2024-03-21T12:34:31.926 INFO:root:teuthology version: 0.0.1.dev262+ge691533 2024-03-21T12:34:31.926 DEBUG:teuthology.run:Teuthology command: teuthology --archive /home/teuthworker/archive/gabrioux-2024-03-21_12:04:17-orch:cephadm-wip-guits-testing-2024-03-21-0818-distro-default-smithi/7614937 --verbose --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} --name gabrioux-2024-03-21_12:04:17-orch:cephadm-wip-guits-testing-2024-03-21-0818-distro-default-smithi --owner scheduled_gabrioux@teuthology -- /home/teuthworker/archive/gabrioux-2024-03-21_12:04:17-orch:cephadm-wip-guits-testing-2024-03-21-0818-distro-default-smithi/7614937/orig.config.yaml 2024-03-21T12:34:31.955 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-03-21T12:34:32.050 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/gabrioux-2024-03-21_12:04:17-orch:cephadm-wip-guits-testing-2024-03-21-0818-distro-default-smithi/7614937 branch: wip-guits-testing-2024-03-21-0818 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: '7614937' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: gabrioux-2024-03-21_12:04:17-orch:cephadm-wip-guits-testing-2024-03-21-0818-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-2024-03-21-0818 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: 960fbbe4645c2becc8084669be194c95183c7753 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 960fbbe4645c2becc8084669be194c95183c7753 workunit: branch: wip-guits-testing-2024-03-21-0818 sha1: 960fbbe4645c2becc8084669be194c95183c7753 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: 187 sha1: 960fbbe4645c2becc8084669be194c95183c7753 sleep_before_teardown: 0 subset: 1/8 suite: orch:cephadm suite_branch: wip-guits-testing-2024-03-21-0818 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_960fbbe4645c2becc8084669be194c95183c7753/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: 960fbbe4645c2becc8084669be194c95183c7753 targets: smithi178.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM= smithi184.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: e691533f9cbb33d85b2187bba20d7102f098636d timestamp: 2024-03-21_12:04:17 tube: smithi user: gabrioux verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-03-21T12:34:32.050 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_960fbbe4645c2becc8084669be194c95183c7753/qa; will attempt to use it 2024-03-21T12:34:32.051 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_960fbbe4645c2becc8084669be194c95183c7753/qa/tasks 2024-03-21T12:34:32.051 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-03-21T12:34:32.053 INFO:teuthology.task.internal:Checking packages... 2024-03-21T12:34:32.076 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash '960fbbe4645c2becc8084669be194c95183c7753' 2024-03-21T12:34:32.076 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-03-21T12:34:32.076 INFO:teuthology.packaging:ref: None 2024-03-21T12:34:32.076 INFO:teuthology.packaging:tag: None 2024-03-21T12:34:32.076 INFO:teuthology.packaging:branch: wip-guits-testing-2024-03-21-0818 2024-03-21T12:34:32.076 INFO:teuthology.packaging:sha1: 960fbbe4645c2becc8084669be194c95183c7753 2024-03-21T12:34:32.076 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-2024-03-21-0818 2024-03-21T12:34:32.216 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-2267-g960fbbe4-1focal 2024-03-21T12:34:32.217 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-03-21T12:34:32.224 INFO:teuthology.task.internal:no buildpackages task found 2024-03-21T12:34:32.224 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-03-21T12:34:32.241 INFO:teuthology.task.internal:Saving configuration 2024-03-21T12:34:32.252 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-03-21T12:34:32.258 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-21T12:34:32.284 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi178.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-03-21_12:04:17-orch:cephadm-wip-guits-testing-2024-03-21-0818-distro-default-smithi/7614937', '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': '2024-03-21 12:26:47.934148', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGETOy3xONfbx7kUFCNiUtRLNfkcrcEsWzPdq6Np/6Bw'} 2024-03-21T12:34:32.308 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi184.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-03-21_12:04:17-orch:cephadm-wip-guits-testing-2024-03-21-0818-distro-default-smithi/7614937', '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': '2024-03-21 12:26:47.932532', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGETOy3xONfbx7kUFCNiUtRLNfkcrcEsWzPdq6Np/6Bw'} 2024-03-21T12:34:32.308 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-03-21T12:34:32.314 INFO:teuthology.task.internal:roles: ubuntu@smithi178.front.sepia.ceph.com - ['mon.a', 'mon.c', 'mgr.y', 'osd.0', 'osd.1', 'osd.2', 'osd.3', 'client.0', 'node-exporter.a', 'alertmanager.a'] 2024-03-21T12:34:32.314 INFO:teuthology.task.internal:roles: ubuntu@smithi184.front.sepia.ceph.com - ['mon.b', 'mgr.x', 'osd.4', 'osd.5', 'osd.6', 'osd.7', 'client.1', 'prometheus.a', 'grafana.a', 'node-exporter.b'] 2024-03-21T12:34:32.314 INFO:teuthology.run_tasks:Running task console_log... 2024-03-21T12:34:32.386 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f958e1ab550>, signals=[15]) 2024-03-21T12:34:32.386 INFO:teuthology.run_tasks:Running task internal.connect... 2024-03-21T12:34:32.394 INFO:teuthology.task.internal:Opening connections... 2024-03-21T12:34:32.394 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi178.front.sepia.ceph.com 2024-03-21T12:34:32.397 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi178.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T12:34:32.494 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi184.front.sepia.ceph.com 2024-03-21T12:34:32.495 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi184.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T12:34:32.594 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-03-21T12:34:32.601 DEBUG:teuthology.orchestra.run.smithi178:> uname -m 2024-03-21T12:34:32.607 INFO:teuthology.orchestra.run.smithi178.stdout:x86_64 2024-03-21T12:34:32.608 DEBUG:teuthology.orchestra.run.smithi178:> cat /etc/os-release 2024-03-21T12:34:32.654 INFO:teuthology.orchestra.run.smithi178.stdout:NAME="Ubuntu" 2024-03-21T12:34:32.655 INFO:teuthology.orchestra.run.smithi178.stdout:VERSION="20.04.4 LTS (Focal Fossa)" 2024-03-21T12:34:32.655 INFO:teuthology.orchestra.run.smithi178.stdout:ID=ubuntu 2024-03-21T12:34:32.655 INFO:teuthology.orchestra.run.smithi178.stdout:ID_LIKE=debian 2024-03-21T12:34:32.655 INFO:teuthology.orchestra.run.smithi178.stdout:PRETTY_NAME="Ubuntu 20.04.4 LTS" 2024-03-21T12:34:32.655 INFO:teuthology.orchestra.run.smithi178.stdout:VERSION_ID="20.04" 2024-03-21T12:34:32.655 INFO:teuthology.orchestra.run.smithi178.stdout:HOME_URL="https://www.ubuntu.com/" 2024-03-21T12:34:32.655 INFO:teuthology.orchestra.run.smithi178.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-03-21T12:34:32.655 INFO:teuthology.orchestra.run.smithi178.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-03-21T12:34:32.655 INFO:teuthology.orchestra.run.smithi178.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-03-21T12:34:32.655 INFO:teuthology.orchestra.run.smithi178.stdout:VERSION_CODENAME=focal 2024-03-21T12:34:32.655 INFO:teuthology.orchestra.run.smithi178.stdout:UBUNTU_CODENAME=focal 2024-03-21T12:34:32.656 INFO:teuthology.lock.ops:Updating smithi178.front.sepia.ceph.com on lock server 2024-03-21T12:34:32.686 DEBUG:teuthology.orchestra.run.smithi184:> uname -m 2024-03-21T12:34:32.693 INFO:teuthology.orchestra.run.smithi184.stdout:x86_64 2024-03-21T12:34:32.693 DEBUG:teuthology.orchestra.run.smithi184:> cat /etc/os-release 2024-03-21T12:34:32.743 INFO:teuthology.orchestra.run.smithi184.stdout:NAME="Ubuntu" 2024-03-21T12:34:32.743 INFO:teuthology.orchestra.run.smithi184.stdout:VERSION="20.04.4 LTS (Focal Fossa)" 2024-03-21T12:34:32.743 INFO:teuthology.orchestra.run.smithi184.stdout:ID=ubuntu 2024-03-21T12:34:32.743 INFO:teuthology.orchestra.run.smithi184.stdout:ID_LIKE=debian 2024-03-21T12:34:32.743 INFO:teuthology.orchestra.run.smithi184.stdout:PRETTY_NAME="Ubuntu 20.04.4 LTS" 2024-03-21T12:34:32.743 INFO:teuthology.orchestra.run.smithi184.stdout:VERSION_ID="20.04" 2024-03-21T12:34:32.743 INFO:teuthology.orchestra.run.smithi184.stdout:HOME_URL="https://www.ubuntu.com/" 2024-03-21T12:34:32.743 INFO:teuthology.orchestra.run.smithi184.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-03-21T12:34:32.744 INFO:teuthology.orchestra.run.smithi184.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-03-21T12:34:32.744 INFO:teuthology.orchestra.run.smithi184.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-03-21T12:34:32.744 INFO:teuthology.orchestra.run.smithi184.stdout:VERSION_CODENAME=focal 2024-03-21T12:34:32.744 INFO:teuthology.orchestra.run.smithi184.stdout:UBUNTU_CODENAME=focal 2024-03-21T12:34:32.744 INFO:teuthology.lock.ops:Updating smithi184.front.sepia.ceph.com on lock server 2024-03-21T12:34:32.778 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-03-21T12:34:32.786 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-03-21T12:34:32.791 INFO:teuthology.task.internal:Checking for old test directory... 2024-03-21T12:34:32.791 DEBUG:teuthology.orchestra.run.smithi178:> test '!' -e /home/ubuntu/cephtest 2024-03-21T12:34:32.794 DEBUG:teuthology.orchestra.run.smithi184:> test '!' -e /home/ubuntu/cephtest 2024-03-21T12:34:32.800 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-03-21T12:34:32.805 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-03-21T12:34:32.805 DEBUG:teuthology.orchestra.run.smithi178:> test -z $(ls -A /var/lib/ceph) 2024-03-21T12:34:32.842 DEBUG:teuthology.orchestra.run.smithi184:> test -z $(ls -A /var/lib/ceph) 2024-03-21T12:34:32.864 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-03-21T12:34:32.920 INFO:teuthology.run_tasks:Running task kernel... 2024-03-21T12:34:32.934 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-03-21T12:34:32.935 INFO:teuthology.task.kernel:config {'mon.a': {'kdb': True, 'sha1': 'distro'}, 'mon.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2024-03-21T12:34:32.935 DEBUG:teuthology.orchestra.run.smithi178:> test -f /run/.containerenv -o -f /.dockerenv 2024-03-21T12:34:32.935 DEBUG:teuthology.orchestra.run.smithi184:> test -f /run/.containerenv -o -f /.dockerenv 2024-03-21T12:34:32.940 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T12:34:32.941 DEBUG:teuthology.orchestra.run.smithi178:> uname -r 2024-03-21T12:34:32.941 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T12:34:32.942 DEBUG:teuthology.orchestra.run.smithi184:> uname -r 2024-03-21T12:34:32.948 INFO:teuthology.orchestra.run.smithi178.stdout:5.4.0-124-generic 2024-03-21T12:34:32.948 INFO:teuthology.task.kernel:Running kernel on smithi178: 5.4.0-124-generic 2024-03-21T12:34:32.948 DEBUG:teuthology.orchestra.run.smithi178:> sudo apt-get clean 2024-03-21T12:34:32.949 INFO:teuthology.orchestra.run.smithi184.stdout:5.4.0-124-generic 2024-03-21T12:34:32.949 INFO:teuthology.task.kernel:Running kernel on smithi184: 5.4.0-124-generic 2024-03-21T12:34:32.949 DEBUG:teuthology.orchestra.run.smithi184:> sudo apt-get clean 2024-03-21T12:34:33.051 DEBUG:teuthology.orchestra.run.smithi184:> sudo apt-get update 2024-03-21T12:34:33.095 DEBUG:teuthology.orchestra.run.smithi178:> sudo apt-get update 2024-03-21T12:34:33.217 INFO:teuthology.orchestra.run.smithi184.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2024-03-21T12:34:33.229 INFO:teuthology.orchestra.run.smithi184.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] 2024-03-21T12:34:33.229 INFO:teuthology.orchestra.run.smithi184.stdout:Get:3 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] 2024-03-21T12:34:33.298 INFO:teuthology.orchestra.run.smithi184.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB] 2024-03-21T12:34:33.430 INFO:teuthology.orchestra.run.smithi178.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2024-03-21T12:34:33.430 INFO:teuthology.orchestra.run.smithi178.stdout:Get:2 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] 2024-03-21T12:34:33.488 INFO:teuthology.orchestra.run.smithi178.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] 2024-03-21T12:34:33.583 INFO:teuthology.orchestra.run.smithi184.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [3,187 kB] 2024-03-21T12:34:33.744 INFO:teuthology.orchestra.run.smithi184.stdout:Get:6 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [2,810 kB] 2024-03-21T12:34:33.745 INFO:teuthology.orchestra.run.smithi184.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [951 kB] 2024-03-21T12:34:33.757 INFO:teuthology.orchestra.run.smithi184.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [508 kB] 2024-03-21T12:34:33.761 INFO:teuthology.orchestra.run.smithi184.stdout:Get:9 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 c-n-f Metadata [17.2 kB] 2024-03-21T12:34:33.761 INFO:teuthology.orchestra.run.smithi184.stdout:Get:10 http://archive.ubuntu.com/ubuntu focal-updates/restricted i386 Packages [37.3 kB] 2024-03-21T12:34:33.762 INFO:teuthology.orchestra.run.smithi184.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [2,800 kB] 2024-03-21T12:34:33.789 INFO:teuthology.orchestra.run.smithi184.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [391 kB] 2024-03-21T12:34:33.791 INFO:teuthology.orchestra.run.smithi184.stdout:Get:13 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 c-n-f Metadata [552 B] 2024-03-21T12:34:33.791 INFO:teuthology.orchestra.run.smithi184.stdout:Get:14 http://archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages [781 kB] 2024-03-21T12:34:33.799 INFO:teuthology.orchestra.run.smithi184.stdout:Get:15 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1,177 kB] 2024-03-21T12:34:33.811 INFO:teuthology.orchestra.run.smithi184.stdout:Get:16 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [282 kB] 2024-03-21T12:34:33.814 INFO:teuthology.orchestra.run.smithi184.stdout:Get:17 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 c-n-f Metadata [25.7 kB] 2024-03-21T12:34:33.815 INFO:teuthology.orchestra.run.smithi184.stdout:Get:18 http://archive.ubuntu.com/ubuntu focal-updates/multiverse i386 Packages [8,444 B] 2024-03-21T12:34:33.815 INFO:teuthology.orchestra.run.smithi184.stdout:Get:19 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [26.1 kB] 2024-03-21T12:34:33.815 INFO:teuthology.orchestra.run.smithi184.stdout:Get:20 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [7,768 B] 2024-03-21T12:34:33.833 INFO:teuthology.orchestra.run.smithi178.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB] 2024-03-21T12:34:33.834 INFO:teuthology.orchestra.run.smithi184.stdout:Get:21 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 c-n-f Metadata [620 B] 2024-03-21T12:34:33.864 INFO:teuthology.orchestra.run.smithi184.stdout:Get:22 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [45.7 kB] 2024-03-21T12:34:33.886 INFO:teuthology.orchestra.run.smithi184.stdout:Get:23 http://archive.ubuntu.com/ubuntu focal-backports/main i386 Packages [36.1 kB] 2024-03-21T12:34:33.887 INFO:teuthology.orchestra.run.smithi184.stdout:Get:24 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 c-n-f Metadata [1,420 B] 2024-03-21T12:34:33.888 INFO:teuthology.orchestra.run.smithi184.stdout:Get:25 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [25.0 kB] 2024-03-21T12:34:33.888 INFO:teuthology.orchestra.run.smithi184.stdout:Get:26 http://archive.ubuntu.com/ubuntu focal-backports/universe i386 Packages [13.8 kB] 2024-03-21T12:34:33.889 INFO:teuthology.orchestra.run.smithi184.stdout:Get:27 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 c-n-f Metadata [880 B] 2024-03-21T12:34:33.898 INFO:teuthology.orchestra.run.smithi184.stdout:Get:28 http://security.ubuntu.com/ubuntu focal-security/main i386 Packages [726 kB] 2024-03-21T12:34:33.906 INFO:teuthology.orchestra.run.smithi184.stdout:Get:29 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [426 kB] 2024-03-21T12:34:33.911 INFO:teuthology.orchestra.run.smithi184.stdout:Get:30 http://security.ubuntu.com/ubuntu focal-security/main amd64 c-n-f Metadata [13.2 kB] 2024-03-21T12:34:33.911 INFO:teuthology.orchestra.run.smithi184.stdout:Get:31 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [2,683 kB] 2024-03-21T12:34:33.934 INFO:teuthology.orchestra.run.smithi184.stdout:Get:32 http://security.ubuntu.com/ubuntu focal-security/restricted i386 Packages [36.0 kB] 2024-03-21T12:34:33.935 INFO:teuthology.orchestra.run.smithi184.stdout:Get:33 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [375 kB] 2024-03-21T12:34:33.941 INFO:teuthology.orchestra.run.smithi184.stdout:Get:34 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 c-n-f Metadata [552 B] 2024-03-21T12:34:33.941 INFO:teuthology.orchestra.run.smithi184.stdout:Get:35 http://security.ubuntu.com/ubuntu focal-security/universe i386 Packages [654 kB] 2024-03-21T12:34:33.946 INFO:teuthology.orchestra.run.smithi184.stdout:Get:36 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [952 kB] 2024-03-21T12:34:33.956 INFO:teuthology.orchestra.run.smithi184.stdout:Get:37 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [200 kB] 2024-03-21T12:34:33.957 INFO:teuthology.orchestra.run.smithi184.stdout:Get:38 http://security.ubuntu.com/ubuntu focal-security/universe amd64 c-n-f Metadata [19.2 kB] 2024-03-21T12:34:33.958 INFO:teuthology.orchestra.run.smithi184.stdout:Get:39 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [23.9 kB] 2024-03-21T12:34:33.959 INFO:teuthology.orchestra.run.smithi184.stdout:Get:40 http://security.ubuntu.com/ubuntu focal-security/multiverse i386 Packages [7,200 B] 2024-03-21T12:34:33.959 INFO:teuthology.orchestra.run.smithi184.stdout:Get:41 http://security.ubuntu.com/ubuntu focal-security/multiverse Translation-en [5,796 B] 2024-03-21T12:34:33.959 INFO:teuthology.orchestra.run.smithi184.stdout:Get:42 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 c-n-f Metadata [548 B] 2024-03-21T12:34:33.980 INFO:teuthology.orchestra.run.smithi178.stdout:Get:5 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [2,810 kB] 2024-03-21T12:34:34.124 INFO:teuthology.orchestra.run.smithi178.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [3,187 kB] 2024-03-21T12:34:34.497 INFO:teuthology.orchestra.run.smithi178.stdout:Get:7 http://security.ubuntu.com/ubuntu focal-security/main i386 Packages [726 kB] 2024-03-21T12:34:34.512 INFO:teuthology.orchestra.run.smithi178.stdout:Get:8 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [426 kB] 2024-03-21T12:34:34.521 INFO:teuthology.orchestra.run.smithi178.stdout:Get:9 http://security.ubuntu.com/ubuntu focal-security/main amd64 c-n-f Metadata [13.2 kB] 2024-03-21T12:34:34.521 INFO:teuthology.orchestra.run.smithi178.stdout:Get:10 http://security.ubuntu.com/ubuntu focal-security/restricted i386 Packages [36.0 kB] 2024-03-21T12:34:34.521 INFO:teuthology.orchestra.run.smithi178.stdout:Get:11 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [2,683 kB] 2024-03-21T12:34:34.603 INFO:teuthology.orchestra.run.smithi178.stdout:Get:12 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [375 kB] 2024-03-21T12:34:34.604 INFO:teuthology.orchestra.run.smithi178.stdout:Get:13 http://archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [951 kB] 2024-03-21T12:34:34.610 INFO:teuthology.orchestra.run.smithi178.stdout:Get:14 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 c-n-f Metadata [552 B] 2024-03-21T12:34:34.611 INFO:teuthology.orchestra.run.smithi178.stdout:Get:15 http://security.ubuntu.com/ubuntu focal-security/universe i386 Packages [654 kB] 2024-03-21T12:34:34.622 INFO:teuthology.orchestra.run.smithi178.stdout:Get:16 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [508 kB] 2024-03-21T12:34:34.623 INFO:teuthology.orchestra.run.smithi178.stdout:Get:17 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [952 kB] 2024-03-21T12:34:34.631 INFO:teuthology.orchestra.run.smithi178.stdout:Get:18 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 c-n-f Metadata [17.2 kB] 2024-03-21T12:34:34.631 INFO:teuthology.orchestra.run.smithi178.stdout:Get:19 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [2,800 kB] 2024-03-21T12:34:34.716 INFO:teuthology.orchestra.run.smithi178.stdout:Get:20 http://archive.ubuntu.com/ubuntu focal-updates/restricted i386 Packages [37.3 kB] 2024-03-21T12:34:34.716 INFO:teuthology.orchestra.run.smithi178.stdout:Get:21 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [391 kB] 2024-03-21T12:34:34.723 INFO:teuthology.orchestra.run.smithi178.stdout:Get:22 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 c-n-f Metadata [552 B] 2024-03-21T12:34:34.804 INFO:teuthology.orchestra.run.smithi178.stdout:Get:23 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [200 kB] 2024-03-21T12:34:34.887 INFO:teuthology.orchestra.run.smithi178.stdout:Get:24 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1,177 kB] 2024-03-21T12:34:35.239 INFO:teuthology.orchestra.run.smithi178.stdout:Get:25 http://security.ubuntu.com/ubuntu focal-security/universe amd64 c-n-f Metadata [19.2 kB] 2024-03-21T12:34:35.244 INFO:teuthology.orchestra.run.smithi178.stdout:Get:26 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [23.9 kB] 2024-03-21T12:34:35.251 INFO:teuthology.orchestra.run.smithi178.stdout:Get:27 http://security.ubuntu.com/ubuntu focal-security/multiverse i386 Packages [7,200 B] 2024-03-21T12:34:35.254 INFO:teuthology.orchestra.run.smithi178.stdout:Get:28 http://security.ubuntu.com/ubuntu focal-security/multiverse Translation-en [5,796 B] 2024-03-21T12:34:35.256 INFO:teuthology.orchestra.run.smithi178.stdout:Get:29 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 c-n-f Metadata [548 B] 2024-03-21T12:34:35.527 INFO:teuthology.orchestra.run.smithi178.stdout:Get:30 http://archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages [781 kB] 2024-03-21T12:34:35.565 INFO:teuthology.orchestra.run.smithi178.stdout:Get:31 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [282 kB] 2024-03-21T12:34:35.578 INFO:teuthology.orchestra.run.smithi178.stdout:Get:32 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 c-n-f Metadata [25.7 kB] 2024-03-21T12:34:35.580 INFO:teuthology.orchestra.run.smithi178.stdout:Get:33 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [26.1 kB] 2024-03-21T12:34:35.581 INFO:teuthology.orchestra.run.smithi178.stdout:Get:34 http://archive.ubuntu.com/ubuntu focal-updates/multiverse i386 Packages [8,444 B] 2024-03-21T12:34:35.581 INFO:teuthology.orchestra.run.smithi178.stdout:Get:35 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [7,768 B] 2024-03-21T12:34:35.582 INFO:teuthology.orchestra.run.smithi178.stdout:Get:36 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 c-n-f Metadata [620 B] 2024-03-21T12:34:35.582 INFO:teuthology.orchestra.run.smithi178.stdout:Get:37 http://archive.ubuntu.com/ubuntu focal-backports/main i386 Packages [36.1 kB] 2024-03-21T12:34:35.583 INFO:teuthology.orchestra.run.smithi178.stdout:Get:38 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [45.7 kB] 2024-03-21T12:34:35.609 INFO:teuthology.orchestra.run.smithi178.stdout:Get:39 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 c-n-f Metadata [1,420 B] 2024-03-21T12:34:35.773 INFO:teuthology.orchestra.run.smithi178.stdout:Get:40 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [25.0 kB] 2024-03-21T12:34:35.957 INFO:teuthology.orchestra.run.smithi178.stdout:Get:41 http://archive.ubuntu.com/ubuntu focal-backports/universe i386 Packages [13.8 kB] 2024-03-21T12:34:35.979 INFO:teuthology.orchestra.run.smithi178.stdout:Get:42 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 c-n-f Metadata [880 B] 2024-03-21T12:34:37.892 INFO:teuthology.orchestra.run.smithi184.stdout:Fetched 19.6 MB in 3s (7,021 kB/s) 2024-03-21T12:34:38.623 INFO:teuthology.orchestra.run.smithi178.stdout:Fetched 19.6 MB in 3s (5,720 kB/s) 2024-03-21T12:34:39.412 INFO:teuthology.orchestra.run.smithi184.stdout:Reading package lists... 2024-03-21T12:34:39.438 DEBUG:teuthology.orchestra.run.smithi184:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-03-21T12:34:39.518 INFO:teuthology.orchestra.run.smithi184.stdout:Reading package lists... 2024-03-21T12:34:39.724 INFO:teuthology.orchestra.run.smithi184.stdout:Building dependency tree... 2024-03-21T12:34:39.724 INFO:teuthology.orchestra.run.smithi184.stdout:Reading state information... 2024-03-21T12:34:39.911 INFO:teuthology.orchestra.run.smithi184.stdout:The following additional packages will be installed: 2024-03-21T12:34:39.911 INFO:teuthology.orchestra.run.smithi184.stdout: linux-generic linux-headers-5.4.0-174 linux-headers-5.4.0-174-generic 2024-03-21T12:34:39.911 INFO:teuthology.orchestra.run.smithi184.stdout: linux-headers-generic linux-image-5.4.0-174-generic 2024-03-21T12:34:39.912 INFO:teuthology.orchestra.run.smithi184.stdout: linux-modules-5.4.0-174-generic linux-modules-extra-5.4.0-174-generic 2024-03-21T12:34:39.912 INFO:teuthology.orchestra.run.smithi184.stdout:Suggested packages: 2024-03-21T12:34:39.913 INFO:teuthology.orchestra.run.smithi184.stdout: fdutils linux-doc | linux-source-5.4.0 linux-tools 2024-03-21T12:34:39.913 INFO:teuthology.orchestra.run.smithi184.stdout:Recommended packages: 2024-03-21T12:34:39.913 INFO:teuthology.orchestra.run.smithi184.stdout: thermald 2024-03-21T12:34:39.973 INFO:teuthology.orchestra.run.smithi184.stdout:The following NEW packages will be installed: 2024-03-21T12:34:39.973 INFO:teuthology.orchestra.run.smithi184.stdout: linux-headers-5.4.0-174 linux-headers-5.4.0-174-generic 2024-03-21T12:34:39.973 INFO:teuthology.orchestra.run.smithi184.stdout: linux-image-5.4.0-174-generic linux-modules-5.4.0-174-generic 2024-03-21T12:34:39.973 INFO:teuthology.orchestra.run.smithi184.stdout: linux-modules-extra-5.4.0-174-generic 2024-03-21T12:34:39.975 INFO:teuthology.orchestra.run.smithi184.stdout:The following packages will be upgraded: 2024-03-21T12:34:39.975 INFO:teuthology.orchestra.run.smithi184.stdout: linux-generic linux-headers-generic linux-image-generic 2024-03-21T12:34:40.130 INFO:teuthology.orchestra.run.smithi178.stdout:Reading package lists... 2024-03-21T12:34:40.156 INFO:teuthology.orchestra.run.smithi184.stdout:3 upgraded, 5 newly installed, 0 to remove and 295 not upgraded. 2024-03-21T12:34:40.156 INFO:teuthology.orchestra.run.smithi184.stdout:Need to get 77.1 MB of archives. 2024-03-21T12:34:40.156 INFO:teuthology.orchestra.run.smithi184.stdout:After this operation, 380 MB of additional disk space will be used. 2024-03-21T12:34:40.156 INFO:teuthology.orchestra.run.smithi184.stdout:Get:1 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-5.4.0-174-generic amd64 5.4.0-174.193 [15.0 MB] 2024-03-21T12:34:40.157 DEBUG:teuthology.orchestra.run.smithi178:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-03-21T12:34:40.235 INFO:teuthology.orchestra.run.smithi178.stdout:Reading package lists... 2024-03-21T12:34:40.423 INFO:teuthology.orchestra.run.smithi178.stdout:Building dependency tree... 2024-03-21T12:34:40.424 INFO:teuthology.orchestra.run.smithi178.stdout:Reading state information... 2024-03-21T12:34:40.608 INFO:teuthology.orchestra.run.smithi178.stdout:The following additional packages will be installed: 2024-03-21T12:34:40.608 INFO:teuthology.orchestra.run.smithi178.stdout: linux-generic linux-headers-5.4.0-174 linux-headers-5.4.0-174-generic 2024-03-21T12:34:40.608 INFO:teuthology.orchestra.run.smithi178.stdout: linux-headers-generic linux-image-5.4.0-174-generic 2024-03-21T12:34:40.608 INFO:teuthology.orchestra.run.smithi178.stdout: linux-modules-5.4.0-174-generic linux-modules-extra-5.4.0-174-generic 2024-03-21T12:34:40.609 INFO:teuthology.orchestra.run.smithi178.stdout:Suggested packages: 2024-03-21T12:34:40.609 INFO:teuthology.orchestra.run.smithi178.stdout: fdutils linux-doc | linux-source-5.4.0 linux-tools 2024-03-21T12:34:40.609 INFO:teuthology.orchestra.run.smithi178.stdout:Recommended packages: 2024-03-21T12:34:40.610 INFO:teuthology.orchestra.run.smithi178.stdout: thermald 2024-03-21T12:34:40.664 INFO:teuthology.orchestra.run.smithi178.stdout:The following NEW packages will be installed: 2024-03-21T12:34:40.664 INFO:teuthology.orchestra.run.smithi178.stdout: linux-headers-5.4.0-174 linux-headers-5.4.0-174-generic 2024-03-21T12:34:40.664 INFO:teuthology.orchestra.run.smithi178.stdout: linux-image-5.4.0-174-generic linux-modules-5.4.0-174-generic 2024-03-21T12:34:40.664 INFO:teuthology.orchestra.run.smithi178.stdout: linux-modules-extra-5.4.0-174-generic 2024-03-21T12:34:40.666 INFO:teuthology.orchestra.run.smithi178.stdout:The following packages will be upgraded: 2024-03-21T12:34:40.666 INFO:teuthology.orchestra.run.smithi178.stdout: linux-generic linux-headers-generic linux-image-generic 2024-03-21T12:34:40.727 INFO:teuthology.orchestra.run.smithi178.stdout:3 upgraded, 5 newly installed, 0 to remove and 295 not upgraded. 2024-03-21T12:34:40.727 INFO:teuthology.orchestra.run.smithi178.stdout:Need to get 77.1 MB of archives. 2024-03-21T12:34:40.727 INFO:teuthology.orchestra.run.smithi178.stdout:After this operation, 380 MB of additional disk space will be used. 2024-03-21T12:34:40.728 INFO:teuthology.orchestra.run.smithi178.stdout:Get:1 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-5.4.0-174-generic amd64 5.4.0-174.193 [15.0 MB] 2024-03-21T12:34:41.093 INFO:teuthology.orchestra.run.smithi178.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-5.4.0-174-generic amd64 5.4.0-174.193 [10.5 MB] 2024-03-21T12:34:41.197 INFO:teuthology.orchestra.run.smithi178.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-extra-5.4.0-174-generic amd64 5.4.0-174.193 [39.2 MB] 2024-03-21T12:34:41.305 INFO:teuthology.orchestra.run.smithi184.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-5.4.0-174-generic amd64 5.4.0-174.193 [10.5 MB] 2024-03-21T12:34:41.621 INFO:teuthology.orchestra.run.smithi184.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-extra-5.4.0-174-generic amd64 5.4.0-174.193 [39.2 MB] 2024-03-21T12:34:41.731 INFO:teuthology.orchestra.run.smithi178.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-generic amd64 5.4.0.174.172 [1,900 B] 2024-03-21T12:34:41.731 INFO:teuthology.orchestra.run.smithi178.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-generic amd64 5.4.0.174.172 [2,564 B] 2024-03-21T12:34:41.731 INFO:teuthology.orchestra.run.smithi178.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-headers-5.4.0-174 all 5.4.0-174.193 [11.0 MB] 2024-03-21T12:34:41.932 INFO:teuthology.orchestra.run.smithi178.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-headers-5.4.0-174-generic amd64 5.4.0-174.193 [1,385 kB] 2024-03-21T12:34:41.950 INFO:teuthology.orchestra.run.smithi178.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-headers-generic amd64 5.4.0.174.172 [2,436 B] 2024-03-21T12:34:42.678 INFO:teuthology.orchestra.run.smithi178.stdout:Fetched 77.1 MB in 1s (60.4 MB/s) 2024-03-21T12:34:42.880 INFO:teuthology.orchestra.run.smithi178.stdout:Selecting previously unselected package linux-modules-5.4.0-174-generic. 2024-03-21T12:34:42.932 INFO:teuthology.orchestra.run.smithi184.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-generic amd64 5.4.0.174.172 [1,900 B] 2024-03-21T12:34:42.932 INFO:teuthology.orchestra.run.smithi184.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-generic amd64 5.4.0.174.172 [2,564 B] 2024-03-21T12:34:42.933 INFO:teuthology.orchestra.run.smithi184.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-headers-5.4.0-174 all 5.4.0-174.193 [11.0 MB] 2024-03-21T12:34:43.220 INFO:teuthology.orchestra.run.smithi184.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-headers-5.4.0-174-generic amd64 5.4.0-174.193 [1,385 kB] 2024-03-21T12:34:43.247 INFO:teuthology.orchestra.run.smithi184.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-headers-generic amd64 5.4.0.174.172 [2,436 B] 2024-03-21T12:34:43.970 INFO:teuthology.orchestra.run.smithi184.stdout:Fetched 77.1 MB in 3s (23.6 MB/s) 2024-03-21T12:34:44.118 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package linux-modules-5.4.0-174-generic. 2024-03-21T12:34:44.621 INFO:teuthology.orchestra.run.smithi178.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.) 2024-03-21T12:34:44.626 INFO:teuthology.orchestra.run.smithi178.stdout:Preparing to unpack .../0-linux-modules-5.4.0-174-generic_5.4.0-174.193_amd64.deb ... 2024-03-21T12:34:44.761 INFO:teuthology.orchestra.run.smithi178.stdout:Unpacking linux-modules-5.4.0-174-generic (5.4.0-174.193) ... 2024-03-21T12:34:45.851 INFO:teuthology.orchestra.run.smithi184.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.) 2024-03-21T12:34:45.856 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../0-linux-modules-5.4.0-174-generic_5.4.0-174.193_amd64.deb ... 2024-03-21T12:34:45.940 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking linux-modules-5.4.0-174-generic (5.4.0-174.193) ... 2024-03-21T12:34:46.713 INFO:teuthology.orchestra.run.smithi178.stdout:Selecting previously unselected package linux-image-5.4.0-174-generic. 2024-03-21T12:34:46.728 INFO:teuthology.orchestra.run.smithi178.stdout:Preparing to unpack .../1-linux-image-5.4.0-174-generic_5.4.0-174.193_amd64.deb ... 2024-03-21T12:34:46.815 INFO:teuthology.orchestra.run.smithi178.stdout:Unpacking linux-image-5.4.0-174-generic (5.4.0-174.193) ... 2024-03-21T12:34:47.899 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package linux-image-5.4.0-174-generic. 2024-03-21T12:34:47.914 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../1-linux-image-5.4.0-174-generic_5.4.0-174.193_amd64.deb ... 2024-03-21T12:34:47.924 INFO:teuthology.orchestra.run.smithi178.stdout:Selecting previously unselected package linux-modules-extra-5.4.0-174-generic. 2024-03-21T12:34:47.938 INFO:teuthology.orchestra.run.smithi178.stdout:Preparing to unpack .../2-linux-modules-extra-5.4.0-174-generic_5.4.0-174.193_amd64.deb ... 2024-03-21T12:34:47.999 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking linux-image-5.4.0-174-generic (5.4.0-174.193) ... 2024-03-21T12:34:47.999 INFO:teuthology.orchestra.run.smithi178.stdout:Unpacking linux-modules-extra-5.4.0-174-generic (5.4.0-174.193) ... 2024-03-21T12:34:49.027 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package linux-modules-extra-5.4.0-174-generic. 2024-03-21T12:34:49.044 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../2-linux-modules-extra-5.4.0-174-generic_5.4.0-174.193_amd64.deb ... 2024-03-21T12:34:49.085 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking linux-modules-extra-5.4.0-174-generic (5.4.0-174.193) ... 2024-03-21T12:34:52.890 INFO:teuthology.orchestra.run.smithi178.stdout:Preparing to unpack .../3-linux-generic_5.4.0.174.172_amd64.deb ... 2024-03-21T12:34:53.048 INFO:teuthology.orchestra.run.smithi178.stdout:Unpacking linux-generic (5.4.0.174.172) over (5.4.0.124.125) ... 2024-03-21T12:34:53.417 INFO:teuthology.orchestra.run.smithi178.stdout:Preparing to unpack .../4-linux-image-generic_5.4.0.174.172_amd64.deb ... 2024-03-21T12:34:53.560 INFO:teuthology.orchestra.run.smithi178.stdout:Unpacking linux-image-generic (5.4.0.174.172) over (5.4.0.124.125) ... 2024-03-21T12:34:53.857 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../3-linux-generic_5.4.0.174.172_amd64.deb ... 2024-03-21T12:34:53.946 INFO:teuthology.orchestra.run.smithi178.stdout:Selecting previously unselected package linux-headers-5.4.0-174. 2024-03-21T12:34:53.959 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking linux-generic (5.4.0.174.172) over (5.4.0.124.125) ... 2024-03-21T12:34:53.959 INFO:teuthology.orchestra.run.smithi178.stdout:Preparing to unpack .../5-linux-headers-5.4.0-174_5.4.0-174.193_all.deb ... 2024-03-21T12:34:54.004 INFO:teuthology.orchestra.run.smithi178.stdout:Unpacking linux-headers-5.4.0-174 (5.4.0-174.193) ... 2024-03-21T12:34:54.275 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../4-linux-image-generic_5.4.0.174.172_amd64.deb ... 2024-03-21T12:34:54.404 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking linux-image-generic (5.4.0.174.172) over (5.4.0.124.125) ... 2024-03-21T12:34:54.740 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package linux-headers-5.4.0-174. 2024-03-21T12:34:54.757 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../5-linux-headers-5.4.0-174_5.4.0-174.193_all.deb ... 2024-03-21T12:34:54.798 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking linux-headers-5.4.0-174 (5.4.0-174.193) ... 2024-03-21T12:34:59.606 INFO:teuthology.orchestra.run.smithi178.stdout:Selecting previously unselected package linux-headers-5.4.0-174-generic. 2024-03-21T12:34:59.630 INFO:teuthology.orchestra.run.smithi178.stdout:Preparing to unpack .../6-linux-headers-5.4.0-174-generic_5.4.0-174.193_amd64.deb ... 2024-03-21T12:34:59.672 INFO:teuthology.orchestra.run.smithi178.stdout:Unpacking linux-headers-5.4.0-174-generic (5.4.0-174.193) ... 2024-03-21T12:34:59.985 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package linux-headers-5.4.0-174-generic. 2024-03-21T12:35:00.005 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../6-linux-headers-5.4.0-174-generic_5.4.0-174.193_amd64.deb ... 2024-03-21T12:35:00.051 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking linux-headers-5.4.0-174-generic (5.4.0-174.193) ... 2024-03-21T12:35:02.499 INFO:teuthology.orchestra.run.smithi178.stdout:Preparing to unpack .../7-linux-headers-generic_5.4.0.174.172_amd64.deb ... 2024-03-21T12:35:02.628 INFO:teuthology.orchestra.run.smithi178.stdout:Unpacking linux-headers-generic (5.4.0.174.172) over (5.4.0.124.125) ... 2024-03-21T12:35:02.754 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../7-linux-headers-generic_5.4.0.174.172_amd64.deb ... 2024-03-21T12:35:02.881 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking linux-headers-generic (5.4.0.174.172) over (5.4.0.124.125) ... 2024-03-21T12:35:02.976 INFO:teuthology.orchestra.run.smithi178.stdout:Setting up linux-modules-5.4.0-174-generic (5.4.0-174.193) ... 2024-03-21T12:35:03.224 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up linux-modules-5.4.0-174-generic (5.4.0-174.193) ... 2024-03-21T12:35:04.226 INFO:teuthology.orchestra.run.smithi178.stdout:Setting up linux-image-5.4.0-174-generic (5.4.0-174.193) ... 2024-03-21T12:35:04.437 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up linux-image-5.4.0-174-generic (5.4.0-174.193) ... 2024-03-21T12:35:05.377 INFO:teuthology.orchestra.run.smithi178.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.4.0-174-generic 2024-03-21T12:35:05.377 INFO:teuthology.orchestra.run.smithi178.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.4.0-174-generic 2024-03-21T12:35:05.520 INFO:teuthology.orchestra.run.smithi178.stdout:Setting up linux-modules-extra-5.4.0-174-generic (5.4.0-174.193) ... 2024-03-21T12:35:05.951 INFO:teuthology.orchestra.run.smithi184.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.4.0-174-generic 2024-03-21T12:35:05.951 INFO:teuthology.orchestra.run.smithi184.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.4.0-174-generic 2024-03-21T12:35:06.281 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up linux-modules-extra-5.4.0-174-generic (5.4.0-174.193) ... 2024-03-21T12:35:06.722 INFO:teuthology.orchestra.run.smithi178.stdout:Setting up linux-headers-5.4.0-174 (5.4.0-174.193) ... 2024-03-21T12:35:06.864 INFO:teuthology.orchestra.run.smithi178.stdout:Setting up linux-headers-5.4.0-174-generic (5.4.0-174.193) ... 2024-03-21T12:35:06.990 INFO:teuthology.orchestra.run.smithi178.stdout:Setting up linux-image-generic (5.4.0.174.172) ... 2024-03-21T12:35:07.150 INFO:teuthology.orchestra.run.smithi178.stdout:Setting up linux-headers-generic (5.4.0.174.172) ... 2024-03-21T12:35:07.276 INFO:teuthology.orchestra.run.smithi178.stdout:Setting up linux-generic (5.4.0.174.172) ... 2024-03-21T12:35:07.428 INFO:teuthology.orchestra.run.smithi178.stdout:Processing triggers for linux-image-5.4.0-174-generic (5.4.0-174.193) ... 2024-03-21T12:35:07.441 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up linux-headers-5.4.0-174 (5.4.0-174.193) ... 2024-03-21T12:35:07.501 INFO:teuthology.orchestra.run.smithi178.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-03-21T12:35:07.501 INFO:teuthology.orchestra.run.smithi178.stdout:update-initramfs: Generating /boot/initrd.img-5.4.0-174-generic 2024-03-21T12:35:07.542 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up linux-headers-5.4.0-174-generic (5.4.0-174.193) ... 2024-03-21T12:35:07.651 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up linux-image-generic (5.4.0.174.172) ... 2024-03-21T12:35:07.769 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up linux-headers-generic (5.4.0.174.172) ... 2024-03-21T12:35:07.920 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up linux-generic (5.4.0.174.172) ... 2024-03-21T12:35:08.046 INFO:teuthology.orchestra.run.smithi184.stdout:Processing triggers for linux-image-5.4.0-174-generic (5.4.0-174.193) ... 2024-03-21T12:35:08.113 INFO:teuthology.orchestra.run.smithi184.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-03-21T12:35:08.113 INFO:teuthology.orchestra.run.smithi184.stdout:update-initramfs: Generating /boot/initrd.img-5.4.0-174-generic 2024-03-21T12:35:29.429 INFO:teuthology.orchestra.run.smithi178.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-03-21T12:35:29.429 INFO:teuthology.orchestra.run.smithi178.stdout:Sourcing file `/etc/default/grub' 2024-03-21T12:35:29.443 INFO:teuthology.orchestra.run.smithi178.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-03-21T12:35:29.463 INFO:teuthology.orchestra.run.smithi178.stdout:Generating grub configuration file ... 2024-03-21T12:35:29.798 INFO:teuthology.orchestra.run.smithi178.stdout:Found linux image: /boot/vmlinuz-5.4.0-174-generic 2024-03-21T12:35:29.820 INFO:teuthology.orchestra.run.smithi184.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-03-21T12:35:29.820 INFO:teuthology.orchestra.run.smithi184.stdout:Sourcing file `/etc/default/grub' 2024-03-21T12:35:29.821 INFO:teuthology.orchestra.run.smithi178.stdout:Found initrd image: /boot/initrd.img-5.4.0-174-generic 2024-03-21T12:35:29.841 INFO:teuthology.orchestra.run.smithi184.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-03-21T12:35:29.861 INFO:teuthology.orchestra.run.smithi184.stdout:Generating grub configuration file ... 2024-03-21T12:35:30.191 INFO:teuthology.orchestra.run.smithi184.stdout:Found linux image: /boot/vmlinuz-5.4.0-174-generic 2024-03-21T12:35:30.202 INFO:teuthology.orchestra.run.smithi178.stdout:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2024-03-21T12:35:30.214 INFO:teuthology.orchestra.run.smithi178.stdout:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2024-03-21T12:35:30.216 INFO:teuthology.orchestra.run.smithi184.stdout:Found initrd image: /boot/initrd.img-5.4.0-174-generic 2024-03-21T12:35:30.586 INFO:teuthology.orchestra.run.smithi184.stdout:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2024-03-21T12:35:30.598 INFO:teuthology.orchestra.run.smithi184.stdout:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2024-03-21T12:35:32.063 INFO:teuthology.orchestra.run.smithi178.stdout:done 2024-03-21T12:35:32.375 INFO:teuthology.orchestra.run.smithi184.stdout:done 2024-03-21T12:35:32.484 DEBUG:teuthology.orchestra.run.smithi178:> dpkg -s linux-image-generic 2024-03-21T12:35:32.531 INFO:teuthology.orchestra.run.smithi178.stdout:Package: linux-image-generic 2024-03-21T12:35:32.532 INFO:teuthology.orchestra.run.smithi178.stdout:Status: install ok installed 2024-03-21T12:35:32.532 INFO:teuthology.orchestra.run.smithi178.stdout:Priority: optional 2024-03-21T12:35:32.532 INFO:teuthology.orchestra.run.smithi178.stdout:Section: kernel 2024-03-21T12:35:32.532 INFO:teuthology.orchestra.run.smithi178.stdout:Installed-Size: 20 2024-03-21T12:35:32.532 INFO:teuthology.orchestra.run.smithi178.stdout:Maintainer: Ubuntu Kernel Team 2024-03-21T12:35:32.532 INFO:teuthology.orchestra.run.smithi178.stdout:Architecture: amd64 2024-03-21T12:35:32.532 INFO:teuthology.orchestra.run.smithi178.stdout:Source: linux-meta 2024-03-21T12:35:32.532 INFO:teuthology.orchestra.run.smithi178.stdout:Version: 5.4.0.174.172 2024-03-21T12:35:32.532 INFO:teuthology.orchestra.run.smithi178.stdout:Provides: virtualbox-guest-modules (= 6.1.48-dfsg-1~ubuntu1.20.04.1), wireguard-modules (= 1.0.20201112-1~20.04.1), zfs-modules (= 0.8.3-1ubuntu12.17) 2024-03-21T12:35:32.532 INFO:teuthology.orchestra.run.smithi178.stdout:Depends: linux-image-5.4.0-174-generic, linux-modules-extra-5.4.0-174-generic, linux-firmware, intel-microcode, amd64-microcode 2024-03-21T12:35:32.532 INFO:teuthology.orchestra.run.smithi178.stdout:Recommends: thermald 2024-03-21T12:35:32.533 INFO:teuthology.orchestra.run.smithi178.stdout:Description: Generic Linux kernel image 2024-03-21T12:35:32.533 INFO:teuthology.orchestra.run.smithi178.stdout: This package will always depend on the latest generic kernel image 2024-03-21T12:35:32.533 INFO:teuthology.orchestra.run.smithi178.stdout: available. 2024-03-21T12:35:32.533 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.4.0-124-generic Expected: 5.4.0-174-generic 2024-03-21T12:35:32.533 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-03-21T12:35:32.533 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-03-21T12:35:32.533 INFO:teuthology.task.kernel:Installing distro kernel on mon.a... 2024-03-21T12:35:32.533 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi178.front.sepia.ceph.com, path=None, version=distro) 2024-03-21T12:35:32.534 DEBUG:teuthology.orchestra.run.smithi178:> sudo apt-get clean 2024-03-21T12:35:32.604 DEBUG:teuthology.orchestra.run.smithi178:> sudo apt-get update 2024-03-21T12:35:32.759 INFO:teuthology.orchestra.run.smithi178.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2024-03-21T12:35:32.759 INFO:teuthology.orchestra.run.smithi178.stdout:Hit:2 http://security.ubuntu.com/ubuntu focal-security InRelease 2024-03-21T12:35:32.768 INFO:teuthology.orchestra.run.smithi178.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2024-03-21T12:35:32.788 INFO:teuthology.orchestra.run.smithi178.stdout:Hit:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2024-03-21T12:35:32.789 DEBUG:teuthology.orchestra.run.smithi184:> dpkg -s linux-image-generic 2024-03-21T12:35:32.840 INFO:teuthology.orchestra.run.smithi184.stdout:Package: linux-image-generic 2024-03-21T12:35:32.840 INFO:teuthology.orchestra.run.smithi184.stdout:Status: install ok installed 2024-03-21T12:35:32.840 INFO:teuthology.orchestra.run.smithi184.stdout:Priority: optional 2024-03-21T12:35:32.840 INFO:teuthology.orchestra.run.smithi184.stdout:Section: kernel 2024-03-21T12:35:32.840 INFO:teuthology.orchestra.run.smithi184.stdout:Installed-Size: 20 2024-03-21T12:35:32.840 INFO:teuthology.orchestra.run.smithi184.stdout:Maintainer: Ubuntu Kernel Team 2024-03-21T12:35:32.840 INFO:teuthology.orchestra.run.smithi184.stdout:Architecture: amd64 2024-03-21T12:35:32.840 INFO:teuthology.orchestra.run.smithi184.stdout:Source: linux-meta 2024-03-21T12:35:32.840 INFO:teuthology.orchestra.run.smithi184.stdout:Version: 5.4.0.174.172 2024-03-21T12:35:32.840 INFO:teuthology.orchestra.run.smithi184.stdout:Provides: virtualbox-guest-modules (= 6.1.48-dfsg-1~ubuntu1.20.04.1), wireguard-modules (= 1.0.20201112-1~20.04.1), zfs-modules (= 0.8.3-1ubuntu12.17) 2024-03-21T12:35:32.840 INFO:teuthology.orchestra.run.smithi184.stdout:Depends: linux-image-5.4.0-174-generic, linux-modules-extra-5.4.0-174-generic, linux-firmware, intel-microcode, amd64-microcode 2024-03-21T12:35:32.840 INFO:teuthology.orchestra.run.smithi184.stdout:Recommends: thermald 2024-03-21T12:35:32.840 INFO:teuthology.orchestra.run.smithi184.stdout:Description: Generic Linux kernel image 2024-03-21T12:35:32.840 INFO:teuthology.orchestra.run.smithi184.stdout: This package will always depend on the latest generic kernel image 2024-03-21T12:35:32.841 INFO:teuthology.orchestra.run.smithi184.stdout: available. 2024-03-21T12:35:32.841 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.4.0-124-generic Expected: 5.4.0-174-generic 2024-03-21T12:35:32.841 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-03-21T12:35:32.841 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-03-21T12:35:32.842 INFO:teuthology.task.kernel:Installing distro kernel on mon.b... 2024-03-21T12:35:32.842 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi184.front.sepia.ceph.com, path=None, version=distro) 2024-03-21T12:35:32.842 DEBUG:teuthology.orchestra.run.smithi184:> sudo apt-get clean 2024-03-21T12:35:32.929 DEBUG:teuthology.orchestra.run.smithi184:> sudo apt-get update 2024-03-21T12:35:33.070 INFO:teuthology.orchestra.run.smithi184.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2024-03-21T12:35:33.070 INFO:teuthology.orchestra.run.smithi184.stdout:Hit:2 http://security.ubuntu.com/ubuntu focal-security InRelease 2024-03-21T12:35:33.079 INFO:teuthology.orchestra.run.smithi184.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2024-03-21T12:35:33.099 INFO:teuthology.orchestra.run.smithi184.stdout:Hit:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2024-03-21T12:35:34.555 INFO:teuthology.orchestra.run.smithi178.stdout:Reading package lists... 2024-03-21T12:35:34.581 DEBUG:teuthology.orchestra.run.smithi178:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-03-21T12:35:34.653 INFO:teuthology.orchestra.run.smithi178.stdout:Reading package lists... 2024-03-21T12:35:34.862 INFO:teuthology.orchestra.run.smithi178.stdout:Building dependency tree... 2024-03-21T12:35:34.863 INFO:teuthology.orchestra.run.smithi178.stdout:Reading state information... 2024-03-21T12:35:34.864 INFO:teuthology.orchestra.run.smithi184.stdout:Reading package lists... 2024-03-21T12:35:34.891 DEBUG:teuthology.orchestra.run.smithi184:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-03-21T12:35:34.962 INFO:teuthology.orchestra.run.smithi184.stdout:Reading package lists... 2024-03-21T12:35:35.087 INFO:teuthology.orchestra.run.smithi178.stdout:linux-image-generic is already the newest version (5.4.0.174.172). 2024-03-21T12:35:35.088 INFO:teuthology.orchestra.run.smithi178.stdout:0 upgraded, 0 newly installed, 0 to remove and 295 not upgraded. 2024-03-21T12:35:35.089 DEBUG:teuthology.orchestra.run.smithi178:> dpkg -s linux-image-generic 2024-03-21T12:35:35.111 INFO:teuthology.orchestra.run.smithi178.stdout:Package: linux-image-generic 2024-03-21T12:35:35.111 INFO:teuthology.orchestra.run.smithi178.stdout:Status: install ok installed 2024-03-21T12:35:35.111 INFO:teuthology.orchestra.run.smithi178.stdout:Priority: optional 2024-03-21T12:35:35.111 INFO:teuthology.orchestra.run.smithi178.stdout:Section: kernel 2024-03-21T12:35:35.112 INFO:teuthology.orchestra.run.smithi178.stdout:Installed-Size: 20 2024-03-21T12:35:35.112 INFO:teuthology.orchestra.run.smithi178.stdout:Maintainer: Ubuntu Kernel Team 2024-03-21T12:35:35.112 INFO:teuthology.orchestra.run.smithi178.stdout:Architecture: amd64 2024-03-21T12:35:35.112 INFO:teuthology.orchestra.run.smithi178.stdout:Source: linux-meta 2024-03-21T12:35:35.112 INFO:teuthology.orchestra.run.smithi178.stdout:Version: 5.4.0.174.172 2024-03-21T12:35:35.112 INFO:teuthology.orchestra.run.smithi178.stdout:Provides: virtualbox-guest-modules (= 6.1.48-dfsg-1~ubuntu1.20.04.1), wireguard-modules (= 1.0.20201112-1~20.04.1), zfs-modules (= 0.8.3-1ubuntu12.17) 2024-03-21T12:35:35.112 INFO:teuthology.orchestra.run.smithi178.stdout:Depends: linux-image-5.4.0-174-generic, linux-modules-extra-5.4.0-174-generic, linux-firmware, intel-microcode, amd64-microcode 2024-03-21T12:35:35.112 INFO:teuthology.orchestra.run.smithi178.stdout:Recommends: thermald 2024-03-21T12:35:35.112 INFO:teuthology.orchestra.run.smithi178.stdout:Description: Generic Linux kernel image 2024-03-21T12:35:35.112 INFO:teuthology.orchestra.run.smithi178.stdout: This package will always depend on the latest generic kernel image 2024-03-21T12:35:35.112 INFO:teuthology.orchestra.run.smithi178.stdout: available. 2024-03-21T12:35:35.112 DEBUG:teuthology.orchestra.run.smithi178:> mktemp 2024-03-21T12:35:35.117 INFO:teuthology.orchestra.run.smithi178.stdout:/tmp/tmp.zz35H1IK2B 2024-03-21T12:35:35.118 DEBUG:teuthology.orchestra.run.smithi178:> sudo cp /boot/grub/grub.cfg /tmp/tmp.zz35H1IK2B 2024-03-21T12:35:35.158 INFO:teuthology.orchestra.run.smithi184.stdout:Building dependency tree... 2024-03-21T12:35:35.158 INFO:teuthology.orchestra.run.smithi184.stdout:Reading state information... 2024-03-21T12:35:35.180 DEBUG:teuthology.orchestra.run.smithi178:> sudo chmod 0666 /tmp/tmp.zz35H1IK2B 2024-03-21T12:35:35.214 DEBUG:teuthology.orchestra.remote:smithi178:/tmp/tmp.zz35H1IK2B is 9KB 2024-03-21T12:35:35.228 DEBUG:teuthology.orchestra.run.smithi178:> rm -fr /tmp/tmp.zz35H1IK2B 2024-03-21T12:35:35.235 DEBUG:teuthology.orchestra.run.smithi178:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-03-21T12:35:35.292 DEBUG:teuthology.orchestra.run.smithi178:> set -ex 2024-03-21T12:35:35.292 DEBUG:teuthology.orchestra.run.smithi178:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-03-21T12:35:35.292 DEBUG:teuthology.orchestra.run.smithi178:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-03-21T12:35:35.319 INFO:teuthology.task.kernel:Distro Kernel Version: 5.4.0-174-generic 2024-03-21T12:35:35.319 DEBUG:teuthology.orchestra.run.smithi178:> sudo update-grub 2024-03-21T12:35:35.373 INFO:teuthology.orchestra.run.smithi184.stdout:linux-image-generic is already the newest version (5.4.0.174.172). 2024-03-21T12:35:35.374 INFO:teuthology.orchestra.run.smithi184.stdout:0 upgraded, 0 newly installed, 0 to remove and 295 not upgraded. 2024-03-21T12:35:35.376 DEBUG:teuthology.orchestra.run.smithi184:> dpkg -s linux-image-generic 2024-03-21T12:35:35.395 INFO:teuthology.orchestra.run.smithi184.stdout:Package: linux-image-generic 2024-03-21T12:35:35.396 INFO:teuthology.orchestra.run.smithi184.stdout:Status: install ok installed 2024-03-21T12:35:35.396 INFO:teuthology.orchestra.run.smithi184.stdout:Priority: optional 2024-03-21T12:35:35.396 INFO:teuthology.orchestra.run.smithi184.stdout:Section: kernel 2024-03-21T12:35:35.396 INFO:teuthology.orchestra.run.smithi184.stdout:Installed-Size: 20 2024-03-21T12:35:35.396 INFO:teuthology.orchestra.run.smithi184.stdout:Maintainer: Ubuntu Kernel Team 2024-03-21T12:35:35.396 INFO:teuthology.orchestra.run.smithi184.stdout:Architecture: amd64 2024-03-21T12:35:35.396 INFO:teuthology.orchestra.run.smithi184.stdout:Source: linux-meta 2024-03-21T12:35:35.396 INFO:teuthology.orchestra.run.smithi184.stdout:Version: 5.4.0.174.172 2024-03-21T12:35:35.396 INFO:teuthology.orchestra.run.smithi184.stdout:Provides: virtualbox-guest-modules (= 6.1.48-dfsg-1~ubuntu1.20.04.1), wireguard-modules (= 1.0.20201112-1~20.04.1), zfs-modules (= 0.8.3-1ubuntu12.17) 2024-03-21T12:35:35.396 INFO:teuthology.orchestra.run.smithi184.stdout:Depends: linux-image-5.4.0-174-generic, linux-modules-extra-5.4.0-174-generic, linux-firmware, intel-microcode, amd64-microcode 2024-03-21T12:35:35.396 INFO:teuthology.orchestra.run.smithi184.stdout:Recommends: thermald 2024-03-21T12:35:35.396 INFO:teuthology.orchestra.run.smithi184.stdout:Description: Generic Linux kernel image 2024-03-21T12:35:35.396 INFO:teuthology.orchestra.run.smithi184.stdout: This package will always depend on the latest generic kernel image 2024-03-21T12:35:35.396 INFO:teuthology.orchestra.run.smithi184.stdout: available. 2024-03-21T12:35:35.397 DEBUG:teuthology.orchestra.run.smithi184:> mktemp 2024-03-21T12:35:35.402 INFO:teuthology.orchestra.run.smithi184.stdout:/tmp/tmp.2qYP047Juy 2024-03-21T12:35:35.402 DEBUG:teuthology.orchestra.run.smithi184:> sudo cp /boot/grub/grub.cfg /tmp/tmp.2qYP047Juy 2024-03-21T12:35:35.414 DEBUG:teuthology.orchestra.run.smithi184:> sudo chmod 0666 /tmp/tmp.2qYP047Juy 2024-03-21T12:35:35.449 DEBUG:teuthology.orchestra.remote:smithi184:/tmp/tmp.2qYP047Juy is 9KB 2024-03-21T12:35:35.463 DEBUG:teuthology.orchestra.run.smithi184:> rm -fr /tmp/tmp.2qYP047Juy 2024-03-21T12:35:35.469 DEBUG:teuthology.orchestra.run.smithi184:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-03-21T12:35:35.526 DEBUG:teuthology.orchestra.run.smithi184:> set -ex 2024-03-21T12:35:35.526 DEBUG:teuthology.orchestra.run.smithi184:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-03-21T12:35:35.526 DEBUG:teuthology.orchestra.run.smithi184:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-03-21T12:35:35.565 INFO:teuthology.task.kernel:Distro Kernel Version: 5.4.0-174-generic 2024-03-21T12:35:35.565 DEBUG:teuthology.orchestra.run.smithi184:> sudo update-grub 2024-03-21T12:35:36.740 INFO:teuthology.orchestra.run.smithi178.stderr:Sourcing file `/etc/default/grub' 2024-03-21T12:35:36.753 INFO:teuthology.orchestra.run.smithi178.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-03-21T12:35:36.772 INFO:teuthology.orchestra.run.smithi178.stderr:Generating grub configuration file ... 2024-03-21T12:35:36.870 INFO:teuthology.orchestra.run.smithi184.stderr:Sourcing file `/etc/default/grub' 2024-03-21T12:35:36.881 INFO:teuthology.orchestra.run.smithi184.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-03-21T12:35:36.892 INFO:teuthology.orchestra.run.smithi184.stderr:Generating grub configuration file ... 2024-03-21T12:35:37.036 INFO:teuthology.orchestra.run.smithi178.stderr:Found linux image: /boot/vmlinuz-5.4.0-174-generic 2024-03-21T12:35:37.048 INFO:teuthology.orchestra.run.smithi178.stderr:Found initrd image: /boot/initrd.img-5.4.0-174-generic 2024-03-21T12:35:37.146 INFO:teuthology.orchestra.run.smithi184.stderr:Found linux image: /boot/vmlinuz-5.4.0-174-generic 2024-03-21T12:35:37.157 INFO:teuthology.orchestra.run.smithi184.stderr:Found initrd image: /boot/initrd.img-5.4.0-174-generic 2024-03-21T12:35:37.439 INFO:teuthology.orchestra.run.smithi178.stderr:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2024-03-21T12:35:37.451 INFO:teuthology.orchestra.run.smithi178.stderr:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2024-03-21T12:35:37.507 INFO:teuthology.orchestra.run.smithi184.stderr:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2024-03-21T12:35:37.517 INFO:teuthology.orchestra.run.smithi184.stderr:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2024-03-21T12:35:38.203 INFO:teuthology.orchestra.run.smithi178.stderr:done 2024-03-21T12:35:38.205 DEBUG:teuthology.orchestra.run.smithi178:> sudo shutdown -r now 2024-03-21T12:35:38.278 INFO:teuthology.orchestra.run.smithi184.stderr:done 2024-03-21T12:35:38.280 DEBUG:teuthology.orchestra.run.smithi184:> sudo shutdown -r now 2024-03-21T12:36:08.230 INFO:teuthology.task.kernel:Checking client mon.a for new kernel version... 2024-03-21T12:36:08.232 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi178.front.sepia.ceph.com' 2024-03-21T12:36:08.232 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi178.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T12:36:08.283 INFO:teuthology.task.kernel:Checking client mon.b for new kernel version... 2024-03-21T12:36:08.283 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi184.front.sepia.ceph.com' 2024-03-21T12:36:08.284 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi184.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T12:36:42.911 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.178 2024-03-21T12:36:42.911 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.184 2024-03-21T12:36:51.918 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi178.front.sepia.ceph.com' 2024-03-21T12:36:51.919 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi178.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T12:36:51.921 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi184.front.sepia.ceph.com' 2024-03-21T12:36:51.921 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi184.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T12:37:10.303 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.184 2024-03-21T12:37:22.315 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi184.front.sepia.ceph.com' 2024-03-21T12:37:22.316 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi184.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T12:37:22.570 DEBUG:teuthology.orchestra.run.smithi184:> true 2024-03-21T12:37:23.160 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi184.front.sepia.ceph.com' 2024-03-21T12:37:23.160 INFO:teuthology.task.kernel:Checking kernel version of mon.b, want "5.4.0-174-generic"... 2024-03-21T12:37:23.160 DEBUG:teuthology.orchestra.run.smithi184:> uname -r 2024-03-21T12:37:23.167 INFO:teuthology.orchestra.run.smithi184.stdout:5.4.0-174-generic 2024-03-21T12:37:23.167 DEBUG:teuthology.task.kernel:current kernel version is 5.4.0-174-generic vs 5.4.0-174-generic 2024-03-21T12:37:23.167 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-03-21T12:37:23.167 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-03-21T12:37:24.168 INFO:teuthology.task.kernel:Enabling kdb on mon.b... 2024-03-21T12:37:24.168 DEBUG:teuthology.orchestra.run.smithi184:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-03-21T12:37:24.257 INFO:teuthology.orchestra.run.smithi184.stdout:ttyS1 2024-03-21T12:37:24.285 DEBUG:teuthology.parallel:result is None 2024-03-21T12:37:51.921 DEBUG:teuthology.orchestra.remote:timed out 2024-03-21T12:38:03.922 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi178.front.sepia.ceph.com' 2024-03-21T12:38:03.923 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi178.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T12:38:04.172 DEBUG:teuthology.orchestra.run.smithi178:> true 2024-03-21T12:38:04.764 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi178.front.sepia.ceph.com' 2024-03-21T12:38:04.764 INFO:teuthology.task.kernel:Checking kernel version of mon.a, want "5.4.0-174-generic"... 2024-03-21T12:38:04.764 DEBUG:teuthology.orchestra.run.smithi178:> uname -r 2024-03-21T12:38:04.771 INFO:teuthology.orchestra.run.smithi178.stdout:5.4.0-174-generic 2024-03-21T12:38:04.771 DEBUG:teuthology.task.kernel:current kernel version is 5.4.0-174-generic vs 5.4.0-174-generic 2024-03-21T12:38:04.771 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-03-21T12:38:04.772 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-03-21T12:38:05.773 INFO:teuthology.task.kernel:Enabling kdb on mon.a... 2024-03-21T12:38:05.774 DEBUG:teuthology.orchestra.run.smithi178:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-03-21T12:38:05.860 INFO:teuthology.orchestra.run.smithi178.stdout:ttyS1 2024-03-21T12:38:05.884 DEBUG:teuthology.parallel:result is None 2024-03-21T12:38:05.884 INFO:teuthology.run_tasks:Running task internal.base... 2024-03-21T12:38:05.894 INFO:teuthology.task.internal:Creating test directory... 2024-03-21T12:38:05.895 DEBUG:teuthology.orchestra.run.smithi178:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-03-21T12:38:05.899 DEBUG:teuthology.orchestra.run.smithi184:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-03-21T12:38:05.907 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-03-21T12:38:05.919 INFO:teuthology.run_tasks:Running task internal.archive... 2024-03-21T12:38:05.931 INFO:teuthology.task.internal:Creating archive directory... 2024-03-21T12:38:05.931 DEBUG:teuthology.orchestra.run.smithi178:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-03-21T12:38:05.953 DEBUG:teuthology.orchestra.run.smithi184:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-03-21T12:38:05.977 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-03-21T12:38:05.991 INFO:teuthology.task.internal:Enabling coredump saving... 2024-03-21T12:38:05.991 DEBUG:teuthology.orchestra.run.smithi178:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-03-21T12:38:05.997 DEBUG:teuthology.orchestra.run.smithi184:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-03-21T12:38:06.013 INFO:teuthology.orchestra.run.smithi178.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-21T12:38:06.027 INFO:teuthology.orchestra.run.smithi178.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-21T12:38:06.038 INFO:teuthology.orchestra.run.smithi184.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-21T12:38:06.048 INFO:teuthology.orchestra.run.smithi184.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-21T12:38:06.050 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-03-21T12:38:06.061 INFO:teuthology.task.internal:Configuring sudo... 2024-03-21T12:38:06.061 DEBUG:teuthology.orchestra.run.smithi178:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-03-21T12:38:06.071 DEBUG:teuthology.orchestra.run.smithi184:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-03-21T12:38:06.087 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-03-21T12:38:06.098 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-03-21T12:38:06.098 DEBUG:teuthology.orchestra.run.smithi178:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-03-21T12:38:06.102 DEBUG:teuthology.orchestra.run.smithi184:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-03-21T12:38:06.108 DEBUG:teuthology.orchestra.run.smithi178:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-21T12:38:06.156 DEBUG:teuthology.orchestra.run.smithi178:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-21T12:38:06.166 DEBUG:teuthology.orchestra.run.smithi178:> set -ex 2024-03-21T12:38:06.167 DEBUG:teuthology.orchestra.run.smithi178:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-03-21T12:38:06.194 DEBUG:teuthology.orchestra.run.smithi184:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-21T12:38:06.204 DEBUG:teuthology.orchestra.run.smithi184:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-21T12:38:06.211 DEBUG:teuthology.orchestra.run.smithi184:> set -ex 2024-03-21T12:38:06.212 DEBUG:teuthology.orchestra.run.smithi184:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-03-21T12:38:06.237 DEBUG:teuthology.orchestra.run.smithi178:> sudo service rsyslog restart 2024-03-21T12:38:06.253 DEBUG:teuthology.orchestra.run.smithi184:> sudo service rsyslog restart 2024-03-21T12:38:06.333 INFO:teuthology.run_tasks:Running task internal.timer... 2024-03-21T12:38:06.341 INFO:teuthology.task.internal:Starting timer... 2024-03-21T12:38:06.341 INFO:teuthology.run_tasks:Running task pcp... 2024-03-21T12:38:06.356 INFO:teuthology.run_tasks:Running task selinux... 2024-03-21T12:38:06.373 DEBUG:teuthology.task.selinux:Excluding smithi178: OS 'ubuntu' does not support SELinux 2024-03-21T12:38:06.373 DEBUG:teuthology.task.selinux:Excluding smithi184: OS 'ubuntu' does not support SELinux 2024-03-21T12:38:06.374 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-03-21T12:38:06.374 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2024-03-21T12:38:06.374 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-03-21T12:38:06.374 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-03-21T12:38:06.386 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-03-21T12:38:06.418 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2024-03-21T12:38:06.420 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi178.front.sepia.ceph.com,smithi184.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-03-21T12:43:38.074 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi178.front.sepia.ceph.com'), Remote(name='ubuntu@smithi184.front.sepia.ceph.com')] 2024-03-21T12:43:38.076 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi178.front.sepia.ceph.com' 2024-03-21T12:43:38.077 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi178.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T12:43:38.177 DEBUG:teuthology.orchestra.run.smithi178:> true 2024-03-21T12:43:38.300 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi178.front.sepia.ceph.com' 2024-03-21T12:43:38.300 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi184.front.sepia.ceph.com' 2024-03-21T12:43:38.300 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi184.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T12:43:38.398 DEBUG:teuthology.orchestra.run.smithi184:> true 2024-03-21T12:43:38.524 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi184.front.sepia.ceph.com' 2024-03-21T12:43:38.525 INFO:teuthology.run_tasks:Running task clock... 2024-03-21T12:43:38.543 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-03-21T12:43:38.543 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-03-21T12:43:38.544 DEBUG:teuthology.orchestra.run.smithi178:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-21T12:43:38.547 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-03-21T12:43:38.547 DEBUG:teuthology.orchestra.run.smithi184:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-21T12:43:38.577 INFO:teuthology.orchestra.run.smithi178.stdout:21 Mar 12:43:38 ntpd[12945]: ntpd 4.2.8p12@1.3728-o (1): Starting 2024-03-21T12:43:38.578 INFO:teuthology.orchestra.run.smithi178.stdout:21 Mar 12:43:38 ntpd[12945]: Command line: ntpd -gq 2024-03-21T12:43:38.578 INFO:teuthology.orchestra.run.smithi178.stdout:21 Mar 12:43:38 ntpd[12945]: proto: precision = 0.088 usec (-23) 2024-03-21T12:43:38.579 INFO:teuthology.orchestra.run.smithi178.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-03-21T12:43:38.579 INFO:teuthology.orchestra.run.smithi178.stdout:21 Mar 12:43:38 ntpd[12945]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-03-21T12:43:38.579 INFO:teuthology.orchestra.run.smithi178.stderr:restrict ::: KOD does nothing without LIMITED. 2024-03-21T12:43:38.580 INFO:teuthology.orchestra.run.smithi178.stdout:21 Mar 12:43:38 ntpd[12945]: restrict ::: KOD does nothing without LIMITED. 2024-03-21T12:43:38.580 INFO:teuthology.orchestra.run.smithi178.stdout:21 Mar 12:43:38 ntpd[12945]: Listen and drop on 0 v6wildcard [::]:123 2024-03-21T12:43:38.580 INFO:teuthology.orchestra.run.smithi178.stdout:21 Mar 12:43:38 ntpd[12945]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-03-21T12:43:38.580 INFO:teuthology.orchestra.run.smithi178.stdout:21 Mar 12:43:38 ntpd[12945]: Listen normally on 2 lo 127.0.0.1:123 2024-03-21T12:43:38.581 INFO:teuthology.orchestra.run.smithi178.stdout:21 Mar 12:43:38 ntpd[12945]: Listen normally on 3 enp3s0f1 172.21.15.178:123 2024-03-21T12:43:38.581 INFO:teuthology.orchestra.run.smithi178.stdout:21 Mar 12:43:38 ntpd[12945]: Listen normally on 4 lo [::1]:123 2024-03-21T12:43:38.581 INFO:teuthology.orchestra.run.smithi178.stdout:21 Mar 12:43:38 ntpd[12945]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:7ef9%5]:123 2024-03-21T12:43:38.581 INFO:teuthology.orchestra.run.smithi178.stdout:21 Mar 12:43:38 ntpd[12945]: Listening on routing socket on fd #22 for interface updates 2024-03-21T12:43:38.601 INFO:teuthology.orchestra.run.smithi184.stdout:21 Mar 12:43:38 ntpd[13005]: ntpd 4.2.8p12@1.3728-o (1): Starting 2024-03-21T12:43:38.601 INFO:teuthology.orchestra.run.smithi184.stdout:21 Mar 12:43:38 ntpd[13005]: Command line: ntpd -gq 2024-03-21T12:43:38.602 INFO:teuthology.orchestra.run.smithi184.stdout:21 Mar 12:43:38 ntpd[13005]: proto: precision = 0.152 usec (-23) 2024-03-21T12:43:38.602 INFO:teuthology.orchestra.run.smithi184.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-03-21T12:43:38.603 INFO:teuthology.orchestra.run.smithi184.stdout:21 Mar 12:43:38 ntpd[13005]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-03-21T12:43:38.603 INFO:teuthology.orchestra.run.smithi184.stderr:restrict ::: KOD does nothing without LIMITED. 2024-03-21T12:43:38.604 INFO:teuthology.orchestra.run.smithi184.stdout:21 Mar 12:43:38 ntpd[13005]: restrict ::: KOD does nothing without LIMITED. 2024-03-21T12:43:38.604 INFO:teuthology.orchestra.run.smithi184.stdout:21 Mar 12:43:38 ntpd[13005]: Listen and drop on 0 v6wildcard [::]:123 2024-03-21T12:43:38.604 INFO:teuthology.orchestra.run.smithi184.stdout:21 Mar 12:43:38 ntpd[13005]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-03-21T12:43:38.604 INFO:teuthology.orchestra.run.smithi184.stdout:21 Mar 12:43:38 ntpd[13005]: Listen normally on 2 lo 127.0.0.1:123 2024-03-21T12:43:38.604 INFO:teuthology.orchestra.run.smithi184.stdout:21 Mar 12:43:38 ntpd[13005]: Listen normally on 3 enp3s0f1 172.21.15.184:123 2024-03-21T12:43:38.604 INFO:teuthology.orchestra.run.smithi184.stdout:21 Mar 12:43:38 ntpd[13005]: Listen normally on 4 lo [::1]:123 2024-03-21T12:43:38.604 INFO:teuthology.orchestra.run.smithi184.stdout:21 Mar 12:43:38 ntpd[13005]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:7b8f%5]:123 2024-03-21T12:43:38.604 INFO:teuthology.orchestra.run.smithi184.stdout:21 Mar 12:43:38 ntpd[13005]: Listening on routing socket on fd #22 for interface updates 2024-03-21T12:43:39.602 INFO:teuthology.orchestra.run.smithi184.stderr:21 Mar 12:43:39 ntpd[13005]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T12:43:39.602 INFO:teuthology.orchestra.run.smithi184.stderr:21 Mar 12:43:39 ntpd[13005]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T12:43:39.602 INFO:teuthology.orchestra.run.smithi184.stderr:21 Mar 12:43:39 ntpd[13005]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T12:43:39.602 INFO:teuthology.orchestra.run.smithi184.stderr:21 Mar 12:43:39 ntpd[13005]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T12:43:39.603 INFO:teuthology.orchestra.run.smithi184.stderr:21 Mar 12:43:39 ntpd[13005]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T12:43:39.603 INFO:teuthology.orchestra.run.smithi184.stderr:21 Mar 12:43:39 ntpd[13005]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T12:43:40.578 INFO:teuthology.orchestra.run.smithi178.stderr:21 Mar 12:43:40 ntpd[12945]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T12:43:40.578 INFO:teuthology.orchestra.run.smithi178.stderr:21 Mar 12:43:40 ntpd[12945]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T12:43:40.602 INFO:teuthology.orchestra.run.smithi184.stderr:21 Mar 12:43:40 ntpd[13005]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T12:43:40.602 INFO:teuthology.orchestra.run.smithi184.stderr:21 Mar 12:43:40 ntpd[13005]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T12:43:40.602 INFO:teuthology.orchestra.run.smithi184.stderr:21 Mar 12:43:40 ntpd[13005]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T12:43:40.602 INFO:teuthology.orchestra.run.smithi184.stderr:21 Mar 12:43:40 ntpd[13005]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T12:43:40.603 INFO:teuthology.orchestra.run.smithi184.stderr:21 Mar 12:43:40 ntpd[13005]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T12:43:40.603 INFO:teuthology.orchestra.run.smithi184.stderr:21 Mar 12:43:40 ntpd[13005]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T12:43:40.603 INFO:teuthology.orchestra.run.smithi184.stderr:21 Mar 12:43:40 ntpd[13005]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T12:43:40.603 INFO:teuthology.orchestra.run.smithi184.stderr:21 Mar 12:43:40 ntpd[13005]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T12:43:41.578 INFO:teuthology.orchestra.run.smithi178.stderr:21 Mar 12:43:41 ntpd[12945]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T12:43:41.579 INFO:teuthology.orchestra.run.smithi178.stderr:21 Mar 12:43:41 ntpd[12945]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T12:43:41.579 INFO:teuthology.orchestra.run.smithi178.stderr:21 Mar 12:43:41 ntpd[12945]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T12:43:41.579 INFO:teuthology.orchestra.run.smithi178.stderr:21 Mar 12:43:41 ntpd[12945]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T12:43:41.579 INFO:teuthology.orchestra.run.smithi178.stderr:21 Mar 12:43:41 ntpd[12945]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T12:43:41.579 INFO:teuthology.orchestra.run.smithi178.stderr:21 Mar 12:43:41 ntpd[12945]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T12:43:41.602 INFO:teuthology.orchestra.run.smithi184.stderr:21 Mar 12:43:41 ntpd[13005]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T12:43:41.602 INFO:teuthology.orchestra.run.smithi184.stderr:21 Mar 12:43:41 ntpd[13005]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T12:43:41.602 INFO:teuthology.orchestra.run.smithi184.stderr:21 Mar 12:43:41 ntpd[13005]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T12:43:41.602 INFO:teuthology.orchestra.run.smithi184.stderr:21 Mar 12:43:41 ntpd[13005]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T12:43:41.602 INFO:teuthology.orchestra.run.smithi184.stderr:21 Mar 12:43:41 ntpd[13005]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T12:43:41.602 INFO:teuthology.orchestra.run.smithi184.stderr:21 Mar 12:43:41 ntpd[13005]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T12:43:42.579 INFO:teuthology.orchestra.run.smithi178.stderr:21 Mar 12:43:42 ntpd[12945]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T12:43:42.579 INFO:teuthology.orchestra.run.smithi178.stderr:21 Mar 12:43:42 ntpd[12945]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T12:43:42.579 INFO:teuthology.orchestra.run.smithi178.stderr:21 Mar 12:43:42 ntpd[12945]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T12:43:42.579 INFO:teuthology.orchestra.run.smithi178.stderr:21 Mar 12:43:42 ntpd[12945]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T12:43:42.579 INFO:teuthology.orchestra.run.smithi178.stderr:21 Mar 12:43:42 ntpd[12945]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T12:43:42.579 INFO:teuthology.orchestra.run.smithi178.stderr:21 Mar 12:43:42 ntpd[12945]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T12:43:42.579 INFO:teuthology.orchestra.run.smithi178.stderr:21 Mar 12:43:42 ntpd[12945]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T12:43:42.580 INFO:teuthology.orchestra.run.smithi178.stderr:21 Mar 12:43:42 ntpd[12945]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T12:43:42.580 INFO:teuthology.orchestra.run.smithi178.stderr:21 Mar 12:43:42 ntpd[12945]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T12:43:42.580 INFO:teuthology.orchestra.run.smithi178.stderr:21 Mar 12:43:42 ntpd[12945]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T12:43:42.580 INFO:teuthology.orchestra.run.smithi178.stderr:21 Mar 12:43:42 ntpd[12945]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T12:43:42.580 INFO:teuthology.orchestra.run.smithi178.stderr:21 Mar 12:43:42 ntpd[12945]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T12:43:42.604 INFO:teuthology.orchestra.run.smithi184.stderr:21 Mar 12:43:42 ntpd[13005]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T12:43:42.604 INFO:teuthology.orchestra.run.smithi184.stderr:21 Mar 12:43:42 ntpd[13005]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T12:43:42.604 INFO:teuthology.orchestra.run.smithi184.stderr:21 Mar 12:43:42 ntpd[13005]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T12:43:42.604 INFO:teuthology.orchestra.run.smithi184.stderr:21 Mar 12:43:42 ntpd[13005]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T12:43:42.604 INFO:teuthology.orchestra.run.smithi184.stderr:21 Mar 12:43:42 ntpd[13005]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T12:43:42.604 INFO:teuthology.orchestra.run.smithi184.stderr:21 Mar 12:43:42 ntpd[13005]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T12:43:42.604 INFO:teuthology.orchestra.run.smithi184.stderr:21 Mar 12:43:42 ntpd[13005]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T12:43:42.604 INFO:teuthology.orchestra.run.smithi184.stderr:21 Mar 12:43:42 ntpd[13005]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T12:43:42.604 INFO:teuthology.orchestra.run.smithi184.stderr:21 Mar 12:43:42 ntpd[13005]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T12:43:42.604 INFO:teuthology.orchestra.run.smithi184.stderr:21 Mar 12:43:42 ntpd[13005]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T12:43:42.604 INFO:teuthology.orchestra.run.smithi184.stderr:21 Mar 12:43:42 ntpd[13005]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T12:43:42.604 INFO:teuthology.orchestra.run.smithi184.stderr:21 Mar 12:43:42 ntpd[13005]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T12:43:43.578 INFO:teuthology.orchestra.run.smithi178.stderr:21 Mar 12:43:43 ntpd[12945]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T12:43:43.579 INFO:teuthology.orchestra.run.smithi178.stderr:21 Mar 12:43:43 ntpd[12945]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T12:43:43.579 INFO:teuthology.orchestra.run.smithi178.stderr:21 Mar 12:43:43 ntpd[12945]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T12:43:43.579 INFO:teuthology.orchestra.run.smithi178.stderr:21 Mar 12:43:43 ntpd[12945]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T12:43:43.579 INFO:teuthology.orchestra.run.smithi178.stderr:21 Mar 12:43:43 ntpd[12945]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T12:43:43.579 INFO:teuthology.orchestra.run.smithi178.stderr:21 Mar 12:43:43 ntpd[12945]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T12:43:43.602 INFO:teuthology.orchestra.run.smithi184.stderr:21 Mar 12:43:43 ntpd[13005]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T12:43:43.602 INFO:teuthology.orchestra.run.smithi184.stderr:21 Mar 12:43:43 ntpd[13005]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T12:43:43.602 INFO:teuthology.orchestra.run.smithi184.stderr:21 Mar 12:43:43 ntpd[13005]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T12:43:43.602 INFO:teuthology.orchestra.run.smithi184.stderr:21 Mar 12:43:43 ntpd[13005]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T12:43:43.602 INFO:teuthology.orchestra.run.smithi184.stderr:21 Mar 12:43:43 ntpd[13005]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T12:43:43.602 INFO:teuthology.orchestra.run.smithi184.stderr:21 Mar 12:43:43 ntpd[13005]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T12:43:44.579 INFO:teuthology.orchestra.run.smithi178.stderr:21 Mar 12:43:44 ntpd[12945]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T12:43:44.579 INFO:teuthology.orchestra.run.smithi178.stderr:21 Mar 12:43:44 ntpd[12945]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T12:43:44.579 INFO:teuthology.orchestra.run.smithi178.stderr:21 Mar 12:43:44 ntpd[12945]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T12:43:44.579 INFO:teuthology.orchestra.run.smithi178.stderr:21 Mar 12:43:44 ntpd[12945]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T12:43:44.579 INFO:teuthology.orchestra.run.smithi178.stderr:21 Mar 12:43:44 ntpd[12945]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T12:43:44.579 INFO:teuthology.orchestra.run.smithi178.stderr:21 Mar 12:43:44 ntpd[12945]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T12:43:44.579 INFO:teuthology.orchestra.run.smithi178.stderr:21 Mar 12:43:44 ntpd[12945]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T12:43:44.580 INFO:teuthology.orchestra.run.smithi178.stderr:21 Mar 12:43:44 ntpd[12945]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T12:43:44.580 INFO:teuthology.orchestra.run.smithi178.stderr:21 Mar 12:43:44 ntpd[12945]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T12:43:44.580 INFO:teuthology.orchestra.run.smithi178.stderr:21 Mar 12:43:44 ntpd[12945]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T12:43:44.580 INFO:teuthology.orchestra.run.smithi178.stderr:21 Mar 12:43:44 ntpd[12945]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T12:43:44.580 INFO:teuthology.orchestra.run.smithi178.stderr:21 Mar 12:43:44 ntpd[12945]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T12:43:44.602 INFO:teuthology.orchestra.run.smithi184.stderr:21 Mar 12:43:44 ntpd[13005]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T12:43:44.603 INFO:teuthology.orchestra.run.smithi184.stderr:21 Mar 12:43:44 ntpd[13005]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T12:43:44.603 INFO:teuthology.orchestra.run.smithi184.stderr:21 Mar 12:43:44 ntpd[13005]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T12:43:44.603 INFO:teuthology.orchestra.run.smithi184.stderr:21 Mar 12:43:44 ntpd[13005]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T12:43:44.603 INFO:teuthology.orchestra.run.smithi184.stderr:21 Mar 12:43:44 ntpd[13005]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T12:43:44.603 INFO:teuthology.orchestra.run.smithi184.stderr:21 Mar 12:43:44 ntpd[13005]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T12:43:44.603 INFO:teuthology.orchestra.run.smithi184.stderr:21 Mar 12:43:44 ntpd[13005]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T12:43:44.603 INFO:teuthology.orchestra.run.smithi184.stderr:21 Mar 12:43:44 ntpd[13005]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T12:43:44.603 INFO:teuthology.orchestra.run.smithi184.stderr:21 Mar 12:43:44 ntpd[13005]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T12:43:44.603 INFO:teuthology.orchestra.run.smithi184.stderr:21 Mar 12:43:44 ntpd[13005]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T12:43:44.603 INFO:teuthology.orchestra.run.smithi184.stderr:21 Mar 12:43:44 ntpd[13005]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T12:43:44.603 INFO:teuthology.orchestra.run.smithi184.stderr:21 Mar 12:43:44 ntpd[13005]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T12:43:45.578 INFO:teuthology.orchestra.run.smithi178.stderr:21 Mar 12:43:45 ntpd[12945]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T12:43:45.579 INFO:teuthology.orchestra.run.smithi178.stderr:21 Mar 12:43:45 ntpd[12945]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T12:43:45.579 INFO:teuthology.orchestra.run.smithi178.stderr:21 Mar 12:43:45 ntpd[12945]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T12:43:45.579 INFO:teuthology.orchestra.run.smithi178.stderr:21 Mar 12:43:45 ntpd[12945]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T12:43:45.579 INFO:teuthology.orchestra.run.smithi178.stderr:21 Mar 12:43:45 ntpd[12945]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T12:43:45.579 INFO:teuthology.orchestra.run.smithi178.stderr:21 Mar 12:43:45 ntpd[12945]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T12:43:45.602 INFO:teuthology.orchestra.run.smithi184.stderr:21 Mar 12:43:45 ntpd[13005]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T12:43:45.602 INFO:teuthology.orchestra.run.smithi184.stderr:21 Mar 12:43:45 ntpd[13005]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T12:43:45.602 INFO:teuthology.orchestra.run.smithi184.stderr:21 Mar 12:43:45 ntpd[13005]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T12:43:45.602 INFO:teuthology.orchestra.run.smithi184.stderr:21 Mar 12:43:45 ntpd[13005]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T12:43:45.602 INFO:teuthology.orchestra.run.smithi184.stderr:21 Mar 12:43:45 ntpd[13005]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T12:43:45.602 INFO:teuthology.orchestra.run.smithi184.stderr:21 Mar 12:43:45 ntpd[13005]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T12:43:45.603 INFO:teuthology.orchestra.run.smithi184.stdout:21 Mar 12:43:45 ntpd[13005]: ntpd: time slew +0.000321 s 2024-03-21T12:43:45.603 INFO:teuthology.orchestra.run.smithi184.stdout:ntpd: time slew +0.000321s 2024-03-21T12:43:45.603 INFO:teuthology.orchestra.run.smithi184.stderr:21 Mar 12:43:45 ntpd[13005]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-03-21T12:43:45.603 INFO:teuthology.orchestra.run.smithi184.stderr:21 Mar 12:43:45 ntpd[13005]: can't open /var/log/ntpstats/loopstats.20240321: Permission denied 2024-03-21T12:43:45.681 INFO:teuthology.orchestra.run.smithi184.stdout: remote refid st t when poll reach delay offset jitter 2024-03-21T12:43:45.681 INFO:teuthology.orchestra.run.smithi184.stdout:============================================================================== 2024-03-21T12:43:45.681 INFO:teuthology.orchestra.run.smithi184.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-03-21T12:43:45.681 INFO:teuthology.orchestra.run.smithi184.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-03-21T12:43:45.681 INFO:teuthology.orchestra.run.smithi184.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-03-21T12:43:45.681 INFO:teuthology.orchestra.run.smithi184.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-03-21T12:43:46.579 INFO:teuthology.orchestra.run.smithi178.stderr:21 Mar 12:43:46 ntpd[12945]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T12:43:46.579 INFO:teuthology.orchestra.run.smithi178.stderr:21 Mar 12:43:46 ntpd[12945]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T12:43:46.579 INFO:teuthology.orchestra.run.smithi178.stderr:21 Mar 12:43:46 ntpd[12945]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T12:43:46.580 INFO:teuthology.orchestra.run.smithi178.stderr:21 Mar 12:43:46 ntpd[12945]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T12:43:46.580 INFO:teuthology.orchestra.run.smithi178.stderr:21 Mar 12:43:46 ntpd[12945]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T12:43:46.580 INFO:teuthology.orchestra.run.smithi178.stderr:21 Mar 12:43:46 ntpd[12945]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T12:43:46.580 INFO:teuthology.orchestra.run.smithi178.stderr:21 Mar 12:43:46 ntpd[12945]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T12:43:46.580 INFO:teuthology.orchestra.run.smithi178.stderr:21 Mar 12:43:46 ntpd[12945]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T12:43:46.580 INFO:teuthology.orchestra.run.smithi178.stderr:21 Mar 12:43:46 ntpd[12945]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T12:43:46.580 INFO:teuthology.orchestra.run.smithi178.stderr:21 Mar 12:43:46 ntpd[12945]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T12:43:46.580 INFO:teuthology.orchestra.run.smithi178.stderr:21 Mar 12:43:46 ntpd[12945]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T12:43:46.580 INFO:teuthology.orchestra.run.smithi178.stderr:21 Mar 12:43:46 ntpd[12945]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T12:43:47.579 INFO:teuthology.orchestra.run.smithi178.stderr:21 Mar 12:43:47 ntpd[12945]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T12:43:47.579 INFO:teuthology.orchestra.run.smithi178.stderr:21 Mar 12:43:47 ntpd[12945]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T12:43:47.579 INFO:teuthology.orchestra.run.smithi178.stderr:21 Mar 12:43:47 ntpd[12945]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T12:43:47.579 INFO:teuthology.orchestra.run.smithi178.stderr:21 Mar 12:43:47 ntpd[12945]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T12:43:47.579 INFO:teuthology.orchestra.run.smithi178.stderr:21 Mar 12:43:47 ntpd[12945]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T12:43:47.579 INFO:teuthology.orchestra.run.smithi178.stderr:21 Mar 12:43:47 ntpd[12945]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T12:43:47.579 INFO:teuthology.orchestra.run.smithi178.stdout:21 Mar 12:43:47 ntpd[12945]: ntpd: time slew +0.000927 s 2024-03-21T12:43:47.579 INFO:teuthology.orchestra.run.smithi178.stdout:ntpd: time slew +0.000927s 2024-03-21T12:43:47.580 INFO:teuthology.orchestra.run.smithi178.stderr:21 Mar 12:43:47 ntpd[12945]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-03-21T12:43:47.580 INFO:teuthology.orchestra.run.smithi178.stderr:21 Mar 12:43:47 ntpd[12945]: can't open /var/log/ntpstats/loopstats.20240321: Permission denied 2024-03-21T12:43:47.653 INFO:teuthology.orchestra.run.smithi178.stdout: remote refid st t when poll reach delay offset jitter 2024-03-21T12:43:47.653 INFO:teuthology.orchestra.run.smithi178.stdout:============================================================================== 2024-03-21T12:43:47.653 INFO:teuthology.orchestra.run.smithi178.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-03-21T12:43:47.653 INFO:teuthology.orchestra.run.smithi178.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-03-21T12:43:47.653 INFO:teuthology.orchestra.run.smithi178.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-03-21T12:43:47.653 INFO:teuthology.orchestra.run.smithi178.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-03-21T12:43:47.654 INFO:teuthology.run_tasks:Running task cephadm... 2024-03-21T12:43:47.742 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': '960fbbe4645c2becc8084669be194c95183c7753'} 2024-03-21T12:43:47.742 INFO:tasks.cephadm:Cluster image is quay.io/ceph/ceph:v17.2.0 2024-03-21T12:43:47.743 INFO:tasks.cephadm:Cluster fsid is a94f249e-e780-11ee-95cd-87774f69a715 2024-03-21T12:43:47.743 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-03-21T12:43:47.743 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.178', 'mon.c': '[v2:172.21.15.178:3301,v1:172.21.15.178:6790]', 'mon.b': '172.21.15.184'} 2024-03-21T12:43:47.743 INFO:tasks.cephadm:First mon is mon.a on smithi178 2024-03-21T12:43:47.743 INFO:tasks.cephadm:First mgr is y 2024-03-21T12:43:47.743 INFO:tasks.cephadm:Normalizing hostnames... 2024-03-21T12:43:47.743 DEBUG:teuthology.orchestra.run.smithi178:> sudo hostname $(hostname -s) 2024-03-21T12:43:47.761 DEBUG:teuthology.orchestra.run.smithi184:> sudo hostname $(hostname -s) 2024-03-21T12:43:47.778 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph ref v17.2.0)... 2024-03-21T12:43:47.778 DEBUG:teuthology.orchestra.run.smithi178:> curl --silent https://raw.githubusercontent.com/ceph/ceph/v17.2.0/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-03-21T12:43:48.031 INFO:teuthology.orchestra.run.smithi178.stdout:-rw-rw-r-- 1 ubuntu ubuntu 320521 Mar 21 12:43 /home/ubuntu/cephtest/cephadm 2024-03-21T12:43:48.032 DEBUG:teuthology.orchestra.run.smithi184:> curl --silent https://raw.githubusercontent.com/ceph/ceph/v17.2.0/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-03-21T12:43:48.342 INFO:teuthology.orchestra.run.smithi184.stdout:-rw-rw-r-- 1 ubuntu ubuntu 320521 Mar 21 12:43 /home/ubuntu/cephtest/cephadm 2024-03-21T12:43:48.342 DEBUG:teuthology.orchestra.run.smithi178:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-03-21T12:43:48.351 DEBUG:teuthology.orchestra.run.smithi184:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-03-21T12:43:48.369 INFO:tasks.cephadm:Pulling image quay.io/ceph/ceph:v17.2.0 on all hosts... 2024-03-21T12:43:48.369 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 pull 2024-03-21T12:43:48.371 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 pull 2024-03-21T12:43:48.642 INFO:teuthology.orchestra.run.smithi184.stderr:Pulling container image quay.io/ceph/ceph:v17.2.0... 2024-03-21T12:43:48.659 INFO:teuthology.orchestra.run.smithi178.stderr:Pulling container image quay.io/ceph/ceph:v17.2.0... 2024-03-21T12:44:32.187 INFO:teuthology.orchestra.run.smithi178.stdout:{ 2024-03-21T12:44:32.187 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph_version": "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)", 2024-03-21T12:44:32.187 INFO:teuthology.orchestra.run.smithi178.stdout: "image_id": "e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9", 2024-03-21T12:44:32.187 INFO:teuthology.orchestra.run.smithi178.stdout: "repo_digests": [ 2024-03-21T12:44:32.187 INFO:teuthology.orchestra.run.smithi178.stdout: "quay.io/ceph/ceph@sha256:12a0a4f43413fd97a14a3d47a3451b2d2df50020835bb93db666209f3f77617a" 2024-03-21T12:44:32.187 INFO:teuthology.orchestra.run.smithi178.stdout: ] 2024-03-21T12:44:32.188 INFO:teuthology.orchestra.run.smithi178.stdout:} 2024-03-21T12:44:36.754 INFO:teuthology.orchestra.run.smithi184.stdout:{ 2024-03-21T12:44:36.754 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph_version": "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)", 2024-03-21T12:44:36.754 INFO:teuthology.orchestra.run.smithi184.stdout: "image_id": "e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9", 2024-03-21T12:44:36.754 INFO:teuthology.orchestra.run.smithi184.stdout: "repo_digests": [ 2024-03-21T12:44:36.754 INFO:teuthology.orchestra.run.smithi184.stdout: "quay.io/ceph/ceph@sha256:12a0a4f43413fd97a14a3d47a3451b2d2df50020835bb93db666209f3f77617a" 2024-03-21T12:44:36.755 INFO:teuthology.orchestra.run.smithi184.stdout: ] 2024-03-21T12:44:36.755 INFO:teuthology.orchestra.run.smithi184.stdout:} 2024-03-21T12:44:36.779 DEBUG:teuthology.orchestra.run.smithi178:> sudo mkdir -p /etc/ceph 2024-03-21T12:44:36.796 DEBUG:teuthology.orchestra.run.smithi184:> sudo mkdir -p /etc/ceph 2024-03-21T12:44:36.813 DEBUG:teuthology.orchestra.run.smithi178:> sudo chmod 777 /etc/ceph 2024-03-21T12:44:36.829 DEBUG:teuthology.orchestra.run.smithi184:> sudo chmod 777 /etc/ceph 2024-03-21T12:44:36.841 INFO:tasks.cephadm:Writing seed config... 2024-03-21T12:44:36.842 INFO:tasks.cephadm: override: [global] mon election default strategy = 3 2024-03-21T12:44:36.842 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-03-21T12:44:36.842 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-03-21T12:44:36.842 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = True 2024-03-21T12:44:36.842 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-03-21T12:44:36.842 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-03-21T12:44:36.842 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-03-21T12:44:36.842 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-03-21T12:44:36.842 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-03-21T12:44:36.843 DEBUG:teuthology.orchestra.run.smithi178:> set -ex 2024-03-21T12:44:36.843 DEBUG:teuthology.orchestra.run.smithi178:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-03-21T12:44:36.876 DEBUG:tasks.cephadm:Final config: [global] # make logging friendly to teuthology log_to_file = true log_to_stderr = false log to journald = false mon cluster log to file = true mon cluster log file level = debug mon clock drift allowed = 1.000 # replicate across OSDs, not hosts osd crush chooseleaf type = 0 #osd pool default size = 2 osd pool default erasure code profile = plugin=jerasure technique=reed_sol_van k=2 m=1 crush-failure-domain=osd # enable some debugging auth debug = true ms die on old message = true ms die on bug = true debug asserts on shutdown = true # adjust warnings mon max pg per osd = 10000# >= luminous mon pg warn max object skew = 0 mon osd allow primary affinity = true mon osd allow pg remap = true mon warn on legacy crush tunables = false mon warn on crush straw calc version zero = false mon warn on no sortbitwise = false mon warn on osd down out interval zero = false mon warn on too few osds = false mon_warn_on_pool_pg_num_not_power_of_two = false # disable pg_autoscaler by default for new pools osd_pool_default_pg_autoscale_mode = off # tests delete pools mon allow pool delete = true fsid = a94f249e-e780-11ee-95cd-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 2024-03-21T12:44:36.877 DEBUG:teuthology.orchestra.run.smithi178:mon.a> sudo journalctl -f -n 0 -u ceph-a94f249e-e780-11ee-95cd-87774f69a715@mon.a.service 2024-03-21T12:44:36.879 DEBUG:teuthology.orchestra.run.smithi178:mgr.y> sudo journalctl -f -n 0 -u ceph-a94f249e-e780-11ee-95cd-87774f69a715@mgr.y.service 2024-03-21T12:44:36.881 INFO:tasks.cephadm:Bootstrapping... 2024-03-21T12:44:36.881 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 -v bootstrap --fsid a94f249e-e780-11ee-95cd-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.178 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-03-21T12:44:37.035 INFO:teuthology.orchestra.run.smithi178.stderr:-------------------------------------------------------------------------------- 2024-03-21T12:44:37.035 INFO:teuthology.orchestra.run.smithi178.stderr:cephadm ['--image', 'quay.io/ceph/ceph:v17.2.0', '-v', 'bootstrap', '--fsid', 'a94f249e-e780-11ee-95cd-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.178', '--skip-admin-label'] 2024-03-21T12:44:37.036 INFO:teuthology.orchestra.run.smithi178.stderr:Verifying podman|docker is present... 2024-03-21T12:44:37.036 INFO:teuthology.orchestra.run.smithi178.stderr:Verifying lvm2 is present... 2024-03-21T12:44:37.036 INFO:teuthology.orchestra.run.smithi178.stderr:Verifying time synchronization is in place... 2024-03-21T12:44:37.041 INFO:teuthology.orchestra.run.smithi178.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-03-21T12:44:37.047 INFO:teuthology.orchestra.run.smithi178.stderr:systemctl: inactive 2024-03-21T12:44:37.054 INFO:teuthology.orchestra.run.smithi178.stderr:systemctl: Failed to get unit file state for chronyd.service: No such file or directory 2024-03-21T12:44:37.059 INFO:teuthology.orchestra.run.smithi178.stderr:systemctl: inactive 2024-03-21T12:44:37.065 INFO:teuthology.orchestra.run.smithi178.stderr:systemctl: masked 2024-03-21T12:44:37.071 INFO:teuthology.orchestra.run.smithi178.stderr:systemctl: inactive 2024-03-21T12:44:37.077 INFO:teuthology.orchestra.run.smithi178.stderr:systemctl: Failed to get unit file state for ntpd.service: No such file or directory 2024-03-21T12:44:37.084 INFO:teuthology.orchestra.run.smithi178.stderr:systemctl: inactive 2024-03-21T12:44:37.092 INFO:teuthology.orchestra.run.smithi178.stderr:systemctl: enabled 2024-03-21T12:44:37.099 INFO:teuthology.orchestra.run.smithi178.stderr:systemctl: active 2024-03-21T12:44:37.099 INFO:teuthology.orchestra.run.smithi178.stderr:Unit ntp.service is enabled and running 2024-03-21T12:44:37.100 INFO:teuthology.orchestra.run.smithi178.stderr:Repeating the final host check... 2024-03-21T12:44:37.100 INFO:teuthology.orchestra.run.smithi178.stderr:docker (/usr/bin/docker) is present 2024-03-21T12:44:37.100 INFO:teuthology.orchestra.run.smithi178.stderr:systemctl is present 2024-03-21T12:44:37.100 INFO:teuthology.orchestra.run.smithi178.stderr:lvcreate is present 2024-03-21T12:44:37.105 INFO:teuthology.orchestra.run.smithi178.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-03-21T12:44:37.112 INFO:teuthology.orchestra.run.smithi178.stderr:systemctl: inactive 2024-03-21T12:44:37.119 INFO:teuthology.orchestra.run.smithi178.stderr:systemctl: Failed to get unit file state for chronyd.service: No such file or directory 2024-03-21T12:44:37.125 INFO:teuthology.orchestra.run.smithi178.stderr:systemctl: inactive 2024-03-21T12:44:37.133 INFO:teuthology.orchestra.run.smithi178.stderr:systemctl: masked 2024-03-21T12:44:37.140 INFO:teuthology.orchestra.run.smithi178.stderr:systemctl: inactive 2024-03-21T12:44:37.146 INFO:teuthology.orchestra.run.smithi178.stderr:systemctl: Failed to get unit file state for ntpd.service: No such file or directory 2024-03-21T12:44:37.153 INFO:teuthology.orchestra.run.smithi178.stderr:systemctl: inactive 2024-03-21T12:44:37.158 INFO:journalctl@ceph.mgr.y.smithi178.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2024-03-21T12:44:37.161 INFO:teuthology.orchestra.run.smithi178.stderr:systemctl: enabled 2024-03-21T12:44:37.167 INFO:teuthology.orchestra.run.smithi178.stderr:systemctl: active 2024-03-21T12:44:37.168 INFO:teuthology.orchestra.run.smithi178.stderr:Unit ntp.service is enabled and running 2024-03-21T12:44:37.168 INFO:teuthology.orchestra.run.smithi178.stderr:Host looks OK 2024-03-21T12:44:37.169 INFO:teuthology.orchestra.run.smithi178.stderr:Cluster fsid: a94f249e-e780-11ee-95cd-87774f69a715 2024-03-21T12:44:37.169 INFO:teuthology.orchestra.run.smithi178.stderr:Acquiring lock 140679037905216 on /run/cephadm/a94f249e-e780-11ee-95cd-87774f69a715.lock 2024-03-21T12:44:37.169 INFO:teuthology.orchestra.run.smithi178.stderr:Lock 140679037905216 acquired on /run/cephadm/a94f249e-e780-11ee-95cd-87774f69a715.lock 2024-03-21T12:44:37.169 INFO:teuthology.orchestra.run.smithi178.stderr:Verifying IP 172.21.15.178 port 3300 ... 2024-03-21T12:44:37.170 INFO:teuthology.orchestra.run.smithi178.stderr:Verifying IP 172.21.15.178 port 6789 ... 2024-03-21T12:44:37.170 INFO:teuthology.orchestra.run.smithi178.stderr:Base mon IP is 172.21.15.178, final addrv is [v2:172.21.15.178:3300,v1:172.21.15.178:6789] 2024-03-21T12:44:37.173 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/sbin/ip: default via 172.21.15.254 dev enp3s0f1 2024-03-21T12:44:37.174 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/sbin/ip: default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.178 metric 100 2024-03-21T12:44:37.174 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/sbin/ip: 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-03-21T12:44:37.174 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/sbin/ip: 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.178 2024-03-21T12:44:37.174 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/sbin/ip: 172.21.15.254 dev enp3s0f1 proto dhcp scope link src 172.21.15.178 metric 100 2024-03-21T12:44:37.178 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2024-03-21T12:44:37.178 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/sbin/ip: fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2024-03-21T12:44:37.180 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 100 expires 1780sec pref medium 2024-03-21T12:44:37.184 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-03-21T12:44:37.184 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/sbin/ip: inet6 ::1/128 scope host 2024-03-21T12:44:37.184 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/sbin/ip: valid_lft forever preferred_lft forever 2024-03-21T12:44:37.184 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/sbin/ip: 5: enp3s0f1: mtu 1500 state UP qlen 1000 2024-03-21T12:44:37.184 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/sbin/ip: inet6 fe80::ec4:7aff:fe88:7ef9/64 scope link 2024-03-21T12:44:37.184 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/sbin/ip: valid_lft forever preferred_lft forever 2024-03-21T12:44:37.185 INFO:teuthology.orchestra.run.smithi178.stderr:Mon IP `172.21.15.178` is in CIDR network `172.21.0.0/20` 2024-03-21T12:44:37.185 INFO:teuthology.orchestra.run.smithi178.stderr:- internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-03-21T12:44:37.186 INFO:teuthology.orchestra.run.smithi178.stderr:Pulling container image quay.io/ceph/ceph:v17.2.0... 2024-03-21T12:44:37.245 INFO:journalctl@ceph.mon.a.smithi178.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2024-03-21T12:44:37.610 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/docker: v17.2.0: Pulling from ceph/ceph 2024-03-21T12:44:37.723 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/docker: Digest: sha256:12a0a4f43413fd97a14a3d47a3451b2d2df50020835bb93db666209f3f77617a 2024-03-21T12:44:37.723 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/docker: Status: Image is up to date for quay.io/ceph/ceph:v17.2.0 2024-03-21T12:44:37.747 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/docker: quay.io/ceph/ceph:v17.2.0 2024-03-21T12:44:38.701 INFO:teuthology.orchestra.run.smithi178.stderr:ceph: ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable) 2024-03-21T12:44:39.131 INFO:teuthology.orchestra.run.smithi178.stderr:Ceph version: ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable) 2024-03-21T12:44:39.131 INFO:teuthology.orchestra.run.smithi178.stderr:Extracting ceph user uid/gid from container image... 2024-03-21T12:44:39.837 INFO:teuthology.orchestra.run.smithi178.stderr:stat: 167 167 2024-03-21T12:44:40.402 INFO:teuthology.orchestra.run.smithi178.stderr:Creating initial keys... 2024-03-21T12:44:41.133 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-authtool: AQC5K/xloeHlBxAAjQD/tvQMb34q1plrOVZTuQ== 2024-03-21T12:44:42.334 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-authtool: AQC6K/xlF1zfExAAXHZfUMnVinrFzUrKmVqDuw== 2024-03-21T12:44:43.496 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-authtool: AQC7K/xlhPKDHRAACcWArbBS/jj5ZdmP3h8pcg== 2024-03-21T12:44:44.028 INFO:teuthology.orchestra.run.smithi178.stderr:Creating initial monmap... 2024-03-21T12:44:44.760 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2024-03-21T12:44:44.760 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/monmaptool: setting min_mon_release = octopus 2024-03-21T12:44:44.760 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to a94f249e-e780-11ee-95cd-87774f69a715 2024-03-21T12:44:44.760 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-03-21T12:44:45.247 INFO:teuthology.orchestra.run.smithi178.stderr:monmaptool for a [v2:172.21.15.178:3300,v1:172.21.15.178:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-03-21T12:44:45.248 INFO:teuthology.orchestra.run.smithi178.stderr:setting min_mon_release = octopus 2024-03-21T12:44:45.248 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/monmaptool: set fsid to a94f249e-e780-11ee-95cd-87774f69a715 2024-03-21T12:44:45.248 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-03-21T12:44:45.248 INFO:teuthology.orchestra.run.smithi178.stderr: 2024-03-21T12:44:45.248 INFO:teuthology.orchestra.run.smithi178.stderr:Creating mon... 2024-03-21T12:44:45.978 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.970+0000 7f8ed9ff4880 0 set uid:gid to 167:167 (ceph:ceph) 2024-03-21T12:44:45.978 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.970+0000 7f8ed9ff4880 1 imported monmap: 2024-03-21T12:44:45.978 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: epoch 0 2024-03-21T12:44:45.978 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: fsid a94f249e-e780-11ee-95cd-87774f69a715 2024-03-21T12:44:45.978 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: last_changed 2024-03-21T12:44:44.759276+0000 2024-03-21T12:44:45.979 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: created 2024-03-21T12:44:44.759276+0000 2024-03-21T12:44:45.979 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: min_mon_release 15 (octopus) 2024-03-21T12:44:45.979 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: election_strategy: 1 2024-03-21T12:44:45.979 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.178:3300/0,v1:172.21.15.178:6789/0] mon.a 2024-03-21T12:44:45.979 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: 2024-03-21T12:44:45.979 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.970+0000 7f8ed9ff4880 0 /usr/bin/ceph-mon: set fsid to a94f249e-e780-11ee-95cd-87774f69a715 2024-03-21T12:44:45.979 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: RocksDB version: 6.15.5 2024-03-21T12:44:45.979 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: 2024-03-21T12:44:45.979 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-03-21T12:44:45.979 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Compile date Apr 18 2022 2024-03-21T12:44:45.979 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: DB SUMMARY 2024-03-21T12:44:45.979 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: 2024-03-21T12:44:45.979 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: DB Session ID: 2IE6KAF3SOI096Z9MS54 2024-03-21T12:44:45.979 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: 2024-03-21T12:44:45.979 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 0, files: 2024-03-21T12:44:45.979 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: 2024-03-21T12:44:45.980 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 2024-03-21T12:44:45.980 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: 2024-03-21T12:44:45.980 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Options.error_if_exists: 0 2024-03-21T12:44:45.980 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Options.create_if_missing: 1 2024-03-21T12:44:45.980 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Options.paranoid_checks: 1 2024-03-21T12:44:45.980 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-03-21T12:44:45.980 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Options.env: 0x56236dea5860 2024-03-21T12:44:45.980 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Options.fs: Posix File System 2024-03-21T12:44:45.980 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Options.info_log: 0x56236f36b320 2024-03-21T12:44:45.980 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Options.max_file_opening_threads: 16 2024-03-21T12:44:45.980 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Options.statistics: (nil) 2024-03-21T12:44:45.980 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Options.use_fsync: 0 2024-03-21T12:44:45.980 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Options.max_log_file_size: 0 2024-03-21T12:44:45.980 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-03-21T12:44:45.980 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-03-21T12:44:46.003 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Options.keep_log_file_num: 1000 2024-03-21T12:44:46.003 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Options.recycle_log_file_num: 0 2024-03-21T12:44:46.003 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Options.allow_fallocate: 1 2024-03-21T12:44:46.003 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Options.allow_mmap_reads: 0 2024-03-21T12:44:46.003 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Options.allow_mmap_writes: 0 2024-03-21T12:44:46.003 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Options.use_direct_reads: 0 2024-03-21T12:44:46.003 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-03-21T12:44:46.003 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Options.create_missing_column_families: 0 2024-03-21T12:44:46.003 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Options.db_log_dir: 2024-03-21T12:44:46.003 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-a/store.db 2024-03-21T12:44:46.003 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-03-21T12:44:46.003 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-03-21T12:44:46.003 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-03-21T12:44:46.004 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-03-21T12:44:46.004 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-03-21T12:44:46.004 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-03-21T12:44:46.004 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Options.advise_random_on_open: 1 2024-03-21T12:44:46.004 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Options.db_write_buffer_size: 0 2024-03-21T12:44:46.004 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Options.write_buffer_manager: 0x56236f60b950 2024-03-21T12:44:46.004 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-03-21T12:44:46.004 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-03-21T12:44:46.004 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-03-21T12:44:46.004 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-03-21T12:44:46.004 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Options.rate_limiter: (nil) 2024-03-21T12:44:46.004 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-03-21T12:44:46.004 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Options.wal_recovery_mode: 2 2024-03-21T12:44:46.004 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Options.enable_thread_tracking: 0 2024-03-21T12:44:46.004 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Options.enable_pipelined_write: 0 2024-03-21T12:44:46.005 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Options.unordered_write: 0 2024-03-21T12:44:46.005 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-03-21T12:44:46.005 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-03-21T12:44:46.005 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-03-21T12:44:46.005 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-03-21T12:44:46.005 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Options.row_cache: None 2024-03-21T12:44:46.005 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Options.wal_filter: None 2024-03-21T12:44:46.005 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-03-21T12:44:46.005 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Options.allow_ingest_behind: 0 2024-03-21T12:44:46.005 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Options.preserve_deletes: 0 2024-03-21T12:44:46.005 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Options.two_write_queues: 0 2024-03-21T12:44:46.005 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Options.manual_wal_flush: 0 2024-03-21T12:44:46.005 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Options.atomic_flush: 0 2024-03-21T12:44:46.005 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-03-21T12:44:46.005 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-03-21T12:44:46.005 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-03-21T12:44:46.006 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Options.log_readahead_size: 0 2024-03-21T12:44:46.006 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-03-21T12:44:46.006 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Options.best_efforts_recovery: 0 2024-03-21T12:44:46.006 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-03-21T12:44:46.006 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-03-21T12:44:46.006 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Options.allow_data_in_errors: 0 2024-03-21T12:44:46.006 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Options.db_host_id: __hostname__ 2024-03-21T12:44:46.006 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Options.max_background_jobs: 2 2024-03-21T12:44:46.006 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Options.max_background_compactions: -1 2024-03-21T12:44:46.006 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Options.max_subcompactions: 1 2024-03-21T12:44:46.006 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-03-21T12:44:46.006 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-03-21T12:44:46.006 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-03-21T12:44:46.006 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Options.max_total_wal_size: 0 2024-03-21T12:44:46.007 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-03-21T12:44:46.007 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-03-21T12:44:46.007 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-03-21T12:44:46.007 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-03-21T12:44:46.007 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Options.max_open_files: -1 2024-03-21T12:44:46.007 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Options.bytes_per_sync: 0 2024-03-21T12:44:46.007 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-03-21T12:44:46.007 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-03-21T12:44:46.007 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Options.compaction_readahead_size: 0 2024-03-21T12:44:46.007 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Options.max_background_flushes: -1 2024-03-21T12:44:46.007 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Compression algorithms supported: 2024-03-21T12:44:46.007 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-03-21T12:44:46.007 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: kZSTD supported: 0 2024-03-21T12:44:46.007 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: kXpressCompression supported: 0 2024-03-21T12:44:46.007 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: kLZ4HCCompression supported: 1 2024-03-21T12:44:46.008 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: kLZ4Compression supported: 1 2024-03-21T12:44:46.008 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: kBZip2Compression supported: 0 2024-03-21T12:44:46.008 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: kZlibCompression supported: 1 2024-03-21T12:44:46.008 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: kSnappyCompression supported: 1 2024-03-21T12:44:46.008 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-03-21T12:44:46.008 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: [db/db_impl/db_impl_open.cc:281] Creating manifest 1 2024-03-21T12:44:46.008 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: 2024-03-21T12:44:46.008 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: [db/version_set.cc:4725] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000001 2024-03-21T12:44:46.008 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: 2024-03-21T12:44:46.008 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: [db/column_family.cc:597] --------------- Options for column family [default]: 2024-03-21T12:44:46.008 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: 2024-03-21T12:44:46.008 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-03-21T12:44:46.008 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Options.merge_operator: 2024-03-21T12:44:46.008 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Options.compaction_filter: None 2024-03-21T12:44:46.008 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Options.compaction_filter_factory: None 2024-03-21T12:44:46.008 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Options.sst_partitioner_factory: None 2024-03-21T12:44:46.009 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-03-21T12:44:46.009 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-03-21T12:44:46.009 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x56236f334d10) 2024-03-21T12:44:46.009 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2024-03-21T12:44:46.009 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2024-03-21T12:44:46.009 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2024-03-21T12:44:46.009 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2024-03-21T12:44:46.009 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: index_type: 0 2024-03-21T12:44:46.009 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2024-03-21T12:44:46.009 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: index_shortening: 1 2024-03-21T12:44:46.009 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2024-03-21T12:44:46.009 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2024-03-21T12:44:46.009 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: checksum: 1 2024-03-21T12:44:46.009 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2024-03-21T12:44:46.009 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: block_cache: 0x56236f39c170 2024-03-21T12:44:46.009 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2024-03-21T12:44:46.010 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: block_cache_options: 2024-03-21T12:44:46.010 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: capacity : 536870912 2024-03-21T12:44:46.010 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2024-03-21T12:44:46.010 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2024-03-21T12:44:46.010 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2024-03-21T12:44:46.010 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2024-03-21T12:44:46.010 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2024-03-21T12:44:46.010 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: block_size: 4096 2024-03-21T12:44:46.010 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2024-03-21T12:44:46.010 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2024-03-21T12:44:46.010 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2024-03-21T12:44:46.010 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2024-03-21T12:44:46.010 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: partition_filters: 0 2024-03-21T12:44:46.010 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2024-03-21T12:44:46.010 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2024-03-21T12:44:46.011 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2024-03-21T12:44:46.011 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: verify_compression: 0 2024-03-21T12:44:46.011 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2024-03-21T12:44:46.011 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: format_version: 4 2024-03-21T12:44:46.011 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2024-03-21T12:44:46.011 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: block_align: 0 2024-03-21T12:44:46.011 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: 2024-03-21T12:44:46.011 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Options.write_buffer_size: 33554432 2024-03-21T12:44:46.011 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Options.max_write_buffer_number: 2 2024-03-21T12:44:46.011 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Options.compression: NoCompression 2024-03-21T12:44:46.011 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Options.bottommost_compression: Disabled 2024-03-21T12:44:46.011 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Options.prefix_extractor: nullptr 2024-03-21T12:44:46.011 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-03-21T12:44:46.011 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Options.num_levels: 7 2024-03-21T12:44:46.011 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-03-21T12:44:46.011 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-03-21T12:44:46.012 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-03-21T12:44:46.012 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-03-21T12:44:46.012 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-03-21T12:44:46.012 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-03-21T12:44:46.012 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-03-21T12:44:46.012 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-03-21T12:44:46.012 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-03-21T12:44:46.012 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-03-21T12:44:46.012 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-03-21T12:44:46.012 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Options.compression_opts.level: 32767 2024-03-21T12:44:46.012 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Options.compression_opts.strategy: 0 2024-03-21T12:44:46.012 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-03-21T12:44:46.012 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-03-21T12:44:46.012 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-03-21T12:44:46.012 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Options.compression_opts.enabled: false 2024-03-21T12:44:46.012 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-03-21T12:44:46.013 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-03-21T12:44:46.013 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-03-21T12:44:46.013 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Options.target_file_size_base: 67108864 2024-03-21T12:44:46.013 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-03-21T12:44:46.013 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-03-21T12:44:46.013 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-03-21T12:44:46.013 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-03-21T12:44:46.013 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-03-21T12:44:46.013 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-03-21T12:44:46.013 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-03-21T12:44:46.013 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-03-21T12:44:46.013 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-03-21T12:44:46.013 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-03-21T12:44:46.013 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-03-21T12:44:46.014 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-03-21T12:44:46.014 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-03-21T12:44:46.014 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Options.arena_block_size: 4194304 2024-03-21T12:44:46.014 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-03-21T12:44:46.014 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-03-21T12:44:46.014 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-03-21T12:44:46.014 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Options.disable_auto_compactions: 0 2024-03-21T12:44:46.014 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-03-21T12:44:46.014 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-03-21T12:44:46.014 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-03-21T12:44:46.014 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-03-21T12:44:46.014 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-03-21T12:44:46.014 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-03-21T12:44:46.014 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-03-21T12:44:46.015 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-03-21T12:44:46.015 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-03-21T12:44:46.015 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-03-21T12:44:46.015 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Options.table_properties_collectors: 2024-03-21T12:44:46.015 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Options.inplace_update_support: 0 2024-03-21T12:44:46.015 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-03-21T12:44:46.015 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-03-21T12:44:46.015 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-03-21T12:44:46.015 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-03-21T12:44:46.015 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Options.bloom_locality: 0 2024-03-21T12:44:46.015 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Options.max_successive_merges: 0 2024-03-21T12:44:46.015 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-03-21T12:44:46.015 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Options.paranoid_file_checks: 0 2024-03-21T12:44:46.015 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Options.force_consistency_checks: 1 2024-03-21T12:44:46.015 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Options.report_bg_io_stats: 0 2024-03-21T12:44:46.015 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Options.ttl: 2592000 2024-03-21T12:44:46.016 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-03-21T12:44:46.016 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Options.enable_blob_files: false 2024-03-21T12:44:46.016 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Options.min_blob_size: 0 2024-03-21T12:44:46.016 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Options.blob_file_size: 268435456 2024-03-21T12:44:46.016 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Options.blob_compression_type: NoCompression 2024-03-21T12:44:46.016 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-03-21T12:44:46.016 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.974+0000 7f8ed9ff4880 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-03-21T12:44:46.016 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.978+0000 7f8ed9ff4880 4 rocksdb: [db/version_set.cc:4773] Recovered from manifest file:/var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-03-21T12:44:46.016 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: 2024-03-21T12:44:46.016 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.978+0000 7f8ed9ff4880 4 rocksdb: [db/version_set.cc:4782] Column family [default] (ID 0), log number is 0 2024-03-21T12:44:46.016 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: 2024-03-21T12:44:46.016 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.978+0000 7f8ed9ff4880 4 rocksdb: [db/version_set.cc:4083] Creating manifest 3 2024-03-21T12:44:46.016 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: 2024-03-21T12:44:46.016 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.982+0000 7f8ed9ff4880 4 rocksdb: [db/db_impl/db_impl_open.cc:1701] SstFileManager instance 0x56236f382700 2024-03-21T12:44:46.016 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.982+0000 7f8ed9ff4880 4 rocksdb: DB pointer 0x56236f3f6000 2024-03-21T12:44:46.016 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.982+0000 7f8ecbbde700 4 rocksdb: [db/db_impl/db_impl.cc:902] ------- DUMPING STATS ------- 2024-03-21T12:44:46.017 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.982+0000 7f8ecbbde700 4 rocksdb: [db/db_impl/db_impl.cc:903] 2024-03-21T12:44:46.017 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2024-03-21T12:44:46.017 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-03-21T12:44:46.017 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-03-21T12:44:46.017 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-21T12:44:46.017 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-21T12:44:46.017 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-03-21T12:44:46.017 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-03-21T12:44:46.017 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-21T12:44:46.017 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: 2024-03-21T12:44:46.017 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-03-21T12:44:46.017 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-03-21T12:44:46.017 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-21T12:44:46.017 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-03-21T12:44:46.017 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-03-21T12:44:46.017 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: 2024-03-21T12:44:46.018 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-03-21T12:44:46.018 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-03-21T12:44:46.018 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-21T12:44:46.018 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-03-21T12:44:46.018 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-03-21T12:44:46.018 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-03-21T12:44:46.018 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-03-21T12:44:46.018 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-03-21T12:44:46.018 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-03-21T12:44:46.018 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-21T12:44:46.018 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-21T12:44:46.018 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-03-21T12:44:46.018 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: 2024-03-21T12:44:46.018 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-03-21T12:44:46.018 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: 2024-03-21T12:44:46.019 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-03-21T12:44:46.019 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-03-21T12:44:46.019 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-21T12:44:46.019 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-03-21T12:44:46.019 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-03-21T12:44:46.019 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: 2024-03-21T12:44:46.019 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-03-21T12:44:46.019 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-03-21T12:44:46.019 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-21T12:44:46.019 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-03-21T12:44:46.019 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-03-21T12:44:46.019 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-03-21T12:44:46.019 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-03-21T12:44:46.019 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-03-21T12:44:46.019 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-03-21T12:44:46.019 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-21T12:44:46.019 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-21T12:44:46.020 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-03-21T12:44:46.020 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: 2024-03-21T12:44:46.020 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-03-21T12:44:46.020 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: 2024-03-21T12:44:46.020 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.982+0000 7f8ed9ff4880 4 rocksdb: [db/db_impl/db_impl.cc:447] Shutdown: canceling all background work 2024-03-21T12:44:46.020 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.982+0000 7f8ed9ff4880 4 rocksdb: [db/db_impl/db_impl.cc:625] Shutdown complete 2024-03-21T12:44:46.020 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph-mon: debug 2024-03-21T12:44:45.982+0000 7f8ed9ff4880 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-a for mon.a 2024-03-21T12:44:46.477 INFO:teuthology.orchestra.run.smithi178.stderr:create mon.a on 2024-03-21T12:44:46.673 INFO:teuthology.orchestra.run.smithi178.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /etc/systemd/system/ceph.target. 2024-03-21T12:44:46.866 INFO:teuthology.orchestra.run.smithi178.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-a94f249e-e780-11ee-95cd-87774f69a715.target -> /etc/systemd/system/ceph-a94f249e-e780-11ee-95cd-87774f69a715.target. 2024-03-21T12:44:46.866 INFO:teuthology.orchestra.run.smithi178.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-a94f249e-e780-11ee-95cd-87774f69a715.target -> /etc/systemd/system/ceph-a94f249e-e780-11ee-95cd-87774f69a715.target. 2024-03-21T12:44:47.268 INFO:teuthology.orchestra.run.smithi178.stderr:systemctl: Failed to reset failed state of unit ceph-a94f249e-e780-11ee-95cd-87774f69a715@mon.a.service: Unit ceph-a94f249e-e780-11ee-95cd-87774f69a715@mon.a.service not loaded. 2024-03-21T12:44:47.275 INFO:teuthology.orchestra.run.smithi178.stderr:systemctl: Created symlink /etc/systemd/system/ceph-a94f249e-e780-11ee-95cd-87774f69a715.target.wants/ceph-a94f249e-e780-11ee-95cd-87774f69a715@mon.a.service -> /etc/systemd/system/ceph-a94f249e-e780-11ee-95cd-87774f69a715@.service. 2024-03-21T12:44:47.479 INFO:teuthology.orchestra.run.smithi178.stderr:firewalld does not appear to be present 2024-03-21T12:44:47.479 INFO:teuthology.orchestra.run.smithi178.stderr:Not possible to enable service . firewalld.service is not available 2024-03-21T12:44:47.479 INFO:teuthology.orchestra.run.smithi178.stderr:Waiting for mon to start... 2024-03-21T12:44:47.479 INFO:teuthology.orchestra.run.smithi178.stderr:Waiting for mon... 2024-03-21T12:44:47.502 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:47 smithi178 systemd[1]: Started Ceph mon.a for a94f249e-e780-11ee-95cd-87774f69a715. 2024-03-21T12:44:48.796 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:48 smithi178 bash[13985]: cluster 2024-03-21T12:44:48.565217+0000 mon.a (mon.0) 0 : cluster [INF] mkfs a94f249e-e780-11ee-95cd-87774f69a715 2024-03-21T12:44:48.796 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:48 smithi178 bash[13985]: cluster 2024-03-21T12:44:48.556406+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-03-21T12:44:48.884 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: cluster: 2024-03-21T12:44:48.885 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: id: a94f249e-e780-11ee-95cd-87774f69a715 2024-03-21T12:44:48.886 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: health: HEALTH_OK 2024-03-21T12:44:48.886 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: 2024-03-21T12:44:48.886 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: services: 2024-03-21T12:44:48.886 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: mon: 1 daemons, quorum a (age 0.319333s) 2024-03-21T12:44:48.886 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: mgr: no daemons active 2024-03-21T12:44:48.886 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2024-03-21T12:44:48.886 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: 2024-03-21T12:44:48.886 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: data: 2024-03-21T12:44:48.886 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2024-03-21T12:44:48.886 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2024-03-21T12:44:48.887 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2024-03-21T12:44:48.887 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: pgs: 2024-03-21T12:44:48.887 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: 2024-03-21T12:44:49.437 INFO:teuthology.orchestra.run.smithi178.stderr:mon is available 2024-03-21T12:44:49.437 INFO:teuthology.orchestra.run.smithi178.stderr:Assimilating anything we can from ceph.conf... 2024-03-21T12:44:49.796 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:49 smithi178 bash[13985]: cluster 2024-03-21T12:44:48.563530+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-03-21T12:44:49.796 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:49 smithi178 bash[13985]: cluster 2024-03-21T12:44:48.563847+0000 mon.a (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {a=[v2:172.21.15.178:3300/0,v1:172.21.15.178:6789/0]} 2024-03-21T12:44:49.796 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:49 smithi178 bash[13985]: cluster 2024-03-21T12:44:48.567672+0000 mon.a (mon.0) 4 : cluster [DBG] fsmap 2024-03-21T12:44:49.796 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:49 smithi178 bash[13985]: cluster 2024-03-21T12:44:48.571537+0000 mon.a (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-03-21T12:44:49.796 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:49 smithi178 bash[13985]: cluster 2024-03-21T12:44:48.572285+0000 mon.a (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2024-03-21T12:44:49.796 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:49 smithi178 bash[13985]: audit 2024-03-21T12:44:48.882758+0000 mon.a (mon.0) 7 : audit [DBG] from='client.? 172.21.15.178:0/1567519670' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-03-21T12:44:50.411 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: 2024-03-21T12:44:50.411 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: [global] 2024-03-21T12:44:50.411 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: fsid = a94f249e-e780-11ee-95cd-87774f69a715 2024-03-21T12:44:50.411 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.178:3300,v1:172.21.15.178:6789] 2024-03-21T12:44:50.411 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-03-21T12:44:50.411 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-03-21T12:44:50.411 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-03-21T12:44:50.412 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-03-21T12:44:50.412 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: 2024-03-21T12:44:50.412 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: [mgr] 2024-03-21T12:44:50.412 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: mgr/cephadm/use_agent = True 2024-03-21T12:44:50.413 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-03-21T12:44:50.413 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: 2024-03-21T12:44:50.413 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: [osd] 2024-03-21T12:44:50.413 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-03-21T12:44:50.413 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-03-21T12:44:50.796 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:50 smithi178 bash[13985]: audit 2024-03-21T12:44:50.402570+0000 mon.a (mon.0) 8 : audit [INF] from='client.? 172.21.15.178:0/280676351' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-03-21T12:44:50.796 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:50 smithi178 bash[13985]: audit 2024-03-21T12:44:50.408900+0000 mon.a (mon.0) 9 : audit [INF] from='client.? 172.21.15.178:0/280676351' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-03-21T12:44:50.900 INFO:teuthology.orchestra.run.smithi178.stderr:Generating new minimal ceph.conf... 2024-03-21T12:44:52.296 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:51 smithi178 bash[13985]: audit 2024-03-21T12:44:51.874902+0000 mon.a (mon.0) 10 : audit [DBG] from='client.? 172.21.15.178:0/2693885120' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:44:52.389 INFO:teuthology.orchestra.run.smithi178.stderr:Restarting the monitor... 2024-03-21T12:44:52.725 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:52 smithi178 systemd[1]: Stopping Ceph mon.a for a94f249e-e780-11ee-95cd-87774f69a715... 2024-03-21T12:44:52.725 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:52 smithi178 bash[14408]: Error response from daemon: No such container: ceph-a94f249e-e780-11ee-95cd-87774f69a715-mon.a 2024-03-21T12:44:52.725 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:52 smithi178 bash[13985]: debug 2024-03-21T12:44:52.498+0000 7f4c6a6b9700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-03-21T12:44:52.725 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:52 smithi178 bash[13985]: debug 2024-03-21T12:44:52.498+0000 7f4c6a6b9700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-03-21T12:44:53.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:52 smithi178 bash[14417]: ceph-a94f249e-e780-11ee-95cd-87774f69a715-mon-a 2024-03-21T12:44:53.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:52 smithi178 bash[14456]: Error response from daemon: No such container: ceph-a94f249e-e780-11ee-95cd-87774f69a715-mon.a 2024-03-21T12:44:53.115 INFO:teuthology.orchestra.run.smithi178.stderr:Setting mon public_network to 172.21.0.0/20 2024-03-21T12:44:53.546 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:53 smithi178 systemd[1]: ceph-a94f249e-e780-11ee-95cd-87774f69a715@mon.a.service: Succeeded. 2024-03-21T12:44:53.546 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:53 smithi178 systemd[1]: Stopped Ceph mon.a for a94f249e-e780-11ee-95cd-87774f69a715. 2024-03-21T12:44:53.546 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:53 smithi178 systemd[1]: Started Ceph mon.a for a94f249e-e780-11ee-95cd-87774f69a715. 2024-03-21T12:44:54.296 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.082+0000 7f23aca0f880 0 set uid:gid to 167:167 (ceph:ceph) 2024-03-21T12:44:54.296 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.082+0000 7f23aca0f880 0 ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable), process ceph-mon, pid 7 2024-03-21T12:44:54.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.082+0000 7f23aca0f880 0 pidfile_write: ignore empty --pid-file 2024-03-21T12:44:54.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.086+0000 7f23aca0f880 0 load: jerasure load: lrc 2024-03-21T12:44:54.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.086+0000 7f23aca0f880 4 rocksdb: RocksDB version: 6.15.5 2024-03-21T12:44:54.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.086+0000 7f23aca0f880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-03-21T12:44:54.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.086+0000 7f23aca0f880 4 rocksdb: Compile date Apr 18 2022 2024-03-21T12:44:54.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.086+0000 7f23aca0f880 4 rocksdb: DB SUMMARY 2024-03-21T12:44:54.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.086+0000 7f23aca0f880 4 rocksdb: DB Session ID: VWE0A5HDS1GZ1685FHBJ 2024-03-21T12:44:54.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.086+0000 7f23aca0f880 4 rocksdb: CURRENT file: CURRENT 2024-03-21T12:44:54.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.086+0000 7f23aca0f880 4 rocksdb: IDENTITY file: IDENTITY 2024-03-21T12:44:54.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.086+0000 7f23aca0f880 4 rocksdb: MANIFEST file: MANIFEST-000009 size: 131 Bytes 2024-03-21T12:44:54.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.086+0000 7f23aca0f880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-03-21T12:44:54.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.086+0000 7f23aca0f880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000010.log size: 82645 ; 2024-03-21T12:44:54.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.086+0000 7f23aca0f880 4 rocksdb: Options.error_if_exists: 0 2024-03-21T12:44:54.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.086+0000 7f23aca0f880 4 rocksdb: Options.create_if_missing: 0 2024-03-21T12:44:54.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.086+0000 7f23aca0f880 4 rocksdb: Options.paranoid_checks: 1 2024-03-21T12:44:54.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.086+0000 7f23aca0f880 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-03-21T12:44:54.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.086+0000 7f23aca0f880 4 rocksdb: Options.env: 0x56010019e860 2024-03-21T12:44:54.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.086+0000 7f23aca0f880 4 rocksdb: Options.fs: Posix File System 2024-03-21T12:44:54.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.086+0000 7f23aca0f880 4 rocksdb: Options.info_log: 0x5601010b9e00 2024-03-21T12:44:54.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.086+0000 7f23aca0f880 4 rocksdb: Options.max_file_opening_threads: 16 2024-03-21T12:44:54.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.086+0000 7f23aca0f880 4 rocksdb: Options.statistics: (nil) 2024-03-21T12:44:54.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.086+0000 7f23aca0f880 4 rocksdb: Options.use_fsync: 0 2024-03-21T12:44:54.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.086+0000 7f23aca0f880 4 rocksdb: Options.max_log_file_size: 0 2024-03-21T12:44:54.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.086+0000 7f23aca0f880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-03-21T12:44:54.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.086+0000 7f23aca0f880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-03-21T12:44:54.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.086+0000 7f23aca0f880 4 rocksdb: Options.keep_log_file_num: 1000 2024-03-21T12:44:54.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.086+0000 7f23aca0f880 4 rocksdb: Options.recycle_log_file_num: 0 2024-03-21T12:44:54.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.086+0000 7f23aca0f880 4 rocksdb: Options.allow_fallocate: 1 2024-03-21T12:44:54.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.086+0000 7f23aca0f880 4 rocksdb: Options.allow_mmap_reads: 0 2024-03-21T12:44:54.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.086+0000 7f23aca0f880 4 rocksdb: Options.allow_mmap_writes: 0 2024-03-21T12:44:54.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.086+0000 7f23aca0f880 4 rocksdb: Options.use_direct_reads: 0 2024-03-21T12:44:54.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.086+0000 7f23aca0f880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-03-21T12:44:54.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.086+0000 7f23aca0f880 4 rocksdb: Options.create_missing_column_families: 0 2024-03-21T12:44:54.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.086+0000 7f23aca0f880 4 rocksdb: Options.db_log_dir: 2024-03-21T12:44:54.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.086+0000 7f23aca0f880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-a/store.db 2024-03-21T12:44:54.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.086+0000 7f23aca0f880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-03-21T12:44:54.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.086+0000 7f23aca0f880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-03-21T12:44:54.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.086+0000 7f23aca0f880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-03-21T12:44:54.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.086+0000 7f23aca0f880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-03-21T12:44:54.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.086+0000 7f23aca0f880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-03-21T12:44:54.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.086+0000 7f23aca0f880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-03-21T12:44:54.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.086+0000 7f23aca0f880 4 rocksdb: Options.advise_random_on_open: 1 2024-03-21T12:44:54.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.086+0000 7f23aca0f880 4 rocksdb: Options.db_write_buffer_size: 0 2024-03-21T12:44:54.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.086+0000 7f23aca0f880 4 rocksdb: Options.write_buffer_manager: 0x5601011aa270 2024-03-21T12:44:54.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.086+0000 7f23aca0f880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-03-21T12:44:54.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.086+0000 7f23aca0f880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-03-21T12:44:54.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.086+0000 7f23aca0f880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-03-21T12:44:54.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.086+0000 7f23aca0f880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-03-21T12:44:54.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.086+0000 7f23aca0f880 4 rocksdb: Options.rate_limiter: (nil) 2024-03-21T12:44:54.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.086+0000 7f23aca0f880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-03-21T12:44:54.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.086+0000 7f23aca0f880 4 rocksdb: Options.wal_recovery_mode: 2 2024-03-21T12:44:54.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.086+0000 7f23aca0f880 4 rocksdb: Options.enable_thread_tracking: 0 2024-03-21T12:44:54.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.086+0000 7f23aca0f880 4 rocksdb: Options.enable_pipelined_write: 0 2024-03-21T12:44:54.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.086+0000 7f23aca0f880 4 rocksdb: Options.unordered_write: 0 2024-03-21T12:44:54.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.086+0000 7f23aca0f880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-03-21T12:44:54.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.086+0000 7f23aca0f880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-03-21T12:44:54.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.086+0000 7f23aca0f880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-03-21T12:44:54.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.086+0000 7f23aca0f880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-03-21T12:44:54.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.086+0000 7f23aca0f880 4 rocksdb: Options.row_cache: None 2024-03-21T12:44:54.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.086+0000 7f23aca0f880 4 rocksdb: Options.wal_filter: None 2024-03-21T12:44:54.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.086+0000 7f23aca0f880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-03-21T12:44:54.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.086+0000 7f23aca0f880 4 rocksdb: Options.allow_ingest_behind: 0 2024-03-21T12:44:54.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.086+0000 7f23aca0f880 4 rocksdb: Options.preserve_deletes: 0 2024-03-21T12:44:54.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.086+0000 7f23aca0f880 4 rocksdb: Options.two_write_queues: 0 2024-03-21T12:44:54.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.086+0000 7f23aca0f880 4 rocksdb: Options.manual_wal_flush: 0 2024-03-21T12:44:54.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.086+0000 7f23aca0f880 4 rocksdb: Options.atomic_flush: 0 2024-03-21T12:44:54.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.086+0000 7f23aca0f880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-03-21T12:44:54.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.086+0000 7f23aca0f880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-03-21T12:44:54.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.086+0000 7f23aca0f880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-03-21T12:44:54.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.086+0000 7f23aca0f880 4 rocksdb: Options.log_readahead_size: 0 2024-03-21T12:44:54.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.086+0000 7f23aca0f880 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-03-21T12:44:54.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.086+0000 7f23aca0f880 4 rocksdb: Options.best_efforts_recovery: 0 2024-03-21T12:44:54.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.086+0000 7f23aca0f880 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-03-21T12:44:54.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.086+0000 7f23aca0f880 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-03-21T12:44:54.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.086+0000 7f23aca0f880 4 rocksdb: Options.allow_data_in_errors: 0 2024-03-21T12:44:54.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.086+0000 7f23aca0f880 4 rocksdb: Options.db_host_id: __hostname__ 2024-03-21T12:44:54.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.086+0000 7f23aca0f880 4 rocksdb: Options.max_background_jobs: 2 2024-03-21T12:44:54.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.086+0000 7f23aca0f880 4 rocksdb: Options.max_background_compactions: -1 2024-03-21T12:44:54.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.086+0000 7f23aca0f880 4 rocksdb: Options.max_subcompactions: 1 2024-03-21T12:44:54.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.086+0000 7f23aca0f880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-03-21T12:44:54.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.086+0000 7f23aca0f880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-03-21T12:44:54.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.090+0000 7f23aca0f880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-03-21T12:44:54.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.090+0000 7f23aca0f880 4 rocksdb: Options.max_total_wal_size: 0 2024-03-21T12:44:54.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.090+0000 7f23aca0f880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-03-21T12:44:54.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.090+0000 7f23aca0f880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-03-21T12:44:54.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.090+0000 7f23aca0f880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-03-21T12:44:54.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.090+0000 7f23aca0f880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-03-21T12:44:54.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.090+0000 7f23aca0f880 4 rocksdb: Options.max_open_files: -1 2024-03-21T12:44:54.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.090+0000 7f23aca0f880 4 rocksdb: Options.bytes_per_sync: 0 2024-03-21T12:44:54.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.090+0000 7f23aca0f880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-03-21T12:44:54.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.090+0000 7f23aca0f880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-03-21T12:44:54.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.090+0000 7f23aca0f880 4 rocksdb: Options.compaction_readahead_size: 0 2024-03-21T12:44:54.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.090+0000 7f23aca0f880 4 rocksdb: Options.max_background_flushes: -1 2024-03-21T12:44:54.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.090+0000 7f23aca0f880 4 rocksdb: Compression algorithms supported: 2024-03-21T12:44:54.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.090+0000 7f23aca0f880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-03-21T12:44:54.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.090+0000 7f23aca0f880 4 rocksdb: kZSTD supported: 0 2024-03-21T12:44:54.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.090+0000 7f23aca0f880 4 rocksdb: kXpressCompression supported: 0 2024-03-21T12:44:54.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.090+0000 7f23aca0f880 4 rocksdb: kLZ4HCCompression supported: 1 2024-03-21T12:44:54.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.090+0000 7f23aca0f880 4 rocksdb: kLZ4Compression supported: 1 2024-03-21T12:44:54.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.090+0000 7f23aca0f880 4 rocksdb: kBZip2Compression supported: 0 2024-03-21T12:44:54.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.090+0000 7f23aca0f880 4 rocksdb: kZlibCompression supported: 1 2024-03-21T12:44:54.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.090+0000 7f23aca0f880 4 rocksdb: kSnappyCompression supported: 1 2024-03-21T12:44:54.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.090+0000 7f23aca0f880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-03-21T12:44:54.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.090+0000 7f23aca0f880 4 rocksdb: [db/version_set.cc:4725] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000009 2024-03-21T12:44:54.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.090+0000 7f23aca0f880 4 rocksdb: [db/column_family.cc:597] --------------- Options for column family [default]: 2024-03-21T12:44:54.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.090+0000 7f23aca0f880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-03-21T12:44:54.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.090+0000 7f23aca0f880 4 rocksdb: Options.merge_operator: 2024-03-21T12:44:54.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.090+0000 7f23aca0f880 4 rocksdb: Options.compaction_filter: None 2024-03-21T12:44:54.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.090+0000 7f23aca0f880 4 rocksdb: Options.compaction_filter_factory: None 2024-03-21T12:44:54.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.090+0000 7f23aca0f880 4 rocksdb: Options.sst_partitioner_factory: None 2024-03-21T12:44:54.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.090+0000 7f23aca0f880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-03-21T12:44:54.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.090+0000 7f23aca0f880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-03-21T12:44:54.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.090+0000 7f23aca0f880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x560101087d00) 2024-03-21T12:44:54.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: cache_index_and_filter_blocks: 1 2024-03-21T12:44:54.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: cache_index_and_filter_blocks_with_high_priority: 0 2024-03-21T12:44:54.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-03-21T12:44:54.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: pin_top_level_index_and_filter: 1 2024-03-21T12:44:54.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: index_type: 0 2024-03-21T12:44:54.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: data_block_index_type: 0 2024-03-21T12:44:54.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: index_shortening: 1 2024-03-21T12:44:54.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: data_block_hash_table_util_ratio: 0.750000 2024-03-21T12:44:54.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: hash_index_allow_collision: 1 2024-03-21T12:44:54.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: checksum: 1 2024-03-21T12:44:54.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: no_block_cache: 0 2024-03-21T12:44:54.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: block_cache: 0x5601010ee170 2024-03-21T12:44:54.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: block_cache_name: BinnedLRUCache 2024-03-21T12:44:54.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: block_cache_options: 2024-03-21T12:44:54.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: capacity : 536870912 2024-03-21T12:44:54.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: num_shard_bits : 4 2024-03-21T12:44:54.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: strict_capacity_limit : 0 2024-03-21T12:44:54.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: high_pri_pool_ratio: 0.000 2024-03-21T12:44:54.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: block_cache_compressed: (nil) 2024-03-21T12:44:54.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: persistent_cache: (nil) 2024-03-21T12:44:54.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: block_size: 4096 2024-03-21T12:44:54.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: block_size_deviation: 10 2024-03-21T12:44:54.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: block_restart_interval: 16 2024-03-21T12:44:54.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: index_block_restart_interval: 1 2024-03-21T12:44:54.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: metadata_block_size: 4096 2024-03-21T12:44:54.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: partition_filters: 0 2024-03-21T12:44:54.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: use_delta_encoding: 1 2024-03-21T12:44:54.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: filter_policy: rocksdb.BuiltinBloomFilter 2024-03-21T12:44:54.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: whole_key_filtering: 1 2024-03-21T12:44:54.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: verify_compression: 0 2024-03-21T12:44:54.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: read_amp_bytes_per_bit: 0 2024-03-21T12:44:54.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: format_version: 4 2024-03-21T12:44:54.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: enable_index_compression: 1 2024-03-21T12:44:54.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: block_align: 0 2024-03-21T12:44:54.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.090+0000 7f23aca0f880 4 rocksdb: Options.write_buffer_size: 33554432 2024-03-21T12:44:54.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.090+0000 7f23aca0f880 4 rocksdb: Options.max_write_buffer_number: 2 2024-03-21T12:44:54.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.090+0000 7f23aca0f880 4 rocksdb: Options.compression: NoCompression 2024-03-21T12:44:54.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.090+0000 7f23aca0f880 4 rocksdb: Options.bottommost_compression: Disabled 2024-03-21T12:44:54.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.090+0000 7f23aca0f880 4 rocksdb: Options.prefix_extractor: nullptr 2024-03-21T12:44:54.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.090+0000 7f23aca0f880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-03-21T12:44:54.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.090+0000 7f23aca0f880 4 rocksdb: Options.num_levels: 7 2024-03-21T12:44:54.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.090+0000 7f23aca0f880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-03-21T12:44:54.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.090+0000 7f23aca0f880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-03-21T12:44:54.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.090+0000 7f23aca0f880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-03-21T12:44:54.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.090+0000 7f23aca0f880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-03-21T12:44:54.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.090+0000 7f23aca0f880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-03-21T12:44:54.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.090+0000 7f23aca0f880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-03-21T12:44:54.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.090+0000 7f23aca0f880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-03-21T12:44:54.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.090+0000 7f23aca0f880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-03-21T12:44:54.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.090+0000 7f23aca0f880 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-03-21T12:44:54.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.090+0000 7f23aca0f880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-03-21T12:44:54.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.090+0000 7f23aca0f880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-03-21T12:44:54.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.090+0000 7f23aca0f880 4 rocksdb: Options.compression_opts.level: 32767 2024-03-21T12:44:54.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.090+0000 7f23aca0f880 4 rocksdb: Options.compression_opts.strategy: 0 2024-03-21T12:44:54.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.090+0000 7f23aca0f880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-03-21T12:44:54.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.090+0000 7f23aca0f880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-03-21T12:44:54.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.090+0000 7f23aca0f880 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-03-21T12:44:54.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.090+0000 7f23aca0f880 4 rocksdb: Options.compression_opts.enabled: false 2024-03-21T12:44:54.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.090+0000 7f23aca0f880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-03-21T12:44:54.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.090+0000 7f23aca0f880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-03-21T12:44:54.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.090+0000 7f23aca0f880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-03-21T12:44:54.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.090+0000 7f23aca0f880 4 rocksdb: Options.target_file_size_base: 67108864 2024-03-21T12:44:54.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.090+0000 7f23aca0f880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-03-21T12:44:54.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.090+0000 7f23aca0f880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-03-21T12:44:54.310 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.090+0000 7f23aca0f880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-03-21T12:44:54.310 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.090+0000 7f23aca0f880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-03-21T12:44:54.310 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.090+0000 7f23aca0f880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-03-21T12:44:54.310 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.090+0000 7f23aca0f880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-03-21T12:44:54.310 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.090+0000 7f23aca0f880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-03-21T12:44:54.310 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.090+0000 7f23aca0f880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-03-21T12:44:54.310 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.090+0000 7f23aca0f880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-03-21T12:44:54.310 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.090+0000 7f23aca0f880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-03-21T12:44:54.310 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.090+0000 7f23aca0f880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-03-21T12:44:54.310 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.090+0000 7f23aca0f880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-03-21T12:44:54.310 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.090+0000 7f23aca0f880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-03-21T12:44:54.310 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.090+0000 7f23aca0f880 4 rocksdb: Options.arena_block_size: 4194304 2024-03-21T12:44:54.310 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.090+0000 7f23aca0f880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-03-21T12:44:54.310 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.090+0000 7f23aca0f880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-03-21T12:44:54.310 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.090+0000 7f23aca0f880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-03-21T12:44:54.310 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.090+0000 7f23aca0f880 4 rocksdb: Options.disable_auto_compactions: 0 2024-03-21T12:44:54.311 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.090+0000 7f23aca0f880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-03-21T12:44:54.311 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.090+0000 7f23aca0f880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-03-21T12:44:54.311 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.090+0000 7f23aca0f880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-03-21T12:44:54.311 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.090+0000 7f23aca0f880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-03-21T12:44:54.311 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.090+0000 7f23aca0f880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-03-21T12:44:54.311 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.090+0000 7f23aca0f880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-03-21T12:44:54.311 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.090+0000 7f23aca0f880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-03-21T12:44:54.311 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.090+0000 7f23aca0f880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-03-21T12:44:54.311 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.090+0000 7f23aca0f880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-03-21T12:44:54.311 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.090+0000 7f23aca0f880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-03-21T12:44:54.311 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.090+0000 7f23aca0f880 4 rocksdb: Options.table_properties_collectors: 2024-03-21T12:44:54.311 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.090+0000 7f23aca0f880 4 rocksdb: Options.inplace_update_support: 0 2024-03-21T12:44:54.311 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.090+0000 7f23aca0f880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-03-21T12:44:54.311 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.090+0000 7f23aca0f880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-03-21T12:44:54.311 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.090+0000 7f23aca0f880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-03-21T12:44:54.311 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.090+0000 7f23aca0f880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-03-21T12:44:54.312 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.090+0000 7f23aca0f880 4 rocksdb: Options.bloom_locality: 0 2024-03-21T12:44:54.312 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.090+0000 7f23aca0f880 4 rocksdb: Options.max_successive_merges: 0 2024-03-21T12:44:54.312 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.090+0000 7f23aca0f880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-03-21T12:44:54.312 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.090+0000 7f23aca0f880 4 rocksdb: Options.paranoid_file_checks: 0 2024-03-21T12:44:54.312 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.090+0000 7f23aca0f880 4 rocksdb: Options.force_consistency_checks: 1 2024-03-21T12:44:54.312 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.090+0000 7f23aca0f880 4 rocksdb: Options.report_bg_io_stats: 0 2024-03-21T12:44:54.312 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.090+0000 7f23aca0f880 4 rocksdb: Options.ttl: 2592000 2024-03-21T12:44:54.312 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.090+0000 7f23aca0f880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-03-21T12:44:54.312 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.090+0000 7f23aca0f880 4 rocksdb: Options.enable_blob_files: false 2024-03-21T12:44:54.312 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.090+0000 7f23aca0f880 4 rocksdb: Options.min_blob_size: 0 2024-03-21T12:44:54.312 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.090+0000 7f23aca0f880 4 rocksdb: Options.blob_file_size: 268435456 2024-03-21T12:44:54.312 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.090+0000 7f23aca0f880 4 rocksdb: Options.blob_compression_type: NoCompression 2024-03-21T12:44:54.312 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.090+0000 7f23aca0f880 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-03-21T12:44:54.312 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.090+0000 7f23aca0f880 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-03-21T12:44:54.312 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.090+0000 7f23aca0f880 4 rocksdb: [db/version_set.cc:4773] Recovered from manifest file:/var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000009 succeeded,manifest_file_number is 9, next_file_number is 11, last_sequence is 5, log_number is 5,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-03-21T12:44:54.312 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.090+0000 7f23aca0f880 4 rocksdb: [db/version_set.cc:4782] Column family [default] (ID 0), log number is 5 2024-03-21T12:44:54.313 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.090+0000 7f23aca0f880 4 rocksdb: [db/version_set.cc:4083] Creating manifest 13 2024-03-21T12:44:54.313 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.090+0000 7f23aca0f880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711025094092669, "job": 1, "event": "recovery_started", "wal_files": [10]} 2024-03-21T12:44:54.313 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.090+0000 7f23aca0f880 4 rocksdb: [db/db_impl/db_impl_open.cc:847] Recovering log #10 mode 2 2024-03-21T12:44:54.313 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.090+0000 7f23aca0f880 3 rocksdb: [table/block_based/filter_policy.cc:996] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2024-03-21T12:44:54.313 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.090+0000 7f23aca0f880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711025094093633, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 14, "file_size": 79195, "file_checksum": "", "file_checksum_func_name": "Unknown", "table_properties": {"data_size": 77458, "index_size": 225, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 581, "raw_key_size": 10027, "raw_average_key_size": 47, "raw_value_size": 71767, "raw_average_value_size": 340, "num_data_blocks": 10, "num_entries": 211, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "rocksdb.BuiltinBloomFilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; ", "creation_time": 1711025094, "oldest_key_time": 0, "file_creation_time": 0, "db_id": "ae1987e0-499e-49ad-b7ea-3b237bfaea01", "db_session_id": "VWE0A5HDS1GZ1685FHBJ"}} 2024-03-21T12:44:54.313 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.090+0000 7f23aca0f880 4 rocksdb: [db/version_set.cc:4083] Creating manifest 15 2024-03-21T12:44:54.313 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.090+0000 7f23aca0f880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711025094094255, "job": 1, "event": "recovery_finished"} 2024-03-21T12:44:54.313 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.090+0000 7f23aca0f880 4 rocksdb: [file/delete_scheduler.cc:73] Deleted file /var/lib/ceph/mon/ceph-a/store.db/000010.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-03-21T12:44:54.313 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.094+0000 7f23aca0f880 4 rocksdb: [db/db_impl/db_impl_open.cc:1701] SstFileManager instance 0x5601010d4a80 2024-03-21T12:44:54.313 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.094+0000 7f23aca0f880 4 rocksdb: DB pointer 0x5601010e4000 2024-03-21T12:44:54.313 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.094+0000 7f239c797700 4 rocksdb: [db/db_impl/db_impl.cc:902] ------- DUMPING STATS ------- 2024-03-21T12:44:54.313 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.094+0000 7f239c797700 4 rocksdb: [db/db_impl/db_impl.cc:903] 2024-03-21T12:44:54.313 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: ** DB Stats ** 2024-03-21T12:44:54.313 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: Uptime(secs): 0.0 total, 0.0 interval 2024-03-21T12:44:54.313 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-03-21T12:44:54.313 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-21T12:44:54.314 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-21T12:44:54.314 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-03-21T12:44:54.314 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-03-21T12:44:54.314 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-21T12:44:54.314 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: ** Compaction Stats [default] ** 2024-03-21T12:44:54.314 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-03-21T12:44:54.314 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-21T12:44:54.314 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: L0 2/0 79.10 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 119.5 0.00 0.00 1 0.001 0 0 2024-03-21T12:44:54.314 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: Sum 2/0 79.10 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 119.5 0.00 0.00 1 0.001 0 0 2024-03-21T12:44:54.314 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 119.5 0.00 0.00 1 0.001 0 0 2024-03-21T12:44:54.314 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: ** Compaction Stats [default] ** 2024-03-21T12:44:54.314 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-03-21T12:44:54.314 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-21T12:44:54.314 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 119.5 0.00 0.00 1 0.001 0 0 2024-03-21T12:44:54.315 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: Uptime(secs): 0.0 total, 0.0 interval 2024-03-21T12:44:54.315 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: Flush(GB): cumulative 0.000, interval 0.000 2024-03-21T12:44:54.315 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: AddFile(GB): cumulative 0.000, interval 0.000 2024-03-21T12:44:54.315 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: AddFile(Total Files): cumulative 0, interval 0 2024-03-21T12:44:54.315 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: AddFile(L0 Files): cumulative 0, interval 0 2024-03-21T12:44:54.315 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: AddFile(Keys): cumulative 0, interval 0 2024-03-21T12:44:54.315 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: Cumulative compaction: 0.00 GB write, 17.12 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-21T12:44:54.315 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: Interval compaction: 0.00 GB write, 17.12 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-21T12:44:54.315 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-03-21T12:44:54.315 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: ** File Read Latency Histogram By Level [default] ** 2024-03-21T12:44:54.315 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: ** Compaction Stats [default] ** 2024-03-21T12:44:54.315 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-03-21T12:44:54.315 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-21T12:44:54.315 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: L0 2/0 79.10 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 119.5 0.00 0.00 1 0.001 0 0 2024-03-21T12:44:54.316 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: Sum 2/0 79.10 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 119.5 0.00 0.00 1 0.001 0 0 2024-03-21T12:44:54.316 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-03-21T12:44:54.316 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: ** Compaction Stats [default] ** 2024-03-21T12:44:54.316 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-03-21T12:44:54.316 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-21T12:44:54.316 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 119.5 0.00 0.00 1 0.001 0 0 2024-03-21T12:44:54.316 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: Uptime(secs): 0.0 total, 0.0 interval 2024-03-21T12:44:54.316 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: Flush(GB): cumulative 0.000, interval 0.000 2024-03-21T12:44:54.316 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: AddFile(GB): cumulative 0.000, interval 0.000 2024-03-21T12:44:54.316 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: AddFile(Total Files): cumulative 0, interval 0 2024-03-21T12:44:54.316 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: AddFile(L0 Files): cumulative 0, interval 0 2024-03-21T12:44:54.316 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: AddFile(Keys): cumulative 0, interval 0 2024-03-21T12:44:54.316 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: Cumulative compaction: 0.00 GB write, 16.92 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-21T12:44:54.316 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-21T12:44:54.316 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-03-21T12:44:54.317 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: ** File Read Latency Histogram By Level [default] ** 2024-03-21T12:44:54.317 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.094+0000 7f23aca0f880 0 starting mon.a rank 0 at public addrs [v2:172.21.15.178:3300/0,v1:172.21.15.178:6789/0] at bind addrs [v2:172.21.15.178:3300/0,v1:172.21.15.178:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid a94f249e-e780-11ee-95cd-87774f69a715 2024-03-21T12:44:54.317 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.094+0000 7f23aca0f880 1 mon.a@-1(???) e1 preinit fsid a94f249e-e780-11ee-95cd-87774f69a715 2024-03-21T12:44:54.317 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.094+0000 7f23aca0f880 0 mon.a@-1(???).mds e1 new map 2024-03-21T12:44:54.317 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.094+0000 7f23aca0f880 0 mon.a@-1(???).mds e1 print_map 2024-03-21T12:44:54.317 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: e1 2024-03-21T12:44:54.317 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: enable_multiple, ever_enabled_multiple: 1,1 2024-03-21T12:44:54.317 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-03-21T12:44:54.317 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: legacy client fscid: -1 2024-03-21T12:44:54.317 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: 2024-03-21T12:44:54.317 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: No filesystems configured 2024-03-21T12:44:54.317 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.094+0000 7f23aca0f880 0 mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-03-21T12:44:54.317 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.094+0000 7f23aca0f880 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-03-21T12:44:54.317 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.094+0000 7f23aca0f880 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-03-21T12:44:54.317 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.094+0000 7f23aca0f880 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-03-21T12:44:54.318 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: debug 2024-03-21T12:44:54.094+0000 7f23aca0f880 1 mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-03-21T12:44:54.318 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: cluster 2024-03-21T12:44:54.102643+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-03-21T12:44:54.318 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: cluster 2024-03-21T12:44:54.102742+0000 mon.a (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {a=[v2:172.21.15.178:3300/0,v1:172.21.15.178:6789/0]} 2024-03-21T12:44:54.318 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: cluster 2024-03-21T12:44:54.102868+0000 mon.a (mon.0) 3 : cluster [DBG] fsmap 2024-03-21T12:44:54.318 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: cluster 2024-03-21T12:44:54.102918+0000 mon.a (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-03-21T12:44:54.318 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:54 smithi178 bash[14494]: cluster 2024-03-21T12:44:54.103373+0000 mon.a (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2024-03-21T12:44:54.965 INFO:teuthology.orchestra.run.smithi178.stderr:Wrote config to /etc/ceph/ceph.conf 2024-03-21T12:44:54.966 INFO:teuthology.orchestra.run.smithi178.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-03-21T12:44:54.966 INFO:teuthology.orchestra.run.smithi178.stderr:Creating mgr... 2024-03-21T12:44:54.967 INFO:teuthology.orchestra.run.smithi178.stderr:Verifying port 9283 ... 2024-03-21T12:44:55.184 INFO:teuthology.orchestra.run.smithi178.stderr:systemctl: Failed to reset failed state of unit ceph-a94f249e-e780-11ee-95cd-87774f69a715@mgr.y.service: Unit ceph-a94f249e-e780-11ee-95cd-87774f69a715@mgr.y.service not loaded. 2024-03-21T12:44:55.194 INFO:teuthology.orchestra.run.smithi178.stderr:systemctl: Created symlink /etc/systemd/system/ceph-a94f249e-e780-11ee-95cd-87774f69a715.target.wants/ceph-a94f249e-e780-11ee-95cd-87774f69a715@mgr.y.service -> /etc/systemd/system/ceph-a94f249e-e780-11ee-95cd-87774f69a715@.service. 2024-03-21T12:44:55.387 INFO:teuthology.orchestra.run.smithi178.stderr:firewalld does not appear to be present 2024-03-21T12:44:55.388 INFO:teuthology.orchestra.run.smithi178.stderr:Not possible to enable service . firewalld.service is not available 2024-03-21T12:44:55.388 INFO:teuthology.orchestra.run.smithi178.stderr:firewalld does not appear to be present 2024-03-21T12:44:55.388 INFO:teuthology.orchestra.run.smithi178.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2024-03-21T12:44:55.388 INFO:teuthology.orchestra.run.smithi178.stderr:Waiting for mgr to start... 2024-03-21T12:44:55.388 INFO:teuthology.orchestra.run.smithi178.stderr:Waiting for mgr... 2024-03-21T12:44:55.796 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:55 smithi178 bash[14494]: audit 2024-03-21T12:44:54.387535+0000 mon.a (mon.0) 6 : audit [INF] from='client.? 172.21.15.178:0/3369508638' entity='client.admin' 2024-03-21T12:44:56.765 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: 2024-03-21T12:44:56.765 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: { 2024-03-21T12:44:56.765 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "fsid": "a94f249e-e780-11ee-95cd-87774f69a715", 2024-03-21T12:44:56.766 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "health": { 2024-03-21T12:44:56.767 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-03-21T12:44:56.767 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "checks": {}, 2024-03-21T12:44:56.767 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "mutes": [] 2024-03-21T12:44:56.767 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: }, 2024-03-21T12:44:56.767 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-03-21T12:44:56.767 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "quorum": [ 2024-03-21T12:44:56.767 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: 0 2024-03-21T12:44:56.768 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: ], 2024-03-21T12:44:56.768 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "quorum_names": [ 2024-03-21T12:44:56.768 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "a" 2024-03-21T12:44:56.768 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: ], 2024-03-21T12:44:56.768 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "quorum_age": 2, 2024-03-21T12:44:56.768 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "monmap": { 2024-03-21T12:44:56.769 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "epoch": 1, 2024-03-21T12:44:56.769 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2024-03-21T12:44:56.769 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "num_mons": 1 2024-03-21T12:44:56.769 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: }, 2024-03-21T12:44:56.769 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "osdmap": { 2024-03-21T12:44:56.769 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "epoch": 1, 2024-03-21T12:44:56.770 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "num_osds": 0, 2024-03-21T12:44:56.770 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-03-21T12:44:56.770 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-03-21T12:44:56.770 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-03-21T12:44:56.771 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-03-21T12:44:56.771 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-03-21T12:44:56.771 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: }, 2024-03-21T12:44:56.771 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "pgmap": { 2024-03-21T12:44:56.771 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-03-21T12:44:56.771 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-03-21T12:44:56.771 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "num_pools": 0, 2024-03-21T12:44:56.771 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "num_objects": 0, 2024-03-21T12:44:56.772 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-03-21T12:44:56.772 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-03-21T12:44:56.773 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-03-21T12:44:56.773 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "bytes_total": 0 2024-03-21T12:44:56.773 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: }, 2024-03-21T12:44:56.773 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "fsmap": { 2024-03-21T12:44:56.773 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "epoch": 1, 2024-03-21T12:44:56.773 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "by_rank": [], 2024-03-21T12:44:56.774 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "up:standby": 0 2024-03-21T12:44:56.774 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: }, 2024-03-21T12:44:56.774 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "mgrmap": { 2024-03-21T12:44:56.774 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "available": false, 2024-03-21T12:44:56.774 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-03-21T12:44:56.774 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "modules": [ 2024-03-21T12:44:56.776 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "iostat", 2024-03-21T12:44:56.776 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "nfs", 2024-03-21T12:44:56.776 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "restful" 2024-03-21T12:44:56.776 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: ], 2024-03-21T12:44:56.776 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "services": {} 2024-03-21T12:44:56.776 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: }, 2024-03-21T12:44:56.776 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "servicemap": { 2024-03-21T12:44:56.776 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "epoch": 1, 2024-03-21T12:44:56.776 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "modified": "2024-03-21T12:44:48.565955+0000", 2024-03-21T12:44:56.776 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "services": {} 2024-03-21T12:44:56.776 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: }, 2024-03-21T12:44:56.776 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "progress_events": {} 2024-03-21T12:44:56.776 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: } 2024-03-21T12:44:56.933 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:44:56 smithi178 bash[14494]: audit 2024-03-21T12:44:56.763655+0000 mon.a (mon.0) 7 : audit [DBG] from='client.? 172.21.15.178:0/4142915760' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-03-21T12:44:56.933 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:44:56 smithi178 bash[14766]: debug 2024-03-21T12:44:56.674+0000 7f0defd62000 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-21T12:44:57.348 INFO:teuthology.orchestra.run.smithi178.stderr:mgr not available, waiting (1/15)... 2024-03-21T12:44:57.643 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:44:57 smithi178 bash[14766]: debug 2024-03-21T12:44:57.358+0000 7f0defd62000 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-21T12:44:57.643 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:44:57 smithi178 bash[14766]: debug 2024-03-21T12:44:57.478+0000 7f0defd62000 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-21T12:44:57.977 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:44:57 smithi178 bash[14766]: debug 2024-03-21T12:44:57.638+0000 7f0defd62000 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-21T12:44:58.272 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:44:57 smithi178 bash[14766]: debug 2024-03-21T12:44:57.974+0000 7f0defd62000 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-21T12:44:58.272 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:44:58 smithi178 bash[14766]: debug 2024-03-21T12:44:58.066+0000 7f0defd62000 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-21T12:44:59.384 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:44:58 smithi178 bash[14766]: debug 2024-03-21T12:44:58.270+0000 7f0defd62000 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-21T12:44:59.384 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:44:59 smithi178 bash[14766]: debug 2024-03-21T12:44:59.090+0000 7f0defd62000 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-21T12:44:59.384 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:44:59 smithi178 bash[14766]: debug 2024-03-21T12:44:59.194+0000 7f0defd62000 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-21T12:44:59.745 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:44:59 smithi178 bash[14766]: debug 2024-03-21T12:44:59.398+0000 7f0defd62000 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-21T12:45:00.046 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:44:59 smithi178 bash[14766]: debug 2024-03-21T12:44:59.742+0000 7f0defd62000 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-21T12:45:00.434 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: 2024-03-21T12:45:00.435 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: { 2024-03-21T12:45:00.435 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "fsid": "a94f249e-e780-11ee-95cd-87774f69a715", 2024-03-21T12:45:00.435 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "health": { 2024-03-21T12:45:00.435 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-03-21T12:45:00.435 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "checks": {}, 2024-03-21T12:45:00.435 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "mutes": [] 2024-03-21T12:45:00.435 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: }, 2024-03-21T12:45:00.435 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-03-21T12:45:00.435 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "quorum": [ 2024-03-21T12:45:00.436 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: 0 2024-03-21T12:45:00.436 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: ], 2024-03-21T12:45:00.436 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "quorum_names": [ 2024-03-21T12:45:00.437 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "a" 2024-03-21T12:45:00.437 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: ], 2024-03-21T12:45:00.437 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "quorum_age": 6, 2024-03-21T12:45:00.437 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "monmap": { 2024-03-21T12:45:00.437 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "epoch": 1, 2024-03-21T12:45:00.437 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2024-03-21T12:45:00.441 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "num_mons": 1 2024-03-21T12:45:00.441 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: }, 2024-03-21T12:45:00.441 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "osdmap": { 2024-03-21T12:45:00.441 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "epoch": 1, 2024-03-21T12:45:00.441 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "num_osds": 0, 2024-03-21T12:45:00.441 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-03-21T12:45:00.441 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-03-21T12:45:00.441 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-03-21T12:45:00.441 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-03-21T12:45:00.442 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-03-21T12:45:00.442 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: }, 2024-03-21T12:45:00.442 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "pgmap": { 2024-03-21T12:45:00.442 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-03-21T12:45:00.442 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-03-21T12:45:00.442 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "num_pools": 0, 2024-03-21T12:45:00.442 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "num_objects": 0, 2024-03-21T12:45:00.442 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-03-21T12:45:00.442 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-03-21T12:45:00.442 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-03-21T12:45:00.442 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "bytes_total": 0 2024-03-21T12:45:00.442 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: }, 2024-03-21T12:45:00.442 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "fsmap": { 2024-03-21T12:45:00.442 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "epoch": 1, 2024-03-21T12:45:00.443 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "by_rank": [], 2024-03-21T12:45:00.443 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "up:standby": 0 2024-03-21T12:45:00.443 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: }, 2024-03-21T12:45:00.443 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "mgrmap": { 2024-03-21T12:45:00.443 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "available": false, 2024-03-21T12:45:00.443 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-03-21T12:45:00.443 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "modules": [ 2024-03-21T12:45:00.443 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "iostat", 2024-03-21T12:45:00.443 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "nfs", 2024-03-21T12:45:00.443 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "restful" 2024-03-21T12:45:00.443 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: ], 2024-03-21T12:45:00.443 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "services": {} 2024-03-21T12:45:00.444 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: }, 2024-03-21T12:45:00.444 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "servicemap": { 2024-03-21T12:45:00.444 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "epoch": 1, 2024-03-21T12:45:00.444 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "modified": "2024-03-21T12:44:48.565955+0000", 2024-03-21T12:45:00.444 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "services": {} 2024-03-21T12:45:00.444 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: }, 2024-03-21T12:45:00.444 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "progress_events": {} 2024-03-21T12:45:00.444 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: } 2024-03-21T12:45:00.448 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:45:00 smithi178 bash[14766]: debug 2024-03-21T12:45:00.074+0000 7f0defd62000 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-21T12:45:00.722 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:45:00 smithi178 bash[14494]: audit 2024-03-21T12:45:00.432540+0000 mon.a (mon.0) 8 : audit [DBG] from='client.? 172.21.15.178:0/955550426' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-03-21T12:45:00.722 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:45:00 smithi178 bash[14766]: debug 2024-03-21T12:45:00.445+0000 7f0defd62000 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-21T12:45:00.970 INFO:teuthology.orchestra.run.smithi178.stderr:mgr not available, waiting (2/15)... 2024-03-21T12:45:01.046 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:45:00 smithi178 bash[14766]: debug 2024-03-21T12:45:00.717+0000 7f0defd62000 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-21T12:45:01.653 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:45:01 smithi178 bash[14766]: debug 2024-03-21T12:45:01.393+0000 7f0defd62000 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-21T12:45:01.653 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:45:01 smithi178 bash[14766]: debug 2024-03-21T12:45:01.493+0000 7f0defd62000 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-21T12:45:02.046 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:45:01 smithi178 bash[14766]: debug 2024-03-21T12:45:01.649+0000 7f0defd62000 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-21T12:45:02.046 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:45:01 smithi178 bash[14766]: debug 2024-03-21T12:45:01.757+0000 7f0defd62000 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-21T12:45:02.046 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:45:01 smithi178 bash[14766]: debug 2024-03-21T12:45:01.893+0000 7f0defd62000 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-21T12:45:02.482 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:45:02 smithi178 bash[14766]: debug 2024-03-21T12:45:02.181+0000 7f0defd62000 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-21T12:45:02.482 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:45:02 smithi178 bash[14766]: debug 2024-03-21T12:45:02.297+0000 7f0defd62000 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-21T12:45:02.796 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:45:02 smithi178 bash[14766]: debug 2024-03-21T12:45:02.477+0000 7f0defd62000 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-21T12:45:02.796 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:45:02 smithi178 bash[14766]: debug 2024-03-21T12:45:02.593+0000 7f0defd62000 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-21T12:45:03.689 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:45:03 smithi178 bash[14766]: debug 2024-03-21T12:45:03.433+0000 7f0defd62000 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-21T12:45:03.690 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:45:03 smithi178 bash[14494]: cluster 2024-03-21T12:45:03.457354+0000 mon.a (mon.0) 9 : cluster [INF] Activating manager daemon y 2024-03-21T12:45:03.690 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:45:03 smithi178 bash[14494]: cluster 2024-03-21T12:45:03.461544+0000 mon.a (mon.0) 10 : cluster [DBG] mgrmap e2: y(active, starting, since 0.00434914s) 2024-03-21T12:45:03.690 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:45:03 smithi178 bash[14494]: audit 2024-03-21T12:45:03.464452+0000 mon.a (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.178:0/1589639826' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-21T12:45:03.690 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:45:03 smithi178 bash[14494]: audit 2024-03-21T12:45:03.464686+0000 mon.a (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.178:0/1589639826' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-21T12:45:03.690 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:45:03 smithi178 bash[14494]: audit 2024-03-21T12:45:03.464931+0000 mon.a (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.178:0/1589639826' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-21T12:45:03.690 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:45:03 smithi178 bash[14494]: audit 2024-03-21T12:45:03.465191+0000 mon.a (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.178:0/1589639826' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T12:45:03.690 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:45:03 smithi178 bash[14494]: audit 2024-03-21T12:45:03.466580+0000 mon.a (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.178:0/1589639826' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-03-21T12:45:03.690 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:45:03 smithi178 bash[14494]: cluster 2024-03-21T12:45:03.477466+0000 mon.a (mon.0) 16 : cluster [INF] Manager daemon y is now available 2024-03-21T12:45:03.690 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:45:03 smithi178 bash[14494]: audit 2024-03-21T12:45:03.497239+0000 mon.a (mon.0) 17 : audit [INF] from='mgr.14100 172.21.15.178:0/1589639826' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-21T12:45:03.690 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:45:03 smithi178 bash[14494]: audit 2024-03-21T12:45:03.499926+0000 mon.a (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.178:0/1589639826' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-21T12:45:03.999 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: 2024-03-21T12:45:03.999 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: { 2024-03-21T12:45:04.000 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "fsid": "a94f249e-e780-11ee-95cd-87774f69a715", 2024-03-21T12:45:04.000 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "health": { 2024-03-21T12:45:04.000 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-03-21T12:45:04.002 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "checks": {}, 2024-03-21T12:45:04.003 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "mutes": [] 2024-03-21T12:45:04.003 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: }, 2024-03-21T12:45:04.003 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-03-21T12:45:04.003 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "quorum": [ 2024-03-21T12:45:04.003 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: 0 2024-03-21T12:45:04.003 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: ], 2024-03-21T12:45:04.003 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "quorum_names": [ 2024-03-21T12:45:04.003 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "a" 2024-03-21T12:45:04.003 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: ], 2024-03-21T12:45:04.003 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "quorum_age": 9, 2024-03-21T12:45:04.004 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "monmap": { 2024-03-21T12:45:04.004 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "epoch": 1, 2024-03-21T12:45:04.004 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2024-03-21T12:45:04.004 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "num_mons": 1 2024-03-21T12:45:04.004 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: }, 2024-03-21T12:45:04.004 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "osdmap": { 2024-03-21T12:45:04.004 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "epoch": 1, 2024-03-21T12:45:04.004 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "num_osds": 0, 2024-03-21T12:45:04.004 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-03-21T12:45:04.004 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-03-21T12:45:04.008 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-03-21T12:45:04.008 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-03-21T12:45:04.008 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-03-21T12:45:04.008 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: }, 2024-03-21T12:45:04.008 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "pgmap": { 2024-03-21T12:45:04.008 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-03-21T12:45:04.008 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-03-21T12:45:04.009 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "num_pools": 0, 2024-03-21T12:45:04.009 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "num_objects": 0, 2024-03-21T12:45:04.009 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-03-21T12:45:04.009 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-03-21T12:45:04.009 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-03-21T12:45:04.009 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "bytes_total": 0 2024-03-21T12:45:04.009 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: }, 2024-03-21T12:45:04.009 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "fsmap": { 2024-03-21T12:45:04.009 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "epoch": 1, 2024-03-21T12:45:04.009 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "by_rank": [], 2024-03-21T12:45:04.009 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "up:standby": 0 2024-03-21T12:45:04.009 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: }, 2024-03-21T12:45:04.009 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "mgrmap": { 2024-03-21T12:45:04.009 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "available": false, 2024-03-21T12:45:04.009 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-03-21T12:45:04.009 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "modules": [ 2024-03-21T12:45:04.010 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "iostat", 2024-03-21T12:45:04.010 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "nfs", 2024-03-21T12:45:04.010 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "restful" 2024-03-21T12:45:04.010 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: ], 2024-03-21T12:45:04.010 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "services": {} 2024-03-21T12:45:04.010 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: }, 2024-03-21T12:45:04.010 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "servicemap": { 2024-03-21T12:45:04.010 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "epoch": 1, 2024-03-21T12:45:04.010 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "modified": "2024-03-21T12:44:48.565955+0000", 2024-03-21T12:45:04.010 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "services": {} 2024-03-21T12:45:04.010 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: }, 2024-03-21T12:45:04.010 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "progress_events": {} 2024-03-21T12:45:04.010 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: } 2024-03-21T12:45:04.559 INFO:teuthology.orchestra.run.smithi178.stderr:mgr not available, waiting (3/15)... 2024-03-21T12:45:04.796 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:45:04 smithi178 bash[14494]: audit 2024-03-21T12:45:03.515798+0000 mon.a (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.178:0/1589639826' entity='mgr.y' 2024-03-21T12:45:04.796 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:45:04 smithi178 bash[14494]: audit 2024-03-21T12:45:03.518958+0000 mon.a (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.178:0/1589639826' entity='mgr.y' 2024-03-21T12:45:04.796 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:45:04 smithi178 bash[14494]: audit 2024-03-21T12:45:03.523344+0000 mon.a (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.178:0/1589639826' entity='mgr.y' 2024-03-21T12:45:04.796 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:45:04 smithi178 bash[14494]: audit 2024-03-21T12:45:03.997471+0000 mon.a (mon.0) 22 : audit [DBG] from='client.? 172.21.15.178:0/2771823520' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-03-21T12:45:04.796 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:45:04 smithi178 bash[14494]: cluster 2024-03-21T12:45:04.470706+0000 mon.a (mon.0) 23 : cluster [DBG] mgrmap e3: y(active, since 1.01351s) 2024-03-21T12:45:06.796 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:45:06 smithi178 bash[14494]: cluster 2024-03-21T12:45:05.521952+0000 mon.a (mon.0) 24 : cluster [DBG] mgrmap e4: y(active, since 2s) 2024-03-21T12:45:07.955 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: 2024-03-21T12:45:07.956 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: { 2024-03-21T12:45:07.956 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "fsid": "a94f249e-e780-11ee-95cd-87774f69a715", 2024-03-21T12:45:07.956 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "health": { 2024-03-21T12:45:07.956 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-03-21T12:45:07.956 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "checks": {}, 2024-03-21T12:45:07.956 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "mutes": [] 2024-03-21T12:45:07.956 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: }, 2024-03-21T12:45:07.956 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-03-21T12:45:07.956 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "quorum": [ 2024-03-21T12:45:07.962 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: 0 2024-03-21T12:45:07.962 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: ], 2024-03-21T12:45:07.962 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "quorum_names": [ 2024-03-21T12:45:07.962 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "a" 2024-03-21T12:45:07.962 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: ], 2024-03-21T12:45:07.962 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "quorum_age": 13, 2024-03-21T12:45:07.963 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "monmap": { 2024-03-21T12:45:07.963 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "epoch": 1, 2024-03-21T12:45:07.963 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2024-03-21T12:45:07.963 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "num_mons": 1 2024-03-21T12:45:07.963 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: }, 2024-03-21T12:45:07.963 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "osdmap": { 2024-03-21T12:45:07.963 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "epoch": 1, 2024-03-21T12:45:07.963 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "num_osds": 0, 2024-03-21T12:45:07.963 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-03-21T12:45:07.963 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-03-21T12:45:07.963 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-03-21T12:45:07.963 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-03-21T12:45:07.963 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-03-21T12:45:07.963 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: }, 2024-03-21T12:45:07.964 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "pgmap": { 2024-03-21T12:45:07.964 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-03-21T12:45:07.964 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-03-21T12:45:07.964 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "num_pools": 0, 2024-03-21T12:45:07.964 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "num_objects": 0, 2024-03-21T12:45:07.964 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-03-21T12:45:07.964 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-03-21T12:45:07.964 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-03-21T12:45:07.964 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "bytes_total": 0 2024-03-21T12:45:07.964 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: }, 2024-03-21T12:45:07.964 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "fsmap": { 2024-03-21T12:45:07.964 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "epoch": 1, 2024-03-21T12:45:07.964 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "by_rank": [], 2024-03-21T12:45:07.964 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "up:standby": 0 2024-03-21T12:45:07.965 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: }, 2024-03-21T12:45:07.965 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "mgrmap": { 2024-03-21T12:45:07.965 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "available": true, 2024-03-21T12:45:07.965 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-03-21T12:45:07.965 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "modules": [ 2024-03-21T12:45:07.965 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "iostat", 2024-03-21T12:45:07.965 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "nfs", 2024-03-21T12:45:07.965 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "restful" 2024-03-21T12:45:07.965 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: ], 2024-03-21T12:45:07.965 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "services": {} 2024-03-21T12:45:07.965 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: }, 2024-03-21T12:45:07.965 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "servicemap": { 2024-03-21T12:45:07.965 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "epoch": 1, 2024-03-21T12:45:07.965 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "modified": "2024-03-21T12:44:48.565955+0000", 2024-03-21T12:45:07.966 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "services": {} 2024-03-21T12:45:07.966 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: }, 2024-03-21T12:45:07.966 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "progress_events": {} 2024-03-21T12:45:07.966 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: } 2024-03-21T12:45:08.296 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:45:08 smithi178 bash[14494]: audit 2024-03-21T12:45:07.952975+0000 mon.a (mon.0) 25 : audit [DBG] from='client.? 172.21.15.178:0/3462261225' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-03-21T12:45:08.439 INFO:teuthology.orchestra.run.smithi178.stderr:mgr is available 2024-03-21T12:45:09.648 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: 2024-03-21T12:45:09.648 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: [global] 2024-03-21T12:45:09.648 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: fsid = a94f249e-e780-11ee-95cd-87774f69a715 2024-03-21T12:45:09.649 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-03-21T12:45:09.649 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-03-21T12:45:09.649 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-03-21T12:45:09.649 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-03-21T12:45:09.650 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: 2024-03-21T12:45:09.650 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: [mgr] 2024-03-21T12:45:09.650 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-03-21T12:45:09.650 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: 2024-03-21T12:45:09.650 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: [osd] 2024-03-21T12:45:09.650 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-03-21T12:45:09.650 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-03-21T12:45:10.144 INFO:teuthology.orchestra.run.smithi178.stderr:Enabling cephadm module... 2024-03-21T12:45:10.546 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:45:10 smithi178 bash[14494]: audit 2024-03-21T12:45:09.638965+0000 mon.a (mon.0) 26 : audit [INF] from='client.? 172.21.15.178:0/1600676407' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-03-21T12:45:10.546 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:45:10 smithi178 bash[14494]: audit 2024-03-21T12:45:09.645832+0000 mon.a (mon.0) 27 : audit [INF] from='client.? 172.21.15.178:0/1600676407' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-03-21T12:45:11.796 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:45:11 smithi178 bash[14494]: audit 2024-03-21T12:45:11.448281+0000 mon.a (mon.0) 28 : audit [INF] from='client.? 172.21.15.178:0/3750434748' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-03-21T12:45:11.796 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:45:11 smithi178 bash[14766]: ignoring --setuser ceph since I am not root 2024-03-21T12:45:11.796 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:45:11 smithi178 bash[14766]: ignoring --setgroup ceph since I am not root 2024-03-21T12:45:11.796 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:45:11 smithi178 bash[14766]: debug 2024-03-21T12:45:11.697+0000 7f59bb8d6000 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-21T12:45:12.618 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:45:12 smithi178 bash[14494]: audit 2024-03-21T12:45:11.505696+0000 mon.a (mon.0) 29 : audit [INF] from='client.? 172.21.15.178:0/3750434748' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-03-21T12:45:12.619 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:45:12 smithi178 bash[14494]: cluster 2024-03-21T12:45:11.505852+0000 mon.a (mon.0) 30 : cluster [DBG] mgrmap e5: y(active, since 8s) 2024-03-21T12:45:12.619 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:45:12 smithi178 bash[14766]: debug 2024-03-21T12:45:12.357+0000 7f59bb8d6000 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-21T12:45:12.619 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:45:12 smithi178 bash[14766]: debug 2024-03-21T12:45:12.481+0000 7f59bb8d6000 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-21T12:45:12.989 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:45:12 smithi178 bash[14766]: debug 2024-03-21T12:45:12.645+0000 7f59bb8d6000 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-21T12:45:13.283 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:45:12 smithi178 bash[14766]: debug 2024-03-21T12:45:12.985+0000 7f59bb8d6000 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-21T12:45:13.283 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:45:13 smithi178 bash[14766]: debug 2024-03-21T12:45:13.077+0000 7f59bb8d6000 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-21T12:45:13.286 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: { 2024-03-21T12:45:13.286 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "epoch": 5, 2024-03-21T12:45:13.286 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "available": true, 2024-03-21T12:45:13.286 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "active_name": "y", 2024-03-21T12:45:13.286 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "num_standby": 0 2024-03-21T12:45:13.286 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: } 2024-03-21T12:45:13.546 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:45:13 smithi178 bash[14494]: audit 2024-03-21T12:45:13.284757+0000 mon.a (mon.0) 31 : audit [DBG] from='client.? 172.21.15.178:0/2641146524' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-03-21T12:45:13.546 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:45:13 smithi178 bash[14766]: debug 2024-03-21T12:45:13.277+0000 7f59bb8d6000 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-21T12:45:13.820 INFO:teuthology.orchestra.run.smithi178.stderr:Waiting for the mgr to restart... 2024-03-21T12:45:13.820 INFO:teuthology.orchestra.run.smithi178.stderr:Waiting for mgr epoch 5... 2024-03-21T12:45:14.418 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:45:14 smithi178 bash[14766]: debug 2024-03-21T12:45:14.145+0000 7f59bb8d6000 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-21T12:45:14.419 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:45:14 smithi178 bash[14766]: debug 2024-03-21T12:45:14.253+0000 7f59bb8d6000 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-21T12:45:14.796 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:45:14 smithi178 bash[14766]: debug 2024-03-21T12:45:14.461+0000 7f59bb8d6000 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-21T12:45:15.159 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:45:14 smithi178 bash[14766]: debug 2024-03-21T12:45:14.809+0000 7f59bb8d6000 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-21T12:45:15.525 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:45:15 smithi178 bash[14766]: debug 2024-03-21T12:45:15.153+0000 7f59bb8d6000 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-21T12:45:15.791 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:45:15 smithi178 bash[14766]: debug 2024-03-21T12:45:15.521+0000 7f59bb8d6000 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-21T12:45:16.046 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:45:15 smithi178 bash[14766]: debug 2024-03-21T12:45:15.785+0000 7f59bb8d6000 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-21T12:45:16.733 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:45:16 smithi178 bash[14766]: debug 2024-03-21T12:45:16.469+0000 7f59bb8d6000 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-21T12:45:16.733 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:45:16 smithi178 bash[14766]: debug 2024-03-21T12:45:16.573+0000 7f59bb8d6000 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-21T12:45:17.046 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:45:16 smithi178 bash[14766]: debug 2024-03-21T12:45:16.729+0000 7f59bb8d6000 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-21T12:45:17.046 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:45:16 smithi178 bash[14766]: debug 2024-03-21T12:45:16.837+0000 7f59bb8d6000 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-21T12:45:17.046 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:45:16 smithi178 bash[14766]: debug 2024-03-21T12:45:16.969+0000 7f59bb8d6000 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-21T12:45:17.546 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:45:17 smithi178 bash[14766]: debug 2024-03-21T12:45:17.261+0000 7f59bb8d6000 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-21T12:45:17.546 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:45:17 smithi178 bash[14766]: debug 2024-03-21T12:45:17.381+0000 7f59bb8d6000 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-21T12:45:18.046 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:45:17 smithi178 bash[14766]: debug 2024-03-21T12:45:17.561+0000 7f59bb8d6000 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-21T12:45:18.046 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:45:17 smithi178 bash[14766]: debug 2024-03-21T12:45:17.677+0000 7f59bb8d6000 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-21T12:45:18.796 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:45:18 smithi178 bash[14766]: debug 2024-03-21T12:45:18.517+0000 7f59bb8d6000 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-21T12:45:19.619 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: { 2024-03-21T12:45:19.619 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2024-03-21T12:45:19.620 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "initialized": true 2024-03-21T12:45:19.620 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: } 2024-03-21T12:45:19.665 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:45:19 smithi178 bash[14766]: [21/Mar/2024:12:45:19] ENGINE Bus STARTING 2024-03-21T12:45:19.665 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:45:19 smithi178 bash[14766]: [21/Mar/2024:12:45:19] ENGINE Serving on https://172.21.15.178:7150 2024-03-21T12:45:19.665 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:45:19 smithi178 bash[14766]: [21/Mar/2024:12:45:19] ENGINE Bus STARTED 2024-03-21T12:45:19.666 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:45:19 smithi178 bash[14494]: cluster 2024-03-21T12:45:18.540572+0000 mon.a (mon.0) 32 : cluster [INF] Active manager daemon y restarted 2024-03-21T12:45:19.666 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:45:19 smithi178 bash[14494]: cluster 2024-03-21T12:45:18.541257+0000 mon.a (mon.0) 33 : cluster [INF] Activating manager daemon y 2024-03-21T12:45:19.666 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:45:19 smithi178 bash[14494]: cluster 2024-03-21T12:45:18.543839+0000 mon.a (mon.0) 34 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-03-21T12:45:19.666 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:45:19 smithi178 bash[14494]: cluster 2024-03-21T12:45:18.598768+0000 mon.a (mon.0) 35 : cluster [DBG] mgrmap e6: y(active, starting, since 0.0577128s) 2024-03-21T12:45:19.666 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:45:19 smithi178 bash[14494]: audit 2024-03-21T12:45:18.600703+0000 mon.a (mon.0) 36 : audit [DBG] from='mgr.14120 172.21.15.178:0/2996373213' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T12:45:19.666 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:45:19 smithi178 bash[14494]: audit 2024-03-21T12:45:18.603602+0000 mon.a (mon.0) 37 : audit [DBG] from='mgr.14120 172.21.15.178:0/2996373213' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-03-21T12:45:19.666 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:45:19 smithi178 bash[14494]: audit 2024-03-21T12:45:18.605012+0000 mon.a (mon.0) 38 : audit [DBG] from='mgr.14120 172.21.15.178:0/2996373213' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-21T12:45:19.666 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:45:19 smithi178 bash[14494]: audit 2024-03-21T12:45:18.605323+0000 mon.a (mon.0) 39 : audit [DBG] from='mgr.14120 172.21.15.178:0/2996373213' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-21T12:45:19.667 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:45:19 smithi178 bash[14494]: audit 2024-03-21T12:45:18.605623+0000 mon.a (mon.0) 40 : audit [DBG] from='mgr.14120 172.21.15.178:0/2996373213' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-21T12:45:19.667 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:45:19 smithi178 bash[14494]: cluster 2024-03-21T12:45:18.616997+0000 mon.a (mon.0) 41 : cluster [INF] Manager daemon y is now available 2024-03-21T12:45:19.667 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:45:19 smithi178 bash[14494]: audit 2024-03-21T12:45:18.640352+0000 mon.a (mon.0) 42 : audit [INF] from='mgr.14120 172.21.15.178:0/2996373213' entity='mgr.y' 2024-03-21T12:45:19.667 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:45:19 smithi178 bash[14494]: audit 2024-03-21T12:45:18.645517+0000 mon.a (mon.0) 43 : audit [INF] from='mgr.14120 172.21.15.178:0/2996373213' entity='mgr.y' 2024-03-21T12:45:19.667 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:45:19 smithi178 bash[14494]: audit 2024-03-21T12:45:18.648951+0000 mon.a (mon.0) 44 : audit [INF] from='mgr.14120 172.21.15.178:0/2996373213' entity='mgr.y' 2024-03-21T12:45:19.667 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:45:19 smithi178 bash[14494]: audit 2024-03-21T12:45:18.653252+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.14120 172.21.15.178:0/2996373213' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:45:19.667 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:45:19 smithi178 bash[14494]: audit 2024-03-21T12:45:18.656013+0000 mon.a (mon.0) 46 : audit [DBG] from='mgr.14120 172.21.15.178:0/2996373213' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:45:19.667 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:45:19 smithi178 bash[14494]: audit 2024-03-21T12:45:18.660279+0000 mon.a (mon.0) 47 : audit [DBG] from='mgr.14120 172.21.15.178:0/2996373213' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:45:19.667 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:45:19 smithi178 bash[14494]: audit 2024-03-21T12:45:18.675784+0000 mon.a (mon.0) 48 : audit [INF] from='mgr.14120 172.21.15.178:0/2996373213' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-21T12:45:19.667 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:45:19 smithi178 bash[14494]: audit 2024-03-21T12:45:18.678546+0000 mon.a (mon.0) 49 : audit [INF] from='mgr.14120 172.21.15.178:0/2996373213' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-21T12:45:19.667 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:45:19 smithi178 bash[14494]: audit 2024-03-21T12:45:19.437577+0000 mon.a (mon.0) 50 : audit [INF] from='mgr.14120 172.21.15.178:0/2996373213' entity='mgr.y' 2024-03-21T12:45:19.667 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:45:19 smithi178 bash[14494]: audit 2024-03-21T12:45:19.481673+0000 mon.a (mon.0) 51 : audit [DBG] from='mgr.14120 172.21.15.178:0/2996373213' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:45:20.226 INFO:teuthology.orchestra.run.smithi178.stderr:mgr epoch 5 is available 2024-03-21T12:45:20.227 INFO:teuthology.orchestra.run.smithi178.stderr:Setting orchestrator backend to cephadm... 2024-03-21T12:45:20.796 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:45:20 smithi178 bash[14494]: cephadm 2024-03-21T12:45:19.307960+0000 mgr.y (mgr.14120) 1 : cephadm [INF] [21/Mar/2024:12:45:19] ENGINE Bus STARTING 2024-03-21T12:45:20.796 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:45:20 smithi178 bash[14494]: cephadm 2024-03-21T12:45:19.430529+0000 mgr.y (mgr.14120) 2 : cephadm [INF] [21/Mar/2024:12:45:19] ENGINE Serving on https://172.21.15.178:7150 2024-03-21T12:45:20.796 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:45:20 smithi178 bash[14494]: cephadm 2024-03-21T12:45:19.431257+0000 mgr.y (mgr.14120) 3 : cephadm [INF] [21/Mar/2024:12:45:19] ENGINE Bus STARTED 2024-03-21T12:45:20.796 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:45:20 smithi178 bash[14494]: cluster 2024-03-21T12:45:19.602448+0000 mon.a (mon.0) 52 : cluster [DBG] mgrmap e7: y(active, since 1.06139s) 2024-03-21T12:45:21.796 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:45:21 smithi178 bash[14494]: audit 2024-03-21T12:45:19.603040+0000 mgr.y (mgr.14120) 4 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-03-21T12:45:21.796 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:45:21 smithi178 bash[14494]: audit 2024-03-21T12:45:19.617910+0000 mgr.y (mgr.14120) 5 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-03-21T12:45:21.796 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:45:21 smithi178 bash[14494]: cluster 2024-03-21T12:45:20.603168+0000 mon.a (mon.0) 53 : cluster [DBG] mgrmap e8: y(active, since 2s) 2024-03-21T12:45:21.796 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:45:21 smithi178 bash[14494]: audit 2024-03-21T12:45:21.410511+0000 mon.a (mon.0) 54 : audit [INF] from='mgr.14120 172.21.15.178:0/2996373213' entity='mgr.y' 2024-03-21T12:45:21.796 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:45:21 smithi178 bash[14494]: audit 2024-03-21T12:45:21.454929+0000 mon.a (mon.0) 55 : audit [DBG] from='mgr.14120 172.21.15.178:0/2996373213' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:45:22.796 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:45:22 smithi178 bash[14494]: audit 2024-03-21T12:45:21.400352+0000 mgr.y (mgr.14120) 6 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:45:23.127 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: value unchanged 2024-03-21T12:45:23.620 INFO:teuthology.orchestra.run.smithi178.stderr:Generating ssh key... 2024-03-21T12:45:24.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:45:23 smithi178 bash[14494]: audit 2024-03-21T12:45:23.125736+0000 mgr.y (mgr.14120) 7 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:45:25.796 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:45:25 smithi178 bash[14766]: Generating public/private rsa key pair. 2024-03-21T12:45:25.797 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:45:25 smithi178 bash[14766]: Your identification has been saved in /tmp/tmppoxobrud/key. 2024-03-21T12:45:25.797 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:45:25 smithi178 bash[14766]: Your public key has been saved in /tmp/tmppoxobrud/key.pub. 2024-03-21T12:45:25.797 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:45:25 smithi178 bash[14766]: The key fingerprint is: 2024-03-21T12:45:25.797 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:45:25 smithi178 bash[14766]: SHA256:HEvO35gBHxh46YHnDc8L/pt3SdgNE0kSX/qYgBOy3Uw ceph-a94f249e-e780-11ee-95cd-87774f69a715 2024-03-21T12:45:25.797 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:45:25 smithi178 bash[14766]: The key's randomart image is: 2024-03-21T12:45:25.797 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:45:25 smithi178 bash[14766]: +---[RSA 3072]----+ 2024-03-21T12:45:25.797 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:45:25 smithi178 bash[14766]: | oo.. Eo...| 2024-03-21T12:45:25.797 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:45:25 smithi178 bash[14766]: | o ** * ooo | 2024-03-21T12:45:25.797 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:45:25 smithi178 bash[14766]: | =**= + o. | 2024-03-21T12:45:25.797 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:45:25 smithi178 bash[14766]: | =+=+o .o+ | 2024-03-21T12:45:25.797 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:45:25 smithi178 bash[14766]: | .S.o. oo+.| 2024-03-21T12:45:25.797 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:45:25 smithi178 bash[14766]: | ...=. o .| 2024-03-21T12:45:25.797 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:45:25 smithi178 bash[14766]: | .+ .. . | 2024-03-21T12:45:25.797 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:45:25 smithi178 bash[14766]: | ... o | 2024-03-21T12:45:25.797 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:45:25 smithi178 bash[14766]: | oo . | 2024-03-21T12:45:25.797 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:45:25 smithi178 bash[14766]: +----[SHA256]-----+ 2024-03-21T12:45:26.603 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:45:26 smithi178 bash[14494]: audit 2024-03-21T12:45:24.801105+0000 mgr.y (mgr.14120) 8 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:45:26.603 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:45:26 smithi178 bash[14494]: cephadm 2024-03-21T12:45:24.801510+0000 mgr.y (mgr.14120) 9 : cephadm [INF] Generating ssh key... 2024-03-21T12:45:26.603 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:45:26 smithi178 bash[14494]: audit 2024-03-21T12:45:25.339644+0000 mon.a (mon.0) 56 : audit [INF] from='mgr.14120 172.21.15.178:0/2996373213' entity='mgr.y' 2024-03-21T12:45:26.603 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:45:26 smithi178 bash[14494]: audit 2024-03-21T12:45:25.344172+0000 mon.a (mon.0) 57 : audit [INF] from='mgr.14120 172.21.15.178:0/2996373213' entity='mgr.y' 2024-03-21T12:45:27.128 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDDqjBE1K025qIN5m+t4GdLWHd3bhd+Yqiob5JjORJ9dq+JYKeCc4lTUHWqu3oYH5GiJVVx12bNW2rIkdzJEG30eYpPazrKH9PNWg+q+Xd+tfqcTO6pwZpybFnLmhoGDUVJNXKjQqrLElHFEt3S9v9oLU1feiRYXqkMV3dYsE14bXQedOxVjUKZbT24cLIvdxmGAtLC6goahSUtkRmJtPjckAIFVeOAuEK1+WVpCFSte53nqOYkP1fy/l3jMeY1T2RAxDaSgWNrdZd0Dzhy6UW9hisHsgBq/YrYNiKt6KuElWHUsI6wgUooAiWEBXVO7k3zN2ErmDSjzHxW2FmPLY3KTLbD/iGJVQnBQerH/Yv9jehWbdckHFbjviOlE7NfctmZnZ1SmBI6WrMEjP5ALOc9XsYjSdLUhao5YyIXg0quyWtRsv6LaILLw89cXKJinF9l0hXe+ZUPv32VP6CfDLrV63wshaBDspNjSMYIwiFBHipsANWD8y+u7rvt3B14Syk= ceph-a94f249e-e780-11ee-95cd-87774f69a715 2024-03-21T12:45:27.669 INFO:teuthology.orchestra.run.smithi178.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-03-21T12:45:27.669 INFO:teuthology.orchestra.run.smithi178.stderr:Adding key to root@localhost authorized_keys... 2024-03-21T12:45:27.669 INFO:teuthology.orchestra.run.smithi178.stderr:Adding host smithi178... 2024-03-21T12:45:28.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:45:27 smithi178 bash[14494]: audit 2024-03-21T12:45:27.127203+0000 mgr.y (mgr.14120) 10 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:45:29.985 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: Added host 'smithi178' with addr '172.21.15.178' 2024-03-21T12:45:30.296 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:45:30 smithi178 bash[14494]: audit 2024-03-21T12:45:28.965357+0000 mgr.y (mgr.14120) 11 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi178", "addr": "172.21.15.178", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:45:30.296 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:45:30 smithi178 bash[14494]: cephadm 2024-03-21T12:45:29.348199+0000 mgr.y (mgr.14120) 12 : cephadm [INF] Deploying cephadm binary to smithi178 2024-03-21T12:45:30.296 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:45:30 smithi178 bash[14494]: audit 2024-03-21T12:45:29.983260+0000 mon.a (mon.0) 58 : audit [INF] from='mgr.14120 172.21.15.178:0/2996373213' entity='mgr.y' 2024-03-21T12:45:30.296 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:45:30 smithi178 bash[14494]: audit 2024-03-21T12:45:30.007666+0000 mon.a (mon.0) 59 : audit [DBG] from='mgr.14120 172.21.15.178:0/2996373213' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:45:30.815 INFO:teuthology.orchestra.run.smithi178.stderr:Deploying unmanaged mon service... 2024-03-21T12:45:31.573 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:45:31 smithi178 bash[14494]: cephadm 2024-03-21T12:45:29.983797+0000 mgr.y (mgr.14120) 13 : cephadm [INF] Added host smithi178 2024-03-21T12:45:32.728 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: Scheduled mon update... 2024-03-21T12:45:33.577 INFO:teuthology.orchestra.run.smithi178.stderr:Deploying unmanaged mgr service... 2024-03-21T12:45:34.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:45:33 smithi178 bash[14494]: audit 2024-03-21T12:45:32.715895+0000 mgr.y (mgr.14120) 14 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:45:34.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:45:33 smithi178 bash[14494]: cephadm 2024-03-21T12:45:32.718804+0000 mgr.y (mgr.14120) 15 : cephadm [INF] Saving service mon spec with placement count:5 2024-03-21T12:45:34.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:45:33 smithi178 bash[14494]: audit 2024-03-21T12:45:32.726493+0000 mon.a (mon.0) 60 : audit [INF] from='mgr.14120 172.21.15.178:0/2996373213' entity='mgr.y' 2024-03-21T12:45:34.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:45:33 smithi178 bash[14494]: audit 2024-03-21T12:45:33.318927+0000 mon.a (mon.0) 61 : audit [INF] from='mgr.14120 172.21.15.178:0/2996373213' entity='mgr.y' 2024-03-21T12:45:34.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:45:33 smithi178 bash[14494]: audit 2024-03-21T12:45:33.603702+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.14120 172.21.15.178:0/2996373213' entity='mgr.y' 2024-03-21T12:45:35.039 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: Scheduled mgr update... 2024-03-21T12:45:36.296 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:45:36 smithi178 bash[14494]: audit 2024-03-21T12:45:35.030010+0000 mgr.y (mgr.14120) 16 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:45:36.296 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:45:36 smithi178 bash[14494]: cephadm 2024-03-21T12:45:35.032406+0000 mgr.y (mgr.14120) 17 : cephadm [INF] Saving service mgr spec with placement count:2 2024-03-21T12:45:36.296 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:45:36 smithi178 bash[14494]: audit 2024-03-21T12:45:35.036988+0000 mon.a (mon.0) 63 : audit [INF] from='mgr.14120 172.21.15.178:0/2996373213' entity='mgr.y' 2024-03-21T12:45:37.796 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:45:37 smithi178 bash[14494]: audit 2024-03-21T12:45:36.668131+0000 mon.a (mon.0) 64 : audit [INF] from='mgr.14120 172.21.15.178:0/2996373213' entity='mgr.y' 2024-03-21T12:45:37.796 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:45:37 smithi178 bash[14494]: audit 2024-03-21T12:45:36.672040+0000 mon.a (mon.0) 65 : audit [INF] from='mgr.14120 172.21.15.178:0/2996373213' entity='mgr.y' 2024-03-21T12:45:37.796 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:45:37 smithi178 bash[14494]: audit 2024-03-21T12:45:36.673015+0000 mon.a (mon.0) 66 : audit [INF] from='mgr.14120 172.21.15.178:0/2996373213' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi178", "name": "osd_memory_target"}]: dispatch 2024-03-21T12:45:37.796 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:45:37 smithi178 bash[14494]: audit 2024-03-21T12:45:36.677494+0000 mon.a (mon.0) 67 : audit [INF] from='mgr.14120 172.21.15.178:0/2996373213' entity='mgr.y' 2024-03-21T12:45:37.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:45:37 smithi178 bash[14494]: audit 2024-03-21T12:45:36.679511+0000 mon.a (mon.0) 68 : audit [INF] from='mgr.14120 172.21.15.178:0/2996373213' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi178", "caps": []}]: dispatch 2024-03-21T12:45:37.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:45:37 smithi178 bash[14494]: audit 2024-03-21T12:45:36.682667+0000 mon.a (mon.0) 69 : audit [INF] from='mgr.14120 172.21.15.178:0/2996373213' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi178", "caps": []}]': finished 2024-03-21T12:45:37.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:45:37 smithi178 bash[14494]: audit 2024-03-21T12:45:36.893725+0000 mon.a (mon.0) 70 : audit [INF] from='client.? 172.21.15.178:0/2627888493' entity='client.admin' 2024-03-21T12:45:37.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:45:37 smithi178 bash[14494]: cephadm 2024-03-21T12:45:37.219814+0000 mgr.y (mgr.14120) 18 : cephadm [INF] Deploying daemon agent.smithi178 on smithi178 2024-03-21T12:45:39.432 INFO:teuthology.orchestra.run.smithi178.stderr:Enabling the dashboard module... 2024-03-21T12:45:40.138 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:45:39 smithi178 bash[14494]: cluster 2024-03-21T12:45:38.606723+0000 mgr.y (mgr.14120) 19 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:45:40.138 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:45:39 smithi178 bash[14494]: audit 2024-03-21T12:45:38.840686+0000 mon.a (mon.0) 71 : audit [INF] from='client.? 172.21.15.178:0/683220611' entity='client.admin' 2024-03-21T12:45:41.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:45:40 smithi178 bash[14494]: audit 2024-03-21T12:45:40.743017+0000 mon.a (mon.0) 72 : audit [INF] from='client.? 172.21.15.178:0/3841824160' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-03-21T12:45:41.299 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:45:40 smithi178 bash[14766]: ignoring --setuser ceph since I am not root 2024-03-21T12:45:41.299 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:45:40 smithi178 bash[14766]: ignoring --setgroup ceph since I am not root 2024-03-21T12:45:41.299 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:45:41 smithi178 bash[14766]: debug 2024-03-21T12:45:41.045+0000 7f8e675cb000 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-21T12:45:41.796 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:45:41 smithi178 bash[14766]: debug 2024-03-21T12:45:41.709+0000 7f8e675cb000 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-21T12:45:42.115 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:45:41 smithi178 bash[14494]: audit 2024-03-21T12:45:40.851517+0000 mon.a (mon.0) 73 : audit [INF] from='client.? 172.21.15.178:0/3841824160' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-03-21T12:45:42.115 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:45:41 smithi178 bash[14494]: cluster 2024-03-21T12:45:40.851621+0000 mon.a (mon.0) 74 : cluster [DBG] mgrmap e9: y(active, since 22s) 2024-03-21T12:45:42.115 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:45:41 smithi178 bash[14766]: debug 2024-03-21T12:45:41.829+0000 7f8e675cb000 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-21T12:45:42.116 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:45:41 smithi178 bash[14766]: debug 2024-03-21T12:45:41.989+0000 7f8e675cb000 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-21T12:45:42.635 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:45:42 smithi178 bash[14766]: debug 2024-03-21T12:45:42.337+0000 7f8e675cb000 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-21T12:45:42.635 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:45:42 smithi178 bash[14766]: debug 2024-03-21T12:45:42.429+0000 7f8e675cb000 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-21T12:45:42.635 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:45:42 smithi178 bash[14766]: debug 2024-03-21T12:45:42.629+0000 7f8e675cb000 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-21T12:45:42.706 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: { 2024-03-21T12:45:42.707 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "epoch": 9, 2024-03-21T12:45:42.707 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "available": true, 2024-03-21T12:45:42.707 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "active_name": "y", 2024-03-21T12:45:42.707 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "num_standby": 0 2024-03-21T12:45:42.707 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: } 2024-03-21T12:45:43.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:45:42 smithi178 bash[14494]: audit 2024-03-21T12:45:42.704736+0000 mon.a (mon.0) 75 : audit [DBG] from='client.? 172.21.15.178:0/756730209' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-03-21T12:45:43.310 INFO:teuthology.orchestra.run.smithi178.stderr:Waiting for the mgr to restart... 2024-03-21T12:45:43.310 INFO:teuthology.orchestra.run.smithi178.stderr:Waiting for mgr epoch 9... 2024-03-21T12:45:43.618 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:45:43 smithi178 bash[14766]: debug 2024-03-21T12:45:43.505+0000 7f8e675cb000 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-21T12:45:43.918 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:45:43 smithi178 bash[14766]: debug 2024-03-21T12:45:43.613+0000 7f8e675cb000 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-21T12:45:43.918 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:45:43 smithi178 bash[14766]: debug 2024-03-21T12:45:43.820+0000 7f8e675cb000 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-21T12:45:44.509 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:45:44 smithi178 bash[14766]: debug 2024-03-21T12:45:44.180+0000 7f8e675cb000 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-21T12:45:44.797 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:45:44 smithi178 bash[14766]: debug 2024-03-21T12:45:44.504+0000 7f8e675cb000 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-21T12:45:45.143 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:45:44 smithi178 bash[14766]: debug 2024-03-21T12:45:44.868+0000 7f8e675cb000 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-21T12:45:45.546 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:45:45 smithi178 bash[14766]: debug 2024-03-21T12:45:45.136+0000 7f8e675cb000 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-21T12:45:46.082 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:45:45 smithi178 bash[14766]: debug 2024-03-21T12:45:45.816+0000 7f8e675cb000 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-21T12:45:46.082 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:45:45 smithi178 bash[14766]: debug 2024-03-21T12:45:45.920+0000 7f8e675cb000 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-21T12:45:46.546 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:45:46 smithi178 bash[14766]: debug 2024-03-21T12:45:46.076+0000 7f8e675cb000 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-21T12:45:46.546 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:45:46 smithi178 bash[14766]: debug 2024-03-21T12:45:46.184+0000 7f8e675cb000 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-21T12:45:46.546 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:45:46 smithi178 bash[14766]: debug 2024-03-21T12:45:46.316+0000 7f8e675cb000 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-21T12:45:46.911 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:45:46 smithi178 bash[14766]: debug 2024-03-21T12:45:46.608+0000 7f8e675cb000 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-21T12:45:46.912 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:45:46 smithi178 bash[14766]: debug 2024-03-21T12:45:46.724+0000 7f8e675cb000 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-21T12:45:47.296 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:45:46 smithi178 bash[14766]: debug 2024-03-21T12:45:46.908+0000 7f8e675cb000 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-21T12:45:47.296 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:45:47 smithi178 bash[14766]: debug 2024-03-21T12:45:47.024+0000 7f8e675cb000 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-21T12:45:48.200 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:45:47 smithi178 bash[14766]: debug 2024-03-21T12:45:47.864+0000 7f8e675cb000 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-21T12:45:48.546 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:45:48 smithi178 bash[14766]: [21/Mar/2024:12:45:48] ENGINE Bus STARTING 2024-03-21T12:45:48.546 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:45:48 smithi178 bash[14766]: [21/Mar/2024:12:45:48] ENGINE Serving on https://172.21.15.178:7150 2024-03-21T12:45:48.547 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:45:48 smithi178 bash[14766]: [21/Mar/2024:12:45:48] ENGINE Bus STARTED 2024-03-21T12:45:48.969 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: { 2024-03-21T12:45:48.969 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "mgrmap_epoch": 11, 2024-03-21T12:45:48.969 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: "initialized": true 2024-03-21T12:45:48.969 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: } 2024-03-21T12:45:49.199 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:45:48 smithi178 bash[14494]: cluster 2024-03-21T12:45:47.888805+0000 mon.a (mon.0) 76 : cluster [INF] Active manager daemon y restarted 2024-03-21T12:45:49.199 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:45:48 smithi178 bash[14494]: cluster 2024-03-21T12:45:47.889493+0000 mon.a (mon.0) 77 : cluster [INF] Activating manager daemon y 2024-03-21T12:45:49.199 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:45:48 smithi178 bash[14494]: cluster 2024-03-21T12:45:47.892882+0000 mon.a (mon.0) 78 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-03-21T12:45:49.199 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:45:48 smithi178 bash[14494]: cluster 2024-03-21T12:45:47.945902+0000 mon.a (mon.0) 79 : cluster [DBG] mgrmap e10: y(active, starting, since 0.0565881s) 2024-03-21T12:45:49.199 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:45:48 smithi178 bash[14494]: audit 2024-03-21T12:45:47.948736+0000 mon.a (mon.0) 80 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T12:45:49.199 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:45:48 smithi178 bash[14494]: audit 2024-03-21T12:45:47.950796+0000 mon.a (mon.0) 81 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-03-21T12:45:49.199 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:45:48 smithi178 bash[14494]: audit 2024-03-21T12:45:47.952111+0000 mon.a (mon.0) 82 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-21T12:45:49.199 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:45:48 smithi178 bash[14494]: audit 2024-03-21T12:45:47.952586+0000 mon.a (mon.0) 83 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-21T12:45:49.200 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:45:48 smithi178 bash[14494]: audit 2024-03-21T12:45:47.953001+0000 mon.a (mon.0) 84 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-21T12:45:49.200 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:45:48 smithi178 bash[14494]: cluster 2024-03-21T12:45:47.962209+0000 mon.a (mon.0) 85 : cluster [INF] Manager daemon y is now available 2024-03-21T12:45:49.200 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:45:48 smithi178 bash[14494]: audit 2024-03-21T12:45:47.990026+0000 mon.a (mon.0) 86 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:45:49.200 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:45:48 smithi178 bash[14494]: audit 2024-03-21T12:45:47.994231+0000 mon.a (mon.0) 87 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:45:49.200 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:45:48 smithi178 bash[14494]: audit 2024-03-21T12:45:47.998648+0000 mon.a (mon.0) 88 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:45:49.200 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:45:48 smithi178 bash[14494]: audit 2024-03-21T12:45:48.027716+0000 mon.a (mon.0) 89 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-21T12:45:49.200 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:45:48 smithi178 bash[14494]: audit 2024-03-21T12:45:48.031397+0000 mon.a (mon.0) 90 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-21T12:45:49.200 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:45:48 smithi178 bash[14494]: audit 2024-03-21T12:45:48.335051+0000 mon.a (mon.0) 91 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:45:49.654 INFO:teuthology.orchestra.run.smithi178.stderr:mgr epoch 9 is available 2024-03-21T12:45:49.654 INFO:teuthology.orchestra.run.smithi178.stderr:Generating a dashboard self-signed certificate... 2024-03-21T12:45:50.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:45:49 smithi178 bash[14494]: cephadm 2024-03-21T12:45:48.200225+0000 mgr.y (mgr.14152) 1 : cephadm [INF] [21/Mar/2024:12:45:48] ENGINE Bus STARTING 2024-03-21T12:45:50.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:45:49 smithi178 bash[14494]: cephadm 2024-03-21T12:45:48.328252+0000 mgr.y (mgr.14152) 2 : cephadm [INF] [21/Mar/2024:12:45:48] ENGINE Serving on https://172.21.15.178:7150 2024-03-21T12:45:50.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:45:49 smithi178 bash[14494]: cephadm 2024-03-21T12:45:48.328945+0000 mgr.y (mgr.14152) 3 : cephadm [INF] [21/Mar/2024:12:45:48] ENGINE Bus STARTED 2024-03-21T12:45:50.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:45:49 smithi178 bash[14494]: cluster 2024-03-21T12:45:48.951875+0000 mon.a (mon.0) 92 : cluster [DBG] mgrmap e11: y(active, since 1.06256s) 2024-03-21T12:45:51.296 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:45:50 smithi178 bash[14494]: audit 2024-03-21T12:45:48.949837+0000 mgr.y (mgr.14152) 4 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-03-21T12:45:51.296 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:45:50 smithi178 bash[14494]: audit 2024-03-21T12:45:48.967323+0000 mgr.y (mgr.14152) 5 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-03-21T12:45:51.296 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:45:50 smithi178 bash[14494]: cluster 2024-03-21T12:45:50.119843+0000 mon.a (mon.0) 93 : cluster [DBG] mgrmap e12: y(active, since 2s) 2024-03-21T12:45:51.301 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: Self-signed certificate created 2024-03-21T12:45:51.852 INFO:teuthology.orchestra.run.smithi178.stderr:Creating initial admin user... 2024-03-21T12:45:52.296 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:45:51 smithi178 bash[14494]: audit 2024-03-21T12:45:50.852571+0000 mgr.y (mgr.14152) 6 : audit [DBG] from='client.14164 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:45:52.296 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:45:51 smithi178 bash[14494]: audit 2024-03-21T12:45:51.295412+0000 mon.a (mon.0) 94 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:45:52.296 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:45:51 smithi178 bash[14494]: audit 2024-03-21T12:45:51.299609+0000 mon.a (mon.0) 95 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:45:53.438 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$zI7H.T5QKLYWhXBm.PvyluuGVHuKGA85nZKwtRFU1fYLk3f4EHScm", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1711025153, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-03-21T12:45:53.796 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:45:53 smithi178 bash[14494]: audit 2024-03-21T12:45:52.616205+0000 mon.a (mon.0) 96 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:45:53.796 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:45:53 smithi178 bash[14494]: audit 2024-03-21T12:45:52.617340+0000 mon.a (mon.0) 97 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi178", "name": "osd_memory_target"}]: dispatch 2024-03-21T12:45:53.796 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:45:53 smithi178 bash[14494]: audit 2024-03-21T12:45:52.622318+0000 mon.a (mon.0) 98 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:45:53.796 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:45:53 smithi178 bash[14494]: audit 2024-03-21T12:45:52.624624+0000 mon.a (mon.0) 99 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi178", "caps": []}]: dispatch 2024-03-21T12:45:53.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:45:53 smithi178 bash[14494]: audit 2024-03-21T12:45:53.436717+0000 mon.a (mon.0) 100 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:45:54.054 INFO:teuthology.orchestra.run.smithi178.stderr:Fetching dashboard port number... 2024-03-21T12:45:55.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:45:54 smithi178 bash[14494]: cephadm 2024-03-21T12:45:53.019672+0000 mgr.y (mgr.14152) 7 : cephadm [INF] Deploying daemon agent.smithi178 on smithi178 2024-03-21T12:45:55.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:45:54 smithi178 bash[14494]: audit 2024-03-21T12:45:53.208744+0000 mgr.y (mgr.14152) 8 : audit [DBG] from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:45:55.275 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: 8443 2024-03-21T12:45:55.796 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:45:55 smithi178 bash[14494]: cluster 2024-03-21T12:45:54.626278+0000 mon.a (mon.0) 101 : cluster [DBG] mgrmap e13: y(active, since 6s) 2024-03-21T12:45:55.796 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:45:55 smithi178 bash[14494]: audit 2024-03-21T12:45:55.273073+0000 mon.a (mon.0) 102 : audit [DBG] from='client.? 172.21.15.178:0/3961219611' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-03-21T12:45:55.846 INFO:teuthology.orchestra.run.smithi178.stderr:firewalld does not appear to be present 2024-03-21T12:45:55.846 INFO:teuthology.orchestra.run.smithi178.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2024-03-21T12:45:55.850 INFO:teuthology.orchestra.run.smithi178.stderr:Ceph Dashboard is now available at: 2024-03-21T12:45:55.850 INFO:teuthology.orchestra.run.smithi178.stderr: 2024-03-21T12:45:55.850 INFO:teuthology.orchestra.run.smithi178.stderr: URL: https://smithi178.front.sepia.ceph.com:8443/ 2024-03-21T12:45:55.850 INFO:teuthology.orchestra.run.smithi178.stderr: User: admin 2024-03-21T12:45:55.850 INFO:teuthology.orchestra.run.smithi178.stderr: Password: xxcfyjwd50 2024-03-21T12:45:55.850 INFO:teuthology.orchestra.run.smithi178.stderr: 2024-03-21T12:45:55.850 INFO:teuthology.orchestra.run.smithi178.stderr:Enabling autotune for osd_memory_target 2024-03-21T12:45:59.036 INFO:teuthology.orchestra.run.smithi178.stderr:/usr/bin/ceph: set mgr/dashboard/cluster/status 2024-03-21T12:45:59.625 INFO:teuthology.orchestra.run.smithi178.stderr:You can access the Ceph CLI with: 2024-03-21T12:45:59.625 INFO:teuthology.orchestra.run.smithi178.stderr: 2024-03-21T12:45:59.625 INFO:teuthology.orchestra.run.smithi178.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid a94f249e-e780-11ee-95cd-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-03-21T12:45:59.625 INFO:teuthology.orchestra.run.smithi178.stderr: 2024-03-21T12:45:59.625 INFO:teuthology.orchestra.run.smithi178.stderr:Please consider enabling telemetry to help improve Ceph: 2024-03-21T12:45:59.625 INFO:teuthology.orchestra.run.smithi178.stderr: 2024-03-21T12:45:59.625 INFO:teuthology.orchestra.run.smithi178.stderr: ceph telemetry on 2024-03-21T12:45:59.625 INFO:teuthology.orchestra.run.smithi178.stderr: 2024-03-21T12:45:59.626 INFO:teuthology.orchestra.run.smithi178.stderr:For more information see: 2024-03-21T12:45:59.626 INFO:teuthology.orchestra.run.smithi178.stderr: 2024-03-21T12:45:59.626 INFO:teuthology.orchestra.run.smithi178.stderr: https://docs.ceph.com/docs/master/mgr/telemetry/ 2024-03-21T12:45:59.626 INFO:teuthology.orchestra.run.smithi178.stderr: 2024-03-21T12:45:59.626 INFO:teuthology.orchestra.run.smithi178.stderr:Bootstrap complete. 2024-03-21T12:45:59.658 INFO:tasks.cephadm:Fetching config... 2024-03-21T12:45:59.658 DEBUG:teuthology.orchestra.run.smithi178:> set -ex 2024-03-21T12:45:59.659 DEBUG:teuthology.orchestra.run.smithi178:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-03-21T12:45:59.666 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-03-21T12:45:59.666 DEBUG:teuthology.orchestra.run.smithi178:> set -ex 2024-03-21T12:45:59.666 DEBUG:teuthology.orchestra.run.smithi178:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-03-21T12:45:59.713 INFO:tasks.cephadm:Fetching mon keyring... 2024-03-21T12:45:59.713 DEBUG:teuthology.orchestra.run.smithi178:> set -ex 2024-03-21T12:45:59.713 DEBUG:teuthology.orchestra.run.smithi178:> sudo dd if=/var/lib/ceph/a94f249e-e780-11ee-95cd-87774f69a715/mon.a/keyring of=/dev/stdout 2024-03-21T12:45:59.724 INFO:tasks.cephadm:Fetching pub ssh key... 2024-03-21T12:45:59.724 DEBUG:teuthology.orchestra.run.smithi178:> set -ex 2024-03-21T12:45:59.724 DEBUG:teuthology.orchestra.run.smithi178:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-03-21T12:45:59.729 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-03-21T12:45:59.730 DEBUG:teuthology.orchestra.run.smithi178:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDDqjBE1K025qIN5m+t4GdLWHd3bhd+Yqiob5JjORJ9dq+JYKeCc4lTUHWqu3oYH5GiJVVx12bNW2rIkdzJEG30eYpPazrKH9PNWg+q+Xd+tfqcTO6pwZpybFnLmhoGDUVJNXKjQqrLElHFEt3S9v9oLU1feiRYXqkMV3dYsE14bXQedOxVjUKZbT24cLIvdxmGAtLC6goahSUtkRmJtPjckAIFVeOAuEK1+WVpCFSte53nqOYkP1fy/l3jMeY1T2RAxDaSgWNrdZd0Dzhy6UW9hisHsgBq/YrYNiKt6KuElWHUsI6wgUooAiWEBXVO7k3zN2ErmDSjzHxW2FmPLY3KTLbD/iGJVQnBQerH/Yv9jehWbdckHFbjviOlE7NfctmZnZ1SmBI6WrMEjP5ALOc9XsYjSdLUhao5YyIXg0quyWtRsv6LaILLw89cXKJinF9l0hXe+ZUPv32VP6CfDLrV63wshaBDspNjSMYIwiFBHipsANWD8y+u7rvt3B14Syk= ceph-a94f249e-e780-11ee-95cd-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-03-21T12:45:59.748 INFO:teuthology.orchestra.run.smithi178.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDDqjBE1K025qIN5m+t4GdLWHd3bhd+Yqiob5JjORJ9dq+JYKeCc4lTUHWqu3oYH5GiJVVx12bNW2rIkdzJEG30eYpPazrKH9PNWg+q+Xd+tfqcTO6pwZpybFnLmhoGDUVJNXKjQqrLElHFEt3S9v9oLU1feiRYXqkMV3dYsE14bXQedOxVjUKZbT24cLIvdxmGAtLC6goahSUtkRmJtPjckAIFVeOAuEK1+WVpCFSte53nqOYkP1fy/l3jMeY1T2RAxDaSgWNrdZd0Dzhy6UW9hisHsgBq/YrYNiKt6KuElWHUsI6wgUooAiWEBXVO7k3zN2ErmDSjzHxW2FmPLY3KTLbD/iGJVQnBQerH/Yv9jehWbdckHFbjviOlE7NfctmZnZ1SmBI6WrMEjP5ALOc9XsYjSdLUhao5YyIXg0quyWtRsv6LaILLw89cXKJinF9l0hXe+ZUPv32VP6CfDLrV63wshaBDspNjSMYIwiFBHipsANWD8y+u7rvt3B14Syk= ceph-a94f249e-e780-11ee-95cd-87774f69a715 2024-03-21T12:45:59.762 DEBUG:teuthology.orchestra.run.smithi184:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDDqjBE1K025qIN5m+t4GdLWHd3bhd+Yqiob5JjORJ9dq+JYKeCc4lTUHWqu3oYH5GiJVVx12bNW2rIkdzJEG30eYpPazrKH9PNWg+q+Xd+tfqcTO6pwZpybFnLmhoGDUVJNXKjQqrLElHFEt3S9v9oLU1feiRYXqkMV3dYsE14bXQedOxVjUKZbT24cLIvdxmGAtLC6goahSUtkRmJtPjckAIFVeOAuEK1+WVpCFSte53nqOYkP1fy/l3jMeY1T2RAxDaSgWNrdZd0Dzhy6UW9hisHsgBq/YrYNiKt6KuElWHUsI6wgUooAiWEBXVO7k3zN2ErmDSjzHxW2FmPLY3KTLbD/iGJVQnBQerH/Yv9jehWbdckHFbjviOlE7NfctmZnZ1SmBI6WrMEjP5ALOc9XsYjSdLUhao5YyIXg0quyWtRsv6LaILLw89cXKJinF9l0hXe+ZUPv32VP6CfDLrV63wshaBDspNjSMYIwiFBHipsANWD8y+u7rvt3B14Syk= ceph-a94f249e-e780-11ee-95cd-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-03-21T12:45:59.790 INFO:teuthology.orchestra.run.smithi184.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDDqjBE1K025qIN5m+t4GdLWHd3bhd+Yqiob5JjORJ9dq+JYKeCc4lTUHWqu3oYH5GiJVVx12bNW2rIkdzJEG30eYpPazrKH9PNWg+q+Xd+tfqcTO6pwZpybFnLmhoGDUVJNXKjQqrLElHFEt3S9v9oLU1feiRYXqkMV3dYsE14bXQedOxVjUKZbT24cLIvdxmGAtLC6goahSUtkRmJtPjckAIFVeOAuEK1+WVpCFSte53nqOYkP1fy/l3jMeY1T2RAxDaSgWNrdZd0Dzhy6UW9hisHsgBq/YrYNiKt6KuElWHUsI6wgUooAiWEBXVO7k3zN2ErmDSjzHxW2FmPLY3KTLbD/iGJVQnBQerH/Yv9jehWbdckHFbjviOlE7NfctmZnZ1SmBI6WrMEjP5ALOc9XsYjSdLUhao5YyIXg0quyWtRsv6LaILLw89cXKJinF9l0hXe+ZUPv32VP6CfDLrV63wshaBDspNjSMYIwiFBHipsANWD8y+u7rvt3B14Syk= ceph-a94f249e-e780-11ee-95cd-87774f69a715 2024-03-21T12:45:59.801 DEBUG:teuthology.orchestra.run.smithi178:> 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 a94f249e-e780-11ee-95cd-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-03-21T12:46:00.193 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:00 smithi178 bash[14494]: audit 2024-03-21T12:45:59.031376+0000 mon.a (mon.0) 103 : audit [INF] from='client.? 172.21.15.178:0/2758196638' entity='client.admin' 2024-03-21T12:46:01.133 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:46:00 smithi178 bash[14766]: 172.21.15.178 - - [21/Mar/2024:12:46:00] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2024-03-21T12:46:01.546 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:01 smithi178 bash[14494]: audit 2024-03-21T12:46:00.132801+0000 mon.a (mon.0) 104 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:46:01.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:01 smithi178 bash[14494]: audit 2024-03-21T12:46:00.134558+0000 mon.a (mon.0) 105 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:46:01.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:01 smithi178 bash[14494]: audit 2024-03-21T12:46:00.139297+0000 mon.a (mon.0) 106 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:46:01.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:01 smithi178 bash[14494]: audit 2024-03-21T12:46:00.141164+0000 mon.a (mon.0) 107 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:46:01.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:01 smithi178 bash[14494]: audit 2024-03-21T12:46:00.145075+0000 mon.a (mon.0) 108 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:46:01.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:01 smithi178 bash[14494]: audit 2024-03-21T12:46:00.920013+0000 mon.a (mon.0) 109 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:46:03.495 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-03-21T12:46:03.495 DEBUG:teuthology.orchestra.run.smithi178:> 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 a94f249e-e780-11ee-95cd-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-03-21T12:46:03.796 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:46:03 smithi178 bash[14766]: 172.21.15.178 - - [21/Mar/2024:12:46:03] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2024-03-21T12:46:03.796 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:03 smithi178 bash[14494]: audit 2024-03-21T12:46:02.596337+0000 mon.a (mon.0) 110 : audit [INF] from='client.? 172.21.15.178:0/2584251191' entity='client.admin' 2024-03-21T12:46:03.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:03 smithi178 bash[14494]: audit 2024-03-21T12:46:02.616483+0000 mon.a (mon.0) 111 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:46:03.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:03 smithi178 bash[14494]: audit 2024-03-21T12:46:02.622112+0000 mon.a (mon.0) 112 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:46:03.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:03 smithi178 bash[14494]: audit 2024-03-21T12:46:03.026980+0000 mon.a (mon.0) 113 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:46:03.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:03 smithi178 bash[14494]: audit 2024-03-21T12:46:03.588326+0000 mon.a (mon.0) 114 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:46:03.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:03 smithi178 bash[14494]: audit 2024-03-21T12:46:03.592135+0000 mon.a (mon.0) 115 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:46:07.871 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi184 2024-03-21T12:46:07.872 DEBUG:teuthology.orchestra.run.smithi184:> set -ex 2024-03-21T12:46:07.872 DEBUG:teuthology.orchestra.run.smithi184:> dd of=/etc/ceph/ceph.conf 2024-03-21T12:46:07.879 DEBUG:teuthology.orchestra.run.smithi184:> set -ex 2024-03-21T12:46:07.879 DEBUG:teuthology.orchestra.run.smithi184:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-03-21T12:46:07.929 INFO:tasks.cephadm:Adding host smithi184 to orchestrator... 2024-03-21T12:46:07.930 DEBUG:teuthology.orchestra.run.smithi178:> 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 a94f249e-e780-11ee-95cd-87774f69a715 -- ceph orch host add smithi184 2024-03-21T12:46:08.296 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:08 smithi178 bash[14494]: audit 2024-03-21T12:46:07.117422+0000 mgr.y (mgr.14152) 9 : audit [DBG] from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:46:08.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:08 smithi178 bash[14494]: audit 2024-03-21T12:46:07.121556+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:46:08.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:08 smithi178 bash[14494]: audit 2024-03-21T12:46:07.148327+0000 mon.a (mon.0) 117 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:46:08.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:08 smithi178 bash[14494]: audit 2024-03-21T12:46:07.150511+0000 mon.a (mon.0) 118 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:46:08.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:08 smithi178 bash[14494]: audit 2024-03-21T12:46:07.151906+0000 mon.a (mon.0) 119 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:46:08.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:08 smithi178 bash[14494]: cephadm 2024-03-21T12:46:07.153746+0000 mgr.y (mgr.14152) 10 : cephadm [INF] Updating smithi178:/etc/ceph/ceph.conf 2024-03-21T12:46:08.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:08 smithi178 bash[14494]: cephadm 2024-03-21T12:46:07.269990+0000 mgr.y (mgr.14152) 11 : cephadm [INF] Updating smithi178:/etc/ceph/ceph.client.admin.keyring 2024-03-21T12:46:08.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:08 smithi178 bash[14494]: audit 2024-03-21T12:46:07.481980+0000 mon.a (mon.0) 120 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:46:08.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:08 smithi178 bash[14494]: audit 2024-03-21T12:46:07.488098+0000 mon.a (mon.0) 121 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:46:09.183 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:46:08 smithi178 bash[14766]: 172.21.15.178 - - [21/Mar/2024:12:46:08] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2024-03-21T12:46:10.296 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:09 smithi178 bash[14494]: cluster 2024-03-21T12:46:07.953613+0000 mgr.y (mgr.14152) 12 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:46:10.296 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:09 smithi178 bash[14494]: audit 2024-03-21T12:46:08.811244+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:46:10.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:09 smithi178 bash[14494]: audit 2024-03-21T12:46:08.815768+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:46:12.296 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:11 smithi178 bash[14494]: cluster 2024-03-21T12:46:09.954052+0000 mgr.y (mgr.14152) 13 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:46:12.296 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:11 smithi178 bash[14494]: audit 2024-03-21T12:46:10.835071+0000 mgr.y (mgr.14152) 14 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi184", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:46:13.296 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:12 smithi178 bash[14494]: cephadm 2024-03-21T12:46:11.249978+0000 mgr.y (mgr.14152) 15 : cephadm [INF] Deploying cephadm binary to smithi184 2024-03-21T12:46:14.192 INFO:teuthology.orchestra.run.smithi178.stdout:Added host 'smithi184' with addr '172.21.15.184' 2024-03-21T12:46:14.228 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:13 smithi178 bash[14494]: cluster 2024-03-21T12:46:11.954617+0000 mgr.y (mgr.14152) 16 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:46:14.826 DEBUG:teuthology.orchestra.run.smithi178:> 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 a94f249e-e780-11ee-95cd-87774f69a715 -- ceph orch host ls --format=json 2024-03-21T12:46:15.296 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:15 smithi178 bash[14494]: cluster 2024-03-21T12:46:13.955079+0000 mgr.y (mgr.14152) 17 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:46:15.296 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:15 smithi178 bash[14494]: audit 2024-03-21T12:46:14.189834+0000 mon.a (mon.0) 124 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:46:15.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:15 smithi178 bash[14494]: cephadm 2024-03-21T12:46:14.190586+0000 mgr.y (mgr.14152) 18 : cephadm [INF] Added host smithi184 2024-03-21T12:46:15.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:15 smithi178 bash[14494]: audit 2024-03-21T12:46:14.234238+0000 mon.a (mon.0) 125 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:46:15.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:15 smithi178 bash[14494]: audit 2024-03-21T12:46:14.236591+0000 mon.a (mon.0) 126 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:46:15.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:15 smithi178 bash[14494]: audit 2024-03-21T12:46:14.238207+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:46:15.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:15 smithi178 bash[14494]: audit 2024-03-21T12:46:14.527578+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:46:16.499 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:16 smithi178 bash[14494]: audit 2024-03-21T12:46:15.282627+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:46:16.499 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:16 smithi178 bash[14494]: audit 2024-03-21T12:46:15.288055+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:46:16.500 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:16 smithi178 bash[14494]: audit 2024-03-21T12:46:15.289275+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi184", "name": "osd_memory_target"}]: dispatch 2024-03-21T12:46:16.500 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:16 smithi178 bash[14494]: audit 2024-03-21T12:46:15.294155+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:46:16.500 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:16 smithi178 bash[14494]: audit 2024-03-21T12:46:15.297054+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi184", "caps": []}]: dispatch 2024-03-21T12:46:16.500 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:16 smithi178 bash[14494]: audit 2024-03-21T12:46:15.300944+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi184", "caps": []}]': finished 2024-03-21T12:46:17.237 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:46:16 smithi178 bash[14766]: 172.21.15.184 - - [21/Mar/2024:12:46:16] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2024-03-21T12:46:17.564 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-03-21T12:46:17.564 INFO:teuthology.orchestra.run.smithi178.stdout:[{"addr": "172.21.15.178", "hostname": "smithi178", "labels": [], "status": ""}, {"addr": "172.21.15.184", "hostname": "smithi184", "labels": [], "status": ""}] 2024-03-21T12:46:17.769 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:46:17 smithi178 bash[14766]: 172.21.15.184 - - [21/Mar/2024:12:46:17] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2024-03-21T12:46:17.769 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:17 smithi178 bash[14494]: cluster 2024-03-21T12:46:15.955477+0000 mgr.y (mgr.14152) 19 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:46:17.769 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:17 smithi178 bash[14494]: cephadm 2024-03-21T12:46:16.066667+0000 mgr.y (mgr.14152) 20 : cephadm [INF] Deploying daemon agent.smithi184 on smithi184 2024-03-21T12:46:17.770 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:17 smithi178 bash[14494]: audit 2024-03-21T12:46:16.693868+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:46:17.770 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:17 smithi178 bash[14494]: audit 2024-03-21T12:46:16.696551+0000 mon.a (mon.0) 136 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:46:17.770 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:17 smithi178 bash[14494]: audit 2024-03-21T12:46:16.699211+0000 mon.a (mon.0) 137 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:46:17.770 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:17 smithi178 bash[14494]: audit 2024-03-21T12:46:16.701041+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:46:17.770 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:17 smithi178 bash[14494]: cephadm 2024-03-21T12:46:16.703472+0000 mgr.y (mgr.14152) 21 : cephadm [INF] Updating smithi184:/etc/ceph/ceph.conf 2024-03-21T12:46:17.770 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:17 smithi178 bash[14494]: cephadm 2024-03-21T12:46:16.826150+0000 mgr.y (mgr.14152) 22 : cephadm [INF] Updating smithi184:/etc/ceph/ceph.client.admin.keyring 2024-03-21T12:46:17.770 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:17 smithi178 bash[14494]: audit 2024-03-21T12:46:16.939994+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:46:17.770 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:17 smithi178 bash[14494]: audit 2024-03-21T12:46:16.946234+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:46:17.770 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:17 smithi178 bash[14494]: audit 2024-03-21T12:46:16.950220+0000 mon.a (mon.0) 141 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:46:17.770 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:17 smithi178 bash[14494]: audit 2024-03-21T12:46:16.952604+0000 mon.a (mon.0) 142 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:46:17.770 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:17 smithi178 bash[14494]: audit 2024-03-21T12:46:16.954481+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:46:17.770 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:17 smithi178 bash[14494]: audit 2024-03-21T12:46:16.963069+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:46:17.771 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:17 smithi178 bash[14494]: audit 2024-03-21T12:46:16.970386+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:46:17.771 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:17 smithi178 bash[14494]: audit 2024-03-21T12:46:17.512446+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:46:17.771 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:17 smithi178 bash[14494]: audit 2024-03-21T12:46:17.517254+0000 mon.a (mon.0) 147 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:46:18.239 INFO:tasks.cephadm:Setting crush tunables to default 2024-03-21T12:46:18.240 DEBUG:teuthology.orchestra.run.smithi178:> 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 a94f249e-e780-11ee-95cd-87774f69a715 -- ceph osd crush tunables default 2024-03-21T12:46:19.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:18 smithi178 bash[14494]: audit 2024-03-21T12:46:17.562815+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 2024-03-21T12:46:19.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:18 smithi178 bash[14494]: audit 2024-03-21T12:46:18.044313+0000 mon.a (mon.0) 148 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:46:19.796 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:19 smithi178 bash[14494]: cluster 2024-03-21T12:46:17.955916+0000 mgr.y (mgr.14152) 24 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:46:21.713 INFO:teuthology.orchestra.run.smithi178.stderr:adjusted tunables profile to default 2024-03-21T12:46:22.046 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:46:21 smithi178 bash[14766]: 172.21.15.184 - - [21/Mar/2024:12:46:21] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2024-03-21T12:46:22.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:21 smithi178 bash[14494]: cluster 2024-03-21T12:46:19.956364+0000 mgr.y (mgr.14152) 25 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:46:22.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:21 smithi178 bash[14494]: audit 2024-03-21T12:46:20.990721+0000 mon.a (mon.0) 149 : audit [INF] from='client.? 172.21.15.178:0/3199860507' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-03-21T12:46:22.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:21 smithi178 bash[14494]: audit 2024-03-21T12:46:21.627268+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:46:22.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:21 smithi178 bash[14494]: audit 2024-03-21T12:46:21.632563+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:46:22.657 INFO:tasks.cephadm:Adding mon.a on smithi178 2024-03-21T12:46:22.657 INFO:tasks.cephadm:Adding mon.c on smithi178 2024-03-21T12:46:22.657 INFO:tasks.cephadm:Adding mon.b on smithi184 2024-03-21T12:46:22.657 DEBUG:teuthology.orchestra.run.smithi184:> 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 a94f249e-e780-11ee-95cd-87774f69a715 -- ceph orch apply mon '3;smithi178:172.21.15.178=a;smithi178:[v2:172.21.15.178:3301,v1:172.21.15.178:6790]=c;smithi184:172.21.15.184=b' 2024-03-21T12:46:22.908 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:22 smithi178 bash[14494]: audit 2024-03-21T12:46:21.703329+0000 mon.a (mon.0) 152 : audit [INF] from='client.? 172.21.15.178:0/3199860507' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-03-21T12:46:22.908 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:22 smithi178 bash[14494]: cluster 2024-03-21T12:46:21.703472+0000 mon.a (mon.0) 153 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-21T12:46:24.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:23 smithi178 bash[14494]: cluster 2024-03-21T12:46:21.956832+0000 mgr.y (mgr.14152) 26 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:46:24.546 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:46:24 smithi178 bash[14766]: 172.21.15.178 - - [21/Mar/2024:12:46:24] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2024-03-21T12:46:25.316 INFO:teuthology.orchestra.run.smithi184.stdout:Scheduled mon update... 2024-03-21T12:46:25.546 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:25 smithi178 bash[14494]: cluster 2024-03-21T12:46:23.957247+0000 mgr.y (mgr.14152) 27 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:46:25.546 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:25 smithi178 bash[14494]: audit 2024-03-21T12:46:24.228668+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:46:25.546 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:25 smithi178 bash[14494]: audit 2024-03-21T12:46:24.232476+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:46:25.905 DEBUG:teuthology.orchestra.run.smithi178:mon.c> sudo journalctl -f -n 0 -u ceph-a94f249e-e780-11ee-95cd-87774f69a715@mon.c.service 2024-03-21T12:46:25.908 DEBUG:teuthology.orchestra.run.smithi184:mon.b> sudo journalctl -f -n 0 -u ceph-a94f249e-e780-11ee-95cd-87774f69a715@mon.b.service 2024-03-21T12:46:25.910 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-03-21T12:46:25.911 DEBUG:teuthology.orchestra.run.smithi184:> 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 a94f249e-e780-11ee-95cd-87774f69a715 -- ceph mon dump -f json 2024-03-21T12:46:26.422 INFO:journalctl@ceph.mon.b.smithi184.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2024-03-21T12:46:26.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:26 smithi178 bash[14494]: audit 2024-03-21T12:46:25.303369+0000 mgr.y (mgr.14152) 28 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi178:172.21.15.178=a;smithi178:[v2:172.21.15.178:3301,v1:172.21.15.178:6790]=c;smithi184:172.21.15.184=b", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:46:26.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:26 smithi178 bash[14494]: cephadm 2024-03-21T12:46:25.307872+0000 mgr.y (mgr.14152) 29 : cephadm [INF] Saving service mon spec with placement smithi178:172.21.15.178=a;smithi178:[v2:172.21.15.178:3301,v1:172.21.15.178:6790]=c;smithi184:172.21.15.184=b;count:3 2024-03-21T12:46:26.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:26 smithi178 bash[14494]: audit 2024-03-21T12:46:25.313546+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:46:26.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:26 smithi178 bash[14494]: audit 2024-03-21T12:46:25.352850+0000 mon.a (mon.0) 157 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:46:26.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:26 smithi178 bash[14494]: audit 2024-03-21T12:46:25.355163+0000 mon.a (mon.0) 158 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:46:26.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:26 smithi178 bash[14494]: audit 2024-03-21T12:46:25.356587+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:46:26.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:26 smithi178 bash[14494]: audit 2024-03-21T12:46:25.364444+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:46:26.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:26 smithi178 bash[14494]: audit 2024-03-21T12:46:25.367398+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T12:46:26.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:26 smithi178 bash[14494]: audit 2024-03-21T12:46:25.368732+0000 mon.a (mon.0) 162 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:46:26.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:26 smithi178 bash[14494]: cephadm 2024-03-21T12:46:25.370308+0000 mgr.y (mgr.14152) 30 : cephadm [INF] Deploying daemon mon.c on smithi178 2024-03-21T12:46:26.685 INFO:journalctl@ceph.mon.c.smithi178.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2024-03-21T12:46:27.796 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:27 smithi178 bash[14494]: cluster 2024-03-21T12:46:25.957681+0000 mgr.y (mgr.14152) 31 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:46:28.767 INFO:teuthology.orchestra.run.smithi184.stdout: 2024-03-21T12:46:28.767 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"a94f249e-e780-11ee-95cd-87774f69a715","modified":"2024-03-21T12:44:44.759276Z","created":"2024-03-21T12:44:44.759276Z","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.178:3300","nonce":0},{"type":"v1","addr":"172.21.15.178:6789","nonce":0}]},"addr":"172.21.15.178:6789/0","public_addr":"172.21.15.178:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-03-21T12:46:28.770 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2024-03-21T12:46:29.468 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:29 smithi178 bash[14494]: cluster 2024-03-21T12:46:27.958137+0000 mgr.y (mgr.14152) 32 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:46:29.469 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:29 smithi178 bash[14494]: audit 2024-03-21T12:46:28.765098+0000 mon.a (mon.0) 163 : audit [DBG] from='client.? 172.21.15.184:0/178349706' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-21T12:46:29.796 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:29 smithi178 systemd[1]: Started Ceph mon.c for a94f249e-e780-11ee-95cd-87774f69a715. 2024-03-21T12:46:30.384 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-03-21T12:46:30.384 DEBUG:teuthology.orchestra.run.smithi184:> 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 a94f249e-e780-11ee-95cd-87774f69a715 -- ceph mon dump -f json 2024-03-21T12:46:30.797 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.407+0000 7f1b81040880 0 set uid:gid to 167:167 (ceph:ceph) 2024-03-21T12:46:30.797 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.407+0000 7f1b81040880 0 ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable), process ceph-mon, pid 7 2024-03-21T12:46:30.797 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.407+0000 7f1b81040880 0 pidfile_write: ignore empty --pid-file 2024-03-21T12:46:30.797 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 0 load: jerasure load: lrc 2024-03-21T12:46:30.797 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: RocksDB version: 6.15.5 2024-03-21T12:46:30.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-03-21T12:46:30.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Compile date Apr 18 2022 2024-03-21T12:46:30.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: DB SUMMARY 2024-03-21T12:46:30.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: DB Session ID: 0EZ7KQ83MKED1J3WD7UC 2024-03-21T12:46:30.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: CURRENT file: CURRENT 2024-03-21T12:46:30.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: IDENTITY file: IDENTITY 2024-03-21T12:46:30.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: MANIFEST file: MANIFEST-000003 size: 57 Bytes 2024-03-21T12:46:30.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-c/store.db dir, Total Num: 0, files: 2024-03-21T12:46:30.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-c/store.db: 000004.log size: 511 ; 2024-03-21T12:46:30.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Options.error_if_exists: 0 2024-03-21T12:46:30.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Options.create_if_missing: 0 2024-03-21T12:46:30.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Options.paranoid_checks: 1 2024-03-21T12:46:30.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-03-21T12:46:30.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Options.env: 0x55fd79cb8860 2024-03-21T12:46:30.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Options.fs: Posix File System 2024-03-21T12:46:30.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Options.info_log: 0x55fd7bd1fe00 2024-03-21T12:46:30.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Options.max_file_opening_threads: 16 2024-03-21T12:46:30.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Options.statistics: (nil) 2024-03-21T12:46:30.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Options.use_fsync: 0 2024-03-21T12:46:30.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Options.max_log_file_size: 0 2024-03-21T12:46:30.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-03-21T12:46:30.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-03-21T12:46:30.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Options.keep_log_file_num: 1000 2024-03-21T12:46:30.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Options.recycle_log_file_num: 0 2024-03-21T12:46:30.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Options.allow_fallocate: 1 2024-03-21T12:46:30.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Options.allow_mmap_reads: 0 2024-03-21T12:46:30.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Options.allow_mmap_writes: 0 2024-03-21T12:46:30.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Options.use_direct_reads: 0 2024-03-21T12:46:30.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-03-21T12:46:30.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Options.create_missing_column_families: 0 2024-03-21T12:46:30.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Options.db_log_dir: 2024-03-21T12:46:30.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-c/store.db 2024-03-21T12:46:30.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-03-21T12:46:30.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-03-21T12:46:30.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-03-21T12:46:30.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-03-21T12:46:30.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-03-21T12:46:30.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-03-21T12:46:30.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Options.advise_random_on_open: 1 2024-03-21T12:46:30.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Options.db_write_buffer_size: 0 2024-03-21T12:46:30.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Options.write_buffer_manager: 0x55fd7be102a0 2024-03-21T12:46:30.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-03-21T12:46:30.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-03-21T12:46:30.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-03-21T12:46:30.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-03-21T12:46:30.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Options.rate_limiter: (nil) 2024-03-21T12:46:30.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-03-21T12:46:30.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Options.wal_recovery_mode: 2 2024-03-21T12:46:30.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Options.enable_thread_tracking: 0 2024-03-21T12:46:30.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Options.enable_pipelined_write: 0 2024-03-21T12:46:30.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Options.unordered_write: 0 2024-03-21T12:46:30.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-03-21T12:46:30.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-03-21T12:46:30.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-03-21T12:46:30.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-03-21T12:46:30.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Options.row_cache: None 2024-03-21T12:46:30.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Options.wal_filter: None 2024-03-21T12:46:30.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-03-21T12:46:30.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Options.allow_ingest_behind: 0 2024-03-21T12:46:30.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Options.preserve_deletes: 0 2024-03-21T12:46:30.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Options.two_write_queues: 0 2024-03-21T12:46:30.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Options.manual_wal_flush: 0 2024-03-21T12:46:30.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Options.atomic_flush: 0 2024-03-21T12:46:30.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-03-21T12:46:30.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-03-21T12:46:30.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-03-21T12:46:30.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Options.log_readahead_size: 0 2024-03-21T12:46:30.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-03-21T12:46:30.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Options.best_efforts_recovery: 0 2024-03-21T12:46:30.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-03-21T12:46:30.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-03-21T12:46:30.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Options.allow_data_in_errors: 0 2024-03-21T12:46:30.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Options.db_host_id: __hostname__ 2024-03-21T12:46:30.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Options.max_background_jobs: 2 2024-03-21T12:46:30.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Options.max_background_compactions: -1 2024-03-21T12:46:30.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Options.max_subcompactions: 1 2024-03-21T12:46:30.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-03-21T12:46:30.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-03-21T12:46:30.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-03-21T12:46:30.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Options.max_total_wal_size: 0 2024-03-21T12:46:30.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-03-21T12:46:30.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-03-21T12:46:30.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-03-21T12:46:30.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-03-21T12:46:30.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Options.max_open_files: -1 2024-03-21T12:46:30.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Options.bytes_per_sync: 0 2024-03-21T12:46:30.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-03-21T12:46:30.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-03-21T12:46:30.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Options.compaction_readahead_size: 0 2024-03-21T12:46:30.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Options.max_background_flushes: -1 2024-03-21T12:46:30.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Compression algorithms supported: 2024-03-21T12:46:30.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-03-21T12:46:30.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: kZSTD supported: 0 2024-03-21T12:46:30.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: kXpressCompression supported: 0 2024-03-21T12:46:30.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: kLZ4HCCompression supported: 1 2024-03-21T12:46:30.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: kLZ4Compression supported: 1 2024-03-21T12:46:30.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: kBZip2Compression supported: 0 2024-03-21T12:46:30.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: kZlibCompression supported: 1 2024-03-21T12:46:30.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: kSnappyCompression supported: 1 2024-03-21T12:46:30.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-03-21T12:46:30.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: [db/version_set.cc:4725] Recovering from manifest file: /var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000003 2024-03-21T12:46:30.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: [db/column_family.cc:597] --------------- Options for column family [default]: 2024-03-21T12:46:30.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-03-21T12:46:30.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Options.merge_operator: 2024-03-21T12:46:30.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Options.compaction_filter: None 2024-03-21T12:46:30.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Options.compaction_filter_factory: None 2024-03-21T12:46:30.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Options.sst_partitioner_factory: None 2024-03-21T12:46:30.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-03-21T12:46:30.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-03-21T12:46:30.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55fd7bcedd00) 2024-03-21T12:46:30.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: cache_index_and_filter_blocks: 1 2024-03-21T12:46:30.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: cache_index_and_filter_blocks_with_high_priority: 0 2024-03-21T12:46:30.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-03-21T12:46:30.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: pin_top_level_index_and_filter: 1 2024-03-21T12:46:30.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: index_type: 0 2024-03-21T12:46:30.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: data_block_index_type: 0 2024-03-21T12:46:30.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: index_shortening: 1 2024-03-21T12:46:30.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: data_block_hash_table_util_ratio: 0.750000 2024-03-21T12:46:30.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: hash_index_allow_collision: 1 2024-03-21T12:46:30.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: checksum: 1 2024-03-21T12:46:30.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: no_block_cache: 0 2024-03-21T12:46:30.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: block_cache: 0x55fd7bd54170 2024-03-21T12:46:30.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: block_cache_name: BinnedLRUCache 2024-03-21T12:46:30.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: block_cache_options: 2024-03-21T12:46:30.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: capacity : 536870912 2024-03-21T12:46:30.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: num_shard_bits : 4 2024-03-21T12:46:30.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: strict_capacity_limit : 0 2024-03-21T12:46:30.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: high_pri_pool_ratio: 0.000 2024-03-21T12:46:30.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: block_cache_compressed: (nil) 2024-03-21T12:46:30.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: persistent_cache: (nil) 2024-03-21T12:46:30.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: block_size: 4096 2024-03-21T12:46:30.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: block_size_deviation: 10 2024-03-21T12:46:30.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: block_restart_interval: 16 2024-03-21T12:46:30.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: index_block_restart_interval: 1 2024-03-21T12:46:30.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: metadata_block_size: 4096 2024-03-21T12:46:30.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: partition_filters: 0 2024-03-21T12:46:30.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: use_delta_encoding: 1 2024-03-21T12:46:30.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: filter_policy: rocksdb.BuiltinBloomFilter 2024-03-21T12:46:30.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: whole_key_filtering: 1 2024-03-21T12:46:30.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: verify_compression: 0 2024-03-21T12:46:30.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: read_amp_bytes_per_bit: 0 2024-03-21T12:46:30.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: format_version: 4 2024-03-21T12:46:30.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: enable_index_compression: 1 2024-03-21T12:46:30.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: block_align: 0 2024-03-21T12:46:30.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Options.write_buffer_size: 33554432 2024-03-21T12:46:30.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Options.max_write_buffer_number: 2 2024-03-21T12:46:30.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Options.compression: NoCompression 2024-03-21T12:46:30.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Options.bottommost_compression: Disabled 2024-03-21T12:46:30.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Options.prefix_extractor: nullptr 2024-03-21T12:46:30.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-03-21T12:46:30.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Options.num_levels: 7 2024-03-21T12:46:30.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-03-21T12:46:30.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-03-21T12:46:30.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-03-21T12:46:30.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-03-21T12:46:30.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-03-21T12:46:30.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-03-21T12:46:30.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-03-21T12:46:30.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-03-21T12:46:30.812 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-03-21T12:46:30.812 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-03-21T12:46:30.812 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-03-21T12:46:30.812 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Options.compression_opts.level: 32767 2024-03-21T12:46:30.812 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Options.compression_opts.strategy: 0 2024-03-21T12:46:30.812 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-03-21T12:46:30.812 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-03-21T12:46:30.812 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-03-21T12:46:30.812 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Options.compression_opts.enabled: false 2024-03-21T12:46:30.812 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-03-21T12:46:30.812 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-03-21T12:46:30.812 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-03-21T12:46:30.813 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Options.target_file_size_base: 67108864 2024-03-21T12:46:30.813 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-03-21T12:46:30.813 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-03-21T12:46:30.813 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-03-21T12:46:30.813 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-03-21T12:46:30.813 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-03-21T12:46:30.818 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-03-21T12:46:30.818 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-03-21T12:46:30.818 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-03-21T12:46:30.818 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-03-21T12:46:30.818 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-03-21T12:46:30.818 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-03-21T12:46:30.818 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-03-21T12:46:30.818 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-03-21T12:46:30.818 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Options.arena_block_size: 4194304 2024-03-21T12:46:30.819 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-03-21T12:46:30.819 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-03-21T12:46:30.819 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-03-21T12:46:30.819 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Options.disable_auto_compactions: 0 2024-03-21T12:46:30.819 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-03-21T12:46:30.819 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-03-21T12:46:30.819 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-03-21T12:46:30.819 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-03-21T12:46:30.819 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-03-21T12:46:30.819 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-03-21T12:46:30.819 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-03-21T12:46:30.819 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-03-21T12:46:30.820 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-03-21T12:46:30.820 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-03-21T12:46:30.820 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Options.table_properties_collectors: 2024-03-21T12:46:30.820 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Options.inplace_update_support: 0 2024-03-21T12:46:30.820 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-03-21T12:46:30.820 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-03-21T12:46:30.820 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-03-21T12:46:30.820 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-03-21T12:46:30.820 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Options.bloom_locality: 0 2024-03-21T12:46:30.820 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Options.max_successive_merges: 0 2024-03-21T12:46:30.820 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-03-21T12:46:30.820 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Options.paranoid_file_checks: 0 2024-03-21T12:46:30.820 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Options.force_consistency_checks: 1 2024-03-21T12:46:30.820 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Options.report_bg_io_stats: 0 2024-03-21T12:46:30.821 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Options.ttl: 2592000 2024-03-21T12:46:30.821 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-03-21T12:46:30.821 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Options.enable_blob_files: false 2024-03-21T12:46:30.821 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Options.min_blob_size: 0 2024-03-21T12:46:30.821 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Options.blob_file_size: 268435456 2024-03-21T12:46:30.821 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Options.blob_compression_type: NoCompression 2024-03-21T12:46:30.821 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-03-21T12:46:30.821 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-03-21T12:46:30.821 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: [db/version_set.cc:4773] Recovered from manifest file:/var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000003 succeeded,manifest_file_number is 3, next_file_number is 5, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-03-21T12:46:30.821 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: [db/version_set.cc:4782] Column family [default] (ID 0), log number is 0 2024-03-21T12:46:30.821 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.415+0000 7f1b81040880 4 rocksdb: [db/version_set.cc:4083] Creating manifest 7 2024-03-21T12:46:30.821 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.419+0000 7f1b81040880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711025190423188, "job": 1, "event": "recovery_started", "wal_files": [4]} 2024-03-21T12:46:30.821 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.419+0000 7f1b81040880 4 rocksdb: [db/db_impl/db_impl_open.cc:847] Recovering log #4 mode 2 2024-03-21T12:46:30.821 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.419+0000 7f1b81040880 3 rocksdb: [table/block_based/filter_policy.cc:996] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2024-03-21T12:46:30.822 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.419+0000 7f1b81040880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711025190423868, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 8, "file_size": 1545, "file_checksum": "", "file_checksum_func_name": "Unknown", "table_properties": {"data_size": 523, "index_size": 31, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 69, "raw_key_size": 115, "raw_average_key_size": 23, "raw_value_size": 401, "raw_average_value_size": 80, "num_data_blocks": 1, "num_entries": 5, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "rocksdb.BuiltinBloomFilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; ", "creation_time": 1711025190, "oldest_key_time": 0, "file_creation_time": 0, "db_id": "58635647-d792-4485-babd-cd94652301c4", "db_session_id": "0EZ7KQ83MKED1J3WD7UC"}} 2024-03-21T12:46:30.822 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.419+0000 7f1b81040880 4 rocksdb: [db/version_set.cc:4083] Creating manifest 9 2024-03-21T12:46:30.822 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.419+0000 7f1b81040880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711025190424685, "job": 1, "event": "recovery_finished"} 2024-03-21T12:46:30.822 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.419+0000 7f1b81040880 4 rocksdb: [file/delete_scheduler.cc:73] Deleted file /var/lib/ceph/mon/ceph-c/store.db/000004.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-03-21T12:46:30.822 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.419+0000 7f1b81040880 4 rocksdb: [db/db_impl/db_impl_open.cc:1701] SstFileManager instance 0x55fd7bd3aa80 2024-03-21T12:46:30.822 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.419+0000 7f1b81040880 4 rocksdb: DB pointer 0x55fd7bd4a000 2024-03-21T12:46:30.822 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.423+0000 7f1b70dc8700 4 rocksdb: [db/db_impl/db_impl.cc:902] ------- DUMPING STATS ------- 2024-03-21T12:46:30.822 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.423+0000 7f1b70dc8700 4 rocksdb: [db/db_impl/db_impl.cc:903] 2024-03-21T12:46:30.822 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: ** DB Stats ** 2024-03-21T12:46:30.822 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: Uptime(secs): 0.0 total, 0.0 interval 2024-03-21T12:46:30.822 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-03-21T12:46:30.822 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-21T12:46:30.822 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-21T12:46:30.822 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-03-21T12:46:30.823 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-03-21T12:46:30.823 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-21T12:46:30.823 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: ** Compaction Stats [default] ** 2024-03-21T12:46:30.823 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-03-21T12:46:30.823 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-21T12:46:30.823 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: L0 1/0 1.51 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.3 0.00 0.00 1 0.001 0 0 2024-03-21T12:46:30.823 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: Sum 1/0 1.51 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.3 0.00 0.00 1 0.001 0 0 2024-03-21T12:46:30.823 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.3 0.00 0.00 1 0.001 0 0 2024-03-21T12:46:30.823 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: ** Compaction Stats [default] ** 2024-03-21T12:46:30.823 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-03-21T12:46:30.823 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-21T12:46:30.823 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 2.3 0.00 0.00 1 0.001 0 0 2024-03-21T12:46:30.823 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: Uptime(secs): 0.0 total, 0.0 interval 2024-03-21T12:46:30.823 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: Flush(GB): cumulative 0.000, interval 0.000 2024-03-21T12:46:30.823 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: AddFile(GB): cumulative 0.000, interval 0.000 2024-03-21T12:46:30.824 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: AddFile(Total Files): cumulative 0, interval 0 2024-03-21T12:46:30.824 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: AddFile(L0 Files): cumulative 0, interval 0 2024-03-21T12:46:30.824 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: AddFile(Keys): cumulative 0, interval 0 2024-03-21T12:46:30.824 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: Cumulative compaction: 0.00 GB write, 0.23 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-21T12:46:30.824 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: Interval compaction: 0.00 GB write, 0.23 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-21T12:46:30.824 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-03-21T12:46:30.824 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: ** File Read Latency Histogram By Level [default] ** 2024-03-21T12:46:30.824 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: ** Compaction Stats [default] ** 2024-03-21T12:46:30.824 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-03-21T12:46:30.824 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-21T12:46:30.824 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: L0 1/0 1.51 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.3 0.00 0.00 1 0.001 0 0 2024-03-21T12:46:30.824 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: Sum 1/0 1.51 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.3 0.00 0.00 1 0.001 0 0 2024-03-21T12:46:30.824 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-03-21T12:46:30.824 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: ** Compaction Stats [default] ** 2024-03-21T12:46:30.824 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-03-21T12:46:30.825 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-21T12:46:30.825 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 2.3 0.00 0.00 1 0.001 0 0 2024-03-21T12:46:30.825 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: Uptime(secs): 0.0 total, 0.0 interval 2024-03-21T12:46:30.825 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: Flush(GB): cumulative 0.000, interval 0.000 2024-03-21T12:46:30.825 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: AddFile(GB): cumulative 0.000, interval 0.000 2024-03-21T12:46:30.825 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: AddFile(Total Files): cumulative 0, interval 0 2024-03-21T12:46:30.825 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: AddFile(L0 Files): cumulative 0, interval 0 2024-03-21T12:46:30.825 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: AddFile(Keys): cumulative 0, interval 0 2024-03-21T12:46:30.825 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: Cumulative compaction: 0.00 GB write, 0.23 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-21T12:46:30.825 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-21T12:46:30.825 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-03-21T12:46:30.825 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: ** File Read Latency Histogram By Level [default] ** 2024-03-21T12:46:30.825 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.423+0000 7f1b81040880 0 mon.c does not exist in monmap, will attempt to join an existing cluster 2024-03-21T12:46:30.825 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.423+0000 7f1b81040880 0 using public_addrv [v2:172.21.15.178:3301/0,v1:172.21.15.178:6790/0] 2024-03-21T12:46:30.825 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.423+0000 7f1b81040880 0 starting mon.c rank -1 at public addrs [v2:172.21.15.178:3301/0,v1:172.21.15.178:6790/0] at bind addrs [v2:172.21.15.178:3301/0,v1:172.21.15.178:6790/0] mon_data /var/lib/ceph/mon/ceph-c fsid a94f249e-e780-11ee-95cd-87774f69a715 2024-03-21T12:46:30.826 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.423+0000 7f1b81040880 1 mon.c@-1(???) e0 preinit fsid a94f249e-e780-11ee-95cd-87774f69a715 2024-03-21T12:46:30.826 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.443+0000 7f1b73dce700 0 mon.c@-1(synchronizing).mds e1 new map 2024-03-21T12:46:30.826 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.443+0000 7f1b73dce700 0 mon.c@-1(synchronizing).mds e1 print_map 2024-03-21T12:46:30.826 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: e1 2024-03-21T12:46:30.826 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: enable_multiple, ever_enabled_multiple: 1,1 2024-03-21T12:46:30.826 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-03-21T12:46:30.826 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: legacy client fscid: -1 2024-03-21T12:46:30.826 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: 2024-03-21T12:46:30.826 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: No filesystems configured 2024-03-21T12:46:30.826 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.443+0000 7f1b73dce700 1 mon.c@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-03-21T12:46:30.826 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.443+0000 7f1b73dce700 1 mon.c@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-03-21T12:46:30.826 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.443+0000 7f1b73dce700 1 mon.c@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-03-21T12:46:30.826 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.443+0000 7f1b73dce700 1 mon.c@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-03-21T12:46:30.826 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.443+0000 7f1b73dce700 1 mon.c@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-03-21T12:46:30.826 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.443+0000 7f1b73dce700 1 mon.c@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-03-21T12:46:30.827 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.443+0000 7f1b73dce700 0 mon.c@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2024-03-21T12:46:30.827 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.443+0000 7f1b73dce700 0 mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-03-21T12:46:30.827 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.443+0000 7f1b73dce700 0 mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-03-21T12:46:30.827 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.443+0000 7f1b73dce700 0 mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-03-21T12:46:30.827 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: audit 2024-03-21T12:46:17.562815+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 2024-03-21T12:46:30.827 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: audit 2024-03-21T12:46:18.044313+0000 mon.a (mon.0) 148 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:46:30.827 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: cluster 2024-03-21T12:46:17.955916+0000 mgr.y (mgr.14152) 24 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:46:30.827 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: cluster 2024-03-21T12:46:19.956364+0000 mgr.y (mgr.14152) 25 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:46:30.827 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: audit 2024-03-21T12:46:20.990721+0000 mon.a (mon.0) 149 : audit [INF] from='client.? 172.21.15.178:0/3199860507' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-03-21T12:46:30.827 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: audit 2024-03-21T12:46:21.627268+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:46:30.827 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: audit 2024-03-21T12:46:21.632563+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:46:30.827 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: audit 2024-03-21T12:46:21.703329+0000 mon.a (mon.0) 152 : audit [INF] from='client.? 172.21.15.178:0/3199860507' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-03-21T12:46:30.827 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: cluster 2024-03-21T12:46:21.703472+0000 mon.a (mon.0) 153 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-21T12:46:30.827 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: cluster 2024-03-21T12:46:21.956832+0000 mgr.y (mgr.14152) 26 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:46:30.827 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: cluster 2024-03-21T12:46:23.957247+0000 mgr.y (mgr.14152) 27 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:46:30.828 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: audit 2024-03-21T12:46:24.228668+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:46:30.828 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: audit 2024-03-21T12:46:24.232476+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:46:30.828 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: audit 2024-03-21T12:46:25.303369+0000 mgr.y (mgr.14152) 28 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi178:172.21.15.178=a;smithi178:[v2:172.21.15.178:3301,v1:172.21.15.178:6790]=c;smithi184:172.21.15.184=b", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:46:30.828 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: cephadm 2024-03-21T12:46:25.307872+0000 mgr.y (mgr.14152) 29 : cephadm [INF] Saving service mon spec with placement smithi178:172.21.15.178=a;smithi178:[v2:172.21.15.178:3301,v1:172.21.15.178:6790]=c;smithi184:172.21.15.184=b;count:3 2024-03-21T12:46:30.828 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: audit 2024-03-21T12:46:25.313546+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:46:30.828 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: audit 2024-03-21T12:46:25.352850+0000 mon.a (mon.0) 157 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:46:30.828 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: audit 2024-03-21T12:46:25.355163+0000 mon.a (mon.0) 158 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:46:30.828 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: audit 2024-03-21T12:46:25.356587+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:46:30.828 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: audit 2024-03-21T12:46:25.364444+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:46:30.828 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: audit 2024-03-21T12:46:25.367398+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T12:46:30.828 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: audit 2024-03-21T12:46:25.368732+0000 mon.a (mon.0) 162 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:46:30.828 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: cephadm 2024-03-21T12:46:25.370308+0000 mgr.y (mgr.14152) 30 : cephadm [INF] Deploying daemon mon.c on smithi178 2024-03-21T12:46:30.828 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: cluster 2024-03-21T12:46:25.957681+0000 mgr.y (mgr.14152) 31 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:46:30.828 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: cluster 2024-03-21T12:46:27.958137+0000 mgr.y (mgr.14152) 32 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:46:30.829 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: audit 2024-03-21T12:46:28.765098+0000 mon.a (mon.0) 163 : audit [DBG] from='client.? 172.21.15.184:0/178349706' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-21T12:46:30.829 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.443+0000 7f1b73dce700 1 mon.c@-1(synchronizing).paxosservice(auth 1..5) refresh upgraded, format 0 -> 3 2024-03-21T12:46:30.829 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:30 smithi178 bash[20270]: debug 2024-03-21T12:46:30.447+0000 7f1b73dce700 10 mon.c@-1(synchronizing) e1 handle_conf_change mon_allow_pool_delete,mon_cluster_log_to_file 2024-03-21T12:46:35.797 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:35 smithi178 bash[20270]: cluster 2024-03-21T12:46:29.958512+0000 mgr.y (mgr.14152) 34 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:46:35.797 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:35 smithi178 bash[20270]: audit 2024-03-21T12:46:30.461435+0000 mon.a (mon.0) 168 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T12:46:35.797 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:35 smithi178 bash[20270]: cluster 2024-03-21T12:46:30.461809+0000 mon.a (mon.0) 169 : cluster [INF] mon.a calling monitor election 2024-03-21T12:46:35.797 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:35 smithi178 bash[20270]: audit 2024-03-21T12:46:30.463445+0000 mon.a (mon.0) 170 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T12:46:35.797 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:35 smithi178 bash[20270]: audit 2024-03-21T12:46:31.457017+0000 mon.a (mon.0) 171 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T12:46:35.797 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:35 smithi178 bash[20270]: cluster 2024-03-21T12:46:31.958949+0000 mgr.y (mgr.14152) 35 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:46:35.797 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:35 smithi178 bash[20270]: audit 2024-03-21T12:46:32.457020+0000 mon.a (mon.0) 172 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T12:46:35.797 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:35 smithi178 bash[20270]: cluster 2024-03-21T12:46:32.460139+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-03-21T12:46:35.797 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:35 smithi178 bash[20270]: audit 2024-03-21T12:46:33.457226+0000 mon.a (mon.0) 173 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T12:46:35.797 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:35 smithi178 bash[20270]: cluster 2024-03-21T12:46:33.959347+0000 mgr.y (mgr.14152) 36 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:46:35.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:35 smithi178 bash[20270]: audit 2024-03-21T12:46:34.457502+0000 mon.a (mon.0) 174 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T12:46:35.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:35 smithi178 bash[20270]: audit 2024-03-21T12:46:35.457505+0000 mon.a (mon.0) 175 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T12:46:35.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:35 smithi178 bash[20270]: cluster 2024-03-21T12:46:35.484485+0000 mon.a (mon.0) 176 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-03-21T12:46:35.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:35 smithi178 bash[20270]: cluster 2024-03-21T12:46:35.490461+0000 mon.a (mon.0) 177 : cluster [DBG] monmap e2: 2 mons at {a=[v2:172.21.15.178:3300/0,v1:172.21.15.178:6789/0],c=[v2:172.21.15.178:3301/0,v1:172.21.15.178:6790/0]} 2024-03-21T12:46:35.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:35 smithi178 bash[20270]: cluster 2024-03-21T12:46:35.490569+0000 mon.a (mon.0) 178 : cluster [DBG] fsmap 2024-03-21T12:46:35.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:35 smithi178 bash[20270]: cluster 2024-03-21T12:46:35.490685+0000 mon.a (mon.0) 179 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-21T12:46:35.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:35 smithi178 bash[20270]: cluster 2024-03-21T12:46:35.490988+0000 mon.a (mon.0) 180 : cluster [DBG] mgrmap e13: y(active, since 47s) 2024-03-21T12:46:35.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:35 smithi178 bash[20270]: cluster 2024-03-21T12:46:35.496897+0000 mon.a (mon.0) 181 : cluster [INF] overall HEALTH_OK 2024-03-21T12:46:35.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:35 smithi178 bash[14494]: cluster 2024-03-21T12:46:29.958512+0000 mgr.y (mgr.14152) 34 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:46:35.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:35 smithi178 bash[14494]: audit 2024-03-21T12:46:30.461435+0000 mon.a (mon.0) 168 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T12:46:35.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:35 smithi178 bash[14494]: cluster 2024-03-21T12:46:30.461809+0000 mon.a (mon.0) 169 : cluster [INF] mon.a calling monitor election 2024-03-21T12:46:35.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:35 smithi178 bash[14494]: audit 2024-03-21T12:46:30.463445+0000 mon.a (mon.0) 170 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T12:46:35.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:35 smithi178 bash[14494]: audit 2024-03-21T12:46:31.457017+0000 mon.a (mon.0) 171 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T12:46:35.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:35 smithi178 bash[14494]: cluster 2024-03-21T12:46:31.958949+0000 mgr.y (mgr.14152) 35 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:46:35.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:35 smithi178 bash[14494]: audit 2024-03-21T12:46:32.457020+0000 mon.a (mon.0) 172 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T12:46:35.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:35 smithi178 bash[14494]: cluster 2024-03-21T12:46:32.460139+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-03-21T12:46:35.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:35 smithi178 bash[14494]: audit 2024-03-21T12:46:33.457226+0000 mon.a (mon.0) 173 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T12:46:35.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:35 smithi178 bash[14494]: cluster 2024-03-21T12:46:33.959347+0000 mgr.y (mgr.14152) 36 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:46:35.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:35 smithi178 bash[14494]: audit 2024-03-21T12:46:34.457502+0000 mon.a (mon.0) 174 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T12:46:35.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:35 smithi178 bash[14494]: audit 2024-03-21T12:46:35.457505+0000 mon.a (mon.0) 175 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T12:46:35.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:35 smithi178 bash[14494]: cluster 2024-03-21T12:46:35.484485+0000 mon.a (mon.0) 176 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-03-21T12:46:35.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:35 smithi178 bash[14494]: cluster 2024-03-21T12:46:35.490461+0000 mon.a (mon.0) 177 : cluster [DBG] monmap e2: 2 mons at {a=[v2:172.21.15.178:3300/0,v1:172.21.15.178:6789/0],c=[v2:172.21.15.178:3301/0,v1:172.21.15.178:6790/0]} 2024-03-21T12:46:35.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:35 smithi178 bash[14494]: cluster 2024-03-21T12:46:35.490569+0000 mon.a (mon.0) 178 : cluster [DBG] fsmap 2024-03-21T12:46:35.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:35 smithi178 bash[14494]: cluster 2024-03-21T12:46:35.490685+0000 mon.a (mon.0) 179 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-21T12:46:35.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:35 smithi178 bash[14494]: cluster 2024-03-21T12:46:35.490988+0000 mon.a (mon.0) 180 : cluster [DBG] mgrmap e13: y(active, since 47s) 2024-03-21T12:46:35.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:35 smithi178 bash[14494]: cluster 2024-03-21T12:46:35.496897+0000 mon.a (mon.0) 181 : cluster [INF] overall HEALTH_OK 2024-03-21T12:46:36.497 INFO:teuthology.orchestra.run.smithi184.stdout: 2024-03-21T12:46:36.497 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":2,"fsid":"a94f249e-e780-11ee-95cd-87774f69a715","modified":"2024-03-21T12:46:30.457906Z","created":"2024-03-21T12:44:44.759276Z","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.178:3300","nonce":0},{"type":"v1","addr":"172.21.15.178:6789","nonce":0}]},"addr":"172.21.15.178:6789/0","public_addr":"172.21.15.178:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.178:3301","nonce":0},{"type":"v1","addr":"172.21.15.178:6790","nonce":0}]},"addr":"172.21.15.178:6790/0","public_addr":"172.21.15.178:6790/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-03-21T12:46:36.501 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 2 2024-03-21T12:46:37.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:36 smithi178 bash[14494]: audit 2024-03-21T12:46:35.688499+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:46:37.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:36 smithi178 bash[14494]: audit 2024-03-21T12:46:35.692824+0000 mon.a (mon.0) 183 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:46:37.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:36 smithi178 bash[14494]: audit 2024-03-21T12:46:35.695151+0000 mon.a (mon.0) 184 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:46:37.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:36 smithi178 bash[14494]: audit 2024-03-21T12:46:35.696784+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:46:37.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:36 smithi178 bash[14494]: cephadm 2024-03-21T12:46:35.699464+0000 mgr.y (mgr.14152) 37 : cephadm [INF] Updating smithi178:/etc/ceph/ceph.conf 2024-03-21T12:46:37.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:36 smithi178 bash[14494]: cephadm 2024-03-21T12:46:35.699824+0000 mgr.y (mgr.14152) 38 : cephadm [INF] Updating smithi184:/etc/ceph/ceph.conf 2024-03-21T12:46:37.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:36 smithi178 bash[14494]: audit 2024-03-21T12:46:35.822730+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:46:37.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:36 smithi178 bash[14494]: audit 2024-03-21T12:46:35.908092+0000 mon.a (mon.0) 187 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:46:37.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:36 smithi178 bash[14494]: audit 2024-03-21T12:46:35.913755+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:46:37.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:36 smithi178 bash[14494]: audit 2024-03-21T12:46:35.915713+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T12:46:37.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:36 smithi178 bash[14494]: audit 2024-03-21T12:46:35.916663+0000 mon.a (mon.0) 190 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-21T12:46:37.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:36 smithi178 bash[14494]: audit 2024-03-21T12:46:35.917582+0000 mon.a (mon.0) 191 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:46:37.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:36 smithi178 bash[14494]: audit 2024-03-21T12:46:36.457631+0000 mon.a (mon.0) 192 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T12:46:37.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:36 smithi178 bash[14494]: audit 2024-03-21T12:46:36.495934+0000 mon.a (mon.0) 193 : audit [DBG] from='client.? 172.21.15.184:0/620347728' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-21T12:46:37.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:36 smithi178 bash[20270]: audit 2024-03-21T12:46:35.688499+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:46:37.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:36 smithi178 bash[20270]: audit 2024-03-21T12:46:35.692824+0000 mon.a (mon.0) 183 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:46:37.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:36 smithi178 bash[20270]: audit 2024-03-21T12:46:35.695151+0000 mon.a (mon.0) 184 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:46:37.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:36 smithi178 bash[20270]: audit 2024-03-21T12:46:35.696784+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:46:37.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:36 smithi178 bash[20270]: cephadm 2024-03-21T12:46:35.699464+0000 mgr.y (mgr.14152) 37 : cephadm [INF] Updating smithi178:/etc/ceph/ceph.conf 2024-03-21T12:46:37.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:36 smithi178 bash[20270]: cephadm 2024-03-21T12:46:35.699824+0000 mgr.y (mgr.14152) 38 : cephadm [INF] Updating smithi184:/etc/ceph/ceph.conf 2024-03-21T12:46:37.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:36 smithi178 bash[20270]: audit 2024-03-21T12:46:35.822730+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:46:37.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:36 smithi178 bash[20270]: audit 2024-03-21T12:46:35.908092+0000 mon.a (mon.0) 187 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:46:37.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:36 smithi178 bash[20270]: audit 2024-03-21T12:46:35.913755+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:46:37.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:36 smithi178 bash[20270]: audit 2024-03-21T12:46:35.915713+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T12:46:37.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:36 smithi178 bash[20270]: audit 2024-03-21T12:46:35.916663+0000 mon.a (mon.0) 190 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-21T12:46:37.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:36 smithi178 bash[20270]: audit 2024-03-21T12:46:35.917582+0000 mon.a (mon.0) 191 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:46:37.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:36 smithi178 bash[20270]: audit 2024-03-21T12:46:36.457631+0000 mon.a (mon.0) 192 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T12:46:37.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:36 smithi178 bash[20270]: audit 2024-03-21T12:46:36.495934+0000 mon.a (mon.0) 193 : audit [DBG] from='client.? 172.21.15.184:0/620347728' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-21T12:46:37.446 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:37 smithi184 bash[14608]: debug 2024-03-21T12:46:37.427+0000 7fb21043b880 1 mon.b@-1(???) e0 preinit fsid a94f249e-e780-11ee-95cd-87774f69a715 2024-03-21T12:46:37.446 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:37 smithi184 bash[14608]: debug 2024-03-21T12:46:37.443+0000 7fb2031c9700 0 mon.b@-1(synchronizing).mds e1 new map 2024-03-21T12:46:37.706 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:37 smithi184 bash[14608]: debug 2024-03-21T12:46:37.443+0000 7fb2031c9700 0 mon.b@-1(synchronizing).mds e1 print_map 2024-03-21T12:46:37.706 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:37 smithi184 bash[14608]: e1 2024-03-21T12:46:37.706 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:37 smithi184 bash[14608]: enable_multiple, ever_enabled_multiple: 1,1 2024-03-21T12:46:37.707 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:37 smithi184 bash[14608]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-03-21T12:46:37.707 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:37 smithi184 bash[14608]: legacy client fscid: -1 2024-03-21T12:46:37.707 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:37 smithi184 bash[14608]: 2024-03-21T12:46:37.707 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:37 smithi184 bash[14608]: No filesystems configured 2024-03-21T12:46:37.707 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:37 smithi184 bash[14608]: debug 2024-03-21T12:46:37.443+0000 7fb2031c9700 1 mon.b@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-03-21T12:46:37.707 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:37 smithi184 bash[14608]: debug 2024-03-21T12:46:37.443+0000 7fb2031c9700 1 mon.b@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-03-21T12:46:37.707 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:37 smithi184 bash[14608]: debug 2024-03-21T12:46:37.443+0000 7fb2031c9700 1 mon.b@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-03-21T12:46:37.707 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:37 smithi184 bash[14608]: debug 2024-03-21T12:46:37.443+0000 7fb2031c9700 1 mon.b@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-03-21T12:46:37.707 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:37 smithi184 bash[14608]: debug 2024-03-21T12:46:37.443+0000 7fb2031c9700 1 mon.b@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-03-21T12:46:37.707 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:37 smithi184 bash[14608]: debug 2024-03-21T12:46:37.443+0000 7fb2031c9700 1 mon.b@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-03-21T12:46:37.707 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:37 smithi184 bash[14608]: debug 2024-03-21T12:46:37.443+0000 7fb2031c9700 0 mon.b@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2024-03-21T12:46:37.707 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:37 smithi184 bash[14608]: debug 2024-03-21T12:46:37.443+0000 7fb2031c9700 0 mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-03-21T12:46:37.707 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:37 smithi184 bash[14608]: debug 2024-03-21T12:46:37.443+0000 7fb2031c9700 0 mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-03-21T12:46:37.708 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:37 smithi184 bash[14608]: debug 2024-03-21T12:46:37.443+0000 7fb2031c9700 0 mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-03-21T12:46:37.708 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:37 smithi184 bash[14608]: audit 2024-03-21T12:46:17.562815+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 2024-03-21T12:46:37.708 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:37 smithi184 bash[14608]: audit 2024-03-21T12:46:18.044313+0000 mon.a (mon.0) 148 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:46:37.708 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:37 smithi184 bash[14608]: cluster 2024-03-21T12:46:17.955916+0000 mgr.y (mgr.14152) 24 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:46:37.708 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:37 smithi184 bash[14608]: cluster 2024-03-21T12:46:19.956364+0000 mgr.y (mgr.14152) 25 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:46:37.708 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:37 smithi184 bash[14608]: audit 2024-03-21T12:46:20.990721+0000 mon.a (mon.0) 149 : audit [INF] from='client.? 172.21.15.178:0/3199860507' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-03-21T12:46:37.708 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:37 smithi184 bash[14608]: audit 2024-03-21T12:46:21.627268+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:46:37.708 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:37 smithi184 bash[14608]: audit 2024-03-21T12:46:21.632563+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:46:37.708 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:37 smithi184 bash[14608]: audit 2024-03-21T12:46:21.703329+0000 mon.a (mon.0) 152 : audit [INF] from='client.? 172.21.15.178:0/3199860507' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-03-21T12:46:37.709 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:37 smithi184 bash[14608]: cluster 2024-03-21T12:46:21.703472+0000 mon.a (mon.0) 153 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-21T12:46:37.709 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:37 smithi184 bash[14608]: cluster 2024-03-21T12:46:21.956832+0000 mgr.y (mgr.14152) 26 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:46:37.709 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:37 smithi184 bash[14608]: cluster 2024-03-21T12:46:23.957247+0000 mgr.y (mgr.14152) 27 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:46:37.709 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:37 smithi184 bash[14608]: audit 2024-03-21T12:46:24.228668+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:46:37.709 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:37 smithi184 bash[14608]: audit 2024-03-21T12:46:24.232476+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:46:37.709 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:37 smithi184 bash[14608]: audit 2024-03-21T12:46:25.303369+0000 mgr.y (mgr.14152) 28 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi178:172.21.15.178=a;smithi178:[v2:172.21.15.178:3301,v1:172.21.15.178:6790]=c;smithi184:172.21.15.184=b", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:46:37.709 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:37 smithi184 bash[14608]: cephadm 2024-03-21T12:46:25.307872+0000 mgr.y (mgr.14152) 29 : cephadm [INF] Saving service mon spec with placement smithi178:172.21.15.178=a;smithi178:[v2:172.21.15.178:3301,v1:172.21.15.178:6790]=c;smithi184:172.21.15.184=b;count:3 2024-03-21T12:46:37.709 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:37 smithi184 bash[14608]: audit 2024-03-21T12:46:25.313546+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:46:37.709 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:37 smithi184 bash[14608]: audit 2024-03-21T12:46:25.352850+0000 mon.a (mon.0) 157 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:46:37.709 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:37 smithi184 bash[14608]: audit 2024-03-21T12:46:25.355163+0000 mon.a (mon.0) 158 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:46:37.709 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:37 smithi184 bash[14608]: audit 2024-03-21T12:46:25.356587+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:46:37.709 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:37 smithi184 bash[14608]: audit 2024-03-21T12:46:25.364444+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:46:37.709 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:37 smithi184 bash[14608]: audit 2024-03-21T12:46:25.367398+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T12:46:37.710 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:37 smithi184 bash[14608]: audit 2024-03-21T12:46:25.368732+0000 mon.a (mon.0) 162 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:46:37.710 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:37 smithi184 bash[14608]: cephadm 2024-03-21T12:46:25.370308+0000 mgr.y (mgr.14152) 30 : cephadm [INF] Deploying daemon mon.c on smithi178 2024-03-21T12:46:37.710 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:37 smithi184 bash[14608]: cluster 2024-03-21T12:46:25.957681+0000 mgr.y (mgr.14152) 31 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:46:37.710 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:37 smithi184 bash[14608]: cluster 2024-03-21T12:46:27.958137+0000 mgr.y (mgr.14152) 32 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:46:37.710 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:37 smithi184 bash[14608]: audit 2024-03-21T12:46:28.765098+0000 mon.a (mon.0) 163 : audit [DBG] from='client.? 172.21.15.184:0/178349706' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-21T12:46:37.710 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:37 smithi184 bash[14608]: cluster 2024-03-21T12:46:29.958512+0000 mgr.y (mgr.14152) 34 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:46:37.710 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:37 smithi184 bash[14608]: audit 2024-03-21T12:46:30.461435+0000 mon.a (mon.0) 168 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T12:46:37.710 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:37 smithi184 bash[14608]: cluster 2024-03-21T12:46:30.461809+0000 mon.a (mon.0) 169 : cluster [INF] mon.a calling monitor election 2024-03-21T12:46:37.710 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:37 smithi184 bash[14608]: audit 2024-03-21T12:46:30.463445+0000 mon.a (mon.0) 170 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T12:46:37.710 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:37 smithi184 bash[14608]: audit 2024-03-21T12:46:31.457017+0000 mon.a (mon.0) 171 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T12:46:37.710 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:37 smithi184 bash[14608]: cluster 2024-03-21T12:46:31.958949+0000 mgr.y (mgr.14152) 35 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:46:37.710 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:37 smithi184 bash[14608]: audit 2024-03-21T12:46:32.457020+0000 mon.a (mon.0) 172 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T12:46:37.710 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:37 smithi184 bash[14608]: cluster 2024-03-21T12:46:32.460139+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-03-21T12:46:37.710 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:37 smithi184 bash[14608]: audit 2024-03-21T12:46:33.457226+0000 mon.a (mon.0) 173 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T12:46:37.711 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:37 smithi184 bash[14608]: cluster 2024-03-21T12:46:33.959347+0000 mgr.y (mgr.14152) 36 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:46:37.711 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:37 smithi184 bash[14608]: audit 2024-03-21T12:46:34.457502+0000 mon.a (mon.0) 174 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T12:46:37.711 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:37 smithi184 bash[14608]: audit 2024-03-21T12:46:35.457505+0000 mon.a (mon.0) 175 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T12:46:37.711 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:37 smithi184 bash[14608]: cluster 2024-03-21T12:46:35.484485+0000 mon.a (mon.0) 176 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-03-21T12:46:37.711 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:37 smithi184 bash[14608]: cluster 2024-03-21T12:46:35.490461+0000 mon.a (mon.0) 177 : cluster [DBG] monmap e2: 2 mons at {a=[v2:172.21.15.178:3300/0,v1:172.21.15.178:6789/0],c=[v2:172.21.15.178:3301/0,v1:172.21.15.178:6790/0]} 2024-03-21T12:46:37.711 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:37 smithi184 bash[14608]: cluster 2024-03-21T12:46:35.490569+0000 mon.a (mon.0) 178 : cluster [DBG] fsmap 2024-03-21T12:46:37.711 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:37 smithi184 bash[14608]: cluster 2024-03-21T12:46:35.490685+0000 mon.a (mon.0) 179 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-21T12:46:37.711 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:37 smithi184 bash[14608]: cluster 2024-03-21T12:46:35.490988+0000 mon.a (mon.0) 180 : cluster [DBG] mgrmap e13: y(active, since 47s) 2024-03-21T12:46:37.711 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:37 smithi184 bash[14608]: cluster 2024-03-21T12:46:35.496897+0000 mon.a (mon.0) 181 : cluster [INF] overall HEALTH_OK 2024-03-21T12:46:37.711 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:37 smithi184 bash[14608]: audit 2024-03-21T12:46:35.688499+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:46:37.711 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:37 smithi184 bash[14608]: audit 2024-03-21T12:46:35.692824+0000 mon.a (mon.0) 183 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:46:37.711 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:37 smithi184 bash[14608]: audit 2024-03-21T12:46:35.695151+0000 mon.a (mon.0) 184 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:46:37.711 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:37 smithi184 bash[14608]: audit 2024-03-21T12:46:35.696784+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:46:37.711 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:37 smithi184 bash[14608]: cephadm 2024-03-21T12:46:35.699464+0000 mgr.y (mgr.14152) 37 : cephadm [INF] Updating smithi178:/etc/ceph/ceph.conf 2024-03-21T12:46:37.711 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:37 smithi184 bash[14608]: cephadm 2024-03-21T12:46:35.699824+0000 mgr.y (mgr.14152) 38 : cephadm [INF] Updating smithi184:/etc/ceph/ceph.conf 2024-03-21T12:46:37.712 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:37 smithi184 bash[14608]: audit 2024-03-21T12:46:35.822730+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:46:37.712 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:37 smithi184 bash[14608]: audit 2024-03-21T12:46:35.908092+0000 mon.a (mon.0) 187 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:46:37.712 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:37 smithi184 bash[14608]: audit 2024-03-21T12:46:35.913755+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:46:37.712 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:37 smithi184 bash[14608]: audit 2024-03-21T12:46:35.915713+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T12:46:37.712 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:37 smithi184 bash[14608]: audit 2024-03-21T12:46:35.916663+0000 mon.a (mon.0) 190 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-21T12:46:37.712 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:37 smithi184 bash[14608]: audit 2024-03-21T12:46:35.917582+0000 mon.a (mon.0) 191 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:46:37.712 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:37 smithi184 bash[14608]: audit 2024-03-21T12:46:36.457631+0000 mon.a (mon.0) 192 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T12:46:37.712 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:37 smithi184 bash[14608]: audit 2024-03-21T12:46:36.495934+0000 mon.a (mon.0) 193 : audit [DBG] from='client.? 172.21.15.184:0/620347728' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-21T12:46:37.712 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:37 smithi184 bash[14608]: debug 2024-03-21T12:46:37.447+0000 7fb2031c9700 1 mon.b@-1(synchronizing).paxosservice(auth 1..5) refresh upgraded, format 0 -> 3 2024-03-21T12:46:38.615 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-03-21T12:46:38.615 DEBUG:teuthology.orchestra.run.smithi184:> 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 a94f249e-e780-11ee-95cd-87774f69a715 -- ceph mon dump -f json 2024-03-21T12:46:42.797 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:46:42 smithi178 bash[14766]: 172.21.15.178 - - [21/Mar/2024:12:46:42] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2024-03-21T12:46:42.797 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:46:42 smithi178 bash[14766]: 172.21.15.184 - - [21/Mar/2024:12:46:42] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2024-03-21T12:46:42.797 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:46:42 smithi178 bash[14766]: 172.21.15.178 - - [21/Mar/2024:12:46:42] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2024-03-21T12:46:42.797 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:46:42 smithi178 bash[14766]: 172.21.15.184 - - [21/Mar/2024:12:46:42] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2024-03-21T12:46:42.797 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:42 smithi178 bash[20270]: audit 2024-03-21T12:46:37.460930+0000 mon.a (mon.0) 195 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T12:46:42.797 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:42 smithi178 bash[20270]: cluster 2024-03-21T12:46:37.461532+0000 mon.a (mon.0) 196 : cluster [INF] mon.a calling monitor election 2024-03-21T12:46:42.797 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:42 smithi178 bash[20270]: cluster 2024-03-21T12:46:37.462192+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-03-21T12:46:42.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:42 smithi178 bash[20270]: audit 2024-03-21T12:46:37.463187+0000 mon.a (mon.0) 197 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T12:46:42.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:42 smithi178 bash[20270]: audit 2024-03-21T12:46:37.463391+0000 mon.a (mon.0) 198 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T12:46:42.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:42 smithi178 bash[20270]: cluster 2024-03-21T12:46:37.960251+0000 mgr.y (mgr.14152) 43 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:46:42.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:42 smithi178 bash[20270]: audit 2024-03-21T12:46:38.457079+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T12:46:42.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:42 smithi178 bash[20270]: audit 2024-03-21T12:46:39.457257+0000 mon.a (mon.0) 200 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T12:46:42.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:42 smithi178 bash[20270]: cluster 2024-03-21T12:46:39.960746+0000 mgr.y (mgr.14152) 44 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:46:42.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:42 smithi178 bash[20270]: audit 2024-03-21T12:46:40.457168+0000 mon.a (mon.0) 201 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T12:46:42.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:42 smithi178 bash[20270]: audit 2024-03-21T12:46:41.457277+0000 mon.a (mon.0) 202 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T12:46:42.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:42 smithi178 bash[20270]: audit 2024-03-21T12:46:42.457322+0000 mon.a (mon.0) 203 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T12:46:42.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:42 smithi178 bash[20270]: cluster 2024-03-21T12:46:42.463514+0000 mon.a (mon.0) 204 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-03-21T12:46:42.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:42 smithi178 bash[20270]: cluster 2024-03-21T12:46:42.468999+0000 mon.a (mon.0) 205 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.178:3300/0,v1:172.21.15.178:6789/0],b=[v2:172.21.15.184:3300/0,v1:172.21.15.184:6789/0],c=[v2:172.21.15.178:3301/0,v1:172.21.15.178:6790/0]} 2024-03-21T12:46:42.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:42 smithi178 bash[20270]: cluster 2024-03-21T12:46:42.469102+0000 mon.a (mon.0) 206 : cluster [DBG] fsmap 2024-03-21T12:46:42.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:42 smithi178 bash[20270]: cluster 2024-03-21T12:46:42.469159+0000 mon.a (mon.0) 207 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-21T12:46:42.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:42 smithi178 bash[20270]: cluster 2024-03-21T12:46:42.469426+0000 mon.a (mon.0) 208 : cluster [DBG] mgrmap e13: y(active, since 54s) 2024-03-21T12:46:42.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:42 smithi178 bash[20270]: cluster 2024-03-21T12:46:42.469775+0000 mon.a (mon.0) 209 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-03-21T12:46:42.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:42 smithi178 bash[20270]: cluster 2024-03-21T12:46:42.476014+0000 mon.a (mon.0) 210 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-03-21T12:46:42.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:42 smithi178 bash[20270]: cluster 2024-03-21T12:46:42.476049+0000 mon.a (mon.0) 211 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-03-21T12:46:42.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:42 smithi178 bash[20270]: cluster 2024-03-21T12:46:42.476060+0000 mon.a (mon.0) 212 : cluster [WRN] mon.b (rank 2) addr [v2:172.21.15.184:3300/0,v1:172.21.15.184:6789/0] is down (out of quorum) 2024-03-21T12:46:42.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:42 smithi178 bash[14494]: audit 2024-03-21T12:46:37.460930+0000 mon.a (mon.0) 195 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T12:46:42.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:42 smithi178 bash[14494]: cluster 2024-03-21T12:46:37.461532+0000 mon.a (mon.0) 196 : cluster [INF] mon.a calling monitor election 2024-03-21T12:46:42.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:42 smithi178 bash[14494]: cluster 2024-03-21T12:46:37.462192+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-03-21T12:46:42.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:42 smithi178 bash[14494]: audit 2024-03-21T12:46:37.463187+0000 mon.a (mon.0) 197 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T12:46:42.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:42 smithi178 bash[14494]: audit 2024-03-21T12:46:37.463391+0000 mon.a (mon.0) 198 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T12:46:42.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:42 smithi178 bash[14494]: cluster 2024-03-21T12:46:37.960251+0000 mgr.y (mgr.14152) 43 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:46:42.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:42 smithi178 bash[14494]: audit 2024-03-21T12:46:38.457079+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T12:46:42.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:42 smithi178 bash[14494]: audit 2024-03-21T12:46:39.457257+0000 mon.a (mon.0) 200 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T12:46:42.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:42 smithi178 bash[14494]: cluster 2024-03-21T12:46:39.960746+0000 mgr.y (mgr.14152) 44 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:46:42.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:42 smithi178 bash[14494]: audit 2024-03-21T12:46:40.457168+0000 mon.a (mon.0) 201 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T12:46:42.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:42 smithi178 bash[14494]: audit 2024-03-21T12:46:41.457277+0000 mon.a (mon.0) 202 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T12:46:42.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:42 smithi178 bash[14494]: audit 2024-03-21T12:46:42.457322+0000 mon.a (mon.0) 203 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T12:46:42.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:42 smithi178 bash[14494]: cluster 2024-03-21T12:46:42.463514+0000 mon.a (mon.0) 204 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-03-21T12:46:42.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:42 smithi178 bash[14494]: cluster 2024-03-21T12:46:42.468999+0000 mon.a (mon.0) 205 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.178:3300/0,v1:172.21.15.178:6789/0],b=[v2:172.21.15.184:3300/0,v1:172.21.15.184:6789/0],c=[v2:172.21.15.178:3301/0,v1:172.21.15.178:6790/0]} 2024-03-21T12:46:42.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:42 smithi178 bash[14494]: cluster 2024-03-21T12:46:42.469102+0000 mon.a (mon.0) 206 : cluster [DBG] fsmap 2024-03-21T12:46:42.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:42 smithi178 bash[14494]: cluster 2024-03-21T12:46:42.469159+0000 mon.a (mon.0) 207 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-21T12:46:42.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:42 smithi178 bash[14494]: cluster 2024-03-21T12:46:42.469426+0000 mon.a (mon.0) 208 : cluster [DBG] mgrmap e13: y(active, since 54s) 2024-03-21T12:46:42.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:42 smithi178 bash[14494]: cluster 2024-03-21T12:46:42.469775+0000 mon.a (mon.0) 209 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-03-21T12:46:42.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:42 smithi178 bash[14494]: cluster 2024-03-21T12:46:42.476014+0000 mon.a (mon.0) 210 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-03-21T12:46:42.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:42 smithi178 bash[14494]: cluster 2024-03-21T12:46:42.476049+0000 mon.a (mon.0) 211 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-03-21T12:46:42.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:42 smithi178 bash[14494]: cluster 2024-03-21T12:46:42.476060+0000 mon.a (mon.0) 212 : cluster [WRN] mon.b (rank 2) addr [v2:172.21.15.184:3300/0,v1:172.21.15.184:6789/0] is down (out of quorum) 2024-03-21T12:46:42.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:42 smithi178 bash[20270]: audit 2024-03-21T12:46:42.482059+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:46:42.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:42 smithi178 bash[20270]: audit 2024-03-21T12:46:42.485846+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:46:42.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:42 smithi178 bash[20270]: audit 2024-03-21T12:46:42.489898+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:46:42.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:42 smithi178 bash[20270]: audit 2024-03-21T12:46:42.490769+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T12:46:42.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:42 smithi178 bash[20270]: audit 2024-03-21T12:46:42.495088+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:46:42.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:42 smithi178 bash[20270]: audit 2024-03-21T12:46:42.498944+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:46:42.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:42 smithi178 bash[20270]: audit 2024-03-21T12:46:42.499201+0000 mon.a (mon.0) 219 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-21T12:46:42.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:42 smithi178 bash[20270]: audit 2024-03-21T12:46:42.502359+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:46:42.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:42 smithi178 bash[14494]: audit 2024-03-21T12:46:42.482059+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:46:42.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:42 smithi178 bash[14494]: audit 2024-03-21T12:46:42.485846+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:46:42.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:42 smithi178 bash[14494]: audit 2024-03-21T12:46:42.489898+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:46:42.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:42 smithi178 bash[14494]: audit 2024-03-21T12:46:42.490769+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T12:46:42.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:42 smithi178 bash[14494]: audit 2024-03-21T12:46:42.495088+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:46:42.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:42 smithi178 bash[14494]: audit 2024-03-21T12:46:42.498944+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:46:42.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:42 smithi178 bash[14494]: audit 2024-03-21T12:46:42.499201+0000 mon.a (mon.0) 219 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-21T12:46:42.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:42 smithi178 bash[14494]: audit 2024-03-21T12:46:42.502359+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:46:43.066 INFO:teuthology.orchestra.run.smithi184.stdout: 2024-03-21T12:46:43.066 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":3,"fsid":"a94f249e-e780-11ee-95cd-87774f69a715","modified":"2024-03-21T12:46:37.456316Z","created":"2024-03-21T12:44:44.759276Z","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.178:3300","nonce":0},{"type":"v1","addr":"172.21.15.178:6789","nonce":0}]},"addr":"172.21.15.178:6789/0","public_addr":"172.21.15.178:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.178:3301","nonce":0},{"type":"v1","addr":"172.21.15.178:6790","nonce":0}]},"addr":"172.21.15.178:6790/0","public_addr":"172.21.15.178:6790/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:3300","nonce":0},{"type":"v1","addr":"172.21.15.184:6789","nonce":0}]},"addr":"172.21.15.184:6789/0","public_addr":"172.21.15.184:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-03-21T12:46:43.069 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 3 2024-03-21T12:46:43.741 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-03-21T12:46:43.741 DEBUG:teuthology.orchestra.run.smithi178:> 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 a94f249e-e780-11ee-95cd-87774f69a715 -- ceph config generate-minimal-conf 2024-03-21T12:46:43.754 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:43 smithi178 bash[14494]: cluster 2024-03-21T12:46:41.961187+0000 mgr.y (mgr.14152) 45 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:46:43.754 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:43 smithi178 bash[14494]: cephadm 2024-03-21T12:46:42.487527+0000 mgr.y (mgr.14152) 46 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-03-21T12:46:43.754 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:43 smithi178 bash[14494]: cephadm 2024-03-21T12:46:42.503814+0000 mgr.y (mgr.14152) 47 : cephadm [INF] Reconfiguring daemon mon.c on smithi178 2024-03-21T12:46:43.755 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:43 smithi178 bash[14494]: audit 2024-03-21T12:46:42.607072+0000 mon.a (mon.0) 221 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:46:43.755 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:43 smithi178 bash[14494]: audit 2024-03-21T12:46:42.611728+0000 mon.a (mon.0) 222 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:46:43.755 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:43 smithi178 bash[14494]: audit 2024-03-21T12:46:42.616000+0000 mon.a (mon.0) 223 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:46:43.755 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:43 smithi178 bash[14494]: audit 2024-03-21T12:46:42.619923+0000 mon.a (mon.0) 224 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:46:43.755 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:43 smithi178 bash[14494]: audit 2024-03-21T12:46:43.064119+0000 mon.a (mon.0) 225 : audit [DBG] from='client.? 172.21.15.184:0/3760188001' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-21T12:46:43.755 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:43 smithi178 bash[14494]: audit 2024-03-21T12:46:43.457778+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T12:46:43.755 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:43 smithi178 bash[20270]: cluster 2024-03-21T12:46:41.961187+0000 mgr.y (mgr.14152) 45 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:46:43.755 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:43 smithi178 bash[20270]: cephadm 2024-03-21T12:46:42.487527+0000 mgr.y (mgr.14152) 46 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-03-21T12:46:43.755 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:43 smithi178 bash[20270]: cephadm 2024-03-21T12:46:42.503814+0000 mgr.y (mgr.14152) 47 : cephadm [INF] Reconfiguring daemon mon.c on smithi178 2024-03-21T12:46:43.755 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:43 smithi178 bash[20270]: audit 2024-03-21T12:46:42.607072+0000 mon.a (mon.0) 221 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:46:43.755 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:43 smithi178 bash[20270]: audit 2024-03-21T12:46:42.611728+0000 mon.a (mon.0) 222 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:46:43.755 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:43 smithi178 bash[20270]: audit 2024-03-21T12:46:42.616000+0000 mon.a (mon.0) 223 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:46:43.755 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:43 smithi178 bash[20270]: audit 2024-03-21T12:46:42.619923+0000 mon.a (mon.0) 224 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:46:43.756 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:43 smithi178 bash[20270]: audit 2024-03-21T12:46:43.064119+0000 mon.a (mon.0) 225 : audit [DBG] from='client.? 172.21.15.184:0/3760188001' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-21T12:46:43.756 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:43 smithi178 bash[20270]: audit 2024-03-21T12:46:43.457778+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T12:46:44.822 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:44 smithi184 bash[14608]: audit 2024-03-21T12:46:37.460930+0000 mon.a (mon.0) 195 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T12:46:44.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:44 smithi184 bash[14608]: cluster 2024-03-21T12:46:37.461532+0000 mon.a (mon.0) 196 : cluster [INF] mon.a calling monitor election 2024-03-21T12:46:44.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:44 smithi184 bash[14608]: cluster 2024-03-21T12:46:37.462192+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-03-21T12:46:44.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:44 smithi184 bash[14608]: audit 2024-03-21T12:46:37.463187+0000 mon.a (mon.0) 197 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T12:46:44.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:44 smithi184 bash[14608]: audit 2024-03-21T12:46:37.463391+0000 mon.a (mon.0) 198 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T12:46:44.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:44 smithi184 bash[14608]: cluster 2024-03-21T12:46:37.960251+0000 mgr.y (mgr.14152) 43 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:46:44.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:44 smithi184 bash[14608]: audit 2024-03-21T12:46:38.457079+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T12:46:44.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:44 smithi184 bash[14608]: audit 2024-03-21T12:46:39.457257+0000 mon.a (mon.0) 200 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T12:46:44.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:44 smithi184 bash[14608]: cluster 2024-03-21T12:46:39.960746+0000 mgr.y (mgr.14152) 44 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:46:44.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:44 smithi184 bash[14608]: audit 2024-03-21T12:46:40.457168+0000 mon.a (mon.0) 201 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T12:46:44.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:44 smithi184 bash[14608]: audit 2024-03-21T12:46:41.457277+0000 mon.a (mon.0) 202 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T12:46:44.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:44 smithi184 bash[14608]: audit 2024-03-21T12:46:42.457322+0000 mon.a (mon.0) 203 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T12:46:44.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:44 smithi184 bash[14608]: cluster 2024-03-21T12:46:42.463514+0000 mon.a (mon.0) 204 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-03-21T12:46:44.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:44 smithi184 bash[14608]: cluster 2024-03-21T12:46:42.468999+0000 mon.a (mon.0) 205 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.178:3300/0,v1:172.21.15.178:6789/0],b=[v2:172.21.15.184:3300/0,v1:172.21.15.184:6789/0],c=[v2:172.21.15.178:3301/0,v1:172.21.15.178:6790/0]} 2024-03-21T12:46:44.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:44 smithi184 bash[14608]: cluster 2024-03-21T12:46:42.469102+0000 mon.a (mon.0) 206 : cluster [DBG] fsmap 2024-03-21T12:46:44.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:44 smithi184 bash[14608]: cluster 2024-03-21T12:46:42.469159+0000 mon.a (mon.0) 207 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-21T12:46:44.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:44 smithi184 bash[14608]: cluster 2024-03-21T12:46:42.469426+0000 mon.a (mon.0) 208 : cluster [DBG] mgrmap e13: y(active, since 54s) 2024-03-21T12:46:44.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:44 smithi184 bash[14608]: cluster 2024-03-21T12:46:42.469775+0000 mon.a (mon.0) 209 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-03-21T12:46:44.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:44 smithi184 bash[14608]: cluster 2024-03-21T12:46:42.476014+0000 mon.a (mon.0) 210 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-03-21T12:46:44.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:44 smithi184 bash[14608]: cluster 2024-03-21T12:46:42.476049+0000 mon.a (mon.0) 211 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-03-21T12:46:44.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:44 smithi184 bash[14608]: cluster 2024-03-21T12:46:42.476060+0000 mon.a (mon.0) 212 : cluster [WRN] mon.b (rank 2) addr [v2:172.21.15.184:3300/0,v1:172.21.15.184:6789/0] is down (out of quorum) 2024-03-21T12:46:44.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:44 smithi184 bash[14608]: audit 2024-03-21T12:46:42.482059+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:46:44.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:44 smithi184 bash[14608]: audit 2024-03-21T12:46:42.485846+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:46:44.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:44 smithi184 bash[14608]: audit 2024-03-21T12:46:42.489898+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:46:44.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:44 smithi184 bash[14608]: audit 2024-03-21T12:46:42.490769+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T12:46:44.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:44 smithi184 bash[14608]: audit 2024-03-21T12:46:42.495088+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:46:44.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:44 smithi184 bash[14608]: audit 2024-03-21T12:46:42.498944+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:46:44.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:44 smithi184 bash[14608]: audit 2024-03-21T12:46:42.499201+0000 mon.a (mon.0) 219 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-21T12:46:44.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:44 smithi184 bash[14608]: audit 2024-03-21T12:46:42.502359+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:46:44.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:44 smithi184 bash[14608]: cluster 2024-03-21T12:46:41.961187+0000 mgr.y (mgr.14152) 45 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:46:44.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:44 smithi184 bash[14608]: cephadm 2024-03-21T12:46:42.487527+0000 mgr.y (mgr.14152) 46 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-03-21T12:46:44.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:44 smithi184 bash[14608]: cephadm 2024-03-21T12:46:42.503814+0000 mgr.y (mgr.14152) 47 : cephadm [INF] Reconfiguring daemon mon.c on smithi178 2024-03-21T12:46:44.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:44 smithi184 bash[14608]: audit 2024-03-21T12:46:42.607072+0000 mon.a (mon.0) 221 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:46:44.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:44 smithi184 bash[14608]: audit 2024-03-21T12:46:42.611728+0000 mon.a (mon.0) 222 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:46:44.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:44 smithi184 bash[14608]: audit 2024-03-21T12:46:42.616000+0000 mon.a (mon.0) 223 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:46:44.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:44 smithi184 bash[14608]: audit 2024-03-21T12:46:42.619923+0000 mon.a (mon.0) 224 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:46:44.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:44 smithi184 bash[14608]: audit 2024-03-21T12:46:43.064119+0000 mon.a (mon.0) 225 : audit [DBG] from='client.? 172.21.15.184:0/3760188001' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-21T12:46:44.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:44 smithi184 bash[14608]: audit 2024-03-21T12:46:43.457778+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T12:46:45.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:45 smithi178 bash[14494]: cluster 2024-03-21T12:46:39.459300+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-03-21T12:46:45.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:45 smithi178 bash[14494]: cluster 2024-03-21T12:46:43.961599+0000 mgr.y (mgr.14152) 48 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:46:45.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:45 smithi178 bash[14494]: cluster 2024-03-21T12:46:44.476729+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2024-03-21T12:46:45.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:45 smithi178 bash[14494]: cluster 2024-03-21T12:46:44.476821+0000 mon.c (mon.1) 3 : cluster [INF] mon.c calling monitor election 2024-03-21T12:46:45.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:45 smithi178 bash[14494]: cluster 2024-03-21T12:46:44.476884+0000 mon.a (mon.0) 228 : cluster [INF] mon.a calling monitor election 2024-03-21T12:46:45.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:45 smithi178 bash[14494]: cluster 2024-03-21T12:46:44.503075+0000 mon.a (mon.0) 229 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-03-21T12:46:45.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:45 smithi178 bash[14494]: cluster 2024-03-21T12:46:44.509247+0000 mon.a (mon.0) 230 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.178:3300/0,v1:172.21.15.178:6789/0],b=[v2:172.21.15.184:3300/0,v1:172.21.15.184:6789/0],c=[v2:172.21.15.178:3301/0,v1:172.21.15.178:6790/0]} 2024-03-21T12:46:45.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:45 smithi178 bash[14494]: cluster 2024-03-21T12:46:44.509367+0000 mon.a (mon.0) 231 : cluster [DBG] fsmap 2024-03-21T12:46:45.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:45 smithi178 bash[14494]: cluster 2024-03-21T12:46:44.509423+0000 mon.a (mon.0) 232 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-21T12:46:45.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:45 smithi178 bash[14494]: cluster 2024-03-21T12:46:44.509682+0000 mon.a (mon.0) 233 : cluster [DBG] mgrmap e13: y(active, since 56s) 2024-03-21T12:46:45.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:45 smithi178 bash[14494]: cluster 2024-03-21T12:46:44.509993+0000 mon.a (mon.0) 234 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-03-21T12:46:45.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:45 smithi178 bash[14494]: cluster 2024-03-21T12:46:44.510041+0000 mon.a (mon.0) 235 : cluster [INF] Cluster is now healthy 2024-03-21T12:46:45.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:45 smithi178 bash[14494]: cluster 2024-03-21T12:46:44.516133+0000 mon.a (mon.0) 236 : cluster [INF] overall HEALTH_OK 2024-03-21T12:46:45.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:45 smithi178 bash[14494]: audit 2024-03-21T12:46:44.594934+0000 mon.a (mon.0) 237 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:46:45.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:45 smithi178 bash[14494]: cephadm 2024-03-21T12:46:44.596376+0000 mgr.y (mgr.14152) 49 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-03-21T12:46:45.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:45 smithi178 bash[14494]: audit 2024-03-21T12:46:44.596817+0000 mon.a (mon.0) 238 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T12:46:45.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:45 smithi178 bash[14494]: audit 2024-03-21T12:46:44.598423+0000 mon.a (mon.0) 239 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-21T12:46:45.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:45 smithi178 bash[14494]: audit 2024-03-21T12:46:44.599898+0000 mon.a (mon.0) 240 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:46:45.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:45 smithi178 bash[14494]: cephadm 2024-03-21T12:46:44.601315+0000 mgr.y (mgr.14152) 50 : cephadm [INF] Reconfiguring daemon mon.b on smithi184 2024-03-21T12:46:45.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:45 smithi178 bash[20270]: cluster 2024-03-21T12:46:39.459300+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-03-21T12:46:45.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:45 smithi178 bash[20270]: cluster 2024-03-21T12:46:43.961599+0000 mgr.y (mgr.14152) 48 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:46:45.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:45 smithi178 bash[20270]: cluster 2024-03-21T12:46:44.476729+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2024-03-21T12:46:45.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:45 smithi178 bash[20270]: cluster 2024-03-21T12:46:44.476821+0000 mon.c (mon.1) 3 : cluster [INF] mon.c calling monitor election 2024-03-21T12:46:45.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:45 smithi178 bash[20270]: cluster 2024-03-21T12:46:44.476884+0000 mon.a (mon.0) 228 : cluster [INF] mon.a calling monitor election 2024-03-21T12:46:45.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:45 smithi178 bash[20270]: cluster 2024-03-21T12:46:44.503075+0000 mon.a (mon.0) 229 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-03-21T12:46:45.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:45 smithi178 bash[20270]: cluster 2024-03-21T12:46:44.509247+0000 mon.a (mon.0) 230 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.178:3300/0,v1:172.21.15.178:6789/0],b=[v2:172.21.15.184:3300/0,v1:172.21.15.184:6789/0],c=[v2:172.21.15.178:3301/0,v1:172.21.15.178:6790/0]} 2024-03-21T12:46:45.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:45 smithi178 bash[20270]: cluster 2024-03-21T12:46:44.509367+0000 mon.a (mon.0) 231 : cluster [DBG] fsmap 2024-03-21T12:46:45.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:45 smithi178 bash[20270]: cluster 2024-03-21T12:46:44.509423+0000 mon.a (mon.0) 232 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-21T12:46:45.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:45 smithi178 bash[20270]: cluster 2024-03-21T12:46:44.509682+0000 mon.a (mon.0) 233 : cluster [DBG] mgrmap e13: y(active, since 56s) 2024-03-21T12:46:45.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:45 smithi178 bash[20270]: cluster 2024-03-21T12:46:44.509993+0000 mon.a (mon.0) 234 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-03-21T12:46:45.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:45 smithi178 bash[20270]: cluster 2024-03-21T12:46:44.510041+0000 mon.a (mon.0) 235 : cluster [INF] Cluster is now healthy 2024-03-21T12:46:45.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:45 smithi178 bash[20270]: cluster 2024-03-21T12:46:44.516133+0000 mon.a (mon.0) 236 : cluster [INF] overall HEALTH_OK 2024-03-21T12:46:45.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:45 smithi178 bash[20270]: audit 2024-03-21T12:46:44.594934+0000 mon.a (mon.0) 237 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:46:45.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:45 smithi178 bash[20270]: cephadm 2024-03-21T12:46:44.596376+0000 mgr.y (mgr.14152) 49 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-03-21T12:46:45.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:45 smithi178 bash[20270]: audit 2024-03-21T12:46:44.596817+0000 mon.a (mon.0) 238 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T12:46:45.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:45 smithi178 bash[20270]: audit 2024-03-21T12:46:44.598423+0000 mon.a (mon.0) 239 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-21T12:46:45.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:45 smithi178 bash[20270]: audit 2024-03-21T12:46:44.599898+0000 mon.a (mon.0) 240 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:46:45.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:45 smithi178 bash[20270]: cephadm 2024-03-21T12:46:44.601315+0000 mgr.y (mgr.14152) 50 : cephadm [INF] Reconfiguring daemon mon.b on smithi184 2024-03-21T12:46:45.572 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:45 smithi184 bash[14608]: cluster 2024-03-21T12:46:39.459300+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-03-21T12:46:45.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:45 smithi184 bash[14608]: cluster 2024-03-21T12:46:43.961599+0000 mgr.y (mgr.14152) 48 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:46:45.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:45 smithi184 bash[14608]: cluster 2024-03-21T12:46:44.476729+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2024-03-21T12:46:45.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:45 smithi184 bash[14608]: cluster 2024-03-21T12:46:44.476821+0000 mon.c (mon.1) 3 : cluster [INF] mon.c calling monitor election 2024-03-21T12:46:45.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:45 smithi184 bash[14608]: cluster 2024-03-21T12:46:44.476884+0000 mon.a (mon.0) 228 : cluster [INF] mon.a calling monitor election 2024-03-21T12:46:45.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:45 smithi184 bash[14608]: cluster 2024-03-21T12:46:44.503075+0000 mon.a (mon.0) 229 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-03-21T12:46:45.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:45 smithi184 bash[14608]: cluster 2024-03-21T12:46:44.509247+0000 mon.a (mon.0) 230 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.178:3300/0,v1:172.21.15.178:6789/0],b=[v2:172.21.15.184:3300/0,v1:172.21.15.184:6789/0],c=[v2:172.21.15.178:3301/0,v1:172.21.15.178:6790/0]} 2024-03-21T12:46:45.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:45 smithi184 bash[14608]: cluster 2024-03-21T12:46:44.509367+0000 mon.a (mon.0) 231 : cluster [DBG] fsmap 2024-03-21T12:46:45.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:45 smithi184 bash[14608]: cluster 2024-03-21T12:46:44.509423+0000 mon.a (mon.0) 232 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-21T12:46:45.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:45 smithi184 bash[14608]: cluster 2024-03-21T12:46:44.509682+0000 mon.a (mon.0) 233 : cluster [DBG] mgrmap e13: y(active, since 56s) 2024-03-21T12:46:45.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:45 smithi184 bash[14608]: cluster 2024-03-21T12:46:44.509993+0000 mon.a (mon.0) 234 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-03-21T12:46:45.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:45 smithi184 bash[14608]: cluster 2024-03-21T12:46:44.510041+0000 mon.a (mon.0) 235 : cluster [INF] Cluster is now healthy 2024-03-21T12:46:45.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:45 smithi184 bash[14608]: cluster 2024-03-21T12:46:44.516133+0000 mon.a (mon.0) 236 : cluster [INF] overall HEALTH_OK 2024-03-21T12:46:45.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:45 smithi184 bash[14608]: audit 2024-03-21T12:46:44.594934+0000 mon.a (mon.0) 237 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:46:45.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:45 smithi184 bash[14608]: cephadm 2024-03-21T12:46:44.596376+0000 mgr.y (mgr.14152) 49 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-03-21T12:46:45.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:45 smithi184 bash[14608]: audit 2024-03-21T12:46:44.596817+0000 mon.a (mon.0) 238 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T12:46:45.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:45 smithi184 bash[14608]: audit 2024-03-21T12:46:44.598423+0000 mon.a (mon.0) 239 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-21T12:46:45.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:45 smithi184 bash[14608]: audit 2024-03-21T12:46:44.599898+0000 mon.a (mon.0) 240 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:46:45.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:45 smithi184 bash[14608]: cephadm 2024-03-21T12:46:44.601315+0000 mgr.y (mgr.14152) 50 : cephadm [INF] Reconfiguring daemon mon.b on smithi184 2024-03-21T12:46:46.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:46 smithi178 bash[14494]: audit 2024-03-21T12:46:45.457917+0000 mon.a (mon.0) 241 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T12:46:46.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:46 smithi178 bash[14494]: audit 2024-03-21T12:46:46.411150+0000 mon.a (mon.0) 242 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:46:46.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:46 smithi178 bash[14494]: audit 2024-03-21T12:46:46.413466+0000 mon.a (mon.0) 243 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:46:46.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:46 smithi178 bash[14494]: audit 2024-03-21T12:46:46.415867+0000 mon.a (mon.0) 244 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:46:46.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:46 smithi178 bash[14494]: audit 2024-03-21T12:46:46.417264+0000 mon.a (mon.0) 245 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:46:46.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:46 smithi178 bash[20270]: audit 2024-03-21T12:46:45.457917+0000 mon.a (mon.0) 241 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T12:46:46.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:46 smithi178 bash[20270]: audit 2024-03-21T12:46:46.411150+0000 mon.a (mon.0) 242 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:46:46.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:46 smithi178 bash[20270]: audit 2024-03-21T12:46:46.413466+0000 mon.a (mon.0) 243 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:46:46.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:46 smithi178 bash[20270]: audit 2024-03-21T12:46:46.415867+0000 mon.a (mon.0) 244 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:46:46.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:46 smithi178 bash[20270]: audit 2024-03-21T12:46:46.417264+0000 mon.a (mon.0) 245 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:46:46.700 INFO:teuthology.orchestra.run.smithi178.stdout:# minimal ceph.conf for a94f249e-e780-11ee-95cd-87774f69a715 2024-03-21T12:46:46.700 INFO:teuthology.orchestra.run.smithi178.stdout:[global] 2024-03-21T12:46:46.700 INFO:teuthology.orchestra.run.smithi178.stdout: fsid = a94f249e-e780-11ee-95cd-87774f69a715 2024-03-21T12:46:46.700 INFO:teuthology.orchestra.run.smithi178.stdout: mon_host = [v2:172.21.15.178:3300/0,v1:172.21.15.178:6789/0] [v2:172.21.15.184:3300/0,v1:172.21.15.184:6789/0] [v2:172.21.15.178:3301/0,v1:172.21.15.178:6790/0] 2024-03-21T12:46:46.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:46 smithi184 bash[14608]: audit 2024-03-21T12:46:45.457917+0000 mon.a (mon.0) 241 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T12:46:46.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:46 smithi184 bash[14608]: audit 2024-03-21T12:46:46.411150+0000 mon.a (mon.0) 242 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:46:46.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:46 smithi184 bash[14608]: audit 2024-03-21T12:46:46.413466+0000 mon.a (mon.0) 243 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:46:46.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:46 smithi184 bash[14608]: audit 2024-03-21T12:46:46.415867+0000 mon.a (mon.0) 244 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:46:46.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:46 smithi184 bash[14608]: audit 2024-03-21T12:46:46.417264+0000 mon.a (mon.0) 245 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:46:47.779 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-03-21T12:46:47.779 DEBUG:teuthology.orchestra.run.smithi178:> set -ex 2024-03-21T12:46:47.780 DEBUG:teuthology.orchestra.run.smithi178:> sudo dd of=/etc/ceph/ceph.conf 2024-03-21T12:46:47.792 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:47 smithi178 bash[20270]: cluster 2024-03-21T12:46:45.962080+0000 mgr.y (mgr.14152) 51 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:46:47.792 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:47 smithi178 bash[20270]: cephadm 2024-03-21T12:46:46.419927+0000 mgr.y (mgr.14152) 52 : cephadm [INF] Updating smithi178:/etc/ceph/ceph.conf 2024-03-21T12:46:47.792 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:47 smithi178 bash[20270]: cephadm 2024-03-21T12:46:46.420572+0000 mgr.y (mgr.14152) 53 : cephadm [INF] Updating smithi184:/etc/ceph/ceph.conf 2024-03-21T12:46:47.792 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:47 smithi178 bash[20270]: audit 2024-03-21T12:46:46.534421+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:46:47.792 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:47 smithi178 bash[20270]: audit 2024-03-21T12:46:46.557653+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:46:47.792 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:47 smithi178 bash[20270]: audit 2024-03-21T12:46:46.563320+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:46:47.792 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:47 smithi178 bash[20270]: cephadm 2024-03-21T12:46:46.566447+0000 mgr.y (mgr.14152) 54 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-03-21T12:46:47.793 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:47 smithi178 bash[20270]: audit 2024-03-21T12:46:46.566863+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T12:46:47.793 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:47 smithi178 bash[20270]: audit 2024-03-21T12:46:46.567966+0000 mon.a (mon.0) 250 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-21T12:46:47.793 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:47 smithi178 bash[20270]: audit 2024-03-21T12:46:46.568902+0000 mon.a (mon.0) 251 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:46:47.793 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:47 smithi178 bash[20270]: cephadm 2024-03-21T12:46:46.569837+0000 mgr.y (mgr.14152) 55 : cephadm [INF] Reconfiguring daemon mon.a on smithi178 2024-03-21T12:46:47.793 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:47 smithi178 bash[20270]: audit 2024-03-21T12:46:46.699259+0000 mon.a (mon.0) 252 : audit [DBG] from='client.? 172.21.15.178:0/3741428869' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:46:47.793 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:47 smithi178 bash[14494]: cluster 2024-03-21T12:46:45.962080+0000 mgr.y (mgr.14152) 51 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:46:47.793 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:47 smithi178 bash[14494]: cephadm 2024-03-21T12:46:46.419927+0000 mgr.y (mgr.14152) 52 : cephadm [INF] Updating smithi178:/etc/ceph/ceph.conf 2024-03-21T12:46:47.793 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:47 smithi178 bash[14494]: cephadm 2024-03-21T12:46:46.420572+0000 mgr.y (mgr.14152) 53 : cephadm [INF] Updating smithi184:/etc/ceph/ceph.conf 2024-03-21T12:46:47.793 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:47 smithi178 bash[14494]: audit 2024-03-21T12:46:46.534421+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:46:47.793 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:47 smithi178 bash[14494]: audit 2024-03-21T12:46:46.557653+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:46:47.793 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:47 smithi178 bash[14494]: audit 2024-03-21T12:46:46.563320+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:46:47.793 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:47 smithi178 bash[14494]: cephadm 2024-03-21T12:46:46.566447+0000 mgr.y (mgr.14152) 54 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-03-21T12:46:47.794 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:47 smithi178 bash[14494]: audit 2024-03-21T12:46:46.566863+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T12:46:47.794 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:47 smithi178 bash[14494]: audit 2024-03-21T12:46:46.567966+0000 mon.a (mon.0) 250 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-21T12:46:47.794 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:47 smithi178 bash[14494]: audit 2024-03-21T12:46:46.568902+0000 mon.a (mon.0) 251 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:46:47.794 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:47 smithi178 bash[14494]: cephadm 2024-03-21T12:46:46.569837+0000 mgr.y (mgr.14152) 55 : cephadm [INF] Reconfiguring daemon mon.a on smithi178 2024-03-21T12:46:47.794 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:47 smithi178 bash[14494]: audit 2024-03-21T12:46:46.699259+0000 mon.a (mon.0) 252 : audit [DBG] from='client.? 172.21.15.178:0/3741428869' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:46:47.796 DEBUG:teuthology.orchestra.run.smithi178:> set -ex 2024-03-21T12:46:47.796 DEBUG:teuthology.orchestra.run.smithi178:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-03-21T12:46:47.805 DEBUG:teuthology.orchestra.run.smithi184:> set -ex 2024-03-21T12:46:47.806 DEBUG:teuthology.orchestra.run.smithi184:> sudo dd of=/etc/ceph/ceph.conf 2024-03-21T12:46:47.818 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:47 smithi184 bash[14608]: cluster 2024-03-21T12:46:45.962080+0000 mgr.y (mgr.14152) 51 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:46:47.818 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:47 smithi184 bash[14608]: cephadm 2024-03-21T12:46:46.419927+0000 mgr.y (mgr.14152) 52 : cephadm [INF] Updating smithi178:/etc/ceph/ceph.conf 2024-03-21T12:46:47.819 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:47 smithi184 bash[14608]: cephadm 2024-03-21T12:46:46.420572+0000 mgr.y (mgr.14152) 53 : cephadm [INF] Updating smithi184:/etc/ceph/ceph.conf 2024-03-21T12:46:47.819 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:47 smithi184 bash[14608]: audit 2024-03-21T12:46:46.534421+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:46:47.819 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:47 smithi184 bash[14608]: audit 2024-03-21T12:46:46.557653+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:46:47.819 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:47 smithi184 bash[14608]: audit 2024-03-21T12:46:46.563320+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:46:47.819 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:47 smithi184 bash[14608]: cephadm 2024-03-21T12:46:46.566447+0000 mgr.y (mgr.14152) 54 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-03-21T12:46:47.819 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:47 smithi184 bash[14608]: audit 2024-03-21T12:46:46.566863+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T12:46:47.819 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:47 smithi184 bash[14608]: audit 2024-03-21T12:46:46.567966+0000 mon.a (mon.0) 250 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-21T12:46:47.819 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:47 smithi184 bash[14608]: audit 2024-03-21T12:46:46.568902+0000 mon.a (mon.0) 251 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:46:47.819 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:47 smithi184 bash[14608]: cephadm 2024-03-21T12:46:46.569837+0000 mgr.y (mgr.14152) 55 : cephadm [INF] Reconfiguring daemon mon.a on smithi178 2024-03-21T12:46:47.819 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:47 smithi184 bash[14608]: audit 2024-03-21T12:46:46.699259+0000 mon.a (mon.0) 252 : audit [DBG] from='client.? 172.21.15.178:0/3741428869' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:46:47.823 DEBUG:teuthology.orchestra.run.smithi184:> set -ex 2024-03-21T12:46:47.823 DEBUG:teuthology.orchestra.run.smithi184:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-03-21T12:46:47.837 INFO:tasks.cephadm:Adding mgr.y on smithi178 2024-03-21T12:46:47.837 INFO:tasks.cephadm:Adding mgr.x on smithi184 2024-03-21T12:46:47.838 DEBUG:teuthology.orchestra.run.smithi184:> 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 a94f249e-e780-11ee-95cd-87774f69a715 -- ceph orch apply mgr '2;smithi178=y;smithi184=x' 2024-03-21T12:46:48.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:48 smithi178 bash[14494]: audit 2024-03-21T12:46:48.029651+0000 mon.a (mon.0) 253 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-21T12:46:48.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:48 smithi178 bash[14494]: audit 2024-03-21T12:46:48.033116+0000 mon.a (mon.0) 254 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-21T12:46:48.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:48 smithi178 bash[20270]: audit 2024-03-21T12:46:48.029651+0000 mon.a (mon.0) 253 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-21T12:46:48.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:48 smithi178 bash[20270]: audit 2024-03-21T12:46:48.033116+0000 mon.a (mon.0) 254 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-21T12:46:48.822 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:48 smithi184 bash[14608]: audit 2024-03-21T12:46:48.029651+0000 mon.a (mon.0) 253 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-21T12:46:48.822 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:48 smithi184 bash[14608]: audit 2024-03-21T12:46:48.033116+0000 mon.a (mon.0) 254 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-21T12:46:50.179 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:49 smithi184 bash[14608]: cluster 2024-03-21T12:46:47.962565+0000 mgr.y (mgr.14152) 56 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:46:50.179 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:49 smithi184 bash[14608]: audit 2024-03-21T12:46:48.878503+0000 mon.a (mon.0) 255 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:46:50.296 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:49 smithi178 bash[14494]: cluster 2024-03-21T12:46:47.962565+0000 mgr.y (mgr.14152) 56 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:46:50.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:49 smithi178 bash[14494]: audit 2024-03-21T12:46:48.878503+0000 mon.a (mon.0) 255 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:46:50.297 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:49 smithi178 bash[20270]: cluster 2024-03-21T12:46:47.962565+0000 mgr.y (mgr.14152) 56 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:46:50.297 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:49 smithi178 bash[20270]: audit 2024-03-21T12:46:48.878503+0000 mon.a (mon.0) 255 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:46:50.606 INFO:teuthology.orchestra.run.smithi184.stdout:Scheduled mgr update... 2024-03-21T12:46:51.579 DEBUG:teuthology.orchestra.run.smithi184:mgr.x> sudo journalctl -f -n 0 -u ceph-a94f249e-e780-11ee-95cd-87774f69a715@mgr.x.service 2024-03-21T12:46:51.581 INFO:tasks.cephadm:Deploying OSDs... 2024-03-21T12:46:51.581 DEBUG:teuthology.orchestra.run.smithi178:> set -ex 2024-03-21T12:46:51.581 DEBUG:teuthology.orchestra.run.smithi178:> dd if=/scratch_devs of=/dev/stdout 2024-03-21T12:46:51.588 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-03-21T12:46:51.589 DEBUG:teuthology.orchestra.run.smithi178:> stat /dev/vg_nvme/lv_1 2024-03-21T12:46:51.596 INFO:teuthology.orchestra.run.smithi178.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-03-21T12:46:51.596 INFO:teuthology.orchestra.run.smithi178.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T12:46:51.596 INFO:teuthology.orchestra.run.smithi178.stdout:Device: 6h/6d Inode: 361 Links: 1 2024-03-21T12:46:51.596 INFO:teuthology.orchestra.run.smithi178.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T12:46:51.596 INFO:teuthology.orchestra.run.smithi178.stdout:Access: 2024-03-21 12:42:13.232921578 +0000 2024-03-21T12:46:51.596 INFO:teuthology.orchestra.run.smithi178.stdout:Modify: 2024-03-21 12:42:13.000926926 +0000 2024-03-21T12:46:51.597 INFO:teuthology.orchestra.run.smithi178.stdout:Change: 2024-03-21 12:42:13.000926926 +0000 2024-03-21T12:46:51.597 INFO:teuthology.orchestra.run.smithi178.stdout: Birth: - 2024-03-21T12:46:51.597 DEBUG:teuthology.orchestra.run.smithi178:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-03-21T12:46:51.609 INFO:teuthology.orchestra.run.smithi178.stderr:1+0 records in 2024-03-21T12:46:51.609 INFO:teuthology.orchestra.run.smithi178.stderr:1+0 records out 2024-03-21T12:46:51.609 INFO:teuthology.orchestra.run.smithi178.stderr:512 bytes copied, 0.000169021 s, 3.0 MB/s 2024-03-21T12:46:51.610 DEBUG:teuthology.orchestra.run.smithi178:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-03-21T12:46:51.660 DEBUG:teuthology.orchestra.run.smithi178:> stat /dev/vg_nvme/lv_2 2024-03-21T12:46:51.666 INFO:teuthology.orchestra.run.smithi178.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-03-21T12:46:51.666 INFO:teuthology.orchestra.run.smithi178.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T12:46:51.666 INFO:teuthology.orchestra.run.smithi178.stdout:Device: 6h/6d Inode: 364 Links: 1 2024-03-21T12:46:51.666 INFO:teuthology.orchestra.run.smithi178.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T12:46:51.667 INFO:teuthology.orchestra.run.smithi178.stdout:Access: 2024-03-21 12:42:13.452916507 +0000 2024-03-21T12:46:51.667 INFO:teuthology.orchestra.run.smithi178.stdout:Modify: 2024-03-21 12:42:13.448916600 +0000 2024-03-21T12:46:51.667 INFO:teuthology.orchestra.run.smithi178.stdout:Change: 2024-03-21 12:42:13.448916600 +0000 2024-03-21T12:46:51.667 INFO:teuthology.orchestra.run.smithi178.stdout: Birth: - 2024-03-21T12:46:51.667 DEBUG:teuthology.orchestra.run.smithi178:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-03-21T12:46:51.681 INFO:teuthology.orchestra.run.smithi178.stderr:1+0 records in 2024-03-21T12:46:51.681 INFO:teuthology.orchestra.run.smithi178.stderr:1+0 records out 2024-03-21T12:46:51.681 INFO:teuthology.orchestra.run.smithi178.stderr:512 bytes copied, 0.000274809 s, 1.9 MB/s 2024-03-21T12:46:51.682 DEBUG:teuthology.orchestra.run.smithi178:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-03-21T12:46:51.689 DEBUG:teuthology.orchestra.run.smithi178:> stat /dev/vg_nvme/lv_3 2024-03-21T12:46:51.695 INFO:teuthology.orchestra.run.smithi178.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-03-21T12:46:51.696 INFO:teuthology.orchestra.run.smithi178.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T12:46:51.696 INFO:teuthology.orchestra.run.smithi178.stdout:Device: 6h/6d Inode: 371 Links: 1 2024-03-21T12:46:51.696 INFO:teuthology.orchestra.run.smithi178.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T12:46:51.696 INFO:teuthology.orchestra.run.smithi178.stdout:Access: 2024-03-21 12:42:14.140900648 +0000 2024-03-21T12:46:51.696 INFO:teuthology.orchestra.run.smithi178.stdout:Modify: 2024-03-21 12:42:13.908905997 +0000 2024-03-21T12:46:51.696 INFO:teuthology.orchestra.run.smithi178.stdout:Change: 2024-03-21 12:42:13.908905997 +0000 2024-03-21T12:46:51.696 INFO:teuthology.orchestra.run.smithi178.stdout: Birth: - 2024-03-21T12:46:51.696 DEBUG:teuthology.orchestra.run.smithi178:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-03-21T12:46:51.753 INFO:teuthology.orchestra.run.smithi178.stderr:1+0 records in 2024-03-21T12:46:51.753 INFO:teuthology.orchestra.run.smithi178.stderr:1+0 records out 2024-03-21T12:46:51.753 INFO:teuthology.orchestra.run.smithi178.stderr:512 bytes copied, 0.000293817 s, 1.7 MB/s 2024-03-21T12:46:51.754 DEBUG:teuthology.orchestra.run.smithi178:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-03-21T12:46:51.761 DEBUG:teuthology.orchestra.run.smithi178:> stat /dev/vg_nvme/lv_4 2024-03-21T12:46:51.768 INFO:teuthology.orchestra.run.smithi178.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-03-21T12:46:51.768 INFO:teuthology.orchestra.run.smithi178.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T12:46:51.768 INFO:teuthology.orchestra.run.smithi178.stdout:Device: 6h/6d Inode: 379 Links: 1 2024-03-21T12:46:51.768 INFO:teuthology.orchestra.run.smithi178.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T12:46:51.768 INFO:teuthology.orchestra.run.smithi178.stdout:Access: 2024-03-21 12:42:14.592890231 +0000 2024-03-21T12:46:51.768 INFO:teuthology.orchestra.run.smithi178.stdout:Modify: 2024-03-21 12:42:14.344895947 +0000 2024-03-21T12:46:51.768 INFO:teuthology.orchestra.run.smithi178.stdout:Change: 2024-03-21 12:42:14.344895947 +0000 2024-03-21T12:46:51.769 INFO:teuthology.orchestra.run.smithi178.stdout: Birth: - 2024-03-21T12:46:51.769 DEBUG:teuthology.orchestra.run.smithi178:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-03-21T12:46:51.778 INFO:teuthology.orchestra.run.smithi178.stderr:1+0 records in 2024-03-21T12:46:51.778 INFO:teuthology.orchestra.run.smithi178.stderr:1+0 records out 2024-03-21T12:46:51.778 INFO:teuthology.orchestra.run.smithi178.stderr:512 bytes copied, 0.000185785 s, 2.8 MB/s 2024-03-21T12:46:51.780 DEBUG:teuthology.orchestra.run.smithi178:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-03-21T12:46:51.831 DEBUG:teuthology.orchestra.run.smithi184:> set -ex 2024-03-21T12:46:51.832 DEBUG:teuthology.orchestra.run.smithi184:> dd if=/scratch_devs of=/dev/stdout 2024-03-21T12:46:51.839 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-03-21T12:46:51.839 DEBUG:teuthology.orchestra.run.smithi184:> stat /dev/vg_nvme/lv_1 2024-03-21T12:46:51.886 INFO:teuthology.orchestra.run.smithi184.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-03-21T12:46:51.886 INFO:teuthology.orchestra.run.smithi184.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T12:46:51.886 INFO:teuthology.orchestra.run.smithi184.stdout:Device: 6h/6d Inode: 360 Links: 1 2024-03-21T12:46:51.886 INFO:teuthology.orchestra.run.smithi184.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T12:46:51.887 INFO:teuthology.orchestra.run.smithi184.stdout:Access: 2024-03-21 12:42:13.024938748 +0000 2024-03-21T12:46:51.887 INFO:teuthology.orchestra.run.smithi184.stdout:Modify: 2024-03-21 12:42:13.020938841 +0000 2024-03-21T12:46:51.887 INFO:teuthology.orchestra.run.smithi184.stdout:Change: 2024-03-21 12:42:13.020938841 +0000 2024-03-21T12:46:51.887 INFO:teuthology.orchestra.run.smithi184.stdout: Birth: - 2024-03-21T12:46:51.887 DEBUG:teuthology.orchestra.run.smithi184:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-03-21T12:46:51.898 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:51 smithi184 bash[14608]: cluster 2024-03-21T12:46:49.963087+0000 mgr.y (mgr.14152) 57 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:46:51.898 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:51 smithi184 bash[14608]: audit 2024-03-21T12:46:50.593643+0000 mgr.y (mgr.14152) 58 : audit [DBG] from='client.24104 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi178=y;smithi184=x", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:46:51.898 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:51 smithi184 bash[14608]: cephadm 2024-03-21T12:46:50.597198+0000 mgr.y (mgr.14152) 59 : cephadm [INF] Saving service mgr spec with placement smithi178=y;smithi184=x;count:2 2024-03-21T12:46:51.898 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:51 smithi184 bash[14608]: audit 2024-03-21T12:46:50.604578+0000 mon.a (mon.0) 256 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:46:51.898 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:51 smithi184 bash[14608]: audit 2024-03-21T12:46:50.649937+0000 mon.a (mon.0) 257 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:46:51.898 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:51 smithi184 bash[14608]: audit 2024-03-21T12:46:50.652660+0000 mon.a (mon.0) 258 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:46:51.898 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:51 smithi184 bash[14608]: audit 2024-03-21T12:46:50.654434+0000 mon.a (mon.0) 259 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:46:51.898 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:51 smithi184 bash[14608]: audit 2024-03-21T12:46:50.664991+0000 mon.a (mon.0) 260 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:46:51.898 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:51 smithi184 bash[14608]: audit 2024-03-21T12:46:50.668302+0000 mon.a (mon.0) 261 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-21T12:46:51.899 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:51 smithi184 bash[14608]: audit 2024-03-21T12:46:50.673811+0000 mon.a (mon.0) 262 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-03-21T12:46:51.899 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:51 smithi184 bash[14608]: audit 2024-03-21T12:46:50.675244+0000 mon.a (mon.0) 263 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-21T12:46:51.899 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:51 smithi184 bash[14608]: audit 2024-03-21T12:46:50.676868+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:46:51.899 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:51 smithi184 bash[14608]: cephadm 2024-03-21T12:46:50.678209+0000 mgr.y (mgr.14152) 60 : cephadm [INF] Deploying daemon mgr.x on smithi184 2024-03-21T12:46:51.900 INFO:teuthology.orchestra.run.smithi184.stderr:1+0 records in 2024-03-21T12:46:51.900 INFO:teuthology.orchestra.run.smithi184.stderr:1+0 records out 2024-03-21T12:46:51.900 INFO:teuthology.orchestra.run.smithi184.stderr:512 bytes copied, 0.000431751 s, 1.2 MB/s 2024-03-21T12:46:51.901 DEBUG:teuthology.orchestra.run.smithi184:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-03-21T12:46:51.911 DEBUG:teuthology.orchestra.run.smithi184:> stat /dev/vg_nvme/lv_2 2024-03-21T12:46:51.918 INFO:teuthology.orchestra.run.smithi184.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-03-21T12:46:51.919 INFO:teuthology.orchestra.run.smithi184.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T12:46:51.919 INFO:teuthology.orchestra.run.smithi184.stdout:Device: 6h/6d Inode: 365 Links: 1 2024-03-21T12:46:51.919 INFO:teuthology.orchestra.run.smithi184.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T12:46:51.919 INFO:teuthology.orchestra.run.smithi184.stdout:Access: 2024-03-21 12:42:13.676923748 +0000 2024-03-21T12:46:51.919 INFO:teuthology.orchestra.run.smithi184.stdout:Modify: 2024-03-21 12:42:13.448928993 +0000 2024-03-21T12:46:51.919 INFO:teuthology.orchestra.run.smithi184.stdout:Change: 2024-03-21 12:42:13.448928993 +0000 2024-03-21T12:46:51.919 INFO:teuthology.orchestra.run.smithi184.stdout: Birth: - 2024-03-21T12:46:51.919 DEBUG:teuthology.orchestra.run.smithi184:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-03-21T12:46:51.965 INFO:journalctl@ceph.mgr.x.smithi184.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2024-03-21T12:46:51.974 INFO:teuthology.orchestra.run.smithi184.stderr:1+0 records in 2024-03-21T12:46:51.974 INFO:teuthology.orchestra.run.smithi184.stderr:1+0 records out 2024-03-21T12:46:51.974 INFO:teuthology.orchestra.run.smithi184.stderr:512 bytes copied, 0.000405462 s, 1.3 MB/s 2024-03-21T12:46:51.976 DEBUG:teuthology.orchestra.run.smithi184:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-03-21T12:46:51.985 DEBUG:teuthology.orchestra.run.smithi184:> stat /dev/vg_nvme/lv_3 2024-03-21T12:46:51.989 INFO:teuthology.orchestra.run.smithi184.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-03-21T12:46:51.989 INFO:teuthology.orchestra.run.smithi184.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T12:46:51.989 INFO:teuthology.orchestra.run.smithi184.stdout:Device: 6h/6d Inode: 371 Links: 1 2024-03-21T12:46:51.990 INFO:teuthology.orchestra.run.smithi184.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T12:46:51.990 INFO:teuthology.orchestra.run.smithi184.stdout:Access: 2024-03-21 12:42:14.104913900 +0000 2024-03-21T12:46:51.990 INFO:teuthology.orchestra.run.smithi184.stdout:Modify: 2024-03-21 12:42:13.912918318 +0000 2024-03-21T12:46:51.990 INFO:teuthology.orchestra.run.smithi184.stdout:Change: 2024-03-21 12:42:13.912918318 +0000 2024-03-21T12:46:51.990 INFO:teuthology.orchestra.run.smithi184.stdout: Birth: - 2024-03-21T12:46:51.990 DEBUG:teuthology.orchestra.run.smithi184:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-03-21T12:46:51.999 INFO:teuthology.orchestra.run.smithi184.stderr:1+0 records in 2024-03-21T12:46:51.999 INFO:teuthology.orchestra.run.smithi184.stderr:1+0 records out 2024-03-21T12:46:51.999 INFO:teuthology.orchestra.run.smithi184.stderr:512 bytes copied, 0.000410696 s, 1.2 MB/s 2024-03-21T12:46:52.000 DEBUG:teuthology.orchestra.run.smithi184:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-03-21T12:46:52.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:51 smithi178 bash[14494]: cluster 2024-03-21T12:46:49.963087+0000 mgr.y (mgr.14152) 57 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:46:52.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:51 smithi178 bash[14494]: audit 2024-03-21T12:46:50.593643+0000 mgr.y (mgr.14152) 58 : audit [DBG] from='client.24104 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi178=y;smithi184=x", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:46:52.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:51 smithi178 bash[14494]: cephadm 2024-03-21T12:46:50.597198+0000 mgr.y (mgr.14152) 59 : cephadm [INF] Saving service mgr spec with placement smithi178=y;smithi184=x;count:2 2024-03-21T12:46:52.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:51 smithi178 bash[14494]: audit 2024-03-21T12:46:50.604578+0000 mon.a (mon.0) 256 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:46:52.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:51 smithi178 bash[14494]: audit 2024-03-21T12:46:50.649937+0000 mon.a (mon.0) 257 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:46:52.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:51 smithi178 bash[14494]: audit 2024-03-21T12:46:50.652660+0000 mon.a (mon.0) 258 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:46:52.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:51 smithi178 bash[14494]: audit 2024-03-21T12:46:50.654434+0000 mon.a (mon.0) 259 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:46:52.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:51 smithi178 bash[14494]: audit 2024-03-21T12:46:50.664991+0000 mon.a (mon.0) 260 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:46:52.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:51 smithi178 bash[14494]: audit 2024-03-21T12:46:50.668302+0000 mon.a (mon.0) 261 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-21T12:46:52.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:51 smithi178 bash[14494]: audit 2024-03-21T12:46:50.673811+0000 mon.a (mon.0) 262 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-03-21T12:46:52.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:51 smithi178 bash[14494]: audit 2024-03-21T12:46:50.675244+0000 mon.a (mon.0) 263 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-21T12:46:52.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:51 smithi178 bash[14494]: audit 2024-03-21T12:46:50.676868+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:46:52.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:51 smithi178 bash[14494]: cephadm 2024-03-21T12:46:50.678209+0000 mgr.y (mgr.14152) 60 : cephadm [INF] Deploying daemon mgr.x on smithi184 2024-03-21T12:46:52.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:51 smithi178 bash[20270]: cluster 2024-03-21T12:46:49.963087+0000 mgr.y (mgr.14152) 57 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:46:52.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:51 smithi178 bash[20270]: audit 2024-03-21T12:46:50.593643+0000 mgr.y (mgr.14152) 58 : audit [DBG] from='client.24104 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi178=y;smithi184=x", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:46:52.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:51 smithi178 bash[20270]: cephadm 2024-03-21T12:46:50.597198+0000 mgr.y (mgr.14152) 59 : cephadm [INF] Saving service mgr spec with placement smithi178=y;smithi184=x;count:2 2024-03-21T12:46:52.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:51 smithi178 bash[20270]: audit 2024-03-21T12:46:50.604578+0000 mon.a (mon.0) 256 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:46:52.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:51 smithi178 bash[20270]: audit 2024-03-21T12:46:50.649937+0000 mon.a (mon.0) 257 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:46:52.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:51 smithi178 bash[20270]: audit 2024-03-21T12:46:50.652660+0000 mon.a (mon.0) 258 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:46:52.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:51 smithi178 bash[20270]: audit 2024-03-21T12:46:50.654434+0000 mon.a (mon.0) 259 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:46:52.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:51 smithi178 bash[20270]: audit 2024-03-21T12:46:50.664991+0000 mon.a (mon.0) 260 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:46:52.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:51 smithi178 bash[20270]: audit 2024-03-21T12:46:50.668302+0000 mon.a (mon.0) 261 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-21T12:46:52.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:51 smithi178 bash[20270]: audit 2024-03-21T12:46:50.673811+0000 mon.a (mon.0) 262 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-03-21T12:46:52.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:51 smithi178 bash[20270]: audit 2024-03-21T12:46:50.675244+0000 mon.a (mon.0) 263 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-21T12:46:52.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:51 smithi178 bash[20270]: audit 2024-03-21T12:46:50.676868+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:46:52.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:51 smithi178 bash[20270]: cephadm 2024-03-21T12:46:50.678209+0000 mgr.y (mgr.14152) 60 : cephadm [INF] Deploying daemon mgr.x on smithi184 2024-03-21T12:46:52.051 DEBUG:teuthology.orchestra.run.smithi184:> stat /dev/vg_nvme/lv_4 2024-03-21T12:46:52.058 INFO:teuthology.orchestra.run.smithi184.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-03-21T12:46:52.058 INFO:teuthology.orchestra.run.smithi184.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T12:46:52.058 INFO:teuthology.orchestra.run.smithi184.stdout:Device: 6h/6d Inode: 379 Links: 1 2024-03-21T12:46:52.058 INFO:teuthology.orchestra.run.smithi184.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T12:46:52.058 INFO:teuthology.orchestra.run.smithi184.stdout:Access: 2024-03-21 12:42:14.572903133 +0000 2024-03-21T12:46:52.058 INFO:teuthology.orchestra.run.smithi184.stdout:Modify: 2024-03-21 12:42:14.360908011 +0000 2024-03-21T12:46:52.058 INFO:teuthology.orchestra.run.smithi184.stdout:Change: 2024-03-21 12:42:14.360908011 +0000 2024-03-21T12:46:52.058 INFO:teuthology.orchestra.run.smithi184.stdout: Birth: - 2024-03-21T12:46:52.058 DEBUG:teuthology.orchestra.run.smithi184:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-03-21T12:46:52.073 INFO:teuthology.orchestra.run.smithi184.stderr:1+0 records in 2024-03-21T12:46:52.073 INFO:teuthology.orchestra.run.smithi184.stderr:1+0 records out 2024-03-21T12:46:52.074 INFO:teuthology.orchestra.run.smithi184.stderr:512 bytes copied, 0.000248518 s, 2.1 MB/s 2024-03-21T12:46:52.074 DEBUG:teuthology.orchestra.run.smithi184:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-03-21T12:46:52.128 INFO:tasks.cephadm:Deploying osd.0 on smithi178 with /dev/vg_nvme/lv_4... 2024-03-21T12:46:52.128 DEBUG:teuthology.orchestra.run.smithi178:> 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 a94f249e-e780-11ee-95cd-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-03-21T12:46:53.796 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:53 smithi178 bash[20270]: cluster 2024-03-21T12:46:51.963542+0000 mgr.y (mgr.14152) 61 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:46:53.797 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:53 smithi178 bash[20270]: audit 2024-03-21T12:46:53.177990+0000 mon.a (mon.0) 265 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:46:53.797 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:53 smithi178 bash[20270]: audit 2024-03-21T12:46:53.182334+0000 mon.a (mon.0) 266 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:46:53.797 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:53 smithi178 bash[20270]: audit 2024-03-21T12:46:53.183959+0000 mon.a (mon.0) 267 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:46:53.797 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:53 smithi178 bash[20270]: audit 2024-03-21T12:46:53.184937+0000 mon.a (mon.0) 268 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:46:53.797 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:53 smithi178 bash[20270]: audit 2024-03-21T12:46:53.191169+0000 mon.a (mon.0) 269 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:46:53.797 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:53 smithi178 bash[20270]: audit 2024-03-21T12:46:53.193243+0000 mon.a (mon.0) 270 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-21T12:46:53.797 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:53 smithi178 bash[20270]: audit 2024-03-21T12:46:53.194305+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-21T12:46:53.797 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:53 smithi178 bash[20270]: audit 2024-03-21T12:46:53.195154+0000 mon.a (mon.0) 272 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:46:53.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:53 smithi178 bash[14494]: cluster 2024-03-21T12:46:51.963542+0000 mgr.y (mgr.14152) 61 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:46:53.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:53 smithi178 bash[14494]: audit 2024-03-21T12:46:53.177990+0000 mon.a (mon.0) 265 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:46:53.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:53 smithi178 bash[14494]: audit 2024-03-21T12:46:53.182334+0000 mon.a (mon.0) 266 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:46:53.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:53 smithi178 bash[14494]: audit 2024-03-21T12:46:53.183959+0000 mon.a (mon.0) 267 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:46:53.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:53 smithi178 bash[14494]: audit 2024-03-21T12:46:53.184937+0000 mon.a (mon.0) 268 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:46:53.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:53 smithi178 bash[14494]: audit 2024-03-21T12:46:53.191169+0000 mon.a (mon.0) 269 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:46:53.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:53 smithi178 bash[14494]: audit 2024-03-21T12:46:53.193243+0000 mon.a (mon.0) 270 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-21T12:46:53.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:53 smithi178 bash[14494]: audit 2024-03-21T12:46:53.194305+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-21T12:46:53.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:53 smithi178 bash[14494]: audit 2024-03-21T12:46:53.195154+0000 mon.a (mon.0) 272 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:46:53.946 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:53 smithi184 bash[14608]: cluster 2024-03-21T12:46:51.963542+0000 mgr.y (mgr.14152) 61 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:46:53.946 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:53 smithi184 bash[14608]: audit 2024-03-21T12:46:53.177990+0000 mon.a (mon.0) 265 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:46:53.946 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:53 smithi184 bash[14608]: audit 2024-03-21T12:46:53.182334+0000 mon.a (mon.0) 266 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:46:53.946 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:53 smithi184 bash[14608]: audit 2024-03-21T12:46:53.183959+0000 mon.a (mon.0) 267 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:46:53.946 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:53 smithi184 bash[14608]: audit 2024-03-21T12:46:53.184937+0000 mon.a (mon.0) 268 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:46:53.946 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:53 smithi184 bash[14608]: audit 2024-03-21T12:46:53.191169+0000 mon.a (mon.0) 269 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:46:53.947 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:53 smithi184 bash[14608]: audit 2024-03-21T12:46:53.193243+0000 mon.a (mon.0) 270 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-21T12:46:53.947 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:53 smithi184 bash[14608]: audit 2024-03-21T12:46:53.194305+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-21T12:46:53.947 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:53 smithi184 bash[14608]: audit 2024-03-21T12:46:53.195154+0000 mon.a (mon.0) 272 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:46:54.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:54 smithi178 bash[14494]: cephadm 2024-03-21T12:46:53.191764+0000 mgr.y (mgr.14152) 62 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T12:46:54.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:54 smithi178 bash[14494]: cephadm 2024-03-21T12:46:53.192894+0000 mgr.y (mgr.14152) 63 : cephadm [INF] Reconfiguring mgr.y (unknown last config time)... 2024-03-21T12:46:54.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:54 smithi178 bash[14494]: cephadm 2024-03-21T12:46:53.196178+0000 mgr.y (mgr.14152) 64 : cephadm [INF] Reconfiguring daemon mgr.y on smithi178 2024-03-21T12:46:54.797 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:54 smithi178 bash[20270]: cephadm 2024-03-21T12:46:53.191764+0000 mgr.y (mgr.14152) 62 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T12:46:54.797 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:54 smithi178 bash[20270]: cephadm 2024-03-21T12:46:53.192894+0000 mgr.y (mgr.14152) 63 : cephadm [INF] Reconfiguring mgr.y (unknown last config time)... 2024-03-21T12:46:54.797 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:54 smithi178 bash[20270]: cephadm 2024-03-21T12:46:53.196178+0000 mgr.y (mgr.14152) 64 : cephadm [INF] Reconfiguring daemon mgr.y on smithi178 2024-03-21T12:46:54.959 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 12:46:54 smithi184 bash[15792]: debug 2024-03-21T12:46:54.766+0000 7f86c8e5b000 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-21T12:46:54.959 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:54 smithi184 bash[14608]: cephadm 2024-03-21T12:46:53.191764+0000 mgr.y (mgr.14152) 62 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T12:46:54.959 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:54 smithi184 bash[14608]: cephadm 2024-03-21T12:46:53.192894+0000 mgr.y (mgr.14152) 63 : cephadm [INF] Reconfiguring mgr.y (unknown last config time)... 2024-03-21T12:46:54.959 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:54 smithi184 bash[14608]: cephadm 2024-03-21T12:46:53.196178+0000 mgr.y (mgr.14152) 64 : cephadm [INF] Reconfiguring daemon mgr.y on smithi178 2024-03-21T12:46:55.739 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:55 smithi178 bash[14494]: cluster 2024-03-21T12:46:53.963958+0000 mgr.y (mgr.14152) 65 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:46:55.740 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:55 smithi178 bash[20270]: cluster 2024-03-21T12:46:53.963958+0000 mgr.y (mgr.14152) 65 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:46:55.909 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:55 smithi184 bash[14608]: cluster 2024-03-21T12:46:53.963958+0000 mgr.y (mgr.14152) 65 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:46:55.909 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 12:46:55 smithi184 bash[15792]: debug 2024-03-21T12:46:55.606+0000 7f86c8e5b000 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-21T12:46:55.909 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 12:46:55 smithi184 bash[15792]: debug 2024-03-21T12:46:55.734+0000 7f86c8e5b000 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-21T12:46:56.072 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 12:46:55 smithi184 bash[15792]: debug 2024-03-21T12:46:55.906+0000 7f86c8e5b000 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-21T12:46:56.301 INFO:teuthology.orchestra.run.smithi178.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-03-21T12:46:56.301 INFO:teuthology.orchestra.run.smithi178.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-03-21T12:46:56.301 INFO:teuthology.orchestra.run.smithi178.stderr: stderr: 10+0 records in 2024-03-21T12:46:56.301 INFO:teuthology.orchestra.run.smithi178.stderr:10+0 records out 2024-03-21T12:46:56.301 INFO:teuthology.orchestra.run.smithi178.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0179155 s, 585 MB/s 2024-03-21T12:46:56.301 INFO:teuthology.orchestra.run.smithi178.stderr:--> Zapping successful for: 2024-03-21T12:46:56.508 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 12:46:56 smithi184 bash[15792]: debug 2024-03-21T12:46:56.238+0000 7f86c8e5b000 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-21T12:46:56.509 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 12:46:56 smithi184 bash[15792]: debug 2024-03-21T12:46:56.330+0000 7f86c8e5b000 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-21T12:46:56.822 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 12:46:56 smithi184 bash[15792]: debug 2024-03-21T12:46:56.538+0000 7f86c8e5b000 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-21T12:46:57.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:56 smithi178 bash[14494]: cluster 2024-03-21T12:46:55.964294+0000 mgr.y (mgr.14152) 66 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:46:57.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:56 smithi178 bash[14494]: audit 2024-03-21T12:46:55.990898+0000 mon.a (mon.0) 273 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:46:57.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:56 smithi178 bash[14494]: audit 2024-03-21T12:46:55.993584+0000 mon.a (mon.0) 274 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:46:57.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:56 smithi178 bash[14494]: audit 2024-03-21T12:46:55.995479+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:46:57.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:56 smithi178 bash[14494]: audit 2024-03-21T12:46:55.996769+0000 mon.a (mon.0) 276 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:46:57.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:56 smithi178 bash[14494]: audit 2024-03-21T12:46:56.003012+0000 mon.a (mon.0) 277 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:46:57.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:56 smithi178 bash[14494]: cephadm 2024-03-21T12:46:56.003579+0000 mgr.y (mgr.14152) 67 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T12:46:57.297 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:56 smithi178 bash[20270]: cluster 2024-03-21T12:46:55.964294+0000 mgr.y (mgr.14152) 66 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:46:57.297 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:56 smithi178 bash[20270]: audit 2024-03-21T12:46:55.990898+0000 mon.a (mon.0) 273 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:46:57.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:56 smithi178 bash[20270]: audit 2024-03-21T12:46:55.993584+0000 mon.a (mon.0) 274 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:46:57.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:56 smithi178 bash[20270]: audit 2024-03-21T12:46:55.995479+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:46:57.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:56 smithi178 bash[20270]: audit 2024-03-21T12:46:55.996769+0000 mon.a (mon.0) 276 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:46:57.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:56 smithi178 bash[20270]: audit 2024-03-21T12:46:56.003012+0000 mon.a (mon.0) 277 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:46:57.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:56 smithi178 bash[20270]: cephadm 2024-03-21T12:46:56.003579+0000 mgr.y (mgr.14152) 67 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T12:46:57.322 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:56 smithi184 bash[14608]: cluster 2024-03-21T12:46:55.964294+0000 mgr.y (mgr.14152) 66 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:46:57.322 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:56 smithi184 bash[14608]: audit 2024-03-21T12:46:55.990898+0000 mon.a (mon.0) 273 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:46:57.322 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:56 smithi184 bash[14608]: audit 2024-03-21T12:46:55.993584+0000 mon.a (mon.0) 274 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:46:57.322 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:56 smithi184 bash[14608]: audit 2024-03-21T12:46:55.995479+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:46:57.322 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:56 smithi184 bash[14608]: audit 2024-03-21T12:46:55.996769+0000 mon.a (mon.0) 276 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:46:57.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:56 smithi184 bash[14608]: audit 2024-03-21T12:46:56.003012+0000 mon.a (mon.0) 277 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:46:57.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:56 smithi184 bash[14608]: cephadm 2024-03-21T12:46:56.003579+0000 mgr.y (mgr.14152) 67 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T12:46:57.432 DEBUG:teuthology.orchestra.run.smithi178:> 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 a94f249e-e780-11ee-95cd-87774f69a715 -- ceph orch daemon add osd smithi178:vg_nvme/lv_4 2024-03-21T12:46:57.738 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 12:46:57 smithi184 bash[15792]: debug 2024-03-21T12:46:57.418+0000 7f86c8e5b000 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-21T12:46:57.738 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 12:46:57 smithi184 bash[15792]: debug 2024-03-21T12:46:57.526+0000 7f86c8e5b000 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-21T12:46:58.012 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 12:46:57 smithi184 bash[15792]: debug 2024-03-21T12:46:57.734+0000 7f86c8e5b000 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-21T12:46:58.322 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 12:46:58 smithi184 bash[15792]: debug 2024-03-21T12:46:58.082+0000 7f86c8e5b000 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-21T12:46:58.783 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:58 smithi184 bash[14608]: audit 2024-03-21T12:46:57.488745+0000 mon.a (mon.0) 278 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:46:58.783 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 12:46:58 smithi184 bash[15792]: debug 2024-03-21T12:46:58.410+0000 7f86c8e5b000 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-21T12:46:58.798 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:46:58 smithi178 bash[14766]: 172.21.15.184 - - [21/Mar/2024:12:46:58] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2024-03-21T12:46:58.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:58 smithi178 bash[14494]: audit 2024-03-21T12:46:57.488745+0000 mon.a (mon.0) 278 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:46:58.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:58 smithi178 bash[20270]: audit 2024-03-21T12:46:57.488745+0000 mon.a (mon.0) 278 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:46:59.054 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 12:46:58 smithi184 bash[15792]: debug 2024-03-21T12:46:58.778+0000 7f86c8e5b000 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-21T12:46:59.546 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:46:59 smithi178 bash[14766]: 172.21.15.184 - - [21/Mar/2024:12:46:59] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2024-03-21T12:46:59.743 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 12:46:59 smithi184 bash[15792]: debug 2024-03-21T12:46:59.050+0000 7f86c8e5b000 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-21T12:46:59.743 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:59 smithi184 bash[14608]: cluster 2024-03-21T12:46:57.964790+0000 mgr.y (mgr.14152) 68 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:46:59.743 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:59 smithi184 bash[14608]: audit 2024-03-21T12:46:58.587756+0000 mon.a (mon.0) 279 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:46:59.743 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:59 smithi184 bash[14608]: audit 2024-03-21T12:46:59.414801+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:46:59.743 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:59 smithi184 bash[14608]: audit 2024-03-21T12:46:59.421701+0000 mon.a (mon.0) 281 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:46:59.743 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:59 smithi184 bash[14608]: audit 2024-03-21T12:46:59.427995+0000 mon.a (mon.0) 282 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:46:59.743 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:59 smithi184 bash[14608]: audit 2024-03-21T12:46:59.429766+0000 mon.a (mon.0) 283 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:46:59.744 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:59 smithi184 bash[14608]: audit 2024-03-21T12:46:59.430952+0000 mon.a (mon.0) 284 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:46:59.744 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:46:59 smithi184 bash[14608]: audit 2024-03-21T12:46:59.438237+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:46:59.875 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:59 smithi178 bash[14494]: cluster 2024-03-21T12:46:57.964790+0000 mgr.y (mgr.14152) 68 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:46:59.875 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:59 smithi178 bash[14494]: audit 2024-03-21T12:46:58.587756+0000 mon.a (mon.0) 279 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:46:59.875 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:59 smithi178 bash[14494]: audit 2024-03-21T12:46:59.414801+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:46:59.875 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:59 smithi178 bash[14494]: audit 2024-03-21T12:46:59.421701+0000 mon.a (mon.0) 281 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:46:59.875 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:59 smithi178 bash[14494]: audit 2024-03-21T12:46:59.427995+0000 mon.a (mon.0) 282 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:46:59.875 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:59 smithi178 bash[14494]: audit 2024-03-21T12:46:59.429766+0000 mon.a (mon.0) 283 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:46:59.875 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:59 smithi178 bash[14494]: audit 2024-03-21T12:46:59.430952+0000 mon.a (mon.0) 284 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:46:59.875 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:46:59 smithi178 bash[14494]: audit 2024-03-21T12:46:59.438237+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:46:59.875 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:59 smithi178 bash[20270]: cluster 2024-03-21T12:46:57.964790+0000 mgr.y (mgr.14152) 68 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:46:59.876 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:59 smithi178 bash[20270]: audit 2024-03-21T12:46:58.587756+0000 mon.a (mon.0) 279 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:46:59.876 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:59 smithi178 bash[20270]: audit 2024-03-21T12:46:59.414801+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:46:59.876 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:59 smithi178 bash[20270]: audit 2024-03-21T12:46:59.421701+0000 mon.a (mon.0) 281 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:46:59.876 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:59 smithi178 bash[20270]: audit 2024-03-21T12:46:59.427995+0000 mon.a (mon.0) 282 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:46:59.876 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:59 smithi178 bash[20270]: audit 2024-03-21T12:46:59.429766+0000 mon.a (mon.0) 283 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:46:59.876 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:59 smithi178 bash[20270]: audit 2024-03-21T12:46:59.430952+0000 mon.a (mon.0) 284 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:46:59.876 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:46:59 smithi178 bash[20270]: audit 2024-03-21T12:46:59.438237+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:46:59.999 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 12:46:59 smithi184 bash[15792]: debug 2024-03-21T12:46:59.738+0000 7f86c8e5b000 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-21T12:47:00.000 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 12:46:59 smithi184 bash[15792]: debug 2024-03-21T12:46:59.842+0000 7f86c8e5b000 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-21T12:47:00.322 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 12:46:59 smithi184 bash[15792]: debug 2024-03-21T12:46:59.994+0000 7f86c8e5b000 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-21T12:47:00.322 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 12:47:00 smithi184 bash[15792]: debug 2024-03-21T12:47:00.102+0000 7f86c8e5b000 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-21T12:47:00.323 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 12:47:00 smithi184 bash[15792]: debug 2024-03-21T12:47:00.238+0000 7f86c8e5b000 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-21T12:47:00.822 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 12:47:00 smithi184 bash[15792]: debug 2024-03-21T12:47:00.530+0000 7f86c8e5b000 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-21T12:47:00.822 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 12:47:00 smithi184 bash[15792]: debug 2024-03-21T12:47:00.646+0000 7f86c8e5b000 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-21T12:47:01.322 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 12:47:00 smithi184 bash[15792]: debug 2024-03-21T12:47:00.826+0000 7f86c8e5b000 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-21T12:47:01.322 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 12:47:00 smithi184 bash[15792]: debug 2024-03-21T12:47:00.942+0000 7f86c8e5b000 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-21T12:47:02.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:47:01 smithi178 bash[14494]: cluster 2024-03-21T12:46:59.965240+0000 mgr.y (mgr.14152) 69 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:47:02.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:47:01 smithi178 bash[14494]: audit 2024-03-21T12:47:01.286438+0000 mon.a (mon.0) 286 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-21T12:47:02.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:47:01 smithi178 bash[14494]: audit 2024-03-21T12:47:01.293616+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-21T12:47:02.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:47:01 smithi178 bash[14494]: audit 2024-03-21T12:47:01.294980+0000 mon.a (mon.0) 288 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:47:02.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:47:01 smithi178 bash[20270]: cluster 2024-03-21T12:46:59.965240+0000 mgr.y (mgr.14152) 69 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:47:02.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:47:01 smithi178 bash[20270]: audit 2024-03-21T12:47:01.286438+0000 mon.a (mon.0) 286 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-21T12:47:02.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:47:01 smithi178 bash[20270]: audit 2024-03-21T12:47:01.293616+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-21T12:47:02.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:47:01 smithi178 bash[20270]: audit 2024-03-21T12:47:01.294980+0000 mon.a (mon.0) 288 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:47:02.072 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 12:47:01 smithi184 bash[15792]: debug 2024-03-21T12:47:01.786+0000 7f86c8e5b000 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-21T12:47:02.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:47:01 smithi184 bash[14608]: cluster 2024-03-21T12:46:59.965240+0000 mgr.y (mgr.14152) 69 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:47:02.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:47:01 smithi184 bash[14608]: audit 2024-03-21T12:47:01.286438+0000 mon.a (mon.0) 286 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-21T12:47:02.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:47:01 smithi184 bash[14608]: audit 2024-03-21T12:47:01.293616+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-21T12:47:02.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:47:01 smithi184 bash[14608]: audit 2024-03-21T12:47:01.294980+0000 mon.a (mon.0) 288 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:47:02.849 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:47:02 smithi178 bash[14766]: 172.21.15.178 - - [21/Mar/2024:12:47:02] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2024-03-21T12:47:02.850 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:47:02 smithi178 bash[20270]: audit 2024-03-21T12:47:01.279659+0000 mgr.y (mgr.14152) 70 : audit [DBG] from='client.24121 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi178:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:47:02.850 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:47:02 smithi178 bash[20270]: cluster 2024-03-21T12:47:01.810480+0000 mon.a (mon.0) 289 : cluster [DBG] Standby manager daemon x started 2024-03-21T12:47:02.850 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:47:02 smithi178 bash[20270]: audit 2024-03-21T12:47:01.813916+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.184:0/2891323434' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-03-21T12:47:02.850 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:47:02 smithi178 bash[20270]: audit 2024-03-21T12:47:01.814752+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.184:0/2891323434' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-21T12:47:02.850 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:47:02 smithi178 bash[20270]: audit 2024-03-21T12:47:01.816756+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.184:0/2891323434' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-03-21T12:47:02.850 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:47:02 smithi178 bash[20270]: audit 2024-03-21T12:47:01.817492+0000 mon.b (mon.2) 6 : audit [DBG] from='mgr.? 172.21.15.184:0/2891323434' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-21T12:47:02.850 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:47:02 smithi178 bash[14494]: audit 2024-03-21T12:47:01.279659+0000 mgr.y (mgr.14152) 70 : audit [DBG] from='client.24121 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi178:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:47:02.850 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:47:02 smithi178 bash[14494]: cluster 2024-03-21T12:47:01.810480+0000 mon.a (mon.0) 289 : cluster [DBG] Standby manager daemon x started 2024-03-21T12:47:02.850 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:47:02 smithi178 bash[14494]: audit 2024-03-21T12:47:01.813916+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.184:0/2891323434' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-03-21T12:47:02.850 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:47:02 smithi178 bash[14494]: audit 2024-03-21T12:47:01.814752+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.184:0/2891323434' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-21T12:47:02.850 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:47:02 smithi178 bash[14494]: audit 2024-03-21T12:47:01.816756+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.184:0/2891323434' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-03-21T12:47:02.851 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:47:02 smithi178 bash[14494]: audit 2024-03-21T12:47:01.817492+0000 mon.b (mon.2) 6 : audit [DBG] from='mgr.? 172.21.15.184:0/2891323434' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-21T12:47:03.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:47:02 smithi184 bash[14608]: audit 2024-03-21T12:47:01.279659+0000 mgr.y (mgr.14152) 70 : audit [DBG] from='client.24121 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi178:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:47:03.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:47:02 smithi184 bash[14608]: cluster 2024-03-21T12:47:01.810480+0000 mon.a (mon.0) 289 : cluster [DBG] Standby manager daemon x started 2024-03-21T12:47:03.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:47:02 smithi184 bash[14608]: audit 2024-03-21T12:47:01.813916+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.184:0/2891323434' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-03-21T12:47:03.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:47:02 smithi184 bash[14608]: audit 2024-03-21T12:47:01.814752+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.184:0/2891323434' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-21T12:47:03.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:47:02 smithi184 bash[14608]: audit 2024-03-21T12:47:01.816756+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.184:0/2891323434' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-03-21T12:47:03.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:47:02 smithi184 bash[14608]: audit 2024-03-21T12:47:01.817492+0000 mon.b (mon.2) 6 : audit [DBG] from='mgr.? 172.21.15.184:0/2891323434' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-21T12:47:03.296 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:47:02 smithi178 bash[14766]: 172.21.15.178 - - [21/Mar/2024:12:47:02] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2024-03-21T12:47:04.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:47:03 smithi178 bash[14494]: cluster 2024-03-21T12:47:01.965652+0000 mgr.y (mgr.14152) 71 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:47:04.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:47:03 smithi178 bash[14494]: cluster 2024-03-21T12:47:02.609104+0000 mon.a (mon.0) 290 : cluster [DBG] mgrmap e14: y(active, since 74s), standbys: x 2024-03-21T12:47:04.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:47:03 smithi178 bash[14494]: audit 2024-03-21T12:47:02.609276+0000 mon.a (mon.0) 291 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-03-21T12:47:04.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:47:03 smithi178 bash[14494]: audit 2024-03-21T12:47:02.719452+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:47:04.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:47:03 smithi178 bash[14494]: audit 2024-03-21T12:47:02.726195+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:47:04.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:47:03 smithi178 bash[14494]: audit 2024-03-21T12:47:02.837487+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:47:04.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:47:03 smithi178 bash[14494]: audit 2024-03-21T12:47:02.845956+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:47:04.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:47:03 smithi178 bash[20270]: cluster 2024-03-21T12:47:01.965652+0000 mgr.y (mgr.14152) 71 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:47:04.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:47:03 smithi178 bash[20270]: cluster 2024-03-21T12:47:02.609104+0000 mon.a (mon.0) 290 : cluster [DBG] mgrmap e14: y(active, since 74s), standbys: x 2024-03-21T12:47:04.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:47:03 smithi178 bash[20270]: audit 2024-03-21T12:47:02.609276+0000 mon.a (mon.0) 291 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-03-21T12:47:04.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:47:03 smithi178 bash[20270]: audit 2024-03-21T12:47:02.719452+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:47:04.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:47:03 smithi178 bash[20270]: audit 2024-03-21T12:47:02.726195+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:47:04.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:47:03 smithi178 bash[20270]: audit 2024-03-21T12:47:02.837487+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:47:04.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:47:03 smithi178 bash[20270]: audit 2024-03-21T12:47:02.845956+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:47:04.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:47:03 smithi184 bash[14608]: cluster 2024-03-21T12:47:01.965652+0000 mgr.y (mgr.14152) 71 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:47:04.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:47:03 smithi184 bash[14608]: cluster 2024-03-21T12:47:02.609104+0000 mon.a (mon.0) 290 : cluster [DBG] mgrmap e14: y(active, since 74s), standbys: x 2024-03-21T12:47:04.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:47:03 smithi184 bash[14608]: audit 2024-03-21T12:47:02.609276+0000 mon.a (mon.0) 291 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-03-21T12:47:04.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:47:03 smithi184 bash[14608]: audit 2024-03-21T12:47:02.719452+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:47:04.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:47:03 smithi184 bash[14608]: audit 2024-03-21T12:47:02.726195+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:47:04.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:47:03 smithi184 bash[14608]: audit 2024-03-21T12:47:02.837487+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:47:04.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:47:03 smithi184 bash[14608]: audit 2024-03-21T12:47:02.845956+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:47:05.885 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:47:05 smithi178 bash[20270]: cluster 2024-03-21T12:47:03.966026+0000 mgr.y (mgr.14152) 72 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:47:05.885 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:47:05 smithi178 bash[14494]: cluster 2024-03-21T12:47:03.966026+0000 mgr.y (mgr.14152) 72 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:47:06.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:47:05 smithi184 bash[14608]: cluster 2024-03-21T12:47:03.966026+0000 mgr.y (mgr.14152) 72 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:47:08.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:47:07 smithi178 bash[14494]: cluster 2024-03-21T12:47:05.966452+0000 mgr.y (mgr.14152) 73 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:47:08.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:47:07 smithi178 bash[14494]: audit 2024-03-21T12:47:06.660556+0000 mon.a (mon.0) 296 : audit [INF] from='client.? 172.21.15.178:0/194990418' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "da2677cf-00f8-400b-ae45-d4276cdba463"}]: dispatch 2024-03-21T12:47:08.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:47:07 smithi178 bash[14494]: audit 2024-03-21T12:47:06.667541+0000 mon.a (mon.0) 297 : audit [INF] from='client.? 172.21.15.178:0/194990418' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "da2677cf-00f8-400b-ae45-d4276cdba463"}]': finished 2024-03-21T12:47:08.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:47:07 smithi178 bash[14494]: cluster 2024-03-21T12:47:06.667729+0000 mon.a (mon.0) 298 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-03-21T12:47:08.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:47:07 smithi178 bash[14494]: audit 2024-03-21T12:47:06.667865+0000 mon.a (mon.0) 299 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T12:47:08.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:47:07 smithi178 bash[14494]: audit 2024-03-21T12:47:07.369218+0000 mon.c (mon.1) 4 : audit [DBG] from='client.? 172.21.15.178:0/2813565325' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-21T12:47:08.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:47:07 smithi178 bash[20270]: cluster 2024-03-21T12:47:05.966452+0000 mgr.y (mgr.14152) 73 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:47:08.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:47:07 smithi178 bash[20270]: audit 2024-03-21T12:47:06.660556+0000 mon.a (mon.0) 296 : audit [INF] from='client.? 172.21.15.178:0/194990418' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "da2677cf-00f8-400b-ae45-d4276cdba463"}]: dispatch 2024-03-21T12:47:08.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:47:07 smithi178 bash[20270]: audit 2024-03-21T12:47:06.667541+0000 mon.a (mon.0) 297 : audit [INF] from='client.? 172.21.15.178:0/194990418' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "da2677cf-00f8-400b-ae45-d4276cdba463"}]': finished 2024-03-21T12:47:08.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:47:07 smithi178 bash[20270]: cluster 2024-03-21T12:47:06.667729+0000 mon.a (mon.0) 298 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-03-21T12:47:08.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:47:07 smithi178 bash[20270]: audit 2024-03-21T12:47:06.667865+0000 mon.a (mon.0) 299 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T12:47:08.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:47:07 smithi178 bash[20270]: audit 2024-03-21T12:47:07.369218+0000 mon.c (mon.1) 4 : audit [DBG] from='client.? 172.21.15.178:0/2813565325' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-21T12:47:08.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:47:07 smithi184 bash[14608]: cluster 2024-03-21T12:47:05.966452+0000 mgr.y (mgr.14152) 73 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:47:08.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:47:07 smithi184 bash[14608]: audit 2024-03-21T12:47:06.660556+0000 mon.a (mon.0) 296 : audit [INF] from='client.? 172.21.15.178:0/194990418' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "da2677cf-00f8-400b-ae45-d4276cdba463"}]: dispatch 2024-03-21T12:47:08.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:47:07 smithi184 bash[14608]: audit 2024-03-21T12:47:06.667541+0000 mon.a (mon.0) 297 : audit [INF] from='client.? 172.21.15.178:0/194990418' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "da2677cf-00f8-400b-ae45-d4276cdba463"}]': finished 2024-03-21T12:47:08.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:47:07 smithi184 bash[14608]: cluster 2024-03-21T12:47:06.667729+0000 mon.a (mon.0) 298 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-03-21T12:47:08.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:47:07 smithi184 bash[14608]: audit 2024-03-21T12:47:06.667865+0000 mon.a (mon.0) 299 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T12:47:08.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:47:07 smithi184 bash[14608]: audit 2024-03-21T12:47:07.369218+0000 mon.c (mon.1) 4 : audit [DBG] from='client.? 172.21.15.178:0/2813565325' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-21T12:47:10.015 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:47:09 smithi178 bash[14494]: cluster 2024-03-21T12:47:07.966934+0000 mgr.y (mgr.14152) 74 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:47:10.016 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:47:09 smithi178 bash[20270]: cluster 2024-03-21T12:47:07.966934+0000 mgr.y (mgr.14152) 74 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:47:10.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:47:09 smithi184 bash[14608]: cluster 2024-03-21T12:47:07.966934+0000 mgr.y (mgr.14152) 74 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:47:12.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:47:11 smithi178 bash[14494]: cluster 2024-03-21T12:47:09.967349+0000 mgr.y (mgr.14152) 75 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:47:12.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:47:11 smithi178 bash[20270]: cluster 2024-03-21T12:47:09.967349+0000 mgr.y (mgr.14152) 75 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:47:12.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:47:11 smithi184 bash[14608]: cluster 2024-03-21T12:47:09.967349+0000 mgr.y (mgr.14152) 75 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:47:14.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:47:13 smithi178 bash[14494]: cluster 2024-03-21T12:47:11.967836+0000 mgr.y (mgr.14152) 76 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:47:14.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:47:13 smithi178 bash[20270]: cluster 2024-03-21T12:47:11.967836+0000 mgr.y (mgr.14152) 76 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:47:14.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:47:13 smithi184 bash[14608]: cluster 2024-03-21T12:47:11.967836+0000 mgr.y (mgr.14152) 76 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:47:15.762 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:47:15 smithi184 bash[14608]: cluster 2024-03-21T12:47:13.968276+0000 mgr.y (mgr.14152) 77 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:47:16.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:47:15 smithi178 bash[14494]: cluster 2024-03-21T12:47:13.968276+0000 mgr.y (mgr.14152) 77 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:47:16.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:47:15 smithi178 bash[20270]: cluster 2024-03-21T12:47:13.968276+0000 mgr.y (mgr.14152) 77 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:47:17.950 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:47:17 smithi178 bash[14494]: cluster 2024-03-21T12:47:15.968701+0000 mgr.y (mgr.14152) 78 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:47:17.951 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:47:17 smithi178 bash[14494]: audit 2024-03-21T12:47:16.712908+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-03-21T12:47:17.951 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:47:17 smithi178 bash[14494]: audit 2024-03-21T12:47:16.714497+0000 mon.a (mon.0) 301 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:47:17.951 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:47:17 smithi178 bash[14494]: cephadm 2024-03-21T12:47:16.716045+0000 mgr.y (mgr.14152) 79 : cephadm [INF] Deploying daemon osd.0 on smithi178 2024-03-21T12:47:17.952 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:47:17 smithi178 bash[20270]: cluster 2024-03-21T12:47:15.968701+0000 mgr.y (mgr.14152) 78 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:47:17.952 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:47:17 smithi178 bash[20270]: audit 2024-03-21T12:47:16.712908+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-03-21T12:47:17.952 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:47:17 smithi178 bash[20270]: audit 2024-03-21T12:47:16.714497+0000 mon.a (mon.0) 301 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:47:17.952 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:47:17 smithi178 bash[20270]: cephadm 2024-03-21T12:47:16.716045+0000 mgr.y (mgr.14152) 79 : cephadm [INF] Deploying daemon osd.0 on smithi178 2024-03-21T12:47:18.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:47:17 smithi184 bash[14608]: cluster 2024-03-21T12:47:15.968701+0000 mgr.y (mgr.14152) 78 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:47:18.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:47:17 smithi184 bash[14608]: audit 2024-03-21T12:47:16.712908+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-03-21T12:47:18.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:47:17 smithi184 bash[14608]: audit 2024-03-21T12:47:16.714497+0000 mon.a (mon.0) 301 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:47:18.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:47:17 smithi184 bash[14608]: cephadm 2024-03-21T12:47:16.716045+0000 mgr.y (mgr.14152) 79 : cephadm [INF] Deploying daemon osd.0 on smithi178 2024-03-21T12:47:19.592 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:47:19 smithi178 bash[14766]: 172.21.15.184 - - [21/Mar/2024:12:47:19] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2024-03-21T12:47:20.014 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:47:19 smithi178 bash[14494]: cluster 2024-03-21T12:47:17.969115+0000 mgr.y (mgr.14152) 80 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:47:20.014 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:47:19 smithi178 bash[14494]: audit 2024-03-21T12:47:19.378920+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:47:20.014 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:47:19 smithi178 bash[14494]: audit 2024-03-21T12:47:19.385375+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:47:20.014 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:47:19 smithi178 bash[20270]: cluster 2024-03-21T12:47:17.969115+0000 mgr.y (mgr.14152) 80 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:47:20.014 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:47:19 smithi178 bash[20270]: audit 2024-03-21T12:47:19.378920+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:47:20.015 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:47:19 smithi178 bash[20270]: audit 2024-03-21T12:47:19.385375+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:47:20.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:47:19 smithi184 bash[14608]: cluster 2024-03-21T12:47:17.969115+0000 mgr.y (mgr.14152) 80 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:47:20.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:47:19 smithi184 bash[14608]: audit 2024-03-21T12:47:19.378920+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:47:20.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:47:19 smithi184 bash[14608]: audit 2024-03-21T12:47:19.385375+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:47:21.936 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:47:21 smithi178 bash[14494]: cluster 2024-03-21T12:47:19.969592+0000 mgr.y (mgr.14152) 81 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:47:21.937 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:47:21 smithi178 bash[20270]: cluster 2024-03-21T12:47:19.969592+0000 mgr.y (mgr.14152) 81 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:47:22.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:47:21 smithi184 bash[14608]: cluster 2024-03-21T12:47:19.969592+0000 mgr.y (mgr.14152) 81 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:47:23.296 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:47:22 smithi178 bash[14766]: 172.21.15.178 - - [21/Mar/2024:12:47:22] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2024-03-21T12:47:23.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:47:23 smithi178 bash[14494]: cluster 2024-03-21T12:47:21.970031+0000 mgr.y (mgr.14152) 82 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:47:23.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:47:23 smithi178 bash[14494]: audit 2024-03-21T12:47:22.176846+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:47:23.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:47:23 smithi178 bash[14494]: audit 2024-03-21T12:47:22.212266+0000 mon.a (mon.0) 305 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:47:23.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:47:23 smithi178 bash[14494]: audit 2024-03-21T12:47:22.214003+0000 mon.a (mon.0) 306 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:47:23.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:47:23 smithi178 bash[14494]: audit 2024-03-21T12:47:22.215049+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:47:23.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:47:23 smithi178 bash[14494]: audit 2024-03-21T12:47:22.221289+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:47:23.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:47:23 smithi178 bash[14494]: audit 2024-03-21T12:47:22.964024+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:47:23.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:47:23 smithi178 bash[14494]: audit 2024-03-21T12:47:22.970874+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:47:23.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:47:23 smithi178 bash[14494]: audit 2024-03-21T12:47:22.990668+0000 mon.a (mon.0) 311 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:47:23.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:47:23 smithi178 bash[14494]: audit 2024-03-21T12:47:22.993110+0000 mon.a (mon.0) 312 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:47:23.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:47:23 smithi178 bash[14494]: audit 2024-03-21T12:47:22.994621+0000 mon.a (mon.0) 313 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:47:23.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:47:23 smithi178 bash[14494]: audit 2024-03-21T12:47:23.004497+0000 mon.a (mon.0) 314 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:47:23.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:47:23 smithi178 bash[20270]: cluster 2024-03-21T12:47:21.970031+0000 mgr.y (mgr.14152) 82 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:47:23.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:47:23 smithi178 bash[20270]: audit 2024-03-21T12:47:22.176846+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:47:23.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:47:23 smithi178 bash[20270]: audit 2024-03-21T12:47:22.212266+0000 mon.a (mon.0) 305 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:47:23.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:47:23 smithi178 bash[20270]: audit 2024-03-21T12:47:22.214003+0000 mon.a (mon.0) 306 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:47:23.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:47:23 smithi178 bash[20270]: audit 2024-03-21T12:47:22.215049+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:47:23.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:47:23 smithi178 bash[20270]: audit 2024-03-21T12:47:22.221289+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:47:23.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:47:23 smithi178 bash[20270]: audit 2024-03-21T12:47:22.964024+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:47:23.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:47:23 smithi178 bash[20270]: audit 2024-03-21T12:47:22.970874+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:47:23.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:47:23 smithi178 bash[20270]: audit 2024-03-21T12:47:22.990668+0000 mon.a (mon.0) 311 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:47:23.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:47:23 smithi178 bash[20270]: audit 2024-03-21T12:47:22.993110+0000 mon.a (mon.0) 312 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:47:23.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:47:23 smithi178 bash[20270]: audit 2024-03-21T12:47:22.994621+0000 mon.a (mon.0) 313 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:47:23.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:47:23 smithi178 bash[20270]: audit 2024-03-21T12:47:23.004497+0000 mon.a (mon.0) 314 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:47:23.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:47:23 smithi184 bash[14608]: cluster 2024-03-21T12:47:21.970031+0000 mgr.y (mgr.14152) 82 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:47:23.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:47:23 smithi184 bash[14608]: audit 2024-03-21T12:47:22.176846+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:47:23.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:47:23 smithi184 bash[14608]: audit 2024-03-21T12:47:22.212266+0000 mon.a (mon.0) 305 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:47:23.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:47:23 smithi184 bash[14608]: audit 2024-03-21T12:47:22.214003+0000 mon.a (mon.0) 306 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:47:23.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:47:23 smithi184 bash[14608]: audit 2024-03-21T12:47:22.215049+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:47:23.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:47:23 smithi184 bash[14608]: audit 2024-03-21T12:47:22.221289+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:47:23.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:47:23 smithi184 bash[14608]: audit 2024-03-21T12:47:22.964024+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:47:23.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:47:23 smithi184 bash[14608]: audit 2024-03-21T12:47:22.970874+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:47:23.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:47:23 smithi184 bash[14608]: audit 2024-03-21T12:47:22.990668+0000 mon.a (mon.0) 311 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:47:23.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:47:23 smithi184 bash[14608]: audit 2024-03-21T12:47:22.993110+0000 mon.a (mon.0) 312 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:47:23.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:47:23 smithi184 bash[14608]: audit 2024-03-21T12:47:22.994621+0000 mon.a (mon.0) 313 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:47:23.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:47:23 smithi184 bash[14608]: audit 2024-03-21T12:47:23.004497+0000 mon.a (mon.0) 314 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:47:25.496 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:47:25 smithi178 bash[14494]: cluster 2024-03-21T12:47:23.970376+0000 mgr.y (mgr.14152) 83 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:47:25.497 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:47:25 smithi178 bash[20270]: cluster 2024-03-21T12:47:23.970376+0000 mgr.y (mgr.14152) 83 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:47:25.572 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:47:25 smithi184 bash[14608]: cluster 2024-03-21T12:47:23.970376+0000 mgr.y (mgr.14152) 83 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:47:27.513 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:47:27 smithi178 bash[14494]: cluster 2024-03-21T12:47:25.970788+0000 mgr.y (mgr.14152) 84 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:47:27.513 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:47:27 smithi178 bash[14766]: 172.21.15.178 - - [21/Mar/2024:12:47:27] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2024-03-21T12:47:27.513 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:47:27 smithi178 bash[20270]: cluster 2024-03-21T12:47:25.970788+0000 mgr.y (mgr.14152) 84 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:47:27.572 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:47:27 smithi184 bash[14608]: cluster 2024-03-21T12:47:25.970788+0000 mgr.y (mgr.14152) 84 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:47:28.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:47:28 smithi178 bash[14494]: audit 2024-03-21T12:47:27.351274+0000 mon.a (mon.0) 315 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:47:28.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:47:28 smithi178 bash[14494]: cephadm 2024-03-21T12:47:27.352345+0000 mgr.y (mgr.14152) 85 : cephadm [INF] Detected new or changed devices on smithi178 2024-03-21T12:47:28.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:47:28 smithi178 bash[14494]: audit 2024-03-21T12:47:27.357801+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:47:28.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:47:28 smithi178 bash[14494]: audit 2024-03-21T12:47:27.383933+0000 mon.a (mon.0) 317 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:47:28.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:47:28 smithi178 bash[14494]: audit 2024-03-21T12:47:27.386445+0000 mon.a (mon.0) 318 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:47:28.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:47:28 smithi178 bash[14494]: audit 2024-03-21T12:47:27.388061+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:47:28.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:47:28 smithi178 bash[14494]: audit 2024-03-21T12:47:27.398697+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:47:28.547 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:47:28 smithi178 bash[20270]: audit 2024-03-21T12:47:27.351274+0000 mon.a (mon.0) 315 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:47:28.547 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:47:28 smithi178 bash[20270]: cephadm 2024-03-21T12:47:27.352345+0000 mgr.y (mgr.14152) 85 : cephadm [INF] Detected new or changed devices on smithi178 2024-03-21T12:47:28.547 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:47:28 smithi178 bash[20270]: audit 2024-03-21T12:47:27.357801+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:47:28.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:47:28 smithi178 bash[20270]: audit 2024-03-21T12:47:27.383933+0000 mon.a (mon.0) 317 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:47:28.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:47:28 smithi178 bash[20270]: audit 2024-03-21T12:47:27.386445+0000 mon.a (mon.0) 318 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:47:28.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:47:28 smithi178 bash[20270]: audit 2024-03-21T12:47:27.388061+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:47:28.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:47:28 smithi178 bash[20270]: audit 2024-03-21T12:47:27.398697+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:47:28.822 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:47:28 smithi184 bash[14608]: audit 2024-03-21T12:47:27.351274+0000 mon.a (mon.0) 315 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:47:28.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:47:28 smithi184 bash[14608]: cephadm 2024-03-21T12:47:27.352345+0000 mgr.y (mgr.14152) 85 : cephadm [INF] Detected new or changed devices on smithi178 2024-03-21T12:47:28.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:47:28 smithi184 bash[14608]: audit 2024-03-21T12:47:27.357801+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:47:28.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:47:28 smithi184 bash[14608]: audit 2024-03-21T12:47:27.383933+0000 mon.a (mon.0) 317 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:47:28.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:47:28 smithi184 bash[14608]: audit 2024-03-21T12:47:27.386445+0000 mon.a (mon.0) 318 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:47:28.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:47:28 smithi184 bash[14608]: audit 2024-03-21T12:47:27.388061+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:47:28.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:47:28 smithi184 bash[14608]: audit 2024-03-21T12:47:27.398697+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:47:29.670 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:47:29 smithi178 bash[14494]: cluster 2024-03-21T12:47:27.971286+0000 mgr.y (mgr.14152) 86 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:47:29.671 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:47:29 smithi178 bash[20270]: cluster 2024-03-21T12:47:27.971286+0000 mgr.y (mgr.14152) 86 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:47:29.822 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:47:29 smithi184 bash[14608]: cluster 2024-03-21T12:47:27.971286+0000 mgr.y (mgr.14152) 86 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:47:30.326 INFO:teuthology.orchestra.run.smithi178.stdout:Created osd(s) 0 on host 'smithi178' 2024-03-21T12:47:30.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:47:30 smithi178 bash[14494]: audit 2024-03-21T12:47:29.675187+0000 mon.a (mon.0) 321 : audit [INF] from='osd.0 [v2:172.21.15.178:6802/2109256327,v1:172.21.15.178:6803/2109256327]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-03-21T12:47:30.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:47:30 smithi178 bash[14494]: audit 2024-03-21T12:47:30.324146+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:47:30.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:47:30 smithi178 bash[14494]: audit 2024-03-21T12:47:30.324977+0000 mon.a (mon.0) 323 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:47:30.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:47:30 smithi178 bash[14494]: audit 2024-03-21T12:47:30.329605+0000 mon.a (mon.0) 324 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:47:30.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:47:30 smithi178 bash[14494]: audit 2024-03-21T12:47:30.331235+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:47:30.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:47:30 smithi178 bash[14494]: audit 2024-03-21T12:47:30.334801+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-21T12:47:30.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:47:30 smithi178 bash[14494]: audit 2024-03-21T12:47:30.343450+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:47:30.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:47:30 smithi178 bash[14494]: audit 2024-03-21T12:47:30.351249+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:47:30.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:47:30 smithi178 bash[20270]: audit 2024-03-21T12:47:29.675187+0000 mon.a (mon.0) 321 : audit [INF] from='osd.0 [v2:172.21.15.178:6802/2109256327,v1:172.21.15.178:6803/2109256327]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-03-21T12:47:30.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:47:30 smithi178 bash[20270]: audit 2024-03-21T12:47:30.324146+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:47:30.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:47:30 smithi178 bash[20270]: audit 2024-03-21T12:47:30.324977+0000 mon.a (mon.0) 323 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:47:30.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:47:30 smithi178 bash[20270]: audit 2024-03-21T12:47:30.329605+0000 mon.a (mon.0) 324 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:47:30.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:47:30 smithi178 bash[20270]: audit 2024-03-21T12:47:30.331235+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:47:30.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:47:30 smithi178 bash[20270]: audit 2024-03-21T12:47:30.334801+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-21T12:47:30.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:47:30 smithi178 bash[20270]: audit 2024-03-21T12:47:30.343450+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:47:30.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:47:30 smithi178 bash[20270]: audit 2024-03-21T12:47:30.351249+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:47:30.822 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:47:30 smithi184 bash[14608]: audit 2024-03-21T12:47:29.675187+0000 mon.a (mon.0) 321 : audit [INF] from='osd.0 [v2:172.21.15.178:6802/2109256327,v1:172.21.15.178:6803/2109256327]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-03-21T12:47:30.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:47:30 smithi184 bash[14608]: audit 2024-03-21T12:47:30.324146+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:47:30.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:47:30 smithi184 bash[14608]: audit 2024-03-21T12:47:30.324977+0000 mon.a (mon.0) 323 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:47:30.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:47:30 smithi184 bash[14608]: audit 2024-03-21T12:47:30.329605+0000 mon.a (mon.0) 324 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:47:30.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:47:30 smithi184 bash[14608]: audit 2024-03-21T12:47:30.331235+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:47:30.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:47:30 smithi184 bash[14608]: audit 2024-03-21T12:47:30.334801+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-21T12:47:30.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:47:30 smithi184 bash[14608]: audit 2024-03-21T12:47:30.343450+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:47:30.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:47:30 smithi184 bash[14608]: audit 2024-03-21T12:47:30.351249+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:47:30.981 DEBUG:teuthology.orchestra.run.smithi178:osd.0> sudo journalctl -f -n 0 -u ceph-a94f249e-e780-11ee-95cd-87774f69a715@osd.0.service 2024-03-21T12:47:30.984 INFO:tasks.cephadm:Deploying osd.1 on smithi178 with /dev/vg_nvme/lv_3... 2024-03-21T12:47:30.984 DEBUG:teuthology.orchestra.run.smithi178:> 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 a94f249e-e780-11ee-95cd-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-03-21T12:47:31.492 INFO:journalctl@ceph.osd.0.smithi178.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2024-03-21T12:47:31.493 INFO:journalctl@ceph.osd.0.smithi178.stdout:Mar 21 12:47:31 smithi178 bash[23873]: debug 2024-03-21T12:47:31.422+0000 7f4790006700 -1 osd.0 0 waiting for initial osdmap 2024-03-21T12:47:31.493 INFO:journalctl@ceph.osd.0.smithi178.stdout:Mar 21 12:47:31 smithi178 bash[23873]: debug 2024-03-21T12:47:31.426+0000 7f478b19e700 -1 osd.0 7 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-03-21T12:47:31.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:47:31 smithi178 bash[14494]: cluster 2024-03-21T12:47:29.971790+0000 mgr.y (mgr.14152) 87 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:47:31.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:47:31 smithi178 bash[14494]: cephadm 2024-03-21T12:47:30.336019+0000 mgr.y (mgr.14152) 88 : cephadm [INF] Adjusting osd_memory_target on smithi178 to 15222M 2024-03-21T12:47:31.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:47:31 smithi178 bash[14494]: audit 2024-03-21T12:47:30.412521+0000 mon.a (mon.0) 329 : audit [INF] from='osd.0 [v2:172.21.15.178:6802/2109256327,v1:172.21.15.178:6803/2109256327]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-03-21T12:47:31.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:47:31 smithi178 bash[14494]: cluster 2024-03-21T12:47:30.412652+0000 mon.a (mon.0) 330 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-03-21T12:47:31.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:47:31 smithi178 bash[14494]: audit 2024-03-21T12:47:30.412859+0000 mon.a (mon.0) 331 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T12:47:31.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:47:31 smithi178 bash[14494]: audit 2024-03-21T12:47:30.413548+0000 mon.a (mon.0) 332 : audit [INF] from='osd.0 [v2:172.21.15.178:6802/2109256327,v1:172.21.15.178:6803/2109256327]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi178", "root=default"]}]: dispatch 2024-03-21T12:47:31.797 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:47:31 smithi178 bash[20270]: cluster 2024-03-21T12:47:29.971790+0000 mgr.y (mgr.14152) 87 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:47:31.797 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:47:31 smithi178 bash[20270]: cephadm 2024-03-21T12:47:30.336019+0000 mgr.y (mgr.14152) 88 : cephadm [INF] Adjusting osd_memory_target on smithi178 to 15222M 2024-03-21T12:47:31.797 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:47:31 smithi178 bash[20270]: audit 2024-03-21T12:47:30.412521+0000 mon.a (mon.0) 329 : audit [INF] from='osd.0 [v2:172.21.15.178:6802/2109256327,v1:172.21.15.178:6803/2109256327]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-03-21T12:47:31.797 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:47:31 smithi178 bash[20270]: cluster 2024-03-21T12:47:30.412652+0000 mon.a (mon.0) 330 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-03-21T12:47:31.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:47:31 smithi178 bash[20270]: audit 2024-03-21T12:47:30.412859+0000 mon.a (mon.0) 331 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T12:47:31.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:47:31 smithi178 bash[20270]: audit 2024-03-21T12:47:30.413548+0000 mon.a (mon.0) 332 : audit [INF] from='osd.0 [v2:172.21.15.178:6802/2109256327,v1:172.21.15.178:6803/2109256327]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi178", "root=default"]}]: dispatch 2024-03-21T12:47:31.822 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:47:31 smithi184 bash[14608]: cluster 2024-03-21T12:47:29.971790+0000 mgr.y (mgr.14152) 87 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:47:31.822 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:47:31 smithi184 bash[14608]: cephadm 2024-03-21T12:47:30.336019+0000 mgr.y (mgr.14152) 88 : cephadm [INF] Adjusting osd_memory_target on smithi178 to 15222M 2024-03-21T12:47:31.822 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:47:31 smithi184 bash[14608]: audit 2024-03-21T12:47:30.412521+0000 mon.a (mon.0) 329 : audit [INF] from='osd.0 [v2:172.21.15.178:6802/2109256327,v1:172.21.15.178:6803/2109256327]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-03-21T12:47:31.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:47:31 smithi184 bash[14608]: cluster 2024-03-21T12:47:30.412652+0000 mon.a (mon.0) 330 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-03-21T12:47:31.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:47:31 smithi184 bash[14608]: audit 2024-03-21T12:47:30.412859+0000 mon.a (mon.0) 331 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T12:47:31.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:47:31 smithi184 bash[14608]: audit 2024-03-21T12:47:30.413548+0000 mon.a (mon.0) 332 : audit [INF] from='osd.0 [v2:172.21.15.178:6802/2109256327,v1:172.21.15.178:6803/2109256327]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi178", "root=default"]}]: dispatch 2024-03-21T12:47:32.797 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:47:32 smithi178 bash[20270]: audit 2024-03-21T12:47:31.413501+0000 mon.a (mon.0) 333 : audit [INF] from='osd.0 [v2:172.21.15.178:6802/2109256327,v1:172.21.15.178:6803/2109256327]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi178", "root=default"]}]': finished 2024-03-21T12:47:32.797 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:47:32 smithi178 bash[20270]: cluster 2024-03-21T12:47:31.413698+0000 mon.a (mon.0) 334 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-03-21T12:47:32.797 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:47:32 smithi178 bash[20270]: audit 2024-03-21T12:47:31.414372+0000 mon.a (mon.0) 335 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T12:47:32.797 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:47:32 smithi178 bash[20270]: audit 2024-03-21T12:47:31.422912+0000 mon.a (mon.0) 336 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T12:47:32.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:47:32 smithi178 bash[14494]: audit 2024-03-21T12:47:31.413501+0000 mon.a (mon.0) 333 : audit [INF] from='osd.0 [v2:172.21.15.178:6802/2109256327,v1:172.21.15.178:6803/2109256327]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi178", "root=default"]}]': finished 2024-03-21T12:47:32.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:47:32 smithi178 bash[14494]: cluster 2024-03-21T12:47:31.413698+0000 mon.a (mon.0) 334 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-03-21T12:47:32.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:47:32 smithi178 bash[14494]: audit 2024-03-21T12:47:31.414372+0000 mon.a (mon.0) 335 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T12:47:32.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:47:32 smithi178 bash[14494]: audit 2024-03-21T12:47:31.422912+0000 mon.a (mon.0) 336 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T12:47:32.822 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:47:32 smithi184 bash[14608]: audit 2024-03-21T12:47:31.413501+0000 mon.a (mon.0) 333 : audit [INF] from='osd.0 [v2:172.21.15.178:6802/2109256327,v1:172.21.15.178:6803/2109256327]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi178", "root=default"]}]': finished 2024-03-21T12:47:32.822 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:47:32 smithi184 bash[14608]: cluster 2024-03-21T12:47:31.413698+0000 mon.a (mon.0) 334 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-03-21T12:47:32.822 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:47:32 smithi184 bash[14608]: audit 2024-03-21T12:47:31.414372+0000 mon.a (mon.0) 335 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T12:47:32.822 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:47:32 smithi184 bash[14608]: audit 2024-03-21T12:47:31.422912+0000 mon.a (mon.0) 336 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T12:47:33.796 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:47:33 smithi178 bash[20270]: cluster 2024-03-21T12:47:30.662431+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-21T12:47:33.797 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:47:33 smithi178 bash[20270]: cluster 2024-03-21T12:47:30.662616+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-21T12:47:33.797 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:47:33 smithi178 bash[20270]: cluster 2024-03-21T12:47:31.972223+0000 mgr.y (mgr.14152) 89 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:47:33.797 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:47:33 smithi178 bash[20270]: cluster 2024-03-21T12:47:32.424379+0000 mon.a (mon.0) 337 : cluster [INF] osd.0 [v2:172.21.15.178:6802/2109256327,v1:172.21.15.178:6803/2109256327] boot 2024-03-21T12:47:33.797 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:47:33 smithi178 bash[20270]: cluster 2024-03-21T12:47:32.424463+0000 mon.a (mon.0) 338 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-03-21T12:47:33.797 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:47:33 smithi178 bash[20270]: audit 2024-03-21T12:47:32.425528+0000 mon.a (mon.0) 339 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T12:47:33.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:47:33 smithi178 bash[14494]: cluster 2024-03-21T12:47:30.662431+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-21T12:47:33.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:47:33 smithi178 bash[14494]: cluster 2024-03-21T12:47:30.662616+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-21T12:47:33.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:47:33 smithi178 bash[14494]: cluster 2024-03-21T12:47:31.972223+0000 mgr.y (mgr.14152) 89 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:47:33.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:47:33 smithi178 bash[14494]: cluster 2024-03-21T12:47:32.424379+0000 mon.a (mon.0) 337 : cluster [INF] osd.0 [v2:172.21.15.178:6802/2109256327,v1:172.21.15.178:6803/2109256327] boot 2024-03-21T12:47:33.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:47:33 smithi178 bash[14494]: cluster 2024-03-21T12:47:32.424463+0000 mon.a (mon.0) 338 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-03-21T12:47:33.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:47:33 smithi178 bash[14494]: audit 2024-03-21T12:47:32.425528+0000 mon.a (mon.0) 339 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T12:47:33.822 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:47:33 smithi184 bash[14608]: cluster 2024-03-21T12:47:30.662431+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-21T12:47:33.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:47:33 smithi184 bash[14608]: cluster 2024-03-21T12:47:30.662616+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-21T12:47:33.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:47:33 smithi184 bash[14608]: cluster 2024-03-21T12:47:31.972223+0000 mgr.y (mgr.14152) 89 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T12:47:33.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:47:33 smithi184 bash[14608]: cluster 2024-03-21T12:47:32.424379+0000 mon.a (mon.0) 337 : cluster [INF] osd.0 [v2:172.21.15.178:6802/2109256327,v1:172.21.15.178:6803/2109256327] boot 2024-03-21T12:47:33.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:47:33 smithi184 bash[14608]: cluster 2024-03-21T12:47:32.424463+0000 mon.a (mon.0) 338 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-03-21T12:47:33.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:47:33 smithi184 bash[14608]: audit 2024-03-21T12:47:32.425528+0000 mon.a (mon.0) 339 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T12:47:33.936 INFO:teuthology.orchestra.run.smithi178.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-03-21T12:47:33.936 INFO:teuthology.orchestra.run.smithi178.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-03-21T12:47:33.936 INFO:teuthology.orchestra.run.smithi178.stderr: stderr: 10+0 records in 2024-03-21T12:47:33.936 INFO:teuthology.orchestra.run.smithi178.stderr:10+0 records out 2024-03-21T12:47:33.936 INFO:teuthology.orchestra.run.smithi178.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0118543 s, 885 MB/s 2024-03-21T12:47:33.936 INFO:teuthology.orchestra.run.smithi178.stderr:--> Zapping successful for: 2024-03-21T12:47:34.670 DEBUG:teuthology.orchestra.run.smithi178:> 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 a94f249e-e780-11ee-95cd-87774f69a715 -- ceph orch daemon add osd smithi178:vg_nvme/lv_3 2024-03-21T12:47:34.704 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:47:34 smithi184 bash[14608]: cluster 2024-03-21T12:47:33.438719+0000 mon.a (mon.0) 340 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-03-21T12:47:34.796 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:47:34 smithi178 bash[14494]: cluster 2024-03-21T12:47:33.438719+0000 mon.a (mon.0) 340 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-03-21T12:47:34.797 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:47:34 smithi178 bash[20270]: cluster 2024-03-21T12:47:33.438719+0000 mon.a (mon.0) 340 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-03-21T12:47:35.730 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:47:35 smithi184 bash[14608]: cluster 2024-03-21T12:47:33.972769+0000 mgr.y (mgr.14152) 90 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-21T12:47:35.743 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:47:35 smithi178 bash[14494]: cluster 2024-03-21T12:47:33.972769+0000 mgr.y (mgr.14152) 90 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-21T12:47:35.743 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:47:35 smithi178 bash[20270]: cluster 2024-03-21T12:47:33.972769+0000 mgr.y (mgr.14152) 90 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-21T12:47:37.796 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:47:37 smithi178 bash[14494]: cluster 2024-03-21T12:47:35.973454+0000 mgr.y (mgr.14152) 91 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-21T12:47:37.797 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:47:37 smithi178 bash[20270]: cluster 2024-03-21T12:47:35.973454+0000 mgr.y (mgr.14152) 91 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-21T12:47:37.822 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:47:37 smithi184 bash[14608]: cluster 2024-03-21T12:47:35.973454+0000 mgr.y (mgr.14152) 91 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-21T12:47:38.796 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:47:38 smithi178 bash[14494]: audit 2024-03-21T12:47:37.491500+0000 mgr.y (mgr.14152) 92 : audit [DBG] from='client.24148 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi178:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:47:38.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:47:38 smithi178 bash[14494]: audit 2024-03-21T12:47:37.497863+0000 mon.a (mon.0) 341 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-21T12:47:38.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:47:38 smithi178 bash[14494]: audit 2024-03-21T12:47:37.503625+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-21T12:47:38.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:47:38 smithi178 bash[14494]: audit 2024-03-21T12:47:37.505113+0000 mon.a (mon.0) 343 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:47:38.797 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:47:38 smithi178 bash[20270]: audit 2024-03-21T12:47:37.491500+0000 mgr.y (mgr.14152) 92 : audit [DBG] from='client.24148 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi178:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:47:38.797 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:47:38 smithi178 bash[20270]: audit 2024-03-21T12:47:37.497863+0000 mon.a (mon.0) 341 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-21T12:47:38.797 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:47:38 smithi178 bash[20270]: audit 2024-03-21T12:47:37.503625+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-21T12:47:38.797 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:47:38 smithi178 bash[20270]: audit 2024-03-21T12:47:37.505113+0000 mon.a (mon.0) 343 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:47:38.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:47:38 smithi184 bash[14608]: audit 2024-03-21T12:47:37.491500+0000 mgr.y (mgr.14152) 92 : audit [DBG] from='client.24148 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi178:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:47:38.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:47:38 smithi184 bash[14608]: audit 2024-03-21T12:47:37.497863+0000 mon.a (mon.0) 341 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-21T12:47:38.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:47:38 smithi184 bash[14608]: audit 2024-03-21T12:47:37.503625+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-21T12:47:38.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:47:38 smithi184 bash[14608]: audit 2024-03-21T12:47:37.505113+0000 mon.a (mon.0) 343 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:47:39.796 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:47:39 smithi178 bash[14494]: cluster 2024-03-21T12:47:37.974000+0000 mgr.y (mgr.14152) 93 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-21T12:47:39.797 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:47:39 smithi178 bash[14766]: 172.21.15.184 - - [21/Mar/2024:12:47:39] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2024-03-21T12:47:39.797 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:47:39 smithi178 bash[20270]: cluster 2024-03-21T12:47:37.974000+0000 mgr.y (mgr.14152) 93 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-21T12:47:39.822 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:47:39 smithi184 bash[14608]: cluster 2024-03-21T12:47:37.974000+0000 mgr.y (mgr.14152) 93 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-21T12:47:40.796 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:47:40 smithi178 bash[14494]: audit 2024-03-21T12:47:39.525153+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:47:40.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:47:40 smithi178 bash[14494]: audit 2024-03-21T12:47:39.532040+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:47:40.797 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:47:40 smithi178 bash[20270]: audit 2024-03-21T12:47:39.525153+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:47:40.797 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:47:40 smithi178 bash[20270]: audit 2024-03-21T12:47:39.532040+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:47:40.822 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:47:40 smithi184 bash[14608]: audit 2024-03-21T12:47:39.525153+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:47:40.822 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:47:40 smithi184 bash[14608]: audit 2024-03-21T12:47:39.532040+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:47:41.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:47:41 smithi178 bash[14494]: cluster 2024-03-21T12:47:39.974474+0000 mgr.y (mgr.14152) 94 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-21T12:47:41.822 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:47:41 smithi184 bash[14608]: cluster 2024-03-21T12:47:39.974474+0000 mgr.y (mgr.14152) 94 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-21T12:47:41.890 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:47:41 smithi178 bash[20270]: cluster 2024-03-21T12:47:39.974474+0000 mgr.y (mgr.14152) 94 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-21T12:47:43.796 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:47:43 smithi178 bash[14494]: cluster 2024-03-21T12:47:41.975002+0000 mgr.y (mgr.14152) 95 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-21T12:47:43.797 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:47:43 smithi178 bash[20270]: cluster 2024-03-21T12:47:41.975002+0000 mgr.y (mgr.14152) 95 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-21T12:47:43.822 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:47:43 smithi184 bash[14608]: cluster 2024-03-21T12:47:41.975002+0000 mgr.y (mgr.14152) 95 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-21T12:47:44.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:47:44 smithi178 bash[14494]: audit 2024-03-21T12:47:43.876499+0000 mon.a (mon.0) 346 : audit [INF] from='client.? 172.21.15.178:0/1440731049' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ac2cce22-e750-4c6d-b699-94c8f2aa7222"}]: dispatch 2024-03-21T12:47:44.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:47:44 smithi178 bash[14494]: audit 2024-03-21T12:47:43.884386+0000 mon.a (mon.0) 347 : audit [INF] from='client.? 172.21.15.178:0/1440731049' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ac2cce22-e750-4c6d-b699-94c8f2aa7222"}]': finished 2024-03-21T12:47:44.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:47:44 smithi178 bash[14494]: cluster 2024-03-21T12:47:43.884494+0000 mon.a (mon.0) 348 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-03-21T12:47:44.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:47:44 smithi178 bash[14494]: audit 2024-03-21T12:47:43.884642+0000 mon.a (mon.0) 349 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T12:47:44.797 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:47:44 smithi178 bash[20270]: audit 2024-03-21T12:47:43.876499+0000 mon.a (mon.0) 346 : audit [INF] from='client.? 172.21.15.178:0/1440731049' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ac2cce22-e750-4c6d-b699-94c8f2aa7222"}]: dispatch 2024-03-21T12:47:44.797 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:47:44 smithi178 bash[20270]: audit 2024-03-21T12:47:43.884386+0000 mon.a (mon.0) 347 : audit [INF] from='client.? 172.21.15.178:0/1440731049' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ac2cce22-e750-4c6d-b699-94c8f2aa7222"}]': finished 2024-03-21T12:47:44.797 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:47:44 smithi178 bash[20270]: cluster 2024-03-21T12:47:43.884494+0000 mon.a (mon.0) 348 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-03-21T12:47:44.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:47:44 smithi178 bash[20270]: audit 2024-03-21T12:47:43.884642+0000 mon.a (mon.0) 349 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T12:47:44.822 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:47:44 smithi184 bash[14608]: audit 2024-03-21T12:47:43.876499+0000 mon.a (mon.0) 346 : audit [INF] from='client.? 172.21.15.178:0/1440731049' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ac2cce22-e750-4c6d-b699-94c8f2aa7222"}]: dispatch 2024-03-21T12:47:44.822 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:47:44 smithi184 bash[14608]: audit 2024-03-21T12:47:43.884386+0000 mon.a (mon.0) 347 : audit [INF] from='client.? 172.21.15.178:0/1440731049' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ac2cce22-e750-4c6d-b699-94c8f2aa7222"}]': finished 2024-03-21T12:47:44.822 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:47:44 smithi184 bash[14608]: cluster 2024-03-21T12:47:43.884494+0000 mon.a (mon.0) 348 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-03-21T12:47:44.822 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:47:44 smithi184 bash[14608]: audit 2024-03-21T12:47:43.884642+0000 mon.a (mon.0) 349 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T12:47:45.296 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:47:45 smithi178 bash[14766]: 172.21.15.178 - - [21/Mar/2024:12:47:45] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2024-03-21T12:47:45.796 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:47:45 smithi178 bash[14494]: cluster 2024-03-21T12:47:43.975609+0000 mgr.y (mgr.14152) 96 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-21T12:47:45.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:47:45 smithi178 bash[14494]: audit 2024-03-21T12:47:44.630491+0000 mon.a (mon.0) 350 : audit [DBG] from='client.? 172.21.15.178:0/478229246' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-21T12:47:45.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:47:45 smithi178 bash[14494]: audit 2024-03-21T12:47:45.039536+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:47:45.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:47:45 smithi178 bash[14494]: audit 2024-03-21T12:47:45.046821+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:47:45.797 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:47:45 smithi178 bash[20270]: cluster 2024-03-21T12:47:43.975609+0000 mgr.y (mgr.14152) 96 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-21T12:47:45.797 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:47:45 smithi178 bash[20270]: audit 2024-03-21T12:47:44.630491+0000 mon.a (mon.0) 350 : audit [DBG] from='client.? 172.21.15.178:0/478229246' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-21T12:47:45.797 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:47:45 smithi178 bash[20270]: audit 2024-03-21T12:47:45.039536+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:47:45.797 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:47:45 smithi178 bash[20270]: audit 2024-03-21T12:47:45.046821+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:47:45.822 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:47:45 smithi184 bash[14608]: cluster 2024-03-21T12:47:43.975609+0000 mgr.y (mgr.14152) 96 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-21T12:47:45.822 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:47:45 smithi184 bash[14608]: audit 2024-03-21T12:47:44.630491+0000 mon.a (mon.0) 350 : audit [DBG] from='client.? 172.21.15.178:0/478229246' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-21T12:47:45.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:47:45 smithi184 bash[14608]: audit 2024-03-21T12:47:45.039536+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:47:45.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:47:45 smithi184 bash[14608]: audit 2024-03-21T12:47:45.046821+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:47:47.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:47:47 smithi178 bash[14494]: cluster 2024-03-21T12:47:45.976210+0000 mgr.y (mgr.14152) 97 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-21T12:47:47.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:47:47 smithi178 bash[20270]: cluster 2024-03-21T12:47:45.976210+0000 mgr.y (mgr.14152) 97 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-21T12:47:47.822 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:47:47 smithi184 bash[14608]: cluster 2024-03-21T12:47:45.976210+0000 mgr.y (mgr.14152) 97 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-21T12:47:48.822 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:47:48 smithi184 bash[14608]: audit 2024-03-21T12:47:48.031511+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-21T12:47:48.896 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:47:48 smithi184 bash[14608]: audit 2024-03-21T12:47:48.034976+0000 mon.a (mon.0) 354 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-21T12:47:49.046 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:47:48 smithi178 bash[20270]: audit 2024-03-21T12:47:48.031511+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-21T12:47:49.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:47:48 smithi178 bash[20270]: audit 2024-03-21T12:47:48.034976+0000 mon.a (mon.0) 354 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-21T12:47:49.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:47:48 smithi178 bash[14494]: audit 2024-03-21T12:47:48.031511+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-21T12:47:49.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:47:48 smithi178 bash[14494]: audit 2024-03-21T12:47:48.034976+0000 mon.a (mon.0) 354 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-21T12:47:49.822 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:47:49 smithi184 bash[14608]: cluster 2024-03-21T12:47:47.976624+0000 mgr.y (mgr.14152) 98 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-21T12:47:49.915 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:47:49 smithi178 bash[14494]: cluster 2024-03-21T12:47:47.976624+0000 mgr.y (mgr.14152) 98 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-21T12:47:49.915 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:47:49 smithi178 bash[20270]: cluster 2024-03-21T12:47:47.976624+0000 mgr.y (mgr.14152) 98 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-21T12:47:51.822 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:47:51 smithi184 bash[14608]: cluster 2024-03-21T12:47:49.977106+0000 mgr.y (mgr.14152) 99 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-21T12:47:51.849 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:47:51 smithi178 bash[14494]: cluster 2024-03-21T12:47:49.977106+0000 mgr.y (mgr.14152) 99 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-21T12:47:51.849 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:47:51 smithi178 bash[20270]: cluster 2024-03-21T12:47:49.977106+0000 mgr.y (mgr.14152) 99 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-21T12:47:53.822 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:47:53 smithi184 bash[14608]: cluster 2024-03-21T12:47:51.977592+0000 mgr.y (mgr.14152) 100 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-21T12:47:53.975 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:47:53 smithi178 bash[14494]: cluster 2024-03-21T12:47:51.977592+0000 mgr.y (mgr.14152) 100 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-21T12:47:53.975 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:47:53 smithi178 bash[20270]: cluster 2024-03-21T12:47:51.977592+0000 mgr.y (mgr.14152) 100 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-21T12:47:55.416 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:47:55 smithi178 bash[14494]: cluster 2024-03-21T12:47:53.978150+0000 mgr.y (mgr.14152) 101 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-21T12:47:55.416 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:47:55 smithi178 bash[14494]: audit 2024-03-21T12:47:54.400101+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-03-21T12:47:55.416 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:47:55 smithi178 bash[14494]: audit 2024-03-21T12:47:54.401577+0000 mon.a (mon.0) 356 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:47:55.416 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:47:55 smithi178 bash[14494]: cephadm 2024-03-21T12:47:54.402759+0000 mgr.y (mgr.14152) 102 : cephadm [INF] Deploying daemon osd.1 on smithi178 2024-03-21T12:47:55.416 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:47:55 smithi178 bash[20270]: cluster 2024-03-21T12:47:53.978150+0000 mgr.y (mgr.14152) 101 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-21T12:47:55.417 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:47:55 smithi178 bash[20270]: audit 2024-03-21T12:47:54.400101+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-03-21T12:47:55.417 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:47:55 smithi178 bash[20270]: audit 2024-03-21T12:47:54.401577+0000 mon.a (mon.0) 356 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:47:55.417 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:47:55 smithi178 bash[20270]: cephadm 2024-03-21T12:47:54.402759+0000 mgr.y (mgr.14152) 102 : cephadm [INF] Deploying daemon osd.1 on smithi178 2024-03-21T12:47:55.572 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:47:55 smithi184 bash[14608]: cluster 2024-03-21T12:47:53.978150+0000 mgr.y (mgr.14152) 101 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-21T12:47:55.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:47:55 smithi184 bash[14608]: audit 2024-03-21T12:47:54.400101+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-03-21T12:47:55.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:47:55 smithi184 bash[14608]: audit 2024-03-21T12:47:54.401577+0000 mon.a (mon.0) 356 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:47:55.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:47:55 smithi184 bash[14608]: cephadm 2024-03-21T12:47:54.402759+0000 mgr.y (mgr.14152) 102 : cephadm [INF] Deploying daemon osd.1 on smithi178 2024-03-21T12:47:57.546 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:47:57 smithi178 bash[14494]: cluster 2024-03-21T12:47:55.978666+0000 mgr.y (mgr.14152) 103 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-21T12:47:57.547 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:47:57 smithi178 bash[20270]: cluster 2024-03-21T12:47:55.978666+0000 mgr.y (mgr.14152) 103 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-21T12:47:57.572 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:47:57 smithi184 bash[14608]: cluster 2024-03-21T12:47:55.978666+0000 mgr.y (mgr.14152) 103 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-21T12:47:59.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:47:59 smithi178 bash[14494]: cluster 2024-03-21T12:47:57.979206+0000 mgr.y (mgr.14152) 104 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-21T12:47:59.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:47:59 smithi178 bash[14494]: audit 2024-03-21T12:47:58.267623+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:47:59.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:47:59 smithi178 bash[14494]: audit 2024-03-21T12:47:58.287067+0000 mon.a (mon.0) 358 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:47:59.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:47:59 smithi178 bash[14494]: audit 2024-03-21T12:47:58.288814+0000 mon.a (mon.0) 359 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:47:59.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:47:59 smithi178 bash[14494]: audit 2024-03-21T12:47:58.290273+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:47:59.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:47:59 smithi178 bash[14494]: audit 2024-03-21T12:47:58.297521+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:47:59.297 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:47:59 smithi178 bash[20270]: cluster 2024-03-21T12:47:57.979206+0000 mgr.y (mgr.14152) 104 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-21T12:47:59.297 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:47:59 smithi178 bash[20270]: audit 2024-03-21T12:47:58.267623+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:47:59.297 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:47:59 smithi178 bash[20270]: audit 2024-03-21T12:47:58.287067+0000 mon.a (mon.0) 358 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:47:59.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:47:59 smithi178 bash[20270]: audit 2024-03-21T12:47:58.288814+0000 mon.a (mon.0) 359 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:47:59.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:47:59 smithi178 bash[20270]: audit 2024-03-21T12:47:58.290273+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:47:59.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:47:59 smithi178 bash[20270]: audit 2024-03-21T12:47:58.297521+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:47:59.572 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:47:59 smithi184 bash[14608]: cluster 2024-03-21T12:47:57.979206+0000 mgr.y (mgr.14152) 104 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-21T12:47:59.572 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:47:59 smithi184 bash[14608]: audit 2024-03-21T12:47:58.267623+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:47:59.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:47:59 smithi184 bash[14608]: audit 2024-03-21T12:47:58.287067+0000 mon.a (mon.0) 358 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:47:59.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:47:59 smithi184 bash[14608]: audit 2024-03-21T12:47:58.288814+0000 mon.a (mon.0) 359 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:47:59.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:47:59 smithi184 bash[14608]: audit 2024-03-21T12:47:58.290273+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:47:59.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:47:59 smithi184 bash[14608]: audit 2024-03-21T12:47:58.297521+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:48:00.046 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:47:59 smithi178 bash[14766]: 172.21.15.184 - - [21/Mar/2024:12:47:59] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2024-03-21T12:48:00.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:00 smithi178 bash[14494]: audit 2024-03-21T12:47:59.679900+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:48:00.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:00 smithi178 bash[14494]: audit 2024-03-21T12:47:59.688030+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:48:00.797 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:00 smithi178 bash[20270]: audit 2024-03-21T12:47:59.679900+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:48:00.797 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:00 smithi178 bash[20270]: audit 2024-03-21T12:47:59.688030+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:48:01.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:00 smithi184 bash[14608]: audit 2024-03-21T12:47:59.679900+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:48:01.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:00 smithi184 bash[14608]: audit 2024-03-21T12:47:59.688030+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:48:01.796 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:01 smithi178 bash[14494]: cluster 2024-03-21T12:47:59.979687+0000 mgr.y (mgr.14152) 105 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-21T12:48:01.797 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:01 smithi178 bash[20270]: cluster 2024-03-21T12:47:59.979687+0000 mgr.y (mgr.14152) 105 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-21T12:48:02.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:01 smithi184 bash[14608]: cluster 2024-03-21T12:47:59.979687+0000 mgr.y (mgr.14152) 105 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-21T12:48:04.006 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:03 smithi178 bash[20270]: cluster 2024-03-21T12:48:01.980091+0000 mgr.y (mgr.14152) 106 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-21T12:48:04.006 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:03 smithi178 bash[14494]: cluster 2024-03-21T12:48:01.980091+0000 mgr.y (mgr.14152) 106 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-21T12:48:04.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:03 smithi184 bash[14608]: cluster 2024-03-21T12:48:01.980091+0000 mgr.y (mgr.14152) 106 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-21T12:48:05.238 INFO:teuthology.orchestra.run.smithi178.stdout:Created osd(s) 1 on host 'smithi178' 2024-03-21T12:48:05.546 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:48:05 smithi178 bash[14766]: 172.21.15.178 - - [21/Mar/2024:12:48:05] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2024-03-21T12:48:06.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:05 smithi184 bash[14608]: cluster 2024-03-21T12:48:03.980617+0000 mgr.y (mgr.14152) 107 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-21T12:48:06.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:05 smithi184 bash[14608]: audit 2024-03-21T12:48:05.170431+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:48:06.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:05 smithi184 bash[14608]: audit 2024-03-21T12:48:05.177719+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:48:06.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:05 smithi184 bash[14608]: audit 2024-03-21T12:48:05.180947+0000 mon.a (mon.0) 366 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:48:06.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:05 smithi184 bash[14608]: audit 2024-03-21T12:48:05.183257+0000 mon.a (mon.0) 367 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:48:06.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:05 smithi184 bash[14608]: audit 2024-03-21T12:48:05.184277+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:48:06.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:05 smithi184 bash[14608]: audit 2024-03-21T12:48:05.191195+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:48:06.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:05 smithi184 bash[14608]: audit 2024-03-21T12:48:05.202711+0000 mon.c (mon.1) 5 : audit [INF] from='osd.1 [v2:172.21.15.178:6810/3943562907,v1:172.21.15.178:6811/3943562907]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-21T12:48:06.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:05 smithi184 bash[14608]: audit 2024-03-21T12:48:05.203278+0000 mon.a (mon.0) 370 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-21T12:48:06.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:05 smithi184 bash[14608]: audit 2024-03-21T12:48:05.235823+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:48:06.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:05 smithi184 bash[14608]: audit 2024-03-21T12:48:05.258898+0000 mon.a (mon.0) 372 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:48:06.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:05 smithi184 bash[14608]: audit 2024-03-21T12:48:05.260581+0000 mon.a (mon.0) 373 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:48:06.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:05 smithi184 bash[14608]: audit 2024-03-21T12:48:05.261576+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:48:06.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:05 smithi184 bash[14608]: audit 2024-03-21T12:48:05.269150+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:48:06.092 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:05 smithi178 bash[14494]: cluster 2024-03-21T12:48:03.980617+0000 mgr.y (mgr.14152) 107 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-21T12:48:06.092 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:05 smithi178 bash[14494]: audit 2024-03-21T12:48:05.170431+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:48:06.092 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:05 smithi178 bash[14494]: audit 2024-03-21T12:48:05.177719+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:48:06.092 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:05 smithi178 bash[14494]: audit 2024-03-21T12:48:05.180947+0000 mon.a (mon.0) 366 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:48:06.092 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:05 smithi178 bash[14494]: audit 2024-03-21T12:48:05.183257+0000 mon.a (mon.0) 367 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:48:06.092 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:05 smithi178 bash[14494]: audit 2024-03-21T12:48:05.184277+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:48:06.092 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:05 smithi178 bash[14494]: audit 2024-03-21T12:48:05.191195+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:48:06.092 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:05 smithi178 bash[14494]: audit 2024-03-21T12:48:05.202711+0000 mon.c (mon.1) 5 : audit [INF] from='osd.1 [v2:172.21.15.178:6810/3943562907,v1:172.21.15.178:6811/3943562907]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-21T12:48:06.092 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:05 smithi178 bash[14494]: audit 2024-03-21T12:48:05.203278+0000 mon.a (mon.0) 370 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-21T12:48:06.092 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:05 smithi178 bash[14494]: audit 2024-03-21T12:48:05.235823+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:48:06.092 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:05 smithi178 bash[14494]: audit 2024-03-21T12:48:05.258898+0000 mon.a (mon.0) 372 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:48:06.092 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:05 smithi178 bash[14494]: audit 2024-03-21T12:48:05.260581+0000 mon.a (mon.0) 373 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:48:06.093 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:05 smithi178 bash[14494]: audit 2024-03-21T12:48:05.261576+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:48:06.093 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:05 smithi178 bash[14494]: audit 2024-03-21T12:48:05.269150+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:48:06.093 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:05 smithi178 bash[20270]: cluster 2024-03-21T12:48:03.980617+0000 mgr.y (mgr.14152) 107 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-21T12:48:06.093 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:05 smithi178 bash[20270]: audit 2024-03-21T12:48:05.170431+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:48:06.093 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:05 smithi178 bash[20270]: audit 2024-03-21T12:48:05.177719+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:48:06.093 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:05 smithi178 bash[20270]: audit 2024-03-21T12:48:05.180947+0000 mon.a (mon.0) 366 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:48:06.093 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:05 smithi178 bash[20270]: audit 2024-03-21T12:48:05.183257+0000 mon.a (mon.0) 367 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:48:06.093 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:05 smithi178 bash[20270]: audit 2024-03-21T12:48:05.184277+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:48:06.093 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:05 smithi178 bash[20270]: audit 2024-03-21T12:48:05.191195+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:48:06.093 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:05 smithi178 bash[20270]: audit 2024-03-21T12:48:05.202711+0000 mon.c (mon.1) 5 : audit [INF] from='osd.1 [v2:172.21.15.178:6810/3943562907,v1:172.21.15.178:6811/3943562907]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-21T12:48:06.094 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:05 smithi178 bash[20270]: audit 2024-03-21T12:48:05.203278+0000 mon.a (mon.0) 370 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-21T12:48:06.094 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:05 smithi178 bash[20270]: audit 2024-03-21T12:48:05.235823+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:48:06.094 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:05 smithi178 bash[20270]: audit 2024-03-21T12:48:05.258898+0000 mon.a (mon.0) 372 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:48:06.094 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:05 smithi178 bash[20270]: audit 2024-03-21T12:48:05.260581+0000 mon.a (mon.0) 373 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:48:06.094 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:05 smithi178 bash[20270]: audit 2024-03-21T12:48:05.261576+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:48:06.094 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:05 smithi178 bash[20270]: audit 2024-03-21T12:48:05.269150+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:48:06.502 DEBUG:teuthology.orchestra.run.smithi178:osd.1> sudo journalctl -f -n 0 -u ceph-a94f249e-e780-11ee-95cd-87774f69a715@osd.1.service 2024-03-21T12:48:06.504 INFO:tasks.cephadm:Deploying osd.2 on smithi178 with /dev/vg_nvme/lv_2... 2024-03-21T12:48:06.504 DEBUG:teuthology.orchestra.run.smithi178:> 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 a94f249e-e780-11ee-95cd-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2024-03-21T12:48:06.796 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:06 smithi178 bash[14494]: cephadm 2024-03-21T12:48:05.172127+0000 mgr.y (mgr.14152) 108 : cephadm [INF] Detected new or changed devices on smithi178 2024-03-21T12:48:06.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:06 smithi178 bash[14494]: audit 2024-03-21T12:48:06.195811+0000 mon.a (mon.0) 376 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-03-21T12:48:06.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:06 smithi178 bash[14494]: cluster 2024-03-21T12:48:06.195981+0000 mon.a (mon.0) 377 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-03-21T12:48:06.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:06 smithi178 bash[14494]: audit 2024-03-21T12:48:06.196203+0000 mon.a (mon.0) 378 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T12:48:06.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:06 smithi178 bash[14494]: audit 2024-03-21T12:48:06.197379+0000 mon.c (mon.1) 6 : audit [INF] from='osd.1 [v2:172.21.15.178:6810/3943562907,v1:172.21.15.178:6811/3943562907]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi178", "root=default"]}]: dispatch 2024-03-21T12:48:06.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:06 smithi178 bash[14494]: audit 2024-03-21T12:48:06.198014+0000 mon.a (mon.0) 379 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi178", "root=default"]}]: dispatch 2024-03-21T12:48:06.797 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:06 smithi178 bash[20270]: cephadm 2024-03-21T12:48:05.172127+0000 mgr.y (mgr.14152) 108 : cephadm [INF] Detected new or changed devices on smithi178 2024-03-21T12:48:06.797 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:06 smithi178 bash[20270]: audit 2024-03-21T12:48:06.195811+0000 mon.a (mon.0) 376 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-03-21T12:48:06.797 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:06 smithi178 bash[20270]: cluster 2024-03-21T12:48:06.195981+0000 mon.a (mon.0) 377 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-03-21T12:48:06.797 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:06 smithi178 bash[20270]: audit 2024-03-21T12:48:06.196203+0000 mon.a (mon.0) 378 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T12:48:06.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:06 smithi178 bash[20270]: audit 2024-03-21T12:48:06.197379+0000 mon.c (mon.1) 6 : audit [INF] from='osd.1 [v2:172.21.15.178:6810/3943562907,v1:172.21.15.178:6811/3943562907]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi178", "root=default"]}]: dispatch 2024-03-21T12:48:06.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:06 smithi178 bash[20270]: audit 2024-03-21T12:48:06.198014+0000 mon.a (mon.0) 379 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi178", "root=default"]}]: dispatch 2024-03-21T12:48:07.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:06 smithi184 bash[14608]: cephadm 2024-03-21T12:48:05.172127+0000 mgr.y (mgr.14152) 108 : cephadm [INF] Detected new or changed devices on smithi178 2024-03-21T12:48:07.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:06 smithi184 bash[14608]: audit 2024-03-21T12:48:06.195811+0000 mon.a (mon.0) 376 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-03-21T12:48:07.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:06 smithi184 bash[14608]: cluster 2024-03-21T12:48:06.195981+0000 mon.a (mon.0) 377 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-03-21T12:48:07.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:06 smithi184 bash[14608]: audit 2024-03-21T12:48:06.196203+0000 mon.a (mon.0) 378 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T12:48:07.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:06 smithi184 bash[14608]: audit 2024-03-21T12:48:06.197379+0000 mon.c (mon.1) 6 : audit [INF] from='osd.1 [v2:172.21.15.178:6810/3943562907,v1:172.21.15.178:6811/3943562907]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi178", "root=default"]}]: dispatch 2024-03-21T12:48:07.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:06 smithi184 bash[14608]: audit 2024-03-21T12:48:06.198014+0000 mon.a (mon.0) 379 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi178", "root=default"]}]: dispatch 2024-03-21T12:48:07.433 INFO:journalctl@ceph.osd.1.smithi178.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2024-03-21T12:48:07.433 INFO:journalctl@ceph.osd.1.smithi178.stdout:Mar 21 12:48:07 smithi178 bash[27060]: debug 2024-03-21T12:48:07.202+0000 7f8996b3f700 -1 osd.1 0 waiting for initial osdmap 2024-03-21T12:48:07.433 INFO:journalctl@ceph.osd.1.smithi178.stdout:Mar 21 12:48:07 smithi178 bash[27060]: debug 2024-03-21T12:48:07.206+0000 7f8991cd7700 -1 osd.1 12 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-03-21T12:48:08.030 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:48:07 smithi178 bash[14766]: 172.21.15.178 - - [21/Mar/2024:12:48:07] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2024-03-21T12:48:08.030 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:07 smithi178 bash[14494]: cluster 2024-03-21T12:48:05.981127+0000 mgr.y (mgr.14152) 109 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-21T12:48:08.031 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:07 smithi178 bash[14494]: audit 2024-03-21T12:48:07.197823+0000 mon.a (mon.0) 380 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi178", "root=default"]}]': finished 2024-03-21T12:48:08.031 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:07 smithi178 bash[14494]: cluster 2024-03-21T12:48:07.198124+0000 mon.a (mon.0) 381 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-03-21T12:48:08.031 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:07 smithi178 bash[14494]: audit 2024-03-21T12:48:07.198381+0000 mon.a (mon.0) 382 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T12:48:08.031 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:07 smithi178 bash[14494]: audit 2024-03-21T12:48:07.205880+0000 mon.a (mon.0) 383 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T12:48:08.031 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:07 smithi178 bash[14494]: audit 2024-03-21T12:48:07.679430+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:48:08.031 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:07 smithi178 bash[14494]: audit 2024-03-21T12:48:07.685708+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:48:08.031 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:07 smithi178 bash[14494]: audit 2024-03-21T12:48:07.692487+0000 mon.a (mon.0) 386 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:48:08.031 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:07 smithi178 bash[14494]: audit 2024-03-21T12:48:07.694521+0000 mon.a (mon.0) 387 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:48:08.031 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:07 smithi178 bash[14494]: audit 2024-03-21T12:48:07.695898+0000 mon.a (mon.0) 388 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:48:08.031 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:07 smithi178 bash[20270]: cluster 2024-03-21T12:48:05.981127+0000 mgr.y (mgr.14152) 109 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-21T12:48:08.032 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:07 smithi178 bash[20270]: audit 2024-03-21T12:48:07.197823+0000 mon.a (mon.0) 380 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi178", "root=default"]}]': finished 2024-03-21T12:48:08.032 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:07 smithi178 bash[20270]: cluster 2024-03-21T12:48:07.198124+0000 mon.a (mon.0) 381 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-03-21T12:48:08.032 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:07 smithi178 bash[20270]: audit 2024-03-21T12:48:07.198381+0000 mon.a (mon.0) 382 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T12:48:08.032 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:07 smithi178 bash[20270]: audit 2024-03-21T12:48:07.205880+0000 mon.a (mon.0) 383 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T12:48:08.032 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:07 smithi178 bash[20270]: audit 2024-03-21T12:48:07.679430+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:48:08.032 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:07 smithi178 bash[20270]: audit 2024-03-21T12:48:07.685708+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:48:08.032 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:07 smithi178 bash[20270]: audit 2024-03-21T12:48:07.692487+0000 mon.a (mon.0) 386 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:48:08.032 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:07 smithi178 bash[20270]: audit 2024-03-21T12:48:07.694521+0000 mon.a (mon.0) 387 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:48:08.032 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:07 smithi178 bash[20270]: audit 2024-03-21T12:48:07.695898+0000 mon.a (mon.0) 388 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:48:08.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:07 smithi184 bash[14608]: cluster 2024-03-21T12:48:05.981127+0000 mgr.y (mgr.14152) 109 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-21T12:48:08.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:07 smithi184 bash[14608]: audit 2024-03-21T12:48:07.197823+0000 mon.a (mon.0) 380 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi178", "root=default"]}]': finished 2024-03-21T12:48:08.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:07 smithi184 bash[14608]: cluster 2024-03-21T12:48:07.198124+0000 mon.a (mon.0) 381 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-03-21T12:48:08.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:07 smithi184 bash[14608]: audit 2024-03-21T12:48:07.198381+0000 mon.a (mon.0) 382 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T12:48:08.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:07 smithi184 bash[14608]: audit 2024-03-21T12:48:07.205880+0000 mon.a (mon.0) 383 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T12:48:08.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:07 smithi184 bash[14608]: audit 2024-03-21T12:48:07.679430+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:48:08.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:07 smithi184 bash[14608]: audit 2024-03-21T12:48:07.685708+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:48:08.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:07 smithi184 bash[14608]: audit 2024-03-21T12:48:07.692487+0000 mon.a (mon.0) 386 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:48:08.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:07 smithi184 bash[14608]: audit 2024-03-21T12:48:07.694521+0000 mon.a (mon.0) 387 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:48:08.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:07 smithi184 bash[14608]: audit 2024-03-21T12:48:07.695898+0000 mon.a (mon.0) 388 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:48:09.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:08 smithi178 bash[14494]: cluster 2024-03-21T12:48:06.187399+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-21T12:48:09.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:08 smithi178 bash[14494]: cluster 2024-03-21T12:48:06.187590+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-21T12:48:09.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:08 smithi178 bash[14494]: audit 2024-03-21T12:48:07.703898+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:48:09.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:08 smithi178 bash[14494]: cluster 2024-03-21T12:48:08.201060+0000 mon.a (mon.0) 390 : cluster [INF] osd.1 [v2:172.21.15.178:6810/3943562907,v1:172.21.15.178:6811/3943562907] boot 2024-03-21T12:48:09.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:08 smithi178 bash[14494]: cluster 2024-03-21T12:48:08.201124+0000 mon.a (mon.0) 391 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-03-21T12:48:09.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:08 smithi178 bash[14494]: audit 2024-03-21T12:48:08.201489+0000 mon.a (mon.0) 392 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T12:48:09.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:08 smithi178 bash[20270]: cluster 2024-03-21T12:48:06.187399+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-21T12:48:09.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:08 smithi178 bash[20270]: cluster 2024-03-21T12:48:06.187590+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-21T12:48:09.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:08 smithi178 bash[20270]: audit 2024-03-21T12:48:07.703898+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:48:09.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:08 smithi178 bash[20270]: cluster 2024-03-21T12:48:08.201060+0000 mon.a (mon.0) 390 : cluster [INF] osd.1 [v2:172.21.15.178:6810/3943562907,v1:172.21.15.178:6811/3943562907] boot 2024-03-21T12:48:09.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:08 smithi178 bash[20270]: cluster 2024-03-21T12:48:08.201124+0000 mon.a (mon.0) 391 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-03-21T12:48:09.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:08 smithi178 bash[20270]: audit 2024-03-21T12:48:08.201489+0000 mon.a (mon.0) 392 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T12:48:09.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:08 smithi184 bash[14608]: cluster 2024-03-21T12:48:06.187399+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-21T12:48:09.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:08 smithi184 bash[14608]: cluster 2024-03-21T12:48:06.187590+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-21T12:48:09.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:08 smithi184 bash[14608]: audit 2024-03-21T12:48:07.703898+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:48:09.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:08 smithi184 bash[14608]: cluster 2024-03-21T12:48:08.201060+0000 mon.a (mon.0) 390 : cluster [INF] osd.1 [v2:172.21.15.178:6810/3943562907,v1:172.21.15.178:6811/3943562907] boot 2024-03-21T12:48:09.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:08 smithi184 bash[14608]: cluster 2024-03-21T12:48:08.201124+0000 mon.a (mon.0) 391 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-03-21T12:48:09.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:08 smithi184 bash[14608]: audit 2024-03-21T12:48:08.201489+0000 mon.a (mon.0) 392 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T12:48:10.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:09 smithi178 bash[14494]: cluster 2024-03-21T12:48:07.981598+0000 mgr.y (mgr.14152) 110 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-21T12:48:10.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:09 smithi178 bash[14494]: cluster 2024-03-21T12:48:09.202214+0000 mon.a (mon.0) 393 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-03-21T12:48:10.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:09 smithi178 bash[20270]: cluster 2024-03-21T12:48:07.981598+0000 mgr.y (mgr.14152) 110 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-21T12:48:10.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:09 smithi178 bash[20270]: cluster 2024-03-21T12:48:09.202214+0000 mon.a (mon.0) 393 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-03-21T12:48:10.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:09 smithi184 bash[14608]: cluster 2024-03-21T12:48:07.981598+0000 mgr.y (mgr.14152) 110 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-21T12:48:10.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:09 smithi184 bash[14608]: cluster 2024-03-21T12:48:09.202214+0000 mon.a (mon.0) 393 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-03-21T12:48:10.463 INFO:teuthology.orchestra.run.smithi178.stderr:--> Zapping: /dev/vg_nvme/lv_2 2024-03-21T12:48:10.464 INFO:teuthology.orchestra.run.smithi178.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2024-03-21T12:48:10.464 INFO:teuthology.orchestra.run.smithi178.stderr: stderr: 10+0 records in 2024-03-21T12:48:10.464 INFO:teuthology.orchestra.run.smithi178.stderr:10+0 records out 2024-03-21T12:48:10.464 INFO:teuthology.orchestra.run.smithi178.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0162944 s, 644 MB/s 2024-03-21T12:48:10.464 INFO:teuthology.orchestra.run.smithi178.stderr:--> Zapping successful for: 2024-03-21T12:48:11.179 DEBUG:teuthology.orchestra.run.smithi178:> 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 a94f249e-e780-11ee-95cd-87774f69a715 -- ceph orch daemon add osd smithi178:vg_nvme/lv_2 2024-03-21T12:48:12.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:11 smithi178 bash[14494]: cluster 2024-03-21T12:48:09.982073+0000 mgr.y (mgr.14152) 111 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2024-03-21T12:48:12.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:11 smithi178 bash[20270]: cluster 2024-03-21T12:48:09.982073+0000 mgr.y (mgr.14152) 111 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2024-03-21T12:48:12.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:11 smithi184 bash[14608]: cluster 2024-03-21T12:48:09.982073+0000 mgr.y (mgr.14152) 111 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2024-03-21T12:48:14.009 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:13 smithi178 bash[14494]: cluster 2024-03-21T12:48:11.982580+0000 mgr.y (mgr.14152) 112 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2024-03-21T12:48:14.009 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:13 smithi178 bash[20270]: cluster 2024-03-21T12:48:11.982580+0000 mgr.y (mgr.14152) 112 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2024-03-21T12:48:14.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:13 smithi184 bash[14608]: cluster 2024-03-21T12:48:11.982580+0000 mgr.y (mgr.14152) 112 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2024-03-21T12:48:15.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:14 smithi178 bash[14494]: audit 2024-03-21T12:48:13.985638+0000 mon.a (mon.0) 394 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-21T12:48:15.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:14 smithi178 bash[14494]: audit 2024-03-21T12:48:13.991675+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-21T12:48:15.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:14 smithi178 bash[14494]: audit 2024-03-21T12:48:13.993114+0000 mon.a (mon.0) 396 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:48:15.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:14 smithi178 bash[20270]: audit 2024-03-21T12:48:13.985638+0000 mon.a (mon.0) 394 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-21T12:48:15.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:14 smithi178 bash[20270]: audit 2024-03-21T12:48:13.991675+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-21T12:48:15.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:14 smithi178 bash[20270]: audit 2024-03-21T12:48:13.993114+0000 mon.a (mon.0) 396 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:48:15.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:14 smithi184 bash[14608]: audit 2024-03-21T12:48:13.985638+0000 mon.a (mon.0) 394 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-21T12:48:15.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:14 smithi184 bash[14608]: audit 2024-03-21T12:48:13.991675+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-21T12:48:15.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:14 smithi184 bash[14608]: audit 2024-03-21T12:48:13.993114+0000 mon.a (mon.0) 396 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:48:16.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:15 smithi178 bash[20270]: audit 2024-03-21T12:48:13.979052+0000 mgr.y (mgr.14152) 113 : audit [DBG] from='client.14274 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi178:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:48:16.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:15 smithi178 bash[20270]: cluster 2024-03-21T12:48:13.983075+0000 mgr.y (mgr.14152) 114 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-21T12:48:16.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:15 smithi178 bash[14494]: audit 2024-03-21T12:48:13.979052+0000 mgr.y (mgr.14152) 113 : audit [DBG] from='client.14274 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi178:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:48:16.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:15 smithi178 bash[14494]: cluster 2024-03-21T12:48:13.983075+0000 mgr.y (mgr.14152) 114 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-21T12:48:16.069 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:15 smithi184 bash[14608]: audit 2024-03-21T12:48:13.979052+0000 mgr.y (mgr.14152) 113 : audit [DBG] from='client.14274 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi178:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:48:16.069 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:15 smithi184 bash[14608]: cluster 2024-03-21T12:48:13.983075+0000 mgr.y (mgr.14152) 114 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-21T12:48:17.796 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:17 smithi178 bash[20270]: cluster 2024-03-21T12:48:15.983542+0000 mgr.y (mgr.14152) 115 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-21T12:48:17.796 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:17 smithi178 bash[14494]: cluster 2024-03-21T12:48:15.983542+0000 mgr.y (mgr.14152) 115 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-21T12:48:18.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:17 smithi184 bash[14608]: cluster 2024-03-21T12:48:15.983542+0000 mgr.y (mgr.14152) 115 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-21T12:48:20.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:19 smithi178 bash[14494]: cluster 2024-03-21T12:48:17.984048+0000 mgr.y (mgr.14152) 116 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-21T12:48:20.047 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:48:19 smithi178 bash[14766]: 172.21.15.184 - - [21/Mar/2024:12:48:19] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2024-03-21T12:48:20.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:19 smithi178 bash[20270]: cluster 2024-03-21T12:48:17.984048+0000 mgr.y (mgr.14152) 116 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-21T12:48:20.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:19 smithi184 bash[14608]: cluster 2024-03-21T12:48:17.984048+0000 mgr.y (mgr.14152) 116 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-21T12:48:21.296 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:20 smithi178 bash[14494]: audit 2024-03-21T12:48:19.836855+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:48:21.296 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:20 smithi178 bash[14494]: audit 2024-03-21T12:48:19.841798+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:48:21.296 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:20 smithi178 bash[14494]: audit 2024-03-21T12:48:19.902206+0000 mon.b (mon.2) 7 : audit [INF] from='client.? 172.21.15.178:0/1784654109' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4a7a66aa-9921-4ccb-80f6-bb66a1be891c"}]: dispatch 2024-03-21T12:48:21.296 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:20 smithi178 bash[14494]: audit 2024-03-21T12:48:19.902899+0000 mon.a (mon.0) 399 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4a7a66aa-9921-4ccb-80f6-bb66a1be891c"}]: dispatch 2024-03-21T12:48:21.296 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:20 smithi178 bash[14494]: audit 2024-03-21T12:48:19.908747+0000 mon.a (mon.0) 400 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "4a7a66aa-9921-4ccb-80f6-bb66a1be891c"}]': finished 2024-03-21T12:48:21.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:20 smithi178 bash[14494]: cluster 2024-03-21T12:48:19.908802+0000 mon.a (mon.0) 401 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-03-21T12:48:21.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:20 smithi178 bash[14494]: audit 2024-03-21T12:48:19.908984+0000 mon.a (mon.0) 402 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T12:48:21.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:20 smithi178 bash[14494]: audit 2024-03-21T12:48:20.639442+0000 mon.a (mon.0) 403 : audit [DBG] from='client.? 172.21.15.178:0/494667862' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-21T12:48:21.297 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:20 smithi178 bash[20270]: audit 2024-03-21T12:48:19.836855+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:48:21.297 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:20 smithi178 bash[20270]: audit 2024-03-21T12:48:19.841798+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:48:21.297 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:20 smithi178 bash[20270]: audit 2024-03-21T12:48:19.902206+0000 mon.b (mon.2) 7 : audit [INF] from='client.? 172.21.15.178:0/1784654109' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4a7a66aa-9921-4ccb-80f6-bb66a1be891c"}]: dispatch 2024-03-21T12:48:21.297 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:20 smithi178 bash[20270]: audit 2024-03-21T12:48:19.902899+0000 mon.a (mon.0) 399 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4a7a66aa-9921-4ccb-80f6-bb66a1be891c"}]: dispatch 2024-03-21T12:48:21.297 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:20 smithi178 bash[20270]: audit 2024-03-21T12:48:19.908747+0000 mon.a (mon.0) 400 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "4a7a66aa-9921-4ccb-80f6-bb66a1be891c"}]': finished 2024-03-21T12:48:21.297 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:20 smithi178 bash[20270]: cluster 2024-03-21T12:48:19.908802+0000 mon.a (mon.0) 401 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-03-21T12:48:21.297 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:20 smithi178 bash[20270]: audit 2024-03-21T12:48:19.908984+0000 mon.a (mon.0) 402 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T12:48:21.297 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:20 smithi178 bash[20270]: audit 2024-03-21T12:48:20.639442+0000 mon.a (mon.0) 403 : audit [DBG] from='client.? 172.21.15.178:0/494667862' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-21T12:48:21.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:20 smithi184 bash[14608]: audit 2024-03-21T12:48:19.836855+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:48:21.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:20 smithi184 bash[14608]: audit 2024-03-21T12:48:19.841798+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:48:21.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:20 smithi184 bash[14608]: audit 2024-03-21T12:48:19.902206+0000 mon.b (mon.2) 7 : audit [INF] from='client.? 172.21.15.178:0/1784654109' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4a7a66aa-9921-4ccb-80f6-bb66a1be891c"}]: dispatch 2024-03-21T12:48:21.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:20 smithi184 bash[14608]: audit 2024-03-21T12:48:19.902899+0000 mon.a (mon.0) 399 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4a7a66aa-9921-4ccb-80f6-bb66a1be891c"}]: dispatch 2024-03-21T12:48:21.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:20 smithi184 bash[14608]: audit 2024-03-21T12:48:19.908747+0000 mon.a (mon.0) 400 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "4a7a66aa-9921-4ccb-80f6-bb66a1be891c"}]': finished 2024-03-21T12:48:21.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:20 smithi184 bash[14608]: cluster 2024-03-21T12:48:19.908802+0000 mon.a (mon.0) 401 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-03-21T12:48:21.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:20 smithi184 bash[14608]: audit 2024-03-21T12:48:19.908984+0000 mon.a (mon.0) 402 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T12:48:21.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:20 smithi184 bash[14608]: audit 2024-03-21T12:48:20.639442+0000 mon.a (mon.0) 403 : audit [DBG] from='client.? 172.21.15.178:0/494667862' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-21T12:48:22.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:21 smithi178 bash[14494]: cluster 2024-03-21T12:48:19.984512+0000 mgr.y (mgr.14152) 117 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-21T12:48:22.297 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:21 smithi178 bash[20270]: cluster 2024-03-21T12:48:19.984512+0000 mgr.y (mgr.14152) 117 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-21T12:48:22.322 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:21 smithi184 bash[14608]: cluster 2024-03-21T12:48:19.984512+0000 mgr.y (mgr.14152) 117 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-21T12:48:24.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:23 smithi178 bash[14494]: cluster 2024-03-21T12:48:21.984982+0000 mgr.y (mgr.14152) 118 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-21T12:48:24.046 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:23 smithi178 bash[20270]: cluster 2024-03-21T12:48:21.984982+0000 mgr.y (mgr.14152) 118 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-21T12:48:24.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:23 smithi184 bash[14608]: cluster 2024-03-21T12:48:21.984982+0000 mgr.y (mgr.14152) 118 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-21T12:48:25.546 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:48:25 smithi178 bash[14766]: 172.21.15.178 - - [21/Mar/2024:12:48:25] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2024-03-21T12:48:26.296 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:25 smithi178 bash[14494]: cluster 2024-03-21T12:48:23.985530+0000 mgr.y (mgr.14152) 119 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-21T12:48:26.296 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:25 smithi178 bash[14494]: audit 2024-03-21T12:48:25.359531+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:48:26.296 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:25 smithi178 bash[14494]: audit 2024-03-21T12:48:25.366809+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:48:26.296 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:25 smithi178 bash[20270]: cluster 2024-03-21T12:48:23.985530+0000 mgr.y (mgr.14152) 119 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-21T12:48:26.297 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:25 smithi178 bash[20270]: audit 2024-03-21T12:48:25.359531+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:48:26.297 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:25 smithi178 bash[20270]: audit 2024-03-21T12:48:25.366809+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:48:26.322 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:25 smithi184 bash[14608]: cluster 2024-03-21T12:48:23.985530+0000 mgr.y (mgr.14152) 119 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-21T12:48:26.322 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:25 smithi184 bash[14608]: audit 2024-03-21T12:48:25.359531+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:48:26.322 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:25 smithi184 bash[14608]: audit 2024-03-21T12:48:25.366809+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:48:28.296 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:27 smithi178 bash[14494]: cluster 2024-03-21T12:48:25.986081+0000 mgr.y (mgr.14152) 120 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-21T12:48:28.296 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:27 smithi178 bash[20270]: cluster 2024-03-21T12:48:25.986081+0000 mgr.y (mgr.14152) 120 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-21T12:48:28.322 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:27 smithi184 bash[14608]: cluster 2024-03-21T12:48:25.986081+0000 mgr.y (mgr.14152) 120 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-21T12:48:30.296 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:29 smithi178 bash[20270]: cluster 2024-03-21T12:48:27.986605+0000 mgr.y (mgr.14152) 121 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-21T12:48:30.296 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:29 smithi178 bash[14494]: cluster 2024-03-21T12:48:27.986605+0000 mgr.y (mgr.14152) 121 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-21T12:48:30.322 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:29 smithi184 bash[14608]: cluster 2024-03-21T12:48:27.986605+0000 mgr.y (mgr.14152) 121 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-21T12:48:31.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:30 smithi178 bash[14494]: audit 2024-03-21T12:48:30.465931+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-03-21T12:48:31.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:30 smithi178 bash[14494]: audit 2024-03-21T12:48:30.467797+0000 mon.a (mon.0) 407 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:48:31.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:30 smithi178 bash[20270]: audit 2024-03-21T12:48:30.465931+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-03-21T12:48:31.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:30 smithi178 bash[20270]: audit 2024-03-21T12:48:30.467797+0000 mon.a (mon.0) 407 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:48:31.322 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:30 smithi184 bash[14608]: audit 2024-03-21T12:48:30.465931+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-03-21T12:48:31.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:30 smithi184 bash[14608]: audit 2024-03-21T12:48:30.467797+0000 mon.a (mon.0) 407 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:48:32.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:31 smithi178 bash[14494]: cluster 2024-03-21T12:48:29.987188+0000 mgr.y (mgr.14152) 122 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-21T12:48:32.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:31 smithi178 bash[14494]: cephadm 2024-03-21T12:48:30.469197+0000 mgr.y (mgr.14152) 123 : cephadm [INF] Deploying daemon osd.2 on smithi178 2024-03-21T12:48:32.046 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:31 smithi178 bash[20270]: cluster 2024-03-21T12:48:29.987188+0000 mgr.y (mgr.14152) 122 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-21T12:48:32.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:31 smithi178 bash[20270]: cephadm 2024-03-21T12:48:30.469197+0000 mgr.y (mgr.14152) 123 : cephadm [INF] Deploying daemon osd.2 on smithi178 2024-03-21T12:48:32.322 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:31 smithi184 bash[14608]: cluster 2024-03-21T12:48:29.987188+0000 mgr.y (mgr.14152) 122 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-21T12:48:32.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:31 smithi184 bash[14608]: cephadm 2024-03-21T12:48:30.469197+0000 mgr.y (mgr.14152) 123 : cephadm [INF] Deploying daemon osd.2 on smithi178 2024-03-21T12:48:33.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:32 smithi178 bash[14494]: cluster 2024-03-21T12:48:31.987682+0000 mgr.y (mgr.14152) 124 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-21T12:48:33.046 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:32 smithi178 bash[20270]: cluster 2024-03-21T12:48:31.987682+0000 mgr.y (mgr.14152) 124 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-21T12:48:33.322 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:32 smithi184 bash[14608]: cluster 2024-03-21T12:48:31.987682+0000 mgr.y (mgr.14152) 124 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-21T12:48:35.546 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:35 smithi178 bash[14494]: cluster 2024-03-21T12:48:33.988250+0000 mgr.y (mgr.14152) 125 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-21T12:48:35.546 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:35 smithi178 bash[14494]: audit 2024-03-21T12:48:34.541972+0000 mon.a (mon.0) 408 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:48:35.546 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:35 smithi178 bash[14494]: audit 2024-03-21T12:48:34.544666+0000 mon.a (mon.0) 409 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:48:35.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:35 smithi178 bash[14494]: audit 2024-03-21T12:48:34.548498+0000 mon.a (mon.0) 410 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:48:35.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:35 smithi178 bash[14494]: audit 2024-03-21T12:48:34.548933+0000 mon.a (mon.0) 411 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:48:35.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:35 smithi178 bash[14494]: audit 2024-03-21T12:48:34.558674+0000 mon.a (mon.0) 412 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:48:35.547 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:35 smithi178 bash[20270]: cluster 2024-03-21T12:48:33.988250+0000 mgr.y (mgr.14152) 125 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-21T12:48:35.547 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:35 smithi178 bash[20270]: audit 2024-03-21T12:48:34.541972+0000 mon.a (mon.0) 408 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:48:35.547 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:35 smithi178 bash[20270]: audit 2024-03-21T12:48:34.544666+0000 mon.a (mon.0) 409 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:48:35.547 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:35 smithi178 bash[20270]: audit 2024-03-21T12:48:34.548498+0000 mon.a (mon.0) 410 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:48:35.547 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:35 smithi178 bash[20270]: audit 2024-03-21T12:48:34.548933+0000 mon.a (mon.0) 411 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:48:35.547 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:35 smithi178 bash[20270]: audit 2024-03-21T12:48:34.558674+0000 mon.a (mon.0) 412 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:48:35.572 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:35 smithi184 bash[14608]: cluster 2024-03-21T12:48:33.988250+0000 mgr.y (mgr.14152) 125 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-21T12:48:35.572 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:35 smithi184 bash[14608]: audit 2024-03-21T12:48:34.541972+0000 mon.a (mon.0) 408 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:48:35.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:35 smithi184 bash[14608]: audit 2024-03-21T12:48:34.544666+0000 mon.a (mon.0) 409 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:48:35.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:35 smithi184 bash[14608]: audit 2024-03-21T12:48:34.548498+0000 mon.a (mon.0) 410 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:48:35.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:35 smithi184 bash[14608]: audit 2024-03-21T12:48:34.548933+0000 mon.a (mon.0) 411 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:48:35.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:35 smithi184 bash[14608]: audit 2024-03-21T12:48:34.558674+0000 mon.a (mon.0) 412 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:48:37.478 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:37 smithi184 bash[14608]: cluster 2024-03-21T12:48:35.988745+0000 mgr.y (mgr.14152) 126 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-21T12:48:37.546 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:37 smithi178 bash[14494]: cluster 2024-03-21T12:48:35.988745+0000 mgr.y (mgr.14152) 126 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-21T12:48:37.546 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:37 smithi178 bash[20270]: cluster 2024-03-21T12:48:35.988745+0000 mgr.y (mgr.14152) 126 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-21T12:48:39.296 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:39 smithi178 bash[14494]: cluster 2024-03-21T12:48:37.989303+0000 mgr.y (mgr.14152) 127 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-21T12:48:39.296 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:39 smithi178 bash[20270]: cluster 2024-03-21T12:48:37.989303+0000 mgr.y (mgr.14152) 127 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-21T12:48:39.572 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:39 smithi184 bash[14608]: cluster 2024-03-21T12:48:37.989303+0000 mgr.y (mgr.14152) 127 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-21T12:48:40.296 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:48:39 smithi178 bash[14766]: 172.21.15.184 - - [21/Mar/2024:12:48:39] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2024-03-21T12:48:41.282 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:41 smithi178 bash[14494]: audit 2024-03-21T12:48:39.987511+0000 mon.a (mon.0) 413 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:48:41.282 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:41 smithi178 bash[14494]: cluster 2024-03-21T12:48:39.989813+0000 mgr.y (mgr.14152) 128 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-21T12:48:41.282 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:41 smithi178 bash[14494]: audit 2024-03-21T12:48:39.994245+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:48:41.283 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:41 smithi178 bash[20270]: audit 2024-03-21T12:48:39.987511+0000 mon.a (mon.0) 413 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:48:41.283 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:41 smithi178 bash[20270]: cluster 2024-03-21T12:48:39.989813+0000 mgr.y (mgr.14152) 128 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-21T12:48:41.283 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:41 smithi178 bash[20270]: audit 2024-03-21T12:48:39.994245+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:48:41.322 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:40 smithi184 bash[14608]: audit 2024-03-21T12:48:39.987511+0000 mon.a (mon.0) 413 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:48:41.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:40 smithi184 bash[14608]: cluster 2024-03-21T12:48:39.989813+0000 mgr.y (mgr.14152) 128 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-21T12:48:41.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:40 smithi184 bash[14608]: audit 2024-03-21T12:48:39.994245+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:48:41.754 INFO:teuthology.orchestra.run.smithi178.stdout:Created osd(s) 2 on host 'smithi178' 2024-03-21T12:48:42.296 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:41 smithi178 bash[14494]: audit 2024-03-21T12:48:41.291998+0000 mon.a (mon.0) 415 : audit [INF] from='osd.2 [v2:172.21.15.178:6818/3224910125,v1:172.21.15.178:6819/3224910125]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-21T12:48:42.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:41 smithi178 bash[14494]: audit 2024-03-21T12:48:41.747216+0000 mon.a (mon.0) 416 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:48:42.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:41 smithi178 bash[14494]: audit 2024-03-21T12:48:41.752668+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:48:42.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:41 smithi178 bash[14494]: audit 2024-03-21T12:48:41.755181+0000 mon.a (mon.0) 418 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:48:42.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:41 smithi178 bash[14494]: audit 2024-03-21T12:48:41.757419+0000 mon.a (mon.0) 419 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:48:42.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:41 smithi178 bash[14494]: audit 2024-03-21T12:48:41.760659+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-21T12:48:42.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:41 smithi178 bash[14494]: audit 2024-03-21T12:48:41.761759+0000 mon.a (mon.0) 421 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-21T12:48:42.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:41 smithi178 bash[14494]: audit 2024-03-21T12:48:41.762807+0000 mon.a (mon.0) 422 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-21T12:48:42.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:41 smithi178 bash[14494]: cephadm 2024-03-21T12:48:41.763665+0000 mgr.y (mgr.14152) 129 : cephadm [INF] Adjusting osd_memory_target on smithi178 to 5074M 2024-03-21T12:48:42.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:41 smithi178 bash[14494]: audit 2024-03-21T12:48:41.770079+0000 mon.a (mon.0) 423 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:48:42.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:41 smithi178 bash[14494]: audit 2024-03-21T12:48:41.776520+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:48:42.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:41 smithi178 bash[20270]: audit 2024-03-21T12:48:41.291998+0000 mon.a (mon.0) 415 : audit [INF] from='osd.2 [v2:172.21.15.178:6818/3224910125,v1:172.21.15.178:6819/3224910125]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-21T12:48:42.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:41 smithi178 bash[20270]: audit 2024-03-21T12:48:41.747216+0000 mon.a (mon.0) 416 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:48:42.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:41 smithi178 bash[20270]: audit 2024-03-21T12:48:41.752668+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:48:42.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:41 smithi178 bash[20270]: audit 2024-03-21T12:48:41.755181+0000 mon.a (mon.0) 418 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:48:42.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:41 smithi178 bash[20270]: audit 2024-03-21T12:48:41.757419+0000 mon.a (mon.0) 419 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:48:42.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:41 smithi178 bash[20270]: audit 2024-03-21T12:48:41.760659+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-21T12:48:42.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:41 smithi178 bash[20270]: audit 2024-03-21T12:48:41.761759+0000 mon.a (mon.0) 421 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-21T12:48:42.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:41 smithi178 bash[20270]: audit 2024-03-21T12:48:41.762807+0000 mon.a (mon.0) 422 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-21T12:48:42.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:41 smithi178 bash[20270]: cephadm 2024-03-21T12:48:41.763665+0000 mgr.y (mgr.14152) 129 : cephadm [INF] Adjusting osd_memory_target on smithi178 to 5074M 2024-03-21T12:48:42.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:41 smithi178 bash[20270]: audit 2024-03-21T12:48:41.770079+0000 mon.a (mon.0) 423 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:48:42.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:41 smithi178 bash[20270]: audit 2024-03-21T12:48:41.776520+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:48:42.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:41 smithi184 bash[14608]: audit 2024-03-21T12:48:41.291998+0000 mon.a (mon.0) 415 : audit [INF] from='osd.2 [v2:172.21.15.178:6818/3224910125,v1:172.21.15.178:6819/3224910125]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-21T12:48:42.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:41 smithi184 bash[14608]: audit 2024-03-21T12:48:41.747216+0000 mon.a (mon.0) 416 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:48:42.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:41 smithi184 bash[14608]: audit 2024-03-21T12:48:41.752668+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:48:42.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:41 smithi184 bash[14608]: audit 2024-03-21T12:48:41.755181+0000 mon.a (mon.0) 418 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:48:42.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:41 smithi184 bash[14608]: audit 2024-03-21T12:48:41.757419+0000 mon.a (mon.0) 419 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:48:42.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:41 smithi184 bash[14608]: audit 2024-03-21T12:48:41.760659+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-21T12:48:42.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:41 smithi184 bash[14608]: audit 2024-03-21T12:48:41.761759+0000 mon.a (mon.0) 421 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-21T12:48:42.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:41 smithi184 bash[14608]: audit 2024-03-21T12:48:41.762807+0000 mon.a (mon.0) 422 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-21T12:48:42.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:41 smithi184 bash[14608]: cephadm 2024-03-21T12:48:41.763665+0000 mgr.y (mgr.14152) 129 : cephadm [INF] Adjusting osd_memory_target on smithi178 to 5074M 2024-03-21T12:48:42.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:41 smithi184 bash[14608]: audit 2024-03-21T12:48:41.770079+0000 mon.a (mon.0) 423 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:48:42.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:41 smithi184 bash[14608]: audit 2024-03-21T12:48:41.776520+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:48:42.914 DEBUG:teuthology.orchestra.run.smithi178:osd.2> sudo journalctl -f -n 0 -u ceph-a94f249e-e780-11ee-95cd-87774f69a715@osd.2.service 2024-03-21T12:48:42.916 INFO:tasks.cephadm:Deploying osd.3 on smithi178 with /dev/vg_nvme/lv_1... 2024-03-21T12:48:42.916 DEBUG:teuthology.orchestra.run.smithi178:> 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 a94f249e-e780-11ee-95cd-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2024-03-21T12:48:43.217 INFO:journalctl@ceph.osd.2.smithi178.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2024-03-21T12:48:43.251 INFO:journalctl@ceph.osd.2.smithi178.stdout:Mar 21 12:48:43 smithi178 bash[30516]: debug 2024-03-21T12:48:43.018+0000 7f9c17b66700 -1 osd.2 0 waiting for initial osdmap 2024-03-21T12:48:43.251 INFO:journalctl@ceph.osd.2.smithi178.stdout:Mar 21 12:48:43 smithi178 bash[30516]: debug 2024-03-21T12:48:43.022+0000 7f9c104f9700 -1 osd.2 17 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-03-21T12:48:43.251 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:43 smithi178 bash[14494]: cluster 2024-03-21T12:48:41.990286+0000 mgr.y (mgr.14152) 130 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-21T12:48:43.251 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:43 smithi178 bash[14494]: audit 2024-03-21T12:48:42.008454+0000 mon.a (mon.0) 425 : audit [INF] from='osd.2 [v2:172.21.15.178:6818/3224910125,v1:172.21.15.178:6819/3224910125]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-03-21T12:48:43.252 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:43 smithi178 bash[14494]: cluster 2024-03-21T12:48:42.008569+0000 mon.a (mon.0) 426 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-03-21T12:48:43.252 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:43 smithi178 bash[14494]: audit 2024-03-21T12:48:42.008772+0000 mon.a (mon.0) 427 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T12:48:43.252 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:43 smithi178 bash[14494]: audit 2024-03-21T12:48:42.009319+0000 mon.a (mon.0) 428 : audit [INF] from='osd.2 [v2:172.21.15.178:6818/3224910125,v1:172.21.15.178:6819/3224910125]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi178", "root=default"]}]: dispatch 2024-03-21T12:48:43.252 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:43 smithi178 bash[20270]: cluster 2024-03-21T12:48:41.990286+0000 mgr.y (mgr.14152) 130 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-21T12:48:43.252 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:43 smithi178 bash[20270]: audit 2024-03-21T12:48:42.008454+0000 mon.a (mon.0) 425 : audit [INF] from='osd.2 [v2:172.21.15.178:6818/3224910125,v1:172.21.15.178:6819/3224910125]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-03-21T12:48:43.252 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:43 smithi178 bash[20270]: cluster 2024-03-21T12:48:42.008569+0000 mon.a (mon.0) 426 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-03-21T12:48:43.252 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:43 smithi178 bash[20270]: audit 2024-03-21T12:48:42.008772+0000 mon.a (mon.0) 427 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T12:48:43.252 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:43 smithi178 bash[20270]: audit 2024-03-21T12:48:42.009319+0000 mon.a (mon.0) 428 : audit [INF] from='osd.2 [v2:172.21.15.178:6818/3224910125,v1:172.21.15.178:6819/3224910125]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi178", "root=default"]}]: dispatch 2024-03-21T12:48:43.322 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:43 smithi184 bash[14608]: cluster 2024-03-21T12:48:41.990286+0000 mgr.y (mgr.14152) 130 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-21T12:48:43.322 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:43 smithi184 bash[14608]: audit 2024-03-21T12:48:42.008454+0000 mon.a (mon.0) 425 : audit [INF] from='osd.2 [v2:172.21.15.178:6818/3224910125,v1:172.21.15.178:6819/3224910125]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-03-21T12:48:43.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:43 smithi184 bash[14608]: cluster 2024-03-21T12:48:42.008569+0000 mon.a (mon.0) 426 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-03-21T12:48:43.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:43 smithi184 bash[14608]: audit 2024-03-21T12:48:42.008772+0000 mon.a (mon.0) 427 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T12:48:43.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:43 smithi184 bash[14608]: audit 2024-03-21T12:48:42.009319+0000 mon.a (mon.0) 428 : audit [INF] from='osd.2 [v2:172.21.15.178:6818/3224910125,v1:172.21.15.178:6819/3224910125]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi178", "root=default"]}]: dispatch 2024-03-21T12:48:44.296 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:44 smithi178 bash[14494]: audit 2024-03-21T12:48:43.011368+0000 mon.a (mon.0) 429 : audit [INF] from='osd.2 [v2:172.21.15.178:6818/3224910125,v1:172.21.15.178:6819/3224910125]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi178", "root=default"]}]': finished 2024-03-21T12:48:44.296 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:44 smithi178 bash[14494]: cluster 2024-03-21T12:48:43.011502+0000 mon.a (mon.0) 430 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-03-21T12:48:44.296 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:44 smithi178 bash[14494]: audit 2024-03-21T12:48:43.012153+0000 mon.a (mon.0) 431 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T12:48:44.296 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:44 smithi178 bash[14494]: audit 2024-03-21T12:48:43.019874+0000 mon.a (mon.0) 432 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T12:48:44.297 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:44 smithi178 bash[20270]: audit 2024-03-21T12:48:43.011368+0000 mon.a (mon.0) 429 : audit [INF] from='osd.2 [v2:172.21.15.178:6818/3224910125,v1:172.21.15.178:6819/3224910125]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi178", "root=default"]}]': finished 2024-03-21T12:48:44.297 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:44 smithi178 bash[20270]: cluster 2024-03-21T12:48:43.011502+0000 mon.a (mon.0) 430 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-03-21T12:48:44.297 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:44 smithi178 bash[20270]: audit 2024-03-21T12:48:43.012153+0000 mon.a (mon.0) 431 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T12:48:44.297 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:44 smithi178 bash[20270]: audit 2024-03-21T12:48:43.019874+0000 mon.a (mon.0) 432 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T12:48:44.322 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:44 smithi184 bash[14608]: audit 2024-03-21T12:48:43.011368+0000 mon.a (mon.0) 429 : audit [INF] from='osd.2 [v2:172.21.15.178:6818/3224910125,v1:172.21.15.178:6819/3224910125]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi178", "root=default"]}]': finished 2024-03-21T12:48:44.322 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:44 smithi184 bash[14608]: cluster 2024-03-21T12:48:43.011502+0000 mon.a (mon.0) 430 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-03-21T12:48:44.322 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:44 smithi184 bash[14608]: audit 2024-03-21T12:48:43.012153+0000 mon.a (mon.0) 431 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T12:48:44.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:44 smithi184 bash[14608]: audit 2024-03-21T12:48:43.019874+0000 mon.a (mon.0) 432 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T12:48:45.296 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:45 smithi178 bash[20270]: cluster 2024-03-21T12:48:42.262791+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-21T12:48:45.296 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:45 smithi178 bash[20270]: cluster 2024-03-21T12:48:42.263007+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-21T12:48:45.296 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:45 smithi178 bash[20270]: cluster 2024-03-21T12:48:43.990795+0000 mgr.y (mgr.14152) 131 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 9.9 MiB used, 179 GiB / 179 GiB avail 2024-03-21T12:48:45.296 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:45 smithi178 bash[20270]: cluster 2024-03-21T12:48:44.021539+0000 mon.a (mon.0) 433 : cluster [INF] osd.2 [v2:172.21.15.178:6818/3224910125,v1:172.21.15.178:6819/3224910125] boot 2024-03-21T12:48:45.296 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:45 smithi178 bash[20270]: cluster 2024-03-21T12:48:44.021653+0000 mon.a (mon.0) 434 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-03-21T12:48:45.296 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:45 smithi178 bash[20270]: audit 2024-03-21T12:48:44.022312+0000 mon.a (mon.0) 435 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T12:48:45.297 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:45 smithi178 bash[20270]: audit 2024-03-21T12:48:44.105520+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2024-03-21T12:48:45.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:45 smithi178 bash[14494]: cluster 2024-03-21T12:48:42.262791+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-21T12:48:45.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:45 smithi178 bash[14494]: cluster 2024-03-21T12:48:42.263007+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-21T12:48:45.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:45 smithi178 bash[14494]: cluster 2024-03-21T12:48:43.990795+0000 mgr.y (mgr.14152) 131 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 9.9 MiB used, 179 GiB / 179 GiB avail 2024-03-21T12:48:45.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:45 smithi178 bash[14494]: cluster 2024-03-21T12:48:44.021539+0000 mon.a (mon.0) 433 : cluster [INF] osd.2 [v2:172.21.15.178:6818/3224910125,v1:172.21.15.178:6819/3224910125] boot 2024-03-21T12:48:45.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:45 smithi178 bash[14494]: cluster 2024-03-21T12:48:44.021653+0000 mon.a (mon.0) 434 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-03-21T12:48:45.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:45 smithi178 bash[14494]: audit 2024-03-21T12:48:44.022312+0000 mon.a (mon.0) 435 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T12:48:45.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:45 smithi178 bash[14494]: audit 2024-03-21T12:48:44.105520+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2024-03-21T12:48:45.322 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:45 smithi184 bash[14608]: cluster 2024-03-21T12:48:42.262791+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-21T12:48:45.322 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:45 smithi184 bash[14608]: cluster 2024-03-21T12:48:42.263007+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-21T12:48:45.322 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:45 smithi184 bash[14608]: cluster 2024-03-21T12:48:43.990795+0000 mgr.y (mgr.14152) 131 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 9.9 MiB used, 179 GiB / 179 GiB avail 2024-03-21T12:48:45.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:45 smithi184 bash[14608]: cluster 2024-03-21T12:48:44.021539+0000 mon.a (mon.0) 433 : cluster [INF] osd.2 [v2:172.21.15.178:6818/3224910125,v1:172.21.15.178:6819/3224910125] boot 2024-03-21T12:48:45.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:45 smithi184 bash[14608]: cluster 2024-03-21T12:48:44.021653+0000 mon.a (mon.0) 434 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-03-21T12:48:45.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:45 smithi184 bash[14608]: audit 2024-03-21T12:48:44.022312+0000 mon.a (mon.0) 435 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T12:48:45.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:45 smithi184 bash[14608]: audit 2024-03-21T12:48:44.105520+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2024-03-21T12:48:45.796 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:48:45 smithi178 bash[14766]: 172.21.15.178 - - [21/Mar/2024:12:48:45] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2024-03-21T12:48:46.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:46 smithi184 bash[14608]: audit 2024-03-21T12:48:45.040483+0000 mon.a (mon.0) 437 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2024-03-21T12:48:46.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:46 smithi184 bash[14608]: cluster 2024-03-21T12:48:45.040563+0000 mon.a (mon.0) 438 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-03-21T12:48:46.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:46 smithi184 bash[14608]: audit 2024-03-21T12:48:45.041734+0000 mon.a (mon.0) 439 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-03-21T12:48:46.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:46 smithi184 bash[14608]: audit 2024-03-21T12:48:45.489499+0000 mon.a (mon.0) 440 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:48:46.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:46 smithi184 bash[14608]: cephadm 2024-03-21T12:48:45.490566+0000 mgr.y (mgr.14152) 132 : cephadm [INF] Detected new or changed devices on smithi178 2024-03-21T12:48:46.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:46 smithi184 bash[14608]: audit 2024-03-21T12:48:45.495398+0000 mon.a (mon.0) 441 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:48:46.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:46 smithi184 bash[14608]: audit 2024-03-21T12:48:45.503693+0000 mon.a (mon.0) 442 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:48:46.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:46 smithi184 bash[14608]: audit 2024-03-21T12:48:45.505244+0000 mon.a (mon.0) 443 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:48:46.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:46 smithi184 bash[14608]: audit 2024-03-21T12:48:45.506311+0000 mon.a (mon.0) 444 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:48:46.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:46 smithi184 bash[14608]: cluster 2024-03-21T12:48:45.509244+0000 mgr.y (mgr.14152) 133 : cluster [DBG] pgmap v98: 1 pgs: 1 unknown; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:48:46.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:46 smithi184 bash[14608]: audit 2024-03-21T12:48:45.514936+0000 mon.a (mon.0) 445 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:48:46.546 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:46 smithi178 bash[14494]: audit 2024-03-21T12:48:45.040483+0000 mon.a (mon.0) 437 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2024-03-21T12:48:46.546 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:46 smithi178 bash[14494]: cluster 2024-03-21T12:48:45.040563+0000 mon.a (mon.0) 438 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-03-21T12:48:46.546 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:46 smithi178 bash[14494]: audit 2024-03-21T12:48:45.041734+0000 mon.a (mon.0) 439 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-03-21T12:48:46.546 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:46 smithi178 bash[14494]: audit 2024-03-21T12:48:45.489499+0000 mon.a (mon.0) 440 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:48:46.546 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:46 smithi178 bash[14494]: cephadm 2024-03-21T12:48:45.490566+0000 mgr.y (mgr.14152) 132 : cephadm [INF] Detected new or changed devices on smithi178 2024-03-21T12:48:46.546 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:46 smithi178 bash[14494]: audit 2024-03-21T12:48:45.495398+0000 mon.a (mon.0) 441 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:48:46.546 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:46 smithi178 bash[14494]: audit 2024-03-21T12:48:45.503693+0000 mon.a (mon.0) 442 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:48:46.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:46 smithi178 bash[14494]: audit 2024-03-21T12:48:45.505244+0000 mon.a (mon.0) 443 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:48:46.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:46 smithi178 bash[14494]: audit 2024-03-21T12:48:45.506311+0000 mon.a (mon.0) 444 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:48:46.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:46 smithi178 bash[14494]: cluster 2024-03-21T12:48:45.509244+0000 mgr.y (mgr.14152) 133 : cluster [DBG] pgmap v98: 1 pgs: 1 unknown; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:48:46.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:46 smithi178 bash[14494]: audit 2024-03-21T12:48:45.514936+0000 mon.a (mon.0) 445 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:48:46.547 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:46 smithi178 bash[20270]: audit 2024-03-21T12:48:45.040483+0000 mon.a (mon.0) 437 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2024-03-21T12:48:46.547 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:46 smithi178 bash[20270]: cluster 2024-03-21T12:48:45.040563+0000 mon.a (mon.0) 438 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-03-21T12:48:46.547 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:46 smithi178 bash[20270]: audit 2024-03-21T12:48:45.041734+0000 mon.a (mon.0) 439 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-03-21T12:48:46.547 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:46 smithi178 bash[20270]: audit 2024-03-21T12:48:45.489499+0000 mon.a (mon.0) 440 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:48:46.547 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:46 smithi178 bash[20270]: cephadm 2024-03-21T12:48:45.490566+0000 mgr.y (mgr.14152) 132 : cephadm [INF] Detected new or changed devices on smithi178 2024-03-21T12:48:46.547 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:46 smithi178 bash[20270]: audit 2024-03-21T12:48:45.495398+0000 mon.a (mon.0) 441 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:48:46.547 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:46 smithi178 bash[20270]: audit 2024-03-21T12:48:45.503693+0000 mon.a (mon.0) 442 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:48:46.547 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:46 smithi178 bash[20270]: audit 2024-03-21T12:48:45.505244+0000 mon.a (mon.0) 443 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:48:46.547 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:46 smithi178 bash[20270]: audit 2024-03-21T12:48:45.506311+0000 mon.a (mon.0) 444 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:48:46.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:46 smithi178 bash[20270]: cluster 2024-03-21T12:48:45.509244+0000 mgr.y (mgr.14152) 133 : cluster [DBG] pgmap v98: 1 pgs: 1 unknown; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:48:46.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:46 smithi178 bash[20270]: audit 2024-03-21T12:48:45.514936+0000 mon.a (mon.0) 445 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:48:46.890 INFO:teuthology.orchestra.run.smithi178.stderr:--> Zapping: /dev/vg_nvme/lv_1 2024-03-21T12:48:46.890 INFO:teuthology.orchestra.run.smithi178.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2024-03-21T12:48:46.890 INFO:teuthology.orchestra.run.smithi178.stderr: stderr: 10+0 records in 2024-03-21T12:48:46.890 INFO:teuthology.orchestra.run.smithi178.stderr:10+0 records out 2024-03-21T12:48:46.890 INFO:teuthology.orchestra.run.smithi178.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0145581 s, 720 MB/s 2024-03-21T12:48:46.891 INFO:teuthology.orchestra.run.smithi178.stderr: stderr: 2024-03-21T12:48:46.891 INFO:teuthology.orchestra.run.smithi178.stderr:--> Zapping successful for: 2024-03-21T12:48:47.296 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:47 smithi178 bash[20270]: audit 2024-03-21T12:48:46.044851+0000 mon.a (mon.0) 446 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-03-21T12:48:47.297 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:47 smithi178 bash[20270]: cluster 2024-03-21T12:48:46.045028+0000 mon.a (mon.0) 447 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-03-21T12:48:47.297 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:47 smithi178 bash[20270]: cluster 2024-03-21T12:48:46.493036+0000 mon.a (mon.0) 448 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-03-21T12:48:47.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:47 smithi178 bash[14494]: audit 2024-03-21T12:48:46.044851+0000 mon.a (mon.0) 446 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-03-21T12:48:47.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:47 smithi178 bash[14494]: cluster 2024-03-21T12:48:46.045028+0000 mon.a (mon.0) 447 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-03-21T12:48:47.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:47 smithi178 bash[14494]: cluster 2024-03-21T12:48:46.493036+0000 mon.a (mon.0) 448 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-03-21T12:48:47.322 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:47 smithi184 bash[14608]: audit 2024-03-21T12:48:46.044851+0000 mon.a (mon.0) 446 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-03-21T12:48:47.322 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:47 smithi184 bash[14608]: cluster 2024-03-21T12:48:46.045028+0000 mon.a (mon.0) 447 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-03-21T12:48:47.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:47 smithi184 bash[14608]: cluster 2024-03-21T12:48:46.493036+0000 mon.a (mon.0) 448 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-03-21T12:48:47.662 DEBUG:teuthology.orchestra.run.smithi178:> 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 a94f249e-e780-11ee-95cd-87774f69a715 -- ceph orch daemon add osd smithi178:vg_nvme/lv_1 2024-03-21T12:48:48.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:48 smithi178 bash[14494]: cluster 2024-03-21T12:48:47.060437+0000 mon.a (mon.0) 449 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-03-21T12:48:48.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:48 smithi178 bash[14494]: audit 2024-03-21T12:48:47.401484+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:48:48.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:48 smithi178 bash[14494]: cluster 2024-03-21T12:48:47.509717+0000 mgr.y (mgr.14152) 134 : cluster [DBG] pgmap v101: 1 pgs: 1 unknown; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:48:48.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:48 smithi178 bash[14494]: audit 2024-03-21T12:48:48.033444+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-21T12:48:48.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:48 smithi178 bash[14494]: audit 2024-03-21T12:48:48.036831+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-21T12:48:48.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:48 smithi178 bash[20270]: cluster 2024-03-21T12:48:47.060437+0000 mon.a (mon.0) 449 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-03-21T12:48:48.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:48 smithi178 bash[20270]: audit 2024-03-21T12:48:47.401484+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:48:48.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:48 smithi178 bash[20270]: cluster 2024-03-21T12:48:47.509717+0000 mgr.y (mgr.14152) 134 : cluster [DBG] pgmap v101: 1 pgs: 1 unknown; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:48:48.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:48 smithi178 bash[20270]: audit 2024-03-21T12:48:48.033444+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-21T12:48:48.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:48 smithi178 bash[20270]: audit 2024-03-21T12:48:48.036831+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-21T12:48:48.322 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:48 smithi184 bash[14608]: cluster 2024-03-21T12:48:47.060437+0000 mon.a (mon.0) 449 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-03-21T12:48:48.322 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:48 smithi184 bash[14608]: audit 2024-03-21T12:48:47.401484+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:48:48.322 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:48 smithi184 bash[14608]: cluster 2024-03-21T12:48:47.509717+0000 mgr.y (mgr.14152) 134 : cluster [DBG] pgmap v101: 1 pgs: 1 unknown; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:48:48.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:48 smithi184 bash[14608]: audit 2024-03-21T12:48:48.033444+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-21T12:48:48.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:48 smithi184 bash[14608]: audit 2024-03-21T12:48:48.036831+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-21T12:48:49.046 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:48:48 smithi178 bash[14766]: 172.21.15.178 - - [21/Mar/2024:12:48:48] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2024-03-21T12:48:50.546 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:50 smithi178 bash[14494]: audit 2024-03-21T12:48:48.876034+0000 mon.a (mon.0) 453 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:48:50.546 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:50 smithi178 bash[14494]: audit 2024-03-21T12:48:48.881930+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:48:50.546 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:50 smithi178 bash[14494]: audit 2024-03-21T12:48:48.890593+0000 mon.a (mon.0) 455 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:48:50.546 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:50 smithi178 bash[14494]: audit 2024-03-21T12:48:48.892028+0000 mon.a (mon.0) 456 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:48:50.546 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:50 smithi178 bash[14494]: audit 2024-03-21T12:48:48.892879+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:48:50.546 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:50 smithi178 bash[14494]: cluster 2024-03-21T12:48:48.895111+0000 mgr.y (mgr.14152) 135 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 17 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:48:50.546 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:50 smithi178 bash[14494]: audit 2024-03-21T12:48:48.899935+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:48:50.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:50 smithi178 bash[14494]: cluster 2024-03-21T12:48:49.073095+0000 mon.a (mon.0) 459 : cluster [DBG] mgrmap e15: y(active, since 3m), standbys: x 2024-03-21T12:48:50.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:50 smithi178 bash[14494]: audit 2024-03-21T12:48:49.171890+0000 mon.a (mon.0) 460 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-21T12:48:50.572 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:50 smithi184 bash[14608]: audit 2024-03-21T12:48:48.876034+0000 mon.a (mon.0) 453 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:48:50.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:50 smithi184 bash[14608]: audit 2024-03-21T12:48:48.881930+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:48:50.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:50 smithi184 bash[14608]: audit 2024-03-21T12:48:48.890593+0000 mon.a (mon.0) 455 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:48:50.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:50 smithi184 bash[14608]: audit 2024-03-21T12:48:48.892028+0000 mon.a (mon.0) 456 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:48:50.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:50 smithi184 bash[14608]: audit 2024-03-21T12:48:48.892879+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:48:50.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:50 smithi184 bash[14608]: cluster 2024-03-21T12:48:48.895111+0000 mgr.y (mgr.14152) 135 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 17 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:48:50.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:50 smithi184 bash[14608]: audit 2024-03-21T12:48:48.899935+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:48:50.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:50 smithi184 bash[14608]: cluster 2024-03-21T12:48:49.073095+0000 mon.a (mon.0) 459 : cluster [DBG] mgrmap e15: y(active, since 3m), standbys: x 2024-03-21T12:48:50.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:50 smithi184 bash[14608]: audit 2024-03-21T12:48:49.171890+0000 mon.a (mon.0) 460 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-21T12:48:51.296 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:50 smithi178 bash[20270]: audit 2024-03-21T12:48:48.876034+0000 mon.a (mon.0) 453 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:48:51.296 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:50 smithi178 bash[20270]: audit 2024-03-21T12:48:48.881930+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:48:51.296 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:50 smithi178 bash[20270]: audit 2024-03-21T12:48:48.890593+0000 mon.a (mon.0) 455 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:48:51.296 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:50 smithi178 bash[20270]: audit 2024-03-21T12:48:48.892028+0000 mon.a (mon.0) 456 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:48:51.296 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:50 smithi178 bash[20270]: audit 2024-03-21T12:48:48.892879+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:48:51.297 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:50 smithi178 bash[20270]: cluster 2024-03-21T12:48:48.895111+0000 mgr.y (mgr.14152) 135 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 17 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:48:51.297 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:50 smithi178 bash[20270]: audit 2024-03-21T12:48:48.899935+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:48:51.297 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:50 smithi178 bash[20270]: cluster 2024-03-21T12:48:49.073095+0000 mon.a (mon.0) 459 : cluster [DBG] mgrmap e15: y(active, since 3m), standbys: x 2024-03-21T12:48:51.297 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:50 smithi178 bash[20270]: audit 2024-03-21T12:48:49.171890+0000 mon.a (mon.0) 460 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-21T12:48:52.296 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:51 smithi178 bash[14494]: audit 2024-03-21T12:48:50.070354+0000 mon.a (mon.0) 461 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-21T12:48:52.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:51 smithi178 bash[14494]: cluster 2024-03-21T12:48:50.071956+0000 mon.a (mon.0) 462 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-03-21T12:48:52.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:51 smithi178 bash[14494]: cluster 2024-03-21T12:48:50.071979+0000 mon.a (mon.0) 463 : cluster [INF] Cluster is now healthy 2024-03-21T12:48:52.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:51 smithi178 bash[14494]: audit 2024-03-21T12:48:50.072256+0000 mon.a (mon.0) 464 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T12:48:52.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:51 smithi178 bash[14494]: audit 2024-03-21T12:48:50.072393+0000 mon.a (mon.0) 465 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T12:48:52.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:51 smithi178 bash[14494]: audit 2024-03-21T12:48:50.072657+0000 mon.a (mon.0) 466 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T12:48:52.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:51 smithi178 bash[14494]: audit 2024-03-21T12:48:50.078069+0000 mon.c (mon.1) 7 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-21T12:48:52.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:51 smithi178 bash[14494]: audit 2024-03-21T12:48:50.082820+0000 mon.a (mon.0) 467 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T12:48:52.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:51 smithi178 bash[14494]: audit 2024-03-21T12:48:50.083231+0000 mon.a (mon.0) 468 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T12:48:52.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:51 smithi178 bash[14494]: audit 2024-03-21T12:48:50.083472+0000 mon.a (mon.0) 469 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T12:48:52.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:51 smithi178 bash[14494]: audit 2024-03-21T12:48:50.593932+0000 mgr.y (mgr.14152) 136 : audit [DBG] from='client.14310 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi178:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:48:52.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:51 smithi178 bash[14494]: audit 2024-03-21T12:48:50.597608+0000 mon.a (mon.0) 470 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-21T12:48:52.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:51 smithi178 bash[14494]: audit 2024-03-21T12:48:50.603444+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-21T12:48:52.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:51 smithi178 bash[14494]: audit 2024-03-21T12:48:50.604870+0000 mon.a (mon.0) 472 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:48:52.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:51 smithi178 bash[14494]: cluster 2024-03-21T12:48:50.895633+0000 mgr.y (mgr.14152) 137 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:48:52.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:51 smithi178 bash[14494]: audit 2024-03-21T12:48:50.964052+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-21T12:48:52.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:51 smithi178 bash[14494]: audit 2024-03-21T12:48:50.968580+0000 mon.a (mon.0) 473 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T12:48:52.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:51 smithi178 bash[14494]: audit 2024-03-21T12:48:50.968759+0000 mon.a (mon.0) 474 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T12:48:52.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:51 smithi178 bash[14494]: audit 2024-03-21T12:48:50.968951+0000 mon.a (mon.0) 475 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T12:48:52.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:51 smithi178 bash[20270]: audit 2024-03-21T12:48:50.070354+0000 mon.a (mon.0) 461 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-21T12:48:52.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:51 smithi178 bash[20270]: cluster 2024-03-21T12:48:50.071956+0000 mon.a (mon.0) 462 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-03-21T12:48:52.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:51 smithi178 bash[20270]: cluster 2024-03-21T12:48:50.071979+0000 mon.a (mon.0) 463 : cluster [INF] Cluster is now healthy 2024-03-21T12:48:52.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:51 smithi178 bash[20270]: audit 2024-03-21T12:48:50.072256+0000 mon.a (mon.0) 464 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T12:48:52.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:51 smithi178 bash[20270]: audit 2024-03-21T12:48:50.072393+0000 mon.a (mon.0) 465 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T12:48:52.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:51 smithi178 bash[20270]: audit 2024-03-21T12:48:50.072657+0000 mon.a (mon.0) 466 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T12:48:52.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:51 smithi178 bash[20270]: audit 2024-03-21T12:48:50.078069+0000 mon.c (mon.1) 7 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-21T12:48:52.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:51 smithi178 bash[20270]: audit 2024-03-21T12:48:50.082820+0000 mon.a (mon.0) 467 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T12:48:52.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:51 smithi178 bash[20270]: audit 2024-03-21T12:48:50.083231+0000 mon.a (mon.0) 468 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T12:48:52.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:51 smithi178 bash[20270]: audit 2024-03-21T12:48:50.083472+0000 mon.a (mon.0) 469 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T12:48:52.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:51 smithi178 bash[20270]: audit 2024-03-21T12:48:50.593932+0000 mgr.y (mgr.14152) 136 : audit [DBG] from='client.14310 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi178:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:48:52.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:51 smithi178 bash[20270]: audit 2024-03-21T12:48:50.597608+0000 mon.a (mon.0) 470 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-21T12:48:52.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:51 smithi178 bash[20270]: audit 2024-03-21T12:48:50.603444+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-21T12:48:52.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:51 smithi178 bash[20270]: audit 2024-03-21T12:48:50.604870+0000 mon.a (mon.0) 472 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:48:52.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:51 smithi178 bash[20270]: cluster 2024-03-21T12:48:50.895633+0000 mgr.y (mgr.14152) 137 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:48:52.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:51 smithi178 bash[20270]: audit 2024-03-21T12:48:50.964052+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-21T12:48:52.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:51 smithi178 bash[20270]: audit 2024-03-21T12:48:50.968580+0000 mon.a (mon.0) 473 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T12:48:52.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:51 smithi178 bash[20270]: audit 2024-03-21T12:48:50.968759+0000 mon.a (mon.0) 474 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T12:48:52.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:51 smithi178 bash[20270]: audit 2024-03-21T12:48:50.968951+0000 mon.a (mon.0) 475 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T12:48:52.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:51 smithi184 bash[14608]: audit 2024-03-21T12:48:50.070354+0000 mon.a (mon.0) 461 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-21T12:48:52.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:51 smithi184 bash[14608]: cluster 2024-03-21T12:48:50.071956+0000 mon.a (mon.0) 462 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-03-21T12:48:52.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:51 smithi184 bash[14608]: cluster 2024-03-21T12:48:50.071979+0000 mon.a (mon.0) 463 : cluster [INF] Cluster is now healthy 2024-03-21T12:48:52.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:51 smithi184 bash[14608]: audit 2024-03-21T12:48:50.072256+0000 mon.a (mon.0) 464 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T12:48:52.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:51 smithi184 bash[14608]: audit 2024-03-21T12:48:50.072393+0000 mon.a (mon.0) 465 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T12:48:52.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:51 smithi184 bash[14608]: audit 2024-03-21T12:48:50.072657+0000 mon.a (mon.0) 466 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T12:48:52.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:51 smithi184 bash[14608]: audit 2024-03-21T12:48:50.078069+0000 mon.c (mon.1) 7 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-21T12:48:52.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:51 smithi184 bash[14608]: audit 2024-03-21T12:48:50.082820+0000 mon.a (mon.0) 467 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T12:48:52.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:51 smithi184 bash[14608]: audit 2024-03-21T12:48:50.083231+0000 mon.a (mon.0) 468 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T12:48:52.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:51 smithi184 bash[14608]: audit 2024-03-21T12:48:50.083472+0000 mon.a (mon.0) 469 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T12:48:52.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:51 smithi184 bash[14608]: audit 2024-03-21T12:48:50.593932+0000 mgr.y (mgr.14152) 136 : audit [DBG] from='client.14310 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi178:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:48:52.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:51 smithi184 bash[14608]: audit 2024-03-21T12:48:50.597608+0000 mon.a (mon.0) 470 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-21T12:48:52.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:51 smithi184 bash[14608]: audit 2024-03-21T12:48:50.603444+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-21T12:48:52.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:51 smithi184 bash[14608]: audit 2024-03-21T12:48:50.604870+0000 mon.a (mon.0) 472 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:48:52.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:51 smithi184 bash[14608]: cluster 2024-03-21T12:48:50.895633+0000 mgr.y (mgr.14152) 137 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:48:52.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:51 smithi184 bash[14608]: audit 2024-03-21T12:48:50.964052+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-21T12:48:52.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:51 smithi184 bash[14608]: audit 2024-03-21T12:48:50.968580+0000 mon.a (mon.0) 473 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T12:48:52.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:51 smithi184 bash[14608]: audit 2024-03-21T12:48:50.968759+0000 mon.a (mon.0) 474 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T12:48:52.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:51 smithi184 bash[14608]: audit 2024-03-21T12:48:50.968951+0000 mon.a (mon.0) 475 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T12:48:53.296 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:52 smithi178 bash[14494]: audit 2024-03-21T12:48:50.967980+0000 mon.b (mon.2) 8 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-21T12:48:53.296 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:52 smithi178 bash[14494]: audit 2024-03-21T12:48:51.848245+0000 mon.b (mon.2) 9 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-21T12:48:53.296 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:52 smithi178 bash[14494]: audit 2024-03-21T12:48:51.883653+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:48:53.296 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:52 smithi178 bash[20270]: audit 2024-03-21T12:48:50.967980+0000 mon.b (mon.2) 8 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-21T12:48:53.297 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:52 smithi178 bash[20270]: audit 2024-03-21T12:48:51.848245+0000 mon.b (mon.2) 9 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-21T12:48:53.297 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:52 smithi178 bash[20270]: audit 2024-03-21T12:48:51.883653+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:48:53.322 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:52 smithi184 bash[14608]: audit 2024-03-21T12:48:50.967980+0000 mon.b (mon.2) 8 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-21T12:48:53.322 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:52 smithi184 bash[14608]: audit 2024-03-21T12:48:51.848245+0000 mon.b (mon.2) 9 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-21T12:48:53.322 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:52 smithi184 bash[14608]: audit 2024-03-21T12:48:51.883653+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:48:54.130 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:53 smithi178 bash[14494]: cluster 2024-03-21T12:48:52.896158+0000 mgr.y (mgr.14152) 138 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:48:54.130 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:53 smithi178 bash[20270]: cluster 2024-03-21T12:48:52.896158+0000 mgr.y (mgr.14152) 138 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:48:54.322 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:53 smithi184 bash[14608]: cluster 2024-03-21T12:48:52.896158+0000 mgr.y (mgr.14152) 138 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:48:55.296 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:54 smithi178 bash[14494]: cluster 2024-03-21T12:48:54.896806+0000 mgr.y (mgr.14152) 139 : cluster [DBG] pgmap v105: 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 2024-03-21T12:48:55.296 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:54 smithi178 bash[20270]: cluster 2024-03-21T12:48:54.896806+0000 mgr.y (mgr.14152) 139 : cluster [DBG] pgmap v105: 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 2024-03-21T12:48:55.322 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:54 smithi184 bash[14608]: cluster 2024-03-21T12:48:54.896806+0000 mgr.y (mgr.14152) 139 : cluster [DBG] pgmap v105: 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 2024-03-21T12:48:56.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:56 smithi184 bash[14608]: audit 2024-03-21T12:48:56.571521+0000 mon.a (mon.0) 477 : audit [INF] from='client.? 172.21.15.178:0/4103166916' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b9bb78cb-431a-41d4-be4b-2d210e26b441"}]: dispatch 2024-03-21T12:48:56.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:56 smithi184 bash[14608]: audit 2024-03-21T12:48:56.579679+0000 mon.a (mon.0) 478 : audit [INF] from='client.? 172.21.15.178:0/4103166916' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b9bb78cb-431a-41d4-be4b-2d210e26b441"}]': finished 2024-03-21T12:48:56.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:56 smithi184 bash[14608]: cluster 2024-03-21T12:48:56.579790+0000 mon.a (mon.0) 479 : cluster [DBG] osdmap e22: 4 total, 3 up, 4 in 2024-03-21T12:48:56.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:56 smithi184 bash[14608]: audit 2024-03-21T12:48:56.579930+0000 mon.a (mon.0) 480 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-21T12:48:57.046 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:56 smithi178 bash[20270]: audit 2024-03-21T12:48:56.571521+0000 mon.a (mon.0) 477 : audit [INF] from='client.? 172.21.15.178:0/4103166916' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b9bb78cb-431a-41d4-be4b-2d210e26b441"}]: dispatch 2024-03-21T12:48:57.046 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:56 smithi178 bash[20270]: audit 2024-03-21T12:48:56.579679+0000 mon.a (mon.0) 478 : audit [INF] from='client.? 172.21.15.178:0/4103166916' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b9bb78cb-431a-41d4-be4b-2d210e26b441"}]': finished 2024-03-21T12:48:57.046 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:56 smithi178 bash[20270]: cluster 2024-03-21T12:48:56.579790+0000 mon.a (mon.0) 479 : cluster [DBG] osdmap e22: 4 total, 3 up, 4 in 2024-03-21T12:48:57.046 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:56 smithi178 bash[20270]: audit 2024-03-21T12:48:56.579930+0000 mon.a (mon.0) 480 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-21T12:48:57.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:56 smithi178 bash[14494]: audit 2024-03-21T12:48:56.571521+0000 mon.a (mon.0) 477 : audit [INF] from='client.? 172.21.15.178:0/4103166916' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b9bb78cb-431a-41d4-be4b-2d210e26b441"}]: dispatch 2024-03-21T12:48:57.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:56 smithi178 bash[14494]: audit 2024-03-21T12:48:56.579679+0000 mon.a (mon.0) 478 : audit [INF] from='client.? 172.21.15.178:0/4103166916' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b9bb78cb-431a-41d4-be4b-2d210e26b441"}]': finished 2024-03-21T12:48:57.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:56 smithi178 bash[14494]: cluster 2024-03-21T12:48:56.579790+0000 mon.a (mon.0) 479 : cluster [DBG] osdmap e22: 4 total, 3 up, 4 in 2024-03-21T12:48:57.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:56 smithi178 bash[14494]: audit 2024-03-21T12:48:56.579930+0000 mon.a (mon.0) 480 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-21T12:48:58.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:57 smithi178 bash[14494]: cluster 2024-03-21T12:48:56.897498+0000 mgr.y (mgr.14152) 140 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 98 KiB/s wr, 6 op/s 2024-03-21T12:48:58.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:57 smithi178 bash[14494]: audit 2024-03-21T12:48:57.331444+0000 mon.c (mon.1) 9 : audit [DBG] from='client.? 172.21.15.178:0/2601228665' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-21T12:48:58.046 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:57 smithi178 bash[20270]: cluster 2024-03-21T12:48:56.897498+0000 mgr.y (mgr.14152) 140 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 98 KiB/s wr, 6 op/s 2024-03-21T12:48:58.046 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:57 smithi178 bash[20270]: audit 2024-03-21T12:48:57.331444+0000 mon.c (mon.1) 9 : audit [DBG] from='client.? 172.21.15.178:0/2601228665' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-21T12:48:58.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:57 smithi184 bash[14608]: cluster 2024-03-21T12:48:56.897498+0000 mgr.y (mgr.14152) 140 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 98 KiB/s wr, 6 op/s 2024-03-21T12:48:58.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:57 smithi184 bash[14608]: audit 2024-03-21T12:48:57.331444+0000 mon.c (mon.1) 9 : audit [DBG] from='client.? 172.21.15.178:0/2601228665' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-21T12:48:59.296 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:48:58 smithi178 bash[14494]: cluster 2024-03-21T12:48:58.898159+0000 mgr.y (mgr.14152) 141 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 78 KiB/s wr, 5 op/s 2024-03-21T12:48:59.296 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:48:58 smithi178 bash[20270]: cluster 2024-03-21T12:48:58.898159+0000 mgr.y (mgr.14152) 141 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 78 KiB/s wr, 5 op/s 2024-03-21T12:48:59.322 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:48:58 smithi184 bash[14608]: cluster 2024-03-21T12:48:58.898159+0000 mgr.y (mgr.14152) 141 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 78 KiB/s wr, 5 op/s 2024-03-21T12:49:00.296 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:49:00 smithi178 bash[14766]: 172.21.15.184 - - [21/Mar/2024:12:49:00] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2024-03-21T12:49:01.186 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:49:01 smithi178 bash[14494]: audit 2024-03-21T12:49:00.132080+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:49:01.187 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:49:01 smithi178 bash[14494]: audit 2024-03-21T12:49:00.138272+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:49:01.187 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:49:01 smithi178 bash[14494]: cluster 2024-03-21T12:49:00.898723+0000 mgr.y (mgr.14152) 142 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 78 KiB/s wr, 5 op/s 2024-03-21T12:49:01.187 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:49:01 smithi178 bash[20270]: audit 2024-03-21T12:49:00.132080+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:49:01.187 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:49:01 smithi178 bash[20270]: audit 2024-03-21T12:49:00.138272+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:49:01.187 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:49:01 smithi178 bash[20270]: cluster 2024-03-21T12:49:00.898723+0000 mgr.y (mgr.14152) 142 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 78 KiB/s wr, 5 op/s 2024-03-21T12:49:01.572 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:49:01 smithi184 bash[14608]: audit 2024-03-21T12:49:00.132080+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:49:01.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:49:01 smithi184 bash[14608]: audit 2024-03-21T12:49:00.138272+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:49:01.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:49:01 smithi184 bash[14608]: cluster 2024-03-21T12:49:00.898723+0000 mgr.y (mgr.14152) 142 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 78 KiB/s wr, 5 op/s 2024-03-21T12:49:03.046 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:49:02 smithi178 bash[20270]: cluster 2024-03-21T12:49:02.899285+0000 mgr.y (mgr.14152) 143 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 78 KiB/s wr, 5 op/s 2024-03-21T12:49:03.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:49:02 smithi178 bash[14494]: cluster 2024-03-21T12:49:02.899285+0000 mgr.y (mgr.14152) 143 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 78 KiB/s wr, 5 op/s 2024-03-21T12:49:03.322 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:49:02 smithi184 bash[14608]: cluster 2024-03-21T12:49:02.899285+0000 mgr.y (mgr.14152) 143 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 78 KiB/s wr, 5 op/s 2024-03-21T12:49:05.296 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:49:04 smithi178 bash[20270]: cluster 2024-03-21T12:49:04.899910+0000 mgr.y (mgr.14152) 144 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:49:05.296 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:49:04 smithi178 bash[14494]: cluster 2024-03-21T12:49:04.899910+0000 mgr.y (mgr.14152) 144 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:49:05.322 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:49:04 smithi184 bash[14608]: cluster 2024-03-21T12:49:04.899910+0000 mgr.y (mgr.14152) 144 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:49:06.769 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:49:06 smithi178 bash[14766]: 172.21.15.178 - - [21/Mar/2024:12:49:06] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2024-03-21T12:49:07.796 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:49:07 smithi178 bash[14494]: audit 2024-03-21T12:49:06.548167+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:49:07.796 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:49:07 smithi178 bash[14494]: cephadm 2024-03-21T12:49:06.549554+0000 mgr.y (mgr.14152) 145 : cephadm [INF] Detected new or changed devices on smithi178 2024-03-21T12:49:07.796 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:49:07 smithi178 bash[14494]: audit 2024-03-21T12:49:06.555675+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:49:07.796 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:49:07 smithi178 bash[14494]: cluster 2024-03-21T12:49:06.900504+0000 mgr.y (mgr.14152) 146 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:49:07.796 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:49:07 smithi178 bash[20270]: audit 2024-03-21T12:49:06.548167+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:49:07.796 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:49:07 smithi178 bash[20270]: cephadm 2024-03-21T12:49:06.549554+0000 mgr.y (mgr.14152) 145 : cephadm [INF] Detected new or changed devices on smithi178 2024-03-21T12:49:07.796 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:49:07 smithi178 bash[20270]: audit 2024-03-21T12:49:06.555675+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:49:07.797 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:49:07 smithi178 bash[20270]: cluster 2024-03-21T12:49:06.900504+0000 mgr.y (mgr.14152) 146 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:49:07.822 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:49:07 smithi184 bash[14608]: audit 2024-03-21T12:49:06.548167+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:49:07.822 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:49:07 smithi184 bash[14608]: cephadm 2024-03-21T12:49:06.549554+0000 mgr.y (mgr.14152) 145 : cephadm [INF] Detected new or changed devices on smithi178 2024-03-21T12:49:07.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:49:07 smithi184 bash[14608]: audit 2024-03-21T12:49:06.555675+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:49:07.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:49:07 smithi184 bash[14608]: cluster 2024-03-21T12:49:06.900504+0000 mgr.y (mgr.14152) 146 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:49:09.155 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:49:08 smithi178 bash[14494]: audit 2024-03-21T12:49:08.883237+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-03-21T12:49:09.155 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:49:08 smithi178 bash[14494]: audit 2024-03-21T12:49:08.884576+0000 mon.a (mon.0) 486 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:49:09.156 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:49:08 smithi178 bash[20270]: audit 2024-03-21T12:49:08.883237+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-03-21T12:49:09.156 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:49:08 smithi178 bash[20270]: audit 2024-03-21T12:49:08.884576+0000 mon.a (mon.0) 486 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:49:09.322 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:49:08 smithi184 bash[14608]: audit 2024-03-21T12:49:08.883237+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-03-21T12:49:09.322 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:49:08 smithi184 bash[14608]: audit 2024-03-21T12:49:08.884576+0000 mon.a (mon.0) 486 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:49:10.084 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:49:09 smithi178 bash[14494]: cephadm 2024-03-21T12:49:08.885679+0000 mgr.y (mgr.14152) 147 : cephadm [INF] Deploying daemon osd.3 on smithi178 2024-03-21T12:49:10.084 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:49:09 smithi178 bash[14494]: cluster 2024-03-21T12:49:08.901153+0000 mgr.y (mgr.14152) 148 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:49:10.085 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:49:09 smithi178 bash[20270]: cephadm 2024-03-21T12:49:08.885679+0000 mgr.y (mgr.14152) 147 : cephadm [INF] Deploying daemon osd.3 on smithi178 2024-03-21T12:49:10.085 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:49:09 smithi178 bash[20270]: cluster 2024-03-21T12:49:08.901153+0000 mgr.y (mgr.14152) 148 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:49:10.322 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:49:09 smithi184 bash[14608]: cephadm 2024-03-21T12:49:08.885679+0000 mgr.y (mgr.14152) 147 : cephadm [INF] Deploying daemon osd.3 on smithi178 2024-03-21T12:49:10.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:49:09 smithi184 bash[14608]: cluster 2024-03-21T12:49:08.901153+0000 mgr.y (mgr.14152) 148 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:49:11.502 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:49:11 smithi178 bash[14494]: cluster 2024-03-21T12:49:10.901757+0000 mgr.y (mgr.14152) 149 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:49:11.503 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:49:11 smithi178 bash[20270]: cluster 2024-03-21T12:49:10.901757+0000 mgr.y (mgr.14152) 149 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:49:11.572 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:49:11 smithi184 bash[14608]: cluster 2024-03-21T12:49:10.901757+0000 mgr.y (mgr.14152) 149 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:49:13.291 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:49:13 smithi178 bash[20270]: cluster 2024-03-21T12:49:12.902178+0000 mgr.y (mgr.14152) 150 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:49:13.291 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:49:12 smithi178 bash[14494]: cluster 2024-03-21T12:49:12.902178+0000 mgr.y (mgr.14152) 150 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:49:13.322 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:49:12 smithi184 bash[14608]: cluster 2024-03-21T12:49:12.902178+0000 mgr.y (mgr.14152) 150 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:49:14.296 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:49:14 smithi178 bash[14494]: audit 2024-03-21T12:49:12.997252+0000 mon.a (mon.0) 487 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:49:14.296 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:49:14 smithi178 bash[14494]: audit 2024-03-21T12:49:13.025972+0000 mon.a (mon.0) 488 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:49:14.296 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:49:14 smithi178 bash[14494]: audit 2024-03-21T12:49:13.027852+0000 mon.a (mon.0) 489 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:49:14.296 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:49:14 smithi178 bash[14494]: audit 2024-03-21T12:49:13.028925+0000 mon.a (mon.0) 490 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:49:14.296 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:49:14 smithi178 bash[14494]: audit 2024-03-21T12:49:13.036765+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:49:14.297 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:49:14 smithi178 bash[20270]: audit 2024-03-21T12:49:12.997252+0000 mon.a (mon.0) 487 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:49:14.297 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:49:14 smithi178 bash[20270]: audit 2024-03-21T12:49:13.025972+0000 mon.a (mon.0) 488 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:49:14.297 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:49:14 smithi178 bash[20270]: audit 2024-03-21T12:49:13.027852+0000 mon.a (mon.0) 489 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:49:14.297 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:49:14 smithi178 bash[20270]: audit 2024-03-21T12:49:13.028925+0000 mon.a (mon.0) 490 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:49:14.297 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:49:14 smithi178 bash[20270]: audit 2024-03-21T12:49:13.036765+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:49:14.322 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:49:14 smithi184 bash[14608]: audit 2024-03-21T12:49:12.997252+0000 mon.a (mon.0) 487 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:49:14.322 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:49:14 smithi184 bash[14608]: audit 2024-03-21T12:49:13.025972+0000 mon.a (mon.0) 488 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:49:14.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:49:14 smithi184 bash[14608]: audit 2024-03-21T12:49:13.027852+0000 mon.a (mon.0) 489 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:49:14.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:49:14 smithi184 bash[14608]: audit 2024-03-21T12:49:13.028925+0000 mon.a (mon.0) 490 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:49:14.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:49:14 smithi184 bash[14608]: audit 2024-03-21T12:49:13.036765+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:49:15.296 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:49:15 smithi178 bash[14494]: cluster 2024-03-21T12:49:14.902739+0000 mgr.y (mgr.14152) 151 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:49:15.296 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:49:15 smithi178 bash[20270]: cluster 2024-03-21T12:49:14.902739+0000 mgr.y (mgr.14152) 151 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:49:15.322 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:49:15 smithi184 bash[14608]: cluster 2024-03-21T12:49:14.902739+0000 mgr.y (mgr.14152) 151 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:49:17.296 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:49:16 smithi178 bash[14494]: cluster 2024-03-21T12:49:16.903225+0000 mgr.y (mgr.14152) 152 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:49:17.296 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:49:16 smithi178 bash[20270]: cluster 2024-03-21T12:49:16.903225+0000 mgr.y (mgr.14152) 152 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:49:17.322 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:49:16 smithi184 bash[14608]: cluster 2024-03-21T12:49:16.903225+0000 mgr.y (mgr.14152) 152 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:49:19.259 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:49:18 smithi178 bash[14494]: cluster 2024-03-21T12:49:18.903843+0000 mgr.y (mgr.14152) 153 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:49:19.259 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:49:18 smithi178 bash[20270]: cluster 2024-03-21T12:49:18.903843+0000 mgr.y (mgr.14152) 153 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:49:19.322 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:49:18 smithi184 bash[14608]: cluster 2024-03-21T12:49:18.903843+0000 mgr.y (mgr.14152) 153 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:49:19.712 INFO:teuthology.orchestra.run.smithi178.stdout:Created osd(s) 3 on host 'smithi178' 2024-03-21T12:49:20.546 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:49:20 smithi178 bash[14766]: 172.21.15.184 - - [21/Mar/2024:12:49:20] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2024-03-21T12:49:20.862 DEBUG:teuthology.orchestra.run.smithi178:osd.3> sudo journalctl -f -n 0 -u ceph-a94f249e-e780-11ee-95cd-87774f69a715@osd.3.service 2024-03-21T12:49:20.865 INFO:tasks.cephadm:Deploying osd.4 on smithi184 with /dev/vg_nvme/lv_4... 2024-03-21T12:49:20.865 DEBUG:teuthology.orchestra.run.smithi184:> 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 a94f249e-e780-11ee-95cd-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-03-21T12:49:21.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:49:20 smithi178 bash[14494]: audit 2024-03-21T12:49:19.710738+0000 mon.a (mon.0) 492 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:49:21.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:49:20 smithi178 bash[14494]: audit 2024-03-21T12:49:19.722426+0000 mon.a (mon.0) 493 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:49:21.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:49:20 smithi178 bash[14494]: audit 2024-03-21T12:49:19.724239+0000 mon.a (mon.0) 494 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:49:21.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:49:20 smithi178 bash[14494]: audit 2024-03-21T12:49:19.725572+0000 mon.a (mon.0) 495 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:49:21.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:49:20 smithi178 bash[14494]: audit 2024-03-21T12:49:19.729015+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-21T12:49:21.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:49:20 smithi178 bash[14494]: audit 2024-03-21T12:49:19.730277+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-21T12:49:21.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:49:20 smithi178 bash[14494]: audit 2024-03-21T12:49:19.731473+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-21T12:49:21.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:49:20 smithi178 bash[14494]: audit 2024-03-21T12:49:19.732574+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-21T12:49:21.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:49:20 smithi178 bash[14494]: cephadm 2024-03-21T12:49:19.734120+0000 mgr.y (mgr.14152) 154 : cephadm [INF] Adjusting osd_memory_target on smithi178 to 3805M 2024-03-21T12:49:21.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:49:20 smithi178 bash[14494]: audit 2024-03-21T12:49:19.741512+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:49:21.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:49:20 smithi178 bash[14494]: audit 2024-03-21T12:49:19.747929+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:49:21.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:49:20 smithi178 bash[14494]: audit 2024-03-21T12:49:20.284782+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:49:21.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:49:20 smithi178 bash[14494]: audit 2024-03-21T12:49:20.293614+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:49:21.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:49:20 smithi178 bash[14494]: audit 2024-03-21T12:49:20.324606+0000 mon.c (mon.1) 10 : audit [INF] from='osd.3 [v2:172.21.15.178:6826/3467318095,v1:172.21.15.178:6827/3467318095]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-03-21T12:49:21.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:49:20 smithi178 bash[14494]: audit 2024-03-21T12:49:20.325173+0000 mon.a (mon.0) 504 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-03-21T12:49:21.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:49:20 smithi178 bash[20270]: audit 2024-03-21T12:49:19.710738+0000 mon.a (mon.0) 492 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:49:21.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:49:20 smithi178 bash[20270]: audit 2024-03-21T12:49:19.722426+0000 mon.a (mon.0) 493 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:49:21.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:49:20 smithi178 bash[20270]: audit 2024-03-21T12:49:19.724239+0000 mon.a (mon.0) 494 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:49:21.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:49:20 smithi178 bash[20270]: audit 2024-03-21T12:49:19.725572+0000 mon.a (mon.0) 495 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:49:21.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:49:20 smithi178 bash[20270]: audit 2024-03-21T12:49:19.729015+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-21T12:49:21.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:49:20 smithi178 bash[20270]: audit 2024-03-21T12:49:19.730277+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-21T12:49:21.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:49:20 smithi178 bash[20270]: audit 2024-03-21T12:49:19.731473+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-21T12:49:21.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:49:20 smithi178 bash[20270]: audit 2024-03-21T12:49:19.732574+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-21T12:49:21.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:49:20 smithi178 bash[20270]: cephadm 2024-03-21T12:49:19.734120+0000 mgr.y (mgr.14152) 154 : cephadm [INF] Adjusting osd_memory_target on smithi178 to 3805M 2024-03-21T12:49:21.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:49:20 smithi178 bash[20270]: audit 2024-03-21T12:49:19.741512+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:49:21.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:49:20 smithi178 bash[20270]: audit 2024-03-21T12:49:19.747929+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:49:21.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:49:20 smithi178 bash[20270]: audit 2024-03-21T12:49:20.284782+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:49:21.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:49:20 smithi178 bash[20270]: audit 2024-03-21T12:49:20.293614+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:49:21.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:49:20 smithi178 bash[20270]: audit 2024-03-21T12:49:20.324606+0000 mon.c (mon.1) 10 : audit [INF] from='osd.3 [v2:172.21.15.178:6826/3467318095,v1:172.21.15.178:6827/3467318095]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-03-21T12:49:21.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:49:20 smithi178 bash[20270]: audit 2024-03-21T12:49:20.325173+0000 mon.a (mon.0) 504 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-03-21T12:49:21.057 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:49:20 smithi184 bash[14608]: audit 2024-03-21T12:49:19.710738+0000 mon.a (mon.0) 492 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:49:21.057 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:49:20 smithi184 bash[14608]: audit 2024-03-21T12:49:19.722426+0000 mon.a (mon.0) 493 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:49:21.057 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:49:20 smithi184 bash[14608]: audit 2024-03-21T12:49:19.724239+0000 mon.a (mon.0) 494 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:49:21.057 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:49:20 smithi184 bash[14608]: audit 2024-03-21T12:49:19.725572+0000 mon.a (mon.0) 495 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:49:21.057 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:49:20 smithi184 bash[14608]: audit 2024-03-21T12:49:19.729015+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-21T12:49:21.057 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:49:20 smithi184 bash[14608]: audit 2024-03-21T12:49:19.730277+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-21T12:49:21.057 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:49:20 smithi184 bash[14608]: audit 2024-03-21T12:49:19.731473+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-21T12:49:21.057 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:49:20 smithi184 bash[14608]: audit 2024-03-21T12:49:19.732574+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-21T12:49:21.057 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:49:20 smithi184 bash[14608]: cephadm 2024-03-21T12:49:19.734120+0000 mgr.y (mgr.14152) 154 : cephadm [INF] Adjusting osd_memory_target on smithi178 to 3805M 2024-03-21T12:49:21.058 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:49:20 smithi184 bash[14608]: audit 2024-03-21T12:49:19.741512+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:49:21.058 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:49:20 smithi184 bash[14608]: audit 2024-03-21T12:49:19.747929+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:49:21.058 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:49:20 smithi184 bash[14608]: audit 2024-03-21T12:49:20.284782+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:49:21.058 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:49:20 smithi184 bash[14608]: audit 2024-03-21T12:49:20.293614+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:49:21.058 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:49:20 smithi184 bash[14608]: audit 2024-03-21T12:49:20.324606+0000 mon.c (mon.1) 10 : audit [INF] from='osd.3 [v2:172.21.15.178:6826/3467318095,v1:172.21.15.178:6827/3467318095]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-03-21T12:49:21.058 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:49:20 smithi184 bash[14608]: audit 2024-03-21T12:49:20.325173+0000 mon.a (mon.0) 504 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-03-21T12:49:21.349 INFO:journalctl@ceph.osd.3.smithi178.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2024-03-21T12:49:21.978 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:49:21 smithi184 bash[14608]: cluster 2024-03-21T12:49:20.904502+0000 mgr.y (mgr.14152) 155 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:49:21.978 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:49:21 smithi184 bash[14608]: audit 2024-03-21T12:49:21.297202+0000 mon.a (mon.0) 505 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-03-21T12:49:21.978 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:49:21 smithi184 bash[14608]: cluster 2024-03-21T12:49:21.297423+0000 mon.a (mon.0) 506 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2024-03-21T12:49:21.978 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:49:21 smithi184 bash[14608]: audit 2024-03-21T12:49:21.297653+0000 mon.a (mon.0) 507 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-21T12:49:21.978 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:49:21 smithi184 bash[14608]: audit 2024-03-21T12:49:21.299384+0000 mon.c (mon.1) 11 : audit [INF] from='osd.3 [v2:172.21.15.178:6826/3467318095,v1:172.21.15.178:6827/3467318095]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi178", "root=default"]}]: dispatch 2024-03-21T12:49:21.978 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:49:21 smithi184 bash[14608]: audit 2024-03-21T12:49:21.300185+0000 mon.a (mon.0) 508 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi178", "root=default"]}]: dispatch 2024-03-21T12:49:22.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:49:21 smithi178 bash[14494]: cluster 2024-03-21T12:49:20.904502+0000 mgr.y (mgr.14152) 155 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:49:22.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:49:21 smithi178 bash[14494]: audit 2024-03-21T12:49:21.297202+0000 mon.a (mon.0) 505 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-03-21T12:49:22.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:49:21 smithi178 bash[14494]: cluster 2024-03-21T12:49:21.297423+0000 mon.a (mon.0) 506 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2024-03-21T12:49:22.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:49:21 smithi178 bash[14494]: audit 2024-03-21T12:49:21.297653+0000 mon.a (mon.0) 507 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-21T12:49:22.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:49:21 smithi178 bash[14494]: audit 2024-03-21T12:49:21.299384+0000 mon.c (mon.1) 11 : audit [INF] from='osd.3 [v2:172.21.15.178:6826/3467318095,v1:172.21.15.178:6827/3467318095]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi178", "root=default"]}]: dispatch 2024-03-21T12:49:22.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:49:21 smithi178 bash[14494]: audit 2024-03-21T12:49:21.300185+0000 mon.a (mon.0) 508 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi178", "root=default"]}]: dispatch 2024-03-21T12:49:22.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:49:21 smithi178 bash[20270]: cluster 2024-03-21T12:49:20.904502+0000 mgr.y (mgr.14152) 155 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:49:22.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:49:21 smithi178 bash[20270]: audit 2024-03-21T12:49:21.297202+0000 mon.a (mon.0) 505 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-03-21T12:49:22.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:49:21 smithi178 bash[20270]: cluster 2024-03-21T12:49:21.297423+0000 mon.a (mon.0) 506 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2024-03-21T12:49:22.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:49:21 smithi178 bash[20270]: audit 2024-03-21T12:49:21.297653+0000 mon.a (mon.0) 507 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-21T12:49:22.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:49:21 smithi178 bash[20270]: audit 2024-03-21T12:49:21.299384+0000 mon.c (mon.1) 11 : audit [INF] from='osd.3 [v2:172.21.15.178:6826/3467318095,v1:172.21.15.178:6827/3467318095]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi178", "root=default"]}]: dispatch 2024-03-21T12:49:22.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:49:21 smithi178 bash[20270]: audit 2024-03-21T12:49:21.300185+0000 mon.a (mon.0) 508 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi178", "root=default"]}]: dispatch 2024-03-21T12:49:22.796 INFO:journalctl@ceph.osd.3.smithi178.stdout:Mar 21 12:49:22 smithi178 bash[34046]: debug 2024-03-21T12:49:22.301+0000 7f1343173700 -1 osd.3 0 waiting for initial osdmap 2024-03-21T12:49:22.796 INFO:journalctl@ceph.osd.3.smithi178.stdout:Mar 21 12:49:22 smithi178 bash[34046]: debug 2024-03-21T12:49:22.309+0000 7f133fb0e700 -1 osd.3 24 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-03-21T12:49:23.572 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:49:23 smithi184 bash[14608]: audit 2024-03-21T12:49:22.299509+0000 mon.a (mon.0) 509 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi178", "root=default"]}]': finished 2024-03-21T12:49:23.572 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:49:23 smithi184 bash[14608]: cluster 2024-03-21T12:49:22.299623+0000 mon.a (mon.0) 510 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2024-03-21T12:49:23.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:49:23 smithi184 bash[14608]: audit 2024-03-21T12:49:22.299896+0000 mon.a (mon.0) 511 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-21T12:49:23.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:49:23 smithi184 bash[14608]: audit 2024-03-21T12:49:22.306930+0000 mon.a (mon.0) 512 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-21T12:49:23.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:49:23 smithi184 bash[14608]: cluster 2024-03-21T12:49:22.905108+0000 mgr.y (mgr.14152) 156 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:49:23.796 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:49:23 smithi178 bash[14494]: audit 2024-03-21T12:49:22.299509+0000 mon.a (mon.0) 509 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi178", "root=default"]}]': finished 2024-03-21T12:49:23.796 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:49:23 smithi178 bash[14494]: cluster 2024-03-21T12:49:22.299623+0000 mon.a (mon.0) 510 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2024-03-21T12:49:23.796 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:49:23 smithi178 bash[14494]: audit 2024-03-21T12:49:22.299896+0000 mon.a (mon.0) 511 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-21T12:49:23.796 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:49:23 smithi178 bash[14494]: audit 2024-03-21T12:49:22.306930+0000 mon.a (mon.0) 512 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-21T12:49:23.796 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:49:23 smithi178 bash[14494]: cluster 2024-03-21T12:49:22.905108+0000 mgr.y (mgr.14152) 156 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:49:23.797 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:49:23 smithi178 bash[20270]: audit 2024-03-21T12:49:22.299509+0000 mon.a (mon.0) 509 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi178", "root=default"]}]': finished 2024-03-21T12:49:23.797 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:49:23 smithi178 bash[20270]: cluster 2024-03-21T12:49:22.299623+0000 mon.a (mon.0) 510 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2024-03-21T12:49:23.797 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:49:23 smithi178 bash[20270]: audit 2024-03-21T12:49:22.299896+0000 mon.a (mon.0) 511 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-21T12:49:23.797 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:49:23 smithi178 bash[20270]: audit 2024-03-21T12:49:22.306930+0000 mon.a (mon.0) 512 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-21T12:49:23.797 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:49:23 smithi178 bash[20270]: cluster 2024-03-21T12:49:22.905108+0000 mgr.y (mgr.14152) 156 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:49:23.926 INFO:teuthology.orchestra.run.smithi184.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-03-21T12:49:23.927 INFO:teuthology.orchestra.run.smithi184.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-03-21T12:49:23.927 INFO:teuthology.orchestra.run.smithi184.stderr: stderr: 10+0 records in 2024-03-21T12:49:23.927 INFO:teuthology.orchestra.run.smithi184.stderr:10+0 records out 2024-03-21T12:49:23.927 INFO:teuthology.orchestra.run.smithi184.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0177114 s, 592 MB/s 2024-03-21T12:49:23.927 INFO:teuthology.orchestra.run.smithi184.stderr:--> Zapping successful for: 2024-03-21T12:49:24.546 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:49:24 smithi178 bash[14494]: cluster 2024-03-21T12:49:21.303058+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-21T12:49:24.546 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:49:24 smithi178 bash[14494]: cluster 2024-03-21T12:49:21.303219+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-21T12:49:24.546 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:49:24 smithi178 bash[14494]: cluster 2024-03-21T12:49:23.302790+0000 mon.a (mon.0) 513 : cluster [INF] osd.3 [v2:172.21.15.178:6826/3467318095,v1:172.21.15.178:6827/3467318095] boot 2024-03-21T12:49:24.546 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:49:24 smithi178 bash[14494]: cluster 2024-03-21T12:49:23.302912+0000 mon.a (mon.0) 514 : cluster [DBG] osdmap e25: 4 total, 4 up, 4 in 2024-03-21T12:49:24.546 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:49:24 smithi178 bash[14494]: audit 2024-03-21T12:49:23.303636+0000 mon.a (mon.0) 515 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-21T12:49:24.547 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:49:24 smithi178 bash[20270]: cluster 2024-03-21T12:49:21.303058+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-21T12:49:24.547 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:49:24 smithi178 bash[20270]: cluster 2024-03-21T12:49:21.303219+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-21T12:49:24.547 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:49:24 smithi178 bash[20270]: cluster 2024-03-21T12:49:23.302790+0000 mon.a (mon.0) 513 : cluster [INF] osd.3 [v2:172.21.15.178:6826/3467318095,v1:172.21.15.178:6827/3467318095] boot 2024-03-21T12:49:24.547 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:49:24 smithi178 bash[20270]: cluster 2024-03-21T12:49:23.302912+0000 mon.a (mon.0) 514 : cluster [DBG] osdmap e25: 4 total, 4 up, 4 in 2024-03-21T12:49:24.547 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:49:24 smithi178 bash[20270]: audit 2024-03-21T12:49:23.303636+0000 mon.a (mon.0) 515 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-21T12:49:24.572 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:49:24 smithi184 bash[14608]: cluster 2024-03-21T12:49:21.303058+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-21T12:49:24.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:49:24 smithi184 bash[14608]: cluster 2024-03-21T12:49:21.303219+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-21T12:49:24.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:49:24 smithi184 bash[14608]: cluster 2024-03-21T12:49:23.302790+0000 mon.a (mon.0) 513 : cluster [INF] osd.3 [v2:172.21.15.178:6826/3467318095,v1:172.21.15.178:6827/3467318095] boot 2024-03-21T12:49:24.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:49:24 smithi184 bash[14608]: cluster 2024-03-21T12:49:23.302912+0000 mon.a (mon.0) 514 : cluster [DBG] osdmap e25: 4 total, 4 up, 4 in 2024-03-21T12:49:24.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:49:24 smithi184 bash[14608]: audit 2024-03-21T12:49:23.303636+0000 mon.a (mon.0) 515 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-21T12:49:24.576 DEBUG:teuthology.orchestra.run.smithi184:> 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 a94f249e-e780-11ee-95cd-87774f69a715 -- ceph orch daemon add osd smithi184:vg_nvme/lv_4 2024-03-21T12:49:25.572 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:49:25 smithi184 bash[14608]: cluster 2024-03-21T12:49:24.323084+0000 mon.a (mon.0) 516 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2024-03-21T12:49:25.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:49:25 smithi184 bash[14608]: cluster 2024-03-21T12:49:24.905708+0000 mgr.y (mgr.14152) 157 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-21T12:49:25.796 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:49:25 smithi178 bash[20270]: cluster 2024-03-21T12:49:24.323084+0000 mon.a (mon.0) 516 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2024-03-21T12:49:25.796 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:49:25 smithi178 bash[20270]: cluster 2024-03-21T12:49:24.905708+0000 mgr.y (mgr.14152) 157 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-21T12:49:25.796 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:49:25 smithi178 bash[14494]: cluster 2024-03-21T12:49:24.323084+0000 mon.a (mon.0) 516 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2024-03-21T12:49:25.796 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:49:25 smithi178 bash[14494]: cluster 2024-03-21T12:49:24.905708+0000 mgr.y (mgr.14152) 157 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-21T12:49:27.046 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:49:26 smithi178 bash[14766]: 172.21.15.178 - - [21/Mar/2024:12:49:26] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2024-03-21T12:49:27.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:49:27 smithi184 bash[14608]: audit 2024-03-21T12:49:26.670700+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:49:27.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:49:27 smithi184 bash[14608]: audit 2024-03-21T12:49:26.678624+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:49:27.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:49:27 smithi184 bash[14608]: audit 2024-03-21T12:49:26.682210+0000 mon.a (mon.0) 519 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:49:27.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:49:27 smithi184 bash[14608]: audit 2024-03-21T12:49:26.683999+0000 mon.a (mon.0) 520 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:49:27.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:49:27 smithi184 bash[14608]: audit 2024-03-21T12:49:26.685148+0000 mon.a (mon.0) 521 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:49:27.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:49:27 smithi184 bash[14608]: cluster 2024-03-21T12:49:26.688428+0000 mgr.y (mgr.14152) 158 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-21T12:49:27.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:49:27 smithi184 bash[14608]: audit 2024-03-21T12:49:26.693587+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:49:27.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:49:27 smithi184 bash[14608]: audit 2024-03-21T12:49:27.497950+0000 mon.a (mon.0) 523 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-21T12:49:27.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:49:27 smithi184 bash[14608]: audit 2024-03-21T12:49:27.506222+0000 mon.a (mon.0) 524 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-21T12:49:27.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:49:27 smithi184 bash[14608]: audit 2024-03-21T12:49:27.507979+0000 mon.a (mon.0) 525 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:49:28.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:49:27 smithi178 bash[14494]: audit 2024-03-21T12:49:26.670700+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:49:28.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:49:27 smithi178 bash[14494]: audit 2024-03-21T12:49:26.678624+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:49:28.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:49:27 smithi178 bash[14494]: audit 2024-03-21T12:49:26.682210+0000 mon.a (mon.0) 519 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:49:28.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:49:27 smithi178 bash[14494]: audit 2024-03-21T12:49:26.683999+0000 mon.a (mon.0) 520 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:49:28.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:49:27 smithi178 bash[14494]: audit 2024-03-21T12:49:26.685148+0000 mon.a (mon.0) 521 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:49:28.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:49:27 smithi178 bash[14494]: cluster 2024-03-21T12:49:26.688428+0000 mgr.y (mgr.14152) 158 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-21T12:49:28.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:49:27 smithi178 bash[14494]: audit 2024-03-21T12:49:26.693587+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:49:28.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:49:27 smithi178 bash[14494]: audit 2024-03-21T12:49:27.497950+0000 mon.a (mon.0) 523 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-21T12:49:28.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:49:27 smithi178 bash[14494]: audit 2024-03-21T12:49:27.506222+0000 mon.a (mon.0) 524 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-21T12:49:28.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:49:27 smithi178 bash[14494]: audit 2024-03-21T12:49:27.507979+0000 mon.a (mon.0) 525 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:49:28.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:49:27 smithi178 bash[20270]: audit 2024-03-21T12:49:26.670700+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:49:28.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:49:27 smithi178 bash[20270]: audit 2024-03-21T12:49:26.678624+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:49:28.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:49:27 smithi178 bash[20270]: audit 2024-03-21T12:49:26.682210+0000 mon.a (mon.0) 519 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:49:28.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:49:27 smithi178 bash[20270]: audit 2024-03-21T12:49:26.683999+0000 mon.a (mon.0) 520 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:49:28.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:49:27 smithi178 bash[20270]: audit 2024-03-21T12:49:26.685148+0000 mon.a (mon.0) 521 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:49:28.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:49:27 smithi178 bash[20270]: cluster 2024-03-21T12:49:26.688428+0000 mgr.y (mgr.14152) 158 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-21T12:49:28.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:49:27 smithi178 bash[20270]: audit 2024-03-21T12:49:26.693587+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:49:28.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:49:27 smithi178 bash[20270]: audit 2024-03-21T12:49:27.497950+0000 mon.a (mon.0) 523 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-21T12:49:28.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:49:27 smithi178 bash[20270]: audit 2024-03-21T12:49:27.506222+0000 mon.a (mon.0) 524 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-21T12:49:28.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:49:27 smithi178 bash[20270]: audit 2024-03-21T12:49:27.507979+0000 mon.a (mon.0) 525 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:49:28.547 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:49:28 smithi178 bash[14766]: 172.21.15.178 - - [21/Mar/2024:12:49:28] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2024-03-21T12:49:29.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:49:28 smithi178 bash[14494]: audit 2024-03-21T12:49:27.489750+0000 mgr.y (mgr.14152) 159 : audit [DBG] from='client.24221 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi184:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:49:29.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:49:28 smithi178 bash[14494]: cluster 2024-03-21T12:49:27.676744+0000 mon.a (mon.0) 526 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-03-21T12:49:29.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:49:28 smithi178 bash[14494]: audit 2024-03-21T12:49:28.062125+0000 mon.a (mon.0) 527 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:49:29.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:49:28 smithi178 bash[14494]: audit 2024-03-21T12:49:28.065188+0000 mon.a (mon.0) 528 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:49:29.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:49:28 smithi178 bash[14494]: audit 2024-03-21T12:49:28.068304+0000 mon.a (mon.0) 529 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:49:29.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:49:28 smithi178 bash[14494]: audit 2024-03-21T12:49:28.070814+0000 mon.a (mon.0) 530 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:49:29.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:49:28 smithi178 bash[14494]: audit 2024-03-21T12:49:28.072070+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:49:29.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:49:28 smithi178 bash[14494]: audit 2024-03-21T12:49:28.080763+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:49:29.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:49:28 smithi178 bash[20270]: audit 2024-03-21T12:49:27.489750+0000 mgr.y (mgr.14152) 159 : audit [DBG] from='client.24221 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi184:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:49:29.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:49:28 smithi178 bash[20270]: cluster 2024-03-21T12:49:27.676744+0000 mon.a (mon.0) 526 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-03-21T12:49:29.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:49:28 smithi178 bash[20270]: audit 2024-03-21T12:49:28.062125+0000 mon.a (mon.0) 527 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:49:29.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:49:28 smithi178 bash[20270]: audit 2024-03-21T12:49:28.065188+0000 mon.a (mon.0) 528 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:49:29.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:49:28 smithi178 bash[20270]: audit 2024-03-21T12:49:28.068304+0000 mon.a (mon.0) 529 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:49:29.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:49:28 smithi178 bash[20270]: audit 2024-03-21T12:49:28.070814+0000 mon.a (mon.0) 530 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:49:29.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:49:28 smithi178 bash[20270]: audit 2024-03-21T12:49:28.072070+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:49:29.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:49:28 smithi178 bash[20270]: audit 2024-03-21T12:49:28.080763+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:49:29.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:49:28 smithi184 bash[14608]: audit 2024-03-21T12:49:27.489750+0000 mgr.y (mgr.14152) 159 : audit [DBG] from='client.24221 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi184:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:49:29.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:49:28 smithi184 bash[14608]: cluster 2024-03-21T12:49:27.676744+0000 mon.a (mon.0) 526 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-03-21T12:49:29.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:49:28 smithi184 bash[14608]: audit 2024-03-21T12:49:28.062125+0000 mon.a (mon.0) 527 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:49:29.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:49:28 smithi184 bash[14608]: audit 2024-03-21T12:49:28.065188+0000 mon.a (mon.0) 528 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:49:29.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:49:28 smithi184 bash[14608]: audit 2024-03-21T12:49:28.068304+0000 mon.a (mon.0) 529 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:49:29.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:49:28 smithi184 bash[14608]: audit 2024-03-21T12:49:28.070814+0000 mon.a (mon.0) 530 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:49:29.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:49:28 smithi184 bash[14608]: audit 2024-03-21T12:49:28.072070+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:49:29.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:49:28 smithi184 bash[14608]: audit 2024-03-21T12:49:28.080763+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:49:30.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:49:29 smithi178 bash[14494]: cluster 2024-03-21T12:49:28.075062+0000 mgr.y (mgr.14152) 160 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-21T12:49:30.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:49:29 smithi178 bash[14494]: cluster 2024-03-21T12:49:29.066015+0000 mon.a (mon.0) 533 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-03-21T12:49:30.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:49:29 smithi178 bash[14494]: cluster 2024-03-21T12:49:29.066086+0000 mon.a (mon.0) 534 : cluster [INF] Cluster is now healthy 2024-03-21T12:49:30.046 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:49:29 smithi178 bash[20270]: cluster 2024-03-21T12:49:28.075062+0000 mgr.y (mgr.14152) 160 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-21T12:49:30.046 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:49:29 smithi178 bash[20270]: cluster 2024-03-21T12:49:29.066015+0000 mon.a (mon.0) 533 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-03-21T12:49:30.046 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:49:29 smithi178 bash[20270]: cluster 2024-03-21T12:49:29.066086+0000 mon.a (mon.0) 534 : cluster [INF] Cluster is now healthy 2024-03-21T12:49:30.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:49:29 smithi184 bash[14608]: cluster 2024-03-21T12:49:28.075062+0000 mgr.y (mgr.14152) 160 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-21T12:49:30.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:49:29 smithi184 bash[14608]: cluster 2024-03-21T12:49:29.066015+0000 mon.a (mon.0) 533 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-03-21T12:49:30.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:49:29 smithi184 bash[14608]: cluster 2024-03-21T12:49:29.066086+0000 mon.a (mon.0) 534 : cluster [INF] Cluster is now healthy 2024-03-21T12:49:31.822 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:49:31 smithi184 bash[14608]: cluster 2024-03-21T12:49:30.075602+0000 mgr.y (mgr.14152) 161 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-21T12:49:32.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:49:31 smithi178 bash[14494]: cluster 2024-03-21T12:49:30.075602+0000 mgr.y (mgr.14152) 161 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-21T12:49:32.046 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:49:31 smithi178 bash[20270]: cluster 2024-03-21T12:49:30.075602+0000 mgr.y (mgr.14152) 161 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-21T12:49:34.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:49:33 smithi178 bash[14494]: cluster 2024-03-21T12:49:32.076179+0000 mgr.y (mgr.14152) 162 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-21T12:49:34.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:49:33 smithi178 bash[14494]: audit 2024-03-21T12:49:33.586526+0000 mon.b (mon.2) 10 : audit [INF] from='client.? 172.21.15.184:0/3072466702' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c67f6106-6a03-44af-96fb-e6164d5a2aa6"}]: dispatch 2024-03-21T12:49:34.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:49:33 smithi178 bash[14494]: audit 2024-03-21T12:49:33.587656+0000 mon.a (mon.0) 535 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c67f6106-6a03-44af-96fb-e6164d5a2aa6"}]: dispatch 2024-03-21T12:49:34.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:49:33 smithi178 bash[14494]: audit 2024-03-21T12:49:33.596679+0000 mon.a (mon.0) 536 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c67f6106-6a03-44af-96fb-e6164d5a2aa6"}]': finished 2024-03-21T12:49:34.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:49:33 smithi178 bash[14494]: cluster 2024-03-21T12:49:33.596838+0000 mon.a (mon.0) 537 : cluster [DBG] osdmap e27: 5 total, 4 up, 5 in 2024-03-21T12:49:34.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:49:33 smithi178 bash[14494]: audit 2024-03-21T12:49:33.597123+0000 mon.a (mon.0) 538 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-21T12:49:34.046 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:49:33 smithi178 bash[20270]: cluster 2024-03-21T12:49:32.076179+0000 mgr.y (mgr.14152) 162 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-21T12:49:34.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:49:33 smithi178 bash[20270]: audit 2024-03-21T12:49:33.586526+0000 mon.b (mon.2) 10 : audit [INF] from='client.? 172.21.15.184:0/3072466702' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c67f6106-6a03-44af-96fb-e6164d5a2aa6"}]: dispatch 2024-03-21T12:49:34.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:49:33 smithi178 bash[20270]: audit 2024-03-21T12:49:33.587656+0000 mon.a (mon.0) 535 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c67f6106-6a03-44af-96fb-e6164d5a2aa6"}]: dispatch 2024-03-21T12:49:34.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:49:33 smithi178 bash[20270]: audit 2024-03-21T12:49:33.596679+0000 mon.a (mon.0) 536 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c67f6106-6a03-44af-96fb-e6164d5a2aa6"}]': finished 2024-03-21T12:49:34.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:49:33 smithi178 bash[20270]: cluster 2024-03-21T12:49:33.596838+0000 mon.a (mon.0) 537 : cluster [DBG] osdmap e27: 5 total, 4 up, 5 in 2024-03-21T12:49:34.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:49:33 smithi178 bash[20270]: audit 2024-03-21T12:49:33.597123+0000 mon.a (mon.0) 538 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-21T12:49:34.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:49:33 smithi184 bash[14608]: cluster 2024-03-21T12:49:32.076179+0000 mgr.y (mgr.14152) 162 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-21T12:49:34.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:49:33 smithi184 bash[14608]: audit 2024-03-21T12:49:33.586526+0000 mon.b (mon.2) 10 : audit [INF] from='client.? 172.21.15.184:0/3072466702' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c67f6106-6a03-44af-96fb-e6164d5a2aa6"}]: dispatch 2024-03-21T12:49:34.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:49:33 smithi184 bash[14608]: audit 2024-03-21T12:49:33.587656+0000 mon.a (mon.0) 535 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c67f6106-6a03-44af-96fb-e6164d5a2aa6"}]: dispatch 2024-03-21T12:49:34.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:49:33 smithi184 bash[14608]: audit 2024-03-21T12:49:33.596679+0000 mon.a (mon.0) 536 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c67f6106-6a03-44af-96fb-e6164d5a2aa6"}]': finished 2024-03-21T12:49:34.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:49:33 smithi184 bash[14608]: cluster 2024-03-21T12:49:33.596838+0000 mon.a (mon.0) 537 : cluster [DBG] osdmap e27: 5 total, 4 up, 5 in 2024-03-21T12:49:34.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:49:33 smithi184 bash[14608]: audit 2024-03-21T12:49:33.597123+0000 mon.a (mon.0) 538 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-21T12:49:35.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:49:34 smithi178 bash[14494]: audit 2024-03-21T12:49:34.288681+0000 mon.b (mon.2) 11 : audit [DBG] from='client.? 172.21.15.184:0/3819673013' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-21T12:49:35.046 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:49:34 smithi178 bash[20270]: audit 2024-03-21T12:49:34.288681+0000 mon.b (mon.2) 11 : audit [DBG] from='client.? 172.21.15.184:0/3819673013' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-21T12:49:35.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:49:34 smithi184 bash[14608]: audit 2024-03-21T12:49:34.288681+0000 mon.b (mon.2) 11 : audit [DBG] from='client.? 172.21.15.184:0/3819673013' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-21T12:49:36.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:49:35 smithi178 bash[14494]: cluster 2024-03-21T12:49:34.076725+0000 mgr.y (mgr.14152) 163 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-21T12:49:36.046 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:49:35 smithi178 bash[20270]: cluster 2024-03-21T12:49:34.076725+0000 mgr.y (mgr.14152) 163 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-21T12:49:36.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:49:35 smithi184 bash[14608]: cluster 2024-03-21T12:49:34.076725+0000 mgr.y (mgr.14152) 163 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-21T12:49:38.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:49:37 smithi178 bash[14494]: cluster 2024-03-21T12:49:36.077283+0000 mgr.y (mgr.14152) 164 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-21T12:49:38.046 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:49:37 smithi178 bash[20270]: cluster 2024-03-21T12:49:36.077283+0000 mgr.y (mgr.14152) 164 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-21T12:49:38.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:49:37 smithi184 bash[14608]: cluster 2024-03-21T12:49:36.077283+0000 mgr.y (mgr.14152) 164 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-21T12:49:40.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:49:39 smithi178 bash[14494]: cluster 2024-03-21T12:49:38.077842+0000 mgr.y (mgr.14152) 165 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-21T12:49:40.046 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:49:39 smithi178 bash[20270]: cluster 2024-03-21T12:49:38.077842+0000 mgr.y (mgr.14152) 165 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-21T12:49:40.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:49:39 smithi184 bash[14608]: cluster 2024-03-21T12:49:38.077842+0000 mgr.y (mgr.14152) 165 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-21T12:49:40.710 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:49:40 smithi178 bash[14766]: 172.21.15.184 - - [21/Mar/2024:12:49:40] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2024-03-21T12:49:41.774 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:49:41 smithi184 bash[14608]: cluster 2024-03-21T12:49:40.078451+0000 mgr.y (mgr.14152) 166 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-21T12:49:41.774 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:49:41 smithi184 bash[14608]: audit 2024-03-21T12:49:40.420420+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:49:41.774 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:49:41 smithi184 bash[14608]: audit 2024-03-21T12:49:40.428594+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:49:41.796 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:49:41 smithi178 bash[14494]: cluster 2024-03-21T12:49:40.078451+0000 mgr.y (mgr.14152) 166 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-21T12:49:41.796 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:49:41 smithi178 bash[14494]: audit 2024-03-21T12:49:40.420420+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:49:41.796 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:49:41 smithi178 bash[14494]: audit 2024-03-21T12:49:40.428594+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:49:41.796 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:49:41 smithi178 bash[20270]: cluster 2024-03-21T12:49:40.078451+0000 mgr.y (mgr.14152) 166 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-21T12:49:41.796 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:49:41 smithi178 bash[20270]: audit 2024-03-21T12:49:40.420420+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:49:41.796 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:49:41 smithi178 bash[20270]: audit 2024-03-21T12:49:40.428594+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:49:43.572 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:49:43 smithi184 bash[14608]: cluster 2024-03-21T12:49:42.079101+0000 mgr.y (mgr.14152) 167 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-21T12:49:43.795 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:49:43 smithi178 bash[14494]: cluster 2024-03-21T12:49:42.079101+0000 mgr.y (mgr.14152) 167 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-21T12:49:43.796 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:49:43 smithi178 bash[20270]: cluster 2024-03-21T12:49:42.079101+0000 mgr.y (mgr.14152) 167 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-21T12:49:45.686 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:49:45 smithi184 bash[14608]: cluster 2024-03-21T12:49:44.079695+0000 mgr.y (mgr.14152) 168 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-21T12:49:45.686 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:49:45 smithi184 bash[14608]: audit 2024-03-21T12:49:44.443349+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-03-21T12:49:45.687 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:49:45 smithi184 bash[14608]: audit 2024-03-21T12:49:44.445152+0000 mon.a (mon.0) 542 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:49:45.687 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:49:45 smithi184 bash[14608]: cephadm 2024-03-21T12:49:44.446636+0000 mgr.y (mgr.14152) 169 : cephadm [INF] Deploying daemon osd.4 on smithi184 2024-03-21T12:49:45.705 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:49:45 smithi178 bash[14494]: cluster 2024-03-21T12:49:44.079695+0000 mgr.y (mgr.14152) 168 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-21T12:49:45.705 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:49:45 smithi178 bash[14494]: audit 2024-03-21T12:49:44.443349+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-03-21T12:49:45.705 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:49:45 smithi178 bash[14494]: audit 2024-03-21T12:49:44.445152+0000 mon.a (mon.0) 542 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:49:45.706 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:49:45 smithi178 bash[14494]: cephadm 2024-03-21T12:49:44.446636+0000 mgr.y (mgr.14152) 169 : cephadm [INF] Deploying daemon osd.4 on smithi184 2024-03-21T12:49:45.706 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:49:45 smithi178 bash[20270]: cluster 2024-03-21T12:49:44.079695+0000 mgr.y (mgr.14152) 168 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-21T12:49:45.706 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:49:45 smithi178 bash[20270]: audit 2024-03-21T12:49:44.443349+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-03-21T12:49:45.706 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:49:45 smithi178 bash[20270]: audit 2024-03-21T12:49:44.445152+0000 mon.a (mon.0) 542 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:49:45.706 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:49:45 smithi178 bash[20270]: cephadm 2024-03-21T12:49:44.446636+0000 mgr.y (mgr.14152) 169 : cephadm [INF] Deploying daemon osd.4 on smithi184 2024-03-21T12:49:46.045 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:49:45 smithi178 bash[14766]: 172.21.15.178 - - [21/Mar/2024:12:49:45] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2024-03-21T12:49:47.296 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:49:46 smithi178 bash[14494]: audit 2024-03-21T12:49:45.932498+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:49:47.296 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:49:46 smithi178 bash[14494]: audit 2024-03-21T12:49:45.939809+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:49:47.296 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:49:46 smithi178 bash[20270]: audit 2024-03-21T12:49:45.932498+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:49:47.296 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:49:46 smithi178 bash[20270]: audit 2024-03-21T12:49:45.939809+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:49:47.322 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:49:46 smithi184 bash[14608]: audit 2024-03-21T12:49:45.932498+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:49:47.322 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:49:46 smithi184 bash[14608]: audit 2024-03-21T12:49:45.939809+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:49:48.236 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:49:47 smithi184 bash[14608]: cluster 2024-03-21T12:49:46.080353+0000 mgr.y (mgr.14152) 170 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-21T12:49:48.295 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:49:47 smithi178 bash[14494]: cluster 2024-03-21T12:49:46.080353+0000 mgr.y (mgr.14152) 170 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-21T12:49:48.296 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:49:47 smithi178 bash[20270]: cluster 2024-03-21T12:49:46.080353+0000 mgr.y (mgr.14152) 170 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-21T12:49:49.291 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:49:48 smithi184 bash[14608]: audit 2024-03-21T12:49:48.035857+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-21T12:49:49.291 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:49:48 smithi184 bash[14608]: audit 2024-03-21T12:49:48.039205+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-21T12:49:49.291 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:49:48 smithi184 bash[14608]: audit 2024-03-21T12:49:48.478353+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:49:49.291 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:49:48 smithi184 bash[14608]: audit 2024-03-21T12:49:48.504522+0000 mon.a (mon.0) 548 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:49:49.291 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:49:48 smithi184 bash[14608]: audit 2024-03-21T12:49:48.507102+0000 mon.a (mon.0) 549 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:49:49.291 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:49:48 smithi184 bash[14608]: audit 2024-03-21T12:49:48.508602+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:49:49.291 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:49:48 smithi184 bash[14608]: audit 2024-03-21T12:49:48.519421+0000 mon.a (mon.0) 551 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:49:49.296 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:49:48 smithi178 bash[14494]: audit 2024-03-21T12:49:48.035857+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-21T12:49:49.296 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:49:48 smithi178 bash[14494]: audit 2024-03-21T12:49:48.039205+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-21T12:49:49.296 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:49:48 smithi178 bash[14494]: audit 2024-03-21T12:49:48.478353+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:49:49.296 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:49:48 smithi178 bash[14494]: audit 2024-03-21T12:49:48.504522+0000 mon.a (mon.0) 548 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:49:49.296 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:49:48 smithi178 bash[14494]: audit 2024-03-21T12:49:48.507102+0000 mon.a (mon.0) 549 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:49:49.296 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:49:48 smithi178 bash[14494]: audit 2024-03-21T12:49:48.508602+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:49:49.296 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:49:48 smithi178 bash[14494]: audit 2024-03-21T12:49:48.519421+0000 mon.a (mon.0) 551 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:49:49.296 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:49:48 smithi178 bash[20270]: audit 2024-03-21T12:49:48.035857+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-21T12:49:49.296 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:49:48 smithi178 bash[20270]: audit 2024-03-21T12:49:48.039205+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-21T12:49:49.296 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:49:48 smithi178 bash[20270]: audit 2024-03-21T12:49:48.478353+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:49:49.296 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:49:48 smithi178 bash[20270]: audit 2024-03-21T12:49:48.504522+0000 mon.a (mon.0) 548 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:49:49.297 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:49:48 smithi178 bash[20270]: audit 2024-03-21T12:49:48.507102+0000 mon.a (mon.0) 549 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:49:49.297 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:49:48 smithi178 bash[20270]: audit 2024-03-21T12:49:48.508602+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:49:49.297 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:49:48 smithi178 bash[20270]: audit 2024-03-21T12:49:48.519421+0000 mon.a (mon.0) 551 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:49:50.295 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:49:49 smithi178 bash[14494]: cluster 2024-03-21T12:49:48.080920+0000 mgr.y (mgr.14152) 171 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-21T12:49:50.296 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:49:49 smithi178 bash[20270]: cluster 2024-03-21T12:49:48.080920+0000 mgr.y (mgr.14152) 171 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-21T12:49:50.365 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:49:49 smithi184 bash[14608]: cluster 2024-03-21T12:49:48.080920+0000 mgr.y (mgr.14152) 171 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-21T12:49:51.545 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:49:51 smithi178 bash[14494]: cluster 2024-03-21T12:49:50.081508+0000 mgr.y (mgr.14152) 172 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-21T12:49:51.546 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:49:51 smithi178 bash[20270]: cluster 2024-03-21T12:49:50.081508+0000 mgr.y (mgr.14152) 172 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-21T12:49:51.557 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:49:51 smithi184 bash[14608]: cluster 2024-03-21T12:49:50.081508+0000 mgr.y (mgr.14152) 172 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-21T12:49:53.546 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:49:53 smithi178 bash[14494]: cluster 2024-03-21T12:49:52.082068+0000 mgr.y (mgr.14152) 173 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-21T12:49:53.546 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:49:53 smithi178 bash[20270]: cluster 2024-03-21T12:49:52.082068+0000 mgr.y (mgr.14152) 173 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-21T12:49:53.572 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:49:53 smithi184 bash[14608]: cluster 2024-03-21T12:49:52.082068+0000 mgr.y (mgr.14152) 173 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-21T12:49:54.912 INFO:teuthology.orchestra.run.smithi184.stdout:Created osd(s) 4 on host 'smithi184' 2024-03-21T12:49:55.544 DEBUG:teuthology.orchestra.run.smithi184:osd.4> sudo journalctl -f -n 0 -u ceph-a94f249e-e780-11ee-95cd-87774f69a715@osd.4.service 2024-03-21T12:49:55.547 INFO:tasks.cephadm:Deploying osd.5 on smithi184 with /dev/vg_nvme/lv_3... 2024-03-21T12:49:55.547 DEBUG:teuthology.orchestra.run.smithi184:> 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 a94f249e-e780-11ee-95cd-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-03-21T12:49:55.758 INFO:journalctl@ceph.osd.4.smithi184.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2024-03-21T12:49:56.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:49:55 smithi184 bash[14608]: cluster 2024-03-21T12:49:54.082637+0000 mgr.y (mgr.14152) 174 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-21T12:49:56.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:49:55 smithi184 bash[14608]: audit 2024-03-21T12:49:54.910591+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:49:56.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:49:55 smithi184 bash[14608]: audit 2024-03-21T12:49:54.911235+0000 mon.a (mon.0) 553 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:49:56.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:49:55 smithi184 bash[14608]: audit 2024-03-21T12:49:54.916238+0000 mon.a (mon.0) 554 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:49:56.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:49:55 smithi184 bash[14608]: audit 2024-03-21T12:49:54.917399+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:49:56.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:49:55 smithi184 bash[14608]: audit 2024-03-21T12:49:54.920403+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-03-21T12:49:56.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:49:55 smithi184 bash[14608]: cephadm 2024-03-21T12:49:54.921491+0000 mgr.y (mgr.14152) 175 : cephadm [INF] Adjusting osd_memory_target on smithi184 to 16247M 2024-03-21T12:49:56.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:49:55 smithi184 bash[14608]: audit 2024-03-21T12:49:54.927941+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:49:56.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:49:55 smithi184 bash[14608]: audit 2024-03-21T12:49:54.934722+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:49:56.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:49:55 smithi184 bash[14608]: audit 2024-03-21T12:49:55.353538+0000 mon.b (mon.2) 12 : audit [INF] from='osd.4 [v2:172.21.15.184:6800/257885768,v1:172.21.15.184:6801/257885768]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-03-21T12:49:56.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:49:55 smithi184 bash[14608]: audit 2024-03-21T12:49:55.354700+0000 mon.a (mon.0) 559 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-03-21T12:49:56.296 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:49:55 smithi178 bash[14494]: cluster 2024-03-21T12:49:54.082637+0000 mgr.y (mgr.14152) 174 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-21T12:49:56.296 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:49:55 smithi178 bash[14494]: audit 2024-03-21T12:49:54.910591+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:49:56.296 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:49:55 smithi178 bash[14494]: audit 2024-03-21T12:49:54.911235+0000 mon.a (mon.0) 553 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:49:56.296 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:49:55 smithi178 bash[14494]: audit 2024-03-21T12:49:54.916238+0000 mon.a (mon.0) 554 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:49:56.296 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:49:55 smithi178 bash[14494]: audit 2024-03-21T12:49:54.917399+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:49:56.296 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:49:55 smithi178 bash[14494]: audit 2024-03-21T12:49:54.920403+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-03-21T12:49:56.296 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:49:55 smithi178 bash[14494]: cephadm 2024-03-21T12:49:54.921491+0000 mgr.y (mgr.14152) 175 : cephadm [INF] Adjusting osd_memory_target on smithi184 to 16247M 2024-03-21T12:49:56.296 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:49:55 smithi178 bash[14494]: audit 2024-03-21T12:49:54.927941+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:49:56.296 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:49:55 smithi178 bash[14494]: audit 2024-03-21T12:49:54.934722+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:49:56.296 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:49:55 smithi178 bash[14494]: audit 2024-03-21T12:49:55.353538+0000 mon.b (mon.2) 12 : audit [INF] from='osd.4 [v2:172.21.15.184:6800/257885768,v1:172.21.15.184:6801/257885768]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-03-21T12:49:56.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:49:55 smithi178 bash[14494]: audit 2024-03-21T12:49:55.354700+0000 mon.a (mon.0) 559 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-03-21T12:49:56.297 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:49:55 smithi178 bash[20270]: cluster 2024-03-21T12:49:54.082637+0000 mgr.y (mgr.14152) 174 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-21T12:49:56.297 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:49:55 smithi178 bash[20270]: audit 2024-03-21T12:49:54.910591+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:49:56.297 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:49:55 smithi178 bash[20270]: audit 2024-03-21T12:49:54.911235+0000 mon.a (mon.0) 553 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:49:56.297 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:49:55 smithi178 bash[20270]: audit 2024-03-21T12:49:54.916238+0000 mon.a (mon.0) 554 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:49:56.297 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:49:55 smithi178 bash[20270]: audit 2024-03-21T12:49:54.917399+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:49:56.297 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:49:55 smithi178 bash[20270]: audit 2024-03-21T12:49:54.920403+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-03-21T12:49:56.297 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:49:55 smithi178 bash[20270]: cephadm 2024-03-21T12:49:54.921491+0000 mgr.y (mgr.14152) 175 : cephadm [INF] Adjusting osd_memory_target on smithi184 to 16247M 2024-03-21T12:49:56.297 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:49:55 smithi178 bash[20270]: audit 2024-03-21T12:49:54.927941+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:49:56.297 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:49:55 smithi178 bash[20270]: audit 2024-03-21T12:49:54.934722+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:49:56.297 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:49:55 smithi178 bash[20270]: audit 2024-03-21T12:49:55.353538+0000 mon.b (mon.2) 12 : audit [INF] from='osd.4 [v2:172.21.15.184:6800/257885768,v1:172.21.15.184:6801/257885768]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-03-21T12:49:56.297 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:49:55 smithi178 bash[20270]: audit 2024-03-21T12:49:55.354700+0000 mon.a (mon.0) 559 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-03-21T12:49:57.452 INFO:journalctl@ceph.osd.4.smithi184.stdout:Mar 21 12:49:57 smithi184 bash[20335]: debug 2024-03-21T12:49:57.114+0000 7f2628c1c700 -1 osd.4 0 waiting for initial osdmap 2024-03-21T12:49:57.452 INFO:journalctl@ceph.osd.4.smithi184.stdout:Mar 21 12:49:57 smithi184 bash[20335]: debug 2024-03-21T12:49:57.122+0000 7f26235b3700 -1 osd.4 29 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-03-21T12:49:57.452 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:49:57 smithi184 bash[14608]: cluster 2024-03-21T12:49:56.083235+0000 mgr.y (mgr.14152) 176 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-21T12:49:57.452 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:49:57 smithi184 bash[14608]: audit 2024-03-21T12:49:56.101709+0000 mon.a (mon.0) 560 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-03-21T12:49:57.453 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:49:57 smithi184 bash[14608]: cluster 2024-03-21T12:49:56.101881+0000 mon.a (mon.0) 561 : cluster [DBG] osdmap e28: 5 total, 4 up, 5 in 2024-03-21T12:49:57.453 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:49:57 smithi184 bash[14608]: audit 2024-03-21T12:49:56.102166+0000 mon.a (mon.0) 562 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-21T12:49:57.453 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:49:57 smithi184 bash[14608]: audit 2024-03-21T12:49:56.102906+0000 mon.b (mon.2) 13 : audit [INF] from='osd.4 [v2:172.21.15.184:6800/257885768,v1:172.21.15.184:6801/257885768]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]: dispatch 2024-03-21T12:49:57.453 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:49:57 smithi184 bash[14608]: audit 2024-03-21T12:49:56.104274+0000 mon.a (mon.0) 563 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]: dispatch 2024-03-21T12:49:57.546 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:49:57 smithi178 bash[14494]: cluster 2024-03-21T12:49:56.083235+0000 mgr.y (mgr.14152) 176 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-21T12:49:57.546 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:49:57 smithi178 bash[14494]: audit 2024-03-21T12:49:56.101709+0000 mon.a (mon.0) 560 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-03-21T12:49:57.546 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:49:57 smithi178 bash[14494]: cluster 2024-03-21T12:49:56.101881+0000 mon.a (mon.0) 561 : cluster [DBG] osdmap e28: 5 total, 4 up, 5 in 2024-03-21T12:49:57.546 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:49:57 smithi178 bash[14494]: audit 2024-03-21T12:49:56.102166+0000 mon.a (mon.0) 562 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-21T12:49:57.546 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:49:57 smithi178 bash[14494]: audit 2024-03-21T12:49:56.102906+0000 mon.b (mon.2) 13 : audit [INF] from='osd.4 [v2:172.21.15.184:6800/257885768,v1:172.21.15.184:6801/257885768]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]: dispatch 2024-03-21T12:49:57.546 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:49:57 smithi178 bash[14494]: audit 2024-03-21T12:49:56.104274+0000 mon.a (mon.0) 563 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]: dispatch 2024-03-21T12:49:57.546 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:49:57 smithi178 bash[20270]: cluster 2024-03-21T12:49:56.083235+0000 mgr.y (mgr.14152) 176 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-21T12:49:57.546 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:49:57 smithi178 bash[20270]: audit 2024-03-21T12:49:56.101709+0000 mon.a (mon.0) 560 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-03-21T12:49:57.547 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:49:57 smithi178 bash[20270]: cluster 2024-03-21T12:49:56.101881+0000 mon.a (mon.0) 561 : cluster [DBG] osdmap e28: 5 total, 4 up, 5 in 2024-03-21T12:49:57.547 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:49:57 smithi178 bash[20270]: audit 2024-03-21T12:49:56.102166+0000 mon.a (mon.0) 562 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-21T12:49:57.547 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:49:57 smithi178 bash[20270]: audit 2024-03-21T12:49:56.102906+0000 mon.b (mon.2) 13 : audit [INF] from='osd.4 [v2:172.21.15.184:6800/257885768,v1:172.21.15.184:6801/257885768]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]: dispatch 2024-03-21T12:49:57.547 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:49:57 smithi178 bash[20270]: audit 2024-03-21T12:49:56.104274+0000 mon.a (mon.0) 563 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]: dispatch 2024-03-21T12:49:58.322 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:49:58 smithi184 bash[14608]: audit 2024-03-21T12:49:57.105019+0000 mon.a (mon.0) 564 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]': finished 2024-03-21T12:49:58.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:49:58 smithi184 bash[14608]: cluster 2024-03-21T12:49:57.105303+0000 mon.a (mon.0) 565 : cluster [DBG] osdmap e29: 5 total, 4 up, 5 in 2024-03-21T12:49:58.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:49:58 smithi184 bash[14608]: audit 2024-03-21T12:49:57.106305+0000 mon.a (mon.0) 566 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-21T12:49:58.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:49:58 smithi184 bash[14608]: audit 2024-03-21T12:49:57.115742+0000 mon.a (mon.0) 567 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-21T12:49:58.546 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:49:58 smithi178 bash[14494]: audit 2024-03-21T12:49:57.105019+0000 mon.a (mon.0) 564 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]': finished 2024-03-21T12:49:58.546 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:49:58 smithi178 bash[14494]: cluster 2024-03-21T12:49:57.105303+0000 mon.a (mon.0) 565 : cluster [DBG] osdmap e29: 5 total, 4 up, 5 in 2024-03-21T12:49:58.546 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:49:58 smithi178 bash[14494]: audit 2024-03-21T12:49:57.106305+0000 mon.a (mon.0) 566 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-21T12:49:58.546 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:49:58 smithi178 bash[14494]: audit 2024-03-21T12:49:57.115742+0000 mon.a (mon.0) 567 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-21T12:49:58.546 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:49:58 smithi178 bash[20270]: audit 2024-03-21T12:49:57.105019+0000 mon.a (mon.0) 564 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]': finished 2024-03-21T12:49:58.546 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:49:58 smithi178 bash[20270]: cluster 2024-03-21T12:49:57.105303+0000 mon.a (mon.0) 565 : cluster [DBG] osdmap e29: 5 total, 4 up, 5 in 2024-03-21T12:49:58.546 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:49:58 smithi178 bash[20270]: audit 2024-03-21T12:49:57.106305+0000 mon.a (mon.0) 566 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-21T12:49:58.546 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:49:58 smithi178 bash[20270]: audit 2024-03-21T12:49:57.115742+0000 mon.a (mon.0) 567 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-21T12:49:59.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:49:59 smithi184 bash[14608]: cluster 2024-03-21T12:49:56.322738+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-21T12:49:59.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:49:59 smithi184 bash[14608]: cluster 2024-03-21T12:49:56.322908+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-21T12:49:59.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:49:59 smithi184 bash[14608]: cluster 2024-03-21T12:49:58.083818+0000 mgr.y (mgr.14152) 177 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-21T12:49:59.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:49:59 smithi184 bash[14608]: cluster 2024-03-21T12:49:58.107370+0000 mon.a (mon.0) 568 : cluster [INF] osd.4 [v2:172.21.15.184:6800/257885768,v1:172.21.15.184:6801/257885768] boot 2024-03-21T12:49:59.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:49:59 smithi184 bash[14608]: cluster 2024-03-21T12:49:58.107446+0000 mon.a (mon.0) 569 : cluster [DBG] osdmap e30: 5 total, 5 up, 5 in 2024-03-21T12:49:59.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:49:59 smithi184 bash[14608]: audit 2024-03-21T12:49:58.107777+0000 mon.a (mon.0) 570 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-21T12:49:59.546 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:49:59 smithi178 bash[20270]: cluster 2024-03-21T12:49:56.322738+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-21T12:49:59.546 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:49:59 smithi178 bash[20270]: cluster 2024-03-21T12:49:56.322908+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-21T12:49:59.546 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:49:59 smithi178 bash[20270]: cluster 2024-03-21T12:49:58.083818+0000 mgr.y (mgr.14152) 177 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-21T12:49:59.546 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:49:59 smithi178 bash[20270]: cluster 2024-03-21T12:49:58.107370+0000 mon.a (mon.0) 568 : cluster [INF] osd.4 [v2:172.21.15.184:6800/257885768,v1:172.21.15.184:6801/257885768] boot 2024-03-21T12:49:59.546 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:49:59 smithi178 bash[20270]: cluster 2024-03-21T12:49:58.107446+0000 mon.a (mon.0) 569 : cluster [DBG] osdmap e30: 5 total, 5 up, 5 in 2024-03-21T12:49:59.546 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:49:59 smithi178 bash[20270]: audit 2024-03-21T12:49:58.107777+0000 mon.a (mon.0) 570 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-21T12:49:59.546 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:49:59 smithi178 bash[14494]: cluster 2024-03-21T12:49:56.322738+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-21T12:49:59.546 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:49:59 smithi178 bash[14494]: cluster 2024-03-21T12:49:56.322908+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-21T12:49:59.546 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:49:59 smithi178 bash[14494]: cluster 2024-03-21T12:49:58.083818+0000 mgr.y (mgr.14152) 177 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-21T12:49:59.546 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:49:59 smithi178 bash[14494]: cluster 2024-03-21T12:49:58.107370+0000 mon.a (mon.0) 568 : cluster [INF] osd.4 [v2:172.21.15.184:6800/257885768,v1:172.21.15.184:6801/257885768] boot 2024-03-21T12:49:59.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:49:59 smithi178 bash[14494]: cluster 2024-03-21T12:49:58.107446+0000 mon.a (mon.0) 569 : cluster [DBG] osdmap e30: 5 total, 5 up, 5 in 2024-03-21T12:49:59.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:49:59 smithi178 bash[14494]: audit 2024-03-21T12:49:58.107777+0000 mon.a (mon.0) 570 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-21T12:50:00.314 INFO:teuthology.orchestra.run.smithi184.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-03-21T12:50:00.314 INFO:teuthology.orchestra.run.smithi184.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-03-21T12:50:00.314 INFO:teuthology.orchestra.run.smithi184.stderr: stderr: 10+0 records in 2024-03-21T12:50:00.314 INFO:teuthology.orchestra.run.smithi184.stderr:10+0 records out 2024-03-21T12:50:00.315 INFO:teuthology.orchestra.run.smithi184.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0197605 s, 531 MB/s 2024-03-21T12:50:00.315 INFO:teuthology.orchestra.run.smithi184.stderr:--> Zapping successful for: 2024-03-21T12:50:00.322 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:50:00 smithi184 bash[14608]: cluster 2024-03-21T12:49:59.119467+0000 mon.a (mon.0) 571 : cluster [DBG] osdmap e31: 5 total, 5 up, 5 in 2024-03-21T12:50:00.322 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:50:00 smithi184 bash[14608]: cluster 2024-03-21T12:50:00.000161+0000 mon.a (mon.0) 572 : cluster [INF] overall HEALTH_OK 2024-03-21T12:50:00.322 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:50:00 smithi184 bash[14608]: cluster 2024-03-21T12:50:00.121641+0000 mon.a (mon.0) 573 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2024-03-21T12:50:00.545 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:50:00 smithi178 bash[20270]: cluster 2024-03-21T12:49:59.119467+0000 mon.a (mon.0) 571 : cluster [DBG] osdmap e31: 5 total, 5 up, 5 in 2024-03-21T12:50:00.546 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:50:00 smithi178 bash[20270]: cluster 2024-03-21T12:50:00.000161+0000 mon.a (mon.0) 572 : cluster [INF] overall HEALTH_OK 2024-03-21T12:50:00.546 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:50:00 smithi178 bash[20270]: cluster 2024-03-21T12:50:00.121641+0000 mon.a (mon.0) 573 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2024-03-21T12:50:00.546 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:50:00 smithi178 bash[14494]: cluster 2024-03-21T12:49:59.119467+0000 mon.a (mon.0) 571 : cluster [DBG] osdmap e31: 5 total, 5 up, 5 in 2024-03-21T12:50:00.546 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:50:00 smithi178 bash[14494]: cluster 2024-03-21T12:50:00.000161+0000 mon.a (mon.0) 572 : cluster [INF] overall HEALTH_OK 2024-03-21T12:50:00.546 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:50:00 smithi178 bash[14494]: cluster 2024-03-21T12:50:00.121641+0000 mon.a (mon.0) 573 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2024-03-21T12:50:00.959 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:50:00 smithi178 bash[14766]: 172.21.15.184 - - [21/Mar/2024:12:50:00] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2024-03-21T12:50:00.976 DEBUG:teuthology.orchestra.run.smithi184:> 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 a94f249e-e780-11ee-95cd-87774f69a715 -- ceph orch daemon add osd smithi184:vg_nvme/lv_3 2024-03-21T12:50:01.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:50:01 smithi184 bash[14608]: cluster 2024-03-21T12:50:00.084406+0000 mgr.y (mgr.14152) 178 : cluster [DBG] pgmap v148: 1 pgs: 1 remapped+peering; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2024-03-21T12:50:01.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:50:01 smithi184 bash[14608]: audit 2024-03-21T12:50:00.555182+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:50:01.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:50:01 smithi184 bash[14608]: cephadm 2024-03-21T12:50:00.556460+0000 mgr.y (mgr.14152) 179 : cephadm [INF] Detected new or changed devices on smithi184 2024-03-21T12:50:01.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:50:01 smithi184 bash[14608]: audit 2024-03-21T12:50:00.561629+0000 mon.a (mon.0) 575 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:50:01.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:50:01 smithi184 bash[14608]: audit 2024-03-21T12:50:00.567974+0000 mon.a (mon.0) 576 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:50:01.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:50:01 smithi184 bash[14608]: audit 2024-03-21T12:50:00.569928+0000 mon.a (mon.0) 577 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:50:01.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:50:01 smithi184 bash[14608]: audit 2024-03-21T12:50:00.571353+0000 mon.a (mon.0) 578 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:50:01.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:50:01 smithi184 bash[14608]: cluster 2024-03-21T12:50:00.575102+0000 mgr.y (mgr.14152) 180 : cluster [DBG] pgmap v150: 1 pgs: 1 remapped+peering; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2024-03-21T12:50:01.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:50:01 smithi184 bash[14608]: audit 2024-03-21T12:50:00.580390+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:50:01.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:50:01 smithi184 bash[14608]: cluster 2024-03-21T12:50:01.134377+0000 mon.a (mon.0) 580 : cluster [DBG] osdmap e33: 5 total, 5 up, 5 in 2024-03-21T12:50:02.046 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:50:01 smithi178 bash[20270]: cluster 2024-03-21T12:50:00.084406+0000 mgr.y (mgr.14152) 178 : cluster [DBG] pgmap v148: 1 pgs: 1 remapped+peering; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2024-03-21T12:50:02.046 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:50:01 smithi178 bash[20270]: audit 2024-03-21T12:50:00.555182+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:50:02.046 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:50:01 smithi178 bash[20270]: cephadm 2024-03-21T12:50:00.556460+0000 mgr.y (mgr.14152) 179 : cephadm [INF] Detected new or changed devices on smithi184 2024-03-21T12:50:02.046 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:50:01 smithi178 bash[20270]: audit 2024-03-21T12:50:00.561629+0000 mon.a (mon.0) 575 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:50:02.046 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:50:01 smithi178 bash[20270]: audit 2024-03-21T12:50:00.567974+0000 mon.a (mon.0) 576 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:50:02.046 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:50:01 smithi178 bash[20270]: audit 2024-03-21T12:50:00.569928+0000 mon.a (mon.0) 577 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:50:02.046 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:50:01 smithi178 bash[20270]: audit 2024-03-21T12:50:00.571353+0000 mon.a (mon.0) 578 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:50:02.046 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:50:01 smithi178 bash[20270]: cluster 2024-03-21T12:50:00.575102+0000 mgr.y (mgr.14152) 180 : cluster [DBG] pgmap v150: 1 pgs: 1 remapped+peering; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2024-03-21T12:50:02.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:50:01 smithi178 bash[20270]: audit 2024-03-21T12:50:00.580390+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:50:02.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:50:01 smithi178 bash[20270]: cluster 2024-03-21T12:50:01.134377+0000 mon.a (mon.0) 580 : cluster [DBG] osdmap e33: 5 total, 5 up, 5 in 2024-03-21T12:50:02.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:50:01 smithi178 bash[14494]: cluster 2024-03-21T12:50:00.084406+0000 mgr.y (mgr.14152) 178 : cluster [DBG] pgmap v148: 1 pgs: 1 remapped+peering; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2024-03-21T12:50:02.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:50:01 smithi178 bash[14494]: audit 2024-03-21T12:50:00.555182+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:50:02.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:50:01 smithi178 bash[14494]: cephadm 2024-03-21T12:50:00.556460+0000 mgr.y (mgr.14152) 179 : cephadm [INF] Detected new or changed devices on smithi184 2024-03-21T12:50:02.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:50:01 smithi178 bash[14494]: audit 2024-03-21T12:50:00.561629+0000 mon.a (mon.0) 575 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:50:02.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:50:01 smithi178 bash[14494]: audit 2024-03-21T12:50:00.567974+0000 mon.a (mon.0) 576 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:50:02.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:50:01 smithi178 bash[14494]: audit 2024-03-21T12:50:00.569928+0000 mon.a (mon.0) 577 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:50:02.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:50:01 smithi178 bash[14494]: audit 2024-03-21T12:50:00.571353+0000 mon.a (mon.0) 578 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:50:02.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:50:01 smithi178 bash[14494]: cluster 2024-03-21T12:50:00.575102+0000 mgr.y (mgr.14152) 180 : cluster [DBG] pgmap v150: 1 pgs: 1 remapped+peering; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2024-03-21T12:50:02.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:50:01 smithi178 bash[14494]: audit 2024-03-21T12:50:00.580390+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:50:02.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:50:01 smithi178 bash[14494]: cluster 2024-03-21T12:50:01.134377+0000 mon.a (mon.0) 580 : cluster [DBG] osdmap e33: 5 total, 5 up, 5 in 2024-03-21T12:50:02.709 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:50:02 smithi184 bash[14608]: cluster 2024-03-21T12:50:01.560362+0000 mon.a (mon.0) 581 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-03-21T12:50:02.709 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:50:02 smithi184 bash[14608]: cluster 2024-03-21T12:50:02.139451+0000 mon.a (mon.0) 582 : cluster [DBG] osdmap e34: 5 total, 5 up, 5 in 2024-03-21T12:50:03.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:50:02 smithi178 bash[14494]: cluster 2024-03-21T12:50:01.560362+0000 mon.a (mon.0) 581 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-03-21T12:50:03.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:50:02 smithi178 bash[14494]: cluster 2024-03-21T12:50:02.139451+0000 mon.a (mon.0) 582 : cluster [DBG] osdmap e34: 5 total, 5 up, 5 in 2024-03-21T12:50:03.046 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:50:02 smithi178 bash[20270]: cluster 2024-03-21T12:50:01.560362+0000 mon.a (mon.0) 581 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-03-21T12:50:03.046 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:50:02 smithi178 bash[20270]: cluster 2024-03-21T12:50:02.139451+0000 mon.a (mon.0) 582 : cluster [DBG] osdmap e34: 5 total, 5 up, 5 in 2024-03-21T12:50:03.822 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:50:03 smithi184 bash[14608]: cluster 2024-03-21T12:50:02.575850+0000 mgr.y (mgr.14152) 181 : cluster [DBG] pgmap v153: 1 pgs: 1 remapped+peering; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2024-03-21T12:50:03.825 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:50:03 smithi178 bash[14494]: cluster 2024-03-21T12:50:02.575850+0000 mgr.y (mgr.14152) 181 : cluster [DBG] pgmap v153: 1 pgs: 1 remapped+peering; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2024-03-21T12:50:03.826 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:50:03 smithi178 bash[20270]: cluster 2024-03-21T12:50:02.575850+0000 mgr.y (mgr.14152) 181 : cluster [DBG] pgmap v153: 1 pgs: 1 remapped+peering; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2024-03-21T12:50:04.822 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:50:04 smithi184 bash[14608]: audit 2024-03-21T12:50:04.505661+0000 mon.a (mon.0) 583 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-21T12:50:04.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:50:04 smithi184 bash[14608]: audit 2024-03-21T12:50:04.510689+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-21T12:50:04.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:50:04 smithi184 bash[14608]: audit 2024-03-21T12:50:04.512285+0000 mon.a (mon.0) 585 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:50:05.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:50:04 smithi178 bash[14494]: audit 2024-03-21T12:50:04.505661+0000 mon.a (mon.0) 583 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-21T12:50:05.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:50:04 smithi178 bash[14494]: audit 2024-03-21T12:50:04.510689+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-21T12:50:05.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:50:04 smithi178 bash[14494]: audit 2024-03-21T12:50:04.512285+0000 mon.a (mon.0) 585 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:50:05.046 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:50:04 smithi178 bash[20270]: audit 2024-03-21T12:50:04.505661+0000 mon.a (mon.0) 583 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-21T12:50:05.046 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:50:04 smithi178 bash[20270]: audit 2024-03-21T12:50:04.510689+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-21T12:50:05.046 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:50:04 smithi178 bash[20270]: audit 2024-03-21T12:50:04.512285+0000 mon.a (mon.0) 585 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:50:05.920 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:50:05 smithi184 bash[14608]: audit 2024-03-21T12:50:04.500156+0000 mgr.y (mgr.14152) 182 : audit [DBG] from='client.24248 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi184:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:50:05.920 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:50:05 smithi184 bash[14608]: cluster 2024-03-21T12:50:04.576514+0000 mgr.y (mgr.14152) 183 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 115 KiB/s, 0 objects/s recovering 2024-03-21T12:50:06.045 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:50:05 smithi178 bash[14494]: audit 2024-03-21T12:50:04.500156+0000 mgr.y (mgr.14152) 182 : audit [DBG] from='client.24248 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi184:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:50:06.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:50:05 smithi178 bash[14494]: cluster 2024-03-21T12:50:04.576514+0000 mgr.y (mgr.14152) 183 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 115 KiB/s, 0 objects/s recovering 2024-03-21T12:50:06.046 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:50:05 smithi178 bash[20270]: audit 2024-03-21T12:50:04.500156+0000 mgr.y (mgr.14152) 182 : audit [DBG] from='client.24248 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi184:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:50:06.046 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:50:05 smithi178 bash[20270]: cluster 2024-03-21T12:50:04.576514+0000 mgr.y (mgr.14152) 183 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 115 KiB/s, 0 objects/s recovering 2024-03-21T12:50:06.474 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:50:06 smithi178 bash[14766]: 172.21.15.178 - - [21/Mar/2024:12:50:06] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2024-03-21T12:50:06.795 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:50:06 smithi178 bash[14766]: 172.21.15.184 - - [21/Mar/2024:12:50:06] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2024-03-21T12:50:07.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:50:07 smithi184 bash[14608]: audit 2024-03-21T12:50:06.102018+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:50:07.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:50:07 smithi184 bash[14608]: audit 2024-03-21T12:50:06.108584+0000 mon.a (mon.0) 587 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:50:07.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:50:07 smithi184 bash[14608]: audit 2024-03-21T12:50:06.466869+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:50:07.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:50:07 smithi184 bash[14608]: audit 2024-03-21T12:50:06.473175+0000 mon.a (mon.0) 589 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:50:07.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:50:07 smithi184 bash[14608]: audit 2024-03-21T12:50:06.516965+0000 mon.a (mon.0) 590 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:50:07.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:50:07 smithi184 bash[14608]: audit 2024-03-21T12:50:06.520001+0000 mon.a (mon.0) 591 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:50:07.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:50:07 smithi184 bash[14608]: audit 2024-03-21T12:50:06.521896+0000 mon.a (mon.0) 592 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:50:07.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:50:07 smithi184 bash[14608]: cluster 2024-03-21T12:50:06.526213+0000 mgr.y (mgr.14152) 184 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 81 KiB/s, 0 objects/s recovering 2024-03-21T12:50:07.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:50:07 smithi184 bash[14608]: audit 2024-03-21T12:50:06.533774+0000 mon.a (mon.0) 593 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:50:07.546 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:50:07 smithi178 bash[14494]: audit 2024-03-21T12:50:06.102018+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:50:07.546 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:50:07 smithi178 bash[14494]: audit 2024-03-21T12:50:06.108584+0000 mon.a (mon.0) 587 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:50:07.546 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:50:07 smithi178 bash[14494]: audit 2024-03-21T12:50:06.466869+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:50:07.546 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:50:07 smithi178 bash[14494]: audit 2024-03-21T12:50:06.473175+0000 mon.a (mon.0) 589 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:50:07.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:50:07 smithi178 bash[14494]: audit 2024-03-21T12:50:06.516965+0000 mon.a (mon.0) 590 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:50:07.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:50:07 smithi178 bash[14494]: audit 2024-03-21T12:50:06.520001+0000 mon.a (mon.0) 591 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:50:07.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:50:07 smithi178 bash[14494]: audit 2024-03-21T12:50:06.521896+0000 mon.a (mon.0) 592 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:50:07.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:50:07 smithi178 bash[14494]: cluster 2024-03-21T12:50:06.526213+0000 mgr.y (mgr.14152) 184 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 81 KiB/s, 0 objects/s recovering 2024-03-21T12:50:07.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:50:07 smithi178 bash[14494]: audit 2024-03-21T12:50:06.533774+0000 mon.a (mon.0) 593 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:50:07.547 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:50:07 smithi178 bash[20270]: audit 2024-03-21T12:50:06.102018+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:50:07.547 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:50:07 smithi178 bash[20270]: audit 2024-03-21T12:50:06.108584+0000 mon.a (mon.0) 587 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:50:07.547 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:50:07 smithi178 bash[20270]: audit 2024-03-21T12:50:06.466869+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:50:07.547 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:50:07 smithi178 bash[20270]: audit 2024-03-21T12:50:06.473175+0000 mon.a (mon.0) 589 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:50:07.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:50:07 smithi178 bash[20270]: audit 2024-03-21T12:50:06.516965+0000 mon.a (mon.0) 590 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:50:07.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:50:07 smithi178 bash[20270]: audit 2024-03-21T12:50:06.520001+0000 mon.a (mon.0) 591 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:50:07.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:50:07 smithi178 bash[20270]: audit 2024-03-21T12:50:06.521896+0000 mon.a (mon.0) 592 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:50:07.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:50:07 smithi178 bash[20270]: cluster 2024-03-21T12:50:06.526213+0000 mgr.y (mgr.14152) 184 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 81 KiB/s, 0 objects/s recovering 2024-03-21T12:50:07.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:50:07 smithi178 bash[20270]: audit 2024-03-21T12:50:06.533774+0000 mon.a (mon.0) 593 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:50:08.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:50:08 smithi184 bash[14608]: cluster 2024-03-21T12:50:07.470943+0000 mon.a (mon.0) 594 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-03-21T12:50:08.250 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:50:08 smithi184 bash[14608]: cluster 2024-03-21T12:50:07.471023+0000 mon.a (mon.0) 595 : cluster [INF] Cluster is now healthy 2024-03-21T12:50:08.546 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:50:08 smithi178 bash[14494]: cluster 2024-03-21T12:50:07.470943+0000 mon.a (mon.0) 594 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-03-21T12:50:08.546 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:50:08 smithi178 bash[14494]: cluster 2024-03-21T12:50:07.471023+0000 mon.a (mon.0) 595 : cluster [INF] Cluster is now healthy 2024-03-21T12:50:08.546 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:50:08 smithi178 bash[20270]: cluster 2024-03-21T12:50:07.470943+0000 mon.a (mon.0) 594 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-03-21T12:50:08.546 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:50:08 smithi178 bash[20270]: cluster 2024-03-21T12:50:07.471023+0000 mon.a (mon.0) 595 : cluster [INF] Cluster is now healthy 2024-03-21T12:50:09.462 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:50:09 smithi184 bash[14608]: cluster 2024-03-21T12:50:08.526855+0000 mgr.y (mgr.14152) 185 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 65 KiB/s, 0 objects/s recovering 2024-03-21T12:50:09.546 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:50:09 smithi178 bash[14494]: cluster 2024-03-21T12:50:08.526855+0000 mgr.y (mgr.14152) 185 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 65 KiB/s, 0 objects/s recovering 2024-03-21T12:50:09.546 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:50:09 smithi178 bash[20270]: cluster 2024-03-21T12:50:08.526855+0000 mgr.y (mgr.14152) 185 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 65 KiB/s, 0 objects/s recovering 2024-03-21T12:50:11.546 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:50:11 smithi178 bash[14494]: audit 2024-03-21T12:50:10.310344+0000 mon.b (mon.2) 14 : audit [INF] from='client.? 172.21.15.184:0/3674101671' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4effd93b-4d86-4a47-95b5-0a7619ebf025"}]: dispatch 2024-03-21T12:50:11.546 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:50:11 smithi178 bash[14494]: audit 2024-03-21T12:50:10.311737+0000 mon.a (mon.0) 596 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4effd93b-4d86-4a47-95b5-0a7619ebf025"}]: dispatch 2024-03-21T12:50:11.546 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:50:11 smithi178 bash[14494]: audit 2024-03-21T12:50:10.322129+0000 mon.a (mon.0) 597 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "4effd93b-4d86-4a47-95b5-0a7619ebf025"}]': finished 2024-03-21T12:50:11.546 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:50:11 smithi178 bash[14494]: cluster 2024-03-21T12:50:10.322370+0000 mon.a (mon.0) 598 : cluster [DBG] osdmap e35: 6 total, 5 up, 6 in 2024-03-21T12:50:11.546 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:50:11 smithi178 bash[14494]: audit 2024-03-21T12:50:10.322606+0000 mon.a (mon.0) 599 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-21T12:50:11.546 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:50:11 smithi178 bash[14494]: cluster 2024-03-21T12:50:10.527462+0000 mgr.y (mgr.14152) 186 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 62 KiB/s, 0 objects/s recovering 2024-03-21T12:50:11.546 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:50:11 smithi178 bash[14494]: audit 2024-03-21T12:50:10.996628+0000 mon.b (mon.2) 15 : audit [DBG] from='client.? 172.21.15.184:0/2542752295' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-21T12:50:11.547 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:50:11 smithi178 bash[20270]: audit 2024-03-21T12:50:10.310344+0000 mon.b (mon.2) 14 : audit [INF] from='client.? 172.21.15.184:0/3674101671' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4effd93b-4d86-4a47-95b5-0a7619ebf025"}]: dispatch 2024-03-21T12:50:11.547 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:50:11 smithi178 bash[20270]: audit 2024-03-21T12:50:10.311737+0000 mon.a (mon.0) 596 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4effd93b-4d86-4a47-95b5-0a7619ebf025"}]: dispatch 2024-03-21T12:50:11.547 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:50:11 smithi178 bash[20270]: audit 2024-03-21T12:50:10.322129+0000 mon.a (mon.0) 597 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "4effd93b-4d86-4a47-95b5-0a7619ebf025"}]': finished 2024-03-21T12:50:11.547 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:50:11 smithi178 bash[20270]: cluster 2024-03-21T12:50:10.322370+0000 mon.a (mon.0) 598 : cluster [DBG] osdmap e35: 6 total, 5 up, 6 in 2024-03-21T12:50:11.547 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:50:11 smithi178 bash[20270]: audit 2024-03-21T12:50:10.322606+0000 mon.a (mon.0) 599 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-21T12:50:11.547 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:50:11 smithi178 bash[20270]: cluster 2024-03-21T12:50:10.527462+0000 mgr.y (mgr.14152) 186 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 62 KiB/s, 0 objects/s recovering 2024-03-21T12:50:11.547 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:50:11 smithi178 bash[20270]: audit 2024-03-21T12:50:10.996628+0000 mon.b (mon.2) 15 : audit [DBG] from='client.? 172.21.15.184:0/2542752295' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-21T12:50:11.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:50:11 smithi184 bash[14608]: audit 2024-03-21T12:50:10.310344+0000 mon.b (mon.2) 14 : audit [INF] from='client.? 172.21.15.184:0/3674101671' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4effd93b-4d86-4a47-95b5-0a7619ebf025"}]: dispatch 2024-03-21T12:50:11.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:50:11 smithi184 bash[14608]: audit 2024-03-21T12:50:10.311737+0000 mon.a (mon.0) 596 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4effd93b-4d86-4a47-95b5-0a7619ebf025"}]: dispatch 2024-03-21T12:50:11.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:50:11 smithi184 bash[14608]: audit 2024-03-21T12:50:10.322129+0000 mon.a (mon.0) 597 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "4effd93b-4d86-4a47-95b5-0a7619ebf025"}]': finished 2024-03-21T12:50:11.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:50:11 smithi184 bash[14608]: cluster 2024-03-21T12:50:10.322370+0000 mon.a (mon.0) 598 : cluster [DBG] osdmap e35: 6 total, 5 up, 6 in 2024-03-21T12:50:11.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:50:11 smithi184 bash[14608]: audit 2024-03-21T12:50:10.322606+0000 mon.a (mon.0) 599 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-21T12:50:11.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:50:11 smithi184 bash[14608]: cluster 2024-03-21T12:50:10.527462+0000 mgr.y (mgr.14152) 186 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 62 KiB/s, 0 objects/s recovering 2024-03-21T12:50:11.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:50:11 smithi184 bash[14608]: audit 2024-03-21T12:50:10.996628+0000 mon.b (mon.2) 15 : audit [DBG] from='client.? 172.21.15.184:0/2542752295' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-21T12:50:13.822 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:50:13 smithi184 bash[14608]: cluster 2024-03-21T12:50:12.528044+0000 mgr.y (mgr.14152) 187 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 52 KiB/s, 0 objects/s recovering 2024-03-21T12:50:14.045 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:50:13 smithi178 bash[14494]: cluster 2024-03-21T12:50:12.528044+0000 mgr.y (mgr.14152) 187 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 52 KiB/s, 0 objects/s recovering 2024-03-21T12:50:14.046 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:50:13 smithi178 bash[20270]: cluster 2024-03-21T12:50:12.528044+0000 mgr.y (mgr.14152) 187 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 52 KiB/s, 0 objects/s recovering 2024-03-21T12:50:16.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:50:15 smithi178 bash[14494]: cluster 2024-03-21T12:50:14.528666+0000 mgr.y (mgr.14152) 188 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-03-21T12:50:16.046 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:50:15 smithi178 bash[20270]: cluster 2024-03-21T12:50:14.528666+0000 mgr.y (mgr.14152) 188 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-03-21T12:50:16.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:50:15 smithi184 bash[14608]: cluster 2024-03-21T12:50:14.528666+0000 mgr.y (mgr.14152) 188 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-03-21T12:50:17.866 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:50:17 smithi184 bash[14608]: cluster 2024-03-21T12:50:16.529284+0000 mgr.y (mgr.14152) 189 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-03-21T12:50:18.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:50:17 smithi178 bash[14494]: cluster 2024-03-21T12:50:16.529284+0000 mgr.y (mgr.14152) 189 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-03-21T12:50:18.046 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:50:17 smithi178 bash[20270]: cluster 2024-03-21T12:50:16.529284+0000 mgr.y (mgr.14152) 189 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-03-21T12:50:19.855 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:50:19 smithi184 bash[14608]: cluster 2024-03-21T12:50:18.529869+0000 mgr.y (mgr.14152) 190 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-03-21T12:50:20.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:50:19 smithi178 bash[14494]: cluster 2024-03-21T12:50:18.529869+0000 mgr.y (mgr.14152) 190 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-03-21T12:50:20.046 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:50:19 smithi178 bash[20270]: cluster 2024-03-21T12:50:18.529869+0000 mgr.y (mgr.14152) 190 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-03-21T12:50:21.322 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:50:21 smithi184 bash[14608]: cluster 2024-03-21T12:50:20.530459+0000 mgr.y (mgr.14152) 191 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-03-21T12:50:21.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:50:21 smithi184 bash[14608]: audit 2024-03-21T12:50:21.014750+0000 mon.a (mon.0) 600 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-03-21T12:50:21.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:50:21 smithi184 bash[14608]: audit 2024-03-21T12:50:21.016448+0000 mon.a (mon.0) 601 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:50:21.422 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:50:21 smithi178 bash[14494]: cluster 2024-03-21T12:50:20.530459+0000 mgr.y (mgr.14152) 191 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-03-21T12:50:21.422 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:50:21 smithi178 bash[14494]: audit 2024-03-21T12:50:21.014750+0000 mon.a (mon.0) 600 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-03-21T12:50:21.422 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:50:21 smithi178 bash[14494]: audit 2024-03-21T12:50:21.016448+0000 mon.a (mon.0) 601 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:50:21.423 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:50:21 smithi178 bash[20270]: cluster 2024-03-21T12:50:20.530459+0000 mgr.y (mgr.14152) 191 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-03-21T12:50:21.423 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:50:21 smithi178 bash[20270]: audit 2024-03-21T12:50:21.014750+0000 mon.a (mon.0) 600 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-03-21T12:50:21.423 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:50:21 smithi178 bash[20270]: audit 2024-03-21T12:50:21.016448+0000 mon.a (mon.0) 601 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:50:22.322 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:50:22 smithi184 bash[14608]: cephadm 2024-03-21T12:50:21.017760+0000 mgr.y (mgr.14152) 192 : cephadm [INF] Deploying daemon osd.5 on smithi184 2024-03-21T12:50:22.545 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:50:22 smithi178 bash[14494]: cephadm 2024-03-21T12:50:21.017760+0000 mgr.y (mgr.14152) 192 : cephadm [INF] Deploying daemon osd.5 on smithi184 2024-03-21T12:50:22.546 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:50:22 smithi178 bash[20270]: cephadm 2024-03-21T12:50:21.017760+0000 mgr.y (mgr.14152) 192 : cephadm [INF] Deploying daemon osd.5 on smithi184 2024-03-21T12:50:23.296 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:50:23 smithi178 bash[14494]: cluster 2024-03-21T12:50:22.531047+0000 mgr.y (mgr.14152) 193 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-03-21T12:50:23.296 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:50:23 smithi178 bash[20270]: cluster 2024-03-21T12:50:22.531047+0000 mgr.y (mgr.14152) 193 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-03-21T12:50:23.572 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:50:23 smithi184 bash[14608]: cluster 2024-03-21T12:50:22.531047+0000 mgr.y (mgr.14152) 193 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-03-21T12:50:25.822 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:50:25 smithi184 bash[14608]: cluster 2024-03-21T12:50:24.531653+0000 mgr.y (mgr.14152) 194 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-03-21T12:50:26.046 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:50:25 smithi178 bash[20270]: cluster 2024-03-21T12:50:24.531653+0000 mgr.y (mgr.14152) 194 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-03-21T12:50:26.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:50:25 smithi178 bash[14494]: cluster 2024-03-21T12:50:24.531653+0000 mgr.y (mgr.14152) 194 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-03-21T12:50:26.546 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:50:26 smithi178 bash[14766]: 172.21.15.178 - - [21/Mar/2024:12:50:26] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2024-03-21T12:50:27.045 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:50:26 smithi178 bash[14766]: 172.21.15.184 - - [21/Mar/2024:12:50:26] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2024-03-21T12:50:27.322 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:50:27 smithi184 bash[14608]: audit 2024-03-21T12:50:26.251226+0000 mon.a (mon.0) 602 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:50:27.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:50:27 smithi184 bash[14608]: audit 2024-03-21T12:50:26.257917+0000 mon.a (mon.0) 603 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:50:27.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:50:27 smithi184 bash[14608]: cluster 2024-03-21T12:50:26.532295+0000 mgr.y (mgr.14152) 195 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-03-21T12:50:27.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:50:27 smithi184 bash[14608]: audit 2024-03-21T12:50:26.591410+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:50:27.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:50:27 smithi184 bash[14608]: cephadm 2024-03-21T12:50:26.592625+0000 mgr.y (mgr.14152) 196 : cephadm [INF] Detected new or changed devices on smithi184 2024-03-21T12:50:27.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:50:27 smithi184 bash[14608]: audit 2024-03-21T12:50:26.598331+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:50:27.546 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:50:27 smithi178 bash[20270]: audit 2024-03-21T12:50:26.251226+0000 mon.a (mon.0) 602 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:50:27.546 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:50:27 smithi178 bash[20270]: audit 2024-03-21T12:50:26.257917+0000 mon.a (mon.0) 603 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:50:27.546 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:50:27 smithi178 bash[20270]: cluster 2024-03-21T12:50:26.532295+0000 mgr.y (mgr.14152) 195 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-03-21T12:50:27.546 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:50:27 smithi178 bash[20270]: audit 2024-03-21T12:50:26.591410+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:50:27.546 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:50:27 smithi178 bash[20270]: cephadm 2024-03-21T12:50:26.592625+0000 mgr.y (mgr.14152) 196 : cephadm [INF] Detected new or changed devices on smithi184 2024-03-21T12:50:27.546 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:50:27 smithi178 bash[20270]: audit 2024-03-21T12:50:26.598331+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:50:27.546 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:50:27 smithi178 bash[14494]: audit 2024-03-21T12:50:26.251226+0000 mon.a (mon.0) 602 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:50:27.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:50:27 smithi178 bash[14494]: audit 2024-03-21T12:50:26.257917+0000 mon.a (mon.0) 603 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:50:27.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:50:27 smithi178 bash[14494]: cluster 2024-03-21T12:50:26.532295+0000 mgr.y (mgr.14152) 195 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-03-21T12:50:27.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:50:27 smithi178 bash[14494]: audit 2024-03-21T12:50:26.591410+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:50:27.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:50:27 smithi178 bash[14494]: cephadm 2024-03-21T12:50:26.592625+0000 mgr.y (mgr.14152) 196 : cephadm [INF] Detected new or changed devices on smithi184 2024-03-21T12:50:27.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:50:27 smithi178 bash[14494]: audit 2024-03-21T12:50:26.598331+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:50:28.796 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:50:28 smithi178 bash[14494]: audit 2024-03-21T12:50:27.544994+0000 mon.a (mon.0) 606 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:50:28.796 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:50:28 smithi178 bash[14494]: audit 2024-03-21T12:50:27.557856+0000 mon.a (mon.0) 607 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:50:28.796 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:50:28 smithi178 bash[14494]: audit 2024-03-21T12:50:27.560481+0000 mon.a (mon.0) 608 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:50:28.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:50:28 smithi178 bash[14494]: audit 2024-03-21T12:50:27.562655+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:50:28.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:50:28 smithi178 bash[14494]: audit 2024-03-21T12:50:27.576139+0000 mon.a (mon.0) 610 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:50:28.797 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:50:28 smithi178 bash[20270]: audit 2024-03-21T12:50:27.544994+0000 mon.a (mon.0) 606 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:50:28.797 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:50:28 smithi178 bash[20270]: audit 2024-03-21T12:50:27.557856+0000 mon.a (mon.0) 607 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:50:28.797 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:50:28 smithi178 bash[20270]: audit 2024-03-21T12:50:27.560481+0000 mon.a (mon.0) 608 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:50:28.797 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:50:28 smithi178 bash[20270]: audit 2024-03-21T12:50:27.562655+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:50:28.797 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:50:28 smithi178 bash[20270]: audit 2024-03-21T12:50:27.576139+0000 mon.a (mon.0) 610 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:50:28.822 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:50:28 smithi184 bash[14608]: audit 2024-03-21T12:50:27.544994+0000 mon.a (mon.0) 606 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:50:28.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:50:28 smithi184 bash[14608]: audit 2024-03-21T12:50:27.557856+0000 mon.a (mon.0) 607 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:50:28.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:50:28 smithi184 bash[14608]: audit 2024-03-21T12:50:27.560481+0000 mon.a (mon.0) 608 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:50:28.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:50:28 smithi184 bash[14608]: audit 2024-03-21T12:50:27.562655+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:50:28.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:50:28 smithi184 bash[14608]: audit 2024-03-21T12:50:27.576139+0000 mon.a (mon.0) 610 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:50:29.546 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:50:29 smithi178 bash[14766]: 172.21.15.184 - - [21/Mar/2024:12:50:29] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2024-03-21T12:50:29.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:50:29 smithi184 bash[14608]: cluster 2024-03-21T12:50:28.532888+0000 mgr.y (mgr.14152) 197 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-03-21T12:50:29.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:50:29 smithi184 bash[14608]: audit 2024-03-21T12:50:29.079503+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:50:29.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:50:29 smithi184 bash[14608]: audit 2024-03-21T12:50:29.087942+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:50:30.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:50:29 smithi178 bash[14494]: cluster 2024-03-21T12:50:28.532888+0000 mgr.y (mgr.14152) 197 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-03-21T12:50:30.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:50:29 smithi178 bash[14494]: audit 2024-03-21T12:50:29.079503+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:50:30.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:50:29 smithi178 bash[14494]: audit 2024-03-21T12:50:29.087942+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:50:30.046 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:50:29 smithi178 bash[20270]: cluster 2024-03-21T12:50:28.532888+0000 mgr.y (mgr.14152) 197 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-03-21T12:50:30.046 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:50:29 smithi178 bash[20270]: audit 2024-03-21T12:50:29.079503+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:50:30.046 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:50:29 smithi178 bash[20270]: audit 2024-03-21T12:50:29.087942+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:50:31.322 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:50:31 smithi184 bash[14608]: cluster 2024-03-21T12:50:30.533483+0000 mgr.y (mgr.14152) 198 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-03-21T12:50:31.546 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:50:31 smithi178 bash[14494]: cluster 2024-03-21T12:50:30.533483+0000 mgr.y (mgr.14152) 198 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-03-21T12:50:31.546 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:50:31 smithi178 bash[20270]: cluster 2024-03-21T12:50:30.533483+0000 mgr.y (mgr.14152) 198 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-03-21T12:50:33.822 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:50:33 smithi184 bash[14608]: cluster 2024-03-21T12:50:32.533999+0000 mgr.y (mgr.14152) 199 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-03-21T12:50:34.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:50:33 smithi178 bash[14494]: cluster 2024-03-21T12:50:32.533999+0000 mgr.y (mgr.14152) 199 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-03-21T12:50:34.046 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:50:33 smithi178 bash[20270]: cluster 2024-03-21T12:50:32.533999+0000 mgr.y (mgr.14152) 199 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-03-21T12:50:34.188 INFO:teuthology.orchestra.run.smithi184.stdout:Created osd(s) 5 on host 'smithi184' 2024-03-21T12:50:34.802 DEBUG:teuthology.orchestra.run.smithi184:osd.5> sudo journalctl -f -n 0 -u ceph-a94f249e-e780-11ee-95cd-87774f69a715@osd.5.service 2024-03-21T12:50:34.804 INFO:tasks.cephadm:Deploying osd.6 on smithi184 with /dev/vg_nvme/lv_2... 2024-03-21T12:50:34.804 DEBUG:teuthology.orchestra.run.smithi184:> 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 a94f249e-e780-11ee-95cd-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2024-03-21T12:50:35.296 INFO:journalctl@ceph.osd.5.smithi184.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2024-03-21T12:50:35.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:50:35 smithi184 bash[14608]: audit 2024-03-21T12:50:34.186235+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:50:35.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:50:35 smithi184 bash[14608]: audit 2024-03-21T12:50:34.212636+0000 mon.a (mon.0) 614 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:50:35.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:50:35 smithi184 bash[14608]: audit 2024-03-21T12:50:34.215498+0000 mon.a (mon.0) 615 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:50:35.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:50:35 smithi184 bash[14608]: audit 2024-03-21T12:50:34.217269+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:50:35.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:50:35 smithi184 bash[14608]: audit 2024-03-21T12:50:34.221894+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-03-21T12:50:35.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:50:35 smithi184 bash[14608]: audit 2024-03-21T12:50:34.223808+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-03-21T12:50:35.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:50:35 smithi184 bash[14608]: cephadm 2024-03-21T12:50:34.225032+0000 mgr.y (mgr.14152) 200 : cephadm [INF] Adjusting osd_memory_target on smithi184 to 8123M 2024-03-21T12:50:35.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:50:35 smithi184 bash[14608]: audit 2024-03-21T12:50:34.232563+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:50:35.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:50:35 smithi184 bash[14608]: audit 2024-03-21T12:50:34.239505+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:50:35.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:50:35 smithi184 bash[14608]: cluster 2024-03-21T12:50:34.534588+0000 mgr.y (mgr.14152) 201 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-03-21T12:50:35.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:50:35 smithi184 bash[14608]: audit 2024-03-21T12:50:34.725142+0000 mon.b (mon.2) 16 : audit [INF] from='osd.5 [v2:172.21.15.184:6808/2237893291,v1:172.21.15.184:6809/2237893291]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-03-21T12:50:35.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:50:35 smithi184 bash[14608]: audit 2024-03-21T12:50:34.726175+0000 mon.a (mon.0) 621 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-03-21T12:50:35.546 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:50:35 smithi178 bash[14494]: audit 2024-03-21T12:50:34.186235+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:50:35.546 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:50:35 smithi178 bash[14494]: audit 2024-03-21T12:50:34.212636+0000 mon.a (mon.0) 614 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:50:35.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:50:35 smithi178 bash[14494]: audit 2024-03-21T12:50:34.215498+0000 mon.a (mon.0) 615 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:50:35.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:50:35 smithi178 bash[14494]: audit 2024-03-21T12:50:34.217269+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:50:35.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:50:35 smithi178 bash[14494]: audit 2024-03-21T12:50:34.221894+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-03-21T12:50:35.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:50:35 smithi178 bash[14494]: audit 2024-03-21T12:50:34.223808+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-03-21T12:50:35.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:50:35 smithi178 bash[14494]: cephadm 2024-03-21T12:50:34.225032+0000 mgr.y (mgr.14152) 200 : cephadm [INF] Adjusting osd_memory_target on smithi184 to 8123M 2024-03-21T12:50:35.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:50:35 smithi178 bash[14494]: audit 2024-03-21T12:50:34.232563+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:50:35.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:50:35 smithi178 bash[14494]: audit 2024-03-21T12:50:34.239505+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:50:35.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:50:35 smithi178 bash[14494]: cluster 2024-03-21T12:50:34.534588+0000 mgr.y (mgr.14152) 201 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-03-21T12:50:35.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:50:35 smithi178 bash[14494]: audit 2024-03-21T12:50:34.725142+0000 mon.b (mon.2) 16 : audit [INF] from='osd.5 [v2:172.21.15.184:6808/2237893291,v1:172.21.15.184:6809/2237893291]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-03-21T12:50:35.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:50:35 smithi178 bash[14494]: audit 2024-03-21T12:50:34.726175+0000 mon.a (mon.0) 621 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-03-21T12:50:35.547 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:50:35 smithi178 bash[20270]: audit 2024-03-21T12:50:34.186235+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:50:35.547 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:50:35 smithi178 bash[20270]: audit 2024-03-21T12:50:34.212636+0000 mon.a (mon.0) 614 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:50:35.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:50:35 smithi178 bash[20270]: audit 2024-03-21T12:50:34.215498+0000 mon.a (mon.0) 615 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:50:35.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:50:35 smithi178 bash[20270]: audit 2024-03-21T12:50:34.217269+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:50:35.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:50:35 smithi178 bash[20270]: audit 2024-03-21T12:50:34.221894+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-03-21T12:50:35.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:50:35 smithi178 bash[20270]: audit 2024-03-21T12:50:34.223808+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-03-21T12:50:35.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:50:35 smithi178 bash[20270]: cephadm 2024-03-21T12:50:34.225032+0000 mgr.y (mgr.14152) 200 : cephadm [INF] Adjusting osd_memory_target on smithi184 to 8123M 2024-03-21T12:50:35.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:50:35 smithi178 bash[20270]: audit 2024-03-21T12:50:34.232563+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:50:35.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:50:35 smithi178 bash[20270]: audit 2024-03-21T12:50:34.239505+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:50:35.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:50:35 smithi178 bash[20270]: cluster 2024-03-21T12:50:34.534588+0000 mgr.y (mgr.14152) 201 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-03-21T12:50:35.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:50:35 smithi178 bash[20270]: audit 2024-03-21T12:50:34.725142+0000 mon.b (mon.2) 16 : audit [INF] from='osd.5 [v2:172.21.15.184:6808/2237893291,v1:172.21.15.184:6809/2237893291]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-03-21T12:50:35.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:50:35 smithi178 bash[20270]: audit 2024-03-21T12:50:34.726175+0000 mon.a (mon.0) 621 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-03-21T12:50:36.546 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:50:36 smithi178 bash[14494]: audit 2024-03-21T12:50:35.250132+0000 mon.a (mon.0) 622 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-03-21T12:50:36.546 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:50:36 smithi178 bash[14494]: cluster 2024-03-21T12:50:35.250391+0000 mon.a (mon.0) 623 : cluster [DBG] osdmap e36: 6 total, 5 up, 6 in 2024-03-21T12:50:36.546 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:50:36 smithi178 bash[14494]: audit 2024-03-21T12:50:35.250678+0000 mon.a (mon.0) 624 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-21T12:50:36.546 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:50:36 smithi178 bash[14494]: audit 2024-03-21T12:50:35.252926+0000 mon.b (mon.2) 17 : audit [INF] from='osd.5 [v2:172.21.15.184:6808/2237893291,v1:172.21.15.184:6809/2237893291]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]: dispatch 2024-03-21T12:50:36.546 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:50:36 smithi178 bash[14494]: audit 2024-03-21T12:50:35.254003+0000 mon.a (mon.0) 625 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]: dispatch 2024-03-21T12:50:36.547 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:50:36 smithi178 bash[20270]: audit 2024-03-21T12:50:35.250132+0000 mon.a (mon.0) 622 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-03-21T12:50:36.547 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:50:36 smithi178 bash[20270]: cluster 2024-03-21T12:50:35.250391+0000 mon.a (mon.0) 623 : cluster [DBG] osdmap e36: 6 total, 5 up, 6 in 2024-03-21T12:50:36.547 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:50:36 smithi178 bash[20270]: audit 2024-03-21T12:50:35.250678+0000 mon.a (mon.0) 624 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-21T12:50:36.547 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:50:36 smithi178 bash[20270]: audit 2024-03-21T12:50:35.252926+0000 mon.b (mon.2) 17 : audit [INF] from='osd.5 [v2:172.21.15.184:6808/2237893291,v1:172.21.15.184:6809/2237893291]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]: dispatch 2024-03-21T12:50:36.547 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:50:36 smithi178 bash[20270]: audit 2024-03-21T12:50:35.254003+0000 mon.a (mon.0) 625 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]: dispatch 2024-03-21T12:50:36.572 INFO:journalctl@ceph.osd.5.smithi184.stdout:Mar 21 12:50:36 smithi184 bash[23942]: debug 2024-03-21T12:50:36.257+0000 7f0c39e90700 -1 osd.5 0 waiting for initial osdmap 2024-03-21T12:50:36.573 INFO:journalctl@ceph.osd.5.smithi184.stdout:Mar 21 12:50:36 smithi184 bash[23942]: debug 2024-03-21T12:50:36.265+0000 7f0c3682b700 -1 osd.5 37 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-03-21T12:50:36.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:50:36 smithi184 bash[14608]: audit 2024-03-21T12:50:35.250132+0000 mon.a (mon.0) 622 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-03-21T12:50:36.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:50:36 smithi184 bash[14608]: cluster 2024-03-21T12:50:35.250391+0000 mon.a (mon.0) 623 : cluster [DBG] osdmap e36: 6 total, 5 up, 6 in 2024-03-21T12:50:36.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:50:36 smithi184 bash[14608]: audit 2024-03-21T12:50:35.250678+0000 mon.a (mon.0) 624 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-21T12:50:36.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:50:36 smithi184 bash[14608]: audit 2024-03-21T12:50:35.252926+0000 mon.b (mon.2) 17 : audit [INF] from='osd.5 [v2:172.21.15.184:6808/2237893291,v1:172.21.15.184:6809/2237893291]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]: dispatch 2024-03-21T12:50:36.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:50:36 smithi184 bash[14608]: audit 2024-03-21T12:50:35.254003+0000 mon.a (mon.0) 625 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]: dispatch 2024-03-21T12:50:37.546 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:50:37 smithi178 bash[14494]: audit 2024-03-21T12:50:36.253557+0000 mon.a (mon.0) 626 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]': finished 2024-03-21T12:50:37.546 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:50:37 smithi178 bash[14494]: cluster 2024-03-21T12:50:36.253888+0000 mon.a (mon.0) 627 : cluster [DBG] osdmap e37: 6 total, 5 up, 6 in 2024-03-21T12:50:37.546 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:50:37 smithi178 bash[14494]: audit 2024-03-21T12:50:36.254722+0000 mon.a (mon.0) 628 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-21T12:50:37.546 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:50:37 smithi178 bash[14494]: audit 2024-03-21T12:50:36.263329+0000 mon.a (mon.0) 629 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-21T12:50:37.546 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:50:37 smithi178 bash[14494]: cluster 2024-03-21T12:50:36.535181+0000 mgr.y (mgr.14152) 202 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-03-21T12:50:37.546 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:50:37 smithi178 bash[20270]: audit 2024-03-21T12:50:36.253557+0000 mon.a (mon.0) 626 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]': finished 2024-03-21T12:50:37.547 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:50:37 smithi178 bash[20270]: cluster 2024-03-21T12:50:36.253888+0000 mon.a (mon.0) 627 : cluster [DBG] osdmap e37: 6 total, 5 up, 6 in 2024-03-21T12:50:37.547 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:50:37 smithi178 bash[20270]: audit 2024-03-21T12:50:36.254722+0000 mon.a (mon.0) 628 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-21T12:50:37.547 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:50:37 smithi178 bash[20270]: audit 2024-03-21T12:50:36.263329+0000 mon.a (mon.0) 629 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-21T12:50:37.547 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:50:37 smithi178 bash[20270]: cluster 2024-03-21T12:50:36.535181+0000 mgr.y (mgr.14152) 202 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-03-21T12:50:37.572 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:50:37 smithi184 bash[14608]: audit 2024-03-21T12:50:36.253557+0000 mon.a (mon.0) 626 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]': finished 2024-03-21T12:50:37.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:50:37 smithi184 bash[14608]: cluster 2024-03-21T12:50:36.253888+0000 mon.a (mon.0) 627 : cluster [DBG] osdmap e37: 6 total, 5 up, 6 in 2024-03-21T12:50:37.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:50:37 smithi184 bash[14608]: audit 2024-03-21T12:50:36.254722+0000 mon.a (mon.0) 628 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-21T12:50:37.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:50:37 smithi184 bash[14608]: audit 2024-03-21T12:50:36.263329+0000 mon.a (mon.0) 629 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-21T12:50:37.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:50:37 smithi184 bash[14608]: cluster 2024-03-21T12:50:36.535181+0000 mgr.y (mgr.14152) 202 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-03-21T12:50:38.185 INFO:teuthology.orchestra.run.smithi184.stderr:--> Zapping: /dev/vg_nvme/lv_2 2024-03-21T12:50:38.185 INFO:teuthology.orchestra.run.smithi184.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2024-03-21T12:50:38.186 INFO:teuthology.orchestra.run.smithi184.stderr: stderr: 10+0 records in 2024-03-21T12:50:38.186 INFO:teuthology.orchestra.run.smithi184.stderr:10+0 records out 2024-03-21T12:50:38.186 INFO:teuthology.orchestra.run.smithi184.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0196854 s, 533 MB/s 2024-03-21T12:50:38.186 INFO:teuthology.orchestra.run.smithi184.stderr:--> Zapping successful for: 2024-03-21T12:50:38.546 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:50:38 smithi178 bash[14494]: cluster 2024-03-21T12:50:35.684381+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-21T12:50:38.546 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:50:38 smithi178 bash[14494]: cluster 2024-03-21T12:50:35.684573+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-21T12:50:38.546 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:50:38 smithi178 bash[14494]: audit 2024-03-21T12:50:37.264351+0000 mon.a (mon.0) 630 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-21T12:50:38.546 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:50:38 smithi178 bash[14494]: cluster 2024-03-21T12:50:37.271928+0000 mon.a (mon.0) 631 : cluster [INF] osd.5 [v2:172.21.15.184:6808/2237893291,v1:172.21.15.184:6809/2237893291] boot 2024-03-21T12:50:38.546 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:50:38 smithi178 bash[14494]: cluster 2024-03-21T12:50:37.271981+0000 mon.a (mon.0) 632 : cluster [DBG] osdmap e38: 6 total, 6 up, 6 in 2024-03-21T12:50:38.546 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:50:38 smithi178 bash[14494]: audit 2024-03-21T12:50:37.272351+0000 mon.a (mon.0) 633 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-21T12:50:38.547 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:50:38 smithi178 bash[20270]: cluster 2024-03-21T12:50:35.684381+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-21T12:50:38.547 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:50:38 smithi178 bash[20270]: cluster 2024-03-21T12:50:35.684573+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-21T12:50:38.547 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:50:38 smithi178 bash[20270]: audit 2024-03-21T12:50:37.264351+0000 mon.a (mon.0) 630 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-21T12:50:38.547 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:50:38 smithi178 bash[20270]: cluster 2024-03-21T12:50:37.271928+0000 mon.a (mon.0) 631 : cluster [INF] osd.5 [v2:172.21.15.184:6808/2237893291,v1:172.21.15.184:6809/2237893291] boot 2024-03-21T12:50:38.547 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:50:38 smithi178 bash[20270]: cluster 2024-03-21T12:50:37.271981+0000 mon.a (mon.0) 632 : cluster [DBG] osdmap e38: 6 total, 6 up, 6 in 2024-03-21T12:50:38.547 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:50:38 smithi178 bash[20270]: audit 2024-03-21T12:50:37.272351+0000 mon.a (mon.0) 633 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-21T12:50:38.572 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:50:38 smithi184 bash[14608]: cluster 2024-03-21T12:50:35.684381+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-21T12:50:38.572 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:50:38 smithi184 bash[14608]: cluster 2024-03-21T12:50:35.684573+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-21T12:50:38.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:50:38 smithi184 bash[14608]: audit 2024-03-21T12:50:37.264351+0000 mon.a (mon.0) 630 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-21T12:50:38.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:50:38 smithi184 bash[14608]: cluster 2024-03-21T12:50:37.271928+0000 mon.a (mon.0) 631 : cluster [INF] osd.5 [v2:172.21.15.184:6808/2237893291,v1:172.21.15.184:6809/2237893291] boot 2024-03-21T12:50:38.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:50:38 smithi184 bash[14608]: cluster 2024-03-21T12:50:37.271981+0000 mon.a (mon.0) 632 : cluster [DBG] osdmap e38: 6 total, 6 up, 6 in 2024-03-21T12:50:38.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:50:38 smithi184 bash[14608]: audit 2024-03-21T12:50:37.272351+0000 mon.a (mon.0) 633 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-21T12:50:39.079 DEBUG:teuthology.orchestra.run.smithi184:> 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 a94f249e-e780-11ee-95cd-87774f69a715 -- ceph orch daemon add osd smithi184:vg_nvme/lv_2 2024-03-21T12:50:39.347 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:50:39 smithi184 bash[14608]: cluster 2024-03-21T12:50:38.274629+0000 mon.a (mon.0) 634 : cluster [DBG] osdmap e39: 6 total, 6 up, 6 in 2024-03-21T12:50:39.546 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:50:39 smithi178 bash[14494]: cluster 2024-03-21T12:50:38.274629+0000 mon.a (mon.0) 634 : cluster [DBG] osdmap e39: 6 total, 6 up, 6 in 2024-03-21T12:50:39.546 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:50:39 smithi178 bash[14494]: cluster 2024-03-21T12:50:38.535892+0000 mgr.y (mgr.14152) 203 : cluster [DBG] pgmap v176: 1 pgs: 1 remapped+peering; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2024-03-21T12:50:39.546 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:50:39 smithi178 bash[20270]: cluster 2024-03-21T12:50:38.274629+0000 mon.a (mon.0) 634 : cluster [DBG] osdmap e39: 6 total, 6 up, 6 in 2024-03-21T12:50:39.546 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:50:39 smithi178 bash[20270]: cluster 2024-03-21T12:50:38.535892+0000 mgr.y (mgr.14152) 203 : cluster [DBG] pgmap v176: 1 pgs: 1 remapped+peering; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2024-03-21T12:50:39.572 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:50:39 smithi184 bash[14608]: cluster 2024-03-21T12:50:38.535892+0000 mgr.y (mgr.14152) 203 : cluster [DBG] pgmap v176: 1 pgs: 1 remapped+peering; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2024-03-21T12:50:40.546 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:50:40 smithi178 bash[14494]: cluster 2024-03-21T12:50:39.276694+0000 mon.a (mon.0) 635 : cluster [DBG] osdmap e40: 6 total, 6 up, 6 in 2024-03-21T12:50:40.546 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:50:40 smithi178 bash[14494]: cluster 2024-03-21T12:50:39.277530+0000 mon.a (mon.0) 636 : cluster [WRN] Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-03-21T12:50:40.546 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:50:40 smithi178 bash[14494]: cluster 2024-03-21T12:50:40.113432+0000 mon.a (mon.0) 637 : cluster [DBG] osdmap e41: 6 total, 6 up, 6 in 2024-03-21T12:50:40.546 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:50:40 smithi178 bash[20270]: cluster 2024-03-21T12:50:39.276694+0000 mon.a (mon.0) 635 : cluster [DBG] osdmap e40: 6 total, 6 up, 6 in 2024-03-21T12:50:40.546 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:50:40 smithi178 bash[20270]: cluster 2024-03-21T12:50:39.277530+0000 mon.a (mon.0) 636 : cluster [WRN] Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-03-21T12:50:40.547 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:50:40 smithi178 bash[20270]: cluster 2024-03-21T12:50:40.113432+0000 mon.a (mon.0) 637 : cluster [DBG] osdmap e41: 6 total, 6 up, 6 in 2024-03-21T12:50:40.572 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:50:40 smithi184 bash[14608]: cluster 2024-03-21T12:50:39.276694+0000 mon.a (mon.0) 635 : cluster [DBG] osdmap e40: 6 total, 6 up, 6 in 2024-03-21T12:50:40.572 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:50:40 smithi184 bash[14608]: cluster 2024-03-21T12:50:39.277530+0000 mon.a (mon.0) 636 : cluster [WRN] Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-03-21T12:50:40.572 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:50:40 smithi184 bash[14608]: cluster 2024-03-21T12:50:40.113432+0000 mon.a (mon.0) 637 : cluster [DBG] osdmap e41: 6 total, 6 up, 6 in 2024-03-21T12:50:41.546 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:50:41 smithi178 bash[14494]: cluster 2024-03-21T12:50:40.536487+0000 mgr.y (mgr.14152) 204 : cluster [DBG] pgmap v179: 1 pgs: 1 remapped+peering; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2024-03-21T12:50:41.546 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:50:41 smithi178 bash[14494]: cluster 2024-03-21T12:50:41.122809+0000 mon.a (mon.0) 638 : cluster [DBG] osdmap e42: 6 total, 6 up, 6 in 2024-03-21T12:50:41.546 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:50:41 smithi178 bash[20270]: cluster 2024-03-21T12:50:40.536487+0000 mgr.y (mgr.14152) 204 : cluster [DBG] pgmap v179: 1 pgs: 1 remapped+peering; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2024-03-21T12:50:41.546 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:50:41 smithi178 bash[20270]: cluster 2024-03-21T12:50:41.122809+0000 mon.a (mon.0) 638 : cluster [DBG] osdmap e42: 6 total, 6 up, 6 in 2024-03-21T12:50:41.572 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:50:41 smithi184 bash[14608]: cluster 2024-03-21T12:50:40.536487+0000 mgr.y (mgr.14152) 204 : cluster [DBG] pgmap v179: 1 pgs: 1 remapped+peering; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2024-03-21T12:50:41.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:50:41 smithi184 bash[14608]: cluster 2024-03-21T12:50:41.122809+0000 mon.a (mon.0) 638 : cluster [DBG] osdmap e42: 6 total, 6 up, 6 in 2024-03-21T12:50:43.933 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:50:43 smithi184 bash[14608]: cluster 2024-03-21T12:50:42.537195+0000 mgr.y (mgr.14152) 205 : cluster [DBG] pgmap v181: 1 pgs: 1 remapped+peering; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2024-03-21T12:50:43.933 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:50:43 smithi184 bash[14608]: audit 2024-03-21T12:50:43.295553+0000 mon.a (mon.0) 639 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-21T12:50:43.933 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:50:43 smithi184 bash[14608]: audit 2024-03-21T12:50:43.301322+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-21T12:50:43.933 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:50:43 smithi184 bash[14608]: audit 2024-03-21T12:50:43.302718+0000 mon.a (mon.0) 641 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:50:44.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:50:43 smithi178 bash[14494]: cluster 2024-03-21T12:50:42.537195+0000 mgr.y (mgr.14152) 205 : cluster [DBG] pgmap v181: 1 pgs: 1 remapped+peering; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2024-03-21T12:50:44.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:50:43 smithi178 bash[14494]: audit 2024-03-21T12:50:43.295553+0000 mon.a (mon.0) 639 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-21T12:50:44.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:50:43 smithi178 bash[14494]: audit 2024-03-21T12:50:43.301322+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-21T12:50:44.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:50:43 smithi178 bash[14494]: audit 2024-03-21T12:50:43.302718+0000 mon.a (mon.0) 641 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:50:44.046 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:50:43 smithi178 bash[20270]: cluster 2024-03-21T12:50:42.537195+0000 mgr.y (mgr.14152) 205 : cluster [DBG] pgmap v181: 1 pgs: 1 remapped+peering; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2024-03-21T12:50:44.046 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:50:43 smithi178 bash[20270]: audit 2024-03-21T12:50:43.295553+0000 mon.a (mon.0) 639 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-21T12:50:44.046 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:50:43 smithi178 bash[20270]: audit 2024-03-21T12:50:43.301322+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-21T12:50:44.046 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:50:43 smithi178 bash[20270]: audit 2024-03-21T12:50:43.302718+0000 mon.a (mon.0) 641 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:50:44.795 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:50:44 smithi178 bash[14494]: audit 2024-03-21T12:50:43.288890+0000 mgr.y (mgr.14152) 206 : audit [DBG] from='client.24275 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi184:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:50:44.796 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:50:44 smithi178 bash[20270]: audit 2024-03-21T12:50:43.288890+0000 mgr.y (mgr.14152) 206 : audit [DBG] from='client.24275 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi184:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:50:45.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:50:44 smithi184 bash[14608]: audit 2024-03-21T12:50:43.288890+0000 mgr.y (mgr.14152) 206 : audit [DBG] from='client.24275 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi184:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:50:46.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:50:45 smithi178 bash[14494]: cluster 2024-03-21T12:50:44.537934+0000 mgr.y (mgr.14152) 207 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 86 KiB/s, 0 objects/s recovering 2024-03-21T12:50:46.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:50:45 smithi178 bash[14494]: cluster 2024-03-21T12:50:44.592885+0000 mon.a (mon.0) 642 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2024-03-21T12:50:46.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:50:45 smithi178 bash[14494]: cluster 2024-03-21T12:50:44.592948+0000 mon.a (mon.0) 643 : cluster [INF] Cluster is now healthy 2024-03-21T12:50:46.046 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:50:45 smithi178 bash[20270]: cluster 2024-03-21T12:50:44.537934+0000 mgr.y (mgr.14152) 207 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 86 KiB/s, 0 objects/s recovering 2024-03-21T12:50:46.046 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:50:45 smithi178 bash[20270]: cluster 2024-03-21T12:50:44.592885+0000 mon.a (mon.0) 642 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2024-03-21T12:50:46.046 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:50:45 smithi178 bash[20270]: cluster 2024-03-21T12:50:44.592948+0000 mon.a (mon.0) 643 : cluster [INF] Cluster is now healthy 2024-03-21T12:50:46.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:50:45 smithi184 bash[14608]: cluster 2024-03-21T12:50:44.537934+0000 mgr.y (mgr.14152) 207 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 86 KiB/s, 0 objects/s recovering 2024-03-21T12:50:46.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:50:45 smithi184 bash[14608]: cluster 2024-03-21T12:50:44.592885+0000 mon.a (mon.0) 642 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2024-03-21T12:50:46.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:50:45 smithi184 bash[14608]: cluster 2024-03-21T12:50:44.592948+0000 mon.a (mon.0) 643 : cluster [INF] Cluster is now healthy 2024-03-21T12:50:46.795 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:50:46 smithi178 bash[14766]: 172.21.15.178 - - [21/Mar/2024:12:50:46] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2024-03-21T12:50:47.796 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:50:47 smithi178 bash[14494]: audit 2024-03-21T12:50:46.397140+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:50:47.796 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:50:47 smithi178 bash[14494]: audit 2024-03-21T12:50:46.403528+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:50:47.796 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:50:47 smithi178 bash[14494]: cluster 2024-03-21T12:50:46.538635+0000 mgr.y (mgr.14152) 208 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 71 KiB/s, 0 objects/s recovering 2024-03-21T12:50:47.796 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:50:47 smithi178 bash[20270]: audit 2024-03-21T12:50:46.397140+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:50:47.796 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:50:47 smithi178 bash[20270]: audit 2024-03-21T12:50:46.403528+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:50:47.796 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:50:47 smithi178 bash[20270]: cluster 2024-03-21T12:50:46.538635+0000 mgr.y (mgr.14152) 208 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 71 KiB/s, 0 objects/s recovering 2024-03-21T12:50:47.822 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:50:47 smithi184 bash[14608]: audit 2024-03-21T12:50:46.397140+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:50:47.822 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:50:47 smithi184 bash[14608]: audit 2024-03-21T12:50:46.403528+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:50:47.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:50:47 smithi184 bash[14608]: cluster 2024-03-21T12:50:46.538635+0000 mgr.y (mgr.14152) 208 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 71 KiB/s, 0 objects/s recovering 2024-03-21T12:50:48.713 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:50:48 smithi184 bash[14608]: audit 2024-03-21T12:50:48.040022+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-21T12:50:48.713 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:50:48 smithi184 bash[14608]: audit 2024-03-21T12:50:48.042955+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-21T12:50:48.796 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:50:48 smithi178 bash[20270]: audit 2024-03-21T12:50:48.040022+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-21T12:50:48.796 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:50:48 smithi178 bash[20270]: audit 2024-03-21T12:50:48.042955+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-21T12:50:48.796 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:50:48 smithi178 bash[14494]: audit 2024-03-21T12:50:48.040022+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-21T12:50:48.796 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:50:48 smithi178 bash[14494]: audit 2024-03-21T12:50:48.042955+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-21T12:50:49.415 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:50:49 smithi178 bash[14766]: 172.21.15.184 - - [21/Mar/2024:12:50:49] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2024-03-21T12:50:49.796 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:50:49 smithi178 bash[14494]: cluster 2024-03-21T12:50:48.539301+0000 mgr.y (mgr.14152) 209 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 61 KiB/s, 0 objects/s recovering 2024-03-21T12:50:49.796 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:50:49 smithi178 bash[14494]: audit 2024-03-21T12:50:49.078821+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:50:49.796 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:50:49 smithi178 bash[14494]: audit 2024-03-21T12:50:49.087042+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:50:49.796 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:50:49 smithi178 bash[20270]: cluster 2024-03-21T12:50:48.539301+0000 mgr.y (mgr.14152) 209 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 61 KiB/s, 0 objects/s recovering 2024-03-21T12:50:49.796 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:50:49 smithi178 bash[20270]: audit 2024-03-21T12:50:49.078821+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:50:49.796 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:50:49 smithi178 bash[20270]: audit 2024-03-21T12:50:49.087042+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:50:49.822 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:50:49 smithi184 bash[14608]: cluster 2024-03-21T12:50:48.539301+0000 mgr.y (mgr.14152) 209 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 61 KiB/s, 0 objects/s recovering 2024-03-21T12:50:49.822 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:50:49 smithi184 bash[14608]: audit 2024-03-21T12:50:49.078821+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:50:49.822 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:50:49 smithi184 bash[14608]: audit 2024-03-21T12:50:49.087042+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:50:50.796 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:50:50 smithi178 bash[14494]: audit 2024-03-21T12:50:49.599914+0000 mon.b (mon.2) 18 : audit [INF] from='client.? 172.21.15.184:0/258220646' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "19e6cf6d-60d0-4e81-bda9-f778f9677f11"}]: dispatch 2024-03-21T12:50:50.796 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:50:50 smithi178 bash[14494]: audit 2024-03-21T12:50:49.601239+0000 mon.a (mon.0) 650 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "19e6cf6d-60d0-4e81-bda9-f778f9677f11"}]: dispatch 2024-03-21T12:50:50.796 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:50:50 smithi178 bash[14494]: audit 2024-03-21T12:50:49.610129+0000 mon.a (mon.0) 651 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "19e6cf6d-60d0-4e81-bda9-f778f9677f11"}]': finished 2024-03-21T12:50:50.796 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:50:50 smithi178 bash[14494]: cluster 2024-03-21T12:50:49.610331+0000 mon.a (mon.0) 652 : cluster [DBG] osdmap e43: 7 total, 6 up, 7 in 2024-03-21T12:50:50.796 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:50:50 smithi178 bash[14494]: audit 2024-03-21T12:50:49.610620+0000 mon.a (mon.0) 653 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-21T12:50:50.796 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:50:50 smithi178 bash[14494]: audit 2024-03-21T12:50:50.330684+0000 mon.b (mon.2) 19 : audit [DBG] from='client.? 172.21.15.184:0/3451640689' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-21T12:50:50.796 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:50:50 smithi178 bash[20270]: audit 2024-03-21T12:50:49.599914+0000 mon.b (mon.2) 18 : audit [INF] from='client.? 172.21.15.184:0/258220646' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "19e6cf6d-60d0-4e81-bda9-f778f9677f11"}]: dispatch 2024-03-21T12:50:50.797 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:50:50 smithi178 bash[20270]: audit 2024-03-21T12:50:49.601239+0000 mon.a (mon.0) 650 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "19e6cf6d-60d0-4e81-bda9-f778f9677f11"}]: dispatch 2024-03-21T12:50:50.797 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:50:50 smithi178 bash[20270]: audit 2024-03-21T12:50:49.610129+0000 mon.a (mon.0) 651 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "19e6cf6d-60d0-4e81-bda9-f778f9677f11"}]': finished 2024-03-21T12:50:50.797 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:50:50 smithi178 bash[20270]: cluster 2024-03-21T12:50:49.610331+0000 mon.a (mon.0) 652 : cluster [DBG] osdmap e43: 7 total, 6 up, 7 in 2024-03-21T12:50:50.797 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:50:50 smithi178 bash[20270]: audit 2024-03-21T12:50:49.610620+0000 mon.a (mon.0) 653 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-21T12:50:50.797 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:50:50 smithi178 bash[20270]: audit 2024-03-21T12:50:50.330684+0000 mon.b (mon.2) 19 : audit [DBG] from='client.? 172.21.15.184:0/3451640689' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-21T12:50:50.822 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:50:50 smithi184 bash[14608]: audit 2024-03-21T12:50:49.599914+0000 mon.b (mon.2) 18 : audit [INF] from='client.? 172.21.15.184:0/258220646' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "19e6cf6d-60d0-4e81-bda9-f778f9677f11"}]: dispatch 2024-03-21T12:50:50.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:50:50 smithi184 bash[14608]: audit 2024-03-21T12:50:49.601239+0000 mon.a (mon.0) 650 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "19e6cf6d-60d0-4e81-bda9-f778f9677f11"}]: dispatch 2024-03-21T12:50:50.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:50:50 smithi184 bash[14608]: audit 2024-03-21T12:50:49.610129+0000 mon.a (mon.0) 651 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "19e6cf6d-60d0-4e81-bda9-f778f9677f11"}]': finished 2024-03-21T12:50:50.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:50:50 smithi184 bash[14608]: cluster 2024-03-21T12:50:49.610331+0000 mon.a (mon.0) 652 : cluster [DBG] osdmap e43: 7 total, 6 up, 7 in 2024-03-21T12:50:50.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:50:50 smithi184 bash[14608]: audit 2024-03-21T12:50:49.610620+0000 mon.a (mon.0) 653 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-21T12:50:50.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:50:50 smithi184 bash[14608]: audit 2024-03-21T12:50:50.330684+0000 mon.b (mon.2) 19 : audit [DBG] from='client.? 172.21.15.184:0/3451640689' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-21T12:50:51.796 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:50:51 smithi178 bash[14494]: cluster 2024-03-21T12:50:50.539973+0000 mgr.y (mgr.14152) 210 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 55 KiB/s, 0 objects/s recovering 2024-03-21T12:50:51.796 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:50:51 smithi178 bash[20270]: cluster 2024-03-21T12:50:50.539973+0000 mgr.y (mgr.14152) 210 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 55 KiB/s, 0 objects/s recovering 2024-03-21T12:50:51.822 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:50:51 smithi184 bash[14608]: cluster 2024-03-21T12:50:50.539973+0000 mgr.y (mgr.14152) 210 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 55 KiB/s, 0 objects/s recovering 2024-03-21T12:50:54.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:50:53 smithi178 bash[14494]: cluster 2024-03-21T12:50:52.540702+0000 mgr.y (mgr.14152) 211 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 52 KiB/s, 0 objects/s recovering 2024-03-21T12:50:54.046 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:50:53 smithi178 bash[20270]: cluster 2024-03-21T12:50:52.540702+0000 mgr.y (mgr.14152) 211 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 52 KiB/s, 0 objects/s recovering 2024-03-21T12:50:54.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:50:53 smithi184 bash[14608]: cluster 2024-03-21T12:50:52.540702+0000 mgr.y (mgr.14152) 211 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 52 KiB/s, 0 objects/s recovering 2024-03-21T12:50:56.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:50:55 smithi178 bash[14494]: cluster 2024-03-21T12:50:54.541350+0000 mgr.y (mgr.14152) 212 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-03-21T12:50:56.046 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:50:55 smithi178 bash[20270]: cluster 2024-03-21T12:50:54.541350+0000 mgr.y (mgr.14152) 212 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-03-21T12:50:56.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:50:55 smithi184 bash[14608]: cluster 2024-03-21T12:50:54.541350+0000 mgr.y (mgr.14152) 212 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-03-21T12:50:57.822 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:50:57 smithi184 bash[14608]: cluster 2024-03-21T12:50:56.541944+0000 mgr.y (mgr.14152) 213 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-03-21T12:50:58.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:50:57 smithi178 bash[14494]: cluster 2024-03-21T12:50:56.541944+0000 mgr.y (mgr.14152) 213 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-03-21T12:50:58.046 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:50:57 smithi178 bash[20270]: cluster 2024-03-21T12:50:56.541944+0000 mgr.y (mgr.14152) 213 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-03-21T12:50:59.822 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:50:59 smithi184 bash[14608]: cluster 2024-03-21T12:50:58.542578+0000 mgr.y (mgr.14152) 214 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-03-21T12:51:00.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:50:59 smithi178 bash[14494]: cluster 2024-03-21T12:50:58.542578+0000 mgr.y (mgr.14152) 214 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-03-21T12:51:00.046 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:50:59 smithi178 bash[20270]: cluster 2024-03-21T12:50:58.542578+0000 mgr.y (mgr.14152) 214 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-03-21T12:51:01.349 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:51:01 smithi184 bash[14608]: audit 2024-03-21T12:51:00.472327+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-03-21T12:51:01.349 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:51:01 smithi184 bash[14608]: audit 2024-03-21T12:51:00.473997+0000 mon.a (mon.0) 655 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:51:01.349 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:51:01 smithi184 bash[14608]: cephadm 2024-03-21T12:51:00.475335+0000 mgr.y (mgr.14152) 215 : cephadm [INF] Deploying daemon osd.6 on smithi184 2024-03-21T12:51:01.350 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:51:01 smithi184 bash[14608]: cluster 2024-03-21T12:51:00.543144+0000 mgr.y (mgr.14152) 216 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-03-21T12:51:01.546 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:51:01 smithi178 bash[14494]: audit 2024-03-21T12:51:00.472327+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-03-21T12:51:01.546 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:51:01 smithi178 bash[14494]: audit 2024-03-21T12:51:00.473997+0000 mon.a (mon.0) 655 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:51:01.546 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:51:01 smithi178 bash[14494]: cephadm 2024-03-21T12:51:00.475335+0000 mgr.y (mgr.14152) 215 : cephadm [INF] Deploying daemon osd.6 on smithi184 2024-03-21T12:51:01.546 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:51:01 smithi178 bash[14494]: cluster 2024-03-21T12:51:00.543144+0000 mgr.y (mgr.14152) 216 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-03-21T12:51:01.547 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:51:01 smithi178 bash[20270]: audit 2024-03-21T12:51:00.472327+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-03-21T12:51:01.547 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:51:01 smithi178 bash[20270]: audit 2024-03-21T12:51:00.473997+0000 mon.a (mon.0) 655 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:51:01.547 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:51:01 smithi178 bash[20270]: cephadm 2024-03-21T12:51:00.475335+0000 mgr.y (mgr.14152) 215 : cephadm [INF] Deploying daemon osd.6 on smithi184 2024-03-21T12:51:01.547 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:51:01 smithi178 bash[20270]: cluster 2024-03-21T12:51:00.543144+0000 mgr.y (mgr.14152) 216 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-03-21T12:51:03.796 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:51:03 smithi178 bash[20270]: cluster 2024-03-21T12:51:02.543776+0000 mgr.y (mgr.14152) 217 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-03-21T12:51:03.796 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:51:03 smithi178 bash[14494]: cluster 2024-03-21T12:51:02.543776+0000 mgr.y (mgr.14152) 217 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-03-21T12:51:04.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:51:03 smithi184 bash[14608]: cluster 2024-03-21T12:51:02.543776+0000 mgr.y (mgr.14152) 217 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-03-21T12:51:05.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:51:05 smithi184 bash[14608]: cluster 2024-03-21T12:51:04.544448+0000 mgr.y (mgr.14152) 218 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-03-21T12:51:05.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:51:05 smithi184 bash[14608]: audit 2024-03-21T12:51:05.272014+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:51:05.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:51:05 smithi184 bash[14608]: audit 2024-03-21T12:51:05.292440+0000 mon.a (mon.0) 657 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:51:05.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:51:05 smithi184 bash[14608]: audit 2024-03-21T12:51:05.294734+0000 mon.a (mon.0) 658 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:51:05.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:51:05 smithi184 bash[14608]: audit 2024-03-21T12:51:05.296213+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:51:05.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:51:05 smithi184 bash[14608]: audit 2024-03-21T12:51:05.305364+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:51:06.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:51:05 smithi178 bash[14494]: cluster 2024-03-21T12:51:04.544448+0000 mgr.y (mgr.14152) 218 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-03-21T12:51:06.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:51:05 smithi178 bash[14494]: audit 2024-03-21T12:51:05.272014+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:51:06.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:51:05 smithi178 bash[14494]: audit 2024-03-21T12:51:05.292440+0000 mon.a (mon.0) 657 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:51:06.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:51:05 smithi178 bash[14494]: audit 2024-03-21T12:51:05.294734+0000 mon.a (mon.0) 658 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:51:06.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:51:05 smithi178 bash[14494]: audit 2024-03-21T12:51:05.296213+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:51:06.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:51:05 smithi178 bash[14494]: audit 2024-03-21T12:51:05.305364+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:51:06.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:51:05 smithi178 bash[20270]: cluster 2024-03-21T12:51:04.544448+0000 mgr.y (mgr.14152) 218 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-03-21T12:51:06.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:51:05 smithi178 bash[20270]: audit 2024-03-21T12:51:05.272014+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:51:06.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:51:05 smithi178 bash[20270]: audit 2024-03-21T12:51:05.292440+0000 mon.a (mon.0) 657 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:51:06.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:51:05 smithi178 bash[20270]: audit 2024-03-21T12:51:05.294734+0000 mon.a (mon.0) 658 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:51:06.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:51:05 smithi178 bash[20270]: audit 2024-03-21T12:51:05.296213+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:51:06.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:51:05 smithi178 bash[20270]: audit 2024-03-21T12:51:05.305364+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:51:07.020 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:51:06 smithi178 bash[14766]: 172.21.15.178 - - [21/Mar/2024:12:51:06] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2024-03-21T12:51:07.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:51:07 smithi184 bash[14608]: cluster 2024-03-21T12:51:06.545678+0000 mgr.y (mgr.14152) 219 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-03-21T12:51:07.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:51:07 smithi184 bash[14608]: audit 2024-03-21T12:51:06.551437+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:51:07.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:51:07 smithi184 bash[14608]: audit 2024-03-21T12:51:06.559427+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:51:08.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:51:07 smithi178 bash[14494]: cluster 2024-03-21T12:51:06.545678+0000 mgr.y (mgr.14152) 219 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-03-21T12:51:08.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:51:07 smithi178 bash[14494]: audit 2024-03-21T12:51:06.551437+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:51:08.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:51:07 smithi178 bash[14494]: audit 2024-03-21T12:51:06.559427+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:51:08.046 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:51:07 smithi178 bash[20270]: cluster 2024-03-21T12:51:06.545678+0000 mgr.y (mgr.14152) 219 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-03-21T12:51:08.046 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:51:07 smithi178 bash[20270]: audit 2024-03-21T12:51:06.551437+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:51:08.046 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:51:07 smithi178 bash[20270]: audit 2024-03-21T12:51:06.559427+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:51:09.546 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:51:09 smithi178 bash[14766]: 172.21.15.184 - - [21/Mar/2024:12:51:09] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2024-03-21T12:51:09.832 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:51:09 smithi184 bash[14608]: cluster 2024-03-21T12:51:08.546402+0000 mgr.y (mgr.14152) 220 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-03-21T12:51:09.832 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:51:09 smithi184 bash[14608]: audit 2024-03-21T12:51:09.221013+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:51:09.832 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:51:09 smithi184 bash[14608]: audit 2024-03-21T12:51:09.227956+0000 mon.a (mon.0) 664 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:51:09.832 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:51:09 smithi184 bash[14608]: audit 2024-03-21T12:51:09.235006+0000 mon.a (mon.0) 665 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:51:09.832 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:51:09 smithi184 bash[14608]: audit 2024-03-21T12:51:09.236803+0000 mon.a (mon.0) 666 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:51:09.832 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:51:09 smithi184 bash[14608]: audit 2024-03-21T12:51:09.237987+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:51:09.832 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:51:09 smithi184 bash[14608]: audit 2024-03-21T12:51:09.246767+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:51:10.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:51:09 smithi178 bash[14494]: cluster 2024-03-21T12:51:08.546402+0000 mgr.y (mgr.14152) 220 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-03-21T12:51:10.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:51:09 smithi178 bash[14494]: audit 2024-03-21T12:51:09.221013+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:51:10.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:51:09 smithi178 bash[14494]: audit 2024-03-21T12:51:09.227956+0000 mon.a (mon.0) 664 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:51:10.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:51:09 smithi178 bash[14494]: audit 2024-03-21T12:51:09.235006+0000 mon.a (mon.0) 665 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:51:10.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:51:09 smithi178 bash[14494]: audit 2024-03-21T12:51:09.236803+0000 mon.a (mon.0) 666 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:51:10.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:51:09 smithi178 bash[14494]: audit 2024-03-21T12:51:09.237987+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:51:10.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:51:09 smithi178 bash[14494]: audit 2024-03-21T12:51:09.246767+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:51:10.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:51:09 smithi178 bash[20270]: cluster 2024-03-21T12:51:08.546402+0000 mgr.y (mgr.14152) 220 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-03-21T12:51:10.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:51:09 smithi178 bash[20270]: audit 2024-03-21T12:51:09.221013+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:51:10.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:51:09 smithi178 bash[20270]: audit 2024-03-21T12:51:09.227956+0000 mon.a (mon.0) 664 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:51:10.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:51:09 smithi178 bash[20270]: audit 2024-03-21T12:51:09.235006+0000 mon.a (mon.0) 665 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:51:10.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:51:09 smithi178 bash[20270]: audit 2024-03-21T12:51:09.236803+0000 mon.a (mon.0) 666 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:51:10.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:51:09 smithi178 bash[20270]: audit 2024-03-21T12:51:09.237987+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:51:10.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:51:09 smithi178 bash[20270]: audit 2024-03-21T12:51:09.246767+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:51:10.796 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:51:10 smithi178 bash[14766]: 172.21.15.184 - - [21/Mar/2024:12:51:10] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2024-03-21T12:51:11.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:51:11 smithi184 bash[14608]: audit 2024-03-21T12:51:10.316415+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:51:11.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:51:11 smithi184 bash[14608]: cephadm 2024-03-21T12:51:10.317650+0000 mgr.y (mgr.14152) 221 : cephadm [INF] Detected new or changed devices on smithi184 2024-03-21T12:51:11.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:51:11 smithi184 bash[14608]: audit 2024-03-21T12:51:10.319391+0000 mon.a (mon.0) 670 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:51:11.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:51:11 smithi184 bash[14608]: audit 2024-03-21T12:51:10.322673+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:51:11.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:51:11 smithi184 bash[14608]: audit 2024-03-21T12:51:10.324545+0000 mon.a (mon.0) 672 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:51:11.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:51:11 smithi184 bash[14608]: audit 2024-03-21T12:51:10.326062+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:51:11.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:51:11 smithi184 bash[14608]: audit 2024-03-21T12:51:10.334790+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:51:11.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:51:11 smithi184 bash[14608]: cluster 2024-03-21T12:51:10.547029+0000 mgr.y (mgr.14152) 222 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-03-21T12:51:11.796 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:51:11 smithi178 bash[14494]: audit 2024-03-21T12:51:10.316415+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:51:11.796 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:51:11 smithi178 bash[14494]: cephadm 2024-03-21T12:51:10.317650+0000 mgr.y (mgr.14152) 221 : cephadm [INF] Detected new or changed devices on smithi184 2024-03-21T12:51:11.796 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:51:11 smithi178 bash[14494]: audit 2024-03-21T12:51:10.319391+0000 mon.a (mon.0) 670 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:51:11.796 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:51:11 smithi178 bash[14494]: audit 2024-03-21T12:51:10.322673+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:51:11.796 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:51:11 smithi178 bash[14494]: audit 2024-03-21T12:51:10.324545+0000 mon.a (mon.0) 672 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:51:11.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:51:11 smithi178 bash[14494]: audit 2024-03-21T12:51:10.326062+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:51:11.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:51:11 smithi178 bash[14494]: audit 2024-03-21T12:51:10.334790+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:51:11.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:51:11 smithi178 bash[14494]: cluster 2024-03-21T12:51:10.547029+0000 mgr.y (mgr.14152) 222 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-03-21T12:51:11.797 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:51:11 smithi178 bash[20270]: audit 2024-03-21T12:51:10.316415+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:51:11.797 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:51:11 smithi178 bash[20270]: cephadm 2024-03-21T12:51:10.317650+0000 mgr.y (mgr.14152) 221 : cephadm [INF] Detected new or changed devices on smithi184 2024-03-21T12:51:11.797 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:51:11 smithi178 bash[20270]: audit 2024-03-21T12:51:10.319391+0000 mon.a (mon.0) 670 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:51:11.797 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:51:11 smithi178 bash[20270]: audit 2024-03-21T12:51:10.322673+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:51:11.797 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:51:11 smithi178 bash[20270]: audit 2024-03-21T12:51:10.324545+0000 mon.a (mon.0) 672 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:51:11.797 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:51:11 smithi178 bash[20270]: audit 2024-03-21T12:51:10.326062+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:51:11.797 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:51:11 smithi178 bash[20270]: audit 2024-03-21T12:51:10.334790+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:51:11.797 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:51:11 smithi178 bash[20270]: cluster 2024-03-21T12:51:10.547029+0000 mgr.y (mgr.14152) 222 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-03-21T12:51:13.213 INFO:teuthology.orchestra.run.smithi184.stdout:Created osd(s) 6 on host 'smithi184' 2024-03-21T12:51:13.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:51:13 smithi184 bash[14608]: cluster 2024-03-21T12:51:12.547565+0000 mgr.y (mgr.14152) 223 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-03-21T12:51:13.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:51:13 smithi184 bash[14608]: audit 2024-03-21T12:51:13.191873+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:51:13.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:51:13 smithi184 bash[14608]: audit 2024-03-21T12:51:13.213035+0000 mon.a (mon.0) 676 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:51:13.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:51:13 smithi184 bash[14608]: audit 2024-03-21T12:51:13.217045+0000 mon.a (mon.0) 677 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:51:13.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:51:13 smithi184 bash[14608]: audit 2024-03-21T12:51:13.218682+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:51:13.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:51:13 smithi184 bash[14608]: audit 2024-03-21T12:51:13.223099+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-03-21T12:51:13.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:51:13 smithi184 bash[14608]: audit 2024-03-21T12:51:13.224809+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-03-21T12:51:13.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:51:13 smithi184 bash[14608]: audit 2024-03-21T12:51:13.226321+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-03-21T12:51:13.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:51:13 smithi184 bash[14608]: audit 2024-03-21T12:51:13.236455+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:51:13.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:51:13 smithi184 bash[14608]: audit 2024-03-21T12:51:13.244879+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:51:13.880 DEBUG:teuthology.orchestra.run.smithi184:osd.6> sudo journalctl -f -n 0 -u ceph-a94f249e-e780-11ee-95cd-87774f69a715@osd.6.service 2024-03-21T12:51:13.912 INFO:tasks.cephadm:Deploying osd.7 on smithi184 with /dev/vg_nvme/lv_1... 2024-03-21T12:51:13.912 DEBUG:teuthology.orchestra.run.smithi184:> 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 a94f249e-e780-11ee-95cd-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2024-03-21T12:51:14.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:51:13 smithi178 bash[14494]: cluster 2024-03-21T12:51:12.547565+0000 mgr.y (mgr.14152) 223 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-03-21T12:51:14.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:51:13 smithi178 bash[14494]: audit 2024-03-21T12:51:13.191873+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:51:14.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:51:13 smithi178 bash[14494]: audit 2024-03-21T12:51:13.213035+0000 mon.a (mon.0) 676 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:51:14.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:51:13 smithi178 bash[14494]: audit 2024-03-21T12:51:13.217045+0000 mon.a (mon.0) 677 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:51:14.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:51:13 smithi178 bash[14494]: audit 2024-03-21T12:51:13.218682+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:51:14.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:51:13 smithi178 bash[14494]: audit 2024-03-21T12:51:13.223099+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-03-21T12:51:14.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:51:13 smithi178 bash[14494]: audit 2024-03-21T12:51:13.224809+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-03-21T12:51:14.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:51:13 smithi178 bash[14494]: audit 2024-03-21T12:51:13.226321+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-03-21T12:51:14.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:51:13 smithi178 bash[14494]: audit 2024-03-21T12:51:13.236455+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:51:14.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:51:13 smithi178 bash[14494]: audit 2024-03-21T12:51:13.244879+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:51:14.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:51:13 smithi178 bash[20270]: cluster 2024-03-21T12:51:12.547565+0000 mgr.y (mgr.14152) 223 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-03-21T12:51:14.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:51:13 smithi178 bash[20270]: audit 2024-03-21T12:51:13.191873+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:51:14.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:51:13 smithi178 bash[20270]: audit 2024-03-21T12:51:13.213035+0000 mon.a (mon.0) 676 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:51:14.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:51:13 smithi178 bash[20270]: audit 2024-03-21T12:51:13.217045+0000 mon.a (mon.0) 677 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:51:14.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:51:13 smithi178 bash[20270]: audit 2024-03-21T12:51:13.218682+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:51:14.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:51:13 smithi178 bash[20270]: audit 2024-03-21T12:51:13.223099+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-03-21T12:51:14.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:51:13 smithi178 bash[20270]: audit 2024-03-21T12:51:13.224809+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-03-21T12:51:14.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:51:13 smithi178 bash[20270]: audit 2024-03-21T12:51:13.226321+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-03-21T12:51:14.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:51:13 smithi178 bash[20270]: audit 2024-03-21T12:51:13.236455+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:51:14.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:51:13 smithi178 bash[20270]: audit 2024-03-21T12:51:13.244879+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:51:14.062 INFO:journalctl@ceph.osd.6.smithi184.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2024-03-21T12:51:14.882 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:51:14 smithi184 bash[14608]: cephadm 2024-03-21T12:51:13.227560+0000 mgr.y (mgr.14152) 224 : cephadm [INF] Adjusting osd_memory_target on smithi184 to 5415M 2024-03-21T12:51:14.882 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:51:14 smithi184 bash[14608]: audit 2024-03-21T12:51:13.880092+0000 mon.b (mon.2) 20 : audit [INF] from='osd.6 [v2:172.21.15.184:6816/1794025434,v1:172.21.15.184:6817/1794025434]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-03-21T12:51:14.882 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:51:14 smithi184 bash[14608]: audit 2024-03-21T12:51:13.881039+0000 mon.a (mon.0) 684 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-03-21T12:51:15.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:51:14 smithi178 bash[14494]: cephadm 2024-03-21T12:51:13.227560+0000 mgr.y (mgr.14152) 224 : cephadm [INF] Adjusting osd_memory_target on smithi184 to 5415M 2024-03-21T12:51:15.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:51:14 smithi178 bash[14494]: audit 2024-03-21T12:51:13.880092+0000 mon.b (mon.2) 20 : audit [INF] from='osd.6 [v2:172.21.15.184:6816/1794025434,v1:172.21.15.184:6817/1794025434]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-03-21T12:51:15.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:51:14 smithi178 bash[14494]: audit 2024-03-21T12:51:13.881039+0000 mon.a (mon.0) 684 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-03-21T12:51:15.046 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:51:14 smithi178 bash[20270]: cephadm 2024-03-21T12:51:13.227560+0000 mgr.y (mgr.14152) 224 : cephadm [INF] Adjusting osd_memory_target on smithi184 to 5415M 2024-03-21T12:51:15.046 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:51:14 smithi178 bash[20270]: audit 2024-03-21T12:51:13.880092+0000 mon.b (mon.2) 20 : audit [INF] from='osd.6 [v2:172.21.15.184:6816/1794025434,v1:172.21.15.184:6817/1794025434]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-03-21T12:51:15.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:51:14 smithi178 bash[20270]: audit 2024-03-21T12:51:13.881039+0000 mon.a (mon.0) 684 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-03-21T12:51:16.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:51:15 smithi178 bash[14494]: cluster 2024-03-21T12:51:14.548204+0000 mgr.y (mgr.14152) 225 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-03-21T12:51:16.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:51:15 smithi178 bash[14494]: audit 2024-03-21T12:51:14.616657+0000 mon.a (mon.0) 685 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-03-21T12:51:16.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:51:15 smithi178 bash[14494]: cluster 2024-03-21T12:51:14.616799+0000 mon.a (mon.0) 686 : cluster [DBG] osdmap e44: 7 total, 6 up, 7 in 2024-03-21T12:51:16.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:51:15 smithi178 bash[14494]: audit 2024-03-21T12:51:14.617050+0000 mon.a (mon.0) 687 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-21T12:51:16.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:51:15 smithi178 bash[14494]: audit 2024-03-21T12:51:14.619791+0000 mon.b (mon.2) 21 : audit [INF] from='osd.6 [v2:172.21.15.184:6816/1794025434,v1:172.21.15.184:6817/1794025434]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]: dispatch 2024-03-21T12:51:16.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:51:15 smithi178 bash[14494]: audit 2024-03-21T12:51:14.620592+0000 mon.a (mon.0) 688 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]: dispatch 2024-03-21T12:51:16.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:51:15 smithi178 bash[20270]: cluster 2024-03-21T12:51:14.548204+0000 mgr.y (mgr.14152) 225 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-03-21T12:51:16.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:51:15 smithi178 bash[20270]: audit 2024-03-21T12:51:14.616657+0000 mon.a (mon.0) 685 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-03-21T12:51:16.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:51:15 smithi178 bash[20270]: cluster 2024-03-21T12:51:14.616799+0000 mon.a (mon.0) 686 : cluster [DBG] osdmap e44: 7 total, 6 up, 7 in 2024-03-21T12:51:16.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:51:15 smithi178 bash[20270]: audit 2024-03-21T12:51:14.617050+0000 mon.a (mon.0) 687 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-21T12:51:16.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:51:15 smithi178 bash[20270]: audit 2024-03-21T12:51:14.619791+0000 mon.b (mon.2) 21 : audit [INF] from='osd.6 [v2:172.21.15.184:6816/1794025434,v1:172.21.15.184:6817/1794025434]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]: dispatch 2024-03-21T12:51:16.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:51:15 smithi178 bash[20270]: audit 2024-03-21T12:51:14.620592+0000 mon.a (mon.0) 688 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]: dispatch 2024-03-21T12:51:16.072 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 12:51:15 smithi184 bash[27348]: debug 2024-03-21T12:51:15.628+0000 7f479739d700 -1 osd.6 0 waiting for initial osdmap 2024-03-21T12:51:16.072 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 12:51:15 smithi184 bash[27348]: debug 2024-03-21T12:51:15.640+0000 7f4790d32700 -1 osd.6 45 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-03-21T12:51:16.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:51:15 smithi184 bash[14608]: cluster 2024-03-21T12:51:14.548204+0000 mgr.y (mgr.14152) 225 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-03-21T12:51:16.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:51:15 smithi184 bash[14608]: audit 2024-03-21T12:51:14.616657+0000 mon.a (mon.0) 685 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-03-21T12:51:16.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:51:15 smithi184 bash[14608]: cluster 2024-03-21T12:51:14.616799+0000 mon.a (mon.0) 686 : cluster [DBG] osdmap e44: 7 total, 6 up, 7 in 2024-03-21T12:51:16.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:51:15 smithi184 bash[14608]: audit 2024-03-21T12:51:14.617050+0000 mon.a (mon.0) 687 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-21T12:51:16.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:51:15 smithi184 bash[14608]: audit 2024-03-21T12:51:14.619791+0000 mon.b (mon.2) 21 : audit [INF] from='osd.6 [v2:172.21.15.184:6816/1794025434,v1:172.21.15.184:6817/1794025434]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]: dispatch 2024-03-21T12:51:16.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:51:15 smithi184 bash[14608]: audit 2024-03-21T12:51:14.620592+0000 mon.a (mon.0) 688 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]: dispatch 2024-03-21T12:51:16.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:51:16 smithi184 bash[14608]: audit 2024-03-21T12:51:15.622249+0000 mon.a (mon.0) 689 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]': finished 2024-03-21T12:51:16.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:51:16 smithi184 bash[14608]: cluster 2024-03-21T12:51:15.622482+0000 mon.a (mon.0) 690 : cluster [DBG] osdmap e45: 7 total, 6 up, 7 in 2024-03-21T12:51:16.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:51:16 smithi184 bash[14608]: audit 2024-03-21T12:51:15.623207+0000 mon.a (mon.0) 691 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-21T12:51:16.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:51:16 smithi184 bash[14608]: audit 2024-03-21T12:51:15.630448+0000 mon.a (mon.0) 692 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-21T12:51:17.038 INFO:teuthology.orchestra.run.smithi184.stderr:--> Zapping: /dev/vg_nvme/lv_1 2024-03-21T12:51:17.038 INFO:teuthology.orchestra.run.smithi184.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2024-03-21T12:51:17.038 INFO:teuthology.orchestra.run.smithi184.stderr: stderr: 10+0 records in 2024-03-21T12:51:17.038 INFO:teuthology.orchestra.run.smithi184.stderr:10+0 records out 2024-03-21T12:51:17.038 INFO:teuthology.orchestra.run.smithi184.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0153 s, 685 MB/s 2024-03-21T12:51:17.038 INFO:teuthology.orchestra.run.smithi184.stderr:--> Zapping successful for: 2024-03-21T12:51:17.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:51:16 smithi178 bash[14494]: audit 2024-03-21T12:51:15.622249+0000 mon.a (mon.0) 689 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]': finished 2024-03-21T12:51:17.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:51:16 smithi178 bash[14494]: cluster 2024-03-21T12:51:15.622482+0000 mon.a (mon.0) 690 : cluster [DBG] osdmap e45: 7 total, 6 up, 7 in 2024-03-21T12:51:17.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:51:16 smithi178 bash[14494]: audit 2024-03-21T12:51:15.623207+0000 mon.a (mon.0) 691 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-21T12:51:17.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:51:16 smithi178 bash[14494]: audit 2024-03-21T12:51:15.630448+0000 mon.a (mon.0) 692 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-21T12:51:17.046 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:51:16 smithi178 bash[20270]: audit 2024-03-21T12:51:15.622249+0000 mon.a (mon.0) 689 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]': finished 2024-03-21T12:51:17.046 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:51:16 smithi178 bash[20270]: cluster 2024-03-21T12:51:15.622482+0000 mon.a (mon.0) 690 : cluster [DBG] osdmap e45: 7 total, 6 up, 7 in 2024-03-21T12:51:17.046 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:51:16 smithi178 bash[20270]: audit 2024-03-21T12:51:15.623207+0000 mon.a (mon.0) 691 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-21T12:51:17.046 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:51:16 smithi178 bash[20270]: audit 2024-03-21T12:51:15.630448+0000 mon.a (mon.0) 692 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-21T12:51:17.776 DEBUG:teuthology.orchestra.run.smithi184:> 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 a94f249e-e780-11ee-95cd-87774f69a715 -- ceph orch daemon add osd smithi184:vg_nvme/lv_1 2024-03-21T12:51:17.966 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:51:17 smithi184 bash[14608]: cluster 2024-03-21T12:51:14.901050+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-21T12:51:17.966 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:51:17 smithi184 bash[14608]: cluster 2024-03-21T12:51:14.901230+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-21T12:51:17.966 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:51:17 smithi184 bash[14608]: cluster 2024-03-21T12:51:16.548790+0000 mgr.y (mgr.14152) 226 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-03-21T12:51:17.966 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:51:17 smithi184 bash[14608]: cluster 2024-03-21T12:51:16.632888+0000 mon.a (mon.0) 693 : cluster [INF] osd.6 [v2:172.21.15.184:6816/1794025434,v1:172.21.15.184:6817/1794025434] boot 2024-03-21T12:51:17.966 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:51:17 smithi184 bash[14608]: cluster 2024-03-21T12:51:16.633048+0000 mon.a (mon.0) 694 : cluster [DBG] osdmap e46: 7 total, 7 up, 7 in 2024-03-21T12:51:17.967 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:51:17 smithi184 bash[14608]: audit 2024-03-21T12:51:16.633729+0000 mon.a (mon.0) 695 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-21T12:51:18.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:51:17 smithi178 bash[14494]: cluster 2024-03-21T12:51:14.901050+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-21T12:51:18.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:51:17 smithi178 bash[14494]: cluster 2024-03-21T12:51:14.901230+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-21T12:51:18.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:51:17 smithi178 bash[14494]: cluster 2024-03-21T12:51:16.548790+0000 mgr.y (mgr.14152) 226 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-03-21T12:51:18.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:51:17 smithi178 bash[14494]: cluster 2024-03-21T12:51:16.632888+0000 mon.a (mon.0) 693 : cluster [INF] osd.6 [v2:172.21.15.184:6816/1794025434,v1:172.21.15.184:6817/1794025434] boot 2024-03-21T12:51:18.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:51:17 smithi178 bash[14494]: cluster 2024-03-21T12:51:16.633048+0000 mon.a (mon.0) 694 : cluster [DBG] osdmap e46: 7 total, 7 up, 7 in 2024-03-21T12:51:18.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:51:17 smithi178 bash[14494]: audit 2024-03-21T12:51:16.633729+0000 mon.a (mon.0) 695 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-21T12:51:18.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:51:17 smithi178 bash[20270]: cluster 2024-03-21T12:51:14.901050+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-21T12:51:18.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:51:17 smithi178 bash[20270]: cluster 2024-03-21T12:51:14.901230+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-21T12:51:18.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:51:17 smithi178 bash[20270]: cluster 2024-03-21T12:51:16.548790+0000 mgr.y (mgr.14152) 226 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-03-21T12:51:18.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:51:17 smithi178 bash[20270]: cluster 2024-03-21T12:51:16.632888+0000 mon.a (mon.0) 693 : cluster [INF] osd.6 [v2:172.21.15.184:6816/1794025434,v1:172.21.15.184:6817/1794025434] boot 2024-03-21T12:51:18.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:51:17 smithi178 bash[20270]: cluster 2024-03-21T12:51:16.633048+0000 mon.a (mon.0) 694 : cluster [DBG] osdmap e46: 7 total, 7 up, 7 in 2024-03-21T12:51:18.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:51:17 smithi178 bash[20270]: audit 2024-03-21T12:51:16.633729+0000 mon.a (mon.0) 695 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-21T12:51:19.029 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:51:18 smithi184 bash[14608]: cluster 2024-03-21T12:51:17.643408+0000 mon.a (mon.0) 696 : cluster [DBG] osdmap e47: 7 total, 7 up, 7 in 2024-03-21T12:51:19.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:51:18 smithi178 bash[14494]: cluster 2024-03-21T12:51:17.643408+0000 mon.a (mon.0) 696 : cluster [DBG] osdmap e47: 7 total, 7 up, 7 in 2024-03-21T12:51:19.046 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:51:18 smithi178 bash[20270]: cluster 2024-03-21T12:51:17.643408+0000 mon.a (mon.0) 696 : cluster [DBG] osdmap e47: 7 total, 7 up, 7 in 2024-03-21T12:51:19.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:51:19 smithi184 bash[14608]: cluster 2024-03-21T12:51:18.549395+0000 mgr.y (mgr.14152) 227 : cluster [DBG] pgmap v204: 1 pgs: 1 remapped+peering; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2024-03-21T12:51:19.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:51:19 smithi184 bash[14608]: cluster 2024-03-21T12:51:18.659842+0000 mon.a (mon.0) 697 : cluster [DBG] osdmap e48: 7 total, 7 up, 7 in 2024-03-21T12:51:20.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:51:19 smithi178 bash[14494]: cluster 2024-03-21T12:51:18.549395+0000 mgr.y (mgr.14152) 227 : cluster [DBG] pgmap v204: 1 pgs: 1 remapped+peering; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2024-03-21T12:51:20.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:51:19 smithi178 bash[14494]: cluster 2024-03-21T12:51:18.659842+0000 mon.a (mon.0) 697 : cluster [DBG] osdmap e48: 7 total, 7 up, 7 in 2024-03-21T12:51:20.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:51:19 smithi178 bash[20270]: cluster 2024-03-21T12:51:18.549395+0000 mgr.y (mgr.14152) 227 : cluster [DBG] pgmap v204: 1 pgs: 1 remapped+peering; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2024-03-21T12:51:20.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:51:19 smithi178 bash[20270]: cluster 2024-03-21T12:51:18.659842+0000 mon.a (mon.0) 697 : cluster [DBG] osdmap e48: 7 total, 7 up, 7 in 2024-03-21T12:51:21.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:51:20 smithi178 bash[14494]: cluster 2024-03-21T12:51:19.668525+0000 mon.a (mon.0) 698 : cluster [DBG] osdmap e49: 7 total, 7 up, 7 in 2024-03-21T12:51:21.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:51:20 smithi178 bash[14494]: audit 2024-03-21T12:51:20.653425+0000 mon.a (mon.0) 699 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-21T12:51:21.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:51:20 smithi178 bash[14494]: audit 2024-03-21T12:51:20.660057+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-21T12:51:21.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:51:20 smithi178 bash[14494]: audit 2024-03-21T12:51:20.661971+0000 mon.a (mon.0) 701 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:51:21.046 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:51:20 smithi178 bash[20270]: cluster 2024-03-21T12:51:19.668525+0000 mon.a (mon.0) 698 : cluster [DBG] osdmap e49: 7 total, 7 up, 7 in 2024-03-21T12:51:21.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:51:20 smithi178 bash[20270]: audit 2024-03-21T12:51:20.653425+0000 mon.a (mon.0) 699 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-21T12:51:21.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:51:20 smithi178 bash[20270]: audit 2024-03-21T12:51:20.660057+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-21T12:51:21.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:51:20 smithi178 bash[20270]: audit 2024-03-21T12:51:20.661971+0000 mon.a (mon.0) 701 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:51:21.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:51:20 smithi184 bash[14608]: cluster 2024-03-21T12:51:19.668525+0000 mon.a (mon.0) 698 : cluster [DBG] osdmap e49: 7 total, 7 up, 7 in 2024-03-21T12:51:21.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:51:20 smithi184 bash[14608]: audit 2024-03-21T12:51:20.653425+0000 mon.a (mon.0) 699 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-21T12:51:21.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:51:20 smithi184 bash[14608]: audit 2024-03-21T12:51:20.660057+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-21T12:51:21.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:51:20 smithi184 bash[14608]: audit 2024-03-21T12:51:20.661971+0000 mon.a (mon.0) 701 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:51:21.796 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:51:21 smithi178 bash[20270]: cluster 2024-03-21T12:51:20.549974+0000 mgr.y (mgr.14152) 228 : cluster [DBG] pgmap v207: 1 pgs: 1 remapped+peering; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2024-03-21T12:51:21.796 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:51:21 smithi178 bash[20270]: audit 2024-03-21T12:51:20.647143+0000 mgr.y (mgr.14152) 229 : audit [DBG] from='client.24302 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi184:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:51:21.796 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:51:21 smithi178 bash[20270]: cluster 2024-03-21T12:51:20.672844+0000 mon.a (mon.0) 702 : cluster [DBG] osdmap e50: 7 total, 7 up, 7 in 2024-03-21T12:51:21.796 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:51:21 smithi178 bash[14494]: cluster 2024-03-21T12:51:20.549974+0000 mgr.y (mgr.14152) 228 : cluster [DBG] pgmap v207: 1 pgs: 1 remapped+peering; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2024-03-21T12:51:21.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:51:21 smithi178 bash[14494]: audit 2024-03-21T12:51:20.647143+0000 mgr.y (mgr.14152) 229 : audit [DBG] from='client.24302 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi184:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:51:21.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:51:21 smithi178 bash[14494]: cluster 2024-03-21T12:51:20.672844+0000 mon.a (mon.0) 702 : cluster [DBG] osdmap e50: 7 total, 7 up, 7 in 2024-03-21T12:51:22.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:51:21 smithi184 bash[14608]: cluster 2024-03-21T12:51:20.549974+0000 mgr.y (mgr.14152) 228 : cluster [DBG] pgmap v207: 1 pgs: 1 remapped+peering; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2024-03-21T12:51:22.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:51:21 smithi184 bash[14608]: audit 2024-03-21T12:51:20.647143+0000 mgr.y (mgr.14152) 229 : audit [DBG] from='client.24302 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi184:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:51:22.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:51:21 smithi184 bash[14608]: cluster 2024-03-21T12:51:20.672844+0000 mon.a (mon.0) 702 : cluster [DBG] osdmap e50: 7 total, 7 up, 7 in 2024-03-21T12:51:23.822 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:51:23 smithi184 bash[14608]: cluster 2024-03-21T12:51:22.550568+0000 mgr.y (mgr.14152) 230 : cluster [DBG] pgmap v209: 1 pgs: 1 remapped+peering; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2024-03-21T12:51:23.938 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:51:23 smithi178 bash[14494]: cluster 2024-03-21T12:51:22.550568+0000 mgr.y (mgr.14152) 230 : cluster [DBG] pgmap v209: 1 pgs: 1 remapped+peering; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2024-03-21T12:51:23.938 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:51:23 smithi178 bash[20270]: cluster 2024-03-21T12:51:22.550568+0000 mgr.y (mgr.14152) 230 : cluster [DBG] pgmap v209: 1 pgs: 1 remapped+peering; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2024-03-21T12:51:26.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:51:25 smithi178 bash[14494]: cluster 2024-03-21T12:51:24.551137+0000 mgr.y (mgr.14152) 231 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 86 KiB/s, 0 objects/s recovering 2024-03-21T12:51:26.046 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:51:25 smithi178 bash[20270]: cluster 2024-03-21T12:51:24.551137+0000 mgr.y (mgr.14152) 231 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 86 KiB/s, 0 objects/s recovering 2024-03-21T12:51:26.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:51:25 smithi184 bash[14608]: cluster 2024-03-21T12:51:24.551137+0000 mgr.y (mgr.14152) 231 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 86 KiB/s, 0 objects/s recovering 2024-03-21T12:51:27.018 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:51:26 smithi178 bash[14766]: 172.21.15.178 - - [21/Mar/2024:12:51:26] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2024-03-21T12:51:27.296 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:51:27 smithi178 bash[14766]: 172.21.15.184 - - [21/Mar/2024:12:51:27] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2024-03-21T12:51:28.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:51:27 smithi178 bash[14494]: cluster 2024-03-21T12:51:26.551722+0000 mgr.y (mgr.14152) 232 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 65 KiB/s, 0 objects/s recovering 2024-03-21T12:51:28.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:51:27 smithi178 bash[14494]: audit 2024-03-21T12:51:26.703267+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:51:28.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:51:27 smithi178 bash[14494]: audit 2024-03-21T12:51:26.708326+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:51:28.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:51:27 smithi178 bash[14494]: audit 2024-03-21T12:51:27.011403+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:51:28.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:51:27 smithi178 bash[14494]: audit 2024-03-21T12:51:27.017001+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:51:28.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:51:27 smithi178 bash[20270]: cluster 2024-03-21T12:51:26.551722+0000 mgr.y (mgr.14152) 232 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 65 KiB/s, 0 objects/s recovering 2024-03-21T12:51:28.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:51:27 smithi178 bash[20270]: audit 2024-03-21T12:51:26.703267+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:51:28.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:51:27 smithi178 bash[20270]: audit 2024-03-21T12:51:26.708326+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:51:28.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:51:27 smithi178 bash[20270]: audit 2024-03-21T12:51:27.011403+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:51:28.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:51:27 smithi178 bash[20270]: audit 2024-03-21T12:51:27.017001+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:51:28.052 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:51:27 smithi184 bash[14608]: cluster 2024-03-21T12:51:26.551722+0000 mgr.y (mgr.14152) 232 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 65 KiB/s, 0 objects/s recovering 2024-03-21T12:51:28.052 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:51:27 smithi184 bash[14608]: audit 2024-03-21T12:51:26.703267+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:51:28.052 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:51:27 smithi184 bash[14608]: audit 2024-03-21T12:51:26.708326+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:51:28.052 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:51:27 smithi184 bash[14608]: audit 2024-03-21T12:51:27.011403+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:51:28.052 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:51:27 smithi184 bash[14608]: audit 2024-03-21T12:51:27.017001+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:51:30.046 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:51:29 smithi178 bash[20270]: cluster 2024-03-21T12:51:28.552353+0000 mgr.y (mgr.14152) 233 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-03-21T12:51:30.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:51:29 smithi178 bash[14494]: cluster 2024-03-21T12:51:28.552353+0000 mgr.y (mgr.14152) 233 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-03-21T12:51:30.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:51:29 smithi184 bash[14608]: cluster 2024-03-21T12:51:28.552353+0000 mgr.y (mgr.14152) 233 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-03-21T12:51:31.546 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:51:31 smithi178 bash[14494]: audit 2024-03-21T12:51:30.288248+0000 mon.b (mon.2) 22 : audit [INF] from='client.? 172.21.15.184:0/1168344325' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "75d9f578-df10-48c7-84a6-6702fba2b392"}]: dispatch 2024-03-21T12:51:31.546 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:51:31 smithi178 bash[14494]: audit 2024-03-21T12:51:30.289414+0000 mon.a (mon.0) 707 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "75d9f578-df10-48c7-84a6-6702fba2b392"}]: dispatch 2024-03-21T12:51:31.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:51:31 smithi178 bash[14494]: audit 2024-03-21T12:51:30.298571+0000 mon.a (mon.0) 708 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "75d9f578-df10-48c7-84a6-6702fba2b392"}]': finished 2024-03-21T12:51:31.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:51:31 smithi178 bash[14494]: cluster 2024-03-21T12:51:30.298744+0000 mon.a (mon.0) 709 : cluster [DBG] osdmap e51: 8 total, 7 up, 8 in 2024-03-21T12:51:31.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:51:31 smithi178 bash[14494]: audit 2024-03-21T12:51:30.299048+0000 mon.a (mon.0) 710 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-21T12:51:31.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:51:31 smithi178 bash[14494]: cluster 2024-03-21T12:51:30.552956+0000 mgr.y (mgr.14152) 234 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 52 KiB/s, 0 objects/s recovering 2024-03-21T12:51:31.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:51:31 smithi178 bash[14494]: audit 2024-03-21T12:51:31.000617+0000 mon.b (mon.2) 23 : audit [DBG] from='client.? 172.21.15.184:0/3272226869' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-21T12:51:31.547 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:51:31 smithi178 bash[20270]: audit 2024-03-21T12:51:30.288248+0000 mon.b (mon.2) 22 : audit [INF] from='client.? 172.21.15.184:0/1168344325' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "75d9f578-df10-48c7-84a6-6702fba2b392"}]: dispatch 2024-03-21T12:51:31.547 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:51:31 smithi178 bash[20270]: audit 2024-03-21T12:51:30.289414+0000 mon.a (mon.0) 707 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "75d9f578-df10-48c7-84a6-6702fba2b392"}]: dispatch 2024-03-21T12:51:31.547 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:51:31 smithi178 bash[20270]: audit 2024-03-21T12:51:30.298571+0000 mon.a (mon.0) 708 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "75d9f578-df10-48c7-84a6-6702fba2b392"}]': finished 2024-03-21T12:51:31.547 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:51:31 smithi178 bash[20270]: cluster 2024-03-21T12:51:30.298744+0000 mon.a (mon.0) 709 : cluster [DBG] osdmap e51: 8 total, 7 up, 8 in 2024-03-21T12:51:31.547 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:51:31 smithi178 bash[20270]: audit 2024-03-21T12:51:30.299048+0000 mon.a (mon.0) 710 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-21T12:51:31.547 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:51:31 smithi178 bash[20270]: cluster 2024-03-21T12:51:30.552956+0000 mgr.y (mgr.14152) 234 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 52 KiB/s, 0 objects/s recovering 2024-03-21T12:51:31.547 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:51:31 smithi178 bash[20270]: audit 2024-03-21T12:51:31.000617+0000 mon.b (mon.2) 23 : audit [DBG] from='client.? 172.21.15.184:0/3272226869' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-21T12:51:31.572 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:51:31 smithi184 bash[14608]: audit 2024-03-21T12:51:30.288248+0000 mon.b (mon.2) 22 : audit [INF] from='client.? 172.21.15.184:0/1168344325' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "75d9f578-df10-48c7-84a6-6702fba2b392"}]: dispatch 2024-03-21T12:51:31.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:51:31 smithi184 bash[14608]: audit 2024-03-21T12:51:30.289414+0000 mon.a (mon.0) 707 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "75d9f578-df10-48c7-84a6-6702fba2b392"}]: dispatch 2024-03-21T12:51:31.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:51:31 smithi184 bash[14608]: audit 2024-03-21T12:51:30.298571+0000 mon.a (mon.0) 708 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "75d9f578-df10-48c7-84a6-6702fba2b392"}]': finished 2024-03-21T12:51:31.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:51:31 smithi184 bash[14608]: cluster 2024-03-21T12:51:30.298744+0000 mon.a (mon.0) 709 : cluster [DBG] osdmap e51: 8 total, 7 up, 8 in 2024-03-21T12:51:31.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:51:31 smithi184 bash[14608]: audit 2024-03-21T12:51:30.299048+0000 mon.a (mon.0) 710 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-21T12:51:31.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:51:31 smithi184 bash[14608]: cluster 2024-03-21T12:51:30.552956+0000 mgr.y (mgr.14152) 234 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 52 KiB/s, 0 objects/s recovering 2024-03-21T12:51:31.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:51:31 smithi184 bash[14608]: audit 2024-03-21T12:51:31.000617+0000 mon.b (mon.2) 23 : audit [DBG] from='client.? 172.21.15.184:0/3272226869' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-21T12:51:33.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:51:33 smithi184 bash[14608]: cluster 2024-03-21T12:51:32.553564+0000 mgr.y (mgr.14152) 235 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 52 KiB/s, 0 objects/s recovering 2024-03-21T12:51:34.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:51:33 smithi178 bash[14494]: cluster 2024-03-21T12:51:32.553564+0000 mgr.y (mgr.14152) 235 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 52 KiB/s, 0 objects/s recovering 2024-03-21T12:51:34.046 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:51:33 smithi178 bash[20270]: cluster 2024-03-21T12:51:32.553564+0000 mgr.y (mgr.14152) 235 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 52 KiB/s, 0 objects/s recovering 2024-03-21T12:51:36.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:51:35 smithi178 bash[14494]: cluster 2024-03-21T12:51:34.554229+0000 mgr.y (mgr.14152) 236 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-21T12:51:36.046 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:51:35 smithi178 bash[20270]: cluster 2024-03-21T12:51:34.554229+0000 mgr.y (mgr.14152) 236 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-21T12:51:36.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:51:35 smithi184 bash[14608]: cluster 2024-03-21T12:51:34.554229+0000 mgr.y (mgr.14152) 236 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-21T12:51:37.881 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:51:37 smithi184 bash[14608]: cluster 2024-03-21T12:51:36.554858+0000 mgr.y (mgr.14152) 237 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-21T12:51:38.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:51:37 smithi178 bash[14494]: cluster 2024-03-21T12:51:36.554858+0000 mgr.y (mgr.14152) 237 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-21T12:51:38.046 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:51:37 smithi178 bash[20270]: cluster 2024-03-21T12:51:36.554858+0000 mgr.y (mgr.14152) 237 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-21T12:51:40.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:51:39 smithi178 bash[14494]: cluster 2024-03-21T12:51:38.555527+0000 mgr.y (mgr.14152) 238 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-21T12:51:40.046 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:51:39 smithi178 bash[20270]: cluster 2024-03-21T12:51:38.555527+0000 mgr.y (mgr.14152) 238 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-21T12:51:40.049 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:51:39 smithi184 bash[14608]: cluster 2024-03-21T12:51:38.555527+0000 mgr.y (mgr.14152) 238 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-21T12:51:41.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:51:41 smithi184 bash[14608]: cluster 2024-03-21T12:51:40.556168+0000 mgr.y (mgr.14152) 239 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-21T12:51:41.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:51:41 smithi184 bash[14608]: audit 2024-03-21T12:51:40.730271+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-03-21T12:51:41.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:51:41 smithi184 bash[14608]: audit 2024-03-21T12:51:40.731894+0000 mon.a (mon.0) 712 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:51:41.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:51:41 smithi184 bash[14608]: cephadm 2024-03-21T12:51:40.733151+0000 mgr.y (mgr.14152) 240 : cephadm [INF] Deploying daemon osd.7 on smithi184 2024-03-21T12:51:41.546 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:51:41 smithi178 bash[20270]: cluster 2024-03-21T12:51:40.556168+0000 mgr.y (mgr.14152) 239 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-21T12:51:41.546 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:51:41 smithi178 bash[20270]: audit 2024-03-21T12:51:40.730271+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-03-21T12:51:41.546 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:51:41 smithi178 bash[20270]: audit 2024-03-21T12:51:40.731894+0000 mon.a (mon.0) 712 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:51:41.547 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:51:41 smithi178 bash[20270]: cephadm 2024-03-21T12:51:40.733151+0000 mgr.y (mgr.14152) 240 : cephadm [INF] Deploying daemon osd.7 on smithi184 2024-03-21T12:51:41.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:51:41 smithi178 bash[14494]: cluster 2024-03-21T12:51:40.556168+0000 mgr.y (mgr.14152) 239 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-21T12:51:41.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:51:41 smithi178 bash[14494]: audit 2024-03-21T12:51:40.730271+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-03-21T12:51:41.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:51:41 smithi178 bash[14494]: audit 2024-03-21T12:51:40.731894+0000 mon.a (mon.0) 712 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:51:41.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:51:41 smithi178 bash[14494]: cephadm 2024-03-21T12:51:40.733151+0000 mgr.y (mgr.14152) 240 : cephadm [INF] Deploying daemon osd.7 on smithi184 2024-03-21T12:51:43.679 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:51:43 smithi184 bash[14608]: cluster 2024-03-21T12:51:42.556763+0000 mgr.y (mgr.14152) 241 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-21T12:51:43.796 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:51:43 smithi178 bash[20270]: cluster 2024-03-21T12:51:42.556763+0000 mgr.y (mgr.14152) 241 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-21T12:51:43.796 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:51:43 smithi178 bash[14494]: cluster 2024-03-21T12:51:42.556763+0000 mgr.y (mgr.14152) 241 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-21T12:51:45.794 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:51:45 smithi184 bash[14608]: cluster 2024-03-21T12:51:44.557391+0000 mgr.y (mgr.14152) 242 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-21T12:51:45.796 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:51:45 smithi178 bash[14494]: cluster 2024-03-21T12:51:44.557391+0000 mgr.y (mgr.14152) 242 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-21T12:51:45.796 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:51:45 smithi178 bash[20270]: cluster 2024-03-21T12:51:44.557391+0000 mgr.y (mgr.14152) 242 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-21T12:51:46.945 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:51:46 smithi178 bash[14766]: 172.21.15.178 - - [21/Mar/2024:12:51:46] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2024-03-21T12:51:47.296 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:51:47 smithi178 bash[14766]: 172.21.15.184 - - [21/Mar/2024:12:51:47] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2024-03-21T12:51:47.296 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:51:46 smithi178 bash[14494]: audit 2024-03-21T12:51:45.945618+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:51:47.296 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:51:46 smithi178 bash[14494]: audit 2024-03-21T12:51:45.957019+0000 mon.a (mon.0) 714 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:51:47.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:51:46 smithi178 bash[14494]: audit 2024-03-21T12:51:45.959518+0000 mon.a (mon.0) 715 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:51:47.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:51:46 smithi178 bash[14494]: audit 2024-03-21T12:51:45.961584+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:51:47.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:51:46 smithi178 bash[14494]: audit 2024-03-21T12:51:45.975025+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:51:47.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:51:46 smithi178 bash[14494]: audit 2024-03-21T12:51:46.853718+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:51:47.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:51:46 smithi178 bash[14494]: audit 2024-03-21T12:51:46.860948+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:51:47.297 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:51:46 smithi178 bash[20270]: audit 2024-03-21T12:51:45.945618+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:51:47.297 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:51:46 smithi178 bash[20270]: audit 2024-03-21T12:51:45.957019+0000 mon.a (mon.0) 714 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:51:47.297 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:51:46 smithi178 bash[20270]: audit 2024-03-21T12:51:45.959518+0000 mon.a (mon.0) 715 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:51:47.297 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:51:46 smithi178 bash[20270]: audit 2024-03-21T12:51:45.961584+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:51:47.297 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:51:46 smithi178 bash[20270]: audit 2024-03-21T12:51:45.975025+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:51:47.297 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:51:46 smithi178 bash[20270]: audit 2024-03-21T12:51:46.853718+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:51:47.297 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:51:46 smithi178 bash[20270]: audit 2024-03-21T12:51:46.860948+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:51:47.322 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:51:46 smithi184 bash[14608]: audit 2024-03-21T12:51:45.945618+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:51:47.322 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:51:46 smithi184 bash[14608]: audit 2024-03-21T12:51:45.957019+0000 mon.a (mon.0) 714 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:51:47.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:51:46 smithi184 bash[14608]: audit 2024-03-21T12:51:45.959518+0000 mon.a (mon.0) 715 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:51:47.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:51:46 smithi184 bash[14608]: audit 2024-03-21T12:51:45.961584+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:51:47.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:51:46 smithi184 bash[14608]: audit 2024-03-21T12:51:45.975025+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:51:47.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:51:46 smithi184 bash[14608]: audit 2024-03-21T12:51:46.853718+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:51:47.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:51:46 smithi184 bash[14608]: audit 2024-03-21T12:51:46.860948+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:51:48.296 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:51:47 smithi178 bash[14494]: cluster 2024-03-21T12:51:46.557919+0000 mgr.y (mgr.14152) 243 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-21T12:51:48.296 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:51:47 smithi178 bash[14494]: audit 2024-03-21T12:51:47.163292+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:51:48.296 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:51:47 smithi178 bash[14494]: audit 2024-03-21T12:51:47.171040+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:51:48.296 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:51:47 smithi178 bash[14494]: audit 2024-03-21T12:51:47.197998+0000 mon.a (mon.0) 722 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:51:48.296 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:51:47 smithi178 bash[14494]: audit 2024-03-21T12:51:47.200583+0000 mon.a (mon.0) 723 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:51:48.296 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:51:47 smithi178 bash[14494]: audit 2024-03-21T12:51:47.202162+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:51:48.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:51:47 smithi178 bash[14494]: audit 2024-03-21T12:51:47.212812+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:51:48.297 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:51:47 smithi178 bash[20270]: cluster 2024-03-21T12:51:46.557919+0000 mgr.y (mgr.14152) 243 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-21T12:51:48.297 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:51:47 smithi178 bash[20270]: audit 2024-03-21T12:51:47.163292+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:51:48.297 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:51:47 smithi178 bash[20270]: audit 2024-03-21T12:51:47.171040+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:51:48.297 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:51:47 smithi178 bash[20270]: audit 2024-03-21T12:51:47.197998+0000 mon.a (mon.0) 722 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:51:48.297 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:51:47 smithi178 bash[20270]: audit 2024-03-21T12:51:47.200583+0000 mon.a (mon.0) 723 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:51:48.297 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:51:47 smithi178 bash[20270]: audit 2024-03-21T12:51:47.202162+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:51:48.297 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:51:47 smithi178 bash[20270]: audit 2024-03-21T12:51:47.212812+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:51:48.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:51:47 smithi184 bash[14608]: cluster 2024-03-21T12:51:46.557919+0000 mgr.y (mgr.14152) 243 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-21T12:51:48.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:51:47 smithi184 bash[14608]: audit 2024-03-21T12:51:47.163292+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:51:48.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:51:47 smithi184 bash[14608]: audit 2024-03-21T12:51:47.171040+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:51:48.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:51:47 smithi184 bash[14608]: audit 2024-03-21T12:51:47.197998+0000 mon.a (mon.0) 722 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:51:48.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:51:47 smithi184 bash[14608]: audit 2024-03-21T12:51:47.200583+0000 mon.a (mon.0) 723 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:51:48.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:51:47 smithi184 bash[14608]: audit 2024-03-21T12:51:47.202162+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:51:48.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:51:47 smithi184 bash[14608]: audit 2024-03-21T12:51:47.212812+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:51:49.296 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:51:48 smithi178 bash[14494]: audit 2024-03-21T12:51:48.048513+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-21T12:51:49.296 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:51:48 smithi178 bash[14494]: audit 2024-03-21T12:51:48.049239+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-21T12:51:49.296 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:51:48 smithi178 bash[20270]: audit 2024-03-21T12:51:48.048513+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-21T12:51:49.297 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:51:48 smithi178 bash[20270]: audit 2024-03-21T12:51:48.049239+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-21T12:51:49.322 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:51:48 smithi184 bash[14608]: audit 2024-03-21T12:51:48.048513+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-21T12:51:49.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:51:48 smithi184 bash[14608]: audit 2024-03-21T12:51:48.049239+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-21T12:51:49.985 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:51:49 smithi178 bash[14766]: 172.21.15.184 - - [21/Mar/2024:12:51:49] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2024-03-21T12:51:50.296 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:51:49 smithi178 bash[14494]: cluster 2024-03-21T12:51:48.558516+0000 mgr.y (mgr.14152) 244 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-21T12:51:50.296 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:51:49 smithi178 bash[14494]: audit 2024-03-21T12:51:49.541467+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:51:50.296 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:51:49 smithi178 bash[14494]: audit 2024-03-21T12:51:49.550282+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:51:50.296 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:51:49 smithi178 bash[14494]: audit 2024-03-21T12:51:49.588877+0000 mon.a (mon.0) 730 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:51:50.296 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:51:49 smithi178 bash[14494]: audit 2024-03-21T12:51:49.591695+0000 mon.a (mon.0) 731 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:51:50.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:51:49 smithi178 bash[14494]: audit 2024-03-21T12:51:49.593473+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:51:50.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:51:49 smithi178 bash[14494]: audit 2024-03-21T12:51:49.604342+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:51:50.297 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:51:49 smithi178 bash[20270]: cluster 2024-03-21T12:51:48.558516+0000 mgr.y (mgr.14152) 244 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-21T12:51:50.297 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:51:49 smithi178 bash[20270]: audit 2024-03-21T12:51:49.541467+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:51:50.297 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:51:49 smithi178 bash[20270]: audit 2024-03-21T12:51:49.550282+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:51:50.297 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:51:49 smithi178 bash[20270]: audit 2024-03-21T12:51:49.588877+0000 mon.a (mon.0) 730 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:51:50.297 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:51:49 smithi178 bash[20270]: audit 2024-03-21T12:51:49.591695+0000 mon.a (mon.0) 731 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:51:50.297 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:51:49 smithi178 bash[20270]: audit 2024-03-21T12:51:49.593473+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:51:50.297 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:51:49 smithi178 bash[20270]: audit 2024-03-21T12:51:49.604342+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:51:50.346 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:51:50 smithi184 bash[14608]: cluster 2024-03-21T12:51:48.558516+0000 mgr.y (mgr.14152) 244 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-21T12:51:50.347 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:51:50 smithi184 bash[14608]: audit 2024-03-21T12:51:49.541467+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:51:50.347 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:51:50 smithi184 bash[14608]: audit 2024-03-21T12:51:49.550282+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:51:50.347 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:51:50 smithi184 bash[14608]: audit 2024-03-21T12:51:49.588877+0000 mon.a (mon.0) 730 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:51:50.347 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:51:50 smithi184 bash[14608]: audit 2024-03-21T12:51:49.591695+0000 mon.a (mon.0) 731 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:51:50.347 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:51:50 smithi184 bash[14608]: audit 2024-03-21T12:51:49.593473+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:51:50.347 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:51:50 smithi184 bash[14608]: audit 2024-03-21T12:51:49.604342+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:51:51.306 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:51:51 smithi184 bash[14608]: cluster 2024-03-21T12:51:50.559151+0000 mgr.y (mgr.14152) 245 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-21T12:51:51.546 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:51:51 smithi178 bash[14494]: cluster 2024-03-21T12:51:50.559151+0000 mgr.y (mgr.14152) 245 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-21T12:51:51.546 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:51:51 smithi178 bash[20270]: cluster 2024-03-21T12:51:50.559151+0000 mgr.y (mgr.14152) 245 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-21T12:51:53.822 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:51:53 smithi184 bash[14608]: cluster 2024-03-21T12:51:52.559731+0000 mgr.y (mgr.14152) 246 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-21T12:51:54.041 INFO:teuthology.orchestra.run.smithi184.stdout:Created osd(s) 7 on host 'smithi184' 2024-03-21T12:51:54.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:51:53 smithi178 bash[14494]: cluster 2024-03-21T12:51:52.559731+0000 mgr.y (mgr.14152) 246 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-21T12:51:54.046 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:51:53 smithi178 bash[20270]: cluster 2024-03-21T12:51:52.559731+0000 mgr.y (mgr.14152) 246 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-21T12:51:54.733 DEBUG:teuthology.orchestra.run.smithi184:osd.7> sudo journalctl -f -n 0 -u ceph-a94f249e-e780-11ee-95cd-87774f69a715@osd.7.service 2024-03-21T12:51:54.735 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2024-03-21T12:51:54.736 DEBUG:teuthology.orchestra.run.smithi178:> 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 a94f249e-e780-11ee-95cd-87774f69a715 -- ceph osd stat -f json 2024-03-21T12:51:54.792 INFO:journalctl@ceph.osd.7.smithi184.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2024-03-21T12:51:55.039 INFO:journalctl@ceph.osd.7.smithi184.stdout:Mar 21 12:51:54 smithi184 bash[31046]: debug 2024-03-21T12:51:54.968+0000 7fb1668d73c0 -1 osd.7 0 log_to_monitors true 2024-03-21T12:51:55.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:51:55 smithi178 bash[14494]: audit 2024-03-21T12:51:54.039452+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:51:55.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:51:55 smithi178 bash[14494]: audit 2024-03-21T12:51:54.040104+0000 mon.a (mon.0) 735 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:51:55.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:51:55 smithi178 bash[14494]: audit 2024-03-21T12:51:54.043025+0000 mon.a (mon.0) 736 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:51:55.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:51:55 smithi178 bash[14494]: audit 2024-03-21T12:51:54.044402+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:51:55.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:51:55 smithi178 bash[14494]: audit 2024-03-21T12:51:54.048414+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-03-21T12:51:55.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:51:55 smithi178 bash[14494]: audit 2024-03-21T12:51:54.049944+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-03-21T12:51:55.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:51:55 smithi178 bash[14494]: audit 2024-03-21T12:51:54.051307+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-03-21T12:51:55.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:51:55 smithi178 bash[14494]: audit 2024-03-21T12:51:54.052406+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-03-21T12:51:55.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:51:55 smithi178 bash[14494]: cephadm 2024-03-21T12:51:54.053420+0000 mgr.y (mgr.14152) 247 : cephadm [INF] Adjusting osd_memory_target on smithi184 to 4061M 2024-03-21T12:51:55.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:51:55 smithi178 bash[14494]: audit 2024-03-21T12:51:54.059978+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:51:55.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:51:55 smithi178 bash[14494]: audit 2024-03-21T12:51:54.068659+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:51:55.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:51:55 smithi178 bash[14494]: cluster 2024-03-21T12:51:54.560339+0000 mgr.y (mgr.14152) 248 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-21T12:51:55.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:51:55 smithi178 bash[14494]: audit 2024-03-21T12:51:54.977306+0000 mon.b (mon.2) 24 : audit [INF] from='osd.7 [v2:172.21.15.184:6824/1747897035,v1:172.21.15.184:6825/1747897035]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-03-21T12:51:55.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:51:55 smithi178 bash[14494]: audit 2024-03-21T12:51:54.978173+0000 mon.a (mon.0) 744 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-03-21T12:51:55.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:51:55 smithi178 bash[20270]: audit 2024-03-21T12:51:54.039452+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:51:55.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:51:55 smithi178 bash[20270]: audit 2024-03-21T12:51:54.040104+0000 mon.a (mon.0) 735 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:51:55.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:51:55 smithi178 bash[20270]: audit 2024-03-21T12:51:54.043025+0000 mon.a (mon.0) 736 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:51:55.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:51:55 smithi178 bash[20270]: audit 2024-03-21T12:51:54.044402+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:51:55.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:51:55 smithi178 bash[20270]: audit 2024-03-21T12:51:54.048414+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-03-21T12:51:55.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:51:55 smithi178 bash[20270]: audit 2024-03-21T12:51:54.049944+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-03-21T12:51:55.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:51:55 smithi178 bash[20270]: audit 2024-03-21T12:51:54.051307+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-03-21T12:51:55.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:51:55 smithi178 bash[20270]: audit 2024-03-21T12:51:54.052406+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-03-21T12:51:55.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:51:55 smithi178 bash[20270]: cephadm 2024-03-21T12:51:54.053420+0000 mgr.y (mgr.14152) 247 : cephadm [INF] Adjusting osd_memory_target on smithi184 to 4061M 2024-03-21T12:51:55.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:51:55 smithi178 bash[20270]: audit 2024-03-21T12:51:54.059978+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:51:55.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:51:55 smithi178 bash[20270]: audit 2024-03-21T12:51:54.068659+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:51:55.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:51:55 smithi178 bash[20270]: cluster 2024-03-21T12:51:54.560339+0000 mgr.y (mgr.14152) 248 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-21T12:51:55.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:51:55 smithi178 bash[20270]: audit 2024-03-21T12:51:54.977306+0000 mon.b (mon.2) 24 : audit [INF] from='osd.7 [v2:172.21.15.184:6824/1747897035,v1:172.21.15.184:6825/1747897035]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-03-21T12:51:55.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:51:55 smithi178 bash[20270]: audit 2024-03-21T12:51:54.978173+0000 mon.a (mon.0) 744 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-03-21T12:51:55.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:51:55 smithi184 bash[14608]: audit 2024-03-21T12:51:54.039452+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:51:55.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:51:55 smithi184 bash[14608]: audit 2024-03-21T12:51:54.040104+0000 mon.a (mon.0) 735 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:51:55.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:51:55 smithi184 bash[14608]: audit 2024-03-21T12:51:54.043025+0000 mon.a (mon.0) 736 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:51:55.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:51:55 smithi184 bash[14608]: audit 2024-03-21T12:51:54.044402+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:51:55.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:51:55 smithi184 bash[14608]: audit 2024-03-21T12:51:54.048414+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-03-21T12:51:55.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:51:55 smithi184 bash[14608]: audit 2024-03-21T12:51:54.049944+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-03-21T12:51:55.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:51:55 smithi184 bash[14608]: audit 2024-03-21T12:51:54.051307+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-03-21T12:51:55.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:51:55 smithi184 bash[14608]: audit 2024-03-21T12:51:54.052406+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-03-21T12:51:55.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:51:55 smithi184 bash[14608]: cephadm 2024-03-21T12:51:54.053420+0000 mgr.y (mgr.14152) 247 : cephadm [INF] Adjusting osd_memory_target on smithi184 to 4061M 2024-03-21T12:51:55.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:51:55 smithi184 bash[14608]: audit 2024-03-21T12:51:54.059978+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:51:55.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:51:55 smithi184 bash[14608]: audit 2024-03-21T12:51:54.068659+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:51:55.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:51:55 smithi184 bash[14608]: cluster 2024-03-21T12:51:54.560339+0000 mgr.y (mgr.14152) 248 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-21T12:51:55.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:51:55 smithi184 bash[14608]: audit 2024-03-21T12:51:54.977306+0000 mon.b (mon.2) 24 : audit [INF] from='osd.7 [v2:172.21.15.184:6824/1747897035,v1:172.21.15.184:6825/1747897035]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-03-21T12:51:55.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:51:55 smithi184 bash[14608]: audit 2024-03-21T12:51:54.978173+0000 mon.a (mon.0) 744 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-03-21T12:51:56.246 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:51:56 smithi178 bash[14494]: audit 2024-03-21T12:51:55.077037+0000 mon.a (mon.0) 745 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-03-21T12:51:56.247 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:51:56 smithi178 bash[14494]: cluster 2024-03-21T12:51:55.077138+0000 mon.a (mon.0) 746 : cluster [DBG] osdmap e52: 8 total, 7 up, 8 in 2024-03-21T12:51:56.247 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:51:56 smithi178 bash[14494]: audit 2024-03-21T12:51:55.077343+0000 mon.a (mon.0) 747 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-21T12:51:56.247 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:51:56 smithi178 bash[14494]: audit 2024-03-21T12:51:55.082892+0000 mon.b (mon.2) 25 : audit [INF] from='osd.7 [v2:172.21.15.184:6824/1747897035,v1:172.21.15.184:6825/1747897035]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]: dispatch 2024-03-21T12:51:56.247 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:51:56 smithi178 bash[14494]: audit 2024-03-21T12:51:55.083762+0000 mon.a (mon.0) 748 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]: dispatch 2024-03-21T12:51:56.247 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:51:56 smithi178 bash[20270]: audit 2024-03-21T12:51:55.077037+0000 mon.a (mon.0) 745 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-03-21T12:51:56.247 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:51:56 smithi178 bash[20270]: cluster 2024-03-21T12:51:55.077138+0000 mon.a (mon.0) 746 : cluster [DBG] osdmap e52: 8 total, 7 up, 8 in 2024-03-21T12:51:56.247 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:51:56 smithi178 bash[20270]: audit 2024-03-21T12:51:55.077343+0000 mon.a (mon.0) 747 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-21T12:51:56.247 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:51:56 smithi178 bash[20270]: audit 2024-03-21T12:51:55.082892+0000 mon.b (mon.2) 25 : audit [INF] from='osd.7 [v2:172.21.15.184:6824/1747897035,v1:172.21.15.184:6825/1747897035]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]: dispatch 2024-03-21T12:51:56.247 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:51:56 smithi178 bash[20270]: audit 2024-03-21T12:51:55.083762+0000 mon.a (mon.0) 748 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]: dispatch 2024-03-21T12:51:56.572 INFO:journalctl@ceph.osd.7.smithi184.stdout:Mar 21 12:51:56 smithi184 bash[31046]: debug 2024-03-21T12:51:56.088+0000 7fb15d2da700 -1 osd.7 0 waiting for initial osdmap 2024-03-21T12:51:56.573 INFO:journalctl@ceph.osd.7.smithi184.stdout:Mar 21 12:51:56 smithi184 bash[31046]: debug 2024-03-21T12:51:56.104+0000 7fb157470700 -1 osd.7 53 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-03-21T12:51:56.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:51:56 smithi184 bash[14608]: audit 2024-03-21T12:51:55.077037+0000 mon.a (mon.0) 745 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-03-21T12:51:56.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:51:56 smithi184 bash[14608]: cluster 2024-03-21T12:51:55.077138+0000 mon.a (mon.0) 746 : cluster [DBG] osdmap e52: 8 total, 7 up, 8 in 2024-03-21T12:51:56.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:51:56 smithi184 bash[14608]: audit 2024-03-21T12:51:55.077343+0000 mon.a (mon.0) 747 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-21T12:51:56.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:51:56 smithi184 bash[14608]: audit 2024-03-21T12:51:55.082892+0000 mon.b (mon.2) 25 : audit [INF] from='osd.7 [v2:172.21.15.184:6824/1747897035,v1:172.21.15.184:6825/1747897035]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]: dispatch 2024-03-21T12:51:56.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:51:56 smithi184 bash[14608]: audit 2024-03-21T12:51:55.083762+0000 mon.a (mon.0) 748 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]: dispatch 2024-03-21T12:51:57.090 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:51:57 smithi178 bash[20270]: audit 2024-03-21T12:51:56.082197+0000 mon.a (mon.0) 749 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]': finished 2024-03-21T12:51:57.090 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:51:57 smithi178 bash[20270]: cluster 2024-03-21T12:51:56.082407+0000 mon.a (mon.0) 750 : cluster [DBG] osdmap e53: 8 total, 7 up, 8 in 2024-03-21T12:51:57.090 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:51:57 smithi178 bash[20270]: audit 2024-03-21T12:51:56.082991+0000 mon.a (mon.0) 751 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-21T12:51:57.090 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:51:57 smithi178 bash[20270]: audit 2024-03-21T12:51:56.093025+0000 mon.a (mon.0) 752 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-21T12:51:57.090 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:51:57 smithi178 bash[20270]: cluster 2024-03-21T12:51:56.561014+0000 mgr.y (mgr.14152) 249 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-21T12:51:57.531 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:51:57 smithi178 bash[14494]: audit 2024-03-21T12:51:56.082197+0000 mon.a (mon.0) 749 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]': finished 2024-03-21T12:51:57.531 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:51:57 smithi178 bash[14494]: cluster 2024-03-21T12:51:56.082407+0000 mon.a (mon.0) 750 : cluster [DBG] osdmap e53: 8 total, 7 up, 8 in 2024-03-21T12:51:57.531 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:51:57 smithi178 bash[14494]: audit 2024-03-21T12:51:56.082991+0000 mon.a (mon.0) 751 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-21T12:51:57.531 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:51:57 smithi178 bash[14494]: audit 2024-03-21T12:51:56.093025+0000 mon.a (mon.0) 752 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-21T12:51:57.531 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:51:57 smithi178 bash[14494]: cluster 2024-03-21T12:51:56.561014+0000 mgr.y (mgr.14152) 249 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-21T12:51:57.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:51:57 smithi184 bash[14608]: audit 2024-03-21T12:51:56.082197+0000 mon.a (mon.0) 749 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]': finished 2024-03-21T12:51:57.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:51:57 smithi184 bash[14608]: cluster 2024-03-21T12:51:56.082407+0000 mon.a (mon.0) 750 : cluster [DBG] osdmap e53: 8 total, 7 up, 8 in 2024-03-21T12:51:57.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:51:57 smithi184 bash[14608]: audit 2024-03-21T12:51:56.082991+0000 mon.a (mon.0) 751 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-21T12:51:57.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:51:57 smithi184 bash[14608]: audit 2024-03-21T12:51:56.093025+0000 mon.a (mon.0) 752 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-21T12:51:57.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:51:57 smithi184 bash[14608]: cluster 2024-03-21T12:51:56.561014+0000 mgr.y (mgr.14152) 249 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-21T12:51:57.923 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-03-21T12:51:58.296 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:51:58 smithi178 bash[14494]: cluster 2024-03-21T12:51:55.955460+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-21T12:51:58.296 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:51:58 smithi178 bash[14494]: cluster 2024-03-21T12:51:55.955647+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-21T12:51:58.296 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:51:58 smithi178 bash[14494]: audit 2024-03-21T12:51:57.094550+0000 mon.a (mon.0) 753 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-21T12:51:58.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:51:58 smithi178 bash[14494]: cluster 2024-03-21T12:51:57.100462+0000 mon.a (mon.0) 754 : cluster [INF] osd.7 [v2:172.21.15.184:6824/1747897035,v1:172.21.15.184:6825/1747897035] boot 2024-03-21T12:51:58.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:51:58 smithi178 bash[14494]: cluster 2024-03-21T12:51:57.100552+0000 mon.a (mon.0) 755 : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2024-03-21T12:51:58.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:51:58 smithi178 bash[14494]: audit 2024-03-21T12:51:57.101214+0000 mon.a (mon.0) 756 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-21T12:51:58.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:51:58 smithi178 bash[14494]: audit 2024-03-21T12:51:57.922683+0000 mon.a (mon.0) 757 : audit [DBG] from='client.? 172.21.15.178:0/2785156308' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-03-21T12:51:58.297 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:51:58 smithi178 bash[20270]: cluster 2024-03-21T12:51:55.955460+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-21T12:51:58.297 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:51:58 smithi178 bash[20270]: cluster 2024-03-21T12:51:55.955647+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-21T12:51:58.297 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:51:58 smithi178 bash[20270]: audit 2024-03-21T12:51:57.094550+0000 mon.a (mon.0) 753 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-21T12:51:58.297 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:51:58 smithi178 bash[20270]: cluster 2024-03-21T12:51:57.100462+0000 mon.a (mon.0) 754 : cluster [INF] osd.7 [v2:172.21.15.184:6824/1747897035,v1:172.21.15.184:6825/1747897035] boot 2024-03-21T12:51:58.297 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:51:58 smithi178 bash[20270]: cluster 2024-03-21T12:51:57.100552+0000 mon.a (mon.0) 755 : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2024-03-21T12:51:58.297 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:51:58 smithi178 bash[20270]: audit 2024-03-21T12:51:57.101214+0000 mon.a (mon.0) 756 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-21T12:51:58.297 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:51:58 smithi178 bash[20270]: audit 2024-03-21T12:51:57.922683+0000 mon.a (mon.0) 757 : audit [DBG] from='client.? 172.21.15.178:0/2785156308' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-03-21T12:51:58.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:51:58 smithi184 bash[14608]: cluster 2024-03-21T12:51:55.955460+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-21T12:51:58.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:51:58 smithi184 bash[14608]: cluster 2024-03-21T12:51:55.955647+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-21T12:51:58.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:51:58 smithi184 bash[14608]: audit 2024-03-21T12:51:57.094550+0000 mon.a (mon.0) 753 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-21T12:51:58.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:51:58 smithi184 bash[14608]: cluster 2024-03-21T12:51:57.100462+0000 mon.a (mon.0) 754 : cluster [INF] osd.7 [v2:172.21.15.184:6824/1747897035,v1:172.21.15.184:6825/1747897035] boot 2024-03-21T12:51:58.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:51:58 smithi184 bash[14608]: cluster 2024-03-21T12:51:57.100552+0000 mon.a (mon.0) 755 : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2024-03-21T12:51:58.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:51:58 smithi184 bash[14608]: audit 2024-03-21T12:51:57.101214+0000 mon.a (mon.0) 756 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-21T12:51:58.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:51:58 smithi184 bash[14608]: audit 2024-03-21T12:51:57.922683+0000 mon.a (mon.0) 757 : audit [DBG] from='client.? 172.21.15.178:0/2785156308' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-03-21T12:51:58.655 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":54,"num_osds":8,"num_up_osds":8,"osd_up_since":1711025517,"num_in_osds":8,"osd_in_since":1711025490,"num_remapped_pgs":1} 2024-03-21T12:51:58.656 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid a94f249e-e780-11ee-95cd-87774f69a715 -- ceph osd dump --format=json 2024-03-21T12:51:59.546 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:51:59 smithi178 bash[14494]: cluster 2024-03-21T12:51:58.101890+0000 mon.a (mon.0) 758 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2024-03-21T12:51:59.546 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:51:59 smithi178 bash[14494]: cluster 2024-03-21T12:51:58.561677+0000 mgr.y (mgr.14152) 250 : cluster [DBG] pgmap v232: 1 pgs: 1 remapped+peering; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:51:59.547 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:51:59 smithi178 bash[20270]: cluster 2024-03-21T12:51:58.101890+0000 mon.a (mon.0) 758 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2024-03-21T12:51:59.547 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:51:59 smithi178 bash[20270]: cluster 2024-03-21T12:51:58.561677+0000 mgr.y (mgr.14152) 250 : cluster [DBG] pgmap v232: 1 pgs: 1 remapped+peering; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:51:59.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:51:59 smithi184 bash[14608]: cluster 2024-03-21T12:51:58.101890+0000 mon.a (mon.0) 758 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2024-03-21T12:51:59.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:51:59 smithi184 bash[14608]: cluster 2024-03-21T12:51:58.561677+0000 mgr.y (mgr.14152) 250 : cluster [DBG] pgmap v232: 1 pgs: 1 remapped+peering; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:52:00.546 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:52:00 smithi178 bash[14494]: cluster 2024-03-21T12:51:59.107310+0000 mon.a (mon.0) 759 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2024-03-21T12:52:00.546 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:52:00 smithi178 bash[20270]: cluster 2024-03-21T12:51:59.107310+0000 mon.a (mon.0) 759 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2024-03-21T12:52:00.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:52:00 smithi184 bash[14608]: cluster 2024-03-21T12:51:59.107310+0000 mon.a (mon.0) 759 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2024-03-21T12:52:01.385 INFO:teuthology.orchestra.run.smithi178.stderr:Inferring config /var/lib/ceph/a94f249e-e780-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T12:52:01.415 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:52:01 smithi178 bash[14494]: cluster 2024-03-21T12:52:00.124275+0000 mon.a (mon.0) 760 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2024-03-21T12:52:01.415 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:52:01 smithi178 bash[14494]: cluster 2024-03-21T12:52:00.562389+0000 mgr.y (mgr.14152) 251 : cluster [DBG] pgmap v235: 1 pgs: 1 remapped+peering; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:52:01.415 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:52:01 smithi178 bash[20270]: cluster 2024-03-21T12:52:00.124275+0000 mon.a (mon.0) 760 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2024-03-21T12:52:01.415 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:52:01 smithi178 bash[20270]: cluster 2024-03-21T12:52:00.562389+0000 mgr.y (mgr.14152) 251 : cluster [DBG] pgmap v235: 1 pgs: 1 remapped+peering; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:52:01.572 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:52:01 smithi184 bash[14608]: cluster 2024-03-21T12:52:00.124275+0000 mon.a (mon.0) 760 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2024-03-21T12:52:01.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:52:01 smithi184 bash[14608]: cluster 2024-03-21T12:52:00.562389+0000 mgr.y (mgr.14152) 251 : cluster [DBG] pgmap v235: 1 pgs: 1 remapped+peering; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:52:02.495 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:52:02 smithi184 bash[14608]: cluster 2024-03-21T12:52:01.126441+0000 mon.a (mon.0) 761 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2024-03-21T12:52:02.529 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:52:02 smithi178 bash[14494]: cluster 2024-03-21T12:52:01.126441+0000 mon.a (mon.0) 761 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2024-03-21T12:52:02.530 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:52:02 smithi178 bash[20270]: cluster 2024-03-21T12:52:01.126441+0000 mon.a (mon.0) 761 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2024-03-21T12:52:03.404 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:52:03 smithi184 bash[14608]: cluster 2024-03-21T12:52:02.563169+0000 mgr.y (mgr.14152) 252 : cluster [DBG] pgmap v237: 1 pgs: 1 remapped+peering; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:52:03.546 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:52:03 smithi178 bash[14494]: cluster 2024-03-21T12:52:02.563169+0000 mgr.y (mgr.14152) 252 : cluster [DBG] pgmap v237: 1 pgs: 1 remapped+peering; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:52:03.546 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:52:03 smithi178 bash[20270]: cluster 2024-03-21T12:52:02.563169+0000 mgr.y (mgr.14152) 252 : cluster [DBG] pgmap v237: 1 pgs: 1 remapped+peering; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:52:06.029 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-03-21T12:52:06.029 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":58,"fsid":"a94f249e-e780-11ee-95cd-87774f69a715","created":"2024-03-21T12:44:48.564798+0000","modified":"2024-03-21T12:52:01.118657+0000","last_up_change":"2024-03-21T12:51:57.084957+0000","last_in_change":"2024-03-21T12:51:30.290627+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"quincy","pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-03-21T12:48:44.544764+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":"da2677cf-00f8-400b-ae45-d4276cdba463","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.178:6802","nonce":2109256327},{"type":"v1","addr":"172.21.15.178:6803","nonce":2109256327}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.178:6804","nonce":2109256327},{"type":"v1","addr":"172.21.15.178:6805","nonce":2109256327}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.178:6808","nonce":2109256327},{"type":"v1","addr":"172.21.15.178:6809","nonce":2109256327}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.178:6806","nonce":2109256327},{"type":"v1","addr":"172.21.15.178:6807","nonce":2109256327}]},"public_addr":"172.21.15.178:6803/2109256327","cluster_addr":"172.21.15.178:6805/2109256327","heartbeat_back_addr":"172.21.15.178:6809/2109256327","heartbeat_front_addr":"172.21.15.178:6807/2109256327","state":["exists","up"]},{"osd":1,"uuid":"ac2cce22-e750-4c6d-b699-94c8f2aa7222","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.178:6810","nonce":3943562907},{"type":"v1","addr":"172.21.15.178:6811","nonce":3943562907}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.178:6812","nonce":3943562907},{"type":"v1","addr":"172.21.15.178:6813","nonce":3943562907}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.178:6816","nonce":3943562907},{"type":"v1","addr":"172.21.15.178:6817","nonce":3943562907}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.178:6814","nonce":3943562907},{"type":"v1","addr":"172.21.15.178:6815","nonce":3943562907}]},"public_addr":"172.21.15.178:6811/3943562907","cluster_addr":"172.21.15.178:6813/3943562907","heartbeat_back_addr":"172.21.15.178:6817/3943562907","heartbeat_front_addr":"172.21.15.178:6815/3943562907","state":["exists","up"]},{"osd":2,"uuid":"4a7a66aa-9921-4ccb-80f6-bb66a1be891c","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.178:6818","nonce":3224910125},{"type":"v1","addr":"172.21.15.178:6819","nonce":3224910125}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.178:6820","nonce":3224910125},{"type":"v1","addr":"172.21.15.178:6821","nonce":3224910125}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.178:6824","nonce":3224910125},{"type":"v1","addr":"172.21.15.178:6825","nonce":3224910125}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.178:6822","nonce":3224910125},{"type":"v1","addr":"172.21.15.178:6823","nonce":3224910125}]},"public_addr":"172.21.15.178:6819/3224910125","cluster_addr":"172.21.15.178:6821/3224910125","heartbeat_back_addr":"172.21.15.178:6825/3224910125","heartbeat_front_addr":"172.21.15.178:6823/3224910125","state":["exists","up"]},{"osd":3,"uuid":"b9bb78cb-431a-41d4-be4b-2d210e26b441","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.178:6826","nonce":3467318095},{"type":"v1","addr":"172.21.15.178:6827","nonce":3467318095}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.178:6828","nonce":3467318095},{"type":"v1","addr":"172.21.15.178:6829","nonce":3467318095}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.178:6832","nonce":3467318095},{"type":"v1","addr":"172.21.15.178:6833","nonce":3467318095}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.178:6830","nonce":3467318095},{"type":"v1","addr":"172.21.15.178:6831","nonce":3467318095}]},"public_addr":"172.21.15.178:6827/3467318095","cluster_addr":"172.21.15.178:6829/3467318095","heartbeat_back_addr":"172.21.15.178:6833/3467318095","heartbeat_front_addr":"172.21.15.178:6831/3467318095","state":["exists","up"]},{"osd":4,"uuid":"c67f6106-6a03-44af-96fb-e6164d5a2aa6","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.184:6800","nonce":257885768},{"type":"v1","addr":"172.21.15.184:6801","nonce":257885768}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6802","nonce":257885768},{"type":"v1","addr":"172.21.15.184:6803","nonce":257885768}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6806","nonce":257885768},{"type":"v1","addr":"172.21.15.184:6807","nonce":257885768}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6804","nonce":257885768},{"type":"v1","addr":"172.21.15.184:6805","nonce":257885768}]},"public_addr":"172.21.15.184:6801/257885768","cluster_addr":"172.21.15.184:6803/257885768","heartbeat_back_addr":"172.21.15.184:6807/257885768","heartbeat_front_addr":"172.21.15.184:6805/257885768","state":["exists","up"]},{"osd":5,"uuid":"4effd93b-4d86-4a47-95b5-0a7619ebf025","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.184:6808","nonce":2237893291},{"type":"v1","addr":"172.21.15.184:6809","nonce":2237893291}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6810","nonce":2237893291},{"type":"v1","addr":"172.21.15.184:6811","nonce":2237893291}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6814","nonce":2237893291},{"type":"v1","addr":"172.21.15.184:6815","nonce":2237893291}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6812","nonce":2237893291},{"type":"v1","addr":"172.21.15.184:6813","nonce":2237893291}]},"public_addr":"172.21.15.184:6809/2237893291","cluster_addr":"172.21.15.184:6811/2237893291","heartbeat_back_addr":"172.21.15.184:6815/2237893291","heartbeat_front_addr":"172.21.15.184:6813/2237893291","state":["exists","up"]},{"osd":6,"uuid":"19e6cf6d-60d0-4e81-bda9-f778f9677f11","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.184:6816","nonce":1794025434},{"type":"v1","addr":"172.21.15.184:6817","nonce":1794025434}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6818","nonce":1794025434},{"type":"v1","addr":"172.21.15.184:6819","nonce":1794025434}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6822","nonce":1794025434},{"type":"v1","addr":"172.21.15.184:6823","nonce":1794025434}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6820","nonce":1794025434},{"type":"v1","addr":"172.21.15.184:6821","nonce":1794025434}]},"public_addr":"172.21.15.184:6817/1794025434","cluster_addr":"172.21.15.184:6819/1794025434","heartbeat_back_addr":"172.21.15.184:6823/1794025434","heartbeat_front_addr":"172.21.15.184:6821/1794025434","state":["exists","up"]},{"osd":7,"uuid":"75d9f578-df10-48c7-84a6-6702fba2b392","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.184:6824","nonce":1747897035},{"type":"v1","addr":"172.21.15.184:6825","nonce":1747897035}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6826","nonce":1747897035},{"type":"v1","addr":"172.21.15.184:6827","nonce":1747897035}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6830","nonce":1747897035},{"type":"v1","addr":"172.21.15.184:6831","nonce":1747897035}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6828","nonce":1747897035},{"type":"v1","addr":"172.21.15.184:6829","nonce":1747897035}]},"public_addr":"172.21.15.184:6825/1747897035","cluster_addr":"172.21.15.184:6827/1747897035","heartbeat_back_addr":"172.21.15.184:6831/1747897035","heartbeat_front_addr":"172.21.15.184:6829/1747897035","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-03-21T12:47:30.662622+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-03-21T12:48:06.187596+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-03-21T12:48:42.263013+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-03-21T12:49:21.303223+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-03-21T12:49:56.322914+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-03-21T12:50:35.684578+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-03-21T12:51:14.901235+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-03-21T12:51:55.955653+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.178:0/1687396307":"2024-03-22T12:45:47.888828+0000","172.21.15.178:6801/3814003914":"2024-03-22T12:45:47.888828+0000","172.21.15.178:6800/3814003914":"2024-03-22T12:45:47.888828+0000","172.21.15.178:0/1564850126":"2024-03-22T12:45:47.888828+0000","172.21.15.178:6800/1355448348":"2024-03-22T12:45:18.540595+0000","172.21.15.178:6801/1355448348":"2024-03-22T12:45:18.540595+0000","172.21.15.178:0/4289823430":"2024-03-22T12:45:18.540595+0000","172.21.15.178:0/2682080492":"2024-03-22T12:45:47.888828+0000","172.21.15.178:0/2621284394":"2024-03-22T12:45:18.540595+0000","172.21.15.178:0/1569717547":"2024-03-22T12:45:18.540595+0000"},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-03-21T12:52:06.046 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:52:05 smithi178 bash[20270]: cluster 2024-03-21T12:52:04.563830+0000 mgr.y (mgr.14152) 253 : cluster [DBG] pgmap v238: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 86 KiB/s, 0 objects/s recovering 2024-03-21T12:52:06.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:52:05 smithi178 bash[14494]: cluster 2024-03-21T12:52:04.563830+0000 mgr.y (mgr.14152) 253 : cluster [DBG] pgmap v238: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 86 KiB/s, 0 objects/s recovering 2024-03-21T12:52:06.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:52:05 smithi184 bash[14608]: cluster 2024-03-21T12:52:04.563830+0000 mgr.y (mgr.14152) 253 : cluster [DBG] pgmap v238: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 86 KiB/s, 0 objects/s recovering 2024-03-21T12:52:06.781 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2024-03-21T12:48:44.544764+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': {}}}] 2024-03-21T12:52:06.781 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid a94f249e-e780-11ee-95cd-87774f69a715 -- ceph osd pool get .mgr pg_num 2024-03-21T12:52:06.822 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:52:06 smithi184 bash[14608]: audit 2024-03-21T12:52:06.026434+0000 mon.c (mon.1) 12 : audit [DBG] from='client.? 172.21.15.178:0/2598743047' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-21T12:52:06.983 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:52:06 smithi178 bash[14494]: audit 2024-03-21T12:52:06.026434+0000 mon.c (mon.1) 12 : audit [DBG] from='client.? 172.21.15.178:0/2598743047' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-21T12:52:06.983 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:52:06 smithi178 bash[20270]: audit 2024-03-21T12:52:06.026434+0000 mon.c (mon.1) 12 : audit [DBG] from='client.? 172.21.15.178:0/2598743047' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-21T12:52:07.296 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:52:06 smithi178 bash[14766]: 172.21.15.178 - - [21/Mar/2024:12:52:06] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2024-03-21T12:52:08.296 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:52:07 smithi178 bash[14494]: cluster 2024-03-21T12:52:06.564431+0000 mgr.y (mgr.14152) 254 : cluster [DBG] pgmap v239: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 69 KiB/s, 0 objects/s recovering 2024-03-21T12:52:08.296 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:52:07 smithi178 bash[14494]: audit 2024-03-21T12:52:06.975720+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:52:08.296 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:52:07 smithi178 bash[14494]: audit 2024-03-21T12:52:06.981610+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:52:08.297 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:52:07 smithi178 bash[20270]: cluster 2024-03-21T12:52:06.564431+0000 mgr.y (mgr.14152) 254 : cluster [DBG] pgmap v239: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 69 KiB/s, 0 objects/s recovering 2024-03-21T12:52:08.297 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:52:07 smithi178 bash[20270]: audit 2024-03-21T12:52:06.975720+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:52:08.297 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:52:07 smithi178 bash[20270]: audit 2024-03-21T12:52:06.981610+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:52:08.322 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:52:07 smithi184 bash[14608]: cluster 2024-03-21T12:52:06.564431+0000 mgr.y (mgr.14152) 254 : cluster [DBG] pgmap v239: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 69 KiB/s, 0 objects/s recovering 2024-03-21T12:52:08.322 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:52:07 smithi184 bash[14608]: audit 2024-03-21T12:52:06.975720+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:52:08.322 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:52:07 smithi184 bash[14608]: audit 2024-03-21T12:52:06.981610+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:52:09.682 INFO:teuthology.orchestra.run.smithi178.stderr:Inferring config /var/lib/ceph/a94f249e-e780-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T12:52:09.979 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:52:09 smithi178 bash[14766]: 172.21.15.184 - - [21/Mar/2024:12:52:09] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2024-03-21T12:52:10.297 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:52:10 smithi178 bash[14766]: 172.21.15.184 - - [21/Mar/2024:12:52:10] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2024-03-21T12:52:10.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:52:09 smithi178 bash[14494]: cluster 2024-03-21T12:52:08.565096+0000 mgr.y (mgr.14152) 255 : cluster [DBG] pgmap v240: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 61 KiB/s, 0 objects/s recovering 2024-03-21T12:52:10.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:52:09 smithi178 bash[14494]: audit 2024-03-21T12:52:09.685723+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:52:10.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:52:09 smithi178 bash[14494]: audit 2024-03-21T12:52:09.693744+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:52:10.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:52:09 smithi178 bash[20270]: cluster 2024-03-21T12:52:08.565096+0000 mgr.y (mgr.14152) 255 : cluster [DBG] pgmap v240: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 61 KiB/s, 0 objects/s recovering 2024-03-21T12:52:10.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:52:09 smithi178 bash[20270]: audit 2024-03-21T12:52:09.685723+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:52:10.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:52:09 smithi178 bash[20270]: audit 2024-03-21T12:52:09.693744+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:52:10.322 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:52:09 smithi184 bash[14608]: cluster 2024-03-21T12:52:08.565096+0000 mgr.y (mgr.14152) 255 : cluster [DBG] pgmap v240: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 61 KiB/s, 0 objects/s recovering 2024-03-21T12:52:10.322 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:52:09 smithi184 bash[14608]: audit 2024-03-21T12:52:09.685723+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:52:10.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:52:09 smithi184 bash[14608]: audit 2024-03-21T12:52:09.693744+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:52:11.296 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:52:10 smithi178 bash[20270]: cephadm 2024-03-21T12:52:09.687636+0000 mgr.y (mgr.14152) 256 : cephadm [INF] Detected new or changed devices on smithi184 2024-03-21T12:52:11.296 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:52:10 smithi178 bash[20270]: audit 2024-03-21T12:52:10.131642+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:52:11.296 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:52:10 smithi178 bash[20270]: audit 2024-03-21T12:52:10.138639+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:52:11.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:52:10 smithi178 bash[14494]: cephadm 2024-03-21T12:52:09.687636+0000 mgr.y (mgr.14152) 256 : cephadm [INF] Detected new or changed devices on smithi184 2024-03-21T12:52:11.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:52:10 smithi178 bash[14494]: audit 2024-03-21T12:52:10.131642+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:52:11.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:52:10 smithi178 bash[14494]: audit 2024-03-21T12:52:10.138639+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:52:11.322 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:52:10 smithi184 bash[14608]: cephadm 2024-03-21T12:52:09.687636+0000 mgr.y (mgr.14152) 256 : cephadm [INF] Detected new or changed devices on smithi184 2024-03-21T12:52:11.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:52:10 smithi184 bash[14608]: audit 2024-03-21T12:52:10.131642+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:52:11.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:52:10 smithi184 bash[14608]: audit 2024-03-21T12:52:10.138639+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:52:12.296 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:52:11 smithi178 bash[14494]: cluster 2024-03-21T12:52:10.565769+0000 mgr.y (mgr.14152) 257 : cluster [DBG] pgmap v241: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 52 KiB/s, 0 objects/s recovering 2024-03-21T12:52:12.296 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:52:11 smithi178 bash[20270]: cluster 2024-03-21T12:52:10.565769+0000 mgr.y (mgr.14152) 257 : cluster [DBG] pgmap v241: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 52 KiB/s, 0 objects/s recovering 2024-03-21T12:52:12.322 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:52:11 smithi184 bash[14608]: cluster 2024-03-21T12:52:10.565769+0000 mgr.y (mgr.14152) 257 : cluster [DBG] pgmap v241: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 52 KiB/s, 0 objects/s recovering 2024-03-21T12:52:12.703 INFO:teuthology.orchestra.run.smithi178.stdout:pg_num: 1 2024-03-21T12:52:13.296 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:52:12 smithi178 bash[14494]: cluster 2024-03-21T12:52:12.566347+0000 mgr.y (mgr.14152) 258 : cluster [DBG] pgmap v242: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 45 KiB/s, 0 objects/s recovering 2024-03-21T12:52:13.296 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:52:12 smithi178 bash[14494]: audit 2024-03-21T12:52:12.702638+0000 mon.c (mon.1) 13 : audit [DBG] from='client.? 172.21.15.178:0/3777241613' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-03-21T12:52:13.297 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:52:12 smithi178 bash[20270]: cluster 2024-03-21T12:52:12.566347+0000 mgr.y (mgr.14152) 258 : cluster [DBG] pgmap v242: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 45 KiB/s, 0 objects/s recovering 2024-03-21T12:52:13.297 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:52:12 smithi178 bash[20270]: audit 2024-03-21T12:52:12.702638+0000 mon.c (mon.1) 13 : audit [DBG] from='client.? 172.21.15.178:0/3777241613' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-03-21T12:52:13.322 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:52:12 smithi184 bash[14608]: cluster 2024-03-21T12:52:12.566347+0000 mgr.y (mgr.14152) 258 : cluster [DBG] pgmap v242: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 45 KiB/s, 0 objects/s recovering 2024-03-21T12:52:13.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:52:12 smithi184 bash[14608]: audit 2024-03-21T12:52:12.702638+0000 mon.c (mon.1) 13 : audit [DBG] from='client.? 172.21.15.178:0/3777241613' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-03-21T12:52:13.398 INFO:tasks.cephadm:Adding prometheus.a on smithi184 2024-03-21T12:52:13.398 DEBUG:teuthology.orchestra.run.smithi184:> 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 a94f249e-e780-11ee-95cd-87774f69a715 -- ceph orch apply prometheus '1;smithi184=a' 2024-03-21T12:52:16.016 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:52:15 smithi184 bash[14608]: cluster 2024-03-21T12:52:14.567019+0000 mgr.y (mgr.14152) 259 : cluster [DBG] pgmap v243: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 43 KiB/s, 0 objects/s recovering 2024-03-21T12:52:16.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:52:15 smithi178 bash[14494]: cluster 2024-03-21T12:52:14.567019+0000 mgr.y (mgr.14152) 259 : cluster [DBG] pgmap v243: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 43 KiB/s, 0 objects/s recovering 2024-03-21T12:52:16.046 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:52:15 smithi178 bash[20270]: cluster 2024-03-21T12:52:14.567019+0000 mgr.y (mgr.14152) 259 : cluster [DBG] pgmap v243: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 43 KiB/s, 0 objects/s recovering 2024-03-21T12:52:16.454 INFO:teuthology.orchestra.run.smithi184.stdout:Scheduled prometheus update... 2024-03-21T12:52:17.211 DEBUG:teuthology.orchestra.run.smithi184:prometheus.a> sudo journalctl -f -n 0 -u ceph-a94f249e-e780-11ee-95cd-87774f69a715@prometheus.a.service 2024-03-21T12:52:17.213 INFO:tasks.cephadm:Adding node-exporter.a on smithi178 2024-03-21T12:52:17.213 INFO:tasks.cephadm:Adding node-exporter.b on smithi184 2024-03-21T12:52:17.213 DEBUG:teuthology.orchestra.run.smithi184:> 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 a94f249e-e780-11ee-95cd-87774f69a715 -- ceph orch apply node-exporter '2;smithi178=a;smithi184=b' 2024-03-21T12:52:17.392 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2024-03-21T12:52:17.545 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:52:17 smithi184 bash[14608]: audit 2024-03-21T12:52:16.441493+0000 mgr.y (mgr.14152) 260 : audit [DBG] from='client.24344 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "placement": "1;smithi184=a", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:52:17.545 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:52:17 smithi184 bash[14608]: cephadm 2024-03-21T12:52:16.444946+0000 mgr.y (mgr.14152) 261 : cephadm [INF] Saving service prometheus spec with placement smithi184=a;count:1 2024-03-21T12:52:17.546 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:52:17 smithi184 bash[14608]: audit 2024-03-21T12:52:16.452555+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:52:17.546 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:52:17 smithi184 bash[14608]: audit 2024-03-21T12:52:16.496058+0000 mon.a (mon.0) 769 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:52:17.546 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:52:17 smithi184 bash[14608]: audit 2024-03-21T12:52:16.498774+0000 mon.a (mon.0) 770 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:52:17.546 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:52:17 smithi184 bash[14608]: audit 2024-03-21T12:52:16.500575+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:52:17.546 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:52:17 smithi184 bash[14608]: audit 2024-03-21T12:52:16.510475+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:52:17.546 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:52:17 smithi184 bash[14608]: audit 2024-03-21T12:52:16.519062+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-03-21T12:52:17.546 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:52:17 smithi184 bash[14608]: cluster 2024-03-21T12:52:16.567579+0000 mgr.y (mgr.14152) 262 : cluster [DBG] pgmap v244: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:52:17.725 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:52:17 smithi178 bash[14766]: ignoring --setuser ceph since I am not root 2024-03-21T12:52:17.725 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:52:17 smithi178 bash[14766]: ignoring --setgroup ceph since I am not root 2024-03-21T12:52:17.725 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:52:17 smithi178 bash[14766]: debug 2024-03-21T12:52:17.565+0000 7f328a6fd700 1 -- 172.21.15.178:0/2023272332 <== mon.0 v2:172.21.15.178:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x564a883dc340 con 0x564a89158400 2024-03-21T12:52:17.725 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:52:17 smithi178 bash[20270]: audit 2024-03-21T12:52:16.441493+0000 mgr.y (mgr.14152) 260 : audit [DBG] from='client.24344 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "placement": "1;smithi184=a", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:52:17.725 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:52:17 smithi178 bash[20270]: cephadm 2024-03-21T12:52:16.444946+0000 mgr.y (mgr.14152) 261 : cephadm [INF] Saving service prometheus spec with placement smithi184=a;count:1 2024-03-21T12:52:17.725 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:52:17 smithi178 bash[20270]: audit 2024-03-21T12:52:16.452555+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:52:17.725 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:52:17 smithi178 bash[20270]: audit 2024-03-21T12:52:16.496058+0000 mon.a (mon.0) 769 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:52:17.725 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:52:17 smithi178 bash[20270]: audit 2024-03-21T12:52:16.498774+0000 mon.a (mon.0) 770 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:52:17.726 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:52:17 smithi178 bash[20270]: audit 2024-03-21T12:52:16.500575+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:52:17.726 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:52:17 smithi178 bash[20270]: audit 2024-03-21T12:52:16.510475+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:52:17.726 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:52:17 smithi178 bash[20270]: audit 2024-03-21T12:52:16.519062+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-03-21T12:52:17.726 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:52:17 smithi178 bash[20270]: cluster 2024-03-21T12:52:16.567579+0000 mgr.y (mgr.14152) 262 : cluster [DBG] pgmap v244: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:52:17.726 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:52:17 smithi178 bash[14494]: audit 2024-03-21T12:52:16.441493+0000 mgr.y (mgr.14152) 260 : audit [DBG] from='client.24344 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "placement": "1;smithi184=a", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:52:17.727 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:52:17 smithi178 bash[14494]: cephadm 2024-03-21T12:52:16.444946+0000 mgr.y (mgr.14152) 261 : cephadm [INF] Saving service prometheus spec with placement smithi184=a;count:1 2024-03-21T12:52:17.727 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:52:17 smithi178 bash[14494]: audit 2024-03-21T12:52:16.452555+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:52:17.727 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:52:17 smithi178 bash[14494]: audit 2024-03-21T12:52:16.496058+0000 mon.a (mon.0) 769 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:52:17.727 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:52:17 smithi178 bash[14494]: audit 2024-03-21T12:52:16.498774+0000 mon.a (mon.0) 770 : audit [DBG] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:52:17.727 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:52:17 smithi178 bash[14494]: audit 2024-03-21T12:52:16.500575+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:52:17.727 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:52:17 smithi178 bash[14494]: audit 2024-03-21T12:52:16.510475+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' 2024-03-21T12:52:17.727 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:52:17 smithi178 bash[14494]: audit 2024-03-21T12:52:16.519062+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-03-21T12:52:17.727 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:52:17 smithi178 bash[14494]: cluster 2024-03-21T12:52:16.567579+0000 mgr.y (mgr.14152) 262 : cluster [DBG] pgmap v244: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:52:17.727 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 12:52:17 smithi184 bash[15792]: ignoring --setuser ceph since I am not root 2024-03-21T12:52:17.727 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 12:52:17 smithi184 bash[15792]: ignoring --setgroup ceph since I am not root 2024-03-21T12:52:17.728 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 12:52:17 smithi184 bash[15792]: debug 2024-03-21T12:52:17.567+0000 7f79cc2b2700 1 -- 172.21.15.184:0/424475532 <== mon.2 v2:172.21.15.184:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x564c9c94a340 con 0x564c9d6c6400 2024-03-21T12:52:17.822 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 12:52:17 smithi184 bash[15792]: debug 2024-03-21T12:52:17.723+0000 7f79d4d0e000 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-21T12:52:18.046 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:52:17 smithi178 bash[14766]: debug 2024-03-21T12:52:17.721+0000 7f3293159000 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-21T12:52:18.572 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:52:18 smithi184 bash[14608]: audit 2024-03-21T12:52:17.523138+0000 mon.a (mon.0) 774 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-03-21T12:52:18.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:52:18 smithi184 bash[14608]: cluster 2024-03-21T12:52:17.523292+0000 mon.a (mon.0) 775 : cluster [DBG] mgrmap e16: y(active, since 6m), standbys: x 2024-03-21T12:52:18.573 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 12:52:18 smithi184 bash[15792]: debug 2024-03-21T12:52:18.399+0000 7f79d4d0e000 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-21T12:52:18.573 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 12:52:18 smithi184 bash[15792]: debug 2024-03-21T12:52:18.527+0000 7f79d4d0e000 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-21T12:52:18.666 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:52:18 smithi178 bash[20270]: audit 2024-03-21T12:52:17.523138+0000 mon.a (mon.0) 774 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-03-21T12:52:18.667 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:52:18 smithi178 bash[20270]: cluster 2024-03-21T12:52:17.523292+0000 mon.a (mon.0) 775 : cluster [DBG] mgrmap e16: y(active, since 6m), standbys: x 2024-03-21T12:52:18.667 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:52:18 smithi178 bash[14494]: audit 2024-03-21T12:52:17.523138+0000 mon.a (mon.0) 774 : audit [INF] from='mgr.14152 172.21.15.178:0/2344440351' entity='mgr.y' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-03-21T12:52:18.667 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:52:18 smithi178 bash[14494]: cluster 2024-03-21T12:52:17.523292+0000 mon.a (mon.0) 775 : cluster [DBG] mgrmap e16: y(active, since 6m), standbys: x 2024-03-21T12:52:18.667 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:52:18 smithi178 bash[14766]: debug 2024-03-21T12:52:18.381+0000 7f3293159000 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-21T12:52:18.667 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:52:18 smithi178 bash[14766]: debug 2024-03-21T12:52:18.501+0000 7f3293159000 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-21T12:52:18.994 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:52:18 smithi178 bash[14766]: debug 2024-03-21T12:52:18.661+0000 7f3293159000 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-21T12:52:19.020 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 12:52:18 smithi184 bash[15792]: debug 2024-03-21T12:52:18.687+0000 7f79d4d0e000 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-21T12:52:19.288 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:52:18 smithi178 bash[14766]: debug 2024-03-21T12:52:18.989+0000 7f3293159000 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-21T12:52:19.288 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:52:19 smithi178 bash[14766]: debug 2024-03-21T12:52:19.081+0000 7f3293159000 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-21T12:52:19.315 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 12:52:19 smithi184 bash[15792]: debug 2024-03-21T12:52:19.015+0000 7f79d4d0e000 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-21T12:52:19.315 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 12:52:19 smithi184 bash[15792]: debug 2024-03-21T12:52:19.111+0000 7f79d4d0e000 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-21T12:52:19.546 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:52:19 smithi178 bash[14766]: debug 2024-03-21T12:52:19.285+0000 7f3293159000 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-21T12:52:19.572 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 12:52:19 smithi184 bash[15792]: debug 2024-03-21T12:52:19.311+0000 7f79d4d0e000 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-21T12:52:20.451 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:52:20 smithi178 bash[14766]: debug 2024-03-21T12:52:20.137+0000 7f3293159000 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-21T12:52:20.451 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:52:20 smithi178 bash[14766]: debug 2024-03-21T12:52:20.241+0000 7f3293159000 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-21T12:52:20.495 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 12:52:20 smithi184 bash[15792]: debug 2024-03-21T12:52:20.179+0000 7f79d4d0e000 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-21T12:52:20.495 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 12:52:20 smithi184 bash[15792]: debug 2024-03-21T12:52:20.287+0000 7f79d4d0e000 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-21T12:52:20.793 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:52:20 smithi178 bash[14766]: debug 2024-03-21T12:52:20.445+0000 7f3293159000 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-21T12:52:20.822 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 12:52:20 smithi184 bash[15792]: debug 2024-03-21T12:52:20.491+0000 7f79d4d0e000 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-21T12:52:21.046 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:52:20 smithi178 bash[14766]: debug 2024-03-21T12:52:20.789+0000 7f3293159000 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-21T12:52:21.169 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 12:52:20 smithi184 bash[15792]: debug 2024-03-21T12:52:20.835+0000 7f79d4d0e000 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-21T12:52:21.322 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 12:52:21 smithi184 bash[15792]: debug 2024-03-21T12:52:21.167+0000 7f79d4d0e000 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-21T12:52:21.489 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:52:21 smithi178 bash[14766]: debug 2024-03-21T12:52:21.117+0000 7f3293159000 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-21T12:52:21.760 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:52:21 smithi178 bash[14766]: debug 2024-03-21T12:52:21.485+0000 7f3293159000 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-21T12:52:21.808 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 12:52:21 smithi184 bash[15792]: debug 2024-03-21T12:52:21.535+0000 7f79d4d0e000 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-21T12:52:22.046 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:52:21 smithi178 bash[14766]: debug 2024-03-21T12:52:21.757+0000 7f3293159000 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-21T12:52:22.066 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 12:52:21 smithi184 bash[15792]: debug 2024-03-21T12:52:21.803+0000 7f79d4d0e000 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-21T12:52:22.699 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:52:22 smithi178 bash[14766]: debug 2024-03-21T12:52:22.433+0000 7f3293159000 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-21T12:52:22.700 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:52:22 smithi178 bash[14766]: debug 2024-03-21T12:52:22.537+0000 7f3293159000 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-21T12:52:22.770 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 12:52:22 smithi184 bash[15792]: debug 2024-03-21T12:52:22.499+0000 7f79d4d0e000 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-21T12:52:22.770 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 12:52:22 smithi184 bash[15792]: debug 2024-03-21T12:52:22.603+0000 7f79d4d0e000 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-21T12:52:23.015 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 12:52:22 smithi184 bash[15792]: debug 2024-03-21T12:52:22.767+0000 7f79d4d0e000 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-21T12:52:23.015 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 12:52:22 smithi184 bash[15792]: debug 2024-03-21T12:52:22.875+0000 7f79d4d0e000 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-21T12:52:23.046 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:52:22 smithi178 bash[14766]: debug 2024-03-21T12:52:22.693+0000 7f3293159000 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-21T12:52:23.046 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:52:22 smithi178 bash[14766]: debug 2024-03-21T12:52:22.805+0000 7f3293159000 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-21T12:52:23.046 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:52:22 smithi178 bash[14766]: debug 2024-03-21T12:52:22.941+0000 7f3293159000 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-21T12:52:23.072 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 12:52:23 smithi184 bash[15792]: debug 2024-03-21T12:52:23.011+0000 7f79d4d0e000 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-21T12:52:23.540 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:52:23 smithi178 bash[14766]: debug 2024-03-21T12:52:23.233+0000 7f3293159000 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-21T12:52:23.540 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:52:23 smithi178 bash[14766]: debug 2024-03-21T12:52:23.353+0000 7f3293159000 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-21T12:52:23.572 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 12:52:23 smithi184 bash[15792]: debug 2024-03-21T12:52:23.303+0000 7f79d4d0e000 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-21T12:52:23.573 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 12:52:23 smithi184 bash[15792]: debug 2024-03-21T12:52:23.423+0000 7f79d4d0e000 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-21T12:52:23.796 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:52:23 smithi178 bash[14766]: debug 2024-03-21T12:52:23.537+0000 7f3293159000 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-21T12:52:23.796 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:52:23 smithi178 bash[14766]: debug 2024-03-21T12:52:23.653+0000 7f3293159000 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-21T12:52:24.072 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 12:52:23 smithi184 bash[15792]: debug 2024-03-21T12:52:23.607+0000 7f79d4d0e000 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-21T12:52:24.072 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 12:52:23 smithi184 bash[15792]: debug 2024-03-21T12:52:23.727+0000 7f79d4d0e000 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-21T12:52:24.796 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:52:24 smithi178 bash[14494]: cluster 2024-03-21T12:52:24.530172+0000 mon.a (mon.0) 776 : cluster [INF] Active manager daemon y restarted 2024-03-21T12:52:24.796 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:52:24 smithi178 bash[14494]: cluster 2024-03-21T12:52:24.531127+0000 mon.a (mon.0) 777 : cluster [INF] Activating manager daemon y 2024-03-21T12:52:24.796 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:52:24 smithi178 bash[14494]: cluster 2024-03-21T12:52:24.535887+0000 mon.a (mon.0) 778 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2024-03-21T12:52:24.797 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:52:24 smithi178 bash[14766]: debug 2024-03-21T12:52:24.505+0000 7f3293159000 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-21T12:52:24.797 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:52:24 smithi178 bash[14766]: [21/Mar/2024:12:52:24] ENGINE Bus STARTING 2024-03-21T12:52:24.797 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:52:24 smithi178 bash[20270]: cluster 2024-03-21T12:52:24.530172+0000 mon.a (mon.0) 776 : cluster [INF] Active manager daemon y restarted 2024-03-21T12:52:24.797 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:52:24 smithi178 bash[20270]: cluster 2024-03-21T12:52:24.531127+0000 mon.a (mon.0) 777 : cluster [INF] Activating manager daemon y 2024-03-21T12:52:24.797 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:52:24 smithi178 bash[20270]: cluster 2024-03-21T12:52:24.535887+0000 mon.a (mon.0) 778 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2024-03-21T12:52:24.851 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 12:52:24 smithi184 bash[15792]: debug 2024-03-21T12:52:24.623+0000 7f79d4d0e000 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-21T12:52:24.851 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 12:52:24 smithi184 bash[15792]: [21/Mar/2024:12:52:24] ENGINE Bus STARTING 2024-03-21T12:52:24.851 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 12:52:24 smithi184 bash[15792]: CherryPy Checker: 2024-03-21T12:52:24.851 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 12:52:24 smithi184 bash[15792]: The Application mounted at '' has an empty config. 2024-03-21T12:52:24.851 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 12:52:24 smithi184 bash[15792]: [21/Mar/2024:12:52:24] ENGINE Serving on http://:::9283 2024-03-21T12:52:24.851 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 12:52:24 smithi184 bash[15792]: [21/Mar/2024:12:52:24] ENGINE Bus STARTED 2024-03-21T12:52:24.852 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:52:24 smithi184 bash[14608]: cluster 2024-03-21T12:52:24.530172+0000 mon.a (mon.0) 776 : cluster [INF] Active manager daemon y restarted 2024-03-21T12:52:24.852 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:52:24 smithi184 bash[14608]: cluster 2024-03-21T12:52:24.531127+0000 mon.a (mon.0) 777 : cluster [INF] Activating manager daemon y 2024-03-21T12:52:24.852 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:52:24 smithi184 bash[14608]: cluster 2024-03-21T12:52:24.535887+0000 mon.a (mon.0) 778 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2024-03-21T12:52:25.223 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:52:25 smithi178 bash[14766]: CherryPy Checker: 2024-03-21T12:52:25.223 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:52:25 smithi178 bash[14766]: The Application mounted at '' has an empty config. 2024-03-21T12:52:25.224 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:52:25 smithi178 bash[14766]: [21/Mar/2024:12:52:25] ENGINE Serving on http://:::9283 2024-03-21T12:52:25.224 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:52:25 smithi178 bash[14766]: [21/Mar/2024:12:52:25] ENGINE Bus STARTED 2024-03-21T12:52:25.628 INFO:teuthology.orchestra.run.smithi184.stdout:Scheduled node-exporter update... 2024-03-21T12:52:25.796 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:52:25 smithi178 bash[14766]: [21/Mar/2024:12:52:25] ENGINE Bus STARTING 2024-03-21T12:52:25.796 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:52:25 smithi178 bash[14766]: [21/Mar/2024:12:52:25] ENGINE Serving on https://172.21.15.178:7150 2024-03-21T12:52:25.796 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:52:25 smithi178 bash[14766]: [21/Mar/2024:12:52:25] ENGINE Bus STARTED 2024-03-21T12:52:25.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:52:25 smithi178 bash[14494]: cluster 2024-03-21T12:52:24.592003+0000 mon.a (mon.0) 779 : cluster [DBG] mgrmap e17: y(active, starting, since 0.0609925s), standbys: x 2024-03-21T12:52:25.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:52:25 smithi178 bash[14494]: audit 2024-03-21T12:52:24.600124+0000 mon.a (mon.0) 780 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T12:52:25.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:52:25 smithi178 bash[14494]: audit 2024-03-21T12:52:24.600304+0000 mon.a (mon.0) 781 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T12:52:25.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:52:25 smithi178 bash[14494]: audit 2024-03-21T12:52:24.600461+0000 mon.a (mon.0) 782 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T12:52:25.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:52:25 smithi178 bash[14494]: audit 2024-03-21T12:52:24.601944+0000 mon.a (mon.0) 783 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-03-21T12:52:25.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:52:25 smithi178 bash[14494]: audit 2024-03-21T12:52:24.602344+0000 mon.a (mon.0) 784 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-03-21T12:52:25.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:52:25 smithi178 bash[14494]: audit 2024-03-21T12:52:24.602738+0000 mon.a (mon.0) 785 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T12:52:25.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:52:25 smithi178 bash[14494]: audit 2024-03-21T12:52:24.603024+0000 mon.a (mon.0) 786 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T12:52:25.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:52:25 smithi178 bash[14494]: audit 2024-03-21T12:52:24.603254+0000 mon.a (mon.0) 787 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T12:52:25.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:52:25 smithi178 bash[14494]: audit 2024-03-21T12:52:24.603562+0000 mon.a (mon.0) 788 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-21T12:52:25.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:52:25 smithi178 bash[14494]: audit 2024-03-21T12:52:24.603770+0000 mon.a (mon.0) 789 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-21T12:52:25.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:52:25 smithi178 bash[14494]: audit 2024-03-21T12:52:24.603996+0000 mon.a (mon.0) 790 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-21T12:52:25.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:52:25 smithi178 bash[14494]: audit 2024-03-21T12:52:24.604213+0000 mon.a (mon.0) 791 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-21T12:52:25.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:52:25 smithi178 bash[14494]: audit 2024-03-21T12:52:24.604432+0000 mon.a (mon.0) 792 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-21T12:52:25.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:52:25 smithi178 bash[14494]: audit 2024-03-21T12:52:24.604653+0000 mon.a (mon.0) 793 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-21T12:52:25.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:52:25 smithi178 bash[14494]: audit 2024-03-21T12:52:24.604820+0000 mon.a (mon.0) 794 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-21T12:52:25.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:52:25 smithi178 bash[14494]: audit 2024-03-21T12:52:24.605264+0000 mon.a (mon.0) 795 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-21T12:52:25.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:52:25 smithi178 bash[14494]: cluster 2024-03-21T12:52:24.614405+0000 mon.a (mon.0) 796 : cluster [INF] Manager daemon y is now available 2024-03-21T12:52:25.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:52:25 smithi178 bash[14494]: cluster 2024-03-21T12:52:24.628330+0000 mon.a (mon.0) 797 : cluster [DBG] Standby manager daemon x restarted 2024-03-21T12:52:25.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:52:25 smithi178 bash[20270]: cluster 2024-03-21T12:52:24.592003+0000 mon.a (mon.0) 779 : cluster [DBG] mgrmap e17: y(active, starting, since 0.0609925s), standbys: x 2024-03-21T12:52:25.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:52:25 smithi178 bash[20270]: audit 2024-03-21T12:52:24.600124+0000 mon.a (mon.0) 780 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T12:52:25.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:52:25 smithi178 bash[20270]: audit 2024-03-21T12:52:24.600304+0000 mon.a (mon.0) 781 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T12:52:25.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:52:25 smithi178 bash[20270]: audit 2024-03-21T12:52:24.600461+0000 mon.a (mon.0) 782 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T12:52:25.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:52:25 smithi178 bash[20270]: audit 2024-03-21T12:52:24.601944+0000 mon.a (mon.0) 783 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-03-21T12:52:25.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:52:25 smithi178 bash[20270]: audit 2024-03-21T12:52:24.602344+0000 mon.a (mon.0) 784 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-03-21T12:52:25.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:52:25 smithi178 bash[20270]: audit 2024-03-21T12:52:24.602738+0000 mon.a (mon.0) 785 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T12:52:25.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:52:25 smithi178 bash[20270]: audit 2024-03-21T12:52:24.603024+0000 mon.a (mon.0) 786 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T12:52:25.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:52:25 smithi178 bash[20270]: audit 2024-03-21T12:52:24.603254+0000 mon.a (mon.0) 787 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T12:52:25.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:52:25 smithi178 bash[20270]: audit 2024-03-21T12:52:24.603562+0000 mon.a (mon.0) 788 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-21T12:52:25.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:52:25 smithi178 bash[20270]: audit 2024-03-21T12:52:24.603770+0000 mon.a (mon.0) 789 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-21T12:52:25.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:52:25 smithi178 bash[20270]: audit 2024-03-21T12:52:24.603996+0000 mon.a (mon.0) 790 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-21T12:52:25.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:52:25 smithi178 bash[20270]: audit 2024-03-21T12:52:24.604213+0000 mon.a (mon.0) 791 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-21T12:52:25.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:52:25 smithi178 bash[20270]: audit 2024-03-21T12:52:24.604432+0000 mon.a (mon.0) 792 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-21T12:52:25.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:52:25 smithi178 bash[20270]: audit 2024-03-21T12:52:24.604653+0000 mon.a (mon.0) 793 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-21T12:52:25.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:52:25 smithi178 bash[20270]: audit 2024-03-21T12:52:24.604820+0000 mon.a (mon.0) 794 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-21T12:52:25.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:52:25 smithi178 bash[20270]: audit 2024-03-21T12:52:24.605264+0000 mon.a (mon.0) 795 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-21T12:52:25.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:52:25 smithi178 bash[20270]: cluster 2024-03-21T12:52:24.614405+0000 mon.a (mon.0) 796 : cluster [INF] Manager daemon y is now available 2024-03-21T12:52:25.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:52:25 smithi178 bash[20270]: cluster 2024-03-21T12:52:24.628330+0000 mon.a (mon.0) 797 : cluster [DBG] Standby manager daemon x restarted 2024-03-21T12:52:25.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:52:25 smithi178 bash[14494]: cluster 2024-03-21T12:52:24.628502+0000 mon.a (mon.0) 798 : cluster [DBG] Standby manager daemon x started 2024-03-21T12:52:25.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:52:25 smithi178 bash[14494]: audit 2024-03-21T12:52:24.631433+0000 mon.b (mon.2) 26 : audit [DBG] from='mgr.? 172.21.15.184:0/1260865402' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-03-21T12:52:25.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:52:25 smithi178 bash[14494]: audit 2024-03-21T12:52:24.632578+0000 mon.b (mon.2) 27 : audit [DBG] from='mgr.? 172.21.15.184:0/1260865402' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-21T12:52:25.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:52:25 smithi178 bash[14494]: audit 2024-03-21T12:52:24.635834+0000 mon.b (mon.2) 28 : audit [DBG] from='mgr.? 172.21.15.184:0/1260865402' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-03-21T12:52:25.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:52:25 smithi178 bash[14494]: audit 2024-03-21T12:52:24.636582+0000 mon.b (mon.2) 29 : audit [DBG] from='mgr.? 172.21.15.184:0/1260865402' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-21T12:52:25.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:52:25 smithi178 bash[14494]: audit 2024-03-21T12:52:24.648094+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:52:25.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:52:25 smithi178 bash[14494]: audit 2024-03-21T12:52:24.658390+0000 mon.a (mon.0) 800 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:52:25.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:52:25 smithi178 bash[14494]: audit 2024-03-21T12:52:24.660242+0000 mon.a (mon.0) 801 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:52:25.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:52:25 smithi178 bash[14494]: audit 2024-03-21T12:52:24.662634+0000 mon.a (mon.0) 802 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:52:25.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:52:25 smithi178 bash[14494]: audit 2024-03-21T12:52:24.664306+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:52:25.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:52:25 smithi178 bash[14494]: audit 2024-03-21T12:52:24.676757+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:52:25.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:52:25 smithi178 bash[14494]: audit 2024-03-21T12:52:24.677002+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi178", "name": "osd_memory_target"}]: dispatch 2024-03-21T12:52:25.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:52:25 smithi178 bash[14494]: audit 2024-03-21T12:52:24.677611+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi184", "name": "osd_memory_target"}]: dispatch 2024-03-21T12:52:25.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:52:25 smithi178 bash[14494]: audit 2024-03-21T12:52:24.685788+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd='[{"prefix": "config rm", "who": "osd/host:smithi178", "name": "osd_memory_target"}]': finished 2024-03-21T12:52:25.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:52:25 smithi178 bash[14494]: cephadm 2024-03-21T12:52:24.688543+0000 mgr.y (mgr.24355) 1 : cephadm [INF] Updating smithi178:/etc/ceph/ceph.conf 2024-03-21T12:52:25.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:52:25 smithi178 bash[14494]: audit 2024-03-21T12:52:24.691117+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd='[{"prefix": "config rm", "who": "osd/host:smithi184", "name": "osd_memory_target"}]': finished 2024-03-21T12:52:25.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:52:25 smithi178 bash[14494]: cephadm 2024-03-21T12:52:24.692507+0000 mgr.y (mgr.24355) 2 : cephadm [INF] Updating smithi184:/etc/ceph/ceph.conf 2024-03-21T12:52:25.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:52:25 smithi178 bash[14494]: audit 2024-03-21T12:52:24.698234+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-21T12:52:25.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:52:25 smithi178 bash[14494]: audit 2024-03-21T12:52:24.942024+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-21T12:52:25.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:52:25 smithi178 bash[14494]: cephadm 2024-03-21T12:52:25.534650+0000 mgr.y (mgr.24355) 3 : cephadm [INF] [21/Mar/2024:12:52:25] ENGINE Bus STARTING 2024-03-21T12:52:25.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:52:25 smithi178 bash[14494]: cephadm 2024-03-21T12:52:25.565687+0000 mgr.y (mgr.24355) 4 : cephadm [INF] Updating smithi184:/etc/ceph/ceph.client.admin.keyring 2024-03-21T12:52:25.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:52:25 smithi178 bash[14494]: cephadm 2024-03-21T12:52:25.571938+0000 mgr.y (mgr.24355) 5 : cephadm [INF] Updating smithi178:/etc/ceph/ceph.client.admin.keyring 2024-03-21T12:52:25.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:52:25 smithi178 bash[20270]: cluster 2024-03-21T12:52:24.628502+0000 mon.a (mon.0) 798 : cluster [DBG] Standby manager daemon x started 2024-03-21T12:52:25.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:52:25 smithi178 bash[20270]: audit 2024-03-21T12:52:24.631433+0000 mon.b (mon.2) 26 : audit [DBG] from='mgr.? 172.21.15.184:0/1260865402' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-03-21T12:52:25.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:52:25 smithi178 bash[20270]: audit 2024-03-21T12:52:24.632578+0000 mon.b (mon.2) 27 : audit [DBG] from='mgr.? 172.21.15.184:0/1260865402' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-21T12:52:25.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:52:25 smithi178 bash[20270]: audit 2024-03-21T12:52:24.635834+0000 mon.b (mon.2) 28 : audit [DBG] from='mgr.? 172.21.15.184:0/1260865402' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-03-21T12:52:25.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:52:25 smithi178 bash[20270]: audit 2024-03-21T12:52:24.636582+0000 mon.b (mon.2) 29 : audit [DBG] from='mgr.? 172.21.15.184:0/1260865402' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-21T12:52:25.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:52:25 smithi178 bash[20270]: audit 2024-03-21T12:52:24.648094+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:52:25.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:52:25 smithi178 bash[20270]: audit 2024-03-21T12:52:24.658390+0000 mon.a (mon.0) 800 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:52:25.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:52:25 smithi178 bash[20270]: audit 2024-03-21T12:52:24.660242+0000 mon.a (mon.0) 801 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:52:25.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:52:25 smithi178 bash[20270]: audit 2024-03-21T12:52:24.662634+0000 mon.a (mon.0) 802 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:52:25.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:52:25 smithi178 bash[20270]: audit 2024-03-21T12:52:24.664306+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:52:25.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:52:25 smithi178 bash[20270]: audit 2024-03-21T12:52:24.676757+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:52:25.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:52:25 smithi178 bash[20270]: audit 2024-03-21T12:52:24.677002+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi178", "name": "osd_memory_target"}]: dispatch 2024-03-21T12:52:25.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:52:25 smithi178 bash[20270]: audit 2024-03-21T12:52:24.677611+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi184", "name": "osd_memory_target"}]: dispatch 2024-03-21T12:52:25.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:52:25 smithi178 bash[20270]: audit 2024-03-21T12:52:24.685788+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd='[{"prefix": "config rm", "who": "osd/host:smithi178", "name": "osd_memory_target"}]': finished 2024-03-21T12:52:25.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:52:25 smithi178 bash[20270]: cephadm 2024-03-21T12:52:24.688543+0000 mgr.y (mgr.24355) 1 : cephadm [INF] Updating smithi178:/etc/ceph/ceph.conf 2024-03-21T12:52:25.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:52:25 smithi178 bash[20270]: audit 2024-03-21T12:52:24.691117+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd='[{"prefix": "config rm", "who": "osd/host:smithi184", "name": "osd_memory_target"}]': finished 2024-03-21T12:52:25.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:52:25 smithi178 bash[20270]: cephadm 2024-03-21T12:52:24.692507+0000 mgr.y (mgr.24355) 2 : cephadm [INF] Updating smithi184:/etc/ceph/ceph.conf 2024-03-21T12:52:25.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:52:25 smithi178 bash[20270]: audit 2024-03-21T12:52:24.698234+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-21T12:52:25.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:52:25 smithi178 bash[20270]: audit 2024-03-21T12:52:24.942024+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-21T12:52:25.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:52:25 smithi178 bash[20270]: cephadm 2024-03-21T12:52:25.534650+0000 mgr.y (mgr.24355) 3 : cephadm [INF] [21/Mar/2024:12:52:25] ENGINE Bus STARTING 2024-03-21T12:52:25.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:52:25 smithi178 bash[20270]: cephadm 2024-03-21T12:52:25.565687+0000 mgr.y (mgr.24355) 4 : cephadm [INF] Updating smithi184:/etc/ceph/ceph.client.admin.keyring 2024-03-21T12:52:25.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:52:25 smithi178 bash[20270]: cephadm 2024-03-21T12:52:25.571938+0000 mgr.y (mgr.24355) 5 : cephadm [INF] Updating smithi178:/etc/ceph/ceph.client.admin.keyring 2024-03-21T12:52:25.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:52:25 smithi184 bash[14608]: cluster 2024-03-21T12:52:24.592003+0000 mon.a (mon.0) 779 : cluster [DBG] mgrmap e17: y(active, starting, since 0.0609925s), standbys: x 2024-03-21T12:52:25.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:52:25 smithi184 bash[14608]: audit 2024-03-21T12:52:24.600124+0000 mon.a (mon.0) 780 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T12:52:25.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:52:25 smithi184 bash[14608]: audit 2024-03-21T12:52:24.600304+0000 mon.a (mon.0) 781 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T12:52:25.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:52:25 smithi184 bash[14608]: audit 2024-03-21T12:52:24.600461+0000 mon.a (mon.0) 782 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T12:52:25.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:52:25 smithi184 bash[14608]: audit 2024-03-21T12:52:24.601944+0000 mon.a (mon.0) 783 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-03-21T12:52:25.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:52:25 smithi184 bash[14608]: audit 2024-03-21T12:52:24.602344+0000 mon.a (mon.0) 784 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-03-21T12:52:25.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:52:25 smithi184 bash[14608]: audit 2024-03-21T12:52:24.602738+0000 mon.a (mon.0) 785 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T12:52:25.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:52:25 smithi184 bash[14608]: audit 2024-03-21T12:52:24.603024+0000 mon.a (mon.0) 786 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T12:52:25.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:52:25 smithi184 bash[14608]: audit 2024-03-21T12:52:24.603254+0000 mon.a (mon.0) 787 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T12:52:25.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:52:25 smithi184 bash[14608]: audit 2024-03-21T12:52:24.603562+0000 mon.a (mon.0) 788 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-21T12:52:25.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:52:25 smithi184 bash[14608]: audit 2024-03-21T12:52:24.603770+0000 mon.a (mon.0) 789 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-21T12:52:25.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:52:25 smithi184 bash[14608]: audit 2024-03-21T12:52:24.603996+0000 mon.a (mon.0) 790 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-21T12:52:25.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:52:25 smithi184 bash[14608]: audit 2024-03-21T12:52:24.604213+0000 mon.a (mon.0) 791 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-21T12:52:25.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:52:25 smithi184 bash[14608]: audit 2024-03-21T12:52:24.604432+0000 mon.a (mon.0) 792 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-21T12:52:25.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:52:25 smithi184 bash[14608]: audit 2024-03-21T12:52:24.604653+0000 mon.a (mon.0) 793 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-21T12:52:25.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:52:25 smithi184 bash[14608]: audit 2024-03-21T12:52:24.604820+0000 mon.a (mon.0) 794 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-21T12:52:25.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:52:25 smithi184 bash[14608]: audit 2024-03-21T12:52:24.605264+0000 mon.a (mon.0) 795 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-21T12:52:25.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:52:25 smithi184 bash[14608]: cluster 2024-03-21T12:52:24.614405+0000 mon.a (mon.0) 796 : cluster [INF] Manager daemon y is now available 2024-03-21T12:52:25.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:52:25 smithi184 bash[14608]: cluster 2024-03-21T12:52:24.628330+0000 mon.a (mon.0) 797 : cluster [DBG] Standby manager daemon x restarted 2024-03-21T12:52:25.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:52:25 smithi184 bash[14608]: cluster 2024-03-21T12:52:24.628502+0000 mon.a (mon.0) 798 : cluster [DBG] Standby manager daemon x started 2024-03-21T12:52:25.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:52:25 smithi184 bash[14608]: audit 2024-03-21T12:52:24.631433+0000 mon.b (mon.2) 26 : audit [DBG] from='mgr.? 172.21.15.184:0/1260865402' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-03-21T12:52:25.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:52:25 smithi184 bash[14608]: audit 2024-03-21T12:52:24.632578+0000 mon.b (mon.2) 27 : audit [DBG] from='mgr.? 172.21.15.184:0/1260865402' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-21T12:52:25.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:52:25 smithi184 bash[14608]: audit 2024-03-21T12:52:24.635834+0000 mon.b (mon.2) 28 : audit [DBG] from='mgr.? 172.21.15.184:0/1260865402' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-03-21T12:52:25.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:52:25 smithi184 bash[14608]: audit 2024-03-21T12:52:24.636582+0000 mon.b (mon.2) 29 : audit [DBG] from='mgr.? 172.21.15.184:0/1260865402' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-21T12:52:25.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:52:25 smithi184 bash[14608]: audit 2024-03-21T12:52:24.648094+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:52:25.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:52:25 smithi184 bash[14608]: audit 2024-03-21T12:52:24.658390+0000 mon.a (mon.0) 800 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:52:25.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:52:25 smithi184 bash[14608]: audit 2024-03-21T12:52:24.660242+0000 mon.a (mon.0) 801 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:52:25.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:52:25 smithi184 bash[14608]: audit 2024-03-21T12:52:24.662634+0000 mon.a (mon.0) 802 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:52:25.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:52:25 smithi184 bash[14608]: audit 2024-03-21T12:52:24.664306+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:52:25.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:52:25 smithi184 bash[14608]: audit 2024-03-21T12:52:24.676757+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:52:25.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:52:25 smithi184 bash[14608]: audit 2024-03-21T12:52:24.677002+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi178", "name": "osd_memory_target"}]: dispatch 2024-03-21T12:52:25.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:52:25 smithi184 bash[14608]: audit 2024-03-21T12:52:24.677611+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi184", "name": "osd_memory_target"}]: dispatch 2024-03-21T12:52:25.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:52:25 smithi184 bash[14608]: audit 2024-03-21T12:52:24.685788+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd='[{"prefix": "config rm", "who": "osd/host:smithi178", "name": "osd_memory_target"}]': finished 2024-03-21T12:52:25.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:52:25 smithi184 bash[14608]: cephadm 2024-03-21T12:52:24.688543+0000 mgr.y (mgr.24355) 1 : cephadm [INF] Updating smithi178:/etc/ceph/ceph.conf 2024-03-21T12:52:25.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:52:25 smithi184 bash[14608]: audit 2024-03-21T12:52:24.691117+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd='[{"prefix": "config rm", "who": "osd/host:smithi184", "name": "osd_memory_target"}]': finished 2024-03-21T12:52:25.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:52:25 smithi184 bash[14608]: cephadm 2024-03-21T12:52:24.692507+0000 mgr.y (mgr.24355) 2 : cephadm [INF] Updating smithi184:/etc/ceph/ceph.conf 2024-03-21T12:52:25.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:52:25 smithi184 bash[14608]: audit 2024-03-21T12:52:24.698234+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-21T12:52:25.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:52:25 smithi184 bash[14608]: audit 2024-03-21T12:52:24.942024+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-21T12:52:25.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:52:25 smithi184 bash[14608]: cephadm 2024-03-21T12:52:25.534650+0000 mgr.y (mgr.24355) 3 : cephadm [INF] [21/Mar/2024:12:52:25] ENGINE Bus STARTING 2024-03-21T12:52:25.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:52:25 smithi184 bash[14608]: cephadm 2024-03-21T12:52:25.565687+0000 mgr.y (mgr.24355) 4 : cephadm [INF] Updating smithi184:/etc/ceph/ceph.client.admin.keyring 2024-03-21T12:52:25.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:52:25 smithi184 bash[14608]: cephadm 2024-03-21T12:52:25.571938+0000 mgr.y (mgr.24355) 5 : cephadm [INF] Updating smithi178:/etc/ceph/ceph.client.admin.keyring 2024-03-21T12:52:26.322 DEBUG:teuthology.orchestra.run.smithi178:node-exporter.a> sudo journalctl -f -n 0 -u ceph-a94f249e-e780-11ee-95cd-87774f69a715@node-exporter.a.service 2024-03-21T12:52:26.325 DEBUG:teuthology.orchestra.run.smithi184:node-exporter.b> sudo journalctl -f -n 0 -u ceph-a94f249e-e780-11ee-95cd-87774f69a715@node-exporter.b.service 2024-03-21T12:52:26.327 INFO:tasks.cephadm:Adding alertmanager.a on smithi178 2024-03-21T12:52:26.327 DEBUG:teuthology.orchestra.run.smithi184:> 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 a94f249e-e780-11ee-95cd-87774f69a715 -- ceph orch apply alertmanager '1;smithi178=a' 2024-03-21T12:52:26.455 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2024-03-21T12:52:26.696 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2024-03-21T12:52:26.820 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:52:26 smithi184 bash[14608]: cluster 2024-03-21T12:52:25.617158+0000 mon.a (mon.0) 811 : cluster [DBG] mgrmap e18: y(active, since 1.08615s), standbys: x 2024-03-21T12:52:26.820 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:52:26 smithi184 bash[14608]: audit 2024-03-21T12:52:25.620625+0000 mgr.y (mgr.24355) 6 : audit [DBG] from='client.24362 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "placement": "2;smithi178=a;smithi184=b", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:52:26.820 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:52:26 smithi184 bash[14608]: cephadm 2024-03-21T12:52:25.623520+0000 mgr.y (mgr.24355) 7 : cephadm [INF] Saving service node-exporter spec with placement smithi178=a;smithi184=b;count:2 2024-03-21T12:52:26.820 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:52:26 smithi184 bash[14608]: cluster 2024-03-21T12:52:25.624642+0000 mgr.y (mgr.24355) 8 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:52:26.820 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:52:26 smithi184 bash[14608]: audit 2024-03-21T12:52:25.627337+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:52:26.820 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:52:26 smithi184 bash[14608]: cephadm 2024-03-21T12:52:25.663040+0000 mgr.y (mgr.24355) 9 : cephadm [INF] [21/Mar/2024:12:52:25] ENGINE Serving on https://172.21.15.178:7150 2024-03-21T12:52:26.820 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:52:26 smithi184 bash[14608]: cephadm 2024-03-21T12:52:25.663565+0000 mgr.y (mgr.24355) 10 : cephadm [INF] [21/Mar/2024:12:52:25] ENGINE Bus STARTED 2024-03-21T12:52:26.820 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:52:26 smithi184 bash[14608]: audit 2024-03-21T12:52:25.670040+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:52:26.820 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:52:26 smithi184 bash[14608]: audit 2024-03-21T12:52:25.760351+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:52:26.820 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:52:26 smithi184 bash[14608]: audit 2024-03-21T12:52:25.766233+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:52:26.820 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:52:26 smithi184 bash[14608]: audit 2024-03-21T12:52:25.772942+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:52:26.820 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:52:26 smithi184 bash[14608]: audit 2024-03-21T12:52:25.779393+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-03-21T12:52:26.909 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:52:26 smithi178 bash[20270]: cluster 2024-03-21T12:52:25.617158+0000 mon.a (mon.0) 811 : cluster [DBG] mgrmap e18: y(active, since 1.08615s), standbys: x 2024-03-21T12:52:26.909 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:52:26 smithi178 bash[20270]: audit 2024-03-21T12:52:25.620625+0000 mgr.y (mgr.24355) 6 : audit [DBG] from='client.24362 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "placement": "2;smithi178=a;smithi184=b", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:52:26.909 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:52:26 smithi178 bash[20270]: cephadm 2024-03-21T12:52:25.623520+0000 mgr.y (mgr.24355) 7 : cephadm [INF] Saving service node-exporter spec with placement smithi178=a;smithi184=b;count:2 2024-03-21T12:52:26.909 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:52:26 smithi178 bash[20270]: cluster 2024-03-21T12:52:25.624642+0000 mgr.y (mgr.24355) 8 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:52:26.909 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:52:26 smithi178 bash[20270]: audit 2024-03-21T12:52:25.627337+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:52:26.910 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:52:26 smithi178 bash[20270]: cephadm 2024-03-21T12:52:25.663040+0000 mgr.y (mgr.24355) 9 : cephadm [INF] [21/Mar/2024:12:52:25] ENGINE Serving on https://172.21.15.178:7150 2024-03-21T12:52:26.910 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:52:26 smithi178 bash[20270]: cephadm 2024-03-21T12:52:25.663565+0000 mgr.y (mgr.24355) 10 : cephadm [INF] [21/Mar/2024:12:52:25] ENGINE Bus STARTED 2024-03-21T12:52:26.910 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:52:26 smithi178 bash[20270]: audit 2024-03-21T12:52:25.670040+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:52:26.910 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:52:26 smithi178 bash[20270]: audit 2024-03-21T12:52:25.760351+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:52:26.910 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:52:26 smithi178 bash[20270]: audit 2024-03-21T12:52:25.766233+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:52:26.910 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:52:26 smithi178 bash[20270]: audit 2024-03-21T12:52:25.772942+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:52:26.911 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:52:26 smithi178 bash[20270]: audit 2024-03-21T12:52:25.779393+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-03-21T12:52:26.911 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:52:26 smithi178 bash[14494]: cluster 2024-03-21T12:52:25.617158+0000 mon.a (mon.0) 811 : cluster [DBG] mgrmap e18: y(active, since 1.08615s), standbys: x 2024-03-21T12:52:26.911 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:52:26 smithi178 bash[14494]: audit 2024-03-21T12:52:25.620625+0000 mgr.y (mgr.24355) 6 : audit [DBG] from='client.24362 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "placement": "2;smithi178=a;smithi184=b", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:52:26.911 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:52:26 smithi178 bash[14494]: cephadm 2024-03-21T12:52:25.623520+0000 mgr.y (mgr.24355) 7 : cephadm [INF] Saving service node-exporter spec with placement smithi178=a;smithi184=b;count:2 2024-03-21T12:52:26.911 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:52:26 smithi178 bash[14494]: cluster 2024-03-21T12:52:25.624642+0000 mgr.y (mgr.24355) 8 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:52:26.911 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:52:26 smithi178 bash[14494]: audit 2024-03-21T12:52:25.627337+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:52:26.912 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:52:26 smithi178 bash[14494]: cephadm 2024-03-21T12:52:25.663040+0000 mgr.y (mgr.24355) 9 : cephadm [INF] [21/Mar/2024:12:52:25] ENGINE Serving on https://172.21.15.178:7150 2024-03-21T12:52:26.912 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:52:26 smithi178 bash[14494]: cephadm 2024-03-21T12:52:25.663565+0000 mgr.y (mgr.24355) 10 : cephadm [INF] [21/Mar/2024:12:52:25] ENGINE Bus STARTED 2024-03-21T12:52:26.912 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:52:26 smithi178 bash[14494]: audit 2024-03-21T12:52:25.670040+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:52:26.912 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:52:26 smithi178 bash[14494]: audit 2024-03-21T12:52:25.760351+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:52:26.912 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:52:26 smithi178 bash[14494]: audit 2024-03-21T12:52:25.766233+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:52:26.913 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:52:26 smithi178 bash[14494]: audit 2024-03-21T12:52:25.772942+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:52:26.913 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:52:26 smithi178 bash[14494]: audit 2024-03-21T12:52:25.779393+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-03-21T12:52:27.296 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:52:27 smithi178 bash[14766]: 172.21.15.178 - - [21/Mar/2024:12:52:27] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2024-03-21T12:52:28.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:52:27 smithi178 bash[14494]: cluster 2024-03-21T12:52:26.603831+0000 mgr.y (mgr.24355) 11 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:52:28.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:52:27 smithi178 bash[14494]: audit 2024-03-21T12:52:26.783652+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-03-21T12:52:28.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:52:27 smithi178 bash[14494]: cluster 2024-03-21T12:52:26.783734+0000 mon.a (mon.0) 819 : cluster [DBG] mgrmap e19: y(active, since 2s), standbys: x 2024-03-21T12:52:28.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:52:27 smithi178 bash[14494]: cephadm 2024-03-21T12:52:26.801964+0000 mgr.y (mgr.24355) 12 : cephadm [INF] Deploying daemon prometheus.a on smithi184 2024-03-21T12:52:28.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:52:27 smithi178 bash[14494]: audit 2024-03-21T12:52:27.097118+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:52:28.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:52:27 smithi178 bash[14494]: audit 2024-03-21T12:52:27.104498+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:52:28.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:52:27 smithi178 bash[20270]: cluster 2024-03-21T12:52:26.603831+0000 mgr.y (mgr.24355) 11 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:52:28.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:52:27 smithi178 bash[20270]: audit 2024-03-21T12:52:26.783652+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-03-21T12:52:28.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:52:27 smithi178 bash[20270]: cluster 2024-03-21T12:52:26.783734+0000 mon.a (mon.0) 819 : cluster [DBG] mgrmap e19: y(active, since 2s), standbys: x 2024-03-21T12:52:28.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:52:27 smithi178 bash[20270]: cephadm 2024-03-21T12:52:26.801964+0000 mgr.y (mgr.24355) 12 : cephadm [INF] Deploying daemon prometheus.a on smithi184 2024-03-21T12:52:28.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:52:27 smithi178 bash[20270]: audit 2024-03-21T12:52:27.097118+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:52:28.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:52:27 smithi178 bash[20270]: audit 2024-03-21T12:52:27.104498+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:52:28.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:52:27 smithi184 bash[14608]: cluster 2024-03-21T12:52:26.603831+0000 mgr.y (mgr.24355) 11 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:52:28.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:52:27 smithi184 bash[14608]: audit 2024-03-21T12:52:26.783652+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-03-21T12:52:28.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:52:27 smithi184 bash[14608]: cluster 2024-03-21T12:52:26.783734+0000 mon.a (mon.0) 819 : cluster [DBG] mgrmap e19: y(active, since 2s), standbys: x 2024-03-21T12:52:28.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:52:27 smithi184 bash[14608]: cephadm 2024-03-21T12:52:26.801964+0000 mgr.y (mgr.24355) 12 : cephadm [INF] Deploying daemon prometheus.a on smithi184 2024-03-21T12:52:28.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:52:27 smithi184 bash[14608]: audit 2024-03-21T12:52:27.097118+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:52:28.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:52:27 smithi184 bash[14608]: audit 2024-03-21T12:52:27.104498+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:52:29.546 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:52:29 smithi178 bash[14766]: 172.21.15.184 - - [21/Mar/2024:12:52:29] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2024-03-21T12:52:29.862 INFO:teuthology.orchestra.run.smithi184.stdout:Scheduled alertmanager update... 2024-03-21T12:52:30.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:52:30 smithi184 bash[14608]: cluster 2024-03-21T12:52:28.604424+0000 mgr.y (mgr.24355) 13 : cluster [DBG] pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:52:30.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:52:30 smithi184 bash[14608]: audit 2024-03-21T12:52:29.219756+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:52:30.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:52:30 smithi184 bash[14608]: audit 2024-03-21T12:52:29.225503+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:52:30.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:52:30 smithi184 bash[14608]: audit 2024-03-21T12:52:29.861337+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:52:30.546 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:52:30 smithi178 bash[14494]: cluster 2024-03-21T12:52:28.604424+0000 mgr.y (mgr.24355) 13 : cluster [DBG] pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:52:30.546 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:52:30 smithi178 bash[14494]: audit 2024-03-21T12:52:29.219756+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:52:30.546 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:52:30 smithi178 bash[14494]: audit 2024-03-21T12:52:29.225503+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:52:30.546 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:52:30 smithi178 bash[14494]: audit 2024-03-21T12:52:29.861337+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:52:30.547 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:52:30 smithi178 bash[20270]: cluster 2024-03-21T12:52:28.604424+0000 mgr.y (mgr.24355) 13 : cluster [DBG] pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:52:30.547 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:52:30 smithi178 bash[20270]: audit 2024-03-21T12:52:29.219756+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:52:30.547 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:52:30 smithi178 bash[20270]: audit 2024-03-21T12:52:29.225503+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:52:30.547 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:52:30 smithi178 bash[20270]: audit 2024-03-21T12:52:29.861337+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:52:31.546 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:52:31 smithi178 bash[14494]: audit 2024-03-21T12:52:29.850462+0000 mgr.y (mgr.24355) 14 : audit [DBG] from='client.24383 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "placement": "1;smithi178=a", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:52:31.546 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:52:31 smithi178 bash[14494]: cephadm 2024-03-21T12:52:29.854010+0000 mgr.y (mgr.24355) 15 : cephadm [INF] Saving service alertmanager spec with placement smithi178=a;count:1 2024-03-21T12:52:31.547 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:52:31 smithi178 bash[20270]: audit 2024-03-21T12:52:29.850462+0000 mgr.y (mgr.24355) 14 : audit [DBG] from='client.24383 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "placement": "1;smithi178=a", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:52:31.547 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:52:31 smithi178 bash[20270]: cephadm 2024-03-21T12:52:29.854010+0000 mgr.y (mgr.24355) 15 : cephadm [INF] Saving service alertmanager spec with placement smithi178=a;count:1 2024-03-21T12:52:31.572 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:52:31 smithi184 bash[14608]: audit 2024-03-21T12:52:29.850462+0000 mgr.y (mgr.24355) 14 : audit [DBG] from='client.24383 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "placement": "1;smithi178=a", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:52:31.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:52:31 smithi184 bash[14608]: cephadm 2024-03-21T12:52:29.854010+0000 mgr.y (mgr.24355) 15 : cephadm [INF] Saving service alertmanager spec with placement smithi178=a;count:1 2024-03-21T12:52:32.020 DEBUG:teuthology.orchestra.run.smithi178:alertmanager.a> sudo journalctl -f -n 0 -u ceph-a94f249e-e780-11ee-95cd-87774f69a715@alertmanager.a.service 2024-03-21T12:52:32.022 INFO:tasks.cephadm:Adding grafana.a on smithi184 2024-03-21T12:52:32.023 DEBUG:teuthology.orchestra.run.smithi184:> 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 a94f249e-e780-11ee-95cd-87774f69a715 -- ceph orch apply grafana '1;smithi184=a' 2024-03-21T12:52:32.177 INFO:journalctl@ceph.alertmanager.a.smithi178.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2024-03-21T12:52:32.296 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:52:32 smithi178 bash[14494]: cluster 2024-03-21T12:52:30.605040+0000 mgr.y (mgr.24355) 16 : cluster [DBG] pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:52:32.296 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:52:32 smithi178 bash[20270]: cluster 2024-03-21T12:52:30.605040+0000 mgr.y (mgr.24355) 16 : cluster [DBG] pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:52:32.322 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:52:32 smithi184 bash[14608]: cluster 2024-03-21T12:52:30.605040+0000 mgr.y (mgr.24355) 16 : cluster [DBG] pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:52:34.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:52:34 smithi184 bash[14608]: cluster 2024-03-21T12:52:32.605723+0000 mgr.y (mgr.24355) 17 : cluster [DBG] pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:52:34.546 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:52:34 smithi178 bash[14494]: cluster 2024-03-21T12:52:32.605723+0000 mgr.y (mgr.24355) 17 : cluster [DBG] pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:52:34.546 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:52:34 smithi178 bash[20270]: cluster 2024-03-21T12:52:32.605723+0000 mgr.y (mgr.24355) 17 : cluster [DBG] pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:52:36.546 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:52:36 smithi178 bash[14494]: cluster 2024-03-21T12:52:34.606352+0000 mgr.y (mgr.24355) 18 : cluster [DBG] pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:52:36.546 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:52:36 smithi178 bash[20270]: cluster 2024-03-21T12:52:34.606352+0000 mgr.y (mgr.24355) 18 : cluster [DBG] pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:52:36.572 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:52:36 smithi184 bash[14608]: cluster 2024-03-21T12:52:34.606352+0000 mgr.y (mgr.24355) 18 : cluster [DBG] pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:52:36.842 INFO:teuthology.orchestra.run.smithi184.stdout:Scheduled grafana update... 2024-03-21T12:52:38.107 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:52:37 smithi184 bash[14608]: cluster 2024-03-21T12:52:36.607044+0000 mgr.y (mgr.24355) 19 : cluster [DBG] pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:52:38.108 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:52:37 smithi184 bash[14608]: audit 2024-03-21T12:52:36.830235+0000 mgr.y (mgr.24355) 20 : audit [DBG] from='client.24389 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "placement": "1;smithi184=a", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:52:38.108 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:52:37 smithi184 bash[14608]: cephadm 2024-03-21T12:52:36.833589+0000 mgr.y (mgr.24355) 21 : cephadm [INF] Saving service grafana spec with placement smithi184=a;count:1 2024-03-21T12:52:38.108 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:52:37 smithi184 bash[14608]: audit 2024-03-21T12:52:36.840443+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:52:38.109 DEBUG:teuthology.orchestra.run.smithi184:grafana.a> sudo journalctl -f -n 0 -u ceph-a94f249e-e780-11ee-95cd-87774f69a715@grafana.a.service 2024-03-21T12:52:38.112 INFO:tasks.cephadm:Setting up client nodes... 2024-03-21T12:52:38.115 DEBUG:teuthology.orchestra.run.smithi178:> 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 a94f249e-e780-11ee-95cd-87774f69a715 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-03-21T12:52:38.127 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:52:37 smithi178 bash[14494]: cluster 2024-03-21T12:52:36.607044+0000 mgr.y (mgr.24355) 19 : cluster [DBG] pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:52:38.127 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:52:37 smithi178 bash[14494]: audit 2024-03-21T12:52:36.830235+0000 mgr.y (mgr.24355) 20 : audit [DBG] from='client.24389 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "placement": "1;smithi184=a", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:52:38.127 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:52:37 smithi178 bash[14494]: cephadm 2024-03-21T12:52:36.833589+0000 mgr.y (mgr.24355) 21 : cephadm [INF] Saving service grafana spec with placement smithi184=a;count:1 2024-03-21T12:52:38.127 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:52:37 smithi178 bash[14494]: audit 2024-03-21T12:52:36.840443+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:52:38.127 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:52:37 smithi178 bash[20270]: cluster 2024-03-21T12:52:36.607044+0000 mgr.y (mgr.24355) 19 : cluster [DBG] pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:52:38.128 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:52:37 smithi178 bash[20270]: audit 2024-03-21T12:52:36.830235+0000 mgr.y (mgr.24355) 20 : audit [DBG] from='client.24389 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "placement": "1;smithi184=a", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:52:38.128 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:52:37 smithi178 bash[20270]: cephadm 2024-03-21T12:52:36.833589+0000 mgr.y (mgr.24355) 21 : cephadm [INF] Saving service grafana spec with placement smithi184=a;count:1 2024-03-21T12:52:38.128 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:52:37 smithi178 bash[20270]: audit 2024-03-21T12:52:36.840443+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:52:38.322 INFO:journalctl@ceph.grafana.a.smithi184.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2024-03-21T12:52:40.121 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:52:39 smithi184 bash[14608]: cluster 2024-03-21T12:52:38.607636+0000 mgr.y (mgr.24355) 22 : cluster [DBG] pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:52:40.296 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:52:39 smithi178 bash[14494]: cluster 2024-03-21T12:52:38.607636+0000 mgr.y (mgr.24355) 22 : cluster [DBG] pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:52:40.296 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:52:39 smithi178 bash[20270]: cluster 2024-03-21T12:52:38.607636+0000 mgr.y (mgr.24355) 22 : cluster [DBG] pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:52:41.273 INFO:teuthology.orchestra.run.smithi178.stdout:[client.0] 2024-03-21T12:52:41.273 INFO:teuthology.orchestra.run.smithi178.stdout: key = AQCZLfxlk43FDxAANvCAL+rHchBS7iO3GiPSIQ== 2024-03-21T12:52:41.571 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 12:52:41 smithi184 systemd[1]: Started Ceph prometheus.a for a94f249e-e780-11ee-95cd-87774f69a715. 2024-03-21T12:52:41.927 DEBUG:teuthology.orchestra.run.smithi178:> set -ex 2024-03-21T12:52:41.928 DEBUG:teuthology.orchestra.run.smithi178:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2024-03-21T12:52:41.928 DEBUG:teuthology.orchestra.run.smithi178:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2024-03-21T12:52:41.945 DEBUG:teuthology.orchestra.run.smithi184:> 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 a94f249e-e780-11ee-95cd-87774f69a715 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-03-21T12:52:42.269 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:52:42 smithi178 bash[14494]: cluster 2024-03-21T12:52:40.608257+0000 mgr.y (mgr.24355) 23 : cluster [DBG] pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:52:42.269 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:52:42 smithi178 bash[14494]: audit 2024-03-21T12:52:41.263508+0000 mon.c (mon.1) 14 : audit [INF] from='client.? 172.21.15.178:0/370359586' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-03-21T12:52:42.269 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:52:42 smithi178 bash[14494]: audit 2024-03-21T12:52:41.264268+0000 mon.a (mon.0) 826 : 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 2024-03-21T12:52:42.269 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:52:42 smithi178 bash[14494]: audit 2024-03-21T12:52:41.271570+0000 mon.a (mon.0) 827 : 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 2024-03-21T12:52:42.269 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:52:42 smithi178 bash[14494]: audit 2024-03-21T12:52:41.587674+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:52:42.270 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:52:42 smithi178 bash[20270]: cluster 2024-03-21T12:52:40.608257+0000 mgr.y (mgr.24355) 23 : cluster [DBG] pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:52:42.270 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:52:42 smithi178 bash[20270]: audit 2024-03-21T12:52:41.263508+0000 mon.c (mon.1) 14 : audit [INF] from='client.? 172.21.15.178:0/370359586' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-03-21T12:52:42.270 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:52:42 smithi178 bash[20270]: audit 2024-03-21T12:52:41.264268+0000 mon.a (mon.0) 826 : 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 2024-03-21T12:52:42.270 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:52:42 smithi178 bash[20270]: audit 2024-03-21T12:52:41.271570+0000 mon.a (mon.0) 827 : 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 2024-03-21T12:52:42.270 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:52:42 smithi178 bash[20270]: audit 2024-03-21T12:52:41.587674+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:52:42.270 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 12:52:42 smithi178 systemd[1]: Started Ceph node-exporter.a for a94f249e-e780-11ee-95cd-87774f69a715. 2024-03-21T12:52:42.318 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:52:42 smithi184 bash[14608]: cluster 2024-03-21T12:52:40.608257+0000 mgr.y (mgr.24355) 23 : cluster [DBG] pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:52:42.318 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:52:42 smithi184 bash[14608]: audit 2024-03-21T12:52:41.263508+0000 mon.c (mon.1) 14 : audit [INF] from='client.? 172.21.15.178:0/370359586' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-03-21T12:52:42.318 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:52:42 smithi184 bash[14608]: audit 2024-03-21T12:52:41.264268+0000 mon.a (mon.0) 826 : 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 2024-03-21T12:52:42.318 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:52:42 smithi184 bash[14608]: audit 2024-03-21T12:52:41.271570+0000 mon.a (mon.0) 827 : 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 2024-03-21T12:52:42.318 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:52:42 smithi184 bash[14608]: audit 2024-03-21T12:52:41.587674+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:52:42.546 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 12:52:42 smithi178 bash[38902]: Unable to find image 'quay.io/prometheus/node-exporter:v1.3.1' locally 2024-03-21T12:52:43.072 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 12:52:43 smithi184 systemd[1]: Started Ceph node-exporter.b for a94f249e-e780-11ee-95cd-87774f69a715. 2024-03-21T12:52:43.188 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 12:52:42 smithi178 bash[38902]: v1.3.1: Pulling from prometheus/node-exporter 2024-03-21T12:52:43.189 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 12:52:43 smithi178 bash[38902]: aa2a8d90b84c: Pulling fs layer 2024-03-21T12:52:43.189 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 12:52:43 smithi178 bash[38902]: b45d31ee2d7f: Pulling fs layer 2024-03-21T12:52:43.189 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 12:52:43 smithi178 bash[38902]: b5db1e299295: Pulling fs layer 2024-03-21T12:52:43.322 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 12:52:43 smithi184 bash[33983]: Unable to find image 'quay.io/prometheus/node-exporter:v1.3.1' locally 2024-03-21T12:52:43.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:52:43 smithi184 bash[14608]: cephadm 2024-03-21T12:52:41.592657+0000 mgr.y (mgr.24355) 24 : cephadm [INF] Deploying daemon node-exporter.a on smithi178 2024-03-21T12:52:43.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:52:43 smithi184 bash[14608]: audit 2024-03-21T12:52:42.303008+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:52:43.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:52:43 smithi184 bash[14608]: cephadm 2024-03-21T12:52:42.304496+0000 mgr.y (mgr.24355) 25 : cephadm [INF] Deploying daemon node-exporter.b on smithi184 2024-03-21T12:52:43.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:52:43 smithi184 bash[14608]: audit 2024-03-21T12:52:43.085866+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:52:43.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:52:43 smithi184 bash[14608]: audit 2024-03-21T12:52:43.090262+0000 mon.a (mon.0) 831 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:52:43.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:52:43 smithi184 bash[14608]: audit 2024-03-21T12:52:43.092968+0000 mon.a (mon.0) 832 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:52:43.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:52:43 smithi184 bash[14608]: audit 2024-03-21T12:52:43.094863+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:52:43.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:52:43 smithi184 bash[14608]: audit 2024-03-21T12:52:43.104544+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:52:43.546 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 12:52:43 smithi178 bash[38902]: b45d31ee2d7f: Download complete 2024-03-21T12:52:43.546 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 12:52:43 smithi178 bash[38902]: aa2a8d90b84c: Download complete 2024-03-21T12:52:43.546 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 12:52:43 smithi178 bash[38902]: b5db1e299295: Verifying Checksum 2024-03-21T12:52:43.546 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 12:52:43 smithi178 bash[38902]: b5db1e299295: Download complete 2024-03-21T12:52:43.546 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 12:52:43 smithi178 bash[38902]: aa2a8d90b84c: Pull complete 2024-03-21T12:52:43.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:52:43 smithi178 bash[14494]: cephadm 2024-03-21T12:52:41.592657+0000 mgr.y (mgr.24355) 24 : cephadm [INF] Deploying daemon node-exporter.a on smithi178 2024-03-21T12:52:43.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:52:43 smithi178 bash[14494]: audit 2024-03-21T12:52:42.303008+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:52:43.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:52:43 smithi178 bash[14494]: cephadm 2024-03-21T12:52:42.304496+0000 mgr.y (mgr.24355) 25 : cephadm [INF] Deploying daemon node-exporter.b on smithi184 2024-03-21T12:52:43.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:52:43 smithi178 bash[14494]: audit 2024-03-21T12:52:43.085866+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:52:43.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:52:43 smithi178 bash[14494]: audit 2024-03-21T12:52:43.090262+0000 mon.a (mon.0) 831 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:52:43.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:52:43 smithi178 bash[14494]: audit 2024-03-21T12:52:43.092968+0000 mon.a (mon.0) 832 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:52:43.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:52:43 smithi178 bash[14494]: audit 2024-03-21T12:52:43.094863+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:52:43.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:52:43 smithi178 bash[14494]: audit 2024-03-21T12:52:43.104544+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:52:43.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:52:43 smithi178 bash[20270]: cephadm 2024-03-21T12:52:41.592657+0000 mgr.y (mgr.24355) 24 : cephadm [INF] Deploying daemon node-exporter.a on smithi178 2024-03-21T12:52:43.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:52:43 smithi178 bash[20270]: audit 2024-03-21T12:52:42.303008+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:52:43.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:52:43 smithi178 bash[20270]: cephadm 2024-03-21T12:52:42.304496+0000 mgr.y (mgr.24355) 25 : cephadm [INF] Deploying daemon node-exporter.b on smithi184 2024-03-21T12:52:43.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:52:43 smithi178 bash[20270]: audit 2024-03-21T12:52:43.085866+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:52:43.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:52:43 smithi178 bash[20270]: audit 2024-03-21T12:52:43.090262+0000 mon.a (mon.0) 831 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:52:43.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:52:43 smithi178 bash[20270]: audit 2024-03-21T12:52:43.092968+0000 mon.a (mon.0) 832 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:52:43.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:52:43 smithi178 bash[20270]: audit 2024-03-21T12:52:43.094863+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:52:43.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:52:43 smithi178 bash[20270]: audit 2024-03-21T12:52:43.104544+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:52:44.046 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 12:52:43 smithi178 bash[38902]: b45d31ee2d7f: Pull complete 2024-03-21T12:52:44.573 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 12:52:44 smithi184 bash[33983]: v1.3.1: Pulling from prometheus/node-exporter 2024-03-21T12:52:44.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:52:44 smithi184 bash[14608]: cluster 2024-03-21T12:52:42.608700+0000 mgr.y (mgr.24355) 26 : cluster [DBG] pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:52:44.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:52:44 smithi184 bash[14608]: cephadm 2024-03-21T12:52:43.105292+0000 mgr.y (mgr.24355) 27 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T12:52:44.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:52:44 smithi184 bash[14608]: cephadm 2024-03-21T12:52:43.107901+0000 mgr.y (mgr.24355) 28 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-03-21T12:52:44.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:52:44 smithi184 bash[14608]: cephadm 2024-03-21T12:52:43.111915+0000 mgr.y (mgr.24355) 29 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi184 2024-03-21T12:52:44.796 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:52:44 smithi178 bash[14494]: cluster 2024-03-21T12:52:42.608700+0000 mgr.y (mgr.24355) 26 : cluster [DBG] pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:52:44.796 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:52:44 smithi178 bash[14494]: cephadm 2024-03-21T12:52:43.105292+0000 mgr.y (mgr.24355) 27 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T12:52:44.796 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:52:44 smithi178 bash[14494]: cephadm 2024-03-21T12:52:43.107901+0000 mgr.y (mgr.24355) 28 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-03-21T12:52:44.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:52:44 smithi178 bash[14494]: cephadm 2024-03-21T12:52:43.111915+0000 mgr.y (mgr.24355) 29 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi184 2024-03-21T12:52:44.797 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:52:44 smithi178 bash[20270]: cluster 2024-03-21T12:52:42.608700+0000 mgr.y (mgr.24355) 26 : cluster [DBG] pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:52:44.797 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:52:44 smithi178 bash[20270]: cephadm 2024-03-21T12:52:43.105292+0000 mgr.y (mgr.24355) 27 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T12:52:44.797 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:52:44 smithi178 bash[20270]: cephadm 2024-03-21T12:52:43.107901+0000 mgr.y (mgr.24355) 28 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-03-21T12:52:44.797 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:52:44 smithi178 bash[20270]: cephadm 2024-03-21T12:52:43.111915+0000 mgr.y (mgr.24355) 29 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi184 2024-03-21T12:52:44.886 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 12:52:44 smithi184 bash[33983]: aa2a8d90b84c: Pulling fs layer 2024-03-21T12:52:44.886 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 12:52:44 smithi184 bash[33983]: b45d31ee2d7f: Pulling fs layer 2024-03-21T12:52:44.886 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 12:52:44 smithi184 bash[33983]: b5db1e299295: Pulling fs layer 2024-03-21T12:52:44.886 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 12:52:44 smithi184 bash[33830]: ts=2024-03-21T12:52:44.603Z caller=main.go:475 level=info msg="No time or size retention was set so using the default time retention" duration=15d 2024-03-21T12:52:44.886 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 12:52:44 smithi184 bash[33830]: ts=2024-03-21T12:52:44.603Z caller=main.go:512 level=info msg="Starting Prometheus" version="(version=2.33.4, branch=HEAD, revision=83032011a5d3e6102624fe58241a374a7201fee8)" 2024-03-21T12:52:44.887 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 12:52:44 smithi184 bash[33830]: ts=2024-03-21T12:52:44.603Z caller=main.go:517 level=info build_context="(go=go1.17.7, user=root@d13bf69e7be8, date=20220222-16:51:28)" 2024-03-21T12:52:44.887 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 12:52:44 smithi184 bash[33830]: ts=2024-03-21T12:52:44.603Z caller=main.go:518 level=info host_details="(Linux 5.4.0-174-generic #193-Ubuntu SMP Thu Mar 7 14:29:28 UTC 2024 x86_64 smithi184 (none))" 2024-03-21T12:52:44.887 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 12:52:44 smithi184 bash[33830]: ts=2024-03-21T12:52:44.603Z caller=main.go:519 level=info fd_limits="(soft=1048576, hard=1048576)" 2024-03-21T12:52:44.887 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 12:52:44 smithi184 bash[33830]: ts=2024-03-21T12:52:44.603Z caller=main.go:520 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2024-03-21T12:52:44.887 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 12:52:44 smithi184 bash[33830]: ts=2024-03-21T12:52:44.605Z caller=web.go:570 level=info component=web msg="Start listening for connections" address=:9095 2024-03-21T12:52:44.887 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 12:52:44 smithi184 bash[33830]: ts=2024-03-21T12:52:44.606Z caller=main.go:923 level=info msg="Starting TSDB ..." 2024-03-21T12:52:44.887 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 12:52:44 smithi184 bash[33830]: ts=2024-03-21T12:52:44.609Z caller=tls_config.go:195 level=info component=web msg="TLS is disabled." http2=false 2024-03-21T12:52:44.887 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 12:52:44 smithi184 bash[33830]: ts=2024-03-21T12:52:44.612Z caller=head.go:493 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2024-03-21T12:52:44.887 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 12:52:44 smithi184 bash[33830]: ts=2024-03-21T12:52:44.612Z caller=head.go:527 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=2.277µs 2024-03-21T12:52:44.887 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 12:52:44 smithi184 bash[33830]: ts=2024-03-21T12:52:44.612Z caller=head.go:533 level=info component=tsdb msg="Replaying WAL, this may take a while" 2024-03-21T12:52:44.887 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 12:52:44 smithi184 bash[33830]: ts=2024-03-21T12:52:44.612Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=0 2024-03-21T12:52:44.887 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 12:52:44 smithi184 bash[33830]: ts=2024-03-21T12:52:44.612Z caller=head.go:610 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=28.424µs wal_replay_duration=289.491µs total_replay_duration=334.925µs 2024-03-21T12:52:44.887 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 12:52:44 smithi184 bash[33830]: ts=2024-03-21T12:52:44.613Z caller=main.go:944 level=info fs_type=XFS_SUPER_MAGIC 2024-03-21T12:52:44.888 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 12:52:44 smithi184 bash[33830]: ts=2024-03-21T12:52:44.613Z caller=main.go:947 level=info msg="TSDB started" 2024-03-21T12:52:44.888 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 12:52:44 smithi184 bash[33830]: ts=2024-03-21T12:52:44.613Z caller=main.go:1128 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2024-03-21T12:52:44.888 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 12:52:44 smithi184 bash[33830]: ts=2024-03-21T12:52:44.642Z caller=main.go:1165 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=28.512754ms db_storage=1.163µs remote_storage=1.717µs web_handler=315ns query_engine=965ns scrape=460.454µs scrape_sd=28.318µs notify=1.445µs notify_sd=2.208µs rules=27.716697ms 2024-03-21T12:52:44.888 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 12:52:44 smithi184 bash[33830]: ts=2024-03-21T12:52:44.642Z caller=main.go:896 level=info msg="Server is ready to receive web requests." 2024-03-21T12:52:45.232 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 12:52:44 smithi184 bash[33983]: b45d31ee2d7f: Download complete 2024-03-21T12:52:45.232 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 12:52:44 smithi184 bash[33983]: aa2a8d90b84c: Verifying Checksum 2024-03-21T12:52:45.232 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 12:52:44 smithi184 bash[33983]: aa2a8d90b84c: Download complete 2024-03-21T12:52:45.232 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 12:52:45 smithi184 bash[33983]: b5db1e299295: Verifying Checksum 2024-03-21T12:52:45.232 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 12:52:45 smithi184 bash[33983]: b5db1e299295: Download complete 2024-03-21T12:52:45.296 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 12:52:44 smithi178 bash[38902]: b5db1e299295: Pull complete 2024-03-21T12:52:45.573 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 12:52:45 smithi184 bash[33983]: aa2a8d90b84c: Pull complete 2024-03-21T12:52:46.046 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 12:52:45 smithi178 bash[38902]: Digest: sha256:f2269e73124dd0f60a7d19a2ce1264d33d08a985aed0ee6b0b89d0be470592cd 2024-03-21T12:52:46.047 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 12:52:45 smithi178 bash[38902]: Status: Downloaded newer image for quay.io/prometheus/node-exporter:v1.3.1 2024-03-21T12:52:46.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:52:45 smithi178 bash[14494]: cluster 2024-03-21T12:52:44.609247+0000 mgr.y (mgr.24355) 30 : cluster [DBG] pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:52:46.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:52:45 smithi178 bash[14494]: audit 2024-03-21T12:52:44.684577+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:52:46.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:52:45 smithi178 bash[20270]: cluster 2024-03-21T12:52:44.609247+0000 mgr.y (mgr.24355) 30 : cluster [DBG] pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:52:46.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:52:45 smithi178 bash[20270]: audit 2024-03-21T12:52:44.684577+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:52:46.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:52:45 smithi184 bash[14608]: cluster 2024-03-21T12:52:44.609247+0000 mgr.y (mgr.24355) 30 : cluster [DBG] pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:52:46.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:52:45 smithi184 bash[14608]: audit 2024-03-21T12:52:44.684577+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:52:46.572 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 12:52:46 smithi184 bash[33983]: b45d31ee2d7f: Pull complete 2024-03-21T12:52:47.546 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:52:47 smithi178 bash[14766]: 172.21.15.178 - - [21/Mar/2024:12:52:47] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2024-03-21T12:52:47.547 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 12:52:47 smithi178 bash[38902]: ts=2024-03-21T12:52:47.446Z caller=node_exporter.go:182 level=info msg="Starting node_exporter" version="(version=1.3.1, branch=HEAD, revision=a2321e7b940ddcff26873612bccdf7cd4c42b6b6)" 2024-03-21T12:52:47.547 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 12:52:47 smithi178 bash[38902]: ts=2024-03-21T12:52:47.446Z caller=node_exporter.go:183 level=info msg="Build context" build_context="(go=go1.17.3, user=root@243aafa5525c, date=20211205-11:09:49)" 2024-03-21T12:52:47.547 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 12:52:47 smithi178 bash[38902]: ts=2024-03-21T12:52:47.447Z caller=filesystem_common.go:111 level=info collector=filesystem msg="Parsed flag --collector.filesystem.mount-points-exclude" flag=^/(dev|proc|run/credentials/.+|sys|var/lib/docker/.+)($|/) 2024-03-21T12:52:47.547 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 12:52:47 smithi178 bash[38902]: ts=2024-03-21T12:52:47.447Z caller=filesystem_common.go:113 level=info collector=filesystem msg="Parsed flag --collector.filesystem.fs-types-exclude" flag=^(autofs|binfmt_misc|bpf|cgroup2?|configfs|debugfs|devpts|devtmpfs|fusectl|hugetlbfs|iso9660|mqueue|nsfs|overlay|proc|procfs|pstore|rpc_pipefs|securityfs|selinuxfs|squashfs|sysfs|tracefs)$ 2024-03-21T12:52:47.547 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 12:52:47 smithi178 bash[38902]: ts=2024-03-21T12:52:47.447Z caller=node_exporter.go:108 level=info msg="Enabled collectors" 2024-03-21T12:52:47.547 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 12:52:47 smithi178 bash[38902]: ts=2024-03-21T12:52:47.447Z caller=node_exporter.go:115 level=info collector=arp 2024-03-21T12:52:47.547 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 12:52:47 smithi178 bash[38902]: ts=2024-03-21T12:52:47.447Z caller=node_exporter.go:115 level=info collector=bcache 2024-03-21T12:52:47.547 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 12:52:47 smithi178 bash[38902]: ts=2024-03-21T12:52:47.447Z caller=node_exporter.go:115 level=info collector=bonding 2024-03-21T12:52:47.547 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 12:52:47 smithi178 bash[38902]: ts=2024-03-21T12:52:47.447Z caller=node_exporter.go:115 level=info collector=btrfs 2024-03-21T12:52:47.548 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 12:52:47 smithi178 bash[38902]: ts=2024-03-21T12:52:47.447Z caller=node_exporter.go:115 level=info collector=conntrack 2024-03-21T12:52:47.548 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 12:52:47 smithi178 bash[38902]: ts=2024-03-21T12:52:47.447Z caller=node_exporter.go:115 level=info collector=cpu 2024-03-21T12:52:47.548 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 12:52:47 smithi178 bash[38902]: ts=2024-03-21T12:52:47.447Z caller=node_exporter.go:115 level=info collector=cpufreq 2024-03-21T12:52:47.548 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 12:52:47 smithi178 bash[38902]: ts=2024-03-21T12:52:47.447Z caller=node_exporter.go:115 level=info collector=diskstats 2024-03-21T12:52:47.548 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 12:52:47 smithi178 bash[38902]: ts=2024-03-21T12:52:47.447Z caller=node_exporter.go:115 level=info collector=dmi 2024-03-21T12:52:47.548 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 12:52:47 smithi178 bash[38902]: ts=2024-03-21T12:52:47.447Z caller=node_exporter.go:115 level=info collector=edac 2024-03-21T12:52:47.548 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 12:52:47 smithi178 bash[38902]: ts=2024-03-21T12:52:47.447Z caller=node_exporter.go:115 level=info collector=entropy 2024-03-21T12:52:47.548 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 12:52:47 smithi178 bash[38902]: ts=2024-03-21T12:52:47.448Z caller=node_exporter.go:115 level=info collector=fibrechannel 2024-03-21T12:52:47.548 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 12:52:47 smithi178 bash[38902]: ts=2024-03-21T12:52:47.448Z caller=node_exporter.go:115 level=info collector=filefd 2024-03-21T12:52:47.548 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 12:52:47 smithi178 bash[38902]: ts=2024-03-21T12:52:47.448Z caller=node_exporter.go:115 level=info collector=filesystem 2024-03-21T12:52:47.548 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 12:52:47 smithi178 bash[38902]: ts=2024-03-21T12:52:47.448Z caller=node_exporter.go:115 level=info collector=hwmon 2024-03-21T12:52:47.548 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 12:52:47 smithi178 bash[38902]: ts=2024-03-21T12:52:47.448Z caller=node_exporter.go:115 level=info collector=infiniband 2024-03-21T12:52:47.548 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 12:52:47 smithi178 bash[38902]: ts=2024-03-21T12:52:47.448Z caller=node_exporter.go:115 level=info collector=ipvs 2024-03-21T12:52:47.548 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 12:52:47 smithi178 bash[38902]: ts=2024-03-21T12:52:47.448Z caller=node_exporter.go:115 level=info collector=loadavg 2024-03-21T12:52:47.548 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 12:52:47 smithi178 bash[38902]: ts=2024-03-21T12:52:47.448Z caller=node_exporter.go:115 level=info collector=mdadm 2024-03-21T12:52:47.549 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 12:52:47 smithi178 bash[38902]: ts=2024-03-21T12:52:47.448Z caller=node_exporter.go:115 level=info collector=meminfo 2024-03-21T12:52:47.549 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 12:52:47 smithi178 bash[38902]: ts=2024-03-21T12:52:47.448Z caller=node_exporter.go:115 level=info collector=netclass 2024-03-21T12:52:47.549 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 12:52:47 smithi178 bash[38902]: ts=2024-03-21T12:52:47.448Z caller=node_exporter.go:115 level=info collector=netdev 2024-03-21T12:52:47.549 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 12:52:47 smithi178 bash[38902]: ts=2024-03-21T12:52:47.448Z caller=node_exporter.go:115 level=info collector=netstat 2024-03-21T12:52:47.549 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 12:52:47 smithi178 bash[38902]: ts=2024-03-21T12:52:47.448Z caller=node_exporter.go:115 level=info collector=nfs 2024-03-21T12:52:47.549 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 12:52:47 smithi178 bash[38902]: ts=2024-03-21T12:52:47.448Z caller=node_exporter.go:115 level=info collector=nfsd 2024-03-21T12:52:47.549 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 12:52:47 smithi178 bash[38902]: ts=2024-03-21T12:52:47.448Z caller=node_exporter.go:115 level=info collector=nvme 2024-03-21T12:52:47.549 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 12:52:47 smithi178 bash[38902]: ts=2024-03-21T12:52:47.448Z caller=node_exporter.go:115 level=info collector=os 2024-03-21T12:52:47.549 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 12:52:47 smithi178 bash[38902]: ts=2024-03-21T12:52:47.448Z caller=node_exporter.go:115 level=info collector=powersupplyclass 2024-03-21T12:52:47.549 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 12:52:47 smithi178 bash[38902]: ts=2024-03-21T12:52:47.448Z caller=node_exporter.go:115 level=info collector=pressure 2024-03-21T12:52:47.549 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 12:52:47 smithi178 bash[38902]: ts=2024-03-21T12:52:47.448Z caller=node_exporter.go:115 level=info collector=rapl 2024-03-21T12:52:47.549 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 12:52:47 smithi178 bash[38902]: ts=2024-03-21T12:52:47.448Z caller=node_exporter.go:115 level=info collector=schedstat 2024-03-21T12:52:47.549 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 12:52:47 smithi178 bash[38902]: ts=2024-03-21T12:52:47.448Z caller=node_exporter.go:115 level=info collector=sockstat 2024-03-21T12:52:47.549 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 12:52:47 smithi178 bash[38902]: ts=2024-03-21T12:52:47.448Z caller=node_exporter.go:115 level=info collector=softnet 2024-03-21T12:52:47.550 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 12:52:47 smithi178 bash[38902]: ts=2024-03-21T12:52:47.448Z caller=node_exporter.go:115 level=info collector=stat 2024-03-21T12:52:47.550 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 12:52:47 smithi178 bash[38902]: ts=2024-03-21T12:52:47.448Z caller=node_exporter.go:115 level=info collector=tapestats 2024-03-21T12:52:47.550 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 12:52:47 smithi178 bash[38902]: ts=2024-03-21T12:52:47.448Z caller=node_exporter.go:115 level=info collector=textfile 2024-03-21T12:52:47.550 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 12:52:47 smithi178 bash[38902]: ts=2024-03-21T12:52:47.448Z caller=node_exporter.go:115 level=info collector=thermal_zone 2024-03-21T12:52:47.550 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 12:52:47 smithi178 bash[38902]: ts=2024-03-21T12:52:47.448Z caller=node_exporter.go:115 level=info collector=time 2024-03-21T12:52:47.550 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 12:52:47 smithi178 bash[38902]: ts=2024-03-21T12:52:47.448Z caller=node_exporter.go:115 level=info collector=udp_queues 2024-03-21T12:52:47.550 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 12:52:47 smithi178 bash[38902]: ts=2024-03-21T12:52:47.448Z caller=node_exporter.go:115 level=info collector=uname 2024-03-21T12:52:47.550 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 12:52:47 smithi178 bash[38902]: ts=2024-03-21T12:52:47.448Z caller=node_exporter.go:115 level=info collector=vmstat 2024-03-21T12:52:47.550 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 12:52:47 smithi178 bash[38902]: ts=2024-03-21T12:52:47.448Z caller=node_exporter.go:115 level=info collector=xfs 2024-03-21T12:52:47.550 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 12:52:47 smithi178 bash[38902]: ts=2024-03-21T12:52:47.448Z caller=node_exporter.go:115 level=info collector=zfs 2024-03-21T12:52:47.550 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 12:52:47 smithi178 bash[38902]: ts=2024-03-21T12:52:47.448Z caller=node_exporter.go:199 level=info msg="Listening on" address=:9100 2024-03-21T12:52:47.550 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 12:52:47 smithi178 bash[38902]: ts=2024-03-21T12:52:47.448Z caller=tls_config.go:195 level=info msg="TLS is disabled." http2=false 2024-03-21T12:52:47.822 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 12:52:47 smithi184 bash[33983]: b5db1e299295: Pull complete 2024-03-21T12:52:48.446 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:52:48 smithi184 bash[14608]: cluster 2024-03-21T12:52:46.609911+0000 mgr.y (mgr.24355) 31 : cluster [DBG] pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:52:48.446 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:52:48 smithi184 bash[14608]: audit 2024-03-21T12:52:47.220345+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:52:48.446 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 12:52:48 smithi184 bash[33983]: Digest: sha256:f2269e73124dd0f60a7d19a2ce1264d33d08a985aed0ee6b0b89d0be470592cd 2024-03-21T12:52:48.446 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 12:52:48 smithi184 bash[33983]: Status: Downloaded newer image for quay.io/prometheus/node-exporter:v1.3.1 2024-03-21T12:52:48.546 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:52:48 smithi178 bash[14494]: cluster 2024-03-21T12:52:46.609911+0000 mgr.y (mgr.24355) 31 : cluster [DBG] pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:52:48.546 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:52:48 smithi178 bash[14494]: audit 2024-03-21T12:52:47.220345+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:52:48.547 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:52:48 smithi178 bash[20270]: cluster 2024-03-21T12:52:46.609911+0000 mgr.y (mgr.24355) 31 : cluster [DBG] pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:52:48.547 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:52:48 smithi178 bash[20270]: audit 2024-03-21T12:52:47.220345+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:52:49.670 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:52:49 smithi178 bash[14766]: 172.21.15.184 - - [21/Mar/2024:12:52:49] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2024-03-21T12:52:50.138 INFO:teuthology.orchestra.run.smithi184.stdout:[client.1] 2024-03-21T12:52:50.138 INFO:teuthology.orchestra.run.smithi184.stdout: key = AQCiLfxl2z+5BxAAhfhZSkpKH/3WQ3lCdNAhZw== 2024-03-21T12:52:50.796 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:52:50 smithi178 bash[14766]: 172.21.15.178 - - [21/Mar/2024:12:52:50] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2024-03-21T12:52:50.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:52:50 smithi178 bash[14494]: cluster 2024-03-21T12:52:48.610346+0000 mgr.y (mgr.24355) 32 : cluster [DBG] pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:52:50.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:52:50 smithi178 bash[14494]: audit 2024-03-21T12:52:49.344295+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:52:50.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:52:50 smithi178 bash[14494]: audit 2024-03-21T12:52:50.128757+0000 mon.b (mon.2) 30 : audit [INF] from='client.? 172.21.15.184:0/3787384720' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-03-21T12:52:50.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:52:50 smithi178 bash[14494]: audit 2024-03-21T12:52:50.129249+0000 mon.a (mon.0) 838 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-03-21T12:52:50.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:52:50 smithi178 bash[14494]: audit 2024-03-21T12:52:50.136539+0000 mon.a (mon.0) 839 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-03-21T12:52:50.797 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:52:50 smithi178 bash[20270]: cluster 2024-03-21T12:52:48.610346+0000 mgr.y (mgr.24355) 32 : cluster [DBG] pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:52:50.797 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:52:50 smithi178 bash[20270]: audit 2024-03-21T12:52:49.344295+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:52:50.797 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:52:50 smithi178 bash[20270]: audit 2024-03-21T12:52:50.128757+0000 mon.b (mon.2) 30 : audit [INF] from='client.? 172.21.15.184:0/3787384720' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-03-21T12:52:50.797 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:52:50 smithi178 bash[20270]: audit 2024-03-21T12:52:50.129249+0000 mon.a (mon.0) 838 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-03-21T12:52:50.797 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:52:50 smithi178 bash[20270]: audit 2024-03-21T12:52:50.136539+0000 mon.a (mon.0) 839 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-03-21T12:52:50.802 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:52:50 smithi184 bash[14608]: cluster 2024-03-21T12:52:48.610346+0000 mgr.y (mgr.24355) 32 : cluster [DBG] pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:52:50.802 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:52:50 smithi184 bash[14608]: audit 2024-03-21T12:52:49.344295+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:52:50.802 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:52:50 smithi184 bash[14608]: audit 2024-03-21T12:52:50.128757+0000 mon.b (mon.2) 30 : audit [INF] from='client.? 172.21.15.184:0/3787384720' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-03-21T12:52:50.802 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:52:50 smithi184 bash[14608]: audit 2024-03-21T12:52:50.129249+0000 mon.a (mon.0) 838 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-03-21T12:52:50.803 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:52:50 smithi184 bash[14608]: audit 2024-03-21T12:52:50.136539+0000 mon.a (mon.0) 839 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-03-21T12:52:51.483 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:52:51 smithi184 bash[14608]: audit 2024-03-21T12:52:50.406660+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:52:51.527 DEBUG:teuthology.orchestra.run.smithi184:> set -ex 2024-03-21T12:52:51.527 DEBUG:teuthology.orchestra.run.smithi184:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2024-03-21T12:52:51.527 DEBUG:teuthology.orchestra.run.smithi184:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2024-03-21T12:52:51.550 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-03-21T12:52:51.550 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-03-21T12:52:51.550 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid a94f249e-e780-11ee-95cd-87774f69a715 -- ceph mgr dump --format=json 2024-03-21T12:52:51.796 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:52:51 smithi178 bash[14494]: audit 2024-03-21T12:52:50.406660+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:52:51.796 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:52:51 smithi178 bash[14766]: 172.21.15.178 - - [21/Mar/2024:12:52:51] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2024-03-21T12:52:51.797 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:52:51 smithi178 bash[20270]: audit 2024-03-21T12:52:50.406660+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:52:51.823 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 12:52:51 smithi184 bash[33983]: ts=2024-03-21T12:52:51.583Z caller=node_exporter.go:182 level=info msg="Starting node_exporter" version="(version=1.3.1, branch=HEAD, revision=a2321e7b940ddcff26873612bccdf7cd4c42b6b6)" 2024-03-21T12:52:51.823 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 12:52:51 smithi184 bash[33983]: ts=2024-03-21T12:52:51.583Z caller=node_exporter.go:183 level=info msg="Build context" build_context="(go=go1.17.3, user=root@243aafa5525c, date=20211205-11:09:49)" 2024-03-21T12:52:51.823 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 12:52:51 smithi184 bash[33983]: ts=2024-03-21T12:52:51.584Z caller=filesystem_common.go:111 level=info collector=filesystem msg="Parsed flag --collector.filesystem.mount-points-exclude" flag=^/(dev|proc|run/credentials/.+|sys|var/lib/docker/.+)($|/) 2024-03-21T12:52:51.823 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 12:52:51 smithi184 bash[33983]: ts=2024-03-21T12:52:51.584Z caller=filesystem_common.go:113 level=info collector=filesystem msg="Parsed flag --collector.filesystem.fs-types-exclude" flag=^(autofs|binfmt_misc|bpf|cgroup2?|configfs|debugfs|devpts|devtmpfs|fusectl|hugetlbfs|iso9660|mqueue|nsfs|overlay|proc|procfs|pstore|rpc_pipefs|securityfs|selinuxfs|squashfs|sysfs|tracefs)$ 2024-03-21T12:52:51.824 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 12:52:51 smithi184 bash[33983]: ts=2024-03-21T12:52:51.585Z caller=node_exporter.go:108 level=info msg="Enabled collectors" 2024-03-21T12:52:51.824 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 12:52:51 smithi184 bash[33983]: ts=2024-03-21T12:52:51.585Z caller=node_exporter.go:115 level=info collector=arp 2024-03-21T12:52:51.824 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 12:52:51 smithi184 bash[33983]: ts=2024-03-21T12:52:51.585Z caller=node_exporter.go:115 level=info collector=bcache 2024-03-21T12:52:51.824 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 12:52:51 smithi184 bash[33983]: ts=2024-03-21T12:52:51.585Z caller=node_exporter.go:115 level=info collector=bonding 2024-03-21T12:52:51.824 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 12:52:51 smithi184 bash[33983]: ts=2024-03-21T12:52:51.585Z caller=node_exporter.go:115 level=info collector=btrfs 2024-03-21T12:52:51.824 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 12:52:51 smithi184 bash[33983]: ts=2024-03-21T12:52:51.585Z caller=node_exporter.go:115 level=info collector=conntrack 2024-03-21T12:52:51.824 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 12:52:51 smithi184 bash[33983]: ts=2024-03-21T12:52:51.585Z caller=node_exporter.go:115 level=info collector=cpu 2024-03-21T12:52:51.824 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 12:52:51 smithi184 bash[33983]: ts=2024-03-21T12:52:51.585Z caller=node_exporter.go:115 level=info collector=cpufreq 2024-03-21T12:52:51.824 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 12:52:51 smithi184 bash[33983]: ts=2024-03-21T12:52:51.585Z caller=node_exporter.go:115 level=info collector=diskstats 2024-03-21T12:52:51.824 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 12:52:51 smithi184 bash[33983]: ts=2024-03-21T12:52:51.585Z caller=node_exporter.go:115 level=info collector=dmi 2024-03-21T12:52:51.824 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 12:52:51 smithi184 bash[33983]: ts=2024-03-21T12:52:51.585Z caller=node_exporter.go:115 level=info collector=edac 2024-03-21T12:52:51.824 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 12:52:51 smithi184 bash[33983]: ts=2024-03-21T12:52:51.585Z caller=node_exporter.go:115 level=info collector=entropy 2024-03-21T12:52:51.824 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 12:52:51 smithi184 bash[33983]: ts=2024-03-21T12:52:51.585Z caller=node_exporter.go:115 level=info collector=fibrechannel 2024-03-21T12:52:51.825 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 12:52:51 smithi184 bash[33983]: ts=2024-03-21T12:52:51.585Z caller=node_exporter.go:115 level=info collector=filefd 2024-03-21T12:52:51.825 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 12:52:51 smithi184 bash[33983]: ts=2024-03-21T12:52:51.585Z caller=node_exporter.go:115 level=info collector=filesystem 2024-03-21T12:52:51.825 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 12:52:51 smithi184 bash[33983]: ts=2024-03-21T12:52:51.585Z caller=node_exporter.go:115 level=info collector=hwmon 2024-03-21T12:52:51.825 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 12:52:51 smithi184 bash[33983]: ts=2024-03-21T12:52:51.585Z caller=node_exporter.go:115 level=info collector=infiniband 2024-03-21T12:52:51.825 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 12:52:51 smithi184 bash[33983]: ts=2024-03-21T12:52:51.585Z caller=node_exporter.go:115 level=info collector=ipvs 2024-03-21T12:52:51.825 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 12:52:51 smithi184 bash[33983]: ts=2024-03-21T12:52:51.585Z caller=node_exporter.go:115 level=info collector=loadavg 2024-03-21T12:52:51.825 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 12:52:51 smithi184 bash[33983]: ts=2024-03-21T12:52:51.585Z caller=node_exporter.go:115 level=info collector=mdadm 2024-03-21T12:52:51.825 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 12:52:51 smithi184 bash[33983]: ts=2024-03-21T12:52:51.585Z caller=node_exporter.go:115 level=info collector=meminfo 2024-03-21T12:52:51.825 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 12:52:51 smithi184 bash[33983]: ts=2024-03-21T12:52:51.585Z caller=node_exporter.go:115 level=info collector=netclass 2024-03-21T12:52:51.825 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 12:52:51 smithi184 bash[33983]: ts=2024-03-21T12:52:51.585Z caller=node_exporter.go:115 level=info collector=netdev 2024-03-21T12:52:51.825 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 12:52:51 smithi184 bash[33983]: ts=2024-03-21T12:52:51.585Z caller=node_exporter.go:115 level=info collector=netstat 2024-03-21T12:52:51.825 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 12:52:51 smithi184 bash[33983]: ts=2024-03-21T12:52:51.585Z caller=node_exporter.go:115 level=info collector=nfs 2024-03-21T12:52:51.825 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 12:52:51 smithi184 bash[33983]: ts=2024-03-21T12:52:51.585Z caller=node_exporter.go:115 level=info collector=nfsd 2024-03-21T12:52:51.825 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 12:52:51 smithi184 bash[33983]: ts=2024-03-21T12:52:51.585Z caller=node_exporter.go:115 level=info collector=nvme 2024-03-21T12:52:51.825 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 12:52:51 smithi184 bash[33983]: ts=2024-03-21T12:52:51.585Z caller=node_exporter.go:115 level=info collector=os 2024-03-21T12:52:51.826 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 12:52:51 smithi184 bash[33983]: ts=2024-03-21T12:52:51.585Z caller=node_exporter.go:115 level=info collector=powersupplyclass 2024-03-21T12:52:51.826 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 12:52:51 smithi184 bash[33983]: ts=2024-03-21T12:52:51.585Z caller=node_exporter.go:115 level=info collector=pressure 2024-03-21T12:52:51.826 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 12:52:51 smithi184 bash[33983]: ts=2024-03-21T12:52:51.585Z caller=node_exporter.go:115 level=info collector=rapl 2024-03-21T12:52:51.826 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 12:52:51 smithi184 bash[33983]: ts=2024-03-21T12:52:51.585Z caller=node_exporter.go:115 level=info collector=schedstat 2024-03-21T12:52:51.826 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 12:52:51 smithi184 bash[33983]: ts=2024-03-21T12:52:51.585Z caller=node_exporter.go:115 level=info collector=sockstat 2024-03-21T12:52:51.826 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 12:52:51 smithi184 bash[33983]: ts=2024-03-21T12:52:51.585Z caller=node_exporter.go:115 level=info collector=softnet 2024-03-21T12:52:51.826 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 12:52:51 smithi184 bash[33983]: ts=2024-03-21T12:52:51.585Z caller=node_exporter.go:115 level=info collector=stat 2024-03-21T12:52:51.826 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 12:52:51 smithi184 bash[33983]: ts=2024-03-21T12:52:51.585Z caller=node_exporter.go:115 level=info collector=tapestats 2024-03-21T12:52:51.826 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 12:52:51 smithi184 bash[33983]: ts=2024-03-21T12:52:51.585Z caller=node_exporter.go:115 level=info collector=textfile 2024-03-21T12:52:51.826 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 12:52:51 smithi184 bash[33983]: ts=2024-03-21T12:52:51.585Z caller=node_exporter.go:115 level=info collector=thermal_zone 2024-03-21T12:52:51.826 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 12:52:51 smithi184 bash[33983]: ts=2024-03-21T12:52:51.585Z caller=node_exporter.go:115 level=info collector=time 2024-03-21T12:52:51.826 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 12:52:51 smithi184 bash[33983]: ts=2024-03-21T12:52:51.585Z caller=node_exporter.go:115 level=info collector=udp_queues 2024-03-21T12:52:51.826 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 12:52:51 smithi184 bash[33983]: ts=2024-03-21T12:52:51.585Z caller=node_exporter.go:115 level=info collector=uname 2024-03-21T12:52:51.827 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 12:52:51 smithi184 bash[33983]: ts=2024-03-21T12:52:51.585Z caller=node_exporter.go:115 level=info collector=vmstat 2024-03-21T12:52:51.827 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 12:52:51 smithi184 bash[33983]: ts=2024-03-21T12:52:51.585Z caller=node_exporter.go:115 level=info collector=xfs 2024-03-21T12:52:51.827 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 12:52:51 smithi184 bash[33983]: ts=2024-03-21T12:52:51.585Z caller=node_exporter.go:115 level=info collector=zfs 2024-03-21T12:52:51.827 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 12:52:51 smithi184 bash[33983]: ts=2024-03-21T12:52:51.586Z caller=node_exporter.go:199 level=info msg="Listening on" address=:9100 2024-03-21T12:52:51.827 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 12:52:51 smithi184 bash[33983]: ts=2024-03-21T12:52:51.586Z caller=tls_config.go:195 level=info msg="TLS is disabled." http2=false 2024-03-21T12:52:52.796 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:52:52 smithi178 bash[14766]: 172.21.15.184 - - [21/Mar/2024:12:52:52] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2024-03-21T12:52:52.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:52:52 smithi178 bash[14494]: cluster 2024-03-21T12:52:50.610946+0000 mgr.y (mgr.24355) 33 : cluster [DBG] pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:52:52.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:52:52 smithi178 bash[14494]: audit 2024-03-21T12:52:51.603984+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:52:52.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:52:52 smithi178 bash[14494]: audit 2024-03-21T12:52:51.609980+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:52:52.797 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:52:52 smithi178 bash[20270]: cluster 2024-03-21T12:52:50.610946+0000 mgr.y (mgr.24355) 33 : cluster [DBG] pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:52:52.797 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:52:52 smithi178 bash[20270]: audit 2024-03-21T12:52:51.603984+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:52:52.797 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:52:52 smithi178 bash[20270]: audit 2024-03-21T12:52:51.609980+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:52:52.822 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:52:52 smithi184 bash[14608]: cluster 2024-03-21T12:52:50.610946+0000 mgr.y (mgr.24355) 33 : cluster [DBG] pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:52:52.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:52:52 smithi184 bash[14608]: audit 2024-03-21T12:52:51.603984+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:52:52.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:52:52 smithi184 bash[14608]: audit 2024-03-21T12:52:51.609980+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:52:54.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:52:53 smithi178 bash[14494]: cluster 2024-03-21T12:52:52.611599+0000 mgr.y (mgr.24355) 34 : cluster [DBG] pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:52:54.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:52:53 smithi178 bash[14494]: audit 2024-03-21T12:52:52.644727+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:52:54.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:52:53 smithi178 bash[20270]: cluster 2024-03-21T12:52:52.611599+0000 mgr.y (mgr.24355) 34 : cluster [DBG] pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:52:54.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:52:53 smithi178 bash[20270]: audit 2024-03-21T12:52:52.644727+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:52:54.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:52:53 smithi184 bash[14608]: cluster 2024-03-21T12:52:52.611599+0000 mgr.y (mgr.24355) 34 : cluster [DBG] pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:52:54.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:52:53 smithi184 bash[14608]: audit 2024-03-21T12:52:52.644727+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:52:54.278 INFO:teuthology.orchestra.run.smithi178.stderr:Inferring config /var/lib/ceph/a94f249e-e780-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T12:52:55.046 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:52:54 smithi178 bash[14766]: ::ffff:172.21.15.184 - - [21/Mar/2024:12:52:54] "GET /metrics HTTP/1.1" 200 191515 "" "Prometheus/2.33.4" 2024-03-21T12:52:55.180 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 12:52:54 smithi184 systemd[1]: Stopping Ceph prometheus.a for a94f249e-e780-11ee-95cd-87774f69a715... 2024-03-21T12:52:55.180 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 12:52:54 smithi184 bash[35004]: Error response from daemon: No such container: ceph-a94f249e-e780-11ee-95cd-87774f69a715-prometheus.a 2024-03-21T12:52:55.180 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 12:52:55 smithi184 bash[33830]: ts=2024-03-21T12:52:55.016Z caller=main.go:775 level=warn msg="Received SIGTERM, exiting gracefully..." 2024-03-21T12:52:55.180 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 12:52:55 smithi184 bash[33830]: ts=2024-03-21T12:52:55.016Z caller=main.go:798 level=info msg="Stopping scrape discovery manager..." 2024-03-21T12:52:55.180 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 12:52:55 smithi184 bash[33830]: ts=2024-03-21T12:52:55.016Z caller=main.go:812 level=info msg="Stopping notify discovery manager..." 2024-03-21T12:52:55.180 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 12:52:55 smithi184 bash[33830]: ts=2024-03-21T12:52:55.016Z caller=main.go:834 level=info msg="Stopping scrape manager..." 2024-03-21T12:52:55.180 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 12:52:55 smithi184 bash[33830]: ts=2024-03-21T12:52:55.016Z caller=main.go:808 level=info msg="Notify discovery manager stopped" 2024-03-21T12:52:55.180 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 12:52:55 smithi184 bash[33830]: ts=2024-03-21T12:52:55.016Z caller=main.go:794 level=info msg="Scrape discovery manager stopped" 2024-03-21T12:52:55.180 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 12:52:55 smithi184 bash[33830]: ts=2024-03-21T12:52:55.016Z caller=manager.go:945 level=info component="rule manager" msg="Stopping rule manager..." 2024-03-21T12:52:55.180 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 12:52:55 smithi184 bash[33830]: ts=2024-03-21T12:52:55.017Z caller=main.go:828 level=info msg="Scrape manager stopped" 2024-03-21T12:52:55.180 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 12:52:55 smithi184 bash[33830]: ts=2024-03-21T12:52:55.017Z caller=manager.go:955 level=info component="rule manager" msg="Rule manager stopped" 2024-03-21T12:52:55.180 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 12:52:55 smithi184 bash[33830]: ts=2024-03-21T12:52:55.017Z caller=notifier.go:600 level=info component=notifier msg="Stopping notification manager..." 2024-03-21T12:52:55.181 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 12:52:55 smithi184 bash[33830]: ts=2024-03-21T12:52:55.017Z caller=main.go:1054 level=info msg="Notifier manager stopped" 2024-03-21T12:52:55.181 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 12:52:55 smithi184 bash[33830]: ts=2024-03-21T12:52:55.018Z caller=main.go:1066 level=info msg="See you next time!" 2024-03-21T12:52:55.801 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 12:52:55 smithi184 bash[35012]: ceph-a94f249e-e780-11ee-95cd-87774f69a715-prometheus-a 2024-03-21T12:52:55.801 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 12:52:55 smithi184 bash[35084]: Error response from daemon: No such container: ceph-a94f249e-e780-11ee-95cd-87774f69a715-prometheus.a 2024-03-21T12:52:55.801 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 12:52:55 smithi184 systemd[1]: ceph-a94f249e-e780-11ee-95cd-87774f69a715@prometheus.a.service: Succeeded. 2024-03-21T12:52:55.801 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 12:52:55 smithi184 systemd[1]: Stopped Ceph prometheus.a for a94f249e-e780-11ee-95cd-87774f69a715. 2024-03-21T12:52:55.801 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 12:52:55 smithi184 systemd[1]: Started Ceph prometheus.a for a94f249e-e780-11ee-95cd-87774f69a715. 2024-03-21T12:52:56.046 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:52:55 smithi178 bash[14766]: 172.21.15.184 - - [21/Mar/2024:12:52:55] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2024-03-21T12:52:56.546 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:52:56 smithi178 bash[14494]: cluster 2024-03-21T12:52:54.612254+0000 mgr.y (mgr.24355) 35 : cluster [DBG] pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:52:56.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:52:56 smithi178 bash[14494]: audit 2024-03-21T12:52:55.685420+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:52:56.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:52:56 smithi178 bash[14494]: audit 2024-03-21T12:52:55.694149+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:52:56.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:52:56 smithi178 bash[14494]: audit 2024-03-21T12:52:55.790244+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:52:56.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:52:56 smithi178 bash[14494]: audit 2024-03-21T12:52:55.799286+0000 mon.a (mon.0) 847 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-21T12:52:56.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:52:56 smithi178 bash[14494]: audit 2024-03-21T12:52:55.802328+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.184:9095"}]: dispatch 2024-03-21T12:52:56.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:52:56 smithi178 bash[14494]: audit 2024-03-21T12:52:55.810197+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:52:56.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:52:56 smithi178 bash[14494]: audit 2024-03-21T12:52:55.816319+0000 mon.a (mon.0) 850 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:52:56.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:52:56 smithi178 bash[14494]: audit 2024-03-21T12:52:55.818148+0000 mon.a (mon.0) 851 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:52:56.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:52:56 smithi178 bash[14494]: audit 2024-03-21T12:52:55.819513+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:52:56.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:52:56 smithi178 bash[14494]: audit 2024-03-21T12:52:55.832358+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:52:56.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:52:56 smithi178 bash[20270]: cluster 2024-03-21T12:52:54.612254+0000 mgr.y (mgr.24355) 35 : cluster [DBG] pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:52:56.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:52:56 smithi178 bash[20270]: audit 2024-03-21T12:52:55.685420+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:52:56.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:52:56 smithi178 bash[20270]: audit 2024-03-21T12:52:55.694149+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:52:56.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:52:56 smithi178 bash[20270]: audit 2024-03-21T12:52:55.790244+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:52:56.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:52:56 smithi178 bash[20270]: audit 2024-03-21T12:52:55.799286+0000 mon.a (mon.0) 847 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-21T12:52:56.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:52:56 smithi178 bash[20270]: audit 2024-03-21T12:52:55.802328+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.184:9095"}]: dispatch 2024-03-21T12:52:56.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:52:56 smithi178 bash[20270]: audit 2024-03-21T12:52:55.810197+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:52:56.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:52:56 smithi178 bash[20270]: audit 2024-03-21T12:52:55.816319+0000 mon.a (mon.0) 850 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:52:56.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:52:56 smithi178 bash[20270]: audit 2024-03-21T12:52:55.818148+0000 mon.a (mon.0) 851 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:52:56.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:52:56 smithi178 bash[20270]: audit 2024-03-21T12:52:55.819513+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:52:56.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:52:56 smithi178 bash[20270]: audit 2024-03-21T12:52:55.832358+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:52:56.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:52:56 smithi184 bash[14608]: cluster 2024-03-21T12:52:54.612254+0000 mgr.y (mgr.24355) 35 : cluster [DBG] pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:52:56.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:52:56 smithi184 bash[14608]: audit 2024-03-21T12:52:55.685420+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:52:56.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:52:56 smithi184 bash[14608]: audit 2024-03-21T12:52:55.694149+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:52:56.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:52:56 smithi184 bash[14608]: audit 2024-03-21T12:52:55.790244+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:52:56.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:52:56 smithi184 bash[14608]: audit 2024-03-21T12:52:55.799286+0000 mon.a (mon.0) 847 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-21T12:52:56.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:52:56 smithi184 bash[14608]: audit 2024-03-21T12:52:55.802328+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.184:9095"}]: dispatch 2024-03-21T12:52:56.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:52:56 smithi184 bash[14608]: audit 2024-03-21T12:52:55.810197+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:52:56.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:52:56 smithi184 bash[14608]: audit 2024-03-21T12:52:55.816319+0000 mon.a (mon.0) 850 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:52:56.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:52:56 smithi184 bash[14608]: audit 2024-03-21T12:52:55.818148+0000 mon.a (mon.0) 851 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:52:56.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:52:56 smithi184 bash[14608]: audit 2024-03-21T12:52:55.819513+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:52:56.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:52:56 smithi184 bash[14608]: audit 2024-03-21T12:52:55.832358+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:52:57.228 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-03-21T12:52:57.409 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:52:57 smithi178 bash[20270]: cluster 2024-03-21T12:52:55.687103+0000 mgr.y (mgr.24355) 36 : cluster [DBG] pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:52:57.409 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:52:57 smithi178 bash[20270]: audit 2024-03-21T12:52:55.800128+0000 mgr.y (mgr.24355) 37 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-21T12:52:57.409 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:52:57 smithi178 bash[20270]: audit 2024-03-21T12:52:55.803217+0000 mgr.y (mgr.24355) 38 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.184:9095"}]: dispatch 2024-03-21T12:52:57.409 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:52:57 smithi178 bash[20270]: cluster 2024-03-21T12:52:55.823974+0000 mgr.y (mgr.24355) 39 : cluster [DBG] pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:52:57.410 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:52:57 smithi178 bash[20270]: cephadm 2024-03-21T12:52:55.846655+0000 mgr.y (mgr.24355) 40 : cephadm [INF] Deploying daemon alertmanager.a on smithi178 2024-03-21T12:52:57.410 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:52:57 smithi178 bash[14494]: cluster 2024-03-21T12:52:55.687103+0000 mgr.y (mgr.24355) 36 : cluster [DBG] pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:52:57.410 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:52:57 smithi178 bash[14494]: audit 2024-03-21T12:52:55.800128+0000 mgr.y (mgr.24355) 37 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-21T12:52:57.410 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:52:57 smithi178 bash[14494]: audit 2024-03-21T12:52:55.803217+0000 mgr.y (mgr.24355) 38 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.184:9095"}]: dispatch 2024-03-21T12:52:57.410 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:52:57 smithi178 bash[14494]: cluster 2024-03-21T12:52:55.823974+0000 mgr.y (mgr.24355) 39 : cluster [DBG] pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:52:57.410 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:52:57 smithi178 bash[14494]: cephadm 2024-03-21T12:52:55.846655+0000 mgr.y (mgr.24355) 40 : cephadm [INF] Deploying daemon alertmanager.a on smithi178 2024-03-21T12:52:57.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:52:57 smithi184 bash[14608]: cluster 2024-03-21T12:52:55.687103+0000 mgr.y (mgr.24355) 36 : cluster [DBG] pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:52:57.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:52:57 smithi184 bash[14608]: audit 2024-03-21T12:52:55.800128+0000 mgr.y (mgr.24355) 37 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-21T12:52:57.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:52:57 smithi184 bash[14608]: audit 2024-03-21T12:52:55.803217+0000 mgr.y (mgr.24355) 38 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.184:9095"}]: dispatch 2024-03-21T12:52:57.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:52:57 smithi184 bash[14608]: cluster 2024-03-21T12:52:55.823974+0000 mgr.y (mgr.24355) 39 : cluster [DBG] pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:52:57.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:52:57 smithi184 bash[14608]: cephadm 2024-03-21T12:52:55.846655+0000 mgr.y (mgr.24355) 40 : cephadm [INF] Deploying daemon alertmanager.a on smithi178 2024-03-21T12:52:57.573 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 12:52:57 smithi184 bash[35138]: ts=2024-03-21T12:52:57.368Z caller=main.go:475 level=info msg="No time or size retention was set so using the default time retention" duration=15d 2024-03-21T12:52:57.573 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 12:52:57 smithi184 bash[35138]: ts=2024-03-21T12:52:57.369Z caller=main.go:512 level=info msg="Starting Prometheus" version="(version=2.33.4, branch=HEAD, revision=83032011a5d3e6102624fe58241a374a7201fee8)" 2024-03-21T12:52:57.573 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 12:52:57 smithi184 bash[35138]: ts=2024-03-21T12:52:57.369Z caller=main.go:517 level=info build_context="(go=go1.17.7, user=root@d13bf69e7be8, date=20220222-16:51:28)" 2024-03-21T12:52:57.573 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 12:52:57 smithi184 bash[35138]: ts=2024-03-21T12:52:57.369Z caller=main.go:518 level=info host_details="(Linux 5.4.0-174-generic #193-Ubuntu SMP Thu Mar 7 14:29:28 UTC 2024 x86_64 smithi184 (none))" 2024-03-21T12:52:57.573 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 12:52:57 smithi184 bash[35138]: ts=2024-03-21T12:52:57.369Z caller=main.go:519 level=info fd_limits="(soft=1048576, hard=1048576)" 2024-03-21T12:52:57.573 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 12:52:57 smithi184 bash[35138]: ts=2024-03-21T12:52:57.369Z caller=main.go:520 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2024-03-21T12:52:57.574 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 12:52:57 smithi184 bash[35138]: ts=2024-03-21T12:52:57.372Z caller=web.go:570 level=info component=web msg="Start listening for connections" address=:9095 2024-03-21T12:52:57.574 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 12:52:57 smithi184 bash[35138]: ts=2024-03-21T12:52:57.372Z caller=main.go:923 level=info msg="Starting TSDB ..." 2024-03-21T12:52:57.574 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 12:52:57 smithi184 bash[35138]: ts=2024-03-21T12:52:57.373Z caller=tls_config.go:195 level=info component=web msg="TLS is disabled." http2=false 2024-03-21T12:52:57.574 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 12:52:57 smithi184 bash[35138]: ts=2024-03-21T12:52:57.377Z caller=head.go:493 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2024-03-21T12:52:57.574 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 12:52:57 smithi184 bash[35138]: ts=2024-03-21T12:52:57.377Z caller=head.go:527 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=2.791µs 2024-03-21T12:52:57.574 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 12:52:57 smithi184 bash[35138]: ts=2024-03-21T12:52:57.377Z caller=head.go:533 level=info component=tsdb msg="Replaying WAL, this may take a while" 2024-03-21T12:52:58.073 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 12:52:57 smithi184 bash[35138]: ts=2024-03-21T12:52:57.591Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=1 2024-03-21T12:52:58.073 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 12:52:57 smithi184 bash[35138]: ts=2024-03-21T12:52:57.591Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=1 maxSegment=1 2024-03-21T12:52:58.073 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 12:52:57 smithi184 bash[35138]: ts=2024-03-21T12:52:57.591Z caller=head.go:610 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=62.112µs wal_replay_duration=214.342674ms total_replay_duration=214.425931ms 2024-03-21T12:52:58.073 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 12:52:57 smithi184 bash[35138]: ts=2024-03-21T12:52:57.595Z caller=main.go:944 level=info fs_type=XFS_SUPER_MAGIC 2024-03-21T12:52:58.073 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 12:52:57 smithi184 bash[35138]: ts=2024-03-21T12:52:57.595Z caller=main.go:947 level=info msg="TSDB started" 2024-03-21T12:52:58.073 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 12:52:57 smithi184 bash[35138]: ts=2024-03-21T12:52:57.595Z caller=main.go:1128 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2024-03-21T12:52:58.073 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 12:52:57 smithi184 bash[35138]: ts=2024-03-21T12:52:57.621Z caller=main.go:1165 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=25.865893ms db_storage=1.045µs remote_storage=1.636µs web_handler=454ns query_engine=882ns scrape=438.105µs scrape_sd=63.005µs notify=1.196µs notify_sd=2.251µs rules=24.908203ms 2024-03-21T12:52:58.073 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 12:52:57 smithi184 bash[35138]: ts=2024-03-21T12:52:57.621Z caller=main.go:896 level=info msg="Server is ready to receive web requests." 2024-03-21T12:52:58.255 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":19,"active_gid":24355,"active_name":"y","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.178:6800","nonce":2078458187},{"type":"v1","addr":"172.21.15.178:6801","nonce":2078458187}]},"active_addr":"172.21.15.178:6801/2078458187","active_change":"2024-03-21T12:52:24.530995+0000","active_mgr_features":4540138303579357183,"available":true,"standbys":[{"gid":24356,"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.178:8443/","prometheus":"http://172.21.15.178: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.178:0","nonce":1034136171}]},{"addrvec":[{"type":"v2","addr":"172.21.15.178:0","nonce":543068541}]},{"addrvec":[{"type":"v2","addr":"172.21.15.178:0","nonce":3912607897}]},{"addrvec":[{"type":"v2","addr":"172.21.15.178:0","nonce":3535315467}]}]}} 2024-03-21T12:52:58.258 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-03-21T12:52:58.259 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-03-21T12:52:58.259 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid a94f249e-e780-11ee-95cd-87774f69a715 -- ceph osd dump --format=json 2024-03-21T12:52:58.546 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:52:58 smithi178 bash[14494]: audit 2024-03-21T12:52:57.217042+0000 mon.c (mon.1) 15 : audit [DBG] from='client.? 172.21.15.178:0/2168653334' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-03-21T12:52:58.546 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:52:58 smithi178 bash[20270]: audit 2024-03-21T12:52:57.217042+0000 mon.c (mon.1) 15 : audit [DBG] from='client.? 172.21.15.178:0/2168653334' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-03-21T12:52:58.572 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:52:58 smithi184 bash[14608]: audit 2024-03-21T12:52:57.217042+0000 mon.c (mon.1) 15 : audit [DBG] from='client.? 172.21.15.178:0/2168653334' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-03-21T12:52:59.459 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:52:59 smithi178 bash[14494]: cluster 2024-03-21T12:52:57.824678+0000 mgr.y (mgr.24355) 41 : cluster [DBG] pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:52:59.459 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:52:59 smithi178 bash[20270]: cluster 2024-03-21T12:52:57.824678+0000 mgr.y (mgr.24355) 41 : cluster [DBG] pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:52:59.460 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:52:59 smithi184 bash[14608]: cluster 2024-03-21T12:52:57.824678+0000 mgr.y (mgr.24355) 41 : cluster [DBG] pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:52:59.546 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:52:59 smithi178 bash[14766]: 172.21.15.184 - - [21/Mar/2024:12:52:59] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2024-03-21T12:53:00.796 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:53:00 smithi178 bash[14494]: audit 2024-03-21T12:52:59.448262+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:53:00.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:53:00 smithi178 bash[14494]: cluster 2024-03-21T12:52:59.449822+0000 mgr.y (mgr.24355) 42 : cluster [DBG] pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:53:00.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:53:00 smithi178 bash[14494]: audit 2024-03-21T12:52:59.457165+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:53:00.797 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:53:00 smithi178 bash[20270]: audit 2024-03-21T12:52:59.448262+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:53:00.797 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:53:00 smithi178 bash[20270]: cluster 2024-03-21T12:52:59.449822+0000 mgr.y (mgr.24355) 42 : cluster [DBG] pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:53:00.797 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:53:00 smithi178 bash[20270]: audit 2024-03-21T12:52:59.457165+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:53:00.822 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:53:00 smithi184 bash[14608]: audit 2024-03-21T12:52:59.448262+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:53:00.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:53:00 smithi184 bash[14608]: cluster 2024-03-21T12:52:59.449822+0000 mgr.y (mgr.24355) 42 : cluster [DBG] pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:53:00.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:53:00 smithi184 bash[14608]: audit 2024-03-21T12:52:59.457165+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:53:01.011 INFO:teuthology.orchestra.run.smithi178.stderr:Inferring config /var/lib/ceph/a94f249e-e780-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T12:53:01.796 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:53:01 smithi178 bash[14494]: cluster 2024-03-21T12:53:00.443280+0000 mon.a (mon.0) 856 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-21T12:53:01.797 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:53:01 smithi178 bash[20270]: cluster 2024-03-21T12:53:00.443280+0000 mon.a (mon.0) 856 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-21T12:53:01.822 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:53:01 smithi184 bash[14608]: cluster 2024-03-21T12:53:00.443280+0000 mon.a (mon.0) 856 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-21T12:53:02.758 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:53:02 smithi178 bash[14494]: cluster 2024-03-21T12:53:01.450477+0000 mgr.y (mgr.24355) 43 : cluster [DBG] pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:53:02.759 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:53:02 smithi178 bash[20270]: cluster 2024-03-21T12:53:01.450477+0000 mgr.y (mgr.24355) 43 : cluster [DBG] pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:53:02.822 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:53:02 smithi184 bash[14608]: cluster 2024-03-21T12:53:01.450477+0000 mgr.y (mgr.24355) 43 : cluster [DBG] pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:53:04.724 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:53:04 smithi178 bash[14494]: cluster 2024-03-21T12:53:03.451171+0000 mgr.y (mgr.24355) 44 : cluster [DBG] pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:53:04.724 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:53:04 smithi178 bash[20270]: cluster 2024-03-21T12:53:03.451171+0000 mgr.y (mgr.24355) 44 : cluster [DBG] pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:53:04.822 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:53:04 smithi184 bash[14608]: cluster 2024-03-21T12:53:03.451171+0000 mgr.y (mgr.24355) 44 : cluster [DBG] pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:53:04.986 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:53:04 smithi178 bash[14766]: ::ffff:172.21.15.184 - - [21/Mar/2024:12:53:04] "GET /metrics HTTP/1.1" 200 191515 "" "Prometheus/2.33.4" 2024-03-21T12:53:04.986 INFO:journalctl@ceph.alertmanager.a.smithi178.stdout:Mar 21 12:53:04 smithi178 systemd[1]: Started Ceph alertmanager.a for a94f249e-e780-11ee-95cd-87774f69a715. 2024-03-21T12:53:05.161 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-03-21T12:53:05.161 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":59,"fsid":"a94f249e-e780-11ee-95cd-87774f69a715","created":"2024-03-21T12:44:48.564798+0000","modified":"2024-03-21T12:52:24.530340+0000","last_up_change":"2024-03-21T12:51:57.084957+0000","last_in_change":"2024-03-21T12:51:30.290627+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"quincy","pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-03-21T12:48:44.544764+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":"da2677cf-00f8-400b-ae45-d4276cdba463","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.178:6802","nonce":2109256327},{"type":"v1","addr":"172.21.15.178:6803","nonce":2109256327}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.178:6804","nonce":2109256327},{"type":"v1","addr":"172.21.15.178:6805","nonce":2109256327}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.178:6808","nonce":2109256327},{"type":"v1","addr":"172.21.15.178:6809","nonce":2109256327}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.178:6806","nonce":2109256327},{"type":"v1","addr":"172.21.15.178:6807","nonce":2109256327}]},"public_addr":"172.21.15.178:6803/2109256327","cluster_addr":"172.21.15.178:6805/2109256327","heartbeat_back_addr":"172.21.15.178:6809/2109256327","heartbeat_front_addr":"172.21.15.178:6807/2109256327","state":["exists","up"]},{"osd":1,"uuid":"ac2cce22-e750-4c6d-b699-94c8f2aa7222","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.178:6810","nonce":3943562907},{"type":"v1","addr":"172.21.15.178:6811","nonce":3943562907}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.178:6812","nonce":3943562907},{"type":"v1","addr":"172.21.15.178:6813","nonce":3943562907}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.178:6816","nonce":3943562907},{"type":"v1","addr":"172.21.15.178:6817","nonce":3943562907}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.178:6814","nonce":3943562907},{"type":"v1","addr":"172.21.15.178:6815","nonce":3943562907}]},"public_addr":"172.21.15.178:6811/3943562907","cluster_addr":"172.21.15.178:6813/3943562907","heartbeat_back_addr":"172.21.15.178:6817/3943562907","heartbeat_front_addr":"172.21.15.178:6815/3943562907","state":["exists","up"]},{"osd":2,"uuid":"4a7a66aa-9921-4ccb-80f6-bb66a1be891c","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.178:6818","nonce":3224910125},{"type":"v1","addr":"172.21.15.178:6819","nonce":3224910125}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.178:6820","nonce":3224910125},{"type":"v1","addr":"172.21.15.178:6821","nonce":3224910125}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.178:6824","nonce":3224910125},{"type":"v1","addr":"172.21.15.178:6825","nonce":3224910125}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.178:6822","nonce":3224910125},{"type":"v1","addr":"172.21.15.178:6823","nonce":3224910125}]},"public_addr":"172.21.15.178:6819/3224910125","cluster_addr":"172.21.15.178:6821/3224910125","heartbeat_back_addr":"172.21.15.178:6825/3224910125","heartbeat_front_addr":"172.21.15.178:6823/3224910125","state":["exists","up"]},{"osd":3,"uuid":"b9bb78cb-431a-41d4-be4b-2d210e26b441","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.178:6826","nonce":3467318095},{"type":"v1","addr":"172.21.15.178:6827","nonce":3467318095}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.178:6828","nonce":3467318095},{"type":"v1","addr":"172.21.15.178:6829","nonce":3467318095}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.178:6832","nonce":3467318095},{"type":"v1","addr":"172.21.15.178:6833","nonce":3467318095}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.178:6830","nonce":3467318095},{"type":"v1","addr":"172.21.15.178:6831","nonce":3467318095}]},"public_addr":"172.21.15.178:6827/3467318095","cluster_addr":"172.21.15.178:6829/3467318095","heartbeat_back_addr":"172.21.15.178:6833/3467318095","heartbeat_front_addr":"172.21.15.178:6831/3467318095","state":["exists","up"]},{"osd":4,"uuid":"c67f6106-6a03-44af-96fb-e6164d5a2aa6","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.184:6800","nonce":257885768},{"type":"v1","addr":"172.21.15.184:6801","nonce":257885768}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6802","nonce":257885768},{"type":"v1","addr":"172.21.15.184:6803","nonce":257885768}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6806","nonce":257885768},{"type":"v1","addr":"172.21.15.184:6807","nonce":257885768}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6804","nonce":257885768},{"type":"v1","addr":"172.21.15.184:6805","nonce":257885768}]},"public_addr":"172.21.15.184:6801/257885768","cluster_addr":"172.21.15.184:6803/257885768","heartbeat_back_addr":"172.21.15.184:6807/257885768","heartbeat_front_addr":"172.21.15.184:6805/257885768","state":["exists","up"]},{"osd":5,"uuid":"4effd93b-4d86-4a47-95b5-0a7619ebf025","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.184:6808","nonce":2237893291},{"type":"v1","addr":"172.21.15.184:6809","nonce":2237893291}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6810","nonce":2237893291},{"type":"v1","addr":"172.21.15.184:6811","nonce":2237893291}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6814","nonce":2237893291},{"type":"v1","addr":"172.21.15.184:6815","nonce":2237893291}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6812","nonce":2237893291},{"type":"v1","addr":"172.21.15.184:6813","nonce":2237893291}]},"public_addr":"172.21.15.184:6809/2237893291","cluster_addr":"172.21.15.184:6811/2237893291","heartbeat_back_addr":"172.21.15.184:6815/2237893291","heartbeat_front_addr":"172.21.15.184:6813/2237893291","state":["exists","up"]},{"osd":6,"uuid":"19e6cf6d-60d0-4e81-bda9-f778f9677f11","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.184:6816","nonce":1794025434},{"type":"v1","addr":"172.21.15.184:6817","nonce":1794025434}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6818","nonce":1794025434},{"type":"v1","addr":"172.21.15.184:6819","nonce":1794025434}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6822","nonce":1794025434},{"type":"v1","addr":"172.21.15.184:6823","nonce":1794025434}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6820","nonce":1794025434},{"type":"v1","addr":"172.21.15.184:6821","nonce":1794025434}]},"public_addr":"172.21.15.184:6817/1794025434","cluster_addr":"172.21.15.184:6819/1794025434","heartbeat_back_addr":"172.21.15.184:6823/1794025434","heartbeat_front_addr":"172.21.15.184:6821/1794025434","state":["exists","up"]},{"osd":7,"uuid":"75d9f578-df10-48c7-84a6-6702fba2b392","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.184:6824","nonce":1747897035},{"type":"v1","addr":"172.21.15.184:6825","nonce":1747897035}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6826","nonce":1747897035},{"type":"v1","addr":"172.21.15.184:6827","nonce":1747897035}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6830","nonce":1747897035},{"type":"v1","addr":"172.21.15.184:6831","nonce":1747897035}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6828","nonce":1747897035},{"type":"v1","addr":"172.21.15.184:6829","nonce":1747897035}]},"public_addr":"172.21.15.184:6825/1747897035","cluster_addr":"172.21.15.184:6827/1747897035","heartbeat_back_addr":"172.21.15.184:6831/1747897035","heartbeat_front_addr":"172.21.15.184:6829/1747897035","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-03-21T12:47:30.662622+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-03-21T12:48:06.187596+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-03-21T12:48:42.263013+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-03-21T12:49:21.303223+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-03-21T12:49:56.322914+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-03-21T12:50:35.684578+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-03-21T12:51:14.901235+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-03-21T12:51:55.955653+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.178:6801/585084232":"2024-03-22T12:52:24.530229+0000","172.21.15.178:6800/585084232":"2024-03-22T12:52:24.530229+0000","172.21.15.178:0/3276300314":"2024-03-22T12:52:24.530229+0000","172.21.15.178:0/1521535153":"2024-03-22T12:52:24.530229+0000","172.21.15.178:0/1687396307":"2024-03-22T12:45:47.888828+0000","172.21.15.178:0/2978973451":"2024-03-22T12:52:24.530229+0000","172.21.15.178:6801/3814003914":"2024-03-22T12:45:47.888828+0000","172.21.15.178:6800/3814003914":"2024-03-22T12:45:47.888828+0000","172.21.15.178:0/573519368":"2024-03-22T12:52:24.530229+0000","172.21.15.178:0/1564850126":"2024-03-22T12:45:47.888828+0000","172.21.15.178:6800/1355448348":"2024-03-22T12:45:18.540595+0000","172.21.15.178:6801/1355448348":"2024-03-22T12:45:18.540595+0000","172.21.15.178:0/4289823430":"2024-03-22T12:45:18.540595+0000","172.21.15.178:0/2682080492":"2024-03-22T12:45:47.888828+0000","172.21.15.178:0/2621284394":"2024-03-22T12:45:18.540595+0000","172.21.15.178:0/1569717547":"2024-03-22T12:45:18.540595+0000"},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-03-21T12:53:05.573 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 12:53:05 smithi184 bash[15792]: ::ffff:172.21.15.184 - - [21/Mar/2024:12:53:05] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-21T12:53:06.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:53:05 smithi178 bash[14494]: audit 2024-03-21T12:53:04.995165+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:53:06.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:53:05 smithi178 bash[14494]: audit 2024-03-21T12:53:05.133224+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:53:06.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:53:05 smithi178 bash[14494]: audit 2024-03-21T12:53:05.142023+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:53:06.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:53:05 smithi178 bash[14494]: audit 2024-03-21T12:53:05.145966+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-03-21T12:53:06.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:53:05 smithi178 bash[14494]: audit 2024-03-21T12:53:05.146556+0000 mgr.y (mgr.24355) 45 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-03-21T12:53:06.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:53:05 smithi178 bash[14494]: audit 2024-03-21T12:53:05.151904+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:53:06.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:53:05 smithi178 bash[14494]: cephadm 2024-03-21T12:53:05.156718+0000 mgr.y (mgr.24355) 46 : cephadm [INF] Deploying daemon grafana.a on smithi184 2024-03-21T12:53:06.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:53:05 smithi178 bash[14494]: audit 2024-03-21T12:53:05.159662+0000 mon.a (mon.0) 862 : audit [DBG] from='client.? 172.21.15.178:0/2163061302' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-21T12:53:06.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:53:05 smithi178 bash[14494]: cluster 2024-03-21T12:53:05.451774+0000 mgr.y (mgr.24355) 47 : cluster [DBG] pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:53:06.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:53:05 smithi178 bash[20270]: audit 2024-03-21T12:53:04.995165+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:53:06.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:53:05 smithi178 bash[20270]: audit 2024-03-21T12:53:05.133224+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:53:06.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:53:05 smithi178 bash[20270]: audit 2024-03-21T12:53:05.142023+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:53:06.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:53:05 smithi178 bash[20270]: audit 2024-03-21T12:53:05.145966+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-03-21T12:53:06.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:53:05 smithi178 bash[20270]: audit 2024-03-21T12:53:05.146556+0000 mgr.y (mgr.24355) 45 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-03-21T12:53:06.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:53:05 smithi178 bash[20270]: audit 2024-03-21T12:53:05.151904+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:53:06.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:53:05 smithi178 bash[20270]: cephadm 2024-03-21T12:53:05.156718+0000 mgr.y (mgr.24355) 46 : cephadm [INF] Deploying daemon grafana.a on smithi184 2024-03-21T12:53:06.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:53:05 smithi178 bash[20270]: audit 2024-03-21T12:53:05.159662+0000 mon.a (mon.0) 862 : audit [DBG] from='client.? 172.21.15.178:0/2163061302' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-21T12:53:06.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:53:05 smithi178 bash[20270]: cluster 2024-03-21T12:53:05.451774+0000 mgr.y (mgr.24355) 47 : cluster [DBG] pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:53:06.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:53:05 smithi184 bash[14608]: audit 2024-03-21T12:53:04.995165+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:53:06.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:53:05 smithi184 bash[14608]: audit 2024-03-21T12:53:05.133224+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:53:06.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:53:05 smithi184 bash[14608]: audit 2024-03-21T12:53:05.142023+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:53:06.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:53:05 smithi184 bash[14608]: audit 2024-03-21T12:53:05.145966+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-03-21T12:53:06.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:53:05 smithi184 bash[14608]: audit 2024-03-21T12:53:05.146556+0000 mgr.y (mgr.24355) 45 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-03-21T12:53:06.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:53:05 smithi184 bash[14608]: audit 2024-03-21T12:53:05.151904+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:53:06.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:53:05 smithi184 bash[14608]: cephadm 2024-03-21T12:53:05.156718+0000 mgr.y (mgr.24355) 46 : cephadm [INF] Deploying daemon grafana.a on smithi184 2024-03-21T12:53:06.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:53:05 smithi184 bash[14608]: audit 2024-03-21T12:53:05.159662+0000 mon.a (mon.0) 862 : audit [DBG] from='client.? 172.21.15.178:0/2163061302' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-21T12:53:06.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:53:05 smithi184 bash[14608]: cluster 2024-03-21T12:53:05.451774+0000 mgr.y (mgr.24355) 47 : cluster [DBG] pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:53:06.827 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-03-21T12:53:06.827 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid a94f249e-e780-11ee-95cd-87774f69a715 -- ceph osd dump --format=json 2024-03-21T12:53:07.433 INFO:journalctl@ceph.alertmanager.a.smithi178.stdout:Mar 21 12:53:07 smithi178 bash[40180]: level=info ts=2024-03-21T12:53:07.182Z caller=main.go:225 msg="Starting Alertmanager" version="(version=0.23.0, branch=HEAD, revision=61046b17771a57cfd4c4a51be370ab930a4d7d54)" 2024-03-21T12:53:07.433 INFO:journalctl@ceph.alertmanager.a.smithi178.stdout:Mar 21 12:53:07 smithi178 bash[40180]: level=info ts=2024-03-21T12:53:07.182Z caller=main.go:226 build_context="(go=go1.16.7, user=root@e21a959be8d2, date=20210825-10:48:55)" 2024-03-21T12:53:07.433 INFO:journalctl@ceph.alertmanager.a.smithi178.stdout:Mar 21 12:53:07 smithi178 bash[40180]: level=info ts=2024-03-21T12:53:07.187Z caller=cluster.go:184 component=cluster msg="setting advertise address explicitly" addr=172.21.15.178 port=9094 2024-03-21T12:53:07.433 INFO:journalctl@ceph.alertmanager.a.smithi178.stdout:Mar 21 12:53:07 smithi178 bash[40180]: level=info ts=2024-03-21T12:53:07.188Z caller=cluster.go:671 component=cluster msg="Waiting for gossip to settle..." interval=2s 2024-03-21T12:53:07.434 INFO:journalctl@ceph.alertmanager.a.smithi178.stdout:Mar 21 12:53:07 smithi178 bash[40180]: level=info ts=2024-03-21T12:53:07.233Z caller=coordinator.go:113 component=configuration msg="Loading configuration file" file=/etc/alertmanager/alertmanager.yml 2024-03-21T12:53:07.434 INFO:journalctl@ceph.alertmanager.a.smithi178.stdout:Mar 21 12:53:07 smithi178 bash[40180]: level=info ts=2024-03-21T12:53:07.234Z caller=coordinator.go:126 component=configuration msg="Completed loading of configuration file" file=/etc/alertmanager/alertmanager.yml 2024-03-21T12:53:07.434 INFO:journalctl@ceph.alertmanager.a.smithi178.stdout:Mar 21 12:53:07 smithi178 bash[40180]: level=info ts=2024-03-21T12:53:07.238Z caller=main.go:518 msg=Listening address=:9093 2024-03-21T12:53:07.434 INFO:journalctl@ceph.alertmanager.a.smithi178.stdout:Mar 21 12:53:07 smithi178 bash[40180]: level=info ts=2024-03-21T12:53:07.239Z caller=tls_config.go:191 msg="TLS is disabled." http2=false 2024-03-21T12:53:08.774 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:53:08 smithi178 bash[14494]: cluster 2024-03-21T12:53:07.452505+0000 mgr.y (mgr.24355) 48 : cluster [DBG] pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:53:08.774 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:53:08 smithi178 bash[20270]: cluster 2024-03-21T12:53:07.452505+0000 mgr.y (mgr.24355) 48 : cluster [DBG] pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:53:08.822 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:53:08 smithi184 bash[14608]: cluster 2024-03-21T12:53:07.452505+0000 mgr.y (mgr.24355) 48 : cluster [DBG] pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:53:08.916 INFO:teuthology.orchestra.run.smithi178.stderr:Inferring config /var/lib/ceph/a94f249e-e780-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T12:53:09.296 INFO:journalctl@ceph.alertmanager.a.smithi178.stdout:Mar 21 12:53:09 smithi178 bash[40180]: level=info ts=2024-03-21T12:53:09.189Z caller=cluster.go:696 component=cluster msg="gossip not settled" polls=0 before=0 now=1 elapsed=2.000643271s 2024-03-21T12:53:10.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:53:10 smithi178 bash[14494]: cluster 2024-03-21T12:53:09.453260+0000 mgr.y (mgr.24355) 49 : cluster [DBG] pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:53:10.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:53:10 smithi178 bash[14494]: audit 2024-03-21T12:53:09.689940+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:53:10.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:53:10 smithi178 bash[14494]: audit 2024-03-21T12:53:09.697828+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:53:10.797 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:53:10 smithi178 bash[20270]: cluster 2024-03-21T12:53:09.453260+0000 mgr.y (mgr.24355) 49 : cluster [DBG] pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:53:10.797 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:53:10 smithi178 bash[20270]: audit 2024-03-21T12:53:09.689940+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:53:10.797 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:53:10 smithi178 bash[20270]: audit 2024-03-21T12:53:09.697828+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:53:10.822 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:53:10 smithi184 bash[14608]: cluster 2024-03-21T12:53:09.453260+0000 mgr.y (mgr.24355) 49 : cluster [DBG] pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:53:10.822 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:53:10 smithi184 bash[14608]: audit 2024-03-21T12:53:09.689940+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:53:10.822 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:53:10 smithi184 bash[14608]: audit 2024-03-21T12:53:09.697828+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:53:12.046 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:53:11 smithi178 bash[14766]: 172.21.15.178 - - [21/Mar/2024:12:53:11] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2024-03-21T12:53:12.711 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:53:12 smithi178 bash[14494]: cluster 2024-03-21T12:53:11.454021+0000 mgr.y (mgr.24355) 50 : cluster [DBG] pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:53:12.711 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:53:12 smithi178 bash[14494]: audit 2024-03-21T12:53:11.734574+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:53:12.711 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:53:12 smithi178 bash[20270]: cluster 2024-03-21T12:53:11.454021+0000 mgr.y (mgr.24355) 50 : cluster [DBG] pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:53:12.712 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:53:12 smithi178 bash[20270]: audit 2024-03-21T12:53:11.734574+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:53:12.822 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:53:12 smithi184 bash[14608]: cluster 2024-03-21T12:53:11.454021+0000 mgr.y (mgr.24355) 50 : cluster [DBG] pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:53:12.822 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:53:12 smithi184 bash[14608]: audit 2024-03-21T12:53:11.734574+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:53:12.911 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-03-21T12:53:12.911 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":59,"fsid":"a94f249e-e780-11ee-95cd-87774f69a715","created":"2024-03-21T12:44:48.564798+0000","modified":"2024-03-21T12:52:24.530340+0000","last_up_change":"2024-03-21T12:51:57.084957+0000","last_in_change":"2024-03-21T12:51:30.290627+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"quincy","pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-03-21T12:48:44.544764+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":"da2677cf-00f8-400b-ae45-d4276cdba463","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.178:6802","nonce":2109256327},{"type":"v1","addr":"172.21.15.178:6803","nonce":2109256327}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.178:6804","nonce":2109256327},{"type":"v1","addr":"172.21.15.178:6805","nonce":2109256327}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.178:6808","nonce":2109256327},{"type":"v1","addr":"172.21.15.178:6809","nonce":2109256327}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.178:6806","nonce":2109256327},{"type":"v1","addr":"172.21.15.178:6807","nonce":2109256327}]},"public_addr":"172.21.15.178:6803/2109256327","cluster_addr":"172.21.15.178:6805/2109256327","heartbeat_back_addr":"172.21.15.178:6809/2109256327","heartbeat_front_addr":"172.21.15.178:6807/2109256327","state":["exists","up"]},{"osd":1,"uuid":"ac2cce22-e750-4c6d-b699-94c8f2aa7222","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.178:6810","nonce":3943562907},{"type":"v1","addr":"172.21.15.178:6811","nonce":3943562907}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.178:6812","nonce":3943562907},{"type":"v1","addr":"172.21.15.178:6813","nonce":3943562907}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.178:6816","nonce":3943562907},{"type":"v1","addr":"172.21.15.178:6817","nonce":3943562907}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.178:6814","nonce":3943562907},{"type":"v1","addr":"172.21.15.178:6815","nonce":3943562907}]},"public_addr":"172.21.15.178:6811/3943562907","cluster_addr":"172.21.15.178:6813/3943562907","heartbeat_back_addr":"172.21.15.178:6817/3943562907","heartbeat_front_addr":"172.21.15.178:6815/3943562907","state":["exists","up"]},{"osd":2,"uuid":"4a7a66aa-9921-4ccb-80f6-bb66a1be891c","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.178:6818","nonce":3224910125},{"type":"v1","addr":"172.21.15.178:6819","nonce":3224910125}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.178:6820","nonce":3224910125},{"type":"v1","addr":"172.21.15.178:6821","nonce":3224910125}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.178:6824","nonce":3224910125},{"type":"v1","addr":"172.21.15.178:6825","nonce":3224910125}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.178:6822","nonce":3224910125},{"type":"v1","addr":"172.21.15.178:6823","nonce":3224910125}]},"public_addr":"172.21.15.178:6819/3224910125","cluster_addr":"172.21.15.178:6821/3224910125","heartbeat_back_addr":"172.21.15.178:6825/3224910125","heartbeat_front_addr":"172.21.15.178:6823/3224910125","state":["exists","up"]},{"osd":3,"uuid":"b9bb78cb-431a-41d4-be4b-2d210e26b441","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.178:6826","nonce":3467318095},{"type":"v1","addr":"172.21.15.178:6827","nonce":3467318095}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.178:6828","nonce":3467318095},{"type":"v1","addr":"172.21.15.178:6829","nonce":3467318095}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.178:6832","nonce":3467318095},{"type":"v1","addr":"172.21.15.178:6833","nonce":3467318095}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.178:6830","nonce":3467318095},{"type":"v1","addr":"172.21.15.178:6831","nonce":3467318095}]},"public_addr":"172.21.15.178:6827/3467318095","cluster_addr":"172.21.15.178:6829/3467318095","heartbeat_back_addr":"172.21.15.178:6833/3467318095","heartbeat_front_addr":"172.21.15.178:6831/3467318095","state":["exists","up"]},{"osd":4,"uuid":"c67f6106-6a03-44af-96fb-e6164d5a2aa6","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.184:6800","nonce":257885768},{"type":"v1","addr":"172.21.15.184:6801","nonce":257885768}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6802","nonce":257885768},{"type":"v1","addr":"172.21.15.184:6803","nonce":257885768}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6806","nonce":257885768},{"type":"v1","addr":"172.21.15.184:6807","nonce":257885768}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6804","nonce":257885768},{"type":"v1","addr":"172.21.15.184:6805","nonce":257885768}]},"public_addr":"172.21.15.184:6801/257885768","cluster_addr":"172.21.15.184:6803/257885768","heartbeat_back_addr":"172.21.15.184:6807/257885768","heartbeat_front_addr":"172.21.15.184:6805/257885768","state":["exists","up"]},{"osd":5,"uuid":"4effd93b-4d86-4a47-95b5-0a7619ebf025","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.184:6808","nonce":2237893291},{"type":"v1","addr":"172.21.15.184:6809","nonce":2237893291}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6810","nonce":2237893291},{"type":"v1","addr":"172.21.15.184:6811","nonce":2237893291}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6814","nonce":2237893291},{"type":"v1","addr":"172.21.15.184:6815","nonce":2237893291}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6812","nonce":2237893291},{"type":"v1","addr":"172.21.15.184:6813","nonce":2237893291}]},"public_addr":"172.21.15.184:6809/2237893291","cluster_addr":"172.21.15.184:6811/2237893291","heartbeat_back_addr":"172.21.15.184:6815/2237893291","heartbeat_front_addr":"172.21.15.184:6813/2237893291","state":["exists","up"]},{"osd":6,"uuid":"19e6cf6d-60d0-4e81-bda9-f778f9677f11","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.184:6816","nonce":1794025434},{"type":"v1","addr":"172.21.15.184:6817","nonce":1794025434}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6818","nonce":1794025434},{"type":"v1","addr":"172.21.15.184:6819","nonce":1794025434}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6822","nonce":1794025434},{"type":"v1","addr":"172.21.15.184:6823","nonce":1794025434}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6820","nonce":1794025434},{"type":"v1","addr":"172.21.15.184:6821","nonce":1794025434}]},"public_addr":"172.21.15.184:6817/1794025434","cluster_addr":"172.21.15.184:6819/1794025434","heartbeat_back_addr":"172.21.15.184:6823/1794025434","heartbeat_front_addr":"172.21.15.184:6821/1794025434","state":["exists","up"]},{"osd":7,"uuid":"75d9f578-df10-48c7-84a6-6702fba2b392","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.184:6824","nonce":1747897035},{"type":"v1","addr":"172.21.15.184:6825","nonce":1747897035}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6826","nonce":1747897035},{"type":"v1","addr":"172.21.15.184:6827","nonce":1747897035}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6830","nonce":1747897035},{"type":"v1","addr":"172.21.15.184:6831","nonce":1747897035}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6828","nonce":1747897035},{"type":"v1","addr":"172.21.15.184:6829","nonce":1747897035}]},"public_addr":"172.21.15.184:6825/1747897035","cluster_addr":"172.21.15.184:6827/1747897035","heartbeat_back_addr":"172.21.15.184:6831/1747897035","heartbeat_front_addr":"172.21.15.184:6829/1747897035","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-03-21T12:47:30.662622+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-03-21T12:48:06.187596+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-03-21T12:48:42.263013+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-03-21T12:49:21.303223+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-03-21T12:49:56.322914+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-03-21T12:50:35.684578+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-03-21T12:51:14.901235+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-03-21T12:51:55.955653+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.178:6801/585084232":"2024-03-22T12:52:24.530229+0000","172.21.15.178:6800/585084232":"2024-03-22T12:52:24.530229+0000","172.21.15.178:0/3276300314":"2024-03-22T12:52:24.530229+0000","172.21.15.178:0/1521535153":"2024-03-22T12:52:24.530229+0000","172.21.15.178:0/1687396307":"2024-03-22T12:45:47.888828+0000","172.21.15.178:0/2978973451":"2024-03-22T12:52:24.530229+0000","172.21.15.178:6801/3814003914":"2024-03-22T12:45:47.888828+0000","172.21.15.178:6800/3814003914":"2024-03-22T12:45:47.888828+0000","172.21.15.178:0/573519368":"2024-03-22T12:52:24.530229+0000","172.21.15.178:0/1564850126":"2024-03-22T12:45:47.888828+0000","172.21.15.178:6800/1355448348":"2024-03-22T12:45:18.540595+0000","172.21.15.178:6801/1355448348":"2024-03-22T12:45:18.540595+0000","172.21.15.178:0/4289823430":"2024-03-22T12:45:18.540595+0000","172.21.15.178:0/2682080492":"2024-03-22T12:45:47.888828+0000","172.21.15.178:0/2621284394":"2024-03-22T12:45:18.540595+0000","172.21.15.178:0/1569717547":"2024-03-22T12:45:18.540595+0000"},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-03-21T12:53:13.296 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:53:13 smithi178 bash[14766]: 172.21.15.178 - - [21/Mar/2024:12:53:13] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2024-03-21T12:53:13.796 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:53:13 smithi178 bash[14494]: audit 2024-03-21T12:53:12.909582+0000 mon.a (mon.0) 866 : audit [DBG] from='client.? 172.21.15.178:0/3359002641' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-21T12:53:13.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:53:13 smithi178 bash[14494]: audit 2024-03-21T12:53:13.181407+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:53:13.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:53:13 smithi178 bash[14494]: audit 2024-03-21T12:53:13.188130+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:53:13.797 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:53:13 smithi178 bash[20270]: audit 2024-03-21T12:53:12.909582+0000 mon.a (mon.0) 866 : audit [DBG] from='client.? 172.21.15.178:0/3359002641' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-21T12:53:13.797 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:53:13 smithi178 bash[20270]: audit 2024-03-21T12:53:13.181407+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:53:13.797 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:53:13 smithi178 bash[20270]: audit 2024-03-21T12:53:13.188130+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:53:13.822 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:53:13 smithi184 bash[14608]: audit 2024-03-21T12:53:12.909582+0000 mon.a (mon.0) 866 : audit [DBG] from='client.? 172.21.15.178:0/3359002641' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-21T12:53:13.822 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:53:13 smithi184 bash[14608]: audit 2024-03-21T12:53:13.181407+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:53:13.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:53:13 smithi184 bash[14608]: audit 2024-03-21T12:53:13.188130+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:53:14.383 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid a94f249e-e780-11ee-95cd-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2024-03-21T12:53:14.384 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid a94f249e-e780-11ee-95cd-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2024-03-21T12:53:14.384 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid a94f249e-e780-11ee-95cd-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2024-03-21T12:53:14.385 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid a94f249e-e780-11ee-95cd-87774f69a715 -- ceph tell osd.3 flush_pg_stats 2024-03-21T12:53:14.385 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid a94f249e-e780-11ee-95cd-87774f69a715 -- ceph tell osd.4 flush_pg_stats 2024-03-21T12:53:14.386 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid a94f249e-e780-11ee-95cd-87774f69a715 -- ceph tell osd.5 flush_pg_stats 2024-03-21T12:53:14.386 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid a94f249e-e780-11ee-95cd-87774f69a715 -- ceph tell osd.6 flush_pg_stats 2024-03-21T12:53:14.387 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid a94f249e-e780-11ee-95cd-87774f69a715 -- ceph tell osd.7 flush_pg_stats 2024-03-21T12:53:14.776 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:53:14 smithi178 bash[14494]: cluster 2024-03-21T12:53:13.182691+0000 mgr.y (mgr.24355) 51 : cluster [DBG] pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:53:14.777 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:53:14 smithi178 bash[14494]: cluster 2024-03-21T12:53:13.182981+0000 mgr.y (mgr.24355) 52 : cluster [DBG] pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:53:14.777 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:53:14 smithi178 bash[20270]: cluster 2024-03-21T12:53:13.182691+0000 mgr.y (mgr.24355) 51 : cluster [DBG] pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:53:14.777 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:53:14 smithi178 bash[20270]: cluster 2024-03-21T12:53:13.182981+0000 mgr.y (mgr.24355) 52 : cluster [DBG] pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:53:14.822 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:53:14 smithi184 bash[14608]: cluster 2024-03-21T12:53:13.182691+0000 mgr.y (mgr.24355) 51 : cluster [DBG] pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:53:14.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:53:14 smithi184 bash[14608]: cluster 2024-03-21T12:53:13.182981+0000 mgr.y (mgr.24355) 52 : cluster [DBG] pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:53:15.046 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:53:14 smithi178 bash[14766]: ::ffff:172.21.15.184 - - [21/Mar/2024:12:53:14] "GET /metrics HTTP/1.1" 200 191577 "" "Prometheus/2.33.4" 2024-03-21T12:53:15.573 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 12:53:15 smithi184 bash[15792]: ::ffff:172.21.15.184 - - [21/Mar/2024:12:53:15] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-21T12:53:16.423 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:53:16 smithi178 bash[14494]: cluster 2024-03-21T12:53:15.183318+0000 mgr.y (mgr.24355) 53 : cluster [DBG] pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:53:16.423 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:53:16 smithi178 bash[20270]: cluster 2024-03-21T12:53:15.183318+0000 mgr.y (mgr.24355) 53 : cluster [DBG] pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:53:16.572 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:53:16 smithi184 bash[14608]: cluster 2024-03-21T12:53:15.183318+0000 mgr.y (mgr.24355) 53 : cluster [DBG] pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:53:17.448 INFO:teuthology.orchestra.run.smithi178.stderr:Inferring config /var/lib/ceph/a94f249e-e780-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T12:53:17.449 INFO:teuthology.orchestra.run.smithi178.stderr:Inferring config /var/lib/ceph/a94f249e-e780-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T12:53:17.451 INFO:teuthology.orchestra.run.smithi178.stderr:Inferring config /var/lib/ceph/a94f249e-e780-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T12:53:17.452 INFO:teuthology.orchestra.run.smithi178.stderr:Inferring config /var/lib/ceph/a94f249e-e780-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T12:53:17.452 INFO:teuthology.orchestra.run.smithi178.stderr:Inferring config /var/lib/ceph/a94f249e-e780-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T12:53:17.452 INFO:teuthology.orchestra.run.smithi178.stderr:Inferring config /var/lib/ceph/a94f249e-e780-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T12:53:17.457 INFO:teuthology.orchestra.run.smithi178.stderr:Inferring config /var/lib/ceph/a94f249e-e780-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T12:53:17.459 INFO:teuthology.orchestra.run.smithi178.stderr:Inferring config /var/lib/ceph/a94f249e-e780-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T12:53:17.480 INFO:journalctl@ceph.alertmanager.a.smithi178.stdout:Mar 21 12:53:17 smithi178 bash[40180]: level=info ts=2024-03-21T12:53:17.192Z caller=cluster.go:688 component=cluster msg="gossip settled; proceeding" elapsed=10.004080893s 2024-03-21T12:53:17.480 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:53:17 smithi178 bash[14766]: 172.21.15.178 - - [21/Mar/2024:12:53:17] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2024-03-21T12:53:18.322 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:53:18 smithi184 bash[14608]: audit 2024-03-21T12:53:17.049340+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:53:18.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:53:18 smithi184 bash[14608]: cluster 2024-03-21T12:53:17.050522+0000 mgr.y (mgr.24355) 54 : cluster [DBG] pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:53:18.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:53:18 smithi184 bash[14608]: cluster 2024-03-21T12:53:17.050848+0000 mgr.y (mgr.24355) 55 : cluster [DBG] pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:53:18.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:53:18 smithi184 bash[14608]: audit 2024-03-21T12:53:17.056225+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:53:18.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:53:18 smithi178 bash[14494]: audit 2024-03-21T12:53:17.049340+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:53:18.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:53:18 smithi178 bash[14494]: cluster 2024-03-21T12:53:17.050522+0000 mgr.y (mgr.24355) 54 : cluster [DBG] pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:53:18.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:53:18 smithi178 bash[14494]: cluster 2024-03-21T12:53:17.050848+0000 mgr.y (mgr.24355) 55 : cluster [DBG] pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:53:18.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:53:18 smithi178 bash[14494]: audit 2024-03-21T12:53:17.056225+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:53:18.547 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:53:18 smithi178 bash[20270]: audit 2024-03-21T12:53:17.049340+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:53:18.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:53:18 smithi178 bash[20270]: cluster 2024-03-21T12:53:17.050522+0000 mgr.y (mgr.24355) 54 : cluster [DBG] pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:53:18.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:53:18 smithi178 bash[20270]: cluster 2024-03-21T12:53:17.050848+0000 mgr.y (mgr.24355) 55 : cluster [DBG] pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:53:18.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:53:18 smithi178 bash[20270]: audit 2024-03-21T12:53:17.056225+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:53:19.229 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:53:19 smithi178 bash[14766]: 172.21.15.184 - - [21/Mar/2024:12:53:19] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2024-03-21T12:53:20.224 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:53:20 smithi178 bash[14494]: cluster 2024-03-21T12:53:19.051506+0000 mgr.y (mgr.24355) 56 : cluster [DBG] pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:53:20.225 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:53:20 smithi178 bash[14494]: audit 2024-03-21T12:53:19.111082+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:53:20.225 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:53:20 smithi178 bash[14494]: cluster 2024-03-21T12:53:19.112419+0000 mgr.y (mgr.24355) 57 : cluster [DBG] pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:53:20.225 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:53:20 smithi178 bash[14494]: audit 2024-03-21T12:53:19.119600+0000 mon.a (mon.0) 872 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:53:20.225 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:53:20 smithi178 bash[20270]: cluster 2024-03-21T12:53:19.051506+0000 mgr.y (mgr.24355) 56 : cluster [DBG] pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:53:20.225 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:53:20 smithi178 bash[20270]: audit 2024-03-21T12:53:19.111082+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:53:20.225 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:53:20 smithi178 bash[20270]: cluster 2024-03-21T12:53:19.112419+0000 mgr.y (mgr.24355) 57 : cluster [DBG] pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:53:20.225 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:53:20 smithi178 bash[20270]: audit 2024-03-21T12:53:19.119600+0000 mon.a (mon.0) 872 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:53:20.541 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:53:20 smithi184 bash[14608]: cluster 2024-03-21T12:53:19.051506+0000 mgr.y (mgr.24355) 56 : cluster [DBG] pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:53:20.541 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:53:20 smithi184 bash[14608]: audit 2024-03-21T12:53:19.111082+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:53:20.541 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:53:20 smithi184 bash[14608]: cluster 2024-03-21T12:53:19.112419+0000 mgr.y (mgr.24355) 57 : cluster [DBG] pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:53:20.542 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:53:20 smithi184 bash[14608]: audit 2024-03-21T12:53:19.119600+0000 mon.a (mon.0) 872 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:53:21.386 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:53:21 smithi184 bash[14608]: cluster 2024-03-21T12:53:20.108743+0000 mon.a (mon.0) 873 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-03-21T12:53:21.386 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:53:21 smithi184 bash[14608]: cluster 2024-03-21T12:53:20.108800+0000 mon.a (mon.0) 874 : cluster [INF] Cluster is now healthy 2024-03-21T12:53:21.492 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:53:21 smithi178 bash[14494]: cluster 2024-03-21T12:53:20.108743+0000 mon.a (mon.0) 873 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-03-21T12:53:21.492 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:53:21 smithi178 bash[14494]: cluster 2024-03-21T12:53:20.108800+0000 mon.a (mon.0) 874 : cluster [INF] Cluster is now healthy 2024-03-21T12:53:21.492 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:53:21 smithi178 bash[20270]: cluster 2024-03-21T12:53:20.108743+0000 mon.a (mon.0) 873 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-03-21T12:53:21.492 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:53:21 smithi178 bash[20270]: cluster 2024-03-21T12:53:20.108800+0000 mon.a (mon.0) 874 : cluster [INF] Cluster is now healthy 2024-03-21T12:53:22.296 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:53:22 smithi178 bash[14494]: cluster 2024-03-21T12:53:21.113052+0000 mgr.y (mgr.24355) 58 : cluster [DBG] pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:53:22.297 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:53:22 smithi178 bash[20270]: cluster 2024-03-21T12:53:21.113052+0000 mgr.y (mgr.24355) 58 : cluster [DBG] pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:53:22.572 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:53:22 smithi184 bash[14608]: cluster 2024-03-21T12:53:21.113052+0000 mgr.y (mgr.24355) 58 : cluster [DBG] pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:53:24.307 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:53:24 smithi184 bash[14608]: cluster 2024-03-21T12:53:23.113621+0000 mgr.y (mgr.24355) 59 : cluster [DBG] pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:53:24.494 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:53:24 smithi178 bash[14494]: cluster 2024-03-21T12:53:23.113621+0000 mgr.y (mgr.24355) 59 : cluster [DBG] pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:53:24.494 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:53:24 smithi178 bash[20270]: cluster 2024-03-21T12:53:23.113621+0000 mgr.y (mgr.24355) 59 : cluster [DBG] pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:53:25.046 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:53:24 smithi178 bash[14766]: ::ffff:172.21.15.184 - - [21/Mar/2024:12:53:24] "GET /metrics HTTP/1.1" 200 191582 "" "Prometheus/2.33.4" 2024-03-21T12:53:25.455 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 12:53:25 smithi184 bash[15792]: ::ffff:172.21.15.184 - - [21/Mar/2024:12:53:25] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-21T12:53:25.736 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:53:25 smithi184 bash[14608]: audit 2024-03-21T12:53:24.455299+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:53:25.736 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:53:25 smithi184 bash[14608]: audit 2024-03-21T12:53:24.458950+0000 mon.a (mon.0) 876 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:53:25.737 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:53:25 smithi184 bash[14608]: audit 2024-03-21T12:53:24.461364+0000 mon.a (mon.0) 877 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:53:25.737 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:53:25 smithi184 bash[14608]: audit 2024-03-21T12:53:24.463071+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:53:25.737 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:53:25 smithi184 bash[14608]: audit 2024-03-21T12:53:24.472543+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:53:25.737 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:53:25 smithi184 bash[14608]: cephadm 2024-03-21T12:53:24.473282+0000 mgr.y (mgr.24355) 60 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T12:53:25.737 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:53:25 smithi184 bash[14608]: cephadm 2024-03-21T12:53:24.476129+0000 mgr.y (mgr.24355) 61 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2024-03-21T12:53:25.737 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:53:25 smithi184 bash[14608]: cephadm 2024-03-21T12:53:24.480939+0000 mgr.y (mgr.24355) 62 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi178 2024-03-21T12:53:25.737 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:53:25 smithi184 bash[14608]: audit 2024-03-21T12:53:24.686506+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:53:25.737 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:53:25 smithi184 bash[14608]: audit 2024-03-21T12:53:24.701636+0000 mon.a (mon.0) 881 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-21T12:53:25.737 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:53:25 smithi184 bash[14608]: audit 2024-03-21T12:53:24.705309+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:53:25.737 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:53:25 smithi184 bash[14608]: audit 2024-03-21T12:53:24.952347+0000 mon.a (mon.0) 883 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-21T12:53:25.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:53:25 smithi178 bash[14494]: audit 2024-03-21T12:53:24.455299+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:53:25.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:53:25 smithi178 bash[14494]: audit 2024-03-21T12:53:24.458950+0000 mon.a (mon.0) 876 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:53:25.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:53:25 smithi178 bash[14494]: audit 2024-03-21T12:53:24.461364+0000 mon.a (mon.0) 877 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:53:25.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:53:25 smithi178 bash[14494]: audit 2024-03-21T12:53:24.463071+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:53:25.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:53:25 smithi178 bash[14494]: audit 2024-03-21T12:53:24.472543+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:53:25.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:53:25 smithi178 bash[14494]: cephadm 2024-03-21T12:53:24.473282+0000 mgr.y (mgr.24355) 60 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T12:53:25.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:53:25 smithi178 bash[14494]: cephadm 2024-03-21T12:53:24.476129+0000 mgr.y (mgr.24355) 61 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2024-03-21T12:53:25.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:53:25 smithi178 bash[14494]: cephadm 2024-03-21T12:53:24.480939+0000 mgr.y (mgr.24355) 62 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi178 2024-03-21T12:53:25.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:53:25 smithi178 bash[14494]: audit 2024-03-21T12:53:24.686506+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:53:25.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:53:25 smithi178 bash[14494]: audit 2024-03-21T12:53:24.701636+0000 mon.a (mon.0) 881 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-21T12:53:25.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:53:25 smithi178 bash[14494]: audit 2024-03-21T12:53:24.705309+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:53:25.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:53:25 smithi178 bash[14494]: audit 2024-03-21T12:53:24.952347+0000 mon.a (mon.0) 883 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-21T12:53:25.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:53:25 smithi178 bash[20270]: audit 2024-03-21T12:53:24.455299+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:53:25.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:53:25 smithi178 bash[20270]: audit 2024-03-21T12:53:24.458950+0000 mon.a (mon.0) 876 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:53:25.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:53:25 smithi178 bash[20270]: audit 2024-03-21T12:53:24.461364+0000 mon.a (mon.0) 877 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:53:25.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:53:25 smithi178 bash[20270]: audit 2024-03-21T12:53:24.463071+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:53:25.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:53:25 smithi178 bash[20270]: audit 2024-03-21T12:53:24.472543+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:53:25.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:53:25 smithi178 bash[20270]: cephadm 2024-03-21T12:53:24.473282+0000 mgr.y (mgr.24355) 60 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T12:53:25.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:53:25 smithi178 bash[20270]: cephadm 2024-03-21T12:53:24.476129+0000 mgr.y (mgr.24355) 61 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2024-03-21T12:53:25.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:53:25 smithi178 bash[20270]: cephadm 2024-03-21T12:53:24.480939+0000 mgr.y (mgr.24355) 62 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi178 2024-03-21T12:53:25.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:53:25 smithi178 bash[20270]: audit 2024-03-21T12:53:24.686506+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:53:25.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:53:25 smithi178 bash[20270]: audit 2024-03-21T12:53:24.701636+0000 mon.a (mon.0) 881 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-21T12:53:25.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:53:25 smithi178 bash[20270]: audit 2024-03-21T12:53:24.705309+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:53:25.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:53:25 smithi178 bash[20270]: audit 2024-03-21T12:53:24.952347+0000 mon.a (mon.0) 883 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-21T12:53:26.010 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:25 smithi184 bash[36050]: t=2024-03-21T12:53:25+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user.email" 2024-03-21T12:53:26.263 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:26 smithi184 bash[36050]: t=2024-03-21T12:53:26+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_user_login - v1" 2024-03-21T12:53:26.263 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:26 smithi184 bash[36050]: t=2024-03-21T12:53:26+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_user_email - v1" 2024-03-21T12:53:26.263 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:26 smithi184 bash[36050]: t=2024-03-21T12:53:26+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table user to user_v1 - v1" 2024-03-21T12:53:26.264 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:26 smithi184 bash[36050]: t=2024-03-21T12:53:26+0000 lvl=info msg="Executing migration" logger=migrator id="create user table v2" 2024-03-21T12:53:26.264 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:26 smithi184 bash[36050]: t=2024-03-21T12:53:26+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_user_login - v2" 2024-03-21T12:53:26.264 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:26 smithi184 bash[36050]: t=2024-03-21T12:53:26+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_user_email - v2" 2024-03-21T12:53:26.264 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:26 smithi184 bash[36050]: t=2024-03-21T12:53:26+0000 lvl=info msg="Executing migration" logger=migrator id="copy data_source v1 to v2" 2024-03-21T12:53:26.524 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:53:26 smithi184 bash[14608]: cluster 2024-03-21T12:53:25.114219+0000 mgr.y (mgr.24355) 63 : cluster [DBG] pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:53:26.525 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:26 smithi184 bash[36050]: t=2024-03-21T12:53:26+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table user_v1" 2024-03-21T12:53:26.525 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:26 smithi184 bash[36050]: t=2024-03-21T12:53:26+0000 lvl=info msg="Executing migration" logger=migrator id="Add column help_flags1 to user table" 2024-03-21T12:53:26.525 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:26 smithi184 bash[36050]: t=2024-03-21T12:53:26+0000 lvl=info msg="Executing migration" logger=migrator id="Update user table charset" 2024-03-21T12:53:26.525 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:26 smithi184 bash[36050]: t=2024-03-21T12:53:26+0000 lvl=info msg="Executing migration" logger=migrator id="Add last_seen_at column to user" 2024-03-21T12:53:26.525 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:26 smithi184 bash[36050]: t=2024-03-21T12:53:26+0000 lvl=info msg="Executing migration" logger=migrator id="Add missing user data" 2024-03-21T12:53:26.525 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:26 smithi184 bash[36050]: t=2024-03-21T12:53:26+0000 lvl=info msg="Executing migration" logger=migrator id="Add is_disabled column to user" 2024-03-21T12:53:26.525 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:26 smithi184 bash[36050]: t=2024-03-21T12:53:26+0000 lvl=info msg="Executing migration" logger=migrator id="Add index user.login/user.email" 2024-03-21T12:53:26.794 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:26 smithi184 bash[36050]: t=2024-03-21T12:53:26+0000 lvl=info msg="Executing migration" logger=migrator id="Add is_service_account column to user" 2024-03-21T12:53:26.794 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:26 smithi184 bash[36050]: t=2024-03-21T12:53:26+0000 lvl=info msg="Executing migration" logger=migrator id="create temp user table v1-7" 2024-03-21T12:53:26.794 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:26 smithi184 bash[36050]: t=2024-03-21T12:53:26+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_email - v1-7" 2024-03-21T12:53:26.794 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:26 smithi184 bash[36050]: t=2024-03-21T12:53:26+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_org_id - v1-7" 2024-03-21T12:53:26.794 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:26 smithi184 bash[36050]: t=2024-03-21T12:53:26+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_code - v1-7" 2024-03-21T12:53:26.794 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:26 smithi184 bash[36050]: t=2024-03-21T12:53:26+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_status - v1-7" 2024-03-21T12:53:26.796 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:53:26 smithi178 bash[14494]: cluster 2024-03-21T12:53:25.114219+0000 mgr.y (mgr.24355) 63 : cluster [DBG] pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:53:26.796 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:53:26 smithi178 bash[20270]: cluster 2024-03-21T12:53:25.114219+0000 mgr.y (mgr.24355) 63 : cluster [DBG] pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:53:27.063 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:26 smithi184 bash[36050]: t=2024-03-21T12:53:26+0000 lvl=info msg="Executing migration" logger=migrator id="Update temp_user table charset" 2024-03-21T12:53:27.064 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:26 smithi184 bash[36050]: t=2024-03-21T12:53:26+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_temp_user_email - v1" 2024-03-21T12:53:27.064 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:26 smithi184 bash[36050]: t=2024-03-21T12:53:26+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_temp_user_org_id - v1" 2024-03-21T12:53:27.064 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:26 smithi184 bash[36050]: t=2024-03-21T12:53:26+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_temp_user_code - v1" 2024-03-21T12:53:27.064 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:26 smithi184 bash[36050]: t=2024-03-21T12:53:26+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_temp_user_status - v1" 2024-03-21T12:53:27.064 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:26 smithi184 bash[36050]: t=2024-03-21T12:53:26+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table temp_user to temp_user_tmp_qwerty - v1" 2024-03-21T12:53:27.064 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:27 smithi184 bash[36050]: t=2024-03-21T12:53:27+0000 lvl=info msg="Executing migration" logger=migrator id="create temp_user v2" 2024-03-21T12:53:27.064 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:27 smithi184 bash[36050]: t=2024-03-21T12:53:27+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_email - v2" 2024-03-21T12:53:27.322 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:27 smithi184 bash[36050]: t=2024-03-21T12:53:27+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_org_id - v2" 2024-03-21T12:53:27.323 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:27 smithi184 bash[36050]: t=2024-03-21T12:53:27+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_code - v2" 2024-03-21T12:53:27.323 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:27 smithi184 bash[36050]: t=2024-03-21T12:53:27+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_status - v2" 2024-03-21T12:53:27.323 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:27 smithi184 bash[36050]: t=2024-03-21T12:53:27+0000 lvl=info msg="Executing migration" logger=migrator id="copy temp_user v1 to v2" 2024-03-21T12:53:27.676 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:27 smithi184 bash[36050]: t=2024-03-21T12:53:27+0000 lvl=info msg="Executing migration" logger=migrator id="drop temp_user_tmp_qwerty" 2024-03-21T12:53:27.676 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:27 smithi184 bash[36050]: t=2024-03-21T12:53:27+0000 lvl=info msg="Executing migration" logger=migrator id="Set created for temp users that will otherwise prematurely expire" 2024-03-21T12:53:27.952 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:27 smithi184 bash[36050]: t=2024-03-21T12:53:27+0000 lvl=info msg="Executing migration" logger=migrator id="create star table" 2024-03-21T12:53:28.219 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:27 smithi184 bash[36050]: t=2024-03-21T12:53:27+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index star.user_id_dashboard_id" 2024-03-21T12:53:28.219 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:28 smithi184 bash[36050]: t=2024-03-21T12:53:28+0000 lvl=info msg="Executing migration" logger=migrator id="create org table v1" 2024-03-21T12:53:28.541 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:28 smithi184 bash[36050]: t=2024-03-21T12:53:28+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_org_name - v1" 2024-03-21T12:53:28.542 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:28 smithi184 bash[36050]: t=2024-03-21T12:53:28+0000 lvl=info msg="Executing migration" logger=migrator id="create org_user table v1" 2024-03-21T12:53:28.542 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:28 smithi184 bash[36050]: t=2024-03-21T12:53:28+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_org_user_org_id - v1" 2024-03-21T12:53:28.542 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:53:28 smithi184 bash[14608]: cluster 2024-03-21T12:53:27.114929+0000 mgr.y (mgr.24355) 64 : cluster [DBG] pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:53:28.572 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:28 smithi184 bash[36050]: t=2024-03-21T12:53:28+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_org_user_org_id_user_id - v1" 2024-03-21T12:53:28.796 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:53:28 smithi178 bash[14494]: cluster 2024-03-21T12:53:27.114929+0000 mgr.y (mgr.24355) 64 : cluster [DBG] pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:53:28.797 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:53:28 smithi178 bash[20270]: cluster 2024-03-21T12:53:27.114929+0000 mgr.y (mgr.24355) 64 : cluster [DBG] pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:53:29.121 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:28 smithi184 bash[36050]: t=2024-03-21T12:53:28+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_org_user_user_id - v1" 2024-03-21T12:53:29.417 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:29 smithi184 bash[36050]: t=2024-03-21T12:53:29+0000 lvl=info msg="Executing migration" logger=migrator id="Update org table charset" 2024-03-21T12:53:29.418 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:29 smithi184 bash[36050]: t=2024-03-21T12:53:29+0000 lvl=info msg="Executing migration" logger=migrator id="Update org_user table charset" 2024-03-21T12:53:29.695 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:29 smithi184 bash[36050]: t=2024-03-21T12:53:29+0000 lvl=info msg="Executing migration" logger=migrator id="Migrate all Read Only Viewers to Viewers" 2024-03-21T12:53:29.695 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:29 smithi184 bash[36050]: t=2024-03-21T12:53:29+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard table" 2024-03-21T12:53:29.695 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:29 smithi184 bash[36050]: t=2024-03-21T12:53:29+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard.account_id" 2024-03-21T12:53:29.695 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:29 smithi184 bash[36050]: t=2024-03-21T12:53:29+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_account_id_slug" 2024-03-21T12:53:29.950 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:29 smithi184 bash[36050]: t=2024-03-21T12:53:29+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_tag table" 2024-03-21T12:53:29.950 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:29 smithi184 bash[36050]: t=2024-03-21T12:53:29+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_tag.dasboard_id_term" 2024-03-21T12:53:29.950 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:29 smithi184 bash[36050]: t=2024-03-21T12:53:29+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_dashboard_tag_dashboard_id_term - v1" 2024-03-21T12:53:29.950 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:29 smithi184 bash[36050]: t=2024-03-21T12:53:29+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table dashboard to dashboard_v1 - v1" 2024-03-21T12:53:29.950 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:29 smithi184 bash[36050]: t=2024-03-21T12:53:29+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard v2" 2024-03-21T12:53:29.950 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:29 smithi184 bash[36050]: t=2024-03-21T12:53:29+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_org_id - v2" 2024-03-21T12:53:30.259 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:29 smithi184 bash[36050]: t=2024-03-21T12:53:29+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_dashboard_org_id_slug - v2" 2024-03-21T12:53:30.259 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:30 smithi184 bash[36050]: t=2024-03-21T12:53:30+0000 lvl=info msg="Executing migration" logger=migrator id="copy dashboard v1 to v2" 2024-03-21T12:53:30.259 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:30 smithi184 bash[36050]: t=2024-03-21T12:53:30+0000 lvl=info msg="Executing migration" logger=migrator id="drop table dashboard_v1" 2024-03-21T12:53:30.464 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:30 smithi184 bash[36050]: t=2024-03-21T12:53:30+0000 lvl=info msg="Executing migration" logger=migrator id="alter dashboard.data to mediumtext v1" 2024-03-21T12:53:30.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:53:30 smithi178 bash[20270]: cluster 2024-03-21T12:53:29.115483+0000 mgr.y (mgr.24355) 65 : cluster [DBG] pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:53:30.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:53:30 smithi178 bash[14494]: cluster 2024-03-21T12:53:29.115483+0000 mgr.y (mgr.24355) 65 : cluster [DBG] pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:53:30.572 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:53:30 smithi184 bash[14608]: cluster 2024-03-21T12:53:29.115483+0000 mgr.y (mgr.24355) 65 : cluster [DBG] pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:53:30.880 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:30 smithi184 bash[36050]: t=2024-03-21T12:53:30+0000 lvl=info msg="Executing migration" logger=migrator id="Add column updated_by in dashboard - v2" 2024-03-21T12:53:30.881 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:30 smithi184 bash[36050]: t=2024-03-21T12:53:30+0000 lvl=info msg="Executing migration" logger=migrator id="Add column created_by in dashboard - v2" 2024-03-21T12:53:30.881 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:30 smithi184 bash[36050]: t=2024-03-21T12:53:30+0000 lvl=info msg="Executing migration" logger=migrator id="Add column gnetId in dashboard" 2024-03-21T12:53:30.881 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:30 smithi184 bash[36050]: t=2024-03-21T12:53:30+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for gnetId in dashboard" 2024-03-21T12:53:31.159 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:30 smithi184 bash[36050]: t=2024-03-21T12:53:30+0000 lvl=info msg="Executing migration" logger=migrator id="Add column plugin_id in dashboard" 2024-03-21T12:53:31.323 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:31 smithi184 bash[36050]: t=2024-03-21T12:53:31+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for plugin_id in dashboard" 2024-03-21T12:53:31.656 INFO:teuthology.orchestra.run.smithi178.stdout:231928234004 2024-03-21T12:53:31.656 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid a94f249e-e780-11ee-95cd-87774f69a715 -- ceph osd last-stat-seq osd.7 2024-03-21T12:53:31.738 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:31 smithi184 bash[36050]: t=2024-03-21T12:53:31+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for dashboard_id in dashboard_tag" 2024-03-21T12:53:32.029 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:31 smithi184 bash[36050]: t=2024-03-21T12:53:31+0000 lvl=info msg="Executing migration" logger=migrator id="Update dashboard table charset" 2024-03-21T12:53:32.029 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:31 smithi184 bash[36050]: t=2024-03-21T12:53:31+0000 lvl=info msg="Executing migration" logger=migrator id="Update dashboard_tag table charset" 2024-03-21T12:53:32.181 INFO:teuthology.orchestra.run.smithi178.stdout:163208757283 2024-03-21T12:53:32.181 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid a94f249e-e780-11ee-95cd-87774f69a715 -- ceph osd last-stat-seq osd.5 2024-03-21T12:53:32.221 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:32 smithi184 bash[36050]: t=2024-03-21T12:53:32+0000 lvl=info msg="Executing migration" logger=migrator id="Add column folder_id in dashboard" 2024-03-21T12:53:32.222 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:32 smithi184 bash[36050]: t=2024-03-21T12:53:32+0000 lvl=info msg="Executing migration" logger=migrator id="Add column isFolder in dashboard" 2024-03-21T12:53:32.311 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:32 smithi184 bash[36050]: t=2024-03-21T12:53:32+0000 lvl=info msg="Executing migration" logger=migrator id="Add column has_acl in dashboard" 2024-03-21T12:53:32.572 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:53:32 smithi184 bash[14608]: cluster 2024-03-21T12:53:31.116247+0000 mgr.y (mgr.24355) 66 : cluster [DBG] pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:53:32.573 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:32 smithi184 bash[36050]: t=2024-03-21T12:53:32+0000 lvl=info msg="Executing migration" logger=migrator id="Add column uid in dashboard" 2024-03-21T12:53:32.573 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:32 smithi184 bash[36050]: t=2024-03-21T12:53:32+0000 lvl=info msg="Executing migration" logger=migrator id="Update uid column values in dashboard" 2024-03-21T12:53:32.573 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:32 smithi184 bash[36050]: t=2024-03-21T12:53:32+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index dashboard_org_id_uid" 2024-03-21T12:53:32.573 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:32 smithi184 bash[36050]: t=2024-03-21T12:53:32+0000 lvl=info msg="Executing migration" logger=migrator id="Remove unique index org_id_slug" 2024-03-21T12:53:32.573 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:32 smithi184 bash[36050]: t=2024-03-21T12:53:32+0000 lvl=info msg="Executing migration" logger=migrator id="Update dashboard title length" 2024-03-21T12:53:32.732 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:53:32 smithi178 bash[14494]: cluster 2024-03-21T12:53:31.116247+0000 mgr.y (mgr.24355) 66 : cluster [DBG] pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:53:32.732 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:53:32 smithi178 bash[20270]: cluster 2024-03-21T12:53:31.116247+0000 mgr.y (mgr.24355) 66 : cluster [DBG] pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:53:32.848 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:32 smithi184 bash[36050]: t=2024-03-21T12:53:32+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index for dashboard_org_id_title_folder_id" 2024-03-21T12:53:32.848 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:32 smithi184 bash[36050]: t=2024-03-21T12:53:32+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_provisioning" 2024-03-21T12:53:32.848 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:32 smithi184 bash[36050]: t=2024-03-21T12:53:32+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table dashboard_provisioning to dashboard_provisioning_tmp_qwerty - v1" 2024-03-21T12:53:32.848 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:32 smithi184 bash[36050]: t=2024-03-21T12:53:32+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_provisioning v2" 2024-03-21T12:53:32.848 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:32 smithi184 bash[36050]: t=2024-03-21T12:53:32+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_provisioning_dashboard_id - v2" 2024-03-21T12:53:32.989 INFO:teuthology.orchestra.run.smithi178.stdout:55834574913 2024-03-21T12:53:32.990 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid a94f249e-e780-11ee-95cd-87774f69a715 -- ceph osd last-stat-seq osd.1 2024-03-21T12:53:33.098 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:32 smithi184 bash[36050]: t=2024-03-21T12:53:32+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_provisioning_dashboard_id_name - v2" 2024-03-21T12:53:33.098 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:32 smithi184 bash[36050]: t=2024-03-21T12:53:32+0000 lvl=info msg="Executing migration" logger=migrator id="copy dashboard_provisioning v1 to v2" 2024-03-21T12:53:33.098 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:32 smithi184 bash[36050]: t=2024-03-21T12:53:32+0000 lvl=info msg="Executing migration" logger=migrator id="drop dashboard_provisioning_tmp_qwerty" 2024-03-21T12:53:33.099 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:32 smithi184 bash[36050]: t=2024-03-21T12:53:32+0000 lvl=info msg="Executing migration" logger=migrator id="Add check_sum column" 2024-03-21T12:53:33.099 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:33 smithi184 bash[36050]: t=2024-03-21T12:53:33+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for dashboard_title" 2024-03-21T12:53:33.107 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:53:32 smithi178 bash[14766]: 172.21.15.184 - - [21/Mar/2024:12:53:32] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2024-03-21T12:53:33.351 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:33 smithi184 bash[36050]: t=2024-03-21T12:53:33+0000 lvl=info msg="Executing migration" logger=migrator id="delete tags for deleted dashboards" 2024-03-21T12:53:33.351 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:33 smithi184 bash[36050]: t=2024-03-21T12:53:33+0000 lvl=info msg="Executing migration" logger=migrator id="delete stars for deleted dashboards" 2024-03-21T12:53:33.351 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:33 smithi184 bash[36050]: t=2024-03-21T12:53:33+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for dashboard_is_folder" 2024-03-21T12:53:33.351 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:33 smithi184 bash[36050]: t=2024-03-21T12:53:33+0000 lvl=info msg="Executing migration" logger=migrator id="create data_source table" 2024-03-21T12:53:33.351 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:33 smithi184 bash[36050]: t=2024-03-21T12:53:33+0000 lvl=info msg="Executing migration" logger=migrator id="add index data_source.account_id" 2024-03-21T12:53:33.351 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:33 smithi184 bash[36050]: t=2024-03-21T12:53:33+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index data_source.account_id_name" 2024-03-21T12:53:33.351 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:33 smithi184 bash[36050]: t=2024-03-21T12:53:33+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_data_source_account_id - v1" 2024-03-21T12:53:33.352 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:33 smithi184 bash[36050]: t=2024-03-21T12:53:33+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_data_source_account_id_name - v1" 2024-03-21T12:53:33.352 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:33 smithi184 bash[36050]: t=2024-03-21T12:53:33+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table data_source to data_source_v1 - v1" 2024-03-21T12:53:33.604 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:33 smithi184 bash[36050]: t=2024-03-21T12:53:33+0000 lvl=info msg="Executing migration" logger=migrator id="create data_source table v2" 2024-03-21T12:53:33.604 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:33 smithi184 bash[36050]: t=2024-03-21T12:53:33+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_data_source_org_id - v2" 2024-03-21T12:53:33.604 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:33 smithi184 bash[36050]: t=2024-03-21T12:53:33+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_data_source_org_id_name - v2" 2024-03-21T12:53:33.604 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:33 smithi184 bash[36050]: t=2024-03-21T12:53:33+0000 lvl=info msg="Executing migration" logger=migrator id="copy data_source v1 to v2" 2024-03-21T12:53:33.604 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:33 smithi184 bash[36050]: t=2024-03-21T12:53:33+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table data_source_v1 #2" 2024-03-21T12:53:33.604 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:33 smithi184 bash[36050]: t=2024-03-21T12:53:33+0000 lvl=info msg="Executing migration" logger=migrator id="Add column with_credentials" 2024-03-21T12:53:33.604 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:33 smithi184 bash[36050]: t=2024-03-21T12:53:33+0000 lvl=info msg="Executing migration" logger=migrator id="Add secure json data column" 2024-03-21T12:53:33.857 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:33 smithi184 bash[36050]: t=2024-03-21T12:53:33+0000 lvl=info msg="Executing migration" logger=migrator id="Update data_source table charset" 2024-03-21T12:53:33.857 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:33 smithi184 bash[36050]: t=2024-03-21T12:53:33+0000 lvl=info msg="Executing migration" logger=migrator id="Update initial version to 1" 2024-03-21T12:53:33.857 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:33 smithi184 bash[36050]: t=2024-03-21T12:53:33+0000 lvl=info msg="Executing migration" logger=migrator id="Add read_only data column" 2024-03-21T12:53:33.857 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:33 smithi184 bash[36050]: t=2024-03-21T12:53:33+0000 lvl=info msg="Executing migration" logger=migrator id="Migrate logging ds to loki ds" 2024-03-21T12:53:33.857 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:33 smithi184 bash[36050]: t=2024-03-21T12:53:33+0000 lvl=info msg="Executing migration" logger=migrator id="Update json_data with nulls" 2024-03-21T12:53:33.858 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:33 smithi184 bash[36050]: t=2024-03-21T12:53:33+0000 lvl=info msg="Executing migration" logger=migrator id="Add uid column" 2024-03-21T12:53:33.858 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:33 smithi184 bash[36050]: t=2024-03-21T12:53:33+0000 lvl=info msg="Executing migration" logger=migrator id="Update uid value" 2024-03-21T12:53:33.858 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:33 smithi184 bash[36050]: t=2024-03-21T12:53:33+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index datasource_org_id_uid" 2024-03-21T12:53:34.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:53:33 smithi178 bash[14494]: audit 2024-03-21T12:53:32.917468+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:53:34.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:53:33 smithi178 bash[14494]: audit 2024-03-21T12:53:32.927685+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:53:34.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:53:33 smithi178 bash[14494]: cluster 2024-03-21T12:53:33.116940+0000 mgr.y (mgr.24355) 67 : cluster [DBG] pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:53:34.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:53:33 smithi178 bash[20270]: audit 2024-03-21T12:53:32.917468+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:53:34.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:53:33 smithi178 bash[20270]: audit 2024-03-21T12:53:32.927685+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:53:34.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:53:33 smithi178 bash[20270]: cluster 2024-03-21T12:53:33.116940+0000 mgr.y (mgr.24355) 67 : cluster [DBG] pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:53:34.179 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:33 smithi184 bash[36050]: t=2024-03-21T12:53:33+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index datasource_org_id_is_default" 2024-03-21T12:53:34.179 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:33 smithi184 bash[36050]: t=2024-03-21T12:53:33+0000 lvl=info msg="Executing migration" logger=migrator id="create api_key table" 2024-03-21T12:53:34.179 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:34 smithi184 bash[36050]: t=2024-03-21T12:53:34+0000 lvl=info msg="Executing migration" logger=migrator id="add index api_key.account_id" 2024-03-21T12:53:34.179 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:53:33 smithi184 bash[14608]: audit 2024-03-21T12:53:32.917468+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:53:34.179 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:53:33 smithi184 bash[14608]: audit 2024-03-21T12:53:32.927685+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:53:34.179 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:53:33 smithi184 bash[14608]: cluster 2024-03-21T12:53:33.116940+0000 mgr.y (mgr.24355) 67 : cluster [DBG] pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:53:34.389 INFO:teuthology.orchestra.run.smithi178.stdout:34359738441 2024-03-21T12:53:34.390 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid a94f249e-e780-11ee-95cd-87774f69a715 -- ceph osd last-stat-seq osd.0 2024-03-21T12:53:34.460 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:34 smithi184 bash[36050]: t=2024-03-21T12:53:34+0000 lvl=info msg="Executing migration" logger=migrator id="add index api_key.key" 2024-03-21T12:53:34.460 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:34 smithi184 bash[36050]: t=2024-03-21T12:53:34+0000 lvl=info msg="Executing migration" logger=migrator id="add index api_key.account_id_name" 2024-03-21T12:53:34.822 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:34 smithi184 bash[36050]: t=2024-03-21T12:53:34+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_api_key_account_id - v1" 2024-03-21T12:53:34.822 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:34 smithi184 bash[36050]: t=2024-03-21T12:53:34+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_api_key_key - v1" 2024-03-21T12:53:35.047 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:53:34 smithi178 bash[14766]: ::ffff:172.21.15.184 - - [21/Mar/2024:12:53:34] "GET /metrics HTTP/1.1" 200 191582 "" "Prometheus/2.33.4" 2024-03-21T12:53:35.197 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 12:53:35 smithi184 bash[15792]: ::ffff:172.21.15.184 - - [21/Mar/2024:12:53:35] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-21T12:53:35.197 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:34 smithi184 bash[36050]: t=2024-03-21T12:53:34+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_api_key_account_id_name - v1" 2024-03-21T12:53:35.197 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:34 smithi184 bash[36050]: t=2024-03-21T12:53:34+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table api_key to api_key_v1 - v1" 2024-03-21T12:53:35.197 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:35 smithi184 bash[36050]: t=2024-03-21T12:53:35+0000 lvl=info msg="Executing migration" logger=migrator id="create api_key table v2" 2024-03-21T12:53:35.197 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:35 smithi184 bash[36050]: t=2024-03-21T12:53:35+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_api_key_org_id - v2" 2024-03-21T12:53:35.197 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:35 smithi184 bash[36050]: t=2024-03-21T12:53:35+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_api_key_key - v2" 2024-03-21T12:53:35.198 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:35 smithi184 bash[36050]: t=2024-03-21T12:53:35+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_api_key_org_id_name - v2" 2024-03-21T12:53:35.207 INFO:teuthology.orchestra.run.smithi178.stdout:107374182450 2024-03-21T12:53:35.208 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid a94f249e-e780-11ee-95cd-87774f69a715 -- ceph osd last-stat-seq osd.3 2024-03-21T12:53:35.418 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:53:35 smithi178 bash[14766]: 172.21.15.184 - - [21/Mar/2024:12:53:35] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2024-03-21T12:53:35.460 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:35 smithi184 bash[36050]: t=2024-03-21T12:53:35+0000 lvl=info msg="Executing migration" logger=migrator id="copy api_key v1 to v2" 2024-03-21T12:53:35.460 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:35 smithi184 bash[36050]: t=2024-03-21T12:53:35+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table api_key_v1" 2024-03-21T12:53:35.460 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:35 smithi184 bash[36050]: t=2024-03-21T12:53:35+0000 lvl=info msg="Executing migration" logger=migrator id="Update api_key table charset" 2024-03-21T12:53:35.460 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:35 smithi184 bash[36050]: t=2024-03-21T12:53:35+0000 lvl=info msg="Executing migration" logger=migrator id="Add expires to api_key table" 2024-03-21T12:53:35.460 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:35 smithi184 bash[36050]: t=2024-03-21T12:53:35+0000 lvl=info msg="Executing migration" logger=migrator id="Add service account foreign key" 2024-03-21T12:53:35.460 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:35 smithi184 bash[36050]: t=2024-03-21T12:53:35+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_snapshot table v4" 2024-03-21T12:53:35.460 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:35 smithi184 bash[36050]: t=2024-03-21T12:53:35+0000 lvl=info msg="Executing migration" logger=migrator id="drop table dashboard_snapshot_v4 #1" 2024-03-21T12:53:35.460 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:35 smithi184 bash[36050]: t=2024-03-21T12:53:35+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_snapshot table v5 #2" 2024-03-21T12:53:35.460 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:35 smithi184 bash[36050]: t=2024-03-21T12:53:35+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_dashboard_snapshot_key - v5" 2024-03-21T12:53:35.729 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:35 smithi184 bash[36050]: t=2024-03-21T12:53:35+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_dashboard_snapshot_delete_key - v5" 2024-03-21T12:53:35.730 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:35 smithi184 bash[36050]: t=2024-03-21T12:53:35+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_snapshot_user_id - v5" 2024-03-21T12:53:35.730 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:35 smithi184 bash[36050]: t=2024-03-21T12:53:35+0000 lvl=info msg="Executing migration" logger=migrator id="alter dashboard_snapshot to mediumtext v2" 2024-03-21T12:53:35.730 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:35 smithi184 bash[36050]: t=2024-03-21T12:53:35+0000 lvl=info msg="Executing migration" logger=migrator id="Update dashboard_snapshot table charset" 2024-03-21T12:53:35.730 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:35 smithi184 bash[36050]: t=2024-03-21T12:53:35+0000 lvl=info msg="Executing migration" logger=migrator id="Add column external_delete_url to dashboard_snapshots table" 2024-03-21T12:53:35.730 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:35 smithi184 bash[36050]: t=2024-03-21T12:53:35+0000 lvl=info msg="Executing migration" logger=migrator id="Add encrypted dashboard json column" 2024-03-21T12:53:35.730 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:35 smithi184 bash[36050]: t=2024-03-21T12:53:35+0000 lvl=info msg="Executing migration" logger=migrator id="Change dashboard_encrypted column to MEDIUMBLOB" 2024-03-21T12:53:35.730 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:35 smithi184 bash[36050]: t=2024-03-21T12:53:35+0000 lvl=info msg="Executing migration" logger=migrator id="create quota table v1" 2024-03-21T12:53:35.999 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:35 smithi184 bash[36050]: t=2024-03-21T12:53:35+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_quota_org_id_user_id_target - v1" 2024-03-21T12:53:35.999 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:35 smithi184 bash[36050]: t=2024-03-21T12:53:35+0000 lvl=info msg="Executing migration" logger=migrator id="Update quota table charset" 2024-03-21T12:53:36.000 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:35 smithi184 bash[36050]: t=2024-03-21T12:53:35+0000 lvl=info msg="Executing migration" logger=migrator id="create plugin_setting table" 2024-03-21T12:53:36.000 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:35 smithi184 bash[36050]: t=2024-03-21T12:53:35+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_plugin_setting_org_id_plugin_id - v1" 2024-03-21T12:53:36.000 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:35 smithi184 bash[36050]: t=2024-03-21T12:53:35+0000 lvl=info msg="Executing migration" logger=migrator id="Add column plugin_version to plugin_settings" 2024-03-21T12:53:36.000 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:35 smithi184 bash[36050]: t=2024-03-21T12:53:35+0000 lvl=info msg="Executing migration" logger=migrator id="Update plugin_setting table charset" 2024-03-21T12:53:36.000 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:35 smithi184 bash[36050]: t=2024-03-21T12:53:35+0000 lvl=info msg="Executing migration" logger=migrator id="create session table" 2024-03-21T12:53:36.000 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:35 smithi184 bash[36050]: t=2024-03-21T12:53:35+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table playlist table" 2024-03-21T12:53:36.252 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:53:36 smithi184 bash[14608]: cluster 2024-03-21T12:53:35.117423+0000 mgr.y (mgr.24355) 68 : cluster [DBG] pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:53:36.253 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:53:36 smithi184 bash[14608]: audit 2024-03-21T12:53:35.187684+0000 mon.a (mon.0) 886 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:53:36.253 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:53:36 smithi184 bash[14608]: audit 2024-03-21T12:53:35.193588+0000 mon.a (mon.0) 887 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:53:36.253 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:36 smithi184 bash[36050]: t=2024-03-21T12:53:36+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table playlist_item table" 2024-03-21T12:53:36.253 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:36 smithi184 bash[36050]: t=2024-03-21T12:53:36+0000 lvl=info msg="Executing migration" logger=migrator id="create playlist table v2" 2024-03-21T12:53:36.253 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:36 smithi184 bash[36050]: t=2024-03-21T12:53:36+0000 lvl=info msg="Executing migration" logger=migrator id="create playlist item table v2" 2024-03-21T12:53:36.253 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:36 smithi184 bash[36050]: t=2024-03-21T12:53:36+0000 lvl=info msg="Executing migration" logger=migrator id="Update playlist table charset" 2024-03-21T12:53:36.253 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:36 smithi184 bash[36050]: t=2024-03-21T12:53:36+0000 lvl=info msg="Executing migration" logger=migrator id="Update playlist_item table charset" 2024-03-21T12:53:36.253 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:36 smithi184 bash[36050]: t=2024-03-21T12:53:36+0000 lvl=info msg="Executing migration" logger=migrator id="drop preferences table v2" 2024-03-21T12:53:36.253 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:36 smithi184 bash[36050]: t=2024-03-21T12:53:36+0000 lvl=info msg="Executing migration" logger=migrator id="drop preferences table v3" 2024-03-21T12:53:36.253 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:36 smithi184 bash[36050]: t=2024-03-21T12:53:36+0000 lvl=info msg="Executing migration" logger=migrator id="create preferences table v3" 2024-03-21T12:53:36.360 INFO:teuthology.orchestra.run.smithi178.stdout:197568495645 2024-03-21T12:53:36.361 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid a94f249e-e780-11ee-95cd-87774f69a715 -- ceph osd last-stat-seq osd.6 2024-03-21T12:53:36.429 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:53:36 smithi178 bash[14494]: cluster 2024-03-21T12:53:35.117423+0000 mgr.y (mgr.24355) 68 : cluster [DBG] pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:53:36.429 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:53:36 smithi178 bash[14494]: audit 2024-03-21T12:53:35.187684+0000 mon.a (mon.0) 886 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:53:36.429 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:53:36 smithi178 bash[14494]: audit 2024-03-21T12:53:35.193588+0000 mon.a (mon.0) 887 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:53:36.430 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:53:36 smithi178 bash[20270]: cluster 2024-03-21T12:53:35.117423+0000 mgr.y (mgr.24355) 68 : cluster [DBG] pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:53:36.430 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:53:36 smithi178 bash[20270]: audit 2024-03-21T12:53:35.187684+0000 mon.a (mon.0) 886 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:53:36.430 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:53:36 smithi178 bash[20270]: audit 2024-03-21T12:53:35.193588+0000 mon.a (mon.0) 887 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:53:36.523 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:36 smithi184 bash[36050]: t=2024-03-21T12:53:36+0000 lvl=info msg="Executing migration" logger=migrator id="Update preferences table charset" 2024-03-21T12:53:36.523 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:36 smithi184 bash[36050]: t=2024-03-21T12:53:36+0000 lvl=info msg="Executing migration" logger=migrator id="Add column team_id in preferences" 2024-03-21T12:53:36.523 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:36 smithi184 bash[36050]: t=2024-03-21T12:53:36+0000 lvl=info msg="Executing migration" logger=migrator id="Update team_id column values in preferences" 2024-03-21T12:53:36.523 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:36 smithi184 bash[36050]: t=2024-03-21T12:53:36+0000 lvl=info msg="Executing migration" logger=migrator id="Add column week_start in preferences" 2024-03-21T12:53:36.523 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:36 smithi184 bash[36050]: t=2024-03-21T12:53:36+0000 lvl=info msg="Executing migration" logger=migrator id="create alert table v1" 2024-03-21T12:53:36.523 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:36 smithi184 bash[36050]: t=2024-03-21T12:53:36+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert org_id & id " 2024-03-21T12:53:36.523 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:36 smithi184 bash[36050]: t=2024-03-21T12:53:36+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert state" 2024-03-21T12:53:36.523 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:36 smithi184 bash[36050]: t=2024-03-21T12:53:36+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert dashboard_id" 2024-03-21T12:53:36.524 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:36 smithi184 bash[36050]: t=2024-03-21T12:53:36+0000 lvl=info msg="Executing migration" logger=migrator id="Create alert_rule_tag table v1" 2024-03-21T12:53:36.524 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:36 smithi184 bash[36050]: t=2024-03-21T12:53:36+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index alert_rule_tag.alert_id_tag_id" 2024-03-21T12:53:36.524 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:36 smithi184 bash[36050]: t=2024-03-21T12:53:36+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_alert_rule_tag_alert_id_tag_id - v1" 2024-03-21T12:53:36.775 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:36 smithi184 bash[36050]: t=2024-03-21T12:53:36+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table alert_rule_tag to alert_rule_tag_v1 - v1" 2024-03-21T12:53:36.775 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:36 smithi184 bash[36050]: t=2024-03-21T12:53:36+0000 lvl=info msg="Executing migration" logger=migrator id="Create alert_rule_tag table v2" 2024-03-21T12:53:36.775 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:36 smithi184 bash[36050]: t=2024-03-21T12:53:36+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_alert_rule_tag_alert_id_tag_id - Add unique index alert_rule_tag.alert_id_tag_id V2" 2024-03-21T12:53:36.775 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:36 smithi184 bash[36050]: t=2024-03-21T12:53:36+0000 lvl=info msg="Executing migration" logger=migrator id="copy alert_rule_tag v1 to v2" 2024-03-21T12:53:36.775 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:36 smithi184 bash[36050]: t=2024-03-21T12:53:36+0000 lvl=info msg="Executing migration" logger=migrator id="drop table alert_rule_tag_v1" 2024-03-21T12:53:36.857 INFO:teuthology.orchestra.run.smithi178.stdout:128849018924 2024-03-21T12:53:36.857 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid a94f249e-e780-11ee-95cd-87774f69a715 -- ceph osd last-stat-seq osd.4 2024-03-21T12:53:37.061 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:36 smithi184 bash[36050]: t=2024-03-21T12:53:36+0000 lvl=info msg="Executing migration" logger=migrator id="create alert_notification table v1" 2024-03-21T12:53:37.062 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:36 smithi184 bash[36050]: t=2024-03-21T12:53:36+0000 lvl=info msg="Executing migration" logger=migrator id="Add column is_default" 2024-03-21T12:53:37.062 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:36 smithi184 bash[36050]: t=2024-03-21T12:53:36+0000 lvl=info msg="Executing migration" logger=migrator id="Add column frequency" 2024-03-21T12:53:37.062 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:36 smithi184 bash[36050]: t=2024-03-21T12:53:36+0000 lvl=info msg="Executing migration" logger=migrator id="Add column send_reminder" 2024-03-21T12:53:37.062 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:36 smithi184 bash[36050]: t=2024-03-21T12:53:36+0000 lvl=info msg="Executing migration" logger=migrator id="Add column disable_resolve_message" 2024-03-21T12:53:37.062 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:36 smithi184 bash[36050]: t=2024-03-21T12:53:36+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert_notification org_id & name" 2024-03-21T12:53:37.062 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:36 smithi184 bash[36050]: t=2024-03-21T12:53:36+0000 lvl=info msg="Executing migration" logger=migrator id="Update alert table charset" 2024-03-21T12:53:37.062 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:37 smithi184 bash[36050]: t=2024-03-21T12:53:37+0000 lvl=info msg="Executing migration" logger=migrator id="Update alert_notification table charset" 2024-03-21T12:53:37.062 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:37 smithi184 bash[36050]: t=2024-03-21T12:53:37+0000 lvl=info msg="Executing migration" logger=migrator id="create notification_journal table v1" 2024-03-21T12:53:37.323 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:37 smithi184 bash[36050]: t=2024-03-21T12:53:37+0000 lvl=info msg="Executing migration" logger=migrator id="add index notification_journal org_id & alert_id & notifier_id" 2024-03-21T12:53:37.323 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:37 smithi184 bash[36050]: t=2024-03-21T12:53:37+0000 lvl=info msg="Executing migration" logger=migrator id="drop alert_notification_journal" 2024-03-21T12:53:37.323 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:37 smithi184 bash[36050]: t=2024-03-21T12:53:37+0000 lvl=info msg="Executing migration" logger=migrator id="create alert_notification_state table v1" 2024-03-21T12:53:37.323 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:37 smithi184 bash[36050]: t=2024-03-21T12:53:37+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert_notification_state org_id & alert_id & notifier_id" 2024-03-21T12:53:37.323 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:37 smithi184 bash[36050]: t=2024-03-21T12:53:37+0000 lvl=info msg="Executing migration" logger=migrator id="Add for to alert table" 2024-03-21T12:53:37.323 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:37 smithi184 bash[36050]: t=2024-03-21T12:53:37+0000 lvl=info msg="Executing migration" logger=migrator id="Add column uid in alert_notification" 2024-03-21T12:53:37.323 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:37 smithi184 bash[36050]: t=2024-03-21T12:53:37+0000 lvl=info msg="Executing migration" logger=migrator id="Update uid column values in alert_notification" 2024-03-21T12:53:37.323 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:37 smithi184 bash[36050]: t=2024-03-21T12:53:37+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index alert_notification_org_id_uid" 2024-03-21T12:53:37.329 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:53:37 smithi178 bash[14766]: 172.21.15.178 - - [21/Mar/2024:12:53:37] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2024-03-21T12:53:37.576 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:37 smithi184 bash[36050]: t=2024-03-21T12:53:37+0000 lvl=info msg="Executing migration" logger=migrator id="Remove unique index org_id_name" 2024-03-21T12:53:37.576 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:37 smithi184 bash[36050]: t=2024-03-21T12:53:37+0000 lvl=info msg="Executing migration" logger=migrator id="Add column secure_settings in alert_notification" 2024-03-21T12:53:37.577 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:37 smithi184 bash[36050]: t=2024-03-21T12:53:37+0000 lvl=info msg="Executing migration" logger=migrator id="alter alert.settings to mediumtext" 2024-03-21T12:53:37.577 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:37 smithi184 bash[36050]: t=2024-03-21T12:53:37+0000 lvl=info msg="Executing migration" logger=migrator id="Add non-unique index alert_notification_state_alert_id" 2024-03-21T12:53:37.577 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:37 smithi184 bash[36050]: t=2024-03-21T12:53:37+0000 lvl=info msg="Executing migration" logger=migrator id="Add non-unique index alert_rule_tag_alert_id" 2024-03-21T12:53:37.577 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:37 smithi184 bash[36050]: t=2024-03-21T12:53:37+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old annotation table v4" 2024-03-21T12:53:37.577 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:37 smithi184 bash[36050]: t=2024-03-21T12:53:37+0000 lvl=info msg="Executing migration" logger=migrator id="create annotation table v5" 2024-03-21T12:53:37.577 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:37 smithi184 bash[36050]: t=2024-03-21T12:53:37+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 0 v3" 2024-03-21T12:53:37.577 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:37 smithi184 bash[36050]: t=2024-03-21T12:53:37+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 1 v3" 2024-03-21T12:53:37.846 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:37 smithi184 bash[36050]: t=2024-03-21T12:53:37+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 2 v3" 2024-03-21T12:53:37.846 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:37 smithi184 bash[36050]: t=2024-03-21T12:53:37+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 3 v3" 2024-03-21T12:53:37.846 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:37 smithi184 bash[36050]: t=2024-03-21T12:53:37+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 4 v3" 2024-03-21T12:53:37.846 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:37 smithi184 bash[36050]: t=2024-03-21T12:53:37+0000 lvl=info msg="Executing migration" logger=migrator id="Update annotation table charset" 2024-03-21T12:53:37.846 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:37 smithi184 bash[36050]: t=2024-03-21T12:53:37+0000 lvl=info msg="Executing migration" logger=migrator id="Add column region_id to annotation table" 2024-03-21T12:53:37.846 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:37 smithi184 bash[36050]: t=2024-03-21T12:53:37+0000 lvl=info msg="Executing migration" logger=migrator id="Drop category_id index" 2024-03-21T12:53:37.847 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:37 smithi184 bash[36050]: t=2024-03-21T12:53:37+0000 lvl=info msg="Executing migration" logger=migrator id="Add column tags to annotation table" 2024-03-21T12:53:37.847 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:37 smithi184 bash[36050]: t=2024-03-21T12:53:37+0000 lvl=info msg="Executing migration" logger=migrator id="Create annotation_tag table v2" 2024-03-21T12:53:37.847 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:37 smithi184 bash[36050]: t=2024-03-21T12:53:37+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index annotation_tag.annotation_id_tag_id" 2024-03-21T12:53:38.106 INFO:teuthology.orchestra.run.smithi178.stdout:77309411387 2024-03-21T12:53:38.106 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid a94f249e-e780-11ee-95cd-87774f69a715 -- ceph osd last-stat-seq osd.2 2024-03-21T12:53:38.116 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:37 smithi184 bash[36050]: t=2024-03-21T12:53:37+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_annotation_tag_annotation_id_tag_id - v2" 2024-03-21T12:53:38.116 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:37 smithi184 bash[36050]: t=2024-03-21T12:53:37+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table annotation_tag to annotation_tag_v2 - v2" 2024-03-21T12:53:38.116 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:37 smithi184 bash[36050]: t=2024-03-21T12:53:37+0000 lvl=info msg="Executing migration" logger=migrator id="Create annotation_tag table v3" 2024-03-21T12:53:38.116 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:37 smithi184 bash[36050]: t=2024-03-21T12:53:37+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_annotation_tag_annotation_id_tag_id - Add unique index annotation_tag.annotation_id_tag_id V3" 2024-03-21T12:53:38.116 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:38 smithi184 bash[36050]: t=2024-03-21T12:53:38+0000 lvl=info msg="Executing migration" logger=migrator id="copy annotation_tag v2 to v3" 2024-03-21T12:53:38.116 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:38 smithi184 bash[36050]: t=2024-03-21T12:53:38+0000 lvl=info msg="Executing migration" logger=migrator id="drop table annotation_tag_v2" 2024-03-21T12:53:38.116 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:38 smithi184 bash[36050]: t=2024-03-21T12:53:38+0000 lvl=info msg="Executing migration" logger=migrator id="Update alert annotations and set TEXT to empty" 2024-03-21T12:53:38.116 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:38 smithi184 bash[36050]: t=2024-03-21T12:53:38+0000 lvl=info msg="Executing migration" logger=migrator id="Add created time to annotation table" 2024-03-21T12:53:38.386 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:53:38 smithi184 bash[14608]: cluster 2024-03-21T12:53:37.118004+0000 mgr.y (mgr.24355) 69 : cluster [DBG] pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:53:38.387 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:53:38 smithi184 bash[14608]: audit 2024-03-21T12:53:37.174031+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:53:38.387 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:53:38 smithi184 bash[14608]: audit 2024-03-21T12:53:37.179980+0000 mon.a (mon.0) 889 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:53:38.387 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:38 smithi184 bash[36050]: t=2024-03-21T12:53:38+0000 lvl=info msg="Executing migration" logger=migrator id="Add updated time to annotation table" 2024-03-21T12:53:38.387 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:38 smithi184 bash[36050]: t=2024-03-21T12:53:38+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for created in annotation table" 2024-03-21T12:53:38.387 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:38 smithi184 bash[36050]: t=2024-03-21T12:53:38+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for updated in annotation table" 2024-03-21T12:53:38.387 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:38 smithi184 bash[36050]: t=2024-03-21T12:53:38+0000 lvl=info msg="Executing migration" logger=migrator id="Convert existing annotations from seconds to milliseconds" 2024-03-21T12:53:38.387 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:38 smithi184 bash[36050]: t=2024-03-21T12:53:38+0000 lvl=info msg="Executing migration" logger=migrator id="Add epoch_end column" 2024-03-21T12:53:38.387 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:38 smithi184 bash[36050]: t=2024-03-21T12:53:38+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for epoch_end" 2024-03-21T12:53:38.387 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:38 smithi184 bash[36050]: t=2024-03-21T12:53:38+0000 lvl=info msg="Executing migration" logger=migrator id="Make epoch_end the same as epoch" 2024-03-21T12:53:38.387 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:38 smithi184 bash[36050]: t=2024-03-21T12:53:38+0000 lvl=info msg="Executing migration" logger=migrator id="Move region to single row" 2024-03-21T12:53:38.388 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:38 smithi184 bash[36050]: t=2024-03-21T12:53:38+0000 lvl=info msg="Executing migration" logger=migrator id="Remove index org_id_epoch from annotation table" 2024-03-21T12:53:38.458 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:53:38 smithi178 bash[14494]: cluster 2024-03-21T12:53:37.118004+0000 mgr.y (mgr.24355) 69 : cluster [DBG] pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:53:38.458 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:53:38 smithi178 bash[14494]: audit 2024-03-21T12:53:37.174031+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:53:38.458 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:53:38 smithi178 bash[14494]: audit 2024-03-21T12:53:37.179980+0000 mon.a (mon.0) 889 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:53:38.458 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:53:38 smithi178 bash[20270]: cluster 2024-03-21T12:53:37.118004+0000 mgr.y (mgr.24355) 69 : cluster [DBG] pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:53:38.458 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:53:38 smithi178 bash[20270]: audit 2024-03-21T12:53:37.174031+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:53:38.458 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:53:38 smithi178 bash[20270]: audit 2024-03-21T12:53:37.179980+0000 mon.a (mon.0) 889 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:53:38.576 INFO:teuthology.orchestra.run.smithi178.stderr:Inferring config /var/lib/ceph/a94f249e-e780-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T12:53:38.578 INFO:teuthology.orchestra.run.smithi178.stderr:Inferring config /var/lib/ceph/a94f249e-e780-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T12:53:38.579 INFO:teuthology.orchestra.run.smithi178.stderr:Inferring config /var/lib/ceph/a94f249e-e780-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T12:53:38.579 INFO:teuthology.orchestra.run.smithi178.stderr:Inferring config /var/lib/ceph/a94f249e-e780-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T12:53:38.580 INFO:teuthology.orchestra.run.smithi178.stderr:Inferring config /var/lib/ceph/a94f249e-e780-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T12:53:38.648 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:38 smithi184 bash[36050]: t=2024-03-21T12:53:38+0000 lvl=info msg="Executing migration" logger=migrator id="Remove index org_id_dashboard_id_panel_id_epoch from annotation table" 2024-03-21T12:53:38.648 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:38 smithi184 bash[36050]: t=2024-03-21T12:53:38+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for org_id_dashboard_id_epoch_end_epoch on annotation table" 2024-03-21T12:53:38.648 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:38 smithi184 bash[36050]: t=2024-03-21T12:53:38+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for org_id_epoch_end_epoch on annotation table" 2024-03-21T12:53:38.648 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:38 smithi184 bash[36050]: t=2024-03-21T12:53:38+0000 lvl=info msg="Executing migration" logger=migrator id="Remove index org_id_epoch_epoch_end from annotation table" 2024-03-21T12:53:38.649 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:38 smithi184 bash[36050]: t=2024-03-21T12:53:38+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for alert_id on annotation table" 2024-03-21T12:53:38.649 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:38 smithi184 bash[36050]: t=2024-03-21T12:53:38+0000 lvl=info msg="Executing migration" logger=migrator id="create test_data table" 2024-03-21T12:53:38.649 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:38 smithi184 bash[36050]: t=2024-03-21T12:53:38+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_version table v1" 2024-03-21T12:53:38.649 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:38 smithi184 bash[36050]: t=2024-03-21T12:53:38+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_version.dashboard_id" 2024-03-21T12:53:38.649 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:38 smithi184 bash[36050]: t=2024-03-21T12:53:38+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_version.dashboard_id and dashboard_version.version" 2024-03-21T12:53:38.649 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:38 smithi184 bash[36050]: t=2024-03-21T12:53:38+0000 lvl=info msg="Executing migration" logger=migrator id="Set dashboard version to 1 where 0" 2024-03-21T12:53:38.649 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:38 smithi184 bash[36050]: t=2024-03-21T12:53:38+0000 lvl=info msg="Executing migration" logger=migrator id="save existing dashboard data in dashboard_version table v1" 2024-03-21T12:53:38.926 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:38 smithi184 bash[36050]: t=2024-03-21T12:53:38+0000 lvl=info msg="Executing migration" logger=migrator id="alter dashboard_version.data to mediumtext v1" 2024-03-21T12:53:38.926 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:38 smithi184 bash[36050]: t=2024-03-21T12:53:38+0000 lvl=info msg="Executing migration" logger=migrator id="create team table" 2024-03-21T12:53:38.926 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:38 smithi184 bash[36050]: t=2024-03-21T12:53:38+0000 lvl=info msg="Executing migration" logger=migrator id="add index team.org_id" 2024-03-21T12:53:38.926 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:38 smithi184 bash[36050]: t=2024-03-21T12:53:38+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index team_org_id_name" 2024-03-21T12:53:38.926 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:38 smithi184 bash[36050]: t=2024-03-21T12:53:38+0000 lvl=info msg="Executing migration" logger=migrator id="create team member table" 2024-03-21T12:53:38.926 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:38 smithi184 bash[36050]: t=2024-03-21T12:53:38+0000 lvl=info msg="Executing migration" logger=migrator id="add index team_member.org_id" 2024-03-21T12:53:38.926 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:38 smithi184 bash[36050]: t=2024-03-21T12:53:38+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index team_member_org_id_team_id_user_id" 2024-03-21T12:53:38.927 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:38 smithi184 bash[36050]: t=2024-03-21T12:53:38+0000 lvl=info msg="Executing migration" logger=migrator id="add index team_member.team_id" 2024-03-21T12:53:39.195 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:38 smithi184 bash[36050]: t=2024-03-21T12:53:38+0000 lvl=info msg="Executing migration" logger=migrator id="Add column email to team table" 2024-03-21T12:53:39.195 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:38 smithi184 bash[36050]: t=2024-03-21T12:53:38+0000 lvl=info msg="Executing migration" logger=migrator id="Add column external to team_member table" 2024-03-21T12:53:39.195 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:39 smithi184 bash[36050]: t=2024-03-21T12:53:39+0000 lvl=info msg="Executing migration" logger=migrator id="Add column permission to team_member table" 2024-03-21T12:53:39.196 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:39 smithi184 bash[36050]: t=2024-03-21T12:53:39+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard acl table" 2024-03-21T12:53:39.196 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:39 smithi184 bash[36050]: t=2024-03-21T12:53:39+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_acl_dashboard_id" 2024-03-21T12:53:39.196 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:39 smithi184 bash[36050]: t=2024-03-21T12:53:39+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_acl_dashboard_id_user_id" 2024-03-21T12:53:39.196 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:39 smithi184 bash[36050]: t=2024-03-21T12:53:39+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_acl_dashboard_id_team_id" 2024-03-21T12:53:39.296 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:53:38 smithi178 bash[14766]: 172.21.15.178 - - [21/Mar/2024:12:53:38] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2024-03-21T12:53:39.469 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:39 smithi184 bash[36050]: t=2024-03-21T12:53:39+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_acl_user_id" 2024-03-21T12:53:39.469 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:39 smithi184 bash[36050]: t=2024-03-21T12:53:39+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_acl_team_id" 2024-03-21T12:53:39.469 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:39 smithi184 bash[36050]: t=2024-03-21T12:53:39+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_acl_org_id_role" 2024-03-21T12:53:39.469 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:39 smithi184 bash[36050]: t=2024-03-21T12:53:39+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_permission" 2024-03-21T12:53:39.469 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:39 smithi184 bash[36050]: t=2024-03-21T12:53:39+0000 lvl=info msg="Executing migration" logger=migrator id="save default acl rules in dashboard_acl table" 2024-03-21T12:53:39.469 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:39 smithi184 bash[36050]: t=2024-03-21T12:53:39+0000 lvl=info msg="Executing migration" logger=migrator id="delete acl rules for deleted dashboards and folders" 2024-03-21T12:53:39.469 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:39 smithi184 bash[36050]: t=2024-03-21T12:53:39+0000 lvl=info msg="Executing migration" logger=migrator id="create tag table" 2024-03-21T12:53:39.469 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:39 smithi184 bash[36050]: t=2024-03-21T12:53:39+0000 lvl=info msg="Executing migration" logger=migrator id="add index tag.key_value" 2024-03-21T12:53:39.469 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:39 smithi184 bash[36050]: t=2024-03-21T12:53:39+0000 lvl=info msg="Executing migration" logger=migrator id="create login attempt table" 2024-03-21T12:53:39.470 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:39 smithi184 bash[36050]: t=2024-03-21T12:53:39+0000 lvl=info msg="Executing migration" logger=migrator id="add index login_attempt.username" 2024-03-21T12:53:39.470 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:39 smithi184 bash[36050]: t=2024-03-21T12:53:39+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_login_attempt_username - v1" 2024-03-21T12:53:39.755 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:39 smithi184 bash[36050]: t=2024-03-21T12:53:39+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table login_attempt to login_attempt_tmp_qwerty - v1" 2024-03-21T12:53:39.755 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:39 smithi184 bash[36050]: t=2024-03-21T12:53:39+0000 lvl=info msg="Executing migration" logger=migrator id="create login_attempt v2" 2024-03-21T12:53:39.755 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:39 smithi184 bash[36050]: t=2024-03-21T12:53:39+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_login_attempt_username - v2" 2024-03-21T12:53:39.755 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:39 smithi184 bash[36050]: t=2024-03-21T12:53:39+0000 lvl=info msg="Executing migration" logger=migrator id="copy login_attempt v1 to v2" 2024-03-21T12:53:39.755 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:39 smithi184 bash[36050]: t=2024-03-21T12:53:39+0000 lvl=info msg="Executing migration" logger=migrator id="drop login_attempt_tmp_qwerty" 2024-03-21T12:53:39.755 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:39 smithi184 bash[36050]: t=2024-03-21T12:53:39+0000 lvl=info msg="Executing migration" logger=migrator id="create user auth table" 2024-03-21T12:53:39.755 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:39 smithi184 bash[36050]: t=2024-03-21T12:53:39+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_user_auth_auth_module_auth_id - v1" 2024-03-21T12:53:39.756 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:39 smithi184 bash[36050]: t=2024-03-21T12:53:39+0000 lvl=info msg="Executing migration" logger=migrator id="alter user_auth.auth_id to length 190" 2024-03-21T12:53:39.796 INFO:journalctl@ceph.alertmanager.a.smithi178.stdout:Mar 21 12:53:39 smithi178 systemd[1]: Stopping Ceph alertmanager.a for a94f249e-e780-11ee-95cd-87774f69a715... 2024-03-21T12:53:39.797 INFO:journalctl@ceph.alertmanager.a.smithi178.stdout:Mar 21 12:53:39 smithi178 bash[43412]: Error response from daemon: No such container: ceph-a94f249e-e780-11ee-95cd-87774f69a715-alertmanager.a 2024-03-21T12:53:39.797 INFO:journalctl@ceph.alertmanager.a.smithi178.stdout:Mar 21 12:53:39 smithi178 bash[40180]: level=info ts=2024-03-21T12:53:39.676Z caller=main.go:557 msg="Received SIGTERM, exiting gracefully..." 2024-03-21T12:53:39.868 INFO:teuthology.orchestra.run.smithi178.stderr:Inferring config /var/lib/ceph/a94f249e-e780-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T12:53:39.868 INFO:teuthology.orchestra.run.smithi178.stderr:Inferring config /var/lib/ceph/a94f249e-e780-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T12:53:39.936 INFO:teuthology.orchestra.run.smithi178.stderr:Inferring config /var/lib/ceph/a94f249e-e780-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T12:53:40.017 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:39 smithi184 bash[36050]: t=2024-03-21T12:53:39+0000 lvl=info msg="Executing migration" logger=migrator id="Add OAuth access token to user_auth" 2024-03-21T12:53:40.017 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:39 smithi184 bash[36050]: t=2024-03-21T12:53:39+0000 lvl=info msg="Executing migration" logger=migrator id="Add OAuth refresh token to user_auth" 2024-03-21T12:53:40.017 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:39 smithi184 bash[36050]: t=2024-03-21T12:53:39+0000 lvl=info msg="Executing migration" logger=migrator id="Add OAuth token type to user_auth" 2024-03-21T12:53:40.018 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:39 smithi184 bash[36050]: t=2024-03-21T12:53:39+0000 lvl=info msg="Executing migration" logger=migrator id="Add OAuth expiry to user_auth" 2024-03-21T12:53:40.018 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:39 smithi184 bash[36050]: t=2024-03-21T12:53:39+0000 lvl=info msg="Executing migration" logger=migrator id="Add index to user_id column in user_auth" 2024-03-21T12:53:40.018 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:39 smithi184 bash[36050]: t=2024-03-21T12:53:39+0000 lvl=info msg="Executing migration" logger=migrator id="create server_lock table" 2024-03-21T12:53:40.018 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:39 smithi184 bash[36050]: t=2024-03-21T12:53:39+0000 lvl=info msg="Executing migration" logger=migrator id="add index server_lock.operation_uid" 2024-03-21T12:53:40.018 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:39 smithi184 bash[36050]: t=2024-03-21T12:53:39+0000 lvl=info msg="Executing migration" logger=migrator id="create user auth token table" 2024-03-21T12:53:40.019 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:53:39 smithi184 bash[14608]: audit 2024-03-21T12:53:38.862420+0000 mon.a (mon.0) 890 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:53:40.019 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:53:39 smithi184 bash[14608]: audit 2024-03-21T12:53:38.870095+0000 mon.a (mon.0) 891 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:53:40.019 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:53:39 smithi184 bash[14608]: cluster 2024-03-21T12:53:39.118639+0000 mgr.y (mgr.24355) 70 : cluster [DBG] pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:53:40.275 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:40 smithi184 bash[36050]: t=2024-03-21T12:53:40+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user_auth_token.auth_token" 2024-03-21T12:53:40.275 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:40 smithi184 bash[36050]: t=2024-03-21T12:53:40+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user_auth_token.prev_auth_token" 2024-03-21T12:53:40.275 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:40 smithi184 bash[36050]: t=2024-03-21T12:53:40+0000 lvl=info msg="Executing migration" logger=migrator id="add index user_auth_token.user_id" 2024-03-21T12:53:40.275 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:40 smithi184 bash[36050]: t=2024-03-21T12:53:40+0000 lvl=info msg="Executing migration" logger=migrator id="Add revoked_at to the user auth token" 2024-03-21T12:53:40.276 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:40 smithi184 bash[36050]: t=2024-03-21T12:53:40+0000 lvl=info msg="Executing migration" logger=migrator id="create cache_data table" 2024-03-21T12:53:40.276 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:40 smithi184 bash[36050]: t=2024-03-21T12:53:40+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index cache_data.cache_key" 2024-03-21T12:53:40.276 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:40 smithi184 bash[36050]: t=2024-03-21T12:53:40+0000 lvl=info msg="Executing migration" logger=migrator id="create short_url table v1" 2024-03-21T12:53:40.276 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:40 smithi184 bash[36050]: t=2024-03-21T12:53:40+0000 lvl=info msg="Executing migration" logger=migrator id="add index short_url.org_id-uid" 2024-03-21T12:53:40.276 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:40 smithi184 bash[36050]: t=2024-03-21T12:53:40+0000 lvl=info msg="Executing migration" logger=migrator id="delete alert_definition table" 2024-03-21T12:53:40.276 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:40 smithi184 bash[36050]: t=2024-03-21T12:53:40+0000 lvl=info msg="Executing migration" logger=migrator id="recreate alert_definition table" 2024-03-21T12:53:40.355 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:53:39 smithi178 bash[14494]: audit 2024-03-21T12:53:38.862420+0000 mon.a (mon.0) 890 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:53:40.355 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:53:39 smithi178 bash[14494]: audit 2024-03-21T12:53:38.870095+0000 mon.a (mon.0) 891 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:53:40.355 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:53:39 smithi178 bash[14494]: cluster 2024-03-21T12:53:39.118639+0000 mgr.y (mgr.24355) 70 : cluster [DBG] pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:53:40.356 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:53:39 smithi178 bash[20270]: audit 2024-03-21T12:53:38.862420+0000 mon.a (mon.0) 890 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:53:40.356 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:53:39 smithi178 bash[20270]: audit 2024-03-21T12:53:38.870095+0000 mon.a (mon.0) 891 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:53:40.356 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:53:39 smithi178 bash[20270]: cluster 2024-03-21T12:53:39.118639+0000 mgr.y (mgr.24355) 70 : cluster [DBG] pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:53:40.527 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:40 smithi184 bash[36050]: t=2024-03-21T12:53:40+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_definition on org_id and title columns" 2024-03-21T12:53:40.527 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:40 smithi184 bash[36050]: t=2024-03-21T12:53:40+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_definition on org_id and uid columns" 2024-03-21T12:53:40.528 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:40 smithi184 bash[36050]: t=2024-03-21T12:53:40+0000 lvl=info msg="Executing migration" logger=migrator id="alter alert_definition table data column to mediumtext in mysql" 2024-03-21T12:53:40.528 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:40 smithi184 bash[36050]: t=2024-03-21T12:53:40+0000 lvl=info msg="Executing migration" logger=migrator id="drop index in alert_definition on org_id and title columns" 2024-03-21T12:53:40.528 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:40 smithi184 bash[36050]: t=2024-03-21T12:53:40+0000 lvl=info msg="Executing migration" logger=migrator id="drop index in alert_definition on org_id and uid columns" 2024-03-21T12:53:40.528 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:40 smithi184 bash[36050]: t=2024-03-21T12:53:40+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index in alert_definition on org_id and title columns" 2024-03-21T12:53:40.528 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:40 smithi184 bash[36050]: t=2024-03-21T12:53:40+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index in alert_definition on org_id and uid columns" 2024-03-21T12:53:40.788 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:40 smithi184 bash[36050]: t=2024-03-21T12:53:40+0000 lvl=info msg="Executing migration" logger=migrator id="Add column paused in alert_definition" 2024-03-21T12:53:40.788 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:40 smithi184 bash[36050]: t=2024-03-21T12:53:40+0000 lvl=info msg="Executing migration" logger=migrator id="drop alert_definition table" 2024-03-21T12:53:40.789 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:40 smithi184 bash[36050]: t=2024-03-21T12:53:40+0000 lvl=info msg="Executing migration" logger=migrator id="delete alert_definition_version table" 2024-03-21T12:53:40.789 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:40 smithi184 bash[36050]: t=2024-03-21T12:53:40+0000 lvl=info msg="Executing migration" logger=migrator id="recreate alert_definition_version table" 2024-03-21T12:53:40.789 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:40 smithi184 bash[36050]: t=2024-03-21T12:53:40+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_definition_version table on alert_definition_id and version columns" 2024-03-21T12:53:40.789 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:40 smithi184 bash[36050]: t=2024-03-21T12:53:40+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_definition_version table on alert_definition_uid and version columns" 2024-03-21T12:53:40.789 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:40 smithi184 bash[36050]: t=2024-03-21T12:53:40+0000 lvl=info msg="Executing migration" logger=migrator id="alter alert_definition_version table data column to mediumtext in mysql" 2024-03-21T12:53:41.050 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:40 smithi184 bash[36050]: t=2024-03-21T12:53:40+0000 lvl=info msg="Executing migration" logger=migrator id="drop alert_definition_version table" 2024-03-21T12:53:41.050 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:40 smithi184 bash[36050]: t=2024-03-21T12:53:40+0000 lvl=info msg="Executing migration" logger=migrator id="create alert_instance table" 2024-03-21T12:53:41.050 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:40 smithi184 bash[36050]: t=2024-03-21T12:53:40+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_instance table on def_org_id, def_uid and current_state columns" 2024-03-21T12:53:41.050 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:40 smithi184 bash[36050]: t=2024-03-21T12:53:40+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_instance table on def_org_id, current_state columns" 2024-03-21T12:53:41.050 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:40 smithi184 bash[36050]: t=2024-03-21T12:53:40+0000 lvl=info msg="Executing migration" logger=migrator id="add column current_state_end to alert_instance" 2024-03-21T12:53:41.051 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:40 smithi184 bash[36050]: t=2024-03-21T12:53:40+0000 lvl=info msg="Executing migration" logger=migrator id="remove index def_org_id, def_uid, current_state on alert_instance" 2024-03-21T12:53:41.051 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:40 smithi184 bash[36050]: t=2024-03-21T12:53:40+0000 lvl=info msg="Executing migration" logger=migrator id="remove index def_org_id, current_state on alert_instance" 2024-03-21T12:53:41.051 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:40 smithi184 bash[36050]: t=2024-03-21T12:53:40+0000 lvl=info msg="Executing migration" logger=migrator id="rename def_org_id to rule_org_id in alert_instance" 2024-03-21T12:53:41.051 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:41 smithi184 bash[36050]: t=2024-03-21T12:53:41+0000 lvl=info msg="Executing migration" logger=migrator id="rename def_uid to rule_uid in alert_instance" 2024-03-21T12:53:41.320 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:41 smithi184 bash[36050]: t=2024-03-21T12:53:41+0000 lvl=info msg="Executing migration" logger=migrator id="add index rule_org_id, rule_uid, current_state on alert_instance" 2024-03-21T12:53:41.320 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:41 smithi184 bash[36050]: t=2024-03-21T12:53:41+0000 lvl=info msg="Executing migration" logger=migrator id="add index rule_org_id, current_state on alert_instance" 2024-03-21T12:53:41.320 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:41 smithi184 bash[36050]: t=2024-03-21T12:53:41+0000 lvl=info msg="Executing migration" logger=migrator id="create alert_rule table" 2024-03-21T12:53:41.320 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:41 smithi184 bash[36050]: t=2024-03-21T12:53:41+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_rule on org_id and title columns" 2024-03-21T12:53:41.320 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:41 smithi184 bash[36050]: t=2024-03-21T12:53:41+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_rule on org_id and uid columns" 2024-03-21T12:53:41.320 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:41 smithi184 bash[36050]: t=2024-03-21T12:53:41+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_rule on org_id, namespace_uid, group_uid columns" 2024-03-21T12:53:41.320 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:41 smithi184 bash[36050]: t=2024-03-21T12:53:41+0000 lvl=info msg="Executing migration" logger=migrator id="alter alert_rule table data column to mediumtext in mysql" 2024-03-21T12:53:41.320 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:41 smithi184 bash[36050]: t=2024-03-21T12:53:41+0000 lvl=info msg="Executing migration" logger=migrator id="add column for to alert_rule" 2024-03-21T12:53:41.320 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:41 smithi184 bash[36050]: t=2024-03-21T12:53:41+0000 lvl=info msg="Executing migration" logger=migrator id="add column annotations to alert_rule" 2024-03-21T12:53:41.546 INFO:journalctl@ceph.alertmanager.a.smithi178.stdout:Mar 21 12:53:41 smithi178 bash[43423]: ceph-a94f249e-e780-11ee-95cd-87774f69a715-alertmanager-a 2024-03-21T12:53:41.547 INFO:journalctl@ceph.alertmanager.a.smithi178.stdout:Mar 21 12:53:41 smithi178 bash[43504]: Error response from daemon: No such container: ceph-a94f249e-e780-11ee-95cd-87774f69a715-alertmanager.a 2024-03-21T12:53:41.572 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:41 smithi184 bash[36050]: t=2024-03-21T12:53:41+0000 lvl=info msg="Executing migration" logger=migrator id="add column labels to alert_rule" 2024-03-21T12:53:41.573 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:41 smithi184 bash[36050]: t=2024-03-21T12:53:41+0000 lvl=info msg="Executing migration" logger=migrator id="remove unique index from alert_rule on org_id, title columns" 2024-03-21T12:53:41.573 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:41 smithi184 bash[36050]: t=2024-03-21T12:53:41+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_rule on org_id, namespase_uid and title columns" 2024-03-21T12:53:41.573 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:41 smithi184 bash[36050]: t=2024-03-21T12:53:41+0000 lvl=info msg="Executing migration" logger=migrator id="add dashboard_uid column to alert_rule" 2024-03-21T12:53:41.573 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:41 smithi184 bash[36050]: t=2024-03-21T12:53:41+0000 lvl=info msg="Executing migration" logger=migrator id="add panel_id column to alert_rule" 2024-03-21T12:53:41.573 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:41 smithi184 bash[36050]: t=2024-03-21T12:53:41+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_rule on org_id, dashboard_uid and panel_id columns" 2024-03-21T12:53:41.573 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:41 smithi184 bash[36050]: t=2024-03-21T12:53:41+0000 lvl=info msg="Executing migration" logger=migrator id="create alert_rule_version table" 2024-03-21T12:53:41.573 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:41 smithi184 bash[36050]: t=2024-03-21T12:53:41+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_rule_version table on rule_org_id, rule_uid and version columns" 2024-03-21T12:53:41.850 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:41 smithi184 bash[36050]: t=2024-03-21T12:53:41+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_rule_version table on rule_org_id, rule_namespace_uid and rule_group columns" 2024-03-21T12:53:41.850 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:41 smithi184 bash[36050]: t=2024-03-21T12:53:41+0000 lvl=info msg="Executing migration" logger=migrator id="alter alert_rule_version table data column to mediumtext in mysql" 2024-03-21T12:53:41.851 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:41 smithi184 bash[36050]: t=2024-03-21T12:53:41+0000 lvl=info msg="Executing migration" logger=migrator id="add column for to alert_rule_version" 2024-03-21T12:53:41.851 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:41 smithi184 bash[36050]: t=2024-03-21T12:53:41+0000 lvl=info msg="Executing migration" logger=migrator id="add column annotations to alert_rule_version" 2024-03-21T12:53:41.851 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:41 smithi184 bash[36050]: t=2024-03-21T12:53:41+0000 lvl=info msg="Executing migration" logger=migrator id="add column labels to alert_rule_version" 2024-03-21T12:53:41.851 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:41 smithi184 bash[36050]: t=2024-03-21T12:53:41+0000 lvl=info msg="Executing migration" logger=migrator id=create_alert_configuration_table 2024-03-21T12:53:41.851 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:41 smithi184 bash[36050]: t=2024-03-21T12:53:41+0000 lvl=info msg="Executing migration" logger=migrator id="Add column default in alert_configuration" 2024-03-21T12:53:41.851 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:41 smithi184 bash[36050]: t=2024-03-21T12:53:41+0000 lvl=info msg="Executing migration" logger=migrator id="alert alert_configuration alertmanager_configuration column from TEXT to MEDIUMTEXT if mysql" 2024-03-21T12:53:42.047 INFO:journalctl@ceph.alertmanager.a.smithi178.stdout:Mar 21 12:53:41 smithi178 systemd[1]: ceph-a94f249e-e780-11ee-95cd-87774f69a715@alertmanager.a.service: Succeeded. 2024-03-21T12:53:42.047 INFO:journalctl@ceph.alertmanager.a.smithi178.stdout:Mar 21 12:53:41 smithi178 systemd[1]: Stopped Ceph alertmanager.a for a94f249e-e780-11ee-95cd-87774f69a715. 2024-03-21T12:53:42.047 INFO:journalctl@ceph.alertmanager.a.smithi178.stdout:Mar 21 12:53:41 smithi178 systemd[1]: Started Ceph alertmanager.a for a94f249e-e780-11ee-95cd-87774f69a715. 2024-03-21T12:53:42.172 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:41 smithi184 bash[36050]: t=2024-03-21T12:53:41+0000 lvl=info msg="Executing migration" logger=migrator id="add column org_id in alert_configuration" 2024-03-21T12:53:42.172 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:42 smithi184 bash[36050]: t=2024-03-21T12:53:42+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_configuration table on org_id column" 2024-03-21T12:53:42.172 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:42 smithi184 bash[36050]: t=2024-03-21T12:53:42+0000 lvl=info msg="Executing migration" logger=migrator id=create_ngalert_configuration_table 2024-03-21T12:53:42.546 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:53:42 smithi178 bash[14494]: cluster 2024-03-21T12:53:41.119333+0000 mgr.y (mgr.24355) 71 : cluster [DBG] pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:53:42.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:53:42 smithi178 bash[14494]: audit 2024-03-21T12:53:41.663485+0000 mon.a (mon.0) 892 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:53:42.547 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:53:42 smithi178 bash[20270]: cluster 2024-03-21T12:53:41.119333+0000 mgr.y (mgr.24355) 71 : cluster [DBG] pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:53:42.547 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:53:42 smithi178 bash[20270]: audit 2024-03-21T12:53:41.663485+0000 mon.a (mon.0) 892 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:53:42.572 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:42 smithi184 bash[36050]: t=2024-03-21T12:53:42+0000 lvl=info msg="Executing migration" logger=migrator id="add index in ngalert_configuration on org_id column" 2024-03-21T12:53:42.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:53:42 smithi184 bash[14608]: cluster 2024-03-21T12:53:41.119333+0000 mgr.y (mgr.24355) 71 : cluster [DBG] pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:53:42.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:53:42 smithi184 bash[14608]: audit 2024-03-21T12:53:41.663485+0000 mon.a (mon.0) 892 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:53:42.967 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:42 smithi184 bash[36050]: t=2024-03-21T12:53:42+0000 lvl=info msg="Executing migration" logger=migrator id="clear migration entry \"remove unified alerting data\"" 2024-03-21T12:53:42.968 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:42 smithi184 bash[36050]: t=2024-03-21T12:53:42+0000 lvl=info msg="Executing migration" logger=migrator id="move dashboard alerts to unified alerting" 2024-03-21T12:53:42.968 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:42 smithi184 bash[36050]: t=2024-03-21T12:53:42+0000 lvl=info msg="Executing migration" logger=migrator id="create library_element table v1" 2024-03-21T12:53:43.274 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:42 smithi184 bash[36050]: t=2024-03-21T12:53:42+0000 lvl=info msg="Executing migration" logger=migrator id="add index library_element org_id-folder_id-name-kind" 2024-03-21T12:53:43.275 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:53:43 smithi184 bash[14608]: cephadm 2024-03-21T12:53:41.666981+0000 mgr.y (mgr.24355) 72 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-03-21T12:53:43.275 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:53:43 smithi184 bash[14608]: cephadm 2024-03-21T12:53:41.672974+0000 mgr.y (mgr.24355) 73 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi184 2024-03-21T12:53:43.546 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:53:43 smithi178 bash[14494]: cephadm 2024-03-21T12:53:41.666981+0000 mgr.y (mgr.24355) 72 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-03-21T12:53:43.546 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:53:43 smithi178 bash[14494]: cephadm 2024-03-21T12:53:41.672974+0000 mgr.y (mgr.24355) 73 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi184 2024-03-21T12:53:43.547 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:53:43 smithi178 bash[20270]: cephadm 2024-03-21T12:53:41.666981+0000 mgr.y (mgr.24355) 72 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-03-21T12:53:43.547 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:53:43 smithi178 bash[20270]: cephadm 2024-03-21T12:53:41.672974+0000 mgr.y (mgr.24355) 73 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi184 2024-03-21T12:53:43.564 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:43 smithi184 bash[36050]: t=2024-03-21T12:53:43+0000 lvl=info msg="Executing migration" logger=migrator id="create library_element_connection table v1" 2024-03-21T12:53:43.564 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:43 smithi184 bash[36050]: t=2024-03-21T12:53:43+0000 lvl=info msg="Executing migration" logger=migrator id="add index library_element_connection element_id-kind-connection_id" 2024-03-21T12:53:43.565 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:43 smithi184 bash[36050]: t=2024-03-21T12:53:43+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index library_element org_id_uid" 2024-03-21T12:53:43.565 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:43 smithi184 bash[36050]: t=2024-03-21T12:53:43+0000 lvl=info msg="Executing migration" logger=migrator id="clone move dashboard alerts to unified alerting" 2024-03-21T12:53:43.565 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:43 smithi184 bash[36050]: t=2024-03-21T12:53:43+0000 lvl=info msg="Executing migration" logger=migrator id="create data_keys table" 2024-03-21T12:53:43.815 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:43 smithi184 bash[36050]: t=2024-03-21T12:53:43+0000 lvl=info msg="Executing migration" logger=migrator id="create kv_store table v1" 2024-03-21T12:53:43.815 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:43 smithi184 bash[36050]: t=2024-03-21T12:53:43+0000 lvl=info msg="Executing migration" logger=migrator id="add index kv_store.org_id-namespace-key" 2024-03-21T12:53:43.815 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:43 smithi184 bash[36050]: t=2024-03-21T12:53:43+0000 lvl=info msg="Executing migration" logger=migrator id="update dashboard_uid and panel_id from existing annotations" 2024-03-21T12:53:43.815 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:43 smithi184 bash[36050]: t=2024-03-21T12:53:43+0000 lvl=info msg="Executing migration" logger=migrator id="create permission table" 2024-03-21T12:53:43.815 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:43 smithi184 bash[36050]: t=2024-03-21T12:53:43+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index permission.role_id" 2024-03-21T12:53:44.104 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:43 smithi184 bash[36050]: t=2024-03-21T12:53:43+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index role_id_action_scope" 2024-03-21T12:53:44.104 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:43 smithi184 bash[36050]: t=2024-03-21T12:53:43+0000 lvl=info msg="Executing migration" logger=migrator id="create role table" 2024-03-21T12:53:44.104 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:43 smithi184 bash[36050]: t=2024-03-21T12:53:43+0000 lvl=info msg="Executing migration" logger=migrator id="add column display_name" 2024-03-21T12:53:44.104 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:44 smithi184 bash[36050]: t=2024-03-21T12:53:44+0000 lvl=info msg="Executing migration" logger=migrator id="add column group_name" 2024-03-21T12:53:44.351 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:53:44 smithi178 bash[14494]: cluster 2024-03-21T12:53:43.119935+0000 mgr.y (mgr.24355) 74 : cluster [DBG] pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:53:44.351 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:53:44 smithi178 bash[20270]: cluster 2024-03-21T12:53:43.119935+0000 mgr.y (mgr.24355) 74 : cluster [DBG] pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:53:44.414 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:44 smithi184 bash[36050]: t=2024-03-21T12:53:44+0000 lvl=info msg="Executing migration" logger=migrator id="add index role.org_id" 2024-03-21T12:53:44.414 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:53:44 smithi184 bash[14608]: cluster 2024-03-21T12:53:43.119935+0000 mgr.y (mgr.24355) 74 : cluster [DBG] pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:53:44.822 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:44 smithi184 bash[36050]: t=2024-03-21T12:53:44+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index role_org_id_name" 2024-03-21T12:53:44.877 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:53:44 smithi178 bash[14766]: ::ffff:172.21.15.184 - - [21/Mar/2024:12:53:44] "GET /metrics HTTP/1.1" 200 191589 "" "Prometheus/2.33.4" 2024-03-21T12:53:45.260 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 12:53:45 smithi184 bash[15792]: ::ffff:172.21.15.184 - - [21/Mar/2024:12:53:45] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-21T12:53:45.261 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:44 smithi184 bash[36050]: t=2024-03-21T12:53:44+0000 lvl=info msg="Executing migration" logger=migrator id="add index role_org_id_uid" 2024-03-21T12:53:45.261 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:45 smithi184 bash[36050]: t=2024-03-21T12:53:45+0000 lvl=info msg="Executing migration" logger=migrator id="create team role table" 2024-03-21T12:53:45.572 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:45 smithi184 bash[36050]: t=2024-03-21T12:53:45+0000 lvl=info msg="Executing migration" logger=migrator id="add index team_role.org_id" 2024-03-21T12:53:45.572 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:45 smithi184 bash[36050]: t=2024-03-21T12:53:45+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index team_role_org_id_team_id_role_id" 2024-03-21T12:53:45.822 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:45 smithi184 bash[36050]: t=2024-03-21T12:53:45+0000 lvl=info msg="Executing migration" logger=migrator id="add index team_role.team_id" 2024-03-21T12:53:46.270 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:45 smithi184 bash[36050]: t=2024-03-21T12:53:45+0000 lvl=info msg="Executing migration" logger=migrator id="create user role table" 2024-03-21T12:53:46.270 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:46 smithi184 bash[36050]: t=2024-03-21T12:53:46+0000 lvl=info msg="Executing migration" logger=migrator id="add index user_role.org_id" 2024-03-21T12:53:46.270 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:53:46 smithi184 bash[14608]: cluster 2024-03-21T12:53:45.120521+0000 mgr.y (mgr.24355) 75 : cluster [DBG] pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:53:46.316 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:53:46 smithi178 bash[14494]: cluster 2024-03-21T12:53:45.120521+0000 mgr.y (mgr.24355) 75 : cluster [DBG] pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:53:46.317 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:53:46 smithi178 bash[20270]: cluster 2024-03-21T12:53:45.120521+0000 mgr.y (mgr.24355) 75 : cluster [DBG] pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:53:46.572 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:46 smithi184 bash[36050]: t=2024-03-21T12:53:46+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user_role_org_id_user_id_role_id" 2024-03-21T12:53:46.933 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:46 smithi184 bash[36050]: t=2024-03-21T12:53:46+0000 lvl=info msg="Executing migration" logger=migrator id="add index user_role.user_id" 2024-03-21T12:53:46.933 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:46 smithi184 bash[36050]: t=2024-03-21T12:53:46+0000 lvl=info msg="Executing migration" logger=migrator id="create builtin role table" 2024-03-21T12:53:47.072 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:46 smithi184 bash[36050]: t=2024-03-21T12:53:46+0000 lvl=info msg="Executing migration" logger=migrator id="add index builtin_role.role_id" 2024-03-21T12:53:47.072 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:47 smithi184 bash[36050]: t=2024-03-21T12:53:47+0000 lvl=info msg="Executing migration" logger=migrator id="add index builtin_role.name" 2024-03-21T12:53:47.212 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:47 smithi184 bash[36050]: t=2024-03-21T12:53:47+0000 lvl=info msg="Executing migration" logger=migrator id="Add column org_id to builtin_role table" 2024-03-21T12:53:47.479 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:47 smithi184 bash[36050]: t=2024-03-21T12:53:47+0000 lvl=info msg="Executing migration" logger=migrator id="add index builtin_role.org_id" 2024-03-21T12:53:47.479 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:47 smithi184 bash[36050]: t=2024-03-21T12:53:47+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index builtin_role_org_id_role_id_role" 2024-03-21T12:53:47.479 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:47 smithi184 bash[36050]: t=2024-03-21T12:53:47+0000 lvl=info msg="Executing migration" logger=migrator id="Remove unique index role_org_id_uid" 2024-03-21T12:53:47.790 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:47 smithi184 bash[36050]: t=2024-03-21T12:53:47+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index role.uid" 2024-03-21T12:53:47.790 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:47 smithi184 bash[36050]: t=2024-03-21T12:53:47+0000 lvl=info msg="Executing migration" logger=migrator id="create seed assignment table" 2024-03-21T12:53:48.072 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:48 smithi184 bash[36050]: t=2024-03-21T12:53:48+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index builtin_role_role_name" 2024-03-21T12:53:48.384 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:53:48 smithi178 bash[20270]: cluster 2024-03-21T12:53:47.121143+0000 mgr.y (mgr.24355) 76 : cluster [DBG] pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:53:48.384 INFO:journalctl@ceph.alertmanager.a.smithi178.stdout:Mar 21 12:53:48 smithi178 bash[43533]: level=info ts=2024-03-21T12:53:48.059Z caller=main.go:225 msg="Starting Alertmanager" version="(version=0.23.0, branch=HEAD, revision=61046b17771a57cfd4c4a51be370ab930a4d7d54)" 2024-03-21T12:53:48.385 INFO:journalctl@ceph.alertmanager.a.smithi178.stdout:Mar 21 12:53:48 smithi178 bash[43533]: level=info ts=2024-03-21T12:53:48.059Z caller=main.go:226 build_context="(go=go1.16.7, user=root@e21a959be8d2, date=20210825-10:48:55)" 2024-03-21T12:53:48.385 INFO:journalctl@ceph.alertmanager.a.smithi178.stdout:Mar 21 12:53:48 smithi178 bash[43533]: level=info ts=2024-03-21T12:53:48.063Z caller=cluster.go:184 component=cluster msg="setting advertise address explicitly" addr=172.21.15.178 port=9094 2024-03-21T12:53:48.385 INFO:journalctl@ceph.alertmanager.a.smithi178.stdout:Mar 21 12:53:48 smithi178 bash[43533]: level=info ts=2024-03-21T12:53:48.064Z caller=cluster.go:671 component=cluster msg="Waiting for gossip to settle..." interval=2s 2024-03-21T12:53:48.385 INFO:journalctl@ceph.alertmanager.a.smithi178.stdout:Mar 21 12:53:48 smithi178 bash[43533]: level=info ts=2024-03-21T12:53:48.122Z caller=coordinator.go:113 component=configuration msg="Loading configuration file" file=/etc/alertmanager/alertmanager.yml 2024-03-21T12:53:48.385 INFO:journalctl@ceph.alertmanager.a.smithi178.stdout:Mar 21 12:53:48 smithi178 bash[43533]: level=info ts=2024-03-21T12:53:48.122Z caller=coordinator.go:126 component=configuration msg="Completed loading of configuration file" file=/etc/alertmanager/alertmanager.yml 2024-03-21T12:53:48.385 INFO:journalctl@ceph.alertmanager.a.smithi178.stdout:Mar 21 12:53:48 smithi178 bash[43533]: level=info ts=2024-03-21T12:53:48.127Z caller=main.go:518 msg=Listening address=:9093 2024-03-21T12:53:48.385 INFO:journalctl@ceph.alertmanager.a.smithi178.stdout:Mar 21 12:53:48 smithi178 bash[43533]: level=info ts=2024-03-21T12:53:48.127Z caller=tls_config.go:191 msg="TLS is disabled." http2=false 2024-03-21T12:53:48.386 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:53:48 smithi178 bash[14494]: cluster 2024-03-21T12:53:47.121143+0000 mgr.y (mgr.24355) 76 : cluster [DBG] pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:53:48.478 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:53:48 smithi184 bash[14608]: cluster 2024-03-21T12:53:47.121143+0000 mgr.y (mgr.24355) 76 : cluster [DBG] pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:53:48.479 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:48 smithi184 bash[36050]: t=2024-03-21T12:53:48+0000 lvl=info msg="migrations completed" logger=migrator performed=381 skipped=0 duration=22.330895123s 2024-03-21T12:53:48.479 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:48 smithi184 bash[36050]: t=2024-03-21T12:53:48+0000 lvl=info msg="Created default organization" logger=sqlstore 2024-03-21T12:53:48.479 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:48 smithi184 bash[36050]: t=2024-03-21T12:53:48+0000 lvl=info msg="Initialising plugins" logger=plugin.manager 2024-03-21T12:53:48.479 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:48 smithi184 bash[36050]: t=2024-03-21T12:53:48+0000 lvl=info msg="Plugin registered" logger=plugin.manager pluginId=input 2024-03-21T12:53:48.479 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:48 smithi184 bash[36050]: t=2024-03-21T12:53:48+0000 lvl=info msg="Plugin registered" logger=plugin.manager pluginId=grafana-piechart-panel 2024-03-21T12:53:48.479 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:48 smithi184 bash[36050]: t=2024-03-21T12:53:48+0000 lvl=info msg="Plugin registered" logger=plugin.manager pluginId=vonage-status-panel 2024-03-21T12:53:48.479 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:48 smithi184 bash[36050]: t=2024-03-21T12:53:48+0000 lvl=info msg="Live Push Gateway initialization" logger=live.push_http 2024-03-21T12:53:48.830 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:48 smithi184 bash[36050]: t=2024-03-21T12:53:48+0000 lvl=warn msg="[Deprecated] the datasource provisioning config is outdated. please upgrade" logger=provisioning.datasources filename=/etc/grafana/provisioning/datasources/ceph-dashboard.yml 2024-03-21T12:53:49.200 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:48 smithi184 bash[36050]: t=2024-03-21T12:53:48+0000 lvl=info msg="inserting datasource from configuration " logger=provisioning.datasources name=Dashboard1 uid=P43CA22E17D0F9596 2024-03-21T12:53:49.201 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:49 smithi184 bash[36050]: t=2024-03-21T12:53:49+0000 lvl=info msg="warming cache for startup" logger=ngalert 2024-03-21T12:53:49.201 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:49 smithi184 bash[36050]: t=2024-03-21T12:53:49+0000 lvl=info msg="starting MultiOrg Alertmanager" logger=ngalert.multiorg.alertmanager 2024-03-21T12:53:49.201 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 12:53:49 smithi184 bash[36050]: t=2024-03-21T12:53:49+0000 lvl=info msg="HTTP Server Listen" logger=http.server address=[::]:3000 protocol=https subUrl= socket= 2024-03-21T12:53:49.573 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 12:53:49 smithi184 systemd[1]: Stopping Ceph prometheus.a for a94f249e-e780-11ee-95cd-87774f69a715... 2024-03-21T12:53:49.573 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 12:53:49 smithi184 bash[37136]: Error response from daemon: No such container: ceph-a94f249e-e780-11ee-95cd-87774f69a715-prometheus.a 2024-03-21T12:53:49.573 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 12:53:49 smithi184 bash[35138]: ts=2024-03-21T12:53:49.325Z caller=main.go:775 level=warn msg="Received SIGTERM, exiting gracefully..." 2024-03-21T12:53:49.573 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 12:53:49 smithi184 bash[35138]: ts=2024-03-21T12:53:49.325Z caller=main.go:798 level=info msg="Stopping scrape discovery manager..." 2024-03-21T12:53:49.573 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 12:53:49 smithi184 bash[35138]: ts=2024-03-21T12:53:49.325Z caller=main.go:812 level=info msg="Stopping notify discovery manager..." 2024-03-21T12:53:49.573 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 12:53:49 smithi184 bash[35138]: ts=2024-03-21T12:53:49.325Z caller=main.go:834 level=info msg="Stopping scrape manager..." 2024-03-21T12:53:49.573 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 12:53:49 smithi184 bash[35138]: ts=2024-03-21T12:53:49.325Z caller=main.go:808 level=info msg="Notify discovery manager stopped" 2024-03-21T12:53:49.573 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 12:53:49 smithi184 bash[35138]: ts=2024-03-21T12:53:49.325Z caller=main.go:794 level=info msg="Scrape discovery manager stopped" 2024-03-21T12:53:49.574 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 12:53:49 smithi184 bash[35138]: ts=2024-03-21T12:53:49.325Z caller=manager.go:945 level=info component="rule manager" msg="Stopping rule manager..." 2024-03-21T12:53:49.574 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 12:53:49 smithi184 bash[35138]: ts=2024-03-21T12:53:49.326Z caller=manager.go:955 level=info component="rule manager" msg="Rule manager stopped" 2024-03-21T12:53:49.574 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 12:53:49 smithi184 bash[35138]: ts=2024-03-21T12:53:49.326Z caller=main.go:828 level=info msg="Scrape manager stopped" 2024-03-21T12:53:49.574 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 12:53:49 smithi184 bash[35138]: ts=2024-03-21T12:53:49.326Z caller=notifier.go:600 level=info component=notifier msg="Stopping notification manager..." 2024-03-21T12:53:49.574 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 12:53:49 smithi184 bash[35138]: ts=2024-03-21T12:53:49.326Z caller=main.go:1054 level=info msg="Notifier manager stopped" 2024-03-21T12:53:49.574 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 12:53:49 smithi184 bash[35138]: ts=2024-03-21T12:53:49.326Z caller=main.go:1066 level=info msg="See you next time!" 2024-03-21T12:53:50.125 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:53:50 smithi178 bash[14766]: 172.21.15.184 - - [21/Mar/2024:12:53:50] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2024-03-21T12:53:50.126 INFO:journalctl@ceph.alertmanager.a.smithi178.stdout:Mar 21 12:53:50 smithi178 bash[43533]: level=info ts=2024-03-21T12:53:50.065Z caller=cluster.go:696 component=cluster msg="gossip not settled" polls=0 before=0 now=1 elapsed=2.000628111s 2024-03-21T12:53:50.245 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:53:50 smithi178 bash[14494]: cluster 2024-03-21T12:53:49.121722+0000 mgr.y (mgr.24355) 77 : cluster [DBG] pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:53:50.245 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:53:50 smithi178 bash[14494]: audit 2024-03-21T12:53:50.026069+0000 mon.a (mon.0) 893 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:53:50.322 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 12:53:50 smithi184 bash[37144]: ceph-a94f249e-e780-11ee-95cd-87774f69a715-prometheus-a 2024-03-21T12:53:50.323 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 12:53:50 smithi184 bash[37239]: Error response from daemon: No such container: ceph-a94f249e-e780-11ee-95cd-87774f69a715-prometheus.a 2024-03-21T12:53:50.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:53:50 smithi184 bash[14608]: cluster 2024-03-21T12:53:49.121722+0000 mgr.y (mgr.24355) 77 : cluster [DBG] pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:53:50.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:53:50 smithi184 bash[14608]: audit 2024-03-21T12:53:50.026069+0000 mon.a (mon.0) 893 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:53:50.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:53:50 smithi184 bash[14608]: audit 2024-03-21T12:53:50.033135+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:53:50.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:53:50 smithi178 bash[20270]: cluster 2024-03-21T12:53:49.121722+0000 mgr.y (mgr.24355) 77 : cluster [DBG] pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:53:50.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:53:50 smithi178 bash[20270]: audit 2024-03-21T12:53:50.026069+0000 mon.a (mon.0) 893 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:53:50.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:53:50 smithi178 bash[20270]: audit 2024-03-21T12:53:50.033135+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:53:50.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:53:50 smithi178 bash[14494]: audit 2024-03-21T12:53:50.033135+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:53:50.822 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 12:53:50 smithi184 systemd[1]: ceph-a94f249e-e780-11ee-95cd-87774f69a715@prometheus.a.service: Succeeded. 2024-03-21T12:53:50.823 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 12:53:50 smithi184 systemd[1]: Stopped Ceph prometheus.a for a94f249e-e780-11ee-95cd-87774f69a715. 2024-03-21T12:53:50.823 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 12:53:50 smithi184 systemd[1]: Started Ceph prometheus.a for a94f249e-e780-11ee-95cd-87774f69a715. 2024-03-21T12:53:50.952 INFO:teuthology.orchestra.run.smithi178.stdout:34359738445 2024-03-21T12:53:51.560 INFO:teuthology.orchestra.run.smithi178.stdout:107374182453 2024-03-21T12:53:51.725 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:53:51 smithi178 bash[14494]: cluster 2024-03-21T12:53:50.027356+0000 mgr.y (mgr.24355) 78 : cluster [DBG] pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:53:51.725 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:53:51 smithi178 bash[14494]: audit 2024-03-21T12:53:50.443419+0000 mon.a (mon.0) 895 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:53:51.725 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:53:51 smithi178 bash[14494]: audit 2024-03-21T12:53:50.450301+0000 mon.a (mon.0) 896 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-21T12:53:51.725 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:53:51 smithi178 bash[14494]: audit 2024-03-21T12:53:50.450988+0000 mgr.y (mgr.24355) 79 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-21T12:53:51.725 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:53:51 smithi178 bash[14494]: audit 2024-03-21T12:53:50.453149+0000 mon.a (mon.0) 897 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.178:9093"}]: dispatch 2024-03-21T12:53:51.725 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:53:51 smithi178 bash[14494]: audit 2024-03-21T12:53:50.453752+0000 mgr.y (mgr.24355) 80 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.178:9093"}]: dispatch 2024-03-21T12:53:51.726 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:53:51 smithi178 bash[14494]: audit 2024-03-21T12:53:50.461301+0000 mon.a (mon.0) 898 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:53:51.726 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:53:51 smithi178 bash[14494]: audit 2024-03-21T12:53:50.472392+0000 mon.a (mon.0) 899 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-21T12:53:51.726 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:53:51 smithi178 bash[14494]: audit 2024-03-21T12:53:50.473359+0000 mgr.y (mgr.24355) 81 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-21T12:53:51.726 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:53:51 smithi178 bash[14494]: audit 2024-03-21T12:53:50.487395+0000 mon.a (mon.0) 900 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-21T12:53:51.726 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:53:51 smithi178 bash[14494]: audit 2024-03-21T12:53:50.488190+0000 mgr.y (mgr.24355) 82 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-21T12:53:51.726 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:53:51 smithi178 bash[14494]: audit 2024-03-21T12:53:50.489968+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.184:3000"}]: dispatch 2024-03-21T12:53:51.726 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:53:51 smithi178 bash[14494]: audit 2024-03-21T12:53:50.490724+0000 mgr.y (mgr.24355) 83 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.184:3000"}]: dispatch 2024-03-21T12:53:51.726 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:53:51 smithi178 bash[14494]: audit 2024-03-21T12:53:50.497733+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:53:51.726 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:53:51 smithi178 bash[14494]: audit 2024-03-21T12:53:50.503594+0000 mon.a (mon.0) 903 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:53:51.726 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:53:51 smithi178 bash[14494]: audit 2024-03-21T12:53:50.505935+0000 mon.a (mon.0) 904 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:53:51.726 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:53:51 smithi178 bash[14494]: audit 2024-03-21T12:53:50.507790+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:53:51.727 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:53:51 smithi178 bash[14494]: cluster 2024-03-21T12:53:50.512010+0000 mgr.y (mgr.24355) 84 : cluster [DBG] pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:53:51.727 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:53:51 smithi178 bash[14494]: audit 2024-03-21T12:53:50.518125+0000 mon.a (mon.0) 906 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:53:51.727 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:53:51 smithi178 bash[20270]: cluster 2024-03-21T12:53:50.027356+0000 mgr.y (mgr.24355) 78 : cluster [DBG] pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:53:51.727 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:53:51 smithi178 bash[20270]: audit 2024-03-21T12:53:50.443419+0000 mon.a (mon.0) 895 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:53:51.727 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:53:51 smithi178 bash[20270]: audit 2024-03-21T12:53:50.450301+0000 mon.a (mon.0) 896 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-21T12:53:51.727 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:53:51 smithi178 bash[20270]: audit 2024-03-21T12:53:50.450988+0000 mgr.y (mgr.24355) 79 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-21T12:53:51.727 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:53:51 smithi178 bash[20270]: audit 2024-03-21T12:53:50.453149+0000 mon.a (mon.0) 897 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.178:9093"}]: dispatch 2024-03-21T12:53:51.727 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:53:51 smithi178 bash[20270]: audit 2024-03-21T12:53:50.453752+0000 mgr.y (mgr.24355) 80 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.178:9093"}]: dispatch 2024-03-21T12:53:51.728 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:53:51 smithi178 bash[20270]: audit 2024-03-21T12:53:50.461301+0000 mon.a (mon.0) 898 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:53:51.728 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:53:51 smithi178 bash[20270]: audit 2024-03-21T12:53:50.472392+0000 mon.a (mon.0) 899 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-21T12:53:51.728 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:53:51 smithi178 bash[20270]: audit 2024-03-21T12:53:50.473359+0000 mgr.y (mgr.24355) 81 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-21T12:53:51.728 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:53:51 smithi178 bash[20270]: audit 2024-03-21T12:53:50.487395+0000 mon.a (mon.0) 900 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-21T12:53:51.728 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:53:51 smithi178 bash[20270]: audit 2024-03-21T12:53:50.488190+0000 mgr.y (mgr.24355) 82 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-21T12:53:51.728 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:53:51 smithi178 bash[20270]: audit 2024-03-21T12:53:50.489968+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.184:3000"}]: dispatch 2024-03-21T12:53:51.728 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:53:51 smithi178 bash[20270]: audit 2024-03-21T12:53:50.490724+0000 mgr.y (mgr.24355) 83 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.184:3000"}]: dispatch 2024-03-21T12:53:51.728 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:53:51 smithi178 bash[20270]: audit 2024-03-21T12:53:50.497733+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:53:51.728 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:53:51 smithi178 bash[20270]: audit 2024-03-21T12:53:50.503594+0000 mon.a (mon.0) 903 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:53:51.728 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:53:51 smithi178 bash[20270]: audit 2024-03-21T12:53:50.505935+0000 mon.a (mon.0) 904 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:53:51.728 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:53:51 smithi178 bash[20270]: audit 2024-03-21T12:53:50.507790+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:53:51.728 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:53:51 smithi178 bash[20270]: cluster 2024-03-21T12:53:50.512010+0000 mgr.y (mgr.24355) 84 : cluster [DBG] pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:53:51.728 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:53:51 smithi178 bash[20270]: audit 2024-03-21T12:53:50.518125+0000 mon.a (mon.0) 906 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:53:51.729 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:53:51 smithi178 bash[14494]: audit 2024-03-21T12:53:50.525973+0000 mon.a (mon.0) 907 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:53:51.729 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:53:51 smithi178 bash[14494]: audit 2024-03-21T12:53:50.527510+0000 mon.a (mon.0) 908 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:53:51.729 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:53:51 smithi178 bash[14494]: audit 2024-03-21T12:53:50.528592+0000 mon.a (mon.0) 909 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:53:51.729 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:53:51 smithi178 bash[14494]: audit 2024-03-21T12:53:50.535669+0000 mon.a (mon.0) 910 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:53:51.729 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:53:51 smithi178 bash[14494]: audit 2024-03-21T12:53:50.951352+0000 mon.a (mon.0) 911 : audit [DBG] from='client.? 172.21.15.178:0/3139094993' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-03-21T12:53:51.729 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:53:51 smithi178 bash[20270]: audit 2024-03-21T12:53:50.525973+0000 mon.a (mon.0) 907 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:53:51.729 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:53:51 smithi178 bash[20270]: audit 2024-03-21T12:53:50.527510+0000 mon.a (mon.0) 908 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:53:51.729 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:53:51 smithi178 bash[20270]: audit 2024-03-21T12:53:50.528592+0000 mon.a (mon.0) 909 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:53:51.729 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:53:51 smithi178 bash[20270]: audit 2024-03-21T12:53:50.535669+0000 mon.a (mon.0) 910 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:53:51.729 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:53:51 smithi178 bash[20270]: audit 2024-03-21T12:53:50.951352+0000 mon.a (mon.0) 911 : audit [DBG] from='client.? 172.21.15.178:0/3139094993' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-03-21T12:53:51.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:53:51 smithi184 bash[14608]: cluster 2024-03-21T12:53:50.027356+0000 mgr.y (mgr.24355) 78 : cluster [DBG] pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:53:51.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:53:51 smithi184 bash[14608]: audit 2024-03-21T12:53:50.443419+0000 mon.a (mon.0) 895 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:53:51.750 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:53:51 smithi184 bash[14608]: audit 2024-03-21T12:53:50.450301+0000 mon.a (mon.0) 896 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-21T12:53:51.751 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:53:51 smithi184 bash[14608]: audit 2024-03-21T12:53:50.450988+0000 mgr.y (mgr.24355) 79 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-21T12:53:51.751 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:53:51 smithi184 bash[14608]: audit 2024-03-21T12:53:50.453149+0000 mon.a (mon.0) 897 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.178:9093"}]: dispatch 2024-03-21T12:53:51.751 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:53:51 smithi184 bash[14608]: audit 2024-03-21T12:53:50.453752+0000 mgr.y (mgr.24355) 80 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.178:9093"}]: dispatch 2024-03-21T12:53:51.751 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:53:51 smithi184 bash[14608]: audit 2024-03-21T12:53:50.461301+0000 mon.a (mon.0) 898 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:53:51.751 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:53:51 smithi184 bash[14608]: audit 2024-03-21T12:53:50.472392+0000 mon.a (mon.0) 899 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-21T12:53:51.751 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:53:51 smithi184 bash[14608]: audit 2024-03-21T12:53:50.473359+0000 mgr.y (mgr.24355) 81 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-21T12:53:51.751 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:53:51 smithi184 bash[14608]: audit 2024-03-21T12:53:50.487395+0000 mon.a (mon.0) 900 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-21T12:53:51.751 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:53:51 smithi184 bash[14608]: audit 2024-03-21T12:53:50.488190+0000 mgr.y (mgr.24355) 82 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-21T12:53:51.751 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:53:51 smithi184 bash[14608]: audit 2024-03-21T12:53:50.489968+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.184:3000"}]: dispatch 2024-03-21T12:53:51.751 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:53:51 smithi184 bash[14608]: audit 2024-03-21T12:53:50.490724+0000 mgr.y (mgr.24355) 83 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.184:3000"}]: dispatch 2024-03-21T12:53:51.751 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:53:51 smithi184 bash[14608]: audit 2024-03-21T12:53:50.497733+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:53:51.751 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:53:51 smithi184 bash[14608]: audit 2024-03-21T12:53:50.503594+0000 mon.a (mon.0) 903 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:53:51.751 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:53:51 smithi184 bash[14608]: audit 2024-03-21T12:53:50.505935+0000 mon.a (mon.0) 904 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:53:51.751 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:53:51 smithi184 bash[14608]: audit 2024-03-21T12:53:50.507790+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:53:51.752 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:53:51 smithi184 bash[14608]: cluster 2024-03-21T12:53:50.512010+0000 mgr.y (mgr.24355) 84 : cluster [DBG] pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:53:51.752 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:53:51 smithi184 bash[14608]: audit 2024-03-21T12:53:50.518125+0000 mon.a (mon.0) 906 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:53:51.752 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:53:51 smithi184 bash[14608]: audit 2024-03-21T12:53:50.525973+0000 mon.a (mon.0) 907 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:53:51.752 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:53:51 smithi184 bash[14608]: audit 2024-03-21T12:53:50.527510+0000 mon.a (mon.0) 908 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:53:51.752 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:53:51 smithi184 bash[14608]: audit 2024-03-21T12:53:50.528592+0000 mon.a (mon.0) 909 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:53:51.752 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:53:51 smithi184 bash[14608]: audit 2024-03-21T12:53:50.535669+0000 mon.a (mon.0) 910 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:53:51.752 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:53:51 smithi184 bash[14608]: audit 2024-03-21T12:53:50.951352+0000 mon.a (mon.0) 911 : audit [DBG] from='client.? 172.21.15.178:0/3139094993' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-03-21T12:53:51.905 INFO:teuthology.orchestra.run.smithi178.stdout:163208757287 2024-03-21T12:53:52.072 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 12:53:51 smithi184 bash[37269]: ts=2024-03-21T12:53:51.875Z caller=main.go:475 level=info msg="No time or size retention was set so using the default time retention" duration=15d 2024-03-21T12:53:52.072 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 12:53:51 smithi184 bash[37269]: ts=2024-03-21T12:53:51.875Z caller=main.go:512 level=info msg="Starting Prometheus" version="(version=2.33.4, branch=HEAD, revision=83032011a5d3e6102624fe58241a374a7201fee8)" 2024-03-21T12:53:52.072 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 12:53:51 smithi184 bash[37269]: ts=2024-03-21T12:53:51.875Z caller=main.go:517 level=info build_context="(go=go1.17.7, user=root@d13bf69e7be8, date=20220222-16:51:28)" 2024-03-21T12:53:52.072 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 12:53:51 smithi184 bash[37269]: ts=2024-03-21T12:53:51.875Z caller=main.go:518 level=info host_details="(Linux 5.4.0-174-generic #193-Ubuntu SMP Thu Mar 7 14:29:28 UTC 2024 x86_64 smithi184 (none))" 2024-03-21T12:53:52.072 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 12:53:51 smithi184 bash[37269]: ts=2024-03-21T12:53:51.875Z caller=main.go:519 level=info fd_limits="(soft=1048576, hard=1048576)" 2024-03-21T12:53:52.072 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 12:53:51 smithi184 bash[37269]: ts=2024-03-21T12:53:51.875Z caller=main.go:520 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2024-03-21T12:53:52.072 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 12:53:51 smithi184 bash[37269]: ts=2024-03-21T12:53:51.877Z caller=web.go:570 level=info component=web msg="Start listening for connections" address=:9095 2024-03-21T12:53:52.072 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 12:53:51 smithi184 bash[37269]: ts=2024-03-21T12:53:51.878Z caller=main.go:923 level=info msg="Starting TSDB ..." 2024-03-21T12:53:52.072 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 12:53:51 smithi184 bash[37269]: ts=2024-03-21T12:53:51.879Z caller=tls_config.go:195 level=info component=web msg="TLS is disabled." http2=false 2024-03-21T12:53:52.072 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 12:53:51 smithi184 bash[37269]: ts=2024-03-21T12:53:51.881Z caller=head.go:493 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2024-03-21T12:53:52.073 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 12:53:51 smithi184 bash[37269]: ts=2024-03-21T12:53:51.881Z caller=head.go:527 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=1.603µs 2024-03-21T12:53:52.073 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 12:53:51 smithi184 bash[37269]: ts=2024-03-21T12:53:51.881Z caller=head.go:533 level=info component=tsdb msg="Replaying WAL, this may take a while" 2024-03-21T12:53:52.323 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 12:53:52 smithi184 bash[37269]: ts=2024-03-21T12:53:52.071Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=2 2024-03-21T12:53:52.323 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 12:53:52 smithi184 bash[37269]: ts=2024-03-21T12:53:52.223Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=1 maxSegment=2 2024-03-21T12:53:52.323 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 12:53:52 smithi184 bash[37269]: ts=2024-03-21T12:53:52.223Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=2 maxSegment=2 2024-03-21T12:53:52.323 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 12:53:52 smithi184 bash[37269]: ts=2024-03-21T12:53:52.224Z caller=head.go:610 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=57.262µs wal_replay_duration=342.755987ms total_replay_duration=342.82657ms 2024-03-21T12:53:52.323 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 12:53:52 smithi184 bash[37269]: ts=2024-03-21T12:53:52.229Z caller=main.go:944 level=info fs_type=XFS_SUPER_MAGIC 2024-03-21T12:53:52.323 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 12:53:52 smithi184 bash[37269]: ts=2024-03-21T12:53:52.229Z caller=main.go:947 level=info msg="TSDB started" 2024-03-21T12:53:52.323 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 12:53:52 smithi184 bash[37269]: ts=2024-03-21T12:53:52.229Z caller=main.go:1128 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2024-03-21T12:53:52.323 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 12:53:52 smithi184 bash[37269]: ts=2024-03-21T12:53:52.258Z caller=main.go:1165 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=29.032078ms db_storage=1.167µs remote_storage=1.878µs web_handler=506ns query_engine=1.306µs scrape=419.698µs scrape_sd=50.745µs notify=43.792µs notify_sd=19.564µs rules=28.067739ms 2024-03-21T12:53:52.323 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 12:53:52 smithi184 bash[37269]: ts=2024-03-21T12:53:52.258Z caller=main.go:896 level=info msg="Server is ready to receive web requests." 2024-03-21T12:53:52.780 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:53:52 smithi178 bash[14494]: audit 2024-03-21T12:53:51.559271+0000 mon.a (mon.0) 912 : audit [DBG] from='client.? 172.21.15.178:0/3500807061' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-03-21T12:53:52.780 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:53:52 smithi178 bash[14494]: audit 2024-03-21T12:53:51.903646+0000 mon.c (mon.1) 16 : audit [DBG] from='client.? 172.21.15.178:0/4166851441' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-03-21T12:53:52.780 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:53:52 smithi178 bash[20270]: audit 2024-03-21T12:53:51.559271+0000 mon.a (mon.0) 912 : audit [DBG] from='client.? 172.21.15.178:0/3500807061' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-03-21T12:53:52.780 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:53:52 smithi178 bash[20270]: audit 2024-03-21T12:53:51.903646+0000 mon.c (mon.1) 16 : audit [DBG] from='client.? 172.21.15.178:0/4166851441' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-03-21T12:53:52.781 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738441 got 34359738445 for osd.0 2024-03-21T12:53:52.782 DEBUG:teuthology.parallel:result is None 2024-03-21T12:53:52.822 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:53:52 smithi184 bash[14608]: audit 2024-03-21T12:53:51.559271+0000 mon.a (mon.0) 912 : audit [DBG] from='client.? 172.21.15.178:0/3500807061' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-03-21T12:53:52.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:53:52 smithi184 bash[14608]: audit 2024-03-21T12:53:51.903646+0000 mon.c (mon.1) 16 : audit [DBG] from='client.? 172.21.15.178:0/4166851441' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-03-21T12:53:52.924 INFO:teuthology.orchestra.run.smithi178.stdout:128849018927 2024-03-21T12:53:53.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:53:53 smithi184 bash[14608]: cluster 2024-03-21T12:53:52.512719+0000 mgr.y (mgr.24355) 85 : cluster [DBG] pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:53:53.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:53:53 smithi184 bash[14608]: audit 2024-03-21T12:53:52.923709+0000 mon.a (mon.0) 913 : audit [DBG] from='client.? 172.21.15.178:0/4263639774' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-03-21T12:53:53.729 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:53:53 smithi178 bash[14494]: cluster 2024-03-21T12:53:52.512719+0000 mgr.y (mgr.24355) 85 : cluster [DBG] pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:53:53.729 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:53:53 smithi178 bash[14494]: audit 2024-03-21T12:53:52.923709+0000 mon.a (mon.0) 913 : audit [DBG] from='client.? 172.21.15.178:0/4263639774' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-03-21T12:53:53.729 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:53:53 smithi178 bash[20270]: cluster 2024-03-21T12:53:52.512719+0000 mgr.y (mgr.24355) 85 : cluster [DBG] pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:53:53.729 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:53:53 smithi178 bash[20270]: audit 2024-03-21T12:53:52.923709+0000 mon.a (mon.0) 913 : audit [DBG] from='client.? 172.21.15.178:0/4263639774' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-03-21T12:53:53.863 INFO:tasks.cephadm.ceph_manager.ceph:need seq 107374182450 got 107374182453 for osd.3 2024-03-21T12:53:53.864 DEBUG:teuthology.parallel:result is None 2024-03-21T12:53:53.866 INFO:tasks.cephadm.ceph_manager.ceph:need seq 163208757283 got 163208757287 for osd.5 2024-03-21T12:53:53.866 DEBUG:teuthology.parallel:result is None 2024-03-21T12:53:53.943 INFO:teuthology.orchestra.run.smithi178.stdout:231928234009 2024-03-21T12:53:54.008 INFO:teuthology.orchestra.run.smithi178.stdout:55834574918 2024-03-21T12:53:54.094 INFO:teuthology.orchestra.run.smithi178.stdout:77309411391 2024-03-21T12:53:54.210 INFO:teuthology.orchestra.run.smithi178.stdout:197568495649 2024-03-21T12:53:54.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:53:54 smithi178 bash[14494]: audit 2024-03-21T12:53:53.942500+0000 mon.c (mon.1) 17 : audit [DBG] from='client.? 172.21.15.178:0/116925782' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-03-21T12:53:54.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:53:54 smithi178 bash[14494]: audit 2024-03-21T12:53:54.007130+0000 mon.a (mon.0) 914 : audit [DBG] from='client.? 172.21.15.178:0/2506186766' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-03-21T12:53:54.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:53:54 smithi178 bash[14494]: audit 2024-03-21T12:53:54.092966+0000 mon.c (mon.1) 18 : audit [DBG] from='client.? 172.21.15.178:0/317551876' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-03-21T12:53:54.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:53:54 smithi178 bash[14494]: audit 2024-03-21T12:53:54.209177+0000 mon.c (mon.1) 19 : audit [DBG] from='client.? 172.21.15.178:0/2387001944' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-03-21T12:53:54.797 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:53:54 smithi178 bash[20270]: audit 2024-03-21T12:53:53.942500+0000 mon.c (mon.1) 17 : audit [DBG] from='client.? 172.21.15.178:0/116925782' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-03-21T12:53:54.797 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:53:54 smithi178 bash[20270]: audit 2024-03-21T12:53:54.007130+0000 mon.a (mon.0) 914 : audit [DBG] from='client.? 172.21.15.178:0/2506186766' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-03-21T12:53:54.797 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:53:54 smithi178 bash[20270]: audit 2024-03-21T12:53:54.092966+0000 mon.c (mon.1) 18 : audit [DBG] from='client.? 172.21.15.178:0/317551876' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-03-21T12:53:54.797 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:53:54 smithi178 bash[20270]: audit 2024-03-21T12:53:54.209177+0000 mon.c (mon.1) 19 : audit [DBG] from='client.? 172.21.15.178:0/2387001944' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-03-21T12:53:54.822 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:53:54 smithi184 bash[14608]: audit 2024-03-21T12:53:53.942500+0000 mon.c (mon.1) 17 : audit [DBG] from='client.? 172.21.15.178:0/116925782' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-03-21T12:53:54.822 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:53:54 smithi184 bash[14608]: audit 2024-03-21T12:53:54.007130+0000 mon.a (mon.0) 914 : audit [DBG] from='client.? 172.21.15.178:0/2506186766' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-03-21T12:53:54.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:53:54 smithi184 bash[14608]: audit 2024-03-21T12:53:54.092966+0000 mon.c (mon.1) 18 : audit [DBG] from='client.? 172.21.15.178:0/317551876' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-03-21T12:53:54.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:53:54 smithi184 bash[14608]: audit 2024-03-21T12:53:54.209177+0000 mon.c (mon.1) 19 : audit [DBG] from='client.? 172.21.15.178:0/2387001944' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-03-21T12:53:55.072 INFO:tasks.cephadm.ceph_manager.ceph:need seq 128849018924 got 128849018927 for osd.4 2024-03-21T12:53:55.072 DEBUG:teuthology.parallel:result is None 2024-03-21T12:53:55.587 INFO:tasks.cephadm.ceph_manager.ceph:need seq 231928234004 got 231928234009 for osd.7 2024-03-21T12:53:55.588 DEBUG:teuthology.parallel:result is None 2024-03-21T12:53:55.794 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:53:55 smithi178 bash[14494]: cluster 2024-03-21T12:53:54.513374+0000 mgr.y (mgr.24355) 86 : cluster [DBG] pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:53:55.794 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:53:55 smithi178 bash[20270]: cluster 2024-03-21T12:53:54.513374+0000 mgr.y (mgr.24355) 86 : cluster [DBG] pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:53:55.822 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:53:55 smithi184 bash[14608]: cluster 2024-03-21T12:53:54.513374+0000 mgr.y (mgr.24355) 86 : cluster [DBG] pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:53:55.828 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411387 got 77309411391 for osd.2 2024-03-21T12:53:55.828 DEBUG:teuthology.parallel:result is None 2024-03-21T12:53:56.388 INFO:tasks.cephadm.ceph_manager.ceph:need seq 197568495645 got 197568495649 for osd.6 2024-03-21T12:53:56.388 DEBUG:teuthology.parallel:result is None 2024-03-21T12:53:56.389 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574913 got 55834574918 for osd.1 2024-03-21T12:53:56.389 DEBUG:teuthology.parallel:result is None 2024-03-21T12:53:56.389 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-03-21T12:53:56.390 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid a94f249e-e780-11ee-95cd-87774f69a715 -- ceph pg dump --format=json 2024-03-21T12:53:57.822 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:53:57 smithi184 bash[14608]: cluster 2024-03-21T12:53:56.513987+0000 mgr.y (mgr.24355) 87 : cluster [DBG] pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:53:58.046 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:53:57 smithi178 bash[20270]: cluster 2024-03-21T12:53:56.513987+0000 mgr.y (mgr.24355) 87 : cluster [DBG] pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:53:58.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:53:57 smithi178 bash[14494]: cluster 2024-03-21T12:53:56.513987+0000 mgr.y (mgr.24355) 87 : cluster [DBG] pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:53:58.546 INFO:journalctl@ceph.alertmanager.a.smithi178.stdout:Mar 21 12:53:58 smithi178 bash[43533]: level=info ts=2024-03-21T12:53:58.068Z caller=cluster.go:688 component=cluster msg="gossip settled; proceeding" elapsed=10.003145991s 2024-03-21T12:53:58.905 INFO:teuthology.orchestra.run.smithi178.stderr:Inferring config /var/lib/ceph/a94f249e-e780-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T12:53:59.296 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:53:59 smithi178 bash[14766]: 172.21.15.178 - - [21/Mar/2024:12:53:59] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2024-03-21T12:53:59.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:53:59 smithi178 bash[14494]: cluster 2024-03-21T12:53:58.514580+0000 mgr.y (mgr.24355) 88 : cluster [DBG] pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:53:59.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:53:59 smithi178 bash[14494]: audit 2024-03-21T12:53:59.005376+0000 mon.a (mon.0) 915 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:53:59.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:53:59 smithi178 bash[14494]: audit 2024-03-21T12:53:59.011669+0000 mon.a (mon.0) 916 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:53:59.797 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:53:59 smithi178 bash[20270]: cluster 2024-03-21T12:53:58.514580+0000 mgr.y (mgr.24355) 88 : cluster [DBG] pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:53:59.797 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:53:59 smithi178 bash[20270]: audit 2024-03-21T12:53:59.005376+0000 mon.a (mon.0) 915 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:53:59.797 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:53:59 smithi178 bash[20270]: audit 2024-03-21T12:53:59.011669+0000 mon.a (mon.0) 916 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:54:00.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:53:59 smithi184 bash[14608]: cluster 2024-03-21T12:53:58.514580+0000 mgr.y (mgr.24355) 88 : cluster [DBG] pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:54:00.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:53:59 smithi184 bash[14608]: audit 2024-03-21T12:53:59.005376+0000 mon.a (mon.0) 915 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:54:00.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:53:59 smithi184 bash[14608]: audit 2024-03-21T12:53:59.011669+0000 mon.a (mon.0) 916 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:54:00.532 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:54:00 smithi178 bash[14766]: 172.21.15.178 - - [21/Mar/2024:12:54:00] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2024-03-21T12:54:01.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:54:01 smithi178 bash[14494]: audit 2024-03-21T12:54:00.428611+0000 mon.a (mon.0) 917 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:54:01.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:54:01 smithi178 bash[14494]: audit 2024-03-21T12:54:00.435516+0000 mon.a (mon.0) 918 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:54:01.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:54:01 smithi178 bash[14494]: cluster 2024-03-21T12:54:00.515296+0000 mgr.y (mgr.24355) 89 : cluster [DBG] pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:54:01.797 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:54:01 smithi178 bash[20270]: audit 2024-03-21T12:54:00.428611+0000 mon.a (mon.0) 917 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:54:01.797 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:54:01 smithi178 bash[20270]: audit 2024-03-21T12:54:00.435516+0000 mon.a (mon.0) 918 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:54:01.797 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:54:01 smithi178 bash[20270]: cluster 2024-03-21T12:54:00.515296+0000 mgr.y (mgr.24355) 89 : cluster [DBG] pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:54:01.822 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:54:01 smithi184 bash[14608]: audit 2024-03-21T12:54:00.428611+0000 mon.a (mon.0) 917 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:54:01.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:54:01 smithi184 bash[14608]: audit 2024-03-21T12:54:00.435516+0000 mon.a (mon.0) 918 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:54:01.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:54:01 smithi184 bash[14608]: cluster 2024-03-21T12:54:00.515296+0000 mgr.y (mgr.24355) 89 : cluster [DBG] pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:54:03.652 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-03-21T12:54:03.655 INFO:teuthology.orchestra.run.smithi178.stderr:dumped all 2024-03-21T12:54:03.872 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:54:03 smithi178 bash[14494]: cluster 2024-03-21T12:54:02.515948+0000 mgr.y (mgr.24355) 90 : cluster [DBG] pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:54:03.872 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:54:03 smithi178 bash[20270]: cluster 2024-03-21T12:54:02.515948+0000 mgr.y (mgr.24355) 90 : cluster [DBG] pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:54:04.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:54:03 smithi184 bash[14608]: cluster 2024-03-21T12:54:02.515948+0000 mgr.y (mgr.24355) 90 : cluster [DBG] pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:54:04.389 INFO:teuthology.orchestra.run.smithi178.stdout:{"pg_ready":true,"pg_map":{"version":58,"stamp":"2024-03-21T12:54:02.515601+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":3488924,"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.003784"},"pg_stats":[{"pgid":"1.0","version":"59'128","reported_seq":266,"reported_epoch":59,"state":"active+clean","last_fresh":"2024-03-21T12:52:24.985364+0000","last_change":"2024-03-21T12:52:01.131340+0000","last_active":"2024-03-21T12:52:24.985364+0000","last_peered":"2024-03-21T12:52:24.985364+0000","last_clean":"2024-03-21T12:52:24.985364+0000","last_became_active":"2024-03-21T12:52:01.130317+0000","last_became_peered":"2024-03-21T12:52:01.130317+0000","last_unstale":"2024-03-21T12:52:24.985364+0000","last_undegraded":"2024-03-21T12:52:24.985364+0000","last_fullsized":"2024-03-21T12:52:24.985364+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":"2024-03-21T12:48:45.024396+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-21T12:48:45.024396+0000","last_clean_scrub_stamp":"2024-03-21T12:48:45.024396+0000","objects_scrubbed":0,"log_size":128,"ondisk_log_size":128,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-03-23T00:43:18.879474+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":"Thu Mar 21 12:53:02 2024","interfaces":[{"interface":"back","average":{"1min":0.98999999999999999,"5min":0.98999999999999999,"15min":0.98999999999999999},"min":{"1min":0.59999999999999998,"5min":0.59999999999999998,"15min":0.59999999999999998},"max":{"1min":1.7969999999999999,"5min":1.7969999999999999,"15min":1.7969999999999999},"last":0.68100000000000005},{"interface":"front","average":{"1min":0.92600000000000005,"5min":0.92600000000000005,"15min":0.92600000000000005},"min":{"1min":0.68700000000000006,"5min":0.68700000000000006,"15min":0.68700000000000006},"max":{"1min":1.371,"5min":1.371,"15min":1.371},"last":0.97499999999999998}]},{"osd":1,"last update":"Thu Mar 21 12:53:02 2024","interfaces":[{"interface":"back","average":{"1min":0.97899999999999998,"5min":0.97899999999999998,"15min":0.97899999999999998},"min":{"1min":0.71099999999999997,"5min":0.71099999999999997,"15min":0.71099999999999997},"max":{"1min":1.4510000000000001,"5min":1.4510000000000001,"15min":1.4510000000000001},"last":1.143},{"interface":"front","average":{"1min":0.97699999999999998,"5min":0.97699999999999998,"15min":0.97699999999999998},"min":{"1min":0.60199999999999998,"5min":0.60199999999999998,"15min":0.60199999999999998},"max":{"1min":1.3919999999999999,"5min":1.3919999999999999,"15min":1.3919999999999999},"last":0.71999999999999997}]},{"osd":2,"last update":"Thu Mar 21 12:53:02 2024","interfaces":[{"interface":"back","average":{"1min":0.95199999999999996,"5min":0.95199999999999996,"15min":0.95199999999999996},"min":{"1min":0.73999999999999999,"5min":0.73999999999999999,"15min":0.73999999999999999},"max":{"1min":1.2250000000000001,"5min":1.2250000000000001,"15min":1.2250000000000001},"last":1.0640000000000001},{"interface":"front","average":{"1min":0.97699999999999998,"5min":0.97699999999999998,"15min":0.97699999999999998},"min":{"1min":0.65300000000000002,"5min":0.65300000000000002,"15min":0.65300000000000002},"max":{"1min":1.514,"5min":1.514,"15min":1.514},"last":0.93700000000000006}]},{"osd":3,"last update":"Thu Mar 21 12:53:02 2024","interfaces":[{"interface":"back","average":{"1min":1.0269999999999999,"5min":1.0269999999999999,"15min":1.0269999999999999},"min":{"1min":0.68200000000000005,"5min":0.68200000000000005,"15min":0.68200000000000005},"max":{"1min":1.6870000000000001,"5min":1.6870000000000001,"15min":1.6870000000000001},"last":0.90200000000000002},{"interface":"front","average":{"1min":1.0649999999999999,"5min":1.0649999999999999,"15min":1.0649999999999999},"min":{"1min":0.749,"5min":0.749,"15min":0.749},"max":{"1min":1.3069999999999999,"5min":1.3069999999999999,"15min":1.3069999999999999},"last":1.0349999999999999}]},{"osd":4,"last update":"Thu Mar 21 12:53:02 2024","interfaces":[{"interface":"back","average":{"1min":0.96199999999999997,"5min":0.96199999999999997,"15min":0.96199999999999997},"min":{"1min":0.64200000000000002,"5min":0.64200000000000002,"15min":0.64200000000000002},"max":{"1min":1.2929999999999999,"5min":1.2929999999999999,"15min":1.2929999999999999},"last":0.80100000000000005},{"interface":"front","average":{"1min":0.96699999999999997,"5min":0.96699999999999997,"15min":0.96699999999999997},"min":{"1min":0.68999999999999995,"5min":0.68999999999999995,"15min":0.68999999999999995},"max":{"1min":1.361,"5min":1.361,"15min":1.361},"last":1.123}]},{"osd":5,"last update":"Thu Mar 21 12:53:02 2024","interfaces":[{"interface":"back","average":{"1min":1.087,"5min":1.087,"15min":1.087},"min":{"1min":0.66300000000000003,"5min":0.66300000000000003,"15min":0.66300000000000003},"max":{"1min":1.444,"5min":1.444,"15min":1.444},"last":1.244},{"interface":"front","average":{"1min":1.113,"5min":1.113,"15min":1.113},"min":{"1min":0.70699999999999996,"5min":0.70699999999999996,"15min":0.70699999999999996},"max":{"1min":1.3779999999999999,"5min":1.3779999999999999,"15min":1.3779999999999999},"last":1.1990000000000001}]},{"osd":6,"last update":"Thu Mar 21 12:53:02 2024","interfaces":[{"interface":"back","average":{"1min":1.1479999999999999,"5min":1.1479999999999999,"15min":1.1479999999999999},"min":{"1min":0.80100000000000005,"5min":0.80100000000000005,"15min":0.80100000000000005},"max":{"1min":1.4259999999999999,"5min":1.4259999999999999,"15min":1.4259999999999999},"last":1.093},{"interface":"front","average":{"1min":1.1819999999999999,"5min":1.1819999999999999,"15min":1.1819999999999999},"min":{"1min":0.89600000000000002,"5min":0.89600000000000002,"15min":0.89600000000000002},"max":{"1min":1.696,"5min":1.696,"15min":1.696},"last":1.0029999999999999}]}]},{"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":"Thu Mar 21 12:53:20 2024","interfaces":[{"interface":"back","average":{"1min":0.89100000000000001,"5min":0.86299999999999999,"15min":0.85899999999999999},"min":{"1min":0.66100000000000003,"5min":0.503,"15min":0.503},"max":{"1min":1.2609999999999999,"5min":1.5740000000000001,"15min":1.5740000000000001},"last":0.95099999999999996},{"interface":"front","average":{"1min":0.94699999999999995,"5min":0.88700000000000001,"15min":0.877},"min":{"1min":0.71199999999999997,"5min":0.64500000000000002,"15min":0.64500000000000002},"max":{"1min":1.446,"5min":1.446,"15min":1.446},"last":0.90800000000000003}]},{"osd":1,"last update":"Thu Mar 21 12:53:20 2024","interfaces":[{"interface":"back","average":{"1min":0.93999999999999995,"5min":0.91300000000000003,"15min":0.90900000000000003},"min":{"1min":0.49399999999999999,"5min":0.49399999999999999,"15min":0.49399999999999999},"max":{"1min":1.355,"5min":1.355,"15min":1.355},"last":0.82499999999999996},{"interface":"front","average":{"1min":1.01,"5min":0.98999999999999999,"15min":0.98599999999999999},"min":{"1min":0.70799999999999996,"5min":0.53700000000000003,"15min":0.53700000000000003},"max":{"1min":1.55,"5min":1.55,"15min":1.55},"last":0.86299999999999999}]},{"osd":2,"last update":"Thu Mar 21 12:53:20 2024","interfaces":[{"interface":"back","average":{"1min":0.96699999999999997,"5min":0.92700000000000005,"15min":0.92100000000000004},"min":{"1min":0.61399999999999999,"5min":0.61399999999999999,"15min":0.61399999999999999},"max":{"1min":1.242,"5min":1.242,"15min":1.242},"last":0.751},{"interface":"front","average":{"1min":1.05,"5min":0.99299999999999999,"15min":0.98299999999999998},"min":{"1min":0.77900000000000003,"5min":0.77900000000000003,"15min":0.77900000000000003},"max":{"1min":1.421,"5min":1.421,"15min":1.421},"last":1.0600000000000001}]},{"osd":3,"last update":"Thu Mar 21 12:53:20 2024","interfaces":[{"interface":"back","average":{"1min":0.98499999999999999,"5min":0.92800000000000005,"15min":0.91800000000000004},"min":{"1min":0.441,"5min":0.441,"15min":0.441},"max":{"1min":1.403,"5min":1.403,"15min":1.403},"last":1.0209999999999999},{"interface":"front","average":{"1min":1.044,"5min":1.04,"15min":1.0389999999999999},"min":{"1min":0.75700000000000001,"5min":0.70999999999999996,"15min":0.70999999999999996},"max":{"1min":1.3400000000000001,"5min":1.3400000000000001,"15min":1.3400000000000001},"last":1.012}]},{"osd":4,"last update":"Thu Mar 21 12:53:20 2024","interfaces":[{"interface":"back","average":{"1min":0.97999999999999998,"5min":0.93600000000000005,"15min":0.92800000000000005},"min":{"1min":0.621,"5min":0.57499999999999996,"15min":0.57499999999999996},"max":{"1min":1.464,"5min":1.464,"15min":1.464},"last":1.2250000000000001},{"interface":"front","average":{"1min":0.98699999999999999,"5min":0.98699999999999999,"15min":0.98699999999999999},"min":{"1min":0.52900000000000003,"5min":0.51700000000000002,"15min":0.51700000000000002},"max":{"1min":1.3640000000000001,"5min":1.375,"15min":1.375},"last":1.117}]},{"osd":5,"last update":"Thu Mar 21 12:53:20 2024","interfaces":[{"interface":"back","average":{"1min":1.0760000000000001,"5min":1.0249999999999999,"15min":1.0169999999999999},"min":{"1min":0.69699999999999995,"5min":0.66600000000000004,"15min":0.66600000000000004},"max":{"1min":1.3859999999999999,"5min":1.3859999999999999,"15min":1.3859999999999999},"last":1.302},{"interface":"front","average":{"1min":1.085,"5min":1.069,"15min":1.0660000000000001},"min":{"1min":0.67700000000000005,"5min":0.48699999999999999,"15min":0.48699999999999999},"max":{"1min":1.5189999999999999,"5min":1.5189999999999999,"15min":1.5189999999999999},"last":1.1970000000000001}]},{"osd":7,"last update":"Thu Mar 21 12:53:58 2024","interfaces":[{"interface":"back","average":{"1min":1.175,"5min":1.1000000000000001,"15min":1.0880000000000001},"min":{"1min":0.82999999999999996,"5min":0.64700000000000002,"15min":0.64700000000000002},"max":{"1min":1.5049999999999999,"5min":1.5049999999999999,"15min":1.5049999999999999},"last":1.26},{"interface":"front","average":{"1min":1.1879999999999999,"5min":1.1890000000000001,"15min":1.1890000000000001},"min":{"1min":0.91100000000000003,"5min":0.78800000000000003,"15min":0.78800000000000003},"max":{"1min":1.51,"5min":1.532,"15min":1.532},"last":1.3720000000000001}]}]},{"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":6336,"kb_used_data":568,"kb_used_omap":0,"kb_used_meta":5760,"kb_avail":93738816,"statfs":{"total":95995035648,"available":95988547584,"internally_reserved":0,"allocated":581632,"data_stored":237841,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5898240},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Mar 21 12:53:22 2024","interfaces":[{"interface":"back","average":{"1min":0.78500000000000003,"5min":0.69199999999999995,"15min":0.60099999999999998},"min":{"1min":0.46899999999999997,"5min":0.39800000000000002,"15min":0.39800000000000002},"max":{"1min":1.5549999999999999,"5min":1.5549999999999999,"15min":1.5549999999999999},"last":1.202},{"interface":"front","average":{"1min":0.85999999999999999,"5min":0.75900000000000001,"15min":0.64400000000000002},"min":{"1min":0.56200000000000006,"5min":0.441,"15min":0.441},"max":{"1min":1.1559999999999999,"5min":1.1559999999999999,"15min":1.1559999999999999},"last":0.83799999999999997}]},{"osd":2,"last update":"Thu Mar 21 12:53:53 2024","interfaces":[{"interface":"back","average":{"1min":0.73599999999999999,"5min":0.745,"15min":0.66200000000000003},"min":{"1min":0.38400000000000001,"5min":0.38400000000000001,"15min":0.38400000000000001},"max":{"1min":1.0740000000000001,"5min":1.6679999999999999,"15min":1.6679999999999999},"last":0.89200000000000002},{"interface":"front","average":{"1min":0.96699999999999997,"5min":0.878,"15min":0.76600000000000001},"min":{"1min":0.622,"5min":0.39400000000000002,"15min":0.39400000000000002},"max":{"1min":1.6100000000000001,"5min":2.1499999999999999,"15min":2.1499999999999999},"last":1.018}]},{"osd":3,"last update":"Thu Mar 21 12:53:32 2024","interfaces":[{"interface":"back","average":{"1min":1.004,"5min":0.93400000000000005,"15min":0.86699999999999999},"min":{"1min":0.755,"5min":0.40400000000000003,"15min":0.40400000000000003},"max":{"1min":1.736,"5min":3.8180000000000001,"15min":3.8180000000000001},"last":1.141},{"interface":"front","average":{"1min":0.90800000000000003,"5min":0.90800000000000003,"15min":0.90000000000000002},"min":{"1min":0.71099999999999997,"5min":0.65900000000000003,"15min":0.65900000000000003},"max":{"1min":1.1439999999999999,"5min":1.8080000000000001,"15min":1.8080000000000001},"last":1.0489999999999999}]},{"osd":4,"last update":"Thu Mar 21 12:53:02 2024","interfaces":[{"interface":"back","average":{"1min":1.103,"5min":1.026,"15min":0.98699999999999999},"min":{"1min":0.66900000000000004,"5min":0.66900000000000004,"15min":0.66900000000000004},"max":{"1min":1.6319999999999999,"5min":1.6319999999999999,"15min":1.6319999999999999},"last":0.93799999999999994},{"interface":"front","average":{"1min":1.1200000000000001,"5min":1.0840000000000001,"15min":1.0640000000000001},"min":{"1min":0.81100000000000005,"5min":0.77800000000000002,"15min":0.77800000000000002},"max":{"1min":1.514,"5min":1.8620000000000001,"15min":1.8620000000000001},"last":1.2410000000000001}]},{"osd":5,"last update":"Thu Mar 21 12:53:41 2024","interfaces":[{"interface":"back","average":{"1min":1.103,"5min":1.093,"15min":1.071},"min":{"1min":0.72699999999999998,"5min":0.72699999999999998,"15min":0.72699999999999998},"max":{"1min":1.4470000000000001,"5min":1.6419999999999999,"15min":1.6419999999999999},"last":1.1140000000000001},{"interface":"front","average":{"1min":1.194,"5min":1.306,"15min":1.3520000000000001},"min":{"1min":0.91400000000000003,"5min":0.73199999999999998,"15min":0.73199999999999998},"max":{"1min":1.798,"5min":3.9159999999999999,"15min":3.9159999999999999},"last":1.274}]},{"osd":6,"last update":"Thu Mar 21 12:53:22 2024","interfaces":[{"interface":"back","average":{"1min":1.1719999999999999,"5min":1.292,"15min":1.3120000000000001},"min":{"1min":0.83899999999999997,"5min":0.83899999999999997,"15min":0.83899999999999997},"max":{"1min":1.599,"5min":1.9379999999999999,"15min":1.9379999999999999},"last":1.1759999999999999},{"interface":"front","average":{"1min":1.1930000000000001,"5min":1.258,"15min":1.2689999999999999},"min":{"1min":0.70199999999999996,"5min":0.70199999999999996,"15min":0.70199999999999996},"max":{"1min":1.593,"5min":1.593,"15min":1.593},"last":1.381}]},{"osd":7,"last update":"Thu Mar 21 12:53:02 2024","interfaces":[{"interface":"back","average":{"1min":1.3300000000000001,"5min":1.3300000000000001,"15min":1.3300000000000001},"min":{"1min":0.79600000000000004,"5min":0.79600000000000004,"15min":0.79600000000000004},"max":{"1min":1.845,"5min":1.845,"15min":1.845},"last":1.415},{"interface":"front","average":{"1min":1.3049999999999999,"5min":1.3049999999999999,"15min":1.3049999999999999},"min":{"1min":0.94999999999999996,"5min":0.94999999999999996,"15min":0.94999999999999996},"max":{"1min":1.651,"5min":1.651,"15min":1.651},"last":1.4419999999999999}]}]},{"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":"Thu Mar 21 12:53:14 2024","interfaces":[{"interface":"back","average":{"1min":0.73299999999999998,"5min":0.68600000000000005,"15min":0.61599999999999999},"min":{"1min":0.54300000000000004,"5min":0.47299999999999998,"15min":0.47299999999999998},"max":{"1min":1.1899999999999999,"5min":1.9710000000000001,"15min":1.9710000000000001},"last":0.752},{"interface":"front","average":{"1min":0.77700000000000002,"5min":0.74299999999999999,"15min":0.65100000000000002},"min":{"1min":0.58799999999999997,"5min":0.502,"15min":0.502},"max":{"1min":0.96299999999999997,"5min":1.99,"15min":1.99},"last":0.95499999999999996}]},{"osd":2,"last update":"Thu Mar 21 12:53:52 2024","interfaces":[{"interface":"back","average":{"1min":0.747,"5min":0.76600000000000001,"15min":0.69599999999999995},"min":{"1min":0.56999999999999995,"5min":0.39300000000000002,"15min":0.39300000000000002},"max":{"1min":1.083,"5min":2.149,"15min":2.149},"last":0.81799999999999995},{"interface":"front","average":{"1min":0.89100000000000001,"5min":0.85099999999999998,"15min":0.78300000000000003},"min":{"1min":0.61299999999999999,"5min":0.55300000000000005,"15min":0.55300000000000005},"max":{"1min":1.145,"5min":2.2879999999999998,"15min":2.2879999999999998},"last":0.90300000000000002}]},{"osd":3,"last update":"Thu Mar 21 12:53:28 2024","interfaces":[{"interface":"back","average":{"1min":0.88,"5min":0.872,"15min":0.86899999999999999},"min":{"1min":0.61899999999999999,"5min":0.60199999999999998,"15min":0.60199999999999998},"max":{"1min":1.2030000000000001,"5min":2.2210000000000001,"15min":2.2210000000000001},"last":1.0820000000000001},{"interface":"front","average":{"1min":0.92300000000000004,"5min":0.92600000000000005,"15min":0.88200000000000001},"min":{"1min":0.65600000000000003,"5min":0.56699999999999995,"15min":0.56699999999999995},"max":{"1min":1.2909999999999999,"5min":2.262,"15min":2.262},"last":1.024}]},{"osd":4,"last update":"Thu Mar 21 12:53:01 2024","interfaces":[{"interface":"back","average":{"1min":1.117,"5min":1.083,"15min":1.073},"min":{"1min":0.72299999999999998,"5min":0.72299999999999998,"15min":0.72299999999999998},"max":{"1min":2.4529999999999998,"5min":2.4529999999999998,"15min":2.4529999999999998},"last":1.212},{"interface":"front","average":{"1min":1.137,"5min":1.075,"15min":1.0600000000000001},"min":{"1min":0.78700000000000003,"5min":0.76300000000000001,"15min":0.76300000000000001},"max":{"1min":2.6760000000000002,"5min":2.6760000000000002,"15min":2.6760000000000002},"last":0.98999999999999999}]},{"osd":5,"last update":"Thu Mar 21 12:53:46 2024","interfaces":[{"interface":"back","average":{"1min":1.081,"5min":1.131,"15min":1.1299999999999999},"min":{"1min":0.83099999999999996,"5min":0.81799999999999995,"15min":0.81799999999999995},"max":{"1min":1.54,"5min":2.7610000000000001,"15min":2.7610000000000001},"last":1.038},{"interface":"front","average":{"1min":1.175,"5min":1.1619999999999999,"15min":1.1499999999999999},"min":{"1min":0.81499999999999995,"5min":0.754,"15min":0.754},"max":{"1min":1.5840000000000001,"5min":2.867,"15min":2.867},"last":1.3799999999999999}]},{"osd":6,"last update":"Thu Mar 21 12:53:18 2024","interfaces":[{"interface":"back","average":{"1min":1.1830000000000001,"5min":1.244,"15min":1.254},"min":{"1min":0.88800000000000001,"5min":0.88800000000000001,"15min":0.88800000000000001},"max":{"1min":1.6080000000000001,"5min":2.923,"15min":2.923},"last":1.3440000000000001},{"interface":"front","average":{"1min":1.147,"5min":1.292,"15min":1.3160000000000001},"min":{"1min":0.79800000000000004,"5min":0.79800000000000004,"15min":0.79800000000000004},"max":{"1min":1.4650000000000001,"5min":2.5680000000000001,"15min":2.5680000000000001},"last":1.4370000000000001}]},{"osd":7,"last update":"Thu Mar 21 12:53:01 2024","interfaces":[{"interface":"back","average":{"1min":1.21,"5min":1.21,"15min":1.21},"min":{"1min":0.89700000000000002,"5min":0.89700000000000002,"15min":0.89700000000000002},"max":{"1min":2.4790000000000001,"5min":2.4790000000000001,"15min":2.4790000000000001},"last":1.2370000000000001},{"interface":"front","average":{"1min":1.345,"5min":1.345,"15min":1.345},"min":{"1min":1.081,"5min":1.081,"15min":1.081},"max":{"1min":2.8149999999999999,"5min":2.8149999999999999,"15min":2.8149999999999999},"last":1.2649999999999999}]}]},{"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":"Thu Mar 21 12:53:54 2024","interfaces":[{"interface":"back","average":{"1min":0.70899999999999996,"5min":0.68100000000000005,"15min":0.625},"min":{"1min":0.46899999999999997,"5min":0.40300000000000002,"15min":0.40300000000000002},"max":{"1min":1.032,"5min":1.032,"15min":1.032},"last":1.1299999999999999},{"interface":"front","average":{"1min":0.75700000000000001,"5min":0.74399999999999999,"15min":0.66000000000000003},"min":{"1min":0.54400000000000004,"5min":0.48099999999999998,"15min":0.48099999999999998},"max":{"1min":1.105,"5min":1.129,"15min":1.129},"last":1.0249999999999999}]},{"osd":1,"last update":"Thu Mar 21 12:53:54 2024","interfaces":[{"interface":"back","average":{"1min":0.78700000000000003,"5min":0.79000000000000004,"15min":0.746},"min":{"1min":0.55300000000000005,"5min":0.45600000000000002,"15min":0.45600000000000002},"max":{"1min":1.0800000000000001,"5min":1.226,"15min":1.226},"last":0.95299999999999996},{"interface":"front","average":{"1min":0.79200000000000004,"5min":0.76000000000000001,"15min":0.72799999999999998},"min":{"1min":0.51300000000000001,"5min":0.48799999999999999,"15min":0.48799999999999999},"max":{"1min":1.1100000000000001,"5min":1.252,"15min":1.252},"last":1.1060000000000001}]},{"osd":3,"last update":"Thu Mar 21 12:53:30 2024","interfaces":[{"interface":"back","average":{"1min":0.89400000000000002,"5min":0.86399999999999999,"15min":0.84699999999999998},"min":{"1min":0.58499999999999996,"5min":0.48999999999999999,"15min":0.48999999999999999},"max":{"1min":1.2090000000000001,"5min":1.2090000000000001,"15min":1.2090000000000001},"last":1.2010000000000001},{"interface":"front","average":{"1min":0.90300000000000002,"5min":0.873,"15min":0.86599999999999999},"min":{"1min":0.65900000000000003,"5min":0.57699999999999996,"15min":0.57699999999999996},"max":{"1min":1.3280000000000001,"5min":1.3280000000000001,"15min":1.3280000000000001},"last":0.99399999999999999}]},{"osd":4,"last update":"Thu Mar 21 12:53:00 2024","interfaces":[{"interface":"back","average":{"1min":1.252,"5min":1.117,"15min":1.091},"min":{"1min":0.79300000000000004,"5min":0.79300000000000004,"15min":0.79300000000000004},"max":{"1min":3.536,"5min":3.536,"15min":3.536},"last":1.3069999999999999},{"interface":"front","average":{"1min":1.198,"5min":1.0920000000000001,"15min":1.0629999999999999},"min":{"1min":0.80800000000000005,"5min":0.75600000000000001,"15min":0.75600000000000001},"max":{"1min":3.5049999999999999,"5min":3.5049999999999999,"15min":3.5049999999999999},"last":1.1890000000000001}]},{"osd":5,"last update":"Thu Mar 21 12:53:39 2024","interfaces":[{"interface":"back","average":{"1min":1.0389999999999999,"5min":1.0920000000000001,"15min":1.0680000000000001},"min":{"1min":0.81200000000000006,"5min":0.72599999999999998,"15min":0.72599999999999998},"max":{"1min":1.373,"5min":3.25,"15min":3.25},"last":1.1659999999999999},{"interface":"front","average":{"1min":1.1080000000000001,"5min":1.1539999999999999,"15min":1.123},"min":{"1min":0.68100000000000005,"5min":0.68100000000000005,"15min":0.68100000000000005},"max":{"1min":1.621,"5min":3.3679999999999999,"15min":3.3679999999999999},"last":1.25}]},{"osd":6,"last update":"Thu Mar 21 12:53:21 2024","interfaces":[{"interface":"back","average":{"1min":1.1180000000000001,"5min":1.181,"15min":1.1910000000000001},"min":{"1min":0.80900000000000005,"5min":0.80900000000000005,"15min":0.80900000000000005},"max":{"1min":1.5389999999999999,"5min":1.5389999999999999,"15min":1.5389999999999999},"last":1.157},{"interface":"front","average":{"1min":1.153,"5min":1.252,"15min":1.268},"min":{"1min":0.92800000000000005,"5min":0.79700000000000004,"15min":0.79700000000000004},"max":{"1min":1.597,"5min":3.4740000000000002,"15min":3.4740000000000002},"last":1.2270000000000001}]},{"osd":7,"last update":"Thu Mar 21 12:53:58 2024","interfaces":[{"interface":"back","average":{"1min":1.1950000000000001,"5min":1.351,"15min":1.377},"min":{"1min":0.82199999999999995,"5min":0.82199999999999995,"15min":0.82199999999999995},"max":{"1min":1.72,"5min":3.2949999999999999,"15min":3.2949999999999999},"last":1.3740000000000001},{"interface":"front","average":{"1min":1.1850000000000001,"5min":1.2809999999999999,"15min":1.2969999999999999},"min":{"1min":0.85999999999999999,"5min":0.78700000000000003,"15min":0.78700000000000003},"max":{"1min":1.4910000000000001,"5min":3.1629999999999998,"15min":3.1629999999999998},"last":1.4079999999999999}]}]},{"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":"Thu Mar 21 12:53:30 2024","interfaces":[{"interface":"back","average":{"1min":0.73099999999999998,"5min":0.71499999999999997,"15min":0.70299999999999996},"min":{"1min":0.41199999999999998,"5min":0.30099999999999999,"15min":0.30099999999999999},"max":{"1min":1.1459999999999999,"5min":1.286,"15min":1.286},"last":0.63700000000000001},{"interface":"front","average":{"1min":0.80000000000000004,"5min":0.75600000000000001,"15min":0.73799999999999999},"min":{"1min":0.60799999999999998,"5min":0.32500000000000001,"15min":0.32500000000000001},"max":{"1min":0.98499999999999999,"5min":1.0229999999999999,"15min":1.0229999999999999},"last":1.177}]},{"osd":1,"last update":"Thu Mar 21 12:53:30 2024","interfaces":[{"interface":"back","average":{"1min":0.78400000000000003,"5min":0.75800000000000001,"15min":0.74099999999999999},"min":{"1min":0.375,"5min":0.375,"15min":0.375},"max":{"1min":1.1919999999999999,"5min":1.1919999999999999,"15min":1.1919999999999999},"last":1.085},{"interface":"front","average":{"1min":0.81499999999999995,"5min":0.78500000000000003,"15min":0.79500000000000004},"min":{"1min":0.42799999999999999,"5min":0.42299999999999999,"15min":0.42299999999999999},"max":{"1min":1.167,"5min":1.5089999999999999,"15min":1.5089999999999999},"last":1.147}]},{"osd":2,"last update":"Thu Mar 21 12:53:30 2024","interfaces":[{"interface":"back","average":{"1min":0.89600000000000002,"5min":0.85299999999999998,"15min":0.85099999999999998},"min":{"1min":0.48599999999999999,"5min":0.48599999999999999,"15min":0.48599999999999999},"max":{"1min":1.1819999999999999,"5min":1.597,"15min":1.597},"last":1.042},{"interface":"front","average":{"1min":0.875,"5min":0.83699999999999997,"15min":0.82499999999999996},"min":{"1min":0.61699999999999999,"5min":0.57399999999999995,"15min":0.57399999999999995},"max":{"1min":1.216,"5min":1.216,"15min":1.216},"last":0.749}]},{"osd":4,"last update":"Thu Mar 21 12:53:01 2024","interfaces":[{"interface":"back","average":{"1min":1.036,"5min":0.997,"15min":0.97199999999999998},"min":{"1min":0.47099999999999997,"5min":0.47099999999999997,"15min":0.47099999999999997},"max":{"1min":1.355,"5min":1.3899999999999999,"15min":1.3899999999999999},"last":1.2909999999999999},{"interface":"front","average":{"1min":1.0569999999999999,"5min":1.0409999999999999,"15min":1.0209999999999999},"min":{"1min":0.63600000000000001,"5min":0.63600000000000001,"15min":0.63600000000000001},"max":{"1min":1.411,"5min":1.411,"15min":1.411},"last":0.92500000000000004}]},{"osd":5,"last update":"Thu Mar 21 12:53:42 2024","interfaces":[{"interface":"back","average":{"1min":1.0640000000000001,"5min":1.052,"15min":1.052},"min":{"1min":0.82999999999999996,"5min":0.76800000000000002,"15min":0.76800000000000002},"max":{"1min":1.4079999999999999,"5min":1.456,"15min":1.456},"last":0.83899999999999997},{"interface":"front","average":{"1min":1.089,"5min":1.0720000000000001,"15min":1.069},"min":{"1min":0.747,"5min":0.69499999999999995,"15min":0.69499999999999995},"max":{"1min":1.5229999999999999,"5min":1.5229999999999999,"15min":1.5229999999999999},"last":1.3899999999999999}]},{"osd":6,"last update":"Thu Mar 21 12:53:18 2024","interfaces":[{"interface":"back","average":{"1min":1.079,"5min":1.147,"15min":1.1579999999999999},"min":{"1min":0.53300000000000003,"5min":0.53300000000000003,"15min":0.53300000000000003},"max":{"1min":1.423,"5min":1.546,"15min":1.546},"last":0.873},{"interface":"front","average":{"1min":1.1439999999999999,"5min":1.196,"15min":1.2050000000000001},"min":{"1min":0.72499999999999998,"5min":0.72499999999999998,"15min":0.72499999999999998},"max":{"1min":1.4850000000000001,"5min":1.7410000000000001,"15min":1.7410000000000001},"last":1}]},{"osd":7,"last update":"Thu Mar 21 12:53:58 2024","interfaces":[{"interface":"back","average":{"1min":1.173,"5min":1.119,"15min":1.1100000000000001},"min":{"1min":0.91900000000000004,"5min":0.79500000000000004,"15min":0.79500000000000004},"max":{"1min":1.6100000000000001,"5min":1.6100000000000001,"15min":1.6100000000000001},"last":1.6830000000000001},{"interface":"front","average":{"1min":1.2749999999999999,"5min":1.206,"15min":1.194},"min":{"1min":0.82799999999999996,"5min":0.65900000000000003,"15min":0.65900000000000003},"max":{"1min":1.585,"5min":1.585,"15min":1.585},"last":1.23}]}]},{"osd":4,"up_from":30,"seq":128849018930,"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":"Thu Mar 21 12:53:03 2024","interfaces":[{"interface":"back","average":{"1min":0.96999999999999997,"5min":0.88800000000000001,"15min":0.86599999999999999},"min":{"1min":0.54500000000000004,"5min":0.52300000000000002,"15min":0.52300000000000002},"max":{"1min":1.2370000000000001,"5min":1.252,"15min":1.252},"last":0.68400000000000005},{"interface":"front","average":{"1min":0.90700000000000003,"5min":0.88800000000000001,"15min":0.86199999999999999},"min":{"1min":0.50800000000000001,"5min":0.50800000000000001,"15min":0.50800000000000001},"max":{"1min":1.3460000000000001,"5min":1.4199999999999999,"15min":1.4199999999999999},"last":0.93000000000000005}]},{"osd":1,"last update":"Thu Mar 21 12:53:03 2024","interfaces":[{"interface":"back","average":{"1min":0.873,"5min":0.875,"15min":0.85899999999999999},"min":{"1min":0.60699999999999998,"5min":0.57499999999999996,"15min":0.57499999999999996},"max":{"1min":1.3109999999999999,"5min":1.3109999999999999,"15min":1.3109999999999999},"last":0.85999999999999999},{"interface":"front","average":{"1min":1.038,"5min":0.90400000000000003,"15min":0.86199999999999999},"min":{"1min":0.57699999999999996,"5min":0.56599999999999995,"15min":0.56599999999999995},"max":{"1min":1.569,"5min":1.569,"15min":1.569},"last":0.88400000000000001}]},{"osd":2,"last update":"Thu Mar 21 12:53:03 2024","interfaces":[{"interface":"back","average":{"1min":1.038,"5min":0.91900000000000004,"15min":0.873},"min":{"1min":0.70899999999999996,"5min":0.63500000000000001,"15min":0.63500000000000001},"max":{"1min":1.4930000000000001,"5min":1.4930000000000001,"15min":1.4930000000000001},"last":1.018},{"interface":"front","average":{"1min":0.98299999999999998,"5min":0.95899999999999996,"15min":0.93000000000000005},"min":{"1min":0.68899999999999995,"5min":0.66200000000000003,"15min":0.66200000000000003},"max":{"1min":1.367,"5min":1.367,"15min":1.367},"last":1.165}]},{"osd":3,"last update":"Thu Mar 21 12:53:03 2024","interfaces":[{"interface":"back","average":{"1min":0.98099999999999998,"5min":0.96599999999999997,"15min":0.96199999999999997},"min":{"1min":0.64300000000000002,"5min":0.64300000000000002,"15min":0.64300000000000002},"max":{"1min":1.282,"5min":1.3740000000000001,"15min":1.3740000000000001},"last":1.0469999999999999},{"interface":"front","average":{"1min":0.99299999999999999,"5min":0.96099999999999997,"15min":0.93899999999999995},"min":{"1min":0.754,"5min":0.754,"15min":0.754},"max":{"1min":1.3109999999999999,"5min":1.3169999999999999,"15min":1.3169999999999999},"last":0.77300000000000002}]},{"osd":5,"last update":"Thu Mar 21 12:53:44 2024","interfaces":[{"interface":"back","average":{"1min":0.98899999999999999,"5min":0.97799999999999998,"15min":0.94699999999999995},"min":{"1min":0.68999999999999995,"5min":0.64000000000000001,"15min":0.64000000000000001},"max":{"1min":2.0720000000000001,"5min":2.0720000000000001,"15min":2.0720000000000001},"last":0.71999999999999997},{"interface":"front","average":{"1min":0.99199999999999999,"5min":0.93999999999999995,"15min":0.90300000000000002},"min":{"1min":0.59899999999999998,"5min":0.59899999999999998,"15min":0.59899999999999998},"max":{"1min":1.8460000000000001,"5min":1.8460000000000001,"15min":1.8460000000000001},"last":0.65600000000000003}]},{"osd":6,"last update":"Thu Mar 21 12:53:19 2024","interfaces":[{"interface":"back","average":{"1min":1.095,"5min":1.107,"15min":1.109},"min":{"1min":0.61799999999999999,"5min":0.61799999999999999,"15min":0.61799999999999999},"max":{"1min":1.6639999999999999,"5min":1.6639999999999999,"15min":1.6639999999999999},"last":1.0940000000000001},{"interface":"front","average":{"1min":1.0580000000000001,"5min":1.1919999999999999,"15min":1.214},"min":{"1min":0.625,"5min":0.625,"15min":0.625},"max":{"1min":1.298,"5min":1.4870000000000001,"15min":1.4870000000000001},"last":1.105}]},{"osd":7,"last update":"Thu Mar 21 12:53:00 2024","interfaces":[{"interface":"back","average":{"1min":1.1890000000000001,"5min":1.1890000000000001,"15min":1.1890000000000001},"min":{"1min":0.93600000000000005,"5min":0.93600000000000005,"15min":0.93600000000000005},"max":{"1min":1.46,"5min":1.46,"15min":1.46},"last":0.97299999999999998},{"interface":"front","average":{"1min":1.2809999999999999,"5min":1.2809999999999999,"15min":1.2809999999999999},"min":{"1min":0.874,"5min":0.874,"15min":0.874},"max":{"1min":1.758,"5min":1.758,"15min":1.758},"last":1.1419999999999999}]}]},{"osd":5,"up_from":38,"seq":163208757290,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5692,"kb_used_data":564,"kb_used_omap":0,"kb_used_meta":5120,"kb_avail":93739460,"statfs":{"total":95995035648,"available":95989207040,"internally_reserved":0,"allocated":577536,"data_stored":237518,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5242880},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Mar 21 12:53:43 2024","interfaces":[{"interface":"back","average":{"1min":0.92200000000000004,"5min":0.90800000000000003,"15min":0.91800000000000004},"min":{"1min":0.63,"5min":0.32800000000000001,"15min":0.32800000000000001},"max":{"1min":1.294,"5min":1.3720000000000001,"15min":1.3720000000000001},"last":1.0860000000000001},{"interface":"front","average":{"1min":1.0049999999999999,"5min":0.91200000000000003,"15min":0.89800000000000002},"min":{"1min":0.67200000000000004,"5min":0.41599999999999998,"15min":0.41599999999999998},"max":{"1min":1.452,"5min":1.452,"15min":1.452},"last":0.73999999999999999}]},{"osd":1,"last update":"Thu Mar 21 12:53:43 2024","interfaces":[{"interface":"back","average":{"1min":1.0669999999999999,"5min":0.94699999999999995,"15min":0.93200000000000005},"min":{"1min":0.71999999999999997,"5min":0.48099999999999998,"15min":0.48099999999999998},"max":{"1min":1.4530000000000001,"5min":1.4530000000000001,"15min":1.4530000000000001},"last":0.997},{"interface":"front","average":{"1min":0.96799999999999997,"5min":0.95899999999999996,"15min":0.96299999999999997},"min":{"1min":0.71599999999999997,"5min":0.50900000000000001,"15min":0.50900000000000001},"max":{"1min":1.2809999999999999,"5min":1.5129999999999999,"15min":1.5129999999999999},"last":0.77600000000000002}]},{"osd":2,"last update":"Thu Mar 21 12:53:43 2024","interfaces":[{"interface":"back","average":{"1min":1.0349999999999999,"5min":0.96299999999999997,"15min":0.96499999999999997},"min":{"1min":0.64500000000000002,"5min":0.51100000000000001,"15min":0.51100000000000001},"max":{"1min":1.3169999999999999,"5min":2.077,"15min":2.077},"last":1.046},{"interface":"front","average":{"1min":1.0669999999999999,"5min":1.026,"15min":1.018},"min":{"1min":0.66000000000000003,"5min":0.53100000000000003,"15min":0.53100000000000003},"max":{"1min":1.3640000000000001,"5min":1.3640000000000001,"15min":1.3640000000000001},"last":1.0589999999999999}]},{"osd":3,"last update":"Thu Mar 21 12:53:43 2024","interfaces":[{"interface":"back","average":{"1min":1.083,"5min":1.002,"15min":1.01},"min":{"1min":0.83799999999999997,"5min":0.53900000000000003,"15min":0.53900000000000003},"max":{"1min":1.4410000000000001,"5min":1.4410000000000001,"15min":1.4410000000000001},"last":0.94199999999999995},{"interface":"front","average":{"1min":1.1399999999999999,"5min":1.0569999999999999,"15min":1.0469999999999999},"min":{"1min":0.81499999999999995,"5min":0.67100000000000004,"15min":0.67100000000000004},"max":{"1min":1.6060000000000001,"5min":1.6060000000000001,"15min":1.6060000000000001},"last":0.92700000000000005}]},{"osd":4,"last update":"Thu Mar 21 12:53:43 2024","interfaces":[{"interface":"back","average":{"1min":1.0209999999999999,"5min":0.88400000000000001,"15min":0.86399999999999999},"min":{"1min":0.56799999999999995,"5min":0.46700000000000003,"15min":0.46700000000000003},"max":{"1min":1.327,"5min":1.3400000000000001,"15min":1.3400000000000001},"last":0.68000000000000005},{"interface":"front","average":{"1min":1.137,"5min":0.97699999999999998,"15min":0.94199999999999995},"min":{"1min":0.752,"5min":0.56799999999999995,"15min":0.56799999999999995},"max":{"1min":1.6060000000000001,"5min":1.6060000000000001,"15min":1.6060000000000001},"last":1.139}]},{"osd":6,"last update":"Thu Mar 21 12:53:23 2024","interfaces":[{"interface":"back","average":{"1min":0.99199999999999999,"5min":1.0089999999999999,"15min":1.012},"min":{"1min":0.625,"5min":0.625,"15min":0.625},"max":{"1min":1.369,"5min":1.407,"15min":1.407},"last":0.878},{"interface":"front","average":{"1min":1.22,"5min":1.1639999999999999,"15min":1.155},"min":{"1min":0.75600000000000001,"5min":0.75600000000000001,"15min":0.75600000000000001},"max":{"1min":1.5700000000000001,"5min":1.5700000000000001,"15min":1.5700000000000001},"last":0.83699999999999997}]},{"osd":7,"last update":"Thu Mar 21 12:53:00 2024","interfaces":[{"interface":"back","average":{"1min":1.2050000000000001,"5min":1.2050000000000001,"15min":1.2050000000000001},"min":{"1min":0.57999999999999996,"5min":0.57999999999999996,"15min":0.57999999999999996},"max":{"1min":1.506,"5min":1.506,"15min":1.506},"last":1.1040000000000001},{"interface":"front","average":{"1min":1.087,"5min":1.087,"15min":1.087},"min":{"1min":0.47699999999999998,"5min":0.47699999999999998,"15min":0.47699999999999998},"max":{"1min":1.3899999999999999,"5min":1.3899999999999999,"15min":1.3899999999999999},"last":1.026}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":6,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-03-21T12:54:04.391 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid a94f249e-e780-11ee-95cd-87774f69a715 -- ceph pg dump --format=json 2024-03-21T12:54:05.046 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:54:04 smithi178 bash[14766]: ::ffff:172.21.15.184 - - [21/Mar/2024:12:54:04] "GET /metrics HTTP/1.1" 200 191587 "" "Prometheus/2.33.4" 2024-03-21T12:54:05.322 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 12:54:05 smithi184 bash[15792]: ::ffff:172.21.15.184 - - [21/Mar/2024:12:54:05] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-21T12:54:05.822 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:54:05 smithi184 bash[14608]: audit 2024-03-21T12:54:03.643470+0000 mgr.y (mgr.24355) 91 : audit [DBG] from='client.14628 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T12:54:05.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:54:05 smithi184 bash[14608]: cluster 2024-03-21T12:54:04.516539+0000 mgr.y (mgr.24355) 92 : cluster [DBG] pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:54:06.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:54:05 smithi178 bash[14494]: audit 2024-03-21T12:54:03.643470+0000 mgr.y (mgr.24355) 91 : audit [DBG] from='client.14628 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T12:54:06.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:54:05 smithi178 bash[14494]: cluster 2024-03-21T12:54:04.516539+0000 mgr.y (mgr.24355) 92 : cluster [DBG] pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:54:06.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:54:05 smithi178 bash[20270]: audit 2024-03-21T12:54:03.643470+0000 mgr.y (mgr.24355) 91 : audit [DBG] from='client.14628 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T12:54:06.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:54:05 smithi178 bash[20270]: cluster 2024-03-21T12:54:04.516539+0000 mgr.y (mgr.24355) 92 : cluster [DBG] pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:54:07.169 INFO:teuthology.orchestra.run.smithi178.stderr:Inferring config /var/lib/ceph/a94f249e-e780-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T12:54:07.955 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:54:07 smithi178 bash[20270]: cluster 2024-03-21T12:54:06.517212+0000 mgr.y (mgr.24355) 93 : cluster [DBG] pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:54:07.955 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:54:07 smithi178 bash[14494]: cluster 2024-03-21T12:54:06.517212+0000 mgr.y (mgr.24355) 93 : cluster [DBG] pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:54:08.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:54:07 smithi184 bash[14608]: cluster 2024-03-21T12:54:06.517212+0000 mgr.y (mgr.24355) 93 : cluster [DBG] pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:54:09.796 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:54:09 smithi178 bash[14494]: cluster 2024-03-21T12:54:08.517858+0000 mgr.y (mgr.24355) 94 : cluster [DBG] pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:54:09.797 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:54:09 smithi178 bash[20270]: cluster 2024-03-21T12:54:08.517858+0000 mgr.y (mgr.24355) 94 : cluster [DBG] pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:54:09.837 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-03-21T12:54:09.840 INFO:teuthology.orchestra.run.smithi178.stderr:dumped all 2024-03-21T12:54:10.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:54:09 smithi184 bash[14608]: cluster 2024-03-21T12:54:08.517858+0000 mgr.y (mgr.24355) 94 : cluster [DBG] pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:54:10.296 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:54:10 smithi178 bash[14766]: 172.21.15.184 - - [21/Mar/2024:12:54:10] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2024-03-21T12:54:10.496 INFO:teuthology.orchestra.run.smithi178.stdout:{"pg_ready":true,"pg_map":{"version":61,"stamp":"2024-03-21T12:54:08.517544+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":3488924,"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.003877"},"pg_stats":[{"pgid":"1.0","version":"59'128","reported_seq":266,"reported_epoch":59,"state":"active+clean","last_fresh":"2024-03-21T12:52:24.985364+0000","last_change":"2024-03-21T12:52:01.131340+0000","last_active":"2024-03-21T12:52:24.985364+0000","last_peered":"2024-03-21T12:52:24.985364+0000","last_clean":"2024-03-21T12:52:24.985364+0000","last_became_active":"2024-03-21T12:52:01.130317+0000","last_became_peered":"2024-03-21T12:52:01.130317+0000","last_unstale":"2024-03-21T12:52:24.985364+0000","last_undegraded":"2024-03-21T12:52:24.985364+0000","last_fullsized":"2024-03-21T12:52:24.985364+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":"2024-03-21T12:48:45.024396+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-21T12:48:45.024396+0000","last_clean_scrub_stamp":"2024-03-21T12:48:45.024396+0000","objects_scrubbed":0,"log_size":128,"ondisk_log_size":128,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-03-23T00:43:18.879474+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":231928234012,"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":"Thu Mar 21 12:54:02 2024","interfaces":[{"interface":"back","average":{"1min":0.86599999999999999,"5min":0.96499999999999997,"15min":0.98099999999999998},"min":{"1min":0.628,"5min":0.59999999999999998,"15min":0.59999999999999998},"max":{"1min":1.2030000000000001,"5min":1.7969999999999999,"15min":1.7969999999999999},"last":0.746},{"interface":"front","average":{"1min":0.96199999999999997,"5min":0.93300000000000005,"15min":0.92800000000000005},"min":{"1min":0.54600000000000004,"5min":0.54600000000000004,"15min":0.54600000000000004},"max":{"1min":1.2789999999999999,"5min":1.371,"15min":1.371},"last":1.121}]},{"osd":1,"last update":"Thu Mar 21 12:54:02 2024","interfaces":[{"interface":"back","average":{"1min":0.94899999999999995,"5min":0.97299999999999998,"15min":0.97699999999999998},"min":{"1min":0.751,"5min":0.71099999999999997,"15min":0.71099999999999997},"max":{"1min":1.2070000000000001,"5min":1.4510000000000001,"15min":1.4510000000000001},"last":0.68000000000000005},{"interface":"front","average":{"1min":0.93500000000000005,"5min":0.96799999999999997,"15min":0.97399999999999998},"min":{"1min":0.59799999999999998,"5min":0.59799999999999998,"15min":0.59799999999999998},"max":{"1min":1.268,"5min":1.3919999999999999,"15min":1.3919999999999999},"last":1.048}]},{"osd":2,"last update":"Thu Mar 21 12:54:02 2024","interfaces":[{"interface":"back","average":{"1min":0.99299999999999999,"5min":0.95999999999999996,"15min":0.95399999999999996},"min":{"1min":0.76300000000000001,"5min":0.73999999999999999,"15min":0.73999999999999999},"max":{"1min":1.748,"5min":1.748,"15min":1.748},"last":0.70899999999999996},{"interface":"front","average":{"1min":0.97899999999999998,"5min":0.97699999999999998,"15min":0.97699999999999998},"min":{"1min":0.77800000000000002,"5min":0.65300000000000002,"15min":0.65300000000000002},"max":{"1min":1.3069999999999999,"5min":1.514,"15min":1.514},"last":0.78200000000000003}]},{"osd":3,"last update":"Thu Mar 21 12:54:02 2024","interfaces":[{"interface":"back","average":{"1min":1.046,"5min":1.03,"15min":1.028},"min":{"1min":0.71499999999999997,"5min":0.68200000000000005,"15min":0.68200000000000005},"max":{"1min":1.978,"5min":1.978,"15min":1.978},"last":0.84099999999999997},{"interface":"front","average":{"1min":1.038,"5min":1.0589999999999999,"15min":1.0629999999999999},"min":{"1min":0.72799999999999998,"5min":0.72799999999999998,"15min":0.72799999999999998},"max":{"1min":1.431,"5min":1.431,"15min":1.431},"last":0.82199999999999995}]},{"osd":4,"last update":"Thu Mar 21 12:54:02 2024","interfaces":[{"interface":"back","average":{"1min":0.95599999999999996,"5min":0.95999999999999996,"15min":0.96099999999999997},"min":{"1min":0.53300000000000003,"5min":0.53300000000000003,"15min":0.53300000000000003},"max":{"1min":1.3680000000000001,"5min":1.3680000000000001,"15min":1.3680000000000001},"last":0.97499999999999998},{"interface":"front","average":{"1min":1.0509999999999999,"5min":0.98299999999999998,"15min":0.97199999999999998},"min":{"1min":0.67400000000000004,"5min":0.67400000000000004,"15min":0.67400000000000004},"max":{"1min":1.857,"5min":1.857,"15min":1.857},"last":0.93999999999999995}]},{"osd":5,"last update":"Thu Mar 21 12:54:02 2024","interfaces":[{"interface":"back","average":{"1min":1.107,"5min":1.091,"15min":1.0880000000000001},"min":{"1min":0.69199999999999995,"5min":0.66300000000000003,"15min":0.66300000000000003},"max":{"1min":1.5489999999999999,"5min":1.5489999999999999,"15min":1.5489999999999999},"last":0.95899999999999996},{"interface":"front","average":{"1min":1.1519999999999999,"5min":1.1200000000000001,"15min":1.115},"min":{"1min":0.625,"5min":0.625,"15min":0.625},"max":{"1min":1.617,"5min":1.617,"15min":1.617},"last":1.1579999999999999}]},{"osd":6,"last update":"Thu Mar 21 12:54:02 2024","interfaces":[{"interface":"back","average":{"1min":1.151,"5min":1.1479999999999999,"15min":1.1479999999999999},"min":{"1min":0.66800000000000004,"5min":0.66800000000000004,"15min":0.66800000000000004},"max":{"1min":1.5569999999999999,"5min":1.5569999999999999,"15min":1.5569999999999999},"last":1.0900000000000001},{"interface":"front","average":{"1min":1.1879999999999999,"5min":1.1830000000000001,"15min":1.1819999999999999},"min":{"1min":0.86199999999999999,"5min":0.86199999999999999,"15min":0.86199999999999999},"max":{"1min":2.0710000000000002,"5min":2.0710000000000002,"15min":2.0710000000000002},"last":1.008}]}]},{"osd":6,"up_from":46,"seq":197568495652,"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":"Thu Mar 21 12:53:20 2024","interfaces":[{"interface":"back","average":{"1min":0.89100000000000001,"5min":0.86299999999999999,"15min":0.85899999999999999},"min":{"1min":0.66100000000000003,"5min":0.503,"15min":0.503},"max":{"1min":1.2609999999999999,"5min":1.5740000000000001,"15min":1.5740000000000001},"last":0.98199999999999998},{"interface":"front","average":{"1min":0.94699999999999995,"5min":0.88700000000000001,"15min":0.877},"min":{"1min":0.71199999999999997,"5min":0.64500000000000002,"15min":0.64500000000000002},"max":{"1min":1.446,"5min":1.446,"15min":1.446},"last":1.3859999999999999}]},{"osd":1,"last update":"Thu Mar 21 12:53:20 2024","interfaces":[{"interface":"back","average":{"1min":0.93999999999999995,"5min":0.91300000000000003,"15min":0.90900000000000003},"min":{"1min":0.49399999999999999,"5min":0.49399999999999999,"15min":0.49399999999999999},"max":{"1min":1.355,"5min":1.355,"15min":1.355},"last":0.80900000000000005},{"interface":"front","average":{"1min":1.01,"5min":0.98999999999999999,"15min":0.98599999999999999},"min":{"1min":0.70799999999999996,"5min":0.53700000000000003,"15min":0.53700000000000003},"max":{"1min":1.55,"5min":1.55,"15min":1.55},"last":1.6859999999999999}]},{"osd":2,"last update":"Thu Mar 21 12:53:20 2024","interfaces":[{"interface":"back","average":{"1min":0.96699999999999997,"5min":0.92700000000000005,"15min":0.92100000000000004},"min":{"1min":0.61399999999999999,"5min":0.61399999999999999,"15min":0.61399999999999999},"max":{"1min":1.242,"5min":1.242,"15min":1.242},"last":1.7809999999999999},{"interface":"front","average":{"1min":1.05,"5min":0.99299999999999999,"15min":0.98299999999999998},"min":{"1min":0.77900000000000003,"5min":0.77900000000000003,"15min":0.77900000000000003},"max":{"1min":1.421,"5min":1.421,"15min":1.421},"last":1.583}]},{"osd":3,"last update":"Thu Mar 21 12:53:20 2024","interfaces":[{"interface":"back","average":{"1min":0.98499999999999999,"5min":0.92800000000000005,"15min":0.91800000000000004},"min":{"1min":0.441,"5min":0.441,"15min":0.441},"max":{"1min":1.403,"5min":1.403,"15min":1.403},"last":1.8660000000000001},{"interface":"front","average":{"1min":1.044,"5min":1.04,"15min":1.0389999999999999},"min":{"1min":0.75700000000000001,"5min":0.70999999999999996,"15min":0.70999999999999996},"max":{"1min":1.3400000000000001,"5min":1.3400000000000001,"15min":1.3400000000000001},"last":1.1479999999999999}]},{"osd":4,"last update":"Thu Mar 21 12:53:20 2024","interfaces":[{"interface":"back","average":{"1min":0.97999999999999998,"5min":0.93600000000000005,"15min":0.92800000000000005},"min":{"1min":0.621,"5min":0.57499999999999996,"15min":0.57499999999999996},"max":{"1min":1.464,"5min":1.464,"15min":1.464},"last":1.8280000000000001},{"interface":"front","average":{"1min":0.98699999999999999,"5min":0.98699999999999999,"15min":0.98699999999999999},"min":{"1min":0.52900000000000003,"5min":0.51700000000000002,"15min":0.51700000000000002},"max":{"1min":1.3640000000000001,"5min":1.375,"15min":1.375},"last":1.726}]},{"osd":5,"last update":"Thu Mar 21 12:53:20 2024","interfaces":[{"interface":"back","average":{"1min":1.0760000000000001,"5min":1.0249999999999999,"15min":1.0169999999999999},"min":{"1min":0.69699999999999995,"5min":0.66600000000000004,"15min":0.66600000000000004},"max":{"1min":1.3859999999999999,"5min":1.3859999999999999,"15min":1.3859999999999999},"last":1.2749999999999999},{"interface":"front","average":{"1min":1.085,"5min":1.069,"15min":1.0660000000000001},"min":{"1min":0.67700000000000005,"5min":0.48699999999999999,"15min":0.48699999999999999},"max":{"1min":1.5189999999999999,"5min":1.5189999999999999,"15min":1.5189999999999999},"last":2.0760000000000001}]},{"osd":7,"last update":"Thu Mar 21 12:53:58 2024","interfaces":[{"interface":"back","average":{"1min":1.175,"5min":1.1000000000000001,"15min":1.0880000000000001},"min":{"1min":0.82999999999999996,"5min":0.64700000000000002,"15min":0.64700000000000002},"max":{"1min":1.5049999999999999,"5min":1.5049999999999999,"15min":1.5049999999999999},"last":1.9970000000000001},{"interface":"front","average":{"1min":1.1879999999999999,"5min":1.1890000000000001,"15min":1.1890000000000001},"min":{"1min":0.91100000000000003,"5min":0.78800000000000003,"15min":0.78800000000000003},"max":{"1min":1.51,"5min":1.532,"15min":1.532},"last":1.661}]}]},{"osd":1,"up_from":13,"seq":55834574921,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":6336,"kb_used_data":568,"kb_used_omap":0,"kb_used_meta":5760,"kb_avail":93738816,"statfs":{"total":95995035648,"available":95988547584,"internally_reserved":0,"allocated":581632,"data_stored":237841,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5898240},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Mar 21 12:53:22 2024","interfaces":[{"interface":"back","average":{"1min":0.78500000000000003,"5min":0.69199999999999995,"15min":0.60099999999999998},"min":{"1min":0.46899999999999997,"5min":0.39800000000000002,"15min":0.39800000000000002},"max":{"1min":1.5549999999999999,"5min":1.5549999999999999,"15min":1.5549999999999999},"last":0.67200000000000004},{"interface":"front","average":{"1min":0.85999999999999999,"5min":0.75900000000000001,"15min":0.64400000000000002},"min":{"1min":0.56200000000000006,"5min":0.441,"15min":0.441},"max":{"1min":1.1559999999999999,"5min":1.1559999999999999,"15min":1.1559999999999999},"last":0.72199999999999998}]},{"osd":2,"last update":"Thu Mar 21 12:53:53 2024","interfaces":[{"interface":"back","average":{"1min":0.73599999999999999,"5min":0.745,"15min":0.66200000000000003},"min":{"1min":0.38400000000000001,"5min":0.38400000000000001,"15min":0.38400000000000001},"max":{"1min":1.0740000000000001,"5min":1.6679999999999999,"15min":1.6679999999999999},"last":0.98499999999999999},{"interface":"front","average":{"1min":0.96699999999999997,"5min":0.878,"15min":0.76600000000000001},"min":{"1min":0.622,"5min":0.39400000000000002,"15min":0.39400000000000002},"max":{"1min":1.6100000000000001,"5min":2.1499999999999999,"15min":2.1499999999999999},"last":0.79600000000000004}]},{"osd":3,"last update":"Thu Mar 21 12:53:32 2024","interfaces":[{"interface":"back","average":{"1min":1.004,"5min":0.93400000000000005,"15min":0.86699999999999999},"min":{"1min":0.755,"5min":0.40400000000000003,"15min":0.40400000000000003},"max":{"1min":1.736,"5min":3.8180000000000001,"15min":3.8180000000000001},"last":0.93100000000000005},{"interface":"front","average":{"1min":0.90800000000000003,"5min":0.90800000000000003,"15min":0.90000000000000002},"min":{"1min":0.71099999999999997,"5min":0.65900000000000003,"15min":0.65900000000000003},"max":{"1min":1.1439999999999999,"5min":1.8080000000000001,"15min":1.8080000000000001},"last":0.88700000000000001}]},{"osd":4,"last update":"Thu Mar 21 12:54:04 2024","interfaces":[{"interface":"back","average":{"1min":1.004,"5min":1.0329999999999999,"15min":0.98899999999999999},"min":{"1min":0.82199999999999995,"5min":0.66900000000000004,"15min":0.66900000000000004},"max":{"1min":1.341,"5min":1.6319999999999999,"15min":1.6319999999999999},"last":0.90800000000000003},{"interface":"front","average":{"1min":1.1539999999999999,"5min":1.1040000000000001,"15min":1.071},"min":{"1min":0.90700000000000003,"5min":0.77800000000000002,"15min":0.77800000000000002},"max":{"1min":1.573,"5min":1.8620000000000001,"15min":1.8620000000000001},"last":1.1140000000000001}]},{"osd":5,"last update":"Thu Mar 21 12:53:41 2024","interfaces":[{"interface":"back","average":{"1min":1.103,"5min":1.093,"15min":1.071},"min":{"1min":0.72699999999999998,"5min":0.72699999999999998,"15min":0.72699999999999998},"max":{"1min":1.4470000000000001,"5min":1.6419999999999999,"15min":1.6419999999999999},"last":0.96499999999999997},{"interface":"front","average":{"1min":1.194,"5min":1.306,"15min":1.3520000000000001},"min":{"1min":0.91400000000000003,"5min":0.73199999999999998,"15min":0.73199999999999998},"max":{"1min":1.798,"5min":3.9159999999999999,"15min":3.9159999999999999},"last":1.385}]},{"osd":6,"last update":"Thu Mar 21 12:53:22 2024","interfaces":[{"interface":"back","average":{"1min":1.1719999999999999,"5min":1.292,"15min":1.3120000000000001},"min":{"1min":0.83899999999999997,"5min":0.83899999999999997,"15min":0.83899999999999997},"max":{"1min":1.599,"5min":1.9379999999999999,"15min":1.9379999999999999},"last":1.365},{"interface":"front","average":{"1min":1.1930000000000001,"5min":1.258,"15min":1.2689999999999999},"min":{"1min":0.70199999999999996,"5min":0.70199999999999996,"15min":0.70199999999999996},"max":{"1min":1.593,"5min":1.593,"15min":1.593},"last":1.141}]},{"osd":7,"last update":"Thu Mar 21 12:54:04 2024","interfaces":[{"interface":"back","average":{"1min":1.306,"5min":1.325,"15min":1.3280000000000001},"min":{"1min":1.1379999999999999,"5min":0.79600000000000004,"15min":0.79600000000000004},"max":{"1min":1.6279999999999999,"5min":1.845,"15min":1.845},"last":1.2709999999999999},{"interface":"front","average":{"1min":1.3320000000000001,"5min":1.3100000000000001,"15min":1.306},"min":{"1min":0.80800000000000005,"5min":0.80800000000000005,"15min":0.80800000000000005},"max":{"1min":1.704,"5min":1.704,"15min":1.704},"last":1.462}]}]},{"osd":0,"up_from":8,"seq":34359738449,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":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":"Thu Mar 21 12:53:14 2024","interfaces":[{"interface":"back","average":{"1min":0.73299999999999998,"5min":0.68600000000000005,"15min":0.61599999999999999},"min":{"1min":0.54300000000000004,"5min":0.47299999999999998,"15min":0.47299999999999998},"max":{"1min":1.1899999999999999,"5min":1.9710000000000001,"15min":1.9710000000000001},"last":0.78900000000000003},{"interface":"front","average":{"1min":0.77700000000000002,"5min":0.74299999999999999,"15min":0.65100000000000002},"min":{"1min":0.58799999999999997,"5min":0.502,"15min":0.502},"max":{"1min":0.96299999999999997,"5min":1.99,"15min":1.99},"last":0.623}]},{"osd":2,"last update":"Thu Mar 21 12:53:52 2024","interfaces":[{"interface":"back","average":{"1min":0.747,"5min":0.76600000000000001,"15min":0.69599999999999995},"min":{"1min":0.56999999999999995,"5min":0.39300000000000002,"15min":0.39300000000000002},"max":{"1min":1.083,"5min":2.149,"15min":2.149},"last":0.59399999999999997},{"interface":"front","average":{"1min":0.89100000000000001,"5min":0.85099999999999998,"15min":0.78300000000000003},"min":{"1min":0.61299999999999999,"5min":0.55300000000000005,"15min":0.55300000000000005},"max":{"1min":1.145,"5min":2.2879999999999998,"15min":2.2879999999999998},"last":0.68899999999999995}]},{"osd":3,"last update":"Thu Mar 21 12:53:28 2024","interfaces":[{"interface":"back","average":{"1min":0.88,"5min":0.872,"15min":0.86899999999999999},"min":{"1min":0.61899999999999999,"5min":0.60199999999999998,"15min":0.60199999999999998},"max":{"1min":1.2030000000000001,"5min":2.2210000000000001,"15min":2.2210000000000001},"last":0.72799999999999998},{"interface":"front","average":{"1min":0.92300000000000004,"5min":0.92600000000000005,"15min":0.88200000000000001},"min":{"1min":0.65600000000000003,"5min":0.56699999999999995,"15min":0.56699999999999995},"max":{"1min":1.2909999999999999,"5min":2.262,"15min":2.262},"last":1.1319999999999999}]},{"osd":4,"last update":"Thu Mar 21 12:54:03 2024","interfaces":[{"interface":"back","average":{"1min":1.075,"5min":1.085,"15min":1.0740000000000001},"min":{"1min":0.73599999999999999,"5min":0.72299999999999998,"15min":0.72299999999999998},"max":{"1min":1.3360000000000001,"5min":2.4529999999999998,"15min":2.4529999999999998},"last":1.3360000000000001},{"interface":"front","average":{"1min":1.075,"5min":1.0800000000000001,"15min":1.0620000000000001},"min":{"1min":0.78300000000000003,"5min":0.76300000000000001,"15min":0.76300000000000001},"max":{"1min":1.325,"5min":2.6760000000000002,"15min":2.6760000000000002},"last":1.179}]},{"osd":5,"last update":"Thu Mar 21 12:53:46 2024","interfaces":[{"interface":"back","average":{"1min":1.081,"5min":1.131,"15min":1.1299999999999999},"min":{"1min":0.83099999999999996,"5min":0.81799999999999995,"15min":0.81799999999999995},"max":{"1min":1.54,"5min":2.7610000000000001,"15min":2.7610000000000001},"last":1.3779999999999999},{"interface":"front","average":{"1min":1.175,"5min":1.1619999999999999,"15min":1.1499999999999999},"min":{"1min":0.81499999999999995,"5min":0.754,"15min":0.754},"max":{"1min":1.5840000000000001,"5min":2.867,"15min":2.867},"last":1.4890000000000001}]},{"osd":6,"last update":"Thu Mar 21 12:53:18 2024","interfaces":[{"interface":"back","average":{"1min":1.1830000000000001,"5min":1.244,"15min":1.254},"min":{"1min":0.88800000000000001,"5min":0.88800000000000001,"15min":0.88800000000000001},"max":{"1min":1.6080000000000001,"5min":2.923,"15min":2.923},"last":1.2829999999999999},{"interface":"front","average":{"1min":1.147,"5min":1.292,"15min":1.3160000000000001},"min":{"1min":0.79800000000000004,"5min":0.79800000000000004,"15min":0.79800000000000004},"max":{"1min":1.4650000000000001,"5min":2.5680000000000001,"15min":2.5680000000000001},"last":1.417}]},{"osd":7,"last update":"Thu Mar 21 12:54:03 2024","interfaces":[{"interface":"back","average":{"1min":1.089,"5min":1.1850000000000001,"15min":1.2010000000000001},"min":{"1min":0.78900000000000003,"5min":0.78900000000000003,"15min":0.78900000000000003},"max":{"1min":1.4510000000000001,"5min":2.4790000000000001,"15min":2.4790000000000001},"last":1.3049999999999999},{"interface":"front","average":{"1min":1.2589999999999999,"5min":1.327,"15min":1.339},"min":{"1min":0.97999999999999998,"5min":0.97999999999999998,"15min":0.97999999999999998},"max":{"1min":1.585,"5min":2.8149999999999999,"15min":2.8149999999999999},"last":1.4330000000000001}]}]},{"osd":2,"up_from":18,"seq":77309411394,"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":"Thu Mar 21 12:53:54 2024","interfaces":[{"interface":"back","average":{"1min":0.70899999999999996,"5min":0.68100000000000005,"15min":0.625},"min":{"1min":0.46899999999999997,"5min":0.40300000000000002,"15min":0.40300000000000002},"max":{"1min":1.032,"5min":1.032,"15min":1.032},"last":0.74199999999999999},{"interface":"front","average":{"1min":0.75700000000000001,"5min":0.74399999999999999,"15min":0.66000000000000003},"min":{"1min":0.54400000000000004,"5min":0.48099999999999998,"15min":0.48099999999999998},"max":{"1min":1.105,"5min":1.129,"15min":1.129},"last":0.71099999999999997}]},{"osd":1,"last update":"Thu Mar 21 12:53:54 2024","interfaces":[{"interface":"back","average":{"1min":0.78700000000000003,"5min":0.79000000000000004,"15min":0.746},"min":{"1min":0.55300000000000005,"5min":0.45600000000000002,"15min":0.45600000000000002},"max":{"1min":1.0800000000000001,"5min":1.226,"15min":1.226},"last":0.86699999999999999},{"interface":"front","average":{"1min":0.79200000000000004,"5min":0.76000000000000001,"15min":0.72799999999999998},"min":{"1min":0.51300000000000001,"5min":0.48799999999999999,"15min":0.48799999999999999},"max":{"1min":1.1100000000000001,"5min":1.252,"15min":1.252},"last":0.69299999999999995}]},{"osd":3,"last update":"Thu Mar 21 12:53:30 2024","interfaces":[{"interface":"back","average":{"1min":0.89400000000000002,"5min":0.86399999999999999,"15min":0.84699999999999998},"min":{"1min":0.58499999999999996,"5min":0.48999999999999999,"15min":0.48999999999999999},"max":{"1min":1.2090000000000001,"5min":1.2090000000000001,"15min":1.2090000000000001},"last":1.228},{"interface":"front","average":{"1min":0.90300000000000002,"5min":0.873,"15min":0.86599999999999999},"min":{"1min":0.65900000000000003,"5min":0.57699999999999996,"15min":0.57699999999999996},"max":{"1min":1.3280000000000001,"5min":1.3280000000000001,"15min":1.3280000000000001},"last":0.79200000000000004}]},{"osd":4,"last update":"Thu Mar 21 12:54:01 2024","interfaces":[{"interface":"back","average":{"1min":1.0600000000000001,"5min":1.113,"15min":1.0900000000000001},"min":{"1min":0.66300000000000003,"5min":0.66300000000000003,"15min":0.66300000000000003},"max":{"1min":1.7589999999999999,"5min":3.536,"15min":3.536},"last":1.371},{"interface":"front","average":{"1min":1.095,"5min":1.101,"15min":1.0660000000000001},"min":{"1min":0.80000000000000004,"5min":0.75600000000000001,"15min":0.75600000000000001},"max":{"1min":1.6459999999999999,"5min":3.5049999999999999,"15min":3.5049999999999999},"last":1.129}]},{"osd":5,"last update":"Thu Mar 21 12:53:39 2024","interfaces":[{"interface":"back","average":{"1min":1.0389999999999999,"5min":1.0920000000000001,"15min":1.0680000000000001},"min":{"1min":0.81200000000000006,"5min":0.72599999999999998,"15min":0.72599999999999998},"max":{"1min":1.373,"5min":3.25,"15min":3.25},"last":1.214},{"interface":"front","average":{"1min":1.1080000000000001,"5min":1.1539999999999999,"15min":1.123},"min":{"1min":0.68100000000000005,"5min":0.68100000000000005,"15min":0.68100000000000005},"max":{"1min":1.621,"5min":3.3679999999999999,"15min":3.3679999999999999},"last":1.4219999999999999}]},{"osd":6,"last update":"Thu Mar 21 12:53:21 2024","interfaces":[{"interface":"back","average":{"1min":1.1180000000000001,"5min":1.181,"15min":1.1910000000000001},"min":{"1min":0.80900000000000005,"5min":0.80900000000000005,"15min":0.80900000000000005},"max":{"1min":1.5389999999999999,"5min":1.5389999999999999,"15min":1.5389999999999999},"last":1.1519999999999999},{"interface":"front","average":{"1min":1.153,"5min":1.252,"15min":1.268},"min":{"1min":0.92800000000000005,"5min":0.79700000000000004,"15min":0.79700000000000004},"max":{"1min":1.597,"5min":3.4740000000000002,"15min":3.4740000000000002},"last":1.27}]},{"osd":7,"last update":"Thu Mar 21 12:53:58 2024","interfaces":[{"interface":"back","average":{"1min":1.1950000000000001,"5min":1.351,"15min":1.377},"min":{"1min":0.82199999999999995,"5min":0.82199999999999995,"15min":0.82199999999999995},"max":{"1min":1.72,"5min":3.2949999999999999,"15min":3.2949999999999999},"last":1.4650000000000001},{"interface":"front","average":{"1min":1.1850000000000001,"5min":1.2809999999999999,"15min":1.2969999999999999},"min":{"1min":0.85999999999999999,"5min":0.78700000000000003,"15min":0.78700000000000003},"max":{"1min":1.4910000000000001,"5min":3.1629999999999998,"15min":3.1629999999999998},"last":1.206}]}]},{"osd":3,"up_from":25,"seq":107374182457,"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":"Thu Mar 21 12:53:30 2024","interfaces":[{"interface":"back","average":{"1min":0.73099999999999998,"5min":0.71499999999999997,"15min":0.70299999999999996},"min":{"1min":0.41199999999999998,"5min":0.30099999999999999,"15min":0.30099999999999999},"max":{"1min":1.1459999999999999,"5min":1.286,"15min":1.286},"last":0.67000000000000004},{"interface":"front","average":{"1min":0.80000000000000004,"5min":0.75600000000000001,"15min":0.73799999999999999},"min":{"1min":0.60799999999999998,"5min":0.32500000000000001,"15min":0.32500000000000001},"max":{"1min":0.98499999999999999,"5min":1.0229999999999999,"15min":1.0229999999999999},"last":0.94799999999999995}]},{"osd":1,"last update":"Thu Mar 21 12:53:30 2024","interfaces":[{"interface":"back","average":{"1min":0.78400000000000003,"5min":0.75800000000000001,"15min":0.74099999999999999},"min":{"1min":0.375,"5min":0.375,"15min":0.375},"max":{"1min":1.1919999999999999,"5min":1.1919999999999999,"15min":1.1919999999999999},"last":0.75700000000000001},{"interface":"front","average":{"1min":0.81499999999999995,"5min":0.78500000000000003,"15min":0.79500000000000004},"min":{"1min":0.42799999999999999,"5min":0.42299999999999999,"15min":0.42299999999999999},"max":{"1min":1.167,"5min":1.5089999999999999,"15min":1.5089999999999999},"last":1.0309999999999999}]},{"osd":2,"last update":"Thu Mar 21 12:53:30 2024","interfaces":[{"interface":"back","average":{"1min":0.89600000000000002,"5min":0.85299999999999998,"15min":0.85099999999999998},"min":{"1min":0.48599999999999999,"5min":0.48599999999999999,"15min":0.48599999999999999},"max":{"1min":1.1819999999999999,"5min":1.597,"15min":1.597},"last":1.246},{"interface":"front","average":{"1min":0.875,"5min":0.83699999999999997,"15min":0.82499999999999996},"min":{"1min":0.61699999999999999,"5min":0.57399999999999995,"15min":0.57399999999999995},"max":{"1min":1.216,"5min":1.216,"15min":1.216},"last":0.997}]},{"osd":4,"last update":"Thu Mar 21 12:54:04 2024","interfaces":[{"interface":"back","average":{"1min":1.0900000000000001,"5min":1.0229999999999999,"15min":0.98099999999999998},"min":{"1min":0.79900000000000004,"5min":0.47099999999999997,"15min":0.47099999999999997},"max":{"1min":1.385,"5min":1.3899999999999999,"15min":1.3899999999999999},"last":1.1839999999999999},{"interface":"front","average":{"1min":1.028,"5min":1.0449999999999999,"15min":1.022},"min":{"1min":0.77100000000000002,"5min":0.63600000000000001,"15min":0.63600000000000001},"max":{"1min":1.339,"5min":1.411,"15min":1.411},"last":1.304}]},{"osd":5,"last update":"Thu Mar 21 12:53:42 2024","interfaces":[{"interface":"back","average":{"1min":1.0640000000000001,"5min":1.052,"15min":1.052},"min":{"1min":0.82999999999999996,"5min":0.76800000000000002,"15min":0.76800000000000002},"max":{"1min":1.4079999999999999,"5min":1.456,"15min":1.456},"last":1.4119999999999999},{"interface":"front","average":{"1min":1.089,"5min":1.0720000000000001,"15min":1.069},"min":{"1min":0.747,"5min":0.69499999999999995,"15min":0.69499999999999995},"max":{"1min":1.5229999999999999,"5min":1.5229999999999999,"15min":1.5229999999999999},"last":1.4419999999999999}]},{"osd":6,"last update":"Thu Mar 21 12:53:18 2024","interfaces":[{"interface":"back","average":{"1min":1.079,"5min":1.147,"15min":1.1579999999999999},"min":{"1min":0.53300000000000003,"5min":0.53300000000000003,"15min":0.53300000000000003},"max":{"1min":1.423,"5min":1.546,"15min":1.546},"last":1.343},{"interface":"front","average":{"1min":1.1439999999999999,"5min":1.196,"15min":1.2050000000000001},"min":{"1min":0.72499999999999998,"5min":0.72499999999999998,"15min":0.72499999999999998},"max":{"1min":1.4850000000000001,"5min":1.7410000000000001,"15min":1.7410000000000001},"last":1.1990000000000001}]},{"osd":7,"last update":"Thu Mar 21 12:53:58 2024","interfaces":[{"interface":"back","average":{"1min":1.173,"5min":1.119,"15min":1.1100000000000001},"min":{"1min":0.91900000000000004,"5min":0.79500000000000004,"15min":0.79500000000000004},"max":{"1min":1.6100000000000001,"5min":1.6100000000000001,"15min":1.6100000000000001},"last":1.3660000000000001},{"interface":"front","average":{"1min":1.2749999999999999,"5min":1.206,"15min":1.194},"min":{"1min":0.82799999999999996,"5min":0.65900000000000003,"15min":0.65900000000000003},"max":{"1min":1.585,"5min":1.585,"15min":1.585},"last":1.393}]}]},{"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":"Thu Mar 21 12:54:04 2024","interfaces":[{"interface":"back","average":{"1min":0.94399999999999995,"5min":0.90600000000000003,"15min":0.872},"min":{"1min":0.68400000000000005,"5min":0.52300000000000002,"15min":0.52300000000000002},"max":{"1min":1.7330000000000001,"5min":1.7330000000000001,"15min":1.7330000000000001},"last":1.7330000000000001},{"interface":"front","average":{"1min":0.95199999999999996,"5min":0.90800000000000003,"15min":0.86899999999999999},"min":{"1min":0.45600000000000002,"5min":0.45600000000000002,"15min":0.45600000000000002},"max":{"1min":1.889,"5min":1.889,"15min":1.889},"last":1.0680000000000001}]},{"osd":1,"last update":"Thu Mar 21 12:54:04 2024","interfaces":[{"interface":"back","average":{"1min":0.94199999999999995,"5min":0.89300000000000002,"15min":0.86499999999999999},"min":{"1min":0.66000000000000003,"5min":0.57499999999999996,"15min":0.57499999999999996},"max":{"1min":1.3660000000000001,"5min":1.3660000000000001,"15min":1.3660000000000001},"last":1.1020000000000001},{"interface":"front","average":{"1min":0.97399999999999998,"5min":0.93000000000000005,"15min":0.871},"min":{"1min":0.58399999999999996,"5min":0.56599999999999995,"15min":0.56599999999999995},"max":{"1min":1.8420000000000001,"5min":1.8420000000000001,"15min":1.8420000000000001},"last":1.8420000000000001}]},{"osd":2,"last update":"Thu Mar 21 12:54:04 2024","interfaces":[{"interface":"back","average":{"1min":0.998,"5min":0.94899999999999995,"15min":0.88300000000000001},"min":{"1min":0.65300000000000002,"5min":0.63500000000000001,"15min":0.63500000000000001},"max":{"1min":1.931,"5min":1.931,"15min":1.931},"last":1.931},{"interface":"front","average":{"1min":1.069,"5min":0.98899999999999999,"15min":0.93999999999999995},"min":{"1min":0.623,"5min":0.623,"15min":0.623},"max":{"1min":2.2589999999999999,"5min":2.2589999999999999,"15min":2.2589999999999999},"last":1.651}]},{"osd":3,"last update":"Thu Mar 21 12:54:04 2024","interfaces":[{"interface":"back","average":{"1min":1.0629999999999999,"5min":0.98599999999999999,"15min":0.96899999999999997},"min":{"1min":0.53300000000000003,"5min":0.53300000000000003,"15min":0.53300000000000003},"max":{"1min":2.3610000000000002,"5min":2.3610000000000002,"15min":2.3610000000000002},"last":1.3280000000000001},{"interface":"front","average":{"1min":0.98999999999999999,"5min":0.97299999999999998,"15min":0.94299999999999995},"min":{"1min":0.72199999999999998,"5min":0.72199999999999998,"15min":0.72199999999999998},"max":{"1min":2.0129999999999999,"5min":2.0129999999999999,"15min":2.0129999999999999},"last":1.1890000000000001}]},{"osd":5,"last update":"Thu Mar 21 12:53:44 2024","interfaces":[{"interface":"back","average":{"1min":0.98899999999999999,"5min":0.97799999999999998,"15min":0.94699999999999995},"min":{"1min":0.68999999999999995,"5min":0.64000000000000001,"15min":0.64000000000000001},"max":{"1min":2.0720000000000001,"5min":2.0720000000000001,"15min":2.0720000000000001},"last":1.5049999999999999},{"interface":"front","average":{"1min":0.99199999999999999,"5min":0.93999999999999995,"15min":0.90300000000000002},"min":{"1min":0.59899999999999998,"5min":0.59899999999999998,"15min":0.59899999999999998},"max":{"1min":1.8460000000000001,"5min":1.8460000000000001,"15min":1.8460000000000001},"last":1.3100000000000001}]},{"osd":6,"last update":"Thu Mar 21 12:53:19 2024","interfaces":[{"interface":"back","average":{"1min":1.095,"5min":1.107,"15min":1.109},"min":{"1min":0.61799999999999999,"5min":0.61799999999999999,"15min":0.61799999999999999},"max":{"1min":1.6639999999999999,"5min":1.6639999999999999,"15min":1.6639999999999999},"last":2.1880000000000002},{"interface":"front","average":{"1min":1.0580000000000001,"5min":1.1919999999999999,"15min":1.214},"min":{"1min":0.625,"5min":0.625,"15min":0.625},"max":{"1min":1.298,"5min":1.4870000000000001,"15min":1.4870000000000001},"last":1.9870000000000001}]},{"osd":7,"last update":"Thu Mar 21 12:54:00 2024","interfaces":[{"interface":"back","average":{"1min":1.181,"5min":1.1870000000000001,"15min":1.1879999999999999},"min":{"1min":0.66800000000000004,"5min":0.66800000000000004,"15min":0.66800000000000004},"max":{"1min":2.1379999999999999,"5min":2.1379999999999999,"15min":2.1379999999999999},"last":1.3839999999999999},{"interface":"front","average":{"1min":1.2529999999999999,"5min":1.2749999999999999,"15min":1.2789999999999999},"min":{"1min":0.94999999999999996,"5min":0.874,"15min":0.874},"max":{"1min":1.948,"5min":1.948,"15min":1.948},"last":2.0209999999999999}]}]},{"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":5692,"kb_used_data":564,"kb_used_omap":0,"kb_used_meta":5120,"kb_avail":93739460,"statfs":{"total":95995035648,"available":95989207040,"internally_reserved":0,"allocated":577536,"data_stored":237518,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5242880},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Mar 21 12:53:43 2024","interfaces":[{"interface":"back","average":{"1min":0.92200000000000004,"5min":0.90800000000000003,"15min":0.91800000000000004},"min":{"1min":0.63,"5min":0.32800000000000001,"15min":0.32800000000000001},"max":{"1min":1.294,"5min":1.3720000000000001,"15min":1.3720000000000001},"last":0.79400000000000004},{"interface":"front","average":{"1min":1.0049999999999999,"5min":0.91200000000000003,"15min":0.89800000000000002},"min":{"1min":0.67200000000000004,"5min":0.41599999999999998,"15min":0.41599999999999998},"max":{"1min":1.452,"5min":1.452,"15min":1.452},"last":1.1830000000000001}]},{"osd":1,"last update":"Thu Mar 21 12:53:43 2024","interfaces":[{"interface":"back","average":{"1min":1.0669999999999999,"5min":0.94699999999999995,"15min":0.93200000000000005},"min":{"1min":0.71999999999999997,"5min":0.48099999999999998,"15min":0.48099999999999998},"max":{"1min":1.4530000000000001,"5min":1.4530000000000001,"15min":1.4530000000000001},"last":0.88},{"interface":"front","average":{"1min":0.96799999999999997,"5min":0.95899999999999996,"15min":0.96299999999999997},"min":{"1min":0.71599999999999997,"5min":0.50900000000000001,"15min":0.50900000000000001},"max":{"1min":1.2809999999999999,"5min":1.5129999999999999,"15min":1.5129999999999999},"last":0.84399999999999997}]},{"osd":2,"last update":"Thu Mar 21 12:53:43 2024","interfaces":[{"interface":"back","average":{"1min":1.0349999999999999,"5min":0.96299999999999997,"15min":0.96499999999999997},"min":{"1min":0.64500000000000002,"5min":0.51100000000000001,"15min":0.51100000000000001},"max":{"1min":1.3169999999999999,"5min":2.077,"15min":2.077},"last":1.0409999999999999},{"interface":"front","average":{"1min":1.0669999999999999,"5min":1.026,"15min":1.018},"min":{"1min":0.66000000000000003,"5min":0.53100000000000003,"15min":0.53100000000000003},"max":{"1min":1.3640000000000001,"5min":1.3640000000000001,"15min":1.3640000000000001},"last":1.0029999999999999}]},{"osd":3,"last update":"Thu Mar 21 12:53:43 2024","interfaces":[{"interface":"back","average":{"1min":1.083,"5min":1.002,"15min":1.01},"min":{"1min":0.83799999999999997,"5min":0.53900000000000003,"15min":0.53900000000000003},"max":{"1min":1.4410000000000001,"5min":1.4410000000000001,"15min":1.4410000000000001},"last":0.93500000000000005},{"interface":"front","average":{"1min":1.1399999999999999,"5min":1.0569999999999999,"15min":1.0469999999999999},"min":{"1min":0.81499999999999995,"5min":0.67100000000000004,"15min":0.67100000000000004},"max":{"1min":1.6060000000000001,"5min":1.6060000000000001,"15min":1.6060000000000001},"last":1.276}]},{"osd":4,"last update":"Thu Mar 21 12:53:43 2024","interfaces":[{"interface":"back","average":{"1min":1.0209999999999999,"5min":0.88400000000000001,"15min":0.86399999999999999},"min":{"1min":0.56799999999999995,"5min":0.46700000000000003,"15min":0.46700000000000003},"max":{"1min":1.327,"5min":1.3400000000000001,"15min":1.3400000000000001},"last":0.98299999999999998},{"interface":"front","average":{"1min":1.137,"5min":0.97699999999999998,"15min":0.94199999999999995},"min":{"1min":0.752,"5min":0.56799999999999995,"15min":0.56799999999999995},"max":{"1min":1.6060000000000001,"5min":1.6060000000000001,"15min":1.6060000000000001},"last":1.141}]},{"osd":6,"last update":"Thu Mar 21 12:53:23 2024","interfaces":[{"interface":"back","average":{"1min":0.99199999999999999,"5min":1.0089999999999999,"15min":1.012},"min":{"1min":0.625,"5min":0.625,"15min":0.625},"max":{"1min":1.369,"5min":1.407,"15min":1.407},"last":1.026},{"interface":"front","average":{"1min":1.22,"5min":1.1639999999999999,"15min":1.155},"min":{"1min":0.75600000000000001,"5min":0.75600000000000001,"15min":0.75600000000000001},"max":{"1min":1.5700000000000001,"5min":1.5700000000000001,"15min":1.5700000000000001},"last":1.3420000000000001}]},{"osd":7,"last update":"Thu Mar 21 12:54:02 2024","interfaces":[{"interface":"back","average":{"1min":1.2789999999999999,"5min":1.2190000000000001,"15min":1.2090000000000001},"min":{"1min":0.78600000000000003,"5min":0.57999999999999996,"15min":0.57999999999999996},"max":{"1min":1.6919999999999999,"5min":1.6919999999999999,"15min":1.6919999999999999},"last":1.409},{"interface":"front","average":{"1min":1.1970000000000001,"5min":1.109,"15min":1.0940000000000001},"min":{"1min":0.79300000000000004,"5min":0.47699999999999998,"15min":0.47699999999999998},"max":{"1min":1.522,"5min":1.522,"15min":1.522},"last":1.25}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":6,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-03-21T12:54:10.498 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-03-21T12:54:10.498 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-03-21T12:54:10.498 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-03-21T12:54:10.498 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid a94f249e-e780-11ee-95cd-87774f69a715 -- ceph health --format=json 2024-03-21T12:54:11.322 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:54:11 smithi184 bash[14608]: audit 2024-03-21T12:54:09.828540+0000 mgr.y (mgr.24355) 95 : audit [DBG] from='client.24535 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T12:54:11.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:54:11 smithi184 bash[14608]: audit 2024-03-21T12:54:10.069270+0000 mon.a (mon.0) 919 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:54:11.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:54:11 smithi184 bash[14608]: audit 2024-03-21T12:54:10.075302+0000 mon.a (mon.0) 920 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:54:11.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:54:11 smithi184 bash[14608]: cluster 2024-03-21T12:54:10.518380+0000 mgr.y (mgr.24355) 96 : cluster [DBG] pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:54:11.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:54:11 smithi178 bash[14494]: audit 2024-03-21T12:54:09.828540+0000 mgr.y (mgr.24355) 95 : audit [DBG] from='client.24535 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T12:54:11.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:54:11 smithi178 bash[14494]: audit 2024-03-21T12:54:10.069270+0000 mon.a (mon.0) 919 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:54:11.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:54:11 smithi178 bash[14494]: audit 2024-03-21T12:54:10.075302+0000 mon.a (mon.0) 920 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:54:11.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:54:11 smithi178 bash[14494]: cluster 2024-03-21T12:54:10.518380+0000 mgr.y (mgr.24355) 96 : cluster [DBG] pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:54:11.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:54:11 smithi178 bash[20270]: audit 2024-03-21T12:54:09.828540+0000 mgr.y (mgr.24355) 95 : audit [DBG] from='client.24535 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T12:54:11.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:54:11 smithi178 bash[20270]: audit 2024-03-21T12:54:10.069270+0000 mon.a (mon.0) 919 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:54:11.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:54:11 smithi178 bash[20270]: audit 2024-03-21T12:54:10.075302+0000 mon.a (mon.0) 920 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:54:11.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:54:11 smithi178 bash[20270]: cluster 2024-03-21T12:54:10.518380+0000 mgr.y (mgr.24355) 96 : cluster [DBG] pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:54:13.235 INFO:teuthology.orchestra.run.smithi178.stderr:Inferring config /var/lib/ceph/a94f249e-e780-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T12:54:14.046 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:54:13 smithi178 bash[14766]: 172.21.15.178 - - [21/Mar/2024:12:54:13] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2024-03-21T12:54:14.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:54:13 smithi178 bash[14494]: cluster 2024-03-21T12:54:12.519051+0000 mgr.y (mgr.24355) 97 : cluster [DBG] pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:54:14.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:54:13 smithi178 bash[14494]: audit 2024-03-21T12:54:13.552567+0000 mon.a (mon.0) 921 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:54:14.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:54:13 smithi178 bash[14494]: audit 2024-03-21T12:54:13.559967+0000 mon.a (mon.0) 922 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:54:14.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:54:13 smithi178 bash[20270]: cluster 2024-03-21T12:54:12.519051+0000 mgr.y (mgr.24355) 97 : cluster [DBG] pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:54:14.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:54:13 smithi178 bash[20270]: audit 2024-03-21T12:54:13.552567+0000 mon.a (mon.0) 921 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:54:14.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:54:13 smithi178 bash[20270]: audit 2024-03-21T12:54:13.559967+0000 mon.a (mon.0) 922 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:54:14.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:54:13 smithi184 bash[14608]: cluster 2024-03-21T12:54:12.519051+0000 mgr.y (mgr.24355) 97 : cluster [DBG] pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:54:14.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:54:13 smithi184 bash[14608]: audit 2024-03-21T12:54:13.552567+0000 mon.a (mon.0) 921 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:54:14.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:54:13 smithi184 bash[14608]: audit 2024-03-21T12:54:13.559967+0000 mon.a (mon.0) 922 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:54:15.046 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:54:14 smithi178 bash[14766]: ::ffff:172.21.15.184 - - [21/Mar/2024:12:54:14] "GET /metrics HTTP/1.1" 200 191581 "" "Prometheus/2.33.4" 2024-03-21T12:54:15.572 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 12:54:15 smithi184 bash[15792]: ::ffff:172.21.15.184 - - [21/Mar/2024:12:54:15] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-21T12:54:15.901 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:54:15 smithi178 bash[14494]: cluster 2024-03-21T12:54:14.519697+0000 mgr.y (mgr.24355) 98 : cluster [DBG] pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:54:15.902 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:54:15 smithi178 bash[20270]: cluster 2024-03-21T12:54:14.519697+0000 mgr.y (mgr.24355) 98 : cluster [DBG] pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:54:16.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:54:15 smithi184 bash[14608]: cluster 2024-03-21T12:54:14.519697+0000 mgr.y (mgr.24355) 98 : cluster [DBG] pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:54:16.586 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-03-21T12:54:16.586 INFO:teuthology.orchestra.run.smithi178.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-03-21T12:54:17.591 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-03-21T12:54:17.592 INFO:tasks.cephadm:Setup complete, yielding 2024-03-21T12:54:17.592 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-03-21T12:54:17.602 INFO:tasks.cephadm:Running commands on role mon.a host ubuntu@smithi178.front.sepia.ceph.com 2024-03-21T12:54:17.603 DEBUG:teuthology.orchestra.run.smithi178:> 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 a94f249e-e780-11ee-95cd-87774f69a715 -- bash -c 'ceph config set mgr mgr/cephadm/use_repo_digest false --force' 2024-03-21T12:54:17.616 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:54:17 smithi178 bash[14494]: cluster 2024-03-21T12:54:16.520178+0000 mgr.y (mgr.24355) 99 : cluster [DBG] pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:54:17.616 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:54:17 smithi178 bash[14494]: audit 2024-03-21T12:54:16.584390+0000 mon.c (mon.1) 20 : audit [DBG] from='client.? 172.21.15.178:0/3318176224' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-03-21T12:54:17.616 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:54:17 smithi178 bash[20270]: cluster 2024-03-21T12:54:16.520178+0000 mgr.y (mgr.24355) 99 : cluster [DBG] pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:54:17.616 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:54:17 smithi178 bash[20270]: audit 2024-03-21T12:54:16.584390+0000 mon.c (mon.1) 20 : audit [DBG] from='client.? 172.21.15.178:0/3318176224' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-03-21T12:54:18.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:54:17 smithi184 bash[14608]: cluster 2024-03-21T12:54:16.520178+0000 mgr.y (mgr.24355) 99 : cluster [DBG] pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:54:18.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:54:17 smithi184 bash[14608]: audit 2024-03-21T12:54:16.584390+0000 mon.c (mon.1) 20 : audit [DBG] from='client.? 172.21.15.178:0/3318176224' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-03-21T12:54:20.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:54:19 smithi178 bash[14494]: cluster 2024-03-21T12:54:18.520744+0000 mgr.y (mgr.24355) 100 : cluster [DBG] pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:54:20.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:54:19 smithi178 bash[20270]: cluster 2024-03-21T12:54:18.520744+0000 mgr.y (mgr.24355) 100 : cluster [DBG] pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:54:20.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:54:19 smithi184 bash[14608]: cluster 2024-03-21T12:54:18.520744+0000 mgr.y (mgr.24355) 100 : cluster [DBG] pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:54:21.296 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:54:21 smithi178 bash[20270]: cluster 2024-03-21T12:54:20.521313+0000 mgr.y (mgr.24355) 101 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:54:21.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:54:21 smithi178 bash[14494]: cluster 2024-03-21T12:54:20.521313+0000 mgr.y (mgr.24355) 101 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:54:21.572 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:54:21 smithi184 bash[14608]: cluster 2024-03-21T12:54:20.521313+0000 mgr.y (mgr.24355) 101 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:54:21.919 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-03-21T12:54:21.928 INFO:tasks.cephadm:Running commands on role mon.a host ubuntu@smithi178.front.sepia.ceph.com 2024-03-21T12:54:21.928 DEBUG:teuthology.orchestra.run.smithi178:> 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 a94f249e-e780-11ee-95cd-87774f69a715 -e sha1=960fbbe4645c2becc8084669be194c95183c7753 -- bash -c 'radosgw-admin realm create --rgw-realm=r --default' 2024-03-21T12:54:22.514 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:54:22 smithi184 bash[14608]: audit 2024-03-21T12:54:21.307798+0000 mon.a (mon.0) 923 : audit [INF] from='client.? ' entity='client.admin' 2024-03-21T12:54:22.514 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:54:22 smithi184 bash[14608]: audit 2024-03-21T12:54:21.343705+0000 mon.a (mon.0) 924 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:54:22.514 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:54:22 smithi184 bash[14608]: audit 2024-03-21T12:54:21.344906+0000 mon.a (mon.0) 925 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:54:22.514 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:54:22 smithi184 bash[14608]: audit 2024-03-21T12:54:21.353756+0000 mon.a (mon.0) 926 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:54:22.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:54:22 smithi178 bash[14494]: audit 2024-03-21T12:54:21.307798+0000 mon.a (mon.0) 923 : audit [INF] from='client.? ' entity='client.admin' 2024-03-21T12:54:22.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:54:22 smithi178 bash[14494]: audit 2024-03-21T12:54:21.343705+0000 mon.a (mon.0) 924 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:54:22.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:54:22 smithi178 bash[14494]: audit 2024-03-21T12:54:21.344906+0000 mon.a (mon.0) 925 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:54:22.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:54:22 smithi178 bash[14494]: audit 2024-03-21T12:54:21.353756+0000 mon.a (mon.0) 926 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:54:22.547 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:54:22 smithi178 bash[20270]: audit 2024-03-21T12:54:21.307798+0000 mon.a (mon.0) 923 : audit [INF] from='client.? ' entity='client.admin' 2024-03-21T12:54:22.547 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:54:22 smithi178 bash[20270]: audit 2024-03-21T12:54:21.343705+0000 mon.a (mon.0) 924 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:54:22.547 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:54:22 smithi178 bash[20270]: audit 2024-03-21T12:54:21.344906+0000 mon.a (mon.0) 925 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:54:22.547 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:54:22 smithi178 bash[20270]: audit 2024-03-21T12:54:21.353756+0000 mon.a (mon.0) 926 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:54:23.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:54:23 smithi178 bash[14494]: cluster 2024-03-21T12:54:22.521926+0000 mgr.y (mgr.24355) 102 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:54:23.547 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:54:23 smithi178 bash[20270]: cluster 2024-03-21T12:54:22.521926+0000 mgr.y (mgr.24355) 102 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:54:23.572 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:54:23 smithi184 bash[14608]: cluster 2024-03-21T12:54:22.521926+0000 mgr.y (mgr.24355) 102 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:54:25.035 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:54:24 smithi178 bash[14766]: ::ffff:172.21.15.184 - - [21/Mar/2024:12:54:24] "GET /metrics HTTP/1.1" 200 191579 "" "Prometheus/2.33.4" 2024-03-21T12:54:25.037 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:54:25 smithi178 bash[14494]: cluster 2024-03-21T12:54:24.522636+0000 mgr.y (mgr.24355) 103 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:54:25.037 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:54:25 smithi178 bash[14494]: audit 2024-03-21T12:54:24.972584+0000 mon.a (mon.0) 927 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-21T12:54:25.037 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:54:25 smithi178 bash[14494]: audit 2024-03-21T12:54:24.973261+0000 mon.a (mon.0) 928 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-21T12:54:25.297 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:54:25 smithi178 bash[20270]: cluster 2024-03-21T12:54:24.522636+0000 mgr.y (mgr.24355) 103 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:54:25.297 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:54:25 smithi178 bash[20270]: audit 2024-03-21T12:54:24.972584+0000 mon.a (mon.0) 927 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-21T12:54:25.297 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:54:25 smithi178 bash[20270]: audit 2024-03-21T12:54:24.973261+0000 mon.a (mon.0) 928 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-21T12:54:25.322 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 12:54:25 smithi184 bash[15792]: ::ffff:172.21.15.184 - - [21/Mar/2024:12:54:25] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-21T12:54:25.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:54:25 smithi184 bash[14608]: cluster 2024-03-21T12:54:24.522636+0000 mgr.y (mgr.24355) 103 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:54:25.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:54:25 smithi184 bash[14608]: audit 2024-03-21T12:54:24.972584+0000 mon.a (mon.0) 927 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-21T12:54:25.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:54:25 smithi184 bash[14608]: audit 2024-03-21T12:54:24.973261+0000 mon.a (mon.0) 928 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-21T12:54:26.076 INFO:teuthology.orchestra.run.smithi178.stdout:{ 2024-03-21T12:54:26.076 INFO:teuthology.orchestra.run.smithi178.stdout: "id": "28dfa500-2921-44b1-b741-d614736567e6", 2024-03-21T12:54:26.076 INFO:teuthology.orchestra.run.smithi178.stdout: "name": "r", 2024-03-21T12:54:26.076 INFO:teuthology.orchestra.run.smithi178.stdout: "current_period": "5e0252e6-37b7-4e25-b081-91fa66e025c4", 2024-03-21T12:54:26.076 INFO:teuthology.orchestra.run.smithi178.stdout: "epoch": 1 2024-03-21T12:54:26.076 INFO:teuthology.orchestra.run.smithi178.stdout:} 2024-03-21T12:54:26.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:54:26 smithi178 bash[14494]: cluster 2024-03-21T12:54:25.029428+0000 mon.a (mon.0) 929 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2024-03-21T12:54:26.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:54:26 smithi178 bash[14494]: audit 2024-03-21T12:54:25.039023+0000 mon.c (mon.1) 21 : audit [INF] from='client.? 172.21.15.178:0/3710772856' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-03-21T12:54:26.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:54:26 smithi178 bash[14494]: audit 2024-03-21T12:54:25.039761+0000 mon.a (mon.0) 930 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-03-21T12:54:26.297 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:54:26 smithi178 bash[20270]: cluster 2024-03-21T12:54:25.029428+0000 mon.a (mon.0) 929 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2024-03-21T12:54:26.297 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:54:26 smithi178 bash[20270]: audit 2024-03-21T12:54:25.039023+0000 mon.c (mon.1) 21 : audit [INF] from='client.? 172.21.15.178:0/3710772856' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-03-21T12:54:26.297 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:54:26 smithi178 bash[20270]: audit 2024-03-21T12:54:25.039761+0000 mon.a (mon.0) 930 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-03-21T12:54:26.322 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:54:26 smithi184 bash[14608]: cluster 2024-03-21T12:54:25.029428+0000 mon.a (mon.0) 929 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2024-03-21T12:54:26.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:54:26 smithi184 bash[14608]: audit 2024-03-21T12:54:25.039023+0000 mon.c (mon.1) 21 : audit [INF] from='client.? 172.21.15.178:0/3710772856' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-03-21T12:54:26.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:54:26 smithi184 bash[14608]: audit 2024-03-21T12:54:25.039761+0000 mon.a (mon.0) 930 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-03-21T12:54:26.767 DEBUG:teuthology.orchestra.run.smithi178:> 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 a94f249e-e780-11ee-95cd-87774f69a715 -e sha1=960fbbe4645c2becc8084669be194c95183c7753 -- bash -c 'radosgw-admin zonegroup create --rgw-zonegroup=default --master --default' 2024-03-21T12:54:27.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:54:27 smithi178 bash[14494]: audit 2024-03-21T12:54:26.033914+0000 mon.a (mon.0) 931 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-03-21T12:54:27.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:54:27 smithi178 bash[14494]: cluster 2024-03-21T12:54:26.034208+0000 mon.a (mon.0) 932 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2024-03-21T12:54:27.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:54:27 smithi178 bash[14494]: cluster 2024-03-21T12:54:26.523353+0000 mgr.y (mgr.24355) 104 : cluster [DBG] pgmap v72: 33 pgs: 32 creating+peering, 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:54:27.297 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:54:27 smithi178 bash[20270]: audit 2024-03-21T12:54:26.033914+0000 mon.a (mon.0) 931 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-03-21T12:54:27.297 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:54:27 smithi178 bash[20270]: cluster 2024-03-21T12:54:26.034208+0000 mon.a (mon.0) 932 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2024-03-21T12:54:27.297 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:54:27 smithi178 bash[20270]: cluster 2024-03-21T12:54:26.523353+0000 mgr.y (mgr.24355) 104 : cluster [DBG] pgmap v72: 33 pgs: 32 creating+peering, 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:54:27.322 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:54:27 smithi184 bash[14608]: audit 2024-03-21T12:54:26.033914+0000 mon.a (mon.0) 931 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-03-21T12:54:27.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:54:27 smithi184 bash[14608]: cluster 2024-03-21T12:54:26.034208+0000 mon.a (mon.0) 932 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2024-03-21T12:54:27.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:54:27 smithi184 bash[14608]: cluster 2024-03-21T12:54:26.523353+0000 mgr.y (mgr.24355) 104 : cluster [DBG] pgmap v72: 33 pgs: 32 creating+peering, 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:54:28.135 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:54:27 smithi178 bash[14766]: 172.21.15.184 - - [21/Mar/2024:12:54:27] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2024-03-21T12:54:28.135 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:54:28 smithi178 bash[14494]: cluster 2024-03-21T12:54:27.050867+0000 mon.a (mon.0) 933 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2024-03-21T12:54:28.135 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:54:28 smithi178 bash[14494]: audit 2024-03-21T12:54:27.835843+0000 mon.a (mon.0) 934 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:54:28.135 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:54:28 smithi178 bash[14494]: audit 2024-03-21T12:54:27.842768+0000 mon.a (mon.0) 935 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:54:28.136 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:54:28 smithi178 bash[20270]: cluster 2024-03-21T12:54:27.050867+0000 mon.a (mon.0) 933 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2024-03-21T12:54:28.136 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:54:28 smithi178 bash[20270]: audit 2024-03-21T12:54:27.835843+0000 mon.a (mon.0) 934 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:54:28.136 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:54:28 smithi178 bash[20270]: audit 2024-03-21T12:54:27.842768+0000 mon.a (mon.0) 935 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:54:28.322 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:54:28 smithi184 bash[14608]: cluster 2024-03-21T12:54:27.050867+0000 mon.a (mon.0) 933 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2024-03-21T12:54:28.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:54:28 smithi184 bash[14608]: audit 2024-03-21T12:54:27.835843+0000 mon.a (mon.0) 934 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:54:28.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:54:28 smithi184 bash[14608]: audit 2024-03-21T12:54:27.842768+0000 mon.a (mon.0) 935 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:54:29.322 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:54:29 smithi184 bash[14608]: cluster 2024-03-21T12:54:28.524007+0000 mgr.y (mgr.24355) 105 : cluster [DBG] pgmap v74: 33 pgs: 32 creating+peering, 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:54:29.360 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:54:29 smithi178 bash[14494]: cluster 2024-03-21T12:54:28.524007+0000 mgr.y (mgr.24355) 105 : cluster [DBG] pgmap v74: 33 pgs: 32 creating+peering, 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:54:29.361 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:54:29 smithi178 bash[20270]: cluster 2024-03-21T12:54:28.524007+0000 mgr.y (mgr.24355) 105 : cluster [DBG] pgmap v74: 33 pgs: 32 creating+peering, 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:54:29.510 INFO:teuthology.orchestra.run.smithi178.stdout:{ 2024-03-21T12:54:29.510 INFO:teuthology.orchestra.run.smithi178.stdout: "id": "686af88f-3ffc-4f41-ad1c-862baba6a8cf", 2024-03-21T12:54:29.510 INFO:teuthology.orchestra.run.smithi178.stdout: "name": "default", 2024-03-21T12:54:29.510 INFO:teuthology.orchestra.run.smithi178.stdout: "api_name": "default", 2024-03-21T12:54:29.510 INFO:teuthology.orchestra.run.smithi178.stdout: "is_master": "true", 2024-03-21T12:54:29.510 INFO:teuthology.orchestra.run.smithi178.stdout: "endpoints": [], 2024-03-21T12:54:29.510 INFO:teuthology.orchestra.run.smithi178.stdout: "hostnames": [], 2024-03-21T12:54:29.510 INFO:teuthology.orchestra.run.smithi178.stdout: "hostnames_s3website": [], 2024-03-21T12:54:29.510 INFO:teuthology.orchestra.run.smithi178.stdout: "master_zone": "", 2024-03-21T12:54:29.510 INFO:teuthology.orchestra.run.smithi178.stdout: "zones": [], 2024-03-21T12:54:29.511 INFO:teuthology.orchestra.run.smithi178.stdout: "placement_targets": [], 2024-03-21T12:54:29.511 INFO:teuthology.orchestra.run.smithi178.stdout: "default_placement": "", 2024-03-21T12:54:29.511 INFO:teuthology.orchestra.run.smithi178.stdout: "realm_id": "28dfa500-2921-44b1-b741-d614736567e6", 2024-03-21T12:54:29.511 INFO:teuthology.orchestra.run.smithi178.stdout: "sync_policy": { 2024-03-21T12:54:29.511 INFO:teuthology.orchestra.run.smithi178.stdout: "groups": [] 2024-03-21T12:54:29.511 INFO:teuthology.orchestra.run.smithi178.stdout: } 2024-03-21T12:54:29.511 INFO:teuthology.orchestra.run.smithi178.stdout:} 2024-03-21T12:54:30.154 DEBUG:teuthology.orchestra.run.smithi178:> 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 a94f249e-e780-11ee-95cd-87774f69a715 -e sha1=960fbbe4645c2becc8084669be194c95183c7753 -- bash -c 'radosgw-admin zone create --rgw-zonegroup=default --rgw-zone=z --master --default' 2024-03-21T12:54:31.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:54:31 smithi178 bash[14494]: cluster 2024-03-21T12:54:30.524687+0000 mgr.y (mgr.24355) 106 : cluster [DBG] pgmap v75: 33 pgs: 32 creating+peering, 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:54:31.547 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:54:31 smithi178 bash[20270]: cluster 2024-03-21T12:54:30.524687+0000 mgr.y (mgr.24355) 106 : cluster [DBG] pgmap v75: 33 pgs: 32 creating+peering, 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:54:31.572 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:54:31 smithi184 bash[14608]: cluster 2024-03-21T12:54:30.524687+0000 mgr.y (mgr.24355) 106 : cluster [DBG] pgmap v75: 33 pgs: 32 creating+peering, 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:54:33.657 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:54:33 smithi178 bash[14494]: cluster 2024-03-21T12:54:32.525504+0000 mgr.y (mgr.24355) 107 : cluster [DBG] pgmap v76: 33 pgs: 33 active+clean; 578 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 546 B/s rd, 1.5 KiB/s wr, 2 op/s 2024-03-21T12:54:33.893 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:54:33 smithi178 bash[14766]: 172.21.15.178 - - [21/Mar/2024:12:54:33] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2024-03-21T12:54:33.893 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:54:33 smithi178 bash[20270]: cluster 2024-03-21T12:54:32.525504+0000 mgr.y (mgr.24355) 107 : cluster [DBG] pgmap v76: 33 pgs: 33 active+clean; 578 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 546 B/s rd, 1.5 KiB/s wr, 2 op/s 2024-03-21T12:54:34.067 INFO:teuthology.orchestra.run.smithi178.stdout:{ 2024-03-21T12:54:34.067 INFO:teuthology.orchestra.run.smithi178.stdout: "id": "27edbbb1-caae-4875-96a7-70f8c01dde89", 2024-03-21T12:54:34.067 INFO:teuthology.orchestra.run.smithi178.stdout: "name": "z", 2024-03-21T12:54:34.067 INFO:teuthology.orchestra.run.smithi178.stdout: "domain_root": "z.rgw.meta:root", 2024-03-21T12:54:34.067 INFO:teuthology.orchestra.run.smithi178.stdout: "control_pool": "z.rgw.control", 2024-03-21T12:54:34.067 INFO:teuthology.orchestra.run.smithi178.stdout: "gc_pool": "z.rgw.log:gc", 2024-03-21T12:54:34.067 INFO:teuthology.orchestra.run.smithi178.stdout: "lc_pool": "z.rgw.log:lc", 2024-03-21T12:54:34.068 INFO:teuthology.orchestra.run.smithi178.stdout: "log_pool": "z.rgw.log", 2024-03-21T12:54:34.068 INFO:teuthology.orchestra.run.smithi178.stdout: "intent_log_pool": "z.rgw.log:intent", 2024-03-21T12:54:34.068 INFO:teuthology.orchestra.run.smithi178.stdout: "usage_log_pool": "z.rgw.log:usage", 2024-03-21T12:54:34.068 INFO:teuthology.orchestra.run.smithi178.stdout: "roles_pool": "z.rgw.meta:roles", 2024-03-21T12:54:34.068 INFO:teuthology.orchestra.run.smithi178.stdout: "reshard_pool": "z.rgw.log:reshard", 2024-03-21T12:54:34.068 INFO:teuthology.orchestra.run.smithi178.stdout: "user_keys_pool": "z.rgw.meta:users.keys", 2024-03-21T12:54:34.068 INFO:teuthology.orchestra.run.smithi178.stdout: "user_email_pool": "z.rgw.meta:users.email", 2024-03-21T12:54:34.068 INFO:teuthology.orchestra.run.smithi178.stdout: "user_swift_pool": "z.rgw.meta:users.swift", 2024-03-21T12:54:34.068 INFO:teuthology.orchestra.run.smithi178.stdout: "user_uid_pool": "z.rgw.meta:users.uid", 2024-03-21T12:54:34.068 INFO:teuthology.orchestra.run.smithi178.stdout: "otp_pool": "z.rgw.otp", 2024-03-21T12:54:34.068 INFO:teuthology.orchestra.run.smithi178.stdout: "system_key": { 2024-03-21T12:54:34.068 INFO:teuthology.orchestra.run.smithi178.stdout: "access_key": "", 2024-03-21T12:54:34.068 INFO:teuthology.orchestra.run.smithi178.stdout: "secret_key": "" 2024-03-21T12:54:34.068 INFO:teuthology.orchestra.run.smithi178.stdout: }, 2024-03-21T12:54:34.069 INFO:teuthology.orchestra.run.smithi178.stdout: "placement_pools": [ 2024-03-21T12:54:34.069 INFO:teuthology.orchestra.run.smithi178.stdout: { 2024-03-21T12:54:34.069 INFO:teuthology.orchestra.run.smithi178.stdout: "key": "default-placement", 2024-03-21T12:54:34.069 INFO:teuthology.orchestra.run.smithi178.stdout: "val": { 2024-03-21T12:54:34.069 INFO:teuthology.orchestra.run.smithi178.stdout: "index_pool": "z.rgw.buckets.index", 2024-03-21T12:54:34.069 INFO:teuthology.orchestra.run.smithi178.stdout: "storage_classes": { 2024-03-21T12:54:34.069 INFO:teuthology.orchestra.run.smithi178.stdout: "STANDARD": { 2024-03-21T12:54:34.069 INFO:teuthology.orchestra.run.smithi178.stdout: "data_pool": "z.rgw.buckets.data" 2024-03-21T12:54:34.069 INFO:teuthology.orchestra.run.smithi178.stdout: } 2024-03-21T12:54:34.069 INFO:teuthology.orchestra.run.smithi178.stdout: }, 2024-03-21T12:54:34.069 INFO:teuthology.orchestra.run.smithi178.stdout: "data_extra_pool": "z.rgw.buckets.non-ec", 2024-03-21T12:54:34.069 INFO:teuthology.orchestra.run.smithi178.stdout: "index_type": 0 2024-03-21T12:54:34.069 INFO:teuthology.orchestra.run.smithi178.stdout: } 2024-03-21T12:54:34.069 INFO:teuthology.orchestra.run.smithi178.stdout: } 2024-03-21T12:54:34.069 INFO:teuthology.orchestra.run.smithi178.stdout: ], 2024-03-21T12:54:34.069 INFO:teuthology.orchestra.run.smithi178.stdout: "realm_id": "28dfa500-2921-44b1-b741-d614736567e6", 2024-03-21T12:54:34.070 INFO:teuthology.orchestra.run.smithi178.stdout: "notif_pool": "z.rgw.log:notif" 2024-03-21T12:54:34.070 INFO:teuthology.orchestra.run.smithi178.stdout:} 2024-03-21T12:54:34.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:54:33 smithi184 bash[14608]: cluster 2024-03-21T12:54:32.525504+0000 mgr.y (mgr.24355) 107 : cluster [DBG] pgmap v76: 33 pgs: 33 active+clean; 578 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 546 B/s rd, 1.5 KiB/s wr, 2 op/s 2024-03-21T12:54:35.046 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:54:34 smithi178 bash[14766]: ::ffff:172.21.15.184 - - [21/Mar/2024:12:54:34] "GET /metrics HTTP/1.1" 200 191579 "" "Prometheus/2.33.4" 2024-03-21T12:54:35.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:54:34 smithi178 bash[14494]: audit 2024-03-21T12:54:33.685570+0000 mon.a (mon.0) 936 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:54:35.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:54:34 smithi178 bash[14494]: audit 2024-03-21T12:54:33.691755+0000 mon.a (mon.0) 937 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:54:35.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:54:34 smithi178 bash[14494]: cluster 2024-03-21T12:54:34.526173+0000 mgr.y (mgr.24355) 108 : cluster [DBG] pgmap v77: 33 pgs: 33 active+clean; 578 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 482 B/s rd, 1.3 KiB/s wr, 2 op/s 2024-03-21T12:54:35.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:54:34 smithi178 bash[20270]: audit 2024-03-21T12:54:33.685570+0000 mon.a (mon.0) 936 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:54:35.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:54:34 smithi178 bash[20270]: audit 2024-03-21T12:54:33.691755+0000 mon.a (mon.0) 937 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:54:35.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:54:34 smithi178 bash[20270]: cluster 2024-03-21T12:54:34.526173+0000 mgr.y (mgr.24355) 108 : cluster [DBG] pgmap v77: 33 pgs: 33 active+clean; 578 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 482 B/s rd, 1.3 KiB/s wr, 2 op/s 2024-03-21T12:54:35.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:54:34 smithi184 bash[14608]: audit 2024-03-21T12:54:33.685570+0000 mon.a (mon.0) 936 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:54:35.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:54:34 smithi184 bash[14608]: audit 2024-03-21T12:54:33.691755+0000 mon.a (mon.0) 937 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:54:35.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:54:34 smithi184 bash[14608]: cluster 2024-03-21T12:54:34.526173+0000 mgr.y (mgr.24355) 108 : cluster [DBG] pgmap v77: 33 pgs: 33 active+clean; 578 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 482 B/s rd, 1.3 KiB/s wr, 2 op/s 2024-03-21T12:54:35.562 DEBUG:teuthology.orchestra.run.smithi178:> 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 a94f249e-e780-11ee-95cd-87774f69a715 -e sha1=960fbbe4645c2becc8084669be194c95183c7753 -- bash -c 'radosgw-admin period update --rgw-realm=r --commit' 2024-03-21T12:54:35.572 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 12:54:35 smithi184 bash[15792]: ::ffff:172.21.15.184 - - [21/Mar/2024:12:54:35] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-21T12:54:37.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:54:37 smithi178 bash[14494]: cluster 2024-03-21T12:54:36.528538+0000 mgr.y (mgr.24355) 109 : cluster [DBG] pgmap v78: 33 pgs: 33 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 716 B/s rd, 1.6 KiB/s wr, 2 op/s 2024-03-21T12:54:37.797 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:54:37 smithi178 bash[20270]: cluster 2024-03-21T12:54:36.528538+0000 mgr.y (mgr.24355) 109 : cluster [DBG] pgmap v78: 33 pgs: 33 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 716 B/s rd, 1.6 KiB/s wr, 2 op/s 2024-03-21T12:54:38.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:54:37 smithi184 bash[14608]: cluster 2024-03-21T12:54:36.528538+0000 mgr.y (mgr.24355) 109 : cluster [DBG] pgmap v78: 33 pgs: 33 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 716 B/s rd, 1.6 KiB/s wr, 2 op/s 2024-03-21T12:54:40.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:54:39 smithi178 bash[14494]: cluster 2024-03-21T12:54:38.529065+0000 mgr.y (mgr.24355) 110 : cluster [DBG] pgmap v79: 33 pgs: 33 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 624 B/s rd, 1.4 KiB/s wr, 2 op/s 2024-03-21T12:54:40.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:54:39 smithi178 bash[20270]: cluster 2024-03-21T12:54:38.529065+0000 mgr.y (mgr.24355) 110 : cluster [DBG] pgmap v79: 33 pgs: 33 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 624 B/s rd, 1.4 KiB/s wr, 2 op/s 2024-03-21T12:54:40.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:54:39 smithi184 bash[14608]: cluster 2024-03-21T12:54:38.529065+0000 mgr.y (mgr.24355) 110 : cluster [DBG] pgmap v79: 33 pgs: 33 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 624 B/s rd, 1.4 KiB/s wr, 2 op/s 2024-03-21T12:54:40.919 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:54:40 smithi184 bash[14608]: cluster 2024-03-21T12:54:39.601677+0000 mon.a (mon.0) 938 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2024-03-21T12:54:40.920 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:54:40 smithi184 bash[14608]: audit 2024-03-21T12:54:39.604708+0000 mon.c (mon.1) 22 : audit [INF] from='client.? 172.21.15.178:0/2601732893' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2024-03-21T12:54:40.920 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:54:40 smithi184 bash[14608]: audit 2024-03-21T12:54:39.607237+0000 mon.a (mon.0) 939 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2024-03-21T12:54:41.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:54:40 smithi178 bash[14494]: cluster 2024-03-21T12:54:39.601677+0000 mon.a (mon.0) 938 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2024-03-21T12:54:41.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:54:40 smithi178 bash[14494]: audit 2024-03-21T12:54:39.604708+0000 mon.c (mon.1) 22 : audit [INF] from='client.? 172.21.15.178:0/2601732893' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2024-03-21T12:54:41.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:54:40 smithi178 bash[14494]: audit 2024-03-21T12:54:39.607237+0000 mon.a (mon.0) 939 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2024-03-21T12:54:41.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:54:40 smithi178 bash[20270]: cluster 2024-03-21T12:54:39.601677+0000 mon.a (mon.0) 938 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2024-03-21T12:54:41.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:54:40 smithi178 bash[20270]: audit 2024-03-21T12:54:39.604708+0000 mon.c (mon.1) 22 : audit [INF] from='client.? 172.21.15.178:0/2601732893' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2024-03-21T12:54:41.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:54:40 smithi178 bash[20270]: audit 2024-03-21T12:54:39.607237+0000 mon.a (mon.0) 939 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2024-03-21T12:54:41.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:54:41 smithi184 bash[14608]: cluster 2024-03-21T12:54:40.529750+0000 mgr.y (mgr.24355) 111 : cluster [DBG] pgmap v81: 65 pgs: 32 unknown, 33 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 716 B/s rd, 1.6 KiB/s wr, 2 op/s 2024-03-21T12:54:41.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:54:41 smithi184 bash[14608]: audit 2024-03-21T12:54:40.614138+0000 mon.a (mon.0) 940 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]': finished 2024-03-21T12:54:41.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:54:41 smithi184 bash[14608]: cluster 2024-03-21T12:54:40.614438+0000 mon.a (mon.0) 941 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2024-03-21T12:54:42.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:54:41 smithi178 bash[14494]: cluster 2024-03-21T12:54:40.529750+0000 mgr.y (mgr.24355) 111 : cluster [DBG] pgmap v81: 65 pgs: 32 unknown, 33 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 716 B/s rd, 1.6 KiB/s wr, 2 op/s 2024-03-21T12:54:42.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:54:41 smithi178 bash[14494]: audit 2024-03-21T12:54:40.614138+0000 mon.a (mon.0) 940 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]': finished 2024-03-21T12:54:42.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:54:41 smithi178 bash[14494]: cluster 2024-03-21T12:54:40.614438+0000 mon.a (mon.0) 941 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2024-03-21T12:54:42.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:54:41 smithi178 bash[20270]: cluster 2024-03-21T12:54:40.529750+0000 mgr.y (mgr.24355) 111 : cluster [DBG] pgmap v81: 65 pgs: 32 unknown, 33 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 716 B/s rd, 1.6 KiB/s wr, 2 op/s 2024-03-21T12:54:42.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:54:41 smithi178 bash[20270]: audit 2024-03-21T12:54:40.614138+0000 mon.a (mon.0) 940 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]': finished 2024-03-21T12:54:42.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:54:41 smithi178 bash[20270]: cluster 2024-03-21T12:54:40.614438+0000 mon.a (mon.0) 941 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2024-03-21T12:54:43.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:54:42 smithi178 bash[14494]: cluster 2024-03-21T12:54:41.618314+0000 mon.a (mon.0) 942 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2024-03-21T12:54:43.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:54:42 smithi178 bash[14494]: audit 2024-03-21T12:54:41.620928+0000 mon.c (mon.1) 23 : audit [INF] from='client.? 172.21.15.178:0/2601732893' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2024-03-21T12:54:43.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:54:42 smithi178 bash[14494]: audit 2024-03-21T12:54:41.621924+0000 mon.a (mon.0) 943 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2024-03-21T12:54:43.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:54:42 smithi178 bash[14494]: cluster 2024-03-21T12:54:42.530522+0000 mgr.y (mgr.24355) 112 : cluster [DBG] pgmap v84: 97 pgs: 32 unknown, 11 creating+activating, 1 active, 53 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 3.8 KiB/s rd, 3 op/s 2024-03-21T12:54:43.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:54:42 smithi178 bash[20270]: cluster 2024-03-21T12:54:41.618314+0000 mon.a (mon.0) 942 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2024-03-21T12:54:43.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:54:42 smithi178 bash[20270]: audit 2024-03-21T12:54:41.620928+0000 mon.c (mon.1) 23 : audit [INF] from='client.? 172.21.15.178:0/2601732893' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2024-03-21T12:54:43.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:54:42 smithi178 bash[20270]: audit 2024-03-21T12:54:41.621924+0000 mon.a (mon.0) 943 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2024-03-21T12:54:43.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:54:42 smithi178 bash[20270]: cluster 2024-03-21T12:54:42.530522+0000 mgr.y (mgr.24355) 112 : cluster [DBG] pgmap v84: 97 pgs: 32 unknown, 11 creating+activating, 1 active, 53 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 3.8 KiB/s rd, 3 op/s 2024-03-21T12:54:43.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:54:42 smithi184 bash[14608]: cluster 2024-03-21T12:54:41.618314+0000 mon.a (mon.0) 942 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2024-03-21T12:54:43.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:54:42 smithi184 bash[14608]: audit 2024-03-21T12:54:41.620928+0000 mon.c (mon.1) 23 : audit [INF] from='client.? 172.21.15.178:0/2601732893' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2024-03-21T12:54:43.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:54:42 smithi184 bash[14608]: audit 2024-03-21T12:54:41.621924+0000 mon.a (mon.0) 943 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2024-03-21T12:54:43.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:54:42 smithi184 bash[14608]: cluster 2024-03-21T12:54:42.530522+0000 mgr.y (mgr.24355) 112 : cluster [DBG] pgmap v84: 97 pgs: 32 unknown, 11 creating+activating, 1 active, 53 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 3.8 KiB/s rd, 3 op/s 2024-03-21T12:54:43.822 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:54:43 smithi184 bash[14608]: audit 2024-03-21T12:54:42.622040+0000 mon.a (mon.0) 944 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]': finished 2024-03-21T12:54:43.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:54:43 smithi184 bash[14608]: cluster 2024-03-21T12:54:42.622429+0000 mon.a (mon.0) 945 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2024-03-21T12:54:44.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:54:43 smithi178 bash[14494]: audit 2024-03-21T12:54:42.622040+0000 mon.a (mon.0) 944 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]': finished 2024-03-21T12:54:44.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:54:43 smithi178 bash[14494]: cluster 2024-03-21T12:54:42.622429+0000 mon.a (mon.0) 945 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2024-03-21T12:54:44.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:54:43 smithi178 bash[20270]: audit 2024-03-21T12:54:42.622040+0000 mon.a (mon.0) 944 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]': finished 2024-03-21T12:54:44.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:54:43 smithi178 bash[20270]: cluster 2024-03-21T12:54:42.622429+0000 mon.a (mon.0) 945 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2024-03-21T12:54:45.047 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:54:44 smithi178 bash[14766]: ::ffff:172.21.15.184 - - [21/Mar/2024:12:54:44] "GET /metrics HTTP/1.1" 200 194213 "" "Prometheus/2.33.4" 2024-03-21T12:54:45.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:54:44 smithi178 bash[14494]: cluster 2024-03-21T12:54:43.640764+0000 mon.a (mon.0) 946 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2024-03-21T12:54:45.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:54:44 smithi178 bash[14494]: audit 2024-03-21T12:54:43.646407+0000 mon.c (mon.1) 24 : audit [INF] from='client.? 172.21.15.178:0/1459917674' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2024-03-21T12:54:45.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:54:44 smithi178 bash[14494]: audit 2024-03-21T12:54:43.647017+0000 mon.a (mon.0) 947 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2024-03-21T12:54:45.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:54:44 smithi178 bash[14494]: cluster 2024-03-21T12:54:44.531288+0000 mgr.y (mgr.24355) 113 : cluster [DBG] pgmap v87: 129 pgs: 64 unknown, 11 creating+activating, 1 active, 53 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 5.7 KiB/s rd, 5 op/s 2024-03-21T12:54:45.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:54:44 smithi178 bash[20270]: cluster 2024-03-21T12:54:43.640764+0000 mon.a (mon.0) 946 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2024-03-21T12:54:45.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:54:44 smithi178 bash[20270]: audit 2024-03-21T12:54:43.646407+0000 mon.c (mon.1) 24 : audit [INF] from='client.? 172.21.15.178:0/1459917674' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2024-03-21T12:54:45.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:54:44 smithi178 bash[20270]: audit 2024-03-21T12:54:43.647017+0000 mon.a (mon.0) 947 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2024-03-21T12:54:45.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:54:44 smithi178 bash[20270]: cluster 2024-03-21T12:54:44.531288+0000 mgr.y (mgr.24355) 113 : cluster [DBG] pgmap v87: 129 pgs: 64 unknown, 11 creating+activating, 1 active, 53 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 5.7 KiB/s rd, 5 op/s 2024-03-21T12:54:45.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:54:44 smithi184 bash[14608]: cluster 2024-03-21T12:54:43.640764+0000 mon.a (mon.0) 946 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2024-03-21T12:54:45.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:54:44 smithi184 bash[14608]: audit 2024-03-21T12:54:43.646407+0000 mon.c (mon.1) 24 : audit [INF] from='client.? 172.21.15.178:0/1459917674' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2024-03-21T12:54:45.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:54:44 smithi184 bash[14608]: audit 2024-03-21T12:54:43.647017+0000 mon.a (mon.0) 947 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2024-03-21T12:54:45.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:54:44 smithi184 bash[14608]: cluster 2024-03-21T12:54:44.531288+0000 mgr.y (mgr.24355) 113 : cluster [DBG] pgmap v87: 129 pgs: 64 unknown, 11 creating+activating, 1 active, 53 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 5.7 KiB/s rd, 5 op/s 2024-03-21T12:54:45.572 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 12:54:45 smithi184 bash[15792]: ::ffff:172.21.15.184 - - [21/Mar/2024:12:54:45] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-21T12:54:46.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:54:45 smithi178 bash[14494]: audit 2024-03-21T12:54:44.645563+0000 mon.a (mon.0) 948 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]': finished 2024-03-21T12:54:46.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:54:45 smithi178 bash[14494]: cluster 2024-03-21T12:54:44.645890+0000 mon.a (mon.0) 949 : cluster [DBG] osdmap e68: 8 total, 8 up, 8 in 2024-03-21T12:54:46.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:54:45 smithi178 bash[14494]: audit 2024-03-21T12:54:44.650307+0000 mon.c (mon.1) 25 : audit [INF] from='client.? 172.21.15.178:0/1459917674' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-03-21T12:54:46.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:54:45 smithi178 bash[14494]: audit 2024-03-21T12:54:44.665074+0000 mon.a (mon.0) 950 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-03-21T12:54:46.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:54:45 smithi178 bash[14494]: audit 2024-03-21T12:54:45.647247+0000 mon.a (mon.0) 951 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-03-21T12:54:46.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:54:45 smithi178 bash[14494]: cluster 2024-03-21T12:54:45.647402+0000 mon.a (mon.0) 952 : cluster [DBG] osdmap e69: 8 total, 8 up, 8 in 2024-03-21T12:54:46.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:54:45 smithi178 bash[14494]: audit 2024-03-21T12:54:45.648987+0000 mon.c (mon.1) 26 : audit [INF] from='client.? 172.21.15.178:0/1459917674' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]: dispatch 2024-03-21T12:54:46.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:54:45 smithi178 bash[14494]: audit 2024-03-21T12:54:45.649472+0000 mon.a (mon.0) 953 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]: dispatch 2024-03-21T12:54:46.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:54:45 smithi178 bash[20270]: audit 2024-03-21T12:54:44.645563+0000 mon.a (mon.0) 948 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]': finished 2024-03-21T12:54:46.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:54:45 smithi178 bash[20270]: cluster 2024-03-21T12:54:44.645890+0000 mon.a (mon.0) 949 : cluster [DBG] osdmap e68: 8 total, 8 up, 8 in 2024-03-21T12:54:46.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:54:45 smithi178 bash[20270]: audit 2024-03-21T12:54:44.650307+0000 mon.c (mon.1) 25 : audit [INF] from='client.? 172.21.15.178:0/1459917674' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-03-21T12:54:46.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:54:45 smithi178 bash[20270]: audit 2024-03-21T12:54:44.665074+0000 mon.a (mon.0) 950 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-03-21T12:54:46.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:54:45 smithi178 bash[20270]: audit 2024-03-21T12:54:45.647247+0000 mon.a (mon.0) 951 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-03-21T12:54:46.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:54:45 smithi178 bash[20270]: cluster 2024-03-21T12:54:45.647402+0000 mon.a (mon.0) 952 : cluster [DBG] osdmap e69: 8 total, 8 up, 8 in 2024-03-21T12:54:46.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:54:45 smithi178 bash[20270]: audit 2024-03-21T12:54:45.648987+0000 mon.c (mon.1) 26 : audit [INF] from='client.? 172.21.15.178:0/1459917674' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]: dispatch 2024-03-21T12:54:46.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:54:45 smithi178 bash[20270]: audit 2024-03-21T12:54:45.649472+0000 mon.a (mon.0) 953 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]: dispatch 2024-03-21T12:54:46.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:54:45 smithi184 bash[14608]: audit 2024-03-21T12:54:44.645563+0000 mon.a (mon.0) 948 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]': finished 2024-03-21T12:54:46.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:54:45 smithi184 bash[14608]: cluster 2024-03-21T12:54:44.645890+0000 mon.a (mon.0) 949 : cluster [DBG] osdmap e68: 8 total, 8 up, 8 in 2024-03-21T12:54:46.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:54:45 smithi184 bash[14608]: audit 2024-03-21T12:54:44.650307+0000 mon.c (mon.1) 25 : audit [INF] from='client.? 172.21.15.178:0/1459917674' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-03-21T12:54:46.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:54:45 smithi184 bash[14608]: audit 2024-03-21T12:54:44.665074+0000 mon.a (mon.0) 950 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-03-21T12:54:46.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:54:45 smithi184 bash[14608]: audit 2024-03-21T12:54:45.647247+0000 mon.a (mon.0) 951 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-03-21T12:54:46.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:54:45 smithi184 bash[14608]: cluster 2024-03-21T12:54:45.647402+0000 mon.a (mon.0) 952 : cluster [DBG] osdmap e69: 8 total, 8 up, 8 in 2024-03-21T12:54:46.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:54:45 smithi184 bash[14608]: audit 2024-03-21T12:54:45.648987+0000 mon.c (mon.1) 26 : audit [INF] from='client.? 172.21.15.178:0/1459917674' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]: dispatch 2024-03-21T12:54:46.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:54:45 smithi184 bash[14608]: audit 2024-03-21T12:54:45.649472+0000 mon.a (mon.0) 953 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]: dispatch 2024-03-21T12:54:46.761 INFO:teuthology.orchestra.run.smithi178.stdout:{ 2024-03-21T12:54:46.761 INFO:teuthology.orchestra.run.smithi178.stdout: "id": "ffb16e32-0853-4cf0-a565-2689b0e1b4c4", 2024-03-21T12:54:46.761 INFO:teuthology.orchestra.run.smithi178.stdout: "epoch": 1, 2024-03-21T12:54:46.761 INFO:teuthology.orchestra.run.smithi178.stdout: "predecessor_uuid": "5e0252e6-37b7-4e25-b081-91fa66e025c4", 2024-03-21T12:54:46.761 INFO:teuthology.orchestra.run.smithi178.stdout: "sync_status": [], 2024-03-21T12:54:46.761 INFO:teuthology.orchestra.run.smithi178.stdout: "period_map": { 2024-03-21T12:54:46.762 INFO:teuthology.orchestra.run.smithi178.stdout: "id": "ffb16e32-0853-4cf0-a565-2689b0e1b4c4", 2024-03-21T12:54:46.762 INFO:teuthology.orchestra.run.smithi178.stdout: "zonegroups": [ 2024-03-21T12:54:46.762 INFO:teuthology.orchestra.run.smithi178.stdout: { 2024-03-21T12:54:46.762 INFO:teuthology.orchestra.run.smithi178.stdout: "id": "686af88f-3ffc-4f41-ad1c-862baba6a8cf", 2024-03-21T12:54:46.762 INFO:teuthology.orchestra.run.smithi178.stdout: "name": "default", 2024-03-21T12:54:46.762 INFO:teuthology.orchestra.run.smithi178.stdout: "api_name": "default", 2024-03-21T12:54:46.762 INFO:teuthology.orchestra.run.smithi178.stdout: "is_master": "true", 2024-03-21T12:54:46.762 INFO:teuthology.orchestra.run.smithi178.stdout: "endpoints": [], 2024-03-21T12:54:46.762 INFO:teuthology.orchestra.run.smithi178.stdout: "hostnames": [], 2024-03-21T12:54:46.762 INFO:teuthology.orchestra.run.smithi178.stdout: "hostnames_s3website": [], 2024-03-21T12:54:46.762 INFO:teuthology.orchestra.run.smithi178.stdout: "master_zone": "27edbbb1-caae-4875-96a7-70f8c01dde89", 2024-03-21T12:54:46.762 INFO:teuthology.orchestra.run.smithi178.stdout: "zones": [ 2024-03-21T12:54:46.762 INFO:teuthology.orchestra.run.smithi178.stdout: { 2024-03-21T12:54:46.762 INFO:teuthology.orchestra.run.smithi178.stdout: "id": "27edbbb1-caae-4875-96a7-70f8c01dde89", 2024-03-21T12:54:46.763 INFO:teuthology.orchestra.run.smithi178.stdout: "name": "z", 2024-03-21T12:54:46.763 INFO:teuthology.orchestra.run.smithi178.stdout: "endpoints": [], 2024-03-21T12:54:46.763 INFO:teuthology.orchestra.run.smithi178.stdout: "log_meta": "false", 2024-03-21T12:54:46.763 INFO:teuthology.orchestra.run.smithi178.stdout: "log_data": "false", 2024-03-21T12:54:46.763 INFO:teuthology.orchestra.run.smithi178.stdout: "bucket_index_max_shards": 11, 2024-03-21T12:54:46.763 INFO:teuthology.orchestra.run.smithi178.stdout: "read_only": "false", 2024-03-21T12:54:46.763 INFO:teuthology.orchestra.run.smithi178.stdout: "tier_type": "", 2024-03-21T12:54:46.763 INFO:teuthology.orchestra.run.smithi178.stdout: "sync_from_all": "true", 2024-03-21T12:54:46.763 INFO:teuthology.orchestra.run.smithi178.stdout: "sync_from": [], 2024-03-21T12:54:46.763 INFO:teuthology.orchestra.run.smithi178.stdout: "redirect_zone": "" 2024-03-21T12:54:46.763 INFO:teuthology.orchestra.run.smithi178.stdout: } 2024-03-21T12:54:46.763 INFO:teuthology.orchestra.run.smithi178.stdout: ], 2024-03-21T12:54:46.763 INFO:teuthology.orchestra.run.smithi178.stdout: "placement_targets": [ 2024-03-21T12:54:46.763 INFO:teuthology.orchestra.run.smithi178.stdout: { 2024-03-21T12:54:46.763 INFO:teuthology.orchestra.run.smithi178.stdout: "name": "default-placement", 2024-03-21T12:54:46.764 INFO:teuthology.orchestra.run.smithi178.stdout: "tags": [], 2024-03-21T12:54:46.764 INFO:teuthology.orchestra.run.smithi178.stdout: "storage_classes": [ 2024-03-21T12:54:46.764 INFO:teuthology.orchestra.run.smithi178.stdout: "STANDARD" 2024-03-21T12:54:46.764 INFO:teuthology.orchestra.run.smithi178.stdout: ] 2024-03-21T12:54:46.764 INFO:teuthology.orchestra.run.smithi178.stdout: } 2024-03-21T12:54:46.764 INFO:teuthology.orchestra.run.smithi178.stdout: ], 2024-03-21T12:54:46.764 INFO:teuthology.orchestra.run.smithi178.stdout: "default_placement": "default-placement", 2024-03-21T12:54:46.764 INFO:teuthology.orchestra.run.smithi178.stdout: "realm_id": "28dfa500-2921-44b1-b741-d614736567e6", 2024-03-21T12:54:46.764 INFO:teuthology.orchestra.run.smithi178.stdout: "sync_policy": { 2024-03-21T12:54:46.764 INFO:teuthology.orchestra.run.smithi178.stdout: "groups": [] 2024-03-21T12:54:46.764 INFO:teuthology.orchestra.run.smithi178.stdout: } 2024-03-21T12:54:46.764 INFO:teuthology.orchestra.run.smithi178.stdout: } 2024-03-21T12:54:46.764 INFO:teuthology.orchestra.run.smithi178.stdout: ], 2024-03-21T12:54:46.764 INFO:teuthology.orchestra.run.smithi178.stdout: "short_zone_ids": [ 2024-03-21T12:54:46.764 INFO:teuthology.orchestra.run.smithi178.stdout: { 2024-03-21T12:54:46.765 INFO:teuthology.orchestra.run.smithi178.stdout: "key": "27edbbb1-caae-4875-96a7-70f8c01dde89", 2024-03-21T12:54:46.765 INFO:teuthology.orchestra.run.smithi178.stdout: "val": 3631101527 2024-03-21T12:54:46.765 INFO:teuthology.orchestra.run.smithi178.stdout: } 2024-03-21T12:54:46.765 INFO:teuthology.orchestra.run.smithi178.stdout: ] 2024-03-21T12:54:46.765 INFO:teuthology.orchestra.run.smithi178.stdout: }, 2024-03-21T12:54:46.765 INFO:teuthology.orchestra.run.smithi178.stdout: "master_zonegroup": "686af88f-3ffc-4f41-ad1c-862baba6a8cf", 2024-03-21T12:54:46.765 INFO:teuthology.orchestra.run.smithi178.stdout: "master_zone": "27edbbb1-caae-4875-96a7-70f8c01dde89", 2024-03-21T12:54:46.765 INFO:teuthology.orchestra.run.smithi178.stdout: "period_config": { 2024-03-21T12:54:46.765 INFO:teuthology.orchestra.run.smithi178.stdout: "bucket_quota": { 2024-03-21T12:54:46.765 INFO:teuthology.orchestra.run.smithi178.stdout: "enabled": false, 2024-03-21T12:54:46.765 INFO:teuthology.orchestra.run.smithi178.stdout: "check_on_raw": false, 2024-03-21T12:54:46.765 INFO:teuthology.orchestra.run.smithi178.stdout: "max_size": -1, 2024-03-21T12:54:46.765 INFO:teuthology.orchestra.run.smithi178.stdout: "max_size_kb": 0, 2024-03-21T12:54:46.765 INFO:teuthology.orchestra.run.smithi178.stdout: "max_objects": -1 2024-03-21T12:54:46.765 INFO:teuthology.orchestra.run.smithi178.stdout: }, 2024-03-21T12:54:46.766 INFO:teuthology.orchestra.run.smithi178.stdout: "user_quota": { 2024-03-21T12:54:46.766 INFO:teuthology.orchestra.run.smithi178.stdout: "enabled": false, 2024-03-21T12:54:46.766 INFO:teuthology.orchestra.run.smithi178.stdout: "check_on_raw": false, 2024-03-21T12:54:46.766 INFO:teuthology.orchestra.run.smithi178.stdout: "max_size": -1, 2024-03-21T12:54:46.766 INFO:teuthology.orchestra.run.smithi178.stdout: "max_size_kb": 0, 2024-03-21T12:54:46.766 INFO:teuthology.orchestra.run.smithi178.stdout: "max_objects": -1 2024-03-21T12:54:46.766 INFO:teuthology.orchestra.run.smithi178.stdout: }, 2024-03-21T12:54:46.766 INFO:teuthology.orchestra.run.smithi178.stdout: "user_ratelimit": { 2024-03-21T12:54:46.766 INFO:teuthology.orchestra.run.smithi178.stdout: "max_read_ops": 0, 2024-03-21T12:54:46.766 INFO:teuthology.orchestra.run.smithi178.stdout: "max_write_ops": 0, 2024-03-21T12:54:46.766 INFO:teuthology.orchestra.run.smithi178.stdout: "max_read_bytes": 0, 2024-03-21T12:54:46.766 INFO:teuthology.orchestra.run.smithi178.stdout: "max_write_bytes": 0, 2024-03-21T12:54:46.766 INFO:teuthology.orchestra.run.smithi178.stdout: "enabled": false 2024-03-21T12:54:46.766 INFO:teuthology.orchestra.run.smithi178.stdout: }, 2024-03-21T12:54:46.766 INFO:teuthology.orchestra.run.smithi178.stdout: "bucket_ratelimit": { 2024-03-21T12:54:46.767 INFO:teuthology.orchestra.run.smithi178.stdout: "max_read_ops": 0, 2024-03-21T12:54:46.767 INFO:teuthology.orchestra.run.smithi178.stdout: "max_write_ops": 0, 2024-03-21T12:54:46.767 INFO:teuthology.orchestra.run.smithi178.stdout: "max_read_bytes": 0, 2024-03-21T12:54:46.767 INFO:teuthology.orchestra.run.smithi178.stdout: "max_write_bytes": 0, 2024-03-21T12:54:46.767 INFO:teuthology.orchestra.run.smithi178.stdout: "enabled": false 2024-03-21T12:54:46.767 INFO:teuthology.orchestra.run.smithi178.stdout: }, 2024-03-21T12:54:46.767 INFO:teuthology.orchestra.run.smithi178.stdout: "anonymous_ratelimit": { 2024-03-21T12:54:46.767 INFO:teuthology.orchestra.run.smithi178.stdout: "max_read_ops": 0, 2024-03-21T12:54:46.767 INFO:teuthology.orchestra.run.smithi178.stdout: "max_write_ops": 0, 2024-03-21T12:54:46.767 INFO:teuthology.orchestra.run.smithi178.stdout: "max_read_bytes": 0, 2024-03-21T12:54:46.767 INFO:teuthology.orchestra.run.smithi178.stdout: "max_write_bytes": 0, 2024-03-21T12:54:46.767 INFO:teuthology.orchestra.run.smithi178.stdout: "enabled": false 2024-03-21T12:54:46.767 INFO:teuthology.orchestra.run.smithi178.stdout: } 2024-03-21T12:54:46.767 INFO:teuthology.orchestra.run.smithi178.stdout: }, 2024-03-21T12:54:46.768 INFO:teuthology.orchestra.run.smithi178.stdout: "realm_id": "28dfa500-2921-44b1-b741-d614736567e6", 2024-03-21T12:54:46.768 INFO:teuthology.orchestra.run.smithi178.stdout: "realm_name": "r", 2024-03-21T12:54:46.768 INFO:teuthology.orchestra.run.smithi178.stdout: "realm_epoch": 2 2024-03-21T12:54:46.768 INFO:teuthology.orchestra.run.smithi178.stdout:} 2024-03-21T12:54:46.977 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:54:46 smithi178 bash[14494]: cluster 2024-03-21T12:54:46.532041+0000 mgr.y (mgr.24355) 114 : cluster [DBG] pgmap v90: 129 pgs: 129 active+clean; 579 KiB data, 51 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 1 op/s 2024-03-21T12:54:46.977 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:54:46 smithi178 bash[14494]: audit 2024-03-21T12:54:46.650570+0000 mon.a (mon.0) 954 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]': finished 2024-03-21T12:54:46.977 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:54:46 smithi178 bash[14494]: cluster 2024-03-21T12:54:46.650842+0000 mon.a (mon.0) 955 : cluster [DBG] osdmap e70: 8 total, 8 up, 8 in 2024-03-21T12:54:46.977 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:54:46 smithi178 bash[20270]: cluster 2024-03-21T12:54:46.532041+0000 mgr.y (mgr.24355) 114 : cluster [DBG] pgmap v90: 129 pgs: 129 active+clean; 579 KiB data, 51 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 1 op/s 2024-03-21T12:54:46.977 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:54:46 smithi178 bash[20270]: audit 2024-03-21T12:54:46.650570+0000 mon.a (mon.0) 954 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]': finished 2024-03-21T12:54:46.977 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:54:46 smithi178 bash[20270]: cluster 2024-03-21T12:54:46.650842+0000 mon.a (mon.0) 955 : cluster [DBG] osdmap e70: 8 total, 8 up, 8 in 2024-03-21T12:54:47.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:54:46 smithi184 bash[14608]: cluster 2024-03-21T12:54:46.532041+0000 mgr.y (mgr.24355) 114 : cluster [DBG] pgmap v90: 129 pgs: 129 active+clean; 579 KiB data, 51 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 1 op/s 2024-03-21T12:54:47.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:54:46 smithi184 bash[14608]: audit 2024-03-21T12:54:46.650570+0000 mon.a (mon.0) 954 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]': finished 2024-03-21T12:54:47.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:54:46 smithi184 bash[14608]: cluster 2024-03-21T12:54:46.650842+0000 mon.a (mon.0) 955 : cluster [DBG] osdmap e70: 8 total, 8 up, 8 in 2024-03-21T12:54:47.666 DEBUG:teuthology.orchestra.run.smithi178:> 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 a94f249e-e780-11ee-95cd-87774f69a715 -e sha1=960fbbe4645c2becc8084669be194c95183c7753 -- bash -c 'ceph orch apply rgw foo --realm r --zone z --placement=2 --port=8000' 2024-03-21T12:54:48.217 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:54:47 smithi178 bash[14766]: 172.21.15.184 - - [21/Mar/2024:12:54:47] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2024-03-21T12:54:49.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:54:48 smithi178 bash[14494]: audit 2024-03-21T12:54:47.967984+0000 mon.a (mon.0) 956 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:54:49.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:54:48 smithi178 bash[14494]: audit 2024-03-21T12:54:47.975590+0000 mon.a (mon.0) 957 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:54:49.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:54:48 smithi178 bash[14494]: cluster 2024-03-21T12:54:48.532744+0000 mgr.y (mgr.24355) 115 : cluster [DBG] pgmap v92: 129 pgs: 129 active+clean; 579 KiB data, 51 MiB used, 715 GiB / 715 GiB avail; 209 B/s rd, 418 B/s wr, 1 op/s 2024-03-21T12:54:49.297 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:54:48 smithi178 bash[20270]: audit 2024-03-21T12:54:47.967984+0000 mon.a (mon.0) 956 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:54:49.297 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:54:48 smithi178 bash[20270]: audit 2024-03-21T12:54:47.975590+0000 mon.a (mon.0) 957 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:54:49.297 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:54:48 smithi178 bash[20270]: cluster 2024-03-21T12:54:48.532744+0000 mgr.y (mgr.24355) 115 : cluster [DBG] pgmap v92: 129 pgs: 129 active+clean; 579 KiB data, 51 MiB used, 715 GiB / 715 GiB avail; 209 B/s rd, 418 B/s wr, 1 op/s 2024-03-21T12:54:49.322 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:54:48 smithi184 bash[14608]: audit 2024-03-21T12:54:47.967984+0000 mon.a (mon.0) 956 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:54:49.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:54:48 smithi184 bash[14608]: audit 2024-03-21T12:54:47.975590+0000 mon.a (mon.0) 957 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:54:49.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:54:48 smithi184 bash[14608]: cluster 2024-03-21T12:54:48.532744+0000 mgr.y (mgr.24355) 115 : cluster [DBG] pgmap v92: 129 pgs: 129 active+clean; 579 KiB data, 51 MiB used, 715 GiB / 715 GiB avail; 209 B/s rd, 418 B/s wr, 1 op/s 2024-03-21T12:54:50.697 INFO:teuthology.orchestra.run.smithi178.stdout:Scheduled rgw.foo update... 2024-03-21T12:54:51.297 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:54:51 smithi178 bash[20270]: cluster 2024-03-21T12:54:50.533390+0000 mgr.y (mgr.24355) 116 : cluster [DBG] pgmap v93: 129 pgs: 129 active+clean; 579 KiB data, 51 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2024-03-21T12:54:51.297 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:54:51 smithi178 bash[20270]: audit 2024-03-21T12:54:50.694991+0000 mon.a (mon.0) 958 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:54:51.297 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:54:51 smithi178 bash[20270]: audit 2024-03-21T12:54:50.704276+0000 mon.a (mon.0) 959 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:54:51.297 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:54:51 smithi178 bash[20270]: audit 2024-03-21T12:54:50.705680+0000 mon.a (mon.0) 960 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:54:51.297 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:54:51 smithi178 bash[20270]: audit 2024-03-21T12:54:50.715813+0000 mon.a (mon.0) 961 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:54:51.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:54:51 smithi178 bash[20270]: audit 2024-03-21T12:54:50.726794+0000 mon.a (mon.0) 962 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:54:51.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:54:51 smithi178 bash[20270]: audit 2024-03-21T12:54:50.735009+0000 mon.a (mon.0) 963 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:54:51.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:54:51 smithi178 bash[20270]: audit 2024-03-21T12:54:50.740942+0000 mon.a (mon.0) 964 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:54:51.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:54:51 smithi178 bash[20270]: audit 2024-03-21T12:54:50.741854+0000 mon.a (mon.0) 965 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi178.amgrte", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-21T12:54:51.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:54:51 smithi178 bash[20270]: audit 2024-03-21T12:54:50.745620+0000 mon.a (mon.0) 966 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi178.amgrte", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-03-21T12:54:51.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:54:51 smithi178 bash[20270]: audit 2024-03-21T12:54:50.751439+0000 mon.a (mon.0) 967 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:54:51.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:54:51 smithi178 bash[20270]: audit 2024-03-21T12:54:50.752488+0000 mon.a (mon.0) 968 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:54:51.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:54:51 smithi178 bash[14494]: cluster 2024-03-21T12:54:50.533390+0000 mgr.y (mgr.24355) 116 : cluster [DBG] pgmap v93: 129 pgs: 129 active+clean; 579 KiB data, 51 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2024-03-21T12:54:51.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:54:51 smithi178 bash[14494]: audit 2024-03-21T12:54:50.694991+0000 mon.a (mon.0) 958 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:54:51.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:54:51 smithi178 bash[14494]: audit 2024-03-21T12:54:50.704276+0000 mon.a (mon.0) 959 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:54:51.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:54:51 smithi178 bash[14494]: audit 2024-03-21T12:54:50.705680+0000 mon.a (mon.0) 960 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:54:51.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:54:51 smithi178 bash[14494]: audit 2024-03-21T12:54:50.715813+0000 mon.a (mon.0) 961 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:54:51.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:54:51 smithi178 bash[14494]: audit 2024-03-21T12:54:50.726794+0000 mon.a (mon.0) 962 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:54:51.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:54:51 smithi178 bash[14494]: audit 2024-03-21T12:54:50.735009+0000 mon.a (mon.0) 963 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:54:51.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:54:51 smithi178 bash[14494]: audit 2024-03-21T12:54:50.740942+0000 mon.a (mon.0) 964 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:54:51.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:54:51 smithi178 bash[14494]: audit 2024-03-21T12:54:50.741854+0000 mon.a (mon.0) 965 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi178.amgrte", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-21T12:54:51.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:54:51 smithi178 bash[14494]: audit 2024-03-21T12:54:50.745620+0000 mon.a (mon.0) 966 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi178.amgrte", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-03-21T12:54:51.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:54:51 smithi178 bash[14494]: audit 2024-03-21T12:54:50.751439+0000 mon.a (mon.0) 967 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:54:51.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:54:51 smithi178 bash[14494]: audit 2024-03-21T12:54:50.752488+0000 mon.a (mon.0) 968 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:54:51.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:54:51 smithi184 bash[14608]: cluster 2024-03-21T12:54:50.533390+0000 mgr.y (mgr.24355) 116 : cluster [DBG] pgmap v93: 129 pgs: 129 active+clean; 579 KiB data, 51 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2024-03-21T12:54:51.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:54:51 smithi184 bash[14608]: audit 2024-03-21T12:54:50.694991+0000 mon.a (mon.0) 958 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:54:51.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:54:51 smithi184 bash[14608]: audit 2024-03-21T12:54:50.704276+0000 mon.a (mon.0) 959 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:54:51.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:54:51 smithi184 bash[14608]: audit 2024-03-21T12:54:50.705680+0000 mon.a (mon.0) 960 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:54:51.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:54:51 smithi184 bash[14608]: audit 2024-03-21T12:54:50.715813+0000 mon.a (mon.0) 961 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:54:51.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:54:51 smithi184 bash[14608]: audit 2024-03-21T12:54:50.726794+0000 mon.a (mon.0) 962 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:54:51.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:54:51 smithi184 bash[14608]: audit 2024-03-21T12:54:50.735009+0000 mon.a (mon.0) 963 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:54:51.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:54:51 smithi184 bash[14608]: audit 2024-03-21T12:54:50.740942+0000 mon.a (mon.0) 964 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:54:51.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:54:51 smithi184 bash[14608]: audit 2024-03-21T12:54:50.741854+0000 mon.a (mon.0) 965 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi178.amgrte", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-21T12:54:51.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:54:51 smithi184 bash[14608]: audit 2024-03-21T12:54:50.745620+0000 mon.a (mon.0) 966 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi178.amgrte", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-03-21T12:54:51.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:54:51 smithi184 bash[14608]: audit 2024-03-21T12:54:50.751439+0000 mon.a (mon.0) 967 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:54:51.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:54:51 smithi184 bash[14608]: audit 2024-03-21T12:54:50.752488+0000 mon.a (mon.0) 968 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:54:51.873 DEBUG:teuthology.orchestra.run.smithi178:> 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 a94f249e-e780-11ee-95cd-87774f69a715 -e sha1=960fbbe4645c2becc8084669be194c95183c7753 -- bash -c 'ceph orch apply rgw smpl' 2024-03-21T12:54:52.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:54:52 smithi178 bash[14494]: audit 2024-03-21T12:54:50.685695+0000 mgr.y (mgr.24355) 117 : audit [DBG] from='client.14706 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "foo", "realm": "r", "zone": "z", "placement": "2", "port": 8000, "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:54:52.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:54:52 smithi178 bash[14494]: cephadm 2024-03-21T12:54:50.690266+0000 mgr.y (mgr.24355) 118 : cephadm [INF] Saving service rgw.foo spec with placement count:2 2024-03-21T12:54:52.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:54:52 smithi178 bash[14494]: cephadm 2024-03-21T12:54:50.736046+0000 mgr.y (mgr.24355) 119 : cephadm [INF] Saving service rgw.foo spec with placement count:2 2024-03-21T12:54:52.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:54:52 smithi178 bash[14494]: cephadm 2024-03-21T12:54:50.753659+0000 mgr.y (mgr.24355) 120 : cephadm [INF] Deploying daemon rgw.foo.smithi178.amgrte on smithi178 2024-03-21T12:54:52.547 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:54:52 smithi178 bash[20270]: audit 2024-03-21T12:54:50.685695+0000 mgr.y (mgr.24355) 117 : audit [DBG] from='client.14706 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "foo", "realm": "r", "zone": "z", "placement": "2", "port": 8000, "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:54:52.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:54:52 smithi178 bash[20270]: cephadm 2024-03-21T12:54:50.690266+0000 mgr.y (mgr.24355) 118 : cephadm [INF] Saving service rgw.foo spec with placement count:2 2024-03-21T12:54:52.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:54:52 smithi178 bash[20270]: cephadm 2024-03-21T12:54:50.736046+0000 mgr.y (mgr.24355) 119 : cephadm [INF] Saving service rgw.foo spec with placement count:2 2024-03-21T12:54:52.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:54:52 smithi178 bash[20270]: cephadm 2024-03-21T12:54:50.753659+0000 mgr.y (mgr.24355) 120 : cephadm [INF] Deploying daemon rgw.foo.smithi178.amgrte on smithi178 2024-03-21T12:54:52.572 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:54:52 smithi184 bash[14608]: audit 2024-03-21T12:54:50.685695+0000 mgr.y (mgr.24355) 117 : audit [DBG] from='client.14706 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "foo", "realm": "r", "zone": "z", "placement": "2", "port": 8000, "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:54:52.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:54:52 smithi184 bash[14608]: cephadm 2024-03-21T12:54:50.690266+0000 mgr.y (mgr.24355) 118 : cephadm [INF] Saving service rgw.foo spec with placement count:2 2024-03-21T12:54:52.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:54:52 smithi184 bash[14608]: cephadm 2024-03-21T12:54:50.736046+0000 mgr.y (mgr.24355) 119 : cephadm [INF] Saving service rgw.foo spec with placement count:2 2024-03-21T12:54:52.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:54:52 smithi184 bash[14608]: cephadm 2024-03-21T12:54:50.753659+0000 mgr.y (mgr.24355) 120 : cephadm [INF] Deploying daemon rgw.foo.smithi178.amgrte on smithi178 2024-03-21T12:54:53.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:54:53 smithi178 bash[14494]: cluster 2024-03-21T12:54:52.534911+0000 mgr.y (mgr.24355) 121 : cluster [DBG] pgmap v94: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1.1 KiB/s wr, 3 op/s 2024-03-21T12:54:53.547 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:54:53 smithi178 bash[20270]: cluster 2024-03-21T12:54:52.534911+0000 mgr.y (mgr.24355) 121 : cluster [DBG] pgmap v94: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1.1 KiB/s wr, 3 op/s 2024-03-21T12:54:53.572 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:54:53 smithi184 bash[14608]: cluster 2024-03-21T12:54:52.534911+0000 mgr.y (mgr.24355) 121 : cluster [DBG] pgmap v94: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1.1 KiB/s wr, 3 op/s 2024-03-21T12:54:54.285 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:54:53 smithi178 bash[14766]: 172.21.15.178 - - [21/Mar/2024:12:54:53] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2024-03-21T12:54:54.920 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:54:54 smithi178 bash[14766]: ::ffff:172.21.15.184 - - [21/Mar/2024:12:54:54] "GET /metrics HTTP/1.1" 200 196872 "" "Prometheus/2.33.4" 2024-03-21T12:54:55.174 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:54:54 smithi178 bash[14494]: audit 2024-03-21T12:54:53.844053+0000 mon.a (mon.0) 969 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:54:55.174 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:54:54 smithi178 bash[14494]: audit 2024-03-21T12:54:53.851892+0000 mon.a (mon.0) 970 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:54:55.174 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:54:54 smithi178 bash[14494]: cluster 2024-03-21T12:54:54.535800+0000 mgr.y (mgr.24355) 122 : cluster [DBG] pgmap v95: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 806 B/s rd, 806 B/s wr, 2 op/s 2024-03-21T12:54:55.175 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:54:54 smithi178 bash[20270]: audit 2024-03-21T12:54:53.844053+0000 mon.a (mon.0) 969 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:54:55.175 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:54:54 smithi178 bash[20270]: audit 2024-03-21T12:54:53.851892+0000 mon.a (mon.0) 970 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:54:55.175 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:54:54 smithi178 bash[20270]: cluster 2024-03-21T12:54:54.535800+0000 mgr.y (mgr.24355) 122 : cluster [DBG] pgmap v95: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 806 B/s rd, 806 B/s wr, 2 op/s 2024-03-21T12:54:55.216 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 12:54:55 smithi184 bash[15792]: ::ffff:172.21.15.184 - - [21/Mar/2024:12:54:55] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-21T12:54:55.217 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:54:54 smithi184 bash[14608]: audit 2024-03-21T12:54:53.844053+0000 mon.a (mon.0) 969 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:54:55.217 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:54:54 smithi184 bash[14608]: audit 2024-03-21T12:54:53.851892+0000 mon.a (mon.0) 970 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:54:55.217 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:54:54 smithi184 bash[14608]: cluster 2024-03-21T12:54:54.535800+0000 mgr.y (mgr.24355) 122 : cluster [DBG] pgmap v95: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 806 B/s rd, 806 B/s wr, 2 op/s 2024-03-21T12:54:56.503 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:54:56 smithi184 bash[14608]: audit 2024-03-21T12:54:55.182788+0000 mon.a (mon.0) 971 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:54:56.503 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:54:56 smithi184 bash[14608]: audit 2024-03-21T12:54:55.184391+0000 mon.a (mon.0) 972 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi184.sylqte", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-21T12:54:56.503 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:54:56 smithi184 bash[14608]: audit 2024-03-21T12:54:55.190473+0000 mon.a (mon.0) 973 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi184.sylqte", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-03-21T12:54:56.504 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:54:56 smithi184 bash[14608]: audit 2024-03-21T12:54:55.196930+0000 mon.a (mon.0) 974 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:54:56.504 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:54:56 smithi184 bash[14608]: audit 2024-03-21T12:54:55.198895+0000 mon.a (mon.0) 975 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:54:56.504 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:54:56 smithi184 bash[14608]: cephadm 2024-03-21T12:54:55.200241+0000 mgr.y (mgr.24355) 123 : cephadm [INF] Deploying daemon rgw.foo.smithi184.sylqte on smithi184 2024-03-21T12:54:56.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:54:56 smithi178 bash[14494]: audit 2024-03-21T12:54:55.182788+0000 mon.a (mon.0) 971 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:54:56.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:54:56 smithi178 bash[14494]: audit 2024-03-21T12:54:55.184391+0000 mon.a (mon.0) 972 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi184.sylqte", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-21T12:54:56.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:54:56 smithi178 bash[14494]: audit 2024-03-21T12:54:55.190473+0000 mon.a (mon.0) 973 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi184.sylqte", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-03-21T12:54:56.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:54:56 smithi178 bash[14494]: audit 2024-03-21T12:54:55.196930+0000 mon.a (mon.0) 974 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:54:56.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:54:56 smithi178 bash[14494]: audit 2024-03-21T12:54:55.198895+0000 mon.a (mon.0) 975 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:54:56.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:54:56 smithi178 bash[14494]: cephadm 2024-03-21T12:54:55.200241+0000 mgr.y (mgr.24355) 123 : cephadm [INF] Deploying daemon rgw.foo.smithi184.sylqte on smithi184 2024-03-21T12:54:56.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:54:56 smithi178 bash[20270]: audit 2024-03-21T12:54:55.182788+0000 mon.a (mon.0) 971 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:54:56.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:54:56 smithi178 bash[20270]: audit 2024-03-21T12:54:55.184391+0000 mon.a (mon.0) 972 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi184.sylqte", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-21T12:54:56.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:54:56 smithi178 bash[20270]: audit 2024-03-21T12:54:55.190473+0000 mon.a (mon.0) 973 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi184.sylqte", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-03-21T12:54:56.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:54:56 smithi178 bash[20270]: audit 2024-03-21T12:54:55.196930+0000 mon.a (mon.0) 974 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:54:56.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:54:56 smithi178 bash[20270]: audit 2024-03-21T12:54:55.198895+0000 mon.a (mon.0) 975 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:54:56.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:54:56 smithi178 bash[20270]: cephadm 2024-03-21T12:54:55.200241+0000 mgr.y (mgr.24355) 123 : cephadm [INF] Deploying daemon rgw.foo.smithi184.sylqte on smithi184 2024-03-21T12:54:57.470 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:54:57 smithi184 bash[14608]: cluster 2024-03-21T12:54:56.537409+0000 mgr.y (mgr.24355) 124 : cluster [DBG] pgmap v96: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 716 B/s rd, 716 B/s wr, 1 op/s 2024-03-21T12:54:57.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:54:57 smithi178 bash[14494]: cluster 2024-03-21T12:54:56.537409+0000 mgr.y (mgr.24355) 124 : cluster [DBG] pgmap v96: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 716 B/s rd, 716 B/s wr, 1 op/s 2024-03-21T12:54:57.547 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:54:57 smithi178 bash[20270]: cluster 2024-03-21T12:54:56.537409+0000 mgr.y (mgr.24355) 124 : cluster [DBG] pgmap v96: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 716 B/s rd, 716 B/s wr, 1 op/s 2024-03-21T12:54:58.557 INFO:teuthology.orchestra.run.smithi178.stdout:Scheduled rgw.smpl update... 2024-03-21T12:54:59.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:54:58 smithi178 bash[20270]: audit 2024-03-21T12:54:57.871901+0000 mon.a (mon.0) 976 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:54:59.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:54:58 smithi178 bash[20270]: audit 2024-03-21T12:54:57.875494+0000 mon.a (mon.0) 977 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:54:59.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:54:58 smithi178 bash[20270]: audit 2024-03-21T12:54:57.876829+0000 mon.a (mon.0) 978 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:54:59.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:54:58 smithi178 bash[20270]: cephadm 2024-03-21T12:54:57.884819+0000 mgr.y (mgr.24355) 125 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-03-21T12:54:59.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:54:58 smithi178 bash[20270]: audit 2024-03-21T12:54:58.488356+0000 mon.a (mon.0) 979 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:54:59.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:54:58 smithi178 bash[20270]: audit 2024-03-21T12:54:58.501614+0000 mon.a (mon.0) 980 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:54:59.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:54:58 smithi178 bash[20270]: audit 2024-03-21T12:54:58.507775+0000 mon.a (mon.0) 981 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:54:59.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:54:58 smithi178 bash[20270]: cephadm 2024-03-21T12:54:58.508437+0000 mgr.y (mgr.24355) 126 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T12:54:59.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:54:58 smithi178 bash[20270]: audit 2024-03-21T12:54:58.517718+0000 mon.a (mon.0) 982 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:54:59.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:54:58 smithi178 bash[20270]: audit 2024-03-21T12:54:58.518704+0000 mon.a (mon.0) 983 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:54:59.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:54:58 smithi178 bash[20270]: cephadm 2024-03-21T12:54:58.528002+0000 mgr.y (mgr.24355) 127 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-03-21T12:54:59.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:54:58 smithi178 bash[20270]: cluster 2024-03-21T12:54:58.539010+0000 mgr.y (mgr.24355) 128 : cluster [DBG] pgmap v97: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 602 B/s rd, 602 B/s wr, 1 op/s 2024-03-21T12:54:59.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:54:58 smithi178 bash[20270]: audit 2024-03-21T12:54:58.548171+0000 mgr.y (mgr.24355) 129 : audit [DBG] from='client.24658 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "smpl", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:54:59.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:54:58 smithi178 bash[20270]: cephadm 2024-03-21T12:54:58.550517+0000 mgr.y (mgr.24355) 130 : cephadm [INF] Saving service rgw.smpl spec with placement count:2 2024-03-21T12:54:59.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:54:58 smithi178 bash[20270]: audit 2024-03-21T12:54:58.555336+0000 mon.a (mon.0) 984 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:54:59.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:54:58 smithi178 bash[20270]: audit 2024-03-21T12:54:58.816318+0000 mon.a (mon.0) 985 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:54:59.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:54:58 smithi178 bash[20270]: audit 2024-03-21T12:54:58.823624+0000 mon.a (mon.0) 986 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:54:59.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:54:58 smithi178 bash[20270]: audit 2024-03-21T12:54:58.824860+0000 mon.a (mon.0) 987 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:54:59.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:54:58 smithi178 bash[20270]: audit 2024-03-21T12:54:58.833996+0000 mon.a (mon.0) 988 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:54:59.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:54:58 smithi178 bash[14494]: audit 2024-03-21T12:54:57.871901+0000 mon.a (mon.0) 976 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:54:59.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:54:58 smithi178 bash[14494]: audit 2024-03-21T12:54:57.875494+0000 mon.a (mon.0) 977 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:54:59.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:54:58 smithi178 bash[14494]: audit 2024-03-21T12:54:57.876829+0000 mon.a (mon.0) 978 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:54:59.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:54:58 smithi178 bash[14494]: cephadm 2024-03-21T12:54:57.884819+0000 mgr.y (mgr.24355) 125 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-03-21T12:54:59.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:54:58 smithi178 bash[14494]: audit 2024-03-21T12:54:58.488356+0000 mon.a (mon.0) 979 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:54:59.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:54:58 smithi178 bash[14494]: audit 2024-03-21T12:54:58.501614+0000 mon.a (mon.0) 980 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:54:59.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:54:58 smithi178 bash[14494]: audit 2024-03-21T12:54:58.507775+0000 mon.a (mon.0) 981 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:54:59.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:54:58 smithi178 bash[14494]: cephadm 2024-03-21T12:54:58.508437+0000 mgr.y (mgr.24355) 126 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T12:54:59.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:54:58 smithi178 bash[14494]: audit 2024-03-21T12:54:58.517718+0000 mon.a (mon.0) 982 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:54:59.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:54:58 smithi178 bash[14494]: audit 2024-03-21T12:54:58.518704+0000 mon.a (mon.0) 983 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:54:59.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:54:58 smithi178 bash[14494]: cephadm 2024-03-21T12:54:58.528002+0000 mgr.y (mgr.24355) 127 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-03-21T12:54:59.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:54:58 smithi178 bash[14494]: cluster 2024-03-21T12:54:58.539010+0000 mgr.y (mgr.24355) 128 : cluster [DBG] pgmap v97: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 602 B/s rd, 602 B/s wr, 1 op/s 2024-03-21T12:54:59.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:54:58 smithi178 bash[14494]: audit 2024-03-21T12:54:58.548171+0000 mgr.y (mgr.24355) 129 : audit [DBG] from='client.24658 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "smpl", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:54:59.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:54:58 smithi178 bash[14494]: cephadm 2024-03-21T12:54:58.550517+0000 mgr.y (mgr.24355) 130 : cephadm [INF] Saving service rgw.smpl spec with placement count:2 2024-03-21T12:54:59.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:54:58 smithi178 bash[14494]: audit 2024-03-21T12:54:58.555336+0000 mon.a (mon.0) 984 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:54:59.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:54:58 smithi178 bash[14494]: audit 2024-03-21T12:54:58.816318+0000 mon.a (mon.0) 985 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:54:59.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:54:58 smithi178 bash[14494]: audit 2024-03-21T12:54:58.823624+0000 mon.a (mon.0) 986 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:54:59.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:54:58 smithi178 bash[14494]: audit 2024-03-21T12:54:58.824860+0000 mon.a (mon.0) 987 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:54:59.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:54:58 smithi178 bash[14494]: audit 2024-03-21T12:54:58.833996+0000 mon.a (mon.0) 988 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:54:59.322 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:54:58 smithi184 bash[14608]: audit 2024-03-21T12:54:57.871901+0000 mon.a (mon.0) 976 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:54:59.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:54:58 smithi184 bash[14608]: audit 2024-03-21T12:54:57.875494+0000 mon.a (mon.0) 977 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:54:59.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:54:58 smithi184 bash[14608]: audit 2024-03-21T12:54:57.876829+0000 mon.a (mon.0) 978 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:54:59.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:54:58 smithi184 bash[14608]: cephadm 2024-03-21T12:54:57.884819+0000 mgr.y (mgr.24355) 125 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-03-21T12:54:59.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:54:58 smithi184 bash[14608]: audit 2024-03-21T12:54:58.488356+0000 mon.a (mon.0) 979 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:54:59.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:54:58 smithi184 bash[14608]: audit 2024-03-21T12:54:58.501614+0000 mon.a (mon.0) 980 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:54:59.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:54:58 smithi184 bash[14608]: audit 2024-03-21T12:54:58.507775+0000 mon.a (mon.0) 981 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:54:59.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:54:58 smithi184 bash[14608]: cephadm 2024-03-21T12:54:58.508437+0000 mgr.y (mgr.24355) 126 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T12:54:59.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:54:58 smithi184 bash[14608]: audit 2024-03-21T12:54:58.517718+0000 mon.a (mon.0) 982 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:54:59.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:54:58 smithi184 bash[14608]: audit 2024-03-21T12:54:58.518704+0000 mon.a (mon.0) 983 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:54:59.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:54:58 smithi184 bash[14608]: cephadm 2024-03-21T12:54:58.528002+0000 mgr.y (mgr.24355) 127 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-03-21T12:54:59.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:54:58 smithi184 bash[14608]: cluster 2024-03-21T12:54:58.539010+0000 mgr.y (mgr.24355) 128 : cluster [DBG] pgmap v97: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 602 B/s rd, 602 B/s wr, 1 op/s 2024-03-21T12:54:59.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:54:58 smithi184 bash[14608]: audit 2024-03-21T12:54:58.548171+0000 mgr.y (mgr.24355) 129 : audit [DBG] from='client.24658 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "smpl", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:54:59.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:54:58 smithi184 bash[14608]: cephadm 2024-03-21T12:54:58.550517+0000 mgr.y (mgr.24355) 130 : cephadm [INF] Saving service rgw.smpl spec with placement count:2 2024-03-21T12:54:59.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:54:58 smithi184 bash[14608]: audit 2024-03-21T12:54:58.555336+0000 mon.a (mon.0) 984 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:54:59.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:54:58 smithi184 bash[14608]: audit 2024-03-21T12:54:58.816318+0000 mon.a (mon.0) 985 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:54:59.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:54:58 smithi184 bash[14608]: audit 2024-03-21T12:54:58.823624+0000 mon.a (mon.0) 986 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:54:59.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:54:58 smithi184 bash[14608]: audit 2024-03-21T12:54:58.824860+0000 mon.a (mon.0) 987 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:54:59.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:54:58 smithi184 bash[14608]: audit 2024-03-21T12:54:58.833996+0000 mon.a (mon.0) 988 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:54:59.572 DEBUG:teuthology.orchestra.run.smithi178:> 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 a94f249e-e780-11ee-95cd-87774f69a715 -e sha1=960fbbe4645c2becc8084669be194c95183c7753 -- bash -c 'ceph osd pool create foo' 2024-03-21T12:55:00.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:00 smithi178 bash[14494]: cephadm 2024-03-21T12:54:58.817143+0000 mgr.y (mgr.24355) 131 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T12:55:00.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:00 smithi178 bash[14494]: cephadm 2024-03-21T12:54:58.834479+0000 mgr.y (mgr.24355) 132 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T12:55:00.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:00 smithi178 bash[14494]: audit 2024-03-21T12:54:59.734543+0000 mon.a (mon.0) 989 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:55:00.797 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:00 smithi178 bash[20270]: cephadm 2024-03-21T12:54:58.817143+0000 mgr.y (mgr.24355) 131 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T12:55:00.797 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:00 smithi178 bash[20270]: cephadm 2024-03-21T12:54:58.834479+0000 mgr.y (mgr.24355) 132 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T12:55:00.797 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:00 smithi178 bash[20270]: audit 2024-03-21T12:54:59.734543+0000 mon.a (mon.0) 989 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:55:00.822 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:00 smithi184 bash[14608]: cephadm 2024-03-21T12:54:58.817143+0000 mgr.y (mgr.24355) 131 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T12:55:00.822 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:00 smithi184 bash[14608]: cephadm 2024-03-21T12:54:58.834479+0000 mgr.y (mgr.24355) 132 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T12:55:00.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:00 smithi184 bash[14608]: audit 2024-03-21T12:54:59.734543+0000 mon.a (mon.0) 989 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:55:01.771 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:01 smithi178 bash[14494]: cluster 2024-03-21T12:55:00.539845+0000 mgr.y (mgr.24355) 133 : cluster [DBG] pgmap v98: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 596 B/s rd, 596 B/s wr, 1 op/s 2024-03-21T12:55:01.771 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:01 smithi178 bash[20270]: cluster 2024-03-21T12:55:00.539845+0000 mgr.y (mgr.24355) 133 : cluster [DBG] pgmap v98: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 596 B/s rd, 596 B/s wr, 1 op/s 2024-03-21T12:55:01.822 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:01 smithi184 bash[14608]: cluster 2024-03-21T12:55:00.539845+0000 mgr.y (mgr.24355) 133 : cluster [DBG] pgmap v98: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 596 B/s rd, 596 B/s wr, 1 op/s 2024-03-21T12:55:04.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:03 smithi184 bash[14608]: cluster 2024-03-21T12:55:02.541448+0000 mgr.y (mgr.24355) 134 : cluster [DBG] pgmap v99: 129 pgs: 129 active+clean; 585 KiB data, 54 MiB used, 715 GiB / 715 GiB avail; 98 KiB/s rd, 3.6 KiB/s wr, 182 op/s 2024-03-21T12:55:04.080 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:03 smithi178 bash[14494]: cluster 2024-03-21T12:55:02.541448+0000 mgr.y (mgr.24355) 134 : cluster [DBG] pgmap v99: 129 pgs: 129 active+clean; 585 KiB data, 54 MiB used, 715 GiB / 715 GiB avail; 98 KiB/s rd, 3.6 KiB/s wr, 182 op/s 2024-03-21T12:55:04.081 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:55:03 smithi178 bash[14766]: 172.21.15.184 - - [21/Mar/2024:12:55:03] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2024-03-21T12:55:04.081 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:03 smithi178 bash[20270]: cluster 2024-03-21T12:55:02.541448+0000 mgr.y (mgr.24355) 134 : cluster [DBG] pgmap v99: 129 pgs: 129 active+clean; 585 KiB data, 54 MiB used, 715 GiB / 715 GiB avail; 98 KiB/s rd, 3.6 KiB/s wr, 182 op/s 2024-03-21T12:55:05.047 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:55:04 smithi178 bash[14766]: ::ffff:172.21.15.184 - - [21/Mar/2024:12:55:04] "GET /metrics HTTP/1.1" 200 196872 "" "Prometheus/2.33.4" 2024-03-21T12:55:05.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:04 smithi178 bash[14494]: audit 2024-03-21T12:55:03.779512+0000 mon.a (mon.0) 990 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:55:05.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:04 smithi178 bash[14494]: cluster 2024-03-21T12:55:04.541984+0000 mgr.y (mgr.24355) 135 : cluster [DBG] pgmap v100: 129 pgs: 129 active+clean; 585 KiB data, 54 MiB used, 715 GiB / 715 GiB avail; 97 KiB/s rd, 3.0 KiB/s wr, 180 op/s 2024-03-21T12:55:05.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:04 smithi178 bash[20270]: audit 2024-03-21T12:55:03.779512+0000 mon.a (mon.0) 990 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:55:05.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:04 smithi178 bash[20270]: cluster 2024-03-21T12:55:04.541984+0000 mgr.y (mgr.24355) 135 : cluster [DBG] pgmap v100: 129 pgs: 129 active+clean; 585 KiB data, 54 MiB used, 715 GiB / 715 GiB avail; 97 KiB/s rd, 3.0 KiB/s wr, 180 op/s 2024-03-21T12:55:05.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:04 smithi184 bash[14608]: audit 2024-03-21T12:55:03.779512+0000 mon.a (mon.0) 990 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:55:05.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:04 smithi184 bash[14608]: cluster 2024-03-21T12:55:04.541984+0000 mgr.y (mgr.24355) 135 : cluster [DBG] pgmap v100: 129 pgs: 129 active+clean; 585 KiB data, 54 MiB used, 715 GiB / 715 GiB avail; 97 KiB/s rd, 3.0 KiB/s wr, 180 op/s 2024-03-21T12:55:05.572 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 12:55:05 smithi184 bash[15792]: ::ffff:172.21.15.184 - - [21/Mar/2024:12:55:05] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-21T12:55:05.819 INFO:teuthology.orchestra.run.smithi178.stderr:pool 'foo' created 2024-03-21T12:55:05.977 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:55:05 smithi178 bash[14766]: 172.21.15.178 - - [21/Mar/2024:12:55:05] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2024-03-21T12:55:05.978 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:55:05 smithi178 bash[14766]: 172.21.15.184 - - [21/Mar/2024:12:55:05] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2024-03-21T12:55:05.978 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:05 smithi178 bash[20270]: audit 2024-03-21T12:55:05.179664+0000 mon.a (mon.0) 991 : audit [INF] from='client.? 172.21.15.178:0/2498853465' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "foo"}]: dispatch 2024-03-21T12:55:05.978 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:05 smithi178 bash[20270]: audit 2024-03-21T12:55:05.641953+0000 mon.a (mon.0) 992 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:55:05.978 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:05 smithi178 bash[20270]: audit 2024-03-21T12:55:05.647348+0000 mon.a (mon.0) 993 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:55:05.978 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:05 smithi178 bash[20270]: audit 2024-03-21T12:55:05.651669+0000 mon.a (mon.0) 994 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:55:05.978 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:05 smithi178 bash[20270]: audit 2024-03-21T12:55:05.656392+0000 mon.a (mon.0) 995 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:55:05.978 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:05 smithi178 bash[20270]: audit 2024-03-21T12:55:05.667232+0000 mon.a (mon.0) 996 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:55:05.978 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:05 smithi178 bash[20270]: audit 2024-03-21T12:55:05.668429+0000 mon.a (mon.0) 997 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:55:05.978 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:05 smithi178 bash[20270]: audit 2024-03-21T12:55:05.676631+0000 mon.a (mon.0) 998 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:55:05.979 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:05 smithi178 bash[20270]: audit 2024-03-21T12:55:05.690398+0000 mon.a (mon.0) 999 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:55:05.979 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:05 smithi178 bash[20270]: audit 2024-03-21T12:55:05.691354+0000 mon.a (mon.0) 1000 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi178.avyvkd", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-21T12:55:05.979 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:05 smithi178 bash[20270]: audit 2024-03-21T12:55:05.698310+0000 mon.a (mon.0) 1001 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi178.avyvkd", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-03-21T12:55:05.979 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:05 smithi178 bash[20270]: audit 2024-03-21T12:55:05.706143+0000 mon.a (mon.0) 1002 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:55:05.979 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:05 smithi178 bash[20270]: audit 2024-03-21T12:55:05.707684+0000 mon.a (mon.0) 1003 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:55:05.979 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:05 smithi178 bash[14494]: audit 2024-03-21T12:55:05.179664+0000 mon.a (mon.0) 991 : audit [INF] from='client.? 172.21.15.178:0/2498853465' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "foo"}]: dispatch 2024-03-21T12:55:05.979 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:05 smithi178 bash[14494]: audit 2024-03-21T12:55:05.641953+0000 mon.a (mon.0) 992 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:55:05.979 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:05 smithi178 bash[14494]: audit 2024-03-21T12:55:05.647348+0000 mon.a (mon.0) 993 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:55:05.979 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:05 smithi178 bash[14494]: audit 2024-03-21T12:55:05.651669+0000 mon.a (mon.0) 994 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:55:05.979 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:05 smithi178 bash[14494]: audit 2024-03-21T12:55:05.656392+0000 mon.a (mon.0) 995 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:55:05.979 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:05 smithi178 bash[14494]: audit 2024-03-21T12:55:05.667232+0000 mon.a (mon.0) 996 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:55:05.980 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:05 smithi178 bash[14494]: audit 2024-03-21T12:55:05.668429+0000 mon.a (mon.0) 997 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:55:05.980 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:05 smithi178 bash[14494]: audit 2024-03-21T12:55:05.676631+0000 mon.a (mon.0) 998 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:55:05.980 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:05 smithi178 bash[14494]: audit 2024-03-21T12:55:05.690398+0000 mon.a (mon.0) 999 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:55:05.980 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:05 smithi178 bash[14494]: audit 2024-03-21T12:55:05.691354+0000 mon.a (mon.0) 1000 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi178.avyvkd", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-21T12:55:05.980 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:05 smithi178 bash[14494]: audit 2024-03-21T12:55:05.698310+0000 mon.a (mon.0) 1001 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi178.avyvkd", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-03-21T12:55:05.980 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:05 smithi178 bash[14494]: audit 2024-03-21T12:55:05.706143+0000 mon.a (mon.0) 1002 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:55:05.980 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:05 smithi178 bash[14494]: audit 2024-03-21T12:55:05.707684+0000 mon.a (mon.0) 1003 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:55:06.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:05 smithi184 bash[14608]: audit 2024-03-21T12:55:05.179664+0000 mon.a (mon.0) 991 : audit [INF] from='client.? 172.21.15.178:0/2498853465' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "foo"}]: dispatch 2024-03-21T12:55:06.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:05 smithi184 bash[14608]: audit 2024-03-21T12:55:05.641953+0000 mon.a (mon.0) 992 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:55:06.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:05 smithi184 bash[14608]: audit 2024-03-21T12:55:05.647348+0000 mon.a (mon.0) 993 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:55:06.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:05 smithi184 bash[14608]: audit 2024-03-21T12:55:05.651669+0000 mon.a (mon.0) 994 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:55:06.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:05 smithi184 bash[14608]: audit 2024-03-21T12:55:05.656392+0000 mon.a (mon.0) 995 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:55:06.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:05 smithi184 bash[14608]: audit 2024-03-21T12:55:05.667232+0000 mon.a (mon.0) 996 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:55:06.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:05 smithi184 bash[14608]: audit 2024-03-21T12:55:05.668429+0000 mon.a (mon.0) 997 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:55:06.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:05 smithi184 bash[14608]: audit 2024-03-21T12:55:05.676631+0000 mon.a (mon.0) 998 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:55:06.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:05 smithi184 bash[14608]: audit 2024-03-21T12:55:05.690398+0000 mon.a (mon.0) 999 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:55:06.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:05 smithi184 bash[14608]: audit 2024-03-21T12:55:05.691354+0000 mon.a (mon.0) 1000 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi178.avyvkd", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-21T12:55:06.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:05 smithi184 bash[14608]: audit 2024-03-21T12:55:05.698310+0000 mon.a (mon.0) 1001 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi178.avyvkd", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-03-21T12:55:06.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:05 smithi184 bash[14608]: audit 2024-03-21T12:55:05.706143+0000 mon.a (mon.0) 1002 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:55:06.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:05 smithi184 bash[14608]: audit 2024-03-21T12:55:05.707684+0000 mon.a (mon.0) 1003 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:55:06.681 DEBUG:teuthology.orchestra.run.smithi178:> 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 a94f249e-e780-11ee-95cd-87774f69a715 -e sha1=960fbbe4645c2becc8084669be194c95183c7753 -- bash -c 'rbd pool init foo' 2024-03-21T12:55:07.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:06 smithi178 bash[14494]: cephadm 2024-03-21T12:55:05.684209+0000 mgr.y (mgr.24355) 136 : cephadm [INF] Saving service rgw.smpl spec with placement count:2 2024-03-21T12:55:07.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:06 smithi178 bash[14494]: cephadm 2024-03-21T12:55:05.709180+0000 mgr.y (mgr.24355) 137 : cephadm [INF] Deploying daemon rgw.smpl.smithi178.avyvkd on smithi178 2024-03-21T12:55:07.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:06 smithi178 bash[14494]: audit 2024-03-21T12:55:05.805589+0000 mon.a (mon.0) 1004 : audit [INF] from='client.? 172.21.15.178:0/2498853465' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "foo"}]': finished 2024-03-21T12:55:07.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:06 smithi178 bash[14494]: cluster 2024-03-21T12:55:05.805724+0000 mon.a (mon.0) 1005 : cluster [DBG] osdmap e71: 8 total, 8 up, 8 in 2024-03-21T12:55:07.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:06 smithi178 bash[14494]: cluster 2024-03-21T12:55:06.542716+0000 mgr.y (mgr.24355) 138 : cluster [DBG] pgmap v102: 161 pgs: 32 unknown, 129 active+clean; 585 KiB data, 59 MiB used, 715 GiB / 715 GiB avail; 119 KiB/s rd, 3.6 KiB/s wr, 220 op/s 2024-03-21T12:55:07.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:06 smithi178 bash[20270]: cephadm 2024-03-21T12:55:05.684209+0000 mgr.y (mgr.24355) 136 : cephadm [INF] Saving service rgw.smpl spec with placement count:2 2024-03-21T12:55:07.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:06 smithi178 bash[20270]: cephadm 2024-03-21T12:55:05.709180+0000 mgr.y (mgr.24355) 137 : cephadm [INF] Deploying daemon rgw.smpl.smithi178.avyvkd on smithi178 2024-03-21T12:55:07.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:06 smithi178 bash[20270]: audit 2024-03-21T12:55:05.805589+0000 mon.a (mon.0) 1004 : audit [INF] from='client.? 172.21.15.178:0/2498853465' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "foo"}]': finished 2024-03-21T12:55:07.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:06 smithi178 bash[20270]: cluster 2024-03-21T12:55:05.805724+0000 mon.a (mon.0) 1005 : cluster [DBG] osdmap e71: 8 total, 8 up, 8 in 2024-03-21T12:55:07.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:06 smithi178 bash[20270]: cluster 2024-03-21T12:55:06.542716+0000 mgr.y (mgr.24355) 138 : cluster [DBG] pgmap v102: 161 pgs: 32 unknown, 129 active+clean; 585 KiB data, 59 MiB used, 715 GiB / 715 GiB avail; 119 KiB/s rd, 3.6 KiB/s wr, 220 op/s 2024-03-21T12:55:07.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:06 smithi184 bash[14608]: cephadm 2024-03-21T12:55:05.684209+0000 mgr.y (mgr.24355) 136 : cephadm [INF] Saving service rgw.smpl spec with placement count:2 2024-03-21T12:55:07.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:06 smithi184 bash[14608]: cephadm 2024-03-21T12:55:05.709180+0000 mgr.y (mgr.24355) 137 : cephadm [INF] Deploying daemon rgw.smpl.smithi178.avyvkd on smithi178 2024-03-21T12:55:07.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:06 smithi184 bash[14608]: audit 2024-03-21T12:55:05.805589+0000 mon.a (mon.0) 1004 : audit [INF] from='client.? 172.21.15.178:0/2498853465' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "foo"}]': finished 2024-03-21T12:55:07.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:06 smithi184 bash[14608]: cluster 2024-03-21T12:55:05.805724+0000 mon.a (mon.0) 1005 : cluster [DBG] osdmap e71: 8 total, 8 up, 8 in 2024-03-21T12:55:07.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:06 smithi184 bash[14608]: cluster 2024-03-21T12:55:06.542716+0000 mgr.y (mgr.24355) 138 : cluster [DBG] pgmap v102: 161 pgs: 32 unknown, 129 active+clean; 585 KiB data, 59 MiB used, 715 GiB / 715 GiB avail; 119 KiB/s rd, 3.6 KiB/s wr, 220 op/s 2024-03-21T12:55:08.047 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:55:07 smithi178 bash[14766]: 172.21.15.178 - - [21/Mar/2024:12:55:07] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2024-03-21T12:55:08.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:07 smithi178 bash[14494]: cluster 2024-03-21T12:55:06.812038+0000 mon.a (mon.0) 1006 : cluster [DBG] osdmap e72: 8 total, 8 up, 8 in 2024-03-21T12:55:08.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:07 smithi178 bash[14494]: audit 2024-03-21T12:55:07.698385+0000 mon.a (mon.0) 1007 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:55:08.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:07 smithi178 bash[14494]: audit 2024-03-21T12:55:07.705128+0000 mon.a (mon.0) 1008 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:55:08.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:07 smithi178 bash[20270]: cluster 2024-03-21T12:55:06.812038+0000 mon.a (mon.0) 1006 : cluster [DBG] osdmap e72: 8 total, 8 up, 8 in 2024-03-21T12:55:08.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:07 smithi178 bash[20270]: audit 2024-03-21T12:55:07.698385+0000 mon.a (mon.0) 1007 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:55:08.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:07 smithi178 bash[20270]: audit 2024-03-21T12:55:07.705128+0000 mon.a (mon.0) 1008 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:55:08.322 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:07 smithi184 bash[14608]: cluster 2024-03-21T12:55:06.812038+0000 mon.a (mon.0) 1006 : cluster [DBG] osdmap e72: 8 total, 8 up, 8 in 2024-03-21T12:55:08.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:07 smithi184 bash[14608]: audit 2024-03-21T12:55:07.698385+0000 mon.a (mon.0) 1007 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:55:08.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:07 smithi184 bash[14608]: audit 2024-03-21T12:55:07.705128+0000 mon.a (mon.0) 1008 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:55:08.916 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:08 smithi178 bash[14494]: cluster 2024-03-21T12:55:07.825768+0000 mon.a (mon.0) 1009 : cluster [DBG] osdmap e73: 8 total, 8 up, 8 in 2024-03-21T12:55:08.917 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:08 smithi178 bash[14494]: cluster 2024-03-21T12:55:08.543495+0000 mgr.y (mgr.24355) 139 : cluster [DBG] pgmap v105: 161 pgs: 32 unknown, 129 active+clean; 585 KiB data, 59 MiB used, 715 GiB / 715 GiB avail; 3.7 KiB/s rd, 0 B/s wr, 6 op/s 2024-03-21T12:55:08.917 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:08 smithi178 bash[20270]: cluster 2024-03-21T12:55:07.825768+0000 mon.a (mon.0) 1009 : cluster [DBG] osdmap e73: 8 total, 8 up, 8 in 2024-03-21T12:55:08.917 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:08 smithi178 bash[20270]: cluster 2024-03-21T12:55:08.543495+0000 mgr.y (mgr.24355) 139 : cluster [DBG] pgmap v105: 161 pgs: 32 unknown, 129 active+clean; 585 KiB data, 59 MiB used, 715 GiB / 715 GiB avail; 3.7 KiB/s rd, 0 B/s wr, 6 op/s 2024-03-21T12:55:09.322 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:08 smithi184 bash[14608]: cluster 2024-03-21T12:55:07.825768+0000 mon.a (mon.0) 1009 : cluster [DBG] osdmap e73: 8 total, 8 up, 8 in 2024-03-21T12:55:09.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:08 smithi184 bash[14608]: cluster 2024-03-21T12:55:08.543495+0000 mgr.y (mgr.24355) 139 : cluster [DBG] pgmap v105: 161 pgs: 32 unknown, 129 active+clean; 585 KiB data, 59 MiB used, 715 GiB / 715 GiB avail; 3.7 KiB/s rd, 0 B/s wr, 6 op/s 2024-03-21T12:55:11.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:11 smithi184 bash[14608]: cluster 2024-03-21T12:55:10.544257+0000 mgr.y (mgr.24355) 140 : cluster [DBG] pgmap v106: 161 pgs: 32 unknown, 129 active+clean; 585 KiB data, 59 MiB used, 715 GiB / 715 GiB avail; 3.7 KiB/s rd, 0 B/s wr, 6 op/s 2024-03-21T12:55:11.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:11 smithi184 bash[14608]: audit 2024-03-21T12:55:11.043821+0000 mon.c (mon.1) 27 : audit [INF] from='client.? 172.21.15.178:0/1419179333' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "foo","app": "rbd"}]: dispatch 2024-03-21T12:55:11.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:11 smithi184 bash[14608]: audit 2024-03-21T12:55:11.044489+0000 mon.a (mon.0) 1010 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "foo","app": "rbd"}]: dispatch 2024-03-21T12:55:11.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:11 smithi184 bash[14608]: audit 2024-03-21T12:55:11.185827+0000 mon.a (mon.0) 1011 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:55:11.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:11 smithi184 bash[14608]: audit 2024-03-21T12:55:11.188007+0000 mon.a (mon.0) 1012 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi184.ccsuhn", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-21T12:55:11.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:11 smithi184 bash[14608]: audit 2024-03-21T12:55:11.193656+0000 mon.a (mon.0) 1013 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi184.ccsuhn", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-03-21T12:55:11.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:11 smithi184 bash[14608]: audit 2024-03-21T12:55:11.199904+0000 mon.a (mon.0) 1014 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:55:11.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:11 smithi184 bash[14608]: audit 2024-03-21T12:55:11.201142+0000 mon.a (mon.0) 1015 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:55:12.035 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:11 smithi178 bash[20270]: cluster 2024-03-21T12:55:10.544257+0000 mgr.y (mgr.24355) 140 : cluster [DBG] pgmap v106: 161 pgs: 32 unknown, 129 active+clean; 585 KiB data, 59 MiB used, 715 GiB / 715 GiB avail; 3.7 KiB/s rd, 0 B/s wr, 6 op/s 2024-03-21T12:55:12.035 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:11 smithi178 bash[20270]: audit 2024-03-21T12:55:11.043821+0000 mon.c (mon.1) 27 : audit [INF] from='client.? 172.21.15.178:0/1419179333' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "foo","app": "rbd"}]: dispatch 2024-03-21T12:55:12.035 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:11 smithi178 bash[20270]: audit 2024-03-21T12:55:11.044489+0000 mon.a (mon.0) 1010 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "foo","app": "rbd"}]: dispatch 2024-03-21T12:55:12.035 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:11 smithi178 bash[20270]: audit 2024-03-21T12:55:11.185827+0000 mon.a (mon.0) 1011 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:55:12.035 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:11 smithi178 bash[20270]: audit 2024-03-21T12:55:11.188007+0000 mon.a (mon.0) 1012 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi184.ccsuhn", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-21T12:55:12.035 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:11 smithi178 bash[20270]: audit 2024-03-21T12:55:11.193656+0000 mon.a (mon.0) 1013 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi184.ccsuhn", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-03-21T12:55:12.035 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:11 smithi178 bash[20270]: audit 2024-03-21T12:55:11.199904+0000 mon.a (mon.0) 1014 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:55:12.035 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:11 smithi178 bash[20270]: audit 2024-03-21T12:55:11.201142+0000 mon.a (mon.0) 1015 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:55:12.035 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:11 smithi178 bash[14494]: cluster 2024-03-21T12:55:10.544257+0000 mgr.y (mgr.24355) 140 : cluster [DBG] pgmap v106: 161 pgs: 32 unknown, 129 active+clean; 585 KiB data, 59 MiB used, 715 GiB / 715 GiB avail; 3.7 KiB/s rd, 0 B/s wr, 6 op/s 2024-03-21T12:55:12.036 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:11 smithi178 bash[14494]: audit 2024-03-21T12:55:11.043821+0000 mon.c (mon.1) 27 : audit [INF] from='client.? 172.21.15.178:0/1419179333' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "foo","app": "rbd"}]: dispatch 2024-03-21T12:55:12.036 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:11 smithi178 bash[14494]: audit 2024-03-21T12:55:11.044489+0000 mon.a (mon.0) 1010 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "foo","app": "rbd"}]: dispatch 2024-03-21T12:55:12.036 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:11 smithi178 bash[14494]: audit 2024-03-21T12:55:11.185827+0000 mon.a (mon.0) 1011 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:55:12.036 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:11 smithi178 bash[14494]: audit 2024-03-21T12:55:11.188007+0000 mon.a (mon.0) 1012 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi184.ccsuhn", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-21T12:55:12.036 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:11 smithi178 bash[14494]: audit 2024-03-21T12:55:11.193656+0000 mon.a (mon.0) 1013 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi184.ccsuhn", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-03-21T12:55:12.036 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:11 smithi178 bash[14494]: audit 2024-03-21T12:55:11.199904+0000 mon.a (mon.0) 1014 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:55:12.036 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:11 smithi178 bash[14494]: audit 2024-03-21T12:55:11.201142+0000 mon.a (mon.0) 1015 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:55:12.758 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:12 smithi184 bash[14608]: cephadm 2024-03-21T12:55:11.202419+0000 mgr.y (mgr.24355) 141 : cephadm [INF] Deploying daemon rgw.smpl.smithi184.ccsuhn on smithi184 2024-03-21T12:55:12.758 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:12 smithi184 bash[14608]: audit 2024-03-21T12:55:11.639824+0000 mon.a (mon.0) 1016 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "foo","app": "rbd"}]': finished 2024-03-21T12:55:12.758 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:12 smithi184 bash[14608]: cluster 2024-03-21T12:55:11.640021+0000 mon.a (mon.0) 1017 : cluster [DBG] osdmap e74: 8 total, 8 up, 8 in 2024-03-21T12:55:12.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:12 smithi178 bash[14494]: cephadm 2024-03-21T12:55:11.202419+0000 mgr.y (mgr.24355) 141 : cephadm [INF] Deploying daemon rgw.smpl.smithi184.ccsuhn on smithi184 2024-03-21T12:55:12.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:12 smithi178 bash[14494]: audit 2024-03-21T12:55:11.639824+0000 mon.a (mon.0) 1016 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "foo","app": "rbd"}]': finished 2024-03-21T12:55:12.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:12 smithi178 bash[14494]: cluster 2024-03-21T12:55:11.640021+0000 mon.a (mon.0) 1017 : cluster [DBG] osdmap e74: 8 total, 8 up, 8 in 2024-03-21T12:55:12.797 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:12 smithi178 bash[20270]: cephadm 2024-03-21T12:55:11.202419+0000 mgr.y (mgr.24355) 141 : cephadm [INF] Deploying daemon rgw.smpl.smithi184.ccsuhn on smithi184 2024-03-21T12:55:12.797 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:12 smithi178 bash[20270]: audit 2024-03-21T12:55:11.639824+0000 mon.a (mon.0) 1016 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "foo","app": "rbd"}]': finished 2024-03-21T12:55:12.797 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:12 smithi178 bash[20270]: cluster 2024-03-21T12:55:11.640021+0000 mon.a (mon.0) 1017 : cluster [DBG] osdmap e74: 8 total, 8 up, 8 in 2024-03-21T12:55:13.861 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:13 smithi178 bash[14494]: cluster 2024-03-21T12:55:12.544980+0000 mgr.y (mgr.24355) 142 : cluster [DBG] pgmap v108: 161 pgs: 161 active+clean; 585 KiB data, 60 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:55:13.861 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:13 smithi178 bash[14494]: cluster 2024-03-21T12:55:12.645610+0000 mon.a (mon.0) 1018 : cluster [DBG] osdmap e75: 8 total, 8 up, 8 in 2024-03-21T12:55:13.861 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:13 smithi178 bash[20270]: cluster 2024-03-21T12:55:12.544980+0000 mgr.y (mgr.24355) 142 : cluster [DBG] pgmap v108: 161 pgs: 161 active+clean; 585 KiB data, 60 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:55:13.861 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:13 smithi178 bash[20270]: cluster 2024-03-21T12:55:12.645610+0000 mon.a (mon.0) 1018 : cluster [DBG] osdmap e75: 8 total, 8 up, 8 in 2024-03-21T12:55:14.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:13 smithi184 bash[14608]: cluster 2024-03-21T12:55:12.544980+0000 mgr.y (mgr.24355) 142 : cluster [DBG] pgmap v108: 161 pgs: 161 active+clean; 585 KiB data, 60 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:55:14.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:13 smithi184 bash[14608]: cluster 2024-03-21T12:55:12.645610+0000 mon.a (mon.0) 1018 : cluster [DBG] osdmap e75: 8 total, 8 up, 8 in 2024-03-21T12:55:14.894 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:14 smithi184 bash[14608]: cluster 2024-03-21T12:55:13.650709+0000 mon.a (mon.0) 1019 : cluster [DBG] osdmap e76: 8 total, 8 up, 8 in 2024-03-21T12:55:14.894 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:14 smithi184 bash[14608]: audit 2024-03-21T12:55:13.813327+0000 mon.a (mon.0) 1020 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:55:14.894 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:14 smithi184 bash[14608]: audit 2024-03-21T12:55:13.816861+0000 mon.a (mon.0) 1021 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:55:14.894 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:14 smithi184 bash[14608]: audit 2024-03-21T12:55:13.818612+0000 mon.a (mon.0) 1022 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:55:14.894 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:14 smithi184 bash[14608]: cephadm 2024-03-21T12:55:13.826814+0000 mgr.y (mgr.24355) 143 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-03-21T12:55:14.894 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:14 smithi184 bash[14608]: audit 2024-03-21T12:55:14.145439+0000 mon.a (mon.0) 1023 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:55:14.894 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:14 smithi184 bash[14608]: cephadm 2024-03-21T12:55:14.146077+0000 mgr.y (mgr.24355) 144 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T12:55:14.894 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:14 smithi184 bash[14608]: audit 2024-03-21T12:55:14.154720+0000 mon.a (mon.0) 1024 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:55:14.894 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:14 smithi184 bash[14608]: audit 2024-03-21T12:55:14.156289+0000 mon.a (mon.0) 1025 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:55:14.894 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:14 smithi184 bash[14608]: cephadm 2024-03-21T12:55:14.162770+0000 mgr.y (mgr.24355) 145 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-03-21T12:55:14.895 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:14 smithi184 bash[14608]: audit 2024-03-21T12:55:14.472954+0000 mon.a (mon.0) 1026 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:55:14.895 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:14 smithi184 bash[14608]: cephadm 2024-03-21T12:55:14.474053+0000 mgr.y (mgr.24355) 146 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T12:55:14.895 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:14 smithi184 bash[14608]: cluster 2024-03-21T12:55:14.545721+0000 mgr.y (mgr.24355) 147 : cluster [DBG] pgmap v111: 161 pgs: 161 active+clean; 585 KiB data, 60 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:55:15.047 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:55:14 smithi178 bash[14766]: ::ffff:172.21.15.184 - - [21/Mar/2024:12:55:14] "GET /metrics HTTP/1.1" 200 208061 "" "Prometheus/2.33.4" 2024-03-21T12:55:15.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:14 smithi178 bash[14494]: cluster 2024-03-21T12:55:13.650709+0000 mon.a (mon.0) 1019 : cluster [DBG] osdmap e76: 8 total, 8 up, 8 in 2024-03-21T12:55:15.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:14 smithi178 bash[14494]: audit 2024-03-21T12:55:13.813327+0000 mon.a (mon.0) 1020 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:55:15.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:14 smithi178 bash[14494]: audit 2024-03-21T12:55:13.816861+0000 mon.a (mon.0) 1021 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:55:15.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:14 smithi178 bash[14494]: audit 2024-03-21T12:55:13.818612+0000 mon.a (mon.0) 1022 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:55:15.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:14 smithi178 bash[14494]: cephadm 2024-03-21T12:55:13.826814+0000 mgr.y (mgr.24355) 143 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-03-21T12:55:15.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:14 smithi178 bash[14494]: audit 2024-03-21T12:55:14.145439+0000 mon.a (mon.0) 1023 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:55:15.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:14 smithi178 bash[14494]: cephadm 2024-03-21T12:55:14.146077+0000 mgr.y (mgr.24355) 144 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T12:55:15.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:14 smithi178 bash[14494]: audit 2024-03-21T12:55:14.154720+0000 mon.a (mon.0) 1024 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:55:15.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:14 smithi178 bash[14494]: audit 2024-03-21T12:55:14.156289+0000 mon.a (mon.0) 1025 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:55:15.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:14 smithi178 bash[14494]: cephadm 2024-03-21T12:55:14.162770+0000 mgr.y (mgr.24355) 145 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-03-21T12:55:15.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:14 smithi178 bash[14494]: audit 2024-03-21T12:55:14.472954+0000 mon.a (mon.0) 1026 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:55:15.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:14 smithi178 bash[14494]: cephadm 2024-03-21T12:55:14.474053+0000 mgr.y (mgr.24355) 146 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T12:55:15.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:14 smithi178 bash[14494]: cluster 2024-03-21T12:55:14.545721+0000 mgr.y (mgr.24355) 147 : cluster [DBG] pgmap v111: 161 pgs: 161 active+clean; 585 KiB data, 60 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:55:15.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:14 smithi178 bash[20270]: cluster 2024-03-21T12:55:13.650709+0000 mon.a (mon.0) 1019 : cluster [DBG] osdmap e76: 8 total, 8 up, 8 in 2024-03-21T12:55:15.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:14 smithi178 bash[20270]: audit 2024-03-21T12:55:13.813327+0000 mon.a (mon.0) 1020 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:55:15.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:14 smithi178 bash[20270]: audit 2024-03-21T12:55:13.816861+0000 mon.a (mon.0) 1021 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:55:15.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:14 smithi178 bash[20270]: audit 2024-03-21T12:55:13.818612+0000 mon.a (mon.0) 1022 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:55:15.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:14 smithi178 bash[20270]: cephadm 2024-03-21T12:55:13.826814+0000 mgr.y (mgr.24355) 143 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-03-21T12:55:15.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:14 smithi178 bash[20270]: audit 2024-03-21T12:55:14.145439+0000 mon.a (mon.0) 1023 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:55:15.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:14 smithi178 bash[20270]: cephadm 2024-03-21T12:55:14.146077+0000 mgr.y (mgr.24355) 144 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T12:55:15.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:14 smithi178 bash[20270]: audit 2024-03-21T12:55:14.154720+0000 mon.a (mon.0) 1024 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:55:15.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:14 smithi178 bash[20270]: audit 2024-03-21T12:55:14.156289+0000 mon.a (mon.0) 1025 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:55:15.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:14 smithi178 bash[20270]: cephadm 2024-03-21T12:55:14.162770+0000 mgr.y (mgr.24355) 145 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-03-21T12:55:15.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:14 smithi178 bash[20270]: audit 2024-03-21T12:55:14.472954+0000 mon.a (mon.0) 1026 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:55:15.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:14 smithi178 bash[20270]: cephadm 2024-03-21T12:55:14.474053+0000 mgr.y (mgr.24355) 146 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T12:55:15.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:14 smithi178 bash[20270]: cluster 2024-03-21T12:55:14.545721+0000 mgr.y (mgr.24355) 147 : cluster [DBG] pgmap v111: 161 pgs: 161 active+clean; 585 KiB data, 60 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:55:15.111 DEBUG:teuthology.orchestra.run.smithi178:> 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 a94f249e-e780-11ee-95cd-87774f69a715 -e sha1=960fbbe4645c2becc8084669be194c95183c7753 -- bash -c 'ceph orch apply iscsi foo u p' 2024-03-21T12:55:15.483 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 12:55:15 smithi184 bash[15792]: ::ffff:172.21.15.184 - - [21/Mar/2024:12:55:15] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-21T12:55:15.777 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:15 smithi178 bash[14494]: audit 2024-03-21T12:55:14.754290+0000 mon.a (mon.0) 1027 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:55:15.778 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:15 smithi178 bash[20270]: audit 2024-03-21T12:55:14.754290+0000 mon.a (mon.0) 1027 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:55:16.005 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:15 smithi184 bash[14608]: audit 2024-03-21T12:55:14.754290+0000 mon.a (mon.0) 1027 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:55:17.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:16 smithi178 bash[14494]: cluster 2024-03-21T12:55:16.547752+0000 mgr.y (mgr.24355) 148 : cluster [DBG] pgmap v112: 161 pgs: 161 active+clean; 585 KiB data, 82 MiB used, 715 GiB / 715 GiB avail; 178 KiB/s rd, 682 B/s wr, 264 op/s 2024-03-21T12:55:17.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:16 smithi178 bash[20270]: cluster 2024-03-21T12:55:16.547752+0000 mgr.y (mgr.24355) 148 : cluster [DBG] pgmap v112: 161 pgs: 161 active+clean; 585 KiB data, 82 MiB used, 715 GiB / 715 GiB avail; 178 KiB/s rd, 682 B/s wr, 264 op/s 2024-03-21T12:55:17.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:16 smithi184 bash[14608]: cluster 2024-03-21T12:55:16.547752+0000 mgr.y (mgr.24355) 148 : cluster [DBG] pgmap v112: 161 pgs: 161 active+clean; 585 KiB data, 82 MiB used, 715 GiB / 715 GiB avail; 178 KiB/s rd, 682 B/s wr, 264 op/s 2024-03-21T12:55:19.606 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:55:19 smithi178 bash[14766]: 172.21.15.184 - - [21/Mar/2024:12:55:19] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2024-03-21T12:55:19.748 INFO:teuthology.orchestra.run.smithi178.stdout:Scheduled iscsi.foo update... 2024-03-21T12:55:19.822 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:19 smithi184 bash[14608]: cluster 2024-03-21T12:55:18.548596+0000 mgr.y (mgr.24355) 149 : cluster [DBG] pgmap v113: 161 pgs: 161 active+clean; 585 KiB data, 82 MiB used, 715 GiB / 715 GiB avail; 154 KiB/s rd, 592 B/s wr, 229 op/s 2024-03-21T12:55:19.822 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:19 smithi184 bash[14608]: audit 2024-03-21T12:55:19.542346+0000 mon.a (mon.0) 1028 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:55:19.933 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:19 smithi178 bash[14494]: cluster 2024-03-21T12:55:18.548596+0000 mgr.y (mgr.24355) 149 : cluster [DBG] pgmap v113: 161 pgs: 161 active+clean; 585 KiB data, 82 MiB used, 715 GiB / 715 GiB avail; 154 KiB/s rd, 592 B/s wr, 229 op/s 2024-03-21T12:55:19.933 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:19 smithi178 bash[14494]: audit 2024-03-21T12:55:19.542346+0000 mon.a (mon.0) 1028 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:55:19.934 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:19 smithi178 bash[20270]: cluster 2024-03-21T12:55:18.548596+0000 mgr.y (mgr.24355) 149 : cluster [DBG] pgmap v113: 161 pgs: 161 active+clean; 585 KiB data, 82 MiB used, 715 GiB / 715 GiB avail; 154 KiB/s rd, 592 B/s wr, 229 op/s 2024-03-21T12:55:19.934 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:19 smithi178 bash[20270]: audit 2024-03-21T12:55:19.542346+0000 mon.a (mon.0) 1028 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:55:20.518 DEBUG:teuthology.orchestra.run.smithi178:> 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 a94f249e-e780-11ee-95cd-87774f69a715 -e sha1=960fbbe4645c2becc8084669be194c95183c7753 -- bash -c 'sleep 120' 2024-03-21T12:55:20.797 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:55:20 smithi178 bash[14766]: 172.21.15.184 - - [21/Mar/2024:12:55:20] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2024-03-21T12:55:20.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:20 smithi178 bash[14494]: audit 2024-03-21T12:55:19.739332+0000 mgr.y (mgr.24355) 150 : audit [DBG] from='client.24844 -' entity='client.admin' cmd=[{"prefix": "orch apply iscsi", "pool": "foo", "api_user": "u", "api_password": "p", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:55:20.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:20 smithi178 bash[14494]: cephadm 2024-03-21T12:55:19.741126+0000 mgr.y (mgr.24355) 151 : cephadm [INF] Saving service iscsi.foo spec with placement count:1 2024-03-21T12:55:20.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:20 smithi178 bash[14494]: audit 2024-03-21T12:55:19.745978+0000 mon.a (mon.0) 1029 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:55:20.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:20 smithi178 bash[14494]: audit 2024-03-21T12:55:19.756832+0000 mon.a (mon.0) 1030 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:55:20.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:20 smithi178 bash[14494]: audit 2024-03-21T12:55:19.758324+0000 mon.a (mon.0) 1031 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:55:20.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:20 smithi178 bash[14494]: audit 2024-03-21T12:55:19.768806+0000 mon.a (mon.0) 1032 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:55:20.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:20 smithi178 bash[14494]: cephadm 2024-03-21T12:55:19.769642+0000 mgr.y (mgr.24355) 152 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T12:55:20.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:20 smithi178 bash[14494]: audit 2024-03-21T12:55:19.783070+0000 mon.a (mon.0) 1033 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:55:20.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:20 smithi178 bash[14494]: audit 2024-03-21T12:55:20.527155+0000 mon.a (mon.0) 1034 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:55:20.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:20 smithi178 bash[14494]: audit 2024-03-21T12:55:20.535999+0000 mon.a (mon.0) 1035 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:55:20.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:20 smithi178 bash[14494]: cluster 2024-03-21T12:55:20.549300+0000 mgr.y (mgr.24355) 153 : cluster [DBG] pgmap v114: 161 pgs: 161 active+clean; 585 KiB data, 82 MiB used, 715 GiB / 715 GiB avail; 133 KiB/s rd, 511 B/s wr, 198 op/s 2024-03-21T12:55:20.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:20 smithi178 bash[14494]: cluster 2024-03-21T12:55:20.644083+0000 mon.a (mon.0) 1036 : cluster [DBG] osdmap e77: 8 total, 8 up, 8 in 2024-03-21T12:55:20.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:20 smithi178 bash[20270]: audit 2024-03-21T12:55:19.739332+0000 mgr.y (mgr.24355) 150 : audit [DBG] from='client.24844 -' entity='client.admin' cmd=[{"prefix": "orch apply iscsi", "pool": "foo", "api_user": "u", "api_password": "p", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:55:20.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:20 smithi178 bash[20270]: cephadm 2024-03-21T12:55:19.741126+0000 mgr.y (mgr.24355) 151 : cephadm [INF] Saving service iscsi.foo spec with placement count:1 2024-03-21T12:55:20.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:20 smithi178 bash[20270]: audit 2024-03-21T12:55:19.745978+0000 mon.a (mon.0) 1029 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:55:20.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:20 smithi178 bash[20270]: audit 2024-03-21T12:55:19.756832+0000 mon.a (mon.0) 1030 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:55:20.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:20 smithi178 bash[20270]: audit 2024-03-21T12:55:19.758324+0000 mon.a (mon.0) 1031 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:55:20.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:20 smithi178 bash[20270]: audit 2024-03-21T12:55:19.768806+0000 mon.a (mon.0) 1032 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:55:20.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:20 smithi178 bash[20270]: cephadm 2024-03-21T12:55:19.769642+0000 mgr.y (mgr.24355) 152 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T12:55:20.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:20 smithi178 bash[20270]: audit 2024-03-21T12:55:19.783070+0000 mon.a (mon.0) 1033 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:55:20.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:20 smithi178 bash[20270]: audit 2024-03-21T12:55:20.527155+0000 mon.a (mon.0) 1034 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:55:20.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:20 smithi178 bash[20270]: audit 2024-03-21T12:55:20.535999+0000 mon.a (mon.0) 1035 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:55:20.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:20 smithi178 bash[20270]: cluster 2024-03-21T12:55:20.549300+0000 mgr.y (mgr.24355) 153 : cluster [DBG] pgmap v114: 161 pgs: 161 active+clean; 585 KiB data, 82 MiB used, 715 GiB / 715 GiB avail; 133 KiB/s rd, 511 B/s wr, 198 op/s 2024-03-21T12:55:20.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:20 smithi178 bash[20270]: cluster 2024-03-21T12:55:20.644083+0000 mon.a (mon.0) 1036 : cluster [DBG] osdmap e77: 8 total, 8 up, 8 in 2024-03-21T12:55:20.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:20 smithi184 bash[14608]: audit 2024-03-21T12:55:19.739332+0000 mgr.y (mgr.24355) 150 : audit [DBG] from='client.24844 -' entity='client.admin' cmd=[{"prefix": "orch apply iscsi", "pool": "foo", "api_user": "u", "api_password": "p", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:55:20.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:20 smithi184 bash[14608]: cephadm 2024-03-21T12:55:19.741126+0000 mgr.y (mgr.24355) 151 : cephadm [INF] Saving service iscsi.foo spec with placement count:1 2024-03-21T12:55:20.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:20 smithi184 bash[14608]: audit 2024-03-21T12:55:19.745978+0000 mon.a (mon.0) 1029 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:55:20.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:20 smithi184 bash[14608]: audit 2024-03-21T12:55:19.756832+0000 mon.a (mon.0) 1030 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:55:20.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:20 smithi184 bash[14608]: audit 2024-03-21T12:55:19.758324+0000 mon.a (mon.0) 1031 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:55:20.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:20 smithi184 bash[14608]: audit 2024-03-21T12:55:19.768806+0000 mon.a (mon.0) 1032 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:55:20.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:20 smithi184 bash[14608]: cephadm 2024-03-21T12:55:19.769642+0000 mgr.y (mgr.24355) 152 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T12:55:20.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:20 smithi184 bash[14608]: audit 2024-03-21T12:55:19.783070+0000 mon.a (mon.0) 1033 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:55:20.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:20 smithi184 bash[14608]: audit 2024-03-21T12:55:20.527155+0000 mon.a (mon.0) 1034 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:55:20.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:20 smithi184 bash[14608]: audit 2024-03-21T12:55:20.535999+0000 mon.a (mon.0) 1035 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:55:20.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:20 smithi184 bash[14608]: cluster 2024-03-21T12:55:20.549300+0000 mgr.y (mgr.24355) 153 : cluster [DBG] pgmap v114: 161 pgs: 161 active+clean; 585 KiB data, 82 MiB used, 715 GiB / 715 GiB avail; 133 KiB/s rd, 511 B/s wr, 198 op/s 2024-03-21T12:55:20.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:20 smithi184 bash[14608]: cluster 2024-03-21T12:55:20.644083+0000 mon.a (mon.0) 1036 : cluster [DBG] osdmap e77: 8 total, 8 up, 8 in 2024-03-21T12:55:21.762 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:55:21 smithi178 bash[14766]: 172.21.15.178 - - [21/Mar/2024:12:55:21] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2024-03-21T12:55:22.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:22 smithi178 bash[14494]: audit 2024-03-21T12:55:21.456125+0000 mon.a (mon.0) 1037 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:55:22.797 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:22 smithi178 bash[20270]: audit 2024-03-21T12:55:21.456125+0000 mon.a (mon.0) 1037 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:55:22.822 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:22 smithi184 bash[14608]: audit 2024-03-21T12:55:21.456125+0000 mon.a (mon.0) 1037 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:55:23.456 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:55:23 smithi178 bash[14766]: 172.21.15.178 - - [21/Mar/2024:12:55:23] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2024-03-21T12:55:23.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:23 smithi178 bash[14494]: cluster 2024-03-21T12:55:22.551275+0000 mgr.y (mgr.24355) 154 : cluster [DBG] pgmap v116: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 154 KiB/s rd, 460 B/s wr, 233 op/s 2024-03-21T12:55:23.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:23 smithi178 bash[14494]: audit 2024-03-21T12:55:23.117166+0000 mon.a (mon.0) 1038 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:55:23.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:23 smithi178 bash[14494]: audit 2024-03-21T12:55:23.124048+0000 mon.a (mon.0) 1039 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:55:23.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:23 smithi178 bash[14494]: audit 2024-03-21T12:55:23.146241+0000 mon.a (mon.0) 1040 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:55:23.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:23 smithi178 bash[14494]: audit 2024-03-21T12:55:23.147950+0000 mon.a (mon.0) 1041 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:55:23.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:23 smithi178 bash[14494]: audit 2024-03-21T12:55:23.159878+0000 mon.a (mon.0) 1042 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:55:23.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:23 smithi178 bash[14494]: audit 2024-03-21T12:55:23.182695+0000 mon.a (mon.0) 1043 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi178.qfgpzc", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-03-21T12:55:23.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:23 smithi178 bash[14494]: audit 2024-03-21T12:55:23.188689+0000 mon.a (mon.0) 1044 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi178.qfgpzc", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]': finished 2024-03-21T12:55:23.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:23 smithi178 bash[14494]: audit 2024-03-21T12:55:23.196741+0000 mon.a (mon.0) 1045 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:55:23.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:23 smithi178 bash[20270]: cluster 2024-03-21T12:55:22.551275+0000 mgr.y (mgr.24355) 154 : cluster [DBG] pgmap v116: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 154 KiB/s rd, 460 B/s wr, 233 op/s 2024-03-21T12:55:23.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:23 smithi178 bash[20270]: audit 2024-03-21T12:55:23.117166+0000 mon.a (mon.0) 1038 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:55:23.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:23 smithi178 bash[20270]: audit 2024-03-21T12:55:23.124048+0000 mon.a (mon.0) 1039 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:55:23.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:23 smithi178 bash[20270]: audit 2024-03-21T12:55:23.146241+0000 mon.a (mon.0) 1040 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:55:23.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:23 smithi178 bash[20270]: audit 2024-03-21T12:55:23.147950+0000 mon.a (mon.0) 1041 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:55:23.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:23 smithi178 bash[20270]: audit 2024-03-21T12:55:23.159878+0000 mon.a (mon.0) 1042 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:55:23.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:23 smithi178 bash[20270]: audit 2024-03-21T12:55:23.182695+0000 mon.a (mon.0) 1043 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi178.qfgpzc", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-03-21T12:55:23.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:23 smithi178 bash[20270]: audit 2024-03-21T12:55:23.188689+0000 mon.a (mon.0) 1044 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi178.qfgpzc", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]': finished 2024-03-21T12:55:23.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:23 smithi178 bash[20270]: audit 2024-03-21T12:55:23.196741+0000 mon.a (mon.0) 1045 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:55:23.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:23 smithi184 bash[14608]: cluster 2024-03-21T12:55:22.551275+0000 mgr.y (mgr.24355) 154 : cluster [DBG] pgmap v116: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 154 KiB/s rd, 460 B/s wr, 233 op/s 2024-03-21T12:55:23.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:23 smithi184 bash[14608]: audit 2024-03-21T12:55:23.117166+0000 mon.a (mon.0) 1038 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:55:23.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:23 smithi184 bash[14608]: audit 2024-03-21T12:55:23.124048+0000 mon.a (mon.0) 1039 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:55:23.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:23 smithi184 bash[14608]: audit 2024-03-21T12:55:23.146241+0000 mon.a (mon.0) 1040 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:55:23.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:23 smithi184 bash[14608]: audit 2024-03-21T12:55:23.147950+0000 mon.a (mon.0) 1041 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:55:23.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:23 smithi184 bash[14608]: audit 2024-03-21T12:55:23.159878+0000 mon.a (mon.0) 1042 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:55:23.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:23 smithi184 bash[14608]: audit 2024-03-21T12:55:23.182695+0000 mon.a (mon.0) 1043 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi178.qfgpzc", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-03-21T12:55:23.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:23 smithi184 bash[14608]: audit 2024-03-21T12:55:23.188689+0000 mon.a (mon.0) 1044 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi178.qfgpzc", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]': finished 2024-03-21T12:55:23.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:23 smithi184 bash[14608]: audit 2024-03-21T12:55:23.196741+0000 mon.a (mon.0) 1045 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:55:24.776 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:24 smithi178 bash[14494]: cephadm 2024-03-21T12:55:23.170661+0000 mgr.y (mgr.24355) 155 : cephadm [INF] Checking pool "foo" exists for service iscsi.foo 2024-03-21T12:55:24.776 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:24 smithi178 bash[14494]: cephadm 2024-03-21T12:55:23.198417+0000 mgr.y (mgr.24355) 156 : cephadm [INF] Deploying daemon iscsi.foo.smithi178.qfgpzc on smithi178 2024-03-21T12:55:24.776 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:24 smithi178 bash[14494]: cluster 2024-03-21T12:55:24.204468+0000 mon.a (mon.0) 1046 : cluster [DBG] mgrmap e20: y(active, since 2m), standbys: x 2024-03-21T12:55:24.776 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:24 smithi178 bash[20270]: cephadm 2024-03-21T12:55:23.170661+0000 mgr.y (mgr.24355) 155 : cephadm [INF] Checking pool "foo" exists for service iscsi.foo 2024-03-21T12:55:24.777 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:24 smithi178 bash[20270]: cephadm 2024-03-21T12:55:23.198417+0000 mgr.y (mgr.24355) 156 : cephadm [INF] Deploying daemon iscsi.foo.smithi178.qfgpzc on smithi178 2024-03-21T12:55:24.777 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:24 smithi178 bash[20270]: cluster 2024-03-21T12:55:24.204468+0000 mon.a (mon.0) 1046 : cluster [DBG] mgrmap e20: y(active, since 2m), standbys: x 2024-03-21T12:55:24.822 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:24 smithi184 bash[14608]: cephadm 2024-03-21T12:55:23.170661+0000 mgr.y (mgr.24355) 155 : cephadm [INF] Checking pool "foo" exists for service iscsi.foo 2024-03-21T12:55:24.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:24 smithi184 bash[14608]: cephadm 2024-03-21T12:55:23.198417+0000 mgr.y (mgr.24355) 156 : cephadm [INF] Deploying daemon iscsi.foo.smithi178.qfgpzc on smithi178 2024-03-21T12:55:24.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:24 smithi184 bash[14608]: cluster 2024-03-21T12:55:24.204468+0000 mon.a (mon.0) 1046 : cluster [DBG] mgrmap e20: y(active, since 2m), standbys: x 2024-03-21T12:55:25.047 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:55:24 smithi178 bash[14766]: ::ffff:172.21.15.184 - - [21/Mar/2024:12:55:24] "GET /metrics HTTP/1.1" 200 215009 "" "Prometheus/2.33.4" 2024-03-21T12:55:25.484 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 12:55:25 smithi184 bash[15792]: ::ffff:172.21.15.184 - - [21/Mar/2024:12:55:25] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-21T12:55:25.772 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:25 smithi178 bash[14494]: cluster 2024-03-21T12:55:24.552100+0000 mgr.y (mgr.24355) 157 : cluster [DBG] pgmap v117: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 137 KiB/s rd, 409 B/s wr, 208 op/s 2024-03-21T12:55:25.772 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:25 smithi178 bash[14494]: audit 2024-03-21T12:55:24.632129+0000 mon.a (mon.0) 1047 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.4", "id": [7, 2]}]: dispatch 2024-03-21T12:55:25.772 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:25 smithi178 bash[14494]: audit 2024-03-21T12:55:24.632585+0000 mon.a (mon.0) 1048 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 2]}]: dispatch 2024-03-21T12:55:25.772 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:25 smithi178 bash[14494]: audit 2024-03-21T12:55:24.632998+0000 mon.a (mon.0) 1049 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2024-03-21T12:55:25.772 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:25 smithi178 bash[14494]: audit 2024-03-21T12:55:24.633323+0000 mon.a (mon.0) 1050 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-03-21T12:55:25.772 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:25 smithi178 bash[14494]: audit 2024-03-21T12:55:24.975789+0000 mon.a (mon.0) 1051 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-21T12:55:25.772 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:25 smithi178 bash[14494]: audit 2024-03-21T12:55:24.979352+0000 mon.a (mon.0) 1052 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-21T12:55:25.773 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:25 smithi178 bash[20270]: cluster 2024-03-21T12:55:24.552100+0000 mgr.y (mgr.24355) 157 : cluster [DBG] pgmap v117: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 137 KiB/s rd, 409 B/s wr, 208 op/s 2024-03-21T12:55:25.773 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:25 smithi178 bash[20270]: audit 2024-03-21T12:55:24.632129+0000 mon.a (mon.0) 1047 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.4", "id": [7, 2]}]: dispatch 2024-03-21T12:55:25.773 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:25 smithi178 bash[20270]: audit 2024-03-21T12:55:24.632585+0000 mon.a (mon.0) 1048 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 2]}]: dispatch 2024-03-21T12:55:25.773 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:25 smithi178 bash[20270]: audit 2024-03-21T12:55:24.632998+0000 mon.a (mon.0) 1049 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2024-03-21T12:55:25.773 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:25 smithi178 bash[20270]: audit 2024-03-21T12:55:24.633323+0000 mon.a (mon.0) 1050 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-03-21T12:55:25.773 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:25 smithi178 bash[20270]: audit 2024-03-21T12:55:24.975789+0000 mon.a (mon.0) 1051 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-21T12:55:25.773 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:25 smithi178 bash[20270]: audit 2024-03-21T12:55:24.979352+0000 mon.a (mon.0) 1052 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-21T12:55:25.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:25 smithi184 bash[14608]: cluster 2024-03-21T12:55:24.552100+0000 mgr.y (mgr.24355) 157 : cluster [DBG] pgmap v117: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 137 KiB/s rd, 409 B/s wr, 208 op/s 2024-03-21T12:55:25.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:25 smithi184 bash[14608]: audit 2024-03-21T12:55:24.632129+0000 mon.a (mon.0) 1047 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.4", "id": [7, 2]}]: dispatch 2024-03-21T12:55:25.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:25 smithi184 bash[14608]: audit 2024-03-21T12:55:24.632585+0000 mon.a (mon.0) 1048 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 2]}]: dispatch 2024-03-21T12:55:25.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:25 smithi184 bash[14608]: audit 2024-03-21T12:55:24.632998+0000 mon.a (mon.0) 1049 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2024-03-21T12:55:25.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:25 smithi184 bash[14608]: audit 2024-03-21T12:55:24.633323+0000 mon.a (mon.0) 1050 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-03-21T12:55:25.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:25 smithi184 bash[14608]: audit 2024-03-21T12:55:24.975789+0000 mon.a (mon.0) 1051 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-21T12:55:25.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:25 smithi184 bash[14608]: audit 2024-03-21T12:55:24.979352+0000 mon.a (mon.0) 1052 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-21T12:55:26.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:26 smithi178 bash[14494]: audit 2024-03-21T12:55:25.485247+0000 mon.a (mon.0) 1053 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.4", "id": [7, 2]}]': finished 2024-03-21T12:55:26.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:26 smithi178 bash[14494]: audit 2024-03-21T12:55:25.485467+0000 mon.a (mon.0) 1054 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 2]}]': finished 2024-03-21T12:55:26.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:26 smithi178 bash[14494]: audit 2024-03-21T12:55:25.485562+0000 mon.a (mon.0) 1055 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]': finished 2024-03-21T12:55:26.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:26 smithi178 bash[14494]: audit 2024-03-21T12:55:25.485662+0000 mon.a (mon.0) 1056 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]': finished 2024-03-21T12:55:26.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:26 smithi178 bash[14494]: cluster 2024-03-21T12:55:25.485749+0000 mon.a (mon.0) 1057 : cluster [DBG] osdmap e78: 8 total, 8 up, 8 in 2024-03-21T12:55:26.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:26 smithi178 bash[14494]: audit 2024-03-21T12:55:25.922528+0000 mon.a (mon.0) 1058 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:55:26.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:26 smithi178 bash[14494]: audit 2024-03-21T12:55:25.925125+0000 mon.a (mon.0) 1059 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:55:26.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:26 smithi178 bash[14494]: audit 2024-03-21T12:55:25.926551+0000 mon.a (mon.0) 1060 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:55:26.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:26 smithi178 bash[14494]: audit 2024-03-21T12:55:25.936078+0000 mon.a (mon.0) 1061 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:55:26.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:26 smithi178 bash[14494]: audit 2024-03-21T12:55:25.945634+0000 mon.a (mon.0) 1062 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-03-21T12:55:26.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:26 smithi178 bash[14494]: audit 2024-03-21T12:55:25.949045+0000 mon.a (mon.0) 1063 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-03-21T12:55:26.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:26 smithi178 bash[14494]: audit 2024-03-21T12:55:25.956868+0000 mon.a (mon.0) 1064 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:55:26.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:26 smithi178 bash[14494]: audit 2024-03-21T12:55:25.960862+0000 mon.a (mon.0) 1065 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi178"}]: dispatch 2024-03-21T12:55:26.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:26 smithi178 bash[14494]: audit 2024-03-21T12:55:25.973993+0000 mon.a (mon.0) 1066 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:55:26.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:26 smithi178 bash[14494]: audit 2024-03-21T12:55:25.976267+0000 mon.a (mon.0) 1067 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:55:26.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:26 smithi178 bash[14494]: audit 2024-03-21T12:55:25.977204+0000 mon.a (mon.0) 1068 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:55:26.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:26 smithi178 bash[14494]: audit 2024-03-21T12:55:25.984937+0000 mon.a (mon.0) 1069 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:55:26.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:26 smithi178 bash[20270]: audit 2024-03-21T12:55:25.485247+0000 mon.a (mon.0) 1053 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.4", "id": [7, 2]}]': finished 2024-03-21T12:55:26.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:26 smithi178 bash[20270]: audit 2024-03-21T12:55:25.485467+0000 mon.a (mon.0) 1054 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 2]}]': finished 2024-03-21T12:55:26.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:26 smithi178 bash[20270]: audit 2024-03-21T12:55:25.485562+0000 mon.a (mon.0) 1055 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]': finished 2024-03-21T12:55:26.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:26 smithi178 bash[20270]: audit 2024-03-21T12:55:25.485662+0000 mon.a (mon.0) 1056 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]': finished 2024-03-21T12:55:26.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:26 smithi178 bash[20270]: cluster 2024-03-21T12:55:25.485749+0000 mon.a (mon.0) 1057 : cluster [DBG] osdmap e78: 8 total, 8 up, 8 in 2024-03-21T12:55:26.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:26 smithi178 bash[20270]: audit 2024-03-21T12:55:25.922528+0000 mon.a (mon.0) 1058 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:55:26.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:26 smithi178 bash[20270]: audit 2024-03-21T12:55:25.925125+0000 mon.a (mon.0) 1059 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:55:26.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:26 smithi178 bash[20270]: audit 2024-03-21T12:55:25.926551+0000 mon.a (mon.0) 1060 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:55:26.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:26 smithi178 bash[20270]: audit 2024-03-21T12:55:25.936078+0000 mon.a (mon.0) 1061 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:55:26.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:26 smithi178 bash[20270]: audit 2024-03-21T12:55:25.945634+0000 mon.a (mon.0) 1062 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-03-21T12:55:26.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:26 smithi178 bash[20270]: audit 2024-03-21T12:55:25.949045+0000 mon.a (mon.0) 1063 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-03-21T12:55:26.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:26 smithi178 bash[20270]: audit 2024-03-21T12:55:25.956868+0000 mon.a (mon.0) 1064 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:55:26.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:26 smithi178 bash[20270]: audit 2024-03-21T12:55:25.960862+0000 mon.a (mon.0) 1065 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi178"}]: dispatch 2024-03-21T12:55:26.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:26 smithi178 bash[20270]: audit 2024-03-21T12:55:25.973993+0000 mon.a (mon.0) 1066 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:55:26.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:26 smithi178 bash[20270]: audit 2024-03-21T12:55:25.976267+0000 mon.a (mon.0) 1067 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:55:26.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:26 smithi178 bash[20270]: audit 2024-03-21T12:55:25.977204+0000 mon.a (mon.0) 1068 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:55:26.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:26 smithi178 bash[20270]: audit 2024-03-21T12:55:25.984937+0000 mon.a (mon.0) 1069 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:55:26.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:26 smithi184 bash[14608]: audit 2024-03-21T12:55:25.485247+0000 mon.a (mon.0) 1053 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.4", "id": [7, 2]}]': finished 2024-03-21T12:55:26.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:26 smithi184 bash[14608]: audit 2024-03-21T12:55:25.485467+0000 mon.a (mon.0) 1054 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 2]}]': finished 2024-03-21T12:55:26.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:26 smithi184 bash[14608]: audit 2024-03-21T12:55:25.485562+0000 mon.a (mon.0) 1055 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]': finished 2024-03-21T12:55:26.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:26 smithi184 bash[14608]: audit 2024-03-21T12:55:25.485662+0000 mon.a (mon.0) 1056 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]': finished 2024-03-21T12:55:26.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:26 smithi184 bash[14608]: cluster 2024-03-21T12:55:25.485749+0000 mon.a (mon.0) 1057 : cluster [DBG] osdmap e78: 8 total, 8 up, 8 in 2024-03-21T12:55:26.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:26 smithi184 bash[14608]: audit 2024-03-21T12:55:25.922528+0000 mon.a (mon.0) 1058 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:55:26.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:26 smithi184 bash[14608]: audit 2024-03-21T12:55:25.925125+0000 mon.a (mon.0) 1059 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:55:26.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:26 smithi184 bash[14608]: audit 2024-03-21T12:55:25.926551+0000 mon.a (mon.0) 1060 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:55:26.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:26 smithi184 bash[14608]: audit 2024-03-21T12:55:25.936078+0000 mon.a (mon.0) 1061 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:55:26.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:26 smithi184 bash[14608]: audit 2024-03-21T12:55:25.945634+0000 mon.a (mon.0) 1062 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-03-21T12:55:26.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:26 smithi184 bash[14608]: audit 2024-03-21T12:55:25.949045+0000 mon.a (mon.0) 1063 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-03-21T12:55:26.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:26 smithi184 bash[14608]: audit 2024-03-21T12:55:25.956868+0000 mon.a (mon.0) 1064 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:55:26.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:26 smithi184 bash[14608]: audit 2024-03-21T12:55:25.960862+0000 mon.a (mon.0) 1065 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi178"}]: dispatch 2024-03-21T12:55:26.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:26 smithi184 bash[14608]: audit 2024-03-21T12:55:25.973993+0000 mon.a (mon.0) 1066 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:55:26.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:26 smithi184 bash[14608]: audit 2024-03-21T12:55:25.976267+0000 mon.a (mon.0) 1067 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:55:26.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:26 smithi184 bash[14608]: audit 2024-03-21T12:55:25.977204+0000 mon.a (mon.0) 1068 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:55:26.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:26 smithi184 bash[14608]: audit 2024-03-21T12:55:25.984937+0000 mon.a (mon.0) 1069 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:55:27.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:27 smithi178 bash[14494]: cephadm 2024-03-21T12:55:25.936843+0000 mgr.y (mgr.24355) 158 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T12:55:27.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:27 smithi178 bash[14494]: audit 2024-03-21T12:55:25.946628+0000 mgr.y (mgr.24355) 159 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-03-21T12:55:27.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:27 smithi178 bash[14494]: cephadm 2024-03-21T12:55:25.948688+0000 mgr.y (mgr.24355) 160 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.178:5000 to Dashboard 2024-03-21T12:55:27.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:27 smithi178 bash[14494]: audit 2024-03-21T12:55:25.949595+0000 mgr.y (mgr.24355) 161 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-03-21T12:55:27.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:27 smithi178 bash[14494]: audit 2024-03-21T12:55:25.961520+0000 mgr.y (mgr.24355) 162 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi178"}]: dispatch 2024-03-21T12:55:27.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:27 smithi178 bash[14494]: cephadm 2024-03-21T12:55:25.985652+0000 mgr.y (mgr.24355) 163 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T12:55:27.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:27 smithi178 bash[14494]: cluster 2024-03-21T12:55:26.488318+0000 mon.a (mon.0) 1070 : cluster [DBG] osdmap e79: 8 total, 8 up, 8 in 2024-03-21T12:55:27.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:27 smithi178 bash[14494]: cluster 2024-03-21T12:55:26.552941+0000 mgr.y (mgr.24355) 164 : cluster [DBG] pgmap v120: 161 pgs: 4 peering, 157 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 50 KiB/s rd, 0 B/s wr, 82 op/s 2024-03-21T12:55:27.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:27 smithi178 bash[20270]: cephadm 2024-03-21T12:55:25.936843+0000 mgr.y (mgr.24355) 158 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T12:55:27.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:27 smithi178 bash[20270]: audit 2024-03-21T12:55:25.946628+0000 mgr.y (mgr.24355) 159 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-03-21T12:55:27.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:27 smithi178 bash[20270]: cephadm 2024-03-21T12:55:25.948688+0000 mgr.y (mgr.24355) 160 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.178:5000 to Dashboard 2024-03-21T12:55:27.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:27 smithi178 bash[20270]: audit 2024-03-21T12:55:25.949595+0000 mgr.y (mgr.24355) 161 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-03-21T12:55:27.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:27 smithi178 bash[20270]: audit 2024-03-21T12:55:25.961520+0000 mgr.y (mgr.24355) 162 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi178"}]: dispatch 2024-03-21T12:55:27.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:27 smithi178 bash[20270]: cephadm 2024-03-21T12:55:25.985652+0000 mgr.y (mgr.24355) 163 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T12:55:27.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:27 smithi178 bash[20270]: cluster 2024-03-21T12:55:26.488318+0000 mon.a (mon.0) 1070 : cluster [DBG] osdmap e79: 8 total, 8 up, 8 in 2024-03-21T12:55:27.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:27 smithi178 bash[20270]: cluster 2024-03-21T12:55:26.552941+0000 mgr.y (mgr.24355) 164 : cluster [DBG] pgmap v120: 161 pgs: 4 peering, 157 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 50 KiB/s rd, 0 B/s wr, 82 op/s 2024-03-21T12:55:27.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:27 smithi184 bash[14608]: cephadm 2024-03-21T12:55:25.936843+0000 mgr.y (mgr.24355) 158 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T12:55:27.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:27 smithi184 bash[14608]: audit 2024-03-21T12:55:25.946628+0000 mgr.y (mgr.24355) 159 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-03-21T12:55:27.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:27 smithi184 bash[14608]: cephadm 2024-03-21T12:55:25.948688+0000 mgr.y (mgr.24355) 160 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.178:5000 to Dashboard 2024-03-21T12:55:27.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:27 smithi184 bash[14608]: audit 2024-03-21T12:55:25.949595+0000 mgr.y (mgr.24355) 161 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-03-21T12:55:27.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:27 smithi184 bash[14608]: audit 2024-03-21T12:55:25.961520+0000 mgr.y (mgr.24355) 162 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi178"}]: dispatch 2024-03-21T12:55:27.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:27 smithi184 bash[14608]: cephadm 2024-03-21T12:55:25.985652+0000 mgr.y (mgr.24355) 163 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T12:55:27.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:27 smithi184 bash[14608]: cluster 2024-03-21T12:55:26.488318+0000 mon.a (mon.0) 1070 : cluster [DBG] osdmap e79: 8 total, 8 up, 8 in 2024-03-21T12:55:27.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:27 smithi184 bash[14608]: cluster 2024-03-21T12:55:26.552941+0000 mgr.y (mgr.24355) 164 : cluster [DBG] pgmap v120: 161 pgs: 4 peering, 157 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 50 KiB/s rd, 0 B/s wr, 82 op/s 2024-03-21T12:55:29.989 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:29 smithi178 bash[14494]: cluster 2024-03-21T12:55:28.553488+0000 mgr.y (mgr.24355) 165 : cluster [DBG] pgmap v121: 161 pgs: 4 peering, 157 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 38 KiB/s rd, 0 B/s wr, 62 op/s 2024-03-21T12:55:29.989 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:29 smithi178 bash[14494]: audit 2024-03-21T12:55:28.745213+0000 mon.c (mon.1) 28 : audit [DBG] from='client.? 172.21.15.178:0/825183871' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2024-03-21T12:55:29.989 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:29 smithi178 bash[14494]: audit 2024-03-21T12:55:29.105037+0000 mon.c (mon.1) 29 : audit [INF] from='client.? 172.21.15.178:0/2949245201' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:6801/585084232"}]: dispatch 2024-03-21T12:55:29.989 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:29 smithi178 bash[14494]: audit 2024-03-21T12:55:29.105832+0000 mon.a (mon.0) 1071 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:6801/585084232"}]: dispatch 2024-03-21T12:55:29.989 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:29 smithi178 bash[20270]: cluster 2024-03-21T12:55:28.553488+0000 mgr.y (mgr.24355) 165 : cluster [DBG] pgmap v121: 161 pgs: 4 peering, 157 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 38 KiB/s rd, 0 B/s wr, 62 op/s 2024-03-21T12:55:29.989 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:29 smithi178 bash[20270]: audit 2024-03-21T12:55:28.745213+0000 mon.c (mon.1) 28 : audit [DBG] from='client.? 172.21.15.178:0/825183871' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2024-03-21T12:55:29.990 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:29 smithi178 bash[20270]: audit 2024-03-21T12:55:29.105037+0000 mon.c (mon.1) 29 : audit [INF] from='client.? 172.21.15.178:0/2949245201' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:6801/585084232"}]: dispatch 2024-03-21T12:55:29.990 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:29 smithi178 bash[20270]: audit 2024-03-21T12:55:29.105832+0000 mon.a (mon.0) 1071 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:6801/585084232"}]: dispatch 2024-03-21T12:55:30.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:29 smithi184 bash[14608]: cluster 2024-03-21T12:55:28.553488+0000 mgr.y (mgr.24355) 165 : cluster [DBG] pgmap v121: 161 pgs: 4 peering, 157 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 38 KiB/s rd, 0 B/s wr, 62 op/s 2024-03-21T12:55:30.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:29 smithi184 bash[14608]: audit 2024-03-21T12:55:28.745213+0000 mon.c (mon.1) 28 : audit [DBG] from='client.? 172.21.15.178:0/825183871' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2024-03-21T12:55:30.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:29 smithi184 bash[14608]: audit 2024-03-21T12:55:29.105037+0000 mon.c (mon.1) 29 : audit [INF] from='client.? 172.21.15.178:0/2949245201' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:6801/585084232"}]: dispatch 2024-03-21T12:55:30.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:29 smithi184 bash[14608]: audit 2024-03-21T12:55:29.105832+0000 mon.a (mon.0) 1071 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:6801/585084232"}]: dispatch 2024-03-21T12:55:31.017 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:30 smithi178 bash[14494]: audit 2024-03-21T12:55:29.615773+0000 mon.a (mon.0) 1072 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi178.qfgpzc' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:6801/585084232"}]': finished 2024-03-21T12:55:31.017 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:30 smithi178 bash[14494]: cluster 2024-03-21T12:55:29.615909+0000 mon.a (mon.0) 1073 : cluster [DBG] osdmap e80: 8 total, 8 up, 8 in 2024-03-21T12:55:31.017 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:30 smithi178 bash[14494]: audit 2024-03-21T12:55:29.792949+0000 mon.a (mon.0) 1074 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:55:31.017 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:30 smithi178 bash[14494]: audit 2024-03-21T12:55:29.991475+0000 mon.c (mon.1) 30 : audit [INF] from='client.? 172.21.15.178:0/3999944132' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:6800/585084232"}]: dispatch 2024-03-21T12:55:31.017 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:30 smithi178 bash[14494]: audit 2024-03-21T12:55:29.992217+0000 mon.a (mon.0) 1075 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:6800/585084232"}]: dispatch 2024-03-21T12:55:31.017 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:30 smithi178 bash[14494]: cluster 2024-03-21T12:55:30.554153+0000 mgr.y (mgr.24355) 166 : cluster [DBG] pgmap v123: 161 pgs: 4 peering, 157 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:55:31.017 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:30 smithi178 bash[20270]: audit 2024-03-21T12:55:29.615773+0000 mon.a (mon.0) 1072 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi178.qfgpzc' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:6801/585084232"}]': finished 2024-03-21T12:55:31.018 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:30 smithi178 bash[20270]: cluster 2024-03-21T12:55:29.615909+0000 mon.a (mon.0) 1073 : cluster [DBG] osdmap e80: 8 total, 8 up, 8 in 2024-03-21T12:55:31.018 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:30 smithi178 bash[20270]: audit 2024-03-21T12:55:29.792949+0000 mon.a (mon.0) 1074 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:55:31.018 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:30 smithi178 bash[20270]: audit 2024-03-21T12:55:29.991475+0000 mon.c (mon.1) 30 : audit [INF] from='client.? 172.21.15.178:0/3999944132' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:6800/585084232"}]: dispatch 2024-03-21T12:55:31.018 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:30 smithi178 bash[20270]: audit 2024-03-21T12:55:29.992217+0000 mon.a (mon.0) 1075 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:6800/585084232"}]: dispatch 2024-03-21T12:55:31.018 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:30 smithi178 bash[20270]: cluster 2024-03-21T12:55:30.554153+0000 mgr.y (mgr.24355) 166 : cluster [DBG] pgmap v123: 161 pgs: 4 peering, 157 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:55:31.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:30 smithi184 bash[14608]: audit 2024-03-21T12:55:29.615773+0000 mon.a (mon.0) 1072 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi178.qfgpzc' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:6801/585084232"}]': finished 2024-03-21T12:55:31.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:30 smithi184 bash[14608]: cluster 2024-03-21T12:55:29.615909+0000 mon.a (mon.0) 1073 : cluster [DBG] osdmap e80: 8 total, 8 up, 8 in 2024-03-21T12:55:31.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:30 smithi184 bash[14608]: audit 2024-03-21T12:55:29.792949+0000 mon.a (mon.0) 1074 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:55:31.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:30 smithi184 bash[14608]: audit 2024-03-21T12:55:29.991475+0000 mon.c (mon.1) 30 : audit [INF] from='client.? 172.21.15.178:0/3999944132' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:6800/585084232"}]: dispatch 2024-03-21T12:55:31.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:30 smithi184 bash[14608]: audit 2024-03-21T12:55:29.992217+0000 mon.a (mon.0) 1075 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:6800/585084232"}]: dispatch 2024-03-21T12:55:31.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:30 smithi184 bash[14608]: cluster 2024-03-21T12:55:30.554153+0000 mgr.y (mgr.24355) 166 : cluster [DBG] pgmap v123: 161 pgs: 4 peering, 157 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:55:32.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:31 smithi184 bash[14608]: audit 2024-03-21T12:55:30.802769+0000 mon.a (mon.0) 1076 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi178.qfgpzc' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:6800/585084232"}]': finished 2024-03-21T12:55:32.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:31 smithi184 bash[14608]: cluster 2024-03-21T12:55:30.802927+0000 mon.a (mon.0) 1077 : cluster [DBG] osdmap e81: 8 total, 8 up, 8 in 2024-03-21T12:55:32.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:31 smithi184 bash[14608]: audit 2024-03-21T12:55:31.188611+0000 mon.c (mon.1) 31 : audit [INF] from='client.? 172.21.15.178:0/241505505' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:0/3276300314"}]: dispatch 2024-03-21T12:55:32.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:31 smithi184 bash[14608]: audit 2024-03-21T12:55:31.189643+0000 mon.a (mon.0) 1078 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:0/3276300314"}]: dispatch 2024-03-21T12:55:32.297 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:55:31 smithi178 bash[14766]: 172.21.15.178 - - [21/Mar/2024:12:55:31] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2024-03-21T12:55:32.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:31 smithi178 bash[14494]: audit 2024-03-21T12:55:30.802769+0000 mon.a (mon.0) 1076 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi178.qfgpzc' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:6800/585084232"}]': finished 2024-03-21T12:55:32.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:31 smithi178 bash[14494]: cluster 2024-03-21T12:55:30.802927+0000 mon.a (mon.0) 1077 : cluster [DBG] osdmap e81: 8 total, 8 up, 8 in 2024-03-21T12:55:32.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:31 smithi178 bash[14494]: audit 2024-03-21T12:55:31.188611+0000 mon.c (mon.1) 31 : audit [INF] from='client.? 172.21.15.178:0/241505505' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:0/3276300314"}]: dispatch 2024-03-21T12:55:32.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:31 smithi178 bash[14494]: audit 2024-03-21T12:55:31.189643+0000 mon.a (mon.0) 1078 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:0/3276300314"}]: dispatch 2024-03-21T12:55:32.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:31 smithi178 bash[20270]: audit 2024-03-21T12:55:30.802769+0000 mon.a (mon.0) 1076 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi178.qfgpzc' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:6800/585084232"}]': finished 2024-03-21T12:55:32.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:31 smithi178 bash[20270]: cluster 2024-03-21T12:55:30.802927+0000 mon.a (mon.0) 1077 : cluster [DBG] osdmap e81: 8 total, 8 up, 8 in 2024-03-21T12:55:32.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:31 smithi178 bash[20270]: audit 2024-03-21T12:55:31.188611+0000 mon.c (mon.1) 31 : audit [INF] from='client.? 172.21.15.178:0/241505505' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:0/3276300314"}]: dispatch 2024-03-21T12:55:32.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:31 smithi178 bash[20270]: audit 2024-03-21T12:55:31.189643+0000 mon.a (mon.0) 1078 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:0/3276300314"}]: dispatch 2024-03-21T12:55:32.898 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:32 smithi178 bash[14494]: audit 2024-03-21T12:55:31.811610+0000 mon.a (mon.0) 1079 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi178.qfgpzc' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:0/3276300314"}]': finished 2024-03-21T12:55:32.898 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:32 smithi178 bash[14494]: cluster 2024-03-21T12:55:31.811719+0000 mon.a (mon.0) 1080 : cluster [DBG] osdmap e82: 8 total, 8 up, 8 in 2024-03-21T12:55:32.898 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:32 smithi178 bash[14494]: audit 2024-03-21T12:55:31.867231+0000 mon.a (mon.0) 1081 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:55:32.898 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:32 smithi178 bash[14494]: audit 2024-03-21T12:55:32.168178+0000 mon.c (mon.1) 32 : audit [INF] from='client.? 172.21.15.178:0/1932164463' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:0/1521535153"}]: dispatch 2024-03-21T12:55:32.898 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:32 smithi178 bash[14494]: audit 2024-03-21T12:55:32.169113+0000 mon.a (mon.0) 1082 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:0/1521535153"}]: dispatch 2024-03-21T12:55:32.898 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:32 smithi178 bash[14494]: cluster 2024-03-21T12:55:32.554815+0000 mgr.y (mgr.24355) 167 : cluster [DBG] pgmap v126: 161 pgs: 161 active+clean; 585 KiB data, 92 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 170 B/s wr, 1 op/s; 18 B/s, 0 objects/s recovering 2024-03-21T12:55:32.899 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:32 smithi178 bash[20270]: audit 2024-03-21T12:55:31.811610+0000 mon.a (mon.0) 1079 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi178.qfgpzc' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:0/3276300314"}]': finished 2024-03-21T12:55:32.899 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:32 smithi178 bash[20270]: cluster 2024-03-21T12:55:31.811719+0000 mon.a (mon.0) 1080 : cluster [DBG] osdmap e82: 8 total, 8 up, 8 in 2024-03-21T12:55:32.899 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:32 smithi178 bash[20270]: audit 2024-03-21T12:55:31.867231+0000 mon.a (mon.0) 1081 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:55:32.899 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:32 smithi178 bash[20270]: audit 2024-03-21T12:55:32.168178+0000 mon.c (mon.1) 32 : audit [INF] from='client.? 172.21.15.178:0/1932164463' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:0/1521535153"}]: dispatch 2024-03-21T12:55:32.899 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:32 smithi178 bash[20270]: audit 2024-03-21T12:55:32.169113+0000 mon.a (mon.0) 1082 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:0/1521535153"}]: dispatch 2024-03-21T12:55:32.899 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:32 smithi178 bash[20270]: cluster 2024-03-21T12:55:32.554815+0000 mgr.y (mgr.24355) 167 : cluster [DBG] pgmap v126: 161 pgs: 161 active+clean; 585 KiB data, 92 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 170 B/s wr, 1 op/s; 18 B/s, 0 objects/s recovering 2024-03-21T12:55:33.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:32 smithi184 bash[14608]: audit 2024-03-21T12:55:31.811610+0000 mon.a (mon.0) 1079 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi178.qfgpzc' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:0/3276300314"}]': finished 2024-03-21T12:55:33.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:32 smithi184 bash[14608]: cluster 2024-03-21T12:55:31.811719+0000 mon.a (mon.0) 1080 : cluster [DBG] osdmap e82: 8 total, 8 up, 8 in 2024-03-21T12:55:33.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:32 smithi184 bash[14608]: audit 2024-03-21T12:55:31.867231+0000 mon.a (mon.0) 1081 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:55:33.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:32 smithi184 bash[14608]: audit 2024-03-21T12:55:32.168178+0000 mon.c (mon.1) 32 : audit [INF] from='client.? 172.21.15.178:0/1932164463' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:0/1521535153"}]: dispatch 2024-03-21T12:55:33.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:32 smithi184 bash[14608]: audit 2024-03-21T12:55:32.169113+0000 mon.a (mon.0) 1082 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:0/1521535153"}]: dispatch 2024-03-21T12:55:33.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:32 smithi184 bash[14608]: cluster 2024-03-21T12:55:32.554815+0000 mgr.y (mgr.24355) 167 : cluster [DBG] pgmap v126: 161 pgs: 161 active+clean; 585 KiB data, 92 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 170 B/s wr, 1 op/s; 18 B/s, 0 objects/s recovering 2024-03-21T12:55:33.909 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:55:33 smithi178 bash[14766]: 172.21.15.178 - - [21/Mar/2024:12:55:33] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2024-03-21T12:55:33.909 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:33 smithi178 bash[14494]: audit 2024-03-21T12:55:32.876436+0000 mon.a (mon.0) 1083 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi178.qfgpzc' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:0/1521535153"}]': finished 2024-03-21T12:55:33.909 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:33 smithi178 bash[14494]: cluster 2024-03-21T12:55:32.876620+0000 mon.a (mon.0) 1084 : cluster [DBG] osdmap e83: 8 total, 8 up, 8 in 2024-03-21T12:55:33.909 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:33 smithi178 bash[14494]: audit 2024-03-21T12:55:33.246069+0000 mon.a (mon.0) 1085 : audit [INF] from='client.? 172.21.15.178:0/3127718819' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:0/1687396307"}]: dispatch 2024-03-21T12:55:33.909 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:33 smithi178 bash[14494]: audit 2024-03-21T12:55:33.626977+0000 mon.a (mon.0) 1086 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:55:33.909 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:33 smithi178 bash[14494]: audit 2024-03-21T12:55:33.633694+0000 mon.a (mon.0) 1087 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:55:33.910 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:33 smithi178 bash[14494]: audit 2024-03-21T12:55:33.669947+0000 mon.a (mon.0) 1088 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:55:33.910 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:33 smithi178 bash[14494]: audit 2024-03-21T12:55:33.671755+0000 mon.a (mon.0) 1089 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:55:33.910 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:33 smithi178 bash[20270]: audit 2024-03-21T12:55:32.876436+0000 mon.a (mon.0) 1083 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi178.qfgpzc' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:0/1521535153"}]': finished 2024-03-21T12:55:33.910 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:33 smithi178 bash[20270]: cluster 2024-03-21T12:55:32.876620+0000 mon.a (mon.0) 1084 : cluster [DBG] osdmap e83: 8 total, 8 up, 8 in 2024-03-21T12:55:33.910 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:33 smithi178 bash[20270]: audit 2024-03-21T12:55:33.246069+0000 mon.a (mon.0) 1085 : audit [INF] from='client.? 172.21.15.178:0/3127718819' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:0/1687396307"}]: dispatch 2024-03-21T12:55:33.910 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:33 smithi178 bash[20270]: audit 2024-03-21T12:55:33.626977+0000 mon.a (mon.0) 1086 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:55:33.910 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:33 smithi178 bash[20270]: audit 2024-03-21T12:55:33.633694+0000 mon.a (mon.0) 1087 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:55:33.910 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:33 smithi178 bash[20270]: audit 2024-03-21T12:55:33.669947+0000 mon.a (mon.0) 1088 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:55:33.910 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:33 smithi178 bash[20270]: audit 2024-03-21T12:55:33.671755+0000 mon.a (mon.0) 1089 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:55:34.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:33 smithi184 bash[14608]: audit 2024-03-21T12:55:32.876436+0000 mon.a (mon.0) 1083 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi178.qfgpzc' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:0/1521535153"}]': finished 2024-03-21T12:55:34.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:33 smithi184 bash[14608]: cluster 2024-03-21T12:55:32.876620+0000 mon.a (mon.0) 1084 : cluster [DBG] osdmap e83: 8 total, 8 up, 8 in 2024-03-21T12:55:34.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:33 smithi184 bash[14608]: audit 2024-03-21T12:55:33.246069+0000 mon.a (mon.0) 1085 : audit [INF] from='client.? 172.21.15.178:0/3127718819' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:0/1687396307"}]: dispatch 2024-03-21T12:55:34.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:33 smithi184 bash[14608]: audit 2024-03-21T12:55:33.626977+0000 mon.a (mon.0) 1086 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:55:34.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:33 smithi184 bash[14608]: audit 2024-03-21T12:55:33.633694+0000 mon.a (mon.0) 1087 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:55:34.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:33 smithi184 bash[14608]: audit 2024-03-21T12:55:33.669947+0000 mon.a (mon.0) 1088 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:55:34.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:33 smithi184 bash[14608]: audit 2024-03-21T12:55:33.671755+0000 mon.a (mon.0) 1089 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:55:35.047 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:55:34 smithi178 bash[14766]: ::ffff:172.21.15.184 - - [21/Mar/2024:12:55:34] "GET /metrics HTTP/1.1" 200 215009 "" "Prometheus/2.33.4" 2024-03-21T12:55:35.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:34 smithi178 bash[14494]: audit 2024-03-21T12:55:33.886966+0000 mon.a (mon.0) 1090 : audit [INF] from='client.? 172.21.15.178:0/3127718819' entity='client.iscsi.foo.smithi178.qfgpzc' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:0/1687396307"}]': finished 2024-03-21T12:55:35.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:34 smithi178 bash[14494]: cluster 2024-03-21T12:55:33.887061+0000 mon.a (mon.0) 1091 : cluster [DBG] osdmap e84: 8 total, 8 up, 8 in 2024-03-21T12:55:35.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:34 smithi178 bash[14494]: audit 2024-03-21T12:55:33.955711+0000 mon.a (mon.0) 1092 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:55:35.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:34 smithi178 bash[14494]: audit 2024-03-21T12:55:33.963522+0000 mon.a (mon.0) 1093 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:55:35.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:34 smithi178 bash[14494]: audit 2024-03-21T12:55:34.248818+0000 mon.a (mon.0) 1094 : audit [INF] from='client.? 172.21.15.178:0/3100148123' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:0/2978973451"}]: dispatch 2024-03-21T12:55:35.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:34 smithi178 bash[14494]: cluster 2024-03-21T12:55:34.555559+0000 mgr.y (mgr.24355) 168 : cluster [DBG] pgmap v129: 161 pgs: 161 active+clean; 585 KiB data, 92 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 255 B/s wr, 2 op/s; 27 B/s, 0 objects/s recovering 2024-03-21T12:55:35.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:34 smithi178 bash[20270]: audit 2024-03-21T12:55:33.886966+0000 mon.a (mon.0) 1090 : audit [INF] from='client.? 172.21.15.178:0/3127718819' entity='client.iscsi.foo.smithi178.qfgpzc' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:0/1687396307"}]': finished 2024-03-21T12:55:35.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:34 smithi178 bash[20270]: cluster 2024-03-21T12:55:33.887061+0000 mon.a (mon.0) 1091 : cluster [DBG] osdmap e84: 8 total, 8 up, 8 in 2024-03-21T12:55:35.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:34 smithi178 bash[20270]: audit 2024-03-21T12:55:33.955711+0000 mon.a (mon.0) 1092 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:55:35.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:34 smithi178 bash[20270]: audit 2024-03-21T12:55:33.963522+0000 mon.a (mon.0) 1093 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:55:35.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:34 smithi178 bash[20270]: audit 2024-03-21T12:55:34.248818+0000 mon.a (mon.0) 1094 : audit [INF] from='client.? 172.21.15.178:0/3100148123' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:0/2978973451"}]: dispatch 2024-03-21T12:55:35.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:34 smithi178 bash[20270]: cluster 2024-03-21T12:55:34.555559+0000 mgr.y (mgr.24355) 168 : cluster [DBG] pgmap v129: 161 pgs: 161 active+clean; 585 KiB data, 92 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 255 B/s wr, 2 op/s; 27 B/s, 0 objects/s recovering 2024-03-21T12:55:35.322 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 12:55:35 smithi184 bash[15792]: ::ffff:172.21.15.184 - - [21/Mar/2024:12:55:35] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-21T12:55:35.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:34 smithi184 bash[14608]: audit 2024-03-21T12:55:33.886966+0000 mon.a (mon.0) 1090 : audit [INF] from='client.? 172.21.15.178:0/3127718819' entity='client.iscsi.foo.smithi178.qfgpzc' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:0/1687396307"}]': finished 2024-03-21T12:55:35.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:34 smithi184 bash[14608]: cluster 2024-03-21T12:55:33.887061+0000 mon.a (mon.0) 1091 : cluster [DBG] osdmap e84: 8 total, 8 up, 8 in 2024-03-21T12:55:35.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:34 smithi184 bash[14608]: audit 2024-03-21T12:55:33.955711+0000 mon.a (mon.0) 1092 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:55:35.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:34 smithi184 bash[14608]: audit 2024-03-21T12:55:33.963522+0000 mon.a (mon.0) 1093 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:55:35.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:34 smithi184 bash[14608]: audit 2024-03-21T12:55:34.248818+0000 mon.a (mon.0) 1094 : audit [INF] from='client.? 172.21.15.178:0/3100148123' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:0/2978973451"}]: dispatch 2024-03-21T12:55:35.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:34 smithi184 bash[14608]: cluster 2024-03-21T12:55:34.555559+0000 mgr.y (mgr.24355) 168 : cluster [DBG] pgmap v129: 161 pgs: 161 active+clean; 585 KiB data, 92 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 255 B/s wr, 2 op/s; 27 B/s, 0 objects/s recovering 2024-03-21T12:55:36.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:35 smithi178 bash[14494]: audit 2024-03-21T12:55:34.973051+0000 mon.a (mon.0) 1095 : audit [INF] from='client.? 172.21.15.178:0/3100148123' entity='client.iscsi.foo.smithi178.qfgpzc' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:0/2978973451"}]': finished 2024-03-21T12:55:36.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:35 smithi178 bash[14494]: cluster 2024-03-21T12:55:34.973266+0000 mon.a (mon.0) 1096 : cluster [DBG] osdmap e85: 8 total, 8 up, 8 in 2024-03-21T12:55:36.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:35 smithi178 bash[14494]: audit 2024-03-21T12:55:35.340429+0000 mon.a (mon.0) 1097 : audit [INF] from='client.? 172.21.15.178:0/2102830165' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:6801/3814003914"}]: dispatch 2024-03-21T12:55:36.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:35 smithi178 bash[20270]: audit 2024-03-21T12:55:34.973051+0000 mon.a (mon.0) 1095 : audit [INF] from='client.? 172.21.15.178:0/3100148123' entity='client.iscsi.foo.smithi178.qfgpzc' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:0/2978973451"}]': finished 2024-03-21T12:55:36.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:35 smithi178 bash[20270]: cluster 2024-03-21T12:55:34.973266+0000 mon.a (mon.0) 1096 : cluster [DBG] osdmap e85: 8 total, 8 up, 8 in 2024-03-21T12:55:36.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:35 smithi178 bash[20270]: audit 2024-03-21T12:55:35.340429+0000 mon.a (mon.0) 1097 : audit [INF] from='client.? 172.21.15.178:0/2102830165' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:6801/3814003914"}]: dispatch 2024-03-21T12:55:36.322 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:35 smithi184 bash[14608]: audit 2024-03-21T12:55:34.973051+0000 mon.a (mon.0) 1095 : audit [INF] from='client.? 172.21.15.178:0/3100148123' entity='client.iscsi.foo.smithi178.qfgpzc' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:0/2978973451"}]': finished 2024-03-21T12:55:36.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:35 smithi184 bash[14608]: cluster 2024-03-21T12:55:34.973266+0000 mon.a (mon.0) 1096 : cluster [DBG] osdmap e85: 8 total, 8 up, 8 in 2024-03-21T12:55:36.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:35 smithi184 bash[14608]: audit 2024-03-21T12:55:35.340429+0000 mon.a (mon.0) 1097 : audit [INF] from='client.? 172.21.15.178:0/2102830165' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:6801/3814003914"}]: dispatch 2024-03-21T12:55:37.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:36 smithi178 bash[14494]: audit 2024-03-21T12:55:35.984724+0000 mon.a (mon.0) 1098 : audit [INF] from='client.? 172.21.15.178:0/2102830165' entity='client.iscsi.foo.smithi178.qfgpzc' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:6801/3814003914"}]': finished 2024-03-21T12:55:37.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:36 smithi178 bash[14494]: cluster 2024-03-21T12:55:35.984837+0000 mon.a (mon.0) 1099 : cluster [DBG] osdmap e86: 8 total, 8 up, 8 in 2024-03-21T12:55:37.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:36 smithi178 bash[14494]: audit 2024-03-21T12:55:36.335550+0000 mon.c (mon.1) 33 : audit [INF] from='client.? 172.21.15.178:0/2420737757' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:6800/3814003914"}]: dispatch 2024-03-21T12:55:37.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:36 smithi178 bash[14494]: audit 2024-03-21T12:55:36.336334+0000 mon.a (mon.0) 1100 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:6800/3814003914"}]: dispatch 2024-03-21T12:55:37.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:36 smithi178 bash[14494]: cluster 2024-03-21T12:55:36.556362+0000 mgr.y (mgr.24355) 169 : cluster [DBG] pgmap v132: 161 pgs: 161 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T12:55:37.297 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:36 smithi178 bash[20270]: audit 2024-03-21T12:55:35.984724+0000 mon.a (mon.0) 1098 : audit [INF] from='client.? 172.21.15.178:0/2102830165' entity='client.iscsi.foo.smithi178.qfgpzc' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:6801/3814003914"}]': finished 2024-03-21T12:55:37.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:36 smithi178 bash[20270]: cluster 2024-03-21T12:55:35.984837+0000 mon.a (mon.0) 1099 : cluster [DBG] osdmap e86: 8 total, 8 up, 8 in 2024-03-21T12:55:37.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:36 smithi178 bash[20270]: audit 2024-03-21T12:55:36.335550+0000 mon.c (mon.1) 33 : audit [INF] from='client.? 172.21.15.178:0/2420737757' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:6800/3814003914"}]: dispatch 2024-03-21T12:55:37.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:36 smithi178 bash[20270]: audit 2024-03-21T12:55:36.336334+0000 mon.a (mon.0) 1100 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:6800/3814003914"}]: dispatch 2024-03-21T12:55:37.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:36 smithi178 bash[20270]: cluster 2024-03-21T12:55:36.556362+0000 mgr.y (mgr.24355) 169 : cluster [DBG] pgmap v132: 161 pgs: 161 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T12:55:37.322 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:36 smithi184 bash[14608]: audit 2024-03-21T12:55:35.984724+0000 mon.a (mon.0) 1098 : audit [INF] from='client.? 172.21.15.178:0/2102830165' entity='client.iscsi.foo.smithi178.qfgpzc' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:6801/3814003914"}]': finished 2024-03-21T12:55:37.322 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:36 smithi184 bash[14608]: cluster 2024-03-21T12:55:35.984837+0000 mon.a (mon.0) 1099 : cluster [DBG] osdmap e86: 8 total, 8 up, 8 in 2024-03-21T12:55:37.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:36 smithi184 bash[14608]: audit 2024-03-21T12:55:36.335550+0000 mon.c (mon.1) 33 : audit [INF] from='client.? 172.21.15.178:0/2420737757' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:6800/3814003914"}]: dispatch 2024-03-21T12:55:37.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:36 smithi184 bash[14608]: audit 2024-03-21T12:55:36.336334+0000 mon.a (mon.0) 1100 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:6800/3814003914"}]: dispatch 2024-03-21T12:55:37.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:36 smithi184 bash[14608]: cluster 2024-03-21T12:55:36.556362+0000 mgr.y (mgr.24355) 169 : cluster [DBG] pgmap v132: 161 pgs: 161 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T12:55:38.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:37 smithi178 bash[14494]: audit 2024-03-21T12:55:36.988165+0000 mon.a (mon.0) 1101 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi178.qfgpzc' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:6800/3814003914"}]': finished 2024-03-21T12:55:38.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:37 smithi178 bash[14494]: cluster 2024-03-21T12:55:36.988415+0000 mon.a (mon.0) 1102 : cluster [DBG] osdmap e87: 8 total, 8 up, 8 in 2024-03-21T12:55:38.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:37 smithi178 bash[14494]: audit 2024-03-21T12:55:37.347510+0000 mon.c (mon.1) 34 : audit [INF] from='client.? 172.21.15.178:0/1109130848' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:0/573519368"}]: dispatch 2024-03-21T12:55:38.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:37 smithi178 bash[14494]: audit 2024-03-21T12:55:37.348588+0000 mon.a (mon.0) 1103 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:0/573519368"}]: dispatch 2024-03-21T12:55:38.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:37 smithi178 bash[20270]: audit 2024-03-21T12:55:36.988165+0000 mon.a (mon.0) 1101 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi178.qfgpzc' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:6800/3814003914"}]': finished 2024-03-21T12:55:38.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:37 smithi178 bash[20270]: cluster 2024-03-21T12:55:36.988415+0000 mon.a (mon.0) 1102 : cluster [DBG] osdmap e87: 8 total, 8 up, 8 in 2024-03-21T12:55:38.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:37 smithi178 bash[20270]: audit 2024-03-21T12:55:37.347510+0000 mon.c (mon.1) 34 : audit [INF] from='client.? 172.21.15.178:0/1109130848' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:0/573519368"}]: dispatch 2024-03-21T12:55:38.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:37 smithi178 bash[20270]: audit 2024-03-21T12:55:37.348588+0000 mon.a (mon.0) 1103 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:0/573519368"}]: dispatch 2024-03-21T12:55:38.322 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:37 smithi184 bash[14608]: audit 2024-03-21T12:55:36.988165+0000 mon.a (mon.0) 1101 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi178.qfgpzc' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:6800/3814003914"}]': finished 2024-03-21T12:55:38.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:37 smithi184 bash[14608]: cluster 2024-03-21T12:55:36.988415+0000 mon.a (mon.0) 1102 : cluster [DBG] osdmap e87: 8 total, 8 up, 8 in 2024-03-21T12:55:38.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:37 smithi184 bash[14608]: audit 2024-03-21T12:55:37.347510+0000 mon.c (mon.1) 34 : audit [INF] from='client.? 172.21.15.178:0/1109130848' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:0/573519368"}]: dispatch 2024-03-21T12:55:38.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:37 smithi184 bash[14608]: audit 2024-03-21T12:55:37.348588+0000 mon.a (mon.0) 1103 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:0/573519368"}]: dispatch 2024-03-21T12:55:38.797 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:55:38 smithi178 bash[14766]: 172.21.15.184 - - [21/Mar/2024:12:55:38] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2024-03-21T12:55:39.287 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:39 smithi184 bash[14608]: audit 2024-03-21T12:55:38.007922+0000 mon.a (mon.0) 1104 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi178.qfgpzc' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:0/573519368"}]': finished 2024-03-21T12:55:39.287 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:39 smithi184 bash[14608]: cluster 2024-03-21T12:55:38.008144+0000 mon.a (mon.0) 1105 : cluster [DBG] osdmap e88: 8 total, 8 up, 8 in 2024-03-21T12:55:39.288 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:39 smithi184 bash[14608]: audit 2024-03-21T12:55:38.314858+0000 mon.a (mon.0) 1106 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:55:39.288 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:39 smithi184 bash[14608]: audit 2024-03-21T12:55:38.320604+0000 mon.a (mon.0) 1107 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:55:39.288 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:39 smithi184 bash[14608]: audit 2024-03-21T12:55:38.381871+0000 mon.a (mon.0) 1108 : audit [INF] from='client.? 172.21.15.178:0/4068077870' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:0/1564850126"}]: dispatch 2024-03-21T12:55:39.288 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:39 smithi184 bash[14608]: audit 2024-03-21T12:55:38.425630+0000 mgr.y (mgr.24355) 170 : audit [DBG] from='client.14967 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T12:55:39.288 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:39 smithi184 bash[14608]: cluster 2024-03-21T12:55:38.557128+0000 mgr.y (mgr.24355) 171 : cluster [DBG] pgmap v135: 161 pgs: 161 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T12:55:39.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:39 smithi178 bash[14494]: audit 2024-03-21T12:55:38.007922+0000 mon.a (mon.0) 1104 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi178.qfgpzc' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:0/573519368"}]': finished 2024-03-21T12:55:39.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:39 smithi178 bash[14494]: cluster 2024-03-21T12:55:38.008144+0000 mon.a (mon.0) 1105 : cluster [DBG] osdmap e88: 8 total, 8 up, 8 in 2024-03-21T12:55:39.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:39 smithi178 bash[14494]: audit 2024-03-21T12:55:38.314858+0000 mon.a (mon.0) 1106 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:55:39.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:39 smithi178 bash[14494]: audit 2024-03-21T12:55:38.320604+0000 mon.a (mon.0) 1107 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:55:39.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:39 smithi178 bash[14494]: audit 2024-03-21T12:55:38.381871+0000 mon.a (mon.0) 1108 : audit [INF] from='client.? 172.21.15.178:0/4068077870' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:0/1564850126"}]: dispatch 2024-03-21T12:55:39.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:39 smithi178 bash[14494]: audit 2024-03-21T12:55:38.425630+0000 mgr.y (mgr.24355) 170 : audit [DBG] from='client.14967 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T12:55:39.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:39 smithi178 bash[14494]: cluster 2024-03-21T12:55:38.557128+0000 mgr.y (mgr.24355) 171 : cluster [DBG] pgmap v135: 161 pgs: 161 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T12:55:39.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:39 smithi178 bash[20270]: audit 2024-03-21T12:55:38.007922+0000 mon.a (mon.0) 1104 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi178.qfgpzc' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:0/573519368"}]': finished 2024-03-21T12:55:39.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:39 smithi178 bash[20270]: cluster 2024-03-21T12:55:38.008144+0000 mon.a (mon.0) 1105 : cluster [DBG] osdmap e88: 8 total, 8 up, 8 in 2024-03-21T12:55:39.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:39 smithi178 bash[20270]: audit 2024-03-21T12:55:38.314858+0000 mon.a (mon.0) 1106 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:55:39.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:39 smithi178 bash[20270]: audit 2024-03-21T12:55:38.320604+0000 mon.a (mon.0) 1107 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:55:39.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:39 smithi178 bash[20270]: audit 2024-03-21T12:55:38.381871+0000 mon.a (mon.0) 1108 : audit [INF] from='client.? 172.21.15.178:0/4068077870' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:0/1564850126"}]: dispatch 2024-03-21T12:55:39.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:39 smithi178 bash[20270]: audit 2024-03-21T12:55:38.425630+0000 mgr.y (mgr.24355) 170 : audit [DBG] from='client.14967 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T12:55:39.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:39 smithi178 bash[20270]: cluster 2024-03-21T12:55:38.557128+0000 mgr.y (mgr.24355) 171 : cluster [DBG] pgmap v135: 161 pgs: 161 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T12:55:40.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:40 smithi178 bash[14494]: audit 2024-03-21T12:55:39.331191+0000 mon.a (mon.0) 1109 : audit [INF] from='client.? 172.21.15.178:0/4068077870' entity='client.iscsi.foo.smithi178.qfgpzc' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:0/1564850126"}]': finished 2024-03-21T12:55:40.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:40 smithi178 bash[14494]: cluster 2024-03-21T12:55:39.331390+0000 mon.a (mon.0) 1110 : cluster [DBG] osdmap e89: 8 total, 8 up, 8 in 2024-03-21T12:55:40.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:40 smithi178 bash[14494]: audit 2024-03-21T12:55:39.701612+0000 mon.c (mon.1) 35 : audit [INF] from='client.? 172.21.15.178:0/612210760' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:6800/1355448348"}]: dispatch 2024-03-21T12:55:40.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:40 smithi178 bash[14494]: audit 2024-03-21T12:55:39.702494+0000 mon.a (mon.0) 1111 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:6800/1355448348"}]: dispatch 2024-03-21T12:55:40.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:40 smithi178 bash[20270]: audit 2024-03-21T12:55:39.331191+0000 mon.a (mon.0) 1109 : audit [INF] from='client.? 172.21.15.178:0/4068077870' entity='client.iscsi.foo.smithi178.qfgpzc' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:0/1564850126"}]': finished 2024-03-21T12:55:40.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:40 smithi178 bash[20270]: cluster 2024-03-21T12:55:39.331390+0000 mon.a (mon.0) 1110 : cluster [DBG] osdmap e89: 8 total, 8 up, 8 in 2024-03-21T12:55:40.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:40 smithi178 bash[20270]: audit 2024-03-21T12:55:39.701612+0000 mon.c (mon.1) 35 : audit [INF] from='client.? 172.21.15.178:0/612210760' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:6800/1355448348"}]: dispatch 2024-03-21T12:55:40.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:40 smithi178 bash[20270]: audit 2024-03-21T12:55:39.702494+0000 mon.a (mon.0) 1111 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:6800/1355448348"}]: dispatch 2024-03-21T12:55:40.822 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:40 smithi184 bash[14608]: audit 2024-03-21T12:55:39.331191+0000 mon.a (mon.0) 1109 : audit [INF] from='client.? 172.21.15.178:0/4068077870' entity='client.iscsi.foo.smithi178.qfgpzc' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:0/1564850126"}]': finished 2024-03-21T12:55:40.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:40 smithi184 bash[14608]: cluster 2024-03-21T12:55:39.331390+0000 mon.a (mon.0) 1110 : cluster [DBG] osdmap e89: 8 total, 8 up, 8 in 2024-03-21T12:55:40.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:40 smithi184 bash[14608]: audit 2024-03-21T12:55:39.701612+0000 mon.c (mon.1) 35 : audit [INF] from='client.? 172.21.15.178:0/612210760' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:6800/1355448348"}]: dispatch 2024-03-21T12:55:40.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:40 smithi184 bash[14608]: audit 2024-03-21T12:55:39.702494+0000 mon.a (mon.0) 1111 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:6800/1355448348"}]: dispatch 2024-03-21T12:55:41.672 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:41 smithi178 bash[14494]: audit 2024-03-21T12:55:40.334966+0000 mon.a (mon.0) 1112 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi178.qfgpzc' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:6800/1355448348"}]': finished 2024-03-21T12:55:41.673 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:41 smithi178 bash[14494]: cluster 2024-03-21T12:55:40.335124+0000 mon.a (mon.0) 1113 : cluster [DBG] osdmap e90: 8 total, 8 up, 8 in 2024-03-21T12:55:41.673 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:41 smithi178 bash[14494]: cluster 2024-03-21T12:55:40.557854+0000 mgr.y (mgr.24355) 172 : cluster [DBG] pgmap v138: 161 pgs: 161 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:55:41.673 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:41 smithi178 bash[14494]: audit 2024-03-21T12:55:40.706854+0000 mon.c (mon.1) 36 : audit [INF] from='client.? 172.21.15.178:0/1360372509' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:6801/1355448348"}]: dispatch 2024-03-21T12:55:41.673 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:41 smithi178 bash[14494]: audit 2024-03-21T12:55:40.707771+0000 mon.a (mon.0) 1114 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:6801/1355448348"}]: dispatch 2024-03-21T12:55:41.673 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:41 smithi178 bash[20270]: audit 2024-03-21T12:55:40.334966+0000 mon.a (mon.0) 1112 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi178.qfgpzc' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:6800/1355448348"}]': finished 2024-03-21T12:55:41.673 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:41 smithi178 bash[20270]: cluster 2024-03-21T12:55:40.335124+0000 mon.a (mon.0) 1113 : cluster [DBG] osdmap e90: 8 total, 8 up, 8 in 2024-03-21T12:55:41.673 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:41 smithi178 bash[20270]: cluster 2024-03-21T12:55:40.557854+0000 mgr.y (mgr.24355) 172 : cluster [DBG] pgmap v138: 161 pgs: 161 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:55:41.673 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:41 smithi178 bash[20270]: audit 2024-03-21T12:55:40.706854+0000 mon.c (mon.1) 36 : audit [INF] from='client.? 172.21.15.178:0/1360372509' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:6801/1355448348"}]: dispatch 2024-03-21T12:55:41.673 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:41 smithi178 bash[20270]: audit 2024-03-21T12:55:40.707771+0000 mon.a (mon.0) 1114 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:6801/1355448348"}]: dispatch 2024-03-21T12:55:41.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:41 smithi184 bash[14608]: audit 2024-03-21T12:55:40.334966+0000 mon.a (mon.0) 1112 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi178.qfgpzc' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:6800/1355448348"}]': finished 2024-03-21T12:55:41.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:41 smithi184 bash[14608]: cluster 2024-03-21T12:55:40.335124+0000 mon.a (mon.0) 1113 : cluster [DBG] osdmap e90: 8 total, 8 up, 8 in 2024-03-21T12:55:41.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:41 smithi184 bash[14608]: cluster 2024-03-21T12:55:40.557854+0000 mgr.y (mgr.24355) 172 : cluster [DBG] pgmap v138: 161 pgs: 161 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:55:41.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:41 smithi184 bash[14608]: audit 2024-03-21T12:55:40.706854+0000 mon.c (mon.1) 36 : audit [INF] from='client.? 172.21.15.178:0/1360372509' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:6801/1355448348"}]: dispatch 2024-03-21T12:55:41.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:41 smithi184 bash[14608]: audit 2024-03-21T12:55:40.707771+0000 mon.a (mon.0) 1114 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:6801/1355448348"}]: dispatch 2024-03-21T12:55:43.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:42 smithi178 bash[14494]: audit 2024-03-21T12:55:41.651112+0000 mon.a (mon.0) 1115 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi178.qfgpzc' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:6801/1355448348"}]': finished 2024-03-21T12:55:43.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:42 smithi178 bash[14494]: cluster 2024-03-21T12:55:41.651330+0000 mon.a (mon.0) 1116 : cluster [DBG] osdmap e91: 8 total, 8 up, 8 in 2024-03-21T12:55:43.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:42 smithi178 bash[14494]: audit 2024-03-21T12:55:42.015449+0000 mon.c (mon.1) 37 : audit [INF] from='client.? 172.21.15.178:0/4223173959' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:0/4289823430"}]: dispatch 2024-03-21T12:55:43.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:42 smithi178 bash[14494]: audit 2024-03-21T12:55:42.016221+0000 mon.a (mon.0) 1117 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:0/4289823430"}]: dispatch 2024-03-21T12:55:43.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:42 smithi178 bash[14494]: cluster 2024-03-21T12:55:42.558555+0000 mgr.y (mgr.24355) 173 : cluster [DBG] pgmap v140: 161 pgs: 161 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-21T12:55:43.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:42 smithi178 bash[20270]: audit 2024-03-21T12:55:41.651112+0000 mon.a (mon.0) 1115 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi178.qfgpzc' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:6801/1355448348"}]': finished 2024-03-21T12:55:43.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:42 smithi178 bash[20270]: cluster 2024-03-21T12:55:41.651330+0000 mon.a (mon.0) 1116 : cluster [DBG] osdmap e91: 8 total, 8 up, 8 in 2024-03-21T12:55:43.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:42 smithi178 bash[20270]: audit 2024-03-21T12:55:42.015449+0000 mon.c (mon.1) 37 : audit [INF] from='client.? 172.21.15.178:0/4223173959' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:0/4289823430"}]: dispatch 2024-03-21T12:55:43.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:42 smithi178 bash[20270]: audit 2024-03-21T12:55:42.016221+0000 mon.a (mon.0) 1117 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:0/4289823430"}]: dispatch 2024-03-21T12:55:43.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:42 smithi178 bash[20270]: cluster 2024-03-21T12:55:42.558555+0000 mgr.y (mgr.24355) 173 : cluster [DBG] pgmap v140: 161 pgs: 161 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-21T12:55:43.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:42 smithi184 bash[14608]: audit 2024-03-21T12:55:41.651112+0000 mon.a (mon.0) 1115 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi178.qfgpzc' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:6801/1355448348"}]': finished 2024-03-21T12:55:43.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:42 smithi184 bash[14608]: cluster 2024-03-21T12:55:41.651330+0000 mon.a (mon.0) 1116 : cluster [DBG] osdmap e91: 8 total, 8 up, 8 in 2024-03-21T12:55:43.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:42 smithi184 bash[14608]: audit 2024-03-21T12:55:42.015449+0000 mon.c (mon.1) 37 : audit [INF] from='client.? 172.21.15.178:0/4223173959' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:0/4289823430"}]: dispatch 2024-03-21T12:55:43.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:42 smithi184 bash[14608]: audit 2024-03-21T12:55:42.016221+0000 mon.a (mon.0) 1117 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:0/4289823430"}]: dispatch 2024-03-21T12:55:43.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:42 smithi184 bash[14608]: cluster 2024-03-21T12:55:42.558555+0000 mgr.y (mgr.24355) 173 : cluster [DBG] pgmap v140: 161 pgs: 161 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-21T12:55:44.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:43 smithi178 bash[14494]: audit 2024-03-21T12:55:42.661040+0000 mon.a (mon.0) 1118 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi178.qfgpzc' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:0/4289823430"}]': finished 2024-03-21T12:55:44.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:43 smithi178 bash[14494]: cluster 2024-03-21T12:55:42.661171+0000 mon.a (mon.0) 1119 : cluster [DBG] osdmap e92: 8 total, 8 up, 8 in 2024-03-21T12:55:44.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:43 smithi178 bash[14494]: audit 2024-03-21T12:55:43.021794+0000 mon.a (mon.0) 1120 : audit [INF] from='client.? 172.21.15.178:0/50880035' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:0/2682080492"}]: dispatch 2024-03-21T12:55:44.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:43 smithi178 bash[20270]: audit 2024-03-21T12:55:42.661040+0000 mon.a (mon.0) 1118 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi178.qfgpzc' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:0/4289823430"}]': finished 2024-03-21T12:55:44.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:43 smithi178 bash[20270]: cluster 2024-03-21T12:55:42.661171+0000 mon.a (mon.0) 1119 : cluster [DBG] osdmap e92: 8 total, 8 up, 8 in 2024-03-21T12:55:44.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:43 smithi178 bash[20270]: audit 2024-03-21T12:55:43.021794+0000 mon.a (mon.0) 1120 : audit [INF] from='client.? 172.21.15.178:0/50880035' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:0/2682080492"}]: dispatch 2024-03-21T12:55:44.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:43 smithi184 bash[14608]: audit 2024-03-21T12:55:42.661040+0000 mon.a (mon.0) 1118 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi178.qfgpzc' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:0/4289823430"}]': finished 2024-03-21T12:55:44.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:43 smithi184 bash[14608]: cluster 2024-03-21T12:55:42.661171+0000 mon.a (mon.0) 1119 : cluster [DBG] osdmap e92: 8 total, 8 up, 8 in 2024-03-21T12:55:44.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:43 smithi184 bash[14608]: audit 2024-03-21T12:55:43.021794+0000 mon.a (mon.0) 1120 : audit [INF] from='client.? 172.21.15.178:0/50880035' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:0/2682080492"}]: dispatch 2024-03-21T12:55:45.047 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:55:44 smithi178 bash[14766]: ::ffff:172.21.15.184 - - [21/Mar/2024:12:55:44] "GET /metrics HTTP/1.1" 200 215033 "" "Prometheus/2.33.4" 2024-03-21T12:55:45.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:44 smithi178 bash[14494]: audit 2024-03-21T12:55:43.665665+0000 mon.a (mon.0) 1121 : audit [INF] from='client.? 172.21.15.178:0/50880035' entity='client.iscsi.foo.smithi178.qfgpzc' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:0/2682080492"}]': finished 2024-03-21T12:55:45.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:44 smithi178 bash[14494]: cluster 2024-03-21T12:55:43.665871+0000 mon.a (mon.0) 1122 : cluster [DBG] osdmap e93: 8 total, 8 up, 8 in 2024-03-21T12:55:45.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:44 smithi178 bash[14494]: audit 2024-03-21T12:55:44.034623+0000 mon.c (mon.1) 38 : audit [INF] from='client.? 172.21.15.178:0/3379541610' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:0/2621284394"}]: dispatch 2024-03-21T12:55:45.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:44 smithi178 bash[14494]: audit 2024-03-21T12:55:44.035285+0000 mon.a (mon.0) 1123 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:0/2621284394"}]: dispatch 2024-03-21T12:55:45.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:44 smithi178 bash[14494]: cluster 2024-03-21T12:55:44.559367+0000 mgr.y (mgr.24355) 174 : cluster [DBG] pgmap v143: 161 pgs: 161 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T12:55:45.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:44 smithi178 bash[20270]: audit 2024-03-21T12:55:43.665665+0000 mon.a (mon.0) 1121 : audit [INF] from='client.? 172.21.15.178:0/50880035' entity='client.iscsi.foo.smithi178.qfgpzc' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:0/2682080492"}]': finished 2024-03-21T12:55:45.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:44 smithi178 bash[20270]: cluster 2024-03-21T12:55:43.665871+0000 mon.a (mon.0) 1122 : cluster [DBG] osdmap e93: 8 total, 8 up, 8 in 2024-03-21T12:55:45.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:44 smithi178 bash[20270]: audit 2024-03-21T12:55:44.034623+0000 mon.c (mon.1) 38 : audit [INF] from='client.? 172.21.15.178:0/3379541610' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:0/2621284394"}]: dispatch 2024-03-21T12:55:45.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:44 smithi178 bash[20270]: audit 2024-03-21T12:55:44.035285+0000 mon.a (mon.0) 1123 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:0/2621284394"}]: dispatch 2024-03-21T12:55:45.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:44 smithi178 bash[20270]: cluster 2024-03-21T12:55:44.559367+0000 mgr.y (mgr.24355) 174 : cluster [DBG] pgmap v143: 161 pgs: 161 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T12:55:45.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:44 smithi184 bash[14608]: audit 2024-03-21T12:55:43.665665+0000 mon.a (mon.0) 1121 : audit [INF] from='client.? 172.21.15.178:0/50880035' entity='client.iscsi.foo.smithi178.qfgpzc' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:0/2682080492"}]': finished 2024-03-21T12:55:45.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:44 smithi184 bash[14608]: cluster 2024-03-21T12:55:43.665871+0000 mon.a (mon.0) 1122 : cluster [DBG] osdmap e93: 8 total, 8 up, 8 in 2024-03-21T12:55:45.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:44 smithi184 bash[14608]: audit 2024-03-21T12:55:44.034623+0000 mon.c (mon.1) 38 : audit [INF] from='client.? 172.21.15.178:0/3379541610' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:0/2621284394"}]: dispatch 2024-03-21T12:55:45.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:44 smithi184 bash[14608]: audit 2024-03-21T12:55:44.035285+0000 mon.a (mon.0) 1123 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:0/2621284394"}]: dispatch 2024-03-21T12:55:45.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:44 smithi184 bash[14608]: cluster 2024-03-21T12:55:44.559367+0000 mgr.y (mgr.24355) 174 : cluster [DBG] pgmap v143: 161 pgs: 161 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T12:55:45.572 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 12:55:45 smithi184 bash[15792]: ::ffff:172.21.15.184 - - [21/Mar/2024:12:55:45] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-21T12:55:46.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:45 smithi178 bash[14494]: audit 2024-03-21T12:55:44.681279+0000 mon.a (mon.0) 1124 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi178.qfgpzc' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:0/2621284394"}]': finished 2024-03-21T12:55:46.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:45 smithi178 bash[14494]: cluster 2024-03-21T12:55:44.681597+0000 mon.a (mon.0) 1125 : cluster [DBG] osdmap e94: 8 total, 8 up, 8 in 2024-03-21T12:55:46.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:45 smithi178 bash[14494]: audit 2024-03-21T12:55:45.048357+0000 mon.c (mon.1) 39 : audit [INF] from='client.? 172.21.15.178:0/4234789916' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:0/1569717547"}]: dispatch 2024-03-21T12:55:46.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:45 smithi178 bash[14494]: audit 2024-03-21T12:55:45.049395+0000 mon.a (mon.0) 1126 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:0/1569717547"}]: dispatch 2024-03-21T12:55:46.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:45 smithi178 bash[20270]: audit 2024-03-21T12:55:44.681279+0000 mon.a (mon.0) 1124 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi178.qfgpzc' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:0/2621284394"}]': finished 2024-03-21T12:55:46.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:45 smithi178 bash[20270]: cluster 2024-03-21T12:55:44.681597+0000 mon.a (mon.0) 1125 : cluster [DBG] osdmap e94: 8 total, 8 up, 8 in 2024-03-21T12:55:46.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:45 smithi178 bash[20270]: audit 2024-03-21T12:55:45.048357+0000 mon.c (mon.1) 39 : audit [INF] from='client.? 172.21.15.178:0/4234789916' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:0/1569717547"}]: dispatch 2024-03-21T12:55:46.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:45 smithi178 bash[20270]: audit 2024-03-21T12:55:45.049395+0000 mon.a (mon.0) 1126 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:0/1569717547"}]: dispatch 2024-03-21T12:55:46.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:45 smithi184 bash[14608]: audit 2024-03-21T12:55:44.681279+0000 mon.a (mon.0) 1124 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi178.qfgpzc' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:0/2621284394"}]': finished 2024-03-21T12:55:46.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:45 smithi184 bash[14608]: cluster 2024-03-21T12:55:44.681597+0000 mon.a (mon.0) 1125 : cluster [DBG] osdmap e94: 8 total, 8 up, 8 in 2024-03-21T12:55:46.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:45 smithi184 bash[14608]: audit 2024-03-21T12:55:45.048357+0000 mon.c (mon.1) 39 : audit [INF] from='client.? 172.21.15.178:0/4234789916' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:0/1569717547"}]: dispatch 2024-03-21T12:55:46.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:45 smithi184 bash[14608]: audit 2024-03-21T12:55:45.049395+0000 mon.a (mon.0) 1126 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:0/1569717547"}]: dispatch 2024-03-21T12:55:46.982 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:46 smithi178 bash[14494]: audit 2024-03-21T12:55:45.701259+0000 mon.a (mon.0) 1127 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi178.qfgpzc' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:0/1569717547"}]': finished 2024-03-21T12:55:46.983 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:46 smithi178 bash[14494]: cluster 2024-03-21T12:55:45.701392+0000 mon.a (mon.0) 1128 : cluster [DBG] osdmap e95: 8 total, 8 up, 8 in 2024-03-21T12:55:46.983 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:46 smithi178 bash[14494]: cluster 2024-03-21T12:55:46.560148+0000 mgr.y (mgr.24355) 175 : cluster [DBG] pgmap v146: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T12:55:46.983 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:46 smithi178 bash[20270]: audit 2024-03-21T12:55:45.701259+0000 mon.a (mon.0) 1127 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi178.qfgpzc' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:0/1569717547"}]': finished 2024-03-21T12:55:46.983 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:46 smithi178 bash[20270]: cluster 2024-03-21T12:55:45.701392+0000 mon.a (mon.0) 1128 : cluster [DBG] osdmap e95: 8 total, 8 up, 8 in 2024-03-21T12:55:46.983 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:46 smithi178 bash[20270]: cluster 2024-03-21T12:55:46.560148+0000 mgr.y (mgr.24355) 175 : cluster [DBG] pgmap v146: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T12:55:47.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:46 smithi184 bash[14608]: audit 2024-03-21T12:55:45.701259+0000 mon.a (mon.0) 1127 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi178.qfgpzc' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:0/1569717547"}]': finished 2024-03-21T12:55:47.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:46 smithi184 bash[14608]: cluster 2024-03-21T12:55:45.701392+0000 mon.a (mon.0) 1128 : cluster [DBG] osdmap e95: 8 total, 8 up, 8 in 2024-03-21T12:55:47.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:46 smithi184 bash[14608]: cluster 2024-03-21T12:55:46.560148+0000 mgr.y (mgr.24355) 175 : cluster [DBG] pgmap v146: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T12:55:50.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:49 smithi178 bash[14494]: audit 2024-03-21T12:55:48.435696+0000 mgr.y (mgr.24355) 176 : audit [DBG] from='client.14967 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T12:55:50.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:49 smithi178 bash[14494]: cluster 2024-03-21T12:55:48.560886+0000 mgr.y (mgr.24355) 177 : cluster [DBG] pgmap v147: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 867 B/s rd, 0 op/s 2024-03-21T12:55:50.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:49 smithi178 bash[20270]: audit 2024-03-21T12:55:48.435696+0000 mgr.y (mgr.24355) 176 : audit [DBG] from='client.14967 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T12:55:50.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:49 smithi178 bash[20270]: cluster 2024-03-21T12:55:48.560886+0000 mgr.y (mgr.24355) 177 : cluster [DBG] pgmap v147: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 867 B/s rd, 0 op/s 2024-03-21T12:55:50.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:49 smithi184 bash[14608]: audit 2024-03-21T12:55:48.435696+0000 mgr.y (mgr.24355) 176 : audit [DBG] from='client.14967 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T12:55:50.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:49 smithi184 bash[14608]: cluster 2024-03-21T12:55:48.560886+0000 mgr.y (mgr.24355) 177 : cluster [DBG] pgmap v147: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 867 B/s rd, 0 op/s 2024-03-21T12:55:50.797 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:55:50 smithi178 bash[14766]: 172.21.15.178 - - [21/Mar/2024:12:55:50] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2024-03-21T12:55:51.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:51 smithi178 bash[14494]: audit 2024-03-21T12:55:50.470704+0000 mon.a (mon.0) 1129 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:55:51.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:51 smithi178 bash[14494]: audit 2024-03-21T12:55:50.477911+0000 mon.a (mon.0) 1130 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:55:51.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:51 smithi178 bash[14494]: cluster 2024-03-21T12:55:50.561663+0000 mgr.y (mgr.24355) 178 : cluster [DBG] pgmap v148: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 741 B/s rd, 0 op/s 2024-03-21T12:55:51.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:51 smithi178 bash[20270]: audit 2024-03-21T12:55:50.470704+0000 mon.a (mon.0) 1129 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:55:51.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:51 smithi178 bash[20270]: audit 2024-03-21T12:55:50.477911+0000 mon.a (mon.0) 1130 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:55:51.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:51 smithi178 bash[20270]: cluster 2024-03-21T12:55:50.561663+0000 mgr.y (mgr.24355) 178 : cluster [DBG] pgmap v148: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 741 B/s rd, 0 op/s 2024-03-21T12:55:51.822 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:51 smithi184 bash[14608]: audit 2024-03-21T12:55:50.470704+0000 mon.a (mon.0) 1129 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:55:51.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:51 smithi184 bash[14608]: audit 2024-03-21T12:55:50.477911+0000 mon.a (mon.0) 1130 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:55:51.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:51 smithi184 bash[14608]: cluster 2024-03-21T12:55:50.561663+0000 mgr.y (mgr.24355) 178 : cluster [DBG] pgmap v148: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 741 B/s rd, 0 op/s 2024-03-21T12:55:53.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:52 smithi178 bash[14494]: cluster 2024-03-21T12:55:52.563539+0000 mgr.y (mgr.24355) 179 : cluster [DBG] pgmap v149: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T12:55:53.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:52 smithi178 bash[20270]: cluster 2024-03-21T12:55:52.563539+0000 mgr.y (mgr.24355) 179 : cluster [DBG] pgmap v149: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T12:55:53.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:52 smithi184 bash[14608]: cluster 2024-03-21T12:55:52.563539+0000 mgr.y (mgr.24355) 179 : cluster [DBG] pgmap v149: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T12:55:55.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:54 smithi178 bash[14494]: cluster 2024-03-21T12:55:54.564363+0000 mgr.y (mgr.24355) 180 : 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 2024-03-21T12:55:55.048 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:55:54 smithi178 bash[14766]: ::ffff:172.21.15.184 - - [21/Mar/2024:12:55:54] "GET /metrics HTTP/1.1" 200 215020 "" "Prometheus/2.33.4" 2024-03-21T12:55:55.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:54 smithi178 bash[20270]: cluster 2024-03-21T12:55:54.564363+0000 mgr.y (mgr.24355) 180 : 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 2024-03-21T12:55:55.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:54 smithi184 bash[14608]: cluster 2024-03-21T12:55:54.564363+0000 mgr.y (mgr.24355) 180 : 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 2024-03-21T12:55:55.572 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 12:55:55 smithi184 bash[15792]: ::ffff:172.21.15.184 - - [21/Mar/2024:12:55:55] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-21T12:55:56.913 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:56 smithi184 bash[14608]: cluster 2024-03-21T12:55:56.566118+0000 mgr.y (mgr.24355) 181 : cluster [DBG] pgmap v151: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 942 B/s rd, 0 op/s 2024-03-21T12:55:57.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:56 smithi178 bash[14494]: cluster 2024-03-21T12:55:56.566118+0000 mgr.y (mgr.24355) 181 : cluster [DBG] pgmap v151: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 942 B/s rd, 0 op/s 2024-03-21T12:55:57.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:56 smithi178 bash[20270]: cluster 2024-03-21T12:55:56.566118+0000 mgr.y (mgr.24355) 181 : cluster [DBG] pgmap v151: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 942 B/s rd, 0 op/s 2024-03-21T12:55:58.797 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:55:58 smithi178 bash[14766]: 172.21.15.184 - - [21/Mar/2024:12:55:58] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2024-03-21T12:55:59.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:59 smithi178 bash[14494]: audit 2024-03-21T12:55:58.443467+0000 mgr.y (mgr.24355) 182 : audit [DBG] from='client.14967 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T12:55:59.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:59 smithi178 bash[14494]: audit 2024-03-21T12:55:58.464487+0000 mon.a (mon.0) 1131 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:55:59.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:59 smithi178 bash[14494]: audit 2024-03-21T12:55:58.473255+0000 mon.a (mon.0) 1132 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:55:59.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:55:59 smithi178 bash[14494]: cluster 2024-03-21T12:55:58.566927+0000 mgr.y (mgr.24355) 183 : cluster [DBG] pgmap v152: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T12:55:59.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:59 smithi178 bash[20270]: audit 2024-03-21T12:55:58.443467+0000 mgr.y (mgr.24355) 182 : audit [DBG] from='client.14967 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T12:55:59.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:59 smithi178 bash[20270]: audit 2024-03-21T12:55:58.464487+0000 mon.a (mon.0) 1131 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:55:59.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:59 smithi178 bash[20270]: audit 2024-03-21T12:55:58.473255+0000 mon.a (mon.0) 1132 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:55:59.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:55:59 smithi178 bash[20270]: cluster 2024-03-21T12:55:58.566927+0000 mgr.y (mgr.24355) 183 : cluster [DBG] pgmap v152: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T12:55:59.822 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:59 smithi184 bash[14608]: audit 2024-03-21T12:55:58.443467+0000 mgr.y (mgr.24355) 182 : audit [DBG] from='client.14967 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T12:55:59.822 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:59 smithi184 bash[14608]: audit 2024-03-21T12:55:58.464487+0000 mon.a (mon.0) 1131 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:55:59.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:59 smithi184 bash[14608]: audit 2024-03-21T12:55:58.473255+0000 mon.a (mon.0) 1132 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:55:59.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:55:59 smithi184 bash[14608]: cluster 2024-03-21T12:55:58.566927+0000 mgr.y (mgr.24355) 183 : cluster [DBG] pgmap v152: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T12:56:01.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:56:00 smithi178 bash[14494]: cluster 2024-03-21T12:56:00.567651+0000 mgr.y (mgr.24355) 184 : cluster [DBG] pgmap v153: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T12:56:01.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:56:00 smithi178 bash[20270]: cluster 2024-03-21T12:56:00.567651+0000 mgr.y (mgr.24355) 184 : cluster [DBG] pgmap v153: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T12:56:01.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:56:00 smithi184 bash[14608]: cluster 2024-03-21T12:56:00.567651+0000 mgr.y (mgr.24355) 184 : cluster [DBG] pgmap v153: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T12:56:03.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:56:02 smithi178 bash[14494]: cluster 2024-03-21T12:56:02.569344+0000 mgr.y (mgr.24355) 185 : cluster [DBG] pgmap v154: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T12:56:03.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:56:02 smithi178 bash[20270]: cluster 2024-03-21T12:56:02.569344+0000 mgr.y (mgr.24355) 185 : cluster [DBG] pgmap v154: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T12:56:03.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:56:02 smithi184 bash[14608]: cluster 2024-03-21T12:56:02.569344+0000 mgr.y (mgr.24355) 185 : cluster [DBG] pgmap v154: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T12:56:05.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:56:04 smithi178 bash[14494]: cluster 2024-03-21T12:56:04.570126+0000 mgr.y (mgr.24355) 186 : cluster [DBG] pgmap v155: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T12:56:05.047 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:56:04 smithi178 bash[14766]: ::ffff:172.21.15.184 - - [21/Mar/2024:12:56:04] "GET /metrics HTTP/1.1" 200 215020 "" "Prometheus/2.33.4" 2024-03-21T12:56:05.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:56:04 smithi178 bash[20270]: cluster 2024-03-21T12:56:04.570126+0000 mgr.y (mgr.24355) 186 : cluster [DBG] pgmap v155: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T12:56:05.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:56:04 smithi184 bash[14608]: cluster 2024-03-21T12:56:04.570126+0000 mgr.y (mgr.24355) 186 : cluster [DBG] pgmap v155: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T12:56:05.572 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 12:56:05 smithi184 bash[15792]: ::ffff:172.21.15.184 - - [21/Mar/2024:12:56:05] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-21T12:56:07.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:56:06 smithi178 bash[14494]: cluster 2024-03-21T12:56:06.571869+0000 mgr.y (mgr.24355) 187 : cluster [DBG] pgmap v156: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T12:56:07.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:56:06 smithi178 bash[20270]: cluster 2024-03-21T12:56:06.571869+0000 mgr.y (mgr.24355) 187 : cluster [DBG] pgmap v156: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T12:56:07.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:56:06 smithi184 bash[14608]: cluster 2024-03-21T12:56:06.571869+0000 mgr.y (mgr.24355) 187 : cluster [DBG] pgmap v156: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T12:56:08.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:56:08 smithi178 bash[14494]: audit 2024-03-21T12:56:08.454894+0000 mgr.y (mgr.24355) 188 : audit [DBG] from='client.14967 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T12:56:08.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:56:08 smithi178 bash[14494]: cluster 2024-03-21T12:56:08.572475+0000 mgr.y (mgr.24355) 189 : cluster [DBG] pgmap v157: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T12:56:08.797 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:56:08 smithi178 bash[20270]: audit 2024-03-21T12:56:08.454894+0000 mgr.y (mgr.24355) 188 : audit [DBG] from='client.14967 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T12:56:08.797 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:56:08 smithi178 bash[20270]: cluster 2024-03-21T12:56:08.572475+0000 mgr.y (mgr.24355) 189 : cluster [DBG] pgmap v157: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T12:56:09.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:56:08 smithi184 bash[14608]: audit 2024-03-21T12:56:08.454894+0000 mgr.y (mgr.24355) 188 : audit [DBG] from='client.14967 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T12:56:09.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:56:08 smithi184 bash[14608]: cluster 2024-03-21T12:56:08.572475+0000 mgr.y (mgr.24355) 189 : cluster [DBG] pgmap v157: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T12:56:11.047 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:56:10 smithi178 bash[14766]: 172.21.15.178 - - [21/Mar/2024:12:56:10] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2024-03-21T12:56:11.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:56:10 smithi178 bash[14494]: cluster 2024-03-21T12:56:10.572942+0000 mgr.y (mgr.24355) 190 : cluster [DBG] pgmap v158: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T12:56:11.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:56:10 smithi178 bash[14494]: audit 2024-03-21T12:56:10.623299+0000 mon.a (mon.0) 1133 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:56:11.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:56:10 smithi178 bash[14494]: audit 2024-03-21T12:56:10.636452+0000 mon.a (mon.0) 1134 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:56:11.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:56:10 smithi178 bash[20270]: cluster 2024-03-21T12:56:10.572942+0000 mgr.y (mgr.24355) 190 : cluster [DBG] pgmap v158: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T12:56:11.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:56:10 smithi178 bash[20270]: audit 2024-03-21T12:56:10.623299+0000 mon.a (mon.0) 1133 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:56:11.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:56:10 smithi178 bash[20270]: audit 2024-03-21T12:56:10.636452+0000 mon.a (mon.0) 1134 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:56:11.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:56:10 smithi184 bash[14608]: cluster 2024-03-21T12:56:10.572942+0000 mgr.y (mgr.24355) 190 : cluster [DBG] pgmap v158: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T12:56:11.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:56:10 smithi184 bash[14608]: audit 2024-03-21T12:56:10.623299+0000 mon.a (mon.0) 1133 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:56:11.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:56:10 smithi184 bash[14608]: audit 2024-03-21T12:56:10.636452+0000 mon.a (mon.0) 1134 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:56:13.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:56:12 smithi178 bash[14494]: cluster 2024-03-21T12:56:12.574647+0000 mgr.y (mgr.24355) 191 : cluster [DBG] pgmap v159: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T12:56:13.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:56:12 smithi178 bash[20270]: cluster 2024-03-21T12:56:12.574647+0000 mgr.y (mgr.24355) 191 : cluster [DBG] pgmap v159: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T12:56:13.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:56:12 smithi184 bash[14608]: cluster 2024-03-21T12:56:12.574647+0000 mgr.y (mgr.24355) 191 : cluster [DBG] pgmap v159: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T12:56:15.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:56:14 smithi178 bash[14494]: cluster 2024-03-21T12:56:14.575453+0000 mgr.y (mgr.24355) 192 : cluster [DBG] pgmap v160: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T12:56:15.047 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:56:14 smithi178 bash[14766]: ::ffff:172.21.15.184 - - [21/Mar/2024:12:56:14] "GET /metrics HTTP/1.1" 200 214986 "" "Prometheus/2.33.4" 2024-03-21T12:56:15.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:56:14 smithi178 bash[20270]: cluster 2024-03-21T12:56:14.575453+0000 mgr.y (mgr.24355) 192 : cluster [DBG] pgmap v160: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T12:56:15.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:56:14 smithi184 bash[14608]: cluster 2024-03-21T12:56:14.575453+0000 mgr.y (mgr.24355) 192 : cluster [DBG] pgmap v160: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T12:56:15.572 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 12:56:15 smithi184 bash[15792]: ::ffff:172.21.15.184 - - [21/Mar/2024:12:56:15] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-21T12:56:16.964 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:56:16 smithi184 bash[14608]: cluster 2024-03-21T12:56:16.577208+0000 mgr.y (mgr.24355) 193 : cluster [DBG] pgmap v161: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T12:56:17.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:56:16 smithi178 bash[14494]: cluster 2024-03-21T12:56:16.577208+0000 mgr.y (mgr.24355) 193 : cluster [DBG] pgmap v161: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T12:56:17.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:56:16 smithi178 bash[20270]: cluster 2024-03-21T12:56:16.577208+0000 mgr.y (mgr.24355) 193 : cluster [DBG] pgmap v161: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T12:56:18.797 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:56:18 smithi178 bash[14766]: 172.21.15.184 - - [21/Mar/2024:12:56:18] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2024-03-21T12:56:20.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:56:19 smithi178 bash[20270]: audit 2024-03-21T12:56:18.464619+0000 mgr.y (mgr.24355) 194 : audit [DBG] from='client.14967 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T12:56:20.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:56:19 smithi178 bash[20270]: cluster 2024-03-21T12:56:18.577981+0000 mgr.y (mgr.24355) 195 : cluster [DBG] pgmap v162: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T12:56:20.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:56:19 smithi178 bash[20270]: audit 2024-03-21T12:56:18.603988+0000 mon.a (mon.0) 1135 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:56:20.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:56:19 smithi178 bash[20270]: audit 2024-03-21T12:56:18.613413+0000 mon.a (mon.0) 1136 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:56:20.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:56:19 smithi178 bash[14494]: audit 2024-03-21T12:56:18.464619+0000 mgr.y (mgr.24355) 194 : audit [DBG] from='client.14967 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T12:56:20.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:56:19 smithi178 bash[14494]: cluster 2024-03-21T12:56:18.577981+0000 mgr.y (mgr.24355) 195 : cluster [DBG] pgmap v162: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T12:56:20.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:56:19 smithi178 bash[14494]: audit 2024-03-21T12:56:18.603988+0000 mon.a (mon.0) 1135 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:56:20.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:56:19 smithi178 bash[14494]: audit 2024-03-21T12:56:18.613413+0000 mon.a (mon.0) 1136 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:56:20.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:56:19 smithi184 bash[14608]: audit 2024-03-21T12:56:18.464619+0000 mgr.y (mgr.24355) 194 : audit [DBG] from='client.14967 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T12:56:20.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:56:19 smithi184 bash[14608]: cluster 2024-03-21T12:56:18.577981+0000 mgr.y (mgr.24355) 195 : cluster [DBG] pgmap v162: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T12:56:20.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:56:19 smithi184 bash[14608]: audit 2024-03-21T12:56:18.603988+0000 mon.a (mon.0) 1135 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:56:20.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:56:19 smithi184 bash[14608]: audit 2024-03-21T12:56:18.613413+0000 mon.a (mon.0) 1136 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:56:22.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:56:21 smithi178 bash[20270]: cluster 2024-03-21T12:56:20.578706+0000 mgr.y (mgr.24355) 196 : cluster [DBG] pgmap v163: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T12:56:22.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:56:21 smithi178 bash[14494]: cluster 2024-03-21T12:56:20.578706+0000 mgr.y (mgr.24355) 196 : cluster [DBG] pgmap v163: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T12:56:22.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:56:21 smithi184 bash[14608]: cluster 2024-03-21T12:56:20.578706+0000 mgr.y (mgr.24355) 196 : cluster [DBG] pgmap v163: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T12:56:24.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:56:23 smithi178 bash[14494]: cluster 2024-03-21T12:56:22.580487+0000 mgr.y (mgr.24355) 197 : cluster [DBG] pgmap v164: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T12:56:24.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:56:23 smithi178 bash[20270]: cluster 2024-03-21T12:56:22.580487+0000 mgr.y (mgr.24355) 197 : cluster [DBG] pgmap v164: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T12:56:24.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:56:23 smithi184 bash[14608]: cluster 2024-03-21T12:56:22.580487+0000 mgr.y (mgr.24355) 197 : cluster [DBG] pgmap v164: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T12:56:25.047 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:56:24 smithi178 bash[14766]: ::ffff:172.21.15.184 - - [21/Mar/2024:12:56:24] "GET /metrics HTTP/1.1" 200 214945 "" "Prometheus/2.33.4" 2024-03-21T12:56:25.572 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 12:56:25 smithi184 bash[15792]: ::ffff:172.21.15.184 - - [21/Mar/2024:12:56:25] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-21T12:56:25.910 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:56:25 smithi178 bash[14494]: cluster 2024-03-21T12:56:24.581272+0000 mgr.y (mgr.24355) 198 : cluster [DBG] pgmap v165: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T12:56:25.911 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:56:25 smithi178 bash[14494]: audit 2024-03-21T12:56:24.987720+0000 mon.a (mon.0) 1137 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-21T12:56:25.911 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:56:25 smithi178 bash[14494]: audit 2024-03-21T12:56:24.988413+0000 mon.a (mon.0) 1138 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-21T12:56:25.911 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:56:25 smithi178 bash[20270]: cluster 2024-03-21T12:56:24.581272+0000 mgr.y (mgr.24355) 198 : cluster [DBG] pgmap v165: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T12:56:25.911 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:56:25 smithi178 bash[20270]: audit 2024-03-21T12:56:24.987720+0000 mon.a (mon.0) 1137 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-21T12:56:25.911 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:56:25 smithi178 bash[20270]: audit 2024-03-21T12:56:24.988413+0000 mon.a (mon.0) 1138 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-21T12:56:26.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:56:25 smithi184 bash[14608]: cluster 2024-03-21T12:56:24.581272+0000 mgr.y (mgr.24355) 198 : cluster [DBG] pgmap v165: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T12:56:26.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:56:25 smithi184 bash[14608]: audit 2024-03-21T12:56:24.987720+0000 mon.a (mon.0) 1137 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-21T12:56:26.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:56:25 smithi184 bash[14608]: audit 2024-03-21T12:56:24.988413+0000 mon.a (mon.0) 1138 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-21T12:56:26.778 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:56:26 smithi178 bash[14494]: cluster 2024-03-21T12:56:26.582635+0000 mgr.y (mgr.24355) 199 : cluster [DBG] pgmap v166: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T12:56:26.778 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:56:26 smithi178 bash[20270]: cluster 2024-03-21T12:56:26.582635+0000 mgr.y (mgr.24355) 199 : cluster [DBG] pgmap v166: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T12:56:27.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:56:26 smithi184 bash[14608]: cluster 2024-03-21T12:56:26.582635+0000 mgr.y (mgr.24355) 199 : cluster [DBG] pgmap v166: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T12:56:29.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:56:28 smithi178 bash[14494]: audit 2024-03-21T12:56:28.475476+0000 mgr.y (mgr.24355) 200 : audit [DBG] from='client.14967 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T12:56:29.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:56:28 smithi178 bash[14494]: cluster 2024-03-21T12:56:28.583486+0000 mgr.y (mgr.24355) 201 : cluster [DBG] pgmap v167: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T12:56:29.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:56:28 smithi178 bash[20270]: audit 2024-03-21T12:56:28.475476+0000 mgr.y (mgr.24355) 200 : audit [DBG] from='client.14967 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T12:56:29.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:56:28 smithi178 bash[20270]: cluster 2024-03-21T12:56:28.583486+0000 mgr.y (mgr.24355) 201 : cluster [DBG] pgmap v167: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T12:56:29.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:56:28 smithi184 bash[14608]: audit 2024-03-21T12:56:28.475476+0000 mgr.y (mgr.24355) 200 : audit [DBG] from='client.14967 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T12:56:29.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:56:28 smithi184 bash[14608]: cluster 2024-03-21T12:56:28.583486+0000 mgr.y (mgr.24355) 201 : cluster [DBG] pgmap v167: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T12:56:31.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:56:30 smithi178 bash[14494]: cluster 2024-03-21T12:56:30.584350+0000 mgr.y (mgr.24355) 202 : cluster [DBG] pgmap v168: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T12:56:31.048 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:56:30 smithi178 bash[14766]: 172.21.15.178 - - [21/Mar/2024:12:56:30] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2024-03-21T12:56:31.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:56:30 smithi178 bash[20270]: cluster 2024-03-21T12:56:30.584350+0000 mgr.y (mgr.24355) 202 : cluster [DBG] pgmap v168: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T12:56:31.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:56:30 smithi184 bash[14608]: cluster 2024-03-21T12:56:30.584350+0000 mgr.y (mgr.24355) 202 : cluster [DBG] pgmap v168: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T12:56:32.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:56:31 smithi178 bash[14494]: audit 2024-03-21T12:56:30.783260+0000 mon.a (mon.0) 1139 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:56:32.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:56:31 smithi178 bash[14494]: audit 2024-03-21T12:56:30.789756+0000 mon.a (mon.0) 1140 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:56:32.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:56:31 smithi178 bash[20270]: audit 2024-03-21T12:56:30.783260+0000 mon.a (mon.0) 1139 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:56:32.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:56:31 smithi178 bash[20270]: audit 2024-03-21T12:56:30.789756+0000 mon.a (mon.0) 1140 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:56:32.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:56:31 smithi184 bash[14608]: audit 2024-03-21T12:56:30.783260+0000 mon.a (mon.0) 1139 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:56:32.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:56:31 smithi184 bash[14608]: audit 2024-03-21T12:56:30.789756+0000 mon.a (mon.0) 1140 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:56:33.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:56:32 smithi178 bash[14494]: cluster 2024-03-21T12:56:32.586155+0000 mgr.y (mgr.24355) 203 : cluster [DBG] pgmap v169: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T12:56:33.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:56:32 smithi178 bash[20270]: cluster 2024-03-21T12:56:32.586155+0000 mgr.y (mgr.24355) 203 : cluster [DBG] pgmap v169: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T12:56:33.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:56:32 smithi184 bash[14608]: cluster 2024-03-21T12:56:32.586155+0000 mgr.y (mgr.24355) 203 : cluster [DBG] pgmap v169: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T12:56:34.252 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:56:34 smithi184 bash[14608]: audit 2024-03-21T12:56:33.975997+0000 mon.a (mon.0) 1141 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:56:34.253 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:56:34 smithi184 bash[14608]: audit 2024-03-21T12:56:33.978092+0000 mon.a (mon.0) 1142 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:56:34.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:56:34 smithi178 bash[14494]: audit 2024-03-21T12:56:33.975997+0000 mon.a (mon.0) 1141 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:56:34.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:56:34 smithi178 bash[14494]: audit 2024-03-21T12:56:33.978092+0000 mon.a (mon.0) 1142 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:56:34.297 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:56:34 smithi178 bash[20270]: audit 2024-03-21T12:56:33.975997+0000 mon.a (mon.0) 1141 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:56:34.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:56:34 smithi178 bash[20270]: audit 2024-03-21T12:56:33.978092+0000 mon.a (mon.0) 1142 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:56:35.047 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:56:34 smithi178 bash[14766]: ::ffff:172.21.15.184 - - [21/Mar/2024:12:56:34] "GET /metrics HTTP/1.1" 200 214945 "" "Prometheus/2.33.4" 2024-03-21T12:56:35.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:56:35 smithi178 bash[14494]: audit 2024-03-21T12:56:34.268814+0000 mon.a (mon.0) 1143 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:56:35.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:56:35 smithi178 bash[14494]: audit 2024-03-21T12:56:34.278602+0000 mon.a (mon.0) 1144 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:56:35.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:56:35 smithi178 bash[14494]: cluster 2024-03-21T12:56:34.586929+0000 mgr.y (mgr.24355) 204 : cluster [DBG] pgmap v170: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T12:56:35.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:56:35 smithi178 bash[20270]: audit 2024-03-21T12:56:34.268814+0000 mon.a (mon.0) 1143 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:56:35.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:56:35 smithi178 bash[20270]: audit 2024-03-21T12:56:34.278602+0000 mon.a (mon.0) 1144 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:56:35.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:56:35 smithi178 bash[20270]: cluster 2024-03-21T12:56:34.586929+0000 mgr.y (mgr.24355) 204 : cluster [DBG] pgmap v170: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T12:56:35.572 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 12:56:35 smithi184 bash[15792]: ::ffff:172.21.15.184 - - [21/Mar/2024:12:56:35] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-21T12:56:35.572 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:56:35 smithi184 bash[14608]: audit 2024-03-21T12:56:34.268814+0000 mon.a (mon.0) 1143 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:56:35.572 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:56:35 smithi184 bash[14608]: audit 2024-03-21T12:56:34.278602+0000 mon.a (mon.0) 1144 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:56:35.572 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:56:35 smithi184 bash[14608]: cluster 2024-03-21T12:56:34.586929+0000 mgr.y (mgr.24355) 204 : cluster [DBG] pgmap v170: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T12:56:37.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:56:36 smithi178 bash[14494]: cluster 2024-03-21T12:56:36.588703+0000 mgr.y (mgr.24355) 205 : cluster [DBG] pgmap v171: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T12:56:37.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:56:36 smithi178 bash[20270]: cluster 2024-03-21T12:56:36.588703+0000 mgr.y (mgr.24355) 205 : cluster [DBG] pgmap v171: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T12:56:37.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:56:36 smithi184 bash[14608]: cluster 2024-03-21T12:56:36.588703+0000 mgr.y (mgr.24355) 205 : cluster [DBG] pgmap v171: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T12:56:38.754 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:56:38 smithi178 bash[14494]: audit 2024-03-21T12:56:38.486420+0000 mgr.y (mgr.24355) 206 : audit [DBG] from='client.14967 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T12:56:38.754 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:56:38 smithi178 bash[14494]: cluster 2024-03-21T12:56:38.589448+0000 mgr.y (mgr.24355) 207 : cluster [DBG] pgmap v172: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T12:56:38.754 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:56:38 smithi178 bash[20270]: audit 2024-03-21T12:56:38.486420+0000 mgr.y (mgr.24355) 206 : audit [DBG] from='client.14967 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T12:56:38.754 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:56:38 smithi178 bash[20270]: cluster 2024-03-21T12:56:38.589448+0000 mgr.y (mgr.24355) 207 : cluster [DBG] pgmap v172: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T12:56:39.047 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:56:38 smithi178 bash[14766]: 172.21.15.184 - - [21/Mar/2024:12:56:38] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2024-03-21T12:56:39.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:56:38 smithi184 bash[14608]: audit 2024-03-21T12:56:38.486420+0000 mgr.y (mgr.24355) 206 : audit [DBG] from='client.14967 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T12:56:39.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:56:38 smithi184 bash[14608]: cluster 2024-03-21T12:56:38.589448+0000 mgr.y (mgr.24355) 207 : cluster [DBG] pgmap v172: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T12:56:40.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:56:39 smithi178 bash[14494]: audit 2024-03-21T12:56:38.742790+0000 mon.a (mon.0) 1145 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:56:40.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:56:39 smithi178 bash[14494]: audit 2024-03-21T12:56:38.751530+0000 mon.a (mon.0) 1146 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:56:40.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:56:39 smithi178 bash[20270]: audit 2024-03-21T12:56:38.742790+0000 mon.a (mon.0) 1145 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:56:40.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:56:39 smithi178 bash[20270]: audit 2024-03-21T12:56:38.751530+0000 mon.a (mon.0) 1146 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:56:40.057 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:56:39 smithi184 bash[14608]: audit 2024-03-21T12:56:38.742790+0000 mon.a (mon.0) 1145 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:56:40.057 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:56:39 smithi184 bash[14608]: audit 2024-03-21T12:56:38.751530+0000 mon.a (mon.0) 1146 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:56:41.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:56:40 smithi178 bash[14494]: cluster 2024-03-21T12:56:40.590200+0000 mgr.y (mgr.24355) 208 : cluster [DBG] pgmap v173: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T12:56:41.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:56:40 smithi178 bash[20270]: cluster 2024-03-21T12:56:40.590200+0000 mgr.y (mgr.24355) 208 : cluster [DBG] pgmap v173: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T12:56:41.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:56:40 smithi184 bash[14608]: cluster 2024-03-21T12:56:40.590200+0000 mgr.y (mgr.24355) 208 : cluster [DBG] pgmap v173: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T12:56:43.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:56:42 smithi178 bash[14494]: cluster 2024-03-21T12:56:42.592010+0000 mgr.y (mgr.24355) 209 : cluster [DBG] pgmap v174: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T12:56:43.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:56:42 smithi178 bash[20270]: cluster 2024-03-21T12:56:42.592010+0000 mgr.y (mgr.24355) 209 : cluster [DBG] pgmap v174: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T12:56:43.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:56:42 smithi184 bash[14608]: cluster 2024-03-21T12:56:42.592010+0000 mgr.y (mgr.24355) 209 : cluster [DBG] pgmap v174: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T12:56:45.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:56:44 smithi178 bash[14494]: cluster 2024-03-21T12:56:44.592847+0000 mgr.y (mgr.24355) 210 : cluster [DBG] pgmap v175: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T12:56:45.047 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:56:44 smithi178 bash[14766]: ::ffff:172.21.15.184 - - [21/Mar/2024:12:56:44] "GET /metrics HTTP/1.1" 200 214963 "" "Prometheus/2.33.4" 2024-03-21T12:56:45.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:56:44 smithi178 bash[20270]: cluster 2024-03-21T12:56:44.592847+0000 mgr.y (mgr.24355) 210 : cluster [DBG] pgmap v175: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T12:56:45.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:56:44 smithi184 bash[14608]: cluster 2024-03-21T12:56:44.592847+0000 mgr.y (mgr.24355) 210 : cluster [DBG] pgmap v175: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T12:56:45.572 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 12:56:45 smithi184 bash[15792]: ::ffff:172.21.15.184 - - [21/Mar/2024:12:56:45] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-21T12:56:47.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:56:46 smithi178 bash[14494]: cluster 2024-03-21T12:56:46.594706+0000 mgr.y (mgr.24355) 211 : cluster [DBG] pgmap v176: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T12:56:47.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:56:46 smithi178 bash[20270]: cluster 2024-03-21T12:56:46.594706+0000 mgr.y (mgr.24355) 211 : cluster [DBG] pgmap v176: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T12:56:47.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:56:46 smithi184 bash[14608]: cluster 2024-03-21T12:56:46.594706+0000 mgr.y (mgr.24355) 211 : cluster [DBG] pgmap v176: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T12:56:48.779 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:56:48 smithi178 bash[14494]: audit 2024-03-21T12:56:48.497782+0000 mgr.y (mgr.24355) 212 : audit [DBG] from='client.14967 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T12:56:48.780 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:56:48 smithi178 bash[14494]: cluster 2024-03-21T12:56:48.595569+0000 mgr.y (mgr.24355) 213 : cluster [DBG] pgmap v177: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T12:56:48.780 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:56:48 smithi178 bash[20270]: audit 2024-03-21T12:56:48.497782+0000 mgr.y (mgr.24355) 212 : audit [DBG] from='client.14967 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T12:56:48.780 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:56:48 smithi178 bash[20270]: cluster 2024-03-21T12:56:48.595569+0000 mgr.y (mgr.24355) 213 : cluster [DBG] pgmap v177: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T12:56:49.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:56:48 smithi184 bash[14608]: audit 2024-03-21T12:56:48.497782+0000 mgr.y (mgr.24355) 212 : audit [DBG] from='client.14967 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T12:56:49.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:56:48 smithi184 bash[14608]: cluster 2024-03-21T12:56:48.595569+0000 mgr.y (mgr.24355) 213 : cluster [DBG] pgmap v177: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T12:56:51.047 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:56:50 smithi178 bash[14766]: 172.21.15.178 - - [21/Mar/2024:12:56:50] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2024-03-21T12:56:51.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:56:50 smithi178 bash[20270]: cluster 2024-03-21T12:56:50.596131+0000 mgr.y (mgr.24355) 214 : cluster [DBG] pgmap v178: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T12:56:51.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:56:50 smithi178 bash[14494]: cluster 2024-03-21T12:56:50.596131+0000 mgr.y (mgr.24355) 214 : cluster [DBG] pgmap v178: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T12:56:51.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:56:50 smithi184 bash[14608]: cluster 2024-03-21T12:56:50.596131+0000 mgr.y (mgr.24355) 214 : cluster [DBG] pgmap v178: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T12:56:52.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:56:51 smithi178 bash[14494]: audit 2024-03-21T12:56:50.917151+0000 mon.a (mon.0) 1147 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:56:52.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:56:51 smithi178 bash[14494]: audit 2024-03-21T12:56:50.926234+0000 mon.a (mon.0) 1148 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:56:52.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:56:51 smithi178 bash[20270]: audit 2024-03-21T12:56:50.917151+0000 mon.a (mon.0) 1147 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:56:52.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:56:51 smithi178 bash[20270]: audit 2024-03-21T12:56:50.926234+0000 mon.a (mon.0) 1148 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:56:52.322 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:56:51 smithi184 bash[14608]: audit 2024-03-21T12:56:50.917151+0000 mon.a (mon.0) 1147 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:56:52.322 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:56:51 smithi184 bash[14608]: audit 2024-03-21T12:56:50.926234+0000 mon.a (mon.0) 1148 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:56:53.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:56:52 smithi178 bash[14494]: cluster 2024-03-21T12:56:52.597829+0000 mgr.y (mgr.24355) 215 : cluster [DBG] pgmap v179: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T12:56:53.297 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:56:52 smithi178 bash[20270]: cluster 2024-03-21T12:56:52.597829+0000 mgr.y (mgr.24355) 215 : cluster [DBG] pgmap v179: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T12:56:53.322 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:56:52 smithi184 bash[14608]: cluster 2024-03-21T12:56:52.597829+0000 mgr.y (mgr.24355) 215 : cluster [DBG] pgmap v179: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T12:56:55.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:56:54 smithi178 bash[14494]: cluster 2024-03-21T12:56:54.598545+0000 mgr.y (mgr.24355) 216 : cluster [DBG] pgmap v180: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T12:56:55.048 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:56:54 smithi178 bash[14766]: ::ffff:172.21.15.184 - - [21/Mar/2024:12:56:54] "GET /metrics HTTP/1.1" 200 214969 "" "Prometheus/2.33.4" 2024-03-21T12:56:55.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:56:54 smithi178 bash[20270]: cluster 2024-03-21T12:56:54.598545+0000 mgr.y (mgr.24355) 216 : cluster [DBG] pgmap v180: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T12:56:55.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:56:54 smithi184 bash[14608]: cluster 2024-03-21T12:56:54.598545+0000 mgr.y (mgr.24355) 216 : cluster [DBG] pgmap v180: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T12:56:55.572 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 12:56:55 smithi184 bash[15792]: ::ffff:172.21.15.184 - - [21/Mar/2024:12:56:55] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-21T12:56:57.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:56:56 smithi178 bash[14494]: cluster 2024-03-21T12:56:56.600345+0000 mgr.y (mgr.24355) 217 : cluster [DBG] pgmap v181: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T12:56:57.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:56:56 smithi178 bash[20270]: cluster 2024-03-21T12:56:56.600345+0000 mgr.y (mgr.24355) 217 : cluster [DBG] pgmap v181: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T12:56:57.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:56:56 smithi184 bash[14608]: cluster 2024-03-21T12:56:56.600345+0000 mgr.y (mgr.24355) 217 : cluster [DBG] pgmap v181: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T12:56:58.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:56:58 smithi178 bash[14494]: audit 2024-03-21T12:56:58.509149+0000 mgr.y (mgr.24355) 218 : audit [DBG] from='client.14967 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T12:56:58.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:56:58 smithi178 bash[14494]: cluster 2024-03-21T12:56:58.601176+0000 mgr.y (mgr.24355) 219 : cluster [DBG] pgmap v182: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T12:56:58.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:56:58 smithi178 bash[20270]: audit 2024-03-21T12:56:58.509149+0000 mgr.y (mgr.24355) 218 : audit [DBG] from='client.14967 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T12:56:58.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:56:58 smithi178 bash[20270]: cluster 2024-03-21T12:56:58.601176+0000 mgr.y (mgr.24355) 219 : cluster [DBG] pgmap v182: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T12:56:58.992 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:56:58 smithi184 bash[14608]: audit 2024-03-21T12:56:58.509149+0000 mgr.y (mgr.24355) 218 : audit [DBG] from='client.14967 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T12:56:58.992 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:56:58 smithi184 bash[14608]: cluster 2024-03-21T12:56:58.601176+0000 mgr.y (mgr.24355) 219 : cluster [DBG] pgmap v182: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T12:56:59.297 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:56:58 smithi178 bash[14766]: 172.21.15.184 - - [21/Mar/2024:12:56:58] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2024-03-21T12:57:00.291 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:56:59 smithi184 bash[14608]: audit 2024-03-21T12:56:58.878978+0000 mon.a (mon.0) 1149 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:57:00.291 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:56:59 smithi184 bash[14608]: audit 2024-03-21T12:56:58.886170+0000 mon.a (mon.0) 1150 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:57:00.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:56:59 smithi178 bash[14494]: audit 2024-03-21T12:56:58.878978+0000 mon.a (mon.0) 1149 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:57:00.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:56:59 smithi178 bash[14494]: audit 2024-03-21T12:56:58.886170+0000 mon.a (mon.0) 1150 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:57:00.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:56:59 smithi178 bash[20270]: audit 2024-03-21T12:56:58.878978+0000 mon.a (mon.0) 1149 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:57:00.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:56:59 smithi178 bash[20270]: audit 2024-03-21T12:56:58.886170+0000 mon.a (mon.0) 1150 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:57:01.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:57:00 smithi178 bash[14494]: cluster 2024-03-21T12:57:00.601898+0000 mgr.y (mgr.24355) 220 : cluster [DBG] pgmap v183: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T12:57:01.297 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:57:00 smithi178 bash[20270]: cluster 2024-03-21T12:57:00.601898+0000 mgr.y (mgr.24355) 220 : cluster [DBG] pgmap v183: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T12:57:01.322 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:57:00 smithi184 bash[14608]: cluster 2024-03-21T12:57:00.601898+0000 mgr.y (mgr.24355) 220 : cluster [DBG] pgmap v183: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T12:57:03.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:57:02 smithi178 bash[14494]: cluster 2024-03-21T12:57:02.603648+0000 mgr.y (mgr.24355) 221 : cluster [DBG] pgmap v184: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T12:57:03.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:57:02 smithi178 bash[20270]: cluster 2024-03-21T12:57:02.603648+0000 mgr.y (mgr.24355) 221 : cluster [DBG] pgmap v184: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T12:57:03.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:57:02 smithi184 bash[14608]: cluster 2024-03-21T12:57:02.603648+0000 mgr.y (mgr.24355) 221 : cluster [DBG] pgmap v184: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T12:57:05.047 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:57:04 smithi178 bash[14766]: ::ffff:172.21.15.184 - - [21/Mar/2024:12:57:04] "GET /metrics HTTP/1.1" 200 214969 "" "Prometheus/2.33.4" 2024-03-21T12:57:05.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:57:04 smithi178 bash[14494]: cluster 2024-03-21T12:57:04.604380+0000 mgr.y (mgr.24355) 222 : cluster [DBG] pgmap v185: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T12:57:05.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:57:04 smithi178 bash[20270]: cluster 2024-03-21T12:57:04.604380+0000 mgr.y (mgr.24355) 222 : cluster [DBG] pgmap v185: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T12:57:05.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:57:04 smithi184 bash[14608]: cluster 2024-03-21T12:57:04.604380+0000 mgr.y (mgr.24355) 222 : cluster [DBG] pgmap v185: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T12:57:05.572 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 12:57:05 smithi184 bash[15792]: ::ffff:172.21.15.184 - - [21/Mar/2024:12:57:05] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-21T12:57:07.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:57:06 smithi178 bash[14494]: cluster 2024-03-21T12:57:06.606088+0000 mgr.y (mgr.24355) 223 : cluster [DBG] pgmap v186: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T12:57:07.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:57:06 smithi178 bash[20270]: cluster 2024-03-21T12:57:06.606088+0000 mgr.y (mgr.24355) 223 : cluster [DBG] pgmap v186: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T12:57:07.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:57:06 smithi184 bash[14608]: cluster 2024-03-21T12:57:06.606088+0000 mgr.y (mgr.24355) 223 : cluster [DBG] pgmap v186: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T12:57:09.005 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:57:08 smithi178 bash[14494]: audit 2024-03-21T12:57:08.520608+0000 mgr.y (mgr.24355) 224 : audit [DBG] from='client.14967 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T12:57:09.006 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:57:08 smithi178 bash[14494]: cluster 2024-03-21T12:57:08.606937+0000 mgr.y (mgr.24355) 225 : cluster [DBG] pgmap v187: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T12:57:09.006 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:57:08 smithi178 bash[20270]: audit 2024-03-21T12:57:08.520608+0000 mgr.y (mgr.24355) 224 : audit [DBG] from='client.14967 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T12:57:09.006 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:57:08 smithi178 bash[20270]: cluster 2024-03-21T12:57:08.606937+0000 mgr.y (mgr.24355) 225 : cluster [DBG] pgmap v187: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T12:57:09.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:57:08 smithi184 bash[14608]: audit 2024-03-21T12:57:08.520608+0000 mgr.y (mgr.24355) 224 : audit [DBG] from='client.14967 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T12:57:09.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:57:08 smithi184 bash[14608]: cluster 2024-03-21T12:57:08.606937+0000 mgr.y (mgr.24355) 225 : cluster [DBG] pgmap v187: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T12:57:11.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:57:10 smithi178 bash[14494]: cluster 2024-03-21T12:57:10.607726+0000 mgr.y (mgr.24355) 226 : cluster [DBG] pgmap v188: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T12:57:11.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:57:10 smithi178 bash[20270]: cluster 2024-03-21T12:57:10.607726+0000 mgr.y (mgr.24355) 226 : cluster [DBG] pgmap v188: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T12:57:11.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:57:10 smithi184 bash[14608]: cluster 2024-03-21T12:57:10.607726+0000 mgr.y (mgr.24355) 226 : cluster [DBG] pgmap v188: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T12:57:11.547 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:57:11 smithi178 bash[14766]: 172.21.15.178 - - [21/Mar/2024:12:57:11] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2024-03-21T12:57:12.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:57:12 smithi178 bash[14494]: audit 2024-03-21T12:57:11.046420+0000 mon.a (mon.0) 1151 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:57:12.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:57:12 smithi178 bash[14494]: audit 2024-03-21T12:57:11.054238+0000 mon.a (mon.0) 1152 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:57:12.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:57:12 smithi178 bash[20270]: audit 2024-03-21T12:57:11.046420+0000 mon.a (mon.0) 1151 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:57:12.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:57:12 smithi178 bash[20270]: audit 2024-03-21T12:57:11.054238+0000 mon.a (mon.0) 1152 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:57:12.322 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:57:12 smithi184 bash[14608]: audit 2024-03-21T12:57:11.046420+0000 mon.a (mon.0) 1151 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:57:12.322 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:57:12 smithi184 bash[14608]: audit 2024-03-21T12:57:11.054238+0000 mon.a (mon.0) 1152 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:57:13.322 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:57:13 smithi184 bash[14608]: cluster 2024-03-21T12:57:12.609436+0000 mgr.y (mgr.24355) 227 : cluster [DBG] pgmap v189: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T12:57:13.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:57:13 smithi178 bash[14494]: cluster 2024-03-21T12:57:12.609436+0000 mgr.y (mgr.24355) 227 : cluster [DBG] pgmap v189: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T12:57:13.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:57:13 smithi178 bash[20270]: cluster 2024-03-21T12:57:12.609436+0000 mgr.y (mgr.24355) 227 : cluster [DBG] pgmap v189: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T12:57:15.047 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:57:14 smithi178 bash[14766]: ::ffff:172.21.15.184 - - [21/Mar/2024:12:57:14] "GET /metrics HTTP/1.1" 200 214961 "" "Prometheus/2.33.4" 2024-03-21T12:57:15.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:57:14 smithi178 bash[14494]: cluster 2024-03-21T12:57:14.610194+0000 mgr.y (mgr.24355) 228 : cluster [DBG] pgmap v190: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T12:57:15.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:57:14 smithi178 bash[20270]: cluster 2024-03-21T12:57:14.610194+0000 mgr.y (mgr.24355) 228 : cluster [DBG] pgmap v190: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T12:57:15.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:57:14 smithi184 bash[14608]: cluster 2024-03-21T12:57:14.610194+0000 mgr.y (mgr.24355) 228 : cluster [DBG] pgmap v190: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T12:57:15.572 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 12:57:15 smithi184 bash[15792]: ::ffff:172.21.15.184 - - [21/Mar/2024:12:57:15] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-21T12:57:16.957 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:57:16 smithi184 bash[14608]: cluster 2024-03-21T12:57:16.612002+0000 mgr.y (mgr.24355) 229 : cluster [DBG] pgmap v191: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T12:57:17.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:57:16 smithi178 bash[20270]: cluster 2024-03-21T12:57:16.612002+0000 mgr.y (mgr.24355) 229 : cluster [DBG] pgmap v191: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T12:57:17.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:57:16 smithi178 bash[14494]: cluster 2024-03-21T12:57:16.612002+0000 mgr.y (mgr.24355) 229 : cluster [DBG] pgmap v191: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T12:57:18.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:57:18 smithi178 bash[14494]: audit 2024-03-21T12:57:18.531404+0000 mgr.y (mgr.24355) 230 : audit [DBG] from='client.14967 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T12:57:18.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:57:18 smithi178 bash[14494]: cluster 2024-03-21T12:57:18.612744+0000 mgr.y (mgr.24355) 231 : cluster [DBG] pgmap v192: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T12:57:18.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:57:18 smithi178 bash[20270]: audit 2024-03-21T12:57:18.531404+0000 mgr.y (mgr.24355) 230 : audit [DBG] from='client.14967 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T12:57:18.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:57:18 smithi178 bash[20270]: cluster 2024-03-21T12:57:18.612744+0000 mgr.y (mgr.24355) 231 : cluster [DBG] pgmap v192: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T12:57:19.032 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:57:18 smithi184 bash[14608]: audit 2024-03-21T12:57:18.531404+0000 mgr.y (mgr.24355) 230 : audit [DBG] from='client.14967 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T12:57:19.032 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:57:18 smithi184 bash[14608]: cluster 2024-03-21T12:57:18.612744+0000 mgr.y (mgr.24355) 231 : cluster [DBG] pgmap v192: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T12:57:19.297 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:57:19 smithi178 bash[14766]: 172.21.15.184 - - [21/Mar/2024:12:57:19] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2024-03-21T12:57:20.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:57:20 smithi178 bash[14494]: audit 2024-03-21T12:57:19.020508+0000 mon.a (mon.0) 1153 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:57:20.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:57:20 smithi178 bash[14494]: audit 2024-03-21T12:57:19.028313+0000 mon.a (mon.0) 1154 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:57:20.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:57:20 smithi178 bash[20270]: audit 2024-03-21T12:57:19.020508+0000 mon.a (mon.0) 1153 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:57:20.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:57:20 smithi178 bash[20270]: audit 2024-03-21T12:57:19.028313+0000 mon.a (mon.0) 1154 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:57:20.322 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:57:20 smithi184 bash[14608]: audit 2024-03-21T12:57:19.020508+0000 mon.a (mon.0) 1153 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:57:20.322 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:57:20 smithi184 bash[14608]: audit 2024-03-21T12:57:19.028313+0000 mon.a (mon.0) 1154 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:57:21.297 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:57:21 smithi178 bash[20270]: cluster 2024-03-21T12:57:20.613481+0000 mgr.y (mgr.24355) 232 : cluster [DBG] pgmap v193: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T12:57:21.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:57:21 smithi178 bash[14494]: cluster 2024-03-21T12:57:20.613481+0000 mgr.y (mgr.24355) 232 : cluster [DBG] pgmap v193: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T12:57:21.322 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:57:21 smithi184 bash[14608]: cluster 2024-03-21T12:57:20.613481+0000 mgr.y (mgr.24355) 232 : cluster [DBG] pgmap v193: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T12:57:23.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:57:22 smithi178 bash[14494]: cluster 2024-03-21T12:57:22.615275+0000 mgr.y (mgr.24355) 233 : cluster [DBG] pgmap v194: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T12:57:23.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:57:22 smithi178 bash[20270]: cluster 2024-03-21T12:57:22.615275+0000 mgr.y (mgr.24355) 233 : cluster [DBG] pgmap v194: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T12:57:23.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:57:22 smithi184 bash[14608]: cluster 2024-03-21T12:57:22.615275+0000 mgr.y (mgr.24355) 233 : cluster [DBG] pgmap v194: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T12:57:24.999 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:57:24 smithi178 bash[14766]: ::ffff:172.21.15.184 - - [21/Mar/2024:12:57:24] "GET /metrics HTTP/1.1" 200 214944 "" "Prometheus/2.33.4" 2024-03-21T12:57:25.000 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:57:24 smithi178 bash[14494]: cluster 2024-03-21T12:57:24.616040+0000 mgr.y (mgr.24355) 234 : cluster [DBG] pgmap v195: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T12:57:25.000 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:57:24 smithi178 bash[20270]: cluster 2024-03-21T12:57:24.616040+0000 mgr.y (mgr.24355) 234 : cluster [DBG] pgmap v195: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T12:57:25.002 DEBUG:teuthology.orchestra.run.smithi178:> 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 a94f249e-e780-11ee-95cd-87774f69a715 -e sha1=960fbbe4645c2becc8084669be194c95183c7753 -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force' 2024-03-21T12:57:25.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:57:24 smithi184 bash[14608]: cluster 2024-03-21T12:57:24.616040+0000 mgr.y (mgr.24355) 234 : cluster [DBG] pgmap v195: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T12:57:25.572 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 12:57:25 smithi184 bash[15792]: ::ffff:172.21.15.184 - - [21/Mar/2024:12:57:25] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-21T12:57:25.940 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:57:25 smithi178 bash[20270]: audit 2024-03-21T12:57:24.996653+0000 mon.a (mon.0) 1155 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-21T12:57:25.940 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:57:25 smithi178 bash[20270]: audit 2024-03-21T12:57:24.997164+0000 mon.a (mon.0) 1156 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-21T12:57:25.941 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:57:25 smithi178 bash[14494]: audit 2024-03-21T12:57:24.996653+0000 mon.a (mon.0) 1155 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-21T12:57:25.941 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:57:25 smithi178 bash[14494]: audit 2024-03-21T12:57:24.997164+0000 mon.a (mon.0) 1156 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-21T12:57:26.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:57:25 smithi184 bash[14608]: audit 2024-03-21T12:57:24.996653+0000 mon.a (mon.0) 1155 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-21T12:57:26.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:57:25 smithi184 bash[14608]: audit 2024-03-21T12:57:24.997164+0000 mon.a (mon.0) 1156 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-21T12:57:26.974 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:57:26 smithi178 bash[14494]: cluster 2024-03-21T12:57:26.617808+0000 mgr.y (mgr.24355) 235 : cluster [DBG] pgmap v196: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T12:57:26.975 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:57:26 smithi178 bash[20270]: cluster 2024-03-21T12:57:26.617808+0000 mgr.y (mgr.24355) 235 : cluster [DBG] pgmap v196: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T12:57:27.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:57:26 smithi184 bash[14608]: cluster 2024-03-21T12:57:26.617808+0000 mgr.y (mgr.24355) 235 : cluster [DBG] pgmap v196: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T12:57:28.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:57:28 smithi178 bash[14494]: audit 2024-03-21T12:57:28.539963+0000 mgr.y (mgr.24355) 236 : audit [DBG] from='client.14967 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T12:57:28.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:57:28 smithi178 bash[14494]: cluster 2024-03-21T12:57:28.618482+0000 mgr.y (mgr.24355) 237 : cluster [DBG] pgmap v197: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T12:57:28.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:57:28 smithi178 bash[20270]: audit 2024-03-21T12:57:28.539963+0000 mgr.y (mgr.24355) 236 : audit [DBG] from='client.14967 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T12:57:28.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:57:28 smithi178 bash[20270]: cluster 2024-03-21T12:57:28.618482+0000 mgr.y (mgr.24355) 237 : cluster [DBG] pgmap v197: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T12:57:29.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:57:28 smithi184 bash[14608]: audit 2024-03-21T12:57:28.539963+0000 mgr.y (mgr.24355) 236 : audit [DBG] from='client.14967 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T12:57:29.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:57:28 smithi184 bash[14608]: cluster 2024-03-21T12:57:28.618482+0000 mgr.y (mgr.24355) 237 : cluster [DBG] pgmap v197: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T12:57:29.948 DEBUG:teuthology.orchestra.run.smithi178:> 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 a94f249e-e780-11ee-95cd-87774f69a715 -e sha1=960fbbe4645c2becc8084669be194c95183c7753 -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force' 2024-03-21T12:57:30.694 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:57:30 smithi178 bash[20270]: cluster 2024-03-21T12:57:30.619216+0000 mgr.y (mgr.24355) 238 : cluster [DBG] pgmap v198: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T12:57:31.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:57:30 smithi178 bash[14494]: cluster 2024-03-21T12:57:30.619216+0000 mgr.y (mgr.24355) 238 : cluster [DBG] pgmap v198: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T12:57:31.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:57:30 smithi184 bash[14608]: cluster 2024-03-21T12:57:30.619216+0000 mgr.y (mgr.24355) 238 : cluster [DBG] pgmap v198: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T12:57:31.384 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:57:31 smithi178 bash[14766]: 172.21.15.178 - - [21/Mar/2024:12:57:31] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2024-03-21T12:57:32.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:57:32 smithi178 bash[14494]: audit 2024-03-21T12:57:31.165703+0000 mon.a (mon.0) 1157 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:57:32.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:57:32 smithi178 bash[14494]: audit 2024-03-21T12:57:31.171503+0000 mon.a (mon.0) 1158 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:57:32.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:57:32 smithi178 bash[20270]: audit 2024-03-21T12:57:31.165703+0000 mon.a (mon.0) 1157 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:57:32.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:57:32 smithi178 bash[20270]: audit 2024-03-21T12:57:31.171503+0000 mon.a (mon.0) 1158 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:57:32.572 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:57:32 smithi184 bash[14608]: audit 2024-03-21T12:57:31.165703+0000 mon.a (mon.0) 1157 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:57:32.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:57:32 smithi184 bash[14608]: audit 2024-03-21T12:57:31.171503+0000 mon.a (mon.0) 1158 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:57:33.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:57:33 smithi178 bash[14494]: cluster 2024-03-21T12:57:32.620975+0000 mgr.y (mgr.24355) 239 : cluster [DBG] pgmap v199: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T12:57:33.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:57:33 smithi178 bash[20270]: cluster 2024-03-21T12:57:32.620975+0000 mgr.y (mgr.24355) 239 : cluster [DBG] pgmap v199: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T12:57:33.572 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:57:33 smithi184 bash[14608]: cluster 2024-03-21T12:57:32.620975+0000 mgr.y (mgr.24355) 239 : cluster [DBG] pgmap v199: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T12:57:34.386 DEBUG:teuthology.orchestra.run.smithi178:> 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 a94f249e-e780-11ee-95cd-87774f69a715 -e sha1=960fbbe4645c2becc8084669be194c95183c7753 -- bash -c 'ceph config set global log_to_journald false --force' 2024-03-21T12:57:34.776 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:57:34 smithi178 bash[14494]: audit 2024-03-21T12:57:34.289472+0000 mon.a (mon.0) 1159 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:57:34.777 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:57:34 smithi178 bash[14494]: audit 2024-03-21T12:57:34.291589+0000 mon.a (mon.0) 1160 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:57:34.777 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:57:34 smithi178 bash[14494]: audit 2024-03-21T12:57:34.304146+0000 mon.a (mon.0) 1161 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:57:34.777 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:57:34 smithi178 bash[20270]: audit 2024-03-21T12:57:34.289472+0000 mon.a (mon.0) 1159 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:57:34.777 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:57:34 smithi178 bash[20270]: audit 2024-03-21T12:57:34.291589+0000 mon.a (mon.0) 1160 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:57:34.777 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:57:34 smithi178 bash[20270]: audit 2024-03-21T12:57:34.304146+0000 mon.a (mon.0) 1161 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:57:34.822 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:57:34 smithi184 bash[14608]: audit 2024-03-21T12:57:34.289472+0000 mon.a (mon.0) 1159 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:57:34.822 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:57:34 smithi184 bash[14608]: audit 2024-03-21T12:57:34.291589+0000 mon.a (mon.0) 1160 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:57:34.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:57:34 smithi184 bash[14608]: audit 2024-03-21T12:57:34.304146+0000 mon.a (mon.0) 1161 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:57:35.047 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:57:34 smithi178 bash[14766]: ::ffff:172.21.15.184 - - [21/Mar/2024:12:57:34] "GET /metrics HTTP/1.1" 200 214944 "" "Prometheus/2.33.4" 2024-03-21T12:57:35.355 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 12:57:35 smithi184 bash[15792]: ::ffff:172.21.15.184 - - [21/Mar/2024:12:57:35] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-21T12:57:35.633 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:57:35 smithi178 bash[14494]: cluster 2024-03-21T12:57:34.621764+0000 mgr.y (mgr.24355) 240 : cluster [DBG] pgmap v200: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-03-21T12:57:35.633 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:57:35 smithi178 bash[20270]: cluster 2024-03-21T12:57:34.621764+0000 mgr.y (mgr.24355) 240 : cluster [DBG] pgmap v200: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-03-21T12:57:35.822 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:57:35 smithi184 bash[14608]: cluster 2024-03-21T12:57:34.621764+0000 mgr.y (mgr.24355) 240 : cluster [DBG] pgmap v200: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-03-21T12:57:36.975 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:57:36 smithi178 bash[14494]: cluster 2024-03-21T12:57:36.623557+0000 mgr.y (mgr.24355) 241 : cluster [DBG] pgmap v201: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T12:57:36.975 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:57:36 smithi178 bash[20270]: cluster 2024-03-21T12:57:36.623557+0000 mgr.y (mgr.24355) 241 : cluster [DBG] pgmap v201: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T12:57:37.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:57:36 smithi184 bash[14608]: cluster 2024-03-21T12:57:36.623557+0000 mgr.y (mgr.24355) 241 : cluster [DBG] pgmap v201: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T12:57:38.127 DEBUG:teuthology.orchestra.run.smithi178:> 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 a94f249e-e780-11ee-95cd-87774f69a715 -e sha1=960fbbe4645c2becc8084669be194c95183c7753 -- bash -c 'ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1' 2024-03-21T12:57:38.998 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:57:38 smithi178 bash[14494]: audit 2024-03-21T12:57:38.547406+0000 mgr.y (mgr.24355) 242 : audit [DBG] from='client.14967 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T12:57:38.999 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:57:38 smithi178 bash[14494]: cluster 2024-03-21T12:57:38.624310+0000 mgr.y (mgr.24355) 243 : cluster [DBG] pgmap v202: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-03-21T12:57:38.999 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:57:38 smithi178 bash[20270]: audit 2024-03-21T12:57:38.547406+0000 mgr.y (mgr.24355) 242 : audit [DBG] from='client.14967 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T12:57:38.999 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:57:38 smithi178 bash[20270]: cluster 2024-03-21T12:57:38.624310+0000 mgr.y (mgr.24355) 243 : cluster [DBG] pgmap v202: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-03-21T12:57:39.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:57:38 smithi184 bash[14608]: audit 2024-03-21T12:57:38.547406+0000 mgr.y (mgr.24355) 242 : audit [DBG] from='client.14967 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T12:57:39.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:57:38 smithi184 bash[14608]: cluster 2024-03-21T12:57:38.624310+0000 mgr.y (mgr.24355) 243 : cluster [DBG] pgmap v202: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-03-21T12:57:39.297 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:57:39 smithi178 bash[14766]: 172.21.15.184 - - [21/Mar/2024:12:57:39] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2024-03-21T12:57:40.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:57:40 smithi178 bash[14494]: audit 2024-03-21T12:57:39.150198+0000 mon.a (mon.0) 1162 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:57:40.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:57:40 smithi178 bash[14494]: audit 2024-03-21T12:57:39.160326+0000 mon.a (mon.0) 1163 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:57:40.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:57:40 smithi178 bash[20270]: audit 2024-03-21T12:57:39.150198+0000 mon.a (mon.0) 1162 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:57:40.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:57:40 smithi178 bash[20270]: audit 2024-03-21T12:57:39.160326+0000 mon.a (mon.0) 1163 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:57:40.572 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:57:40 smithi184 bash[14608]: audit 2024-03-21T12:57:39.150198+0000 mon.a (mon.0) 1162 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:57:40.572 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:57:40 smithi184 bash[14608]: audit 2024-03-21T12:57:39.160326+0000 mon.a (mon.0) 1163 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:57:41.056 INFO:teuthology.orchestra.run.smithi178.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 2024-03-21T12:57:41.322 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:57:41 smithi184 bash[14608]: cluster 2024-03-21T12:57:40.625049+0000 mgr.y (mgr.24355) 244 : cluster [DBG] pgmap v203: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-03-21T12:57:41.322 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:57:41 smithi184 bash[14608]: audit 2024-03-21T12:57:41.053761+0000 mon.a (mon.0) 1164 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:57:41.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:57:41 smithi184 bash[14608]: audit 2024-03-21T12:57:41.101440+0000 mon.a (mon.0) 1165 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:57:41.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:57:41 smithi184 bash[14608]: audit 2024-03-21T12:57:41.102816+0000 mon.a (mon.0) 1166 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:57:41.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:57:41 smithi184 bash[14608]: audit 2024-03-21T12:57:41.112282+0000 mon.a (mon.0) 1167 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:57:41.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:57:41 smithi178 bash[14494]: cluster 2024-03-21T12:57:40.625049+0000 mgr.y (mgr.24355) 244 : cluster [DBG] pgmap v203: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-03-21T12:57:41.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:57:41 smithi178 bash[14494]: audit 2024-03-21T12:57:41.053761+0000 mon.a (mon.0) 1164 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:57:41.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:57:41 smithi178 bash[14494]: audit 2024-03-21T12:57:41.101440+0000 mon.a (mon.0) 1165 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:57:41.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:57:41 smithi178 bash[14494]: audit 2024-03-21T12:57:41.102816+0000 mon.a (mon.0) 1166 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:57:41.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:57:41 smithi178 bash[14494]: audit 2024-03-21T12:57:41.112282+0000 mon.a (mon.0) 1167 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:57:41.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:57:41 smithi178 bash[20270]: cluster 2024-03-21T12:57:40.625049+0000 mgr.y (mgr.24355) 244 : cluster [DBG] pgmap v203: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-03-21T12:57:41.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:57:41 smithi178 bash[20270]: audit 2024-03-21T12:57:41.053761+0000 mon.a (mon.0) 1164 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:57:41.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:57:41 smithi178 bash[20270]: audit 2024-03-21T12:57:41.101440+0000 mon.a (mon.0) 1165 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:57:41.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:57:41 smithi178 bash[20270]: audit 2024-03-21T12:57:41.102816+0000 mon.a (mon.0) 1166 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:57:41.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:57:41 smithi178 bash[20270]: audit 2024-03-21T12:57:41.112282+0000 mon.a (mon.0) 1167 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:57:41.889 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-03-21T12:57:41.899 INFO:tasks.cephadm:Running commands on role mon.a host ubuntu@smithi178.front.sepia.ceph.com 2024-03-21T12:57:41.900 DEBUG:teuthology.orchestra.run.smithi178:> 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 a94f249e-e780-11ee-95cd-87774f69a715 -e sha1=960fbbe4645c2becc8084669be194c95183c7753 -- bash -c 'while ceph orch upgrade status | jq '"'"'.in_progress'"'"' | grep true && ! ceph orch upgrade status | jq '"'"'.message'"'"' | grep Error ; do ceph orch ps ; ceph versions ; ceph orch upgrade status ; ceph health detail ; sleep 30 ; done' 2024-03-21T12:57:42.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:57:42 smithi178 bash[14494]: audit 2024-03-21T12:57:41.044722+0000 mgr.y (mgr.24355) 245 : audit [DBG] from='client.24991 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:57:42.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:57:42 smithi178 bash[14494]: cephadm 2024-03-21T12:57:41.045768+0000 mgr.y (mgr.24355) 246 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 2024-03-21T12:57:42.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:57:42 smithi178 bash[14494]: cephadm 2024-03-21T12:57:41.123348+0000 mgr.y (mgr.24355) 247 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 2024-03-21T12:57:42.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:57:42 smithi178 bash[20270]: audit 2024-03-21T12:57:41.044722+0000 mgr.y (mgr.24355) 245 : audit [DBG] from='client.24991 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:57:42.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:57:42 smithi178 bash[20270]: cephadm 2024-03-21T12:57:41.045768+0000 mgr.y (mgr.24355) 246 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 2024-03-21T12:57:42.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:57:42 smithi178 bash[20270]: cephadm 2024-03-21T12:57:41.123348+0000 mgr.y (mgr.24355) 247 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 2024-03-21T12:57:42.572 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:57:42 smithi184 bash[14608]: audit 2024-03-21T12:57:41.044722+0000 mgr.y (mgr.24355) 245 : audit [DBG] from='client.24991 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:57:42.572 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:57:42 smithi184 bash[14608]: cephadm 2024-03-21T12:57:41.045768+0000 mgr.y (mgr.24355) 246 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 2024-03-21T12:57:42.572 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:57:42 smithi184 bash[14608]: cephadm 2024-03-21T12:57:41.123348+0000 mgr.y (mgr.24355) 247 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 2024-03-21T12:57:43.427 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:57:43 smithi178 bash[14494]: cluster 2024-03-21T12:57:42.626343+0000 mgr.y (mgr.24355) 248 : cluster [DBG] pgmap v204: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T12:57:43.427 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:57:43 smithi178 bash[20270]: cluster 2024-03-21T12:57:42.626343+0000 mgr.y (mgr.24355) 248 : cluster [DBG] pgmap v204: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T12:57:43.572 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:57:43 smithi184 bash[14608]: cluster 2024-03-21T12:57:42.626343+0000 mgr.y (mgr.24355) 248 : cluster [DBG] pgmap v204: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T12:57:44.775 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:57:44 smithi178 bash[14494]: cluster 2024-03-21T12:57:44.627229+0000 mgr.y (mgr.24355) 249 : cluster [DBG] pgmap v205: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T12:57:44.776 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:57:44 smithi178 bash[20270]: cluster 2024-03-21T12:57:44.627229+0000 mgr.y (mgr.24355) 249 : cluster [DBG] pgmap v205: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T12:57:45.047 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:57:44 smithi178 bash[14766]: ::ffff:172.21.15.184 - - [21/Mar/2024:12:57:44] "GET /metrics HTTP/1.1" 200 214932 "" "Prometheus/2.33.4" 2024-03-21T12:57:45.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:57:44 smithi184 bash[14608]: cluster 2024-03-21T12:57:44.627229+0000 mgr.y (mgr.24355) 249 : cluster [DBG] pgmap v205: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T12:57:45.574 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 12:57:45 smithi184 bash[15792]: ::ffff:172.21.15.184 - - [21/Mar/2024:12:57:45] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-21T12:57:46.301 INFO:teuthology.orchestra.run.smithi178.stdout:true 2024-03-21T12:57:47.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:57:46 smithi178 bash[14494]: audit 2024-03-21T12:57:46.280866+0000 mgr.y (mgr.24355) 250 : audit [DBG] from='client.15096 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:57:47.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:57:46 smithi178 bash[14494]: cluster 2024-03-21T12:57:46.628525+0000 mgr.y (mgr.24355) 251 : cluster [DBG] pgmap v206: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T12:57:47.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:57:46 smithi178 bash[20270]: audit 2024-03-21T12:57:46.280866+0000 mgr.y (mgr.24355) 250 : audit [DBG] from='client.15096 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:57:47.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:57:46 smithi178 bash[20270]: cluster 2024-03-21T12:57:46.628525+0000 mgr.y (mgr.24355) 251 : cluster [DBG] pgmap v206: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T12:57:47.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:57:46 smithi184 bash[14608]: audit 2024-03-21T12:57:46.280866+0000 mgr.y (mgr.24355) 250 : audit [DBG] from='client.15096 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:57:47.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:57:46 smithi184 bash[14608]: cluster 2024-03-21T12:57:46.628525+0000 mgr.y (mgr.24355) 251 : cluster [DBG] pgmap v206: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T12:57:47.189 INFO:teuthology.orchestra.run.smithi178.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-21T12:57:47.189 INFO:teuthology.orchestra.run.smithi178.stdout:agent.smithi178 smithi178 running 16s ago 11m - - 2024-03-21T12:57:47.189 INFO:teuthology.orchestra.run.smithi178.stdout:agent.smithi184 smithi184 running 8s ago 11m - - 2024-03-21T12:57:47.189 INFO:teuthology.orchestra.run.smithi178.stdout:alertmanager.a smithi178 *:9093,9094 running (4m) 16s ago 4m 15.4M - ba2b418f427c 96edf6c70944 2024-03-21T12:57:47.189 INFO:teuthology.orchestra.run.smithi178.stdout:grafana.a smithi184 *:3000 running (4m) 8s ago 4m 46.2M - 8.3.5 dad864ee21e9 8de6ca670033 2024-03-21T12:57:47.189 INFO:teuthology.orchestra.run.smithi178.stdout:iscsi.foo.smithi178.qfgpzc smithi178 running (2m) 16s ago 2m 47.1M - 3.5 e1d6a67b021e de5b27ff0cc5 2024-03-21T12:57:47.189 INFO:teuthology.orchestra.run.smithi178.stdout:mgr.x smithi184 *:8443 running (10m) 8s ago 10m 405M - 17.2.0 e1d6a67b021e f7091514e572 2024-03-21T12:57:47.189 INFO:teuthology.orchestra.run.smithi178.stdout:mgr.y smithi178 *:9283 running (12m) 16s ago 12m 462M - 17.2.0 e1d6a67b021e 690edd94b9e7 2024-03-21T12:57:47.189 INFO:teuthology.orchestra.run.smithi178.stdout:mon.a smithi178 running (12m) 16s ago 12m 57.4M 2048M 17.2.0 e1d6a67b021e 929eab85bff1 2024-03-21T12:57:47.189 INFO:teuthology.orchestra.run.smithi178.stdout:mon.b smithi184 running (11m) 8s ago 11m 47.9M 2048M 17.2.0 e1d6a67b021e 2c060c770e3f 2024-03-21T12:57:47.189 INFO:teuthology.orchestra.run.smithi178.stdout:mon.c smithi178 running (11m) 16s ago 11m 45.2M 2048M 17.2.0 e1d6a67b021e cf8630e7a11b 2024-03-21T12:57:47.189 INFO:teuthology.orchestra.run.smithi178.stdout:node-exporter.a smithi178 *:9100 running (5m) 16s ago 5m 15.4M - 1dbe0e931976 23efd580c6bc 2024-03-21T12:57:47.190 INFO:teuthology.orchestra.run.smithi178.stdout:node-exporter.b smithi184 *:9100 running (4m) 8s ago 5m 12.0M - 1dbe0e931976 7cd804e590ee 2024-03-21T12:57:47.190 INFO:teuthology.orchestra.run.smithi178.stdout:osd.0 smithi178 running (10m) 16s ago 10m 55.3M 4096M 17.2.0 e1d6a67b021e d6b8ef28417b 2024-03-21T12:57:47.190 INFO:teuthology.orchestra.run.smithi178.stdout:osd.1 smithi178 running (9m) 16s ago 9m 57.0M 4096M 17.2.0 e1d6a67b021e f1a18d3887e4 2024-03-21T12:57:47.190 INFO:teuthology.orchestra.run.smithi178.stdout:osd.2 smithi178 running (9m) 16s ago 9m 52.5M 4096M 17.2.0 e1d6a67b021e 20f205591c9c 2024-03-21T12:57:47.190 INFO:teuthology.orchestra.run.smithi178.stdout:osd.3 smithi178 running (8m) 16s ago 8m 52.9M 4096M 17.2.0 e1d6a67b021e a4f15fefa0b8 2024-03-21T12:57:47.190 INFO:teuthology.orchestra.run.smithi178.stdout:osd.4 smithi184 running (7m) 8s ago 7m 54.0M 4096M 17.2.0 e1d6a67b021e e20e0f763007 2024-03-21T12:57:47.190 INFO:teuthology.orchestra.run.smithi178.stdout:osd.5 smithi184 running (7m) 8s ago 7m 52.6M 4096M 17.2.0 e1d6a67b021e a0e050155046 2024-03-21T12:57:47.190 INFO:teuthology.orchestra.run.smithi178.stdout:osd.6 smithi184 running (6m) 8s ago 6m 50.9M 4096M 17.2.0 e1d6a67b021e 68fa324445fb 2024-03-21T12:57:47.190 INFO:teuthology.orchestra.run.smithi178.stdout:osd.7 smithi184 running (5m) 8s ago 6m 53.1M 4096M 17.2.0 e1d6a67b021e 9153684ac7cd 2024-03-21T12:57:47.190 INFO:teuthology.orchestra.run.smithi178.stdout:prometheus.a smithi184 *:9095 running (3m) 8s ago 5m 58.0M - 514e6a882f6e 6fc7a4f6db9a 2024-03-21T12:57:47.190 INFO:teuthology.orchestra.run.smithi178.stdout:rgw.foo.smithi178.amgrte smithi178 *:8000 running (2m) 16s ago 2m 83.8M - 17.2.0 e1d6a67b021e d914bef5b616 2024-03-21T12:57:47.190 INFO:teuthology.orchestra.run.smithi178.stdout:rgw.foo.smithi184.sylqte smithi184 *:8000 running (2m) 8s ago 2m 83.9M - 17.2.0 e1d6a67b021e 71e9025bfe7b 2024-03-21T12:57:47.190 INFO:teuthology.orchestra.run.smithi178.stdout:rgw.smpl.smithi178.avyvkd smithi178 *:80 running (2m) 16s ago 2m 84.1M - 17.2.0 e1d6a67b021e 95dce05fca01 2024-03-21T12:57:47.191 INFO:teuthology.orchestra.run.smithi178.stdout:rgw.smpl.smithi184.ccsuhn smithi184 *:80 running (2m) 8s ago 2m 84.1M - 17.2.0 e1d6a67b021e c3b20c5f0cde 2024-03-21T12:57:47.684 INFO:teuthology.orchestra.run.smithi178.stdout:{ 2024-03-21T12:57:47.684 INFO:teuthology.orchestra.run.smithi178.stdout: "mon": { 2024-03-21T12:57:47.685 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3 2024-03-21T12:57:47.685 INFO:teuthology.orchestra.run.smithi178.stdout: }, 2024-03-21T12:57:47.685 INFO:teuthology.orchestra.run.smithi178.stdout: "mgr": { 2024-03-21T12:57:47.685 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2024-03-21T12:57:47.685 INFO:teuthology.orchestra.run.smithi178.stdout: }, 2024-03-21T12:57:47.685 INFO:teuthology.orchestra.run.smithi178.stdout: "osd": { 2024-03-21T12:57:47.685 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2024-03-21T12:57:47.685 INFO:teuthology.orchestra.run.smithi178.stdout: }, 2024-03-21T12:57:47.685 INFO:teuthology.orchestra.run.smithi178.stdout: "mds": {}, 2024-03-21T12:57:47.685 INFO:teuthology.orchestra.run.smithi178.stdout: "rgw": { 2024-03-21T12:57:47.685 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2024-03-21T12:57:47.685 INFO:teuthology.orchestra.run.smithi178.stdout: }, 2024-03-21T12:57:47.685 INFO:teuthology.orchestra.run.smithi178.stdout: "overall": { 2024-03-21T12:57:47.685 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 17 2024-03-21T12:57:47.685 INFO:teuthology.orchestra.run.smithi178.stdout: } 2024-03-21T12:57:47.685 INFO:teuthology.orchestra.run.smithi178.stdout:} 2024-03-21T12:57:48.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:57:47 smithi178 bash[14494]: audit 2024-03-21T12:57:46.733663+0000 mgr.y (mgr.24355) 252 : audit [DBG] from='client.15102 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:57:48.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:57:47 smithi178 bash[14494]: audit 2024-03-21T12:57:47.167745+0000 mgr.y (mgr.24355) 253 : audit [DBG] from='client.15108 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:57:48.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:57:47 smithi178 bash[14494]: audit 2024-03-21T12:57:47.682198+0000 mon.c (mon.1) 40 : audit [DBG] from='client.? 172.21.15.178:0/3610041781' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T12:57:48.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:57:47 smithi178 bash[20270]: audit 2024-03-21T12:57:46.733663+0000 mgr.y (mgr.24355) 252 : audit [DBG] from='client.15102 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:57:48.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:57:47 smithi178 bash[20270]: audit 2024-03-21T12:57:47.167745+0000 mgr.y (mgr.24355) 253 : audit [DBG] from='client.15108 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:57:48.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:57:47 smithi178 bash[20270]: audit 2024-03-21T12:57:47.682198+0000 mon.c (mon.1) 40 : audit [DBG] from='client.? 172.21.15.178:0/3610041781' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T12:57:48.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:57:47 smithi184 bash[14608]: audit 2024-03-21T12:57:46.733663+0000 mgr.y (mgr.24355) 252 : audit [DBG] from='client.15102 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:57:48.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:57:47 smithi184 bash[14608]: audit 2024-03-21T12:57:47.167745+0000 mgr.y (mgr.24355) 253 : audit [DBG] from='client.15108 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:57:48.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:57:47 smithi184 bash[14608]: audit 2024-03-21T12:57:47.682198+0000 mon.c (mon.1) 40 : audit [DBG] from='client.? 172.21.15.178:0/3610041781' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T12:57:48.128 INFO:teuthology.orchestra.run.smithi178.stdout:{ 2024-03-21T12:57:48.128 INFO:teuthology.orchestra.run.smithi178.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753", 2024-03-21T12:57:48.128 INFO:teuthology.orchestra.run.smithi178.stdout: "in_progress": true, 2024-03-21T12:57:48.128 INFO:teuthology.orchestra.run.smithi178.stdout: "services_complete": [], 2024-03-21T12:57:48.128 INFO:teuthology.orchestra.run.smithi178.stdout: "progress": "", 2024-03-21T12:57:48.128 INFO:teuthology.orchestra.run.smithi178.stdout: "message": "Doing first pull of quay.ceph.io/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 image" 2024-03-21T12:57:48.128 INFO:teuthology.orchestra.run.smithi178.stdout:} 2024-03-21T12:57:48.663 INFO:teuthology.orchestra.run.smithi178.stdout:HEALTH_OK 2024-03-21T12:57:49.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:57:48 smithi178 bash[20270]: audit 2024-03-21T12:57:48.125729+0000 mgr.y (mgr.24355) 254 : audit [DBG] from='client.15120 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:57:49.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:57:48 smithi178 bash[20270]: audit 2024-03-21T12:57:48.555272+0000 mgr.y (mgr.24355) 255 : audit [DBG] from='client.14967 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T12:57:49.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:57:48 smithi178 bash[20270]: cluster 2024-03-21T12:57:48.629089+0000 mgr.y (mgr.24355) 256 : cluster [DBG] pgmap v207: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T12:57:49.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:57:48 smithi178 bash[20270]: audit 2024-03-21T12:57:48.660844+0000 mon.a (mon.0) 1168 : audit [DBG] from='client.? 172.21.15.178:0/3623816112' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T12:57:49.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:57:48 smithi178 bash[14494]: audit 2024-03-21T12:57:48.125729+0000 mgr.y (mgr.24355) 254 : audit [DBG] from='client.15120 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:57:49.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:57:48 smithi178 bash[14494]: audit 2024-03-21T12:57:48.555272+0000 mgr.y (mgr.24355) 255 : audit [DBG] from='client.14967 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T12:57:49.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:57:48 smithi178 bash[14494]: cluster 2024-03-21T12:57:48.629089+0000 mgr.y (mgr.24355) 256 : cluster [DBG] pgmap v207: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T12:57:49.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:57:48 smithi178 bash[14494]: audit 2024-03-21T12:57:48.660844+0000 mon.a (mon.0) 1168 : audit [DBG] from='client.? 172.21.15.178:0/3623816112' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T12:57:49.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:57:48 smithi184 bash[14608]: audit 2024-03-21T12:57:48.125729+0000 mgr.y (mgr.24355) 254 : audit [DBG] from='client.15120 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:57:49.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:57:48 smithi184 bash[14608]: audit 2024-03-21T12:57:48.555272+0000 mgr.y (mgr.24355) 255 : audit [DBG] from='client.14967 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T12:57:49.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:57:48 smithi184 bash[14608]: cluster 2024-03-21T12:57:48.629089+0000 mgr.y (mgr.24355) 256 : cluster [DBG] pgmap v207: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T12:57:49.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:57:48 smithi184 bash[14608]: audit 2024-03-21T12:57:48.660844+0000 mon.a (mon.0) 1168 : audit [DBG] from='client.? 172.21.15.178:0/3623816112' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T12:57:51.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:57:50 smithi178 bash[14494]: cluster 2024-03-21T12:57:50.629857+0000 mgr.y (mgr.24355) 257 : cluster [DBG] pgmap v208: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T12:57:51.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:57:50 smithi178 bash[20270]: cluster 2024-03-21T12:57:50.629857+0000 mgr.y (mgr.24355) 257 : cluster [DBG] pgmap v208: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T12:57:51.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:57:50 smithi184 bash[14608]: cluster 2024-03-21T12:57:50.629857+0000 mgr.y (mgr.24355) 257 : cluster [DBG] pgmap v208: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T12:57:51.797 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:57:51 smithi178 bash[14766]: 172.21.15.178 - - [21/Mar/2024:12:57:51] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2024-03-21T12:57:52.572 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:57:52 smithi184 bash[14608]: audit 2024-03-21T12:57:51.319908+0000 mon.a (mon.0) 1169 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:57:52.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:57:52 smithi184 bash[14608]: audit 2024-03-21T12:57:51.325989+0000 mon.a (mon.0) 1170 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:57:52.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:57:52 smithi178 bash[14494]: audit 2024-03-21T12:57:51.319908+0000 mon.a (mon.0) 1169 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:57:52.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:57:52 smithi178 bash[14494]: audit 2024-03-21T12:57:51.325989+0000 mon.a (mon.0) 1170 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:57:52.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:57:52 smithi178 bash[20270]: audit 2024-03-21T12:57:51.319908+0000 mon.a (mon.0) 1169 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:57:52.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:57:52 smithi178 bash[20270]: audit 2024-03-21T12:57:51.325989+0000 mon.a (mon.0) 1170 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:57:53.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:57:53 smithi178 bash[14494]: cluster 2024-03-21T12:57:52.631921+0000 mgr.y (mgr.24355) 258 : cluster [DBG] pgmap v209: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T12:57:53.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:57:53 smithi178 bash[20270]: cluster 2024-03-21T12:57:52.631921+0000 mgr.y (mgr.24355) 258 : cluster [DBG] pgmap v209: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T12:57:53.822 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:57:53 smithi184 bash[14608]: cluster 2024-03-21T12:57:52.631921+0000 mgr.y (mgr.24355) 258 : cluster [DBG] pgmap v209: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T12:57:55.028 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:57:54 smithi178 bash[14766]: ::ffff:172.21.15.184 - - [21/Mar/2024:12:57:54] "GET /metrics HTTP/1.1" 200 214885 "" "Prometheus/2.33.4" 2024-03-21T12:57:55.028 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:57:54 smithi178 bash[14494]: cluster 2024-03-21T12:57:54.632835+0000 mgr.y (mgr.24355) 259 : cluster [DBG] pgmap v210: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T12:57:55.029 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:57:54 smithi178 bash[20270]: cluster 2024-03-21T12:57:54.632835+0000 mgr.y (mgr.24355) 259 : cluster [DBG] pgmap v210: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T12:57:55.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:57:54 smithi184 bash[14608]: cluster 2024-03-21T12:57:54.632835+0000 mgr.y (mgr.24355) 259 : cluster [DBG] pgmap v210: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T12:57:55.572 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 12:57:55 smithi184 bash[15792]: ::ffff:172.21.15.184 - - [21/Mar/2024:12:57:55] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-21T12:57:57.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:57:56 smithi178 bash[14494]: cluster 2024-03-21T12:57:56.634428+0000 mgr.y (mgr.24355) 260 : cluster [DBG] pgmap v211: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T12:57:57.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:57:56 smithi178 bash[20270]: cluster 2024-03-21T12:57:56.634428+0000 mgr.y (mgr.24355) 260 : cluster [DBG] pgmap v211: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T12:57:57.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:57:56 smithi184 bash[14608]: cluster 2024-03-21T12:57:56.634428+0000 mgr.y (mgr.24355) 260 : cluster [DBG] pgmap v211: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T12:57:58.822 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:57:58 smithi184 bash[14608]: audit 2024-03-21T12:57:58.563454+0000 mgr.y (mgr.24355) 261 : audit [DBG] from='client.14967 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T12:57:58.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:57:58 smithi184 bash[14608]: cluster 2024-03-21T12:57:58.635216+0000 mgr.y (mgr.24355) 262 : cluster [DBG] pgmap v212: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T12:57:59.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:57:58 smithi178 bash[14494]: audit 2024-03-21T12:57:58.563454+0000 mgr.y (mgr.24355) 261 : audit [DBG] from='client.14967 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T12:57:59.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:57:58 smithi178 bash[14494]: cluster 2024-03-21T12:57:58.635216+0000 mgr.y (mgr.24355) 262 : cluster [DBG] pgmap v212: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T12:57:59.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:57:58 smithi178 bash[20270]: audit 2024-03-21T12:57:58.563454+0000 mgr.y (mgr.24355) 261 : audit [DBG] from='client.14967 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T12:57:59.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:57:58 smithi178 bash[20270]: cluster 2024-03-21T12:57:58.635216+0000 mgr.y (mgr.24355) 262 : cluster [DBG] pgmap v212: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T12:57:59.547 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:57:59 smithi178 bash[14766]: 172.21.15.184 - - [21/Mar/2024:12:57:59] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2024-03-21T12:58:00.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:58:00 smithi178 bash[14494]: audit 2024-03-21T12:57:59.283364+0000 mon.a (mon.0) 1171 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:58:00.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:58:00 smithi178 bash[14494]: audit 2024-03-21T12:57:59.290197+0000 mon.a (mon.0) 1172 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:58:00.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:58:00 smithi178 bash[20270]: audit 2024-03-21T12:57:59.283364+0000 mon.a (mon.0) 1171 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:58:00.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:58:00 smithi178 bash[20270]: audit 2024-03-21T12:57:59.290197+0000 mon.a (mon.0) 1172 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:58:00.572 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:58:00 smithi184 bash[14608]: audit 2024-03-21T12:57:59.283364+0000 mon.a (mon.0) 1171 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:58:00.572 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:58:00 smithi184 bash[14608]: audit 2024-03-21T12:57:59.290197+0000 mon.a (mon.0) 1172 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:58:01.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:58:01 smithi178 bash[14494]: cluster 2024-03-21T12:58:00.635921+0000 mgr.y (mgr.24355) 263 : cluster [DBG] pgmap v213: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T12:58:01.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:58:01 smithi178 bash[20270]: cluster 2024-03-21T12:58:00.635921+0000 mgr.y (mgr.24355) 263 : cluster [DBG] pgmap v213: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T12:58:01.572 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:58:01 smithi184 bash[14608]: cluster 2024-03-21T12:58:00.635921+0000 mgr.y (mgr.24355) 263 : cluster [DBG] pgmap v213: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T12:58:03.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:58:02 smithi178 bash[14494]: cluster 2024-03-21T12:58:02.637549+0000 mgr.y (mgr.24355) 264 : cluster [DBG] pgmap v214: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T12:58:03.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:58:02 smithi178 bash[20270]: cluster 2024-03-21T12:58:02.637549+0000 mgr.y (mgr.24355) 264 : cluster [DBG] pgmap v214: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T12:58:03.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:58:02 smithi184 bash[14608]: cluster 2024-03-21T12:58:02.637549+0000 mgr.y (mgr.24355) 264 : cluster [DBG] pgmap v214: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T12:58:05.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:58:04 smithi178 bash[14494]: cluster 2024-03-21T12:58:04.638282+0000 mgr.y (mgr.24355) 265 : cluster [DBG] pgmap v215: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T12:58:05.048 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:58:04 smithi178 bash[14766]: ::ffff:172.21.15.184 - - [21/Mar/2024:12:58:04] "GET /metrics HTTP/1.1" 200 214885 "" "Prometheus/2.33.4" 2024-03-21T12:58:05.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:58:04 smithi178 bash[20270]: cluster 2024-03-21T12:58:04.638282+0000 mgr.y (mgr.24355) 265 : cluster [DBG] pgmap v215: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T12:58:05.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:58:04 smithi184 bash[14608]: cluster 2024-03-21T12:58:04.638282+0000 mgr.y (mgr.24355) 265 : cluster [DBG] pgmap v215: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T12:58:05.572 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 12:58:05 smithi184 bash[15792]: ::ffff:172.21.15.184 - - [21/Mar/2024:12:58:05] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-21T12:58:07.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:58:06 smithi178 bash[14494]: cluster 2024-03-21T12:58:06.639658+0000 mgr.y (mgr.24355) 266 : cluster [DBG] pgmap v216: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T12:58:07.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:58:06 smithi178 bash[20270]: cluster 2024-03-21T12:58:06.639658+0000 mgr.y (mgr.24355) 266 : cluster [DBG] pgmap v216: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T12:58:07.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:58:06 smithi184 bash[14608]: cluster 2024-03-21T12:58:06.639658+0000 mgr.y (mgr.24355) 266 : cluster [DBG] pgmap v216: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T12:58:08.894 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:58:08 smithi178 bash[20270]: audit 2024-03-21T12:58:08.571402+0000 mgr.y (mgr.24355) 267 : audit [DBG] from='client.14967 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T12:58:08.895 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:58:08 smithi178 bash[20270]: cluster 2024-03-21T12:58:08.640334+0000 mgr.y (mgr.24355) 268 : cluster [DBG] pgmap v217: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T12:58:08.895 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:58:08 smithi178 bash[14494]: audit 2024-03-21T12:58:08.571402+0000 mgr.y (mgr.24355) 267 : audit [DBG] from='client.14967 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T12:58:08.895 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:58:08 smithi178 bash[14494]: cluster 2024-03-21T12:58:08.640334+0000 mgr.y (mgr.24355) 268 : cluster [DBG] pgmap v217: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T12:58:09.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:58:08 smithi184 bash[14608]: audit 2024-03-21T12:58:08.571402+0000 mgr.y (mgr.24355) 267 : audit [DBG] from='client.14967 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T12:58:09.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:58:08 smithi184 bash[14608]: cluster 2024-03-21T12:58:08.640334+0000 mgr.y (mgr.24355) 268 : cluster [DBG] pgmap v217: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T12:58:11.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:58:10 smithi178 bash[14494]: cluster 2024-03-21T12:58:10.640921+0000 mgr.y (mgr.24355) 269 : 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 2024-03-21T12:58:11.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:58:10 smithi178 bash[20270]: cluster 2024-03-21T12:58:10.640921+0000 mgr.y (mgr.24355) 269 : 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 2024-03-21T12:58:11.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:58:10 smithi184 bash[14608]: cluster 2024-03-21T12:58:10.640921+0000 mgr.y (mgr.24355) 269 : 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 2024-03-21T12:58:11.797 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:58:11 smithi178 bash[14766]: 172.21.15.178 - - [21/Mar/2024:12:58:11] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2024-03-21T12:58:12.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:58:12 smithi178 bash[14494]: audit 2024-03-21T12:58:11.475067+0000 mon.a (mon.0) 1173 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:58:12.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:58:12 smithi178 bash[14494]: audit 2024-03-21T12:58:11.480745+0000 mon.a (mon.0) 1174 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:58:12.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:58:12 smithi178 bash[20270]: audit 2024-03-21T12:58:11.475067+0000 mon.a (mon.0) 1173 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:58:12.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:58:12 smithi178 bash[20270]: audit 2024-03-21T12:58:11.480745+0000 mon.a (mon.0) 1174 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:58:12.822 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:58:12 smithi184 bash[14608]: audit 2024-03-21T12:58:11.475067+0000 mon.a (mon.0) 1173 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:58:12.822 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:58:12 smithi184 bash[14608]: audit 2024-03-21T12:58:11.480745+0000 mon.a (mon.0) 1174 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:58:13.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:58:13 smithi178 bash[14494]: cluster 2024-03-21T12:58:12.643032+0000 mgr.y (mgr.24355) 270 : cluster [DBG] pgmap v219: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T12:58:13.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:58:13 smithi178 bash[20270]: cluster 2024-03-21T12:58:12.643032+0000 mgr.y (mgr.24355) 270 : cluster [DBG] pgmap v219: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T12:58:13.822 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:58:13 smithi184 bash[14608]: cluster 2024-03-21T12:58:12.643032+0000 mgr.y (mgr.24355) 270 : cluster [DBG] pgmap v219: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T12:58:15.047 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:58:14 smithi178 bash[14766]: ::ffff:172.21.15.184 - - [21/Mar/2024:12:58:14] "GET /metrics HTTP/1.1" 200 214895 "" "Prometheus/2.33.4" 2024-03-21T12:58:15.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:58:14 smithi178 bash[14494]: cluster 2024-03-21T12:58:14.643643+0000 mgr.y (mgr.24355) 271 : cluster [DBG] pgmap v220: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T12:58:15.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:58:14 smithi178 bash[20270]: cluster 2024-03-21T12:58:14.643643+0000 mgr.y (mgr.24355) 271 : cluster [DBG] pgmap v220: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T12:58:15.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:58:14 smithi184 bash[14608]: cluster 2024-03-21T12:58:14.643643+0000 mgr.y (mgr.24355) 271 : cluster [DBG] pgmap v220: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T12:58:15.572 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 12:58:15 smithi184 bash[15792]: ::ffff:172.21.15.184 - - [21/Mar/2024:12:58:15] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-21T12:58:18.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:58:17 smithi178 bash[14494]: cluster 2024-03-21T12:58:16.645109+0000 mgr.y (mgr.24355) 272 : cluster [DBG] pgmap v221: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T12:58:18.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:58:17 smithi178 bash[20270]: cluster 2024-03-21T12:58:16.645109+0000 mgr.y (mgr.24355) 272 : cluster [DBG] pgmap v221: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T12:58:18.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:58:17 smithi184 bash[14608]: cluster 2024-03-21T12:58:16.645109+0000 mgr.y (mgr.24355) 272 : cluster [DBG] pgmap v221: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T12:58:18.985 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:58:18 smithi184 bash[14608]: audit 2024-03-21T12:58:18.579722+0000 mgr.y (mgr.24355) 273 : audit [DBG] from='client.14967 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T12:58:19.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:58:18 smithi178 bash[20270]: audit 2024-03-21T12:58:18.579722+0000 mgr.y (mgr.24355) 273 : audit [DBG] from='client.14967 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T12:58:19.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:58:18 smithi178 bash[14494]: audit 2024-03-21T12:58:18.579722+0000 mgr.y (mgr.24355) 273 : audit [DBG] from='client.14967 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T12:58:19.054 INFO:teuthology.orchestra.run.smithi178.stdout:true 2024-03-21T12:58:19.770 INFO:teuthology.orchestra.run.smithi178.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-21T12:58:19.770 INFO:teuthology.orchestra.run.smithi178.stdout:agent.smithi178 smithi178 running 8s ago 12m - - 2024-03-21T12:58:19.770 INFO:teuthology.orchestra.run.smithi178.stdout:agent.smithi184 smithi184 running 0s ago 12m - - 2024-03-21T12:58:19.770 INFO:teuthology.orchestra.run.smithi178.stdout:alertmanager.a smithi178 *:9093,9094 running (4m) 8s ago 5m 14.4M - ba2b418f427c 96edf6c70944 2024-03-21T12:58:19.770 INFO:teuthology.orchestra.run.smithi178.stdout:grafana.a smithi184 *:3000 running (4m) 0s ago 4m 45.4M - 8.3.5 dad864ee21e9 8de6ca670033 2024-03-21T12:58:19.770 INFO:teuthology.orchestra.run.smithi178.stdout:iscsi.foo.smithi178.qfgpzc smithi178 running (2m) 8s ago 2m 47.3M - 3.5 e1d6a67b021e de5b27ff0cc5 2024-03-21T12:58:19.770 INFO:teuthology.orchestra.run.smithi178.stdout:mgr.x smithi184 *:8443 running (11m) 0s ago 11m 406M - 17.2.0 e1d6a67b021e f7091514e572 2024-03-21T12:58:19.770 INFO:teuthology.orchestra.run.smithi178.stdout:mgr.y smithi178 *:9283 running (13m) 8s ago 13m 463M - 17.2.0 e1d6a67b021e 690edd94b9e7 2024-03-21T12:58:19.770 INFO:teuthology.orchestra.run.smithi178.stdout:mon.a smithi178 running (13m) 8s ago 13m 58.6M 2048M 17.2.0 e1d6a67b021e 929eab85bff1 2024-03-21T12:58:19.770 INFO:teuthology.orchestra.run.smithi178.stdout:mon.b smithi184 running (11m) 0s ago 11m 49.2M 2048M 17.2.0 e1d6a67b021e 2c060c770e3f 2024-03-21T12:58:19.770 INFO:teuthology.orchestra.run.smithi178.stdout:mon.c smithi178 running (11m) 8s ago 11m 46.4M 2048M 17.2.0 e1d6a67b021e cf8630e7a11b 2024-03-21T12:58:19.770 INFO:teuthology.orchestra.run.smithi178.stdout:node-exporter.a smithi178 *:9100 running (5m) 8s ago 5m 15.2M - 1dbe0e931976 23efd580c6bc 2024-03-21T12:58:19.771 INFO:teuthology.orchestra.run.smithi178.stdout:node-exporter.b smithi184 *:9100 running (5m) 0s ago 5m 13.5M - 1dbe0e931976 7cd804e590ee 2024-03-21T12:58:19.771 INFO:teuthology.orchestra.run.smithi178.stdout:osd.0 smithi178 running (10m) 8s ago 10m 55.9M 4096M 17.2.0 e1d6a67b021e d6b8ef28417b 2024-03-21T12:58:19.771 INFO:teuthology.orchestra.run.smithi178.stdout:osd.1 smithi178 running (10m) 8s ago 10m 57.5M 4096M 17.2.0 e1d6a67b021e f1a18d3887e4 2024-03-21T12:58:19.771 INFO:teuthology.orchestra.run.smithi178.stdout:osd.2 smithi178 running (9m) 8s ago 9m 52.5M 4096M 17.2.0 e1d6a67b021e 20f205591c9c 2024-03-21T12:58:19.771 INFO:teuthology.orchestra.run.smithi178.stdout:osd.3 smithi178 running (9m) 8s ago 9m 53.0M 4096M 17.2.0 e1d6a67b021e a4f15fefa0b8 2024-03-21T12:58:19.771 INFO:teuthology.orchestra.run.smithi178.stdout:osd.4 smithi184 running (8m) 0s ago 8m 54.4M 4096M 17.2.0 e1d6a67b021e e20e0f763007 2024-03-21T12:58:19.771 INFO:teuthology.orchestra.run.smithi178.stdout:osd.5 smithi184 running (7m) 0s ago 7m 53.3M 4096M 17.2.0 e1d6a67b021e a0e050155046 2024-03-21T12:58:19.771 INFO:teuthology.orchestra.run.smithi178.stdout:osd.6 smithi184 running (7m) 0s ago 7m 53.3M 4096M 17.2.0 e1d6a67b021e 68fa324445fb 2024-03-21T12:58:19.771 INFO:teuthology.orchestra.run.smithi178.stdout:osd.7 smithi184 running (6m) 0s ago 6m 53.4M 4096M 17.2.0 e1d6a67b021e 9153684ac7cd 2024-03-21T12:58:19.771 INFO:teuthology.orchestra.run.smithi178.stdout:prometheus.a smithi184 *:9095 running (4m) 0s ago 5m 58.5M - 514e6a882f6e 6fc7a4f6db9a 2024-03-21T12:58:19.771 INFO:teuthology.orchestra.run.smithi178.stdout:rgw.foo.smithi178.amgrte smithi178 *:8000 running (3m) 8s ago 3m 84.1M - 17.2.0 e1d6a67b021e d914bef5b616 2024-03-21T12:58:19.771 INFO:teuthology.orchestra.run.smithi178.stdout:rgw.foo.smithi184.sylqte smithi184 *:8000 running (3m) 0s ago 3m 83.9M - 17.2.0 e1d6a67b021e 71e9025bfe7b 2024-03-21T12:58:19.771 INFO:teuthology.orchestra.run.smithi178.stdout:rgw.smpl.smithi178.avyvkd smithi178 *:80 running (3m) 8s ago 3m 84.3M - 17.2.0 e1d6a67b021e 95dce05fca01 2024-03-21T12:58:19.771 INFO:teuthology.orchestra.run.smithi178.stdout:rgw.smpl.smithi184.ccsuhn smithi184 *:80 running (3m) 0s ago 3m 84.3M - 17.2.0 e1d6a67b021e c3b20c5f0cde 2024-03-21T12:58:19.797 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:58:19 smithi178 bash[14766]: 172.21.15.184 - - [21/Mar/2024:12:58:19] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2024-03-21T12:58:20.197 INFO:teuthology.orchestra.run.smithi178.stdout:{ 2024-03-21T12:58:20.197 INFO:teuthology.orchestra.run.smithi178.stdout: "mon": { 2024-03-21T12:58:20.197 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3 2024-03-21T12:58:20.197 INFO:teuthology.orchestra.run.smithi178.stdout: }, 2024-03-21T12:58:20.197 INFO:teuthology.orchestra.run.smithi178.stdout: "mgr": { 2024-03-21T12:58:20.197 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2024-03-21T12:58:20.197 INFO:teuthology.orchestra.run.smithi178.stdout: }, 2024-03-21T12:58:20.197 INFO:teuthology.orchestra.run.smithi178.stdout: "osd": { 2024-03-21T12:58:20.197 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2024-03-21T12:58:20.197 INFO:teuthology.orchestra.run.smithi178.stdout: }, 2024-03-21T12:58:20.197 INFO:teuthology.orchestra.run.smithi178.stdout: "mds": {}, 2024-03-21T12:58:20.198 INFO:teuthology.orchestra.run.smithi178.stdout: "rgw": { 2024-03-21T12:58:20.198 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2024-03-21T12:58:20.198 INFO:teuthology.orchestra.run.smithi178.stdout: }, 2024-03-21T12:58:20.198 INFO:teuthology.orchestra.run.smithi178.stdout: "overall": { 2024-03-21T12:58:20.198 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 17 2024-03-21T12:58:20.198 INFO:teuthology.orchestra.run.smithi178.stdout: } 2024-03-21T12:58:20.198 INFO:teuthology.orchestra.run.smithi178.stdout:} 2024-03-21T12:58:20.553 INFO:teuthology.orchestra.run.smithi178.stdout:{ 2024-03-21T12:58:20.554 INFO:teuthology.orchestra.run.smithi178.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753", 2024-03-21T12:58:20.554 INFO:teuthology.orchestra.run.smithi178.stdout: "in_progress": true, 2024-03-21T12:58:20.554 INFO:teuthology.orchestra.run.smithi178.stdout: "services_complete": [], 2024-03-21T12:58:20.554 INFO:teuthology.orchestra.run.smithi178.stdout: "progress": "", 2024-03-21T12:58:20.554 INFO:teuthology.orchestra.run.smithi178.stdout: "message": "Doing first pull of quay.ceph.io/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 image" 2024-03-21T12:58:20.554 INFO:teuthology.orchestra.run.smithi178.stdout:} 2024-03-21T12:58:20.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:58:20 smithi178 bash[14494]: cluster 2024-03-21T12:58:18.645705+0000 mgr.y (mgr.24355) 274 : cluster [DBG] pgmap v222: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T12:58:20.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:58:20 smithi178 bash[14494]: audit 2024-03-21T12:58:19.036718+0000 mgr.y (mgr.24355) 275 : audit [DBG] from='client.15132 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:58:20.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:58:20 smithi178 bash[14494]: audit 2024-03-21T12:58:19.392241+0000 mgr.y (mgr.24355) 276 : audit [DBG] from='client.25039 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:58:20.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:58:20 smithi178 bash[14494]: audit 2024-03-21T12:58:19.422900+0000 mon.a (mon.0) 1175 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:58:20.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:58:20 smithi178 bash[14494]: audit 2024-03-21T12:58:19.428952+0000 mon.a (mon.0) 1176 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:58:20.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:58:20 smithi178 bash[14494]: audit 2024-03-21T12:58:20.194319+0000 mon.a (mon.0) 1177 : audit [DBG] from='client.? 172.21.15.178:0/3996866046' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T12:58:20.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:58:20 smithi178 bash[20270]: cluster 2024-03-21T12:58:18.645705+0000 mgr.y (mgr.24355) 274 : cluster [DBG] pgmap v222: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T12:58:20.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:58:20 smithi178 bash[20270]: audit 2024-03-21T12:58:19.036718+0000 mgr.y (mgr.24355) 275 : audit [DBG] from='client.15132 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:58:20.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:58:20 smithi178 bash[20270]: audit 2024-03-21T12:58:19.392241+0000 mgr.y (mgr.24355) 276 : audit [DBG] from='client.25039 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:58:20.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:58:20 smithi178 bash[20270]: audit 2024-03-21T12:58:19.422900+0000 mon.a (mon.0) 1175 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:58:20.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:58:20 smithi178 bash[20270]: audit 2024-03-21T12:58:19.428952+0000 mon.a (mon.0) 1176 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:58:20.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:58:20 smithi178 bash[20270]: audit 2024-03-21T12:58:20.194319+0000 mon.a (mon.0) 1177 : audit [DBG] from='client.? 172.21.15.178:0/3996866046' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T12:58:20.822 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:58:20 smithi184 bash[14608]: cluster 2024-03-21T12:58:18.645705+0000 mgr.y (mgr.24355) 274 : cluster [DBG] pgmap v222: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T12:58:20.822 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:58:20 smithi184 bash[14608]: audit 2024-03-21T12:58:19.036718+0000 mgr.y (mgr.24355) 275 : audit [DBG] from='client.15132 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:58:20.822 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:58:20 smithi184 bash[14608]: audit 2024-03-21T12:58:19.392241+0000 mgr.y (mgr.24355) 276 : audit [DBG] from='client.25039 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:58:20.822 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:58:20 smithi184 bash[14608]: audit 2024-03-21T12:58:19.422900+0000 mon.a (mon.0) 1175 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:58:20.822 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:58:20 smithi184 bash[14608]: audit 2024-03-21T12:58:19.428952+0000 mon.a (mon.0) 1176 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:58:20.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:58:20 smithi184 bash[14608]: audit 2024-03-21T12:58:20.194319+0000 mon.a (mon.0) 1177 : audit [DBG] from='client.? 172.21.15.178:0/3996866046' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T12:58:20.957 INFO:teuthology.orchestra.run.smithi178.stdout:HEALTH_OK 2024-03-21T12:58:21.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:58:21 smithi178 bash[14494]: audit 2024-03-21T12:58:19.740110+0000 mgr.y (mgr.24355) 277 : audit [DBG] from='client.25045 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:58:21.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:58:21 smithi178 bash[14494]: audit 2024-03-21T12:58:20.550714+0000 mgr.y (mgr.24355) 278 : audit [DBG] from='client.15156 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:58:21.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:58:21 smithi178 bash[14494]: audit 2024-03-21T12:58:20.955413+0000 mon.a (mon.0) 1178 : audit [DBG] from='client.? 172.21.15.178:0/2491615852' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T12:58:21.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:58:21 smithi178 bash[20270]: audit 2024-03-21T12:58:19.740110+0000 mgr.y (mgr.24355) 277 : audit [DBG] from='client.25045 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:58:21.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:58:21 smithi178 bash[20270]: audit 2024-03-21T12:58:20.550714+0000 mgr.y (mgr.24355) 278 : audit [DBG] from='client.15156 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:58:21.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:58:21 smithi178 bash[20270]: audit 2024-03-21T12:58:20.955413+0000 mon.a (mon.0) 1178 : audit [DBG] from='client.? 172.21.15.178:0/2491615852' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T12:58:21.822 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:58:21 smithi184 bash[14608]: audit 2024-03-21T12:58:19.740110+0000 mgr.y (mgr.24355) 277 : audit [DBG] from='client.25045 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:58:21.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:58:21 smithi184 bash[14608]: audit 2024-03-21T12:58:20.550714+0000 mgr.y (mgr.24355) 278 : audit [DBG] from='client.15156 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:58:21.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:58:21 smithi184 bash[14608]: audit 2024-03-21T12:58:20.955413+0000 mon.a (mon.0) 1178 : audit [DBG] from='client.? 172.21.15.178:0/2491615852' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T12:58:22.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:58:22 smithi178 bash[14494]: cluster 2024-03-21T12:58:20.646357+0000 mgr.y (mgr.24355) 279 : 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 2024-03-21T12:58:22.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:58:22 smithi178 bash[20270]: cluster 2024-03-21T12:58:20.646357+0000 mgr.y (mgr.24355) 279 : 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 2024-03-21T12:58:22.822 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:58:22 smithi184 bash[14608]: cluster 2024-03-21T12:58:20.646357+0000 mgr.y (mgr.24355) 279 : 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 2024-03-21T12:58:23.798 INFO:journalctl@ceph.alertmanager.a.smithi178.stdout:Mar 21 12:58:23 smithi178 bash[43533]: level=warn ts=2024-03-21T12:58:23.540Z 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.178:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.178 because it doesn't contain any IP SANs" 2024-03-21T12:58:23.798 INFO:journalctl@ceph.alertmanager.a.smithi178.stdout:Mar 21 12:58:23 smithi178 bash[43533]: level=warn ts=2024-03-21T12:58:23.540Z 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.184:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.184 because it doesn't contain any IP SANs" 2024-03-21T12:58:24.660 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:58:24 smithi178 bash[14494]: cluster 2024-03-21T12:58:22.648186+0000 mgr.y (mgr.24355) 280 : cluster [DBG] pgmap v224: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T12:58:24.660 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:58:24 smithi178 bash[20270]: cluster 2024-03-21T12:58:22.648186+0000 mgr.y (mgr.24355) 280 : cluster [DBG] pgmap v224: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T12:58:24.822 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:58:24 smithi184 bash[14608]: cluster 2024-03-21T12:58:22.648186+0000 mgr.y (mgr.24355) 280 : cluster [DBG] pgmap v224: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T12:58:25.058 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:58:24 smithi178 bash[14766]: ::ffff:172.21.15.184 - - [21/Mar/2024:12:58:24] "GET /metrics HTTP/1.1" 200 214891 "" "Prometheus/2.33.4" 2024-03-21T12:58:25.450 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 12:58:25 smithi184 bash[15792]: ::ffff:172.21.15.184 - - [21/Mar/2024:12:58:25] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-21T12:58:25.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:58:25 smithi178 bash[14494]: audit 2024-03-21T12:58:25.005644+0000 mon.a (mon.0) 1179 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-21T12:58:25.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:58:25 smithi178 bash[14494]: audit 2024-03-21T12:58:25.006379+0000 mon.a (mon.0) 1180 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-21T12:58:25.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:58:25 smithi178 bash[20270]: audit 2024-03-21T12:58:25.005644+0000 mon.a (mon.0) 1179 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-21T12:58:25.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:58:25 smithi178 bash[20270]: audit 2024-03-21T12:58:25.006379+0000 mon.a (mon.0) 1180 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-21T12:58:25.822 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:58:25 smithi184 bash[14608]: audit 2024-03-21T12:58:25.005644+0000 mon.a (mon.0) 1179 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-21T12:58:25.822 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:58:25 smithi184 bash[14608]: audit 2024-03-21T12:58:25.006379+0000 mon.a (mon.0) 1180 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-21T12:58:26.677 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:58:26 smithi178 bash[14494]: cluster 2024-03-21T12:58:24.648882+0000 mgr.y (mgr.24355) 281 : cluster [DBG] pgmap v225: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T12:58:26.677 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:58:26 smithi178 bash[14494]: audit 2024-03-21T12:58:26.434304+0000 mon.a (mon.0) 1181 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:58:26.677 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:58:26 smithi178 bash[14494]: audit 2024-03-21T12:58:26.437890+0000 mon.a (mon.0) 1182 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:58:26.678 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:58:26 smithi178 bash[20270]: cluster 2024-03-21T12:58:24.648882+0000 mgr.y (mgr.24355) 281 : cluster [DBG] pgmap v225: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T12:58:26.678 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:58:26 smithi178 bash[20270]: audit 2024-03-21T12:58:26.434304+0000 mon.a (mon.0) 1181 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:58:26.678 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:58:26 smithi178 bash[20270]: audit 2024-03-21T12:58:26.437890+0000 mon.a (mon.0) 1182 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:58:26.703 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:58:26 smithi184 bash[14608]: cluster 2024-03-21T12:58:24.648882+0000 mgr.y (mgr.24355) 281 : cluster [DBG] pgmap v225: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T12:58:26.703 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:58:26 smithi184 bash[14608]: audit 2024-03-21T12:58:26.434304+0000 mon.a (mon.0) 1181 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:58:26.703 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:58:26 smithi184 bash[14608]: audit 2024-03-21T12:58:26.437890+0000 mon.a (mon.0) 1182 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:58:27.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:58:27 smithi178 bash[14494]: cephadm 2024-03-21T12:58:26.435112+0000 mgr.y (mgr.24355) 282 : cephadm [INF] Upgrade: Target is version 19.0.0-2267-g960fbbe4 (unknown) 2024-03-21T12:58:27.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:58:27 smithi178 bash[14494]: cephadm 2024-03-21T12:58:26.435345+0000 mgr.y (mgr.24355) 283 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753, digests ['quay.ceph.io/ceph-ci/ceph@sha256:35f4b82cbae750007a45d4eba3ff9f653c457c283782141ef353684823d81e93'] 2024-03-21T12:58:27.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:58:27 smithi178 bash[14494]: audit 2024-03-21T12:58:26.447827+0000 mon.a (mon.0) 1183 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:58:27.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:58:27 smithi178 bash[14494]: cephadm 2024-03-21T12:58:26.449440+0000 mgr.y (mgr.24355) 284 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2024-03-21T12:58:27.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:58:27 smithi178 bash[20270]: cephadm 2024-03-21T12:58:26.435112+0000 mgr.y (mgr.24355) 282 : cephadm [INF] Upgrade: Target is version 19.0.0-2267-g960fbbe4 (unknown) 2024-03-21T12:58:27.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:58:27 smithi178 bash[20270]: cephadm 2024-03-21T12:58:26.435345+0000 mgr.y (mgr.24355) 283 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753, digests ['quay.ceph.io/ceph-ci/ceph@sha256:35f4b82cbae750007a45d4eba3ff9f653c457c283782141ef353684823d81e93'] 2024-03-21T12:58:27.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:58:27 smithi178 bash[20270]: audit 2024-03-21T12:58:26.447827+0000 mon.a (mon.0) 1183 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:58:27.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:58:27 smithi178 bash[20270]: cephadm 2024-03-21T12:58:26.449440+0000 mgr.y (mgr.24355) 284 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2024-03-21T12:58:27.822 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:58:27 smithi184 bash[14608]: cephadm 2024-03-21T12:58:26.435112+0000 mgr.y (mgr.24355) 282 : cephadm [INF] Upgrade: Target is version 19.0.0-2267-g960fbbe4 (unknown) 2024-03-21T12:58:27.822 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:58:27 smithi184 bash[14608]: cephadm 2024-03-21T12:58:26.435345+0000 mgr.y (mgr.24355) 283 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753, digests ['quay.ceph.io/ceph-ci/ceph@sha256:35f4b82cbae750007a45d4eba3ff9f653c457c283782141ef353684823d81e93'] 2024-03-21T12:58:27.822 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:58:27 smithi184 bash[14608]: audit 2024-03-21T12:58:26.447827+0000 mon.a (mon.0) 1183 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:58:27.822 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:58:27 smithi184 bash[14608]: cephadm 2024-03-21T12:58:26.449440+0000 mgr.y (mgr.24355) 284 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2024-03-21T12:58:28.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:58:28 smithi178 bash[14494]: cluster 2024-03-21T12:58:26.651908+0000 mgr.y (mgr.24355) 285 : cluster [DBG] pgmap v226: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T12:58:28.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:58:28 smithi178 bash[14494]: cephadm 2024-03-21T12:58:26.687146+0000 mgr.y (mgr.24355) 286 : cephadm [INF] Upgrade: Pulling quay.ceph.io/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 on smithi184 2024-03-21T12:58:28.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:58:28 smithi178 bash[20270]: cluster 2024-03-21T12:58:26.651908+0000 mgr.y (mgr.24355) 285 : cluster [DBG] pgmap v226: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T12:58:28.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:58:28 smithi178 bash[20270]: cephadm 2024-03-21T12:58:26.687146+0000 mgr.y (mgr.24355) 286 : cephadm [INF] Upgrade: Pulling quay.ceph.io/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 on smithi184 2024-03-21T12:58:28.822 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:58:28 smithi184 bash[14608]: cluster 2024-03-21T12:58:26.651908+0000 mgr.y (mgr.24355) 285 : cluster [DBG] pgmap v226: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T12:58:28.822 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:58:28 smithi184 bash[14608]: cephadm 2024-03-21T12:58:26.687146+0000 mgr.y (mgr.24355) 286 : cephadm [INF] Upgrade: Pulling quay.ceph.io/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 on smithi184 2024-03-21T12:58:29.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:58:29 smithi178 bash[14494]: audit 2024-03-21T12:58:28.590996+0000 mgr.y (mgr.24355) 287 : audit [DBG] from='client.14967 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T12:58:29.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:58:29 smithi178 bash[20270]: audit 2024-03-21T12:58:28.590996+0000 mgr.y (mgr.24355) 287 : audit [DBG] from='client.14967 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T12:58:29.822 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:58:29 smithi184 bash[14608]: audit 2024-03-21T12:58:28.590996+0000 mgr.y (mgr.24355) 287 : audit [DBG] from='client.14967 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T12:58:30.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:58:30 smithi178 bash[14494]: cluster 2024-03-21T12:58:28.652760+0000 mgr.y (mgr.24355) 288 : cluster [DBG] pgmap v227: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T12:58:30.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:58:30 smithi178 bash[20270]: cluster 2024-03-21T12:58:28.652760+0000 mgr.y (mgr.24355) 288 : cluster [DBG] pgmap v227: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T12:58:30.822 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:58:30 smithi184 bash[14608]: cluster 2024-03-21T12:58:28.652760+0000 mgr.y (mgr.24355) 288 : cluster [DBG] pgmap v227: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T12:58:32.047 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:58:31 smithi178 bash[14766]: 172.21.15.178 - - [21/Mar/2024:12:58:31] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2024-03-21T12:58:33.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:58:32 smithi178 bash[14494]: cluster 2024-03-21T12:58:30.653560+0000 mgr.y (mgr.24355) 289 : cluster [DBG] pgmap v228: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T12:58:33.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:58:32 smithi178 bash[14494]: audit 2024-03-21T12:58:31.633019+0000 mon.a (mon.0) 1184 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:58:33.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:58:32 smithi178 bash[14494]: audit 2024-03-21T12:58:31.641291+0000 mon.a (mon.0) 1185 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:58:33.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:58:32 smithi178 bash[20270]: cluster 2024-03-21T12:58:30.653560+0000 mgr.y (mgr.24355) 289 : cluster [DBG] pgmap v228: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T12:58:33.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:58:32 smithi178 bash[20270]: audit 2024-03-21T12:58:31.633019+0000 mon.a (mon.0) 1184 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:58:33.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:58:32 smithi178 bash[20270]: audit 2024-03-21T12:58:31.641291+0000 mon.a (mon.0) 1185 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:58:33.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:58:32 smithi184 bash[14608]: cluster 2024-03-21T12:58:30.653560+0000 mgr.y (mgr.24355) 289 : cluster [DBG] pgmap v228: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T12:58:33.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:58:32 smithi184 bash[14608]: audit 2024-03-21T12:58:31.633019+0000 mon.a (mon.0) 1184 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:58:33.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:58:32 smithi184 bash[14608]: audit 2024-03-21T12:58:31.641291+0000 mon.a (mon.0) 1185 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:58:33.798 INFO:journalctl@ceph.alertmanager.a.smithi178.stdout:Mar 21 12:58:33 smithi178 bash[43533]: level=error ts=2024-03-21T12:58:33.512Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=10 err="ceph-dashboard/webhook[1]: notify retry canceled after 7 attempts: Post \"https://172.21.15.184:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.184 because it doesn't contain any IP SANs; ceph-dashboard/webhook[0]: notify retry canceled after 8 attempts: Post \"https://172.21.15.178:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.178 because it doesn't contain any IP SANs" 2024-03-21T12:58:33.798 INFO:journalctl@ceph.alertmanager.a.smithi178.stdout:Mar 21 12:58:33 smithi178 bash[43533]: level=warn ts=2024-03-21T12:58:33.516Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.184:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.184 because it doesn't contain any IP SANs" 2024-03-21T12:58:33.798 INFO:journalctl@ceph.alertmanager.a.smithi178.stdout:Mar 21 12:58:33 smithi178 bash[43533]: level=warn ts=2024-03-21T12:58:33.517Z 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.178:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.178 because it doesn't contain any IP SANs" 2024-03-21T12:58:35.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:58:34 smithi178 bash[14494]: cluster 2024-03-21T12:58:32.654548+0000 mgr.y (mgr.24355) 290 : cluster [DBG] pgmap v229: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T12:58:35.048 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:58:34 smithi178 bash[14766]: ::ffff:172.21.15.184 - - [21/Mar/2024:12:58:34] "GET /metrics HTTP/1.1" 200 214891 "" "Prometheus/2.33.4" 2024-03-21T12:58:35.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:58:34 smithi178 bash[20270]: cluster 2024-03-21T12:58:32.654548+0000 mgr.y (mgr.24355) 290 : cluster [DBG] pgmap v229: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T12:58:35.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:58:34 smithi184 bash[14608]: cluster 2024-03-21T12:58:32.654548+0000 mgr.y (mgr.24355) 290 : cluster [DBG] pgmap v229: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T12:58:35.572 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 12:58:35 smithi184 bash[15792]: ::ffff:172.21.15.184 - - [21/Mar/2024:12:58:35] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-21T12:58:37.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:58:36 smithi178 bash[14494]: cluster 2024-03-21T12:58:34.655103+0000 mgr.y (mgr.24355) 291 : cluster [DBG] pgmap v230: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T12:58:37.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:58:36 smithi178 bash[20270]: cluster 2024-03-21T12:58:34.655103+0000 mgr.y (mgr.24355) 291 : cluster [DBG] pgmap v230: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T12:58:37.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:58:36 smithi184 bash[14608]: cluster 2024-03-21T12:58:34.655103+0000 mgr.y (mgr.24355) 291 : cluster [DBG] pgmap v230: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T12:58:38.822 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:58:38 smithi184 bash[14608]: cluster 2024-03-21T12:58:36.656802+0000 mgr.y (mgr.24355) 292 : cluster [DBG] pgmap v231: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T12:58:39.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:58:38 smithi178 bash[14494]: cluster 2024-03-21T12:58:36.656802+0000 mgr.y (mgr.24355) 292 : cluster [DBG] pgmap v231: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T12:58:39.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:58:38 smithi178 bash[20270]: cluster 2024-03-21T12:58:36.656802+0000 mgr.y (mgr.24355) 292 : cluster [DBG] pgmap v231: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T12:58:39.829 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:58:39 smithi178 bash[14766]: 172.21.15.184 - - [21/Mar/2024:12:58:39] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2024-03-21T12:58:39.829 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:58:39 smithi178 bash[14494]: audit 2024-03-21T12:58:38.601564+0000 mgr.y (mgr.24355) 293 : audit [DBG] from='client.14967 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T12:58:39.829 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:58:39 smithi178 bash[14494]: audit 2024-03-21T12:58:39.566427+0000 mon.a (mon.0) 1186 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:58:39.829 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:58:39 smithi178 bash[14494]: audit 2024-03-21T12:58:39.575296+0000 mon.a (mon.0) 1187 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:58:39.829 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:58:39 smithi178 bash[20270]: audit 2024-03-21T12:58:38.601564+0000 mgr.y (mgr.24355) 293 : audit [DBG] from='client.14967 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T12:58:39.829 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:58:39 smithi178 bash[20270]: audit 2024-03-21T12:58:39.566427+0000 mon.a (mon.0) 1186 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:58:39.829 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:58:39 smithi178 bash[20270]: audit 2024-03-21T12:58:39.575296+0000 mon.a (mon.0) 1187 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:58:40.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:58:39 smithi184 bash[14608]: audit 2024-03-21T12:58:38.601564+0000 mgr.y (mgr.24355) 293 : audit [DBG] from='client.14967 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T12:58:40.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:58:39 smithi184 bash[14608]: audit 2024-03-21T12:58:39.566427+0000 mon.a (mon.0) 1186 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:58:40.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:58:39 smithi184 bash[14608]: audit 2024-03-21T12:58:39.575296+0000 mon.a (mon.0) 1187 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:58:41.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:58:40 smithi178 bash[14494]: cluster 2024-03-21T12:58:38.657569+0000 mgr.y (mgr.24355) 294 : cluster [DBG] pgmap v232: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T12:58:41.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:58:40 smithi178 bash[20270]: cluster 2024-03-21T12:58:38.657569+0000 mgr.y (mgr.24355) 294 : cluster [DBG] pgmap v232: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T12:58:41.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:58:40 smithi184 bash[14608]: cluster 2024-03-21T12:58:38.657569+0000 mgr.y (mgr.24355) 294 : cluster [DBG] pgmap v232: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T12:58:41.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:58:41 smithi178 bash[14494]: cluster 2024-03-21T12:58:40.658269+0000 mgr.y (mgr.24355) 295 : 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 2024-03-21T12:58:41.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:58:41 smithi178 bash[20270]: cluster 2024-03-21T12:58:40.658269+0000 mgr.y (mgr.24355) 295 : 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 2024-03-21T12:58:42.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:58:41 smithi184 bash[14608]: cluster 2024-03-21T12:58:40.658269+0000 mgr.y (mgr.24355) 295 : 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 2024-03-21T12:58:43.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:58:43 smithi178 bash[14494]: cluster 2024-03-21T12:58:42.659827+0000 mgr.y (mgr.24355) 296 : cluster [DBG] pgmap v234: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T12:58:43.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:58:43 smithi178 bash[20270]: cluster 2024-03-21T12:58:42.659827+0000 mgr.y (mgr.24355) 296 : cluster [DBG] pgmap v234: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T12:58:43.798 INFO:journalctl@ceph.alertmanager.a.smithi178.stdout:Mar 21 12:58:43 smithi178 bash[43533]: level=error ts=2024-03-21T12:58:43.513Z 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.184:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.184 because it doesn't contain any IP SANs; ceph-dashboard/webhook[0]: notify retry canceled after 7 attempts: Post \"https://172.21.15.178:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.178 because it doesn't contain any IP SANs" 2024-03-21T12:58:43.798 INFO:journalctl@ceph.alertmanager.a.smithi178.stdout:Mar 21 12:58:43 smithi178 bash[43533]: level=warn ts=2024-03-21T12:58:43.518Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.184:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.184 because it doesn't contain any IP SANs" 2024-03-21T12:58:43.799 INFO:journalctl@ceph.alertmanager.a.smithi178.stdout:Mar 21 12:58:43 smithi178 bash[43533]: level=warn ts=2024-03-21T12:58:43.519Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.178:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.178 because it doesn't contain any IP SANs" 2024-03-21T12:58:44.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:58:43 smithi184 bash[14608]: cluster 2024-03-21T12:58:42.659827+0000 mgr.y (mgr.24355) 296 : cluster [DBG] pgmap v234: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T12:58:45.047 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:58:44 smithi178 bash[14766]: ::ffff:172.21.15.184 - - [21/Mar/2024:12:58:44] "GET /metrics HTTP/1.1" 200 214879 "" "Prometheus/2.33.4" 2024-03-21T12:58:45.572 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 12:58:45 smithi184 bash[15792]: ::ffff:172.21.15.184 - - [21/Mar/2024:12:58:45] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-21T12:58:46.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:58:45 smithi178 bash[14494]: cluster 2024-03-21T12:58:44.660601+0000 mgr.y (mgr.24355) 297 : cluster [DBG] pgmap v235: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T12:58:46.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:58:45 smithi178 bash[20270]: cluster 2024-03-21T12:58:44.660601+0000 mgr.y (mgr.24355) 297 : cluster [DBG] pgmap v235: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T12:58:46.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:58:45 smithi184 bash[14608]: cluster 2024-03-21T12:58:44.660601+0000 mgr.y (mgr.24355) 297 : cluster [DBG] pgmap v235: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T12:58:48.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:58:47 smithi178 bash[14494]: cluster 2024-03-21T12:58:46.662427+0000 mgr.y (mgr.24355) 298 : cluster [DBG] pgmap v236: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T12:58:48.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:58:47 smithi178 bash[20270]: cluster 2024-03-21T12:58:46.662427+0000 mgr.y (mgr.24355) 298 : cluster [DBG] pgmap v236: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T12:58:48.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:58:47 smithi184 bash[14608]: cluster 2024-03-21T12:58:46.662427+0000 mgr.y (mgr.24355) 298 : cluster [DBG] pgmap v236: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T12:58:49.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:58:48 smithi178 bash[14494]: audit 2024-03-21T12:58:48.612868+0000 mgr.y (mgr.24355) 299 : audit [DBG] from='client.14967 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T12:58:49.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:58:48 smithi178 bash[20270]: audit 2024-03-21T12:58:48.612868+0000 mgr.y (mgr.24355) 299 : audit [DBG] from='client.14967 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T12:58:49.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:58:48 smithi184 bash[14608]: audit 2024-03-21T12:58:48.612868+0000 mgr.y (mgr.24355) 299 : audit [DBG] from='client.14967 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T12:58:50.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:58:49 smithi178 bash[14494]: cluster 2024-03-21T12:58:48.663033+0000 mgr.y (mgr.24355) 300 : cluster [DBG] pgmap v237: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T12:58:50.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:58:49 smithi178 bash[20270]: cluster 2024-03-21T12:58:48.663033+0000 mgr.y (mgr.24355) 300 : cluster [DBG] pgmap v237: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T12:58:50.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:58:49 smithi184 bash[14608]: cluster 2024-03-21T12:58:48.663033+0000 mgr.y (mgr.24355) 300 : cluster [DBG] pgmap v237: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T12:58:51.341 INFO:teuthology.orchestra.run.smithi178.stdout:true 2024-03-21T12:58:52.047 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:58:51 smithi178 bash[14766]: 172.21.15.178 - - [21/Mar/2024:12:58:51] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2024-03-21T12:58:52.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:58:51 smithi178 bash[20270]: cluster 2024-03-21T12:58:50.663675+0000 mgr.y (mgr.24355) 301 : 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 2024-03-21T12:58:52.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:58:51 smithi178 bash[20270]: audit 2024-03-21T12:58:51.318077+0000 mgr.y (mgr.24355) 302 : audit [DBG] from='client.25069 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:58:52.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:58:51 smithi178 bash[14494]: cluster 2024-03-21T12:58:50.663675+0000 mgr.y (mgr.24355) 301 : 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 2024-03-21T12:58:52.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:58:51 smithi178 bash[14494]: audit 2024-03-21T12:58:51.318077+0000 mgr.y (mgr.24355) 302 : audit [DBG] from='client.25069 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:58:52.056 INFO:teuthology.orchestra.run.smithi178.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-21T12:58:52.056 INFO:teuthology.orchestra.run.smithi178.stdout:agent.smithi178 smithi178 running 0s ago 12m - - 2024-03-21T12:58:52.057 INFO:teuthology.orchestra.run.smithi178.stdout:agent.smithi184 smithi184 running 12s ago 12m - - 2024-03-21T12:58:52.057 INFO:teuthology.orchestra.run.smithi178.stdout:alertmanager.a smithi178 *:9093,9094 running (5m) 0s ago 5m 18.0M - ba2b418f427c 96edf6c70944 2024-03-21T12:58:52.057 INFO:teuthology.orchestra.run.smithi178.stdout:grafana.a smithi184 *:3000 running (5m) 12s ago 5m 45.6M - 8.3.5 dad864ee21e9 8de6ca670033 2024-03-21T12:58:52.057 INFO:teuthology.orchestra.run.smithi178.stdout:iscsi.foo.smithi178.qfgpzc smithi178 running (3m) 0s ago 3m 47.5M - 3.5 e1d6a67b021e de5b27ff0cc5 2024-03-21T12:58:52.057 INFO:teuthology.orchestra.run.smithi178.stdout:mgr.x smithi184 *:8443 running (11m) 12s ago 11m 406M - 17.2.0 e1d6a67b021e f7091514e572 2024-03-21T12:58:52.057 INFO:teuthology.orchestra.run.smithi178.stdout:mgr.y smithi178 *:9283 running (13m) 0s ago 13m 465M - 17.2.0 e1d6a67b021e 690edd94b9e7 2024-03-21T12:58:52.057 INFO:teuthology.orchestra.run.smithi178.stdout:mon.a smithi178 running (13m) 0s ago 14m 60.4M 2048M 17.2.0 e1d6a67b021e 929eab85bff1 2024-03-21T12:58:52.057 INFO:teuthology.orchestra.run.smithi178.stdout:mon.b smithi184 running (12m) 12s ago 12m 50.1M 2048M 17.2.0 e1d6a67b021e 2c060c770e3f 2024-03-21T12:58:52.057 INFO:teuthology.orchestra.run.smithi178.stdout:mon.c smithi178 running (12m) 0s ago 12m 47.5M 2048M 17.2.0 e1d6a67b021e cf8630e7a11b 2024-03-21T12:58:52.057 INFO:teuthology.orchestra.run.smithi178.stdout:node-exporter.a smithi178 *:9100 running (6m) 0s ago 6m 12.2M - 1dbe0e931976 23efd580c6bc 2024-03-21T12:58:52.057 INFO:teuthology.orchestra.run.smithi178.stdout:node-exporter.b smithi184 *:9100 running (6m) 12s ago 6m 11.7M - 1dbe0e931976 7cd804e590ee 2024-03-21T12:58:52.057 INFO:teuthology.orchestra.run.smithi178.stdout:osd.0 smithi178 running (11m) 0s ago 11m 56.3M 4096M 17.2.0 e1d6a67b021e d6b8ef28417b 2024-03-21T12:58:52.057 INFO:teuthology.orchestra.run.smithi178.stdout:osd.1 smithi178 running (10m) 0s ago 10m 58.2M 4096M 17.2.0 e1d6a67b021e f1a18d3887e4 2024-03-21T12:58:52.057 INFO:teuthology.orchestra.run.smithi178.stdout:osd.2 smithi178 running (10m) 0s ago 10m 53.0M 4096M 17.2.0 e1d6a67b021e 20f205591c9c 2024-03-21T12:58:52.058 INFO:teuthology.orchestra.run.smithi178.stdout:osd.3 smithi178 running (9m) 0s ago 9m 53.8M 4096M 17.2.0 e1d6a67b021e a4f15fefa0b8 2024-03-21T12:58:52.058 INFO:teuthology.orchestra.run.smithi178.stdout:osd.4 smithi184 running (9m) 12s ago 9m 54.7M 4096M 17.2.0 e1d6a67b021e e20e0f763007 2024-03-21T12:58:52.058 INFO:teuthology.orchestra.run.smithi178.stdout:osd.5 smithi184 running (8m) 12s ago 8m 53.4M 4096M 17.2.0 e1d6a67b021e a0e050155046 2024-03-21T12:58:52.058 INFO:teuthology.orchestra.run.smithi178.stdout:osd.6 smithi184 running (7m) 12s ago 7m 53.5M 4096M 17.2.0 e1d6a67b021e 68fa324445fb 2024-03-21T12:58:52.058 INFO:teuthology.orchestra.run.smithi178.stdout:osd.7 smithi184 running (7m) 12s ago 7m 53.8M 4096M 17.2.0 e1d6a67b021e 9153684ac7cd 2024-03-21T12:58:52.058 INFO:teuthology.orchestra.run.smithi178.stdout:prometheus.a smithi184 *:9095 running (5m) 12s ago 6m 60.4M - 514e6a882f6e 6fc7a4f6db9a 2024-03-21T12:58:52.058 INFO:teuthology.orchestra.run.smithi178.stdout:rgw.foo.smithi178.amgrte smithi178 *:8000 running (3m) 0s ago 3m 84.3M - 17.2.0 e1d6a67b021e d914bef5b616 2024-03-21T12:58:52.058 INFO:teuthology.orchestra.run.smithi178.stdout:rgw.foo.smithi184.sylqte smithi184 *:8000 running (3m) 12s ago 3m 84.1M - 17.2.0 e1d6a67b021e 71e9025bfe7b 2024-03-21T12:58:52.058 INFO:teuthology.orchestra.run.smithi178.stdout:rgw.smpl.smithi178.avyvkd smithi178 *:80 running (3m) 0s ago 3m 84.5M - 17.2.0 e1d6a67b021e 95dce05fca01 2024-03-21T12:58:52.058 INFO:teuthology.orchestra.run.smithi178.stdout:rgw.smpl.smithi184.ccsuhn smithi184 *:80 running (3m) 12s ago 3m 84.5M - 17.2.0 e1d6a67b021e c3b20c5f0cde 2024-03-21T12:58:52.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:58:51 smithi184 bash[14608]: cluster 2024-03-21T12:58:50.663675+0000 mgr.y (mgr.24355) 301 : 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 2024-03-21T12:58:52.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:58:51 smithi184 bash[14608]: audit 2024-03-21T12:58:51.318077+0000 mgr.y (mgr.24355) 302 : audit [DBG] from='client.25069 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:58:52.469 INFO:teuthology.orchestra.run.smithi178.stdout:{ 2024-03-21T12:58:52.469 INFO:teuthology.orchestra.run.smithi178.stdout: "mon": { 2024-03-21T12:58:52.469 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3 2024-03-21T12:58:52.469 INFO:teuthology.orchestra.run.smithi178.stdout: }, 2024-03-21T12:58:52.469 INFO:teuthology.orchestra.run.smithi178.stdout: "mgr": { 2024-03-21T12:58:52.470 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2024-03-21T12:58:52.470 INFO:teuthology.orchestra.run.smithi178.stdout: }, 2024-03-21T12:58:52.470 INFO:teuthology.orchestra.run.smithi178.stdout: "osd": { 2024-03-21T12:58:52.470 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2024-03-21T12:58:52.470 INFO:teuthology.orchestra.run.smithi178.stdout: }, 2024-03-21T12:58:52.470 INFO:teuthology.orchestra.run.smithi178.stdout: "mds": {}, 2024-03-21T12:58:52.471 INFO:teuthology.orchestra.run.smithi178.stdout: "rgw": { 2024-03-21T12:58:52.471 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2024-03-21T12:58:52.471 INFO:teuthology.orchestra.run.smithi178.stdout: }, 2024-03-21T12:58:52.471 INFO:teuthology.orchestra.run.smithi178.stdout: "overall": { 2024-03-21T12:58:52.471 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 17 2024-03-21T12:58:52.471 INFO:teuthology.orchestra.run.smithi178.stdout: } 2024-03-21T12:58:52.472 INFO:teuthology.orchestra.run.smithi178.stdout:} 2024-03-21T12:58:52.821 INFO:teuthology.orchestra.run.smithi178.stdout:{ 2024-03-21T12:58:52.821 INFO:teuthology.orchestra.run.smithi178.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753", 2024-03-21T12:58:52.821 INFO:teuthology.orchestra.run.smithi178.stdout: "in_progress": true, 2024-03-21T12:58:52.821 INFO:teuthology.orchestra.run.smithi178.stdout: "services_complete": [], 2024-03-21T12:58:52.821 INFO:teuthology.orchestra.run.smithi178.stdout: "progress": "0/23 daemons upgraded", 2024-03-21T12:58:52.821 INFO:teuthology.orchestra.run.smithi178.stdout: "message": "Pulling quay.ceph.io/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 image on host smithi184" 2024-03-21T12:58:52.821 INFO:teuthology.orchestra.run.smithi178.stdout:} 2024-03-21T12:58:53.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:58:52 smithi178 bash[20270]: audit 2024-03-21T12:58:51.677506+0000 mgr.y (mgr.24355) 303 : audit [DBG] from='client.25075 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:58:53.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:58:52 smithi178 bash[20270]: audit 2024-03-21T12:58:51.775940+0000 mon.a (mon.0) 1188 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:58:53.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:58:52 smithi178 bash[20270]: audit 2024-03-21T12:58:51.782517+0000 mon.a (mon.0) 1189 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:58:53.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:58:52 smithi178 bash[20270]: audit 2024-03-21T12:58:52.026059+0000 mgr.y (mgr.24355) 304 : audit [DBG] from='client.25081 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:58:53.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:58:52 smithi178 bash[20270]: audit 2024-03-21T12:58:52.466020+0000 mon.a (mon.0) 1190 : audit [DBG] from='client.? 172.21.15.178:0/4202587942' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T12:58:53.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:58:52 smithi178 bash[14494]: audit 2024-03-21T12:58:51.677506+0000 mgr.y (mgr.24355) 303 : audit [DBG] from='client.25075 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:58:53.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:58:52 smithi178 bash[14494]: audit 2024-03-21T12:58:51.775940+0000 mon.a (mon.0) 1188 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:58:53.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:58:52 smithi178 bash[14494]: audit 2024-03-21T12:58:51.782517+0000 mon.a (mon.0) 1189 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:58:53.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:58:52 smithi178 bash[14494]: audit 2024-03-21T12:58:52.026059+0000 mgr.y (mgr.24355) 304 : audit [DBG] from='client.25081 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:58:53.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:58:52 smithi178 bash[14494]: audit 2024-03-21T12:58:52.466020+0000 mon.a (mon.0) 1190 : audit [DBG] from='client.? 172.21.15.178:0/4202587942' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T12:58:53.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:58:52 smithi184 bash[14608]: audit 2024-03-21T12:58:51.677506+0000 mgr.y (mgr.24355) 303 : audit [DBG] from='client.25075 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:58:53.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:58:52 smithi184 bash[14608]: audit 2024-03-21T12:58:51.775940+0000 mon.a (mon.0) 1188 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:58:53.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:58:52 smithi184 bash[14608]: audit 2024-03-21T12:58:51.782517+0000 mon.a (mon.0) 1189 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:58:53.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:58:52 smithi184 bash[14608]: audit 2024-03-21T12:58:52.026059+0000 mgr.y (mgr.24355) 304 : audit [DBG] from='client.25081 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:58:53.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:58:52 smithi184 bash[14608]: audit 2024-03-21T12:58:52.466020+0000 mon.a (mon.0) 1190 : audit [DBG] from='client.? 172.21.15.178:0/4202587942' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T12:58:53.234 INFO:teuthology.orchestra.run.smithi178.stdout:HEALTH_OK 2024-03-21T12:58:53.786 INFO:journalctl@ceph.alertmanager.a.smithi178.stdout:Mar 21 12:58:53 smithi178 bash[43533]: level=error ts=2024-03-21T12:58:53.514Z 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.184:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.184 because it doesn't contain any IP SANs; ceph-dashboard/webhook[0]: notify retry canceled after 7 attempts: Post \"https://172.21.15.178:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.178 because it doesn't contain any IP SANs" 2024-03-21T12:58:53.787 INFO:journalctl@ceph.alertmanager.a.smithi178.stdout:Mar 21 12:58:53 smithi178 bash[43533]: level=warn ts=2024-03-21T12:58:53.518Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.184:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.184 because it doesn't contain any IP SANs" 2024-03-21T12:58:53.787 INFO:journalctl@ceph.alertmanager.a.smithi178.stdout:Mar 21 12:58:53 smithi178 bash[43533]: level=warn ts=2024-03-21T12:58: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.178:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.178 because it doesn't contain any IP SANs" 2024-03-21T12:58:54.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:58:53 smithi178 bash[14494]: cluster 2024-03-21T12:58:52.665312+0000 mgr.y (mgr.24355) 305 : cluster [DBG] pgmap v239: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T12:58:54.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:58:53 smithi178 bash[14494]: audit 2024-03-21T12:58:52.817808+0000 mgr.y (mgr.24355) 306 : audit [DBG] from='client.25093 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:58:54.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:58:53 smithi178 bash[14494]: audit 2024-03-21T12:58:53.232435+0000 mon.c (mon.1) 41 : audit [DBG] from='client.? 172.21.15.178:0/3239223468' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T12:58:54.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:58:53 smithi178 bash[20270]: cluster 2024-03-21T12:58:52.665312+0000 mgr.y (mgr.24355) 305 : cluster [DBG] pgmap v239: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T12:58:54.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:58:53 smithi178 bash[20270]: audit 2024-03-21T12:58:52.817808+0000 mgr.y (mgr.24355) 306 : audit [DBG] from='client.25093 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:58:54.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:58:53 smithi178 bash[20270]: audit 2024-03-21T12:58:53.232435+0000 mon.c (mon.1) 41 : audit [DBG] from='client.? 172.21.15.178:0/3239223468' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T12:58:54.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:58:53 smithi184 bash[14608]: cluster 2024-03-21T12:58:52.665312+0000 mgr.y (mgr.24355) 305 : cluster [DBG] pgmap v239: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T12:58:54.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:58:53 smithi184 bash[14608]: audit 2024-03-21T12:58:52.817808+0000 mgr.y (mgr.24355) 306 : audit [DBG] from='client.25093 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:58:54.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:58:53 smithi184 bash[14608]: audit 2024-03-21T12:58:53.232435+0000 mon.c (mon.1) 41 : audit [DBG] from='client.? 172.21.15.178:0/3239223468' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T12:58:55.048 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:58:54 smithi178 bash[14766]: ::ffff:172.21.15.184 - - [21/Mar/2024:12:58:54] "GET /metrics HTTP/1.1" 200 214891 "" "Prometheus/2.33.4" 2024-03-21T12:58:55.572 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 12:58:55 smithi184 bash[15792]: ::ffff:172.21.15.184 - - [21/Mar/2024:12:58:55] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-21T12:58:56.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:58:55 smithi178 bash[14494]: cluster 2024-03-21T12:58:54.666131+0000 mgr.y (mgr.24355) 307 : cluster [DBG] pgmap v240: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T12:58:56.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:58:55 smithi178 bash[20270]: cluster 2024-03-21T12:58:54.666131+0000 mgr.y (mgr.24355) 307 : cluster [DBG] pgmap v240: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T12:58:56.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:58:55 smithi184 bash[14608]: cluster 2024-03-21T12:58:54.666131+0000 mgr.y (mgr.24355) 307 : cluster [DBG] pgmap v240: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T12:58:58.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:58:57 smithi178 bash[14494]: cluster 2024-03-21T12:58:56.667850+0000 mgr.y (mgr.24355) 308 : cluster [DBG] pgmap v241: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T12:58:58.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:58:57 smithi178 bash[20270]: cluster 2024-03-21T12:58:56.667850+0000 mgr.y (mgr.24355) 308 : cluster [DBG] pgmap v241: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T12:58:58.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:58:57 smithi184 bash[14608]: cluster 2024-03-21T12:58:56.667850+0000 mgr.y (mgr.24355) 308 : cluster [DBG] pgmap v241: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T12:58:59.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:58:58 smithi178 bash[14494]: audit 2024-03-21T12:58:58.623451+0000 mgr.y (mgr.24355) 309 : audit [DBG] from='client.14967 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T12:58:59.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:58:58 smithi178 bash[20270]: audit 2024-03-21T12:58:58.623451+0000 mgr.y (mgr.24355) 309 : audit [DBG] from='client.14967 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T12:58:59.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:58:58 smithi184 bash[14608]: audit 2024-03-21T12:58:58.623451+0000 mgr.y (mgr.24355) 309 : audit [DBG] from='client.14967 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T12:59:00.048 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:58:59 smithi178 bash[14766]: 172.21.15.184 - - [21/Mar/2024:12:58:59] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2024-03-21T12:59:00.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:58:59 smithi178 bash[14494]: cluster 2024-03-21T12:58:58.668602+0000 mgr.y (mgr.24355) 310 : cluster [DBG] pgmap v242: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T12:59:00.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:58:59 smithi178 bash[14494]: audit 2024-03-21T12:58:59.707461+0000 mon.a (mon.0) 1191 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:59:00.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:58:59 smithi178 bash[14494]: audit 2024-03-21T12:58:59.715965+0000 mon.a (mon.0) 1192 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:59:00.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:58:59 smithi178 bash[20270]: cluster 2024-03-21T12:58:58.668602+0000 mgr.y (mgr.24355) 310 : cluster [DBG] pgmap v242: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T12:59:00.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:58:59 smithi178 bash[20270]: audit 2024-03-21T12:58:59.707461+0000 mon.a (mon.0) 1191 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:59:00.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:58:59 smithi178 bash[20270]: audit 2024-03-21T12:58:59.715965+0000 mon.a (mon.0) 1192 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:59:00.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:58:59 smithi184 bash[14608]: cluster 2024-03-21T12:58:58.668602+0000 mgr.y (mgr.24355) 310 : cluster [DBG] pgmap v242: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T12:59:00.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:58:59 smithi184 bash[14608]: audit 2024-03-21T12:58:59.707461+0000 mon.a (mon.0) 1191 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:59:00.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:58:59 smithi184 bash[14608]: audit 2024-03-21T12:58:59.715965+0000 mon.a (mon.0) 1192 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:59:02.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:01 smithi184 bash[14608]: cluster 2024-03-21T12:59:00.670547+0000 mgr.y (mgr.24355) 311 : cluster [DBG] pgmap v243: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T12:59:02.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:01 smithi178 bash[14494]: cluster 2024-03-21T12:59:00.670547+0000 mgr.y (mgr.24355) 311 : cluster [DBG] pgmap v243: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T12:59:02.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:01 smithi178 bash[20270]: cluster 2024-03-21T12:59:00.670547+0000 mgr.y (mgr.24355) 311 : cluster [DBG] pgmap v243: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T12:59:03.798 INFO:journalctl@ceph.alertmanager.a.smithi178.stdout:Mar 21 12:59:03 smithi178 bash[43533]: level=error ts=2024-03-21T12:59:03.514Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=11 err="ceph-dashboard/webhook[0]: notify retry canceled after 7 attempts: Post \"https://172.21.15.178:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.178 because it doesn't contain any IP SANs; ceph-dashboard/webhook[1]: notify retry canceled after 7 attempts: Post \"https://172.21.15.184:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.184 because it doesn't contain any IP SANs" 2024-03-21T12:59:03.798 INFO:journalctl@ceph.alertmanager.a.smithi178.stdout:Mar 21 12:59:03 smithi178 bash[43533]: level=warn ts=2024-03-21T12:59:03.519Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.184:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.184 because it doesn't contain any IP SANs" 2024-03-21T12:59:03.798 INFO:journalctl@ceph.alertmanager.a.smithi178.stdout:Mar 21 12:59:03 smithi178 bash[43533]: level=warn ts=2024-03-21T12:59:03.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.178:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.178 because it doesn't contain any IP SANs" 2024-03-21T12:59:04.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:03 smithi184 bash[14608]: cluster 2024-03-21T12:59:02.671997+0000 mgr.y (mgr.24355) 312 : cluster [DBG] pgmap v244: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T12:59:04.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:03 smithi178 bash[14494]: cluster 2024-03-21T12:59:02.671997+0000 mgr.y (mgr.24355) 312 : cluster [DBG] pgmap v244: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T12:59:04.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:03 smithi178 bash[20270]: cluster 2024-03-21T12:59:02.671997+0000 mgr.y (mgr.24355) 312 : cluster [DBG] pgmap v244: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T12:59:05.048 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:59:04 smithi178 bash[14766]: ::ffff:172.21.15.184 - - [21/Mar/2024:12:59:04] "GET /metrics HTTP/1.1" 200 214891 "" "Prometheus/2.33.4" 2024-03-21T12:59:05.572 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 12:59:05 smithi184 bash[15792]: ::ffff:172.21.15.184 - - [21/Mar/2024:12:59:05] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-21T12:59:06.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:05 smithi184 bash[14608]: cluster 2024-03-21T12:59:04.672727+0000 mgr.y (mgr.24355) 313 : cluster [DBG] pgmap v245: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T12:59:06.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:05 smithi178 bash[14494]: cluster 2024-03-21T12:59:04.672727+0000 mgr.y (mgr.24355) 313 : cluster [DBG] pgmap v245: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T12:59:06.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:05 smithi178 bash[20270]: cluster 2024-03-21T12:59:04.672727+0000 mgr.y (mgr.24355) 313 : cluster [DBG] pgmap v245: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T12:59:08.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:07 smithi178 bash[14494]: cluster 2024-03-21T12:59:06.674512+0000 mgr.y (mgr.24355) 314 : cluster [DBG] pgmap v246: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T12:59:08.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:07 smithi178 bash[20270]: cluster 2024-03-21T12:59:06.674512+0000 mgr.y (mgr.24355) 314 : cluster [DBG] pgmap v246: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T12:59:08.322 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:07 smithi184 bash[14608]: cluster 2024-03-21T12:59:06.674512+0000 mgr.y (mgr.24355) 314 : cluster [DBG] pgmap v246: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T12:59:09.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:08 smithi178 bash[14494]: audit 2024-03-21T12:59:08.631376+0000 mgr.y (mgr.24355) 315 : audit [DBG] from='client.14967 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T12:59:09.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:08 smithi178 bash[20270]: audit 2024-03-21T12:59:08.631376+0000 mgr.y (mgr.24355) 315 : audit [DBG] from='client.14967 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T12:59:09.134 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:08 smithi184 bash[14608]: audit 2024-03-21T12:59:08.631376+0000 mgr.y (mgr.24355) 315 : audit [DBG] from='client.14967 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T12:59:10.148 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:09 smithi184 bash[14608]: cluster 2024-03-21T12:59:08.675450+0000 mgr.y (mgr.24355) 316 : cluster [DBG] pgmap v247: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T12:59:10.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:09 smithi178 bash[14494]: cluster 2024-03-21T12:59:08.675450+0000 mgr.y (mgr.24355) 316 : cluster [DBG] pgmap v247: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T12:59:10.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:09 smithi178 bash[20270]: cluster 2024-03-21T12:59:08.675450+0000 mgr.y (mgr.24355) 316 : cluster [DBG] pgmap v247: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T12:59:12.298 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:59:11 smithi178 bash[14766]: 172.21.15.178 - - [21/Mar/2024:12:59:11] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.8" 2024-03-21T12:59:12.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:11 smithi178 bash[20270]: cluster 2024-03-21T12:59:10.677102+0000 mgr.y (mgr.24355) 317 : cluster [DBG] pgmap v248: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T12:59:12.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:11 smithi178 bash[20270]: cephadm 2024-03-21T12:59:10.818892+0000 mgr.y (mgr.24355) 318 : cephadm [INF] Upgrade: Updating mgr.x 2024-03-21T12:59:12.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:11 smithi178 bash[20270]: audit 2024-03-21T12:59:10.828852+0000 mon.a (mon.0) 1193 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:59:12.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:11 smithi178 bash[20270]: audit 2024-03-21T12:59:10.830499+0000 mon.a (mon.0) 1194 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-21T12:59:12.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:11 smithi178 bash[20270]: audit 2024-03-21T12:59:10.832183+0000 mon.a (mon.0) 1195 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-21T12:59:12.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:11 smithi178 bash[20270]: audit 2024-03-21T12:59:10.836460+0000 mon.a (mon.0) 1196 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:59:12.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:11 smithi178 bash[20270]: cephadm 2024-03-21T12:59:10.837855+0000 mgr.y (mgr.24355) 319 : cephadm [INF] Deploying daemon mgr.x on smithi184 2024-03-21T12:59:12.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:11 smithi178 bash[14494]: cluster 2024-03-21T12:59:10.677102+0000 mgr.y (mgr.24355) 317 : cluster [DBG] pgmap v248: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T12:59:12.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:11 smithi178 bash[14494]: cephadm 2024-03-21T12:59:10.818892+0000 mgr.y (mgr.24355) 318 : cephadm [INF] Upgrade: Updating mgr.x 2024-03-21T12:59:12.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:11 smithi178 bash[14494]: audit 2024-03-21T12:59:10.828852+0000 mon.a (mon.0) 1193 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:59:12.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:11 smithi178 bash[14494]: audit 2024-03-21T12:59:10.830499+0000 mon.a (mon.0) 1194 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-21T12:59:12.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:11 smithi178 bash[14494]: audit 2024-03-21T12:59:10.832183+0000 mon.a (mon.0) 1195 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-21T12:59:12.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:11 smithi178 bash[14494]: audit 2024-03-21T12:59:10.836460+0000 mon.a (mon.0) 1196 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:59:12.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:11 smithi178 bash[14494]: cephadm 2024-03-21T12:59:10.837855+0000 mgr.y (mgr.24355) 319 : cephadm [INF] Deploying daemon mgr.x on smithi184 2024-03-21T12:59:12.322 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:11 smithi184 bash[14608]: cluster 2024-03-21T12:59:10.677102+0000 mgr.y (mgr.24355) 317 : cluster [DBG] pgmap v248: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T12:59:12.322 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:11 smithi184 bash[14608]: cephadm 2024-03-21T12:59:10.818892+0000 mgr.y (mgr.24355) 318 : cephadm [INF] Upgrade: Updating mgr.x 2024-03-21T12:59:12.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:11 smithi184 bash[14608]: audit 2024-03-21T12:59:10.828852+0000 mon.a (mon.0) 1193 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:59:12.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:11 smithi184 bash[14608]: audit 2024-03-21T12:59:10.830499+0000 mon.a (mon.0) 1194 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-21T12:59:12.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:11 smithi184 bash[14608]: audit 2024-03-21T12:59:10.832183+0000 mon.a (mon.0) 1195 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-21T12:59:12.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:11 smithi184 bash[14608]: audit 2024-03-21T12:59:10.836460+0000 mon.a (mon.0) 1196 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:59:12.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:11 smithi184 bash[14608]: cephadm 2024-03-21T12:59:10.837855+0000 mgr.y (mgr.24355) 319 : cephadm [INF] Deploying daemon mgr.x on smithi184 2024-03-21T12:59:13.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:12 smithi178 bash[14494]: audit 2024-03-21T12:59:11.912511+0000 mon.a (mon.0) 1197 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:59:13.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:12 smithi178 bash[14494]: audit 2024-03-21T12:59:11.920070+0000 mon.a (mon.0) 1198 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:59:13.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:12 smithi178 bash[20270]: audit 2024-03-21T12:59:11.912511+0000 mon.a (mon.0) 1197 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:59:13.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:12 smithi178 bash[20270]: audit 2024-03-21T12:59:11.920070+0000 mon.a (mon.0) 1198 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:59:13.322 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:12 smithi184 bash[14608]: audit 2024-03-21T12:59:11.912511+0000 mon.a (mon.0) 1197 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:59:13.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:12 smithi184 bash[14608]: audit 2024-03-21T12:59:11.920070+0000 mon.a (mon.0) 1198 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:59:13.798 INFO:journalctl@ceph.alertmanager.a.smithi178.stdout:Mar 21 12:59:13 smithi178 bash[43533]: level=error ts=2024-03-21T12:59:13.515Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=11 err="ceph-dashboard/webhook[0]: notify retry canceled after 7 attempts: Post \"https://172.21.15.178:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.178 because it doesn't contain any IP SANs; ceph-dashboard/webhook[1]: notify retry canceled after 8 attempts: Post \"https://172.21.15.184:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.184 because it doesn't contain any IP SANs" 2024-03-21T12:59:13.798 INFO:journalctl@ceph.alertmanager.a.smithi178.stdout:Mar 21 12:59:13 smithi178 bash[43533]: level=warn ts=2024-03-21T12:59:13.520Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.178:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.178 because it doesn't contain any IP SANs" 2024-03-21T12:59:13.798 INFO:journalctl@ceph.alertmanager.a.smithi178.stdout:Mar 21 12:59:13 smithi178 bash[43533]: level=warn ts=2024-03-21T12:59:13.521Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.184:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.184 because it doesn't contain any IP SANs" 2024-03-21T12:59:14.275 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:13 smithi184 bash[14608]: cluster 2024-03-21T12:59:12.677897+0000 mgr.y (mgr.24355) 320 : 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 2024-03-21T12:59:14.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:13 smithi178 bash[14494]: cluster 2024-03-21T12:59:12.677897+0000 mgr.y (mgr.24355) 320 : 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 2024-03-21T12:59:14.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:13 smithi178 bash[20270]: cluster 2024-03-21T12:59:12.677897+0000 mgr.y (mgr.24355) 320 : 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 2024-03-21T12:59:15.047 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:59:14 smithi178 bash[14766]: ::ffff:172.21.15.184 - - [21/Mar/2024:12:59:14] "GET /metrics HTTP/1.1" 200 214902 "" "Prometheus/2.33.4" 2024-03-21T12:59:15.322 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 12:59:15 smithi184 bash[15792]: ::ffff:172.21.15.184 - - [21/Mar/2024:12:59:15] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-21T12:59:15.323 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 12:59:15 smithi184 systemd[1]: Stopping Ceph mgr.x for a94f249e-e780-11ee-95cd-87774f69a715... 2024-03-21T12:59:15.323 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 12:59:15 smithi184 bash[45183]: Error response from daemon: No such container: ceph-a94f249e-e780-11ee-95cd-87774f69a715-mgr.x 2024-03-21T12:59:15.928 INFO:journalctl@ceph.alertmanager.a.smithi178.stdout:Mar 21 12:59:15 smithi178 bash[43533]: level=warn ts=2024-03-21T12:59:15.547Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=4 err="Post \"https://172.21.15.184:8443/api/prometheus_receiver\": dial tcp 172.21.15.184:8443: connect: connection refused" 2024-03-21T12:59:16.272 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 12:59:15 smithi184 bash[45191]: ceph-a94f249e-e780-11ee-95cd-87774f69a715-mgr-x 2024-03-21T12:59:16.272 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 12:59:15 smithi184 bash[45237]: Error response from daemon: No such container: ceph-a94f249e-e780-11ee-95cd-87774f69a715-mgr.x 2024-03-21T12:59:16.272 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 12:59:16 smithi184 systemd[1]: ceph-a94f249e-e780-11ee-95cd-87774f69a715@mgr.x.service: Main process exited, code=exited, status=143/n/a 2024-03-21T12:59:16.272 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 12:59:16 smithi184 systemd[1]: ceph-a94f249e-e780-11ee-95cd-87774f69a715@mgr.x.service: Failed with result 'exit-code'. 2024-03-21T12:59:16.272 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 12:59:16 smithi184 systemd[1]: Stopped Ceph mgr.x for a94f249e-e780-11ee-95cd-87774f69a715. 2024-03-21T12:59:16.273 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:15 smithi184 bash[14608]: cluster 2024-03-21T12:59:14.678617+0000 mgr.y (mgr.24355) 321 : cluster [DBG] pgmap v250: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T12:59:16.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:15 smithi178 bash[14494]: cluster 2024-03-21T12:59:14.678617+0000 mgr.y (mgr.24355) 321 : cluster [DBG] pgmap v250: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T12:59:16.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:15 smithi178 bash[20270]: cluster 2024-03-21T12:59:14.678617+0000 mgr.y (mgr.24355) 321 : cluster [DBG] pgmap v250: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T12:59:16.572 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 12:59:16 smithi184 systemd[1]: Started Ceph mgr.x for a94f249e-e780-11ee-95cd-87774f69a715. 2024-03-21T12:59:17.651 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 12:59:17 smithi184 bash[45303]: debug 2024-03-21T12:59:17.486+0000 7f9b6ee1d700 1 -- 172.21.15.184:0/2193051312 <== mon.2 v2:172.21.15.184:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55fe61fb65a0 con 0x55fe62d36800 2024-03-21T12:59:17.652 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:17 smithi184 bash[14608]: audit 2024-03-21T12:59:16.421497+0000 mon.a (mon.0) 1199 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:59:17.652 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:17 smithi184 bash[14608]: audit 2024-03-21T12:59:16.423795+0000 mon.a (mon.0) 1200 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:59:17.652 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:17 smithi184 bash[14608]: audit 2024-03-21T12:59:16.425213+0000 mon.a (mon.0) 1201 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:59:17.652 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:17 smithi184 bash[14608]: audit 2024-03-21T12:59:16.436694+0000 mon.a (mon.0) 1202 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:59:17.652 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:17 smithi184 bash[14608]: cephadm 2024-03-21T12:59:16.437442+0000 mgr.y (mgr.24355) 322 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T12:59:17.652 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:17 smithi184 bash[14608]: audit 2024-03-21T12:59:16.443477+0000 mon.a (mon.0) 1203 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:59:17.652 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:17 smithi184 bash[14608]: cephadm 2024-03-21T12:59:16.446784+0000 mgr.y (mgr.24355) 323 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2024-03-21T12:59:17.652 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:17 smithi184 bash[14608]: cephadm 2024-03-21T12:59:16.450039+0000 mgr.y (mgr.24355) 324 : cephadm [INF] Failing over to other MGR 2024-03-21T12:59:17.652 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:17 smithi184 bash[14608]: audit 2024-03-21T12:59:16.450512+0000 mon.a (mon.0) 1204 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "mgr fail", "who": "y"}]: dispatch 2024-03-21T12:59:17.652 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:17 smithi184 bash[14608]: cluster 2024-03-21T12:59:16.459899+0000 mon.a (mon.0) 1205 : cluster [DBG] osdmap e96: 8 total, 8 up, 8 in 2024-03-21T12:59:17.652 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:17 smithi184 bash[14608]: cluster 2024-03-21T12:59:16.616974+0000 mon.a (mon.0) 1206 : cluster [DBG] Standby manager daemon y started 2024-03-21T12:59:17.768 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:59:17 smithi178 bash[14766]: ignoring --setuser ceph since I am not root 2024-03-21T12:59:17.768 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:59:17 smithi178 bash[14766]: ignoring --setgroup ceph since I am not root 2024-03-21T12:59:17.769 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:59:17 smithi178 bash[14766]: debug 2024-03-21T12:59:17.488+0000 7f48a689c700 1 -- 172.21.15.178:0/1938689571 <== mon.1 v2:172.21.15.178:3301/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x560f2429a340 con 0x560f25016c00 2024-03-21T12:59:17.769 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:59:17 smithi178 bash[14766]: debug 2024-03-21T12:59:17.636+0000 7f48af2f8000 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-21T12:59:17.769 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:17 smithi178 bash[14494]: audit 2024-03-21T12:59:16.421497+0000 mon.a (mon.0) 1199 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:59:17.769 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:17 smithi178 bash[14494]: audit 2024-03-21T12:59:16.423795+0000 mon.a (mon.0) 1200 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:59:17.769 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:17 smithi178 bash[14494]: audit 2024-03-21T12:59:16.425213+0000 mon.a (mon.0) 1201 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:59:17.769 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:17 smithi178 bash[14494]: audit 2024-03-21T12:59:16.436694+0000 mon.a (mon.0) 1202 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:59:17.769 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:17 smithi178 bash[14494]: cephadm 2024-03-21T12:59:16.437442+0000 mgr.y (mgr.24355) 322 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T12:59:17.769 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:17 smithi178 bash[14494]: audit 2024-03-21T12:59:16.443477+0000 mon.a (mon.0) 1203 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:59:17.769 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:17 smithi178 bash[14494]: cephadm 2024-03-21T12:59:16.446784+0000 mgr.y (mgr.24355) 323 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2024-03-21T12:59:17.769 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:17 smithi178 bash[14494]: cephadm 2024-03-21T12:59:16.450039+0000 mgr.y (mgr.24355) 324 : cephadm [INF] Failing over to other MGR 2024-03-21T12:59:17.769 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:17 smithi178 bash[14494]: audit 2024-03-21T12:59:16.450512+0000 mon.a (mon.0) 1204 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "mgr fail", "who": "y"}]: dispatch 2024-03-21T12:59:17.770 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:17 smithi178 bash[14494]: cluster 2024-03-21T12:59:16.459899+0000 mon.a (mon.0) 1205 : cluster [DBG] osdmap e96: 8 total, 8 up, 8 in 2024-03-21T12:59:17.770 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:17 smithi178 bash[14494]: cluster 2024-03-21T12:59:16.616974+0000 mon.a (mon.0) 1206 : cluster [DBG] Standby manager daemon y started 2024-03-21T12:59:17.770 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:17 smithi178 bash[20270]: audit 2024-03-21T12:59:16.421497+0000 mon.a (mon.0) 1199 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:59:17.770 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:17 smithi178 bash[20270]: audit 2024-03-21T12:59:16.423795+0000 mon.a (mon.0) 1200 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:59:17.770 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:17 smithi178 bash[20270]: audit 2024-03-21T12:59:16.425213+0000 mon.a (mon.0) 1201 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:59:17.770 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:17 smithi178 bash[20270]: audit 2024-03-21T12:59:16.436694+0000 mon.a (mon.0) 1202 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' 2024-03-21T12:59:17.770 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:17 smithi178 bash[20270]: cephadm 2024-03-21T12:59:16.437442+0000 mgr.y (mgr.24355) 322 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T12:59:17.770 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:17 smithi178 bash[20270]: audit 2024-03-21T12:59:16.443477+0000 mon.a (mon.0) 1203 : audit [DBG] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:59:17.770 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:17 smithi178 bash[20270]: cephadm 2024-03-21T12:59:16.446784+0000 mgr.y (mgr.24355) 323 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2024-03-21T12:59:17.770 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:17 smithi178 bash[20270]: cephadm 2024-03-21T12:59:16.450039+0000 mgr.y (mgr.24355) 324 : cephadm [INF] Failing over to other MGR 2024-03-21T12:59:17.770 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:17 smithi178 bash[20270]: audit 2024-03-21T12:59:16.450512+0000 mon.a (mon.0) 1204 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd=[{"prefix": "mgr fail", "who": "y"}]: dispatch 2024-03-21T12:59:17.770 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:17 smithi178 bash[20270]: cluster 2024-03-21T12:59:16.459899+0000 mon.a (mon.0) 1205 : cluster [DBG] osdmap e96: 8 total, 8 up, 8 in 2024-03-21T12:59:17.771 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:17 smithi178 bash[20270]: cluster 2024-03-21T12:59:16.616974+0000 mon.a (mon.0) 1206 : cluster [DBG] Standby manager daemon y started 2024-03-21T12:59:18.047 INFO:journalctl@ceph.alertmanager.a.smithi178.stdout:Mar 21 12:59:17 smithi178 bash[43533]: level=warn ts=2024-03-21T12:59:17.766Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=5 err="Post \"https://172.21.15.178:8443//api/prometheus_receiver\": dial tcp 172.21.15.178:8443: connect: connection refused" 2024-03-21T12:59:18.072 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 12:59:17 smithi184 bash[45303]: debug 2024-03-21T12:59:17.646+0000 7f9b7902c200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-21T12:59:18.611 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:18 smithi178 bash[14494]: audit 2024-03-21T12:59:17.448166+0000 mon.a (mon.0) 1207 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd='[{"prefix": "mgr fail", "who": "y"}]': finished 2024-03-21T12:59:18.611 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:18 smithi178 bash[14494]: cluster 2024-03-21T12:59:17.448256+0000 mon.a (mon.0) 1208 : cluster [DBG] mgrmap e21: x(active, starting, since 0.996409s), standbys: y 2024-03-21T12:59:18.611 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:59:18 smithi178 bash[14766]: debug 2024-03-21T12:59:18.308+0000 7f48af2f8000 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-21T12:59:18.611 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:59:18 smithi178 bash[14766]: debug 2024-03-21T12:59:18.436+0000 7f48af2f8000 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-21T12:59:18.612 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:18 smithi178 bash[20270]: audit 2024-03-21T12:59:17.448166+0000 mon.a (mon.0) 1207 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd='[{"prefix": "mgr fail", "who": "y"}]': finished 2024-03-21T12:59:18.612 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:18 smithi178 bash[20270]: cluster 2024-03-21T12:59:17.448256+0000 mon.a (mon.0) 1208 : cluster [DBG] mgrmap e21: x(active, starting, since 0.996409s), standbys: y 2024-03-21T12:59:18.766 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 12:59:18 smithi184 bash[45303]: debug 2024-03-21T12:59:18.562+0000 7f9b7902c200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-03-21T12:59:18.766 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 12:59:18 smithi184 bash[45303]: debug 2024-03-21T12:59:18.662+0000 7f9b7902c200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-21T12:59:18.766 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:18 smithi184 bash[14608]: audit 2024-03-21T12:59:17.448166+0000 mon.a (mon.0) 1207 : audit [INF] from='mgr.24355 172.21.15.178:0/1617276417' entity='mgr.y' cmd='[{"prefix": "mgr fail", "who": "y"}]': finished 2024-03-21T12:59:18.766 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:18 smithi184 bash[14608]: cluster 2024-03-21T12:59:17.448256+0000 mon.a (mon.0) 1208 : cluster [DBG] mgrmap e21: x(active, starting, since 0.996409s), standbys: y 2024-03-21T12:59:18.943 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:59:18 smithi178 bash[14766]: debug 2024-03-21T12:59:18.604+0000 7f48af2f8000 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-21T12:59:19.046 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 12:59:18 smithi184 bash[45303]: debug 2024-03-21T12:59:18.762+0000 7f9b7902c200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-21T12:59:19.239 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:59:18 smithi178 bash[14766]: debug 2024-03-21T12:59:18.936+0000 7f48af2f8000 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-21T12:59:19.239 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:59:19 smithi178 bash[14766]: debug 2024-03-21T12:59:19.032+0000 7f48af2f8000 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-21T12:59:19.322 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 12:59:19 smithi184 bash[45303]: debug 2024-03-21T12:59:19.042+0000 7f9b7902c200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-21T12:59:19.547 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:59:19 smithi178 bash[14766]: debug 2024-03-21T12:59:19.232+0000 7f48af2f8000 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-21T12:59:19.788 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 12:59:19 smithi184 bash[45303]: debug 2024-03-21T12:59:19.414+0000 7f9b7902c200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-21T12:59:19.788 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 12:59:19 smithi184 bash[45303]: debug 2024-03-21T12:59:19.574+0000 7f9b7902c200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-21T12:59:20.072 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 12:59:19 smithi184 bash[45303]: debug 2024-03-21T12:59:19.786+0000 7f9b7902c200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-21T12:59:20.409 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:59:20 smithi178 bash[14766]: debug 2024-03-21T12:59:20.088+0000 7f48af2f8000 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-21T12:59:20.410 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:59:20 smithi178 bash[14766]: debug 2024-03-21T12:59:20.196+0000 7f48af2f8000 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-21T12:59:20.781 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:59:20 smithi178 bash[14766]: debug 2024-03-21T12:59:20.404+0000 7f48af2f8000 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-21T12:59:21.047 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:59:20 smithi178 bash[14766]: debug 2024-03-21T12:59:20.776+0000 7f48af2f8000 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-21T12:59:21.322 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 12:59:20 smithi184 bash[45303]: debug 2024-03-21T12:59:20.822+0000 7f9b7902c200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-21T12:59:21.322 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 12:59:20 smithi184 bash[45303]: debug 2024-03-21T12:59:20.930+0000 7f9b7902c200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-21T12:59:21.322 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 12:59:21 smithi184 bash[45303]: debug 2024-03-21T12:59:21.046+0000 7f9b7902c200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-21T12:59:21.485 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:59:21 smithi178 bash[14766]: debug 2024-03-21T12:59:21.108+0000 7f48af2f8000 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-21T12:59:21.756 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:59:21 smithi178 bash[14766]: debug 2024-03-21T12:59:21.476+0000 7f48af2f8000 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-21T12:59:21.822 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 12:59:21 smithi184 bash[45303]: debug 2024-03-21T12:59:21.526+0000 7f9b7902c200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-21T12:59:21.822 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 12:59:21 smithi184 bash[45303]: debug 2024-03-21T12:59:21.746+0000 7f9b7902c200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-21T12:59:22.047 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:59:21 smithi178 bash[14766]: debug 2024-03-21T12:59:21.748+0000 7f48af2f8000 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-21T12:59:22.572 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 12:59:22 smithi184 bash[45303]: debug 2024-03-21T12:59:22.202+0000 7f9b7902c200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-21T12:59:22.706 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:59:22 smithi178 bash[14766]: debug 2024-03-21T12:59:22.432+0000 7f48af2f8000 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-21T12:59:22.706 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:59:22 smithi178 bash[14766]: debug 2024-03-21T12:59:22.536+0000 7f48af2f8000 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-21T12:59:22.960 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:59:22 smithi178 bash[14766]: debug 2024-03-21T12:59:22.700+0000 7f48af2f8000 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-21T12:59:22.960 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:59:22 smithi178 bash[14766]: debug 2024-03-21T12:59:22.808+0000 7f48af2f8000 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-21T12:59:23.072 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 12:59:22 smithi184 bash[45303]: debug 2024-03-21T12:59:22.714+0000 7f9b7902c200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-21T12:59:23.256 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:59:22 smithi178 bash[14766]: debug 2024-03-21T12:59:22.952+0000 7f48af2f8000 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-21T12:59:23.519 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:59:23 smithi178 bash[14766]: debug 2024-03-21T12:59:23.248+0000 7f48af2f8000 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-21T12:59:23.519 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:59:23 smithi178 bash[14766]: debug 2024-03-21T12:59:23.376+0000 7f48af2f8000 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-21T12:59:23.534 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 12:59:23 smithi184 bash[45303]: debug 2024-03-21T12:59:23.262+0000 7f9b7902c200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-21T12:59:23.534 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 12:59:23 smithi184 bash[45303]: debug 2024-03-21T12:59:23.370+0000 7f9b7902c200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-21T12:59:23.797 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:59:23 smithi178 bash[14766]: debug 2024-03-21T12:59:23.564+0000 7f48af2f8000 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-21T12:59:23.798 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:59:23 smithi178 bash[14766]: debug 2024-03-21T12:59:23.684+0000 7f48af2f8000 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-21T12:59:23.798 INFO:journalctl@ceph.alertmanager.a.smithi178.stdout:Mar 21 12:59:23 smithi178 bash[43533]: level=error ts=2024-03-21T12:59:23.516Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=12 err="ceph-dashboard/webhook[0]: notify retry canceled after 7 attempts: Post \"https://172.21.15.178:8443//api/prometheus_receiver\": dial tcp 172.21.15.178:8443: connect: connection refused; ceph-dashboard/webhook[1]: notify retry canceled after 8 attempts: Post \"https://172.21.15.184:8443/api/prometheus_receiver\": dial tcp 172.21.15.184:8443: connect: connection refused" 2024-03-21T12:59:23.798 INFO:journalctl@ceph.alertmanager.a.smithi178.stdout:Mar 21 12:59:23 smithi178 bash[43533]: level=warn ts=2024-03-21T12:59:23.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.184:8443/api/prometheus_receiver\": dial tcp 172.21.15.184:8443: connect: connection refused" 2024-03-21T12:59:23.798 INFO:journalctl@ceph.alertmanager.a.smithi178.stdout:Mar 21 12:59:23 smithi178 bash[43533]: level=warn ts=2024-03-21T12:59:23.517Z 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.178:8443//api/prometheus_receiver\": dial tcp 172.21.15.178:8443: connect: connection refused" 2024-03-21T12:59:23.822 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 12:59:23 smithi184 bash[45303]: debug 2024-03-21T12:59:23.730+0000 7f9b7902c200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-21T12:59:24.108 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 12:59:23 smithi184 bash[45303]: debug 2024-03-21T12:59:23.846+0000 7f9b7902c200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-21T12:59:24.109 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 12:59:23 smithi184 bash[45303]: debug 2024-03-21T12:59:23.990+0000 7f9b7902c200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-21T12:59:24.426 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 12:59:24 smithi184 bash[45303]: debug 2024-03-21T12:59:24.106+0000 7f9b7902c200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-21T12:59:24.426 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 12:59:24 smithi184 bash[45303]: debug 2024-03-21T12:59:24.234+0000 7f9b7902c200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-21T12:59:24.822 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 12:59:24 smithi184 bash[45303]: debug 2024-03-21T12:59:24.422+0000 7f9b7902c200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-21T12:59:24.822 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 12:59:24 smithi184 bash[45303]: debug 2024-03-21T12:59:24.550+0000 7f9b7902c200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-21T12:59:24.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:24 smithi184 bash[14608]: cluster 2024-03-21T12:59:24.569849+0000 mon.a (mon.0) 1209 : cluster [DBG] Standby manager daemon y restarted 2024-03-21T12:59:24.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:24 smithi184 bash[14608]: cluster 2024-03-21T12:59:24.570012+0000 mon.a (mon.0) 1210 : cluster [DBG] Standby manager daemon y started 2024-03-21T12:59:24.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:24 smithi184 bash[14608]: audit 2024-03-21T12:59:24.572835+0000 mon.c (mon.1) 42 : audit [DBG] from='mgr.? 172.21.15.178:0/2905827202' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2024-03-21T12:59:24.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:24 smithi184 bash[14608]: audit 2024-03-21T12:59:24.574378+0000 mon.c (mon.1) 43 : audit [DBG] from='mgr.? 172.21.15.178:0/2905827202' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-21T12:59:24.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:24 smithi184 bash[14608]: audit 2024-03-21T12:59:24.579638+0000 mon.c (mon.1) 44 : audit [DBG] from='mgr.? 172.21.15.178:0/2905827202' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2024-03-21T12:59:24.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:24 smithi184 bash[14608]: audit 2024-03-21T12:59:24.582762+0000 mon.c (mon.1) 45 : audit [DBG] from='mgr.? 172.21.15.178:0/2905827202' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-21T12:59:24.836 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:59:24 smithi178 bash[14766]: debug 2024-03-21T12:59:24.544+0000 7f48af2f8000 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-21T12:59:24.836 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:59:24 smithi178 bash[14766]: [21/Mar/2024:12:59:24] ENGINE Bus STARTING 2024-03-21T12:59:24.836 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:59:24 smithi178 bash[14766]: CherryPy Checker: 2024-03-21T12:59:24.836 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:59:24 smithi178 bash[14766]: The Application mounted at '' has an empty config. 2024-03-21T12:59:24.836 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:59:24 smithi178 bash[14766]: [21/Mar/2024:12:59:24] ENGINE Serving on http://:::9283 2024-03-21T12:59:24.836 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:59:24 smithi178 bash[14766]: [21/Mar/2024:12:59:24] ENGINE Bus STARTED 2024-03-21T12:59:24.836 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:59:24 smithi178 bash[14766]: ::ffff:172.21.15.184 - - [21/Mar/2024:12:59:24] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-21T12:59:24.836 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:24 smithi178 bash[14494]: cluster 2024-03-21T12:59:24.569849+0000 mon.a (mon.0) 1209 : cluster [DBG] Standby manager daemon y restarted 2024-03-21T12:59:24.836 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:24 smithi178 bash[14494]: cluster 2024-03-21T12:59:24.570012+0000 mon.a (mon.0) 1210 : cluster [DBG] Standby manager daemon y started 2024-03-21T12:59:24.836 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:24 smithi178 bash[14494]: audit 2024-03-21T12:59:24.572835+0000 mon.c (mon.1) 42 : audit [DBG] from='mgr.? 172.21.15.178:0/2905827202' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2024-03-21T12:59:24.837 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:24 smithi178 bash[14494]: audit 2024-03-21T12:59:24.574378+0000 mon.c (mon.1) 43 : audit [DBG] from='mgr.? 172.21.15.178:0/2905827202' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-21T12:59:24.837 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:24 smithi178 bash[14494]: audit 2024-03-21T12:59:24.579638+0000 mon.c (mon.1) 44 : audit [DBG] from='mgr.? 172.21.15.178:0/2905827202' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2024-03-21T12:59:24.837 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:24 smithi178 bash[14494]: audit 2024-03-21T12:59:24.582762+0000 mon.c (mon.1) 45 : audit [DBG] from='mgr.? 172.21.15.178:0/2905827202' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-21T12:59:24.837 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:24 smithi178 bash[20270]: cluster 2024-03-21T12:59:24.569849+0000 mon.a (mon.0) 1209 : cluster [DBG] Standby manager daemon y restarted 2024-03-21T12:59:24.837 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:24 smithi178 bash[20270]: cluster 2024-03-21T12:59:24.570012+0000 mon.a (mon.0) 1210 : cluster [DBG] Standby manager daemon y started 2024-03-21T12:59:24.837 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:24 smithi178 bash[20270]: audit 2024-03-21T12:59:24.572835+0000 mon.c (mon.1) 42 : audit [DBG] from='mgr.? 172.21.15.178:0/2905827202' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2024-03-21T12:59:24.837 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:24 smithi178 bash[20270]: audit 2024-03-21T12:59:24.574378+0000 mon.c (mon.1) 43 : audit [DBG] from='mgr.? 172.21.15.178:0/2905827202' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-21T12:59:24.837 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:24 smithi178 bash[20270]: audit 2024-03-21T12:59:24.579638+0000 mon.c (mon.1) 44 : audit [DBG] from='mgr.? 172.21.15.178:0/2905827202' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2024-03-21T12:59:24.837 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:24 smithi178 bash[20270]: audit 2024-03-21T12:59:24.582762+0000 mon.c (mon.1) 45 : audit [DBG] from='mgr.? 172.21.15.178:0/2905827202' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-21T12:59:25.298 INFO:journalctl@ceph.alertmanager.a.smithi178.stdout:Mar 21 12:59:24 smithi178 bash[43533]: level=warn ts=2024-03-21T12:59:24.833Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=3 err="Post \"https://172.21.15.178:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.178 because it doesn't contain any IP SANs" 2024-03-21T12:59:26.040 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 12:59:25 smithi184 bash[45303]: debug 2024-03-21T12:59:25.882+0000 7f9b7902c200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-21T12:59:26.040 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:25 smithi184 bash[14608]: cluster 2024-03-21T12:59:24.636495+0000 mon.a (mon.0) 1211 : cluster [DBG] mgrmap e22: x(active, starting, since 8s), standbys: y 2024-03-21T12:59:26.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:25 smithi178 bash[14494]: cluster 2024-03-21T12:59:24.636495+0000 mon.a (mon.0) 1211 : cluster [DBG] mgrmap e22: x(active, starting, since 8s), standbys: y 2024-03-21T12:59:26.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:25 smithi178 bash[20270]: cluster 2024-03-21T12:59:24.636495+0000 mon.a (mon.0) 1211 : cluster [DBG] mgrmap e22: x(active, starting, since 8s), standbys: y 2024-03-21T12:59:26.996 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 12:59:26 smithi184 bash[45303]: [21/Mar/2024:12:59:26] ENGINE Bus STARTING 2024-03-21T12:59:26.996 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:26 smithi184 bash[14608]: cluster 2024-03-21T12:59:25.887083+0000 mon.a (mon.0) 1212 : cluster [INF] Active manager daemon x restarted 2024-03-21T12:59:26.996 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:26 smithi184 bash[14608]: cluster 2024-03-21T12:59:25.888441+0000 mon.a (mon.0) 1213 : cluster [INF] Activating manager daemon x 2024-03-21T12:59:26.996 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:26 smithi184 bash[14608]: cluster 2024-03-21T12:59:25.896906+0000 mon.a (mon.0) 1214 : cluster [DBG] osdmap e97: 8 total, 8 up, 8 in 2024-03-21T12:59:26.999 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:26 smithi178 bash[14494]: cluster 2024-03-21T12:59:25.887083+0000 mon.a (mon.0) 1212 : cluster [INF] Active manager daemon x restarted 2024-03-21T12:59:26.999 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:26 smithi178 bash[14494]: cluster 2024-03-21T12:59:25.888441+0000 mon.a (mon.0) 1213 : cluster [INF] Activating manager daemon x 2024-03-21T12:59:27.000 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:26 smithi178 bash[14494]: cluster 2024-03-21T12:59:25.896906+0000 mon.a (mon.0) 1214 : cluster [DBG] osdmap e97: 8 total, 8 up, 8 in 2024-03-21T12:59:27.000 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:26 smithi178 bash[20270]: cluster 2024-03-21T12:59:25.887083+0000 mon.a (mon.0) 1212 : cluster [INF] Active manager daemon x restarted 2024-03-21T12:59:27.000 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:26 smithi178 bash[20270]: cluster 2024-03-21T12:59:25.888441+0000 mon.a (mon.0) 1213 : cluster [INF] Activating manager daemon x 2024-03-21T12:59:27.000 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:26 smithi178 bash[20270]: cluster 2024-03-21T12:59:25.896906+0000 mon.a (mon.0) 1214 : cluster [DBG] osdmap e97: 8 total, 8 up, 8 in 2024-03-21T12:59:27.322 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 12:59:27 smithi184 bash[45303]: CherryPy Checker: 2024-03-21T12:59:27.322 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 12:59:27 smithi184 bash[45303]: The Application mounted at '' has an empty config. 2024-03-21T12:59:27.322 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 12:59:27 smithi184 bash[45303]: [21/Mar/2024:12:59:27] ENGINE Serving on http://:::9283 2024-03-21T12:59:27.322 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 12:59:27 smithi184 bash[45303]: [21/Mar/2024:12:59:27] ENGINE Bus STARTED 2024-03-21T12:59:27.807 INFO:teuthology.orchestra.run.smithi178.stdout:true 2024-03-21T12:59:28.047 INFO:journalctl@ceph.alertmanager.a.smithi178.stdout:Mar 21 12:59:27 smithi178 bash[43533]: level=warn ts=2024-03-21T12:59:27.974Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=5 err="Post \"https://172.21.15.184:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.184 because it doesn't contain any IP SANs" 2024-03-21T12:59:28.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:27 smithi178 bash[14494]: cluster 2024-03-21T12:59:26.736000+0000 mon.a (mon.0) 1215 : cluster [DBG] mgrmap e23: x(active, starting, since 0.84792s), standbys: y 2024-03-21T12:59:28.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:27 smithi178 bash[14494]: audit 2024-03-21T12:59:26.741558+0000 mon.c (mon.1) 46 : audit [DBG] from='mgr.15204 172.21.15.184:0/3613763361' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T12:59:28.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:27 smithi178 bash[14494]: audit 2024-03-21T12:59:26.741744+0000 mon.c (mon.1) 47 : audit [DBG] from='mgr.15204 172.21.15.184:0/3613763361' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T12:59:28.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:27 smithi178 bash[14494]: audit 2024-03-21T12:59:26.741941+0000 mon.c (mon.1) 48 : audit [DBG] from='mgr.15204 172.21.15.184:0/3613763361' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T12:59:28.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:27 smithi178 bash[14494]: audit 2024-03-21T12:59:26.744470+0000 mon.c (mon.1) 49 : audit [DBG] from='mgr.15204 172.21.15.184:0/3613763361' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-03-21T12:59:28.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:27 smithi178 bash[14494]: audit 2024-03-21T12:59:26.744694+0000 mon.c (mon.1) 50 : audit [DBG] from='mgr.15204 172.21.15.184:0/3613763361' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-03-21T12:59:28.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:27 smithi178 bash[14494]: audit 2024-03-21T12:59:26.744955+0000 mon.c (mon.1) 51 : audit [DBG] from='mgr.15204 172.21.15.184:0/3613763361' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T12:59:28.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:27 smithi178 bash[14494]: audit 2024-03-21T12:59:26.745249+0000 mon.c (mon.1) 52 : audit [DBG] from='mgr.15204 172.21.15.184:0/3613763361' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T12:59:28.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:27 smithi178 bash[14494]: audit 2024-03-21T12:59:26.745523+0000 mon.c (mon.1) 53 : audit [DBG] from='mgr.15204 172.21.15.184:0/3613763361' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T12:59:28.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:27 smithi178 bash[14494]: audit 2024-03-21T12:59:26.745800+0000 mon.c (mon.1) 54 : audit [DBG] from='mgr.15204 172.21.15.184:0/3613763361' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-21T12:59:28.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:27 smithi178 bash[14494]: audit 2024-03-21T12:59:26.746075+0000 mon.c (mon.1) 55 : audit [DBG] from='mgr.15204 172.21.15.184:0/3613763361' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-21T12:59:28.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:27 smithi178 bash[14494]: audit 2024-03-21T12:59:26.746352+0000 mon.c (mon.1) 56 : audit [DBG] from='mgr.15204 172.21.15.184:0/3613763361' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-21T12:59:28.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:27 smithi178 bash[14494]: audit 2024-03-21T12:59:26.746615+0000 mon.c (mon.1) 57 : audit [DBG] from='mgr.15204 172.21.15.184:0/3613763361' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-21T12:59:28.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:27 smithi178 bash[14494]: audit 2024-03-21T12:59:26.746981+0000 mon.c (mon.1) 58 : audit [DBG] from='mgr.15204 172.21.15.184:0/3613763361' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-21T12:59:28.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:27 smithi178 bash[14494]: audit 2024-03-21T12:59:26.747360+0000 mon.c (mon.1) 59 : audit [DBG] from='mgr.15204 172.21.15.184:0/3613763361' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-21T12:59:28.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:27 smithi178 bash[14494]: audit 2024-03-21T12:59:26.747643+0000 mon.c (mon.1) 60 : audit [DBG] from='mgr.15204 172.21.15.184:0/3613763361' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-21T12:59:28.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:27 smithi178 bash[14494]: audit 2024-03-21T12:59:26.748242+0000 mon.c (mon.1) 61 : audit [DBG] from='mgr.15204 172.21.15.184:0/3613763361' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-21T12:59:28.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:27 smithi178 bash[14494]: cluster 2024-03-21T12:59:26.761187+0000 mon.a (mon.0) 1216 : cluster [INF] Manager daemon x is now available 2024-03-21T12:59:28.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:27 smithi178 bash[14494]: audit 2024-03-21T12:59:26.816616+0000 mon.a (mon.0) 1217 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T12:59:28.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:27 smithi178 bash[20270]: cluster 2024-03-21T12:59:26.736000+0000 mon.a (mon.0) 1215 : cluster [DBG] mgrmap e23: x(active, starting, since 0.84792s), standbys: y 2024-03-21T12:59:28.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:27 smithi178 bash[20270]: audit 2024-03-21T12:59:26.741558+0000 mon.c (mon.1) 46 : audit [DBG] from='mgr.15204 172.21.15.184:0/3613763361' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T12:59:28.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:27 smithi178 bash[20270]: audit 2024-03-21T12:59:26.741744+0000 mon.c (mon.1) 47 : audit [DBG] from='mgr.15204 172.21.15.184:0/3613763361' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T12:59:28.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:27 smithi178 bash[20270]: audit 2024-03-21T12:59:26.741941+0000 mon.c (mon.1) 48 : audit [DBG] from='mgr.15204 172.21.15.184:0/3613763361' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T12:59:28.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:27 smithi178 bash[20270]: audit 2024-03-21T12:59:26.744470+0000 mon.c (mon.1) 49 : audit [DBG] from='mgr.15204 172.21.15.184:0/3613763361' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-03-21T12:59:28.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:27 smithi178 bash[20270]: audit 2024-03-21T12:59:26.744694+0000 mon.c (mon.1) 50 : audit [DBG] from='mgr.15204 172.21.15.184:0/3613763361' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-03-21T12:59:28.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:27 smithi178 bash[20270]: audit 2024-03-21T12:59:26.744955+0000 mon.c (mon.1) 51 : audit [DBG] from='mgr.15204 172.21.15.184:0/3613763361' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T12:59:28.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:27 smithi178 bash[20270]: audit 2024-03-21T12:59:26.745249+0000 mon.c (mon.1) 52 : audit [DBG] from='mgr.15204 172.21.15.184:0/3613763361' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T12:59:28.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:27 smithi178 bash[20270]: audit 2024-03-21T12:59:26.745523+0000 mon.c (mon.1) 53 : audit [DBG] from='mgr.15204 172.21.15.184:0/3613763361' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T12:59:28.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:27 smithi178 bash[20270]: audit 2024-03-21T12:59:26.745800+0000 mon.c (mon.1) 54 : audit [DBG] from='mgr.15204 172.21.15.184:0/3613763361' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-21T12:59:28.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:27 smithi178 bash[20270]: audit 2024-03-21T12:59:26.746075+0000 mon.c (mon.1) 55 : audit [DBG] from='mgr.15204 172.21.15.184:0/3613763361' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-21T12:59:28.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:27 smithi178 bash[20270]: audit 2024-03-21T12:59:26.746352+0000 mon.c (mon.1) 56 : audit [DBG] from='mgr.15204 172.21.15.184:0/3613763361' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-21T12:59:28.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:27 smithi178 bash[20270]: audit 2024-03-21T12:59:26.746615+0000 mon.c (mon.1) 57 : audit [DBG] from='mgr.15204 172.21.15.184:0/3613763361' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-21T12:59:28.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:27 smithi178 bash[20270]: audit 2024-03-21T12:59:26.746981+0000 mon.c (mon.1) 58 : audit [DBG] from='mgr.15204 172.21.15.184:0/3613763361' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-21T12:59:28.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:27 smithi178 bash[20270]: audit 2024-03-21T12:59:26.747360+0000 mon.c (mon.1) 59 : audit [DBG] from='mgr.15204 172.21.15.184:0/3613763361' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-21T12:59:28.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:27 smithi178 bash[20270]: audit 2024-03-21T12:59:26.747643+0000 mon.c (mon.1) 60 : audit [DBG] from='mgr.15204 172.21.15.184:0/3613763361' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-21T12:59:28.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:27 smithi178 bash[20270]: audit 2024-03-21T12:59:26.748242+0000 mon.c (mon.1) 61 : audit [DBG] from='mgr.15204 172.21.15.184:0/3613763361' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-21T12:59:28.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:27 smithi178 bash[20270]: cluster 2024-03-21T12:59:26.761187+0000 mon.a (mon.0) 1216 : cluster [INF] Manager daemon x is now available 2024-03-21T12:59:28.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:27 smithi178 bash[20270]: audit 2024-03-21T12:59:26.816616+0000 mon.a (mon.0) 1217 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T12:59:28.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:27 smithi178 bash[14494]: cephadm 2024-03-21T12:59:26.819287+0000 mgr.x (mgr.15204) 1 : cephadm [INF] Queued rgw.foo for migration 2024-03-21T12:59:28.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:27 smithi178 bash[14494]: audit 2024-03-21T12:59:26.823683+0000 mon.a (mon.0) 1218 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T12:59:28.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:27 smithi178 bash[14494]: cephadm 2024-03-21T12:59:26.826629+0000 mgr.x (mgr.15204) 2 : cephadm [INF] Queued rgw.smpl for migration 2024-03-21T12:59:28.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:27 smithi178 bash[14494]: cephadm 2024-03-21T12:59:26.827438+0000 mgr.x (mgr.15204) 3 : cephadm [INF] No Migration is needed for rgw spec: {'placement': {'count': 2}, 'service_id': 'foo', 'service_name': 'rgw.foo', 'service_type': 'rgw', 'spec': {'rgw_frontend_port': 8000, 'rgw_realm': 'r', 'rgw_zone': 'z'}} 2024-03-21T12:59:28.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:27 smithi178 bash[14494]: cephadm 2024-03-21T12:59:26.827536+0000 mgr.x (mgr.15204) 4 : cephadm [INF] No Migration is needed for rgw spec: {'placement': {'count': 2}, 'service_id': 'smpl', 'service_name': 'rgw.smpl', 'service_type': 'rgw'} 2024-03-21T12:59:28.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:27 smithi178 bash[14494]: audit 2024-03-21T12:59:26.832318+0000 mon.a (mon.0) 1219 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T12:59:28.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:27 smithi178 bash[14494]: audit 2024-03-21T12:59:26.844032+0000 mon.a (mon.0) 1220 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T12:59:28.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:27 smithi178 bash[14494]: audit 2024-03-21T12:59:26.857611+0000 mon.c (mon.1) 62 : audit [INF] from='mgr.15204 172.21.15.184:0/3613763361' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd/host:smithi184", "name": "osd_memory_target"}]: dispatch 2024-03-21T12:59:28.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:27 smithi178 bash[14494]: audit 2024-03-21T12:59:26.857959+0000 mon.c (mon.1) 63 : audit [INF] from='mgr.15204 172.21.15.184:0/3613763361' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd/host:smithi178", "name": "osd_memory_target"}]: dispatch 2024-03-21T12:59:28.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:27 smithi178 bash[14494]: audit 2024-03-21T12:59:26.858169+0000 mon.a (mon.0) 1221 : audit [INF] from='mgr.15204 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd/host:smithi184", "name": "osd_memory_target"}]: dispatch 2024-03-21T12:59:28.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:27 smithi178 bash[14494]: audit 2024-03-21T12:59:26.858694+0000 mon.a (mon.0) 1222 : audit [INF] from='mgr.15204 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd/host:smithi178", "name": "osd_memory_target"}]: dispatch 2024-03-21T12:59:28.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:27 smithi178 bash[14494]: audit 2024-03-21T12:59:26.865712+0000 mon.c (mon.1) 64 : audit [DBG] from='mgr.15204 172.21.15.184:0/3613763361' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:59:28.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:27 smithi178 bash[14494]: audit 2024-03-21T12:59:26.868372+0000 mon.c (mon.1) 65 : audit [INF] from='mgr.15204 172.21.15.184:0/3613763361' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:59:28.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:27 smithi178 bash[14494]: cephadm 2024-03-21T12:59:26.879747+0000 mgr.x (mgr.15204) 5 : cephadm [INF] Updating smithi178:/etc/ceph/ceph.conf 2024-03-21T12:59:28.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:27 smithi178 bash[14494]: audit 2024-03-21T12:59:26.880326+0000 mon.c (mon.1) 66 : audit [DBG] from='mgr.15204 172.21.15.184:0/3613763361' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T12:59:28.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:27 smithi178 bash[14494]: cephadm 2024-03-21T12:59:26.889918+0000 mgr.x (mgr.15204) 6 : cephadm [INF] Updating smithi184:/etc/ceph/ceph.conf 2024-03-21T12:59:28.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:27 smithi178 bash[14494]: audit 2024-03-21T12:59:26.892957+0000 mon.c (mon.1) 67 : audit [INF] from='mgr.15204 172.21.15.184:0/3613763361' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-03-21T12:59:28.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:27 smithi178 bash[14494]: audit 2024-03-21T12:59:26.893792+0000 mon.a (mon.0) 1223 : audit [INF] from='mgr.15204 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-03-21T12:59:28.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:27 smithi178 bash[14494]: audit 2024-03-21T12:59:26.956545+0000 mon.c (mon.1) 68 : audit [INF] from='mgr.15204 172.21.15.184:0/3613763361' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-03-21T12:59:28.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:27 smithi178 bash[14494]: audit 2024-03-21T12:59:26.957449+0000 mon.a (mon.0) 1224 : audit [INF] from='mgr.15204 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-03-21T12:59:28.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:27 smithi178 bash[14494]: audit 2024-03-21T12:59:27.103236+0000 mon.a (mon.0) 1225 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T12:59:28.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:27 smithi178 bash[14494]: audit 2024-03-21T12:59:27.113037+0000 mon.a (mon.0) 1226 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T12:59:28.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:27 smithi178 bash[14494]: cephadm 2024-03-21T12:59:27.446139+0000 mgr.x (mgr.15204) 7 : cephadm [INF] [21/Mar/2024:12:59:27] ENGINE Bus STARTING 2024-03-21T12:59:28.054 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:27 smithi178 bash[20270]: cephadm 2024-03-21T12:59:26.819287+0000 mgr.x (mgr.15204) 1 : cephadm [INF] Queued rgw.foo for migration 2024-03-21T12:59:28.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:27 smithi178 bash[20270]: audit 2024-03-21T12:59:26.823683+0000 mon.a (mon.0) 1218 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T12:59:28.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:27 smithi178 bash[20270]: cephadm 2024-03-21T12:59:26.826629+0000 mgr.x (mgr.15204) 2 : cephadm [INF] Queued rgw.smpl for migration 2024-03-21T12:59:28.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:27 smithi178 bash[20270]: cephadm 2024-03-21T12:59:26.827438+0000 mgr.x (mgr.15204) 3 : cephadm [INF] No Migration is needed for rgw spec: {'placement': {'count': 2}, 'service_id': 'foo', 'service_name': 'rgw.foo', 'service_type': 'rgw', 'spec': {'rgw_frontend_port': 8000, 'rgw_realm': 'r', 'rgw_zone': 'z'}} 2024-03-21T12:59:28.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:27 smithi178 bash[20270]: cephadm 2024-03-21T12:59:26.827536+0000 mgr.x (mgr.15204) 4 : cephadm [INF] No Migration is needed for rgw spec: {'placement': {'count': 2}, 'service_id': 'smpl', 'service_name': 'rgw.smpl', 'service_type': 'rgw'} 2024-03-21T12:59:28.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:27 smithi178 bash[20270]: audit 2024-03-21T12:59:26.832318+0000 mon.a (mon.0) 1219 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T12:59:28.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:27 smithi178 bash[20270]: audit 2024-03-21T12:59:26.844032+0000 mon.a (mon.0) 1220 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T12:59:28.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:27 smithi178 bash[20270]: audit 2024-03-21T12:59:26.857611+0000 mon.c (mon.1) 62 : audit [INF] from='mgr.15204 172.21.15.184:0/3613763361' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd/host:smithi184", "name": "osd_memory_target"}]: dispatch 2024-03-21T12:59:28.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:27 smithi178 bash[20270]: audit 2024-03-21T12:59:26.857959+0000 mon.c (mon.1) 63 : audit [INF] from='mgr.15204 172.21.15.184:0/3613763361' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd/host:smithi178", "name": "osd_memory_target"}]: dispatch 2024-03-21T12:59:28.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:27 smithi178 bash[20270]: audit 2024-03-21T12:59:26.858169+0000 mon.a (mon.0) 1221 : audit [INF] from='mgr.15204 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd/host:smithi184", "name": "osd_memory_target"}]: dispatch 2024-03-21T12:59:28.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:27 smithi178 bash[20270]: audit 2024-03-21T12:59:26.858694+0000 mon.a (mon.0) 1222 : audit [INF] from='mgr.15204 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd/host:smithi178", "name": "osd_memory_target"}]: dispatch 2024-03-21T12:59:28.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:27 smithi178 bash[20270]: audit 2024-03-21T12:59:26.865712+0000 mon.c (mon.1) 64 : audit [DBG] from='mgr.15204 172.21.15.184:0/3613763361' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:59:28.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:27 smithi178 bash[20270]: audit 2024-03-21T12:59:26.868372+0000 mon.c (mon.1) 65 : audit [INF] from='mgr.15204 172.21.15.184:0/3613763361' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:59:28.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:27 smithi178 bash[20270]: cephadm 2024-03-21T12:59:26.879747+0000 mgr.x (mgr.15204) 5 : cephadm [INF] Updating smithi178:/etc/ceph/ceph.conf 2024-03-21T12:59:28.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:27 smithi178 bash[20270]: audit 2024-03-21T12:59:26.880326+0000 mon.c (mon.1) 66 : audit [DBG] from='mgr.15204 172.21.15.184:0/3613763361' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T12:59:28.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:27 smithi178 bash[20270]: cephadm 2024-03-21T12:59:26.889918+0000 mgr.x (mgr.15204) 6 : cephadm [INF] Updating smithi184:/etc/ceph/ceph.conf 2024-03-21T12:59:28.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:27 smithi178 bash[20270]: audit 2024-03-21T12:59:26.892957+0000 mon.c (mon.1) 67 : audit [INF] from='mgr.15204 172.21.15.184:0/3613763361' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-03-21T12:59:28.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:27 smithi178 bash[20270]: audit 2024-03-21T12:59:26.893792+0000 mon.a (mon.0) 1223 : audit [INF] from='mgr.15204 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-03-21T12:59:28.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:27 smithi178 bash[20270]: audit 2024-03-21T12:59:26.956545+0000 mon.c (mon.1) 68 : audit [INF] from='mgr.15204 172.21.15.184:0/3613763361' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-03-21T12:59:28.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:27 smithi178 bash[20270]: audit 2024-03-21T12:59:26.957449+0000 mon.a (mon.0) 1224 : audit [INF] from='mgr.15204 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-03-21T12:59:28.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:27 smithi178 bash[20270]: audit 2024-03-21T12:59:27.103236+0000 mon.a (mon.0) 1225 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T12:59:28.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:27 smithi178 bash[20270]: audit 2024-03-21T12:59:27.113037+0000 mon.a (mon.0) 1226 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T12:59:28.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:27 smithi178 bash[20270]: cephadm 2024-03-21T12:59:27.446139+0000 mgr.x (mgr.15204) 7 : cephadm [INF] [21/Mar/2024:12:59:27] ENGINE Bus STARTING 2024-03-21T12:59:28.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:27 smithi184 bash[14608]: cluster 2024-03-21T12:59:26.736000+0000 mon.a (mon.0) 1215 : cluster [DBG] mgrmap e23: x(active, starting, since 0.84792s), standbys: y 2024-03-21T12:59:28.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:27 smithi184 bash[14608]: audit 2024-03-21T12:59:26.741558+0000 mon.c (mon.1) 46 : audit [DBG] from='mgr.15204 172.21.15.184:0/3613763361' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T12:59:28.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:27 smithi184 bash[14608]: audit 2024-03-21T12:59:26.741744+0000 mon.c (mon.1) 47 : audit [DBG] from='mgr.15204 172.21.15.184:0/3613763361' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T12:59:28.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:27 smithi184 bash[14608]: audit 2024-03-21T12:59:26.741941+0000 mon.c (mon.1) 48 : audit [DBG] from='mgr.15204 172.21.15.184:0/3613763361' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T12:59:28.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:27 smithi184 bash[14608]: audit 2024-03-21T12:59:26.744470+0000 mon.c (mon.1) 49 : audit [DBG] from='mgr.15204 172.21.15.184:0/3613763361' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-03-21T12:59:28.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:27 smithi184 bash[14608]: audit 2024-03-21T12:59:26.744694+0000 mon.c (mon.1) 50 : audit [DBG] from='mgr.15204 172.21.15.184:0/3613763361' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-03-21T12:59:28.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:27 smithi184 bash[14608]: audit 2024-03-21T12:59:26.744955+0000 mon.c (mon.1) 51 : audit [DBG] from='mgr.15204 172.21.15.184:0/3613763361' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T12:59:28.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:27 smithi184 bash[14608]: audit 2024-03-21T12:59:26.745249+0000 mon.c (mon.1) 52 : audit [DBG] from='mgr.15204 172.21.15.184:0/3613763361' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T12:59:28.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:27 smithi184 bash[14608]: audit 2024-03-21T12:59:26.745523+0000 mon.c (mon.1) 53 : audit [DBG] from='mgr.15204 172.21.15.184:0/3613763361' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T12:59:28.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:27 smithi184 bash[14608]: audit 2024-03-21T12:59:26.745800+0000 mon.c (mon.1) 54 : audit [DBG] from='mgr.15204 172.21.15.184:0/3613763361' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-21T12:59:28.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:27 smithi184 bash[14608]: audit 2024-03-21T12:59:26.746075+0000 mon.c (mon.1) 55 : audit [DBG] from='mgr.15204 172.21.15.184:0/3613763361' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-21T12:59:28.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:27 smithi184 bash[14608]: audit 2024-03-21T12:59:26.746352+0000 mon.c (mon.1) 56 : audit [DBG] from='mgr.15204 172.21.15.184:0/3613763361' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-21T12:59:28.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:27 smithi184 bash[14608]: audit 2024-03-21T12:59:26.746615+0000 mon.c (mon.1) 57 : audit [DBG] from='mgr.15204 172.21.15.184:0/3613763361' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-21T12:59:28.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:27 smithi184 bash[14608]: audit 2024-03-21T12:59:26.746981+0000 mon.c (mon.1) 58 : audit [DBG] from='mgr.15204 172.21.15.184:0/3613763361' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-21T12:59:28.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:27 smithi184 bash[14608]: audit 2024-03-21T12:59:26.747360+0000 mon.c (mon.1) 59 : audit [DBG] from='mgr.15204 172.21.15.184:0/3613763361' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-21T12:59:28.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:27 smithi184 bash[14608]: audit 2024-03-21T12:59:26.747643+0000 mon.c (mon.1) 60 : audit [DBG] from='mgr.15204 172.21.15.184:0/3613763361' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-21T12:59:28.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:27 smithi184 bash[14608]: audit 2024-03-21T12:59:26.748242+0000 mon.c (mon.1) 61 : audit [DBG] from='mgr.15204 172.21.15.184:0/3613763361' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-21T12:59:28.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:27 smithi184 bash[14608]: cluster 2024-03-21T12:59:26.761187+0000 mon.a (mon.0) 1216 : cluster [INF] Manager daemon x is now available 2024-03-21T12:59:28.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:27 smithi184 bash[14608]: audit 2024-03-21T12:59:26.816616+0000 mon.a (mon.0) 1217 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T12:59:28.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:27 smithi184 bash[14608]: cephadm 2024-03-21T12:59:26.819287+0000 mgr.x (mgr.15204) 1 : cephadm [INF] Queued rgw.foo for migration 2024-03-21T12:59:28.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:27 smithi184 bash[14608]: audit 2024-03-21T12:59:26.823683+0000 mon.a (mon.0) 1218 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T12:59:28.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:27 smithi184 bash[14608]: cephadm 2024-03-21T12:59:26.826629+0000 mgr.x (mgr.15204) 2 : cephadm [INF] Queued rgw.smpl for migration 2024-03-21T12:59:28.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:27 smithi184 bash[14608]: cephadm 2024-03-21T12:59:26.827438+0000 mgr.x (mgr.15204) 3 : cephadm [INF] No Migration is needed for rgw spec: {'placement': {'count': 2}, 'service_id': 'foo', 'service_name': 'rgw.foo', 'service_type': 'rgw', 'spec': {'rgw_frontend_port': 8000, 'rgw_realm': 'r', 'rgw_zone': 'z'}} 2024-03-21T12:59:28.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:27 smithi184 bash[14608]: cephadm 2024-03-21T12:59:26.827536+0000 mgr.x (mgr.15204) 4 : cephadm [INF] No Migration is needed for rgw spec: {'placement': {'count': 2}, 'service_id': 'smpl', 'service_name': 'rgw.smpl', 'service_type': 'rgw'} 2024-03-21T12:59:28.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:27 smithi184 bash[14608]: audit 2024-03-21T12:59:26.832318+0000 mon.a (mon.0) 1219 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T12:59:28.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:27 smithi184 bash[14608]: audit 2024-03-21T12:59:26.844032+0000 mon.a (mon.0) 1220 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T12:59:28.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:27 smithi184 bash[14608]: audit 2024-03-21T12:59:26.857611+0000 mon.c (mon.1) 62 : audit [INF] from='mgr.15204 172.21.15.184:0/3613763361' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd/host:smithi184", "name": "osd_memory_target"}]: dispatch 2024-03-21T12:59:28.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:27 smithi184 bash[14608]: audit 2024-03-21T12:59:26.857959+0000 mon.c (mon.1) 63 : audit [INF] from='mgr.15204 172.21.15.184:0/3613763361' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd/host:smithi178", "name": "osd_memory_target"}]: dispatch 2024-03-21T12:59:28.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:27 smithi184 bash[14608]: audit 2024-03-21T12:59:26.858169+0000 mon.a (mon.0) 1221 : audit [INF] from='mgr.15204 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd/host:smithi184", "name": "osd_memory_target"}]: dispatch 2024-03-21T12:59:28.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:27 smithi184 bash[14608]: audit 2024-03-21T12:59:26.858694+0000 mon.a (mon.0) 1222 : audit [INF] from='mgr.15204 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd/host:smithi178", "name": "osd_memory_target"}]: dispatch 2024-03-21T12:59:28.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:27 smithi184 bash[14608]: audit 2024-03-21T12:59:26.865712+0000 mon.c (mon.1) 64 : audit [DBG] from='mgr.15204 172.21.15.184:0/3613763361' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:59:28.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:27 smithi184 bash[14608]: audit 2024-03-21T12:59:26.868372+0000 mon.c (mon.1) 65 : audit [INF] from='mgr.15204 172.21.15.184:0/3613763361' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:59:28.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:27 smithi184 bash[14608]: cephadm 2024-03-21T12:59:26.879747+0000 mgr.x (mgr.15204) 5 : cephadm [INF] Updating smithi178:/etc/ceph/ceph.conf 2024-03-21T12:59:28.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:27 smithi184 bash[14608]: audit 2024-03-21T12:59:26.880326+0000 mon.c (mon.1) 66 : audit [DBG] from='mgr.15204 172.21.15.184:0/3613763361' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T12:59:28.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:27 smithi184 bash[14608]: cephadm 2024-03-21T12:59:26.889918+0000 mgr.x (mgr.15204) 6 : cephadm [INF] Updating smithi184:/etc/ceph/ceph.conf 2024-03-21T12:59:28.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:27 smithi184 bash[14608]: audit 2024-03-21T12:59:26.892957+0000 mon.c (mon.1) 67 : audit [INF] from='mgr.15204 172.21.15.184:0/3613763361' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-03-21T12:59:28.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:27 smithi184 bash[14608]: audit 2024-03-21T12:59:26.893792+0000 mon.a (mon.0) 1223 : audit [INF] from='mgr.15204 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-03-21T12:59:28.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:27 smithi184 bash[14608]: audit 2024-03-21T12:59:26.956545+0000 mon.c (mon.1) 68 : audit [INF] from='mgr.15204 172.21.15.184:0/3613763361' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-03-21T12:59:28.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:27 smithi184 bash[14608]: audit 2024-03-21T12:59:26.957449+0000 mon.a (mon.0) 1224 : audit [INF] from='mgr.15204 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-03-21T12:59:28.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:27 smithi184 bash[14608]: audit 2024-03-21T12:59:27.103236+0000 mon.a (mon.0) 1225 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T12:59:28.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:27 smithi184 bash[14608]: audit 2024-03-21T12:59:27.113037+0000 mon.a (mon.0) 1226 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T12:59:28.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:27 smithi184 bash[14608]: cephadm 2024-03-21T12:59:27.446139+0000 mgr.x (mgr.15204) 7 : cephadm [INF] [21/Mar/2024:12:59:27] ENGINE Bus STARTING 2024-03-21T12:59:28.614 INFO:teuthology.orchestra.run.smithi178.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-21T12:59:28.614 INFO:teuthology.orchestra.run.smithi178.stdout:agent.smithi178 smithi178 running 16s ago 13m - - 2024-03-21T12:59:28.615 INFO:teuthology.orchestra.run.smithi178.stdout:agent.smithi184 smithi184 running 28s ago 13m - - 2024-03-21T12:59:28.615 INFO:teuthology.orchestra.run.smithi178.stdout:alertmanager.a smithi178 *:9093,9094 running (5m) 16s ago 6m 18.6M - ba2b418f427c 96edf6c70944 2024-03-21T12:59:28.615 INFO:teuthology.orchestra.run.smithi178.stdout:grafana.a smithi184 *:3000 running (6m) 28s ago 6m 45.4M - 8.3.5 dad864ee21e9 8de6ca670033 2024-03-21T12:59:28.615 INFO:teuthology.orchestra.run.smithi178.stdout:iscsi.foo.smithi178.qfgpzc smithi178 running (4m) 16s ago 4m 47.5M - 3.5 e1d6a67b021e de5b27ff0cc5 2024-03-21T12:59:28.615 INFO:teuthology.orchestra.run.smithi178.stdout:mgr.x smithi184 *:8443,9283 starting - - - - 2024-03-21T12:59:28.615 INFO:teuthology.orchestra.run.smithi178.stdout:mgr.y smithi178 *:9283 running (14m) 16s ago 14m 465M - 17.2.0 e1d6a67b021e 690edd94b9e7 2024-03-21T12:59:28.615 INFO:teuthology.orchestra.run.smithi178.stdout:mon.a smithi178 running (14m) 16s ago 14m 60.7M 2048M 17.2.0 e1d6a67b021e 929eab85bff1 2024-03-21T12:59:28.615 INFO:teuthology.orchestra.run.smithi178.stdout:mon.b smithi184 running (12m) 28s ago 12m 50.7M 2048M 17.2.0 e1d6a67b021e 2c060c770e3f 2024-03-21T12:59:28.615 INFO:teuthology.orchestra.run.smithi178.stdout:mon.c smithi178 running (12m) 16s ago 12m 48.4M 2048M 17.2.0 e1d6a67b021e cf8630e7a11b 2024-03-21T12:59:28.615 INFO:teuthology.orchestra.run.smithi178.stdout:node-exporter.a smithi178 *:9100 running (6m) 16s ago 6m 11.8M - 1dbe0e931976 23efd580c6bc 2024-03-21T12:59:28.615 INFO:teuthology.orchestra.run.smithi178.stdout:node-exporter.b smithi184 *:9100 running (6m) 28s ago 6m 14.3M - 1dbe0e931976 7cd804e590ee 2024-03-21T12:59:28.615 INFO:teuthology.orchestra.run.smithi178.stdout:osd.0 smithi178 running (12m) 16s ago 12m 56.3M 4096M 17.2.0 e1d6a67b021e d6b8ef28417b 2024-03-21T12:59:28.615 INFO:teuthology.orchestra.run.smithi178.stdout:osd.1 smithi178 running (11m) 16s ago 11m 58.4M 4096M 17.2.0 e1d6a67b021e f1a18d3887e4 2024-03-21T12:59:28.615 INFO:teuthology.orchestra.run.smithi178.stdout:osd.2 smithi178 running (10m) 16s ago 10m 53.1M 4096M 17.2.0 e1d6a67b021e 20f205591c9c 2024-03-21T12:59:28.615 INFO:teuthology.orchestra.run.smithi178.stdout:osd.3 smithi178 running (10m) 16s ago 10m 53.8M 4096M 17.2.0 e1d6a67b021e a4f15fefa0b8 2024-03-21T12:59:28.616 INFO:teuthology.orchestra.run.smithi178.stdout:osd.4 smithi184 running (9m) 28s ago 9m 54.9M 4096M 17.2.0 e1d6a67b021e e20e0f763007 2024-03-21T12:59:28.616 INFO:teuthology.orchestra.run.smithi178.stdout:osd.5 smithi184 running (8m) 28s ago 9m 53.7M 4096M 17.2.0 e1d6a67b021e a0e050155046 2024-03-21T12:59:28.616 INFO:teuthology.orchestra.run.smithi178.stdout:osd.6 smithi184 running (8m) 28s ago 8m 53.7M 4096M 17.2.0 e1d6a67b021e 68fa324445fb 2024-03-21T12:59:28.616 INFO:teuthology.orchestra.run.smithi178.stdout:osd.7 smithi184 running (7m) 28s ago 7m 53.8M 4096M 17.2.0 e1d6a67b021e 9153684ac7cd 2024-03-21T12:59:28.616 INFO:teuthology.orchestra.run.smithi178.stdout:prometheus.a smithi184 *:9095 running (5m) 28s ago 6m 60.5M - 514e6a882f6e 6fc7a4f6db9a 2024-03-21T12:59:28.616 INFO:teuthology.orchestra.run.smithi178.stdout:rgw.foo.smithi178.amgrte smithi178 *:8000 running (4m) 16s ago 4m 84.4M - 17.2.0 e1d6a67b021e d914bef5b616 2024-03-21T12:59:28.616 INFO:teuthology.orchestra.run.smithi178.stdout:rgw.foo.smithi184.sylqte smithi184 *:8000 running (4m) 28s ago 4m 84.2M - 17.2.0 e1d6a67b021e 71e9025bfe7b 2024-03-21T12:59:28.616 INFO:teuthology.orchestra.run.smithi178.stdout:rgw.smpl.smithi178.avyvkd smithi178 *:80 running (4m) 16s ago 4m 84.6M - 17.2.0 e1d6a67b021e 95dce05fca01 2024-03-21T12:59:28.616 INFO:teuthology.orchestra.run.smithi178.stdout:rgw.smpl.smithi184.ccsuhn smithi184 *:80 running (4m) 28s ago 4m 84.5M - 17.2.0 e1d6a67b021e c3b20c5f0cde 2024-03-21T12:59:29.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:28 smithi178 bash[14494]: cephadm 2024-03-21T12:59:27.550553+0000 mgr.x (mgr.15204) 8 : cephadm [INF] [21/Mar/2024:12:59:27] ENGINE Serving on http://172.21.15.184:8765 2024-03-21T12:59:29.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:28 smithi178 bash[14494]: cephadm 2024-03-21T12:59:27.626135+0000 mgr.x (mgr.15204) 9 : cephadm [INF] Updating smithi184:/var/lib/ceph/a94f249e-e780-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T12:59:29.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:28 smithi178 bash[14494]: cephadm 2024-03-21T12:59:27.649652+0000 mgr.x (mgr.15204) 10 : cephadm [INF] Updating smithi178:/var/lib/ceph/a94f249e-e780-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T12:59:29.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:28 smithi178 bash[14494]: cephadm 2024-03-21T12:59:27.683928+0000 mgr.x (mgr.15204) 11 : cephadm [INF] [21/Mar/2024:12:59:27] ENGINE Serving on https://172.21.15.184:7150 2024-03-21T12:59:29.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:28 smithi178 bash[14494]: cephadm 2024-03-21T12:59:27.684910+0000 mgr.x (mgr.15204) 12 : cephadm [INF] [21/Mar/2024:12:59:27] ENGINE Bus STARTED 2024-03-21T12:59:29.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:28 smithi178 bash[14494]: cluster 2024-03-21T12:59:27.746651+0000 mon.a (mon.0) 1227 : cluster [DBG] mgrmap e24: x(active, since 1.85858s), standbys: y 2024-03-21T12:59:29.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:28 smithi178 bash[14494]: audit 2024-03-21T12:59:27.785266+0000 mgr.x (mgr.15204) 13 : audit [DBG] from='client.25117 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:59:29.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:28 smithi178 bash[14494]: audit 2024-03-21T12:59:27.785601+0000 mgr.x (mgr.15204) 14 : audit [DBG] from='client.14967 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T12:59:29.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:28 smithi178 bash[14494]: cluster 2024-03-21T12:59:27.789109+0000 mgr.x (mgr.15204) 15 : cluster [DBG] pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:59:29.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:28 smithi178 bash[14494]: cephadm 2024-03-21T12:59:27.841440+0000 mgr.x (mgr.15204) 16 : cephadm [INF] Updating smithi184:/etc/ceph/ceph.client.admin.keyring 2024-03-21T12:59:29.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:28 smithi178 bash[14494]: cephadm 2024-03-21T12:59:27.865749+0000 mgr.x (mgr.15204) 17 : cephadm [INF] Updating smithi178:/etc/ceph/ceph.client.admin.keyring 2024-03-21T12:59:29.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:28 smithi178 bash[14494]: cephadm 2024-03-21T12:59:28.030877+0000 mgr.x (mgr.15204) 18 : cephadm [INF] Updating smithi178:/var/lib/ceph/a94f249e-e780-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-21T12:59:29.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:28 smithi178 bash[14494]: cephadm 2024-03-21T12:59:28.056663+0000 mgr.x (mgr.15204) 19 : cephadm [INF] Updating smithi184:/var/lib/ceph/a94f249e-e780-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-21T12:59:29.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:28 smithi178 bash[14494]: audit 2024-03-21T12:59:28.190760+0000 mgr.x (mgr.15204) 20 : audit [DBG] from='client.25141 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:59:29.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:28 smithi178 bash[14494]: audit 2024-03-21T12:59:28.202003+0000 mon.a (mon.0) 1228 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T12:59:29.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:28 smithi178 bash[14494]: audit 2024-03-21T12:59:28.215405+0000 mon.a (mon.0) 1229 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T12:59:29.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:28 smithi178 bash[14494]: audit 2024-03-21T12:59:28.280079+0000 mon.a (mon.0) 1230 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T12:59:29.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:28 smithi178 bash[14494]: audit 2024-03-21T12:59:28.293484+0000 mon.a (mon.0) 1231 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T12:59:29.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:28 smithi178 bash[14494]: audit 2024-03-21T12:59:28.308885+0000 mon.a (mon.0) 1232 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T12:59:29.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:28 smithi178 bash[14494]: audit 2024-03-21T12:59:28.316918+0000 mon.a (mon.0) 1233 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T12:59:29.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:28 smithi178 bash[14494]: audit 2024-03-21T12:59:28.399782+0000 mon.a (mon.0) 1234 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T12:59:29.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:28 smithi178 bash[14494]: audit 2024-03-21T12:59:28.406375+0000 mon.a (mon.0) 1235 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T12:59:29.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:28 smithi178 bash[14494]: audit 2024-03-21T12:59:28.414062+0000 mon.a (mon.0) 1236 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T12:59:29.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:28 smithi178 bash[14494]: audit 2024-03-21T12:59:28.419121+0000 mon.a (mon.0) 1237 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T12:59:29.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:28 smithi178 bash[14494]: audit 2024-03-21T12:59:28.421182+0000 mon.c (mon.1) 69 : audit [INF] from='mgr.15204 172.21.15.184:0/3613763361' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi178", "caps": []}]: dispatch 2024-03-21T12:59:29.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:28 smithi178 bash[14494]: audit 2024-03-21T12:59:28.421595+0000 mon.a (mon.0) 1238 : audit [INF] from='mgr.15204 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi178", "caps": []}]: dispatch 2024-03-21T12:59:29.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:28 smithi178 bash[20270]: cephadm 2024-03-21T12:59:27.550553+0000 mgr.x (mgr.15204) 8 : cephadm [INF] [21/Mar/2024:12:59:27] ENGINE Serving on http://172.21.15.184:8765 2024-03-21T12:59:29.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:28 smithi178 bash[20270]: cephadm 2024-03-21T12:59:27.626135+0000 mgr.x (mgr.15204) 9 : cephadm [INF] Updating smithi184:/var/lib/ceph/a94f249e-e780-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T12:59:29.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:28 smithi178 bash[20270]: cephadm 2024-03-21T12:59:27.649652+0000 mgr.x (mgr.15204) 10 : cephadm [INF] Updating smithi178:/var/lib/ceph/a94f249e-e780-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T12:59:29.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:28 smithi178 bash[20270]: cephadm 2024-03-21T12:59:27.683928+0000 mgr.x (mgr.15204) 11 : cephadm [INF] [21/Mar/2024:12:59:27] ENGINE Serving on https://172.21.15.184:7150 2024-03-21T12:59:29.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:28 smithi178 bash[20270]: cephadm 2024-03-21T12:59:27.684910+0000 mgr.x (mgr.15204) 12 : cephadm [INF] [21/Mar/2024:12:59:27] ENGINE Bus STARTED 2024-03-21T12:59:29.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:28 smithi178 bash[20270]: cluster 2024-03-21T12:59:27.746651+0000 mon.a (mon.0) 1227 : cluster [DBG] mgrmap e24: x(active, since 1.85858s), standbys: y 2024-03-21T12:59:29.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:28 smithi178 bash[20270]: audit 2024-03-21T12:59:27.785266+0000 mgr.x (mgr.15204) 13 : audit [DBG] from='client.25117 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:59:29.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:28 smithi178 bash[20270]: audit 2024-03-21T12:59:27.785601+0000 mgr.x (mgr.15204) 14 : audit [DBG] from='client.14967 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T12:59:29.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:28 smithi178 bash[20270]: cluster 2024-03-21T12:59:27.789109+0000 mgr.x (mgr.15204) 15 : cluster [DBG] pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:59:29.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:28 smithi178 bash[20270]: cephadm 2024-03-21T12:59:27.841440+0000 mgr.x (mgr.15204) 16 : cephadm [INF] Updating smithi184:/etc/ceph/ceph.client.admin.keyring 2024-03-21T12:59:29.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:28 smithi178 bash[20270]: cephadm 2024-03-21T12:59:27.865749+0000 mgr.x (mgr.15204) 17 : cephadm [INF] Updating smithi178:/etc/ceph/ceph.client.admin.keyring 2024-03-21T12:59:29.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:28 smithi178 bash[20270]: cephadm 2024-03-21T12:59:28.030877+0000 mgr.x (mgr.15204) 18 : cephadm [INF] Updating smithi178:/var/lib/ceph/a94f249e-e780-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-21T12:59:29.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:28 smithi178 bash[20270]: cephadm 2024-03-21T12:59:28.056663+0000 mgr.x (mgr.15204) 19 : cephadm [INF] Updating smithi184:/var/lib/ceph/a94f249e-e780-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-21T12:59:29.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:28 smithi178 bash[20270]: audit 2024-03-21T12:59:28.190760+0000 mgr.x (mgr.15204) 20 : audit [DBG] from='client.25141 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:59:29.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:28 smithi178 bash[20270]: audit 2024-03-21T12:59:28.202003+0000 mon.a (mon.0) 1228 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T12:59:29.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:28 smithi178 bash[20270]: audit 2024-03-21T12:59:28.215405+0000 mon.a (mon.0) 1229 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T12:59:29.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:28 smithi178 bash[20270]: audit 2024-03-21T12:59:28.280079+0000 mon.a (mon.0) 1230 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T12:59:29.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:28 smithi178 bash[20270]: audit 2024-03-21T12:59:28.293484+0000 mon.a (mon.0) 1231 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T12:59:29.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:28 smithi178 bash[20270]: audit 2024-03-21T12:59:28.308885+0000 mon.a (mon.0) 1232 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T12:59:29.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:28 smithi178 bash[20270]: audit 2024-03-21T12:59:28.316918+0000 mon.a (mon.0) 1233 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T12:59:29.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:28 smithi178 bash[20270]: audit 2024-03-21T12:59:28.399782+0000 mon.a (mon.0) 1234 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T12:59:29.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:28 smithi178 bash[20270]: audit 2024-03-21T12:59:28.406375+0000 mon.a (mon.0) 1235 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T12:59:29.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:28 smithi178 bash[20270]: audit 2024-03-21T12:59:28.414062+0000 mon.a (mon.0) 1236 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T12:59:29.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:28 smithi178 bash[20270]: audit 2024-03-21T12:59:28.419121+0000 mon.a (mon.0) 1237 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T12:59:29.053 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:28 smithi178 bash[20270]: audit 2024-03-21T12:59:28.421182+0000 mon.c (mon.1) 69 : audit [INF] from='mgr.15204 172.21.15.184:0/3613763361' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi178", "caps": []}]: dispatch 2024-03-21T12:59:29.053 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:28 smithi178 bash[20270]: audit 2024-03-21T12:59:28.421595+0000 mon.a (mon.0) 1238 : audit [INF] from='mgr.15204 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi178", "caps": []}]: dispatch 2024-03-21T12:59:29.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:28 smithi184 bash[14608]: cephadm 2024-03-21T12:59:27.550553+0000 mgr.x (mgr.15204) 8 : cephadm [INF] [21/Mar/2024:12:59:27] ENGINE Serving on http://172.21.15.184:8765 2024-03-21T12:59:29.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:28 smithi184 bash[14608]: cephadm 2024-03-21T12:59:27.626135+0000 mgr.x (mgr.15204) 9 : cephadm [INF] Updating smithi184:/var/lib/ceph/a94f249e-e780-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T12:59:29.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:28 smithi184 bash[14608]: cephadm 2024-03-21T12:59:27.649652+0000 mgr.x (mgr.15204) 10 : cephadm [INF] Updating smithi178:/var/lib/ceph/a94f249e-e780-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T12:59:29.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:28 smithi184 bash[14608]: cephadm 2024-03-21T12:59:27.683928+0000 mgr.x (mgr.15204) 11 : cephadm [INF] [21/Mar/2024:12:59:27] ENGINE Serving on https://172.21.15.184:7150 2024-03-21T12:59:29.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:28 smithi184 bash[14608]: cephadm 2024-03-21T12:59:27.684910+0000 mgr.x (mgr.15204) 12 : cephadm [INF] [21/Mar/2024:12:59:27] ENGINE Bus STARTED 2024-03-21T12:59:29.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:28 smithi184 bash[14608]: cluster 2024-03-21T12:59:27.746651+0000 mon.a (mon.0) 1227 : cluster [DBG] mgrmap e24: x(active, since 1.85858s), standbys: y 2024-03-21T12:59:29.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:28 smithi184 bash[14608]: audit 2024-03-21T12:59:27.785266+0000 mgr.x (mgr.15204) 13 : audit [DBG] from='client.25117 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:59:29.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:28 smithi184 bash[14608]: audit 2024-03-21T12:59:27.785601+0000 mgr.x (mgr.15204) 14 : audit [DBG] from='client.14967 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T12:59:29.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:28 smithi184 bash[14608]: cluster 2024-03-21T12:59:27.789109+0000 mgr.x (mgr.15204) 15 : cluster [DBG] pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:59:29.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:28 smithi184 bash[14608]: cephadm 2024-03-21T12:59:27.841440+0000 mgr.x (mgr.15204) 16 : cephadm [INF] Updating smithi184:/etc/ceph/ceph.client.admin.keyring 2024-03-21T12:59:29.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:28 smithi184 bash[14608]: cephadm 2024-03-21T12:59:27.865749+0000 mgr.x (mgr.15204) 17 : cephadm [INF] Updating smithi178:/etc/ceph/ceph.client.admin.keyring 2024-03-21T12:59:29.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:28 smithi184 bash[14608]: cephadm 2024-03-21T12:59:28.030877+0000 mgr.x (mgr.15204) 18 : cephadm [INF] Updating smithi178:/var/lib/ceph/a94f249e-e780-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-21T12:59:29.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:28 smithi184 bash[14608]: cephadm 2024-03-21T12:59:28.056663+0000 mgr.x (mgr.15204) 19 : cephadm [INF] Updating smithi184:/var/lib/ceph/a94f249e-e780-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-21T12:59:29.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:28 smithi184 bash[14608]: audit 2024-03-21T12:59:28.190760+0000 mgr.x (mgr.15204) 20 : audit [DBG] from='client.25141 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:59:29.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:28 smithi184 bash[14608]: audit 2024-03-21T12:59:28.202003+0000 mon.a (mon.0) 1228 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T12:59:29.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:28 smithi184 bash[14608]: audit 2024-03-21T12:59:28.215405+0000 mon.a (mon.0) 1229 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T12:59:29.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:28 smithi184 bash[14608]: audit 2024-03-21T12:59:28.280079+0000 mon.a (mon.0) 1230 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T12:59:29.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:28 smithi184 bash[14608]: audit 2024-03-21T12:59:28.293484+0000 mon.a (mon.0) 1231 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T12:59:29.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:28 smithi184 bash[14608]: audit 2024-03-21T12:59:28.308885+0000 mon.a (mon.0) 1232 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T12:59:29.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:28 smithi184 bash[14608]: audit 2024-03-21T12:59:28.316918+0000 mon.a (mon.0) 1233 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T12:59:29.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:28 smithi184 bash[14608]: audit 2024-03-21T12:59:28.399782+0000 mon.a (mon.0) 1234 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T12:59:29.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:28 smithi184 bash[14608]: audit 2024-03-21T12:59:28.406375+0000 mon.a (mon.0) 1235 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T12:59:29.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:28 smithi184 bash[14608]: audit 2024-03-21T12:59:28.414062+0000 mon.a (mon.0) 1236 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T12:59:29.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:28 smithi184 bash[14608]: audit 2024-03-21T12:59:28.419121+0000 mon.a (mon.0) 1237 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T12:59:29.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:28 smithi184 bash[14608]: audit 2024-03-21T12:59:28.421182+0000 mon.c (mon.1) 69 : audit [INF] from='mgr.15204 172.21.15.184:0/3613763361' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi178", "caps": []}]: dispatch 2024-03-21T12:59:29.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:28 smithi184 bash[14608]: audit 2024-03-21T12:59:28.421595+0000 mon.a (mon.0) 1238 : audit [INF] from='mgr.15204 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi178", "caps": []}]: dispatch 2024-03-21T12:59:29.078 INFO:teuthology.orchestra.run.smithi178.stdout:{ 2024-03-21T12:59:29.078 INFO:teuthology.orchestra.run.smithi178.stdout: "mon": { 2024-03-21T12:59:29.078 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3 2024-03-21T12:59:29.078 INFO:teuthology.orchestra.run.smithi178.stdout: }, 2024-03-21T12:59:29.078 INFO:teuthology.orchestra.run.smithi178.stdout: "mgr": { 2024-03-21T12:59:29.078 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2024-03-21T12:59:29.078 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 1 2024-03-21T12:59:29.079 INFO:teuthology.orchestra.run.smithi178.stdout: }, 2024-03-21T12:59:29.079 INFO:teuthology.orchestra.run.smithi178.stdout: "osd": { 2024-03-21T12:59:29.079 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2024-03-21T12:59:29.079 INFO:teuthology.orchestra.run.smithi178.stdout: }, 2024-03-21T12:59:29.079 INFO:teuthology.orchestra.run.smithi178.stdout: "mds": {}, 2024-03-21T12:59:29.079 INFO:teuthology.orchestra.run.smithi178.stdout: "rgw": { 2024-03-21T12:59:29.079 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2024-03-21T12:59:29.079 INFO:teuthology.orchestra.run.smithi178.stdout: }, 2024-03-21T12:59:29.079 INFO:teuthology.orchestra.run.smithi178.stdout: "overall": { 2024-03-21T12:59:29.079 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 16, 2024-03-21T12:59:29.079 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 1 2024-03-21T12:59:29.079 INFO:teuthology.orchestra.run.smithi178.stdout: } 2024-03-21T12:59:29.079 INFO:teuthology.orchestra.run.smithi178.stdout:} 2024-03-21T12:59:29.466 INFO:teuthology.orchestra.run.smithi178.stdout:{ 2024-03-21T12:59:29.466 INFO:teuthology.orchestra.run.smithi178.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753", 2024-03-21T12:59:29.466 INFO:teuthology.orchestra.run.smithi178.stdout: "in_progress": true, 2024-03-21T12:59:29.466 INFO:teuthology.orchestra.run.smithi178.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-21T12:59:29.466 INFO:teuthology.orchestra.run.smithi178.stdout: "services_complete": [], 2024-03-21T12:59:29.466 INFO:teuthology.orchestra.run.smithi178.stdout: "progress": "", 2024-03-21T12:59:29.466 INFO:teuthology.orchestra.run.smithi178.stdout: "message": "", 2024-03-21T12:59:29.466 INFO:teuthology.orchestra.run.smithi178.stdout: "is_paused": false 2024-03-21T12:59:29.467 INFO:teuthology.orchestra.run.smithi178.stdout:} 2024-03-21T12:59:29.920 INFO:teuthology.orchestra.run.smithi178.stdout:HEALTH_OK 2024-03-21T12:59:30.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:29 smithi178 bash[20270]: audit 2024-03-21T12:59:28.584327+0000 mgr.x (mgr.15204) 21 : audit [DBG] from='client.25147 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:59:30.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:29 smithi178 bash[20270]: cephadm 2024-03-21T12:59:28.743346+0000 mgr.x (mgr.15204) 22 : cephadm [INF] Reconfiguring daemon agent.smithi178 on smithi178 2024-03-21T12:59:30.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:29 smithi178 bash[20270]: cluster 2024-03-21T12:59:28.749259+0000 mgr.x (mgr.15204) 23 : cluster [DBG] pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:59:30.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:29 smithi178 bash[20270]: cluster 2024-03-21T12:59:28.771634+0000 mon.a (mon.0) 1239 : cluster [DBG] mgrmap e25: x(active, since 2s), standbys: y 2024-03-21T12:59:30.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:29 smithi178 bash[20270]: cephadm 2024-03-21T12:59:28.823891+0000 mgr.x (mgr.15204) 24 : cephadm [INF] Deploying cephadm binary to smithi178 2024-03-21T12:59:30.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:29 smithi178 bash[20270]: audit 2024-03-21T12:59:29.077506+0000 mon.b (mon.2) 31 : audit [DBG] from='client.? 172.21.15.178:0/798836808' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T12:59:30.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:29 smithi178 bash[20270]: audit 2024-03-21T12:59:29.459797+0000 mgr.x (mgr.15204) 25 : audit [DBG] from='client.15261 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:59:30.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:29 smithi178 bash[14494]: audit 2024-03-21T12:59:28.584327+0000 mgr.x (mgr.15204) 21 : audit [DBG] from='client.25147 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:59:30.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:29 smithi178 bash[14494]: cephadm 2024-03-21T12:59:28.743346+0000 mgr.x (mgr.15204) 22 : cephadm [INF] Reconfiguring daemon agent.smithi178 on smithi178 2024-03-21T12:59:30.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:29 smithi178 bash[14494]: cluster 2024-03-21T12:59:28.749259+0000 mgr.x (mgr.15204) 23 : cluster [DBG] pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:59:30.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:29 smithi178 bash[14494]: cluster 2024-03-21T12:59:28.771634+0000 mon.a (mon.0) 1239 : cluster [DBG] mgrmap e25: x(active, since 2s), standbys: y 2024-03-21T12:59:30.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:29 smithi178 bash[14494]: cephadm 2024-03-21T12:59:28.823891+0000 mgr.x (mgr.15204) 24 : cephadm [INF] Deploying cephadm binary to smithi178 2024-03-21T12:59:30.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:29 smithi178 bash[14494]: audit 2024-03-21T12:59:29.077506+0000 mon.b (mon.2) 31 : audit [DBG] from='client.? 172.21.15.178:0/798836808' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T12:59:30.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:29 smithi178 bash[14494]: audit 2024-03-21T12:59:29.459797+0000 mgr.x (mgr.15204) 25 : audit [DBG] from='client.15261 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:59:30.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:29 smithi184 bash[14608]: audit 2024-03-21T12:59:28.584327+0000 mgr.x (mgr.15204) 21 : audit [DBG] from='client.25147 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:59:30.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:29 smithi184 bash[14608]: cephadm 2024-03-21T12:59:28.743346+0000 mgr.x (mgr.15204) 22 : cephadm [INF] Reconfiguring daemon agent.smithi178 on smithi178 2024-03-21T12:59:30.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:29 smithi184 bash[14608]: cluster 2024-03-21T12:59:28.749259+0000 mgr.x (mgr.15204) 23 : cluster [DBG] pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:59:30.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:29 smithi184 bash[14608]: cluster 2024-03-21T12:59:28.771634+0000 mon.a (mon.0) 1239 : cluster [DBG] mgrmap e25: x(active, since 2s), standbys: y 2024-03-21T12:59:30.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:29 smithi184 bash[14608]: cephadm 2024-03-21T12:59:28.823891+0000 mgr.x (mgr.15204) 24 : cephadm [INF] Deploying cephadm binary to smithi178 2024-03-21T12:59:30.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:29 smithi184 bash[14608]: audit 2024-03-21T12:59:29.077506+0000 mon.b (mon.2) 31 : audit [DBG] from='client.? 172.21.15.178:0/798836808' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T12:59:30.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:29 smithi184 bash[14608]: audit 2024-03-21T12:59:29.459797+0000 mgr.x (mgr.15204) 25 : audit [DBG] from='client.15261 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:59:31.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:30 smithi178 bash[14494]: audit 2024-03-21T12:59:29.918456+0000 mon.c (mon.1) 70 : audit [DBG] from='client.? 172.21.15.178:0/3189294977' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T12:59:31.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:30 smithi178 bash[20270]: audit 2024-03-21T12:59:29.918456+0000 mon.c (mon.1) 70 : audit [DBG] from='client.? 172.21.15.178:0/3189294977' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T12:59:31.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:30 smithi184 bash[14608]: audit 2024-03-21T12:59:29.918456+0000 mon.c (mon.1) 70 : audit [DBG] from='client.? 172.21.15.178:0/3189294977' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T12:59:32.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:31 smithi178 bash[20270]: cluster 2024-03-21T12:59:30.749792+0000 mgr.x (mgr.15204) 26 : cluster [DBG] pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:59:32.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:31 smithi178 bash[20270]: cluster 2024-03-21T12:59:30.785306+0000 mon.a (mon.0) 1240 : cluster [DBG] mgrmap e26: x(active, since 4s), standbys: y 2024-03-21T12:59:32.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:31 smithi178 bash[14494]: cluster 2024-03-21T12:59:30.749792+0000 mgr.x (mgr.15204) 26 : cluster [DBG] pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:59:32.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:31 smithi178 bash[14494]: cluster 2024-03-21T12:59:30.785306+0000 mon.a (mon.0) 1240 : cluster [DBG] mgrmap e26: x(active, since 4s), standbys: y 2024-03-21T12:59:32.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:31 smithi184 bash[14608]: cluster 2024-03-21T12:59:30.749792+0000 mgr.x (mgr.15204) 26 : cluster [DBG] pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:59:32.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:31 smithi184 bash[14608]: cluster 2024-03-21T12:59:30.785306+0000 mon.a (mon.0) 1240 : cluster [DBG] mgrmap e26: x(active, since 4s), standbys: y 2024-03-21T12:59:33.781 INFO:journalctl@ceph.alertmanager.a.smithi178.stdout:Mar 21 12:59:33 smithi178 bash[43533]: level=error ts=2024-03-21T12:59:33.517Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=12 err="ceph-dashboard/webhook[1]: notify retry canceled after 7 attempts: Post \"https://172.21.15.184:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.184 because it doesn't contain any IP SANs; ceph-dashboard/webhook[0]: notify retry canceled after 8 attempts: Post \"https://172.21.15.178:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.178 because it doesn't contain any IP SANs" 2024-03-21T12:59:33.782 INFO:journalctl@ceph.alertmanager.a.smithi178.stdout:Mar 21 12:59:33 smithi178 bash[43533]: level=warn ts=2024-03-21T12:59:33.519Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.178:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.178 because it doesn't contain any IP SANs" 2024-03-21T12:59:33.782 INFO:journalctl@ceph.alertmanager.a.smithi178.stdout:Mar 21 12:59:33 smithi178 bash[43533]: level=warn ts=2024-03-21T12:59:33.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.184:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.184 because it doesn't contain any IP SANs" 2024-03-21T12:59:34.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:33 smithi178 bash[14494]: cluster 2024-03-21T12:59:32.750213+0000 mgr.x (mgr.15204) 27 : cluster [DBG] pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:59:34.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:33 smithi178 bash[20270]: cluster 2024-03-21T12:59:32.750213+0000 mgr.x (mgr.15204) 27 : cluster [DBG] pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:59:34.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:33 smithi184 bash[14608]: cluster 2024-03-21T12:59:32.750213+0000 mgr.x (mgr.15204) 27 : cluster [DBG] pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail 2024-03-21T12:59:35.048 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:59:34 smithi178 bash[14766]: ::ffff:172.21.15.184 - - [21/Mar/2024:12:59:34] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-21T12:59:35.572 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 12:59:35 smithi184 bash[45303]: ::ffff:172.21.15.184 - - [21/Mar/2024:12:59:35] "GET /metrics HTTP/1.1" 200 35436 "" "Prometheus/2.33.4" 2024-03-21T12:59:35.859 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:35 smithi178 bash[20270]: cluster 2024-03-21T12:59:34.751887+0000 mgr.x (mgr.15204) 28 : cluster [DBG] pgmap v7: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 30 KiB/s rd, 0 B/s wr, 17 op/s 2024-03-21T12:59:35.859 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:35 smithi178 bash[20270]: audit 2024-03-21T12:59:35.645305+0000 mon.a (mon.0) 1241 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T12:59:35.859 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:35 smithi178 bash[20270]: audit 2024-03-21T12:59:35.657369+0000 mon.a (mon.0) 1242 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T12:59:35.859 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:35 smithi178 bash[20270]: audit 2024-03-21T12:59:35.666022+0000 mon.a (mon.0) 1243 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T12:59:35.859 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:35 smithi178 bash[14494]: cluster 2024-03-21T12:59:34.751887+0000 mgr.x (mgr.15204) 28 : cluster [DBG] pgmap v7: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 30 KiB/s rd, 0 B/s wr, 17 op/s 2024-03-21T12:59:35.860 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:35 smithi178 bash[14494]: audit 2024-03-21T12:59:35.645305+0000 mon.a (mon.0) 1241 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T12:59:35.860 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:35 smithi178 bash[14494]: audit 2024-03-21T12:59:35.657369+0000 mon.a (mon.0) 1242 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T12:59:35.860 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:35 smithi178 bash[14494]: audit 2024-03-21T12:59:35.666022+0000 mon.a (mon.0) 1243 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T12:59:36.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:35 smithi184 bash[14608]: cluster 2024-03-21T12:59:34.751887+0000 mgr.x (mgr.15204) 28 : cluster [DBG] pgmap v7: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 30 KiB/s rd, 0 B/s wr, 17 op/s 2024-03-21T12:59:36.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:35 smithi184 bash[14608]: audit 2024-03-21T12:59:35.645305+0000 mon.a (mon.0) 1241 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T12:59:36.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:35 smithi184 bash[14608]: audit 2024-03-21T12:59:35.657369+0000 mon.a (mon.0) 1242 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T12:59:36.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:35 smithi184 bash[14608]: audit 2024-03-21T12:59:35.666022+0000 mon.a (mon.0) 1243 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T12:59:36.142 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 12:59:36 smithi178 systemd[1]: Stopping Ceph node-exporter.a for a94f249e-e780-11ee-95cd-87774f69a715... 2024-03-21T12:59:36.427 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 12:59:36 smithi178 bash[59579]: Error response from daemon: No such container: ceph-a94f249e-e780-11ee-95cd-87774f69a715-node-exporter.a 2024-03-21T12:59:37.029 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:36 smithi178 bash[14494]: cephadm 2024-03-21T12:59:35.707062+0000 mgr.x (mgr.15204) 29 : cephadm [INF] Reconfiguring node-exporter.a (dependencies changed)... 2024-03-21T12:59:37.030 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:36 smithi178 bash[14494]: cephadm 2024-03-21T12:59:35.708019+0000 mgr.x (mgr.15204) 30 : cephadm [INF] Reconfiguring daemon node-exporter.a on smithi178 2024-03-21T12:59:37.030 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:36 smithi178 bash[20270]: cephadm 2024-03-21T12:59:35.707062+0000 mgr.x (mgr.15204) 29 : cephadm [INF] Reconfiguring node-exporter.a (dependencies changed)... 2024-03-21T12:59:37.030 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:36 smithi178 bash[20270]: cephadm 2024-03-21T12:59:35.708019+0000 mgr.x (mgr.15204) 30 : cephadm [INF] Reconfiguring daemon node-exporter.a on smithi178 2024-03-21T12:59:37.030 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 12:59:36 smithi178 bash[59590]: ceph-a94f249e-e780-11ee-95cd-87774f69a715-node-exporter-a 2024-03-21T12:59:37.030 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 12:59:36 smithi178 bash[59624]: Error response from daemon: No such container: ceph-a94f249e-e780-11ee-95cd-87774f69a715-node-exporter.a 2024-03-21T12:59:37.030 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 12:59:36 smithi178 systemd[1]: ceph-a94f249e-e780-11ee-95cd-87774f69a715@node-exporter.a.service: Main process exited, code=exited, status=143/n/a 2024-03-21T12:59:37.030 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 12:59:36 smithi178 systemd[1]: ceph-a94f249e-e780-11ee-95cd-87774f69a715@node-exporter.a.service: Failed with result 'exit-code'. 2024-03-21T12:59:37.031 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 12:59:36 smithi178 systemd[1]: Stopped Ceph node-exporter.a for a94f249e-e780-11ee-95cd-87774f69a715. 2024-03-21T12:59:37.031 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 12:59:36 smithi178 systemd[1]: Started Ceph node-exporter.a for a94f249e-e780-11ee-95cd-87774f69a715. 2024-03-21T12:59:37.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:36 smithi184 bash[14608]: cephadm 2024-03-21T12:59:35.707062+0000 mgr.x (mgr.15204) 29 : cephadm [INF] Reconfiguring node-exporter.a (dependencies changed)... 2024-03-21T12:59:37.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:36 smithi184 bash[14608]: cephadm 2024-03-21T12:59:35.708019+0000 mgr.x (mgr.15204) 30 : cephadm [INF] Reconfiguring daemon node-exporter.a on smithi178 2024-03-21T12:59:38.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:38 smithi178 bash[14494]: cluster 2024-03-21T12:59:36.752778+0000 mgr.x (mgr.15204) 31 : cluster [DBG] pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 24 KiB/s rd, 0 B/s wr, 13 op/s 2024-03-21T12:59:38.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:38 smithi178 bash[14494]: audit 2024-03-21T12:59:37.014065+0000 mon.a (mon.0) 1244 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T12:59:38.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:38 smithi178 bash[14494]: audit 2024-03-21T12:59:37.025585+0000 mon.a (mon.0) 1245 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T12:59:38.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:38 smithi178 bash[14494]: cephadm 2024-03-21T12:59:37.077560+0000 mgr.x (mgr.15204) 32 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2024-03-21T12:59:38.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:38 smithi178 bash[14494]: cephadm 2024-03-21T12:59:37.099331+0000 mgr.x (mgr.15204) 33 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi178 2024-03-21T12:59:38.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:38 smithi178 bash[20270]: cluster 2024-03-21T12:59:36.752778+0000 mgr.x (mgr.15204) 31 : cluster [DBG] pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 24 KiB/s rd, 0 B/s wr, 13 op/s 2024-03-21T12:59:38.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:38 smithi178 bash[20270]: audit 2024-03-21T12:59:37.014065+0000 mon.a (mon.0) 1244 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T12:59:38.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:38 smithi178 bash[20270]: audit 2024-03-21T12:59:37.025585+0000 mon.a (mon.0) 1245 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T12:59:38.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:38 smithi178 bash[20270]: cephadm 2024-03-21T12:59:37.077560+0000 mgr.x (mgr.15204) 32 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2024-03-21T12:59:38.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:38 smithi178 bash[20270]: cephadm 2024-03-21T12:59:37.099331+0000 mgr.x (mgr.15204) 33 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi178 2024-03-21T12:59:38.049 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 12:59:38 smithi178 bash[59653]: ts=2024-03-21T12:59:38.010Z caller=node_exporter.go:182 level=info msg="Starting node_exporter" version="(version=1.3.1, branch=HEAD, revision=a2321e7b940ddcff26873612bccdf7cd4c42b6b6)" 2024-03-21T12:59:38.049 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 12:59:38 smithi178 bash[59653]: ts=2024-03-21T12:59:38.010Z caller=node_exporter.go:183 level=info msg="Build context" build_context="(go=go1.17.3, user=root@243aafa5525c, date=20211205-11:09:49)" 2024-03-21T12:59:38.049 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 12:59:38 smithi178 bash[59653]: ts=2024-03-21T12:59:38.012Z caller=filesystem_common.go:111 level=info collector=filesystem msg="Parsed flag --collector.filesystem.mount-points-exclude" flag=^/(dev|proc|run/credentials/.+|sys|var/lib/docker/.+)($|/) 2024-03-21T12:59:38.049 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 12:59:38 smithi178 bash[59653]: ts=2024-03-21T12:59:38.012Z caller=filesystem_common.go:113 level=info collector=filesystem msg="Parsed flag --collector.filesystem.fs-types-exclude" flag=^(autofs|binfmt_misc|bpf|cgroup2?|configfs|debugfs|devpts|devtmpfs|fusectl|hugetlbfs|iso9660|mqueue|nsfs|overlay|proc|procfs|pstore|rpc_pipefs|securityfs|selinuxfs|squashfs|sysfs|tracefs)$ 2024-03-21T12:59:38.049 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 12:59:38 smithi178 bash[59653]: ts=2024-03-21T12:59:38.013Z caller=node_exporter.go:108 level=info msg="Enabled collectors" 2024-03-21T12:59:38.049 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 12:59:38 smithi178 bash[59653]: ts=2024-03-21T12:59:38.013Z caller=node_exporter.go:115 level=info collector=arp 2024-03-21T12:59:38.050 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 12:59:38 smithi178 bash[59653]: ts=2024-03-21T12:59:38.013Z caller=node_exporter.go:115 level=info collector=bcache 2024-03-21T12:59:38.050 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 12:59:38 smithi178 bash[59653]: ts=2024-03-21T12:59:38.013Z caller=node_exporter.go:115 level=info collector=bonding 2024-03-21T12:59:38.050 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 12:59:38 smithi178 bash[59653]: ts=2024-03-21T12:59:38.013Z caller=node_exporter.go:115 level=info collector=btrfs 2024-03-21T12:59:38.050 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 12:59:38 smithi178 bash[59653]: ts=2024-03-21T12:59:38.013Z caller=node_exporter.go:115 level=info collector=conntrack 2024-03-21T12:59:38.050 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 12:59:38 smithi178 bash[59653]: ts=2024-03-21T12:59:38.013Z caller=node_exporter.go:115 level=info collector=cpu 2024-03-21T12:59:38.050 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 12:59:38 smithi178 bash[59653]: ts=2024-03-21T12:59:38.013Z caller=node_exporter.go:115 level=info collector=cpufreq 2024-03-21T12:59:38.050 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 12:59:38 smithi178 bash[59653]: ts=2024-03-21T12:59:38.013Z caller=node_exporter.go:115 level=info collector=diskstats 2024-03-21T12:59:38.050 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 12:59:38 smithi178 bash[59653]: ts=2024-03-21T12:59:38.013Z caller=node_exporter.go:115 level=info collector=dmi 2024-03-21T12:59:38.050 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 12:59:38 smithi178 bash[59653]: ts=2024-03-21T12:59:38.013Z caller=node_exporter.go:115 level=info collector=edac 2024-03-21T12:59:38.050 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 12:59:38 smithi178 bash[59653]: ts=2024-03-21T12:59:38.013Z caller=node_exporter.go:115 level=info collector=entropy 2024-03-21T12:59:38.050 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 12:59:38 smithi178 bash[59653]: ts=2024-03-21T12:59:38.013Z caller=node_exporter.go:115 level=info collector=fibrechannel 2024-03-21T12:59:38.050 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 12:59:38 smithi178 bash[59653]: ts=2024-03-21T12:59:38.013Z caller=node_exporter.go:115 level=info collector=filefd 2024-03-21T12:59:38.050 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 12:59:38 smithi178 bash[59653]: ts=2024-03-21T12:59:38.013Z caller=node_exporter.go:115 level=info collector=filesystem 2024-03-21T12:59:38.050 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 12:59:38 smithi178 bash[59653]: ts=2024-03-21T12:59:38.013Z caller=node_exporter.go:115 level=info collector=hwmon 2024-03-21T12:59:38.050 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 12:59:38 smithi178 bash[59653]: ts=2024-03-21T12:59:38.013Z caller=node_exporter.go:115 level=info collector=infiniband 2024-03-21T12:59:38.051 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 12:59:38 smithi178 bash[59653]: ts=2024-03-21T12:59:38.013Z caller=node_exporter.go:115 level=info collector=ipvs 2024-03-21T12:59:38.051 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 12:59:38 smithi178 bash[59653]: ts=2024-03-21T12:59:38.013Z caller=node_exporter.go:115 level=info collector=loadavg 2024-03-21T12:59:38.051 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 12:59:38 smithi178 bash[59653]: ts=2024-03-21T12:59:38.013Z caller=node_exporter.go:115 level=info collector=mdadm 2024-03-21T12:59:38.051 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 12:59:38 smithi178 bash[59653]: ts=2024-03-21T12:59:38.013Z caller=node_exporter.go:115 level=info collector=meminfo 2024-03-21T12:59:38.051 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 12:59:38 smithi178 bash[59653]: ts=2024-03-21T12:59:38.013Z caller=node_exporter.go:115 level=info collector=netclass 2024-03-21T12:59:38.051 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 12:59:38 smithi178 bash[59653]: ts=2024-03-21T12:59:38.013Z caller=node_exporter.go:115 level=info collector=netdev 2024-03-21T12:59:38.051 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 12:59:38 smithi178 bash[59653]: ts=2024-03-21T12:59:38.013Z caller=node_exporter.go:115 level=info collector=netstat 2024-03-21T12:59:38.051 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 12:59:38 smithi178 bash[59653]: ts=2024-03-21T12:59:38.013Z caller=node_exporter.go:115 level=info collector=nfs 2024-03-21T12:59:38.051 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 12:59:38 smithi178 bash[59653]: ts=2024-03-21T12:59:38.013Z caller=node_exporter.go:115 level=info collector=nfsd 2024-03-21T12:59:38.051 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 12:59:38 smithi178 bash[59653]: ts=2024-03-21T12:59:38.013Z caller=node_exporter.go:115 level=info collector=nvme 2024-03-21T12:59:38.051 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 12:59:38 smithi178 bash[59653]: ts=2024-03-21T12:59:38.013Z caller=node_exporter.go:115 level=info collector=os 2024-03-21T12:59:38.051 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 12:59:38 smithi178 bash[59653]: ts=2024-03-21T12:59:38.013Z caller=node_exporter.go:115 level=info collector=powersupplyclass 2024-03-21T12:59:38.051 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 12:59:38 smithi178 bash[59653]: ts=2024-03-21T12:59:38.013Z caller=node_exporter.go:115 level=info collector=pressure 2024-03-21T12:59:38.051 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 12:59:38 smithi178 bash[59653]: ts=2024-03-21T12:59:38.013Z caller=node_exporter.go:115 level=info collector=rapl 2024-03-21T12:59:38.051 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 12:59:38 smithi178 bash[59653]: ts=2024-03-21T12:59:38.014Z caller=node_exporter.go:115 level=info collector=schedstat 2024-03-21T12:59:38.051 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 12:59:38 smithi178 bash[59653]: ts=2024-03-21T12:59:38.014Z caller=node_exporter.go:115 level=info collector=sockstat 2024-03-21T12:59:38.051 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 12:59:38 smithi178 bash[59653]: ts=2024-03-21T12:59:38.014Z caller=node_exporter.go:115 level=info collector=softnet 2024-03-21T12:59:38.052 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 12:59:38 smithi178 bash[59653]: ts=2024-03-21T12:59:38.014Z caller=node_exporter.go:115 level=info collector=stat 2024-03-21T12:59:38.052 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 12:59:38 smithi178 bash[59653]: ts=2024-03-21T12:59:38.014Z caller=node_exporter.go:115 level=info collector=tapestats 2024-03-21T12:59:38.052 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 12:59:38 smithi178 bash[59653]: ts=2024-03-21T12:59:38.014Z caller=node_exporter.go:115 level=info collector=textfile 2024-03-21T12:59:38.052 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 12:59:38 smithi178 bash[59653]: ts=2024-03-21T12:59:38.014Z caller=node_exporter.go:115 level=info collector=thermal_zone 2024-03-21T12:59:38.052 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 12:59:38 smithi178 bash[59653]: ts=2024-03-21T12:59:38.014Z caller=node_exporter.go:115 level=info collector=time 2024-03-21T12:59:38.052 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 12:59:38 smithi178 bash[59653]: ts=2024-03-21T12:59:38.014Z caller=node_exporter.go:115 level=info collector=udp_queues 2024-03-21T12:59:38.052 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 12:59:38 smithi178 bash[59653]: ts=2024-03-21T12:59:38.014Z caller=node_exporter.go:115 level=info collector=uname 2024-03-21T12:59:38.052 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 12:59:38 smithi178 bash[59653]: ts=2024-03-21T12:59:38.014Z caller=node_exporter.go:115 level=info collector=vmstat 2024-03-21T12:59:38.052 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 12:59:38 smithi178 bash[59653]: ts=2024-03-21T12:59:38.014Z caller=node_exporter.go:115 level=info collector=xfs 2024-03-21T12:59:38.052 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 12:59:38 smithi178 bash[59653]: ts=2024-03-21T12:59:38.014Z caller=node_exporter.go:115 level=info collector=zfs 2024-03-21T12:59:38.052 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 12:59:38 smithi178 bash[59653]: ts=2024-03-21T12:59:38.014Z caller=node_exporter.go:199 level=info msg="Listening on" address=:9100 2024-03-21T12:59:38.052 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 12:59:38 smithi178 bash[59653]: ts=2024-03-21T12:59:38.015Z caller=tls_config.go:195 level=info msg="TLS is disabled." http2=false 2024-03-21T12:59:38.322 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:38 smithi184 bash[14608]: cluster 2024-03-21T12:59:36.752778+0000 mgr.x (mgr.15204) 31 : cluster [DBG] pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 24 KiB/s rd, 0 B/s wr, 13 op/s 2024-03-21T12:59:38.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:38 smithi184 bash[14608]: audit 2024-03-21T12:59:37.014065+0000 mon.a (mon.0) 1244 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T12:59:38.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:38 smithi184 bash[14608]: audit 2024-03-21T12:59:37.025585+0000 mon.a (mon.0) 1245 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T12:59:38.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:38 smithi184 bash[14608]: cephadm 2024-03-21T12:59:37.077560+0000 mgr.x (mgr.15204) 32 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2024-03-21T12:59:38.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:38 smithi184 bash[14608]: cephadm 2024-03-21T12:59:37.099331+0000 mgr.x (mgr.15204) 33 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi178 2024-03-21T12:59:39.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:39 smithi178 bash[14494]: audit 2024-03-21T12:59:37.793248+0000 mgr.x (mgr.15204) 34 : audit [DBG] from='client.14967 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T12:59:39.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:39 smithi178 bash[20270]: audit 2024-03-21T12:59:37.793248+0000 mgr.x (mgr.15204) 34 : audit [DBG] from='client.14967 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T12:59:39.322 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:39 smithi184 bash[14608]: audit 2024-03-21T12:59:37.793248+0000 mgr.x (mgr.15204) 34 : audit [DBG] from='client.14967 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T12:59:40.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:40 smithi178 bash[14494]: cluster 2024-03-21T12:59:38.754646+0000 mgr.x (mgr.15204) 35 : cluster [DBG] pgmap v9: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 0 B/s wr, 11 op/s 2024-03-21T12:59:40.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:40 smithi178 bash[20270]: cluster 2024-03-21T12:59:38.754646+0000 mgr.x (mgr.15204) 35 : cluster [DBG] pgmap v9: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 0 B/s wr, 11 op/s 2024-03-21T12:59:40.322 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:40 smithi184 bash[14608]: cluster 2024-03-21T12:59:38.754646+0000 mgr.x (mgr.15204) 35 : cluster [DBG] pgmap v9: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 0 B/s wr, 11 op/s 2024-03-21T12:59:42.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:41 smithi178 bash[14494]: cluster 2024-03-21T12:59:40.755458+0000 mgr.x (mgr.15204) 36 : cluster [DBG] pgmap v10: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2024-03-21T12:59:42.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:41 smithi178 bash[20270]: cluster 2024-03-21T12:59:40.755458+0000 mgr.x (mgr.15204) 36 : cluster [DBG] pgmap v10: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2024-03-21T12:59:42.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:41 smithi184 bash[14608]: cluster 2024-03-21T12:59:40.755458+0000 mgr.x (mgr.15204) 36 : cluster [DBG] pgmap v10: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2024-03-21T12:59:42.925 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:42 smithi184 bash[14608]: audit 2024-03-21T12:59:41.881241+0000 mon.c (mon.1) 71 : audit [DBG] from='mgr.15204 172.21.15.184:0/3613763361' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T12:59:43.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:42 smithi178 bash[14494]: audit 2024-03-21T12:59:41.881241+0000 mon.c (mon.1) 71 : audit [DBG] from='mgr.15204 172.21.15.184:0/3613763361' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T12:59:43.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:42 smithi178 bash[20270]: audit 2024-03-21T12:59:41.881241+0000 mon.c (mon.1) 71 : audit [DBG] from='mgr.15204 172.21.15.184:0/3613763361' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T12:59:43.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:43 smithi178 bash[14494]: cluster 2024-03-21T12:59:42.756300+0000 mgr.x (mgr.15204) 37 : cluster [DBG] pgmap v11: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2024-03-21T12:59:43.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:43 smithi178 bash[20270]: cluster 2024-03-21T12:59:42.756300+0000 mgr.x (mgr.15204) 37 : cluster [DBG] pgmap v11: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2024-03-21T12:59:43.798 INFO:journalctl@ceph.alertmanager.a.smithi178.stdout:Mar 21 12:59:43 smithi178 bash[43533]: level=error ts=2024-03-21T12:59:43.518Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=12 err="ceph-dashboard/webhook[1]: notify retry canceled after 7 attempts: Post \"https://172.21.15.184:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.184 because it doesn't contain any IP SANs; ceph-dashboard/webhook[0]: notify retry canceled after 8 attempts: Post \"https://172.21.15.178:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.178 because it doesn't contain any IP SANs" 2024-03-21T12:59:43.798 INFO:journalctl@ceph.alertmanager.a.smithi178.stdout:Mar 21 12:59:43 smithi178 bash[43533]: level=warn ts=2024-03-21T12:59:43.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.184:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.184 because it doesn't contain any IP SANs" 2024-03-21T12:59:43.798 INFO:journalctl@ceph.alertmanager.a.smithi178.stdout:Mar 21 12:59:43 smithi178 bash[43533]: level=warn ts=2024-03-21T12:59:43.523Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.178:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.178 because it doesn't contain any IP SANs" 2024-03-21T12:59:43.822 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:43 smithi184 bash[14608]: cluster 2024-03-21T12:59:42.756300+0000 mgr.x (mgr.15204) 37 : cluster [DBG] pgmap v11: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2024-03-21T12:59:45.048 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:59:44 smithi178 bash[14766]: ::ffff:172.21.15.184 - - [21/Mar/2024:12:59:44] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-21T12:59:45.572 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 12:59:45 smithi184 bash[45303]: ::ffff:172.21.15.184 - - [21/Mar/2024:12:59:45] "GET /metrics HTTP/1.1" 200 38229 "" "Prometheus/2.33.4" 2024-03-21T12:59:45.884 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:45 smithi178 bash[14494]: cluster 2024-03-21T12:59:44.757620+0000 mgr.x (mgr.15204) 38 : cluster [DBG] pgmap v12: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2024-03-21T12:59:45.884 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:45 smithi178 bash[20270]: cluster 2024-03-21T12:59:44.757620+0000 mgr.x (mgr.15204) 38 : cluster [DBG] pgmap v12: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2024-03-21T12:59:46.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:45 smithi184 bash[14608]: cluster 2024-03-21T12:59:44.757620+0000 mgr.x (mgr.15204) 38 : cluster [DBG] pgmap v12: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2024-03-21T12:59:46.797 INFO:journalctl@ceph.alertmanager.a.smithi178.stdout:Mar 21 12:59:46 smithi178 systemd[1]: Stopping Ceph alertmanager.a for a94f249e-e780-11ee-95cd-87774f69a715... 2024-03-21T12:59:46.798 INFO:journalctl@ceph.alertmanager.a.smithi178.stdout:Mar 21 12:59:46 smithi178 bash[60361]: Error response from daemon: No such container: ceph-a94f249e-e780-11ee-95cd-87774f69a715-alertmanager.a 2024-03-21T12:59:46.798 INFO:journalctl@ceph.alertmanager.a.smithi178.stdout:Mar 21 12:59:46 smithi178 bash[43533]: level=info ts=2024-03-21T12:59:46.636Z caller=main.go:557 msg="Received SIGTERM, exiting gracefully..." 2024-03-21T12:59:47.429 INFO:journalctl@ceph.alertmanager.a.smithi178.stdout:Mar 21 12:59:47 smithi178 bash[60371]: ceph-a94f249e-e780-11ee-95cd-87774f69a715-alertmanager-a 2024-03-21T12:59:47.429 INFO:journalctl@ceph.alertmanager.a.smithi178.stdout:Mar 21 12:59:47 smithi178 bash[60410]: Error response from daemon: No such container: ceph-a94f249e-e780-11ee-95cd-87774f69a715-alertmanager.a 2024-03-21T12:59:47.429 INFO:journalctl@ceph.alertmanager.a.smithi178.stdout:Mar 21 12:59:47 smithi178 systemd[1]: ceph-a94f249e-e780-11ee-95cd-87774f69a715@alertmanager.a.service: Succeeded. 2024-03-21T12:59:47.429 INFO:journalctl@ceph.alertmanager.a.smithi178.stdout:Mar 21 12:59:47 smithi178 systemd[1]: Stopped Ceph alertmanager.a for a94f249e-e780-11ee-95cd-87774f69a715. 2024-03-21T12:59:47.429 INFO:journalctl@ceph.alertmanager.a.smithi178.stdout:Mar 21 12:59:47 smithi178 systemd[1]: Started Ceph alertmanager.a for a94f249e-e780-11ee-95cd-87774f69a715. 2024-03-21T12:59:48.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:48 smithi178 bash[14494]: cluster 2024-03-21T12:59:46.758477+0000 mgr.x (mgr.15204) 39 : cluster [DBG] pgmap v13: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T12:59:48.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:48 smithi178 bash[14494]: audit 2024-03-21T12:59:47.424720+0000 mon.a (mon.0) 1246 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T12:59:48.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:48 smithi178 bash[14494]: audit 2024-03-21T12:59:47.434534+0000 mon.a (mon.0) 1247 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T12:59:48.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:48 smithi178 bash[14494]: audit 2024-03-21T12:59:47.440079+0000 mon.c (mon.1) 72 : audit [INF] from='mgr.15204 172.21.15.184:0/3613763361' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi178.qfgpzc", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-03-21T12:59:48.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:48 smithi178 bash[14494]: audit 2024-03-21T12:59:47.440468+0000 mon.a (mon.0) 1248 : audit [INF] from='mgr.15204 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi178.qfgpzc", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-03-21T12:59:48.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:48 smithi178 bash[14494]: cephadm 2024-03-21T12:59:47.441141+0000 mgr.x (mgr.15204) 40 : cephadm [INF] Reconfiguring iscsi.foo.smithi178.qfgpzc (dependencies changed)... 2024-03-21T12:59:48.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:48 smithi178 bash[14494]: audit 2024-03-21T12:59:47.450091+0000 mon.c (mon.1) 73 : audit [DBG] from='mgr.15204 172.21.15.184:0/3613763361' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:59:48.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:48 smithi178 bash[14494]: cephadm 2024-03-21T12:59:47.453859+0000 mgr.x (mgr.15204) 41 : cephadm [INF] Reconfiguring daemon iscsi.foo.smithi178.qfgpzc on smithi178 2024-03-21T12:59:48.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:48 smithi178 bash[20270]: cluster 2024-03-21T12:59:46.758477+0000 mgr.x (mgr.15204) 39 : cluster [DBG] pgmap v13: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T12:59:48.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:48 smithi178 bash[20270]: audit 2024-03-21T12:59:47.424720+0000 mon.a (mon.0) 1246 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T12:59:48.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:48 smithi178 bash[20270]: audit 2024-03-21T12:59:47.434534+0000 mon.a (mon.0) 1247 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T12:59:48.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:48 smithi178 bash[20270]: audit 2024-03-21T12:59:47.440079+0000 mon.c (mon.1) 72 : audit [INF] from='mgr.15204 172.21.15.184:0/3613763361' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi178.qfgpzc", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-03-21T12:59:48.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:48 smithi178 bash[20270]: audit 2024-03-21T12:59:47.440468+0000 mon.a (mon.0) 1248 : audit [INF] from='mgr.15204 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi178.qfgpzc", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-03-21T12:59:48.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:48 smithi178 bash[20270]: cephadm 2024-03-21T12:59:47.441141+0000 mgr.x (mgr.15204) 40 : cephadm [INF] Reconfiguring iscsi.foo.smithi178.qfgpzc (dependencies changed)... 2024-03-21T12:59:48.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:48 smithi178 bash[20270]: audit 2024-03-21T12:59:47.450091+0000 mon.c (mon.1) 73 : audit [DBG] from='mgr.15204 172.21.15.184:0/3613763361' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:59:48.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:48 smithi178 bash[20270]: cephadm 2024-03-21T12:59:47.453859+0000 mgr.x (mgr.15204) 41 : cephadm [INF] Reconfiguring daemon iscsi.foo.smithi178.qfgpzc on smithi178 2024-03-21T12:59:48.822 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:48 smithi184 bash[14608]: cluster 2024-03-21T12:59:46.758477+0000 mgr.x (mgr.15204) 39 : cluster [DBG] pgmap v13: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T12:59:48.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:48 smithi184 bash[14608]: audit 2024-03-21T12:59:47.424720+0000 mon.a (mon.0) 1246 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T12:59:48.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:48 smithi184 bash[14608]: audit 2024-03-21T12:59:47.434534+0000 mon.a (mon.0) 1247 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T12:59:48.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:48 smithi184 bash[14608]: audit 2024-03-21T12:59:47.440079+0000 mon.c (mon.1) 72 : audit [INF] from='mgr.15204 172.21.15.184:0/3613763361' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi178.qfgpzc", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-03-21T12:59:48.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:48 smithi184 bash[14608]: audit 2024-03-21T12:59:47.440468+0000 mon.a (mon.0) 1248 : audit [INF] from='mgr.15204 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi178.qfgpzc", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-03-21T12:59:48.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:48 smithi184 bash[14608]: cephadm 2024-03-21T12:59:47.441141+0000 mgr.x (mgr.15204) 40 : cephadm [INF] Reconfiguring iscsi.foo.smithi178.qfgpzc (dependencies changed)... 2024-03-21T12:59:48.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:48 smithi184 bash[14608]: audit 2024-03-21T12:59:47.450091+0000 mon.c (mon.1) 73 : audit [DBG] from='mgr.15204 172.21.15.184:0/3613763361' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:59:48.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:48 smithi184 bash[14608]: cephadm 2024-03-21T12:59:47.453859+0000 mgr.x (mgr.15204) 41 : cephadm [INF] Reconfiguring daemon iscsi.foo.smithi178.qfgpzc on smithi178 2024-03-21T12:59:49.298 INFO:journalctl@ceph.alertmanager.a.smithi178.stdout:Mar 21 12:59:49 smithi178 bash[60444]: level=info ts=2024-03-21T12:59:49.124Z caller=main.go:225 msg="Starting Alertmanager" version="(version=0.23.0, branch=HEAD, revision=61046b17771a57cfd4c4a51be370ab930a4d7d54)" 2024-03-21T12:59:49.298 INFO:journalctl@ceph.alertmanager.a.smithi178.stdout:Mar 21 12:59:49 smithi178 bash[60444]: level=info ts=2024-03-21T12:59:49.124Z caller=main.go:226 build_context="(go=go1.16.7, user=root@e21a959be8d2, date=20210825-10:48:55)" 2024-03-21T12:59:49.298 INFO:journalctl@ceph.alertmanager.a.smithi178.stdout:Mar 21 12:59:49 smithi178 bash[60444]: level=info ts=2024-03-21T12:59:49.126Z caller=cluster.go:184 component=cluster msg="setting advertise address explicitly" addr=172.21.15.178 port=9094 2024-03-21T12:59:49.298 INFO:journalctl@ceph.alertmanager.a.smithi178.stdout:Mar 21 12:59:49 smithi178 bash[60444]: level=info ts=2024-03-21T12:59:49.128Z caller=cluster.go:671 component=cluster msg="Waiting for gossip to settle..." interval=2s 2024-03-21T12:59:49.298 INFO:journalctl@ceph.alertmanager.a.smithi178.stdout:Mar 21 12:59:49 smithi178 bash[60444]: level=info ts=2024-03-21T12:59:49.182Z caller=coordinator.go:113 component=configuration msg="Loading configuration file" file=/etc/alertmanager/alertmanager.yml 2024-03-21T12:59:49.298 INFO:journalctl@ceph.alertmanager.a.smithi178.stdout:Mar 21 12:59:49 smithi178 bash[60444]: level=info ts=2024-03-21T12:59:49.183Z caller=coordinator.go:126 component=configuration msg="Completed loading of configuration file" file=/etc/alertmanager/alertmanager.yml 2024-03-21T12:59:49.298 INFO:journalctl@ceph.alertmanager.a.smithi178.stdout:Mar 21 12:59:49 smithi178 bash[60444]: level=info ts=2024-03-21T12:59:49.187Z caller=main.go:518 msg=Listening address=:9093 2024-03-21T12:59:49.299 INFO:journalctl@ceph.alertmanager.a.smithi178.stdout:Mar 21 12:59:49 smithi178 bash[60444]: level=info ts=2024-03-21T12:59:49.187Z caller=tls_config.go:191 msg="TLS is disabled." http2=false 2024-03-21T12:59:49.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:49 smithi178 bash[14494]: audit 2024-03-21T12:59:47.801302+0000 mgr.x (mgr.15204) 42 : audit [DBG] from='client.14967 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T12:59:49.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:49 smithi178 bash[20270]: audit 2024-03-21T12:59:47.801302+0000 mgr.x (mgr.15204) 42 : audit [DBG] from='client.14967 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T12:59:49.822 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:49 smithi184 bash[14608]: audit 2024-03-21T12:59:47.801302+0000 mgr.x (mgr.15204) 42 : audit [DBG] from='client.14967 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T12:59:50.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:50 smithi178 bash[14494]: cluster 2024-03-21T12:59:48.760342+0000 mgr.x (mgr.15204) 43 : cluster [DBG] pgmap v14: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T12:59:50.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:50 smithi178 bash[20270]: cluster 2024-03-21T12:59:48.760342+0000 mgr.x (mgr.15204) 43 : cluster [DBG] pgmap v14: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T12:59:50.822 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:50 smithi184 bash[14608]: cluster 2024-03-21T12:59:48.760342+0000 mgr.x (mgr.15204) 43 : cluster [DBG] pgmap v14: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T12:59:51.473 INFO:journalctl@ceph.alertmanager.a.smithi178.stdout:Mar 21 12:59:51 smithi178 bash[60444]: level=info ts=2024-03-21T12:59:51.129Z caller=cluster.go:696 component=cluster msg="gossip not settled" polls=0 before=0 now=1 elapsed=2.000784702s 2024-03-21T12:59:52.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:51 smithi178 bash[14494]: cluster 2024-03-21T12:59:50.761105+0000 mgr.x (mgr.15204) 44 : cluster [DBG] pgmap v15: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T12:59:52.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:51 smithi178 bash[20270]: cluster 2024-03-21T12:59:50.761105+0000 mgr.x (mgr.15204) 44 : cluster [DBG] pgmap v15: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T12:59:52.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:51 smithi184 bash[14608]: cluster 2024-03-21T12:59:50.761105+0000 mgr.x (mgr.15204) 44 : cluster [DBG] pgmap v15: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T12:59:52.572 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 12:59:52 smithi184 bash[37269]: ts=2024-03-21T12:59:52.315Z caller=manager.go:609 level=warn component="rule manager" group=pools msg="Evaluating rule failed" rule="alert: CephPoolGrowthWarning\nexpr: (predict_linear(ceph_pool_percent_used[2d], 3600 * 24 * 5) * on(pool_id) group_right()\n ceph_pool_metadata) >= 95\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.9.2\n severity: warning\n type: ceph_default\nannotations:\n description: |\n Pool '{{ $labels.name }}' will be full in less than 5 days assuming the average fill-up rate of the past 48 hours.\n summary: Pool growth rate may soon exceed it's capacity\n" err="found duplicate series for the match group {pool_id=\"1\"} on the left hand-side of the operation: [{instance=\"172.21.15.184:9283\", job=\"ceph\", pool_id=\"1\"}, {instance=\"172.21.15.178:9283\", job=\"ceph\", pool_id=\"1\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-21T12:59:53.945 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:53 smithi178 bash[14494]: cluster 2024-03-21T12:59:52.762253+0000 mgr.x (mgr.15204) 45 : cluster [DBG] pgmap v16: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-03-21T12:59:53.945 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:53 smithi178 bash[20270]: cluster 2024-03-21T12:59:52.762253+0000 mgr.x (mgr.15204) 45 : cluster [DBG] pgmap v16: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-03-21T12:59:54.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:53 smithi184 bash[14608]: cluster 2024-03-21T12:59:52.762253+0000 mgr.x (mgr.15204) 45 : cluster [DBG] pgmap v16: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-03-21T12:59:55.048 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 12:59:54 smithi178 bash[14766]: ::ffff:172.21.15.184 - - [21/Mar/2024:12:59:54] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-21T12:59:55.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:54 smithi178 bash[14494]: audit 2024-03-21T12:59:53.855190+0000 mon.a (mon.0) 1249 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T12:59:55.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:54 smithi178 bash[14494]: audit 2024-03-21T12:59:53.866505+0000 mon.a (mon.0) 1250 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T12:59:55.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:54 smithi178 bash[14494]: audit 2024-03-21T12:59:53.884820+0000 mon.c (mon.1) 74 : audit [INF] from='mgr.15204 172.21.15.184:0/3613763361' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi184", "caps": []}]: dispatch 2024-03-21T12:59:55.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:54 smithi178 bash[14494]: audit 2024-03-21T12:59:53.885481+0000 mon.a (mon.0) 1251 : audit [INF] from='mgr.15204 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi184", "caps": []}]: dispatch 2024-03-21T12:59:55.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:54 smithi178 bash[14494]: cephadm 2024-03-21T12:59:54.182521+0000 mgr.x (mgr.15204) 46 : cephadm [INF] Reconfiguring daemon agent.smithi184 on smithi184 2024-03-21T12:59:55.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:54 smithi178 bash[14494]: cephadm 2024-03-21T12:59:54.258395+0000 mgr.x (mgr.15204) 47 : cephadm [INF] Deploying cephadm binary to smithi184 2024-03-21T12:59:55.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:54 smithi178 bash[20270]: audit 2024-03-21T12:59:53.855190+0000 mon.a (mon.0) 1249 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T12:59:55.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:54 smithi178 bash[20270]: audit 2024-03-21T12:59:53.866505+0000 mon.a (mon.0) 1250 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T12:59:55.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:54 smithi178 bash[20270]: audit 2024-03-21T12:59:53.884820+0000 mon.c (mon.1) 74 : audit [INF] from='mgr.15204 172.21.15.184:0/3613763361' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi184", "caps": []}]: dispatch 2024-03-21T12:59:55.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:54 smithi178 bash[20270]: audit 2024-03-21T12:59:53.885481+0000 mon.a (mon.0) 1251 : audit [INF] from='mgr.15204 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi184", "caps": []}]: dispatch 2024-03-21T12:59:55.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:54 smithi178 bash[20270]: cephadm 2024-03-21T12:59:54.182521+0000 mgr.x (mgr.15204) 46 : cephadm [INF] Reconfiguring daemon agent.smithi184 on smithi184 2024-03-21T12:59:55.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:54 smithi178 bash[20270]: cephadm 2024-03-21T12:59:54.258395+0000 mgr.x (mgr.15204) 47 : cephadm [INF] Deploying cephadm binary to smithi184 2024-03-21T12:59:55.322 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 12:59:55 smithi184 bash[45303]: ::ffff:172.21.15.184 - - [21/Mar/2024:12:59:55] "GET /metrics HTTP/1.1" 200 38229 "" "Prometheus/2.33.4" 2024-03-21T12:59:55.322 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:54 smithi184 bash[14608]: audit 2024-03-21T12:59:53.855190+0000 mon.a (mon.0) 1249 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T12:59:55.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:54 smithi184 bash[14608]: audit 2024-03-21T12:59:53.866505+0000 mon.a (mon.0) 1250 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T12:59:55.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:54 smithi184 bash[14608]: audit 2024-03-21T12:59:53.884820+0000 mon.c (mon.1) 74 : audit [INF] from='mgr.15204 172.21.15.184:0/3613763361' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi184", "caps": []}]: dispatch 2024-03-21T12:59:55.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:54 smithi184 bash[14608]: audit 2024-03-21T12:59:53.885481+0000 mon.a (mon.0) 1251 : audit [INF] from='mgr.15204 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi184", "caps": []}]: dispatch 2024-03-21T12:59:55.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:54 smithi184 bash[14608]: cephadm 2024-03-21T12:59:54.182521+0000 mgr.x (mgr.15204) 46 : cephadm [INF] Reconfiguring daemon agent.smithi184 on smithi184 2024-03-21T12:59:55.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:54 smithi184 bash[14608]: cephadm 2024-03-21T12:59:54.258395+0000 mgr.x (mgr.15204) 47 : cephadm [INF] Deploying cephadm binary to smithi184 2024-03-21T12:59:56.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:55 smithi178 bash[14494]: cluster 2024-03-21T12:59:54.763523+0000 mgr.x (mgr.15204) 48 : cluster [DBG] pgmap v17: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 938 B/s rd, 0 op/s 2024-03-21T12:59:56.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:55 smithi178 bash[14494]: audit 2024-03-21T12:59:55.837470+0000 mon.a (mon.0) 1252 : audit [DBG] from='client.? 172.21.15.178:0/1187562751' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2024-03-21T12:59:56.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:55 smithi178 bash[20270]: cluster 2024-03-21T12:59:54.763523+0000 mgr.x (mgr.15204) 48 : cluster [DBG] pgmap v17: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 938 B/s rd, 0 op/s 2024-03-21T12:59:56.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:55 smithi178 bash[20270]: audit 2024-03-21T12:59:55.837470+0000 mon.a (mon.0) 1252 : audit [DBG] from='client.? 172.21.15.178:0/1187562751' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2024-03-21T12:59:56.322 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:55 smithi184 bash[14608]: cluster 2024-03-21T12:59:54.763523+0000 mgr.x (mgr.15204) 48 : cluster [DBG] pgmap v17: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 938 B/s rd, 0 op/s 2024-03-21T12:59:56.322 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:55 smithi184 bash[14608]: audit 2024-03-21T12:59:55.837470+0000 mon.a (mon.0) 1252 : audit [DBG] from='client.? 172.21.15.178:0/1187562751' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2024-03-21T12:59:57.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:56 smithi178 bash[14494]: audit 2024-03-21T12:59:56.226341+0000 mon.c (mon.1) 75 : audit [INF] from='client.? 172.21.15.178:0/3303389182' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:0/3912607897"}]: dispatch 2024-03-21T12:59:57.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:56 smithi178 bash[14494]: audit 2024-03-21T12:59:56.227308+0000 mon.a (mon.0) 1253 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:0/3912607897"}]: dispatch 2024-03-21T12:59:57.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:56 smithi178 bash[20270]: audit 2024-03-21T12:59:56.226341+0000 mon.c (mon.1) 75 : audit [INF] from='client.? 172.21.15.178:0/3303389182' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:0/3912607897"}]: dispatch 2024-03-21T12:59:57.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:56 smithi178 bash[20270]: audit 2024-03-21T12:59:56.227308+0000 mon.a (mon.0) 1253 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:0/3912607897"}]: dispatch 2024-03-21T12:59:57.322 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:56 smithi184 bash[14608]: audit 2024-03-21T12:59:56.226341+0000 mon.c (mon.1) 75 : audit [INF] from='client.? 172.21.15.178:0/3303389182' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:0/3912607897"}]: dispatch 2024-03-21T12:59:57.322 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:56 smithi184 bash[14608]: audit 2024-03-21T12:59:56.227308+0000 mon.a (mon.0) 1253 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:0/3912607897"}]: dispatch 2024-03-21T12:59:58.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:57 smithi178 bash[14494]: cluster 2024-03-21T12:59:56.764195+0000 mgr.x (mgr.15204) 49 : cluster [DBG] pgmap v18: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 938 B/s rd, 0 op/s 2024-03-21T12:59:58.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:57 smithi178 bash[14494]: audit 2024-03-21T12:59:56.881437+0000 mon.a (mon.0) 1254 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi178.qfgpzc' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:0/3912607897"}]': finished 2024-03-21T12:59:58.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:57 smithi178 bash[14494]: cluster 2024-03-21T12:59:56.881568+0000 mon.a (mon.0) 1255 : cluster [DBG] osdmap e98: 8 total, 8 up, 8 in 2024-03-21T12:59:58.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:57 smithi178 bash[14494]: audit 2024-03-21T12:59:56.890100+0000 mon.c (mon.1) 76 : audit [DBG] from='mgr.15204 172.21.15.184:0/3613763361' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T12:59:58.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:57 smithi178 bash[14494]: audit 2024-03-21T12:59:57.270910+0000 mon.a (mon.0) 1256 : audit [INF] from='client.? 172.21.15.178:0/1664065344' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:0/543068541"}]: dispatch 2024-03-21T12:59:58.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:57 smithi178 bash[20270]: cluster 2024-03-21T12:59:56.764195+0000 mgr.x (mgr.15204) 49 : cluster [DBG] pgmap v18: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 938 B/s rd, 0 op/s 2024-03-21T12:59:58.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:57 smithi178 bash[20270]: audit 2024-03-21T12:59:56.881437+0000 mon.a (mon.0) 1254 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi178.qfgpzc' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:0/3912607897"}]': finished 2024-03-21T12:59:58.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:57 smithi178 bash[20270]: cluster 2024-03-21T12:59:56.881568+0000 mon.a (mon.0) 1255 : cluster [DBG] osdmap e98: 8 total, 8 up, 8 in 2024-03-21T12:59:58.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:57 smithi178 bash[20270]: audit 2024-03-21T12:59:56.890100+0000 mon.c (mon.1) 76 : audit [DBG] from='mgr.15204 172.21.15.184:0/3613763361' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T12:59:58.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:57 smithi178 bash[20270]: audit 2024-03-21T12:59:57.270910+0000 mon.a (mon.0) 1256 : audit [INF] from='client.? 172.21.15.178:0/1664065344' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:0/543068541"}]: dispatch 2024-03-21T12:59:58.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:57 smithi184 bash[14608]: cluster 2024-03-21T12:59:56.764195+0000 mgr.x (mgr.15204) 49 : cluster [DBG] pgmap v18: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 938 B/s rd, 0 op/s 2024-03-21T12:59:58.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:57 smithi184 bash[14608]: audit 2024-03-21T12:59:56.881437+0000 mon.a (mon.0) 1254 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi178.qfgpzc' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:0/3912607897"}]': finished 2024-03-21T12:59:58.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:57 smithi184 bash[14608]: cluster 2024-03-21T12:59:56.881568+0000 mon.a (mon.0) 1255 : cluster [DBG] osdmap e98: 8 total, 8 up, 8 in 2024-03-21T12:59:58.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:57 smithi184 bash[14608]: audit 2024-03-21T12:59:56.890100+0000 mon.c (mon.1) 76 : audit [DBG] from='mgr.15204 172.21.15.184:0/3613763361' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T12:59:58.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:57 smithi184 bash[14608]: audit 2024-03-21T12:59:57.270910+0000 mon.a (mon.0) 1256 : audit [INF] from='client.? 172.21.15.178:0/1664065344' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:0/543068541"}]: dispatch 2024-03-21T12:59:59.298 INFO:journalctl@ceph.alertmanager.a.smithi178.stdout:Mar 21 12:59:59 smithi178 bash[60444]: level=info ts=2024-03-21T12:59:59.132Z caller=cluster.go:688 component=cluster msg="gossip settled; proceeding" elapsed=10.003746061s 2024-03-21T12:59:59.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:58 smithi178 bash[14494]: audit 2024-03-21T12:59:57.885732+0000 mon.a (mon.0) 1257 : audit [INF] from='client.? 172.21.15.178:0/1664065344' entity='client.iscsi.foo.smithi178.qfgpzc' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:0/543068541"}]': finished 2024-03-21T12:59:59.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:58 smithi178 bash[14494]: cluster 2024-03-21T12:59:57.887123+0000 mon.a (mon.0) 1258 : cluster [DBG] osdmap e99: 8 total, 8 up, 8 in 2024-03-21T12:59:59.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:58 smithi178 bash[14494]: audit 2024-03-21T12:59:58.290095+0000 mon.c (mon.1) 77 : audit [INF] from='client.? 172.21.15.178:0/4236093535' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:0/1034136171"}]: dispatch 2024-03-21T12:59:59.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:58 smithi178 bash[14494]: audit 2024-03-21T12:59:58.291149+0000 mon.a (mon.0) 1259 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:0/1034136171"}]: dispatch 2024-03-21T12:59:59.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:58 smithi178 bash[14494]: audit 2024-03-21T12:59:58.596500+0000 mon.a (mon.0) 1260 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T12:59:59.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:58 smithi178 bash[14494]: audit 2024-03-21T12:59:58.608713+0000 mon.a (mon.0) 1261 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T12:59:59.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:58 smithi178 bash[14494]: audit 2024-03-21T12:59:58.618385+0000 mon.a (mon.0) 1262 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T12:59:59.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:58 smithi178 bash[20270]: audit 2024-03-21T12:59:57.885732+0000 mon.a (mon.0) 1257 : audit [INF] from='client.? 172.21.15.178:0/1664065344' entity='client.iscsi.foo.smithi178.qfgpzc' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:0/543068541"}]': finished 2024-03-21T12:59:59.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:58 smithi178 bash[20270]: cluster 2024-03-21T12:59:57.887123+0000 mon.a (mon.0) 1258 : cluster [DBG] osdmap e99: 8 total, 8 up, 8 in 2024-03-21T12:59:59.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:58 smithi178 bash[20270]: audit 2024-03-21T12:59:58.290095+0000 mon.c (mon.1) 77 : audit [INF] from='client.? 172.21.15.178:0/4236093535' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:0/1034136171"}]: dispatch 2024-03-21T12:59:59.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:58 smithi178 bash[20270]: audit 2024-03-21T12:59:58.291149+0000 mon.a (mon.0) 1259 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:0/1034136171"}]: dispatch 2024-03-21T12:59:59.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:58 smithi178 bash[20270]: audit 2024-03-21T12:59:58.596500+0000 mon.a (mon.0) 1260 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T12:59:59.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:58 smithi178 bash[20270]: audit 2024-03-21T12:59:58.608713+0000 mon.a (mon.0) 1261 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T12:59:59.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:58 smithi178 bash[20270]: audit 2024-03-21T12:59:58.618385+0000 mon.a (mon.0) 1262 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T12:59:59.322 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:58 smithi184 bash[14608]: audit 2024-03-21T12:59:57.885732+0000 mon.a (mon.0) 1257 : audit [INF] from='client.? 172.21.15.178:0/1664065344' entity='client.iscsi.foo.smithi178.qfgpzc' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:0/543068541"}]': finished 2024-03-21T12:59:59.322 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:58 smithi184 bash[14608]: cluster 2024-03-21T12:59:57.887123+0000 mon.a (mon.0) 1258 : cluster [DBG] osdmap e99: 8 total, 8 up, 8 in 2024-03-21T12:59:59.322 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:58 smithi184 bash[14608]: audit 2024-03-21T12:59:58.290095+0000 mon.c (mon.1) 77 : audit [INF] from='client.? 172.21.15.178:0/4236093535' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:0/1034136171"}]: dispatch 2024-03-21T12:59:59.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:58 smithi184 bash[14608]: audit 2024-03-21T12:59:58.291149+0000 mon.a (mon.0) 1259 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:0/1034136171"}]: dispatch 2024-03-21T12:59:59.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:58 smithi184 bash[14608]: audit 2024-03-21T12:59:58.596500+0000 mon.a (mon.0) 1260 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T12:59:59.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:58 smithi184 bash[14608]: audit 2024-03-21T12:59:58.608713+0000 mon.a (mon.0) 1261 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T12:59:59.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:58 smithi184 bash[14608]: audit 2024-03-21T12:59:58.618385+0000 mon.a (mon.0) 1262 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T13:00:00.280 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:59 smithi178 bash[14494]: cephadm 2024-03-21T12:59:58.645064+0000 mgr.x (mgr.15204) 50 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-03-21T13:00:00.280 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:59 smithi178 bash[14494]: cluster 2024-03-21T12:59:58.764667+0000 mgr.x (mgr.15204) 51 : cluster [DBG] pgmap v21: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-21T13:00:00.280 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:59 smithi178 bash[14494]: cephadm 2024-03-21T12:59:58.891926+0000 mgr.x (mgr.15204) 52 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi184 2024-03-21T13:00:00.281 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:59 smithi178 bash[14494]: audit 2024-03-21T12:59:58.906560+0000 mon.a (mon.0) 1263 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi178.qfgpzc' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:0/1034136171"}]': finished 2024-03-21T13:00:00.281 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:59 smithi178 bash[14494]: cluster 2024-03-21T12:59:58.906700+0000 mon.a (mon.0) 1264 : cluster [DBG] osdmap e100: 8 total, 8 up, 8 in 2024-03-21T13:00:00.281 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:59 smithi178 bash[14494]: audit 2024-03-21T12:59:59.308056+0000 mon.c (mon.1) 78 : audit [INF] from='client.? 172.21.15.178:0/1709014774' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:6800/2078458187"}]: dispatch 2024-03-21T13:00:00.281 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 12:59:59 smithi178 bash[14494]: audit 2024-03-21T12:59:59.309314+0000 mon.a (mon.0) 1265 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:6800/2078458187"}]: dispatch 2024-03-21T13:00:00.281 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:59 smithi178 bash[20270]: cephadm 2024-03-21T12:59:58.645064+0000 mgr.x (mgr.15204) 50 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-03-21T13:00:00.281 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:59 smithi178 bash[20270]: cluster 2024-03-21T12:59:58.764667+0000 mgr.x (mgr.15204) 51 : cluster [DBG] pgmap v21: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-21T13:00:00.281 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:59 smithi178 bash[20270]: cephadm 2024-03-21T12:59:58.891926+0000 mgr.x (mgr.15204) 52 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi184 2024-03-21T13:00:00.281 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:59 smithi178 bash[20270]: audit 2024-03-21T12:59:58.906560+0000 mon.a (mon.0) 1263 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi178.qfgpzc' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:0/1034136171"}]': finished 2024-03-21T13:00:00.281 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:59 smithi178 bash[20270]: cluster 2024-03-21T12:59:58.906700+0000 mon.a (mon.0) 1264 : cluster [DBG] osdmap e100: 8 total, 8 up, 8 in 2024-03-21T13:00:00.281 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:59 smithi178 bash[20270]: audit 2024-03-21T12:59:59.308056+0000 mon.c (mon.1) 78 : audit [INF] from='client.? 172.21.15.178:0/1709014774' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:6800/2078458187"}]: dispatch 2024-03-21T13:00:00.281 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 12:59:59 smithi178 bash[20270]: audit 2024-03-21T12:59:59.309314+0000 mon.a (mon.0) 1265 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:6800/2078458187"}]: dispatch 2024-03-21T13:00:00.322 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:59 smithi184 bash[14608]: cephadm 2024-03-21T12:59:58.645064+0000 mgr.x (mgr.15204) 50 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-03-21T13:00:00.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:59 smithi184 bash[14608]: cluster 2024-03-21T12:59:58.764667+0000 mgr.x (mgr.15204) 51 : cluster [DBG] pgmap v21: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-21T13:00:00.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:59 smithi184 bash[14608]: cephadm 2024-03-21T12:59:58.891926+0000 mgr.x (mgr.15204) 52 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi184 2024-03-21T13:00:00.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:59 smithi184 bash[14608]: audit 2024-03-21T12:59:58.906560+0000 mon.a (mon.0) 1263 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi178.qfgpzc' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:0/1034136171"}]': finished 2024-03-21T13:00:00.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:59 smithi184 bash[14608]: cluster 2024-03-21T12:59:58.906700+0000 mon.a (mon.0) 1264 : cluster [DBG] osdmap e100: 8 total, 8 up, 8 in 2024-03-21T13:00:00.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:59 smithi184 bash[14608]: audit 2024-03-21T12:59:59.308056+0000 mon.c (mon.1) 78 : audit [INF] from='client.? 172.21.15.178:0/1709014774' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:6800/2078458187"}]: dispatch 2024-03-21T13:00:00.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 12:59:59 smithi184 bash[14608]: audit 2024-03-21T12:59:59.309314+0000 mon.a (mon.0) 1265 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:6800/2078458187"}]: dispatch 2024-03-21T13:00:00.357 INFO:teuthology.orchestra.run.smithi178.stdout:true 2024-03-21T13:00:01.139 INFO:teuthology.orchestra.run.smithi178.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-21T13:00:01.139 INFO:teuthology.orchestra.run.smithi178.stdout:agent.smithi178 smithi178 starting - - - - 2024-03-21T13:00:01.139 INFO:teuthology.orchestra.run.smithi178.stdout:agent.smithi184 smithi184 starting - - - - 2024-03-21T13:00:01.139 INFO:teuthology.orchestra.run.smithi178.stdout:alertmanager.a smithi178 *:9093,9094 starting - - - - 2024-03-21T13:00:01.139 INFO:teuthology.orchestra.run.smithi178.stdout:grafana.a smithi184 *:3000 running (6m) 61s ago 6m 45.4M - 8.3.5 dad864ee21e9 8de6ca670033 2024-03-21T13:00:01.139 INFO:teuthology.orchestra.run.smithi178.stdout:iscsi.foo.smithi178.qfgpzc smithi178 starting - - - - 2024-03-21T13:00:01.139 INFO:teuthology.orchestra.run.smithi178.stdout:mgr.x smithi184 *:8443,9283 starting - - - - 2024-03-21T13:00:01.140 INFO:teuthology.orchestra.run.smithi178.stdout:mgr.y smithi178 *:9283 running (15m) 49s ago 15m 465M - 17.2.0 e1d6a67b021e 690edd94b9e7 2024-03-21T13:00:01.140 INFO:teuthology.orchestra.run.smithi178.stdout:mon.a smithi178 running (15m) 49s ago 15m 60.7M 2048M 17.2.0 e1d6a67b021e 929eab85bff1 2024-03-21T13:00:01.140 INFO:teuthology.orchestra.run.smithi178.stdout:mon.b smithi184 running (13m) 61s ago 13m 50.7M 2048M 17.2.0 e1d6a67b021e 2c060c770e3f 2024-03-21T13:00:01.140 INFO:teuthology.orchestra.run.smithi178.stdout:mon.c smithi178 running (13m) 49s ago 13m 48.4M 2048M 17.2.0 e1d6a67b021e cf8630e7a11b 2024-03-21T13:00:01.140 INFO:teuthology.orchestra.run.smithi178.stdout:node-exporter.a smithi178 *:9100 starting - - - - 2024-03-21T13:00:01.140 INFO:teuthology.orchestra.run.smithi178.stdout:node-exporter.b smithi184 *:9100 running (7m) 61s ago 7m 14.3M - 1dbe0e931976 7cd804e590ee 2024-03-21T13:00:01.140 INFO:teuthology.orchestra.run.smithi178.stdout:osd.0 smithi178 running (12m) 49s ago 12m 56.3M 4096M 17.2.0 e1d6a67b021e d6b8ef28417b 2024-03-21T13:00:01.140 INFO:teuthology.orchestra.run.smithi178.stdout:osd.1 smithi178 running (12m) 49s ago 12m 58.4M 4096M 17.2.0 e1d6a67b021e f1a18d3887e4 2024-03-21T13:00:01.140 INFO:teuthology.orchestra.run.smithi178.stdout:osd.2 smithi178 running (11m) 49s ago 11m 53.1M 4096M 17.2.0 e1d6a67b021e 20f205591c9c 2024-03-21T13:00:01.140 INFO:teuthology.orchestra.run.smithi178.stdout:osd.3 smithi178 running (10m) 49s ago 10m 53.8M 4096M 17.2.0 e1d6a67b021e a4f15fefa0b8 2024-03-21T13:00:01.140 INFO:teuthology.orchestra.run.smithi178.stdout:osd.4 smithi184 running (10m) 61s ago 10m 54.9M 4096M 17.2.0 e1d6a67b021e e20e0f763007 2024-03-21T13:00:01.140 INFO:teuthology.orchestra.run.smithi178.stdout:osd.5 smithi184 running (9m) 61s ago 9m 53.7M 4096M 17.2.0 e1d6a67b021e a0e050155046 2024-03-21T13:00:01.140 INFO:teuthology.orchestra.run.smithi178.stdout:osd.6 smithi184 running (8m) 61s ago 8m 53.7M 4096M 17.2.0 e1d6a67b021e 68fa324445fb 2024-03-21T13:00:01.140 INFO:teuthology.orchestra.run.smithi178.stdout:osd.7 smithi184 running (8m) 61s ago 8m 53.8M 4096M 17.2.0 e1d6a67b021e 9153684ac7cd 2024-03-21T13:00:01.141 INFO:teuthology.orchestra.run.smithi178.stdout:prometheus.a smithi184 *:9095 running (6m) 61s ago 7m 60.5M - 514e6a882f6e 6fc7a4f6db9a 2024-03-21T13:00:01.141 INFO:teuthology.orchestra.run.smithi178.stdout:rgw.foo.smithi178.amgrte smithi178 *:8000 running (5m) 49s ago 5m 84.4M - 17.2.0 e1d6a67b021e d914bef5b616 2024-03-21T13:00:01.141 INFO:teuthology.orchestra.run.smithi178.stdout:rgw.foo.smithi184.sylqte smithi184 *:8000 running (5m) 61s ago 5m 84.2M - 17.2.0 e1d6a67b021e 71e9025bfe7b 2024-03-21T13:00:01.141 INFO:teuthology.orchestra.run.smithi178.stdout:rgw.smpl.smithi178.avyvkd smithi178 *:80 running (4m) 49s ago 4m 84.6M - 17.2.0 e1d6a67b021e 95dce05fca01 2024-03-21T13:00:01.141 INFO:teuthology.orchestra.run.smithi178.stdout:rgw.smpl.smithi184.ccsuhn smithi184 *:80 running (4m) 61s ago 4m 84.5M - 17.2.0 e1d6a67b021e c3b20c5f0cde 2024-03-21T13:00:01.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:00 smithi178 bash[14494]: audit 2024-03-21T12:59:59.916547+0000 mon.a (mon.0) 1266 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi178.qfgpzc' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:6800/2078458187"}]': finished 2024-03-21T13:00:01.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:00 smithi178 bash[14494]: cluster 2024-03-21T12:59:59.916626+0000 mon.a (mon.0) 1267 : cluster [DBG] osdmap e101: 8 total, 8 up, 8 in 2024-03-21T13:00:01.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:00 smithi178 bash[14494]: cluster 2024-03-21T13:00:00.000113+0000 mon.a (mon.0) 1268 : cluster [INF] overall HEALTH_OK 2024-03-21T13:00:01.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:00 smithi178 bash[14494]: audit 2024-03-21T13:00:00.310173+0000 mon.a (mon.0) 1269 : audit [INF] from='client.? 172.21.15.178:0/365209355' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:6801/2078458187"}]: dispatch 2024-03-21T13:00:01.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:00 smithi178 bash[14494]: audit 2024-03-21T13:00:00.339448+0000 mgr.x (mgr.15204) 53 : audit [DBG] from='client.15324 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:00:01.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:00 smithi178 bash[20270]: audit 2024-03-21T12:59:59.916547+0000 mon.a (mon.0) 1266 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi178.qfgpzc' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:6800/2078458187"}]': finished 2024-03-21T13:00:01.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:00 smithi178 bash[20270]: cluster 2024-03-21T12:59:59.916626+0000 mon.a (mon.0) 1267 : cluster [DBG] osdmap e101: 8 total, 8 up, 8 in 2024-03-21T13:00:01.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:00 smithi178 bash[20270]: cluster 2024-03-21T13:00:00.000113+0000 mon.a (mon.0) 1268 : cluster [INF] overall HEALTH_OK 2024-03-21T13:00:01.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:00 smithi178 bash[20270]: audit 2024-03-21T13:00:00.310173+0000 mon.a (mon.0) 1269 : audit [INF] from='client.? 172.21.15.178:0/365209355' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:6801/2078458187"}]: dispatch 2024-03-21T13:00:01.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:00 smithi178 bash[20270]: audit 2024-03-21T13:00:00.339448+0000 mgr.x (mgr.15204) 53 : audit [DBG] from='client.15324 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:00:01.305 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:00 smithi184 bash[14608]: audit 2024-03-21T12:59:59.916547+0000 mon.a (mon.0) 1266 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi178.qfgpzc' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:6800/2078458187"}]': finished 2024-03-21T13:00:01.305 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:00 smithi184 bash[14608]: cluster 2024-03-21T12:59:59.916626+0000 mon.a (mon.0) 1267 : cluster [DBG] osdmap e101: 8 total, 8 up, 8 in 2024-03-21T13:00:01.305 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:00 smithi184 bash[14608]: cluster 2024-03-21T13:00:00.000113+0000 mon.a (mon.0) 1268 : cluster [INF] overall HEALTH_OK 2024-03-21T13:00:01.305 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:00 smithi184 bash[14608]: audit 2024-03-21T13:00:00.310173+0000 mon.a (mon.0) 1269 : audit [INF] from='client.? 172.21.15.178:0/365209355' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:6801/2078458187"}]: dispatch 2024-03-21T13:00:01.305 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:00 smithi184 bash[14608]: audit 2024-03-21T13:00:00.339448+0000 mgr.x (mgr.15204) 53 : audit [DBG] from='client.15324 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:00:01.619 INFO:teuthology.orchestra.run.smithi178.stdout:{ 2024-03-21T13:00:01.620 INFO:teuthology.orchestra.run.smithi178.stdout: "mon": { 2024-03-21T13:00:01.620 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3 2024-03-21T13:00:01.620 INFO:teuthology.orchestra.run.smithi178.stdout: }, 2024-03-21T13:00:01.620 INFO:teuthology.orchestra.run.smithi178.stdout: "mgr": { 2024-03-21T13:00:01.620 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2024-03-21T13:00:01.620 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 1 2024-03-21T13:00:01.620 INFO:teuthology.orchestra.run.smithi178.stdout: }, 2024-03-21T13:00:01.620 INFO:teuthology.orchestra.run.smithi178.stdout: "osd": { 2024-03-21T13:00:01.620 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2024-03-21T13:00:01.620 INFO:teuthology.orchestra.run.smithi178.stdout: }, 2024-03-21T13:00:01.620 INFO:teuthology.orchestra.run.smithi178.stdout: "mds": {}, 2024-03-21T13:00:01.620 INFO:teuthology.orchestra.run.smithi178.stdout: "rgw": { 2024-03-21T13:00:01.620 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2024-03-21T13:00:01.621 INFO:teuthology.orchestra.run.smithi178.stdout: }, 2024-03-21T13:00:01.621 INFO:teuthology.orchestra.run.smithi178.stdout: "overall": { 2024-03-21T13:00:01.621 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 16, 2024-03-21T13:00:01.621 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 1 2024-03-21T13:00:01.621 INFO:teuthology.orchestra.run.smithi178.stdout: } 2024-03-21T13:00:01.621 INFO:teuthology.orchestra.run.smithi178.stdout:} 2024-03-21T13:00:01.964 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:01 smithi178 bash[14494]: audit 2024-03-21T13:00:00.730149+0000 mgr.x (mgr.15204) 54 : audit [DBG] from='client.25237 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:00:01.965 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:01 smithi178 bash[14494]: cluster 2024-03-21T13:00:00.765263+0000 mgr.x (mgr.15204) 55 : cluster [DBG] pgmap v24: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-03-21T13:00:01.965 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:01 smithi178 bash[14494]: audit 2024-03-21T13:00:00.921565+0000 mon.a (mon.0) 1270 : audit [INF] from='client.? 172.21.15.178:0/365209355' entity='client.iscsi.foo.smithi178.qfgpzc' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:6801/2078458187"}]': finished 2024-03-21T13:00:01.965 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:01 smithi178 bash[14494]: cluster 2024-03-21T13:00:00.922523+0000 mon.a (mon.0) 1271 : cluster [DBG] osdmap e102: 8 total, 8 up, 8 in 2024-03-21T13:00:01.965 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:01 smithi178 bash[14494]: audit 2024-03-21T13:00:01.117817+0000 mgr.x (mgr.15204) 56 : audit [DBG] from='client.25243 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:00:01.965 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:01 smithi178 bash[14494]: audit 2024-03-21T13:00:01.319733+0000 mon.c (mon.1) 79 : audit [INF] from='client.? 172.21.15.178:0/1307058859' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:0/1992289334"}]: dispatch 2024-03-21T13:00:01.965 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:01 smithi178 bash[14494]: audit 2024-03-21T13:00:01.320431+0000 mon.a (mon.0) 1272 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:0/1992289334"}]: dispatch 2024-03-21T13:00:01.965 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:01 smithi178 bash[14494]: audit 2024-03-21T13:00:01.617305+0000 mon.c (mon.1) 80 : audit [DBG] from='client.? 172.21.15.178:0/3526588333' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:00:01.965 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:01 smithi178 bash[20270]: audit 2024-03-21T13:00:00.730149+0000 mgr.x (mgr.15204) 54 : audit [DBG] from='client.25237 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:00:01.965 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:01 smithi178 bash[20270]: cluster 2024-03-21T13:00:00.765263+0000 mgr.x (mgr.15204) 55 : cluster [DBG] pgmap v24: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-03-21T13:00:01.965 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:01 smithi178 bash[20270]: audit 2024-03-21T13:00:00.921565+0000 mon.a (mon.0) 1270 : audit [INF] from='client.? 172.21.15.178:0/365209355' entity='client.iscsi.foo.smithi178.qfgpzc' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:6801/2078458187"}]': finished 2024-03-21T13:00:01.966 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:01 smithi178 bash[20270]: cluster 2024-03-21T13:00:00.922523+0000 mon.a (mon.0) 1271 : cluster [DBG] osdmap e102: 8 total, 8 up, 8 in 2024-03-21T13:00:01.966 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:01 smithi178 bash[20270]: audit 2024-03-21T13:00:01.117817+0000 mgr.x (mgr.15204) 56 : audit [DBG] from='client.25243 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:00:01.966 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:01 smithi178 bash[20270]: audit 2024-03-21T13:00:01.319733+0000 mon.c (mon.1) 79 : audit [INF] from='client.? 172.21.15.178:0/1307058859' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:0/1992289334"}]: dispatch 2024-03-21T13:00:01.966 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:01 smithi178 bash[20270]: audit 2024-03-21T13:00:01.320431+0000 mon.a (mon.0) 1272 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:0/1992289334"}]: dispatch 2024-03-21T13:00:01.966 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:01 smithi178 bash[20270]: audit 2024-03-21T13:00:01.617305+0000 mon.c (mon.1) 80 : audit [DBG] from='client.? 172.21.15.178:0/3526588333' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:00:02.060 INFO:teuthology.orchestra.run.smithi178.stdout:{ 2024-03-21T13:00:02.061 INFO:teuthology.orchestra.run.smithi178.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753", 2024-03-21T13:00:02.061 INFO:teuthology.orchestra.run.smithi178.stdout: "in_progress": true, 2024-03-21T13:00:02.061 INFO:teuthology.orchestra.run.smithi178.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-21T13:00:02.061 INFO:teuthology.orchestra.run.smithi178.stdout: "services_complete": [], 2024-03-21T13:00:02.061 INFO:teuthology.orchestra.run.smithi178.stdout: "progress": "", 2024-03-21T13:00:02.061 INFO:teuthology.orchestra.run.smithi178.stdout: "message": "", 2024-03-21T13:00:02.061 INFO:teuthology.orchestra.run.smithi178.stdout: "is_paused": false 2024-03-21T13:00:02.061 INFO:teuthology.orchestra.run.smithi178.stdout:} 2024-03-21T13:00:02.286 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:01 smithi184 bash[14608]: audit 2024-03-21T13:00:00.730149+0000 mgr.x (mgr.15204) 54 : audit [DBG] from='client.25237 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:00:02.287 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:01 smithi184 bash[14608]: cluster 2024-03-21T13:00:00.765263+0000 mgr.x (mgr.15204) 55 : cluster [DBG] pgmap v24: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-03-21T13:00:02.287 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:01 smithi184 bash[14608]: audit 2024-03-21T13:00:00.921565+0000 mon.a (mon.0) 1270 : audit [INF] from='client.? 172.21.15.178:0/365209355' entity='client.iscsi.foo.smithi178.qfgpzc' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:6801/2078458187"}]': finished 2024-03-21T13:00:02.287 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:01 smithi184 bash[14608]: cluster 2024-03-21T13:00:00.922523+0000 mon.a (mon.0) 1271 : cluster [DBG] osdmap e102: 8 total, 8 up, 8 in 2024-03-21T13:00:02.287 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:01 smithi184 bash[14608]: audit 2024-03-21T13:00:01.117817+0000 mgr.x (mgr.15204) 56 : audit [DBG] from='client.25243 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:00:02.287 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:01 smithi184 bash[14608]: audit 2024-03-21T13:00:01.319733+0000 mon.c (mon.1) 79 : audit [INF] from='client.? 172.21.15.178:0/1307058859' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:0/1992289334"}]: dispatch 2024-03-21T13:00:02.287 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:01 smithi184 bash[14608]: audit 2024-03-21T13:00:01.320431+0000 mon.a (mon.0) 1272 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:0/1992289334"}]: dispatch 2024-03-21T13:00:02.287 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:01 smithi184 bash[14608]: audit 2024-03-21T13:00:01.617305+0000 mon.c (mon.1) 80 : audit [DBG] from='client.? 172.21.15.178:0/3526588333' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:00:02.572 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:00:02 smithi184 bash[37269]: ts=2024-03-21T13:00:02.314Z caller=manager.go:609 level=warn component="rule manager" group=pools msg="Evaluating rule failed" rule="alert: CephPoolGrowthWarning\nexpr: (predict_linear(ceph_pool_percent_used[2d], 3600 * 24 * 5) * on(pool_id) group_right()\n ceph_pool_metadata) >= 95\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.9.2\n severity: warning\n type: ceph_default\nannotations:\n description: |\n Pool '{{ $labels.name }}' will be full in less than 5 days assuming the average fill-up rate of the past 48 hours.\n summary: Pool growth rate may soon exceed it's capacity\n" err="found duplicate series for the match group {pool_id=\"1\"} on the left hand-side of the operation: [{instance=\"172.21.15.184:9283\", job=\"ceph\", pool_id=\"1\"}, {instance=\"172.21.15.178:9283\", job=\"ceph\", pool_id=\"1\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-21T13:00:02.577 INFO:teuthology.orchestra.run.smithi178.stdout:HEALTH_OK 2024-03-21T13:00:02.957 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:02 smithi178 bash[14494]: audit 2024-03-21T13:00:01.944024+0000 mon.a (mon.0) 1273 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi178.qfgpzc' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:0/1992289334"}]': finished 2024-03-21T13:00:02.958 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:02 smithi178 bash[14494]: cluster 2024-03-21T13:00:01.944255+0000 mon.a (mon.0) 1274 : cluster [DBG] osdmap e103: 8 total, 8 up, 8 in 2024-03-21T13:00:02.958 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:02 smithi178 bash[14494]: audit 2024-03-21T13:00:02.059040+0000 mgr.x (mgr.15204) 57 : audit [DBG] from='client.25261 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:00:02.958 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:02 smithi178 bash[14494]: audit 2024-03-21T13:00:02.374004+0000 mon.a (mon.0) 1275 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:0/3535315467"}]: dispatch 2024-03-21T13:00:02.958 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:02 smithi178 bash[14494]: audit 2024-03-21T13:00:02.374916+0000 mon.b (mon.2) 32 : audit [INF] from='client.? 172.21.15.178:0/4274230437' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:0/3535315467"}]: dispatch 2024-03-21T13:00:02.958 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:02 smithi178 bash[14494]: audit 2024-03-21T13:00:02.575097+0000 mon.c (mon.1) 81 : audit [DBG] from='client.? 172.21.15.178:0/3806077192' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T13:00:02.958 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:02 smithi178 bash[20270]: audit 2024-03-21T13:00:01.944024+0000 mon.a (mon.0) 1273 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi178.qfgpzc' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:0/1992289334"}]': finished 2024-03-21T13:00:02.958 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:02 smithi178 bash[20270]: cluster 2024-03-21T13:00:01.944255+0000 mon.a (mon.0) 1274 : cluster [DBG] osdmap e103: 8 total, 8 up, 8 in 2024-03-21T13:00:02.958 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:02 smithi178 bash[20270]: audit 2024-03-21T13:00:02.059040+0000 mgr.x (mgr.15204) 57 : audit [DBG] from='client.25261 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:00:02.958 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:02 smithi178 bash[20270]: audit 2024-03-21T13:00:02.374004+0000 mon.a (mon.0) 1275 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:0/3535315467"}]: dispatch 2024-03-21T13:00:02.958 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:02 smithi178 bash[20270]: audit 2024-03-21T13:00:02.374916+0000 mon.b (mon.2) 32 : audit [INF] from='client.? 172.21.15.178:0/4274230437' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:0/3535315467"}]: dispatch 2024-03-21T13:00:02.959 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:02 smithi178 bash[20270]: audit 2024-03-21T13:00:02.575097+0000 mon.c (mon.1) 81 : audit [DBG] from='client.? 172.21.15.178:0/3806077192' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T13:00:03.255 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:02 smithi184 bash[14608]: audit 2024-03-21T13:00:01.944024+0000 mon.a (mon.0) 1273 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi178.qfgpzc' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:0/1992289334"}]': finished 2024-03-21T13:00:03.255 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:02 smithi184 bash[14608]: cluster 2024-03-21T13:00:01.944255+0000 mon.a (mon.0) 1274 : cluster [DBG] osdmap e103: 8 total, 8 up, 8 in 2024-03-21T13:00:03.255 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:02 smithi184 bash[14608]: audit 2024-03-21T13:00:02.059040+0000 mgr.x (mgr.15204) 57 : audit [DBG] from='client.25261 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:00:03.255 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:02 smithi184 bash[14608]: audit 2024-03-21T13:00:02.374004+0000 mon.a (mon.0) 1275 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:0/3535315467"}]: dispatch 2024-03-21T13:00:03.255 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:02 smithi184 bash[14608]: audit 2024-03-21T13:00:02.374916+0000 mon.b (mon.2) 32 : audit [INF] from='client.? 172.21.15.178:0/4274230437' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:0/3535315467"}]: dispatch 2024-03-21T13:00:03.255 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:02 smithi184 bash[14608]: audit 2024-03-21T13:00:02.575097+0000 mon.c (mon.1) 81 : audit [DBG] from='client.? 172.21.15.178:0/3806077192' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T13:00:04.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:03 smithi178 bash[14494]: cluster 2024-03-21T13:00:02.766230+0000 mgr.x (mgr.15204) 58 : cluster [DBG] pgmap v27: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:00:04.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:03 smithi178 bash[14494]: audit 2024-03-21T13:00:02.960141+0000 mon.a (mon.0) 1276 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi178.qfgpzc' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:0/3535315467"}]': finished 2024-03-21T13:00:04.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:03 smithi178 bash[14494]: cluster 2024-03-21T13:00:02.960384+0000 mon.a (mon.0) 1277 : cluster [DBG] osdmap e104: 8 total, 8 up, 8 in 2024-03-21T13:00:04.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:03 smithi178 bash[20270]: cluster 2024-03-21T13:00:02.766230+0000 mgr.x (mgr.15204) 58 : cluster [DBG] pgmap v27: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:00:04.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:03 smithi178 bash[20270]: audit 2024-03-21T13:00:02.960141+0000 mon.a (mon.0) 1276 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi178.qfgpzc' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:0/3535315467"}]': finished 2024-03-21T13:00:04.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:03 smithi178 bash[20270]: cluster 2024-03-21T13:00:02.960384+0000 mon.a (mon.0) 1277 : cluster [DBG] osdmap e104: 8 total, 8 up, 8 in 2024-03-21T13:00:04.322 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:03 smithi184 bash[14608]: cluster 2024-03-21T13:00:02.766230+0000 mgr.x (mgr.15204) 58 : cluster [DBG] pgmap v27: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:00:04.322 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:03 smithi184 bash[14608]: audit 2024-03-21T13:00:02.960141+0000 mon.a (mon.0) 1276 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi178.qfgpzc' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:0/3535315467"}]': finished 2024-03-21T13:00:04.322 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:03 smithi184 bash[14608]: cluster 2024-03-21T13:00:02.960384+0000 mon.a (mon.0) 1277 : cluster [DBG] osdmap e104: 8 total, 8 up, 8 in 2024-03-21T13:00:05.048 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:00:04 smithi178 bash[14766]: ::ffff:172.21.15.184 - - [21/Mar/2024:13:00:04] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-21T13:00:05.322 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:00:05 smithi184 bash[45303]: ::ffff:172.21.15.184 - - [21/Mar/2024:13:00:05] "GET /metrics HTTP/1.1" 200 38226 "" "Prometheus/2.33.4" 2024-03-21T13:00:06.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:05 smithi178 bash[14494]: cluster 2024-03-21T13:00:04.767073+0000 mgr.x (mgr.15204) 59 : cluster [DBG] pgmap v29: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-21T13:00:06.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:05 smithi178 bash[14494]: audit 2024-03-21T13:00:05.482728+0000 mgr.x (mgr.15204) 60 : audit [DBG] from='client.15279 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:00:06.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:05 smithi178 bash[20270]: cluster 2024-03-21T13:00:04.767073+0000 mgr.x (mgr.15204) 59 : cluster [DBG] pgmap v29: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-21T13:00:06.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:05 smithi178 bash[20270]: audit 2024-03-21T13:00:05.482728+0000 mgr.x (mgr.15204) 60 : audit [DBG] from='client.15279 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:00:06.322 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:05 smithi184 bash[14608]: cluster 2024-03-21T13:00:04.767073+0000 mgr.x (mgr.15204) 59 : cluster [DBG] pgmap v29: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-21T13:00:06.322 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:05 smithi184 bash[14608]: audit 2024-03-21T13:00:05.482728+0000 mgr.x (mgr.15204) 60 : audit [DBG] from='client.15279 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:00:08.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:07 smithi178 bash[14494]: cluster 2024-03-21T13:00:06.767862+0000 mgr.x (mgr.15204) 61 : cluster [DBG] 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 2024-03-21T13:00:08.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:07 smithi178 bash[20270]: cluster 2024-03-21T13:00:06.767862+0000 mgr.x (mgr.15204) 61 : cluster [DBG] 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 2024-03-21T13:00:08.322 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:07 smithi184 bash[14608]: cluster 2024-03-21T13:00:06.767862+0000 mgr.x (mgr.15204) 61 : cluster [DBG] 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 2024-03-21T13:00:10.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:09 smithi184 bash[14608]: cluster 2024-03-21T13:00:08.769527+0000 mgr.x (mgr.15204) 62 : cluster [DBG] pgmap v31: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-03-21T13:00:10.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:09 smithi178 bash[14494]: cluster 2024-03-21T13:00:08.769527+0000 mgr.x (mgr.15204) 62 : cluster [DBG] pgmap v31: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-03-21T13:00:10.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:09 smithi178 bash[20270]: cluster 2024-03-21T13:00:08.769527+0000 mgr.x (mgr.15204) 62 : cluster [DBG] pgmap v31: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-03-21T13:00:12.055 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:11 smithi178 bash[14494]: cluster 2024-03-21T13:00:10.770323+0000 mgr.x (mgr.15204) 63 : cluster [DBG] pgmap v32: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-21T13:00:12.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:11 smithi178 bash[20270]: cluster 2024-03-21T13:00:10.770323+0000 mgr.x (mgr.15204) 63 : cluster [DBG] pgmap v32: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-21T13:00:12.066 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:11 smithi184 bash[14608]: cluster 2024-03-21T13:00:10.770323+0000 mgr.x (mgr.15204) 63 : cluster [DBG] pgmap v32: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-21T13:00:12.066 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:00:11 smithi184 systemd[1]: Stopping Ceph prometheus.a for a94f249e-e780-11ee-95cd-87774f69a715... 2024-03-21T13:00:12.066 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:00:11 smithi184 bash[47499]: Error response from daemon: No such container: ceph-a94f249e-e780-11ee-95cd-87774f69a715-prometheus.a 2024-03-21T13:00:12.323 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:00:12 smithi184 bash[37269]: ts=2024-03-21T13:00:12.065Z caller=main.go:775 level=warn msg="Received SIGTERM, exiting gracefully..." 2024-03-21T13:00:12.323 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:00:12 smithi184 bash[37269]: ts=2024-03-21T13:00:12.065Z caller=main.go:798 level=info msg="Stopping scrape discovery manager..." 2024-03-21T13:00:12.323 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:00:12 smithi184 bash[37269]: ts=2024-03-21T13:00:12.065Z caller=main.go:812 level=info msg="Stopping notify discovery manager..." 2024-03-21T13:00:12.323 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:00:12 smithi184 bash[37269]: ts=2024-03-21T13:00:12.065Z caller=main.go:834 level=info msg="Stopping scrape manager..." 2024-03-21T13:00:12.323 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:00:12 smithi184 bash[37269]: ts=2024-03-21T13:00:12.065Z caller=main.go:794 level=info msg="Scrape discovery manager stopped" 2024-03-21T13:00:12.323 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:00:12 smithi184 bash[37269]: ts=2024-03-21T13:00:12.065Z caller=main.go:808 level=info msg="Notify discovery manager stopped" 2024-03-21T13:00:12.323 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:00:12 smithi184 bash[37269]: ts=2024-03-21T13:00:12.066Z caller=manager.go:945 level=info component="rule manager" msg="Stopping rule manager..." 2024-03-21T13:00:12.323 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:00:12 smithi184 bash[37269]: ts=2024-03-21T13:00:12.066Z caller=main.go:828 level=info msg="Scrape manager stopped" 2024-03-21T13:00:12.323 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:00:12 smithi184 bash[37269]: ts=2024-03-21T13:00:12.066Z caller=manager.go:955 level=info component="rule manager" msg="Rule manager stopped" 2024-03-21T13:00:12.323 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:00:12 smithi184 bash[37269]: ts=2024-03-21T13:00:12.066Z caller=notifier.go:600 level=info component=notifier msg="Stopping notification manager..." 2024-03-21T13:00:12.323 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:00:12 smithi184 bash[37269]: ts=2024-03-21T13:00:12.066Z caller=main.go:1054 level=info msg="Notifier manager stopped" 2024-03-21T13:00:12.323 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:00:12 smithi184 bash[37269]: ts=2024-03-21T13:00:12.066Z caller=main.go:1066 level=info msg="See you next time!" 2024-03-21T13:00:12.896 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:12 smithi184 bash[14608]: audit 2024-03-21T13:00:11.891295+0000 mon.c (mon.1) 82 : audit [DBG] from='mgr.15204 172.21.15.184:0/3613763361' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:00:12.896 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:00:12 smithi184 bash[47509]: ceph-a94f249e-e780-11ee-95cd-87774f69a715-prometheus-a 2024-03-21T13:00:12.896 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:00:12 smithi184 bash[47546]: Error response from daemon: No such container: ceph-a94f249e-e780-11ee-95cd-87774f69a715-prometheus.a 2024-03-21T13:00:12.896 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:00:12 smithi184 systemd[1]: ceph-a94f249e-e780-11ee-95cd-87774f69a715@prometheus.a.service: Succeeded. 2024-03-21T13:00:12.897 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:00:12 smithi184 systemd[1]: Stopped Ceph prometheus.a for a94f249e-e780-11ee-95cd-87774f69a715. 2024-03-21T13:00:12.897 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:00:12 smithi184 systemd[1]: Started Ceph prometheus.a for a94f249e-e780-11ee-95cd-87774f69a715. 2024-03-21T13:00:13.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:12 smithi178 bash[14494]: audit 2024-03-21T13:00:11.891295+0000 mon.c (mon.1) 82 : audit [DBG] from='mgr.15204 172.21.15.184:0/3613763361' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:00:13.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:12 smithi178 bash[20270]: audit 2024-03-21T13:00:11.891295+0000 mon.c (mon.1) 82 : audit [DBG] from='mgr.15204 172.21.15.184:0/3613763361' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:00:14.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:13 smithi178 bash[20270]: cluster 2024-03-21T13:00:12.771502+0000 mgr.x (mgr.15204) 64 : cluster [DBG] pgmap v33: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-03-21T13:00:14.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:13 smithi178 bash[20270]: audit 2024-03-21T13:00:12.892893+0000 mon.a (mon.0) 1278 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T13:00:14.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:13 smithi178 bash[20270]: audit 2024-03-21T13:00:12.904786+0000 mon.a (mon.0) 1279 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T13:00:14.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:13 smithi178 bash[20270]: cephadm 2024-03-21T13:00:12.914039+0000 mgr.x (mgr.15204) 65 : cephadm [INF] Reconfiguring node-exporter.b (dependencies changed)... 2024-03-21T13:00:14.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:13 smithi178 bash[20270]: cephadm 2024-03-21T13:00:12.914574+0000 mgr.x (mgr.15204) 66 : cephadm [INF] Reconfiguring daemon node-exporter.b on smithi184 2024-03-21T13:00:14.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:13 smithi178 bash[14494]: cluster 2024-03-21T13:00:12.771502+0000 mgr.x (mgr.15204) 64 : cluster [DBG] pgmap v33: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-03-21T13:00:14.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:13 smithi178 bash[14494]: audit 2024-03-21T13:00:12.892893+0000 mon.a (mon.0) 1278 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T13:00:14.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:13 smithi178 bash[14494]: audit 2024-03-21T13:00:12.904786+0000 mon.a (mon.0) 1279 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T13:00:14.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:13 smithi178 bash[14494]: cephadm 2024-03-21T13:00:12.914039+0000 mgr.x (mgr.15204) 65 : cephadm [INF] Reconfiguring node-exporter.b (dependencies changed)... 2024-03-21T13:00:14.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:13 smithi178 bash[14494]: cephadm 2024-03-21T13:00:12.914574+0000 mgr.x (mgr.15204) 66 : cephadm [INF] Reconfiguring daemon node-exporter.b on smithi184 2024-03-21T13:00:14.274 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:13 smithi184 bash[14608]: cluster 2024-03-21T13:00:12.771502+0000 mgr.x (mgr.15204) 64 : cluster [DBG] pgmap v33: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-03-21T13:00:14.274 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:13 smithi184 bash[14608]: audit 2024-03-21T13:00:12.892893+0000 mon.a (mon.0) 1278 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T13:00:14.274 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:13 smithi184 bash[14608]: audit 2024-03-21T13:00:12.904786+0000 mon.a (mon.0) 1279 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T13:00:14.274 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:13 smithi184 bash[14608]: cephadm 2024-03-21T13:00:12.914039+0000 mgr.x (mgr.15204) 65 : cephadm [INF] Reconfiguring node-exporter.b (dependencies changed)... 2024-03-21T13:00:14.274 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:13 smithi184 bash[14608]: cephadm 2024-03-21T13:00:12.914574+0000 mgr.x (mgr.15204) 66 : cephadm [INF] Reconfiguring daemon node-exporter.b on smithi184 2024-03-21T13:00:14.573 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:00:14 smithi184 bash[47581]: ts=2024-03-21T13:00:14.389Z caller=main.go:475 level=info msg="No time or size retention was set so using the default time retention" duration=15d 2024-03-21T13:00:14.573 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:00:14 smithi184 bash[47581]: ts=2024-03-21T13:00:14.389Z caller=main.go:512 level=info msg="Starting Prometheus" version="(version=2.33.4, branch=HEAD, revision=83032011a5d3e6102624fe58241a374a7201fee8)" 2024-03-21T13:00:14.573 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:00:14 smithi184 bash[47581]: ts=2024-03-21T13:00:14.389Z caller=main.go:517 level=info build_context="(go=go1.17.7, user=root@d13bf69e7be8, date=20220222-16:51:28)" 2024-03-21T13:00:14.573 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:00:14 smithi184 bash[47581]: ts=2024-03-21T13:00:14.389Z caller=main.go:518 level=info host_details="(Linux 5.4.0-174-generic #193-Ubuntu SMP Thu Mar 7 14:29:28 UTC 2024 x86_64 smithi184 (none))" 2024-03-21T13:00:14.573 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:00:14 smithi184 bash[47581]: ts=2024-03-21T13:00:14.389Z caller=main.go:519 level=info fd_limits="(soft=1048576, hard=1048576)" 2024-03-21T13:00:14.573 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:00:14 smithi184 bash[47581]: ts=2024-03-21T13:00:14.389Z caller=main.go:520 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2024-03-21T13:00:14.573 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:00:14 smithi184 bash[47581]: ts=2024-03-21T13:00:14.392Z caller=web.go:570 level=info component=web msg="Start listening for connections" address=:9095 2024-03-21T13:00:14.573 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:00:14 smithi184 bash[47581]: ts=2024-03-21T13:00:14.393Z caller=main.go:923 level=info msg="Starting TSDB ..." 2024-03-21T13:00:14.573 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:00:14 smithi184 bash[47581]: ts=2024-03-21T13:00:14.394Z caller=tls_config.go:195 level=info component=web msg="TLS is disabled." http2=false 2024-03-21T13:00:14.573 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:00:14 smithi184 bash[47581]: ts=2024-03-21T13:00:14.397Z caller=head.go:493 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2024-03-21T13:00:14.574 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:00:14 smithi184 bash[47581]: ts=2024-03-21T13:00:14.397Z caller=head.go:527 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=2.044µs 2024-03-21T13:00:14.574 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:00:14 smithi184 bash[47581]: ts=2024-03-21T13:00:14.397Z caller=head.go:533 level=info component=tsdb msg="Replaying WAL, this may take a while" 2024-03-21T13:00:14.856 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:00:14 smithi184 bash[47581]: ts=2024-03-21T13:00:14.592Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=3 2024-03-21T13:00:14.856 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:00:14 smithi184 bash[47581]: ts=2024-03-21T13:00:14.749Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=1 maxSegment=3 2024-03-21T13:00:15.152 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:00:14 smithi184 bash[47581]: ts=2024-03-21T13:00:14.855Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=2 maxSegment=3 2024-03-21T13:00:15.153 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:00:14 smithi184 bash[47581]: ts=2024-03-21T13:00:14.856Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=3 maxSegment=3 2024-03-21T13:00:15.153 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:00:14 smithi184 bash[47581]: ts=2024-03-21T13:00:14.856Z caller=head.go:610 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=64.113µs wal_replay_duration=458.962812ms total_replay_duration=459.044575ms 2024-03-21T13:00:15.153 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:00:14 smithi184 bash[47581]: ts=2024-03-21T13:00:14.864Z caller=main.go:944 level=info fs_type=XFS_SUPER_MAGIC 2024-03-21T13:00:15.153 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:00:14 smithi184 bash[47581]: ts=2024-03-21T13:00:14.865Z caller=main.go:947 level=info msg="TSDB started" 2024-03-21T13:00:15.153 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:00:14 smithi184 bash[47581]: ts=2024-03-21T13:00:14.865Z caller=main.go:1128 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2024-03-21T13:00:15.153 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:00:14 smithi184 bash[47581]: ts=2024-03-21T13:00:14.907Z caller=main.go:1165 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=42.7854ms db_storage=1.428µs remote_storage=2.323µs web_handler=595ns query_engine=1.175µs scrape=602.238µs scrape_sd=254.565µs notify=27.922µs notify_sd=24.219µs rules=41.088284ms 2024-03-21T13:00:15.153 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:00:14 smithi184 bash[47581]: ts=2024-03-21T13:00:14.907Z caller=main.go:896 level=info msg="Server is ready to receive web requests." 2024-03-21T13:00:16.195 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:00:15 smithi184 systemd[1]: Stopping Ceph node-exporter.b for a94f249e-e780-11ee-95cd-87774f69a715... 2024-03-21T13:00:16.195 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:00:15 smithi184 bash[47778]: Error response from daemon: No such container: ceph-a94f249e-e780-11ee-95cd-87774f69a715-node-exporter.b 2024-03-21T13:00:16.195 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:15 smithi184 bash[14608]: cluster 2024-03-21T13:00:14.772431+0000 mgr.x (mgr.15204) 67 : cluster [DBG] pgmap v34: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 866 B/s rd, 0 op/s 2024-03-21T13:00:16.195 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:15 smithi184 bash[14608]: audit 2024-03-21T13:00:15.493411+0000 mgr.x (mgr.15204) 68 : audit [DBG] from='client.15279 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:00:16.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:15 smithi178 bash[14494]: cluster 2024-03-21T13:00:14.772431+0000 mgr.x (mgr.15204) 67 : cluster [DBG] pgmap v34: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 866 B/s rd, 0 op/s 2024-03-21T13:00:16.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:15 smithi178 bash[14494]: audit 2024-03-21T13:00:15.493411+0000 mgr.x (mgr.15204) 68 : audit [DBG] from='client.15279 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:00:16.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:15 smithi178 bash[20270]: cluster 2024-03-21T13:00:14.772431+0000 mgr.x (mgr.15204) 67 : cluster [DBG] pgmap v34: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 866 B/s rd, 0 op/s 2024-03-21T13:00:16.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:15 smithi178 bash[20270]: audit 2024-03-21T13:00:15.493411+0000 mgr.x (mgr.15204) 68 : audit [DBG] from='client.15279 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:00:16.766 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:00:16 smithi184 bash[47787]: ceph-a94f249e-e780-11ee-95cd-87774f69a715-node-exporter-b 2024-03-21T13:00:16.766 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:00:16 smithi184 bash[47822]: Error response from daemon: No such container: ceph-a94f249e-e780-11ee-95cd-87774f69a715-node-exporter.b 2024-03-21T13:00:16.766 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:00:16 smithi184 systemd[1]: ceph-a94f249e-e780-11ee-95cd-87774f69a715@node-exporter.b.service: Main process exited, code=exited, status=143/n/a 2024-03-21T13:00:16.766 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:00:16 smithi184 systemd[1]: ceph-a94f249e-e780-11ee-95cd-87774f69a715@node-exporter.b.service: Failed with result 'exit-code'. 2024-03-21T13:00:16.766 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:00:16 smithi184 systemd[1]: Stopped Ceph node-exporter.b for a94f249e-e780-11ee-95cd-87774f69a715. 2024-03-21T13:00:16.766 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:00:16 smithi184 systemd[1]: Started Ceph node-exporter.b for a94f249e-e780-11ee-95cd-87774f69a715. 2024-03-21T13:00:17.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:17 smithi184 bash[14608]: audit 2024-03-21T13:00:16.758975+0000 mon.a (mon.0) 1280 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T13:00:17.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:17 smithi184 bash[14608]: audit 2024-03-21T13:00:16.772035+0000 mon.a (mon.0) 1281 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T13:00:17.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:17 smithi184 bash[14608]: cluster 2024-03-21T13:00:16.772929+0000 mgr.x (mgr.15204) 69 : cluster [DBG] pgmap v35: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:00:17.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:17 smithi184 bash[14608]: cephadm 2024-03-21T13:00:16.788568+0000 mgr.x (mgr.15204) 70 : cephadm [INF] Reconfiguring grafana.a (dependencies changed)... 2024-03-21T13:00:17.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:17 smithi184 bash[14608]: cephadm 2024-03-21T13:00:16.805438+0000 mgr.x (mgr.15204) 71 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2024-03-21T13:00:17.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:17 smithi184 bash[14608]: audit 2024-03-21T13:00:16.830646+0000 mon.a (mon.0) 1282 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T13:00:17.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:17 smithi184 bash[14608]: audit 2024-03-21T13:00:16.839184+0000 mon.a (mon.0) 1283 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T13:00:17.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:17 smithi184 bash[14608]: audit 2024-03-21T13:00:16.845599+0000 mon.c (mon.1) 83 : audit [INF] from='mgr.15204 172.21.15.184:0/3613763361' entity='mgr.x' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-03-21T13:00:17.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:17 smithi184 bash[14608]: audit 2024-03-21T13:00:16.848342+0000 mgr.x (mgr.15204) 72 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-03-21T13:00:17.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:17 smithi184 bash[14608]: cephadm 2024-03-21T13:00:16.856052+0000 mgr.x (mgr.15204) 73 : cephadm [INF] Reconfiguring daemon grafana.a on smithi184 2024-03-21T13:00:17.824 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:00:17 smithi184 bash[47853]: ts=2024-03-21T13:00:17.648Z caller=node_exporter.go:182 level=info msg="Starting node_exporter" version="(version=1.3.1, branch=HEAD, revision=a2321e7b940ddcff26873612bccdf7cd4c42b6b6)" 2024-03-21T13:00:17.824 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:00:17 smithi184 bash[47853]: ts=2024-03-21T13:00:17.648Z caller=node_exporter.go:183 level=info msg="Build context" build_context="(go=go1.17.3, user=root@243aafa5525c, date=20211205-11:09:49)" 2024-03-21T13:00:17.824 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:00:17 smithi184 bash[47853]: ts=2024-03-21T13:00:17.649Z caller=filesystem_common.go:111 level=info collector=filesystem msg="Parsed flag --collector.filesystem.mount-points-exclude" flag=^/(dev|proc|run/credentials/.+|sys|var/lib/docker/.+)($|/) 2024-03-21T13:00:17.824 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:00:17 smithi184 bash[47853]: ts=2024-03-21T13:00:17.649Z caller=filesystem_common.go:113 level=info collector=filesystem msg="Parsed flag --collector.filesystem.fs-types-exclude" flag=^(autofs|binfmt_misc|bpf|cgroup2?|configfs|debugfs|devpts|devtmpfs|fusectl|hugetlbfs|iso9660|mqueue|nsfs|overlay|proc|procfs|pstore|rpc_pipefs|securityfs|selinuxfs|squashfs|sysfs|tracefs)$ 2024-03-21T13:00:17.824 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:00:17 smithi184 bash[47853]: ts=2024-03-21T13:00:17.649Z caller=node_exporter.go:108 level=info msg="Enabled collectors" 2024-03-21T13:00:17.824 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:00:17 smithi184 bash[47853]: ts=2024-03-21T13:00:17.649Z caller=node_exporter.go:115 level=info collector=arp 2024-03-21T13:00:17.825 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:00:17 smithi184 bash[47853]: ts=2024-03-21T13:00:17.649Z caller=node_exporter.go:115 level=info collector=bcache 2024-03-21T13:00:17.825 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:00:17 smithi184 bash[47853]: ts=2024-03-21T13:00:17.649Z caller=node_exporter.go:115 level=info collector=bonding 2024-03-21T13:00:17.825 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:00:17 smithi184 bash[47853]: ts=2024-03-21T13:00:17.649Z caller=node_exporter.go:115 level=info collector=btrfs 2024-03-21T13:00:17.825 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:00:17 smithi184 bash[47853]: ts=2024-03-21T13:00:17.649Z caller=node_exporter.go:115 level=info collector=conntrack 2024-03-21T13:00:17.825 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:00:17 smithi184 bash[47853]: ts=2024-03-21T13:00:17.649Z caller=node_exporter.go:115 level=info collector=cpu 2024-03-21T13:00:17.825 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:00:17 smithi184 bash[47853]: ts=2024-03-21T13:00:17.649Z caller=node_exporter.go:115 level=info collector=cpufreq 2024-03-21T13:00:17.825 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:00:17 smithi184 bash[47853]: ts=2024-03-21T13:00:17.649Z caller=node_exporter.go:115 level=info collector=diskstats 2024-03-21T13:00:17.825 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:00:17 smithi184 bash[47853]: ts=2024-03-21T13:00:17.649Z caller=node_exporter.go:115 level=info collector=dmi 2024-03-21T13:00:17.825 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:00:17 smithi184 bash[47853]: ts=2024-03-21T13:00:17.649Z caller=node_exporter.go:115 level=info collector=edac 2024-03-21T13:00:17.825 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:00:17 smithi184 bash[47853]: ts=2024-03-21T13:00:17.649Z caller=node_exporter.go:115 level=info collector=entropy 2024-03-21T13:00:17.825 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:00:17 smithi184 bash[47853]: ts=2024-03-21T13:00:17.649Z caller=node_exporter.go:115 level=info collector=fibrechannel 2024-03-21T13:00:17.826 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:00:17 smithi184 bash[47853]: ts=2024-03-21T13:00:17.649Z caller=node_exporter.go:115 level=info collector=filefd 2024-03-21T13:00:17.826 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:00:17 smithi184 bash[47853]: ts=2024-03-21T13:00:17.649Z caller=node_exporter.go:115 level=info collector=filesystem 2024-03-21T13:00:17.826 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:00:17 smithi184 bash[47853]: ts=2024-03-21T13:00:17.649Z caller=node_exporter.go:115 level=info collector=hwmon 2024-03-21T13:00:17.826 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:00:17 smithi184 bash[47853]: ts=2024-03-21T13:00:17.649Z caller=node_exporter.go:115 level=info collector=infiniband 2024-03-21T13:00:17.826 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:00:17 smithi184 bash[47853]: ts=2024-03-21T13:00:17.649Z caller=node_exporter.go:115 level=info collector=ipvs 2024-03-21T13:00:17.826 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:00:17 smithi184 bash[47853]: ts=2024-03-21T13:00:17.649Z caller=node_exporter.go:115 level=info collector=loadavg 2024-03-21T13:00:17.826 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:00:17 smithi184 bash[47853]: ts=2024-03-21T13:00:17.649Z caller=node_exporter.go:115 level=info collector=mdadm 2024-03-21T13:00:17.826 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:00:17 smithi184 bash[47853]: ts=2024-03-21T13:00:17.649Z caller=node_exporter.go:115 level=info collector=meminfo 2024-03-21T13:00:17.826 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:00:17 smithi184 bash[47853]: ts=2024-03-21T13:00:17.649Z caller=node_exporter.go:115 level=info collector=netclass 2024-03-21T13:00:17.826 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:00:17 smithi184 bash[47853]: ts=2024-03-21T13:00:17.649Z caller=node_exporter.go:115 level=info collector=netdev 2024-03-21T13:00:17.826 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:00:17 smithi184 bash[47853]: ts=2024-03-21T13:00:17.649Z caller=node_exporter.go:115 level=info collector=netstat 2024-03-21T13:00:17.826 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:00:17 smithi184 bash[47853]: ts=2024-03-21T13:00:17.649Z caller=node_exporter.go:115 level=info collector=nfs 2024-03-21T13:00:17.826 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:00:17 smithi184 bash[47853]: ts=2024-03-21T13:00:17.649Z caller=node_exporter.go:115 level=info collector=nfsd 2024-03-21T13:00:17.826 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:00:17 smithi184 bash[47853]: ts=2024-03-21T13:00:17.649Z caller=node_exporter.go:115 level=info collector=nvme 2024-03-21T13:00:17.827 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:00:17 smithi184 bash[47853]: ts=2024-03-21T13:00:17.649Z caller=node_exporter.go:115 level=info collector=os 2024-03-21T13:00:17.827 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:00:17 smithi184 bash[47853]: ts=2024-03-21T13:00:17.649Z caller=node_exporter.go:115 level=info collector=powersupplyclass 2024-03-21T13:00:17.827 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:00:17 smithi184 bash[47853]: ts=2024-03-21T13:00:17.649Z caller=node_exporter.go:115 level=info collector=pressure 2024-03-21T13:00:17.827 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:00:17 smithi184 bash[47853]: ts=2024-03-21T13:00:17.649Z caller=node_exporter.go:115 level=info collector=rapl 2024-03-21T13:00:17.827 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:00:17 smithi184 bash[47853]: ts=2024-03-21T13:00:17.649Z caller=node_exporter.go:115 level=info collector=schedstat 2024-03-21T13:00:17.827 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:00:17 smithi184 bash[47853]: ts=2024-03-21T13:00:17.649Z caller=node_exporter.go:115 level=info collector=sockstat 2024-03-21T13:00:17.827 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:00:17 smithi184 bash[47853]: ts=2024-03-21T13:00:17.649Z caller=node_exporter.go:115 level=info collector=softnet 2024-03-21T13:00:17.827 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:00:17 smithi184 bash[47853]: ts=2024-03-21T13:00:17.649Z caller=node_exporter.go:115 level=info collector=stat 2024-03-21T13:00:17.827 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:00:17 smithi184 bash[47853]: ts=2024-03-21T13:00:17.649Z caller=node_exporter.go:115 level=info collector=tapestats 2024-03-21T13:00:17.827 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:00:17 smithi184 bash[47853]: ts=2024-03-21T13:00:17.649Z caller=node_exporter.go:115 level=info collector=textfile 2024-03-21T13:00:17.827 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:00:17 smithi184 bash[47853]: ts=2024-03-21T13:00:17.649Z caller=node_exporter.go:115 level=info collector=thermal_zone 2024-03-21T13:00:17.827 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:00:17 smithi184 bash[47853]: ts=2024-03-21T13:00:17.649Z caller=node_exporter.go:115 level=info collector=time 2024-03-21T13:00:17.827 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:00:17 smithi184 bash[47853]: ts=2024-03-21T13:00:17.649Z caller=node_exporter.go:115 level=info collector=udp_queues 2024-03-21T13:00:17.827 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:00:17 smithi184 bash[47853]: ts=2024-03-21T13:00:17.649Z caller=node_exporter.go:115 level=info collector=uname 2024-03-21T13:00:17.827 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:00:17 smithi184 bash[47853]: ts=2024-03-21T13:00:17.649Z caller=node_exporter.go:115 level=info collector=vmstat 2024-03-21T13:00:17.827 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:00:17 smithi184 bash[47853]: ts=2024-03-21T13:00:17.649Z caller=node_exporter.go:115 level=info collector=xfs 2024-03-21T13:00:17.827 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:00:17 smithi184 bash[47853]: ts=2024-03-21T13:00:17.649Z caller=node_exporter.go:115 level=info collector=zfs 2024-03-21T13:00:17.828 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:00:17 smithi184 bash[47853]: ts=2024-03-21T13:00:17.649Z caller=node_exporter.go:199 level=info msg="Listening on" address=:9100 2024-03-21T13:00:17.828 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:00:17 smithi184 bash[47853]: ts=2024-03-21T13:00:17.650Z caller=tls_config.go:195 level=info msg="TLS is disabled." http2=false 2024-03-21T13:00:18.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:17 smithi178 bash[14494]: audit 2024-03-21T13:00:16.758975+0000 mon.a (mon.0) 1280 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T13:00:18.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:17 smithi178 bash[14494]: audit 2024-03-21T13:00:16.772035+0000 mon.a (mon.0) 1281 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T13:00:18.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:17 smithi178 bash[14494]: cluster 2024-03-21T13:00:16.772929+0000 mgr.x (mgr.15204) 69 : cluster [DBG] pgmap v35: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:00:18.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:17 smithi178 bash[14494]: cephadm 2024-03-21T13:00:16.788568+0000 mgr.x (mgr.15204) 70 : cephadm [INF] Reconfiguring grafana.a (dependencies changed)... 2024-03-21T13:00:18.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:17 smithi178 bash[14494]: cephadm 2024-03-21T13:00:16.805438+0000 mgr.x (mgr.15204) 71 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2024-03-21T13:00:18.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:17 smithi178 bash[14494]: audit 2024-03-21T13:00:16.830646+0000 mon.a (mon.0) 1282 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T13:00:18.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:17 smithi178 bash[14494]: audit 2024-03-21T13:00:16.839184+0000 mon.a (mon.0) 1283 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T13:00:18.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:17 smithi178 bash[14494]: audit 2024-03-21T13:00:16.845599+0000 mon.c (mon.1) 83 : audit [INF] from='mgr.15204 172.21.15.184:0/3613763361' entity='mgr.x' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-03-21T13:00:18.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:17 smithi178 bash[14494]: audit 2024-03-21T13:00:16.848342+0000 mgr.x (mgr.15204) 72 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-03-21T13:00:18.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:17 smithi178 bash[14494]: cephadm 2024-03-21T13:00:16.856052+0000 mgr.x (mgr.15204) 73 : cephadm [INF] Reconfiguring daemon grafana.a on smithi184 2024-03-21T13:00:18.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:17 smithi178 bash[20270]: audit 2024-03-21T13:00:16.758975+0000 mon.a (mon.0) 1280 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T13:00:18.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:17 smithi178 bash[20270]: audit 2024-03-21T13:00:16.772035+0000 mon.a (mon.0) 1281 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T13:00:18.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:17 smithi178 bash[20270]: cluster 2024-03-21T13:00:16.772929+0000 mgr.x (mgr.15204) 69 : cluster [DBG] pgmap v35: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:00:18.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:17 smithi178 bash[20270]: cephadm 2024-03-21T13:00:16.788568+0000 mgr.x (mgr.15204) 70 : cephadm [INF] Reconfiguring grafana.a (dependencies changed)... 2024-03-21T13:00:18.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:17 smithi178 bash[20270]: cephadm 2024-03-21T13:00:16.805438+0000 mgr.x (mgr.15204) 71 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2024-03-21T13:00:18.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:17 smithi178 bash[20270]: audit 2024-03-21T13:00:16.830646+0000 mon.a (mon.0) 1282 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T13:00:18.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:17 smithi178 bash[20270]: audit 2024-03-21T13:00:16.839184+0000 mon.a (mon.0) 1283 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T13:00:18.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:17 smithi178 bash[20270]: audit 2024-03-21T13:00:16.845599+0000 mon.c (mon.1) 83 : audit [INF] from='mgr.15204 172.21.15.184:0/3613763361' entity='mgr.x' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-03-21T13:00:18.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:17 smithi178 bash[20270]: audit 2024-03-21T13:00:16.848342+0000 mgr.x (mgr.15204) 72 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-03-21T13:00:18.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:17 smithi178 bash[20270]: cephadm 2024-03-21T13:00:16.856052+0000 mgr.x (mgr.15204) 73 : cephadm [INF] Reconfiguring daemon grafana.a on smithi184 2024-03-21T13:00:20.277 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:19 smithi178 bash[20270]: cluster 2024-03-21T13:00:18.774494+0000 mgr.x (mgr.15204) 74 : cluster [DBG] pgmap v36: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:00:20.277 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:19 smithi178 bash[14494]: cluster 2024-03-21T13:00:18.774494+0000 mgr.x (mgr.15204) 74 : cluster [DBG] pgmap v36: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:00:20.322 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:19 smithi184 bash[14608]: cluster 2024-03-21T13:00:18.774494+0000 mgr.x (mgr.15204) 74 : cluster [DBG] pgmap v36: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:00:22.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:21 smithi178 bash[14494]: cluster 2024-03-21T13:00:20.775303+0000 mgr.x (mgr.15204) 75 : cluster [DBG] pgmap v37: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:00:22.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:21 smithi178 bash[20270]: cluster 2024-03-21T13:00:20.775303+0000 mgr.x (mgr.15204) 75 : cluster [DBG] pgmap v37: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:00:22.052 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:21 smithi184 bash[14608]: cluster 2024-03-21T13:00:20.775303+0000 mgr.x (mgr.15204) 75 : cluster [DBG] pgmap v37: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:00:24.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:23 smithi178 bash[14494]: cluster 2024-03-21T13:00:22.776497+0000 mgr.x (mgr.15204) 76 : cluster [DBG] pgmap v38: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:00:24.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:23 smithi178 bash[20270]: cluster 2024-03-21T13:00:22.776497+0000 mgr.x (mgr.15204) 76 : cluster [DBG] pgmap v38: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:00:24.322 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:23 smithi184 bash[14608]: cluster 2024-03-21T13:00:22.776497+0000 mgr.x (mgr.15204) 76 : cluster [DBG] pgmap v38: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:00:25.822 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:00:25 smithi184 bash[45303]: ::ffff:172.21.15.184 - - [21/Mar/2024:13:00:25] "GET /metrics HTTP/1.1" 200 38232 "" "Prometheus/2.33.4" 2024-03-21T13:00:26.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:25 smithi178 bash[14494]: cluster 2024-03-21T13:00:24.777490+0000 mgr.x (mgr.15204) 77 : cluster [DBG] pgmap v39: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:00:26.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:25 smithi178 bash[14494]: audit 2024-03-21T13:00:25.504902+0000 mgr.x (mgr.15204) 78 : audit [DBG] from='client.15279 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:00:26.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:25 smithi178 bash[20270]: cluster 2024-03-21T13:00:24.777490+0000 mgr.x (mgr.15204) 77 : cluster [DBG] pgmap v39: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:00:26.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:25 smithi178 bash[20270]: audit 2024-03-21T13:00:25.504902+0000 mgr.x (mgr.15204) 78 : audit [DBG] from='client.15279 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:00:26.322 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:25 smithi184 bash[14608]: cluster 2024-03-21T13:00:24.777490+0000 mgr.x (mgr.15204) 77 : cluster [DBG] pgmap v39: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:00:26.322 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:25 smithi184 bash[14608]: audit 2024-03-21T13:00:25.504902+0000 mgr.x (mgr.15204) 78 : audit [DBG] from='client.15279 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:00:28.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:27 smithi178 bash[14494]: cluster 2024-03-21T13:00:26.778195+0000 mgr.x (mgr.15204) 79 : cluster [DBG] pgmap v40: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:00:28.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:27 smithi178 bash[14494]: audit 2024-03-21T13:00:26.891692+0000 mon.c (mon.1) 84 : audit [DBG] from='mgr.15204 172.21.15.184:0/3613763361' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:00:28.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:27 smithi178 bash[20270]: cluster 2024-03-21T13:00:26.778195+0000 mgr.x (mgr.15204) 79 : cluster [DBG] pgmap v40: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:00:28.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:27 smithi178 bash[20270]: audit 2024-03-21T13:00:26.891692+0000 mon.c (mon.1) 84 : audit [DBG] from='mgr.15204 172.21.15.184:0/3613763361' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:00:28.322 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:27 smithi184 bash[14608]: cluster 2024-03-21T13:00:26.778195+0000 mgr.x (mgr.15204) 79 : cluster [DBG] pgmap v40: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:00:28.322 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:27 smithi184 bash[14608]: audit 2024-03-21T13:00:26.891692+0000 mon.c (mon.1) 84 : audit [DBG] from='mgr.15204 172.21.15.184:0/3613763361' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:00:29.073 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:00:28 smithi184 bash[47581]: ts=2024-03-21T13:00: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.178\", device_class=\"ssd\", hostname=\"smithi178\", instance=\"172.21.15.184:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.178\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster=\"a94f249e-e780-11ee-95cd-87774f69a715\", cluster_addr=\"172.21.15.178\", device_class=\"ssd\", hostname=\"smithi178\", instance=\"smithi184:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.178\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-21T13:00:30.126 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:29 smithi178 bash[14494]: cluster 2024-03-21T13:00:28.780006+0000 mgr.x (mgr.15204) 80 : cluster [DBG] pgmap v41: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:00:30.127 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:29 smithi178 bash[20270]: cluster 2024-03-21T13:00:28.780006+0000 mgr.x (mgr.15204) 80 : cluster [DBG] pgmap v41: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:00:30.322 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:29 smithi184 bash[14608]: cluster 2024-03-21T13:00:28.780006+0000 mgr.x (mgr.15204) 80 : cluster [DBG] pgmap v41: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:00:31.749 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:31 smithi178 bash[20270]: cluster 2024-03-21T13:00:30.780643+0000 mgr.x (mgr.15204) 81 : cluster [DBG] pgmap v42: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:00:31.822 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:31 smithi184 bash[14608]: cluster 2024-03-21T13:00:30.780643+0000 mgr.x (mgr.15204) 81 : cluster [DBG] pgmap v42: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:00:32.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:31 smithi178 bash[14494]: cluster 2024-03-21T13:00:30.780643+0000 mgr.x (mgr.15204) 81 : cluster [DBG] pgmap v42: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:00:33.000 INFO:teuthology.orchestra.run.smithi178.stdout:true 2024-03-21T13:00:33.450 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:00:33 smithi184 systemd[1]: Stopping Ceph grafana.a for a94f249e-e780-11ee-95cd-87774f69a715... 2024-03-21T13:00:33.450 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:00:33 smithi184 bash[48729]: Error response from daemon: No such container: ceph-a94f249e-e780-11ee-95cd-87774f69a715-grafana.a 2024-03-21T13:00:33.450 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:00:33 smithi184 bash[36050]: t=2024-03-21T13:00:33+0000 lvl=info msg="Shutdown started" logger=server reason="System signal: terminated" 2024-03-21T13:00:33.774 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:00:33 smithi184 bash[47581]: ts=2024-03-21T13:00:33.509Z caller=manager.go:609 level=warn component="rule manager" group=nodes msg="Evaluating rule failed" rule="alert: CephNodeDiskspaceWarning\nexpr: predict_linear(node_filesystem_free_bytes{device=~\"/.*\"}[2d], 3600 * 24 * 5)\n * on(instance) group_left(nodename) node_uname_info < 0\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.8.4\n severity: warning\n type: ceph_default\nannotations:\n description: Mountpoint {{ $labels.mountpoint }} on {{ $labels.nodename }} will\n be full in less than 5 days based on the 48 hour trailing fill rate.\n summary: Host filesystem free space is getting low\n" err="found duplicate series for the match group {instance=\"smithi178\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi178\", job=\"node\", machine=\"x86_64\", nodename=\"smithi178\", release=\"5.4.0-174-generic\", sysname=\"Linux\", version=\"#193-Ubuntu SMP Thu Mar 7 14:29:28 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"a94f249e-e780-11ee-95cd-87774f69a715\", domainname=\"(none)\", instance=\"smithi178\", job=\"node\", machine=\"x86_64\", nodename=\"smithi178\", release=\"5.4.0-174-generic\", sysname=\"Linux\", version=\"#193-Ubuntu SMP Thu Mar 7 14:29:28 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-21T13:00:33.774 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:00:33 smithi184 bash[48739]: ceph-a94f249e-e780-11ee-95cd-87774f69a715-grafana-a 2024-03-21T13:00:33.846 INFO:teuthology.orchestra.run.smithi178.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-21T13:00:33.846 INFO:teuthology.orchestra.run.smithi178.stdout:agent.smithi178 smithi178 starting - - - - 2024-03-21T13:00:33.846 INFO:teuthology.orchestra.run.smithi178.stdout:agent.smithi184 smithi184 starting - - - - 2024-03-21T13:00:33.846 INFO:teuthology.orchestra.run.smithi178.stdout:alertmanager.a smithi178 *:9093,9094 starting - - - - 2024-03-21T13:00:33.846 INFO:teuthology.orchestra.run.smithi178.stdout:grafana.a smithi184 *:3000 running (7m) 94s ago 7m 45.4M - 8.3.5 dad864ee21e9 8de6ca670033 2024-03-21T13:00:33.846 INFO:teuthology.orchestra.run.smithi178.stdout:iscsi.foo.smithi178.qfgpzc smithi178 starting - - - - 2024-03-21T13:00:33.846 INFO:teuthology.orchestra.run.smithi178.stdout:mgr.x smithi184 *:8443,9283 starting - - - - 2024-03-21T13:00:33.847 INFO:teuthology.orchestra.run.smithi178.stdout:mgr.y smithi178 *:9283 running (15m) 81s ago 15m 465M - 17.2.0 e1d6a67b021e 690edd94b9e7 2024-03-21T13:00:33.847 INFO:teuthology.orchestra.run.smithi178.stdout:mon.a smithi178 running (15m) 81s ago 15m 60.7M 2048M 17.2.0 e1d6a67b021e 929eab85bff1 2024-03-21T13:00:33.847 INFO:teuthology.orchestra.run.smithi178.stdout:mon.b smithi184 running (13m) 94s ago 13m 50.7M 2048M 17.2.0 e1d6a67b021e 2c060c770e3f 2024-03-21T13:00:33.847 INFO:teuthology.orchestra.run.smithi178.stdout:mon.c smithi178 running (14m) 81s ago 14m 48.4M 2048M 17.2.0 e1d6a67b021e cf8630e7a11b 2024-03-21T13:00:33.847 INFO:teuthology.orchestra.run.smithi178.stdout:node-exporter.a smithi178 *:9100 starting - - - - 2024-03-21T13:00:33.847 INFO:teuthology.orchestra.run.smithi178.stdout:node-exporter.b smithi184 *:9100 starting - - - - 2024-03-21T13:00:33.847 INFO:teuthology.orchestra.run.smithi178.stdout:osd.0 smithi178 running (13m) 81s ago 13m 56.3M 4096M 17.2.0 e1d6a67b021e d6b8ef28417b 2024-03-21T13:00:33.847 INFO:teuthology.orchestra.run.smithi178.stdout:osd.1 smithi178 running (12m) 81s ago 12m 58.4M 4096M 17.2.0 e1d6a67b021e f1a18d3887e4 2024-03-21T13:00:33.847 INFO:teuthology.orchestra.run.smithi178.stdout:osd.2 smithi178 running (11m) 81s ago 11m 53.1M 4096M 17.2.0 e1d6a67b021e 20f205591c9c 2024-03-21T13:00:33.847 INFO:teuthology.orchestra.run.smithi178.stdout:osd.3 smithi178 running (11m) 81s ago 11m 53.8M 4096M 17.2.0 e1d6a67b021e a4f15fefa0b8 2024-03-21T13:00:33.847 INFO:teuthology.orchestra.run.smithi178.stdout:osd.4 smithi184 running (10m) 94s ago 10m 54.9M 4096M 17.2.0 e1d6a67b021e e20e0f763007 2024-03-21T13:00:33.847 INFO:teuthology.orchestra.run.smithi178.stdout:osd.5 smithi184 running (10m) 94s ago 10m 53.7M 4096M 17.2.0 e1d6a67b021e a0e050155046 2024-03-21T13:00:33.847 INFO:teuthology.orchestra.run.smithi178.stdout:osd.6 smithi184 running (9m) 94s ago 9m 53.7M 4096M 17.2.0 e1d6a67b021e 68fa324445fb 2024-03-21T13:00:33.847 INFO:teuthology.orchestra.run.smithi178.stdout:osd.7 smithi184 running (8m) 94s ago 8m 53.8M 4096M 17.2.0 e1d6a67b021e 9153684ac7cd 2024-03-21T13:00:33.847 INFO:teuthology.orchestra.run.smithi178.stdout:prometheus.a smithi184 *:9095 starting - - - - 2024-03-21T13:00:33.848 INFO:teuthology.orchestra.run.smithi178.stdout:rgw.foo.smithi178.amgrte smithi178 *:8000 running (5m) 81s ago 5m 84.4M - 17.2.0 e1d6a67b021e d914bef5b616 2024-03-21T13:00:33.848 INFO:teuthology.orchestra.run.smithi178.stdout:rgw.foo.smithi184.sylqte smithi184 *:8000 running (5m) 94s ago 5m 84.2M - 17.2.0 e1d6a67b021e 71e9025bfe7b 2024-03-21T13:00:33.848 INFO:teuthology.orchestra.run.smithi178.stdout:rgw.smpl.smithi178.avyvkd smithi178 *:80 running (5m) 81s ago 5m 84.6M - 17.2.0 e1d6a67b021e 95dce05fca01 2024-03-21T13:00:33.848 INFO:teuthology.orchestra.run.smithi178.stdout:rgw.smpl.smithi184.ccsuhn smithi184 *:80 running (5m) 94s ago 5m 84.5M - 17.2.0 e1d6a67b021e c3b20c5f0cde 2024-03-21T13:00:34.055 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:00:33 smithi184 bash[48776]: Error response from daemon: No such container: ceph-a94f249e-e780-11ee-95cd-87774f69a715-grafana.a 2024-03-21T13:00:34.055 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:00:33 smithi184 systemd[1]: ceph-a94f249e-e780-11ee-95cd-87774f69a715@grafana.a.service: Succeeded. 2024-03-21T13:00:34.055 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:00:33 smithi184 systemd[1]: Stopped Ceph grafana.a for a94f249e-e780-11ee-95cd-87774f69a715. 2024-03-21T13:00:34.055 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:00:33 smithi184 systemd[1]: Started Ceph grafana.a for a94f249e-e780-11ee-95cd-87774f69a715. 2024-03-21T13:00:34.055 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:33 smithi184 bash[14608]: cluster 2024-03-21T13:00:32.781752+0000 mgr.x (mgr.15204) 82 : cluster [DBG] pgmap v43: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:00:34.055 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:33 smithi184 bash[14608]: audit 2024-03-21T13:00:32.983648+0000 mgr.x (mgr.15204) 83 : audit [DBG] from='client.15372 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:00:34.055 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:33 smithi184 bash[14608]: audit 2024-03-21T13:00:33.367368+0000 mgr.x (mgr.15204) 84 : audit [DBG] from='client.25285 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:00:34.108 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:33 smithi178 bash[20270]: cluster 2024-03-21T13:00:32.781752+0000 mgr.x (mgr.15204) 82 : cluster [DBG] pgmap v43: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:00:34.109 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:33 smithi178 bash[20270]: audit 2024-03-21T13:00:32.983648+0000 mgr.x (mgr.15204) 83 : audit [DBG] from='client.15372 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:00:34.109 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:33 smithi178 bash[20270]: audit 2024-03-21T13:00:33.367368+0000 mgr.x (mgr.15204) 84 : audit [DBG] from='client.25285 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:00:34.109 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:33 smithi178 bash[14494]: cluster 2024-03-21T13:00:32.781752+0000 mgr.x (mgr.15204) 82 : cluster [DBG] pgmap v43: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:00:34.109 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:33 smithi178 bash[14494]: audit 2024-03-21T13:00:32.983648+0000 mgr.x (mgr.15204) 83 : audit [DBG] from='client.15372 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:00:34.109 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:33 smithi178 bash[14494]: audit 2024-03-21T13:00:33.367368+0000 mgr.x (mgr.15204) 84 : audit [DBG] from='client.25285 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:00:34.289 INFO:teuthology.orchestra.run.smithi178.stdout:{ 2024-03-21T13:00:34.289 INFO:teuthology.orchestra.run.smithi178.stdout: "mon": { 2024-03-21T13:00:34.289 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3 2024-03-21T13:00:34.289 INFO:teuthology.orchestra.run.smithi178.stdout: }, 2024-03-21T13:00:34.289 INFO:teuthology.orchestra.run.smithi178.stdout: "mgr": { 2024-03-21T13:00:34.289 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2024-03-21T13:00:34.289 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 1 2024-03-21T13:00:34.289 INFO:teuthology.orchestra.run.smithi178.stdout: }, 2024-03-21T13:00:34.290 INFO:teuthology.orchestra.run.smithi178.stdout: "osd": { 2024-03-21T13:00:34.290 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2024-03-21T13:00:34.290 INFO:teuthology.orchestra.run.smithi178.stdout: }, 2024-03-21T13:00:34.290 INFO:teuthology.orchestra.run.smithi178.stdout: "mds": {}, 2024-03-21T13:00:34.290 INFO:teuthology.orchestra.run.smithi178.stdout: "rgw": { 2024-03-21T13:00:34.290 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2024-03-21T13:00:34.290 INFO:teuthology.orchestra.run.smithi178.stdout: }, 2024-03-21T13:00:34.290 INFO:teuthology.orchestra.run.smithi178.stdout: "overall": { 2024-03-21T13:00:34.290 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 16, 2024-03-21T13:00:34.290 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 1 2024-03-21T13:00:34.290 INFO:teuthology.orchestra.run.smithi178.stdout: } 2024-03-21T13:00:34.290 INFO:teuthology.orchestra.run.smithi178.stdout:} 2024-03-21T13:00:34.322 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:00:34 smithi184 bash[45303]: [21/Mar/2024:13:00:34] ENGINE Bus STOPPING 2024-03-21T13:00:34.322 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:00:34 smithi184 bash[45303]: [21/Mar/2024:13:00:34] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-03-21T13:00:34.322 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:00:34 smithi184 bash[45303]: [21/Mar/2024:13:00:34] ENGINE Bus STOPPED 2024-03-21T13:00:34.323 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:00:34 smithi184 bash[45303]: [21/Mar/2024:13:00:34] ENGINE Bus STARTING 2024-03-21T13:00:34.323 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:00:34 smithi184 bash[45303]: [21/Mar/2024:13:00:34] ENGINE Serving on http://:::9283 2024-03-21T13:00:34.323 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:00:34 smithi184 bash[45303]: [21/Mar/2024:13:00:34] ENGINE Bus STARTED 2024-03-21T13:00:34.323 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:00:34 smithi184 bash[45303]: [21/Mar/2024:13:00:34] ENGINE Bus STOPPING 2024-03-21T13:00:34.323 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:00:34 smithi184 bash[45303]: [21/Mar/2024:13:00:34] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-03-21T13:00:34.323 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:00:34 smithi184 bash[45303]: [21/Mar/2024:13:00:34] ENGINE Bus STOPPED 2024-03-21T13:00:34.323 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:00:34 smithi184 bash[45303]: [21/Mar/2024:13:00:34] ENGINE Bus STARTING 2024-03-21T13:00:34.680 INFO:teuthology.orchestra.run.smithi178.stdout:{ 2024-03-21T13:00:34.680 INFO:teuthology.orchestra.run.smithi178.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753", 2024-03-21T13:00:34.680 INFO:teuthology.orchestra.run.smithi178.stdout: "in_progress": true, 2024-03-21T13:00:34.680 INFO:teuthology.orchestra.run.smithi178.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-21T13:00:34.680 INFO:teuthology.orchestra.run.smithi178.stdout: "services_complete": [], 2024-03-21T13:00:34.680 INFO:teuthology.orchestra.run.smithi178.stdout: "progress": "", 2024-03-21T13:00:34.680 INFO:teuthology.orchestra.run.smithi178.stdout: "message": "Currently upgrading mgr daemons", 2024-03-21T13:00:34.680 INFO:teuthology.orchestra.run.smithi178.stdout: "is_paused": false 2024-03-21T13:00:34.681 INFO:teuthology.orchestra.run.smithi178.stdout:} 2024-03-21T13:00:34.822 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:00:34 smithi184 bash[45303]: [21/Mar/2024:13:00:34] ENGINE Serving on http://:::9283 2024-03-21T13:00:34.823 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:00:34 smithi184 bash[45303]: [21/Mar/2024:13:00:34] ENGINE Bus STARTED 2024-03-21T13:00:34.823 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:00:34 smithi184 bash[45303]: [21/Mar/2024:13:00:34] ENGINE Bus STOPPING 2024-03-21T13:00:34.823 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:00:34 smithi184 bash[45303]: [21/Mar/2024:13:00:34] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-03-21T13:00:34.823 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:00:34 smithi184 bash[45303]: [21/Mar/2024:13:00:34] ENGINE Bus STOPPED 2024-03-21T13:00:34.823 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:00:34 smithi184 bash[45303]: [21/Mar/2024:13:00:34] ENGINE Bus STARTING 2024-03-21T13:00:34.823 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:00:34 smithi184 bash[45303]: [21/Mar/2024:13:00:34] ENGINE Serving on http://:::9283 2024-03-21T13:00:34.823 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:00:34 smithi184 bash[45303]: [21/Mar/2024:13:00:34] ENGINE Bus STARTED 2024-03-21T13:00:35.144 INFO:teuthology.orchestra.run.smithi178.stdout:HEALTH_OK 2024-03-21T13:00:35.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:35 smithi178 bash[14494]: audit 2024-03-21T13:00:33.744971+0000 mgr.x (mgr.15204) 85 : audit [DBG] from='client.15384 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:00:35.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:35 smithi178 bash[14494]: audit 2024-03-21T13:00:34.045613+0000 mon.a (mon.0) 1284 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T13:00:35.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:35 smithi178 bash[14494]: audit 2024-03-21T13:00:34.058799+0000 mon.a (mon.0) 1285 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T13:00:35.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:35 smithi178 bash[14494]: audit 2024-03-21T13:00:34.070463+0000 mon.c (mon.1) 85 : audit [DBG] from='mgr.15204 172.21.15.184:0/3613763361' entity='mgr.x' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-21T13:00:35.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:35 smithi178 bash[14494]: audit 2024-03-21T13:00:34.072315+0000 mon.c (mon.1) 86 : audit [INF] from='mgr.15204 172.21.15.184:0/3613763361' entity='mgr.x' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi178.front.sepia.ceph.com:9093"}]: dispatch 2024-03-21T13:00:35.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:35 smithi178 bash[14494]: audit 2024-03-21T13:00:34.072834+0000 mgr.x (mgr.15204) 86 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-21T13:00:35.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:35 smithi178 bash[14494]: audit 2024-03-21T13:00:34.074616+0000 mgr.x (mgr.15204) 87 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi178.front.sepia.ceph.com:9093"}]: dispatch 2024-03-21T13:00:35.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:35 smithi178 bash[14494]: audit 2024-03-21T13:00:34.079335+0000 mon.a (mon.0) 1286 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T13:00:35.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:35 smithi178 bash[14494]: audit 2024-03-21T13:00:34.090000+0000 mon.c (mon.1) 87 : audit [DBG] from='mgr.15204 172.21.15.184:0/3613763361' entity='mgr.x' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-03-21T13:00:35.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:35 smithi178 bash[14494]: audit 2024-03-21T13:00:34.092956+0000 mgr.x (mgr.15204) 88 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-03-21T13:00:35.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:35 smithi178 bash[14494]: audit 2024-03-21T13:00:34.116678+0000 mon.a (mon.0) 1287 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T13:00:35.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:35 smithi178 bash[14494]: audit 2024-03-21T13:00:34.120179+0000 mon.c (mon.1) 88 : audit [INF] from='mgr.15204 172.21.15.184:0/3613763361' entity='mgr.x' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-03-21T13:00:35.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:35 smithi178 bash[14494]: cephadm 2024-03-21T13:00:34.121423+0000 mgr.x (mgr.15204) 89 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.178:5000 to Dashboard 2024-03-21T13:00:35.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:35 smithi178 bash[14494]: audit 2024-03-21T13:00:34.122854+0000 mgr.x (mgr.15204) 90 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-03-21T13:00:35.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:35 smithi178 bash[14494]: audit 2024-03-21T13:00:34.123923+0000 mon.c (mon.1) 89 : audit [INF] from='mgr.15204 172.21.15.184:0/3613763361' entity='mgr.x' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi178"}]: dispatch 2024-03-21T13:00:35.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:35 smithi178 bash[14494]: audit 2024-03-21T13:00:34.126685+0000 mgr.x (mgr.15204) 91 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi178"}]: dispatch 2024-03-21T13:00:35.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:35 smithi178 bash[14494]: audit 2024-03-21T13:00:34.130705+0000 mon.a (mon.0) 1288 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T13:00:35.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:35 smithi178 bash[14494]: audit 2024-03-21T13:00:34.138581+0000 mon.c (mon.1) 90 : audit [DBG] from='mgr.15204 172.21.15.184:0/3613763361' entity='mgr.x' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-21T13:00:35.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:35 smithi178 bash[14494]: audit 2024-03-21T13:00:34.141251+0000 mon.c (mon.1) 91 : audit [INF] from='mgr.15204 172.21.15.184:0/3613763361' entity='mgr.x' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi184.front.sepia.ceph.com:9095"}]: dispatch 2024-03-21T13:00:35.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:35 smithi178 bash[20270]: audit 2024-03-21T13:00:33.744971+0000 mgr.x (mgr.15204) 85 : audit [DBG] from='client.15384 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:00:35.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:35 smithi178 bash[20270]: audit 2024-03-21T13:00:34.045613+0000 mon.a (mon.0) 1284 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T13:00:35.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:35 smithi178 bash[20270]: audit 2024-03-21T13:00:34.058799+0000 mon.a (mon.0) 1285 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T13:00:35.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:35 smithi178 bash[20270]: audit 2024-03-21T13:00:34.070463+0000 mon.c (mon.1) 85 : audit [DBG] from='mgr.15204 172.21.15.184:0/3613763361' entity='mgr.x' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-21T13:00:35.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:35 smithi178 bash[20270]: audit 2024-03-21T13:00:34.072315+0000 mon.c (mon.1) 86 : audit [INF] from='mgr.15204 172.21.15.184:0/3613763361' entity='mgr.x' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi178.front.sepia.ceph.com:9093"}]: dispatch 2024-03-21T13:00:35.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:35 smithi178 bash[20270]: audit 2024-03-21T13:00:34.072834+0000 mgr.x (mgr.15204) 86 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-21T13:00:35.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:35 smithi178 bash[20270]: audit 2024-03-21T13:00:34.074616+0000 mgr.x (mgr.15204) 87 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi178.front.sepia.ceph.com:9093"}]: dispatch 2024-03-21T13:00:35.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:35 smithi178 bash[20270]: audit 2024-03-21T13:00:34.079335+0000 mon.a (mon.0) 1286 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T13:00:35.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:35 smithi178 bash[20270]: audit 2024-03-21T13:00:34.090000+0000 mon.c (mon.1) 87 : audit [DBG] from='mgr.15204 172.21.15.184:0/3613763361' entity='mgr.x' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-03-21T13:00:35.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:35 smithi178 bash[20270]: audit 2024-03-21T13:00:34.092956+0000 mgr.x (mgr.15204) 88 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-03-21T13:00:35.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:35 smithi178 bash[20270]: audit 2024-03-21T13:00:34.116678+0000 mon.a (mon.0) 1287 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T13:00:35.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:35 smithi178 bash[20270]: audit 2024-03-21T13:00:34.120179+0000 mon.c (mon.1) 88 : audit [INF] from='mgr.15204 172.21.15.184:0/3613763361' entity='mgr.x' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-03-21T13:00:35.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:35 smithi178 bash[20270]: cephadm 2024-03-21T13:00:34.121423+0000 mgr.x (mgr.15204) 89 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.178:5000 to Dashboard 2024-03-21T13:00:35.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:35 smithi178 bash[20270]: audit 2024-03-21T13:00:34.122854+0000 mgr.x (mgr.15204) 90 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-03-21T13:00:35.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:35 smithi178 bash[20270]: audit 2024-03-21T13:00:34.123923+0000 mon.c (mon.1) 89 : audit [INF] from='mgr.15204 172.21.15.184:0/3613763361' entity='mgr.x' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi178"}]: dispatch 2024-03-21T13:00:35.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:35 smithi178 bash[20270]: audit 2024-03-21T13:00:34.126685+0000 mgr.x (mgr.15204) 91 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi178"}]: dispatch 2024-03-21T13:00:35.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:35 smithi178 bash[20270]: audit 2024-03-21T13:00:34.130705+0000 mon.a (mon.0) 1288 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T13:00:35.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:35 smithi178 bash[20270]: audit 2024-03-21T13:00:34.138581+0000 mon.c (mon.1) 90 : audit [DBG] from='mgr.15204 172.21.15.184:0/3613763361' entity='mgr.x' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-21T13:00:35.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:35 smithi178 bash[20270]: audit 2024-03-21T13:00:34.141251+0000 mon.c (mon.1) 91 : audit [INF] from='mgr.15204 172.21.15.184:0/3613763361' entity='mgr.x' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi184.front.sepia.ceph.com:9095"}]: dispatch 2024-03-21T13:00:35.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:35 smithi178 bash[14494]: audit 2024-03-21T13:00:34.141291+0000 mgr.x (mgr.15204) 92 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-21T13:00:35.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:35 smithi178 bash[14494]: audit 2024-03-21T13:00:34.143874+0000 mgr.x (mgr.15204) 93 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi184.front.sepia.ceph.com:9095"}]: dispatch 2024-03-21T13:00:35.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:35 smithi178 bash[14494]: audit 2024-03-21T13:00:34.148167+0000 mon.a (mon.0) 1289 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T13:00:35.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:35 smithi178 bash[14494]: audit 2024-03-21T13:00:34.167838+0000 mon.c (mon.1) 92 : audit [DBG] from='mgr.15204 172.21.15.184:0/3613763361' entity='mgr.x' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-21T13:00:35.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:35 smithi178 bash[14494]: audit 2024-03-21T13:00:34.170550+0000 mgr.x (mgr.15204) 94 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-21T13:00:35.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:35 smithi178 bash[14494]: audit 2024-03-21T13:00:34.177071+0000 mon.c (mon.1) 93 : audit [INF] from='mgr.15204 172.21.15.184:0/3613763361' entity='mgr.x' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi184.front.sepia.ceph.com:3000"}]: dispatch 2024-03-21T13:00:35.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:35 smithi178 bash[14494]: audit 2024-03-21T13:00:34.179790+0000 mgr.x (mgr.15204) 95 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi184.front.sepia.ceph.com:3000"}]: dispatch 2024-03-21T13:00:35.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:35 smithi178 bash[14494]: audit 2024-03-21T13:00:34.186411+0000 mon.a (mon.0) 1290 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T13:00:35.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:35 smithi178 bash[14494]: audit 2024-03-21T13:00:34.224748+0000 mon.c (mon.1) 94 : audit [DBG] from='mgr.15204 172.21.15.184:0/3613763361' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:00:35.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:35 smithi178 bash[14494]: cephadm 2024-03-21T13:00:34.228635+0000 mgr.x (mgr.15204) 96 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-03-21T13:00:35.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:35 smithi178 bash[14494]: audit 2024-03-21T13:00:34.286609+0000 mon.a (mon.0) 1291 : audit [DBG] from='client.? 172.21.15.178:0/2660695779' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:00:35.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:35 smithi178 bash[20270]: audit 2024-03-21T13:00:34.141291+0000 mgr.x (mgr.15204) 92 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-21T13:00:35.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:35 smithi178 bash[20270]: audit 2024-03-21T13:00:34.143874+0000 mgr.x (mgr.15204) 93 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi184.front.sepia.ceph.com:9095"}]: dispatch 2024-03-21T13:00:35.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:35 smithi178 bash[20270]: audit 2024-03-21T13:00:34.148167+0000 mon.a (mon.0) 1289 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T13:00:35.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:35 smithi178 bash[20270]: audit 2024-03-21T13:00:34.167838+0000 mon.c (mon.1) 92 : audit [DBG] from='mgr.15204 172.21.15.184:0/3613763361' entity='mgr.x' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-21T13:00:35.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:35 smithi178 bash[20270]: audit 2024-03-21T13:00:34.170550+0000 mgr.x (mgr.15204) 94 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-21T13:00:35.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:35 smithi178 bash[20270]: audit 2024-03-21T13:00:34.177071+0000 mon.c (mon.1) 93 : audit [INF] from='mgr.15204 172.21.15.184:0/3613763361' entity='mgr.x' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi184.front.sepia.ceph.com:3000"}]: dispatch 2024-03-21T13:00:35.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:35 smithi178 bash[20270]: audit 2024-03-21T13:00:34.179790+0000 mgr.x (mgr.15204) 95 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi184.front.sepia.ceph.com:3000"}]: dispatch 2024-03-21T13:00:35.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:35 smithi178 bash[20270]: audit 2024-03-21T13:00:34.186411+0000 mon.a (mon.0) 1290 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T13:00:35.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:35 smithi178 bash[20270]: audit 2024-03-21T13:00:34.224748+0000 mon.c (mon.1) 94 : audit [DBG] from='mgr.15204 172.21.15.184:0/3613763361' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:00:35.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:35 smithi178 bash[20270]: cephadm 2024-03-21T13:00:34.228635+0000 mgr.x (mgr.15204) 96 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-03-21T13:00:35.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:35 smithi178 bash[20270]: audit 2024-03-21T13:00:34.286609+0000 mon.a (mon.0) 1291 : audit [DBG] from='client.? 172.21.15.178:0/2660695779' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:00:35.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:35 smithi184 bash[14608]: audit 2024-03-21T13:00:33.744971+0000 mgr.x (mgr.15204) 85 : audit [DBG] from='client.15384 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:00:35.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:35 smithi184 bash[14608]: audit 2024-03-21T13:00:34.045613+0000 mon.a (mon.0) 1284 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T13:00:35.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:35 smithi184 bash[14608]: audit 2024-03-21T13:00:34.058799+0000 mon.a (mon.0) 1285 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T13:00:35.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:35 smithi184 bash[14608]: audit 2024-03-21T13:00:34.070463+0000 mon.c (mon.1) 85 : audit [DBG] from='mgr.15204 172.21.15.184:0/3613763361' entity='mgr.x' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-21T13:00:35.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:35 smithi184 bash[14608]: audit 2024-03-21T13:00:34.072315+0000 mon.c (mon.1) 86 : audit [INF] from='mgr.15204 172.21.15.184:0/3613763361' entity='mgr.x' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi178.front.sepia.ceph.com:9093"}]: dispatch 2024-03-21T13:00:35.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:35 smithi184 bash[14608]: audit 2024-03-21T13:00:34.072834+0000 mgr.x (mgr.15204) 86 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-21T13:00:35.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:35 smithi184 bash[14608]: audit 2024-03-21T13:00:34.074616+0000 mgr.x (mgr.15204) 87 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi178.front.sepia.ceph.com:9093"}]: dispatch 2024-03-21T13:00:35.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:35 smithi184 bash[14608]: audit 2024-03-21T13:00:34.079335+0000 mon.a (mon.0) 1286 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T13:00:35.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:35 smithi184 bash[14608]: audit 2024-03-21T13:00:34.090000+0000 mon.c (mon.1) 87 : audit [DBG] from='mgr.15204 172.21.15.184:0/3613763361' entity='mgr.x' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-03-21T13:00:35.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:35 smithi184 bash[14608]: audit 2024-03-21T13:00:34.092956+0000 mgr.x (mgr.15204) 88 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-03-21T13:00:35.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:35 smithi184 bash[14608]: audit 2024-03-21T13:00:34.116678+0000 mon.a (mon.0) 1287 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T13:00:35.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:35 smithi184 bash[14608]: audit 2024-03-21T13:00:34.120179+0000 mon.c (mon.1) 88 : audit [INF] from='mgr.15204 172.21.15.184:0/3613763361' entity='mgr.x' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-03-21T13:00:35.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:35 smithi184 bash[14608]: cephadm 2024-03-21T13:00:34.121423+0000 mgr.x (mgr.15204) 89 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.178:5000 to Dashboard 2024-03-21T13:00:35.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:35 smithi184 bash[14608]: audit 2024-03-21T13:00:34.122854+0000 mgr.x (mgr.15204) 90 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-03-21T13:00:35.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:35 smithi184 bash[14608]: audit 2024-03-21T13:00:34.123923+0000 mon.c (mon.1) 89 : audit [INF] from='mgr.15204 172.21.15.184:0/3613763361' entity='mgr.x' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi178"}]: dispatch 2024-03-21T13:00:35.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:35 smithi184 bash[14608]: audit 2024-03-21T13:00:34.126685+0000 mgr.x (mgr.15204) 91 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi178"}]: dispatch 2024-03-21T13:00:35.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:35 smithi184 bash[14608]: audit 2024-03-21T13:00:34.130705+0000 mon.a (mon.0) 1288 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T13:00:35.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:35 smithi184 bash[14608]: audit 2024-03-21T13:00:34.138581+0000 mon.c (mon.1) 90 : audit [DBG] from='mgr.15204 172.21.15.184:0/3613763361' entity='mgr.x' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-21T13:00:35.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:35 smithi184 bash[14608]: audit 2024-03-21T13:00:34.141251+0000 mon.c (mon.1) 91 : audit [INF] from='mgr.15204 172.21.15.184:0/3613763361' entity='mgr.x' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi184.front.sepia.ceph.com:9095"}]: dispatch 2024-03-21T13:00:35.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:35 smithi184 bash[14608]: audit 2024-03-21T13:00:34.141291+0000 mgr.x (mgr.15204) 92 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-21T13:00:35.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:35 smithi184 bash[14608]: audit 2024-03-21T13:00:34.143874+0000 mgr.x (mgr.15204) 93 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi184.front.sepia.ceph.com:9095"}]: dispatch 2024-03-21T13:00:35.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:35 smithi184 bash[14608]: audit 2024-03-21T13:00:34.148167+0000 mon.a (mon.0) 1289 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T13:00:35.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:35 smithi184 bash[14608]: audit 2024-03-21T13:00:34.167838+0000 mon.c (mon.1) 92 : audit [DBG] from='mgr.15204 172.21.15.184:0/3613763361' entity='mgr.x' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-21T13:00:35.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:35 smithi184 bash[14608]: audit 2024-03-21T13:00:34.170550+0000 mgr.x (mgr.15204) 94 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-21T13:00:35.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:35 smithi184 bash[14608]: audit 2024-03-21T13:00:34.177071+0000 mon.c (mon.1) 93 : audit [INF] from='mgr.15204 172.21.15.184:0/3613763361' entity='mgr.x' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi184.front.sepia.ceph.com:3000"}]: dispatch 2024-03-21T13:00:35.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:35 smithi184 bash[14608]: audit 2024-03-21T13:00:34.179790+0000 mgr.x (mgr.15204) 95 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi184.front.sepia.ceph.com:3000"}]: dispatch 2024-03-21T13:00:35.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:35 smithi184 bash[14608]: audit 2024-03-21T13:00:34.186411+0000 mon.a (mon.0) 1290 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T13:00:35.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:35 smithi184 bash[14608]: audit 2024-03-21T13:00:34.224748+0000 mon.c (mon.1) 94 : audit [DBG] from='mgr.15204 172.21.15.184:0/3613763361' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:00:35.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:35 smithi184 bash[14608]: cephadm 2024-03-21T13:00:34.228635+0000 mgr.x (mgr.15204) 96 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-03-21T13:00:35.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:35 smithi184 bash[14608]: audit 2024-03-21T13:00:34.286609+0000 mon.a (mon.0) 1291 : audit [DBG] from='client.? 172.21.15.178:0/2660695779' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:00:35.822 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:00:35 smithi184 bash[45303]: ::ffff:172.21.15.184 - - [21/Mar/2024:13:00:35] "GET /metrics HTTP/1.1" 200 38233 "" "Prometheus/2.33.4" 2024-03-21T13:00:35.823 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:00:35 smithi184 bash[48811]: Failed to start grafana. error: failed to create log directory "/usr/share/grafana/data/log": mkdir /usr/share/grafana/data: permission denied 2024-03-21T13:00:35.823 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:00:35 smithi184 bash[48811]: failed to create log directory "/usr/share/grafana/data/log": mkdir /usr/share/grafana/data: permission denied 2024-03-21T13:00:36.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:36 smithi178 bash[14494]: audit 2024-03-21T13:00:34.678848+0000 mgr.x (mgr.15204) 97 : audit [DBG] from='client.25303 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:00:36.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:36 smithi178 bash[14494]: cluster 2024-03-21T13:00:34.783133+0000 mgr.x (mgr.15204) 98 : cluster [DBG] pgmap v44: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:00:36.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:36 smithi178 bash[14494]: audit 2024-03-21T13:00:35.141647+0000 mon.c (mon.1) 95 : audit [DBG] from='client.? 172.21.15.178:0/3844981856' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T13:00:36.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:36 smithi178 bash[14494]: audit 2024-03-21T13:00:35.513381+0000 mgr.x (mgr.15204) 99 : audit [DBG] from='client.15279 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:00:36.322 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:36 smithi184 bash[14608]: audit 2024-03-21T13:00:34.678848+0000 mgr.x (mgr.15204) 97 : audit [DBG] from='client.25303 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:00:36.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:36 smithi184 bash[14608]: cluster 2024-03-21T13:00:34.783133+0000 mgr.x (mgr.15204) 98 : cluster [DBG] pgmap v44: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:00:36.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:36 smithi184 bash[14608]: audit 2024-03-21T13:00:35.141647+0000 mon.c (mon.1) 95 : audit [DBG] from='client.? 172.21.15.178:0/3844981856' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T13:00:36.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:36 smithi184 bash[14608]: audit 2024-03-21T13:00:35.513381+0000 mgr.x (mgr.15204) 99 : audit [DBG] from='client.15279 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:00:36.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:36 smithi178 bash[20270]: audit 2024-03-21T13:00:34.678848+0000 mgr.x (mgr.15204) 97 : audit [DBG] from='client.25303 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:00:36.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:36 smithi178 bash[20270]: cluster 2024-03-21T13:00:34.783133+0000 mgr.x (mgr.15204) 98 : cluster [DBG] pgmap v44: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:00:36.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:36 smithi178 bash[20270]: audit 2024-03-21T13:00:35.141647+0000 mon.c (mon.1) 95 : audit [DBG] from='client.? 172.21.15.178:0/3844981856' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T13:00:36.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:36 smithi178 bash[20270]: audit 2024-03-21T13:00:35.513381+0000 mgr.x (mgr.15204) 99 : audit [DBG] from='client.15279 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:00:37.072 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:00:36 smithi184 systemd[1]: ceph-a94f249e-e780-11ee-95cd-87774f69a715@grafana.a.service: Main process exited, code=exited, status=1/FAILURE 2024-03-21T13:00:37.072 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:00:36 smithi184 systemd[1]: ceph-a94f249e-e780-11ee-95cd-87774f69a715@grafana.a.service: Failed with result 'exit-code'. 2024-03-21T13:00:38.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:37 smithi178 bash[14494]: cephadm 2024-03-21T13:00:36.757121+0000 mgr.x (mgr.15204) 100 : cephadm [INF] Upgrade: Updating mgr.y 2024-03-21T13:00:38.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:37 smithi178 bash[14494]: audit 2024-03-21T13:00:36.766208+0000 mon.a (mon.0) 1292 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T13:00:38.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:37 smithi178 bash[14494]: audit 2024-03-21T13:00:36.768763+0000 mon.c (mon.1) 96 : audit [INF] from='mgr.15204 172.21.15.184:0/3613763361' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-21T13:00:38.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:37 smithi178 bash[14494]: audit 2024-03-21T13:00:36.769510+0000 mon.a (mon.0) 1293 : audit [INF] from='mgr.15204 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-21T13:00:38.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:37 smithi178 bash[14494]: audit 2024-03-21T13:00:36.771574+0000 mon.c (mon.1) 97 : audit [DBG] from='mgr.15204 172.21.15.184:0/3613763361' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-21T13:00:38.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:37 smithi178 bash[14494]: audit 2024-03-21T13:00:36.773301+0000 mon.c (mon.1) 98 : audit [DBG] from='mgr.15204 172.21.15.184:0/3613763361' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:00:38.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:37 smithi178 bash[14494]: cephadm 2024-03-21T13:00:36.776893+0000 mgr.x (mgr.15204) 101 : cephadm [INF] Deploying daemon mgr.y on smithi178 2024-03-21T13:00:38.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:37 smithi178 bash[14494]: cluster 2024-03-21T13:00:36.784001+0000 mgr.x (mgr.15204) 102 : cluster [DBG] pgmap v45: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:00:38.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:37 smithi178 bash[20270]: cephadm 2024-03-21T13:00:36.757121+0000 mgr.x (mgr.15204) 100 : cephadm [INF] Upgrade: Updating mgr.y 2024-03-21T13:00:38.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:37 smithi178 bash[20270]: audit 2024-03-21T13:00:36.766208+0000 mon.a (mon.0) 1292 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T13:00:38.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:37 smithi178 bash[20270]: audit 2024-03-21T13:00:36.768763+0000 mon.c (mon.1) 96 : audit [INF] from='mgr.15204 172.21.15.184:0/3613763361' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-21T13:00:38.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:37 smithi178 bash[20270]: audit 2024-03-21T13:00:36.769510+0000 mon.a (mon.0) 1293 : audit [INF] from='mgr.15204 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-21T13:00:38.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:37 smithi178 bash[20270]: audit 2024-03-21T13:00:36.771574+0000 mon.c (mon.1) 97 : audit [DBG] from='mgr.15204 172.21.15.184:0/3613763361' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-21T13:00:38.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:37 smithi178 bash[20270]: audit 2024-03-21T13:00:36.773301+0000 mon.c (mon.1) 98 : audit [DBG] from='mgr.15204 172.21.15.184:0/3613763361' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:00:38.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:37 smithi178 bash[20270]: cephadm 2024-03-21T13:00:36.776893+0000 mgr.x (mgr.15204) 101 : cephadm [INF] Deploying daemon mgr.y on smithi178 2024-03-21T13:00:38.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:37 smithi178 bash[20270]: cluster 2024-03-21T13:00:36.784001+0000 mgr.x (mgr.15204) 102 : cluster [DBG] pgmap v45: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:00:38.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:37 smithi184 bash[14608]: cephadm 2024-03-21T13:00:36.757121+0000 mgr.x (mgr.15204) 100 : cephadm [INF] Upgrade: Updating mgr.y 2024-03-21T13:00:38.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:37 smithi184 bash[14608]: audit 2024-03-21T13:00:36.766208+0000 mon.a (mon.0) 1292 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T13:00:38.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:37 smithi184 bash[14608]: audit 2024-03-21T13:00:36.768763+0000 mon.c (mon.1) 96 : audit [INF] from='mgr.15204 172.21.15.184:0/3613763361' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-21T13:00:38.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:37 smithi184 bash[14608]: audit 2024-03-21T13:00:36.769510+0000 mon.a (mon.0) 1293 : audit [INF] from='mgr.15204 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-21T13:00:38.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:37 smithi184 bash[14608]: audit 2024-03-21T13:00:36.771574+0000 mon.c (mon.1) 97 : audit [DBG] from='mgr.15204 172.21.15.184:0/3613763361' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-21T13:00:38.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:37 smithi184 bash[14608]: audit 2024-03-21T13:00:36.773301+0000 mon.c (mon.1) 98 : audit [DBG] from='mgr.15204 172.21.15.184:0/3613763361' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:00:38.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:37 smithi184 bash[14608]: cephadm 2024-03-21T13:00:36.776893+0000 mgr.x (mgr.15204) 101 : cephadm [INF] Deploying daemon mgr.y on smithi178 2024-03-21T13:00:38.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:37 smithi184 bash[14608]: cluster 2024-03-21T13:00:36.784001+0000 mgr.x (mgr.15204) 102 : cluster [DBG] pgmap v45: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:00:39.048 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:00:38 smithi178 systemd[1]: Stopping Ceph mgr.y for a94f249e-e780-11ee-95cd-87774f69a715... 2024-03-21T13:00:39.072 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:00:38 smithi184 bash[47581]: ts=2024-03-21T13:00: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.178\", device_class=\"ssd\", hostname=\"smithi178\", instance=\"172.21.15.184:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.178\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster=\"a94f249e-e780-11ee-95cd-87774f69a715\", cluster_addr=\"172.21.15.178\", device_class=\"ssd\", hostname=\"smithi178\", instance=\"smithi184:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.178\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-21T13:00:39.760 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:00:39 smithi178 bash[62880]: ceph-a94f249e-e780-11ee-95cd-87774f69a715-mgr-y 2024-03-21T13:00:40.030 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:39 smithi178 bash[14494]: cluster 2024-03-21T13:00:38.785860+0000 mgr.x (mgr.15204) 103 : cluster [DBG] pgmap v46: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:00:40.030 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:00:39 smithi178 systemd[1]: ceph-a94f249e-e780-11ee-95cd-87774f69a715@mgr.y.service: Main process exited, code=exited, status=143/n/a 2024-03-21T13:00:40.030 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:00:39 smithi178 bash[63029]: Error response from daemon: No such container: ceph-a94f249e-e780-11ee-95cd-87774f69a715-mgr-y 2024-03-21T13:00:40.030 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:00:39 smithi178 systemd[1]: ceph-a94f249e-e780-11ee-95cd-87774f69a715@mgr.y.service: Failed with result 'exit-code'. 2024-03-21T13:00:40.030 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:00:39 smithi178 systemd[1]: Stopped Ceph mgr.y for a94f249e-e780-11ee-95cd-87774f69a715. 2024-03-21T13:00:40.031 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:39 smithi178 bash[20270]: cluster 2024-03-21T13:00:38.785860+0000 mgr.x (mgr.15204) 103 : cluster [DBG] pgmap v46: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:00:40.292 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:39 smithi184 bash[14608]: cluster 2024-03-21T13:00:38.785860+0000 mgr.x (mgr.15204) 103 : cluster [DBG] pgmap v46: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:00:40.297 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:00:40 smithi178 systemd[1]: Started Ceph mgr.y for a94f249e-e780-11ee-95cd-87774f69a715. 2024-03-21T13:00:41.253 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:41 smithi178 bash[14494]: audit 2024-03-21T13:00:40.074865+0000 mon.a (mon.0) 1294 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T13:00:41.254 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:41 smithi178 bash[14494]: audit 2024-03-21T13:00:40.090720+0000 mon.a (mon.0) 1295 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T13:00:41.254 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:41 smithi178 bash[14494]: audit 2024-03-21T13:00:40.100585+0000 mon.c (mon.1) 99 : audit [INF] from='mgr.15204 172.21.15.184:0/3613763361' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi178", "caps": []}]: dispatch 2024-03-21T13:00:41.254 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:41 smithi178 bash[14494]: audit 2024-03-21T13:00:40.100785+0000 mon.c (mon.1) 100 : audit [INF] from='mgr.15204 172.21.15.184:0/3613763361' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi184", "caps": []}]: dispatch 2024-03-21T13:00:41.254 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:41 smithi178 bash[14494]: audit 2024-03-21T13:00:40.101002+0000 mon.a (mon.0) 1296 : audit [INF] from='mgr.15204 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi178", "caps": []}]: dispatch 2024-03-21T13:00:41.254 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:41 smithi178 bash[14494]: audit 2024-03-21T13:00:40.101549+0000 mon.a (mon.0) 1297 : audit [INF] from='mgr.15204 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi184", "caps": []}]: dispatch 2024-03-21T13:00:41.254 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:00:41 smithi178 bash[63098]: debug 2024-03-21T13:00:41.119+0000 7fcd7ac65700 1 -- 172.21.15.178:0/393879832 <== mon.0 v2:172.21.15.178:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x558e675d85a0 con 0x558e68358800 2024-03-21T13:00:41.254 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:41 smithi178 bash[20270]: audit 2024-03-21T13:00:40.074865+0000 mon.a (mon.0) 1294 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T13:00:41.255 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:41 smithi178 bash[20270]: audit 2024-03-21T13:00:40.090720+0000 mon.a (mon.0) 1295 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T13:00:41.255 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:41 smithi178 bash[20270]: audit 2024-03-21T13:00:40.100585+0000 mon.c (mon.1) 99 : audit [INF] from='mgr.15204 172.21.15.184:0/3613763361' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi178", "caps": []}]: dispatch 2024-03-21T13:00:41.255 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:41 smithi178 bash[20270]: audit 2024-03-21T13:00:40.100785+0000 mon.c (mon.1) 100 : audit [INF] from='mgr.15204 172.21.15.184:0/3613763361' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi184", "caps": []}]: dispatch 2024-03-21T13:00:41.255 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:41 smithi178 bash[20270]: audit 2024-03-21T13:00:40.101002+0000 mon.a (mon.0) 1296 : audit [INF] from='mgr.15204 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi178", "caps": []}]: dispatch 2024-03-21T13:00:41.255 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:41 smithi178 bash[20270]: audit 2024-03-21T13:00:40.101549+0000 mon.a (mon.0) 1297 : audit [INF] from='mgr.15204 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi184", "caps": []}]: dispatch 2024-03-21T13:00:41.348 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:41 smithi184 bash[14608]: audit 2024-03-21T13:00:40.074865+0000 mon.a (mon.0) 1294 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T13:00:41.348 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:41 smithi184 bash[14608]: audit 2024-03-21T13:00:40.090720+0000 mon.a (mon.0) 1295 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T13:00:41.348 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:41 smithi184 bash[14608]: audit 2024-03-21T13:00:40.100585+0000 mon.c (mon.1) 99 : audit [INF] from='mgr.15204 172.21.15.184:0/3613763361' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi178", "caps": []}]: dispatch 2024-03-21T13:00:41.348 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:41 smithi184 bash[14608]: audit 2024-03-21T13:00:40.100785+0000 mon.c (mon.1) 100 : audit [INF] from='mgr.15204 172.21.15.184:0/3613763361' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi184", "caps": []}]: dispatch 2024-03-21T13:00:41.348 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:41 smithi184 bash[14608]: audit 2024-03-21T13:00:40.101002+0000 mon.a (mon.0) 1296 : audit [INF] from='mgr.15204 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi178", "caps": []}]: dispatch 2024-03-21T13:00:41.348 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:41 smithi184 bash[14608]: audit 2024-03-21T13:00:40.101549+0000 mon.a (mon.0) 1297 : audit [INF] from='mgr.15204 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi184", "caps": []}]: dispatch 2024-03-21T13:00:41.548 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:00:41 smithi178 bash[63098]: debug 2024-03-21T13:00:41.291+0000 7fcd84e74200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-21T13:00:42.141 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:42 smithi184 bash[14608]: cluster 2024-03-21T13:00:40.786672+0000 mgr.x (mgr.15204) 104 : cluster [DBG] pgmap v47: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:00:42.142 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:42 smithi184 bash[14608]: cephadm 2024-03-21T13:00:40.844546+0000 mgr.x (mgr.15204) 105 : cephadm [INF] Deploying daemon agent.smithi178 on smithi178 2024-03-21T13:00:42.142 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:42 smithi184 bash[14608]: audit 2024-03-21T13:00:41.835897+0000 mon.a (mon.0) 1298 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T13:00:42.142 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:42 smithi184 bash[14608]: audit 2024-03-21T13:00:41.891081+0000 mon.c (mon.1) 101 : audit [DBG] from='mgr.15204 172.21.15.184:0/3613763361' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:00:42.335 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:42 smithi178 bash[14494]: cluster 2024-03-21T13:00:40.786672+0000 mgr.x (mgr.15204) 104 : cluster [DBG] pgmap v47: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:00:42.336 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:42 smithi178 bash[14494]: cephadm 2024-03-21T13:00:40.844546+0000 mgr.x (mgr.15204) 105 : cephadm [INF] Deploying daemon agent.smithi178 on smithi178 2024-03-21T13:00:42.336 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:42 smithi178 bash[14494]: audit 2024-03-21T13:00:41.835897+0000 mon.a (mon.0) 1298 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T13:00:42.336 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:42 smithi178 bash[14494]: audit 2024-03-21T13:00:41.891081+0000 mon.c (mon.1) 101 : audit [DBG] from='mgr.15204 172.21.15.184:0/3613763361' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:00:42.336 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:42 smithi178 bash[20270]: cluster 2024-03-21T13:00:40.786672+0000 mgr.x (mgr.15204) 104 : cluster [DBG] pgmap v47: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:00:42.336 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:42 smithi178 bash[20270]: cephadm 2024-03-21T13:00:40.844546+0000 mgr.x (mgr.15204) 105 : cephadm [INF] Deploying daemon agent.smithi178 on smithi178 2024-03-21T13:00:42.336 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:42 smithi178 bash[20270]: audit 2024-03-21T13:00:41.835897+0000 mon.a (mon.0) 1298 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T13:00:42.336 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:42 smithi178 bash[20270]: audit 2024-03-21T13:00:41.891081+0000 mon.c (mon.1) 101 : audit [DBG] from='mgr.15204 172.21.15.184:0/3613763361' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:00:42.797 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:00:42 smithi178 bash[63098]: debug 2024-03-21T13:00:42.335+0000 7fcd84e74200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-03-21T13:00:42.798 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:00:42 smithi178 bash[63098]: debug 2024-03-21T13:00:42.435+0000 7fcd84e74200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-21T13:00:42.798 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:00:42 smithi178 bash[63098]: debug 2024-03-21T13:00:42.535+0000 7fcd84e74200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-21T13:00:43.212 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:00:42 smithi178 bash[63098]: debug 2024-03-21T13:00:42.823+0000 7fcd84e74200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-21T13:00:43.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:43 smithi178 bash[14494]: cephadm 2024-03-21T13:00:42.123233+0000 mgr.x (mgr.15204) 106 : cephadm [INF] Deploying daemon agent.smithi184 on smithi184 2024-03-21T13:00:43.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:43 smithi178 bash[14494]: audit 2024-03-21T13:00:42.331381+0000 mon.a (mon.0) 1299 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T13:00:43.548 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:00:43 smithi178 bash[63098]: debug 2024-03-21T13:00:43.203+0000 7fcd84e74200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-21T13:00:43.548 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:00:43 smithi178 bash[63098]: debug 2024-03-21T13:00:43.363+0000 7fcd84e74200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-21T13:00:43.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:43 smithi178 bash[20270]: cephadm 2024-03-21T13:00:42.123233+0000 mgr.x (mgr.15204) 106 : cephadm [INF] Deploying daemon agent.smithi184 on smithi184 2024-03-21T13:00:43.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:43 smithi178 bash[20270]: audit 2024-03-21T13:00:42.331381+0000 mon.a (mon.0) 1299 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T13:00:43.822 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:00:43 smithi184 bash[47581]: ts=2024-03-21T13:00:43.510Z caller=manager.go:609 level=warn component="rule manager" group=nodes msg="Evaluating rule failed" rule="alert: CephNodeDiskspaceWarning\nexpr: predict_linear(node_filesystem_free_bytes{device=~\"/.*\"}[2d], 3600 * 24 * 5)\n * on(instance) group_left(nodename) node_uname_info < 0\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.8.4\n severity: warning\n type: ceph_default\nannotations:\n description: Mountpoint {{ $labels.mountpoint }} on {{ $labels.nodename }} will\n be full in less than 5 days based on the 48 hour trailing fill rate.\n summary: Host filesystem free space is getting low\n" err="found duplicate series for the match group {instance=\"smithi178\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi178\", job=\"node\", machine=\"x86_64\", nodename=\"smithi178\", release=\"5.4.0-174-generic\", sysname=\"Linux\", version=\"#193-Ubuntu SMP Thu Mar 7 14:29:28 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"a94f249e-e780-11ee-95cd-87774f69a715\", domainname=\"(none)\", instance=\"smithi178\", job=\"node\", machine=\"x86_64\", nodename=\"smithi178\", release=\"5.4.0-174-generic\", sysname=\"Linux\", version=\"#193-Ubuntu SMP Thu Mar 7 14:29:28 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-21T13:00:43.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:43 smithi184 bash[14608]: cephadm 2024-03-21T13:00:42.123233+0000 mgr.x (mgr.15204) 106 : cephadm [INF] Deploying daemon agent.smithi184 on smithi184 2024-03-21T13:00:43.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:43 smithi184 bash[14608]: audit 2024-03-21T13:00:42.331381+0000 mon.a (mon.0) 1299 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T13:00:44.048 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:00:43 smithi178 bash[63098]: debug 2024-03-21T13:00:43.575+0000 7fcd84e74200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-21T13:00:44.614 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:44 smithi178 bash[14494]: cluster 2024-03-21T13:00:42.787638+0000 mgr.x (mgr.15204) 107 : cluster [DBG] pgmap v48: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:00:44.614 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:44 smithi178 bash[20270]: cluster 2024-03-21T13:00:42.787638+0000 mgr.x (mgr.15204) 107 : cluster [DBG] pgmap v48: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:00:44.631 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:44 smithi184 bash[14608]: cluster 2024-03-21T13:00:42.787638+0000 mgr.x (mgr.15204) 107 : cluster [DBG] pgmap v48: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:00:45.048 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:00:44 smithi178 bash[63098]: debug 2024-03-21T13:00:44.606+0000 7fcd84e74200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-21T13:00:45.048 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:00:44 smithi178 bash[63098]: debug 2024-03-21T13:00:44.718+0000 7fcd84e74200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-21T13:00:45.048 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:00:44 smithi178 bash[63098]: debug 2024-03-21T13:00:44.842+0000 7fcd84e74200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-21T13:00:45.798 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:00:45 smithi178 bash[63098]: debug 2024-03-21T13:00:45.334+0000 7fcd84e74200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-21T13:00:45.798 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:00:45 smithi178 bash[63098]: debug 2024-03-21T13:00:45.574+0000 7fcd84e74200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-21T13:00:45.822 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:00:45 smithi184 bash[45303]: ::ffff:172.21.15.184 - - [21/Mar/2024:13:00:45] "GET /metrics HTTP/1.1" 200 38233 "" "Prometheus/2.33.4" 2024-03-21T13:00:46.548 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:00:46 smithi178 bash[63098]: debug 2024-03-21T13:00:46.074+0000 7fcd84e74200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-21T13:00:46.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:46 smithi178 bash[14494]: cluster 2024-03-21T13:00:44.788766+0000 mgr.x (mgr.15204) 108 : cluster [DBG] pgmap v49: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:00:46.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:46 smithi178 bash[14494]: audit 2024-03-21T13:00:45.134422+0000 mon.a (mon.0) 1300 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T13:00:46.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:46 smithi178 bash[14494]: audit 2024-03-21T13:00:45.607647+0000 mon.a (mon.0) 1301 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T13:00:46.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:46 smithi178 bash[20270]: cluster 2024-03-21T13:00:44.788766+0000 mgr.x (mgr.15204) 108 : cluster [DBG] pgmap v49: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:00:46.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:46 smithi178 bash[20270]: audit 2024-03-21T13:00:45.134422+0000 mon.a (mon.0) 1300 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T13:00:46.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:46 smithi178 bash[20270]: audit 2024-03-21T13:00:45.607647+0000 mon.a (mon.0) 1301 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T13:00:46.572 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:46 smithi184 bash[14608]: cluster 2024-03-21T13:00:44.788766+0000 mgr.x (mgr.15204) 108 : cluster [DBG] pgmap v49: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:00:46.572 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:46 smithi184 bash[14608]: audit 2024-03-21T13:00:45.134422+0000 mon.a (mon.0) 1300 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T13:00:46.572 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:46 smithi184 bash[14608]: audit 2024-03-21T13:00:45.607647+0000 mon.a (mon.0) 1301 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T13:00:47.047 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:00:46 smithi178 bash[63098]: debug 2024-03-21T13:00:46.606+0000 7fcd84e74200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-21T13:00:47.143 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:00:46 smithi184 systemd[1]: ceph-a94f249e-e780-11ee-95cd-87774f69a715@grafana.a.service: Scheduled restart job, restart counter is at 1. 2024-03-21T13:00:47.143 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:00:46 smithi184 systemd[1]: Stopped Ceph grafana.a for a94f249e-e780-11ee-95cd-87774f69a715. 2024-03-21T13:00:47.143 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:00:46 smithi184 systemd[1]: Started Ceph grafana.a for a94f249e-e780-11ee-95cd-87774f69a715. 2024-03-21T13:00:47.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:47 smithi178 bash[14494]: audit 2024-03-21T13:00:45.521616+0000 mgr.x (mgr.15204) 109 : audit [DBG] from='client.15279 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:00:47.597 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:00:47 smithi178 bash[63098]: debug 2024-03-21T13:00:47.242+0000 7fcd84e74200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-21T13:00:47.597 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:00:47 smithi178 bash[63098]: debug 2024-03-21T13:00:47.374+0000 7fcd84e74200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-21T13:00:47.598 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:47 smithi178 bash[20270]: audit 2024-03-21T13:00:45.521616+0000 mgr.x (mgr.15204) 109 : audit [DBG] from='client.15279 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:00:47.598 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:47 smithi184 bash[14608]: audit 2024-03-21T13:00:45.521616+0000 mgr.x (mgr.15204) 109 : audit [DBG] from='client.15279 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:00:48.144 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:00:47 smithi178 bash[63098]: debug 2024-03-21T13:00:47.802+0000 7fcd84e74200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-21T13:00:48.144 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:00:47 smithi178 bash[63098]: debug 2024-03-21T13:00:47.934+0000 7fcd84e74200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-21T13:00:48.144 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:48 smithi178 bash[14494]: cluster 2024-03-21T13:00:46.789535+0000 mgr.x (mgr.15204) 110 : cluster [DBG] pgmap v50: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:00:48.247 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:00:48 smithi184 bash[49491]: Failed to start grafana. error: failed to create log directory "/usr/share/grafana/data/log": mkdir /usr/share/grafana/data: permission denied 2024-03-21T13:00:48.248 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:00:48 smithi184 bash[49491]: failed to create log directory "/usr/share/grafana/data/log": mkdir /usr/share/grafana/data: permission denied 2024-03-21T13:00:48.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:48 smithi184 bash[14608]: cluster 2024-03-21T13:00:46.789535+0000 mgr.x (mgr.15204) 110 : cluster [DBG] pgmap v50: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:00:48.428 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:00:48 smithi178 bash[63098]: debug 2024-03-21T13:00:48.154+0000 7fcd84e74200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-21T13:00:48.428 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:00:48 smithi178 bash[63098]: debug 2024-03-21T13:00:48.282+0000 7fcd84e74200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-21T13:00:48.432 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:48 smithi178 bash[20270]: cluster 2024-03-21T13:00:46.789535+0000 mgr.x (mgr.15204) 110 : cluster [DBG] pgmap v50: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:00:48.784 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:00:48 smithi178 bash[63098]: debug 2024-03-21T13:00:48.418+0000 7fcd84e74200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-21T13:00:48.784 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:00:48 smithi178 bash[63098]: debug 2024-03-21T13:00:48.634+0000 7fcd84e74200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-21T13:00:49.048 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:00:48 smithi178 bash[63098]: debug 2024-03-21T13:00:48.774+0000 7fcd84e74200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-21T13:00:49.072 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:00:48 smithi184 systemd[1]: ceph-a94f249e-e780-11ee-95cd-87774f69a715@grafana.a.service: Main process exited, code=exited, status=1/FAILURE 2024-03-21T13:00:49.072 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:00:48 smithi184 systemd[1]: ceph-a94f249e-e780-11ee-95cd-87774f69a715@grafana.a.service: Failed with result 'exit-code'. 2024-03-21T13:00:49.073 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:00:48 smithi184 bash[47581]: ts=2024-03-21T13:00:48.659Z caller=manager.go:609 level=warn component="rule manager" group=osd msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on(ceph_daemon) group_left(hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.178\", device_class=\"ssd\", hostname=\"smithi178\", instance=\"172.21.15.184:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.178\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster=\"a94f249e-e780-11ee-95cd-87774f69a715\", cluster_addr=\"172.21.15.178\", device_class=\"ssd\", hostname=\"smithi178\", instance=\"smithi184:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.178\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-21T13:00:49.572 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:49 smithi184 bash[14608]: audit 2024-03-21T13:00:48.303066+0000 mon.a (mon.0) 1302 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T13:00:49.572 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:49 smithi184 bash[14608]: audit 2024-03-21T13:00:48.314292+0000 mon.a (mon.0) 1303 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T13:00:49.572 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:49 smithi184 bash[14608]: audit 2024-03-21T13:00:48.432355+0000 mon.a (mon.0) 1304 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T13:00:49.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:49 smithi184 bash[14608]: audit 2024-03-21T13:00:48.442201+0000 mon.a (mon.0) 1305 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T13:00:49.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:49 smithi184 bash[14608]: audit 2024-03-21T13:00:48.453637+0000 mon.a (mon.0) 1306 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T13:00:49.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:49 smithi178 bash[14494]: audit 2024-03-21T13:00:48.303066+0000 mon.a (mon.0) 1302 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T13:00:49.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:49 smithi178 bash[14494]: audit 2024-03-21T13:00:48.314292+0000 mon.a (mon.0) 1303 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T13:00:49.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:49 smithi178 bash[14494]: audit 2024-03-21T13:00:48.432355+0000 mon.a (mon.0) 1304 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T13:00:49.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:49 smithi178 bash[14494]: audit 2024-03-21T13:00:48.442201+0000 mon.a (mon.0) 1305 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T13:00:49.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:49 smithi178 bash[14494]: audit 2024-03-21T13:00:48.453637+0000 mon.a (mon.0) 1306 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T13:00:49.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:49 smithi178 bash[20270]: audit 2024-03-21T13:00:48.303066+0000 mon.a (mon.0) 1302 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T13:00:49.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:49 smithi178 bash[20270]: audit 2024-03-21T13:00:48.314292+0000 mon.a (mon.0) 1303 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T13:00:49.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:49 smithi178 bash[20270]: audit 2024-03-21T13:00:48.432355+0000 mon.a (mon.0) 1304 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T13:00:49.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:49 smithi178 bash[20270]: audit 2024-03-21T13:00:48.442201+0000 mon.a (mon.0) 1305 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T13:00:49.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:49 smithi178 bash[20270]: audit 2024-03-21T13:00:48.453637+0000 mon.a (mon.0) 1306 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T13:00:50.416 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:00:50 smithi178 bash[63098]: debug 2024-03-21T13:00:50.146+0000 7fcd84e74200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-21T13:00:50.416 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:00:50 smithi178 bash[63098]: [21/Mar/2024:13:00:50] ENGINE Bus STARTING 2024-03-21T13:00:50.416 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:00:50 smithi178 bash[63098]: CherryPy Checker: 2024-03-21T13:00:50.416 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:00:50 smithi178 bash[63098]: The Application mounted at '' has an empty config. 2024-03-21T13:00:50.417 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:00:50 smithi178 bash[63098]: [21/Mar/2024:13:00:50] ENGINE Serving on http://:::9283 2024-03-21T13:00:50.417 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:00:50 smithi178 bash[63098]: [21/Mar/2024:13:00:50] ENGINE Bus STARTED 2024-03-21T13:00:50.694 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:00:50 smithi184 bash[45303]: debug 2024-03-21T13:00:50.464+0000 7f9b6c618700 -1 mgr handle_mgr_map I was active but no longer am 2024-03-21T13:00:50.695 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:00:50 smithi184 bash[45303]: ignoring --setuser ceph since I am not root 2024-03-21T13:00:50.695 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:00:50 smithi184 bash[45303]: ignoring --setgroup ceph since I am not root 2024-03-21T13:00:50.695 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:00:50 smithi184 bash[45303]: debug 2024-03-21T13:00:50.528+0000 7f272d19a700 1 -- 172.21.15.184:0/973259845 <== mon.0 v2:172.21.15.178:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x560fcff385a0 con 0x560fd0cb6800 2024-03-21T13:00:50.695 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:50 smithi184 bash[14608]: cluster 2024-03-21T13:00:48.791360+0000 mgr.x (mgr.15204) 111 : cluster [DBG] pgmap v51: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:00:50.695 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:50 smithi184 bash[14608]: audit 2024-03-21T13:00:49.415237+0000 mon.a (mon.0) 1307 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T13:00:50.695 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:50 smithi184 bash[14608]: audit 2024-03-21T13:00:49.425810+0000 mon.a (mon.0) 1308 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T13:00:50.695 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:50 smithi184 bash[14608]: audit 2024-03-21T13:00:49.430606+0000 mon.c (mon.1) 102 : audit [DBG] from='mgr.15204 172.21.15.184:0/3613763361' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:00:50.695 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:50 smithi184 bash[14608]: audit 2024-03-21T13:00:49.432086+0000 mon.c (mon.1) 103 : audit [INF] from='mgr.15204 172.21.15.184:0/3613763361' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:00:50.695 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:50 smithi184 bash[14608]: cluster 2024-03-21T13:00:49.436010+0000 mgr.x (mgr.15204) 112 : cluster [DBG] pgmap v52: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 961 B/s rd, 0 op/s 2024-03-21T13:00:50.695 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:50 smithi184 bash[14608]: audit 2024-03-21T13:00:49.439415+0000 mon.a (mon.0) 1309 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T13:00:50.695 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:50 smithi184 bash[14608]: cluster 2024-03-21T13:00:49.450630+0000 mon.a (mon.0) 1310 : cluster [WRN] Health check failed: 1 Cephadm Agent(s) are not reporting. Hosts may be offline (CEPHADM_AGENT_DOWN) 2024-03-21T13:00:50.695 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:50 smithi184 bash[14608]: audit 2024-03-21T13:00:49.526688+0000 mon.c (mon.1) 104 : audit [DBG] from='mgr.15204 172.21.15.184:0/3613763361' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:00:50.696 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:50 smithi184 bash[14608]: audit 2024-03-21T13:00:49.532719+0000 mon.c (mon.1) 105 : audit [INF] from='mgr.15204 172.21.15.184:0/3613763361' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2024-03-21T13:00:50.696 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:50 smithi184 bash[14608]: audit 2024-03-21T13:00:49.533407+0000 mon.a (mon.0) 1311 : audit [INF] from='mgr.15204 ' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2024-03-21T13:00:50.696 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:50 smithi184 bash[14608]: cluster 2024-03-21T13:00:49.541413+0000 mon.a (mon.0) 1312 : cluster [DBG] osdmap e105: 8 total, 8 up, 8 in 2024-03-21T13:00:50.696 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:50 smithi184 bash[14608]: cluster 2024-03-21T13:00:50.156333+0000 mon.a (mon.0) 1313 : cluster [INF] Active manager daemon y restarted 2024-03-21T13:00:50.696 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:50 smithi184 bash[14608]: cluster 2024-03-21T13:00:50.157508+0000 mon.a (mon.0) 1314 : cluster [INF] Activating manager daemon y 2024-03-21T13:00:50.696 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:50 smithi184 bash[14608]: cluster 2024-03-21T13:00:50.161795+0000 mon.a (mon.0) 1315 : cluster [DBG] osdmap e106: 8 total, 8 up, 8 in 2024-03-21T13:00:50.696 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:50 smithi184 bash[14608]: audit 2024-03-21T13:00:50.163550+0000 mon.c (mon.1) 106 : audit [DBG] from='mgr.? 172.21.15.178:0/1307560356' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2024-03-21T13:00:50.696 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:50 smithi184 bash[14608]: audit 2024-03-21T13:00:50.164314+0000 mon.c (mon.1) 107 : audit [DBG] from='mgr.? 172.21.15.178:0/1307560356' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-21T13:00:50.696 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:50 smithi184 bash[14608]: audit 2024-03-21T13:00:50.167309+0000 mon.c (mon.1) 108 : audit [DBG] from='mgr.? 172.21.15.178:0/1307560356' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2024-03-21T13:00:50.696 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:50 smithi184 bash[14608]: audit 2024-03-21T13:00:50.167808+0000 mon.c (mon.1) 109 : audit [DBG] from='mgr.? 172.21.15.178:0/1307560356' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-21T13:00:50.696 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:50 smithi184 bash[14608]: cluster 2024-03-21T13:00:50.254772+0000 mon.a (mon.0) 1316 : cluster [DBG] Standby manager daemon x started 2024-03-21T13:00:50.752 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:00:50 smithi178 bash[63098]: [21/Mar/2024:13:00:50] ENGINE Bus STOPPING 2024-03-21T13:00:50.752 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:00:50 smithi178 bash[63098]: [21/Mar/2024:13:00:50] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-03-21T13:00:50.752 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:00:50 smithi178 bash[63098]: [21/Mar/2024:13:00:50] ENGINE Bus STOPPED 2024-03-21T13:00:50.752 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:00:50 smithi178 bash[63098]: [21/Mar/2024:13:00:50] ENGINE Bus STARTING 2024-03-21T13:00:50.753 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:50 smithi178 bash[20270]: cluster 2024-03-21T13:00:48.791360+0000 mgr.x (mgr.15204) 111 : cluster [DBG] pgmap v51: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:00:50.753 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:50 smithi178 bash[20270]: audit 2024-03-21T13:00:49.415237+0000 mon.a (mon.0) 1307 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T13:00:50.753 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:50 smithi178 bash[20270]: audit 2024-03-21T13:00:49.425810+0000 mon.a (mon.0) 1308 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T13:00:50.753 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:50 smithi178 bash[20270]: audit 2024-03-21T13:00:49.430606+0000 mon.c (mon.1) 102 : audit [DBG] from='mgr.15204 172.21.15.184:0/3613763361' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:00:50.753 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:50 smithi178 bash[20270]: audit 2024-03-21T13:00:49.432086+0000 mon.c (mon.1) 103 : audit [INF] from='mgr.15204 172.21.15.184:0/3613763361' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:00:50.753 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:50 smithi178 bash[20270]: cluster 2024-03-21T13:00:49.436010+0000 mgr.x (mgr.15204) 112 : cluster [DBG] pgmap v52: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 961 B/s rd, 0 op/s 2024-03-21T13:00:50.753 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:50 smithi178 bash[20270]: audit 2024-03-21T13:00:49.439415+0000 mon.a (mon.0) 1309 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T13:00:50.753 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:50 smithi178 bash[20270]: cluster 2024-03-21T13:00:49.450630+0000 mon.a (mon.0) 1310 : cluster [WRN] Health check failed: 1 Cephadm Agent(s) are not reporting. Hosts may be offline (CEPHADM_AGENT_DOWN) 2024-03-21T13:00:50.753 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:50 smithi178 bash[20270]: audit 2024-03-21T13:00:49.526688+0000 mon.c (mon.1) 104 : audit [DBG] from='mgr.15204 172.21.15.184:0/3613763361' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:00:50.753 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:50 smithi178 bash[20270]: audit 2024-03-21T13:00:49.532719+0000 mon.c (mon.1) 105 : audit [INF] from='mgr.15204 172.21.15.184:0/3613763361' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2024-03-21T13:00:50.753 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:50 smithi178 bash[20270]: audit 2024-03-21T13:00:49.533407+0000 mon.a (mon.0) 1311 : audit [INF] from='mgr.15204 ' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2024-03-21T13:00:50.753 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:50 smithi178 bash[20270]: cluster 2024-03-21T13:00:49.541413+0000 mon.a (mon.0) 1312 : cluster [DBG] osdmap e105: 8 total, 8 up, 8 in 2024-03-21T13:00:50.753 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:50 smithi178 bash[20270]: cluster 2024-03-21T13:00:50.156333+0000 mon.a (mon.0) 1313 : cluster [INF] Active manager daemon y restarted 2024-03-21T13:00:50.754 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:50 smithi178 bash[20270]: cluster 2024-03-21T13:00:50.157508+0000 mon.a (mon.0) 1314 : cluster [INF] Activating manager daemon y 2024-03-21T13:00:50.754 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:50 smithi178 bash[20270]: cluster 2024-03-21T13:00:50.161795+0000 mon.a (mon.0) 1315 : cluster [DBG] osdmap e106: 8 total, 8 up, 8 in 2024-03-21T13:00:50.754 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:50 smithi178 bash[20270]: audit 2024-03-21T13:00:50.163550+0000 mon.c (mon.1) 106 : audit [DBG] from='mgr.? 172.21.15.178:0/1307560356' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2024-03-21T13:00:50.754 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:50 smithi178 bash[20270]: audit 2024-03-21T13:00:50.164314+0000 mon.c (mon.1) 107 : audit [DBG] from='mgr.? 172.21.15.178:0/1307560356' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-21T13:00:50.754 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:50 smithi178 bash[20270]: audit 2024-03-21T13:00:50.167309+0000 mon.c (mon.1) 108 : audit [DBG] from='mgr.? 172.21.15.178:0/1307560356' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2024-03-21T13:00:50.754 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:50 smithi178 bash[20270]: audit 2024-03-21T13:00:50.167808+0000 mon.c (mon.1) 109 : audit [DBG] from='mgr.? 172.21.15.178:0/1307560356' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-21T13:00:50.754 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:50 smithi178 bash[20270]: cluster 2024-03-21T13:00:50.254772+0000 mon.a (mon.0) 1316 : cluster [DBG] Standby manager daemon x started 2024-03-21T13:00:50.754 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:50 smithi178 bash[14494]: cluster 2024-03-21T13:00:48.791360+0000 mgr.x (mgr.15204) 111 : cluster [DBG] pgmap v51: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:00:50.754 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:50 smithi178 bash[14494]: audit 2024-03-21T13:00:49.415237+0000 mon.a (mon.0) 1307 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T13:00:50.754 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:50 smithi178 bash[14494]: audit 2024-03-21T13:00:49.425810+0000 mon.a (mon.0) 1308 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T13:00:50.754 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:50 smithi178 bash[14494]: audit 2024-03-21T13:00:49.430606+0000 mon.c (mon.1) 102 : audit [DBG] from='mgr.15204 172.21.15.184:0/3613763361' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:00:50.754 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:50 smithi178 bash[14494]: audit 2024-03-21T13:00:49.432086+0000 mon.c (mon.1) 103 : audit [INF] from='mgr.15204 172.21.15.184:0/3613763361' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:00:50.754 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:50 smithi178 bash[14494]: cluster 2024-03-21T13:00:49.436010+0000 mgr.x (mgr.15204) 112 : cluster [DBG] pgmap v52: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 961 B/s rd, 0 op/s 2024-03-21T13:00:50.755 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:50 smithi178 bash[14494]: audit 2024-03-21T13:00:49.439415+0000 mon.a (mon.0) 1309 : audit [INF] from='mgr.15204 ' entity='mgr.x' 2024-03-21T13:00:50.755 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:50 smithi178 bash[14494]: cluster 2024-03-21T13:00:49.450630+0000 mon.a (mon.0) 1310 : cluster [WRN] Health check failed: 1 Cephadm Agent(s) are not reporting. Hosts may be offline (CEPHADM_AGENT_DOWN) 2024-03-21T13:00:50.755 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:50 smithi178 bash[14494]: audit 2024-03-21T13:00:49.526688+0000 mon.c (mon.1) 104 : audit [DBG] from='mgr.15204 172.21.15.184:0/3613763361' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:00:50.755 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:50 smithi178 bash[14494]: audit 2024-03-21T13:00:49.532719+0000 mon.c (mon.1) 105 : audit [INF] from='mgr.15204 172.21.15.184:0/3613763361' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2024-03-21T13:00:50.755 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:50 smithi178 bash[14494]: audit 2024-03-21T13:00:49.533407+0000 mon.a (mon.0) 1311 : audit [INF] from='mgr.15204 ' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2024-03-21T13:00:50.755 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:50 smithi178 bash[14494]: cluster 2024-03-21T13:00:49.541413+0000 mon.a (mon.0) 1312 : cluster [DBG] osdmap e105: 8 total, 8 up, 8 in 2024-03-21T13:00:50.755 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:50 smithi178 bash[14494]: cluster 2024-03-21T13:00:50.156333+0000 mon.a (mon.0) 1313 : cluster [INF] Active manager daemon y restarted 2024-03-21T13:00:50.755 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:50 smithi178 bash[14494]: cluster 2024-03-21T13:00:50.157508+0000 mon.a (mon.0) 1314 : cluster [INF] Activating manager daemon y 2024-03-21T13:00:50.755 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:50 smithi178 bash[14494]: cluster 2024-03-21T13:00:50.161795+0000 mon.a (mon.0) 1315 : cluster [DBG] osdmap e106: 8 total, 8 up, 8 in 2024-03-21T13:00:50.755 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:50 smithi178 bash[14494]: audit 2024-03-21T13:00:50.163550+0000 mon.c (mon.1) 106 : audit [DBG] from='mgr.? 172.21.15.178:0/1307560356' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2024-03-21T13:00:50.755 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:50 smithi178 bash[14494]: audit 2024-03-21T13:00:50.164314+0000 mon.c (mon.1) 107 : audit [DBG] from='mgr.? 172.21.15.178:0/1307560356' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-21T13:00:50.755 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:50 smithi178 bash[14494]: audit 2024-03-21T13:00:50.167309+0000 mon.c (mon.1) 108 : audit [DBG] from='mgr.? 172.21.15.178:0/1307560356' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2024-03-21T13:00:50.755 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:50 smithi178 bash[14494]: audit 2024-03-21T13:00:50.167808+0000 mon.c (mon.1) 109 : audit [DBG] from='mgr.? 172.21.15.178:0/1307560356' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-21T13:00:50.755 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:50 smithi178 bash[14494]: cluster 2024-03-21T13:00:50.254772+0000 mon.a (mon.0) 1316 : cluster [DBG] Standby manager daemon x started 2024-03-21T13:00:51.047 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:00:50 smithi178 bash[63098]: [21/Mar/2024:13:00:50] ENGINE Serving on http://:::9283 2024-03-21T13:00:51.048 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:00:50 smithi178 bash[63098]: [21/Mar/2024:13:00:50] ENGINE Bus STARTED 2024-03-21T13:00:51.072 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:00:50 smithi184 bash[45303]: debug 2024-03-21T13:00:50.708+0000 7f2736f8b200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-21T13:00:51.765 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:00:51 smithi184 bash[45303]: debug 2024-03-21T13:00:51.656+0000 7f2736f8b200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-03-21T13:00:51.765 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:51 smithi184 bash[14608]: audit 2024-03-21T13:00:50.469544+0000 mon.a (mon.0) 1317 : audit [INF] from='mgr.15204 ' entity='mgr.x' cmd='[{"prefix": "mgr fail", "who": "x"}]': finished 2024-03-21T13:00:51.766 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:51 smithi184 bash[14608]: cluster 2024-03-21T13:00:50.469655+0000 mon.a (mon.0) 1318 : cluster [DBG] mgrmap e27: y(active, starting, since 0.312368s), standbys: x 2024-03-21T13:00:51.766 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:51 smithi184 bash[14608]: audit 2024-03-21T13:00:50.473187+0000 mon.c (mon.1) 110 : audit [DBG] from='mgr.25315 172.21.15.178:0/1307560356' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T13:00:51.766 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:51 smithi184 bash[14608]: audit 2024-03-21T13:00:50.473398+0000 mon.c (mon.1) 111 : audit [DBG] from='mgr.25315 172.21.15.178:0/1307560356' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:00:51.766 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:51 smithi184 bash[14608]: audit 2024-03-21T13:00:50.473614+0000 mon.c (mon.1) 112 : audit [DBG] from='mgr.25315 172.21.15.178:0/1307560356' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:00:51.766 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:51 smithi184 bash[14608]: audit 2024-03-21T13:00:50.475068+0000 mon.c (mon.1) 113 : audit [DBG] from='mgr.25315 172.21.15.178:0/1307560356' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-03-21T13:00:51.766 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:51 smithi184 bash[14608]: audit 2024-03-21T13:00:50.475260+0000 mon.c (mon.1) 114 : audit [DBG] from='mgr.25315 172.21.15.178:0/1307560356' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-03-21T13:00:51.766 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:51 smithi184 bash[14608]: audit 2024-03-21T13:00:50.475553+0000 mon.c (mon.1) 115 : audit [DBG] from='mgr.25315 172.21.15.178:0/1307560356' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T13:00:51.766 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:51 smithi184 bash[14608]: audit 2024-03-21T13:00:50.475911+0000 mon.c (mon.1) 116 : audit [DBG] from='mgr.25315 172.21.15.178:0/1307560356' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T13:00:51.766 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:51 smithi184 bash[14608]: audit 2024-03-21T13:00:50.476300+0000 mon.c (mon.1) 117 : audit [DBG] from='mgr.25315 172.21.15.178:0/1307560356' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T13:00:51.766 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:51 smithi184 bash[14608]: audit 2024-03-21T13:00:50.476665+0000 mon.c (mon.1) 118 : audit [DBG] from='mgr.25315 172.21.15.178:0/1307560356' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-21T13:00:51.766 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:51 smithi184 bash[14608]: audit 2024-03-21T13:00:50.476939+0000 mon.c (mon.1) 119 : audit [DBG] from='mgr.25315 172.21.15.178:0/1307560356' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-21T13:00:51.766 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:51 smithi184 bash[14608]: audit 2024-03-21T13:00:50.477193+0000 mon.c (mon.1) 120 : audit [DBG] from='mgr.25315 172.21.15.178:0/1307560356' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-21T13:00:51.766 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:51 smithi184 bash[14608]: audit 2024-03-21T13:00:50.477479+0000 mon.c (mon.1) 121 : audit [DBG] from='mgr.25315 172.21.15.178:0/1307560356' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-21T13:00:51.767 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:51 smithi184 bash[14608]: audit 2024-03-21T13:00:50.477763+0000 mon.c (mon.1) 122 : audit [DBG] from='mgr.25315 172.21.15.178:0/1307560356' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-21T13:00:51.767 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:51 smithi184 bash[14608]: audit 2024-03-21T13:00:50.478030+0000 mon.c (mon.1) 123 : audit [DBG] from='mgr.25315 172.21.15.178:0/1307560356' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-21T13:00:51.767 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:51 smithi184 bash[14608]: audit 2024-03-21T13:00:50.478245+0000 mon.c (mon.1) 124 : audit [DBG] from='mgr.25315 172.21.15.178:0/1307560356' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-21T13:00:51.767 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:51 smithi184 bash[14608]: audit 2024-03-21T13:00:50.478713+0000 mon.c (mon.1) 125 : audit [DBG] from='mgr.25315 172.21.15.178:0/1307560356' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-21T13:00:51.767 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:51 smithi184 bash[14608]: cluster 2024-03-21T13:00:50.503805+0000 mon.a (mon.0) 1319 : cluster [INF] Manager daemon y is now available 2024-03-21T13:00:51.767 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:51 smithi184 bash[14608]: audit 2024-03-21T13:00:50.578734+0000 mon.a (mon.0) 1320 : audit [INF] from='mgr.25315 ' entity='mgr.y' 2024-03-21T13:00:51.767 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:51 smithi184 bash[14608]: audit 2024-03-21T13:00:50.591165+0000 mon.c (mon.1) 126 : audit [INF] from='mgr.25315 172.21.15.178:0/1307560356' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi184", "caps": []}]: dispatch 2024-03-21T13:00:51.767 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:51 smithi184 bash[14608]: audit 2024-03-21T13:00:50.591675+0000 mon.a (mon.0) 1321 : audit [INF] from='mgr.25315 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi184", "caps": []}]: dispatch 2024-03-21T13:00:51.767 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:51 smithi184 bash[14608]: audit 2024-03-21T13:00:50.591881+0000 mon.c (mon.1) 127 : audit [INF] from='mgr.25315 172.21.15.178:0/1307560356' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi178", "caps": []}]: dispatch 2024-03-21T13:00:51.767 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:51 smithi184 bash[14608]: audit 2024-03-21T13:00:50.592287+0000 mon.a (mon.0) 1322 : audit [INF] from='mgr.25315 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi178", "caps": []}]: dispatch 2024-03-21T13:00:51.767 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:51 smithi184 bash[14608]: audit 2024-03-21T13:00:50.636764+0000 mon.a (mon.0) 1323 : audit [INF] from='mgr.25315 ' entity='mgr.y' 2024-03-21T13:00:51.767 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:51 smithi184 bash[14608]: audit 2024-03-21T13:00:50.638095+0000 mon.c (mon.1) 128 : audit [DBG] from='mgr.25315 172.21.15.178:0/1307560356' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:00:51.767 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:51 smithi184 bash[14608]: audit 2024-03-21T13:00:50.640559+0000 mon.c (mon.1) 129 : audit [INF] from='mgr.25315 172.21.15.178:0/1307560356' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-21T13:00:51.767 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:51 smithi184 bash[14608]: audit 2024-03-21T13:00:50.641010+0000 mon.a (mon.0) 1324 : audit [INF] from='mgr.25315 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-21T13:00:51.767 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:51 smithi184 bash[14608]: audit 2024-03-21T13:00:50.688550+0000 mon.c (mon.1) 130 : audit [INF] from='mgr.25315 172.21.15.178:0/1307560356' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-21T13:00:51.768 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:51 smithi184 bash[14608]: audit 2024-03-21T13:00:50.689130+0000 mon.a (mon.0) 1325 : audit [INF] from='mgr.25315 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-21T13:00:51.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:51 smithi178 bash[14494]: audit 2024-03-21T13:00:50.469544+0000 mon.a (mon.0) 1317 : audit [INF] from='mgr.15204 ' entity='mgr.x' cmd='[{"prefix": "mgr fail", "who": "x"}]': finished 2024-03-21T13:00:51.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:51 smithi178 bash[14494]: cluster 2024-03-21T13:00:50.469655+0000 mon.a (mon.0) 1318 : cluster [DBG] mgrmap e27: y(active, starting, since 0.312368s), standbys: x 2024-03-21T13:00:51.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:51 smithi178 bash[14494]: audit 2024-03-21T13:00:50.473187+0000 mon.c (mon.1) 110 : audit [DBG] from='mgr.25315 172.21.15.178:0/1307560356' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T13:00:51.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:51 smithi178 bash[14494]: audit 2024-03-21T13:00:50.473398+0000 mon.c (mon.1) 111 : audit [DBG] from='mgr.25315 172.21.15.178:0/1307560356' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:00:51.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:51 smithi178 bash[14494]: audit 2024-03-21T13:00:50.473614+0000 mon.c (mon.1) 112 : audit [DBG] from='mgr.25315 172.21.15.178:0/1307560356' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:00:51.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:51 smithi178 bash[14494]: audit 2024-03-21T13:00:50.475068+0000 mon.c (mon.1) 113 : audit [DBG] from='mgr.25315 172.21.15.178:0/1307560356' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-03-21T13:00:51.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:51 smithi178 bash[14494]: audit 2024-03-21T13:00:50.475260+0000 mon.c (mon.1) 114 : audit [DBG] from='mgr.25315 172.21.15.178:0/1307560356' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-03-21T13:00:51.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:51 smithi178 bash[14494]: audit 2024-03-21T13:00:50.475553+0000 mon.c (mon.1) 115 : audit [DBG] from='mgr.25315 172.21.15.178:0/1307560356' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T13:00:51.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:51 smithi178 bash[14494]: audit 2024-03-21T13:00:50.475911+0000 mon.c (mon.1) 116 : audit [DBG] from='mgr.25315 172.21.15.178:0/1307560356' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T13:00:51.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:51 smithi178 bash[14494]: audit 2024-03-21T13:00:50.476300+0000 mon.c (mon.1) 117 : audit [DBG] from='mgr.25315 172.21.15.178:0/1307560356' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T13:00:51.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:51 smithi178 bash[14494]: audit 2024-03-21T13:00:50.476665+0000 mon.c (mon.1) 118 : audit [DBG] from='mgr.25315 172.21.15.178:0/1307560356' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-21T13:00:51.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:51 smithi178 bash[14494]: audit 2024-03-21T13:00:50.476939+0000 mon.c (mon.1) 119 : audit [DBG] from='mgr.25315 172.21.15.178:0/1307560356' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-21T13:00:51.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:51 smithi178 bash[14494]: audit 2024-03-21T13:00:50.477193+0000 mon.c (mon.1) 120 : audit [DBG] from='mgr.25315 172.21.15.178:0/1307560356' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-21T13:00:51.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:51 smithi178 bash[14494]: audit 2024-03-21T13:00:50.477479+0000 mon.c (mon.1) 121 : audit [DBG] from='mgr.25315 172.21.15.178:0/1307560356' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-21T13:00:51.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:51 smithi178 bash[14494]: audit 2024-03-21T13:00:50.477763+0000 mon.c (mon.1) 122 : audit [DBG] from='mgr.25315 172.21.15.178:0/1307560356' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-21T13:00:51.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:51 smithi178 bash[14494]: audit 2024-03-21T13:00:50.478030+0000 mon.c (mon.1) 123 : audit [DBG] from='mgr.25315 172.21.15.178:0/1307560356' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-21T13:00:51.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:51 smithi178 bash[14494]: audit 2024-03-21T13:00:50.478245+0000 mon.c (mon.1) 124 : audit [DBG] from='mgr.25315 172.21.15.178:0/1307560356' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-21T13:00:51.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:51 smithi178 bash[14494]: audit 2024-03-21T13:00:50.478713+0000 mon.c (mon.1) 125 : audit [DBG] from='mgr.25315 172.21.15.178:0/1307560356' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-21T13:00:51.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:51 smithi178 bash[14494]: cluster 2024-03-21T13:00:50.503805+0000 mon.a (mon.0) 1319 : cluster [INF] Manager daemon y is now available 2024-03-21T13:00:51.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:51 smithi178 bash[20270]: audit 2024-03-21T13:00:50.469544+0000 mon.a (mon.0) 1317 : audit [INF] from='mgr.15204 ' entity='mgr.x' cmd='[{"prefix": "mgr fail", "who": "x"}]': finished 2024-03-21T13:00:51.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:51 smithi178 bash[20270]: cluster 2024-03-21T13:00:50.469655+0000 mon.a (mon.0) 1318 : cluster [DBG] mgrmap e27: y(active, starting, since 0.312368s), standbys: x 2024-03-21T13:00:51.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:51 smithi178 bash[20270]: audit 2024-03-21T13:00:50.473187+0000 mon.c (mon.1) 110 : audit [DBG] from='mgr.25315 172.21.15.178:0/1307560356' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T13:00:51.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:51 smithi178 bash[20270]: audit 2024-03-21T13:00:50.473398+0000 mon.c (mon.1) 111 : audit [DBG] from='mgr.25315 172.21.15.178:0/1307560356' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:00:51.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:51 smithi178 bash[20270]: audit 2024-03-21T13:00:50.473614+0000 mon.c (mon.1) 112 : audit [DBG] from='mgr.25315 172.21.15.178:0/1307560356' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:00:51.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:51 smithi178 bash[20270]: audit 2024-03-21T13:00:50.475068+0000 mon.c (mon.1) 113 : audit [DBG] from='mgr.25315 172.21.15.178:0/1307560356' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-03-21T13:00:51.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:51 smithi178 bash[20270]: audit 2024-03-21T13:00:50.475260+0000 mon.c (mon.1) 114 : audit [DBG] from='mgr.25315 172.21.15.178:0/1307560356' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-03-21T13:00:51.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:51 smithi178 bash[20270]: audit 2024-03-21T13:00:50.475553+0000 mon.c (mon.1) 115 : audit [DBG] from='mgr.25315 172.21.15.178:0/1307560356' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T13:00:51.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:51 smithi178 bash[20270]: audit 2024-03-21T13:00:50.475911+0000 mon.c (mon.1) 116 : audit [DBG] from='mgr.25315 172.21.15.178:0/1307560356' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T13:00:51.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:51 smithi178 bash[20270]: audit 2024-03-21T13:00:50.476300+0000 mon.c (mon.1) 117 : audit [DBG] from='mgr.25315 172.21.15.178:0/1307560356' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T13:00:51.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:51 smithi178 bash[20270]: audit 2024-03-21T13:00:50.476665+0000 mon.c (mon.1) 118 : audit [DBG] from='mgr.25315 172.21.15.178:0/1307560356' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-21T13:00:51.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:51 smithi178 bash[20270]: audit 2024-03-21T13:00:50.476939+0000 mon.c (mon.1) 119 : audit [DBG] from='mgr.25315 172.21.15.178:0/1307560356' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-21T13:00:51.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:51 smithi178 bash[20270]: audit 2024-03-21T13:00:50.477193+0000 mon.c (mon.1) 120 : audit [DBG] from='mgr.25315 172.21.15.178:0/1307560356' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-21T13:00:51.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:51 smithi178 bash[20270]: audit 2024-03-21T13:00:50.477479+0000 mon.c (mon.1) 121 : audit [DBG] from='mgr.25315 172.21.15.178:0/1307560356' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-21T13:00:51.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:51 smithi178 bash[20270]: audit 2024-03-21T13:00:50.477763+0000 mon.c (mon.1) 122 : audit [DBG] from='mgr.25315 172.21.15.178:0/1307560356' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-21T13:00:51.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:51 smithi178 bash[20270]: audit 2024-03-21T13:00:50.478030+0000 mon.c (mon.1) 123 : audit [DBG] from='mgr.25315 172.21.15.178:0/1307560356' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-21T13:00:51.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:51 smithi178 bash[20270]: audit 2024-03-21T13:00:50.478245+0000 mon.c (mon.1) 124 : audit [DBG] from='mgr.25315 172.21.15.178:0/1307560356' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-21T13:00:51.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:51 smithi178 bash[20270]: audit 2024-03-21T13:00:50.478713+0000 mon.c (mon.1) 125 : audit [DBG] from='mgr.25315 172.21.15.178:0/1307560356' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-21T13:00:51.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:51 smithi178 bash[20270]: cluster 2024-03-21T13:00:50.503805+0000 mon.a (mon.0) 1319 : cluster [INF] Manager daemon y is now available 2024-03-21T13:00:51.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:51 smithi178 bash[14494]: audit 2024-03-21T13:00:50.578734+0000 mon.a (mon.0) 1320 : audit [INF] from='mgr.25315 ' entity='mgr.y' 2024-03-21T13:00:51.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:51 smithi178 bash[14494]: audit 2024-03-21T13:00:50.591165+0000 mon.c (mon.1) 126 : audit [INF] from='mgr.25315 172.21.15.178:0/1307560356' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi184", "caps": []}]: dispatch 2024-03-21T13:00:51.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:51 smithi178 bash[14494]: audit 2024-03-21T13:00:50.591675+0000 mon.a (mon.0) 1321 : audit [INF] from='mgr.25315 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi184", "caps": []}]: dispatch 2024-03-21T13:00:51.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:51 smithi178 bash[14494]: audit 2024-03-21T13:00:50.591881+0000 mon.c (mon.1) 127 : audit [INF] from='mgr.25315 172.21.15.178:0/1307560356' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi178", "caps": []}]: dispatch 2024-03-21T13:00:51.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:51 smithi178 bash[14494]: audit 2024-03-21T13:00:50.592287+0000 mon.a (mon.0) 1322 : audit [INF] from='mgr.25315 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi178", "caps": []}]: dispatch 2024-03-21T13:00:51.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:51 smithi178 bash[14494]: audit 2024-03-21T13:00:50.636764+0000 mon.a (mon.0) 1323 : audit [INF] from='mgr.25315 ' entity='mgr.y' 2024-03-21T13:00:51.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:51 smithi178 bash[14494]: audit 2024-03-21T13:00:50.638095+0000 mon.c (mon.1) 128 : audit [DBG] from='mgr.25315 172.21.15.178:0/1307560356' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:00:51.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:51 smithi178 bash[14494]: audit 2024-03-21T13:00:50.640559+0000 mon.c (mon.1) 129 : audit [INF] from='mgr.25315 172.21.15.178:0/1307560356' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-21T13:00:51.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:51 smithi178 bash[14494]: audit 2024-03-21T13:00:50.641010+0000 mon.a (mon.0) 1324 : audit [INF] from='mgr.25315 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-21T13:00:51.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:51 smithi178 bash[14494]: audit 2024-03-21T13:00:50.688550+0000 mon.c (mon.1) 130 : audit [INF] from='mgr.25315 172.21.15.178:0/1307560356' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-21T13:00:51.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:51 smithi178 bash[14494]: audit 2024-03-21T13:00:50.689130+0000 mon.a (mon.0) 1325 : audit [INF] from='mgr.25315 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-21T13:00:51.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:51 smithi178 bash[20270]: audit 2024-03-21T13:00:50.578734+0000 mon.a (mon.0) 1320 : audit [INF] from='mgr.25315 ' entity='mgr.y' 2024-03-21T13:00:51.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:51 smithi178 bash[20270]: audit 2024-03-21T13:00:50.591165+0000 mon.c (mon.1) 126 : audit [INF] from='mgr.25315 172.21.15.178:0/1307560356' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi184", "caps": []}]: dispatch 2024-03-21T13:00:51.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:51 smithi178 bash[20270]: audit 2024-03-21T13:00:50.591675+0000 mon.a (mon.0) 1321 : audit [INF] from='mgr.25315 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi184", "caps": []}]: dispatch 2024-03-21T13:00:51.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:51 smithi178 bash[20270]: audit 2024-03-21T13:00:50.591881+0000 mon.c (mon.1) 127 : audit [INF] from='mgr.25315 172.21.15.178:0/1307560356' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi178", "caps": []}]: dispatch 2024-03-21T13:00:51.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:51 smithi178 bash[20270]: audit 2024-03-21T13:00:50.592287+0000 mon.a (mon.0) 1322 : audit [INF] from='mgr.25315 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi178", "caps": []}]: dispatch 2024-03-21T13:00:51.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:51 smithi178 bash[20270]: audit 2024-03-21T13:00:50.636764+0000 mon.a (mon.0) 1323 : audit [INF] from='mgr.25315 ' entity='mgr.y' 2024-03-21T13:00:51.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:51 smithi178 bash[20270]: audit 2024-03-21T13:00:50.638095+0000 mon.c (mon.1) 128 : audit [DBG] from='mgr.25315 172.21.15.178:0/1307560356' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:00:51.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:51 smithi178 bash[20270]: audit 2024-03-21T13:00:50.640559+0000 mon.c (mon.1) 129 : audit [INF] from='mgr.25315 172.21.15.178:0/1307560356' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-21T13:00:51.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:51 smithi178 bash[20270]: audit 2024-03-21T13:00:50.641010+0000 mon.a (mon.0) 1324 : audit [INF] from='mgr.25315 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-21T13:00:51.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:51 smithi178 bash[20270]: audit 2024-03-21T13:00:50.688550+0000 mon.c (mon.1) 130 : audit [INF] from='mgr.25315 172.21.15.178:0/1307560356' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-21T13:00:51.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:51 smithi178 bash[20270]: audit 2024-03-21T13:00:50.689130+0000 mon.a (mon.0) 1325 : audit [INF] from='mgr.25315 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-21T13:00:52.070 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:00:51 smithi184 bash[45303]: debug 2024-03-21T13:00:51.760+0000 7f2736f8b200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-21T13:00:52.070 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:00:51 smithi184 bash[45303]: debug 2024-03-21T13:00:51.860+0000 7f2736f8b200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-21T13:00:52.322 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:00:52 smithi184 bash[45303]: debug 2024-03-21T13:00:52.148+0000 7f2736f8b200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-21T13:00:52.767 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:00:52 smithi184 bash[45303]: debug 2024-03-21T13:00:52.544+0000 7f2736f8b200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-21T13:00:52.767 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:00:52 smithi184 bash[45303]: debug 2024-03-21T13:00:52.724+0000 7f2736f8b200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-21T13:00:52.768 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:52 smithi184 bash[14608]: cluster 2024-03-21T13:00:51.476057+0000 mon.a (mon.0) 1326 : cluster [DBG] mgrmap e28: y(active, since 1.31877s), standbys: x 2024-03-21T13:00:52.768 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:52 smithi184 bash[14608]: cephadm 2024-03-21T13:00:51.613726+0000 mgr.y (mgr.25315) 2 : cephadm [INF] [21/Mar/2024:13:00:51] ENGINE Bus STARTING 2024-03-21T13:00:52.768 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:52 smithi184 bash[14608]: cephadm 2024-03-21T13:00:51.734108+0000 mgr.y (mgr.25315) 3 : cephadm [INF] [21/Mar/2024:13:00:51] ENGINE Serving on https://172.21.15.178:7150 2024-03-21T13:00:52.768 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:52 smithi184 bash[14608]: cephadm 2024-03-21T13:00:51.835828+0000 mgr.y (mgr.25315) 4 : cephadm [INF] [21/Mar/2024:13:00:51] ENGINE Serving on http://172.21.15.178:8765 2024-03-21T13:00:52.768 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:52 smithi184 bash[14608]: cephadm 2024-03-21T13:00:51.835976+0000 mgr.y (mgr.25315) 5 : cephadm [INF] [21/Mar/2024:13:00:51] ENGINE Bus STARTED 2024-03-21T13:00:52.769 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:52 smithi184 bash[14608]: audit 2024-03-21T13:00:52.024366+0000 mon.c (mon.1) 131 : audit [INF] from='mgr.25315 172.21.15.178:0/1307560356' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi178", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:00:52.769 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:52 smithi184 bash[14608]: audit 2024-03-21T13:00:52.024847+0000 mon.a (mon.0) 1327 : audit [INF] from='mgr.25315 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi178", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:00:52.769 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:52 smithi184 bash[14608]: audit 2024-03-21T13:00:52.027975+0000 mon.c (mon.1) 132 : audit [INF] from='mgr.25315 172.21.15.178:0/1307560356' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi184", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:00:52.769 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:52 smithi184 bash[14608]: audit 2024-03-21T13:00:52.028415+0000 mon.a (mon.0) 1328 : audit [INF] from='mgr.25315 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi184", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:00:52.769 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:52 smithi184 bash[14608]: audit 2024-03-21T13:00:52.030336+0000 mon.c (mon.1) 133 : audit [DBG] from='mgr.25315 172.21.15.178:0/1307560356' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:00:52.769 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:52 smithi184 bash[14608]: audit 2024-03-21T13:00:52.031628+0000 mon.c (mon.1) 134 : audit [INF] from='mgr.25315 172.21.15.178:0/1307560356' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:00:52.769 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:52 smithi184 bash[14608]: cephadm 2024-03-21T13:00:52.034181+0000 mgr.y (mgr.25315) 6 : cephadm [INF] Updating smithi178:/etc/ceph/ceph.conf 2024-03-21T13:00:52.769 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:52 smithi184 bash[14608]: cephadm 2024-03-21T13:00:52.034393+0000 mgr.y (mgr.25315) 7 : cephadm [INF] Updating smithi184:/etc/ceph/ceph.conf 2024-03-21T13:00:52.769 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:52 smithi184 bash[14608]: audit 2024-03-21T13:00:52.397940+0000 mon.a (mon.0) 1329 : audit [INF] from='mgr.25315 ' entity='mgr.y' 2024-03-21T13:00:52.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:52 smithi178 bash[14494]: cluster 2024-03-21T13:00:51.476057+0000 mon.a (mon.0) 1326 : cluster [DBG] mgrmap e28: y(active, since 1.31877s), standbys: x 2024-03-21T13:00:52.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:52 smithi178 bash[14494]: cephadm 2024-03-21T13:00:51.613726+0000 mgr.y (mgr.25315) 2 : cephadm [INF] [21/Mar/2024:13:00:51] ENGINE Bus STARTING 2024-03-21T13:00:52.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:52 smithi178 bash[14494]: cephadm 2024-03-21T13:00:51.734108+0000 mgr.y (mgr.25315) 3 : cephadm [INF] [21/Mar/2024:13:00:51] ENGINE Serving on https://172.21.15.178:7150 2024-03-21T13:00:52.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:52 smithi178 bash[14494]: cephadm 2024-03-21T13:00:51.835828+0000 mgr.y (mgr.25315) 4 : cephadm [INF] [21/Mar/2024:13:00:51] ENGINE Serving on http://172.21.15.178:8765 2024-03-21T13:00:52.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:52 smithi178 bash[14494]: cephadm 2024-03-21T13:00:51.835976+0000 mgr.y (mgr.25315) 5 : cephadm [INF] [21/Mar/2024:13:00:51] ENGINE Bus STARTED 2024-03-21T13:00:52.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:52 smithi178 bash[14494]: audit 2024-03-21T13:00:52.024366+0000 mon.c (mon.1) 131 : audit [INF] from='mgr.25315 172.21.15.178:0/1307560356' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi178", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:00:52.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:52 smithi178 bash[14494]: audit 2024-03-21T13:00:52.024847+0000 mon.a (mon.0) 1327 : audit [INF] from='mgr.25315 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi178", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:00:52.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:52 smithi178 bash[14494]: audit 2024-03-21T13:00:52.027975+0000 mon.c (mon.1) 132 : audit [INF] from='mgr.25315 172.21.15.178:0/1307560356' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi184", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:00:52.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:52 smithi178 bash[14494]: audit 2024-03-21T13:00:52.028415+0000 mon.a (mon.0) 1328 : audit [INF] from='mgr.25315 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi184", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:00:52.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:52 smithi178 bash[14494]: audit 2024-03-21T13:00:52.030336+0000 mon.c (mon.1) 133 : audit [DBG] from='mgr.25315 172.21.15.178:0/1307560356' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:00:52.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:52 smithi178 bash[14494]: audit 2024-03-21T13:00:52.031628+0000 mon.c (mon.1) 134 : audit [INF] from='mgr.25315 172.21.15.178:0/1307560356' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:00:52.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:52 smithi178 bash[14494]: cephadm 2024-03-21T13:00:52.034181+0000 mgr.y (mgr.25315) 6 : cephadm [INF] Updating smithi178:/etc/ceph/ceph.conf 2024-03-21T13:00:52.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:52 smithi178 bash[14494]: cephadm 2024-03-21T13:00:52.034393+0000 mgr.y (mgr.25315) 7 : cephadm [INF] Updating smithi184:/etc/ceph/ceph.conf 2024-03-21T13:00:52.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:52 smithi178 bash[14494]: audit 2024-03-21T13:00:52.397940+0000 mon.a (mon.0) 1329 : audit [INF] from='mgr.25315 ' entity='mgr.y' 2024-03-21T13:00:52.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:52 smithi178 bash[20270]: cluster 2024-03-21T13:00:51.476057+0000 mon.a (mon.0) 1326 : cluster [DBG] mgrmap e28: y(active, since 1.31877s), standbys: x 2024-03-21T13:00:52.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:52 smithi178 bash[20270]: cephadm 2024-03-21T13:00:51.613726+0000 mgr.y (mgr.25315) 2 : cephadm [INF] [21/Mar/2024:13:00:51] ENGINE Bus STARTING 2024-03-21T13:00:52.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:52 smithi178 bash[20270]: cephadm 2024-03-21T13:00:51.734108+0000 mgr.y (mgr.25315) 3 : cephadm [INF] [21/Mar/2024:13:00:51] ENGINE Serving on https://172.21.15.178:7150 2024-03-21T13:00:52.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:52 smithi178 bash[20270]: cephadm 2024-03-21T13:00:51.835828+0000 mgr.y (mgr.25315) 4 : cephadm [INF] [21/Mar/2024:13:00:51] ENGINE Serving on http://172.21.15.178:8765 2024-03-21T13:00:52.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:52 smithi178 bash[20270]: cephadm 2024-03-21T13:00:51.835976+0000 mgr.y (mgr.25315) 5 : cephadm [INF] [21/Mar/2024:13:00:51] ENGINE Bus STARTED 2024-03-21T13:00:52.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:52 smithi178 bash[20270]: audit 2024-03-21T13:00:52.024366+0000 mon.c (mon.1) 131 : audit [INF] from='mgr.25315 172.21.15.178:0/1307560356' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi178", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:00:52.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:52 smithi178 bash[20270]: audit 2024-03-21T13:00:52.024847+0000 mon.a (mon.0) 1327 : audit [INF] from='mgr.25315 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi178", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:00:52.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:52 smithi178 bash[20270]: audit 2024-03-21T13:00:52.027975+0000 mon.c (mon.1) 132 : audit [INF] from='mgr.25315 172.21.15.178:0/1307560356' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi184", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:00:52.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:52 smithi178 bash[20270]: audit 2024-03-21T13:00:52.028415+0000 mon.a (mon.0) 1328 : audit [INF] from='mgr.25315 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi184", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:00:52.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:52 smithi178 bash[20270]: audit 2024-03-21T13:00:52.030336+0000 mon.c (mon.1) 133 : audit [DBG] from='mgr.25315 172.21.15.178:0/1307560356' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:00:52.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:52 smithi178 bash[20270]: audit 2024-03-21T13:00:52.031628+0000 mon.c (mon.1) 134 : audit [INF] from='mgr.25315 172.21.15.178:0/1307560356' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:00:52.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:52 smithi178 bash[20270]: cephadm 2024-03-21T13:00:52.034181+0000 mgr.y (mgr.25315) 6 : cephadm [INF] Updating smithi178:/etc/ceph/ceph.conf 2024-03-21T13:00:52.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:52 smithi178 bash[20270]: cephadm 2024-03-21T13:00:52.034393+0000 mgr.y (mgr.25315) 7 : cephadm [INF] Updating smithi184:/etc/ceph/ceph.conf 2024-03-21T13:00:52.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:52 smithi178 bash[20270]: audit 2024-03-21T13:00:52.397940+0000 mon.a (mon.0) 1329 : audit [INF] from='mgr.25315 ' entity='mgr.y' 2024-03-21T13:00:53.072 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:00:52 smithi184 bash[45303]: debug 2024-03-21T13:00:52.968+0000 7f2736f8b200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-21T13:00:53.772 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:53 smithi178 bash[14494]: cephadm 2024-03-21T13:00:52.400162+0000 mgr.y (mgr.25315) 8 : cephadm [INF] Updating smithi184:/var/lib/ceph/a94f249e-e780-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T13:00:53.773 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:53 smithi178 bash[14494]: cluster 2024-03-21T13:00:52.476854+0000 mgr.y (mgr.25315) 9 : cluster [DBG] pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:00:53.773 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:53 smithi178 bash[14494]: cluster 2024-03-21T13:00:52.482350+0000 mon.a (mon.0) 1330 : cluster [INF] Health check cleared: CEPHADM_AGENT_DOWN (was: 1 Cephadm Agent(s) are not reporting. Hosts may be offline) 2024-03-21T13:00:53.773 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:53 smithi178 bash[14494]: cluster 2024-03-21T13:00:52.482431+0000 mon.a (mon.0) 1331 : cluster [INF] Cluster is now healthy 2024-03-21T13:00:53.773 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:53 smithi178 bash[14494]: cluster 2024-03-21T13:00:52.507256+0000 mon.a (mon.0) 1332 : cluster [DBG] mgrmap e29: y(active, since 2s), standbys: x 2024-03-21T13:00:53.773 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:53 smithi178 bash[14494]: audit 2024-03-21T13:00:52.534508+0000 mon.a (mon.0) 1333 : audit [INF] from='mgr.25315 ' entity='mgr.y' 2024-03-21T13:00:53.773 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:53 smithi178 bash[14494]: cephadm 2024-03-21T13:00:52.555942+0000 mgr.y (mgr.25315) 10 : cephadm [INF] Updating smithi178:/var/lib/ceph/a94f249e-e780-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T13:00:53.773 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:53 smithi178 bash[14494]: cephadm 2024-03-21T13:00:52.615482+0000 mgr.y (mgr.25315) 11 : cephadm [INF] Updating smithi184:/etc/ceph/ceph.client.admin.keyring 2024-03-21T13:00:53.773 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:53 smithi178 bash[14494]: audit 2024-03-21T13:00:52.661408+0000 mon.a (mon.0) 1334 : audit [INF] from='mgr.25315 ' entity='mgr.y' 2024-03-21T13:00:53.773 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:53 smithi178 bash[14494]: cephadm 2024-03-21T13:00:52.722164+0000 mgr.y (mgr.25315) 12 : cephadm [INF] Updating smithi178:/etc/ceph/ceph.client.admin.keyring 2024-03-21T13:00:53.773 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:53 smithi178 bash[14494]: audit 2024-03-21T13:00:52.773253+0000 mon.a (mon.0) 1335 : audit [INF] from='mgr.25315 ' entity='mgr.y' 2024-03-21T13:00:53.773 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:53 smithi178 bash[14494]: cephadm 2024-03-21T13:00:52.781534+0000 mgr.y (mgr.25315) 13 : cephadm [INF] Updating smithi184:/var/lib/ceph/a94f249e-e780-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-21T13:00:53.773 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:53 smithi178 bash[14494]: cephadm 2024-03-21T13:00:52.886737+0000 mgr.y (mgr.25315) 14 : cephadm [INF] Updating smithi178:/var/lib/ceph/a94f249e-e780-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-21T13:00:53.773 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:53 smithi178 bash[14494]: audit 2024-03-21T13:00:52.930517+0000 mon.a (mon.0) 1336 : audit [INF] from='mgr.25315 ' entity='mgr.y' 2024-03-21T13:00:53.773 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:53 smithi178 bash[14494]: audit 2024-03-21T13:00:52.955695+0000 mon.a (mon.0) 1337 : audit [INF] from='mgr.25315 ' entity='mgr.y' 2024-03-21T13:00:53.774 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:53 smithi178 bash[14494]: audit 2024-03-21T13:00:52.967353+0000 mon.a (mon.0) 1338 : audit [INF] from='mgr.25315 ' entity='mgr.y' 2024-03-21T13:00:53.774 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:53 smithi178 bash[14494]: audit 2024-03-21T13:00:53.077493+0000 mon.a (mon.0) 1339 : audit [INF] from='mgr.25315 ' entity='mgr.y' 2024-03-21T13:00:53.774 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:53 smithi178 bash[14494]: audit 2024-03-21T13:00:53.110552+0000 mon.a (mon.0) 1340 : audit [INF] from='mgr.25315 ' entity='mgr.y' 2024-03-21T13:00:53.774 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:53 smithi178 bash[14494]: audit 2024-03-21T13:00:53.122154+0000 mon.a (mon.0) 1341 : audit [INF] from='mgr.25315 ' entity='mgr.y' 2024-03-21T13:00:53.774 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:53 smithi178 bash[14494]: audit 2024-03-21T13:00:53.129558+0000 mon.a (mon.0) 1342 : audit [INF] from='mgr.25315 ' entity='mgr.y' 2024-03-21T13:00:53.774 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:53 smithi178 bash[14494]: cephadm 2024-03-21T13:00:53.130449+0000 mgr.y (mgr.25315) 15 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:00:53.774 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:53 smithi178 bash[14494]: audit 2024-03-21T13:00:53.135168+0000 mon.a (mon.0) 1343 : audit [INF] from='mgr.25315 ' entity='mgr.y' 2024-03-21T13:00:53.774 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:53 smithi178 bash[14494]: audit 2024-03-21T13:00:53.188045+0000 mon.c (mon.1) 135 : audit [INF] from='mgr.25315 172.21.15.178:0/1307560356' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi178.qfgpzc", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-03-21T13:00:53.774 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:53 smithi178 bash[14494]: audit 2024-03-21T13:00:53.188824+0000 mon.a (mon.0) 1344 : audit [INF] from='mgr.25315 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi178.qfgpzc", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-03-21T13:00:53.774 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:53 smithi178 bash[14494]: audit 2024-03-21T13:00:53.201386+0000 mon.c (mon.1) 136 : audit [DBG] from='mgr.25315 172.21.15.178:0/1307560356' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:00:53.775 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:53 smithi178 bash[20270]: cephadm 2024-03-21T13:00:52.400162+0000 mgr.y (mgr.25315) 8 : cephadm [INF] Updating smithi184:/var/lib/ceph/a94f249e-e780-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T13:00:53.775 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:53 smithi178 bash[20270]: cluster 2024-03-21T13:00:52.476854+0000 mgr.y (mgr.25315) 9 : cluster [DBG] pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:00:53.775 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:53 smithi178 bash[20270]: cluster 2024-03-21T13:00:52.482350+0000 mon.a (mon.0) 1330 : cluster [INF] Health check cleared: CEPHADM_AGENT_DOWN (was: 1 Cephadm Agent(s) are not reporting. Hosts may be offline) 2024-03-21T13:00:53.775 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:53 smithi178 bash[20270]: cluster 2024-03-21T13:00:52.482431+0000 mon.a (mon.0) 1331 : cluster [INF] Cluster is now healthy 2024-03-21T13:00:53.775 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:53 smithi178 bash[20270]: cluster 2024-03-21T13:00:52.507256+0000 mon.a (mon.0) 1332 : cluster [DBG] mgrmap e29: y(active, since 2s), standbys: x 2024-03-21T13:00:53.775 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:53 smithi178 bash[20270]: audit 2024-03-21T13:00:52.534508+0000 mon.a (mon.0) 1333 : audit [INF] from='mgr.25315 ' entity='mgr.y' 2024-03-21T13:00:53.775 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:53 smithi178 bash[20270]: cephadm 2024-03-21T13:00:52.555942+0000 mgr.y (mgr.25315) 10 : cephadm [INF] Updating smithi178:/var/lib/ceph/a94f249e-e780-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T13:00:53.775 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:53 smithi178 bash[20270]: cephadm 2024-03-21T13:00:52.615482+0000 mgr.y (mgr.25315) 11 : cephadm [INF] Updating smithi184:/etc/ceph/ceph.client.admin.keyring 2024-03-21T13:00:53.775 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:53 smithi178 bash[20270]: audit 2024-03-21T13:00:52.661408+0000 mon.a (mon.0) 1334 : audit [INF] from='mgr.25315 ' entity='mgr.y' 2024-03-21T13:00:53.775 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:53 smithi178 bash[20270]: cephadm 2024-03-21T13:00:52.722164+0000 mgr.y (mgr.25315) 12 : cephadm [INF] Updating smithi178:/etc/ceph/ceph.client.admin.keyring 2024-03-21T13:00:53.775 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:53 smithi178 bash[20270]: audit 2024-03-21T13:00:52.773253+0000 mon.a (mon.0) 1335 : audit [INF] from='mgr.25315 ' entity='mgr.y' 2024-03-21T13:00:53.775 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:53 smithi178 bash[20270]: cephadm 2024-03-21T13:00:52.781534+0000 mgr.y (mgr.25315) 13 : cephadm [INF] Updating smithi184:/var/lib/ceph/a94f249e-e780-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-21T13:00:53.775 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:53 smithi178 bash[20270]: cephadm 2024-03-21T13:00:52.886737+0000 mgr.y (mgr.25315) 14 : cephadm [INF] Updating smithi178:/var/lib/ceph/a94f249e-e780-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-21T13:00:53.776 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:53 smithi178 bash[20270]: audit 2024-03-21T13:00:52.930517+0000 mon.a (mon.0) 1336 : audit [INF] from='mgr.25315 ' entity='mgr.y' 2024-03-21T13:00:53.776 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:53 smithi178 bash[20270]: audit 2024-03-21T13:00:52.955695+0000 mon.a (mon.0) 1337 : audit [INF] from='mgr.25315 ' entity='mgr.y' 2024-03-21T13:00:53.776 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:53 smithi178 bash[20270]: audit 2024-03-21T13:00:52.967353+0000 mon.a (mon.0) 1338 : audit [INF] from='mgr.25315 ' entity='mgr.y' 2024-03-21T13:00:53.776 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:53 smithi178 bash[20270]: audit 2024-03-21T13:00:53.077493+0000 mon.a (mon.0) 1339 : audit [INF] from='mgr.25315 ' entity='mgr.y' 2024-03-21T13:00:53.776 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:53 smithi178 bash[20270]: audit 2024-03-21T13:00:53.110552+0000 mon.a (mon.0) 1340 : audit [INF] from='mgr.25315 ' entity='mgr.y' 2024-03-21T13:00:53.776 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:53 smithi178 bash[20270]: audit 2024-03-21T13:00:53.122154+0000 mon.a (mon.0) 1341 : audit [INF] from='mgr.25315 ' entity='mgr.y' 2024-03-21T13:00:53.776 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:53 smithi178 bash[20270]: audit 2024-03-21T13:00:53.129558+0000 mon.a (mon.0) 1342 : audit [INF] from='mgr.25315 ' entity='mgr.y' 2024-03-21T13:00:53.776 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:53 smithi178 bash[20270]: cephadm 2024-03-21T13:00:53.130449+0000 mgr.y (mgr.25315) 15 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:00:53.776 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:53 smithi178 bash[20270]: audit 2024-03-21T13:00:53.135168+0000 mon.a (mon.0) 1343 : audit [INF] from='mgr.25315 ' entity='mgr.y' 2024-03-21T13:00:53.776 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:53 smithi178 bash[20270]: audit 2024-03-21T13:00:53.188045+0000 mon.c (mon.1) 135 : audit [INF] from='mgr.25315 172.21.15.178:0/1307560356' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi178.qfgpzc", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-03-21T13:00:53.776 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:53 smithi178 bash[20270]: audit 2024-03-21T13:00:53.188824+0000 mon.a (mon.0) 1344 : audit [INF] from='mgr.25315 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi178.qfgpzc", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-03-21T13:00:53.776 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:53 smithi178 bash[20270]: audit 2024-03-21T13:00:53.201386+0000 mon.c (mon.1) 136 : audit [DBG] from='mgr.25315 172.21.15.178:0/1307560356' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:00:53.822 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:00:53 smithi184 bash[47581]: ts=2024-03-21T13:00:53.508Z caller=manager.go:609 level=warn component="rule manager" group=nodes msg="Evaluating rule failed" rule="alert: CephNodeDiskspaceWarning\nexpr: predict_linear(node_filesystem_free_bytes{device=~\"/.*\"}[2d], 3600 * 24 * 5)\n * on(instance) group_left(nodename) node_uname_info < 0\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.8.4\n severity: warning\n type: ceph_default\nannotations:\n description: Mountpoint {{ $labels.mountpoint }} on {{ $labels.nodename }} will\n be full in less than 5 days based on the 48 hour trailing fill rate.\n summary: Host filesystem free space is getting low\n" err="found duplicate series for the match group {instance=\"smithi178\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi178\", job=\"node\", machine=\"x86_64\", nodename=\"smithi178\", release=\"5.4.0-174-generic\", sysname=\"Linux\", version=\"#193-Ubuntu SMP Thu Mar 7 14:29:28 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"a94f249e-e780-11ee-95cd-87774f69a715\", domainname=\"(none)\", instance=\"smithi178\", job=\"node\", machine=\"x86_64\", nodename=\"smithi178\", release=\"5.4.0-174-generic\", sysname=\"Linux\", version=\"#193-Ubuntu SMP Thu Mar 7 14:29:28 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-21T13:00:53.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:53 smithi184 bash[14608]: cephadm 2024-03-21T13:00:52.400162+0000 mgr.y (mgr.25315) 8 : cephadm [INF] Updating smithi184:/var/lib/ceph/a94f249e-e780-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T13:00:53.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:53 smithi184 bash[14608]: cluster 2024-03-21T13:00:52.476854+0000 mgr.y (mgr.25315) 9 : cluster [DBG] pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:00:53.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:53 smithi184 bash[14608]: cluster 2024-03-21T13:00:52.482350+0000 mon.a (mon.0) 1330 : cluster [INF] Health check cleared: CEPHADM_AGENT_DOWN (was: 1 Cephadm Agent(s) are not reporting. Hosts may be offline) 2024-03-21T13:00:53.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:53 smithi184 bash[14608]: cluster 2024-03-21T13:00:52.482431+0000 mon.a (mon.0) 1331 : cluster [INF] Cluster is now healthy 2024-03-21T13:00:53.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:53 smithi184 bash[14608]: cluster 2024-03-21T13:00:52.507256+0000 mon.a (mon.0) 1332 : cluster [DBG] mgrmap e29: y(active, since 2s), standbys: x 2024-03-21T13:00:53.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:53 smithi184 bash[14608]: audit 2024-03-21T13:00:52.534508+0000 mon.a (mon.0) 1333 : audit [INF] from='mgr.25315 ' entity='mgr.y' 2024-03-21T13:00:53.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:53 smithi184 bash[14608]: cephadm 2024-03-21T13:00:52.555942+0000 mgr.y (mgr.25315) 10 : cephadm [INF] Updating smithi178:/var/lib/ceph/a94f249e-e780-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T13:00:53.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:53 smithi184 bash[14608]: cephadm 2024-03-21T13:00:52.615482+0000 mgr.y (mgr.25315) 11 : cephadm [INF] Updating smithi184:/etc/ceph/ceph.client.admin.keyring 2024-03-21T13:00:53.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:53 smithi184 bash[14608]: audit 2024-03-21T13:00:52.661408+0000 mon.a (mon.0) 1334 : audit [INF] from='mgr.25315 ' entity='mgr.y' 2024-03-21T13:00:53.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:53 smithi184 bash[14608]: cephadm 2024-03-21T13:00:52.722164+0000 mgr.y (mgr.25315) 12 : cephadm [INF] Updating smithi178:/etc/ceph/ceph.client.admin.keyring 2024-03-21T13:00:53.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:53 smithi184 bash[14608]: audit 2024-03-21T13:00:52.773253+0000 mon.a (mon.0) 1335 : audit [INF] from='mgr.25315 ' entity='mgr.y' 2024-03-21T13:00:53.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:53 smithi184 bash[14608]: cephadm 2024-03-21T13:00:52.781534+0000 mgr.y (mgr.25315) 13 : cephadm [INF] Updating smithi184:/var/lib/ceph/a94f249e-e780-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-21T13:00:53.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:53 smithi184 bash[14608]: cephadm 2024-03-21T13:00:52.886737+0000 mgr.y (mgr.25315) 14 : cephadm [INF] Updating smithi178:/var/lib/ceph/a94f249e-e780-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-21T13:00:53.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:53 smithi184 bash[14608]: audit 2024-03-21T13:00:52.930517+0000 mon.a (mon.0) 1336 : audit [INF] from='mgr.25315 ' entity='mgr.y' 2024-03-21T13:00:53.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:53 smithi184 bash[14608]: audit 2024-03-21T13:00:52.955695+0000 mon.a (mon.0) 1337 : audit [INF] from='mgr.25315 ' entity='mgr.y' 2024-03-21T13:00:53.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:53 smithi184 bash[14608]: audit 2024-03-21T13:00:52.967353+0000 mon.a (mon.0) 1338 : audit [INF] from='mgr.25315 ' entity='mgr.y' 2024-03-21T13:00:53.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:53 smithi184 bash[14608]: audit 2024-03-21T13:00:53.077493+0000 mon.a (mon.0) 1339 : audit [INF] from='mgr.25315 ' entity='mgr.y' 2024-03-21T13:00:53.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:53 smithi184 bash[14608]: audit 2024-03-21T13:00:53.110552+0000 mon.a (mon.0) 1340 : audit [INF] from='mgr.25315 ' entity='mgr.y' 2024-03-21T13:00:53.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:53 smithi184 bash[14608]: audit 2024-03-21T13:00:53.122154+0000 mon.a (mon.0) 1341 : audit [INF] from='mgr.25315 ' entity='mgr.y' 2024-03-21T13:00:53.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:53 smithi184 bash[14608]: audit 2024-03-21T13:00:53.129558+0000 mon.a (mon.0) 1342 : audit [INF] from='mgr.25315 ' entity='mgr.y' 2024-03-21T13:00:53.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:53 smithi184 bash[14608]: cephadm 2024-03-21T13:00:53.130449+0000 mgr.y (mgr.25315) 15 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:00:53.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:53 smithi184 bash[14608]: audit 2024-03-21T13:00:53.135168+0000 mon.a (mon.0) 1343 : audit [INF] from='mgr.25315 ' entity='mgr.y' 2024-03-21T13:00:53.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:53 smithi184 bash[14608]: audit 2024-03-21T13:00:53.188045+0000 mon.c (mon.1) 135 : audit [INF] from='mgr.25315 172.21.15.178:0/1307560356' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi178.qfgpzc", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-03-21T13:00:53.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:53 smithi184 bash[14608]: audit 2024-03-21T13:00:53.188824+0000 mon.a (mon.0) 1344 : audit [INF] from='mgr.25315 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi178.qfgpzc", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-03-21T13:00:53.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:53 smithi184 bash[14608]: audit 2024-03-21T13:00:53.201386+0000 mon.c (mon.1) 136 : audit [DBG] from='mgr.25315 172.21.15.178:0/1307560356' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:00:54.322 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:00:54 smithi184 bash[45303]: debug 2024-03-21T13:00:54.064+0000 7f2736f8b200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-21T13:00:54.322 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:00:54 smithi184 bash[45303]: debug 2024-03-21T13:00:54.184+0000 7f2736f8b200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-21T13:00:54.322 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:00:54 smithi184 bash[45303]: debug 2024-03-21T13:00:54.304+0000 7f2736f8b200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-21T13:00:54.613 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:54 smithi184 bash[14608]: cephadm 2024-03-21T13:00:53.187392+0000 mgr.y (mgr.25315) 16 : cephadm [INF] Reconfiguring iscsi.foo.smithi178.qfgpzc (dependencies changed)... 2024-03-21T13:00:54.613 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:54 smithi184 bash[14608]: cephadm 2024-03-21T13:00:53.202696+0000 mgr.y (mgr.25315) 17 : cephadm [INF] Reconfiguring daemon iscsi.foo.smithi178.qfgpzc on smithi178 2024-03-21T13:00:54.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:54 smithi178 bash[14494]: cephadm 2024-03-21T13:00:53.187392+0000 mgr.y (mgr.25315) 16 : cephadm [INF] Reconfiguring iscsi.foo.smithi178.qfgpzc (dependencies changed)... 2024-03-21T13:00:54.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:54 smithi178 bash[14494]: cephadm 2024-03-21T13:00:53.202696+0000 mgr.y (mgr.25315) 17 : cephadm [INF] Reconfiguring daemon iscsi.foo.smithi178.qfgpzc on smithi178 2024-03-21T13:00:54.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:54 smithi178 bash[20270]: cephadm 2024-03-21T13:00:53.187392+0000 mgr.y (mgr.25315) 16 : cephadm [INF] Reconfiguring iscsi.foo.smithi178.qfgpzc (dependencies changed)... 2024-03-21T13:00:54.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:54 smithi178 bash[20270]: cephadm 2024-03-21T13:00:53.202696+0000 mgr.y (mgr.25315) 17 : cephadm [INF] Reconfiguring daemon iscsi.foo.smithi178.qfgpzc on smithi178 2024-03-21T13:00:55.026 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:00:54 smithi184 bash[45303]: debug 2024-03-21T13:00:54.796+0000 7f2736f8b200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-21T13:00:55.322 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:00:55 smithi184 bash[45303]: debug 2024-03-21T13:00:55.020+0000 7f2736f8b200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-21T13:00:55.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:55 smithi178 bash[14494]: cluster 2024-03-21T13:00:54.477744+0000 mgr.y (mgr.25315) 18 : cluster [DBG] pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:00:55.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:55 smithi178 bash[14494]: cluster 2024-03-21T13:00:54.517723+0000 mon.a (mon.0) 1345 : cluster [DBG] mgrmap e30: y(active, since 4s), standbys: x 2024-03-21T13:00:55.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:55 smithi178 bash[20270]: cluster 2024-03-21T13:00:54.477744+0000 mgr.y (mgr.25315) 18 : cluster [DBG] pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:00:55.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:55 smithi178 bash[20270]: cluster 2024-03-21T13:00:54.517723+0000 mon.a (mon.0) 1345 : cluster [DBG] mgrmap e30: y(active, since 4s), standbys: x 2024-03-21T13:00:55.822 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:00:55 smithi184 bash[45303]: debug 2024-03-21T13:00:55.480+0000 7f2736f8b200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-21T13:00:55.822 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:55 smithi184 bash[14608]: cluster 2024-03-21T13:00:54.477744+0000 mgr.y (mgr.25315) 18 : cluster [DBG] pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:00:55.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:55 smithi184 bash[14608]: cluster 2024-03-21T13:00:54.517723+0000 mon.a (mon.0) 1345 : cluster [DBG] mgrmap e30: y(active, since 4s), standbys: x 2024-03-21T13:00:56.322 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:00:56 smithi184 bash[45303]: debug 2024-03-21T13:00:56.024+0000 7f2736f8b200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-21T13:00:56.926 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:00:56 smithi184 bash[45303]: debug 2024-03-21T13:00:56.584+0000 7f2736f8b200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-21T13:00:56.926 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:00:56 smithi184 bash[45303]: debug 2024-03-21T13:00:56.700+0000 7f2736f8b200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-21T13:00:57.183 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:00:57 smithi184 bash[45303]: debug 2024-03-21T13:00:57.064+0000 7f2736f8b200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-21T13:00:57.183 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:56 smithi184 bash[14608]: audit 2024-03-21T13:00:55.527844+0000 mgr.y (mgr.25315) 19 : audit [DBG] from='client.15279 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:00:57.183 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:56 smithi184 bash[14608]: audit 2024-03-21T13:00:55.922656+0000 mon.a (mon.0) 1346 : audit [INF] from='mgr.25315 ' entity='mgr.y' 2024-03-21T13:00:57.183 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:56 smithi184 bash[14608]: audit 2024-03-21T13:00:55.932709+0000 mon.a (mon.0) 1347 : audit [INF] from='mgr.25315 ' entity='mgr.y' 2024-03-21T13:00:57.183 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:56 smithi184 bash[14608]: audit 2024-03-21T13:00:55.944139+0000 mon.a (mon.0) 1348 : audit [INF] from='mgr.25315 ' entity='mgr.y' 2024-03-21T13:00:57.183 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:56 smithi184 bash[14608]: audit 2024-03-21T13:00:56.002496+0000 mon.a (mon.0) 1349 : audit [INF] from='mgr.25315 ' entity='mgr.y' 2024-03-21T13:00:57.183 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:56 smithi184 bash[14608]: audit 2024-03-21T13:00:56.565536+0000 mon.a (mon.0) 1350 : audit [INF] from='mgr.25315 ' entity='mgr.y' 2024-03-21T13:00:57.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:57 smithi178 bash[14494]: audit 2024-03-21T13:00:55.527844+0000 mgr.y (mgr.25315) 19 : audit [DBG] from='client.15279 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:00:57.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:57 smithi178 bash[14494]: audit 2024-03-21T13:00:55.922656+0000 mon.a (mon.0) 1346 : audit [INF] from='mgr.25315 ' entity='mgr.y' 2024-03-21T13:00:57.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:57 smithi178 bash[14494]: audit 2024-03-21T13:00:55.932709+0000 mon.a (mon.0) 1347 : audit [INF] from='mgr.25315 ' entity='mgr.y' 2024-03-21T13:00:57.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:57 smithi178 bash[14494]: audit 2024-03-21T13:00:55.944139+0000 mon.a (mon.0) 1348 : audit [INF] from='mgr.25315 ' entity='mgr.y' 2024-03-21T13:00:57.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:57 smithi178 bash[14494]: audit 2024-03-21T13:00:56.002496+0000 mon.a (mon.0) 1349 : audit [INF] from='mgr.25315 ' entity='mgr.y' 2024-03-21T13:00:57.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:57 smithi178 bash[14494]: audit 2024-03-21T13:00:56.565536+0000 mon.a (mon.0) 1350 : audit [INF] from='mgr.25315 ' entity='mgr.y' 2024-03-21T13:00:57.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:57 smithi178 bash[20270]: audit 2024-03-21T13:00:55.527844+0000 mgr.y (mgr.25315) 19 : audit [DBG] from='client.15279 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:00:57.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:57 smithi178 bash[20270]: audit 2024-03-21T13:00:55.922656+0000 mon.a (mon.0) 1346 : audit [INF] from='mgr.25315 ' entity='mgr.y' 2024-03-21T13:00:57.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:57 smithi178 bash[20270]: audit 2024-03-21T13:00:55.932709+0000 mon.a (mon.0) 1347 : audit [INF] from='mgr.25315 ' entity='mgr.y' 2024-03-21T13:00:57.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:57 smithi178 bash[20270]: audit 2024-03-21T13:00:55.944139+0000 mon.a (mon.0) 1348 : audit [INF] from='mgr.25315 ' entity='mgr.y' 2024-03-21T13:00:57.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:57 smithi178 bash[20270]: audit 2024-03-21T13:00:56.002496+0000 mon.a (mon.0) 1349 : audit [INF] from='mgr.25315 ' entity='mgr.y' 2024-03-21T13:00:57.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:57 smithi178 bash[20270]: audit 2024-03-21T13:00:56.565536+0000 mon.a (mon.0) 1350 : audit [INF] from='mgr.25315 ' entity='mgr.y' 2024-03-21T13:00:57.444 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:00:57 smithi184 bash[45303]: debug 2024-03-21T13:00:57.176+0000 7f2736f8b200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-21T13:00:57.444 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:00:57 smithi184 bash[45303]: debug 2024-03-21T13:00:57.324+0000 7f2736f8b200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-21T13:00:57.759 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:00:57 smithi184 bash[45303]: debug 2024-03-21T13:00:57.436+0000 7f2736f8b200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-21T13:00:57.759 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:00:57 smithi184 bash[45303]: debug 2024-03-21T13:00:57.564+0000 7f2736f8b200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-21T13:00:58.020 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:58 smithi184 bash[14608]: cluster 2024-03-21T13:00:56.478730+0000 mgr.y (mgr.25315) 20 : cluster [DBG] pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:00:58.020 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:00:57 smithi184 bash[45303]: debug 2024-03-21T13:00:57.752+0000 7f2736f8b200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-21T13:00:58.020 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:00:57 smithi184 bash[45303]: debug 2024-03-21T13:00:57.880+0000 7f2736f8b200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-21T13:00:58.084 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:58 smithi178 bash[14494]: cluster 2024-03-21T13:00:56.478730+0000 mgr.y (mgr.25315) 20 : cluster [DBG] pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:00:58.084 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:58 smithi178 bash[20270]: cluster 2024-03-21T13:00:56.478730+0000 mgr.y (mgr.25315) 20 : cluster [DBG] pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:00:59.141 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:00:58 smithi184 systemd[1]: ceph-a94f249e-e780-11ee-95cd-87774f69a715@grafana.a.service: Scheduled restart job, restart counter is at 2. 2024-03-21T13:00:59.141 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:00:58 smithi184 systemd[1]: Stopped Ceph grafana.a for a94f249e-e780-11ee-95cd-87774f69a715. 2024-03-21T13:00:59.141 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:00:58 smithi184 systemd[1]: Started Ceph grafana.a for a94f249e-e780-11ee-95cd-87774f69a715. 2024-03-21T13:00:59.198 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:59 smithi184 bash[14608]: audit 2024-03-21T13:00:58.132749+0000 mon.a (mon.0) 1351 : audit [INF] from='mgr.25315 ' entity='mgr.y' 2024-03-21T13:00:59.198 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:59 smithi184 bash[14608]: audit 2024-03-21T13:00:58.837276+0000 mon.a (mon.0) 1352 : audit [INF] from='mgr.25315 ' entity='mgr.y' 2024-03-21T13:00:59.198 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:59 smithi184 bash[14608]: audit 2024-03-21T13:00:58.851536+0000 mon.a (mon.0) 1353 : audit [INF] from='mgr.25315 ' entity='mgr.y' 2024-03-21T13:00:59.198 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:00:59 smithi184 bash[14608]: audit 2024-03-21T13:00:58.860116+0000 mon.a (mon.0) 1354 : audit [INF] from='mgr.25315 ' entity='mgr.y' 2024-03-21T13:00:59.286 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:59 smithi178 bash[20270]: audit 2024-03-21T13:00:58.132749+0000 mon.a (mon.0) 1351 : audit [INF] from='mgr.25315 ' entity='mgr.y' 2024-03-21T13:00:59.286 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:59 smithi178 bash[20270]: audit 2024-03-21T13:00:58.837276+0000 mon.a (mon.0) 1352 : audit [INF] from='mgr.25315 ' entity='mgr.y' 2024-03-21T13:00:59.286 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:59 smithi178 bash[20270]: audit 2024-03-21T13:00:58.851536+0000 mon.a (mon.0) 1353 : audit [INF] from='mgr.25315 ' entity='mgr.y' 2024-03-21T13:00:59.287 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:00:59 smithi178 bash[20270]: audit 2024-03-21T13:00:58.860116+0000 mon.a (mon.0) 1354 : audit [INF] from='mgr.25315 ' entity='mgr.y' 2024-03-21T13:00:59.287 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:59 smithi178 bash[14494]: audit 2024-03-21T13:00:58.132749+0000 mon.a (mon.0) 1351 : audit [INF] from='mgr.25315 ' entity='mgr.y' 2024-03-21T13:00:59.287 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:59 smithi178 bash[14494]: audit 2024-03-21T13:00:58.837276+0000 mon.a (mon.0) 1352 : audit [INF] from='mgr.25315 ' entity='mgr.y' 2024-03-21T13:00:59.287 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:59 smithi178 bash[14494]: audit 2024-03-21T13:00:58.851536+0000 mon.a (mon.0) 1353 : audit [INF] from='mgr.25315 ' entity='mgr.y' 2024-03-21T13:00:59.287 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:00:59 smithi178 bash[14494]: audit 2024-03-21T13:00:58.860116+0000 mon.a (mon.0) 1354 : audit [INF] from='mgr.25315 ' entity='mgr.y' 2024-03-21T13:00:59.573 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:00:59 smithi184 bash[45303]: debug 2024-03-21T13:00:59.192+0000 7f2736f8b200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-21T13:00:59.573 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:00:59 smithi184 bash[45303]: [21/Mar/2024:13:00:59] ENGINE Bus STARTING 2024-03-21T13:00:59.573 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:00:59 smithi184 bash[45303]: CherryPy Checker: 2024-03-21T13:00:59.573 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:00:59 smithi184 bash[45303]: The Application mounted at '' has an empty config. 2024-03-21T13:00:59.573 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:00:59 smithi184 bash[45303]: [21/Mar/2024:13:00:59] ENGINE Serving on http://:::9283 2024-03-21T13:00:59.573 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:00:59 smithi184 bash[45303]: [21/Mar/2024:13:00:59] ENGINE Bus STARTED 2024-03-21T13:01:00.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:00 smithi178 bash[14494]: cluster 2024-03-21T13:00:58.480540+0000 mgr.y (mgr.25315) 21 : cluster [DBG] pgmap v7: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 30 KiB/s rd, 0 B/s wr, 17 op/s 2024-03-21T13:01:00.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:00 smithi178 bash[14494]: cluster 2024-03-21T13:00:58.853330+0000 mgr.y (mgr.25315) 22 : cluster [DBG] pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 29 KiB/s rd, 0 B/s wr, 16 op/s 2024-03-21T13:01:00.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:00 smithi178 bash[14494]: cluster 2024-03-21T13:00:59.129612+0000 mon.a (mon.0) 1355 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-21T13:01:00.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:00 smithi178 bash[14494]: cluster 2024-03-21T13:00:59.198298+0000 mon.a (mon.0) 1356 : cluster [DBG] Standby manager daemon x restarted 2024-03-21T13:01:00.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:00 smithi178 bash[14494]: cluster 2024-03-21T13:00:59.198503+0000 mon.a (mon.0) 1357 : cluster [DBG] Standby manager daemon x started 2024-03-21T13:01:00.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:00 smithi178 bash[14494]: audit 2024-03-21T13:00:59.206632+0000 mon.a (mon.0) 1358 : audit [DBG] from='mgr.? 172.21.15.184:0/2538838049' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-03-21T13:01:00.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:00 smithi178 bash[14494]: audit 2024-03-21T13:00:59.211094+0000 mon.a (mon.0) 1359 : audit [DBG] from='mgr.? 172.21.15.184:0/2538838049' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-21T13:01:00.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:00 smithi178 bash[14494]: audit 2024-03-21T13:00:59.214763+0000 mon.a (mon.0) 1360 : audit [DBG] from='mgr.? 172.21.15.184:0/2538838049' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-03-21T13:01:00.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:00 smithi178 bash[14494]: audit 2024-03-21T13:00:59.215504+0000 mon.a (mon.0) 1361 : audit [DBG] from='mgr.? 172.21.15.184:0/2538838049' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-21T13:01:00.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:00 smithi178 bash[14494]: audit 2024-03-21T13:00:59.840765+0000 mon.a (mon.0) 1362 : audit [INF] from='mgr.25315 ' entity='mgr.y' 2024-03-21T13:01:00.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:00 smithi178 bash[14494]: audit 2024-03-21T13:00:59.853620+0000 mon.a (mon.0) 1363 : audit [INF] from='mgr.25315 ' entity='mgr.y' 2024-03-21T13:01:00.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:00 smithi178 bash[14494]: cluster 2024-03-21T13:00:59.856074+0000 mgr.y (mgr.25315) 23 : cluster [DBG] pgmap v9: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 25 KiB/s rd, 0 B/s wr, 14 op/s 2024-03-21T13:01:00.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:00 smithi178 bash[14494]: cluster 2024-03-21T13:00:59.856520+0000 mgr.y (mgr.25315) 24 : cluster [DBG] pgmap v10: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 29 KiB/s rd, 0 B/s wr, 16 op/s 2024-03-21T13:01:00.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:00 smithi178 bash[14494]: audit 2024-03-21T13:00:59.862915+0000 mon.a (mon.0) 1364 : audit [INF] from='mgr.25315 ' entity='mgr.y' 2024-03-21T13:01:00.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:00 smithi178 bash[20270]: cluster 2024-03-21T13:00:58.480540+0000 mgr.y (mgr.25315) 21 : cluster [DBG] pgmap v7: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 30 KiB/s rd, 0 B/s wr, 17 op/s 2024-03-21T13:01:00.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:00 smithi178 bash[20270]: cluster 2024-03-21T13:00:58.853330+0000 mgr.y (mgr.25315) 22 : cluster [DBG] pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 29 KiB/s rd, 0 B/s wr, 16 op/s 2024-03-21T13:01:00.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:00 smithi178 bash[20270]: cluster 2024-03-21T13:00:59.129612+0000 mon.a (mon.0) 1355 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-21T13:01:00.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:00 smithi178 bash[20270]: cluster 2024-03-21T13:00:59.198298+0000 mon.a (mon.0) 1356 : cluster [DBG] Standby manager daemon x restarted 2024-03-21T13:01:00.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:00 smithi178 bash[20270]: cluster 2024-03-21T13:00:59.198503+0000 mon.a (mon.0) 1357 : cluster [DBG] Standby manager daemon x started 2024-03-21T13:01:00.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:00 smithi178 bash[20270]: audit 2024-03-21T13:00:59.206632+0000 mon.a (mon.0) 1358 : audit [DBG] from='mgr.? 172.21.15.184:0/2538838049' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-03-21T13:01:00.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:00 smithi178 bash[20270]: audit 2024-03-21T13:00:59.211094+0000 mon.a (mon.0) 1359 : audit [DBG] from='mgr.? 172.21.15.184:0/2538838049' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-21T13:01:00.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:00 smithi178 bash[20270]: audit 2024-03-21T13:00:59.214763+0000 mon.a (mon.0) 1360 : audit [DBG] from='mgr.? 172.21.15.184:0/2538838049' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-03-21T13:01:00.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:00 smithi178 bash[20270]: audit 2024-03-21T13:00:59.215504+0000 mon.a (mon.0) 1361 : audit [DBG] from='mgr.? 172.21.15.184:0/2538838049' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-21T13:01:00.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:00 smithi178 bash[20270]: audit 2024-03-21T13:00:59.840765+0000 mon.a (mon.0) 1362 : audit [INF] from='mgr.25315 ' entity='mgr.y' 2024-03-21T13:01:00.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:00 smithi178 bash[20270]: audit 2024-03-21T13:00:59.853620+0000 mon.a (mon.0) 1363 : audit [INF] from='mgr.25315 ' entity='mgr.y' 2024-03-21T13:01:00.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:00 smithi178 bash[20270]: cluster 2024-03-21T13:00:59.856074+0000 mgr.y (mgr.25315) 23 : cluster [DBG] pgmap v9: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 25 KiB/s rd, 0 B/s wr, 14 op/s 2024-03-21T13:01:00.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:00 smithi178 bash[20270]: cluster 2024-03-21T13:00:59.856520+0000 mgr.y (mgr.25315) 24 : cluster [DBG] pgmap v10: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 29 KiB/s rd, 0 B/s wr, 16 op/s 2024-03-21T13:01:00.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:00 smithi178 bash[20270]: audit 2024-03-21T13:00:59.862915+0000 mon.a (mon.0) 1364 : audit [INF] from='mgr.25315 ' entity='mgr.y' 2024-03-21T13:01:00.536 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:00 smithi184 bash[14608]: cluster 2024-03-21T13:00:58.480540+0000 mgr.y (mgr.25315) 21 : cluster [DBG] pgmap v7: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 30 KiB/s rd, 0 B/s wr, 17 op/s 2024-03-21T13:01:00.536 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:00 smithi184 bash[14608]: cluster 2024-03-21T13:00:58.853330+0000 mgr.y (mgr.25315) 22 : cluster [DBG] pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 29 KiB/s rd, 0 B/s wr, 16 op/s 2024-03-21T13:01:00.536 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:00 smithi184 bash[14608]: cluster 2024-03-21T13:00:59.129612+0000 mon.a (mon.0) 1355 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-21T13:01:00.536 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:00 smithi184 bash[14608]: cluster 2024-03-21T13:00:59.198298+0000 mon.a (mon.0) 1356 : cluster [DBG] Standby manager daemon x restarted 2024-03-21T13:01:00.536 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:00 smithi184 bash[14608]: cluster 2024-03-21T13:00:59.198503+0000 mon.a (mon.0) 1357 : cluster [DBG] Standby manager daemon x started 2024-03-21T13:01:00.537 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:00 smithi184 bash[14608]: audit 2024-03-21T13:00:59.206632+0000 mon.a (mon.0) 1358 : audit [DBG] from='mgr.? 172.21.15.184:0/2538838049' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-03-21T13:01:00.537 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:00 smithi184 bash[14608]: audit 2024-03-21T13:00:59.211094+0000 mon.a (mon.0) 1359 : audit [DBG] from='mgr.? 172.21.15.184:0/2538838049' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-21T13:01:00.537 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:00 smithi184 bash[14608]: audit 2024-03-21T13:00:59.214763+0000 mon.a (mon.0) 1360 : audit [DBG] from='mgr.? 172.21.15.184:0/2538838049' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-03-21T13:01:00.537 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:00 smithi184 bash[14608]: audit 2024-03-21T13:00:59.215504+0000 mon.a (mon.0) 1361 : audit [DBG] from='mgr.? 172.21.15.184:0/2538838049' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-21T13:01:00.537 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:00 smithi184 bash[14608]: audit 2024-03-21T13:00:59.840765+0000 mon.a (mon.0) 1362 : audit [INF] from='mgr.25315 ' entity='mgr.y' 2024-03-21T13:01:00.537 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:00 smithi184 bash[14608]: audit 2024-03-21T13:00:59.853620+0000 mon.a (mon.0) 1363 : audit [INF] from='mgr.25315 ' entity='mgr.y' 2024-03-21T13:01:00.537 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:00 smithi184 bash[14608]: cluster 2024-03-21T13:00:59.856074+0000 mgr.y (mgr.25315) 23 : cluster [DBG] pgmap v9: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 25 KiB/s rd, 0 B/s wr, 14 op/s 2024-03-21T13:01:00.537 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:00 smithi184 bash[14608]: cluster 2024-03-21T13:00:59.856520+0000 mgr.y (mgr.25315) 24 : cluster [DBG] pgmap v10: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 29 KiB/s rd, 0 B/s wr, 16 op/s 2024-03-21T13:01:00.537 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:00 smithi184 bash[14608]: audit 2024-03-21T13:00:59.862915+0000 mon.a (mon.0) 1364 : audit [INF] from='mgr.25315 ' entity='mgr.y' 2024-03-21T13:01:00.799 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:01:00 smithi184 bash[50649]: Failed to start grafana. error: failed to create log directory "/usr/share/grafana/data/log": mkdir /usr/share/grafana/data: permission denied 2024-03-21T13:01:00.799 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:01:00 smithi184 bash[50649]: failed to create log directory "/usr/share/grafana/data/log": mkdir /usr/share/grafana/data: permission denied 2024-03-21T13:01:01.322 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:01 smithi184 bash[14608]: cluster 2024-03-21T13:01:00.162087+0000 mon.a (mon.0) 1365 : cluster [DBG] mgrmap e31: y(active, since 10s), standbys: x 2024-03-21T13:01:01.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:01 smithi184 bash[14608]: audit 2024-03-21T13:01:00.371946+0000 mon.a (mon.0) 1366 : audit [INF] from='mgr.25315 ' entity='mgr.y' 2024-03-21T13:01:01.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:01 smithi184 bash[14608]: audit 2024-03-21T13:01:00.381648+0000 mon.a (mon.0) 1367 : audit [INF] from='mgr.25315 ' entity='mgr.y' 2024-03-21T13:01:01.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:01 smithi184 bash[14608]: audit 2024-03-21T13:01:00.386043+0000 mon.c (mon.1) 137 : audit [INF] from='mgr.25315 172.21.15.178:0/1307560356' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi184", "caps": []}]: dispatch 2024-03-21T13:01:01.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:01 smithi184 bash[14608]: audit 2024-03-21T13:01:00.386478+0000 mon.a (mon.0) 1368 : audit [INF] from='mgr.25315 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi184", "caps": []}]: dispatch 2024-03-21T13:01:01.584 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:01 smithi178 bash[14494]: cluster 2024-03-21T13:01:00.162087+0000 mon.a (mon.0) 1365 : cluster [DBG] mgrmap e31: y(active, since 10s), standbys: x 2024-03-21T13:01:01.584 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:01 smithi178 bash[14494]: audit 2024-03-21T13:01:00.371946+0000 mon.a (mon.0) 1366 : audit [INF] from='mgr.25315 ' entity='mgr.y' 2024-03-21T13:01:01.585 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:01 smithi178 bash[14494]: audit 2024-03-21T13:01:00.381648+0000 mon.a (mon.0) 1367 : audit [INF] from='mgr.25315 ' entity='mgr.y' 2024-03-21T13:01:01.585 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:01 smithi178 bash[14494]: audit 2024-03-21T13:01:00.386043+0000 mon.c (mon.1) 137 : audit [INF] from='mgr.25315 172.21.15.178:0/1307560356' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi184", "caps": []}]: dispatch 2024-03-21T13:01:01.585 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:01 smithi178 bash[14494]: audit 2024-03-21T13:01:00.386478+0000 mon.a (mon.0) 1368 : audit [INF] from='mgr.25315 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi184", "caps": []}]: dispatch 2024-03-21T13:01:01.585 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:01 smithi178 bash[20270]: cluster 2024-03-21T13:01:00.162087+0000 mon.a (mon.0) 1365 : cluster [DBG] mgrmap e31: y(active, since 10s), standbys: x 2024-03-21T13:01:01.585 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:01 smithi178 bash[20270]: audit 2024-03-21T13:01:00.371946+0000 mon.a (mon.0) 1366 : audit [INF] from='mgr.25315 ' entity='mgr.y' 2024-03-21T13:01:01.585 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:01 smithi178 bash[20270]: audit 2024-03-21T13:01:00.381648+0000 mon.a (mon.0) 1367 : audit [INF] from='mgr.25315 ' entity='mgr.y' 2024-03-21T13:01:01.585 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:01 smithi178 bash[20270]: audit 2024-03-21T13:01:00.386043+0000 mon.c (mon.1) 137 : audit [INF] from='mgr.25315 172.21.15.178:0/1307560356' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi184", "caps": []}]: dispatch 2024-03-21T13:01:01.585 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:01 smithi178 bash[20270]: audit 2024-03-21T13:01:00.386478+0000 mon.a (mon.0) 1368 : audit [INF] from='mgr.25315 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi184", "caps": []}]: dispatch 2024-03-21T13:01:02.039 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:01:01 smithi184 systemd[1]: ceph-a94f249e-e780-11ee-95cd-87774f69a715@grafana.a.service: Main process exited, code=exited, status=1/FAILURE 2024-03-21T13:01:02.040 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:01:01 smithi184 systemd[1]: ceph-a94f249e-e780-11ee-95cd-87774f69a715@grafana.a.service: Failed with result 'exit-code'. 2024-03-21T13:01:02.322 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:02 smithi184 bash[14608]: cephadm 2024-03-21T13:01:01.618021+0000 mgr.y (mgr.25315) 25 : cephadm [INF] Deploying daemon agent.smithi184 on smithi184 2024-03-21T13:01:02.322 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:02 smithi184 bash[14608]: cluster 2024-03-21T13:01:01.858290+0000 mgr.y (mgr.25315) 26 : cluster [DBG] pgmap v11: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 29 KiB/s rd, 0 B/s wr, 17 op/s 2024-03-21T13:01:02.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:02 smithi178 bash[14494]: cephadm 2024-03-21T13:01:01.618021+0000 mgr.y (mgr.25315) 25 : cephadm [INF] Deploying daemon agent.smithi184 on smithi184 2024-03-21T13:01:02.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:02 smithi178 bash[14494]: cluster 2024-03-21T13:01:01.858290+0000 mgr.y (mgr.25315) 26 : cluster [DBG] pgmap v11: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 29 KiB/s rd, 0 B/s wr, 17 op/s 2024-03-21T13:01:02.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:02 smithi178 bash[20270]: cephadm 2024-03-21T13:01:01.618021+0000 mgr.y (mgr.25315) 25 : cephadm [INF] Deploying daemon agent.smithi184 on smithi184 2024-03-21T13:01:02.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:02 smithi178 bash[20270]: cluster 2024-03-21T13:01:01.858290+0000 mgr.y (mgr.25315) 26 : cluster [DBG] pgmap v11: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 29 KiB/s rd, 0 B/s wr, 17 op/s 2024-03-21T13:01:03.572 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:01:03 smithi184 bash[47581]: ts=2024-03-21T13:01:03.510Z caller=manager.go:609 level=warn component="rule manager" group=nodes msg="Evaluating rule failed" rule="alert: CephNodeDiskspaceWarning\nexpr: predict_linear(node_filesystem_free_bytes{device=~\"/.*\"}[2d], 3600 * 24 * 5)\n * on(instance) group_left(nodename) node_uname_info < 0\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.8.4\n severity: warning\n type: ceph_default\nannotations:\n description: Mountpoint {{ $labels.mountpoint }} on {{ $labels.nodename }} will\n be full in less than 5 days based on the 48 hour trailing fill rate.\n summary: Host filesystem free space is getting low\n" err="found duplicate series for the match group {instance=\"smithi178\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi178\", job=\"node\", machine=\"x86_64\", nodename=\"smithi178\", release=\"5.4.0-174-generic\", sysname=\"Linux\", version=\"#193-Ubuntu SMP Thu Mar 7 14:29:28 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"a94f249e-e780-11ee-95cd-87774f69a715\", domainname=\"(none)\", instance=\"smithi178\", job=\"node\", machine=\"x86_64\", nodename=\"smithi178\", release=\"5.4.0-174-generic\", sysname=\"Linux\", version=\"#193-Ubuntu SMP Thu Mar 7 14:29:28 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-21T13:01:03.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:03 smithi184 bash[14608]: audit 2024-03-21T13:01:03.362315+0000 mon.c (mon.1) 138 : audit [DBG] from='client.? 172.21.15.178:0/2197166392' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2024-03-21T13:01:03.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:03 smithi178 bash[14494]: audit 2024-03-21T13:01:03.362315+0000 mon.c (mon.1) 138 : audit [DBG] from='client.? 172.21.15.178:0/2197166392' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2024-03-21T13:01:03.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:03 smithi178 bash[20270]: audit 2024-03-21T13:01:03.362315+0000 mon.c (mon.1) 138 : audit [DBG] from='client.? 172.21.15.178:0/2197166392' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2024-03-21T13:01:04.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:04 smithi178 bash[14494]: cluster 2024-03-21T13:01:03.859153+0000 mgr.y (mgr.25315) 27 : cluster [DBG] pgmap v12: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 29 KiB/s rd, 0 B/s wr, 17 op/s 2024-03-21T13:01:04.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:04 smithi178 bash[20270]: cluster 2024-03-21T13:01:03.859153+0000 mgr.y (mgr.25315) 27 : cluster [DBG] pgmap v12: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 29 KiB/s rd, 0 B/s wr, 17 op/s 2024-03-21T13:01:04.822 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:04 smithi184 bash[14608]: cluster 2024-03-21T13:01:03.859153+0000 mgr.y (mgr.25315) 27 : cluster [DBG] pgmap v12: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 29 KiB/s rd, 0 B/s wr, 17 op/s 2024-03-21T13:01:05.554 INFO:teuthology.orchestra.run.smithi178.stdout:true 2024-03-21T13:01:05.691 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:01:05 smithi184 bash[45303]: ::ffff:172.21.15.184 - - [21/Mar/2024:13:01:05] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-21T13:01:05.822 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:05 smithi184 bash[14608]: audit 2024-03-21T13:01:04.691449+0000 mon.a (mon.0) 1369 : audit [INF] from='mgr.25315 ' entity='mgr.y' 2024-03-21T13:01:05.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:05 smithi184 bash[14608]: cephadm 2024-03-21T13:01:04.696627+0000 mgr.y (mgr.25315) 28 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-03-21T13:01:05.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:05 smithi184 bash[14608]: cephadm 2024-03-21T13:01:04.942135+0000 mgr.y (mgr.25315) 29 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi184 2024-03-21T13:01:05.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:05 smithi184 bash[14608]: audit 2024-03-21T13:01:05.165641+0000 mon.a (mon.0) 1370 : audit [INF] from='mgr.25315 ' entity='mgr.y' 2024-03-21T13:01:05.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:05 smithi184 bash[14608]: audit 2024-03-21T13:01:05.639712+0000 mon.a (mon.0) 1371 : audit [INF] from='mgr.25315 ' entity='mgr.y' 2024-03-21T13:01:05.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:05 smithi184 bash[14608]: audit 2024-03-21T13:01:05.641819+0000 mon.c (mon.1) 139 : audit [DBG] from='mgr.25315 172.21.15.178:0/1307560356' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:01:06.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:05 smithi178 bash[20270]: audit 2024-03-21T13:01:04.691449+0000 mon.a (mon.0) 1369 : audit [INF] from='mgr.25315 ' entity='mgr.y' 2024-03-21T13:01:06.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:05 smithi178 bash[20270]: cephadm 2024-03-21T13:01:04.696627+0000 mgr.y (mgr.25315) 28 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-03-21T13:01:06.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:05 smithi178 bash[20270]: cephadm 2024-03-21T13:01:04.942135+0000 mgr.y (mgr.25315) 29 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi184 2024-03-21T13:01:06.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:05 smithi178 bash[20270]: audit 2024-03-21T13:01:05.165641+0000 mon.a (mon.0) 1370 : audit [INF] from='mgr.25315 ' entity='mgr.y' 2024-03-21T13:01:06.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:05 smithi178 bash[20270]: audit 2024-03-21T13:01:05.639712+0000 mon.a (mon.0) 1371 : audit [INF] from='mgr.25315 ' entity='mgr.y' 2024-03-21T13:01:06.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:05 smithi178 bash[20270]: audit 2024-03-21T13:01:05.641819+0000 mon.c (mon.1) 139 : audit [DBG] from='mgr.25315 172.21.15.178:0/1307560356' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:01:06.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:05 smithi178 bash[14494]: audit 2024-03-21T13:01:04.691449+0000 mon.a (mon.0) 1369 : audit [INF] from='mgr.25315 ' entity='mgr.y' 2024-03-21T13:01:06.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:05 smithi178 bash[14494]: cephadm 2024-03-21T13:01:04.696627+0000 mgr.y (mgr.25315) 28 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-03-21T13:01:06.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:05 smithi178 bash[14494]: cephadm 2024-03-21T13:01:04.942135+0000 mgr.y (mgr.25315) 29 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi184 2024-03-21T13:01:06.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:05 smithi178 bash[14494]: audit 2024-03-21T13:01:05.165641+0000 mon.a (mon.0) 1370 : audit [INF] from='mgr.25315 ' entity='mgr.y' 2024-03-21T13:01:06.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:05 smithi178 bash[14494]: audit 2024-03-21T13:01:05.639712+0000 mon.a (mon.0) 1371 : audit [INF] from='mgr.25315 ' entity='mgr.y' 2024-03-21T13:01:06.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:05 smithi178 bash[14494]: audit 2024-03-21T13:01:05.641819+0000 mon.c (mon.1) 139 : audit [DBG] from='mgr.25315 172.21.15.178:0/1307560356' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:01:06.333 INFO:teuthology.orchestra.run.smithi178.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-21T13:01:06.333 INFO:teuthology.orchestra.run.smithi178.stdout:agent.smithi178 smithi178 running 6s ago 15m - - 2024-03-21T13:01:06.333 INFO:teuthology.orchestra.run.smithi178.stdout:agent.smithi184 smithi184 starting - - - - 2024-03-21T13:01:06.333 INFO:teuthology.orchestra.run.smithi178.stdout:alertmanager.a smithi178 *:9093,9094 running (78s) 6s ago 8m 16.2M - 0.23.0 ba2b418f427c b9533705fcaf 2024-03-21T13:01:06.333 INFO:teuthology.orchestra.run.smithi178.stdout:grafana.a smithi184 *:3000 unknown 7s ago 7m - - 2024-03-21T13:01:06.333 INFO:teuthology.orchestra.run.smithi178.stdout:iscsi.foo.smithi178.qfgpzc smithi178 starting - - - - 2024-03-21T13:01:06.333 INFO:teuthology.orchestra.run.smithi178.stdout:mgr.x smithi184 *:8443,9283 running (109s) 7s ago 14m 396M - 19.0.0-2267-g960fbbe4 19e12293512f b96861484c93 2024-03-21T13:01:06.333 INFO:teuthology.orchestra.run.smithi178.stdout:mgr.y smithi178 *:8443,9283,8765 running (26s) 6s ago 16m 486M - 19.0.0-2267-g960fbbe4 19e12293512f a7887cd75875 2024-03-21T13:01:06.333 INFO:teuthology.orchestra.run.smithi178.stdout:mon.a smithi178 running (16m) 6s ago 16m 67.0M 2048M 17.2.0 e1d6a67b021e 929eab85bff1 2024-03-21T13:01:06.333 INFO:teuthology.orchestra.run.smithi178.stdout:mon.b smithi184 running (14m) 7s ago 14m 54.9M 2048M 17.2.0 e1d6a67b021e 2c060c770e3f 2024-03-21T13:01:06.333 INFO:teuthology.orchestra.run.smithi178.stdout:mon.c smithi178 running (14m) 6s ago 14m 50.4M 2048M 17.2.0 e1d6a67b021e cf8630e7a11b 2024-03-21T13:01:06.334 INFO:teuthology.orchestra.run.smithi178.stdout:node-exporter.a smithi178 *:9100 running (89s) 6s ago 8m 11.3M - 1.3.1 1dbe0e931976 5d4ec1307be5 2024-03-21T13:01:06.334 INFO:teuthology.orchestra.run.smithi178.stdout:node-exporter.b smithi184 *:9100 running (49s) 7s ago 8m 10.9M - 1.3.1 1dbe0e931976 2a37d9a9b638 2024-03-21T13:01:06.334 INFO:teuthology.orchestra.run.smithi178.stdout:osd.0 smithi178 running (13m) 6s ago 13m 58.5M 4096M 17.2.0 e1d6a67b021e d6b8ef28417b 2024-03-21T13:01:06.334 INFO:teuthology.orchestra.run.smithi178.stdout:osd.1 smithi178 running (13m) 6s ago 13m 59.9M 4096M 17.2.0 e1d6a67b021e f1a18d3887e4 2024-03-21T13:01:06.334 INFO:teuthology.orchestra.run.smithi178.stdout:osd.2 smithi178 running (12m) 6s ago 12m 54.8M 4096M 17.2.0 e1d6a67b021e 20f205591c9c 2024-03-21T13:01:06.334 INFO:teuthology.orchestra.run.smithi178.stdout:osd.3 smithi178 running (11m) 6s ago 11m 56.2M 4096M 17.2.0 e1d6a67b021e a4f15fefa0b8 2024-03-21T13:01:06.334 INFO:teuthology.orchestra.run.smithi178.stdout:osd.4 smithi184 running (11m) 7s ago 11m 57.6M 4096M 17.2.0 e1d6a67b021e e20e0f763007 2024-03-21T13:01:06.334 INFO:teuthology.orchestra.run.smithi178.stdout:osd.5 smithi184 running (10m) 7s ago 10m 55.2M 4096M 17.2.0 e1d6a67b021e a0e050155046 2024-03-21T13:01:06.334 INFO:teuthology.orchestra.run.smithi178.stdout:osd.6 smithi184 running (9m) 7s ago 10m 55.1M 4096M 17.2.0 e1d6a67b021e 68fa324445fb 2024-03-21T13:01:06.334 INFO:teuthology.orchestra.run.smithi178.stdout:osd.7 smithi184 running (9m) 7s ago 9m 56.3M 4096M 17.2.0 e1d6a67b021e 9153684ac7cd 2024-03-21T13:01:06.334 INFO:teuthology.orchestra.run.smithi178.stdout:prometheus.a smithi184 *:9095 running (53s) 7s ago 8m 52.9M - 2.33.4 514e6a882f6e 3200cc882a29 2024-03-21T13:01:06.334 INFO:teuthology.orchestra.run.smithi178.stdout:rgw.foo.smithi178.amgrte smithi178 *:8000 running (6m) 6s ago 6m 86.0M - 17.2.0 e1d6a67b021e d914bef5b616 2024-03-21T13:01:06.334 INFO:teuthology.orchestra.run.smithi178.stdout:rgw.foo.smithi184.sylqte smithi184 *:8000 running (6m) 7s ago 6m 86.4M - 17.2.0 e1d6a67b021e 71e9025bfe7b 2024-03-21T13:01:06.334 INFO:teuthology.orchestra.run.smithi178.stdout:rgw.smpl.smithi178.avyvkd smithi178 *:80 running (5m) 6s ago 5m 86.6M - 17.2.0 e1d6a67b021e 95dce05fca01 2024-03-21T13:01:06.335 INFO:teuthology.orchestra.run.smithi178.stdout:rgw.smpl.smithi184.ccsuhn smithi184 *:80 running (5m) 7s ago 5m 86.5M - 17.2.0 e1d6a67b021e c3b20c5f0cde 2024-03-21T13:01:06.799 INFO:teuthology.orchestra.run.smithi178.stdout:{ 2024-03-21T13:01:06.800 INFO:teuthology.orchestra.run.smithi178.stdout: "mon": { 2024-03-21T13:01:06.800 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3 2024-03-21T13:01:06.800 INFO:teuthology.orchestra.run.smithi178.stdout: }, 2024-03-21T13:01:06.800 INFO:teuthology.orchestra.run.smithi178.stdout: "mgr": { 2024-03-21T13:01:06.800 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 2 2024-03-21T13:01:06.800 INFO:teuthology.orchestra.run.smithi178.stdout: }, 2024-03-21T13:01:06.800 INFO:teuthology.orchestra.run.smithi178.stdout: "osd": { 2024-03-21T13:01:06.800 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2024-03-21T13:01:06.800 INFO:teuthology.orchestra.run.smithi178.stdout: }, 2024-03-21T13:01:06.800 INFO:teuthology.orchestra.run.smithi178.stdout: "mds": {}, 2024-03-21T13:01:06.800 INFO:teuthology.orchestra.run.smithi178.stdout: "rgw": { 2024-03-21T13:01:06.800 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2024-03-21T13:01:06.800 INFO:teuthology.orchestra.run.smithi178.stdout: }, 2024-03-21T13:01:06.800 INFO:teuthology.orchestra.run.smithi178.stdout: "overall": { 2024-03-21T13:01:06.801 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 15, 2024-03-21T13:01:06.801 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 2 2024-03-21T13:01:06.801 INFO:teuthology.orchestra.run.smithi178.stdout: } 2024-03-21T13:01:06.801 INFO:teuthology.orchestra.run.smithi178.stdout:} 2024-03-21T13:01:06.811 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:06 smithi184 bash[14608]: audit 2024-03-21T13:01:05.536552+0000 mgr.y (mgr.25315) 30 : audit [DBG] from='client.15465 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:01:06.811 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:06 smithi184 bash[14608]: cluster 2024-03-21T13:01:05.746187+0000 mon.a (mon.0) 1372 : cluster [WRN] Health check update: 2 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-21T13:01:06.811 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:06 smithi184 bash[14608]: cluster 2024-03-21T13:01:05.859682+0000 mgr.y (mgr.25315) 31 : cluster [DBG] pgmap v13: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 554 B/s rd, 0 op/s 2024-03-21T13:01:06.811 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:06 smithi184 bash[14608]: audit 2024-03-21T13:01:05.923329+0000 mgr.y (mgr.25315) 32 : audit [DBG] from='client.15471 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:01:07.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:06 smithi178 bash[20270]: audit 2024-03-21T13:01:05.536552+0000 mgr.y (mgr.25315) 30 : audit [DBG] from='client.15465 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:01:07.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:06 smithi178 bash[20270]: cluster 2024-03-21T13:01:05.746187+0000 mon.a (mon.0) 1372 : cluster [WRN] Health check update: 2 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-21T13:01:07.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:06 smithi178 bash[20270]: cluster 2024-03-21T13:01:05.859682+0000 mgr.y (mgr.25315) 31 : cluster [DBG] pgmap v13: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 554 B/s rd, 0 op/s 2024-03-21T13:01:07.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:06 smithi178 bash[20270]: audit 2024-03-21T13:01:05.923329+0000 mgr.y (mgr.25315) 32 : audit [DBG] from='client.15471 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:01:07.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:06 smithi178 bash[14494]: audit 2024-03-21T13:01:05.536552+0000 mgr.y (mgr.25315) 30 : audit [DBG] from='client.15465 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:01:07.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:06 smithi178 bash[14494]: cluster 2024-03-21T13:01:05.746187+0000 mon.a (mon.0) 1372 : cluster [WRN] Health check update: 2 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-21T13:01:07.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:06 smithi178 bash[14494]: cluster 2024-03-21T13:01:05.859682+0000 mgr.y (mgr.25315) 31 : cluster [DBG] pgmap v13: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 554 B/s rd, 0 op/s 2024-03-21T13:01:07.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:06 smithi178 bash[14494]: audit 2024-03-21T13:01:05.923329+0000 mgr.y (mgr.25315) 32 : audit [DBG] from='client.15471 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:01:07.196 INFO:teuthology.orchestra.run.smithi178.stdout:{ 2024-03-21T13:01:07.196 INFO:teuthology.orchestra.run.smithi178.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753", 2024-03-21T13:01:07.196 INFO:teuthology.orchestra.run.smithi178.stdout: "in_progress": true, 2024-03-21T13:01:07.196 INFO:teuthology.orchestra.run.smithi178.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-21T13:01:07.196 INFO:teuthology.orchestra.run.smithi178.stdout: "services_complete": [ 2024-03-21T13:01:07.196 INFO:teuthology.orchestra.run.smithi178.stdout: "mgr" 2024-03-21T13:01:07.196 INFO:teuthology.orchestra.run.smithi178.stdout: ], 2024-03-21T13:01:07.196 INFO:teuthology.orchestra.run.smithi178.stdout: "progress": "2/23 daemons upgraded", 2024-03-21T13:01:07.196 INFO:teuthology.orchestra.run.smithi178.stdout: "message": "", 2024-03-21T13:01:07.196 INFO:teuthology.orchestra.run.smithi178.stdout: "is_paused": false 2024-03-21T13:01:07.196 INFO:teuthology.orchestra.run.smithi178.stdout:} 2024-03-21T13:01:07.646 INFO:teuthology.orchestra.run.smithi178.stdout:HEALTH_WARN 2 failed cephadm daemon(s) 2024-03-21T13:01:07.646 INFO:teuthology.orchestra.run.smithi178.stdout:[WRN] CEPHADM_FAILED_DAEMON: 2 failed cephadm daemon(s) 2024-03-21T13:01:07.646 INFO:teuthology.orchestra.run.smithi178.stdout: daemon iscsi.foo.smithi178.qfgpzc on smithi178 is in unknown state 2024-03-21T13:01:07.646 INFO:teuthology.orchestra.run.smithi178.stdout: daemon grafana.a on smithi184 is in unknown state 2024-03-21T13:01:08.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:07 smithi178 bash[14494]: audit 2024-03-21T13:01:06.305253+0000 mgr.y (mgr.25315) 33 : audit [DBG] from='client.25387 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:01:08.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:07 smithi178 bash[14494]: audit 2024-03-21T13:01:06.796840+0000 mon.a (mon.0) 1373 : audit [DBG] from='client.? 172.21.15.178:0/1487938859' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:01:08.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:07 smithi178 bash[14494]: audit 2024-03-21T13:01:07.643578+0000 mon.a (mon.0) 1374 : audit [DBG] from='client.? 172.21.15.178:0/1018920681' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T13:01:08.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:07 smithi178 bash[20270]: audit 2024-03-21T13:01:06.305253+0000 mgr.y (mgr.25315) 33 : audit [DBG] from='client.25387 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:01:08.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:07 smithi178 bash[20270]: audit 2024-03-21T13:01:06.796840+0000 mon.a (mon.0) 1373 : audit [DBG] from='client.? 172.21.15.178:0/1487938859' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:01:08.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:07 smithi178 bash[20270]: audit 2024-03-21T13:01:07.643578+0000 mon.a (mon.0) 1374 : audit [DBG] from='client.? 172.21.15.178:0/1018920681' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T13:01:08.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:07 smithi184 bash[14608]: audit 2024-03-21T13:01:06.305253+0000 mgr.y (mgr.25315) 33 : audit [DBG] from='client.25387 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:01:08.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:07 smithi184 bash[14608]: audit 2024-03-21T13:01:06.796840+0000 mon.a (mon.0) 1373 : audit [DBG] from='client.? 172.21.15.178:0/1487938859' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:01:08.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:07 smithi184 bash[14608]: audit 2024-03-21T13:01:07.643578+0000 mon.a (mon.0) 1374 : audit [DBG] from='client.? 172.21.15.178:0/1018920681' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T13:01:08.822 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:08 smithi184 bash[14608]: audit 2024-03-21T13:01:07.192314+0000 mgr.y (mgr.25315) 34 : audit [DBG] from='client.25399 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:01:08.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:08 smithi184 bash[14608]: cluster 2024-03-21T13:01:07.861343+0000 mgr.y (mgr.25315) 35 : cluster [DBG] pgmap v14: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 909 B/s rd, 1 op/s 2024-03-21T13:01:09.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:08 smithi178 bash[14494]: audit 2024-03-21T13:01:07.192314+0000 mgr.y (mgr.25315) 34 : audit [DBG] from='client.25399 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:01:09.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:08 smithi178 bash[14494]: cluster 2024-03-21T13:01:07.861343+0000 mgr.y (mgr.25315) 35 : cluster [DBG] pgmap v14: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 909 B/s rd, 1 op/s 2024-03-21T13:01:09.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:08 smithi178 bash[20270]: audit 2024-03-21T13:01:07.192314+0000 mgr.y (mgr.25315) 34 : audit [DBG] from='client.25399 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:01:09.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:08 smithi178 bash[20270]: cluster 2024-03-21T13:01:07.861343+0000 mgr.y (mgr.25315) 35 : cluster [DBG] pgmap v14: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 909 B/s rd, 1 op/s 2024-03-21T13:01:09.386 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:01:09 smithi184 systemd[1]: Stopping Ceph prometheus.a for a94f249e-e780-11ee-95cd-87774f69a715... 2024-03-21T13:01:09.386 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:01:09 smithi184 bash[51283]: Error response from daemon: No such container: ceph-a94f249e-e780-11ee-95cd-87774f69a715-prometheus.a 2024-03-21T13:01:09.386 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:01:09 smithi184 bash[47581]: ts=2024-03-21T13:01:09.216Z caller=main.go:775 level=warn msg="Received SIGTERM, exiting gracefully..." 2024-03-21T13:01:09.386 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:01:09 smithi184 bash[47581]: ts=2024-03-21T13:01:09.216Z caller=main.go:798 level=info msg="Stopping scrape discovery manager..." 2024-03-21T13:01:09.386 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:01:09 smithi184 bash[47581]: ts=2024-03-21T13:01:09.216Z caller=main.go:812 level=info msg="Stopping notify discovery manager..." 2024-03-21T13:01:09.386 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:01:09 smithi184 bash[47581]: ts=2024-03-21T13:01:09.216Z caller=main.go:834 level=info msg="Stopping scrape manager..." 2024-03-21T13:01:09.386 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:01:09 smithi184 bash[47581]: ts=2024-03-21T13:01:09.216Z caller=main.go:794 level=info msg="Scrape discovery manager stopped" 2024-03-21T13:01:09.386 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:01:09 smithi184 bash[47581]: ts=2024-03-21T13:01:09.216Z caller=main.go:808 level=info msg="Notify discovery manager stopped" 2024-03-21T13:01:09.386 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:01:09 smithi184 bash[47581]: ts=2024-03-21T13:01:09.217Z caller=manager.go:945 level=info component="rule manager" msg="Stopping rule manager..." 2024-03-21T13:01:09.386 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:01:09 smithi184 bash[47581]: ts=2024-03-21T13:01:09.217Z caller=main.go:828 level=info msg="Scrape manager stopped" 2024-03-21T13:01:09.386 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:01:09 smithi184 bash[47581]: ts=2024-03-21T13:01:09.217Z caller=manager.go:955 level=info component="rule manager" msg="Rule manager stopped" 2024-03-21T13:01:09.387 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:01:09 smithi184 bash[47581]: ts=2024-03-21T13:01:09.217Z caller=notifier.go:600 level=info component=notifier msg="Stopping notification manager..." 2024-03-21T13:01:09.387 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:01:09 smithi184 bash[47581]: ts=2024-03-21T13:01:09.217Z caller=main.go:1054 level=info msg="Notifier manager stopped" 2024-03-21T13:01:09.387 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:01:09 smithi184 bash[47581]: ts=2024-03-21T13:01:09.218Z caller=main.go:1066 level=info msg="See you next time!" 2024-03-21T13:01:09.996 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:01:09 smithi184 bash[51293]: ceph-a94f249e-e780-11ee-95cd-87774f69a715-prometheus-a 2024-03-21T13:01:09.996 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:01:09 smithi184 bash[51406]: Error response from daemon: No such container: ceph-a94f249e-e780-11ee-95cd-87774f69a715-prometheus.a 2024-03-21T13:01:09.996 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:01:09 smithi184 systemd[1]: ceph-a94f249e-e780-11ee-95cd-87774f69a715@prometheus.a.service: Succeeded. 2024-03-21T13:01:09.996 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:01:09 smithi184 systemd[1]: Stopped Ceph prometheus.a for a94f249e-e780-11ee-95cd-87774f69a715. 2024-03-21T13:01:09.996 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:01:09 smithi184 systemd[1]: Started Ceph prometheus.a for a94f249e-e780-11ee-95cd-87774f69a715. 2024-03-21T13:01:11.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:10 smithi178 bash[14494]: cluster 2024-03-21T13:01:09.862231+0000 mgr.y (mgr.25315) 36 : cluster [DBG] pgmap v15: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 818 B/s rd, 0 op/s 2024-03-21T13:01:11.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:10 smithi178 bash[14494]: audit 2024-03-21T13:01:09.997458+0000 mon.a (mon.0) 1375 : audit [INF] from='mgr.25315 ' entity='mgr.y' 2024-03-21T13:01:11.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:10 smithi178 bash[14494]: audit 2024-03-21T13:01:10.008629+0000 mon.a (mon.0) 1376 : audit [INF] from='mgr.25315 ' entity='mgr.y' 2024-03-21T13:01:11.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:10 smithi178 bash[14494]: audit 2024-03-21T13:01:10.035817+0000 mon.c (mon.1) 140 : audit [DBG] from='mgr.25315 172.21.15.178:0/1307560356' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-03-21T13:01:11.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:10 smithi178 bash[14494]: audit 2024-03-21T13:01:10.037385+0000 mgr.y (mgr.25315) 37 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-03-21T13:01:11.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:10 smithi178 bash[14494]: audit 2024-03-21T13:01:10.055092+0000 mon.a (mon.0) 1377 : audit [INF] from='mgr.25315 ' entity='mgr.y' 2024-03-21T13:01:11.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:10 smithi178 bash[14494]: cephadm 2024-03-21T13:01:10.058074+0000 mgr.y (mgr.25315) 38 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.178:5000 to Dashboard 2024-03-21T13:01:11.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:10 smithi178 bash[14494]: audit 2024-03-21T13:01:10.058653+0000 mon.c (mon.1) 141 : audit [INF] from='mgr.25315 172.21.15.178:0/1307560356' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-03-21T13:01:11.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:10 smithi178 bash[14494]: audit 2024-03-21T13:01:10.059806+0000 mgr.y (mgr.25315) 39 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-03-21T13:01:11.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:10 smithi178 bash[14494]: audit 2024-03-21T13:01:10.063563+0000 mon.c (mon.1) 142 : audit [INF] from='mgr.25315 172.21.15.178:0/1307560356' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi178"}]: dispatch 2024-03-21T13:01:11.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:10 smithi178 bash[14494]: audit 2024-03-21T13:01:10.064970+0000 mgr.y (mgr.25315) 40 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi178"}]: dispatch 2024-03-21T13:01:11.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:10 smithi178 bash[14494]: audit 2024-03-21T13:01:10.072927+0000 mon.a (mon.0) 1378 : audit [INF] from='mgr.25315 ' entity='mgr.y' 2024-03-21T13:01:11.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:10 smithi178 bash[14494]: audit 2024-03-21T13:01:10.083574+0000 mon.c (mon.1) 143 : audit [DBG] from='mgr.25315 172.21.15.178:0/1307560356' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-21T13:01:11.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:10 smithi178 bash[14494]: audit 2024-03-21T13:01:10.084229+0000 mgr.y (mgr.25315) 41 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-21T13:01:11.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:10 smithi178 bash[14494]: audit 2024-03-21T13:01:10.092969+0000 mon.c (mon.1) 144 : audit [DBG] from='mgr.25315 172.21.15.178:0/1307560356' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:01:11.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:10 smithi178 bash[14494]: cephadm 2024-03-21T13:01:10.094890+0000 mgr.y (mgr.25315) 42 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2024-03-21T13:01:11.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:10 smithi178 bash[14494]: cephadm 2024-03-21T13:01:10.095740+0000 mgr.y (mgr.25315) 43 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2024-03-21T13:01:11.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:10 smithi178 bash[20270]: cluster 2024-03-21T13:01:09.862231+0000 mgr.y (mgr.25315) 36 : cluster [DBG] pgmap v15: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 818 B/s rd, 0 op/s 2024-03-21T13:01:11.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:10 smithi178 bash[20270]: audit 2024-03-21T13:01:09.997458+0000 mon.a (mon.0) 1375 : audit [INF] from='mgr.25315 ' entity='mgr.y' 2024-03-21T13:01:11.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:10 smithi178 bash[20270]: audit 2024-03-21T13:01:10.008629+0000 mon.a (mon.0) 1376 : audit [INF] from='mgr.25315 ' entity='mgr.y' 2024-03-21T13:01:11.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:10 smithi178 bash[20270]: audit 2024-03-21T13:01:10.035817+0000 mon.c (mon.1) 140 : audit [DBG] from='mgr.25315 172.21.15.178:0/1307560356' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-03-21T13:01:11.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:10 smithi178 bash[20270]: audit 2024-03-21T13:01:10.037385+0000 mgr.y (mgr.25315) 37 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-03-21T13:01:11.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:10 smithi178 bash[20270]: audit 2024-03-21T13:01:10.055092+0000 mon.a (mon.0) 1377 : audit [INF] from='mgr.25315 ' entity='mgr.y' 2024-03-21T13:01:11.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:10 smithi178 bash[20270]: cephadm 2024-03-21T13:01:10.058074+0000 mgr.y (mgr.25315) 38 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.178:5000 to Dashboard 2024-03-21T13:01:11.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:10 smithi178 bash[20270]: audit 2024-03-21T13:01:10.058653+0000 mon.c (mon.1) 141 : audit [INF] from='mgr.25315 172.21.15.178:0/1307560356' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-03-21T13:01:11.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:11 smithi178 bash[20270]: audit 2024-03-21T13:01:10.059806+0000 mgr.y (mgr.25315) 39 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-03-21T13:01:11.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:11 smithi178 bash[20270]: audit 2024-03-21T13:01:10.063563+0000 mon.c (mon.1) 142 : audit [INF] from='mgr.25315 172.21.15.178:0/1307560356' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi178"}]: dispatch 2024-03-21T13:01:11.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:11 smithi178 bash[20270]: audit 2024-03-21T13:01:10.064970+0000 mgr.y (mgr.25315) 40 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi178"}]: dispatch 2024-03-21T13:01:11.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:11 smithi178 bash[20270]: audit 2024-03-21T13:01:10.072927+0000 mon.a (mon.0) 1378 : audit [INF] from='mgr.25315 ' entity='mgr.y' 2024-03-21T13:01:11.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:11 smithi178 bash[20270]: audit 2024-03-21T13:01:10.083574+0000 mon.c (mon.1) 143 : audit [DBG] from='mgr.25315 172.21.15.178:0/1307560356' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-21T13:01:11.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:11 smithi178 bash[20270]: audit 2024-03-21T13:01:10.084229+0000 mgr.y (mgr.25315) 41 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-21T13:01:11.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:11 smithi178 bash[20270]: audit 2024-03-21T13:01:10.092969+0000 mon.c (mon.1) 144 : audit [DBG] from='mgr.25315 172.21.15.178:0/1307560356' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:01:11.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:11 smithi178 bash[20270]: cephadm 2024-03-21T13:01:10.094890+0000 mgr.y (mgr.25315) 42 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2024-03-21T13:01:11.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:11 smithi178 bash[20270]: cephadm 2024-03-21T13:01:10.095740+0000 mgr.y (mgr.25315) 43 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2024-03-21T13:01:11.322 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:10 smithi184 bash[14608]: cluster 2024-03-21T13:01:09.862231+0000 mgr.y (mgr.25315) 36 : cluster [DBG] pgmap v15: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 818 B/s rd, 0 op/s 2024-03-21T13:01:11.322 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:10 smithi184 bash[14608]: audit 2024-03-21T13:01:09.997458+0000 mon.a (mon.0) 1375 : audit [INF] from='mgr.25315 ' entity='mgr.y' 2024-03-21T13:01:11.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:11 smithi184 bash[14608]: audit 2024-03-21T13:01:10.008629+0000 mon.a (mon.0) 1376 : audit [INF] from='mgr.25315 ' entity='mgr.y' 2024-03-21T13:01:11.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:11 smithi184 bash[14608]: audit 2024-03-21T13:01:10.035817+0000 mon.c (mon.1) 140 : audit [DBG] from='mgr.25315 172.21.15.178:0/1307560356' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-03-21T13:01:11.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:11 smithi184 bash[14608]: audit 2024-03-21T13:01:10.037385+0000 mgr.y (mgr.25315) 37 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-03-21T13:01:11.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:11 smithi184 bash[14608]: audit 2024-03-21T13:01:10.055092+0000 mon.a (mon.0) 1377 : audit [INF] from='mgr.25315 ' entity='mgr.y' 2024-03-21T13:01:11.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:11 smithi184 bash[14608]: cephadm 2024-03-21T13:01:10.058074+0000 mgr.y (mgr.25315) 38 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.178:5000 to Dashboard 2024-03-21T13:01:11.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:11 smithi184 bash[14608]: audit 2024-03-21T13:01:10.058653+0000 mon.c (mon.1) 141 : audit [INF] from='mgr.25315 172.21.15.178:0/1307560356' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-03-21T13:01:11.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:11 smithi184 bash[14608]: audit 2024-03-21T13:01:10.059806+0000 mgr.y (mgr.25315) 39 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-03-21T13:01:11.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:11 smithi184 bash[14608]: audit 2024-03-21T13:01:10.063563+0000 mon.c (mon.1) 142 : audit [INF] from='mgr.25315 172.21.15.178:0/1307560356' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi178"}]: dispatch 2024-03-21T13:01:11.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:11 smithi184 bash[14608]: audit 2024-03-21T13:01:10.064970+0000 mgr.y (mgr.25315) 40 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi178"}]: dispatch 2024-03-21T13:01:11.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:11 smithi184 bash[14608]: audit 2024-03-21T13:01:10.072927+0000 mon.a (mon.0) 1378 : audit [INF] from='mgr.25315 ' entity='mgr.y' 2024-03-21T13:01:11.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:11 smithi184 bash[14608]: audit 2024-03-21T13:01:10.083574+0000 mon.c (mon.1) 143 : audit [DBG] from='mgr.25315 172.21.15.178:0/1307560356' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-21T13:01:11.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:11 smithi184 bash[14608]: audit 2024-03-21T13:01:10.084229+0000 mgr.y (mgr.25315) 41 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-21T13:01:11.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:11 smithi184 bash[14608]: audit 2024-03-21T13:01:10.092969+0000 mon.c (mon.1) 144 : audit [DBG] from='mgr.25315 172.21.15.178:0/1307560356' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:01:11.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:11 smithi184 bash[14608]: cephadm 2024-03-21T13:01:10.094890+0000 mgr.y (mgr.25315) 42 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2024-03-21T13:01:11.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:11 smithi184 bash[14608]: cephadm 2024-03-21T13:01:10.095740+0000 mgr.y (mgr.25315) 43 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2024-03-21T13:01:11.822 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:01:11 smithi184 bash[51481]: ts=2024-03-21T13:01:11.685Z caller=main.go:475 level=info msg="No time or size retention was set so using the default time retention" duration=15d 2024-03-21T13:01:11.823 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:01:11 smithi184 bash[51481]: ts=2024-03-21T13:01:11.685Z caller=main.go:512 level=info msg="Starting Prometheus" version="(version=2.33.4, branch=HEAD, revision=83032011a5d3e6102624fe58241a374a7201fee8)" 2024-03-21T13:01:11.823 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:01:11 smithi184 bash[51481]: ts=2024-03-21T13:01:11.685Z caller=main.go:517 level=info build_context="(go=go1.17.7, user=root@d13bf69e7be8, date=20220222-16:51:28)" 2024-03-21T13:01:11.823 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:01:11 smithi184 bash[51481]: ts=2024-03-21T13:01:11.685Z caller=main.go:518 level=info host_details="(Linux 5.4.0-174-generic #193-Ubuntu SMP Thu Mar 7 14:29:28 UTC 2024 x86_64 smithi184 (none))" 2024-03-21T13:01:11.823 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:01:11 smithi184 bash[51481]: ts=2024-03-21T13:01:11.685Z caller=main.go:519 level=info fd_limits="(soft=1048576, hard=1048576)" 2024-03-21T13:01:11.823 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:01:11 smithi184 bash[51481]: ts=2024-03-21T13:01:11.685Z caller=main.go:520 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2024-03-21T13:01:11.823 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:01:11 smithi184 bash[51481]: ts=2024-03-21T13:01:11.688Z caller=web.go:570 level=info component=web msg="Start listening for connections" address=:9095 2024-03-21T13:01:11.823 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:01:11 smithi184 bash[51481]: ts=2024-03-21T13:01:11.688Z caller=main.go:923 level=info msg="Starting TSDB ..." 2024-03-21T13:01:11.823 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:01:11 smithi184 bash[51481]: ts=2024-03-21T13:01:11.690Z caller=tls_config.go:195 level=info component=web msg="TLS is disabled." http2=false 2024-03-21T13:01:11.823 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:01:11 smithi184 bash[51481]: ts=2024-03-21T13:01:11.693Z caller=head.go:493 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2024-03-21T13:01:11.824 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:01:11 smithi184 bash[51481]: ts=2024-03-21T13:01:11.693Z caller=head.go:527 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=1.799µs 2024-03-21T13:01:11.824 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:01:11 smithi184 bash[51481]: ts=2024-03-21T13:01:11.693Z caller=head.go:533 level=info component=tsdb msg="Replaying WAL, this may take a while" 2024-03-21T13:01:12.148 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:01:11 smithi184 bash[51481]: ts=2024-03-21T13:01:11.877Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=4 2024-03-21T13:01:12.148 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:01:12 smithi184 bash[51481]: ts=2024-03-21T13:01:12.047Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=1 maxSegment=4 2024-03-21T13:01:12.148 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:01:11 smithi184 systemd[1]: ceph-a94f249e-e780-11ee-95cd-87774f69a715@grafana.a.service: Scheduled restart job, restart counter is at 3. 2024-03-21T13:01:12.149 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:01:11 smithi184 systemd[1]: Stopped Ceph grafana.a for a94f249e-e780-11ee-95cd-87774f69a715. 2024-03-21T13:01:12.149 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:01:11 smithi184 systemd[1]: Started Ceph grafana.a for a94f249e-e780-11ee-95cd-87774f69a715. 2024-03-21T13:01:12.444 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:01:12 smithi184 bash[51481]: ts=2024-03-21T13:01:12.147Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=2 maxSegment=4 2024-03-21T13:01:12.445 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:01:12 smithi184 bash[51481]: ts=2024-03-21T13:01:12.374Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=3 maxSegment=4 2024-03-21T13:01:12.445 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:01:12 smithi184 bash[51481]: ts=2024-03-21T13:01:12.375Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=4 maxSegment=4 2024-03-21T13:01:12.445 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:01:12 smithi184 bash[51481]: ts=2024-03-21T13:01:12.375Z caller=head.go:610 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=47.237µs wal_replay_duration=681.666367ms total_replay_duration=681.728401ms 2024-03-21T13:01:12.445 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:01:12 smithi184 bash[51481]: ts=2024-03-21T13:01:12.383Z caller=main.go:944 level=info fs_type=XFS_SUPER_MAGIC 2024-03-21T13:01:12.445 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:01:12 smithi184 bash[51481]: ts=2024-03-21T13:01:12.383Z caller=main.go:947 level=info msg="TSDB started" 2024-03-21T13:01:12.445 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:01:12 smithi184 bash[51481]: ts=2024-03-21T13:01:12.383Z caller=main.go:1128 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2024-03-21T13:01:12.822 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:01:12 smithi184 bash[51481]: ts=2024-03-21T13:01:12.479Z caller=main.go:1165 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=96.594821ms db_storage=1.06µs remote_storage=1.953µs web_handler=673ns query_engine=1.051µs scrape=54.998044ms scrape_sd=315.463µs notify=55.962µs notify_sd=47.705µs rules=40.657786ms 2024-03-21T13:01:12.823 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:01:12 smithi184 bash[51481]: ts=2024-03-21T13:01:12.479Z caller=main.go:896 level=info msg="Server is ready to receive web requests." 2024-03-21T13:01:13.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:13 smithi184 bash[14608]: cluster 2024-03-21T13:01:11.863941+0000 mgr.y (mgr.25315) 44 : cluster [DBG] pgmap v16: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-21T13:01:13.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:12 smithi178 bash[14494]: cluster 2024-03-21T13:01:11.863941+0000 mgr.y (mgr.25315) 44 : cluster [DBG] pgmap v16: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-21T13:01:13.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:13 smithi178 bash[20270]: cluster 2024-03-21T13:01:11.863941+0000 mgr.y (mgr.25315) 44 : cluster [DBG] pgmap v16: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-21T13:01:13.822 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:01:13 smithi184 bash[51481]: ts=2024-03-21T13:01:13.509Z caller=manager.go:609 level=warn component="rule manager" group=nodes msg="Evaluating rule failed" rule="alert: CephNodeDiskspaceWarning\nexpr: predict_linear(node_filesystem_free_bytes{device=~\"/.*\"}[2d], 3600 * 24 * 5)\n * on(instance) group_left(nodename) node_uname_info < 0\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.8.4\n severity: warning\n type: ceph_default\nannotations:\n description: Mountpoint {{ $labels.mountpoint }} on {{ $labels.nodename }} will\n be full in less than 5 days based on the 48 hour trailing fill rate.\n summary: Host filesystem free space is getting low\n" err="found duplicate series for the match group {instance=\"smithi178\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi178\", job=\"node\", machine=\"x86_64\", nodename=\"smithi178\", release=\"5.4.0-174-generic\", sysname=\"Linux\", version=\"#193-Ubuntu SMP Thu Mar 7 14:29:28 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"a94f249e-e780-11ee-95cd-87774f69a715\", domainname=\"(none)\", instance=\"smithi178\", job=\"node\", machine=\"x86_64\", nodename=\"smithi178\", release=\"5.4.0-174-generic\", sysname=\"Linux\", version=\"#193-Ubuntu SMP Thu Mar 7 14:29:28 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-21T13:01:14.142 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:01:13 smithi184 bash[51824]: Failed to start grafana. error: failed to create log directory "/usr/share/grafana/data/log": mkdir /usr/share/grafana/data: permission denied 2024-03-21T13:01:14.142 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:01:13 smithi184 bash[51824]: failed to create log directory "/usr/share/grafana/data/log": mkdir /usr/share/grafana/data: permission denied 2024-03-21T13:01:14.142 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:14 smithi184 bash[14608]: audit 2024-03-21T13:01:13.019437+0000 mgr.y (mgr.25315) 45 : audit [DBG] from='client.15453 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:01:14.143 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:14 smithi184 bash[14608]: audit 2024-03-21T13:01:13.220872+0000 mon.a (mon.0) 1379 : audit [INF] from='mgr.25315 ' entity='mgr.y' 2024-03-21T13:01:14.143 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:14 smithi184 bash[14608]: audit 2024-03-21T13:01:13.232031+0000 mon.a (mon.0) 1380 : audit [INF] from='mgr.25315 ' entity='mgr.y' 2024-03-21T13:01:14.143 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:14 smithi184 bash[14608]: audit 2024-03-21T13:01:13.243215+0000 mon.a (mon.0) 1381 : audit [INF] from='mgr.25315 ' entity='mgr.y' 2024-03-21T13:01:14.143 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:14 smithi184 bash[14608]: audit 2024-03-21T13:01:13.820550+0000 mon.c (mon.1) 145 : audit [INF] from='mgr.25315 172.21.15.178:0/1307560356' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-21T13:01:14.143 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:14 smithi184 bash[14608]: audit 2024-03-21T13:01:13.821429+0000 mon.a (mon.0) 1382 : audit [INF] from='mgr.25315 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-21T13:01:14.143 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:14 smithi184 bash[14608]: audit 2024-03-21T13:01:13.823990+0000 mon.c (mon.1) 146 : audit [DBG] from='mgr.25315 172.21.15.178:0/1307560356' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-21T13:01:14.143 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:14 smithi184 bash[14608]: audit 2024-03-21T13:01:13.826014+0000 mon.c (mon.1) 147 : audit [DBG] from='mgr.25315 172.21.15.178:0/1307560356' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:01:14.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:14 smithi178 bash[14494]: audit 2024-03-21T13:01:13.019437+0000 mgr.y (mgr.25315) 45 : audit [DBG] from='client.15453 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:01:14.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:14 smithi178 bash[14494]: audit 2024-03-21T13:01:13.220872+0000 mon.a (mon.0) 1379 : audit [INF] from='mgr.25315 ' entity='mgr.y' 2024-03-21T13:01:14.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:14 smithi178 bash[14494]: audit 2024-03-21T13:01:13.232031+0000 mon.a (mon.0) 1380 : audit [INF] from='mgr.25315 ' entity='mgr.y' 2024-03-21T13:01:14.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:14 smithi178 bash[14494]: audit 2024-03-21T13:01:13.243215+0000 mon.a (mon.0) 1381 : audit [INF] from='mgr.25315 ' entity='mgr.y' 2024-03-21T13:01:14.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:14 smithi178 bash[14494]: audit 2024-03-21T13:01:13.820550+0000 mon.c (mon.1) 145 : audit [INF] from='mgr.25315 172.21.15.178:0/1307560356' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-21T13:01:14.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:14 smithi178 bash[14494]: audit 2024-03-21T13:01:13.821429+0000 mon.a (mon.0) 1382 : audit [INF] from='mgr.25315 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-21T13:01:14.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:14 smithi178 bash[14494]: audit 2024-03-21T13:01:13.823990+0000 mon.c (mon.1) 146 : audit [DBG] from='mgr.25315 172.21.15.178:0/1307560356' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-21T13:01:14.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:14 smithi178 bash[14494]: audit 2024-03-21T13:01:13.826014+0000 mon.c (mon.1) 147 : audit [DBG] from='mgr.25315 172.21.15.178:0/1307560356' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:01:14.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:14 smithi178 bash[20270]: audit 2024-03-21T13:01:13.019437+0000 mgr.y (mgr.25315) 45 : audit [DBG] from='client.15453 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:01:14.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:14 smithi178 bash[20270]: audit 2024-03-21T13:01:13.220872+0000 mon.a (mon.0) 1379 : audit [INF] from='mgr.25315 ' entity='mgr.y' 2024-03-21T13:01:14.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:14 smithi178 bash[20270]: audit 2024-03-21T13:01:13.232031+0000 mon.a (mon.0) 1380 : audit [INF] from='mgr.25315 ' entity='mgr.y' 2024-03-21T13:01:14.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:14 smithi178 bash[20270]: audit 2024-03-21T13:01:13.243215+0000 mon.a (mon.0) 1381 : audit [INF] from='mgr.25315 ' entity='mgr.y' 2024-03-21T13:01:14.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:14 smithi178 bash[20270]: audit 2024-03-21T13:01:13.820550+0000 mon.c (mon.1) 145 : audit [INF] from='mgr.25315 172.21.15.178:0/1307560356' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-21T13:01:14.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:14 smithi178 bash[20270]: audit 2024-03-21T13:01:13.821429+0000 mon.a (mon.0) 1382 : audit [INF] from='mgr.25315 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-21T13:01:14.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:14 smithi178 bash[20270]: audit 2024-03-21T13:01:13.823990+0000 mon.c (mon.1) 146 : audit [DBG] from='mgr.25315 172.21.15.178:0/1307560356' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-21T13:01:14.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:14 smithi178 bash[20270]: audit 2024-03-21T13:01:13.826014+0000 mon.c (mon.1) 147 : audit [DBG] from='mgr.25315 172.21.15.178:0/1307560356' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:01:15.185 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:15 smithi184 bash[14608]: cluster 2024-03-21T13:01:13.236520+0000 mgr.y (mgr.25315) 46 : cluster [DBG] pgmap v17: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 809 B/s rd, 0 op/s 2024-03-21T13:01:15.185 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:15 smithi184 bash[14608]: cephadm 2024-03-21T13:01:13.819670+0000 mgr.y (mgr.25315) 47 : cephadm [INF] Upgrade: Updating mgr.x 2024-03-21T13:01:15.185 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:15 smithi184 bash[14608]: cephadm 2024-03-21T13:01:13.828171+0000 mgr.y (mgr.25315) 48 : cephadm [INF] Deploying daemon mgr.x on smithi184 2024-03-21T13:01:15.185 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:15 smithi184 bash[14608]: cluster 2024-03-21T13:01:14.229553+0000 mon.a (mon.0) 1383 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 2 failed cephadm daemon(s)) 2024-03-21T13:01:15.186 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:15 smithi184 bash[14608]: cluster 2024-03-21T13:01:14.229642+0000 mon.a (mon.0) 1384 : cluster [INF] Cluster is now healthy 2024-03-21T13:01:15.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:15 smithi178 bash[14494]: cluster 2024-03-21T13:01:13.236520+0000 mgr.y (mgr.25315) 46 : cluster [DBG] pgmap v17: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 809 B/s rd, 0 op/s 2024-03-21T13:01:15.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:15 smithi178 bash[14494]: cephadm 2024-03-21T13:01:13.819670+0000 mgr.y (mgr.25315) 47 : cephadm [INF] Upgrade: Updating mgr.x 2024-03-21T13:01:15.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:15 smithi178 bash[14494]: cephadm 2024-03-21T13:01:13.828171+0000 mgr.y (mgr.25315) 48 : cephadm [INF] Deploying daemon mgr.x on smithi184 2024-03-21T13:01:15.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:15 smithi178 bash[14494]: cluster 2024-03-21T13:01:14.229553+0000 mon.a (mon.0) 1383 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 2 failed cephadm daemon(s)) 2024-03-21T13:01:15.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:15 smithi178 bash[14494]: cluster 2024-03-21T13:01:14.229642+0000 mon.a (mon.0) 1384 : cluster [INF] Cluster is now healthy 2024-03-21T13:01:15.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:15 smithi178 bash[20270]: cluster 2024-03-21T13:01:13.236520+0000 mgr.y (mgr.25315) 46 : cluster [DBG] pgmap v17: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 809 B/s rd, 0 op/s 2024-03-21T13:01:15.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:15 smithi178 bash[20270]: cephadm 2024-03-21T13:01:13.819670+0000 mgr.y (mgr.25315) 47 : cephadm [INF] Upgrade: Updating mgr.x 2024-03-21T13:01:15.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:15 smithi178 bash[20270]: cephadm 2024-03-21T13:01:13.828171+0000 mgr.y (mgr.25315) 48 : cephadm [INF] Deploying daemon mgr.x on smithi184 2024-03-21T13:01:15.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:15 smithi178 bash[20270]: cluster 2024-03-21T13:01:14.229553+0000 mon.a (mon.0) 1383 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 2 failed cephadm daemon(s)) 2024-03-21T13:01:15.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:15 smithi178 bash[20270]: cluster 2024-03-21T13:01:14.229642+0000 mon.a (mon.0) 1384 : cluster [INF] Cluster is now healthy 2024-03-21T13:01:15.322 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:01:15 smithi184 systemd[1]: ceph-a94f249e-e780-11ee-95cd-87774f69a715@grafana.a.service: Main process exited, code=exited, status=1/FAILURE 2024-03-21T13:01:15.322 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:01:15 smithi184 systemd[1]: ceph-a94f249e-e780-11ee-95cd-87774f69a715@grafana.a.service: Failed with result 'exit-code'. 2024-03-21T13:01:17.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:17 smithi184 bash[14608]: cluster 2024-03-21T13:01:15.237319+0000 mgr.y (mgr.25315) 49 : cluster [DBG] pgmap v18: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 809 B/s rd, 0 op/s 2024-03-21T13:01:17.073 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:01:17 smithi184 systemd[1]: Stopping Ceph mgr.x for a94f249e-e780-11ee-95cd-87774f69a715... 2024-03-21T13:01:17.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:17 smithi178 bash[14494]: cluster 2024-03-21T13:01:15.237319+0000 mgr.y (mgr.25315) 49 : cluster [DBG] pgmap v18: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 809 B/s rd, 0 op/s 2024-03-21T13:01:17.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:17 smithi178 bash[20270]: cluster 2024-03-21T13:01:15.237319+0000 mgr.y (mgr.25315) 49 : cluster [DBG] pgmap v18: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 809 B/s rd, 0 op/s 2024-03-21T13:01:18.654 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:01:18 smithi184 bash[52283]: ceph-a94f249e-e780-11ee-95cd-87774f69a715-mgr-x 2024-03-21T13:01:18.654 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:01:18 smithi184 systemd[1]: ceph-a94f249e-e780-11ee-95cd-87774f69a715@mgr.x.service: Main process exited, code=exited, status=143/n/a 2024-03-21T13:01:18.655 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:01:18 smithi184 bash[52352]: Error response from daemon: No such container: ceph-a94f249e-e780-11ee-95cd-87774f69a715-mgr-x 2024-03-21T13:01:18.655 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:01:18 smithi184 systemd[1]: ceph-a94f249e-e780-11ee-95cd-87774f69a715@mgr.x.service: Failed with result 'exit-code'. 2024-03-21T13:01:18.655 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:01:18 smithi184 systemd[1]: Stopped Ceph mgr.x for a94f249e-e780-11ee-95cd-87774f69a715. 2024-03-21T13:01:18.906 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:01:18 smithi184 systemd[1]: Started Ceph mgr.x for a94f249e-e780-11ee-95cd-87774f69a715. 2024-03-21T13:01:19.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:19 smithi178 bash[14494]: cluster 2024-03-21T13:01:17.239125+0000 mgr.y (mgr.25315) 50 : 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 2024-03-21T13:01:19.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:19 smithi178 bash[14494]: audit 2024-03-21T13:01:18.809747+0000 mon.a (mon.0) 1385 : audit [INF] from='mgr.25315 ' entity='mgr.y' 2024-03-21T13:01:19.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:19 smithi178 bash[14494]: audit 2024-03-21T13:01:18.821883+0000 mon.a (mon.0) 1386 : audit [INF] from='mgr.25315 ' entity='mgr.y' 2024-03-21T13:01:19.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:19 smithi178 bash[14494]: audit 2024-03-21T13:01:18.857869+0000 mon.c (mon.1) 148 : audit [DBG] from='mgr.25315 172.21.15.178:0/1307560356' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:01:19.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:19 smithi178 bash[14494]: audit 2024-03-21T13:01:18.860007+0000 mon.c (mon.1) 149 : audit [INF] from='mgr.25315 172.21.15.178:0/1307560356' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:01:19.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:19 smithi178 bash[14494]: audit 2024-03-21T13:01:18.869555+0000 mon.a (mon.0) 1387 : audit [INF] from='mgr.25315 ' entity='mgr.y' 2024-03-21T13:01:19.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:19 smithi178 bash[14494]: audit 2024-03-21T13:01:18.953912+0000 mon.c (mon.1) 150 : audit [DBG] from='mgr.25315 172.21.15.178:0/1307560356' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:01:19.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:19 smithi178 bash[14494]: audit 2024-03-21T13:01:18.960894+0000 mon.c (mon.1) 151 : audit [INF] from='mgr.25315 172.21.15.178:0/1307560356' entity='mgr.y' cmd=[{"prefix": "mgr fail", "who": "y"}]: dispatch 2024-03-21T13:01:19.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:19 smithi178 bash[14494]: audit 2024-03-21T13:01:18.961638+0000 mon.a (mon.0) 1388 : audit [INF] from='mgr.25315 ' entity='mgr.y' cmd=[{"prefix": "mgr fail", "who": "y"}]: dispatch 2024-03-21T13:01:19.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:19 smithi178 bash[14494]: cluster 2024-03-21T13:01:18.968159+0000 mon.a (mon.0) 1389 : cluster [DBG] osdmap e107: 8 total, 8 up, 8 in 2024-03-21T13:01:19.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:19 smithi178 bash[20270]: cluster 2024-03-21T13:01:17.239125+0000 mgr.y (mgr.25315) 50 : 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 2024-03-21T13:01:19.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:19 smithi178 bash[20270]: audit 2024-03-21T13:01:18.809747+0000 mon.a (mon.0) 1385 : audit [INF] from='mgr.25315 ' entity='mgr.y' 2024-03-21T13:01:19.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:19 smithi178 bash[20270]: audit 2024-03-21T13:01:18.821883+0000 mon.a (mon.0) 1386 : audit [INF] from='mgr.25315 ' entity='mgr.y' 2024-03-21T13:01:19.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:19 smithi178 bash[20270]: audit 2024-03-21T13:01:18.857869+0000 mon.c (mon.1) 148 : audit [DBG] from='mgr.25315 172.21.15.178:0/1307560356' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:01:19.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:19 smithi178 bash[20270]: audit 2024-03-21T13:01:18.860007+0000 mon.c (mon.1) 149 : audit [INF] from='mgr.25315 172.21.15.178:0/1307560356' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:01:19.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:19 smithi178 bash[20270]: audit 2024-03-21T13:01:18.869555+0000 mon.a (mon.0) 1387 : audit [INF] from='mgr.25315 ' entity='mgr.y' 2024-03-21T13:01:19.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:19 smithi178 bash[20270]: audit 2024-03-21T13:01:18.953912+0000 mon.c (mon.1) 150 : audit [DBG] from='mgr.25315 172.21.15.178:0/1307560356' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:01:19.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:19 smithi178 bash[20270]: audit 2024-03-21T13:01:18.960894+0000 mon.c (mon.1) 151 : audit [INF] from='mgr.25315 172.21.15.178:0/1307560356' entity='mgr.y' cmd=[{"prefix": "mgr fail", "who": "y"}]: dispatch 2024-03-21T13:01:19.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:19 smithi178 bash[20270]: audit 2024-03-21T13:01:18.961638+0000 mon.a (mon.0) 1388 : audit [INF] from='mgr.25315 ' entity='mgr.y' cmd=[{"prefix": "mgr fail", "who": "y"}]: dispatch 2024-03-21T13:01:19.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:19 smithi178 bash[20270]: cluster 2024-03-21T13:01:18.968159+0000 mon.a (mon.0) 1389 : cluster [DBG] osdmap e107: 8 total, 8 up, 8 in 2024-03-21T13:01:19.322 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:19 smithi184 bash[14608]: cluster 2024-03-21T13:01:17.239125+0000 mgr.y (mgr.25315) 50 : 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 2024-03-21T13:01:19.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:19 smithi184 bash[14608]: audit 2024-03-21T13:01:18.809747+0000 mon.a (mon.0) 1385 : audit [INF] from='mgr.25315 ' entity='mgr.y' 2024-03-21T13:01:19.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:19 smithi184 bash[14608]: audit 2024-03-21T13:01:18.821883+0000 mon.a (mon.0) 1386 : audit [INF] from='mgr.25315 ' entity='mgr.y' 2024-03-21T13:01:19.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:19 smithi184 bash[14608]: audit 2024-03-21T13:01:18.857869+0000 mon.c (mon.1) 148 : audit [DBG] from='mgr.25315 172.21.15.178:0/1307560356' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:01:19.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:19 smithi184 bash[14608]: audit 2024-03-21T13:01:18.860007+0000 mon.c (mon.1) 149 : audit [INF] from='mgr.25315 172.21.15.178:0/1307560356' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:01:19.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:19 smithi184 bash[14608]: audit 2024-03-21T13:01:18.869555+0000 mon.a (mon.0) 1387 : audit [INF] from='mgr.25315 ' entity='mgr.y' 2024-03-21T13:01:19.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:19 smithi184 bash[14608]: audit 2024-03-21T13:01:18.953912+0000 mon.c (mon.1) 150 : audit [DBG] from='mgr.25315 172.21.15.178:0/1307560356' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:01:19.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:19 smithi184 bash[14608]: audit 2024-03-21T13:01:18.960894+0000 mon.c (mon.1) 151 : audit [INF] from='mgr.25315 172.21.15.178:0/1307560356' entity='mgr.y' cmd=[{"prefix": "mgr fail", "who": "y"}]: dispatch 2024-03-21T13:01:19.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:19 smithi184 bash[14608]: audit 2024-03-21T13:01:18.961638+0000 mon.a (mon.0) 1388 : audit [INF] from='mgr.25315 ' entity='mgr.y' cmd=[{"prefix": "mgr fail", "who": "y"}]: dispatch 2024-03-21T13:01:19.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:19 smithi184 bash[14608]: cluster 2024-03-21T13:01:18.968159+0000 mon.a (mon.0) 1389 : cluster [DBG] osdmap e107: 8 total, 8 up, 8 in 2024-03-21T13:01:20.272 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:20 smithi184 bash[14608]: cephadm 2024-03-21T13:01:18.872680+0000 mgr.y (mgr.25315) 51 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:01:20.272 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:20 smithi184 bash[14608]: cephadm 2024-03-21T13:01:18.956217+0000 mgr.y (mgr.25315) 52 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2024-03-21T13:01:20.272 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:20 smithi184 bash[14608]: cephadm 2024-03-21T13:01:18.956753+0000 mgr.y (mgr.25315) 53 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2024-03-21T13:01:20.272 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:20 smithi184 bash[14608]: cephadm 2024-03-21T13:01:18.960258+0000 mgr.y (mgr.25315) 54 : cephadm [INF] Failing over to other MGR 2024-03-21T13:01:20.272 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:20 smithi184 bash[14608]: audit 2024-03-21T13:01:19.880750+0000 mon.a (mon.0) 1390 : audit [INF] from='mgr.25315 ' entity='mgr.y' cmd='[{"prefix": "mgr fail", "who": "y"}]': finished 2024-03-21T13:01:20.272 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:20 smithi184 bash[14608]: cluster 2024-03-21T13:01:19.882063+0000 mon.a (mon.0) 1391 : cluster [DBG] mgrmap e32: x(active, starting, since 0.918953s) 2024-03-21T13:01:20.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:20 smithi178 bash[20270]: cephadm 2024-03-21T13:01:18.872680+0000 mgr.y (mgr.25315) 51 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:01:20.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:20 smithi178 bash[20270]: cephadm 2024-03-21T13:01:18.956217+0000 mgr.y (mgr.25315) 52 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2024-03-21T13:01:20.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:20 smithi178 bash[20270]: cephadm 2024-03-21T13:01:18.956753+0000 mgr.y (mgr.25315) 53 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2024-03-21T13:01:20.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:20 smithi178 bash[20270]: cephadm 2024-03-21T13:01:18.960258+0000 mgr.y (mgr.25315) 54 : cephadm [INF] Failing over to other MGR 2024-03-21T13:01:20.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:20 smithi178 bash[20270]: audit 2024-03-21T13:01:19.880750+0000 mon.a (mon.0) 1390 : audit [INF] from='mgr.25315 ' entity='mgr.y' cmd='[{"prefix": "mgr fail", "who": "y"}]': finished 2024-03-21T13:01:20.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:20 smithi178 bash[20270]: cluster 2024-03-21T13:01:19.882063+0000 mon.a (mon.0) 1391 : cluster [DBG] mgrmap e32: x(active, starting, since 0.918953s) 2024-03-21T13:01:20.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:20 smithi178 bash[14494]: cephadm 2024-03-21T13:01:18.872680+0000 mgr.y (mgr.25315) 51 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:01:20.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:20 smithi178 bash[14494]: cephadm 2024-03-21T13:01:18.956217+0000 mgr.y (mgr.25315) 52 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2024-03-21T13:01:20.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:20 smithi178 bash[14494]: cephadm 2024-03-21T13:01:18.956753+0000 mgr.y (mgr.25315) 53 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2024-03-21T13:01:20.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:20 smithi178 bash[14494]: cephadm 2024-03-21T13:01:18.960258+0000 mgr.y (mgr.25315) 54 : cephadm [INF] Failing over to other MGR 2024-03-21T13:01:20.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:20 smithi178 bash[14494]: audit 2024-03-21T13:01:19.880750+0000 mon.a (mon.0) 1390 : audit [INF] from='mgr.25315 ' entity='mgr.y' cmd='[{"prefix": "mgr fail", "who": "y"}]': finished 2024-03-21T13:01:20.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:20 smithi178 bash[14494]: cluster 2024-03-21T13:01:19.882063+0000 mon.a (mon.0) 1391 : cluster [DBG] mgrmap e32: x(active, starting, since 0.918953s) 2024-03-21T13:01:20.299 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:01:19 smithi178 bash[63098]: ignoring --setuser ceph since I am not root 2024-03-21T13:01:20.299 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:01:19 smithi178 bash[63098]: ignoring --setgroup ceph since I am not root 2024-03-21T13:01:20.299 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:01:19 smithi178 bash[63098]: debug 2024-03-21T13:01:19.946+0000 7fc07dd9c700 1 -- 172.21.15.178:0/488638730 <== mon.1 v2:172.21.15.178:3301/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55cadbd565a0 con 0x55cadcad4c00 2024-03-21T13:01:20.299 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:01:20 smithi178 bash[63098]: debug 2024-03-21T13:01:20.110+0000 7fc087b8d200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-21T13:01:20.572 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:01:20 smithi184 bash[52419]: debug 2024-03-21T13:01:20.408+0000 7f9455753700 1 -- 172.21.15.184:0/1977658613 <== mon.2 v2:172.21.15.184:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55fe70aba5a0 con 0x55fe7183a800 2024-03-21T13:01:21.072 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:01:20 smithi184 bash[52419]: debug 2024-03-21T13:01:20.568+0000 7f945f962200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-21T13:01:21.298 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:01:21 smithi178 bash[63098]: debug 2024-03-21T13:01:21.034+0000 7fc087b8d200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-03-21T13:01:21.298 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:01:21 smithi178 bash[63098]: debug 2024-03-21T13:01:21.142+0000 7fc087b8d200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-21T13:01:21.298 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:01:21 smithi178 bash[63098]: debug 2024-03-21T13:01:21.254+0000 7fc087b8d200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-21T13:01:21.822 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:01:21 smithi184 bash[52419]: debug 2024-03-21T13:01:21.532+0000 7f945f962200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-03-21T13:01:21.822 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:01:21 smithi184 bash[52419]: debug 2024-03-21T13:01:21.632+0000 7f945f962200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-21T13:01:21.823 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:01:21 smithi184 bash[52419]: debug 2024-03-21T13:01:21.740+0000 7f945f962200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-21T13:01:21.976 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:01:21 smithi178 bash[63098]: debug 2024-03-21T13:01:21.562+0000 7fc087b8d200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-21T13:01:22.298 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:01:21 smithi178 bash[63098]: debug 2024-03-21T13:01:21.970+0000 7fc087b8d200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-21T13:01:22.298 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:01:22 smithi178 bash[63098]: debug 2024-03-21T13:01:22.142+0000 7fc087b8d200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-21T13:01:22.322 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:01:22 smithi184 bash[52419]: debug 2024-03-21T13:01:22.028+0000 7f945f962200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-21T13:01:22.787 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:01:22 smithi184 bash[52419]: debug 2024-03-21T13:01:22.404+0000 7f945f962200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-21T13:01:22.787 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:01:22 smithi184 bash[52419]: debug 2024-03-21T13:01:22.564+0000 7f945f962200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-21T13:01:22.787 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:01:22 smithi184 bash[52419]: debug 2024-03-21T13:01:22.780+0000 7f945f962200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-21T13:01:22.797 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:01:22 smithi178 bash[63098]: debug 2024-03-21T13:01:22.362+0000 7fc087b8d200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-21T13:01:23.547 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:01:23 smithi178 bash[63098]: debug 2024-03-21T13:01:23.458+0000 7fc087b8d200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-21T13:01:23.822 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:01:23 smithi184 bash[51481]: ts=2024-03-21T13:01:23.509Z caller=manager.go:609 level=warn component="rule manager" group=nodes msg="Evaluating rule failed" rule="alert: CephNodeDiskspaceWarning\nexpr: predict_linear(node_filesystem_free_bytes{device=~\"/.*\"}[2d], 3600 * 24 * 5)\n * on(instance) group_left(nodename) node_uname_info < 0\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.8.4\n severity: warning\n type: ceph_default\nannotations:\n description: Mountpoint {{ $labels.mountpoint }} on {{ $labels.nodename }} will\n be full in less than 5 days based on the 48 hour trailing fill rate.\n summary: Host filesystem free space is getting low\n" err="found duplicate series for the match group {instance=\"smithi178\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi178\", job=\"node\", machine=\"x86_64\", nodename=\"smithi178\", release=\"5.4.0-174-generic\", sysname=\"Linux\", version=\"#193-Ubuntu SMP Thu Mar 7 14:29:28 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"a94f249e-e780-11ee-95cd-87774f69a715\", domainname=\"(none)\", instance=\"smithi178\", job=\"node\", machine=\"x86_64\", nodename=\"smithi178\", release=\"5.4.0-174-generic\", sysname=\"Linux\", version=\"#193-Ubuntu SMP Thu Mar 7 14:29:28 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-21T13:01:24.048 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:01:23 smithi178 bash[63098]: debug 2024-03-21T13:01:23.574+0000 7fc087b8d200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-21T13:01:24.048 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:01:23 smithi178 bash[63098]: debug 2024-03-21T13:01:23.702+0000 7fc087b8d200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-21T13:01:24.322 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:01:23 smithi184 bash[52419]: debug 2024-03-21T13:01:23.819+0000 7f945f962200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-21T13:01:24.323 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:01:23 smithi184 bash[52419]: debug 2024-03-21T13:01:23.935+0000 7f945f962200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-21T13:01:24.323 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:01:24 smithi184 bash[52419]: debug 2024-03-21T13:01:24.051+0000 7f945f962200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-21T13:01:24.548 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:01:24 smithi178 bash[63098]: debug 2024-03-21T13:01:24.210+0000 7fc087b8d200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-21T13:01:24.548 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:01:24 smithi178 bash[63098]: debug 2024-03-21T13:01:24.438+0000 7fc087b8d200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-21T13:01:24.822 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:01:24 smithi184 bash[52419]: debug 2024-03-21T13:01:24.527+0000 7f945f962200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-21T13:01:24.823 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:01:24 smithi184 bash[52419]: debug 2024-03-21T13:01:24.755+0000 7f945f962200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-21T13:01:25.298 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:01:24 smithi178 bash[63098]: debug 2024-03-21T13:01:24.894+0000 7fc087b8d200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-21T13:01:25.509 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:01:25 smithi184 bash[52419]: debug 2024-03-21T13:01:25.215+0000 7f945f962200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-21T13:01:25.509 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:01:25 smithi184 systemd[1]: ceph-a94f249e-e780-11ee-95cd-87774f69a715@grafana.a.service: Scheduled restart job, restart counter is at 4. 2024-03-21T13:01:25.509 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:01:25 smithi184 systemd[1]: Stopped Ceph grafana.a for a94f249e-e780-11ee-95cd-87774f69a715. 2024-03-21T13:01:25.509 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:01:25 smithi184 systemd[1]: Started Ceph grafana.a for a94f249e-e780-11ee-95cd-87774f69a715. 2024-03-21T13:01:25.798 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:01:25 smithi178 bash[63098]: debug 2024-03-21T13:01:25.410+0000 7fc087b8d200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-21T13:01:25.822 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:01:25 smithi184 bash[52419]: debug 2024-03-21T13:01:25.747+0000 7f945f962200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-21T13:01:26.298 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:01:25 smithi178 bash[63098]: debug 2024-03-21T13:01:25.954+0000 7fc087b8d200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-21T13:01:26.298 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:01:26 smithi178 bash[63098]: debug 2024-03-21T13:01:26.066+0000 7fc087b8d200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-21T13:01:26.572 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:01:26 smithi184 bash[52419]: debug 2024-03-21T13:01:26.299+0000 7f945f962200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-21T13:01:26.572 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:01:26 smithi184 bash[52419]: debug 2024-03-21T13:01:26.411+0000 7f945f962200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-21T13:01:26.681 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:01:26 smithi178 bash[63098]: debug 2024-03-21T13:01:26.418+0000 7fc087b8d200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-21T13:01:26.681 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:01:26 smithi178 bash[63098]: debug 2024-03-21T13:01:26.530+0000 7fc087b8d200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-21T13:01:26.822 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:01:26 smithi184 bash[52419]: debug 2024-03-21T13:01:26.787+0000 7f945f962200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-21T13:01:26.823 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:01:26 smithi184 bash[52699]: Failed to start grafana. error: failed to create log directory "/usr/share/grafana/data/log": mkdir /usr/share/grafana/data: permission denied 2024-03-21T13:01:26.823 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:01:26 smithi184 bash[52699]: failed to create log directory "/usr/share/grafana/data/log": mkdir /usr/share/grafana/data: permission denied 2024-03-21T13:01:27.048 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:01:26 smithi178 bash[63098]: debug 2024-03-21T13:01:26.678+0000 7fc087b8d200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-21T13:01:27.048 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:01:26 smithi178 bash[63098]: debug 2024-03-21T13:01:26.794+0000 7fc087b8d200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-21T13:01:27.048 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:01:26 smithi178 bash[63098]: debug 2024-03-21T13:01:26.922+0000 7fc087b8d200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-21T13:01:27.176 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:01:26 smithi184 bash[52419]: debug 2024-03-21T13:01:26.907+0000 7f945f962200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-21T13:01:27.176 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:01:27 smithi184 bash[52419]: debug 2024-03-21T13:01:27.051+0000 7f945f962200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-21T13:01:27.494 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:01:27 smithi184 bash[52419]: debug 2024-03-21T13:01:27.171+0000 7f945f962200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-21T13:01:27.494 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:01:27 smithi184 bash[52419]: debug 2024-03-21T13:01:27.295+0000 7f945f962200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-21T13:01:27.548 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:01:27 smithi178 bash[63098]: debug 2024-03-21T13:01:27.114+0000 7fc087b8d200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-21T13:01:27.548 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:01:27 smithi178 bash[63098]: debug 2024-03-21T13:01:27.238+0000 7fc087b8d200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-21T13:01:27.624 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:01:27 smithi184 bash[52419]: debug 2024-03-21T13:01:27.487+0000 7f945f962200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-21T13:01:27.822 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:01:27 smithi184 bash[52419]: debug 2024-03-21T13:01:27.619+0000 7f945f962200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-21T13:01:28.322 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:01:27 smithi184 systemd[1]: ceph-a94f249e-e780-11ee-95cd-87774f69a715@grafana.a.service: Main process exited, code=exited, status=1/FAILURE 2024-03-21T13:01:28.323 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:01:27 smithi184 systemd[1]: ceph-a94f249e-e780-11ee-95cd-87774f69a715@grafana.a.service: Failed with result 'exit-code'. 2024-03-21T13:01:28.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:28 smithi178 bash[14494]: cluster 2024-03-21T13:01:28.533358+0000 mon.a (mon.0) 1392 : cluster [DBG] Standby manager daemon y started 2024-03-21T13:01:28.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:28 smithi178 bash[14494]: audit 2024-03-21T13:01:28.536352+0000 mon.a (mon.0) 1393 : audit [DBG] from='mgr.? 172.21.15.178:0/1041507913' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2024-03-21T13:01:28.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:28 smithi178 bash[14494]: audit 2024-03-21T13:01:28.538614+0000 mon.a (mon.0) 1394 : audit [DBG] from='mgr.? 172.21.15.178:0/1041507913' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-21T13:01:28.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:28 smithi178 bash[14494]: audit 2024-03-21T13:01:28.544012+0000 mon.a (mon.0) 1395 : audit [DBG] from='mgr.? 172.21.15.178:0/1041507913' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2024-03-21T13:01:28.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:28 smithi178 bash[14494]: audit 2024-03-21T13:01:28.544947+0000 mon.a (mon.0) 1396 : audit [DBG] from='mgr.? 172.21.15.178:0/1041507913' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-21T13:01:28.799 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:01:28 smithi178 bash[63098]: debug 2024-03-21T13:01:28.510+0000 7fc087b8d200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-21T13:01:28.799 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:01:28 smithi178 bash[63098]: [21/Mar/2024:13:01:28] ENGINE Bus STARTING 2024-03-21T13:01:28.799 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:01:28 smithi178 bash[63098]: CherryPy Checker: 2024-03-21T13:01:28.799 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:01:28 smithi178 bash[63098]: The Application mounted at '' has an empty config. 2024-03-21T13:01:28.799 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:01:28 smithi178 bash[63098]: [21/Mar/2024:13:01:28] ENGINE Serving on http://:::9283 2024-03-21T13:01:28.799 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:01:28 smithi178 bash[63098]: [21/Mar/2024:13:01:28] ENGINE Bus STARTED 2024-03-21T13:01:28.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:28 smithi178 bash[20270]: cluster 2024-03-21T13:01:28.533358+0000 mon.a (mon.0) 1392 : cluster [DBG] Standby manager daemon y started 2024-03-21T13:01:28.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:28 smithi178 bash[20270]: audit 2024-03-21T13:01:28.536352+0000 mon.a (mon.0) 1393 : audit [DBG] from='mgr.? 172.21.15.178:0/1041507913' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2024-03-21T13:01:28.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:28 smithi178 bash[20270]: audit 2024-03-21T13:01:28.538614+0000 mon.a (mon.0) 1394 : audit [DBG] from='mgr.? 172.21.15.178:0/1041507913' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-21T13:01:28.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:28 smithi178 bash[20270]: audit 2024-03-21T13:01:28.544012+0000 mon.a (mon.0) 1395 : audit [DBG] from='mgr.? 172.21.15.178:0/1041507913' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2024-03-21T13:01:28.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:28 smithi178 bash[20270]: audit 2024-03-21T13:01:28.544947+0000 mon.a (mon.0) 1396 : audit [DBG] from='mgr.? 172.21.15.178:0/1041507913' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-21T13:01:28.822 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:28 smithi184 bash[14608]: cluster 2024-03-21T13:01:28.533358+0000 mon.a (mon.0) 1392 : cluster [DBG] Standby manager daemon y started 2024-03-21T13:01:28.822 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:28 smithi184 bash[14608]: audit 2024-03-21T13:01:28.536352+0000 mon.a (mon.0) 1393 : audit [DBG] from='mgr.? 172.21.15.178:0/1041507913' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2024-03-21T13:01:28.822 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:28 smithi184 bash[14608]: audit 2024-03-21T13:01:28.538614+0000 mon.a (mon.0) 1394 : audit [DBG] from='mgr.? 172.21.15.178:0/1041507913' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-21T13:01:28.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:28 smithi184 bash[14608]: audit 2024-03-21T13:01:28.544012+0000 mon.a (mon.0) 1395 : audit [DBG] from='mgr.? 172.21.15.178:0/1041507913' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2024-03-21T13:01:28.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:28 smithi184 bash[14608]: audit 2024-03-21T13:01:28.544947+0000 mon.a (mon.0) 1396 : audit [DBG] from='mgr.? 172.21.15.178:0/1041507913' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-21T13:01:29.322 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:01:28 smithi184 bash[52419]: debug 2024-03-21T13:01:28.955+0000 7f945f962200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-21T13:01:29.929 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:29 smithi184 bash[14608]: cluster 2024-03-21T13:01:28.599638+0000 mon.a (mon.0) 1397 : cluster [DBG] mgrmap e33: x(active, starting, since 9s), standbys: y 2024-03-21T13:01:29.929 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:29 smithi184 bash[14608]: cluster 2024-03-21T13:01:28.964528+0000 mon.a (mon.0) 1398 : cluster [INF] Active manager daemon x restarted 2024-03-21T13:01:29.929 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:29 smithi184 bash[14608]: cluster 2024-03-21T13:01:28.966067+0000 mon.a (mon.0) 1399 : cluster [INF] Activating manager daemon x 2024-03-21T13:01:29.929 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:29 smithi184 bash[14608]: cluster 2024-03-21T13:01:28.973180+0000 mon.a (mon.0) 1400 : cluster [DBG] osdmap e108: 8 total, 8 up, 8 in 2024-03-21T13:01:29.929 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:01:29 smithi184 bash[52419]: [21/Mar/2024:13:01:29] ENGINE Bus STARTING 2024-03-21T13:01:30.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:29 smithi178 bash[14494]: cluster 2024-03-21T13:01:28.599638+0000 mon.a (mon.0) 1397 : cluster [DBG] mgrmap e33: x(active, starting, since 9s), standbys: y 2024-03-21T13:01:30.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:29 smithi178 bash[14494]: cluster 2024-03-21T13:01:28.964528+0000 mon.a (mon.0) 1398 : cluster [INF] Active manager daemon x restarted 2024-03-21T13:01:30.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:29 smithi178 bash[14494]: cluster 2024-03-21T13:01:28.966067+0000 mon.a (mon.0) 1399 : cluster [INF] Activating manager daemon x 2024-03-21T13:01:30.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:29 smithi178 bash[14494]: cluster 2024-03-21T13:01:28.973180+0000 mon.a (mon.0) 1400 : cluster [DBG] osdmap e108: 8 total, 8 up, 8 in 2024-03-21T13:01:30.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:29 smithi178 bash[20270]: cluster 2024-03-21T13:01:28.599638+0000 mon.a (mon.0) 1397 : cluster [DBG] mgrmap e33: x(active, starting, since 9s), standbys: y 2024-03-21T13:01:30.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:29 smithi178 bash[20270]: cluster 2024-03-21T13:01:28.964528+0000 mon.a (mon.0) 1398 : cluster [INF] Active manager daemon x restarted 2024-03-21T13:01:30.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:29 smithi178 bash[20270]: cluster 2024-03-21T13:01:28.966067+0000 mon.a (mon.0) 1399 : cluster [INF] Activating manager daemon x 2024-03-21T13:01:30.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:29 smithi178 bash[20270]: cluster 2024-03-21T13:01:28.973180+0000 mon.a (mon.0) 1400 : cluster [DBG] osdmap e108: 8 total, 8 up, 8 in 2024-03-21T13:01:30.231 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:01:29 smithi184 bash[52419]: CherryPy Checker: 2024-03-21T13:01:30.232 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:01:29 smithi184 bash[52419]: The Application mounted at '' has an empty config. 2024-03-21T13:01:30.232 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:01:29 smithi184 bash[52419]: [21/Mar/2024:13:01:29] ENGINE Serving on http://:::9283 2024-03-21T13:01:30.232 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:01:29 smithi184 bash[52419]: [21/Mar/2024:13:01:29] ENGINE Bus STARTED 2024-03-21T13:01:30.641 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:30 smithi178 bash[14494]: cluster 2024-03-21T13:01:29.623410+0000 mon.a (mon.0) 1401 : cluster [DBG] mgrmap e34: x(active, starting, since 0.657707s), standbys: y 2024-03-21T13:01:30.970 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:30 smithi178 bash[14494]: audit 2024-03-21T13:01:29.630243+0000 mon.a (mon.0) 1402 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T13:01:30.970 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:30 smithi178 bash[14494]: audit 2024-03-21T13:01:29.630523+0000 mon.a (mon.0) 1403 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:01:30.970 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:30 smithi178 bash[14494]: audit 2024-03-21T13:01:29.630818+0000 mon.a (mon.0) 1404 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:01:30.970 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:30 smithi178 bash[14494]: audit 2024-03-21T13:01:29.632224+0000 mon.a (mon.0) 1405 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-03-21T13:01:30.970 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:30 smithi178 bash[14494]: audit 2024-03-21T13:01:29.632448+0000 mon.a (mon.0) 1406 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-03-21T13:01:30.970 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:30 smithi178 bash[14494]: audit 2024-03-21T13:01:29.632784+0000 mon.a (mon.0) 1407 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T13:01:30.970 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:30 smithi178 bash[14494]: audit 2024-03-21T13:01:29.633052+0000 mon.a (mon.0) 1408 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T13:01:30.970 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:30 smithi178 bash[14494]: audit 2024-03-21T13:01:29.633281+0000 mon.a (mon.0) 1409 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T13:01:30.971 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:30 smithi178 bash[14494]: audit 2024-03-21T13:01:29.633524+0000 mon.a (mon.0) 1410 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-21T13:01:30.971 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:30 smithi178 bash[14494]: audit 2024-03-21T13:01:29.633757+0000 mon.a (mon.0) 1411 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-21T13:01:30.971 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:30 smithi178 bash[14494]: audit 2024-03-21T13:01:29.633992+0000 mon.a (mon.0) 1412 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-21T13:01:30.971 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:30 smithi178 bash[14494]: audit 2024-03-21T13:01:29.634220+0000 mon.a (mon.0) 1413 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-21T13:01:30.971 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:30 smithi178 bash[14494]: audit 2024-03-21T13:01:29.634446+0000 mon.a (mon.0) 1414 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-21T13:01:30.971 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:30 smithi178 bash[14494]: audit 2024-03-21T13:01:29.635188+0000 mon.a (mon.0) 1415 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-21T13:01:30.971 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:30 smithi178 bash[14494]: audit 2024-03-21T13:01:29.635392+0000 mon.a (mon.0) 1416 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-21T13:01:30.971 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:30 smithi178 bash[14494]: audit 2024-03-21T13:01:29.635879+0000 mon.a (mon.0) 1417 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-21T13:01:30.971 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:30 smithi178 bash[14494]: cluster 2024-03-21T13:01:29.646817+0000 mon.a (mon.0) 1418 : cluster [INF] Manager daemon x is now available 2024-03-21T13:01:30.971 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:30 smithi178 bash[14494]: audit 2024-03-21T13:01:29.713872+0000 mon.a (mon.0) 1419 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:30.971 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:30 smithi178 bash[14494]: audit 2024-03-21T13:01:29.724750+0000 mon.a (mon.0) 1420 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi184", "caps": []}]: dispatch 2024-03-21T13:01:30.971 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:30 smithi178 bash[14494]: audit 2024-03-21T13:01:29.725491+0000 mon.a (mon.0) 1421 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi178", "caps": []}]: dispatch 2024-03-21T13:01:30.971 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:30 smithi178 bash[14494]: audit 2024-03-21T13:01:29.759676+0000 mon.a (mon.0) 1422 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-03-21T13:01:30.971 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:30 smithi178 bash[14494]: audit 2024-03-21T13:01:29.770941+0000 mon.a (mon.0) 1423 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:30.971 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:30 smithi178 bash[14494]: audit 2024-03-21T13:01:29.773878+0000 mon.a (mon.0) 1424 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:01:30.972 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:30 smithi178 bash[14494]: audit 2024-03-21T13:01:29.778335+0000 mon.a (mon.0) 1425 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-03-21T13:01:30.972 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:30 smithi178 bash[14494]: audit 2024-03-21T13:01:30.200611+0000 mon.a (mon.0) 1426 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd/host:smithi184", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:01:30.972 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:30 smithi178 bash[14494]: audit 2024-03-21T13:01:30.210416+0000 mon.a (mon.0) 1427 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd/host:smithi178", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:01:30.972 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:30 smithi178 bash[14494]: audit 2024-03-21T13:01:30.211753+0000 mon.a (mon.0) 1428 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:01:30.972 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:30 smithi178 bash[14494]: audit 2024-03-21T13:01:30.213006+0000 mon.a (mon.0) 1429 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:01:30.972 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:30 smithi178 bash[14494]: cephadm 2024-03-21T13:01:30.216661+0000 mgr.x (mgr.25322) 1 : cephadm [INF] Updating smithi178:/etc/ceph/ceph.conf 2024-03-21T13:01:30.972 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:30 smithi178 bash[14494]: cephadm 2024-03-21T13:01:30.216901+0000 mgr.x (mgr.25322) 2 : cephadm [INF] Updating smithi184:/etc/ceph/ceph.conf 2024-03-21T13:01:30.972 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:30 smithi178 bash[14494]: cephadm 2024-03-21T13:01:30.337871+0000 mgr.x (mgr.25322) 3 : cephadm [INF] [21/Mar/2024:13:01:30] ENGINE Bus STARTING 2024-03-21T13:01:30.972 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:30 smithi178 bash[20270]: cluster 2024-03-21T13:01:29.623410+0000 mon.a (mon.0) 1401 : cluster [DBG] mgrmap e34: x(active, starting, since 0.657707s), standbys: y 2024-03-21T13:01:30.973 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:30 smithi178 bash[20270]: audit 2024-03-21T13:01:29.630243+0000 mon.a (mon.0) 1402 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T13:01:30.973 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:30 smithi178 bash[20270]: audit 2024-03-21T13:01:29.630523+0000 mon.a (mon.0) 1403 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:01:30.973 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:30 smithi178 bash[20270]: audit 2024-03-21T13:01:29.630818+0000 mon.a (mon.0) 1404 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:01:30.973 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:30 smithi178 bash[20270]: audit 2024-03-21T13:01:29.632224+0000 mon.a (mon.0) 1405 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-03-21T13:01:30.973 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:30 smithi178 bash[20270]: audit 2024-03-21T13:01:29.632448+0000 mon.a (mon.0) 1406 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-03-21T13:01:30.973 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:30 smithi178 bash[20270]: audit 2024-03-21T13:01:29.632784+0000 mon.a (mon.0) 1407 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T13:01:30.973 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:30 smithi178 bash[20270]: audit 2024-03-21T13:01:29.633052+0000 mon.a (mon.0) 1408 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T13:01:30.973 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:30 smithi178 bash[20270]: audit 2024-03-21T13:01:29.633281+0000 mon.a (mon.0) 1409 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T13:01:30.973 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:30 smithi178 bash[20270]: audit 2024-03-21T13:01:29.633524+0000 mon.a (mon.0) 1410 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-21T13:01:30.973 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:30 smithi178 bash[20270]: audit 2024-03-21T13:01:29.633757+0000 mon.a (mon.0) 1411 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-21T13:01:30.973 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:30 smithi178 bash[20270]: audit 2024-03-21T13:01:29.633992+0000 mon.a (mon.0) 1412 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-21T13:01:30.973 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:30 smithi178 bash[20270]: audit 2024-03-21T13:01:29.634220+0000 mon.a (mon.0) 1413 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-21T13:01:30.973 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:30 smithi178 bash[20270]: audit 2024-03-21T13:01:29.634446+0000 mon.a (mon.0) 1414 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-21T13:01:30.973 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:30 smithi178 bash[20270]: audit 2024-03-21T13:01:29.635188+0000 mon.a (mon.0) 1415 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-21T13:01:30.974 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:30 smithi178 bash[20270]: audit 2024-03-21T13:01:29.635392+0000 mon.a (mon.0) 1416 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-21T13:01:30.974 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:30 smithi178 bash[20270]: audit 2024-03-21T13:01:29.635879+0000 mon.a (mon.0) 1417 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-21T13:01:30.974 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:30 smithi178 bash[20270]: cluster 2024-03-21T13:01:29.646817+0000 mon.a (mon.0) 1418 : cluster [INF] Manager daemon x is now available 2024-03-21T13:01:30.974 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:30 smithi178 bash[20270]: audit 2024-03-21T13:01:29.713872+0000 mon.a (mon.0) 1419 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:30.974 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:30 smithi178 bash[20270]: audit 2024-03-21T13:01:29.724750+0000 mon.a (mon.0) 1420 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi184", "caps": []}]: dispatch 2024-03-21T13:01:30.974 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:30 smithi178 bash[20270]: audit 2024-03-21T13:01:29.725491+0000 mon.a (mon.0) 1421 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi178", "caps": []}]: dispatch 2024-03-21T13:01:30.974 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:30 smithi178 bash[20270]: audit 2024-03-21T13:01:29.759676+0000 mon.a (mon.0) 1422 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-03-21T13:01:30.974 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:30 smithi178 bash[20270]: audit 2024-03-21T13:01:29.770941+0000 mon.a (mon.0) 1423 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:30.974 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:30 smithi178 bash[20270]: audit 2024-03-21T13:01:29.773878+0000 mon.a (mon.0) 1424 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:01:30.974 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:30 smithi178 bash[20270]: audit 2024-03-21T13:01:29.778335+0000 mon.a (mon.0) 1425 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-03-21T13:01:30.974 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:30 smithi178 bash[20270]: audit 2024-03-21T13:01:30.200611+0000 mon.a (mon.0) 1426 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd/host:smithi184", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:01:30.974 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:30 smithi178 bash[20270]: audit 2024-03-21T13:01:30.210416+0000 mon.a (mon.0) 1427 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd/host:smithi178", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:01:30.974 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:30 smithi178 bash[20270]: audit 2024-03-21T13:01:30.211753+0000 mon.a (mon.0) 1428 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:01:30.974 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:30 smithi178 bash[20270]: audit 2024-03-21T13:01:30.213006+0000 mon.a (mon.0) 1429 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:01:30.975 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:30 smithi178 bash[20270]: cephadm 2024-03-21T13:01:30.216661+0000 mgr.x (mgr.25322) 1 : cephadm [INF] Updating smithi178:/etc/ceph/ceph.conf 2024-03-21T13:01:30.975 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:30 smithi178 bash[20270]: cephadm 2024-03-21T13:01:30.216901+0000 mgr.x (mgr.25322) 2 : cephadm [INF] Updating smithi184:/etc/ceph/ceph.conf 2024-03-21T13:01:30.975 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:30 smithi178 bash[20270]: cephadm 2024-03-21T13:01:30.337871+0000 mgr.x (mgr.25322) 3 : cephadm [INF] [21/Mar/2024:13:01:30] ENGINE Bus STARTING 2024-03-21T13:01:31.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:30 smithi184 bash[14608]: cluster 2024-03-21T13:01:29.623410+0000 mon.a (mon.0) 1401 : cluster [DBG] mgrmap e34: x(active, starting, since 0.657707s), standbys: y 2024-03-21T13:01:31.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:30 smithi184 bash[14608]: audit 2024-03-21T13:01:29.630243+0000 mon.a (mon.0) 1402 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T13:01:31.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:30 smithi184 bash[14608]: audit 2024-03-21T13:01:29.630523+0000 mon.a (mon.0) 1403 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:01:31.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:30 smithi184 bash[14608]: audit 2024-03-21T13:01:29.630818+0000 mon.a (mon.0) 1404 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:01:31.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:30 smithi184 bash[14608]: audit 2024-03-21T13:01:29.632224+0000 mon.a (mon.0) 1405 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-03-21T13:01:31.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:30 smithi184 bash[14608]: audit 2024-03-21T13:01:29.632448+0000 mon.a (mon.0) 1406 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-03-21T13:01:31.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:30 smithi184 bash[14608]: audit 2024-03-21T13:01:29.632784+0000 mon.a (mon.0) 1407 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T13:01:31.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:30 smithi184 bash[14608]: audit 2024-03-21T13:01:29.633052+0000 mon.a (mon.0) 1408 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T13:01:31.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:30 smithi184 bash[14608]: audit 2024-03-21T13:01:29.633281+0000 mon.a (mon.0) 1409 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T13:01:31.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:30 smithi184 bash[14608]: audit 2024-03-21T13:01:29.633524+0000 mon.a (mon.0) 1410 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-21T13:01:31.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:30 smithi184 bash[14608]: audit 2024-03-21T13:01:29.633757+0000 mon.a (mon.0) 1411 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-21T13:01:31.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:30 smithi184 bash[14608]: audit 2024-03-21T13:01:29.633992+0000 mon.a (mon.0) 1412 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-21T13:01:31.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:30 smithi184 bash[14608]: audit 2024-03-21T13:01:29.634220+0000 mon.a (mon.0) 1413 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-21T13:01:31.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:30 smithi184 bash[14608]: audit 2024-03-21T13:01:29.634446+0000 mon.a (mon.0) 1414 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-21T13:01:31.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:30 smithi184 bash[14608]: audit 2024-03-21T13:01:29.635188+0000 mon.a (mon.0) 1415 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-21T13:01:31.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:30 smithi184 bash[14608]: audit 2024-03-21T13:01:29.635392+0000 mon.a (mon.0) 1416 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-21T13:01:31.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:30 smithi184 bash[14608]: audit 2024-03-21T13:01:29.635879+0000 mon.a (mon.0) 1417 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-21T13:01:31.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:30 smithi184 bash[14608]: cluster 2024-03-21T13:01:29.646817+0000 mon.a (mon.0) 1418 : cluster [INF] Manager daemon x is now available 2024-03-21T13:01:31.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:30 smithi184 bash[14608]: audit 2024-03-21T13:01:29.713872+0000 mon.a (mon.0) 1419 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:31.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:30 smithi184 bash[14608]: audit 2024-03-21T13:01:29.724750+0000 mon.a (mon.0) 1420 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi184", "caps": []}]: dispatch 2024-03-21T13:01:31.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:30 smithi184 bash[14608]: audit 2024-03-21T13:01:29.725491+0000 mon.a (mon.0) 1421 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi178", "caps": []}]: dispatch 2024-03-21T13:01:31.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:30 smithi184 bash[14608]: audit 2024-03-21T13:01:29.759676+0000 mon.a (mon.0) 1422 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-03-21T13:01:31.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:30 smithi184 bash[14608]: audit 2024-03-21T13:01:29.770941+0000 mon.a (mon.0) 1423 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:31.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:30 smithi184 bash[14608]: audit 2024-03-21T13:01:29.773878+0000 mon.a (mon.0) 1424 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:01:31.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:30 smithi184 bash[14608]: audit 2024-03-21T13:01:29.778335+0000 mon.a (mon.0) 1425 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-03-21T13:01:31.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:30 smithi184 bash[14608]: audit 2024-03-21T13:01:30.200611+0000 mon.a (mon.0) 1426 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd/host:smithi184", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:01:31.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:30 smithi184 bash[14608]: audit 2024-03-21T13:01:30.210416+0000 mon.a (mon.0) 1427 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd/host:smithi178", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:01:31.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:30 smithi184 bash[14608]: audit 2024-03-21T13:01:30.211753+0000 mon.a (mon.0) 1428 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:01:31.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:30 smithi184 bash[14608]: audit 2024-03-21T13:01:30.213006+0000 mon.a (mon.0) 1429 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:01:31.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:30 smithi184 bash[14608]: cephadm 2024-03-21T13:01:30.216661+0000 mgr.x (mgr.25322) 1 : cephadm [INF] Updating smithi178:/etc/ceph/ceph.conf 2024-03-21T13:01:31.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:30 smithi184 bash[14608]: cephadm 2024-03-21T13:01:30.216901+0000 mgr.x (mgr.25322) 2 : cephadm [INF] Updating smithi184:/etc/ceph/ceph.conf 2024-03-21T13:01:31.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:30 smithi184 bash[14608]: cephadm 2024-03-21T13:01:30.337871+0000 mgr.x (mgr.25322) 3 : cephadm [INF] [21/Mar/2024:13:01:30] ENGINE Bus STARTING 2024-03-21T13:01:32.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:31 smithi178 bash[20270]: cephadm 2024-03-21T13:01:30.462946+0000 mgr.x (mgr.25322) 4 : cephadm [INF] [21/Mar/2024:13:01:30] ENGINE Serving on https://172.21.15.184:7151 2024-03-21T13:01:32.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:31 smithi178 bash[20270]: cephadm 2024-03-21T13:01:30.565059+0000 mgr.x (mgr.25322) 5 : cephadm [INF] [21/Mar/2024:13:01:30] ENGINE Serving on http://172.21.15.184:8765 2024-03-21T13:01:32.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:31 smithi178 bash[20270]: cephadm 2024-03-21T13:01:30.565643+0000 mgr.x (mgr.25322) 6 : cephadm [INF] [21/Mar/2024:13:01:30] ENGINE Bus STARTED 2024-03-21T13:01:32.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:31 smithi178 bash[20270]: cluster 2024-03-21T13:01:30.631604+0000 mon.a (mon.0) 1430 : cluster [DBG] mgrmap e35: x(active, since 1.6659s), standbys: y 2024-03-21T13:01:32.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:31 smithi178 bash[20270]: audit 2024-03-21T13:01:30.665704+0000 mgr.x (mgr.25322) 7 : audit [DBG] from='client.15453 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:01:32.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:31 smithi178 bash[20270]: cluster 2024-03-21T13:01:30.668172+0000 mgr.x (mgr.25322) 8 : cluster [DBG] pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:32.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:31 smithi178 bash[20270]: cephadm 2024-03-21T13:01:30.682235+0000 mgr.x (mgr.25322) 9 : cephadm [INF] Updating smithi178:/var/lib/ceph/a94f249e-e780-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T13:01:32.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:31 smithi178 bash[20270]: cephadm 2024-03-21T13:01:30.682753+0000 mgr.x (mgr.25322) 10 : cephadm [INF] Updating smithi184:/var/lib/ceph/a94f249e-e780-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T13:01:32.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:31 smithi178 bash[20270]: cephadm 2024-03-21T13:01:30.847640+0000 mgr.x (mgr.25322) 11 : cephadm [INF] Updating smithi184:/etc/ceph/ceph.client.admin.keyring 2024-03-21T13:01:32.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:31 smithi178 bash[20270]: cephadm 2024-03-21T13:01:30.896812+0000 mgr.x (mgr.25322) 12 : cephadm [INF] Updating smithi178:/etc/ceph/ceph.client.admin.keyring 2024-03-21T13:01:32.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:31 smithi178 bash[20270]: audit 2024-03-21T13:01:30.979311+0000 mon.a (mon.0) 1431 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:32.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:31 smithi178 bash[20270]: cephadm 2024-03-21T13:01:31.012610+0000 mgr.x (mgr.25322) 13 : cephadm [INF] Updating smithi184:/var/lib/ceph/a94f249e-e780-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-21T13:01:32.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:31 smithi178 bash[20270]: cephadm 2024-03-21T13:01:31.061745+0000 mgr.x (mgr.25322) 14 : cephadm [INF] Updating smithi178:/var/lib/ceph/a94f249e-e780-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-21T13:01:32.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:31 smithi178 bash[20270]: audit 2024-03-21T13:01:31.183973+0000 mon.a (mon.0) 1432 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:32.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:31 smithi178 bash[20270]: audit 2024-03-21T13:01:31.190602+0000 mon.a (mon.0) 1433 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:32.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:31 smithi178 bash[20270]: audit 2024-03-21T13:01:31.233376+0000 mon.a (mon.0) 1434 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:32.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:31 smithi178 bash[20270]: audit 2024-03-21T13:01:31.244114+0000 mon.a (mon.0) 1435 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:32.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:31 smithi178 bash[20270]: audit 2024-03-21T13:01:31.252814+0000 mon.a (mon.0) 1436 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:32.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:31 smithi178 bash[20270]: audit 2024-03-21T13:01:31.258727+0000 mon.a (mon.0) 1437 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:32.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:31 smithi178 bash[20270]: cephadm 2024-03-21T13:01:31.261364+0000 mgr.x (mgr.25322) 15 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:01:32.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:31 smithi178 bash[20270]: audit 2024-03-21T13:01:31.265398+0000 mon.a (mon.0) 1438 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:32.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:31 smithi178 bash[20270]: audit 2024-03-21T13:01:31.315829+0000 mon.a (mon.0) 1439 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi178", "caps": []}]: dispatch 2024-03-21T13:01:32.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:31 smithi178 bash[14494]: cephadm 2024-03-21T13:01:30.462946+0000 mgr.x (mgr.25322) 4 : cephadm [INF] [21/Mar/2024:13:01:30] ENGINE Serving on https://172.21.15.184:7151 2024-03-21T13:01:32.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:31 smithi178 bash[14494]: cephadm 2024-03-21T13:01:30.565059+0000 mgr.x (mgr.25322) 5 : cephadm [INF] [21/Mar/2024:13:01:30] ENGINE Serving on http://172.21.15.184:8765 2024-03-21T13:01:32.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:31 smithi178 bash[14494]: cephadm 2024-03-21T13:01:30.565643+0000 mgr.x (mgr.25322) 6 : cephadm [INF] [21/Mar/2024:13:01:30] ENGINE Bus STARTED 2024-03-21T13:01:32.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:31 smithi178 bash[14494]: cluster 2024-03-21T13:01:30.631604+0000 mon.a (mon.0) 1430 : cluster [DBG] mgrmap e35: x(active, since 1.6659s), standbys: y 2024-03-21T13:01:32.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:31 smithi178 bash[14494]: audit 2024-03-21T13:01:30.665704+0000 mgr.x (mgr.25322) 7 : audit [DBG] from='client.15453 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:01:32.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:31 smithi178 bash[14494]: cluster 2024-03-21T13:01:30.668172+0000 mgr.x (mgr.25322) 8 : cluster [DBG] pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:32.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:31 smithi178 bash[14494]: cephadm 2024-03-21T13:01:30.682235+0000 mgr.x (mgr.25322) 9 : cephadm [INF] Updating smithi178:/var/lib/ceph/a94f249e-e780-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T13:01:32.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:31 smithi178 bash[14494]: cephadm 2024-03-21T13:01:30.682753+0000 mgr.x (mgr.25322) 10 : cephadm [INF] Updating smithi184:/var/lib/ceph/a94f249e-e780-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T13:01:32.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:31 smithi178 bash[14494]: cephadm 2024-03-21T13:01:30.847640+0000 mgr.x (mgr.25322) 11 : cephadm [INF] Updating smithi184:/etc/ceph/ceph.client.admin.keyring 2024-03-21T13:01:32.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:31 smithi178 bash[14494]: cephadm 2024-03-21T13:01:30.896812+0000 mgr.x (mgr.25322) 12 : cephadm [INF] Updating smithi178:/etc/ceph/ceph.client.admin.keyring 2024-03-21T13:01:32.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:31 smithi178 bash[14494]: audit 2024-03-21T13:01:30.979311+0000 mon.a (mon.0) 1431 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:32.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:31 smithi178 bash[14494]: cephadm 2024-03-21T13:01:31.012610+0000 mgr.x (mgr.25322) 13 : cephadm [INF] Updating smithi184:/var/lib/ceph/a94f249e-e780-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-21T13:01:32.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:31 smithi178 bash[14494]: cephadm 2024-03-21T13:01:31.061745+0000 mgr.x (mgr.25322) 14 : cephadm [INF] Updating smithi178:/var/lib/ceph/a94f249e-e780-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-21T13:01:32.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:31 smithi178 bash[14494]: audit 2024-03-21T13:01:31.183973+0000 mon.a (mon.0) 1432 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:32.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:31 smithi178 bash[14494]: audit 2024-03-21T13:01:31.190602+0000 mon.a (mon.0) 1433 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:32.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:31 smithi178 bash[14494]: audit 2024-03-21T13:01:31.233376+0000 mon.a (mon.0) 1434 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:32.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:31 smithi178 bash[14494]: audit 2024-03-21T13:01:31.244114+0000 mon.a (mon.0) 1435 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:32.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:31 smithi178 bash[14494]: audit 2024-03-21T13:01:31.252814+0000 mon.a (mon.0) 1436 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:32.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:31 smithi178 bash[14494]: audit 2024-03-21T13:01:31.258727+0000 mon.a (mon.0) 1437 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:32.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:31 smithi178 bash[14494]: cephadm 2024-03-21T13:01:31.261364+0000 mgr.x (mgr.25322) 15 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:01:32.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:31 smithi178 bash[14494]: audit 2024-03-21T13:01:31.265398+0000 mon.a (mon.0) 1438 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:32.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:31 smithi178 bash[14494]: audit 2024-03-21T13:01:31.315829+0000 mon.a (mon.0) 1439 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi178", "caps": []}]: dispatch 2024-03-21T13:01:32.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:31 smithi184 bash[14608]: cephadm 2024-03-21T13:01:30.462946+0000 mgr.x (mgr.25322) 4 : cephadm [INF] [21/Mar/2024:13:01:30] ENGINE Serving on https://172.21.15.184:7151 2024-03-21T13:01:32.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:31 smithi184 bash[14608]: cephadm 2024-03-21T13:01:30.565059+0000 mgr.x (mgr.25322) 5 : cephadm [INF] [21/Mar/2024:13:01:30] ENGINE Serving on http://172.21.15.184:8765 2024-03-21T13:01:32.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:31 smithi184 bash[14608]: cephadm 2024-03-21T13:01:30.565643+0000 mgr.x (mgr.25322) 6 : cephadm [INF] [21/Mar/2024:13:01:30] ENGINE Bus STARTED 2024-03-21T13:01:32.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:31 smithi184 bash[14608]: cluster 2024-03-21T13:01:30.631604+0000 mon.a (mon.0) 1430 : cluster [DBG] mgrmap e35: x(active, since 1.6659s), standbys: y 2024-03-21T13:01:32.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:31 smithi184 bash[14608]: audit 2024-03-21T13:01:30.665704+0000 mgr.x (mgr.25322) 7 : audit [DBG] from='client.15453 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:01:32.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:31 smithi184 bash[14608]: cluster 2024-03-21T13:01:30.668172+0000 mgr.x (mgr.25322) 8 : cluster [DBG] pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:32.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:31 smithi184 bash[14608]: cephadm 2024-03-21T13:01:30.682235+0000 mgr.x (mgr.25322) 9 : cephadm [INF] Updating smithi178:/var/lib/ceph/a94f249e-e780-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T13:01:32.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:31 smithi184 bash[14608]: cephadm 2024-03-21T13:01:30.682753+0000 mgr.x (mgr.25322) 10 : cephadm [INF] Updating smithi184:/var/lib/ceph/a94f249e-e780-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T13:01:32.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:31 smithi184 bash[14608]: cephadm 2024-03-21T13:01:30.847640+0000 mgr.x (mgr.25322) 11 : cephadm [INF] Updating smithi184:/etc/ceph/ceph.client.admin.keyring 2024-03-21T13:01:32.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:31 smithi184 bash[14608]: cephadm 2024-03-21T13:01:30.896812+0000 mgr.x (mgr.25322) 12 : cephadm [INF] Updating smithi178:/etc/ceph/ceph.client.admin.keyring 2024-03-21T13:01:32.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:31 smithi184 bash[14608]: audit 2024-03-21T13:01:30.979311+0000 mon.a (mon.0) 1431 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:32.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:31 smithi184 bash[14608]: cephadm 2024-03-21T13:01:31.012610+0000 mgr.x (mgr.25322) 13 : cephadm [INF] Updating smithi184:/var/lib/ceph/a94f249e-e780-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-21T13:01:32.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:31 smithi184 bash[14608]: cephadm 2024-03-21T13:01:31.061745+0000 mgr.x (mgr.25322) 14 : cephadm [INF] Updating smithi178:/var/lib/ceph/a94f249e-e780-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-21T13:01:32.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:31 smithi184 bash[14608]: audit 2024-03-21T13:01:31.183973+0000 mon.a (mon.0) 1432 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:32.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:31 smithi184 bash[14608]: audit 2024-03-21T13:01:31.190602+0000 mon.a (mon.0) 1433 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:32.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:31 smithi184 bash[14608]: audit 2024-03-21T13:01:31.233376+0000 mon.a (mon.0) 1434 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:32.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:31 smithi184 bash[14608]: audit 2024-03-21T13:01:31.244114+0000 mon.a (mon.0) 1435 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:32.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:31 smithi184 bash[14608]: audit 2024-03-21T13:01:31.252814+0000 mon.a (mon.0) 1436 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:32.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:31 smithi184 bash[14608]: audit 2024-03-21T13:01:31.258727+0000 mon.a (mon.0) 1437 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:32.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:31 smithi184 bash[14608]: cephadm 2024-03-21T13:01:31.261364+0000 mgr.x (mgr.25322) 15 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:01:32.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:31 smithi184 bash[14608]: audit 2024-03-21T13:01:31.265398+0000 mon.a (mon.0) 1438 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:32.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:31 smithi184 bash[14608]: audit 2024-03-21T13:01:31.315829+0000 mon.a (mon.0) 1439 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi178", "caps": []}]: dispatch 2024-03-21T13:01:33.048 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:01:32 smithi178 bash[63098]: ::ffff:172.21.15.184 - - [21/Mar/2024:13:01:32] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-21T13:01:33.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:32 smithi178 bash[20270]: cluster 2024-03-21T13:01:31.637501+0000 mgr.x (mgr.25322) 16 : cluster [DBG] pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:33.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:32 smithi178 bash[20270]: cluster 2024-03-21T13:01:31.774017+0000 mon.a (mon.0) 1440 : cluster [DBG] mgrmap e36: x(active, since 2s), standbys: y 2024-03-21T13:01:33.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:32 smithi178 bash[20270]: audit 2024-03-21T13:01:32.002254+0000 mon.a (mon.0) 1441 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi178.qfgpzc", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-03-21T13:01:33.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:32 smithi178 bash[20270]: cephadm 2024-03-21T13:01:32.003383+0000 mgr.x (mgr.25322) 17 : cephadm [INF] Reconfiguring iscsi.foo.smithi178.qfgpzc (dependencies changed)... 2024-03-21T13:01:33.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:32 smithi178 bash[20270]: audit 2024-03-21T13:01:32.012047+0000 mon.a (mon.0) 1442 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:01:33.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:32 smithi178 bash[20270]: cephadm 2024-03-21T13:01:32.015580+0000 mgr.x (mgr.25322) 18 : cephadm [INF] Reconfiguring daemon iscsi.foo.smithi178.qfgpzc on smithi178 2024-03-21T13:01:33.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:32 smithi178 bash[20270]: audit 2024-03-21T13:01:32.489183+0000 mon.a (mon.0) 1443 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:33.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:32 smithi178 bash[20270]: audit 2024-03-21T13:01:32.635420+0000 mon.a (mon.0) 1444 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:33.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:32 smithi178 bash[14494]: cluster 2024-03-21T13:01:31.637501+0000 mgr.x (mgr.25322) 16 : cluster [DBG] pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:33.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:32 smithi178 bash[14494]: cluster 2024-03-21T13:01:31.774017+0000 mon.a (mon.0) 1440 : cluster [DBG] mgrmap e36: x(active, since 2s), standbys: y 2024-03-21T13:01:33.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:32 smithi178 bash[14494]: audit 2024-03-21T13:01:32.002254+0000 mon.a (mon.0) 1441 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi178.qfgpzc", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-03-21T13:01:33.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:32 smithi178 bash[14494]: cephadm 2024-03-21T13:01:32.003383+0000 mgr.x (mgr.25322) 17 : cephadm [INF] Reconfiguring iscsi.foo.smithi178.qfgpzc (dependencies changed)... 2024-03-21T13:01:33.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:32 smithi178 bash[14494]: audit 2024-03-21T13:01:32.012047+0000 mon.a (mon.0) 1442 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:01:33.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:32 smithi178 bash[14494]: cephadm 2024-03-21T13:01:32.015580+0000 mgr.x (mgr.25322) 18 : cephadm [INF] Reconfiguring daemon iscsi.foo.smithi178.qfgpzc on smithi178 2024-03-21T13:01:33.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:32 smithi178 bash[14494]: audit 2024-03-21T13:01:32.489183+0000 mon.a (mon.0) 1443 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:33.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:32 smithi178 bash[14494]: audit 2024-03-21T13:01:32.635420+0000 mon.a (mon.0) 1444 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:33.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:32 smithi184 bash[14608]: cluster 2024-03-21T13:01:31.637501+0000 mgr.x (mgr.25322) 16 : cluster [DBG] pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:33.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:32 smithi184 bash[14608]: cluster 2024-03-21T13:01:31.774017+0000 mon.a (mon.0) 1440 : cluster [DBG] mgrmap e36: x(active, since 2s), standbys: y 2024-03-21T13:01:33.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:32 smithi184 bash[14608]: audit 2024-03-21T13:01:32.002254+0000 mon.a (mon.0) 1441 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi178.qfgpzc", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-03-21T13:01:33.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:32 smithi184 bash[14608]: cephadm 2024-03-21T13:01:32.003383+0000 mgr.x (mgr.25322) 17 : cephadm [INF] Reconfiguring iscsi.foo.smithi178.qfgpzc (dependencies changed)... 2024-03-21T13:01:33.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:32 smithi184 bash[14608]: audit 2024-03-21T13:01:32.012047+0000 mon.a (mon.0) 1442 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:01:33.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:32 smithi184 bash[14608]: cephadm 2024-03-21T13:01:32.015580+0000 mgr.x (mgr.25322) 18 : cephadm [INF] Reconfiguring daemon iscsi.foo.smithi178.qfgpzc on smithi178 2024-03-21T13:01:33.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:32 smithi184 bash[14608]: audit 2024-03-21T13:01:32.489183+0000 mon.a (mon.0) 1443 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:33.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:32 smithi184 bash[14608]: audit 2024-03-21T13:01:32.635420+0000 mon.a (mon.0) 1444 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:33.801 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:01:33 smithi184 bash[51481]: ts=2024-03-21T13:01:33.509Z caller=manager.go:609 level=warn component="rule manager" group=nodes msg="Evaluating rule failed" rule="alert: CephNodeDiskspaceWarning\nexpr: predict_linear(node_filesystem_free_bytes{device=~\"/.*\"}[2d], 3600 * 24 * 5)\n * on(instance) group_left(nodename) node_uname_info < 0\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.8.4\n severity: warning\n type: ceph_default\nannotations:\n description: Mountpoint {{ $labels.mountpoint }} on {{ $labels.nodename }} will\n be full in less than 5 days based on the 48 hour trailing fill rate.\n summary: Host filesystem free space is getting low\n" err="found duplicate series for the match group {instance=\"smithi178\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi178\", job=\"node\", machine=\"x86_64\", nodename=\"smithi178\", release=\"5.4.0-174-generic\", sysname=\"Linux\", version=\"#193-Ubuntu SMP Thu Mar 7 14:29:28 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"a94f249e-e780-11ee-95cd-87774f69a715\", domainname=\"(none)\", instance=\"smithi178\", job=\"node\", machine=\"x86_64\", nodename=\"smithi178\", release=\"5.4.0-174-generic\", sysname=\"Linux\", version=\"#193-Ubuntu SMP Thu Mar 7 14:29:28 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-21T13:01:33.957 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:33 smithi178 bash[14494]: audit 2024-03-21T13:01:32.789598+0000 mon.a (mon.0) 1445 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:33.958 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:33 smithi178 bash[20270]: audit 2024-03-21T13:01:32.789598+0000 mon.a (mon.0) 1445 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:34.023 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:33 smithi184 bash[14608]: audit 2024-03-21T13:01:32.789598+0000 mon.a (mon.0) 1445 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:35.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:34 smithi178 bash[14494]: cluster 2024-03-21T13:01:33.638060+0000 mgr.x (mgr.25322) 19 : cluster [DBG] pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:35.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:34 smithi178 bash[14494]: cluster 2024-03-21T13:01:33.808896+0000 mon.a (mon.0) 1446 : cluster [DBG] mgrmap e37: x(active, since 4s), standbys: y 2024-03-21T13:01:35.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:34 smithi178 bash[14494]: audit 2024-03-21T13:01:33.952846+0000 mon.a (mon.0) 1447 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:35.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:34 smithi178 bash[20270]: cluster 2024-03-21T13:01:33.638060+0000 mgr.x (mgr.25322) 19 : cluster [DBG] pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:35.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:34 smithi178 bash[20270]: cluster 2024-03-21T13:01:33.808896+0000 mon.a (mon.0) 1446 : cluster [DBG] mgrmap e37: x(active, since 4s), standbys: y 2024-03-21T13:01:35.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:34 smithi178 bash[20270]: audit 2024-03-21T13:01:33.952846+0000 mon.a (mon.0) 1447 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:35.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:34 smithi184 bash[14608]: cluster 2024-03-21T13:01:33.638060+0000 mgr.x (mgr.25322) 19 : cluster [DBG] pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:35.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:34 smithi184 bash[14608]: cluster 2024-03-21T13:01:33.808896+0000 mon.a (mon.0) 1446 : cluster [DBG] mgrmap e37: x(active, since 4s), standbys: y 2024-03-21T13:01:35.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:34 smithi184 bash[14608]: audit 2024-03-21T13:01:33.952846+0000 mon.a (mon.0) 1447 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:37.531 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:37 smithi184 bash[14608]: cluster 2024-03-21T13:01:35.639299+0000 mgr.x (mgr.25322) 20 : cluster [DBG] pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 41 KiB/s rd, 0 B/s wr, 23 op/s 2024-03-21T13:01:37.531 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:37 smithi184 bash[14608]: audit 2024-03-21T13:01:36.161500+0000 mon.a (mon.0) 1448 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:37.531 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:37 smithi184 bash[14608]: audit 2024-03-21T13:01:36.171768+0000 mon.a (mon.0) 1449 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:37.531 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:37 smithi184 bash[14608]: audit 2024-03-21T13:01:36.181480+0000 mon.a (mon.0) 1450 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:37.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:37 smithi178 bash[14494]: cluster 2024-03-21T13:01:35.639299+0000 mgr.x (mgr.25322) 20 : cluster [DBG] pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 41 KiB/s rd, 0 B/s wr, 23 op/s 2024-03-21T13:01:37.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:37 smithi178 bash[14494]: audit 2024-03-21T13:01:36.161500+0000 mon.a (mon.0) 1448 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:37.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:37 smithi178 bash[14494]: audit 2024-03-21T13:01:36.171768+0000 mon.a (mon.0) 1449 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:37.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:37 smithi178 bash[14494]: audit 2024-03-21T13:01:36.181480+0000 mon.a (mon.0) 1450 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:37.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:37 smithi178 bash[20270]: cluster 2024-03-21T13:01:35.639299+0000 mgr.x (mgr.25322) 20 : cluster [DBG] pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 41 KiB/s rd, 0 B/s wr, 23 op/s 2024-03-21T13:01:37.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:37 smithi178 bash[20270]: audit 2024-03-21T13:01:36.161500+0000 mon.a (mon.0) 1448 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:37.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:37 smithi178 bash[20270]: audit 2024-03-21T13:01:36.171768+0000 mon.a (mon.0) 1449 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:37.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:37 smithi178 bash[20270]: audit 2024-03-21T13:01:36.181480+0000 mon.a (mon.0) 1450 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:38.062 INFO:teuthology.orchestra.run.smithi178.stdout:true 2024-03-21T13:01:38.140 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:01:38 smithi184 systemd[1]: ceph-a94f249e-e780-11ee-95cd-87774f69a715@grafana.a.service: Scheduled restart job, restart counter is at 5. 2024-03-21T13:01:38.140 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:01:38 smithi184 systemd[1]: Stopped Ceph grafana.a for a94f249e-e780-11ee-95cd-87774f69a715. 2024-03-21T13:01:38.141 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:01:38 smithi184 systemd[1]: Started Ceph grafana.a for a94f249e-e780-11ee-95cd-87774f69a715. 2024-03-21T13:01:38.849 INFO:teuthology.orchestra.run.smithi178.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-21T13:01:38.849 INFO:teuthology.orchestra.run.smithi178.stdout:agent.smithi178 smithi178 running 2s ago 15m - - 2024-03-21T13:01:38.849 INFO:teuthology.orchestra.run.smithi178.stdout:agent.smithi184 smithi184 running 25s ago 15m - - 2024-03-21T13:01:38.850 INFO:teuthology.orchestra.run.smithi178.stdout:alertmanager.a smithi178 *:9093,9094 running (111s) 2s ago 8m 16.3M - 0.23.0 ba2b418f427c b9533705fcaf 2024-03-21T13:01:38.850 INFO:teuthology.orchestra.run.smithi178.stdout:grafana.a smithi184 *:3000 running 25s ago 8m - - 2024-03-21T13:01:38.850 INFO:teuthology.orchestra.run.smithi178.stdout:iscsi.foo.smithi178.qfgpzc smithi178 running (38s) 2s ago 6m 44.7M - 3.5 e1d6a67b021e 0b3f1e7a43df 2024-03-21T13:01:38.850 INFO:teuthology.orchestra.run.smithi178.stdout:mgr.x smithi184 *:8443,9283,8765 starting - - - - 2024-03-21T13:01:38.850 INFO:teuthology.orchestra.run.smithi178.stdout:mgr.y smithi178 *:8443,9283,8765 running (58s) 2s ago 16m 441M - 19.0.0-2267-g960fbbe4 19e12293512f a7887cd75875 2024-03-21T13:01:38.851 INFO:teuthology.orchestra.run.smithi178.stdout:mon.a smithi178 running (16m) 2s ago 16m 72.2M 2048M 17.2.0 e1d6a67b021e 929eab85bff1 2024-03-21T13:01:38.851 INFO:teuthology.orchestra.run.smithi178.stdout:mon.b smithi184 running (15m) 25s ago 15m 55.4M 2048M 17.2.0 e1d6a67b021e 2c060c770e3f 2024-03-21T13:01:38.851 INFO:teuthology.orchestra.run.smithi178.stdout:mon.c smithi178 running (15m) 2s ago 15m 55.5M 2048M 17.2.0 e1d6a67b021e cf8630e7a11b 2024-03-21T13:01:38.851 INFO:teuthology.orchestra.run.smithi178.stdout:node-exporter.a smithi178 *:9100 running (2m) 2s ago 8m 11.7M - 1.3.1 1dbe0e931976 5d4ec1307be5 2024-03-21T13:01:38.851 INFO:teuthology.orchestra.run.smithi178.stdout:node-exporter.b smithi184 *:9100 running (82s) 25s ago 8m 10.8M - 1.3.1 1dbe0e931976 2a37d9a9b638 2024-03-21T13:01:38.851 INFO:teuthology.orchestra.run.smithi178.stdout:osd.0 smithi178 running (14m) 2s ago 14m 59.0M 4096M 17.2.0 e1d6a67b021e d6b8ef28417b 2024-03-21T13:01:38.852 INFO:teuthology.orchestra.run.smithi178.stdout:osd.1 smithi178 running (13m) 2s ago 13m 60.2M 4096M 17.2.0 e1d6a67b021e f1a18d3887e4 2024-03-21T13:01:38.852 INFO:teuthology.orchestra.run.smithi178.stdout:osd.2 smithi178 running (13m) 2s ago 13m 55.1M 4096M 17.2.0 e1d6a67b021e 20f205591c9c 2024-03-21T13:01:38.852 INFO:teuthology.orchestra.run.smithi178.stdout:osd.3 smithi178 running (12m) 2s ago 12m 57.0M 4096M 17.2.0 e1d6a67b021e a4f15fefa0b8 2024-03-21T13:01:38.852 INFO:teuthology.orchestra.run.smithi178.stdout:osd.4 smithi184 running (11m) 25s ago 11m 57.6M 4096M 17.2.0 e1d6a67b021e e20e0f763007 2024-03-21T13:01:38.852 INFO:teuthology.orchestra.run.smithi178.stdout:osd.5 smithi184 running (11m) 25s ago 11m 55.5M 4096M 17.2.0 e1d6a67b021e a0e050155046 2024-03-21T13:01:38.852 INFO:teuthology.orchestra.run.smithi178.stdout:osd.6 smithi184 running (10m) 25s ago 10m 55.2M 4096M 17.2.0 e1d6a67b021e 68fa324445fb 2024-03-21T13:01:38.853 INFO:teuthology.orchestra.run.smithi178.stdout:osd.7 smithi184 running (9m) 25s ago 9m 56.4M 4096M 17.2.0 e1d6a67b021e 9153684ac7cd 2024-03-21T13:01:38.853 INFO:teuthology.orchestra.run.smithi178.stdout:prometheus.a smithi184 *:9095 running (28s) 25s ago 8m - - 2.33.4 514e6a882f6e 1a0b9a2a95c7 2024-03-21T13:01:38.853 INFO:teuthology.orchestra.run.smithi178.stdout:rgw.foo.smithi178.amgrte smithi178 *:8000 running (6m) 2s ago 6m 86.4M - 17.2.0 e1d6a67b021e d914bef5b616 2024-03-21T13:01:38.853 INFO:teuthology.orchestra.run.smithi178.stdout:rgw.foo.smithi184.sylqte smithi184 *:8000 running (6m) 25s ago 6m 86.5M - 17.2.0 e1d6a67b021e 71e9025bfe7b 2024-03-21T13:01:38.853 INFO:teuthology.orchestra.run.smithi178.stdout:rgw.smpl.smithi178.avyvkd smithi178 *:80 running (6m) 2s ago 6m 87.2M - 17.2.0 e1d6a67b021e 95dce05fca01 2024-03-21T13:01:38.853 INFO:teuthology.orchestra.run.smithi178.stdout:rgw.smpl.smithi184.ccsuhn smithi184 *:80 running (6m) 25s ago 6m 86.6M - 17.2.0 e1d6a67b021e c3b20c5f0cde 2024-03-21T13:01:39.305 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:01:39 smithi184 bash[54098]: Failed to start grafana. error: failed to create log directory "/usr/share/grafana/data/log": mkdir /usr/share/grafana/data: permission denied 2024-03-21T13:01:39.305 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:01:39 smithi184 bash[54098]: failed to create log directory "/usr/share/grafana/data/log": mkdir /usr/share/grafana/data: permission denied 2024-03-21T13:01:39.306 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:39 smithi184 bash[14608]: cluster 2024-03-21T13:01:37.640568+0000 mgr.x (mgr.25322) 21 : cluster [DBG] pgmap v7: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 30 KiB/s rd, 0 B/s wr, 17 op/s 2024-03-21T13:01:39.306 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:39 smithi184 bash[14608]: audit 2024-03-21T13:01:38.044054+0000 mgr.x (mgr.25322) 22 : audit [DBG] from='client.15537 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:01:39.306 INFO:teuthology.orchestra.run.smithi178.stdout:{ 2024-03-21T13:01:39.306 INFO:teuthology.orchestra.run.smithi178.stdout: "mon": { 2024-03-21T13:01:39.306 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3 2024-03-21T13:01:39.306 INFO:teuthology.orchestra.run.smithi178.stdout: }, 2024-03-21T13:01:39.307 INFO:teuthology.orchestra.run.smithi178.stdout: "mgr": { 2024-03-21T13:01:39.307 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 2 2024-03-21T13:01:39.307 INFO:teuthology.orchestra.run.smithi178.stdout: }, 2024-03-21T13:01:39.307 INFO:teuthology.orchestra.run.smithi178.stdout: "osd": { 2024-03-21T13:01:39.307 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2024-03-21T13:01:39.307 INFO:teuthology.orchestra.run.smithi178.stdout: }, 2024-03-21T13:01:39.307 INFO:teuthology.orchestra.run.smithi178.stdout: "mds": {}, 2024-03-21T13:01:39.307 INFO:teuthology.orchestra.run.smithi178.stdout: "rgw": { 2024-03-21T13:01:39.307 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2024-03-21T13:01:39.307 INFO:teuthology.orchestra.run.smithi178.stdout: }, 2024-03-21T13:01:39.307 INFO:teuthology.orchestra.run.smithi178.stdout: "overall": { 2024-03-21T13:01:39.307 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 15, 2024-03-21T13:01:39.307 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 2 2024-03-21T13:01:39.307 INFO:teuthology.orchestra.run.smithi178.stdout: } 2024-03-21T13:01:39.307 INFO:teuthology.orchestra.run.smithi178.stdout:} 2024-03-21T13:01:39.494 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:39 smithi178 bash[14494]: cluster 2024-03-21T13:01:37.640568+0000 mgr.x (mgr.25322) 21 : cluster [DBG] pgmap v7: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 30 KiB/s rd, 0 B/s wr, 17 op/s 2024-03-21T13:01:39.494 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:39 smithi178 bash[14494]: audit 2024-03-21T13:01:38.044054+0000 mgr.x (mgr.25322) 22 : audit [DBG] from='client.15537 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:01:39.494 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:39 smithi178 bash[20270]: cluster 2024-03-21T13:01:37.640568+0000 mgr.x (mgr.25322) 21 : cluster [DBG] pgmap v7: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 30 KiB/s rd, 0 B/s wr, 17 op/s 2024-03-21T13:01:39.494 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:39 smithi178 bash[20270]: audit 2024-03-21T13:01:38.044054+0000 mgr.x (mgr.25322) 22 : audit [DBG] from='client.15537 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:01:39.711 INFO:teuthology.orchestra.run.smithi178.stdout:{ 2024-03-21T13:01:39.711 INFO:teuthology.orchestra.run.smithi178.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753", 2024-03-21T13:01:39.711 INFO:teuthology.orchestra.run.smithi178.stdout: "in_progress": true, 2024-03-21T13:01:39.711 INFO:teuthology.orchestra.run.smithi178.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-21T13:01:39.711 INFO:teuthology.orchestra.run.smithi178.stdout: "services_complete": [], 2024-03-21T13:01:39.711 INFO:teuthology.orchestra.run.smithi178.stdout: "progress": "", 2024-03-21T13:01:39.711 INFO:teuthology.orchestra.run.smithi178.stdout: "message": "", 2024-03-21T13:01:39.711 INFO:teuthology.orchestra.run.smithi178.stdout: "is_paused": false 2024-03-21T13:01:39.711 INFO:teuthology.orchestra.run.smithi178.stdout:} 2024-03-21T13:01:40.157 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:01:39 smithi184 systemd[1]: ceph-a94f249e-e780-11ee-95cd-87774f69a715@grafana.a.service: Main process exited, code=exited, status=1/FAILURE 2024-03-21T13:01:40.157 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:01:39 smithi184 systemd[1]: ceph-a94f249e-e780-11ee-95cd-87774f69a715@grafana.a.service: Failed with result 'exit-code'. 2024-03-21T13:01:40.192 INFO:teuthology.orchestra.run.smithi178.stdout:HEALTH_OK 2024-03-21T13:01:40.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:40 smithi178 bash[14494]: audit 2024-03-21T13:01:38.444404+0000 mgr.x (mgr.25322) 23 : audit [DBG] from='client.25453 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:01:40.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:40 smithi178 bash[14494]: audit 2024-03-21T13:01:38.823707+0000 mgr.x (mgr.25322) 24 : audit [DBG] from='client.25459 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:01:40.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:40 smithi178 bash[14494]: audit 2024-03-21T13:01:39.303520+0000 mon.c (mon.1) 152 : audit [DBG] from='client.? 172.21.15.178:0/3411746464' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:01:40.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:40 smithi178 bash[14494]: audit 2024-03-21T13:01:39.552202+0000 mon.a (mon.0) 1451 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:40.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:40 smithi178 bash[14494]: audit 2024-03-21T13:01:39.560891+0000 mon.a (mon.0) 1452 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:40.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:40 smithi178 bash[14494]: audit 2024-03-21T13:01:39.596677+0000 mon.a (mon.0) 1453 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi184", "caps": []}]: dispatch 2024-03-21T13:01:40.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:40 smithi178 bash[20270]: audit 2024-03-21T13:01:38.444404+0000 mgr.x (mgr.25322) 23 : audit [DBG] from='client.25453 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:01:40.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:40 smithi178 bash[20270]: audit 2024-03-21T13:01:38.823707+0000 mgr.x (mgr.25322) 24 : audit [DBG] from='client.25459 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:01:40.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:40 smithi178 bash[20270]: audit 2024-03-21T13:01:39.303520+0000 mon.c (mon.1) 152 : audit [DBG] from='client.? 172.21.15.178:0/3411746464' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:01:40.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:40 smithi178 bash[20270]: audit 2024-03-21T13:01:39.552202+0000 mon.a (mon.0) 1451 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:40.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:40 smithi178 bash[20270]: audit 2024-03-21T13:01:39.560891+0000 mon.a (mon.0) 1452 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:40.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:40 smithi178 bash[20270]: audit 2024-03-21T13:01:39.596677+0000 mon.a (mon.0) 1453 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi184", "caps": []}]: dispatch 2024-03-21T13:01:40.534 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:40 smithi184 bash[14608]: audit 2024-03-21T13:01:38.444404+0000 mgr.x (mgr.25322) 23 : audit [DBG] from='client.25453 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:01:40.534 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:40 smithi184 bash[14608]: audit 2024-03-21T13:01:38.823707+0000 mgr.x (mgr.25322) 24 : audit [DBG] from='client.25459 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:01:40.534 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:40 smithi184 bash[14608]: audit 2024-03-21T13:01:39.303520+0000 mon.c (mon.1) 152 : audit [DBG] from='client.? 172.21.15.178:0/3411746464' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:01:40.534 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:40 smithi184 bash[14608]: audit 2024-03-21T13:01:39.552202+0000 mon.a (mon.0) 1451 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:40.534 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:40 smithi184 bash[14608]: audit 2024-03-21T13:01:39.560891+0000 mon.a (mon.0) 1452 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:40.535 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:40 smithi184 bash[14608]: audit 2024-03-21T13:01:39.596677+0000 mon.a (mon.0) 1453 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi184", "caps": []}]: dispatch 2024-03-21T13:01:41.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:41 smithi178 bash[14494]: cluster 2024-03-21T13:01:39.641277+0000 mgr.x (mgr.25322) 25 : cluster [DBG] pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 24 KiB/s rd, 0 B/s wr, 13 op/s 2024-03-21T13:01:41.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:41 smithi178 bash[14494]: audit 2024-03-21T13:01:39.709793+0000 mgr.x (mgr.25322) 26 : audit [DBG] from='client.25471 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:01:41.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:41 smithi178 bash[14494]: cephadm 2024-03-21T13:01:39.930354+0000 mgr.x (mgr.25322) 27 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-03-21T13:01:41.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:41 smithi178 bash[14494]: cephadm 2024-03-21T13:01:40.163256+0000 mgr.x (mgr.25322) 28 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi184 2024-03-21T13:01:41.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:41 smithi178 bash[14494]: audit 2024-03-21T13:01:40.167494+0000 mon.a (mon.0) 1454 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:41.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:41 smithi178 bash[14494]: audit 2024-03-21T13:01:40.189833+0000 mon.a (mon.0) 1455 : audit [DBG] from='client.? 172.21.15.178:0/3485892495' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T13:01:41.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:41 smithi178 bash[14494]: audit 2024-03-21T13:01:40.323052+0000 mon.a (mon.0) 1456 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:41.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:41 smithi178 bash[14494]: audit 2024-03-21T13:01:40.332540+0000 mon.a (mon.0) 1457 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:41.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:41 smithi178 bash[14494]: cluster 2024-03-21T13:01:40.336201+0000 mgr.x (mgr.25322) 29 : cluster [DBG] pgmap v9: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 22 KiB/s rd, 0 B/s wr, 12 op/s 2024-03-21T13:01:41.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:41 smithi178 bash[14494]: audit 2024-03-21T13:01:40.341004+0000 mon.a (mon.0) 1458 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:41.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:41 smithi178 bash[14494]: audit 2024-03-21T13:01:40.510318+0000 mon.a (mon.0) 1459 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:41.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:41 smithi178 bash[14494]: audit 2024-03-21T13:01:40.520366+0000 mon.a (mon.0) 1460 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:41.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:41 smithi178 bash[14494]: audit 2024-03-21T13:01:40.529059+0000 mon.a (mon.0) 1461 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:41.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:41 smithi178 bash[14494]: cluster 2024-03-21T13:01:40.557672+0000 mon.a (mon.0) 1462 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-21T13:01:41.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:41 smithi178 bash[20270]: cluster 2024-03-21T13:01:39.641277+0000 mgr.x (mgr.25322) 25 : cluster [DBG] pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 24 KiB/s rd, 0 B/s wr, 13 op/s 2024-03-21T13:01:41.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:41 smithi178 bash[20270]: audit 2024-03-21T13:01:39.709793+0000 mgr.x (mgr.25322) 26 : audit [DBG] from='client.25471 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:01:41.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:41 smithi178 bash[20270]: cephadm 2024-03-21T13:01:39.930354+0000 mgr.x (mgr.25322) 27 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-03-21T13:01:41.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:41 smithi178 bash[20270]: cephadm 2024-03-21T13:01:40.163256+0000 mgr.x (mgr.25322) 28 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi184 2024-03-21T13:01:41.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:41 smithi178 bash[20270]: audit 2024-03-21T13:01:40.167494+0000 mon.a (mon.0) 1454 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:41.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:41 smithi178 bash[20270]: audit 2024-03-21T13:01:40.189833+0000 mon.a (mon.0) 1455 : audit [DBG] from='client.? 172.21.15.178:0/3485892495' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T13:01:41.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:41 smithi178 bash[20270]: audit 2024-03-21T13:01:40.323052+0000 mon.a (mon.0) 1456 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:41.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:41 smithi178 bash[20270]: audit 2024-03-21T13:01:40.332540+0000 mon.a (mon.0) 1457 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:41.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:41 smithi178 bash[20270]: cluster 2024-03-21T13:01:40.336201+0000 mgr.x (mgr.25322) 29 : cluster [DBG] pgmap v9: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 22 KiB/s rd, 0 B/s wr, 12 op/s 2024-03-21T13:01:41.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:41 smithi178 bash[20270]: audit 2024-03-21T13:01:40.341004+0000 mon.a (mon.0) 1458 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:41.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:41 smithi178 bash[20270]: audit 2024-03-21T13:01:40.510318+0000 mon.a (mon.0) 1459 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:41.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:41 smithi178 bash[20270]: audit 2024-03-21T13:01:40.520366+0000 mon.a (mon.0) 1460 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:41.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:41 smithi178 bash[20270]: audit 2024-03-21T13:01:40.529059+0000 mon.a (mon.0) 1461 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:41.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:41 smithi178 bash[20270]: cluster 2024-03-21T13:01:40.557672+0000 mon.a (mon.0) 1462 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-21T13:01:41.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:41 smithi184 bash[14608]: cluster 2024-03-21T13:01:39.641277+0000 mgr.x (mgr.25322) 25 : cluster [DBG] pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 24 KiB/s rd, 0 B/s wr, 13 op/s 2024-03-21T13:01:41.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:41 smithi184 bash[14608]: audit 2024-03-21T13:01:39.709793+0000 mgr.x (mgr.25322) 26 : audit [DBG] from='client.25471 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:01:41.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:41 smithi184 bash[14608]: cephadm 2024-03-21T13:01:39.930354+0000 mgr.x (mgr.25322) 27 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-03-21T13:01:41.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:41 smithi184 bash[14608]: cephadm 2024-03-21T13:01:40.163256+0000 mgr.x (mgr.25322) 28 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi184 2024-03-21T13:01:41.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:41 smithi184 bash[14608]: audit 2024-03-21T13:01:40.167494+0000 mon.a (mon.0) 1454 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:41.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:41 smithi184 bash[14608]: audit 2024-03-21T13:01:40.189833+0000 mon.a (mon.0) 1455 : audit [DBG] from='client.? 172.21.15.178:0/3485892495' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T13:01:41.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:41 smithi184 bash[14608]: audit 2024-03-21T13:01:40.323052+0000 mon.a (mon.0) 1456 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:41.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:41 smithi184 bash[14608]: audit 2024-03-21T13:01:40.332540+0000 mon.a (mon.0) 1457 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:41.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:41 smithi184 bash[14608]: cluster 2024-03-21T13:01:40.336201+0000 mgr.x (mgr.25322) 29 : cluster [DBG] pgmap v9: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 22 KiB/s rd, 0 B/s wr, 12 op/s 2024-03-21T13:01:41.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:41 smithi184 bash[14608]: audit 2024-03-21T13:01:40.341004+0000 mon.a (mon.0) 1458 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:41.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:41 smithi184 bash[14608]: audit 2024-03-21T13:01:40.510318+0000 mon.a (mon.0) 1459 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:41.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:41 smithi184 bash[14608]: audit 2024-03-21T13:01:40.520366+0000 mon.a (mon.0) 1460 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:41.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:41 smithi184 bash[14608]: audit 2024-03-21T13:01:40.529059+0000 mon.a (mon.0) 1461 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:41.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:41 smithi184 bash[14608]: cluster 2024-03-21T13:01:40.557672+0000 mon.a (mon.0) 1462 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-21T13:01:42.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:42 smithi178 bash[14494]: cluster 2024-03-21T13:01:40.523557+0000 mgr.x (mgr.25322) 30 : cluster [DBG] pgmap v10: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 24 KiB/s rd, 0 B/s wr, 13 op/s 2024-03-21T13:01:42.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:42 smithi178 bash[14494]: cluster 2024-03-21T13:01:40.523885+0000 mgr.x (mgr.25322) 31 : cluster [DBG] pgmap v11: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 31 KiB/s rd, 0 B/s wr, 17 op/s 2024-03-21T13:01:42.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:42 smithi178 bash[20270]: cluster 2024-03-21T13:01:40.523557+0000 mgr.x (mgr.25322) 30 : cluster [DBG] pgmap v10: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 24 KiB/s rd, 0 B/s wr, 13 op/s 2024-03-21T13:01:42.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:42 smithi178 bash[20270]: cluster 2024-03-21T13:01:40.523885+0000 mgr.x (mgr.25322) 31 : cluster [DBG] pgmap v11: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 31 KiB/s rd, 0 B/s wr, 17 op/s 2024-03-21T13:01:42.541 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:42 smithi184 bash[14608]: cluster 2024-03-21T13:01:40.523557+0000 mgr.x (mgr.25322) 30 : cluster [DBG] pgmap v10: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 24 KiB/s rd, 0 B/s wr, 13 op/s 2024-03-21T13:01:42.541 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:42 smithi184 bash[14608]: cluster 2024-03-21T13:01:40.523885+0000 mgr.x (mgr.25322) 31 : cluster [DBG] pgmap v11: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 31 KiB/s rd, 0 B/s wr, 17 op/s 2024-03-21T13:01:43.028 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:01:42 smithi178 bash[63098]: ::ffff:172.21.15.184 - - [21/Mar/2024:13:01:42] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-21T13:01:43.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:43 smithi178 bash[14494]: audit 2024-03-21T13:01:42.351217+0000 mon.a (mon.0) 1463 : audit [DBG] from='client.? 172.21.15.178:0/1435369236' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2024-03-21T13:01:43.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:43 smithi178 bash[14494]: audit 2024-03-21T13:01:42.733542+0000 mon.a (mon.0) 1464 : audit [INF] from='client.? 172.21.15.178:0/1355305249' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:0/104903402"}]: dispatch 2024-03-21T13:01:43.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:43 smithi178 bash[20270]: audit 2024-03-21T13:01:42.351217+0000 mon.a (mon.0) 1463 : audit [DBG] from='client.? 172.21.15.178:0/1435369236' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2024-03-21T13:01:43.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:43 smithi178 bash[20270]: audit 2024-03-21T13:01:42.733542+0000 mon.a (mon.0) 1464 : audit [INF] from='client.? 172.21.15.178:0/1355305249' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:0/104903402"}]: dispatch 2024-03-21T13:01:43.510 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:43 smithi184 bash[14608]: audit 2024-03-21T13:01:42.351217+0000 mon.a (mon.0) 1463 : audit [DBG] from='client.? 172.21.15.178:0/1435369236' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2024-03-21T13:01:43.510 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:43 smithi184 bash[14608]: audit 2024-03-21T13:01:42.733542+0000 mon.a (mon.0) 1464 : audit [INF] from='client.? 172.21.15.178:0/1355305249' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:0/104903402"}]: dispatch 2024-03-21T13:01:43.822 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:01:43 smithi184 bash[51481]: ts=2024-03-21T13:01:43.509Z caller=manager.go:609 level=warn component="rule manager" group=nodes msg="Evaluating rule failed" rule="alert: CephNodeDiskspaceWarning\nexpr: predict_linear(node_filesystem_free_bytes{device=~\"/.*\"}[2d], 3600 * 24 * 5)\n * on(instance) group_left(nodename) node_uname_info < 0\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.8.4\n severity: warning\n type: ceph_default\nannotations:\n description: Mountpoint {{ $labels.mountpoint }} on {{ $labels.nodename }} will\n be full in less than 5 days based on the 48 hour trailing fill rate.\n summary: Host filesystem free space is getting low\n" err="found duplicate series for the match group {instance=\"smithi178\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi178\", job=\"node\", machine=\"x86_64\", nodename=\"smithi178\", release=\"5.4.0-174-generic\", sysname=\"Linux\", version=\"#193-Ubuntu SMP Thu Mar 7 14:29:28 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"a94f249e-e780-11ee-95cd-87774f69a715\", domainname=\"(none)\", instance=\"smithi178\", job=\"node\", machine=\"x86_64\", nodename=\"smithi178\", release=\"5.4.0-174-generic\", sysname=\"Linux\", version=\"#193-Ubuntu SMP Thu Mar 7 14:29:28 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-21T13:01:44.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:44 smithi178 bash[20270]: cluster 2024-03-21T13:01:42.525509+0000 mgr.x (mgr.25322) 32 : cluster [DBG] pgmap v12: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-03-21T13:01:44.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:44 smithi178 bash[20270]: audit 2024-03-21T13:01:43.201042+0000 mon.a (mon.0) 1465 : audit [INF] from='client.? 172.21.15.178:0/1355305249' entity='client.iscsi.foo.smithi178.qfgpzc' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:0/104903402"}]': finished 2024-03-21T13:01:44.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:44 smithi178 bash[20270]: cluster 2024-03-21T13:01:43.201245+0000 mon.a (mon.0) 1466 : cluster [DBG] osdmap e109: 8 total, 8 up, 8 in 2024-03-21T13:01:44.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:44 smithi178 bash[20270]: audit 2024-03-21T13:01:43.577038+0000 mon.a (mon.0) 1467 : audit [INF] from='client.? 172.21.15.178:0/288207947' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:0/2847583461"}]: dispatch 2024-03-21T13:01:44.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:44 smithi178 bash[14494]: cluster 2024-03-21T13:01:42.525509+0000 mgr.x (mgr.25322) 32 : cluster [DBG] pgmap v12: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-03-21T13:01:44.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:44 smithi178 bash[14494]: audit 2024-03-21T13:01:43.201042+0000 mon.a (mon.0) 1465 : audit [INF] from='client.? 172.21.15.178:0/1355305249' entity='client.iscsi.foo.smithi178.qfgpzc' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:0/104903402"}]': finished 2024-03-21T13:01:44.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:44 smithi178 bash[14494]: cluster 2024-03-21T13:01:43.201245+0000 mon.a (mon.0) 1466 : cluster [DBG] osdmap e109: 8 total, 8 up, 8 in 2024-03-21T13:01:44.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:44 smithi178 bash[14494]: audit 2024-03-21T13:01:43.577038+0000 mon.a (mon.0) 1467 : audit [INF] from='client.? 172.21.15.178:0/288207947' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:0/2847583461"}]: dispatch 2024-03-21T13:01:44.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:44 smithi184 bash[14608]: cluster 2024-03-21T13:01:42.525509+0000 mgr.x (mgr.25322) 32 : cluster [DBG] pgmap v12: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-03-21T13:01:44.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:44 smithi184 bash[14608]: audit 2024-03-21T13:01:43.201042+0000 mon.a (mon.0) 1465 : audit [INF] from='client.? 172.21.15.178:0/1355305249' entity='client.iscsi.foo.smithi178.qfgpzc' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:0/104903402"}]': finished 2024-03-21T13:01:44.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:44 smithi184 bash[14608]: cluster 2024-03-21T13:01:43.201245+0000 mon.a (mon.0) 1466 : cluster [DBG] osdmap e109: 8 total, 8 up, 8 in 2024-03-21T13:01:44.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:44 smithi184 bash[14608]: audit 2024-03-21T13:01:43.577038+0000 mon.a (mon.0) 1467 : audit [INF] from='client.? 172.21.15.178:0/288207947' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:0/2847583461"}]: dispatch 2024-03-21T13:01:45.452 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:45 smithi184 bash[14608]: audit 2024-03-21T13:01:44.201099+0000 mon.a (mon.0) 1468 : audit [INF] from='client.? 172.21.15.178:0/288207947' entity='client.iscsi.foo.smithi178.qfgpzc' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:0/2847583461"}]': finished 2024-03-21T13:01:45.452 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:45 smithi184 bash[14608]: cluster 2024-03-21T13:01:44.201330+0000 mon.a (mon.0) 1469 : cluster [DBG] osdmap e110: 8 total, 8 up, 8 in 2024-03-21T13:01:45.452 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:45 smithi184 bash[14608]: audit 2024-03-21T13:01:44.588925+0000 mon.a (mon.0) 1470 : audit [INF] from='client.? 172.21.15.178:0/2652131549' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:6801/4073472098"}]: dispatch 2024-03-21T13:01:45.452 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:45 smithi184 bash[14608]: audit 2024-03-21T13:01:44.772558+0000 mon.a (mon.0) 1471 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:45.452 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:45 smithi184 bash[14608]: audit 2024-03-21T13:01:44.774890+0000 mon.a (mon.0) 1472 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:01:45.452 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:45 smithi184 bash[14608]: audit 2024-03-21T13:01:45.122211+0000 mon.a (mon.0) 1473 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:45.452 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:45 smithi184 bash[14608]: audit 2024-03-21T13:01:45.133206+0000 mon.a (mon.0) 1474 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:45.452 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:45 smithi184 bash[14608]: audit 2024-03-21T13:01:45.142854+0000 mon.a (mon.0) 1475 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:45.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:45 smithi178 bash[20270]: audit 2024-03-21T13:01:44.201099+0000 mon.a (mon.0) 1468 : audit [INF] from='client.? 172.21.15.178:0/288207947' entity='client.iscsi.foo.smithi178.qfgpzc' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:0/2847583461"}]': finished 2024-03-21T13:01:45.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:45 smithi178 bash[20270]: cluster 2024-03-21T13:01:44.201330+0000 mon.a (mon.0) 1469 : cluster [DBG] osdmap e110: 8 total, 8 up, 8 in 2024-03-21T13:01:45.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:45 smithi178 bash[20270]: audit 2024-03-21T13:01:44.588925+0000 mon.a (mon.0) 1470 : audit [INF] from='client.? 172.21.15.178:0/2652131549' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:6801/4073472098"}]: dispatch 2024-03-21T13:01:45.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:45 smithi178 bash[20270]: audit 2024-03-21T13:01:44.772558+0000 mon.a (mon.0) 1471 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:45.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:45 smithi178 bash[20270]: audit 2024-03-21T13:01:44.774890+0000 mon.a (mon.0) 1472 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:01:45.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:45 smithi178 bash[20270]: audit 2024-03-21T13:01:45.122211+0000 mon.a (mon.0) 1473 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:45.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:45 smithi178 bash[20270]: audit 2024-03-21T13:01:45.133206+0000 mon.a (mon.0) 1474 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:45.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:45 smithi178 bash[20270]: audit 2024-03-21T13:01:45.142854+0000 mon.a (mon.0) 1475 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:45.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:45 smithi178 bash[14494]: audit 2024-03-21T13:01:44.201099+0000 mon.a (mon.0) 1468 : audit [INF] from='client.? 172.21.15.178:0/288207947' entity='client.iscsi.foo.smithi178.qfgpzc' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:0/2847583461"}]': finished 2024-03-21T13:01:45.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:45 smithi178 bash[14494]: cluster 2024-03-21T13:01:44.201330+0000 mon.a (mon.0) 1469 : cluster [DBG] osdmap e110: 8 total, 8 up, 8 in 2024-03-21T13:01:45.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:45 smithi178 bash[14494]: audit 2024-03-21T13:01:44.588925+0000 mon.a (mon.0) 1470 : audit [INF] from='client.? 172.21.15.178:0/2652131549' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:6801/4073472098"}]: dispatch 2024-03-21T13:01:45.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:45 smithi178 bash[14494]: audit 2024-03-21T13:01:44.772558+0000 mon.a (mon.0) 1471 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:45.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:45 smithi178 bash[14494]: audit 2024-03-21T13:01:44.774890+0000 mon.a (mon.0) 1472 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:01:45.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:45 smithi178 bash[14494]: audit 2024-03-21T13:01:45.122211+0000 mon.a (mon.0) 1473 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:45.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:45 smithi178 bash[14494]: audit 2024-03-21T13:01:45.133206+0000 mon.a (mon.0) 1474 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:45.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:45 smithi178 bash[14494]: audit 2024-03-21T13:01:45.142854+0000 mon.a (mon.0) 1475 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:46.221 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:01:45 smithi184 systemd[1]: Stopping Ceph prometheus.a for a94f249e-e780-11ee-95cd-87774f69a715... 2024-03-21T13:01:46.222 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:01:45 smithi184 bash[51481]: ts=2024-03-21T13:01:45.906Z caller=main.go:775 level=warn msg="Received SIGTERM, exiting gracefully..." 2024-03-21T13:01:46.222 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:01:45 smithi184 bash[51481]: ts=2024-03-21T13:01:45.907Z caller=main.go:798 level=info msg="Stopping scrape discovery manager..." 2024-03-21T13:01:46.222 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:01:45 smithi184 bash[51481]: ts=2024-03-21T13:01:45.907Z caller=main.go:812 level=info msg="Stopping notify discovery manager..." 2024-03-21T13:01:46.222 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:01:45 smithi184 bash[51481]: ts=2024-03-21T13:01:45.907Z caller=main.go:834 level=info msg="Stopping scrape manager..." 2024-03-21T13:01:46.222 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:01:45 smithi184 bash[51481]: ts=2024-03-21T13:01:45.907Z caller=main.go:794 level=info msg="Scrape discovery manager stopped" 2024-03-21T13:01:46.222 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:01:45 smithi184 bash[51481]: ts=2024-03-21T13:01:45.907Z caller=main.go:808 level=info msg="Notify discovery manager stopped" 2024-03-21T13:01:46.222 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:01:45 smithi184 bash[51481]: ts=2024-03-21T13:01:45.907Z caller=main.go:828 level=info msg="Scrape manager stopped" 2024-03-21T13:01:46.222 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:01:45 smithi184 bash[51481]: ts=2024-03-21T13:01:45.907Z caller=manager.go:945 level=info component="rule manager" msg="Stopping rule manager..." 2024-03-21T13:01:46.222 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:01:45 smithi184 bash[51481]: ts=2024-03-21T13:01:45.908Z caller=manager.go:955 level=info component="rule manager" msg="Rule manager stopped" 2024-03-21T13:01:46.222 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:01:45 smithi184 bash[51481]: ts=2024-03-21T13:01:45.908Z caller=notifier.go:600 level=info component=notifier msg="Stopping notification manager..." 2024-03-21T13:01:46.222 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:01:45 smithi184 bash[51481]: ts=2024-03-21T13:01:45.908Z caller=main.go:1054 level=info msg="Notifier manager stopped" 2024-03-21T13:01:46.222 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:01:45 smithi184 bash[51481]: ts=2024-03-21T13:01:45.909Z caller=main.go:1066 level=info msg="See you next time!" 2024-03-21T13:01:46.322 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:46 smithi184 bash[14608]: cluster 2024-03-21T13:01:44.526340+0000 mgr.x (mgr.25322) 33 : cluster [DBG] pgmap v15: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 977 B/s rd, 1 op/s 2024-03-21T13:01:46.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:46 smithi184 bash[14608]: cluster 2024-03-21T13:01:45.136811+0000 mgr.x (mgr.25322) 34 : cluster [DBG] pgmap v16: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 887 B/s rd, 1 op/s 2024-03-21T13:01:46.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:46 smithi184 bash[14608]: cluster 2024-03-21T13:01:45.137352+0000 mgr.x (mgr.25322) 35 : cluster [DBG] pgmap v17: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 887 B/s rd, 1 op/s 2024-03-21T13:01:46.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:46 smithi184 bash[14608]: audit 2024-03-21T13:01:45.219006+0000 mon.a (mon.0) 1476 : audit [INF] from='client.? 172.21.15.178:0/2652131549' entity='client.iscsi.foo.smithi178.qfgpzc' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:6801/4073472098"}]': finished 2024-03-21T13:01:46.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:46 smithi184 bash[14608]: cluster 2024-03-21T13:01:45.219102+0000 mon.a (mon.0) 1477 : cluster [DBG] osdmap e111: 8 total, 8 up, 8 in 2024-03-21T13:01:46.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:46 smithi184 bash[14608]: audit 2024-03-21T13:01:45.614250+0000 mon.c (mon.1) 153 : audit [INF] from='client.? 172.21.15.178:0/3551786489' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:0/3167924925"}]: dispatch 2024-03-21T13:01:46.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:46 smithi184 bash[14608]: audit 2024-03-21T13:01:45.615205+0000 mon.a (mon.0) 1478 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:0/3167924925"}]: dispatch 2024-03-21T13:01:46.492 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:01:46 smithi184 bash[54622]: ceph-a94f249e-e780-11ee-95cd-87774f69a715-prometheus-a 2024-03-21T13:01:46.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:46 smithi178 bash[14494]: cluster 2024-03-21T13:01:44.526340+0000 mgr.x (mgr.25322) 33 : cluster [DBG] pgmap v15: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 977 B/s rd, 1 op/s 2024-03-21T13:01:46.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:46 smithi178 bash[14494]: cluster 2024-03-21T13:01:45.136811+0000 mgr.x (mgr.25322) 34 : cluster [DBG] pgmap v16: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 887 B/s rd, 1 op/s 2024-03-21T13:01:46.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:46 smithi178 bash[14494]: cluster 2024-03-21T13:01:45.137352+0000 mgr.x (mgr.25322) 35 : cluster [DBG] pgmap v17: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 887 B/s rd, 1 op/s 2024-03-21T13:01:46.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:46 smithi178 bash[14494]: audit 2024-03-21T13:01:45.219006+0000 mon.a (mon.0) 1476 : audit [INF] from='client.? 172.21.15.178:0/2652131549' entity='client.iscsi.foo.smithi178.qfgpzc' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:6801/4073472098"}]': finished 2024-03-21T13:01:46.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:46 smithi178 bash[14494]: cluster 2024-03-21T13:01:45.219102+0000 mon.a (mon.0) 1477 : cluster [DBG] osdmap e111: 8 total, 8 up, 8 in 2024-03-21T13:01:46.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:46 smithi178 bash[14494]: audit 2024-03-21T13:01:45.614250+0000 mon.c (mon.1) 153 : audit [INF] from='client.? 172.21.15.178:0/3551786489' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:0/3167924925"}]: dispatch 2024-03-21T13:01:46.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:46 smithi178 bash[14494]: audit 2024-03-21T13:01:45.615205+0000 mon.a (mon.0) 1478 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:0/3167924925"}]: dispatch 2024-03-21T13:01:46.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:46 smithi178 bash[20270]: cluster 2024-03-21T13:01:44.526340+0000 mgr.x (mgr.25322) 33 : cluster [DBG] pgmap v15: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 977 B/s rd, 1 op/s 2024-03-21T13:01:46.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:46 smithi178 bash[20270]: cluster 2024-03-21T13:01:45.136811+0000 mgr.x (mgr.25322) 34 : cluster [DBG] pgmap v16: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 887 B/s rd, 1 op/s 2024-03-21T13:01:46.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:46 smithi178 bash[20270]: cluster 2024-03-21T13:01:45.137352+0000 mgr.x (mgr.25322) 35 : cluster [DBG] pgmap v17: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 887 B/s rd, 1 op/s 2024-03-21T13:01:46.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:46 smithi178 bash[20270]: audit 2024-03-21T13:01:45.219006+0000 mon.a (mon.0) 1476 : audit [INF] from='client.? 172.21.15.178:0/2652131549' entity='client.iscsi.foo.smithi178.qfgpzc' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:6801/4073472098"}]': finished 2024-03-21T13:01:46.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:46 smithi178 bash[20270]: cluster 2024-03-21T13:01:45.219102+0000 mon.a (mon.0) 1477 : cluster [DBG] osdmap e111: 8 total, 8 up, 8 in 2024-03-21T13:01:46.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:46 smithi178 bash[20270]: audit 2024-03-21T13:01:45.614250+0000 mon.c (mon.1) 153 : audit [INF] from='client.? 172.21.15.178:0/3551786489' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:0/3167924925"}]: dispatch 2024-03-21T13:01:46.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:46 smithi178 bash[20270]: audit 2024-03-21T13:01:45.615205+0000 mon.a (mon.0) 1478 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:0/3167924925"}]: dispatch 2024-03-21T13:01:46.746 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:01:46 smithi184 bash[54659]: Error response from daemon: No such container: ceph-a94f249e-e780-11ee-95cd-87774f69a715-prometheus.a 2024-03-21T13:01:46.746 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:01:46 smithi184 systemd[1]: ceph-a94f249e-e780-11ee-95cd-87774f69a715@prometheus.a.service: Succeeded. 2024-03-21T13:01:46.746 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:01:46 smithi184 systemd[1]: Stopped Ceph prometheus.a for a94f249e-e780-11ee-95cd-87774f69a715. 2024-03-21T13:01:46.746 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:01:46 smithi184 systemd[1]: Started Ceph prometheus.a for a94f249e-e780-11ee-95cd-87774f69a715. 2024-03-21T13:01:47.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:47 smithi178 bash[20270]: audit 2024-03-21T13:01:46.286943+0000 mon.a (mon.0) 1479 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi178.qfgpzc' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:0/3167924925"}]': finished 2024-03-21T13:01:47.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:47 smithi178 bash[20270]: cluster 2024-03-21T13:01:46.287193+0000 mon.a (mon.0) 1480 : cluster [DBG] osdmap e112: 8 total, 8 up, 8 in 2024-03-21T13:01:47.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:47 smithi178 bash[20270]: audit 2024-03-21T13:01:46.682682+0000 mon.a (mon.0) 1481 : audit [INF] from='client.? 172.21.15.178:0/1830001922' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:0/4219826499"}]: dispatch 2024-03-21T13:01:47.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:47 smithi178 bash[20270]: audit 2024-03-21T13:01:46.731356+0000 mon.a (mon.0) 1482 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:47.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:47 smithi178 bash[20270]: audit 2024-03-21T13:01:46.740624+0000 mon.a (mon.0) 1483 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:47.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:47 smithi178 bash[20270]: audit 2024-03-21T13:01:46.754202+0000 mon.a (mon.0) 1484 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-03-21T13:01:47.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:47 smithi178 bash[20270]: audit 2024-03-21T13:01:46.762662+0000 mon.a (mon.0) 1485 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-03-21T13:01:47.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:47 smithi178 bash[20270]: audit 2024-03-21T13:01:46.768586+0000 mon.a (mon.0) 1486 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-21T13:01:47.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:47 smithi178 bash[20270]: audit 2024-03-21T13:01:46.777745+0000 mon.a (mon.0) 1487 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:01:47.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:47 smithi178 bash[14494]: audit 2024-03-21T13:01:46.286943+0000 mon.a (mon.0) 1479 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi178.qfgpzc' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:0/3167924925"}]': finished 2024-03-21T13:01:47.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:47 smithi178 bash[14494]: cluster 2024-03-21T13:01:46.287193+0000 mon.a (mon.0) 1480 : cluster [DBG] osdmap e112: 8 total, 8 up, 8 in 2024-03-21T13:01:47.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:47 smithi178 bash[14494]: audit 2024-03-21T13:01:46.682682+0000 mon.a (mon.0) 1481 : audit [INF] from='client.? 172.21.15.178:0/1830001922' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:0/4219826499"}]: dispatch 2024-03-21T13:01:47.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:47 smithi178 bash[14494]: audit 2024-03-21T13:01:46.731356+0000 mon.a (mon.0) 1482 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:47.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:47 smithi178 bash[14494]: audit 2024-03-21T13:01:46.740624+0000 mon.a (mon.0) 1483 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:47.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:47 smithi178 bash[14494]: audit 2024-03-21T13:01:46.754202+0000 mon.a (mon.0) 1484 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-03-21T13:01:47.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:47 smithi178 bash[14494]: audit 2024-03-21T13:01:46.762662+0000 mon.a (mon.0) 1485 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-03-21T13:01:47.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:47 smithi178 bash[14494]: audit 2024-03-21T13:01:46.768586+0000 mon.a (mon.0) 1486 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-21T13:01:47.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:47 smithi178 bash[14494]: audit 2024-03-21T13:01:46.777745+0000 mon.a (mon.0) 1487 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:01:47.572 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:47 smithi184 bash[14608]: audit 2024-03-21T13:01:46.286943+0000 mon.a (mon.0) 1479 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi178.qfgpzc' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:0/3167924925"}]': finished 2024-03-21T13:01:47.572 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:47 smithi184 bash[14608]: cluster 2024-03-21T13:01:46.287193+0000 mon.a (mon.0) 1480 : cluster [DBG] osdmap e112: 8 total, 8 up, 8 in 2024-03-21T13:01:47.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:47 smithi184 bash[14608]: audit 2024-03-21T13:01:46.682682+0000 mon.a (mon.0) 1481 : audit [INF] from='client.? 172.21.15.178:0/1830001922' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:0/4219826499"}]: dispatch 2024-03-21T13:01:47.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:47 smithi184 bash[14608]: audit 2024-03-21T13:01:46.731356+0000 mon.a (mon.0) 1482 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:47.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:47 smithi184 bash[14608]: audit 2024-03-21T13:01:46.740624+0000 mon.a (mon.0) 1483 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:47.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:47 smithi184 bash[14608]: audit 2024-03-21T13:01:46.754202+0000 mon.a (mon.0) 1484 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-03-21T13:01:47.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:47 smithi184 bash[14608]: audit 2024-03-21T13:01:46.762662+0000 mon.a (mon.0) 1485 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-03-21T13:01:47.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:47 smithi184 bash[14608]: audit 2024-03-21T13:01:46.768586+0000 mon.a (mon.0) 1486 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-21T13:01:47.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:47 smithi184 bash[14608]: audit 2024-03-21T13:01:46.777745+0000 mon.a (mon.0) 1487 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:01:48.421 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:48 smithi184 bash[14608]: audit 2024-03-21T13:01:46.757233+0000 mgr.x (mgr.25322) 36 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-03-21T13:01:48.421 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:48 smithi184 bash[14608]: audit 2024-03-21T13:01:46.765132+0000 mgr.x (mgr.25322) 37 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-03-21T13:01:48.421 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:48 smithi184 bash[14608]: audit 2024-03-21T13:01:46.771114+0000 mgr.x (mgr.25322) 38 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-21T13:01:48.421 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:48 smithi184 bash[14608]: cluster 2024-03-21T13:01:47.138211+0000 mgr.x (mgr.25322) 39 : cluster [DBG] pgmap v20: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-03-21T13:01:48.421 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:48 smithi184 bash[14608]: audit 2024-03-21T13:01:47.296960+0000 mon.a (mon.0) 1488 : audit [INF] from='client.? 172.21.15.178:0/1830001922' entity='client.iscsi.foo.smithi178.qfgpzc' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:0/4219826499"}]': finished 2024-03-21T13:01:48.421 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:48 smithi184 bash[14608]: cluster 2024-03-21T13:01:47.297046+0000 mon.a (mon.0) 1489 : cluster [DBG] osdmap e113: 8 total, 8 up, 8 in 2024-03-21T13:01:48.421 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:48 smithi184 bash[14608]: audit 2024-03-21T13:01:47.701304+0000 mon.a (mon.0) 1490 : audit [INF] from='client.? 172.21.15.178:0/81353115' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:6800/4073472098"}]: dispatch 2024-03-21T13:01:48.421 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:01:48 smithi184 bash[54688]: ts=2024-03-21T13:01:48.240Z caller=main.go:475 level=info msg="No time or size retention was set so using the default time retention" duration=15d 2024-03-21T13:01:48.422 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:01:48 smithi184 bash[54688]: ts=2024-03-21T13:01:48.240Z caller=main.go:512 level=info msg="Starting Prometheus" version="(version=2.33.4, branch=HEAD, revision=83032011a5d3e6102624fe58241a374a7201fee8)" 2024-03-21T13:01:48.422 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:01:48 smithi184 bash[54688]: ts=2024-03-21T13:01:48.240Z caller=main.go:517 level=info build_context="(go=go1.17.7, user=root@d13bf69e7be8, date=20220222-16:51:28)" 2024-03-21T13:01:48.422 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:01:48 smithi184 bash[54688]: ts=2024-03-21T13:01:48.240Z caller=main.go:518 level=info host_details="(Linux 5.4.0-174-generic #193-Ubuntu SMP Thu Mar 7 14:29:28 UTC 2024 x86_64 smithi184 (none))" 2024-03-21T13:01:48.422 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:01:48 smithi184 bash[54688]: ts=2024-03-21T13:01:48.240Z caller=main.go:519 level=info fd_limits="(soft=1048576, hard=1048576)" 2024-03-21T13:01:48.422 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:01:48 smithi184 bash[54688]: ts=2024-03-21T13:01:48.240Z caller=main.go:520 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2024-03-21T13:01:48.422 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:01:48 smithi184 bash[54688]: ts=2024-03-21T13:01:48.242Z caller=web.go:570 level=info component=web msg="Start listening for connections" address=:9095 2024-03-21T13:01:48.422 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:01:48 smithi184 bash[54688]: ts=2024-03-21T13:01:48.243Z caller=main.go:923 level=info msg="Starting TSDB ..." 2024-03-21T13:01:48.422 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:01:48 smithi184 bash[54688]: ts=2024-03-21T13:01:48.244Z caller=tls_config.go:195 level=info component=web msg="TLS is disabled." http2=false 2024-03-21T13:01:48.422 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:01:48 smithi184 bash[54688]: ts=2024-03-21T13:01:48.250Z caller=head.go:493 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2024-03-21T13:01:48.422 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:01:48 smithi184 bash[54688]: ts=2024-03-21T13:01:48.250Z caller=head.go:527 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=4.753µs 2024-03-21T13:01:48.422 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:01:48 smithi184 bash[54688]: ts=2024-03-21T13:01:48.250Z caller=head.go:533 level=info component=tsdb msg="Replaying WAL, this may take a while" 2024-03-21T13:01:48.422 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:01:48 smithi184 bash[54688]: ts=2024-03-21T13:01:48.419Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=5 2024-03-21T13:01:48.542 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:48 smithi178 bash[14494]: audit 2024-03-21T13:01:46.757233+0000 mgr.x (mgr.25322) 36 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-03-21T13:01:48.543 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:48 smithi178 bash[14494]: audit 2024-03-21T13:01:46.765132+0000 mgr.x (mgr.25322) 37 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-03-21T13:01:48.543 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:48 smithi178 bash[14494]: audit 2024-03-21T13:01:46.771114+0000 mgr.x (mgr.25322) 38 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-21T13:01:48.543 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:48 smithi178 bash[14494]: cluster 2024-03-21T13:01:47.138211+0000 mgr.x (mgr.25322) 39 : cluster [DBG] pgmap v20: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-03-21T13:01:48.543 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:48 smithi178 bash[14494]: audit 2024-03-21T13:01:47.296960+0000 mon.a (mon.0) 1488 : audit [INF] from='client.? 172.21.15.178:0/1830001922' entity='client.iscsi.foo.smithi178.qfgpzc' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:0/4219826499"}]': finished 2024-03-21T13:01:48.543 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:48 smithi178 bash[14494]: cluster 2024-03-21T13:01:47.297046+0000 mon.a (mon.0) 1489 : cluster [DBG] osdmap e113: 8 total, 8 up, 8 in 2024-03-21T13:01:48.543 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:48 smithi178 bash[14494]: audit 2024-03-21T13:01:47.701304+0000 mon.a (mon.0) 1490 : audit [INF] from='client.? 172.21.15.178:0/81353115' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:6800/4073472098"}]: dispatch 2024-03-21T13:01:48.544 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:48 smithi178 bash[20270]: audit 2024-03-21T13:01:46.757233+0000 mgr.x (mgr.25322) 36 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-03-21T13:01:48.544 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:48 smithi178 bash[20270]: audit 2024-03-21T13:01:46.765132+0000 mgr.x (mgr.25322) 37 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-03-21T13:01:48.544 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:48 smithi178 bash[20270]: audit 2024-03-21T13:01:46.771114+0000 mgr.x (mgr.25322) 38 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-21T13:01:48.544 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:48 smithi178 bash[20270]: cluster 2024-03-21T13:01:47.138211+0000 mgr.x (mgr.25322) 39 : cluster [DBG] pgmap v20: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-03-21T13:01:48.544 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:48 smithi178 bash[20270]: audit 2024-03-21T13:01:47.296960+0000 mon.a (mon.0) 1488 : audit [INF] from='client.? 172.21.15.178:0/1830001922' entity='client.iscsi.foo.smithi178.qfgpzc' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:0/4219826499"}]': finished 2024-03-21T13:01:48.544 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:48 smithi178 bash[20270]: cluster 2024-03-21T13:01:47.297046+0000 mon.a (mon.0) 1489 : cluster [DBG] osdmap e113: 8 total, 8 up, 8 in 2024-03-21T13:01:48.544 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:48 smithi178 bash[20270]: audit 2024-03-21T13:01:47.701304+0000 mon.a (mon.0) 1490 : audit [INF] from='client.? 172.21.15.178:0/81353115' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:6800/4073472098"}]: dispatch 2024-03-21T13:01:48.822 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:01:48 smithi184 bash[54688]: ts=2024-03-21T13:01:48.559Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=1 maxSegment=5 2024-03-21T13:01:48.823 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:01:48 smithi184 bash[54688]: ts=2024-03-21T13:01:48.665Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=2 maxSegment=5 2024-03-21T13:01:49.313 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:01:48 smithi184 bash[54688]: ts=2024-03-21T13:01:48.864Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=3 maxSegment=5 2024-03-21T13:01:49.314 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:01:48 smithi184 bash[54688]: ts=2024-03-21T13:01:48.867Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=4 maxSegment=5 2024-03-21T13:01:49.314 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:01:48 smithi184 bash[54688]: ts=2024-03-21T13:01:48.868Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=5 maxSegment=5 2024-03-21T13:01:49.314 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:01:48 smithi184 bash[54688]: ts=2024-03-21T13:01:48.868Z caller=head.go:610 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=129.294µs wal_replay_duration=618.236021ms total_replay_duration=618.422285ms 2024-03-21T13:01:49.314 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:01:48 smithi184 bash[54688]: ts=2024-03-21T13:01:48.878Z caller=main.go:944 level=info fs_type=XFS_SUPER_MAGIC 2024-03-21T13:01:49.314 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:01:48 smithi184 bash[54688]: ts=2024-03-21T13:01:48.878Z caller=main.go:947 level=info msg="TSDB started" 2024-03-21T13:01:49.314 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:01:48 smithi184 bash[54688]: ts=2024-03-21T13:01:48.878Z caller=main.go:1128 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2024-03-21T13:01:49.314 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:01:48 smithi184 bash[54688]: ts=2024-03-21T13:01:48.913Z caller=main.go:1165 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=35.141781ms db_storage=1.328µs remote_storage=2.302µs web_handler=578ns query_engine=1.208µs scrape=534.943µs scrape_sd=206.237µs notify=37.68µs notify_sd=38.873µs rules=33.5023ms 2024-03-21T13:01:49.314 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:01:48 smithi184 bash[54688]: ts=2024-03-21T13:01:48.913Z caller=main.go:896 level=info msg="Server is ready to receive web requests." 2024-03-21T13:01:49.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:49 smithi184 bash[14608]: audit 2024-03-21T13:01:48.305467+0000 mon.a (mon.0) 1491 : audit [INF] from='client.? 172.21.15.178:0/81353115' entity='client.iscsi.foo.smithi178.qfgpzc' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:6800/4073472098"}]': finished 2024-03-21T13:01:49.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:49 smithi184 bash[14608]: cluster 2024-03-21T13:01:48.305591+0000 mon.a (mon.0) 1492 : cluster [DBG] osdmap e114: 8 total, 8 up, 8 in 2024-03-21T13:01:49.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:49 smithi184 bash[14608]: audit 2024-03-21T13:01:49.251329+0000 mon.a (mon.0) 1493 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-21T13:01:49.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:49 smithi184 bash[14608]: audit 2024-03-21T13:01:49.253892+0000 mon.a (mon.0) 1494 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-21T13:01:49.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:49 smithi184 bash[14608]: audit 2024-03-21T13:01:49.256403+0000 mon.a (mon.0) 1495 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:01:49.683 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:49 smithi178 bash[20270]: audit 2024-03-21T13:01:48.305467+0000 mon.a (mon.0) 1491 : audit [INF] from='client.? 172.21.15.178:0/81353115' entity='client.iscsi.foo.smithi178.qfgpzc' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:6800/4073472098"}]': finished 2024-03-21T13:01:49.683 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:49 smithi178 bash[20270]: cluster 2024-03-21T13:01:48.305591+0000 mon.a (mon.0) 1492 : cluster [DBG] osdmap e114: 8 total, 8 up, 8 in 2024-03-21T13:01:49.683 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:49 smithi178 bash[20270]: audit 2024-03-21T13:01:49.251329+0000 mon.a (mon.0) 1493 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-21T13:01:49.683 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:49 smithi178 bash[20270]: audit 2024-03-21T13:01:49.253892+0000 mon.a (mon.0) 1494 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-21T13:01:49.684 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:49 smithi178 bash[20270]: audit 2024-03-21T13:01:49.256403+0000 mon.a (mon.0) 1495 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:01:49.684 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:49 smithi178 bash[14494]: audit 2024-03-21T13:01:48.305467+0000 mon.a (mon.0) 1491 : audit [INF] from='client.? 172.21.15.178:0/81353115' entity='client.iscsi.foo.smithi178.qfgpzc' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.178:6800/4073472098"}]': finished 2024-03-21T13:01:49.684 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:49 smithi178 bash[14494]: cluster 2024-03-21T13:01:48.305591+0000 mon.a (mon.0) 1492 : cluster [DBG] osdmap e114: 8 total, 8 up, 8 in 2024-03-21T13:01:49.684 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:49 smithi178 bash[14494]: audit 2024-03-21T13:01:49.251329+0000 mon.a (mon.0) 1493 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-21T13:01:49.684 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:49 smithi178 bash[14494]: audit 2024-03-21T13:01:49.253892+0000 mon.a (mon.0) 1494 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-21T13:01:49.684 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:49 smithi178 bash[14494]: audit 2024-03-21T13:01:49.256403+0000 mon.a (mon.0) 1495 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:01:50.572 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:01:50 smithi184 systemd[1]: ceph-a94f249e-e780-11ee-95cd-87774f69a715@grafana.a.service: Scheduled restart job, restart counter is at 6. 2024-03-21T13:01:50.573 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:01:50 smithi184 systemd[1]: Stopped Ceph grafana.a for a94f249e-e780-11ee-95cd-87774f69a715. 2024-03-21T13:01:50.573 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:01:50 smithi184 systemd[1]: Started Ceph grafana.a for a94f249e-e780-11ee-95cd-87774f69a715. 2024-03-21T13:01:50.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:50 smithi184 bash[14608]: cluster 2024-03-21T13:01:49.139061+0000 mgr.x (mgr.25322) 40 : cluster [DBG] pgmap v23: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 1 op/s 2024-03-21T13:01:50.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:50 smithi184 bash[14608]: cephadm 2024-03-21T13:01:49.252160+0000 mgr.x (mgr.25322) 41 : cephadm [INF] Upgrade: Updating mgr.y 2024-03-21T13:01:50.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:50 smithi184 bash[14608]: cephadm 2024-03-21T13:01:49.260678+0000 mgr.x (mgr.25322) 42 : cephadm [INF] Deploying daemon mgr.y on smithi178 2024-03-21T13:01:50.643 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:50 smithi178 bash[14494]: cluster 2024-03-21T13:01:49.139061+0000 mgr.x (mgr.25322) 40 : cluster [DBG] pgmap v23: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 1 op/s 2024-03-21T13:01:50.643 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:50 smithi178 bash[14494]: cephadm 2024-03-21T13:01:49.252160+0000 mgr.x (mgr.25322) 41 : cephadm [INF] Upgrade: Updating mgr.y 2024-03-21T13:01:50.643 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:50 smithi178 bash[14494]: cephadm 2024-03-21T13:01:49.260678+0000 mgr.x (mgr.25322) 42 : cephadm [INF] Deploying daemon mgr.y on smithi178 2024-03-21T13:01:50.643 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:50 smithi178 bash[20270]: cluster 2024-03-21T13:01:49.139061+0000 mgr.x (mgr.25322) 40 : cluster [DBG] pgmap v23: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 1 op/s 2024-03-21T13:01:50.644 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:50 smithi178 bash[20270]: cephadm 2024-03-21T13:01:49.252160+0000 mgr.x (mgr.25322) 41 : cephadm [INF] Upgrade: Updating mgr.y 2024-03-21T13:01:50.644 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:50 smithi178 bash[20270]: cephadm 2024-03-21T13:01:49.260678+0000 mgr.x (mgr.25322) 42 : cephadm [INF] Deploying daemon mgr.y on smithi178 2024-03-21T13:01:51.782 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:01:51 smithi178 systemd[1]: Stopping Ceph mgr.y for a94f249e-e780-11ee-95cd-87774f69a715... 2024-03-21T13:01:52.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:51 smithi178 bash[14494]: cluster 2024-03-21T13:01:51.140819+0000 mgr.x (mgr.25322) 43 : cluster [DBG] pgmap v24: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s 2024-03-21T13:01:52.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:51 smithi178 bash[20270]: cluster 2024-03-21T13:01:51.140819+0000 mgr.x (mgr.25322) 43 : cluster [DBG] pgmap v24: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s 2024-03-21T13:01:52.073 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:01:51 smithi184 bash[54889]: Failed to start grafana. error: failed to create log directory "/usr/share/grafana/data/log": mkdir /usr/share/grafana/data: permission denied 2024-03-21T13:01:52.073 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:01:51 smithi184 bash[54889]: failed to create log directory "/usr/share/grafana/data/log": mkdir /usr/share/grafana/data: permission denied 2024-03-21T13:01:52.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:51 smithi184 bash[14608]: cluster 2024-03-21T13:01:51.140819+0000 mgr.x (mgr.25322) 43 : cluster [DBG] pgmap v24: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s 2024-03-21T13:01:52.589 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:01:52 smithi178 bash[68193]: ceph-a94f249e-e780-11ee-95cd-87774f69a715-mgr-y 2024-03-21T13:01:52.589 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:01:52 smithi178 systemd[1]: ceph-a94f249e-e780-11ee-95cd-87774f69a715@mgr.y.service: Main process exited, code=exited, status=143/n/a 2024-03-21T13:01:52.589 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:01:52 smithi178 bash[68283]: Error response from daemon: No such container: ceph-a94f249e-e780-11ee-95cd-87774f69a715-mgr-y 2024-03-21T13:01:52.589 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:01:52 smithi178 systemd[1]: ceph-a94f249e-e780-11ee-95cd-87774f69a715@mgr.y.service: Failed with result 'exit-code'. 2024-03-21T13:01:52.589 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:01:52 smithi178 systemd[1]: Stopped Ceph mgr.y for a94f249e-e780-11ee-95cd-87774f69a715. 2024-03-21T13:01:52.891 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:52 smithi178 bash[14494]: audit 2024-03-21T13:01:51.993402+0000 mgr.x (mgr.25322) 44 : audit [DBG] from='client.15585 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:01:52.891 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:01:52 smithi178 systemd[1]: Started Ceph mgr.y for a94f249e-e780-11ee-95cd-87774f69a715. 2024-03-21T13:01:52.891 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:52 smithi178 bash[20270]: audit 2024-03-21T13:01:51.993402+0000 mgr.x (mgr.25322) 44 : audit [DBG] from='client.15585 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:01:53.072 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:01:52 smithi184 systemd[1]: ceph-a94f249e-e780-11ee-95cd-87774f69a715@grafana.a.service: Main process exited, code=exited, status=1/FAILURE 2024-03-21T13:01:53.072 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:01:52 smithi184 systemd[1]: ceph-a94f249e-e780-11ee-95cd-87774f69a715@grafana.a.service: Failed with result 'exit-code'. 2024-03-21T13:01:53.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:52 smithi184 bash[14608]: audit 2024-03-21T13:01:51.993402+0000 mgr.x (mgr.25322) 44 : audit [DBG] from='client.15585 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:01:53.777 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:01:53 smithi184 bash[54688]: ts=2024-03-21T13:01:53.506Z caller=manager.go:609 level=warn component="rule manager" group=nodes msg="Evaluating rule failed" rule="alert: CephNodeDiskspaceWarning\nexpr: predict_linear(node_filesystem_free_bytes{device=~\"/.*\"}[2d], 3600 * 24 * 5)\n * on(instance) group_left(nodename) node_uname_info < 0\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.8.4\n severity: warning\n type: ceph_default\nannotations:\n description: Mountpoint {{ $labels.mountpoint }} on {{ $labels.nodename }} will\n be full in less than 5 days based on the 48 hour trailing fill rate.\n summary: Host filesystem free space is getting low\n" err="found duplicate series for the match group {instance=\"smithi178\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi178\", job=\"node\", machine=\"x86_64\", nodename=\"smithi178\", release=\"5.4.0-174-generic\", sysname=\"Linux\", version=\"#193-Ubuntu SMP Thu Mar 7 14:29:28 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"a94f249e-e780-11ee-95cd-87774f69a715\", domainname=\"(none)\", instance=\"smithi178\", job=\"node\", machine=\"x86_64\", nodename=\"smithi178\", release=\"5.4.0-174-generic\", sysname=\"Linux\", version=\"#193-Ubuntu SMP Thu Mar 7 14:29:28 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-21T13:01:54.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:53 smithi184 bash[14608]: audit 2024-03-21T13:01:52.876226+0000 mon.a (mon.0) 1496 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:54.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:53 smithi184 bash[14608]: audit 2024-03-21T13:01:52.884657+0000 mon.a (mon.0) 1497 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:54.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:53 smithi184 bash[14608]: audit 2024-03-21T13:01:52.933861+0000 mon.a (mon.0) 1498 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:01:54.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:53 smithi184 bash[14608]: audit 2024-03-21T13:01:52.935640+0000 mon.a (mon.0) 1499 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:01:54.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:53 smithi184 bash[14608]: cluster 2024-03-21T13:01:52.940454+0000 mgr.x (mgr.25322) 45 : cluster [DBG] pgmap v25: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 769 B/s rd, 0 op/s 2024-03-21T13:01:54.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:53 smithi184 bash[14608]: cluster 2024-03-21T13:01:52.940890+0000 mgr.x (mgr.25322) 46 : cluster [DBG] pgmap v26: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 882 B/s rd, 0 op/s 2024-03-21T13:01:54.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:53 smithi184 bash[14608]: audit 2024-03-21T13:01:52.948046+0000 mon.a (mon.0) 1500 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:54.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:53 smithi184 bash[14608]: cephadm 2024-03-21T13:01:52.950715+0000 mgr.x (mgr.25322) 47 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:01:54.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:53 smithi184 bash[14608]: audit 2024-03-21T13:01:53.030201+0000 mon.a (mon.0) 1501 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:01:54.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:53 smithi184 bash[14608]: audit 2024-03-21T13:01:53.034319+0000 mon.a (mon.0) 1502 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:01:54.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:53 smithi184 bash[14608]: cephadm 2024-03-21T13:01:53.038152+0000 mgr.x (mgr.25322) 48 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-03-21T13:01:54.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:53 smithi184 bash[14608]: audit 2024-03-21T13:01:53.045025+0000 mon.a (mon.0) 1503 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:54.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:53 smithi184 bash[14608]: audit 2024-03-21T13:01:53.046693+0000 mon.a (mon.0) 1504 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2024-03-21T13:01:54.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:53 smithi184 bash[14608]: audit 2024-03-21T13:01:53.052608+0000 mon.a (mon.0) 1505 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]': finished 2024-03-21T13:01:54.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:53 smithi184 bash[14608]: audit 2024-03-21T13:01:53.053971+0000 mon.a (mon.0) 1506 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2024-03-21T13:01:54.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:53 smithi184 bash[14608]: audit 2024-03-21T13:01:53.059833+0000 mon.a (mon.0) 1507 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]': finished 2024-03-21T13:01:54.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:53 smithi184 bash[14608]: audit 2024-03-21T13:01:53.064788+0000 mon.a (mon.0) 1508 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:01:54.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:53 smithi184 bash[14608]: audit 2024-03-21T13:01:53.066617+0000 mon.a (mon.0) 1509 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:01:54.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:53 smithi184 bash[14608]: cluster 2024-03-21T13:01:53.071356+0000 mgr.x (mgr.25322) 49 : cluster [DBG] pgmap v27: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 886 B/s rd, 0 op/s 2024-03-21T13:01:54.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:53 smithi184 bash[14608]: cluster 2024-03-21T13:01:53.071988+0000 mgr.x (mgr.25322) 50 : cluster [DBG] pgmap v28: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-21T13:01:54.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:53 smithi184 bash[14608]: audit 2024-03-21T13:01:53.076700+0000 mon.a (mon.0) 1510 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:54.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:53 smithi184 bash[14608]: cephadm 2024-03-21T13:01:53.079185+0000 mgr.x (mgr.25322) 51 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:01:54.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:53 smithi184 bash[14608]: audit 2024-03-21T13:01:53.159655+0000 mon.a (mon.0) 1511 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:01:54.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:53 smithi184 bash[14608]: audit 2024-03-21T13:01:53.163742+0000 mon.a (mon.0) 1512 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:01:54.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:53 smithi184 bash[14608]: audit 2024-03-21T13:01:53.167271+0000 mon.a (mon.0) 1513 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:01:54.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:53 smithi184 bash[14608]: audit 2024-03-21T13:01:53.169212+0000 mon.a (mon.0) 1514 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:01:54.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:53 smithi184 bash[14608]: cluster 2024-03-21T13:01:53.173950+0000 mgr.x (mgr.25322) 52 : cluster [DBG] pgmap v29: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:01:54.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:53 smithi184 bash[14608]: cluster 2024-03-21T13:01:53.174653+0000 mgr.x (mgr.25322) 53 : cluster [DBG] pgmap v30: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:54.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:53 smithi184 bash[14608]: audit 2024-03-21T13:01:53.182310+0000 mon.a (mon.0) 1515 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:54.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:53 smithi184 bash[14608]: cephadm 2024-03-21T13:01:53.184825+0000 mgr.x (mgr.25322) 54 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:01:54.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:53 smithi184 bash[14608]: audit 2024-03-21T13:01:53.262168+0000 mon.a (mon.0) 1516 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:01:54.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:53 smithi184 bash[14608]: audit 2024-03-21T13:01:53.265370+0000 mon.a (mon.0) 1517 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:01:54.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:53 smithi184 bash[14608]: audit 2024-03-21T13:01:53.268648+0000 mon.a (mon.0) 1518 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:01:54.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:53 smithi184 bash[14608]: audit 2024-03-21T13:01:53.270304+0000 mon.a (mon.0) 1519 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:01:54.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:53 smithi184 bash[14608]: cluster 2024-03-21T13:01:53.274952+0000 mgr.x (mgr.25322) 55 : cluster [DBG] pgmap v31: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:54.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:53 smithi184 bash[14608]: cluster 2024-03-21T13:01:53.275227+0000 mgr.x (mgr.25322) 56 : cluster [DBG] pgmap v32: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:54.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:53 smithi184 bash[14608]: audit 2024-03-21T13:01:53.283189+0000 mon.a (mon.0) 1520 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:54.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:53 smithi184 bash[14608]: cephadm 2024-03-21T13:01:53.285778+0000 mgr.x (mgr.25322) 57 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:01:54.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:53 smithi184 bash[14608]: audit 2024-03-21T13:01:53.362969+0000 mon.a (mon.0) 1521 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:01:54.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:53 smithi184 bash[14608]: audit 2024-03-21T13:01:53.366902+0000 mon.a (mon.0) 1522 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:01:54.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:53 smithi184 bash[14608]: audit 2024-03-21T13:01:53.371248+0000 mon.a (mon.0) 1523 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:01:54.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:53 smithi184 bash[14608]: audit 2024-03-21T13:01:53.372989+0000 mon.a (mon.0) 1524 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:01:54.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:53 smithi184 bash[14608]: cluster 2024-03-21T13:01:53.377236+0000 mgr.x (mgr.25322) 58 : cluster [DBG] pgmap v33: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:54.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:53 smithi184 bash[14608]: cluster 2024-03-21T13:01:53.377716+0000 mgr.x (mgr.25322) 59 : cluster [DBG] pgmap v34: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:54.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:53 smithi184 bash[14608]: audit 2024-03-21T13:01:53.383983+0000 mon.a (mon.0) 1525 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:54.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:53 smithi184 bash[14608]: cephadm 2024-03-21T13:01:53.386332+0000 mgr.x (mgr.25322) 60 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:01:54.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:53 smithi184 bash[14608]: audit 2024-03-21T13:01:53.460039+0000 mon.a (mon.0) 1526 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:01:54.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:53 smithi184 bash[14608]: audit 2024-03-21T13:01:53.463048+0000 mon.a (mon.0) 1527 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:01:54.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:53 smithi184 bash[14608]: audit 2024-03-21T13:01:53.467694+0000 mon.a (mon.0) 1528 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:01:54.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:53 smithi184 bash[14608]: audit 2024-03-21T13:01:53.469320+0000 mon.a (mon.0) 1529 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:01:54.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:53 smithi184 bash[14608]: audit 2024-03-21T13:01:53.479782+0000 mon.a (mon.0) 1530 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:54.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:53 smithi184 bash[14608]: audit 2024-03-21T13:01:53.564084+0000 mon.a (mon.0) 1531 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:01:54.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:53 smithi184 bash[14608]: audit 2024-03-21T13:01:53.567044+0000 mon.a (mon.0) 1532 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:01:54.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:53 smithi184 bash[14608]: audit 2024-03-21T13:01:53.569978+0000 mon.a (mon.0) 1533 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:01:54.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:53 smithi184 bash[14608]: audit 2024-03-21T13:01:53.571458+0000 mon.a (mon.0) 1534 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:01:54.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:53 smithi184 bash[14608]: audit 2024-03-21T13:01:53.581701+0000 mon.a (mon.0) 1535 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:54.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:53 smithi184 bash[14608]: audit 2024-03-21T13:01:53.664757+0000 mon.a (mon.0) 1536 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:01:54.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:53 smithi184 bash[14608]: audit 2024-03-21T13:01:53.667986+0000 mon.a (mon.0) 1537 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:01:54.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:53 smithi184 bash[14608]: audit 2024-03-21T13:01:53.671661+0000 mon.a (mon.0) 1538 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:01:54.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:53 smithi184 bash[14608]: audit 2024-03-21T13:01:53.673340+0000 mon.a (mon.0) 1539 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:01:54.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:53 smithi184 bash[14608]: audit 2024-03-21T13:01:53.684596+0000 mon.a (mon.0) 1540 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:54.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:53 smithi184 bash[14608]: audit 2024-03-21T13:01:53.763672+0000 mon.a (mon.0) 1541 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:01:54.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:53 smithi184 bash[14608]: audit 2024-03-21T13:01:53.767187+0000 mon.a (mon.0) 1542 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:01:54.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:53 smithi184 bash[14608]: audit 2024-03-21T13:01:53.771217+0000 mon.a (mon.0) 1543 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:01:54.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:53 smithi184 bash[14608]: audit 2024-03-21T13:01:53.772732+0000 mon.a (mon.0) 1544 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:01:54.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:53 smithi184 bash[14608]: audit 2024-03-21T13:01:53.785426+0000 mon.a (mon.0) 1545 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:54.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:53 smithi184 bash[14608]: audit 2024-03-21T13:01:53.865350+0000 mon.a (mon.0) 1546 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:01:54.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:53 smithi184 bash[14608]: audit 2024-03-21T13:01:53.868525+0000 mon.a (mon.0) 1547 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:01:54.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:53 smithi184 bash[14608]: audit 2024-03-21T13:01:53.871937+0000 mon.a (mon.0) 1548 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:01:54.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:53 smithi178 bash[20270]: audit 2024-03-21T13:01:52.876226+0000 mon.a (mon.0) 1496 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:54.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:53 smithi178 bash[20270]: audit 2024-03-21T13:01:52.884657+0000 mon.a (mon.0) 1497 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:54.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:53 smithi178 bash[20270]: audit 2024-03-21T13:01:52.933861+0000 mon.a (mon.0) 1498 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:01:54.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:53 smithi178 bash[20270]: audit 2024-03-21T13:01:52.935640+0000 mon.a (mon.0) 1499 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:01:54.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:53 smithi178 bash[20270]: cluster 2024-03-21T13:01:52.940454+0000 mgr.x (mgr.25322) 45 : cluster [DBG] pgmap v25: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 769 B/s rd, 0 op/s 2024-03-21T13:01:54.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:53 smithi178 bash[20270]: cluster 2024-03-21T13:01:52.940890+0000 mgr.x (mgr.25322) 46 : cluster [DBG] pgmap v26: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 882 B/s rd, 0 op/s 2024-03-21T13:01:54.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:53 smithi178 bash[20270]: audit 2024-03-21T13:01:52.948046+0000 mon.a (mon.0) 1500 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:54.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:53 smithi178 bash[20270]: cephadm 2024-03-21T13:01:52.950715+0000 mgr.x (mgr.25322) 47 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:01:54.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:53 smithi178 bash[20270]: audit 2024-03-21T13:01:53.030201+0000 mon.a (mon.0) 1501 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:01:54.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:53 smithi178 bash[20270]: audit 2024-03-21T13:01:53.034319+0000 mon.a (mon.0) 1502 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:01:54.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:53 smithi178 bash[20270]: cephadm 2024-03-21T13:01:53.038152+0000 mgr.x (mgr.25322) 48 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-03-21T13:01:54.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:53 smithi178 bash[20270]: audit 2024-03-21T13:01:53.045025+0000 mon.a (mon.0) 1503 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:54.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:53 smithi178 bash[20270]: audit 2024-03-21T13:01:53.046693+0000 mon.a (mon.0) 1504 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2024-03-21T13:01:54.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:53 smithi178 bash[20270]: audit 2024-03-21T13:01:53.052608+0000 mon.a (mon.0) 1505 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]': finished 2024-03-21T13:01:54.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:53 smithi178 bash[20270]: audit 2024-03-21T13:01:53.053971+0000 mon.a (mon.0) 1506 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2024-03-21T13:01:54.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:53 smithi178 bash[20270]: audit 2024-03-21T13:01:53.059833+0000 mon.a (mon.0) 1507 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]': finished 2024-03-21T13:01:54.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:53 smithi178 bash[20270]: audit 2024-03-21T13:01:53.064788+0000 mon.a (mon.0) 1508 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:01:54.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:53 smithi178 bash[20270]: audit 2024-03-21T13:01:53.066617+0000 mon.a (mon.0) 1509 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:01:54.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:53 smithi178 bash[20270]: cluster 2024-03-21T13:01:53.071356+0000 mgr.x (mgr.25322) 49 : cluster [DBG] pgmap v27: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 886 B/s rd, 0 op/s 2024-03-21T13:01:54.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:53 smithi178 bash[20270]: cluster 2024-03-21T13:01:53.071988+0000 mgr.x (mgr.25322) 50 : cluster [DBG] pgmap v28: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-21T13:01:54.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:53 smithi178 bash[20270]: audit 2024-03-21T13:01:53.076700+0000 mon.a (mon.0) 1510 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:54.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:53 smithi178 bash[20270]: cephadm 2024-03-21T13:01:53.079185+0000 mgr.x (mgr.25322) 51 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:01:54.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:53 smithi178 bash[20270]: audit 2024-03-21T13:01:53.159655+0000 mon.a (mon.0) 1511 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:01:54.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:53 smithi178 bash[20270]: audit 2024-03-21T13:01:53.163742+0000 mon.a (mon.0) 1512 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:01:54.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:53 smithi178 bash[20270]: audit 2024-03-21T13:01:53.167271+0000 mon.a (mon.0) 1513 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:01:54.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:53 smithi178 bash[20270]: audit 2024-03-21T13:01:53.169212+0000 mon.a (mon.0) 1514 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:01:54.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:53 smithi178 bash[20270]: cluster 2024-03-21T13:01:53.173950+0000 mgr.x (mgr.25322) 52 : cluster [DBG] pgmap v29: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:01:54.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:53 smithi178 bash[20270]: cluster 2024-03-21T13:01:53.174653+0000 mgr.x (mgr.25322) 53 : cluster [DBG] pgmap v30: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:54.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:53 smithi178 bash[20270]: audit 2024-03-21T13:01:53.182310+0000 mon.a (mon.0) 1515 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:54.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:53 smithi178 bash[20270]: cephadm 2024-03-21T13:01:53.184825+0000 mgr.x (mgr.25322) 54 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:01:54.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:53 smithi178 bash[20270]: audit 2024-03-21T13:01:53.262168+0000 mon.a (mon.0) 1516 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:01:54.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:53 smithi178 bash[20270]: audit 2024-03-21T13:01:53.265370+0000 mon.a (mon.0) 1517 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:01:54.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:53 smithi178 bash[20270]: audit 2024-03-21T13:01:53.268648+0000 mon.a (mon.0) 1518 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:01:54.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:53 smithi178 bash[20270]: audit 2024-03-21T13:01:53.270304+0000 mon.a (mon.0) 1519 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:01:54.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:53 smithi178 bash[20270]: cluster 2024-03-21T13:01:53.274952+0000 mgr.x (mgr.25322) 55 : cluster [DBG] pgmap v31: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:54.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:53 smithi178 bash[20270]: cluster 2024-03-21T13:01:53.275227+0000 mgr.x (mgr.25322) 56 : cluster [DBG] pgmap v32: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:54.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:53 smithi178 bash[20270]: audit 2024-03-21T13:01:53.283189+0000 mon.a (mon.0) 1520 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:54.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:53 smithi178 bash[20270]: cephadm 2024-03-21T13:01:53.285778+0000 mgr.x (mgr.25322) 57 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:01:54.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:53 smithi178 bash[20270]: audit 2024-03-21T13:01:53.362969+0000 mon.a (mon.0) 1521 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:01:54.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:53 smithi178 bash[20270]: audit 2024-03-21T13:01:53.366902+0000 mon.a (mon.0) 1522 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:01:54.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:53 smithi178 bash[20270]: audit 2024-03-21T13:01:53.371248+0000 mon.a (mon.0) 1523 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:01:54.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:53 smithi178 bash[20270]: audit 2024-03-21T13:01:53.372989+0000 mon.a (mon.0) 1524 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:01:54.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:53 smithi178 bash[20270]: cluster 2024-03-21T13:01:53.377236+0000 mgr.x (mgr.25322) 58 : cluster [DBG] pgmap v33: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:54.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:53 smithi178 bash[20270]: cluster 2024-03-21T13:01:53.377716+0000 mgr.x (mgr.25322) 59 : cluster [DBG] pgmap v34: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:54.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:53 smithi178 bash[20270]: audit 2024-03-21T13:01:53.383983+0000 mon.a (mon.0) 1525 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:54.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:53 smithi178 bash[20270]: cephadm 2024-03-21T13:01:53.386332+0000 mgr.x (mgr.25322) 60 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:01:54.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:53 smithi178 bash[20270]: audit 2024-03-21T13:01:53.460039+0000 mon.a (mon.0) 1526 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:01:54.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:53 smithi178 bash[20270]: audit 2024-03-21T13:01:53.463048+0000 mon.a (mon.0) 1527 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:01:54.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:53 smithi178 bash[20270]: audit 2024-03-21T13:01:53.467694+0000 mon.a (mon.0) 1528 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:01:54.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:53 smithi178 bash[20270]: audit 2024-03-21T13:01:53.469320+0000 mon.a (mon.0) 1529 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:01:54.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:53 smithi178 bash[20270]: audit 2024-03-21T13:01:53.479782+0000 mon.a (mon.0) 1530 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:54.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:53 smithi178 bash[20270]: audit 2024-03-21T13:01:53.564084+0000 mon.a (mon.0) 1531 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:01:54.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:53 smithi178 bash[20270]: audit 2024-03-21T13:01:53.567044+0000 mon.a (mon.0) 1532 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:01:54.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:53 smithi178 bash[20270]: audit 2024-03-21T13:01:53.569978+0000 mon.a (mon.0) 1533 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:01:54.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:53 smithi178 bash[20270]: audit 2024-03-21T13:01:53.571458+0000 mon.a (mon.0) 1534 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:01:54.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:53 smithi178 bash[20270]: audit 2024-03-21T13:01:53.581701+0000 mon.a (mon.0) 1535 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:54.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:53 smithi178 bash[20270]: audit 2024-03-21T13:01:53.664757+0000 mon.a (mon.0) 1536 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:01:54.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:53 smithi178 bash[20270]: audit 2024-03-21T13:01:53.667986+0000 mon.a (mon.0) 1537 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:01:54.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:53 smithi178 bash[20270]: audit 2024-03-21T13:01:53.671661+0000 mon.a (mon.0) 1538 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:01:54.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:53 smithi178 bash[20270]: audit 2024-03-21T13:01:53.673340+0000 mon.a (mon.0) 1539 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:01:54.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:53 smithi178 bash[20270]: audit 2024-03-21T13:01:53.684596+0000 mon.a (mon.0) 1540 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:54.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:53 smithi178 bash[20270]: audit 2024-03-21T13:01:53.763672+0000 mon.a (mon.0) 1541 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:01:54.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:53 smithi178 bash[20270]: audit 2024-03-21T13:01:53.767187+0000 mon.a (mon.0) 1542 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:01:54.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:53 smithi178 bash[20270]: audit 2024-03-21T13:01:53.771217+0000 mon.a (mon.0) 1543 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:01:54.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:53 smithi178 bash[20270]: audit 2024-03-21T13:01:53.772732+0000 mon.a (mon.0) 1544 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:01:54.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:53 smithi178 bash[20270]: audit 2024-03-21T13:01:53.785426+0000 mon.a (mon.0) 1545 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:54.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:53 smithi178 bash[20270]: audit 2024-03-21T13:01:53.865350+0000 mon.a (mon.0) 1546 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:01:54.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:53 smithi178 bash[20270]: audit 2024-03-21T13:01:53.868525+0000 mon.a (mon.0) 1547 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:01:54.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:53 smithi178 bash[20270]: audit 2024-03-21T13:01:53.871937+0000 mon.a (mon.0) 1548 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:01:54.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:53 smithi178 bash[14494]: audit 2024-03-21T13:01:52.876226+0000 mon.a (mon.0) 1496 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:54.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:53 smithi178 bash[14494]: audit 2024-03-21T13:01:52.884657+0000 mon.a (mon.0) 1497 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:54.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:53 smithi178 bash[14494]: audit 2024-03-21T13:01:52.933861+0000 mon.a (mon.0) 1498 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:01:54.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:53 smithi178 bash[14494]: audit 2024-03-21T13:01:52.935640+0000 mon.a (mon.0) 1499 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:01:54.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:53 smithi178 bash[14494]: cluster 2024-03-21T13:01:52.940454+0000 mgr.x (mgr.25322) 45 : cluster [DBG] pgmap v25: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 769 B/s rd, 0 op/s 2024-03-21T13:01:54.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:53 smithi178 bash[14494]: cluster 2024-03-21T13:01:52.940890+0000 mgr.x (mgr.25322) 46 : cluster [DBG] pgmap v26: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 882 B/s rd, 0 op/s 2024-03-21T13:01:54.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:53 smithi178 bash[14494]: audit 2024-03-21T13:01:52.948046+0000 mon.a (mon.0) 1500 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:54.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:53 smithi178 bash[14494]: cephadm 2024-03-21T13:01:52.950715+0000 mgr.x (mgr.25322) 47 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:01:54.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:53 smithi178 bash[14494]: audit 2024-03-21T13:01:53.030201+0000 mon.a (mon.0) 1501 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:01:54.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:53 smithi178 bash[14494]: audit 2024-03-21T13:01:53.034319+0000 mon.a (mon.0) 1502 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:01:54.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:53 smithi178 bash[14494]: cephadm 2024-03-21T13:01:53.038152+0000 mgr.x (mgr.25322) 48 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-03-21T13:01:54.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:53 smithi178 bash[14494]: audit 2024-03-21T13:01:53.045025+0000 mon.a (mon.0) 1503 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:54.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:53 smithi178 bash[14494]: audit 2024-03-21T13:01:53.046693+0000 mon.a (mon.0) 1504 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2024-03-21T13:01:54.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:53 smithi178 bash[14494]: audit 2024-03-21T13:01:53.052608+0000 mon.a (mon.0) 1505 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]': finished 2024-03-21T13:01:54.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:53 smithi178 bash[14494]: audit 2024-03-21T13:01:53.053971+0000 mon.a (mon.0) 1506 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2024-03-21T13:01:54.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:53 smithi178 bash[14494]: audit 2024-03-21T13:01:53.059833+0000 mon.a (mon.0) 1507 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]': finished 2024-03-21T13:01:54.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:53 smithi178 bash[14494]: audit 2024-03-21T13:01:53.064788+0000 mon.a (mon.0) 1508 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:01:54.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:53 smithi178 bash[14494]: audit 2024-03-21T13:01:53.066617+0000 mon.a (mon.0) 1509 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:01:54.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:53 smithi178 bash[14494]: cluster 2024-03-21T13:01:53.071356+0000 mgr.x (mgr.25322) 49 : cluster [DBG] pgmap v27: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 886 B/s rd, 0 op/s 2024-03-21T13:01:54.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:53 smithi178 bash[14494]: cluster 2024-03-21T13:01:53.071988+0000 mgr.x (mgr.25322) 50 : cluster [DBG] pgmap v28: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-21T13:01:54.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:53 smithi178 bash[14494]: audit 2024-03-21T13:01:53.076700+0000 mon.a (mon.0) 1510 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:54.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:53 smithi178 bash[14494]: cephadm 2024-03-21T13:01:53.079185+0000 mgr.x (mgr.25322) 51 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:01:54.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:53 smithi178 bash[14494]: audit 2024-03-21T13:01:53.159655+0000 mon.a (mon.0) 1511 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:01:54.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:53 smithi178 bash[14494]: audit 2024-03-21T13:01:53.163742+0000 mon.a (mon.0) 1512 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:01:54.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:53 smithi178 bash[14494]: audit 2024-03-21T13:01:53.167271+0000 mon.a (mon.0) 1513 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:01:54.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:53 smithi178 bash[14494]: audit 2024-03-21T13:01:53.169212+0000 mon.a (mon.0) 1514 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:01:54.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:53 smithi178 bash[14494]: cluster 2024-03-21T13:01:53.173950+0000 mgr.x (mgr.25322) 52 : cluster [DBG] pgmap v29: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:01:54.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:53 smithi178 bash[14494]: cluster 2024-03-21T13:01:53.174653+0000 mgr.x (mgr.25322) 53 : cluster [DBG] pgmap v30: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:54.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:53 smithi178 bash[14494]: audit 2024-03-21T13:01:53.182310+0000 mon.a (mon.0) 1515 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:54.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:53 smithi178 bash[14494]: cephadm 2024-03-21T13:01:53.184825+0000 mgr.x (mgr.25322) 54 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:01:54.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:53 smithi178 bash[14494]: audit 2024-03-21T13:01:53.262168+0000 mon.a (mon.0) 1516 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:01:54.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:53 smithi178 bash[14494]: audit 2024-03-21T13:01:53.265370+0000 mon.a (mon.0) 1517 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:01:54.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:53 smithi178 bash[14494]: audit 2024-03-21T13:01:53.268648+0000 mon.a (mon.0) 1518 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:01:54.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:53 smithi178 bash[14494]: audit 2024-03-21T13:01:53.270304+0000 mon.a (mon.0) 1519 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:01:54.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:53 smithi178 bash[14494]: cluster 2024-03-21T13:01:53.274952+0000 mgr.x (mgr.25322) 55 : cluster [DBG] pgmap v31: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:54.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:53 smithi178 bash[14494]: cluster 2024-03-21T13:01:53.275227+0000 mgr.x (mgr.25322) 56 : cluster [DBG] pgmap v32: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:54.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:53 smithi178 bash[14494]: audit 2024-03-21T13:01:53.283189+0000 mon.a (mon.0) 1520 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:54.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:53 smithi178 bash[14494]: cephadm 2024-03-21T13:01:53.285778+0000 mgr.x (mgr.25322) 57 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:01:54.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:53 smithi178 bash[14494]: audit 2024-03-21T13:01:53.362969+0000 mon.a (mon.0) 1521 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:01:54.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:53 smithi178 bash[14494]: audit 2024-03-21T13:01:53.366902+0000 mon.a (mon.0) 1522 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:01:54.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:53 smithi178 bash[14494]: audit 2024-03-21T13:01:53.371248+0000 mon.a (mon.0) 1523 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:01:54.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:53 smithi178 bash[14494]: audit 2024-03-21T13:01:53.372989+0000 mon.a (mon.0) 1524 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:01:54.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:53 smithi178 bash[14494]: cluster 2024-03-21T13:01:53.377236+0000 mgr.x (mgr.25322) 58 : cluster [DBG] pgmap v33: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:54.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:53 smithi178 bash[14494]: cluster 2024-03-21T13:01:53.377716+0000 mgr.x (mgr.25322) 59 : cluster [DBG] pgmap v34: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:54.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:53 smithi178 bash[14494]: audit 2024-03-21T13:01:53.383983+0000 mon.a (mon.0) 1525 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:54.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:53 smithi178 bash[14494]: cephadm 2024-03-21T13:01:53.386332+0000 mgr.x (mgr.25322) 60 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:01:54.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:53 smithi178 bash[14494]: audit 2024-03-21T13:01:53.460039+0000 mon.a (mon.0) 1526 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:01:54.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:53 smithi178 bash[14494]: audit 2024-03-21T13:01:53.463048+0000 mon.a (mon.0) 1527 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:01:54.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:53 smithi178 bash[14494]: audit 2024-03-21T13:01:53.467694+0000 mon.a (mon.0) 1528 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:01:54.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:53 smithi178 bash[14494]: audit 2024-03-21T13:01:53.469320+0000 mon.a (mon.0) 1529 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:01:54.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:53 smithi178 bash[14494]: audit 2024-03-21T13:01:53.479782+0000 mon.a (mon.0) 1530 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:54.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:53 smithi178 bash[14494]: audit 2024-03-21T13:01:53.564084+0000 mon.a (mon.0) 1531 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:01:54.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:53 smithi178 bash[14494]: audit 2024-03-21T13:01:53.567044+0000 mon.a (mon.0) 1532 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:01:54.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:53 smithi178 bash[14494]: audit 2024-03-21T13:01:53.569978+0000 mon.a (mon.0) 1533 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:01:54.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:53 smithi178 bash[14494]: audit 2024-03-21T13:01:53.571458+0000 mon.a (mon.0) 1534 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:01:54.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:53 smithi178 bash[14494]: audit 2024-03-21T13:01:53.581701+0000 mon.a (mon.0) 1535 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:54.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:53 smithi178 bash[14494]: audit 2024-03-21T13:01:53.664757+0000 mon.a (mon.0) 1536 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:01:54.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:53 smithi178 bash[14494]: audit 2024-03-21T13:01:53.667986+0000 mon.a (mon.0) 1537 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:01:54.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:53 smithi178 bash[14494]: audit 2024-03-21T13:01:53.671661+0000 mon.a (mon.0) 1538 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:01:54.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:53 smithi178 bash[14494]: audit 2024-03-21T13:01:53.673340+0000 mon.a (mon.0) 1539 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:01:54.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:53 smithi178 bash[14494]: audit 2024-03-21T13:01:53.684596+0000 mon.a (mon.0) 1540 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:54.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:53 smithi178 bash[14494]: audit 2024-03-21T13:01:53.763672+0000 mon.a (mon.0) 1541 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:01:54.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:53 smithi178 bash[14494]: audit 2024-03-21T13:01:53.767187+0000 mon.a (mon.0) 1542 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:01:54.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:53 smithi178 bash[14494]: audit 2024-03-21T13:01:53.771217+0000 mon.a (mon.0) 1543 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:01:54.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:53 smithi178 bash[14494]: audit 2024-03-21T13:01:53.772732+0000 mon.a (mon.0) 1544 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:01:54.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:53 smithi178 bash[14494]: audit 2024-03-21T13:01:53.785426+0000 mon.a (mon.0) 1545 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:54.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:53 smithi178 bash[14494]: audit 2024-03-21T13:01:53.865350+0000 mon.a (mon.0) 1546 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:01:54.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:53 smithi178 bash[14494]: audit 2024-03-21T13:01:53.868525+0000 mon.a (mon.0) 1547 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:01:54.310 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:53 smithi178 bash[14494]: audit 2024-03-21T13:01:53.871937+0000 mon.a (mon.0) 1548 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:01:54.610 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[68349]: debug 2024-03-21T13:01:54.497+0000 7f2aab90e700 1 -- 172.21.15.178:0/2901934172 <== mon.0 v2:172.21.15.178:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55f23c0e05a0 con 0x55f23ce60c00 2024-03-21T13:01:55.049 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[68349]: debug 2024-03-21T13:01:54.685+0000 7f2ab5b1d200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-21T13:01:55.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[14494]: cluster 2024-03-21T13:01:53.473503+0000 mgr.x (mgr.25322) 61 : cluster [DBG] pgmap v35: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:55.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[14494]: cluster 2024-03-21T13:01:53.474191+0000 mgr.x (mgr.25322) 62 : cluster [DBG] pgmap v36: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:55.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[14494]: cephadm 2024-03-21T13:01:53.482186+0000 mgr.x (mgr.25322) 63 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:01:55.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[14494]: cluster 2024-03-21T13:01:53.575308+0000 mgr.x (mgr.25322) 64 : cluster [DBG] pgmap v37: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:55.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[14494]: cluster 2024-03-21T13:01:53.575595+0000 mgr.x (mgr.25322) 65 : cluster [DBG] pgmap v38: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:55.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[14494]: cephadm 2024-03-21T13:01:53.584207+0000 mgr.x (mgr.25322) 66 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:01:55.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[14494]: cluster 2024-03-21T13:01:53.677761+0000 mgr.x (mgr.25322) 67 : cluster [DBG] pgmap v39: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:55.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[14494]: cluster 2024-03-21T13:01:53.678267+0000 mgr.x (mgr.25322) 68 : cluster [DBG] pgmap v40: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:55.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[14494]: cephadm 2024-03-21T13:01:53.686915+0000 mgr.x (mgr.25322) 69 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:01:55.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[14494]: cluster 2024-03-21T13:01:53.777055+0000 mgr.x (mgr.25322) 70 : cluster [DBG] pgmap v41: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:55.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[14494]: cluster 2024-03-21T13:01:53.777497+0000 mgr.x (mgr.25322) 71 : cluster [DBG] pgmap v42: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:55.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[14494]: cephadm 2024-03-21T13:01:53.787859+0000 mgr.x (mgr.25322) 72 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:01:55.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[14494]: audit 2024-03-21T13:01:53.874316+0000 mon.a (mon.0) 1549 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:01:55.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[14494]: cluster 2024-03-21T13:01:53.878206+0000 mgr.x (mgr.25322) 73 : cluster [DBG] pgmap v43: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:55.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[14494]: cluster 2024-03-21T13:01:53.878486+0000 mgr.x (mgr.25322) 74 : cluster [DBG] pgmap v44: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:55.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[14494]: cluster 2024-03-21T13:01:53.891307+0000 mon.a (mon.0) 1550 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-03-21T13:01:55.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[14494]: cluster 2024-03-21T13:01:53.891346+0000 mon.a (mon.0) 1551 : cluster [INF] Cluster is now healthy 2024-03-21T13:01:55.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[14494]: audit 2024-03-21T13:01:53.898792+0000 mon.a (mon.0) 1552 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:55.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[14494]: cephadm 2024-03-21T13:01:53.901196+0000 mgr.x (mgr.25322) 75 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:01:55.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[14494]: audit 2024-03-21T13:01:53.977974+0000 mon.a (mon.0) 1553 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:01:55.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[20270]: cluster 2024-03-21T13:01:53.473503+0000 mgr.x (mgr.25322) 61 : cluster [DBG] pgmap v35: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:55.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[20270]: cluster 2024-03-21T13:01:53.474191+0000 mgr.x (mgr.25322) 62 : cluster [DBG] pgmap v36: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:55.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[20270]: cephadm 2024-03-21T13:01:53.482186+0000 mgr.x (mgr.25322) 63 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:01:55.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[20270]: cluster 2024-03-21T13:01:53.575308+0000 mgr.x (mgr.25322) 64 : cluster [DBG] pgmap v37: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:55.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[20270]: cluster 2024-03-21T13:01:53.575595+0000 mgr.x (mgr.25322) 65 : cluster [DBG] pgmap v38: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:55.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[20270]: cephadm 2024-03-21T13:01:53.584207+0000 mgr.x (mgr.25322) 66 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:01:55.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[20270]: cluster 2024-03-21T13:01:53.677761+0000 mgr.x (mgr.25322) 67 : cluster [DBG] pgmap v39: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:55.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[20270]: cluster 2024-03-21T13:01:53.678267+0000 mgr.x (mgr.25322) 68 : cluster [DBG] pgmap v40: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:55.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[20270]: cephadm 2024-03-21T13:01:53.686915+0000 mgr.x (mgr.25322) 69 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:01:55.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[20270]: cluster 2024-03-21T13:01:53.777055+0000 mgr.x (mgr.25322) 70 : cluster [DBG] pgmap v41: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:55.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[20270]: cluster 2024-03-21T13:01:53.777497+0000 mgr.x (mgr.25322) 71 : cluster [DBG] pgmap v42: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:55.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[20270]: cephadm 2024-03-21T13:01:53.787859+0000 mgr.x (mgr.25322) 72 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:01:55.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[20270]: audit 2024-03-21T13:01:53.874316+0000 mon.a (mon.0) 1549 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:01:55.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[20270]: cluster 2024-03-21T13:01:53.878206+0000 mgr.x (mgr.25322) 73 : cluster [DBG] pgmap v43: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:55.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[20270]: cluster 2024-03-21T13:01:53.878486+0000 mgr.x (mgr.25322) 74 : cluster [DBG] pgmap v44: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:55.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[20270]: cluster 2024-03-21T13:01:53.891307+0000 mon.a (mon.0) 1550 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-03-21T13:01:55.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[20270]: cluster 2024-03-21T13:01:53.891346+0000 mon.a (mon.0) 1551 : cluster [INF] Cluster is now healthy 2024-03-21T13:01:55.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[20270]: audit 2024-03-21T13:01:53.898792+0000 mon.a (mon.0) 1552 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:55.053 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[20270]: cephadm 2024-03-21T13:01:53.901196+0000 mgr.x (mgr.25322) 75 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:01:55.053 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[20270]: audit 2024-03-21T13:01:53.977974+0000 mon.a (mon.0) 1553 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:01:55.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[14494]: audit 2024-03-21T13:01:53.981249+0000 mon.a (mon.0) 1554 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:01:55.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[14494]: audit 2024-03-21T13:01:53.985450+0000 mon.a (mon.0) 1555 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:01:55.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[14494]: audit 2024-03-21T13:01:53.986933+0000 mon.a (mon.0) 1556 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:01:55.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[14494]: cluster 2024-03-21T13:01:53.990953+0000 mgr.x (mgr.25322) 76 : cluster [DBG] pgmap v45: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:55.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[14494]: cluster 2024-03-21T13:01:53.991255+0000 mgr.x (mgr.25322) 77 : cluster [DBG] pgmap v46: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:55.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[14494]: audit 2024-03-21T13:01:53.998415+0000 mon.a (mon.0) 1557 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:55.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[14494]: cephadm 2024-03-21T13:01:54.001013+0000 mgr.x (mgr.25322) 78 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:01:55.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[14494]: audit 2024-03-21T13:01:54.079132+0000 mon.a (mon.0) 1558 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:01:55.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[14494]: audit 2024-03-21T13:01:54.081539+0000 mon.a (mon.0) 1559 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:01:55.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[14494]: audit 2024-03-21T13:01:54.084043+0000 mon.a (mon.0) 1560 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:01:55.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[14494]: audit 2024-03-21T13:01:54.085074+0000 mon.a (mon.0) 1561 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:01:55.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[14494]: cluster 2024-03-21T13:01:54.088636+0000 mgr.x (mgr.25322) 79 : cluster [DBG] pgmap v47: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:55.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[14494]: cluster 2024-03-21T13:01:54.088985+0000 mgr.x (mgr.25322) 80 : cluster [DBG] pgmap v48: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:55.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[14494]: audit 2024-03-21T13:01:54.094688+0000 mon.a (mon.0) 1562 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:55.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[14494]: cephadm 2024-03-21T13:01:54.097222+0000 mgr.x (mgr.25322) 81 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:01:55.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[14494]: audit 2024-03-21T13:01:54.177616+0000 mon.a (mon.0) 1563 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:01:55.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[14494]: audit 2024-03-21T13:01:54.180506+0000 mon.a (mon.0) 1564 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:01:55.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[14494]: audit 2024-03-21T13:01:54.183865+0000 mon.a (mon.0) 1565 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:01:55.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[14494]: audit 2024-03-21T13:01:54.184953+0000 mon.a (mon.0) 1566 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:01:55.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[14494]: cluster 2024-03-21T13:01:54.188776+0000 mgr.x (mgr.25322) 82 : cluster [DBG] pgmap v49: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:55.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[20270]: audit 2024-03-21T13:01:53.981249+0000 mon.a (mon.0) 1554 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:01:55.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[20270]: audit 2024-03-21T13:01:53.985450+0000 mon.a (mon.0) 1555 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:01:55.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[20270]: audit 2024-03-21T13:01:53.986933+0000 mon.a (mon.0) 1556 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:01:55.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[20270]: cluster 2024-03-21T13:01:53.990953+0000 mgr.x (mgr.25322) 76 : cluster [DBG] pgmap v45: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:55.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[20270]: cluster 2024-03-21T13:01:53.991255+0000 mgr.x (mgr.25322) 77 : cluster [DBG] pgmap v46: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:55.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[20270]: audit 2024-03-21T13:01:53.998415+0000 mon.a (mon.0) 1557 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:55.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[20270]: cephadm 2024-03-21T13:01:54.001013+0000 mgr.x (mgr.25322) 78 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:01:55.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[20270]: audit 2024-03-21T13:01:54.079132+0000 mon.a (mon.0) 1558 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:01:55.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[20270]: audit 2024-03-21T13:01:54.081539+0000 mon.a (mon.0) 1559 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:01:55.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[20270]: audit 2024-03-21T13:01:54.084043+0000 mon.a (mon.0) 1560 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:01:55.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[20270]: audit 2024-03-21T13:01:54.085074+0000 mon.a (mon.0) 1561 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:01:55.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[20270]: cluster 2024-03-21T13:01:54.088636+0000 mgr.x (mgr.25322) 79 : cluster [DBG] pgmap v47: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:55.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[20270]: cluster 2024-03-21T13:01:54.088985+0000 mgr.x (mgr.25322) 80 : cluster [DBG] pgmap v48: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:55.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[20270]: audit 2024-03-21T13:01:54.094688+0000 mon.a (mon.0) 1562 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:55.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[20270]: cephadm 2024-03-21T13:01:54.097222+0000 mgr.x (mgr.25322) 81 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:01:55.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[20270]: audit 2024-03-21T13:01:54.177616+0000 mon.a (mon.0) 1563 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:01:55.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[20270]: audit 2024-03-21T13:01:54.180506+0000 mon.a (mon.0) 1564 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:01:55.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[20270]: audit 2024-03-21T13:01:54.183865+0000 mon.a (mon.0) 1565 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:01:55.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[20270]: audit 2024-03-21T13:01:54.184953+0000 mon.a (mon.0) 1566 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:01:55.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[20270]: cluster 2024-03-21T13:01:54.188776+0000 mgr.x (mgr.25322) 82 : cluster [DBG] pgmap v49: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:55.056 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[14494]: cluster 2024-03-21T13:01:54.189098+0000 mgr.x (mgr.25322) 83 : cluster [DBG] pgmap v50: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:55.056 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[14494]: audit 2024-03-21T13:01:54.195885+0000 mon.a (mon.0) 1567 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:55.056 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[14494]: cephadm 2024-03-21T13:01:54.198497+0000 mgr.x (mgr.25322) 84 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:01:55.056 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[14494]: audit 2024-03-21T13:01:54.275208+0000 mon.a (mon.0) 1568 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:01:55.056 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[14494]: audit 2024-03-21T13:01:54.280876+0000 mon.a (mon.0) 1569 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:01:55.057 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[14494]: audit 2024-03-21T13:01:54.286188+0000 mon.a (mon.0) 1570 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:01:55.057 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[14494]: audit 2024-03-21T13:01:54.288231+0000 mon.a (mon.0) 1571 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:01:55.057 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[14494]: cluster 2024-03-21T13:01:54.293065+0000 mgr.x (mgr.25322) 85 : cluster [DBG] pgmap v51: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:55.057 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[14494]: cluster 2024-03-21T13:01:54.293479+0000 mgr.x (mgr.25322) 86 : cluster [DBG] pgmap v52: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:55.057 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[14494]: audit 2024-03-21T13:01:54.300737+0000 mon.a (mon.0) 1572 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:55.057 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[14494]: cephadm 2024-03-21T13:01:54.303238+0000 mgr.x (mgr.25322) 87 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:01:55.057 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[14494]: audit 2024-03-21T13:01:54.380656+0000 mon.a (mon.0) 1573 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:01:55.057 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[14494]: audit 2024-03-21T13:01:54.383560+0000 mon.a (mon.0) 1574 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:01:55.057 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[14494]: audit 2024-03-21T13:01:54.387199+0000 mon.a (mon.0) 1575 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:01:55.057 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[14494]: audit 2024-03-21T13:01:54.388452+0000 mon.a (mon.0) 1576 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:01:55.057 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[14494]: cluster 2024-03-21T13:01:54.392693+0000 mgr.x (mgr.25322) 88 : cluster [DBG] pgmap v53: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:55.057 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[14494]: cluster 2024-03-21T13:01:54.393188+0000 mgr.x (mgr.25322) 89 : cluster [DBG] pgmap v54: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:55.057 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[14494]: audit 2024-03-21T13:01:54.398648+0000 mon.a (mon.0) 1577 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:55.057 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[14494]: cephadm 2024-03-21T13:01:54.400992+0000 mgr.x (mgr.25322) 90 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:01:55.057 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[14494]: audit 2024-03-21T13:01:54.476299+0000 mon.a (mon.0) 1578 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:01:55.058 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[20270]: cluster 2024-03-21T13:01:54.189098+0000 mgr.x (mgr.25322) 83 : cluster [DBG] pgmap v50: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:55.058 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[20270]: audit 2024-03-21T13:01:54.195885+0000 mon.a (mon.0) 1567 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:55.058 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[20270]: cephadm 2024-03-21T13:01:54.198497+0000 mgr.x (mgr.25322) 84 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:01:55.058 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[20270]: audit 2024-03-21T13:01:54.275208+0000 mon.a (mon.0) 1568 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:01:55.058 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[20270]: audit 2024-03-21T13:01:54.280876+0000 mon.a (mon.0) 1569 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:01:55.058 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[20270]: audit 2024-03-21T13:01:54.286188+0000 mon.a (mon.0) 1570 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:01:55.058 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[20270]: audit 2024-03-21T13:01:54.288231+0000 mon.a (mon.0) 1571 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:01:55.058 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[20270]: cluster 2024-03-21T13:01:54.293065+0000 mgr.x (mgr.25322) 85 : cluster [DBG] pgmap v51: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:55.058 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[20270]: cluster 2024-03-21T13:01:54.293479+0000 mgr.x (mgr.25322) 86 : cluster [DBG] pgmap v52: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:55.058 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[20270]: audit 2024-03-21T13:01:54.300737+0000 mon.a (mon.0) 1572 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:55.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[20270]: cephadm 2024-03-21T13:01:54.303238+0000 mgr.x (mgr.25322) 87 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:01:55.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[20270]: audit 2024-03-21T13:01:54.380656+0000 mon.a (mon.0) 1573 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:01:55.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[20270]: audit 2024-03-21T13:01:54.383560+0000 mon.a (mon.0) 1574 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:01:55.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[20270]: audit 2024-03-21T13:01:54.387199+0000 mon.a (mon.0) 1575 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:01:55.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[20270]: audit 2024-03-21T13:01:54.388452+0000 mon.a (mon.0) 1576 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:01:55.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[20270]: cluster 2024-03-21T13:01:54.392693+0000 mgr.x (mgr.25322) 88 : cluster [DBG] pgmap v53: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:55.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[20270]: cluster 2024-03-21T13:01:54.393188+0000 mgr.x (mgr.25322) 89 : cluster [DBG] pgmap v54: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:55.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[20270]: audit 2024-03-21T13:01:54.398648+0000 mon.a (mon.0) 1577 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:55.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[20270]: cephadm 2024-03-21T13:01:54.400992+0000 mgr.x (mgr.25322) 90 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:01:55.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[20270]: audit 2024-03-21T13:01:54.476299+0000 mon.a (mon.0) 1578 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:01:55.060 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[14494]: audit 2024-03-21T13:01:54.479055+0000 mon.a (mon.0) 1579 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:01:55.060 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[14494]: audit 2024-03-21T13:01:54.483045+0000 mon.a (mon.0) 1580 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:01:55.060 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[14494]: audit 2024-03-21T13:01:54.484127+0000 mon.a (mon.0) 1581 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:01:55.060 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[14494]: audit 2024-03-21T13:01:54.495116+0000 mon.a (mon.0) 1582 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:55.060 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[14494]: audit 2024-03-21T13:01:54.576476+0000 mon.a (mon.0) 1583 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:01:55.060 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[14494]: audit 2024-03-21T13:01:54.579169+0000 mon.a (mon.0) 1584 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:01:55.060 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[14494]: audit 2024-03-21T13:01:54.582530+0000 mon.a (mon.0) 1585 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:01:55.060 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[14494]: audit 2024-03-21T13:01:54.583770+0000 mon.a (mon.0) 1586 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:01:55.060 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[14494]: audit 2024-03-21T13:01:54.595700+0000 mon.a (mon.0) 1587 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:55.060 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[14494]: audit 2024-03-21T13:01:54.676482+0000 mon.a (mon.0) 1588 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:01:55.060 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[14494]: audit 2024-03-21T13:01:54.679009+0000 mon.a (mon.0) 1589 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:01:55.060 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[14494]: audit 2024-03-21T13:01:54.681802+0000 mon.a (mon.0) 1590 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:01:55.060 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[14494]: audit 2024-03-21T13:01:54.682808+0000 mon.a (mon.0) 1591 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:01:55.060 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[14494]: audit 2024-03-21T13:01:54.691957+0000 mon.a (mon.0) 1592 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:55.061 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[14494]: audit 2024-03-21T13:01:54.770808+0000 mon.a (mon.0) 1593 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:01:55.061 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[14494]: audit 2024-03-21T13:01:54.774667+0000 mon.a (mon.0) 1594 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:01:55.061 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[14494]: audit 2024-03-21T13:01:54.778163+0000 mon.a (mon.0) 1595 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:01:55.061 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[14494]: audit 2024-03-21T13:01:54.779372+0000 mon.a (mon.0) 1596 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:01:55.061 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[14494]: audit 2024-03-21T13:01:54.789176+0000 mon.a (mon.0) 1597 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:55.061 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[14494]: audit 2024-03-21T13:01:54.868959+0000 mon.a (mon.0) 1598 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:01:55.061 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[14494]: audit 2024-03-21T13:01:54.871482+0000 mon.a (mon.0) 1599 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:01:55.061 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[14494]: audit 2024-03-21T13:01:54.874333+0000 mon.a (mon.0) 1600 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:01:55.061 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[14494]: audit 2024-03-21T13:01:54.875442+0000 mon.a (mon.0) 1601 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:01:55.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[20270]: audit 2024-03-21T13:01:54.479055+0000 mon.a (mon.0) 1579 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:01:55.062 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[20270]: audit 2024-03-21T13:01:54.483045+0000 mon.a (mon.0) 1580 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:01:55.062 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[20270]: audit 2024-03-21T13:01:54.484127+0000 mon.a (mon.0) 1581 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:01:55.062 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[20270]: audit 2024-03-21T13:01:54.495116+0000 mon.a (mon.0) 1582 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:55.062 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[20270]: audit 2024-03-21T13:01:54.576476+0000 mon.a (mon.0) 1583 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:01:55.062 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[20270]: audit 2024-03-21T13:01:54.579169+0000 mon.a (mon.0) 1584 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:01:55.062 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[20270]: audit 2024-03-21T13:01:54.582530+0000 mon.a (mon.0) 1585 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:01:55.062 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[20270]: audit 2024-03-21T13:01:54.583770+0000 mon.a (mon.0) 1586 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:01:55.062 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[20270]: audit 2024-03-21T13:01:54.595700+0000 mon.a (mon.0) 1587 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:55.062 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[20270]: audit 2024-03-21T13:01:54.676482+0000 mon.a (mon.0) 1588 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:01:55.062 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[20270]: audit 2024-03-21T13:01:54.679009+0000 mon.a (mon.0) 1589 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:01:55.062 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[20270]: audit 2024-03-21T13:01:54.681802+0000 mon.a (mon.0) 1590 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:01:55.062 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[20270]: audit 2024-03-21T13:01:54.682808+0000 mon.a (mon.0) 1591 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:01:55.062 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[20270]: audit 2024-03-21T13:01:54.691957+0000 mon.a (mon.0) 1592 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:55.062 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[20270]: audit 2024-03-21T13:01:54.770808+0000 mon.a (mon.0) 1593 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:01:55.063 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[20270]: audit 2024-03-21T13:01:54.774667+0000 mon.a (mon.0) 1594 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:01:55.063 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[20270]: audit 2024-03-21T13:01:54.778163+0000 mon.a (mon.0) 1595 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:01:55.063 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[20270]: audit 2024-03-21T13:01:54.779372+0000 mon.a (mon.0) 1596 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:01:55.063 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[20270]: audit 2024-03-21T13:01:54.789176+0000 mon.a (mon.0) 1597 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:55.063 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[20270]: audit 2024-03-21T13:01:54.868959+0000 mon.a (mon.0) 1598 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:01:55.063 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[20270]: audit 2024-03-21T13:01:54.871482+0000 mon.a (mon.0) 1599 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:01:55.063 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[20270]: audit 2024-03-21T13:01:54.874333+0000 mon.a (mon.0) 1600 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:01:55.063 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:54 smithi178 bash[20270]: audit 2024-03-21T13:01:54.875442+0000 mon.a (mon.0) 1601 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:01:55.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:54 smithi184 bash[14608]: cluster 2024-03-21T13:01:53.473503+0000 mgr.x (mgr.25322) 61 : cluster [DBG] pgmap v35: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:55.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:54 smithi184 bash[14608]: cluster 2024-03-21T13:01:53.474191+0000 mgr.x (mgr.25322) 62 : cluster [DBG] pgmap v36: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:55.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:54 smithi184 bash[14608]: cephadm 2024-03-21T13:01:53.482186+0000 mgr.x (mgr.25322) 63 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:01:55.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:54 smithi184 bash[14608]: cluster 2024-03-21T13:01:53.575308+0000 mgr.x (mgr.25322) 64 : cluster [DBG] pgmap v37: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:55.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:54 smithi184 bash[14608]: cluster 2024-03-21T13:01:53.575595+0000 mgr.x (mgr.25322) 65 : cluster [DBG] pgmap v38: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:55.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:54 smithi184 bash[14608]: cephadm 2024-03-21T13:01:53.584207+0000 mgr.x (mgr.25322) 66 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:01:55.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:54 smithi184 bash[14608]: cluster 2024-03-21T13:01:53.677761+0000 mgr.x (mgr.25322) 67 : cluster [DBG] pgmap v39: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:55.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:54 smithi184 bash[14608]: cluster 2024-03-21T13:01:53.678267+0000 mgr.x (mgr.25322) 68 : cluster [DBG] pgmap v40: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:55.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:54 smithi184 bash[14608]: cephadm 2024-03-21T13:01:53.686915+0000 mgr.x (mgr.25322) 69 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:01:55.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:54 smithi184 bash[14608]: cluster 2024-03-21T13:01:53.777055+0000 mgr.x (mgr.25322) 70 : cluster [DBG] pgmap v41: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:55.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:54 smithi184 bash[14608]: cluster 2024-03-21T13:01:53.777497+0000 mgr.x (mgr.25322) 71 : cluster [DBG] pgmap v42: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:55.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:54 smithi184 bash[14608]: cephadm 2024-03-21T13:01:53.787859+0000 mgr.x (mgr.25322) 72 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:01:55.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:54 smithi184 bash[14608]: audit 2024-03-21T13:01:53.874316+0000 mon.a (mon.0) 1549 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:01:55.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:54 smithi184 bash[14608]: cluster 2024-03-21T13:01:53.878206+0000 mgr.x (mgr.25322) 73 : cluster [DBG] pgmap v43: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:55.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:54 smithi184 bash[14608]: cluster 2024-03-21T13:01:53.878486+0000 mgr.x (mgr.25322) 74 : cluster [DBG] pgmap v44: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:55.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:54 smithi184 bash[14608]: cluster 2024-03-21T13:01:53.891307+0000 mon.a (mon.0) 1550 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-03-21T13:01:55.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:54 smithi184 bash[14608]: cluster 2024-03-21T13:01:53.891346+0000 mon.a (mon.0) 1551 : cluster [INF] Cluster is now healthy 2024-03-21T13:01:55.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:54 smithi184 bash[14608]: audit 2024-03-21T13:01:53.898792+0000 mon.a (mon.0) 1552 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:55.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:54 smithi184 bash[14608]: cephadm 2024-03-21T13:01:53.901196+0000 mgr.x (mgr.25322) 75 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:01:55.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:54 smithi184 bash[14608]: audit 2024-03-21T13:01:53.977974+0000 mon.a (mon.0) 1553 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:01:55.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:54 smithi184 bash[14608]: audit 2024-03-21T13:01:53.981249+0000 mon.a (mon.0) 1554 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:01:55.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:54 smithi184 bash[14608]: audit 2024-03-21T13:01:53.985450+0000 mon.a (mon.0) 1555 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:01:55.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:54 smithi184 bash[14608]: audit 2024-03-21T13:01:53.986933+0000 mon.a (mon.0) 1556 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:01:55.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:54 smithi184 bash[14608]: cluster 2024-03-21T13:01:53.990953+0000 mgr.x (mgr.25322) 76 : cluster [DBG] pgmap v45: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:55.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:54 smithi184 bash[14608]: cluster 2024-03-21T13:01:53.991255+0000 mgr.x (mgr.25322) 77 : cluster [DBG] pgmap v46: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:55.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:54 smithi184 bash[14608]: audit 2024-03-21T13:01:53.998415+0000 mon.a (mon.0) 1557 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:55.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:54 smithi184 bash[14608]: cephadm 2024-03-21T13:01:54.001013+0000 mgr.x (mgr.25322) 78 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:01:55.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:54 smithi184 bash[14608]: audit 2024-03-21T13:01:54.079132+0000 mon.a (mon.0) 1558 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:01:55.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:54 smithi184 bash[14608]: audit 2024-03-21T13:01:54.081539+0000 mon.a (mon.0) 1559 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:01:55.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:54 smithi184 bash[14608]: audit 2024-03-21T13:01:54.084043+0000 mon.a (mon.0) 1560 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:01:55.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:54 smithi184 bash[14608]: audit 2024-03-21T13:01:54.085074+0000 mon.a (mon.0) 1561 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:01:55.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:54 smithi184 bash[14608]: cluster 2024-03-21T13:01:54.088636+0000 mgr.x (mgr.25322) 79 : cluster [DBG] pgmap v47: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:55.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:54 smithi184 bash[14608]: cluster 2024-03-21T13:01:54.088985+0000 mgr.x (mgr.25322) 80 : cluster [DBG] pgmap v48: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:55.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:54 smithi184 bash[14608]: audit 2024-03-21T13:01:54.094688+0000 mon.a (mon.0) 1562 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:55.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:54 smithi184 bash[14608]: cephadm 2024-03-21T13:01:54.097222+0000 mgr.x (mgr.25322) 81 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:01:55.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:54 smithi184 bash[14608]: audit 2024-03-21T13:01:54.177616+0000 mon.a (mon.0) 1563 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:01:55.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:54 smithi184 bash[14608]: audit 2024-03-21T13:01:54.180506+0000 mon.a (mon.0) 1564 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:01:55.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:54 smithi184 bash[14608]: audit 2024-03-21T13:01:54.183865+0000 mon.a (mon.0) 1565 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:01:55.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:54 smithi184 bash[14608]: audit 2024-03-21T13:01:54.184953+0000 mon.a (mon.0) 1566 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:01:55.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:54 smithi184 bash[14608]: cluster 2024-03-21T13:01:54.188776+0000 mgr.x (mgr.25322) 82 : cluster [DBG] pgmap v49: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:55.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:54 smithi184 bash[14608]: cluster 2024-03-21T13:01:54.189098+0000 mgr.x (mgr.25322) 83 : cluster [DBG] pgmap v50: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:55.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:54 smithi184 bash[14608]: audit 2024-03-21T13:01:54.195885+0000 mon.a (mon.0) 1567 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:55.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:54 smithi184 bash[14608]: cephadm 2024-03-21T13:01:54.198497+0000 mgr.x (mgr.25322) 84 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:01:55.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:54 smithi184 bash[14608]: audit 2024-03-21T13:01:54.275208+0000 mon.a (mon.0) 1568 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:01:55.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:54 smithi184 bash[14608]: audit 2024-03-21T13:01:54.280876+0000 mon.a (mon.0) 1569 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:01:55.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:54 smithi184 bash[14608]: audit 2024-03-21T13:01:54.286188+0000 mon.a (mon.0) 1570 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:01:55.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:54 smithi184 bash[14608]: audit 2024-03-21T13:01:54.288231+0000 mon.a (mon.0) 1571 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:01:55.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:54 smithi184 bash[14608]: cluster 2024-03-21T13:01:54.293065+0000 mgr.x (mgr.25322) 85 : cluster [DBG] pgmap v51: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:55.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:54 smithi184 bash[14608]: cluster 2024-03-21T13:01:54.293479+0000 mgr.x (mgr.25322) 86 : cluster [DBG] pgmap v52: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:55.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:54 smithi184 bash[14608]: audit 2024-03-21T13:01:54.300737+0000 mon.a (mon.0) 1572 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:55.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:54 smithi184 bash[14608]: cephadm 2024-03-21T13:01:54.303238+0000 mgr.x (mgr.25322) 87 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:01:55.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:54 smithi184 bash[14608]: audit 2024-03-21T13:01:54.380656+0000 mon.a (mon.0) 1573 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:01:55.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:54 smithi184 bash[14608]: audit 2024-03-21T13:01:54.383560+0000 mon.a (mon.0) 1574 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:01:55.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:54 smithi184 bash[14608]: audit 2024-03-21T13:01:54.387199+0000 mon.a (mon.0) 1575 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:01:55.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:54 smithi184 bash[14608]: audit 2024-03-21T13:01:54.388452+0000 mon.a (mon.0) 1576 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:01:55.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:54 smithi184 bash[14608]: cluster 2024-03-21T13:01:54.392693+0000 mgr.x (mgr.25322) 88 : cluster [DBG] pgmap v53: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:55.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:54 smithi184 bash[14608]: cluster 2024-03-21T13:01:54.393188+0000 mgr.x (mgr.25322) 89 : cluster [DBG] pgmap v54: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:55.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:54 smithi184 bash[14608]: audit 2024-03-21T13:01:54.398648+0000 mon.a (mon.0) 1577 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:55.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:54 smithi184 bash[14608]: cephadm 2024-03-21T13:01:54.400992+0000 mgr.x (mgr.25322) 90 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:01:55.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:54 smithi184 bash[14608]: audit 2024-03-21T13:01:54.476299+0000 mon.a (mon.0) 1578 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:01:55.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:54 smithi184 bash[14608]: audit 2024-03-21T13:01:54.479055+0000 mon.a (mon.0) 1579 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:01:55.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:54 smithi184 bash[14608]: audit 2024-03-21T13:01:54.483045+0000 mon.a (mon.0) 1580 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:01:55.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:54 smithi184 bash[14608]: audit 2024-03-21T13:01:54.484127+0000 mon.a (mon.0) 1581 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:01:55.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:54 smithi184 bash[14608]: audit 2024-03-21T13:01:54.495116+0000 mon.a (mon.0) 1582 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:55.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:54 smithi184 bash[14608]: audit 2024-03-21T13:01:54.576476+0000 mon.a (mon.0) 1583 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:01:55.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:54 smithi184 bash[14608]: audit 2024-03-21T13:01:54.579169+0000 mon.a (mon.0) 1584 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:01:55.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:54 smithi184 bash[14608]: audit 2024-03-21T13:01:54.582530+0000 mon.a (mon.0) 1585 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:01:55.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:54 smithi184 bash[14608]: audit 2024-03-21T13:01:54.583770+0000 mon.a (mon.0) 1586 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:01:55.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:54 smithi184 bash[14608]: audit 2024-03-21T13:01:54.595700+0000 mon.a (mon.0) 1587 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:55.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:54 smithi184 bash[14608]: audit 2024-03-21T13:01:54.676482+0000 mon.a (mon.0) 1588 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:01:55.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:54 smithi184 bash[14608]: audit 2024-03-21T13:01:54.679009+0000 mon.a (mon.0) 1589 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:01:55.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:54 smithi184 bash[14608]: audit 2024-03-21T13:01:54.681802+0000 mon.a (mon.0) 1590 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:01:55.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:54 smithi184 bash[14608]: audit 2024-03-21T13:01:54.682808+0000 mon.a (mon.0) 1591 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:01:55.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:54 smithi184 bash[14608]: audit 2024-03-21T13:01:54.691957+0000 mon.a (mon.0) 1592 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:55.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:54 smithi184 bash[14608]: audit 2024-03-21T13:01:54.770808+0000 mon.a (mon.0) 1593 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:01:55.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:54 smithi184 bash[14608]: audit 2024-03-21T13:01:54.774667+0000 mon.a (mon.0) 1594 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:01:55.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:54 smithi184 bash[14608]: audit 2024-03-21T13:01:54.778163+0000 mon.a (mon.0) 1595 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:01:55.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:54 smithi184 bash[14608]: audit 2024-03-21T13:01:54.779372+0000 mon.a (mon.0) 1596 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:01:55.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:54 smithi184 bash[14608]: audit 2024-03-21T13:01:54.789176+0000 mon.a (mon.0) 1597 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:55.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:54 smithi184 bash[14608]: audit 2024-03-21T13:01:54.868959+0000 mon.a (mon.0) 1598 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:01:55.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:54 smithi184 bash[14608]: audit 2024-03-21T13:01:54.871482+0000 mon.a (mon.0) 1599 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:01:55.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:54 smithi184 bash[14608]: audit 2024-03-21T13:01:54.874333+0000 mon.a (mon.0) 1600 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:01:55.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:54 smithi184 bash[14608]: audit 2024-03-21T13:01:54.875442+0000 mon.a (mon.0) 1601 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:01:55.822 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:01:55 smithi184 bash[52419]: ::ffff:172.21.15.184 - - [21/Mar/2024:13:01:55] "GET /metrics HTTP/1.1" 200 38318 "" "Prometheus/2.33.4" 2024-03-21T13:01:56.048 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[68349]: debug 2024-03-21T13:01:55.665+0000 7f2ab5b1d200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-03-21T13:01:56.048 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[68349]: debug 2024-03-21T13:01:55.773+0000 7f2ab5b1d200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-21T13:01:56.048 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[68349]: debug 2024-03-21T13:01:55.877+0000 7f2ab5b1d200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-21T13:01:56.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[14494]: cluster 2024-03-21T13:01:54.487969+0000 mgr.x (mgr.25322) 91 : cluster [DBG] pgmap v55: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:56.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[14494]: cluster 2024-03-21T13:01:54.488509+0000 mgr.x (mgr.25322) 92 : cluster [DBG] pgmap v56: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:56.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[14494]: cephadm 2024-03-21T13:01:54.497681+0000 mgr.x (mgr.25322) 93 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:01:56.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[14494]: cluster 2024-03-21T13:01:54.588018+0000 mgr.x (mgr.25322) 94 : cluster [DBG] pgmap v57: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:56.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[14494]: cluster 2024-03-21T13:01:54.588723+0000 mgr.x (mgr.25322) 95 : cluster [DBG] pgmap v58: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:56.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[14494]: cephadm 2024-03-21T13:01:54.601673+0000 mgr.x (mgr.25322) 96 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:01:56.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[14494]: cluster 2024-03-21T13:01:54.686529+0000 mgr.x (mgr.25322) 97 : cluster [DBG] pgmap v59: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:56.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[14494]: cluster 2024-03-21T13:01:54.686856+0000 mgr.x (mgr.25322) 98 : cluster [DBG] pgmap v60: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:56.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[14494]: cephadm 2024-03-21T13:01:54.694323+0000 mgr.x (mgr.25322) 99 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:01:56.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[14494]: cluster 2024-03-21T13:01:54.783114+0000 mgr.x (mgr.25322) 100 : cluster [DBG] pgmap v61: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:56.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[14494]: cluster 2024-03-21T13:01:54.783412+0000 mgr.x (mgr.25322) 101 : cluster [DBG] pgmap v62: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:56.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[14494]: cephadm 2024-03-21T13:01:54.791781+0000 mgr.x (mgr.25322) 102 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:01:56.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[14494]: cluster 2024-03-21T13:01:54.880379+0000 mgr.x (mgr.25322) 103 : cluster [DBG] pgmap v63: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:56.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[14494]: cluster 2024-03-21T13:01:54.880758+0000 mgr.x (mgr.25322) 104 : cluster [DBG] pgmap v64: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:56.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[14494]: cluster 2024-03-21T13:01:54.893540+0000 mon.a (mon.0) 1602 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-21T13:01:56.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[14494]: audit 2024-03-21T13:01:54.899904+0000 mon.a (mon.0) 1603 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:56.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[14494]: cephadm 2024-03-21T13:01:54.902205+0000 mgr.x (mgr.25322) 105 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:01:56.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[14494]: audit 2024-03-21T13:01:54.976875+0000 mon.a (mon.0) 1604 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:01:56.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[14494]: audit 2024-03-21T13:01:54.979841+0000 mon.a (mon.0) 1605 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:01:56.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[14494]: audit 2024-03-21T13:01:54.983211+0000 mon.a (mon.0) 1606 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:01:56.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[20270]: cluster 2024-03-21T13:01:54.487969+0000 mgr.x (mgr.25322) 91 : cluster [DBG] pgmap v55: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:56.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[20270]: cluster 2024-03-21T13:01:54.488509+0000 mgr.x (mgr.25322) 92 : cluster [DBG] pgmap v56: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:56.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[20270]: cephadm 2024-03-21T13:01:54.497681+0000 mgr.x (mgr.25322) 93 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:01:56.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[20270]: cluster 2024-03-21T13:01:54.588018+0000 mgr.x (mgr.25322) 94 : cluster [DBG] pgmap v57: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:56.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[20270]: cluster 2024-03-21T13:01:54.588723+0000 mgr.x (mgr.25322) 95 : cluster [DBG] pgmap v58: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:56.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[20270]: cephadm 2024-03-21T13:01:54.601673+0000 mgr.x (mgr.25322) 96 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:01:56.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[20270]: cluster 2024-03-21T13:01:54.686529+0000 mgr.x (mgr.25322) 97 : cluster [DBG] pgmap v59: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:56.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[20270]: cluster 2024-03-21T13:01:54.686856+0000 mgr.x (mgr.25322) 98 : cluster [DBG] pgmap v60: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:56.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[20270]: cephadm 2024-03-21T13:01:54.694323+0000 mgr.x (mgr.25322) 99 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:01:56.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[20270]: cluster 2024-03-21T13:01:54.783114+0000 mgr.x (mgr.25322) 100 : cluster [DBG] pgmap v61: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:56.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[20270]: cluster 2024-03-21T13:01:54.783412+0000 mgr.x (mgr.25322) 101 : cluster [DBG] pgmap v62: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:56.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[20270]: cephadm 2024-03-21T13:01:54.791781+0000 mgr.x (mgr.25322) 102 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:01:56.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[20270]: cluster 2024-03-21T13:01:54.880379+0000 mgr.x (mgr.25322) 103 : cluster [DBG] pgmap v63: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:56.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[20270]: cluster 2024-03-21T13:01:54.880758+0000 mgr.x (mgr.25322) 104 : cluster [DBG] pgmap v64: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:56.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[20270]: cluster 2024-03-21T13:01:54.893540+0000 mon.a (mon.0) 1602 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-21T13:01:56.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[20270]: audit 2024-03-21T13:01:54.899904+0000 mon.a (mon.0) 1603 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:56.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[20270]: cephadm 2024-03-21T13:01:54.902205+0000 mgr.x (mgr.25322) 105 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:01:56.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[20270]: audit 2024-03-21T13:01:54.976875+0000 mon.a (mon.0) 1604 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:01:56.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[20270]: audit 2024-03-21T13:01:54.979841+0000 mon.a (mon.0) 1605 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:01:56.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[20270]: audit 2024-03-21T13:01:54.983211+0000 mon.a (mon.0) 1606 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:01:56.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[14494]: audit 2024-03-21T13:01:54.984252+0000 mon.a (mon.0) 1607 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:01:56.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[14494]: cluster 2024-03-21T13:01:54.987978+0000 mgr.x (mgr.25322) 106 : cluster [DBG] pgmap v65: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:56.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[14494]: cluster 2024-03-21T13:01:54.988421+0000 mgr.x (mgr.25322) 107 : cluster [DBG] pgmap v66: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:56.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[14494]: audit 2024-03-21T13:01:54.994725+0000 mon.a (mon.0) 1608 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:56.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[14494]: cephadm 2024-03-21T13:01:54.997182+0000 mgr.x (mgr.25322) 108 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:01:56.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[14494]: audit 2024-03-21T13:01:55.076170+0000 mon.a (mon.0) 1609 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:01:56.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[14494]: audit 2024-03-21T13:01:55.080280+0000 mon.a (mon.0) 1610 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:01:56.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[14494]: audit 2024-03-21T13:01:55.084022+0000 mon.a (mon.0) 1611 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:01:56.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[14494]: audit 2024-03-21T13:01:55.084716+0000 mon.a (mon.0) 1612 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:01:56.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[14494]: cluster 2024-03-21T13:01:55.087971+0000 mgr.x (mgr.25322) 109 : cluster [DBG] pgmap v67: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:56.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[14494]: cluster 2024-03-21T13:01:55.088210+0000 mgr.x (mgr.25322) 110 : cluster [DBG] pgmap v68: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:56.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[14494]: audit 2024-03-21T13:01:55.091738+0000 mon.a (mon.0) 1613 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:56.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[14494]: cephadm 2024-03-21T13:01:55.094159+0000 mgr.x (mgr.25322) 111 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:01:56.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[14494]: audit 2024-03-21T13:01:55.174771+0000 mon.a (mon.0) 1614 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:01:56.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[14494]: audit 2024-03-21T13:01:55.177513+0000 mon.a (mon.0) 1615 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:01:56.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[14494]: audit 2024-03-21T13:01:55.180121+0000 mon.a (mon.0) 1616 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:01:56.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[14494]: audit 2024-03-21T13:01:55.181163+0000 mon.a (mon.0) 1617 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:01:56.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[14494]: cluster 2024-03-21T13:01:55.184866+0000 mgr.x (mgr.25322) 112 : cluster [DBG] pgmap v69: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:56.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[14494]: cluster 2024-03-21T13:01:55.185412+0000 mgr.x (mgr.25322) 113 : cluster [DBG] pgmap v70: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:56.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[14494]: audit 2024-03-21T13:01:55.192301+0000 mon.a (mon.0) 1618 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:56.053 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[20270]: audit 2024-03-21T13:01:54.984252+0000 mon.a (mon.0) 1607 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:01:56.053 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[20270]: cluster 2024-03-21T13:01:54.987978+0000 mgr.x (mgr.25322) 106 : cluster [DBG] pgmap v65: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:56.054 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[20270]: cluster 2024-03-21T13:01:54.988421+0000 mgr.x (mgr.25322) 107 : cluster [DBG] pgmap v66: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:56.054 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[20270]: audit 2024-03-21T13:01:54.994725+0000 mon.a (mon.0) 1608 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:56.054 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[20270]: cephadm 2024-03-21T13:01:54.997182+0000 mgr.x (mgr.25322) 108 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:01:56.054 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[20270]: audit 2024-03-21T13:01:55.076170+0000 mon.a (mon.0) 1609 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:01:56.054 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[20270]: audit 2024-03-21T13:01:55.080280+0000 mon.a (mon.0) 1610 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:01:56.054 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[20270]: audit 2024-03-21T13:01:55.084022+0000 mon.a (mon.0) 1611 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:01:56.054 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[20270]: audit 2024-03-21T13:01:55.084716+0000 mon.a (mon.0) 1612 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:01:56.054 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[20270]: cluster 2024-03-21T13:01:55.087971+0000 mgr.x (mgr.25322) 109 : cluster [DBG] pgmap v67: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:56.054 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[20270]: cluster 2024-03-21T13:01:55.088210+0000 mgr.x (mgr.25322) 110 : cluster [DBG] pgmap v68: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:56.054 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[20270]: audit 2024-03-21T13:01:55.091738+0000 mon.a (mon.0) 1613 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:56.054 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[20270]: cephadm 2024-03-21T13:01:55.094159+0000 mgr.x (mgr.25322) 111 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:01:56.054 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[20270]: audit 2024-03-21T13:01:55.174771+0000 mon.a (mon.0) 1614 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:01:56.054 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[20270]: audit 2024-03-21T13:01:55.177513+0000 mon.a (mon.0) 1615 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:01:56.054 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[20270]: audit 2024-03-21T13:01:55.180121+0000 mon.a (mon.0) 1616 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:01:56.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[20270]: audit 2024-03-21T13:01:55.181163+0000 mon.a (mon.0) 1617 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:01:56.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[20270]: cluster 2024-03-21T13:01:55.184866+0000 mgr.x (mgr.25322) 112 : cluster [DBG] pgmap v69: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:56.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[20270]: cluster 2024-03-21T13:01:55.185412+0000 mgr.x (mgr.25322) 113 : cluster [DBG] pgmap v70: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:56.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[20270]: audit 2024-03-21T13:01:55.192301+0000 mon.a (mon.0) 1618 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:56.055 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[14494]: cephadm 2024-03-21T13:01:55.194641+0000 mgr.x (mgr.25322) 114 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:01:56.055 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[14494]: audit 2024-03-21T13:01:55.271355+0000 mon.a (mon.0) 1619 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:01:56.055 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[14494]: audit 2024-03-21T13:01:55.274398+0000 mon.a (mon.0) 1620 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:01:56.055 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[14494]: audit 2024-03-21T13:01:55.277486+0000 mon.a (mon.0) 1621 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:01:56.055 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[14494]: audit 2024-03-21T13:01:55.278647+0000 mon.a (mon.0) 1622 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:01:56.055 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[14494]: cluster 2024-03-21T13:01:55.282389+0000 mgr.x (mgr.25322) 115 : cluster [DBG] pgmap v71: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:56.055 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[14494]: cluster 2024-03-21T13:01:55.282806+0000 mgr.x (mgr.25322) 116 : cluster [DBG] pgmap v72: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:56.056 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[14494]: audit 2024-03-21T13:01:55.290020+0000 mon.a (mon.0) 1623 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:56.056 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[14494]: cephadm 2024-03-21T13:01:55.292573+0000 mgr.x (mgr.25322) 117 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:01:56.056 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[14494]: audit 2024-03-21T13:01:55.371258+0000 mon.a (mon.0) 1624 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:01:56.056 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[14494]: audit 2024-03-21T13:01:55.374148+0000 mon.a (mon.0) 1625 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:01:56.056 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[14494]: audit 2024-03-21T13:01:55.377755+0000 mon.a (mon.0) 1626 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:01:56.056 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[14494]: audit 2024-03-21T13:01:55.379060+0000 mon.a (mon.0) 1627 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:01:56.056 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[14494]: cluster 2024-03-21T13:01:55.382732+0000 mgr.x (mgr.25322) 118 : cluster [DBG] pgmap v73: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:56.056 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[14494]: cluster 2024-03-21T13:01:55.383054+0000 mgr.x (mgr.25322) 119 : cluster [DBG] pgmap v74: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:56.056 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[14494]: audit 2024-03-21T13:01:55.389755+0000 mon.a (mon.0) 1628 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:56.056 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[14494]: cephadm 2024-03-21T13:01:55.392084+0000 mgr.x (mgr.25322) 120 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:01:56.056 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[14494]: audit 2024-03-21T13:01:55.468881+0000 mon.a (mon.0) 1629 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:01:56.056 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[14494]: audit 2024-03-21T13:01:55.471536+0000 mon.a (mon.0) 1630 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:01:56.056 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[14494]: audit 2024-03-21T13:01:55.474879+0000 mon.a (mon.0) 1631 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:01:56.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[20270]: cephadm 2024-03-21T13:01:55.194641+0000 mgr.x (mgr.25322) 114 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:01:56.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[20270]: audit 2024-03-21T13:01:55.271355+0000 mon.a (mon.0) 1619 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:01:56.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[20270]: audit 2024-03-21T13:01:55.274398+0000 mon.a (mon.0) 1620 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:01:56.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[20270]: audit 2024-03-21T13:01:55.277486+0000 mon.a (mon.0) 1621 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:01:56.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[20270]: audit 2024-03-21T13:01:55.278647+0000 mon.a (mon.0) 1622 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:01:56.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[20270]: cluster 2024-03-21T13:01:55.282389+0000 mgr.x (mgr.25322) 115 : cluster [DBG] pgmap v71: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:56.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[20270]: cluster 2024-03-21T13:01:55.282806+0000 mgr.x (mgr.25322) 116 : cluster [DBG] pgmap v72: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:56.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[20270]: audit 2024-03-21T13:01:55.290020+0000 mon.a (mon.0) 1623 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:56.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[20270]: cephadm 2024-03-21T13:01:55.292573+0000 mgr.x (mgr.25322) 117 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:01:56.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[20270]: audit 2024-03-21T13:01:55.371258+0000 mon.a (mon.0) 1624 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:01:56.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[20270]: audit 2024-03-21T13:01:55.374148+0000 mon.a (mon.0) 1625 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:01:56.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[20270]: audit 2024-03-21T13:01:55.377755+0000 mon.a (mon.0) 1626 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:01:56.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[20270]: audit 2024-03-21T13:01:55.379060+0000 mon.a (mon.0) 1627 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:01:56.058 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[20270]: cluster 2024-03-21T13:01:55.382732+0000 mgr.x (mgr.25322) 118 : cluster [DBG] pgmap v73: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:56.058 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[20270]: cluster 2024-03-21T13:01:55.383054+0000 mgr.x (mgr.25322) 119 : cluster [DBG] pgmap v74: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:56.058 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[20270]: audit 2024-03-21T13:01:55.389755+0000 mon.a (mon.0) 1628 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:56.058 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[20270]: cephadm 2024-03-21T13:01:55.392084+0000 mgr.x (mgr.25322) 120 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:01:56.058 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[20270]: audit 2024-03-21T13:01:55.468881+0000 mon.a (mon.0) 1629 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:01:56.058 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[20270]: audit 2024-03-21T13:01:55.471536+0000 mon.a (mon.0) 1630 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:01:56.058 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[20270]: audit 2024-03-21T13:01:55.474879+0000 mon.a (mon.0) 1631 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:01:56.058 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[14494]: audit 2024-03-21T13:01:55.476197+0000 mon.a (mon.0) 1632 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:01:56.058 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[14494]: audit 2024-03-21T13:01:55.487739+0000 mon.a (mon.0) 1633 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:56.058 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[14494]: audit 2024-03-21T13:01:55.566608+0000 mon.a (mon.0) 1634 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:01:56.059 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[14494]: audit 2024-03-21T13:01:55.569227+0000 mon.a (mon.0) 1635 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:01:56.059 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[14494]: audit 2024-03-21T13:01:55.571845+0000 mon.a (mon.0) 1636 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:01:56.059 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[14494]: audit 2024-03-21T13:01:55.573046+0000 mon.a (mon.0) 1637 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:01:56.059 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[14494]: audit 2024-03-21T13:01:55.583334+0000 mon.a (mon.0) 1638 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:56.059 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[14494]: audit 2024-03-21T13:01:55.666010+0000 mon.a (mon.0) 1639 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:01:56.059 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[14494]: audit 2024-03-21T13:01:55.669983+0000 mon.a (mon.0) 1640 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:01:56.059 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[14494]: audit 2024-03-21T13:01:55.673199+0000 mon.a (mon.0) 1641 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:01:56.059 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[14494]: audit 2024-03-21T13:01:55.674464+0000 mon.a (mon.0) 1642 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:01:56.059 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[14494]: audit 2024-03-21T13:01:55.684512+0000 mon.a (mon.0) 1643 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:56.059 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[14494]: audit 2024-03-21T13:01:55.763167+0000 mon.a (mon.0) 1644 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:01:56.059 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[14494]: audit 2024-03-21T13:01:55.765666+0000 mon.a (mon.0) 1645 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:01:56.059 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[14494]: audit 2024-03-21T13:01:55.768087+0000 mon.a (mon.0) 1646 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:01:56.059 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[14494]: audit 2024-03-21T13:01:55.770168+0000 mon.a (mon.0) 1647 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:01:56.059 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[14494]: audit 2024-03-21T13:01:55.784345+0000 mon.a (mon.0) 1648 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:56.060 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[14494]: audit 2024-03-21T13:01:55.839740+0000 mon.a (mon.0) 1649 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:56.060 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[14494]: audit 2024-03-21T13:01:55.848685+0000 mon.a (mon.0) 1650 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:56.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[20270]: audit 2024-03-21T13:01:55.476197+0000 mon.a (mon.0) 1632 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:01:56.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[20270]: audit 2024-03-21T13:01:55.487739+0000 mon.a (mon.0) 1633 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:56.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[20270]: audit 2024-03-21T13:01:55.566608+0000 mon.a (mon.0) 1634 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:01:56.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[20270]: audit 2024-03-21T13:01:55.569227+0000 mon.a (mon.0) 1635 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:01:56.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[20270]: audit 2024-03-21T13:01:55.571845+0000 mon.a (mon.0) 1636 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:01:56.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[20270]: audit 2024-03-21T13:01:55.573046+0000 mon.a (mon.0) 1637 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:01:56.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[20270]: audit 2024-03-21T13:01:55.583334+0000 mon.a (mon.0) 1638 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:56.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[20270]: audit 2024-03-21T13:01:55.666010+0000 mon.a (mon.0) 1639 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:01:56.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[20270]: audit 2024-03-21T13:01:55.669983+0000 mon.a (mon.0) 1640 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:01:56.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[20270]: audit 2024-03-21T13:01:55.673199+0000 mon.a (mon.0) 1641 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:01:56.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[20270]: audit 2024-03-21T13:01:55.674464+0000 mon.a (mon.0) 1642 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:01:56.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[20270]: audit 2024-03-21T13:01:55.684512+0000 mon.a (mon.0) 1643 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:56.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[20270]: audit 2024-03-21T13:01:55.763167+0000 mon.a (mon.0) 1644 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:01:56.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[20270]: audit 2024-03-21T13:01:55.765666+0000 mon.a (mon.0) 1645 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:01:56.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[20270]: audit 2024-03-21T13:01:55.768087+0000 mon.a (mon.0) 1646 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:01:56.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[20270]: audit 2024-03-21T13:01:55.770168+0000 mon.a (mon.0) 1647 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:01:56.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[20270]: audit 2024-03-21T13:01:55.784345+0000 mon.a (mon.0) 1648 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:56.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[20270]: audit 2024-03-21T13:01:55.839740+0000 mon.a (mon.0) 1649 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:56.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[20270]: audit 2024-03-21T13:01:55.848685+0000 mon.a (mon.0) 1650 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:56.061 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[14494]: audit 2024-03-21T13:01:55.856444+0000 mon.a (mon.0) 1651 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:56.061 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[14494]: audit 2024-03-21T13:01:55.864628+0000 mon.a (mon.0) 1652 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:01:56.062 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[14494]: audit 2024-03-21T13:01:55.866991+0000 mon.a (mon.0) 1653 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:01:56.062 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[14494]: audit 2024-03-21T13:01:55.869479+0000 mon.a (mon.0) 1654 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:01:56.062 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[14494]: audit 2024-03-21T13:01:55.870407+0000 mon.a (mon.0) 1655 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:01:56.062 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[14494]: audit 2024-03-21T13:01:55.879609+0000 mon.a (mon.0) 1656 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:56.062 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[20270]: audit 2024-03-21T13:01:55.856444+0000 mon.a (mon.0) 1651 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:56.062 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[20270]: audit 2024-03-21T13:01:55.864628+0000 mon.a (mon.0) 1652 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:01:56.062 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[20270]: audit 2024-03-21T13:01:55.866991+0000 mon.a (mon.0) 1653 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:01:56.062 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[20270]: audit 2024-03-21T13:01:55.869479+0000 mon.a (mon.0) 1654 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:01:56.062 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[20270]: audit 2024-03-21T13:01:55.870407+0000 mon.a (mon.0) 1655 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:01:56.062 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:55 smithi178 bash[20270]: audit 2024-03-21T13:01:55.879609+0000 mon.a (mon.0) 1656 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:56.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:55 smithi184 bash[14608]: cluster 2024-03-21T13:01:54.487969+0000 mgr.x (mgr.25322) 91 : cluster [DBG] pgmap v55: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:56.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:55 smithi184 bash[14608]: cluster 2024-03-21T13:01:54.488509+0000 mgr.x (mgr.25322) 92 : cluster [DBG] pgmap v56: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:56.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:55 smithi184 bash[14608]: cephadm 2024-03-21T13:01:54.497681+0000 mgr.x (mgr.25322) 93 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:01:56.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:55 smithi184 bash[14608]: cluster 2024-03-21T13:01:54.588018+0000 mgr.x (mgr.25322) 94 : cluster [DBG] pgmap v57: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:56.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:55 smithi184 bash[14608]: cluster 2024-03-21T13:01:54.588723+0000 mgr.x (mgr.25322) 95 : cluster [DBG] pgmap v58: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:56.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:55 smithi184 bash[14608]: cephadm 2024-03-21T13:01:54.601673+0000 mgr.x (mgr.25322) 96 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:01:56.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:55 smithi184 bash[14608]: cluster 2024-03-21T13:01:54.686529+0000 mgr.x (mgr.25322) 97 : cluster [DBG] pgmap v59: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:56.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:55 smithi184 bash[14608]: cluster 2024-03-21T13:01:54.686856+0000 mgr.x (mgr.25322) 98 : cluster [DBG] pgmap v60: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:56.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:55 smithi184 bash[14608]: cephadm 2024-03-21T13:01:54.694323+0000 mgr.x (mgr.25322) 99 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:01:56.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:55 smithi184 bash[14608]: cluster 2024-03-21T13:01:54.783114+0000 mgr.x (mgr.25322) 100 : cluster [DBG] pgmap v61: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:56.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:55 smithi184 bash[14608]: cluster 2024-03-21T13:01:54.783412+0000 mgr.x (mgr.25322) 101 : cluster [DBG] pgmap v62: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:56.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:55 smithi184 bash[14608]: cephadm 2024-03-21T13:01:54.791781+0000 mgr.x (mgr.25322) 102 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:01:56.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:55 smithi184 bash[14608]: cluster 2024-03-21T13:01:54.880379+0000 mgr.x (mgr.25322) 103 : cluster [DBG] pgmap v63: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:56.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:55 smithi184 bash[14608]: cluster 2024-03-21T13:01:54.880758+0000 mgr.x (mgr.25322) 104 : cluster [DBG] pgmap v64: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:56.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:55 smithi184 bash[14608]: cluster 2024-03-21T13:01:54.893540+0000 mon.a (mon.0) 1602 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-21T13:01:56.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:55 smithi184 bash[14608]: audit 2024-03-21T13:01:54.899904+0000 mon.a (mon.0) 1603 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:56.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:55 smithi184 bash[14608]: cephadm 2024-03-21T13:01:54.902205+0000 mgr.x (mgr.25322) 105 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:01:56.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:55 smithi184 bash[14608]: audit 2024-03-21T13:01:54.976875+0000 mon.a (mon.0) 1604 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:01:56.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:55 smithi184 bash[14608]: audit 2024-03-21T13:01:54.979841+0000 mon.a (mon.0) 1605 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:01:56.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:55 smithi184 bash[14608]: audit 2024-03-21T13:01:54.983211+0000 mon.a (mon.0) 1606 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:01:56.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:55 smithi184 bash[14608]: audit 2024-03-21T13:01:54.984252+0000 mon.a (mon.0) 1607 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:01:56.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:55 smithi184 bash[14608]: cluster 2024-03-21T13:01:54.987978+0000 mgr.x (mgr.25322) 106 : cluster [DBG] pgmap v65: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:56.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:55 smithi184 bash[14608]: cluster 2024-03-21T13:01:54.988421+0000 mgr.x (mgr.25322) 107 : cluster [DBG] pgmap v66: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:56.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:55 smithi184 bash[14608]: audit 2024-03-21T13:01:54.994725+0000 mon.a (mon.0) 1608 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:56.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:55 smithi184 bash[14608]: cephadm 2024-03-21T13:01:54.997182+0000 mgr.x (mgr.25322) 108 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:01:56.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:55 smithi184 bash[14608]: audit 2024-03-21T13:01:55.076170+0000 mon.a (mon.0) 1609 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:01:56.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:55 smithi184 bash[14608]: audit 2024-03-21T13:01:55.080280+0000 mon.a (mon.0) 1610 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:01:56.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:55 smithi184 bash[14608]: audit 2024-03-21T13:01:55.084022+0000 mon.a (mon.0) 1611 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:01:56.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:55 smithi184 bash[14608]: audit 2024-03-21T13:01:55.084716+0000 mon.a (mon.0) 1612 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:01:56.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:55 smithi184 bash[14608]: cluster 2024-03-21T13:01:55.087971+0000 mgr.x (mgr.25322) 109 : cluster [DBG] pgmap v67: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:56.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:55 smithi184 bash[14608]: cluster 2024-03-21T13:01:55.088210+0000 mgr.x (mgr.25322) 110 : cluster [DBG] pgmap v68: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:56.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:55 smithi184 bash[14608]: audit 2024-03-21T13:01:55.091738+0000 mon.a (mon.0) 1613 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:56.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:55 smithi184 bash[14608]: cephadm 2024-03-21T13:01:55.094159+0000 mgr.x (mgr.25322) 111 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:01:56.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:55 smithi184 bash[14608]: audit 2024-03-21T13:01:55.174771+0000 mon.a (mon.0) 1614 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:01:56.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:55 smithi184 bash[14608]: audit 2024-03-21T13:01:55.177513+0000 mon.a (mon.0) 1615 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:01:56.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:55 smithi184 bash[14608]: audit 2024-03-21T13:01:55.180121+0000 mon.a (mon.0) 1616 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:01:56.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:55 smithi184 bash[14608]: audit 2024-03-21T13:01:55.181163+0000 mon.a (mon.0) 1617 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:01:56.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:55 smithi184 bash[14608]: cluster 2024-03-21T13:01:55.184866+0000 mgr.x (mgr.25322) 112 : cluster [DBG] pgmap v69: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:56.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:55 smithi184 bash[14608]: cluster 2024-03-21T13:01:55.185412+0000 mgr.x (mgr.25322) 113 : cluster [DBG] pgmap v70: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:56.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:55 smithi184 bash[14608]: audit 2024-03-21T13:01:55.192301+0000 mon.a (mon.0) 1618 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:56.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:55 smithi184 bash[14608]: cephadm 2024-03-21T13:01:55.194641+0000 mgr.x (mgr.25322) 114 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:01:56.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:55 smithi184 bash[14608]: audit 2024-03-21T13:01:55.271355+0000 mon.a (mon.0) 1619 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:01:56.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:55 smithi184 bash[14608]: audit 2024-03-21T13:01:55.274398+0000 mon.a (mon.0) 1620 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:01:56.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:55 smithi184 bash[14608]: audit 2024-03-21T13:01:55.277486+0000 mon.a (mon.0) 1621 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:01:56.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:55 smithi184 bash[14608]: audit 2024-03-21T13:01:55.278647+0000 mon.a (mon.0) 1622 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:01:56.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:55 smithi184 bash[14608]: cluster 2024-03-21T13:01:55.282389+0000 mgr.x (mgr.25322) 115 : cluster [DBG] pgmap v71: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:56.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:55 smithi184 bash[14608]: cluster 2024-03-21T13:01:55.282806+0000 mgr.x (mgr.25322) 116 : cluster [DBG] pgmap v72: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:56.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:55 smithi184 bash[14608]: audit 2024-03-21T13:01:55.290020+0000 mon.a (mon.0) 1623 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:56.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:55 smithi184 bash[14608]: cephadm 2024-03-21T13:01:55.292573+0000 mgr.x (mgr.25322) 117 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:01:56.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:55 smithi184 bash[14608]: audit 2024-03-21T13:01:55.371258+0000 mon.a (mon.0) 1624 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:01:56.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:55 smithi184 bash[14608]: audit 2024-03-21T13:01:55.374148+0000 mon.a (mon.0) 1625 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:01:56.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:55 smithi184 bash[14608]: audit 2024-03-21T13:01:55.377755+0000 mon.a (mon.0) 1626 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:01:56.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:55 smithi184 bash[14608]: audit 2024-03-21T13:01:55.379060+0000 mon.a (mon.0) 1627 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:01:56.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:55 smithi184 bash[14608]: cluster 2024-03-21T13:01:55.382732+0000 mgr.x (mgr.25322) 118 : cluster [DBG] pgmap v73: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:56.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:55 smithi184 bash[14608]: cluster 2024-03-21T13:01:55.383054+0000 mgr.x (mgr.25322) 119 : cluster [DBG] pgmap v74: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:56.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:55 smithi184 bash[14608]: audit 2024-03-21T13:01:55.389755+0000 mon.a (mon.0) 1628 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:56.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:55 smithi184 bash[14608]: cephadm 2024-03-21T13:01:55.392084+0000 mgr.x (mgr.25322) 120 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:01:56.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:55 smithi184 bash[14608]: audit 2024-03-21T13:01:55.468881+0000 mon.a (mon.0) 1629 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:01:56.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:55 smithi184 bash[14608]: audit 2024-03-21T13:01:55.471536+0000 mon.a (mon.0) 1630 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:01:56.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:55 smithi184 bash[14608]: audit 2024-03-21T13:01:55.474879+0000 mon.a (mon.0) 1631 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:01:56.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:55 smithi184 bash[14608]: audit 2024-03-21T13:01:55.476197+0000 mon.a (mon.0) 1632 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:01:56.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:55 smithi184 bash[14608]: audit 2024-03-21T13:01:55.487739+0000 mon.a (mon.0) 1633 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:56.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:55 smithi184 bash[14608]: audit 2024-03-21T13:01:55.566608+0000 mon.a (mon.0) 1634 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:01:56.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:55 smithi184 bash[14608]: audit 2024-03-21T13:01:55.569227+0000 mon.a (mon.0) 1635 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:01:56.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:55 smithi184 bash[14608]: audit 2024-03-21T13:01:55.571845+0000 mon.a (mon.0) 1636 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:01:56.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:55 smithi184 bash[14608]: audit 2024-03-21T13:01:55.573046+0000 mon.a (mon.0) 1637 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:01:56.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:55 smithi184 bash[14608]: audit 2024-03-21T13:01:55.583334+0000 mon.a (mon.0) 1638 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:56.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:55 smithi184 bash[14608]: audit 2024-03-21T13:01:55.666010+0000 mon.a (mon.0) 1639 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:01:56.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:55 smithi184 bash[14608]: audit 2024-03-21T13:01:55.669983+0000 mon.a (mon.0) 1640 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:01:56.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:55 smithi184 bash[14608]: audit 2024-03-21T13:01:55.673199+0000 mon.a (mon.0) 1641 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:01:56.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:55 smithi184 bash[14608]: audit 2024-03-21T13:01:55.674464+0000 mon.a (mon.0) 1642 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:01:56.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:55 smithi184 bash[14608]: audit 2024-03-21T13:01:55.684512+0000 mon.a (mon.0) 1643 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:56.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:55 smithi184 bash[14608]: audit 2024-03-21T13:01:55.763167+0000 mon.a (mon.0) 1644 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:01:56.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:55 smithi184 bash[14608]: audit 2024-03-21T13:01:55.765666+0000 mon.a (mon.0) 1645 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:01:56.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:55 smithi184 bash[14608]: audit 2024-03-21T13:01:55.768087+0000 mon.a (mon.0) 1646 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:01:56.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:55 smithi184 bash[14608]: audit 2024-03-21T13:01:55.770168+0000 mon.a (mon.0) 1647 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:01:56.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:55 smithi184 bash[14608]: audit 2024-03-21T13:01:55.784345+0000 mon.a (mon.0) 1648 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:56.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:55 smithi184 bash[14608]: audit 2024-03-21T13:01:55.839740+0000 mon.a (mon.0) 1649 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:56.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:55 smithi184 bash[14608]: audit 2024-03-21T13:01:55.848685+0000 mon.a (mon.0) 1650 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:56.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:55 smithi184 bash[14608]: audit 2024-03-21T13:01:55.856444+0000 mon.a (mon.0) 1651 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:56.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:55 smithi184 bash[14608]: audit 2024-03-21T13:01:55.864628+0000 mon.a (mon.0) 1652 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:01:56.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:55 smithi184 bash[14608]: audit 2024-03-21T13:01:55.866991+0000 mon.a (mon.0) 1653 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:01:56.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:55 smithi184 bash[14608]: audit 2024-03-21T13:01:55.869479+0000 mon.a (mon.0) 1654 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:01:56.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:55 smithi184 bash[14608]: audit 2024-03-21T13:01:55.870407+0000 mon.a (mon.0) 1655 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:01:56.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:55 smithi184 bash[14608]: audit 2024-03-21T13:01:55.879609+0000 mon.a (mon.0) 1656 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:56.548 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:01:56 smithi178 bash[68349]: debug 2024-03-21T13:01:56.181+0000 7f2ab5b1d200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-21T13:01:56.888 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:01:56 smithi178 bash[68349]: debug 2024-03-21T13:01:56.573+0000 7f2ab5b1d200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-21T13:01:56.888 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:01:56 smithi178 bash[68349]: debug 2024-03-21T13:01:56.749+0000 7f2ab5b1d200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-21T13:01:57.298 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:01:56 smithi178 bash[68349]: debug 2024-03-21T13:01:56.965+0000 7f2ab5b1d200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-21T13:01:57.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:56 smithi178 bash[14494]: cluster 2024-03-21T13:01:55.480460+0000 mgr.x (mgr.25322) 121 : cluster [DBG] pgmap v75: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:57.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:56 smithi178 bash[14494]: cluster 2024-03-21T13:01:55.480945+0000 mgr.x (mgr.25322) 122 : cluster [DBG] pgmap v76: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:57.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:56 smithi178 bash[14494]: cephadm 2024-03-21T13:01:55.490137+0000 mgr.x (mgr.25322) 123 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:01:57.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:56 smithi178 bash[14494]: cluster 2024-03-21T13:01:55.576953+0000 mgr.x (mgr.25322) 124 : cluster [DBG] pgmap v77: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:57.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:56 smithi178 bash[14494]: cluster 2024-03-21T13:01:55.577585+0000 mgr.x (mgr.25322) 125 : cluster [DBG] pgmap v78: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:57.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:56 smithi178 bash[14494]: cephadm 2024-03-21T13:01:55.585671+0000 mgr.x (mgr.25322) 126 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:01:57.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:56 smithi178 bash[14494]: cluster 2024-03-21T13:01:55.678673+0000 mgr.x (mgr.25322) 127 : cluster [DBG] pgmap v79: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s 2024-03-21T13:01:57.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:56 smithi178 bash[14494]: cluster 2024-03-21T13:01:55.679085+0000 mgr.x (mgr.25322) 128 : cluster [DBG] pgmap v80: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s 2024-03-21T13:01:57.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:56 smithi178 bash[14494]: cephadm 2024-03-21T13:01:55.686868+0000 mgr.x (mgr.25322) 129 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:01:57.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:56 smithi178 bash[14494]: cluster 2024-03-21T13:01:55.773802+0000 mgr.x (mgr.25322) 130 : cluster [DBG] pgmap v81: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 17 op/s 2024-03-21T13:01:57.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:56 smithi178 bash[14494]: cluster 2024-03-21T13:01:55.774085+0000 mgr.x (mgr.25322) 131 : cluster [DBG] pgmap v82: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 17 op/s 2024-03-21T13:01:57.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:56 smithi178 bash[14494]: cephadm 2024-03-21T13:01:55.786843+0000 mgr.x (mgr.25322) 132 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:01:57.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:56 smithi178 bash[14494]: cluster 2024-03-21T13:01:55.851970+0000 mgr.x (mgr.25322) 133 : cluster [DBG] pgmap v83: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 18 op/s 2024-03-21T13:01:57.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:56 smithi178 bash[14494]: cluster 2024-03-21T13:01:55.852242+0000 mgr.x (mgr.25322) 134 : cluster [DBG] pgmap v84: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 18 op/s 2024-03-21T13:01:57.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:56 smithi178 bash[14494]: cluster 2024-03-21T13:01:55.873946+0000 mgr.x (mgr.25322) 135 : cluster [DBG] pgmap v85: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:57.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:56 smithi178 bash[14494]: cluster 2024-03-21T13:01:55.874582+0000 mgr.x (mgr.25322) 136 : cluster [DBG] pgmap v86: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:57.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:56 smithi178 bash[14494]: cephadm 2024-03-21T13:01:55.882024+0000 mgr.x (mgr.25322) 137 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:01:57.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:56 smithi178 bash[14494]: audit 2024-03-21T13:01:55.940978+0000 mon.a (mon.0) 1657 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:01:57.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:56 smithi178 bash[14494]: audit 2024-03-21T13:01:55.944396+0000 mon.a (mon.0) 1658 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:01:57.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:56 smithi178 bash[20270]: cluster 2024-03-21T13:01:55.480460+0000 mgr.x (mgr.25322) 121 : cluster [DBG] pgmap v75: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:57.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:56 smithi178 bash[20270]: cluster 2024-03-21T13:01:55.480945+0000 mgr.x (mgr.25322) 122 : cluster [DBG] pgmap v76: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:57.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:56 smithi178 bash[20270]: cephadm 2024-03-21T13:01:55.490137+0000 mgr.x (mgr.25322) 123 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:01:57.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:56 smithi178 bash[20270]: cluster 2024-03-21T13:01:55.576953+0000 mgr.x (mgr.25322) 124 : cluster [DBG] pgmap v77: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:57.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:56 smithi178 bash[20270]: cluster 2024-03-21T13:01:55.577585+0000 mgr.x (mgr.25322) 125 : cluster [DBG] pgmap v78: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:57.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:56 smithi178 bash[20270]: cephadm 2024-03-21T13:01:55.585671+0000 mgr.x (mgr.25322) 126 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:01:57.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:56 smithi178 bash[20270]: cluster 2024-03-21T13:01:55.678673+0000 mgr.x (mgr.25322) 127 : cluster [DBG] pgmap v79: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s 2024-03-21T13:01:57.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:56 smithi178 bash[20270]: cluster 2024-03-21T13:01:55.679085+0000 mgr.x (mgr.25322) 128 : cluster [DBG] pgmap v80: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s 2024-03-21T13:01:57.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:56 smithi178 bash[20270]: cephadm 2024-03-21T13:01:55.686868+0000 mgr.x (mgr.25322) 129 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:01:57.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:56 smithi178 bash[20270]: cluster 2024-03-21T13:01:55.773802+0000 mgr.x (mgr.25322) 130 : cluster [DBG] pgmap v81: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 17 op/s 2024-03-21T13:01:57.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:56 smithi178 bash[20270]: cluster 2024-03-21T13:01:55.774085+0000 mgr.x (mgr.25322) 131 : cluster [DBG] pgmap v82: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 17 op/s 2024-03-21T13:01:57.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:56 smithi178 bash[20270]: cephadm 2024-03-21T13:01:55.786843+0000 mgr.x (mgr.25322) 132 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:01:57.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:56 smithi178 bash[20270]: cluster 2024-03-21T13:01:55.851970+0000 mgr.x (mgr.25322) 133 : cluster [DBG] pgmap v83: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 18 op/s 2024-03-21T13:01:57.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:56 smithi178 bash[20270]: cluster 2024-03-21T13:01:55.852242+0000 mgr.x (mgr.25322) 134 : cluster [DBG] pgmap v84: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 18 op/s 2024-03-21T13:01:57.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:56 smithi178 bash[20270]: cluster 2024-03-21T13:01:55.873946+0000 mgr.x (mgr.25322) 135 : cluster [DBG] pgmap v85: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:57.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:56 smithi178 bash[20270]: cluster 2024-03-21T13:01:55.874582+0000 mgr.x (mgr.25322) 136 : cluster [DBG] pgmap v86: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:57.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:56 smithi178 bash[20270]: cephadm 2024-03-21T13:01:55.882024+0000 mgr.x (mgr.25322) 137 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:01:57.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:56 smithi178 bash[20270]: audit 2024-03-21T13:01:55.940978+0000 mon.a (mon.0) 1657 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:01:57.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:56 smithi178 bash[20270]: audit 2024-03-21T13:01:55.944396+0000 mon.a (mon.0) 1658 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:01:57.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:56 smithi178 bash[14494]: audit 2024-03-21T13:01:55.947631+0000 mon.a (mon.0) 1659 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:01:57.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:56 smithi178 bash[14494]: audit 2024-03-21T13:01:55.948935+0000 mon.a (mon.0) 1660 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:01:57.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:56 smithi178 bash[14494]: cluster 2024-03-21T13:01:55.953007+0000 mgr.x (mgr.25322) 138 : cluster [DBG] pgmap v87: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:57.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:56 smithi178 bash[14494]: cluster 2024-03-21T13:01:55.953350+0000 mgr.x (mgr.25322) 139 : cluster [DBG] pgmap v88: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:57.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:56 smithi178 bash[14494]: audit 2024-03-21T13:01:55.959294+0000 mon.a (mon.0) 1661 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:57.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:56 smithi178 bash[14494]: cephadm 2024-03-21T13:01:55.961632+0000 mgr.x (mgr.25322) 140 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:01:57.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:56 smithi178 bash[14494]: audit 2024-03-21T13:01:56.042617+0000 mon.a (mon.0) 1662 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:01:57.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:56 smithi178 bash[14494]: audit 2024-03-21T13:01:56.045485+0000 mon.a (mon.0) 1663 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:01:57.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:56 smithi178 bash[14494]: audit 2024-03-21T13:01:56.048848+0000 mon.a (mon.0) 1664 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:01:57.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:56 smithi178 bash[14494]: audit 2024-03-21T13:01:56.049962+0000 mon.a (mon.0) 1665 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:01:57.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:56 smithi178 bash[14494]: cluster 2024-03-21T13:01:56.053821+0000 mgr.x (mgr.25322) 141 : cluster [DBG] pgmap v89: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:57.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:56 smithi178 bash[14494]: cluster 2024-03-21T13:01:56.054277+0000 mgr.x (mgr.25322) 142 : cluster [DBG] pgmap v90: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:57.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:56 smithi178 bash[14494]: audit 2024-03-21T13:01:56.060125+0000 mon.a (mon.0) 1666 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:57.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:56 smithi178 bash[14494]: cephadm 2024-03-21T13:01:56.062461+0000 mgr.x (mgr.25322) 143 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:01:57.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:56 smithi178 bash[14494]: audit 2024-03-21T13:01:56.141801+0000 mon.a (mon.0) 1667 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:01:57.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:56 smithi178 bash[14494]: audit 2024-03-21T13:01:56.144181+0000 mon.a (mon.0) 1668 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:01:57.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:56 smithi178 bash[14494]: audit 2024-03-21T13:01:56.147210+0000 mon.a (mon.0) 1669 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:01:57.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:56 smithi178 bash[14494]: audit 2024-03-21T13:01:56.148247+0000 mon.a (mon.0) 1670 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:01:57.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:56 smithi178 bash[14494]: cluster 2024-03-21T13:01:56.151910+0000 mgr.x (mgr.25322) 144 : cluster [DBG] pgmap v91: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:57.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:56 smithi178 bash[14494]: cluster 2024-03-21T13:01:56.152352+0000 mgr.x (mgr.25322) 145 : cluster [DBG] pgmap v92: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:57.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:56 smithi178 bash[14494]: audit 2024-03-21T13:01:56.158997+0000 mon.a (mon.0) 1671 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:57.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:56 smithi178 bash[14494]: cephadm 2024-03-21T13:01:56.161298+0000 mgr.x (mgr.25322) 146 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:01:57.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:56 smithi178 bash[14494]: audit 2024-03-21T13:01:56.242121+0000 mon.a (mon.0) 1672 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:01:57.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:56 smithi178 bash[14494]: audit 2024-03-21T13:01:56.244777+0000 mon.a (mon.0) 1673 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:01:57.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:56 smithi178 bash[14494]: audit 2024-03-21T13:01:56.249195+0000 mon.a (mon.0) 1674 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:01:57.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:56 smithi178 bash[14494]: audit 2024-03-21T13:01:56.250216+0000 mon.a (mon.0) 1675 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:01:57.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:56 smithi178 bash[14494]: cluster 2024-03-21T13:01:56.254063+0000 mgr.x (mgr.25322) 147 : cluster [DBG] pgmap v93: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:57.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:56 smithi178 bash[14494]: cluster 2024-03-21T13:01:56.254522+0000 mgr.x (mgr.25322) 148 : cluster [DBG] pgmap v94: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:57.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:56 smithi178 bash[14494]: audit 2024-03-21T13:01:56.260592+0000 mon.a (mon.0) 1676 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:57.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:56 smithi178 bash[14494]: cephadm 2024-03-21T13:01:56.262967+0000 mgr.x (mgr.25322) 149 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:01:57.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:56 smithi178 bash[14494]: audit 2024-03-21T13:01:56.339439+0000 mon.a (mon.0) 1677 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:57.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:56 smithi178 bash[14494]: audit 2024-03-21T13:01:56.347095+0000 mon.a (mon.0) 1678 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:57.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:56 smithi178 bash[14494]: audit 2024-03-21T13:01:56.347890+0000 mon.a (mon.0) 1679 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:01:57.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:56 smithi178 bash[14494]: cluster 2024-03-21T13:01:56.350316+0000 mgr.x (mgr.25322) 150 : cluster [DBG] pgmap v95: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:57.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:56 smithi178 bash[14494]: cluster 2024-03-21T13:01:56.350583+0000 mgr.x (mgr.25322) 151 : cluster [DBG] pgmap v96: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:57.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:56 smithi178 bash[14494]: audit 2024-03-21T13:01:56.356959+0000 mon.a (mon.0) 1680 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:57.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:56 smithi178 bash[20270]: audit 2024-03-21T13:01:55.947631+0000 mon.a (mon.0) 1659 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:01:57.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:56 smithi178 bash[20270]: audit 2024-03-21T13:01:55.948935+0000 mon.a (mon.0) 1660 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:01:57.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:56 smithi178 bash[20270]: cluster 2024-03-21T13:01:55.953007+0000 mgr.x (mgr.25322) 138 : cluster [DBG] pgmap v87: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:57.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:56 smithi178 bash[20270]: cluster 2024-03-21T13:01:55.953350+0000 mgr.x (mgr.25322) 139 : cluster [DBG] pgmap v88: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:57.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:56 smithi178 bash[20270]: audit 2024-03-21T13:01:55.959294+0000 mon.a (mon.0) 1661 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:57.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:56 smithi178 bash[20270]: cephadm 2024-03-21T13:01:55.961632+0000 mgr.x (mgr.25322) 140 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:01:57.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:56 smithi178 bash[20270]: audit 2024-03-21T13:01:56.042617+0000 mon.a (mon.0) 1662 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:01:57.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:56 smithi178 bash[20270]: audit 2024-03-21T13:01:56.045485+0000 mon.a (mon.0) 1663 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:01:57.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:56 smithi178 bash[20270]: audit 2024-03-21T13:01:56.048848+0000 mon.a (mon.0) 1664 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:01:57.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:56 smithi178 bash[20270]: audit 2024-03-21T13:01:56.049962+0000 mon.a (mon.0) 1665 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:01:57.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:56 smithi178 bash[20270]: cluster 2024-03-21T13:01:56.053821+0000 mgr.x (mgr.25322) 141 : cluster [DBG] pgmap v89: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:57.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:56 smithi178 bash[20270]: cluster 2024-03-21T13:01:56.054277+0000 mgr.x (mgr.25322) 142 : cluster [DBG] pgmap v90: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:57.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:56 smithi178 bash[20270]: audit 2024-03-21T13:01:56.060125+0000 mon.a (mon.0) 1666 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:57.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:56 smithi178 bash[20270]: cephadm 2024-03-21T13:01:56.062461+0000 mgr.x (mgr.25322) 143 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:01:57.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:56 smithi178 bash[20270]: audit 2024-03-21T13:01:56.141801+0000 mon.a (mon.0) 1667 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:01:57.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:56 smithi178 bash[20270]: audit 2024-03-21T13:01:56.144181+0000 mon.a (mon.0) 1668 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:01:57.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:56 smithi178 bash[20270]: audit 2024-03-21T13:01:56.147210+0000 mon.a (mon.0) 1669 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:01:57.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:56 smithi178 bash[20270]: audit 2024-03-21T13:01:56.148247+0000 mon.a (mon.0) 1670 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:01:57.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:56 smithi178 bash[20270]: cluster 2024-03-21T13:01:56.151910+0000 mgr.x (mgr.25322) 144 : cluster [DBG] pgmap v91: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:57.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:56 smithi178 bash[20270]: cluster 2024-03-21T13:01:56.152352+0000 mgr.x (mgr.25322) 145 : cluster [DBG] pgmap v92: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:57.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:56 smithi178 bash[20270]: audit 2024-03-21T13:01:56.158997+0000 mon.a (mon.0) 1671 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:57.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:56 smithi178 bash[20270]: cephadm 2024-03-21T13:01:56.161298+0000 mgr.x (mgr.25322) 146 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:01:57.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:56 smithi178 bash[20270]: audit 2024-03-21T13:01:56.242121+0000 mon.a (mon.0) 1672 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:01:57.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:56 smithi178 bash[20270]: audit 2024-03-21T13:01:56.244777+0000 mon.a (mon.0) 1673 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:01:57.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:56 smithi178 bash[20270]: audit 2024-03-21T13:01:56.249195+0000 mon.a (mon.0) 1674 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:01:57.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:56 smithi178 bash[20270]: audit 2024-03-21T13:01:56.250216+0000 mon.a (mon.0) 1675 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:01:57.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:56 smithi178 bash[20270]: cluster 2024-03-21T13:01:56.254063+0000 mgr.x (mgr.25322) 147 : cluster [DBG] pgmap v93: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:57.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:56 smithi178 bash[20270]: cluster 2024-03-21T13:01:56.254522+0000 mgr.x (mgr.25322) 148 : cluster [DBG] pgmap v94: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:57.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:56 smithi178 bash[20270]: audit 2024-03-21T13:01:56.260592+0000 mon.a (mon.0) 1676 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:57.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:56 smithi178 bash[20270]: cephadm 2024-03-21T13:01:56.262967+0000 mgr.x (mgr.25322) 149 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:01:57.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:56 smithi178 bash[20270]: audit 2024-03-21T13:01:56.339439+0000 mon.a (mon.0) 1677 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:57.309 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:56 smithi178 bash[20270]: audit 2024-03-21T13:01:56.347095+0000 mon.a (mon.0) 1678 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:57.309 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:56 smithi178 bash[20270]: audit 2024-03-21T13:01:56.347890+0000 mon.a (mon.0) 1679 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:01:57.309 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:56 smithi178 bash[20270]: cluster 2024-03-21T13:01:56.350316+0000 mgr.x (mgr.25322) 150 : cluster [DBG] pgmap v95: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:57.309 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:56 smithi178 bash[20270]: cluster 2024-03-21T13:01:56.350583+0000 mgr.x (mgr.25322) 151 : cluster [DBG] pgmap v96: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:57.309 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:56 smithi178 bash[20270]: audit 2024-03-21T13:01:56.356959+0000 mon.a (mon.0) 1680 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:57.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:56 smithi184 bash[14608]: cluster 2024-03-21T13:01:55.480460+0000 mgr.x (mgr.25322) 121 : cluster [DBG] pgmap v75: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:57.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:56 smithi184 bash[14608]: cluster 2024-03-21T13:01:55.480945+0000 mgr.x (mgr.25322) 122 : cluster [DBG] pgmap v76: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:57.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:56 smithi184 bash[14608]: cephadm 2024-03-21T13:01:55.490137+0000 mgr.x (mgr.25322) 123 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:01:57.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:56 smithi184 bash[14608]: cluster 2024-03-21T13:01:55.576953+0000 mgr.x (mgr.25322) 124 : cluster [DBG] pgmap v77: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:57.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:56 smithi184 bash[14608]: cluster 2024-03-21T13:01:55.577585+0000 mgr.x (mgr.25322) 125 : cluster [DBG] pgmap v78: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:57.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:56 smithi184 bash[14608]: cephadm 2024-03-21T13:01:55.585671+0000 mgr.x (mgr.25322) 126 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:01:57.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:56 smithi184 bash[14608]: cluster 2024-03-21T13:01:55.678673+0000 mgr.x (mgr.25322) 127 : cluster [DBG] pgmap v79: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s 2024-03-21T13:01:57.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:56 smithi184 bash[14608]: cluster 2024-03-21T13:01:55.679085+0000 mgr.x (mgr.25322) 128 : cluster [DBG] pgmap v80: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s 2024-03-21T13:01:57.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:56 smithi184 bash[14608]: cephadm 2024-03-21T13:01:55.686868+0000 mgr.x (mgr.25322) 129 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:01:57.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:56 smithi184 bash[14608]: cluster 2024-03-21T13:01:55.773802+0000 mgr.x (mgr.25322) 130 : cluster [DBG] pgmap v81: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 17 op/s 2024-03-21T13:01:57.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:56 smithi184 bash[14608]: cluster 2024-03-21T13:01:55.774085+0000 mgr.x (mgr.25322) 131 : cluster [DBG] pgmap v82: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 17 op/s 2024-03-21T13:01:57.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:56 smithi184 bash[14608]: cephadm 2024-03-21T13:01:55.786843+0000 mgr.x (mgr.25322) 132 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:01:57.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:56 smithi184 bash[14608]: cluster 2024-03-21T13:01:55.851970+0000 mgr.x (mgr.25322) 133 : cluster [DBG] pgmap v83: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 18 op/s 2024-03-21T13:01:57.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:56 smithi184 bash[14608]: cluster 2024-03-21T13:01:55.852242+0000 mgr.x (mgr.25322) 134 : cluster [DBG] pgmap v84: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 18 op/s 2024-03-21T13:01:57.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:56 smithi184 bash[14608]: cluster 2024-03-21T13:01:55.873946+0000 mgr.x (mgr.25322) 135 : cluster [DBG] pgmap v85: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:57.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:56 smithi184 bash[14608]: cluster 2024-03-21T13:01:55.874582+0000 mgr.x (mgr.25322) 136 : cluster [DBG] pgmap v86: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:57.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:56 smithi184 bash[14608]: cephadm 2024-03-21T13:01:55.882024+0000 mgr.x (mgr.25322) 137 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:01:57.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:56 smithi184 bash[14608]: audit 2024-03-21T13:01:55.940978+0000 mon.a (mon.0) 1657 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:01:57.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:56 smithi184 bash[14608]: audit 2024-03-21T13:01:55.944396+0000 mon.a (mon.0) 1658 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:01:57.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:56 smithi184 bash[14608]: audit 2024-03-21T13:01:55.947631+0000 mon.a (mon.0) 1659 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:01:57.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:56 smithi184 bash[14608]: audit 2024-03-21T13:01:55.948935+0000 mon.a (mon.0) 1660 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:01:57.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:56 smithi184 bash[14608]: cluster 2024-03-21T13:01:55.953007+0000 mgr.x (mgr.25322) 138 : cluster [DBG] pgmap v87: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:57.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:56 smithi184 bash[14608]: cluster 2024-03-21T13:01:55.953350+0000 mgr.x (mgr.25322) 139 : cluster [DBG] pgmap v88: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:57.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:56 smithi184 bash[14608]: audit 2024-03-21T13:01:55.959294+0000 mon.a (mon.0) 1661 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:57.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:56 smithi184 bash[14608]: cephadm 2024-03-21T13:01:55.961632+0000 mgr.x (mgr.25322) 140 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:01:57.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:56 smithi184 bash[14608]: audit 2024-03-21T13:01:56.042617+0000 mon.a (mon.0) 1662 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:01:57.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:56 smithi184 bash[14608]: audit 2024-03-21T13:01:56.045485+0000 mon.a (mon.0) 1663 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:01:57.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:56 smithi184 bash[14608]: audit 2024-03-21T13:01:56.048848+0000 mon.a (mon.0) 1664 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:01:57.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:56 smithi184 bash[14608]: audit 2024-03-21T13:01:56.049962+0000 mon.a (mon.0) 1665 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:01:57.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:56 smithi184 bash[14608]: cluster 2024-03-21T13:01:56.053821+0000 mgr.x (mgr.25322) 141 : cluster [DBG] pgmap v89: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:57.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:56 smithi184 bash[14608]: cluster 2024-03-21T13:01:56.054277+0000 mgr.x (mgr.25322) 142 : cluster [DBG] pgmap v90: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:57.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:56 smithi184 bash[14608]: audit 2024-03-21T13:01:56.060125+0000 mon.a (mon.0) 1666 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:57.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:56 smithi184 bash[14608]: cephadm 2024-03-21T13:01:56.062461+0000 mgr.x (mgr.25322) 143 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:01:57.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:56 smithi184 bash[14608]: audit 2024-03-21T13:01:56.141801+0000 mon.a (mon.0) 1667 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:01:57.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:56 smithi184 bash[14608]: audit 2024-03-21T13:01:56.144181+0000 mon.a (mon.0) 1668 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:01:57.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:56 smithi184 bash[14608]: audit 2024-03-21T13:01:56.147210+0000 mon.a (mon.0) 1669 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:01:57.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:56 smithi184 bash[14608]: audit 2024-03-21T13:01:56.148247+0000 mon.a (mon.0) 1670 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:01:57.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:56 smithi184 bash[14608]: cluster 2024-03-21T13:01:56.151910+0000 mgr.x (mgr.25322) 144 : cluster [DBG] pgmap v91: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:57.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:56 smithi184 bash[14608]: cluster 2024-03-21T13:01:56.152352+0000 mgr.x (mgr.25322) 145 : cluster [DBG] pgmap v92: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:57.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:56 smithi184 bash[14608]: audit 2024-03-21T13:01:56.158997+0000 mon.a (mon.0) 1671 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:57.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:56 smithi184 bash[14608]: cephadm 2024-03-21T13:01:56.161298+0000 mgr.x (mgr.25322) 146 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:01:57.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:56 smithi184 bash[14608]: audit 2024-03-21T13:01:56.242121+0000 mon.a (mon.0) 1672 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:01:57.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:56 smithi184 bash[14608]: audit 2024-03-21T13:01:56.244777+0000 mon.a (mon.0) 1673 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:01:57.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:56 smithi184 bash[14608]: audit 2024-03-21T13:01:56.249195+0000 mon.a (mon.0) 1674 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:01:57.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:56 smithi184 bash[14608]: audit 2024-03-21T13:01:56.250216+0000 mon.a (mon.0) 1675 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:01:57.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:56 smithi184 bash[14608]: cluster 2024-03-21T13:01:56.254063+0000 mgr.x (mgr.25322) 147 : cluster [DBG] pgmap v93: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:57.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:56 smithi184 bash[14608]: cluster 2024-03-21T13:01:56.254522+0000 mgr.x (mgr.25322) 148 : cluster [DBG] pgmap v94: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:57.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:56 smithi184 bash[14608]: audit 2024-03-21T13:01:56.260592+0000 mon.a (mon.0) 1676 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:57.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:56 smithi184 bash[14608]: cephadm 2024-03-21T13:01:56.262967+0000 mgr.x (mgr.25322) 149 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:01:57.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:56 smithi184 bash[14608]: audit 2024-03-21T13:01:56.339439+0000 mon.a (mon.0) 1677 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:57.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:56 smithi184 bash[14608]: audit 2024-03-21T13:01:56.347095+0000 mon.a (mon.0) 1678 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:57.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:56 smithi184 bash[14608]: audit 2024-03-21T13:01:56.347890+0000 mon.a (mon.0) 1679 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:01:57.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:56 smithi184 bash[14608]: cluster 2024-03-21T13:01:56.350316+0000 mgr.x (mgr.25322) 150 : cluster [DBG] pgmap v95: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:57.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:56 smithi184 bash[14608]: cluster 2024-03-21T13:01:56.350583+0000 mgr.x (mgr.25322) 151 : cluster [DBG] pgmap v96: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:57.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:56 smithi184 bash[14608]: audit 2024-03-21T13:01:56.356959+0000 mon.a (mon.0) 1680 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:01:58.174 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:01:58 smithi178 bash[68349]: debug 2024-03-21T13:01:58.045+0000 7f2ab5b1d200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-21T13:01:58.548 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:01:58 smithi178 bash[68349]: debug 2024-03-21T13:01:58.173+0000 7f2ab5b1d200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-21T13:01:58.548 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:01:58 smithi178 bash[68349]: debug 2024-03-21T13:01:58.293+0000 7f2ab5b1d200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-21T13:01:59.041 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:01:58 smithi178 bash[68349]: debug 2024-03-21T13:01:58.781+0000 7f2ab5b1d200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-21T13:01:59.041 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:01:59 smithi178 bash[68349]: debug 2024-03-21T13:01:59.017+0000 7f2ab5b1d200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-21T13:01:59.072 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:01:58 smithi184 bash[54688]: ts=2024-03-21T13:01: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.178\", device_class=\"ssd\", hostname=\"smithi178\", instance=\"172.21.15.184:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.178\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster=\"a94f249e-e780-11ee-95cd-87774f69a715\", cluster_addr=\"172.21.15.178\", device_class=\"ssd\", hostname=\"smithi178\", instance=\"smithi184:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.178\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-21T13:01:59.798 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:01:59 smithi178 bash[68349]: debug 2024-03-21T13:01:59.489+0000 7f2ab5b1d200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-21T13:01:59.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:59 smithi178 bash[14494]: cluster 2024-03-21T13:01:58.351288+0000 mgr.x (mgr.25322) 152 : cluster [DBG] pgmap v97: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:59.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:59 smithi178 bash[14494]: audit 2024-03-21T13:01:58.872297+0000 mon.a (mon.0) 1681 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-21T13:01:59.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:59 smithi178 bash[14494]: audit 2024-03-21T13:01:58.874292+0000 mon.a (mon.0) 1682 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-21T13:01:59.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:01:59 smithi178 bash[14494]: audit 2024-03-21T13:01:58.875902+0000 mon.a (mon.0) 1683 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:01:59.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:59 smithi178 bash[20270]: cluster 2024-03-21T13:01:58.351288+0000 mgr.x (mgr.25322) 152 : cluster [DBG] pgmap v97: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:59.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:59 smithi178 bash[20270]: audit 2024-03-21T13:01:58.872297+0000 mon.a (mon.0) 1681 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-21T13:01:59.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:59 smithi178 bash[20270]: audit 2024-03-21T13:01:58.874292+0000 mon.a (mon.0) 1682 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-21T13:01:59.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:01:59 smithi178 bash[20270]: audit 2024-03-21T13:01:58.875902+0000 mon.a (mon.0) 1683 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:01:59.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:59 smithi184 bash[14608]: cluster 2024-03-21T13:01:58.351288+0000 mgr.x (mgr.25322) 152 : cluster [DBG] pgmap v97: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:01:59.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:59 smithi184 bash[14608]: audit 2024-03-21T13:01:58.872297+0000 mon.a (mon.0) 1681 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-21T13:01:59.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:59 smithi184 bash[14608]: audit 2024-03-21T13:01:58.874292+0000 mon.a (mon.0) 1682 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-21T13:01:59.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:01:59 smithi184 bash[14608]: audit 2024-03-21T13:01:58.875902+0000 mon.a (mon.0) 1683 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:00.297 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:02:00 smithi178 bash[68349]: debug 2024-03-21T13:02:00.029+0000 7f2ab5b1d200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-21T13:02:00.755 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:02:00 smithi178 bash[68349]: debug 2024-03-21T13:02:00.641+0000 7f2ab5b1d200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-21T13:02:00.755 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:00 smithi178 bash[14494]: cephadm 2024-03-21T13:01:58.873203+0000 mgr.x (mgr.25322) 153 : cephadm [INF] Upgrade: Updating mgr.y 2024-03-21T13:02:00.755 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:00 smithi178 bash[14494]: cephadm 2024-03-21T13:01:58.879709+0000 mgr.x (mgr.25322) 154 : cephadm [INF] Deploying daemon mgr.y on smithi178 2024-03-21T13:02:00.755 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:00 smithi178 bash[14494]: audit 2024-03-21T13:01:59.766234+0000 mon.a (mon.0) 1684 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:02:00.756 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:00 smithi178 bash[20270]: cephadm 2024-03-21T13:01:58.873203+0000 mgr.x (mgr.25322) 153 : cephadm [INF] Upgrade: Updating mgr.y 2024-03-21T13:02:00.756 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:00 smithi178 bash[20270]: cephadm 2024-03-21T13:01:58.879709+0000 mgr.x (mgr.25322) 154 : cephadm [INF] Deploying daemon mgr.y on smithi178 2024-03-21T13:02:00.756 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:00 smithi178 bash[20270]: audit 2024-03-21T13:01:59.766234+0000 mon.a (mon.0) 1684 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:02:00.822 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:00 smithi184 bash[14608]: cephadm 2024-03-21T13:01:58.873203+0000 mgr.x (mgr.25322) 153 : cephadm [INF] Upgrade: Updating mgr.y 2024-03-21T13:02:00.822 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:00 smithi184 bash[14608]: cephadm 2024-03-21T13:01:58.879709+0000 mgr.x (mgr.25322) 154 : cephadm [INF] Deploying daemon mgr.y on smithi178 2024-03-21T13:02:00.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:00 smithi184 bash[14608]: audit 2024-03-21T13:01:59.766234+0000 mon.a (mon.0) 1684 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:02:01.048 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:02:00 smithi178 bash[68349]: debug 2024-03-21T13:02:00.773+0000 7f2ab5b1d200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-21T13:02:01.411 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:02:01 smithi178 bash[68349]: debug 2024-03-21T13:02:01.145+0000 7f2ab5b1d200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-21T13:02:01.411 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:02:01 smithi178 bash[68349]: debug 2024-03-21T13:02:01.261+0000 7f2ab5b1d200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-21T13:02:01.660 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:02:01 smithi178 bash[68349]: debug 2024-03-21T13:02:01.405+0000 7f2ab5b1d200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-21T13:02:01.661 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:02:01 smithi178 bash[68349]: debug 2024-03-21T13:02:01.521+0000 7f2ab5b1d200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-21T13:02:01.661 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:01 smithi178 bash[14494]: cluster 2024-03-21T13:02:00.352212+0000 mgr.x (mgr.25322) 155 : cluster [DBG] pgmap v98: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:01.661 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:01 smithi178 bash[20270]: cluster 2024-03-21T13:02:00.352212+0000 mgr.x (mgr.25322) 155 : cluster [DBG] pgmap v98: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:01.798 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:02:01 smithi178 bash[68349]: debug 2024-03-21T13:02:01.653+0000 7f2ab5b1d200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-21T13:02:01.822 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:01 smithi184 bash[14608]: cluster 2024-03-21T13:02:00.352212+0000 mgr.x (mgr.25322) 155 : cluster [DBG] pgmap v98: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:02.298 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:02:01 smithi178 bash[68349]: debug 2024-03-21T13:02:01.845+0000 7f2ab5b1d200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-21T13:02:02.298 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:02:01 smithi178 bash[68349]: debug 2024-03-21T13:02:01.973+0000 7f2ab5b1d200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-21T13:02:02.739 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:02:02 smithi178 systemd[1]: Stopping Ceph mgr.y for a94f249e-e780-11ee-95cd-87774f69a715... 2024-03-21T13:02:03.397 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:02:03 smithi184 systemd[1]: ceph-a94f249e-e780-11ee-95cd-87774f69a715@grafana.a.service: Scheduled restart job, restart counter is at 7. 2024-03-21T13:02:03.397 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:02:03 smithi184 systemd[1]: Stopped Ceph grafana.a for a94f249e-e780-11ee-95cd-87774f69a715. 2024-03-21T13:02:03.397 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:02:03 smithi184 systemd[1]: Started Ceph grafana.a for a94f249e-e780-11ee-95cd-87774f69a715. 2024-03-21T13:02:03.521 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:02:03 smithi178 bash[69556]: ceph-a94f249e-e780-11ee-95cd-87774f69a715-mgr-y 2024-03-21T13:02:03.521 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:03 smithi178 bash[14494]: audit 2024-03-21T13:02:02.001301+0000 mgr.x (mgr.25322) 156 : audit [DBG] from='client.15585 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:02:03.521 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:03 smithi178 bash[14494]: cluster 2024-03-21T13:02:02.353914+0000 mgr.x (mgr.25322) 157 : cluster [DBG] pgmap v99: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 839 B/s rd, 0 op/s 2024-03-21T13:02:03.521 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:03 smithi178 bash[14494]: audit 2024-03-21T13:02:02.395021+0000 mon.a (mon.0) 1685 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:03.521 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:03 smithi178 bash[14494]: audit 2024-03-21T13:02:02.403303+0000 mon.a (mon.0) 1686 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:03.522 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:03 smithi178 bash[14494]: cluster 2024-03-21T13:02:02.407137+0000 mgr.x (mgr.25322) 158 : cluster [DBG] pgmap v100: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 832 B/s rd, 0 op/s 2024-03-21T13:02:03.522 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:03 smithi178 bash[14494]: audit 2024-03-21T13:02:02.412107+0000 mon.a (mon.0) 1687 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:03.522 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:03 smithi178 bash[20270]: audit 2024-03-21T13:02:02.001301+0000 mgr.x (mgr.25322) 156 : audit [DBG] from='client.15585 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:02:03.522 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:03 smithi178 bash[20270]: cluster 2024-03-21T13:02:02.353914+0000 mgr.x (mgr.25322) 157 : cluster [DBG] pgmap v99: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 839 B/s rd, 0 op/s 2024-03-21T13:02:03.522 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:03 smithi178 bash[20270]: audit 2024-03-21T13:02:02.395021+0000 mon.a (mon.0) 1685 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:03.522 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:03 smithi178 bash[20270]: audit 2024-03-21T13:02:02.403303+0000 mon.a (mon.0) 1686 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:03.522 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:03 smithi178 bash[20270]: cluster 2024-03-21T13:02:02.407137+0000 mgr.x (mgr.25322) 158 : cluster [DBG] pgmap v100: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 832 B/s rd, 0 op/s 2024-03-21T13:02:03.522 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:03 smithi178 bash[20270]: audit 2024-03-21T13:02:02.412107+0000 mon.a (mon.0) 1687 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:03.798 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:02:03 smithi178 systemd[1]: ceph-a94f249e-e780-11ee-95cd-87774f69a715@mgr.y.service: Main process exited, code=exited, status=143/n/a 2024-03-21T13:02:03.798 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:02:03 smithi178 bash[69629]: Error response from daemon: No such container: ceph-a94f249e-e780-11ee-95cd-87774f69a715-mgr-y 2024-03-21T13:02:03.798 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:02:03 smithi178 systemd[1]: ceph-a94f249e-e780-11ee-95cd-87774f69a715@mgr.y.service: Failed with result 'exit-code'. 2024-03-21T13:02:03.798 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:02:03 smithi178 systemd[1]: Stopped Ceph mgr.y for a94f249e-e780-11ee-95cd-87774f69a715. 2024-03-21T13:02:03.823 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:02:03 smithi184 bash[54688]: ts=2024-03-21T13:02:03.508Z caller=manager.go:609 level=warn component="rule manager" group=nodes msg="Evaluating rule failed" rule="alert: CephNodeDiskspaceWarning\nexpr: predict_linear(node_filesystem_free_bytes{device=~\"/.*\"}[2d], 3600 * 24 * 5)\n * on(instance) group_left(nodename) node_uname_info < 0\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.8.4\n severity: warning\n type: ceph_default\nannotations:\n description: Mountpoint {{ $labels.mountpoint }} on {{ $labels.nodename }} will\n be full in less than 5 days based on the 48 hour trailing fill rate.\n summary: Host filesystem free space is getting low\n" err="found duplicate series for the match group {instance=\"smithi178\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi178\", job=\"node\", machine=\"x86_64\", nodename=\"smithi178\", release=\"5.4.0-174-generic\", sysname=\"Linux\", version=\"#193-Ubuntu SMP Thu Mar 7 14:29:28 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"a94f249e-e780-11ee-95cd-87774f69a715\", domainname=\"(none)\", instance=\"smithi178\", job=\"node\", machine=\"x86_64\", nodename=\"smithi178\", release=\"5.4.0-174-generic\", sysname=\"Linux\", version=\"#193-Ubuntu SMP Thu Mar 7 14:29:28 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-21T13:02:03.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:03 smithi184 bash[14608]: audit 2024-03-21T13:02:02.001301+0000 mgr.x (mgr.25322) 156 : audit [DBG] from='client.15585 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:02:03.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:03 smithi184 bash[14608]: cluster 2024-03-21T13:02:02.353914+0000 mgr.x (mgr.25322) 157 : cluster [DBG] pgmap v99: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 839 B/s rd, 0 op/s 2024-03-21T13:02:03.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:03 smithi184 bash[14608]: audit 2024-03-21T13:02:02.395021+0000 mon.a (mon.0) 1685 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:03.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:03 smithi184 bash[14608]: audit 2024-03-21T13:02:02.403303+0000 mon.a (mon.0) 1686 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:03.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:03 smithi184 bash[14608]: cluster 2024-03-21T13:02:02.407137+0000 mgr.x (mgr.25322) 158 : cluster [DBG] pgmap v100: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 832 B/s rd, 0 op/s 2024-03-21T13:02:03.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:03 smithi184 bash[14608]: audit 2024-03-21T13:02:02.412107+0000 mon.a (mon.0) 1687 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:04.298 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:02:03 smithi178 systemd[1]: Started Ceph mgr.y for a94f249e-e780-11ee-95cd-87774f69a715. 2024-03-21T13:02:04.484 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:02:04 smithi184 bash[55297]: Failed to start grafana. error: failed to create log directory "/usr/share/grafana/data/log": mkdir /usr/share/grafana/data: permission denied 2024-03-21T13:02:04.484 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:02:04 smithi184 bash[55297]: failed to create log directory "/usr/share/grafana/data/log": mkdir /usr/share/grafana/data: permission denied 2024-03-21T13:02:05.130 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:04 smithi178 bash[20270]: audit 2024-03-21T13:02:03.854243+0000 mon.a (mon.0) 1688 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:05.130 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:04 smithi178 bash[20270]: audit 2024-03-21T13:02:03.861516+0000 mon.a (mon.0) 1689 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:05.130 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:04 smithi178 bash[20270]: audit 2024-03-21T13:02:03.910991+0000 mon.a (mon.0) 1690 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:05.130 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:04 smithi178 bash[20270]: audit 2024-03-21T13:02:03.913034+0000 mon.a (mon.0) 1691 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:05.130 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:04 smithi178 bash[20270]: cluster 2024-03-21T13:02:03.918383+0000 mgr.x (mgr.25322) 159 : cluster [DBG] pgmap v101: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 676 B/s rd, 0 op/s 2024-03-21T13:02:05.130 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:04 smithi178 bash[20270]: cluster 2024-03-21T13:02:03.918981+0000 mgr.x (mgr.25322) 160 : cluster [DBG] pgmap v102: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 676 B/s rd, 0 op/s 2024-03-21T13:02:05.131 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:04 smithi178 bash[20270]: audit 2024-03-21T13:02:03.924626+0000 mon.a (mon.0) 1692 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:05.131 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:04 smithi178 bash[20270]: cephadm 2024-03-21T13:02:03.927283+0000 mgr.x (mgr.25322) 161 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:05.131 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:04 smithi178 bash[20270]: audit 2024-03-21T13:02:04.009970+0000 mon.a (mon.0) 1693 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:05.131 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:04 smithi178 bash[20270]: audit 2024-03-21T13:02:04.013789+0000 mon.a (mon.0) 1694 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:05.131 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:04 smithi178 bash[20270]: audit 2024-03-21T13:02:04.019393+0000 mon.a (mon.0) 1695 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:05.131 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:04 smithi178 bash[20270]: audit 2024-03-21T13:02:04.021088+0000 mon.a (mon.0) 1696 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:05.131 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:04 smithi178 bash[20270]: cluster 2024-03-21T13:02:04.028014+0000 mgr.x (mgr.25322) 162 : cluster [DBG] pgmap v103: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 901 B/s rd, 0 op/s 2024-03-21T13:02:05.131 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:04 smithi178 bash[20270]: cluster 2024-03-21T13:02:04.028647+0000 mgr.x (mgr.25322) 163 : cluster [DBG] pgmap v104: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-03-21T13:02:05.131 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:04 smithi178 bash[20270]: audit 2024-03-21T13:02:04.036467+0000 mon.a (mon.0) 1697 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:05.131 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:04 smithi178 bash[20270]: cephadm 2024-03-21T13:02:04.038909+0000 mgr.x (mgr.25322) 164 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:05.131 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:04 smithi178 bash[20270]: audit 2024-03-21T13:02:04.119890+0000 mon.a (mon.0) 1698 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:05.131 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:04 smithi178 bash[20270]: audit 2024-03-21T13:02:04.123055+0000 mon.a (mon.0) 1699 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:05.131 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:04 smithi178 bash[20270]: audit 2024-03-21T13:02:04.126628+0000 mon.a (mon.0) 1700 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:05.132 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:04 smithi178 bash[20270]: audit 2024-03-21T13:02:04.128982+0000 mon.a (mon.0) 1701 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:05.132 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:04 smithi178 bash[20270]: cluster 2024-03-21T13:02:04.133541+0000 mgr.x (mgr.25322) 165 : cluster [DBG] pgmap v105: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:05.132 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:04 smithi178 bash[20270]: cluster 2024-03-21T13:02:04.133819+0000 mgr.x (mgr.25322) 166 : cluster [DBG] pgmap v106: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:05.132 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:04 smithi178 bash[20270]: audit 2024-03-21T13:02:04.141511+0000 mon.a (mon.0) 1702 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:05.132 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:04 smithi178 bash[20270]: cephadm 2024-03-21T13:02:04.144002+0000 mgr.x (mgr.25322) 167 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:05.132 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:04 smithi178 bash[20270]: audit 2024-03-21T13:02:04.222354+0000 mon.a (mon.0) 1703 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:05.132 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:04 smithi178 bash[20270]: audit 2024-03-21T13:02:04.225740+0000 mon.a (mon.0) 1704 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:05.132 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:04 smithi178 bash[20270]: audit 2024-03-21T13:02:04.229156+0000 mon.a (mon.0) 1705 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:05.132 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:04 smithi178 bash[20270]: audit 2024-03-21T13:02:04.230632+0000 mon.a (mon.0) 1706 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:05.133 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:04 smithi178 bash[20270]: cluster 2024-03-21T13:02:04.235345+0000 mgr.x (mgr.25322) 168 : cluster [DBG] pgmap v107: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:05.133 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:04 smithi178 bash[20270]: cluster 2024-03-21T13:02:04.235614+0000 mgr.x (mgr.25322) 169 : cluster [DBG] pgmap v108: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:05.133 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:04 smithi178 bash[20270]: audit 2024-03-21T13:02:04.243380+0000 mon.a (mon.0) 1707 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:05.133 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:04 smithi178 bash[20270]: cephadm 2024-03-21T13:02:04.245818+0000 mgr.x (mgr.25322) 170 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:05.133 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:04 smithi178 bash[20270]: audit 2024-03-21T13:02:04.323894+0000 mon.a (mon.0) 1708 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:05.133 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:04 smithi178 bash[20270]: audit 2024-03-21T13:02:04.326892+0000 mon.a (mon.0) 1709 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:05.133 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:04 smithi178 bash[20270]: audit 2024-03-21T13:02:04.330283+0000 mon.a (mon.0) 1710 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:05.133 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:04 smithi178 bash[20270]: audit 2024-03-21T13:02:04.331609+0000 mon.a (mon.0) 1711 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:05.133 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:04 smithi178 bash[20270]: cluster 2024-03-21T13:02:04.335405+0000 mgr.x (mgr.25322) 171 : cluster [DBG] pgmap v109: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:05.133 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:04 smithi178 bash[20270]: cluster 2024-03-21T13:02:04.335703+0000 mgr.x (mgr.25322) 172 : cluster [DBG] pgmap v110: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:05.133 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:04 smithi178 bash[20270]: audit 2024-03-21T13:02:04.343120+0000 mon.a (mon.0) 1712 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:05.134 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:04 smithi178 bash[14494]: audit 2024-03-21T13:02:03.854243+0000 mon.a (mon.0) 1688 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:05.134 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:04 smithi178 bash[14494]: audit 2024-03-21T13:02:03.861516+0000 mon.a (mon.0) 1689 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:05.134 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:04 smithi178 bash[14494]: audit 2024-03-21T13:02:03.910991+0000 mon.a (mon.0) 1690 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:05.134 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:04 smithi178 bash[14494]: audit 2024-03-21T13:02:03.913034+0000 mon.a (mon.0) 1691 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:05.134 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:04 smithi178 bash[14494]: cluster 2024-03-21T13:02:03.918383+0000 mgr.x (mgr.25322) 159 : cluster [DBG] pgmap v101: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 676 B/s rd, 0 op/s 2024-03-21T13:02:05.134 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:04 smithi178 bash[14494]: cluster 2024-03-21T13:02:03.918981+0000 mgr.x (mgr.25322) 160 : cluster [DBG] pgmap v102: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 676 B/s rd, 0 op/s 2024-03-21T13:02:05.134 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:04 smithi178 bash[14494]: audit 2024-03-21T13:02:03.924626+0000 mon.a (mon.0) 1692 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:05.134 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:04 smithi178 bash[14494]: cephadm 2024-03-21T13:02:03.927283+0000 mgr.x (mgr.25322) 161 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:05.134 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:04 smithi178 bash[14494]: audit 2024-03-21T13:02:04.009970+0000 mon.a (mon.0) 1693 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:05.134 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:04 smithi178 bash[14494]: audit 2024-03-21T13:02:04.013789+0000 mon.a (mon.0) 1694 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:05.134 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:04 smithi178 bash[14494]: audit 2024-03-21T13:02:04.019393+0000 mon.a (mon.0) 1695 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:05.134 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:04 smithi178 bash[14494]: audit 2024-03-21T13:02:04.021088+0000 mon.a (mon.0) 1696 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:05.134 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:04 smithi178 bash[14494]: cluster 2024-03-21T13:02:04.028014+0000 mgr.x (mgr.25322) 162 : cluster [DBG] pgmap v103: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 901 B/s rd, 0 op/s 2024-03-21T13:02:05.135 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:04 smithi178 bash[14494]: cluster 2024-03-21T13:02:04.028647+0000 mgr.x (mgr.25322) 163 : cluster [DBG] pgmap v104: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-03-21T13:02:05.135 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:04 smithi178 bash[14494]: audit 2024-03-21T13:02:04.036467+0000 mon.a (mon.0) 1697 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:05.135 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:04 smithi178 bash[14494]: cephadm 2024-03-21T13:02:04.038909+0000 mgr.x (mgr.25322) 164 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:05.135 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:04 smithi178 bash[14494]: audit 2024-03-21T13:02:04.119890+0000 mon.a (mon.0) 1698 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:05.135 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:04 smithi178 bash[14494]: audit 2024-03-21T13:02:04.123055+0000 mon.a (mon.0) 1699 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:05.135 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:04 smithi178 bash[14494]: audit 2024-03-21T13:02:04.126628+0000 mon.a (mon.0) 1700 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:05.135 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:04 smithi178 bash[20270]: cephadm 2024-03-21T13:02:04.345463+0000 mgr.x (mgr.25322) 173 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:05.135 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:04 smithi178 bash[20270]: audit 2024-03-21T13:02:04.426886+0000 mon.a (mon.0) 1713 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:05.135 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:04 smithi178 bash[20270]: audit 2024-03-21T13:02:04.429536+0000 mon.a (mon.0) 1714 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:05.135 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:04 smithi178 bash[20270]: audit 2024-03-21T13:02:04.432502+0000 mon.a (mon.0) 1715 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:05.135 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:04 smithi178 bash[20270]: audit 2024-03-21T13:02:04.433567+0000 mon.a (mon.0) 1716 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:05.136 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:04 smithi178 bash[20270]: audit 2024-03-21T13:02:04.445170+0000 mon.a (mon.0) 1717 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:05.136 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:04 smithi178 bash[20270]: audit 2024-03-21T13:02:04.529500+0000 mon.a (mon.0) 1718 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:05.136 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:04 smithi178 bash[20270]: audit 2024-03-21T13:02:04.532361+0000 mon.a (mon.0) 1719 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:05.136 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:04 smithi178 bash[20270]: audit 2024-03-21T13:02:04.535663+0000 mon.a (mon.0) 1720 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:05.136 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:04 smithi178 bash[20270]: audit 2024-03-21T13:02:04.536707+0000 mon.a (mon.0) 1721 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:05.136 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:04 smithi178 bash[20270]: audit 2024-03-21T13:02:04.545403+0000 mon.a (mon.0) 1722 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:05.136 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:04 smithi178 bash[20270]: audit 2024-03-21T13:02:04.624784+0000 mon.a (mon.0) 1723 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:05.136 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:04 smithi178 bash[20270]: audit 2024-03-21T13:02:04.629271+0000 mon.a (mon.0) 1724 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:05.136 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:04 smithi178 bash[20270]: audit 2024-03-21T13:02:04.634182+0000 mon.a (mon.0) 1725 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:05.136 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:04 smithi178 bash[20270]: audit 2024-03-21T13:02:04.635678+0000 mon.a (mon.0) 1726 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:05.136 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:04 smithi178 bash[20270]: audit 2024-03-21T13:02:04.647927+0000 mon.a (mon.0) 1727 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:05.136 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:04 smithi178 bash[20270]: audit 2024-03-21T13:02:04.709067+0000 mon.a (mon.0) 1728 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:05.136 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:04 smithi178 bash[20270]: audit 2024-03-21T13:02:04.712517+0000 mon.a (mon.0) 1729 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:05.136 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:04 smithi178 bash[20270]: audit 2024-03-21T13:02:04.715805+0000 mon.a (mon.0) 1730 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:05.137 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:04 smithi178 bash[14494]: audit 2024-03-21T13:02:04.128982+0000 mon.a (mon.0) 1701 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:05.137 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:04 smithi178 bash[14494]: cluster 2024-03-21T13:02:04.133541+0000 mgr.x (mgr.25322) 165 : cluster [DBG] pgmap v105: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:05.137 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:04 smithi178 bash[14494]: cluster 2024-03-21T13:02:04.133819+0000 mgr.x (mgr.25322) 166 : cluster [DBG] pgmap v106: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:05.137 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:04 smithi178 bash[14494]: audit 2024-03-21T13:02:04.141511+0000 mon.a (mon.0) 1702 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:05.137 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:04 smithi178 bash[14494]: cephadm 2024-03-21T13:02:04.144002+0000 mgr.x (mgr.25322) 167 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:05.137 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:04 smithi178 bash[14494]: audit 2024-03-21T13:02:04.222354+0000 mon.a (mon.0) 1703 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:05.137 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:04 smithi178 bash[14494]: audit 2024-03-21T13:02:04.225740+0000 mon.a (mon.0) 1704 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:05.137 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:04 smithi178 bash[14494]: audit 2024-03-21T13:02:04.229156+0000 mon.a (mon.0) 1705 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:05.137 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:04 smithi178 bash[14494]: audit 2024-03-21T13:02:04.230632+0000 mon.a (mon.0) 1706 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:05.138 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:04 smithi178 bash[14494]: cluster 2024-03-21T13:02:04.235345+0000 mgr.x (mgr.25322) 168 : cluster [DBG] pgmap v107: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:05.138 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:04 smithi178 bash[14494]: cluster 2024-03-21T13:02:04.235614+0000 mgr.x (mgr.25322) 169 : cluster [DBG] pgmap v108: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:05.138 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:04 smithi178 bash[14494]: audit 2024-03-21T13:02:04.243380+0000 mon.a (mon.0) 1707 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:05.138 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:04 smithi178 bash[14494]: cephadm 2024-03-21T13:02:04.245818+0000 mgr.x (mgr.25322) 170 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:05.138 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:04 smithi178 bash[14494]: audit 2024-03-21T13:02:04.323894+0000 mon.a (mon.0) 1708 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:05.138 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:04 smithi178 bash[14494]: audit 2024-03-21T13:02:04.326892+0000 mon.a (mon.0) 1709 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:05.138 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:04 smithi178 bash[14494]: audit 2024-03-21T13:02:04.330283+0000 mon.a (mon.0) 1710 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:05.138 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:04 smithi178 bash[14494]: audit 2024-03-21T13:02:04.331609+0000 mon.a (mon.0) 1711 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:05.138 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:04 smithi178 bash[14494]: cluster 2024-03-21T13:02:04.335405+0000 mgr.x (mgr.25322) 171 : cluster [DBG] pgmap v109: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:05.138 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:04 smithi178 bash[14494]: cluster 2024-03-21T13:02:04.335703+0000 mgr.x (mgr.25322) 172 : cluster [DBG] pgmap v110: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:05.138 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:04 smithi178 bash[14494]: audit 2024-03-21T13:02:04.343120+0000 mon.a (mon.0) 1712 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:05.139 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:04 smithi178 bash[20270]: audit 2024-03-21T13:02:04.717015+0000 mon.a (mon.0) 1731 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:05.139 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:04 smithi178 bash[20270]: audit 2024-03-21T13:02:04.728629+0000 mon.a (mon.0) 1732 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:05.139 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:04 smithi178 bash[20270]: audit 2024-03-21T13:02:04.807362+0000 mon.a (mon.0) 1733 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:05.139 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:04 smithi178 bash[20270]: audit 2024-03-21T13:02:04.810518+0000 mon.a (mon.0) 1734 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:05.139 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:04 smithi178 bash[20270]: audit 2024-03-21T13:02:04.814144+0000 mon.a (mon.0) 1735 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:05.139 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:04 smithi178 bash[20270]: audit 2024-03-21T13:02:04.815570+0000 mon.a (mon.0) 1736 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:05.139 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:04 smithi178 bash[20270]: audit 2024-03-21T13:02:04.827732+0000 mon.a (mon.0) 1737 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:05.139 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:04 smithi178 bash[14494]: cephadm 2024-03-21T13:02:04.345463+0000 mgr.x (mgr.25322) 173 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:05.139 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:04 smithi178 bash[14494]: audit 2024-03-21T13:02:04.426886+0000 mon.a (mon.0) 1713 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:05.139 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:04 smithi178 bash[14494]: audit 2024-03-21T13:02:04.429536+0000 mon.a (mon.0) 1714 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:05.140 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:04 smithi178 bash[14494]: audit 2024-03-21T13:02:04.432502+0000 mon.a (mon.0) 1715 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:05.140 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:04 smithi178 bash[14494]: audit 2024-03-21T13:02:04.433567+0000 mon.a (mon.0) 1716 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:05.140 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:04 smithi178 bash[14494]: audit 2024-03-21T13:02:04.445170+0000 mon.a (mon.0) 1717 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:05.140 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:04 smithi178 bash[14494]: audit 2024-03-21T13:02:04.529500+0000 mon.a (mon.0) 1718 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:05.140 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:04 smithi178 bash[14494]: audit 2024-03-21T13:02:04.532361+0000 mon.a (mon.0) 1719 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:05.140 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:04 smithi178 bash[14494]: audit 2024-03-21T13:02:04.535663+0000 mon.a (mon.0) 1720 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:05.140 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:04 smithi178 bash[14494]: audit 2024-03-21T13:02:04.536707+0000 mon.a (mon.0) 1721 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:05.140 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:04 smithi178 bash[14494]: audit 2024-03-21T13:02:04.545403+0000 mon.a (mon.0) 1722 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:05.140 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:04 smithi178 bash[14494]: audit 2024-03-21T13:02:04.624784+0000 mon.a (mon.0) 1723 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:05.140 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:04 smithi178 bash[14494]: audit 2024-03-21T13:02:04.629271+0000 mon.a (mon.0) 1724 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:05.140 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:04 smithi178 bash[14494]: audit 2024-03-21T13:02:04.634182+0000 mon.a (mon.0) 1725 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:05.140 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:04 smithi178 bash[14494]: audit 2024-03-21T13:02:04.635678+0000 mon.a (mon.0) 1726 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:05.140 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:04 smithi178 bash[14494]: audit 2024-03-21T13:02:04.647927+0000 mon.a (mon.0) 1727 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:05.140 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:04 smithi178 bash[14494]: audit 2024-03-21T13:02:04.709067+0000 mon.a (mon.0) 1728 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:05.141 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:04 smithi178 bash[14494]: audit 2024-03-21T13:02:04.712517+0000 mon.a (mon.0) 1729 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:05.141 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:04 smithi178 bash[14494]: audit 2024-03-21T13:02:04.715805+0000 mon.a (mon.0) 1730 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:05.141 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:04 smithi178 bash[14494]: audit 2024-03-21T13:02:04.717015+0000 mon.a (mon.0) 1731 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:05.141 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:04 smithi178 bash[14494]: audit 2024-03-21T13:02:04.728629+0000 mon.a (mon.0) 1732 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:05.141 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:04 smithi178 bash[14494]: audit 2024-03-21T13:02:04.807362+0000 mon.a (mon.0) 1733 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:05.141 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:04 smithi178 bash[14494]: audit 2024-03-21T13:02:04.810518+0000 mon.a (mon.0) 1734 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:05.141 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:04 smithi178 bash[14494]: audit 2024-03-21T13:02:04.814144+0000 mon.a (mon.0) 1735 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:05.141 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:04 smithi178 bash[14494]: audit 2024-03-21T13:02:04.815570+0000 mon.a (mon.0) 1736 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:05.141 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:04 smithi178 bash[14494]: audit 2024-03-21T13:02:04.827732+0000 mon.a (mon.0) 1737 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:05.322 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:02:05 smithi184 systemd[1]: ceph-a94f249e-e780-11ee-95cd-87774f69a715@grafana.a.service: Main process exited, code=exited, status=1/FAILURE 2024-03-21T13:02:05.322 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:02:05 smithi184 systemd[1]: ceph-a94f249e-e780-11ee-95cd-87774f69a715@grafana.a.service: Failed with result 'exit-code'. 2024-03-21T13:02:05.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:04 smithi184 bash[14608]: audit 2024-03-21T13:02:03.854243+0000 mon.a (mon.0) 1688 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:05.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:04 smithi184 bash[14608]: audit 2024-03-21T13:02:03.861516+0000 mon.a (mon.0) 1689 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:05.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:04 smithi184 bash[14608]: audit 2024-03-21T13:02:03.910991+0000 mon.a (mon.0) 1690 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:05.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:04 smithi184 bash[14608]: audit 2024-03-21T13:02:03.913034+0000 mon.a (mon.0) 1691 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:05.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:04 smithi184 bash[14608]: cluster 2024-03-21T13:02:03.918383+0000 mgr.x (mgr.25322) 159 : cluster [DBG] pgmap v101: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 676 B/s rd, 0 op/s 2024-03-21T13:02:05.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:04 smithi184 bash[14608]: cluster 2024-03-21T13:02:03.918981+0000 mgr.x (mgr.25322) 160 : cluster [DBG] pgmap v102: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 676 B/s rd, 0 op/s 2024-03-21T13:02:05.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:04 smithi184 bash[14608]: audit 2024-03-21T13:02:03.924626+0000 mon.a (mon.0) 1692 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:05.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:04 smithi184 bash[14608]: cephadm 2024-03-21T13:02:03.927283+0000 mgr.x (mgr.25322) 161 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:05.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:04 smithi184 bash[14608]: audit 2024-03-21T13:02:04.009970+0000 mon.a (mon.0) 1693 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:05.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:04 smithi184 bash[14608]: audit 2024-03-21T13:02:04.013789+0000 mon.a (mon.0) 1694 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:05.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:04 smithi184 bash[14608]: audit 2024-03-21T13:02:04.019393+0000 mon.a (mon.0) 1695 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:05.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:04 smithi184 bash[14608]: audit 2024-03-21T13:02:04.021088+0000 mon.a (mon.0) 1696 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:05.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:04 smithi184 bash[14608]: cluster 2024-03-21T13:02:04.028014+0000 mgr.x (mgr.25322) 162 : cluster [DBG] pgmap v103: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 901 B/s rd, 0 op/s 2024-03-21T13:02:05.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:04 smithi184 bash[14608]: cluster 2024-03-21T13:02:04.028647+0000 mgr.x (mgr.25322) 163 : cluster [DBG] pgmap v104: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-03-21T13:02:05.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:04 smithi184 bash[14608]: audit 2024-03-21T13:02:04.036467+0000 mon.a (mon.0) 1697 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:05.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:04 smithi184 bash[14608]: cephadm 2024-03-21T13:02:04.038909+0000 mgr.x (mgr.25322) 164 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:05.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:04 smithi184 bash[14608]: audit 2024-03-21T13:02:04.119890+0000 mon.a (mon.0) 1698 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:05.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:04 smithi184 bash[14608]: audit 2024-03-21T13:02:04.123055+0000 mon.a (mon.0) 1699 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:05.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:04 smithi184 bash[14608]: audit 2024-03-21T13:02:04.126628+0000 mon.a (mon.0) 1700 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:05.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:04 smithi184 bash[14608]: audit 2024-03-21T13:02:04.128982+0000 mon.a (mon.0) 1701 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:05.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:04 smithi184 bash[14608]: cluster 2024-03-21T13:02:04.133541+0000 mgr.x (mgr.25322) 165 : cluster [DBG] pgmap v105: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:05.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:04 smithi184 bash[14608]: cluster 2024-03-21T13:02:04.133819+0000 mgr.x (mgr.25322) 166 : cluster [DBG] pgmap v106: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:05.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:04 smithi184 bash[14608]: audit 2024-03-21T13:02:04.141511+0000 mon.a (mon.0) 1702 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:05.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:04 smithi184 bash[14608]: cephadm 2024-03-21T13:02:04.144002+0000 mgr.x (mgr.25322) 167 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:05.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:04 smithi184 bash[14608]: audit 2024-03-21T13:02:04.222354+0000 mon.a (mon.0) 1703 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:05.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:04 smithi184 bash[14608]: audit 2024-03-21T13:02:04.225740+0000 mon.a (mon.0) 1704 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:05.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:04 smithi184 bash[14608]: audit 2024-03-21T13:02:04.229156+0000 mon.a (mon.0) 1705 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:05.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:04 smithi184 bash[14608]: audit 2024-03-21T13:02:04.230632+0000 mon.a (mon.0) 1706 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:05.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:04 smithi184 bash[14608]: cluster 2024-03-21T13:02:04.235345+0000 mgr.x (mgr.25322) 168 : cluster [DBG] pgmap v107: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:05.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:04 smithi184 bash[14608]: cluster 2024-03-21T13:02:04.235614+0000 mgr.x (mgr.25322) 169 : cluster [DBG] pgmap v108: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:05.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:04 smithi184 bash[14608]: audit 2024-03-21T13:02:04.243380+0000 mon.a (mon.0) 1707 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:05.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:04 smithi184 bash[14608]: cephadm 2024-03-21T13:02:04.245818+0000 mgr.x (mgr.25322) 170 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:05.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:04 smithi184 bash[14608]: audit 2024-03-21T13:02:04.323894+0000 mon.a (mon.0) 1708 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:05.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:04 smithi184 bash[14608]: audit 2024-03-21T13:02:04.326892+0000 mon.a (mon.0) 1709 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:05.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:04 smithi184 bash[14608]: audit 2024-03-21T13:02:04.330283+0000 mon.a (mon.0) 1710 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:05.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:04 smithi184 bash[14608]: audit 2024-03-21T13:02:04.331609+0000 mon.a (mon.0) 1711 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:05.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:04 smithi184 bash[14608]: cluster 2024-03-21T13:02:04.335405+0000 mgr.x (mgr.25322) 171 : cluster [DBG] pgmap v109: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:05.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:04 smithi184 bash[14608]: cluster 2024-03-21T13:02:04.335703+0000 mgr.x (mgr.25322) 172 : cluster [DBG] pgmap v110: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:05.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:04 smithi184 bash[14608]: audit 2024-03-21T13:02:04.343120+0000 mon.a (mon.0) 1712 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:05.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:04 smithi184 bash[14608]: cephadm 2024-03-21T13:02:04.345463+0000 mgr.x (mgr.25322) 173 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:05.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:04 smithi184 bash[14608]: audit 2024-03-21T13:02:04.426886+0000 mon.a (mon.0) 1713 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:05.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:04 smithi184 bash[14608]: audit 2024-03-21T13:02:04.429536+0000 mon.a (mon.0) 1714 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:05.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:04 smithi184 bash[14608]: audit 2024-03-21T13:02:04.432502+0000 mon.a (mon.0) 1715 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:05.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:04 smithi184 bash[14608]: audit 2024-03-21T13:02:04.433567+0000 mon.a (mon.0) 1716 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:05.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:04 smithi184 bash[14608]: audit 2024-03-21T13:02:04.445170+0000 mon.a (mon.0) 1717 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:05.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:04 smithi184 bash[14608]: audit 2024-03-21T13:02:04.529500+0000 mon.a (mon.0) 1718 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:05.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:04 smithi184 bash[14608]: audit 2024-03-21T13:02:04.532361+0000 mon.a (mon.0) 1719 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:05.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:04 smithi184 bash[14608]: audit 2024-03-21T13:02:04.535663+0000 mon.a (mon.0) 1720 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:05.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:04 smithi184 bash[14608]: audit 2024-03-21T13:02:04.536707+0000 mon.a (mon.0) 1721 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:05.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:04 smithi184 bash[14608]: audit 2024-03-21T13:02:04.545403+0000 mon.a (mon.0) 1722 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:05.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:04 smithi184 bash[14608]: audit 2024-03-21T13:02:04.624784+0000 mon.a (mon.0) 1723 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:05.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:04 smithi184 bash[14608]: audit 2024-03-21T13:02:04.629271+0000 mon.a (mon.0) 1724 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:05.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:04 smithi184 bash[14608]: audit 2024-03-21T13:02:04.634182+0000 mon.a (mon.0) 1725 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:05.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:04 smithi184 bash[14608]: audit 2024-03-21T13:02:04.635678+0000 mon.a (mon.0) 1726 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:05.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:04 smithi184 bash[14608]: audit 2024-03-21T13:02:04.647927+0000 mon.a (mon.0) 1727 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:05.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:04 smithi184 bash[14608]: audit 2024-03-21T13:02:04.709067+0000 mon.a (mon.0) 1728 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:05.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:04 smithi184 bash[14608]: audit 2024-03-21T13:02:04.712517+0000 mon.a (mon.0) 1729 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:05.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:04 smithi184 bash[14608]: audit 2024-03-21T13:02:04.715805+0000 mon.a (mon.0) 1730 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:05.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:04 smithi184 bash[14608]: audit 2024-03-21T13:02:04.717015+0000 mon.a (mon.0) 1731 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:05.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:04 smithi184 bash[14608]: audit 2024-03-21T13:02:04.728629+0000 mon.a (mon.0) 1732 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:05.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:04 smithi184 bash[14608]: audit 2024-03-21T13:02:04.807362+0000 mon.a (mon.0) 1733 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:05.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:04 smithi184 bash[14608]: audit 2024-03-21T13:02:04.810518+0000 mon.a (mon.0) 1734 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:05.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:04 smithi184 bash[14608]: audit 2024-03-21T13:02:04.814144+0000 mon.a (mon.0) 1735 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:05.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:04 smithi184 bash[14608]: audit 2024-03-21T13:02:04.815570+0000 mon.a (mon.0) 1736 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:05.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:04 smithi184 bash[14608]: audit 2024-03-21T13:02:04.827732+0000 mon.a (mon.0) 1737 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:05.548 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:02:05 smithi178 bash[69695]: debug 2024-03-21T13:02:05.181+0000 7f45e9a9b700 1 -- 172.21.15.178:0/2429213580 <== mon.1 v2:172.21.15.178:3301/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x56319cd9a340 con 0x56319db16800 2024-03-21T13:02:05.548 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:02:05 smithi178 bash[69695]: debug 2024-03-21T13:02:05.353+0000 7f45f270a000 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-21T13:02:05.822 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:02:05 smithi184 bash[52419]: ::ffff:172.21.15.184 - - [21/Mar/2024:13:02:05] "GET /metrics HTTP/1.1" 200 38319 "" "Prometheus/2.33.4" 2024-03-21T13:02:06.232 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[69695]: debug 2024-03-21T13:02:06.093+0000 7f45f270a000 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-21T13:02:06.232 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:05 smithi178 bash[14494]: cluster 2024-03-21T13:02:04.437165+0000 mgr.x (mgr.25322) 174 : cluster [DBG] pgmap v111: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:06.232 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:05 smithi178 bash[14494]: cluster 2024-03-21T13:02:04.437459+0000 mgr.x (mgr.25322) 175 : cluster [DBG] pgmap v112: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:06.233 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:05 smithi178 bash[14494]: cephadm 2024-03-21T13:02:04.447478+0000 mgr.x (mgr.25322) 176 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:06.233 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:05 smithi178 bash[14494]: cluster 2024-03-21T13:02:04.540411+0000 mgr.x (mgr.25322) 177 : cluster [DBG] pgmap v113: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:06.233 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:05 smithi178 bash[14494]: cluster 2024-03-21T13:02:04.540714+0000 mgr.x (mgr.25322) 178 : cluster [DBG] pgmap v114: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:06.233 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:05 smithi178 bash[14494]: cephadm 2024-03-21T13:02:04.547652+0000 mgr.x (mgr.25322) 179 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:06.233 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:05 smithi178 bash[14494]: cluster 2024-03-21T13:02:04.640155+0000 mgr.x (mgr.25322) 180 : cluster [DBG] pgmap v115: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:06.233 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:05 smithi178 bash[14494]: cluster 2024-03-21T13:02:04.640785+0000 mgr.x (mgr.25322) 181 : cluster [DBG] pgmap v116: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:06.233 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:05 smithi178 bash[14494]: cephadm 2024-03-21T13:02:04.650426+0000 mgr.x (mgr.25322) 182 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:06.233 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:05 smithi178 bash[14494]: cluster 2024-03-21T13:02:04.720788+0000 mgr.x (mgr.25322) 183 : cluster [DBG] pgmap v117: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:06.233 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:05 smithi178 bash[14494]: cluster 2024-03-21T13:02:04.721103+0000 mgr.x (mgr.25322) 184 : cluster [DBG] pgmap v118: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:06.234 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:05 smithi178 bash[14494]: cephadm 2024-03-21T13:02:04.731065+0000 mgr.x (mgr.25322) 185 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:06.234 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:05 smithi178 bash[14494]: cluster 2024-03-21T13:02:04.819428+0000 mgr.x (mgr.25322) 186 : cluster [DBG] pgmap v119: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:06.234 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:05 smithi178 bash[14494]: cluster 2024-03-21T13:02:04.819641+0000 mgr.x (mgr.25322) 187 : cluster [DBG] pgmap v120: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:06.234 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:05 smithi178 bash[14494]: cephadm 2024-03-21T13:02:04.830366+0000 mgr.x (mgr.25322) 188 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:06.234 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:05 smithi178 bash[14494]: audit 2024-03-21T13:02:04.912237+0000 mon.a (mon.0) 1738 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:06.234 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:05 smithi178 bash[14494]: audit 2024-03-21T13:02:04.915200+0000 mon.a (mon.0) 1739 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:06.234 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:05 smithi178 bash[14494]: audit 2024-03-21T13:02:04.920853+0000 mon.a (mon.0) 1740 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:06.234 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:05 smithi178 bash[14494]: audit 2024-03-21T13:02:04.922450+0000 mon.a (mon.0) 1741 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:06.234 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:05 smithi178 bash[14494]: cluster 2024-03-21T13:02:04.926965+0000 mgr.x (mgr.25322) 189 : cluster [DBG] pgmap v121: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:06.235 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:05 smithi178 bash[20270]: cluster 2024-03-21T13:02:04.437165+0000 mgr.x (mgr.25322) 174 : cluster [DBG] pgmap v111: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:06.235 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:05 smithi178 bash[20270]: cluster 2024-03-21T13:02:04.437459+0000 mgr.x (mgr.25322) 175 : cluster [DBG] pgmap v112: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:06.235 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:05 smithi178 bash[20270]: cephadm 2024-03-21T13:02:04.447478+0000 mgr.x (mgr.25322) 176 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:06.235 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:05 smithi178 bash[20270]: cluster 2024-03-21T13:02:04.540411+0000 mgr.x (mgr.25322) 177 : cluster [DBG] pgmap v113: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:06.235 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:05 smithi178 bash[20270]: cluster 2024-03-21T13:02:04.540714+0000 mgr.x (mgr.25322) 178 : cluster [DBG] pgmap v114: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:06.235 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:05 smithi178 bash[20270]: cephadm 2024-03-21T13:02:04.547652+0000 mgr.x (mgr.25322) 179 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:06.235 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:05 smithi178 bash[20270]: cluster 2024-03-21T13:02:04.640155+0000 mgr.x (mgr.25322) 180 : cluster [DBG] pgmap v115: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:06.235 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:05 smithi178 bash[20270]: cluster 2024-03-21T13:02:04.640785+0000 mgr.x (mgr.25322) 181 : cluster [DBG] pgmap v116: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:06.235 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:05 smithi178 bash[20270]: cephadm 2024-03-21T13:02:04.650426+0000 mgr.x (mgr.25322) 182 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:06.235 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:05 smithi178 bash[20270]: cluster 2024-03-21T13:02:04.720788+0000 mgr.x (mgr.25322) 183 : cluster [DBG] pgmap v117: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:06.236 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:05 smithi178 bash[20270]: cluster 2024-03-21T13:02:04.721103+0000 mgr.x (mgr.25322) 184 : cluster [DBG] pgmap v118: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:06.236 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:05 smithi178 bash[20270]: cephadm 2024-03-21T13:02:04.731065+0000 mgr.x (mgr.25322) 185 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:06.236 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:05 smithi178 bash[20270]: cluster 2024-03-21T13:02:04.819428+0000 mgr.x (mgr.25322) 186 : cluster [DBG] pgmap v119: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:06.236 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:05 smithi178 bash[20270]: cluster 2024-03-21T13:02:04.819641+0000 mgr.x (mgr.25322) 187 : cluster [DBG] pgmap v120: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:06.236 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:05 smithi178 bash[20270]: cephadm 2024-03-21T13:02:04.830366+0000 mgr.x (mgr.25322) 188 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:06.236 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:05 smithi178 bash[20270]: audit 2024-03-21T13:02:04.912237+0000 mon.a (mon.0) 1738 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:06.236 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:05 smithi178 bash[20270]: audit 2024-03-21T13:02:04.915200+0000 mon.a (mon.0) 1739 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:06.236 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:05 smithi178 bash[20270]: audit 2024-03-21T13:02:04.920853+0000 mon.a (mon.0) 1740 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:06.236 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:05 smithi178 bash[20270]: audit 2024-03-21T13:02:04.922450+0000 mon.a (mon.0) 1741 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:06.236 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:05 smithi178 bash[20270]: cluster 2024-03-21T13:02:04.926965+0000 mgr.x (mgr.25322) 189 : cluster [DBG] pgmap v121: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:06.237 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:05 smithi178 bash[14494]: cluster 2024-03-21T13:02:04.927459+0000 mgr.x (mgr.25322) 190 : cluster [DBG] pgmap v122: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:06.237 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:05 smithi178 bash[14494]: audit 2024-03-21T13:02:04.935031+0000 mon.a (mon.0) 1742 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:06.237 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:05 smithi178 bash[14494]: cephadm 2024-03-21T13:02:04.937490+0000 mgr.x (mgr.25322) 191 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:06.237 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:05 smithi178 bash[14494]: audit 2024-03-21T13:02:05.014339+0000 mon.a (mon.0) 1743 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:06.237 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:05 smithi178 bash[14494]: audit 2024-03-21T13:02:05.017358+0000 mon.a (mon.0) 1744 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:06.238 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:05 smithi178 bash[14494]: audit 2024-03-21T13:02:05.020308+0000 mon.a (mon.0) 1745 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:06.238 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:05 smithi178 bash[14494]: audit 2024-03-21T13:02:05.021606+0000 mon.a (mon.0) 1746 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:06.238 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:05 smithi178 bash[14494]: cluster 2024-03-21T13:02:05.025334+0000 mgr.x (mgr.25322) 192 : cluster [DBG] pgmap v123: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:06.238 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:05 smithi178 bash[14494]: cluster 2024-03-21T13:02:05.025848+0000 mgr.x (mgr.25322) 193 : cluster [DBG] pgmap v124: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:06.238 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:05 smithi178 bash[14494]: audit 2024-03-21T13:02:05.033566+0000 mon.a (mon.0) 1747 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:06.238 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:05 smithi178 bash[14494]: cephadm 2024-03-21T13:02:05.036204+0000 mgr.x (mgr.25322) 194 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:06.238 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:05 smithi178 bash[14494]: audit 2024-03-21T13:02:05.117961+0000 mon.a (mon.0) 1748 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:06.238 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:05 smithi178 bash[14494]: audit 2024-03-21T13:02:05.122364+0000 mon.a (mon.0) 1749 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:06.238 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:05 smithi178 bash[14494]: audit 2024-03-21T13:02:05.125852+0000 mon.a (mon.0) 1750 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:06.238 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:05 smithi178 bash[14494]: audit 2024-03-21T13:02:05.127398+0000 mon.a (mon.0) 1751 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:06.239 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:05 smithi178 bash[14494]: cluster 2024-03-21T13:02:05.131973+0000 mgr.x (mgr.25322) 195 : cluster [DBG] pgmap v125: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:06.239 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:05 smithi178 bash[14494]: cluster 2024-03-21T13:02:05.132470+0000 mgr.x (mgr.25322) 196 : cluster [DBG] pgmap v126: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:06.239 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:05 smithi178 bash[14494]: audit 2024-03-21T13:02:05.138008+0000 mon.a (mon.0) 1752 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:06.239 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:05 smithi178 bash[14494]: cephadm 2024-03-21T13:02:05.140352+0000 mgr.x (mgr.25322) 197 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:06.239 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:05 smithi178 bash[14494]: audit 2024-03-21T13:02:05.220714+0000 mon.a (mon.0) 1753 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:06.239 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:05 smithi178 bash[14494]: audit 2024-03-21T13:02:05.224639+0000 mon.a (mon.0) 1754 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:06.239 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:05 smithi178 bash[14494]: audit 2024-03-21T13:02:05.228064+0000 mon.a (mon.0) 1755 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:06.239 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:05 smithi178 bash[14494]: audit 2024-03-21T13:02:05.229211+0000 mon.a (mon.0) 1756 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:06.239 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:05 smithi178 bash[14494]: cluster 2024-03-21T13:02:05.233378+0000 mgr.x (mgr.25322) 198 : cluster [DBG] pgmap v127: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:06.239 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:05 smithi178 bash[14494]: cluster 2024-03-21T13:02:05.233755+0000 mgr.x (mgr.25322) 199 : cluster [DBG] pgmap v128: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:06.240 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:05 smithi178 bash[14494]: audit 2024-03-21T13:02:05.239434+0000 mon.a (mon.0) 1757 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:06.240 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:05 smithi178 bash[14494]: cephadm 2024-03-21T13:02:05.241706+0000 mgr.x (mgr.25322) 200 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:06.240 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:05 smithi178 bash[14494]: audit 2024-03-21T13:02:05.322448+0000 mon.a (mon.0) 1758 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:06.240 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:05 smithi178 bash[14494]: audit 2024-03-21T13:02:05.325452+0000 mon.a (mon.0) 1759 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:06.240 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:05 smithi178 bash[14494]: audit 2024-03-21T13:02:05.328741+0000 mon.a (mon.0) 1760 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:06.240 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:05 smithi178 bash[14494]: audit 2024-03-21T13:02:05.330101+0000 mon.a (mon.0) 1761 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:06.240 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:05 smithi178 bash[14494]: cluster 2024-03-21T13:02:05.333941+0000 mgr.x (mgr.25322) 201 : cluster [DBG] pgmap v129: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:06.240 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:05 smithi178 bash[14494]: cluster 2024-03-21T13:02:05.334248+0000 mgr.x (mgr.25322) 202 : cluster [DBG] pgmap v130: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:06.241 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:05 smithi178 bash[14494]: audit 2024-03-21T13:02:05.340335+0000 mon.a (mon.0) 1762 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:06.241 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:05 smithi178 bash[14494]: cephadm 2024-03-21T13:02:05.342636+0000 mgr.x (mgr.25322) 203 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:06.241 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:05 smithi178 bash[14494]: audit 2024-03-21T13:02:05.419900+0000 mon.a (mon.0) 1763 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:06.241 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:05 smithi178 bash[14494]: audit 2024-03-21T13:02:05.423052+0000 mon.a (mon.0) 1764 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:06.241 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:05 smithi178 bash[14494]: audit 2024-03-21T13:02:05.426332+0000 mon.a (mon.0) 1765 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:06.241 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:05 smithi178 bash[14494]: audit 2024-03-21T13:02:05.427518+0000 mon.a (mon.0) 1766 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:06.241 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:05 smithi178 bash[20270]: cluster 2024-03-21T13:02:04.927459+0000 mgr.x (mgr.25322) 190 : cluster [DBG] pgmap v122: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:06.242 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:05 smithi178 bash[20270]: audit 2024-03-21T13:02:04.935031+0000 mon.a (mon.0) 1742 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:06.242 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:05 smithi178 bash[20270]: cephadm 2024-03-21T13:02:04.937490+0000 mgr.x (mgr.25322) 191 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:06.242 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:05 smithi178 bash[20270]: audit 2024-03-21T13:02:05.014339+0000 mon.a (mon.0) 1743 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:06.242 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:05 smithi178 bash[20270]: audit 2024-03-21T13:02:05.017358+0000 mon.a (mon.0) 1744 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:06.242 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:05 smithi178 bash[20270]: audit 2024-03-21T13:02:05.020308+0000 mon.a (mon.0) 1745 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:06.242 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:05 smithi178 bash[20270]: audit 2024-03-21T13:02:05.021606+0000 mon.a (mon.0) 1746 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:06.242 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:05 smithi178 bash[20270]: cluster 2024-03-21T13:02:05.025334+0000 mgr.x (mgr.25322) 192 : cluster [DBG] pgmap v123: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:06.242 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:05 smithi178 bash[20270]: cluster 2024-03-21T13:02:05.025848+0000 mgr.x (mgr.25322) 193 : cluster [DBG] pgmap v124: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:06.242 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:05 smithi178 bash[20270]: audit 2024-03-21T13:02:05.033566+0000 mon.a (mon.0) 1747 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:06.242 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:05 smithi178 bash[20270]: cephadm 2024-03-21T13:02:05.036204+0000 mgr.x (mgr.25322) 194 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:06.242 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:05 smithi178 bash[20270]: audit 2024-03-21T13:02:05.117961+0000 mon.a (mon.0) 1748 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:06.243 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:05 smithi178 bash[20270]: audit 2024-03-21T13:02:05.122364+0000 mon.a (mon.0) 1749 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:06.243 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:05 smithi178 bash[20270]: audit 2024-03-21T13:02:05.125852+0000 mon.a (mon.0) 1750 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:06.243 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:05 smithi178 bash[20270]: audit 2024-03-21T13:02:05.127398+0000 mon.a (mon.0) 1751 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:06.243 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:05 smithi178 bash[20270]: cluster 2024-03-21T13:02:05.131973+0000 mgr.x (mgr.25322) 195 : cluster [DBG] pgmap v125: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:06.243 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:05 smithi178 bash[20270]: cluster 2024-03-21T13:02:05.132470+0000 mgr.x (mgr.25322) 196 : cluster [DBG] pgmap v126: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:06.243 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:05 smithi178 bash[20270]: audit 2024-03-21T13:02:05.138008+0000 mon.a (mon.0) 1752 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:06.243 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:05 smithi178 bash[20270]: cephadm 2024-03-21T13:02:05.140352+0000 mgr.x (mgr.25322) 197 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:06.243 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:05 smithi178 bash[20270]: audit 2024-03-21T13:02:05.220714+0000 mon.a (mon.0) 1753 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:06.245 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:05 smithi178 bash[14494]: audit 2024-03-21T13:02:05.436380+0000 mon.a (mon.0) 1767 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:06.246 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:05 smithi178 bash[14494]: audit 2024-03-21T13:02:05.515770+0000 mon.a (mon.0) 1768 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:06.246 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:05 smithi178 bash[14494]: audit 2024-03-21T13:02:05.518928+0000 mon.a (mon.0) 1769 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:06.246 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:05 smithi178 bash[14494]: audit 2024-03-21T13:02:05.523715+0000 mon.a (mon.0) 1770 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:06.246 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:05 smithi178 bash[14494]: audit 2024-03-21T13:02:05.525319+0000 mon.a (mon.0) 1771 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:06.246 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:05 smithi178 bash[14494]: audit 2024-03-21T13:02:05.534600+0000 mon.a (mon.0) 1772 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:06.246 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:05 smithi178 bash[14494]: audit 2024-03-21T13:02:05.618125+0000 mon.a (mon.0) 1773 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:06.246 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:05 smithi178 bash[14494]: audit 2024-03-21T13:02:05.620862+0000 mon.a (mon.0) 1774 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:06.246 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:05 smithi178 bash[14494]: audit 2024-03-21T13:02:05.623676+0000 mon.a (mon.0) 1775 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:06.246 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:05 smithi178 bash[14494]: audit 2024-03-21T13:02:05.624893+0000 mon.a (mon.0) 1776 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:06.246 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:05 smithi178 bash[14494]: audit 2024-03-21T13:02:05.635646+0000 mon.a (mon.0) 1777 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:06.247 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:05 smithi178 bash[14494]: audit 2024-03-21T13:02:05.714350+0000 mon.a (mon.0) 1778 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:06.247 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:05 smithi178 bash[14494]: audit 2024-03-21T13:02:05.718035+0000 mon.a (mon.0) 1779 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:06.247 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:05 smithi178 bash[14494]: audit 2024-03-21T13:02:05.721704+0000 mon.a (mon.0) 1780 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:06.247 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:05 smithi178 bash[14494]: audit 2024-03-21T13:02:05.723001+0000 mon.a (mon.0) 1781 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:06.247 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:05 smithi178 bash[14494]: audit 2024-03-21T13:02:05.734937+0000 mon.a (mon.0) 1782 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:06.247 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:05 smithi178 bash[14494]: audit 2024-03-21T13:02:05.813036+0000 mon.a (mon.0) 1783 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:06.247 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:05 smithi178 bash[14494]: audit 2024-03-21T13:02:05.816312+0000 mon.a (mon.0) 1784 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:06.247 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:05 smithi178 bash[14494]: audit 2024-03-21T13:02:05.820121+0000 mon.a (mon.0) 1785 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:06.247 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:05 smithi178 bash[14494]: audit 2024-03-21T13:02:05.821666+0000 mon.a (mon.0) 1786 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:06.247 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:05 smithi178 bash[14494]: audit 2024-03-21T13:02:05.833525+0000 mon.a (mon.0) 1787 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:06.248 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:05 smithi178 bash[20270]: audit 2024-03-21T13:02:05.224639+0000 mon.a (mon.0) 1754 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:06.248 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:05 smithi178 bash[20270]: audit 2024-03-21T13:02:05.228064+0000 mon.a (mon.0) 1755 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:06.248 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:05 smithi178 bash[20270]: audit 2024-03-21T13:02:05.229211+0000 mon.a (mon.0) 1756 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:06.248 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:05 smithi178 bash[20270]: cluster 2024-03-21T13:02:05.233378+0000 mgr.x (mgr.25322) 198 : cluster [DBG] pgmap v127: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:06.248 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:05 smithi178 bash[20270]: cluster 2024-03-21T13:02:05.233755+0000 mgr.x (mgr.25322) 199 : cluster [DBG] pgmap v128: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:06.249 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:05 smithi178 bash[20270]: audit 2024-03-21T13:02:05.239434+0000 mon.a (mon.0) 1757 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:06.249 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:05 smithi178 bash[20270]: cephadm 2024-03-21T13:02:05.241706+0000 mgr.x (mgr.25322) 200 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:06.249 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:05 smithi178 bash[20270]: audit 2024-03-21T13:02:05.322448+0000 mon.a (mon.0) 1758 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:06.249 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:05 smithi178 bash[20270]: audit 2024-03-21T13:02:05.325452+0000 mon.a (mon.0) 1759 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:06.249 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:05 smithi178 bash[20270]: audit 2024-03-21T13:02:05.328741+0000 mon.a (mon.0) 1760 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:06.249 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:05 smithi178 bash[20270]: audit 2024-03-21T13:02:05.330101+0000 mon.a (mon.0) 1761 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:06.249 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:05 smithi178 bash[20270]: cluster 2024-03-21T13:02:05.333941+0000 mgr.x (mgr.25322) 201 : cluster [DBG] pgmap v129: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:06.249 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:05 smithi178 bash[20270]: cluster 2024-03-21T13:02:05.334248+0000 mgr.x (mgr.25322) 202 : cluster [DBG] pgmap v130: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:06.249 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:05 smithi178 bash[20270]: audit 2024-03-21T13:02:05.340335+0000 mon.a (mon.0) 1762 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:06.250 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:05 smithi178 bash[20270]: cephadm 2024-03-21T13:02:05.342636+0000 mgr.x (mgr.25322) 203 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:06.250 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:05 smithi178 bash[20270]: audit 2024-03-21T13:02:05.419900+0000 mon.a (mon.0) 1763 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:06.250 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:05 smithi178 bash[20270]: audit 2024-03-21T13:02:05.423052+0000 mon.a (mon.0) 1764 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:06.250 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:05 smithi178 bash[20270]: audit 2024-03-21T13:02:05.426332+0000 mon.a (mon.0) 1765 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:06.250 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:05 smithi178 bash[20270]: audit 2024-03-21T13:02:05.427518+0000 mon.a (mon.0) 1766 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:06.250 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:05 smithi178 bash[20270]: audit 2024-03-21T13:02:05.436380+0000 mon.a (mon.0) 1767 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:06.250 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:05 smithi178 bash[20270]: audit 2024-03-21T13:02:05.515770+0000 mon.a (mon.0) 1768 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:06.250 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:05 smithi178 bash[20270]: audit 2024-03-21T13:02:05.518928+0000 mon.a (mon.0) 1769 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:06.250 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:05 smithi178 bash[20270]: audit 2024-03-21T13:02:05.523715+0000 mon.a (mon.0) 1770 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:06.251 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:05 smithi178 bash[20270]: audit 2024-03-21T13:02:05.525319+0000 mon.a (mon.0) 1771 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:06.251 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:05 smithi178 bash[20270]: audit 2024-03-21T13:02:05.534600+0000 mon.a (mon.0) 1772 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:06.251 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:05 smithi178 bash[20270]: audit 2024-03-21T13:02:05.618125+0000 mon.a (mon.0) 1773 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:06.251 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:05 smithi178 bash[20270]: audit 2024-03-21T13:02:05.620862+0000 mon.a (mon.0) 1774 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:06.251 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:05 smithi178 bash[20270]: audit 2024-03-21T13:02:05.623676+0000 mon.a (mon.0) 1775 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:06.251 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:05 smithi178 bash[20270]: audit 2024-03-21T13:02:05.624893+0000 mon.a (mon.0) 1776 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:06.251 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:05 smithi178 bash[20270]: audit 2024-03-21T13:02:05.635646+0000 mon.a (mon.0) 1777 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:06.251 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:05 smithi178 bash[20270]: audit 2024-03-21T13:02:05.714350+0000 mon.a (mon.0) 1778 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:06.251 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:05 smithi178 bash[20270]: audit 2024-03-21T13:02:05.718035+0000 mon.a (mon.0) 1779 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:06.251 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:05 smithi178 bash[20270]: audit 2024-03-21T13:02:05.721704+0000 mon.a (mon.0) 1780 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:06.251 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:05 smithi178 bash[20270]: audit 2024-03-21T13:02:05.723001+0000 mon.a (mon.0) 1781 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:06.252 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:05 smithi178 bash[20270]: audit 2024-03-21T13:02:05.734937+0000 mon.a (mon.0) 1782 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:06.252 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:05 smithi178 bash[20270]: audit 2024-03-21T13:02:05.813036+0000 mon.a (mon.0) 1783 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:06.252 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:05 smithi178 bash[20270]: audit 2024-03-21T13:02:05.816312+0000 mon.a (mon.0) 1784 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:06.252 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:05 smithi178 bash[20270]: audit 2024-03-21T13:02:05.820121+0000 mon.a (mon.0) 1785 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:06.252 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:05 smithi178 bash[20270]: audit 2024-03-21T13:02:05.821666+0000 mon.a (mon.0) 1786 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:06.252 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:05 smithi178 bash[20270]: audit 2024-03-21T13:02:05.833525+0000 mon.a (mon.0) 1787 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:06.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:05 smithi184 bash[14608]: cluster 2024-03-21T13:02:04.437165+0000 mgr.x (mgr.25322) 174 : cluster [DBG] pgmap v111: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:06.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:05 smithi184 bash[14608]: cluster 2024-03-21T13:02:04.437459+0000 mgr.x (mgr.25322) 175 : cluster [DBG] pgmap v112: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:06.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:05 smithi184 bash[14608]: cephadm 2024-03-21T13:02:04.447478+0000 mgr.x (mgr.25322) 176 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:06.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:05 smithi184 bash[14608]: cluster 2024-03-21T13:02:04.540411+0000 mgr.x (mgr.25322) 177 : cluster [DBG] pgmap v113: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:06.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:05 smithi184 bash[14608]: cluster 2024-03-21T13:02:04.540714+0000 mgr.x (mgr.25322) 178 : cluster [DBG] pgmap v114: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:06.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:05 smithi184 bash[14608]: cephadm 2024-03-21T13:02:04.547652+0000 mgr.x (mgr.25322) 179 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:06.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:05 smithi184 bash[14608]: cluster 2024-03-21T13:02:04.640155+0000 mgr.x (mgr.25322) 180 : cluster [DBG] pgmap v115: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:06.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:05 smithi184 bash[14608]: cluster 2024-03-21T13:02:04.640785+0000 mgr.x (mgr.25322) 181 : cluster [DBG] pgmap v116: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:06.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:05 smithi184 bash[14608]: cephadm 2024-03-21T13:02:04.650426+0000 mgr.x (mgr.25322) 182 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:06.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:05 smithi184 bash[14608]: cluster 2024-03-21T13:02:04.720788+0000 mgr.x (mgr.25322) 183 : cluster [DBG] pgmap v117: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:06.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:05 smithi184 bash[14608]: cluster 2024-03-21T13:02:04.721103+0000 mgr.x (mgr.25322) 184 : cluster [DBG] pgmap v118: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:06.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:05 smithi184 bash[14608]: cephadm 2024-03-21T13:02:04.731065+0000 mgr.x (mgr.25322) 185 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:06.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:05 smithi184 bash[14608]: cluster 2024-03-21T13:02:04.819428+0000 mgr.x (mgr.25322) 186 : cluster [DBG] pgmap v119: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:06.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:05 smithi184 bash[14608]: cluster 2024-03-21T13:02:04.819641+0000 mgr.x (mgr.25322) 187 : cluster [DBG] pgmap v120: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:06.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:05 smithi184 bash[14608]: cephadm 2024-03-21T13:02:04.830366+0000 mgr.x (mgr.25322) 188 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:06.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:05 smithi184 bash[14608]: audit 2024-03-21T13:02:04.912237+0000 mon.a (mon.0) 1738 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:06.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:05 smithi184 bash[14608]: audit 2024-03-21T13:02:04.915200+0000 mon.a (mon.0) 1739 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:06.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:05 smithi184 bash[14608]: audit 2024-03-21T13:02:04.920853+0000 mon.a (mon.0) 1740 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:06.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:05 smithi184 bash[14608]: audit 2024-03-21T13:02:04.922450+0000 mon.a (mon.0) 1741 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:06.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:05 smithi184 bash[14608]: cluster 2024-03-21T13:02:04.926965+0000 mgr.x (mgr.25322) 189 : cluster [DBG] pgmap v121: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:06.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:05 smithi184 bash[14608]: cluster 2024-03-21T13:02:04.927459+0000 mgr.x (mgr.25322) 190 : cluster [DBG] pgmap v122: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:06.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:05 smithi184 bash[14608]: audit 2024-03-21T13:02:04.935031+0000 mon.a (mon.0) 1742 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:06.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:05 smithi184 bash[14608]: cephadm 2024-03-21T13:02:04.937490+0000 mgr.x (mgr.25322) 191 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:06.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:05 smithi184 bash[14608]: audit 2024-03-21T13:02:05.014339+0000 mon.a (mon.0) 1743 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:06.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:05 smithi184 bash[14608]: audit 2024-03-21T13:02:05.017358+0000 mon.a (mon.0) 1744 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:06.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:05 smithi184 bash[14608]: audit 2024-03-21T13:02:05.020308+0000 mon.a (mon.0) 1745 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:06.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:05 smithi184 bash[14608]: audit 2024-03-21T13:02:05.021606+0000 mon.a (mon.0) 1746 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:06.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:05 smithi184 bash[14608]: cluster 2024-03-21T13:02:05.025334+0000 mgr.x (mgr.25322) 192 : cluster [DBG] pgmap v123: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:06.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:05 smithi184 bash[14608]: cluster 2024-03-21T13:02:05.025848+0000 mgr.x (mgr.25322) 193 : cluster [DBG] pgmap v124: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:06.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:05 smithi184 bash[14608]: audit 2024-03-21T13:02:05.033566+0000 mon.a (mon.0) 1747 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:06.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:05 smithi184 bash[14608]: cephadm 2024-03-21T13:02:05.036204+0000 mgr.x (mgr.25322) 194 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:06.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:05 smithi184 bash[14608]: audit 2024-03-21T13:02:05.117961+0000 mon.a (mon.0) 1748 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:06.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:05 smithi184 bash[14608]: audit 2024-03-21T13:02:05.122364+0000 mon.a (mon.0) 1749 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:06.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:05 smithi184 bash[14608]: audit 2024-03-21T13:02:05.125852+0000 mon.a (mon.0) 1750 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:06.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:05 smithi184 bash[14608]: audit 2024-03-21T13:02:05.127398+0000 mon.a (mon.0) 1751 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:06.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:05 smithi184 bash[14608]: cluster 2024-03-21T13:02:05.131973+0000 mgr.x (mgr.25322) 195 : cluster [DBG] pgmap v125: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:06.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:05 smithi184 bash[14608]: cluster 2024-03-21T13:02:05.132470+0000 mgr.x (mgr.25322) 196 : cluster [DBG] pgmap v126: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:06.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:05 smithi184 bash[14608]: audit 2024-03-21T13:02:05.138008+0000 mon.a (mon.0) 1752 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:06.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:05 smithi184 bash[14608]: cephadm 2024-03-21T13:02:05.140352+0000 mgr.x (mgr.25322) 197 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:06.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:05 smithi184 bash[14608]: audit 2024-03-21T13:02:05.220714+0000 mon.a (mon.0) 1753 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:06.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:05 smithi184 bash[14608]: audit 2024-03-21T13:02:05.224639+0000 mon.a (mon.0) 1754 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:06.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:05 smithi184 bash[14608]: audit 2024-03-21T13:02:05.228064+0000 mon.a (mon.0) 1755 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:06.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:05 smithi184 bash[14608]: audit 2024-03-21T13:02:05.229211+0000 mon.a (mon.0) 1756 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:06.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:05 smithi184 bash[14608]: cluster 2024-03-21T13:02:05.233378+0000 mgr.x (mgr.25322) 198 : cluster [DBG] pgmap v127: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:06.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:05 smithi184 bash[14608]: cluster 2024-03-21T13:02:05.233755+0000 mgr.x (mgr.25322) 199 : cluster [DBG] pgmap v128: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:06.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:05 smithi184 bash[14608]: audit 2024-03-21T13:02:05.239434+0000 mon.a (mon.0) 1757 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:06.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:05 smithi184 bash[14608]: cephadm 2024-03-21T13:02:05.241706+0000 mgr.x (mgr.25322) 200 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:06.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:05 smithi184 bash[14608]: audit 2024-03-21T13:02:05.322448+0000 mon.a (mon.0) 1758 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:06.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:05 smithi184 bash[14608]: audit 2024-03-21T13:02:05.325452+0000 mon.a (mon.0) 1759 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:06.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:05 smithi184 bash[14608]: audit 2024-03-21T13:02:05.328741+0000 mon.a (mon.0) 1760 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:06.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:05 smithi184 bash[14608]: audit 2024-03-21T13:02:05.330101+0000 mon.a (mon.0) 1761 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:06.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:05 smithi184 bash[14608]: cluster 2024-03-21T13:02:05.333941+0000 mgr.x (mgr.25322) 201 : cluster [DBG] pgmap v129: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:06.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:05 smithi184 bash[14608]: cluster 2024-03-21T13:02:05.334248+0000 mgr.x (mgr.25322) 202 : cluster [DBG] pgmap v130: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:06.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:05 smithi184 bash[14608]: audit 2024-03-21T13:02:05.340335+0000 mon.a (mon.0) 1762 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:06.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:05 smithi184 bash[14608]: cephadm 2024-03-21T13:02:05.342636+0000 mgr.x (mgr.25322) 203 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:06.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:05 smithi184 bash[14608]: audit 2024-03-21T13:02:05.419900+0000 mon.a (mon.0) 1763 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:06.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:05 smithi184 bash[14608]: audit 2024-03-21T13:02:05.423052+0000 mon.a (mon.0) 1764 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:06.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:05 smithi184 bash[14608]: audit 2024-03-21T13:02:05.426332+0000 mon.a (mon.0) 1765 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:06.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:05 smithi184 bash[14608]: audit 2024-03-21T13:02:05.427518+0000 mon.a (mon.0) 1766 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:06.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:05 smithi184 bash[14608]: audit 2024-03-21T13:02:05.436380+0000 mon.a (mon.0) 1767 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:06.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:05 smithi184 bash[14608]: audit 2024-03-21T13:02:05.515770+0000 mon.a (mon.0) 1768 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:06.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:05 smithi184 bash[14608]: audit 2024-03-21T13:02:05.518928+0000 mon.a (mon.0) 1769 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:06.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:05 smithi184 bash[14608]: audit 2024-03-21T13:02:05.523715+0000 mon.a (mon.0) 1770 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:06.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:05 smithi184 bash[14608]: audit 2024-03-21T13:02:05.525319+0000 mon.a (mon.0) 1771 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:06.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:05 smithi184 bash[14608]: audit 2024-03-21T13:02:05.534600+0000 mon.a (mon.0) 1772 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:06.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:05 smithi184 bash[14608]: audit 2024-03-21T13:02:05.618125+0000 mon.a (mon.0) 1773 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:06.331 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:05 smithi184 bash[14608]: audit 2024-03-21T13:02:05.620862+0000 mon.a (mon.0) 1774 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:06.331 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:05 smithi184 bash[14608]: audit 2024-03-21T13:02:05.623676+0000 mon.a (mon.0) 1775 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:06.331 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:05 smithi184 bash[14608]: audit 2024-03-21T13:02:05.624893+0000 mon.a (mon.0) 1776 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:06.331 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:05 smithi184 bash[14608]: audit 2024-03-21T13:02:05.635646+0000 mon.a (mon.0) 1777 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:06.331 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:05 smithi184 bash[14608]: audit 2024-03-21T13:02:05.714350+0000 mon.a (mon.0) 1778 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:06.331 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:05 smithi184 bash[14608]: audit 2024-03-21T13:02:05.718035+0000 mon.a (mon.0) 1779 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:06.331 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:05 smithi184 bash[14608]: audit 2024-03-21T13:02:05.721704+0000 mon.a (mon.0) 1780 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:06.331 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:05 smithi184 bash[14608]: audit 2024-03-21T13:02:05.723001+0000 mon.a (mon.0) 1781 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:06.331 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:05 smithi184 bash[14608]: audit 2024-03-21T13:02:05.734937+0000 mon.a (mon.0) 1782 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:06.331 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:05 smithi184 bash[14608]: audit 2024-03-21T13:02:05.813036+0000 mon.a (mon.0) 1783 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:06.331 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:05 smithi184 bash[14608]: audit 2024-03-21T13:02:05.816312+0000 mon.a (mon.0) 1784 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:06.331 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:05 smithi184 bash[14608]: audit 2024-03-21T13:02:05.820121+0000 mon.a (mon.0) 1785 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:06.332 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:05 smithi184 bash[14608]: audit 2024-03-21T13:02:05.821666+0000 mon.a (mon.0) 1786 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:06.332 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:05 smithi184 bash[14608]: audit 2024-03-21T13:02:05.833525+0000 mon.a (mon.0) 1787 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:06.498 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[69695]: debug 2024-03-21T13:02:06.225+0000 7f45f270a000 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-21T13:02:06.498 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[69695]: debug 2024-03-21T13:02:06.409+0000 7f45f270a000 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-21T13:02:07.048 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[69695]: debug 2024-03-21T13:02:06.769+0000 7f45f270a000 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-21T13:02:07.048 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[69695]: debug 2024-03-21T13:02:06.873+0000 7f45f270a000 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-21T13:02:07.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[20270]: cluster 2024-03-21T13:02:05.431753+0000 mgr.x (mgr.25322) 204 : cluster [DBG] pgmap v131: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:07.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[20270]: cluster 2024-03-21T13:02:05.432004+0000 mgr.x (mgr.25322) 205 : cluster [DBG] pgmap v132: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:07.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[20270]: cephadm 2024-03-21T13:02:05.438647+0000 mgr.x (mgr.25322) 206 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:07.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[20270]: cluster 2024-03-21T13:02:05.529948+0000 mgr.x (mgr.25322) 207 : cluster [DBG] pgmap v133: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:07.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[20270]: cluster 2024-03-21T13:02:05.530447+0000 mgr.x (mgr.25322) 208 : cluster [DBG] pgmap v134: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:07.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[20270]: cephadm 2024-03-21T13:02:05.536933+0000 mgr.x (mgr.25322) 209 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:07.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[20270]: cluster 2024-03-21T13:02:05.628560+0000 mgr.x (mgr.25322) 210 : cluster [DBG] pgmap v135: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:07.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[20270]: cluster 2024-03-21T13:02:05.628922+0000 mgr.x (mgr.25322) 211 : cluster [DBG] pgmap v136: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:07.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[20270]: cephadm 2024-03-21T13:02:05.638016+0000 mgr.x (mgr.25322) 212 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:07.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[20270]: cluster 2024-03-21T13:02:05.728068+0000 mgr.x (mgr.25322) 213 : cluster [DBG] pgmap v137: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s 2024-03-21T13:02:07.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[20270]: cluster 2024-03-21T13:02:05.728575+0000 mgr.x (mgr.25322) 214 : cluster [DBG] pgmap v138: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s 2024-03-21T13:02:07.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[20270]: cephadm 2024-03-21T13:02:05.737301+0000 mgr.x (mgr.25322) 215 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:07.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[20270]: cluster 2024-03-21T13:02:05.825810+0000 mgr.x (mgr.25322) 216 : cluster [DBG] pgmap v139: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s 2024-03-21T13:02:07.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[20270]: cluster 2024-03-21T13:02:05.826313+0000 mgr.x (mgr.25322) 217 : cluster [DBG] pgmap v140: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s 2024-03-21T13:02:07.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[20270]: cephadm 2024-03-21T13:02:05.835829+0000 mgr.x (mgr.25322) 218 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:07.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[20270]: audit 2024-03-21T13:02:05.911357+0000 mon.a (mon.0) 1788 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:07.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[20270]: audit 2024-03-21T13:02:05.914175+0000 mon.a (mon.0) 1789 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:07.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[20270]: audit 2024-03-21T13:02:05.917197+0000 mon.a (mon.0) 1790 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:07.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[20270]: audit 2024-03-21T13:02:05.918289+0000 mon.a (mon.0) 1791 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:07.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[14494]: cluster 2024-03-21T13:02:05.431753+0000 mgr.x (mgr.25322) 204 : cluster [DBG] pgmap v131: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:07.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[14494]: cluster 2024-03-21T13:02:05.432004+0000 mgr.x (mgr.25322) 205 : cluster [DBG] pgmap v132: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:07.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[14494]: cephadm 2024-03-21T13:02:05.438647+0000 mgr.x (mgr.25322) 206 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:07.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[14494]: cluster 2024-03-21T13:02:05.529948+0000 mgr.x (mgr.25322) 207 : cluster [DBG] pgmap v133: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:07.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[14494]: cluster 2024-03-21T13:02:05.530447+0000 mgr.x (mgr.25322) 208 : cluster [DBG] pgmap v134: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:07.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[14494]: cephadm 2024-03-21T13:02:05.536933+0000 mgr.x (mgr.25322) 209 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:07.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[14494]: cluster 2024-03-21T13:02:05.628560+0000 mgr.x (mgr.25322) 210 : cluster [DBG] pgmap v135: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:07.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[14494]: cluster 2024-03-21T13:02:05.628922+0000 mgr.x (mgr.25322) 211 : cluster [DBG] pgmap v136: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:07.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[14494]: cephadm 2024-03-21T13:02:05.638016+0000 mgr.x (mgr.25322) 212 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:07.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[14494]: cluster 2024-03-21T13:02:05.728068+0000 mgr.x (mgr.25322) 213 : cluster [DBG] pgmap v137: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s 2024-03-21T13:02:07.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[14494]: cluster 2024-03-21T13:02:05.728575+0000 mgr.x (mgr.25322) 214 : cluster [DBG] pgmap v138: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s 2024-03-21T13:02:07.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[14494]: cephadm 2024-03-21T13:02:05.737301+0000 mgr.x (mgr.25322) 215 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:07.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[14494]: cluster 2024-03-21T13:02:05.825810+0000 mgr.x (mgr.25322) 216 : cluster [DBG] pgmap v139: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s 2024-03-21T13:02:07.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[14494]: cluster 2024-03-21T13:02:05.826313+0000 mgr.x (mgr.25322) 217 : cluster [DBG] pgmap v140: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s 2024-03-21T13:02:07.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[14494]: cephadm 2024-03-21T13:02:05.835829+0000 mgr.x (mgr.25322) 218 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:07.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[14494]: audit 2024-03-21T13:02:05.911357+0000 mon.a (mon.0) 1788 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:07.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[14494]: audit 2024-03-21T13:02:05.914175+0000 mon.a (mon.0) 1789 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:07.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[14494]: audit 2024-03-21T13:02:05.917197+0000 mon.a (mon.0) 1790 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:07.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[14494]: audit 2024-03-21T13:02:05.918289+0000 mon.a (mon.0) 1791 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:07.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[20270]: cluster 2024-03-21T13:02:05.921994+0000 mgr.x (mgr.25322) 219 : cluster [DBG] pgmap v141: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 17 op/s 2024-03-21T13:02:07.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[20270]: cluster 2024-03-21T13:02:05.922435+0000 mgr.x (mgr.25322) 220 : cluster [DBG] pgmap v142: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 17 op/s 2024-03-21T13:02:07.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[20270]: audit 2024-03-21T13:02:05.928431+0000 mon.a (mon.0) 1792 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:07.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[20270]: cephadm 2024-03-21T13:02:05.930669+0000 mgr.x (mgr.25322) 221 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:07.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[20270]: audit 2024-03-21T13:02:06.005799+0000 mon.a (mon.0) 1793 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:07.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[20270]: audit 2024-03-21T13:02:06.009098+0000 mon.a (mon.0) 1794 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:07.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[20270]: audit 2024-03-21T13:02:06.013115+0000 mon.a (mon.0) 1795 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:07.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[20270]: audit 2024-03-21T13:02:06.014479+0000 mon.a (mon.0) 1796 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:07.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[20270]: cluster 2024-03-21T13:02:06.018466+0000 mgr.x (mgr.25322) 222 : cluster [DBG] pgmap v143: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:07.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[20270]: cluster 2024-03-21T13:02:06.018904+0000 mgr.x (mgr.25322) 223 : cluster [DBG] pgmap v144: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:07.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[20270]: audit 2024-03-21T13:02:06.025366+0000 mon.a (mon.0) 1797 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:07.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[20270]: cephadm 2024-03-21T13:02:06.027693+0000 mgr.x (mgr.25322) 224 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:07.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[20270]: audit 2024-03-21T13:02:06.087299+0000 mon.a (mon.0) 1798 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:07.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[20270]: audit 2024-03-21T13:02:06.090140+0000 mon.a (mon.0) 1799 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:07.053 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[20270]: audit 2024-03-21T13:02:06.093826+0000 mon.a (mon.0) 1800 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:07.053 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[20270]: audit 2024-03-21T13:02:06.094978+0000 mon.a (mon.0) 1801 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:07.053 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[20270]: cluster 2024-03-21T13:02:06.098805+0000 mgr.x (mgr.25322) 225 : cluster [DBG] pgmap v145: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:07.053 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[20270]: cluster 2024-03-21T13:02:06.099160+0000 mgr.x (mgr.25322) 226 : cluster [DBG] pgmap v146: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:07.053 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[20270]: audit 2024-03-21T13:02:06.105337+0000 mon.a (mon.0) 1802 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:07.053 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[20270]: cephadm 2024-03-21T13:02:06.107556+0000 mgr.x (mgr.25322) 227 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:07.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[14494]: cluster 2024-03-21T13:02:05.921994+0000 mgr.x (mgr.25322) 219 : cluster [DBG] pgmap v141: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 17 op/s 2024-03-21T13:02:07.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[14494]: cluster 2024-03-21T13:02:05.922435+0000 mgr.x (mgr.25322) 220 : cluster [DBG] pgmap v142: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 17 op/s 2024-03-21T13:02:07.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[14494]: audit 2024-03-21T13:02:05.928431+0000 mon.a (mon.0) 1792 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:07.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[14494]: cephadm 2024-03-21T13:02:05.930669+0000 mgr.x (mgr.25322) 221 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:07.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[14494]: audit 2024-03-21T13:02:06.005799+0000 mon.a (mon.0) 1793 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:07.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[14494]: audit 2024-03-21T13:02:06.009098+0000 mon.a (mon.0) 1794 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:07.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[14494]: audit 2024-03-21T13:02:06.013115+0000 mon.a (mon.0) 1795 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:07.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[14494]: audit 2024-03-21T13:02:06.014479+0000 mon.a (mon.0) 1796 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:07.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[14494]: cluster 2024-03-21T13:02:06.018466+0000 mgr.x (mgr.25322) 222 : cluster [DBG] pgmap v143: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:07.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[14494]: cluster 2024-03-21T13:02:06.018904+0000 mgr.x (mgr.25322) 223 : cluster [DBG] pgmap v144: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:07.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[14494]: audit 2024-03-21T13:02:06.025366+0000 mon.a (mon.0) 1797 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:07.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[14494]: cephadm 2024-03-21T13:02:06.027693+0000 mgr.x (mgr.25322) 224 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:07.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[14494]: audit 2024-03-21T13:02:06.087299+0000 mon.a (mon.0) 1798 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:07.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[14494]: audit 2024-03-21T13:02:06.090140+0000 mon.a (mon.0) 1799 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:07.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[14494]: audit 2024-03-21T13:02:06.093826+0000 mon.a (mon.0) 1800 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:07.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[14494]: audit 2024-03-21T13:02:06.094978+0000 mon.a (mon.0) 1801 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:07.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[14494]: cluster 2024-03-21T13:02:06.098805+0000 mgr.x (mgr.25322) 225 : cluster [DBG] pgmap v145: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:07.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[14494]: cluster 2024-03-21T13:02:06.099160+0000 mgr.x (mgr.25322) 226 : cluster [DBG] pgmap v146: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:07.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[14494]: audit 2024-03-21T13:02:06.105337+0000 mon.a (mon.0) 1802 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:07.055 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[14494]: cephadm 2024-03-21T13:02:06.107556+0000 mgr.x (mgr.25322) 227 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:07.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[20270]: audit 2024-03-21T13:02:06.188548+0000 mon.a (mon.0) 1803 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:07.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[20270]: audit 2024-03-21T13:02:06.191728+0000 mon.a (mon.0) 1804 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:07.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[20270]: audit 2024-03-21T13:02:06.196484+0000 mon.a (mon.0) 1805 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:07.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[20270]: audit 2024-03-21T13:02:06.198226+0000 mon.a (mon.0) 1806 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:07.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[20270]: cluster 2024-03-21T13:02:06.202967+0000 mgr.x (mgr.25322) 228 : cluster [DBG] pgmap v147: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:07.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[20270]: cluster 2024-03-21T13:02:06.203588+0000 mgr.x (mgr.25322) 229 : cluster [DBG] pgmap v148: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:07.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[20270]: audit 2024-03-21T13:02:06.209539+0000 mon.a (mon.0) 1807 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:07.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[20270]: cephadm 2024-03-21T13:02:06.212113+0000 mgr.x (mgr.25322) 230 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:07.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[20270]: audit 2024-03-21T13:02:06.291795+0000 mon.a (mon.0) 1808 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:07.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[20270]: audit 2024-03-21T13:02:06.294412+0000 mon.a (mon.0) 1809 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:07.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[20270]: audit 2024-03-21T13:02:06.297065+0000 mon.a (mon.0) 1810 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:07.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[20270]: audit 2024-03-21T13:02:06.298194+0000 mon.a (mon.0) 1811 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:07.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[20270]: cluster 2024-03-21T13:02:06.302089+0000 mgr.x (mgr.25322) 231 : cluster [DBG] pgmap v149: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:07.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[20270]: cluster 2024-03-21T13:02:06.302286+0000 mgr.x (mgr.25322) 232 : cluster [DBG] pgmap v150: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:07.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[20270]: audit 2024-03-21T13:02:06.305889+0000 mon.a (mon.0) 1812 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:07.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[20270]: cephadm 2024-03-21T13:02:06.308349+0000 mgr.x (mgr.25322) 233 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:07.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[20270]: audit 2024-03-21T13:02:06.387265+0000 mon.a (mon.0) 1813 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:07.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[20270]: audit 2024-03-21T13:02:06.390621+0000 mon.a (mon.0) 1814 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:07.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[20270]: audit 2024-03-21T13:02:06.393891+0000 mon.a (mon.0) 1815 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:07.056 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[14494]: audit 2024-03-21T13:02:06.188548+0000 mon.a (mon.0) 1803 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:07.057 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[14494]: audit 2024-03-21T13:02:06.191728+0000 mon.a (mon.0) 1804 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:07.057 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[14494]: audit 2024-03-21T13:02:06.196484+0000 mon.a (mon.0) 1805 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:07.057 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[14494]: audit 2024-03-21T13:02:06.198226+0000 mon.a (mon.0) 1806 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:07.057 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[14494]: cluster 2024-03-21T13:02:06.202967+0000 mgr.x (mgr.25322) 228 : cluster [DBG] pgmap v147: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:07.057 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[14494]: cluster 2024-03-21T13:02:06.203588+0000 mgr.x (mgr.25322) 229 : cluster [DBG] pgmap v148: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:07.057 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[14494]: audit 2024-03-21T13:02:06.209539+0000 mon.a (mon.0) 1807 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:07.057 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[14494]: cephadm 2024-03-21T13:02:06.212113+0000 mgr.x (mgr.25322) 230 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:07.057 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[14494]: audit 2024-03-21T13:02:06.291795+0000 mon.a (mon.0) 1808 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:07.057 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[14494]: audit 2024-03-21T13:02:06.294412+0000 mon.a (mon.0) 1809 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:07.057 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[14494]: audit 2024-03-21T13:02:06.297065+0000 mon.a (mon.0) 1810 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:07.057 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[14494]: audit 2024-03-21T13:02:06.298194+0000 mon.a (mon.0) 1811 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:07.057 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[14494]: cluster 2024-03-21T13:02:06.302089+0000 mgr.x (mgr.25322) 231 : cluster [DBG] pgmap v149: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:07.057 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[14494]: cluster 2024-03-21T13:02:06.302286+0000 mgr.x (mgr.25322) 232 : cluster [DBG] pgmap v150: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:07.057 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[14494]: audit 2024-03-21T13:02:06.305889+0000 mon.a (mon.0) 1812 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:07.057 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[14494]: cephadm 2024-03-21T13:02:06.308349+0000 mgr.x (mgr.25322) 233 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:07.058 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[14494]: audit 2024-03-21T13:02:06.387265+0000 mon.a (mon.0) 1813 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:07.058 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[14494]: audit 2024-03-21T13:02:06.390621+0000 mon.a (mon.0) 1814 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:07.058 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[14494]: audit 2024-03-21T13:02:06.393891+0000 mon.a (mon.0) 1815 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:07.058 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[20270]: audit 2024-03-21T13:02:06.395525+0000 mon.a (mon.0) 1816 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:07.058 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[20270]: cluster 2024-03-21T13:02:06.399885+0000 mgr.x (mgr.25322) 234 : cluster [DBG] pgmap v151: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:07.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[20270]: cluster 2024-03-21T13:02:06.400121+0000 mgr.x (mgr.25322) 235 : cluster [DBG] pgmap v152: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:07.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[20270]: audit 2024-03-21T13:02:06.407284+0000 mon.a (mon.0) 1817 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:07.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[20270]: cephadm 2024-03-21T13:02:06.409705+0000 mgr.x (mgr.25322) 236 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:07.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[20270]: audit 2024-03-21T13:02:06.487561+0000 mon.a (mon.0) 1818 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:07.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[20270]: audit 2024-03-21T13:02:06.492009+0000 mon.a (mon.0) 1819 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:07.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[20270]: audit 2024-03-21T13:02:06.497353+0000 mon.a (mon.0) 1820 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:07.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[20270]: audit 2024-03-21T13:02:06.498911+0000 mon.a (mon.0) 1821 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:07.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[20270]: audit 2024-03-21T13:02:06.508393+0000 mon.a (mon.0) 1822 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:07.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[20270]: audit 2024-03-21T13:02:06.590670+0000 mon.a (mon.0) 1823 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:07.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[20270]: audit 2024-03-21T13:02:06.593248+0000 mon.a (mon.0) 1824 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:07.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[20270]: audit 2024-03-21T13:02:06.596395+0000 mon.a (mon.0) 1825 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:07.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[20270]: audit 2024-03-21T13:02:06.597546+0000 mon.a (mon.0) 1826 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:07.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[20270]: audit 2024-03-21T13:02:06.608427+0000 mon.a (mon.0) 1827 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:07.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[20270]: audit 2024-03-21T13:02:06.688294+0000 mon.a (mon.0) 1828 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:07.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[20270]: audit 2024-03-21T13:02:06.690996+0000 mon.a (mon.0) 1829 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:07.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[20270]: audit 2024-03-21T13:02:06.694259+0000 mon.a (mon.0) 1830 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:07.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[20270]: audit 2024-03-21T13:02:06.695549+0000 mon.a (mon.0) 1831 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:07.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[20270]: audit 2024-03-21T13:02:06.706793+0000 mon.a (mon.0) 1832 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:07.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[20270]: audit 2024-03-21T13:02:06.785732+0000 mon.a (mon.0) 1833 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:07.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[20270]: audit 2024-03-21T13:02:06.788814+0000 mon.a (mon.0) 1834 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:07.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[20270]: audit 2024-03-21T13:02:06.792472+0000 mon.a (mon.0) 1835 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:07.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[20270]: audit 2024-03-21T13:02:06.793972+0000 mon.a (mon.0) 1836 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:07.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[20270]: audit 2024-03-21T13:02:06.806124+0000 mon.a (mon.0) 1837 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:07.060 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[14494]: audit 2024-03-21T13:02:06.395525+0000 mon.a (mon.0) 1816 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:07.061 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[14494]: cluster 2024-03-21T13:02:06.399885+0000 mgr.x (mgr.25322) 234 : cluster [DBG] pgmap v151: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:07.061 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[14494]: cluster 2024-03-21T13:02:06.400121+0000 mgr.x (mgr.25322) 235 : cluster [DBG] pgmap v152: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:07.061 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[14494]: audit 2024-03-21T13:02:06.407284+0000 mon.a (mon.0) 1817 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:07.061 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[14494]: cephadm 2024-03-21T13:02:06.409705+0000 mgr.x (mgr.25322) 236 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:07.061 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[14494]: audit 2024-03-21T13:02:06.487561+0000 mon.a (mon.0) 1818 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:07.061 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[14494]: audit 2024-03-21T13:02:06.492009+0000 mon.a (mon.0) 1819 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:07.061 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[14494]: audit 2024-03-21T13:02:06.497353+0000 mon.a (mon.0) 1820 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:07.061 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[14494]: audit 2024-03-21T13:02:06.498911+0000 mon.a (mon.0) 1821 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:07.061 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[14494]: audit 2024-03-21T13:02:06.508393+0000 mon.a (mon.0) 1822 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:07.061 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[14494]: audit 2024-03-21T13:02:06.590670+0000 mon.a (mon.0) 1823 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:07.061 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[14494]: audit 2024-03-21T13:02:06.593248+0000 mon.a (mon.0) 1824 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:07.061 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[14494]: audit 2024-03-21T13:02:06.596395+0000 mon.a (mon.0) 1825 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:07.061 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[14494]: audit 2024-03-21T13:02:06.597546+0000 mon.a (mon.0) 1826 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:07.061 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[14494]: audit 2024-03-21T13:02:06.608427+0000 mon.a (mon.0) 1827 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:07.062 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[14494]: audit 2024-03-21T13:02:06.688294+0000 mon.a (mon.0) 1828 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:07.062 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[14494]: audit 2024-03-21T13:02:06.690996+0000 mon.a (mon.0) 1829 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:07.062 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[14494]: audit 2024-03-21T13:02:06.694259+0000 mon.a (mon.0) 1830 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:07.062 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[14494]: audit 2024-03-21T13:02:06.695549+0000 mon.a (mon.0) 1831 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:07.062 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[14494]: audit 2024-03-21T13:02:06.706793+0000 mon.a (mon.0) 1832 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:07.062 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[14494]: audit 2024-03-21T13:02:06.785732+0000 mon.a (mon.0) 1833 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:07.062 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[14494]: audit 2024-03-21T13:02:06.788814+0000 mon.a (mon.0) 1834 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:07.062 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[14494]: audit 2024-03-21T13:02:06.792472+0000 mon.a (mon.0) 1835 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:07.062 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[14494]: audit 2024-03-21T13:02:06.793972+0000 mon.a (mon.0) 1836 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:07.062 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:06 smithi178 bash[14494]: audit 2024-03-21T13:02:06.806124+0000 mon.a (mon.0) 1837 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:07.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:06 smithi184 bash[14608]: cluster 2024-03-21T13:02:05.431753+0000 mgr.x (mgr.25322) 204 : cluster [DBG] pgmap v131: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:07.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:06 smithi184 bash[14608]: cluster 2024-03-21T13:02:05.432004+0000 mgr.x (mgr.25322) 205 : cluster [DBG] pgmap v132: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:07.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:06 smithi184 bash[14608]: cephadm 2024-03-21T13:02:05.438647+0000 mgr.x (mgr.25322) 206 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:07.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:06 smithi184 bash[14608]: cluster 2024-03-21T13:02:05.529948+0000 mgr.x (mgr.25322) 207 : cluster [DBG] pgmap v133: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:07.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:06 smithi184 bash[14608]: cluster 2024-03-21T13:02:05.530447+0000 mgr.x (mgr.25322) 208 : cluster [DBG] pgmap v134: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:07.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:06 smithi184 bash[14608]: cephadm 2024-03-21T13:02:05.536933+0000 mgr.x (mgr.25322) 209 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:07.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:06 smithi184 bash[14608]: cluster 2024-03-21T13:02:05.628560+0000 mgr.x (mgr.25322) 210 : cluster [DBG] pgmap v135: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:07.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:06 smithi184 bash[14608]: cluster 2024-03-21T13:02:05.628922+0000 mgr.x (mgr.25322) 211 : cluster [DBG] pgmap v136: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:07.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:06 smithi184 bash[14608]: cephadm 2024-03-21T13:02:05.638016+0000 mgr.x (mgr.25322) 212 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:07.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:06 smithi184 bash[14608]: cluster 2024-03-21T13:02:05.728068+0000 mgr.x (mgr.25322) 213 : cluster [DBG] pgmap v137: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s 2024-03-21T13:02:07.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:06 smithi184 bash[14608]: cluster 2024-03-21T13:02:05.728575+0000 mgr.x (mgr.25322) 214 : cluster [DBG] pgmap v138: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s 2024-03-21T13:02:07.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:06 smithi184 bash[14608]: cephadm 2024-03-21T13:02:05.737301+0000 mgr.x (mgr.25322) 215 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:07.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:06 smithi184 bash[14608]: cluster 2024-03-21T13:02:05.825810+0000 mgr.x (mgr.25322) 216 : cluster [DBG] pgmap v139: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s 2024-03-21T13:02:07.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:06 smithi184 bash[14608]: cluster 2024-03-21T13:02:05.826313+0000 mgr.x (mgr.25322) 217 : cluster [DBG] pgmap v140: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s 2024-03-21T13:02:07.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:06 smithi184 bash[14608]: cephadm 2024-03-21T13:02:05.835829+0000 mgr.x (mgr.25322) 218 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:07.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:06 smithi184 bash[14608]: audit 2024-03-21T13:02:05.911357+0000 mon.a (mon.0) 1788 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:07.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:06 smithi184 bash[14608]: audit 2024-03-21T13:02:05.914175+0000 mon.a (mon.0) 1789 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:07.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:06 smithi184 bash[14608]: audit 2024-03-21T13:02:05.917197+0000 mon.a (mon.0) 1790 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:07.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:06 smithi184 bash[14608]: audit 2024-03-21T13:02:05.918289+0000 mon.a (mon.0) 1791 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:07.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:06 smithi184 bash[14608]: cluster 2024-03-21T13:02:05.921994+0000 mgr.x (mgr.25322) 219 : cluster [DBG] pgmap v141: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 17 op/s 2024-03-21T13:02:07.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:06 smithi184 bash[14608]: cluster 2024-03-21T13:02:05.922435+0000 mgr.x (mgr.25322) 220 : cluster [DBG] pgmap v142: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 17 op/s 2024-03-21T13:02:07.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:06 smithi184 bash[14608]: audit 2024-03-21T13:02:05.928431+0000 mon.a (mon.0) 1792 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:07.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:06 smithi184 bash[14608]: cephadm 2024-03-21T13:02:05.930669+0000 mgr.x (mgr.25322) 221 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:07.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:06 smithi184 bash[14608]: audit 2024-03-21T13:02:06.005799+0000 mon.a (mon.0) 1793 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:07.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:06 smithi184 bash[14608]: audit 2024-03-21T13:02:06.009098+0000 mon.a (mon.0) 1794 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:07.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:06 smithi184 bash[14608]: audit 2024-03-21T13:02:06.013115+0000 mon.a (mon.0) 1795 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:07.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:06 smithi184 bash[14608]: audit 2024-03-21T13:02:06.014479+0000 mon.a (mon.0) 1796 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:07.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:06 smithi184 bash[14608]: cluster 2024-03-21T13:02:06.018466+0000 mgr.x (mgr.25322) 222 : cluster [DBG] pgmap v143: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:07.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:06 smithi184 bash[14608]: cluster 2024-03-21T13:02:06.018904+0000 mgr.x (mgr.25322) 223 : cluster [DBG] pgmap v144: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:07.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:06 smithi184 bash[14608]: audit 2024-03-21T13:02:06.025366+0000 mon.a (mon.0) 1797 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:07.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:06 smithi184 bash[14608]: cephadm 2024-03-21T13:02:06.027693+0000 mgr.x (mgr.25322) 224 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:07.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:06 smithi184 bash[14608]: audit 2024-03-21T13:02:06.087299+0000 mon.a (mon.0) 1798 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:07.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:06 smithi184 bash[14608]: audit 2024-03-21T13:02:06.090140+0000 mon.a (mon.0) 1799 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:07.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:06 smithi184 bash[14608]: audit 2024-03-21T13:02:06.093826+0000 mon.a (mon.0) 1800 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:07.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:06 smithi184 bash[14608]: audit 2024-03-21T13:02:06.094978+0000 mon.a (mon.0) 1801 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:07.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:06 smithi184 bash[14608]: cluster 2024-03-21T13:02:06.098805+0000 mgr.x (mgr.25322) 225 : cluster [DBG] pgmap v145: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:07.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:06 smithi184 bash[14608]: cluster 2024-03-21T13:02:06.099160+0000 mgr.x (mgr.25322) 226 : cluster [DBG] pgmap v146: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:07.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:06 smithi184 bash[14608]: audit 2024-03-21T13:02:06.105337+0000 mon.a (mon.0) 1802 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:07.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:06 smithi184 bash[14608]: cephadm 2024-03-21T13:02:06.107556+0000 mgr.x (mgr.25322) 227 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:07.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:06 smithi184 bash[14608]: audit 2024-03-21T13:02:06.188548+0000 mon.a (mon.0) 1803 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:07.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:06 smithi184 bash[14608]: audit 2024-03-21T13:02:06.191728+0000 mon.a (mon.0) 1804 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:07.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:06 smithi184 bash[14608]: audit 2024-03-21T13:02:06.196484+0000 mon.a (mon.0) 1805 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:07.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:06 smithi184 bash[14608]: audit 2024-03-21T13:02:06.198226+0000 mon.a (mon.0) 1806 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:07.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:06 smithi184 bash[14608]: cluster 2024-03-21T13:02:06.202967+0000 mgr.x (mgr.25322) 228 : cluster [DBG] pgmap v147: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:07.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:06 smithi184 bash[14608]: cluster 2024-03-21T13:02:06.203588+0000 mgr.x (mgr.25322) 229 : cluster [DBG] pgmap v148: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:07.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:06 smithi184 bash[14608]: audit 2024-03-21T13:02:06.209539+0000 mon.a (mon.0) 1807 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:07.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:06 smithi184 bash[14608]: cephadm 2024-03-21T13:02:06.212113+0000 mgr.x (mgr.25322) 230 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:07.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:06 smithi184 bash[14608]: audit 2024-03-21T13:02:06.291795+0000 mon.a (mon.0) 1808 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:07.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:06 smithi184 bash[14608]: audit 2024-03-21T13:02:06.294412+0000 mon.a (mon.0) 1809 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:07.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:06 smithi184 bash[14608]: audit 2024-03-21T13:02:06.297065+0000 mon.a (mon.0) 1810 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:07.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:06 smithi184 bash[14608]: audit 2024-03-21T13:02:06.298194+0000 mon.a (mon.0) 1811 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:07.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:06 smithi184 bash[14608]: cluster 2024-03-21T13:02:06.302089+0000 mgr.x (mgr.25322) 231 : cluster [DBG] pgmap v149: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:07.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:06 smithi184 bash[14608]: cluster 2024-03-21T13:02:06.302286+0000 mgr.x (mgr.25322) 232 : cluster [DBG] pgmap v150: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:07.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:06 smithi184 bash[14608]: audit 2024-03-21T13:02:06.305889+0000 mon.a (mon.0) 1812 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:07.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:06 smithi184 bash[14608]: cephadm 2024-03-21T13:02:06.308349+0000 mgr.x (mgr.25322) 233 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:07.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:06 smithi184 bash[14608]: audit 2024-03-21T13:02:06.387265+0000 mon.a (mon.0) 1813 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:07.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:06 smithi184 bash[14608]: audit 2024-03-21T13:02:06.390621+0000 mon.a (mon.0) 1814 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:07.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:06 smithi184 bash[14608]: audit 2024-03-21T13:02:06.393891+0000 mon.a (mon.0) 1815 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:07.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:06 smithi184 bash[14608]: audit 2024-03-21T13:02:06.395525+0000 mon.a (mon.0) 1816 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:07.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:06 smithi184 bash[14608]: cluster 2024-03-21T13:02:06.399885+0000 mgr.x (mgr.25322) 234 : cluster [DBG] pgmap v151: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:07.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:06 smithi184 bash[14608]: cluster 2024-03-21T13:02:06.400121+0000 mgr.x (mgr.25322) 235 : cluster [DBG] pgmap v152: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:07.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:06 smithi184 bash[14608]: audit 2024-03-21T13:02:06.407284+0000 mon.a (mon.0) 1817 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:07.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:06 smithi184 bash[14608]: cephadm 2024-03-21T13:02:06.409705+0000 mgr.x (mgr.25322) 236 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:07.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:06 smithi184 bash[14608]: audit 2024-03-21T13:02:06.487561+0000 mon.a (mon.0) 1818 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:07.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:06 smithi184 bash[14608]: audit 2024-03-21T13:02:06.492009+0000 mon.a (mon.0) 1819 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:07.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:06 smithi184 bash[14608]: audit 2024-03-21T13:02:06.497353+0000 mon.a (mon.0) 1820 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:07.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:06 smithi184 bash[14608]: audit 2024-03-21T13:02:06.498911+0000 mon.a (mon.0) 1821 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:07.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:06 smithi184 bash[14608]: audit 2024-03-21T13:02:06.508393+0000 mon.a (mon.0) 1822 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:07.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:06 smithi184 bash[14608]: audit 2024-03-21T13:02:06.590670+0000 mon.a (mon.0) 1823 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:07.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:06 smithi184 bash[14608]: audit 2024-03-21T13:02:06.593248+0000 mon.a (mon.0) 1824 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:07.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:06 smithi184 bash[14608]: audit 2024-03-21T13:02:06.596395+0000 mon.a (mon.0) 1825 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:07.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:06 smithi184 bash[14608]: audit 2024-03-21T13:02:06.597546+0000 mon.a (mon.0) 1826 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:07.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:06 smithi184 bash[14608]: audit 2024-03-21T13:02:06.608427+0000 mon.a (mon.0) 1827 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:07.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:06 smithi184 bash[14608]: audit 2024-03-21T13:02:06.688294+0000 mon.a (mon.0) 1828 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:07.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:06 smithi184 bash[14608]: audit 2024-03-21T13:02:06.690996+0000 mon.a (mon.0) 1829 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:07.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:06 smithi184 bash[14608]: audit 2024-03-21T13:02:06.694259+0000 mon.a (mon.0) 1830 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:07.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:06 smithi184 bash[14608]: audit 2024-03-21T13:02:06.695549+0000 mon.a (mon.0) 1831 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:07.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:06 smithi184 bash[14608]: audit 2024-03-21T13:02:06.706793+0000 mon.a (mon.0) 1832 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:07.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:06 smithi184 bash[14608]: audit 2024-03-21T13:02:06.785732+0000 mon.a (mon.0) 1833 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:07.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:06 smithi184 bash[14608]: audit 2024-03-21T13:02:06.788814+0000 mon.a (mon.0) 1834 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:07.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:06 smithi184 bash[14608]: audit 2024-03-21T13:02:06.792472+0000 mon.a (mon.0) 1835 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:07.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:06 smithi184 bash[14608]: audit 2024-03-21T13:02:06.793972+0000 mon.a (mon.0) 1836 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:07.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:06 smithi184 bash[14608]: audit 2024-03-21T13:02:06.806124+0000 mon.a (mon.0) 1837 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:07.547 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:02:07 smithi178 bash[69695]: debug 2024-03-21T13:02:07.101+0000 7f45f270a000 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-21T13:02:07.911 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:07 smithi178 bash[20270]: cluster 2024-03-21T13:02:06.502744+0000 mgr.x (mgr.25322) 237 : cluster [DBG] pgmap v153: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:07.911 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:07 smithi178 bash[20270]: cluster 2024-03-21T13:02:06.502928+0000 mgr.x (mgr.25322) 238 : cluster [DBG] pgmap v154: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:07.911 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:07 smithi178 bash[20270]: cephadm 2024-03-21T13:02:06.510852+0000 mgr.x (mgr.25322) 239 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:07.911 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:07 smithi178 bash[20270]: cluster 2024-03-21T13:02:06.601474+0000 mgr.x (mgr.25322) 240 : cluster [DBG] pgmap v155: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:07.912 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:07 smithi178 bash[20270]: cephadm 2024-03-21T13:02:06.610864+0000 mgr.x (mgr.25322) 241 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:08.159 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:02:08 smithi178 bash[69695]: debug 2024-03-21T13:02:08.037+0000 7f45f270a000 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-21T13:02:08.160 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:07 smithi178 bash[14494]: cluster 2024-03-21T13:02:06.502744+0000 mgr.x (mgr.25322) 237 : cluster [DBG] pgmap v153: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:08.160 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:07 smithi178 bash[14494]: cluster 2024-03-21T13:02:06.502928+0000 mgr.x (mgr.25322) 238 : cluster [DBG] pgmap v154: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:08.160 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:07 smithi178 bash[14494]: cephadm 2024-03-21T13:02:06.510852+0000 mgr.x (mgr.25322) 239 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:08.160 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:07 smithi178 bash[14494]: cluster 2024-03-21T13:02:06.601474+0000 mgr.x (mgr.25322) 240 : cluster [DBG] pgmap v155: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:08.160 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:07 smithi178 bash[14494]: cephadm 2024-03-21T13:02:06.610864+0000 mgr.x (mgr.25322) 241 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:08.160 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:07 smithi178 bash[14494]: cluster 2024-03-21T13:02:06.699279+0000 mgr.x (mgr.25322) 242 : cluster [DBG] pgmap v156: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:08.160 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:07 smithi178 bash[14494]: cluster 2024-03-21T13:02:06.699687+0000 mgr.x (mgr.25322) 243 : cluster [DBG] pgmap v157: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:08.160 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:07 smithi178 bash[14494]: cephadm 2024-03-21T13:02:06.709287+0000 mgr.x (mgr.25322) 244 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:08.161 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:07 smithi178 bash[14494]: cluster 2024-03-21T13:02:06.798515+0000 mgr.x (mgr.25322) 245 : cluster [DBG] pgmap v158: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:08.161 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:07 smithi178 bash[14494]: cluster 2024-03-21T13:02:06.799118+0000 mgr.x (mgr.25322) 246 : cluster [DBG] pgmap v159: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:08.161 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:07 smithi178 bash[14494]: cephadm 2024-03-21T13:02:06.808795+0000 mgr.x (mgr.25322) 247 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:08.161 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:07 smithi178 bash[14494]: audit 2024-03-21T13:02:06.890802+0000 mon.a (mon.0) 1838 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:08.161 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:07 smithi178 bash[14494]: audit 2024-03-21T13:02:06.903786+0000 mon.a (mon.0) 1839 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:08.161 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:07 smithi178 bash[14494]: audit 2024-03-21T13:02:06.906809+0000 mon.a (mon.0) 1840 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:08.161 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:07 smithi178 bash[14494]: audit 2024-03-21T13:02:06.907559+0000 mon.a (mon.0) 1841 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:08.161 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:07 smithi178 bash[14494]: cluster 2024-03-21T13:02:06.910742+0000 mgr.x (mgr.25322) 248 : cluster [DBG] pgmap v160: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:08.161 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:07 smithi178 bash[14494]: cluster 2024-03-21T13:02:06.911062+0000 mgr.x (mgr.25322) 249 : cluster [DBG] pgmap v161: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:08.161 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:07 smithi178 bash[14494]: audit 2024-03-21T13:02:06.913128+0000 mon.a (mon.0) 1842 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:08.161 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:07 smithi178 bash[14494]: cephadm 2024-03-21T13:02:06.915292+0000 mgr.x (mgr.25322) 250 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:08.161 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:07 smithi178 bash[14494]: audit 2024-03-21T13:02:06.994439+0000 mon.a (mon.0) 1843 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:08.162 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:07 smithi178 bash[20270]: cluster 2024-03-21T13:02:06.699279+0000 mgr.x (mgr.25322) 242 : cluster [DBG] pgmap v156: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:08.162 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:07 smithi178 bash[20270]: cluster 2024-03-21T13:02:06.699687+0000 mgr.x (mgr.25322) 243 : cluster [DBG] pgmap v157: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:08.162 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:07 smithi178 bash[20270]: cephadm 2024-03-21T13:02:06.709287+0000 mgr.x (mgr.25322) 244 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:08.162 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:07 smithi178 bash[20270]: cluster 2024-03-21T13:02:06.798515+0000 mgr.x (mgr.25322) 245 : cluster [DBG] pgmap v158: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:08.162 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:07 smithi178 bash[20270]: cluster 2024-03-21T13:02:06.799118+0000 mgr.x (mgr.25322) 246 : cluster [DBG] pgmap v159: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:08.162 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:07 smithi178 bash[20270]: cephadm 2024-03-21T13:02:06.808795+0000 mgr.x (mgr.25322) 247 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:08.162 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:07 smithi178 bash[20270]: audit 2024-03-21T13:02:06.890802+0000 mon.a (mon.0) 1838 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:08.162 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:07 smithi178 bash[20270]: audit 2024-03-21T13:02:06.903786+0000 mon.a (mon.0) 1839 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:08.162 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:07 smithi178 bash[20270]: audit 2024-03-21T13:02:06.906809+0000 mon.a (mon.0) 1840 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:08.162 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:07 smithi178 bash[20270]: audit 2024-03-21T13:02:06.907559+0000 mon.a (mon.0) 1841 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:08.162 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:07 smithi178 bash[20270]: cluster 2024-03-21T13:02:06.910742+0000 mgr.x (mgr.25322) 248 : cluster [DBG] pgmap v160: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:08.162 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:07 smithi178 bash[20270]: cluster 2024-03-21T13:02:06.911062+0000 mgr.x (mgr.25322) 249 : cluster [DBG] pgmap v161: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:08.163 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:07 smithi178 bash[20270]: audit 2024-03-21T13:02:06.913128+0000 mon.a (mon.0) 1842 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:08.163 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:07 smithi178 bash[20270]: cephadm 2024-03-21T13:02:06.915292+0000 mgr.x (mgr.25322) 250 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:08.163 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:07 smithi178 bash[20270]: audit 2024-03-21T13:02:06.994439+0000 mon.a (mon.0) 1843 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:08.163 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:07 smithi178 bash[20270]: audit 2024-03-21T13:02:06.997386+0000 mon.a (mon.0) 1844 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:08.163 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:07 smithi178 bash[20270]: audit 2024-03-21T13:02:07.000074+0000 mon.a (mon.0) 1845 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:08.163 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:07 smithi178 bash[20270]: audit 2024-03-21T13:02:07.001450+0000 mon.a (mon.0) 1846 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:08.163 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:07 smithi178 bash[20270]: cluster 2024-03-21T13:02:07.005579+0000 mgr.x (mgr.25322) 251 : cluster [DBG] pgmap v162: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:08.163 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:07 smithi178 bash[14494]: audit 2024-03-21T13:02:06.997386+0000 mon.a (mon.0) 1844 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:08.163 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:07 smithi178 bash[14494]: audit 2024-03-21T13:02:07.000074+0000 mon.a (mon.0) 1845 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:08.163 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:07 smithi178 bash[14494]: audit 2024-03-21T13:02:07.001450+0000 mon.a (mon.0) 1846 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:08.163 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:07 smithi178 bash[14494]: cluster 2024-03-21T13:02:07.005579+0000 mgr.x (mgr.25322) 251 : cluster [DBG] pgmap v162: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:08.164 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:07 smithi178 bash[14494]: cluster 2024-03-21T13:02:07.006000+0000 mgr.x (mgr.25322) 252 : cluster [DBG] pgmap v163: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:08.164 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:07 smithi178 bash[14494]: audit 2024-03-21T13:02:07.012479+0000 mon.a (mon.0) 1847 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:08.164 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:07 smithi178 bash[14494]: cephadm 2024-03-21T13:02:07.014949+0000 mgr.x (mgr.25322) 253 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:08.164 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:07 smithi178 bash[14494]: audit 2024-03-21T13:02:07.089834+0000 mon.a (mon.0) 1848 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:08.164 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:07 smithi178 bash[14494]: audit 2024-03-21T13:02:07.092669+0000 mon.a (mon.0) 1849 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:08.164 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:07 smithi178 bash[14494]: audit 2024-03-21T13:02:07.095758+0000 mon.a (mon.0) 1850 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:08.164 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:07 smithi178 bash[14494]: audit 2024-03-21T13:02:07.097295+0000 mon.a (mon.0) 1851 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:08.164 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:07 smithi178 bash[14494]: cluster 2024-03-21T13:02:07.101480+0000 mgr.x (mgr.25322) 254 : cluster [DBG] pgmap v164: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:08.164 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:07 smithi178 bash[14494]: cluster 2024-03-21T13:02:07.101853+0000 mgr.x (mgr.25322) 255 : cluster [DBG] pgmap v165: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:08.164 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:07 smithi178 bash[14494]: audit 2024-03-21T13:02:07.109171+0000 mon.a (mon.0) 1852 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:08.164 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:07 smithi178 bash[14494]: cephadm 2024-03-21T13:02:07.112458+0000 mgr.x (mgr.25322) 256 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:08.164 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:07 smithi178 bash[14494]: audit 2024-03-21T13:02:07.187703+0000 mon.a (mon.0) 1853 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:08.164 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:07 smithi178 bash[14494]: audit 2024-03-21T13:02:07.190532+0000 mon.a (mon.0) 1854 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:08.165 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:07 smithi178 bash[14494]: audit 2024-03-21T13:02:07.195113+0000 mon.a (mon.0) 1855 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:08.165 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:07 smithi178 bash[14494]: audit 2024-03-21T13:02:07.196553+0000 mon.a (mon.0) 1856 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:08.165 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:07 smithi178 bash[20270]: cluster 2024-03-21T13:02:07.006000+0000 mgr.x (mgr.25322) 252 : cluster [DBG] pgmap v163: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:08.165 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:07 smithi178 bash[20270]: audit 2024-03-21T13:02:07.012479+0000 mon.a (mon.0) 1847 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:08.165 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:07 smithi178 bash[20270]: cephadm 2024-03-21T13:02:07.014949+0000 mgr.x (mgr.25322) 253 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:08.165 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:07 smithi178 bash[20270]: audit 2024-03-21T13:02:07.089834+0000 mon.a (mon.0) 1848 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:08.165 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:07 smithi178 bash[20270]: audit 2024-03-21T13:02:07.092669+0000 mon.a (mon.0) 1849 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:08.165 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:07 smithi178 bash[20270]: audit 2024-03-21T13:02:07.095758+0000 mon.a (mon.0) 1850 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:08.165 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:07 smithi178 bash[20270]: audit 2024-03-21T13:02:07.097295+0000 mon.a (mon.0) 1851 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:08.165 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:07 smithi178 bash[20270]: cluster 2024-03-21T13:02:07.101480+0000 mgr.x (mgr.25322) 254 : cluster [DBG] pgmap v164: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:08.166 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:07 smithi178 bash[20270]: cluster 2024-03-21T13:02:07.101853+0000 mgr.x (mgr.25322) 255 : cluster [DBG] pgmap v165: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:08.166 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:07 smithi178 bash[20270]: audit 2024-03-21T13:02:07.109171+0000 mon.a (mon.0) 1852 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:08.166 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:07 smithi178 bash[20270]: cephadm 2024-03-21T13:02:07.112458+0000 mgr.x (mgr.25322) 256 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:08.166 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:07 smithi178 bash[20270]: audit 2024-03-21T13:02:07.187703+0000 mon.a (mon.0) 1853 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:08.166 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:07 smithi178 bash[20270]: audit 2024-03-21T13:02:07.190532+0000 mon.a (mon.0) 1854 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:08.166 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:07 smithi178 bash[20270]: audit 2024-03-21T13:02:07.195113+0000 mon.a (mon.0) 1855 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:08.166 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:07 smithi178 bash[20270]: audit 2024-03-21T13:02:07.196553+0000 mon.a (mon.0) 1856 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:08.166 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:07 smithi178 bash[20270]: cluster 2024-03-21T13:02:07.200880+0000 mgr.x (mgr.25322) 257 : cluster [DBG] pgmap v166: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:08.166 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:07 smithi178 bash[20270]: audit 2024-03-21T13:02:07.206496+0000 mon.a (mon.0) 1857 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:08.166 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:07 smithi178 bash[20270]: cephadm 2024-03-21T13:02:07.209077+0000 mgr.x (mgr.25322) 258 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:08.166 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:07 smithi178 bash[20270]: audit 2024-03-21T13:02:07.289573+0000 mon.a (mon.0) 1858 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:08.166 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:07 smithi178 bash[20270]: audit 2024-03-21T13:02:07.292284+0000 mon.a (mon.0) 1859 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:08.167 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:07 smithi178 bash[14494]: cluster 2024-03-21T13:02:07.200880+0000 mgr.x (mgr.25322) 257 : cluster [DBG] pgmap v166: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:08.167 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:07 smithi178 bash[14494]: audit 2024-03-21T13:02:07.206496+0000 mon.a (mon.0) 1857 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:08.167 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:07 smithi178 bash[14494]: cephadm 2024-03-21T13:02:07.209077+0000 mgr.x (mgr.25322) 258 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:08.167 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:07 smithi178 bash[14494]: audit 2024-03-21T13:02:07.289573+0000 mon.a (mon.0) 1858 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:08.167 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:07 smithi178 bash[14494]: audit 2024-03-21T13:02:07.292284+0000 mon.a (mon.0) 1859 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:08.167 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:07 smithi178 bash[14494]: audit 2024-03-21T13:02:07.295506+0000 mon.a (mon.0) 1860 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:08.167 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:07 smithi178 bash[14494]: audit 2024-03-21T13:02:07.296700+0000 mon.a (mon.0) 1861 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:08.167 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:07 smithi178 bash[14494]: cluster 2024-03-21T13:02:07.301039+0000 mgr.x (mgr.25322) 259 : cluster [DBG] pgmap v167: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:08.167 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:07 smithi178 bash[14494]: cluster 2024-03-21T13:02:07.301578+0000 mgr.x (mgr.25322) 260 : cluster [DBG] pgmap v168: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:08.167 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:07 smithi178 bash[14494]: audit 2024-03-21T13:02:07.308584+0000 mon.a (mon.0) 1862 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:08.167 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:07 smithi178 bash[14494]: cephadm 2024-03-21T13:02:07.311151+0000 mgr.x (mgr.25322) 261 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:08.168 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:07 smithi178 bash[14494]: audit 2024-03-21T13:02:07.390476+0000 mon.a (mon.0) 1863 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:08.168 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:07 smithi178 bash[14494]: audit 2024-03-21T13:02:07.393144+0000 mon.a (mon.0) 1864 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:08.168 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:07 smithi178 bash[14494]: audit 2024-03-21T13:02:07.396129+0000 mon.a (mon.0) 1865 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:08.168 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:07 smithi178 bash[14494]: audit 2024-03-21T13:02:07.397168+0000 mon.a (mon.0) 1866 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:08.168 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:07 smithi178 bash[14494]: cluster 2024-03-21T13:02:07.400937+0000 mgr.x (mgr.25322) 262 : cluster [DBG] pgmap v169: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:08.168 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:07 smithi178 bash[14494]: cluster 2024-03-21T13:02:07.401440+0000 mgr.x (mgr.25322) 263 : cluster [DBG] pgmap v170: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:08.168 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:07 smithi178 bash[14494]: audit 2024-03-21T13:02:07.407703+0000 mon.a (mon.0) 1867 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:08.168 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:07 smithi178 bash[14494]: cephadm 2024-03-21T13:02:07.410104+0000 mgr.x (mgr.25322) 264 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:08.168 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:07 smithi178 bash[14494]: audit 2024-03-21T13:02:07.487075+0000 mon.a (mon.0) 1868 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:08.168 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:07 smithi178 bash[20270]: audit 2024-03-21T13:02:07.295506+0000 mon.a (mon.0) 1860 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:08.168 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:07 smithi178 bash[20270]: audit 2024-03-21T13:02:07.296700+0000 mon.a (mon.0) 1861 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:08.169 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:07 smithi178 bash[20270]: cluster 2024-03-21T13:02:07.301039+0000 mgr.x (mgr.25322) 259 : cluster [DBG] pgmap v167: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:08.169 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:07 smithi178 bash[20270]: cluster 2024-03-21T13:02:07.301578+0000 mgr.x (mgr.25322) 260 : cluster [DBG] pgmap v168: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:08.169 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:07 smithi178 bash[20270]: audit 2024-03-21T13:02:07.308584+0000 mon.a (mon.0) 1862 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:08.169 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:07 smithi178 bash[20270]: cephadm 2024-03-21T13:02:07.311151+0000 mgr.x (mgr.25322) 261 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:08.169 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:07 smithi178 bash[20270]: audit 2024-03-21T13:02:07.390476+0000 mon.a (mon.0) 1863 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:08.169 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:07 smithi178 bash[20270]: audit 2024-03-21T13:02:07.393144+0000 mon.a (mon.0) 1864 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:08.169 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:07 smithi178 bash[20270]: audit 2024-03-21T13:02:07.396129+0000 mon.a (mon.0) 1865 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:08.169 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:07 smithi178 bash[20270]: audit 2024-03-21T13:02:07.397168+0000 mon.a (mon.0) 1866 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:08.169 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:07 smithi178 bash[20270]: cluster 2024-03-21T13:02:07.400937+0000 mgr.x (mgr.25322) 262 : cluster [DBG] pgmap v169: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:08.169 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:07 smithi178 bash[20270]: cluster 2024-03-21T13:02:07.401440+0000 mgr.x (mgr.25322) 263 : cluster [DBG] pgmap v170: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:08.169 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:07 smithi178 bash[20270]: audit 2024-03-21T13:02:07.407703+0000 mon.a (mon.0) 1867 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:08.169 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:07 smithi178 bash[20270]: cephadm 2024-03-21T13:02:07.410104+0000 mgr.x (mgr.25322) 264 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:08.169 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:07 smithi178 bash[20270]: audit 2024-03-21T13:02:07.487075+0000 mon.a (mon.0) 1868 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:08.170 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:07 smithi178 bash[20270]: audit 2024-03-21T13:02:07.490186+0000 mon.a (mon.0) 1869 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:08.170 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:07 smithi178 bash[20270]: audit 2024-03-21T13:02:07.493683+0000 mon.a (mon.0) 1870 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:08.170 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:07 smithi178 bash[20270]: audit 2024-03-21T13:02:07.495035+0000 mon.a (mon.0) 1871 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:08.170 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:07 smithi178 bash[20270]: audit 2024-03-21T13:02:07.506539+0000 mon.a (mon.0) 1872 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:08.170 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:07 smithi178 bash[20270]: audit 2024-03-21T13:02:07.585271+0000 mon.a (mon.0) 1873 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:08.170 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:07 smithi178 bash[14494]: audit 2024-03-21T13:02:07.490186+0000 mon.a (mon.0) 1869 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:08.170 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:07 smithi178 bash[14494]: audit 2024-03-21T13:02:07.493683+0000 mon.a (mon.0) 1870 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:08.170 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:07 smithi178 bash[14494]: audit 2024-03-21T13:02:07.495035+0000 mon.a (mon.0) 1871 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:08.170 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:07 smithi178 bash[14494]: audit 2024-03-21T13:02:07.506539+0000 mon.a (mon.0) 1872 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:08.170 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:07 smithi178 bash[14494]: audit 2024-03-21T13:02:07.585271+0000 mon.a (mon.0) 1873 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:08.171 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:07 smithi178 bash[14494]: audit 2024-03-21T13:02:07.588378+0000 mon.a (mon.0) 1874 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:08.171 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:07 smithi178 bash[14494]: audit 2024-03-21T13:02:07.592232+0000 mon.a (mon.0) 1875 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:08.171 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:07 smithi178 bash[14494]: audit 2024-03-21T13:02:07.593725+0000 mon.a (mon.0) 1876 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:08.171 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:07 smithi178 bash[14494]: audit 2024-03-21T13:02:07.604327+0000 mon.a (mon.0) 1877 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:08.171 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:07 smithi178 bash[14494]: audit 2024-03-21T13:02:07.683880+0000 mon.a (mon.0) 1878 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:08.171 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:07 smithi178 bash[14494]: audit 2024-03-21T13:02:07.686410+0000 mon.a (mon.0) 1879 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:08.171 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:07 smithi178 bash[14494]: audit 2024-03-21T13:02:07.689413+0000 mon.a (mon.0) 1880 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:08.171 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:07 smithi178 bash[14494]: audit 2024-03-21T13:02:07.690769+0000 mon.a (mon.0) 1881 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:08.171 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:07 smithi178 bash[14494]: audit 2024-03-21T13:02:07.698806+0000 mon.a (mon.0) 1882 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:08.171 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:07 smithi178 bash[14494]: audit 2024-03-21T13:02:07.779705+0000 mon.a (mon.0) 1883 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:08.171 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:07 smithi178 bash[14494]: audit 2024-03-21T13:02:07.782667+0000 mon.a (mon.0) 1884 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:08.171 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:07 smithi178 bash[14494]: audit 2024-03-21T13:02:07.786369+0000 mon.a (mon.0) 1885 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:08.171 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:07 smithi178 bash[14494]: audit 2024-03-21T13:02:07.787801+0000 mon.a (mon.0) 1886 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:08.171 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:07 smithi178 bash[14494]: audit 2024-03-21T13:02:07.798879+0000 mon.a (mon.0) 1887 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:08.172 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:07 smithi178 bash[20270]: audit 2024-03-21T13:02:07.588378+0000 mon.a (mon.0) 1874 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:08.172 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:07 smithi178 bash[20270]: audit 2024-03-21T13:02:07.592232+0000 mon.a (mon.0) 1875 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:08.172 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:07 smithi178 bash[20270]: audit 2024-03-21T13:02:07.593725+0000 mon.a (mon.0) 1876 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:08.172 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:07 smithi178 bash[20270]: audit 2024-03-21T13:02:07.604327+0000 mon.a (mon.0) 1877 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:08.172 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:07 smithi178 bash[20270]: audit 2024-03-21T13:02:07.683880+0000 mon.a (mon.0) 1878 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:08.172 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:07 smithi178 bash[20270]: audit 2024-03-21T13:02:07.686410+0000 mon.a (mon.0) 1879 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:08.172 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:07 smithi178 bash[20270]: audit 2024-03-21T13:02:07.689413+0000 mon.a (mon.0) 1880 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:08.172 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:07 smithi178 bash[20270]: audit 2024-03-21T13:02:07.690769+0000 mon.a (mon.0) 1881 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:08.172 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:07 smithi178 bash[20270]: audit 2024-03-21T13:02:07.698806+0000 mon.a (mon.0) 1882 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:08.172 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:07 smithi178 bash[20270]: audit 2024-03-21T13:02:07.779705+0000 mon.a (mon.0) 1883 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:08.173 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:07 smithi178 bash[20270]: audit 2024-03-21T13:02:07.782667+0000 mon.a (mon.0) 1884 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:08.173 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:07 smithi178 bash[20270]: audit 2024-03-21T13:02:07.786369+0000 mon.a (mon.0) 1885 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:08.173 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:07 smithi178 bash[20270]: audit 2024-03-21T13:02:07.787801+0000 mon.a (mon.0) 1886 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:08.173 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:07 smithi178 bash[20270]: audit 2024-03-21T13:02:07.798879+0000 mon.a (mon.0) 1887 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:08.173 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:07 smithi178 bash[20270]: audit 2024-03-21T13:02:07.879869+0000 mon.a (mon.0) 1888 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:08.173 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:07 smithi178 bash[20270]: audit 2024-03-21T13:02:07.882765+0000 mon.a (mon.0) 1889 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:08.173 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:07 smithi178 bash[20270]: audit 2024-03-21T13:02:07.886767+0000 mon.a (mon.0) 1890 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:08.173 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:07 smithi178 bash[20270]: audit 2024-03-21T13:02:07.887960+0000 mon.a (mon.0) 1891 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:08.173 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:07 smithi178 bash[14494]: audit 2024-03-21T13:02:07.879869+0000 mon.a (mon.0) 1888 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:08.173 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:07 smithi178 bash[14494]: audit 2024-03-21T13:02:07.882765+0000 mon.a (mon.0) 1889 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:08.173 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:07 smithi178 bash[14494]: audit 2024-03-21T13:02:07.886767+0000 mon.a (mon.0) 1890 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:08.173 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:07 smithi178 bash[14494]: audit 2024-03-21T13:02:07.887960+0000 mon.a (mon.0) 1891 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:08.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:07 smithi184 bash[14608]: cluster 2024-03-21T13:02:06.502744+0000 mgr.x (mgr.25322) 237 : cluster [DBG] pgmap v153: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:08.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:07 smithi184 bash[14608]: cluster 2024-03-21T13:02:06.502928+0000 mgr.x (mgr.25322) 238 : cluster [DBG] pgmap v154: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:08.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:07 smithi184 bash[14608]: cephadm 2024-03-21T13:02:06.510852+0000 mgr.x (mgr.25322) 239 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:08.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:07 smithi184 bash[14608]: cluster 2024-03-21T13:02:06.601474+0000 mgr.x (mgr.25322) 240 : cluster [DBG] pgmap v155: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:08.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:07 smithi184 bash[14608]: cephadm 2024-03-21T13:02:06.610864+0000 mgr.x (mgr.25322) 241 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:08.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:07 smithi184 bash[14608]: cluster 2024-03-21T13:02:06.699279+0000 mgr.x (mgr.25322) 242 : cluster [DBG] pgmap v156: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:08.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:07 smithi184 bash[14608]: cluster 2024-03-21T13:02:06.699687+0000 mgr.x (mgr.25322) 243 : cluster [DBG] pgmap v157: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:08.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:07 smithi184 bash[14608]: cephadm 2024-03-21T13:02:06.709287+0000 mgr.x (mgr.25322) 244 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:08.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:07 smithi184 bash[14608]: cluster 2024-03-21T13:02:06.798515+0000 mgr.x (mgr.25322) 245 : cluster [DBG] pgmap v158: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:08.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:07 smithi184 bash[14608]: cluster 2024-03-21T13:02:06.799118+0000 mgr.x (mgr.25322) 246 : cluster [DBG] pgmap v159: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:08.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:07 smithi184 bash[14608]: cephadm 2024-03-21T13:02:06.808795+0000 mgr.x (mgr.25322) 247 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:08.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:07 smithi184 bash[14608]: audit 2024-03-21T13:02:06.890802+0000 mon.a (mon.0) 1838 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:08.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:07 smithi184 bash[14608]: audit 2024-03-21T13:02:06.903786+0000 mon.a (mon.0) 1839 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:08.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:07 smithi184 bash[14608]: audit 2024-03-21T13:02:06.906809+0000 mon.a (mon.0) 1840 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:08.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:07 smithi184 bash[14608]: audit 2024-03-21T13:02:06.907559+0000 mon.a (mon.0) 1841 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:08.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:07 smithi184 bash[14608]: cluster 2024-03-21T13:02:06.910742+0000 mgr.x (mgr.25322) 248 : cluster [DBG] pgmap v160: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:08.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:07 smithi184 bash[14608]: cluster 2024-03-21T13:02:06.911062+0000 mgr.x (mgr.25322) 249 : cluster [DBG] pgmap v161: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:08.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:07 smithi184 bash[14608]: audit 2024-03-21T13:02:06.913128+0000 mon.a (mon.0) 1842 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:08.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:07 smithi184 bash[14608]: cephadm 2024-03-21T13:02:06.915292+0000 mgr.x (mgr.25322) 250 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:08.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:07 smithi184 bash[14608]: audit 2024-03-21T13:02:06.994439+0000 mon.a (mon.0) 1843 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:08.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:07 smithi184 bash[14608]: audit 2024-03-21T13:02:06.997386+0000 mon.a (mon.0) 1844 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:08.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:07 smithi184 bash[14608]: audit 2024-03-21T13:02:07.000074+0000 mon.a (mon.0) 1845 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:08.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:07 smithi184 bash[14608]: audit 2024-03-21T13:02:07.001450+0000 mon.a (mon.0) 1846 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:08.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:07 smithi184 bash[14608]: cluster 2024-03-21T13:02:07.005579+0000 mgr.x (mgr.25322) 251 : cluster [DBG] pgmap v162: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:08.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:07 smithi184 bash[14608]: cluster 2024-03-21T13:02:07.006000+0000 mgr.x (mgr.25322) 252 : cluster [DBG] pgmap v163: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:08.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:07 smithi184 bash[14608]: audit 2024-03-21T13:02:07.012479+0000 mon.a (mon.0) 1847 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:08.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:07 smithi184 bash[14608]: cephadm 2024-03-21T13:02:07.014949+0000 mgr.x (mgr.25322) 253 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:08.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:07 smithi184 bash[14608]: audit 2024-03-21T13:02:07.089834+0000 mon.a (mon.0) 1848 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:08.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:07 smithi184 bash[14608]: audit 2024-03-21T13:02:07.092669+0000 mon.a (mon.0) 1849 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:08.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:07 smithi184 bash[14608]: audit 2024-03-21T13:02:07.095758+0000 mon.a (mon.0) 1850 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:08.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:07 smithi184 bash[14608]: audit 2024-03-21T13:02:07.097295+0000 mon.a (mon.0) 1851 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:08.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:07 smithi184 bash[14608]: cluster 2024-03-21T13:02:07.101480+0000 mgr.x (mgr.25322) 254 : cluster [DBG] pgmap v164: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:08.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:07 smithi184 bash[14608]: cluster 2024-03-21T13:02:07.101853+0000 mgr.x (mgr.25322) 255 : cluster [DBG] pgmap v165: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:08.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:07 smithi184 bash[14608]: audit 2024-03-21T13:02:07.109171+0000 mon.a (mon.0) 1852 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:08.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:07 smithi184 bash[14608]: cephadm 2024-03-21T13:02:07.112458+0000 mgr.x (mgr.25322) 256 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:08.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:07 smithi184 bash[14608]: audit 2024-03-21T13:02:07.187703+0000 mon.a (mon.0) 1853 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:08.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:07 smithi184 bash[14608]: audit 2024-03-21T13:02:07.190532+0000 mon.a (mon.0) 1854 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:08.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:07 smithi184 bash[14608]: audit 2024-03-21T13:02:07.195113+0000 mon.a (mon.0) 1855 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:08.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:07 smithi184 bash[14608]: audit 2024-03-21T13:02:07.196553+0000 mon.a (mon.0) 1856 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:08.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:07 smithi184 bash[14608]: cluster 2024-03-21T13:02:07.200880+0000 mgr.x (mgr.25322) 257 : cluster [DBG] pgmap v166: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:08.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:07 smithi184 bash[14608]: audit 2024-03-21T13:02:07.206496+0000 mon.a (mon.0) 1857 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:08.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:07 smithi184 bash[14608]: cephadm 2024-03-21T13:02:07.209077+0000 mgr.x (mgr.25322) 258 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:08.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:07 smithi184 bash[14608]: audit 2024-03-21T13:02:07.289573+0000 mon.a (mon.0) 1858 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:08.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:07 smithi184 bash[14608]: audit 2024-03-21T13:02:07.292284+0000 mon.a (mon.0) 1859 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:08.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:07 smithi184 bash[14608]: audit 2024-03-21T13:02:07.295506+0000 mon.a (mon.0) 1860 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:08.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:07 smithi184 bash[14608]: audit 2024-03-21T13:02:07.296700+0000 mon.a (mon.0) 1861 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:08.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:07 smithi184 bash[14608]: cluster 2024-03-21T13:02:07.301039+0000 mgr.x (mgr.25322) 259 : cluster [DBG] pgmap v167: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:08.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:07 smithi184 bash[14608]: cluster 2024-03-21T13:02:07.301578+0000 mgr.x (mgr.25322) 260 : cluster [DBG] pgmap v168: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:08.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:07 smithi184 bash[14608]: audit 2024-03-21T13:02:07.308584+0000 mon.a (mon.0) 1862 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:08.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:07 smithi184 bash[14608]: cephadm 2024-03-21T13:02:07.311151+0000 mgr.x (mgr.25322) 261 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:08.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:07 smithi184 bash[14608]: audit 2024-03-21T13:02:07.390476+0000 mon.a (mon.0) 1863 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:08.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:07 smithi184 bash[14608]: audit 2024-03-21T13:02:07.393144+0000 mon.a (mon.0) 1864 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:08.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:07 smithi184 bash[14608]: audit 2024-03-21T13:02:07.396129+0000 mon.a (mon.0) 1865 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:08.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:07 smithi184 bash[14608]: audit 2024-03-21T13:02:07.397168+0000 mon.a (mon.0) 1866 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:08.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:07 smithi184 bash[14608]: cluster 2024-03-21T13:02:07.400937+0000 mgr.x (mgr.25322) 262 : cluster [DBG] pgmap v169: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:08.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:07 smithi184 bash[14608]: cluster 2024-03-21T13:02:07.401440+0000 mgr.x (mgr.25322) 263 : cluster [DBG] pgmap v170: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:08.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:07 smithi184 bash[14608]: audit 2024-03-21T13:02:07.407703+0000 mon.a (mon.0) 1867 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:08.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:07 smithi184 bash[14608]: cephadm 2024-03-21T13:02:07.410104+0000 mgr.x (mgr.25322) 264 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:08.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:07 smithi184 bash[14608]: audit 2024-03-21T13:02:07.487075+0000 mon.a (mon.0) 1868 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:08.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:07 smithi184 bash[14608]: audit 2024-03-21T13:02:07.490186+0000 mon.a (mon.0) 1869 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:08.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:07 smithi184 bash[14608]: audit 2024-03-21T13:02:07.493683+0000 mon.a (mon.0) 1870 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:08.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:07 smithi184 bash[14608]: audit 2024-03-21T13:02:07.495035+0000 mon.a (mon.0) 1871 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:08.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:07 smithi184 bash[14608]: audit 2024-03-21T13:02:07.506539+0000 mon.a (mon.0) 1872 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:08.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:07 smithi184 bash[14608]: audit 2024-03-21T13:02:07.585271+0000 mon.a (mon.0) 1873 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:08.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:07 smithi184 bash[14608]: audit 2024-03-21T13:02:07.588378+0000 mon.a (mon.0) 1874 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:08.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:07 smithi184 bash[14608]: audit 2024-03-21T13:02:07.592232+0000 mon.a (mon.0) 1875 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:08.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:07 smithi184 bash[14608]: audit 2024-03-21T13:02:07.593725+0000 mon.a (mon.0) 1876 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:08.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:07 smithi184 bash[14608]: audit 2024-03-21T13:02:07.604327+0000 mon.a (mon.0) 1877 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:08.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:07 smithi184 bash[14608]: audit 2024-03-21T13:02:07.683880+0000 mon.a (mon.0) 1878 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:08.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:07 smithi184 bash[14608]: audit 2024-03-21T13:02:07.686410+0000 mon.a (mon.0) 1879 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:08.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:07 smithi184 bash[14608]: audit 2024-03-21T13:02:07.689413+0000 mon.a (mon.0) 1880 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:08.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:07 smithi184 bash[14608]: audit 2024-03-21T13:02:07.690769+0000 mon.a (mon.0) 1881 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:08.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:07 smithi184 bash[14608]: audit 2024-03-21T13:02:07.698806+0000 mon.a (mon.0) 1882 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:08.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:07 smithi184 bash[14608]: audit 2024-03-21T13:02:07.779705+0000 mon.a (mon.0) 1883 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:08.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:07 smithi184 bash[14608]: audit 2024-03-21T13:02:07.782667+0000 mon.a (mon.0) 1884 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:08.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:07 smithi184 bash[14608]: audit 2024-03-21T13:02:07.786369+0000 mon.a (mon.0) 1885 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:08.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:07 smithi184 bash[14608]: audit 2024-03-21T13:02:07.787801+0000 mon.a (mon.0) 1886 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:08.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:07 smithi184 bash[14608]: audit 2024-03-21T13:02:07.798879+0000 mon.a (mon.0) 1887 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:08.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:07 smithi184 bash[14608]: audit 2024-03-21T13:02:07.879869+0000 mon.a (mon.0) 1888 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:08.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:07 smithi184 bash[14608]: audit 2024-03-21T13:02:07.882765+0000 mon.a (mon.0) 1889 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:08.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:07 smithi184 bash[14608]: audit 2024-03-21T13:02:07.886767+0000 mon.a (mon.0) 1890 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:08.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:07 smithi184 bash[14608]: audit 2024-03-21T13:02:07.887960+0000 mon.a (mon.0) 1891 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:08.481 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:02:08 smithi178 bash[69695]: debug 2024-03-21T13:02:08.153+0000 7f45f270a000 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-21T13:02:08.481 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:02:08 smithi178 bash[69695]: debug 2024-03-21T13:02:08.377+0000 7f45f270a000 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-21T13:02:08.917 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:02:08 smithi184 bash[54688]: ts=2024-03-21T13:02:08.660Z caller=manager.go:609 level=warn component="rule manager" group=osd msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on(ceph_daemon) group_left(hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.178\", device_class=\"ssd\", hostname=\"smithi178\", instance=\"172.21.15.184:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.178\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster=\"a94f249e-e780-11ee-95cd-87774f69a715\", cluster_addr=\"172.21.15.178\", device_class=\"ssd\", hostname=\"smithi178\", instance=\"smithi184:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.178\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-21T13:02:09.047 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:02:08 smithi178 bash[69695]: debug 2024-03-21T13:02:08.745+0000 7f45f270a000 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-21T13:02:09.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:08 smithi178 bash[14494]: cluster 2024-03-21T13:02:07.499108+0000 mgr.x (mgr.25322) 265 : cluster [DBG] pgmap v171: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:09.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:08 smithi178 bash[14494]: cluster 2024-03-21T13:02:07.499649+0000 mgr.x (mgr.25322) 266 : cluster [DBG] pgmap v172: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:09.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:08 smithi178 bash[14494]: cephadm 2024-03-21T13:02:07.508833+0000 mgr.x (mgr.25322) 267 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:09.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:08 smithi178 bash[14494]: cluster 2024-03-21T13:02:07.597949+0000 mgr.x (mgr.25322) 268 : cluster [DBG] pgmap v173: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:09.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:08 smithi178 bash[14494]: cluster 2024-03-21T13:02:07.598525+0000 mgr.x (mgr.25322) 269 : cluster [DBG] pgmap v174: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:09.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:08 smithi178 bash[14494]: cephadm 2024-03-21T13:02:07.606683+0000 mgr.x (mgr.25322) 270 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:09.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:08 smithi178 bash[14494]: cluster 2024-03-21T13:02:07.694465+0000 mgr.x (mgr.25322) 271 : cluster [DBG] pgmap v175: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:09.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:08 smithi178 bash[14494]: cephadm 2024-03-21T13:02:07.701088+0000 mgr.x (mgr.25322) 272 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:09.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:08 smithi178 bash[14494]: cluster 2024-03-21T13:02:07.791417+0000 mgr.x (mgr.25322) 273 : cluster [DBG] pgmap v176: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:09.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:08 smithi178 bash[14494]: cluster 2024-03-21T13:02:07.791808+0000 mgr.x (mgr.25322) 274 : cluster [DBG] pgmap v177: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:09.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:08 smithi178 bash[14494]: cephadm 2024-03-21T13:02:07.801298+0000 mgr.x (mgr.25322) 275 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:09.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:08 smithi178 bash[14494]: cluster 2024-03-21T13:02:07.892111+0000 mgr.x (mgr.25322) 276 : cluster [DBG] pgmap v178: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:09.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:08 smithi178 bash[14494]: cluster 2024-03-21T13:02:07.892550+0000 mgr.x (mgr.25322) 277 : cluster [DBG] pgmap v179: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:09.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:08 smithi178 bash[14494]: audit 2024-03-21T13:02:07.935377+0000 mon.a (mon.0) 1892 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:09.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:08 smithi178 bash[14494]: cephadm 2024-03-21T13:02:07.937715+0000 mgr.x (mgr.25322) 278 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:09.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:08 smithi178 bash[14494]: audit 2024-03-21T13:02:08.001960+0000 mon.a (mon.0) 1893 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:09.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:08 smithi178 bash[14494]: audit 2024-03-21T13:02:08.004737+0000 mon.a (mon.0) 1894 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:09.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:08 smithi178 bash[14494]: audit 2024-03-21T13:02:08.008326+0000 mon.a (mon.0) 1895 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:09.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:08 smithi178 bash[14494]: audit 2024-03-21T13:02:08.009530+0000 mon.a (mon.0) 1896 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:09.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:08 smithi178 bash[14494]: cluster 2024-03-21T13:02:08.013447+0000 mgr.x (mgr.25322) 279 : cluster [DBG] pgmap v180: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:09.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:08 smithi178 bash[20270]: cluster 2024-03-21T13:02:07.499108+0000 mgr.x (mgr.25322) 265 : cluster [DBG] pgmap v171: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:09.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:08 smithi178 bash[20270]: cluster 2024-03-21T13:02:07.499649+0000 mgr.x (mgr.25322) 266 : cluster [DBG] pgmap v172: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:09.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:08 smithi178 bash[20270]: cephadm 2024-03-21T13:02:07.508833+0000 mgr.x (mgr.25322) 267 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:09.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:08 smithi178 bash[20270]: cluster 2024-03-21T13:02:07.597949+0000 mgr.x (mgr.25322) 268 : cluster [DBG] pgmap v173: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:09.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:08 smithi178 bash[20270]: cluster 2024-03-21T13:02:07.598525+0000 mgr.x (mgr.25322) 269 : cluster [DBG] pgmap v174: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:09.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:08 smithi178 bash[20270]: cephadm 2024-03-21T13:02:07.606683+0000 mgr.x (mgr.25322) 270 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:09.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:08 smithi178 bash[20270]: cluster 2024-03-21T13:02:07.694465+0000 mgr.x (mgr.25322) 271 : cluster [DBG] pgmap v175: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:09.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:08 smithi178 bash[20270]: cephadm 2024-03-21T13:02:07.701088+0000 mgr.x (mgr.25322) 272 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:09.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:08 smithi178 bash[20270]: cluster 2024-03-21T13:02:07.791417+0000 mgr.x (mgr.25322) 273 : cluster [DBG] pgmap v176: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:09.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:08 smithi178 bash[20270]: cluster 2024-03-21T13:02:07.791808+0000 mgr.x (mgr.25322) 274 : cluster [DBG] pgmap v177: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:09.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:08 smithi178 bash[20270]: cephadm 2024-03-21T13:02:07.801298+0000 mgr.x (mgr.25322) 275 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:09.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:08 smithi178 bash[20270]: cluster 2024-03-21T13:02:07.892111+0000 mgr.x (mgr.25322) 276 : cluster [DBG] pgmap v178: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:09.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:08 smithi178 bash[20270]: cluster 2024-03-21T13:02:07.892550+0000 mgr.x (mgr.25322) 277 : cluster [DBG] pgmap v179: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:09.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:08 smithi178 bash[20270]: audit 2024-03-21T13:02:07.935377+0000 mon.a (mon.0) 1892 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:09.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:08 smithi178 bash[20270]: cephadm 2024-03-21T13:02:07.937715+0000 mgr.x (mgr.25322) 278 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:09.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:08 smithi178 bash[20270]: audit 2024-03-21T13:02:08.001960+0000 mon.a (mon.0) 1893 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:09.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:08 smithi178 bash[20270]: audit 2024-03-21T13:02:08.004737+0000 mon.a (mon.0) 1894 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:09.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:08 smithi178 bash[20270]: audit 2024-03-21T13:02:08.008326+0000 mon.a (mon.0) 1895 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:09.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:08 smithi178 bash[20270]: audit 2024-03-21T13:02:08.009530+0000 mon.a (mon.0) 1896 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:09.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:08 smithi178 bash[20270]: cluster 2024-03-21T13:02:08.013447+0000 mgr.x (mgr.25322) 279 : cluster [DBG] pgmap v180: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:09.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:08 smithi178 bash[20270]: cluster 2024-03-21T13:02:08.013883+0000 mgr.x (mgr.25322) 280 : cluster [DBG] pgmap v181: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:09.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:08 smithi178 bash[20270]: audit 2024-03-21T13:02:08.020067+0000 mon.a (mon.0) 1897 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:09.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:08 smithi178 bash[20270]: cephadm 2024-03-21T13:02:08.022523+0000 mgr.x (mgr.25322) 281 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:09.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:08 smithi178 bash[20270]: audit 2024-03-21T13:02:08.097422+0000 mon.a (mon.0) 1898 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:09.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:08 smithi178 bash[20270]: audit 2024-03-21T13:02:08.100325+0000 mon.a (mon.0) 1899 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:09.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:08 smithi178 bash[20270]: audit 2024-03-21T13:02:08.102938+0000 mon.a (mon.0) 1900 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:09.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:08 smithi178 bash[20270]: audit 2024-03-21T13:02:08.104179+0000 mon.a (mon.0) 1901 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:09.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:08 smithi178 bash[20270]: cluster 2024-03-21T13:02:08.107962+0000 mgr.x (mgr.25322) 282 : cluster [DBG] pgmap v182: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:09.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:08 smithi178 bash[20270]: cluster 2024-03-21T13:02:08.108340+0000 mgr.x (mgr.25322) 283 : cluster [DBG] pgmap v183: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:09.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:08 smithi178 bash[20270]: audit 2024-03-21T13:02:08.114075+0000 mon.a (mon.0) 1902 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:09.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:08 smithi178 bash[20270]: cephadm 2024-03-21T13:02:08.116275+0000 mgr.x (mgr.25322) 284 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:09.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:08 smithi178 bash[20270]: audit 2024-03-21T13:02:08.192898+0000 mon.a (mon.0) 1903 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:09.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:08 smithi178 bash[20270]: audit 2024-03-21T13:02:08.196380+0000 mon.a (mon.0) 1904 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:09.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:08 smithi178 bash[20270]: audit 2024-03-21T13:02:08.200327+0000 mon.a (mon.0) 1905 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:09.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:08 smithi178 bash[20270]: audit 2024-03-21T13:02:08.201194+0000 mon.a (mon.0) 1906 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:09.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:08 smithi178 bash[20270]: cluster 2024-03-21T13:02:08.204867+0000 mgr.x (mgr.25322) 285 : cluster [DBG] pgmap v184: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:09.053 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:08 smithi178 bash[20270]: audit 2024-03-21T13:02:08.206909+0000 mon.a (mon.0) 1907 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:09.053 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:08 smithi178 bash[20270]: cephadm 2024-03-21T13:02:08.209028+0000 mgr.x (mgr.25322) 286 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:09.053 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:08 smithi178 bash[20270]: audit 2024-03-21T13:02:08.287858+0000 mon.a (mon.0) 1908 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:09.053 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:08 smithi178 bash[20270]: audit 2024-03-21T13:02:08.290687+0000 mon.a (mon.0) 1909 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:09.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:08 smithi178 bash[14494]: cluster 2024-03-21T13:02:08.013883+0000 mgr.x (mgr.25322) 280 : cluster [DBG] pgmap v181: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:09.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:08 smithi178 bash[14494]: audit 2024-03-21T13:02:08.020067+0000 mon.a (mon.0) 1897 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:09.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:08 smithi178 bash[14494]: cephadm 2024-03-21T13:02:08.022523+0000 mgr.x (mgr.25322) 281 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:09.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:08 smithi178 bash[14494]: audit 2024-03-21T13:02:08.097422+0000 mon.a (mon.0) 1898 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:09.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:08 smithi178 bash[14494]: audit 2024-03-21T13:02:08.100325+0000 mon.a (mon.0) 1899 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:09.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:08 smithi178 bash[14494]: audit 2024-03-21T13:02:08.102938+0000 mon.a (mon.0) 1900 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:09.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:08 smithi178 bash[14494]: audit 2024-03-21T13:02:08.104179+0000 mon.a (mon.0) 1901 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:09.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:08 smithi178 bash[14494]: cluster 2024-03-21T13:02:08.107962+0000 mgr.x (mgr.25322) 282 : cluster [DBG] pgmap v182: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:09.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:08 smithi178 bash[14494]: cluster 2024-03-21T13:02:08.108340+0000 mgr.x (mgr.25322) 283 : cluster [DBG] pgmap v183: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:09.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:08 smithi178 bash[14494]: audit 2024-03-21T13:02:08.114075+0000 mon.a (mon.0) 1902 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:09.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:08 smithi178 bash[14494]: cephadm 2024-03-21T13:02:08.116275+0000 mgr.x (mgr.25322) 284 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:09.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:08 smithi178 bash[14494]: audit 2024-03-21T13:02:08.192898+0000 mon.a (mon.0) 1903 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:09.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:08 smithi178 bash[14494]: audit 2024-03-21T13:02:08.196380+0000 mon.a (mon.0) 1904 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:09.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:08 smithi178 bash[14494]: audit 2024-03-21T13:02:08.200327+0000 mon.a (mon.0) 1905 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:09.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:08 smithi178 bash[14494]: audit 2024-03-21T13:02:08.201194+0000 mon.a (mon.0) 1906 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:09.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:08 smithi178 bash[14494]: cluster 2024-03-21T13:02:08.204867+0000 mgr.x (mgr.25322) 285 : cluster [DBG] pgmap v184: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:09.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:08 smithi178 bash[14494]: audit 2024-03-21T13:02:08.206909+0000 mon.a (mon.0) 1907 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:09.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:08 smithi178 bash[14494]: cephadm 2024-03-21T13:02:08.209028+0000 mgr.x (mgr.25322) 286 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:09.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:08 smithi178 bash[14494]: audit 2024-03-21T13:02:08.287858+0000 mon.a (mon.0) 1908 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:09.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:08 smithi178 bash[14494]: audit 2024-03-21T13:02:08.290687+0000 mon.a (mon.0) 1909 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:09.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:08 smithi178 bash[20270]: audit 2024-03-21T13:02:08.294602+0000 mon.a (mon.0) 1910 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:09.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:08 smithi178 bash[20270]: audit 2024-03-21T13:02:08.295622+0000 mon.a (mon.0) 1911 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:09.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:08 smithi178 bash[20270]: cluster 2024-03-21T13:02:08.299458+0000 mgr.x (mgr.25322) 287 : cluster [DBG] pgmap v185: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:09.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:08 smithi178 bash[20270]: audit 2024-03-21T13:02:08.305910+0000 mon.a (mon.0) 1912 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:09.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:08 smithi178 bash[20270]: cephadm 2024-03-21T13:02:08.308206+0000 mgr.x (mgr.25322) 288 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:09.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:08 smithi178 bash[20270]: audit 2024-03-21T13:02:08.383903+0000 mon.a (mon.0) 1913 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:09.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:08 smithi178 bash[20270]: audit 2024-03-21T13:02:08.386959+0000 mon.a (mon.0) 1914 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:09.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:08 smithi178 bash[20270]: audit 2024-03-21T13:02:08.390034+0000 mon.a (mon.0) 1915 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:09.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:08 smithi178 bash[20270]: audit 2024-03-21T13:02:08.391406+0000 mon.a (mon.0) 1916 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:09.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:08 smithi178 bash[20270]: cluster 2024-03-21T13:02:08.395635+0000 mgr.x (mgr.25322) 289 : cluster [DBG] pgmap v186: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:09.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:08 smithi178 bash[20270]: audit 2024-03-21T13:02:08.401409+0000 mon.a (mon.0) 1917 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:09.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:08 smithi178 bash[20270]: cephadm 2024-03-21T13:02:08.403833+0000 mgr.x (mgr.25322) 290 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:09.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:08 smithi178 bash[20270]: audit 2024-03-21T13:02:08.482078+0000 mon.a (mon.0) 1918 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:09.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:08 smithi178 bash[20270]: audit 2024-03-21T13:02:08.484544+0000 mon.a (mon.0) 1919 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:09.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:08 smithi178 bash[20270]: audit 2024-03-21T13:02:08.487038+0000 mon.a (mon.0) 1920 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:09.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:08 smithi178 bash[20270]: audit 2024-03-21T13:02:08.488163+0000 mon.a (mon.0) 1921 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:09.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:08 smithi178 bash[20270]: audit 2024-03-21T13:02:08.498472+0000 mon.a (mon.0) 1922 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:09.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:08 smithi178 bash[20270]: audit 2024-03-21T13:02:08.577351+0000 mon.a (mon.0) 1923 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:09.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:08 smithi178 bash[20270]: audit 2024-03-21T13:02:08.579964+0000 mon.a (mon.0) 1924 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:09.056 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:08 smithi178 bash[14494]: audit 2024-03-21T13:02:08.294602+0000 mon.a (mon.0) 1910 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:09.057 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:08 smithi178 bash[14494]: audit 2024-03-21T13:02:08.295622+0000 mon.a (mon.0) 1911 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:09.057 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:08 smithi178 bash[14494]: cluster 2024-03-21T13:02:08.299458+0000 mgr.x (mgr.25322) 287 : cluster [DBG] pgmap v185: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:09.057 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:08 smithi178 bash[14494]: audit 2024-03-21T13:02:08.305910+0000 mon.a (mon.0) 1912 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:09.057 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:08 smithi178 bash[14494]: cephadm 2024-03-21T13:02:08.308206+0000 mgr.x (mgr.25322) 288 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:09.057 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:08 smithi178 bash[14494]: audit 2024-03-21T13:02:08.383903+0000 mon.a (mon.0) 1913 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:09.057 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:08 smithi178 bash[14494]: audit 2024-03-21T13:02:08.386959+0000 mon.a (mon.0) 1914 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:09.057 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:08 smithi178 bash[14494]: audit 2024-03-21T13:02:08.390034+0000 mon.a (mon.0) 1915 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:09.057 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:08 smithi178 bash[14494]: audit 2024-03-21T13:02:08.391406+0000 mon.a (mon.0) 1916 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:09.057 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:08 smithi178 bash[14494]: cluster 2024-03-21T13:02:08.395635+0000 mgr.x (mgr.25322) 289 : cluster [DBG] pgmap v186: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:09.057 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:08 smithi178 bash[14494]: audit 2024-03-21T13:02:08.401409+0000 mon.a (mon.0) 1917 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:09.058 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:08 smithi178 bash[14494]: cephadm 2024-03-21T13:02:08.403833+0000 mgr.x (mgr.25322) 290 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:09.058 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:08 smithi178 bash[14494]: audit 2024-03-21T13:02:08.482078+0000 mon.a (mon.0) 1918 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:09.058 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:08 smithi178 bash[14494]: audit 2024-03-21T13:02:08.484544+0000 mon.a (mon.0) 1919 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:09.058 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:08 smithi178 bash[14494]: audit 2024-03-21T13:02:08.487038+0000 mon.a (mon.0) 1920 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:09.058 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:08 smithi178 bash[14494]: audit 2024-03-21T13:02:08.488163+0000 mon.a (mon.0) 1921 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:09.058 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:08 smithi178 bash[14494]: audit 2024-03-21T13:02:08.498472+0000 mon.a (mon.0) 1922 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:09.058 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:08 smithi178 bash[14494]: audit 2024-03-21T13:02:08.577351+0000 mon.a (mon.0) 1923 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:09.058 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:08 smithi178 bash[14494]: audit 2024-03-21T13:02:08.579964+0000 mon.a (mon.0) 1924 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:09.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:08 smithi178 bash[20270]: audit 2024-03-21T13:02:08.583191+0000 mon.a (mon.0) 1925 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:09.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:08 smithi178 bash[20270]: audit 2024-03-21T13:02:08.584609+0000 mon.a (mon.0) 1926 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:09.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:08 smithi178 bash[20270]: audit 2024-03-21T13:02:08.593926+0000 mon.a (mon.0) 1927 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:09.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:08 smithi178 bash[20270]: audit 2024-03-21T13:02:08.670460+0000 mon.a (mon.0) 1928 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:09.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:08 smithi178 bash[20270]: audit 2024-03-21T13:02:08.673292+0000 mon.a (mon.0) 1929 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:09.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:08 smithi178 bash[20270]: audit 2024-03-21T13:02:08.675963+0000 mon.a (mon.0) 1930 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:09.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:08 smithi178 bash[20270]: audit 2024-03-21T13:02:08.677059+0000 mon.a (mon.0) 1931 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:09.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:08 smithi178 bash[20270]: audit 2024-03-21T13:02:08.687187+0000 mon.a (mon.0) 1932 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:09.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:08 smithi178 bash[20270]: audit 2024-03-21T13:02:08.769727+0000 mon.a (mon.0) 1933 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:09.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:08 smithi178 bash[20270]: audit 2024-03-21T13:02:08.772626+0000 mon.a (mon.0) 1934 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:09.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:08 smithi178 bash[20270]: audit 2024-03-21T13:02:08.775958+0000 mon.a (mon.0) 1935 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:09.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:08 smithi178 bash[20270]: audit 2024-03-21T13:02:08.777123+0000 mon.a (mon.0) 1936 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:09.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:08 smithi178 bash[20270]: audit 2024-03-21T13:02:08.786063+0000 mon.a (mon.0) 1937 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:09.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:08 smithi178 bash[20270]: audit 2024-03-21T13:02:08.867096+0000 mon.a (mon.0) 1938 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:09.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:08 smithi178 bash[20270]: audit 2024-03-21T13:02:08.870512+0000 mon.a (mon.0) 1939 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:09.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:08 smithi178 bash[20270]: audit 2024-03-21T13:02:08.873503+0000 mon.a (mon.0) 1940 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:09.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:08 smithi178 bash[20270]: audit 2024-03-21T13:02:08.874598+0000 mon.a (mon.0) 1941 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:09.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:08 smithi178 bash[20270]: audit 2024-03-21T13:02:08.883543+0000 mon.a (mon.0) 1942 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:09.060 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:08 smithi178 bash[14494]: audit 2024-03-21T13:02:08.583191+0000 mon.a (mon.0) 1925 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:09.060 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:08 smithi178 bash[14494]: audit 2024-03-21T13:02:08.584609+0000 mon.a (mon.0) 1926 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:09.060 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:08 smithi178 bash[14494]: audit 2024-03-21T13:02:08.593926+0000 mon.a (mon.0) 1927 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:09.060 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:08 smithi178 bash[14494]: audit 2024-03-21T13:02:08.670460+0000 mon.a (mon.0) 1928 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:09.060 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:08 smithi178 bash[14494]: audit 2024-03-21T13:02:08.673292+0000 mon.a (mon.0) 1929 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:09.060 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:08 smithi178 bash[14494]: audit 2024-03-21T13:02:08.675963+0000 mon.a (mon.0) 1930 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:09.061 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:08 smithi178 bash[14494]: audit 2024-03-21T13:02:08.677059+0000 mon.a (mon.0) 1931 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:09.061 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:08 smithi178 bash[14494]: audit 2024-03-21T13:02:08.687187+0000 mon.a (mon.0) 1932 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:09.061 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:08 smithi178 bash[14494]: audit 2024-03-21T13:02:08.769727+0000 mon.a (mon.0) 1933 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:09.061 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:08 smithi178 bash[14494]: audit 2024-03-21T13:02:08.772626+0000 mon.a (mon.0) 1934 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:09.061 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:08 smithi178 bash[14494]: audit 2024-03-21T13:02:08.775958+0000 mon.a (mon.0) 1935 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:09.061 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:08 smithi178 bash[14494]: audit 2024-03-21T13:02:08.777123+0000 mon.a (mon.0) 1936 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:09.061 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:08 smithi178 bash[14494]: audit 2024-03-21T13:02:08.786063+0000 mon.a (mon.0) 1937 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:09.061 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:08 smithi178 bash[14494]: audit 2024-03-21T13:02:08.867096+0000 mon.a (mon.0) 1938 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:09.061 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:08 smithi178 bash[14494]: audit 2024-03-21T13:02:08.870512+0000 mon.a (mon.0) 1939 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:09.061 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:08 smithi178 bash[14494]: audit 2024-03-21T13:02:08.873503+0000 mon.a (mon.0) 1940 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:09.061 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:08 smithi178 bash[14494]: audit 2024-03-21T13:02:08.874598+0000 mon.a (mon.0) 1941 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:09.061 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:08 smithi178 bash[14494]: audit 2024-03-21T13:02:08.883543+0000 mon.a (mon.0) 1942 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:09.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:08 smithi184 bash[14608]: cluster 2024-03-21T13:02:07.499108+0000 mgr.x (mgr.25322) 265 : cluster [DBG] pgmap v171: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:09.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:08 smithi184 bash[14608]: cluster 2024-03-21T13:02:07.499649+0000 mgr.x (mgr.25322) 266 : cluster [DBG] pgmap v172: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:09.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:08 smithi184 bash[14608]: cephadm 2024-03-21T13:02:07.508833+0000 mgr.x (mgr.25322) 267 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:09.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:08 smithi184 bash[14608]: cluster 2024-03-21T13:02:07.597949+0000 mgr.x (mgr.25322) 268 : cluster [DBG] pgmap v173: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:09.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:08 smithi184 bash[14608]: cluster 2024-03-21T13:02:07.598525+0000 mgr.x (mgr.25322) 269 : cluster [DBG] pgmap v174: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:09.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:08 smithi184 bash[14608]: cephadm 2024-03-21T13:02:07.606683+0000 mgr.x (mgr.25322) 270 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:09.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:08 smithi184 bash[14608]: cluster 2024-03-21T13:02:07.694465+0000 mgr.x (mgr.25322) 271 : cluster [DBG] pgmap v175: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:09.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:08 smithi184 bash[14608]: cephadm 2024-03-21T13:02:07.701088+0000 mgr.x (mgr.25322) 272 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:09.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:08 smithi184 bash[14608]: cluster 2024-03-21T13:02:07.791417+0000 mgr.x (mgr.25322) 273 : cluster [DBG] pgmap v176: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:09.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:08 smithi184 bash[14608]: cluster 2024-03-21T13:02:07.791808+0000 mgr.x (mgr.25322) 274 : cluster [DBG] pgmap v177: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:09.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:08 smithi184 bash[14608]: cephadm 2024-03-21T13:02:07.801298+0000 mgr.x (mgr.25322) 275 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:09.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:08 smithi184 bash[14608]: cluster 2024-03-21T13:02:07.892111+0000 mgr.x (mgr.25322) 276 : cluster [DBG] pgmap v178: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:09.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:08 smithi184 bash[14608]: cluster 2024-03-21T13:02:07.892550+0000 mgr.x (mgr.25322) 277 : cluster [DBG] pgmap v179: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:09.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:08 smithi184 bash[14608]: audit 2024-03-21T13:02:07.935377+0000 mon.a (mon.0) 1892 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:09.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:08 smithi184 bash[14608]: cephadm 2024-03-21T13:02:07.937715+0000 mgr.x (mgr.25322) 278 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:09.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:08 smithi184 bash[14608]: audit 2024-03-21T13:02:08.001960+0000 mon.a (mon.0) 1893 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:09.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:08 smithi184 bash[14608]: audit 2024-03-21T13:02:08.004737+0000 mon.a (mon.0) 1894 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:09.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:08 smithi184 bash[14608]: audit 2024-03-21T13:02:08.008326+0000 mon.a (mon.0) 1895 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:09.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:08 smithi184 bash[14608]: audit 2024-03-21T13:02:08.009530+0000 mon.a (mon.0) 1896 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:09.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:08 smithi184 bash[14608]: cluster 2024-03-21T13:02:08.013447+0000 mgr.x (mgr.25322) 279 : cluster [DBG] pgmap v180: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:09.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:08 smithi184 bash[14608]: cluster 2024-03-21T13:02:08.013883+0000 mgr.x (mgr.25322) 280 : cluster [DBG] pgmap v181: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:09.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:08 smithi184 bash[14608]: audit 2024-03-21T13:02:08.020067+0000 mon.a (mon.0) 1897 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:09.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:08 smithi184 bash[14608]: cephadm 2024-03-21T13:02:08.022523+0000 mgr.x (mgr.25322) 281 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:09.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:08 smithi184 bash[14608]: audit 2024-03-21T13:02:08.097422+0000 mon.a (mon.0) 1898 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:09.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:08 smithi184 bash[14608]: audit 2024-03-21T13:02:08.100325+0000 mon.a (mon.0) 1899 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:09.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:08 smithi184 bash[14608]: audit 2024-03-21T13:02:08.102938+0000 mon.a (mon.0) 1900 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:09.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:08 smithi184 bash[14608]: audit 2024-03-21T13:02:08.104179+0000 mon.a (mon.0) 1901 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:09.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:08 smithi184 bash[14608]: cluster 2024-03-21T13:02:08.107962+0000 mgr.x (mgr.25322) 282 : cluster [DBG] pgmap v182: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:09.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:08 smithi184 bash[14608]: cluster 2024-03-21T13:02:08.108340+0000 mgr.x (mgr.25322) 283 : cluster [DBG] pgmap v183: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:09.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:08 smithi184 bash[14608]: audit 2024-03-21T13:02:08.114075+0000 mon.a (mon.0) 1902 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:09.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:08 smithi184 bash[14608]: cephadm 2024-03-21T13:02:08.116275+0000 mgr.x (mgr.25322) 284 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:09.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:08 smithi184 bash[14608]: audit 2024-03-21T13:02:08.192898+0000 mon.a (mon.0) 1903 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:09.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:08 smithi184 bash[14608]: audit 2024-03-21T13:02:08.196380+0000 mon.a (mon.0) 1904 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:09.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:08 smithi184 bash[14608]: audit 2024-03-21T13:02:08.200327+0000 mon.a (mon.0) 1905 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:09.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:08 smithi184 bash[14608]: audit 2024-03-21T13:02:08.201194+0000 mon.a (mon.0) 1906 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:09.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:08 smithi184 bash[14608]: cluster 2024-03-21T13:02:08.204867+0000 mgr.x (mgr.25322) 285 : cluster [DBG] pgmap v184: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:09.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:08 smithi184 bash[14608]: audit 2024-03-21T13:02:08.206909+0000 mon.a (mon.0) 1907 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:09.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:08 smithi184 bash[14608]: cephadm 2024-03-21T13:02:08.209028+0000 mgr.x (mgr.25322) 286 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:09.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:08 smithi184 bash[14608]: audit 2024-03-21T13:02:08.287858+0000 mon.a (mon.0) 1908 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:09.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:08 smithi184 bash[14608]: audit 2024-03-21T13:02:08.290687+0000 mon.a (mon.0) 1909 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:09.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:08 smithi184 bash[14608]: audit 2024-03-21T13:02:08.294602+0000 mon.a (mon.0) 1910 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:09.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:08 smithi184 bash[14608]: audit 2024-03-21T13:02:08.295622+0000 mon.a (mon.0) 1911 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:09.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:08 smithi184 bash[14608]: cluster 2024-03-21T13:02:08.299458+0000 mgr.x (mgr.25322) 287 : cluster [DBG] pgmap v185: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:09.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:08 smithi184 bash[14608]: audit 2024-03-21T13:02:08.305910+0000 mon.a (mon.0) 1912 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:09.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:08 smithi184 bash[14608]: cephadm 2024-03-21T13:02:08.308206+0000 mgr.x (mgr.25322) 288 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:09.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:08 smithi184 bash[14608]: audit 2024-03-21T13:02:08.383903+0000 mon.a (mon.0) 1913 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:09.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:08 smithi184 bash[14608]: audit 2024-03-21T13:02:08.386959+0000 mon.a (mon.0) 1914 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:09.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:08 smithi184 bash[14608]: audit 2024-03-21T13:02:08.390034+0000 mon.a (mon.0) 1915 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:09.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:08 smithi184 bash[14608]: audit 2024-03-21T13:02:08.391406+0000 mon.a (mon.0) 1916 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:09.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:08 smithi184 bash[14608]: cluster 2024-03-21T13:02:08.395635+0000 mgr.x (mgr.25322) 289 : cluster [DBG] pgmap v186: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:09.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:08 smithi184 bash[14608]: audit 2024-03-21T13:02:08.401409+0000 mon.a (mon.0) 1917 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:09.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:08 smithi184 bash[14608]: cephadm 2024-03-21T13:02:08.403833+0000 mgr.x (mgr.25322) 290 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:09.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:08 smithi184 bash[14608]: audit 2024-03-21T13:02:08.482078+0000 mon.a (mon.0) 1918 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:09.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:08 smithi184 bash[14608]: audit 2024-03-21T13:02:08.484544+0000 mon.a (mon.0) 1919 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:09.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:08 smithi184 bash[14608]: audit 2024-03-21T13:02:08.487038+0000 mon.a (mon.0) 1920 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:09.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:08 smithi184 bash[14608]: audit 2024-03-21T13:02:08.488163+0000 mon.a (mon.0) 1921 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:09.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:08 smithi184 bash[14608]: audit 2024-03-21T13:02:08.498472+0000 mon.a (mon.0) 1922 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:09.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:08 smithi184 bash[14608]: audit 2024-03-21T13:02:08.577351+0000 mon.a (mon.0) 1923 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:09.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:08 smithi184 bash[14608]: audit 2024-03-21T13:02:08.579964+0000 mon.a (mon.0) 1924 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:09.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:08 smithi184 bash[14608]: audit 2024-03-21T13:02:08.583191+0000 mon.a (mon.0) 1925 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:09.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:08 smithi184 bash[14608]: audit 2024-03-21T13:02:08.584609+0000 mon.a (mon.0) 1926 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:09.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:08 smithi184 bash[14608]: audit 2024-03-21T13:02:08.593926+0000 mon.a (mon.0) 1927 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:09.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:08 smithi184 bash[14608]: audit 2024-03-21T13:02:08.670460+0000 mon.a (mon.0) 1928 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:09.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:08 smithi184 bash[14608]: audit 2024-03-21T13:02:08.673292+0000 mon.a (mon.0) 1929 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:09.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:08 smithi184 bash[14608]: audit 2024-03-21T13:02:08.675963+0000 mon.a (mon.0) 1930 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:09.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:08 smithi184 bash[14608]: audit 2024-03-21T13:02:08.677059+0000 mon.a (mon.0) 1931 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:09.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:08 smithi184 bash[14608]: audit 2024-03-21T13:02:08.687187+0000 mon.a (mon.0) 1932 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:09.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:08 smithi184 bash[14608]: audit 2024-03-21T13:02:08.769727+0000 mon.a (mon.0) 1933 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:09.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:08 smithi184 bash[14608]: audit 2024-03-21T13:02:08.772626+0000 mon.a (mon.0) 1934 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:09.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:08 smithi184 bash[14608]: audit 2024-03-21T13:02:08.775958+0000 mon.a (mon.0) 1935 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:09.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:08 smithi184 bash[14608]: audit 2024-03-21T13:02:08.777123+0000 mon.a (mon.0) 1936 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:09.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:08 smithi184 bash[14608]: audit 2024-03-21T13:02:08.786063+0000 mon.a (mon.0) 1937 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:09.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:08 smithi184 bash[14608]: audit 2024-03-21T13:02:08.867096+0000 mon.a (mon.0) 1938 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:09.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:08 smithi184 bash[14608]: audit 2024-03-21T13:02:08.870512+0000 mon.a (mon.0) 1939 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:09.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:08 smithi184 bash[14608]: audit 2024-03-21T13:02:08.873503+0000 mon.a (mon.0) 1940 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:09.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:08 smithi184 bash[14608]: audit 2024-03-21T13:02:08.874598+0000 mon.a (mon.0) 1941 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:09.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:08 smithi184 bash[14608]: audit 2024-03-21T13:02:08.883543+0000 mon.a (mon.0) 1942 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:09.489 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:02:09 smithi178 bash[69695]: debug 2024-03-21T13:02:09.089+0000 7f45f270a000 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-21T13:02:09.780 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:02:09 smithi178 bash[69695]: debug 2024-03-21T13:02:09.481+0000 7f45f270a000 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-21T13:02:10.048 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:02:09 smithi178 bash[69695]: debug 2024-03-21T13:02:09.773+0000 7f45f270a000 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-21T13:02:10.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:09 smithi178 bash[14494]: cluster 2024-03-21T13:02:08.491856+0000 mgr.x (mgr.25322) 291 : cluster [DBG] pgmap v187: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:10.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:09 smithi178 bash[14494]: cluster 2024-03-21T13:02:08.492219+0000 mgr.x (mgr.25322) 292 : cluster [DBG] pgmap v188: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:10.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:09 smithi178 bash[14494]: cephadm 2024-03-21T13:02:08.500903+0000 mgr.x (mgr.25322) 293 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:10.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:09 smithi178 bash[14494]: cluster 2024-03-21T13:02:08.588468+0000 mgr.x (mgr.25322) 294 : cluster [DBG] pgmap v189: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:10.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:09 smithi178 bash[14494]: cluster 2024-03-21T13:02:08.588953+0000 mgr.x (mgr.25322) 295 : cluster [DBG] pgmap v190: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:10.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:09 smithi178 bash[14494]: cephadm 2024-03-21T13:02:08.596184+0000 mgr.x (mgr.25322) 296 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:10.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:09 smithi178 bash[14494]: cluster 2024-03-21T13:02:08.680803+0000 mgr.x (mgr.25322) 297 : cluster [DBG] pgmap v191: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:10.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:09 smithi178 bash[14494]: cluster 2024-03-21T13:02:08.681124+0000 mgr.x (mgr.25322) 298 : cluster [DBG] pgmap v192: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:10.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:09 smithi178 bash[14494]: cephadm 2024-03-21T13:02:08.689605+0000 mgr.x (mgr.25322) 299 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:10.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:09 smithi178 bash[14494]: cluster 2024-03-21T13:02:08.781127+0000 mgr.x (mgr.25322) 300 : cluster [DBG] pgmap v193: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:10.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:09 smithi178 bash[14494]: cephadm 2024-03-21T13:02:08.788315+0000 mgr.x (mgr.25322) 301 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:10.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:09 smithi178 bash[14494]: cluster 2024-03-21T13:02:08.878118+0000 mgr.x (mgr.25322) 302 : cluster [DBG] pgmap v194: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:10.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:09 smithi178 bash[14494]: cluster 2024-03-21T13:02:08.878566+0000 mgr.x (mgr.25322) 303 : cluster [DBG] pgmap v195: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:10.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:09 smithi178 bash[14494]: cephadm 2024-03-21T13:02:08.885783+0000 mgr.x (mgr.25322) 304 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:10.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:09 smithi178 bash[14494]: audit 2024-03-21T13:02:08.967661+0000 mon.a (mon.0) 1943 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:10.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:09 smithi178 bash[14494]: audit 2024-03-21T13:02:08.971059+0000 mon.a (mon.0) 1944 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:10.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:09 smithi178 bash[14494]: audit 2024-03-21T13:02:08.975076+0000 mon.a (mon.0) 1945 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:10.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:09 smithi178 bash[14494]: audit 2024-03-21T13:02:08.976427+0000 mon.a (mon.0) 1946 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:10.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:09 smithi178 bash[14494]: cluster 2024-03-21T13:02:08.980553+0000 mgr.x (mgr.25322) 305 : cluster [DBG] pgmap v196: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:10.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:09 smithi178 bash[14494]: cluster 2024-03-21T13:02:08.980937+0000 mgr.x (mgr.25322) 306 : cluster [DBG] pgmap v197: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:10.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:09 smithi178 bash[20270]: cluster 2024-03-21T13:02:08.491856+0000 mgr.x (mgr.25322) 291 : cluster [DBG] pgmap v187: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:10.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:09 smithi178 bash[20270]: cluster 2024-03-21T13:02:08.492219+0000 mgr.x (mgr.25322) 292 : cluster [DBG] pgmap v188: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:10.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:09 smithi178 bash[20270]: cephadm 2024-03-21T13:02:08.500903+0000 mgr.x (mgr.25322) 293 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:10.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:09 smithi178 bash[20270]: cluster 2024-03-21T13:02:08.588468+0000 mgr.x (mgr.25322) 294 : cluster [DBG] pgmap v189: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:10.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:09 smithi178 bash[20270]: cluster 2024-03-21T13:02:08.588953+0000 mgr.x (mgr.25322) 295 : cluster [DBG] pgmap v190: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:10.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:09 smithi178 bash[20270]: cephadm 2024-03-21T13:02:08.596184+0000 mgr.x (mgr.25322) 296 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:10.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:09 smithi178 bash[20270]: cluster 2024-03-21T13:02:08.680803+0000 mgr.x (mgr.25322) 297 : cluster [DBG] pgmap v191: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:10.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:09 smithi178 bash[20270]: cluster 2024-03-21T13:02:08.681124+0000 mgr.x (mgr.25322) 298 : cluster [DBG] pgmap v192: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:10.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:09 smithi178 bash[20270]: cephadm 2024-03-21T13:02:08.689605+0000 mgr.x (mgr.25322) 299 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:10.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:09 smithi178 bash[20270]: cluster 2024-03-21T13:02:08.781127+0000 mgr.x (mgr.25322) 300 : cluster [DBG] pgmap v193: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:10.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:09 smithi178 bash[20270]: cephadm 2024-03-21T13:02:08.788315+0000 mgr.x (mgr.25322) 301 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:10.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:09 smithi178 bash[20270]: cluster 2024-03-21T13:02:08.878118+0000 mgr.x (mgr.25322) 302 : cluster [DBG] pgmap v194: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:10.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:09 smithi178 bash[20270]: cluster 2024-03-21T13:02:08.878566+0000 mgr.x (mgr.25322) 303 : cluster [DBG] pgmap v195: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:10.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:09 smithi178 bash[20270]: cephadm 2024-03-21T13:02:08.885783+0000 mgr.x (mgr.25322) 304 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:10.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:09 smithi178 bash[20270]: audit 2024-03-21T13:02:08.967661+0000 mon.a (mon.0) 1943 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:10.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:09 smithi178 bash[20270]: audit 2024-03-21T13:02:08.971059+0000 mon.a (mon.0) 1944 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:10.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:09 smithi178 bash[20270]: audit 2024-03-21T13:02:08.975076+0000 mon.a (mon.0) 1945 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:10.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:09 smithi178 bash[20270]: audit 2024-03-21T13:02:08.976427+0000 mon.a (mon.0) 1946 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:10.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:09 smithi178 bash[20270]: cluster 2024-03-21T13:02:08.980553+0000 mgr.x (mgr.25322) 305 : cluster [DBG] pgmap v196: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:10.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:09 smithi178 bash[20270]: cluster 2024-03-21T13:02:08.980937+0000 mgr.x (mgr.25322) 306 : cluster [DBG] pgmap v197: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:10.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:09 smithi178 bash[14494]: audit 2024-03-21T13:02:08.985881+0000 mon.a (mon.0) 1947 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:10.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:09 smithi178 bash[14494]: cephadm 2024-03-21T13:02:08.988367+0000 mgr.x (mgr.25322) 307 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:10.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:09 smithi178 bash[14494]: audit 2024-03-21T13:02:09.067139+0000 mon.a (mon.0) 1948 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:10.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:09 smithi178 bash[14494]: audit 2024-03-21T13:02:09.069561+0000 mon.a (mon.0) 1949 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:10.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:09 smithi178 bash[14494]: audit 2024-03-21T13:02:09.071944+0000 mon.a (mon.0) 1950 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:10.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:09 smithi178 bash[14494]: audit 2024-03-21T13:02:09.073076+0000 mon.a (mon.0) 1951 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:10.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:09 smithi178 bash[14494]: cluster 2024-03-21T13:02:09.076910+0000 mgr.x (mgr.25322) 308 : cluster [DBG] pgmap v198: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:10.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:09 smithi178 bash[14494]: cluster 2024-03-21T13:02:09.077519+0000 mgr.x (mgr.25322) 309 : cluster [DBG] pgmap v199: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:10.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:09 smithi178 bash[14494]: audit 2024-03-21T13:02:09.083891+0000 mon.a (mon.0) 1952 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:10.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:09 smithi178 bash[14494]: cephadm 2024-03-21T13:02:09.086739+0000 mgr.x (mgr.25322) 310 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:10.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:09 smithi178 bash[14494]: audit 2024-03-21T13:02:09.165540+0000 mon.a (mon.0) 1953 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:10.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:09 smithi178 bash[14494]: audit 2024-03-21T13:02:09.168481+0000 mon.a (mon.0) 1954 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:10.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:09 smithi178 bash[14494]: audit 2024-03-21T13:02:09.173174+0000 mon.a (mon.0) 1955 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:10.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:09 smithi178 bash[14494]: audit 2024-03-21T13:02:09.174564+0000 mon.a (mon.0) 1956 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:10.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:09 smithi178 bash[14494]: cluster 2024-03-21T13:02:09.179002+0000 mgr.x (mgr.25322) 311 : cluster [DBG] pgmap v200: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:10.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:09 smithi178 bash[14494]: cluster 2024-03-21T13:02:09.179747+0000 mgr.x (mgr.25322) 312 : cluster [DBG] pgmap v201: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:10.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:09 smithi178 bash[14494]: audit 2024-03-21T13:02:09.185655+0000 mon.a (mon.0) 1957 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:10.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:09 smithi178 bash[14494]: cephadm 2024-03-21T13:02:09.188033+0000 mgr.x (mgr.25322) 313 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:10.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:09 smithi178 bash[14494]: audit 2024-03-21T13:02:09.262576+0000 mon.a (mon.0) 1958 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:10.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:09 smithi178 bash[14494]: audit 2024-03-21T13:02:09.265729+0000 mon.a (mon.0) 1959 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:10.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:09 smithi178 bash[14494]: audit 2024-03-21T13:02:09.269721+0000 mon.a (mon.0) 1960 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:10.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:09 smithi178 bash[14494]: audit 2024-03-21T13:02:09.271174+0000 mon.a (mon.0) 1961 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:10.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:09 smithi178 bash[14494]: cluster 2024-03-21T13:02:09.275400+0000 mgr.x (mgr.25322) 314 : cluster [DBG] pgmap v202: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:10.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:09 smithi178 bash[14494]: cluster 2024-03-21T13:02:09.275653+0000 mgr.x (mgr.25322) 315 : cluster [DBG] pgmap v203: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:10.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:09 smithi178 bash[14494]: audit 2024-03-21T13:02:09.283025+0000 mon.a (mon.0) 1962 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:10.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:09 smithi178 bash[14494]: cephadm 2024-03-21T13:02:09.285586+0000 mgr.x (mgr.25322) 316 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:10.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:09 smithi178 bash[14494]: audit 2024-03-21T13:02:09.360979+0000 mon.a (mon.0) 1963 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:10.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:09 smithi178 bash[14494]: audit 2024-03-21T13:02:09.365367+0000 mon.a (mon.0) 1964 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:10.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:09 smithi178 bash[14494]: audit 2024-03-21T13:02:09.368726+0000 mon.a (mon.0) 1965 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:10.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:09 smithi178 bash[14494]: audit 2024-03-21T13:02:09.370183+0000 mon.a (mon.0) 1966 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:10.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:09 smithi178 bash[14494]: cluster 2024-03-21T13:02:09.374519+0000 mgr.x (mgr.25322) 317 : cluster [DBG] pgmap v204: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:10.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:09 smithi178 bash[14494]: cluster 2024-03-21T13:02:09.374828+0000 mgr.x (mgr.25322) 318 : cluster [DBG] pgmap v205: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:10.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:09 smithi178 bash[14494]: audit 2024-03-21T13:02:09.381737+0000 mon.a (mon.0) 1967 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:10.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:09 smithi178 bash[14494]: cephadm 2024-03-21T13:02:09.384106+0000 mgr.x (mgr.25322) 319 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:10.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:09 smithi178 bash[14494]: audit 2024-03-21T13:02:09.461218+0000 mon.a (mon.0) 1968 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:10.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:09 smithi178 bash[14494]: audit 2024-03-21T13:02:09.464046+0000 mon.a (mon.0) 1969 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:10.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:09 smithi178 bash[14494]: audit 2024-03-21T13:02:09.467130+0000 mon.a (mon.0) 1970 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:10.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:09 smithi178 bash[14494]: audit 2024-03-21T13:02:09.468315+0000 mon.a (mon.0) 1971 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:10.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:09 smithi178 bash[14494]: audit 2024-03-21T13:02:09.479017+0000 mon.a (mon.0) 1972 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:10.055 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:09 smithi178 bash[14494]: audit 2024-03-21T13:02:09.558242+0000 mon.a (mon.0) 1973 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:10.055 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:09 smithi178 bash[14494]: audit 2024-03-21T13:02:09.561173+0000 mon.a (mon.0) 1974 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:10.055 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:09 smithi178 bash[14494]: audit 2024-03-21T13:02:09.565021+0000 mon.a (mon.0) 1975 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:10.055 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:09 smithi178 bash[14494]: audit 2024-03-21T13:02:09.566228+0000 mon.a (mon.0) 1976 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:10.055 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:09 smithi178 bash[14494]: audit 2024-03-21T13:02:09.575443+0000 mon.a (mon.0) 1977 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:10.055 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:09 smithi178 bash[14494]: audit 2024-03-21T13:02:09.659517+0000 mon.a (mon.0) 1978 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:10.055 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:09 smithi178 bash[14494]: audit 2024-03-21T13:02:09.662441+0000 mon.a (mon.0) 1979 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:10.055 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:09 smithi178 bash[14494]: audit 2024-03-21T13:02:09.665423+0000 mon.a (mon.0) 1980 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:10.055 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:09 smithi178 bash[14494]: audit 2024-03-21T13:02:09.666891+0000 mon.a (mon.0) 1981 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:10.055 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:09 smithi178 bash[14494]: audit 2024-03-21T13:02:09.679256+0000 mon.a (mon.0) 1982 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:10.055 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:09 smithi178 bash[14494]: audit 2024-03-21T13:02:09.742194+0000 mon.a (mon.0) 1983 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:10.055 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:09 smithi178 bash[14494]: audit 2024-03-21T13:02:09.746506+0000 mon.a (mon.0) 1984 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:10.055 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:09 smithi178 bash[14494]: audit 2024-03-21T13:02:09.749902+0000 mon.a (mon.0) 1985 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:10.055 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:09 smithi178 bash[14494]: audit 2024-03-21T13:02:09.751017+0000 mon.a (mon.0) 1986 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:10.056 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:09 smithi178 bash[14494]: audit 2024-03-21T13:02:09.760912+0000 mon.a (mon.0) 1987 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:10.056 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:09 smithi178 bash[14494]: audit 2024-03-21T13:02:09.839669+0000 mon.a (mon.0) 1988 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:10.056 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:09 smithi178 bash[14494]: audit 2024-03-21T13:02:09.842224+0000 mon.a (mon.0) 1989 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:10.056 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:09 smithi178 bash[14494]: audit 2024-03-21T13:02:09.845548+0000 mon.a (mon.0) 1990 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:10.056 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:09 smithi178 bash[14494]: audit 2024-03-21T13:02:09.846897+0000 mon.a (mon.0) 1991 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:10.056 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:09 smithi178 bash[14494]: audit 2024-03-21T13:02:09.856457+0000 mon.a (mon.0) 1992 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:10.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:09 smithi178 bash[20270]: audit 2024-03-21T13:02:08.985881+0000 mon.a (mon.0) 1947 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:10.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:09 smithi178 bash[20270]: cephadm 2024-03-21T13:02:08.988367+0000 mgr.x (mgr.25322) 307 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:10.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:09 smithi178 bash[20270]: audit 2024-03-21T13:02:09.067139+0000 mon.a (mon.0) 1948 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:10.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:09 smithi178 bash[20270]: audit 2024-03-21T13:02:09.069561+0000 mon.a (mon.0) 1949 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:10.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:09 smithi178 bash[20270]: audit 2024-03-21T13:02:09.071944+0000 mon.a (mon.0) 1950 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:10.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:09 smithi178 bash[20270]: audit 2024-03-21T13:02:09.073076+0000 mon.a (mon.0) 1951 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:10.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:09 smithi178 bash[20270]: cluster 2024-03-21T13:02:09.076910+0000 mgr.x (mgr.25322) 308 : cluster [DBG] pgmap v198: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:10.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:09 smithi178 bash[20270]: cluster 2024-03-21T13:02:09.077519+0000 mgr.x (mgr.25322) 309 : cluster [DBG] pgmap v199: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:10.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:09 smithi178 bash[20270]: audit 2024-03-21T13:02:09.083891+0000 mon.a (mon.0) 1952 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:10.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:09 smithi178 bash[20270]: cephadm 2024-03-21T13:02:09.086739+0000 mgr.x (mgr.25322) 310 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:10.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:09 smithi178 bash[20270]: audit 2024-03-21T13:02:09.165540+0000 mon.a (mon.0) 1953 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:10.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:09 smithi178 bash[20270]: audit 2024-03-21T13:02:09.168481+0000 mon.a (mon.0) 1954 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:10.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:09 smithi178 bash[20270]: audit 2024-03-21T13:02:09.173174+0000 mon.a (mon.0) 1955 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:10.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:09 smithi178 bash[20270]: audit 2024-03-21T13:02:09.174564+0000 mon.a (mon.0) 1956 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:10.058 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:09 smithi178 bash[20270]: cluster 2024-03-21T13:02:09.179002+0000 mgr.x (mgr.25322) 311 : cluster [DBG] pgmap v200: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:10.058 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:09 smithi178 bash[20270]: cluster 2024-03-21T13:02:09.179747+0000 mgr.x (mgr.25322) 312 : cluster [DBG] pgmap v201: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:10.058 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:09 smithi178 bash[20270]: audit 2024-03-21T13:02:09.185655+0000 mon.a (mon.0) 1957 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:10.058 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:09 smithi178 bash[20270]: cephadm 2024-03-21T13:02:09.188033+0000 mgr.x (mgr.25322) 313 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:10.058 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:09 smithi178 bash[20270]: audit 2024-03-21T13:02:09.262576+0000 mon.a (mon.0) 1958 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:10.058 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:09 smithi178 bash[20270]: audit 2024-03-21T13:02:09.265729+0000 mon.a (mon.0) 1959 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:10.058 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:09 smithi178 bash[20270]: audit 2024-03-21T13:02:09.269721+0000 mon.a (mon.0) 1960 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:10.058 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:09 smithi178 bash[20270]: audit 2024-03-21T13:02:09.271174+0000 mon.a (mon.0) 1961 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:10.058 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:09 smithi178 bash[20270]: cluster 2024-03-21T13:02:09.275400+0000 mgr.x (mgr.25322) 314 : cluster [DBG] pgmap v202: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:10.058 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:09 smithi178 bash[20270]: cluster 2024-03-21T13:02:09.275653+0000 mgr.x (mgr.25322) 315 : cluster [DBG] pgmap v203: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:10.058 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:09 smithi178 bash[20270]: audit 2024-03-21T13:02:09.283025+0000 mon.a (mon.0) 1962 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:10.058 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:09 smithi178 bash[20270]: cephadm 2024-03-21T13:02:09.285586+0000 mgr.x (mgr.25322) 316 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:10.058 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:09 smithi178 bash[20270]: audit 2024-03-21T13:02:09.360979+0000 mon.a (mon.0) 1963 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:10.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:09 smithi178 bash[20270]: audit 2024-03-21T13:02:09.365367+0000 mon.a (mon.0) 1964 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:10.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:09 smithi178 bash[20270]: audit 2024-03-21T13:02:09.368726+0000 mon.a (mon.0) 1965 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:10.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:09 smithi178 bash[20270]: audit 2024-03-21T13:02:09.370183+0000 mon.a (mon.0) 1966 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:10.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:09 smithi178 bash[20270]: cluster 2024-03-21T13:02:09.374519+0000 mgr.x (mgr.25322) 317 : cluster [DBG] pgmap v204: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:10.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:09 smithi178 bash[20270]: cluster 2024-03-21T13:02:09.374828+0000 mgr.x (mgr.25322) 318 : cluster [DBG] pgmap v205: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:10.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:09 smithi178 bash[20270]: audit 2024-03-21T13:02:09.381737+0000 mon.a (mon.0) 1967 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:10.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:09 smithi178 bash[20270]: cephadm 2024-03-21T13:02:09.384106+0000 mgr.x (mgr.25322) 319 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:10.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:09 smithi178 bash[20270]: audit 2024-03-21T13:02:09.461218+0000 mon.a (mon.0) 1968 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:10.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:09 smithi178 bash[20270]: audit 2024-03-21T13:02:09.464046+0000 mon.a (mon.0) 1969 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:10.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:09 smithi178 bash[20270]: audit 2024-03-21T13:02:09.467130+0000 mon.a (mon.0) 1970 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:10.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:09 smithi178 bash[20270]: audit 2024-03-21T13:02:09.468315+0000 mon.a (mon.0) 1971 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:10.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:09 smithi178 bash[20270]: audit 2024-03-21T13:02:09.479017+0000 mon.a (mon.0) 1972 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:10.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:09 smithi178 bash[20270]: audit 2024-03-21T13:02:09.558242+0000 mon.a (mon.0) 1973 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:10.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:09 smithi178 bash[20270]: audit 2024-03-21T13:02:09.561173+0000 mon.a (mon.0) 1974 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:10.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:09 smithi178 bash[20270]: audit 2024-03-21T13:02:09.565021+0000 mon.a (mon.0) 1975 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:10.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:09 smithi178 bash[20270]: audit 2024-03-21T13:02:09.566228+0000 mon.a (mon.0) 1976 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:10.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:09 smithi178 bash[20270]: audit 2024-03-21T13:02:09.575443+0000 mon.a (mon.0) 1977 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:10.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:09 smithi178 bash[20270]: audit 2024-03-21T13:02:09.659517+0000 mon.a (mon.0) 1978 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:10.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:09 smithi178 bash[20270]: audit 2024-03-21T13:02:09.662441+0000 mon.a (mon.0) 1979 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:10.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:09 smithi178 bash[20270]: audit 2024-03-21T13:02:09.665423+0000 mon.a (mon.0) 1980 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:10.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:09 smithi178 bash[20270]: audit 2024-03-21T13:02:09.666891+0000 mon.a (mon.0) 1981 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:10.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:09 smithi178 bash[20270]: audit 2024-03-21T13:02:09.679256+0000 mon.a (mon.0) 1982 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:10.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:09 smithi178 bash[20270]: audit 2024-03-21T13:02:09.742194+0000 mon.a (mon.0) 1983 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:10.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:09 smithi178 bash[20270]: audit 2024-03-21T13:02:09.746506+0000 mon.a (mon.0) 1984 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:10.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:09 smithi178 bash[20270]: audit 2024-03-21T13:02:09.749902+0000 mon.a (mon.0) 1985 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:10.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:09 smithi178 bash[20270]: audit 2024-03-21T13:02:09.751017+0000 mon.a (mon.0) 1986 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:10.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:09 smithi178 bash[20270]: audit 2024-03-21T13:02:09.760912+0000 mon.a (mon.0) 1987 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:10.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:09 smithi178 bash[20270]: audit 2024-03-21T13:02:09.839669+0000 mon.a (mon.0) 1988 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:10.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:09 smithi178 bash[20270]: audit 2024-03-21T13:02:09.842224+0000 mon.a (mon.0) 1989 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:10.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:09 smithi178 bash[20270]: audit 2024-03-21T13:02:09.845548+0000 mon.a (mon.0) 1990 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:10.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:09 smithi178 bash[20270]: audit 2024-03-21T13:02:09.846897+0000 mon.a (mon.0) 1991 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:10.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:09 smithi178 bash[20270]: audit 2024-03-21T13:02:09.856457+0000 mon.a (mon.0) 1992 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:10.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:09 smithi184 bash[14608]: cluster 2024-03-21T13:02:08.491856+0000 mgr.x (mgr.25322) 291 : cluster [DBG] pgmap v187: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:10.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:09 smithi184 bash[14608]: cluster 2024-03-21T13:02:08.492219+0000 mgr.x (mgr.25322) 292 : cluster [DBG] pgmap v188: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:10.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:09 smithi184 bash[14608]: cephadm 2024-03-21T13:02:08.500903+0000 mgr.x (mgr.25322) 293 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:10.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:09 smithi184 bash[14608]: cluster 2024-03-21T13:02:08.588468+0000 mgr.x (mgr.25322) 294 : cluster [DBG] pgmap v189: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:10.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:09 smithi184 bash[14608]: cluster 2024-03-21T13:02:08.588953+0000 mgr.x (mgr.25322) 295 : cluster [DBG] pgmap v190: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:10.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:09 smithi184 bash[14608]: cephadm 2024-03-21T13:02:08.596184+0000 mgr.x (mgr.25322) 296 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:10.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:09 smithi184 bash[14608]: cluster 2024-03-21T13:02:08.680803+0000 mgr.x (mgr.25322) 297 : cluster [DBG] pgmap v191: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:10.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:09 smithi184 bash[14608]: cluster 2024-03-21T13:02:08.681124+0000 mgr.x (mgr.25322) 298 : cluster [DBG] pgmap v192: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:10.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:09 smithi184 bash[14608]: cephadm 2024-03-21T13:02:08.689605+0000 mgr.x (mgr.25322) 299 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:10.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:09 smithi184 bash[14608]: cluster 2024-03-21T13:02:08.781127+0000 mgr.x (mgr.25322) 300 : cluster [DBG] pgmap v193: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:10.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:09 smithi184 bash[14608]: cephadm 2024-03-21T13:02:08.788315+0000 mgr.x (mgr.25322) 301 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:10.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:09 smithi184 bash[14608]: cluster 2024-03-21T13:02:08.878118+0000 mgr.x (mgr.25322) 302 : cluster [DBG] pgmap v194: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:10.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:09 smithi184 bash[14608]: cluster 2024-03-21T13:02:08.878566+0000 mgr.x (mgr.25322) 303 : cluster [DBG] pgmap v195: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:10.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:09 smithi184 bash[14608]: cephadm 2024-03-21T13:02:08.885783+0000 mgr.x (mgr.25322) 304 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:10.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:09 smithi184 bash[14608]: audit 2024-03-21T13:02:08.967661+0000 mon.a (mon.0) 1943 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:10.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:09 smithi184 bash[14608]: audit 2024-03-21T13:02:08.971059+0000 mon.a (mon.0) 1944 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:10.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:09 smithi184 bash[14608]: audit 2024-03-21T13:02:08.975076+0000 mon.a (mon.0) 1945 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:10.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:09 smithi184 bash[14608]: audit 2024-03-21T13:02:08.976427+0000 mon.a (mon.0) 1946 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:10.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:09 smithi184 bash[14608]: cluster 2024-03-21T13:02:08.980553+0000 mgr.x (mgr.25322) 305 : cluster [DBG] pgmap v196: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:10.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:09 smithi184 bash[14608]: cluster 2024-03-21T13:02:08.980937+0000 mgr.x (mgr.25322) 306 : cluster [DBG] pgmap v197: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:10.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:09 smithi184 bash[14608]: audit 2024-03-21T13:02:08.985881+0000 mon.a (mon.0) 1947 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:10.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:09 smithi184 bash[14608]: cephadm 2024-03-21T13:02:08.988367+0000 mgr.x (mgr.25322) 307 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:10.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:09 smithi184 bash[14608]: audit 2024-03-21T13:02:09.067139+0000 mon.a (mon.0) 1948 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:10.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:09 smithi184 bash[14608]: audit 2024-03-21T13:02:09.069561+0000 mon.a (mon.0) 1949 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:10.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:09 smithi184 bash[14608]: audit 2024-03-21T13:02:09.071944+0000 mon.a (mon.0) 1950 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:10.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:09 smithi184 bash[14608]: audit 2024-03-21T13:02:09.073076+0000 mon.a (mon.0) 1951 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:10.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:09 smithi184 bash[14608]: cluster 2024-03-21T13:02:09.076910+0000 mgr.x (mgr.25322) 308 : cluster [DBG] pgmap v198: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:10.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:09 smithi184 bash[14608]: cluster 2024-03-21T13:02:09.077519+0000 mgr.x (mgr.25322) 309 : cluster [DBG] pgmap v199: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:10.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:09 smithi184 bash[14608]: audit 2024-03-21T13:02:09.083891+0000 mon.a (mon.0) 1952 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:10.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:09 smithi184 bash[14608]: cephadm 2024-03-21T13:02:09.086739+0000 mgr.x (mgr.25322) 310 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:10.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:09 smithi184 bash[14608]: audit 2024-03-21T13:02:09.165540+0000 mon.a (mon.0) 1953 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:10.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:09 smithi184 bash[14608]: audit 2024-03-21T13:02:09.168481+0000 mon.a (mon.0) 1954 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:10.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:09 smithi184 bash[14608]: audit 2024-03-21T13:02:09.173174+0000 mon.a (mon.0) 1955 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:10.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:09 smithi184 bash[14608]: audit 2024-03-21T13:02:09.174564+0000 mon.a (mon.0) 1956 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:10.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:09 smithi184 bash[14608]: cluster 2024-03-21T13:02:09.179002+0000 mgr.x (mgr.25322) 311 : cluster [DBG] pgmap v200: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:10.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:09 smithi184 bash[14608]: cluster 2024-03-21T13:02:09.179747+0000 mgr.x (mgr.25322) 312 : cluster [DBG] pgmap v201: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:10.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:09 smithi184 bash[14608]: audit 2024-03-21T13:02:09.185655+0000 mon.a (mon.0) 1957 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:10.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:09 smithi184 bash[14608]: cephadm 2024-03-21T13:02:09.188033+0000 mgr.x (mgr.25322) 313 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:10.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:09 smithi184 bash[14608]: audit 2024-03-21T13:02:09.262576+0000 mon.a (mon.0) 1958 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:10.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:09 smithi184 bash[14608]: audit 2024-03-21T13:02:09.265729+0000 mon.a (mon.0) 1959 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:10.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:09 smithi184 bash[14608]: audit 2024-03-21T13:02:09.269721+0000 mon.a (mon.0) 1960 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:10.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:09 smithi184 bash[14608]: audit 2024-03-21T13:02:09.271174+0000 mon.a (mon.0) 1961 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:10.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:09 smithi184 bash[14608]: cluster 2024-03-21T13:02:09.275400+0000 mgr.x (mgr.25322) 314 : cluster [DBG] pgmap v202: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:10.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:09 smithi184 bash[14608]: cluster 2024-03-21T13:02:09.275653+0000 mgr.x (mgr.25322) 315 : cluster [DBG] pgmap v203: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:10.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:09 smithi184 bash[14608]: audit 2024-03-21T13:02:09.283025+0000 mon.a (mon.0) 1962 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:10.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:09 smithi184 bash[14608]: cephadm 2024-03-21T13:02:09.285586+0000 mgr.x (mgr.25322) 316 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:10.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:09 smithi184 bash[14608]: audit 2024-03-21T13:02:09.360979+0000 mon.a (mon.0) 1963 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:10.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:09 smithi184 bash[14608]: audit 2024-03-21T13:02:09.365367+0000 mon.a (mon.0) 1964 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:10.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:09 smithi184 bash[14608]: audit 2024-03-21T13:02:09.368726+0000 mon.a (mon.0) 1965 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:10.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:09 smithi184 bash[14608]: audit 2024-03-21T13:02:09.370183+0000 mon.a (mon.0) 1966 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:10.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:09 smithi184 bash[14608]: cluster 2024-03-21T13:02:09.374519+0000 mgr.x (mgr.25322) 317 : cluster [DBG] pgmap v204: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:10.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:09 smithi184 bash[14608]: cluster 2024-03-21T13:02:09.374828+0000 mgr.x (mgr.25322) 318 : cluster [DBG] pgmap v205: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:10.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:09 smithi184 bash[14608]: audit 2024-03-21T13:02:09.381737+0000 mon.a (mon.0) 1967 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:10.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:09 smithi184 bash[14608]: cephadm 2024-03-21T13:02:09.384106+0000 mgr.x (mgr.25322) 319 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:10.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:09 smithi184 bash[14608]: audit 2024-03-21T13:02:09.461218+0000 mon.a (mon.0) 1968 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:10.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:09 smithi184 bash[14608]: audit 2024-03-21T13:02:09.464046+0000 mon.a (mon.0) 1969 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:10.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:09 smithi184 bash[14608]: audit 2024-03-21T13:02:09.467130+0000 mon.a (mon.0) 1970 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:10.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:09 smithi184 bash[14608]: audit 2024-03-21T13:02:09.468315+0000 mon.a (mon.0) 1971 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:10.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:09 smithi184 bash[14608]: audit 2024-03-21T13:02:09.479017+0000 mon.a (mon.0) 1972 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:10.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:09 smithi184 bash[14608]: audit 2024-03-21T13:02:09.558242+0000 mon.a (mon.0) 1973 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:10.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:09 smithi184 bash[14608]: audit 2024-03-21T13:02:09.561173+0000 mon.a (mon.0) 1974 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:10.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:09 smithi184 bash[14608]: audit 2024-03-21T13:02:09.565021+0000 mon.a (mon.0) 1975 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:10.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:09 smithi184 bash[14608]: audit 2024-03-21T13:02:09.566228+0000 mon.a (mon.0) 1976 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:10.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:09 smithi184 bash[14608]: audit 2024-03-21T13:02:09.575443+0000 mon.a (mon.0) 1977 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:10.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:09 smithi184 bash[14608]: audit 2024-03-21T13:02:09.659517+0000 mon.a (mon.0) 1978 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:10.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:09 smithi184 bash[14608]: audit 2024-03-21T13:02:09.662441+0000 mon.a (mon.0) 1979 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:10.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:09 smithi184 bash[14608]: audit 2024-03-21T13:02:09.665423+0000 mon.a (mon.0) 1980 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:10.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:09 smithi184 bash[14608]: audit 2024-03-21T13:02:09.666891+0000 mon.a (mon.0) 1981 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:10.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:09 smithi184 bash[14608]: audit 2024-03-21T13:02:09.679256+0000 mon.a (mon.0) 1982 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:10.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:09 smithi184 bash[14608]: audit 2024-03-21T13:02:09.742194+0000 mon.a (mon.0) 1983 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:10.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:09 smithi184 bash[14608]: audit 2024-03-21T13:02:09.746506+0000 mon.a (mon.0) 1984 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:10.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:09 smithi184 bash[14608]: audit 2024-03-21T13:02:09.749902+0000 mon.a (mon.0) 1985 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:10.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:09 smithi184 bash[14608]: audit 2024-03-21T13:02:09.751017+0000 mon.a (mon.0) 1986 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:10.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:09 smithi184 bash[14608]: audit 2024-03-21T13:02:09.760912+0000 mon.a (mon.0) 1987 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:10.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:09 smithi184 bash[14608]: audit 2024-03-21T13:02:09.839669+0000 mon.a (mon.0) 1988 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:10.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:09 smithi184 bash[14608]: audit 2024-03-21T13:02:09.842224+0000 mon.a (mon.0) 1989 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:10.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:09 smithi184 bash[14608]: audit 2024-03-21T13:02:09.845548+0000 mon.a (mon.0) 1990 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:10.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:09 smithi184 bash[14608]: audit 2024-03-21T13:02:09.846897+0000 mon.a (mon.0) 1991 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:10.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:09 smithi184 bash[14608]: audit 2024-03-21T13:02:09.856457+0000 mon.a (mon.0) 1992 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:10.720 INFO:teuthology.orchestra.run.smithi178.stdout:true 2024-03-21T13:02:11.034 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:02:10 smithi178 bash[69695]: debug 2024-03-21T13:02:10.713+0000 7f45f270a000 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-21T13:02:11.034 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:02:10 smithi178 bash[69695]: debug 2024-03-21T13:02:10.833+0000 7f45f270a000 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-21T13:02:11.035 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:10 smithi178 bash[20270]: cluster 2024-03-21T13:02:09.472185+0000 mgr.x (mgr.25322) 320 : cluster [DBG] pgmap v206: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:11.035 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:10 smithi178 bash[20270]: cluster 2024-03-21T13:02:09.472619+0000 mgr.x (mgr.25322) 321 : cluster [DBG] pgmap v207: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:11.035 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:10 smithi178 bash[20270]: cephadm 2024-03-21T13:02:09.481304+0000 mgr.x (mgr.25322) 322 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:11.035 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:10 smithi178 bash[20270]: cluster 2024-03-21T13:02:09.570109+0000 mgr.x (mgr.25322) 323 : cluster [DBG] pgmap v208: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:11.035 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:10 smithi178 bash[20270]: cephadm 2024-03-21T13:02:09.578038+0000 mgr.x (mgr.25322) 324 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:11.035 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:10 smithi178 bash[20270]: cluster 2024-03-21T13:02:09.670677+0000 mgr.x (mgr.25322) 325 : cluster [DBG] pgmap v209: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:11.035 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:10 smithi178 bash[20270]: cluster 2024-03-21T13:02:09.671229+0000 mgr.x (mgr.25322) 326 : cluster [DBG] pgmap v210: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:11.035 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:10 smithi178 bash[20270]: cephadm 2024-03-21T13:02:09.681707+0000 mgr.x (mgr.25322) 327 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:11.036 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:10 smithi178 bash[20270]: cluster 2024-03-21T13:02:09.754747+0000 mgr.x (mgr.25322) 328 : cluster [DBG] pgmap v211: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:11.036 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:10 smithi178 bash[20270]: cluster 2024-03-21T13:02:09.755306+0000 mgr.x (mgr.25322) 329 : cluster [DBG] pgmap v212: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:11.036 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:10 smithi178 bash[20270]: cephadm 2024-03-21T13:02:09.763169+0000 mgr.x (mgr.25322) 330 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:11.036 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:10 smithi178 bash[20270]: cluster 2024-03-21T13:02:09.850864+0000 mgr.x (mgr.25322) 331 : cluster [DBG] pgmap v213: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:11.036 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:10 smithi178 bash[20270]: cluster 2024-03-21T13:02:09.851342+0000 mgr.x (mgr.25322) 332 : cluster [DBG] pgmap v214: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:11.036 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:10 smithi178 bash[20270]: cephadm 2024-03-21T13:02:09.858979+0000 mgr.x (mgr.25322) 333 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:11.036 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:10 smithi178 bash[20270]: audit 2024-03-21T13:02:09.936924+0000 mon.a (mon.0) 1993 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:11.036 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:10 smithi178 bash[20270]: audit 2024-03-21T13:02:09.939087+0000 mon.a (mon.0) 1994 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:11.036 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:10 smithi178 bash[20270]: audit 2024-03-21T13:02:09.941464+0000 mon.a (mon.0) 1995 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:11.036 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:10 smithi178 bash[20270]: audit 2024-03-21T13:02:09.942182+0000 mon.a (mon.0) 1996 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:11.036 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:10 smithi178 bash[20270]: cluster 2024-03-21T13:02:09.945239+0000 mgr.x (mgr.25322) 334 : cluster [DBG] pgmap v215: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:11.036 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:10 smithi178 bash[20270]: cluster 2024-03-21T13:02:09.945510+0000 mgr.x (mgr.25322) 335 : cluster [DBG] pgmap v216: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:11.037 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:10 smithi178 bash[14494]: cluster 2024-03-21T13:02:09.472185+0000 mgr.x (mgr.25322) 320 : cluster [DBG] pgmap v206: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:11.037 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:10 smithi178 bash[14494]: cluster 2024-03-21T13:02:09.472619+0000 mgr.x (mgr.25322) 321 : cluster [DBG] pgmap v207: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:11.037 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:10 smithi178 bash[14494]: cephadm 2024-03-21T13:02:09.481304+0000 mgr.x (mgr.25322) 322 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:11.037 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:10 smithi178 bash[14494]: cluster 2024-03-21T13:02:09.570109+0000 mgr.x (mgr.25322) 323 : cluster [DBG] pgmap v208: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:11.037 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:10 smithi178 bash[14494]: cephadm 2024-03-21T13:02:09.578038+0000 mgr.x (mgr.25322) 324 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:11.037 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:10 smithi178 bash[14494]: cluster 2024-03-21T13:02:09.670677+0000 mgr.x (mgr.25322) 325 : cluster [DBG] pgmap v209: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:11.037 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:10 smithi178 bash[14494]: cluster 2024-03-21T13:02:09.671229+0000 mgr.x (mgr.25322) 326 : cluster [DBG] pgmap v210: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:11.037 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:10 smithi178 bash[14494]: cephadm 2024-03-21T13:02:09.681707+0000 mgr.x (mgr.25322) 327 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:11.037 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:10 smithi178 bash[14494]: cluster 2024-03-21T13:02:09.754747+0000 mgr.x (mgr.25322) 328 : cluster [DBG] pgmap v211: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:11.037 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:10 smithi178 bash[14494]: cluster 2024-03-21T13:02:09.755306+0000 mgr.x (mgr.25322) 329 : cluster [DBG] pgmap v212: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:11.037 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:10 smithi178 bash[14494]: cephadm 2024-03-21T13:02:09.763169+0000 mgr.x (mgr.25322) 330 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:11.037 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:10 smithi178 bash[14494]: cluster 2024-03-21T13:02:09.850864+0000 mgr.x (mgr.25322) 331 : cluster [DBG] pgmap v213: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:11.037 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:10 smithi178 bash[14494]: cluster 2024-03-21T13:02:09.851342+0000 mgr.x (mgr.25322) 332 : cluster [DBG] pgmap v214: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:11.038 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:10 smithi178 bash[14494]: cephadm 2024-03-21T13:02:09.858979+0000 mgr.x (mgr.25322) 333 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:11.038 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:10 smithi178 bash[14494]: audit 2024-03-21T13:02:09.936924+0000 mon.a (mon.0) 1993 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:11.038 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:10 smithi178 bash[14494]: audit 2024-03-21T13:02:09.939087+0000 mon.a (mon.0) 1994 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:11.038 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:10 smithi178 bash[14494]: audit 2024-03-21T13:02:09.941464+0000 mon.a (mon.0) 1995 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:11.038 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:10 smithi178 bash[14494]: audit 2024-03-21T13:02:09.942182+0000 mon.a (mon.0) 1996 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:11.038 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:10 smithi178 bash[14494]: cluster 2024-03-21T13:02:09.945239+0000 mgr.x (mgr.25322) 334 : cluster [DBG] pgmap v215: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:11.038 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:10 smithi178 bash[14494]: cluster 2024-03-21T13:02:09.945510+0000 mgr.x (mgr.25322) 335 : cluster [DBG] pgmap v216: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:11.038 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:10 smithi178 bash[20270]: audit 2024-03-21T13:02:09.948468+0000 mon.a (mon.0) 1997 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:11.038 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:10 smithi178 bash[20270]: cephadm 2024-03-21T13:02:09.950710+0000 mgr.x (mgr.25322) 336 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:11.038 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:10 smithi178 bash[20270]: audit 2024-03-21T13:02:10.031199+0000 mon.a (mon.0) 1998 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:11.038 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:10 smithi178 bash[20270]: audit 2024-03-21T13:02:10.033739+0000 mon.a (mon.0) 1999 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:11.039 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:10 smithi178 bash[20270]: audit 2024-03-21T13:02:10.036605+0000 mon.a (mon.0) 2000 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:11.039 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:10 smithi178 bash[20270]: audit 2024-03-21T13:02:10.037784+0000 mon.a (mon.0) 2001 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:11.039 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:10 smithi178 bash[20270]: cluster 2024-03-21T13:02:10.041328+0000 mgr.x (mgr.25322) 337 : cluster [DBG] pgmap v217: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:11.039 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:10 smithi178 bash[20270]: cluster 2024-03-21T13:02:10.041798+0000 mgr.x (mgr.25322) 338 : cluster [DBG] pgmap v218: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:11.039 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:10 smithi178 bash[20270]: audit 2024-03-21T13:02:10.046648+0000 mon.a (mon.0) 2002 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:11.039 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:10 smithi178 bash[20270]: cephadm 2024-03-21T13:02:10.048983+0000 mgr.x (mgr.25322) 339 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:11.039 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:10 smithi178 bash[20270]: audit 2024-03-21T13:02:10.125050+0000 mon.a (mon.0) 2003 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:11.039 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:10 smithi178 bash[20270]: audit 2024-03-21T13:02:10.127855+0000 mon.a (mon.0) 2004 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:11.039 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:10 smithi178 bash[20270]: audit 2024-03-21T13:02:10.131246+0000 mon.a (mon.0) 2005 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:11.039 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:10 smithi178 bash[20270]: audit 2024-03-21T13:02:10.132249+0000 mon.a (mon.0) 2006 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:11.039 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:10 smithi178 bash[20270]: cluster 2024-03-21T13:02:10.136128+0000 mgr.x (mgr.25322) 340 : cluster [DBG] pgmap v219: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:11.039 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:10 smithi178 bash[20270]: cluster 2024-03-21T13:02:10.136524+0000 mgr.x (mgr.25322) 341 : cluster [DBG] pgmap v220: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:11.039 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:10 smithi178 bash[20270]: audit 2024-03-21T13:02:10.140623+0000 mon.a (mon.0) 2007 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:11.039 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:10 smithi178 bash[20270]: cephadm 2024-03-21T13:02:10.143171+0000 mgr.x (mgr.25322) 342 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:11.040 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:10 smithi178 bash[20270]: audit 2024-03-21T13:02:10.222198+0000 mon.a (mon.0) 2008 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:11.040 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:10 smithi178 bash[20270]: audit 2024-03-21T13:02:10.224708+0000 mon.a (mon.0) 2009 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:11.040 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:10 smithi178 bash[14494]: audit 2024-03-21T13:02:09.948468+0000 mon.a (mon.0) 1997 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:11.040 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:10 smithi178 bash[14494]: cephadm 2024-03-21T13:02:09.950710+0000 mgr.x (mgr.25322) 336 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:11.040 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:10 smithi178 bash[14494]: audit 2024-03-21T13:02:10.031199+0000 mon.a (mon.0) 1998 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:11.040 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:10 smithi178 bash[14494]: audit 2024-03-21T13:02:10.033739+0000 mon.a (mon.0) 1999 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:11.040 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:10 smithi178 bash[14494]: audit 2024-03-21T13:02:10.036605+0000 mon.a (mon.0) 2000 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:11.040 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:10 smithi178 bash[14494]: audit 2024-03-21T13:02:10.037784+0000 mon.a (mon.0) 2001 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:11.040 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:10 smithi178 bash[14494]: cluster 2024-03-21T13:02:10.041328+0000 mgr.x (mgr.25322) 337 : cluster [DBG] pgmap v217: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:11.040 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:10 smithi178 bash[14494]: cluster 2024-03-21T13:02:10.041798+0000 mgr.x (mgr.25322) 338 : cluster [DBG] pgmap v218: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:11.040 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:10 smithi178 bash[14494]: audit 2024-03-21T13:02:10.046648+0000 mon.a (mon.0) 2002 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:11.041 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:10 smithi178 bash[14494]: cephadm 2024-03-21T13:02:10.048983+0000 mgr.x (mgr.25322) 339 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:11.041 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:10 smithi178 bash[14494]: audit 2024-03-21T13:02:10.125050+0000 mon.a (mon.0) 2003 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:11.041 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:10 smithi178 bash[14494]: audit 2024-03-21T13:02:10.127855+0000 mon.a (mon.0) 2004 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:11.041 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:10 smithi178 bash[14494]: audit 2024-03-21T13:02:10.131246+0000 mon.a (mon.0) 2005 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:11.041 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:10 smithi178 bash[14494]: audit 2024-03-21T13:02:10.132249+0000 mon.a (mon.0) 2006 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:11.041 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:10 smithi178 bash[14494]: cluster 2024-03-21T13:02:10.136128+0000 mgr.x (mgr.25322) 340 : cluster [DBG] pgmap v219: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:11.041 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:10 smithi178 bash[14494]: cluster 2024-03-21T13:02:10.136524+0000 mgr.x (mgr.25322) 341 : cluster [DBG] pgmap v220: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:11.041 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:10 smithi178 bash[14494]: audit 2024-03-21T13:02:10.140623+0000 mon.a (mon.0) 2007 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:11.041 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:10 smithi178 bash[14494]: cephadm 2024-03-21T13:02:10.143171+0000 mgr.x (mgr.25322) 342 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:11.041 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:10 smithi178 bash[14494]: audit 2024-03-21T13:02:10.222198+0000 mon.a (mon.0) 2008 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:11.041 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:10 smithi178 bash[14494]: audit 2024-03-21T13:02:10.224708+0000 mon.a (mon.0) 2009 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:11.041 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:10 smithi178 bash[20270]: audit 2024-03-21T13:02:10.230689+0000 mon.a (mon.0) 2010 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:11.042 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:10 smithi178 bash[20270]: audit 2024-03-21T13:02:10.231759+0000 mon.a (mon.0) 2011 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:11.042 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:10 smithi178 bash[20270]: cluster 2024-03-21T13:02:10.235576+0000 mgr.x (mgr.25322) 343 : cluster [DBG] pgmap v221: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:11.042 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:10 smithi178 bash[20270]: cluster 2024-03-21T13:02:10.236018+0000 mgr.x (mgr.25322) 344 : cluster [DBG] pgmap v222: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:11.042 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:10 smithi178 bash[20270]: audit 2024-03-21T13:02:10.241715+0000 mon.a (mon.0) 2012 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:11.042 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:10 smithi178 bash[20270]: cephadm 2024-03-21T13:02:10.246345+0000 mgr.x (mgr.25322) 345 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:11.042 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:10 smithi178 bash[20270]: audit 2024-03-21T13:02:10.323253+0000 mon.a (mon.0) 2013 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:11.042 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:10 smithi178 bash[20270]: audit 2024-03-21T13:02:10.326501+0000 mon.a (mon.0) 2014 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:11.042 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:10 smithi178 bash[20270]: audit 2024-03-21T13:02:10.329048+0000 mon.a (mon.0) 2015 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:11.042 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:10 smithi178 bash[20270]: audit 2024-03-21T13:02:10.330074+0000 mon.a (mon.0) 2016 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:11.042 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:10 smithi178 bash[20270]: cluster 2024-03-21T13:02:10.333635+0000 mgr.x (mgr.25322) 346 : cluster [DBG] pgmap v223: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:11.042 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:10 smithi178 bash[20270]: audit 2024-03-21T13:02:10.340526+0000 mon.a (mon.0) 2017 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:11.042 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:10 smithi178 bash[20270]: cephadm 2024-03-21T13:02:10.342982+0000 mgr.x (mgr.25322) 347 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:11.042 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:10 smithi178 bash[20270]: audit 2024-03-21T13:02:10.455484+0000 mon.a (mon.0) 2018 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:11.042 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:10 smithi178 bash[20270]: audit 2024-03-21T13:02:10.458367+0000 mon.a (mon.0) 2019 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:11.043 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:10 smithi178 bash[20270]: audit 2024-03-21T13:02:10.463673+0000 mon.a (mon.0) 2020 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:11.043 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:10 smithi178 bash[20270]: audit 2024-03-21T13:02:10.465205+0000 mon.a (mon.0) 2021 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:11.043 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:10 smithi178 bash[20270]: audit 2024-03-21T13:02:10.474473+0000 mon.a (mon.0) 2022 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:11.043 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:10 smithi178 bash[20270]: audit 2024-03-21T13:02:10.588206+0000 mon.a (mon.0) 2023 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:11.043 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:10 smithi178 bash[14494]: audit 2024-03-21T13:02:10.230689+0000 mon.a (mon.0) 2010 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:11.043 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:10 smithi178 bash[14494]: audit 2024-03-21T13:02:10.231759+0000 mon.a (mon.0) 2011 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:11.043 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:10 smithi178 bash[14494]: cluster 2024-03-21T13:02:10.235576+0000 mgr.x (mgr.25322) 343 : cluster [DBG] pgmap v221: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:11.043 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:10 smithi178 bash[14494]: cluster 2024-03-21T13:02:10.236018+0000 mgr.x (mgr.25322) 344 : cluster [DBG] pgmap v222: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:11.043 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:10 smithi178 bash[14494]: audit 2024-03-21T13:02:10.241715+0000 mon.a (mon.0) 2012 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:11.043 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:10 smithi178 bash[14494]: cephadm 2024-03-21T13:02:10.246345+0000 mgr.x (mgr.25322) 345 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:11.043 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:10 smithi178 bash[14494]: audit 2024-03-21T13:02:10.323253+0000 mon.a (mon.0) 2013 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:11.043 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:10 smithi178 bash[14494]: audit 2024-03-21T13:02:10.326501+0000 mon.a (mon.0) 2014 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:11.044 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:10 smithi178 bash[14494]: audit 2024-03-21T13:02:10.329048+0000 mon.a (mon.0) 2015 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:11.044 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:10 smithi178 bash[14494]: audit 2024-03-21T13:02:10.330074+0000 mon.a (mon.0) 2016 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:11.044 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:10 smithi178 bash[14494]: cluster 2024-03-21T13:02:10.333635+0000 mgr.x (mgr.25322) 346 : cluster [DBG] pgmap v223: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:11.044 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:10 smithi178 bash[14494]: audit 2024-03-21T13:02:10.340526+0000 mon.a (mon.0) 2017 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:11.044 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:10 smithi178 bash[14494]: cephadm 2024-03-21T13:02:10.342982+0000 mgr.x (mgr.25322) 347 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:11.044 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:10 smithi178 bash[14494]: audit 2024-03-21T13:02:10.455484+0000 mon.a (mon.0) 2018 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:11.044 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:10 smithi178 bash[14494]: audit 2024-03-21T13:02:10.458367+0000 mon.a (mon.0) 2019 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:11.044 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:10 smithi178 bash[14494]: audit 2024-03-21T13:02:10.463673+0000 mon.a (mon.0) 2020 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:11.044 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:10 smithi178 bash[14494]: audit 2024-03-21T13:02:10.465205+0000 mon.a (mon.0) 2021 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:11.044 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:10 smithi178 bash[14494]: audit 2024-03-21T13:02:10.474473+0000 mon.a (mon.0) 2022 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:11.044 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:10 smithi178 bash[14494]: audit 2024-03-21T13:02:10.588206+0000 mon.a (mon.0) 2023 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:11.045 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:10 smithi178 bash[20270]: audit 2024-03-21T13:02:10.590778+0000 mon.a (mon.0) 2024 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:11.045 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:10 smithi178 bash[20270]: audit 2024-03-21T13:02:10.593576+0000 mon.a (mon.0) 2025 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:11.045 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:10 smithi178 bash[20270]: audit 2024-03-21T13:02:10.594393+0000 mon.a (mon.0) 2026 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:11.045 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:10 smithi178 bash[20270]: audit 2024-03-21T13:02:10.602313+0000 mon.a (mon.0) 2027 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:11.045 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:10 smithi178 bash[20270]: audit 2024-03-21T13:02:10.681545+0000 mon.a (mon.0) 2028 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:11.045 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:10 smithi178 bash[20270]: audit 2024-03-21T13:02:10.684528+0000 mon.a (mon.0) 2029 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:11.045 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:10 smithi178 bash[20270]: audit 2024-03-21T13:02:10.687651+0000 mon.a (mon.0) 2030 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:11.045 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:10 smithi178 bash[20270]: audit 2024-03-21T13:02:10.688837+0000 mon.a (mon.0) 2031 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:11.045 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:10 smithi178 bash[20270]: audit 2024-03-21T13:02:10.701262+0000 mon.a (mon.0) 2032 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:11.045 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:10 smithi178 bash[20270]: audit 2024-03-21T13:02:10.779779+0000 mon.a (mon.0) 2033 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:11.045 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:10 smithi178 bash[20270]: audit 2024-03-21T13:02:10.782514+0000 mon.a (mon.0) 2034 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:11.045 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:10 smithi178 bash[20270]: audit 2024-03-21T13:02:10.784888+0000 mon.a (mon.0) 2035 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:11.045 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:10 smithi178 bash[20270]: audit 2024-03-21T13:02:10.785879+0000 mon.a (mon.0) 2036 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:11.045 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:10 smithi178 bash[20270]: audit 2024-03-21T13:02:10.794812+0000 mon.a (mon.0) 2037 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:11.046 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:10 smithi178 bash[20270]: audit 2024-03-21T13:02:10.876418+0000 mon.a (mon.0) 2038 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:11.046 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:10 smithi178 bash[20270]: audit 2024-03-21T13:02:10.879961+0000 mon.a (mon.0) 2039 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:11.046 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:10 smithi178 bash[20270]: audit 2024-03-21T13:02:10.884570+0000 mon.a (mon.0) 2040 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:11.046 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:10 smithi178 bash[20270]: audit 2024-03-21T13:02:10.885888+0000 mon.a (mon.0) 2041 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:11.046 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:10 smithi178 bash[20270]: audit 2024-03-21T13:02:10.895957+0000 mon.a (mon.0) 2042 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:11.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:10 smithi178 bash[14494]: audit 2024-03-21T13:02:10.590778+0000 mon.a (mon.0) 2024 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:11.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:10 smithi178 bash[14494]: audit 2024-03-21T13:02:10.593576+0000 mon.a (mon.0) 2025 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:11.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:10 smithi178 bash[14494]: audit 2024-03-21T13:02:10.594393+0000 mon.a (mon.0) 2026 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:11.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:10 smithi178 bash[14494]: audit 2024-03-21T13:02:10.602313+0000 mon.a (mon.0) 2027 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:11.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:10 smithi178 bash[14494]: audit 2024-03-21T13:02:10.681545+0000 mon.a (mon.0) 2028 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:11.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:10 smithi178 bash[14494]: audit 2024-03-21T13:02:10.684528+0000 mon.a (mon.0) 2029 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:11.046 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:10 smithi178 bash[14494]: audit 2024-03-21T13:02:10.687651+0000 mon.a (mon.0) 2030 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:11.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:10 smithi178 bash[14494]: audit 2024-03-21T13:02:10.688837+0000 mon.a (mon.0) 2031 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:11.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:10 smithi178 bash[14494]: audit 2024-03-21T13:02:10.701262+0000 mon.a (mon.0) 2032 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:11.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:10 smithi178 bash[14494]: audit 2024-03-21T13:02:10.779779+0000 mon.a (mon.0) 2033 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:11.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:10 smithi178 bash[14494]: audit 2024-03-21T13:02:10.782514+0000 mon.a (mon.0) 2034 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:11.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:10 smithi178 bash[14494]: audit 2024-03-21T13:02:10.784888+0000 mon.a (mon.0) 2035 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:11.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:10 smithi178 bash[14494]: audit 2024-03-21T13:02:10.785879+0000 mon.a (mon.0) 2036 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:11.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:10 smithi178 bash[14494]: audit 2024-03-21T13:02:10.794812+0000 mon.a (mon.0) 2037 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:11.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:10 smithi178 bash[14494]: audit 2024-03-21T13:02:10.876418+0000 mon.a (mon.0) 2038 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:11.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:10 smithi178 bash[14494]: audit 2024-03-21T13:02:10.879961+0000 mon.a (mon.0) 2039 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:11.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:10 smithi178 bash[14494]: audit 2024-03-21T13:02:10.884570+0000 mon.a (mon.0) 2040 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:11.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:10 smithi178 bash[14494]: audit 2024-03-21T13:02:10.885888+0000 mon.a (mon.0) 2041 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:11.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:10 smithi178 bash[14494]: audit 2024-03-21T13:02:10.895957+0000 mon.a (mon.0) 2042 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:11.256 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:10 smithi184 bash[14608]: cluster 2024-03-21T13:02:09.472185+0000 mgr.x (mgr.25322) 320 : cluster [DBG] pgmap v206: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:11.256 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:11 smithi184 bash[14608]: cluster 2024-03-21T13:02:09.472619+0000 mgr.x (mgr.25322) 321 : cluster [DBG] pgmap v207: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:11.256 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:11 smithi184 bash[14608]: cephadm 2024-03-21T13:02:09.481304+0000 mgr.x (mgr.25322) 322 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:11.256 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:11 smithi184 bash[14608]: cluster 2024-03-21T13:02:09.570109+0000 mgr.x (mgr.25322) 323 : cluster [DBG] pgmap v208: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:11.256 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:11 smithi184 bash[14608]: cephadm 2024-03-21T13:02:09.578038+0000 mgr.x (mgr.25322) 324 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:11.256 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:11 smithi184 bash[14608]: cluster 2024-03-21T13:02:09.670677+0000 mgr.x (mgr.25322) 325 : cluster [DBG] pgmap v209: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:11.256 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:11 smithi184 bash[14608]: cluster 2024-03-21T13:02:09.671229+0000 mgr.x (mgr.25322) 326 : cluster [DBG] pgmap v210: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:11.256 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:11 smithi184 bash[14608]: cephadm 2024-03-21T13:02:09.681707+0000 mgr.x (mgr.25322) 327 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:11.257 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:11 smithi184 bash[14608]: cluster 2024-03-21T13:02:09.754747+0000 mgr.x (mgr.25322) 328 : cluster [DBG] pgmap v211: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:11.257 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:11 smithi184 bash[14608]: cluster 2024-03-21T13:02:09.755306+0000 mgr.x (mgr.25322) 329 : cluster [DBG] pgmap v212: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:11.257 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:11 smithi184 bash[14608]: cephadm 2024-03-21T13:02:09.763169+0000 mgr.x (mgr.25322) 330 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:11.257 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:11 smithi184 bash[14608]: cluster 2024-03-21T13:02:09.850864+0000 mgr.x (mgr.25322) 331 : cluster [DBG] pgmap v213: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:11.257 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:11 smithi184 bash[14608]: cluster 2024-03-21T13:02:09.851342+0000 mgr.x (mgr.25322) 332 : cluster [DBG] pgmap v214: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:11.257 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:11 smithi184 bash[14608]: cephadm 2024-03-21T13:02:09.858979+0000 mgr.x (mgr.25322) 333 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:11.257 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:11 smithi184 bash[14608]: audit 2024-03-21T13:02:09.936924+0000 mon.a (mon.0) 1993 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:11.257 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:11 smithi184 bash[14608]: audit 2024-03-21T13:02:09.939087+0000 mon.a (mon.0) 1994 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:11.257 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:11 smithi184 bash[14608]: audit 2024-03-21T13:02:09.941464+0000 mon.a (mon.0) 1995 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:11.257 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:11 smithi184 bash[14608]: audit 2024-03-21T13:02:09.942182+0000 mon.a (mon.0) 1996 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:11.257 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:11 smithi184 bash[14608]: cluster 2024-03-21T13:02:09.945239+0000 mgr.x (mgr.25322) 334 : cluster [DBG] pgmap v215: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:11.257 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:11 smithi184 bash[14608]: cluster 2024-03-21T13:02:09.945510+0000 mgr.x (mgr.25322) 335 : cluster [DBG] pgmap v216: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:11.257 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:11 smithi184 bash[14608]: audit 2024-03-21T13:02:09.948468+0000 mon.a (mon.0) 1997 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:11.257 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:11 smithi184 bash[14608]: cephadm 2024-03-21T13:02:09.950710+0000 mgr.x (mgr.25322) 336 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:11.258 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:11 smithi184 bash[14608]: audit 2024-03-21T13:02:10.031199+0000 mon.a (mon.0) 1998 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:11.258 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:11 smithi184 bash[14608]: audit 2024-03-21T13:02:10.033739+0000 mon.a (mon.0) 1999 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:11.258 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:11 smithi184 bash[14608]: audit 2024-03-21T13:02:10.036605+0000 mon.a (mon.0) 2000 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:11.258 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:11 smithi184 bash[14608]: audit 2024-03-21T13:02:10.037784+0000 mon.a (mon.0) 2001 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:11.258 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:11 smithi184 bash[14608]: cluster 2024-03-21T13:02:10.041328+0000 mgr.x (mgr.25322) 337 : cluster [DBG] pgmap v217: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:11.258 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:11 smithi184 bash[14608]: cluster 2024-03-21T13:02:10.041798+0000 mgr.x (mgr.25322) 338 : cluster [DBG] pgmap v218: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:11.258 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:11 smithi184 bash[14608]: audit 2024-03-21T13:02:10.046648+0000 mon.a (mon.0) 2002 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:11.258 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:11 smithi184 bash[14608]: cephadm 2024-03-21T13:02:10.048983+0000 mgr.x (mgr.25322) 339 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:11.258 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:11 smithi184 bash[14608]: audit 2024-03-21T13:02:10.125050+0000 mon.a (mon.0) 2003 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:11.258 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:11 smithi184 bash[14608]: audit 2024-03-21T13:02:10.127855+0000 mon.a (mon.0) 2004 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:11.258 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:11 smithi184 bash[14608]: audit 2024-03-21T13:02:10.131246+0000 mon.a (mon.0) 2005 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:11.258 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:11 smithi184 bash[14608]: audit 2024-03-21T13:02:10.132249+0000 mon.a (mon.0) 2006 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:11.258 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:11 smithi184 bash[14608]: cluster 2024-03-21T13:02:10.136128+0000 mgr.x (mgr.25322) 340 : cluster [DBG] pgmap v219: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:11.258 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:11 smithi184 bash[14608]: cluster 2024-03-21T13:02:10.136524+0000 mgr.x (mgr.25322) 341 : cluster [DBG] pgmap v220: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:11.259 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:11 smithi184 bash[14608]: audit 2024-03-21T13:02:10.140623+0000 mon.a (mon.0) 2007 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:11.259 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:11 smithi184 bash[14608]: cephadm 2024-03-21T13:02:10.143171+0000 mgr.x (mgr.25322) 342 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:11.259 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:11 smithi184 bash[14608]: audit 2024-03-21T13:02:10.222198+0000 mon.a (mon.0) 2008 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:11.259 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:11 smithi184 bash[14608]: audit 2024-03-21T13:02:10.224708+0000 mon.a (mon.0) 2009 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:11.259 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:11 smithi184 bash[14608]: audit 2024-03-21T13:02:10.230689+0000 mon.a (mon.0) 2010 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:11.259 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:11 smithi184 bash[14608]: audit 2024-03-21T13:02:10.231759+0000 mon.a (mon.0) 2011 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:11.259 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:11 smithi184 bash[14608]: cluster 2024-03-21T13:02:10.235576+0000 mgr.x (mgr.25322) 343 : cluster [DBG] pgmap v221: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:11.259 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:11 smithi184 bash[14608]: cluster 2024-03-21T13:02:10.236018+0000 mgr.x (mgr.25322) 344 : cluster [DBG] pgmap v222: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:11.259 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:11 smithi184 bash[14608]: audit 2024-03-21T13:02:10.241715+0000 mon.a (mon.0) 2012 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:11.259 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:11 smithi184 bash[14608]: cephadm 2024-03-21T13:02:10.246345+0000 mgr.x (mgr.25322) 345 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:11.259 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:11 smithi184 bash[14608]: audit 2024-03-21T13:02:10.323253+0000 mon.a (mon.0) 2013 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:11.259 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:11 smithi184 bash[14608]: audit 2024-03-21T13:02:10.326501+0000 mon.a (mon.0) 2014 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:11.259 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:11 smithi184 bash[14608]: audit 2024-03-21T13:02:10.329048+0000 mon.a (mon.0) 2015 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:11.259 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:11 smithi184 bash[14608]: audit 2024-03-21T13:02:10.330074+0000 mon.a (mon.0) 2016 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:11.259 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:11 smithi184 bash[14608]: cluster 2024-03-21T13:02:10.333635+0000 mgr.x (mgr.25322) 346 : cluster [DBG] pgmap v223: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:11.260 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:11 smithi184 bash[14608]: audit 2024-03-21T13:02:10.340526+0000 mon.a (mon.0) 2017 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:11.260 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:11 smithi184 bash[14608]: cephadm 2024-03-21T13:02:10.342982+0000 mgr.x (mgr.25322) 347 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:11.260 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:11 smithi184 bash[14608]: audit 2024-03-21T13:02:10.455484+0000 mon.a (mon.0) 2018 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:11.260 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:11 smithi184 bash[14608]: audit 2024-03-21T13:02:10.458367+0000 mon.a (mon.0) 2019 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:11.260 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:11 smithi184 bash[14608]: audit 2024-03-21T13:02:10.463673+0000 mon.a (mon.0) 2020 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:11.260 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:11 smithi184 bash[14608]: audit 2024-03-21T13:02:10.465205+0000 mon.a (mon.0) 2021 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:11.260 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:11 smithi184 bash[14608]: audit 2024-03-21T13:02:10.474473+0000 mon.a (mon.0) 2022 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:11.260 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:11 smithi184 bash[14608]: audit 2024-03-21T13:02:10.588206+0000 mon.a (mon.0) 2023 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:11.260 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:11 smithi184 bash[14608]: audit 2024-03-21T13:02:10.590778+0000 mon.a (mon.0) 2024 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:11.260 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:11 smithi184 bash[14608]: audit 2024-03-21T13:02:10.593576+0000 mon.a (mon.0) 2025 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:11.260 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:11 smithi184 bash[14608]: audit 2024-03-21T13:02:10.594393+0000 mon.a (mon.0) 2026 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:11.260 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:11 smithi184 bash[14608]: audit 2024-03-21T13:02:10.602313+0000 mon.a (mon.0) 2027 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:11.260 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:11 smithi184 bash[14608]: audit 2024-03-21T13:02:10.681545+0000 mon.a (mon.0) 2028 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:11.260 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:11 smithi184 bash[14608]: audit 2024-03-21T13:02:10.684528+0000 mon.a (mon.0) 2029 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:11.260 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:11 smithi184 bash[14608]: audit 2024-03-21T13:02:10.687651+0000 mon.a (mon.0) 2030 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:11.261 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:11 smithi184 bash[14608]: audit 2024-03-21T13:02:10.688837+0000 mon.a (mon.0) 2031 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:11.261 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:11 smithi184 bash[14608]: audit 2024-03-21T13:02:10.701262+0000 mon.a (mon.0) 2032 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:11.261 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:11 smithi184 bash[14608]: audit 2024-03-21T13:02:10.779779+0000 mon.a (mon.0) 2033 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:11.261 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:11 smithi184 bash[14608]: audit 2024-03-21T13:02:10.782514+0000 mon.a (mon.0) 2034 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:11.261 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:11 smithi184 bash[14608]: audit 2024-03-21T13:02:10.784888+0000 mon.a (mon.0) 2035 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:11.261 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:11 smithi184 bash[14608]: audit 2024-03-21T13:02:10.785879+0000 mon.a (mon.0) 2036 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:11.261 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:11 smithi184 bash[14608]: audit 2024-03-21T13:02:10.794812+0000 mon.a (mon.0) 2037 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:11.261 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:11 smithi184 bash[14608]: audit 2024-03-21T13:02:10.876418+0000 mon.a (mon.0) 2038 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:11.261 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:11 smithi184 bash[14608]: audit 2024-03-21T13:02:10.879961+0000 mon.a (mon.0) 2039 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:11.261 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:11 smithi184 bash[14608]: audit 2024-03-21T13:02:10.884570+0000 mon.a (mon.0) 2040 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:11.261 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:11 smithi184 bash[14608]: audit 2024-03-21T13:02:10.885888+0000 mon.a (mon.0) 2041 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:11.261 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:11 smithi184 bash[14608]: audit 2024-03-21T13:02:10.895957+0000 mon.a (mon.0) 2042 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:11.297 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:02:11 smithi178 bash[69695]: debug 2024-03-21T13:02:11.029+0000 7f45f270a000 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-21T13:02:11.298 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:02:11 smithi178 bash[69695]: debug 2024-03-21T13:02:11.157+0000 7f45f270a000 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-21T13:02:11.646 INFO:teuthology.orchestra.run.smithi178.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-21T13:02:11.646 INFO:teuthology.orchestra.run.smithi178.stdout:agent.smithi178 smithi178 running 0s ago 16m - - 2024-03-21T13:02:11.646 INFO:teuthology.orchestra.run.smithi178.stdout:agent.smithi184 smithi184 running 0s ago 15m - - 2024-03-21T13:02:11.646 INFO:teuthology.orchestra.run.smithi178.stdout:alertmanager.a smithi178 *:9093,9094 running (2m) 0s ago 9m 16.4M - 0.23.0 ba2b418f427c b9533705fcaf 2024-03-21T13:02:11.646 INFO:teuthology.orchestra.run.smithi178.stdout:grafana.a smithi184 *:3000 unknown 0s ago 8m - - 2024-03-21T13:02:11.646 INFO:teuthology.orchestra.run.smithi178.stdout:iscsi.foo.smithi178.qfgpzc smithi178 running (31s) 0s ago 6m 45.9M - 3.5 e1d6a67b021e 8cd81f5e1d31 2024-03-21T13:02:11.646 INFO:teuthology.orchestra.run.smithi178.stdout:mgr.x smithi184 *:8443,9283,8765 running (52s) 0s ago 15m 496M - 19.0.0-2267-g960fbbe4 19e12293512f 23b748469eab 2024-03-21T13:02:11.646 INFO:teuthology.orchestra.run.smithi178.stdout:mgr.y smithi178 *:8443,9283,8765 running (7s) 0s ago 17m 110M - 17.2.0 e1d6a67b021e 452831c6841f 2024-03-21T13:02:11.646 INFO:teuthology.orchestra.run.smithi178.stdout:mon.a smithi178 running (17m) 0s ago 17m 75.6M 2048M 17.2.0 e1d6a67b021e 929eab85bff1 2024-03-21T13:02:11.647 INFO:teuthology.orchestra.run.smithi178.stdout:mon.b smithi184 running (15m) 0s ago 15m 57.4M 2048M 17.2.0 e1d6a67b021e 2c060c770e3f 2024-03-21T13:02:11.647 INFO:teuthology.orchestra.run.smithi178.stdout:mon.c smithi178 running (15m) 0s ago 15m 52.5M 2048M 17.2.0 e1d6a67b021e cf8630e7a11b 2024-03-21T13:02:11.647 INFO:teuthology.orchestra.run.smithi178.stdout:node-exporter.a smithi178 *:9100 running (2m) 0s ago 9m 11.4M - 1.3.1 1dbe0e931976 5d4ec1307be5 2024-03-21T13:02:11.647 INFO:teuthology.orchestra.run.smithi178.stdout:node-exporter.b smithi184 *:9100 running (114s) 0s ago 9m 11.2M - 1.3.1 1dbe0e931976 2a37d9a9b638 2024-03-21T13:02:11.647 INFO:teuthology.orchestra.run.smithi178.stdout:osd.0 smithi178 running (14m) 0s ago 14m 59.2M 4096M 17.2.0 e1d6a67b021e d6b8ef28417b 2024-03-21T13:02:11.647 INFO:teuthology.orchestra.run.smithi178.stdout:osd.1 smithi178 running (14m) 0s ago 14m 60.8M 4096M 17.2.0 e1d6a67b021e f1a18d3887e4 2024-03-21T13:02:11.647 INFO:teuthology.orchestra.run.smithi178.stdout:osd.2 smithi178 running (13m) 0s ago 13m 55.3M 4096M 17.2.0 e1d6a67b021e 20f205591c9c 2024-03-21T13:02:11.647 INFO:teuthology.orchestra.run.smithi178.stdout:osd.3 smithi178 running (12m) 0s ago 12m 57.9M 4096M 17.2.0 e1d6a67b021e a4f15fefa0b8 2024-03-21T13:02:11.647 INFO:teuthology.orchestra.run.smithi178.stdout:osd.4 smithi184 running (12m) 0s ago 12m 58.7M 4096M 17.2.0 e1d6a67b021e e20e0f763007 2024-03-21T13:02:11.647 INFO:teuthology.orchestra.run.smithi178.stdout:osd.5 smithi184 running (11m) 0s ago 11m 56.2M 4096M 17.2.0 e1d6a67b021e a0e050155046 2024-03-21T13:02:11.647 INFO:teuthology.orchestra.run.smithi178.stdout:osd.6 smithi184 running (11m) 0s ago 11m 56.6M 4096M 17.2.0 e1d6a67b021e 68fa324445fb 2024-03-21T13:02:11.647 INFO:teuthology.orchestra.run.smithi178.stdout:osd.7 smithi184 running (10m) 0s ago 10m 57.7M 4096M 17.2.0 e1d6a67b021e 9153684ac7cd 2024-03-21T13:02:11.647 INFO:teuthology.orchestra.run.smithi178.stdout:prometheus.a smithi184 *:9095 running (24s) 0s ago 9m 55.2M - 2.33.4 514e6a882f6e 68f156839b90 2024-03-21T13:02:11.647 INFO:teuthology.orchestra.run.smithi178.stdout:rgw.foo.smithi178.amgrte smithi178 *:8000 running (7m) 0s ago 7m 86.5M - 17.2.0 e1d6a67b021e d914bef5b616 2024-03-21T13:02:11.647 INFO:teuthology.orchestra.run.smithi178.stdout:rgw.foo.smithi184.sylqte smithi184 *:8000 running (7m) 0s ago 7m 86.8M - 17.2.0 e1d6a67b021e 71e9025bfe7b 2024-03-21T13:02:11.648 INFO:teuthology.orchestra.run.smithi178.stdout:rgw.smpl.smithi178.avyvkd smithi178 *:80 running (7m) 0s ago 7m 87.3M - 17.2.0 e1d6a67b021e 95dce05fca01 2024-03-21T13:02:11.648 INFO:teuthology.orchestra.run.smithi178.stdout:rgw.smpl.smithi184.ccsuhn smithi184 *:80 running (6m) 0s ago 6m 87.2M - 17.2.0 e1d6a67b021e c3b20c5f0cde 2024-03-21T13:02:11.684 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:02:11 smithi178 bash[69695]: debug 2024-03-21T13:02:11.329+0000 7f45f270a000 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-21T13:02:11.955 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:02:11 smithi178 bash[69695]: debug 2024-03-21T13:02:11.685+0000 7f45f270a000 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-21T13:02:11.956 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:02:11 smithi178 bash[69695]: debug 2024-03-21T13:02:11.805+0000 7f45f270a000 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-21T13:02:12.099 INFO:teuthology.orchestra.run.smithi178.stdout:{ 2024-03-21T13:02:12.099 INFO:teuthology.orchestra.run.smithi178.stdout: "mon": { 2024-03-21T13:02:12.099 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3 2024-03-21T13:02:12.099 INFO:teuthology.orchestra.run.smithi178.stdout: }, 2024-03-21T13:02:12.099 INFO:teuthology.orchestra.run.smithi178.stdout: "mgr": { 2024-03-21T13:02:12.099 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 2 2024-03-21T13:02:12.099 INFO:teuthology.orchestra.run.smithi178.stdout: }, 2024-03-21T13:02:12.099 INFO:teuthology.orchestra.run.smithi178.stdout: "osd": { 2024-03-21T13:02:12.099 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2024-03-21T13:02:12.099 INFO:teuthology.orchestra.run.smithi178.stdout: }, 2024-03-21T13:02:12.100 INFO:teuthology.orchestra.run.smithi178.stdout: "mds": {}, 2024-03-21T13:02:12.100 INFO:teuthology.orchestra.run.smithi178.stdout: "rgw": { 2024-03-21T13:02:12.100 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2024-03-21T13:02:12.100 INFO:teuthology.orchestra.run.smithi178.stdout: }, 2024-03-21T13:02:12.100 INFO:teuthology.orchestra.run.smithi178.stdout: "overall": { 2024-03-21T13:02:12.100 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 15, 2024-03-21T13:02:12.100 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 2 2024-03-21T13:02:12.100 INFO:teuthology.orchestra.run.smithi178.stdout: } 2024-03-21T13:02:12.100 INFO:teuthology.orchestra.run.smithi178.stdout:} 2024-03-21T13:02:12.298 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:02:12 smithi178 bash[69695]: debug 2024-03-21T13:02:11.997+0000 7f45f270a000 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-21T13:02:12.298 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:02:12 smithi178 bash[69695]: debug 2024-03-21T13:02:12.129+0000 7f45f270a000 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-21T13:02:12.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:11 smithi178 bash[14494]: cluster 2024-03-21T13:02:10.469641+0000 mgr.x (mgr.25322) 348 : cluster [DBG] pgmap v224: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:12.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:11 smithi178 bash[14494]: cluster 2024-03-21T13:02:10.469975+0000 mgr.x (mgr.25322) 349 : cluster [DBG] pgmap v225: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:12.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:11 smithi178 bash[14494]: cephadm 2024-03-21T13:02:10.476919+0000 mgr.x (mgr.25322) 350 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:12.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:11 smithi178 bash[14494]: cluster 2024-03-21T13:02:10.597599+0000 mgr.x (mgr.25322) 351 : cluster [DBG] pgmap v226: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:12.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:11 smithi178 bash[14494]: cluster 2024-03-21T13:02:10.597812+0000 mgr.x (mgr.25322) 352 : cluster [DBG] pgmap v227: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:12.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:11 smithi178 bash[14494]: cephadm 2024-03-21T13:02:10.604690+0000 mgr.x (mgr.25322) 353 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:12.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:11 smithi178 bash[14494]: audit 2024-03-21T13:02:10.682327+0000 mgr.x (mgr.25322) 354 : audit [DBG] from='client.25555 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:02:12.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:11 smithi178 bash[14494]: cluster 2024-03-21T13:02:10.696456+0000 mgr.x (mgr.25322) 355 : cluster [DBG] pgmap v228: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 11 KiB/s rd, 10 op/s 2024-03-21T13:02:12.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:11 smithi178 bash[14494]: cluster 2024-03-21T13:02:10.696968+0000 mgr.x (mgr.25322) 356 : cluster [DBG] pgmap v229: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 14 KiB/s rd, 13 op/s 2024-03-21T13:02:12.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:11 smithi178 bash[14494]: cephadm 2024-03-21T13:02:10.703719+0000 mgr.x (mgr.25322) 357 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:12.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:11 smithi178 bash[14494]: cluster 2024-03-21T13:02:10.789412+0000 mgr.x (mgr.25322) 358 : cluster [DBG] pgmap v230: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 15 op/s 2024-03-21T13:02:12.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:11 smithi178 bash[14494]: cluster 2024-03-21T13:02:10.789607+0000 mgr.x (mgr.25322) 359 : cluster [DBG] pgmap v231: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 15 op/s 2024-03-21T13:02:12.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:11 smithi178 bash[14494]: cephadm 2024-03-21T13:02:10.797190+0000 mgr.x (mgr.25322) 360 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:12.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:11 smithi178 bash[14494]: cluster 2024-03-21T13:02:10.890273+0000 mgr.x (mgr.25322) 361 : cluster [DBG] pgmap v232: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 17 op/s 2024-03-21T13:02:12.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:11 smithi178 bash[14494]: cluster 2024-03-21T13:02:10.890621+0000 mgr.x (mgr.25322) 362 : cluster [DBG] pgmap v233: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 17 op/s 2024-03-21T13:02:12.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:11 smithi178 bash[14494]: cephadm 2024-03-21T13:02:10.898314+0000 mgr.x (mgr.25322) 363 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:12.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:11 smithi178 bash[14494]: audit 2024-03-21T13:02:10.977198+0000 mon.a (mon.0) 2043 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:12.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:11 smithi178 bash[14494]: audit 2024-03-21T13:02:10.980078+0000 mon.a (mon.0) 2044 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:12.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:11 smithi178 bash[14494]: audit 2024-03-21T13:02:10.982724+0000 mon.a (mon.0) 2045 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:12.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:11 smithi178 bash[20270]: cluster 2024-03-21T13:02:10.469641+0000 mgr.x (mgr.25322) 348 : cluster [DBG] pgmap v224: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:12.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:11 smithi178 bash[20270]: cluster 2024-03-21T13:02:10.469975+0000 mgr.x (mgr.25322) 349 : cluster [DBG] pgmap v225: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:12.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:11 smithi178 bash[20270]: cephadm 2024-03-21T13:02:10.476919+0000 mgr.x (mgr.25322) 350 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:12.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:11 smithi178 bash[20270]: cluster 2024-03-21T13:02:10.597599+0000 mgr.x (mgr.25322) 351 : cluster [DBG] pgmap v226: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:12.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:11 smithi178 bash[20270]: cluster 2024-03-21T13:02:10.597812+0000 mgr.x (mgr.25322) 352 : cluster [DBG] pgmap v227: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:12.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:11 smithi178 bash[20270]: cephadm 2024-03-21T13:02:10.604690+0000 mgr.x (mgr.25322) 353 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:12.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:11 smithi178 bash[20270]: audit 2024-03-21T13:02:10.682327+0000 mgr.x (mgr.25322) 354 : audit [DBG] from='client.25555 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:02:12.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:11 smithi178 bash[20270]: cluster 2024-03-21T13:02:10.696456+0000 mgr.x (mgr.25322) 355 : cluster [DBG] pgmap v228: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 11 KiB/s rd, 10 op/s 2024-03-21T13:02:12.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:11 smithi178 bash[20270]: cluster 2024-03-21T13:02:10.696968+0000 mgr.x (mgr.25322) 356 : cluster [DBG] pgmap v229: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 14 KiB/s rd, 13 op/s 2024-03-21T13:02:12.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:11 smithi178 bash[20270]: cephadm 2024-03-21T13:02:10.703719+0000 mgr.x (mgr.25322) 357 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:12.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:11 smithi178 bash[20270]: cluster 2024-03-21T13:02:10.789412+0000 mgr.x (mgr.25322) 358 : cluster [DBG] pgmap v230: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 15 op/s 2024-03-21T13:02:12.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:11 smithi178 bash[20270]: cluster 2024-03-21T13:02:10.789607+0000 mgr.x (mgr.25322) 359 : cluster [DBG] pgmap v231: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 15 op/s 2024-03-21T13:02:12.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:11 smithi178 bash[20270]: cephadm 2024-03-21T13:02:10.797190+0000 mgr.x (mgr.25322) 360 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:12.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:11 smithi178 bash[20270]: cluster 2024-03-21T13:02:10.890273+0000 mgr.x (mgr.25322) 361 : cluster [DBG] pgmap v232: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 17 op/s 2024-03-21T13:02:12.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:11 smithi178 bash[20270]: cluster 2024-03-21T13:02:10.890621+0000 mgr.x (mgr.25322) 362 : cluster [DBG] pgmap v233: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 17 op/s 2024-03-21T13:02:12.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:11 smithi178 bash[20270]: cephadm 2024-03-21T13:02:10.898314+0000 mgr.x (mgr.25322) 363 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:12.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:11 smithi178 bash[20270]: audit 2024-03-21T13:02:10.977198+0000 mon.a (mon.0) 2043 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:12.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:11 smithi178 bash[20270]: audit 2024-03-21T13:02:10.980078+0000 mon.a (mon.0) 2044 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:12.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:11 smithi178 bash[20270]: audit 2024-03-21T13:02:10.982724+0000 mon.a (mon.0) 2045 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:12.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:11 smithi178 bash[14494]: audit 2024-03-21T13:02:10.983719+0000 mon.a (mon.0) 2046 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:12.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:11 smithi178 bash[14494]: cluster 2024-03-21T13:02:10.988331+0000 mgr.x (mgr.25322) 364 : cluster [DBG] pgmap v234: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:12.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:11 smithi178 bash[14494]: cluster 2024-03-21T13:02:10.988601+0000 mgr.x (mgr.25322) 365 : cluster [DBG] pgmap v235: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:12.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:11 smithi178 bash[14494]: audit 2024-03-21T13:02:10.994066+0000 mon.a (mon.0) 2047 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:12.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:11 smithi178 bash[14494]: cephadm 2024-03-21T13:02:10.996325+0000 mgr.x (mgr.25322) 366 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:12.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:11 smithi178 bash[14494]: audit 2024-03-21T13:02:11.057842+0000 mon.a (mon.0) 2048 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:12.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:11 smithi178 bash[14494]: audit 2024-03-21T13:02:11.065472+0000 mon.a (mon.0) 2049 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:12.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:11 smithi178 bash[14494]: cluster 2024-03-21T13:02:11.068568+0000 mgr.x (mgr.25322) 367 : cluster [DBG] pgmap v236: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:12.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:11 smithi178 bash[14494]: cluster 2024-03-21T13:02:11.068943+0000 mgr.x (mgr.25322) 368 : cluster [DBG] pgmap v237: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:12.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:11 smithi178 bash[14494]: audit 2024-03-21T13:02:11.073849+0000 mon.a (mon.0) 2050 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:12.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:11 smithi178 bash[14494]: audit 2024-03-21T13:02:11.074136+0000 mon.a (mon.0) 2051 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:12.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:11 smithi178 bash[14494]: audit 2024-03-21T13:02:11.174659+0000 mgr.x (mgr.25322) 369 : audit [DBG] from='client.25561 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:02:12.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:11 smithi178 bash[14494]: audit 2024-03-21T13:02:11.471414+0000 mon.a (mon.0) 2052 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:12.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:11 smithi178 bash[14494]: audit 2024-03-21T13:02:11.480385+0000 mon.a (mon.0) 2053 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:12.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:11 smithi178 bash[14494]: audit 2024-03-21T13:02:11.490713+0000 mon.a (mon.0) 2054 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:12.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:11 smithi178 bash[20270]: audit 2024-03-21T13:02:10.983719+0000 mon.a (mon.0) 2046 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:12.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:11 smithi178 bash[20270]: cluster 2024-03-21T13:02:10.988331+0000 mgr.x (mgr.25322) 364 : cluster [DBG] pgmap v234: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:12.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:11 smithi178 bash[20270]: cluster 2024-03-21T13:02:10.988601+0000 mgr.x (mgr.25322) 365 : cluster [DBG] pgmap v235: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:12.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:11 smithi178 bash[20270]: audit 2024-03-21T13:02:10.994066+0000 mon.a (mon.0) 2047 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:12.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:11 smithi178 bash[20270]: cephadm 2024-03-21T13:02:10.996325+0000 mgr.x (mgr.25322) 366 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:12.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:11 smithi178 bash[20270]: audit 2024-03-21T13:02:11.057842+0000 mon.a (mon.0) 2048 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:12.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:11 smithi178 bash[20270]: audit 2024-03-21T13:02:11.065472+0000 mon.a (mon.0) 2049 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:12.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:11 smithi178 bash[20270]: cluster 2024-03-21T13:02:11.068568+0000 mgr.x (mgr.25322) 367 : cluster [DBG] pgmap v236: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:12.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:11 smithi178 bash[20270]: cluster 2024-03-21T13:02:11.068943+0000 mgr.x (mgr.25322) 368 : cluster [DBG] pgmap v237: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:12.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:11 smithi178 bash[20270]: audit 2024-03-21T13:02:11.073849+0000 mon.a (mon.0) 2050 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:12.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:11 smithi178 bash[20270]: audit 2024-03-21T13:02:11.074136+0000 mon.a (mon.0) 2051 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:12.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:11 smithi178 bash[20270]: audit 2024-03-21T13:02:11.174659+0000 mgr.x (mgr.25322) 369 : audit [DBG] from='client.25561 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:02:12.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:11 smithi178 bash[20270]: audit 2024-03-21T13:02:11.471414+0000 mon.a (mon.0) 2052 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:12.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:11 smithi178 bash[20270]: audit 2024-03-21T13:02:11.480385+0000 mon.a (mon.0) 2053 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:12.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:11 smithi178 bash[20270]: audit 2024-03-21T13:02:11.490713+0000 mon.a (mon.0) 2054 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:12.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:11 smithi184 bash[14608]: cluster 2024-03-21T13:02:10.469641+0000 mgr.x (mgr.25322) 348 : cluster [DBG] pgmap v224: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:12.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:11 smithi184 bash[14608]: cluster 2024-03-21T13:02:10.469975+0000 mgr.x (mgr.25322) 349 : cluster [DBG] pgmap v225: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:12.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:11 smithi184 bash[14608]: cephadm 2024-03-21T13:02:10.476919+0000 mgr.x (mgr.25322) 350 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:12.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:11 smithi184 bash[14608]: cluster 2024-03-21T13:02:10.597599+0000 mgr.x (mgr.25322) 351 : cluster [DBG] pgmap v226: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:12.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:11 smithi184 bash[14608]: cluster 2024-03-21T13:02:10.597812+0000 mgr.x (mgr.25322) 352 : cluster [DBG] pgmap v227: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:12.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:11 smithi184 bash[14608]: cephadm 2024-03-21T13:02:10.604690+0000 mgr.x (mgr.25322) 353 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:12.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:11 smithi184 bash[14608]: audit 2024-03-21T13:02:10.682327+0000 mgr.x (mgr.25322) 354 : audit [DBG] from='client.25555 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:02:12.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:11 smithi184 bash[14608]: cluster 2024-03-21T13:02:10.696456+0000 mgr.x (mgr.25322) 355 : cluster [DBG] pgmap v228: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 11 KiB/s rd, 10 op/s 2024-03-21T13:02:12.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:11 smithi184 bash[14608]: cluster 2024-03-21T13:02:10.696968+0000 mgr.x (mgr.25322) 356 : cluster [DBG] pgmap v229: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 14 KiB/s rd, 13 op/s 2024-03-21T13:02:12.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:11 smithi184 bash[14608]: cephadm 2024-03-21T13:02:10.703719+0000 mgr.x (mgr.25322) 357 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:12.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:11 smithi184 bash[14608]: cluster 2024-03-21T13:02:10.789412+0000 mgr.x (mgr.25322) 358 : cluster [DBG] pgmap v230: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 15 op/s 2024-03-21T13:02:12.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:11 smithi184 bash[14608]: cluster 2024-03-21T13:02:10.789607+0000 mgr.x (mgr.25322) 359 : cluster [DBG] pgmap v231: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 15 op/s 2024-03-21T13:02:12.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:11 smithi184 bash[14608]: cephadm 2024-03-21T13:02:10.797190+0000 mgr.x (mgr.25322) 360 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:12.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:11 smithi184 bash[14608]: cluster 2024-03-21T13:02:10.890273+0000 mgr.x (mgr.25322) 361 : cluster [DBG] pgmap v232: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 17 op/s 2024-03-21T13:02:12.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:11 smithi184 bash[14608]: cluster 2024-03-21T13:02:10.890621+0000 mgr.x (mgr.25322) 362 : cluster [DBG] pgmap v233: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 17 op/s 2024-03-21T13:02:12.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:11 smithi184 bash[14608]: cephadm 2024-03-21T13:02:10.898314+0000 mgr.x (mgr.25322) 363 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:12.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:11 smithi184 bash[14608]: audit 2024-03-21T13:02:10.977198+0000 mon.a (mon.0) 2043 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:12.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:11 smithi184 bash[14608]: audit 2024-03-21T13:02:10.980078+0000 mon.a (mon.0) 2044 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:12.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:11 smithi184 bash[14608]: audit 2024-03-21T13:02:10.982724+0000 mon.a (mon.0) 2045 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:12.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:11 smithi184 bash[14608]: audit 2024-03-21T13:02:10.983719+0000 mon.a (mon.0) 2046 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:12.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:11 smithi184 bash[14608]: cluster 2024-03-21T13:02:10.988331+0000 mgr.x (mgr.25322) 364 : cluster [DBG] pgmap v234: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:12.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:11 smithi184 bash[14608]: cluster 2024-03-21T13:02:10.988601+0000 mgr.x (mgr.25322) 365 : cluster [DBG] pgmap v235: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:12.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:11 smithi184 bash[14608]: audit 2024-03-21T13:02:10.994066+0000 mon.a (mon.0) 2047 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:12.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:11 smithi184 bash[14608]: cephadm 2024-03-21T13:02:10.996325+0000 mgr.x (mgr.25322) 366 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:12.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:11 smithi184 bash[14608]: audit 2024-03-21T13:02:11.057842+0000 mon.a (mon.0) 2048 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:12.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:11 smithi184 bash[14608]: audit 2024-03-21T13:02:11.065472+0000 mon.a (mon.0) 2049 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:12.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:11 smithi184 bash[14608]: cluster 2024-03-21T13:02:11.068568+0000 mgr.x (mgr.25322) 367 : cluster [DBG] pgmap v236: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:12.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:11 smithi184 bash[14608]: cluster 2024-03-21T13:02:11.068943+0000 mgr.x (mgr.25322) 368 : cluster [DBG] pgmap v237: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:12.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:11 smithi184 bash[14608]: audit 2024-03-21T13:02:11.073849+0000 mon.a (mon.0) 2050 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:12.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:11 smithi184 bash[14608]: audit 2024-03-21T13:02:11.074136+0000 mon.a (mon.0) 2051 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:12.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:11 smithi184 bash[14608]: audit 2024-03-21T13:02:11.174659+0000 mgr.x (mgr.25322) 369 : audit [DBG] from='client.25561 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:02:12.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:11 smithi184 bash[14608]: audit 2024-03-21T13:02:11.471414+0000 mon.a (mon.0) 2052 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:12.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:11 smithi184 bash[14608]: audit 2024-03-21T13:02:11.480385+0000 mon.a (mon.0) 2053 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:12.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:11 smithi184 bash[14608]: audit 2024-03-21T13:02:11.490713+0000 mon.a (mon.0) 2054 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:12.473 INFO:teuthology.orchestra.run.smithi178.stdout:{ 2024-03-21T13:02:12.473 INFO:teuthology.orchestra.run.smithi178.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753", 2024-03-21T13:02:12.473 INFO:teuthology.orchestra.run.smithi178.stdout: "in_progress": true, 2024-03-21T13:02:12.473 INFO:teuthology.orchestra.run.smithi178.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-21T13:02:12.473 INFO:teuthology.orchestra.run.smithi178.stdout: "services_complete": [], 2024-03-21T13:02:12.473 INFO:teuthology.orchestra.run.smithi178.stdout: "progress": "1/23 daemons upgraded", 2024-03-21T13:02:12.474 INFO:teuthology.orchestra.run.smithi178.stdout: "message": "Currently upgrading mgr daemons", 2024-03-21T13:02:12.474 INFO:teuthology.orchestra.run.smithi178.stdout: "is_paused": false 2024-03-21T13:02:12.474 INFO:teuthology.orchestra.run.smithi178.stdout:} 2024-03-21T13:02:12.933 INFO:teuthology.orchestra.run.smithi178.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-21T13:02:12.933 INFO:teuthology.orchestra.run.smithi178.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-21T13:02:12.933 INFO:teuthology.orchestra.run.smithi178.stdout: daemon grafana.a on smithi184 is in unknown state 2024-03-21T13:02:13.218 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:02:13 smithi178 bash[69695]: debug 2024-03-21T13:02:13.077+0000 7f45f270a000 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-21T13:02:13.218 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:02:13 smithi178 bash[69695]: [21/Mar/2024:13:02:13] ENGINE Bus STARTING 2024-03-21T13:02:13.219 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:12 smithi178 bash[14494]: cluster 2024-03-21T13:02:11.483782+0000 mgr.x (mgr.25322) 370 : cluster [DBG] pgmap v238: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:13.219 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:12 smithi178 bash[14494]: cluster 2024-03-21T13:02:11.484291+0000 mgr.x (mgr.25322) 371 : cluster [DBG] pgmap v239: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:13.219 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:12 smithi178 bash[14494]: audit 2024-03-21T13:02:11.620446+0000 mgr.x (mgr.25322) 372 : audit [DBG] from='client.15654 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:02:13.219 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:12 smithi178 bash[14494]: audit 2024-03-21T13:02:12.009109+0000 mgr.x (mgr.25322) 373 : audit [DBG] from='client.15585 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:02:13.219 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:12 smithi178 bash[14494]: audit 2024-03-21T13:02:12.096616+0000 mon.c (mon.1) 154 : audit [DBG] from='client.? 172.21.15.178:0/2915756510' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:13.219 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:12 smithi178 bash[14494]: audit 2024-03-21T13:02:12.930624+0000 mon.c (mon.1) 155 : audit [DBG] from='client.? 172.21.15.178:0/901437781' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T13:02:13.219 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:12 smithi178 bash[20270]: cluster 2024-03-21T13:02:11.483782+0000 mgr.x (mgr.25322) 370 : cluster [DBG] pgmap v238: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:13.219 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:12 smithi178 bash[20270]: cluster 2024-03-21T13:02:11.484291+0000 mgr.x (mgr.25322) 371 : cluster [DBG] pgmap v239: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:13.219 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:12 smithi178 bash[20270]: audit 2024-03-21T13:02:11.620446+0000 mgr.x (mgr.25322) 372 : audit [DBG] from='client.15654 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:02:13.219 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:12 smithi178 bash[20270]: audit 2024-03-21T13:02:12.009109+0000 mgr.x (mgr.25322) 373 : audit [DBG] from='client.15585 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:02:13.220 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:12 smithi178 bash[20270]: audit 2024-03-21T13:02:12.096616+0000 mon.c (mon.1) 154 : audit [DBG] from='client.? 172.21.15.178:0/2915756510' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:13.220 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:12 smithi178 bash[20270]: audit 2024-03-21T13:02:12.930624+0000 mon.c (mon.1) 155 : audit [DBG] from='client.? 172.21.15.178:0/901437781' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T13:02:13.322 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:12 smithi184 bash[14608]: cluster 2024-03-21T13:02:11.483782+0000 mgr.x (mgr.25322) 370 : cluster [DBG] pgmap v238: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:13.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:12 smithi184 bash[14608]: cluster 2024-03-21T13:02:11.484291+0000 mgr.x (mgr.25322) 371 : cluster [DBG] pgmap v239: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:13.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:12 smithi184 bash[14608]: audit 2024-03-21T13:02:11.620446+0000 mgr.x (mgr.25322) 372 : audit [DBG] from='client.15654 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:02:13.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:12 smithi184 bash[14608]: audit 2024-03-21T13:02:12.009109+0000 mgr.x (mgr.25322) 373 : audit [DBG] from='client.15585 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:02:13.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:12 smithi184 bash[14608]: audit 2024-03-21T13:02:12.096616+0000 mon.c (mon.1) 154 : audit [DBG] from='client.? 172.21.15.178:0/2915756510' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:13.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:12 smithi184 bash[14608]: audit 2024-03-21T13:02:12.930624+0000 mon.c (mon.1) 155 : audit [DBG] from='client.? 172.21.15.178:0/901437781' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T13:02:13.548 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:02:13 smithi178 bash[69695]: CherryPy Checker: 2024-03-21T13:02:13.548 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:02:13 smithi178 bash[69695]: The Application mounted at '' has an empty config. 2024-03-21T13:02:13.548 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:02:13 smithi178 bash[69695]: [21/Mar/2024:13:02:13] ENGINE Serving on http://:::9283 2024-03-21T13:02:13.548 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:02:13 smithi178 bash[69695]: [21/Mar/2024:13:02:13] ENGINE Bus STARTED 2024-03-21T13:02:13.822 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:02:13 smithi184 bash[54688]: ts=2024-03-21T13:02:13.508Z caller=manager.go:609 level=warn component="rule manager" group=nodes msg="Evaluating rule failed" rule="alert: CephNodeDiskspaceWarning\nexpr: predict_linear(node_filesystem_free_bytes{device=~\"/.*\"}[2d], 3600 * 24 * 5)\n * on(instance) group_left(nodename) node_uname_info < 0\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.8.4\n severity: warning\n type: ceph_default\nannotations:\n description: Mountpoint {{ $labels.mountpoint }} on {{ $labels.nodename }} will\n be full in less than 5 days based on the 48 hour trailing fill rate.\n summary: Host filesystem free space is getting low\n" err="found duplicate series for the match group {instance=\"smithi178\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi178\", job=\"node\", machine=\"x86_64\", nodename=\"smithi178\", release=\"5.4.0-174-generic\", sysname=\"Linux\", version=\"#193-Ubuntu SMP Thu Mar 7 14:29:28 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"a94f249e-e780-11ee-95cd-87774f69a715\", domainname=\"(none)\", instance=\"smithi178\", job=\"node\", machine=\"x86_64\", nodename=\"smithi178\", release=\"5.4.0-174-generic\", sysname=\"Linux\", version=\"#193-Ubuntu SMP Thu Mar 7 14:29:28 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-21T13:02:14.175 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:13 smithi178 bash[14494]: audit 2024-03-21T13:02:12.471786+0000 mgr.x (mgr.25322) 374 : audit [DBG] from='client.25579 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:02:14.175 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:13 smithi178 bash[14494]: cluster 2024-03-21T13:02:13.102789+0000 mon.a (mon.0) 2055 : cluster [DBG] Standby manager daemon y restarted 2024-03-21T13:02:14.175 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:13 smithi178 bash[14494]: cluster 2024-03-21T13:02:13.103205+0000 mon.a (mon.0) 2056 : cluster [DBG] Standby manager daemon y started 2024-03-21T13:02:14.175 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:13 smithi178 bash[14494]: audit 2024-03-21T13:02:13.107676+0000 mon.c (mon.1) 156 : audit [DBG] from='mgr.? 172.21.15.178:0/6' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2024-03-21T13:02:14.175 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:13 smithi178 bash[14494]: audit 2024-03-21T13:02:13.108681+0000 mon.c (mon.1) 157 : audit [DBG] from='mgr.? 172.21.15.178:0/6' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-21T13:02:14.175 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:13 smithi178 bash[14494]: audit 2024-03-21T13:02:13.112638+0000 mon.c (mon.1) 158 : audit [DBG] from='mgr.? 172.21.15.178:0/6' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2024-03-21T13:02:14.175 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:13 smithi178 bash[14494]: audit 2024-03-21T13:02:13.115038+0000 mon.c (mon.1) 159 : audit [DBG] from='mgr.? 172.21.15.178:0/6' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-21T13:02:14.175 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:13 smithi178 bash[20270]: audit 2024-03-21T13:02:12.471786+0000 mgr.x (mgr.25322) 374 : audit [DBG] from='client.25579 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:02:14.175 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:13 smithi178 bash[20270]: cluster 2024-03-21T13:02:13.102789+0000 mon.a (mon.0) 2055 : cluster [DBG] Standby manager daemon y restarted 2024-03-21T13:02:14.175 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:13 smithi178 bash[20270]: cluster 2024-03-21T13:02:13.103205+0000 mon.a (mon.0) 2056 : cluster [DBG] Standby manager daemon y started 2024-03-21T13:02:14.176 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:13 smithi178 bash[20270]: audit 2024-03-21T13:02:13.107676+0000 mon.c (mon.1) 156 : audit [DBG] from='mgr.? 172.21.15.178:0/6' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2024-03-21T13:02:14.176 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:13 smithi178 bash[20270]: audit 2024-03-21T13:02:13.108681+0000 mon.c (mon.1) 157 : audit [DBG] from='mgr.? 172.21.15.178:0/6' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-21T13:02:14.176 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:13 smithi178 bash[20270]: audit 2024-03-21T13:02:13.112638+0000 mon.c (mon.1) 158 : audit [DBG] from='mgr.? 172.21.15.178:0/6' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2024-03-21T13:02:14.176 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:13 smithi178 bash[20270]: audit 2024-03-21T13:02:13.115038+0000 mon.c (mon.1) 159 : audit [DBG] from='mgr.? 172.21.15.178:0/6' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-21T13:02:14.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:13 smithi184 bash[14608]: audit 2024-03-21T13:02:12.471786+0000 mgr.x (mgr.25322) 374 : audit [DBG] from='client.25579 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:02:14.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:13 smithi184 bash[14608]: cluster 2024-03-21T13:02:13.102789+0000 mon.a (mon.0) 2055 : cluster [DBG] Standby manager daemon y restarted 2024-03-21T13:02:14.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:13 smithi184 bash[14608]: cluster 2024-03-21T13:02:13.103205+0000 mon.a (mon.0) 2056 : cluster [DBG] Standby manager daemon y started 2024-03-21T13:02:14.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:13 smithi184 bash[14608]: audit 2024-03-21T13:02:13.107676+0000 mon.c (mon.1) 156 : audit [DBG] from='mgr.? 172.21.15.178:0/6' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2024-03-21T13:02:14.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:13 smithi184 bash[14608]: audit 2024-03-21T13:02:13.108681+0000 mon.c (mon.1) 157 : audit [DBG] from='mgr.? 172.21.15.178:0/6' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-21T13:02:14.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:13 smithi184 bash[14608]: audit 2024-03-21T13:02:13.112638+0000 mon.c (mon.1) 158 : audit [DBG] from='mgr.? 172.21.15.178:0/6' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2024-03-21T13:02:14.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:13 smithi184 bash[14608]: audit 2024-03-21T13:02:13.115038+0000 mon.c (mon.1) 159 : audit [DBG] from='mgr.? 172.21.15.178:0/6' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-21T13:02:15.091 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:14 smithi178 bash[20270]: cluster 2024-03-21T13:02:13.485066+0000 mgr.x (mgr.25322) 375 : cluster [DBG] pgmap v240: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:15.091 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:14 smithi178 bash[20270]: cluster 2024-03-21T13:02:13.967160+0000 mon.a (mon.0) 2057 : cluster [DBG] mgrmap e38: x(active, since 45s), standbys: y 2024-03-21T13:02:15.091 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:14 smithi178 bash[20270]: audit 2024-03-21T13:02:14.768563+0000 mon.a (mon.0) 2058 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:02:15.092 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:14 smithi178 bash[20270]: audit 2024-03-21T13:02:14.774074+0000 mon.a (mon.0) 2059 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:15.092 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:14 smithi178 bash[20270]: audit 2024-03-21T13:02:14.783264+0000 mon.a (mon.0) 2060 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:15.092 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:14 smithi178 bash[20270]: audit 2024-03-21T13:02:14.796745+0000 mon.a (mon.0) 2061 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:15.092 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:14 smithi178 bash[14494]: cluster 2024-03-21T13:02:13.485066+0000 mgr.x (mgr.25322) 375 : cluster [DBG] pgmap v240: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:15.092 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:14 smithi178 bash[14494]: cluster 2024-03-21T13:02:13.967160+0000 mon.a (mon.0) 2057 : cluster [DBG] mgrmap e38: x(active, since 45s), standbys: y 2024-03-21T13:02:15.092 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:14 smithi178 bash[14494]: audit 2024-03-21T13:02:14.768563+0000 mon.a (mon.0) 2058 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:02:15.092 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:14 smithi178 bash[14494]: audit 2024-03-21T13:02:14.774074+0000 mon.a (mon.0) 2059 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:15.092 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:14 smithi178 bash[14494]: audit 2024-03-21T13:02:14.783264+0000 mon.a (mon.0) 2060 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:15.092 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:14 smithi178 bash[14494]: audit 2024-03-21T13:02:14.796745+0000 mon.a (mon.0) 2061 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:15.322 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:02:15 smithi184 systemd[1]: ceph-a94f249e-e780-11ee-95cd-87774f69a715@grafana.a.service: Scheduled restart job, restart counter is at 8. 2024-03-21T13:02:15.323 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:02:15 smithi184 systemd[1]: Stopped Ceph grafana.a for a94f249e-e780-11ee-95cd-87774f69a715. 2024-03-21T13:02:15.323 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:02:15 smithi184 systemd[1]: Started Ceph grafana.a for a94f249e-e780-11ee-95cd-87774f69a715. 2024-03-21T13:02:15.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:14 smithi184 bash[14608]: cluster 2024-03-21T13:02:13.485066+0000 mgr.x (mgr.25322) 375 : cluster [DBG] pgmap v240: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:15.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:14 smithi184 bash[14608]: cluster 2024-03-21T13:02:13.967160+0000 mon.a (mon.0) 2057 : cluster [DBG] mgrmap e38: x(active, since 45s), standbys: y 2024-03-21T13:02:15.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:14 smithi184 bash[14608]: audit 2024-03-21T13:02:14.768563+0000 mon.a (mon.0) 2058 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:02:15.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:14 smithi184 bash[14608]: audit 2024-03-21T13:02:14.774074+0000 mon.a (mon.0) 2059 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:15.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:14 smithi184 bash[14608]: audit 2024-03-21T13:02:14.783264+0000 mon.a (mon.0) 2060 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:15.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:14 smithi184 bash[14608]: audit 2024-03-21T13:02:14.796745+0000 mon.a (mon.0) 2061 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:15.822 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:02:15 smithi184 bash[52419]: ::ffff:172.21.15.184 - - [21/Mar/2024:13:02:15] "GET /metrics HTTP/1.1" 200 38319 "" "Prometheus/2.33.4" 2024-03-21T13:02:16.257 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:02:16 smithi184 bash[56240]: Failed to start grafana. error: failed to create log directory "/usr/share/grafana/data/log": mkdir /usr/share/grafana/data: permission denied 2024-03-21T13:02:16.257 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:02:16 smithi184 bash[56240]: failed to create log directory "/usr/share/grafana/data/log": mkdir /usr/share/grafana/data: permission denied 2024-03-21T13:02:16.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:16 smithi184 bash[14608]: cluster 2024-03-21T13:02:14.787013+0000 mgr.x (mgr.25322) 376 : cluster [DBG] pgmap v241: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:16.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:16 smithi184 bash[14608]: cluster 2024-03-21T13:02:14.787549+0000 mgr.x (mgr.25322) 377 : cluster [DBG] pgmap v242: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:16.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:16 smithi184 bash[14608]: cephadm 2024-03-21T13:02:15.312027+0000 mgr.x (mgr.25322) 378 : cephadm [INF] Upgrade: Updating mgr.y 2024-03-21T13:02:16.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:16 smithi184 bash[14608]: audit 2024-03-21T13:02:15.319881+0000 mon.a (mon.0) 2062 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:16.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:16 smithi184 bash[14608]: audit 2024-03-21T13:02:15.321773+0000 mon.a (mon.0) 2063 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-21T13:02:16.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:16 smithi184 bash[14608]: audit 2024-03-21T13:02:15.323631+0000 mon.a (mon.0) 2064 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-21T13:02:16.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:16 smithi184 bash[14608]: audit 2024-03-21T13:02:15.325451+0000 mon.a (mon.0) 2065 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:16.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:16 smithi184 bash[14608]: cephadm 2024-03-21T13:02:15.329355+0000 mgr.x (mgr.25322) 379 : cephadm [INF] Deploying daemon mgr.y on smithi178 2024-03-21T13:02:16.589 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:16 smithi178 bash[14494]: cluster 2024-03-21T13:02:14.787013+0000 mgr.x (mgr.25322) 376 : cluster [DBG] pgmap v241: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:16.589 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:16 smithi178 bash[14494]: cluster 2024-03-21T13:02:14.787549+0000 mgr.x (mgr.25322) 377 : cluster [DBG] pgmap v242: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:16.589 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:16 smithi178 bash[14494]: cephadm 2024-03-21T13:02:15.312027+0000 mgr.x (mgr.25322) 378 : cephadm [INF] Upgrade: Updating mgr.y 2024-03-21T13:02:16.589 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:16 smithi178 bash[14494]: audit 2024-03-21T13:02:15.319881+0000 mon.a (mon.0) 2062 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:16.589 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:16 smithi178 bash[14494]: audit 2024-03-21T13:02:15.321773+0000 mon.a (mon.0) 2063 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-21T13:02:16.589 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:16 smithi178 bash[14494]: audit 2024-03-21T13:02:15.323631+0000 mon.a (mon.0) 2064 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-21T13:02:16.589 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:16 smithi178 bash[14494]: audit 2024-03-21T13:02:15.325451+0000 mon.a (mon.0) 2065 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:16.589 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:16 smithi178 bash[14494]: cephadm 2024-03-21T13:02:15.329355+0000 mgr.x (mgr.25322) 379 : cephadm [INF] Deploying daemon mgr.y on smithi178 2024-03-21T13:02:16.589 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:16 smithi178 bash[20270]: cluster 2024-03-21T13:02:14.787013+0000 mgr.x (mgr.25322) 376 : cluster [DBG] pgmap v241: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:16.589 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:16 smithi178 bash[20270]: cluster 2024-03-21T13:02:14.787549+0000 mgr.x (mgr.25322) 377 : cluster [DBG] pgmap v242: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:16.590 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:16 smithi178 bash[20270]: cephadm 2024-03-21T13:02:15.312027+0000 mgr.x (mgr.25322) 378 : cephadm [INF] Upgrade: Updating mgr.y 2024-03-21T13:02:16.590 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:16 smithi178 bash[20270]: audit 2024-03-21T13:02:15.319881+0000 mon.a (mon.0) 2062 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:16.590 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:16 smithi178 bash[20270]: audit 2024-03-21T13:02:15.321773+0000 mon.a (mon.0) 2063 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-21T13:02:16.590 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:16 smithi178 bash[20270]: audit 2024-03-21T13:02:15.323631+0000 mon.a (mon.0) 2064 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-21T13:02:16.590 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:16 smithi178 bash[20270]: audit 2024-03-21T13:02:15.325451+0000 mon.a (mon.0) 2065 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:16.590 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:16 smithi178 bash[20270]: cephadm 2024-03-21T13:02:15.329355+0000 mgr.x (mgr.25322) 379 : cephadm [INF] Deploying daemon mgr.y on smithi178 2024-03-21T13:02:17.072 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:02:16 smithi184 systemd[1]: ceph-a94f249e-e780-11ee-95cd-87774f69a715@grafana.a.service: Main process exited, code=exited, status=1/FAILURE 2024-03-21T13:02:17.073 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:02:16 smithi184 systemd[1]: ceph-a94f249e-e780-11ee-95cd-87774f69a715@grafana.a.service: Failed with result 'exit-code'. 2024-03-21T13:02:17.798 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:02:17 smithi178 systemd[1]: Stopping Ceph mgr.y for a94f249e-e780-11ee-95cd-87774f69a715... 2024-03-21T13:02:18.548 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:02:18 smithi178 bash[71370]: ceph-a94f249e-e780-11ee-95cd-87774f69a715-mgr-y 2024-03-21T13:02:18.548 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:02:18 smithi178 systemd[1]: ceph-a94f249e-e780-11ee-95cd-87774f69a715@mgr.y.service: Main process exited, code=exited, status=143/n/a 2024-03-21T13:02:18.548 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:02:18 smithi178 bash[71444]: Error response from daemon: No such container: ceph-a94f249e-e780-11ee-95cd-87774f69a715-mgr-y 2024-03-21T13:02:18.548 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:02:18 smithi178 systemd[1]: ceph-a94f249e-e780-11ee-95cd-87774f69a715@mgr.y.service: Failed with result 'exit-code'. 2024-03-21T13:02:18.548 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:02:18 smithi178 systemd[1]: Stopped Ceph mgr.y for a94f249e-e780-11ee-95cd-87774f69a715. 2024-03-21T13:02:18.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:18 smithi178 bash[20270]: cluster 2024-03-21T13:02:16.789271+0000 mgr.x (mgr.25322) 380 : cluster [DBG] pgmap v243: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 895 B/s rd, 0 op/s 2024-03-21T13:02:18.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:18 smithi178 bash[14494]: cluster 2024-03-21T13:02:16.789271+0000 mgr.x (mgr.25322) 380 : cluster [DBG] pgmap v243: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 895 B/s rd, 0 op/s 2024-03-21T13:02:18.664 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:18 smithi184 bash[14608]: cluster 2024-03-21T13:02:16.789271+0000 mgr.x (mgr.25322) 380 : cluster [DBG] pgmap v243: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 895 B/s rd, 0 op/s 2024-03-21T13:02:19.048 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:02:18 smithi178 systemd[1]: Started Ceph mgr.y for a94f249e-e780-11ee-95cd-87774f69a715. 2024-03-21T13:02:19.072 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:02:18 smithi184 bash[54688]: ts=2024-03-21T13:02: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.178\", device_class=\"ssd\", hostname=\"smithi178\", instance=\"172.21.15.184:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.178\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster=\"a94f249e-e780-11ee-95cd-87774f69a715\", cluster_addr=\"172.21.15.178\", device_class=\"ssd\", hostname=\"smithi178\", instance=\"smithi184:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.178\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-21T13:02:20.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:19 smithi178 bash[20270]: audit 2024-03-21T13:02:18.780489+0000 mon.a (mon.0) 2066 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:20.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:19 smithi178 bash[20270]: audit 2024-03-21T13:02:18.790016+0000 mon.a (mon.0) 2067 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:20.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:19 smithi178 bash[20270]: cluster 2024-03-21T13:02:18.790039+0000 mgr.x (mgr.25322) 381 : cluster [DBG] pgmap v244: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 700 B/s rd, 0 op/s 2024-03-21T13:02:20.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:19 smithi178 bash[20270]: audit 2024-03-21T13:02:18.811417+0000 mon.a (mon.0) 2068 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:20.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:19 smithi178 bash[20270]: audit 2024-03-21T13:02:18.813042+0000 mon.a (mon.0) 2069 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:20.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:19 smithi178 bash[20270]: cluster 2024-03-21T13:02:18.817967+0000 mgr.x (mgr.25322) 382 : cluster [DBG] pgmap v245: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 698 B/s rd, 0 op/s 2024-03-21T13:02:20.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:19 smithi178 bash[20270]: cluster 2024-03-21T13:02:18.818541+0000 mgr.x (mgr.25322) 383 : cluster [DBG] pgmap v246: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 959 B/s rd, 0 op/s 2024-03-21T13:02:20.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:19 smithi178 bash[20270]: audit 2024-03-21T13:02:18.823765+0000 mon.a (mon.0) 2070 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:20.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:19 smithi178 bash[20270]: cephadm 2024-03-21T13:02:18.826590+0000 mgr.x (mgr.25322) 384 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:20.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:19 smithi178 bash[20270]: audit 2024-03-21T13:02:18.904553+0000 mon.a (mon.0) 2071 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:20.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:19 smithi178 bash[20270]: audit 2024-03-21T13:02:18.907988+0000 mon.a (mon.0) 2072 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:20.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:19 smithi178 bash[20270]: audit 2024-03-21T13:02:18.910476+0000 mon.a (mon.0) 2073 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2024-03-21T13:02:20.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:19 smithi178 bash[20270]: cephadm 2024-03-21T13:02:18.911596+0000 mgr.x (mgr.25322) 385 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:20.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:19 smithi178 bash[20270]: audit 2024-03-21T13:02:18.919469+0000 mon.a (mon.0) 2074 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]': finished 2024-03-21T13:02:20.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:19 smithi178 bash[20270]: audit 2024-03-21T13:02:18.924868+0000 mon.a (mon.0) 2075 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:20.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:19 smithi178 bash[20270]: audit 2024-03-21T13:02:18.926684+0000 mon.a (mon.0) 2076 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:20.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:19 smithi178 bash[20270]: cluster 2024-03-21T13:02:18.931722+0000 mgr.x (mgr.25322) 386 : cluster [DBG] pgmap v247: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:02:20.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:19 smithi178 bash[20270]: cluster 2024-03-21T13:02:18.932378+0000 mgr.x (mgr.25322) 387 : cluster [DBG] pgmap v248: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:02:20.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:19 smithi178 bash[20270]: audit 2024-03-21T13:02:18.940835+0000 mon.a (mon.0) 2077 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:20.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:19 smithi178 bash[14494]: audit 2024-03-21T13:02:18.780489+0000 mon.a (mon.0) 2066 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:20.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:19 smithi178 bash[14494]: audit 2024-03-21T13:02:18.790016+0000 mon.a (mon.0) 2067 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:20.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:19 smithi178 bash[14494]: cluster 2024-03-21T13:02:18.790039+0000 mgr.x (mgr.25322) 381 : cluster [DBG] pgmap v244: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 700 B/s rd, 0 op/s 2024-03-21T13:02:20.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:19 smithi178 bash[14494]: audit 2024-03-21T13:02:18.811417+0000 mon.a (mon.0) 2068 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:20.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:19 smithi178 bash[14494]: audit 2024-03-21T13:02:18.813042+0000 mon.a (mon.0) 2069 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:20.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:19 smithi178 bash[14494]: cluster 2024-03-21T13:02:18.817967+0000 mgr.x (mgr.25322) 382 : cluster [DBG] pgmap v245: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 698 B/s rd, 0 op/s 2024-03-21T13:02:20.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:19 smithi178 bash[14494]: cluster 2024-03-21T13:02:18.818541+0000 mgr.x (mgr.25322) 383 : cluster [DBG] pgmap v246: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 959 B/s rd, 0 op/s 2024-03-21T13:02:20.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:19 smithi178 bash[14494]: audit 2024-03-21T13:02:18.823765+0000 mon.a (mon.0) 2070 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:20.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:19 smithi178 bash[14494]: cephadm 2024-03-21T13:02:18.826590+0000 mgr.x (mgr.25322) 384 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:20.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:19 smithi178 bash[14494]: audit 2024-03-21T13:02:18.904553+0000 mon.a (mon.0) 2071 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:20.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:19 smithi178 bash[14494]: audit 2024-03-21T13:02:18.907988+0000 mon.a (mon.0) 2072 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:20.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:19 smithi178 bash[14494]: audit 2024-03-21T13:02:18.910476+0000 mon.a (mon.0) 2073 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2024-03-21T13:02:20.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:19 smithi178 bash[14494]: cephadm 2024-03-21T13:02:18.911596+0000 mgr.x (mgr.25322) 385 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:20.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:19 smithi178 bash[14494]: audit 2024-03-21T13:02:18.919469+0000 mon.a (mon.0) 2074 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]': finished 2024-03-21T13:02:20.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:19 smithi178 bash[14494]: audit 2024-03-21T13:02:18.924868+0000 mon.a (mon.0) 2075 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:20.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:19 smithi178 bash[14494]: audit 2024-03-21T13:02:18.926684+0000 mon.a (mon.0) 2076 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:20.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:19 smithi178 bash[14494]: cluster 2024-03-21T13:02:18.931722+0000 mgr.x (mgr.25322) 386 : cluster [DBG] pgmap v247: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:02:20.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:19 smithi178 bash[14494]: cluster 2024-03-21T13:02:18.932378+0000 mgr.x (mgr.25322) 387 : cluster [DBG] pgmap v248: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:02:20.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:19 smithi178 bash[14494]: audit 2024-03-21T13:02:18.940835+0000 mon.a (mon.0) 2077 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:20.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:19 smithi178 bash[20270]: cephadm 2024-03-21T13:02:18.943379+0000 mgr.x (mgr.25322) 388 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:20.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:19 smithi178 bash[20270]: audit 2024-03-21T13:02:19.022409+0000 mon.a (mon.0) 2078 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:20.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:19 smithi178 bash[20270]: audit 2024-03-21T13:02:19.025374+0000 mon.a (mon.0) 2079 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:20.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:19 smithi178 bash[20270]: cephadm 2024-03-21T13:02:19.028233+0000 mgr.x (mgr.25322) 389 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:20.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:19 smithi178 bash[20270]: audit 2024-03-21T13:02:19.028486+0000 mon.a (mon.0) 2080 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:20.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:19 smithi178 bash[20270]: audit 2024-03-21T13:02:19.029789+0000 mon.a (mon.0) 2081 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:20.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:19 smithi178 bash[20270]: cluster 2024-03-21T13:02:19.033351+0000 mgr.x (mgr.25322) 390 : cluster [DBG] pgmap v249: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:20.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:19 smithi178 bash[20270]: cluster 2024-03-21T13:02:19.033661+0000 mgr.x (mgr.25322) 391 : cluster [DBG] pgmap v250: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:20.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:19 smithi178 bash[20270]: audit 2024-03-21T13:02:19.041372+0000 mon.a (mon.0) 2082 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:20.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:19 smithi178 bash[20270]: cephadm 2024-03-21T13:02:19.043713+0000 mgr.x (mgr.25322) 392 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:20.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:19 smithi178 bash[20270]: audit 2024-03-21T13:02:19.123056+0000 mon.a (mon.0) 2083 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:20.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:19 smithi178 bash[20270]: audit 2024-03-21T13:02:19.126365+0000 mon.a (mon.0) 2084 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:20.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:19 smithi178 bash[20270]: cephadm 2024-03-21T13:02:19.129735+0000 mgr.x (mgr.25322) 393 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:20.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:19 smithi178 bash[20270]: audit 2024-03-21T13:02:19.130225+0000 mon.a (mon.0) 2085 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:20.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:19 smithi178 bash[20270]: audit 2024-03-21T13:02:19.131876+0000 mon.a (mon.0) 2086 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:20.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:19 smithi178 bash[20270]: cluster 2024-03-21T13:02:19.135857+0000 mgr.x (mgr.25322) 394 : cluster [DBG] pgmap v251: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:20.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:19 smithi178 bash[20270]: cluster 2024-03-21T13:02:19.136162+0000 mgr.x (mgr.25322) 395 : cluster [DBG] pgmap v252: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:20.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:19 smithi178 bash[20270]: audit 2024-03-21T13:02:19.143534+0000 mon.a (mon.0) 2087 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:20.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:19 smithi178 bash[20270]: cephadm 2024-03-21T13:02:19.156481+0000 mgr.x (mgr.25322) 396 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:20.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:19 smithi178 bash[20270]: audit 2024-03-21T13:02:19.237848+0000 mon.a (mon.0) 2088 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:20.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:19 smithi178 bash[14494]: cephadm 2024-03-21T13:02:18.943379+0000 mgr.x (mgr.25322) 388 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:20.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:19 smithi178 bash[14494]: audit 2024-03-21T13:02:19.022409+0000 mon.a (mon.0) 2078 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:20.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:19 smithi178 bash[14494]: audit 2024-03-21T13:02:19.025374+0000 mon.a (mon.0) 2079 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:20.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:19 smithi178 bash[14494]: cephadm 2024-03-21T13:02:19.028233+0000 mgr.x (mgr.25322) 389 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:20.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:19 smithi178 bash[14494]: audit 2024-03-21T13:02:19.028486+0000 mon.a (mon.0) 2080 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:20.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:19 smithi178 bash[14494]: audit 2024-03-21T13:02:19.029789+0000 mon.a (mon.0) 2081 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:20.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:19 smithi178 bash[14494]: cluster 2024-03-21T13:02:19.033351+0000 mgr.x (mgr.25322) 390 : cluster [DBG] pgmap v249: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:20.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:19 smithi178 bash[14494]: cluster 2024-03-21T13:02:19.033661+0000 mgr.x (mgr.25322) 391 : cluster [DBG] pgmap v250: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:20.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:19 smithi178 bash[14494]: audit 2024-03-21T13:02:19.041372+0000 mon.a (mon.0) 2082 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:20.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:19 smithi178 bash[14494]: cephadm 2024-03-21T13:02:19.043713+0000 mgr.x (mgr.25322) 392 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:20.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:19 smithi178 bash[14494]: audit 2024-03-21T13:02:19.123056+0000 mon.a (mon.0) 2083 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:20.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:19 smithi178 bash[14494]: audit 2024-03-21T13:02:19.126365+0000 mon.a (mon.0) 2084 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:20.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:19 smithi178 bash[14494]: cephadm 2024-03-21T13:02:19.129735+0000 mgr.x (mgr.25322) 393 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:20.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:19 smithi178 bash[14494]: audit 2024-03-21T13:02:19.130225+0000 mon.a (mon.0) 2085 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:20.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:19 smithi178 bash[14494]: audit 2024-03-21T13:02:19.131876+0000 mon.a (mon.0) 2086 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:20.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:19 smithi178 bash[14494]: cluster 2024-03-21T13:02:19.135857+0000 mgr.x (mgr.25322) 394 : cluster [DBG] pgmap v251: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:20.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:19 smithi178 bash[14494]: cluster 2024-03-21T13:02:19.136162+0000 mgr.x (mgr.25322) 395 : cluster [DBG] pgmap v252: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:20.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:19 smithi178 bash[14494]: audit 2024-03-21T13:02:19.143534+0000 mon.a (mon.0) 2087 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:20.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:19 smithi178 bash[14494]: cephadm 2024-03-21T13:02:19.156481+0000 mgr.x (mgr.25322) 396 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:20.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:19 smithi178 bash[14494]: audit 2024-03-21T13:02:19.237848+0000 mon.a (mon.0) 2088 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:20.054 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:19 smithi178 bash[20270]: audit 2024-03-21T13:02:19.240887+0000 mon.a (mon.0) 2089 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:20.054 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:19 smithi178 bash[20270]: cephadm 2024-03-21T13:02:19.244226+0000 mgr.x (mgr.25322) 397 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:20.054 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:19 smithi178 bash[20270]: audit 2024-03-21T13:02:19.244655+0000 mon.a (mon.0) 2090 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:20.054 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:19 smithi178 bash[20270]: audit 2024-03-21T13:02:19.246181+0000 mon.a (mon.0) 2091 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:20.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:19 smithi178 bash[20270]: cluster 2024-03-21T13:02:19.250413+0000 mgr.x (mgr.25322) 398 : cluster [DBG] pgmap v253: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:20.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:19 smithi178 bash[20270]: cluster 2024-03-21T13:02:19.250891+0000 mgr.x (mgr.25322) 399 : cluster [DBG] pgmap v254: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:20.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:19 smithi178 bash[20270]: audit 2024-03-21T13:02:19.258441+0000 mon.a (mon.0) 2092 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:20.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:19 smithi178 bash[20270]: cephadm 2024-03-21T13:02:19.260837+0000 mgr.x (mgr.25322) 400 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:20.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:19 smithi178 bash[20270]: audit 2024-03-21T13:02:19.340962+0000 mon.a (mon.0) 2093 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:20.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:19 smithi178 bash[20270]: audit 2024-03-21T13:02:19.344045+0000 mon.a (mon.0) 2094 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:20.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:19 smithi178 bash[20270]: cephadm 2024-03-21T13:02:19.347165+0000 mgr.x (mgr.25322) 401 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:20.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:19 smithi178 bash[20270]: audit 2024-03-21T13:02:19.347431+0000 mon.a (mon.0) 2095 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:20.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:19 smithi178 bash[20270]: audit 2024-03-21T13:02:19.348858+0000 mon.a (mon.0) 2096 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:20.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:19 smithi178 bash[20270]: cluster 2024-03-21T13:02:19.353138+0000 mgr.x (mgr.25322) 402 : cluster [DBG] pgmap v255: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:20.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:19 smithi178 bash[20270]: cluster 2024-03-21T13:02:19.353829+0000 mgr.x (mgr.25322) 403 : cluster [DBG] pgmap v256: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:20.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:19 smithi178 bash[20270]: audit 2024-03-21T13:02:19.360883+0000 mon.a (mon.0) 2097 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:20.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:19 smithi178 bash[20270]: cephadm 2024-03-21T13:02:19.363307+0000 mgr.x (mgr.25322) 404 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:20.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:19 smithi178 bash[20270]: audit 2024-03-21T13:02:19.440092+0000 mon.a (mon.0) 2098 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:20.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:19 smithi178 bash[20270]: audit 2024-03-21T13:02:19.443856+0000 mon.a (mon.0) 2099 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:20.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:19 smithi178 bash[20270]: audit 2024-03-21T13:02:19.447205+0000 mon.a (mon.0) 2100 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:20.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:19 smithi178 bash[20270]: audit 2024-03-21T13:02:19.449067+0000 mon.a (mon.0) 2101 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:20.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:19 smithi178 bash[20270]: audit 2024-03-21T13:02:19.460149+0000 mon.a (mon.0) 2102 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:20.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:19 smithi178 bash[20270]: audit 2024-03-21T13:02:19.540493+0000 mon.a (mon.0) 2103 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:20.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:19 smithi178 bash[20270]: audit 2024-03-21T13:02:19.543793+0000 mon.a (mon.0) 2104 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:20.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:19 smithi178 bash[20270]: audit 2024-03-21T13:02:19.547715+0000 mon.a (mon.0) 2105 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:20.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:19 smithi178 bash[20270]: audit 2024-03-21T13:02:19.549162+0000 mon.a (mon.0) 2106 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:20.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:19 smithi178 bash[20270]: audit 2024-03-21T13:02:19.561213+0000 mon.a (mon.0) 2107 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:20.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:19 smithi178 bash[20270]: audit 2024-03-21T13:02:19.641632+0000 mon.a (mon.0) 2108 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:20.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:19 smithi178 bash[20270]: audit 2024-03-21T13:02:19.645493+0000 mon.a (mon.0) 2109 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:20.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:19 smithi178 bash[20270]: audit 2024-03-21T13:02:19.649073+0000 mon.a (mon.0) 2110 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:20.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:19 smithi178 bash[20270]: audit 2024-03-21T13:02:19.650543+0000 mon.a (mon.0) 2111 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:20.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:19 smithi178 bash[20270]: audit 2024-03-21T13:02:19.662081+0000 mon.a (mon.0) 2112 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:20.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:19 smithi178 bash[20270]: audit 2024-03-21T13:02:19.743227+0000 mon.a (mon.0) 2113 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:20.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:19 smithi178 bash[20270]: audit 2024-03-21T13:02:19.746749+0000 mon.a (mon.0) 2114 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:20.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:19 smithi178 bash[20270]: audit 2024-03-21T13:02:19.749894+0000 mon.a (mon.0) 2115 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:20.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:19 smithi178 bash[20270]: audit 2024-03-21T13:02:19.751074+0000 mon.a (mon.0) 2116 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:20.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:19 smithi178 bash[20270]: audit 2024-03-21T13:02:19.762454+0000 mon.a (mon.0) 2117 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:20.057 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:19 smithi178 bash[14494]: audit 2024-03-21T13:02:19.240887+0000 mon.a (mon.0) 2089 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:20.057 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:19 smithi178 bash[14494]: cephadm 2024-03-21T13:02:19.244226+0000 mgr.x (mgr.25322) 397 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:20.057 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:19 smithi178 bash[14494]: audit 2024-03-21T13:02:19.244655+0000 mon.a (mon.0) 2090 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:20.057 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:19 smithi178 bash[14494]: audit 2024-03-21T13:02:19.246181+0000 mon.a (mon.0) 2091 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:20.057 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:19 smithi178 bash[14494]: cluster 2024-03-21T13:02:19.250413+0000 mgr.x (mgr.25322) 398 : cluster [DBG] pgmap v253: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:20.057 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:19 smithi178 bash[14494]: cluster 2024-03-21T13:02:19.250891+0000 mgr.x (mgr.25322) 399 : cluster [DBG] pgmap v254: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:20.057 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:19 smithi178 bash[14494]: audit 2024-03-21T13:02:19.258441+0000 mon.a (mon.0) 2092 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:20.057 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:19 smithi178 bash[14494]: cephadm 2024-03-21T13:02:19.260837+0000 mgr.x (mgr.25322) 400 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:20.057 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:19 smithi178 bash[14494]: audit 2024-03-21T13:02:19.340962+0000 mon.a (mon.0) 2093 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:20.057 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:19 smithi178 bash[14494]: audit 2024-03-21T13:02:19.344045+0000 mon.a (mon.0) 2094 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:20.057 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:19 smithi178 bash[14494]: cephadm 2024-03-21T13:02:19.347165+0000 mgr.x (mgr.25322) 401 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:20.058 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:19 smithi178 bash[14494]: audit 2024-03-21T13:02:19.347431+0000 mon.a (mon.0) 2095 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:20.058 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:19 smithi178 bash[14494]: audit 2024-03-21T13:02:19.348858+0000 mon.a (mon.0) 2096 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:20.058 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:19 smithi178 bash[14494]: cluster 2024-03-21T13:02:19.353138+0000 mgr.x (mgr.25322) 402 : cluster [DBG] pgmap v255: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:20.058 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:19 smithi178 bash[14494]: cluster 2024-03-21T13:02:19.353829+0000 mgr.x (mgr.25322) 403 : cluster [DBG] pgmap v256: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:20.058 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:19 smithi178 bash[14494]: audit 2024-03-21T13:02:19.360883+0000 mon.a (mon.0) 2097 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:20.058 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:19 smithi178 bash[14494]: cephadm 2024-03-21T13:02:19.363307+0000 mgr.x (mgr.25322) 404 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:20.058 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:19 smithi178 bash[14494]: audit 2024-03-21T13:02:19.440092+0000 mon.a (mon.0) 2098 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:20.058 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:19 smithi178 bash[14494]: audit 2024-03-21T13:02:19.443856+0000 mon.a (mon.0) 2099 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:20.058 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:19 smithi178 bash[14494]: audit 2024-03-21T13:02:19.447205+0000 mon.a (mon.0) 2100 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:20.058 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:19 smithi178 bash[14494]: audit 2024-03-21T13:02:19.449067+0000 mon.a (mon.0) 2101 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:20.058 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:19 smithi178 bash[14494]: audit 2024-03-21T13:02:19.460149+0000 mon.a (mon.0) 2102 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:20.058 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:19 smithi178 bash[14494]: audit 2024-03-21T13:02:19.540493+0000 mon.a (mon.0) 2103 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:20.058 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:19 smithi178 bash[14494]: audit 2024-03-21T13:02:19.543793+0000 mon.a (mon.0) 2104 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:20.058 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:19 smithi178 bash[14494]: audit 2024-03-21T13:02:19.547715+0000 mon.a (mon.0) 2105 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:20.058 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:19 smithi178 bash[14494]: audit 2024-03-21T13:02:19.549162+0000 mon.a (mon.0) 2106 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:20.059 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:19 smithi178 bash[14494]: audit 2024-03-21T13:02:19.561213+0000 mon.a (mon.0) 2107 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:20.059 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:19 smithi178 bash[14494]: audit 2024-03-21T13:02:19.641632+0000 mon.a (mon.0) 2108 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:20.059 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:19 smithi178 bash[14494]: audit 2024-03-21T13:02:19.645493+0000 mon.a (mon.0) 2109 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:20.059 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:19 smithi178 bash[14494]: audit 2024-03-21T13:02:19.649073+0000 mon.a (mon.0) 2110 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:20.059 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:19 smithi178 bash[14494]: audit 2024-03-21T13:02:19.650543+0000 mon.a (mon.0) 2111 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:20.059 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:19 smithi178 bash[14494]: audit 2024-03-21T13:02:19.662081+0000 mon.a (mon.0) 2112 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:20.059 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:19 smithi178 bash[14494]: audit 2024-03-21T13:02:19.743227+0000 mon.a (mon.0) 2113 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:20.059 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:19 smithi178 bash[14494]: audit 2024-03-21T13:02:19.746749+0000 mon.a (mon.0) 2114 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:20.059 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:19 smithi178 bash[14494]: audit 2024-03-21T13:02:19.749894+0000 mon.a (mon.0) 2115 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:20.059 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:19 smithi178 bash[14494]: audit 2024-03-21T13:02:19.751074+0000 mon.a (mon.0) 2116 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:20.059 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:19 smithi178 bash[14494]: audit 2024-03-21T13:02:19.762454+0000 mon.a (mon.0) 2117 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:20.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:19 smithi184 bash[14608]: audit 2024-03-21T13:02:18.780489+0000 mon.a (mon.0) 2066 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:20.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:19 smithi184 bash[14608]: audit 2024-03-21T13:02:18.790016+0000 mon.a (mon.0) 2067 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:20.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:19 smithi184 bash[14608]: cluster 2024-03-21T13:02:18.790039+0000 mgr.x (mgr.25322) 381 : cluster [DBG] pgmap v244: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 700 B/s rd, 0 op/s 2024-03-21T13:02:20.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:19 smithi184 bash[14608]: audit 2024-03-21T13:02:18.811417+0000 mon.a (mon.0) 2068 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:20.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:19 smithi184 bash[14608]: audit 2024-03-21T13:02:18.813042+0000 mon.a (mon.0) 2069 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:20.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:19 smithi184 bash[14608]: cluster 2024-03-21T13:02:18.817967+0000 mgr.x (mgr.25322) 382 : cluster [DBG] pgmap v245: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 698 B/s rd, 0 op/s 2024-03-21T13:02:20.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:19 smithi184 bash[14608]: cluster 2024-03-21T13:02:18.818541+0000 mgr.x (mgr.25322) 383 : cluster [DBG] pgmap v246: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 959 B/s rd, 0 op/s 2024-03-21T13:02:20.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:19 smithi184 bash[14608]: audit 2024-03-21T13:02:18.823765+0000 mon.a (mon.0) 2070 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:20.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:19 smithi184 bash[14608]: cephadm 2024-03-21T13:02:18.826590+0000 mgr.x (mgr.25322) 384 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:20.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:19 smithi184 bash[14608]: audit 2024-03-21T13:02:18.904553+0000 mon.a (mon.0) 2071 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:20.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:19 smithi184 bash[14608]: audit 2024-03-21T13:02:18.907988+0000 mon.a (mon.0) 2072 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:20.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:19 smithi184 bash[14608]: audit 2024-03-21T13:02:18.910476+0000 mon.a (mon.0) 2073 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2024-03-21T13:02:20.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:19 smithi184 bash[14608]: cephadm 2024-03-21T13:02:18.911596+0000 mgr.x (mgr.25322) 385 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:20.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:19 smithi184 bash[14608]: audit 2024-03-21T13:02:18.919469+0000 mon.a (mon.0) 2074 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]': finished 2024-03-21T13:02:20.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:19 smithi184 bash[14608]: audit 2024-03-21T13:02:18.924868+0000 mon.a (mon.0) 2075 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:20.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:19 smithi184 bash[14608]: audit 2024-03-21T13:02:18.926684+0000 mon.a (mon.0) 2076 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:20.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:19 smithi184 bash[14608]: cluster 2024-03-21T13:02:18.931722+0000 mgr.x (mgr.25322) 386 : cluster [DBG] pgmap v247: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:02:20.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:19 smithi184 bash[14608]: cluster 2024-03-21T13:02:18.932378+0000 mgr.x (mgr.25322) 387 : cluster [DBG] pgmap v248: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:02:20.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:19 smithi184 bash[14608]: audit 2024-03-21T13:02:18.940835+0000 mon.a (mon.0) 2077 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:20.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:19 smithi184 bash[14608]: cephadm 2024-03-21T13:02:18.943379+0000 mgr.x (mgr.25322) 388 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:20.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:19 smithi184 bash[14608]: audit 2024-03-21T13:02:19.022409+0000 mon.a (mon.0) 2078 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:20.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:19 smithi184 bash[14608]: audit 2024-03-21T13:02:19.025374+0000 mon.a (mon.0) 2079 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:20.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:19 smithi184 bash[14608]: cephadm 2024-03-21T13:02:19.028233+0000 mgr.x (mgr.25322) 389 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:20.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:19 smithi184 bash[14608]: audit 2024-03-21T13:02:19.028486+0000 mon.a (mon.0) 2080 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:20.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:19 smithi184 bash[14608]: audit 2024-03-21T13:02:19.029789+0000 mon.a (mon.0) 2081 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:20.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:19 smithi184 bash[14608]: cluster 2024-03-21T13:02:19.033351+0000 mgr.x (mgr.25322) 390 : cluster [DBG] pgmap v249: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:20.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:19 smithi184 bash[14608]: cluster 2024-03-21T13:02:19.033661+0000 mgr.x (mgr.25322) 391 : cluster [DBG] pgmap v250: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:20.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:19 smithi184 bash[14608]: audit 2024-03-21T13:02:19.041372+0000 mon.a (mon.0) 2082 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:20.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:19 smithi184 bash[14608]: cephadm 2024-03-21T13:02:19.043713+0000 mgr.x (mgr.25322) 392 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:20.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:19 smithi184 bash[14608]: audit 2024-03-21T13:02:19.123056+0000 mon.a (mon.0) 2083 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:20.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:19 smithi184 bash[14608]: audit 2024-03-21T13:02:19.126365+0000 mon.a (mon.0) 2084 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:20.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:19 smithi184 bash[14608]: cephadm 2024-03-21T13:02:19.129735+0000 mgr.x (mgr.25322) 393 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:20.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:19 smithi184 bash[14608]: audit 2024-03-21T13:02:19.130225+0000 mon.a (mon.0) 2085 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:20.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:19 smithi184 bash[14608]: audit 2024-03-21T13:02:19.131876+0000 mon.a (mon.0) 2086 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:20.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:19 smithi184 bash[14608]: cluster 2024-03-21T13:02:19.135857+0000 mgr.x (mgr.25322) 394 : cluster [DBG] pgmap v251: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:20.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:19 smithi184 bash[14608]: cluster 2024-03-21T13:02:19.136162+0000 mgr.x (mgr.25322) 395 : cluster [DBG] pgmap v252: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:20.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:19 smithi184 bash[14608]: audit 2024-03-21T13:02:19.143534+0000 mon.a (mon.0) 2087 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:20.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:19 smithi184 bash[14608]: cephadm 2024-03-21T13:02:19.156481+0000 mgr.x (mgr.25322) 396 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:20.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:19 smithi184 bash[14608]: audit 2024-03-21T13:02:19.237848+0000 mon.a (mon.0) 2088 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:20.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:19 smithi184 bash[14608]: audit 2024-03-21T13:02:19.240887+0000 mon.a (mon.0) 2089 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:20.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:19 smithi184 bash[14608]: cephadm 2024-03-21T13:02:19.244226+0000 mgr.x (mgr.25322) 397 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:20.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:19 smithi184 bash[14608]: audit 2024-03-21T13:02:19.244655+0000 mon.a (mon.0) 2090 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:20.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:19 smithi184 bash[14608]: audit 2024-03-21T13:02:19.246181+0000 mon.a (mon.0) 2091 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:20.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:19 smithi184 bash[14608]: cluster 2024-03-21T13:02:19.250413+0000 mgr.x (mgr.25322) 398 : cluster [DBG] pgmap v253: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:20.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:19 smithi184 bash[14608]: cluster 2024-03-21T13:02:19.250891+0000 mgr.x (mgr.25322) 399 : cluster [DBG] pgmap v254: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:20.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:19 smithi184 bash[14608]: audit 2024-03-21T13:02:19.258441+0000 mon.a (mon.0) 2092 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:20.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:19 smithi184 bash[14608]: cephadm 2024-03-21T13:02:19.260837+0000 mgr.x (mgr.25322) 400 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:20.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:19 smithi184 bash[14608]: audit 2024-03-21T13:02:19.340962+0000 mon.a (mon.0) 2093 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:20.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:19 smithi184 bash[14608]: audit 2024-03-21T13:02:19.344045+0000 mon.a (mon.0) 2094 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:20.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:19 smithi184 bash[14608]: cephadm 2024-03-21T13:02:19.347165+0000 mgr.x (mgr.25322) 401 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:20.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:19 smithi184 bash[14608]: audit 2024-03-21T13:02:19.347431+0000 mon.a (mon.0) 2095 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:20.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:19 smithi184 bash[14608]: audit 2024-03-21T13:02:19.348858+0000 mon.a (mon.0) 2096 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:20.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:19 smithi184 bash[14608]: cluster 2024-03-21T13:02:19.353138+0000 mgr.x (mgr.25322) 402 : cluster [DBG] pgmap v255: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:20.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:19 smithi184 bash[14608]: cluster 2024-03-21T13:02:19.353829+0000 mgr.x (mgr.25322) 403 : cluster [DBG] pgmap v256: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:20.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:19 smithi184 bash[14608]: audit 2024-03-21T13:02:19.360883+0000 mon.a (mon.0) 2097 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:20.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:19 smithi184 bash[14608]: cephadm 2024-03-21T13:02:19.363307+0000 mgr.x (mgr.25322) 404 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:20.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:19 smithi184 bash[14608]: audit 2024-03-21T13:02:19.440092+0000 mon.a (mon.0) 2098 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:20.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:19 smithi184 bash[14608]: audit 2024-03-21T13:02:19.443856+0000 mon.a (mon.0) 2099 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:20.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:19 smithi184 bash[14608]: audit 2024-03-21T13:02:19.447205+0000 mon.a (mon.0) 2100 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:20.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:19 smithi184 bash[14608]: audit 2024-03-21T13:02:19.449067+0000 mon.a (mon.0) 2101 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:20.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:19 smithi184 bash[14608]: audit 2024-03-21T13:02:19.460149+0000 mon.a (mon.0) 2102 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:20.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:19 smithi184 bash[14608]: audit 2024-03-21T13:02:19.540493+0000 mon.a (mon.0) 2103 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:20.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:19 smithi184 bash[14608]: audit 2024-03-21T13:02:19.543793+0000 mon.a (mon.0) 2104 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:20.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:19 smithi184 bash[14608]: audit 2024-03-21T13:02:19.547715+0000 mon.a (mon.0) 2105 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:20.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:19 smithi184 bash[14608]: audit 2024-03-21T13:02:19.549162+0000 mon.a (mon.0) 2106 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:20.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:19 smithi184 bash[14608]: audit 2024-03-21T13:02:19.561213+0000 mon.a (mon.0) 2107 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:20.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:19 smithi184 bash[14608]: audit 2024-03-21T13:02:19.641632+0000 mon.a (mon.0) 2108 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:20.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:19 smithi184 bash[14608]: audit 2024-03-21T13:02:19.645493+0000 mon.a (mon.0) 2109 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:20.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:19 smithi184 bash[14608]: audit 2024-03-21T13:02:19.649073+0000 mon.a (mon.0) 2110 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:20.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:19 smithi184 bash[14608]: audit 2024-03-21T13:02:19.650543+0000 mon.a (mon.0) 2111 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:20.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:19 smithi184 bash[14608]: audit 2024-03-21T13:02:19.662081+0000 mon.a (mon.0) 2112 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:20.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:19 smithi184 bash[14608]: audit 2024-03-21T13:02:19.743227+0000 mon.a (mon.0) 2113 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:20.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:19 smithi184 bash[14608]: audit 2024-03-21T13:02:19.746749+0000 mon.a (mon.0) 2114 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:20.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:19 smithi184 bash[14608]: audit 2024-03-21T13:02:19.749894+0000 mon.a (mon.0) 2115 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:20.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:19 smithi184 bash[14608]: audit 2024-03-21T13:02:19.751074+0000 mon.a (mon.0) 2116 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:20.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:19 smithi184 bash[14608]: audit 2024-03-21T13:02:19.762454+0000 mon.a (mon.0) 2117 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:20.520 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[71512]: debug 2024-03-21T13:02:20.349+0000 7f20f021a700 1 -- 172.21.15.178:0/2253850736 <== mon.2 v2:172.21.15.184:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x56143a8a05a0 con 0x56143b620800 2024-03-21T13:02:20.797 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[71512]: debug 2024-03-21T13:02:20.513+0000 7f20fa429200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-21T13:02:21.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:20 smithi184 bash[14608]: cephadm 2024-03-21T13:02:19.447262+0000 mgr.x (mgr.25322) 405 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:21.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:20 smithi184 bash[14608]: cluster 2024-03-21T13:02:19.453182+0000 mgr.x (mgr.25322) 406 : cluster [DBG] pgmap v257: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:21.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:20 smithi184 bash[14608]: cluster 2024-03-21T13:02:19.453662+0000 mgr.x (mgr.25322) 407 : cluster [DBG] pgmap v258: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:21.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:20 smithi184 bash[14608]: cephadm 2024-03-21T13:02:19.462580+0000 mgr.x (mgr.25322) 408 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:21.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:20 smithi184 bash[14608]: cephadm 2024-03-21T13:02:19.546983+0000 mgr.x (mgr.25322) 409 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:21.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:20 smithi184 bash[14608]: cluster 2024-03-21T13:02:19.553298+0000 mgr.x (mgr.25322) 410 : cluster [DBG] pgmap v259: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:21.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:20 smithi184 bash[14608]: cluster 2024-03-21T13:02:19.553508+0000 mgr.x (mgr.25322) 411 : cluster [DBG] pgmap v260: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:21.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:20 smithi184 bash[14608]: cephadm 2024-03-21T13:02:19.563429+0000 mgr.x (mgr.25322) 412 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:21.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:20 smithi184 bash[14608]: cephadm 2024-03-21T13:02:19.648493+0000 mgr.x (mgr.25322) 413 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:21.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:20 smithi184 bash[14608]: cluster 2024-03-21T13:02:19.654580+0000 mgr.x (mgr.25322) 414 : cluster [DBG] pgmap v261: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:21.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:20 smithi184 bash[14608]: cluster 2024-03-21T13:02:19.654933+0000 mgr.x (mgr.25322) 415 : cluster [DBG] pgmap v262: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:21.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:20 smithi184 bash[14608]: cephadm 2024-03-21T13:02:19.664396+0000 mgr.x (mgr.25322) 416 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:21.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:20 smithi184 bash[14608]: cephadm 2024-03-21T13:02:19.749965+0000 mgr.x (mgr.25322) 417 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:21.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:20 smithi184 bash[14608]: cluster 2024-03-21T13:02:19.755188+0000 mgr.x (mgr.25322) 418 : cluster [DBG] pgmap v263: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:21.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:20 smithi184 bash[14608]: cluster 2024-03-21T13:02:19.755703+0000 mgr.x (mgr.25322) 419 : cluster [DBG] pgmap v264: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:21.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:20 smithi184 bash[14608]: cephadm 2024-03-21T13:02:19.764879+0000 mgr.x (mgr.25322) 420 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:21.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:20 smithi184 bash[14608]: audit 2024-03-21T13:02:19.824704+0000 mon.a (mon.0) 2118 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:21.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:20 smithi184 bash[14608]: audit 2024-03-21T13:02:19.827456+0000 mon.a (mon.0) 2119 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:21.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:20 smithi184 bash[14608]: cephadm 2024-03-21T13:02:19.830368+0000 mgr.x (mgr.25322) 421 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:21.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:20 smithi184 bash[14608]: audit 2024-03-21T13:02:19.831620+0000 mon.a (mon.0) 2120 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:21.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:20 smithi184 bash[14608]: audit 2024-03-21T13:02:19.833263+0000 mon.a (mon.0) 2121 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:21.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:20 smithi184 bash[14608]: cluster 2024-03-21T13:02:19.837409+0000 mgr.x (mgr.25322) 422 : cluster [DBG] pgmap v265: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:21.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:20 smithi184 bash[14608]: cluster 2024-03-21T13:02:19.837884+0000 mgr.x (mgr.25322) 423 : cluster [DBG] pgmap v266: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:21.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:20 smithi184 bash[14608]: audit 2024-03-21T13:02:19.842626+0000 mon.a (mon.0) 2122 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:21.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:20 smithi184 bash[14608]: cephadm 2024-03-21T13:02:19.844882+0000 mgr.x (mgr.25322) 424 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:21.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:20 smithi184 bash[14608]: audit 2024-03-21T13:02:19.920143+0000 mon.a (mon.0) 2123 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:21.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:20 smithi184 bash[14608]: audit 2024-03-21T13:02:19.923137+0000 mon.a (mon.0) 2124 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:21.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:20 smithi184 bash[14608]: cephadm 2024-03-21T13:02:19.926032+0000 mgr.x (mgr.25322) 425 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:21.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:20 smithi184 bash[14608]: audit 2024-03-21T13:02:19.926892+0000 mon.a (mon.0) 2125 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:21.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:20 smithi184 bash[14608]: audit 2024-03-21T13:02:19.927977+0000 mon.a (mon.0) 2126 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:21.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:20 smithi184 bash[14608]: cluster 2024-03-21T13:02:19.931889+0000 mgr.x (mgr.25322) 426 : cluster [DBG] pgmap v267: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:21.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:20 smithi184 bash[14608]: cluster 2024-03-21T13:02:19.932371+0000 mgr.x (mgr.25322) 427 : cluster [DBG] pgmap v268: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:21.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:20 smithi184 bash[14608]: audit 2024-03-21T13:02:19.937657+0000 mon.a (mon.0) 2127 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:21.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:20 smithi184 bash[14608]: cephadm 2024-03-21T13:02:19.940780+0000 mgr.x (mgr.25322) 428 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:21.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:20 smithi184 bash[14608]: audit 2024-03-21T13:02:20.015922+0000 mon.a (mon.0) 2128 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:21.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:20 smithi184 bash[14608]: audit 2024-03-21T13:02:20.019252+0000 mon.a (mon.0) 2129 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:21.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:20 smithi184 bash[14608]: cephadm 2024-03-21T13:02:20.022876+0000 mgr.x (mgr.25322) 429 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:21.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:20 smithi184 bash[14608]: audit 2024-03-21T13:02:20.023735+0000 mon.a (mon.0) 2130 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:21.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:20 smithi184 bash[14608]: audit 2024-03-21T13:02:20.025215+0000 mon.a (mon.0) 2131 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:21.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:20 smithi184 bash[14608]: cluster 2024-03-21T13:02:20.029336+0000 mgr.x (mgr.25322) 430 : cluster [DBG] pgmap v269: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:21.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:20 smithi184 bash[14608]: cluster 2024-03-21T13:02:20.029810+0000 mgr.x (mgr.25322) 431 : cluster [DBG] pgmap v270: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:21.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:20 smithi184 bash[14608]: audit 2024-03-21T13:02:20.037568+0000 mon.a (mon.0) 2132 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:21.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:20 smithi184 bash[14608]: cephadm 2024-03-21T13:02:20.039900+0000 mgr.x (mgr.25322) 432 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:21.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:20 smithi184 bash[14608]: audit 2024-03-21T13:02:20.117653+0000 mon.a (mon.0) 2133 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:21.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:20 smithi184 bash[14608]: audit 2024-03-21T13:02:20.121060+0000 mon.a (mon.0) 2134 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:21.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:20 smithi184 bash[14608]: cephadm 2024-03-21T13:02:20.124465+0000 mgr.x (mgr.25322) 433 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:21.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:20 smithi184 bash[14608]: audit 2024-03-21T13:02:20.126532+0000 mon.a (mon.0) 2135 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:21.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:20 smithi184 bash[14608]: audit 2024-03-21T13:02:20.128183+0000 mon.a (mon.0) 2136 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:21.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:20 smithi184 bash[14608]: cluster 2024-03-21T13:02:20.132682+0000 mgr.x (mgr.25322) 434 : cluster [DBG] pgmap v271: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:21.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:20 smithi184 bash[14608]: cluster 2024-03-21T13:02:20.133182+0000 mgr.x (mgr.25322) 435 : cluster [DBG] pgmap v272: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:21.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:20 smithi184 bash[14608]: audit 2024-03-21T13:02:20.141208+0000 mon.a (mon.0) 2137 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:21.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:20 smithi184 bash[14608]: cephadm 2024-03-21T13:02:20.143583+0000 mgr.x (mgr.25322) 436 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:21.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:20 smithi184 bash[14608]: audit 2024-03-21T13:02:20.220681+0000 mon.a (mon.0) 2138 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:21.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:20 smithi184 bash[14608]: audit 2024-03-21T13:02:20.224801+0000 mon.a (mon.0) 2139 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:21.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:20 smithi184 bash[14608]: cephadm 2024-03-21T13:02:20.228210+0000 mgr.x (mgr.25322) 437 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:21.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:20 smithi184 bash[14608]: audit 2024-03-21T13:02:20.229245+0000 mon.a (mon.0) 2140 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:21.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:20 smithi184 bash[14608]: audit 2024-03-21T13:02:20.230968+0000 mon.a (mon.0) 2141 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:21.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:20 smithi184 bash[14608]: cluster 2024-03-21T13:02:20.235399+0000 mgr.x (mgr.25322) 438 : cluster [DBG] pgmap v273: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:21.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:20 smithi184 bash[14608]: cluster 2024-03-21T13:02:20.236020+0000 mgr.x (mgr.25322) 439 : cluster [DBG] pgmap v274: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:21.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:20 smithi184 bash[14608]: audit 2024-03-21T13:02:20.241918+0000 mon.a (mon.0) 2142 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:21.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:20 smithi184 bash[14608]: cephadm 2024-03-21T13:02:20.244218+0000 mgr.x (mgr.25322) 440 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:21.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:20 smithi184 bash[14608]: audit 2024-03-21T13:02:20.322885+0000 mon.a (mon.0) 2143 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:21.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:20 smithi184 bash[14608]: audit 2024-03-21T13:02:20.326015+0000 mon.a (mon.0) 2144 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:21.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:20 smithi184 bash[14608]: cephadm 2024-03-21T13:02:20.328891+0000 mgr.x (mgr.25322) 441 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:21.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:20 smithi184 bash[14608]: audit 2024-03-21T13:02:20.329494+0000 mon.a (mon.0) 2145 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:21.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:20 smithi184 bash[14608]: audit 2024-03-21T13:02:20.330663+0000 mon.a (mon.0) 2146 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:21.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:20 smithi184 bash[14608]: cluster 2024-03-21T13:02:20.334510+0000 mgr.x (mgr.25322) 442 : cluster [DBG] pgmap v275: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:21.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:20 smithi184 bash[14608]: cluster 2024-03-21T13:02:20.334745+0000 mgr.x (mgr.25322) 443 : cluster [DBG] pgmap v276: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:21.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:20 smithi184 bash[14608]: audit 2024-03-21T13:02:20.341624+0000 mon.a (mon.0) 2147 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:21.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:20 smithi184 bash[14608]: cephadm 2024-03-21T13:02:20.343972+0000 mgr.x (mgr.25322) 444 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:21.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:20 smithi184 bash[14608]: audit 2024-03-21T13:02:20.420130+0000 mon.a (mon.0) 2148 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:21.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:20 smithi184 bash[14608]: audit 2024-03-21T13:02:20.422967+0000 mon.a (mon.0) 2149 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:21.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:20 smithi184 bash[14608]: cephadm 2024-03-21T13:02:20.426159+0000 mgr.x (mgr.25322) 445 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:21.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:20 smithi184 bash[14608]: audit 2024-03-21T13:02:20.426552+0000 mon.a (mon.0) 2150 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:21.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:20 smithi184 bash[14608]: audit 2024-03-21T13:02:20.427959+0000 mon.a (mon.0) 2151 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:21.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:20 smithi184 bash[14608]: audit 2024-03-21T13:02:20.441148+0000 mon.a (mon.0) 2152 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:21.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:20 smithi184 bash[14608]: audit 2024-03-21T13:02:20.523143+0000 mon.a (mon.0) 2153 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:21.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:20 smithi184 bash[14608]: audit 2024-03-21T13:02:20.526032+0000 mon.a (mon.0) 2154 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:21.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:20 smithi184 bash[14608]: audit 2024-03-21T13:02:20.529308+0000 mon.a (mon.0) 2155 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:21.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:20 smithi184 bash[14608]: audit 2024-03-21T13:02:20.530434+0000 mon.a (mon.0) 2156 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:21.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:20 smithi184 bash[14608]: audit 2024-03-21T13:02:20.541140+0000 mon.a (mon.0) 2157 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:21.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:20 smithi184 bash[14608]: audit 2024-03-21T13:02:20.618980+0000 mon.a (mon.0) 2158 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:21.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:20 smithi184 bash[14608]: audit 2024-03-21T13:02:20.621545+0000 mon.a (mon.0) 2159 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:21.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:20 smithi184 bash[14608]: audit 2024-03-21T13:02:20.625478+0000 mon.a (mon.0) 2160 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:21.080 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:20 smithi184 bash[14608]: audit 2024-03-21T13:02:20.626657+0000 mon.a (mon.0) 2161 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:21.080 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:20 smithi184 bash[14608]: audit 2024-03-21T13:02:20.635185+0000 mon.a (mon.0) 2162 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:21.080 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:20 smithi184 bash[14608]: audit 2024-03-21T13:02:20.715019+0000 mon.a (mon.0) 2163 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:21.080 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:20 smithi184 bash[14608]: audit 2024-03-21T13:02:20.717529+0000 mon.a (mon.0) 2164 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:21.080 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:20 smithi184 bash[14608]: audit 2024-03-21T13:02:20.720351+0000 mon.a (mon.0) 2165 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:21.080 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:20 smithi184 bash[14608]: audit 2024-03-21T13:02:20.721457+0000 mon.a (mon.0) 2166 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:21.080 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:20 smithi184 bash[14608]: audit 2024-03-21T13:02:20.731572+0000 mon.a (mon.0) 2167 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:21.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[14494]: cephadm 2024-03-21T13:02:19.447262+0000 mgr.x (mgr.25322) 405 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:21.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[14494]: cluster 2024-03-21T13:02:19.453182+0000 mgr.x (mgr.25322) 406 : cluster [DBG] pgmap v257: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:21.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[14494]: cluster 2024-03-21T13:02:19.453662+0000 mgr.x (mgr.25322) 407 : cluster [DBG] pgmap v258: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:21.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[14494]: cephadm 2024-03-21T13:02:19.462580+0000 mgr.x (mgr.25322) 408 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:21.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[14494]: cephadm 2024-03-21T13:02:19.546983+0000 mgr.x (mgr.25322) 409 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:21.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[14494]: cluster 2024-03-21T13:02:19.553298+0000 mgr.x (mgr.25322) 410 : cluster [DBG] pgmap v259: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:21.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[14494]: cluster 2024-03-21T13:02:19.553508+0000 mgr.x (mgr.25322) 411 : cluster [DBG] pgmap v260: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:21.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[14494]: cephadm 2024-03-21T13:02:19.563429+0000 mgr.x (mgr.25322) 412 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:21.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[14494]: cephadm 2024-03-21T13:02:19.648493+0000 mgr.x (mgr.25322) 413 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:21.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[14494]: cluster 2024-03-21T13:02:19.654580+0000 mgr.x (mgr.25322) 414 : cluster [DBG] pgmap v261: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:21.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[14494]: cluster 2024-03-21T13:02:19.654933+0000 mgr.x (mgr.25322) 415 : cluster [DBG] pgmap v262: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:21.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[14494]: cephadm 2024-03-21T13:02:19.664396+0000 mgr.x (mgr.25322) 416 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:21.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[14494]: cephadm 2024-03-21T13:02:19.749965+0000 mgr.x (mgr.25322) 417 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:21.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[14494]: cluster 2024-03-21T13:02:19.755188+0000 mgr.x (mgr.25322) 418 : cluster [DBG] pgmap v263: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:21.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[14494]: cluster 2024-03-21T13:02:19.755703+0000 mgr.x (mgr.25322) 419 : cluster [DBG] pgmap v264: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:21.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[14494]: cephadm 2024-03-21T13:02:19.764879+0000 mgr.x (mgr.25322) 420 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:21.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[14494]: audit 2024-03-21T13:02:19.824704+0000 mon.a (mon.0) 2118 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:21.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[14494]: audit 2024-03-21T13:02:19.827456+0000 mon.a (mon.0) 2119 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:21.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[14494]: cephadm 2024-03-21T13:02:19.830368+0000 mgr.x (mgr.25322) 421 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:21.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[14494]: audit 2024-03-21T13:02:19.831620+0000 mon.a (mon.0) 2120 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:21.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[20270]: cephadm 2024-03-21T13:02:19.447262+0000 mgr.x (mgr.25322) 405 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:21.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[20270]: cluster 2024-03-21T13:02:19.453182+0000 mgr.x (mgr.25322) 406 : cluster [DBG] pgmap v257: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:21.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[20270]: cluster 2024-03-21T13:02:19.453662+0000 mgr.x (mgr.25322) 407 : cluster [DBG] pgmap v258: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:21.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[20270]: cephadm 2024-03-21T13:02:19.462580+0000 mgr.x (mgr.25322) 408 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:21.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[20270]: cephadm 2024-03-21T13:02:19.546983+0000 mgr.x (mgr.25322) 409 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:21.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[20270]: cluster 2024-03-21T13:02:19.553298+0000 mgr.x (mgr.25322) 410 : cluster [DBG] pgmap v259: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:21.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[20270]: cluster 2024-03-21T13:02:19.553508+0000 mgr.x (mgr.25322) 411 : cluster [DBG] pgmap v260: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:21.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[20270]: cephadm 2024-03-21T13:02:19.563429+0000 mgr.x (mgr.25322) 412 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:21.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[20270]: cephadm 2024-03-21T13:02:19.648493+0000 mgr.x (mgr.25322) 413 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:21.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[20270]: cluster 2024-03-21T13:02:19.654580+0000 mgr.x (mgr.25322) 414 : cluster [DBG] pgmap v261: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:21.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[20270]: cluster 2024-03-21T13:02:19.654933+0000 mgr.x (mgr.25322) 415 : cluster [DBG] pgmap v262: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:21.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[20270]: cephadm 2024-03-21T13:02:19.664396+0000 mgr.x (mgr.25322) 416 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:21.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[20270]: cephadm 2024-03-21T13:02:19.749965+0000 mgr.x (mgr.25322) 417 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:21.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[20270]: cluster 2024-03-21T13:02:19.755188+0000 mgr.x (mgr.25322) 418 : cluster [DBG] pgmap v263: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:21.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[20270]: cluster 2024-03-21T13:02:19.755703+0000 mgr.x (mgr.25322) 419 : cluster [DBG] pgmap v264: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:21.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[20270]: cephadm 2024-03-21T13:02:19.764879+0000 mgr.x (mgr.25322) 420 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:21.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[20270]: audit 2024-03-21T13:02:19.824704+0000 mon.a (mon.0) 2118 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:21.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[20270]: audit 2024-03-21T13:02:19.827456+0000 mon.a (mon.0) 2119 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:21.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[20270]: cephadm 2024-03-21T13:02:19.830368+0000 mgr.x (mgr.25322) 421 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:21.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[20270]: audit 2024-03-21T13:02:19.831620+0000 mon.a (mon.0) 2120 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:21.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[14494]: audit 2024-03-21T13:02:19.833263+0000 mon.a (mon.0) 2121 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:21.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[14494]: cluster 2024-03-21T13:02:19.837409+0000 mgr.x (mgr.25322) 422 : cluster [DBG] pgmap v265: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:21.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[14494]: cluster 2024-03-21T13:02:19.837884+0000 mgr.x (mgr.25322) 423 : cluster [DBG] pgmap v266: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:21.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[14494]: audit 2024-03-21T13:02:19.842626+0000 mon.a (mon.0) 2122 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:21.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[14494]: cephadm 2024-03-21T13:02:19.844882+0000 mgr.x (mgr.25322) 424 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:21.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[14494]: audit 2024-03-21T13:02:19.920143+0000 mon.a (mon.0) 2123 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:21.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[14494]: audit 2024-03-21T13:02:19.923137+0000 mon.a (mon.0) 2124 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:21.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[14494]: cephadm 2024-03-21T13:02:19.926032+0000 mgr.x (mgr.25322) 425 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:21.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[14494]: audit 2024-03-21T13:02:19.926892+0000 mon.a (mon.0) 2125 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:21.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[14494]: audit 2024-03-21T13:02:19.927977+0000 mon.a (mon.0) 2126 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:21.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[14494]: cluster 2024-03-21T13:02:19.931889+0000 mgr.x (mgr.25322) 426 : cluster [DBG] pgmap v267: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:21.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[14494]: cluster 2024-03-21T13:02:19.932371+0000 mgr.x (mgr.25322) 427 : cluster [DBG] pgmap v268: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:21.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[14494]: audit 2024-03-21T13:02:19.937657+0000 mon.a (mon.0) 2127 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:21.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[14494]: cephadm 2024-03-21T13:02:19.940780+0000 mgr.x (mgr.25322) 428 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:21.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[14494]: audit 2024-03-21T13:02:20.015922+0000 mon.a (mon.0) 2128 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:21.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[14494]: audit 2024-03-21T13:02:20.019252+0000 mon.a (mon.0) 2129 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:21.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[14494]: cephadm 2024-03-21T13:02:20.022876+0000 mgr.x (mgr.25322) 429 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:21.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[14494]: audit 2024-03-21T13:02:20.023735+0000 mon.a (mon.0) 2130 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:21.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[14494]: audit 2024-03-21T13:02:20.025215+0000 mon.a (mon.0) 2131 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:21.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[14494]: cluster 2024-03-21T13:02:20.029336+0000 mgr.x (mgr.25322) 430 : cluster [DBG] pgmap v269: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:21.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[20270]: audit 2024-03-21T13:02:19.833263+0000 mon.a (mon.0) 2121 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:21.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[20270]: cluster 2024-03-21T13:02:19.837409+0000 mgr.x (mgr.25322) 422 : cluster [DBG] pgmap v265: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:21.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[20270]: cluster 2024-03-21T13:02:19.837884+0000 mgr.x (mgr.25322) 423 : cluster [DBG] pgmap v266: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:21.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[20270]: audit 2024-03-21T13:02:19.842626+0000 mon.a (mon.0) 2122 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:21.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[20270]: cephadm 2024-03-21T13:02:19.844882+0000 mgr.x (mgr.25322) 424 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:21.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[20270]: audit 2024-03-21T13:02:19.920143+0000 mon.a (mon.0) 2123 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:21.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[20270]: audit 2024-03-21T13:02:19.923137+0000 mon.a (mon.0) 2124 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:21.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[20270]: cephadm 2024-03-21T13:02:19.926032+0000 mgr.x (mgr.25322) 425 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:21.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[20270]: audit 2024-03-21T13:02:19.926892+0000 mon.a (mon.0) 2125 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:21.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[20270]: audit 2024-03-21T13:02:19.927977+0000 mon.a (mon.0) 2126 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:21.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[20270]: cluster 2024-03-21T13:02:19.931889+0000 mgr.x (mgr.25322) 426 : cluster [DBG] pgmap v267: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:21.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[20270]: cluster 2024-03-21T13:02:19.932371+0000 mgr.x (mgr.25322) 427 : cluster [DBG] pgmap v268: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:21.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[20270]: audit 2024-03-21T13:02:19.937657+0000 mon.a (mon.0) 2127 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:21.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[20270]: cephadm 2024-03-21T13:02:19.940780+0000 mgr.x (mgr.25322) 428 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:21.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[20270]: audit 2024-03-21T13:02:20.015922+0000 mon.a (mon.0) 2128 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:21.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[20270]: audit 2024-03-21T13:02:20.019252+0000 mon.a (mon.0) 2129 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:21.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[20270]: cephadm 2024-03-21T13:02:20.022876+0000 mgr.x (mgr.25322) 429 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:21.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[20270]: audit 2024-03-21T13:02:20.023735+0000 mon.a (mon.0) 2130 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:21.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[20270]: audit 2024-03-21T13:02:20.025215+0000 mon.a (mon.0) 2131 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:21.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[20270]: cluster 2024-03-21T13:02:20.029336+0000 mgr.x (mgr.25322) 430 : cluster [DBG] pgmap v269: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:21.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[14494]: cluster 2024-03-21T13:02:20.029810+0000 mgr.x (mgr.25322) 431 : cluster [DBG] pgmap v270: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:21.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[14494]: audit 2024-03-21T13:02:20.037568+0000 mon.a (mon.0) 2132 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:21.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[14494]: cephadm 2024-03-21T13:02:20.039900+0000 mgr.x (mgr.25322) 432 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:21.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[14494]: audit 2024-03-21T13:02:20.117653+0000 mon.a (mon.0) 2133 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:21.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[14494]: audit 2024-03-21T13:02:20.121060+0000 mon.a (mon.0) 2134 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:21.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[14494]: cephadm 2024-03-21T13:02:20.124465+0000 mgr.x (mgr.25322) 433 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:21.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[14494]: audit 2024-03-21T13:02:20.126532+0000 mon.a (mon.0) 2135 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:21.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[14494]: audit 2024-03-21T13:02:20.128183+0000 mon.a (mon.0) 2136 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:21.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[14494]: cluster 2024-03-21T13:02:20.132682+0000 mgr.x (mgr.25322) 434 : cluster [DBG] pgmap v271: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:21.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[14494]: cluster 2024-03-21T13:02:20.133182+0000 mgr.x (mgr.25322) 435 : cluster [DBG] pgmap v272: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:21.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[14494]: audit 2024-03-21T13:02:20.141208+0000 mon.a (mon.0) 2137 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:21.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[14494]: cephadm 2024-03-21T13:02:20.143583+0000 mgr.x (mgr.25322) 436 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:21.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[14494]: audit 2024-03-21T13:02:20.220681+0000 mon.a (mon.0) 2138 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:21.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[14494]: audit 2024-03-21T13:02:20.224801+0000 mon.a (mon.0) 2139 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:21.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[14494]: cephadm 2024-03-21T13:02:20.228210+0000 mgr.x (mgr.25322) 437 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:21.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[14494]: audit 2024-03-21T13:02:20.229245+0000 mon.a (mon.0) 2140 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:21.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[14494]: audit 2024-03-21T13:02:20.230968+0000 mon.a (mon.0) 2141 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:21.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[14494]: cluster 2024-03-21T13:02:20.235399+0000 mgr.x (mgr.25322) 438 : cluster [DBG] pgmap v273: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:21.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[14494]: cluster 2024-03-21T13:02:20.236020+0000 mgr.x (mgr.25322) 439 : cluster [DBG] pgmap v274: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:21.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[14494]: audit 2024-03-21T13:02:20.241918+0000 mon.a (mon.0) 2142 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:21.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[20270]: cluster 2024-03-21T13:02:20.029810+0000 mgr.x (mgr.25322) 431 : cluster [DBG] pgmap v270: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:21.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[20270]: audit 2024-03-21T13:02:20.037568+0000 mon.a (mon.0) 2132 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:21.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[20270]: cephadm 2024-03-21T13:02:20.039900+0000 mgr.x (mgr.25322) 432 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:21.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[20270]: audit 2024-03-21T13:02:20.117653+0000 mon.a (mon.0) 2133 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:21.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[20270]: audit 2024-03-21T13:02:20.121060+0000 mon.a (mon.0) 2134 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:21.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[20270]: cephadm 2024-03-21T13:02:20.124465+0000 mgr.x (mgr.25322) 433 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:21.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[20270]: audit 2024-03-21T13:02:20.126532+0000 mon.a (mon.0) 2135 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:21.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[20270]: audit 2024-03-21T13:02:20.128183+0000 mon.a (mon.0) 2136 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:21.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[20270]: cluster 2024-03-21T13:02:20.132682+0000 mgr.x (mgr.25322) 434 : cluster [DBG] pgmap v271: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:21.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[20270]: cluster 2024-03-21T13:02:20.133182+0000 mgr.x (mgr.25322) 435 : cluster [DBG] pgmap v272: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:21.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[20270]: audit 2024-03-21T13:02:20.141208+0000 mon.a (mon.0) 2137 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:21.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[20270]: cephadm 2024-03-21T13:02:20.143583+0000 mgr.x (mgr.25322) 436 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:21.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[20270]: audit 2024-03-21T13:02:20.220681+0000 mon.a (mon.0) 2138 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:21.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[20270]: audit 2024-03-21T13:02:20.224801+0000 mon.a (mon.0) 2139 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:21.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[20270]: cephadm 2024-03-21T13:02:20.228210+0000 mgr.x (mgr.25322) 437 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:21.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[20270]: audit 2024-03-21T13:02:20.229245+0000 mon.a (mon.0) 2140 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:21.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[20270]: audit 2024-03-21T13:02:20.230968+0000 mon.a (mon.0) 2141 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:21.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[20270]: cluster 2024-03-21T13:02:20.235399+0000 mgr.x (mgr.25322) 438 : cluster [DBG] pgmap v273: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:21.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[20270]: cluster 2024-03-21T13:02:20.236020+0000 mgr.x (mgr.25322) 439 : cluster [DBG] pgmap v274: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:21.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[20270]: audit 2024-03-21T13:02:20.241918+0000 mon.a (mon.0) 2142 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:21.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[14494]: cephadm 2024-03-21T13:02:20.244218+0000 mgr.x (mgr.25322) 440 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:21.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[14494]: audit 2024-03-21T13:02:20.322885+0000 mon.a (mon.0) 2143 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:21.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[14494]: audit 2024-03-21T13:02:20.326015+0000 mon.a (mon.0) 2144 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:21.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[14494]: cephadm 2024-03-21T13:02:20.328891+0000 mgr.x (mgr.25322) 441 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:21.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[14494]: audit 2024-03-21T13:02:20.329494+0000 mon.a (mon.0) 2145 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:21.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[14494]: audit 2024-03-21T13:02:20.330663+0000 mon.a (mon.0) 2146 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:21.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[14494]: cluster 2024-03-21T13:02:20.334510+0000 mgr.x (mgr.25322) 442 : cluster [DBG] pgmap v275: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:21.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[14494]: cluster 2024-03-21T13:02:20.334745+0000 mgr.x (mgr.25322) 443 : cluster [DBG] pgmap v276: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:21.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[14494]: audit 2024-03-21T13:02:20.341624+0000 mon.a (mon.0) 2147 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:21.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[14494]: cephadm 2024-03-21T13:02:20.343972+0000 mgr.x (mgr.25322) 444 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:21.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[14494]: audit 2024-03-21T13:02:20.420130+0000 mon.a (mon.0) 2148 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:21.310 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[14494]: audit 2024-03-21T13:02:20.422967+0000 mon.a (mon.0) 2149 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:21.310 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[14494]: cephadm 2024-03-21T13:02:20.426159+0000 mgr.x (mgr.25322) 445 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:21.310 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[14494]: audit 2024-03-21T13:02:20.426552+0000 mon.a (mon.0) 2150 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:21.310 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[14494]: audit 2024-03-21T13:02:20.427959+0000 mon.a (mon.0) 2151 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:21.310 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[14494]: audit 2024-03-21T13:02:20.441148+0000 mon.a (mon.0) 2152 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:21.310 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[14494]: audit 2024-03-21T13:02:20.523143+0000 mon.a (mon.0) 2153 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:21.310 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[14494]: audit 2024-03-21T13:02:20.526032+0000 mon.a (mon.0) 2154 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:21.310 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[14494]: audit 2024-03-21T13:02:20.529308+0000 mon.a (mon.0) 2155 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:21.310 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[14494]: audit 2024-03-21T13:02:20.530434+0000 mon.a (mon.0) 2156 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:21.310 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[20270]: cephadm 2024-03-21T13:02:20.244218+0000 mgr.x (mgr.25322) 440 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:21.310 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[20270]: audit 2024-03-21T13:02:20.322885+0000 mon.a (mon.0) 2143 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:21.310 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[20270]: audit 2024-03-21T13:02:20.326015+0000 mon.a (mon.0) 2144 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:21.311 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[20270]: cephadm 2024-03-21T13:02:20.328891+0000 mgr.x (mgr.25322) 441 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:21.311 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[20270]: audit 2024-03-21T13:02:20.329494+0000 mon.a (mon.0) 2145 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:21.311 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[20270]: audit 2024-03-21T13:02:20.330663+0000 mon.a (mon.0) 2146 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:21.311 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[20270]: cluster 2024-03-21T13:02:20.334510+0000 mgr.x (mgr.25322) 442 : cluster [DBG] pgmap v275: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:21.311 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[20270]: cluster 2024-03-21T13:02:20.334745+0000 mgr.x (mgr.25322) 443 : cluster [DBG] pgmap v276: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:21.311 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[20270]: audit 2024-03-21T13:02:20.341624+0000 mon.a (mon.0) 2147 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:21.311 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[20270]: cephadm 2024-03-21T13:02:20.343972+0000 mgr.x (mgr.25322) 444 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:21.311 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[20270]: audit 2024-03-21T13:02:20.420130+0000 mon.a (mon.0) 2148 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:21.311 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[20270]: audit 2024-03-21T13:02:20.422967+0000 mon.a (mon.0) 2149 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:21.311 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[20270]: cephadm 2024-03-21T13:02:20.426159+0000 mgr.x (mgr.25322) 445 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:21.311 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[20270]: audit 2024-03-21T13:02:20.426552+0000 mon.a (mon.0) 2150 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:21.311 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[20270]: audit 2024-03-21T13:02:20.427959+0000 mon.a (mon.0) 2151 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:21.311 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[20270]: audit 2024-03-21T13:02:20.441148+0000 mon.a (mon.0) 2152 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:21.311 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[20270]: audit 2024-03-21T13:02:20.523143+0000 mon.a (mon.0) 2153 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:21.312 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[20270]: audit 2024-03-21T13:02:20.526032+0000 mon.a (mon.0) 2154 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:21.312 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[20270]: audit 2024-03-21T13:02:20.529308+0000 mon.a (mon.0) 2155 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:21.312 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[20270]: audit 2024-03-21T13:02:20.530434+0000 mon.a (mon.0) 2156 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:21.312 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[14494]: audit 2024-03-21T13:02:20.541140+0000 mon.a (mon.0) 2157 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:21.312 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[14494]: audit 2024-03-21T13:02:20.618980+0000 mon.a (mon.0) 2158 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:21.312 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[14494]: audit 2024-03-21T13:02:20.621545+0000 mon.a (mon.0) 2159 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:21.312 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[14494]: audit 2024-03-21T13:02:20.625478+0000 mon.a (mon.0) 2160 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:21.312 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[14494]: audit 2024-03-21T13:02:20.626657+0000 mon.a (mon.0) 2161 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:21.312 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[14494]: audit 2024-03-21T13:02:20.635185+0000 mon.a (mon.0) 2162 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:21.312 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[14494]: audit 2024-03-21T13:02:20.715019+0000 mon.a (mon.0) 2163 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:21.312 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[14494]: audit 2024-03-21T13:02:20.717529+0000 mon.a (mon.0) 2164 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:21.313 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[14494]: audit 2024-03-21T13:02:20.720351+0000 mon.a (mon.0) 2165 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:21.313 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[14494]: audit 2024-03-21T13:02:20.721457+0000 mon.a (mon.0) 2166 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:21.313 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[14494]: audit 2024-03-21T13:02:20.731572+0000 mon.a (mon.0) 2167 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:21.313 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[20270]: audit 2024-03-21T13:02:20.541140+0000 mon.a (mon.0) 2157 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:21.313 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[20270]: audit 2024-03-21T13:02:20.618980+0000 mon.a (mon.0) 2158 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:21.313 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[20270]: audit 2024-03-21T13:02:20.621545+0000 mon.a (mon.0) 2159 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:21.313 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[20270]: audit 2024-03-21T13:02:20.625478+0000 mon.a (mon.0) 2160 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:21.313 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[20270]: audit 2024-03-21T13:02:20.626657+0000 mon.a (mon.0) 2161 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:21.313 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[20270]: audit 2024-03-21T13:02:20.635185+0000 mon.a (mon.0) 2162 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:21.313 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[20270]: audit 2024-03-21T13:02:20.715019+0000 mon.a (mon.0) 2163 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:21.313 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[20270]: audit 2024-03-21T13:02:20.717529+0000 mon.a (mon.0) 2164 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:21.313 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[20270]: audit 2024-03-21T13:02:20.720351+0000 mon.a (mon.0) 2165 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:21.313 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[20270]: audit 2024-03-21T13:02:20.721457+0000 mon.a (mon.0) 2166 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:21.314 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:20 smithi178 bash[20270]: audit 2024-03-21T13:02:20.731572+0000 mon.a (mon.0) 2167 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:21.769 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[71512]: debug 2024-03-21T13:02:21.505+0000 7f20fa429200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-03-21T13:02:21.770 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[71512]: debug 2024-03-21T13:02:21.613+0000 7f20fa429200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-21T13:02:21.770 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[71512]: debug 2024-03-21T13:02:21.733+0000 7f20fa429200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-21T13:02:22.064 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[14494]: cluster 2024-03-21T13:02:20.432171+0000 mgr.x (mgr.25322) 446 : cluster [DBG] pgmap v277: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:22.064 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[14494]: cluster 2024-03-21T13:02:20.432777+0000 mgr.x (mgr.25322) 447 : cluster [DBG] pgmap v278: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:22.064 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[14494]: cephadm 2024-03-21T13:02:20.443693+0000 mgr.x (mgr.25322) 448 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:22.064 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[14494]: cephadm 2024-03-21T13:02:20.528988+0000 mgr.x (mgr.25322) 449 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:22.064 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[14494]: cluster 2024-03-21T13:02:20.534382+0000 mgr.x (mgr.25322) 450 : cluster [DBG] pgmap v279: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:22.064 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[14494]: cluster 2024-03-21T13:02:20.534800+0000 mgr.x (mgr.25322) 451 : cluster [DBG] pgmap v280: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:22.064 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[14494]: cephadm 2024-03-21T13:02:20.543532+0000 mgr.x (mgr.25322) 452 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:22.064 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[14494]: cephadm 2024-03-21T13:02:20.624998+0000 mgr.x (mgr.25322) 453 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:22.065 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[14494]: cluster 2024-03-21T13:02:20.630870+0000 mgr.x (mgr.25322) 454 : cluster [DBG] pgmap v281: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:22.065 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[14494]: cluster 2024-03-21T13:02:20.631287+0000 mgr.x (mgr.25322) 455 : cluster [DBG] pgmap v282: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:22.065 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[14494]: cephadm 2024-03-21T13:02:20.637710+0000 mgr.x (mgr.25322) 456 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:22.065 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[14494]: cephadm 2024-03-21T13:02:20.720318+0000 mgr.x (mgr.25322) 457 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:22.065 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[14494]: cluster 2024-03-21T13:02:20.725896+0000 mgr.x (mgr.25322) 458 : cluster [DBG] pgmap v283: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 17 op/s 2024-03-21T13:02:22.065 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[14494]: cluster 2024-03-21T13:02:20.726306+0000 mgr.x (mgr.25322) 459 : cluster [DBG] pgmap v284: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 17 op/s 2024-03-21T13:02:22.065 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[14494]: cephadm 2024-03-21T13:02:20.733861+0000 mgr.x (mgr.25322) 460 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:22.065 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[14494]: audit 2024-03-21T13:02:20.816317+0000 mon.a (mon.0) 2168 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:22.065 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[14494]: audit 2024-03-21T13:02:20.818190+0000 mon.a (mon.0) 2169 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:22.065 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[14494]: audit 2024-03-21T13:02:20.820035+0000 mon.a (mon.0) 2170 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:22.065 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[14494]: cephadm 2024-03-21T13:02:20.820596+0000 mgr.x (mgr.25322) 461 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:22.065 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[14494]: audit 2024-03-21T13:02:20.820737+0000 mon.a (mon.0) 2171 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:22.065 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[14494]: cluster 2024-03-21T13:02:20.823755+0000 mgr.x (mgr.25322) 462 : cluster [DBG] pgmap v285: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 17 op/s 2024-03-21T13:02:22.065 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[14494]: cluster 2024-03-21T13:02:20.823975+0000 mgr.x (mgr.25322) 463 : cluster [DBG] pgmap v286: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 17 op/s 2024-03-21T13:02:22.065 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[14494]: audit 2024-03-21T13:02:20.826335+0000 mon.a (mon.0) 2172 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:22.066 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[14494]: cephadm 2024-03-21T13:02:20.828480+0000 mgr.x (mgr.25322) 464 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:22.066 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[14494]: audit 2024-03-21T13:02:20.906665+0000 mon.a (mon.0) 2173 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:22.066 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[14494]: audit 2024-03-21T13:02:20.909830+0000 mon.a (mon.0) 2174 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:22.066 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[14494]: cephadm 2024-03-21T13:02:20.912773+0000 mgr.x (mgr.25322) 465 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:22.066 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[14494]: audit 2024-03-21T13:02:20.912926+0000 mon.a (mon.0) 2175 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:22.066 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[14494]: audit 2024-03-21T13:02:20.913956+0000 mon.a (mon.0) 2176 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:22.066 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[14494]: cluster 2024-03-21T13:02:20.917716+0000 mgr.x (mgr.25322) 466 : cluster [DBG] pgmap v287: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 17 op/s 2024-03-21T13:02:22.066 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[14494]: cluster 2024-03-21T13:02:20.918245+0000 mgr.x (mgr.25322) 467 : cluster [DBG] pgmap v288: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 17 op/s 2024-03-21T13:02:22.066 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[14494]: audit 2024-03-21T13:02:20.924525+0000 mon.a (mon.0) 2177 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:22.066 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[14494]: cephadm 2024-03-21T13:02:20.926794+0000 mgr.x (mgr.25322) 468 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:22.066 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[14494]: audit 2024-03-21T13:02:21.003936+0000 mon.a (mon.0) 2178 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:22.066 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[14494]: audit 2024-03-21T13:02:21.007431+0000 mon.a (mon.0) 2179 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:22.066 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[14494]: cephadm 2024-03-21T13:02:21.010781+0000 mgr.x (mgr.25322) 469 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:22.066 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[14494]: audit 2024-03-21T13:02:21.011457+0000 mon.a (mon.0) 2180 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:22.066 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[14494]: audit 2024-03-21T13:02:21.012938+0000 mon.a (mon.0) 2181 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:22.067 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[14494]: cluster 2024-03-21T13:02:21.017006+0000 mgr.x (mgr.25322) 470 : cluster [DBG] pgmap v289: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:22.067 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[20270]: cluster 2024-03-21T13:02:20.432171+0000 mgr.x (mgr.25322) 446 : cluster [DBG] pgmap v277: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:22.067 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[20270]: cluster 2024-03-21T13:02:20.432777+0000 mgr.x (mgr.25322) 447 : cluster [DBG] pgmap v278: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:22.067 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[20270]: cephadm 2024-03-21T13:02:20.443693+0000 mgr.x (mgr.25322) 448 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:22.067 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[20270]: cephadm 2024-03-21T13:02:20.528988+0000 mgr.x (mgr.25322) 449 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:22.067 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[20270]: cluster 2024-03-21T13:02:20.534382+0000 mgr.x (mgr.25322) 450 : cluster [DBG] pgmap v279: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:22.067 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[20270]: cluster 2024-03-21T13:02:20.534800+0000 mgr.x (mgr.25322) 451 : cluster [DBG] pgmap v280: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:22.067 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[20270]: cephadm 2024-03-21T13:02:20.543532+0000 mgr.x (mgr.25322) 452 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:22.067 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[20270]: cephadm 2024-03-21T13:02:20.624998+0000 mgr.x (mgr.25322) 453 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:22.067 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[20270]: cluster 2024-03-21T13:02:20.630870+0000 mgr.x (mgr.25322) 454 : cluster [DBG] pgmap v281: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:22.067 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[20270]: cluster 2024-03-21T13:02:20.631287+0000 mgr.x (mgr.25322) 455 : cluster [DBG] pgmap v282: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:22.068 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[20270]: cephadm 2024-03-21T13:02:20.637710+0000 mgr.x (mgr.25322) 456 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:22.068 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[20270]: cephadm 2024-03-21T13:02:20.720318+0000 mgr.x (mgr.25322) 457 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:22.068 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[20270]: cluster 2024-03-21T13:02:20.725896+0000 mgr.x (mgr.25322) 458 : cluster [DBG] pgmap v283: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 17 op/s 2024-03-21T13:02:22.068 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[20270]: cluster 2024-03-21T13:02:20.726306+0000 mgr.x (mgr.25322) 459 : cluster [DBG] pgmap v284: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 17 op/s 2024-03-21T13:02:22.068 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[20270]: cephadm 2024-03-21T13:02:20.733861+0000 mgr.x (mgr.25322) 460 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:22.068 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[20270]: audit 2024-03-21T13:02:20.816317+0000 mon.a (mon.0) 2168 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:22.068 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[20270]: audit 2024-03-21T13:02:20.818190+0000 mon.a (mon.0) 2169 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:22.068 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[20270]: audit 2024-03-21T13:02:20.820035+0000 mon.a (mon.0) 2170 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:22.068 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[20270]: cephadm 2024-03-21T13:02:20.820596+0000 mgr.x (mgr.25322) 461 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:22.068 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[20270]: audit 2024-03-21T13:02:20.820737+0000 mon.a (mon.0) 2171 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:22.068 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[14494]: cluster 2024-03-21T13:02:21.017540+0000 mgr.x (mgr.25322) 471 : cluster [DBG] pgmap v290: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:22.069 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[14494]: audit 2024-03-21T13:02:21.023416+0000 mon.a (mon.0) 2182 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:22.069 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[14494]: cephadm 2024-03-21T13:02:21.025767+0000 mgr.x (mgr.25322) 472 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:22.069 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[14494]: audit 2024-03-21T13:02:21.104770+0000 mon.a (mon.0) 2183 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:22.069 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[14494]: audit 2024-03-21T13:02:21.108382+0000 mon.a (mon.0) 2184 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:22.069 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[14494]: cephadm 2024-03-21T13:02:21.111510+0000 mgr.x (mgr.25322) 473 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:22.069 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[14494]: audit 2024-03-21T13:02:21.112921+0000 mon.a (mon.0) 2185 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:22.069 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[14494]: audit 2024-03-21T13:02:21.114526+0000 mon.a (mon.0) 2186 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:22.069 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[14494]: cluster 2024-03-21T13:02:21.119080+0000 mgr.x (mgr.25322) 474 : cluster [DBG] pgmap v291: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:22.069 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[14494]: cluster 2024-03-21T13:02:21.119633+0000 mgr.x (mgr.25322) 475 : cluster [DBG] pgmap v292: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:22.069 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[14494]: audit 2024-03-21T13:02:21.126278+0000 mon.a (mon.0) 2187 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:22.069 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[14494]: cephadm 2024-03-21T13:02:21.128649+0000 mgr.x (mgr.25322) 476 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:22.069 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[14494]: audit 2024-03-21T13:02:21.207170+0000 mon.a (mon.0) 2188 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:22.069 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[14494]: audit 2024-03-21T13:02:21.211103+0000 mon.a (mon.0) 2189 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:22.069 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[14494]: cephadm 2024-03-21T13:02:21.214078+0000 mgr.x (mgr.25322) 477 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:22.069 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[14494]: audit 2024-03-21T13:02:21.214319+0000 mon.a (mon.0) 2190 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:22.070 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[14494]: audit 2024-03-21T13:02:21.215844+0000 mon.a (mon.0) 2191 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:22.070 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[14494]: cluster 2024-03-21T13:02:21.220275+0000 mgr.x (mgr.25322) 478 : cluster [DBG] pgmap v293: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:22.070 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[14494]: cluster 2024-03-21T13:02:21.220993+0000 mgr.x (mgr.25322) 479 : cluster [DBG] pgmap v294: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:22.070 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[14494]: audit 2024-03-21T13:02:21.227563+0000 mon.a (mon.0) 2192 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:22.070 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[20270]: cluster 2024-03-21T13:02:20.823755+0000 mgr.x (mgr.25322) 462 : cluster [DBG] pgmap v285: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 17 op/s 2024-03-21T13:02:22.070 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[20270]: cluster 2024-03-21T13:02:20.823975+0000 mgr.x (mgr.25322) 463 : cluster [DBG] pgmap v286: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 17 op/s 2024-03-21T13:02:22.070 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[20270]: audit 2024-03-21T13:02:20.826335+0000 mon.a (mon.0) 2172 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:22.070 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[20270]: cephadm 2024-03-21T13:02:20.828480+0000 mgr.x (mgr.25322) 464 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:22.070 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[20270]: audit 2024-03-21T13:02:20.906665+0000 mon.a (mon.0) 2173 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:22.070 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[20270]: audit 2024-03-21T13:02:20.909830+0000 mon.a (mon.0) 2174 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:22.070 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[20270]: cephadm 2024-03-21T13:02:20.912773+0000 mgr.x (mgr.25322) 465 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:22.071 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[20270]: audit 2024-03-21T13:02:20.912926+0000 mon.a (mon.0) 2175 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:22.071 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[20270]: audit 2024-03-21T13:02:20.913956+0000 mon.a (mon.0) 2176 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:22.071 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[20270]: cluster 2024-03-21T13:02:20.917716+0000 mgr.x (mgr.25322) 466 : cluster [DBG] pgmap v287: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 17 op/s 2024-03-21T13:02:22.071 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[20270]: cluster 2024-03-21T13:02:20.918245+0000 mgr.x (mgr.25322) 467 : cluster [DBG] pgmap v288: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 17 op/s 2024-03-21T13:02:22.071 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[20270]: audit 2024-03-21T13:02:20.924525+0000 mon.a (mon.0) 2177 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:22.071 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[20270]: cephadm 2024-03-21T13:02:20.926794+0000 mgr.x (mgr.25322) 468 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:22.071 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[20270]: audit 2024-03-21T13:02:21.003936+0000 mon.a (mon.0) 2178 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:22.071 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[20270]: audit 2024-03-21T13:02:21.007431+0000 mon.a (mon.0) 2179 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:22.071 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[20270]: cephadm 2024-03-21T13:02:21.010781+0000 mgr.x (mgr.25322) 469 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:22.071 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[20270]: audit 2024-03-21T13:02:21.011457+0000 mon.a (mon.0) 2180 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:22.071 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[20270]: audit 2024-03-21T13:02:21.012938+0000 mon.a (mon.0) 2181 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:22.071 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[20270]: cluster 2024-03-21T13:02:21.017006+0000 mgr.x (mgr.25322) 470 : cluster [DBG] pgmap v289: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:22.072 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[14494]: cephadm 2024-03-21T13:02:21.230001+0000 mgr.x (mgr.25322) 480 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:22.072 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[14494]: audit 2024-03-21T13:02:21.309322+0000 mon.a (mon.0) 2193 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:22.072 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[14494]: audit 2024-03-21T13:02:21.312436+0000 mon.a (mon.0) 2194 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:22.072 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[14494]: cephadm 2024-03-21T13:02:21.315695+0000 mgr.x (mgr.25322) 481 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:22.072 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[14494]: audit 2024-03-21T13:02:21.316370+0000 mon.a (mon.0) 2195 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:22.072 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[14494]: audit 2024-03-21T13:02:21.317843+0000 mon.a (mon.0) 2196 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:22.072 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[14494]: cluster 2024-03-21T13:02:21.321735+0000 mgr.x (mgr.25322) 482 : cluster [DBG] pgmap v295: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:22.072 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[14494]: cluster 2024-03-21T13:02:21.322274+0000 mgr.x (mgr.25322) 483 : cluster [DBG] pgmap v296: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:22.072 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[14494]: audit 2024-03-21T13:02:21.329126+0000 mon.a (mon.0) 2197 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:22.072 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[14494]: cephadm 2024-03-21T13:02:21.331472+0000 mgr.x (mgr.25322) 484 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:22.072 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[14494]: audit 2024-03-21T13:02:21.409474+0000 mon.a (mon.0) 2198 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:22.072 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[14494]: audit 2024-03-21T13:02:21.412054+0000 mon.a (mon.0) 2199 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:22.073 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[14494]: cephadm 2024-03-21T13:02:21.414901+0000 mgr.x (mgr.25322) 485 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:22.073 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[14494]: audit 2024-03-21T13:02:21.415110+0000 mon.a (mon.0) 2200 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:22.073 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[14494]: audit 2024-03-21T13:02:21.416216+0000 mon.a (mon.0) 2201 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:22.073 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[14494]: cluster 2024-03-21T13:02:21.419999+0000 mgr.x (mgr.25322) 486 : cluster [DBG] pgmap v297: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:22.073 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[14494]: cluster 2024-03-21T13:02:21.420528+0000 mgr.x (mgr.25322) 487 : cluster [DBG] pgmap v298: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:22.073 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[14494]: audit 2024-03-21T13:02:21.425990+0000 mon.a (mon.0) 2202 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:22.073 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[14494]: cephadm 2024-03-21T13:02:21.428768+0000 mgr.x (mgr.25322) 488 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:22.073 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[14494]: audit 2024-03-21T13:02:21.506889+0000 mon.a (mon.0) 2203 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:22.073 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[14494]: audit 2024-03-21T13:02:21.509574+0000 mon.a (mon.0) 2204 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:22.073 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[14494]: audit 2024-03-21T13:02:21.513173+0000 mon.a (mon.0) 2205 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:22.073 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[14494]: audit 2024-03-21T13:02:21.514571+0000 mon.a (mon.0) 2206 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:22.073 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[14494]: audit 2024-03-21T13:02:21.526174+0000 mon.a (mon.0) 2207 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:22.073 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[14494]: audit 2024-03-21T13:02:21.607158+0000 mon.a (mon.0) 2208 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:22.073 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[14494]: audit 2024-03-21T13:02:21.609813+0000 mon.a (mon.0) 2209 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:22.073 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[14494]: audit 2024-03-21T13:02:21.614120+0000 mon.a (mon.0) 2210 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:22.074 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[14494]: audit 2024-03-21T13:02:21.615956+0000 mon.a (mon.0) 2211 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:22.074 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[14494]: audit 2024-03-21T13:02:21.627688+0000 mon.a (mon.0) 2212 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:22.074 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[14494]: audit 2024-03-21T13:02:21.712934+0000 mon.a (mon.0) 2213 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:22.074 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[14494]: audit 2024-03-21T13:02:21.715842+0000 mon.a (mon.0) 2214 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:22.074 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[14494]: audit 2024-03-21T13:02:21.718932+0000 mon.a (mon.0) 2215 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:22.074 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[14494]: audit 2024-03-21T13:02:21.720147+0000 mon.a (mon.0) 2216 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:22.074 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[14494]: audit 2024-03-21T13:02:21.730209+0000 mon.a (mon.0) 2217 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:22.074 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[20270]: cluster 2024-03-21T13:02:21.017540+0000 mgr.x (mgr.25322) 471 : cluster [DBG] pgmap v290: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:22.075 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[20270]: audit 2024-03-21T13:02:21.023416+0000 mon.a (mon.0) 2182 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:22.075 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[20270]: cephadm 2024-03-21T13:02:21.025767+0000 mgr.x (mgr.25322) 472 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:22.075 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[20270]: audit 2024-03-21T13:02:21.104770+0000 mon.a (mon.0) 2183 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:22.075 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[20270]: audit 2024-03-21T13:02:21.108382+0000 mon.a (mon.0) 2184 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:22.075 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[20270]: cephadm 2024-03-21T13:02:21.111510+0000 mgr.x (mgr.25322) 473 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:22.075 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[20270]: audit 2024-03-21T13:02:21.112921+0000 mon.a (mon.0) 2185 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:22.075 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[20270]: audit 2024-03-21T13:02:21.114526+0000 mon.a (mon.0) 2186 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:22.075 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[20270]: cluster 2024-03-21T13:02:21.119080+0000 mgr.x (mgr.25322) 474 : cluster [DBG] pgmap v291: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:22.075 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[20270]: cluster 2024-03-21T13:02:21.119633+0000 mgr.x (mgr.25322) 475 : cluster [DBG] pgmap v292: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:22.075 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[20270]: audit 2024-03-21T13:02:21.126278+0000 mon.a (mon.0) 2187 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:22.075 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[20270]: cephadm 2024-03-21T13:02:21.128649+0000 mgr.x (mgr.25322) 476 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:22.075 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[20270]: audit 2024-03-21T13:02:21.207170+0000 mon.a (mon.0) 2188 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:22.075 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[20270]: audit 2024-03-21T13:02:21.211103+0000 mon.a (mon.0) 2189 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:22.075 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[20270]: cephadm 2024-03-21T13:02:21.214078+0000 mgr.x (mgr.25322) 477 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:22.076 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[20270]: audit 2024-03-21T13:02:21.214319+0000 mon.a (mon.0) 2190 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:22.076 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[20270]: audit 2024-03-21T13:02:21.215844+0000 mon.a (mon.0) 2191 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:22.076 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[20270]: cluster 2024-03-21T13:02:21.220275+0000 mgr.x (mgr.25322) 478 : cluster [DBG] pgmap v293: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:22.076 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[20270]: cluster 2024-03-21T13:02:21.220993+0000 mgr.x (mgr.25322) 479 : cluster [DBG] pgmap v294: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:22.076 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[20270]: audit 2024-03-21T13:02:21.227563+0000 mon.a (mon.0) 2192 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:22.076 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[20270]: cephadm 2024-03-21T13:02:21.230001+0000 mgr.x (mgr.25322) 480 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:22.076 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[20270]: audit 2024-03-21T13:02:21.309322+0000 mon.a (mon.0) 2193 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:22.076 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[20270]: audit 2024-03-21T13:02:21.312436+0000 mon.a (mon.0) 2194 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:22.076 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[20270]: cephadm 2024-03-21T13:02:21.315695+0000 mgr.x (mgr.25322) 481 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:22.076 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[20270]: audit 2024-03-21T13:02:21.316370+0000 mon.a (mon.0) 2195 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:22.076 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[20270]: audit 2024-03-21T13:02:21.317843+0000 mon.a (mon.0) 2196 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:22.076 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[20270]: cluster 2024-03-21T13:02:21.321735+0000 mgr.x (mgr.25322) 482 : cluster [DBG] pgmap v295: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:22.076 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[20270]: cluster 2024-03-21T13:02:21.322274+0000 mgr.x (mgr.25322) 483 : cluster [DBG] pgmap v296: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:22.076 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[20270]: audit 2024-03-21T13:02:21.329126+0000 mon.a (mon.0) 2197 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:22.076 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[20270]: cephadm 2024-03-21T13:02:21.331472+0000 mgr.x (mgr.25322) 484 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:22.076 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[20270]: audit 2024-03-21T13:02:21.409474+0000 mon.a (mon.0) 2198 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:22.077 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[20270]: audit 2024-03-21T13:02:21.412054+0000 mon.a (mon.0) 2199 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:22.077 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[20270]: cephadm 2024-03-21T13:02:21.414901+0000 mgr.x (mgr.25322) 485 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:22.077 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[20270]: audit 2024-03-21T13:02:21.415110+0000 mon.a (mon.0) 2200 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:22.077 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[20270]: audit 2024-03-21T13:02:21.416216+0000 mon.a (mon.0) 2201 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:22.077 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[20270]: cluster 2024-03-21T13:02:21.419999+0000 mgr.x (mgr.25322) 486 : cluster [DBG] pgmap v297: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:22.077 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[20270]: cluster 2024-03-21T13:02:21.420528+0000 mgr.x (mgr.25322) 487 : cluster [DBG] pgmap v298: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:22.077 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[20270]: audit 2024-03-21T13:02:21.425990+0000 mon.a (mon.0) 2202 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:22.077 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[20270]: cephadm 2024-03-21T13:02:21.428768+0000 mgr.x (mgr.25322) 488 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:22.077 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[20270]: audit 2024-03-21T13:02:21.506889+0000 mon.a (mon.0) 2203 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:22.077 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[20270]: audit 2024-03-21T13:02:21.509574+0000 mon.a (mon.0) 2204 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:22.077 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[20270]: audit 2024-03-21T13:02:21.513173+0000 mon.a (mon.0) 2205 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:22.077 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[20270]: audit 2024-03-21T13:02:21.514571+0000 mon.a (mon.0) 2206 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:22.077 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[20270]: audit 2024-03-21T13:02:21.526174+0000 mon.a (mon.0) 2207 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:22.077 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[20270]: audit 2024-03-21T13:02:21.607158+0000 mon.a (mon.0) 2208 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:22.078 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[20270]: audit 2024-03-21T13:02:21.609813+0000 mon.a (mon.0) 2209 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:22.078 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[20270]: audit 2024-03-21T13:02:21.614120+0000 mon.a (mon.0) 2210 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:22.078 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[20270]: audit 2024-03-21T13:02:21.615956+0000 mon.a (mon.0) 2211 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:22.078 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[20270]: audit 2024-03-21T13:02:21.627688+0000 mon.a (mon.0) 2212 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:22.078 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[20270]: audit 2024-03-21T13:02:21.712934+0000 mon.a (mon.0) 2213 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:22.078 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[20270]: audit 2024-03-21T13:02:21.715842+0000 mon.a (mon.0) 2214 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:22.078 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[20270]: audit 2024-03-21T13:02:21.718932+0000 mon.a (mon.0) 2215 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:22.078 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[20270]: audit 2024-03-21T13:02:21.720147+0000 mon.a (mon.0) 2216 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:22.078 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:21 smithi178 bash[20270]: audit 2024-03-21T13:02:21.730209+0000 mon.a (mon.0) 2217 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:22.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:21 smithi184 bash[14608]: cluster 2024-03-21T13:02:20.432171+0000 mgr.x (mgr.25322) 446 : cluster [DBG] pgmap v277: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:22.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:21 smithi184 bash[14608]: cluster 2024-03-21T13:02:20.432777+0000 mgr.x (mgr.25322) 447 : cluster [DBG] pgmap v278: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:22.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:21 smithi184 bash[14608]: cephadm 2024-03-21T13:02:20.443693+0000 mgr.x (mgr.25322) 448 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:22.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:21 smithi184 bash[14608]: cephadm 2024-03-21T13:02:20.528988+0000 mgr.x (mgr.25322) 449 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:22.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:21 smithi184 bash[14608]: cluster 2024-03-21T13:02:20.534382+0000 mgr.x (mgr.25322) 450 : cluster [DBG] pgmap v279: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:22.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:21 smithi184 bash[14608]: cluster 2024-03-21T13:02:20.534800+0000 mgr.x (mgr.25322) 451 : cluster [DBG] pgmap v280: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:22.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:21 smithi184 bash[14608]: cephadm 2024-03-21T13:02:20.543532+0000 mgr.x (mgr.25322) 452 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:22.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:21 smithi184 bash[14608]: cephadm 2024-03-21T13:02:20.624998+0000 mgr.x (mgr.25322) 453 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:22.080 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:21 smithi184 bash[14608]: cluster 2024-03-21T13:02:20.630870+0000 mgr.x (mgr.25322) 454 : cluster [DBG] pgmap v281: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:22.080 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:21 smithi184 bash[14608]: cluster 2024-03-21T13:02:20.631287+0000 mgr.x (mgr.25322) 455 : cluster [DBG] pgmap v282: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:22.080 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:21 smithi184 bash[14608]: cephadm 2024-03-21T13:02:20.637710+0000 mgr.x (mgr.25322) 456 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:22.080 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:21 smithi184 bash[14608]: cephadm 2024-03-21T13:02:20.720318+0000 mgr.x (mgr.25322) 457 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:22.080 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:21 smithi184 bash[14608]: cluster 2024-03-21T13:02:20.725896+0000 mgr.x (mgr.25322) 458 : cluster [DBG] pgmap v283: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 17 op/s 2024-03-21T13:02:22.080 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:21 smithi184 bash[14608]: cluster 2024-03-21T13:02:20.726306+0000 mgr.x (mgr.25322) 459 : cluster [DBG] pgmap v284: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 17 op/s 2024-03-21T13:02:22.080 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:21 smithi184 bash[14608]: cephadm 2024-03-21T13:02:20.733861+0000 mgr.x (mgr.25322) 460 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:22.080 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:21 smithi184 bash[14608]: audit 2024-03-21T13:02:20.816317+0000 mon.a (mon.0) 2168 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:22.080 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:21 smithi184 bash[14608]: audit 2024-03-21T13:02:20.818190+0000 mon.a (mon.0) 2169 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:22.080 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:21 smithi184 bash[14608]: audit 2024-03-21T13:02:20.820035+0000 mon.a (mon.0) 2170 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:22.080 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:21 smithi184 bash[14608]: cephadm 2024-03-21T13:02:20.820596+0000 mgr.x (mgr.25322) 461 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:22.080 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:21 smithi184 bash[14608]: audit 2024-03-21T13:02:20.820737+0000 mon.a (mon.0) 2171 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:22.080 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:21 smithi184 bash[14608]: cluster 2024-03-21T13:02:20.823755+0000 mgr.x (mgr.25322) 462 : cluster [DBG] pgmap v285: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 17 op/s 2024-03-21T13:02:22.080 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:21 smithi184 bash[14608]: cluster 2024-03-21T13:02:20.823975+0000 mgr.x (mgr.25322) 463 : cluster [DBG] pgmap v286: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 17 op/s 2024-03-21T13:02:22.080 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:21 smithi184 bash[14608]: audit 2024-03-21T13:02:20.826335+0000 mon.a (mon.0) 2172 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:22.081 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:21 smithi184 bash[14608]: cephadm 2024-03-21T13:02:20.828480+0000 mgr.x (mgr.25322) 464 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:22.081 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:21 smithi184 bash[14608]: audit 2024-03-21T13:02:20.906665+0000 mon.a (mon.0) 2173 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:22.081 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:21 smithi184 bash[14608]: audit 2024-03-21T13:02:20.909830+0000 mon.a (mon.0) 2174 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:22.081 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:21 smithi184 bash[14608]: cephadm 2024-03-21T13:02:20.912773+0000 mgr.x (mgr.25322) 465 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:22.081 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:21 smithi184 bash[14608]: audit 2024-03-21T13:02:20.912926+0000 mon.a (mon.0) 2175 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:22.081 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:21 smithi184 bash[14608]: audit 2024-03-21T13:02:20.913956+0000 mon.a (mon.0) 2176 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:22.081 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:21 smithi184 bash[14608]: cluster 2024-03-21T13:02:20.917716+0000 mgr.x (mgr.25322) 466 : cluster [DBG] pgmap v287: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 17 op/s 2024-03-21T13:02:22.081 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:21 smithi184 bash[14608]: cluster 2024-03-21T13:02:20.918245+0000 mgr.x (mgr.25322) 467 : cluster [DBG] pgmap v288: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 17 op/s 2024-03-21T13:02:22.081 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:21 smithi184 bash[14608]: audit 2024-03-21T13:02:20.924525+0000 mon.a (mon.0) 2177 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:22.081 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:21 smithi184 bash[14608]: cephadm 2024-03-21T13:02:20.926794+0000 mgr.x (mgr.25322) 468 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:22.081 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:21 smithi184 bash[14608]: audit 2024-03-21T13:02:21.003936+0000 mon.a (mon.0) 2178 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:22.081 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:21 smithi184 bash[14608]: audit 2024-03-21T13:02:21.007431+0000 mon.a (mon.0) 2179 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:22.081 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:21 smithi184 bash[14608]: cephadm 2024-03-21T13:02:21.010781+0000 mgr.x (mgr.25322) 469 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:22.081 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:21 smithi184 bash[14608]: audit 2024-03-21T13:02:21.011457+0000 mon.a (mon.0) 2180 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:22.081 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:21 smithi184 bash[14608]: audit 2024-03-21T13:02:21.012938+0000 mon.a (mon.0) 2181 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:22.082 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:21 smithi184 bash[14608]: cluster 2024-03-21T13:02:21.017006+0000 mgr.x (mgr.25322) 470 : cluster [DBG] pgmap v289: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:22.082 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:21 smithi184 bash[14608]: cluster 2024-03-21T13:02:21.017540+0000 mgr.x (mgr.25322) 471 : cluster [DBG] pgmap v290: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:22.082 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:21 smithi184 bash[14608]: audit 2024-03-21T13:02:21.023416+0000 mon.a (mon.0) 2182 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:22.082 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:21 smithi184 bash[14608]: cephadm 2024-03-21T13:02:21.025767+0000 mgr.x (mgr.25322) 472 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:22.082 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:21 smithi184 bash[14608]: audit 2024-03-21T13:02:21.104770+0000 mon.a (mon.0) 2183 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:22.082 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:21 smithi184 bash[14608]: audit 2024-03-21T13:02:21.108382+0000 mon.a (mon.0) 2184 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:22.082 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:21 smithi184 bash[14608]: cephadm 2024-03-21T13:02:21.111510+0000 mgr.x (mgr.25322) 473 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:22.082 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:21 smithi184 bash[14608]: audit 2024-03-21T13:02:21.112921+0000 mon.a (mon.0) 2185 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:22.082 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:21 smithi184 bash[14608]: audit 2024-03-21T13:02:21.114526+0000 mon.a (mon.0) 2186 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:22.082 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:21 smithi184 bash[14608]: cluster 2024-03-21T13:02:21.119080+0000 mgr.x (mgr.25322) 474 : cluster [DBG] pgmap v291: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:22.082 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:21 smithi184 bash[14608]: cluster 2024-03-21T13:02:21.119633+0000 mgr.x (mgr.25322) 475 : cluster [DBG] pgmap v292: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:22.082 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:21 smithi184 bash[14608]: audit 2024-03-21T13:02:21.126278+0000 mon.a (mon.0) 2187 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:22.082 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:21 smithi184 bash[14608]: cephadm 2024-03-21T13:02:21.128649+0000 mgr.x (mgr.25322) 476 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:22.082 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:21 smithi184 bash[14608]: audit 2024-03-21T13:02:21.207170+0000 mon.a (mon.0) 2188 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:22.083 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:21 smithi184 bash[14608]: audit 2024-03-21T13:02:21.211103+0000 mon.a (mon.0) 2189 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:22.083 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:21 smithi184 bash[14608]: cephadm 2024-03-21T13:02:21.214078+0000 mgr.x (mgr.25322) 477 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:22.083 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:21 smithi184 bash[14608]: audit 2024-03-21T13:02:21.214319+0000 mon.a (mon.0) 2190 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:22.083 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:21 smithi184 bash[14608]: audit 2024-03-21T13:02:21.215844+0000 mon.a (mon.0) 2191 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:22.083 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:21 smithi184 bash[14608]: cluster 2024-03-21T13:02:21.220275+0000 mgr.x (mgr.25322) 478 : cluster [DBG] pgmap v293: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:22.083 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:21 smithi184 bash[14608]: cluster 2024-03-21T13:02:21.220993+0000 mgr.x (mgr.25322) 479 : cluster [DBG] pgmap v294: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:22.083 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:21 smithi184 bash[14608]: audit 2024-03-21T13:02:21.227563+0000 mon.a (mon.0) 2192 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:22.083 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:21 smithi184 bash[14608]: cephadm 2024-03-21T13:02:21.230001+0000 mgr.x (mgr.25322) 480 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:22.083 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:21 smithi184 bash[14608]: audit 2024-03-21T13:02:21.309322+0000 mon.a (mon.0) 2193 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:22.083 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:21 smithi184 bash[14608]: audit 2024-03-21T13:02:21.312436+0000 mon.a (mon.0) 2194 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:22.083 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:21 smithi184 bash[14608]: cephadm 2024-03-21T13:02:21.315695+0000 mgr.x (mgr.25322) 481 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:22.083 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:21 smithi184 bash[14608]: audit 2024-03-21T13:02:21.316370+0000 mon.a (mon.0) 2195 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:22.083 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:21 smithi184 bash[14608]: audit 2024-03-21T13:02:21.317843+0000 mon.a (mon.0) 2196 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:22.083 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:21 smithi184 bash[14608]: cluster 2024-03-21T13:02:21.321735+0000 mgr.x (mgr.25322) 482 : cluster [DBG] pgmap v295: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:22.083 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:21 smithi184 bash[14608]: cluster 2024-03-21T13:02:21.322274+0000 mgr.x (mgr.25322) 483 : cluster [DBG] pgmap v296: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:22.084 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:21 smithi184 bash[14608]: audit 2024-03-21T13:02:21.329126+0000 mon.a (mon.0) 2197 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:22.084 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:21 smithi184 bash[14608]: cephadm 2024-03-21T13:02:21.331472+0000 mgr.x (mgr.25322) 484 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:22.084 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:21 smithi184 bash[14608]: audit 2024-03-21T13:02:21.409474+0000 mon.a (mon.0) 2198 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:22.084 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:21 smithi184 bash[14608]: audit 2024-03-21T13:02:21.412054+0000 mon.a (mon.0) 2199 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:22.084 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:21 smithi184 bash[14608]: cephadm 2024-03-21T13:02:21.414901+0000 mgr.x (mgr.25322) 485 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:22.084 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:21 smithi184 bash[14608]: audit 2024-03-21T13:02:21.415110+0000 mon.a (mon.0) 2200 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:22.084 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:21 smithi184 bash[14608]: audit 2024-03-21T13:02:21.416216+0000 mon.a (mon.0) 2201 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:22.084 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:21 smithi184 bash[14608]: cluster 2024-03-21T13:02:21.419999+0000 mgr.x (mgr.25322) 486 : cluster [DBG] pgmap v297: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:22.084 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:21 smithi184 bash[14608]: cluster 2024-03-21T13:02:21.420528+0000 mgr.x (mgr.25322) 487 : cluster [DBG] pgmap v298: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:22.084 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:21 smithi184 bash[14608]: audit 2024-03-21T13:02:21.425990+0000 mon.a (mon.0) 2202 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:22.084 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:21 smithi184 bash[14608]: cephadm 2024-03-21T13:02:21.428768+0000 mgr.x (mgr.25322) 488 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:22.084 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:21 smithi184 bash[14608]: audit 2024-03-21T13:02:21.506889+0000 mon.a (mon.0) 2203 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:22.084 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:21 smithi184 bash[14608]: audit 2024-03-21T13:02:21.509574+0000 mon.a (mon.0) 2204 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:22.084 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:21 smithi184 bash[14608]: audit 2024-03-21T13:02:21.513173+0000 mon.a (mon.0) 2205 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:22.084 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:21 smithi184 bash[14608]: audit 2024-03-21T13:02:21.514571+0000 mon.a (mon.0) 2206 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:22.085 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:21 smithi184 bash[14608]: audit 2024-03-21T13:02:21.526174+0000 mon.a (mon.0) 2207 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:22.085 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:21 smithi184 bash[14608]: audit 2024-03-21T13:02:21.607158+0000 mon.a (mon.0) 2208 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:22.085 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:21 smithi184 bash[14608]: audit 2024-03-21T13:02:21.609813+0000 mon.a (mon.0) 2209 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:22.085 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:21 smithi184 bash[14608]: audit 2024-03-21T13:02:21.614120+0000 mon.a (mon.0) 2210 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:22.085 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:21 smithi184 bash[14608]: audit 2024-03-21T13:02:21.615956+0000 mon.a (mon.0) 2211 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:22.085 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:21 smithi184 bash[14608]: audit 2024-03-21T13:02:21.627688+0000 mon.a (mon.0) 2212 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:22.085 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:21 smithi184 bash[14608]: audit 2024-03-21T13:02:21.712934+0000 mon.a (mon.0) 2213 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:22.085 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:21 smithi184 bash[14608]: audit 2024-03-21T13:02:21.715842+0000 mon.a (mon.0) 2214 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:22.085 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:21 smithi184 bash[14608]: audit 2024-03-21T13:02:21.718932+0000 mon.a (mon.0) 2215 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:22.085 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:21 smithi184 bash[14608]: audit 2024-03-21T13:02:21.720147+0000 mon.a (mon.0) 2216 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:22.085 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:21 smithi184 bash[14608]: audit 2024-03-21T13:02:21.730209+0000 mon.a (mon.0) 2217 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:22.297 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[71512]: debug 2024-03-21T13:02:22.049+0000 7f20fa429200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-21T13:02:22.797 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[71512]: debug 2024-03-21T13:02:22.477+0000 7f20fa429200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-21T13:02:22.798 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[71512]: debug 2024-03-21T13:02:22.649+0000 7f20fa429200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-21T13:02:23.048 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[71512]: debug 2024-03-21T13:02:22.885+0000 7f20fa429200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-21T13:02:23.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[14494]: cephadm 2024-03-21T13:02:21.512676+0000 mgr.x (mgr.25322) 489 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:23.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[14494]: cluster 2024-03-21T13:02:21.518431+0000 mgr.x (mgr.25322) 490 : cluster [DBG] pgmap v299: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:23.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[14494]: cluster 2024-03-21T13:02:21.518881+0000 mgr.x (mgr.25322) 491 : cluster [DBG] pgmap v300: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:23.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[14494]: cephadm 2024-03-21T13:02:21.528623+0000 mgr.x (mgr.25322) 492 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:23.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[14494]: cephadm 2024-03-21T13:02:21.612720+0000 mgr.x (mgr.25322) 493 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:23.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[14494]: cluster 2024-03-21T13:02:21.620889+0000 mgr.x (mgr.25322) 494 : cluster [DBG] pgmap v301: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:23.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[14494]: cluster 2024-03-21T13:02:21.621443+0000 mgr.x (mgr.25322) 495 : cluster [DBG] pgmap v302: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:23.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[14494]: cephadm 2024-03-21T13:02:21.630417+0000 mgr.x (mgr.25322) 496 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:23.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[14494]: cephadm 2024-03-21T13:02:21.718782+0000 mgr.x (mgr.25322) 497 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:23.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[14494]: cluster 2024-03-21T13:02:21.723791+0000 mgr.x (mgr.25322) 498 : cluster [DBG] pgmap v303: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:23.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[14494]: cluster 2024-03-21T13:02:21.724275+0000 mgr.x (mgr.25322) 499 : cluster [DBG] pgmap v304: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:23.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[14494]: cephadm 2024-03-21T13:02:21.732485+0000 mgr.x (mgr.25322) 500 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:23.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[14494]: audit 2024-03-21T13:02:21.822772+0000 mon.a (mon.0) 2218 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:23.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[14494]: audit 2024-03-21T13:02:21.826240+0000 mon.a (mon.0) 2219 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:23.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[14494]: audit 2024-03-21T13:02:21.828565+0000 mon.a (mon.0) 2220 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:23.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[14494]: cephadm 2024-03-21T13:02:21.828931+0000 mgr.x (mgr.25322) 501 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:23.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[14494]: audit 2024-03-21T13:02:21.829223+0000 mon.a (mon.0) 2221 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:23.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[14494]: cluster 2024-03-21T13:02:21.832360+0000 mgr.x (mgr.25322) 502 : cluster [DBG] pgmap v305: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:23.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[14494]: cluster 2024-03-21T13:02:21.832687+0000 mgr.x (mgr.25322) 503 : cluster [DBG] pgmap v306: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:23.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[14494]: audit 2024-03-21T13:02:21.834925+0000 mon.a (mon.0) 2222 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:23.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[20270]: cephadm 2024-03-21T13:02:21.512676+0000 mgr.x (mgr.25322) 489 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:23.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[20270]: cluster 2024-03-21T13:02:21.518431+0000 mgr.x (mgr.25322) 490 : cluster [DBG] pgmap v299: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:23.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[20270]: cluster 2024-03-21T13:02:21.518881+0000 mgr.x (mgr.25322) 491 : cluster [DBG] pgmap v300: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:23.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[20270]: cephadm 2024-03-21T13:02:21.528623+0000 mgr.x (mgr.25322) 492 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:23.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[20270]: cephadm 2024-03-21T13:02:21.612720+0000 mgr.x (mgr.25322) 493 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:23.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[20270]: cluster 2024-03-21T13:02:21.620889+0000 mgr.x (mgr.25322) 494 : cluster [DBG] pgmap v301: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:23.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[20270]: cluster 2024-03-21T13:02:21.621443+0000 mgr.x (mgr.25322) 495 : cluster [DBG] pgmap v302: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:23.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[20270]: cephadm 2024-03-21T13:02:21.630417+0000 mgr.x (mgr.25322) 496 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:23.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[20270]: cephadm 2024-03-21T13:02:21.718782+0000 mgr.x (mgr.25322) 497 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:23.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[20270]: cluster 2024-03-21T13:02:21.723791+0000 mgr.x (mgr.25322) 498 : cluster [DBG] pgmap v303: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:23.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[20270]: cluster 2024-03-21T13:02:21.724275+0000 mgr.x (mgr.25322) 499 : cluster [DBG] pgmap v304: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:23.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[20270]: cephadm 2024-03-21T13:02:21.732485+0000 mgr.x (mgr.25322) 500 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:23.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[20270]: audit 2024-03-21T13:02:21.822772+0000 mon.a (mon.0) 2218 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:23.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[20270]: audit 2024-03-21T13:02:21.826240+0000 mon.a (mon.0) 2219 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:23.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[20270]: audit 2024-03-21T13:02:21.828565+0000 mon.a (mon.0) 2220 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:23.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[20270]: cephadm 2024-03-21T13:02:21.828931+0000 mgr.x (mgr.25322) 501 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:23.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[20270]: audit 2024-03-21T13:02:21.829223+0000 mon.a (mon.0) 2221 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:23.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[20270]: cluster 2024-03-21T13:02:21.832360+0000 mgr.x (mgr.25322) 502 : cluster [DBG] pgmap v305: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:23.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[20270]: cluster 2024-03-21T13:02:21.832687+0000 mgr.x (mgr.25322) 503 : cluster [DBG] pgmap v306: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:23.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[20270]: audit 2024-03-21T13:02:21.834925+0000 mon.a (mon.0) 2222 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:23.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[14494]: cephadm 2024-03-21T13:02:21.837170+0000 mgr.x (mgr.25322) 504 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:23.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[14494]: audit 2024-03-21T13:02:21.913064+0000 mon.a (mon.0) 2223 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:23.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[14494]: audit 2024-03-21T13:02:21.917777+0000 mon.a (mon.0) 2224 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:23.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[14494]: cephadm 2024-03-21T13:02:21.921410+0000 mgr.x (mgr.25322) 505 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:23.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[14494]: audit 2024-03-21T13:02:21.922017+0000 mon.a (mon.0) 2225 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:23.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[14494]: audit 2024-03-21T13:02:21.923642+0000 mon.a (mon.0) 2226 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:23.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[14494]: cluster 2024-03-21T13:02:21.927918+0000 mgr.x (mgr.25322) 506 : cluster [DBG] pgmap v307: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:23.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[14494]: cluster 2024-03-21T13:02:21.928289+0000 mgr.x (mgr.25322) 507 : cluster [DBG] pgmap v308: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:23.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[14494]: audit 2024-03-21T13:02:21.936226+0000 mon.a (mon.0) 2227 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:23.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[14494]: cephadm 2024-03-21T13:02:21.938652+0000 mgr.x (mgr.25322) 508 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:23.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[14494]: audit 2024-03-21T13:02:22.017069+0000 mgr.x (mgr.25322) 509 : audit [DBG] from='client.15585 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:02:23.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[14494]: audit 2024-03-21T13:02:22.019234+0000 mon.a (mon.0) 2228 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:23.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[14494]: audit 2024-03-21T13:02:22.022274+0000 mon.a (mon.0) 2229 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:23.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[14494]: cephadm 2024-03-21T13:02:22.025401+0000 mgr.x (mgr.25322) 510 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:23.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[14494]: audit 2024-03-21T13:02:22.025507+0000 mon.a (mon.0) 2230 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:23.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[14494]: audit 2024-03-21T13:02:22.026694+0000 mon.a (mon.0) 2231 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:23.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[14494]: cluster 2024-03-21T13:02:22.030660+0000 mgr.x (mgr.25322) 511 : cluster [DBG] pgmap v309: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:23.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[14494]: cluster 2024-03-21T13:02:22.031236+0000 mgr.x (mgr.25322) 512 : cluster [DBG] pgmap v310: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:23.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[14494]: audit 2024-03-21T13:02:22.038333+0000 mon.a (mon.0) 2232 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:23.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[14494]: cephadm 2024-03-21T13:02:22.040752+0000 mgr.x (mgr.25322) 513 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:23.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[14494]: audit 2024-03-21T13:02:22.120030+0000 mon.a (mon.0) 2233 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:23.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[14494]: audit 2024-03-21T13:02:22.123059+0000 mon.a (mon.0) 2234 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:23.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[14494]: cephadm 2024-03-21T13:02:22.126182+0000 mgr.x (mgr.25322) 514 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:23.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[14494]: audit 2024-03-21T13:02:22.126784+0000 mon.a (mon.0) 2235 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:23.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[14494]: audit 2024-03-21T13:02:22.128215+0000 mon.a (mon.0) 2236 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:23.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[14494]: cluster 2024-03-21T13:02:22.132495+0000 mgr.x (mgr.25322) 515 : cluster [DBG] pgmap v311: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:23.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[14494]: cluster 2024-03-21T13:02:22.132932+0000 mgr.x (mgr.25322) 516 : cluster [DBG] pgmap v312: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:23.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[14494]: audit 2024-03-21T13:02:22.140183+0000 mon.a (mon.0) 2237 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:23.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[14494]: cephadm 2024-03-21T13:02:22.142619+0000 mgr.x (mgr.25322) 517 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:23.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[14494]: audit 2024-03-21T13:02:22.219818+0000 mon.a (mon.0) 2238 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:23.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[14494]: audit 2024-03-21T13:02:22.222448+0000 mon.a (mon.0) 2239 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:23.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[14494]: cephadm 2024-03-21T13:02:22.225082+0000 mgr.x (mgr.25322) 518 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:23.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[14494]: audit 2024-03-21T13:02:22.225631+0000 mon.a (mon.0) 2240 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:23.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[14494]: audit 2024-03-21T13:02:22.226602+0000 mon.a (mon.0) 2241 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:23.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[14494]: cluster 2024-03-21T13:02:22.230464+0000 mgr.x (mgr.25322) 519 : cluster [DBG] pgmap v313: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:23.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[14494]: cluster 2024-03-21T13:02:22.231015+0000 mgr.x (mgr.25322) 520 : cluster [DBG] pgmap v314: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:23.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[14494]: audit 2024-03-21T13:02:22.236227+0000 mon.a (mon.0) 2242 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:23.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[14494]: cephadm 2024-03-21T13:02:22.238499+0000 mgr.x (mgr.25322) 521 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:23.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[14494]: audit 2024-03-21T13:02:22.314918+0000 mon.a (mon.0) 2243 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:23.055 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[14494]: audit 2024-03-21T13:02:22.317741+0000 mon.a (mon.0) 2244 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:23.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[20270]: cephadm 2024-03-21T13:02:21.837170+0000 mgr.x (mgr.25322) 504 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:23.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[20270]: audit 2024-03-21T13:02:21.913064+0000 mon.a (mon.0) 2223 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:23.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[20270]: audit 2024-03-21T13:02:21.917777+0000 mon.a (mon.0) 2224 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:23.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[20270]: cephadm 2024-03-21T13:02:21.921410+0000 mgr.x (mgr.25322) 505 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:23.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[20270]: audit 2024-03-21T13:02:21.922017+0000 mon.a (mon.0) 2225 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:23.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[20270]: audit 2024-03-21T13:02:21.923642+0000 mon.a (mon.0) 2226 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:23.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[20270]: cluster 2024-03-21T13:02:21.927918+0000 mgr.x (mgr.25322) 506 : cluster [DBG] pgmap v307: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:23.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[20270]: cluster 2024-03-21T13:02:21.928289+0000 mgr.x (mgr.25322) 507 : cluster [DBG] pgmap v308: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:23.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[20270]: audit 2024-03-21T13:02:21.936226+0000 mon.a (mon.0) 2227 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:23.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[20270]: cephadm 2024-03-21T13:02:21.938652+0000 mgr.x (mgr.25322) 508 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:23.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[20270]: audit 2024-03-21T13:02:22.017069+0000 mgr.x (mgr.25322) 509 : audit [DBG] from='client.15585 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:02:23.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[20270]: audit 2024-03-21T13:02:22.019234+0000 mon.a (mon.0) 2228 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:23.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[20270]: audit 2024-03-21T13:02:22.022274+0000 mon.a (mon.0) 2229 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:23.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[20270]: cephadm 2024-03-21T13:02:22.025401+0000 mgr.x (mgr.25322) 510 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:23.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[20270]: audit 2024-03-21T13:02:22.025507+0000 mon.a (mon.0) 2230 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:23.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[20270]: audit 2024-03-21T13:02:22.026694+0000 mon.a (mon.0) 2231 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:23.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[20270]: cluster 2024-03-21T13:02:22.030660+0000 mgr.x (mgr.25322) 511 : cluster [DBG] pgmap v309: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:23.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[20270]: cluster 2024-03-21T13:02:22.031236+0000 mgr.x (mgr.25322) 512 : cluster [DBG] pgmap v310: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:23.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[20270]: audit 2024-03-21T13:02:22.038333+0000 mon.a (mon.0) 2232 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:23.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[20270]: cephadm 2024-03-21T13:02:22.040752+0000 mgr.x (mgr.25322) 513 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:23.057 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[14494]: cephadm 2024-03-21T13:02:22.320772+0000 mgr.x (mgr.25322) 522 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:23.057 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[14494]: audit 2024-03-21T13:02:22.321048+0000 mon.a (mon.0) 2245 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:23.057 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[14494]: audit 2024-03-21T13:02:22.322218+0000 mon.a (mon.0) 2246 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:23.057 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[14494]: cluster 2024-03-21T13:02:22.326195+0000 mgr.x (mgr.25322) 523 : cluster [DBG] pgmap v315: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:23.057 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[14494]: cluster 2024-03-21T13:02:22.326563+0000 mgr.x (mgr.25322) 524 : cluster [DBG] pgmap v316: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:23.057 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[14494]: audit 2024-03-21T13:02:22.333485+0000 mon.a (mon.0) 2247 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:23.057 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[14494]: cephadm 2024-03-21T13:02:22.335921+0000 mgr.x (mgr.25322) 525 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:23.057 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[14494]: audit 2024-03-21T13:02:22.414566+0000 mon.a (mon.0) 2248 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:23.057 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[14494]: audit 2024-03-21T13:02:22.417544+0000 mon.a (mon.0) 2249 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:23.058 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[14494]: audit 2024-03-21T13:02:22.420198+0000 mon.a (mon.0) 2250 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:23.058 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[14494]: cephadm 2024-03-21T13:02:22.420442+0000 mgr.x (mgr.25322) 526 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:23.058 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[14494]: audit 2024-03-21T13:02:22.421611+0000 mon.a (mon.0) 2251 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:23.058 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[14494]: cluster 2024-03-21T13:02:22.425817+0000 mgr.x (mgr.25322) 527 : cluster [DBG] pgmap v317: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:23.058 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[14494]: cluster 2024-03-21T13:02:22.426369+0000 mgr.x (mgr.25322) 528 : cluster [DBG] pgmap v318: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:23.058 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[14494]: audit 2024-03-21T13:02:22.433681+0000 mon.a (mon.0) 2252 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:23.058 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[14494]: audit 2024-03-21T13:02:22.515530+0000 mon.a (mon.0) 2253 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:23.058 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[14494]: audit 2024-03-21T13:02:22.518790+0000 mon.a (mon.0) 2254 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:23.058 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[14494]: audit 2024-03-21T13:02:22.523726+0000 mon.a (mon.0) 2255 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:23.058 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[14494]: audit 2024-03-21T13:02:22.524954+0000 mon.a (mon.0) 2256 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:23.058 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[14494]: audit 2024-03-21T13:02:22.535108+0000 mon.a (mon.0) 2257 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:23.058 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[14494]: audit 2024-03-21T13:02:22.613285+0000 mon.a (mon.0) 2258 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:23.058 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[14494]: audit 2024-03-21T13:02:22.616243+0000 mon.a (mon.0) 2259 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:23.058 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[14494]: audit 2024-03-21T13:02:22.621243+0000 mon.a (mon.0) 2260 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:23.059 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[14494]: audit 2024-03-21T13:02:22.622418+0000 mon.a (mon.0) 2261 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:23.059 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[14494]: audit 2024-03-21T13:02:22.635871+0000 mon.a (mon.0) 2262 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:23.059 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[14494]: audit 2024-03-21T13:02:22.713435+0000 mon.a (mon.0) 2263 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:23.059 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[14494]: audit 2024-03-21T13:02:22.716120+0000 mon.a (mon.0) 2264 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:23.059 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[14494]: audit 2024-03-21T13:02:22.719800+0000 mon.a (mon.0) 2265 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:23.059 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[14494]: audit 2024-03-21T13:02:22.721042+0000 mon.a (mon.0) 2266 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:23.059 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[14494]: audit 2024-03-21T13:02:22.731291+0000 mon.a (mon.0) 2267 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:23.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[20270]: audit 2024-03-21T13:02:22.120030+0000 mon.a (mon.0) 2233 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:23.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[20270]: audit 2024-03-21T13:02:22.123059+0000 mon.a (mon.0) 2234 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:23.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[20270]: cephadm 2024-03-21T13:02:22.126182+0000 mgr.x (mgr.25322) 514 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:23.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[20270]: audit 2024-03-21T13:02:22.126784+0000 mon.a (mon.0) 2235 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:23.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[20270]: audit 2024-03-21T13:02:22.128215+0000 mon.a (mon.0) 2236 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:23.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[20270]: cluster 2024-03-21T13:02:22.132495+0000 mgr.x (mgr.25322) 515 : cluster [DBG] pgmap v311: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:23.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[20270]: cluster 2024-03-21T13:02:22.132932+0000 mgr.x (mgr.25322) 516 : cluster [DBG] pgmap v312: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:23.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[20270]: audit 2024-03-21T13:02:22.140183+0000 mon.a (mon.0) 2237 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:23.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[20270]: cephadm 2024-03-21T13:02:22.142619+0000 mgr.x (mgr.25322) 517 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:23.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[20270]: audit 2024-03-21T13:02:22.219818+0000 mon.a (mon.0) 2238 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:23.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[20270]: audit 2024-03-21T13:02:22.222448+0000 mon.a (mon.0) 2239 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:23.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[20270]: cephadm 2024-03-21T13:02:22.225082+0000 mgr.x (mgr.25322) 518 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:23.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[20270]: audit 2024-03-21T13:02:22.225631+0000 mon.a (mon.0) 2240 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:23.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[20270]: audit 2024-03-21T13:02:22.226602+0000 mon.a (mon.0) 2241 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:23.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[20270]: cluster 2024-03-21T13:02:22.230464+0000 mgr.x (mgr.25322) 519 : cluster [DBG] pgmap v313: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:23.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[20270]: cluster 2024-03-21T13:02:22.231015+0000 mgr.x (mgr.25322) 520 : cluster [DBG] pgmap v314: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:23.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[20270]: audit 2024-03-21T13:02:22.236227+0000 mon.a (mon.0) 2242 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:23.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[20270]: cephadm 2024-03-21T13:02:22.238499+0000 mgr.x (mgr.25322) 521 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:23.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[20270]: audit 2024-03-21T13:02:22.314918+0000 mon.a (mon.0) 2243 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:23.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[20270]: audit 2024-03-21T13:02:22.317741+0000 mon.a (mon.0) 2244 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:23.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[20270]: cephadm 2024-03-21T13:02:22.320772+0000 mgr.x (mgr.25322) 522 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:23.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[20270]: audit 2024-03-21T13:02:22.321048+0000 mon.a (mon.0) 2245 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:23.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[20270]: audit 2024-03-21T13:02:22.322218+0000 mon.a (mon.0) 2246 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:23.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[20270]: cluster 2024-03-21T13:02:22.326195+0000 mgr.x (mgr.25322) 523 : cluster [DBG] pgmap v315: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:23.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[20270]: cluster 2024-03-21T13:02:22.326563+0000 mgr.x (mgr.25322) 524 : cluster [DBG] pgmap v316: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:23.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[20270]: audit 2024-03-21T13:02:22.333485+0000 mon.a (mon.0) 2247 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:23.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[20270]: cephadm 2024-03-21T13:02:22.335921+0000 mgr.x (mgr.25322) 525 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:23.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[20270]: audit 2024-03-21T13:02:22.414566+0000 mon.a (mon.0) 2248 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:23.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[20270]: audit 2024-03-21T13:02:22.417544+0000 mon.a (mon.0) 2249 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:23.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[20270]: audit 2024-03-21T13:02:22.420198+0000 mon.a (mon.0) 2250 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:23.062 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[20270]: cephadm 2024-03-21T13:02:22.420442+0000 mgr.x (mgr.25322) 526 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:23.062 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[20270]: audit 2024-03-21T13:02:22.421611+0000 mon.a (mon.0) 2251 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:23.062 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[20270]: cluster 2024-03-21T13:02:22.425817+0000 mgr.x (mgr.25322) 527 : cluster [DBG] pgmap v317: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:23.062 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[20270]: cluster 2024-03-21T13:02:22.426369+0000 mgr.x (mgr.25322) 528 : cluster [DBG] pgmap v318: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:23.062 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[20270]: audit 2024-03-21T13:02:22.433681+0000 mon.a (mon.0) 2252 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:23.062 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[20270]: audit 2024-03-21T13:02:22.515530+0000 mon.a (mon.0) 2253 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:23.062 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[20270]: audit 2024-03-21T13:02:22.518790+0000 mon.a (mon.0) 2254 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:23.062 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[20270]: audit 2024-03-21T13:02:22.523726+0000 mon.a (mon.0) 2255 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:23.062 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[20270]: audit 2024-03-21T13:02:22.524954+0000 mon.a (mon.0) 2256 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:23.062 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[20270]: audit 2024-03-21T13:02:22.535108+0000 mon.a (mon.0) 2257 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:23.062 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[20270]: audit 2024-03-21T13:02:22.613285+0000 mon.a (mon.0) 2258 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:23.063 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[20270]: audit 2024-03-21T13:02:22.616243+0000 mon.a (mon.0) 2259 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:23.063 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[20270]: audit 2024-03-21T13:02:22.621243+0000 mon.a (mon.0) 2260 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:23.063 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[20270]: audit 2024-03-21T13:02:22.622418+0000 mon.a (mon.0) 2261 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:23.063 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[20270]: audit 2024-03-21T13:02:22.635871+0000 mon.a (mon.0) 2262 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:23.063 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[20270]: audit 2024-03-21T13:02:22.713435+0000 mon.a (mon.0) 2263 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:23.063 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[20270]: audit 2024-03-21T13:02:22.716120+0000 mon.a (mon.0) 2264 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:23.063 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[20270]: audit 2024-03-21T13:02:22.719800+0000 mon.a (mon.0) 2265 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:23.063 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[20270]: audit 2024-03-21T13:02:22.721042+0000 mon.a (mon.0) 2266 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:23.063 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:22 smithi178 bash[20270]: audit 2024-03-21T13:02:22.731291+0000 mon.a (mon.0) 2267 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:23.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:22 smithi184 bash[14608]: cephadm 2024-03-21T13:02:21.512676+0000 mgr.x (mgr.25322) 489 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:23.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:22 smithi184 bash[14608]: cluster 2024-03-21T13:02:21.518431+0000 mgr.x (mgr.25322) 490 : cluster [DBG] pgmap v299: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:23.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:22 smithi184 bash[14608]: cluster 2024-03-21T13:02:21.518881+0000 mgr.x (mgr.25322) 491 : cluster [DBG] pgmap v300: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:23.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:22 smithi184 bash[14608]: cephadm 2024-03-21T13:02:21.528623+0000 mgr.x (mgr.25322) 492 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:23.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:22 smithi184 bash[14608]: cephadm 2024-03-21T13:02:21.612720+0000 mgr.x (mgr.25322) 493 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:23.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:22 smithi184 bash[14608]: cluster 2024-03-21T13:02:21.620889+0000 mgr.x (mgr.25322) 494 : cluster [DBG] pgmap v301: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:23.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:22 smithi184 bash[14608]: cluster 2024-03-21T13:02:21.621443+0000 mgr.x (mgr.25322) 495 : cluster [DBG] pgmap v302: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:23.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:22 smithi184 bash[14608]: cephadm 2024-03-21T13:02:21.630417+0000 mgr.x (mgr.25322) 496 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:23.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:22 smithi184 bash[14608]: cephadm 2024-03-21T13:02:21.718782+0000 mgr.x (mgr.25322) 497 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:23.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:22 smithi184 bash[14608]: cluster 2024-03-21T13:02:21.723791+0000 mgr.x (mgr.25322) 498 : cluster [DBG] pgmap v303: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:23.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:22 smithi184 bash[14608]: cluster 2024-03-21T13:02:21.724275+0000 mgr.x (mgr.25322) 499 : cluster [DBG] pgmap v304: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:23.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:22 smithi184 bash[14608]: cephadm 2024-03-21T13:02:21.732485+0000 mgr.x (mgr.25322) 500 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:23.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:22 smithi184 bash[14608]: audit 2024-03-21T13:02:21.822772+0000 mon.a (mon.0) 2218 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:23.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:22 smithi184 bash[14608]: audit 2024-03-21T13:02:21.826240+0000 mon.a (mon.0) 2219 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:23.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:22 smithi184 bash[14608]: audit 2024-03-21T13:02:21.828565+0000 mon.a (mon.0) 2220 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:23.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:22 smithi184 bash[14608]: cephadm 2024-03-21T13:02:21.828931+0000 mgr.x (mgr.25322) 501 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:23.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:22 smithi184 bash[14608]: audit 2024-03-21T13:02:21.829223+0000 mon.a (mon.0) 2221 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:23.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:22 smithi184 bash[14608]: cluster 2024-03-21T13:02:21.832360+0000 mgr.x (mgr.25322) 502 : cluster [DBG] pgmap v305: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:23.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:22 smithi184 bash[14608]: cluster 2024-03-21T13:02:21.832687+0000 mgr.x (mgr.25322) 503 : cluster [DBG] pgmap v306: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:23.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:22 smithi184 bash[14608]: audit 2024-03-21T13:02:21.834925+0000 mon.a (mon.0) 2222 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:23.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:22 smithi184 bash[14608]: cephadm 2024-03-21T13:02:21.837170+0000 mgr.x (mgr.25322) 504 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:23.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:22 smithi184 bash[14608]: audit 2024-03-21T13:02:21.913064+0000 mon.a (mon.0) 2223 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:23.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:22 smithi184 bash[14608]: audit 2024-03-21T13:02:21.917777+0000 mon.a (mon.0) 2224 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:23.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:22 smithi184 bash[14608]: cephadm 2024-03-21T13:02:21.921410+0000 mgr.x (mgr.25322) 505 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:23.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:22 smithi184 bash[14608]: audit 2024-03-21T13:02:21.922017+0000 mon.a (mon.0) 2225 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:23.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:22 smithi184 bash[14608]: audit 2024-03-21T13:02:21.923642+0000 mon.a (mon.0) 2226 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:23.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:22 smithi184 bash[14608]: cluster 2024-03-21T13:02:21.927918+0000 mgr.x (mgr.25322) 506 : cluster [DBG] pgmap v307: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:23.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:22 smithi184 bash[14608]: cluster 2024-03-21T13:02:21.928289+0000 mgr.x (mgr.25322) 507 : cluster [DBG] pgmap v308: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:23.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:22 smithi184 bash[14608]: audit 2024-03-21T13:02:21.936226+0000 mon.a (mon.0) 2227 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:23.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:22 smithi184 bash[14608]: cephadm 2024-03-21T13:02:21.938652+0000 mgr.x (mgr.25322) 508 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:23.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:22 smithi184 bash[14608]: audit 2024-03-21T13:02:22.017069+0000 mgr.x (mgr.25322) 509 : audit [DBG] from='client.15585 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:02:23.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:22 smithi184 bash[14608]: audit 2024-03-21T13:02:22.019234+0000 mon.a (mon.0) 2228 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:23.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:22 smithi184 bash[14608]: audit 2024-03-21T13:02:22.022274+0000 mon.a (mon.0) 2229 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:23.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:22 smithi184 bash[14608]: cephadm 2024-03-21T13:02:22.025401+0000 mgr.x (mgr.25322) 510 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:23.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:22 smithi184 bash[14608]: audit 2024-03-21T13:02:22.025507+0000 mon.a (mon.0) 2230 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:23.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:22 smithi184 bash[14608]: audit 2024-03-21T13:02:22.026694+0000 mon.a (mon.0) 2231 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:23.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:22 smithi184 bash[14608]: cluster 2024-03-21T13:02:22.030660+0000 mgr.x (mgr.25322) 511 : cluster [DBG] pgmap v309: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:23.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:22 smithi184 bash[14608]: cluster 2024-03-21T13:02:22.031236+0000 mgr.x (mgr.25322) 512 : cluster [DBG] pgmap v310: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:23.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:22 smithi184 bash[14608]: audit 2024-03-21T13:02:22.038333+0000 mon.a (mon.0) 2232 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:23.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:22 smithi184 bash[14608]: cephadm 2024-03-21T13:02:22.040752+0000 mgr.x (mgr.25322) 513 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:23.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:22 smithi184 bash[14608]: audit 2024-03-21T13:02:22.120030+0000 mon.a (mon.0) 2233 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:23.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:22 smithi184 bash[14608]: audit 2024-03-21T13:02:22.123059+0000 mon.a (mon.0) 2234 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:23.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:22 smithi184 bash[14608]: cephadm 2024-03-21T13:02:22.126182+0000 mgr.x (mgr.25322) 514 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:23.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:22 smithi184 bash[14608]: audit 2024-03-21T13:02:22.126784+0000 mon.a (mon.0) 2235 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:23.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:22 smithi184 bash[14608]: audit 2024-03-21T13:02:22.128215+0000 mon.a (mon.0) 2236 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:23.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:22 smithi184 bash[14608]: cluster 2024-03-21T13:02:22.132495+0000 mgr.x (mgr.25322) 515 : cluster [DBG] pgmap v311: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:23.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:22 smithi184 bash[14608]: cluster 2024-03-21T13:02:22.132932+0000 mgr.x (mgr.25322) 516 : cluster [DBG] pgmap v312: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:23.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:22 smithi184 bash[14608]: audit 2024-03-21T13:02:22.140183+0000 mon.a (mon.0) 2237 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:23.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:22 smithi184 bash[14608]: cephadm 2024-03-21T13:02:22.142619+0000 mgr.x (mgr.25322) 517 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:23.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:22 smithi184 bash[14608]: audit 2024-03-21T13:02:22.219818+0000 mon.a (mon.0) 2238 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:23.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:22 smithi184 bash[14608]: audit 2024-03-21T13:02:22.222448+0000 mon.a (mon.0) 2239 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:23.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:22 smithi184 bash[14608]: cephadm 2024-03-21T13:02:22.225082+0000 mgr.x (mgr.25322) 518 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:23.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:22 smithi184 bash[14608]: audit 2024-03-21T13:02:22.225631+0000 mon.a (mon.0) 2240 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:23.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:22 smithi184 bash[14608]: audit 2024-03-21T13:02:22.226602+0000 mon.a (mon.0) 2241 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:23.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:22 smithi184 bash[14608]: cluster 2024-03-21T13:02:22.230464+0000 mgr.x (mgr.25322) 519 : cluster [DBG] pgmap v313: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:23.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:22 smithi184 bash[14608]: cluster 2024-03-21T13:02:22.231015+0000 mgr.x (mgr.25322) 520 : cluster [DBG] pgmap v314: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:23.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:22 smithi184 bash[14608]: audit 2024-03-21T13:02:22.236227+0000 mon.a (mon.0) 2242 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:23.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:22 smithi184 bash[14608]: cephadm 2024-03-21T13:02:22.238499+0000 mgr.x (mgr.25322) 521 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:23.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:22 smithi184 bash[14608]: audit 2024-03-21T13:02:22.314918+0000 mon.a (mon.0) 2243 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:23.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:22 smithi184 bash[14608]: audit 2024-03-21T13:02:22.317741+0000 mon.a (mon.0) 2244 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:23.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:22 smithi184 bash[14608]: cephadm 2024-03-21T13:02:22.320772+0000 mgr.x (mgr.25322) 522 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:23.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:22 smithi184 bash[14608]: audit 2024-03-21T13:02:22.321048+0000 mon.a (mon.0) 2245 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:23.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:22 smithi184 bash[14608]: audit 2024-03-21T13:02:22.322218+0000 mon.a (mon.0) 2246 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:23.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:22 smithi184 bash[14608]: cluster 2024-03-21T13:02:22.326195+0000 mgr.x (mgr.25322) 523 : cluster [DBG] pgmap v315: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:23.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:22 smithi184 bash[14608]: cluster 2024-03-21T13:02:22.326563+0000 mgr.x (mgr.25322) 524 : cluster [DBG] pgmap v316: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:23.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:22 smithi184 bash[14608]: audit 2024-03-21T13:02:22.333485+0000 mon.a (mon.0) 2247 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:23.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:22 smithi184 bash[14608]: cephadm 2024-03-21T13:02:22.335921+0000 mgr.x (mgr.25322) 525 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:23.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:22 smithi184 bash[14608]: audit 2024-03-21T13:02:22.414566+0000 mon.a (mon.0) 2248 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:23.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:22 smithi184 bash[14608]: audit 2024-03-21T13:02:22.417544+0000 mon.a (mon.0) 2249 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:23.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:22 smithi184 bash[14608]: audit 2024-03-21T13:02:22.420198+0000 mon.a (mon.0) 2250 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:23.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:22 smithi184 bash[14608]: cephadm 2024-03-21T13:02:22.420442+0000 mgr.x (mgr.25322) 526 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:23.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:22 smithi184 bash[14608]: audit 2024-03-21T13:02:22.421611+0000 mon.a (mon.0) 2251 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:23.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:22 smithi184 bash[14608]: cluster 2024-03-21T13:02:22.425817+0000 mgr.x (mgr.25322) 527 : cluster [DBG] pgmap v317: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:23.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:22 smithi184 bash[14608]: cluster 2024-03-21T13:02:22.426369+0000 mgr.x (mgr.25322) 528 : cluster [DBG] pgmap v318: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:23.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:22 smithi184 bash[14608]: audit 2024-03-21T13:02:22.433681+0000 mon.a (mon.0) 2252 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:23.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:22 smithi184 bash[14608]: audit 2024-03-21T13:02:22.515530+0000 mon.a (mon.0) 2253 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:23.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:22 smithi184 bash[14608]: audit 2024-03-21T13:02:22.518790+0000 mon.a (mon.0) 2254 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:23.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:22 smithi184 bash[14608]: audit 2024-03-21T13:02:22.523726+0000 mon.a (mon.0) 2255 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:23.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:22 smithi184 bash[14608]: audit 2024-03-21T13:02:22.524954+0000 mon.a (mon.0) 2256 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:23.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:22 smithi184 bash[14608]: audit 2024-03-21T13:02:22.535108+0000 mon.a (mon.0) 2257 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:23.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:22 smithi184 bash[14608]: audit 2024-03-21T13:02:22.613285+0000 mon.a (mon.0) 2258 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:23.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:22 smithi184 bash[14608]: audit 2024-03-21T13:02:22.616243+0000 mon.a (mon.0) 2259 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:23.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:22 smithi184 bash[14608]: audit 2024-03-21T13:02:22.621243+0000 mon.a (mon.0) 2260 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:23.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:22 smithi184 bash[14608]: audit 2024-03-21T13:02:22.622418+0000 mon.a (mon.0) 2261 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:23.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:22 smithi184 bash[14608]: audit 2024-03-21T13:02:22.635871+0000 mon.a (mon.0) 2262 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:23.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:22 smithi184 bash[14608]: audit 2024-03-21T13:02:22.713435+0000 mon.a (mon.0) 2263 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:23.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:22 smithi184 bash[14608]: audit 2024-03-21T13:02:22.716120+0000 mon.a (mon.0) 2264 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:23.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:22 smithi184 bash[14608]: audit 2024-03-21T13:02:22.719800+0000 mon.a (mon.0) 2265 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:23.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:22 smithi184 bash[14608]: audit 2024-03-21T13:02:22.721042+0000 mon.a (mon.0) 2266 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:23.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:22 smithi184 bash[14608]: audit 2024-03-21T13:02:22.731291+0000 mon.a (mon.0) 2267 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:23.823 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:02:23 smithi184 bash[54688]: ts=2024-03-21T13:02:23.507Z caller=manager.go:609 level=warn component="rule manager" group=nodes msg="Evaluating rule failed" rule="alert: CephNodeDiskspaceWarning\nexpr: predict_linear(node_filesystem_free_bytes{device=~\"/.*\"}[2d], 3600 * 24 * 5)\n * on(instance) group_left(nodename) node_uname_info < 0\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.8.4\n severity: warning\n type: ceph_default\nannotations:\n description: Mountpoint {{ $labels.mountpoint }} on {{ $labels.nodename }} will\n be full in less than 5 days based on the 48 hour trailing fill rate.\n summary: Host filesystem free space is getting low\n" err="found duplicate series for the match group {instance=\"smithi178\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi178\", job=\"node\", machine=\"x86_64\", nodename=\"smithi178\", release=\"5.4.0-174-generic\", sysname=\"Linux\", version=\"#193-Ubuntu SMP Thu Mar 7 14:29:28 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"a94f249e-e780-11ee-95cd-87774f69a715\", domainname=\"(none)\", instance=\"smithi178\", job=\"node\", machine=\"x86_64\", nodename=\"smithi178\", release=\"5.4.0-174-generic\", sysname=\"Linux\", version=\"#193-Ubuntu SMP Thu Mar 7 14:29:28 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-21T13:02:24.123 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[71512]: debug 2024-03-21T13:02:23.997+0000 7f20fa429200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-21T13:02:24.123 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[14494]: cephadm 2024-03-21T13:02:22.436066+0000 mgr.x (mgr.25322) 529 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:24.124 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[14494]: cephadm 2024-03-21T13:02:22.522536+0000 mgr.x (mgr.25322) 530 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:24.124 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[14494]: cluster 2024-03-21T13:02:22.529167+0000 mgr.x (mgr.25322) 531 : cluster [DBG] pgmap v319: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:24.124 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[14494]: cluster 2024-03-21T13:02:22.529680+0000 mgr.x (mgr.25322) 532 : cluster [DBG] pgmap v320: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:24.124 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[14494]: cephadm 2024-03-21T13:02:22.537354+0000 mgr.x (mgr.25322) 533 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:24.124 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[14494]: cephadm 2024-03-21T13:02:22.619330+0000 mgr.x (mgr.25322) 534 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:24.124 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[14494]: cluster 2024-03-21T13:02:22.626374+0000 mgr.x (mgr.25322) 535 : cluster [DBG] pgmap v321: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:24.124 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[14494]: cluster 2024-03-21T13:02:22.626897+0000 mgr.x (mgr.25322) 536 : cluster [DBG] pgmap v322: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:24.124 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[14494]: cephadm 2024-03-21T13:02:22.638352+0000 mgr.x (mgr.25322) 537 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:24.124 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[14494]: cephadm 2024-03-21T13:02:22.719121+0000 mgr.x (mgr.25322) 538 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:24.124 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[14494]: cluster 2024-03-21T13:02:22.724813+0000 mgr.x (mgr.25322) 539 : cluster [DBG] pgmap v323: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:24.124 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[14494]: cluster 2024-03-21T13:02:22.725386+0000 mgr.x (mgr.25322) 540 : cluster [DBG] pgmap v324: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:24.125 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[14494]: cephadm 2024-03-21T13:02:22.733625+0000 mgr.x (mgr.25322) 541 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:24.125 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[14494]: audit 2024-03-21T13:02:22.811215+0000 mon.a (mon.0) 2268 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:24.125 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[14494]: audit 2024-03-21T13:02:22.831600+0000 mon.a (mon.0) 2269 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:24.125 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[14494]: audit 2024-03-21T13:02:22.834509+0000 mon.a (mon.0) 2270 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:24.125 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[14494]: cephadm 2024-03-21T13:02:22.834814+0000 mgr.x (mgr.25322) 542 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:24.125 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[14494]: audit 2024-03-21T13:02:22.835215+0000 mon.a (mon.0) 2271 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:24.125 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[14494]: cluster 2024-03-21T13:02:22.838221+0000 mgr.x (mgr.25322) 543 : cluster [DBG] pgmap v325: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:24.125 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[14494]: cluster 2024-03-21T13:02:22.838479+0000 mgr.x (mgr.25322) 544 : cluster [DBG] pgmap v326: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:24.126 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[14494]: audit 2024-03-21T13:02:22.840623+0000 mon.a (mon.0) 2272 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:24.126 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[14494]: cephadm 2024-03-21T13:02:22.842711+0000 mgr.x (mgr.25322) 545 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:24.126 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[14494]: audit 2024-03-21T13:02:22.923666+0000 mon.a (mon.0) 2273 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:24.126 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[14494]: audit 2024-03-21T13:02:22.926688+0000 mon.a (mon.0) 2274 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:24.126 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[14494]: cephadm 2024-03-21T13:02:22.929681+0000 mgr.x (mgr.25322) 546 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:24.126 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[14494]: audit 2024-03-21T13:02:22.930164+0000 mon.a (mon.0) 2275 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:24.126 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[14494]: audit 2024-03-21T13:02:22.931738+0000 mon.a (mon.0) 2276 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:24.126 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[14494]: cluster 2024-03-21T13:02:22.935345+0000 mgr.x (mgr.25322) 547 : cluster [DBG] pgmap v327: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:24.126 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[14494]: cluster 2024-03-21T13:02:22.935615+0000 mgr.x (mgr.25322) 548 : cluster [DBG] pgmap v328: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:24.126 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[14494]: audit 2024-03-21T13:02:22.942513+0000 mon.a (mon.0) 2277 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:24.126 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[14494]: cephadm 2024-03-21T13:02:22.944787+0000 mgr.x (mgr.25322) 549 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:24.126 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[14494]: audit 2024-03-21T13:02:23.022960+0000 mon.a (mon.0) 2278 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:24.127 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[14494]: audit 2024-03-21T13:02:23.025807+0000 mon.a (mon.0) 2279 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:24.127 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[14494]: cephadm 2024-03-21T13:02:23.029069+0000 mgr.x (mgr.25322) 550 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:24.127 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[14494]: audit 2024-03-21T13:02:23.029244+0000 mon.a (mon.0) 2280 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:24.127 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[14494]: audit 2024-03-21T13:02:23.030232+0000 mon.a (mon.0) 2281 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:24.127 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[14494]: cluster 2024-03-21T13:02:23.033883+0000 mgr.x (mgr.25322) 551 : cluster [DBG] pgmap v329: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:24.127 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[14494]: cluster 2024-03-21T13:02:23.034239+0000 mgr.x (mgr.25322) 552 : cluster [DBG] pgmap v330: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:24.127 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[14494]: audit 2024-03-21T13:02:23.042920+0000 mon.a (mon.0) 2282 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:24.127 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[14494]: cephadm 2024-03-21T13:02:23.045372+0000 mgr.x (mgr.25322) 553 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:24.127 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[20270]: cephadm 2024-03-21T13:02:22.436066+0000 mgr.x (mgr.25322) 529 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:24.127 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[20270]: cephadm 2024-03-21T13:02:22.522536+0000 mgr.x (mgr.25322) 530 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:24.127 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[20270]: cluster 2024-03-21T13:02:22.529167+0000 mgr.x (mgr.25322) 531 : cluster [DBG] pgmap v319: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:24.127 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[20270]: cluster 2024-03-21T13:02:22.529680+0000 mgr.x (mgr.25322) 532 : cluster [DBG] pgmap v320: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:24.128 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[20270]: cephadm 2024-03-21T13:02:22.537354+0000 mgr.x (mgr.25322) 533 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:24.128 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[20270]: cephadm 2024-03-21T13:02:22.619330+0000 mgr.x (mgr.25322) 534 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:24.128 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[20270]: cluster 2024-03-21T13:02:22.626374+0000 mgr.x (mgr.25322) 535 : cluster [DBG] pgmap v321: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:24.128 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[20270]: cluster 2024-03-21T13:02:22.626897+0000 mgr.x (mgr.25322) 536 : cluster [DBG] pgmap v322: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:24.128 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[20270]: cephadm 2024-03-21T13:02:22.638352+0000 mgr.x (mgr.25322) 537 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:24.128 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[20270]: cephadm 2024-03-21T13:02:22.719121+0000 mgr.x (mgr.25322) 538 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:24.128 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[20270]: cluster 2024-03-21T13:02:22.724813+0000 mgr.x (mgr.25322) 539 : cluster [DBG] pgmap v323: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:24.128 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[20270]: cluster 2024-03-21T13:02:22.725386+0000 mgr.x (mgr.25322) 540 : cluster [DBG] pgmap v324: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:24.128 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[20270]: cephadm 2024-03-21T13:02:22.733625+0000 mgr.x (mgr.25322) 541 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:24.128 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[20270]: audit 2024-03-21T13:02:22.811215+0000 mon.a (mon.0) 2268 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:24.128 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[20270]: audit 2024-03-21T13:02:22.831600+0000 mon.a (mon.0) 2269 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:24.128 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[20270]: audit 2024-03-21T13:02:22.834509+0000 mon.a (mon.0) 2270 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:24.128 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[20270]: cephadm 2024-03-21T13:02:22.834814+0000 mgr.x (mgr.25322) 542 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:24.129 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[20270]: audit 2024-03-21T13:02:22.835215+0000 mon.a (mon.0) 2271 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:24.129 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[20270]: cluster 2024-03-21T13:02:22.838221+0000 mgr.x (mgr.25322) 543 : cluster [DBG] pgmap v325: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:24.129 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[20270]: cluster 2024-03-21T13:02:22.838479+0000 mgr.x (mgr.25322) 544 : cluster [DBG] pgmap v326: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:24.129 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[14494]: audit 2024-03-21T13:02:23.125323+0000 mon.a (mon.0) 2283 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:24.129 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[14494]: audit 2024-03-21T13:02:23.129466+0000 mon.a (mon.0) 2284 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:24.129 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[14494]: cephadm 2024-03-21T13:02:23.132608+0000 mgr.x (mgr.25322) 554 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:24.129 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[14494]: audit 2024-03-21T13:02:23.132791+0000 mon.a (mon.0) 2285 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:24.129 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[14494]: audit 2024-03-21T13:02:23.134253+0000 mon.a (mon.0) 2286 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:24.129 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[14494]: cluster 2024-03-21T13:02:23.138537+0000 mgr.x (mgr.25322) 555 : cluster [DBG] pgmap v331: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:24.129 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[14494]: cluster 2024-03-21T13:02:23.139024+0000 mgr.x (mgr.25322) 556 : cluster [DBG] pgmap v332: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:24.129 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[14494]: audit 2024-03-21T13:02:23.145379+0000 mon.a (mon.0) 2287 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:24.130 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[14494]: cephadm 2024-03-21T13:02:23.147833+0000 mgr.x (mgr.25322) 557 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:24.130 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[14494]: audit 2024-03-21T13:02:23.223591+0000 mon.a (mon.0) 2288 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:24.130 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[14494]: audit 2024-03-21T13:02:23.226805+0000 mon.a (mon.0) 2289 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:24.130 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[14494]: cephadm 2024-03-21T13:02:23.230177+0000 mgr.x (mgr.25322) 558 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:24.130 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[14494]: audit 2024-03-21T13:02:23.230844+0000 mon.a (mon.0) 2290 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:24.130 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[14494]: audit 2024-03-21T13:02:23.232154+0000 mon.a (mon.0) 2291 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:24.130 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[14494]: cluster 2024-03-21T13:02:23.236614+0000 mgr.x (mgr.25322) 559 : cluster [DBG] pgmap v333: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:24.130 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[14494]: cluster 2024-03-21T13:02:23.237155+0000 mgr.x (mgr.25322) 560 : cluster [DBG] pgmap v334: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:24.130 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[14494]: audit 2024-03-21T13:02:23.241624+0000 mon.a (mon.0) 2292 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:24.130 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[14494]: cephadm 2024-03-21T13:02:23.243898+0000 mgr.x (mgr.25322) 561 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:24.130 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[14494]: audit 2024-03-21T13:02:23.325287+0000 mon.a (mon.0) 2293 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:24.131 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[14494]: audit 2024-03-21T13:02:23.328275+0000 mon.a (mon.0) 2294 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:24.131 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[20270]: audit 2024-03-21T13:02:22.840623+0000 mon.a (mon.0) 2272 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:24.131 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[20270]: cephadm 2024-03-21T13:02:22.842711+0000 mgr.x (mgr.25322) 545 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:24.131 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[20270]: audit 2024-03-21T13:02:22.923666+0000 mon.a (mon.0) 2273 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:24.131 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[20270]: audit 2024-03-21T13:02:22.926688+0000 mon.a (mon.0) 2274 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:24.131 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[20270]: cephadm 2024-03-21T13:02:22.929681+0000 mgr.x (mgr.25322) 546 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:24.131 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[20270]: audit 2024-03-21T13:02:22.930164+0000 mon.a (mon.0) 2275 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:24.131 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[20270]: audit 2024-03-21T13:02:22.931738+0000 mon.a (mon.0) 2276 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:24.131 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[20270]: cluster 2024-03-21T13:02:22.935345+0000 mgr.x (mgr.25322) 547 : cluster [DBG] pgmap v327: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:24.132 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[20270]: cluster 2024-03-21T13:02:22.935615+0000 mgr.x (mgr.25322) 548 : cluster [DBG] pgmap v328: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:24.132 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[20270]: audit 2024-03-21T13:02:22.942513+0000 mon.a (mon.0) 2277 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:24.132 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[20270]: cephadm 2024-03-21T13:02:22.944787+0000 mgr.x (mgr.25322) 549 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:24.132 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[20270]: audit 2024-03-21T13:02:23.022960+0000 mon.a (mon.0) 2278 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:24.132 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[20270]: audit 2024-03-21T13:02:23.025807+0000 mon.a (mon.0) 2279 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:24.132 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[20270]: cephadm 2024-03-21T13:02:23.029069+0000 mgr.x (mgr.25322) 550 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:24.132 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[20270]: audit 2024-03-21T13:02:23.029244+0000 mon.a (mon.0) 2280 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:24.132 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[20270]: audit 2024-03-21T13:02:23.030232+0000 mon.a (mon.0) 2281 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:24.132 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[20270]: cluster 2024-03-21T13:02:23.033883+0000 mgr.x (mgr.25322) 551 : cluster [DBG] pgmap v329: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:24.132 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[20270]: cluster 2024-03-21T13:02:23.034239+0000 mgr.x (mgr.25322) 552 : cluster [DBG] pgmap v330: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:24.132 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[20270]: audit 2024-03-21T13:02:23.042920+0000 mon.a (mon.0) 2282 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:24.132 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[20270]: cephadm 2024-03-21T13:02:23.045372+0000 mgr.x (mgr.25322) 553 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:24.133 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[14494]: cephadm 2024-03-21T13:02:23.331304+0000 mgr.x (mgr.25322) 562 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:24.133 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[14494]: audit 2024-03-21T13:02:23.332145+0000 mon.a (mon.0) 2295 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:24.133 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[14494]: audit 2024-03-21T13:02:23.333395+0000 mon.a (mon.0) 2296 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:24.133 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[14494]: cluster 2024-03-21T13:02:23.337434+0000 mgr.x (mgr.25322) 563 : cluster [DBG] pgmap v335: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:24.133 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[14494]: cluster 2024-03-21T13:02:23.337918+0000 mgr.x (mgr.25322) 564 : cluster [DBG] pgmap v336: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:24.133 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[14494]: audit 2024-03-21T13:02:23.345278+0000 mon.a (mon.0) 2297 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:24.133 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[14494]: cephadm 2024-03-21T13:02:23.347735+0000 mgr.x (mgr.25322) 565 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:24.133 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[14494]: audit 2024-03-21T13:02:23.428478+0000 mon.a (mon.0) 2298 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:24.133 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[14494]: audit 2024-03-21T13:02:23.431323+0000 mon.a (mon.0) 2299 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:24.133 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[14494]: audit 2024-03-21T13:02:23.434993+0000 mon.a (mon.0) 2300 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:24.133 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[14494]: audit 2024-03-21T13:02:23.436521+0000 mon.a (mon.0) 2301 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:24.133 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[14494]: audit 2024-03-21T13:02:23.445320+0000 mon.a (mon.0) 2302 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:24.134 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[14494]: audit 2024-03-21T13:02:23.523126+0000 mon.a (mon.0) 2303 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:24.134 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[14494]: audit 2024-03-21T13:02:23.525842+0000 mon.a (mon.0) 2304 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:24.134 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[14494]: audit 2024-03-21T13:02:23.528844+0000 mon.a (mon.0) 2305 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:24.134 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[14494]: audit 2024-03-21T13:02:23.530066+0000 mon.a (mon.0) 2306 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:24.134 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[14494]: audit 2024-03-21T13:02:23.540288+0000 mon.a (mon.0) 2307 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:24.134 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[14494]: audit 2024-03-21T13:02:23.623786+0000 mon.a (mon.0) 2308 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:24.134 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[14494]: audit 2024-03-21T13:02:23.626823+0000 mon.a (mon.0) 2309 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:24.134 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[14494]: audit 2024-03-21T13:02:23.629328+0000 mon.a (mon.0) 2310 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:24.134 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[14494]: audit 2024-03-21T13:02:23.630206+0000 mon.a (mon.0) 2311 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:24.134 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[14494]: audit 2024-03-21T13:02:23.637148+0000 mon.a (mon.0) 2312 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:24.134 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[14494]: audit 2024-03-21T13:02:23.715286+0000 mon.a (mon.0) 2313 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:24.134 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[14494]: audit 2024-03-21T13:02:23.717831+0000 mon.a (mon.0) 2314 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:24.134 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[14494]: audit 2024-03-21T13:02:23.722347+0000 mon.a (mon.0) 2315 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:24.135 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[14494]: audit 2024-03-21T13:02:23.723391+0000 mon.a (mon.0) 2316 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:24.135 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[14494]: audit 2024-03-21T13:02:23.732907+0000 mon.a (mon.0) 2317 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:24.135 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[14494]: audit 2024-03-21T13:02:23.811489+0000 mon.a (mon.0) 2318 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:24.135 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[20270]: audit 2024-03-21T13:02:23.125323+0000 mon.a (mon.0) 2283 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:24.135 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[20270]: audit 2024-03-21T13:02:23.129466+0000 mon.a (mon.0) 2284 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:24.135 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[20270]: cephadm 2024-03-21T13:02:23.132608+0000 mgr.x (mgr.25322) 554 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:24.135 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[20270]: audit 2024-03-21T13:02:23.132791+0000 mon.a (mon.0) 2285 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:24.135 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[20270]: audit 2024-03-21T13:02:23.134253+0000 mon.a (mon.0) 2286 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:24.136 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[20270]: cluster 2024-03-21T13:02:23.138537+0000 mgr.x (mgr.25322) 555 : cluster [DBG] pgmap v331: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:24.136 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[20270]: cluster 2024-03-21T13:02:23.139024+0000 mgr.x (mgr.25322) 556 : cluster [DBG] pgmap v332: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:24.136 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[20270]: audit 2024-03-21T13:02:23.145379+0000 mon.a (mon.0) 2287 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:24.136 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[20270]: cephadm 2024-03-21T13:02:23.147833+0000 mgr.x (mgr.25322) 557 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:24.136 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[20270]: audit 2024-03-21T13:02:23.223591+0000 mon.a (mon.0) 2288 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:24.136 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[20270]: audit 2024-03-21T13:02:23.226805+0000 mon.a (mon.0) 2289 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:24.136 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[20270]: cephadm 2024-03-21T13:02:23.230177+0000 mgr.x (mgr.25322) 558 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:24.136 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[20270]: audit 2024-03-21T13:02:23.230844+0000 mon.a (mon.0) 2290 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:24.136 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[20270]: audit 2024-03-21T13:02:23.232154+0000 mon.a (mon.0) 2291 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:24.136 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[20270]: cluster 2024-03-21T13:02:23.236614+0000 mgr.x (mgr.25322) 559 : cluster [DBG] pgmap v333: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:24.136 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[20270]: cluster 2024-03-21T13:02:23.237155+0000 mgr.x (mgr.25322) 560 : cluster [DBG] pgmap v334: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:24.136 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[20270]: audit 2024-03-21T13:02:23.241624+0000 mon.a (mon.0) 2292 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:24.136 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[20270]: cephadm 2024-03-21T13:02:23.243898+0000 mgr.x (mgr.25322) 561 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:24.136 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[20270]: audit 2024-03-21T13:02:23.325287+0000 mon.a (mon.0) 2293 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:24.136 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[20270]: audit 2024-03-21T13:02:23.328275+0000 mon.a (mon.0) 2294 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:24.137 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[20270]: cephadm 2024-03-21T13:02:23.331304+0000 mgr.x (mgr.25322) 562 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:24.137 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[20270]: audit 2024-03-21T13:02:23.332145+0000 mon.a (mon.0) 2295 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:24.137 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[20270]: audit 2024-03-21T13:02:23.333395+0000 mon.a (mon.0) 2296 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:24.137 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[20270]: cluster 2024-03-21T13:02:23.337434+0000 mgr.x (mgr.25322) 563 : cluster [DBG] pgmap v335: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:24.137 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[20270]: cluster 2024-03-21T13:02:23.337918+0000 mgr.x (mgr.25322) 564 : cluster [DBG] pgmap v336: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:24.137 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[20270]: audit 2024-03-21T13:02:23.345278+0000 mon.a (mon.0) 2297 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:24.137 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[20270]: cephadm 2024-03-21T13:02:23.347735+0000 mgr.x (mgr.25322) 565 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:24.137 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[20270]: audit 2024-03-21T13:02:23.428478+0000 mon.a (mon.0) 2298 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:24.137 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[20270]: audit 2024-03-21T13:02:23.431323+0000 mon.a (mon.0) 2299 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:24.137 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[20270]: audit 2024-03-21T13:02:23.434993+0000 mon.a (mon.0) 2300 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:24.137 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[20270]: audit 2024-03-21T13:02:23.436521+0000 mon.a (mon.0) 2301 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:24.137 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[20270]: audit 2024-03-21T13:02:23.445320+0000 mon.a (mon.0) 2302 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:24.137 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[20270]: audit 2024-03-21T13:02:23.523126+0000 mon.a (mon.0) 2303 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:24.137 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[20270]: audit 2024-03-21T13:02:23.525842+0000 mon.a (mon.0) 2304 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:24.137 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[20270]: audit 2024-03-21T13:02:23.528844+0000 mon.a (mon.0) 2305 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:24.138 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[20270]: audit 2024-03-21T13:02:23.530066+0000 mon.a (mon.0) 2306 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:24.138 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[20270]: audit 2024-03-21T13:02:23.540288+0000 mon.a (mon.0) 2307 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:24.138 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[20270]: audit 2024-03-21T13:02:23.623786+0000 mon.a (mon.0) 2308 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:24.138 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[20270]: audit 2024-03-21T13:02:23.626823+0000 mon.a (mon.0) 2309 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:24.138 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[20270]: audit 2024-03-21T13:02:23.629328+0000 mon.a (mon.0) 2310 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:24.138 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[20270]: audit 2024-03-21T13:02:23.630206+0000 mon.a (mon.0) 2311 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:24.138 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[20270]: audit 2024-03-21T13:02:23.637148+0000 mon.a (mon.0) 2312 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:24.138 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[20270]: audit 2024-03-21T13:02:23.715286+0000 mon.a (mon.0) 2313 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:24.138 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[20270]: audit 2024-03-21T13:02:23.717831+0000 mon.a (mon.0) 2314 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:24.138 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[20270]: audit 2024-03-21T13:02:23.722347+0000 mon.a (mon.0) 2315 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:24.138 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[20270]: audit 2024-03-21T13:02:23.723391+0000 mon.a (mon.0) 2316 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:24.138 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[20270]: audit 2024-03-21T13:02:23.732907+0000 mon.a (mon.0) 2317 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:24.138 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:23 smithi178 bash[20270]: audit 2024-03-21T13:02:23.811489+0000 mon.a (mon.0) 2318 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:24.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:23 smithi184 bash[14608]: cephadm 2024-03-21T13:02:22.436066+0000 mgr.x (mgr.25322) 529 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:24.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:23 smithi184 bash[14608]: cephadm 2024-03-21T13:02:22.522536+0000 mgr.x (mgr.25322) 530 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:24.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:23 smithi184 bash[14608]: cluster 2024-03-21T13:02:22.529167+0000 mgr.x (mgr.25322) 531 : cluster [DBG] pgmap v319: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:24.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:23 smithi184 bash[14608]: cluster 2024-03-21T13:02:22.529680+0000 mgr.x (mgr.25322) 532 : cluster [DBG] pgmap v320: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:24.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:23 smithi184 bash[14608]: cephadm 2024-03-21T13:02:22.537354+0000 mgr.x (mgr.25322) 533 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:24.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:23 smithi184 bash[14608]: cephadm 2024-03-21T13:02:22.619330+0000 mgr.x (mgr.25322) 534 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:24.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:23 smithi184 bash[14608]: cluster 2024-03-21T13:02:22.626374+0000 mgr.x (mgr.25322) 535 : cluster [DBG] pgmap v321: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:24.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:23 smithi184 bash[14608]: cluster 2024-03-21T13:02:22.626897+0000 mgr.x (mgr.25322) 536 : cluster [DBG] pgmap v322: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:24.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:23 smithi184 bash[14608]: cephadm 2024-03-21T13:02:22.638352+0000 mgr.x (mgr.25322) 537 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:24.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:23 smithi184 bash[14608]: cephadm 2024-03-21T13:02:22.719121+0000 mgr.x (mgr.25322) 538 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:24.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:23 smithi184 bash[14608]: cluster 2024-03-21T13:02:22.724813+0000 mgr.x (mgr.25322) 539 : cluster [DBG] pgmap v323: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:24.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:23 smithi184 bash[14608]: cluster 2024-03-21T13:02:22.725386+0000 mgr.x (mgr.25322) 540 : cluster [DBG] pgmap v324: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:24.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:23 smithi184 bash[14608]: cephadm 2024-03-21T13:02:22.733625+0000 mgr.x (mgr.25322) 541 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:24.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:23 smithi184 bash[14608]: audit 2024-03-21T13:02:22.811215+0000 mon.a (mon.0) 2268 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:24.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:23 smithi184 bash[14608]: audit 2024-03-21T13:02:22.831600+0000 mon.a (mon.0) 2269 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:24.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:23 smithi184 bash[14608]: audit 2024-03-21T13:02:22.834509+0000 mon.a (mon.0) 2270 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:24.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:23 smithi184 bash[14608]: cephadm 2024-03-21T13:02:22.834814+0000 mgr.x (mgr.25322) 542 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:24.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:23 smithi184 bash[14608]: audit 2024-03-21T13:02:22.835215+0000 mon.a (mon.0) 2271 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:24.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:23 smithi184 bash[14608]: cluster 2024-03-21T13:02:22.838221+0000 mgr.x (mgr.25322) 543 : cluster [DBG] pgmap v325: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:24.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:23 smithi184 bash[14608]: cluster 2024-03-21T13:02:22.838479+0000 mgr.x (mgr.25322) 544 : cluster [DBG] pgmap v326: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:24.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:23 smithi184 bash[14608]: audit 2024-03-21T13:02:22.840623+0000 mon.a (mon.0) 2272 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:24.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:23 smithi184 bash[14608]: cephadm 2024-03-21T13:02:22.842711+0000 mgr.x (mgr.25322) 545 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:24.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:23 smithi184 bash[14608]: audit 2024-03-21T13:02:22.923666+0000 mon.a (mon.0) 2273 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:24.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:23 smithi184 bash[14608]: audit 2024-03-21T13:02:22.926688+0000 mon.a (mon.0) 2274 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:24.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:23 smithi184 bash[14608]: cephadm 2024-03-21T13:02:22.929681+0000 mgr.x (mgr.25322) 546 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:24.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:23 smithi184 bash[14608]: audit 2024-03-21T13:02:22.930164+0000 mon.a (mon.0) 2275 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:24.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:23 smithi184 bash[14608]: audit 2024-03-21T13:02:22.931738+0000 mon.a (mon.0) 2276 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:24.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:23 smithi184 bash[14608]: cluster 2024-03-21T13:02:22.935345+0000 mgr.x (mgr.25322) 547 : cluster [DBG] pgmap v327: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:24.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:23 smithi184 bash[14608]: cluster 2024-03-21T13:02:22.935615+0000 mgr.x (mgr.25322) 548 : cluster [DBG] pgmap v328: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:24.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:23 smithi184 bash[14608]: audit 2024-03-21T13:02:22.942513+0000 mon.a (mon.0) 2277 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:24.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:23 smithi184 bash[14608]: cephadm 2024-03-21T13:02:22.944787+0000 mgr.x (mgr.25322) 549 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:24.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:23 smithi184 bash[14608]: audit 2024-03-21T13:02:23.022960+0000 mon.a (mon.0) 2278 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:24.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:23 smithi184 bash[14608]: audit 2024-03-21T13:02:23.025807+0000 mon.a (mon.0) 2279 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:24.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:23 smithi184 bash[14608]: cephadm 2024-03-21T13:02:23.029069+0000 mgr.x (mgr.25322) 550 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:24.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:23 smithi184 bash[14608]: audit 2024-03-21T13:02:23.029244+0000 mon.a (mon.0) 2280 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:24.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:23 smithi184 bash[14608]: audit 2024-03-21T13:02:23.030232+0000 mon.a (mon.0) 2281 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:24.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:23 smithi184 bash[14608]: cluster 2024-03-21T13:02:23.033883+0000 mgr.x (mgr.25322) 551 : cluster [DBG] pgmap v329: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:24.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:23 smithi184 bash[14608]: cluster 2024-03-21T13:02:23.034239+0000 mgr.x (mgr.25322) 552 : cluster [DBG] pgmap v330: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:24.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:23 smithi184 bash[14608]: audit 2024-03-21T13:02:23.042920+0000 mon.a (mon.0) 2282 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:24.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:23 smithi184 bash[14608]: cephadm 2024-03-21T13:02:23.045372+0000 mgr.x (mgr.25322) 553 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:24.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:23 smithi184 bash[14608]: audit 2024-03-21T13:02:23.125323+0000 mon.a (mon.0) 2283 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:24.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:23 smithi184 bash[14608]: audit 2024-03-21T13:02:23.129466+0000 mon.a (mon.0) 2284 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:24.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:23 smithi184 bash[14608]: cephadm 2024-03-21T13:02:23.132608+0000 mgr.x (mgr.25322) 554 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:24.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:23 smithi184 bash[14608]: audit 2024-03-21T13:02:23.132791+0000 mon.a (mon.0) 2285 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:24.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:23 smithi184 bash[14608]: audit 2024-03-21T13:02:23.134253+0000 mon.a (mon.0) 2286 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:24.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:23 smithi184 bash[14608]: cluster 2024-03-21T13:02:23.138537+0000 mgr.x (mgr.25322) 555 : cluster [DBG] pgmap v331: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:24.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:23 smithi184 bash[14608]: cluster 2024-03-21T13:02:23.139024+0000 mgr.x (mgr.25322) 556 : cluster [DBG] pgmap v332: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:24.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:23 smithi184 bash[14608]: audit 2024-03-21T13:02:23.145379+0000 mon.a (mon.0) 2287 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:24.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:23 smithi184 bash[14608]: cephadm 2024-03-21T13:02:23.147833+0000 mgr.x (mgr.25322) 557 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:24.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:23 smithi184 bash[14608]: audit 2024-03-21T13:02:23.223591+0000 mon.a (mon.0) 2288 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:24.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:23 smithi184 bash[14608]: audit 2024-03-21T13:02:23.226805+0000 mon.a (mon.0) 2289 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:24.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:23 smithi184 bash[14608]: cephadm 2024-03-21T13:02:23.230177+0000 mgr.x (mgr.25322) 558 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:24.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:23 smithi184 bash[14608]: audit 2024-03-21T13:02:23.230844+0000 mon.a (mon.0) 2290 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:24.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:23 smithi184 bash[14608]: audit 2024-03-21T13:02:23.232154+0000 mon.a (mon.0) 2291 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:24.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:23 smithi184 bash[14608]: cluster 2024-03-21T13:02:23.236614+0000 mgr.x (mgr.25322) 559 : cluster [DBG] pgmap v333: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:24.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:23 smithi184 bash[14608]: cluster 2024-03-21T13:02:23.237155+0000 mgr.x (mgr.25322) 560 : cluster [DBG] pgmap v334: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:24.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:23 smithi184 bash[14608]: audit 2024-03-21T13:02:23.241624+0000 mon.a (mon.0) 2292 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:24.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:23 smithi184 bash[14608]: cephadm 2024-03-21T13:02:23.243898+0000 mgr.x (mgr.25322) 561 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:24.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:23 smithi184 bash[14608]: audit 2024-03-21T13:02:23.325287+0000 mon.a (mon.0) 2293 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:24.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:23 smithi184 bash[14608]: audit 2024-03-21T13:02:23.328275+0000 mon.a (mon.0) 2294 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:24.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:23 smithi184 bash[14608]: cephadm 2024-03-21T13:02:23.331304+0000 mgr.x (mgr.25322) 562 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:24.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:23 smithi184 bash[14608]: audit 2024-03-21T13:02:23.332145+0000 mon.a (mon.0) 2295 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:24.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:23 smithi184 bash[14608]: audit 2024-03-21T13:02:23.333395+0000 mon.a (mon.0) 2296 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:24.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:23 smithi184 bash[14608]: cluster 2024-03-21T13:02:23.337434+0000 mgr.x (mgr.25322) 563 : cluster [DBG] pgmap v335: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:24.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:23 smithi184 bash[14608]: cluster 2024-03-21T13:02:23.337918+0000 mgr.x (mgr.25322) 564 : cluster [DBG] pgmap v336: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:24.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:23 smithi184 bash[14608]: audit 2024-03-21T13:02:23.345278+0000 mon.a (mon.0) 2297 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:24.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:23 smithi184 bash[14608]: cephadm 2024-03-21T13:02:23.347735+0000 mgr.x (mgr.25322) 565 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:24.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:23 smithi184 bash[14608]: audit 2024-03-21T13:02:23.428478+0000 mon.a (mon.0) 2298 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:24.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:23 smithi184 bash[14608]: audit 2024-03-21T13:02:23.431323+0000 mon.a (mon.0) 2299 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:24.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:23 smithi184 bash[14608]: audit 2024-03-21T13:02:23.434993+0000 mon.a (mon.0) 2300 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:24.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:23 smithi184 bash[14608]: audit 2024-03-21T13:02:23.436521+0000 mon.a (mon.0) 2301 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:24.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:23 smithi184 bash[14608]: audit 2024-03-21T13:02:23.445320+0000 mon.a (mon.0) 2302 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:24.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:23 smithi184 bash[14608]: audit 2024-03-21T13:02:23.523126+0000 mon.a (mon.0) 2303 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:24.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:23 smithi184 bash[14608]: audit 2024-03-21T13:02:23.525842+0000 mon.a (mon.0) 2304 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:24.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:23 smithi184 bash[14608]: audit 2024-03-21T13:02:23.528844+0000 mon.a (mon.0) 2305 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:24.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:23 smithi184 bash[14608]: audit 2024-03-21T13:02:23.530066+0000 mon.a (mon.0) 2306 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:24.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:23 smithi184 bash[14608]: audit 2024-03-21T13:02:23.540288+0000 mon.a (mon.0) 2307 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:24.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:23 smithi184 bash[14608]: audit 2024-03-21T13:02:23.623786+0000 mon.a (mon.0) 2308 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:24.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:23 smithi184 bash[14608]: audit 2024-03-21T13:02:23.626823+0000 mon.a (mon.0) 2309 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:24.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:23 smithi184 bash[14608]: audit 2024-03-21T13:02:23.629328+0000 mon.a (mon.0) 2310 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:24.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:23 smithi184 bash[14608]: audit 2024-03-21T13:02:23.630206+0000 mon.a (mon.0) 2311 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:24.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:23 smithi184 bash[14608]: audit 2024-03-21T13:02:23.637148+0000 mon.a (mon.0) 2312 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:24.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:23 smithi184 bash[14608]: audit 2024-03-21T13:02:23.715286+0000 mon.a (mon.0) 2313 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:24.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:23 smithi184 bash[14608]: audit 2024-03-21T13:02:23.717831+0000 mon.a (mon.0) 2314 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:24.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:23 smithi184 bash[14608]: audit 2024-03-21T13:02:23.722347+0000 mon.a (mon.0) 2315 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:24.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:23 smithi184 bash[14608]: audit 2024-03-21T13:02:23.723391+0000 mon.a (mon.0) 2316 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:24.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:23 smithi184 bash[14608]: audit 2024-03-21T13:02:23.732907+0000 mon.a (mon.0) 2317 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:24.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:23 smithi184 bash[14608]: audit 2024-03-21T13:02:23.811489+0000 mon.a (mon.0) 2318 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:24.548 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[71512]: debug 2024-03-21T13:02:24.117+0000 7f20fa429200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-21T13:02:24.548 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[71512]: debug 2024-03-21T13:02:24.241+0000 7f20fa429200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-21T13:02:25.003 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[71512]: debug 2024-03-21T13:02:24.745+0000 7f20fa429200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-21T13:02:25.004 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[20270]: cephadm 2024-03-21T13:02:23.434726+0000 mgr.x (mgr.25322) 566 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:25.004 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[20270]: cluster 2024-03-21T13:02:23.440402+0000 mgr.x (mgr.25322) 567 : cluster [DBG] pgmap v337: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:25.004 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[20270]: cluster 2024-03-21T13:02:23.441090+0000 mgr.x (mgr.25322) 568 : cluster [DBG] pgmap v338: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:25.004 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[20270]: cephadm 2024-03-21T13:02:23.447551+0000 mgr.x (mgr.25322) 569 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:25.004 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[20270]: cephadm 2024-03-21T13:02:23.529056+0000 mgr.x (mgr.25322) 570 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:25.004 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[20270]: cluster 2024-03-21T13:02:23.533888+0000 mgr.x (mgr.25322) 571 : cluster [DBG] pgmap v339: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:25.005 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[20270]: cluster 2024-03-21T13:02:23.534308+0000 mgr.x (mgr.25322) 572 : cluster [DBG] pgmap v340: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:25.005 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[20270]: cephadm 2024-03-21T13:02:23.542786+0000 mgr.x (mgr.25322) 573 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:25.005 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[20270]: cephadm 2024-03-21T13:02:23.629478+0000 mgr.x (mgr.25322) 574 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:25.005 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[20270]: cluster 2024-03-21T13:02:23.633360+0000 mgr.x (mgr.25322) 575 : cluster [DBG] pgmap v341: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:25.005 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[20270]: cluster 2024-03-21T13:02:23.633588+0000 mgr.x (mgr.25322) 576 : cluster [DBG] pgmap v342: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:25.005 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[20270]: cephadm 2024-03-21T13:02:23.639294+0000 mgr.x (mgr.25322) 577 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:25.005 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[20270]: cephadm 2024-03-21T13:02:23.720889+0000 mgr.x (mgr.25322) 578 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:25.005 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[20270]: cluster 2024-03-21T13:02:23.727185+0000 mgr.x (mgr.25322) 579 : cluster [DBG] pgmap v343: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:25.005 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[20270]: cluster 2024-03-21T13:02:23.727461+0000 mgr.x (mgr.25322) 580 : cluster [DBG] pgmap v344: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:25.005 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[20270]: cephadm 2024-03-21T13:02:23.735118+0000 mgr.x (mgr.25322) 581 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:25.005 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[20270]: audit 2024-03-21T13:02:23.820572+0000 mon.a (mon.0) 2319 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:25.005 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[20270]: cephadm 2024-03-21T13:02:23.823638+0000 mgr.x (mgr.25322) 582 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:25.005 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[20270]: audit 2024-03-21T13:02:23.825529+0000 mon.a (mon.0) 2320 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:25.005 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[20270]: audit 2024-03-21T13:02:23.826989+0000 mon.a (mon.0) 2321 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:25.006 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[20270]: cluster 2024-03-21T13:02:23.839937+0000 mgr.x (mgr.25322) 583 : cluster [DBG] pgmap v345: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:25.006 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[20270]: cluster 2024-03-21T13:02:23.840144+0000 mgr.x (mgr.25322) 584 : cluster [DBG] pgmap v346: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:25.006 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[20270]: audit 2024-03-21T13:02:23.844185+0000 mon.a (mon.0) 2322 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:25.006 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[20270]: cephadm 2024-03-21T13:02:23.846943+0000 mgr.x (mgr.25322) 585 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:25.006 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[20270]: audit 2024-03-21T13:02:23.907328+0000 mon.a (mon.0) 2323 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:25.006 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[20270]: audit 2024-03-21T13:02:23.909957+0000 mon.a (mon.0) 2324 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:25.006 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[20270]: cephadm 2024-03-21T13:02:23.912644+0000 mgr.x (mgr.25322) 586 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:25.006 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[20270]: audit 2024-03-21T13:02:23.912796+0000 mon.a (mon.0) 2325 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:25.006 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[20270]: audit 2024-03-21T13:02:23.913672+0000 mon.a (mon.0) 2326 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:25.006 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[20270]: cluster 2024-03-21T13:02:23.916999+0000 mgr.x (mgr.25322) 587 : cluster [DBG] pgmap v347: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:25.006 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[20270]: cluster 2024-03-21T13:02:23.917207+0000 mgr.x (mgr.25322) 588 : cluster [DBG] pgmap v348: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:25.006 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[20270]: audit 2024-03-21T13:02:23.920505+0000 mon.a (mon.0) 2327 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:25.006 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[20270]: cephadm 2024-03-21T13:02:23.922991+0000 mgr.x (mgr.25322) 589 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:25.007 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[20270]: audit 2024-03-21T13:02:24.006049+0000 mon.a (mon.0) 2328 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:25.007 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[20270]: audit 2024-03-21T13:02:24.009004+0000 mon.a (mon.0) 2329 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:25.007 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[20270]: cephadm 2024-03-21T13:02:24.011791+0000 mgr.x (mgr.25322) 590 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:25.007 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[20270]: audit 2024-03-21T13:02:24.012215+0000 mon.a (mon.0) 2330 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:25.007 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[20270]: audit 2024-03-21T13:02:24.013782+0000 mon.a (mon.0) 2331 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:25.007 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[20270]: cluster 2024-03-21T13:02:24.018002+0000 mgr.x (mgr.25322) 591 : cluster [DBG] pgmap v349: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:25.007 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[20270]: cluster 2024-03-21T13:02:24.018259+0000 mgr.x (mgr.25322) 592 : cluster [DBG] pgmap v350: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:25.007 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[14494]: cephadm 2024-03-21T13:02:23.434726+0000 mgr.x (mgr.25322) 566 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:25.008 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[14494]: cluster 2024-03-21T13:02:23.440402+0000 mgr.x (mgr.25322) 567 : cluster [DBG] pgmap v337: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:25.008 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[14494]: cluster 2024-03-21T13:02:23.441090+0000 mgr.x (mgr.25322) 568 : cluster [DBG] pgmap v338: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:25.008 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[14494]: cephadm 2024-03-21T13:02:23.447551+0000 mgr.x (mgr.25322) 569 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:25.008 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[14494]: cephadm 2024-03-21T13:02:23.529056+0000 mgr.x (mgr.25322) 570 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:25.008 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[14494]: cluster 2024-03-21T13:02:23.533888+0000 mgr.x (mgr.25322) 571 : cluster [DBG] pgmap v339: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:25.008 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[14494]: cluster 2024-03-21T13:02:23.534308+0000 mgr.x (mgr.25322) 572 : cluster [DBG] pgmap v340: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:25.008 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[14494]: cephadm 2024-03-21T13:02:23.542786+0000 mgr.x (mgr.25322) 573 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:25.008 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[14494]: cephadm 2024-03-21T13:02:23.629478+0000 mgr.x (mgr.25322) 574 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:25.008 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[14494]: cluster 2024-03-21T13:02:23.633360+0000 mgr.x (mgr.25322) 575 : cluster [DBG] pgmap v341: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:25.008 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[14494]: cluster 2024-03-21T13:02:23.633588+0000 mgr.x (mgr.25322) 576 : cluster [DBG] pgmap v342: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:25.009 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[14494]: cephadm 2024-03-21T13:02:23.639294+0000 mgr.x (mgr.25322) 577 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:25.009 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[14494]: cephadm 2024-03-21T13:02:23.720889+0000 mgr.x (mgr.25322) 578 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:25.009 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[14494]: cluster 2024-03-21T13:02:23.727185+0000 mgr.x (mgr.25322) 579 : cluster [DBG] pgmap v343: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:25.009 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[14494]: cluster 2024-03-21T13:02:23.727461+0000 mgr.x (mgr.25322) 580 : cluster [DBG] pgmap v344: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:25.009 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[14494]: cephadm 2024-03-21T13:02:23.735118+0000 mgr.x (mgr.25322) 581 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:25.009 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[14494]: audit 2024-03-21T13:02:23.820572+0000 mon.a (mon.0) 2319 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:25.009 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[14494]: cephadm 2024-03-21T13:02:23.823638+0000 mgr.x (mgr.25322) 582 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:25.009 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[14494]: audit 2024-03-21T13:02:23.825529+0000 mon.a (mon.0) 2320 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:25.009 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[14494]: audit 2024-03-21T13:02:23.826989+0000 mon.a (mon.0) 2321 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:25.010 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[20270]: audit 2024-03-21T13:02:24.024266+0000 mon.a (mon.0) 2332 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:25.010 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[20270]: cephadm 2024-03-21T13:02:24.026501+0000 mgr.x (mgr.25322) 593 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:25.010 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[20270]: audit 2024-03-21T13:02:24.104705+0000 mon.a (mon.0) 2333 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:25.010 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[20270]: audit 2024-03-21T13:02:24.107408+0000 mon.a (mon.0) 2334 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:25.010 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[20270]: cephadm 2024-03-21T13:02:24.110436+0000 mgr.x (mgr.25322) 594 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:25.010 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[20270]: audit 2024-03-21T13:02:24.110641+0000 mon.a (mon.0) 2335 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:25.010 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[20270]: audit 2024-03-21T13:02:24.111636+0000 mon.a (mon.0) 2336 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:25.010 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[20270]: cluster 2024-03-21T13:02:24.115289+0000 mgr.x (mgr.25322) 595 : cluster [DBG] pgmap v351: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:25.010 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[20270]: cluster 2024-03-21T13:02:24.115718+0000 mgr.x (mgr.25322) 596 : cluster [DBG] pgmap v352: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:25.010 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[20270]: audit 2024-03-21T13:02:24.121553+0000 mon.a (mon.0) 2337 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:25.010 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[20270]: cephadm 2024-03-21T13:02:24.124031+0000 mgr.x (mgr.25322) 597 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:25.011 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[20270]: audit 2024-03-21T13:02:24.201335+0000 mon.a (mon.0) 2338 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:25.011 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[20270]: audit 2024-03-21T13:02:24.203860+0000 mon.a (mon.0) 2339 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:25.011 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[20270]: cephadm 2024-03-21T13:02:24.206561+0000 mgr.x (mgr.25322) 598 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:25.011 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[20270]: audit 2024-03-21T13:02:24.206969+0000 mon.a (mon.0) 2340 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:25.011 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[20270]: audit 2024-03-21T13:02:24.207970+0000 mon.a (mon.0) 2341 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:25.011 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[20270]: cluster 2024-03-21T13:02:24.211470+0000 mgr.x (mgr.25322) 599 : cluster [DBG] pgmap v353: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:25.011 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[20270]: cluster 2024-03-21T13:02:24.211929+0000 mgr.x (mgr.25322) 600 : cluster [DBG] pgmap v354: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:25.011 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[20270]: audit 2024-03-21T13:02:24.218606+0000 mon.a (mon.0) 2342 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:25.011 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[20270]: cephadm 2024-03-21T13:02:24.221108+0000 mgr.x (mgr.25322) 601 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:25.011 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[20270]: audit 2024-03-21T13:02:24.299187+0000 mon.a (mon.0) 2343 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:25.011 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[20270]: audit 2024-03-21T13:02:24.301896+0000 mon.a (mon.0) 2344 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:25.011 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[20270]: cephadm 2024-03-21T13:02:24.304732+0000 mgr.x (mgr.25322) 602 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:25.011 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[20270]: audit 2024-03-21T13:02:24.304757+0000 mon.a (mon.0) 2345 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:25.011 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[20270]: audit 2024-03-21T13:02:24.305777+0000 mon.a (mon.0) 2346 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:25.012 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[20270]: cluster 2024-03-21T13:02:24.309221+0000 mgr.x (mgr.25322) 603 : cluster [DBG] pgmap v355: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:25.012 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[20270]: cluster 2024-03-21T13:02:24.309520+0000 mgr.x (mgr.25322) 604 : cluster [DBG] pgmap v356: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:25.012 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[20270]: audit 2024-03-21T13:02:24.318366+0000 mon.a (mon.0) 2347 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:25.012 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[20270]: cephadm 2024-03-21T13:02:24.320619+0000 mgr.x (mgr.25322) 605 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:25.012 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[20270]: audit 2024-03-21T13:02:24.401872+0000 mon.a (mon.0) 2348 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:25.012 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[20270]: audit 2024-03-21T13:02:24.404459+0000 mon.a (mon.0) 2349 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:25.012 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[20270]: cephadm 2024-03-21T13:02:24.407146+0000 mgr.x (mgr.25322) 606 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:25.012 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[20270]: audit 2024-03-21T13:02:24.407682+0000 mon.a (mon.0) 2350 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:25.012 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[20270]: audit 2024-03-21T13:02:24.408926+0000 mon.a (mon.0) 2351 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:25.012 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[20270]: cluster 2024-03-21T13:02:24.413119+0000 mgr.x (mgr.25322) 607 : cluster [DBG] pgmap v357: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:25.013 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[20270]: cluster 2024-03-21T13:02:24.413615+0000 mgr.x (mgr.25322) 608 : cluster [DBG] pgmap v358: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:25.013 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[20270]: audit 2024-03-21T13:02:24.419179+0000 mon.a (mon.0) 2352 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:25.013 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[20270]: cephadm 2024-03-21T13:02:24.421635+0000 mgr.x (mgr.25322) 609 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:25.013 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[20270]: audit 2024-03-21T13:02:24.499302+0000 mon.a (mon.0) 2353 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:25.013 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[20270]: audit 2024-03-21T13:02:24.502349+0000 mon.a (mon.0) 2354 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:25.013 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[20270]: audit 2024-03-21T13:02:24.506656+0000 mon.a (mon.0) 2355 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:25.013 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[20270]: audit 2024-03-21T13:02:24.508027+0000 mon.a (mon.0) 2356 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:25.013 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[20270]: audit 2024-03-21T13:02:24.518326+0000 mon.a (mon.0) 2357 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:25.013 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[20270]: audit 2024-03-21T13:02:24.598482+0000 mon.a (mon.0) 2358 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:25.013 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[20270]: audit 2024-03-21T13:02:24.601444+0000 mon.a (mon.0) 2359 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:25.013 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[20270]: audit 2024-03-21T13:02:24.605241+0000 mon.a (mon.0) 2360 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:25.013 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[20270]: audit 2024-03-21T13:02:24.606535+0000 mon.a (mon.0) 2361 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:25.013 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[20270]: audit 2024-03-21T13:02:24.617788+0000 mon.a (mon.0) 2362 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:25.013 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[20270]: audit 2024-03-21T13:02:24.697658+0000 mon.a (mon.0) 2363 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:25.014 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[20270]: audit 2024-03-21T13:02:24.700591+0000 mon.a (mon.0) 2364 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:25.014 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[20270]: audit 2024-03-21T13:02:24.703954+0000 mon.a (mon.0) 2365 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:25.014 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[20270]: audit 2024-03-21T13:02:24.705146+0000 mon.a (mon.0) 2366 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:25.014 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[20270]: audit 2024-03-21T13:02:24.717138+0000 mon.a (mon.0) 2367 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:25.014 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[20270]: audit 2024-03-21T13:02:24.796413+0000 mon.a (mon.0) 2368 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:25.014 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[20270]: audit 2024-03-21T13:02:24.799158+0000 mon.a (mon.0) 2369 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:25.014 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[20270]: audit 2024-03-21T13:02:24.802056+0000 mon.a (mon.0) 2370 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:25.014 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[20270]: audit 2024-03-21T13:02:24.803090+0000 mon.a (mon.0) 2371 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:25.014 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[20270]: audit 2024-03-21T13:02:24.813523+0000 mon.a (mon.0) 2372 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:25.015 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[14494]: cluster 2024-03-21T13:02:23.839937+0000 mgr.x (mgr.25322) 583 : cluster [DBG] pgmap v345: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:25.015 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[14494]: cluster 2024-03-21T13:02:23.840144+0000 mgr.x (mgr.25322) 584 : cluster [DBG] pgmap v346: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:25.015 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[14494]: audit 2024-03-21T13:02:23.844185+0000 mon.a (mon.0) 2322 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:25.015 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[14494]: cephadm 2024-03-21T13:02:23.846943+0000 mgr.x (mgr.25322) 585 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:25.015 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[14494]: audit 2024-03-21T13:02:23.907328+0000 mon.a (mon.0) 2323 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:25.015 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[14494]: audit 2024-03-21T13:02:23.909957+0000 mon.a (mon.0) 2324 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:25.015 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[14494]: cephadm 2024-03-21T13:02:23.912644+0000 mgr.x (mgr.25322) 586 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:25.015 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[14494]: audit 2024-03-21T13:02:23.912796+0000 mon.a (mon.0) 2325 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:25.015 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[14494]: audit 2024-03-21T13:02:23.913672+0000 mon.a (mon.0) 2326 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:25.015 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[14494]: cluster 2024-03-21T13:02:23.916999+0000 mgr.x (mgr.25322) 587 : cluster [DBG] pgmap v347: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:25.015 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[14494]: cluster 2024-03-21T13:02:23.917207+0000 mgr.x (mgr.25322) 588 : cluster [DBG] pgmap v348: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:25.016 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[14494]: audit 2024-03-21T13:02:23.920505+0000 mon.a (mon.0) 2327 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:25.016 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[14494]: cephadm 2024-03-21T13:02:23.922991+0000 mgr.x (mgr.25322) 589 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:25.016 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[14494]: audit 2024-03-21T13:02:24.006049+0000 mon.a (mon.0) 2328 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:25.016 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[14494]: audit 2024-03-21T13:02:24.009004+0000 mon.a (mon.0) 2329 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:25.016 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[14494]: cephadm 2024-03-21T13:02:24.011791+0000 mgr.x (mgr.25322) 590 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:25.016 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[14494]: audit 2024-03-21T13:02:24.012215+0000 mon.a (mon.0) 2330 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:25.016 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[14494]: audit 2024-03-21T13:02:24.013782+0000 mon.a (mon.0) 2331 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:25.016 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[14494]: cluster 2024-03-21T13:02:24.018002+0000 mgr.x (mgr.25322) 591 : cluster [DBG] pgmap v349: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:25.016 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[14494]: cluster 2024-03-21T13:02:24.018259+0000 mgr.x (mgr.25322) 592 : cluster [DBG] pgmap v350: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:25.016 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[14494]: audit 2024-03-21T13:02:24.024266+0000 mon.a (mon.0) 2332 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:25.016 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[14494]: cephadm 2024-03-21T13:02:24.026501+0000 mgr.x (mgr.25322) 593 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:25.016 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[14494]: audit 2024-03-21T13:02:24.104705+0000 mon.a (mon.0) 2333 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:25.016 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[14494]: audit 2024-03-21T13:02:24.107408+0000 mon.a (mon.0) 2334 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:25.016 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[14494]: cephadm 2024-03-21T13:02:24.110436+0000 mgr.x (mgr.25322) 594 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:25.016 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[14494]: audit 2024-03-21T13:02:24.110641+0000 mon.a (mon.0) 2335 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:25.017 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[14494]: audit 2024-03-21T13:02:24.111636+0000 mon.a (mon.0) 2336 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:25.017 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[14494]: cluster 2024-03-21T13:02:24.115289+0000 mgr.x (mgr.25322) 595 : cluster [DBG] pgmap v351: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:25.017 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[14494]: cluster 2024-03-21T13:02:24.115718+0000 mgr.x (mgr.25322) 596 : cluster [DBG] pgmap v352: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:25.017 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[14494]: audit 2024-03-21T13:02:24.121553+0000 mon.a (mon.0) 2337 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:25.017 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[14494]: cephadm 2024-03-21T13:02:24.124031+0000 mgr.x (mgr.25322) 597 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:25.017 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[14494]: audit 2024-03-21T13:02:24.201335+0000 mon.a (mon.0) 2338 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:25.017 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[14494]: audit 2024-03-21T13:02:24.203860+0000 mon.a (mon.0) 2339 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:25.017 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[14494]: cephadm 2024-03-21T13:02:24.206561+0000 mgr.x (mgr.25322) 598 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:25.017 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[14494]: audit 2024-03-21T13:02:24.206969+0000 mon.a (mon.0) 2340 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:25.017 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[14494]: audit 2024-03-21T13:02:24.207970+0000 mon.a (mon.0) 2341 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:25.017 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[14494]: cluster 2024-03-21T13:02:24.211470+0000 mgr.x (mgr.25322) 599 : cluster [DBG] pgmap v353: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:25.017 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[14494]: cluster 2024-03-21T13:02:24.211929+0000 mgr.x (mgr.25322) 600 : cluster [DBG] pgmap v354: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:25.017 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[14494]: audit 2024-03-21T13:02:24.218606+0000 mon.a (mon.0) 2342 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:25.017 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[14494]: cephadm 2024-03-21T13:02:24.221108+0000 mgr.x (mgr.25322) 601 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:25.018 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[14494]: audit 2024-03-21T13:02:24.299187+0000 mon.a (mon.0) 2343 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:25.018 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[14494]: audit 2024-03-21T13:02:24.301896+0000 mon.a (mon.0) 2344 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:25.018 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[14494]: cephadm 2024-03-21T13:02:24.304732+0000 mgr.x (mgr.25322) 602 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:25.018 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[14494]: audit 2024-03-21T13:02:24.304757+0000 mon.a (mon.0) 2345 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:25.018 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[14494]: audit 2024-03-21T13:02:24.305777+0000 mon.a (mon.0) 2346 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:25.018 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[14494]: cluster 2024-03-21T13:02:24.309221+0000 mgr.x (mgr.25322) 603 : cluster [DBG] pgmap v355: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:25.018 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[14494]: cluster 2024-03-21T13:02:24.309520+0000 mgr.x (mgr.25322) 604 : cluster [DBG] pgmap v356: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:25.018 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[14494]: audit 2024-03-21T13:02:24.318366+0000 mon.a (mon.0) 2347 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:25.018 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[14494]: cephadm 2024-03-21T13:02:24.320619+0000 mgr.x (mgr.25322) 605 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:25.018 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[14494]: audit 2024-03-21T13:02:24.401872+0000 mon.a (mon.0) 2348 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:25.018 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[14494]: audit 2024-03-21T13:02:24.404459+0000 mon.a (mon.0) 2349 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:25.018 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[14494]: cephadm 2024-03-21T13:02:24.407146+0000 mgr.x (mgr.25322) 606 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:25.018 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[14494]: audit 2024-03-21T13:02:24.407682+0000 mon.a (mon.0) 2350 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:25.019 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[14494]: audit 2024-03-21T13:02:24.408926+0000 mon.a (mon.0) 2351 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:25.019 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[14494]: cluster 2024-03-21T13:02:24.413119+0000 mgr.x (mgr.25322) 607 : cluster [DBG] pgmap v357: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:25.019 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[14494]: cluster 2024-03-21T13:02:24.413615+0000 mgr.x (mgr.25322) 608 : cluster [DBG] pgmap v358: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:25.019 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[14494]: audit 2024-03-21T13:02:24.419179+0000 mon.a (mon.0) 2352 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:25.019 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[14494]: cephadm 2024-03-21T13:02:24.421635+0000 mgr.x (mgr.25322) 609 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:25.019 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[14494]: audit 2024-03-21T13:02:24.499302+0000 mon.a (mon.0) 2353 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:25.019 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[14494]: audit 2024-03-21T13:02:24.502349+0000 mon.a (mon.0) 2354 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:25.019 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[14494]: audit 2024-03-21T13:02:24.506656+0000 mon.a (mon.0) 2355 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:25.019 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[14494]: audit 2024-03-21T13:02:24.508027+0000 mon.a (mon.0) 2356 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:25.019 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[14494]: audit 2024-03-21T13:02:24.518326+0000 mon.a (mon.0) 2357 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:25.019 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[14494]: audit 2024-03-21T13:02:24.598482+0000 mon.a (mon.0) 2358 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:25.019 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[14494]: audit 2024-03-21T13:02:24.601444+0000 mon.a (mon.0) 2359 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:25.019 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[14494]: audit 2024-03-21T13:02:24.605241+0000 mon.a (mon.0) 2360 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:25.019 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[14494]: audit 2024-03-21T13:02:24.606535+0000 mon.a (mon.0) 2361 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:25.020 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[14494]: audit 2024-03-21T13:02:24.617788+0000 mon.a (mon.0) 2362 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:25.020 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[14494]: audit 2024-03-21T13:02:24.697658+0000 mon.a (mon.0) 2363 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:25.020 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[14494]: audit 2024-03-21T13:02:24.700591+0000 mon.a (mon.0) 2364 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:25.020 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[14494]: audit 2024-03-21T13:02:24.703954+0000 mon.a (mon.0) 2365 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:25.020 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[14494]: audit 2024-03-21T13:02:24.705146+0000 mon.a (mon.0) 2366 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:25.020 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[14494]: audit 2024-03-21T13:02:24.717138+0000 mon.a (mon.0) 2367 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:25.020 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[14494]: audit 2024-03-21T13:02:24.796413+0000 mon.a (mon.0) 2368 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:25.020 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[14494]: audit 2024-03-21T13:02:24.799158+0000 mon.a (mon.0) 2369 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:25.020 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[14494]: audit 2024-03-21T13:02:24.802056+0000 mon.a (mon.0) 2370 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:25.020 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[14494]: audit 2024-03-21T13:02:24.803090+0000 mon.a (mon.0) 2371 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:25.020 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:24 smithi178 bash[14494]: audit 2024-03-21T13:02:24.813523+0000 mon.a (mon.0) 2372 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:25.298 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[71512]: debug 2024-03-21T13:02:24.997+0000 7f20fa429200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-21T13:02:25.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:24 smithi184 bash[14608]: cephadm 2024-03-21T13:02:23.434726+0000 mgr.x (mgr.25322) 566 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:25.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:24 smithi184 bash[14608]: cluster 2024-03-21T13:02:23.440402+0000 mgr.x (mgr.25322) 567 : cluster [DBG] pgmap v337: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:25.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:24 smithi184 bash[14608]: cluster 2024-03-21T13:02:23.441090+0000 mgr.x (mgr.25322) 568 : cluster [DBG] pgmap v338: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:25.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:24 smithi184 bash[14608]: cephadm 2024-03-21T13:02:23.447551+0000 mgr.x (mgr.25322) 569 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:25.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:24 smithi184 bash[14608]: cephadm 2024-03-21T13:02:23.529056+0000 mgr.x (mgr.25322) 570 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:25.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:24 smithi184 bash[14608]: cluster 2024-03-21T13:02:23.533888+0000 mgr.x (mgr.25322) 571 : cluster [DBG] pgmap v339: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:25.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:24 smithi184 bash[14608]: cluster 2024-03-21T13:02:23.534308+0000 mgr.x (mgr.25322) 572 : cluster [DBG] pgmap v340: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:25.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:24 smithi184 bash[14608]: cephadm 2024-03-21T13:02:23.542786+0000 mgr.x (mgr.25322) 573 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:25.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:24 smithi184 bash[14608]: cephadm 2024-03-21T13:02:23.629478+0000 mgr.x (mgr.25322) 574 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:25.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:24 smithi184 bash[14608]: cluster 2024-03-21T13:02:23.633360+0000 mgr.x (mgr.25322) 575 : cluster [DBG] pgmap v341: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:25.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:24 smithi184 bash[14608]: cluster 2024-03-21T13:02:23.633588+0000 mgr.x (mgr.25322) 576 : cluster [DBG] pgmap v342: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:25.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:24 smithi184 bash[14608]: cephadm 2024-03-21T13:02:23.639294+0000 mgr.x (mgr.25322) 577 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:25.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:24 smithi184 bash[14608]: cephadm 2024-03-21T13:02:23.720889+0000 mgr.x (mgr.25322) 578 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:25.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:24 smithi184 bash[14608]: cluster 2024-03-21T13:02:23.727185+0000 mgr.x (mgr.25322) 579 : cluster [DBG] pgmap v343: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:25.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:24 smithi184 bash[14608]: cluster 2024-03-21T13:02:23.727461+0000 mgr.x (mgr.25322) 580 : cluster [DBG] pgmap v344: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:25.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:24 smithi184 bash[14608]: cephadm 2024-03-21T13:02:23.735118+0000 mgr.x (mgr.25322) 581 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:25.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:24 smithi184 bash[14608]: audit 2024-03-21T13:02:23.820572+0000 mon.a (mon.0) 2319 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:25.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:24 smithi184 bash[14608]: cephadm 2024-03-21T13:02:23.823638+0000 mgr.x (mgr.25322) 582 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:25.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:24 smithi184 bash[14608]: audit 2024-03-21T13:02:23.825529+0000 mon.a (mon.0) 2320 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:25.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:24 smithi184 bash[14608]: audit 2024-03-21T13:02:23.826989+0000 mon.a (mon.0) 2321 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:25.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:24 smithi184 bash[14608]: cluster 2024-03-21T13:02:23.839937+0000 mgr.x (mgr.25322) 583 : cluster [DBG] pgmap v345: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:25.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:24 smithi184 bash[14608]: cluster 2024-03-21T13:02:23.840144+0000 mgr.x (mgr.25322) 584 : cluster [DBG] pgmap v346: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:25.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:24 smithi184 bash[14608]: audit 2024-03-21T13:02:23.844185+0000 mon.a (mon.0) 2322 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:25.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:24 smithi184 bash[14608]: cephadm 2024-03-21T13:02:23.846943+0000 mgr.x (mgr.25322) 585 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:25.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:24 smithi184 bash[14608]: audit 2024-03-21T13:02:23.907328+0000 mon.a (mon.0) 2323 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:25.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:24 smithi184 bash[14608]: audit 2024-03-21T13:02:23.909957+0000 mon.a (mon.0) 2324 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:25.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:24 smithi184 bash[14608]: cephadm 2024-03-21T13:02:23.912644+0000 mgr.x (mgr.25322) 586 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:25.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:24 smithi184 bash[14608]: audit 2024-03-21T13:02:23.912796+0000 mon.a (mon.0) 2325 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:25.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:24 smithi184 bash[14608]: audit 2024-03-21T13:02:23.913672+0000 mon.a (mon.0) 2326 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:25.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:24 smithi184 bash[14608]: cluster 2024-03-21T13:02:23.916999+0000 mgr.x (mgr.25322) 587 : cluster [DBG] pgmap v347: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:25.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:24 smithi184 bash[14608]: cluster 2024-03-21T13:02:23.917207+0000 mgr.x (mgr.25322) 588 : cluster [DBG] pgmap v348: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:25.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:24 smithi184 bash[14608]: audit 2024-03-21T13:02:23.920505+0000 mon.a (mon.0) 2327 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:25.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:24 smithi184 bash[14608]: cephadm 2024-03-21T13:02:23.922991+0000 mgr.x (mgr.25322) 589 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:25.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:24 smithi184 bash[14608]: audit 2024-03-21T13:02:24.006049+0000 mon.a (mon.0) 2328 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:25.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:24 smithi184 bash[14608]: audit 2024-03-21T13:02:24.009004+0000 mon.a (mon.0) 2329 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:25.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:24 smithi184 bash[14608]: cephadm 2024-03-21T13:02:24.011791+0000 mgr.x (mgr.25322) 590 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:25.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:24 smithi184 bash[14608]: audit 2024-03-21T13:02:24.012215+0000 mon.a (mon.0) 2330 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:25.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:24 smithi184 bash[14608]: audit 2024-03-21T13:02:24.013782+0000 mon.a (mon.0) 2331 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:25.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:24 smithi184 bash[14608]: cluster 2024-03-21T13:02:24.018002+0000 mgr.x (mgr.25322) 591 : cluster [DBG] pgmap v349: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:25.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:24 smithi184 bash[14608]: cluster 2024-03-21T13:02:24.018259+0000 mgr.x (mgr.25322) 592 : cluster [DBG] pgmap v350: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:25.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:24 smithi184 bash[14608]: audit 2024-03-21T13:02:24.024266+0000 mon.a (mon.0) 2332 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:25.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:24 smithi184 bash[14608]: cephadm 2024-03-21T13:02:24.026501+0000 mgr.x (mgr.25322) 593 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:25.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:24 smithi184 bash[14608]: audit 2024-03-21T13:02:24.104705+0000 mon.a (mon.0) 2333 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:25.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:24 smithi184 bash[14608]: audit 2024-03-21T13:02:24.107408+0000 mon.a (mon.0) 2334 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:25.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:24 smithi184 bash[14608]: cephadm 2024-03-21T13:02:24.110436+0000 mgr.x (mgr.25322) 594 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:25.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:24 smithi184 bash[14608]: audit 2024-03-21T13:02:24.110641+0000 mon.a (mon.0) 2335 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:25.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:24 smithi184 bash[14608]: audit 2024-03-21T13:02:24.111636+0000 mon.a (mon.0) 2336 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:25.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:24 smithi184 bash[14608]: cluster 2024-03-21T13:02:24.115289+0000 mgr.x (mgr.25322) 595 : cluster [DBG] pgmap v351: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:25.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:24 smithi184 bash[14608]: cluster 2024-03-21T13:02:24.115718+0000 mgr.x (mgr.25322) 596 : cluster [DBG] pgmap v352: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:25.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:24 smithi184 bash[14608]: audit 2024-03-21T13:02:24.121553+0000 mon.a (mon.0) 2337 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:25.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:24 smithi184 bash[14608]: cephadm 2024-03-21T13:02:24.124031+0000 mgr.x (mgr.25322) 597 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:25.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:24 smithi184 bash[14608]: audit 2024-03-21T13:02:24.201335+0000 mon.a (mon.0) 2338 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:25.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:24 smithi184 bash[14608]: audit 2024-03-21T13:02:24.203860+0000 mon.a (mon.0) 2339 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:25.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:24 smithi184 bash[14608]: cephadm 2024-03-21T13:02:24.206561+0000 mgr.x (mgr.25322) 598 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:25.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:24 smithi184 bash[14608]: audit 2024-03-21T13:02:24.206969+0000 mon.a (mon.0) 2340 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:25.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:24 smithi184 bash[14608]: audit 2024-03-21T13:02:24.207970+0000 mon.a (mon.0) 2341 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:25.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:24 smithi184 bash[14608]: cluster 2024-03-21T13:02:24.211470+0000 mgr.x (mgr.25322) 599 : cluster [DBG] pgmap v353: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:25.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:24 smithi184 bash[14608]: cluster 2024-03-21T13:02:24.211929+0000 mgr.x (mgr.25322) 600 : cluster [DBG] pgmap v354: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:25.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:24 smithi184 bash[14608]: audit 2024-03-21T13:02:24.218606+0000 mon.a (mon.0) 2342 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:25.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:24 smithi184 bash[14608]: cephadm 2024-03-21T13:02:24.221108+0000 mgr.x (mgr.25322) 601 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:25.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:24 smithi184 bash[14608]: audit 2024-03-21T13:02:24.299187+0000 mon.a (mon.0) 2343 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:25.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:24 smithi184 bash[14608]: audit 2024-03-21T13:02:24.301896+0000 mon.a (mon.0) 2344 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:25.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:24 smithi184 bash[14608]: cephadm 2024-03-21T13:02:24.304732+0000 mgr.x (mgr.25322) 602 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:25.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:24 smithi184 bash[14608]: audit 2024-03-21T13:02:24.304757+0000 mon.a (mon.0) 2345 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:25.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:24 smithi184 bash[14608]: audit 2024-03-21T13:02:24.305777+0000 mon.a (mon.0) 2346 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:25.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:24 smithi184 bash[14608]: cluster 2024-03-21T13:02:24.309221+0000 mgr.x (mgr.25322) 603 : cluster [DBG] pgmap v355: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:25.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:24 smithi184 bash[14608]: cluster 2024-03-21T13:02:24.309520+0000 mgr.x (mgr.25322) 604 : cluster [DBG] pgmap v356: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:25.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:24 smithi184 bash[14608]: audit 2024-03-21T13:02:24.318366+0000 mon.a (mon.0) 2347 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:25.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:24 smithi184 bash[14608]: cephadm 2024-03-21T13:02:24.320619+0000 mgr.x (mgr.25322) 605 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:25.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:24 smithi184 bash[14608]: audit 2024-03-21T13:02:24.401872+0000 mon.a (mon.0) 2348 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:25.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:24 smithi184 bash[14608]: audit 2024-03-21T13:02:24.404459+0000 mon.a (mon.0) 2349 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:25.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:24 smithi184 bash[14608]: cephadm 2024-03-21T13:02:24.407146+0000 mgr.x (mgr.25322) 606 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:25.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:24 smithi184 bash[14608]: audit 2024-03-21T13:02:24.407682+0000 mon.a (mon.0) 2350 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:25.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:24 smithi184 bash[14608]: audit 2024-03-21T13:02:24.408926+0000 mon.a (mon.0) 2351 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:25.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:24 smithi184 bash[14608]: cluster 2024-03-21T13:02:24.413119+0000 mgr.x (mgr.25322) 607 : cluster [DBG] pgmap v357: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:25.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:24 smithi184 bash[14608]: cluster 2024-03-21T13:02:24.413615+0000 mgr.x (mgr.25322) 608 : cluster [DBG] pgmap v358: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:25.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:24 smithi184 bash[14608]: audit 2024-03-21T13:02:24.419179+0000 mon.a (mon.0) 2352 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:25.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:24 smithi184 bash[14608]: cephadm 2024-03-21T13:02:24.421635+0000 mgr.x (mgr.25322) 609 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:25.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:24 smithi184 bash[14608]: audit 2024-03-21T13:02:24.499302+0000 mon.a (mon.0) 2353 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:25.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:24 smithi184 bash[14608]: audit 2024-03-21T13:02:24.502349+0000 mon.a (mon.0) 2354 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:25.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:24 smithi184 bash[14608]: audit 2024-03-21T13:02:24.506656+0000 mon.a (mon.0) 2355 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:25.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:24 smithi184 bash[14608]: audit 2024-03-21T13:02:24.508027+0000 mon.a (mon.0) 2356 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:25.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:24 smithi184 bash[14608]: audit 2024-03-21T13:02:24.518326+0000 mon.a (mon.0) 2357 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:25.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:24 smithi184 bash[14608]: audit 2024-03-21T13:02:24.598482+0000 mon.a (mon.0) 2358 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:25.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:24 smithi184 bash[14608]: audit 2024-03-21T13:02:24.601444+0000 mon.a (mon.0) 2359 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:25.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:24 smithi184 bash[14608]: audit 2024-03-21T13:02:24.605241+0000 mon.a (mon.0) 2360 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:25.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:24 smithi184 bash[14608]: audit 2024-03-21T13:02:24.606535+0000 mon.a (mon.0) 2361 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:25.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:24 smithi184 bash[14608]: audit 2024-03-21T13:02:24.617788+0000 mon.a (mon.0) 2362 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:25.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:24 smithi184 bash[14608]: audit 2024-03-21T13:02:24.697658+0000 mon.a (mon.0) 2363 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:25.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:24 smithi184 bash[14608]: audit 2024-03-21T13:02:24.700591+0000 mon.a (mon.0) 2364 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:25.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:24 smithi184 bash[14608]: audit 2024-03-21T13:02:24.703954+0000 mon.a (mon.0) 2365 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:25.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:24 smithi184 bash[14608]: audit 2024-03-21T13:02:24.705146+0000 mon.a (mon.0) 2366 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:25.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:24 smithi184 bash[14608]: audit 2024-03-21T13:02:24.717138+0000 mon.a (mon.0) 2367 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:25.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:24 smithi184 bash[14608]: audit 2024-03-21T13:02:24.796413+0000 mon.a (mon.0) 2368 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:25.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:24 smithi184 bash[14608]: audit 2024-03-21T13:02:24.799158+0000 mon.a (mon.0) 2369 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:25.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:24 smithi184 bash[14608]: audit 2024-03-21T13:02:24.802056+0000 mon.a (mon.0) 2370 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:25.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:24 smithi184 bash[14608]: audit 2024-03-21T13:02:24.803090+0000 mon.a (mon.0) 2371 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:25.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:24 smithi184 bash[14608]: audit 2024-03-21T13:02:24.813523+0000 mon.a (mon.0) 2372 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:25.797 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[71512]: debug 2024-03-21T13:02:25.513+0000 7f20fa429200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-21T13:02:25.822 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:02:25 smithi184 bash[52419]: ::ffff:172.21.15.184 - - [21/Mar/2024:13:02:25] "GET /metrics HTTP/1.1" 200 38319 "" "Prometheus/2.33.4" 2024-03-21T13:02:26.147 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[71512]: debug 2024-03-21T13:02:26.057+0000 7f20fa429200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-21T13:02:26.147 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[14494]: cephadm 2024-03-21T13:02:24.505529+0000 mgr.x (mgr.25322) 610 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:26.148 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[14494]: cluster 2024-03-21T13:02:24.511931+0000 mgr.x (mgr.25322) 611 : cluster [DBG] pgmap v359: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:26.148 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[14494]: cluster 2024-03-21T13:02:24.512432+0000 mgr.x (mgr.25322) 612 : cluster [DBG] pgmap v360: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:26.148 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[14494]: cephadm 2024-03-21T13:02:24.520695+0000 mgr.x (mgr.25322) 613 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:26.148 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[14494]: cephadm 2024-03-21T13:02:24.604437+0000 mgr.x (mgr.25322) 614 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:26.148 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[14494]: cluster 2024-03-21T13:02:24.610605+0000 mgr.x (mgr.25322) 615 : cluster [DBG] pgmap v361: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:26.148 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[14494]: cluster 2024-03-21T13:02:24.611225+0000 mgr.x (mgr.25322) 616 : cluster [DBG] pgmap v362: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:26.148 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[14494]: cephadm 2024-03-21T13:02:24.620130+0000 mgr.x (mgr.25322) 617 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:26.149 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[14494]: cephadm 2024-03-21T13:02:24.703741+0000 mgr.x (mgr.25322) 618 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:26.149 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[14494]: cluster 2024-03-21T13:02:24.708915+0000 mgr.x (mgr.25322) 619 : cluster [DBG] pgmap v363: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:26.149 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[14494]: cluster 2024-03-21T13:02:24.709303+0000 mgr.x (mgr.25322) 620 : cluster [DBG] pgmap v364: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:26.149 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[14494]: cephadm 2024-03-21T13:02:24.719660+0000 mgr.x (mgr.25322) 621 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:26.149 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[14494]: cephadm 2024-03-21T13:02:24.802032+0000 mgr.x (mgr.25322) 622 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:26.149 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[14494]: cluster 2024-03-21T13:02:24.806668+0000 mgr.x (mgr.25322) 623 : cluster [DBG] pgmap v365: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:26.149 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[14494]: cluster 2024-03-21T13:02:24.807145+0000 mgr.x (mgr.25322) 624 : cluster [DBG] pgmap v366: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:26.150 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[14494]: cephadm 2024-03-21T13:02:24.816031+0000 mgr.x (mgr.25322) 625 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:26.150 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[14494]: audit 2024-03-21T13:02:24.874403+0000 mon.a (mon.0) 2373 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:26.150 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[14494]: audit 2024-03-21T13:02:24.877319+0000 mon.a (mon.0) 2374 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:26.150 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[14494]: cephadm 2024-03-21T13:02:24.880151+0000 mgr.x (mgr.25322) 626 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:26.150 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[14494]: audit 2024-03-21T13:02:24.880203+0000 mon.a (mon.0) 2375 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:26.150 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[14494]: audit 2024-03-21T13:02:24.881297+0000 mon.a (mon.0) 2376 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:26.150 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[14494]: cluster 2024-03-21T13:02:24.884823+0000 mgr.x (mgr.25322) 627 : cluster [DBG] pgmap v367: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:26.151 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[14494]: cluster 2024-03-21T13:02:24.885219+0000 mgr.x (mgr.25322) 628 : cluster [DBG] pgmap v368: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:26.151 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[14494]: audit 2024-03-21T13:02:24.891149+0000 mon.a (mon.0) 2377 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:26.151 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[14494]: cephadm 2024-03-21T13:02:24.893377+0000 mgr.x (mgr.25322) 629 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:26.151 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[14494]: audit 2024-03-21T13:02:24.970439+0000 mon.a (mon.0) 2378 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:26.151 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[14494]: audit 2024-03-21T13:02:24.973161+0000 mon.a (mon.0) 2379 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:26.151 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[14494]: cephadm 2024-03-21T13:02:24.976179+0000 mgr.x (mgr.25322) 630 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:26.152 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[14494]: audit 2024-03-21T13:02:24.976239+0000 mon.a (mon.0) 2380 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:26.152 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[14494]: audit 2024-03-21T13:02:24.977219+0000 mon.a (mon.0) 2381 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:26.152 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[14494]: cluster 2024-03-21T13:02:24.981152+0000 mgr.x (mgr.25322) 631 : cluster [DBG] pgmap v369: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:26.152 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[14494]: cluster 2024-03-21T13:02:24.981841+0000 mgr.x (mgr.25322) 632 : cluster [DBG] pgmap v370: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:26.152 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[14494]: audit 2024-03-21T13:02:24.989728+0000 mon.a (mon.0) 2382 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:26.152 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[14494]: cephadm 2024-03-21T13:02:24.992058+0000 mgr.x (mgr.25322) 633 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:26.153 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[14494]: audit 2024-03-21T13:02:25.070559+0000 mon.a (mon.0) 2383 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:26.153 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[14494]: audit 2024-03-21T13:02:25.073153+0000 mon.a (mon.0) 2384 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:26.153 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[14494]: cephadm 2024-03-21T13:02:25.076098+0000 mgr.x (mgr.25322) 634 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:26.153 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[14494]: audit 2024-03-21T13:02:25.076957+0000 mon.a (mon.0) 2385 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:26.153 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[14494]: audit 2024-03-21T13:02:25.078357+0000 mon.a (mon.0) 2386 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:26.153 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[14494]: cluster 2024-03-21T13:02:25.082472+0000 mgr.x (mgr.25322) 635 : cluster [DBG] pgmap v371: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:26.153 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[20270]: cephadm 2024-03-21T13:02:24.505529+0000 mgr.x (mgr.25322) 610 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:26.154 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[20270]: cluster 2024-03-21T13:02:24.511931+0000 mgr.x (mgr.25322) 611 : cluster [DBG] pgmap v359: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:26.154 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[20270]: cluster 2024-03-21T13:02:24.512432+0000 mgr.x (mgr.25322) 612 : cluster [DBG] pgmap v360: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:26.154 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[20270]: cephadm 2024-03-21T13:02:24.520695+0000 mgr.x (mgr.25322) 613 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:26.154 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[20270]: cephadm 2024-03-21T13:02:24.604437+0000 mgr.x (mgr.25322) 614 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:26.154 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[20270]: cluster 2024-03-21T13:02:24.610605+0000 mgr.x (mgr.25322) 615 : cluster [DBG] pgmap v361: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:26.154 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[20270]: cluster 2024-03-21T13:02:24.611225+0000 mgr.x (mgr.25322) 616 : cluster [DBG] pgmap v362: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:26.154 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[20270]: cephadm 2024-03-21T13:02:24.620130+0000 mgr.x (mgr.25322) 617 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:26.154 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[20270]: cephadm 2024-03-21T13:02:24.703741+0000 mgr.x (mgr.25322) 618 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:26.154 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[20270]: cluster 2024-03-21T13:02:24.708915+0000 mgr.x (mgr.25322) 619 : cluster [DBG] pgmap v363: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:26.154 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[20270]: cluster 2024-03-21T13:02:24.709303+0000 mgr.x (mgr.25322) 620 : cluster [DBG] pgmap v364: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:26.154 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[20270]: cephadm 2024-03-21T13:02:24.719660+0000 mgr.x (mgr.25322) 621 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:26.154 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[20270]: cephadm 2024-03-21T13:02:24.802032+0000 mgr.x (mgr.25322) 622 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:26.154 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[20270]: cluster 2024-03-21T13:02:24.806668+0000 mgr.x (mgr.25322) 623 : cluster [DBG] pgmap v365: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:26.155 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[20270]: cluster 2024-03-21T13:02:24.807145+0000 mgr.x (mgr.25322) 624 : cluster [DBG] pgmap v366: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:26.155 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[20270]: cephadm 2024-03-21T13:02:24.816031+0000 mgr.x (mgr.25322) 625 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:26.155 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[20270]: audit 2024-03-21T13:02:24.874403+0000 mon.a (mon.0) 2373 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:26.155 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[20270]: audit 2024-03-21T13:02:24.877319+0000 mon.a (mon.0) 2374 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:26.155 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[20270]: cephadm 2024-03-21T13:02:24.880151+0000 mgr.x (mgr.25322) 626 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:26.155 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[20270]: audit 2024-03-21T13:02:24.880203+0000 mon.a (mon.0) 2375 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:26.155 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[14494]: cluster 2024-03-21T13:02:25.082873+0000 mgr.x (mgr.25322) 636 : cluster [DBG] pgmap v372: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:26.156 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[14494]: audit 2024-03-21T13:02:25.087545+0000 mon.a (mon.0) 2387 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:26.156 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[14494]: cephadm 2024-03-21T13:02:25.089705+0000 mgr.x (mgr.25322) 637 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:26.156 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[14494]: audit 2024-03-21T13:02:25.151678+0000 mon.a (mon.0) 2388 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:26.156 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[14494]: audit 2024-03-21T13:02:25.154738+0000 mon.a (mon.0) 2389 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:26.156 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[14494]: cephadm 2024-03-21T13:02:25.157989+0000 mgr.x (mgr.25322) 638 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:26.156 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[14494]: audit 2024-03-21T13:02:25.158754+0000 mon.a (mon.0) 2390 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:26.156 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[14494]: audit 2024-03-21T13:02:25.160498+0000 mon.a (mon.0) 2391 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:26.156 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[14494]: cluster 2024-03-21T13:02:25.164455+0000 mgr.x (mgr.25322) 639 : cluster [DBG] pgmap v373: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:26.156 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[14494]: cluster 2024-03-21T13:02:25.165118+0000 mgr.x (mgr.25322) 640 : cluster [DBG] pgmap v374: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:26.156 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[14494]: audit 2024-03-21T13:02:25.172217+0000 mon.a (mon.0) 2392 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:26.156 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[14494]: cephadm 2024-03-21T13:02:25.174642+0000 mgr.x (mgr.25322) 641 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:26.156 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[14494]: audit 2024-03-21T13:02:25.254384+0000 mon.a (mon.0) 2393 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:26.156 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[14494]: audit 2024-03-21T13:02:25.257782+0000 mon.a (mon.0) 2394 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:26.156 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[14494]: cephadm 2024-03-21T13:02:25.261097+0000 mgr.x (mgr.25322) 642 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:26.157 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[14494]: audit 2024-03-21T13:02:25.262920+0000 mon.a (mon.0) 2395 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:26.157 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[14494]: audit 2024-03-21T13:02:25.264451+0000 mon.a (mon.0) 2396 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:26.157 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[14494]: cluster 2024-03-21T13:02:25.268607+0000 mgr.x (mgr.25322) 643 : cluster [DBG] pgmap v375: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:26.157 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[14494]: cluster 2024-03-21T13:02:25.269149+0000 mgr.x (mgr.25322) 644 : cluster [DBG] pgmap v376: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:26.157 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[14494]: audit 2024-03-21T13:02:25.275904+0000 mon.a (mon.0) 2397 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:26.157 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[14494]: cephadm 2024-03-21T13:02:25.278376+0000 mgr.x (mgr.25322) 645 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:26.157 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[14494]: audit 2024-03-21T13:02:25.354661+0000 mon.a (mon.0) 2398 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:26.157 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[14494]: audit 2024-03-21T13:02:25.357537+0000 mon.a (mon.0) 2399 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:26.157 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[14494]: cephadm 2024-03-21T13:02:25.360446+0000 mgr.x (mgr.25322) 646 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:26.157 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[14494]: audit 2024-03-21T13:02:25.361230+0000 mon.a (mon.0) 2400 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:26.157 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[14494]: audit 2024-03-21T13:02:25.362440+0000 mon.a (mon.0) 2401 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:26.157 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[14494]: cluster 2024-03-21T13:02:25.366296+0000 mgr.x (mgr.25322) 647 : cluster [DBG] pgmap v377: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:26.157 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[14494]: audit 2024-03-21T13:02:25.371060+0000 mon.a (mon.0) 2402 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:26.158 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[14494]: cephadm 2024-03-21T13:02:25.373583+0000 mgr.x (mgr.25322) 648 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:26.158 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[14494]: audit 2024-03-21T13:02:25.451507+0000 mon.a (mon.0) 2403 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:26.158 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[14494]: audit 2024-03-21T13:02:25.454251+0000 mon.a (mon.0) 2404 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:26.158 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[14494]: audit 2024-03-21T13:02:25.457049+0000 mon.a (mon.0) 2405 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:26.158 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[14494]: audit 2024-03-21T13:02:25.458078+0000 mon.a (mon.0) 2406 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:26.158 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[14494]: audit 2024-03-21T13:02:25.467851+0000 mon.a (mon.0) 2407 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:26.158 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[14494]: audit 2024-03-21T13:02:25.553447+0000 mon.a (mon.0) 2408 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:26.158 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[14494]: audit 2024-03-21T13:02:25.556743+0000 mon.a (mon.0) 2409 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:26.158 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[14494]: audit 2024-03-21T13:02:25.559755+0000 mon.a (mon.0) 2410 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:26.158 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[14494]: audit 2024-03-21T13:02:25.561063+0000 mon.a (mon.0) 2411 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:26.158 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[14494]: audit 2024-03-21T13:02:25.572021+0000 mon.a (mon.0) 2412 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:26.159 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[14494]: audit 2024-03-21T13:02:25.653351+0000 mon.a (mon.0) 2413 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:26.159 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[14494]: audit 2024-03-21T13:02:25.656181+0000 mon.a (mon.0) 2414 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:26.159 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[14494]: audit 2024-03-21T13:02:25.661104+0000 mon.a (mon.0) 2415 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:26.159 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[14494]: audit 2024-03-21T13:02:25.662301+0000 mon.a (mon.0) 2416 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:26.159 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[14494]: audit 2024-03-21T13:02:25.673527+0000 mon.a (mon.0) 2417 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:26.159 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[14494]: audit 2024-03-21T13:02:25.751039+0000 mon.a (mon.0) 2418 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:26.159 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[14494]: audit 2024-03-21T13:02:25.753777+0000 mon.a (mon.0) 2419 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:26.159 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[14494]: audit 2024-03-21T13:02:25.756730+0000 mon.a (mon.0) 2420 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:26.159 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[14494]: audit 2024-03-21T13:02:25.757842+0000 mon.a (mon.0) 2421 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:26.159 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[14494]: audit 2024-03-21T13:02:25.766198+0000 mon.a (mon.0) 2422 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:26.160 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[20270]: audit 2024-03-21T13:02:24.881297+0000 mon.a (mon.0) 2376 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:26.160 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[20270]: cluster 2024-03-21T13:02:24.884823+0000 mgr.x (mgr.25322) 627 : cluster [DBG] pgmap v367: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:26.160 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[20270]: cluster 2024-03-21T13:02:24.885219+0000 mgr.x (mgr.25322) 628 : cluster [DBG] pgmap v368: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:26.160 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[20270]: audit 2024-03-21T13:02:24.891149+0000 mon.a (mon.0) 2377 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:26.160 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[20270]: cephadm 2024-03-21T13:02:24.893377+0000 mgr.x (mgr.25322) 629 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:26.160 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[20270]: audit 2024-03-21T13:02:24.970439+0000 mon.a (mon.0) 2378 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:26.160 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[20270]: audit 2024-03-21T13:02:24.973161+0000 mon.a (mon.0) 2379 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:26.160 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[20270]: cephadm 2024-03-21T13:02:24.976179+0000 mgr.x (mgr.25322) 630 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:26.160 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[20270]: audit 2024-03-21T13:02:24.976239+0000 mon.a (mon.0) 2380 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:26.161 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[20270]: audit 2024-03-21T13:02:24.977219+0000 mon.a (mon.0) 2381 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:26.161 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[20270]: cluster 2024-03-21T13:02:24.981152+0000 mgr.x (mgr.25322) 631 : cluster [DBG] pgmap v369: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:26.161 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[20270]: cluster 2024-03-21T13:02:24.981841+0000 mgr.x (mgr.25322) 632 : cluster [DBG] pgmap v370: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:26.161 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[20270]: audit 2024-03-21T13:02:24.989728+0000 mon.a (mon.0) 2382 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:26.161 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[20270]: cephadm 2024-03-21T13:02:24.992058+0000 mgr.x (mgr.25322) 633 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:26.161 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[20270]: audit 2024-03-21T13:02:25.070559+0000 mon.a (mon.0) 2383 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:26.161 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[20270]: audit 2024-03-21T13:02:25.073153+0000 mon.a (mon.0) 2384 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:26.161 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[20270]: cephadm 2024-03-21T13:02:25.076098+0000 mgr.x (mgr.25322) 634 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:26.161 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[20270]: audit 2024-03-21T13:02:25.076957+0000 mon.a (mon.0) 2385 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:26.161 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[20270]: audit 2024-03-21T13:02:25.078357+0000 mon.a (mon.0) 2386 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:26.161 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[20270]: cluster 2024-03-21T13:02:25.082472+0000 mgr.x (mgr.25322) 635 : cluster [DBG] pgmap v371: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:26.161 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[20270]: cluster 2024-03-21T13:02:25.082873+0000 mgr.x (mgr.25322) 636 : cluster [DBG] pgmap v372: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:26.161 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[20270]: audit 2024-03-21T13:02:25.087545+0000 mon.a (mon.0) 2387 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:26.162 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[20270]: cephadm 2024-03-21T13:02:25.089705+0000 mgr.x (mgr.25322) 637 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:26.162 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[20270]: audit 2024-03-21T13:02:25.151678+0000 mon.a (mon.0) 2388 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:26.162 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[20270]: audit 2024-03-21T13:02:25.154738+0000 mon.a (mon.0) 2389 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:26.162 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[20270]: cephadm 2024-03-21T13:02:25.157989+0000 mgr.x (mgr.25322) 638 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:26.162 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[20270]: audit 2024-03-21T13:02:25.158754+0000 mon.a (mon.0) 2390 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:26.162 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[20270]: audit 2024-03-21T13:02:25.160498+0000 mon.a (mon.0) 2391 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:26.162 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[20270]: cluster 2024-03-21T13:02:25.164455+0000 mgr.x (mgr.25322) 639 : cluster [DBG] pgmap v373: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:26.162 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[20270]: cluster 2024-03-21T13:02:25.165118+0000 mgr.x (mgr.25322) 640 : cluster [DBG] pgmap v374: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:26.162 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[20270]: audit 2024-03-21T13:02:25.172217+0000 mon.a (mon.0) 2392 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:26.162 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[20270]: cephadm 2024-03-21T13:02:25.174642+0000 mgr.x (mgr.25322) 641 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:26.162 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[20270]: audit 2024-03-21T13:02:25.254384+0000 mon.a (mon.0) 2393 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:26.163 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[20270]: audit 2024-03-21T13:02:25.257782+0000 mon.a (mon.0) 2394 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:26.163 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[20270]: cephadm 2024-03-21T13:02:25.261097+0000 mgr.x (mgr.25322) 642 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:26.163 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[20270]: audit 2024-03-21T13:02:25.262920+0000 mon.a (mon.0) 2395 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:26.163 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[20270]: audit 2024-03-21T13:02:25.264451+0000 mon.a (mon.0) 2396 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:26.163 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[20270]: cluster 2024-03-21T13:02:25.268607+0000 mgr.x (mgr.25322) 643 : cluster [DBG] pgmap v375: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:26.163 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[20270]: cluster 2024-03-21T13:02:25.269149+0000 mgr.x (mgr.25322) 644 : cluster [DBG] pgmap v376: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:26.163 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[20270]: audit 2024-03-21T13:02:25.275904+0000 mon.a (mon.0) 2397 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:26.163 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[20270]: cephadm 2024-03-21T13:02:25.278376+0000 mgr.x (mgr.25322) 645 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:26.163 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[20270]: audit 2024-03-21T13:02:25.354661+0000 mon.a (mon.0) 2398 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:26.163 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[20270]: audit 2024-03-21T13:02:25.357537+0000 mon.a (mon.0) 2399 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:26.163 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[20270]: cephadm 2024-03-21T13:02:25.360446+0000 mgr.x (mgr.25322) 646 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:26.163 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[20270]: audit 2024-03-21T13:02:25.361230+0000 mon.a (mon.0) 2400 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:26.163 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[20270]: audit 2024-03-21T13:02:25.362440+0000 mon.a (mon.0) 2401 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:26.163 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[20270]: cluster 2024-03-21T13:02:25.366296+0000 mgr.x (mgr.25322) 647 : cluster [DBG] pgmap v377: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:26.164 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[20270]: audit 2024-03-21T13:02:25.371060+0000 mon.a (mon.0) 2402 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:26.164 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[20270]: cephadm 2024-03-21T13:02:25.373583+0000 mgr.x (mgr.25322) 648 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:26.164 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[20270]: audit 2024-03-21T13:02:25.451507+0000 mon.a (mon.0) 2403 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:26.164 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[20270]: audit 2024-03-21T13:02:25.454251+0000 mon.a (mon.0) 2404 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:26.164 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[20270]: audit 2024-03-21T13:02:25.457049+0000 mon.a (mon.0) 2405 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:26.164 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[20270]: audit 2024-03-21T13:02:25.458078+0000 mon.a (mon.0) 2406 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:26.164 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[20270]: audit 2024-03-21T13:02:25.467851+0000 mon.a (mon.0) 2407 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:26.164 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[20270]: audit 2024-03-21T13:02:25.553447+0000 mon.a (mon.0) 2408 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:26.164 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[20270]: audit 2024-03-21T13:02:25.556743+0000 mon.a (mon.0) 2409 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:26.164 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[20270]: audit 2024-03-21T13:02:25.559755+0000 mon.a (mon.0) 2410 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:26.164 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[20270]: audit 2024-03-21T13:02:25.561063+0000 mon.a (mon.0) 2411 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:26.164 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[20270]: audit 2024-03-21T13:02:25.572021+0000 mon.a (mon.0) 2412 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:26.164 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[20270]: audit 2024-03-21T13:02:25.653351+0000 mon.a (mon.0) 2413 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:26.164 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[20270]: audit 2024-03-21T13:02:25.656181+0000 mon.a (mon.0) 2414 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:26.165 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[20270]: audit 2024-03-21T13:02:25.661104+0000 mon.a (mon.0) 2415 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:26.165 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[20270]: audit 2024-03-21T13:02:25.662301+0000 mon.a (mon.0) 2416 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:26.165 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[20270]: audit 2024-03-21T13:02:25.673527+0000 mon.a (mon.0) 2417 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:26.165 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[20270]: audit 2024-03-21T13:02:25.751039+0000 mon.a (mon.0) 2418 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:26.165 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[20270]: audit 2024-03-21T13:02:25.753777+0000 mon.a (mon.0) 2419 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:26.165 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[20270]: audit 2024-03-21T13:02:25.756730+0000 mon.a (mon.0) 2420 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:26.165 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[20270]: audit 2024-03-21T13:02:25.757842+0000 mon.a (mon.0) 2421 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:26.165 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:25 smithi178 bash[20270]: audit 2024-03-21T13:02:25.766198+0000 mon.a (mon.0) 2422 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:26.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:25 smithi184 bash[14608]: cephadm 2024-03-21T13:02:24.505529+0000 mgr.x (mgr.25322) 610 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:26.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:25 smithi184 bash[14608]: cluster 2024-03-21T13:02:24.511931+0000 mgr.x (mgr.25322) 611 : cluster [DBG] pgmap v359: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:26.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:25 smithi184 bash[14608]: cluster 2024-03-21T13:02:24.512432+0000 mgr.x (mgr.25322) 612 : cluster [DBG] pgmap v360: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:26.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:25 smithi184 bash[14608]: cephadm 2024-03-21T13:02:24.520695+0000 mgr.x (mgr.25322) 613 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:26.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:25 smithi184 bash[14608]: cephadm 2024-03-21T13:02:24.604437+0000 mgr.x (mgr.25322) 614 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:26.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:25 smithi184 bash[14608]: cluster 2024-03-21T13:02:24.610605+0000 mgr.x (mgr.25322) 615 : cluster [DBG] pgmap v361: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:26.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:25 smithi184 bash[14608]: cluster 2024-03-21T13:02:24.611225+0000 mgr.x (mgr.25322) 616 : cluster [DBG] pgmap v362: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:26.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:25 smithi184 bash[14608]: cephadm 2024-03-21T13:02:24.620130+0000 mgr.x (mgr.25322) 617 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:26.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:25 smithi184 bash[14608]: cephadm 2024-03-21T13:02:24.703741+0000 mgr.x (mgr.25322) 618 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:26.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:25 smithi184 bash[14608]: cluster 2024-03-21T13:02:24.708915+0000 mgr.x (mgr.25322) 619 : cluster [DBG] pgmap v363: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:26.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:25 smithi184 bash[14608]: cluster 2024-03-21T13:02:24.709303+0000 mgr.x (mgr.25322) 620 : cluster [DBG] pgmap v364: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:26.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:25 smithi184 bash[14608]: cephadm 2024-03-21T13:02:24.719660+0000 mgr.x (mgr.25322) 621 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:26.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:25 smithi184 bash[14608]: cephadm 2024-03-21T13:02:24.802032+0000 mgr.x (mgr.25322) 622 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:26.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:25 smithi184 bash[14608]: cluster 2024-03-21T13:02:24.806668+0000 mgr.x (mgr.25322) 623 : cluster [DBG] pgmap v365: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:26.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:25 smithi184 bash[14608]: cluster 2024-03-21T13:02:24.807145+0000 mgr.x (mgr.25322) 624 : cluster [DBG] pgmap v366: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:26.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:25 smithi184 bash[14608]: cephadm 2024-03-21T13:02:24.816031+0000 mgr.x (mgr.25322) 625 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:26.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:25 smithi184 bash[14608]: audit 2024-03-21T13:02:24.874403+0000 mon.a (mon.0) 2373 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:26.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:25 smithi184 bash[14608]: audit 2024-03-21T13:02:24.877319+0000 mon.a (mon.0) 2374 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:26.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:25 smithi184 bash[14608]: cephadm 2024-03-21T13:02:24.880151+0000 mgr.x (mgr.25322) 626 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:26.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:25 smithi184 bash[14608]: audit 2024-03-21T13:02:24.880203+0000 mon.a (mon.0) 2375 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:26.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:25 smithi184 bash[14608]: audit 2024-03-21T13:02:24.881297+0000 mon.a (mon.0) 2376 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:26.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:25 smithi184 bash[14608]: cluster 2024-03-21T13:02:24.884823+0000 mgr.x (mgr.25322) 627 : cluster [DBG] pgmap v367: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:26.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:25 smithi184 bash[14608]: cluster 2024-03-21T13:02:24.885219+0000 mgr.x (mgr.25322) 628 : cluster [DBG] pgmap v368: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:26.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:25 smithi184 bash[14608]: audit 2024-03-21T13:02:24.891149+0000 mon.a (mon.0) 2377 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:26.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:25 smithi184 bash[14608]: cephadm 2024-03-21T13:02:24.893377+0000 mgr.x (mgr.25322) 629 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:26.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:25 smithi184 bash[14608]: audit 2024-03-21T13:02:24.970439+0000 mon.a (mon.0) 2378 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:26.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:25 smithi184 bash[14608]: audit 2024-03-21T13:02:24.973161+0000 mon.a (mon.0) 2379 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:26.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:25 smithi184 bash[14608]: cephadm 2024-03-21T13:02:24.976179+0000 mgr.x (mgr.25322) 630 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:26.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:25 smithi184 bash[14608]: audit 2024-03-21T13:02:24.976239+0000 mon.a (mon.0) 2380 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:26.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:25 smithi184 bash[14608]: audit 2024-03-21T13:02:24.977219+0000 mon.a (mon.0) 2381 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:26.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:25 smithi184 bash[14608]: cluster 2024-03-21T13:02:24.981152+0000 mgr.x (mgr.25322) 631 : cluster [DBG] pgmap v369: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:26.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:25 smithi184 bash[14608]: cluster 2024-03-21T13:02:24.981841+0000 mgr.x (mgr.25322) 632 : cluster [DBG] pgmap v370: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:26.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:25 smithi184 bash[14608]: audit 2024-03-21T13:02:24.989728+0000 mon.a (mon.0) 2382 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:26.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:25 smithi184 bash[14608]: cephadm 2024-03-21T13:02:24.992058+0000 mgr.x (mgr.25322) 633 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:26.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:25 smithi184 bash[14608]: audit 2024-03-21T13:02:25.070559+0000 mon.a (mon.0) 2383 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:26.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:25 smithi184 bash[14608]: audit 2024-03-21T13:02:25.073153+0000 mon.a (mon.0) 2384 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:26.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:25 smithi184 bash[14608]: cephadm 2024-03-21T13:02:25.076098+0000 mgr.x (mgr.25322) 634 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:26.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:25 smithi184 bash[14608]: audit 2024-03-21T13:02:25.076957+0000 mon.a (mon.0) 2385 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:26.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:25 smithi184 bash[14608]: audit 2024-03-21T13:02:25.078357+0000 mon.a (mon.0) 2386 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:26.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:25 smithi184 bash[14608]: cluster 2024-03-21T13:02:25.082472+0000 mgr.x (mgr.25322) 635 : cluster [DBG] pgmap v371: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:26.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:25 smithi184 bash[14608]: cluster 2024-03-21T13:02:25.082873+0000 mgr.x (mgr.25322) 636 : cluster [DBG] pgmap v372: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:26.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:25 smithi184 bash[14608]: audit 2024-03-21T13:02:25.087545+0000 mon.a (mon.0) 2387 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:26.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:25 smithi184 bash[14608]: cephadm 2024-03-21T13:02:25.089705+0000 mgr.x (mgr.25322) 637 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:26.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:25 smithi184 bash[14608]: audit 2024-03-21T13:02:25.151678+0000 mon.a (mon.0) 2388 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:26.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:25 smithi184 bash[14608]: audit 2024-03-21T13:02:25.154738+0000 mon.a (mon.0) 2389 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:26.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:25 smithi184 bash[14608]: cephadm 2024-03-21T13:02:25.157989+0000 mgr.x (mgr.25322) 638 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:26.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:25 smithi184 bash[14608]: audit 2024-03-21T13:02:25.158754+0000 mon.a (mon.0) 2390 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:26.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:25 smithi184 bash[14608]: audit 2024-03-21T13:02:25.160498+0000 mon.a (mon.0) 2391 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:26.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:25 smithi184 bash[14608]: cluster 2024-03-21T13:02:25.164455+0000 mgr.x (mgr.25322) 639 : cluster [DBG] pgmap v373: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:26.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:25 smithi184 bash[14608]: cluster 2024-03-21T13:02:25.165118+0000 mgr.x (mgr.25322) 640 : cluster [DBG] pgmap v374: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:26.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:25 smithi184 bash[14608]: audit 2024-03-21T13:02:25.172217+0000 mon.a (mon.0) 2392 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:26.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:25 smithi184 bash[14608]: cephadm 2024-03-21T13:02:25.174642+0000 mgr.x (mgr.25322) 641 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:26.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:25 smithi184 bash[14608]: audit 2024-03-21T13:02:25.254384+0000 mon.a (mon.0) 2393 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:26.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:25 smithi184 bash[14608]: audit 2024-03-21T13:02:25.257782+0000 mon.a (mon.0) 2394 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:26.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:25 smithi184 bash[14608]: cephadm 2024-03-21T13:02:25.261097+0000 mgr.x (mgr.25322) 642 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:26.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:25 smithi184 bash[14608]: audit 2024-03-21T13:02:25.262920+0000 mon.a (mon.0) 2395 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:26.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:25 smithi184 bash[14608]: audit 2024-03-21T13:02:25.264451+0000 mon.a (mon.0) 2396 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:26.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:25 smithi184 bash[14608]: cluster 2024-03-21T13:02:25.268607+0000 mgr.x (mgr.25322) 643 : cluster [DBG] pgmap v375: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:26.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:25 smithi184 bash[14608]: cluster 2024-03-21T13:02:25.269149+0000 mgr.x (mgr.25322) 644 : cluster [DBG] pgmap v376: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:26.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:25 smithi184 bash[14608]: audit 2024-03-21T13:02:25.275904+0000 mon.a (mon.0) 2397 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:26.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:25 smithi184 bash[14608]: cephadm 2024-03-21T13:02:25.278376+0000 mgr.x (mgr.25322) 645 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:26.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:25 smithi184 bash[14608]: audit 2024-03-21T13:02:25.354661+0000 mon.a (mon.0) 2398 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:26.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:25 smithi184 bash[14608]: audit 2024-03-21T13:02:25.357537+0000 mon.a (mon.0) 2399 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:26.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:25 smithi184 bash[14608]: cephadm 2024-03-21T13:02:25.360446+0000 mgr.x (mgr.25322) 646 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:26.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:25 smithi184 bash[14608]: audit 2024-03-21T13:02:25.361230+0000 mon.a (mon.0) 2400 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:26.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:25 smithi184 bash[14608]: audit 2024-03-21T13:02:25.362440+0000 mon.a (mon.0) 2401 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:26.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:25 smithi184 bash[14608]: cluster 2024-03-21T13:02:25.366296+0000 mgr.x (mgr.25322) 647 : cluster [DBG] pgmap v377: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:26.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:25 smithi184 bash[14608]: audit 2024-03-21T13:02:25.371060+0000 mon.a (mon.0) 2402 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:26.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:25 smithi184 bash[14608]: cephadm 2024-03-21T13:02:25.373583+0000 mgr.x (mgr.25322) 648 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:26.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:25 smithi184 bash[14608]: audit 2024-03-21T13:02:25.451507+0000 mon.a (mon.0) 2403 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:26.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:25 smithi184 bash[14608]: audit 2024-03-21T13:02:25.454251+0000 mon.a (mon.0) 2404 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:26.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:25 smithi184 bash[14608]: audit 2024-03-21T13:02:25.457049+0000 mon.a (mon.0) 2405 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:26.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:25 smithi184 bash[14608]: audit 2024-03-21T13:02:25.458078+0000 mon.a (mon.0) 2406 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:26.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:25 smithi184 bash[14608]: audit 2024-03-21T13:02:25.467851+0000 mon.a (mon.0) 2407 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:26.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:25 smithi184 bash[14608]: audit 2024-03-21T13:02:25.553447+0000 mon.a (mon.0) 2408 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:26.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:25 smithi184 bash[14608]: audit 2024-03-21T13:02:25.556743+0000 mon.a (mon.0) 2409 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:26.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:25 smithi184 bash[14608]: audit 2024-03-21T13:02:25.559755+0000 mon.a (mon.0) 2410 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:26.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:25 smithi184 bash[14608]: audit 2024-03-21T13:02:25.561063+0000 mon.a (mon.0) 2411 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:26.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:25 smithi184 bash[14608]: audit 2024-03-21T13:02:25.572021+0000 mon.a (mon.0) 2412 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:26.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:25 smithi184 bash[14608]: audit 2024-03-21T13:02:25.653351+0000 mon.a (mon.0) 2413 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:26.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:25 smithi184 bash[14608]: audit 2024-03-21T13:02:25.656181+0000 mon.a (mon.0) 2414 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:26.331 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:25 smithi184 bash[14608]: audit 2024-03-21T13:02:25.661104+0000 mon.a (mon.0) 2415 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:26.331 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:25 smithi184 bash[14608]: audit 2024-03-21T13:02:25.662301+0000 mon.a (mon.0) 2416 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:26.331 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:25 smithi184 bash[14608]: audit 2024-03-21T13:02:25.673527+0000 mon.a (mon.0) 2417 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:26.331 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:25 smithi184 bash[14608]: audit 2024-03-21T13:02:25.751039+0000 mon.a (mon.0) 2418 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:26.331 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:25 smithi184 bash[14608]: audit 2024-03-21T13:02:25.753777+0000 mon.a (mon.0) 2419 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:26.331 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:25 smithi184 bash[14608]: audit 2024-03-21T13:02:25.756730+0000 mon.a (mon.0) 2420 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:26.332 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:25 smithi184 bash[14608]: audit 2024-03-21T13:02:25.757842+0000 mon.a (mon.0) 2421 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:26.332 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:25 smithi184 bash[14608]: audit 2024-03-21T13:02:25.766198+0000 mon.a (mon.0) 2422 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:27.047 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[71512]: debug 2024-03-21T13:02:26.661+0000 7f20fa429200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-21T13:02:27.048 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[71512]: debug 2024-03-21T13:02:26.781+0000 7f20fa429200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-21T13:02:27.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[14494]: cephadm 2024-03-21T13:02:25.457192+0000 mgr.x (mgr.25322) 649 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:27.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[14494]: cluster 2024-03-21T13:02:25.461886+0000 mgr.x (mgr.25322) 650 : cluster [DBG] pgmap v378: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:27.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[14494]: cluster 2024-03-21T13:02:25.462628+0000 mgr.x (mgr.25322) 651 : cluster [DBG] pgmap v379: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:27.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[14494]: cephadm 2024-03-21T13:02:25.470192+0000 mgr.x (mgr.25322) 652 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:27.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[14494]: cephadm 2024-03-21T13:02:25.559562+0000 mgr.x (mgr.25322) 653 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:27.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[14494]: cluster 2024-03-21T13:02:25.565136+0000 mgr.x (mgr.25322) 654 : cluster [DBG] pgmap v380: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:27.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[14494]: cluster 2024-03-21T13:02:25.565514+0000 mgr.x (mgr.25322) 655 : cluster [DBG] pgmap v381: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:27.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[14494]: cephadm 2024-03-21T13:02:25.574646+0000 mgr.x (mgr.25322) 656 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:27.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[14494]: cephadm 2024-03-21T13:02:25.659397+0000 mgr.x (mgr.25322) 657 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:27.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[14494]: cluster 2024-03-21T13:02:25.666919+0000 mgr.x (mgr.25322) 658 : cluster [DBG] pgmap v382: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:27.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[14494]: cluster 2024-03-21T13:02:25.667406+0000 mgr.x (mgr.25322) 659 : cluster [DBG] pgmap v383: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:27.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[14494]: cephadm 2024-03-21T13:02:25.675881+0000 mgr.x (mgr.25322) 660 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:27.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[14494]: cephadm 2024-03-21T13:02:25.756517+0000 mgr.x (mgr.25322) 661 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:27.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[14494]: cluster 2024-03-21T13:02:25.762127+0000 mgr.x (mgr.25322) 662 : cluster [DBG] pgmap v384: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s 2024-03-21T13:02:27.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[14494]: cluster 2024-03-21T13:02:25.762684+0000 mgr.x (mgr.25322) 663 : cluster [DBG] pgmap v385: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s 2024-03-21T13:02:27.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[14494]: cephadm 2024-03-21T13:02:25.768352+0000 mgr.x (mgr.25322) 664 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:27.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[14494]: audit 2024-03-21T13:02:25.843384+0000 mon.a (mon.0) 2423 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:27.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[14494]: audit 2024-03-21T13:02:25.861756+0000 mon.a (mon.0) 2424 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:27.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[14494]: cephadm 2024-03-21T13:02:25.864967+0000 mgr.x (mgr.25322) 665 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:27.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[14494]: audit 2024-03-21T13:02:25.865631+0000 mon.a (mon.0) 2425 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:27.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[20270]: cephadm 2024-03-21T13:02:25.457192+0000 mgr.x (mgr.25322) 649 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:27.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[20270]: cluster 2024-03-21T13:02:25.461886+0000 mgr.x (mgr.25322) 650 : cluster [DBG] pgmap v378: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:27.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[20270]: cluster 2024-03-21T13:02:25.462628+0000 mgr.x (mgr.25322) 651 : cluster [DBG] pgmap v379: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:27.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[20270]: cephadm 2024-03-21T13:02:25.470192+0000 mgr.x (mgr.25322) 652 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:27.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[20270]: cephadm 2024-03-21T13:02:25.559562+0000 mgr.x (mgr.25322) 653 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:27.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[20270]: cluster 2024-03-21T13:02:25.565136+0000 mgr.x (mgr.25322) 654 : cluster [DBG] pgmap v380: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:27.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[20270]: cluster 2024-03-21T13:02:25.565514+0000 mgr.x (mgr.25322) 655 : cluster [DBG] pgmap v381: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:27.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[20270]: cephadm 2024-03-21T13:02:25.574646+0000 mgr.x (mgr.25322) 656 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:27.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[20270]: cephadm 2024-03-21T13:02:25.659397+0000 mgr.x (mgr.25322) 657 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:27.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[20270]: cluster 2024-03-21T13:02:25.666919+0000 mgr.x (mgr.25322) 658 : cluster [DBG] pgmap v382: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:27.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[20270]: cluster 2024-03-21T13:02:25.667406+0000 mgr.x (mgr.25322) 659 : cluster [DBG] pgmap v383: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:27.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[20270]: cephadm 2024-03-21T13:02:25.675881+0000 mgr.x (mgr.25322) 660 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:27.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[20270]: cephadm 2024-03-21T13:02:25.756517+0000 mgr.x (mgr.25322) 661 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:27.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[20270]: cluster 2024-03-21T13:02:25.762127+0000 mgr.x (mgr.25322) 662 : cluster [DBG] pgmap v384: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s 2024-03-21T13:02:27.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[20270]: cluster 2024-03-21T13:02:25.762684+0000 mgr.x (mgr.25322) 663 : cluster [DBG] pgmap v385: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s 2024-03-21T13:02:27.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[20270]: cephadm 2024-03-21T13:02:25.768352+0000 mgr.x (mgr.25322) 664 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:27.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[20270]: audit 2024-03-21T13:02:25.843384+0000 mon.a (mon.0) 2423 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:27.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[20270]: audit 2024-03-21T13:02:25.861756+0000 mon.a (mon.0) 2424 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:27.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[20270]: cephadm 2024-03-21T13:02:25.864967+0000 mgr.x (mgr.25322) 665 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:27.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[20270]: audit 2024-03-21T13:02:25.865631+0000 mon.a (mon.0) 2425 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:27.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[14494]: audit 2024-03-21T13:02:25.866492+0000 mon.a (mon.0) 2426 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:27.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[14494]: cluster 2024-03-21T13:02:25.869771+0000 mgr.x (mgr.25322) 666 : cluster [DBG] pgmap v386: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s 2024-03-21T13:02:27.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[14494]: cluster 2024-03-21T13:02:25.870075+0000 mgr.x (mgr.25322) 667 : cluster [DBG] pgmap v387: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s 2024-03-21T13:02:27.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[14494]: audit 2024-03-21T13:02:25.873289+0000 mon.a (mon.0) 2427 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:27.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[14494]: cephadm 2024-03-21T13:02:25.875428+0000 mgr.x (mgr.25322) 668 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:27.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[14494]: audit 2024-03-21T13:02:25.938639+0000 mon.a (mon.0) 2428 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:27.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[14494]: audit 2024-03-21T13:02:25.941998+0000 mon.a (mon.0) 2429 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:27.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[14494]: cephadm 2024-03-21T13:02:25.945036+0000 mgr.x (mgr.25322) 669 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:27.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[14494]: audit 2024-03-21T13:02:25.945462+0000 mon.a (mon.0) 2430 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:27.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[14494]: audit 2024-03-21T13:02:25.946712+0000 mon.a (mon.0) 2431 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:27.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[14494]: cluster 2024-03-21T13:02:25.950458+0000 mgr.x (mgr.25322) 670 : cluster [DBG] pgmap v388: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 17 op/s 2024-03-21T13:02:27.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[14494]: cluster 2024-03-21T13:02:25.950731+0000 mgr.x (mgr.25322) 671 : cluster [DBG] pgmap v389: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 17 op/s 2024-03-21T13:02:27.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[14494]: audit 2024-03-21T13:02:25.957587+0000 mon.a (mon.0) 2432 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:27.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[14494]: cephadm 2024-03-21T13:02:25.959890+0000 mgr.x (mgr.25322) 672 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:27.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[14494]: audit 2024-03-21T13:02:26.036086+0000 mon.a (mon.0) 2433 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:27.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[14494]: audit 2024-03-21T13:02:26.039384+0000 mon.a (mon.0) 2434 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:27.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[14494]: cephadm 2024-03-21T13:02:26.042334+0000 mgr.x (mgr.25322) 673 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:27.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[14494]: audit 2024-03-21T13:02:26.043021+0000 mon.a (mon.0) 2435 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:27.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[14494]: audit 2024-03-21T13:02:26.044504+0000 mon.a (mon.0) 2436 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:27.053 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[20270]: audit 2024-03-21T13:02:25.866492+0000 mon.a (mon.0) 2426 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:27.053 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[20270]: cluster 2024-03-21T13:02:25.869771+0000 mgr.x (mgr.25322) 666 : cluster [DBG] pgmap v386: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s 2024-03-21T13:02:27.053 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[20270]: cluster 2024-03-21T13:02:25.870075+0000 mgr.x (mgr.25322) 667 : cluster [DBG] pgmap v387: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s 2024-03-21T13:02:27.054 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[20270]: audit 2024-03-21T13:02:25.873289+0000 mon.a (mon.0) 2427 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:27.054 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[20270]: cephadm 2024-03-21T13:02:25.875428+0000 mgr.x (mgr.25322) 668 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:27.054 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[20270]: audit 2024-03-21T13:02:25.938639+0000 mon.a (mon.0) 2428 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:27.054 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[20270]: audit 2024-03-21T13:02:25.941998+0000 mon.a (mon.0) 2429 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:27.054 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[20270]: cephadm 2024-03-21T13:02:25.945036+0000 mgr.x (mgr.25322) 669 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:27.054 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[20270]: audit 2024-03-21T13:02:25.945462+0000 mon.a (mon.0) 2430 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:27.054 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[20270]: audit 2024-03-21T13:02:25.946712+0000 mon.a (mon.0) 2431 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:27.054 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[20270]: cluster 2024-03-21T13:02:25.950458+0000 mgr.x (mgr.25322) 670 : cluster [DBG] pgmap v388: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 17 op/s 2024-03-21T13:02:27.054 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[20270]: cluster 2024-03-21T13:02:25.950731+0000 mgr.x (mgr.25322) 671 : cluster [DBG] pgmap v389: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 17 op/s 2024-03-21T13:02:27.054 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[20270]: audit 2024-03-21T13:02:25.957587+0000 mon.a (mon.0) 2432 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:27.054 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[20270]: cephadm 2024-03-21T13:02:25.959890+0000 mgr.x (mgr.25322) 672 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:27.054 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[20270]: audit 2024-03-21T13:02:26.036086+0000 mon.a (mon.0) 2433 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:27.054 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[20270]: audit 2024-03-21T13:02:26.039384+0000 mon.a (mon.0) 2434 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:27.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[20270]: cephadm 2024-03-21T13:02:26.042334+0000 mgr.x (mgr.25322) 673 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:27.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[20270]: audit 2024-03-21T13:02:26.043021+0000 mon.a (mon.0) 2435 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:27.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[20270]: audit 2024-03-21T13:02:26.044504+0000 mon.a (mon.0) 2436 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:27.055 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[14494]: cluster 2024-03-21T13:02:26.048804+0000 mgr.x (mgr.25322) 674 : cluster [DBG] pgmap v390: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:27.055 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[14494]: cluster 2024-03-21T13:02:26.049109+0000 mgr.x (mgr.25322) 675 : cluster [DBG] pgmap v391: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:27.055 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[14494]: audit 2024-03-21T13:02:26.056035+0000 mon.a (mon.0) 2437 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:27.055 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[14494]: cephadm 2024-03-21T13:02:26.058540+0000 mgr.x (mgr.25322) 676 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:27.055 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[14494]: audit 2024-03-21T13:02:26.138358+0000 mon.a (mon.0) 2438 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:27.055 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[14494]: audit 2024-03-21T13:02:26.140735+0000 mon.a (mon.0) 2439 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:27.055 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[14494]: cephadm 2024-03-21T13:02:26.143616+0000 mgr.x (mgr.25322) 677 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:27.056 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[14494]: audit 2024-03-21T13:02:26.144976+0000 mon.a (mon.0) 2440 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:27.056 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[14494]: audit 2024-03-21T13:02:26.146155+0000 mon.a (mon.0) 2441 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:27.056 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[14494]: cluster 2024-03-21T13:02:26.149978+0000 mgr.x (mgr.25322) 678 : cluster [DBG] pgmap v392: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:27.056 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[14494]: cluster 2024-03-21T13:02:26.150229+0000 mgr.x (mgr.25322) 679 : cluster [DBG] pgmap v393: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:27.056 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[14494]: audit 2024-03-21T13:02:26.157928+0000 mon.a (mon.0) 2442 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:27.056 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[14494]: cephadm 2024-03-21T13:02:26.160290+0000 mgr.x (mgr.25322) 680 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:27.056 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[14494]: audit 2024-03-21T13:02:26.238805+0000 mon.a (mon.0) 2443 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:27.056 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[14494]: audit 2024-03-21T13:02:26.241877+0000 mon.a (mon.0) 2444 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:27.056 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[14494]: cephadm 2024-03-21T13:02:26.245027+0000 mgr.x (mgr.25322) 681 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:27.056 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[14494]: audit 2024-03-21T13:02:26.247082+0000 mon.a (mon.0) 2445 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:27.056 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[14494]: audit 2024-03-21T13:02:26.248377+0000 mon.a (mon.0) 2446 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:27.056 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[14494]: cluster 2024-03-21T13:02:26.252315+0000 mgr.x (mgr.25322) 682 : cluster [DBG] pgmap v394: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:27.056 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[14494]: cluster 2024-03-21T13:02:26.252608+0000 mgr.x (mgr.25322) 683 : cluster [DBG] pgmap v395: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:27.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[20270]: cluster 2024-03-21T13:02:26.048804+0000 mgr.x (mgr.25322) 674 : cluster [DBG] pgmap v390: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:27.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[20270]: cluster 2024-03-21T13:02:26.049109+0000 mgr.x (mgr.25322) 675 : cluster [DBG] pgmap v391: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:27.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[20270]: audit 2024-03-21T13:02:26.056035+0000 mon.a (mon.0) 2437 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:27.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[20270]: cephadm 2024-03-21T13:02:26.058540+0000 mgr.x (mgr.25322) 676 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:27.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[20270]: audit 2024-03-21T13:02:26.138358+0000 mon.a (mon.0) 2438 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:27.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[20270]: audit 2024-03-21T13:02:26.140735+0000 mon.a (mon.0) 2439 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:27.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[20270]: cephadm 2024-03-21T13:02:26.143616+0000 mgr.x (mgr.25322) 677 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:27.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[20270]: audit 2024-03-21T13:02:26.144976+0000 mon.a (mon.0) 2440 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:27.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[20270]: audit 2024-03-21T13:02:26.146155+0000 mon.a (mon.0) 2441 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:27.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[20270]: cluster 2024-03-21T13:02:26.149978+0000 mgr.x (mgr.25322) 678 : cluster [DBG] pgmap v392: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:27.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[20270]: cluster 2024-03-21T13:02:26.150229+0000 mgr.x (mgr.25322) 679 : cluster [DBG] pgmap v393: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:27.058 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[20270]: audit 2024-03-21T13:02:26.157928+0000 mon.a (mon.0) 2442 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:27.058 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[20270]: cephadm 2024-03-21T13:02:26.160290+0000 mgr.x (mgr.25322) 680 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:27.058 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[20270]: audit 2024-03-21T13:02:26.238805+0000 mon.a (mon.0) 2443 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:27.058 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[20270]: audit 2024-03-21T13:02:26.241877+0000 mon.a (mon.0) 2444 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:27.058 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[20270]: cephadm 2024-03-21T13:02:26.245027+0000 mgr.x (mgr.25322) 681 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:27.058 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[20270]: audit 2024-03-21T13:02:26.247082+0000 mon.a (mon.0) 2445 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:27.058 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[20270]: audit 2024-03-21T13:02:26.248377+0000 mon.a (mon.0) 2446 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:27.058 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[20270]: cluster 2024-03-21T13:02:26.252315+0000 mgr.x (mgr.25322) 682 : cluster [DBG] pgmap v394: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:27.058 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[20270]: cluster 2024-03-21T13:02:26.252608+0000 mgr.x (mgr.25322) 683 : cluster [DBG] pgmap v395: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:27.058 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[14494]: audit 2024-03-21T13:02:26.258721+0000 mon.a (mon.0) 2447 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:27.059 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[14494]: cephadm 2024-03-21T13:02:26.261178+0000 mgr.x (mgr.25322) 684 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:27.059 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[14494]: audit 2024-03-21T13:02:26.338054+0000 mon.a (mon.0) 2448 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:27.059 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[14494]: audit 2024-03-21T13:02:26.340968+0000 mon.a (mon.0) 2449 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:27.059 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[14494]: cephadm 2024-03-21T13:02:26.343916+0000 mgr.x (mgr.25322) 685 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:27.059 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[14494]: audit 2024-03-21T13:02:26.344489+0000 mon.a (mon.0) 2450 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:27.059 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[14494]: audit 2024-03-21T13:02:26.345676+0000 mon.a (mon.0) 2451 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:27.059 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[14494]: cluster 2024-03-21T13:02:26.349343+0000 mgr.x (mgr.25322) 686 : cluster [DBG] pgmap v396: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:27.059 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[14494]: cluster 2024-03-21T13:02:26.349651+0000 mgr.x (mgr.25322) 687 : cluster [DBG] pgmap v397: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:27.059 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[14494]: audit 2024-03-21T13:02:26.355061+0000 mon.a (mon.0) 2452 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:27.059 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[14494]: cephadm 2024-03-21T13:02:26.357374+0000 mgr.x (mgr.25322) 688 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:27.059 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[14494]: audit 2024-03-21T13:02:26.434458+0000 mon.a (mon.0) 2453 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:27.059 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[14494]: audit 2024-03-21T13:02:26.436801+0000 mon.a (mon.0) 2454 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:27.059 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[14494]: audit 2024-03-21T13:02:26.439980+0000 mon.a (mon.0) 2455 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:27.060 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[14494]: audit 2024-03-21T13:02:26.441165+0000 mon.a (mon.0) 2456 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:27.060 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[14494]: audit 2024-03-21T13:02:26.450121+0000 mon.a (mon.0) 2457 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:27.060 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[14494]: audit 2024-03-21T13:02:26.529703+0000 mon.a (mon.0) 2458 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:27.060 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[14494]: audit 2024-03-21T13:02:26.533442+0000 mon.a (mon.0) 2459 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:27.060 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[14494]: audit 2024-03-21T13:02:26.537044+0000 mon.a (mon.0) 2460 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:27.060 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[14494]: audit 2024-03-21T13:02:26.538436+0000 mon.a (mon.0) 2461 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:27.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[20270]: audit 2024-03-21T13:02:26.258721+0000 mon.a (mon.0) 2447 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:27.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[20270]: cephadm 2024-03-21T13:02:26.261178+0000 mgr.x (mgr.25322) 684 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:27.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[20270]: audit 2024-03-21T13:02:26.338054+0000 mon.a (mon.0) 2448 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:27.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[20270]: audit 2024-03-21T13:02:26.340968+0000 mon.a (mon.0) 2449 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:27.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[20270]: cephadm 2024-03-21T13:02:26.343916+0000 mgr.x (mgr.25322) 685 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:27.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[20270]: audit 2024-03-21T13:02:26.344489+0000 mon.a (mon.0) 2450 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:27.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[20270]: audit 2024-03-21T13:02:26.345676+0000 mon.a (mon.0) 2451 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:27.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[20270]: cluster 2024-03-21T13:02:26.349343+0000 mgr.x (mgr.25322) 686 : cluster [DBG] pgmap v396: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:27.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[20270]: cluster 2024-03-21T13:02:26.349651+0000 mgr.x (mgr.25322) 687 : cluster [DBG] pgmap v397: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:27.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[20270]: audit 2024-03-21T13:02:26.355061+0000 mon.a (mon.0) 2452 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:27.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[20270]: cephadm 2024-03-21T13:02:26.357374+0000 mgr.x (mgr.25322) 688 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:27.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[20270]: audit 2024-03-21T13:02:26.434458+0000 mon.a (mon.0) 2453 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:27.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[20270]: audit 2024-03-21T13:02:26.436801+0000 mon.a (mon.0) 2454 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:27.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[20270]: audit 2024-03-21T13:02:26.439980+0000 mon.a (mon.0) 2455 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:27.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[20270]: audit 2024-03-21T13:02:26.441165+0000 mon.a (mon.0) 2456 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:27.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[20270]: audit 2024-03-21T13:02:26.450121+0000 mon.a (mon.0) 2457 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:27.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[20270]: audit 2024-03-21T13:02:26.529703+0000 mon.a (mon.0) 2458 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:27.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[20270]: audit 2024-03-21T13:02:26.533442+0000 mon.a (mon.0) 2459 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:27.062 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[20270]: audit 2024-03-21T13:02:26.537044+0000 mon.a (mon.0) 2460 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:27.062 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[20270]: audit 2024-03-21T13:02:26.538436+0000 mon.a (mon.0) 2461 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:27.062 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[14494]: audit 2024-03-21T13:02:26.548172+0000 mon.a (mon.0) 2462 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:27.062 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[14494]: audit 2024-03-21T13:02:26.627300+0000 mon.a (mon.0) 2463 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:27.062 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[14494]: audit 2024-03-21T13:02:26.630209+0000 mon.a (mon.0) 2464 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:27.062 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[14494]: audit 2024-03-21T13:02:26.633550+0000 mon.a (mon.0) 2465 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:27.062 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[14494]: audit 2024-03-21T13:02:26.634967+0000 mon.a (mon.0) 2466 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:27.062 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[14494]: audit 2024-03-21T13:02:26.646913+0000 mon.a (mon.0) 2467 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:27.062 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[14494]: audit 2024-03-21T13:02:26.728575+0000 mon.a (mon.0) 2468 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:27.062 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[14494]: audit 2024-03-21T13:02:26.733174+0000 mon.a (mon.0) 2469 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:27.063 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[14494]: audit 2024-03-21T13:02:26.736993+0000 mon.a (mon.0) 2470 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:27.063 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[14494]: audit 2024-03-21T13:02:26.738819+0000 mon.a (mon.0) 2471 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:27.063 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[14494]: audit 2024-03-21T13:02:26.750396+0000 mon.a (mon.0) 2472 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:27.063 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[14494]: audit 2024-03-21T13:02:26.830931+0000 mon.a (mon.0) 2473 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:27.063 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[14494]: audit 2024-03-21T13:02:26.833856+0000 mon.a (mon.0) 2474 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:27.063 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[14494]: audit 2024-03-21T13:02:26.837013+0000 mon.a (mon.0) 2475 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:27.063 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[14494]: audit 2024-03-21T13:02:26.838097+0000 mon.a (mon.0) 2476 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:27.063 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[20270]: audit 2024-03-21T13:02:26.548172+0000 mon.a (mon.0) 2462 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:27.063 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[20270]: audit 2024-03-21T13:02:26.627300+0000 mon.a (mon.0) 2463 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:27.063 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[20270]: audit 2024-03-21T13:02:26.630209+0000 mon.a (mon.0) 2464 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:27.063 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[20270]: audit 2024-03-21T13:02:26.633550+0000 mon.a (mon.0) 2465 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:27.064 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[20270]: audit 2024-03-21T13:02:26.634967+0000 mon.a (mon.0) 2466 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:27.064 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[20270]: audit 2024-03-21T13:02:26.646913+0000 mon.a (mon.0) 2467 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:27.064 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[20270]: audit 2024-03-21T13:02:26.728575+0000 mon.a (mon.0) 2468 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:27.064 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[20270]: audit 2024-03-21T13:02:26.733174+0000 mon.a (mon.0) 2469 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:27.064 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[20270]: audit 2024-03-21T13:02:26.736993+0000 mon.a (mon.0) 2470 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:27.064 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[20270]: audit 2024-03-21T13:02:26.738819+0000 mon.a (mon.0) 2471 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:27.064 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[20270]: audit 2024-03-21T13:02:26.750396+0000 mon.a (mon.0) 2472 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:27.064 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[20270]: audit 2024-03-21T13:02:26.830931+0000 mon.a (mon.0) 2473 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:27.064 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[20270]: audit 2024-03-21T13:02:26.833856+0000 mon.a (mon.0) 2474 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:27.064 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[20270]: audit 2024-03-21T13:02:26.837013+0000 mon.a (mon.0) 2475 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:27.064 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:26 smithi178 bash[20270]: audit 2024-03-21T13:02:26.838097+0000 mon.a (mon.0) 2476 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:27.323 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:02:26 smithi184 systemd[1]: ceph-a94f249e-e780-11ee-95cd-87774f69a715@grafana.a.service: Scheduled restart job, restart counter is at 9. 2024-03-21T13:02:27.323 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:02:26 smithi184 systemd[1]: Stopped Ceph grafana.a for a94f249e-e780-11ee-95cd-87774f69a715. 2024-03-21T13:02:27.323 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:02:26 smithi184 systemd[1]: ceph-a94f249e-e780-11ee-95cd-87774f69a715@grafana.a.service: Start request repeated too quickly. 2024-03-21T13:02:27.323 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:02:26 smithi184 systemd[1]: ceph-a94f249e-e780-11ee-95cd-87774f69a715@grafana.a.service: Failed with result 'exit-code'. 2024-03-21T13:02:27.323 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:02:26 smithi184 systemd[1]: Failed to start Ceph grafana.a for a94f249e-e780-11ee-95cd-87774f69a715. 2024-03-21T13:02:27.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:26 smithi184 bash[14608]: cephadm 2024-03-21T13:02:25.457192+0000 mgr.x (mgr.25322) 649 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:27.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:26 smithi184 bash[14608]: cluster 2024-03-21T13:02:25.461886+0000 mgr.x (mgr.25322) 650 : cluster [DBG] pgmap v378: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:27.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:26 smithi184 bash[14608]: cluster 2024-03-21T13:02:25.462628+0000 mgr.x (mgr.25322) 651 : cluster [DBG] pgmap v379: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:27.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:26 smithi184 bash[14608]: cephadm 2024-03-21T13:02:25.470192+0000 mgr.x (mgr.25322) 652 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:27.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:26 smithi184 bash[14608]: cephadm 2024-03-21T13:02:25.559562+0000 mgr.x (mgr.25322) 653 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:27.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:26 smithi184 bash[14608]: cluster 2024-03-21T13:02:25.565136+0000 mgr.x (mgr.25322) 654 : cluster [DBG] pgmap v380: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:27.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:26 smithi184 bash[14608]: cluster 2024-03-21T13:02:25.565514+0000 mgr.x (mgr.25322) 655 : cluster [DBG] pgmap v381: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:27.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:26 smithi184 bash[14608]: cephadm 2024-03-21T13:02:25.574646+0000 mgr.x (mgr.25322) 656 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:27.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:26 smithi184 bash[14608]: cephadm 2024-03-21T13:02:25.659397+0000 mgr.x (mgr.25322) 657 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:27.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:26 smithi184 bash[14608]: cluster 2024-03-21T13:02:25.666919+0000 mgr.x (mgr.25322) 658 : cluster [DBG] pgmap v382: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:27.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:26 smithi184 bash[14608]: cluster 2024-03-21T13:02:25.667406+0000 mgr.x (mgr.25322) 659 : cluster [DBG] pgmap v383: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:27.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:26 smithi184 bash[14608]: cephadm 2024-03-21T13:02:25.675881+0000 mgr.x (mgr.25322) 660 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:27.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:26 smithi184 bash[14608]: cephadm 2024-03-21T13:02:25.756517+0000 mgr.x (mgr.25322) 661 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:27.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:26 smithi184 bash[14608]: cluster 2024-03-21T13:02:25.762127+0000 mgr.x (mgr.25322) 662 : cluster [DBG] pgmap v384: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s 2024-03-21T13:02:27.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:26 smithi184 bash[14608]: cluster 2024-03-21T13:02:25.762684+0000 mgr.x (mgr.25322) 663 : cluster [DBG] pgmap v385: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s 2024-03-21T13:02:27.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:26 smithi184 bash[14608]: cephadm 2024-03-21T13:02:25.768352+0000 mgr.x (mgr.25322) 664 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:27.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:26 smithi184 bash[14608]: audit 2024-03-21T13:02:25.843384+0000 mon.a (mon.0) 2423 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:27.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:26 smithi184 bash[14608]: audit 2024-03-21T13:02:25.861756+0000 mon.a (mon.0) 2424 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:27.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:26 smithi184 bash[14608]: cephadm 2024-03-21T13:02:25.864967+0000 mgr.x (mgr.25322) 665 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:27.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:26 smithi184 bash[14608]: audit 2024-03-21T13:02:25.865631+0000 mon.a (mon.0) 2425 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:27.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:26 smithi184 bash[14608]: audit 2024-03-21T13:02:25.866492+0000 mon.a (mon.0) 2426 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:27.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:26 smithi184 bash[14608]: cluster 2024-03-21T13:02:25.869771+0000 mgr.x (mgr.25322) 666 : cluster [DBG] pgmap v386: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s 2024-03-21T13:02:27.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:26 smithi184 bash[14608]: cluster 2024-03-21T13:02:25.870075+0000 mgr.x (mgr.25322) 667 : cluster [DBG] pgmap v387: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s 2024-03-21T13:02:27.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:26 smithi184 bash[14608]: audit 2024-03-21T13:02:25.873289+0000 mon.a (mon.0) 2427 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:27.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:26 smithi184 bash[14608]: cephadm 2024-03-21T13:02:25.875428+0000 mgr.x (mgr.25322) 668 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:27.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:26 smithi184 bash[14608]: audit 2024-03-21T13:02:25.938639+0000 mon.a (mon.0) 2428 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:27.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:26 smithi184 bash[14608]: audit 2024-03-21T13:02:25.941998+0000 mon.a (mon.0) 2429 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:27.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:26 smithi184 bash[14608]: cephadm 2024-03-21T13:02:25.945036+0000 mgr.x (mgr.25322) 669 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:27.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:26 smithi184 bash[14608]: audit 2024-03-21T13:02:25.945462+0000 mon.a (mon.0) 2430 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:27.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:26 smithi184 bash[14608]: audit 2024-03-21T13:02:25.946712+0000 mon.a (mon.0) 2431 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:27.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:26 smithi184 bash[14608]: cluster 2024-03-21T13:02:25.950458+0000 mgr.x (mgr.25322) 670 : cluster [DBG] pgmap v388: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 17 op/s 2024-03-21T13:02:27.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:26 smithi184 bash[14608]: cluster 2024-03-21T13:02:25.950731+0000 mgr.x (mgr.25322) 671 : cluster [DBG] pgmap v389: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 17 op/s 2024-03-21T13:02:27.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:26 smithi184 bash[14608]: audit 2024-03-21T13:02:25.957587+0000 mon.a (mon.0) 2432 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:27.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:26 smithi184 bash[14608]: cephadm 2024-03-21T13:02:25.959890+0000 mgr.x (mgr.25322) 672 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:27.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:26 smithi184 bash[14608]: audit 2024-03-21T13:02:26.036086+0000 mon.a (mon.0) 2433 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:27.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:26 smithi184 bash[14608]: audit 2024-03-21T13:02:26.039384+0000 mon.a (mon.0) 2434 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:27.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:26 smithi184 bash[14608]: cephadm 2024-03-21T13:02:26.042334+0000 mgr.x (mgr.25322) 673 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:27.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:26 smithi184 bash[14608]: audit 2024-03-21T13:02:26.043021+0000 mon.a (mon.0) 2435 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:27.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:26 smithi184 bash[14608]: audit 2024-03-21T13:02:26.044504+0000 mon.a (mon.0) 2436 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:27.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:26 smithi184 bash[14608]: cluster 2024-03-21T13:02:26.048804+0000 mgr.x (mgr.25322) 674 : cluster [DBG] pgmap v390: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:27.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:26 smithi184 bash[14608]: cluster 2024-03-21T13:02:26.049109+0000 mgr.x (mgr.25322) 675 : cluster [DBG] pgmap v391: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:27.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:26 smithi184 bash[14608]: audit 2024-03-21T13:02:26.056035+0000 mon.a (mon.0) 2437 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:27.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:26 smithi184 bash[14608]: cephadm 2024-03-21T13:02:26.058540+0000 mgr.x (mgr.25322) 676 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:27.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:26 smithi184 bash[14608]: audit 2024-03-21T13:02:26.138358+0000 mon.a (mon.0) 2438 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:27.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:26 smithi184 bash[14608]: audit 2024-03-21T13:02:26.140735+0000 mon.a (mon.0) 2439 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:27.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:26 smithi184 bash[14608]: cephadm 2024-03-21T13:02:26.143616+0000 mgr.x (mgr.25322) 677 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:27.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:26 smithi184 bash[14608]: audit 2024-03-21T13:02:26.144976+0000 mon.a (mon.0) 2440 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:27.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:26 smithi184 bash[14608]: audit 2024-03-21T13:02:26.146155+0000 mon.a (mon.0) 2441 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:27.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:26 smithi184 bash[14608]: cluster 2024-03-21T13:02:26.149978+0000 mgr.x (mgr.25322) 678 : cluster [DBG] pgmap v392: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:27.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:26 smithi184 bash[14608]: cluster 2024-03-21T13:02:26.150229+0000 mgr.x (mgr.25322) 679 : cluster [DBG] pgmap v393: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:27.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:26 smithi184 bash[14608]: audit 2024-03-21T13:02:26.157928+0000 mon.a (mon.0) 2442 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:27.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:26 smithi184 bash[14608]: cephadm 2024-03-21T13:02:26.160290+0000 mgr.x (mgr.25322) 680 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:27.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:26 smithi184 bash[14608]: audit 2024-03-21T13:02:26.238805+0000 mon.a (mon.0) 2443 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:27.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:26 smithi184 bash[14608]: audit 2024-03-21T13:02:26.241877+0000 mon.a (mon.0) 2444 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:27.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:26 smithi184 bash[14608]: cephadm 2024-03-21T13:02:26.245027+0000 mgr.x (mgr.25322) 681 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:27.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:26 smithi184 bash[14608]: audit 2024-03-21T13:02:26.247082+0000 mon.a (mon.0) 2445 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:27.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:26 smithi184 bash[14608]: audit 2024-03-21T13:02:26.248377+0000 mon.a (mon.0) 2446 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:27.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:26 smithi184 bash[14608]: cluster 2024-03-21T13:02:26.252315+0000 mgr.x (mgr.25322) 682 : cluster [DBG] pgmap v394: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:27.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:26 smithi184 bash[14608]: cluster 2024-03-21T13:02:26.252608+0000 mgr.x (mgr.25322) 683 : cluster [DBG] pgmap v395: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:27.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:26 smithi184 bash[14608]: audit 2024-03-21T13:02:26.258721+0000 mon.a (mon.0) 2447 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:27.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:26 smithi184 bash[14608]: cephadm 2024-03-21T13:02:26.261178+0000 mgr.x (mgr.25322) 684 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:27.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:26 smithi184 bash[14608]: audit 2024-03-21T13:02:26.338054+0000 mon.a (mon.0) 2448 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:27.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:26 smithi184 bash[14608]: audit 2024-03-21T13:02:26.340968+0000 mon.a (mon.0) 2449 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:27.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:26 smithi184 bash[14608]: cephadm 2024-03-21T13:02:26.343916+0000 mgr.x (mgr.25322) 685 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:27.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:26 smithi184 bash[14608]: audit 2024-03-21T13:02:26.344489+0000 mon.a (mon.0) 2450 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:27.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:26 smithi184 bash[14608]: audit 2024-03-21T13:02:26.345676+0000 mon.a (mon.0) 2451 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:27.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:26 smithi184 bash[14608]: cluster 2024-03-21T13:02:26.349343+0000 mgr.x (mgr.25322) 686 : cluster [DBG] pgmap v396: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:27.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:26 smithi184 bash[14608]: cluster 2024-03-21T13:02:26.349651+0000 mgr.x (mgr.25322) 687 : cluster [DBG] pgmap v397: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:27.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:26 smithi184 bash[14608]: audit 2024-03-21T13:02:26.355061+0000 mon.a (mon.0) 2452 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:27.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:26 smithi184 bash[14608]: cephadm 2024-03-21T13:02:26.357374+0000 mgr.x (mgr.25322) 688 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:27.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:26 smithi184 bash[14608]: audit 2024-03-21T13:02:26.434458+0000 mon.a (mon.0) 2453 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:27.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:26 smithi184 bash[14608]: audit 2024-03-21T13:02:26.436801+0000 mon.a (mon.0) 2454 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:27.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:26 smithi184 bash[14608]: audit 2024-03-21T13:02:26.439980+0000 mon.a (mon.0) 2455 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:27.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:26 smithi184 bash[14608]: audit 2024-03-21T13:02:26.441165+0000 mon.a (mon.0) 2456 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:27.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:26 smithi184 bash[14608]: audit 2024-03-21T13:02:26.450121+0000 mon.a (mon.0) 2457 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:27.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:26 smithi184 bash[14608]: audit 2024-03-21T13:02:26.529703+0000 mon.a (mon.0) 2458 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:27.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:26 smithi184 bash[14608]: audit 2024-03-21T13:02:26.533442+0000 mon.a (mon.0) 2459 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:27.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:26 smithi184 bash[14608]: audit 2024-03-21T13:02:26.537044+0000 mon.a (mon.0) 2460 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:27.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:26 smithi184 bash[14608]: audit 2024-03-21T13:02:26.538436+0000 mon.a (mon.0) 2461 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:27.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:26 smithi184 bash[14608]: audit 2024-03-21T13:02:26.548172+0000 mon.a (mon.0) 2462 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:27.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:26 smithi184 bash[14608]: audit 2024-03-21T13:02:26.627300+0000 mon.a (mon.0) 2463 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:27.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:26 smithi184 bash[14608]: audit 2024-03-21T13:02:26.630209+0000 mon.a (mon.0) 2464 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:27.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:26 smithi184 bash[14608]: audit 2024-03-21T13:02:26.633550+0000 mon.a (mon.0) 2465 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:27.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:26 smithi184 bash[14608]: audit 2024-03-21T13:02:26.634967+0000 mon.a (mon.0) 2466 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:27.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:26 smithi184 bash[14608]: audit 2024-03-21T13:02:26.646913+0000 mon.a (mon.0) 2467 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:27.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:26 smithi184 bash[14608]: audit 2024-03-21T13:02:26.728575+0000 mon.a (mon.0) 2468 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:27.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:26 smithi184 bash[14608]: audit 2024-03-21T13:02:26.733174+0000 mon.a (mon.0) 2469 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:27.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:26 smithi184 bash[14608]: audit 2024-03-21T13:02:26.736993+0000 mon.a (mon.0) 2470 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:27.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:26 smithi184 bash[14608]: audit 2024-03-21T13:02:26.738819+0000 mon.a (mon.0) 2471 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:27.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:26 smithi184 bash[14608]: audit 2024-03-21T13:02:26.750396+0000 mon.a (mon.0) 2472 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:27.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:26 smithi184 bash[14608]: audit 2024-03-21T13:02:26.830931+0000 mon.a (mon.0) 2473 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:27.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:26 smithi184 bash[14608]: audit 2024-03-21T13:02:26.833856+0000 mon.a (mon.0) 2474 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:27.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:26 smithi184 bash[14608]: audit 2024-03-21T13:02:26.837013+0000 mon.a (mon.0) 2475 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:27.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:26 smithi184 bash[14608]: audit 2024-03-21T13:02:26.838097+0000 mon.a (mon.0) 2476 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:27.456 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[71512]: debug 2024-03-21T13:02:27.169+0000 7f20fa429200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-21T13:02:27.456 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[71512]: debug 2024-03-21T13:02:27.289+0000 7f20fa429200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-21T13:02:27.722 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[71512]: debug 2024-03-21T13:02:27.449+0000 7f20fa429200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-21T13:02:27.723 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[71512]: debug 2024-03-21T13:02:27.577+0000 7f20fa429200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-21T13:02:27.797 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[71512]: debug 2024-03-21T13:02:27.717+0000 7f20fa429200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-21T13:02:28.047 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[71512]: debug 2024-03-21T13:02:27.937+0000 7f20fa429200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-21T13:02:28.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[20270]: cephadm 2024-03-21T13:02:26.439633+0000 mgr.x (mgr.25322) 689 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:28.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[20270]: cluster 2024-03-21T13:02:26.444921+0000 mgr.x (mgr.25322) 690 : cluster [DBG] pgmap v398: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:28.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[20270]: cluster 2024-03-21T13:02:26.445432+0000 mgr.x (mgr.25322) 691 : cluster [DBG] pgmap v399: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:28.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[20270]: cephadm 2024-03-21T13:02:26.452451+0000 mgr.x (mgr.25322) 692 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:28.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[20270]: cephadm 2024-03-21T13:02:26.536700+0000 mgr.x (mgr.25322) 693 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:28.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[20270]: cluster 2024-03-21T13:02:26.542432+0000 mgr.x (mgr.25322) 694 : cluster [DBG] pgmap v400: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:28.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[20270]: cluster 2024-03-21T13:02:26.542660+0000 mgr.x (mgr.25322) 695 : cluster [DBG] pgmap v401: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:28.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[20270]: cephadm 2024-03-21T13:02:26.550538+0000 mgr.x (mgr.25322) 696 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:28.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[20270]: cephadm 2024-03-21T13:02:26.633277+0000 mgr.x (mgr.25322) 697 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:28.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[20270]: cluster 2024-03-21T13:02:26.639312+0000 mgr.x (mgr.25322) 698 : cluster [DBG] pgmap v402: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:28.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[20270]: cluster 2024-03-21T13:02:26.639849+0000 mgr.x (mgr.25322) 699 : cluster [DBG] pgmap v403: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:28.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[20270]: cephadm 2024-03-21T13:02:26.649396+0000 mgr.x (mgr.25322) 700 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:28.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[20270]: cephadm 2024-03-21T13:02:26.736442+0000 mgr.x (mgr.25322) 701 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:28.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[20270]: cluster 2024-03-21T13:02:26.743227+0000 mgr.x (mgr.25322) 702 : cluster [DBG] pgmap v404: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:28.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[20270]: cluster 2024-03-21T13:02:26.743561+0000 mgr.x (mgr.25322) 703 : cluster [DBG] pgmap v405: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:28.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[20270]: cephadm 2024-03-21T13:02:26.752619+0000 mgr.x (mgr.25322) 704 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:28.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[20270]: cephadm 2024-03-21T13:02:26.836773+0000 mgr.x (mgr.25322) 705 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:28.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[20270]: cluster 2024-03-21T13:02:26.842230+0000 mgr.x (mgr.25322) 706 : cluster [DBG] pgmap v406: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:28.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[20270]: cluster 2024-03-21T13:02:26.842749+0000 mgr.x (mgr.25322) 707 : cluster [DBG] pgmap v407: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:28.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[20270]: audit 2024-03-21T13:02:26.852637+0000 mon.a (mon.0) 2477 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:28.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[20270]: cephadm 2024-03-21T13:02:26.854975+0000 mgr.x (mgr.25322) 708 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:28.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[14494]: cephadm 2024-03-21T13:02:26.439633+0000 mgr.x (mgr.25322) 689 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:28.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[14494]: cluster 2024-03-21T13:02:26.444921+0000 mgr.x (mgr.25322) 690 : cluster [DBG] pgmap v398: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:28.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[14494]: cluster 2024-03-21T13:02:26.445432+0000 mgr.x (mgr.25322) 691 : cluster [DBG] pgmap v399: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:28.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[14494]: cephadm 2024-03-21T13:02:26.452451+0000 mgr.x (mgr.25322) 692 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:28.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[14494]: cephadm 2024-03-21T13:02:26.536700+0000 mgr.x (mgr.25322) 693 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:28.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[14494]: cluster 2024-03-21T13:02:26.542432+0000 mgr.x (mgr.25322) 694 : cluster [DBG] pgmap v400: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:28.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[14494]: cluster 2024-03-21T13:02:26.542660+0000 mgr.x (mgr.25322) 695 : cluster [DBG] pgmap v401: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:28.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[14494]: cephadm 2024-03-21T13:02:26.550538+0000 mgr.x (mgr.25322) 696 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:28.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[14494]: cephadm 2024-03-21T13:02:26.633277+0000 mgr.x (mgr.25322) 697 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:28.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[14494]: cluster 2024-03-21T13:02:26.639312+0000 mgr.x (mgr.25322) 698 : cluster [DBG] pgmap v402: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:28.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[14494]: cluster 2024-03-21T13:02:26.639849+0000 mgr.x (mgr.25322) 699 : cluster [DBG] pgmap v403: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:28.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[14494]: cephadm 2024-03-21T13:02:26.649396+0000 mgr.x (mgr.25322) 700 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:28.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[14494]: cephadm 2024-03-21T13:02:26.736442+0000 mgr.x (mgr.25322) 701 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:28.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[14494]: cluster 2024-03-21T13:02:26.743227+0000 mgr.x (mgr.25322) 702 : cluster [DBG] pgmap v404: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:28.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[14494]: cluster 2024-03-21T13:02:26.743561+0000 mgr.x (mgr.25322) 703 : cluster [DBG] pgmap v405: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:28.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[14494]: cephadm 2024-03-21T13:02:26.752619+0000 mgr.x (mgr.25322) 704 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:28.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[14494]: cephadm 2024-03-21T13:02:26.836773+0000 mgr.x (mgr.25322) 705 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:28.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[14494]: cluster 2024-03-21T13:02:26.842230+0000 mgr.x (mgr.25322) 706 : cluster [DBG] pgmap v406: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:28.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[14494]: cluster 2024-03-21T13:02:26.842749+0000 mgr.x (mgr.25322) 707 : cluster [DBG] pgmap v407: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:28.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[14494]: audit 2024-03-21T13:02:26.852637+0000 mon.a (mon.0) 2477 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:28.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[14494]: cephadm 2024-03-21T13:02:26.854975+0000 mgr.x (mgr.25322) 708 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:28.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[20270]: audit 2024-03-21T13:02:26.935673+0000 mon.a (mon.0) 2478 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:28.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[20270]: audit 2024-03-21T13:02:26.939779+0000 mon.a (mon.0) 2479 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:28.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[20270]: cephadm 2024-03-21T13:02:26.942980+0000 mgr.x (mgr.25322) 709 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:28.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[20270]: audit 2024-03-21T13:02:26.943068+0000 mon.a (mon.0) 2480 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:28.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[20270]: audit 2024-03-21T13:02:26.944373+0000 mon.a (mon.0) 2481 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:28.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[20270]: cluster 2024-03-21T13:02:26.948474+0000 mgr.x (mgr.25322) 710 : cluster [DBG] pgmap v408: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:28.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[20270]: cluster 2024-03-21T13:02:26.948822+0000 mgr.x (mgr.25322) 711 : cluster [DBG] pgmap v409: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:28.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[20270]: audit 2024-03-21T13:02:26.953917+0000 mon.a (mon.0) 2482 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:28.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[20270]: cephadm 2024-03-21T13:02:26.956171+0000 mgr.x (mgr.25322) 712 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:28.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[20270]: audit 2024-03-21T13:02:27.034014+0000 mon.a (mon.0) 2483 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:28.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[20270]: audit 2024-03-21T13:02:27.036728+0000 mon.a (mon.0) 2484 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:28.053 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[20270]: cephadm 2024-03-21T13:02:27.039591+0000 mgr.x (mgr.25322) 713 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:28.053 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[20270]: audit 2024-03-21T13:02:27.039948+0000 mon.a (mon.0) 2485 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:28.053 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[20270]: audit 2024-03-21T13:02:27.041360+0000 mon.a (mon.0) 2486 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:28.053 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[20270]: cluster 2024-03-21T13:02:27.045028+0000 mgr.x (mgr.25322) 714 : cluster [DBG] pgmap v410: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:28.053 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[20270]: cluster 2024-03-21T13:02:27.045280+0000 mgr.x (mgr.25322) 715 : cluster [DBG] pgmap v411: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:28.053 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[20270]: audit 2024-03-21T13:02:27.050149+0000 mon.a (mon.0) 2487 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:28.053 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[20270]: cephadm 2024-03-21T13:02:27.052344+0000 mgr.x (mgr.25322) 716 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:28.053 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[20270]: audit 2024-03-21T13:02:27.128785+0000 mon.a (mon.0) 2488 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:28.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[14494]: audit 2024-03-21T13:02:26.935673+0000 mon.a (mon.0) 2478 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:28.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[14494]: audit 2024-03-21T13:02:26.939779+0000 mon.a (mon.0) 2479 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:28.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[14494]: cephadm 2024-03-21T13:02:26.942980+0000 mgr.x (mgr.25322) 709 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:28.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[14494]: audit 2024-03-21T13:02:26.943068+0000 mon.a (mon.0) 2480 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:28.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[14494]: audit 2024-03-21T13:02:26.944373+0000 mon.a (mon.0) 2481 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:28.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[14494]: cluster 2024-03-21T13:02:26.948474+0000 mgr.x (mgr.25322) 710 : cluster [DBG] pgmap v408: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:28.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[14494]: cluster 2024-03-21T13:02:26.948822+0000 mgr.x (mgr.25322) 711 : cluster [DBG] pgmap v409: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:28.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[14494]: audit 2024-03-21T13:02:26.953917+0000 mon.a (mon.0) 2482 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:28.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[14494]: cephadm 2024-03-21T13:02:26.956171+0000 mgr.x (mgr.25322) 712 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:28.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[14494]: audit 2024-03-21T13:02:27.034014+0000 mon.a (mon.0) 2483 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:28.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[14494]: audit 2024-03-21T13:02:27.036728+0000 mon.a (mon.0) 2484 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:28.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[14494]: cephadm 2024-03-21T13:02:27.039591+0000 mgr.x (mgr.25322) 713 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:28.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[14494]: audit 2024-03-21T13:02:27.039948+0000 mon.a (mon.0) 2485 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:28.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[14494]: audit 2024-03-21T13:02:27.041360+0000 mon.a (mon.0) 2486 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:28.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[14494]: cluster 2024-03-21T13:02:27.045028+0000 mgr.x (mgr.25322) 714 : cluster [DBG] pgmap v410: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:28.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[14494]: cluster 2024-03-21T13:02:27.045280+0000 mgr.x (mgr.25322) 715 : cluster [DBG] pgmap v411: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:28.055 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[14494]: audit 2024-03-21T13:02:27.050149+0000 mon.a (mon.0) 2487 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:28.055 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[14494]: cephadm 2024-03-21T13:02:27.052344+0000 mgr.x (mgr.25322) 716 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:28.055 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[14494]: audit 2024-03-21T13:02:27.128785+0000 mon.a (mon.0) 2488 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:28.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[20270]: audit 2024-03-21T13:02:27.131750+0000 mon.a (mon.0) 2489 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:28.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[20270]: cephadm 2024-03-21T13:02:27.134728+0000 mgr.x (mgr.25322) 717 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:28.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[20270]: audit 2024-03-21T13:02:27.135531+0000 mon.a (mon.0) 2490 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:28.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[20270]: audit 2024-03-21T13:02:27.136509+0000 mon.a (mon.0) 2491 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:28.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[20270]: cluster 2024-03-21T13:02:27.140270+0000 mgr.x (mgr.25322) 718 : cluster [DBG] pgmap v412: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:28.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[20270]: cluster 2024-03-21T13:02:27.140732+0000 mgr.x (mgr.25322) 719 : cluster [DBG] pgmap v413: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:28.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[20270]: audit 2024-03-21T13:02:27.146445+0000 mon.a (mon.0) 2492 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:28.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[20270]: cephadm 2024-03-21T13:02:27.148959+0000 mgr.x (mgr.25322) 720 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:28.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[20270]: audit 2024-03-21T13:02:27.228407+0000 mon.a (mon.0) 2493 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:28.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[20270]: audit 2024-03-21T13:02:27.231483+0000 mon.a (mon.0) 2494 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:28.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[20270]: cephadm 2024-03-21T13:02:27.234667+0000 mgr.x (mgr.25322) 721 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:28.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[20270]: audit 2024-03-21T13:02:27.235866+0000 mon.a (mon.0) 2495 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:28.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[20270]: audit 2024-03-21T13:02:27.237401+0000 mon.a (mon.0) 2496 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:28.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[20270]: cluster 2024-03-21T13:02:27.241361+0000 mgr.x (mgr.25322) 722 : cluster [DBG] pgmap v414: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:28.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[20270]: cluster 2024-03-21T13:02:27.241962+0000 mgr.x (mgr.25322) 723 : cluster [DBG] pgmap v415: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:28.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[20270]: audit 2024-03-21T13:02:27.246379+0000 mon.a (mon.0) 2497 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:28.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[20270]: cephadm 2024-03-21T13:02:27.248678+0000 mgr.x (mgr.25322) 724 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:28.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[20270]: audit 2024-03-21T13:02:27.328374+0000 mon.a (mon.0) 2498 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:28.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[20270]: audit 2024-03-21T13:02:27.331220+0000 mon.a (mon.0) 2499 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:28.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[20270]: audit 2024-03-21T13:02:27.333933+0000 mon.a (mon.0) 2500 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:28.057 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[14494]: audit 2024-03-21T13:02:27.131750+0000 mon.a (mon.0) 2489 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:28.057 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[14494]: cephadm 2024-03-21T13:02:27.134728+0000 mgr.x (mgr.25322) 717 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:28.057 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[14494]: audit 2024-03-21T13:02:27.135531+0000 mon.a (mon.0) 2490 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:28.057 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[14494]: audit 2024-03-21T13:02:27.136509+0000 mon.a (mon.0) 2491 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:28.057 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[14494]: cluster 2024-03-21T13:02:27.140270+0000 mgr.x (mgr.25322) 718 : cluster [DBG] pgmap v412: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:28.057 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[14494]: cluster 2024-03-21T13:02:27.140732+0000 mgr.x (mgr.25322) 719 : cluster [DBG] pgmap v413: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:28.057 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[14494]: audit 2024-03-21T13:02:27.146445+0000 mon.a (mon.0) 2492 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:28.057 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[14494]: cephadm 2024-03-21T13:02:27.148959+0000 mgr.x (mgr.25322) 720 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:28.057 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[14494]: audit 2024-03-21T13:02:27.228407+0000 mon.a (mon.0) 2493 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:28.057 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[14494]: audit 2024-03-21T13:02:27.231483+0000 mon.a (mon.0) 2494 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:28.057 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[14494]: cephadm 2024-03-21T13:02:27.234667+0000 mgr.x (mgr.25322) 721 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:28.057 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[14494]: audit 2024-03-21T13:02:27.235866+0000 mon.a (mon.0) 2495 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:28.058 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[14494]: audit 2024-03-21T13:02:27.237401+0000 mon.a (mon.0) 2496 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:28.058 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[14494]: cluster 2024-03-21T13:02:27.241361+0000 mgr.x (mgr.25322) 722 : cluster [DBG] pgmap v414: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:28.058 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[14494]: cluster 2024-03-21T13:02:27.241962+0000 mgr.x (mgr.25322) 723 : cluster [DBG] pgmap v415: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:28.058 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[14494]: audit 2024-03-21T13:02:27.246379+0000 mon.a (mon.0) 2497 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:28.058 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[14494]: cephadm 2024-03-21T13:02:27.248678+0000 mgr.x (mgr.25322) 724 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:28.058 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[14494]: audit 2024-03-21T13:02:27.328374+0000 mon.a (mon.0) 2498 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:28.058 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[14494]: audit 2024-03-21T13:02:27.331220+0000 mon.a (mon.0) 2499 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:28.058 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[14494]: audit 2024-03-21T13:02:27.333933+0000 mon.a (mon.0) 2500 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:28.058 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[20270]: cephadm 2024-03-21T13:02:27.334122+0000 mgr.x (mgr.25322) 725 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:28.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[20270]: audit 2024-03-21T13:02:27.335099+0000 mon.a (mon.0) 2501 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:28.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[20270]: cluster 2024-03-21T13:02:27.338917+0000 mgr.x (mgr.25322) 726 : cluster [DBG] pgmap v416: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:28.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[20270]: cluster 2024-03-21T13:02:27.339138+0000 mgr.x (mgr.25322) 727 : cluster [DBG] pgmap v417: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:28.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[20270]: audit 2024-03-21T13:02:27.345034+0000 mon.a (mon.0) 2502 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:28.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[20270]: cephadm 2024-03-21T13:02:27.347454+0000 mgr.x (mgr.25322) 728 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:28.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[20270]: audit 2024-03-21T13:02:27.431335+0000 mon.a (mon.0) 2503 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:28.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[20270]: audit 2024-03-21T13:02:27.435075+0000 mon.a (mon.0) 2504 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:28.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[20270]: audit 2024-03-21T13:02:27.438006+0000 mon.a (mon.0) 2505 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:28.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[20270]: audit 2024-03-21T13:02:27.439435+0000 mon.a (mon.0) 2506 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:28.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[20270]: audit 2024-03-21T13:02:27.450644+0000 mon.a (mon.0) 2507 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:28.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[20270]: audit 2024-03-21T13:02:27.532380+0000 mon.a (mon.0) 2508 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:28.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[20270]: audit 2024-03-21T13:02:27.535404+0000 mon.a (mon.0) 2509 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:28.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[20270]: audit 2024-03-21T13:02:27.540073+0000 mon.a (mon.0) 2510 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:28.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[20270]: audit 2024-03-21T13:02:27.541189+0000 mon.a (mon.0) 2511 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:28.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[20270]: audit 2024-03-21T13:02:27.552246+0000 mon.a (mon.0) 2512 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:28.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[20270]: audit 2024-03-21T13:02:27.634662+0000 mon.a (mon.0) 2513 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:28.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[20270]: audit 2024-03-21T13:02:27.637693+0000 mon.a (mon.0) 2514 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:28.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[20270]: audit 2024-03-21T13:02:27.641276+0000 mon.a (mon.0) 2515 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:28.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[20270]: audit 2024-03-21T13:02:27.642718+0000 mon.a (mon.0) 2516 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:28.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[20270]: audit 2024-03-21T13:02:27.653991+0000 mon.a (mon.0) 2517 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:28.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[20270]: audit 2024-03-21T13:02:27.735170+0000 mon.a (mon.0) 2518 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:28.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[20270]: audit 2024-03-21T13:02:27.738468+0000 mon.a (mon.0) 2519 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:28.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[20270]: audit 2024-03-21T13:02:27.741638+0000 mon.a (mon.0) 2520 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:28.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[20270]: audit 2024-03-21T13:02:27.742793+0000 mon.a (mon.0) 2521 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:28.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[20270]: audit 2024-03-21T13:02:27.753661+0000 mon.a (mon.0) 2522 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:28.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[20270]: audit 2024-03-21T13:02:27.832921+0000 mon.a (mon.0) 2523 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:28.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[20270]: audit 2024-03-21T13:02:27.835807+0000 mon.a (mon.0) 2524 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:28.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[20270]: audit 2024-03-21T13:02:27.839657+0000 mon.a (mon.0) 2525 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:28.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[20270]: audit 2024-03-21T13:02:27.841140+0000 mon.a (mon.0) 2526 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:28.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[20270]: audit 2024-03-21T13:02:27.851890+0000 mon.a (mon.0) 2527 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:28.061 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[14494]: cephadm 2024-03-21T13:02:27.334122+0000 mgr.x (mgr.25322) 725 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:28.061 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[14494]: audit 2024-03-21T13:02:27.335099+0000 mon.a (mon.0) 2501 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:28.061 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[14494]: cluster 2024-03-21T13:02:27.338917+0000 mgr.x (mgr.25322) 726 : cluster [DBG] pgmap v416: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:28.061 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[14494]: cluster 2024-03-21T13:02:27.339138+0000 mgr.x (mgr.25322) 727 : cluster [DBG] pgmap v417: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:28.061 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[14494]: audit 2024-03-21T13:02:27.345034+0000 mon.a (mon.0) 2502 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:28.061 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[14494]: cephadm 2024-03-21T13:02:27.347454+0000 mgr.x (mgr.25322) 728 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:28.061 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[14494]: audit 2024-03-21T13:02:27.431335+0000 mon.a (mon.0) 2503 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:28.061 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[14494]: audit 2024-03-21T13:02:27.435075+0000 mon.a (mon.0) 2504 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:28.062 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[14494]: audit 2024-03-21T13:02:27.438006+0000 mon.a (mon.0) 2505 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:28.062 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[14494]: audit 2024-03-21T13:02:27.439435+0000 mon.a (mon.0) 2506 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:28.062 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[14494]: audit 2024-03-21T13:02:27.450644+0000 mon.a (mon.0) 2507 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:28.062 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[14494]: audit 2024-03-21T13:02:27.532380+0000 mon.a (mon.0) 2508 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:28.062 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[14494]: audit 2024-03-21T13:02:27.535404+0000 mon.a (mon.0) 2509 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:28.062 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[14494]: audit 2024-03-21T13:02:27.540073+0000 mon.a (mon.0) 2510 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:28.062 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[14494]: audit 2024-03-21T13:02:27.541189+0000 mon.a (mon.0) 2511 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:28.062 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[14494]: audit 2024-03-21T13:02:27.552246+0000 mon.a (mon.0) 2512 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:28.062 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[14494]: audit 2024-03-21T13:02:27.634662+0000 mon.a (mon.0) 2513 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:28.062 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[14494]: audit 2024-03-21T13:02:27.637693+0000 mon.a (mon.0) 2514 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:28.062 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[14494]: audit 2024-03-21T13:02:27.641276+0000 mon.a (mon.0) 2515 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:28.062 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[14494]: audit 2024-03-21T13:02:27.642718+0000 mon.a (mon.0) 2516 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:28.062 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[14494]: audit 2024-03-21T13:02:27.653991+0000 mon.a (mon.0) 2517 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:28.063 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[14494]: audit 2024-03-21T13:02:27.735170+0000 mon.a (mon.0) 2518 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:28.063 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[14494]: audit 2024-03-21T13:02:27.738468+0000 mon.a (mon.0) 2519 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:28.063 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[14494]: audit 2024-03-21T13:02:27.741638+0000 mon.a (mon.0) 2520 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:28.063 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[14494]: audit 2024-03-21T13:02:27.742793+0000 mon.a (mon.0) 2521 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:28.063 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[14494]: audit 2024-03-21T13:02:27.753661+0000 mon.a (mon.0) 2522 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:28.063 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[14494]: audit 2024-03-21T13:02:27.832921+0000 mon.a (mon.0) 2523 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:28.063 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[14494]: audit 2024-03-21T13:02:27.835807+0000 mon.a (mon.0) 2524 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:28.063 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[14494]: audit 2024-03-21T13:02:27.839657+0000 mon.a (mon.0) 2525 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:28.063 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[14494]: audit 2024-03-21T13:02:27.841140+0000 mon.a (mon.0) 2526 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:28.063 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:27 smithi178 bash[14494]: audit 2024-03-21T13:02:27.851890+0000 mon.a (mon.0) 2527 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:28.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:27 smithi184 bash[14608]: cephadm 2024-03-21T13:02:26.439633+0000 mgr.x (mgr.25322) 689 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:28.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:27 smithi184 bash[14608]: cluster 2024-03-21T13:02:26.444921+0000 mgr.x (mgr.25322) 690 : cluster [DBG] pgmap v398: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:28.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:27 smithi184 bash[14608]: cluster 2024-03-21T13:02:26.445432+0000 mgr.x (mgr.25322) 691 : cluster [DBG] pgmap v399: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:28.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:27 smithi184 bash[14608]: cephadm 2024-03-21T13:02:26.452451+0000 mgr.x (mgr.25322) 692 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:28.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:27 smithi184 bash[14608]: cephadm 2024-03-21T13:02:26.536700+0000 mgr.x (mgr.25322) 693 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:28.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:27 smithi184 bash[14608]: cluster 2024-03-21T13:02:26.542432+0000 mgr.x (mgr.25322) 694 : cluster [DBG] pgmap v400: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:28.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:27 smithi184 bash[14608]: cluster 2024-03-21T13:02:26.542660+0000 mgr.x (mgr.25322) 695 : cluster [DBG] pgmap v401: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:28.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:27 smithi184 bash[14608]: cephadm 2024-03-21T13:02:26.550538+0000 mgr.x (mgr.25322) 696 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:28.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:27 smithi184 bash[14608]: cephadm 2024-03-21T13:02:26.633277+0000 mgr.x (mgr.25322) 697 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:28.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:27 smithi184 bash[14608]: cluster 2024-03-21T13:02:26.639312+0000 mgr.x (mgr.25322) 698 : cluster [DBG] pgmap v402: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:28.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:27 smithi184 bash[14608]: cluster 2024-03-21T13:02:26.639849+0000 mgr.x (mgr.25322) 699 : cluster [DBG] pgmap v403: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:28.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:27 smithi184 bash[14608]: cephadm 2024-03-21T13:02:26.649396+0000 mgr.x (mgr.25322) 700 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:28.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:27 smithi184 bash[14608]: cephadm 2024-03-21T13:02:26.736442+0000 mgr.x (mgr.25322) 701 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:28.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:27 smithi184 bash[14608]: cluster 2024-03-21T13:02:26.743227+0000 mgr.x (mgr.25322) 702 : cluster [DBG] pgmap v404: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:28.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:27 smithi184 bash[14608]: cluster 2024-03-21T13:02:26.743561+0000 mgr.x (mgr.25322) 703 : cluster [DBG] pgmap v405: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:28.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:27 smithi184 bash[14608]: cephadm 2024-03-21T13:02:26.752619+0000 mgr.x (mgr.25322) 704 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:28.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:27 smithi184 bash[14608]: cephadm 2024-03-21T13:02:26.836773+0000 mgr.x (mgr.25322) 705 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:28.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:27 smithi184 bash[14608]: cluster 2024-03-21T13:02:26.842230+0000 mgr.x (mgr.25322) 706 : cluster [DBG] pgmap v406: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:28.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:27 smithi184 bash[14608]: cluster 2024-03-21T13:02:26.842749+0000 mgr.x (mgr.25322) 707 : cluster [DBG] pgmap v407: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:28.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:27 smithi184 bash[14608]: audit 2024-03-21T13:02:26.852637+0000 mon.a (mon.0) 2477 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:28.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:27 smithi184 bash[14608]: cephadm 2024-03-21T13:02:26.854975+0000 mgr.x (mgr.25322) 708 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:28.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:27 smithi184 bash[14608]: audit 2024-03-21T13:02:26.935673+0000 mon.a (mon.0) 2478 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:28.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:27 smithi184 bash[14608]: audit 2024-03-21T13:02:26.939779+0000 mon.a (mon.0) 2479 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:28.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:27 smithi184 bash[14608]: cephadm 2024-03-21T13:02:26.942980+0000 mgr.x (mgr.25322) 709 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:28.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:27 smithi184 bash[14608]: audit 2024-03-21T13:02:26.943068+0000 mon.a (mon.0) 2480 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:28.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:27 smithi184 bash[14608]: audit 2024-03-21T13:02:26.944373+0000 mon.a (mon.0) 2481 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:28.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:27 smithi184 bash[14608]: cluster 2024-03-21T13:02:26.948474+0000 mgr.x (mgr.25322) 710 : cluster [DBG] pgmap v408: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:28.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:27 smithi184 bash[14608]: cluster 2024-03-21T13:02:26.948822+0000 mgr.x (mgr.25322) 711 : cluster [DBG] pgmap v409: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:28.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:27 smithi184 bash[14608]: audit 2024-03-21T13:02:26.953917+0000 mon.a (mon.0) 2482 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:28.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:27 smithi184 bash[14608]: cephadm 2024-03-21T13:02:26.956171+0000 mgr.x (mgr.25322) 712 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:28.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:27 smithi184 bash[14608]: audit 2024-03-21T13:02:27.034014+0000 mon.a (mon.0) 2483 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:28.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:27 smithi184 bash[14608]: audit 2024-03-21T13:02:27.036728+0000 mon.a (mon.0) 2484 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:28.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:27 smithi184 bash[14608]: cephadm 2024-03-21T13:02:27.039591+0000 mgr.x (mgr.25322) 713 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:28.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:27 smithi184 bash[14608]: audit 2024-03-21T13:02:27.039948+0000 mon.a (mon.0) 2485 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:28.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:27 smithi184 bash[14608]: audit 2024-03-21T13:02:27.041360+0000 mon.a (mon.0) 2486 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:28.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:27 smithi184 bash[14608]: cluster 2024-03-21T13:02:27.045028+0000 mgr.x (mgr.25322) 714 : cluster [DBG] pgmap v410: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:28.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:27 smithi184 bash[14608]: cluster 2024-03-21T13:02:27.045280+0000 mgr.x (mgr.25322) 715 : cluster [DBG] pgmap v411: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:28.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:27 smithi184 bash[14608]: audit 2024-03-21T13:02:27.050149+0000 mon.a (mon.0) 2487 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:28.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:27 smithi184 bash[14608]: cephadm 2024-03-21T13:02:27.052344+0000 mgr.x (mgr.25322) 716 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:28.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:27 smithi184 bash[14608]: audit 2024-03-21T13:02:27.128785+0000 mon.a (mon.0) 2488 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:28.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:27 smithi184 bash[14608]: audit 2024-03-21T13:02:27.131750+0000 mon.a (mon.0) 2489 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:28.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:27 smithi184 bash[14608]: cephadm 2024-03-21T13:02:27.134728+0000 mgr.x (mgr.25322) 717 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:28.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:27 smithi184 bash[14608]: audit 2024-03-21T13:02:27.135531+0000 mon.a (mon.0) 2490 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:28.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:27 smithi184 bash[14608]: audit 2024-03-21T13:02:27.136509+0000 mon.a (mon.0) 2491 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:28.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:27 smithi184 bash[14608]: cluster 2024-03-21T13:02:27.140270+0000 mgr.x (mgr.25322) 718 : cluster [DBG] pgmap v412: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:28.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:27 smithi184 bash[14608]: cluster 2024-03-21T13:02:27.140732+0000 mgr.x (mgr.25322) 719 : cluster [DBG] pgmap v413: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:28.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:27 smithi184 bash[14608]: audit 2024-03-21T13:02:27.146445+0000 mon.a (mon.0) 2492 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:28.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:27 smithi184 bash[14608]: cephadm 2024-03-21T13:02:27.148959+0000 mgr.x (mgr.25322) 720 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:28.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:27 smithi184 bash[14608]: audit 2024-03-21T13:02:27.228407+0000 mon.a (mon.0) 2493 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:28.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:27 smithi184 bash[14608]: audit 2024-03-21T13:02:27.231483+0000 mon.a (mon.0) 2494 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:28.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:27 smithi184 bash[14608]: cephadm 2024-03-21T13:02:27.234667+0000 mgr.x (mgr.25322) 721 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:28.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:27 smithi184 bash[14608]: audit 2024-03-21T13:02:27.235866+0000 mon.a (mon.0) 2495 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:28.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:27 smithi184 bash[14608]: audit 2024-03-21T13:02:27.237401+0000 mon.a (mon.0) 2496 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:28.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:27 smithi184 bash[14608]: cluster 2024-03-21T13:02:27.241361+0000 mgr.x (mgr.25322) 722 : cluster [DBG] pgmap v414: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:28.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:27 smithi184 bash[14608]: cluster 2024-03-21T13:02:27.241962+0000 mgr.x (mgr.25322) 723 : cluster [DBG] pgmap v415: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:28.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:27 smithi184 bash[14608]: audit 2024-03-21T13:02:27.246379+0000 mon.a (mon.0) 2497 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:28.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:27 smithi184 bash[14608]: cephadm 2024-03-21T13:02:27.248678+0000 mgr.x (mgr.25322) 724 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:28.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:27 smithi184 bash[14608]: audit 2024-03-21T13:02:27.328374+0000 mon.a (mon.0) 2498 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:28.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:27 smithi184 bash[14608]: audit 2024-03-21T13:02:27.331220+0000 mon.a (mon.0) 2499 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:28.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:27 smithi184 bash[14608]: audit 2024-03-21T13:02:27.333933+0000 mon.a (mon.0) 2500 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:28.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:27 smithi184 bash[14608]: cephadm 2024-03-21T13:02:27.334122+0000 mgr.x (mgr.25322) 725 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:28.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:27 smithi184 bash[14608]: audit 2024-03-21T13:02:27.335099+0000 mon.a (mon.0) 2501 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:28.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:27 smithi184 bash[14608]: cluster 2024-03-21T13:02:27.338917+0000 mgr.x (mgr.25322) 726 : cluster [DBG] pgmap v416: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:28.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:27 smithi184 bash[14608]: cluster 2024-03-21T13:02:27.339138+0000 mgr.x (mgr.25322) 727 : cluster [DBG] pgmap v417: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:28.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:27 smithi184 bash[14608]: audit 2024-03-21T13:02:27.345034+0000 mon.a (mon.0) 2502 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:28.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:27 smithi184 bash[14608]: cephadm 2024-03-21T13:02:27.347454+0000 mgr.x (mgr.25322) 728 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:28.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:27 smithi184 bash[14608]: audit 2024-03-21T13:02:27.431335+0000 mon.a (mon.0) 2503 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:28.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:27 smithi184 bash[14608]: audit 2024-03-21T13:02:27.435075+0000 mon.a (mon.0) 2504 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:28.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:27 smithi184 bash[14608]: audit 2024-03-21T13:02:27.438006+0000 mon.a (mon.0) 2505 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:28.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:27 smithi184 bash[14608]: audit 2024-03-21T13:02:27.439435+0000 mon.a (mon.0) 2506 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:28.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:27 smithi184 bash[14608]: audit 2024-03-21T13:02:27.450644+0000 mon.a (mon.0) 2507 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:28.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:27 smithi184 bash[14608]: audit 2024-03-21T13:02:27.532380+0000 mon.a (mon.0) 2508 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:28.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:27 smithi184 bash[14608]: audit 2024-03-21T13:02:27.535404+0000 mon.a (mon.0) 2509 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:28.331 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:27 smithi184 bash[14608]: audit 2024-03-21T13:02:27.540073+0000 mon.a (mon.0) 2510 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:28.331 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:27 smithi184 bash[14608]: audit 2024-03-21T13:02:27.541189+0000 mon.a (mon.0) 2511 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:28.331 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:27 smithi184 bash[14608]: audit 2024-03-21T13:02:27.552246+0000 mon.a (mon.0) 2512 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:28.331 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:27 smithi184 bash[14608]: audit 2024-03-21T13:02:27.634662+0000 mon.a (mon.0) 2513 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:28.331 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:27 smithi184 bash[14608]: audit 2024-03-21T13:02:27.637693+0000 mon.a (mon.0) 2514 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:28.331 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:27 smithi184 bash[14608]: audit 2024-03-21T13:02:27.641276+0000 mon.a (mon.0) 2515 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:28.331 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:27 smithi184 bash[14608]: audit 2024-03-21T13:02:27.642718+0000 mon.a (mon.0) 2516 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:28.331 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:27 smithi184 bash[14608]: audit 2024-03-21T13:02:27.653991+0000 mon.a (mon.0) 2517 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:28.331 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:27 smithi184 bash[14608]: audit 2024-03-21T13:02:27.735170+0000 mon.a (mon.0) 2518 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:28.331 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:27 smithi184 bash[14608]: audit 2024-03-21T13:02:27.738468+0000 mon.a (mon.0) 2519 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:28.331 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:27 smithi184 bash[14608]: audit 2024-03-21T13:02:27.741638+0000 mon.a (mon.0) 2520 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:28.331 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:27 smithi184 bash[14608]: audit 2024-03-21T13:02:27.742793+0000 mon.a (mon.0) 2521 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:28.331 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:27 smithi184 bash[14608]: audit 2024-03-21T13:02:27.753661+0000 mon.a (mon.0) 2522 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:28.331 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:27 smithi184 bash[14608]: audit 2024-03-21T13:02:27.832921+0000 mon.a (mon.0) 2523 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:28.332 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:27 smithi184 bash[14608]: audit 2024-03-21T13:02:27.835807+0000 mon.a (mon.0) 2524 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:28.332 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:27 smithi184 bash[14608]: audit 2024-03-21T13:02:27.839657+0000 mon.a (mon.0) 2525 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:28.332 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:27 smithi184 bash[14608]: audit 2024-03-21T13:02:27.841140+0000 mon.a (mon.0) 2526 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:28.332 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:27 smithi184 bash[14608]: audit 2024-03-21T13:02:27.851890+0000 mon.a (mon.0) 2527 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:28.547 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[71512]: debug 2024-03-21T13:02:28.077+0000 7f20fa429200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-21T13:02:29.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[14494]: cephadm 2024-03-21T13:02:27.438060+0000 mgr.x (mgr.25322) 729 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:29.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[14494]: cluster 2024-03-21T13:02:27.443560+0000 mgr.x (mgr.25322) 730 : cluster [DBG] pgmap v418: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:29.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[14494]: cephadm 2024-03-21T13:02:27.453160+0000 mgr.x (mgr.25322) 731 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:29.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[14494]: cephadm 2024-03-21T13:02:27.538384+0000 mgr.x (mgr.25322) 732 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:29.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[14494]: cluster 2024-03-21T13:02:27.545069+0000 mgr.x (mgr.25322) 733 : cluster [DBG] pgmap v419: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:29.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[14494]: cluster 2024-03-21T13:02:27.545610+0000 mgr.x (mgr.25322) 734 : cluster [DBG] pgmap v420: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:29.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[14494]: cephadm 2024-03-21T13:02:27.554627+0000 mgr.x (mgr.25322) 735 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:29.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[14494]: cephadm 2024-03-21T13:02:27.640930+0000 mgr.x (mgr.25322) 736 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:29.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[14494]: cluster 2024-03-21T13:02:27.646743+0000 mgr.x (mgr.25322) 737 : cluster [DBG] pgmap v421: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:29.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[14494]: cluster 2024-03-21T13:02:27.647026+0000 mgr.x (mgr.25322) 738 : cluster [DBG] pgmap v422: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:29.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[14494]: cephadm 2024-03-21T13:02:27.656489+0000 mgr.x (mgr.25322) 739 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:29.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[14494]: cephadm 2024-03-21T13:02:27.741552+0000 mgr.x (mgr.25322) 740 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:29.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[14494]: cluster 2024-03-21T13:02:27.746681+0000 mgr.x (mgr.25322) 741 : cluster [DBG] pgmap v423: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:29.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[14494]: cluster 2024-03-21T13:02:27.747185+0000 mgr.x (mgr.25322) 742 : cluster [DBG] pgmap v424: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:29.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[14494]: cephadm 2024-03-21T13:02:27.756172+0000 mgr.x (mgr.25322) 743 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:29.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[14494]: cephadm 2024-03-21T13:02:27.838863+0000 mgr.x (mgr.25322) 744 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:29.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[14494]: cluster 2024-03-21T13:02:27.845701+0000 mgr.x (mgr.25322) 745 : cluster [DBG] pgmap v425: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:29.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[14494]: cluster 2024-03-21T13:02:27.846189+0000 mgr.x (mgr.25322) 746 : cluster [DBG] pgmap v426: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:29.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[14494]: cephadm 2024-03-21T13:02:27.854136+0000 mgr.x (mgr.25322) 747 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:29.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[14494]: audit 2024-03-21T13:02:27.931137+0000 mon.a (mon.0) 2528 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:29.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[20270]: cephadm 2024-03-21T13:02:27.438060+0000 mgr.x (mgr.25322) 729 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:29.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[20270]: cluster 2024-03-21T13:02:27.443560+0000 mgr.x (mgr.25322) 730 : cluster [DBG] pgmap v418: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:29.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[20270]: cephadm 2024-03-21T13:02:27.453160+0000 mgr.x (mgr.25322) 731 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:29.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[20270]: cephadm 2024-03-21T13:02:27.538384+0000 mgr.x (mgr.25322) 732 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:29.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[20270]: cluster 2024-03-21T13:02:27.545069+0000 mgr.x (mgr.25322) 733 : cluster [DBG] pgmap v419: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:29.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[20270]: cluster 2024-03-21T13:02:27.545610+0000 mgr.x (mgr.25322) 734 : cluster [DBG] pgmap v420: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:29.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[20270]: cephadm 2024-03-21T13:02:27.554627+0000 mgr.x (mgr.25322) 735 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:29.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[20270]: cephadm 2024-03-21T13:02:27.640930+0000 mgr.x (mgr.25322) 736 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:29.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[20270]: cluster 2024-03-21T13:02:27.646743+0000 mgr.x (mgr.25322) 737 : cluster [DBG] pgmap v421: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:29.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[20270]: cluster 2024-03-21T13:02:27.647026+0000 mgr.x (mgr.25322) 738 : cluster [DBG] pgmap v422: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:29.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[20270]: cephadm 2024-03-21T13:02:27.656489+0000 mgr.x (mgr.25322) 739 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:29.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[20270]: cephadm 2024-03-21T13:02:27.741552+0000 mgr.x (mgr.25322) 740 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:29.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[20270]: cluster 2024-03-21T13:02:27.746681+0000 mgr.x (mgr.25322) 741 : cluster [DBG] pgmap v423: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:29.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[20270]: cluster 2024-03-21T13:02:27.747185+0000 mgr.x (mgr.25322) 742 : cluster [DBG] pgmap v424: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:29.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[20270]: cephadm 2024-03-21T13:02:27.756172+0000 mgr.x (mgr.25322) 743 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:29.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[20270]: cephadm 2024-03-21T13:02:27.838863+0000 mgr.x (mgr.25322) 744 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:29.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[20270]: cluster 2024-03-21T13:02:27.845701+0000 mgr.x (mgr.25322) 745 : cluster [DBG] pgmap v425: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:29.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[20270]: cluster 2024-03-21T13:02:27.846189+0000 mgr.x (mgr.25322) 746 : cluster [DBG] pgmap v426: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:29.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[20270]: cephadm 2024-03-21T13:02:27.854136+0000 mgr.x (mgr.25322) 747 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:29.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[20270]: audit 2024-03-21T13:02:27.931137+0000 mon.a (mon.0) 2528 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:29.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[14494]: audit 2024-03-21T13:02:27.934460+0000 mon.a (mon.0) 2529 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:29.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[14494]: cephadm 2024-03-21T13:02:27.937734+0000 mgr.x (mgr.25322) 748 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:29.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[14494]: audit 2024-03-21T13:02:27.938595+0000 mon.a (mon.0) 2530 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:29.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[14494]: audit 2024-03-21T13:02:27.939935+0000 mon.a (mon.0) 2531 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:29.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[14494]: cluster 2024-03-21T13:02:27.944079+0000 mgr.x (mgr.25322) 749 : cluster [DBG] pgmap v427: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:29.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[14494]: cluster 2024-03-21T13:02:27.944576+0000 mgr.x (mgr.25322) 750 : cluster [DBG] pgmap v428: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:29.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[14494]: audit 2024-03-21T13:02:27.951440+0000 mon.a (mon.0) 2532 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:29.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[14494]: cephadm 2024-03-21T13:02:27.953694+0000 mgr.x (mgr.25322) 751 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:29.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[14494]: audit 2024-03-21T13:02:28.028581+0000 mon.a (mon.0) 2533 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:29.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[14494]: audit 2024-03-21T13:02:28.031395+0000 mon.a (mon.0) 2534 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:29.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[14494]: cephadm 2024-03-21T13:02:28.034399+0000 mgr.x (mgr.25322) 752 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:29.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[14494]: audit 2024-03-21T13:02:28.035154+0000 mon.a (mon.0) 2535 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:29.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[14494]: audit 2024-03-21T13:02:28.036675+0000 mon.a (mon.0) 2536 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:29.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[14494]: cluster 2024-03-21T13:02:28.041136+0000 mgr.x (mgr.25322) 753 : cluster [DBG] pgmap v429: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:29.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[14494]: cluster 2024-03-21T13:02:28.041748+0000 mgr.x (mgr.25322) 754 : cluster [DBG] pgmap v430: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:29.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[14494]: audit 2024-03-21T13:02:28.048398+0000 mon.a (mon.0) 2537 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:29.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[14494]: cephadm 2024-03-21T13:02:28.050731+0000 mgr.x (mgr.25322) 755 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:29.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[14494]: audit 2024-03-21T13:02:28.128828+0000 mon.a (mon.0) 2538 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:29.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[14494]: audit 2024-03-21T13:02:28.131607+0000 mon.a (mon.0) 2539 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:29.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[14494]: cephadm 2024-03-21T13:02:28.134707+0000 mgr.x (mgr.25322) 756 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:29.053 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[20270]: audit 2024-03-21T13:02:27.934460+0000 mon.a (mon.0) 2529 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:29.053 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[20270]: cephadm 2024-03-21T13:02:27.937734+0000 mgr.x (mgr.25322) 748 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:29.053 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[20270]: audit 2024-03-21T13:02:27.938595+0000 mon.a (mon.0) 2530 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:29.053 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[20270]: audit 2024-03-21T13:02:27.939935+0000 mon.a (mon.0) 2531 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:29.053 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[20270]: cluster 2024-03-21T13:02:27.944079+0000 mgr.x (mgr.25322) 749 : cluster [DBG] pgmap v427: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:29.053 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[20270]: cluster 2024-03-21T13:02:27.944576+0000 mgr.x (mgr.25322) 750 : cluster [DBG] pgmap v428: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:29.053 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[20270]: audit 2024-03-21T13:02:27.951440+0000 mon.a (mon.0) 2532 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:29.053 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[20270]: cephadm 2024-03-21T13:02:27.953694+0000 mgr.x (mgr.25322) 751 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:29.053 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[20270]: audit 2024-03-21T13:02:28.028581+0000 mon.a (mon.0) 2533 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:29.054 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[20270]: audit 2024-03-21T13:02:28.031395+0000 mon.a (mon.0) 2534 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:29.054 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[20270]: cephadm 2024-03-21T13:02:28.034399+0000 mgr.x (mgr.25322) 752 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:29.054 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[20270]: audit 2024-03-21T13:02:28.035154+0000 mon.a (mon.0) 2535 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:29.054 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[20270]: audit 2024-03-21T13:02:28.036675+0000 mon.a (mon.0) 2536 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:29.054 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[20270]: cluster 2024-03-21T13:02:28.041136+0000 mgr.x (mgr.25322) 753 : cluster [DBG] pgmap v429: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:29.054 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[20270]: cluster 2024-03-21T13:02:28.041748+0000 mgr.x (mgr.25322) 754 : cluster [DBG] pgmap v430: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:29.054 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[20270]: audit 2024-03-21T13:02:28.048398+0000 mon.a (mon.0) 2537 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:29.054 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[20270]: cephadm 2024-03-21T13:02:28.050731+0000 mgr.x (mgr.25322) 755 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:29.054 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[20270]: audit 2024-03-21T13:02:28.128828+0000 mon.a (mon.0) 2538 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:29.054 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[20270]: audit 2024-03-21T13:02:28.131607+0000 mon.a (mon.0) 2539 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:29.054 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[20270]: cephadm 2024-03-21T13:02:28.134707+0000 mgr.x (mgr.25322) 756 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:29.055 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[14494]: audit 2024-03-21T13:02:28.135629+0000 mon.a (mon.0) 2540 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:29.055 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[14494]: audit 2024-03-21T13:02:28.137032+0000 mon.a (mon.0) 2541 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:29.055 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[14494]: cluster 2024-03-21T13:02:28.140829+0000 mgr.x (mgr.25322) 757 : cluster [DBG] pgmap v431: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:29.055 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[14494]: cluster 2024-03-21T13:02:28.141374+0000 mgr.x (mgr.25322) 758 : cluster [DBG] pgmap v432: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:29.055 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[14494]: audit 2024-03-21T13:02:28.147626+0000 mon.a (mon.0) 2542 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:29.055 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[14494]: cephadm 2024-03-21T13:02:28.149953+0000 mgr.x (mgr.25322) 759 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:29.055 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[14494]: audit 2024-03-21T13:02:28.228916+0000 mon.a (mon.0) 2543 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:29.055 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[14494]: audit 2024-03-21T13:02:28.231876+0000 mon.a (mon.0) 2544 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:29.055 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[14494]: cephadm 2024-03-21T13:02:28.234632+0000 mgr.x (mgr.25322) 760 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:29.055 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[14494]: audit 2024-03-21T13:02:28.234790+0000 mon.a (mon.0) 2545 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:29.055 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[14494]: audit 2024-03-21T13:02:28.235798+0000 mon.a (mon.0) 2546 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:29.055 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[14494]: cluster 2024-03-21T13:02:28.239767+0000 mgr.x (mgr.25322) 761 : cluster [DBG] pgmap v433: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:29.055 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[14494]: cluster 2024-03-21T13:02:28.240467+0000 mgr.x (mgr.25322) 762 : cluster [DBG] pgmap v434: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:29.056 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[14494]: audit 2024-03-21T13:02:28.244943+0000 mon.a (mon.0) 2547 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:29.056 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[14494]: cephadm 2024-03-21T13:02:28.247182+0000 mgr.x (mgr.25322) 763 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:29.056 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[14494]: audit 2024-03-21T13:02:28.327780+0000 mon.a (mon.0) 2548 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:29.056 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[14494]: audit 2024-03-21T13:02:28.330868+0000 mon.a (mon.0) 2549 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:29.056 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[14494]: audit 2024-03-21T13:02:28.334046+0000 mon.a (mon.0) 2550 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:29.056 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[14494]: cephadm 2024-03-21T13:02:28.334081+0000 mgr.x (mgr.25322) 764 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:29.056 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[14494]: audit 2024-03-21T13:02:28.335818+0000 mon.a (mon.0) 2551 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:29.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[20270]: audit 2024-03-21T13:02:28.135629+0000 mon.a (mon.0) 2540 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:29.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[20270]: audit 2024-03-21T13:02:28.137032+0000 mon.a (mon.0) 2541 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:29.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[20270]: cluster 2024-03-21T13:02:28.140829+0000 mgr.x (mgr.25322) 757 : cluster [DBG] pgmap v431: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:29.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[20270]: cluster 2024-03-21T13:02:28.141374+0000 mgr.x (mgr.25322) 758 : cluster [DBG] pgmap v432: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:29.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[20270]: audit 2024-03-21T13:02:28.147626+0000 mon.a (mon.0) 2542 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:29.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[20270]: cephadm 2024-03-21T13:02:28.149953+0000 mgr.x (mgr.25322) 759 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:29.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[20270]: audit 2024-03-21T13:02:28.228916+0000 mon.a (mon.0) 2543 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:29.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[20270]: audit 2024-03-21T13:02:28.231876+0000 mon.a (mon.0) 2544 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:29.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[20270]: cephadm 2024-03-21T13:02:28.234632+0000 mgr.x (mgr.25322) 760 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:29.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[20270]: audit 2024-03-21T13:02:28.234790+0000 mon.a (mon.0) 2545 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:29.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[20270]: audit 2024-03-21T13:02:28.235798+0000 mon.a (mon.0) 2546 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:29.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[20270]: cluster 2024-03-21T13:02:28.239767+0000 mgr.x (mgr.25322) 761 : cluster [DBG] pgmap v433: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:29.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[20270]: cluster 2024-03-21T13:02:28.240467+0000 mgr.x (mgr.25322) 762 : cluster [DBG] pgmap v434: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:29.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[20270]: audit 2024-03-21T13:02:28.244943+0000 mon.a (mon.0) 2547 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:29.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[20270]: cephadm 2024-03-21T13:02:28.247182+0000 mgr.x (mgr.25322) 763 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:29.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[20270]: audit 2024-03-21T13:02:28.327780+0000 mon.a (mon.0) 2548 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:29.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[20270]: audit 2024-03-21T13:02:28.330868+0000 mon.a (mon.0) 2549 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:29.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[20270]: audit 2024-03-21T13:02:28.334046+0000 mon.a (mon.0) 2550 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:29.058 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[20270]: cephadm 2024-03-21T13:02:28.334081+0000 mgr.x (mgr.25322) 764 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:29.058 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[20270]: audit 2024-03-21T13:02:28.335818+0000 mon.a (mon.0) 2551 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:29.058 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[14494]: cluster 2024-03-21T13:02:28.340106+0000 mgr.x (mgr.25322) 765 : cluster [DBG] pgmap v435: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:29.058 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[14494]: cluster 2024-03-21T13:02:28.340786+0000 mgr.x (mgr.25322) 766 : cluster [DBG] pgmap v436: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:29.058 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[14494]: audit 2024-03-21T13:02:28.347072+0000 mon.a (mon.0) 2552 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:29.058 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[14494]: cephadm 2024-03-21T13:02:28.349378+0000 mgr.x (mgr.25322) 767 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:29.058 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[14494]: audit 2024-03-21T13:02:28.430115+0000 mon.a (mon.0) 2553 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:29.058 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[14494]: audit 2024-03-21T13:02:28.434648+0000 mon.a (mon.0) 2554 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:29.059 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[14494]: audit 2024-03-21T13:02:28.439868+0000 mon.a (mon.0) 2555 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:29.059 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[14494]: audit 2024-03-21T13:02:28.441223+0000 mon.a (mon.0) 2556 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:29.059 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[14494]: audit 2024-03-21T13:02:28.454758+0000 mon.a (mon.0) 2557 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:29.059 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[14494]: audit 2024-03-21T13:02:28.534693+0000 mon.a (mon.0) 2558 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:29.059 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[14494]: audit 2024-03-21T13:02:28.537828+0000 mon.a (mon.0) 2559 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:29.059 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[14494]: audit 2024-03-21T13:02:28.541775+0000 mon.a (mon.0) 2560 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:29.059 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[14494]: audit 2024-03-21T13:02:28.543302+0000 mon.a (mon.0) 2561 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:29.059 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[14494]: audit 2024-03-21T13:02:28.555762+0000 mon.a (mon.0) 2562 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:29.059 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[14494]: audit 2024-03-21T13:02:28.642022+0000 mon.a (mon.0) 2563 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:29.059 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[14494]: audit 2024-03-21T13:02:28.645288+0000 mon.a (mon.0) 2564 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:29.059 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[14494]: audit 2024-03-21T13:02:28.648535+0000 mon.a (mon.0) 2565 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:29.059 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[14494]: audit 2024-03-21T13:02:28.649829+0000 mon.a (mon.0) 2566 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:29.059 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[14494]: audit 2024-03-21T13:02:28.660652+0000 mon.a (mon.0) 2567 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:29.059 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[14494]: audit 2024-03-21T13:02:28.745088+0000 mon.a (mon.0) 2568 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:29.060 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[14494]: audit 2024-03-21T13:02:28.747500+0000 mon.a (mon.0) 2569 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:29.060 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[14494]: audit 2024-03-21T13:02:28.750125+0000 mon.a (mon.0) 2570 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:29.060 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[14494]: audit 2024-03-21T13:02:28.750971+0000 mon.a (mon.0) 2571 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:29.060 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[14494]: audit 2024-03-21T13:02:28.759718+0000 mon.a (mon.0) 2572 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:29.060 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[14494]: audit 2024-03-21T13:02:28.841982+0000 mon.a (mon.0) 2573 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:29.060 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[14494]: audit 2024-03-21T13:02:28.844672+0000 mon.a (mon.0) 2574 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:29.060 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[14494]: audit 2024-03-21T13:02:28.847971+0000 mon.a (mon.0) 2575 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:29.060 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[14494]: audit 2024-03-21T13:02:28.849093+0000 mon.a (mon.0) 2576 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:29.060 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[14494]: audit 2024-03-21T13:02:28.859804+0000 mon.a (mon.0) 2577 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:29.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[20270]: cluster 2024-03-21T13:02:28.340106+0000 mgr.x (mgr.25322) 765 : cluster [DBG] pgmap v435: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:29.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[20270]: cluster 2024-03-21T13:02:28.340786+0000 mgr.x (mgr.25322) 766 : cluster [DBG] pgmap v436: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:29.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[20270]: audit 2024-03-21T13:02:28.347072+0000 mon.a (mon.0) 2552 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:29.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[20270]: cephadm 2024-03-21T13:02:28.349378+0000 mgr.x (mgr.25322) 767 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:29.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[20270]: audit 2024-03-21T13:02:28.430115+0000 mon.a (mon.0) 2553 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:29.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[20270]: audit 2024-03-21T13:02:28.434648+0000 mon.a (mon.0) 2554 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:29.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[20270]: audit 2024-03-21T13:02:28.439868+0000 mon.a (mon.0) 2555 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:29.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[20270]: audit 2024-03-21T13:02:28.441223+0000 mon.a (mon.0) 2556 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:29.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[20270]: audit 2024-03-21T13:02:28.454758+0000 mon.a (mon.0) 2557 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:29.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[20270]: audit 2024-03-21T13:02:28.534693+0000 mon.a (mon.0) 2558 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:29.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[20270]: audit 2024-03-21T13:02:28.537828+0000 mon.a (mon.0) 2559 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:29.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[20270]: audit 2024-03-21T13:02:28.541775+0000 mon.a (mon.0) 2560 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:29.062 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[20270]: audit 2024-03-21T13:02:28.543302+0000 mon.a (mon.0) 2561 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:29.062 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[20270]: audit 2024-03-21T13:02:28.555762+0000 mon.a (mon.0) 2562 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:29.062 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[20270]: audit 2024-03-21T13:02:28.642022+0000 mon.a (mon.0) 2563 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:29.062 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[20270]: audit 2024-03-21T13:02:28.645288+0000 mon.a (mon.0) 2564 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:29.062 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[20270]: audit 2024-03-21T13:02:28.648535+0000 mon.a (mon.0) 2565 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:29.062 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[20270]: audit 2024-03-21T13:02:28.649829+0000 mon.a (mon.0) 2566 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:29.062 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[20270]: audit 2024-03-21T13:02:28.660652+0000 mon.a (mon.0) 2567 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:29.062 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[20270]: audit 2024-03-21T13:02:28.745088+0000 mon.a (mon.0) 2568 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:29.062 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[20270]: audit 2024-03-21T13:02:28.747500+0000 mon.a (mon.0) 2569 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:29.062 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[20270]: audit 2024-03-21T13:02:28.750125+0000 mon.a (mon.0) 2570 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:29.062 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[20270]: audit 2024-03-21T13:02:28.750971+0000 mon.a (mon.0) 2571 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:29.062 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[20270]: audit 2024-03-21T13:02:28.759718+0000 mon.a (mon.0) 2572 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:29.062 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[20270]: audit 2024-03-21T13:02:28.841982+0000 mon.a (mon.0) 2573 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:29.062 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[20270]: audit 2024-03-21T13:02:28.844672+0000 mon.a (mon.0) 2574 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:29.063 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[20270]: audit 2024-03-21T13:02:28.847971+0000 mon.a (mon.0) 2575 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:29.063 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[20270]: audit 2024-03-21T13:02:28.849093+0000 mon.a (mon.0) 2576 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:29.063 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:28 smithi178 bash[20270]: audit 2024-03-21T13:02:28.859804+0000 mon.a (mon.0) 2577 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:29.072 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:02:28 smithi184 bash[54688]: ts=2024-03-21T13:02: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.178\", device_class=\"ssd\", hostname=\"smithi178\", instance=\"172.21.15.184:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.178\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster=\"a94f249e-e780-11ee-95cd-87774f69a715\", cluster_addr=\"172.21.15.178\", device_class=\"ssd\", hostname=\"smithi178\", instance=\"smithi184:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.178\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-21T13:02:29.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:28 smithi184 bash[14608]: cephadm 2024-03-21T13:02:27.438060+0000 mgr.x (mgr.25322) 729 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:29.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:28 smithi184 bash[14608]: cluster 2024-03-21T13:02:27.443560+0000 mgr.x (mgr.25322) 730 : cluster [DBG] pgmap v418: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:29.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:28 smithi184 bash[14608]: cephadm 2024-03-21T13:02:27.453160+0000 mgr.x (mgr.25322) 731 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:29.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:28 smithi184 bash[14608]: cephadm 2024-03-21T13:02:27.538384+0000 mgr.x (mgr.25322) 732 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:29.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:28 smithi184 bash[14608]: cluster 2024-03-21T13:02:27.545069+0000 mgr.x (mgr.25322) 733 : cluster [DBG] pgmap v419: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:29.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:28 smithi184 bash[14608]: cluster 2024-03-21T13:02:27.545610+0000 mgr.x (mgr.25322) 734 : cluster [DBG] pgmap v420: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:29.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:28 smithi184 bash[14608]: cephadm 2024-03-21T13:02:27.554627+0000 mgr.x (mgr.25322) 735 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:29.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:28 smithi184 bash[14608]: cephadm 2024-03-21T13:02:27.640930+0000 mgr.x (mgr.25322) 736 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:29.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:28 smithi184 bash[14608]: cluster 2024-03-21T13:02:27.646743+0000 mgr.x (mgr.25322) 737 : cluster [DBG] pgmap v421: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:29.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:28 smithi184 bash[14608]: cluster 2024-03-21T13:02:27.647026+0000 mgr.x (mgr.25322) 738 : cluster [DBG] pgmap v422: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:29.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:28 smithi184 bash[14608]: cephadm 2024-03-21T13:02:27.656489+0000 mgr.x (mgr.25322) 739 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:29.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:28 smithi184 bash[14608]: cephadm 2024-03-21T13:02:27.741552+0000 mgr.x (mgr.25322) 740 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:29.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:28 smithi184 bash[14608]: cluster 2024-03-21T13:02:27.746681+0000 mgr.x (mgr.25322) 741 : cluster [DBG] pgmap v423: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:29.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:28 smithi184 bash[14608]: cluster 2024-03-21T13:02:27.747185+0000 mgr.x (mgr.25322) 742 : cluster [DBG] pgmap v424: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:29.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:28 smithi184 bash[14608]: cephadm 2024-03-21T13:02:27.756172+0000 mgr.x (mgr.25322) 743 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:29.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:28 smithi184 bash[14608]: cephadm 2024-03-21T13:02:27.838863+0000 mgr.x (mgr.25322) 744 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:29.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:28 smithi184 bash[14608]: cluster 2024-03-21T13:02:27.845701+0000 mgr.x (mgr.25322) 745 : cluster [DBG] pgmap v425: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:29.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:28 smithi184 bash[14608]: cluster 2024-03-21T13:02:27.846189+0000 mgr.x (mgr.25322) 746 : cluster [DBG] pgmap v426: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:29.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:28 smithi184 bash[14608]: cephadm 2024-03-21T13:02:27.854136+0000 mgr.x (mgr.25322) 747 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:29.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:28 smithi184 bash[14608]: audit 2024-03-21T13:02:27.931137+0000 mon.a (mon.0) 2528 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:29.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:28 smithi184 bash[14608]: audit 2024-03-21T13:02:27.934460+0000 mon.a (mon.0) 2529 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:29.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:28 smithi184 bash[14608]: cephadm 2024-03-21T13:02:27.937734+0000 mgr.x (mgr.25322) 748 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:29.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:28 smithi184 bash[14608]: audit 2024-03-21T13:02:27.938595+0000 mon.a (mon.0) 2530 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:29.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:28 smithi184 bash[14608]: audit 2024-03-21T13:02:27.939935+0000 mon.a (mon.0) 2531 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:29.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:28 smithi184 bash[14608]: cluster 2024-03-21T13:02:27.944079+0000 mgr.x (mgr.25322) 749 : cluster [DBG] pgmap v427: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:29.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:28 smithi184 bash[14608]: cluster 2024-03-21T13:02:27.944576+0000 mgr.x (mgr.25322) 750 : cluster [DBG] pgmap v428: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:29.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:28 smithi184 bash[14608]: audit 2024-03-21T13:02:27.951440+0000 mon.a (mon.0) 2532 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:29.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:28 smithi184 bash[14608]: cephadm 2024-03-21T13:02:27.953694+0000 mgr.x (mgr.25322) 751 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:29.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:28 smithi184 bash[14608]: audit 2024-03-21T13:02:28.028581+0000 mon.a (mon.0) 2533 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:29.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:28 smithi184 bash[14608]: audit 2024-03-21T13:02:28.031395+0000 mon.a (mon.0) 2534 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:29.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:28 smithi184 bash[14608]: cephadm 2024-03-21T13:02:28.034399+0000 mgr.x (mgr.25322) 752 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:29.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:28 smithi184 bash[14608]: audit 2024-03-21T13:02:28.035154+0000 mon.a (mon.0) 2535 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:29.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:28 smithi184 bash[14608]: audit 2024-03-21T13:02:28.036675+0000 mon.a (mon.0) 2536 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:29.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:28 smithi184 bash[14608]: cluster 2024-03-21T13:02:28.041136+0000 mgr.x (mgr.25322) 753 : cluster [DBG] pgmap v429: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:29.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:28 smithi184 bash[14608]: cluster 2024-03-21T13:02:28.041748+0000 mgr.x (mgr.25322) 754 : cluster [DBG] pgmap v430: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:29.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:28 smithi184 bash[14608]: audit 2024-03-21T13:02:28.048398+0000 mon.a (mon.0) 2537 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:29.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:28 smithi184 bash[14608]: cephadm 2024-03-21T13:02:28.050731+0000 mgr.x (mgr.25322) 755 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:29.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:28 smithi184 bash[14608]: audit 2024-03-21T13:02:28.128828+0000 mon.a (mon.0) 2538 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:29.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:28 smithi184 bash[14608]: audit 2024-03-21T13:02:28.131607+0000 mon.a (mon.0) 2539 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:29.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:28 smithi184 bash[14608]: cephadm 2024-03-21T13:02:28.134707+0000 mgr.x (mgr.25322) 756 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:29.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:28 smithi184 bash[14608]: audit 2024-03-21T13:02:28.135629+0000 mon.a (mon.0) 2540 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:29.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:28 smithi184 bash[14608]: audit 2024-03-21T13:02:28.137032+0000 mon.a (mon.0) 2541 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:29.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:28 smithi184 bash[14608]: cluster 2024-03-21T13:02:28.140829+0000 mgr.x (mgr.25322) 757 : cluster [DBG] pgmap v431: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:29.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:28 smithi184 bash[14608]: cluster 2024-03-21T13:02:28.141374+0000 mgr.x (mgr.25322) 758 : cluster [DBG] pgmap v432: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:29.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:28 smithi184 bash[14608]: audit 2024-03-21T13:02:28.147626+0000 mon.a (mon.0) 2542 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:29.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:28 smithi184 bash[14608]: cephadm 2024-03-21T13:02:28.149953+0000 mgr.x (mgr.25322) 759 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:29.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:28 smithi184 bash[14608]: audit 2024-03-21T13:02:28.228916+0000 mon.a (mon.0) 2543 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:29.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:28 smithi184 bash[14608]: audit 2024-03-21T13:02:28.231876+0000 mon.a (mon.0) 2544 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:29.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:28 smithi184 bash[14608]: cephadm 2024-03-21T13:02:28.234632+0000 mgr.x (mgr.25322) 760 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:29.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:28 smithi184 bash[14608]: audit 2024-03-21T13:02:28.234790+0000 mon.a (mon.0) 2545 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:29.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:28 smithi184 bash[14608]: audit 2024-03-21T13:02:28.235798+0000 mon.a (mon.0) 2546 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:29.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:28 smithi184 bash[14608]: cluster 2024-03-21T13:02:28.239767+0000 mgr.x (mgr.25322) 761 : cluster [DBG] pgmap v433: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:29.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:28 smithi184 bash[14608]: cluster 2024-03-21T13:02:28.240467+0000 mgr.x (mgr.25322) 762 : cluster [DBG] pgmap v434: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:29.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:28 smithi184 bash[14608]: audit 2024-03-21T13:02:28.244943+0000 mon.a (mon.0) 2547 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:29.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:28 smithi184 bash[14608]: cephadm 2024-03-21T13:02:28.247182+0000 mgr.x (mgr.25322) 763 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:29.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:28 smithi184 bash[14608]: audit 2024-03-21T13:02:28.327780+0000 mon.a (mon.0) 2548 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:29.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:28 smithi184 bash[14608]: audit 2024-03-21T13:02:28.330868+0000 mon.a (mon.0) 2549 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:29.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:28 smithi184 bash[14608]: audit 2024-03-21T13:02:28.334046+0000 mon.a (mon.0) 2550 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:29.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:28 smithi184 bash[14608]: cephadm 2024-03-21T13:02:28.334081+0000 mgr.x (mgr.25322) 764 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:29.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:28 smithi184 bash[14608]: audit 2024-03-21T13:02:28.335818+0000 mon.a (mon.0) 2551 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:29.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:28 smithi184 bash[14608]: cluster 2024-03-21T13:02:28.340106+0000 mgr.x (mgr.25322) 765 : cluster [DBG] pgmap v435: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:29.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:28 smithi184 bash[14608]: cluster 2024-03-21T13:02:28.340786+0000 mgr.x (mgr.25322) 766 : cluster [DBG] pgmap v436: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:29.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:28 smithi184 bash[14608]: audit 2024-03-21T13:02:28.347072+0000 mon.a (mon.0) 2552 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:29.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:28 smithi184 bash[14608]: cephadm 2024-03-21T13:02:28.349378+0000 mgr.x (mgr.25322) 767 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:29.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:28 smithi184 bash[14608]: audit 2024-03-21T13:02:28.430115+0000 mon.a (mon.0) 2553 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:29.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:28 smithi184 bash[14608]: audit 2024-03-21T13:02:28.434648+0000 mon.a (mon.0) 2554 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:29.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:28 smithi184 bash[14608]: audit 2024-03-21T13:02:28.439868+0000 mon.a (mon.0) 2555 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:29.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:28 smithi184 bash[14608]: audit 2024-03-21T13:02:28.441223+0000 mon.a (mon.0) 2556 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:29.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:28 smithi184 bash[14608]: audit 2024-03-21T13:02:28.454758+0000 mon.a (mon.0) 2557 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:29.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:28 smithi184 bash[14608]: audit 2024-03-21T13:02:28.534693+0000 mon.a (mon.0) 2558 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:29.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:28 smithi184 bash[14608]: audit 2024-03-21T13:02:28.537828+0000 mon.a (mon.0) 2559 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:29.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:28 smithi184 bash[14608]: audit 2024-03-21T13:02:28.541775+0000 mon.a (mon.0) 2560 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:29.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:28 smithi184 bash[14608]: audit 2024-03-21T13:02:28.543302+0000 mon.a (mon.0) 2561 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:29.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:28 smithi184 bash[14608]: audit 2024-03-21T13:02:28.555762+0000 mon.a (mon.0) 2562 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:29.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:28 smithi184 bash[14608]: audit 2024-03-21T13:02:28.642022+0000 mon.a (mon.0) 2563 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:29.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:28 smithi184 bash[14608]: audit 2024-03-21T13:02:28.645288+0000 mon.a (mon.0) 2564 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:29.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:28 smithi184 bash[14608]: audit 2024-03-21T13:02:28.648535+0000 mon.a (mon.0) 2565 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:29.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:28 smithi184 bash[14608]: audit 2024-03-21T13:02:28.649829+0000 mon.a (mon.0) 2566 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:29.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:28 smithi184 bash[14608]: audit 2024-03-21T13:02:28.660652+0000 mon.a (mon.0) 2567 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:29.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:28 smithi184 bash[14608]: audit 2024-03-21T13:02:28.745088+0000 mon.a (mon.0) 2568 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:29.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:28 smithi184 bash[14608]: audit 2024-03-21T13:02:28.747500+0000 mon.a (mon.0) 2569 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:29.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:28 smithi184 bash[14608]: audit 2024-03-21T13:02:28.750125+0000 mon.a (mon.0) 2570 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:29.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:28 smithi184 bash[14608]: audit 2024-03-21T13:02:28.750971+0000 mon.a (mon.0) 2571 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:29.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:28 smithi184 bash[14608]: audit 2024-03-21T13:02:28.759718+0000 mon.a (mon.0) 2572 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:29.080 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:28 smithi184 bash[14608]: audit 2024-03-21T13:02:28.841982+0000 mon.a (mon.0) 2573 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:29.080 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:28 smithi184 bash[14608]: audit 2024-03-21T13:02:28.844672+0000 mon.a (mon.0) 2574 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:29.080 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:28 smithi184 bash[14608]: audit 2024-03-21T13:02:28.847971+0000 mon.a (mon.0) 2575 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:29.080 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:28 smithi184 bash[14608]: audit 2024-03-21T13:02:28.849093+0000 mon.a (mon.0) 2576 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:29.080 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:28 smithi184 bash[14608]: audit 2024-03-21T13:02:28.859804+0000 mon.a (mon.0) 2577 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:29.843 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[71512]: debug 2024-03-21T13:02:29.513+0000 7f20fa429200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-21T13:02:29.843 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[71512]: [21/Mar/2024:13:02:29] ENGINE Bus STARTING 2024-03-21T13:02:29.843 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[71512]: CherryPy Checker: 2024-03-21T13:02:29.843 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[71512]: The Application mounted at '' has an empty config. 2024-03-21T13:02:29.843 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[71512]: [21/Mar/2024:13:02:29] ENGINE Serving on http://:::9283 2024-03-21T13:02:29.843 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[71512]: [21/Mar/2024:13:02:29] ENGINE Bus STARTED 2024-03-21T13:02:30.164 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:29 smithi184 bash[14608]: cephadm 2024-03-21T13:02:28.439256+0000 mgr.x (mgr.25322) 768 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:30.164 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:29 smithi184 bash[14608]: cluster 2024-03-21T13:02:28.445244+0000 mgr.x (mgr.25322) 769 : cluster [DBG] pgmap v437: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:30.164 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:29 smithi184 bash[14608]: cluster 2024-03-21T13:02:28.445576+0000 mgr.x (mgr.25322) 770 : cluster [DBG] pgmap v438: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:30.164 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:29 smithi184 bash[14608]: cephadm 2024-03-21T13:02:28.457152+0000 mgr.x (mgr.25322) 771 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:30.164 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:29 smithi184 bash[14608]: cephadm 2024-03-21T13:02:28.541118+0000 mgr.x (mgr.25322) 772 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:30.164 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:29 smithi184 bash[14608]: cluster 2024-03-21T13:02:28.547858+0000 mgr.x (mgr.25322) 773 : cluster [DBG] pgmap v439: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:30.164 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:29 smithi184 bash[14608]: cluster 2024-03-21T13:02:28.548522+0000 mgr.x (mgr.25322) 774 : cluster [DBG] pgmap v440: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:30.164 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:29 smithi184 bash[14608]: cephadm 2024-03-21T13:02:28.558013+0000 mgr.x (mgr.25322) 775 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:30.164 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:29 smithi184 bash[14608]: cephadm 2024-03-21T13:02:28.648188+0000 mgr.x (mgr.25322) 776 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:30.164 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:29 smithi184 bash[14608]: cluster 2024-03-21T13:02:28.653832+0000 mgr.x (mgr.25322) 777 : cluster [DBG] pgmap v441: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:30.164 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:29 smithi184 bash[14608]: cluster 2024-03-21T13:02:28.654455+0000 mgr.x (mgr.25322) 778 : cluster [DBG] pgmap v442: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:30.164 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:29 smithi184 bash[14608]: cephadm 2024-03-21T13:02:28.663064+0000 mgr.x (mgr.25322) 779 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:30.165 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:29 smithi184 bash[14608]: cephadm 2024-03-21T13:02:28.750152+0000 mgr.x (mgr.25322) 780 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:30.165 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:29 smithi184 bash[14608]: cluster 2024-03-21T13:02:28.754506+0000 mgr.x (mgr.25322) 781 : cluster [DBG] pgmap v443: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:30.165 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:29 smithi184 bash[14608]: cluster 2024-03-21T13:02:28.754898+0000 mgr.x (mgr.25322) 782 : cluster [DBG] pgmap v444: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:30.165 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:29 smithi184 bash[14608]: cephadm 2024-03-21T13:02:28.762021+0000 mgr.x (mgr.25322) 783 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:30.165 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:29 smithi184 bash[14608]: cephadm 2024-03-21T13:02:28.847566+0000 mgr.x (mgr.25322) 784 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:30.165 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:29 smithi184 bash[14608]: cluster 2024-03-21T13:02:28.853024+0000 mgr.x (mgr.25322) 785 : cluster [DBG] pgmap v445: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:30.165 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:29 smithi184 bash[14608]: cluster 2024-03-21T13:02:28.853508+0000 mgr.x (mgr.25322) 786 : cluster [DBG] pgmap v446: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:30.165 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:29 smithi184 bash[14608]: cephadm 2024-03-21T13:02:28.862091+0000 mgr.x (mgr.25322) 787 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:30.165 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:29 smithi184 bash[14608]: audit 2024-03-21T13:02:28.947147+0000 mon.a (mon.0) 2578 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:30.165 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:29 smithi184 bash[14608]: audit 2024-03-21T13:02:28.950721+0000 mon.a (mon.0) 2579 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:30.165 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:29 smithi184 bash[14608]: cephadm 2024-03-21T13:02:28.953726+0000 mgr.x (mgr.25322) 788 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:30.165 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:29 smithi184 bash[14608]: audit 2024-03-21T13:02:28.954532+0000 mon.a (mon.0) 2580 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:30.165 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:29 smithi184 bash[14608]: audit 2024-03-21T13:02:28.955796+0000 mon.a (mon.0) 2581 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:30.165 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:29 smithi184 bash[14608]: cluster 2024-03-21T13:02:28.959937+0000 mgr.x (mgr.25322) 789 : cluster [DBG] pgmap v447: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:30.166 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:29 smithi184 bash[14608]: cluster 2024-03-21T13:02:28.960317+0000 mgr.x (mgr.25322) 790 : cluster [DBG] pgmap v448: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:30.166 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:29 smithi184 bash[14608]: audit 2024-03-21T13:02:28.963989+0000 mon.a (mon.0) 2582 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:30.166 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:29 smithi184 bash[14608]: cephadm 2024-03-21T13:02:28.966252+0000 mgr.x (mgr.25322) 791 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:30.166 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:29 smithi184 bash[14608]: audit 2024-03-21T13:02:29.045962+0000 mon.a (mon.0) 2583 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:30.166 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:29 smithi184 bash[14608]: audit 2024-03-21T13:02:29.048912+0000 mon.a (mon.0) 2584 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:30.166 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:29 smithi184 bash[14608]: cephadm 2024-03-21T13:02:29.051830+0000 mgr.x (mgr.25322) 792 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:30.166 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:29 smithi184 bash[14608]: audit 2024-03-21T13:02:29.052140+0000 mon.a (mon.0) 2585 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:30.166 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:29 smithi184 bash[14608]: audit 2024-03-21T13:02:29.053389+0000 mon.a (mon.0) 2586 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:30.166 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:29 smithi184 bash[14608]: cluster 2024-03-21T13:02:29.057414+0000 mgr.x (mgr.25322) 793 : cluster [DBG] pgmap v449: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:30.166 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:29 smithi184 bash[14608]: cluster 2024-03-21T13:02:29.057930+0000 mgr.x (mgr.25322) 794 : cluster [DBG] pgmap v450: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:30.166 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:29 smithi184 bash[14608]: audit 2024-03-21T13:02:29.063220+0000 mon.a (mon.0) 2587 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:30.166 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:29 smithi184 bash[14608]: cephadm 2024-03-21T13:02:29.065539+0000 mgr.x (mgr.25322) 795 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:30.166 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:29 smithi184 bash[14608]: audit 2024-03-21T13:02:29.146084+0000 mon.a (mon.0) 2588 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:30.166 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:29 smithi184 bash[14608]: audit 2024-03-21T13:02:29.148708+0000 mon.a (mon.0) 2589 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:30.167 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:29 smithi184 bash[14608]: cephadm 2024-03-21T13:02:29.151552+0000 mgr.x (mgr.25322) 796 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:30.167 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:29 smithi184 bash[14608]: audit 2024-03-21T13:02:29.152288+0000 mon.a (mon.0) 2590 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:30.167 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:29 smithi184 bash[14608]: audit 2024-03-21T13:02:29.153744+0000 mon.a (mon.0) 2591 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:30.167 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:29 smithi184 bash[14608]: cluster 2024-03-21T13:02:29.158067+0000 mgr.x (mgr.25322) 797 : cluster [DBG] pgmap v451: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:30.167 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:29 smithi184 bash[14608]: cluster 2024-03-21T13:02:29.158664+0000 mgr.x (mgr.25322) 798 : cluster [DBG] pgmap v452: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:30.168 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:29 smithi184 bash[14608]: audit 2024-03-21T13:02:29.164553+0000 mon.a (mon.0) 2592 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:30.168 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:29 smithi184 bash[14608]: cephadm 2024-03-21T13:02:29.166935+0000 mgr.x (mgr.25322) 799 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:30.168 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:29 smithi184 bash[14608]: audit 2024-03-21T13:02:29.248807+0000 mon.a (mon.0) 2593 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:30.168 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:29 smithi184 bash[14608]: audit 2024-03-21T13:02:29.251241+0000 mon.a (mon.0) 2594 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:30.168 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:29 smithi184 bash[14608]: cephadm 2024-03-21T13:02:29.253998+0000 mgr.x (mgr.25322) 800 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:30.168 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:29 smithi184 bash[14608]: audit 2024-03-21T13:02:29.254274+0000 mon.a (mon.0) 2595 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:30.168 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:29 smithi184 bash[14608]: audit 2024-03-21T13:02:29.255925+0000 mon.a (mon.0) 2596 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:30.168 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:29 smithi184 bash[14608]: cluster 2024-03-21T13:02:29.259612+0000 mgr.x (mgr.25322) 801 : cluster [DBG] pgmap v453: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:30.168 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:29 smithi184 bash[14608]: cluster 2024-03-21T13:02:29.260123+0000 mgr.x (mgr.25322) 802 : cluster [DBG] pgmap v454: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:30.168 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:29 smithi184 bash[14608]: audit 2024-03-21T13:02:29.262843+0000 mon.a (mon.0) 2597 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:30.168 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:29 smithi184 bash[14608]: cephadm 2024-03-21T13:02:29.265201+0000 mgr.x (mgr.25322) 803 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:30.168 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:29 smithi184 bash[14608]: audit 2024-03-21T13:02:29.345832+0000 mon.a (mon.0) 2598 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:30.169 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:29 smithi184 bash[14608]: audit 2024-03-21T13:02:29.347976+0000 mon.a (mon.0) 2599 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:30.169 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:29 smithi184 bash[14608]: audit 2024-03-21T13:02:29.350418+0000 mon.a (mon.0) 2600 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:30.169 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:29 smithi184 bash[14608]: cephadm 2024-03-21T13:02:29.350759+0000 mgr.x (mgr.25322) 804 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:30.169 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:29 smithi184 bash[14608]: audit 2024-03-21T13:02:29.351162+0000 mon.a (mon.0) 2601 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:30.169 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:29 smithi184 bash[14608]: cluster 2024-03-21T13:02:29.354736+0000 mgr.x (mgr.25322) 805 : cluster [DBG] pgmap v455: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:30.169 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:29 smithi184 bash[14608]: cluster 2024-03-21T13:02:29.355128+0000 mgr.x (mgr.25322) 806 : cluster [DBG] pgmap v456: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:30.169 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:29 smithi184 bash[14608]: audit 2024-03-21T13:02:29.360076+0000 mon.a (mon.0) 2602 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:30.169 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:29 smithi184 bash[14608]: cephadm 2024-03-21T13:02:29.362227+0000 mgr.x (mgr.25322) 807 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:30.169 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:29 smithi184 bash[14608]: audit 2024-03-21T13:02:29.440964+0000 mon.a (mon.0) 2603 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:30.169 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:29 smithi184 bash[14608]: audit 2024-03-21T13:02:29.443960+0000 mon.a (mon.0) 2604 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:30.169 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:29 smithi184 bash[14608]: audit 2024-03-21T13:02:29.447038+0000 mon.a (mon.0) 2605 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:30.169 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:29 smithi184 bash[14608]: audit 2024-03-21T13:02:29.448004+0000 mon.a (mon.0) 2606 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:30.169 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:29 smithi184 bash[14608]: audit 2024-03-21T13:02:29.456315+0000 mon.a (mon.0) 2607 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:30.169 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:29 smithi184 bash[14608]: cluster 2024-03-21T13:02:29.520553+0000 mon.a (mon.0) 2608 : cluster [DBG] Standby manager daemon y restarted 2024-03-21T13:02:30.169 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:29 smithi184 bash[14608]: cluster 2024-03-21T13:02:29.520775+0000 mon.a (mon.0) 2609 : cluster [DBG] Standby manager daemon y started 2024-03-21T13:02:30.170 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:29 smithi184 bash[14608]: audit 2024-03-21T13:02:29.523783+0000 mon.c (mon.1) 160 : audit [DBG] from='mgr.? 172.21.15.178:0/93591921' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2024-03-21T13:02:30.170 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:29 smithi184 bash[14608]: audit 2024-03-21T13:02:29.524825+0000 mon.c (mon.1) 161 : audit [DBG] from='mgr.? 172.21.15.178:0/93591921' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-21T13:02:30.170 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:29 smithi184 bash[14608]: audit 2024-03-21T13:02:29.528848+0000 mon.c (mon.1) 162 : audit [DBG] from='mgr.? 172.21.15.178:0/93591921' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2024-03-21T13:02:30.170 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:29 smithi184 bash[14608]: audit 2024-03-21T13:02:29.529742+0000 mon.c (mon.1) 163 : audit [DBG] from='mgr.? 172.21.15.178:0/93591921' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-21T13:02:30.170 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:29 smithi184 bash[14608]: audit 2024-03-21T13:02:29.538502+0000 mon.a (mon.0) 2610 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:30.170 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:29 smithi184 bash[14608]: audit 2024-03-21T13:02:29.540524+0000 mon.a (mon.0) 2611 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:30.170 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:29 smithi184 bash[14608]: audit 2024-03-21T13:02:29.543879+0000 mon.a (mon.0) 2612 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:30.170 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:29 smithi184 bash[14608]: audit 2024-03-21T13:02:29.544786+0000 mon.a (mon.0) 2613 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:30.170 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:29 smithi184 bash[14608]: audit 2024-03-21T13:02:29.551994+0000 mon.a (mon.0) 2614 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:30.170 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:29 smithi184 bash[14608]: audit 2024-03-21T13:02:29.630468+0000 mon.a (mon.0) 2615 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:30.170 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:29 smithi184 bash[14608]: audit 2024-03-21T13:02:29.633194+0000 mon.a (mon.0) 2616 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:30.170 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:29 smithi184 bash[14608]: audit 2024-03-21T13:02:29.636366+0000 mon.a (mon.0) 2617 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:30.170 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:29 smithi184 bash[14608]: audit 2024-03-21T13:02:29.637416+0000 mon.a (mon.0) 2618 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:30.170 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:29 smithi184 bash[14608]: audit 2024-03-21T13:02:29.646545+0000 mon.a (mon.0) 2619 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:30.171 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:29 smithi184 bash[14608]: audit 2024-03-21T13:02:29.732729+0000 mon.a (mon.0) 2620 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:30.171 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:29 smithi184 bash[14608]: audit 2024-03-21T13:02:29.735573+0000 mon.a (mon.0) 2621 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:30.171 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:29 smithi184 bash[14608]: audit 2024-03-21T13:02:29.739415+0000 mon.a (mon.0) 2622 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:30.171 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:29 smithi184 bash[14608]: audit 2024-03-21T13:02:29.740678+0000 mon.a (mon.0) 2623 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:30.171 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:29 smithi184 bash[14608]: audit 2024-03-21T13:02:29.751975+0000 mon.a (mon.0) 2624 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:30.171 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:29 smithi184 bash[14608]: audit 2024-03-21T13:02:29.771986+0000 mon.a (mon.0) 2625 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:02:30.272 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[14494]: cephadm 2024-03-21T13:02:28.439256+0000 mgr.x (mgr.25322) 768 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:30.272 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[14494]: cluster 2024-03-21T13:02:28.445244+0000 mgr.x (mgr.25322) 769 : cluster [DBG] pgmap v437: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:30.272 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[14494]: cluster 2024-03-21T13:02:28.445576+0000 mgr.x (mgr.25322) 770 : cluster [DBG] pgmap v438: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:30.273 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[14494]: cephadm 2024-03-21T13:02:28.457152+0000 mgr.x (mgr.25322) 771 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:30.273 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[14494]: cephadm 2024-03-21T13:02:28.541118+0000 mgr.x (mgr.25322) 772 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:30.273 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[14494]: cluster 2024-03-21T13:02:28.547858+0000 mgr.x (mgr.25322) 773 : cluster [DBG] pgmap v439: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:30.273 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[14494]: cluster 2024-03-21T13:02:28.548522+0000 mgr.x (mgr.25322) 774 : cluster [DBG] pgmap v440: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:30.273 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[14494]: cephadm 2024-03-21T13:02:28.558013+0000 mgr.x (mgr.25322) 775 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:30.273 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[14494]: cephadm 2024-03-21T13:02:28.648188+0000 mgr.x (mgr.25322) 776 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:30.273 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[14494]: cluster 2024-03-21T13:02:28.653832+0000 mgr.x (mgr.25322) 777 : cluster [DBG] pgmap v441: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:30.273 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[14494]: cluster 2024-03-21T13:02:28.654455+0000 mgr.x (mgr.25322) 778 : cluster [DBG] pgmap v442: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:30.273 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[14494]: cephadm 2024-03-21T13:02:28.663064+0000 mgr.x (mgr.25322) 779 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:30.273 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[14494]: cephadm 2024-03-21T13:02:28.750152+0000 mgr.x (mgr.25322) 780 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:30.273 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[14494]: cluster 2024-03-21T13:02:28.754506+0000 mgr.x (mgr.25322) 781 : cluster [DBG] pgmap v443: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:30.273 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[14494]: cluster 2024-03-21T13:02:28.754898+0000 mgr.x (mgr.25322) 782 : cluster [DBG] pgmap v444: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:30.273 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[14494]: cephadm 2024-03-21T13:02:28.762021+0000 mgr.x (mgr.25322) 783 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:30.273 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[14494]: cephadm 2024-03-21T13:02:28.847566+0000 mgr.x (mgr.25322) 784 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:30.273 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[14494]: cluster 2024-03-21T13:02:28.853024+0000 mgr.x (mgr.25322) 785 : cluster [DBG] pgmap v445: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:30.274 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[14494]: cluster 2024-03-21T13:02:28.853508+0000 mgr.x (mgr.25322) 786 : cluster [DBG] pgmap v446: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:30.274 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[14494]: cephadm 2024-03-21T13:02:28.862091+0000 mgr.x (mgr.25322) 787 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:30.274 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[20270]: cephadm 2024-03-21T13:02:28.439256+0000 mgr.x (mgr.25322) 768 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:30.274 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[20270]: cluster 2024-03-21T13:02:28.445244+0000 mgr.x (mgr.25322) 769 : cluster [DBG] pgmap v437: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:30.274 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[20270]: cluster 2024-03-21T13:02:28.445576+0000 mgr.x (mgr.25322) 770 : cluster [DBG] pgmap v438: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:30.274 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[20270]: cephadm 2024-03-21T13:02:28.457152+0000 mgr.x (mgr.25322) 771 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:30.274 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[20270]: cephadm 2024-03-21T13:02:28.541118+0000 mgr.x (mgr.25322) 772 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:30.274 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[20270]: cluster 2024-03-21T13:02:28.547858+0000 mgr.x (mgr.25322) 773 : cluster [DBG] pgmap v439: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:30.274 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[20270]: cluster 2024-03-21T13:02:28.548522+0000 mgr.x (mgr.25322) 774 : cluster [DBG] pgmap v440: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:30.274 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[20270]: cephadm 2024-03-21T13:02:28.558013+0000 mgr.x (mgr.25322) 775 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:30.275 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[20270]: cephadm 2024-03-21T13:02:28.648188+0000 mgr.x (mgr.25322) 776 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:30.275 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[20270]: cluster 2024-03-21T13:02:28.653832+0000 mgr.x (mgr.25322) 777 : cluster [DBG] pgmap v441: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:30.275 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[20270]: cluster 2024-03-21T13:02:28.654455+0000 mgr.x (mgr.25322) 778 : cluster [DBG] pgmap v442: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:30.275 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[20270]: cephadm 2024-03-21T13:02:28.663064+0000 mgr.x (mgr.25322) 779 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:30.275 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[20270]: cephadm 2024-03-21T13:02:28.750152+0000 mgr.x (mgr.25322) 780 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:30.275 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[20270]: cluster 2024-03-21T13:02:28.754506+0000 mgr.x (mgr.25322) 781 : cluster [DBG] pgmap v443: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:30.275 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[20270]: cluster 2024-03-21T13:02:28.754898+0000 mgr.x (mgr.25322) 782 : cluster [DBG] pgmap v444: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:30.275 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[20270]: cephadm 2024-03-21T13:02:28.762021+0000 mgr.x (mgr.25322) 783 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:30.275 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[20270]: cephadm 2024-03-21T13:02:28.847566+0000 mgr.x (mgr.25322) 784 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:30.275 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[20270]: cluster 2024-03-21T13:02:28.853024+0000 mgr.x (mgr.25322) 785 : cluster [DBG] pgmap v445: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:30.275 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[20270]: cluster 2024-03-21T13:02:28.853508+0000 mgr.x (mgr.25322) 786 : cluster [DBG] pgmap v446: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:30.275 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[20270]: cephadm 2024-03-21T13:02:28.862091+0000 mgr.x (mgr.25322) 787 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:30.276 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[14494]: audit 2024-03-21T13:02:28.947147+0000 mon.a (mon.0) 2578 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:30.276 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[14494]: audit 2024-03-21T13:02:28.950721+0000 mon.a (mon.0) 2579 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:30.276 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[14494]: cephadm 2024-03-21T13:02:28.953726+0000 mgr.x (mgr.25322) 788 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:30.276 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[14494]: audit 2024-03-21T13:02:28.954532+0000 mon.a (mon.0) 2580 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:30.276 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[14494]: audit 2024-03-21T13:02:28.955796+0000 mon.a (mon.0) 2581 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:30.276 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[14494]: cluster 2024-03-21T13:02:28.959937+0000 mgr.x (mgr.25322) 789 : cluster [DBG] pgmap v447: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:30.276 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[14494]: cluster 2024-03-21T13:02:28.960317+0000 mgr.x (mgr.25322) 790 : cluster [DBG] pgmap v448: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:30.276 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[14494]: audit 2024-03-21T13:02:28.963989+0000 mon.a (mon.0) 2582 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:30.276 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[14494]: cephadm 2024-03-21T13:02:28.966252+0000 mgr.x (mgr.25322) 791 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:30.276 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[14494]: audit 2024-03-21T13:02:29.045962+0000 mon.a (mon.0) 2583 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:30.276 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[14494]: audit 2024-03-21T13:02:29.048912+0000 mon.a (mon.0) 2584 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:30.276 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[14494]: cephadm 2024-03-21T13:02:29.051830+0000 mgr.x (mgr.25322) 792 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:30.277 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[14494]: audit 2024-03-21T13:02:29.052140+0000 mon.a (mon.0) 2585 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:30.277 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[14494]: audit 2024-03-21T13:02:29.053389+0000 mon.a (mon.0) 2586 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:30.277 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[14494]: cluster 2024-03-21T13:02:29.057414+0000 mgr.x (mgr.25322) 793 : cluster [DBG] pgmap v449: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:30.277 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[14494]: cluster 2024-03-21T13:02:29.057930+0000 mgr.x (mgr.25322) 794 : cluster [DBG] pgmap v450: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:30.277 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[14494]: audit 2024-03-21T13:02:29.063220+0000 mon.a (mon.0) 2587 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:30.277 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[14494]: cephadm 2024-03-21T13:02:29.065539+0000 mgr.x (mgr.25322) 795 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:30.277 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[14494]: audit 2024-03-21T13:02:29.146084+0000 mon.a (mon.0) 2588 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:30.277 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[14494]: audit 2024-03-21T13:02:29.148708+0000 mon.a (mon.0) 2589 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:30.277 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[20270]: audit 2024-03-21T13:02:28.947147+0000 mon.a (mon.0) 2578 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:30.277 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[20270]: audit 2024-03-21T13:02:28.950721+0000 mon.a (mon.0) 2579 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:30.278 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[20270]: cephadm 2024-03-21T13:02:28.953726+0000 mgr.x (mgr.25322) 788 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:30.278 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[20270]: audit 2024-03-21T13:02:28.954532+0000 mon.a (mon.0) 2580 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:30.278 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[20270]: audit 2024-03-21T13:02:28.955796+0000 mon.a (mon.0) 2581 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:30.278 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[20270]: cluster 2024-03-21T13:02:28.959937+0000 mgr.x (mgr.25322) 789 : cluster [DBG] pgmap v447: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:30.278 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[20270]: cluster 2024-03-21T13:02:28.960317+0000 mgr.x (mgr.25322) 790 : cluster [DBG] pgmap v448: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:30.278 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[20270]: audit 2024-03-21T13:02:28.963989+0000 mon.a (mon.0) 2582 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:30.278 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[20270]: cephadm 2024-03-21T13:02:28.966252+0000 mgr.x (mgr.25322) 791 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:30.278 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[20270]: audit 2024-03-21T13:02:29.045962+0000 mon.a (mon.0) 2583 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:30.278 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[20270]: audit 2024-03-21T13:02:29.048912+0000 mon.a (mon.0) 2584 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:30.278 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[20270]: cephadm 2024-03-21T13:02:29.051830+0000 mgr.x (mgr.25322) 792 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:30.278 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[20270]: audit 2024-03-21T13:02:29.052140+0000 mon.a (mon.0) 2585 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:30.278 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[20270]: audit 2024-03-21T13:02:29.053389+0000 mon.a (mon.0) 2586 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:30.278 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[20270]: cluster 2024-03-21T13:02:29.057414+0000 mgr.x (mgr.25322) 793 : cluster [DBG] pgmap v449: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:30.278 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[20270]: cluster 2024-03-21T13:02:29.057930+0000 mgr.x (mgr.25322) 794 : cluster [DBG] pgmap v450: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:30.279 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[20270]: audit 2024-03-21T13:02:29.063220+0000 mon.a (mon.0) 2587 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:30.279 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[20270]: cephadm 2024-03-21T13:02:29.065539+0000 mgr.x (mgr.25322) 795 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:30.279 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[20270]: audit 2024-03-21T13:02:29.146084+0000 mon.a (mon.0) 2588 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:30.279 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[20270]: audit 2024-03-21T13:02:29.148708+0000 mon.a (mon.0) 2589 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:30.279 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[14494]: cephadm 2024-03-21T13:02:29.151552+0000 mgr.x (mgr.25322) 796 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:30.279 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[14494]: audit 2024-03-21T13:02:29.152288+0000 mon.a (mon.0) 2590 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:30.279 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[14494]: audit 2024-03-21T13:02:29.153744+0000 mon.a (mon.0) 2591 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:30.279 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[14494]: cluster 2024-03-21T13:02:29.158067+0000 mgr.x (mgr.25322) 797 : cluster [DBG] pgmap v451: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:30.279 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[14494]: cluster 2024-03-21T13:02:29.158664+0000 mgr.x (mgr.25322) 798 : cluster [DBG] pgmap v452: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:30.279 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[14494]: audit 2024-03-21T13:02:29.164553+0000 mon.a (mon.0) 2592 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:30.280 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[14494]: cephadm 2024-03-21T13:02:29.166935+0000 mgr.x (mgr.25322) 799 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:30.280 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[14494]: audit 2024-03-21T13:02:29.248807+0000 mon.a (mon.0) 2593 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:30.280 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[14494]: audit 2024-03-21T13:02:29.251241+0000 mon.a (mon.0) 2594 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:30.280 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[14494]: cephadm 2024-03-21T13:02:29.253998+0000 mgr.x (mgr.25322) 800 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:30.280 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[14494]: audit 2024-03-21T13:02:29.254274+0000 mon.a (mon.0) 2595 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:30.280 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[14494]: audit 2024-03-21T13:02:29.255925+0000 mon.a (mon.0) 2596 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:30.280 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[14494]: cluster 2024-03-21T13:02:29.259612+0000 mgr.x (mgr.25322) 801 : cluster [DBG] pgmap v453: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:30.280 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[14494]: cluster 2024-03-21T13:02:29.260123+0000 mgr.x (mgr.25322) 802 : cluster [DBG] pgmap v454: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:30.280 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[14494]: audit 2024-03-21T13:02:29.262843+0000 mon.a (mon.0) 2597 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:30.280 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[14494]: cephadm 2024-03-21T13:02:29.265201+0000 mgr.x (mgr.25322) 803 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:30.280 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[14494]: audit 2024-03-21T13:02:29.345832+0000 mon.a (mon.0) 2598 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:30.280 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[14494]: audit 2024-03-21T13:02:29.347976+0000 mon.a (mon.0) 2599 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:30.280 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[14494]: audit 2024-03-21T13:02:29.350418+0000 mon.a (mon.0) 2600 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:30.280 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[14494]: cephadm 2024-03-21T13:02:29.350759+0000 mgr.x (mgr.25322) 804 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:30.281 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[20270]: cephadm 2024-03-21T13:02:29.151552+0000 mgr.x (mgr.25322) 796 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:30.281 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[20270]: audit 2024-03-21T13:02:29.152288+0000 mon.a (mon.0) 2590 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:30.281 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[20270]: audit 2024-03-21T13:02:29.153744+0000 mon.a (mon.0) 2591 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:30.281 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[20270]: cluster 2024-03-21T13:02:29.158067+0000 mgr.x (mgr.25322) 797 : cluster [DBG] pgmap v451: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:30.281 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[20270]: cluster 2024-03-21T13:02:29.158664+0000 mgr.x (mgr.25322) 798 : cluster [DBG] pgmap v452: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:30.281 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[20270]: audit 2024-03-21T13:02:29.164553+0000 mon.a (mon.0) 2592 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:30.281 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[20270]: cephadm 2024-03-21T13:02:29.166935+0000 mgr.x (mgr.25322) 799 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:30.281 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[20270]: audit 2024-03-21T13:02:29.248807+0000 mon.a (mon.0) 2593 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:30.281 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[20270]: audit 2024-03-21T13:02:29.251241+0000 mon.a (mon.0) 2594 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:30.282 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[20270]: cephadm 2024-03-21T13:02:29.253998+0000 mgr.x (mgr.25322) 800 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:30.282 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[20270]: audit 2024-03-21T13:02:29.254274+0000 mon.a (mon.0) 2595 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:30.282 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[20270]: audit 2024-03-21T13:02:29.255925+0000 mon.a (mon.0) 2596 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:30.282 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[20270]: cluster 2024-03-21T13:02:29.259612+0000 mgr.x (mgr.25322) 801 : cluster [DBG] pgmap v453: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:30.282 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[20270]: cluster 2024-03-21T13:02:29.260123+0000 mgr.x (mgr.25322) 802 : cluster [DBG] pgmap v454: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:30.282 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[20270]: audit 2024-03-21T13:02:29.262843+0000 mon.a (mon.0) 2597 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:30.282 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[20270]: cephadm 2024-03-21T13:02:29.265201+0000 mgr.x (mgr.25322) 803 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:30.282 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[20270]: audit 2024-03-21T13:02:29.345832+0000 mon.a (mon.0) 2598 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:30.282 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[20270]: audit 2024-03-21T13:02:29.347976+0000 mon.a (mon.0) 2599 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:30.282 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[20270]: audit 2024-03-21T13:02:29.350418+0000 mon.a (mon.0) 2600 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:30.282 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[20270]: cephadm 2024-03-21T13:02:29.350759+0000 mgr.x (mgr.25322) 804 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:30.283 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[14494]: audit 2024-03-21T13:02:29.351162+0000 mon.a (mon.0) 2601 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:30.283 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[14494]: cluster 2024-03-21T13:02:29.354736+0000 mgr.x (mgr.25322) 805 : cluster [DBG] pgmap v455: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:30.283 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[14494]: cluster 2024-03-21T13:02:29.355128+0000 mgr.x (mgr.25322) 806 : cluster [DBG] pgmap v456: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:30.283 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[14494]: audit 2024-03-21T13:02:29.360076+0000 mon.a (mon.0) 2602 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:30.283 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[14494]: cephadm 2024-03-21T13:02:29.362227+0000 mgr.x (mgr.25322) 807 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:30.283 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[14494]: audit 2024-03-21T13:02:29.440964+0000 mon.a (mon.0) 2603 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:30.283 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[14494]: audit 2024-03-21T13:02:29.443960+0000 mon.a (mon.0) 2604 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:30.283 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[14494]: audit 2024-03-21T13:02:29.447038+0000 mon.a (mon.0) 2605 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:30.283 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[14494]: audit 2024-03-21T13:02:29.448004+0000 mon.a (mon.0) 2606 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:30.283 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[14494]: audit 2024-03-21T13:02:29.456315+0000 mon.a (mon.0) 2607 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:30.283 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[14494]: cluster 2024-03-21T13:02:29.520553+0000 mon.a (mon.0) 2608 : cluster [DBG] Standby manager daemon y restarted 2024-03-21T13:02:30.283 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[14494]: cluster 2024-03-21T13:02:29.520775+0000 mon.a (mon.0) 2609 : cluster [DBG] Standby manager daemon y started 2024-03-21T13:02:30.283 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[14494]: audit 2024-03-21T13:02:29.523783+0000 mon.c (mon.1) 160 : audit [DBG] from='mgr.? 172.21.15.178:0/93591921' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2024-03-21T13:02:30.283 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[14494]: audit 2024-03-21T13:02:29.524825+0000 mon.c (mon.1) 161 : audit [DBG] from='mgr.? 172.21.15.178:0/93591921' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-21T13:02:30.284 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[14494]: audit 2024-03-21T13:02:29.528848+0000 mon.c (mon.1) 162 : audit [DBG] from='mgr.? 172.21.15.178:0/93591921' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2024-03-21T13:02:30.284 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[14494]: audit 2024-03-21T13:02:29.529742+0000 mon.c (mon.1) 163 : audit [DBG] from='mgr.? 172.21.15.178:0/93591921' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-21T13:02:30.284 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[14494]: audit 2024-03-21T13:02:29.538502+0000 mon.a (mon.0) 2610 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:30.284 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[14494]: audit 2024-03-21T13:02:29.540524+0000 mon.a (mon.0) 2611 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:30.284 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[14494]: audit 2024-03-21T13:02:29.543879+0000 mon.a (mon.0) 2612 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:30.284 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[14494]: audit 2024-03-21T13:02:29.544786+0000 mon.a (mon.0) 2613 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:30.284 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[20270]: audit 2024-03-21T13:02:29.351162+0000 mon.a (mon.0) 2601 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:30.284 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[20270]: cluster 2024-03-21T13:02:29.354736+0000 mgr.x (mgr.25322) 805 : cluster [DBG] pgmap v455: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:30.284 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[20270]: cluster 2024-03-21T13:02:29.355128+0000 mgr.x (mgr.25322) 806 : cluster [DBG] pgmap v456: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:30.284 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[20270]: audit 2024-03-21T13:02:29.360076+0000 mon.a (mon.0) 2602 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:30.284 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[20270]: cephadm 2024-03-21T13:02:29.362227+0000 mgr.x (mgr.25322) 807 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:30.285 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[20270]: audit 2024-03-21T13:02:29.440964+0000 mon.a (mon.0) 2603 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:30.285 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[20270]: audit 2024-03-21T13:02:29.443960+0000 mon.a (mon.0) 2604 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:30.285 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[20270]: audit 2024-03-21T13:02:29.447038+0000 mon.a (mon.0) 2605 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:30.285 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[20270]: audit 2024-03-21T13:02:29.448004+0000 mon.a (mon.0) 2606 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:30.285 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[20270]: audit 2024-03-21T13:02:29.456315+0000 mon.a (mon.0) 2607 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:30.285 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[20270]: cluster 2024-03-21T13:02:29.520553+0000 mon.a (mon.0) 2608 : cluster [DBG] Standby manager daemon y restarted 2024-03-21T13:02:30.285 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[20270]: cluster 2024-03-21T13:02:29.520775+0000 mon.a (mon.0) 2609 : cluster [DBG] Standby manager daemon y started 2024-03-21T13:02:30.285 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[20270]: audit 2024-03-21T13:02:29.523783+0000 mon.c (mon.1) 160 : audit [DBG] from='mgr.? 172.21.15.178:0/93591921' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2024-03-21T13:02:30.285 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[20270]: audit 2024-03-21T13:02:29.524825+0000 mon.c (mon.1) 161 : audit [DBG] from='mgr.? 172.21.15.178:0/93591921' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-21T13:02:30.285 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[20270]: audit 2024-03-21T13:02:29.528848+0000 mon.c (mon.1) 162 : audit [DBG] from='mgr.? 172.21.15.178:0/93591921' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2024-03-21T13:02:30.285 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[20270]: audit 2024-03-21T13:02:29.529742+0000 mon.c (mon.1) 163 : audit [DBG] from='mgr.? 172.21.15.178:0/93591921' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-21T13:02:30.285 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[20270]: audit 2024-03-21T13:02:29.538502+0000 mon.a (mon.0) 2610 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:30.285 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[20270]: audit 2024-03-21T13:02:29.540524+0000 mon.a (mon.0) 2611 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:30.285 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[20270]: audit 2024-03-21T13:02:29.543879+0000 mon.a (mon.0) 2612 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:30.285 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[20270]: audit 2024-03-21T13:02:29.544786+0000 mon.a (mon.0) 2613 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:30.286 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[14494]: audit 2024-03-21T13:02:29.551994+0000 mon.a (mon.0) 2614 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:30.286 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[14494]: audit 2024-03-21T13:02:29.630468+0000 mon.a (mon.0) 2615 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:30.286 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[14494]: audit 2024-03-21T13:02:29.633194+0000 mon.a (mon.0) 2616 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:30.286 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[14494]: audit 2024-03-21T13:02:29.636366+0000 mon.a (mon.0) 2617 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:30.286 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[14494]: audit 2024-03-21T13:02:29.637416+0000 mon.a (mon.0) 2618 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:30.286 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[14494]: audit 2024-03-21T13:02:29.646545+0000 mon.a (mon.0) 2619 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:30.286 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[14494]: audit 2024-03-21T13:02:29.732729+0000 mon.a (mon.0) 2620 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:30.286 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[14494]: audit 2024-03-21T13:02:29.735573+0000 mon.a (mon.0) 2621 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:30.286 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[14494]: audit 2024-03-21T13:02:29.739415+0000 mon.a (mon.0) 2622 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:30.287 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[14494]: audit 2024-03-21T13:02:29.740678+0000 mon.a (mon.0) 2623 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:30.287 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[14494]: audit 2024-03-21T13:02:29.751975+0000 mon.a (mon.0) 2624 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:30.287 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[14494]: audit 2024-03-21T13:02:29.771986+0000 mon.a (mon.0) 2625 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:02:30.287 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[20270]: audit 2024-03-21T13:02:29.551994+0000 mon.a (mon.0) 2614 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:30.287 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[20270]: audit 2024-03-21T13:02:29.630468+0000 mon.a (mon.0) 2615 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:30.287 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[20270]: audit 2024-03-21T13:02:29.633194+0000 mon.a (mon.0) 2616 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:30.287 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[20270]: audit 2024-03-21T13:02:29.636366+0000 mon.a (mon.0) 2617 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:30.287 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[20270]: audit 2024-03-21T13:02:29.637416+0000 mon.a (mon.0) 2618 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:30.287 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[20270]: audit 2024-03-21T13:02:29.646545+0000 mon.a (mon.0) 2619 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:30.287 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[20270]: audit 2024-03-21T13:02:29.732729+0000 mon.a (mon.0) 2620 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:30.287 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[20270]: audit 2024-03-21T13:02:29.735573+0000 mon.a (mon.0) 2621 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:30.287 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[20270]: audit 2024-03-21T13:02:29.739415+0000 mon.a (mon.0) 2622 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:30.288 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[20270]: audit 2024-03-21T13:02:29.740678+0000 mon.a (mon.0) 2623 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:30.288 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[20270]: audit 2024-03-21T13:02:29.751975+0000 mon.a (mon.0) 2624 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:30.288 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:29 smithi178 bash[20270]: audit 2024-03-21T13:02:29.771986+0000 mon.a (mon.0) 2625 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:02:31.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[14494]: cephadm 2024-03-21T13:02:29.446787+0000 mgr.x (mgr.25322) 808 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:31.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[14494]: cluster 2024-03-21T13:02:29.451332+0000 mgr.x (mgr.25322) 809 : cluster [DBG] pgmap v457: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:31.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[14494]: cluster 2024-03-21T13:02:29.451587+0000 mgr.x (mgr.25322) 810 : cluster [DBG] pgmap v458: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:31.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[14494]: cephadm 2024-03-21T13:02:29.458561+0000 mgr.x (mgr.25322) 811 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:31.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[14494]: cephadm 2024-03-21T13:02:29.543158+0000 mgr.x (mgr.25322) 812 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:31.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[14494]: cluster 2024-03-21T13:02:29.548093+0000 mgr.x (mgr.25322) 813 : cluster [DBG] pgmap v459: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:31.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[14494]: cluster 2024-03-21T13:02:29.548324+0000 mgr.x (mgr.25322) 814 : cluster [DBG] pgmap v460: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:31.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[14494]: cephadm 2024-03-21T13:02:29.554184+0000 mgr.x (mgr.25322) 815 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:31.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[14494]: cephadm 2024-03-21T13:02:29.635954+0000 mgr.x (mgr.25322) 816 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:31.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[14494]: cluster 2024-03-21T13:02:29.641077+0000 mgr.x (mgr.25322) 817 : cluster [DBG] pgmap v461: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:31.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[14494]: cephadm 2024-03-21T13:02:29.648740+0000 mgr.x (mgr.25322) 818 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:31.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[14494]: cephadm 2024-03-21T13:02:29.738673+0000 mgr.x (mgr.25322) 819 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:31.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[14494]: cluster 2024-03-21T13:02:29.744434+0000 mgr.x (mgr.25322) 820 : cluster [DBG] pgmap v462: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:31.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[14494]: cluster 2024-03-21T13:02:29.744878+0000 mgr.x (mgr.25322) 821 : cluster [DBG] pgmap v463: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:31.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[14494]: cephadm 2024-03-21T13:02:29.754326+0000 mgr.x (mgr.25322) 822 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:31.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[14494]: audit 2024-03-21T13:02:29.930968+0000 mon.a (mon.0) 2626 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:31.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[14494]: audit 2024-03-21T13:02:29.934329+0000 mon.a (mon.0) 2627 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:31.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[14494]: cephadm 2024-03-21T13:02:29.937414+0000 mgr.x (mgr.25322) 823 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:31.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[14494]: audit 2024-03-21T13:02:29.938163+0000 mon.a (mon.0) 2628 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:31.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[14494]: audit 2024-03-21T13:02:29.939756+0000 mon.a (mon.0) 2629 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:31.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[14494]: cluster 2024-03-21T13:02:29.943570+0000 mgr.x (mgr.25322) 824 : cluster [DBG] pgmap v464: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:31.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[14494]: cluster 2024-03-21T13:02:29.943886+0000 mgr.x (mgr.25322) 825 : cluster [DBG] pgmap v465: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:31.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[14494]: audit 2024-03-21T13:02:29.950102+0000 mon.a (mon.0) 2630 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:31.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[14494]: cephadm 2024-03-21T13:02:29.952500+0000 mgr.x (mgr.25322) 826 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:31.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[14494]: audit 2024-03-21T13:02:30.061995+0000 mon.a (mon.0) 2631 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:31.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[14494]: audit 2024-03-21T13:02:30.065960+0000 mon.a (mon.0) 2632 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:31.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[14494]: cephadm 2024-03-21T13:02:30.069717+0000 mgr.x (mgr.25322) 827 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:31.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[14494]: audit 2024-03-21T13:02:30.070591+0000 mon.a (mon.0) 2633 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:31.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[14494]: audit 2024-03-21T13:02:30.071971+0000 mon.a (mon.0) 2634 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:31.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[14494]: cluster 2024-03-21T13:02:30.075794+0000 mgr.x (mgr.25322) 828 : cluster [DBG] pgmap v466: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:31.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[14494]: cluster 2024-03-21T13:02:30.076029+0000 mgr.x (mgr.25322) 829 : cluster [DBG] pgmap v467: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:31.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[14494]: audit 2024-03-21T13:02:30.082673+0000 mon.a (mon.0) 2635 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:31.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[14494]: cephadm 2024-03-21T13:02:30.085103+0000 mgr.x (mgr.25322) 830 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:31.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[14494]: audit 2024-03-21T13:02:30.160498+0000 mon.a (mon.0) 2636 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:31.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[14494]: audit 2024-03-21T13:02:30.164876+0000 mon.a (mon.0) 2637 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:31.055 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[14494]: cephadm 2024-03-21T13:02:30.168199+0000 mgr.x (mgr.25322) 831 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:31.055 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[14494]: audit 2024-03-21T13:02:30.169351+0000 mon.a (mon.0) 2638 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:31.055 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[14494]: audit 2024-03-21T13:02:30.170692+0000 mon.a (mon.0) 2639 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:31.055 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[14494]: cluster 2024-03-21T13:02:30.175934+0000 mgr.x (mgr.25322) 832 : cluster [DBG] pgmap v468: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:31.055 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[14494]: cluster 2024-03-21T13:02:30.176512+0000 mgr.x (mgr.25322) 833 : cluster [DBG] pgmap v469: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:31.055 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[14494]: audit 2024-03-21T13:02:30.186117+0000 mon.a (mon.0) 2640 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:31.055 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[14494]: cephadm 2024-03-21T13:02:30.188509+0000 mgr.x (mgr.25322) 834 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:31.056 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[14494]: audit 2024-03-21T13:02:30.215852+0000 mon.a (mon.0) 2641 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:31.056 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[14494]: audit 2024-03-21T13:02:30.223139+0000 mon.a (mon.0) 2642 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:31.056 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[14494]: cluster 2024-03-21T13:02:30.226336+0000 mgr.x (mgr.25322) 835 : cluster [DBG] pgmap v470: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:31.056 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[14494]: cluster 2024-03-21T13:02:30.226809+0000 mgr.x (mgr.25322) 836 : cluster [DBG] pgmap v471: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:31.056 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[14494]: audit 2024-03-21T13:02:30.232399+0000 mon.a (mon.0) 2643 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:31.056 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[14494]: audit 2024-03-21T13:02:30.265368+0000 mon.a (mon.0) 2644 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:31.057 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[14494]: audit 2024-03-21T13:02:30.268217+0000 mon.a (mon.0) 2645 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:31.057 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[14494]: cephadm 2024-03-21T13:02:30.271035+0000 mgr.x (mgr.25322) 837 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:31.057 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[14494]: audit 2024-03-21T13:02:30.271270+0000 mon.a (mon.0) 2646 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:31.057 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[14494]: audit 2024-03-21T13:02:30.272480+0000 mon.a (mon.0) 2647 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:31.057 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[14494]: cluster 2024-03-21T13:02:30.276139+0000 mgr.x (mgr.25322) 838 : cluster [DBG] pgmap v472: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:31.057 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[14494]: cluster 2024-03-21T13:02:30.276580+0000 mgr.x (mgr.25322) 839 : cluster [DBG] pgmap v473: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:31.058 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[14494]: audit 2024-03-21T13:02:30.282149+0000 mon.a (mon.0) 2648 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:31.058 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[14494]: cephadm 2024-03-21T13:02:30.284492+0000 mgr.x (mgr.25322) 840 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:31.058 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[14494]: audit 2024-03-21T13:02:30.363369+0000 mon.a (mon.0) 2649 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:31.058 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[14494]: audit 2024-03-21T13:02:30.367733+0000 mon.a (mon.0) 2650 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:31.058 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[14494]: cephadm 2024-03-21T13:02:30.370802+0000 mgr.x (mgr.25322) 841 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:31.058 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[14494]: audit 2024-03-21T13:02:30.371796+0000 mon.a (mon.0) 2651 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:31.059 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[14494]: audit 2024-03-21T13:02:30.373095+0000 mon.a (mon.0) 2652 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:31.059 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[14494]: cluster 2024-03-21T13:02:30.377799+0000 mgr.x (mgr.25322) 842 : cluster [DBG] pgmap v474: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:31.060 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[14494]: audit 2024-03-21T13:02:30.384161+0000 mon.a (mon.0) 2653 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:31.060 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[14494]: cephadm 2024-03-21T13:02:30.386403+0000 mgr.x (mgr.25322) 843 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:31.060 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[14494]: cluster 2024-03-21T13:02:30.471807+0000 mon.a (mon.0) 2654 : cluster [DBG] mgrmap e39: x(active, since 61s), standbys: y 2024-03-21T13:02:31.060 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[14494]: audit 2024-03-21T13:02:30.471992+0000 mon.a (mon.0) 2655 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:31.060 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[14494]: audit 2024-03-21T13:02:30.474288+0000 mon.a (mon.0) 2656 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:31.060 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[14494]: audit 2024-03-21T13:02:30.476312+0000 mon.a (mon.0) 2657 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:31.061 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[14494]: audit 2024-03-21T13:02:30.477158+0000 mon.a (mon.0) 2658 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:31.061 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[14494]: audit 2024-03-21T13:02:30.482993+0000 mon.a (mon.0) 2659 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:31.061 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[14494]: audit 2024-03-21T13:02:30.562269+0000 mon.a (mon.0) 2660 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:31.061 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[14494]: audit 2024-03-21T13:02:30.565496+0000 mon.a (mon.0) 2661 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:31.061 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[14494]: audit 2024-03-21T13:02:30.568339+0000 mon.a (mon.0) 2662 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:31.061 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[14494]: audit 2024-03-21T13:02:30.569585+0000 mon.a (mon.0) 2663 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:31.062 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[14494]: audit 2024-03-21T13:02:30.581412+0000 mon.a (mon.0) 2664 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:31.062 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[14494]: audit 2024-03-21T13:02:30.659362+0000 mon.a (mon.0) 2665 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:31.062 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[14494]: audit 2024-03-21T13:02:30.662719+0000 mon.a (mon.0) 2666 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:31.062 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[14494]: audit 2024-03-21T13:02:30.665569+0000 mon.a (mon.0) 2667 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:31.062 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[14494]: audit 2024-03-21T13:02:30.666732+0000 mon.a (mon.0) 2668 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:31.062 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[14494]: audit 2024-03-21T13:02:30.678580+0000 mon.a (mon.0) 2669 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:31.063 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[20270]: cephadm 2024-03-21T13:02:29.446787+0000 mgr.x (mgr.25322) 808 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:31.063 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[20270]: cluster 2024-03-21T13:02:29.451332+0000 mgr.x (mgr.25322) 809 : cluster [DBG] pgmap v457: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:31.063 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[20270]: cluster 2024-03-21T13:02:29.451587+0000 mgr.x (mgr.25322) 810 : cluster [DBG] pgmap v458: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:31.063 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[20270]: cephadm 2024-03-21T13:02:29.458561+0000 mgr.x (mgr.25322) 811 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:31.064 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[20270]: cephadm 2024-03-21T13:02:29.543158+0000 mgr.x (mgr.25322) 812 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:31.064 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[20270]: cluster 2024-03-21T13:02:29.548093+0000 mgr.x (mgr.25322) 813 : cluster [DBG] pgmap v459: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:31.064 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[20270]: cluster 2024-03-21T13:02:29.548324+0000 mgr.x (mgr.25322) 814 : cluster [DBG] pgmap v460: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:31.064 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[20270]: cephadm 2024-03-21T13:02:29.554184+0000 mgr.x (mgr.25322) 815 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:31.064 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[20270]: cephadm 2024-03-21T13:02:29.635954+0000 mgr.x (mgr.25322) 816 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:31.064 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[20270]: cluster 2024-03-21T13:02:29.641077+0000 mgr.x (mgr.25322) 817 : cluster [DBG] pgmap v461: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:31.065 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[20270]: cephadm 2024-03-21T13:02:29.648740+0000 mgr.x (mgr.25322) 818 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:31.065 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[20270]: cephadm 2024-03-21T13:02:29.738673+0000 mgr.x (mgr.25322) 819 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:31.065 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[20270]: cluster 2024-03-21T13:02:29.744434+0000 mgr.x (mgr.25322) 820 : cluster [DBG] pgmap v462: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:31.065 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[20270]: cluster 2024-03-21T13:02:29.744878+0000 mgr.x (mgr.25322) 821 : cluster [DBG] pgmap v463: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:31.065 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[20270]: cephadm 2024-03-21T13:02:29.754326+0000 mgr.x (mgr.25322) 822 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:31.065 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[20270]: audit 2024-03-21T13:02:29.930968+0000 mon.a (mon.0) 2626 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:31.066 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[20270]: audit 2024-03-21T13:02:29.934329+0000 mon.a (mon.0) 2627 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:31.066 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[20270]: cephadm 2024-03-21T13:02:29.937414+0000 mgr.x (mgr.25322) 823 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:31.066 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[20270]: audit 2024-03-21T13:02:29.938163+0000 mon.a (mon.0) 2628 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:31.066 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[20270]: audit 2024-03-21T13:02:29.939756+0000 mon.a (mon.0) 2629 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:31.067 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[14494]: audit 2024-03-21T13:02:30.761587+0000 mon.a (mon.0) 2670 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:31.067 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[14494]: audit 2024-03-21T13:02:30.766853+0000 mon.a (mon.0) 2671 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:31.067 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[14494]: audit 2024-03-21T13:02:30.770274+0000 mon.a (mon.0) 2672 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:31.067 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[14494]: audit 2024-03-21T13:02:30.771920+0000 mon.a (mon.0) 2673 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:31.067 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[14494]: audit 2024-03-21T13:02:30.785084+0000 mon.a (mon.0) 2674 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:31.067 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[14494]: audit 2024-03-21T13:02:30.869517+0000 mon.a (mon.0) 2675 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:31.068 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[14494]: audit 2024-03-21T13:02:30.872252+0000 mon.a (mon.0) 2676 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:31.068 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[14494]: audit 2024-03-21T13:02:30.875663+0000 mon.a (mon.0) 2677 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:31.068 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[14494]: audit 2024-03-21T13:02:30.877189+0000 mon.a (mon.0) 2678 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:31.069 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[20270]: cluster 2024-03-21T13:02:29.943570+0000 mgr.x (mgr.25322) 824 : cluster [DBG] pgmap v464: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:31.069 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[20270]: cluster 2024-03-21T13:02:29.943886+0000 mgr.x (mgr.25322) 825 : cluster [DBG] pgmap v465: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:31.069 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[20270]: audit 2024-03-21T13:02:29.950102+0000 mon.a (mon.0) 2630 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:31.069 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[20270]: cephadm 2024-03-21T13:02:29.952500+0000 mgr.x (mgr.25322) 826 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:31.070 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[20270]: audit 2024-03-21T13:02:30.061995+0000 mon.a (mon.0) 2631 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:31.070 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[20270]: audit 2024-03-21T13:02:30.065960+0000 mon.a (mon.0) 2632 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:31.070 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[20270]: cephadm 2024-03-21T13:02:30.069717+0000 mgr.x (mgr.25322) 827 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:31.070 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[20270]: audit 2024-03-21T13:02:30.070591+0000 mon.a (mon.0) 2633 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:31.070 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[20270]: audit 2024-03-21T13:02:30.071971+0000 mon.a (mon.0) 2634 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:31.070 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[20270]: cluster 2024-03-21T13:02:30.075794+0000 mgr.x (mgr.25322) 828 : cluster [DBG] pgmap v466: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:31.071 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[20270]: cluster 2024-03-21T13:02:30.076029+0000 mgr.x (mgr.25322) 829 : cluster [DBG] pgmap v467: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:31.071 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[20270]: audit 2024-03-21T13:02:30.082673+0000 mon.a (mon.0) 2635 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:31.071 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[20270]: cephadm 2024-03-21T13:02:30.085103+0000 mgr.x (mgr.25322) 830 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:31.071 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[20270]: audit 2024-03-21T13:02:30.160498+0000 mon.a (mon.0) 2636 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:31.071 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[20270]: audit 2024-03-21T13:02:30.164876+0000 mon.a (mon.0) 2637 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:31.071 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[20270]: cephadm 2024-03-21T13:02:30.168199+0000 mgr.x (mgr.25322) 831 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:31.072 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[20270]: audit 2024-03-21T13:02:30.169351+0000 mon.a (mon.0) 2638 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:31.072 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[20270]: audit 2024-03-21T13:02:30.170692+0000 mon.a (mon.0) 2639 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:31.072 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[20270]: cluster 2024-03-21T13:02:30.175934+0000 mgr.x (mgr.25322) 832 : cluster [DBG] pgmap v468: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:31.072 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[20270]: cluster 2024-03-21T13:02:30.176512+0000 mgr.x (mgr.25322) 833 : cluster [DBG] pgmap v469: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:31.072 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[20270]: audit 2024-03-21T13:02:30.186117+0000 mon.a (mon.0) 2640 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:31.073 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[20270]: cephadm 2024-03-21T13:02:30.188509+0000 mgr.x (mgr.25322) 834 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:31.073 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[20270]: audit 2024-03-21T13:02:30.215852+0000 mon.a (mon.0) 2641 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:31.073 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[20270]: audit 2024-03-21T13:02:30.223139+0000 mon.a (mon.0) 2642 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:31.073 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[20270]: cluster 2024-03-21T13:02:30.226336+0000 mgr.x (mgr.25322) 835 : cluster [DBG] pgmap v470: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:31.073 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[20270]: cluster 2024-03-21T13:02:30.226809+0000 mgr.x (mgr.25322) 836 : cluster [DBG] pgmap v471: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:31.074 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[20270]: audit 2024-03-21T13:02:30.232399+0000 mon.a (mon.0) 2643 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:31.074 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[20270]: audit 2024-03-21T13:02:30.265368+0000 mon.a (mon.0) 2644 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:31.074 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[20270]: audit 2024-03-21T13:02:30.268217+0000 mon.a (mon.0) 2645 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:31.074 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[20270]: cephadm 2024-03-21T13:02:30.271035+0000 mgr.x (mgr.25322) 837 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:31.075 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[20270]: audit 2024-03-21T13:02:30.271270+0000 mon.a (mon.0) 2646 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:31.075 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[20270]: audit 2024-03-21T13:02:30.272480+0000 mon.a (mon.0) 2647 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:31.075 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[20270]: cluster 2024-03-21T13:02:30.276139+0000 mgr.x (mgr.25322) 838 : cluster [DBG] pgmap v472: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:31.075 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[20270]: cluster 2024-03-21T13:02:30.276580+0000 mgr.x (mgr.25322) 839 : cluster [DBG] pgmap v473: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:31.075 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[20270]: audit 2024-03-21T13:02:30.282149+0000 mon.a (mon.0) 2648 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:31.076 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[20270]: cephadm 2024-03-21T13:02:30.284492+0000 mgr.x (mgr.25322) 840 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:31.076 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[20270]: audit 2024-03-21T13:02:30.363369+0000 mon.a (mon.0) 2649 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:31.076 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[20270]: audit 2024-03-21T13:02:30.367733+0000 mon.a (mon.0) 2650 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:31.076 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[20270]: cephadm 2024-03-21T13:02:30.370802+0000 mgr.x (mgr.25322) 841 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:31.076 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[20270]: audit 2024-03-21T13:02:30.371796+0000 mon.a (mon.0) 2651 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:31.076 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[20270]: audit 2024-03-21T13:02:30.373095+0000 mon.a (mon.0) 2652 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:31.076 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[20270]: cluster 2024-03-21T13:02:30.377799+0000 mgr.x (mgr.25322) 842 : cluster [DBG] pgmap v474: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:31.076 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[20270]: audit 2024-03-21T13:02:30.384161+0000 mon.a (mon.0) 2653 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:31.076 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[20270]: cephadm 2024-03-21T13:02:30.386403+0000 mgr.x (mgr.25322) 843 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:31.076 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[20270]: cluster 2024-03-21T13:02:30.471807+0000 mon.a (mon.0) 2654 : cluster [DBG] mgrmap e39: x(active, since 61s), standbys: y 2024-03-21T13:02:31.076 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[20270]: audit 2024-03-21T13:02:30.471992+0000 mon.a (mon.0) 2655 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:31.076 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[20270]: audit 2024-03-21T13:02:30.474288+0000 mon.a (mon.0) 2656 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:31.076 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[20270]: audit 2024-03-21T13:02:30.476312+0000 mon.a (mon.0) 2657 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:31.077 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[20270]: audit 2024-03-21T13:02:30.477158+0000 mon.a (mon.0) 2658 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:31.077 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[20270]: audit 2024-03-21T13:02:30.482993+0000 mon.a (mon.0) 2659 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:31.077 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[20270]: audit 2024-03-21T13:02:30.562269+0000 mon.a (mon.0) 2660 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:31.077 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[20270]: audit 2024-03-21T13:02:30.565496+0000 mon.a (mon.0) 2661 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:31.077 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[20270]: audit 2024-03-21T13:02:30.568339+0000 mon.a (mon.0) 2662 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:31.077 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[20270]: audit 2024-03-21T13:02:30.569585+0000 mon.a (mon.0) 2663 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:31.077 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[20270]: audit 2024-03-21T13:02:30.581412+0000 mon.a (mon.0) 2664 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:31.077 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[20270]: audit 2024-03-21T13:02:30.659362+0000 mon.a (mon.0) 2665 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:31.077 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[20270]: audit 2024-03-21T13:02:30.662719+0000 mon.a (mon.0) 2666 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:31.077 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[20270]: audit 2024-03-21T13:02:30.665569+0000 mon.a (mon.0) 2667 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:31.077 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[20270]: audit 2024-03-21T13:02:30.666732+0000 mon.a (mon.0) 2668 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:31.077 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[20270]: audit 2024-03-21T13:02:30.678580+0000 mon.a (mon.0) 2669 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:31.077 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[20270]: audit 2024-03-21T13:02:30.761587+0000 mon.a (mon.0) 2670 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:31.077 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[20270]: audit 2024-03-21T13:02:30.766853+0000 mon.a (mon.0) 2671 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:31.078 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[20270]: audit 2024-03-21T13:02:30.770274+0000 mon.a (mon.0) 2672 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:31.078 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[20270]: audit 2024-03-21T13:02:30.771920+0000 mon.a (mon.0) 2673 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:31.078 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[20270]: audit 2024-03-21T13:02:30.785084+0000 mon.a (mon.0) 2674 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:31.078 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[20270]: audit 2024-03-21T13:02:30.869517+0000 mon.a (mon.0) 2675 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:31.078 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[20270]: audit 2024-03-21T13:02:30.872252+0000 mon.a (mon.0) 2676 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:31.078 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[20270]: audit 2024-03-21T13:02:30.875663+0000 mon.a (mon.0) 2677 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:31.078 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:30 smithi178 bash[20270]: audit 2024-03-21T13:02:30.877189+0000 mon.a (mon.0) 2678 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:31.159 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:30 smithi184 bash[14608]: cephadm 2024-03-21T13:02:29.446787+0000 mgr.x (mgr.25322) 808 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:31.159 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:30 smithi184 bash[14608]: cluster 2024-03-21T13:02:29.451332+0000 mgr.x (mgr.25322) 809 : cluster [DBG] pgmap v457: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:31.159 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:30 smithi184 bash[14608]: cluster 2024-03-21T13:02:29.451587+0000 mgr.x (mgr.25322) 810 : cluster [DBG] pgmap v458: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:31.159 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:30 smithi184 bash[14608]: cephadm 2024-03-21T13:02:29.458561+0000 mgr.x (mgr.25322) 811 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:31.160 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:30 smithi184 bash[14608]: cephadm 2024-03-21T13:02:29.543158+0000 mgr.x (mgr.25322) 812 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:31.160 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:30 smithi184 bash[14608]: cluster 2024-03-21T13:02:29.548093+0000 mgr.x (mgr.25322) 813 : cluster [DBG] pgmap v459: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:31.160 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:30 smithi184 bash[14608]: cluster 2024-03-21T13:02:29.548324+0000 mgr.x (mgr.25322) 814 : cluster [DBG] pgmap v460: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:31.160 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:30 smithi184 bash[14608]: cephadm 2024-03-21T13:02:29.554184+0000 mgr.x (mgr.25322) 815 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:31.160 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:30 smithi184 bash[14608]: cephadm 2024-03-21T13:02:29.635954+0000 mgr.x (mgr.25322) 816 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:31.160 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:30 smithi184 bash[14608]: cluster 2024-03-21T13:02:29.641077+0000 mgr.x (mgr.25322) 817 : cluster [DBG] pgmap v461: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:31.160 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:30 smithi184 bash[14608]: cephadm 2024-03-21T13:02:29.648740+0000 mgr.x (mgr.25322) 818 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:31.160 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:30 smithi184 bash[14608]: cephadm 2024-03-21T13:02:29.738673+0000 mgr.x (mgr.25322) 819 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:31.160 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:30 smithi184 bash[14608]: cluster 2024-03-21T13:02:29.744434+0000 mgr.x (mgr.25322) 820 : cluster [DBG] pgmap v462: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:31.160 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:30 smithi184 bash[14608]: cluster 2024-03-21T13:02:29.744878+0000 mgr.x (mgr.25322) 821 : cluster [DBG] pgmap v463: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:31.160 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:30 smithi184 bash[14608]: cephadm 2024-03-21T13:02:29.754326+0000 mgr.x (mgr.25322) 822 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:31.160 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:30 smithi184 bash[14608]: audit 2024-03-21T13:02:29.930968+0000 mon.a (mon.0) 2626 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:31.160 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:30 smithi184 bash[14608]: audit 2024-03-21T13:02:29.934329+0000 mon.a (mon.0) 2627 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:31.161 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:30 smithi184 bash[14608]: cephadm 2024-03-21T13:02:29.937414+0000 mgr.x (mgr.25322) 823 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:31.161 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:30 smithi184 bash[14608]: audit 2024-03-21T13:02:29.938163+0000 mon.a (mon.0) 2628 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:31.161 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:30 smithi184 bash[14608]: audit 2024-03-21T13:02:29.939756+0000 mon.a (mon.0) 2629 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:31.161 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:30 smithi184 bash[14608]: cluster 2024-03-21T13:02:29.943570+0000 mgr.x (mgr.25322) 824 : cluster [DBG] pgmap v464: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:31.161 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:30 smithi184 bash[14608]: cluster 2024-03-21T13:02:29.943886+0000 mgr.x (mgr.25322) 825 : cluster [DBG] pgmap v465: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:31.161 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:30 smithi184 bash[14608]: audit 2024-03-21T13:02:29.950102+0000 mon.a (mon.0) 2630 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:31.161 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:30 smithi184 bash[14608]: cephadm 2024-03-21T13:02:29.952500+0000 mgr.x (mgr.25322) 826 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:31.161 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:30 smithi184 bash[14608]: audit 2024-03-21T13:02:30.061995+0000 mon.a (mon.0) 2631 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:31.161 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:30 smithi184 bash[14608]: audit 2024-03-21T13:02:30.065960+0000 mon.a (mon.0) 2632 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:31.161 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:30 smithi184 bash[14608]: cephadm 2024-03-21T13:02:30.069717+0000 mgr.x (mgr.25322) 827 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:31.161 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:30 smithi184 bash[14608]: audit 2024-03-21T13:02:30.070591+0000 mon.a (mon.0) 2633 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:31.161 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:30 smithi184 bash[14608]: audit 2024-03-21T13:02:30.071971+0000 mon.a (mon.0) 2634 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:31.161 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:30 smithi184 bash[14608]: cluster 2024-03-21T13:02:30.075794+0000 mgr.x (mgr.25322) 828 : cluster [DBG] pgmap v466: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:31.162 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:30 smithi184 bash[14608]: cluster 2024-03-21T13:02:30.076029+0000 mgr.x (mgr.25322) 829 : cluster [DBG] pgmap v467: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:31.162 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:30 smithi184 bash[14608]: audit 2024-03-21T13:02:30.082673+0000 mon.a (mon.0) 2635 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:31.162 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:30 smithi184 bash[14608]: cephadm 2024-03-21T13:02:30.085103+0000 mgr.x (mgr.25322) 830 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:31.162 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:30 smithi184 bash[14608]: audit 2024-03-21T13:02:30.160498+0000 mon.a (mon.0) 2636 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:31.162 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:30 smithi184 bash[14608]: audit 2024-03-21T13:02:30.164876+0000 mon.a (mon.0) 2637 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:31.162 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:30 smithi184 bash[14608]: cephadm 2024-03-21T13:02:30.168199+0000 mgr.x (mgr.25322) 831 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:31.162 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:30 smithi184 bash[14608]: audit 2024-03-21T13:02:30.169351+0000 mon.a (mon.0) 2638 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:31.162 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:30 smithi184 bash[14608]: audit 2024-03-21T13:02:30.170692+0000 mon.a (mon.0) 2639 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:31.162 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:30 smithi184 bash[14608]: cluster 2024-03-21T13:02:30.175934+0000 mgr.x (mgr.25322) 832 : cluster [DBG] pgmap v468: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:31.162 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:30 smithi184 bash[14608]: cluster 2024-03-21T13:02:30.176512+0000 mgr.x (mgr.25322) 833 : cluster [DBG] pgmap v469: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:31.162 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:30 smithi184 bash[14608]: audit 2024-03-21T13:02:30.186117+0000 mon.a (mon.0) 2640 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:31.162 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:30 smithi184 bash[14608]: cephadm 2024-03-21T13:02:30.188509+0000 mgr.x (mgr.25322) 834 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:31.162 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:30 smithi184 bash[14608]: audit 2024-03-21T13:02:30.215852+0000 mon.a (mon.0) 2641 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:31.162 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:30 smithi184 bash[14608]: audit 2024-03-21T13:02:30.223139+0000 mon.a (mon.0) 2642 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:31.163 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:30 smithi184 bash[14608]: cluster 2024-03-21T13:02:30.226336+0000 mgr.x (mgr.25322) 835 : cluster [DBG] pgmap v470: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:31.163 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:30 smithi184 bash[14608]: cluster 2024-03-21T13:02:30.226809+0000 mgr.x (mgr.25322) 836 : cluster [DBG] pgmap v471: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:31.163 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:30 smithi184 bash[14608]: audit 2024-03-21T13:02:30.232399+0000 mon.a (mon.0) 2643 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:31.163 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:30 smithi184 bash[14608]: audit 2024-03-21T13:02:30.265368+0000 mon.a (mon.0) 2644 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:31.163 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:30 smithi184 bash[14608]: audit 2024-03-21T13:02:30.268217+0000 mon.a (mon.0) 2645 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:31.163 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:30 smithi184 bash[14608]: cephadm 2024-03-21T13:02:30.271035+0000 mgr.x (mgr.25322) 837 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:31.163 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:30 smithi184 bash[14608]: audit 2024-03-21T13:02:30.271270+0000 mon.a (mon.0) 2646 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:31.163 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:30 smithi184 bash[14608]: audit 2024-03-21T13:02:30.272480+0000 mon.a (mon.0) 2647 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:31.163 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:30 smithi184 bash[14608]: cluster 2024-03-21T13:02:30.276139+0000 mgr.x (mgr.25322) 838 : cluster [DBG] pgmap v472: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:31.163 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:30 smithi184 bash[14608]: cluster 2024-03-21T13:02:30.276580+0000 mgr.x (mgr.25322) 839 : cluster [DBG] pgmap v473: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:31.163 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:30 smithi184 bash[14608]: audit 2024-03-21T13:02:30.282149+0000 mon.a (mon.0) 2648 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:31.163 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:30 smithi184 bash[14608]: cephadm 2024-03-21T13:02:30.284492+0000 mgr.x (mgr.25322) 840 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:31.163 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:30 smithi184 bash[14608]: audit 2024-03-21T13:02:30.363369+0000 mon.a (mon.0) 2649 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:31.163 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:30 smithi184 bash[14608]: audit 2024-03-21T13:02:30.367733+0000 mon.a (mon.0) 2650 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:31.164 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:30 smithi184 bash[14608]: cephadm 2024-03-21T13:02:30.370802+0000 mgr.x (mgr.25322) 841 : cephadm [WRN] Upgrade: 1 mgr daemon(s) are 17.2.0 != target 19.0.0-2267-g960fbbe4 2024-03-21T13:02:31.164 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:30 smithi184 bash[14608]: audit 2024-03-21T13:02:30.371796+0000 mon.a (mon.0) 2651 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:31.164 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:30 smithi184 bash[14608]: audit 2024-03-21T13:02:30.373095+0000 mon.a (mon.0) 2652 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:31.164 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:30 smithi184 bash[14608]: cluster 2024-03-21T13:02:30.377799+0000 mgr.x (mgr.25322) 842 : cluster [DBG] pgmap v474: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:31.164 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:30 smithi184 bash[14608]: audit 2024-03-21T13:02:30.384161+0000 mon.a (mon.0) 2653 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:31.164 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:30 smithi184 bash[14608]: cephadm 2024-03-21T13:02:30.386403+0000 mgr.x (mgr.25322) 843 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:31.164 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:30 smithi184 bash[14608]: cluster 2024-03-21T13:02:30.471807+0000 mon.a (mon.0) 2654 : cluster [DBG] mgrmap e39: x(active, since 61s), standbys: y 2024-03-21T13:02:31.165 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:30 smithi184 bash[14608]: audit 2024-03-21T13:02:30.471992+0000 mon.a (mon.0) 2655 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:31.165 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:30 smithi184 bash[14608]: audit 2024-03-21T13:02:30.474288+0000 mon.a (mon.0) 2656 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:31.165 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:30 smithi184 bash[14608]: audit 2024-03-21T13:02:30.476312+0000 mon.a (mon.0) 2657 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:31.165 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:30 smithi184 bash[14608]: audit 2024-03-21T13:02:30.477158+0000 mon.a (mon.0) 2658 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:31.165 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:30 smithi184 bash[14608]: audit 2024-03-21T13:02:30.482993+0000 mon.a (mon.0) 2659 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:31.165 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:30 smithi184 bash[14608]: audit 2024-03-21T13:02:30.562269+0000 mon.a (mon.0) 2660 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:31.165 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:30 smithi184 bash[14608]: audit 2024-03-21T13:02:30.565496+0000 mon.a (mon.0) 2661 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:31.165 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:30 smithi184 bash[14608]: audit 2024-03-21T13:02:30.568339+0000 mon.a (mon.0) 2662 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:31.165 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:30 smithi184 bash[14608]: audit 2024-03-21T13:02:30.569585+0000 mon.a (mon.0) 2663 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:31.165 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:30 smithi184 bash[14608]: audit 2024-03-21T13:02:30.581412+0000 mon.a (mon.0) 2664 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:31.165 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:30 smithi184 bash[14608]: audit 2024-03-21T13:02:30.659362+0000 mon.a (mon.0) 2665 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:31.165 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:30 smithi184 bash[14608]: audit 2024-03-21T13:02:30.662719+0000 mon.a (mon.0) 2666 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:31.165 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:30 smithi184 bash[14608]: audit 2024-03-21T13:02:30.665569+0000 mon.a (mon.0) 2667 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:31.165 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:30 smithi184 bash[14608]: audit 2024-03-21T13:02:30.666732+0000 mon.a (mon.0) 2668 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:31.165 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:30 smithi184 bash[14608]: audit 2024-03-21T13:02:30.678580+0000 mon.a (mon.0) 2669 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:31.166 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:30 smithi184 bash[14608]: audit 2024-03-21T13:02:30.761587+0000 mon.a (mon.0) 2670 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:31.166 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:30 smithi184 bash[14608]: audit 2024-03-21T13:02:30.766853+0000 mon.a (mon.0) 2671 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:31.166 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:30 smithi184 bash[14608]: audit 2024-03-21T13:02:30.770274+0000 mon.a (mon.0) 2672 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:31.166 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:30 smithi184 bash[14608]: audit 2024-03-21T13:02:30.771920+0000 mon.a (mon.0) 2673 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:31.166 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:30 smithi184 bash[14608]: audit 2024-03-21T13:02:30.785084+0000 mon.a (mon.0) 2674 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:31.166 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:30 smithi184 bash[14608]: audit 2024-03-21T13:02:30.869517+0000 mon.a (mon.0) 2675 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:31.166 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:30 smithi184 bash[14608]: audit 2024-03-21T13:02:30.872252+0000 mon.a (mon.0) 2676 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:31.166 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:30 smithi184 bash[14608]: audit 2024-03-21T13:02:30.875663+0000 mon.a (mon.0) 2677 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:31.166 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:30 smithi184 bash[14608]: audit 2024-03-21T13:02:30.877189+0000 mon.a (mon.0) 2678 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:32.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:31 smithi178 bash[14494]: cluster 2024-03-21T13:02:30.480296+0000 mgr.x (mgr.25322) 844 : cluster [DBG] pgmap v475: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:32.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:31 smithi178 bash[14494]: cluster 2024-03-21T13:02:30.480505+0000 mgr.x (mgr.25322) 845 : cluster [DBG] pgmap v476: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:32.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:31 smithi178 bash[14494]: cephadm 2024-03-21T13:02:30.485078+0000 mgr.x (mgr.25322) 846 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:32.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:31 smithi178 bash[14494]: cluster 2024-03-21T13:02:30.573418+0000 mgr.x (mgr.25322) 847 : cluster [DBG] pgmap v477: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:32.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:31 smithi178 bash[14494]: cluster 2024-03-21T13:02:30.573891+0000 mgr.x (mgr.25322) 848 : cluster [DBG] pgmap v478: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:32.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:31 smithi178 bash[14494]: cephadm 2024-03-21T13:02:30.583750+0000 mgr.x (mgr.25322) 849 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:32.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:31 smithi178 bash[14494]: cluster 2024-03-21T13:02:30.670793+0000 mgr.x (mgr.25322) 850 : cluster [DBG] pgmap v479: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:32.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:31 smithi178 bash[14494]: cluster 2024-03-21T13:02:30.671190+0000 mgr.x (mgr.25322) 851 : cluster [DBG] pgmap v480: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:32.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:31 smithi178 bash[14494]: cephadm 2024-03-21T13:02:30.680892+0000 mgr.x (mgr.25322) 852 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:32.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:31 smithi178 bash[14494]: cluster 2024-03-21T13:02:30.776597+0000 mgr.x (mgr.25322) 853 : cluster [DBG] pgmap v481: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s 2024-03-21T13:02:32.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:31 smithi178 bash[14494]: cluster 2024-03-21T13:02:30.777117+0000 mgr.x (mgr.25322) 854 : cluster [DBG] pgmap v482: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s 2024-03-21T13:02:32.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:31 smithi178 bash[14494]: cephadm 2024-03-21T13:02:30.787545+0000 mgr.x (mgr.25322) 855 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:32.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:31 smithi178 bash[14494]: cluster 2024-03-21T13:02:30.881917+0000 mgr.x (mgr.25322) 856 : cluster [DBG] pgmap v483: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s 2024-03-21T13:02:32.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:31 smithi178 bash[14494]: cluster 2024-03-21T13:02:30.882570+0000 mgr.x (mgr.25322) 857 : cluster [DBG] pgmap v484: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s 2024-03-21T13:02:32.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:31 smithi178 bash[14494]: audit 2024-03-21T13:02:30.907098+0000 mon.a (mon.0) 2679 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:32.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:31 smithi178 bash[14494]: cephadm 2024-03-21T13:02:30.909331+0000 mgr.x (mgr.25322) 858 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:32.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:31 smithi178 bash[14494]: audit 2024-03-21T13:02:30.972265+0000 mon.a (mon.0) 2680 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:32.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:31 smithi178 bash[14494]: audit 2024-03-21T13:02:30.974949+0000 mon.a (mon.0) 2681 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:32.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:31 smithi178 bash[14494]: audit 2024-03-21T13:02:30.978333+0000 mon.a (mon.0) 2682 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:32.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:31 smithi178 bash[20270]: cluster 2024-03-21T13:02:30.480296+0000 mgr.x (mgr.25322) 844 : cluster [DBG] pgmap v475: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:32.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:31 smithi178 bash[20270]: cluster 2024-03-21T13:02:30.480505+0000 mgr.x (mgr.25322) 845 : cluster [DBG] pgmap v476: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:32.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:31 smithi178 bash[20270]: cephadm 2024-03-21T13:02:30.485078+0000 mgr.x (mgr.25322) 846 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:32.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:31 smithi178 bash[20270]: cluster 2024-03-21T13:02:30.573418+0000 mgr.x (mgr.25322) 847 : cluster [DBG] pgmap v477: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:32.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:31 smithi178 bash[20270]: cluster 2024-03-21T13:02:30.573891+0000 mgr.x (mgr.25322) 848 : cluster [DBG] pgmap v478: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:32.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:31 smithi178 bash[20270]: cephadm 2024-03-21T13:02:30.583750+0000 mgr.x (mgr.25322) 849 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:32.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:31 smithi178 bash[20270]: cluster 2024-03-21T13:02:30.670793+0000 mgr.x (mgr.25322) 850 : cluster [DBG] pgmap v479: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:32.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:31 smithi178 bash[20270]: cluster 2024-03-21T13:02:30.671190+0000 mgr.x (mgr.25322) 851 : cluster [DBG] pgmap v480: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:32.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:31 smithi178 bash[20270]: cephadm 2024-03-21T13:02:30.680892+0000 mgr.x (mgr.25322) 852 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:32.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:31 smithi178 bash[20270]: cluster 2024-03-21T13:02:30.776597+0000 mgr.x (mgr.25322) 853 : cluster [DBG] pgmap v481: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s 2024-03-21T13:02:32.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:31 smithi178 bash[20270]: cluster 2024-03-21T13:02:30.777117+0000 mgr.x (mgr.25322) 854 : cluster [DBG] pgmap v482: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s 2024-03-21T13:02:32.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:31 smithi178 bash[20270]: cephadm 2024-03-21T13:02:30.787545+0000 mgr.x (mgr.25322) 855 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:32.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:31 smithi178 bash[20270]: cluster 2024-03-21T13:02:30.881917+0000 mgr.x (mgr.25322) 856 : cluster [DBG] pgmap v483: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s 2024-03-21T13:02:32.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:31 smithi178 bash[20270]: cluster 2024-03-21T13:02:30.882570+0000 mgr.x (mgr.25322) 857 : cluster [DBG] pgmap v484: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s 2024-03-21T13:02:32.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:31 smithi178 bash[20270]: audit 2024-03-21T13:02:30.907098+0000 mon.a (mon.0) 2679 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:32.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:31 smithi178 bash[20270]: cephadm 2024-03-21T13:02:30.909331+0000 mgr.x (mgr.25322) 858 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:32.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:31 smithi178 bash[20270]: audit 2024-03-21T13:02:30.972265+0000 mon.a (mon.0) 2680 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:32.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:31 smithi178 bash[20270]: audit 2024-03-21T13:02:30.974949+0000 mon.a (mon.0) 2681 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:32.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:31 smithi178 bash[20270]: audit 2024-03-21T13:02:30.978333+0000 mon.a (mon.0) 2682 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:32.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:31 smithi178 bash[20270]: audit 2024-03-21T13:02:30.979564+0000 mon.a (mon.0) 2683 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:32.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:31 smithi178 bash[20270]: cluster 2024-03-21T13:02:30.983166+0000 mgr.x (mgr.25322) 859 : cluster [DBG] pgmap v485: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 15 op/s 2024-03-21T13:02:32.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:31 smithi178 bash[20270]: cluster 2024-03-21T13:02:30.983742+0000 mgr.x (mgr.25322) 860 : cluster [DBG] pgmap v486: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s 2024-03-21T13:02:32.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:31 smithi178 bash[20270]: audit 2024-03-21T13:02:30.986256+0000 mon.a (mon.0) 2684 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:32.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:31 smithi178 bash[20270]: cephadm 2024-03-21T13:02:30.988545+0000 mgr.x (mgr.25322) 861 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:32.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:31 smithi178 bash[20270]: audit 2024-03-21T13:02:31.065060+0000 mon.a (mon.0) 2685 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:32.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:31 smithi178 bash[20270]: audit 2024-03-21T13:02:31.067445+0000 mon.a (mon.0) 2686 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:32.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:31 smithi178 bash[20270]: audit 2024-03-21T13:02:31.070449+0000 mon.a (mon.0) 2687 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:32.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:31 smithi178 bash[20270]: audit 2024-03-21T13:02:31.071725+0000 mon.a (mon.0) 2688 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:32.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:31 smithi178 bash[20270]: cluster 2024-03-21T13:02:31.075959+0000 mgr.x (mgr.25322) 862 : cluster [DBG] pgmap v487: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:32.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:31 smithi178 bash[20270]: cluster 2024-03-21T13:02:31.076243+0000 mgr.x (mgr.25322) 863 : cluster [DBG] pgmap v488: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:32.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:31 smithi178 bash[20270]: audit 2024-03-21T13:02:31.080789+0000 mon.a (mon.0) 2689 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:32.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:31 smithi178 bash[20270]: cephadm 2024-03-21T13:02:31.084787+0000 mgr.x (mgr.25322) 864 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:32.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:31 smithi178 bash[20270]: audit 2024-03-21T13:02:31.090697+0000 mon.a (mon.0) 2690 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:32.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:31 smithi178 bash[20270]: audit 2024-03-21T13:02:31.098330+0000 mon.a (mon.0) 2691 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:32.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:31 smithi178 bash[20270]: cluster 2024-03-21T13:02:31.101493+0000 mgr.x (mgr.25322) 865 : cluster [DBG] pgmap v489: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:32.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:31 smithi178 bash[20270]: cluster 2024-03-21T13:02:31.101743+0000 mgr.x (mgr.25322) 866 : cluster [DBG] pgmap v490: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:32.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:31 smithi178 bash[20270]: audit 2024-03-21T13:02:31.107945+0000 mon.a (mon.0) 2692 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:32.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:31 smithi178 bash[20270]: audit 2024-03-21T13:02:31.163860+0000 mon.a (mon.0) 2693 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:32.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:31 smithi178 bash[20270]: audit 2024-03-21T13:02:31.167317+0000 mon.a (mon.0) 2694 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:32.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:31 smithi178 bash[20270]: audit 2024-03-21T13:02:31.169261+0000 mon.a (mon.0) 2695 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-03-21T13:02:32.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:31 smithi178 bash[20270]: audit 2024-03-21T13:02:31.170746+0000 mon.a (mon.0) 2696 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "mon ok-to-stop", "ids": ["a"]}]: dispatch 2024-03-21T13:02:32.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:31 smithi178 bash[20270]: cephadm 2024-03-21T13:02:31.173532+0000 mgr.x (mgr.25322) 867 : cephadm [INF] Upgrade: It appears safe to stop mon.a 2024-03-21T13:02:32.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:31 smithi178 bash[14494]: audit 2024-03-21T13:02:30.979564+0000 mon.a (mon.0) 2683 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:32.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:31 smithi178 bash[14494]: cluster 2024-03-21T13:02:30.983166+0000 mgr.x (mgr.25322) 859 : cluster [DBG] pgmap v485: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 15 op/s 2024-03-21T13:02:32.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:31 smithi178 bash[14494]: cluster 2024-03-21T13:02:30.983742+0000 mgr.x (mgr.25322) 860 : cluster [DBG] pgmap v486: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s 2024-03-21T13:02:32.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:31 smithi178 bash[14494]: audit 2024-03-21T13:02:30.986256+0000 mon.a (mon.0) 2684 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:32.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:31 smithi178 bash[14494]: cephadm 2024-03-21T13:02:30.988545+0000 mgr.x (mgr.25322) 861 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:32.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:31 smithi178 bash[14494]: audit 2024-03-21T13:02:31.065060+0000 mon.a (mon.0) 2685 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:32.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:31 smithi178 bash[14494]: audit 2024-03-21T13:02:31.067445+0000 mon.a (mon.0) 2686 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:32.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:31 smithi178 bash[14494]: audit 2024-03-21T13:02:31.070449+0000 mon.a (mon.0) 2687 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:32.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:31 smithi178 bash[14494]: audit 2024-03-21T13:02:31.071725+0000 mon.a (mon.0) 2688 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:32.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:31 smithi178 bash[14494]: cluster 2024-03-21T13:02:31.075959+0000 mgr.x (mgr.25322) 862 : cluster [DBG] pgmap v487: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:32.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:31 smithi178 bash[14494]: cluster 2024-03-21T13:02:31.076243+0000 mgr.x (mgr.25322) 863 : cluster [DBG] pgmap v488: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:32.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:31 smithi178 bash[14494]: audit 2024-03-21T13:02:31.080789+0000 mon.a (mon.0) 2689 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:32.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:31 smithi178 bash[14494]: cephadm 2024-03-21T13:02:31.084787+0000 mgr.x (mgr.25322) 864 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:32.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:31 smithi178 bash[14494]: audit 2024-03-21T13:02:31.090697+0000 mon.a (mon.0) 2690 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:32.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:31 smithi178 bash[14494]: audit 2024-03-21T13:02:31.098330+0000 mon.a (mon.0) 2691 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:32.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:31 smithi178 bash[14494]: cluster 2024-03-21T13:02:31.101493+0000 mgr.x (mgr.25322) 865 : cluster [DBG] pgmap v489: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:32.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:31 smithi178 bash[14494]: cluster 2024-03-21T13:02:31.101743+0000 mgr.x (mgr.25322) 866 : cluster [DBG] pgmap v490: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:32.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:31 smithi178 bash[14494]: audit 2024-03-21T13:02:31.107945+0000 mon.a (mon.0) 2692 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:32.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:31 smithi178 bash[14494]: audit 2024-03-21T13:02:31.163860+0000 mon.a (mon.0) 2693 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:32.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:31 smithi178 bash[14494]: audit 2024-03-21T13:02:31.167317+0000 mon.a (mon.0) 2694 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:32.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:31 smithi178 bash[14494]: audit 2024-03-21T13:02:31.169261+0000 mon.a (mon.0) 2695 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-03-21T13:02:32.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:31 smithi178 bash[14494]: audit 2024-03-21T13:02:31.170746+0000 mon.a (mon.0) 2696 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "mon ok-to-stop", "ids": ["a"]}]: dispatch 2024-03-21T13:02:32.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:31 smithi178 bash[14494]: cephadm 2024-03-21T13:02:31.173532+0000 mgr.x (mgr.25322) 867 : cephadm [INF] Upgrade: It appears safe to stop mon.a 2024-03-21T13:02:32.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:31 smithi184 bash[14608]: cluster 2024-03-21T13:02:30.480296+0000 mgr.x (mgr.25322) 844 : cluster [DBG] pgmap v475: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:32.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:31 smithi184 bash[14608]: cluster 2024-03-21T13:02:30.480505+0000 mgr.x (mgr.25322) 845 : cluster [DBG] pgmap v476: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:32.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:31 smithi184 bash[14608]: cephadm 2024-03-21T13:02:30.485078+0000 mgr.x (mgr.25322) 846 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:32.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:31 smithi184 bash[14608]: cluster 2024-03-21T13:02:30.573418+0000 mgr.x (mgr.25322) 847 : cluster [DBG] pgmap v477: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:32.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:31 smithi184 bash[14608]: cluster 2024-03-21T13:02:30.573891+0000 mgr.x (mgr.25322) 848 : cluster [DBG] pgmap v478: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:32.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:31 smithi184 bash[14608]: cephadm 2024-03-21T13:02:30.583750+0000 mgr.x (mgr.25322) 849 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:32.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:31 smithi184 bash[14608]: cluster 2024-03-21T13:02:30.670793+0000 mgr.x (mgr.25322) 850 : cluster [DBG] pgmap v479: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:32.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:31 smithi184 bash[14608]: cluster 2024-03-21T13:02:30.671190+0000 mgr.x (mgr.25322) 851 : cluster [DBG] pgmap v480: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:32.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:31 smithi184 bash[14608]: cephadm 2024-03-21T13:02:30.680892+0000 mgr.x (mgr.25322) 852 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:32.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:31 smithi184 bash[14608]: cluster 2024-03-21T13:02:30.776597+0000 mgr.x (mgr.25322) 853 : cluster [DBG] pgmap v481: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s 2024-03-21T13:02:32.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:31 smithi184 bash[14608]: cluster 2024-03-21T13:02:30.777117+0000 mgr.x (mgr.25322) 854 : cluster [DBG] pgmap v482: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s 2024-03-21T13:02:32.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:31 smithi184 bash[14608]: cephadm 2024-03-21T13:02:30.787545+0000 mgr.x (mgr.25322) 855 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:32.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:31 smithi184 bash[14608]: cluster 2024-03-21T13:02:30.881917+0000 mgr.x (mgr.25322) 856 : cluster [DBG] pgmap v483: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s 2024-03-21T13:02:32.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:31 smithi184 bash[14608]: cluster 2024-03-21T13:02:30.882570+0000 mgr.x (mgr.25322) 857 : cluster [DBG] pgmap v484: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s 2024-03-21T13:02:32.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:31 smithi184 bash[14608]: audit 2024-03-21T13:02:30.907098+0000 mon.a (mon.0) 2679 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:32.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:31 smithi184 bash[14608]: cephadm 2024-03-21T13:02:30.909331+0000 mgr.x (mgr.25322) 858 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:32.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:31 smithi184 bash[14608]: audit 2024-03-21T13:02:30.972265+0000 mon.a (mon.0) 2680 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:32.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:31 smithi184 bash[14608]: audit 2024-03-21T13:02:30.974949+0000 mon.a (mon.0) 2681 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:32.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:31 smithi184 bash[14608]: audit 2024-03-21T13:02:30.978333+0000 mon.a (mon.0) 2682 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:32.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:31 smithi184 bash[14608]: audit 2024-03-21T13:02:30.979564+0000 mon.a (mon.0) 2683 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:32.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:31 smithi184 bash[14608]: cluster 2024-03-21T13:02:30.983166+0000 mgr.x (mgr.25322) 859 : cluster [DBG] pgmap v485: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 15 op/s 2024-03-21T13:02:32.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:31 smithi184 bash[14608]: cluster 2024-03-21T13:02:30.983742+0000 mgr.x (mgr.25322) 860 : cluster [DBG] pgmap v486: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s 2024-03-21T13:02:32.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:31 smithi184 bash[14608]: audit 2024-03-21T13:02:30.986256+0000 mon.a (mon.0) 2684 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:32.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:31 smithi184 bash[14608]: cephadm 2024-03-21T13:02:30.988545+0000 mgr.x (mgr.25322) 861 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:32.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:31 smithi184 bash[14608]: audit 2024-03-21T13:02:31.065060+0000 mon.a (mon.0) 2685 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:32.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:31 smithi184 bash[14608]: audit 2024-03-21T13:02:31.067445+0000 mon.a (mon.0) 2686 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:32.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:31 smithi184 bash[14608]: audit 2024-03-21T13:02:31.070449+0000 mon.a (mon.0) 2687 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:32.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:31 smithi184 bash[14608]: audit 2024-03-21T13:02:31.071725+0000 mon.a (mon.0) 2688 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:32.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:31 smithi184 bash[14608]: cluster 2024-03-21T13:02:31.075959+0000 mgr.x (mgr.25322) 862 : cluster [DBG] pgmap v487: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:32.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:31 smithi184 bash[14608]: cluster 2024-03-21T13:02:31.076243+0000 mgr.x (mgr.25322) 863 : cluster [DBG] pgmap v488: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:32.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:31 smithi184 bash[14608]: audit 2024-03-21T13:02:31.080789+0000 mon.a (mon.0) 2689 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:32.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:31 smithi184 bash[14608]: cephadm 2024-03-21T13:02:31.084787+0000 mgr.x (mgr.25322) 864 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:32.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:31 smithi184 bash[14608]: audit 2024-03-21T13:02:31.090697+0000 mon.a (mon.0) 2690 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:32.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:31 smithi184 bash[14608]: audit 2024-03-21T13:02:31.098330+0000 mon.a (mon.0) 2691 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:32.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:31 smithi184 bash[14608]: cluster 2024-03-21T13:02:31.101493+0000 mgr.x (mgr.25322) 865 : cluster [DBG] pgmap v489: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:32.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:31 smithi184 bash[14608]: cluster 2024-03-21T13:02:31.101743+0000 mgr.x (mgr.25322) 866 : cluster [DBG] pgmap v490: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:32.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:31 smithi184 bash[14608]: audit 2024-03-21T13:02:31.107945+0000 mon.a (mon.0) 2692 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:32.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:31 smithi184 bash[14608]: audit 2024-03-21T13:02:31.163860+0000 mon.a (mon.0) 2693 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:32.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:31 smithi184 bash[14608]: audit 2024-03-21T13:02:31.167317+0000 mon.a (mon.0) 2694 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:32.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:31 smithi184 bash[14608]: audit 2024-03-21T13:02:31.169261+0000 mon.a (mon.0) 2695 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-03-21T13:02:32.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:31 smithi184 bash[14608]: audit 2024-03-21T13:02:31.170746+0000 mon.a (mon.0) 2696 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "mon ok-to-stop", "ids": ["a"]}]: dispatch 2024-03-21T13:02:32.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:31 smithi184 bash[14608]: cephadm 2024-03-21T13:02:31.173532+0000 mgr.x (mgr.25322) 867 : cephadm [INF] Upgrade: It appears safe to stop mon.a 2024-03-21T13:02:33.132 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:32 smithi178 bash[14494]: audit 2024-03-21T13:02:32.025306+0000 mgr.x (mgr.25322) 868 : audit [DBG] from='client.15585 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:02:33.133 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:32 smithi178 bash[20270]: audit 2024-03-21T13:02:32.025306+0000 mgr.x (mgr.25322) 868 : audit [DBG] from='client.15585 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:02:33.322 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:32 smithi184 bash[14608]: audit 2024-03-21T13:02:32.025306+0000 mgr.x (mgr.25322) 868 : audit [DBG] from='client.15585 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:02:33.823 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:02:33 smithi184 bash[54688]: ts=2024-03-21T13:02:33.508Z caller=manager.go:609 level=warn component="rule manager" group=nodes msg="Evaluating rule failed" rule="alert: CephNodeDiskspaceWarning\nexpr: predict_linear(node_filesystem_free_bytes{device=~\"/.*\"}[2d], 3600 * 24 * 5)\n * on(instance) group_left(nodename) node_uname_info < 0\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.8.4\n severity: warning\n type: ceph_default\nannotations:\n description: Mountpoint {{ $labels.mountpoint }} on {{ $labels.nodename }} will\n be full in less than 5 days based on the 48 hour trailing fill rate.\n summary: Host filesystem free space is getting low\n" err="found duplicate series for the match group {instance=\"smithi178\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi178\", job=\"node\", machine=\"x86_64\", nodename=\"smithi178\", release=\"5.4.0-174-generic\", sysname=\"Linux\", version=\"#193-Ubuntu SMP Thu Mar 7 14:29:28 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"a94f249e-e780-11ee-95cd-87774f69a715\", domainname=\"(none)\", instance=\"smithi178\", job=\"node\", machine=\"x86_64\", nodename=\"smithi178\", release=\"5.4.0-174-generic\", sysname=\"Linux\", version=\"#193-Ubuntu SMP Thu Mar 7 14:29:28 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-21T13:02:34.189 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:33 smithi178 bash[14494]: cluster 2024-03-21T13:02:33.102448+0000 mgr.x (mgr.25322) 869 : cluster [DBG] pgmap v491: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:34.190 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:33 smithi178 bash[20270]: cluster 2024-03-21T13:02:33.102448+0000 mgr.x (mgr.25322) 869 : cluster [DBG] pgmap v491: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:34.322 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:33 smithi184 bash[14608]: cluster 2024-03-21T13:02:33.102448+0000 mgr.x (mgr.25322) 869 : cluster [DBG] pgmap v491: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:35.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:35 smithi178 bash[20270]: cephadm 2024-03-21T13:02:34.394876+0000 mgr.x (mgr.25322) 870 : cephadm [INF] Upgrade: Updating mon.a 2024-03-21T13:02:35.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:35 smithi178 bash[20270]: audit 2024-03-21T13:02:34.403346+0000 mon.a (mon.0) 2697 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:35.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:35 smithi178 bash[20270]: audit 2024-03-21T13:02:34.405677+0000 mon.a (mon.0) 2698 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T13:02:35.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:35 smithi178 bash[20270]: audit 2024-03-21T13:02:34.407704+0000 mon.a (mon.0) 2699 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-21T13:02:35.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:35 smithi178 bash[20270]: audit 2024-03-21T13:02:34.409672+0000 mon.a (mon.0) 2700 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:35.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:35 smithi178 bash[20270]: cephadm 2024-03-21T13:02:34.413724+0000 mgr.x (mgr.25322) 871 : cephadm [INF] Deploying daemon mon.a on smithi178 2024-03-21T13:02:35.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:35 smithi178 bash[20270]: audit 2024-03-21T13:02:35.277138+0000 mon.a (mon.0) 2701 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:35.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:35 smithi178 bash[20270]: audit 2024-03-21T13:02:35.285030+0000 mon.a (mon.0) 2702 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:35.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:35 smithi178 bash[20270]: audit 2024-03-21T13:02:35.307494+0000 mon.a (mon.0) 2703 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:35.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:35 smithi178 bash[14494]: cephadm 2024-03-21T13:02:34.394876+0000 mgr.x (mgr.25322) 870 : cephadm [INF] Upgrade: Updating mon.a 2024-03-21T13:02:35.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:35 smithi178 bash[14494]: audit 2024-03-21T13:02:34.403346+0000 mon.a (mon.0) 2697 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:35.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:35 smithi178 bash[14494]: audit 2024-03-21T13:02:34.405677+0000 mon.a (mon.0) 2698 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T13:02:35.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:35 smithi178 bash[14494]: audit 2024-03-21T13:02:34.407704+0000 mon.a (mon.0) 2699 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-21T13:02:35.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:35 smithi178 bash[14494]: audit 2024-03-21T13:02:34.409672+0000 mon.a (mon.0) 2700 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:35.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:35 smithi178 bash[14494]: cephadm 2024-03-21T13:02:34.413724+0000 mgr.x (mgr.25322) 871 : cephadm [INF] Deploying daemon mon.a on smithi178 2024-03-21T13:02:35.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:35 smithi178 bash[14494]: audit 2024-03-21T13:02:35.277138+0000 mon.a (mon.0) 2701 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:35.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:35 smithi178 bash[14494]: audit 2024-03-21T13:02:35.285030+0000 mon.a (mon.0) 2702 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:35.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:35 smithi178 bash[14494]: audit 2024-03-21T13:02:35.307494+0000 mon.a (mon.0) 2703 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:35.822 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:02:35 smithi184 bash[52419]: ::ffff:172.21.15.184 - - [21/Mar/2024:13:02:35] "GET /metrics HTTP/1.1" 200 38318 "" "Prometheus/2.33.4" 2024-03-21T13:02:35.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:35 smithi184 bash[14608]: cephadm 2024-03-21T13:02:34.394876+0000 mgr.x (mgr.25322) 870 : cephadm [INF] Upgrade: Updating mon.a 2024-03-21T13:02:35.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:35 smithi184 bash[14608]: audit 2024-03-21T13:02:34.403346+0000 mon.a (mon.0) 2697 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:35.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:35 smithi184 bash[14608]: audit 2024-03-21T13:02:34.405677+0000 mon.a (mon.0) 2698 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T13:02:35.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:35 smithi184 bash[14608]: audit 2024-03-21T13:02:34.407704+0000 mon.a (mon.0) 2699 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-21T13:02:35.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:35 smithi184 bash[14608]: audit 2024-03-21T13:02:34.409672+0000 mon.a (mon.0) 2700 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:35.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:35 smithi184 bash[14608]: cephadm 2024-03-21T13:02:34.413724+0000 mgr.x (mgr.25322) 871 : cephadm [INF] Deploying daemon mon.a on smithi178 2024-03-21T13:02:35.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:35 smithi184 bash[14608]: audit 2024-03-21T13:02:35.277138+0000 mon.a (mon.0) 2701 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:35.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:35 smithi184 bash[14608]: audit 2024-03-21T13:02:35.285030+0000 mon.a (mon.0) 2702 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:35.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:35 smithi184 bash[14608]: audit 2024-03-21T13:02:35.307494+0000 mon.a (mon.0) 2703 : audit [INF] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' 2024-03-21T13:02:36.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:36 smithi178 bash[14494]: cluster 2024-03-21T13:02:35.103193+0000 mgr.x (mgr.25322) 872 : cluster [DBG] pgmap v492: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:36.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:36 smithi178 bash[14494]: cluster 2024-03-21T13:02:35.301543+0000 mgr.x (mgr.25322) 873 : cluster [DBG] pgmap v493: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:36.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:36 smithi178 bash[14494]: cluster 2024-03-21T13:02:35.302042+0000 mgr.x (mgr.25322) 874 : cluster [DBG] pgmap v494: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:36.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:36 smithi178 bash[20270]: cluster 2024-03-21T13:02:35.103193+0000 mgr.x (mgr.25322) 872 : cluster [DBG] pgmap v492: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:36.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:36 smithi178 bash[20270]: cluster 2024-03-21T13:02:35.301543+0000 mgr.x (mgr.25322) 873 : cluster [DBG] pgmap v493: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:36.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:36 smithi178 bash[20270]: cluster 2024-03-21T13:02:35.302042+0000 mgr.x (mgr.25322) 874 : cluster [DBG] pgmap v494: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:36.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:36 smithi184 bash[14608]: cluster 2024-03-21T13:02:35.103193+0000 mgr.x (mgr.25322) 872 : cluster [DBG] pgmap v492: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:36.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:36 smithi184 bash[14608]: cluster 2024-03-21T13:02:35.301543+0000 mgr.x (mgr.25322) 873 : cluster [DBG] pgmap v493: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:36.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:36 smithi184 bash[14608]: cluster 2024-03-21T13:02:35.302042+0000 mgr.x (mgr.25322) 874 : cluster [DBG] pgmap v494: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:37.961 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:37 smithi178 systemd[1]: Stopping Ceph mon.a for a94f249e-e780-11ee-95cd-87774f69a715... 2024-03-21T13:02:38.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:37 smithi178 bash[14494]: debug 2024-03-21T13:02:37.957+0000 7f23a4fa8700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-03-21T13:02:38.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:37 smithi178 bash[14494]: debug 2024-03-21T13:02:37.957+0000 7f23a4fa8700 -1 mon.a@0(leader) e3 *** Got Signal Terminated *** 2024-03-21T13:02:38.322 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:02:37 smithi184 bash[52419]: [21/Mar/2024:13:02:37] ENGINE Bus STOPPING 2024-03-21T13:02:38.322 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:02:37 smithi184 bash[52419]: [21/Mar/2024:13:02:37] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-03-21T13:02:38.322 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:02:37 smithi184 bash[52419]: [21/Mar/2024:13:02:37] ENGINE Bus STOPPED 2024-03-21T13:02:38.323 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:02:37 smithi184 bash[52419]: [21/Mar/2024:13:02:37] ENGINE Bus STARTING 2024-03-21T13:02:38.323 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:02:38 smithi184 bash[52419]: [21/Mar/2024:13:02:38] ENGINE Serving on http://:::9283 2024-03-21T13:02:38.323 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:02:38 smithi184 bash[52419]: [21/Mar/2024:13:02:38] ENGINE Bus STARTED 2024-03-21T13:02:38.721 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:38 smithi178 bash[73353]: ceph-a94f249e-e780-11ee-95cd-87774f69a715-mon-a 2024-03-21T13:02:38.721 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:38 smithi178 bash[73499]: Error response from daemon: No such container: ceph-a94f249e-e780-11ee-95cd-87774f69a715-mon-a 2024-03-21T13:02:39.033 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:38 smithi178 systemd[1]: ceph-a94f249e-e780-11ee-95cd-87774f69a715@mon.a.service: Succeeded. 2024-03-21T13:02:39.033 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:38 smithi178 systemd[1]: Stopped Ceph mon.a for a94f249e-e780-11ee-95cd-87774f69a715. 2024-03-21T13:02:39.033 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:38 smithi178 systemd[1]: Started Ceph mon.a for a94f249e-e780-11ee-95cd-87774f69a715. 2024-03-21T13:02:39.072 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:02:38 smithi184 bash[54688]: ts=2024-03-21T13:02:38.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.178\", device_class=\"ssd\", hostname=\"smithi178\", instance=\"172.21.15.184:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.178\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster=\"a94f249e-e780-11ee-95cd-87774f69a715\", cluster_addr=\"172.21.15.178\", device_class=\"ssd\", hostname=\"smithi178\", instance=\"smithi184:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.178\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-21T13:02:40.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.352+0000 7feda4747c80 0 set uid:gid to 167:167 (ceph:ceph) 2024-03-21T13:02:40.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.352+0000 7feda4747c80 0 ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev), process ceph-mon, pid 7 2024-03-21T13:02:40.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.352+0000 7feda4747c80 0 pidfile_write: ignore empty --pid-file 2024-03-21T13:02:40.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.356+0000 7feda4747c80 0 load: jerasure load: lrc 2024-03-21T13:02:40.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: RocksDB version: 7.9.2 2024-03-21T13:02:40.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Git sha 0 2024-03-21T13:02:40.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Compile date 2024-03-21 08:53:26 2024-03-21T13:02:40.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: DB SUMMARY 2024-03-21T13:02:40.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: DB Session ID: TRHJYLAR7SO9Z60DOMRI 2024-03-21T13:02:40.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: CURRENT file: CURRENT 2024-03-21T13:02:40.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: IDENTITY file: IDENTITY 2024-03-21T13:02:40.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: MANIFEST file: MANIFEST-000015 size: 2151 Bytes 2024-03-21T13:02:40.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000048.sst 2024-03-21T13:02:40.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000046.log size: 27868 ; 2024-03-21T13:02:40.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.error_if_exists: 0 2024-03-21T13:02:40.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.create_if_missing: 0 2024-03-21T13:02:40.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.paranoid_checks: 1 2024-03-21T13:02:40.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-03-21T13:02:40.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-03-21T13:02:40.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-03-21T13:02:40.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.env: 0x559643dbbb20 2024-03-21T13:02:40.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.fs: PosixFileSystem 2024-03-21T13:02:40.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.info_log: 0x5596446ab960 2024-03-21T13:02:40.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.max_file_opening_threads: 16 2024-03-21T13:02:40.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.statistics: (nil) 2024-03-21T13:02:40.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.use_fsync: 0 2024-03-21T13:02:40.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.max_log_file_size: 0 2024-03-21T13:02:40.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-03-21T13:02:40.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-03-21T13:02:40.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.keep_log_file_num: 1000 2024-03-21T13:02:40.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.recycle_log_file_num: 0 2024-03-21T13:02:40.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.allow_fallocate: 1 2024-03-21T13:02:40.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.allow_mmap_reads: 0 2024-03-21T13:02:40.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.allow_mmap_writes: 0 2024-03-21T13:02:40.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.use_direct_reads: 0 2024-03-21T13:02:40.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-03-21T13:02:40.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.create_missing_column_families: 0 2024-03-21T13:02:40.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.db_log_dir: 2024-03-21T13:02:40.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.wal_dir: 2024-03-21T13:02:40.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-03-21T13:02:40.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-03-21T13:02:40.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-03-21T13:02:40.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-03-21T13:02:40.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-03-21T13:02:40.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-03-21T13:02:40.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.advise_random_on_open: 1 2024-03-21T13:02:40.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.db_write_buffer_size: 0 2024-03-21T13:02:40.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.write_buffer_manager: 0x55964467c820 2024-03-21T13:02:40.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-03-21T13:02:40.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-03-21T13:02:40.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-03-21T13:02:40.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.rate_limiter: (nil) 2024-03-21T13:02:40.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-03-21T13:02:40.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.wal_recovery_mode: 2 2024-03-21T13:02:40.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.enable_thread_tracking: 0 2024-03-21T13:02:40.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.enable_pipelined_write: 0 2024-03-21T13:02:40.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.unordered_write: 0 2024-03-21T13:02:40.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-03-21T13:02:40.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-03-21T13:02:40.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-03-21T13:02:40.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-03-21T13:02:40.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.row_cache: None 2024-03-21T13:02:40.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.wal_filter: None 2024-03-21T13:02:40.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-03-21T13:02:40.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.allow_ingest_behind: 0 2024-03-21T13:02:40.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.two_write_queues: 0 2024-03-21T13:02:40.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.manual_wal_flush: 0 2024-03-21T13:02:40.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.wal_compression: 0 2024-03-21T13:02:40.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.atomic_flush: 0 2024-03-21T13:02:40.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-03-21T13:02:40.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-03-21T13:02:40.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-03-21T13:02:40.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.log_readahead_size: 0 2024-03-21T13:02:40.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-03-21T13:02:40.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.best_efforts_recovery: 0 2024-03-21T13:02:40.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-03-21T13:02:40.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-03-21T13:02:40.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.allow_data_in_errors: 0 2024-03-21T13:02:40.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.db_host_id: __hostname__ 2024-03-21T13:02:40.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-03-21T13:02:40.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.max_background_jobs: 2 2024-03-21T13:02:40.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.max_background_compactions: -1 2024-03-21T13:02:40.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.max_subcompactions: 1 2024-03-21T13:02:40.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-03-21T13:02:40.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-03-21T13:02:40.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-03-21T13:02:40.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.max_total_wal_size: 0 2024-03-21T13:02:40.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-03-21T13:02:40.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-03-21T13:02:40.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-03-21T13:02:40.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-03-21T13:02:40.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.max_open_files: -1 2024-03-21T13:02:40.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.bytes_per_sync: 0 2024-03-21T13:02:40.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-03-21T13:02:40.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-03-21T13:02:40.562 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.compaction_readahead_size: 0 2024-03-21T13:02:40.562 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.max_background_flushes: -1 2024-03-21T13:02:40.562 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Compression algorithms supported: 2024-03-21T13:02:40.562 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-03-21T13:02:40.562 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: kZSTD supported: 0 2024-03-21T13:02:40.562 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: kXpressCompression supported: 0 2024-03-21T13:02:40.562 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: kLZ4HCCompression supported: 1 2024-03-21T13:02:40.563 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: kZlibCompression supported: 1 2024-03-21T13:02:40.563 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: kSnappyCompression supported: 1 2024-03-21T13:02:40.563 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: kLZ4Compression supported: 1 2024-03-21T13:02:40.563 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: kBZip2Compression supported: 0 2024-03-21T13:02:40.563 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-03-21T13:02:40.563 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-03-21T13:02:40.563 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000015 2024-03-21T13:02:40.563 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-03-21T13:02:40.564 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-03-21T13:02:40.564 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.merge_operator: 2024-03-21T13:02:40.564 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.compaction_filter: None 2024-03-21T13:02:40.564 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.compaction_filter_factory: None 2024-03-21T13:02:40.564 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.sst_partitioner_factory: None 2024-03-21T13:02:40.564 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-03-21T13:02:40.564 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-03-21T13:02:40.564 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5596446aba60) 2024-03-21T13:02:40.564 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: cache_index_and_filter_blocks: 1 2024-03-21T13:02:40.565 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: cache_index_and_filter_blocks_with_high_priority: 0 2024-03-21T13:02:40.565 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-03-21T13:02:40.565 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: pin_top_level_index_and_filter: 1 2024-03-21T13:02:40.565 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: index_type: 0 2024-03-21T13:02:40.565 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: data_block_index_type: 0 2024-03-21T13:02:40.565 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: index_shortening: 1 2024-03-21T13:02:40.565 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: data_block_hash_table_util_ratio: 0.750000 2024-03-21T13:02:40.565 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: checksum: 4 2024-03-21T13:02:40.566 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: no_block_cache: 0 2024-03-21T13:02:40.566 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: block_cache: 0x5596446ad090 2024-03-21T13:02:40.566 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: block_cache_name: BinnedLRUCache 2024-03-21T13:02:40.566 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: block_cache_options: 2024-03-21T13:02:40.566 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: capacity : 536870912 2024-03-21T13:02:40.566 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: num_shard_bits : 4 2024-03-21T13:02:40.566 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: strict_capacity_limit : 0 2024-03-21T13:02:40.566 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: high_pri_pool_ratio: 0.000 2024-03-21T13:02:40.567 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: block_cache_compressed: (nil) 2024-03-21T13:02:40.567 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: persistent_cache: (nil) 2024-03-21T13:02:40.567 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: block_size: 4096 2024-03-21T13:02:40.567 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: block_size_deviation: 10 2024-03-21T13:02:40.567 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: block_restart_interval: 16 2024-03-21T13:02:40.567 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: index_block_restart_interval: 1 2024-03-21T13:02:40.567 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: metadata_block_size: 4096 2024-03-21T13:02:40.567 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: partition_filters: 0 2024-03-21T13:02:40.567 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: use_delta_encoding: 1 2024-03-21T13:02:40.567 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: filter_policy: bloomfilter 2024-03-21T13:02:40.568 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: whole_key_filtering: 1 2024-03-21T13:02:40.568 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: verify_compression: 0 2024-03-21T13:02:40.568 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: read_amp_bytes_per_bit: 0 2024-03-21T13:02:40.568 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: format_version: 5 2024-03-21T13:02:40.568 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: enable_index_compression: 1 2024-03-21T13:02:40.568 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: block_align: 0 2024-03-21T13:02:40.568 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: max_auto_readahead_size: 262144 2024-03-21T13:02:40.568 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: prepopulate_block_cache: 0 2024-03-21T13:02:40.569 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: initial_auto_readahead_size: 8192 2024-03-21T13:02:40.569 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: num_file_reads_for_auto_readahead: 2 2024-03-21T13:02:40.569 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.write_buffer_size: 33554432 2024-03-21T13:02:40.569 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.max_write_buffer_number: 2 2024-03-21T13:02:40.569 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.compression: NoCompression 2024-03-21T13:02:40.569 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.bottommost_compression: Disabled 2024-03-21T13:02:40.569 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.prefix_extractor: nullptr 2024-03-21T13:02:40.569 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-03-21T13:02:40.570 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.num_levels: 7 2024-03-21T13:02:40.570 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-03-21T13:02:40.570 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-03-21T13:02:40.570 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-03-21T13:02:40.570 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-03-21T13:02:40.570 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-03-21T13:02:40.570 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-03-21T13:02:40.570 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-03-21T13:02:40.571 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-03-21T13:02:40.571 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-03-21T13:02:40.571 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-03-21T13:02:40.571 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-03-21T13:02:40.571 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-03-21T13:02:40.571 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-03-21T13:02:40.571 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.compression_opts.level: 32767 2024-03-21T13:02:40.571 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.compression_opts.strategy: 0 2024-03-21T13:02:40.572 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-03-21T13:02:40.572 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-03-21T13:02:40.572 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-03-21T13:02:40.572 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-03-21T13:02:40.572 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.compression_opts.enabled: false 2024-03-21T13:02:40.572 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-03-21T13:02:40.572 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-03-21T13:02:40.572 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-03-21T13:02:40.573 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-03-21T13:02:40.573 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.target_file_size_base: 67108864 2024-03-21T13:02:40.573 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-03-21T13:02:40.573 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-03-21T13:02:40.573 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-03-21T13:02:40.573 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-03-21T13:02:40.573 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-03-21T13:02:40.574 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-03-21T13:02:40.574 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-03-21T13:02:40.574 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-03-21T13:02:40.574 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-03-21T13:02:40.574 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-03-21T13:02:40.574 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-03-21T13:02:40.574 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-03-21T13:02:40.574 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-03-21T13:02:40.574 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-03-21T13:02:40.575 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.arena_block_size: 1048576 2024-03-21T13:02:40.575 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-03-21T13:02:40.575 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-03-21T13:02:40.575 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.disable_auto_compactions: 0 2024-03-21T13:02:40.575 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-03-21T13:02:40.575 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-03-21T13:02:40.575 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-03-21T13:02:40.576 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-03-21T13:02:40.576 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-03-21T13:02:40.576 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-03-21T13:02:40.576 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-03-21T13:02:40.576 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-03-21T13:02:40.576 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-03-21T13:02:40.576 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-03-21T13:02:40.577 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.table_properties_collectors: 2024-03-21T13:02:40.577 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.inplace_update_support: 0 2024-03-21T13:02:40.577 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-03-21T13:02:40.577 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-03-21T13:02:40.577 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-03-21T13:02:40.577 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-03-21T13:02:40.577 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.bloom_locality: 0 2024-03-21T13:02:40.577 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.max_successive_merges: 0 2024-03-21T13:02:40.578 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-03-21T13:02:40.578 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.paranoid_file_checks: 0 2024-03-21T13:02:40.578 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.force_consistency_checks: 1 2024-03-21T13:02:40.578 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.report_bg_io_stats: 0 2024-03-21T13:02:40.578 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.ttl: 2592000 2024-03-21T13:02:40.578 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-03-21T13:02:40.578 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-03-21T13:02:40.578 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-03-21T13:02:40.578 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.enable_blob_files: false 2024-03-21T13:02:40.578 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.min_blob_size: 0 2024-03-21T13:02:40.579 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.blob_file_size: 268435456 2024-03-21T13:02:40.579 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-03-21T13:02:40.579 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-03-21T13:02:40.579 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-03-21T13:02:40.579 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-03-21T13:02:40.579 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-03-21T13:02:40.579 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.blob_file_starting_level: 0 2024-03-21T13:02:40.580 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-03-21T13:02:40.580 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7fed98eaf700 3 rocksdb: [table/block_based/block_based_table_reader.cc:721] At least one SST file opened without unique ID to verify: 48.sst 2024-03-21T13:02:40.580 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: [db/version_set.cc:4390] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2024-03-21T13:02:40.580 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 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 50, last_sequence is 24843, log_number is 46,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-03-21T13:02:40.580 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 46 2024-03-21T13:02:40.580 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: ae1987e0-499e-49ad-b7ea-3b237bfaea01 2024-03-21T13:02:40.580 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711026160365743, "job": 1, "event": "recovery_started", "wal_files": [46]} 2024-03-21T13:02:40.580 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.360+0000 7feda4747c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #46 mode 2 2024-03-21T13:02:40.581 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.364+0000 7feda4747c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711026160367015, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 51, "file_size": 28902, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 24844, "largest_seqno": 24860, "table_properties": {"data_size": 27760, "index_size": 69, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 69, "raw_key_size": 347, "raw_average_key_size": 24, "raw_value_size": 27403, "raw_average_value_size": 1957, "num_data_blocks": 3, "num_entries": 14, "num_filter_entries": 14, "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": 1711026160, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "ae1987e0-499e-49ad-b7ea-3b237bfaea01", "db_session_id": "TRHJYLAR7SO9Z60DOMRI", "orig_file_number": 51, "seqno_to_time_mapping": "N/A"}} 2024-03-21T13:02:40.581 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.364+0000 7feda4747c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711026160367219, "job": 1, "event": "recovery_finished"} 2024-03-21T13:02:40.581 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.364+0000 7feda4747c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 53 2024-03-21T13:02:40.581 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.364+0000 7feda4747c80 4 rocksdb: [db/version_set.cc:4390] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2024-03-21T13:02:40.581 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.364+0000 7feda4747c80 4 rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-a/store.db/000046.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-03-21T13:02:40.581 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.364+0000 7feda4747c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x5596447a0000 2024-03-21T13:02:40.581 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.364+0000 7feda4747c80 4 rocksdb: DB pointer 0x55964478a000 2024-03-21T13:02:40.581 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.364+0000 7fed92ea3700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-03-21T13:02:40.582 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.364+0000 7fed92ea3700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-03-21T13:02:40.582 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: ** DB Stats ** 2024-03-21T13:02:40.582 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: Uptime(secs): 0.0 total, 0.0 interval 2024-03-21T13:02:40.582 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-03-21T13:02:40.582 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-21T13:02:40.582 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-21T13:02:40.582 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-03-21T13:02:40.583 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-21T13:02:40.583 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-21T13:02:40.583 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: ** Compaction Stats [default] ** 2024-03-21T13:02:40.583 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-03-21T13:02:40.583 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-03-21T13:02:40.583 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: L0 1/0 28.22 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 34.3 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-03-21T13:02:40.583 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: L6 1/0 12.83 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 0.0 0.0 2024-03-21T13:02:40.583 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: Sum 2/0 12.86 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 34.3 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-03-21T13:02:40.583 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 34.3 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-03-21T13:02:40.583 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: ** Compaction Stats [default] ** 2024-03-21T13:02:40.583 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-03-21T13:02:40.583 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-21T13:02:40.584 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 34.3 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-03-21T13:02:40.584 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-03-21T13:02:40.584 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: Uptime(secs): 0.0 total, 0.0 interval 2024-03-21T13:02:40.584 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: Flush(GB): cumulative 0.000, interval 0.000 2024-03-21T13:02:40.584 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: AddFile(GB): cumulative 0.000, interval 0.000 2024-03-21T13:02:40.584 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: AddFile(Total Files): cumulative 0, interval 0 2024-03-21T13:02:40.584 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: AddFile(L0 Files): cumulative 0, interval 0 2024-03-21T13:02:40.584 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: AddFile(Keys): cumulative 0, interval 0 2024-03-21T13:02:40.584 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: Cumulative compaction: 0.00 GB write, 5.17 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-21T13:02:40.584 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: Interval compaction: 0.00 GB write, 5.17 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-21T13:02:40.584 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-03-21T13:02:40.584 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: Block cache BinnedLRUCache@0x5596446ad090#7 capacity: 512.00 MB usage: 0.27 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 2.6e-05 secs_since: 0 2024-03-21T13:02:40.584 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: Block cache entry stats(count,size,portion): FilterBlock(1,0.11 KB,2.08616e-05%) IndexBlock(1,0.16 KB,2.98023e-05%) Misc(1,0.00 KB,0%) 2024-03-21T13:02:40.584 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: ** File Read Latency Histogram By Level [default] ** 2024-03-21T13:02:40.584 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.368+0000 7feda4747c80 0 starting mon.a rank 0 at public addrs [v2:172.21.15.178:3300/0,v1:172.21.15.178:6789/0] at bind addrs [v2:172.21.15.178:3300/0,v1:172.21.15.178:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid a94f249e-e780-11ee-95cd-87774f69a715 2024-03-21T13:02:40.585 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.368+0000 7feda4747c80 1 mon.a@-1(???) e3 preinit fsid a94f249e-e780-11ee-95cd-87774f69a715 2024-03-21T13:02:40.585 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.372+0000 7feda4747c80 0 mon.a@-1(???).mds e1 new map 2024-03-21T13:02:40.585 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.372+0000 7feda4747c80 0 mon.a@-1(???).mds e1 print_map 2024-03-21T13:02:40.585 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: e1 2024-03-21T13:02:40.585 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: enable_multiple, ever_enabled_multiple: 1,1 2024-03-21T13:02:40.585 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-03-21T13:02:40.585 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: legacy client fscid: -1 2024-03-21T13:02:40.585 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: 2024-03-21T13:02:40.585 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: No filesystems configured 2024-03-21T13:02:40.585 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.372+0000 7feda4747c80 0 mon.a@-1(???).osd e114 crush map has features 3314933000854323200, adjusting msgr requires 2024-03-21T13:02:40.585 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.372+0000 7feda4747c80 0 mon.a@-1(???).osd e114 crush map has features 432629239337189376, adjusting msgr requires 2024-03-21T13:02:40.585 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.372+0000 7feda4747c80 0 mon.a@-1(???).osd e114 crush map has features 432629239337189376, adjusting msgr requires 2024-03-21T13:02:40.585 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.372+0000 7feda4747c80 0 mon.a@-1(???).osd e114 crush map has features 432629239337189376, adjusting msgr requires 2024-03-21T13:02:40.585 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:40 smithi178 bash[73569]: debug 2024-03-21T13:02:40.372+0000 7feda4747c80 1 mon.a@-1(???).paxosservice(auth 1..25) refresh upgraded, format 0 -> 3 2024-03-21T13:02:41.504 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:02:41 smithi178 bash[71512]: ignoring --setuser ceph since I am not root 2024-03-21T13:02:41.505 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:02:41 smithi178 bash[71512]: ignoring --setgroup ceph since I am not root 2024-03-21T13:02:41.505 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:02:41 smithi178 bash[71512]: debug 2024-03-21T13:02:41.104+0000 7f59befb1700 1 -- 172.21.15.178:0/910713566 <== mon.1 v2:172.21.15.178:3301/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55e3ceb385a0 con 0x55e3cf8b6c00 2024-03-21T13:02:41.505 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:02:41 smithi178 bash[71512]: debug 2024-03-21T13:02:41.264+0000 7f59c8da2200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-21T13:02:41.505 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:41 smithi178 bash[73569]: audit 2024-03-21T13:02:37.968513+0000 mon.b (mon.2) 33 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T13:02:41.505 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:41 smithi178 bash[73569]: audit 2024-03-21T13:02:37.972471+0000 mon.b (mon.2) 34 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:02:41.505 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:41 smithi178 bash[73569]: audit 2024-03-21T13:02:37.973457+0000 mon.b (mon.2) 35 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:02:41.505 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:41 smithi178 bash[73569]: cluster 2024-03-21T13:02:39.304457+0000 mgr.x (mgr.25322) 876 : cluster [DBG] pgmap v496: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 624 B/s rd, 0 op/s 2024-03-21T13:02:41.505 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:41 smithi178 bash[73569]: cluster 2024-03-21T13:02:40.993008+0000 mon.a (mon.0) 1 : cluster [INF] mon.a calling monitor election 2024-03-21T13:02:41.505 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:41 smithi178 bash[73569]: cluster 2024-03-21T13:02:41.015731+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-03-21T13:02:41.505 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:41 smithi178 bash[73569]: cluster 2024-03-21T13:02:41.025350+0000 mon.a (mon.0) 3 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.178:3300/0,v1:172.21.15.178:6789/0],b=[v2:172.21.15.184:3300/0,v1:172.21.15.184:6789/0],c=[v2:172.21.15.178:3301/0,v1:172.21.15.178:6790/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-21T13:02:41.505 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:41 smithi178 bash[73569]: cluster 2024-03-21T13:02:41.026666+0000 mon.a (mon.0) 4 : cluster [DBG] fsmap 2024-03-21T13:02:41.506 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:41 smithi178 bash[73569]: cluster 2024-03-21T13:02:41.026740+0000 mon.a (mon.0) 5 : cluster [DBG] osdmap e114: 8 total, 8 up, 8 in 2024-03-21T13:02:41.506 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:41 smithi178 bash[73569]: cluster 2024-03-21T13:02:41.029122+0000 mon.a (mon.0) 6 : cluster [DBG] mgrmap e39: x(active, since 72s), standbys: y 2024-03-21T13:02:41.506 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:41 smithi178 bash[73569]: cluster 2024-03-21T13:02:41.029749+0000 mon.a (mon.0) 7 : cluster [WRN] Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-21T13:02:41.506 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:41 smithi178 bash[73569]: cluster 2024-03-21T13:02:41.029774+0000 mon.a (mon.0) 8 : cluster [WRN] [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-21T13:02:41.506 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:41 smithi178 bash[73569]: cluster 2024-03-21T13:02:41.029797+0000 mon.a (mon.0) 9 : cluster [WRN] daemon grafana.a on smithi184 is in error state 2024-03-21T13:02:41.506 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:41 smithi178 bash[73569]: audit 2024-03-21T13:02:41.042153+0000 mon.a (mon.0) 10 : audit [INF] from='mgr.25322 ' entity='' 2024-03-21T13:02:41.506 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:41 smithi178 bash[73569]: cluster 2024-03-21T13:02:41.043156+0000 mon.a (mon.0) 11 : cluster [DBG] mgrmap e40: x(active, since 72s), standbys: y 2024-03-21T13:02:41.506 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:41 smithi178 bash[73569]: audit 2024-03-21T13:02:41.058950+0000 mon.a (mon.0) 12 : audit [INF] from='mgr.25322 ' entity='' 2024-03-21T13:02:41.506 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:41 smithi178 bash[20270]: audit 2024-03-21T13:02:37.968513+0000 mon.b (mon.2) 33 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T13:02:41.506 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:41 smithi178 bash[20270]: audit 2024-03-21T13:02:37.972471+0000 mon.b (mon.2) 34 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:02:41.507 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:41 smithi178 bash[20270]: audit 2024-03-21T13:02:37.973457+0000 mon.b (mon.2) 35 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:02:41.507 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:41 smithi178 bash[20270]: cluster 2024-03-21T13:02:39.304457+0000 mgr.x (mgr.25322) 876 : cluster [DBG] pgmap v496: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 624 B/s rd, 0 op/s 2024-03-21T13:02:41.507 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:41 smithi178 bash[20270]: cluster 2024-03-21T13:02:40.993008+0000 mon.a (mon.0) 1 : cluster [INF] mon.a calling monitor election 2024-03-21T13:02:41.507 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:41 smithi178 bash[20270]: cluster 2024-03-21T13:02:41.015731+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-03-21T13:02:41.507 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:41 smithi178 bash[20270]: cluster 2024-03-21T13:02:41.025350+0000 mon.a (mon.0) 3 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.178:3300/0,v1:172.21.15.178:6789/0],b=[v2:172.21.15.184:3300/0,v1:172.21.15.184:6789/0],c=[v2:172.21.15.178:3301/0,v1:172.21.15.178:6790/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-21T13:02:41.507 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:41 smithi178 bash[20270]: cluster 2024-03-21T13:02:41.026666+0000 mon.a (mon.0) 4 : cluster [DBG] fsmap 2024-03-21T13:02:41.507 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:41 smithi178 bash[20270]: cluster 2024-03-21T13:02:41.026740+0000 mon.a (mon.0) 5 : cluster [DBG] osdmap e114: 8 total, 8 up, 8 in 2024-03-21T13:02:41.507 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:41 smithi178 bash[20270]: cluster 2024-03-21T13:02:41.029122+0000 mon.a (mon.0) 6 : cluster [DBG] mgrmap e39: x(active, since 72s), standbys: y 2024-03-21T13:02:41.507 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:41 smithi178 bash[20270]: cluster 2024-03-21T13:02:41.029749+0000 mon.a (mon.0) 7 : cluster [WRN] Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-21T13:02:41.507 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:41 smithi178 bash[20270]: cluster 2024-03-21T13:02:41.029774+0000 mon.a (mon.0) 8 : cluster [WRN] [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-21T13:02:41.507 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:41 smithi178 bash[20270]: cluster 2024-03-21T13:02:41.029797+0000 mon.a (mon.0) 9 : cluster [WRN] daemon grafana.a on smithi184 is in error state 2024-03-21T13:02:41.507 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:41 smithi178 bash[20270]: audit 2024-03-21T13:02:41.042153+0000 mon.a (mon.0) 10 : audit [INF] from='mgr.25322 ' entity='' 2024-03-21T13:02:41.507 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:41 smithi178 bash[20270]: cluster 2024-03-21T13:02:41.043156+0000 mon.a (mon.0) 11 : cluster [DBG] mgrmap e40: x(active, since 72s), standbys: y 2024-03-21T13:02:41.507 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:41 smithi178 bash[20270]: audit 2024-03-21T13:02:41.058950+0000 mon.a (mon.0) 12 : audit [INF] from='mgr.25322 ' entity='' 2024-03-21T13:02:41.572 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:02:41 smithi184 bash[52419]: ignoring --setuser ceph since I am not root 2024-03-21T13:02:41.573 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:02:41 smithi184 bash[52419]: ignoring --setgroup ceph since I am not root 2024-03-21T13:02:41.573 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:02:41 smithi184 bash[52419]: debug 2024-03-21T13:02:41.110+0000 7f84628a4700 1 -- 172.21.15.184:0/2112500107 <== mon.2 v2:172.21.15.184:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x5643015b65a0 con 0x564302334400 2024-03-21T13:02:41.573 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:02:41 smithi184 bash[52419]: debug 2024-03-21T13:02:41.274+0000 7f846c695200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-21T13:02:41.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:41 smithi184 bash[14608]: audit 2024-03-21T13:02:37.968513+0000 mon.b (mon.2) 33 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T13:02:41.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:41 smithi184 bash[14608]: audit 2024-03-21T13:02:37.972471+0000 mon.b (mon.2) 34 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:02:41.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:41 smithi184 bash[14608]: audit 2024-03-21T13:02:37.973457+0000 mon.b (mon.2) 35 : audit [DBG] from='mgr.25322 172.21.15.184:0/2530616796' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:02:41.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:41 smithi184 bash[14608]: cluster 2024-03-21T13:02:39.304457+0000 mgr.x (mgr.25322) 876 : cluster [DBG] pgmap v496: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 624 B/s rd, 0 op/s 2024-03-21T13:02:41.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:41 smithi184 bash[14608]: cluster 2024-03-21T13:02:40.993008+0000 mon.a (mon.0) 1 : cluster [INF] mon.a calling monitor election 2024-03-21T13:02:41.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:41 smithi184 bash[14608]: cluster 2024-03-21T13:02:41.015731+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-03-21T13:02:41.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:41 smithi184 bash[14608]: cluster 2024-03-21T13:02:41.025350+0000 mon.a (mon.0) 3 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.178:3300/0,v1:172.21.15.178:6789/0],b=[v2:172.21.15.184:3300/0,v1:172.21.15.184:6789/0],c=[v2:172.21.15.178:3301/0,v1:172.21.15.178:6790/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-21T13:02:41.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:41 smithi184 bash[14608]: cluster 2024-03-21T13:02:41.026666+0000 mon.a (mon.0) 4 : cluster [DBG] fsmap 2024-03-21T13:02:41.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:41 smithi184 bash[14608]: cluster 2024-03-21T13:02:41.026740+0000 mon.a (mon.0) 5 : cluster [DBG] osdmap e114: 8 total, 8 up, 8 in 2024-03-21T13:02:41.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:41 smithi184 bash[14608]: cluster 2024-03-21T13:02:41.029122+0000 mon.a (mon.0) 6 : cluster [DBG] mgrmap e39: x(active, since 72s), standbys: y 2024-03-21T13:02:41.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:41 smithi184 bash[14608]: cluster 2024-03-21T13:02:41.029749+0000 mon.a (mon.0) 7 : cluster [WRN] Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-21T13:02:41.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:41 smithi184 bash[14608]: cluster 2024-03-21T13:02:41.029774+0000 mon.a (mon.0) 8 : cluster [WRN] [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-21T13:02:41.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:41 smithi184 bash[14608]: cluster 2024-03-21T13:02:41.029797+0000 mon.a (mon.0) 9 : cluster [WRN] daemon grafana.a on smithi184 is in error state 2024-03-21T13:02:41.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:41 smithi184 bash[14608]: audit 2024-03-21T13:02:41.042153+0000 mon.a (mon.0) 10 : audit [INF] from='mgr.25322 ' entity='' 2024-03-21T13:02:41.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:41 smithi184 bash[14608]: cluster 2024-03-21T13:02:41.043156+0000 mon.a (mon.0) 11 : cluster [DBG] mgrmap e40: x(active, since 72s), standbys: y 2024-03-21T13:02:41.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:41 smithi184 bash[14608]: audit 2024-03-21T13:02:41.058950+0000 mon.a (mon.0) 12 : audit [INF] from='mgr.25322 ' entity='' 2024-03-21T13:02:42.547 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:02:42 smithi178 bash[71512]: debug 2024-03-21T13:02:42.268+0000 7f59c8da2200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-03-21T13:02:42.548 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:02:42 smithi178 bash[71512]: debug 2024-03-21T13:02:42.368+0000 7f59c8da2200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-21T13:02:42.548 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:02:42 smithi178 bash[71512]: debug 2024-03-21T13:02:42.472+0000 7f59c8da2200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-21T13:02:42.572 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:02:42 smithi184 bash[52419]: debug 2024-03-21T13:02:42.178+0000 7f846c695200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-03-21T13:02:42.572 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:02:42 smithi184 bash[52419]: debug 2024-03-21T13:02:42.278+0000 7f846c695200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-21T13:02:42.572 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:02:42 smithi184 bash[52419]: debug 2024-03-21T13:02:42.378+0000 7f846c695200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-21T13:02:43.044 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:02:42 smithi184 bash[52419]: debug 2024-03-21T13:02:42.666+0000 7f846c695200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-21T13:02:43.048 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:02:42 smithi178 bash[71512]: debug 2024-03-21T13:02:42.760+0000 7f59c8da2200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-21T13:02:43.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:43 smithi178 bash[73569]: cluster 2024-03-21T13:02:42.050859+0000 mon.a (mon.0) 13 : cluster [DBG] mgrmap e41: x(active, since 73s), standbys: y 2024-03-21T13:02:43.297 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:02:43 smithi178 bash[71512]: debug 2024-03-21T13:02:43.144+0000 7f59c8da2200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-21T13:02:43.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:43 smithi178 bash[20270]: cluster 2024-03-21T13:02:42.050859+0000 mon.a (mon.0) 13 : cluster [DBG] mgrmap e41: x(active, since 73s), standbys: y 2024-03-21T13:02:43.322 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:02:43 smithi184 bash[52419]: debug 2024-03-21T13:02:43.038+0000 7f846c695200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-21T13:02:43.323 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:02:43 smithi184 bash[52419]: debug 2024-03-21T13:02:43.202+0000 7f846c695200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-21T13:02:43.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:43 smithi184 bash[14608]: cluster 2024-03-21T13:02:42.050859+0000 mon.a (mon.0) 13 : cluster [DBG] mgrmap e41: x(active, since 73s), standbys: y 2024-03-21T13:02:43.798 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:02:43 smithi178 bash[71512]: debug 2024-03-21T13:02:43.304+0000 7f59c8da2200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-21T13:02:43.798 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:02:43 smithi178 bash[71512]: debug 2024-03-21T13:02:43.516+0000 7f59c8da2200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-21T13:02:43.822 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:02:43 smithi184 bash[52419]: debug 2024-03-21T13:02:43.410+0000 7f846c695200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-21T13:02:43.822 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:02:43 smithi184 bash[54688]: ts=2024-03-21T13:02:43.508Z caller=manager.go:609 level=warn component="rule manager" group=nodes msg="Evaluating rule failed" rule="alert: CephNodeDiskspaceWarning\nexpr: predict_linear(node_filesystem_free_bytes{device=~\"/.*\"}[2d], 3600 * 24 * 5)\n * on(instance) group_left(nodename) node_uname_info < 0\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.8.4\n severity: warning\n type: ceph_default\nannotations:\n description: Mountpoint {{ $labels.mountpoint }} on {{ $labels.nodename }} will\n be full in less than 5 days based on the 48 hour trailing fill rate.\n summary: Host filesystem free space is getting low\n" err="found duplicate series for the match group {instance=\"smithi178\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi178\", job=\"node\", machine=\"x86_64\", nodename=\"smithi178\", release=\"5.4.0-174-generic\", sysname=\"Linux\", version=\"#193-Ubuntu SMP Thu Mar 7 14:29:28 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"a94f249e-e780-11ee-95cd-87774f69a715\", domainname=\"(none)\", instance=\"smithi178\", job=\"node\", machine=\"x86_64\", nodename=\"smithi178\", release=\"5.4.0-174-generic\", sysname=\"Linux\", version=\"#193-Ubuntu SMP Thu Mar 7 14:29:28 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-21T13:02:44.548 INFO:journalctl@ceph.alertmanager.a.smithi178.stdout:Mar 21 13:02:44 smithi178 bash[60444]: level=warn ts=2024-03-21T13:02:44.235Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi178.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.178:8443: connect: connection refused" 2024-03-21T13:02:44.548 INFO:journalctl@ceph.alertmanager.a.smithi178.stdout:Mar 21 13:02:44 smithi178 bash[60444]: level=warn ts=2024-03-21T13:02:44.237Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi184.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.184:8443: connect: connection refused" 2024-03-21T13:02:44.822 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:02:44 smithi184 bash[52419]: debug 2024-03-21T13:02:44.454+0000 7f846c695200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-21T13:02:44.823 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:02:44 smithi184 bash[52419]: debug 2024-03-21T13:02:44.566+0000 7f846c695200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-21T13:02:44.823 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:02:44 smithi184 bash[52419]: debug 2024-03-21T13:02:44.682+0000 7f846c695200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-21T13:02:45.048 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:02:44 smithi178 bash[71512]: debug 2024-03-21T13:02:44.544+0000 7f59c8da2200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-21T13:02:45.048 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:02:44 smithi178 bash[71512]: debug 2024-03-21T13:02:44.656+0000 7f59c8da2200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-21T13:02:45.048 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:02:44 smithi178 bash[71512]: debug 2024-03-21T13:02:44.776+0000 7f59c8da2200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-21T13:02:45.549 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:02:45 smithi178 bash[71512]: debug 2024-03-21T13:02:45.252+0000 7f59c8da2200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-21T13:02:45.549 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:02:45 smithi178 bash[71512]: debug 2024-03-21T13:02:45.476+0000 7f59c8da2200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-21T13:02:45.572 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:02:45 smithi184 bash[52419]: debug 2024-03-21T13:02:45.154+0000 7f846c695200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-21T13:02:45.572 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:02:45 smithi184 bash[52419]: debug 2024-03-21T13:02:45.382+0000 7f846c695200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-21T13:02:46.298 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:02:45 smithi178 bash[71512]: debug 2024-03-21T13:02:45.932+0000 7f59c8da2200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-21T13:02:46.322 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:02:45 smithi184 bash[52419]: debug 2024-03-21T13:02:45.838+0000 7f846c695200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-21T13:02:46.798 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:02:46 smithi178 bash[71512]: debug 2024-03-21T13:02:46.452+0000 7f59c8da2200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-21T13:02:46.822 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:02:46 smithi184 bash[52419]: debug 2024-03-21T13:02:46.354+0000 7f846c695200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-21T13:02:47.298 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:02:47 smithi178 bash[71512]: debug 2024-03-21T13:02:47.004+0000 7f59c8da2200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-21T13:02:47.298 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:02:47 smithi178 bash[71512]: debug 2024-03-21T13:02:47.116+0000 7f59c8da2200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-21T13:02:47.322 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:02:46 smithi184 bash[52419]: debug 2024-03-21T13:02:46.902+0000 7f846c695200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-21T13:02:47.322 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:02:47 smithi184 bash[52419]: debug 2024-03-21T13:02:47.014+0000 7f846c695200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-21T13:02:47.625 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:02:47 smithi184 bash[52419]: debug 2024-03-21T13:02:47.366+0000 7f846c695200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-21T13:02:47.625 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:02:47 smithi184 bash[52419]: debug 2024-03-21T13:02:47.478+0000 7f846c695200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-21T13:02:47.731 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:02:47 smithi178 bash[71512]: debug 2024-03-21T13:02:47.468+0000 7f59c8da2200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-21T13:02:47.731 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:02:47 smithi178 bash[71512]: debug 2024-03-21T13:02:47.580+0000 7f59c8da2200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-21T13:02:48.048 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:02:47 smithi178 bash[71512]: debug 2024-03-21T13:02:47.724+0000 7f59c8da2200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-21T13:02:48.048 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:02:47 smithi178 bash[71512]: debug 2024-03-21T13:02:47.840+0000 7f59c8da2200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-21T13:02:48.048 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:02:47 smithi178 bash[71512]: debug 2024-03-21T13:02:47.968+0000 7f59c8da2200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-21T13:02:48.057 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:02:47 smithi184 bash[52419]: debug 2024-03-21T13:02:47.622+0000 7f846c695200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-21T13:02:48.057 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:02:47 smithi184 bash[52419]: debug 2024-03-21T13:02:47.734+0000 7f846c695200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-21T13:02:48.057 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:02:47 smithi184 bash[52419]: debug 2024-03-21T13:02:47.862+0000 7f846c695200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-21T13:02:48.322 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:02:48 smithi184 bash[52419]: debug 2024-03-21T13:02:48.054+0000 7f846c695200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-21T13:02:48.323 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:02:48 smithi184 bash[52419]: debug 2024-03-21T13:02:48.182+0000 7f846c695200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-21T13:02:48.549 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:02:48 smithi178 bash[71512]: debug 2024-03-21T13:02:48.160+0000 7f59c8da2200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-21T13:02:48.549 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:02:48 smithi178 bash[71512]: debug 2024-03-21T13:02:48.288+0000 7f59c8da2200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-21T13:02:49.056 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:02:48 smithi184 bash[54688]: ts=2024-03-21T13:02:48.885Z caller=refresh.go:98 level=error component="discovery manager scrape" discovery=http msg="Unable to refresh target groups" err="Get \"http://172.21.15.184:8765/sd/prometheus/sd-config?service=mgr-prometheus\": dial tcp 172.21.15.184:8765: connect: connection refused" 2024-03-21T13:02:49.056 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:02:48 smithi184 bash[54688]: ts=2024-03-21T13:02:48.888Z caller=refresh.go:98 level=error component="discovery manager scrape" discovery=http msg="Unable to refresh target groups" err="Get \"http://172.21.15.184:8765/sd/prometheus/sd-config?service=nvmeof\": dial tcp 172.21.15.184:8765: connect: connection refused" 2024-03-21T13:02:49.056 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:02:48 smithi184 bash[54688]: ts=2024-03-21T13:02:48.891Z caller=refresh.go:98 level=error component="discovery manager scrape" discovery=http msg="Unable to refresh target groups" err="Get \"http://172.21.15.184:8765/sd/prometheus/sd-config?service=node-exporter\": dial tcp 172.21.15.184:8765: connect: connection refused" 2024-03-21T13:02:49.056 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:02:48 smithi184 bash[54688]: ts=2024-03-21T13:02:48.891Z caller=refresh.go:98 level=error component="discovery manager notify" discovery=http msg="Unable to refresh target groups" err="Get \"http://172.21.15.184:8765/sd/prometheus/sd-config?service=alertmanager\": dial tcp 172.21.15.184:8765: connect: connection refused" 2024-03-21T13:02:49.056 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:02:48 smithi184 bash[54688]: ts=2024-03-21T13:02:48.892Z caller=refresh.go:98 level=error component="discovery manager scrape" discovery=http msg="Unable to refresh target groups" err="Get \"http://172.21.15.184:8765/sd/prometheus/sd-config?service=ceph-exporter\": dial tcp 172.21.15.184:8765: connect: connection refused" 2024-03-21T13:02:49.773 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:02:49 smithi184 bash[52419]: debug 2024-03-21T13:02:49.470+0000 7f846c695200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-21T13:02:49.773 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:49 smithi184 bash[14608]: cluster 2024-03-21T13:02:49.496229+0000 mon.a (mon.0) 14 : cluster [INF] Active manager daemon x restarted 2024-03-21T13:02:49.773 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:49 smithi184 bash[14608]: cluster 2024-03-21T13:02:49.496814+0000 mon.a (mon.0) 15 : cluster [INF] Activating manager daemon x 2024-03-21T13:02:49.773 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:49 smithi184 bash[14608]: cluster 2024-03-21T13:02:49.509437+0000 mon.a (mon.0) 16 : cluster [DBG] osdmap e115: 8 total, 8 up, 8 in 2024-03-21T13:02:49.773 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:49 smithi184 bash[14608]: cluster 2024-03-21T13:02:49.513069+0000 mon.a (mon.0) 17 : cluster [DBG] mgrmap e42: x(active, starting, since 0.0164023s), standbys: y 2024-03-21T13:02:49.774 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:49 smithi184 bash[14608]: audit 2024-03-21T13:02:49.517247+0000 mon.c (mon.1) 164 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T13:02:49.774 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:49 smithi184 bash[14608]: audit 2024-03-21T13:02:49.517518+0000 mon.c (mon.1) 165 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:02:49.774 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:49 smithi184 bash[14608]: audit 2024-03-21T13:02:49.517766+0000 mon.c (mon.1) 166 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:02:49.774 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:49 smithi184 bash[14608]: audit 2024-03-21T13:02:49.519385+0000 mon.c (mon.1) 167 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-03-21T13:02:49.774 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:49 smithi184 bash[14608]: audit 2024-03-21T13:02:49.519671+0000 mon.c (mon.1) 168 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-03-21T13:02:49.774 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:49 smithi184 bash[14608]: audit 2024-03-21T13:02:49.519990+0000 mon.c (mon.1) 169 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T13:02:49.774 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:49 smithi184 bash[14608]: audit 2024-03-21T13:02:49.520309+0000 mon.c (mon.1) 170 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T13:02:49.774 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:49 smithi184 bash[14608]: audit 2024-03-21T13:02:49.520604+0000 mon.c (mon.1) 171 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T13:02:49.774 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:49 smithi184 bash[14608]: audit 2024-03-21T13:02:49.520920+0000 mon.c (mon.1) 172 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-21T13:02:49.774 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:49 smithi184 bash[14608]: audit 2024-03-21T13:02:49.521226+0000 mon.c (mon.1) 173 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-21T13:02:49.774 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:49 smithi184 bash[14608]: audit 2024-03-21T13:02:49.521513+0000 mon.c (mon.1) 174 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-21T13:02:49.774 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:49 smithi184 bash[14608]: audit 2024-03-21T13:02:49.521775+0000 mon.c (mon.1) 175 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-21T13:02:49.774 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:49 smithi184 bash[14608]: audit 2024-03-21T13:02:49.522050+0000 mon.c (mon.1) 176 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-21T13:02:49.774 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:49 smithi184 bash[14608]: audit 2024-03-21T13:02:49.522344+0000 mon.c (mon.1) 177 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-21T13:02:49.774 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:49 smithi184 bash[14608]: audit 2024-03-21T13:02:49.522592+0000 mon.c (mon.1) 178 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-21T13:02:49.775 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:49 smithi184 bash[14608]: audit 2024-03-21T13:02:49.523105+0000 mon.c (mon.1) 179 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-21T13:02:49.775 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:49 smithi184 bash[14608]: cluster 2024-03-21T13:02:49.532013+0000 mon.a (mon.0) 18 : cluster [INF] Manager daemon x is now available 2024-03-21T13:02:49.923 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:02:49 smithi178 bash[71512]: debug 2024-03-21T13:02:49.580+0000 7f59c8da2200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-21T13:02:49.923 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:02:49 smithi178 bash[71512]: [21/Mar/2024:13:02:49] ENGINE Bus STARTING 2024-03-21T13:02:49.923 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:02:49 smithi178 bash[71512]: CherryPy Checker: 2024-03-21T13:02:49.923 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:02:49 smithi178 bash[71512]: The Application mounted at '' has an empty config. 2024-03-21T13:02:49.923 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:02:49 smithi178 bash[71512]: [21/Mar/2024:13:02:49] ENGINE Serving on http://:::9283 2024-03-21T13:02:49.923 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:02:49 smithi178 bash[71512]: [21/Mar/2024:13:02:49] ENGINE Bus STARTED 2024-03-21T13:02:49.924 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:49 smithi178 bash[73569]: cluster 2024-03-21T13:02:49.496229+0000 mon.a (mon.0) 14 : cluster [INF] Active manager daemon x restarted 2024-03-21T13:02:49.924 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:49 smithi178 bash[73569]: cluster 2024-03-21T13:02:49.496814+0000 mon.a (mon.0) 15 : cluster [INF] Activating manager daemon x 2024-03-21T13:02:49.924 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:49 smithi178 bash[73569]: cluster 2024-03-21T13:02:49.509437+0000 mon.a (mon.0) 16 : cluster [DBG] osdmap e115: 8 total, 8 up, 8 in 2024-03-21T13:02:49.924 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:49 smithi178 bash[73569]: cluster 2024-03-21T13:02:49.513069+0000 mon.a (mon.0) 17 : cluster [DBG] mgrmap e42: x(active, starting, since 0.0164023s), standbys: y 2024-03-21T13:02:49.924 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:49 smithi178 bash[73569]: audit 2024-03-21T13:02:49.517247+0000 mon.c (mon.1) 164 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T13:02:49.924 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:49 smithi178 bash[73569]: audit 2024-03-21T13:02:49.517518+0000 mon.c (mon.1) 165 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:02:49.924 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:49 smithi178 bash[73569]: audit 2024-03-21T13:02:49.517766+0000 mon.c (mon.1) 166 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:02:49.924 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:49 smithi178 bash[73569]: audit 2024-03-21T13:02:49.519385+0000 mon.c (mon.1) 167 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-03-21T13:02:49.924 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:49 smithi178 bash[73569]: audit 2024-03-21T13:02:49.519671+0000 mon.c (mon.1) 168 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-03-21T13:02:49.924 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:49 smithi178 bash[73569]: audit 2024-03-21T13:02:49.519990+0000 mon.c (mon.1) 169 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T13:02:49.924 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:49 smithi178 bash[73569]: audit 2024-03-21T13:02:49.520309+0000 mon.c (mon.1) 170 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T13:02:49.924 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:49 smithi178 bash[73569]: audit 2024-03-21T13:02:49.520604+0000 mon.c (mon.1) 171 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T13:02:49.925 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:49 smithi178 bash[73569]: audit 2024-03-21T13:02:49.520920+0000 mon.c (mon.1) 172 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-21T13:02:49.925 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:49 smithi178 bash[73569]: audit 2024-03-21T13:02:49.521226+0000 mon.c (mon.1) 173 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-21T13:02:49.925 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:49 smithi178 bash[73569]: audit 2024-03-21T13:02:49.521513+0000 mon.c (mon.1) 174 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-21T13:02:49.925 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:49 smithi178 bash[73569]: audit 2024-03-21T13:02:49.521775+0000 mon.c (mon.1) 175 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-21T13:02:49.925 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:49 smithi178 bash[73569]: audit 2024-03-21T13:02:49.522050+0000 mon.c (mon.1) 176 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-21T13:02:49.925 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:49 smithi178 bash[73569]: audit 2024-03-21T13:02:49.522344+0000 mon.c (mon.1) 177 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-21T13:02:49.925 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:49 smithi178 bash[73569]: audit 2024-03-21T13:02:49.522592+0000 mon.c (mon.1) 178 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-21T13:02:49.925 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:49 smithi178 bash[73569]: audit 2024-03-21T13:02:49.523105+0000 mon.c (mon.1) 179 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-21T13:02:49.925 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:49 smithi178 bash[73569]: cluster 2024-03-21T13:02:49.532013+0000 mon.a (mon.0) 18 : cluster [INF] Manager daemon x is now available 2024-03-21T13:02:49.925 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:49 smithi178 bash[20270]: cluster 2024-03-21T13:02:49.496229+0000 mon.a (mon.0) 14 : cluster [INF] Active manager daemon x restarted 2024-03-21T13:02:49.925 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:49 smithi178 bash[20270]: cluster 2024-03-21T13:02:49.496814+0000 mon.a (mon.0) 15 : cluster [INF] Activating manager daemon x 2024-03-21T13:02:49.925 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:49 smithi178 bash[20270]: cluster 2024-03-21T13:02:49.509437+0000 mon.a (mon.0) 16 : cluster [DBG] osdmap e115: 8 total, 8 up, 8 in 2024-03-21T13:02:49.925 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:49 smithi178 bash[20270]: cluster 2024-03-21T13:02:49.513069+0000 mon.a (mon.0) 17 : cluster [DBG] mgrmap e42: x(active, starting, since 0.0164023s), standbys: y 2024-03-21T13:02:49.925 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:49 smithi178 bash[20270]: audit 2024-03-21T13:02:49.517247+0000 mon.c (mon.1) 164 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T13:02:49.926 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:49 smithi178 bash[20270]: audit 2024-03-21T13:02:49.517518+0000 mon.c (mon.1) 165 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:02:49.926 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:49 smithi178 bash[20270]: audit 2024-03-21T13:02:49.517766+0000 mon.c (mon.1) 166 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:02:49.926 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:49 smithi178 bash[20270]: audit 2024-03-21T13:02:49.519385+0000 mon.c (mon.1) 167 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-03-21T13:02:49.926 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:49 smithi178 bash[20270]: audit 2024-03-21T13:02:49.519671+0000 mon.c (mon.1) 168 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-03-21T13:02:49.926 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:49 smithi178 bash[20270]: audit 2024-03-21T13:02:49.519990+0000 mon.c (mon.1) 169 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T13:02:49.926 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:49 smithi178 bash[20270]: audit 2024-03-21T13:02:49.520309+0000 mon.c (mon.1) 170 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T13:02:49.926 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:49 smithi178 bash[20270]: audit 2024-03-21T13:02:49.520604+0000 mon.c (mon.1) 171 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T13:02:49.926 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:49 smithi178 bash[20270]: audit 2024-03-21T13:02:49.520920+0000 mon.c (mon.1) 172 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-21T13:02:49.926 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:49 smithi178 bash[20270]: audit 2024-03-21T13:02:49.521226+0000 mon.c (mon.1) 173 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-21T13:02:49.926 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:49 smithi178 bash[20270]: audit 2024-03-21T13:02:49.521513+0000 mon.c (mon.1) 174 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-21T13:02:49.926 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:49 smithi178 bash[20270]: audit 2024-03-21T13:02:49.521775+0000 mon.c (mon.1) 175 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-21T13:02:49.926 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:49 smithi178 bash[20270]: audit 2024-03-21T13:02:49.522050+0000 mon.c (mon.1) 176 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-21T13:02:49.926 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:49 smithi178 bash[20270]: audit 2024-03-21T13:02:49.522344+0000 mon.c (mon.1) 177 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-21T13:02:49.926 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:49 smithi178 bash[20270]: audit 2024-03-21T13:02:49.522592+0000 mon.c (mon.1) 178 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-21T13:02:49.926 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:49 smithi178 bash[20270]: audit 2024-03-21T13:02:49.523105+0000 mon.c (mon.1) 179 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-21T13:02:49.927 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:49 smithi178 bash[20270]: cluster 2024-03-21T13:02:49.532013+0000 mon.a (mon.0) 18 : cluster [INF] Manager daemon x is now available 2024-03-21T13:02:50.072 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:02:49 smithi184 bash[52419]: [21/Mar/2024:13:02:49] ENGINE Bus STARTING 2024-03-21T13:02:50.072 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:02:49 smithi184 bash[52419]: CherryPy Checker: 2024-03-21T13:02:50.072 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:02:49 smithi184 bash[52419]: The Application mounted at '' has an empty config. 2024-03-21T13:02:50.072 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:02:49 smithi184 bash[52419]: [21/Mar/2024:13:02:49] ENGINE Serving on http://:::9283 2024-03-21T13:02:50.073 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:02:49 smithi184 bash[52419]: [21/Mar/2024:13:02:49] ENGINE Bus STARTED 2024-03-21T13:02:50.298 INFO:journalctl@ceph.alertmanager.a.smithi178.stdout:Mar 21 13:02:49 smithi178 bash[60444]: level=info ts=2024-03-21T13:02:49.920Z caller=notify.go:735 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify success" attempts=6 2024-03-21T13:02:50.547 INFO:teuthology.orchestra.run.smithi178.stdout:true 2024-03-21T13:02:50.701 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:02:50 smithi184 bash[52419]: debug 2024-03-21T13:02:50.530+0000 7f8424111700 -1 mgr.server handle_report got status from non-daemon mon.a 2024-03-21T13:02:50.701 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:50 smithi184 bash[14608]: cluster 2024-03-21T13:02:49.606273+0000 mon.a (mon.0) 19 : cluster [DBG] Standby manager daemon y restarted 2024-03-21T13:02:50.701 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:50 smithi184 bash[14608]: cluster 2024-03-21T13:02:49.606554+0000 mon.a (mon.0) 20 : cluster [DBG] Standby manager daemon y started 2024-03-21T13:02:50.701 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:50 smithi184 bash[14608]: audit 2024-03-21T13:02:49.611218+0000 mon.c (mon.1) 180 : audit [DBG] from='mgr.? 172.21.15.178:0/2524539705' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2024-03-21T13:02:50.701 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:50 smithi184 bash[14608]: audit 2024-03-21T13:02:49.613993+0000 mon.c (mon.1) 181 : audit [DBG] from='mgr.? 172.21.15.178:0/2524539705' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-21T13:02:50.701 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:50 smithi184 bash[14608]: audit 2024-03-21T13:02:49.618931+0000 mon.c (mon.1) 182 : audit [DBG] from='mgr.? 172.21.15.178:0/2524539705' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2024-03-21T13:02:50.701 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:50 smithi184 bash[14608]: audit 2024-03-21T13:02:49.619658+0000 mon.c (mon.1) 183 : audit [DBG] from='mgr.? 172.21.15.178:0/2524539705' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-21T13:02:50.701 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:50 smithi184 bash[14608]: audit 2024-03-21T13:02:49.719344+0000 mon.a (mon.0) 21 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:50.701 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:50 smithi184 bash[14608]: audit 2024-03-21T13:02:49.734413+0000 mon.c (mon.1) 184 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi184", "caps": []}]: dispatch 2024-03-21T13:02:50.702 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:50 smithi184 bash[14608]: audit 2024-03-21T13:02:49.735057+0000 mon.a (mon.0) 22 : audit [INF] from='mgr.34104 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi184", "caps": []}]: dispatch 2024-03-21T13:02:50.702 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:50 smithi184 bash[14608]: audit 2024-03-21T13:02:49.736644+0000 mon.c (mon.1) 185 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi178", "caps": []}]: dispatch 2024-03-21T13:02:50.702 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:50 smithi184 bash[14608]: audit 2024-03-21T13:02:49.737049+0000 mon.a (mon.0) 23 : audit [INF] from='mgr.34104 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi178", "caps": []}]: dispatch 2024-03-21T13:02:50.702 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:50 smithi184 bash[14608]: audit 2024-03-21T13:02:49.769939+0000 mon.c (mon.1) 186 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:02:50.702 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:50 smithi184 bash[14608]: audit 2024-03-21T13:02:49.782892+0000 mon.c (mon.1) 187 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-03-21T13:02:50.702 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:50 smithi184 bash[14608]: audit 2024-03-21T13:02:49.783515+0000 mon.a (mon.0) 24 : audit [INF] from='mgr.34104 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-03-21T13:02:50.702 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:50 smithi184 bash[14608]: audit 2024-03-21T13:02:49.837354+0000 mon.c (mon.1) 188 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-03-21T13:02:50.702 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:50 smithi184 bash[14608]: audit 2024-03-21T13:02:49.837837+0000 mon.a (mon.0) 25 : audit [INF] from='mgr.34104 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-03-21T13:02:50.702 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:50 smithi184 bash[14608]: cluster 2024-03-21T13:02:50.515252+0000 mon.a (mon.0) 26 : cluster [DBG] mgrmap e43: x(active, since 1.01859s), standbys: y 2024-03-21T13:02:50.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:50 smithi178 bash[20270]: cluster 2024-03-21T13:02:49.606273+0000 mon.a (mon.0) 19 : cluster [DBG] Standby manager daemon y restarted 2024-03-21T13:02:50.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:50 smithi178 bash[20270]: cluster 2024-03-21T13:02:49.606554+0000 mon.a (mon.0) 20 : cluster [DBG] Standby manager daemon y started 2024-03-21T13:02:50.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:50 smithi178 bash[20270]: audit 2024-03-21T13:02:49.611218+0000 mon.c (mon.1) 180 : audit [DBG] from='mgr.? 172.21.15.178:0/2524539705' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2024-03-21T13:02:50.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:50 smithi178 bash[20270]: audit 2024-03-21T13:02:49.613993+0000 mon.c (mon.1) 181 : audit [DBG] from='mgr.? 172.21.15.178:0/2524539705' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-21T13:02:50.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:50 smithi178 bash[20270]: audit 2024-03-21T13:02:49.618931+0000 mon.c (mon.1) 182 : audit [DBG] from='mgr.? 172.21.15.178:0/2524539705' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2024-03-21T13:02:50.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:50 smithi178 bash[20270]: audit 2024-03-21T13:02:49.619658+0000 mon.c (mon.1) 183 : audit [DBG] from='mgr.? 172.21.15.178:0/2524539705' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-21T13:02:50.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:50 smithi178 bash[20270]: audit 2024-03-21T13:02:49.719344+0000 mon.a (mon.0) 21 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:50.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:50 smithi178 bash[20270]: audit 2024-03-21T13:02:49.734413+0000 mon.c (mon.1) 184 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi184", "caps": []}]: dispatch 2024-03-21T13:02:50.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:50 smithi178 bash[20270]: audit 2024-03-21T13:02:49.735057+0000 mon.a (mon.0) 22 : audit [INF] from='mgr.34104 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi184", "caps": []}]: dispatch 2024-03-21T13:02:50.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:50 smithi178 bash[20270]: audit 2024-03-21T13:02:49.736644+0000 mon.c (mon.1) 185 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi178", "caps": []}]: dispatch 2024-03-21T13:02:50.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:50 smithi178 bash[20270]: audit 2024-03-21T13:02:49.737049+0000 mon.a (mon.0) 23 : audit [INF] from='mgr.34104 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi178", "caps": []}]: dispatch 2024-03-21T13:02:50.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:50 smithi178 bash[20270]: audit 2024-03-21T13:02:49.769939+0000 mon.c (mon.1) 186 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:02:50.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:50 smithi178 bash[20270]: audit 2024-03-21T13:02:49.782892+0000 mon.c (mon.1) 187 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-03-21T13:02:50.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:50 smithi178 bash[20270]: audit 2024-03-21T13:02:49.783515+0000 mon.a (mon.0) 24 : audit [INF] from='mgr.34104 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-03-21T13:02:50.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:50 smithi178 bash[20270]: audit 2024-03-21T13:02:49.837354+0000 mon.c (mon.1) 188 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-03-21T13:02:50.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:50 smithi178 bash[20270]: audit 2024-03-21T13:02:49.837837+0000 mon.a (mon.0) 25 : audit [INF] from='mgr.34104 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-03-21T13:02:50.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:50 smithi178 bash[20270]: cluster 2024-03-21T13:02:50.515252+0000 mon.a (mon.0) 26 : cluster [DBG] mgrmap e43: x(active, since 1.01859s), standbys: y 2024-03-21T13:02:50.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:50 smithi178 bash[73569]: cluster 2024-03-21T13:02:49.606273+0000 mon.a (mon.0) 19 : cluster [DBG] Standby manager daemon y restarted 2024-03-21T13:02:50.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:50 smithi178 bash[73569]: cluster 2024-03-21T13:02:49.606554+0000 mon.a (mon.0) 20 : cluster [DBG] Standby manager daemon y started 2024-03-21T13:02:50.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:50 smithi178 bash[73569]: audit 2024-03-21T13:02:49.611218+0000 mon.c (mon.1) 180 : audit [DBG] from='mgr.? 172.21.15.178:0/2524539705' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2024-03-21T13:02:50.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:50 smithi178 bash[73569]: audit 2024-03-21T13:02:49.613993+0000 mon.c (mon.1) 181 : audit [DBG] from='mgr.? 172.21.15.178:0/2524539705' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-21T13:02:50.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:50 smithi178 bash[73569]: audit 2024-03-21T13:02:49.618931+0000 mon.c (mon.1) 182 : audit [DBG] from='mgr.? 172.21.15.178:0/2524539705' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2024-03-21T13:02:50.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:50 smithi178 bash[73569]: audit 2024-03-21T13:02:49.619658+0000 mon.c (mon.1) 183 : audit [DBG] from='mgr.? 172.21.15.178:0/2524539705' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-21T13:02:50.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:50 smithi178 bash[73569]: audit 2024-03-21T13:02:49.719344+0000 mon.a (mon.0) 21 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:50.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:50 smithi178 bash[73569]: audit 2024-03-21T13:02:49.734413+0000 mon.c (mon.1) 184 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi184", "caps": []}]: dispatch 2024-03-21T13:02:50.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:50 smithi178 bash[73569]: audit 2024-03-21T13:02:49.735057+0000 mon.a (mon.0) 22 : audit [INF] from='mgr.34104 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi184", "caps": []}]: dispatch 2024-03-21T13:02:50.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:50 smithi178 bash[73569]: audit 2024-03-21T13:02:49.736644+0000 mon.c (mon.1) 185 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi178", "caps": []}]: dispatch 2024-03-21T13:02:50.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:50 smithi178 bash[73569]: audit 2024-03-21T13:02:49.737049+0000 mon.a (mon.0) 23 : audit [INF] from='mgr.34104 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi178", "caps": []}]: dispatch 2024-03-21T13:02:50.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:50 smithi178 bash[73569]: audit 2024-03-21T13:02:49.769939+0000 mon.c (mon.1) 186 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:02:50.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:50 smithi178 bash[73569]: audit 2024-03-21T13:02:49.782892+0000 mon.c (mon.1) 187 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-03-21T13:02:50.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:50 smithi178 bash[73569]: audit 2024-03-21T13:02:49.783515+0000 mon.a (mon.0) 24 : audit [INF] from='mgr.34104 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-03-21T13:02:50.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:50 smithi178 bash[73569]: audit 2024-03-21T13:02:49.837354+0000 mon.c (mon.1) 188 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-03-21T13:02:50.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:50 smithi178 bash[73569]: audit 2024-03-21T13:02:49.837837+0000 mon.a (mon.0) 25 : audit [INF] from='mgr.34104 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-03-21T13:02:50.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:50 smithi178 bash[73569]: cluster 2024-03-21T13:02:50.515252+0000 mon.a (mon.0) 26 : cluster [DBG] mgrmap e43: x(active, since 1.01859s), standbys: y 2024-03-21T13:02:51.116 INFO:journalctl@ceph.alertmanager.a.smithi178.stdout:Mar 21 13:02:51 smithi178 bash[60444]: level=info ts=2024-03-21T13:02:51.066Z caller=notify.go:735 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify success" attempts=6 2024-03-21T13:02:51.398 INFO:teuthology.orchestra.run.smithi178.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-21T13:02:51.398 INFO:teuthology.orchestra.run.smithi178.stdout:agent.smithi178 smithi178 running 16s ago 16m - - 2024-03-21T13:02:51.398 INFO:teuthology.orchestra.run.smithi178.stdout:agent.smithi184 smithi184 running 21s ago 16m - - 2024-03-21T13:02:51.398 INFO:teuthology.orchestra.run.smithi178.stdout:alertmanager.a smithi178 *:9093,9094 running (3m) 16s ago 9m 15.5M - 0.23.0 ba2b418f427c b9533705fcaf 2024-03-21T13:02:51.398 INFO:teuthology.orchestra.run.smithi178.stdout:grafana.a smithi184 *:3000 error 21s ago 9m - - 2024-03-21T13:02:51.398 INFO:teuthology.orchestra.run.smithi178.stdout:iscsi.foo.smithi178.qfgpzc smithi178 running (71s) 16s ago 7m 46.3M - 3.5 e1d6a67b021e 8cd81f5e1d31 2024-03-21T13:02:51.399 INFO:teuthology.orchestra.run.smithi178.stdout:mgr.x smithi184 *:8443,9283,8765 running (92s) 21s ago 15m 499M - 19.0.0-2267-g960fbbe4 19e12293512f 23b748469eab 2024-03-21T13:02:51.399 INFO:teuthology.orchestra.run.smithi178.stdout:mgr.y smithi178 *:8443,9283,8765 running (32s) 16s ago 17m 439M - 19.0.0-2267-g960fbbe4 19e12293512f 4b58d9293a93 2024-03-21T13:02:51.399 INFO:teuthology.orchestra.run.smithi178.stdout:mon.a smithi178 running (17m) 16s ago 18m 87.6M 2048M 17.2.0 e1d6a67b021e 929eab85bff1 2024-03-21T13:02:51.399 INFO:teuthology.orchestra.run.smithi178.stdout:mon.b smithi184 running (16m) 21s ago 16m 58.2M 2048M 17.2.0 e1d6a67b021e 2c060c770e3f 2024-03-21T13:02:51.399 INFO:teuthology.orchestra.run.smithi178.stdout:mon.c smithi178 running (16m) 16s ago 16m 57.7M 2048M 17.2.0 e1d6a67b021e cf8630e7a11b 2024-03-21T13:02:51.399 INFO:teuthology.orchestra.run.smithi178.stdout:node-exporter.a smithi178 *:9100 running (3m) 16s ago 10m 11.3M - 1.3.1 1dbe0e931976 5d4ec1307be5 2024-03-21T13:02:51.399 INFO:teuthology.orchestra.run.smithi178.stdout:node-exporter.b smithi184 *:9100 running (2m) 21s ago 10m 14.3M - 1.3.1 1dbe0e931976 2a37d9a9b638 2024-03-21T13:02:51.399 INFO:teuthology.orchestra.run.smithi178.stdout:osd.0 smithi178 running (15m) 16s ago 15m 59.4M 4096M 17.2.0 e1d6a67b021e d6b8ef28417b 2024-03-21T13:02:51.399 INFO:teuthology.orchestra.run.smithi178.stdout:osd.1 smithi178 running (14m) 16s ago 14m 60.8M 4096M 17.2.0 e1d6a67b021e f1a18d3887e4 2024-03-21T13:02:51.399 INFO:teuthology.orchestra.run.smithi178.stdout:osd.2 smithi178 running (14m) 16s ago 14m 55.7M 4096M 17.2.0 e1d6a67b021e 20f205591c9c 2024-03-21T13:02:51.399 INFO:teuthology.orchestra.run.smithi178.stdout:osd.3 smithi178 running (13m) 16s ago 13m 57.9M 4096M 17.2.0 e1d6a67b021e a4f15fefa0b8 2024-03-21T13:02:51.399 INFO:teuthology.orchestra.run.smithi178.stdout:osd.4 smithi184 running (13m) 21s ago 13m 58.2M 4096M 17.2.0 e1d6a67b021e e20e0f763007 2024-03-21T13:02:51.399 INFO:teuthology.orchestra.run.smithi178.stdout:osd.5 smithi184 running (12m) 21s ago 12m 56.6M 4096M 17.2.0 e1d6a67b021e a0e050155046 2024-03-21T13:02:51.399 INFO:teuthology.orchestra.run.smithi178.stdout:osd.6 smithi184 running (11m) 21s ago 11m 56.9M 4096M 17.2.0 e1d6a67b021e 68fa324445fb 2024-03-21T13:02:51.399 INFO:teuthology.orchestra.run.smithi178.stdout:osd.7 smithi184 running (11m) 21s ago 11m 57.7M 4096M 17.2.0 e1d6a67b021e 9153684ac7cd 2024-03-21T13:02:51.400 INFO:teuthology.orchestra.run.smithi178.stdout:prometheus.a smithi184 *:9095 running (64s) 21s ago 10m 60.5M - 2.33.4 514e6a882f6e 68f156839b90 2024-03-21T13:02:51.400 INFO:teuthology.orchestra.run.smithi178.stdout:rgw.foo.smithi178.amgrte smithi178 *:8000 running (7m) 16s ago 7m 86.7M - 17.2.0 e1d6a67b021e d914bef5b616 2024-03-21T13:02:51.400 INFO:teuthology.orchestra.run.smithi178.stdout:rgw.foo.smithi184.sylqte smithi184 *:8000 running (7m) 21s ago 7m 86.9M - 17.2.0 e1d6a67b021e 71e9025bfe7b 2024-03-21T13:02:51.400 INFO:teuthology.orchestra.run.smithi178.stdout:rgw.smpl.smithi178.avyvkd smithi178 *:80 running (7m) 16s ago 7m 87.4M - 17.2.0 e1d6a67b021e 95dce05fca01 2024-03-21T13:02:51.400 INFO:teuthology.orchestra.run.smithi178.stdout:rgw.smpl.smithi184.ccsuhn smithi184 *:80 running (7m) 21s ago 7m 87.2M - 17.2.0 e1d6a67b021e c3b20c5f0cde 2024-03-21T13:02:51.593 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:51 smithi178 bash[73569]: audit 2024-03-21T13:02:50.618891+0000 mon.c (mon.1) 189 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd/host:smithi184", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:02:51.593 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:51 smithi178 bash[73569]: audit 2024-03-21T13:02:50.619692+0000 mon.a (mon.0) 27 : audit [INF] from='mgr.34104 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd/host:smithi184", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:02:51.593 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:51 smithi178 bash[73569]: audit 2024-03-21T13:02:50.812576+0000 mon.c (mon.1) 190 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd/host:smithi178", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:02:51.594 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:51 smithi178 bash[73569]: audit 2024-03-21T13:02:50.813286+0000 mon.a (mon.0) 28 : audit [INF] from='mgr.34104 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd/host:smithi178", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:02:51.594 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:51 smithi178 bash[73569]: audit 2024-03-21T13:02:50.814718+0000 mon.c (mon.1) 191 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:51.594 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:51 smithi178 bash[73569]: audit 2024-03-21T13:02:50.815811+0000 mon.c (mon.1) 192 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:51.594 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:51 smithi178 bash[73569]: cephadm 2024-03-21T13:02:50.819092+0000 mgr.x (mgr.34104) 4 : cephadm [INF] Updating smithi178:/etc/ceph/ceph.conf 2024-03-21T13:02:51.594 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:51 smithi178 bash[73569]: cephadm 2024-03-21T13:02:50.819300+0000 mgr.x (mgr.34104) 5 : cephadm [INF] Updating smithi184:/etc/ceph/ceph.conf 2024-03-21T13:02:51.594 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:51 smithi178 bash[73569]: audit 2024-03-21T13:02:50.922666+0000 mgr.x (mgr.34104) 6 : audit [DBG] from='client.25633 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:02:51.594 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:51 smithi178 bash[73569]: audit 2024-03-21T13:02:51.243164+0000 mon.a (mon.0) 29 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:51.594 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:51 smithi178 bash[73569]: audit 2024-03-21T13:02:51.282043+0000 mon.a (mon.0) 30 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:51.594 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:51 smithi178 bash[73569]: audit 2024-03-21T13:02:51.379481+0000 mon.a (mon.0) 31 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:51.594 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:51 smithi178 bash[73569]: audit 2024-03-21T13:02:51.440574+0000 mon.a (mon.0) 32 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:51.594 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:51 smithi178 bash[73569]: cluster 2024-03-21T13:02:51.508263+0000 mon.a (mon.0) 33 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-03-21T13:02:51.594 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:51 smithi178 bash[73569]: cluster 2024-03-21T13:02:51.508324+0000 mon.a (mon.0) 34 : cluster [INF] Cluster is now healthy 2024-03-21T13:02:51.595 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:51 smithi178 bash[20270]: audit 2024-03-21T13:02:50.618891+0000 mon.c (mon.1) 189 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd/host:smithi184", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:02:51.595 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:51 smithi178 bash[20270]: audit 2024-03-21T13:02:50.619692+0000 mon.a (mon.0) 27 : audit [INF] from='mgr.34104 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd/host:smithi184", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:02:51.595 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:51 smithi178 bash[20270]: audit 2024-03-21T13:02:50.812576+0000 mon.c (mon.1) 190 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd/host:smithi178", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:02:51.595 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:51 smithi178 bash[20270]: audit 2024-03-21T13:02:50.813286+0000 mon.a (mon.0) 28 : audit [INF] from='mgr.34104 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd/host:smithi178", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:02:51.595 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:51 smithi178 bash[20270]: audit 2024-03-21T13:02:50.814718+0000 mon.c (mon.1) 191 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:51.595 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:51 smithi178 bash[20270]: audit 2024-03-21T13:02:50.815811+0000 mon.c (mon.1) 192 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:51.595 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:51 smithi178 bash[20270]: cephadm 2024-03-21T13:02:50.819092+0000 mgr.x (mgr.34104) 4 : cephadm [INF] Updating smithi178:/etc/ceph/ceph.conf 2024-03-21T13:02:51.595 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:51 smithi178 bash[20270]: cephadm 2024-03-21T13:02:50.819300+0000 mgr.x (mgr.34104) 5 : cephadm [INF] Updating smithi184:/etc/ceph/ceph.conf 2024-03-21T13:02:51.595 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:51 smithi178 bash[20270]: audit 2024-03-21T13:02:50.922666+0000 mgr.x (mgr.34104) 6 : audit [DBG] from='client.25633 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:02:51.595 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:51 smithi178 bash[20270]: audit 2024-03-21T13:02:51.243164+0000 mon.a (mon.0) 29 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:51.595 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:51 smithi178 bash[20270]: audit 2024-03-21T13:02:51.282043+0000 mon.a (mon.0) 30 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:51.595 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:51 smithi178 bash[20270]: audit 2024-03-21T13:02:51.379481+0000 mon.a (mon.0) 31 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:51.595 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:51 smithi178 bash[20270]: audit 2024-03-21T13:02:51.440574+0000 mon.a (mon.0) 32 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:51.595 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:51 smithi178 bash[20270]: cluster 2024-03-21T13:02:51.508263+0000 mon.a (mon.0) 33 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-03-21T13:02:51.596 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:51 smithi178 bash[20270]: cluster 2024-03-21T13:02:51.508324+0000 mon.a (mon.0) 34 : cluster [INF] Cluster is now healthy 2024-03-21T13:02:51.822 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:51 smithi184 bash[14608]: audit 2024-03-21T13:02:50.618891+0000 mon.c (mon.1) 189 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd/host:smithi184", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:02:51.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:51 smithi184 bash[14608]: audit 2024-03-21T13:02:50.619692+0000 mon.a (mon.0) 27 : audit [INF] from='mgr.34104 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd/host:smithi184", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:02:51.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:51 smithi184 bash[14608]: audit 2024-03-21T13:02:50.812576+0000 mon.c (mon.1) 190 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd/host:smithi178", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:02:51.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:51 smithi184 bash[14608]: audit 2024-03-21T13:02:50.813286+0000 mon.a (mon.0) 28 : audit [INF] from='mgr.34104 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd/host:smithi178", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:02:51.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:51 smithi184 bash[14608]: audit 2024-03-21T13:02:50.814718+0000 mon.c (mon.1) 191 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:51.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:51 smithi184 bash[14608]: audit 2024-03-21T13:02:50.815811+0000 mon.c (mon.1) 192 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:51.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:51 smithi184 bash[14608]: cephadm 2024-03-21T13:02:50.819092+0000 mgr.x (mgr.34104) 4 : cephadm [INF] Updating smithi178:/etc/ceph/ceph.conf 2024-03-21T13:02:51.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:51 smithi184 bash[14608]: cephadm 2024-03-21T13:02:50.819300+0000 mgr.x (mgr.34104) 5 : cephadm [INF] Updating smithi184:/etc/ceph/ceph.conf 2024-03-21T13:02:51.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:51 smithi184 bash[14608]: audit 2024-03-21T13:02:50.922666+0000 mgr.x (mgr.34104) 6 : audit [DBG] from='client.25633 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:02:51.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:51 smithi184 bash[14608]: audit 2024-03-21T13:02:51.243164+0000 mon.a (mon.0) 29 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:51.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:51 smithi184 bash[14608]: audit 2024-03-21T13:02:51.282043+0000 mon.a (mon.0) 30 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:51.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:51 smithi184 bash[14608]: audit 2024-03-21T13:02:51.379481+0000 mon.a (mon.0) 31 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:51.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:51 smithi184 bash[14608]: audit 2024-03-21T13:02:51.440574+0000 mon.a (mon.0) 32 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:51.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:51 smithi184 bash[14608]: cluster 2024-03-21T13:02:51.508263+0000 mon.a (mon.0) 33 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-03-21T13:02:51.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:51 smithi184 bash[14608]: cluster 2024-03-21T13:02:51.508324+0000 mon.a (mon.0) 34 : cluster [INF] Cluster is now healthy 2024-03-21T13:02:51.870 INFO:teuthology.orchestra.run.smithi178.stdout:{ 2024-03-21T13:02:51.870 INFO:teuthology.orchestra.run.smithi178.stdout: "mon": { 2024-03-21T13:02:51.871 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2, 2024-03-21T13:02:51.871 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 1 2024-03-21T13:02:51.871 INFO:teuthology.orchestra.run.smithi178.stdout: }, 2024-03-21T13:02:51.871 INFO:teuthology.orchestra.run.smithi178.stdout: "mgr": { 2024-03-21T13:02:51.871 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 2 2024-03-21T13:02:51.871 INFO:teuthology.orchestra.run.smithi178.stdout: }, 2024-03-21T13:02:51.871 INFO:teuthology.orchestra.run.smithi178.stdout: "osd": { 2024-03-21T13:02:51.871 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2024-03-21T13:02:51.871 INFO:teuthology.orchestra.run.smithi178.stdout: }, 2024-03-21T13:02:51.871 INFO:teuthology.orchestra.run.smithi178.stdout: "mds": {}, 2024-03-21T13:02:51.871 INFO:teuthology.orchestra.run.smithi178.stdout: "rgw": { 2024-03-21T13:02:51.871 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2024-03-21T13:02:51.871 INFO:teuthology.orchestra.run.smithi178.stdout: }, 2024-03-21T13:02:51.871 INFO:teuthology.orchestra.run.smithi178.stdout: "overall": { 2024-03-21T13:02:51.871 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 14, 2024-03-21T13:02:51.872 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 3 2024-03-21T13:02:51.872 INFO:teuthology.orchestra.run.smithi178.stdout: } 2024-03-21T13:02:51.872 INFO:teuthology.orchestra.run.smithi178.stdout:} 2024-03-21T13:02:52.271 INFO:teuthology.orchestra.run.smithi178.stdout:{ 2024-03-21T13:02:52.272 INFO:teuthology.orchestra.run.smithi178.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753", 2024-03-21T13:02:52.272 INFO:teuthology.orchestra.run.smithi178.stdout: "in_progress": true, 2024-03-21T13:02:52.272 INFO:teuthology.orchestra.run.smithi178.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-21T13:02:52.272 INFO:teuthology.orchestra.run.smithi178.stdout: "services_complete": [ 2024-03-21T13:02:52.272 INFO:teuthology.orchestra.run.smithi178.stdout: "mgr" 2024-03-21T13:02:52.272 INFO:teuthology.orchestra.run.smithi178.stdout: ], 2024-03-21T13:02:52.272 INFO:teuthology.orchestra.run.smithi178.stdout: "progress": "2/23 daemons upgraded", 2024-03-21T13:02:52.272 INFO:teuthology.orchestra.run.smithi178.stdout: "message": "", 2024-03-21T13:02:52.272 INFO:teuthology.orchestra.run.smithi178.stdout: "is_paused": false 2024-03-21T13:02:52.272 INFO:teuthology.orchestra.run.smithi178.stdout:} 2024-03-21T13:02:52.770 INFO:teuthology.orchestra.run.smithi178.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-21T13:02:52.770 INFO:teuthology.orchestra.run.smithi178.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-21T13:02:52.770 INFO:teuthology.orchestra.run.smithi178.stdout: daemon grafana.a on smithi184 is in error state 2024-03-21T13:02:52.932 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:52 smithi178 bash[20270]: cephadm 2024-03-21T13:02:51.212937+0000 mgr.x (mgr.34104) 7 : cephadm [INF] [21/Mar/2024:13:02:51] ENGINE Bus STARTING 2024-03-21T13:02:52.932 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:52 smithi178 bash[20270]: cephadm 2024-03-21T13:02:51.334996+0000 mgr.x (mgr.34104) 8 : cephadm [INF] [21/Mar/2024:13:02:51] ENGINE Serving on https://172.21.15.184:7150 2024-03-21T13:02:52.932 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:52 smithi178 bash[20270]: audit 2024-03-21T13:02:51.374799+0000 mgr.x (mgr.34104) 9 : audit [DBG] from='client.25639 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:02:52.933 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:52 smithi178 bash[20270]: cephadm 2024-03-21T13:02:51.437582+0000 mgr.x (mgr.34104) 10 : cephadm [INF] [21/Mar/2024:13:02:51] ENGINE Serving on http://172.21.15.184:8765 2024-03-21T13:02:52.933 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:52 smithi178 bash[20270]: cephadm 2024-03-21T13:02:51.437795+0000 mgr.x (mgr.34104) 11 : cephadm [INF] [21/Mar/2024:13:02:51] ENGINE Bus STARTED 2024-03-21T13:02:52.933 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:52 smithi178 bash[20270]: cephadm 2024-03-21T13:02:51.458579+0000 mgr.x (mgr.34104) 12 : cephadm [INF] Updating smithi184:/var/lib/ceph/a94f249e-e780-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T13:02:52.933 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:52 smithi178 bash[20270]: cephadm 2024-03-21T13:02:51.458833+0000 mgr.x (mgr.34104) 13 : cephadm [INF] Updating smithi178:/var/lib/ceph/a94f249e-e780-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T13:02:52.933 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:52 smithi178 bash[20270]: cluster 2024-03-21T13:02:51.523929+0000 mgr.x (mgr.34104) 14 : cluster [DBG] pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:52.933 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:52 smithi178 bash[20270]: audit 2024-03-21T13:02:51.570009+0000 mon.a (mon.0) 35 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:52.933 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:52 smithi178 bash[20270]: audit 2024-03-21T13:02:51.589019+0000 mon.a (mon.0) 36 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:52.933 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:52 smithi178 bash[20270]: cephadm 2024-03-21T13:02:51.773970+0000 mgr.x (mgr.34104) 15 : cephadm [INF] Updating smithi178:/etc/ceph/ceph.client.admin.keyring 2024-03-21T13:02:52.933 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:52 smithi178 bash[20270]: cephadm 2024-03-21T13:02:51.824012+0000 mgr.x (mgr.34104) 16 : cephadm [INF] Updating smithi184:/etc/ceph/ceph.client.admin.keyring 2024-03-21T13:02:52.933 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:52 smithi178 bash[20270]: audit 2024-03-21T13:02:51.867667+0000 mon.c (mon.1) 193 : audit [DBG] from='client.? 172.21.15.178:0/2471225186' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:52.933 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:52 smithi178 bash[20270]: cephadm 2024-03-21T13:02:51.941077+0000 mgr.x (mgr.34104) 17 : cephadm [INF] Updating smithi178:/var/lib/ceph/a94f249e-e780-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-21T13:02:52.933 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:52 smithi178 bash[20270]: cephadm 2024-03-21T13:02:51.988416+0000 mgr.x (mgr.34104) 18 : cephadm [INF] Updating smithi184:/var/lib/ceph/a94f249e-e780-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-21T13:02:52.933 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:52 smithi178 bash[20270]: audit 2024-03-21T13:02:52.113998+0000 mon.a (mon.0) 37 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:52.933 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:52 smithi178 bash[20270]: audit 2024-03-21T13:02:52.124384+0000 mon.a (mon.0) 38 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:52.934 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:52 smithi178 bash[20270]: audit 2024-03-21T13:02:52.160708+0000 mon.a (mon.0) 39 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:52.934 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:52 smithi178 bash[20270]: audit 2024-03-21T13:02:52.172116+0000 mon.a (mon.0) 40 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:52.934 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:52 smithi178 bash[20270]: audit 2024-03-21T13:02:52.181705+0000 mon.a (mon.0) 41 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:52.934 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:52 smithi178 bash[20270]: audit 2024-03-21T13:02:52.188282+0000 mon.a (mon.0) 42 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:52.934 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:52 smithi178 bash[20270]: audit 2024-03-21T13:02:52.268937+0000 mon.c (mon.1) 194 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:52.934 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:52 smithi178 bash[20270]: audit 2024-03-21T13:02:52.273526+0000 mon.c (mon.1) 195 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:52.934 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:52 smithi178 bash[20270]: audit 2024-03-21T13:02:52.282365+0000 mon.c (mon.1) 196 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:52.934 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:52 smithi178 bash[20270]: audit 2024-03-21T13:02:52.284106+0000 mon.c (mon.1) 197 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:52.934 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:52 smithi178 bash[20270]: audit 2024-03-21T13:02:52.297837+0000 mon.a (mon.0) 43 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:52.934 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:52 smithi178 bash[20270]: audit 2024-03-21T13:02:52.378657+0000 mon.c (mon.1) 198 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:52.934 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:52 smithi178 bash[20270]: audit 2024-03-21T13:02:52.381426+0000 mon.c (mon.1) 199 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:52.934 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:52 smithi178 bash[20270]: audit 2024-03-21T13:02:52.384639+0000 mon.c (mon.1) 200 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:52.934 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:52 smithi178 bash[20270]: audit 2024-03-21T13:02:52.386058+0000 mon.c (mon.1) 201 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:52.935 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:52 smithi178 bash[20270]: audit 2024-03-21T13:02:52.402532+0000 mon.a (mon.0) 44 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:52.935 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:52 smithi178 bash[20270]: cluster 2024-03-21T13:02:52.444940+0000 mon.a (mon.0) 45 : cluster [DBG] mgrmap e44: x(active, since 2s), standbys: y 2024-03-21T13:02:52.935 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:52 smithi178 bash[20270]: audit 2024-03-21T13:02:52.483510+0000 mon.c (mon.1) 202 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:52.935 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:52 smithi178 bash[20270]: audit 2024-03-21T13:02:52.485915+0000 mon.c (mon.1) 203 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:52.935 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:52 smithi178 bash[20270]: audit 2024-03-21T13:02:52.488923+0000 mon.c (mon.1) 204 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:52.935 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:52 smithi178 bash[20270]: audit 2024-03-21T13:02:52.490076+0000 mon.c (mon.1) 205 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:52.935 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:52 smithi178 bash[20270]: audit 2024-03-21T13:02:52.499786+0000 mon.a (mon.0) 46 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:52.935 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:52 smithi178 bash[20270]: cluster 2024-03-21T13:02:52.509721+0000 mon.a (mon.0) 47 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-21T13:02:52.935 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:52 smithi178 bash[73569]: cephadm 2024-03-21T13:02:51.212937+0000 mgr.x (mgr.34104) 7 : cephadm [INF] [21/Mar/2024:13:02:51] ENGINE Bus STARTING 2024-03-21T13:02:52.936 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:52 smithi178 bash[73569]: cephadm 2024-03-21T13:02:51.334996+0000 mgr.x (mgr.34104) 8 : cephadm [INF] [21/Mar/2024:13:02:51] ENGINE Serving on https://172.21.15.184:7150 2024-03-21T13:02:52.936 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:52 smithi178 bash[73569]: audit 2024-03-21T13:02:51.374799+0000 mgr.x (mgr.34104) 9 : audit [DBG] from='client.25639 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:02:52.936 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:52 smithi178 bash[73569]: cephadm 2024-03-21T13:02:51.437582+0000 mgr.x (mgr.34104) 10 : cephadm [INF] [21/Mar/2024:13:02:51] ENGINE Serving on http://172.21.15.184:8765 2024-03-21T13:02:52.936 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:52 smithi178 bash[73569]: cephadm 2024-03-21T13:02:51.437795+0000 mgr.x (mgr.34104) 11 : cephadm [INF] [21/Mar/2024:13:02:51] ENGINE Bus STARTED 2024-03-21T13:02:52.936 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:52 smithi178 bash[73569]: cephadm 2024-03-21T13:02:51.458579+0000 mgr.x (mgr.34104) 12 : cephadm [INF] Updating smithi184:/var/lib/ceph/a94f249e-e780-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T13:02:52.936 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:52 smithi178 bash[73569]: cephadm 2024-03-21T13:02:51.458833+0000 mgr.x (mgr.34104) 13 : cephadm [INF] Updating smithi178:/var/lib/ceph/a94f249e-e780-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T13:02:52.936 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:52 smithi178 bash[73569]: cluster 2024-03-21T13:02:51.523929+0000 mgr.x (mgr.34104) 14 : cluster [DBG] pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:52.936 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:52 smithi178 bash[73569]: audit 2024-03-21T13:02:51.570009+0000 mon.a (mon.0) 35 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:52.936 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:52 smithi178 bash[73569]: audit 2024-03-21T13:02:51.589019+0000 mon.a (mon.0) 36 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:52.936 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:52 smithi178 bash[73569]: cephadm 2024-03-21T13:02:51.773970+0000 mgr.x (mgr.34104) 15 : cephadm [INF] Updating smithi178:/etc/ceph/ceph.client.admin.keyring 2024-03-21T13:02:52.936 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:52 smithi178 bash[73569]: cephadm 2024-03-21T13:02:51.824012+0000 mgr.x (mgr.34104) 16 : cephadm [INF] Updating smithi184:/etc/ceph/ceph.client.admin.keyring 2024-03-21T13:02:52.936 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:52 smithi178 bash[73569]: audit 2024-03-21T13:02:51.867667+0000 mon.c (mon.1) 193 : audit [DBG] from='client.? 172.21.15.178:0/2471225186' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:52.936 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:52 smithi178 bash[73569]: cephadm 2024-03-21T13:02:51.941077+0000 mgr.x (mgr.34104) 17 : cephadm [INF] Updating smithi178:/var/lib/ceph/a94f249e-e780-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-21T13:02:52.936 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:52 smithi178 bash[73569]: cephadm 2024-03-21T13:02:51.988416+0000 mgr.x (mgr.34104) 18 : cephadm [INF] Updating smithi184:/var/lib/ceph/a94f249e-e780-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-21T13:02:52.937 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:52 smithi178 bash[73569]: audit 2024-03-21T13:02:52.113998+0000 mon.a (mon.0) 37 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:52.937 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:52 smithi178 bash[73569]: audit 2024-03-21T13:02:52.124384+0000 mon.a (mon.0) 38 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:52.937 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:52 smithi178 bash[73569]: audit 2024-03-21T13:02:52.160708+0000 mon.a (mon.0) 39 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:52.937 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:52 smithi178 bash[73569]: audit 2024-03-21T13:02:52.172116+0000 mon.a (mon.0) 40 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:52.937 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:52 smithi178 bash[73569]: audit 2024-03-21T13:02:52.181705+0000 mon.a (mon.0) 41 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:52.937 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:52 smithi178 bash[73569]: audit 2024-03-21T13:02:52.188282+0000 mon.a (mon.0) 42 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:52.937 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:52 smithi178 bash[73569]: audit 2024-03-21T13:02:52.268937+0000 mon.c (mon.1) 194 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:52.937 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:52 smithi178 bash[73569]: audit 2024-03-21T13:02:52.273526+0000 mon.c (mon.1) 195 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:52.937 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:52 smithi178 bash[73569]: audit 2024-03-21T13:02:52.282365+0000 mon.c (mon.1) 196 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:52.937 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:52 smithi178 bash[73569]: audit 2024-03-21T13:02:52.284106+0000 mon.c (mon.1) 197 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:52.937 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:52 smithi178 bash[73569]: audit 2024-03-21T13:02:52.297837+0000 mon.a (mon.0) 43 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:52.937 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:52 smithi178 bash[73569]: audit 2024-03-21T13:02:52.378657+0000 mon.c (mon.1) 198 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:52.937 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:52 smithi178 bash[73569]: audit 2024-03-21T13:02:52.381426+0000 mon.c (mon.1) 199 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:52.937 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:52 smithi178 bash[73569]: audit 2024-03-21T13:02:52.384639+0000 mon.c (mon.1) 200 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:52.938 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:52 smithi178 bash[73569]: audit 2024-03-21T13:02:52.386058+0000 mon.c (mon.1) 201 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:52.938 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:52 smithi178 bash[73569]: audit 2024-03-21T13:02:52.402532+0000 mon.a (mon.0) 44 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:52.938 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:52 smithi178 bash[73569]: cluster 2024-03-21T13:02:52.444940+0000 mon.a (mon.0) 45 : cluster [DBG] mgrmap e44: x(active, since 2s), standbys: y 2024-03-21T13:02:52.938 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:52 smithi178 bash[73569]: audit 2024-03-21T13:02:52.483510+0000 mon.c (mon.1) 202 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:52.938 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:52 smithi178 bash[73569]: audit 2024-03-21T13:02:52.485915+0000 mon.c (mon.1) 203 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:52.938 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:52 smithi178 bash[73569]: audit 2024-03-21T13:02:52.488923+0000 mon.c (mon.1) 204 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:52.938 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:52 smithi178 bash[73569]: audit 2024-03-21T13:02:52.490076+0000 mon.c (mon.1) 205 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:52.938 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:52 smithi178 bash[73569]: audit 2024-03-21T13:02:52.499786+0000 mon.a (mon.0) 46 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:52.938 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:52 smithi178 bash[73569]: cluster 2024-03-21T13:02:52.509721+0000 mon.a (mon.0) 47 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-21T13:02:53.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:52 smithi184 bash[14608]: cephadm 2024-03-21T13:02:51.212937+0000 mgr.x (mgr.34104) 7 : cephadm [INF] [21/Mar/2024:13:02:51] ENGINE Bus STARTING 2024-03-21T13:02:53.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:52 smithi184 bash[14608]: cephadm 2024-03-21T13:02:51.334996+0000 mgr.x (mgr.34104) 8 : cephadm [INF] [21/Mar/2024:13:02:51] ENGINE Serving on https://172.21.15.184:7150 2024-03-21T13:02:53.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:52 smithi184 bash[14608]: audit 2024-03-21T13:02:51.374799+0000 mgr.x (mgr.34104) 9 : audit [DBG] from='client.25639 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:02:53.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:52 smithi184 bash[14608]: cephadm 2024-03-21T13:02:51.437582+0000 mgr.x (mgr.34104) 10 : cephadm [INF] [21/Mar/2024:13:02:51] ENGINE Serving on http://172.21.15.184:8765 2024-03-21T13:02:53.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:52 smithi184 bash[14608]: cephadm 2024-03-21T13:02:51.437795+0000 mgr.x (mgr.34104) 11 : cephadm [INF] [21/Mar/2024:13:02:51] ENGINE Bus STARTED 2024-03-21T13:02:53.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:52 smithi184 bash[14608]: cephadm 2024-03-21T13:02:51.458579+0000 mgr.x (mgr.34104) 12 : cephadm [INF] Updating smithi184:/var/lib/ceph/a94f249e-e780-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T13:02:53.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:52 smithi184 bash[14608]: cephadm 2024-03-21T13:02:51.458833+0000 mgr.x (mgr.34104) 13 : cephadm [INF] Updating smithi178:/var/lib/ceph/a94f249e-e780-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T13:02:53.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:52 smithi184 bash[14608]: cluster 2024-03-21T13:02:51.523929+0000 mgr.x (mgr.34104) 14 : cluster [DBG] pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:53.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:52 smithi184 bash[14608]: audit 2024-03-21T13:02:51.570009+0000 mon.a (mon.0) 35 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:53.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:52 smithi184 bash[14608]: audit 2024-03-21T13:02:51.589019+0000 mon.a (mon.0) 36 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:53.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:52 smithi184 bash[14608]: cephadm 2024-03-21T13:02:51.773970+0000 mgr.x (mgr.34104) 15 : cephadm [INF] Updating smithi178:/etc/ceph/ceph.client.admin.keyring 2024-03-21T13:02:53.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:52 smithi184 bash[14608]: cephadm 2024-03-21T13:02:51.824012+0000 mgr.x (mgr.34104) 16 : cephadm [INF] Updating smithi184:/etc/ceph/ceph.client.admin.keyring 2024-03-21T13:02:53.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:52 smithi184 bash[14608]: audit 2024-03-21T13:02:51.867667+0000 mon.c (mon.1) 193 : audit [DBG] from='client.? 172.21.15.178:0/2471225186' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:53.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:52 smithi184 bash[14608]: cephadm 2024-03-21T13:02:51.941077+0000 mgr.x (mgr.34104) 17 : cephadm [INF] Updating smithi178:/var/lib/ceph/a94f249e-e780-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-21T13:02:53.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:52 smithi184 bash[14608]: cephadm 2024-03-21T13:02:51.988416+0000 mgr.x (mgr.34104) 18 : cephadm [INF] Updating smithi184:/var/lib/ceph/a94f249e-e780-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-21T13:02:53.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:52 smithi184 bash[14608]: audit 2024-03-21T13:02:52.113998+0000 mon.a (mon.0) 37 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:53.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:52 smithi184 bash[14608]: audit 2024-03-21T13:02:52.124384+0000 mon.a (mon.0) 38 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:53.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:52 smithi184 bash[14608]: audit 2024-03-21T13:02:52.160708+0000 mon.a (mon.0) 39 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:53.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:52 smithi184 bash[14608]: audit 2024-03-21T13:02:52.172116+0000 mon.a (mon.0) 40 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:53.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:52 smithi184 bash[14608]: audit 2024-03-21T13:02:52.181705+0000 mon.a (mon.0) 41 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:53.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:52 smithi184 bash[14608]: audit 2024-03-21T13:02:52.188282+0000 mon.a (mon.0) 42 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:53.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:52 smithi184 bash[14608]: audit 2024-03-21T13:02:52.268937+0000 mon.c (mon.1) 194 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:53.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:52 smithi184 bash[14608]: audit 2024-03-21T13:02:52.273526+0000 mon.c (mon.1) 195 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:53.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:52 smithi184 bash[14608]: audit 2024-03-21T13:02:52.282365+0000 mon.c (mon.1) 196 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:53.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:52 smithi184 bash[14608]: audit 2024-03-21T13:02:52.284106+0000 mon.c (mon.1) 197 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:53.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:52 smithi184 bash[14608]: audit 2024-03-21T13:02:52.297837+0000 mon.a (mon.0) 43 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:53.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:52 smithi184 bash[14608]: audit 2024-03-21T13:02:52.378657+0000 mon.c (mon.1) 198 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:53.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:52 smithi184 bash[14608]: audit 2024-03-21T13:02:52.381426+0000 mon.c (mon.1) 199 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:53.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:52 smithi184 bash[14608]: audit 2024-03-21T13:02:52.384639+0000 mon.c (mon.1) 200 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:53.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:52 smithi184 bash[14608]: audit 2024-03-21T13:02:52.386058+0000 mon.c (mon.1) 201 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:53.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:52 smithi184 bash[14608]: audit 2024-03-21T13:02:52.402532+0000 mon.a (mon.0) 44 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:53.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:52 smithi184 bash[14608]: cluster 2024-03-21T13:02:52.444940+0000 mon.a (mon.0) 45 : cluster [DBG] mgrmap e44: x(active, since 2s), standbys: y 2024-03-21T13:02:53.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:52 smithi184 bash[14608]: audit 2024-03-21T13:02:52.483510+0000 mon.c (mon.1) 202 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:53.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:52 smithi184 bash[14608]: audit 2024-03-21T13:02:52.485915+0000 mon.c (mon.1) 203 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:53.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:52 smithi184 bash[14608]: audit 2024-03-21T13:02:52.488923+0000 mon.c (mon.1) 204 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:53.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:52 smithi184 bash[14608]: audit 2024-03-21T13:02:52.490076+0000 mon.c (mon.1) 205 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:53.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:52 smithi184 bash[14608]: audit 2024-03-21T13:02:52.499786+0000 mon.a (mon.0) 46 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:53.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:52 smithi184 bash[14608]: cluster 2024-03-21T13:02:52.509721+0000 mon.a (mon.0) 47 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-21T13:02:53.765 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:02:53 smithi184 bash[54688]: ts=2024-03-21T13:02:53.506Z caller=manager.go:609 level=warn component="rule manager" group=nodes msg="Evaluating rule failed" rule="alert: CephNodeDiskspaceWarning\nexpr: predict_linear(node_filesystem_free_bytes{device=~\"/.*\"}[2d], 3600 * 24 * 5)\n * on(instance) group_left(nodename) node_uname_info < 0\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.8.4\n severity: warning\n type: ceph_default\nannotations:\n description: Mountpoint {{ $labels.mountpoint }} on {{ $labels.nodename }} will\n be full in less than 5 days based on the 48 hour trailing fill rate.\n summary: Host filesystem free space is getting low\n" err="found duplicate series for the match group {instance=\"smithi178\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi178\", job=\"node\", machine=\"x86_64\", nodename=\"smithi178\", release=\"5.4.0-174-generic\", sysname=\"Linux\", version=\"#193-Ubuntu SMP Thu Mar 7 14:29:28 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"a94f249e-e780-11ee-95cd-87774f69a715\", domainname=\"(none)\", instance=\"smithi178\", job=\"node\", machine=\"x86_64\", nodename=\"smithi178\", release=\"5.4.0-174-generic\", sysname=\"Linux\", version=\"#193-Ubuntu SMP Thu Mar 7 14:29:28 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-21T13:02:53.766 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:53 smithi184 bash[14608]: cluster 2024-03-21T13:02:52.177283+0000 mgr.x (mgr.34104) 19 : cluster [DBG] pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:53.767 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:53 smithi184 bash[14608]: cephadm 2024-03-21T13:02:52.184300+0000 mgr.x (mgr.34104) 20 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:53.767 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:53 smithi184 bash[14608]: audit 2024-03-21T13:02:52.269100+0000 mgr.x (mgr.34104) 21 : audit [DBG] from='client.34152 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:02:53.767 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:53 smithi184 bash[14608]: cluster 2024-03-21T13:02:52.288625+0000 mgr.x (mgr.34104) 22 : cluster [DBG] pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:53.767 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:53 smithi184 bash[14608]: cluster 2024-03-21T13:02:52.288969+0000 mgr.x (mgr.34104) 23 : cluster [DBG] pgmap v7: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:53.767 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:53 smithi184 bash[14608]: cephadm 2024-03-21T13:02:52.300659+0000 mgr.x (mgr.34104) 24 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:53.767 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:53 smithi184 bash[14608]: cluster 2024-03-21T13:02:52.395315+0000 mgr.x (mgr.34104) 25 : cluster [DBG] pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:53.767 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:53 smithi184 bash[14608]: cluster 2024-03-21T13:02:52.395612+0000 mgr.x (mgr.34104) 26 : cluster [DBG] pgmap v9: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:53.767 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:53 smithi184 bash[14608]: cephadm 2024-03-21T13:02:52.406983+0000 mgr.x (mgr.34104) 27 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:53.767 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:53 smithi184 bash[14608]: cluster 2024-03-21T13:02:52.493553+0000 mgr.x (mgr.34104) 28 : cluster [DBG] pgmap v10: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:53.767 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:53 smithi184 bash[14608]: cluster 2024-03-21T13:02:52.493832+0000 mgr.x (mgr.34104) 29 : cluster [DBG] pgmap v11: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:53.767 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:53 smithi184 bash[14608]: cephadm 2024-03-21T13:02:52.503294+0000 mgr.x (mgr.34104) 30 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:53.767 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:53 smithi184 bash[14608]: audit 2024-03-21T13:02:52.581486+0000 mon.c (mon.1) 206 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:53.767 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:53 smithi184 bash[14608]: audit 2024-03-21T13:02:52.583408+0000 mon.c (mon.1) 207 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:53.767 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:53 smithi184 bash[14608]: audit 2024-03-21T13:02:52.585930+0000 mon.c (mon.1) 208 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:53.768 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:53 smithi184 bash[14608]: audit 2024-03-21T13:02:52.586939+0000 mon.c (mon.1) 209 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:53.768 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:53 smithi184 bash[14608]: cluster 2024-03-21T13:02:52.590346+0000 mgr.x (mgr.34104) 31 : cluster [DBG] pgmap v12: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:53.768 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:53 smithi184 bash[14608]: cluster 2024-03-21T13:02:52.590610+0000 mgr.x (mgr.34104) 32 : cluster [DBG] pgmap v13: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:53.768 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:53 smithi184 bash[14608]: audit 2024-03-21T13:02:52.594303+0000 mon.a (mon.0) 48 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:53.768 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:53 smithi184 bash[14608]: cephadm 2024-03-21T13:02:52.597273+0000 mgr.x (mgr.34104) 33 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:53.769 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:53 smithi184 bash[14608]: audit 2024-03-21T13:02:52.676250+0000 mon.c (mon.1) 210 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:53.769 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:53 smithi184 bash[14608]: audit 2024-03-21T13:02:52.678899+0000 mon.c (mon.1) 211 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:53.769 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:53 smithi184 bash[14608]: audit 2024-03-21T13:02:52.688097+0000 mon.c (mon.1) 212 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:53.769 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:53 smithi184 bash[14608]: audit 2024-03-21T13:02:52.689201+0000 mon.c (mon.1) 213 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:53.769 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:53 smithi184 bash[14608]: cluster 2024-03-21T13:02:52.692505+0000 mgr.x (mgr.34104) 34 : cluster [DBG] pgmap v14: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:53.769 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:53 smithi184 bash[14608]: cluster 2024-03-21T13:02:52.692783+0000 mgr.x (mgr.34104) 35 : cluster [DBG] pgmap v15: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:53.769 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:53 smithi184 bash[14608]: audit 2024-03-21T13:02:52.696749+0000 mon.a (mon.0) 49 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:53.769 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:53 smithi184 bash[14608]: cephadm 2024-03-21T13:02:52.699318+0000 mgr.x (mgr.34104) 36 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:53.769 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:53 smithi184 bash[14608]: audit 2024-03-21T13:02:52.767574+0000 mon.a (mon.0) 50 : audit [DBG] from='client.? 172.21.15.178:0/192461963' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T13:02:53.769 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:53 smithi184 bash[14608]: audit 2024-03-21T13:02:52.775878+0000 mon.c (mon.1) 214 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:53.769 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:53 smithi184 bash[14608]: audit 2024-03-21T13:02:52.778814+0000 mon.c (mon.1) 215 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:53.769 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:53 smithi184 bash[14608]: audit 2024-03-21T13:02:52.783129+0000 mon.c (mon.1) 216 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:53.769 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:53 smithi184 bash[14608]: audit 2024-03-21T13:02:52.784921+0000 mon.c (mon.1) 217 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:53.770 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:53 smithi184 bash[14608]: cluster 2024-03-21T13:02:52.789315+0000 mgr.x (mgr.34104) 37 : cluster [DBG] pgmap v16: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:53.770 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:53 smithi184 bash[14608]: cluster 2024-03-21T13:02:52.789753+0000 mgr.x (mgr.34104) 38 : cluster [DBG] pgmap v17: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:53.770 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:53 smithi184 bash[14608]: audit 2024-03-21T13:02:52.793631+0000 mon.a (mon.0) 51 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:53.770 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:53 smithi184 bash[14608]: cephadm 2024-03-21T13:02:52.796558+0000 mgr.x (mgr.34104) 39 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:53.770 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:53 smithi184 bash[14608]: audit 2024-03-21T13:02:52.874551+0000 mon.c (mon.1) 218 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:53.770 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:53 smithi184 bash[14608]: audit 2024-03-21T13:02:52.877536+0000 mon.c (mon.1) 219 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:53.770 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:53 smithi184 bash[14608]: audit 2024-03-21T13:02:52.881101+0000 mon.c (mon.1) 220 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:53.770 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:53 smithi184 bash[14608]: audit 2024-03-21T13:02:52.882368+0000 mon.c (mon.1) 221 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:53.770 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:53 smithi184 bash[14608]: cluster 2024-03-21T13:02:52.886088+0000 mgr.x (mgr.34104) 40 : cluster [DBG] pgmap v18: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:53.770 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:53 smithi184 bash[14608]: cluster 2024-03-21T13:02:52.886343+0000 mgr.x (mgr.34104) 41 : cluster [DBG] pgmap v19: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:53.770 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:53 smithi184 bash[14608]: audit 2024-03-21T13:02:52.894565+0000 mon.a (mon.0) 52 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:53.770 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:53 smithi184 bash[14608]: cephadm 2024-03-21T13:02:52.897444+0000 mgr.x (mgr.34104) 42 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:53.770 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:53 smithi184 bash[14608]: audit 2024-03-21T13:02:52.974890+0000 mon.c (mon.1) 222 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:53.770 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:53 smithi184 bash[14608]: audit 2024-03-21T13:02:52.977911+0000 mon.c (mon.1) 223 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:53.771 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:53 smithi184 bash[14608]: audit 2024-03-21T13:02:52.980895+0000 mon.c (mon.1) 224 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:53.771 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:53 smithi184 bash[14608]: audit 2024-03-21T13:02:52.981998+0000 mon.c (mon.1) 225 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:53.771 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:53 smithi184 bash[14608]: cluster 2024-03-21T13:02:52.985411+0000 mgr.x (mgr.34104) 43 : cluster [DBG] pgmap v20: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:53.771 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:53 smithi184 bash[14608]: cluster 2024-03-21T13:02:52.985710+0000 mgr.x (mgr.34104) 44 : cluster [DBG] pgmap v21: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:53.771 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:53 smithi184 bash[14608]: audit 2024-03-21T13:02:52.993083+0000 mon.a (mon.0) 53 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:53.771 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:53 smithi184 bash[14608]: cephadm 2024-03-21T13:02:52.995781+0000 mgr.x (mgr.34104) 45 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:53.771 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:53 smithi184 bash[14608]: audit 2024-03-21T13:02:53.058507+0000 mon.c (mon.1) 226 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:53.771 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:53 smithi184 bash[14608]: audit 2024-03-21T13:02:53.061174+0000 mon.c (mon.1) 227 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:53.771 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:53 smithi184 bash[14608]: audit 2024-03-21T13:02:53.064692+0000 mon.c (mon.1) 228 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:53.771 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:53 smithi184 bash[14608]: audit 2024-03-21T13:02:53.065902+0000 mon.c (mon.1) 229 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:53.771 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:53 smithi184 bash[14608]: cluster 2024-03-21T13:02:53.069689+0000 mgr.x (mgr.34104) 46 : cluster [DBG] pgmap v22: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:53.771 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:53 smithi184 bash[14608]: cluster 2024-03-21T13:02:53.070236+0000 mgr.x (mgr.34104) 47 : cluster [DBG] pgmap v23: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:53.771 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:53 smithi184 bash[14608]: audit 2024-03-21T13:02:53.077501+0000 mon.a (mon.0) 54 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:53.771 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:53 smithi184 bash[14608]: cephadm 2024-03-21T13:02:53.080684+0000 mgr.x (mgr.34104) 48 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:53.772 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:53 smithi184 bash[14608]: audit 2024-03-21T13:02:53.157880+0000 mon.c (mon.1) 230 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:53.772 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:53 smithi184 bash[14608]: audit 2024-03-21T13:02:53.160605+0000 mon.c (mon.1) 231 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:53.772 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:53 smithi184 bash[14608]: audit 2024-03-21T13:02:53.164201+0000 mon.c (mon.1) 232 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:53.772 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:53 smithi184 bash[14608]: audit 2024-03-21T13:02:53.165443+0000 mon.c (mon.1) 233 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:53.772 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:53 smithi184 bash[14608]: audit 2024-03-21T13:02:53.177685+0000 mon.a (mon.0) 55 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:53.772 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:53 smithi184 bash[14608]: audit 2024-03-21T13:02:53.257077+0000 mon.c (mon.1) 234 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:53.772 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:53 smithi184 bash[14608]: audit 2024-03-21T13:02:53.259751+0000 mon.c (mon.1) 235 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:53.772 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:53 smithi184 bash[14608]: audit 2024-03-21T13:02:53.262596+0000 mon.c (mon.1) 236 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:53.772 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:53 smithi184 bash[14608]: audit 2024-03-21T13:02:53.264041+0000 mon.c (mon.1) 237 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:53.772 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:53 smithi184 bash[14608]: audit 2024-03-21T13:02:53.275773+0000 mon.a (mon.0) 56 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:53.772 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:53 smithi184 bash[14608]: audit 2024-03-21T13:02:53.360757+0000 mon.c (mon.1) 238 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:53.772 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:53 smithi184 bash[14608]: audit 2024-03-21T13:02:53.363105+0000 mon.c (mon.1) 239 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:53.772 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:53 smithi184 bash[14608]: audit 2024-03-21T13:02:53.366153+0000 mon.c (mon.1) 240 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:53.773 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:53 smithi184 bash[14608]: audit 2024-03-21T13:02:53.367447+0000 mon.c (mon.1) 241 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:53.773 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:53 smithi184 bash[14608]: audit 2024-03-21T13:02:53.378729+0000 mon.a (mon.0) 57 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:53.773 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:53 smithi184 bash[14608]: audit 2024-03-21T13:02:53.462287+0000 mon.c (mon.1) 242 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:53.773 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:53 smithi184 bash[14608]: audit 2024-03-21T13:02:53.465110+0000 mon.c (mon.1) 243 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:53.773 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:53 smithi184 bash[14608]: audit 2024-03-21T13:02:53.468155+0000 mon.c (mon.1) 244 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:53.773 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:53 smithi184 bash[14608]: audit 2024-03-21T13:02:53.469746+0000 mon.c (mon.1) 245 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:53.773 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:53 smithi184 bash[14608]: audit 2024-03-21T13:02:53.481213+0000 mon.a (mon.0) 58 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:53.773 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:53 smithi184 bash[14608]: audit 2024-03-21T13:02:53.561477+0000 mon.c (mon.1) 246 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:53.773 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:53 smithi184 bash[14608]: audit 2024-03-21T13:02:53.563545+0000 mon.c (mon.1) 247 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:53.773 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:53 smithi184 bash[14608]: audit 2024-03-21T13:02:53.565880+0000 mon.c (mon.1) 248 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:53.773 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:53 smithi184 bash[14608]: audit 2024-03-21T13:02:53.566731+0000 mon.c (mon.1) 249 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:54.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[73569]: cluster 2024-03-21T13:02:52.177283+0000 mgr.x (mgr.34104) 19 : cluster [DBG] pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:54.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[73569]: cephadm 2024-03-21T13:02:52.184300+0000 mgr.x (mgr.34104) 20 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:54.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[73569]: audit 2024-03-21T13:02:52.269100+0000 mgr.x (mgr.34104) 21 : audit [DBG] from='client.34152 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:02:54.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[73569]: cluster 2024-03-21T13:02:52.288625+0000 mgr.x (mgr.34104) 22 : cluster [DBG] pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:54.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[73569]: cluster 2024-03-21T13:02:52.288969+0000 mgr.x (mgr.34104) 23 : cluster [DBG] pgmap v7: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:54.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[73569]: cephadm 2024-03-21T13:02:52.300659+0000 mgr.x (mgr.34104) 24 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:54.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[73569]: cluster 2024-03-21T13:02:52.395315+0000 mgr.x (mgr.34104) 25 : cluster [DBG] pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:54.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[73569]: cluster 2024-03-21T13:02:52.395612+0000 mgr.x (mgr.34104) 26 : cluster [DBG] pgmap v9: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:54.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[73569]: cephadm 2024-03-21T13:02:52.406983+0000 mgr.x (mgr.34104) 27 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:54.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[73569]: cluster 2024-03-21T13:02:52.493553+0000 mgr.x (mgr.34104) 28 : cluster [DBG] pgmap v10: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:54.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[73569]: cluster 2024-03-21T13:02:52.493832+0000 mgr.x (mgr.34104) 29 : cluster [DBG] pgmap v11: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:54.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[73569]: cephadm 2024-03-21T13:02:52.503294+0000 mgr.x (mgr.34104) 30 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:54.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[73569]: audit 2024-03-21T13:02:52.581486+0000 mon.c (mon.1) 206 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:54.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[73569]: audit 2024-03-21T13:02:52.583408+0000 mon.c (mon.1) 207 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:54.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[73569]: audit 2024-03-21T13:02:52.585930+0000 mon.c (mon.1) 208 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:54.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[73569]: audit 2024-03-21T13:02:52.586939+0000 mon.c (mon.1) 209 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:54.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[73569]: cluster 2024-03-21T13:02:52.590346+0000 mgr.x (mgr.34104) 31 : cluster [DBG] pgmap v12: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:54.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[73569]: cluster 2024-03-21T13:02:52.590610+0000 mgr.x (mgr.34104) 32 : cluster [DBG] pgmap v13: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:54.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[73569]: audit 2024-03-21T13:02:52.594303+0000 mon.a (mon.0) 48 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:54.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[73569]: cephadm 2024-03-21T13:02:52.597273+0000 mgr.x (mgr.34104) 33 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:54.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[20270]: cluster 2024-03-21T13:02:52.177283+0000 mgr.x (mgr.34104) 19 : cluster [DBG] pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:54.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[20270]: cephadm 2024-03-21T13:02:52.184300+0000 mgr.x (mgr.34104) 20 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:54.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[20270]: audit 2024-03-21T13:02:52.269100+0000 mgr.x (mgr.34104) 21 : audit [DBG] from='client.34152 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:02:54.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[20270]: cluster 2024-03-21T13:02:52.288625+0000 mgr.x (mgr.34104) 22 : cluster [DBG] pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:54.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[20270]: cluster 2024-03-21T13:02:52.288969+0000 mgr.x (mgr.34104) 23 : cluster [DBG] pgmap v7: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:54.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[20270]: cephadm 2024-03-21T13:02:52.300659+0000 mgr.x (mgr.34104) 24 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:54.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[20270]: cluster 2024-03-21T13:02:52.395315+0000 mgr.x (mgr.34104) 25 : cluster [DBG] pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:54.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[20270]: cluster 2024-03-21T13:02:52.395612+0000 mgr.x (mgr.34104) 26 : cluster [DBG] pgmap v9: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:54.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[20270]: cephadm 2024-03-21T13:02:52.406983+0000 mgr.x (mgr.34104) 27 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:54.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[20270]: cluster 2024-03-21T13:02:52.493553+0000 mgr.x (mgr.34104) 28 : cluster [DBG] pgmap v10: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:54.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[20270]: cluster 2024-03-21T13:02:52.493832+0000 mgr.x (mgr.34104) 29 : cluster [DBG] pgmap v11: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:54.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[20270]: cephadm 2024-03-21T13:02:52.503294+0000 mgr.x (mgr.34104) 30 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:54.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[20270]: audit 2024-03-21T13:02:52.581486+0000 mon.c (mon.1) 206 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:54.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[20270]: audit 2024-03-21T13:02:52.583408+0000 mon.c (mon.1) 207 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:54.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[20270]: audit 2024-03-21T13:02:52.585930+0000 mon.c (mon.1) 208 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:54.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[20270]: audit 2024-03-21T13:02:52.586939+0000 mon.c (mon.1) 209 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:54.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[20270]: cluster 2024-03-21T13:02:52.590346+0000 mgr.x (mgr.34104) 31 : cluster [DBG] pgmap v12: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:54.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[20270]: cluster 2024-03-21T13:02:52.590610+0000 mgr.x (mgr.34104) 32 : cluster [DBG] pgmap v13: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:54.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[20270]: audit 2024-03-21T13:02:52.594303+0000 mon.a (mon.0) 48 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:54.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[20270]: cephadm 2024-03-21T13:02:52.597273+0000 mgr.x (mgr.34104) 33 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:54.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[73569]: audit 2024-03-21T13:02:52.676250+0000 mon.c (mon.1) 210 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:54.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[73569]: audit 2024-03-21T13:02:52.678899+0000 mon.c (mon.1) 211 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:54.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[73569]: audit 2024-03-21T13:02:52.688097+0000 mon.c (mon.1) 212 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:54.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[73569]: audit 2024-03-21T13:02:52.689201+0000 mon.c (mon.1) 213 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:54.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[73569]: cluster 2024-03-21T13:02:52.692505+0000 mgr.x (mgr.34104) 34 : cluster [DBG] pgmap v14: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:54.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[73569]: cluster 2024-03-21T13:02:52.692783+0000 mgr.x (mgr.34104) 35 : cluster [DBG] pgmap v15: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:54.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[73569]: audit 2024-03-21T13:02:52.696749+0000 mon.a (mon.0) 49 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:54.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[73569]: cephadm 2024-03-21T13:02:52.699318+0000 mgr.x (mgr.34104) 36 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:54.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[73569]: audit 2024-03-21T13:02:52.767574+0000 mon.a (mon.0) 50 : audit [DBG] from='client.? 172.21.15.178:0/192461963' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T13:02:54.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[73569]: audit 2024-03-21T13:02:52.775878+0000 mon.c (mon.1) 214 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:54.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[73569]: audit 2024-03-21T13:02:52.778814+0000 mon.c (mon.1) 215 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:54.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[73569]: audit 2024-03-21T13:02:52.783129+0000 mon.c (mon.1) 216 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:54.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[73569]: audit 2024-03-21T13:02:52.784921+0000 mon.c (mon.1) 217 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:54.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[73569]: cluster 2024-03-21T13:02:52.789315+0000 mgr.x (mgr.34104) 37 : cluster [DBG] pgmap v16: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:54.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[73569]: cluster 2024-03-21T13:02:52.789753+0000 mgr.x (mgr.34104) 38 : cluster [DBG] pgmap v17: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:54.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[73569]: audit 2024-03-21T13:02:52.793631+0000 mon.a (mon.0) 51 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:54.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[73569]: cephadm 2024-03-21T13:02:52.796558+0000 mgr.x (mgr.34104) 39 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:54.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[73569]: audit 2024-03-21T13:02:52.874551+0000 mon.c (mon.1) 218 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:54.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[73569]: audit 2024-03-21T13:02:52.877536+0000 mon.c (mon.1) 219 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:54.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[73569]: audit 2024-03-21T13:02:52.881101+0000 mon.c (mon.1) 220 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:54.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[73569]: audit 2024-03-21T13:02:52.882368+0000 mon.c (mon.1) 221 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:54.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[73569]: cluster 2024-03-21T13:02:52.886088+0000 mgr.x (mgr.34104) 40 : cluster [DBG] pgmap v18: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:54.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[73569]: cluster 2024-03-21T13:02:52.886343+0000 mgr.x (mgr.34104) 41 : cluster [DBG] pgmap v19: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:54.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[73569]: audit 2024-03-21T13:02:52.894565+0000 mon.a (mon.0) 52 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:54.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[73569]: cephadm 2024-03-21T13:02:52.897444+0000 mgr.x (mgr.34104) 42 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:54.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[73569]: audit 2024-03-21T13:02:52.974890+0000 mon.c (mon.1) 222 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:54.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[73569]: audit 2024-03-21T13:02:52.977911+0000 mon.c (mon.1) 223 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:54.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[73569]: audit 2024-03-21T13:02:52.980895+0000 mon.c (mon.1) 224 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:54.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[73569]: audit 2024-03-21T13:02:52.981998+0000 mon.c (mon.1) 225 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:54.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[73569]: cluster 2024-03-21T13:02:52.985411+0000 mgr.x (mgr.34104) 43 : cluster [DBG] pgmap v20: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:54.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[73569]: cluster 2024-03-21T13:02:52.985710+0000 mgr.x (mgr.34104) 44 : cluster [DBG] pgmap v21: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:54.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[73569]: audit 2024-03-21T13:02:52.993083+0000 mon.a (mon.0) 53 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:54.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[73569]: cephadm 2024-03-21T13:02:52.995781+0000 mgr.x (mgr.34104) 45 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:54.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[73569]: audit 2024-03-21T13:02:53.058507+0000 mon.c (mon.1) 226 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:54.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[73569]: audit 2024-03-21T13:02:53.061174+0000 mon.c (mon.1) 227 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:54.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[73569]: audit 2024-03-21T13:02:53.064692+0000 mon.c (mon.1) 228 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:54.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[73569]: audit 2024-03-21T13:02:53.065902+0000 mon.c (mon.1) 229 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:54.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[73569]: cluster 2024-03-21T13:02:53.069689+0000 mgr.x (mgr.34104) 46 : cluster [DBG] pgmap v22: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:54.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[73569]: cluster 2024-03-21T13:02:53.070236+0000 mgr.x (mgr.34104) 47 : cluster [DBG] pgmap v23: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:54.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[73569]: audit 2024-03-21T13:02:53.077501+0000 mon.a (mon.0) 54 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:54.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[20270]: audit 2024-03-21T13:02:52.676250+0000 mon.c (mon.1) 210 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:54.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[20270]: audit 2024-03-21T13:02:52.678899+0000 mon.c (mon.1) 211 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:54.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[20270]: audit 2024-03-21T13:02:52.688097+0000 mon.c (mon.1) 212 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:54.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[20270]: audit 2024-03-21T13:02:52.689201+0000 mon.c (mon.1) 213 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:54.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[20270]: cluster 2024-03-21T13:02:52.692505+0000 mgr.x (mgr.34104) 34 : cluster [DBG] pgmap v14: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:54.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[20270]: cluster 2024-03-21T13:02:52.692783+0000 mgr.x (mgr.34104) 35 : cluster [DBG] pgmap v15: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:54.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[20270]: audit 2024-03-21T13:02:52.696749+0000 mon.a (mon.0) 49 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:54.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[20270]: cephadm 2024-03-21T13:02:52.699318+0000 mgr.x (mgr.34104) 36 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:54.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[20270]: audit 2024-03-21T13:02:52.767574+0000 mon.a (mon.0) 50 : audit [DBG] from='client.? 172.21.15.178:0/192461963' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T13:02:54.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[20270]: audit 2024-03-21T13:02:52.775878+0000 mon.c (mon.1) 214 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:54.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[20270]: audit 2024-03-21T13:02:52.778814+0000 mon.c (mon.1) 215 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:54.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[20270]: audit 2024-03-21T13:02:52.783129+0000 mon.c (mon.1) 216 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:54.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[20270]: audit 2024-03-21T13:02:52.784921+0000 mon.c (mon.1) 217 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:54.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[20270]: cluster 2024-03-21T13:02:52.789315+0000 mgr.x (mgr.34104) 37 : cluster [DBG] pgmap v16: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:54.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[20270]: cluster 2024-03-21T13:02:52.789753+0000 mgr.x (mgr.34104) 38 : cluster [DBG] pgmap v17: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:54.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[20270]: audit 2024-03-21T13:02:52.793631+0000 mon.a (mon.0) 51 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:54.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[20270]: cephadm 2024-03-21T13:02:52.796558+0000 mgr.x (mgr.34104) 39 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:54.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[20270]: audit 2024-03-21T13:02:52.874551+0000 mon.c (mon.1) 218 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:54.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[20270]: audit 2024-03-21T13:02:52.877536+0000 mon.c (mon.1) 219 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:54.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[20270]: audit 2024-03-21T13:02:52.881101+0000 mon.c (mon.1) 220 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:54.056 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[73569]: cephadm 2024-03-21T13:02:53.080684+0000 mgr.x (mgr.34104) 48 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:54.056 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[73569]: audit 2024-03-21T13:02:53.157880+0000 mon.c (mon.1) 230 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:54.057 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[73569]: audit 2024-03-21T13:02:53.160605+0000 mon.c (mon.1) 231 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:54.057 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[73569]: audit 2024-03-21T13:02:53.164201+0000 mon.c (mon.1) 232 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:54.057 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[73569]: audit 2024-03-21T13:02:53.165443+0000 mon.c (mon.1) 233 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:54.057 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[73569]: audit 2024-03-21T13:02:53.177685+0000 mon.a (mon.0) 55 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:54.057 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[73569]: audit 2024-03-21T13:02:53.257077+0000 mon.c (mon.1) 234 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:54.057 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[73569]: audit 2024-03-21T13:02:53.259751+0000 mon.c (mon.1) 235 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:54.057 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[73569]: audit 2024-03-21T13:02:53.262596+0000 mon.c (mon.1) 236 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:54.057 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[73569]: audit 2024-03-21T13:02:53.264041+0000 mon.c (mon.1) 237 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:54.057 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[73569]: audit 2024-03-21T13:02:53.275773+0000 mon.a (mon.0) 56 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:54.057 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[73569]: audit 2024-03-21T13:02:53.360757+0000 mon.c (mon.1) 238 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:54.057 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[73569]: audit 2024-03-21T13:02:53.363105+0000 mon.c (mon.1) 239 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:54.057 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[73569]: audit 2024-03-21T13:02:53.366153+0000 mon.c (mon.1) 240 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:54.057 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[73569]: audit 2024-03-21T13:02:53.367447+0000 mon.c (mon.1) 241 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:54.057 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[73569]: audit 2024-03-21T13:02:53.378729+0000 mon.a (mon.0) 57 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:54.058 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[73569]: audit 2024-03-21T13:02:53.462287+0000 mon.c (mon.1) 242 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:54.058 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[73569]: audit 2024-03-21T13:02:53.465110+0000 mon.c (mon.1) 243 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:54.058 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[73569]: audit 2024-03-21T13:02:53.468155+0000 mon.c (mon.1) 244 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:54.058 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[73569]: audit 2024-03-21T13:02:53.469746+0000 mon.c (mon.1) 245 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:54.058 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[73569]: audit 2024-03-21T13:02:53.481213+0000 mon.a (mon.0) 58 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:54.058 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[73569]: audit 2024-03-21T13:02:53.561477+0000 mon.c (mon.1) 246 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:54.058 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[73569]: audit 2024-03-21T13:02:53.563545+0000 mon.c (mon.1) 247 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:54.058 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[73569]: audit 2024-03-21T13:02:53.565880+0000 mon.c (mon.1) 248 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:54.058 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[73569]: audit 2024-03-21T13:02:53.566731+0000 mon.c (mon.1) 249 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:54.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[20270]: audit 2024-03-21T13:02:52.882368+0000 mon.c (mon.1) 221 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:54.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[20270]: cluster 2024-03-21T13:02:52.886088+0000 mgr.x (mgr.34104) 40 : cluster [DBG] pgmap v18: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:54.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[20270]: cluster 2024-03-21T13:02:52.886343+0000 mgr.x (mgr.34104) 41 : cluster [DBG] pgmap v19: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:54.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[20270]: audit 2024-03-21T13:02:52.894565+0000 mon.a (mon.0) 52 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:54.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[20270]: cephadm 2024-03-21T13:02:52.897444+0000 mgr.x (mgr.34104) 42 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:54.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[20270]: audit 2024-03-21T13:02:52.974890+0000 mon.c (mon.1) 222 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:54.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[20270]: audit 2024-03-21T13:02:52.977911+0000 mon.c (mon.1) 223 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:54.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[20270]: audit 2024-03-21T13:02:52.980895+0000 mon.c (mon.1) 224 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:54.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[20270]: audit 2024-03-21T13:02:52.981998+0000 mon.c (mon.1) 225 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:54.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[20270]: cluster 2024-03-21T13:02:52.985411+0000 mgr.x (mgr.34104) 43 : cluster [DBG] pgmap v20: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:54.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[20270]: cluster 2024-03-21T13:02:52.985710+0000 mgr.x (mgr.34104) 44 : cluster [DBG] pgmap v21: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:54.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[20270]: audit 2024-03-21T13:02:52.993083+0000 mon.a (mon.0) 53 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:54.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[20270]: cephadm 2024-03-21T13:02:52.995781+0000 mgr.x (mgr.34104) 45 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:54.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[20270]: audit 2024-03-21T13:02:53.058507+0000 mon.c (mon.1) 226 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:54.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[20270]: audit 2024-03-21T13:02:53.061174+0000 mon.c (mon.1) 227 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:54.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[20270]: audit 2024-03-21T13:02:53.064692+0000 mon.c (mon.1) 228 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:54.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[20270]: audit 2024-03-21T13:02:53.065902+0000 mon.c (mon.1) 229 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:54.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[20270]: cluster 2024-03-21T13:02:53.069689+0000 mgr.x (mgr.34104) 46 : cluster [DBG] pgmap v22: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:54.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[20270]: cluster 2024-03-21T13:02:53.070236+0000 mgr.x (mgr.34104) 47 : cluster [DBG] pgmap v23: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:54.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[20270]: audit 2024-03-21T13:02:53.077501+0000 mon.a (mon.0) 54 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:54.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[20270]: cephadm 2024-03-21T13:02:53.080684+0000 mgr.x (mgr.34104) 48 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:54.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[20270]: audit 2024-03-21T13:02:53.157880+0000 mon.c (mon.1) 230 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:54.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[20270]: audit 2024-03-21T13:02:53.160605+0000 mon.c (mon.1) 231 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:54.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[20270]: audit 2024-03-21T13:02:53.164201+0000 mon.c (mon.1) 232 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:54.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[20270]: audit 2024-03-21T13:02:53.165443+0000 mon.c (mon.1) 233 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:54.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[20270]: audit 2024-03-21T13:02:53.177685+0000 mon.a (mon.0) 55 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:54.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[20270]: audit 2024-03-21T13:02:53.257077+0000 mon.c (mon.1) 234 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:54.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[20270]: audit 2024-03-21T13:02:53.259751+0000 mon.c (mon.1) 235 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:54.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[20270]: audit 2024-03-21T13:02:53.262596+0000 mon.c (mon.1) 236 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:54.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[20270]: audit 2024-03-21T13:02:53.264041+0000 mon.c (mon.1) 237 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:54.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[20270]: audit 2024-03-21T13:02:53.275773+0000 mon.a (mon.0) 56 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:54.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[20270]: audit 2024-03-21T13:02:53.360757+0000 mon.c (mon.1) 238 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:54.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[20270]: audit 2024-03-21T13:02:53.363105+0000 mon.c (mon.1) 239 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:54.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[20270]: audit 2024-03-21T13:02:53.366153+0000 mon.c (mon.1) 240 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:54.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[20270]: audit 2024-03-21T13:02:53.367447+0000 mon.c (mon.1) 241 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:54.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[20270]: audit 2024-03-21T13:02:53.378729+0000 mon.a (mon.0) 57 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:54.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[20270]: audit 2024-03-21T13:02:53.462287+0000 mon.c (mon.1) 242 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:54.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[20270]: audit 2024-03-21T13:02:53.465110+0000 mon.c (mon.1) 243 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:54.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[20270]: audit 2024-03-21T13:02:53.468155+0000 mon.c (mon.1) 244 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:54.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[20270]: audit 2024-03-21T13:02:53.469746+0000 mon.c (mon.1) 245 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:54.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[20270]: audit 2024-03-21T13:02:53.481213+0000 mon.a (mon.0) 58 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:54.062 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[20270]: audit 2024-03-21T13:02:53.561477+0000 mon.c (mon.1) 246 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:54.062 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[20270]: audit 2024-03-21T13:02:53.563545+0000 mon.c (mon.1) 247 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:54.062 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[20270]: audit 2024-03-21T13:02:53.565880+0000 mon.c (mon.1) 248 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:54.062 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:53 smithi178 bash[20270]: audit 2024-03-21T13:02:53.566731+0000 mon.c (mon.1) 249 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:54.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[73569]: cluster 2024-03-21T13:02:53.169360+0000 mgr.x (mgr.34104) 49 : cluster [DBG] pgmap v24: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:54.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[73569]: cluster 2024-03-21T13:02:53.170063+0000 mgr.x (mgr.34104) 50 : cluster [DBG] pgmap v25: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:54.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[73569]: cephadm 2024-03-21T13:02:53.181341+0000 mgr.x (mgr.34104) 51 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:54.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[73569]: cluster 2024-03-21T13:02:53.267706+0000 mgr.x (mgr.34104) 52 : cluster [DBG] pgmap v26: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:54.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[73569]: cluster 2024-03-21T13:02:53.268140+0000 mgr.x (mgr.34104) 53 : cluster [DBG] pgmap v27: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:54.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[73569]: cephadm 2024-03-21T13:02:53.279184+0000 mgr.x (mgr.34104) 54 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:54.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[73569]: cluster 2024-03-21T13:02:53.371386+0000 mgr.x (mgr.34104) 55 : cluster [DBG] pgmap v28: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:54.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[73569]: cluster 2024-03-21T13:02:53.372066+0000 mgr.x (mgr.34104) 56 : cluster [DBG] pgmap v29: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:54.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[73569]: cephadm 2024-03-21T13:02:53.382029+0000 mgr.x (mgr.34104) 57 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:54.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[73569]: cluster 2024-03-21T13:02:53.474056+0000 mgr.x (mgr.34104) 58 : cluster [DBG] pgmap v30: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:54.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[73569]: cluster 2024-03-21T13:02:53.474319+0000 mgr.x (mgr.34104) 59 : cluster [DBG] pgmap v31: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:54.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[73569]: cephadm 2024-03-21T13:02:53.485528+0000 mgr.x (mgr.34104) 60 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:54.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[73569]: cluster 2024-03-21T13:02:53.570355+0000 mgr.x (mgr.34104) 61 : cluster [DBG] pgmap v32: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:54.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[73569]: cluster 2024-03-21T13:02:53.570464+0000 mon.a (mon.0) 59 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-03-21T13:02:54.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[73569]: cluster 2024-03-21T13:02:53.570546+0000 mon.a (mon.0) 60 : cluster [INF] Cluster is now healthy 2024-03-21T13:02:54.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[73569]: cluster 2024-03-21T13:02:53.570837+0000 mgr.x (mgr.34104) 62 : cluster [DBG] pgmap v33: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:54.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[73569]: audit 2024-03-21T13:02:53.586424+0000 mon.a (mon.0) 61 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:54.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[73569]: cephadm 2024-03-21T13:02:53.594643+0000 mgr.x (mgr.34104) 63 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:54.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[73569]: audit 2024-03-21T13:02:53.659464+0000 mon.c (mon.1) 250 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:54.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[73569]: audit 2024-03-21T13:02:53.662123+0000 mon.c (mon.1) 251 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:54.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[73569]: audit 2024-03-21T13:02:53.665079+0000 mon.c (mon.1) 252 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:54.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[73569]: audit 2024-03-21T13:02:53.666273+0000 mon.c (mon.1) 253 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:54.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[73569]: cluster 2024-03-21T13:02:53.669811+0000 mgr.x (mgr.34104) 64 : cluster [DBG] pgmap v34: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:54.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[73569]: cluster 2024-03-21T13:02:53.670065+0000 mgr.x (mgr.34104) 65 : cluster [DBG] pgmap v35: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:54.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[73569]: audit 2024-03-21T13:02:53.677716+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:54.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[73569]: cephadm 2024-03-21T13:02:53.680693+0000 mgr.x (mgr.34104) 66 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:54.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[73569]: audit 2024-03-21T13:02:53.757405+0000 mon.c (mon.1) 254 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:54.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[73569]: audit 2024-03-21T13:02:53.760625+0000 mon.c (mon.1) 255 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:54.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[73569]: audit 2024-03-21T13:02:53.765055+0000 mon.c (mon.1) 256 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:54.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[73569]: audit 2024-03-21T13:02:53.766816+0000 mon.c (mon.1) 257 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:54.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[73569]: cluster 2024-03-21T13:02:53.771137+0000 mgr.x (mgr.34104) 67 : cluster [DBG] pgmap v36: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:54.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[73569]: audit 2024-03-21T13:02:53.777365+0000 mon.a (mon.0) 63 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:54.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[73569]: cephadm 2024-03-21T13:02:53.780529+0000 mgr.x (mgr.34104) 68 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:54.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[73569]: audit 2024-03-21T13:02:53.856732+0000 mon.c (mon.1) 258 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:54.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[73569]: audit 2024-03-21T13:02:53.860504+0000 mon.c (mon.1) 259 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:54.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[73569]: audit 2024-03-21T13:02:53.865027+0000 mon.c (mon.1) 260 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:54.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[73569]: audit 2024-03-21T13:02:53.866670+0000 mon.c (mon.1) 261 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:54.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[73569]: cluster 2024-03-21T13:02:53.871094+0000 mgr.x (mgr.34104) 69 : cluster [DBG] pgmap v37: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:54.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[73569]: cluster 2024-03-21T13:02:53.871366+0000 mgr.x (mgr.34104) 70 : cluster [DBG] pgmap v38: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:54.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[73569]: audit 2024-03-21T13:02:53.879317+0000 mon.a (mon.0) 64 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:54.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[73569]: cephadm 2024-03-21T13:02:53.882408+0000 mgr.x (mgr.34104) 71 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:54.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[73569]: audit 2024-03-21T13:02:53.960542+0000 mon.c (mon.1) 262 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:54.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[73569]: audit 2024-03-21T13:02:53.963519+0000 mon.c (mon.1) 263 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:54.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[73569]: audit 2024-03-21T13:02:53.967499+0000 mon.c (mon.1) 264 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:54.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[73569]: audit 2024-03-21T13:02:53.968969+0000 mon.c (mon.1) 265 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:54.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[73569]: cluster 2024-03-21T13:02:53.972939+0000 mgr.x (mgr.34104) 72 : cluster [DBG] pgmap v39: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:54.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[73569]: cluster 2024-03-21T13:02:53.973187+0000 mgr.x (mgr.34104) 73 : cluster [DBG] pgmap v40: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:54.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[73569]: audit 2024-03-21T13:02:53.981358+0000 mon.a (mon.0) 65 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:54.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[73569]: cephadm 2024-03-21T13:02:53.984147+0000 mgr.x (mgr.34104) 74 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:54.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[73569]: audit 2024-03-21T13:02:54.061936+0000 mon.c (mon.1) 266 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:54.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[73569]: audit 2024-03-21T13:02:54.064826+0000 mon.c (mon.1) 267 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:54.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[73569]: audit 2024-03-21T13:02:54.068190+0000 mon.c (mon.1) 268 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:54.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[73569]: audit 2024-03-21T13:02:54.069617+0000 mon.c (mon.1) 269 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:54.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[73569]: cluster 2024-03-21T13:02:54.073561+0000 mgr.x (mgr.34104) 75 : cluster [DBG] pgmap v41: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:54.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[73569]: cluster 2024-03-21T13:02:54.074078+0000 mgr.x (mgr.34104) 76 : cluster [DBG] pgmap v42: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:54.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[73569]: audit 2024-03-21T13:02:54.081910+0000 mon.a (mon.0) 66 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:54.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[73569]: cephadm 2024-03-21T13:02:54.085024+0000 mgr.x (mgr.34104) 77 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:54.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[73569]: audit 2024-03-21T13:02:54.160240+0000 mon.c (mon.1) 270 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:54.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[73569]: audit 2024-03-21T13:02:54.163231+0000 mon.c (mon.1) 271 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:54.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[73569]: audit 2024-03-21T13:02:54.166916+0000 mon.c (mon.1) 272 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:54.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[73569]: audit 2024-03-21T13:02:54.168502+0000 mon.c (mon.1) 273 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:54.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[73569]: audit 2024-03-21T13:02:54.178314+0000 mon.a (mon.0) 67 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:54.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[73569]: audit 2024-03-21T13:02:54.257824+0000 mon.c (mon.1) 274 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:54.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[73569]: audit 2024-03-21T13:02:54.260705+0000 mon.c (mon.1) 275 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:54.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[73569]: audit 2024-03-21T13:02:54.263658+0000 mon.c (mon.1) 276 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:54.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[73569]: audit 2024-03-21T13:02:54.264973+0000 mon.c (mon.1) 277 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:54.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[73569]: audit 2024-03-21T13:02:54.275080+0000 mon.a (mon.0) 68 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:54.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[73569]: audit 2024-03-21T13:02:54.358485+0000 mon.c (mon.1) 278 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:54.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[73569]: audit 2024-03-21T13:02:54.362130+0000 mon.c (mon.1) 279 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:54.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[73569]: audit 2024-03-21T13:02:54.368919+0000 mon.c (mon.1) 280 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:54.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[73569]: audit 2024-03-21T13:02:54.370582+0000 mon.c (mon.1) 281 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:54.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[73569]: audit 2024-03-21T13:02:54.379812+0000 mon.a (mon.0) 69 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:54.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[73569]: audit 2024-03-21T13:02:54.459136+0000 mon.c (mon.1) 282 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:54.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[73569]: audit 2024-03-21T13:02:54.462172+0000 mon.c (mon.1) 283 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:54.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[73569]: audit 2024-03-21T13:02:54.466361+0000 mon.c (mon.1) 284 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:54.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[73569]: audit 2024-03-21T13:02:54.468032+0000 mon.c (mon.1) 285 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:54.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[73569]: audit 2024-03-21T13:02:54.482487+0000 mon.a (mon.0) 70 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:54.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[73569]: cluster 2024-03-21T13:02:54.490345+0000 mon.a (mon.0) 71 : cluster [DBG] mgrmap e45: x(active, since 4s), standbys: y 2024-03-21T13:02:54.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[73569]: audit 2024-03-21T13:02:54.561912+0000 mon.c (mon.1) 286 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:54.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[73569]: audit 2024-03-21T13:02:54.565216+0000 mon.c (mon.1) 287 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:54.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[73569]: audit 2024-03-21T13:02:54.568494+0000 mon.c (mon.1) 288 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:54.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[73569]: audit 2024-03-21T13:02:54.569805+0000 mon.c (mon.1) 289 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:54.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[73569]: cluster 2024-03-21T13:02:54.572667+0000 mon.a (mon.0) 72 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-21T13:02:54.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[20270]: cluster 2024-03-21T13:02:53.169360+0000 mgr.x (mgr.34104) 49 : cluster [DBG] pgmap v24: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:54.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[20270]: cluster 2024-03-21T13:02:53.170063+0000 mgr.x (mgr.34104) 50 : cluster [DBG] pgmap v25: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:54.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[20270]: cephadm 2024-03-21T13:02:53.181341+0000 mgr.x (mgr.34104) 51 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:54.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[20270]: cluster 2024-03-21T13:02:53.267706+0000 mgr.x (mgr.34104) 52 : cluster [DBG] pgmap v26: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:54.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[20270]: cluster 2024-03-21T13:02:53.268140+0000 mgr.x (mgr.34104) 53 : cluster [DBG] pgmap v27: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:54.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[20270]: cephadm 2024-03-21T13:02:53.279184+0000 mgr.x (mgr.34104) 54 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:54.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[20270]: cluster 2024-03-21T13:02:53.371386+0000 mgr.x (mgr.34104) 55 : cluster [DBG] pgmap v28: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:54.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[20270]: cluster 2024-03-21T13:02:53.372066+0000 mgr.x (mgr.34104) 56 : cluster [DBG] pgmap v29: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:54.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[20270]: cephadm 2024-03-21T13:02:53.382029+0000 mgr.x (mgr.34104) 57 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:54.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[20270]: cluster 2024-03-21T13:02:53.474056+0000 mgr.x (mgr.34104) 58 : cluster [DBG] pgmap v30: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:54.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[20270]: cluster 2024-03-21T13:02:53.474319+0000 mgr.x (mgr.34104) 59 : cluster [DBG] pgmap v31: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:54.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[20270]: cephadm 2024-03-21T13:02:53.485528+0000 mgr.x (mgr.34104) 60 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:54.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[20270]: cluster 2024-03-21T13:02:53.570355+0000 mgr.x (mgr.34104) 61 : cluster [DBG] pgmap v32: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:54.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[20270]: cluster 2024-03-21T13:02:53.570464+0000 mon.a (mon.0) 59 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-03-21T13:02:54.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[20270]: cluster 2024-03-21T13:02:53.570546+0000 mon.a (mon.0) 60 : cluster [INF] Cluster is now healthy 2024-03-21T13:02:54.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[20270]: cluster 2024-03-21T13:02:53.570837+0000 mgr.x (mgr.34104) 62 : cluster [DBG] pgmap v33: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:54.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[20270]: audit 2024-03-21T13:02:53.586424+0000 mon.a (mon.0) 61 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:54.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[20270]: cephadm 2024-03-21T13:02:53.594643+0000 mgr.x (mgr.34104) 63 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:54.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[20270]: audit 2024-03-21T13:02:53.659464+0000 mon.c (mon.1) 250 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:54.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[20270]: audit 2024-03-21T13:02:53.662123+0000 mon.c (mon.1) 251 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:54.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[20270]: audit 2024-03-21T13:02:53.665079+0000 mon.c (mon.1) 252 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:54.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[20270]: audit 2024-03-21T13:02:53.666273+0000 mon.c (mon.1) 253 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:54.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[20270]: cluster 2024-03-21T13:02:53.669811+0000 mgr.x (mgr.34104) 64 : cluster [DBG] pgmap v34: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:54.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[20270]: cluster 2024-03-21T13:02:53.670065+0000 mgr.x (mgr.34104) 65 : cluster [DBG] pgmap v35: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:54.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[20270]: audit 2024-03-21T13:02:53.677716+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:54.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[20270]: cephadm 2024-03-21T13:02:53.680693+0000 mgr.x (mgr.34104) 66 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:54.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[20270]: audit 2024-03-21T13:02:53.757405+0000 mon.c (mon.1) 254 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:54.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[20270]: audit 2024-03-21T13:02:53.760625+0000 mon.c (mon.1) 255 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:54.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[20270]: audit 2024-03-21T13:02:53.765055+0000 mon.c (mon.1) 256 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:54.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[20270]: audit 2024-03-21T13:02:53.766816+0000 mon.c (mon.1) 257 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:54.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[20270]: cluster 2024-03-21T13:02:53.771137+0000 mgr.x (mgr.34104) 67 : cluster [DBG] pgmap v36: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:54.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[20270]: audit 2024-03-21T13:02:53.777365+0000 mon.a (mon.0) 63 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:54.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[20270]: cephadm 2024-03-21T13:02:53.780529+0000 mgr.x (mgr.34104) 68 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:54.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[20270]: audit 2024-03-21T13:02:53.856732+0000 mon.c (mon.1) 258 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:54.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[20270]: audit 2024-03-21T13:02:53.860504+0000 mon.c (mon.1) 259 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:54.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[20270]: audit 2024-03-21T13:02:53.865027+0000 mon.c (mon.1) 260 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:54.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[20270]: audit 2024-03-21T13:02:53.866670+0000 mon.c (mon.1) 261 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:54.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[20270]: cluster 2024-03-21T13:02:53.871094+0000 mgr.x (mgr.34104) 69 : cluster [DBG] pgmap v37: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:54.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[20270]: cluster 2024-03-21T13:02:53.871366+0000 mgr.x (mgr.34104) 70 : cluster [DBG] pgmap v38: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:54.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[20270]: audit 2024-03-21T13:02:53.879317+0000 mon.a (mon.0) 64 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:54.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[20270]: cephadm 2024-03-21T13:02:53.882408+0000 mgr.x (mgr.34104) 71 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:54.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[20270]: audit 2024-03-21T13:02:53.960542+0000 mon.c (mon.1) 262 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:54.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[20270]: audit 2024-03-21T13:02:53.963519+0000 mon.c (mon.1) 263 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:54.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[20270]: audit 2024-03-21T13:02:53.967499+0000 mon.c (mon.1) 264 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:54.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[20270]: audit 2024-03-21T13:02:53.968969+0000 mon.c (mon.1) 265 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:54.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[20270]: cluster 2024-03-21T13:02:53.972939+0000 mgr.x (mgr.34104) 72 : cluster [DBG] pgmap v39: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:54.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[20270]: cluster 2024-03-21T13:02:53.973187+0000 mgr.x (mgr.34104) 73 : cluster [DBG] pgmap v40: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:54.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[20270]: audit 2024-03-21T13:02:53.981358+0000 mon.a (mon.0) 65 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:54.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[20270]: cephadm 2024-03-21T13:02:53.984147+0000 mgr.x (mgr.34104) 74 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:54.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[20270]: audit 2024-03-21T13:02:54.061936+0000 mon.c (mon.1) 266 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:54.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[20270]: audit 2024-03-21T13:02:54.064826+0000 mon.c (mon.1) 267 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:54.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[20270]: audit 2024-03-21T13:02:54.068190+0000 mon.c (mon.1) 268 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:54.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[20270]: audit 2024-03-21T13:02:54.069617+0000 mon.c (mon.1) 269 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:54.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[20270]: cluster 2024-03-21T13:02:54.073561+0000 mgr.x (mgr.34104) 75 : cluster [DBG] pgmap v41: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:54.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[20270]: cluster 2024-03-21T13:02:54.074078+0000 mgr.x (mgr.34104) 76 : cluster [DBG] pgmap v42: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:54.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[20270]: audit 2024-03-21T13:02:54.081910+0000 mon.a (mon.0) 66 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:54.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[20270]: cephadm 2024-03-21T13:02:54.085024+0000 mgr.x (mgr.34104) 77 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:54.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[20270]: audit 2024-03-21T13:02:54.160240+0000 mon.c (mon.1) 270 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:54.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[20270]: audit 2024-03-21T13:02:54.163231+0000 mon.c (mon.1) 271 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:54.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[20270]: audit 2024-03-21T13:02:54.166916+0000 mon.c (mon.1) 272 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:54.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[20270]: audit 2024-03-21T13:02:54.168502+0000 mon.c (mon.1) 273 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:54.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[20270]: audit 2024-03-21T13:02:54.178314+0000 mon.a (mon.0) 67 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:54.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[20270]: audit 2024-03-21T13:02:54.257824+0000 mon.c (mon.1) 274 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:54.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[20270]: audit 2024-03-21T13:02:54.260705+0000 mon.c (mon.1) 275 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:54.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[20270]: audit 2024-03-21T13:02:54.263658+0000 mon.c (mon.1) 276 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:54.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[20270]: audit 2024-03-21T13:02:54.264973+0000 mon.c (mon.1) 277 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:54.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[20270]: audit 2024-03-21T13:02:54.275080+0000 mon.a (mon.0) 68 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:54.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[20270]: audit 2024-03-21T13:02:54.358485+0000 mon.c (mon.1) 278 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:54.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[20270]: audit 2024-03-21T13:02:54.362130+0000 mon.c (mon.1) 279 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:54.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[20270]: audit 2024-03-21T13:02:54.368919+0000 mon.c (mon.1) 280 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:54.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[20270]: audit 2024-03-21T13:02:54.370582+0000 mon.c (mon.1) 281 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:54.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[20270]: audit 2024-03-21T13:02:54.379812+0000 mon.a (mon.0) 69 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:54.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[20270]: audit 2024-03-21T13:02:54.459136+0000 mon.c (mon.1) 282 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:54.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[20270]: audit 2024-03-21T13:02:54.462172+0000 mon.c (mon.1) 283 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:54.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[20270]: audit 2024-03-21T13:02:54.466361+0000 mon.c (mon.1) 284 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:54.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[20270]: audit 2024-03-21T13:02:54.468032+0000 mon.c (mon.1) 285 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:54.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[20270]: audit 2024-03-21T13:02:54.482487+0000 mon.a (mon.0) 70 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:54.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[20270]: cluster 2024-03-21T13:02:54.490345+0000 mon.a (mon.0) 71 : cluster [DBG] mgrmap e45: x(active, since 4s), standbys: y 2024-03-21T13:02:54.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[20270]: audit 2024-03-21T13:02:54.561912+0000 mon.c (mon.1) 286 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:54.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[20270]: audit 2024-03-21T13:02:54.565216+0000 mon.c (mon.1) 287 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:54.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[20270]: audit 2024-03-21T13:02:54.568494+0000 mon.c (mon.1) 288 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:54.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[20270]: audit 2024-03-21T13:02:54.569805+0000 mon.c (mon.1) 289 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:54.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:54 smithi178 bash[20270]: cluster 2024-03-21T13:02:54.572667+0000 mon.a (mon.0) 72 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-21T13:02:54.822 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:54 smithi184 bash[14608]: cluster 2024-03-21T13:02:53.169360+0000 mgr.x (mgr.34104) 49 : cluster [DBG] pgmap v24: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:54.822 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:54 smithi184 bash[14608]: cluster 2024-03-21T13:02:53.170063+0000 mgr.x (mgr.34104) 50 : cluster [DBG] pgmap v25: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:54.822 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:54 smithi184 bash[14608]: cephadm 2024-03-21T13:02:53.181341+0000 mgr.x (mgr.34104) 51 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:54.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:54 smithi184 bash[14608]: cluster 2024-03-21T13:02:53.267706+0000 mgr.x (mgr.34104) 52 : cluster [DBG] pgmap v26: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:54.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:54 smithi184 bash[14608]: cluster 2024-03-21T13:02:53.268140+0000 mgr.x (mgr.34104) 53 : cluster [DBG] pgmap v27: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:54.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:54 smithi184 bash[14608]: cephadm 2024-03-21T13:02:53.279184+0000 mgr.x (mgr.34104) 54 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:54.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:54 smithi184 bash[14608]: cluster 2024-03-21T13:02:53.371386+0000 mgr.x (mgr.34104) 55 : cluster [DBG] pgmap v28: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:54.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:54 smithi184 bash[14608]: cluster 2024-03-21T13:02:53.372066+0000 mgr.x (mgr.34104) 56 : cluster [DBG] pgmap v29: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:54.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:54 smithi184 bash[14608]: cephadm 2024-03-21T13:02:53.382029+0000 mgr.x (mgr.34104) 57 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:54.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:54 smithi184 bash[14608]: cluster 2024-03-21T13:02:53.474056+0000 mgr.x (mgr.34104) 58 : cluster [DBG] pgmap v30: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:54.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:54 smithi184 bash[14608]: cluster 2024-03-21T13:02:53.474319+0000 mgr.x (mgr.34104) 59 : cluster [DBG] pgmap v31: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:54.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:54 smithi184 bash[14608]: cephadm 2024-03-21T13:02:53.485528+0000 mgr.x (mgr.34104) 60 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:54.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:54 smithi184 bash[14608]: cluster 2024-03-21T13:02:53.570355+0000 mgr.x (mgr.34104) 61 : cluster [DBG] pgmap v32: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:54.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:54 smithi184 bash[14608]: cluster 2024-03-21T13:02:53.570464+0000 mon.a (mon.0) 59 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-03-21T13:02:54.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:54 smithi184 bash[14608]: cluster 2024-03-21T13:02:53.570546+0000 mon.a (mon.0) 60 : cluster [INF] Cluster is now healthy 2024-03-21T13:02:54.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:54 smithi184 bash[14608]: cluster 2024-03-21T13:02:53.570837+0000 mgr.x (mgr.34104) 62 : cluster [DBG] pgmap v33: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:54.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:54 smithi184 bash[14608]: audit 2024-03-21T13:02:53.586424+0000 mon.a (mon.0) 61 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:54.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:54 smithi184 bash[14608]: cephadm 2024-03-21T13:02:53.594643+0000 mgr.x (mgr.34104) 63 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:54.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:54 smithi184 bash[14608]: audit 2024-03-21T13:02:53.659464+0000 mon.c (mon.1) 250 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:54.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:54 smithi184 bash[14608]: audit 2024-03-21T13:02:53.662123+0000 mon.c (mon.1) 251 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:54.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:54 smithi184 bash[14608]: audit 2024-03-21T13:02:53.665079+0000 mon.c (mon.1) 252 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:54.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:54 smithi184 bash[14608]: audit 2024-03-21T13:02:53.666273+0000 mon.c (mon.1) 253 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:54.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:54 smithi184 bash[14608]: cluster 2024-03-21T13:02:53.669811+0000 mgr.x (mgr.34104) 64 : cluster [DBG] pgmap v34: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:54.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:54 smithi184 bash[14608]: cluster 2024-03-21T13:02:53.670065+0000 mgr.x (mgr.34104) 65 : cluster [DBG] pgmap v35: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:54.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:54 smithi184 bash[14608]: audit 2024-03-21T13:02:53.677716+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:54.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:54 smithi184 bash[14608]: cephadm 2024-03-21T13:02:53.680693+0000 mgr.x (mgr.34104) 66 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:54.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:54 smithi184 bash[14608]: audit 2024-03-21T13:02:53.757405+0000 mon.c (mon.1) 254 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:54.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:54 smithi184 bash[14608]: audit 2024-03-21T13:02:53.760625+0000 mon.c (mon.1) 255 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:54.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:54 smithi184 bash[14608]: audit 2024-03-21T13:02:53.765055+0000 mon.c (mon.1) 256 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:54.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:54 smithi184 bash[14608]: audit 2024-03-21T13:02:53.766816+0000 mon.c (mon.1) 257 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:54.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:54 smithi184 bash[14608]: cluster 2024-03-21T13:02:53.771137+0000 mgr.x (mgr.34104) 67 : cluster [DBG] pgmap v36: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:54.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:54 smithi184 bash[14608]: audit 2024-03-21T13:02:53.777365+0000 mon.a (mon.0) 63 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:54.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:54 smithi184 bash[14608]: cephadm 2024-03-21T13:02:53.780529+0000 mgr.x (mgr.34104) 68 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:54.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:54 smithi184 bash[14608]: audit 2024-03-21T13:02:53.856732+0000 mon.c (mon.1) 258 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:54.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:54 smithi184 bash[14608]: audit 2024-03-21T13:02:53.860504+0000 mon.c (mon.1) 259 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:54.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:54 smithi184 bash[14608]: audit 2024-03-21T13:02:53.865027+0000 mon.c (mon.1) 260 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:54.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:54 smithi184 bash[14608]: audit 2024-03-21T13:02:53.866670+0000 mon.c (mon.1) 261 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:54.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:54 smithi184 bash[14608]: cluster 2024-03-21T13:02:53.871094+0000 mgr.x (mgr.34104) 69 : cluster [DBG] pgmap v37: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:54.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:54 smithi184 bash[14608]: cluster 2024-03-21T13:02:53.871366+0000 mgr.x (mgr.34104) 70 : cluster [DBG] pgmap v38: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:54.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:54 smithi184 bash[14608]: audit 2024-03-21T13:02:53.879317+0000 mon.a (mon.0) 64 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:54.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:54 smithi184 bash[14608]: cephadm 2024-03-21T13:02:53.882408+0000 mgr.x (mgr.34104) 71 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:54.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:54 smithi184 bash[14608]: audit 2024-03-21T13:02:53.960542+0000 mon.c (mon.1) 262 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:54.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:54 smithi184 bash[14608]: audit 2024-03-21T13:02:53.963519+0000 mon.c (mon.1) 263 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:54.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:54 smithi184 bash[14608]: audit 2024-03-21T13:02:53.967499+0000 mon.c (mon.1) 264 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:54.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:54 smithi184 bash[14608]: audit 2024-03-21T13:02:53.968969+0000 mon.c (mon.1) 265 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:54.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:54 smithi184 bash[14608]: cluster 2024-03-21T13:02:53.972939+0000 mgr.x (mgr.34104) 72 : cluster [DBG] pgmap v39: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:54.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:54 smithi184 bash[14608]: cluster 2024-03-21T13:02:53.973187+0000 mgr.x (mgr.34104) 73 : cluster [DBG] pgmap v40: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:54.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:54 smithi184 bash[14608]: audit 2024-03-21T13:02:53.981358+0000 mon.a (mon.0) 65 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:54.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:54 smithi184 bash[14608]: cephadm 2024-03-21T13:02:53.984147+0000 mgr.x (mgr.34104) 74 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:54.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:54 smithi184 bash[14608]: audit 2024-03-21T13:02:54.061936+0000 mon.c (mon.1) 266 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:54.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:54 smithi184 bash[14608]: audit 2024-03-21T13:02:54.064826+0000 mon.c (mon.1) 267 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:54.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:54 smithi184 bash[14608]: audit 2024-03-21T13:02:54.068190+0000 mon.c (mon.1) 268 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:54.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:54 smithi184 bash[14608]: audit 2024-03-21T13:02:54.069617+0000 mon.c (mon.1) 269 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:54.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:54 smithi184 bash[14608]: cluster 2024-03-21T13:02:54.073561+0000 mgr.x (mgr.34104) 75 : cluster [DBG] pgmap v41: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:54.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:54 smithi184 bash[14608]: cluster 2024-03-21T13:02:54.074078+0000 mgr.x (mgr.34104) 76 : cluster [DBG] pgmap v42: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:54.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:54 smithi184 bash[14608]: audit 2024-03-21T13:02:54.081910+0000 mon.a (mon.0) 66 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:54.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:54 smithi184 bash[14608]: cephadm 2024-03-21T13:02:54.085024+0000 mgr.x (mgr.34104) 77 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:54.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:54 smithi184 bash[14608]: audit 2024-03-21T13:02:54.160240+0000 mon.c (mon.1) 270 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:54.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:54 smithi184 bash[14608]: audit 2024-03-21T13:02:54.163231+0000 mon.c (mon.1) 271 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:54.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:54 smithi184 bash[14608]: audit 2024-03-21T13:02:54.166916+0000 mon.c (mon.1) 272 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:54.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:54 smithi184 bash[14608]: audit 2024-03-21T13:02:54.168502+0000 mon.c (mon.1) 273 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:54.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:54 smithi184 bash[14608]: audit 2024-03-21T13:02:54.178314+0000 mon.a (mon.0) 67 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:54.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:54 smithi184 bash[14608]: audit 2024-03-21T13:02:54.257824+0000 mon.c (mon.1) 274 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:54.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:54 smithi184 bash[14608]: audit 2024-03-21T13:02:54.260705+0000 mon.c (mon.1) 275 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:54.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:54 smithi184 bash[14608]: audit 2024-03-21T13:02:54.263658+0000 mon.c (mon.1) 276 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:54.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:54 smithi184 bash[14608]: audit 2024-03-21T13:02:54.264973+0000 mon.c (mon.1) 277 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:54.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:54 smithi184 bash[14608]: audit 2024-03-21T13:02:54.275080+0000 mon.a (mon.0) 68 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:54.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:54 smithi184 bash[14608]: audit 2024-03-21T13:02:54.358485+0000 mon.c (mon.1) 278 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:54.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:54 smithi184 bash[14608]: audit 2024-03-21T13:02:54.362130+0000 mon.c (mon.1) 279 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:54.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:54 smithi184 bash[14608]: audit 2024-03-21T13:02:54.368919+0000 mon.c (mon.1) 280 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:54.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:54 smithi184 bash[14608]: audit 2024-03-21T13:02:54.370582+0000 mon.c (mon.1) 281 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:54.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:54 smithi184 bash[14608]: audit 2024-03-21T13:02:54.379812+0000 mon.a (mon.0) 69 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:54.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:54 smithi184 bash[14608]: audit 2024-03-21T13:02:54.459136+0000 mon.c (mon.1) 282 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:54.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:54 smithi184 bash[14608]: audit 2024-03-21T13:02:54.462172+0000 mon.c (mon.1) 283 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:54.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:54 smithi184 bash[14608]: audit 2024-03-21T13:02:54.466361+0000 mon.c (mon.1) 284 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:54.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:54 smithi184 bash[14608]: audit 2024-03-21T13:02:54.468032+0000 mon.c (mon.1) 285 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:54.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:54 smithi184 bash[14608]: audit 2024-03-21T13:02:54.482487+0000 mon.a (mon.0) 70 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:54.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:54 smithi184 bash[14608]: cluster 2024-03-21T13:02:54.490345+0000 mon.a (mon.0) 71 : cluster [DBG] mgrmap e45: x(active, since 4s), standbys: y 2024-03-21T13:02:54.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:54 smithi184 bash[14608]: audit 2024-03-21T13:02:54.561912+0000 mon.c (mon.1) 286 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:54.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:54 smithi184 bash[14608]: audit 2024-03-21T13:02:54.565216+0000 mon.c (mon.1) 287 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:54.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:54 smithi184 bash[14608]: audit 2024-03-21T13:02:54.568494+0000 mon.c (mon.1) 288 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:54.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:54 smithi184 bash[14608]: audit 2024-03-21T13:02:54.569805+0000 mon.c (mon.1) 289 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:54.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:54 smithi184 bash[14608]: cluster 2024-03-21T13:02:54.572667+0000 mon.a (mon.0) 72 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-21T13:02:55.608 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:02:55 smithi184 bash[52419]: ::ffff:172.21.15.184 - - [21/Mar/2024:13:02:55] "GET /metrics HTTP/1.1" 200 35532 "" "Prometheus/2.33.4" 2024-03-21T13:02:55.608 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:55 smithi184 bash[14608]: cluster 2024-03-21T13:02:54.172474+0000 mgr.x (mgr.34104) 78 : cluster [DBG] pgmap v43: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:55.608 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:55 smithi184 bash[14608]: cluster 2024-03-21T13:02:54.172866+0000 mgr.x (mgr.34104) 79 : cluster [DBG] pgmap v44: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:55.608 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:55 smithi184 bash[14608]: cephadm 2024-03-21T13:02:54.183171+0000 mgr.x (mgr.34104) 80 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:55.608 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:55 smithi184 bash[14608]: cluster 2024-03-21T13:02:54.268527+0000 mgr.x (mgr.34104) 81 : cluster [DBG] pgmap v45: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:55.608 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:55 smithi184 bash[14608]: cluster 2024-03-21T13:02:54.268711+0000 mgr.x (mgr.34104) 82 : cluster [DBG] pgmap v46: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:55.608 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:55 smithi184 bash[14608]: cephadm 2024-03-21T13:02:54.278019+0000 mgr.x (mgr.34104) 83 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:55.608 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:55 smithi184 bash[14608]: cluster 2024-03-21T13:02:54.374723+0000 mgr.x (mgr.34104) 84 : cluster [DBG] pgmap v47: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:55.609 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:55 smithi184 bash[14608]: cluster 2024-03-21T13:02:54.374971+0000 mgr.x (mgr.34104) 85 : cluster [DBG] pgmap v48: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:55.609 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:55 smithi184 bash[14608]: cephadm 2024-03-21T13:02:54.382487+0000 mgr.x (mgr.34104) 86 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:55.609 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:55 smithi184 bash[14608]: cluster 2024-03-21T13:02:54.472590+0000 mgr.x (mgr.34104) 87 : cluster [DBG] pgmap v49: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:55.609 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:55 smithi184 bash[14608]: cluster 2024-03-21T13:02:54.473287+0000 mgr.x (mgr.34104) 88 : cluster [DBG] pgmap v50: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:55.609 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:55 smithi184 bash[14608]: cephadm 2024-03-21T13:02:54.485637+0000 mgr.x (mgr.34104) 89 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:55.609 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:55 smithi184 bash[14608]: cluster 2024-03-21T13:02:54.573665+0000 mgr.x (mgr.34104) 90 : cluster [DBG] pgmap v51: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:55.609 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:55 smithi184 bash[14608]: cluster 2024-03-21T13:02:54.573948+0000 mgr.x (mgr.34104) 91 : cluster [DBG] pgmap v52: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:55.609 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:55 smithi184 bash[14608]: audit 2024-03-21T13:02:54.590216+0000 mon.a (mon.0) 73 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:55.609 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:55 smithi184 bash[14608]: cephadm 2024-03-21T13:02:54.592859+0000 mgr.x (mgr.34104) 92 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:55.609 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:55 smithi184 bash[14608]: audit 2024-03-21T13:02:54.671373+0000 mon.c (mon.1) 290 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:55.609 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:55 smithi184 bash[14608]: audit 2024-03-21T13:02:54.673880+0000 mon.c (mon.1) 291 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:55.609 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:55 smithi184 bash[14608]: audit 2024-03-21T13:02:54.677243+0000 mon.c (mon.1) 292 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:55.609 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:55 smithi184 bash[14608]: audit 2024-03-21T13:02:54.678536+0000 mon.c (mon.1) 293 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:55.610 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:55 smithi184 bash[14608]: cluster 2024-03-21T13:02:54.682252+0000 mgr.x (mgr.34104) 93 : cluster [DBG] pgmap v53: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:55.982 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:55 smithi178 bash[73569]: cluster 2024-03-21T13:02:54.172474+0000 mgr.x (mgr.34104) 78 : cluster [DBG] pgmap v43: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:55.982 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:55 smithi178 bash[73569]: cluster 2024-03-21T13:02:54.172866+0000 mgr.x (mgr.34104) 79 : cluster [DBG] pgmap v44: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:55.982 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:55 smithi178 bash[73569]: cephadm 2024-03-21T13:02:54.183171+0000 mgr.x (mgr.34104) 80 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:55.982 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:55 smithi178 bash[73569]: cluster 2024-03-21T13:02:54.268527+0000 mgr.x (mgr.34104) 81 : cluster [DBG] pgmap v45: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:55.982 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:55 smithi178 bash[73569]: cluster 2024-03-21T13:02:54.268711+0000 mgr.x (mgr.34104) 82 : cluster [DBG] pgmap v46: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:55.983 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:55 smithi178 bash[73569]: cephadm 2024-03-21T13:02:54.278019+0000 mgr.x (mgr.34104) 83 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:55.983 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:55 smithi178 bash[73569]: cluster 2024-03-21T13:02:54.374723+0000 mgr.x (mgr.34104) 84 : cluster [DBG] pgmap v47: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:55.983 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:55 smithi178 bash[73569]: cluster 2024-03-21T13:02:54.374971+0000 mgr.x (mgr.34104) 85 : cluster [DBG] pgmap v48: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:55.983 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:55 smithi178 bash[73569]: cephadm 2024-03-21T13:02:54.382487+0000 mgr.x (mgr.34104) 86 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:55.983 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:55 smithi178 bash[73569]: cluster 2024-03-21T13:02:54.472590+0000 mgr.x (mgr.34104) 87 : cluster [DBG] pgmap v49: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:55.983 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:55 smithi178 bash[73569]: cluster 2024-03-21T13:02:54.473287+0000 mgr.x (mgr.34104) 88 : cluster [DBG] pgmap v50: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:55.983 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:55 smithi178 bash[73569]: cephadm 2024-03-21T13:02:54.485637+0000 mgr.x (mgr.34104) 89 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:55.983 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:55 smithi178 bash[73569]: cluster 2024-03-21T13:02:54.573665+0000 mgr.x (mgr.34104) 90 : cluster [DBG] pgmap v51: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:55.983 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:55 smithi178 bash[73569]: cluster 2024-03-21T13:02:54.573948+0000 mgr.x (mgr.34104) 91 : cluster [DBG] pgmap v52: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:55.983 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:55 smithi178 bash[73569]: audit 2024-03-21T13:02:54.590216+0000 mon.a (mon.0) 73 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:55.983 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:55 smithi178 bash[73569]: cephadm 2024-03-21T13:02:54.592859+0000 mgr.x (mgr.34104) 92 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:55.983 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:55 smithi178 bash[73569]: audit 2024-03-21T13:02:54.671373+0000 mon.c (mon.1) 290 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:55.984 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:55 smithi178 bash[73569]: audit 2024-03-21T13:02:54.673880+0000 mon.c (mon.1) 291 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:55.984 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:55 smithi178 bash[73569]: audit 2024-03-21T13:02:54.677243+0000 mon.c (mon.1) 292 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:55.984 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:55 smithi178 bash[73569]: audit 2024-03-21T13:02:54.678536+0000 mon.c (mon.1) 293 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:55.984 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:55 smithi178 bash[20270]: cluster 2024-03-21T13:02:54.172474+0000 mgr.x (mgr.34104) 78 : cluster [DBG] pgmap v43: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:55.984 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:55 smithi178 bash[20270]: cluster 2024-03-21T13:02:54.172866+0000 mgr.x (mgr.34104) 79 : cluster [DBG] pgmap v44: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:55.984 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:55 smithi178 bash[20270]: cephadm 2024-03-21T13:02:54.183171+0000 mgr.x (mgr.34104) 80 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:55.984 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:55 smithi178 bash[20270]: cluster 2024-03-21T13:02:54.268527+0000 mgr.x (mgr.34104) 81 : cluster [DBG] pgmap v45: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:55.984 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:55 smithi178 bash[20270]: cluster 2024-03-21T13:02:54.268711+0000 mgr.x (mgr.34104) 82 : cluster [DBG] pgmap v46: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:55.984 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:55 smithi178 bash[20270]: cephadm 2024-03-21T13:02:54.278019+0000 mgr.x (mgr.34104) 83 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:55.985 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:55 smithi178 bash[20270]: cluster 2024-03-21T13:02:54.374723+0000 mgr.x (mgr.34104) 84 : cluster [DBG] pgmap v47: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:55.985 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:55 smithi178 bash[20270]: cluster 2024-03-21T13:02:54.374971+0000 mgr.x (mgr.34104) 85 : cluster [DBG] pgmap v48: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:55.985 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:55 smithi178 bash[20270]: cephadm 2024-03-21T13:02:54.382487+0000 mgr.x (mgr.34104) 86 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:55.985 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:55 smithi178 bash[20270]: cluster 2024-03-21T13:02:54.472590+0000 mgr.x (mgr.34104) 87 : cluster [DBG] pgmap v49: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:55.985 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:55 smithi178 bash[20270]: cluster 2024-03-21T13:02:54.473287+0000 mgr.x (mgr.34104) 88 : cluster [DBG] pgmap v50: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:55.985 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:55 smithi178 bash[20270]: cephadm 2024-03-21T13:02:54.485637+0000 mgr.x (mgr.34104) 89 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:55.985 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:55 smithi178 bash[20270]: cluster 2024-03-21T13:02:54.573665+0000 mgr.x (mgr.34104) 90 : cluster [DBG] pgmap v51: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:55.985 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:55 smithi178 bash[20270]: cluster 2024-03-21T13:02:54.573948+0000 mgr.x (mgr.34104) 91 : cluster [DBG] pgmap v52: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:55.985 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:55 smithi178 bash[20270]: audit 2024-03-21T13:02:54.590216+0000 mon.a (mon.0) 73 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:55.985 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:55 smithi178 bash[20270]: cephadm 2024-03-21T13:02:54.592859+0000 mgr.x (mgr.34104) 92 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:55.985 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:55 smithi178 bash[20270]: audit 2024-03-21T13:02:54.671373+0000 mon.c (mon.1) 290 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:55.985 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:55 smithi178 bash[20270]: audit 2024-03-21T13:02:54.673880+0000 mon.c (mon.1) 291 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:55.985 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:55 smithi178 bash[20270]: audit 2024-03-21T13:02:54.677243+0000 mon.c (mon.1) 292 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:55.985 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:55 smithi178 bash[20270]: audit 2024-03-21T13:02:54.678536+0000 mon.c (mon.1) 293 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:55.986 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:55 smithi178 bash[73569]: cluster 2024-03-21T13:02:54.682252+0000 mgr.x (mgr.34104) 93 : cluster [DBG] pgmap v53: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:55.986 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:55 smithi178 bash[73569]: cluster 2024-03-21T13:02:54.682554+0000 mgr.x (mgr.34104) 94 : cluster [DBG] pgmap v54: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:55.986 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:55 smithi178 bash[73569]: audit 2024-03-21T13:02:54.688939+0000 mon.a (mon.0) 74 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:55.986 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:55 smithi178 bash[73569]: cephadm 2024-03-21T13:02:54.691977+0000 mgr.x (mgr.34104) 95 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:55.986 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:55 smithi178 bash[73569]: audit 2024-03-21T13:02:54.774153+0000 mon.c (mon.1) 294 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:55.986 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:55 smithi178 bash[73569]: audit 2024-03-21T13:02:54.776805+0000 mon.c (mon.1) 295 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:55.986 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:55 smithi178 bash[73569]: audit 2024-03-21T13:02:54.780029+0000 mon.c (mon.1) 296 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:55.987 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:55 smithi178 bash[73569]: audit 2024-03-21T13:02:54.781295+0000 mon.c (mon.1) 297 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:55.987 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:55 smithi178 bash[73569]: cluster 2024-03-21T13:02:54.785040+0000 mgr.x (mgr.34104) 96 : cluster [DBG] pgmap v55: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:55.987 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:55 smithi178 bash[73569]: cluster 2024-03-21T13:02:54.785337+0000 mgr.x (mgr.34104) 97 : cluster [DBG] pgmap v56: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:55.987 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:55 smithi178 bash[73569]: audit 2024-03-21T13:02:54.792964+0000 mon.a (mon.0) 75 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:55.987 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:55 smithi178 bash[73569]: cephadm 2024-03-21T13:02:54.797561+0000 mgr.x (mgr.34104) 98 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:55.987 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:55 smithi178 bash[73569]: audit 2024-03-21T13:02:54.873233+0000 mon.c (mon.1) 298 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:55.987 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:55 smithi178 bash[73569]: audit 2024-03-21T13:02:54.875753+0000 mon.c (mon.1) 299 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:55.987 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:55 smithi178 bash[73569]: audit 2024-03-21T13:02:54.879474+0000 mon.c (mon.1) 300 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:55.987 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:55 smithi178 bash[73569]: audit 2024-03-21T13:02:54.880589+0000 mon.c (mon.1) 301 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:55.987 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:55 smithi178 bash[73569]: cluster 2024-03-21T13:02:54.883898+0000 mgr.x (mgr.34104) 99 : cluster [DBG] pgmap v57: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:55.988 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:55 smithi178 bash[73569]: cluster 2024-03-21T13:02:54.884163+0000 mgr.x (mgr.34104) 100 : cluster [DBG] pgmap v58: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:55.988 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:55 smithi178 bash[73569]: audit 2024-03-21T13:02:54.893212+0000 mon.a (mon.0) 76 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:55.988 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:55 smithi178 bash[73569]: cephadm 2024-03-21T13:02:54.895838+0000 mgr.x (mgr.34104) 101 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:55.988 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:55 smithi178 bash[73569]: audit 2024-03-21T13:02:54.972486+0000 mon.c (mon.1) 302 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:55.988 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:55 smithi178 bash[73569]: audit 2024-03-21T13:02:54.975665+0000 mon.c (mon.1) 303 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:55.988 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:55 smithi178 bash[73569]: audit 2024-03-21T13:02:54.979665+0000 mon.c (mon.1) 304 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:55.988 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:55 smithi178 bash[73569]: audit 2024-03-21T13:02:54.981063+0000 mon.c (mon.1) 305 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:55.988 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:55 smithi178 bash[73569]: cluster 2024-03-21T13:02:54.985387+0000 mgr.x (mgr.34104) 102 : cluster [DBG] pgmap v59: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:55.988 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:55 smithi178 bash[73569]: cluster 2024-03-21T13:02:54.985676+0000 mgr.x (mgr.34104) 103 : cluster [DBG] pgmap v60: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:55.988 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:55 smithi178 bash[73569]: audit 2024-03-21T13:02:54.991025+0000 mon.a (mon.0) 77 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:55.988 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:55 smithi178 bash[73569]: cephadm 2024-03-21T13:02:54.994232+0000 mgr.x (mgr.34104) 104 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:55.988 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:55 smithi178 bash[73569]: audit 2024-03-21T13:02:55.054785+0000 mon.c (mon.1) 306 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:55.988 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:55 smithi178 bash[73569]: audit 2024-03-21T13:02:55.058408+0000 mon.c (mon.1) 307 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:55.988 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:55 smithi178 bash[73569]: audit 2024-03-21T13:02:55.062184+0000 mon.c (mon.1) 308 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:55.989 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:55 smithi178 bash[73569]: audit 2024-03-21T13:02:55.063712+0000 mon.c (mon.1) 309 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:55.989 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:55 smithi178 bash[73569]: cluster 2024-03-21T13:02:55.067608+0000 mgr.x (mgr.34104) 105 : cluster [DBG] pgmap v61: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:55.989 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:55 smithi178 bash[73569]: cluster 2024-03-21T13:02:55.067905+0000 mgr.x (mgr.34104) 106 : cluster [DBG] pgmap v62: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:55.989 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:55 smithi178 bash[73569]: audit 2024-03-21T13:02:55.074931+0000 mon.a (mon.0) 78 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:55.989 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:55 smithi178 bash[73569]: cephadm 2024-03-21T13:02:55.077859+0000 mgr.x (mgr.34104) 107 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:55.989 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:55 smithi178 bash[73569]: audit 2024-03-21T13:02:55.155361+0000 mon.c (mon.1) 310 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:55.989 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:55 smithi178 bash[73569]: audit 2024-03-21T13:02:55.158141+0000 mon.c (mon.1) 311 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:55.989 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:55 smithi178 bash[73569]: audit 2024-03-21T13:02:55.160876+0000 mon.c (mon.1) 312 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:55.989 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:55 smithi178 bash[73569]: audit 2024-03-21T13:02:55.162116+0000 mon.c (mon.1) 313 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:55.989 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:55 smithi178 bash[73569]: audit 2024-03-21T13:02:55.174520+0000 mon.a (mon.0) 79 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:55.989 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:55 smithi178 bash[20270]: cluster 2024-03-21T13:02:54.682252+0000 mgr.x (mgr.34104) 93 : cluster [DBG] pgmap v53: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:55.990 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:55 smithi178 bash[20270]: cluster 2024-03-21T13:02:54.682554+0000 mgr.x (mgr.34104) 94 : cluster [DBG] pgmap v54: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:55.990 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:55 smithi178 bash[20270]: audit 2024-03-21T13:02:54.688939+0000 mon.a (mon.0) 74 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:55.990 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:55 smithi178 bash[20270]: cephadm 2024-03-21T13:02:54.691977+0000 mgr.x (mgr.34104) 95 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:55.990 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:55 smithi178 bash[20270]: audit 2024-03-21T13:02:54.774153+0000 mon.c (mon.1) 294 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:55.990 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:55 smithi178 bash[20270]: audit 2024-03-21T13:02:54.776805+0000 mon.c (mon.1) 295 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:55.990 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:55 smithi178 bash[20270]: audit 2024-03-21T13:02:54.780029+0000 mon.c (mon.1) 296 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:55.990 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:55 smithi178 bash[20270]: audit 2024-03-21T13:02:54.781295+0000 mon.c (mon.1) 297 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:55.990 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:55 smithi178 bash[20270]: cluster 2024-03-21T13:02:54.785040+0000 mgr.x (mgr.34104) 96 : cluster [DBG] pgmap v55: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:55.990 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:55 smithi178 bash[20270]: cluster 2024-03-21T13:02:54.785337+0000 mgr.x (mgr.34104) 97 : cluster [DBG] pgmap v56: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:55.990 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:55 smithi178 bash[20270]: audit 2024-03-21T13:02:54.792964+0000 mon.a (mon.0) 75 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:55.990 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:55 smithi178 bash[20270]: cephadm 2024-03-21T13:02:54.797561+0000 mgr.x (mgr.34104) 98 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:55.990 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:55 smithi178 bash[20270]: audit 2024-03-21T13:02:54.873233+0000 mon.c (mon.1) 298 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:55.990 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:55 smithi178 bash[20270]: audit 2024-03-21T13:02:54.875753+0000 mon.c (mon.1) 299 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:55.991 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:55 smithi178 bash[20270]: audit 2024-03-21T13:02:54.879474+0000 mon.c (mon.1) 300 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:55.991 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:55 smithi178 bash[20270]: audit 2024-03-21T13:02:54.880589+0000 mon.c (mon.1) 301 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:55.991 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:55 smithi178 bash[20270]: cluster 2024-03-21T13:02:54.883898+0000 mgr.x (mgr.34104) 99 : cluster [DBG] pgmap v57: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:55.991 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:55 smithi178 bash[20270]: cluster 2024-03-21T13:02:54.884163+0000 mgr.x (mgr.34104) 100 : cluster [DBG] pgmap v58: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:55.991 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:55 smithi178 bash[20270]: audit 2024-03-21T13:02:54.893212+0000 mon.a (mon.0) 76 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:55.991 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:55 smithi178 bash[20270]: cephadm 2024-03-21T13:02:54.895838+0000 mgr.x (mgr.34104) 101 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:55.991 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:55 smithi178 bash[20270]: audit 2024-03-21T13:02:54.972486+0000 mon.c (mon.1) 302 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:55.991 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:55 smithi178 bash[73569]: audit 2024-03-21T13:02:55.250431+0000 mon.c (mon.1) 314 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:55.991 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:55 smithi178 bash[73569]: audit 2024-03-21T13:02:55.253176+0000 mon.c (mon.1) 315 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:55.992 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:55 smithi178 bash[73569]: audit 2024-03-21T13:02:55.256283+0000 mon.c (mon.1) 316 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:55.992 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:55 smithi178 bash[73569]: audit 2024-03-21T13:02:55.257636+0000 mon.c (mon.1) 317 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:55.992 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:55 smithi178 bash[73569]: audit 2024-03-21T13:02:55.269137+0000 mon.a (mon.0) 80 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:55.992 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:55 smithi178 bash[73569]: audit 2024-03-21T13:02:55.350371+0000 mon.c (mon.1) 318 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:55.992 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:55 smithi178 bash[73569]: audit 2024-03-21T13:02:55.351480+0000 mon.a (mon.0) 81 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:55.992 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:55 smithi178 bash[73569]: audit 2024-03-21T13:02:55.354471+0000 mon.c (mon.1) 319 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:55.992 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:55 smithi178 bash[73569]: audit 2024-03-21T13:02:55.357139+0000 mon.c (mon.1) 320 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:55.992 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:55 smithi178 bash[73569]: audit 2024-03-21T13:02:55.358188+0000 mon.c (mon.1) 321 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:55.992 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:55 smithi178 bash[73569]: audit 2024-03-21T13:02:55.367705+0000 mon.a (mon.0) 82 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:55.992 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:55 smithi178 bash[73569]: audit 2024-03-21T13:02:55.446213+0000 mon.c (mon.1) 322 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:55.992 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:55 smithi178 bash[73569]: audit 2024-03-21T13:02:55.448837+0000 mon.c (mon.1) 323 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:55.992 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:55 smithi178 bash[73569]: audit 2024-03-21T13:02:55.452306+0000 mon.c (mon.1) 324 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:55.992 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:55 smithi178 bash[73569]: audit 2024-03-21T13:02:55.454355+0000 mon.c (mon.1) 325 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:55.993 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:55 smithi178 bash[73569]: audit 2024-03-21T13:02:55.468278+0000 mon.a (mon.0) 83 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:55.993 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:55 smithi178 bash[73569]: audit 2024-03-21T13:02:55.548642+0000 mon.c (mon.1) 326 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:55.993 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:55 smithi178 bash[73569]: audit 2024-03-21T13:02:55.551406+0000 mon.c (mon.1) 327 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:55.993 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:55 smithi178 bash[73569]: audit 2024-03-21T13:02:55.554492+0000 mon.c (mon.1) 328 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:55.993 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:55 smithi178 bash[73569]: audit 2024-03-21T13:02:55.555580+0000 mon.c (mon.1) 329 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:55.993 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:55 smithi178 bash[73569]: audit 2024-03-21T13:02:55.569145+0000 mon.a (mon.0) 84 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:55.993 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:55 smithi178 bash[20270]: audit 2024-03-21T13:02:54.975665+0000 mon.c (mon.1) 303 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:55.993 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:55 smithi178 bash[20270]: audit 2024-03-21T13:02:54.979665+0000 mon.c (mon.1) 304 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:55.994 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:55 smithi178 bash[20270]: audit 2024-03-21T13:02:54.981063+0000 mon.c (mon.1) 305 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:55.994 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:55 smithi178 bash[20270]: cluster 2024-03-21T13:02:54.985387+0000 mgr.x (mgr.34104) 102 : cluster [DBG] pgmap v59: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:55.994 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:55 smithi178 bash[20270]: cluster 2024-03-21T13:02:54.985676+0000 mgr.x (mgr.34104) 103 : cluster [DBG] pgmap v60: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:55.994 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:55 smithi178 bash[20270]: audit 2024-03-21T13:02:54.991025+0000 mon.a (mon.0) 77 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:55.994 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:55 smithi178 bash[20270]: cephadm 2024-03-21T13:02:54.994232+0000 mgr.x (mgr.34104) 104 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:55.994 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:55 smithi178 bash[20270]: audit 2024-03-21T13:02:55.054785+0000 mon.c (mon.1) 306 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:55.994 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:55 smithi178 bash[20270]: audit 2024-03-21T13:02:55.058408+0000 mon.c (mon.1) 307 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:55.994 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:55 smithi178 bash[20270]: audit 2024-03-21T13:02:55.062184+0000 mon.c (mon.1) 308 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:55.994 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:55 smithi178 bash[20270]: audit 2024-03-21T13:02:55.063712+0000 mon.c (mon.1) 309 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:55.994 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:55 smithi178 bash[20270]: cluster 2024-03-21T13:02:55.067608+0000 mgr.x (mgr.34104) 105 : cluster [DBG] pgmap v61: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:55.994 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:55 smithi178 bash[20270]: cluster 2024-03-21T13:02:55.067905+0000 mgr.x (mgr.34104) 106 : cluster [DBG] pgmap v62: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:55.994 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:55 smithi178 bash[20270]: audit 2024-03-21T13:02:55.074931+0000 mon.a (mon.0) 78 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:55.995 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:55 smithi178 bash[20270]: cephadm 2024-03-21T13:02:55.077859+0000 mgr.x (mgr.34104) 107 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:55.995 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:55 smithi178 bash[20270]: audit 2024-03-21T13:02:55.155361+0000 mon.c (mon.1) 310 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:55.995 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:55 smithi178 bash[20270]: audit 2024-03-21T13:02:55.158141+0000 mon.c (mon.1) 311 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:55.995 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:55 smithi178 bash[20270]: audit 2024-03-21T13:02:55.160876+0000 mon.c (mon.1) 312 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:55.995 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:55 smithi178 bash[20270]: audit 2024-03-21T13:02:55.162116+0000 mon.c (mon.1) 313 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:55.995 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:55 smithi178 bash[20270]: audit 2024-03-21T13:02:55.174520+0000 mon.a (mon.0) 79 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:55.995 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:55 smithi178 bash[20270]: audit 2024-03-21T13:02:55.250431+0000 mon.c (mon.1) 314 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:55.995 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:55 smithi178 bash[20270]: audit 2024-03-21T13:02:55.253176+0000 mon.c (mon.1) 315 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:55.995 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:55 smithi178 bash[20270]: audit 2024-03-21T13:02:55.256283+0000 mon.c (mon.1) 316 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:55.995 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:55 smithi178 bash[20270]: audit 2024-03-21T13:02:55.257636+0000 mon.c (mon.1) 317 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:55.995 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:55 smithi178 bash[20270]: audit 2024-03-21T13:02:55.269137+0000 mon.a (mon.0) 80 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:55.995 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:55 smithi178 bash[20270]: audit 2024-03-21T13:02:55.350371+0000 mon.c (mon.1) 318 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:55.995 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:55 smithi178 bash[20270]: audit 2024-03-21T13:02:55.351480+0000 mon.a (mon.0) 81 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:55.995 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:55 smithi178 bash[20270]: audit 2024-03-21T13:02:55.354471+0000 mon.c (mon.1) 319 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:55.996 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:55 smithi178 bash[20270]: audit 2024-03-21T13:02:55.357139+0000 mon.c (mon.1) 320 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:55.996 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:55 smithi178 bash[20270]: audit 2024-03-21T13:02:55.358188+0000 mon.c (mon.1) 321 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:55.996 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:55 smithi178 bash[20270]: audit 2024-03-21T13:02:55.367705+0000 mon.a (mon.0) 82 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:55.996 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:55 smithi178 bash[20270]: audit 2024-03-21T13:02:55.446213+0000 mon.c (mon.1) 322 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:55.996 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:55 smithi178 bash[20270]: audit 2024-03-21T13:02:55.448837+0000 mon.c (mon.1) 323 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:55.996 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:55 smithi178 bash[20270]: audit 2024-03-21T13:02:55.452306+0000 mon.c (mon.1) 324 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:55.996 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:55 smithi178 bash[20270]: audit 2024-03-21T13:02:55.454355+0000 mon.c (mon.1) 325 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:55.996 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:55 smithi178 bash[20270]: audit 2024-03-21T13:02:55.468278+0000 mon.a (mon.0) 83 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:55.996 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:55 smithi178 bash[20270]: audit 2024-03-21T13:02:55.548642+0000 mon.c (mon.1) 326 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:55.996 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:55 smithi178 bash[20270]: audit 2024-03-21T13:02:55.551406+0000 mon.c (mon.1) 327 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:55.996 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:55 smithi178 bash[20270]: audit 2024-03-21T13:02:55.554492+0000 mon.c (mon.1) 328 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:55.996 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:55 smithi178 bash[20270]: audit 2024-03-21T13:02:55.555580+0000 mon.c (mon.1) 329 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:55.997 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:55 smithi178 bash[20270]: audit 2024-03-21T13:02:55.569145+0000 mon.a (mon.0) 84 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:56.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:55 smithi184 bash[14608]: cluster 2024-03-21T13:02:54.682554+0000 mgr.x (mgr.34104) 94 : cluster [DBG] pgmap v54: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:56.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:55 smithi184 bash[14608]: audit 2024-03-21T13:02:54.688939+0000 mon.a (mon.0) 74 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:56.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:55 smithi184 bash[14608]: cephadm 2024-03-21T13:02:54.691977+0000 mgr.x (mgr.34104) 95 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:56.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:55 smithi184 bash[14608]: audit 2024-03-21T13:02:54.774153+0000 mon.c (mon.1) 294 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:56.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:55 smithi184 bash[14608]: audit 2024-03-21T13:02:54.776805+0000 mon.c (mon.1) 295 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:56.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:55 smithi184 bash[14608]: audit 2024-03-21T13:02:54.780029+0000 mon.c (mon.1) 296 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:56.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:55 smithi184 bash[14608]: audit 2024-03-21T13:02:54.781295+0000 mon.c (mon.1) 297 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:56.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:55 smithi184 bash[14608]: cluster 2024-03-21T13:02:54.785040+0000 mgr.x (mgr.34104) 96 : cluster [DBG] pgmap v55: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:56.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:55 smithi184 bash[14608]: cluster 2024-03-21T13:02:54.785337+0000 mgr.x (mgr.34104) 97 : cluster [DBG] pgmap v56: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:56.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:55 smithi184 bash[14608]: audit 2024-03-21T13:02:54.792964+0000 mon.a (mon.0) 75 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:56.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:55 smithi184 bash[14608]: cephadm 2024-03-21T13:02:54.797561+0000 mgr.x (mgr.34104) 98 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:56.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:55 smithi184 bash[14608]: audit 2024-03-21T13:02:54.873233+0000 mon.c (mon.1) 298 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:56.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:55 smithi184 bash[14608]: audit 2024-03-21T13:02:54.875753+0000 mon.c (mon.1) 299 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:56.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:55 smithi184 bash[14608]: audit 2024-03-21T13:02:54.879474+0000 mon.c (mon.1) 300 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:56.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:55 smithi184 bash[14608]: audit 2024-03-21T13:02:54.880589+0000 mon.c (mon.1) 301 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:56.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:55 smithi184 bash[14608]: cluster 2024-03-21T13:02:54.883898+0000 mgr.x (mgr.34104) 99 : cluster [DBG] pgmap v57: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:56.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:55 smithi184 bash[14608]: cluster 2024-03-21T13:02:54.884163+0000 mgr.x (mgr.34104) 100 : cluster [DBG] pgmap v58: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:56.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:55 smithi184 bash[14608]: audit 2024-03-21T13:02:54.893212+0000 mon.a (mon.0) 76 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:56.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:55 smithi184 bash[14608]: cephadm 2024-03-21T13:02:54.895838+0000 mgr.x (mgr.34104) 101 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:56.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:55 smithi184 bash[14608]: audit 2024-03-21T13:02:54.972486+0000 mon.c (mon.1) 302 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:56.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:55 smithi184 bash[14608]: audit 2024-03-21T13:02:54.975665+0000 mon.c (mon.1) 303 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:56.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:55 smithi184 bash[14608]: audit 2024-03-21T13:02:54.979665+0000 mon.c (mon.1) 304 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:56.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:55 smithi184 bash[14608]: audit 2024-03-21T13:02:54.981063+0000 mon.c (mon.1) 305 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:56.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:55 smithi184 bash[14608]: cluster 2024-03-21T13:02:54.985387+0000 mgr.x (mgr.34104) 102 : cluster [DBG] pgmap v59: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:56.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:55 smithi184 bash[14608]: cluster 2024-03-21T13:02:54.985676+0000 mgr.x (mgr.34104) 103 : cluster [DBG] pgmap v60: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:56.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:55 smithi184 bash[14608]: audit 2024-03-21T13:02:54.991025+0000 mon.a (mon.0) 77 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:56.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:55 smithi184 bash[14608]: cephadm 2024-03-21T13:02:54.994232+0000 mgr.x (mgr.34104) 104 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:56.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:55 smithi184 bash[14608]: audit 2024-03-21T13:02:55.054785+0000 mon.c (mon.1) 306 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:56.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:55 smithi184 bash[14608]: audit 2024-03-21T13:02:55.058408+0000 mon.c (mon.1) 307 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:56.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:55 smithi184 bash[14608]: audit 2024-03-21T13:02:55.062184+0000 mon.c (mon.1) 308 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:56.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:55 smithi184 bash[14608]: audit 2024-03-21T13:02:55.063712+0000 mon.c (mon.1) 309 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:56.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:55 smithi184 bash[14608]: cluster 2024-03-21T13:02:55.067608+0000 mgr.x (mgr.34104) 105 : cluster [DBG] pgmap v61: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:56.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:55 smithi184 bash[14608]: cluster 2024-03-21T13:02:55.067905+0000 mgr.x (mgr.34104) 106 : cluster [DBG] pgmap v62: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:56.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:55 smithi184 bash[14608]: audit 2024-03-21T13:02:55.074931+0000 mon.a (mon.0) 78 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:56.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:55 smithi184 bash[14608]: cephadm 2024-03-21T13:02:55.077859+0000 mgr.x (mgr.34104) 107 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:56.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:55 smithi184 bash[14608]: audit 2024-03-21T13:02:55.155361+0000 mon.c (mon.1) 310 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:56.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:55 smithi184 bash[14608]: audit 2024-03-21T13:02:55.158141+0000 mon.c (mon.1) 311 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:56.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:55 smithi184 bash[14608]: audit 2024-03-21T13:02:55.160876+0000 mon.c (mon.1) 312 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:56.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:55 smithi184 bash[14608]: audit 2024-03-21T13:02:55.162116+0000 mon.c (mon.1) 313 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:56.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:55 smithi184 bash[14608]: audit 2024-03-21T13:02:55.174520+0000 mon.a (mon.0) 79 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:56.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:55 smithi184 bash[14608]: audit 2024-03-21T13:02:55.250431+0000 mon.c (mon.1) 314 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:56.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:55 smithi184 bash[14608]: audit 2024-03-21T13:02:55.253176+0000 mon.c (mon.1) 315 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:56.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:55 smithi184 bash[14608]: audit 2024-03-21T13:02:55.256283+0000 mon.c (mon.1) 316 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:56.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:55 smithi184 bash[14608]: audit 2024-03-21T13:02:55.257636+0000 mon.c (mon.1) 317 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:56.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:55 smithi184 bash[14608]: audit 2024-03-21T13:02:55.269137+0000 mon.a (mon.0) 80 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:56.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:55 smithi184 bash[14608]: audit 2024-03-21T13:02:55.350371+0000 mon.c (mon.1) 318 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:56.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:55 smithi184 bash[14608]: audit 2024-03-21T13:02:55.351480+0000 mon.a (mon.0) 81 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:56.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:55 smithi184 bash[14608]: audit 2024-03-21T13:02:55.354471+0000 mon.c (mon.1) 319 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:56.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:55 smithi184 bash[14608]: audit 2024-03-21T13:02:55.357139+0000 mon.c (mon.1) 320 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:56.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:55 smithi184 bash[14608]: audit 2024-03-21T13:02:55.358188+0000 mon.c (mon.1) 321 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:56.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:55 smithi184 bash[14608]: audit 2024-03-21T13:02:55.367705+0000 mon.a (mon.0) 82 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:56.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:55 smithi184 bash[14608]: audit 2024-03-21T13:02:55.446213+0000 mon.c (mon.1) 322 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:56.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:55 smithi184 bash[14608]: audit 2024-03-21T13:02:55.448837+0000 mon.c (mon.1) 323 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:56.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:55 smithi184 bash[14608]: audit 2024-03-21T13:02:55.452306+0000 mon.c (mon.1) 324 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:56.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:55 smithi184 bash[14608]: audit 2024-03-21T13:02:55.454355+0000 mon.c (mon.1) 325 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:56.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:55 smithi184 bash[14608]: audit 2024-03-21T13:02:55.468278+0000 mon.a (mon.0) 83 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:56.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:55 smithi184 bash[14608]: audit 2024-03-21T13:02:55.548642+0000 mon.c (mon.1) 326 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:56.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:55 smithi184 bash[14608]: audit 2024-03-21T13:02:55.551406+0000 mon.c (mon.1) 327 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:56.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:55 smithi184 bash[14608]: audit 2024-03-21T13:02:55.554492+0000 mon.c (mon.1) 328 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:56.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:55 smithi184 bash[14608]: audit 2024-03-21T13:02:55.555580+0000 mon.c (mon.1) 329 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:56.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:55 smithi184 bash[14608]: audit 2024-03-21T13:02:55.569145+0000 mon.a (mon.0) 84 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:56.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:56 smithi184 bash[14608]: cluster 2024-03-21T13:02:55.165972+0000 mgr.x (mgr.34104) 108 : cluster [DBG] pgmap v63: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:56.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:56 smithi184 bash[14608]: cluster 2024-03-21T13:02:55.166236+0000 mgr.x (mgr.34104) 109 : cluster [DBG] pgmap v64: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:56.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:56 smithi184 bash[14608]: cephadm 2024-03-21T13:02:55.177472+0000 mgr.x (mgr.34104) 110 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:56.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:56 smithi184 bash[14608]: cluster 2024-03-21T13:02:55.261605+0000 mgr.x (mgr.34104) 111 : cluster [DBG] pgmap v65: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:56.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:56 smithi184 bash[14608]: cluster 2024-03-21T13:02:55.262115+0000 mgr.x (mgr.34104) 112 : cluster [DBG] pgmap v66: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:56.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:56 smithi184 bash[14608]: cephadm 2024-03-21T13:02:55.271827+0000 mgr.x (mgr.34104) 113 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:56.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:56 smithi184 bash[14608]: cluster 2024-03-21T13:02:55.361689+0000 mgr.x (mgr.34104) 114 : cluster [DBG] pgmap v67: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:56.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:56 smithi184 bash[14608]: cluster 2024-03-21T13:02:55.362008+0000 mgr.x (mgr.34104) 115 : cluster [DBG] pgmap v68: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:56.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:56 smithi184 bash[14608]: cephadm 2024-03-21T13:02:55.370554+0000 mgr.x (mgr.34104) 116 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:56.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:56 smithi184 bash[14608]: cluster 2024-03-21T13:02:55.459591+0000 mgr.x (mgr.34104) 117 : cluster [DBG] pgmap v69: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:56.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:56 smithi184 bash[14608]: cluster 2024-03-21T13:02:55.459926+0000 mgr.x (mgr.34104) 118 : cluster [DBG] pgmap v70: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:56.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:56 smithi184 bash[14608]: cephadm 2024-03-21T13:02:55.471252+0000 mgr.x (mgr.34104) 119 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:56.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:56 smithi184 bash[14608]: cluster 2024-03-21T13:02:55.560481+0000 mgr.x (mgr.34104) 120 : cluster [DBG] pgmap v71: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 707 KiB/s rd, 0 B/s wr, 405 op/s 2024-03-21T13:02:56.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:56 smithi184 bash[14608]: cluster 2024-03-21T13:02:55.560780+0000 mgr.x (mgr.34104) 121 : cluster [DBG] pgmap v72: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 706 KiB/s rd, 0 B/s wr, 404 op/s 2024-03-21T13:02:56.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:56 smithi184 bash[14608]: cephadm 2024-03-21T13:02:55.572140+0000 mgr.x (mgr.34104) 122 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:56.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:56 smithi184 bash[14608]: audit 2024-03-21T13:02:55.631992+0000 mon.c (mon.1) 330 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:56.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:56 smithi184 bash[14608]: audit 2024-03-21T13:02:55.634054+0000 mon.c (mon.1) 331 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:56.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:56 smithi184 bash[14608]: audit 2024-03-21T13:02:55.636215+0000 mon.c (mon.1) 332 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:56.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:56 smithi184 bash[14608]: audit 2024-03-21T13:02:55.637137+0000 mon.c (mon.1) 333 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:56.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:56 smithi184 bash[14608]: cluster 2024-03-21T13:02:55.640333+0000 mgr.x (mgr.34104) 123 : cluster [DBG] pgmap v73: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 757 KiB/s rd, 0 B/s wr, 434 op/s 2024-03-21T13:02:56.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:56 smithi184 bash[14608]: cluster 2024-03-21T13:02:55.640600+0000 mgr.x (mgr.34104) 124 : cluster [DBG] pgmap v74: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 757 KiB/s rd, 0 B/s wr, 434 op/s 2024-03-21T13:02:56.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:56 smithi184 bash[14608]: audit 2024-03-21T13:02:55.646968+0000 mon.a (mon.0) 85 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:56.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:56 smithi184 bash[14608]: cephadm 2024-03-21T13:02:55.649522+0000 mgr.x (mgr.34104) 125 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:56.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:56 smithi184 bash[14608]: audit 2024-03-21T13:02:55.729495+0000 mon.c (mon.1) 334 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:56.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:56 smithi184 bash[14608]: audit 2024-03-21T13:02:55.732000+0000 mon.c (mon.1) 335 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:56.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:56 smithi184 bash[14608]: audit 2024-03-21T13:02:55.735917+0000 mon.c (mon.1) 336 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:56.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:56 smithi184 bash[14608]: audit 2024-03-21T13:02:55.737022+0000 mon.c (mon.1) 337 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:56.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:56 smithi184 bash[14608]: cluster 2024-03-21T13:02:55.740799+0000 mgr.x (mgr.34104) 126 : cluster [DBG] pgmap v75: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 751 KiB/s rd, 0 B/s wr, 430 op/s 2024-03-21T13:02:56.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:56 smithi184 bash[14608]: cluster 2024-03-21T13:02:55.741538+0000 mgr.x (mgr.34104) 127 : cluster [DBG] pgmap v76: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 750 KiB/s rd, 0 B/s wr, 430 op/s 2024-03-21T13:02:56.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:56 smithi184 bash[14608]: audit 2024-03-21T13:02:55.748305+0000 mon.a (mon.0) 86 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:56.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:56 smithi184 bash[14608]: cephadm 2024-03-21T13:02:55.753149+0000 mgr.x (mgr.34104) 128 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:56.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:56 smithi184 bash[14608]: audit 2024-03-21T13:02:55.831063+0000 mon.c (mon.1) 338 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:56.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:56 smithi184 bash[14608]: audit 2024-03-21T13:02:55.834620+0000 mon.c (mon.1) 339 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:56.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:56 smithi184 bash[14608]: audit 2024-03-21T13:02:55.837972+0000 mon.c (mon.1) 340 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:56.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:56 smithi184 bash[14608]: audit 2024-03-21T13:02:55.839631+0000 mon.c (mon.1) 341 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:56.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:56 smithi184 bash[14608]: cluster 2024-03-21T13:02:55.843639+0000 mgr.x (mgr.34104) 129 : cluster [DBG] pgmap v77: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:56.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:56 smithi184 bash[14608]: cluster 2024-03-21T13:02:55.843915+0000 mgr.x (mgr.34104) 130 : cluster [DBG] pgmap v78: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:56.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:56 smithi184 bash[14608]: audit 2024-03-21T13:02:55.852923+0000 mon.a (mon.0) 87 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:56.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:56 smithi184 bash[14608]: cephadm 2024-03-21T13:02:55.855916+0000 mgr.x (mgr.34104) 131 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:56.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:56 smithi184 bash[14608]: audit 2024-03-21T13:02:55.935129+0000 mon.c (mon.1) 342 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:56.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:56 smithi184 bash[14608]: audit 2024-03-21T13:02:55.937549+0000 mon.c (mon.1) 343 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:56.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:56 smithi184 bash[14608]: audit 2024-03-21T13:02:55.940675+0000 mon.c (mon.1) 344 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:56.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:56 smithi184 bash[14608]: audit 2024-03-21T13:02:55.941989+0000 mon.c (mon.1) 345 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:56.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:56 smithi184 bash[14608]: cluster 2024-03-21T13:02:55.946074+0000 mgr.x (mgr.34104) 132 : cluster [DBG] pgmap v79: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:56.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:56 smithi184 bash[14608]: cluster 2024-03-21T13:02:55.946724+0000 mgr.x (mgr.34104) 133 : cluster [DBG] pgmap v80: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:56.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:56 smithi184 bash[14608]: audit 2024-03-21T13:02:55.954801+0000 mon.a (mon.0) 88 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:56.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:56 smithi184 bash[14608]: cephadm 2024-03-21T13:02:55.957522+0000 mgr.x (mgr.34104) 134 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:56.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:56 smithi184 bash[14608]: audit 2024-03-21T13:02:56.036026+0000 mon.c (mon.1) 346 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:56.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:56 smithi184 bash[14608]: audit 2024-03-21T13:02:56.038639+0000 mon.c (mon.1) 347 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:56.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:56 smithi184 bash[14608]: audit 2024-03-21T13:02:56.042570+0000 mon.c (mon.1) 348 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:56.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:56 smithi184 bash[14608]: audit 2024-03-21T13:02:56.043787+0000 mon.c (mon.1) 349 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:56.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:56 smithi184 bash[14608]: cluster 2024-03-21T13:02:56.047579+0000 mgr.x (mgr.34104) 135 : cluster [DBG] pgmap v81: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:56.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:56 smithi184 bash[14608]: cluster 2024-03-21T13:02:56.048187+0000 mgr.x (mgr.34104) 136 : cluster [DBG] pgmap v82: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:56.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:56 smithi184 bash[14608]: audit 2024-03-21T13:02:56.055491+0000 mon.a (mon.0) 89 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:56.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:56 smithi184 bash[14608]: cephadm 2024-03-21T13:02:56.058587+0000 mgr.x (mgr.34104) 137 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:56.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:56 smithi184 bash[14608]: audit 2024-03-21T13:02:56.134222+0000 mon.c (mon.1) 350 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:56.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:56 smithi184 bash[14608]: audit 2024-03-21T13:02:56.137774+0000 mon.c (mon.1) 351 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:56.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:56 smithi184 bash[14608]: audit 2024-03-21T13:02:56.141891+0000 mon.c (mon.1) 352 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:56.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:56 smithi184 bash[14608]: audit 2024-03-21T13:02:56.143267+0000 mon.c (mon.1) 353 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:56.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:56 smithi184 bash[14608]: audit 2024-03-21T13:02:56.156154+0000 mon.a (mon.0) 90 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:56.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:56 smithi184 bash[14608]: audit 2024-03-21T13:02:56.238503+0000 mon.c (mon.1) 354 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:56.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:56 smithi184 bash[14608]: audit 2024-03-21T13:02:56.241116+0000 mon.c (mon.1) 355 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:56.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:56 smithi184 bash[14608]: audit 2024-03-21T13:02:56.244062+0000 mon.c (mon.1) 356 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:56.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:56 smithi184 bash[14608]: audit 2024-03-21T13:02:56.245128+0000 mon.c (mon.1) 357 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:56.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:56 smithi184 bash[14608]: audit 2024-03-21T13:02:56.255790+0000 mon.a (mon.0) 91 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:56.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:56 smithi184 bash[14608]: audit 2024-03-21T13:02:56.344017+0000 mon.c (mon.1) 358 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:56.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:56 smithi184 bash[14608]: audit 2024-03-21T13:02:56.347096+0000 mon.c (mon.1) 359 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:56.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:56 smithi184 bash[14608]: audit 2024-03-21T13:02:56.350051+0000 mon.c (mon.1) 360 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:56.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:56 smithi184 bash[14608]: audit 2024-03-21T13:02:56.351314+0000 mon.c (mon.1) 361 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:56.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:56 smithi184 bash[14608]: audit 2024-03-21T13:02:56.363836+0000 mon.a (mon.0) 92 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:56.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:56 smithi184 bash[14608]: audit 2024-03-21T13:02:56.442392+0000 mon.c (mon.1) 362 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:56.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:56 smithi184 bash[14608]: audit 2024-03-21T13:02:56.445442+0000 mon.c (mon.1) 363 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:56.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:56 smithi184 bash[14608]: audit 2024-03-21T13:02:56.449176+0000 mon.c (mon.1) 364 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:56.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:56 smithi184 bash[14608]: audit 2024-03-21T13:02:56.450891+0000 mon.c (mon.1) 365 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:56.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:56 smithi184 bash[14608]: audit 2024-03-21T13:02:56.464996+0000 mon.a (mon.0) 93 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:56.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:56 smithi184 bash[14608]: audit 2024-03-21T13:02:56.548042+0000 mon.c (mon.1) 366 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:56.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:56 smithi184 bash[14608]: audit 2024-03-21T13:02:56.550929+0000 mon.c (mon.1) 367 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:56.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:56 smithi184 bash[14608]: audit 2024-03-21T13:02:56.553820+0000 mon.c (mon.1) 368 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:56.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:56 smithi184 bash[14608]: audit 2024-03-21T13:02:56.555045+0000 mon.c (mon.1) 369 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:56.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:56 smithi184 bash[14608]: audit 2024-03-21T13:02:56.567056+0000 mon.a (mon.0) 94 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:56.901 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:56 smithi178 bash[20270]: cluster 2024-03-21T13:02:55.165972+0000 mgr.x (mgr.34104) 108 : cluster [DBG] pgmap v63: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:56.901 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:56 smithi178 bash[20270]: cluster 2024-03-21T13:02:55.166236+0000 mgr.x (mgr.34104) 109 : cluster [DBG] pgmap v64: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:56.902 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:56 smithi178 bash[20270]: cephadm 2024-03-21T13:02:55.177472+0000 mgr.x (mgr.34104) 110 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:56.902 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:56 smithi178 bash[20270]: cluster 2024-03-21T13:02:55.261605+0000 mgr.x (mgr.34104) 111 : cluster [DBG] pgmap v65: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:56.902 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:56 smithi178 bash[20270]: cluster 2024-03-21T13:02:55.262115+0000 mgr.x (mgr.34104) 112 : cluster [DBG] pgmap v66: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:56.902 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:56 smithi178 bash[20270]: cephadm 2024-03-21T13:02:55.271827+0000 mgr.x (mgr.34104) 113 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:56.902 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:56 smithi178 bash[20270]: cluster 2024-03-21T13:02:55.361689+0000 mgr.x (mgr.34104) 114 : cluster [DBG] pgmap v67: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:56.902 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:56 smithi178 bash[20270]: cluster 2024-03-21T13:02:55.362008+0000 mgr.x (mgr.34104) 115 : cluster [DBG] pgmap v68: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:56.902 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:56 smithi178 bash[20270]: cephadm 2024-03-21T13:02:55.370554+0000 mgr.x (mgr.34104) 116 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:56.902 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:56 smithi178 bash[20270]: cluster 2024-03-21T13:02:55.459591+0000 mgr.x (mgr.34104) 117 : cluster [DBG] pgmap v69: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:56.902 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:56 smithi178 bash[20270]: cluster 2024-03-21T13:02:55.459926+0000 mgr.x (mgr.34104) 118 : cluster [DBG] pgmap v70: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:56.902 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:56 smithi178 bash[20270]: cephadm 2024-03-21T13:02:55.471252+0000 mgr.x (mgr.34104) 119 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:56.902 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:56 smithi178 bash[20270]: cluster 2024-03-21T13:02:55.560481+0000 mgr.x (mgr.34104) 120 : cluster [DBG] pgmap v71: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 707 KiB/s rd, 0 B/s wr, 405 op/s 2024-03-21T13:02:56.902 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:56 smithi178 bash[20270]: cluster 2024-03-21T13:02:55.560780+0000 mgr.x (mgr.34104) 121 : cluster [DBG] pgmap v72: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 706 KiB/s rd, 0 B/s wr, 404 op/s 2024-03-21T13:02:56.903 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:56 smithi178 bash[20270]: cephadm 2024-03-21T13:02:55.572140+0000 mgr.x (mgr.34104) 122 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:56.903 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:56 smithi178 bash[20270]: audit 2024-03-21T13:02:55.631992+0000 mon.c (mon.1) 330 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:56.903 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:56 smithi178 bash[20270]: audit 2024-03-21T13:02:55.634054+0000 mon.c (mon.1) 331 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:56.903 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:56 smithi178 bash[20270]: audit 2024-03-21T13:02:55.636215+0000 mon.c (mon.1) 332 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:56.903 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:56 smithi178 bash[20270]: audit 2024-03-21T13:02:55.637137+0000 mon.c (mon.1) 333 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:56.903 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:56 smithi178 bash[73569]: cluster 2024-03-21T13:02:55.165972+0000 mgr.x (mgr.34104) 108 : cluster [DBG] pgmap v63: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:56.903 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:56 smithi178 bash[73569]: cluster 2024-03-21T13:02:55.166236+0000 mgr.x (mgr.34104) 109 : cluster [DBG] pgmap v64: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:56.903 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:56 smithi178 bash[73569]: cephadm 2024-03-21T13:02:55.177472+0000 mgr.x (mgr.34104) 110 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:56.903 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:56 smithi178 bash[73569]: cluster 2024-03-21T13:02:55.261605+0000 mgr.x (mgr.34104) 111 : cluster [DBG] pgmap v65: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:56.904 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:56 smithi178 bash[73569]: cluster 2024-03-21T13:02:55.262115+0000 mgr.x (mgr.34104) 112 : cluster [DBG] pgmap v66: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:56.904 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:56 smithi178 bash[73569]: cephadm 2024-03-21T13:02:55.271827+0000 mgr.x (mgr.34104) 113 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:56.904 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:56 smithi178 bash[73569]: cluster 2024-03-21T13:02:55.361689+0000 mgr.x (mgr.34104) 114 : cluster [DBG] pgmap v67: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:56.904 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:56 smithi178 bash[73569]: cluster 2024-03-21T13:02:55.362008+0000 mgr.x (mgr.34104) 115 : cluster [DBG] pgmap v68: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:56.904 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:56 smithi178 bash[73569]: cephadm 2024-03-21T13:02:55.370554+0000 mgr.x (mgr.34104) 116 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:56.904 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:56 smithi178 bash[73569]: cluster 2024-03-21T13:02:55.459591+0000 mgr.x (mgr.34104) 117 : cluster [DBG] pgmap v69: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:56.904 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:56 smithi178 bash[73569]: cluster 2024-03-21T13:02:55.459926+0000 mgr.x (mgr.34104) 118 : cluster [DBG] pgmap v70: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:56.904 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:56 smithi178 bash[73569]: cephadm 2024-03-21T13:02:55.471252+0000 mgr.x (mgr.34104) 119 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:56.904 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:56 smithi178 bash[73569]: cluster 2024-03-21T13:02:55.560481+0000 mgr.x (mgr.34104) 120 : cluster [DBG] pgmap v71: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 707 KiB/s rd, 0 B/s wr, 405 op/s 2024-03-21T13:02:56.904 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:56 smithi178 bash[73569]: cluster 2024-03-21T13:02:55.560780+0000 mgr.x (mgr.34104) 121 : cluster [DBG] pgmap v72: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 706 KiB/s rd, 0 B/s wr, 404 op/s 2024-03-21T13:02:56.904 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:56 smithi178 bash[73569]: cephadm 2024-03-21T13:02:55.572140+0000 mgr.x (mgr.34104) 122 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:56.904 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:56 smithi178 bash[73569]: audit 2024-03-21T13:02:55.631992+0000 mon.c (mon.1) 330 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:56.904 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:56 smithi178 bash[73569]: audit 2024-03-21T13:02:55.634054+0000 mon.c (mon.1) 331 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:56.905 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:56 smithi178 bash[73569]: audit 2024-03-21T13:02:55.636215+0000 mon.c (mon.1) 332 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:56.905 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:56 smithi178 bash[73569]: audit 2024-03-21T13:02:55.637137+0000 mon.c (mon.1) 333 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:56.905 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:56 smithi178 bash[20270]: cluster 2024-03-21T13:02:55.640333+0000 mgr.x (mgr.34104) 123 : cluster [DBG] pgmap v73: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 757 KiB/s rd, 0 B/s wr, 434 op/s 2024-03-21T13:02:56.905 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:56 smithi178 bash[20270]: cluster 2024-03-21T13:02:55.640600+0000 mgr.x (mgr.34104) 124 : cluster [DBG] pgmap v74: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 757 KiB/s rd, 0 B/s wr, 434 op/s 2024-03-21T13:02:56.905 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:56 smithi178 bash[20270]: audit 2024-03-21T13:02:55.646968+0000 mon.a (mon.0) 85 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:56.905 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:56 smithi178 bash[20270]: cephadm 2024-03-21T13:02:55.649522+0000 mgr.x (mgr.34104) 125 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:56.905 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:56 smithi178 bash[20270]: audit 2024-03-21T13:02:55.729495+0000 mon.c (mon.1) 334 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:56.905 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:56 smithi178 bash[20270]: audit 2024-03-21T13:02:55.732000+0000 mon.c (mon.1) 335 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:56.905 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:56 smithi178 bash[20270]: audit 2024-03-21T13:02:55.735917+0000 mon.c (mon.1) 336 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:56.905 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:56 smithi178 bash[20270]: audit 2024-03-21T13:02:55.737022+0000 mon.c (mon.1) 337 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:56.905 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:56 smithi178 bash[20270]: cluster 2024-03-21T13:02:55.740799+0000 mgr.x (mgr.34104) 126 : cluster [DBG] pgmap v75: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 751 KiB/s rd, 0 B/s wr, 430 op/s 2024-03-21T13:02:56.906 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:56 smithi178 bash[20270]: cluster 2024-03-21T13:02:55.741538+0000 mgr.x (mgr.34104) 127 : cluster [DBG] pgmap v76: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 750 KiB/s rd, 0 B/s wr, 430 op/s 2024-03-21T13:02:56.906 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:56 smithi178 bash[20270]: audit 2024-03-21T13:02:55.748305+0000 mon.a (mon.0) 86 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:56.906 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:56 smithi178 bash[20270]: cephadm 2024-03-21T13:02:55.753149+0000 mgr.x (mgr.34104) 128 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:56.906 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:56 smithi178 bash[20270]: audit 2024-03-21T13:02:55.831063+0000 mon.c (mon.1) 338 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:56.906 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:56 smithi178 bash[20270]: audit 2024-03-21T13:02:55.834620+0000 mon.c (mon.1) 339 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:56.906 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:56 smithi178 bash[20270]: audit 2024-03-21T13:02:55.837972+0000 mon.c (mon.1) 340 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:56.906 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:56 smithi178 bash[20270]: audit 2024-03-21T13:02:55.839631+0000 mon.c (mon.1) 341 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:56.906 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:56 smithi178 bash[20270]: cluster 2024-03-21T13:02:55.843639+0000 mgr.x (mgr.34104) 129 : cluster [DBG] pgmap v77: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:56.906 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:56 smithi178 bash[20270]: cluster 2024-03-21T13:02:55.843915+0000 mgr.x (mgr.34104) 130 : cluster [DBG] pgmap v78: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:56.906 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:56 smithi178 bash[20270]: audit 2024-03-21T13:02:55.852923+0000 mon.a (mon.0) 87 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:56.906 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:56 smithi178 bash[20270]: cephadm 2024-03-21T13:02:55.855916+0000 mgr.x (mgr.34104) 131 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:56.907 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:56 smithi178 bash[73569]: cluster 2024-03-21T13:02:55.640333+0000 mgr.x (mgr.34104) 123 : cluster [DBG] pgmap v73: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 757 KiB/s rd, 0 B/s wr, 434 op/s 2024-03-21T13:02:56.907 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:56 smithi178 bash[73569]: cluster 2024-03-21T13:02:55.640600+0000 mgr.x (mgr.34104) 124 : cluster [DBG] pgmap v74: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 757 KiB/s rd, 0 B/s wr, 434 op/s 2024-03-21T13:02:56.907 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:56 smithi178 bash[73569]: audit 2024-03-21T13:02:55.646968+0000 mon.a (mon.0) 85 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:56.907 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:56 smithi178 bash[73569]: cephadm 2024-03-21T13:02:55.649522+0000 mgr.x (mgr.34104) 125 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:56.907 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:56 smithi178 bash[73569]: audit 2024-03-21T13:02:55.729495+0000 mon.c (mon.1) 334 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:56.907 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:56 smithi178 bash[73569]: audit 2024-03-21T13:02:55.732000+0000 mon.c (mon.1) 335 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:56.907 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:56 smithi178 bash[73569]: audit 2024-03-21T13:02:55.735917+0000 mon.c (mon.1) 336 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:56.907 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:56 smithi178 bash[73569]: audit 2024-03-21T13:02:55.737022+0000 mon.c (mon.1) 337 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:56.907 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:56 smithi178 bash[73569]: cluster 2024-03-21T13:02:55.740799+0000 mgr.x (mgr.34104) 126 : cluster [DBG] pgmap v75: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 751 KiB/s rd, 0 B/s wr, 430 op/s 2024-03-21T13:02:56.907 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:56 smithi178 bash[73569]: cluster 2024-03-21T13:02:55.741538+0000 mgr.x (mgr.34104) 127 : cluster [DBG] pgmap v76: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 750 KiB/s rd, 0 B/s wr, 430 op/s 2024-03-21T13:02:56.907 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:56 smithi178 bash[73569]: audit 2024-03-21T13:02:55.748305+0000 mon.a (mon.0) 86 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:56.907 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:56 smithi178 bash[73569]: cephadm 2024-03-21T13:02:55.753149+0000 mgr.x (mgr.34104) 128 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:56.907 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:56 smithi178 bash[73569]: audit 2024-03-21T13:02:55.831063+0000 mon.c (mon.1) 338 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:56.908 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:56 smithi178 bash[73569]: audit 2024-03-21T13:02:55.834620+0000 mon.c (mon.1) 339 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:56.908 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:56 smithi178 bash[73569]: audit 2024-03-21T13:02:55.837972+0000 mon.c (mon.1) 340 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:56.908 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:56 smithi178 bash[73569]: audit 2024-03-21T13:02:55.839631+0000 mon.c (mon.1) 341 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:56.908 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:56 smithi178 bash[73569]: cluster 2024-03-21T13:02:55.843639+0000 mgr.x (mgr.34104) 129 : cluster [DBG] pgmap v77: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:56.908 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:56 smithi178 bash[73569]: cluster 2024-03-21T13:02:55.843915+0000 mgr.x (mgr.34104) 130 : cluster [DBG] pgmap v78: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:56.908 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:56 smithi178 bash[73569]: audit 2024-03-21T13:02:55.852923+0000 mon.a (mon.0) 87 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:56.908 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:56 smithi178 bash[73569]: cephadm 2024-03-21T13:02:55.855916+0000 mgr.x (mgr.34104) 131 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:56.908 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:56 smithi178 bash[20270]: audit 2024-03-21T13:02:55.935129+0000 mon.c (mon.1) 342 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:56.908 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:56 smithi178 bash[20270]: audit 2024-03-21T13:02:55.937549+0000 mon.c (mon.1) 343 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:56.908 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:56 smithi178 bash[20270]: audit 2024-03-21T13:02:55.940675+0000 mon.c (mon.1) 344 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:56.908 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:56 smithi178 bash[20270]: audit 2024-03-21T13:02:55.941989+0000 mon.c (mon.1) 345 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:56.909 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:56 smithi178 bash[20270]: cluster 2024-03-21T13:02:55.946074+0000 mgr.x (mgr.34104) 132 : cluster [DBG] pgmap v79: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:56.909 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:56 smithi178 bash[20270]: cluster 2024-03-21T13:02:55.946724+0000 mgr.x (mgr.34104) 133 : cluster [DBG] pgmap v80: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:56.909 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:56 smithi178 bash[20270]: audit 2024-03-21T13:02:55.954801+0000 mon.a (mon.0) 88 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:56.909 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:56 smithi178 bash[20270]: cephadm 2024-03-21T13:02:55.957522+0000 mgr.x (mgr.34104) 134 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:56.909 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:56 smithi178 bash[20270]: audit 2024-03-21T13:02:56.036026+0000 mon.c (mon.1) 346 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:56.909 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:56 smithi178 bash[20270]: audit 2024-03-21T13:02:56.038639+0000 mon.c (mon.1) 347 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:56.909 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:56 smithi178 bash[20270]: audit 2024-03-21T13:02:56.042570+0000 mon.c (mon.1) 348 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:56.909 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:56 smithi178 bash[20270]: audit 2024-03-21T13:02:56.043787+0000 mon.c (mon.1) 349 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:56.909 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:56 smithi178 bash[20270]: cluster 2024-03-21T13:02:56.047579+0000 mgr.x (mgr.34104) 135 : cluster [DBG] pgmap v81: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:56.909 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:56 smithi178 bash[20270]: cluster 2024-03-21T13:02:56.048187+0000 mgr.x (mgr.34104) 136 : cluster [DBG] pgmap v82: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:56.909 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:56 smithi178 bash[20270]: audit 2024-03-21T13:02:56.055491+0000 mon.a (mon.0) 89 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:56.909 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:56 smithi178 bash[20270]: cephadm 2024-03-21T13:02:56.058587+0000 mgr.x (mgr.34104) 137 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:56.910 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:56 smithi178 bash[20270]: audit 2024-03-21T13:02:56.134222+0000 mon.c (mon.1) 350 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:56.910 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:56 smithi178 bash[20270]: audit 2024-03-21T13:02:56.137774+0000 mon.c (mon.1) 351 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:56.910 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:56 smithi178 bash[20270]: audit 2024-03-21T13:02:56.141891+0000 mon.c (mon.1) 352 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:56.910 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:56 smithi178 bash[20270]: audit 2024-03-21T13:02:56.143267+0000 mon.c (mon.1) 353 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:56.910 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:56 smithi178 bash[73569]: audit 2024-03-21T13:02:55.935129+0000 mon.c (mon.1) 342 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:56.910 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:56 smithi178 bash[73569]: audit 2024-03-21T13:02:55.937549+0000 mon.c (mon.1) 343 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:56.910 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:56 smithi178 bash[73569]: audit 2024-03-21T13:02:55.940675+0000 mon.c (mon.1) 344 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:56.910 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:56 smithi178 bash[73569]: audit 2024-03-21T13:02:55.941989+0000 mon.c (mon.1) 345 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:56.910 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:56 smithi178 bash[73569]: cluster 2024-03-21T13:02:55.946074+0000 mgr.x (mgr.34104) 132 : cluster [DBG] pgmap v79: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:56.911 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:56 smithi178 bash[73569]: cluster 2024-03-21T13:02:55.946724+0000 mgr.x (mgr.34104) 133 : cluster [DBG] pgmap v80: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:56.911 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:56 smithi178 bash[73569]: audit 2024-03-21T13:02:55.954801+0000 mon.a (mon.0) 88 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:56.911 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:56 smithi178 bash[73569]: cephadm 2024-03-21T13:02:55.957522+0000 mgr.x (mgr.34104) 134 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:56.911 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:56 smithi178 bash[73569]: audit 2024-03-21T13:02:56.036026+0000 mon.c (mon.1) 346 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:56.911 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:56 smithi178 bash[73569]: audit 2024-03-21T13:02:56.038639+0000 mon.c (mon.1) 347 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:56.911 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:56 smithi178 bash[73569]: audit 2024-03-21T13:02:56.042570+0000 mon.c (mon.1) 348 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:56.911 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:56 smithi178 bash[73569]: audit 2024-03-21T13:02:56.043787+0000 mon.c (mon.1) 349 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:56.911 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:56 smithi178 bash[73569]: cluster 2024-03-21T13:02:56.047579+0000 mgr.x (mgr.34104) 135 : cluster [DBG] pgmap v81: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:56.911 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:56 smithi178 bash[73569]: cluster 2024-03-21T13:02:56.048187+0000 mgr.x (mgr.34104) 136 : cluster [DBG] pgmap v82: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:56.911 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:56 smithi178 bash[73569]: audit 2024-03-21T13:02:56.055491+0000 mon.a (mon.0) 89 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:56.911 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:56 smithi178 bash[73569]: cephadm 2024-03-21T13:02:56.058587+0000 mgr.x (mgr.34104) 137 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:56.911 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:56 smithi178 bash[73569]: audit 2024-03-21T13:02:56.134222+0000 mon.c (mon.1) 350 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:56.911 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:56 smithi178 bash[73569]: audit 2024-03-21T13:02:56.137774+0000 mon.c (mon.1) 351 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:56.912 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:56 smithi178 bash[73569]: audit 2024-03-21T13:02:56.141891+0000 mon.c (mon.1) 352 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:56.912 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:56 smithi178 bash[73569]: audit 2024-03-21T13:02:56.143267+0000 mon.c (mon.1) 353 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:56.912 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:56 smithi178 bash[20270]: audit 2024-03-21T13:02:56.156154+0000 mon.a (mon.0) 90 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:56.912 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:56 smithi178 bash[20270]: audit 2024-03-21T13:02:56.238503+0000 mon.c (mon.1) 354 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:56.912 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:56 smithi178 bash[20270]: audit 2024-03-21T13:02:56.241116+0000 mon.c (mon.1) 355 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:56.912 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:56 smithi178 bash[20270]: audit 2024-03-21T13:02:56.244062+0000 mon.c (mon.1) 356 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:56.912 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:56 smithi178 bash[20270]: audit 2024-03-21T13:02:56.245128+0000 mon.c (mon.1) 357 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:56.912 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:56 smithi178 bash[20270]: audit 2024-03-21T13:02:56.255790+0000 mon.a (mon.0) 91 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:56.912 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:56 smithi178 bash[20270]: audit 2024-03-21T13:02:56.344017+0000 mon.c (mon.1) 358 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:56.912 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:56 smithi178 bash[20270]: audit 2024-03-21T13:02:56.347096+0000 mon.c (mon.1) 359 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:56.912 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:56 smithi178 bash[20270]: audit 2024-03-21T13:02:56.350051+0000 mon.c (mon.1) 360 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:56.913 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:56 smithi178 bash[20270]: audit 2024-03-21T13:02:56.351314+0000 mon.c (mon.1) 361 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:56.913 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:56 smithi178 bash[20270]: audit 2024-03-21T13:02:56.363836+0000 mon.a (mon.0) 92 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:56.913 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:56 smithi178 bash[20270]: audit 2024-03-21T13:02:56.442392+0000 mon.c (mon.1) 362 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:56.913 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:56 smithi178 bash[20270]: audit 2024-03-21T13:02:56.445442+0000 mon.c (mon.1) 363 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:56.913 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:56 smithi178 bash[20270]: audit 2024-03-21T13:02:56.449176+0000 mon.c (mon.1) 364 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:56.913 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:56 smithi178 bash[20270]: audit 2024-03-21T13:02:56.450891+0000 mon.c (mon.1) 365 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:56.913 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:56 smithi178 bash[20270]: audit 2024-03-21T13:02:56.464996+0000 mon.a (mon.0) 93 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:56.913 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:56 smithi178 bash[20270]: audit 2024-03-21T13:02:56.548042+0000 mon.c (mon.1) 366 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:56.913 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:56 smithi178 bash[20270]: audit 2024-03-21T13:02:56.550929+0000 mon.c (mon.1) 367 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:56.913 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:56 smithi178 bash[20270]: audit 2024-03-21T13:02:56.553820+0000 mon.c (mon.1) 368 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:56.913 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:56 smithi178 bash[20270]: audit 2024-03-21T13:02:56.555045+0000 mon.c (mon.1) 369 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:56.913 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:56 smithi178 bash[20270]: audit 2024-03-21T13:02:56.567056+0000 mon.a (mon.0) 94 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:56.914 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:56 smithi178 bash[73569]: audit 2024-03-21T13:02:56.156154+0000 mon.a (mon.0) 90 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:56.914 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:56 smithi178 bash[73569]: audit 2024-03-21T13:02:56.238503+0000 mon.c (mon.1) 354 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:56.914 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:56 smithi178 bash[73569]: audit 2024-03-21T13:02:56.241116+0000 mon.c (mon.1) 355 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:56.914 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:56 smithi178 bash[73569]: audit 2024-03-21T13:02:56.244062+0000 mon.c (mon.1) 356 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:56.914 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:56 smithi178 bash[73569]: audit 2024-03-21T13:02:56.245128+0000 mon.c (mon.1) 357 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:56.914 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:56 smithi178 bash[73569]: audit 2024-03-21T13:02:56.255790+0000 mon.a (mon.0) 91 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:56.914 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:56 smithi178 bash[73569]: audit 2024-03-21T13:02:56.344017+0000 mon.c (mon.1) 358 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:56.914 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:56 smithi178 bash[73569]: audit 2024-03-21T13:02:56.347096+0000 mon.c (mon.1) 359 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:56.914 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:56 smithi178 bash[73569]: audit 2024-03-21T13:02:56.350051+0000 mon.c (mon.1) 360 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:56.914 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:56 smithi178 bash[73569]: audit 2024-03-21T13:02:56.351314+0000 mon.c (mon.1) 361 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:56.914 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:56 smithi178 bash[73569]: audit 2024-03-21T13:02:56.363836+0000 mon.a (mon.0) 92 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:56.914 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:56 smithi178 bash[73569]: audit 2024-03-21T13:02:56.442392+0000 mon.c (mon.1) 362 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:56.914 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:56 smithi178 bash[73569]: audit 2024-03-21T13:02:56.445442+0000 mon.c (mon.1) 363 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:56.915 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:56 smithi178 bash[73569]: audit 2024-03-21T13:02:56.449176+0000 mon.c (mon.1) 364 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:56.915 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:56 smithi178 bash[73569]: audit 2024-03-21T13:02:56.450891+0000 mon.c (mon.1) 365 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:56.915 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:56 smithi178 bash[73569]: audit 2024-03-21T13:02:56.464996+0000 mon.a (mon.0) 93 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:56.915 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:56 smithi178 bash[73569]: audit 2024-03-21T13:02:56.548042+0000 mon.c (mon.1) 366 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:56.915 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:56 smithi178 bash[73569]: audit 2024-03-21T13:02:56.550929+0000 mon.c (mon.1) 367 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:56.915 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:56 smithi178 bash[73569]: audit 2024-03-21T13:02:56.553820+0000 mon.c (mon.1) 368 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:56.915 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:56 smithi178 bash[73569]: audit 2024-03-21T13:02:56.555045+0000 mon.c (mon.1) 369 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:56.915 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:56 smithi178 bash[73569]: audit 2024-03-21T13:02:56.567056+0000 mon.a (mon.0) 94 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:57.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:57 smithi184 bash[14608]: cluster 2024-03-21T13:02:56.146953+0000 mgr.x (mgr.34104) 138 : cluster [DBG] pgmap v83: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:57.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:57 smithi184 bash[14608]: cluster 2024-03-21T13:02:56.147222+0000 mgr.x (mgr.34104) 139 : cluster [DBG] pgmap v84: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:57.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:57 smithi184 bash[14608]: cephadm 2024-03-21T13:02:56.158918+0000 mgr.x (mgr.34104) 140 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:57.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:57 smithi184 bash[14608]: cluster 2024-03-21T13:02:56.248454+0000 mgr.x (mgr.34104) 141 : cluster [DBG] pgmap v85: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:57.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:57 smithi184 bash[14608]: cluster 2024-03-21T13:02:56.248716+0000 mgr.x (mgr.34104) 142 : cluster [DBG] pgmap v86: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:57.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:57 smithi184 bash[14608]: cephadm 2024-03-21T13:02:56.259729+0000 mgr.x (mgr.34104) 143 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:57.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:57 smithi184 bash[14608]: cluster 2024-03-21T13:02:56.354788+0000 mgr.x (mgr.34104) 144 : cluster [DBG] pgmap v87: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:57.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:57 smithi184 bash[14608]: cluster 2024-03-21T13:02:56.355055+0000 mgr.x (mgr.34104) 145 : cluster [DBG] pgmap v88: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:57.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:57 smithi184 bash[14608]: cephadm 2024-03-21T13:02:56.366850+0000 mgr.x (mgr.34104) 146 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:57.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:57 smithi184 bash[14608]: cluster 2024-03-21T13:02:56.455226+0000 mgr.x (mgr.34104) 147 : cluster [DBG] pgmap v89: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:57.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:57 smithi184 bash[14608]: cluster 2024-03-21T13:02:56.455503+0000 mgr.x (mgr.34104) 148 : cluster [DBG] pgmap v90: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:57.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:57 smithi184 bash[14608]: cephadm 2024-03-21T13:02:56.467762+0000 mgr.x (mgr.34104) 149 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:57.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:57 smithi184 bash[14608]: cluster 2024-03-21T13:02:56.558566+0000 mgr.x (mgr.34104) 150 : cluster [DBG] pgmap v91: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:57.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:57 smithi184 bash[14608]: cluster 2024-03-21T13:02:56.558834+0000 mgr.x (mgr.34104) 151 : cluster [DBG] pgmap v92: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:57.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:57 smithi184 bash[14608]: cephadm 2024-03-21T13:02:56.569629+0000 mgr.x (mgr.34104) 152 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:57.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:57 smithi184 bash[14608]: audit 2024-03-21T13:02:56.655930+0000 mon.c (mon.1) 370 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:57.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:57 smithi184 bash[14608]: audit 2024-03-21T13:02:56.658730+0000 mon.c (mon.1) 371 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:57.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:57 smithi184 bash[14608]: audit 2024-03-21T13:02:56.661074+0000 mon.c (mon.1) 372 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:57.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:57 smithi184 bash[14608]: audit 2024-03-21T13:02:56.662086+0000 mon.c (mon.1) 373 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:57.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:57 smithi184 bash[14608]: cluster 2024-03-21T13:02:56.665336+0000 mgr.x (mgr.34104) 153 : cluster [DBG] pgmap v93: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:57.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:57 smithi184 bash[14608]: cluster 2024-03-21T13:02:56.665596+0000 mgr.x (mgr.34104) 154 : cluster [DBG] pgmap v94: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:57.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:57 smithi184 bash[14608]: audit 2024-03-21T13:02:56.671762+0000 mon.a (mon.0) 95 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:57.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:57 smithi184 bash[14608]: cephadm 2024-03-21T13:02:56.674600+0000 mgr.x (mgr.34104) 155 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:57.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:57 smithi184 bash[14608]: audit 2024-03-21T13:02:56.750986+0000 mon.c (mon.1) 374 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:57.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:57 smithi184 bash[14608]: audit 2024-03-21T13:02:56.753519+0000 mon.c (mon.1) 375 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:57.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:57 smithi184 bash[14608]: audit 2024-03-21T13:02:56.757050+0000 mon.c (mon.1) 376 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:57.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:57 smithi184 bash[14608]: audit 2024-03-21T13:02:56.758394+0000 mon.c (mon.1) 377 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:57.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:57 smithi184 bash[14608]: cluster 2024-03-21T13:02:56.762452+0000 mgr.x (mgr.34104) 156 : cluster [DBG] pgmap v95: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:57.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:57 smithi184 bash[14608]: cluster 2024-03-21T13:02:56.762714+0000 mgr.x (mgr.34104) 157 : cluster [DBG] pgmap v96: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:57.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:57 smithi184 bash[14608]: audit 2024-03-21T13:02:56.768450+0000 mon.a (mon.0) 96 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:57.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:57 smithi184 bash[14608]: cephadm 2024-03-21T13:02:56.772565+0000 mgr.x (mgr.34104) 158 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:57.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:57 smithi184 bash[14608]: audit 2024-03-21T13:02:56.856501+0000 mon.c (mon.1) 378 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:57.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:57 smithi184 bash[14608]: audit 2024-03-21T13:02:56.859585+0000 mon.c (mon.1) 379 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:57.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:57 smithi184 bash[14608]: audit 2024-03-21T13:02:56.867616+0000 mon.a (mon.0) 97 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:57.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:57 smithi184 bash[14608]: audit 2024-03-21T13:02:56.871457+0000 mon.c (mon.1) 380 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:57.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:57 smithi184 bash[14608]: audit 2024-03-21T13:02:56.872505+0000 mon.c (mon.1) 381 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:57.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:57 smithi184 bash[14608]: cluster 2024-03-21T13:02:56.875980+0000 mgr.x (mgr.34104) 159 : cluster [DBG] pgmap v97: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:57.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:57 smithi184 bash[14608]: cluster 2024-03-21T13:02:56.876251+0000 mgr.x (mgr.34104) 160 : cluster [DBG] pgmap v98: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:57.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:57 smithi184 bash[14608]: audit 2024-03-21T13:02:56.880113+0000 mon.a (mon.0) 98 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:57.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:57 smithi184 bash[14608]: cluster 2024-03-21T13:02:56.884546+0000 mgr.x (mgr.34104) 161 : cluster [DBG] pgmap v99: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:57.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:57 smithi184 bash[14608]: cluster 2024-03-21T13:02:56.884796+0000 mgr.x (mgr.34104) 162 : cluster [DBG] pgmap v100: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:57.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:57 smithi184 bash[14608]: audit 2024-03-21T13:02:56.890512+0000 mon.a (mon.0) 99 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:57.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:57 smithi184 bash[14608]: cephadm 2024-03-21T13:02:56.893781+0000 mgr.x (mgr.34104) 163 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:57.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:57 smithi184 bash[14608]: audit 2024-03-21T13:02:56.896565+0000 mon.a (mon.0) 100 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:57.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:57 smithi184 bash[14608]: audit 2024-03-21T13:02:56.971778+0000 mon.c (mon.1) 382 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:57.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:57 smithi184 bash[14608]: audit 2024-03-21T13:02:56.974916+0000 mon.c (mon.1) 383 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:57.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:57 smithi184 bash[14608]: audit 2024-03-21T13:02:56.978172+0000 mon.c (mon.1) 384 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:57.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:57 smithi184 bash[14608]: audit 2024-03-21T13:02:56.979791+0000 mon.c (mon.1) 385 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:57.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:57 smithi184 bash[14608]: cluster 2024-03-21T13:02:56.985178+0000 mgr.x (mgr.34104) 164 : cluster [DBG] pgmap v101: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:57.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:57 smithi184 bash[14608]: cluster 2024-03-21T13:02:56.985445+0000 mgr.x (mgr.34104) 165 : cluster [DBG] pgmap v102: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:57.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:57 smithi184 bash[14608]: audit 2024-03-21T13:02:56.995594+0000 mon.a (mon.0) 101 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:57.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:57 smithi184 bash[14608]: cephadm 2024-03-21T13:02:56.998549+0000 mgr.x (mgr.34104) 166 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:57.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:57 smithi184 bash[14608]: audit 2024-03-21T13:02:57.074291+0000 mon.c (mon.1) 386 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:57.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:57 smithi184 bash[14608]: audit 2024-03-21T13:02:57.077162+0000 mon.c (mon.1) 387 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:57.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:57 smithi184 bash[14608]: audit 2024-03-21T13:02:57.079830+0000 mon.c (mon.1) 388 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:57.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:57 smithi184 bash[14608]: audit 2024-03-21T13:02:57.081266+0000 mon.c (mon.1) 389 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:57.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:57 smithi184 bash[14608]: cluster 2024-03-21T13:02:57.084749+0000 mgr.x (mgr.34104) 167 : cluster [DBG] pgmap v103: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:57.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:57 smithi184 bash[14608]: cluster 2024-03-21T13:02:57.085059+0000 mgr.x (mgr.34104) 168 : cluster [DBG] pgmap v104: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:57.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:57 smithi184 bash[14608]: audit 2024-03-21T13:02:57.094564+0000 mon.a (mon.0) 102 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:57.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:57 smithi184 bash[14608]: cephadm 2024-03-21T13:02:57.097571+0000 mgr.x (mgr.34104) 169 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:57.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:57 smithi184 bash[14608]: audit 2024-03-21T13:02:57.174074+0000 mon.c (mon.1) 390 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:57.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:57 smithi184 bash[14608]: audit 2024-03-21T13:02:57.177576+0000 mon.c (mon.1) 391 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:57.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:57 smithi184 bash[14608]: audit 2024-03-21T13:02:57.180499+0000 mon.c (mon.1) 392 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:57.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:57 smithi184 bash[14608]: audit 2024-03-21T13:02:57.182881+0000 mon.c (mon.1) 393 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:57.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:57 smithi184 bash[14608]: audit 2024-03-21T13:02:57.193330+0000 mon.a (mon.0) 103 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:57.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:57 smithi184 bash[14608]: audit 2024-03-21T13:02:57.277556+0000 mon.c (mon.1) 394 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:57.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:57 smithi184 bash[14608]: audit 2024-03-21T13:02:57.281008+0000 mon.c (mon.1) 395 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:57.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:57 smithi184 bash[14608]: audit 2024-03-21T13:02:57.288953+0000 mon.c (mon.1) 396 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:57.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:57 smithi184 bash[14608]: audit 2024-03-21T13:02:57.290661+0000 mon.c (mon.1) 397 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:57.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:57 smithi184 bash[14608]: audit 2024-03-21T13:02:57.303625+0000 mon.a (mon.0) 104 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:57.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:57 smithi184 bash[14608]: audit 2024-03-21T13:02:57.369955+0000 mon.c (mon.1) 398 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:57.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:57 smithi184 bash[14608]: audit 2024-03-21T13:02:57.376531+0000 mon.a (mon.0) 105 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:57.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:57 smithi184 bash[14608]: audit 2024-03-21T13:02:57.380178+0000 mon.c (mon.1) 399 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:57.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:57 smithi184 bash[14608]: audit 2024-03-21T13:02:57.382986+0000 mon.c (mon.1) 400 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:57.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:57 smithi184 bash[14608]: audit 2024-03-21T13:02:57.384164+0000 mon.c (mon.1) 401 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:57.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:57 smithi184 bash[14608]: audit 2024-03-21T13:02:57.389421+0000 mon.a (mon.0) 106 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:57.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:57 smithi184 bash[14608]: audit 2024-03-21T13:02:57.402017+0000 mon.a (mon.0) 107 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:57.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:57 smithi184 bash[14608]: audit 2024-03-21T13:02:57.407876+0000 mon.a (mon.0) 108 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:57.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:57 smithi184 bash[14608]: audit 2024-03-21T13:02:57.496537+0000 mon.c (mon.1) 402 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:57.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:57 smithi184 bash[14608]: audit 2024-03-21T13:02:57.502086+0000 mon.c (mon.1) 403 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:57.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:57 smithi184 bash[14608]: audit 2024-03-21T13:02:57.504876+0000 mon.c (mon.1) 404 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-03-21T13:02:57.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:57 smithi184 bash[14608]: audit 2024-03-21T13:02:57.506277+0000 mon.c (mon.1) 405 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "mon ok-to-stop", "ids": ["a"]}]: dispatch 2024-03-21T13:02:57.872 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:57 smithi178 bash[20270]: cluster 2024-03-21T13:02:56.146953+0000 mgr.x (mgr.34104) 138 : cluster [DBG] pgmap v83: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:57.873 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:57 smithi178 bash[20270]: cluster 2024-03-21T13:02:56.147222+0000 mgr.x (mgr.34104) 139 : cluster [DBG] pgmap v84: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:57.873 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:57 smithi178 bash[20270]: cephadm 2024-03-21T13:02:56.158918+0000 mgr.x (mgr.34104) 140 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:57.873 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:57 smithi178 bash[20270]: cluster 2024-03-21T13:02:56.248454+0000 mgr.x (mgr.34104) 141 : cluster [DBG] pgmap v85: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:57.873 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:57 smithi178 bash[20270]: cluster 2024-03-21T13:02:56.248716+0000 mgr.x (mgr.34104) 142 : cluster [DBG] pgmap v86: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:57.873 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:57 smithi178 bash[20270]: cephadm 2024-03-21T13:02:56.259729+0000 mgr.x (mgr.34104) 143 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:57.873 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:57 smithi178 bash[20270]: cluster 2024-03-21T13:02:56.354788+0000 mgr.x (mgr.34104) 144 : cluster [DBG] pgmap v87: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:57.873 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:57 smithi178 bash[20270]: cluster 2024-03-21T13:02:56.355055+0000 mgr.x (mgr.34104) 145 : cluster [DBG] pgmap v88: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:57.873 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:57 smithi178 bash[20270]: cephadm 2024-03-21T13:02:56.366850+0000 mgr.x (mgr.34104) 146 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:57.873 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:57 smithi178 bash[20270]: cluster 2024-03-21T13:02:56.455226+0000 mgr.x (mgr.34104) 147 : cluster [DBG] pgmap v89: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:57.873 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:57 smithi178 bash[20270]: cluster 2024-03-21T13:02:56.455503+0000 mgr.x (mgr.34104) 148 : cluster [DBG] pgmap v90: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:57.873 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:57 smithi178 bash[20270]: cephadm 2024-03-21T13:02:56.467762+0000 mgr.x (mgr.34104) 149 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:57.873 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:57 smithi178 bash[20270]: cluster 2024-03-21T13:02:56.558566+0000 mgr.x (mgr.34104) 150 : cluster [DBG] pgmap v91: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:57.874 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:57 smithi178 bash[20270]: cluster 2024-03-21T13:02:56.558834+0000 mgr.x (mgr.34104) 151 : cluster [DBG] pgmap v92: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:57.874 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:57 smithi178 bash[20270]: cephadm 2024-03-21T13:02:56.569629+0000 mgr.x (mgr.34104) 152 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:57.874 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:57 smithi178 bash[20270]: audit 2024-03-21T13:02:56.655930+0000 mon.c (mon.1) 370 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:57.874 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:57 smithi178 bash[20270]: audit 2024-03-21T13:02:56.658730+0000 mon.c (mon.1) 371 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:57.874 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:57 smithi178 bash[20270]: audit 2024-03-21T13:02:56.661074+0000 mon.c (mon.1) 372 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:57.874 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:57 smithi178 bash[20270]: audit 2024-03-21T13:02:56.662086+0000 mon.c (mon.1) 373 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:57.874 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:57 smithi178 bash[20270]: cluster 2024-03-21T13:02:56.665336+0000 mgr.x (mgr.34104) 153 : cluster [DBG] pgmap v93: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:57.875 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:57 smithi178 bash[73569]: cluster 2024-03-21T13:02:56.146953+0000 mgr.x (mgr.34104) 138 : cluster [DBG] pgmap v83: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:57.875 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:57 smithi178 bash[73569]: cluster 2024-03-21T13:02:56.147222+0000 mgr.x (mgr.34104) 139 : cluster [DBG] pgmap v84: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:57.875 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:57 smithi178 bash[73569]: cephadm 2024-03-21T13:02:56.158918+0000 mgr.x (mgr.34104) 140 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:57.875 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:57 smithi178 bash[73569]: cluster 2024-03-21T13:02:56.248454+0000 mgr.x (mgr.34104) 141 : cluster [DBG] pgmap v85: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:57.875 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:57 smithi178 bash[73569]: cluster 2024-03-21T13:02:56.248716+0000 mgr.x (mgr.34104) 142 : cluster [DBG] pgmap v86: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:57.875 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:57 smithi178 bash[73569]: cephadm 2024-03-21T13:02:56.259729+0000 mgr.x (mgr.34104) 143 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:57.875 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:57 smithi178 bash[73569]: cluster 2024-03-21T13:02:56.354788+0000 mgr.x (mgr.34104) 144 : cluster [DBG] pgmap v87: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:57.875 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:57 smithi178 bash[73569]: cluster 2024-03-21T13:02:56.355055+0000 mgr.x (mgr.34104) 145 : cluster [DBG] pgmap v88: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:57.875 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:57 smithi178 bash[73569]: cephadm 2024-03-21T13:02:56.366850+0000 mgr.x (mgr.34104) 146 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:57.875 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:57 smithi178 bash[73569]: cluster 2024-03-21T13:02:56.455226+0000 mgr.x (mgr.34104) 147 : cluster [DBG] pgmap v89: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:57.875 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:57 smithi178 bash[73569]: cluster 2024-03-21T13:02:56.455503+0000 mgr.x (mgr.34104) 148 : cluster [DBG] pgmap v90: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:57.876 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:57 smithi178 bash[73569]: cephadm 2024-03-21T13:02:56.467762+0000 mgr.x (mgr.34104) 149 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:57.876 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:57 smithi178 bash[73569]: cluster 2024-03-21T13:02:56.558566+0000 mgr.x (mgr.34104) 150 : cluster [DBG] pgmap v91: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:57.876 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:57 smithi178 bash[73569]: cluster 2024-03-21T13:02:56.558834+0000 mgr.x (mgr.34104) 151 : cluster [DBG] pgmap v92: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:57.876 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:57 smithi178 bash[73569]: cephadm 2024-03-21T13:02:56.569629+0000 mgr.x (mgr.34104) 152 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:57.876 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:57 smithi178 bash[73569]: audit 2024-03-21T13:02:56.655930+0000 mon.c (mon.1) 370 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:57.876 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:57 smithi178 bash[73569]: audit 2024-03-21T13:02:56.658730+0000 mon.c (mon.1) 371 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:57.876 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:57 smithi178 bash[73569]: audit 2024-03-21T13:02:56.661074+0000 mon.c (mon.1) 372 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:57.876 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:57 smithi178 bash[73569]: audit 2024-03-21T13:02:56.662086+0000 mon.c (mon.1) 373 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:57.876 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:57 smithi178 bash[73569]: cluster 2024-03-21T13:02:56.665336+0000 mgr.x (mgr.34104) 153 : cluster [DBG] pgmap v93: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:57.876 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:57 smithi178 bash[73569]: cluster 2024-03-21T13:02:56.665596+0000 mgr.x (mgr.34104) 154 : cluster [DBG] pgmap v94: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:57.876 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:57 smithi178 bash[73569]: audit 2024-03-21T13:02:56.671762+0000 mon.a (mon.0) 95 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:57.876 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:57 smithi178 bash[73569]: cephadm 2024-03-21T13:02:56.674600+0000 mgr.x (mgr.34104) 155 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:57.876 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:57 smithi178 bash[73569]: audit 2024-03-21T13:02:56.750986+0000 mon.c (mon.1) 374 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:57.876 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:57 smithi178 bash[73569]: audit 2024-03-21T13:02:56.753519+0000 mon.c (mon.1) 375 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:57.877 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:57 smithi178 bash[73569]: audit 2024-03-21T13:02:56.757050+0000 mon.c (mon.1) 376 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:57.877 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:57 smithi178 bash[73569]: audit 2024-03-21T13:02:56.758394+0000 mon.c (mon.1) 377 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:57.877 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:57 smithi178 bash[73569]: cluster 2024-03-21T13:02:56.762452+0000 mgr.x (mgr.34104) 156 : cluster [DBG] pgmap v95: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:57.877 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:57 smithi178 bash[73569]: cluster 2024-03-21T13:02:56.762714+0000 mgr.x (mgr.34104) 157 : cluster [DBG] pgmap v96: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:57.877 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:57 smithi178 bash[73569]: audit 2024-03-21T13:02:56.768450+0000 mon.a (mon.0) 96 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:57.877 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:57 smithi178 bash[73569]: cephadm 2024-03-21T13:02:56.772565+0000 mgr.x (mgr.34104) 158 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:57.877 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:57 smithi178 bash[73569]: audit 2024-03-21T13:02:56.856501+0000 mon.c (mon.1) 378 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:57.877 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:57 smithi178 bash[73569]: audit 2024-03-21T13:02:56.859585+0000 mon.c (mon.1) 379 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:57.877 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:57 smithi178 bash[73569]: audit 2024-03-21T13:02:56.867616+0000 mon.a (mon.0) 97 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:57.877 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:57 smithi178 bash[73569]: audit 2024-03-21T13:02:56.871457+0000 mon.c (mon.1) 380 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:57.877 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:57 smithi178 bash[73569]: audit 2024-03-21T13:02:56.872505+0000 mon.c (mon.1) 381 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:57.877 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:57 smithi178 bash[73569]: cluster 2024-03-21T13:02:56.875980+0000 mgr.x (mgr.34104) 159 : cluster [DBG] pgmap v97: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:57.877 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:57 smithi178 bash[73569]: cluster 2024-03-21T13:02:56.876251+0000 mgr.x (mgr.34104) 160 : cluster [DBG] pgmap v98: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:57.877 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:57 smithi178 bash[73569]: audit 2024-03-21T13:02:56.880113+0000 mon.a (mon.0) 98 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:57.877 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:57 smithi178 bash[73569]: cluster 2024-03-21T13:02:56.884546+0000 mgr.x (mgr.34104) 161 : cluster [DBG] pgmap v99: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:57.878 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:57 smithi178 bash[20270]: cluster 2024-03-21T13:02:56.665596+0000 mgr.x (mgr.34104) 154 : cluster [DBG] pgmap v94: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:57.878 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:57 smithi178 bash[20270]: audit 2024-03-21T13:02:56.671762+0000 mon.a (mon.0) 95 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:57.878 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:57 smithi178 bash[20270]: cephadm 2024-03-21T13:02:56.674600+0000 mgr.x (mgr.34104) 155 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:57.878 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:57 smithi178 bash[20270]: audit 2024-03-21T13:02:56.750986+0000 mon.c (mon.1) 374 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:57.878 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:57 smithi178 bash[20270]: audit 2024-03-21T13:02:56.753519+0000 mon.c (mon.1) 375 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:57.878 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:57 smithi178 bash[20270]: audit 2024-03-21T13:02:56.757050+0000 mon.c (mon.1) 376 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:57.878 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:57 smithi178 bash[20270]: audit 2024-03-21T13:02:56.758394+0000 mon.c (mon.1) 377 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:57.878 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:57 smithi178 bash[20270]: cluster 2024-03-21T13:02:56.762452+0000 mgr.x (mgr.34104) 156 : cluster [DBG] pgmap v95: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:57.878 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:57 smithi178 bash[20270]: cluster 2024-03-21T13:02:56.762714+0000 mgr.x (mgr.34104) 157 : cluster [DBG] pgmap v96: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:57.879 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:57 smithi178 bash[20270]: audit 2024-03-21T13:02:56.768450+0000 mon.a (mon.0) 96 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:57.879 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:57 smithi178 bash[20270]: cephadm 2024-03-21T13:02:56.772565+0000 mgr.x (mgr.34104) 158 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:57.879 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:57 smithi178 bash[20270]: audit 2024-03-21T13:02:56.856501+0000 mon.c (mon.1) 378 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:57.879 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:57 smithi178 bash[20270]: audit 2024-03-21T13:02:56.859585+0000 mon.c (mon.1) 379 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:57.879 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:57 smithi178 bash[20270]: audit 2024-03-21T13:02:56.867616+0000 mon.a (mon.0) 97 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:57.879 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:57 smithi178 bash[20270]: audit 2024-03-21T13:02:56.871457+0000 mon.c (mon.1) 380 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:57.879 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:57 smithi178 bash[20270]: audit 2024-03-21T13:02:56.872505+0000 mon.c (mon.1) 381 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:57.879 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:57 smithi178 bash[20270]: cluster 2024-03-21T13:02:56.875980+0000 mgr.x (mgr.34104) 159 : cluster [DBG] pgmap v97: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:57.879 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:57 smithi178 bash[20270]: cluster 2024-03-21T13:02:56.876251+0000 mgr.x (mgr.34104) 160 : cluster [DBG] pgmap v98: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:57.879 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:57 smithi178 bash[20270]: audit 2024-03-21T13:02:56.880113+0000 mon.a (mon.0) 98 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:57.879 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:57 smithi178 bash[20270]: cluster 2024-03-21T13:02:56.884546+0000 mgr.x (mgr.34104) 161 : cluster [DBG] pgmap v99: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:57.880 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:57 smithi178 bash[73569]: cluster 2024-03-21T13:02:56.884796+0000 mgr.x (mgr.34104) 162 : cluster [DBG] pgmap v100: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:57.880 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:57 smithi178 bash[73569]: audit 2024-03-21T13:02:56.890512+0000 mon.a (mon.0) 99 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:57.880 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:57 smithi178 bash[73569]: cephadm 2024-03-21T13:02:56.893781+0000 mgr.x (mgr.34104) 163 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:57.880 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:57 smithi178 bash[73569]: audit 2024-03-21T13:02:56.896565+0000 mon.a (mon.0) 100 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:57.880 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:57 smithi178 bash[73569]: audit 2024-03-21T13:02:56.971778+0000 mon.c (mon.1) 382 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:57.880 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:57 smithi178 bash[73569]: audit 2024-03-21T13:02:56.974916+0000 mon.c (mon.1) 383 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:57.880 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:57 smithi178 bash[73569]: audit 2024-03-21T13:02:56.978172+0000 mon.c (mon.1) 384 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:57.880 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:57 smithi178 bash[73569]: audit 2024-03-21T13:02:56.979791+0000 mon.c (mon.1) 385 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:57.880 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:57 smithi178 bash[73569]: cluster 2024-03-21T13:02:56.985178+0000 mgr.x (mgr.34104) 164 : cluster [DBG] pgmap v101: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:57.880 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:57 smithi178 bash[73569]: cluster 2024-03-21T13:02:56.985445+0000 mgr.x (mgr.34104) 165 : cluster [DBG] pgmap v102: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:57.880 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:57 smithi178 bash[73569]: audit 2024-03-21T13:02:56.995594+0000 mon.a (mon.0) 101 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:57.880 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:57 smithi178 bash[73569]: cephadm 2024-03-21T13:02:56.998549+0000 mgr.x (mgr.34104) 166 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:57.880 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:57 smithi178 bash[73569]: audit 2024-03-21T13:02:57.074291+0000 mon.c (mon.1) 386 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:57.881 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:57 smithi178 bash[73569]: audit 2024-03-21T13:02:57.077162+0000 mon.c (mon.1) 387 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:57.881 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:57 smithi178 bash[73569]: audit 2024-03-21T13:02:57.079830+0000 mon.c (mon.1) 388 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:57.881 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:57 smithi178 bash[73569]: audit 2024-03-21T13:02:57.081266+0000 mon.c (mon.1) 389 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:57.881 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:57 smithi178 bash[73569]: cluster 2024-03-21T13:02:57.084749+0000 mgr.x (mgr.34104) 167 : cluster [DBG] pgmap v103: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:57.881 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:57 smithi178 bash[73569]: cluster 2024-03-21T13:02:57.085059+0000 mgr.x (mgr.34104) 168 : cluster [DBG] pgmap v104: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:57.881 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:57 smithi178 bash[73569]: audit 2024-03-21T13:02:57.094564+0000 mon.a (mon.0) 102 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:57.881 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:57 smithi178 bash[73569]: cephadm 2024-03-21T13:02:57.097571+0000 mgr.x (mgr.34104) 169 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:57.881 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:57 smithi178 bash[73569]: audit 2024-03-21T13:02:57.174074+0000 mon.c (mon.1) 390 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:57.881 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:57 smithi178 bash[20270]: cluster 2024-03-21T13:02:56.884796+0000 mgr.x (mgr.34104) 162 : cluster [DBG] pgmap v100: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:57.881 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:57 smithi178 bash[20270]: audit 2024-03-21T13:02:56.890512+0000 mon.a (mon.0) 99 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:57.881 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:57 smithi178 bash[20270]: cephadm 2024-03-21T13:02:56.893781+0000 mgr.x (mgr.34104) 163 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:57.882 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:57 smithi178 bash[20270]: audit 2024-03-21T13:02:56.896565+0000 mon.a (mon.0) 100 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:57.882 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:57 smithi178 bash[20270]: audit 2024-03-21T13:02:56.971778+0000 mon.c (mon.1) 382 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:57.882 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:57 smithi178 bash[20270]: audit 2024-03-21T13:02:56.974916+0000 mon.c (mon.1) 383 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:57.882 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:57 smithi178 bash[20270]: audit 2024-03-21T13:02:56.978172+0000 mon.c (mon.1) 384 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:57.882 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:57 smithi178 bash[20270]: audit 2024-03-21T13:02:56.979791+0000 mon.c (mon.1) 385 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:57.882 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:57 smithi178 bash[20270]: cluster 2024-03-21T13:02:56.985178+0000 mgr.x (mgr.34104) 164 : cluster [DBG] pgmap v101: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:57.882 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:57 smithi178 bash[20270]: cluster 2024-03-21T13:02:56.985445+0000 mgr.x (mgr.34104) 165 : cluster [DBG] pgmap v102: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:57.882 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:57 smithi178 bash[20270]: audit 2024-03-21T13:02:56.995594+0000 mon.a (mon.0) 101 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:57.882 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:57 smithi178 bash[20270]: cephadm 2024-03-21T13:02:56.998549+0000 mgr.x (mgr.34104) 166 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:57.882 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:57 smithi178 bash[20270]: audit 2024-03-21T13:02:57.074291+0000 mon.c (mon.1) 386 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:57.882 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:57 smithi178 bash[20270]: audit 2024-03-21T13:02:57.077162+0000 mon.c (mon.1) 387 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:57.882 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:57 smithi178 bash[20270]: audit 2024-03-21T13:02:57.079830+0000 mon.c (mon.1) 388 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:57.882 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:57 smithi178 bash[20270]: audit 2024-03-21T13:02:57.081266+0000 mon.c (mon.1) 389 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:57.882 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:57 smithi178 bash[20270]: cluster 2024-03-21T13:02:57.084749+0000 mgr.x (mgr.34104) 167 : cluster [DBG] pgmap v103: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:57.883 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:57 smithi178 bash[20270]: cluster 2024-03-21T13:02:57.085059+0000 mgr.x (mgr.34104) 168 : cluster [DBG] pgmap v104: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:57.883 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:57 smithi178 bash[20270]: audit 2024-03-21T13:02:57.094564+0000 mon.a (mon.0) 102 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:57.883 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:57 smithi178 bash[20270]: cephadm 2024-03-21T13:02:57.097571+0000 mgr.x (mgr.34104) 169 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:57.883 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:57 smithi178 bash[20270]: audit 2024-03-21T13:02:57.174074+0000 mon.c (mon.1) 390 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:57.883 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:57 smithi178 bash[73569]: audit 2024-03-21T13:02:57.177576+0000 mon.c (mon.1) 391 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:57.883 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:57 smithi178 bash[73569]: audit 2024-03-21T13:02:57.180499+0000 mon.c (mon.1) 392 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:57.883 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:57 smithi178 bash[73569]: audit 2024-03-21T13:02:57.182881+0000 mon.c (mon.1) 393 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:57.883 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:57 smithi178 bash[73569]: audit 2024-03-21T13:02:57.193330+0000 mon.a (mon.0) 103 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:57.883 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:57 smithi178 bash[73569]: audit 2024-03-21T13:02:57.277556+0000 mon.c (mon.1) 394 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:57.883 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:57 smithi178 bash[73569]: audit 2024-03-21T13:02:57.281008+0000 mon.c (mon.1) 395 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:57.883 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:57 smithi178 bash[73569]: audit 2024-03-21T13:02:57.288953+0000 mon.c (mon.1) 396 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:57.884 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:57 smithi178 bash[73569]: audit 2024-03-21T13:02:57.290661+0000 mon.c (mon.1) 397 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:57.884 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:57 smithi178 bash[73569]: audit 2024-03-21T13:02:57.303625+0000 mon.a (mon.0) 104 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:57.884 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:57 smithi178 bash[73569]: audit 2024-03-21T13:02:57.369955+0000 mon.c (mon.1) 398 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:57.884 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:57 smithi178 bash[73569]: audit 2024-03-21T13:02:57.376531+0000 mon.a (mon.0) 105 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:57.884 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:57 smithi178 bash[73569]: audit 2024-03-21T13:02:57.380178+0000 mon.c (mon.1) 399 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:57.884 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:57 smithi178 bash[73569]: audit 2024-03-21T13:02:57.382986+0000 mon.c (mon.1) 400 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:57.884 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:57 smithi178 bash[73569]: audit 2024-03-21T13:02:57.384164+0000 mon.c (mon.1) 401 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:57.884 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:57 smithi178 bash[73569]: audit 2024-03-21T13:02:57.389421+0000 mon.a (mon.0) 106 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:57.884 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:57 smithi178 bash[73569]: audit 2024-03-21T13:02:57.402017+0000 mon.a (mon.0) 107 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:57.884 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:57 smithi178 bash[73569]: audit 2024-03-21T13:02:57.407876+0000 mon.a (mon.0) 108 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:57.884 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:57 smithi178 bash[73569]: audit 2024-03-21T13:02:57.496537+0000 mon.c (mon.1) 402 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:57.884 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:57 smithi178 bash[73569]: audit 2024-03-21T13:02:57.502086+0000 mon.c (mon.1) 403 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:57.884 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:57 smithi178 bash[73569]: audit 2024-03-21T13:02:57.504876+0000 mon.c (mon.1) 404 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-03-21T13:02:57.884 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:57 smithi178 bash[73569]: audit 2024-03-21T13:02:57.506277+0000 mon.c (mon.1) 405 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "mon ok-to-stop", "ids": ["a"]}]: dispatch 2024-03-21T13:02:57.885 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:57 smithi178 bash[20270]: audit 2024-03-21T13:02:57.177576+0000 mon.c (mon.1) 391 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:57.885 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:57 smithi178 bash[20270]: audit 2024-03-21T13:02:57.180499+0000 mon.c (mon.1) 392 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:57.885 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:57 smithi178 bash[20270]: audit 2024-03-21T13:02:57.182881+0000 mon.c (mon.1) 393 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:57.885 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:57 smithi178 bash[20270]: audit 2024-03-21T13:02:57.193330+0000 mon.a (mon.0) 103 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:57.885 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:57 smithi178 bash[20270]: audit 2024-03-21T13:02:57.277556+0000 mon.c (mon.1) 394 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:57.885 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:57 smithi178 bash[20270]: audit 2024-03-21T13:02:57.281008+0000 mon.c (mon.1) 395 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:57.885 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:57 smithi178 bash[20270]: audit 2024-03-21T13:02:57.288953+0000 mon.c (mon.1) 396 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:57.885 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:57 smithi178 bash[20270]: audit 2024-03-21T13:02:57.290661+0000 mon.c (mon.1) 397 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:57.885 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:57 smithi178 bash[20270]: audit 2024-03-21T13:02:57.303625+0000 mon.a (mon.0) 104 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:57.885 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:57 smithi178 bash[20270]: audit 2024-03-21T13:02:57.369955+0000 mon.c (mon.1) 398 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:57.885 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:57 smithi178 bash[20270]: audit 2024-03-21T13:02:57.376531+0000 mon.a (mon.0) 105 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:57.885 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:57 smithi178 bash[20270]: audit 2024-03-21T13:02:57.380178+0000 mon.c (mon.1) 399 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:57.885 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:57 smithi178 bash[20270]: audit 2024-03-21T13:02:57.382986+0000 mon.c (mon.1) 400 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:02:57.885 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:57 smithi178 bash[20270]: audit 2024-03-21T13:02:57.384164+0000 mon.c (mon.1) 401 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:02:57.885 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:57 smithi178 bash[20270]: audit 2024-03-21T13:02:57.389421+0000 mon.a (mon.0) 106 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:57.886 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:57 smithi178 bash[20270]: audit 2024-03-21T13:02:57.402017+0000 mon.a (mon.0) 107 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:57.886 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:57 smithi178 bash[20270]: audit 2024-03-21T13:02:57.407876+0000 mon.a (mon.0) 108 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:02:57.886 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:57 smithi178 bash[20270]: audit 2024-03-21T13:02:57.496537+0000 mon.c (mon.1) 402 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:02:57.886 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:57 smithi178 bash[20270]: audit 2024-03-21T13:02:57.502086+0000 mon.c (mon.1) 403 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:02:57.886 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:57 smithi178 bash[20270]: audit 2024-03-21T13:02:57.504876+0000 mon.c (mon.1) 404 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-03-21T13:02:57.886 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:57 smithi178 bash[20270]: audit 2024-03-21T13:02:57.506277+0000 mon.c (mon.1) 405 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "mon ok-to-stop", "ids": ["a"]}]: dispatch 2024-03-21T13:02:58.823 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:02:58 smithi184 bash[54688]: ts=2024-03-21T13:02:58.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.178\", device_class=\"ssd\", hostname=\"smithi178\", instance=\"172.21.15.184:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.178\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster=\"a94f249e-e780-11ee-95cd-87774f69a715\", cluster_addr=\"172.21.15.178\", device_class=\"ssd\", hostname=\"smithi178\", instance=\"smithi184:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.178\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-21T13:02:58.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:58 smithi184 bash[14608]: cluster 2024-03-21T13:02:57.187754+0000 mgr.x (mgr.34104) 170 : cluster [DBG] pgmap v105: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:58.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:58 smithi184 bash[14608]: cephadm 2024-03-21T13:02:57.196659+0000 mgr.x (mgr.34104) 171 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:58.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:58 smithi184 bash[14608]: cluster 2024-03-21T13:02:57.295218+0000 mgr.x (mgr.34104) 172 : cluster [DBG] pgmap v106: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:58.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:58 smithi184 bash[14608]: cluster 2024-03-21T13:02:57.295632+0000 mgr.x (mgr.34104) 173 : cluster [DBG] pgmap v107: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:58.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:58 smithi184 bash[14608]: cephadm 2024-03-21T13:02:57.306488+0000 mgr.x (mgr.34104) 174 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:58.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:58 smithi184 bash[14608]: cluster 2024-03-21T13:02:57.393916+0000 mgr.x (mgr.34104) 175 : cluster [DBG] pgmap v108: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:58.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:58 smithi184 bash[14608]: cluster 2024-03-21T13:02:57.394338+0000 mgr.x (mgr.34104) 176 : cluster [DBG] pgmap v109: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:58.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:58 smithi184 bash[14608]: cluster 2024-03-21T13:02:57.397420+0000 mgr.x (mgr.34104) 177 : cluster [DBG] pgmap v110: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:58.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:58 smithi184 bash[14608]: cluster 2024-03-21T13:02:57.397821+0000 mgr.x (mgr.34104) 178 : cluster [DBG] pgmap v111: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:58.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:02:58 smithi184 bash[14608]: cephadm 2024-03-21T13:02:57.509154+0000 mgr.x (mgr.34104) 179 : cephadm [INF] Upgrade: It appears safe to stop mon.a 2024-03-21T13:02:58.880 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:58 smithi178 bash[73569]: cluster 2024-03-21T13:02:57.187754+0000 mgr.x (mgr.34104) 170 : cluster [DBG] pgmap v105: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:58.881 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:58 smithi178 bash[73569]: cephadm 2024-03-21T13:02:57.196659+0000 mgr.x (mgr.34104) 171 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:58.881 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:58 smithi178 bash[73569]: cluster 2024-03-21T13:02:57.295218+0000 mgr.x (mgr.34104) 172 : cluster [DBG] pgmap v106: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:58.881 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:58 smithi178 bash[73569]: cluster 2024-03-21T13:02:57.295632+0000 mgr.x (mgr.34104) 173 : cluster [DBG] pgmap v107: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:58.881 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:58 smithi178 bash[73569]: cephadm 2024-03-21T13:02:57.306488+0000 mgr.x (mgr.34104) 174 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:58.881 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:58 smithi178 bash[73569]: cluster 2024-03-21T13:02:57.393916+0000 mgr.x (mgr.34104) 175 : cluster [DBG] pgmap v108: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:58.881 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:58 smithi178 bash[73569]: cluster 2024-03-21T13:02:57.394338+0000 mgr.x (mgr.34104) 176 : cluster [DBG] pgmap v109: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:58.881 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:58 smithi178 bash[73569]: cluster 2024-03-21T13:02:57.397420+0000 mgr.x (mgr.34104) 177 : cluster [DBG] pgmap v110: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:58.881 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:58 smithi178 bash[73569]: cluster 2024-03-21T13:02:57.397821+0000 mgr.x (mgr.34104) 178 : cluster [DBG] pgmap v111: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:58.881 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:02:58 smithi178 bash[73569]: cephadm 2024-03-21T13:02:57.509154+0000 mgr.x (mgr.34104) 179 : cephadm [INF] Upgrade: It appears safe to stop mon.a 2024-03-21T13:02:58.881 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:58 smithi178 bash[20270]: cluster 2024-03-21T13:02:57.187754+0000 mgr.x (mgr.34104) 170 : cluster [DBG] pgmap v105: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:58.882 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:58 smithi178 bash[20270]: cephadm 2024-03-21T13:02:57.196659+0000 mgr.x (mgr.34104) 171 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:58.882 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:58 smithi178 bash[20270]: cluster 2024-03-21T13:02:57.295218+0000 mgr.x (mgr.34104) 172 : cluster [DBG] pgmap v106: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:58.882 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:58 smithi178 bash[20270]: cluster 2024-03-21T13:02:57.295632+0000 mgr.x (mgr.34104) 173 : cluster [DBG] pgmap v107: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:58.882 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:58 smithi178 bash[20270]: cephadm 2024-03-21T13:02:57.306488+0000 mgr.x (mgr.34104) 174 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:02:58.882 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:58 smithi178 bash[20270]: cluster 2024-03-21T13:02:57.393916+0000 mgr.x (mgr.34104) 175 : cluster [DBG] pgmap v108: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:58.882 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:58 smithi178 bash[20270]: cluster 2024-03-21T13:02:57.394338+0000 mgr.x (mgr.34104) 176 : cluster [DBG] pgmap v109: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:58.882 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:58 smithi178 bash[20270]: cluster 2024-03-21T13:02:57.397420+0000 mgr.x (mgr.34104) 177 : cluster [DBG] pgmap v110: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:58.882 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:58 smithi178 bash[20270]: cluster 2024-03-21T13:02:57.397821+0000 mgr.x (mgr.34104) 178 : cluster [DBG] pgmap v111: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:02:58.882 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:02:58 smithi178 bash[20270]: cephadm 2024-03-21T13:02:57.509154+0000 mgr.x (mgr.34104) 179 : cephadm [INF] Upgrade: It appears safe to stop mon.a 2024-03-21T13:03:00.764 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:00 smithi178 bash[73569]: cluster 2024-03-21T13:02:59.398814+0000 mgr.x (mgr.34104) 180 : cluster [DBG] pgmap v112: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:00.765 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:00 smithi178 bash[73569]: cluster 2024-03-21T13:03:00.386422+0000 mon.a (mon.0) 109 : cluster [WRN] Health check update: 2 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-21T13:03:00.765 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:00 smithi178 bash[20270]: cluster 2024-03-21T13:02:59.398814+0000 mgr.x (mgr.34104) 180 : cluster [DBG] pgmap v112: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:00.765 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:00 smithi178 bash[20270]: cluster 2024-03-21T13:03:00.386422+0000 mon.a (mon.0) 109 : cluster [WRN] Health check update: 2 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-21T13:03:01.006 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:00 smithi184 bash[14608]: cluster 2024-03-21T13:02:59.398814+0000 mgr.x (mgr.34104) 180 : cluster [DBG] pgmap v112: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:01.006 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:00 smithi184 bash[14608]: cluster 2024-03-21T13:03:00.386422+0000 mon.a (mon.0) 109 : cluster [WRN] Health check update: 2 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-21T13:03:02.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:01 smithi178 bash[73569]: audit 2024-03-21T13:03:00.537441+0000 mgr.x (mgr.34104) 181 : audit [DBG] from='client.15585 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:03:02.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:01 smithi178 bash[73569]: audit 2024-03-21T13:03:01.585856+0000 mon.c (mon.1) 406 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T13:03:02.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:01 smithi178 bash[73569]: audit 2024-03-21T13:03:01.587568+0000 mon.c (mon.1) 407 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-21T13:03:02.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:01 smithi178 bash[73569]: audit 2024-03-21T13:03:01.589299+0000 mon.c (mon.1) 408 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:02.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:01 smithi178 bash[20270]: audit 2024-03-21T13:03:00.537441+0000 mgr.x (mgr.34104) 181 : audit [DBG] from='client.15585 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:03:02.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:01 smithi178 bash[20270]: audit 2024-03-21T13:03:01.585856+0000 mon.c (mon.1) 406 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T13:03:02.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:01 smithi178 bash[20270]: audit 2024-03-21T13:03:01.587568+0000 mon.c (mon.1) 407 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-21T13:03:02.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:01 smithi178 bash[20270]: audit 2024-03-21T13:03:01.589299+0000 mon.c (mon.1) 408 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:02.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:01 smithi184 bash[14608]: audit 2024-03-21T13:03:00.537441+0000 mgr.x (mgr.34104) 181 : audit [DBG] from='client.15585 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:03:02.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:01 smithi184 bash[14608]: audit 2024-03-21T13:03:01.585856+0000 mon.c (mon.1) 406 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T13:03:02.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:01 smithi184 bash[14608]: audit 2024-03-21T13:03:01.587568+0000 mon.c (mon.1) 407 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-21T13:03:02.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:01 smithi184 bash[14608]: audit 2024-03-21T13:03:01.589299+0000 mon.c (mon.1) 408 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:02.680 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:02 smithi178 bash[73569]: cluster 2024-03-21T13:03:01.400632+0000 mgr.x (mgr.34104) 182 : cluster [DBG] pgmap v113: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:03:02.680 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:02 smithi178 bash[73569]: cephadm 2024-03-21T13:03:01.584122+0000 mgr.x (mgr.34104) 183 : cephadm [INF] Upgrade: Updating mon.a 2024-03-21T13:03:02.680 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:02 smithi178 bash[73569]: cephadm 2024-03-21T13:03:01.592988+0000 mgr.x (mgr.34104) 184 : cephadm [INF] Deploying daemon mon.a on smithi178 2024-03-21T13:03:02.681 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:02 smithi178 bash[73569]: audit 2024-03-21T13:03:02.391462+0000 mon.a (mon.0) 110 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:02.681 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:02 smithi178 bash[20270]: cluster 2024-03-21T13:03:01.400632+0000 mgr.x (mgr.34104) 182 : cluster [DBG] pgmap v113: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:03:02.681 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:02 smithi178 bash[20270]: cephadm 2024-03-21T13:03:01.584122+0000 mgr.x (mgr.34104) 183 : cephadm [INF] Upgrade: Updating mon.a 2024-03-21T13:03:02.681 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:02 smithi178 bash[20270]: cephadm 2024-03-21T13:03:01.592988+0000 mgr.x (mgr.34104) 184 : cephadm [INF] Deploying daemon mon.a on smithi178 2024-03-21T13:03:02.681 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:02 smithi178 bash[20270]: audit 2024-03-21T13:03:02.391462+0000 mon.a (mon.0) 110 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:03.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:02 smithi184 bash[14608]: cluster 2024-03-21T13:03:01.400632+0000 mgr.x (mgr.34104) 182 : cluster [DBG] pgmap v113: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:03:03.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:02 smithi184 bash[14608]: cephadm 2024-03-21T13:03:01.584122+0000 mgr.x (mgr.34104) 183 : cephadm [INF] Upgrade: Updating mon.a 2024-03-21T13:03:03.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:02 smithi184 bash[14608]: cephadm 2024-03-21T13:03:01.592988+0000 mgr.x (mgr.34104) 184 : cephadm [INF] Deploying daemon mon.a on smithi178 2024-03-21T13:03:03.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:02 smithi184 bash[14608]: audit 2024-03-21T13:03:02.391462+0000 mon.a (mon.0) 110 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:03.822 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:03:03 smithi184 bash[54688]: ts=2024-03-21T13:03:03.507Z caller=manager.go:609 level=warn component="rule manager" group=nodes msg="Evaluating rule failed" rule="alert: CephNodeDiskspaceWarning\nexpr: predict_linear(node_filesystem_free_bytes{device=~\"/.*\"}[2d], 3600 * 24 * 5)\n * on(instance) group_left(nodename) node_uname_info < 0\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.8.4\n severity: warning\n type: ceph_default\nannotations:\n description: Mountpoint {{ $labels.mountpoint }} on {{ $labels.nodename }} will\n be full in less than 5 days based on the 48 hour trailing fill rate.\n summary: Host filesystem free space is getting low\n" err="found duplicate series for the match group {instance=\"smithi178\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi178\", job=\"node\", machine=\"x86_64\", nodename=\"smithi178\", release=\"5.4.0-174-generic\", sysname=\"Linux\", version=\"#193-Ubuntu SMP Thu Mar 7 14:29:28 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"a94f249e-e780-11ee-95cd-87774f69a715\", domainname=\"(none)\", instance=\"smithi178\", job=\"node\", machine=\"x86_64\", nodename=\"smithi178\", release=\"5.4.0-174-generic\", sysname=\"Linux\", version=\"#193-Ubuntu SMP Thu Mar 7 14:29:28 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-21T13:03:04.645 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:04 smithi178 bash[20270]: audit 2024-03-21T13:03:03.380883+0000 mon.a (mon.0) 111 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:04.645 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:04 smithi178 bash[20270]: cluster 2024-03-21T13:03:03.401455+0000 mgr.x (mgr.34104) 185 : cluster [DBG] pgmap v114: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:03:04.646 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:04 smithi178 bash[73569]: audit 2024-03-21T13:03:03.380883+0000 mon.a (mon.0) 111 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:04.646 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:04 smithi178 bash[73569]: cluster 2024-03-21T13:03:03.401455+0000 mgr.x (mgr.34104) 185 : cluster [DBG] pgmap v114: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:03:04.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:04 smithi184 bash[14608]: audit 2024-03-21T13:03:03.380883+0000 mon.a (mon.0) 111 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:04.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:04 smithi184 bash[14608]: cluster 2024-03-21T13:03:03.401455+0000 mgr.x (mgr.34104) 185 : cluster [DBG] pgmap v114: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:03:05.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:05 smithi178 bash[73569]: audit 2024-03-21T13:03:04.771947+0000 mon.c (mon.1) 409 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:03:05.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:05 smithi178 bash[73569]: audit 2024-03-21T13:03:05.236566+0000 mon.a (mon.0) 112 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:05.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:05 smithi178 bash[73569]: audit 2024-03-21T13:03:05.249477+0000 mon.a (mon.0) 113 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:05.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:05 smithi178 bash[73569]: audit 2024-03-21T13:03:05.264017+0000 mon.a (mon.0) 114 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:05.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:05 smithi178 bash[20270]: audit 2024-03-21T13:03:04.771947+0000 mon.c (mon.1) 409 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:03:05.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:05 smithi178 bash[20270]: audit 2024-03-21T13:03:05.236566+0000 mon.a (mon.0) 112 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:05.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:05 smithi178 bash[20270]: audit 2024-03-21T13:03:05.249477+0000 mon.a (mon.0) 113 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:05.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:05 smithi178 bash[20270]: audit 2024-03-21T13:03:05.264017+0000 mon.a (mon.0) 114 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:05.823 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:03:05 smithi184 bash[52419]: ::ffff:172.21.15.184 - - [21/Mar/2024:13:03:05] "GET /metrics HTTP/1.1" 200 38340 "" "Prometheus/2.33.4" 2024-03-21T13:03:05.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:05 smithi184 bash[14608]: audit 2024-03-21T13:03:04.771947+0000 mon.c (mon.1) 409 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:03:05.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:05 smithi184 bash[14608]: audit 2024-03-21T13:03:05.236566+0000 mon.a (mon.0) 112 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:05.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:05 smithi184 bash[14608]: audit 2024-03-21T13:03:05.249477+0000 mon.a (mon.0) 113 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:05.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:05 smithi184 bash[14608]: audit 2024-03-21T13:03:05.264017+0000 mon.a (mon.0) 114 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:06.019 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:05 smithi178 systemd[1]: Stopping Ceph mon.a for a94f249e-e780-11ee-95cd-87774f69a715... 2024-03-21T13:03:06.279 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:06 smithi178 bash[73569]: debug 2024-03-21T13:03:06.012+0000 7fed9b6b4700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-03-21T13:03:06.279 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:06 smithi178 bash[73569]: debug 2024-03-21T13:03:06.012+0000 7fed9b6b4700 -1 mon.a@0(leader) e3 *** Got Signal Terminated *** 2024-03-21T13:03:07.082 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:06 smithi178 bash[75557]: ceph-a94f249e-e780-11ee-95cd-87774f69a715-mon-a 2024-03-21T13:03:07.082 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:07 smithi178 bash[75630]: Error response from daemon: No such container: ceph-a94f249e-e780-11ee-95cd-87774f69a715-mon-a 2024-03-21T13:03:07.082 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:07 smithi178 systemd[1]: ceph-a94f249e-e780-11ee-95cd-87774f69a715@mon.a.service: Succeeded. 2024-03-21T13:03:07.082 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:07 smithi178 systemd[1]: Stopped Ceph mon.a for a94f249e-e780-11ee-95cd-87774f69a715. 2024-03-21T13:03:07.363 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:07 smithi178 systemd[1]: Started Ceph mon.a for a94f249e-e780-11ee-95cd-87774f69a715. 2024-03-21T13:03:08.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.632+0000 7fe36853ac80 0 set uid:gid to 167:167 (ceph:ceph) 2024-03-21T13:03:08.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.632+0000 7fe36853ac80 0 ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev), process ceph-mon, pid 8 2024-03-21T13:03:08.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.632+0000 7fe36853ac80 0 pidfile_write: ignore empty --pid-file 2024-03-21T13:03:08.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 0 load: jerasure load: lrc 2024-03-21T13:03:08.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: RocksDB version: 7.9.2 2024-03-21T13:03:08.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Git sha 0 2024-03-21T13:03:08.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Compile date 2024-03-21 08:53:26 2024-03-21T13:03:08.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: DB SUMMARY 2024-03-21T13:03:08.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: DB Session ID: 317JAPUJ725MUFXZMWOF 2024-03-21T13:03:08.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: CURRENT file: CURRENT 2024-03-21T13:03:08.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: IDENTITY file: IDENTITY 2024-03-21T13:03:08.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: MANIFEST file: MANIFEST-000053 size: 270 Bytes 2024-03-21T13:03:08.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 2, files: 000048.sst 000051.sst 2024-03-21T13:03:08.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000052.log size: 2544457 ; 2024-03-21T13:03:08.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.error_if_exists: 0 2024-03-21T13:03:08.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.create_if_missing: 0 2024-03-21T13:03:08.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.paranoid_checks: 1 2024-03-21T13:03:08.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-03-21T13:03:08.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-03-21T13:03:08.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-03-21T13:03:08.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.env: 0x56552765db20 2024-03-21T13:03:08.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.fs: PosixFileSystem 2024-03-21T13:03:08.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.info_log: 0x565528bbf960 2024-03-21T13:03:08.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.max_file_opening_threads: 16 2024-03-21T13:03:08.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.statistics: (nil) 2024-03-21T13:03:08.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.use_fsync: 0 2024-03-21T13:03:08.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.max_log_file_size: 0 2024-03-21T13:03:08.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-03-21T13:03:08.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-03-21T13:03:08.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.keep_log_file_num: 1000 2024-03-21T13:03:08.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.recycle_log_file_num: 0 2024-03-21T13:03:08.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.allow_fallocate: 1 2024-03-21T13:03:08.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.allow_mmap_reads: 0 2024-03-21T13:03:08.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.allow_mmap_writes: 0 2024-03-21T13:03:08.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.use_direct_reads: 0 2024-03-21T13:03:08.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-03-21T13:03:08.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.create_missing_column_families: 0 2024-03-21T13:03:08.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.db_log_dir: 2024-03-21T13:03:08.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.wal_dir: 2024-03-21T13:03:08.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-03-21T13:03:08.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-03-21T13:03:08.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-03-21T13:03:08.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-03-21T13:03:08.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-03-21T13:03:08.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-03-21T13:03:08.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.advise_random_on_open: 1 2024-03-21T13:03:08.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.db_write_buffer_size: 0 2024-03-21T13:03:08.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.write_buffer_manager: 0x565528b90820 2024-03-21T13:03:08.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-03-21T13:03:08.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-03-21T13:03:08.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-03-21T13:03:08.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.rate_limiter: (nil) 2024-03-21T13:03:08.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-03-21T13:03:08.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.wal_recovery_mode: 2 2024-03-21T13:03:08.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.enable_thread_tracking: 0 2024-03-21T13:03:08.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.enable_pipelined_write: 0 2024-03-21T13:03:08.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.unordered_write: 0 2024-03-21T13:03:08.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-03-21T13:03:08.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-03-21T13:03:08.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-03-21T13:03:08.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-03-21T13:03:08.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.row_cache: None 2024-03-21T13:03:08.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.wal_filter: None 2024-03-21T13:03:08.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-03-21T13:03:08.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.allow_ingest_behind: 0 2024-03-21T13:03:08.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.two_write_queues: 0 2024-03-21T13:03:08.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.manual_wal_flush: 0 2024-03-21T13:03:08.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.wal_compression: 0 2024-03-21T13:03:08.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.atomic_flush: 0 2024-03-21T13:03:08.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-03-21T13:03:08.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-03-21T13:03:08.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-03-21T13:03:08.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.log_readahead_size: 0 2024-03-21T13:03:08.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-03-21T13:03:08.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.best_efforts_recovery: 0 2024-03-21T13:03:08.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-03-21T13:03:08.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-03-21T13:03:08.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.allow_data_in_errors: 0 2024-03-21T13:03:08.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.db_host_id: __hostname__ 2024-03-21T13:03:08.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-03-21T13:03:08.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.max_background_jobs: 2 2024-03-21T13:03:08.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.max_background_compactions: -1 2024-03-21T13:03:08.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.max_subcompactions: 1 2024-03-21T13:03:08.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-03-21T13:03:08.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-03-21T13:03:08.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-03-21T13:03:08.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.max_total_wal_size: 0 2024-03-21T13:03:08.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-03-21T13:03:08.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-03-21T13:03:08.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-03-21T13:03:08.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-03-21T13:03:08.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.max_open_files: -1 2024-03-21T13:03:08.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.bytes_per_sync: 0 2024-03-21T13:03:08.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-03-21T13:03:08.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-03-21T13:03:08.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.compaction_readahead_size: 0 2024-03-21T13:03:08.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.max_background_flushes: -1 2024-03-21T13:03:08.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Compression algorithms supported: 2024-03-21T13:03:08.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-03-21T13:03:08.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: kZSTD supported: 0 2024-03-21T13:03:08.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: kXpressCompression supported: 0 2024-03-21T13:03:08.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: kLZ4HCCompression supported: 1 2024-03-21T13:03:08.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: kZlibCompression supported: 1 2024-03-21T13:03:08.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: kSnappyCompression supported: 1 2024-03-21T13:03:08.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: kLZ4Compression supported: 1 2024-03-21T13:03:08.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: kBZip2Compression supported: 0 2024-03-21T13:03:08.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-03-21T13:03:08.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-03-21T13:03:08.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000053 2024-03-21T13:03:08.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-03-21T13:03:08.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-03-21T13:03:08.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.merge_operator: 2024-03-21T13:03:08.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.compaction_filter: None 2024-03-21T13:03:08.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.compaction_filter_factory: None 2024-03-21T13:03:08.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.sst_partitioner_factory: None 2024-03-21T13:03:08.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-03-21T13:03:08.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-03-21T13:03:08.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x565528bbfa60) 2024-03-21T13:03:08.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: cache_index_and_filter_blocks: 1 2024-03-21T13:03:08.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: cache_index_and_filter_blocks_with_high_priority: 0 2024-03-21T13:03:08.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-03-21T13:03:08.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: pin_top_level_index_and_filter: 1 2024-03-21T13:03:08.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: index_type: 0 2024-03-21T13:03:08.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: data_block_index_type: 0 2024-03-21T13:03:08.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: index_shortening: 1 2024-03-21T13:03:08.809 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: data_block_hash_table_util_ratio: 0.750000 2024-03-21T13:03:08.809 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: checksum: 4 2024-03-21T13:03:08.809 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: no_block_cache: 0 2024-03-21T13:03:08.809 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: block_cache: 0x565528bc1090 2024-03-21T13:03:08.809 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: block_cache_name: BinnedLRUCache 2024-03-21T13:03:08.809 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: block_cache_options: 2024-03-21T13:03:08.809 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: capacity : 536870912 2024-03-21T13:03:08.809 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: num_shard_bits : 4 2024-03-21T13:03:08.809 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: strict_capacity_limit : 0 2024-03-21T13:03:08.809 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: high_pri_pool_ratio: 0.000 2024-03-21T13:03:08.809 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: block_cache_compressed: (nil) 2024-03-21T13:03:08.809 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: persistent_cache: (nil) 2024-03-21T13:03:08.809 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: block_size: 4096 2024-03-21T13:03:08.809 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: block_size_deviation: 10 2024-03-21T13:03:08.809 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: block_restart_interval: 16 2024-03-21T13:03:08.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: index_block_restart_interval: 1 2024-03-21T13:03:08.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: metadata_block_size: 4096 2024-03-21T13:03:08.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: partition_filters: 0 2024-03-21T13:03:08.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: use_delta_encoding: 1 2024-03-21T13:03:08.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: filter_policy: bloomfilter 2024-03-21T13:03:08.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: whole_key_filtering: 1 2024-03-21T13:03:08.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: verify_compression: 0 2024-03-21T13:03:08.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: read_amp_bytes_per_bit: 0 2024-03-21T13:03:08.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: format_version: 5 2024-03-21T13:03:08.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: enable_index_compression: 1 2024-03-21T13:03:08.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: block_align: 0 2024-03-21T13:03:08.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: max_auto_readahead_size: 262144 2024-03-21T13:03:08.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: prepopulate_block_cache: 0 2024-03-21T13:03:08.811 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: initial_auto_readahead_size: 8192 2024-03-21T13:03:08.811 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: num_file_reads_for_auto_readahead: 2 2024-03-21T13:03:08.811 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.write_buffer_size: 33554432 2024-03-21T13:03:08.811 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.max_write_buffer_number: 2 2024-03-21T13:03:08.811 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.compression: NoCompression 2024-03-21T13:03:08.811 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.bottommost_compression: Disabled 2024-03-21T13:03:08.811 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.prefix_extractor: nullptr 2024-03-21T13:03:08.811 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-03-21T13:03:08.811 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.num_levels: 7 2024-03-21T13:03:08.811 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-03-21T13:03:08.811 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-03-21T13:03:08.811 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-03-21T13:03:08.811 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-03-21T13:03:08.811 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-03-21T13:03:08.812 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-03-21T13:03:08.812 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-03-21T13:03:08.812 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-03-21T13:03:08.812 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-03-21T13:03:08.812 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-03-21T13:03:08.812 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-03-21T13:03:08.812 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-03-21T13:03:08.812 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-03-21T13:03:08.812 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.compression_opts.level: 32767 2024-03-21T13:03:08.812 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.compression_opts.strategy: 0 2024-03-21T13:03:08.812 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-03-21T13:03:08.812 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-03-21T13:03:08.812 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-03-21T13:03:08.812 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-03-21T13:03:08.812 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.compression_opts.enabled: false 2024-03-21T13:03:08.813 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-03-21T13:03:08.813 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-03-21T13:03:08.813 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-03-21T13:03:08.813 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-03-21T13:03:08.813 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.target_file_size_base: 67108864 2024-03-21T13:03:08.813 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-03-21T13:03:08.813 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-03-21T13:03:08.813 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-03-21T13:03:08.813 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-03-21T13:03:08.813 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-03-21T13:03:08.813 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-03-21T13:03:08.813 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-03-21T13:03:08.813 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-03-21T13:03:08.813 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-03-21T13:03:08.814 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-03-21T13:03:08.814 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-03-21T13:03:08.814 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-03-21T13:03:08.814 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-03-21T13:03:08.814 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-03-21T13:03:08.814 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.arena_block_size: 1048576 2024-03-21T13:03:08.814 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-03-21T13:03:08.814 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-03-21T13:03:08.814 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.disable_auto_compactions: 0 2024-03-21T13:03:08.814 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-03-21T13:03:08.814 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-03-21T13:03:08.814 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-03-21T13:03:08.814 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-03-21T13:03:08.814 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-03-21T13:03:08.815 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-03-21T13:03:08.815 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-03-21T13:03:08.815 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-03-21T13:03:08.815 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-03-21T13:03:08.815 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-03-21T13:03:08.815 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.table_properties_collectors: 2024-03-21T13:03:08.815 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.inplace_update_support: 0 2024-03-21T13:03:08.815 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-03-21T13:03:08.815 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-03-21T13:03:08.815 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-03-21T13:03:08.815 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-03-21T13:03:08.815 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.bloom_locality: 0 2024-03-21T13:03:08.815 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.max_successive_merges: 0 2024-03-21T13:03:08.815 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-03-21T13:03:08.816 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.paranoid_file_checks: 0 2024-03-21T13:03:08.816 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.force_consistency_checks: 1 2024-03-21T13:03:08.816 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.report_bg_io_stats: 0 2024-03-21T13:03:08.816 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.ttl: 2592000 2024-03-21T13:03:08.816 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-03-21T13:03:08.816 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-03-21T13:03:08.816 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-03-21T13:03:08.816 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.enable_blob_files: false 2024-03-21T13:03:08.816 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.min_blob_size: 0 2024-03-21T13:03:08.816 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.blob_file_size: 268435456 2024-03-21T13:03:08.816 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-03-21T13:03:08.816 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-03-21T13:03:08.816 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-03-21T13:03:08.816 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-03-21T13:03:08.817 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-03-21T13:03:08.817 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.blob_file_starting_level: 0 2024-03-21T13:03:08.817 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-03-21T13:03:08.817 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe35b49f700 3 rocksdb: [table/block_based/block_based_table_reader.cc:721] At least one SST file opened without unique ID to verify: 48.sst 2024-03-21T13:03:08.817 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: [db/version_set.cc:4390] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2024-03-21T13:03:08.817 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000053 succeeded,manifest_file_number is 53, next_file_number is 55, last_sequence is 24860, log_number is 47,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 47 2024-03-21T13:03:08.817 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 47 2024-03-21T13:03:08.817 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: ae1987e0-499e-49ad-b7ea-3b237bfaea01 2024-03-21T13:03:08.817 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711026188642550, "job": 1, "event": "recovery_started", "wal_files": [52]} 2024-03-21T13:03:08.817 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.636+0000 7fe36853ac80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #52 mode 2 2024-03-21T13:03:08.817 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.652+0000 7fe36853ac80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711026188657655, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 56, "file_size": 2455093, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 24863, "largest_seqno": 26208, "table_properties": {"data_size": 2448987, "index_size": 3038, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 2053, "raw_key_size": 19982, "raw_average_key_size": 24, "raw_value_size": 2434575, "raw_average_value_size": 3013, "num_data_blocks": 129, "num_entries": 808, "num_filter_entries": 808, "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": 1711026188, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "ae1987e0-499e-49ad-b7ea-3b237bfaea01", "db_session_id": "317JAPUJ725MUFXZMWOF", "orig_file_number": 56, "seqno_to_time_mapping": "N/A"}} 2024-03-21T13:03:08.817 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.652+0000 7fe36853ac80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711026188657773, "job": 1, "event": "recovery_finished"} 2024-03-21T13:03:08.817 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.652+0000 7fe36853ac80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 58 2024-03-21T13:03:08.817 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.652+0000 7fe36853ac80 4 rocksdb: [db/version_set.cc:4390] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2024-03-21T13:03:08.817 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.656+0000 7fe36853ac80 4 rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-a/store.db/000052.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-03-21T13:03:08.818 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.656+0000 7fe36853ac80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x565528cb4000 2024-03-21T13:03:08.818 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.656+0000 7fe36853ac80 4 rocksdb: DB pointer 0x565528c9e000 2024-03-21T13:03:08.818 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.656+0000 7fe356c96700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-03-21T13:03:08.818 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.656+0000 7fe356c96700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-03-21T13:03:08.818 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: ** DB Stats ** 2024-03-21T13:03:08.818 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: Uptime(secs): 0.0 total, 0.0 interval 2024-03-21T13:03:08.818 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-03-21T13:03:08.818 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-21T13:03:08.818 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-21T13:03:08.818 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-03-21T13:03:08.818 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-21T13:03:08.818 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-21T13:03:08.818 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: ** Compaction Stats [default] ** 2024-03-21T13:03:08.819 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-03-21T13:03:08.819 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-03-21T13:03:08.819 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: L0 2/0 2.37 MB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 466.7 0.01 0.00 1 0.005 0 0 0.0 0.0 2024-03-21T13:03:08.819 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: L6 1/0 12.83 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 0.0 0.0 2024-03-21T13:03:08.819 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: Sum 3/0 15.20 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 466.7 0.01 0.00 1 0.005 0 0 0.0 0.0 2024-03-21T13:03:08.819 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 466.7 0.01 0.00 1 0.005 0 0 0.0 0.0 2024-03-21T13:03:08.819 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: ** Compaction Stats [default] ** 2024-03-21T13:03:08.819 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-03-21T13:03:08.819 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-21T13:03:08.819 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 466.7 0.01 0.00 1 0.005 0 0 0.0 0.0 2024-03-21T13:03:08.819 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-03-21T13:03:08.819 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: Uptime(secs): 0.0 total, 0.0 interval 2024-03-21T13:03:08.819 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: Flush(GB): cumulative 0.002, interval 0.002 2024-03-21T13:03:08.820 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: AddFile(GB): cumulative 0.000, interval 0.000 2024-03-21T13:03:08.820 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: AddFile(Total Files): cumulative 0, interval 0 2024-03-21T13:03:08.820 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: AddFile(L0 Files): cumulative 0, interval 0 2024-03-21T13:03:08.820 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: AddFile(Keys): cumulative 0, interval 0 2024-03-21T13:03:08.820 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: Cumulative compaction: 0.00 GB write, 121.47 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-21T13:03:08.820 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: Interval compaction: 0.00 GB write, 121.47 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-21T13:03:08.820 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-03-21T13:03:08.820 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: Block cache BinnedLRUCache@0x565528bc1090#8 capacity: 512.00 MB usage: 5.62 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.3e-05 secs_since: 0 2024-03-21T13:03:08.820 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: Block cache entry stats(count,size,portion): FilterBlock(2,2.39 KB,0.000455976%) IndexBlock(2,3.23 KB,0.000616908%) Misc(1,0.00 KB,0%) 2024-03-21T13:03:08.820 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: ** File Read Latency Histogram By Level [default] ** 2024-03-21T13:03:08.820 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.656+0000 7fe36853ac80 0 starting mon.a rank 0 at public addrs [v2:172.21.15.178:3300/0,v1:172.21.15.178:6789/0] at bind addrs [v2:172.21.15.178:3300/0,v1:172.21.15.178:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid a94f249e-e780-11ee-95cd-87774f69a715 2024-03-21T13:03:08.820 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.660+0000 7fe36853ac80 1 mon.a@-1(???) e3 preinit fsid a94f249e-e780-11ee-95cd-87774f69a715 2024-03-21T13:03:08.820 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.660+0000 7fe36853ac80 0 mon.a@-1(???).mds e1 new map 2024-03-21T13:03:08.820 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.660+0000 7fe36853ac80 0 mon.a@-1(???).mds e1 print_map 2024-03-21T13:03:08.820 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: e1 2024-03-21T13:03:08.821 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: enable_multiple, ever_enabled_multiple: 1,1 2024-03-21T13:03:08.821 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-03-21T13:03:08.821 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: legacy client fscid: -1 2024-03-21T13:03:08.821 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: 2024-03-21T13:03:08.821 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: No filesystems configured 2024-03-21T13:03:08.821 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.660+0000 7fe36853ac80 0 mon.a@-1(???).osd e115 crush map has features 3314933000854323200, adjusting msgr requires 2024-03-21T13:03:08.821 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.660+0000 7fe36853ac80 0 mon.a@-1(???).osd e115 crush map has features 432629239337189376, adjusting msgr requires 2024-03-21T13:03:08.821 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.660+0000 7fe36853ac80 0 mon.a@-1(???).osd e115 crush map has features 432629239337189376, adjusting msgr requires 2024-03-21T13:03:08.821 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.660+0000 7fe36853ac80 0 mon.a@-1(???).osd e115 crush map has features 432629239337189376, adjusting msgr requires 2024-03-21T13:03:08.821 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:08 smithi178 bash[75692]: debug 2024-03-21T13:03:08.660+0000 7fe36853ac80 1 mon.a@-1(???).paxosservice(auth 1..26) refresh upgraded, format 0 -> 3 2024-03-21T13:03:09.072 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:03:08 smithi184 bash[54688]: ts=2024-03-21T13:03: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.178\", device_class=\"ssd\", hostname=\"smithi178\", instance=\"172.21.15.184:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.178\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster=\"a94f249e-e780-11ee-95cd-87774f69a715\", cluster_addr=\"172.21.15.178\", device_class=\"ssd\", hostname=\"smithi178\", instance=\"smithi184:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.178\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-21T13:03:09.791 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:09 smithi178 bash[75692]: cluster 2024-03-21T13:03:05.255696+0000 mgr.x (mgr.34104) 186 : cluster [DBG] pgmap v115: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 651 B/s rd, 0 op/s 2024-03-21T13:03:09.791 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:09 smithi178 bash[75692]: cluster 2024-03-21T13:03:05.256269+0000 mgr.x (mgr.34104) 187 : cluster [DBG] pgmap v116: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 651 B/s rd, 0 op/s 2024-03-21T13:03:09.791 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:09 smithi178 bash[75692]: cluster 2024-03-21T13:03:07.258036+0000 mgr.x (mgr.34104) 188 : cluster [DBG] pgmap v117: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-21T13:03:09.791 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:09 smithi178 bash[75692]: cluster 2024-03-21T13:03:09.284824+0000 mon.a (mon.0) 1 : cluster [INF] mon.a calling monitor election 2024-03-21T13:03:09.791 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:09 smithi178 bash[75692]: cluster 2024-03-21T13:03:09.307696+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-03-21T13:03:09.791 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:09 smithi178 bash[75692]: cluster 2024-03-21T13:03:09.315955+0000 mon.a (mon.0) 3 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.178:3300/0,v1:172.21.15.178:6789/0],b=[v2:172.21.15.184:3300/0,v1:172.21.15.184:6789/0],c=[v2:172.21.15.178:3301/0,v1:172.21.15.178:6790/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-21T13:03:09.791 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:09 smithi178 bash[75692]: cluster 2024-03-21T13:03:09.316745+0000 mon.a (mon.0) 4 : cluster [DBG] fsmap 2024-03-21T13:03:09.791 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:09 smithi178 bash[75692]: cluster 2024-03-21T13:03:09.316786+0000 mon.a (mon.0) 5 : cluster [DBG] osdmap e115: 8 total, 8 up, 8 in 2024-03-21T13:03:09.791 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:09 smithi178 bash[75692]: cluster 2024-03-21T13:03:09.318363+0000 mon.a (mon.0) 6 : cluster [DBG] mgrmap e45: x(active, since 19s), standbys: y 2024-03-21T13:03:09.791 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:09 smithi178 bash[75692]: cluster 2024-03-21T13:03:09.318663+0000 mon.a (mon.0) 7 : cluster [WRN] Health detail: HEALTH_WARN 2 failed cephadm daemon(s) 2024-03-21T13:03:09.792 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:09 smithi178 bash[75692]: cluster 2024-03-21T13:03:09.318690+0000 mon.a (mon.0) 8 : cluster [WRN] [WRN] CEPHADM_FAILED_DAEMON: 2 failed cephadm daemon(s) 2024-03-21T13:03:09.792 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:09 smithi178 bash[75692]: cluster 2024-03-21T13:03:09.318711+0000 mon.a (mon.0) 9 : cluster [WRN] daemon mon.a on smithi178 is in unknown state 2024-03-21T13:03:09.792 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:09 smithi178 bash[75692]: cluster 2024-03-21T13:03:09.318726+0000 mon.a (mon.0) 10 : cluster [WRN] daemon grafana.a on smithi184 is in error state 2024-03-21T13:03:09.792 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:09 smithi178 bash[75692]: audit 2024-03-21T13:03:09.330640+0000 mon.a (mon.0) 11 : audit [INF] from='mgr.34104 ' entity='' 2024-03-21T13:03:09.792 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:09 smithi178 bash[75692]: audit 2024-03-21T13:03:09.342256+0000 mon.a (mon.0) 12 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:09.792 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:09 smithi178 bash[20270]: cluster 2024-03-21T13:03:05.255696+0000 mgr.x (mgr.34104) 186 : cluster [DBG] pgmap v115: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 651 B/s rd, 0 op/s 2024-03-21T13:03:09.792 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:09 smithi178 bash[20270]: cluster 2024-03-21T13:03:05.256269+0000 mgr.x (mgr.34104) 187 : cluster [DBG] pgmap v116: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 651 B/s rd, 0 op/s 2024-03-21T13:03:09.792 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:09 smithi178 bash[20270]: cluster 2024-03-21T13:03:07.258036+0000 mgr.x (mgr.34104) 188 : cluster [DBG] pgmap v117: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-21T13:03:09.792 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:09 smithi178 bash[20270]: cluster 2024-03-21T13:03:09.284824+0000 mon.a (mon.0) 1 : cluster [INF] mon.a calling monitor election 2024-03-21T13:03:09.792 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:09 smithi178 bash[20270]: cluster 2024-03-21T13:03:09.307696+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-03-21T13:03:09.792 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:09 smithi178 bash[20270]: cluster 2024-03-21T13:03:09.315955+0000 mon.a (mon.0) 3 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.178:3300/0,v1:172.21.15.178:6789/0],b=[v2:172.21.15.184:3300/0,v1:172.21.15.184:6789/0],c=[v2:172.21.15.178:3301/0,v1:172.21.15.178:6790/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-21T13:03:09.792 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:09 smithi178 bash[20270]: cluster 2024-03-21T13:03:09.316745+0000 mon.a (mon.0) 4 : cluster [DBG] fsmap 2024-03-21T13:03:09.792 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:09 smithi178 bash[20270]: cluster 2024-03-21T13:03:09.316786+0000 mon.a (mon.0) 5 : cluster [DBG] osdmap e115: 8 total, 8 up, 8 in 2024-03-21T13:03:09.793 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:09 smithi178 bash[20270]: cluster 2024-03-21T13:03:09.318363+0000 mon.a (mon.0) 6 : cluster [DBG] mgrmap e45: x(active, since 19s), standbys: y 2024-03-21T13:03:09.793 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:09 smithi178 bash[20270]: cluster 2024-03-21T13:03:09.318663+0000 mon.a (mon.0) 7 : cluster [WRN] Health detail: HEALTH_WARN 2 failed cephadm daemon(s) 2024-03-21T13:03:09.793 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:09 smithi178 bash[20270]: cluster 2024-03-21T13:03:09.318690+0000 mon.a (mon.0) 8 : cluster [WRN] [WRN] CEPHADM_FAILED_DAEMON: 2 failed cephadm daemon(s) 2024-03-21T13:03:09.793 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:09 smithi178 bash[20270]: cluster 2024-03-21T13:03:09.318711+0000 mon.a (mon.0) 9 : cluster [WRN] daemon mon.a on smithi178 is in unknown state 2024-03-21T13:03:09.793 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:09 smithi178 bash[20270]: cluster 2024-03-21T13:03:09.318726+0000 mon.a (mon.0) 10 : cluster [WRN] daemon grafana.a on smithi184 is in error state 2024-03-21T13:03:09.793 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:09 smithi178 bash[20270]: audit 2024-03-21T13:03:09.330640+0000 mon.a (mon.0) 11 : audit [INF] from='mgr.34104 ' entity='' 2024-03-21T13:03:09.793 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:09 smithi178 bash[20270]: audit 2024-03-21T13:03:09.342256+0000 mon.a (mon.0) 12 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:09.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:09 smithi184 bash[14608]: cluster 2024-03-21T13:03:05.255696+0000 mgr.x (mgr.34104) 186 : cluster [DBG] pgmap v115: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 651 B/s rd, 0 op/s 2024-03-21T13:03:09.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:09 smithi184 bash[14608]: cluster 2024-03-21T13:03:05.256269+0000 mgr.x (mgr.34104) 187 : cluster [DBG] pgmap v116: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 651 B/s rd, 0 op/s 2024-03-21T13:03:09.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:09 smithi184 bash[14608]: cluster 2024-03-21T13:03:07.258036+0000 mgr.x (mgr.34104) 188 : cluster [DBG] pgmap v117: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-21T13:03:09.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:09 smithi184 bash[14608]: cluster 2024-03-21T13:03:09.284824+0000 mon.a (mon.0) 1 : cluster [INF] mon.a calling monitor election 2024-03-21T13:03:09.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:09 smithi184 bash[14608]: cluster 2024-03-21T13:03:09.307696+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-03-21T13:03:09.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:09 smithi184 bash[14608]: cluster 2024-03-21T13:03:09.315955+0000 mon.a (mon.0) 3 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.178:3300/0,v1:172.21.15.178:6789/0],b=[v2:172.21.15.184:3300/0,v1:172.21.15.184:6789/0],c=[v2:172.21.15.178:3301/0,v1:172.21.15.178:6790/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-21T13:03:09.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:09 smithi184 bash[14608]: cluster 2024-03-21T13:03:09.316745+0000 mon.a (mon.0) 4 : cluster [DBG] fsmap 2024-03-21T13:03:09.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:09 smithi184 bash[14608]: cluster 2024-03-21T13:03:09.316786+0000 mon.a (mon.0) 5 : cluster [DBG] osdmap e115: 8 total, 8 up, 8 in 2024-03-21T13:03:09.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:09 smithi184 bash[14608]: cluster 2024-03-21T13:03:09.318363+0000 mon.a (mon.0) 6 : cluster [DBG] mgrmap e45: x(active, since 19s), standbys: y 2024-03-21T13:03:09.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:09 smithi184 bash[14608]: cluster 2024-03-21T13:03:09.318663+0000 mon.a (mon.0) 7 : cluster [WRN] Health detail: HEALTH_WARN 2 failed cephadm daemon(s) 2024-03-21T13:03:09.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:09 smithi184 bash[14608]: cluster 2024-03-21T13:03:09.318690+0000 mon.a (mon.0) 8 : cluster [WRN] [WRN] CEPHADM_FAILED_DAEMON: 2 failed cephadm daemon(s) 2024-03-21T13:03:09.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:09 smithi184 bash[14608]: cluster 2024-03-21T13:03:09.318711+0000 mon.a (mon.0) 9 : cluster [WRN] daemon mon.a on smithi178 is in unknown state 2024-03-21T13:03:09.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:09 smithi184 bash[14608]: cluster 2024-03-21T13:03:09.318726+0000 mon.a (mon.0) 10 : cluster [WRN] daemon grafana.a on smithi184 is in error state 2024-03-21T13:03:09.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:09 smithi184 bash[14608]: audit 2024-03-21T13:03:09.330640+0000 mon.a (mon.0) 11 : audit [INF] from='mgr.34104 ' entity='' 2024-03-21T13:03:09.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:09 smithi184 bash[14608]: audit 2024-03-21T13:03:09.342256+0000 mon.a (mon.0) 12 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:10.642 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:10 smithi178 bash[75692]: cluster 2024-03-21T13:03:09.258961+0000 mgr.x (mgr.34104) 189 : cluster [DBG] pgmap v118: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-21T13:03:10.642 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:10 smithi178 bash[75692]: cluster 2024-03-21T13:03:09.369950+0000 mon.a (mon.0) 13 : cluster [WRN] Health check update: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-21T13:03:10.642 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:10 smithi178 bash[75692]: audit 2024-03-21T13:03:09.381327+0000 mon.c (mon.1) 410 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:10.642 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:10 smithi178 bash[75692]: audit 2024-03-21T13:03:09.386047+0000 mon.c (mon.1) 411 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:10.642 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:10 smithi178 bash[75692]: cluster 2024-03-21T13:03:09.389999+0000 mgr.x (mgr.34104) 190 : cluster [DBG] pgmap v119: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 640 B/s rd, 0 op/s 2024-03-21T13:03:10.643 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:10 smithi178 bash[75692]: audit 2024-03-21T13:03:09.394220+0000 mon.a (mon.0) 14 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:10.643 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:10 smithi178 bash[75692]: cephadm 2024-03-21T13:03:09.396823+0000 mgr.x (mgr.34104) 191 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:10.643 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:10 smithi178 bash[75692]: audit 2024-03-21T13:03:09.477652+0000 mon.c (mon.1) 412 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:10.643 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:10 smithi178 bash[75692]: audit 2024-03-21T13:03:09.481053+0000 mon.c (mon.1) 413 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:10.643 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:10 smithi178 bash[75692]: audit 2024-03-21T13:03:09.486451+0000 mon.c (mon.1) 414 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:10.643 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:10 smithi178 bash[75692]: audit 2024-03-21T13:03:09.488373+0000 mon.c (mon.1) 415 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:10.643 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:10 smithi178 bash[75692]: cluster 2024-03-21T13:03:09.492952+0000 mgr.x (mgr.34104) 192 : cluster [DBG] pgmap v120: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 840 B/s rd, 0 op/s 2024-03-21T13:03:10.643 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:10 smithi178 bash[75692]: cluster 2024-03-21T13:03:09.493507+0000 mgr.x (mgr.34104) 193 : cluster [DBG] pgmap v121: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:03:10.643 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:10 smithi178 bash[75692]: audit 2024-03-21T13:03:09.499393+0000 mon.a (mon.0) 15 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:10.643 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:10 smithi178 bash[75692]: cephadm 2024-03-21T13:03:09.502995+0000 mgr.x (mgr.34104) 194 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:10.643 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:10 smithi178 bash[75692]: audit 2024-03-21T13:03:09.582717+0000 mon.c (mon.1) 416 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:10.643 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:10 smithi178 bash[75692]: audit 2024-03-21T13:03:09.586281+0000 mon.c (mon.1) 417 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:10.643 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:10 smithi178 bash[75692]: audit 2024-03-21T13:03:09.590591+0000 mon.c (mon.1) 418 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:10.644 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:10 smithi178 bash[75692]: audit 2024-03-21T13:03:09.592388+0000 mon.c (mon.1) 419 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:10.644 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:10 smithi178 bash[20270]: cluster 2024-03-21T13:03:09.258961+0000 mgr.x (mgr.34104) 189 : cluster [DBG] pgmap v118: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-21T13:03:10.644 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:10 smithi178 bash[20270]: cluster 2024-03-21T13:03:09.369950+0000 mon.a (mon.0) 13 : cluster [WRN] Health check update: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-21T13:03:10.644 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:10 smithi178 bash[20270]: audit 2024-03-21T13:03:09.381327+0000 mon.c (mon.1) 410 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:10.644 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:10 smithi178 bash[20270]: audit 2024-03-21T13:03:09.386047+0000 mon.c (mon.1) 411 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:10.644 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:10 smithi178 bash[20270]: cluster 2024-03-21T13:03:09.389999+0000 mgr.x (mgr.34104) 190 : cluster [DBG] pgmap v119: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 640 B/s rd, 0 op/s 2024-03-21T13:03:10.644 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:10 smithi178 bash[20270]: audit 2024-03-21T13:03:09.394220+0000 mon.a (mon.0) 14 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:10.644 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:10 smithi178 bash[20270]: cephadm 2024-03-21T13:03:09.396823+0000 mgr.x (mgr.34104) 191 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:10.644 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:10 smithi178 bash[20270]: audit 2024-03-21T13:03:09.477652+0000 mon.c (mon.1) 412 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:10.644 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:10 smithi178 bash[20270]: audit 2024-03-21T13:03:09.481053+0000 mon.c (mon.1) 413 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:10.645 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:10 smithi178 bash[20270]: audit 2024-03-21T13:03:09.486451+0000 mon.c (mon.1) 414 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:10.645 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:10 smithi178 bash[20270]: audit 2024-03-21T13:03:09.488373+0000 mon.c (mon.1) 415 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:10.645 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:10 smithi178 bash[20270]: cluster 2024-03-21T13:03:09.492952+0000 mgr.x (mgr.34104) 192 : cluster [DBG] pgmap v120: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 840 B/s rd, 0 op/s 2024-03-21T13:03:10.645 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:10 smithi178 bash[20270]: cluster 2024-03-21T13:03:09.493507+0000 mgr.x (mgr.34104) 193 : cluster [DBG] pgmap v121: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:03:10.645 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:10 smithi178 bash[20270]: audit 2024-03-21T13:03:09.499393+0000 mon.a (mon.0) 15 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:10.645 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:10 smithi178 bash[20270]: cephadm 2024-03-21T13:03:09.502995+0000 mgr.x (mgr.34104) 194 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:10.645 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:10 smithi178 bash[20270]: audit 2024-03-21T13:03:09.582717+0000 mon.c (mon.1) 416 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:10.645 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:10 smithi178 bash[20270]: audit 2024-03-21T13:03:09.586281+0000 mon.c (mon.1) 417 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:10.645 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:10 smithi178 bash[20270]: audit 2024-03-21T13:03:09.590591+0000 mon.c (mon.1) 418 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:10.645 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:10 smithi178 bash[20270]: audit 2024-03-21T13:03:09.592388+0000 mon.c (mon.1) 419 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:10.645 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:10 smithi178 bash[75692]: cluster 2024-03-21T13:03:09.597034+0000 mgr.x (mgr.34104) 195 : cluster [DBG] pgmap v122: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:03:10.646 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:10 smithi178 bash[75692]: cluster 2024-03-21T13:03:09.597535+0000 mgr.x (mgr.34104) 196 : cluster [DBG] pgmap v123: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:10.646 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:10 smithi178 bash[75692]: audit 2024-03-21T13:03:09.605530+0000 mon.a (mon.0) 16 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:10.646 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:10 smithi178 bash[75692]: cephadm 2024-03-21T13:03:09.608772+0000 mgr.x (mgr.34104) 197 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:10.646 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:10 smithi178 bash[75692]: audit 2024-03-21T13:03:09.687297+0000 mon.c (mon.1) 420 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:10.646 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:10 smithi178 bash[75692]: audit 2024-03-21T13:03:09.690334+0000 mon.c (mon.1) 421 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:10.646 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:10 smithi178 bash[75692]: audit 2024-03-21T13:03:09.694400+0000 mon.c (mon.1) 422 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:10.646 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:10 smithi178 bash[75692]: audit 2024-03-21T13:03:09.695959+0000 mon.c (mon.1) 423 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:10.646 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:10 smithi178 bash[75692]: cluster 2024-03-21T13:03:09.700013+0000 mgr.x (mgr.34104) 198 : cluster [DBG] pgmap v124: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:10.646 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:10 smithi178 bash[75692]: cluster 2024-03-21T13:03:09.700547+0000 mgr.x (mgr.34104) 199 : cluster [DBG] pgmap v125: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:10.646 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:10 smithi178 bash[75692]: audit 2024-03-21T13:03:09.707944+0000 mon.a (mon.0) 17 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:10.646 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:10 smithi178 bash[75692]: cephadm 2024-03-21T13:03:09.711624+0000 mgr.x (mgr.34104) 200 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:10.646 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:10 smithi178 bash[75692]: audit 2024-03-21T13:03:09.791156+0000 mon.c (mon.1) 424 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:10.647 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:10 smithi178 bash[75692]: audit 2024-03-21T13:03:09.794184+0000 mon.c (mon.1) 425 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:10.647 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:10 smithi178 bash[75692]: audit 2024-03-21T13:03:09.797674+0000 mon.c (mon.1) 426 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:10.647 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:10 smithi178 bash[75692]: audit 2024-03-21T13:03:09.799034+0000 mon.c (mon.1) 427 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:10.647 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:10 smithi178 bash[75692]: cluster 2024-03-21T13:03:09.802469+0000 mgr.x (mgr.34104) 201 : cluster [DBG] pgmap v126: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:10.647 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:10 smithi178 bash[75692]: cluster 2024-03-21T13:03:09.802738+0000 mgr.x (mgr.34104) 202 : cluster [DBG] pgmap v127: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:10.647 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:10 smithi178 bash[75692]: audit 2024-03-21T13:03:09.807873+0000 mon.a (mon.0) 18 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:10.647 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:10 smithi178 bash[75692]: cephadm 2024-03-21T13:03:09.811870+0000 mgr.x (mgr.34104) 203 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:10.647 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:10 smithi178 bash[20270]: cluster 2024-03-21T13:03:09.597034+0000 mgr.x (mgr.34104) 195 : cluster [DBG] pgmap v122: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:03:10.647 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:10 smithi178 bash[20270]: cluster 2024-03-21T13:03:09.597535+0000 mgr.x (mgr.34104) 196 : cluster [DBG] pgmap v123: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:10.647 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:10 smithi178 bash[20270]: audit 2024-03-21T13:03:09.605530+0000 mon.a (mon.0) 16 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:10.647 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:10 smithi178 bash[20270]: cephadm 2024-03-21T13:03:09.608772+0000 mgr.x (mgr.34104) 197 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:10.648 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:10 smithi178 bash[20270]: audit 2024-03-21T13:03:09.687297+0000 mon.c (mon.1) 420 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:10.648 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:10 smithi178 bash[20270]: audit 2024-03-21T13:03:09.690334+0000 mon.c (mon.1) 421 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:10.648 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:10 smithi178 bash[20270]: audit 2024-03-21T13:03:09.694400+0000 mon.c (mon.1) 422 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:10.648 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:10 smithi178 bash[20270]: audit 2024-03-21T13:03:09.695959+0000 mon.c (mon.1) 423 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:10.648 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:10 smithi178 bash[20270]: cluster 2024-03-21T13:03:09.700013+0000 mgr.x (mgr.34104) 198 : cluster [DBG] pgmap v124: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:10.648 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:10 smithi178 bash[20270]: cluster 2024-03-21T13:03:09.700547+0000 mgr.x (mgr.34104) 199 : cluster [DBG] pgmap v125: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:10.648 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:10 smithi178 bash[20270]: audit 2024-03-21T13:03:09.707944+0000 mon.a (mon.0) 17 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:10.648 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:10 smithi178 bash[20270]: cephadm 2024-03-21T13:03:09.711624+0000 mgr.x (mgr.34104) 200 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:10.648 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:10 smithi178 bash[20270]: audit 2024-03-21T13:03:09.791156+0000 mon.c (mon.1) 424 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:10.648 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:10 smithi178 bash[20270]: audit 2024-03-21T13:03:09.794184+0000 mon.c (mon.1) 425 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:10.648 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:10 smithi178 bash[20270]: audit 2024-03-21T13:03:09.797674+0000 mon.c (mon.1) 426 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:10.648 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:10 smithi178 bash[20270]: audit 2024-03-21T13:03:09.799034+0000 mon.c (mon.1) 427 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:10.648 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:10 smithi178 bash[20270]: cluster 2024-03-21T13:03:09.802469+0000 mgr.x (mgr.34104) 201 : cluster [DBG] pgmap v126: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:10.649 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:10 smithi178 bash[20270]: cluster 2024-03-21T13:03:09.802738+0000 mgr.x (mgr.34104) 202 : cluster [DBG] pgmap v127: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:10.649 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:10 smithi178 bash[20270]: audit 2024-03-21T13:03:09.807873+0000 mon.a (mon.0) 18 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:10.649 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:10 smithi178 bash[20270]: cephadm 2024-03-21T13:03:09.811870+0000 mgr.x (mgr.34104) 203 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:10.649 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:10 smithi178 bash[75692]: audit 2024-03-21T13:03:09.889171+0000 mon.c (mon.1) 428 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:10.649 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:10 smithi178 bash[75692]: audit 2024-03-21T13:03:09.893602+0000 mon.c (mon.1) 429 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:10.649 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:10 smithi178 bash[75692]: audit 2024-03-21T13:03:09.897176+0000 mon.c (mon.1) 430 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:10.649 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:10 smithi178 bash[75692]: audit 2024-03-21T13:03:09.899035+0000 mon.c (mon.1) 431 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:10.649 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:10 smithi178 bash[75692]: cluster 2024-03-21T13:03:09.903487+0000 mgr.x (mgr.34104) 204 : cluster [DBG] pgmap v128: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:10.650 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:10 smithi178 bash[75692]: cluster 2024-03-21T13:03:09.904053+0000 mgr.x (mgr.34104) 205 : cluster [DBG] pgmap v129: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:10.650 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:10 smithi178 bash[75692]: audit 2024-03-21T13:03:09.915530+0000 mon.a (mon.0) 19 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:10.650 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:10 smithi178 bash[75692]: cephadm 2024-03-21T13:03:09.919277+0000 mgr.x (mgr.34104) 206 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:10.650 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:10 smithi178 bash[75692]: audit 2024-03-21T13:03:09.997019+0000 mon.c (mon.1) 432 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:10.650 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:10 smithi178 bash[75692]: audit 2024-03-21T13:03:10.000209+0000 mon.c (mon.1) 433 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:10.650 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:10 smithi178 bash[75692]: audit 2024-03-21T13:03:10.003350+0000 mon.c (mon.1) 434 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:10.650 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:10 smithi178 bash[75692]: audit 2024-03-21T13:03:10.004482+0000 mon.c (mon.1) 435 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:10.650 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:10 smithi178 bash[75692]: cluster 2024-03-21T13:03:10.008977+0000 mgr.x (mgr.34104) 207 : cluster [DBG] pgmap v130: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:10.650 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:10 smithi178 bash[75692]: cluster 2024-03-21T13:03:10.009422+0000 mgr.x (mgr.34104) 208 : cluster [DBG] pgmap v131: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:10.650 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:10 smithi178 bash[75692]: audit 2024-03-21T13:03:10.016747+0000 mon.a (mon.0) 20 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:10.650 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:10 smithi178 bash[75692]: cephadm 2024-03-21T13:03:10.019591+0000 mgr.x (mgr.34104) 209 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:10.650 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:10 smithi178 bash[75692]: audit 2024-03-21T13:03:10.096764+0000 mon.c (mon.1) 436 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:10.650 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:10 smithi178 bash[75692]: audit 2024-03-21T13:03:10.101634+0000 mon.c (mon.1) 437 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:10.650 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:10 smithi178 bash[75692]: audit 2024-03-21T13:03:10.105433+0000 mon.c (mon.1) 438 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:10.651 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:10 smithi178 bash[75692]: audit 2024-03-21T13:03:10.106865+0000 mon.c (mon.1) 439 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:10.651 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:10 smithi178 bash[75692]: cluster 2024-03-21T13:03:10.111296+0000 mgr.x (mgr.34104) 210 : cluster [DBG] pgmap v132: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:10.651 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:10 smithi178 bash[75692]: cluster 2024-03-21T13:03:10.111657+0000 mgr.x (mgr.34104) 211 : cluster [DBG] pgmap v133: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:10.651 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:10 smithi178 bash[75692]: audit 2024-03-21T13:03:10.119520+0000 mon.a (mon.0) 21 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:10.651 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:10 smithi178 bash[75692]: cephadm 2024-03-21T13:03:10.122212+0000 mgr.x (mgr.34104) 212 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:10.651 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:10 smithi178 bash[75692]: audit 2024-03-21T13:03:10.199968+0000 mon.c (mon.1) 440 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:10.651 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:10 smithi178 bash[75692]: audit 2024-03-21T13:03:10.203137+0000 mon.c (mon.1) 441 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:10.651 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:10 smithi178 bash[75692]: audit 2024-03-21T13:03:10.206784+0000 mon.c (mon.1) 442 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:10.651 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:10 smithi178 bash[75692]: audit 2024-03-21T13:03:10.208403+0000 mon.c (mon.1) 443 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:10.651 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:10 smithi178 bash[75692]: audit 2024-03-21T13:03:10.220682+0000 mon.a (mon.0) 22 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:10.651 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:10 smithi178 bash[75692]: audit 2024-03-21T13:03:10.301580+0000 mon.c (mon.1) 444 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:10.651 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:10 smithi178 bash[75692]: audit 2024-03-21T13:03:10.304868+0000 mon.c (mon.1) 445 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:10.651 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:10 smithi178 bash[75692]: audit 2024-03-21T13:03:10.309128+0000 mon.c (mon.1) 446 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:10.652 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:10 smithi178 bash[75692]: audit 2024-03-21T13:03:10.310561+0000 mon.c (mon.1) 447 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:10.652 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:10 smithi178 bash[75692]: audit 2024-03-21T13:03:10.321109+0000 mon.a (mon.0) 23 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:10.652 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:10 smithi178 bash[20270]: audit 2024-03-21T13:03:09.889171+0000 mon.c (mon.1) 428 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:10.652 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:10 smithi178 bash[20270]: audit 2024-03-21T13:03:09.893602+0000 mon.c (mon.1) 429 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:10.652 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:10 smithi178 bash[20270]: audit 2024-03-21T13:03:09.897176+0000 mon.c (mon.1) 430 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:10.652 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:10 smithi178 bash[20270]: audit 2024-03-21T13:03:09.899035+0000 mon.c (mon.1) 431 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:10.652 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:10 smithi178 bash[20270]: cluster 2024-03-21T13:03:09.903487+0000 mgr.x (mgr.34104) 204 : cluster [DBG] pgmap v128: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:10.652 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:10 smithi178 bash[20270]: cluster 2024-03-21T13:03:09.904053+0000 mgr.x (mgr.34104) 205 : cluster [DBG] pgmap v129: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:10.652 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:10 smithi178 bash[20270]: audit 2024-03-21T13:03:09.915530+0000 mon.a (mon.0) 19 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:10.652 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:10 smithi178 bash[20270]: cephadm 2024-03-21T13:03:09.919277+0000 mgr.x (mgr.34104) 206 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:10.653 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:10 smithi178 bash[20270]: audit 2024-03-21T13:03:09.997019+0000 mon.c (mon.1) 432 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:10.653 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:10 smithi178 bash[20270]: audit 2024-03-21T13:03:10.000209+0000 mon.c (mon.1) 433 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:10.653 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:10 smithi178 bash[20270]: audit 2024-03-21T13:03:10.003350+0000 mon.c (mon.1) 434 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:10.653 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:10 smithi178 bash[20270]: audit 2024-03-21T13:03:10.004482+0000 mon.c (mon.1) 435 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:10.653 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:10 smithi178 bash[20270]: cluster 2024-03-21T13:03:10.008977+0000 mgr.x (mgr.34104) 207 : cluster [DBG] pgmap v130: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:10.653 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:10 smithi178 bash[20270]: cluster 2024-03-21T13:03:10.009422+0000 mgr.x (mgr.34104) 208 : cluster [DBG] pgmap v131: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:10.653 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:10 smithi178 bash[20270]: audit 2024-03-21T13:03:10.016747+0000 mon.a (mon.0) 20 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:10.653 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:10 smithi178 bash[20270]: cephadm 2024-03-21T13:03:10.019591+0000 mgr.x (mgr.34104) 209 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:10.653 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:10 smithi178 bash[20270]: audit 2024-03-21T13:03:10.096764+0000 mon.c (mon.1) 436 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:10.653 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:10 smithi178 bash[20270]: audit 2024-03-21T13:03:10.101634+0000 mon.c (mon.1) 437 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:10.653 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:10 smithi178 bash[20270]: audit 2024-03-21T13:03:10.105433+0000 mon.c (mon.1) 438 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:10.653 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:10 smithi178 bash[20270]: audit 2024-03-21T13:03:10.106865+0000 mon.c (mon.1) 439 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:10.653 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:10 smithi178 bash[20270]: cluster 2024-03-21T13:03:10.111296+0000 mgr.x (mgr.34104) 210 : cluster [DBG] pgmap v132: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:10.653 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:10 smithi178 bash[20270]: cluster 2024-03-21T13:03:10.111657+0000 mgr.x (mgr.34104) 211 : cluster [DBG] pgmap v133: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:10.654 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:10 smithi178 bash[20270]: audit 2024-03-21T13:03:10.119520+0000 mon.a (mon.0) 21 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:10.654 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:10 smithi178 bash[20270]: cephadm 2024-03-21T13:03:10.122212+0000 mgr.x (mgr.34104) 212 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:10.654 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:10 smithi178 bash[20270]: audit 2024-03-21T13:03:10.199968+0000 mon.c (mon.1) 440 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:10.654 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:10 smithi178 bash[20270]: audit 2024-03-21T13:03:10.203137+0000 mon.c (mon.1) 441 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:10.654 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:10 smithi178 bash[20270]: audit 2024-03-21T13:03:10.206784+0000 mon.c (mon.1) 442 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:10.654 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:10 smithi178 bash[20270]: audit 2024-03-21T13:03:10.208403+0000 mon.c (mon.1) 443 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:10.654 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:10 smithi178 bash[20270]: audit 2024-03-21T13:03:10.220682+0000 mon.a (mon.0) 22 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:10.654 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:10 smithi178 bash[20270]: audit 2024-03-21T13:03:10.301580+0000 mon.c (mon.1) 444 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:10.654 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:10 smithi178 bash[20270]: audit 2024-03-21T13:03:10.304868+0000 mon.c (mon.1) 445 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:10.654 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:10 smithi178 bash[20270]: audit 2024-03-21T13:03:10.309128+0000 mon.c (mon.1) 446 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:10.654 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:10 smithi178 bash[20270]: audit 2024-03-21T13:03:10.310561+0000 mon.c (mon.1) 447 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:10.654 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:10 smithi178 bash[20270]: audit 2024-03-21T13:03:10.321109+0000 mon.a (mon.0) 23 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:10.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:10 smithi184 bash[14608]: cluster 2024-03-21T13:03:09.258961+0000 mgr.x (mgr.34104) 189 : cluster [DBG] pgmap v118: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-21T13:03:10.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:10 smithi184 bash[14608]: cluster 2024-03-21T13:03:09.369950+0000 mon.a (mon.0) 13 : cluster [WRN] Health check update: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-21T13:03:10.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:10 smithi184 bash[14608]: audit 2024-03-21T13:03:09.381327+0000 mon.c (mon.1) 410 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:10.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:10 smithi184 bash[14608]: audit 2024-03-21T13:03:09.386047+0000 mon.c (mon.1) 411 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:10.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:10 smithi184 bash[14608]: cluster 2024-03-21T13:03:09.389999+0000 mgr.x (mgr.34104) 190 : cluster [DBG] pgmap v119: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 640 B/s rd, 0 op/s 2024-03-21T13:03:10.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:10 smithi184 bash[14608]: audit 2024-03-21T13:03:09.394220+0000 mon.a (mon.0) 14 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:10.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:10 smithi184 bash[14608]: cephadm 2024-03-21T13:03:09.396823+0000 mgr.x (mgr.34104) 191 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:10.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:10 smithi184 bash[14608]: audit 2024-03-21T13:03:09.477652+0000 mon.c (mon.1) 412 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:10.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:10 smithi184 bash[14608]: audit 2024-03-21T13:03:09.481053+0000 mon.c (mon.1) 413 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:10.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:10 smithi184 bash[14608]: audit 2024-03-21T13:03:09.486451+0000 mon.c (mon.1) 414 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:10.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:10 smithi184 bash[14608]: audit 2024-03-21T13:03:09.488373+0000 mon.c (mon.1) 415 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:10.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:10 smithi184 bash[14608]: cluster 2024-03-21T13:03:09.492952+0000 mgr.x (mgr.34104) 192 : cluster [DBG] pgmap v120: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 840 B/s rd, 0 op/s 2024-03-21T13:03:10.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:10 smithi184 bash[14608]: cluster 2024-03-21T13:03:09.493507+0000 mgr.x (mgr.34104) 193 : cluster [DBG] pgmap v121: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:03:10.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:10 smithi184 bash[14608]: audit 2024-03-21T13:03:09.499393+0000 mon.a (mon.0) 15 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:10.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:10 smithi184 bash[14608]: cephadm 2024-03-21T13:03:09.502995+0000 mgr.x (mgr.34104) 194 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:10.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:10 smithi184 bash[14608]: audit 2024-03-21T13:03:09.582717+0000 mon.c (mon.1) 416 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:10.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:10 smithi184 bash[14608]: audit 2024-03-21T13:03:09.586281+0000 mon.c (mon.1) 417 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:10.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:10 smithi184 bash[14608]: audit 2024-03-21T13:03:09.590591+0000 mon.c (mon.1) 418 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:10.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:10 smithi184 bash[14608]: audit 2024-03-21T13:03:09.592388+0000 mon.c (mon.1) 419 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:10.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:10 smithi184 bash[14608]: cluster 2024-03-21T13:03:09.597034+0000 mgr.x (mgr.34104) 195 : cluster [DBG] pgmap v122: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:03:10.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:10 smithi184 bash[14608]: cluster 2024-03-21T13:03:09.597535+0000 mgr.x (mgr.34104) 196 : cluster [DBG] pgmap v123: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:10.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:10 smithi184 bash[14608]: audit 2024-03-21T13:03:09.605530+0000 mon.a (mon.0) 16 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:10.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:10 smithi184 bash[14608]: cephadm 2024-03-21T13:03:09.608772+0000 mgr.x (mgr.34104) 197 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:10.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:10 smithi184 bash[14608]: audit 2024-03-21T13:03:09.687297+0000 mon.c (mon.1) 420 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:10.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:10 smithi184 bash[14608]: audit 2024-03-21T13:03:09.690334+0000 mon.c (mon.1) 421 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:10.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:10 smithi184 bash[14608]: audit 2024-03-21T13:03:09.694400+0000 mon.c (mon.1) 422 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:10.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:10 smithi184 bash[14608]: audit 2024-03-21T13:03:09.695959+0000 mon.c (mon.1) 423 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:10.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:10 smithi184 bash[14608]: cluster 2024-03-21T13:03:09.700013+0000 mgr.x (mgr.34104) 198 : cluster [DBG] pgmap v124: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:10.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:10 smithi184 bash[14608]: cluster 2024-03-21T13:03:09.700547+0000 mgr.x (mgr.34104) 199 : cluster [DBG] pgmap v125: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:10.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:10 smithi184 bash[14608]: audit 2024-03-21T13:03:09.707944+0000 mon.a (mon.0) 17 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:10.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:10 smithi184 bash[14608]: cephadm 2024-03-21T13:03:09.711624+0000 mgr.x (mgr.34104) 200 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:10.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:10 smithi184 bash[14608]: audit 2024-03-21T13:03:09.791156+0000 mon.c (mon.1) 424 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:10.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:10 smithi184 bash[14608]: audit 2024-03-21T13:03:09.794184+0000 mon.c (mon.1) 425 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:10.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:10 smithi184 bash[14608]: audit 2024-03-21T13:03:09.797674+0000 mon.c (mon.1) 426 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:10.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:10 smithi184 bash[14608]: audit 2024-03-21T13:03:09.799034+0000 mon.c (mon.1) 427 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:10.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:10 smithi184 bash[14608]: cluster 2024-03-21T13:03:09.802469+0000 mgr.x (mgr.34104) 201 : cluster [DBG] pgmap v126: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:10.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:10 smithi184 bash[14608]: cluster 2024-03-21T13:03:09.802738+0000 mgr.x (mgr.34104) 202 : cluster [DBG] pgmap v127: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:10.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:10 smithi184 bash[14608]: audit 2024-03-21T13:03:09.807873+0000 mon.a (mon.0) 18 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:10.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:10 smithi184 bash[14608]: cephadm 2024-03-21T13:03:09.811870+0000 mgr.x (mgr.34104) 203 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:10.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:10 smithi184 bash[14608]: audit 2024-03-21T13:03:09.889171+0000 mon.c (mon.1) 428 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:10.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:10 smithi184 bash[14608]: audit 2024-03-21T13:03:09.893602+0000 mon.c (mon.1) 429 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:10.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:10 smithi184 bash[14608]: audit 2024-03-21T13:03:09.897176+0000 mon.c (mon.1) 430 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:10.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:10 smithi184 bash[14608]: audit 2024-03-21T13:03:09.899035+0000 mon.c (mon.1) 431 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:10.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:10 smithi184 bash[14608]: cluster 2024-03-21T13:03:09.903487+0000 mgr.x (mgr.34104) 204 : cluster [DBG] pgmap v128: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:10.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:10 smithi184 bash[14608]: cluster 2024-03-21T13:03:09.904053+0000 mgr.x (mgr.34104) 205 : cluster [DBG] pgmap v129: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:10.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:10 smithi184 bash[14608]: audit 2024-03-21T13:03:09.915530+0000 mon.a (mon.0) 19 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:10.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:10 smithi184 bash[14608]: cephadm 2024-03-21T13:03:09.919277+0000 mgr.x (mgr.34104) 206 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:10.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:10 smithi184 bash[14608]: audit 2024-03-21T13:03:09.997019+0000 mon.c (mon.1) 432 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:10.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:10 smithi184 bash[14608]: audit 2024-03-21T13:03:10.000209+0000 mon.c (mon.1) 433 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:10.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:10 smithi184 bash[14608]: audit 2024-03-21T13:03:10.003350+0000 mon.c (mon.1) 434 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:10.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:10 smithi184 bash[14608]: audit 2024-03-21T13:03:10.004482+0000 mon.c (mon.1) 435 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:10.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:10 smithi184 bash[14608]: cluster 2024-03-21T13:03:10.008977+0000 mgr.x (mgr.34104) 207 : cluster [DBG] pgmap v130: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:10.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:10 smithi184 bash[14608]: cluster 2024-03-21T13:03:10.009422+0000 mgr.x (mgr.34104) 208 : cluster [DBG] pgmap v131: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:10.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:10 smithi184 bash[14608]: audit 2024-03-21T13:03:10.016747+0000 mon.a (mon.0) 20 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:10.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:10 smithi184 bash[14608]: cephadm 2024-03-21T13:03:10.019591+0000 mgr.x (mgr.34104) 209 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:10.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:10 smithi184 bash[14608]: audit 2024-03-21T13:03:10.096764+0000 mon.c (mon.1) 436 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:10.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:10 smithi184 bash[14608]: audit 2024-03-21T13:03:10.101634+0000 mon.c (mon.1) 437 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:10.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:10 smithi184 bash[14608]: audit 2024-03-21T13:03:10.105433+0000 mon.c (mon.1) 438 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:10.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:10 smithi184 bash[14608]: audit 2024-03-21T13:03:10.106865+0000 mon.c (mon.1) 439 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:10.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:10 smithi184 bash[14608]: cluster 2024-03-21T13:03:10.111296+0000 mgr.x (mgr.34104) 210 : cluster [DBG] pgmap v132: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:10.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:10 smithi184 bash[14608]: cluster 2024-03-21T13:03:10.111657+0000 mgr.x (mgr.34104) 211 : cluster [DBG] pgmap v133: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:10.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:10 smithi184 bash[14608]: audit 2024-03-21T13:03:10.119520+0000 mon.a (mon.0) 21 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:10.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:10 smithi184 bash[14608]: cephadm 2024-03-21T13:03:10.122212+0000 mgr.x (mgr.34104) 212 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:10.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:10 smithi184 bash[14608]: audit 2024-03-21T13:03:10.199968+0000 mon.c (mon.1) 440 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:10.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:10 smithi184 bash[14608]: audit 2024-03-21T13:03:10.203137+0000 mon.c (mon.1) 441 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:10.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:10 smithi184 bash[14608]: audit 2024-03-21T13:03:10.206784+0000 mon.c (mon.1) 442 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:10.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:10 smithi184 bash[14608]: audit 2024-03-21T13:03:10.208403+0000 mon.c (mon.1) 443 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:10.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:10 smithi184 bash[14608]: audit 2024-03-21T13:03:10.220682+0000 mon.a (mon.0) 22 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:10.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:10 smithi184 bash[14608]: audit 2024-03-21T13:03:10.301580+0000 mon.c (mon.1) 444 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:10.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:10 smithi184 bash[14608]: audit 2024-03-21T13:03:10.304868+0000 mon.c (mon.1) 445 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:10.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:10 smithi184 bash[14608]: audit 2024-03-21T13:03:10.309128+0000 mon.c (mon.1) 446 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:10.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:10 smithi184 bash[14608]: audit 2024-03-21T13:03:10.310561+0000 mon.c (mon.1) 447 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:10.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:10 smithi184 bash[14608]: audit 2024-03-21T13:03:10.321109+0000 mon.a (mon.0) 23 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:11.691 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:11 smithi178 bash[75692]: cluster 2024-03-21T13:03:10.212350+0000 mgr.x (mgr.34104) 213 : cluster [DBG] pgmap v134: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:11.691 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:11 smithi178 bash[75692]: cluster 2024-03-21T13:03:10.212864+0000 mgr.x (mgr.34104) 214 : cluster [DBG] pgmap v135: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:11.691 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:11 smithi178 bash[75692]: cephadm 2024-03-21T13:03:10.223262+0000 mgr.x (mgr.34104) 215 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:11.691 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:11 smithi178 bash[75692]: cluster 2024-03-21T13:03:10.314480+0000 mgr.x (mgr.34104) 216 : cluster [DBG] pgmap v136: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:11.691 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:11 smithi178 bash[75692]: cephadm 2024-03-21T13:03:10.324266+0000 mgr.x (mgr.34104) 217 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:11.691 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:11 smithi178 bash[75692]: audit 2024-03-21T13:03:10.397940+0000 mon.c (mon.1) 448 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:11.691 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:11 smithi178 bash[75692]: audit 2024-03-21T13:03:10.400478+0000 mon.c (mon.1) 449 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:11.691 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:11 smithi178 bash[75692]: audit 2024-03-21T13:03:10.402834+0000 mon.c (mon.1) 450 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:11.691 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:11 smithi178 bash[75692]: audit 2024-03-21T13:03:10.403774+0000 mon.c (mon.1) 451 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:11.691 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:11 smithi178 bash[75692]: cluster 2024-03-21T13:03:10.407010+0000 mgr.x (mgr.34104) 218 : cluster [DBG] pgmap v137: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:11.691 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:11 smithi178 bash[75692]: cluster 2024-03-21T13:03:10.407209+0000 mgr.x (mgr.34104) 219 : cluster [DBG] pgmap v138: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:11.692 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:11 smithi178 bash[75692]: audit 2024-03-21T13:03:10.411986+0000 mon.a (mon.0) 24 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:11.692 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:11 smithi178 bash[75692]: cephadm 2024-03-21T13:03:10.415224+0000 mgr.x (mgr.34104) 220 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:11.692 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:11 smithi178 bash[75692]: audit 2024-03-21T13:03:10.496495+0000 mon.c (mon.1) 452 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:11.692 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:11 smithi178 bash[75692]: audit 2024-03-21T13:03:10.499454+0000 mon.c (mon.1) 453 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:11.692 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:11 smithi178 bash[75692]: audit 2024-03-21T13:03:10.502888+0000 mon.c (mon.1) 454 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:11.692 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:11 smithi178 bash[75692]: audit 2024-03-21T13:03:10.504272+0000 mon.c (mon.1) 455 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:11.692 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:11 smithi178 bash[75692]: cluster 2024-03-21T13:03:10.508006+0000 mgr.x (mgr.34104) 221 : cluster [DBG] pgmap v139: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:11.692 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:11 smithi178 bash[75692]: cluster 2024-03-21T13:03:10.508386+0000 mgr.x (mgr.34104) 222 : cluster [DBG] pgmap v140: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:11.692 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:11 smithi178 bash[75692]: audit 2024-03-21T13:03:10.516157+0000 mon.a (mon.0) 25 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:11.692 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:11 smithi178 bash[75692]: cephadm 2024-03-21T13:03:10.518866+0000 mgr.x (mgr.34104) 223 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:11.692 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:11 smithi178 bash[75692]: audit 2024-03-21T13:03:10.545060+0000 mgr.x (mgr.34104) 224 : audit [DBG] from='client.15585 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:03:11.692 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:11 smithi178 bash[75692]: audit 2024-03-21T13:03:10.596054+0000 mon.c (mon.1) 456 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:11.692 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:11 smithi178 bash[75692]: audit 2024-03-21T13:03:10.599334+0000 mon.c (mon.1) 457 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:11.692 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:11 smithi178 bash[75692]: audit 2024-03-21T13:03:10.602790+0000 mon.c (mon.1) 458 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:11.692 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:11 smithi178 bash[75692]: audit 2024-03-21T13:03:10.604307+0000 mon.c (mon.1) 459 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:11.693 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:11 smithi178 bash[75692]: cluster 2024-03-21T13:03:10.609266+0000 mgr.x (mgr.34104) 225 : cluster [DBG] pgmap v141: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 13 KiB/s rd, 12 op/s 2024-03-21T13:03:11.693 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:11 smithi178 bash[75692]: cluster 2024-03-21T13:03:10.609803+0000 mgr.x (mgr.34104) 226 : cluster [DBG] pgmap v142: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s 2024-03-21T13:03:11.693 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:11 smithi178 bash[75692]: audit 2024-03-21T13:03:10.614940+0000 mon.a (mon.0) 26 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:11.693 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:11 smithi178 bash[75692]: cephadm 2024-03-21T13:03:10.618956+0000 mgr.x (mgr.34104) 227 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:11.693 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:11 smithi178 bash[75692]: audit 2024-03-21T13:03:10.695951+0000 mon.c (mon.1) 460 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:11.693 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:11 smithi178 bash[75692]: audit 2024-03-21T13:03:10.699157+0000 mon.c (mon.1) 461 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:11.693 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:11 smithi178 bash[75692]: audit 2024-03-21T13:03:10.702607+0000 mon.c (mon.1) 462 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:11.693 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:11 smithi178 bash[75692]: audit 2024-03-21T13:03:10.704251+0000 mon.c (mon.1) 463 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:11.693 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:11 smithi178 bash[75692]: cluster 2024-03-21T13:03:10.708366+0000 mgr.x (mgr.34104) 228 : cluster [DBG] pgmap v143: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s 2024-03-21T13:03:11.693 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:11 smithi178 bash[75692]: cluster 2024-03-21T13:03:10.708810+0000 mgr.x (mgr.34104) 229 : cluster [DBG] pgmap v144: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s 2024-03-21T13:03:11.693 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:11 smithi178 bash[75692]: audit 2024-03-21T13:03:10.716603+0000 mon.a (mon.0) 27 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:11.693 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:11 smithi178 bash[75692]: cephadm 2024-03-21T13:03:10.719521+0000 mgr.x (mgr.34104) 230 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:11.693 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:11 smithi178 bash[75692]: audit 2024-03-21T13:03:10.798887+0000 mon.c (mon.1) 464 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:11.694 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:11 smithi178 bash[75692]: audit 2024-03-21T13:03:10.802132+0000 mon.c (mon.1) 465 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:11.694 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:11 smithi178 bash[75692]: audit 2024-03-21T13:03:10.806592+0000 mon.c (mon.1) 466 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:11.694 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:11 smithi178 bash[75692]: audit 2024-03-21T13:03:10.808292+0000 mon.c (mon.1) 467 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:11.694 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:11 smithi178 bash[75692]: cluster 2024-03-21T13:03:10.812452+0000 mgr.x (mgr.34104) 231 : cluster [DBG] pgmap v145: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s 2024-03-21T13:03:11.694 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:11 smithi178 bash[75692]: cluster 2024-03-21T13:03:10.813003+0000 mgr.x (mgr.34104) 232 : cluster [DBG] pgmap v146: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s 2024-03-21T13:03:11.694 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:11 smithi178 bash[75692]: audit 2024-03-21T13:03:10.820156+0000 mon.a (mon.0) 28 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:11.694 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:11 smithi178 bash[75692]: cephadm 2024-03-21T13:03:10.823199+0000 mgr.x (mgr.34104) 233 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:11.694 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:11 smithi178 bash[75692]: audit 2024-03-21T13:03:10.903063+0000 mon.c (mon.1) 468 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:11.694 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:11 smithi178 bash[75692]: audit 2024-03-21T13:03:10.906467+0000 mon.c (mon.1) 469 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:11.694 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:11 smithi178 bash[75692]: audit 2024-03-21T13:03:10.910731+0000 mon.c (mon.1) 470 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:11.694 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:11 smithi178 bash[75692]: audit 2024-03-21T13:03:10.912067+0000 mon.c (mon.1) 471 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:11.694 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:11 smithi178 bash[75692]: cluster 2024-03-21T13:03:10.916166+0000 mgr.x (mgr.34104) 234 : cluster [DBG] pgmap v147: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:11.694 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:11 smithi178 bash[75692]: cluster 2024-03-21T13:03:10.916690+0000 mgr.x (mgr.34104) 235 : cluster [DBG] pgmap v148: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:11.694 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:11 smithi178 bash[75692]: audit 2024-03-21T13:03:10.924029+0000 mon.a (mon.0) 29 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:11.695 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:11 smithi178 bash[75692]: cephadm 2024-03-21T13:03:10.927098+0000 mgr.x (mgr.34104) 236 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:11.695 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:11 smithi178 bash[75692]: audit 2024-03-21T13:03:11.005955+0000 mon.c (mon.1) 472 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:11.695 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:11 smithi178 bash[75692]: audit 2024-03-21T13:03:11.009597+0000 mon.c (mon.1) 473 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:11.695 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:11 smithi178 bash[75692]: audit 2024-03-21T13:03:11.012863+0000 mon.c (mon.1) 474 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:11.695 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:11 smithi178 bash[75692]: audit 2024-03-21T13:03:11.014350+0000 mon.c (mon.1) 475 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:11.695 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:11 smithi178 bash[75692]: cluster 2024-03-21T13:03:11.018415+0000 mgr.x (mgr.34104) 237 : cluster [DBG] pgmap v149: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:11.695 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:11 smithi178 bash[20270]: cluster 2024-03-21T13:03:10.212350+0000 mgr.x (mgr.34104) 213 : cluster [DBG] pgmap v134: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:11.695 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:11 smithi178 bash[20270]: cluster 2024-03-21T13:03:10.212864+0000 mgr.x (mgr.34104) 214 : cluster [DBG] pgmap v135: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:11.695 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:11 smithi178 bash[20270]: cephadm 2024-03-21T13:03:10.223262+0000 mgr.x (mgr.34104) 215 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:11.695 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:11 smithi178 bash[20270]: cluster 2024-03-21T13:03:10.314480+0000 mgr.x (mgr.34104) 216 : cluster [DBG] pgmap v136: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:11.695 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:11 smithi178 bash[20270]: cephadm 2024-03-21T13:03:10.324266+0000 mgr.x (mgr.34104) 217 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:11.696 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:11 smithi178 bash[20270]: audit 2024-03-21T13:03:10.397940+0000 mon.c (mon.1) 448 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:11.696 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:11 smithi178 bash[20270]: audit 2024-03-21T13:03:10.400478+0000 mon.c (mon.1) 449 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:11.696 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:11 smithi178 bash[20270]: audit 2024-03-21T13:03:10.402834+0000 mon.c (mon.1) 450 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:11.696 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:11 smithi178 bash[20270]: audit 2024-03-21T13:03:10.403774+0000 mon.c (mon.1) 451 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:11.696 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:11 smithi178 bash[20270]: cluster 2024-03-21T13:03:10.407010+0000 mgr.x (mgr.34104) 218 : cluster [DBG] pgmap v137: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:11.696 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:11 smithi178 bash[20270]: cluster 2024-03-21T13:03:10.407209+0000 mgr.x (mgr.34104) 219 : cluster [DBG] pgmap v138: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:11.696 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:11 smithi178 bash[20270]: audit 2024-03-21T13:03:10.411986+0000 mon.a (mon.0) 24 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:11.696 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:11 smithi178 bash[20270]: cephadm 2024-03-21T13:03:10.415224+0000 mgr.x (mgr.34104) 220 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:11.696 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:11 smithi178 bash[20270]: audit 2024-03-21T13:03:10.496495+0000 mon.c (mon.1) 452 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:11.696 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:11 smithi178 bash[20270]: audit 2024-03-21T13:03:10.499454+0000 mon.c (mon.1) 453 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:11.696 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:11 smithi178 bash[20270]: audit 2024-03-21T13:03:10.502888+0000 mon.c (mon.1) 454 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:11.696 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:11 smithi178 bash[20270]: audit 2024-03-21T13:03:10.504272+0000 mon.c (mon.1) 455 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:11.696 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:11 smithi178 bash[20270]: cluster 2024-03-21T13:03:10.508006+0000 mgr.x (mgr.34104) 221 : cluster [DBG] pgmap v139: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:11.697 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:11 smithi178 bash[20270]: cluster 2024-03-21T13:03:10.508386+0000 mgr.x (mgr.34104) 222 : cluster [DBG] pgmap v140: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:11.697 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:11 smithi178 bash[20270]: audit 2024-03-21T13:03:10.516157+0000 mon.a (mon.0) 25 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:11.697 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:11 smithi178 bash[75692]: cluster 2024-03-21T13:03:11.018701+0000 mgr.x (mgr.34104) 238 : cluster [DBG] pgmap v150: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:11.697 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:11 smithi178 bash[75692]: audit 2024-03-21T13:03:11.027090+0000 mon.a (mon.0) 30 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:11.697 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:11 smithi178 bash[75692]: cephadm 2024-03-21T13:03:11.029998+0000 mgr.x (mgr.34104) 239 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:11.697 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:11 smithi178 bash[75692]: audit 2024-03-21T13:03:11.108001+0000 mon.c (mon.1) 476 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:11.697 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:11 smithi178 bash[75692]: audit 2024-03-21T13:03:11.111031+0000 mon.c (mon.1) 477 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:11.697 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:11 smithi178 bash[75692]: audit 2024-03-21T13:03:11.114376+0000 mon.c (mon.1) 478 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:11.697 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:11 smithi178 bash[75692]: audit 2024-03-21T13:03:11.115739+0000 mon.c (mon.1) 479 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:11.697 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:11 smithi178 bash[75692]: cluster 2024-03-21T13:03:11.119712+0000 mgr.x (mgr.34104) 240 : cluster [DBG] pgmap v151: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:11.698 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:11 smithi178 bash[75692]: cluster 2024-03-21T13:03:11.120383+0000 mgr.x (mgr.34104) 241 : cluster [DBG] pgmap v152: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:11.698 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:11 smithi178 bash[75692]: audit 2024-03-21T13:03:11.129213+0000 mon.a (mon.0) 31 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:11.698 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:11 smithi178 bash[75692]: cephadm 2024-03-21T13:03:11.132318+0000 mgr.x (mgr.34104) 242 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:11.698 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:11 smithi178 bash[75692]: audit 2024-03-21T13:03:11.211274+0000 mon.c (mon.1) 480 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:11.698 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:11 smithi178 bash[75692]: audit 2024-03-21T13:03:11.214015+0000 mon.c (mon.1) 481 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:11.698 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:11 smithi178 bash[75692]: audit 2024-03-21T13:03:11.217892+0000 mon.c (mon.1) 482 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:11.698 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:11 smithi178 bash[75692]: audit 2024-03-21T13:03:11.219548+0000 mon.c (mon.1) 483 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:11.698 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:11 smithi178 bash[75692]: audit 2024-03-21T13:03:11.232153+0000 mon.a (mon.0) 32 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:11.698 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:11 smithi178 bash[75692]: audit 2024-03-21T13:03:11.312425+0000 mon.c (mon.1) 484 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:11.698 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:11 smithi178 bash[75692]: audit 2024-03-21T13:03:11.315756+0000 mon.c (mon.1) 485 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:11.698 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:11 smithi178 bash[75692]: audit 2024-03-21T13:03:11.318893+0000 mon.c (mon.1) 486 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:11.698 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:11 smithi178 bash[75692]: audit 2024-03-21T13:03:11.320096+0000 mon.c (mon.1) 487 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:11.698 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:11 smithi178 bash[75692]: audit 2024-03-21T13:03:11.331402+0000 mon.a (mon.0) 33 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:11.699 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:11 smithi178 bash[20270]: cephadm 2024-03-21T13:03:10.518866+0000 mgr.x (mgr.34104) 223 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:11.699 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:11 smithi178 bash[20270]: audit 2024-03-21T13:03:10.545060+0000 mgr.x (mgr.34104) 224 : audit [DBG] from='client.15585 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:03:11.699 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:11 smithi178 bash[20270]: audit 2024-03-21T13:03:10.596054+0000 mon.c (mon.1) 456 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:11.699 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:11 smithi178 bash[20270]: audit 2024-03-21T13:03:10.599334+0000 mon.c (mon.1) 457 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:11.699 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:11 smithi178 bash[20270]: audit 2024-03-21T13:03:10.602790+0000 mon.c (mon.1) 458 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:11.699 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:11 smithi178 bash[20270]: audit 2024-03-21T13:03:10.604307+0000 mon.c (mon.1) 459 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:11.699 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:11 smithi178 bash[20270]: cluster 2024-03-21T13:03:10.609266+0000 mgr.x (mgr.34104) 225 : cluster [DBG] pgmap v141: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 13 KiB/s rd, 12 op/s 2024-03-21T13:03:11.699 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:11 smithi178 bash[20270]: cluster 2024-03-21T13:03:10.609803+0000 mgr.x (mgr.34104) 226 : cluster [DBG] pgmap v142: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s 2024-03-21T13:03:11.699 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:11 smithi178 bash[20270]: audit 2024-03-21T13:03:10.614940+0000 mon.a (mon.0) 26 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:11.700 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:11 smithi178 bash[20270]: cephadm 2024-03-21T13:03:10.618956+0000 mgr.x (mgr.34104) 227 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:11.700 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:11 smithi178 bash[20270]: audit 2024-03-21T13:03:10.695951+0000 mon.c (mon.1) 460 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:11.700 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:11 smithi178 bash[20270]: audit 2024-03-21T13:03:10.699157+0000 mon.c (mon.1) 461 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:11.700 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:11 smithi178 bash[20270]: audit 2024-03-21T13:03:10.702607+0000 mon.c (mon.1) 462 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:11.700 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:11 smithi178 bash[20270]: audit 2024-03-21T13:03:10.704251+0000 mon.c (mon.1) 463 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:11.700 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:11 smithi178 bash[20270]: cluster 2024-03-21T13:03:10.708366+0000 mgr.x (mgr.34104) 228 : cluster [DBG] pgmap v143: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s 2024-03-21T13:03:11.700 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:11 smithi178 bash[20270]: cluster 2024-03-21T13:03:10.708810+0000 mgr.x (mgr.34104) 229 : cluster [DBG] pgmap v144: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s 2024-03-21T13:03:11.700 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:11 smithi178 bash[20270]: audit 2024-03-21T13:03:10.716603+0000 mon.a (mon.0) 27 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:11.700 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:11 smithi178 bash[20270]: cephadm 2024-03-21T13:03:10.719521+0000 mgr.x (mgr.34104) 230 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:11.700 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:11 smithi178 bash[20270]: audit 2024-03-21T13:03:10.798887+0000 mon.c (mon.1) 464 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:11.700 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:11 smithi178 bash[20270]: audit 2024-03-21T13:03:10.802132+0000 mon.c (mon.1) 465 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:11.700 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:11 smithi178 bash[20270]: audit 2024-03-21T13:03:10.806592+0000 mon.c (mon.1) 466 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:11.700 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:11 smithi178 bash[20270]: audit 2024-03-21T13:03:10.808292+0000 mon.c (mon.1) 467 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:11.700 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:11 smithi178 bash[20270]: cluster 2024-03-21T13:03:10.812452+0000 mgr.x (mgr.34104) 231 : cluster [DBG] pgmap v145: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s 2024-03-21T13:03:11.701 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:11 smithi178 bash[20270]: cluster 2024-03-21T13:03:10.813003+0000 mgr.x (mgr.34104) 232 : cluster [DBG] pgmap v146: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s 2024-03-21T13:03:11.701 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:11 smithi178 bash[20270]: audit 2024-03-21T13:03:10.820156+0000 mon.a (mon.0) 28 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:11.701 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:11 smithi178 bash[20270]: cephadm 2024-03-21T13:03:10.823199+0000 mgr.x (mgr.34104) 233 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:11.701 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:11 smithi178 bash[20270]: audit 2024-03-21T13:03:10.903063+0000 mon.c (mon.1) 468 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:11.701 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:11 smithi178 bash[20270]: audit 2024-03-21T13:03:10.906467+0000 mon.c (mon.1) 469 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:11.701 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:11 smithi178 bash[20270]: audit 2024-03-21T13:03:10.910731+0000 mon.c (mon.1) 470 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:11.701 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:11 smithi178 bash[20270]: audit 2024-03-21T13:03:10.912067+0000 mon.c (mon.1) 471 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:11.701 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:11 smithi178 bash[20270]: cluster 2024-03-21T13:03:10.916166+0000 mgr.x (mgr.34104) 234 : cluster [DBG] pgmap v147: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:11.701 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:11 smithi178 bash[20270]: cluster 2024-03-21T13:03:10.916690+0000 mgr.x (mgr.34104) 235 : cluster [DBG] pgmap v148: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:11.701 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:11 smithi178 bash[20270]: audit 2024-03-21T13:03:10.924029+0000 mon.a (mon.0) 29 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:11.701 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:11 smithi178 bash[20270]: cephadm 2024-03-21T13:03:10.927098+0000 mgr.x (mgr.34104) 236 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:11.701 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:11 smithi178 bash[20270]: audit 2024-03-21T13:03:11.005955+0000 mon.c (mon.1) 472 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:11.701 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:11 smithi178 bash[20270]: audit 2024-03-21T13:03:11.009597+0000 mon.c (mon.1) 473 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:11.701 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:11 smithi178 bash[20270]: audit 2024-03-21T13:03:11.012863+0000 mon.c (mon.1) 474 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:11.701 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:11 smithi178 bash[20270]: audit 2024-03-21T13:03:11.014350+0000 mon.c (mon.1) 475 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:11.701 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:11 smithi178 bash[20270]: cluster 2024-03-21T13:03:11.018415+0000 mgr.x (mgr.34104) 237 : cluster [DBG] pgmap v149: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:11.702 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:11 smithi178 bash[20270]: cluster 2024-03-21T13:03:11.018701+0000 mgr.x (mgr.34104) 238 : cluster [DBG] pgmap v150: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:11.702 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:11 smithi178 bash[20270]: audit 2024-03-21T13:03:11.027090+0000 mon.a (mon.0) 30 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:11.702 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:11 smithi178 bash[20270]: cephadm 2024-03-21T13:03:11.029998+0000 mgr.x (mgr.34104) 239 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:11.702 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:11 smithi178 bash[20270]: audit 2024-03-21T13:03:11.108001+0000 mon.c (mon.1) 476 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:11.702 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:11 smithi178 bash[20270]: audit 2024-03-21T13:03:11.111031+0000 mon.c (mon.1) 477 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:11.702 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:11 smithi178 bash[20270]: audit 2024-03-21T13:03:11.114376+0000 mon.c (mon.1) 478 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:11.702 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:11 smithi178 bash[20270]: audit 2024-03-21T13:03:11.115739+0000 mon.c (mon.1) 479 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:11.702 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:11 smithi178 bash[20270]: cluster 2024-03-21T13:03:11.119712+0000 mgr.x (mgr.34104) 240 : cluster [DBG] pgmap v151: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:11.702 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:11 smithi178 bash[20270]: cluster 2024-03-21T13:03:11.120383+0000 mgr.x (mgr.34104) 241 : cluster [DBG] pgmap v152: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:11.702 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:11 smithi178 bash[20270]: audit 2024-03-21T13:03:11.129213+0000 mon.a (mon.0) 31 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:11.702 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:11 smithi178 bash[20270]: cephadm 2024-03-21T13:03:11.132318+0000 mgr.x (mgr.34104) 242 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:11.702 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:11 smithi178 bash[20270]: audit 2024-03-21T13:03:11.211274+0000 mon.c (mon.1) 480 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:11.702 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:11 smithi178 bash[20270]: audit 2024-03-21T13:03:11.214015+0000 mon.c (mon.1) 481 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:11.703 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:11 smithi178 bash[20270]: audit 2024-03-21T13:03:11.217892+0000 mon.c (mon.1) 482 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:11.703 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:11 smithi178 bash[20270]: audit 2024-03-21T13:03:11.219548+0000 mon.c (mon.1) 483 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:11.703 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:11 smithi178 bash[20270]: audit 2024-03-21T13:03:11.232153+0000 mon.a (mon.0) 32 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:11.703 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:11 smithi178 bash[20270]: audit 2024-03-21T13:03:11.312425+0000 mon.c (mon.1) 484 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:11.703 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:11 smithi178 bash[20270]: audit 2024-03-21T13:03:11.315756+0000 mon.c (mon.1) 485 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:11.703 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:11 smithi178 bash[20270]: audit 2024-03-21T13:03:11.318893+0000 mon.c (mon.1) 486 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:11.703 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:11 smithi178 bash[20270]: audit 2024-03-21T13:03:11.320096+0000 mon.c (mon.1) 487 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:11.703 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:11 smithi178 bash[20270]: audit 2024-03-21T13:03:11.331402+0000 mon.a (mon.0) 33 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:11.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:11 smithi184 bash[14608]: cluster 2024-03-21T13:03:10.212350+0000 mgr.x (mgr.34104) 213 : cluster [DBG] pgmap v134: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:11.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:11 smithi184 bash[14608]: cluster 2024-03-21T13:03:10.212864+0000 mgr.x (mgr.34104) 214 : cluster [DBG] pgmap v135: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:11.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:11 smithi184 bash[14608]: cephadm 2024-03-21T13:03:10.223262+0000 mgr.x (mgr.34104) 215 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:11.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:11 smithi184 bash[14608]: cluster 2024-03-21T13:03:10.314480+0000 mgr.x (mgr.34104) 216 : cluster [DBG] pgmap v136: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:11.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:11 smithi184 bash[14608]: cephadm 2024-03-21T13:03:10.324266+0000 mgr.x (mgr.34104) 217 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:11.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:11 smithi184 bash[14608]: audit 2024-03-21T13:03:10.397940+0000 mon.c (mon.1) 448 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:11.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:11 smithi184 bash[14608]: audit 2024-03-21T13:03:10.400478+0000 mon.c (mon.1) 449 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:11.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:11 smithi184 bash[14608]: audit 2024-03-21T13:03:10.402834+0000 mon.c (mon.1) 450 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:11.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:11 smithi184 bash[14608]: audit 2024-03-21T13:03:10.403774+0000 mon.c (mon.1) 451 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:11.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:11 smithi184 bash[14608]: cluster 2024-03-21T13:03:10.407010+0000 mgr.x (mgr.34104) 218 : cluster [DBG] pgmap v137: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:11.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:11 smithi184 bash[14608]: cluster 2024-03-21T13:03:10.407209+0000 mgr.x (mgr.34104) 219 : cluster [DBG] pgmap v138: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:11.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:11 smithi184 bash[14608]: audit 2024-03-21T13:03:10.411986+0000 mon.a (mon.0) 24 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:11.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:11 smithi184 bash[14608]: cephadm 2024-03-21T13:03:10.415224+0000 mgr.x (mgr.34104) 220 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:11.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:11 smithi184 bash[14608]: audit 2024-03-21T13:03:10.496495+0000 mon.c (mon.1) 452 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:11.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:11 smithi184 bash[14608]: audit 2024-03-21T13:03:10.499454+0000 mon.c (mon.1) 453 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:11.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:11 smithi184 bash[14608]: audit 2024-03-21T13:03:10.502888+0000 mon.c (mon.1) 454 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:11.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:11 smithi184 bash[14608]: audit 2024-03-21T13:03:10.504272+0000 mon.c (mon.1) 455 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:11.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:11 smithi184 bash[14608]: cluster 2024-03-21T13:03:10.508006+0000 mgr.x (mgr.34104) 221 : cluster [DBG] pgmap v139: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:11.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:11 smithi184 bash[14608]: cluster 2024-03-21T13:03:10.508386+0000 mgr.x (mgr.34104) 222 : cluster [DBG] pgmap v140: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:11.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:11 smithi184 bash[14608]: audit 2024-03-21T13:03:10.516157+0000 mon.a (mon.0) 25 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:11.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:11 smithi184 bash[14608]: cephadm 2024-03-21T13:03:10.518866+0000 mgr.x (mgr.34104) 223 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:11.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:11 smithi184 bash[14608]: audit 2024-03-21T13:03:10.545060+0000 mgr.x (mgr.34104) 224 : audit [DBG] from='client.15585 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:03:11.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:11 smithi184 bash[14608]: audit 2024-03-21T13:03:10.596054+0000 mon.c (mon.1) 456 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:11.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:11 smithi184 bash[14608]: audit 2024-03-21T13:03:10.599334+0000 mon.c (mon.1) 457 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:11.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:11 smithi184 bash[14608]: audit 2024-03-21T13:03:10.602790+0000 mon.c (mon.1) 458 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:11.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:11 smithi184 bash[14608]: audit 2024-03-21T13:03:10.604307+0000 mon.c (mon.1) 459 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:11.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:11 smithi184 bash[14608]: cluster 2024-03-21T13:03:10.609266+0000 mgr.x (mgr.34104) 225 : cluster [DBG] pgmap v141: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 13 KiB/s rd, 12 op/s 2024-03-21T13:03:11.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:11 smithi184 bash[14608]: cluster 2024-03-21T13:03:10.609803+0000 mgr.x (mgr.34104) 226 : cluster [DBG] pgmap v142: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s 2024-03-21T13:03:11.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:11 smithi184 bash[14608]: audit 2024-03-21T13:03:10.614940+0000 mon.a (mon.0) 26 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:11.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:11 smithi184 bash[14608]: cephadm 2024-03-21T13:03:10.618956+0000 mgr.x (mgr.34104) 227 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:11.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:11 smithi184 bash[14608]: audit 2024-03-21T13:03:10.695951+0000 mon.c (mon.1) 460 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:11.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:11 smithi184 bash[14608]: audit 2024-03-21T13:03:10.699157+0000 mon.c (mon.1) 461 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:11.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:11 smithi184 bash[14608]: audit 2024-03-21T13:03:10.702607+0000 mon.c (mon.1) 462 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:11.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:11 smithi184 bash[14608]: audit 2024-03-21T13:03:10.704251+0000 mon.c (mon.1) 463 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:11.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:11 smithi184 bash[14608]: cluster 2024-03-21T13:03:10.708366+0000 mgr.x (mgr.34104) 228 : cluster [DBG] pgmap v143: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s 2024-03-21T13:03:11.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:11 smithi184 bash[14608]: cluster 2024-03-21T13:03:10.708810+0000 mgr.x (mgr.34104) 229 : cluster [DBG] pgmap v144: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s 2024-03-21T13:03:11.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:11 smithi184 bash[14608]: audit 2024-03-21T13:03:10.716603+0000 mon.a (mon.0) 27 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:11.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:11 smithi184 bash[14608]: cephadm 2024-03-21T13:03:10.719521+0000 mgr.x (mgr.34104) 230 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:11.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:11 smithi184 bash[14608]: audit 2024-03-21T13:03:10.798887+0000 mon.c (mon.1) 464 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:11.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:11 smithi184 bash[14608]: audit 2024-03-21T13:03:10.802132+0000 mon.c (mon.1) 465 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:11.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:11 smithi184 bash[14608]: audit 2024-03-21T13:03:10.806592+0000 mon.c (mon.1) 466 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:11.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:11 smithi184 bash[14608]: audit 2024-03-21T13:03:10.808292+0000 mon.c (mon.1) 467 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:11.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:11 smithi184 bash[14608]: cluster 2024-03-21T13:03:10.812452+0000 mgr.x (mgr.34104) 231 : cluster [DBG] pgmap v145: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s 2024-03-21T13:03:11.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:11 smithi184 bash[14608]: cluster 2024-03-21T13:03:10.813003+0000 mgr.x (mgr.34104) 232 : cluster [DBG] pgmap v146: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s 2024-03-21T13:03:11.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:11 smithi184 bash[14608]: audit 2024-03-21T13:03:10.820156+0000 mon.a (mon.0) 28 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:11.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:11 smithi184 bash[14608]: cephadm 2024-03-21T13:03:10.823199+0000 mgr.x (mgr.34104) 233 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:11.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:11 smithi184 bash[14608]: audit 2024-03-21T13:03:10.903063+0000 mon.c (mon.1) 468 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:11.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:11 smithi184 bash[14608]: audit 2024-03-21T13:03:10.906467+0000 mon.c (mon.1) 469 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:11.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:11 smithi184 bash[14608]: audit 2024-03-21T13:03:10.910731+0000 mon.c (mon.1) 470 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:11.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:11 smithi184 bash[14608]: audit 2024-03-21T13:03:10.912067+0000 mon.c (mon.1) 471 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:11.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:11 smithi184 bash[14608]: cluster 2024-03-21T13:03:10.916166+0000 mgr.x (mgr.34104) 234 : cluster [DBG] pgmap v147: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:11.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:11 smithi184 bash[14608]: cluster 2024-03-21T13:03:10.916690+0000 mgr.x (mgr.34104) 235 : cluster [DBG] pgmap v148: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:11.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:11 smithi184 bash[14608]: audit 2024-03-21T13:03:10.924029+0000 mon.a (mon.0) 29 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:11.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:11 smithi184 bash[14608]: cephadm 2024-03-21T13:03:10.927098+0000 mgr.x (mgr.34104) 236 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:11.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:11 smithi184 bash[14608]: audit 2024-03-21T13:03:11.005955+0000 mon.c (mon.1) 472 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:11.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:11 smithi184 bash[14608]: audit 2024-03-21T13:03:11.009597+0000 mon.c (mon.1) 473 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:11.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:11 smithi184 bash[14608]: audit 2024-03-21T13:03:11.012863+0000 mon.c (mon.1) 474 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:11.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:11 smithi184 bash[14608]: audit 2024-03-21T13:03:11.014350+0000 mon.c (mon.1) 475 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:11.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:11 smithi184 bash[14608]: cluster 2024-03-21T13:03:11.018415+0000 mgr.x (mgr.34104) 237 : cluster [DBG] pgmap v149: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:11.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:11 smithi184 bash[14608]: cluster 2024-03-21T13:03:11.018701+0000 mgr.x (mgr.34104) 238 : cluster [DBG] pgmap v150: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:11.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:11 smithi184 bash[14608]: audit 2024-03-21T13:03:11.027090+0000 mon.a (mon.0) 30 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:11.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:11 smithi184 bash[14608]: cephadm 2024-03-21T13:03:11.029998+0000 mgr.x (mgr.34104) 239 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:11.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:11 smithi184 bash[14608]: audit 2024-03-21T13:03:11.108001+0000 mon.c (mon.1) 476 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:11.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:11 smithi184 bash[14608]: audit 2024-03-21T13:03:11.111031+0000 mon.c (mon.1) 477 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:11.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:11 smithi184 bash[14608]: audit 2024-03-21T13:03:11.114376+0000 mon.c (mon.1) 478 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:11.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:11 smithi184 bash[14608]: audit 2024-03-21T13:03:11.115739+0000 mon.c (mon.1) 479 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:11.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:11 smithi184 bash[14608]: cluster 2024-03-21T13:03:11.119712+0000 mgr.x (mgr.34104) 240 : cluster [DBG] pgmap v151: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:11.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:11 smithi184 bash[14608]: cluster 2024-03-21T13:03:11.120383+0000 mgr.x (mgr.34104) 241 : cluster [DBG] pgmap v152: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:11.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:11 smithi184 bash[14608]: audit 2024-03-21T13:03:11.129213+0000 mon.a (mon.0) 31 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:11.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:11 smithi184 bash[14608]: cephadm 2024-03-21T13:03:11.132318+0000 mgr.x (mgr.34104) 242 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:11.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:11 smithi184 bash[14608]: audit 2024-03-21T13:03:11.211274+0000 mon.c (mon.1) 480 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:11.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:11 smithi184 bash[14608]: audit 2024-03-21T13:03:11.214015+0000 mon.c (mon.1) 481 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:11.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:11 smithi184 bash[14608]: audit 2024-03-21T13:03:11.217892+0000 mon.c (mon.1) 482 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:11.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:11 smithi184 bash[14608]: audit 2024-03-21T13:03:11.219548+0000 mon.c (mon.1) 483 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:11.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:11 smithi184 bash[14608]: audit 2024-03-21T13:03:11.232153+0000 mon.a (mon.0) 32 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:11.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:11 smithi184 bash[14608]: audit 2024-03-21T13:03:11.312425+0000 mon.c (mon.1) 484 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:11.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:11 smithi184 bash[14608]: audit 2024-03-21T13:03:11.315756+0000 mon.c (mon.1) 485 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:11.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:11 smithi184 bash[14608]: audit 2024-03-21T13:03:11.318893+0000 mon.c (mon.1) 486 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:11.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:11 smithi184 bash[14608]: audit 2024-03-21T13:03:11.320096+0000 mon.c (mon.1) 487 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:11.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:11 smithi184 bash[14608]: audit 2024-03-21T13:03:11.331402+0000 mon.a (mon.0) 33 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:12.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:12 smithi178 bash[75692]: cluster 2024-03-21T13:03:11.223637+0000 mgr.x (mgr.34104) 243 : cluster [DBG] pgmap v153: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:12.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:12 smithi178 bash[75692]: cluster 2024-03-21T13:03:11.223971+0000 mgr.x (mgr.34104) 244 : cluster [DBG] pgmap v154: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:12.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:12 smithi178 bash[75692]: cephadm 2024-03-21T13:03:11.235299+0000 mgr.x (mgr.34104) 245 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:12.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:12 smithi178 bash[75692]: cluster 2024-03-21T13:03:11.323876+0000 mgr.x (mgr.34104) 246 : cluster [DBG] pgmap v155: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:12.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:12 smithi178 bash[75692]: cluster 2024-03-21T13:03:11.324210+0000 mgr.x (mgr.34104) 247 : cluster [DBG] pgmap v156: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:12.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:12 smithi178 bash[75692]: cephadm 2024-03-21T13:03:11.334366+0000 mgr.x (mgr.34104) 248 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:12.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:12 smithi178 bash[75692]: audit 2024-03-21T13:03:11.415327+0000 mon.c (mon.1) 488 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:12.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:12 smithi178 bash[75692]: audit 2024-03-21T13:03:11.417251+0000 mon.c (mon.1) 489 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:12.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:12 smithi178 bash[75692]: audit 2024-03-21T13:03:11.419707+0000 mon.c (mon.1) 490 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:12.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:12 smithi178 bash[75692]: audit 2024-03-21T13:03:11.420754+0000 mon.c (mon.1) 491 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:12.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:12 smithi178 bash[75692]: cluster 2024-03-21T13:03:11.424015+0000 mgr.x (mgr.34104) 249 : cluster [DBG] pgmap v157: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:12.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:12 smithi178 bash[75692]: cluster 2024-03-21T13:03:11.424329+0000 mgr.x (mgr.34104) 250 : cluster [DBG] pgmap v158: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:12.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:12 smithi178 bash[75692]: audit 2024-03-21T13:03:11.427744+0000 mon.a (mon.0) 34 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:12.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:12 smithi178 bash[75692]: cephadm 2024-03-21T13:03:11.430357+0000 mgr.x (mgr.34104) 251 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:12.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:12 smithi178 bash[75692]: audit 2024-03-21T13:03:11.507139+0000 mon.c (mon.1) 492 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:12.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:12 smithi178 bash[75692]: audit 2024-03-21T13:03:11.510077+0000 mon.c (mon.1) 493 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:12.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:12 smithi178 bash[75692]: audit 2024-03-21T13:03:11.513600+0000 mon.c (mon.1) 494 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:12.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:12 smithi178 bash[75692]: audit 2024-03-21T13:03:11.514983+0000 mon.c (mon.1) 495 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:12.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:12 smithi178 bash[75692]: cluster 2024-03-21T13:03:11.519633+0000 mgr.x (mgr.34104) 252 : cluster [DBG] pgmap v159: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:12.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:12 smithi178 bash[20270]: cluster 2024-03-21T13:03:11.223637+0000 mgr.x (mgr.34104) 243 : cluster [DBG] pgmap v153: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:12.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:12 smithi178 bash[20270]: cluster 2024-03-21T13:03:11.223971+0000 mgr.x (mgr.34104) 244 : cluster [DBG] pgmap v154: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:12.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:12 smithi178 bash[20270]: cephadm 2024-03-21T13:03:11.235299+0000 mgr.x (mgr.34104) 245 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:12.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:12 smithi178 bash[20270]: cluster 2024-03-21T13:03:11.323876+0000 mgr.x (mgr.34104) 246 : cluster [DBG] pgmap v155: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:12.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:12 smithi178 bash[20270]: cluster 2024-03-21T13:03:11.324210+0000 mgr.x (mgr.34104) 247 : cluster [DBG] pgmap v156: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:12.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:12 smithi178 bash[20270]: cephadm 2024-03-21T13:03:11.334366+0000 mgr.x (mgr.34104) 248 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:12.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:12 smithi178 bash[20270]: audit 2024-03-21T13:03:11.415327+0000 mon.c (mon.1) 488 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:12.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:12 smithi178 bash[20270]: audit 2024-03-21T13:03:11.417251+0000 mon.c (mon.1) 489 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:12.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:12 smithi178 bash[20270]: audit 2024-03-21T13:03:11.419707+0000 mon.c (mon.1) 490 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:12.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:12 smithi178 bash[20270]: audit 2024-03-21T13:03:11.420754+0000 mon.c (mon.1) 491 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:12.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:12 smithi178 bash[20270]: cluster 2024-03-21T13:03:11.424015+0000 mgr.x (mgr.34104) 249 : cluster [DBG] pgmap v157: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:12.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:12 smithi178 bash[20270]: cluster 2024-03-21T13:03:11.424329+0000 mgr.x (mgr.34104) 250 : cluster [DBG] pgmap v158: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:12.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:12 smithi178 bash[20270]: audit 2024-03-21T13:03:11.427744+0000 mon.a (mon.0) 34 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:12.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:12 smithi178 bash[20270]: cephadm 2024-03-21T13:03:11.430357+0000 mgr.x (mgr.34104) 251 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:12.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:12 smithi178 bash[20270]: audit 2024-03-21T13:03:11.507139+0000 mon.c (mon.1) 492 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:12.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:12 smithi178 bash[20270]: audit 2024-03-21T13:03:11.510077+0000 mon.c (mon.1) 493 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:12.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:12 smithi178 bash[20270]: audit 2024-03-21T13:03:11.513600+0000 mon.c (mon.1) 494 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:12.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:12 smithi178 bash[20270]: audit 2024-03-21T13:03:11.514983+0000 mon.c (mon.1) 495 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:12.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:12 smithi178 bash[20270]: cluster 2024-03-21T13:03:11.519633+0000 mgr.x (mgr.34104) 252 : cluster [DBG] pgmap v159: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:12.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:12 smithi178 bash[75692]: cluster 2024-03-21T13:03:11.519962+0000 mgr.x (mgr.34104) 253 : cluster [DBG] pgmap v160: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:12.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:12 smithi178 bash[75692]: audit 2024-03-21T13:03:11.527945+0000 mon.a (mon.0) 35 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:12.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:12 smithi178 bash[75692]: cephadm 2024-03-21T13:03:11.531340+0000 mgr.x (mgr.34104) 254 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:12.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:12 smithi178 bash[75692]: audit 2024-03-21T13:03:11.611196+0000 mon.c (mon.1) 496 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:12.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:12 smithi178 bash[75692]: audit 2024-03-21T13:03:11.615941+0000 mon.c (mon.1) 497 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:12.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:12 smithi178 bash[75692]: audit 2024-03-21T13:03:11.621288+0000 mon.c (mon.1) 498 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:12.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:12 smithi178 bash[75692]: audit 2024-03-21T13:03:11.623055+0000 mon.c (mon.1) 499 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:12.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:12 smithi178 bash[75692]: cluster 2024-03-21T13:03:11.627411+0000 mgr.x (mgr.34104) 255 : cluster [DBG] pgmap v161: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:12.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:12 smithi178 bash[75692]: cluster 2024-03-21T13:03:11.628063+0000 mgr.x (mgr.34104) 256 : cluster [DBG] pgmap v162: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:12.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:12 smithi178 bash[75692]: audit 2024-03-21T13:03:11.634677+0000 mon.a (mon.0) 36 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:12.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:12 smithi178 bash[75692]: cephadm 2024-03-21T13:03:11.637336+0000 mgr.x (mgr.34104) 257 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:12.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:12 smithi178 bash[75692]: audit 2024-03-21T13:03:11.714265+0000 mon.c (mon.1) 500 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:12.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:12 smithi178 bash[75692]: audit 2024-03-21T13:03:11.717869+0000 mon.c (mon.1) 501 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:12.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:12 smithi178 bash[75692]: audit 2024-03-21T13:03:11.721037+0000 mon.c (mon.1) 502 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:12.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:12 smithi178 bash[75692]: audit 2024-03-21T13:03:11.722539+0000 mon.c (mon.1) 503 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:12.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:12 smithi178 bash[75692]: cluster 2024-03-21T13:03:11.726336+0000 mgr.x (mgr.34104) 258 : cluster [DBG] pgmap v163: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:12.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:12 smithi178 bash[75692]: cluster 2024-03-21T13:03:11.726524+0000 mgr.x (mgr.34104) 259 : cluster [DBG] pgmap v164: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:12.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:12 smithi178 bash[75692]: audit 2024-03-21T13:03:11.731232+0000 mon.a (mon.0) 37 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:12.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:12 smithi178 bash[75692]: cephadm 2024-03-21T13:03:11.734284+0000 mgr.x (mgr.34104) 260 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:12.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:12 smithi178 bash[75692]: audit 2024-03-21T13:03:11.809995+0000 mon.c (mon.1) 504 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:12.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:12 smithi178 bash[75692]: audit 2024-03-21T13:03:11.812829+0000 mon.c (mon.1) 505 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:12.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:12 smithi178 bash[75692]: audit 2024-03-21T13:03:11.816385+0000 mon.c (mon.1) 506 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:12.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:12 smithi178 bash[75692]: audit 2024-03-21T13:03:11.817433+0000 mon.c (mon.1) 507 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:12.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:12 smithi178 bash[75692]: cluster 2024-03-21T13:03:11.821191+0000 mgr.x (mgr.34104) 261 : cluster [DBG] pgmap v165: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:12.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:12 smithi178 bash[75692]: cluster 2024-03-21T13:03:11.821678+0000 mgr.x (mgr.34104) 262 : cluster [DBG] pgmap v166: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:12.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:12 smithi178 bash[75692]: audit 2024-03-21T13:03:11.827160+0000 mon.a (mon.0) 38 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:12.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:12 smithi178 bash[75692]: cephadm 2024-03-21T13:03:11.830088+0000 mgr.x (mgr.34104) 263 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:12.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:12 smithi178 bash[75692]: audit 2024-03-21T13:03:11.905367+0000 mon.c (mon.1) 508 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:12.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:12 smithi178 bash[75692]: audit 2024-03-21T13:03:11.908741+0000 mon.c (mon.1) 509 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:12.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:12 smithi178 bash[75692]: audit 2024-03-21T13:03:11.912906+0000 mon.c (mon.1) 510 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:12.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:12 smithi178 bash[75692]: audit 2024-03-21T13:03:11.914621+0000 mon.c (mon.1) 511 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:12.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:12 smithi178 bash[75692]: cluster 2024-03-21T13:03:11.918898+0000 mgr.x (mgr.34104) 264 : cluster [DBG] pgmap v167: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:12.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:12 smithi178 bash[75692]: cluster 2024-03-21T13:03:11.919391+0000 mgr.x (mgr.34104) 265 : cluster [DBG] pgmap v168: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:12.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:12 smithi178 bash[75692]: audit 2024-03-21T13:03:11.929403+0000 mon.a (mon.0) 39 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:12.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:12 smithi178 bash[75692]: cephadm 2024-03-21T13:03:11.932497+0000 mgr.x (mgr.34104) 266 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:12.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:12 smithi178 bash[75692]: audit 2024-03-21T13:03:12.007615+0000 mon.c (mon.1) 512 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:12.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:12 smithi178 bash[75692]: audit 2024-03-21T13:03:12.011098+0000 mon.c (mon.1) 513 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:12.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:12 smithi178 bash[75692]: audit 2024-03-21T13:03:12.015147+0000 mon.c (mon.1) 514 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:12.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:12 smithi178 bash[75692]: audit 2024-03-21T13:03:12.016556+0000 mon.c (mon.1) 515 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:12.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:12 smithi178 bash[75692]: cluster 2024-03-21T13:03:12.020664+0000 mgr.x (mgr.34104) 267 : cluster [DBG] pgmap v169: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:12.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:12 smithi178 bash[75692]: cluster 2024-03-21T13:03:12.021105+0000 mgr.x (mgr.34104) 268 : cluster [DBG] pgmap v170: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:12.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:12 smithi178 bash[20270]: cluster 2024-03-21T13:03:11.519962+0000 mgr.x (mgr.34104) 253 : cluster [DBG] pgmap v160: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:12.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:12 smithi178 bash[20270]: audit 2024-03-21T13:03:11.527945+0000 mon.a (mon.0) 35 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:12.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:12 smithi178 bash[20270]: cephadm 2024-03-21T13:03:11.531340+0000 mgr.x (mgr.34104) 254 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:12.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:12 smithi178 bash[20270]: audit 2024-03-21T13:03:11.611196+0000 mon.c (mon.1) 496 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:12.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:12 smithi178 bash[20270]: audit 2024-03-21T13:03:11.615941+0000 mon.c (mon.1) 497 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:12.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:12 smithi178 bash[20270]: audit 2024-03-21T13:03:11.621288+0000 mon.c (mon.1) 498 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:12.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:12 smithi178 bash[20270]: audit 2024-03-21T13:03:11.623055+0000 mon.c (mon.1) 499 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:12.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:12 smithi178 bash[20270]: cluster 2024-03-21T13:03:11.627411+0000 mgr.x (mgr.34104) 255 : cluster [DBG] pgmap v161: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:12.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:12 smithi178 bash[20270]: cluster 2024-03-21T13:03:11.628063+0000 mgr.x (mgr.34104) 256 : cluster [DBG] pgmap v162: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:12.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:12 smithi178 bash[20270]: audit 2024-03-21T13:03:11.634677+0000 mon.a (mon.0) 36 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:12.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:12 smithi178 bash[20270]: cephadm 2024-03-21T13:03:11.637336+0000 mgr.x (mgr.34104) 257 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:12.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:12 smithi178 bash[20270]: audit 2024-03-21T13:03:11.714265+0000 mon.c (mon.1) 500 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:12.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:12 smithi178 bash[20270]: audit 2024-03-21T13:03:11.717869+0000 mon.c (mon.1) 501 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:12.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:12 smithi178 bash[20270]: audit 2024-03-21T13:03:11.721037+0000 mon.c (mon.1) 502 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:12.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:12 smithi178 bash[20270]: audit 2024-03-21T13:03:11.722539+0000 mon.c (mon.1) 503 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:12.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:12 smithi178 bash[20270]: cluster 2024-03-21T13:03:11.726336+0000 mgr.x (mgr.34104) 258 : cluster [DBG] pgmap v163: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:12.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:12 smithi178 bash[20270]: cluster 2024-03-21T13:03:11.726524+0000 mgr.x (mgr.34104) 259 : cluster [DBG] pgmap v164: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:12.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:12 smithi178 bash[20270]: audit 2024-03-21T13:03:11.731232+0000 mon.a (mon.0) 37 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:12.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:12 smithi178 bash[20270]: cephadm 2024-03-21T13:03:11.734284+0000 mgr.x (mgr.34104) 260 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:12.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:12 smithi178 bash[20270]: audit 2024-03-21T13:03:11.809995+0000 mon.c (mon.1) 504 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:12.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:12 smithi178 bash[20270]: audit 2024-03-21T13:03:11.812829+0000 mon.c (mon.1) 505 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:12.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:12 smithi178 bash[75692]: audit 2024-03-21T13:03:12.030970+0000 mon.a (mon.0) 40 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:12.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:12 smithi178 bash[75692]: cephadm 2024-03-21T13:03:12.033896+0000 mgr.x (mgr.34104) 269 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:12.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:12 smithi178 bash[75692]: audit 2024-03-21T13:03:12.113605+0000 mon.c (mon.1) 516 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:12.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:12 smithi178 bash[75692]: audit 2024-03-21T13:03:12.118598+0000 mon.c (mon.1) 517 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:12.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:12 smithi178 bash[75692]: audit 2024-03-21T13:03:12.122200+0000 mon.c (mon.1) 518 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:12.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:12 smithi178 bash[75692]: audit 2024-03-21T13:03:12.123715+0000 mon.c (mon.1) 519 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:12.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:12 smithi178 bash[75692]: cluster 2024-03-21T13:03:12.128114+0000 mgr.x (mgr.34104) 270 : cluster [DBG] pgmap v171: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:12.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:12 smithi178 bash[75692]: cluster 2024-03-21T13:03:12.128576+0000 mgr.x (mgr.34104) 271 : cluster [DBG] pgmap v172: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:12.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:12 smithi178 bash[75692]: audit 2024-03-21T13:03:12.135698+0000 mon.a (mon.0) 41 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:12.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:12 smithi178 bash[75692]: cephadm 2024-03-21T13:03:12.139326+0000 mgr.x (mgr.34104) 272 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:12.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:12 smithi178 bash[75692]: audit 2024-03-21T13:03:12.221638+0000 mon.c (mon.1) 520 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:12.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:12 smithi178 bash[75692]: audit 2024-03-21T13:03:12.224919+0000 mon.c (mon.1) 521 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:12.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:12 smithi178 bash[75692]: audit 2024-03-21T13:03:12.228376+0000 mon.c (mon.1) 522 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:12.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:12 smithi178 bash[75692]: audit 2024-03-21T13:03:12.229801+0000 mon.c (mon.1) 523 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:12.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:12 smithi178 bash[75692]: audit 2024-03-21T13:03:12.242365+0000 mon.a (mon.0) 42 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:12.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:12 smithi178 bash[75692]: audit 2024-03-21T13:03:12.323231+0000 mon.c (mon.1) 524 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:12.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:12 smithi178 bash[75692]: audit 2024-03-21T13:03:12.326339+0000 mon.c (mon.1) 525 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:12.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:12 smithi178 bash[75692]: audit 2024-03-21T13:03:12.330120+0000 mon.c (mon.1) 526 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:12.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:12 smithi178 bash[75692]: audit 2024-03-21T13:03:12.331410+0000 mon.c (mon.1) 527 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:12.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:12 smithi178 bash[75692]: audit 2024-03-21T13:03:12.340507+0000 mon.a (mon.0) 43 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:12.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:12 smithi178 bash[20270]: audit 2024-03-21T13:03:11.816385+0000 mon.c (mon.1) 506 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:12.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:12 smithi178 bash[20270]: audit 2024-03-21T13:03:11.817433+0000 mon.c (mon.1) 507 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:12.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:12 smithi178 bash[20270]: cluster 2024-03-21T13:03:11.821191+0000 mgr.x (mgr.34104) 261 : cluster [DBG] pgmap v165: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:12.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:12 smithi178 bash[20270]: cluster 2024-03-21T13:03:11.821678+0000 mgr.x (mgr.34104) 262 : cluster [DBG] pgmap v166: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:12.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:12 smithi178 bash[20270]: audit 2024-03-21T13:03:11.827160+0000 mon.a (mon.0) 38 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:12.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:12 smithi178 bash[20270]: cephadm 2024-03-21T13:03:11.830088+0000 mgr.x (mgr.34104) 263 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:12.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:12 smithi178 bash[20270]: audit 2024-03-21T13:03:11.905367+0000 mon.c (mon.1) 508 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:12.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:12 smithi178 bash[20270]: audit 2024-03-21T13:03:11.908741+0000 mon.c (mon.1) 509 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:12.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:12 smithi178 bash[20270]: audit 2024-03-21T13:03:11.912906+0000 mon.c (mon.1) 510 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:12.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:12 smithi178 bash[20270]: audit 2024-03-21T13:03:11.914621+0000 mon.c (mon.1) 511 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:12.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:12 smithi178 bash[20270]: cluster 2024-03-21T13:03:11.918898+0000 mgr.x (mgr.34104) 264 : cluster [DBG] pgmap v167: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:12.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:12 smithi178 bash[20270]: cluster 2024-03-21T13:03:11.919391+0000 mgr.x (mgr.34104) 265 : cluster [DBG] pgmap v168: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:12.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:12 smithi178 bash[20270]: audit 2024-03-21T13:03:11.929403+0000 mon.a (mon.0) 39 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:12.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:12 smithi178 bash[20270]: cephadm 2024-03-21T13:03:11.932497+0000 mgr.x (mgr.34104) 266 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:12.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:12 smithi178 bash[20270]: audit 2024-03-21T13:03:12.007615+0000 mon.c (mon.1) 512 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:12.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:12 smithi178 bash[20270]: audit 2024-03-21T13:03:12.011098+0000 mon.c (mon.1) 513 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:12.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:12 smithi178 bash[20270]: audit 2024-03-21T13:03:12.015147+0000 mon.c (mon.1) 514 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:12.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:12 smithi178 bash[20270]: audit 2024-03-21T13:03:12.016556+0000 mon.c (mon.1) 515 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:12.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:12 smithi178 bash[20270]: cluster 2024-03-21T13:03:12.020664+0000 mgr.x (mgr.34104) 267 : cluster [DBG] pgmap v169: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:12.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:12 smithi178 bash[20270]: cluster 2024-03-21T13:03:12.021105+0000 mgr.x (mgr.34104) 268 : cluster [DBG] pgmap v170: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:12.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:12 smithi178 bash[20270]: audit 2024-03-21T13:03:12.030970+0000 mon.a (mon.0) 40 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:12.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:12 smithi178 bash[20270]: cephadm 2024-03-21T13:03:12.033896+0000 mgr.x (mgr.34104) 269 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:12.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:12 smithi178 bash[20270]: audit 2024-03-21T13:03:12.113605+0000 mon.c (mon.1) 516 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:12.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:12 smithi178 bash[20270]: audit 2024-03-21T13:03:12.118598+0000 mon.c (mon.1) 517 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:12.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:12 smithi178 bash[20270]: audit 2024-03-21T13:03:12.122200+0000 mon.c (mon.1) 518 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:12.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:12 smithi178 bash[20270]: audit 2024-03-21T13:03:12.123715+0000 mon.c (mon.1) 519 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:12.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:12 smithi178 bash[20270]: cluster 2024-03-21T13:03:12.128114+0000 mgr.x (mgr.34104) 270 : cluster [DBG] pgmap v171: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:12.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:12 smithi178 bash[20270]: cluster 2024-03-21T13:03:12.128576+0000 mgr.x (mgr.34104) 271 : cluster [DBG] pgmap v172: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:12.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:12 smithi178 bash[20270]: audit 2024-03-21T13:03:12.135698+0000 mon.a (mon.0) 41 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:12.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:12 smithi178 bash[20270]: cephadm 2024-03-21T13:03:12.139326+0000 mgr.x (mgr.34104) 272 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:12.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:12 smithi178 bash[20270]: audit 2024-03-21T13:03:12.221638+0000 mon.c (mon.1) 520 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:12.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:12 smithi178 bash[20270]: audit 2024-03-21T13:03:12.224919+0000 mon.c (mon.1) 521 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:12.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:12 smithi178 bash[20270]: audit 2024-03-21T13:03:12.228376+0000 mon.c (mon.1) 522 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:12.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:12 smithi178 bash[20270]: audit 2024-03-21T13:03:12.229801+0000 mon.c (mon.1) 523 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:12.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:12 smithi178 bash[20270]: audit 2024-03-21T13:03:12.242365+0000 mon.a (mon.0) 42 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:12.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:12 smithi178 bash[20270]: audit 2024-03-21T13:03:12.323231+0000 mon.c (mon.1) 524 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:12.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:12 smithi178 bash[20270]: audit 2024-03-21T13:03:12.326339+0000 mon.c (mon.1) 525 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:12.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:12 smithi178 bash[20270]: audit 2024-03-21T13:03:12.330120+0000 mon.c (mon.1) 526 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:12.812 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:12 smithi178 bash[20270]: audit 2024-03-21T13:03:12.331410+0000 mon.c (mon.1) 527 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:12.812 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:12 smithi178 bash[20270]: audit 2024-03-21T13:03:12.340507+0000 mon.a (mon.0) 43 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:12.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:12 smithi184 bash[14608]: cluster 2024-03-21T13:03:11.223637+0000 mgr.x (mgr.34104) 243 : cluster [DBG] pgmap v153: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:12.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:12 smithi184 bash[14608]: cluster 2024-03-21T13:03:11.223971+0000 mgr.x (mgr.34104) 244 : cluster [DBG] pgmap v154: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:12.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:12 smithi184 bash[14608]: cephadm 2024-03-21T13:03:11.235299+0000 mgr.x (mgr.34104) 245 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:12.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:12 smithi184 bash[14608]: cluster 2024-03-21T13:03:11.323876+0000 mgr.x (mgr.34104) 246 : cluster [DBG] pgmap v155: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:12.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:12 smithi184 bash[14608]: cluster 2024-03-21T13:03:11.324210+0000 mgr.x (mgr.34104) 247 : cluster [DBG] pgmap v156: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:12.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:12 smithi184 bash[14608]: cephadm 2024-03-21T13:03:11.334366+0000 mgr.x (mgr.34104) 248 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:12.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:12 smithi184 bash[14608]: audit 2024-03-21T13:03:11.415327+0000 mon.c (mon.1) 488 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:12.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:12 smithi184 bash[14608]: audit 2024-03-21T13:03:11.417251+0000 mon.c (mon.1) 489 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:12.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:12 smithi184 bash[14608]: audit 2024-03-21T13:03:11.419707+0000 mon.c (mon.1) 490 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:12.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:12 smithi184 bash[14608]: audit 2024-03-21T13:03:11.420754+0000 mon.c (mon.1) 491 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:12.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:12 smithi184 bash[14608]: cluster 2024-03-21T13:03:11.424015+0000 mgr.x (mgr.34104) 249 : cluster [DBG] pgmap v157: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:12.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:12 smithi184 bash[14608]: cluster 2024-03-21T13:03:11.424329+0000 mgr.x (mgr.34104) 250 : cluster [DBG] pgmap v158: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:12.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:12 smithi184 bash[14608]: audit 2024-03-21T13:03:11.427744+0000 mon.a (mon.0) 34 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:12.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:12 smithi184 bash[14608]: cephadm 2024-03-21T13:03:11.430357+0000 mgr.x (mgr.34104) 251 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:12.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:12 smithi184 bash[14608]: audit 2024-03-21T13:03:11.507139+0000 mon.c (mon.1) 492 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:12.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:12 smithi184 bash[14608]: audit 2024-03-21T13:03:11.510077+0000 mon.c (mon.1) 493 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:12.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:12 smithi184 bash[14608]: audit 2024-03-21T13:03:11.513600+0000 mon.c (mon.1) 494 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:12.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:12 smithi184 bash[14608]: audit 2024-03-21T13:03:11.514983+0000 mon.c (mon.1) 495 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:12.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:12 smithi184 bash[14608]: cluster 2024-03-21T13:03:11.519633+0000 mgr.x (mgr.34104) 252 : cluster [DBG] pgmap v159: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:12.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:12 smithi184 bash[14608]: cluster 2024-03-21T13:03:11.519962+0000 mgr.x (mgr.34104) 253 : cluster [DBG] pgmap v160: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:12.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:12 smithi184 bash[14608]: audit 2024-03-21T13:03:11.527945+0000 mon.a (mon.0) 35 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:12.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:12 smithi184 bash[14608]: cephadm 2024-03-21T13:03:11.531340+0000 mgr.x (mgr.34104) 254 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:12.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:12 smithi184 bash[14608]: audit 2024-03-21T13:03:11.611196+0000 mon.c (mon.1) 496 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:12.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:12 smithi184 bash[14608]: audit 2024-03-21T13:03:11.615941+0000 mon.c (mon.1) 497 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:12.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:12 smithi184 bash[14608]: audit 2024-03-21T13:03:11.621288+0000 mon.c (mon.1) 498 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:12.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:12 smithi184 bash[14608]: audit 2024-03-21T13:03:11.623055+0000 mon.c (mon.1) 499 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:12.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:12 smithi184 bash[14608]: cluster 2024-03-21T13:03:11.627411+0000 mgr.x (mgr.34104) 255 : cluster [DBG] pgmap v161: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:12.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:12 smithi184 bash[14608]: cluster 2024-03-21T13:03:11.628063+0000 mgr.x (mgr.34104) 256 : cluster [DBG] pgmap v162: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:12.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:12 smithi184 bash[14608]: audit 2024-03-21T13:03:11.634677+0000 mon.a (mon.0) 36 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:12.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:12 smithi184 bash[14608]: cephadm 2024-03-21T13:03:11.637336+0000 mgr.x (mgr.34104) 257 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:12.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:12 smithi184 bash[14608]: audit 2024-03-21T13:03:11.714265+0000 mon.c (mon.1) 500 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:12.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:12 smithi184 bash[14608]: audit 2024-03-21T13:03:11.717869+0000 mon.c (mon.1) 501 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:12.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:12 smithi184 bash[14608]: audit 2024-03-21T13:03:11.721037+0000 mon.c (mon.1) 502 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:12.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:12 smithi184 bash[14608]: audit 2024-03-21T13:03:11.722539+0000 mon.c (mon.1) 503 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:12.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:12 smithi184 bash[14608]: cluster 2024-03-21T13:03:11.726336+0000 mgr.x (mgr.34104) 258 : cluster [DBG] pgmap v163: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:12.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:12 smithi184 bash[14608]: cluster 2024-03-21T13:03:11.726524+0000 mgr.x (mgr.34104) 259 : cluster [DBG] pgmap v164: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:12.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:12 smithi184 bash[14608]: audit 2024-03-21T13:03:11.731232+0000 mon.a (mon.0) 37 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:12.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:12 smithi184 bash[14608]: cephadm 2024-03-21T13:03:11.734284+0000 mgr.x (mgr.34104) 260 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:12.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:12 smithi184 bash[14608]: audit 2024-03-21T13:03:11.809995+0000 mon.c (mon.1) 504 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:12.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:12 smithi184 bash[14608]: audit 2024-03-21T13:03:11.812829+0000 mon.c (mon.1) 505 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:12.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:12 smithi184 bash[14608]: audit 2024-03-21T13:03:11.816385+0000 mon.c (mon.1) 506 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:12.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:12 smithi184 bash[14608]: audit 2024-03-21T13:03:11.817433+0000 mon.c (mon.1) 507 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:12.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:12 smithi184 bash[14608]: cluster 2024-03-21T13:03:11.821191+0000 mgr.x (mgr.34104) 261 : cluster [DBG] pgmap v165: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:12.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:12 smithi184 bash[14608]: cluster 2024-03-21T13:03:11.821678+0000 mgr.x (mgr.34104) 262 : cluster [DBG] pgmap v166: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:12.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:12 smithi184 bash[14608]: audit 2024-03-21T13:03:11.827160+0000 mon.a (mon.0) 38 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:12.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:12 smithi184 bash[14608]: cephadm 2024-03-21T13:03:11.830088+0000 mgr.x (mgr.34104) 263 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:12.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:12 smithi184 bash[14608]: audit 2024-03-21T13:03:11.905367+0000 mon.c (mon.1) 508 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:12.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:12 smithi184 bash[14608]: audit 2024-03-21T13:03:11.908741+0000 mon.c (mon.1) 509 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:12.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:12 smithi184 bash[14608]: audit 2024-03-21T13:03:11.912906+0000 mon.c (mon.1) 510 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:12.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:12 smithi184 bash[14608]: audit 2024-03-21T13:03:11.914621+0000 mon.c (mon.1) 511 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:12.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:12 smithi184 bash[14608]: cluster 2024-03-21T13:03:11.918898+0000 mgr.x (mgr.34104) 264 : cluster [DBG] pgmap v167: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:12.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:12 smithi184 bash[14608]: cluster 2024-03-21T13:03:11.919391+0000 mgr.x (mgr.34104) 265 : cluster [DBG] pgmap v168: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:12.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:12 smithi184 bash[14608]: audit 2024-03-21T13:03:11.929403+0000 mon.a (mon.0) 39 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:12.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:12 smithi184 bash[14608]: cephadm 2024-03-21T13:03:11.932497+0000 mgr.x (mgr.34104) 266 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:12.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:12 smithi184 bash[14608]: audit 2024-03-21T13:03:12.007615+0000 mon.c (mon.1) 512 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:12.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:12 smithi184 bash[14608]: audit 2024-03-21T13:03:12.011098+0000 mon.c (mon.1) 513 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:12.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:12 smithi184 bash[14608]: audit 2024-03-21T13:03:12.015147+0000 mon.c (mon.1) 514 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:12.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:12 smithi184 bash[14608]: audit 2024-03-21T13:03:12.016556+0000 mon.c (mon.1) 515 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:12.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:12 smithi184 bash[14608]: cluster 2024-03-21T13:03:12.020664+0000 mgr.x (mgr.34104) 267 : cluster [DBG] pgmap v169: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:12.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:12 smithi184 bash[14608]: cluster 2024-03-21T13:03:12.021105+0000 mgr.x (mgr.34104) 268 : cluster [DBG] pgmap v170: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:12.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:12 smithi184 bash[14608]: audit 2024-03-21T13:03:12.030970+0000 mon.a (mon.0) 40 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:12.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:12 smithi184 bash[14608]: cephadm 2024-03-21T13:03:12.033896+0000 mgr.x (mgr.34104) 269 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:12.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:12 smithi184 bash[14608]: audit 2024-03-21T13:03:12.113605+0000 mon.c (mon.1) 516 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:12.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:12 smithi184 bash[14608]: audit 2024-03-21T13:03:12.118598+0000 mon.c (mon.1) 517 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:12.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:12 smithi184 bash[14608]: audit 2024-03-21T13:03:12.122200+0000 mon.c (mon.1) 518 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:12.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:12 smithi184 bash[14608]: audit 2024-03-21T13:03:12.123715+0000 mon.c (mon.1) 519 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:12.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:12 smithi184 bash[14608]: cluster 2024-03-21T13:03:12.128114+0000 mgr.x (mgr.34104) 270 : cluster [DBG] pgmap v171: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:12.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:12 smithi184 bash[14608]: cluster 2024-03-21T13:03:12.128576+0000 mgr.x (mgr.34104) 271 : cluster [DBG] pgmap v172: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:12.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:12 smithi184 bash[14608]: audit 2024-03-21T13:03:12.135698+0000 mon.a (mon.0) 41 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:12.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:12 smithi184 bash[14608]: cephadm 2024-03-21T13:03:12.139326+0000 mgr.x (mgr.34104) 272 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:12.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:12 smithi184 bash[14608]: audit 2024-03-21T13:03:12.221638+0000 mon.c (mon.1) 520 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:12.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:12 smithi184 bash[14608]: audit 2024-03-21T13:03:12.224919+0000 mon.c (mon.1) 521 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:12.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:12 smithi184 bash[14608]: audit 2024-03-21T13:03:12.228376+0000 mon.c (mon.1) 522 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:12.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:12 smithi184 bash[14608]: audit 2024-03-21T13:03:12.229801+0000 mon.c (mon.1) 523 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:12.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:12 smithi184 bash[14608]: audit 2024-03-21T13:03:12.242365+0000 mon.a (mon.0) 42 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:12.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:12 smithi184 bash[14608]: audit 2024-03-21T13:03:12.323231+0000 mon.c (mon.1) 524 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:12.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:12 smithi184 bash[14608]: audit 2024-03-21T13:03:12.326339+0000 mon.c (mon.1) 525 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:12.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:12 smithi184 bash[14608]: audit 2024-03-21T13:03:12.330120+0000 mon.c (mon.1) 526 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:12.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:12 smithi184 bash[14608]: audit 2024-03-21T13:03:12.331410+0000 mon.c (mon.1) 527 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:12.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:12 smithi184 bash[14608]: audit 2024-03-21T13:03:12.340507+0000 mon.a (mon.0) 43 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:13.699 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:13 smithi178 bash[75692]: cluster 2024-03-21T13:03:12.233948+0000 mgr.x (mgr.34104) 273 : cluster [DBG] pgmap v173: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:13.699 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:13 smithi178 bash[75692]: cluster 2024-03-21T13:03:12.234468+0000 mgr.x (mgr.34104) 274 : cluster [DBG] pgmap v174: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:13.700 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:13 smithi178 bash[75692]: cephadm 2024-03-21T13:03:12.245995+0000 mgr.x (mgr.34104) 275 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:13.700 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:13 smithi178 bash[75692]: cluster 2024-03-21T13:03:12.335191+0000 mgr.x (mgr.34104) 276 : cluster [DBG] pgmap v175: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:13.700 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:13 smithi178 bash[75692]: cluster 2024-03-21T13:03:12.335423+0000 mgr.x (mgr.34104) 277 : cluster [DBG] pgmap v176: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:13.700 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:13 smithi178 bash[75692]: cephadm 2024-03-21T13:03:12.343179+0000 mgr.x (mgr.34104) 278 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:13.700 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:13 smithi178 bash[75692]: audit 2024-03-21T13:03:12.430172+0000 mon.c (mon.1) 528 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:13.700 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:13 smithi178 bash[75692]: audit 2024-03-21T13:03:12.432112+0000 mon.c (mon.1) 529 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:13.700 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:13 smithi178 bash[75692]: audit 2024-03-21T13:03:12.434176+0000 mon.c (mon.1) 530 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:13.700 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:13 smithi178 bash[75692]: audit 2024-03-21T13:03:12.435131+0000 mon.c (mon.1) 531 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:13.700 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:13 smithi178 bash[75692]: cluster 2024-03-21T13:03:12.438464+0000 mgr.x (mgr.34104) 279 : cluster [DBG] pgmap v177: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:13.700 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:13 smithi178 bash[75692]: cluster 2024-03-21T13:03:12.438816+0000 mgr.x (mgr.34104) 280 : cluster [DBG] pgmap v178: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:13.700 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:13 smithi178 bash[75692]: audit 2024-03-21T13:03:12.442889+0000 mon.a (mon.0) 44 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:13.700 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:13 smithi178 bash[75692]: cephadm 2024-03-21T13:03:12.446097+0000 mgr.x (mgr.34104) 281 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:13.700 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:13 smithi178 bash[75692]: audit 2024-03-21T13:03:12.527341+0000 mon.c (mon.1) 532 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:13.701 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:13 smithi178 bash[75692]: audit 2024-03-21T13:03:12.530399+0000 mon.c (mon.1) 533 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:13.701 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:13 smithi178 bash[75692]: audit 2024-03-21T13:03:12.533637+0000 mon.c (mon.1) 534 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:13.701 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:13 smithi178 bash[75692]: audit 2024-03-21T13:03:12.534909+0000 mon.c (mon.1) 535 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:13.701 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:13 smithi178 bash[75692]: cluster 2024-03-21T13:03:12.538746+0000 mgr.x (mgr.34104) 282 : cluster [DBG] pgmap v179: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:13.701 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:13 smithi178 bash[20270]: cluster 2024-03-21T13:03:12.233948+0000 mgr.x (mgr.34104) 273 : cluster [DBG] pgmap v173: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:13.701 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:13 smithi178 bash[20270]: cluster 2024-03-21T13:03:12.234468+0000 mgr.x (mgr.34104) 274 : cluster [DBG] pgmap v174: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:13.701 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:13 smithi178 bash[20270]: cephadm 2024-03-21T13:03:12.245995+0000 mgr.x (mgr.34104) 275 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:13.702 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:13 smithi178 bash[20270]: cluster 2024-03-21T13:03:12.335191+0000 mgr.x (mgr.34104) 276 : cluster [DBG] pgmap v175: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:13.702 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:13 smithi178 bash[20270]: cluster 2024-03-21T13:03:12.335423+0000 mgr.x (mgr.34104) 277 : cluster [DBG] pgmap v176: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:13.702 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:13 smithi178 bash[20270]: cephadm 2024-03-21T13:03:12.343179+0000 mgr.x (mgr.34104) 278 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:13.702 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:13 smithi178 bash[20270]: audit 2024-03-21T13:03:12.430172+0000 mon.c (mon.1) 528 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:13.702 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:13 smithi178 bash[20270]: audit 2024-03-21T13:03:12.432112+0000 mon.c (mon.1) 529 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:13.702 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:13 smithi178 bash[20270]: audit 2024-03-21T13:03:12.434176+0000 mon.c (mon.1) 530 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:13.702 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:13 smithi178 bash[20270]: audit 2024-03-21T13:03:12.435131+0000 mon.c (mon.1) 531 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:13.702 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:13 smithi178 bash[20270]: cluster 2024-03-21T13:03:12.438464+0000 mgr.x (mgr.34104) 279 : cluster [DBG] pgmap v177: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:13.702 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:13 smithi178 bash[20270]: cluster 2024-03-21T13:03:12.438816+0000 mgr.x (mgr.34104) 280 : cluster [DBG] pgmap v178: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:13.702 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:13 smithi178 bash[20270]: audit 2024-03-21T13:03:12.442889+0000 mon.a (mon.0) 44 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:13.702 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:13 smithi178 bash[20270]: cephadm 2024-03-21T13:03:12.446097+0000 mgr.x (mgr.34104) 281 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:13.703 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:13 smithi178 bash[20270]: audit 2024-03-21T13:03:12.527341+0000 mon.c (mon.1) 532 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:13.703 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:13 smithi178 bash[20270]: audit 2024-03-21T13:03:12.530399+0000 mon.c (mon.1) 533 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:13.703 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:13 smithi178 bash[20270]: audit 2024-03-21T13:03:12.533637+0000 mon.c (mon.1) 534 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:13.703 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:13 smithi178 bash[20270]: audit 2024-03-21T13:03:12.534909+0000 mon.c (mon.1) 535 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:13.703 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:13 smithi178 bash[20270]: cluster 2024-03-21T13:03:12.538746+0000 mgr.x (mgr.34104) 282 : cluster [DBG] pgmap v179: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:13.703 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:13 smithi178 bash[20270]: cluster 2024-03-21T13:03:12.539272+0000 mgr.x (mgr.34104) 283 : cluster [DBG] pgmap v180: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:13.705 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:13 smithi178 bash[20270]: audit 2024-03-21T13:03:12.547395+0000 mon.a (mon.0) 45 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:13.705 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:13 smithi178 bash[20270]: cephadm 2024-03-21T13:03:12.550212+0000 mgr.x (mgr.34104) 284 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:13.706 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:13 smithi178 bash[20270]: audit 2024-03-21T13:03:12.629145+0000 mon.c (mon.1) 536 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:13.706 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:13 smithi178 bash[20270]: audit 2024-03-21T13:03:12.631716+0000 mon.c (mon.1) 537 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:13.706 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:13 smithi178 bash[20270]: audit 2024-03-21T13:03:12.635166+0000 mon.c (mon.1) 538 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:13.706 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:13 smithi178 bash[20270]: audit 2024-03-21T13:03:12.636477+0000 mon.c (mon.1) 539 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:13.706 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:13 smithi178 bash[20270]: cluster 2024-03-21T13:03:12.640146+0000 mgr.x (mgr.34104) 285 : cluster [DBG] pgmap v181: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:13.706 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:13 smithi178 bash[20270]: cluster 2024-03-21T13:03:12.640646+0000 mgr.x (mgr.34104) 286 : cluster [DBG] pgmap v182: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:13.706 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:13 smithi178 bash[20270]: audit 2024-03-21T13:03:12.648144+0000 mon.a (mon.0) 46 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:13.706 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:13 smithi178 bash[20270]: cephadm 2024-03-21T13:03:12.651008+0000 mgr.x (mgr.34104) 287 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:13.706 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:13 smithi178 bash[20270]: audit 2024-03-21T13:03:12.730786+0000 mon.c (mon.1) 540 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:13.706 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:13 smithi178 bash[20270]: audit 2024-03-21T13:03:12.733825+0000 mon.c (mon.1) 541 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:13.706 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:13 smithi178 bash[20270]: audit 2024-03-21T13:03:12.737605+0000 mon.c (mon.1) 542 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:13.706 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:13 smithi178 bash[20270]: audit 2024-03-21T13:03:12.739162+0000 mon.c (mon.1) 543 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:13.706 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:13 smithi178 bash[20270]: cluster 2024-03-21T13:03:12.743232+0000 mgr.x (mgr.34104) 288 : cluster [DBG] pgmap v183: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:13.707 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:13 smithi178 bash[20270]: cluster 2024-03-21T13:03:12.743757+0000 mgr.x (mgr.34104) 289 : cluster [DBG] pgmap v184: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:13.707 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:13 smithi178 bash[20270]: audit 2024-03-21T13:03:12.751807+0000 mon.a (mon.0) 47 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:13.707 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:13 smithi178 bash[20270]: cephadm 2024-03-21T13:03:12.754929+0000 mgr.x (mgr.34104) 290 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:13.707 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:13 smithi178 bash[20270]: audit 2024-03-21T13:03:12.836450+0000 mon.c (mon.1) 544 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:13.707 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:13 smithi178 bash[20270]: audit 2024-03-21T13:03:12.839375+0000 mon.c (mon.1) 545 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:13.707 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:13 smithi178 bash[20270]: audit 2024-03-21T13:03:12.842734+0000 mon.c (mon.1) 546 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:13.707 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:13 smithi178 bash[20270]: audit 2024-03-21T13:03:12.844507+0000 mon.c (mon.1) 547 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:13.707 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:13 smithi178 bash[20270]: cluster 2024-03-21T13:03:12.848556+0000 mgr.x (mgr.34104) 291 : cluster [DBG] pgmap v185: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:13.707 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:13 smithi178 bash[20270]: audit 2024-03-21T13:03:12.855586+0000 mon.a (mon.0) 48 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:13.707 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:13 smithi178 bash[20270]: cephadm 2024-03-21T13:03:12.858297+0000 mgr.x (mgr.34104) 292 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:13.707 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:13 smithi178 bash[20270]: audit 2024-03-21T13:03:12.937356+0000 mon.c (mon.1) 548 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:13.707 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:13 smithi178 bash[20270]: audit 2024-03-21T13:03:12.940771+0000 mon.c (mon.1) 549 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:13.707 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:13 smithi178 bash[20270]: audit 2024-03-21T13:03:12.945643+0000 mon.c (mon.1) 550 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:13.708 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:13 smithi178 bash[20270]: audit 2024-03-21T13:03:12.947108+0000 mon.c (mon.1) 551 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:13.708 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:13 smithi178 bash[20270]: cluster 2024-03-21T13:03:12.952177+0000 mgr.x (mgr.34104) 293 : cluster [DBG] pgmap v186: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:13.708 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:13 smithi178 bash[20270]: audit 2024-03-21T13:03:12.959431+0000 mon.a (mon.0) 49 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:13.708 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:13 smithi178 bash[20270]: cephadm 2024-03-21T13:03:12.962241+0000 mgr.x (mgr.34104) 294 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:13.708 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:13 smithi178 bash[20270]: audit 2024-03-21T13:03:13.042809+0000 mon.c (mon.1) 552 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:13.708 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:13 smithi178 bash[20270]: audit 2024-03-21T13:03:13.047818+0000 mon.c (mon.1) 553 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:13.708 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:13 smithi178 bash[20270]: audit 2024-03-21T13:03:13.051776+0000 mon.c (mon.1) 554 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:13.708 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:13 smithi178 bash[20270]: audit 2024-03-21T13:03:13.053415+0000 mon.c (mon.1) 555 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:13.708 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:13 smithi178 bash[20270]: cluster 2024-03-21T13:03:13.057354+0000 mgr.x (mgr.34104) 295 : cluster [DBG] pgmap v187: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:13.708 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:13 smithi178 bash[20270]: cluster 2024-03-21T13:03:13.057628+0000 mgr.x (mgr.34104) 296 : cluster [DBG] pgmap v188: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:13.708 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:13 smithi178 bash[20270]: audit 2024-03-21T13:03:13.065523+0000 mon.a (mon.0) 50 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:13.708 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:13 smithi178 bash[20270]: cephadm 2024-03-21T13:03:13.068214+0000 mgr.x (mgr.34104) 297 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:13.709 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:13 smithi178 bash[75692]: cluster 2024-03-21T13:03:12.539272+0000 mgr.x (mgr.34104) 283 : cluster [DBG] pgmap v180: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:13.709 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:13 smithi178 bash[75692]: audit 2024-03-21T13:03:12.547395+0000 mon.a (mon.0) 45 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:13.709 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:13 smithi178 bash[75692]: cephadm 2024-03-21T13:03:12.550212+0000 mgr.x (mgr.34104) 284 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:13.709 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:13 smithi178 bash[75692]: audit 2024-03-21T13:03:12.629145+0000 mon.c (mon.1) 536 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:13.709 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:13 smithi178 bash[75692]: audit 2024-03-21T13:03:12.631716+0000 mon.c (mon.1) 537 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:13.709 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:13 smithi178 bash[75692]: audit 2024-03-21T13:03:12.635166+0000 mon.c (mon.1) 538 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:13.709 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:13 smithi178 bash[75692]: audit 2024-03-21T13:03:12.636477+0000 mon.c (mon.1) 539 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:13.709 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:13 smithi178 bash[75692]: cluster 2024-03-21T13:03:12.640146+0000 mgr.x (mgr.34104) 285 : cluster [DBG] pgmap v181: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:13.709 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:13 smithi178 bash[75692]: cluster 2024-03-21T13:03:12.640646+0000 mgr.x (mgr.34104) 286 : cluster [DBG] pgmap v182: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:13.709 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:13 smithi178 bash[75692]: audit 2024-03-21T13:03:12.648144+0000 mon.a (mon.0) 46 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:13.709 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:13 smithi178 bash[75692]: cephadm 2024-03-21T13:03:12.651008+0000 mgr.x (mgr.34104) 287 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:13.709 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:13 smithi178 bash[75692]: audit 2024-03-21T13:03:12.730786+0000 mon.c (mon.1) 540 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:13.710 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:13 smithi178 bash[75692]: audit 2024-03-21T13:03:12.733825+0000 mon.c (mon.1) 541 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:13.710 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:13 smithi178 bash[75692]: audit 2024-03-21T13:03:12.737605+0000 mon.c (mon.1) 542 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:13.710 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:13 smithi178 bash[75692]: audit 2024-03-21T13:03:12.739162+0000 mon.c (mon.1) 543 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:13.710 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:13 smithi178 bash[75692]: cluster 2024-03-21T13:03:12.743232+0000 mgr.x (mgr.34104) 288 : cluster [DBG] pgmap v183: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:13.710 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:13 smithi178 bash[75692]: cluster 2024-03-21T13:03:12.743757+0000 mgr.x (mgr.34104) 289 : cluster [DBG] pgmap v184: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:13.710 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:13 smithi178 bash[75692]: audit 2024-03-21T13:03:12.751807+0000 mon.a (mon.0) 47 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:13.710 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:13 smithi178 bash[75692]: cephadm 2024-03-21T13:03:12.754929+0000 mgr.x (mgr.34104) 290 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:13.710 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:13 smithi178 bash[75692]: audit 2024-03-21T13:03:12.836450+0000 mon.c (mon.1) 544 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:13.710 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:13 smithi178 bash[75692]: audit 2024-03-21T13:03:12.839375+0000 mon.c (mon.1) 545 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:13.711 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:13 smithi178 bash[20270]: audit 2024-03-21T13:03:13.130379+0000 mon.c (mon.1) 556 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:13.711 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:13 smithi178 bash[20270]: audit 2024-03-21T13:03:13.133428+0000 mon.c (mon.1) 557 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:13.711 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:13 smithi178 bash[20270]: audit 2024-03-21T13:03:13.136747+0000 mon.c (mon.1) 558 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:13.711 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:13 smithi178 bash[20270]: audit 2024-03-21T13:03:13.138102+0000 mon.c (mon.1) 559 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:13.711 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:13 smithi178 bash[20270]: cluster 2024-03-21T13:03:13.141661+0000 mgr.x (mgr.34104) 298 : cluster [DBG] pgmap v189: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:13.711 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:13 smithi178 bash[20270]: cluster 2024-03-21T13:03:13.142049+0000 mgr.x (mgr.34104) 299 : cluster [DBG] pgmap v190: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:13.711 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:13 smithi178 bash[20270]: audit 2024-03-21T13:03:13.147697+0000 mon.a (mon.0) 51 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:13.711 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:13 smithi178 bash[20270]: audit 2024-03-21T13:03:13.227597+0000 mon.c (mon.1) 560 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:13.711 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:13 smithi178 bash[20270]: audit 2024-03-21T13:03:13.230498+0000 mon.c (mon.1) 561 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:13.711 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:13 smithi178 bash[20270]: audit 2024-03-21T13:03:13.233965+0000 mon.c (mon.1) 562 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:13.711 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:13 smithi178 bash[20270]: audit 2024-03-21T13:03:13.235162+0000 mon.c (mon.1) 563 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:13.711 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:13 smithi178 bash[20270]: audit 2024-03-21T13:03:13.246462+0000 mon.a (mon.0) 52 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:13.711 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:13 smithi178 bash[20270]: audit 2024-03-21T13:03:13.330120+0000 mon.c (mon.1) 564 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:13.712 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:13 smithi178 bash[20270]: audit 2024-03-21T13:03:13.334041+0000 mon.c (mon.1) 565 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:13.712 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:13 smithi178 bash[20270]: audit 2024-03-21T13:03:13.337875+0000 mon.c (mon.1) 566 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:13.712 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:13 smithi178 bash[20270]: audit 2024-03-21T13:03:13.339505+0000 mon.c (mon.1) 567 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:13.712 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:13 smithi178 bash[20270]: audit 2024-03-21T13:03:13.349307+0000 mon.a (mon.0) 53 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:13.712 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:13 smithi178 bash[75692]: audit 2024-03-21T13:03:12.842734+0000 mon.c (mon.1) 546 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:13.712 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:13 smithi178 bash[75692]: audit 2024-03-21T13:03:12.844507+0000 mon.c (mon.1) 547 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:13.712 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:13 smithi178 bash[75692]: cluster 2024-03-21T13:03:12.848556+0000 mgr.x (mgr.34104) 291 : cluster [DBG] pgmap v185: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:13.712 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:13 smithi178 bash[75692]: audit 2024-03-21T13:03:12.855586+0000 mon.a (mon.0) 48 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:13.712 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:13 smithi178 bash[75692]: cephadm 2024-03-21T13:03:12.858297+0000 mgr.x (mgr.34104) 292 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:13.712 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:13 smithi178 bash[75692]: audit 2024-03-21T13:03:12.937356+0000 mon.c (mon.1) 548 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:13.713 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:13 smithi178 bash[75692]: audit 2024-03-21T13:03:12.940771+0000 mon.c (mon.1) 549 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:13.713 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:13 smithi178 bash[75692]: audit 2024-03-21T13:03:12.945643+0000 mon.c (mon.1) 550 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:13.713 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:13 smithi178 bash[75692]: audit 2024-03-21T13:03:12.947108+0000 mon.c (mon.1) 551 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:13.713 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:13 smithi178 bash[75692]: cluster 2024-03-21T13:03:12.952177+0000 mgr.x (mgr.34104) 293 : cluster [DBG] pgmap v186: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:13.713 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:13 smithi178 bash[75692]: audit 2024-03-21T13:03:12.959431+0000 mon.a (mon.0) 49 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:13.713 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:13 smithi178 bash[75692]: cephadm 2024-03-21T13:03:12.962241+0000 mgr.x (mgr.34104) 294 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:13.713 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:13 smithi178 bash[75692]: audit 2024-03-21T13:03:13.042809+0000 mon.c (mon.1) 552 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:13.713 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:13 smithi178 bash[75692]: audit 2024-03-21T13:03:13.047818+0000 mon.c (mon.1) 553 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:13.713 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:13 smithi178 bash[75692]: audit 2024-03-21T13:03:13.051776+0000 mon.c (mon.1) 554 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:13.713 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:13 smithi178 bash[75692]: audit 2024-03-21T13:03:13.053415+0000 mon.c (mon.1) 555 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:13.713 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:13 smithi178 bash[75692]: cluster 2024-03-21T13:03:13.057354+0000 mgr.x (mgr.34104) 295 : cluster [DBG] pgmap v187: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:13.713 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:13 smithi178 bash[75692]: cluster 2024-03-21T13:03:13.057628+0000 mgr.x (mgr.34104) 296 : cluster [DBG] pgmap v188: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:13.713 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:13 smithi178 bash[75692]: audit 2024-03-21T13:03:13.065523+0000 mon.a (mon.0) 50 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:13.713 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:13 smithi178 bash[75692]: cephadm 2024-03-21T13:03:13.068214+0000 mgr.x (mgr.34104) 297 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:13.713 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:13 smithi178 bash[75692]: audit 2024-03-21T13:03:13.130379+0000 mon.c (mon.1) 556 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:13.714 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:13 smithi178 bash[75692]: audit 2024-03-21T13:03:13.133428+0000 mon.c (mon.1) 557 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:13.714 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:13 smithi178 bash[75692]: audit 2024-03-21T13:03:13.136747+0000 mon.c (mon.1) 558 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:13.714 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:13 smithi178 bash[75692]: audit 2024-03-21T13:03:13.138102+0000 mon.c (mon.1) 559 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:13.714 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:13 smithi178 bash[75692]: cluster 2024-03-21T13:03:13.141661+0000 mgr.x (mgr.34104) 298 : cluster [DBG] pgmap v189: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:13.714 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:13 smithi178 bash[75692]: cluster 2024-03-21T13:03:13.142049+0000 mgr.x (mgr.34104) 299 : cluster [DBG] pgmap v190: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:13.714 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:13 smithi178 bash[75692]: audit 2024-03-21T13:03:13.147697+0000 mon.a (mon.0) 51 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:13.714 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:13 smithi178 bash[75692]: audit 2024-03-21T13:03:13.227597+0000 mon.c (mon.1) 560 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:13.714 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:13 smithi178 bash[75692]: audit 2024-03-21T13:03:13.230498+0000 mon.c (mon.1) 561 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:13.714 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:13 smithi178 bash[75692]: audit 2024-03-21T13:03:13.233965+0000 mon.c (mon.1) 562 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:13.714 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:13 smithi178 bash[75692]: audit 2024-03-21T13:03:13.235162+0000 mon.c (mon.1) 563 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:13.714 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:13 smithi178 bash[75692]: audit 2024-03-21T13:03:13.246462+0000 mon.a (mon.0) 52 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:13.714 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:13 smithi178 bash[75692]: audit 2024-03-21T13:03:13.330120+0000 mon.c (mon.1) 564 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:13.714 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:13 smithi178 bash[75692]: audit 2024-03-21T13:03:13.334041+0000 mon.c (mon.1) 565 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:13.714 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:13 smithi178 bash[75692]: audit 2024-03-21T13:03:13.337875+0000 mon.c (mon.1) 566 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:13.715 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:13 smithi178 bash[75692]: audit 2024-03-21T13:03:13.339505+0000 mon.c (mon.1) 567 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:13.715 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:13 smithi178 bash[75692]: audit 2024-03-21T13:03:13.349307+0000 mon.a (mon.0) 53 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:13.823 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:03:13 smithi184 bash[54688]: ts=2024-03-21T13:03:13.506Z caller=manager.go:609 level=warn component="rule manager" group=nodes msg="Evaluating rule failed" rule="alert: CephNodeDiskspaceWarning\nexpr: predict_linear(node_filesystem_free_bytes{device=~\"/.*\"}[2d], 3600 * 24 * 5)\n * on(instance) group_left(nodename) node_uname_info < 0\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.8.4\n severity: warning\n type: ceph_default\nannotations:\n description: Mountpoint {{ $labels.mountpoint }} on {{ $labels.nodename }} will\n be full in less than 5 days based on the 48 hour trailing fill rate.\n summary: Host filesystem free space is getting low\n" err="found duplicate series for the match group {instance=\"smithi178\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi178\", job=\"node\", machine=\"x86_64\", nodename=\"smithi178\", release=\"5.4.0-174-generic\", sysname=\"Linux\", version=\"#193-Ubuntu SMP Thu Mar 7 14:29:28 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"a94f249e-e780-11ee-95cd-87774f69a715\", domainname=\"(none)\", instance=\"smithi178\", job=\"node\", machine=\"x86_64\", nodename=\"smithi178\", release=\"5.4.0-174-generic\", sysname=\"Linux\", version=\"#193-Ubuntu SMP Thu Mar 7 14:29:28 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-21T13:03:13.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:13 smithi184 bash[14608]: cluster 2024-03-21T13:03:12.233948+0000 mgr.x (mgr.34104) 273 : cluster [DBG] pgmap v173: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:13.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:13 smithi184 bash[14608]: cluster 2024-03-21T13:03:12.234468+0000 mgr.x (mgr.34104) 274 : cluster [DBG] pgmap v174: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:13.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:13 smithi184 bash[14608]: cephadm 2024-03-21T13:03:12.245995+0000 mgr.x (mgr.34104) 275 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:13.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:13 smithi184 bash[14608]: cluster 2024-03-21T13:03:12.335191+0000 mgr.x (mgr.34104) 276 : cluster [DBG] pgmap v175: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:13.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:13 smithi184 bash[14608]: cluster 2024-03-21T13:03:12.335423+0000 mgr.x (mgr.34104) 277 : cluster [DBG] pgmap v176: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:13.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:13 smithi184 bash[14608]: cephadm 2024-03-21T13:03:12.343179+0000 mgr.x (mgr.34104) 278 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:13.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:13 smithi184 bash[14608]: audit 2024-03-21T13:03:12.430172+0000 mon.c (mon.1) 528 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:13.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:13 smithi184 bash[14608]: audit 2024-03-21T13:03:12.432112+0000 mon.c (mon.1) 529 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:13.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:13 smithi184 bash[14608]: audit 2024-03-21T13:03:12.434176+0000 mon.c (mon.1) 530 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:13.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:13 smithi184 bash[14608]: audit 2024-03-21T13:03:12.435131+0000 mon.c (mon.1) 531 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:13.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:13 smithi184 bash[14608]: cluster 2024-03-21T13:03:12.438464+0000 mgr.x (mgr.34104) 279 : cluster [DBG] pgmap v177: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:13.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:13 smithi184 bash[14608]: cluster 2024-03-21T13:03:12.438816+0000 mgr.x (mgr.34104) 280 : cluster [DBG] pgmap v178: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:13.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:13 smithi184 bash[14608]: audit 2024-03-21T13:03:12.442889+0000 mon.a (mon.0) 44 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:13.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:13 smithi184 bash[14608]: cephadm 2024-03-21T13:03:12.446097+0000 mgr.x (mgr.34104) 281 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:13.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:13 smithi184 bash[14608]: audit 2024-03-21T13:03:12.527341+0000 mon.c (mon.1) 532 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:13.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:13 smithi184 bash[14608]: audit 2024-03-21T13:03:12.530399+0000 mon.c (mon.1) 533 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:13.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:13 smithi184 bash[14608]: audit 2024-03-21T13:03:12.533637+0000 mon.c (mon.1) 534 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:13.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:13 smithi184 bash[14608]: audit 2024-03-21T13:03:12.534909+0000 mon.c (mon.1) 535 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:13.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:13 smithi184 bash[14608]: cluster 2024-03-21T13:03:12.538746+0000 mgr.x (mgr.34104) 282 : cluster [DBG] pgmap v179: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:13.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:13 smithi184 bash[14608]: cluster 2024-03-21T13:03:12.539272+0000 mgr.x (mgr.34104) 283 : cluster [DBG] pgmap v180: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:13.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:13 smithi184 bash[14608]: audit 2024-03-21T13:03:12.547395+0000 mon.a (mon.0) 45 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:13.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:13 smithi184 bash[14608]: cephadm 2024-03-21T13:03:12.550212+0000 mgr.x (mgr.34104) 284 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:13.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:13 smithi184 bash[14608]: audit 2024-03-21T13:03:12.629145+0000 mon.c (mon.1) 536 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:13.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:13 smithi184 bash[14608]: audit 2024-03-21T13:03:12.631716+0000 mon.c (mon.1) 537 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:13.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:13 smithi184 bash[14608]: audit 2024-03-21T13:03:12.635166+0000 mon.c (mon.1) 538 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:13.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:13 smithi184 bash[14608]: audit 2024-03-21T13:03:12.636477+0000 mon.c (mon.1) 539 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:13.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:13 smithi184 bash[14608]: cluster 2024-03-21T13:03:12.640146+0000 mgr.x (mgr.34104) 285 : cluster [DBG] pgmap v181: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:13.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:13 smithi184 bash[14608]: cluster 2024-03-21T13:03:12.640646+0000 mgr.x (mgr.34104) 286 : cluster [DBG] pgmap v182: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:13.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:13 smithi184 bash[14608]: audit 2024-03-21T13:03:12.648144+0000 mon.a (mon.0) 46 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:13.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:13 smithi184 bash[14608]: cephadm 2024-03-21T13:03:12.651008+0000 mgr.x (mgr.34104) 287 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:13.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:13 smithi184 bash[14608]: audit 2024-03-21T13:03:12.730786+0000 mon.c (mon.1) 540 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:13.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:13 smithi184 bash[14608]: audit 2024-03-21T13:03:12.733825+0000 mon.c (mon.1) 541 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:13.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:13 smithi184 bash[14608]: audit 2024-03-21T13:03:12.737605+0000 mon.c (mon.1) 542 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:13.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:13 smithi184 bash[14608]: audit 2024-03-21T13:03:12.739162+0000 mon.c (mon.1) 543 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:13.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:13 smithi184 bash[14608]: cluster 2024-03-21T13:03:12.743232+0000 mgr.x (mgr.34104) 288 : cluster [DBG] pgmap v183: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:13.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:13 smithi184 bash[14608]: cluster 2024-03-21T13:03:12.743757+0000 mgr.x (mgr.34104) 289 : cluster [DBG] pgmap v184: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:13.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:13 smithi184 bash[14608]: audit 2024-03-21T13:03:12.751807+0000 mon.a (mon.0) 47 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:13.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:13 smithi184 bash[14608]: cephadm 2024-03-21T13:03:12.754929+0000 mgr.x (mgr.34104) 290 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:13.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:13 smithi184 bash[14608]: audit 2024-03-21T13:03:12.836450+0000 mon.c (mon.1) 544 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:13.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:13 smithi184 bash[14608]: audit 2024-03-21T13:03:12.839375+0000 mon.c (mon.1) 545 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:13.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:13 smithi184 bash[14608]: audit 2024-03-21T13:03:12.842734+0000 mon.c (mon.1) 546 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:13.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:13 smithi184 bash[14608]: audit 2024-03-21T13:03:12.844507+0000 mon.c (mon.1) 547 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:13.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:13 smithi184 bash[14608]: cluster 2024-03-21T13:03:12.848556+0000 mgr.x (mgr.34104) 291 : cluster [DBG] pgmap v185: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:13.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:13 smithi184 bash[14608]: audit 2024-03-21T13:03:12.855586+0000 mon.a (mon.0) 48 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:13.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:13 smithi184 bash[14608]: cephadm 2024-03-21T13:03:12.858297+0000 mgr.x (mgr.34104) 292 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:13.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:13 smithi184 bash[14608]: audit 2024-03-21T13:03:12.937356+0000 mon.c (mon.1) 548 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:13.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:13 smithi184 bash[14608]: audit 2024-03-21T13:03:12.940771+0000 mon.c (mon.1) 549 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:13.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:13 smithi184 bash[14608]: audit 2024-03-21T13:03:12.945643+0000 mon.c (mon.1) 550 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:13.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:13 smithi184 bash[14608]: audit 2024-03-21T13:03:12.947108+0000 mon.c (mon.1) 551 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:13.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:13 smithi184 bash[14608]: cluster 2024-03-21T13:03:12.952177+0000 mgr.x (mgr.34104) 293 : cluster [DBG] pgmap v186: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:13.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:13 smithi184 bash[14608]: audit 2024-03-21T13:03:12.959431+0000 mon.a (mon.0) 49 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:13.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:13 smithi184 bash[14608]: cephadm 2024-03-21T13:03:12.962241+0000 mgr.x (mgr.34104) 294 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:13.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:13 smithi184 bash[14608]: audit 2024-03-21T13:03:13.042809+0000 mon.c (mon.1) 552 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:13.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:13 smithi184 bash[14608]: audit 2024-03-21T13:03:13.047818+0000 mon.c (mon.1) 553 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:13.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:13 smithi184 bash[14608]: audit 2024-03-21T13:03:13.051776+0000 mon.c (mon.1) 554 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:13.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:13 smithi184 bash[14608]: audit 2024-03-21T13:03:13.053415+0000 mon.c (mon.1) 555 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:13.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:13 smithi184 bash[14608]: cluster 2024-03-21T13:03:13.057354+0000 mgr.x (mgr.34104) 295 : cluster [DBG] pgmap v187: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:13.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:13 smithi184 bash[14608]: cluster 2024-03-21T13:03:13.057628+0000 mgr.x (mgr.34104) 296 : cluster [DBG] pgmap v188: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:13.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:13 smithi184 bash[14608]: audit 2024-03-21T13:03:13.065523+0000 mon.a (mon.0) 50 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:13.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:13 smithi184 bash[14608]: cephadm 2024-03-21T13:03:13.068214+0000 mgr.x (mgr.34104) 297 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:13.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:13 smithi184 bash[14608]: audit 2024-03-21T13:03:13.130379+0000 mon.c (mon.1) 556 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:13.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:13 smithi184 bash[14608]: audit 2024-03-21T13:03:13.133428+0000 mon.c (mon.1) 557 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:13.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:13 smithi184 bash[14608]: audit 2024-03-21T13:03:13.136747+0000 mon.c (mon.1) 558 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:13.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:13 smithi184 bash[14608]: audit 2024-03-21T13:03:13.138102+0000 mon.c (mon.1) 559 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:13.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:13 smithi184 bash[14608]: cluster 2024-03-21T13:03:13.141661+0000 mgr.x (mgr.34104) 298 : cluster [DBG] pgmap v189: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:13.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:13 smithi184 bash[14608]: cluster 2024-03-21T13:03:13.142049+0000 mgr.x (mgr.34104) 299 : cluster [DBG] pgmap v190: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:13.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:13 smithi184 bash[14608]: audit 2024-03-21T13:03:13.147697+0000 mon.a (mon.0) 51 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:13.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:13 smithi184 bash[14608]: audit 2024-03-21T13:03:13.227597+0000 mon.c (mon.1) 560 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:13.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:13 smithi184 bash[14608]: audit 2024-03-21T13:03:13.230498+0000 mon.c (mon.1) 561 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:13.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:13 smithi184 bash[14608]: audit 2024-03-21T13:03:13.233965+0000 mon.c (mon.1) 562 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:13.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:13 smithi184 bash[14608]: audit 2024-03-21T13:03:13.235162+0000 mon.c (mon.1) 563 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:13.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:13 smithi184 bash[14608]: audit 2024-03-21T13:03:13.246462+0000 mon.a (mon.0) 52 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:13.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:13 smithi184 bash[14608]: audit 2024-03-21T13:03:13.330120+0000 mon.c (mon.1) 564 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:13.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:13 smithi184 bash[14608]: audit 2024-03-21T13:03:13.334041+0000 mon.c (mon.1) 565 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:13.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:13 smithi184 bash[14608]: audit 2024-03-21T13:03:13.337875+0000 mon.c (mon.1) 566 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:13.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:13 smithi184 bash[14608]: audit 2024-03-21T13:03:13.339505+0000 mon.c (mon.1) 567 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:13.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:13 smithi184 bash[14608]: audit 2024-03-21T13:03:13.349307+0000 mon.a (mon.0) 53 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:14.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:14 smithi178 bash[75692]: cephadm 2024-03-21T13:03:13.150286+0000 mgr.x (mgr.34104) 300 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:14.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:14 smithi178 bash[75692]: cluster 2024-03-21T13:03:13.238938+0000 mgr.x (mgr.34104) 301 : cluster [DBG] pgmap v191: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:14.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:14 smithi178 bash[75692]: cluster 2024-03-21T13:03:13.239461+0000 mgr.x (mgr.34104) 302 : cluster [DBG] pgmap v192: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:14.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:14 smithi178 bash[75692]: cephadm 2024-03-21T13:03:13.249241+0000 mgr.x (mgr.34104) 303 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:14.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:14 smithi178 bash[75692]: cluster 2024-03-21T13:03:13.343731+0000 mgr.x (mgr.34104) 304 : cluster [DBG] pgmap v193: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:14.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:14 smithi178 bash[75692]: cluster 2024-03-21T13:03:13.344012+0000 mgr.x (mgr.34104) 305 : cluster [DBG] pgmap v194: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:14.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:14 smithi178 bash[75692]: cephadm 2024-03-21T13:03:13.353881+0000 mgr.x (mgr.34104) 306 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:14.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:14 smithi178 bash[75692]: audit 2024-03-21T13:03:13.437980+0000 mon.c (mon.1) 568 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:14.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:14 smithi178 bash[75692]: audit 2024-03-21T13:03:13.439914+0000 mon.c (mon.1) 569 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:14.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:14 smithi178 bash[75692]: audit 2024-03-21T13:03:13.441924+0000 mon.c (mon.1) 570 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:14.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:14 smithi178 bash[75692]: audit 2024-03-21T13:03:13.442708+0000 mon.c (mon.1) 571 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:14.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:14 smithi178 bash[75692]: cluster 2024-03-21T13:03:13.445729+0000 mgr.x (mgr.34104) 307 : cluster [DBG] pgmap v195: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:14.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:14 smithi178 bash[75692]: cluster 2024-03-21T13:03:13.445950+0000 mgr.x (mgr.34104) 308 : cluster [DBG] pgmap v196: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:14.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:14 smithi178 bash[75692]: audit 2024-03-21T13:03:13.450846+0000 mon.a (mon.0) 54 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:14.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:14 smithi178 bash[75692]: cephadm 2024-03-21T13:03:13.453340+0000 mgr.x (mgr.34104) 309 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:14.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:14 smithi178 bash[75692]: audit 2024-03-21T13:03:13.526183+0000 mon.c (mon.1) 572 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:14.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:14 smithi178 bash[75692]: audit 2024-03-21T13:03:13.529385+0000 mon.c (mon.1) 573 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:14.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:14 smithi178 bash[75692]: audit 2024-03-21T13:03:13.532874+0000 mon.c (mon.1) 574 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:14.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:14 smithi178 bash[75692]: audit 2024-03-21T13:03:13.534255+0000 mon.c (mon.1) 575 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:14.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:14 smithi178 bash[20270]: cephadm 2024-03-21T13:03:13.150286+0000 mgr.x (mgr.34104) 300 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:14.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:14 smithi178 bash[20270]: cluster 2024-03-21T13:03:13.238938+0000 mgr.x (mgr.34104) 301 : cluster [DBG] pgmap v191: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:14.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:14 smithi178 bash[20270]: cluster 2024-03-21T13:03:13.239461+0000 mgr.x (mgr.34104) 302 : cluster [DBG] pgmap v192: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:14.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:14 smithi178 bash[20270]: cephadm 2024-03-21T13:03:13.249241+0000 mgr.x (mgr.34104) 303 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:14.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:14 smithi178 bash[20270]: cluster 2024-03-21T13:03:13.343731+0000 mgr.x (mgr.34104) 304 : cluster [DBG] pgmap v193: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:14.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:14 smithi178 bash[20270]: cluster 2024-03-21T13:03:13.344012+0000 mgr.x (mgr.34104) 305 : cluster [DBG] pgmap v194: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:14.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:14 smithi178 bash[20270]: cephadm 2024-03-21T13:03:13.353881+0000 mgr.x (mgr.34104) 306 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:14.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:14 smithi178 bash[20270]: audit 2024-03-21T13:03:13.437980+0000 mon.c (mon.1) 568 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:14.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:14 smithi178 bash[20270]: audit 2024-03-21T13:03:13.439914+0000 mon.c (mon.1) 569 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:14.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:14 smithi178 bash[20270]: audit 2024-03-21T13:03:13.441924+0000 mon.c (mon.1) 570 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:14.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:14 smithi178 bash[20270]: audit 2024-03-21T13:03:13.442708+0000 mon.c (mon.1) 571 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:14.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:14 smithi178 bash[20270]: cluster 2024-03-21T13:03:13.445729+0000 mgr.x (mgr.34104) 307 : cluster [DBG] pgmap v195: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:14.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:14 smithi178 bash[20270]: cluster 2024-03-21T13:03:13.445950+0000 mgr.x (mgr.34104) 308 : cluster [DBG] pgmap v196: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:14.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:14 smithi178 bash[20270]: audit 2024-03-21T13:03:13.450846+0000 mon.a (mon.0) 54 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:14.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:14 smithi178 bash[20270]: cephadm 2024-03-21T13:03:13.453340+0000 mgr.x (mgr.34104) 309 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:14.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:14 smithi178 bash[20270]: audit 2024-03-21T13:03:13.526183+0000 mon.c (mon.1) 572 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:14.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:14 smithi178 bash[20270]: audit 2024-03-21T13:03:13.529385+0000 mon.c (mon.1) 573 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:14.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:14 smithi178 bash[20270]: audit 2024-03-21T13:03:13.532874+0000 mon.c (mon.1) 574 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:14.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:14 smithi178 bash[20270]: audit 2024-03-21T13:03:13.534255+0000 mon.c (mon.1) 575 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:14.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:14 smithi178 bash[20270]: cluster 2024-03-21T13:03:13.538543+0000 mgr.x (mgr.34104) 310 : cluster [DBG] pgmap v197: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:14.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:14 smithi178 bash[20270]: cluster 2024-03-21T13:03:13.539086+0000 mgr.x (mgr.34104) 311 : cluster [DBG] pgmap v198: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:14.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:14 smithi178 bash[20270]: audit 2024-03-21T13:03:13.546855+0000 mon.a (mon.0) 55 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:14.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:14 smithi178 bash[20270]: cephadm 2024-03-21T13:03:13.549961+0000 mgr.x (mgr.34104) 312 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:14.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:14 smithi178 bash[20270]: audit 2024-03-21T13:03:13.633049+0000 mon.c (mon.1) 576 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:14.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:14 smithi178 bash[20270]: audit 2024-03-21T13:03:13.635872+0000 mon.c (mon.1) 577 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:14.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:14 smithi178 bash[20270]: audit 2024-03-21T13:03:13.639042+0000 mon.c (mon.1) 578 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:14.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:14 smithi178 bash[20270]: audit 2024-03-21T13:03:13.640388+0000 mon.c (mon.1) 579 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:14.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:14 smithi178 bash[20270]: cluster 2024-03-21T13:03:13.644251+0000 mgr.x (mgr.34104) 313 : cluster [DBG] pgmap v199: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:14.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:14 smithi178 bash[20270]: cluster 2024-03-21T13:03:13.644597+0000 mgr.x (mgr.34104) 314 : cluster [DBG] pgmap v200: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:14.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:14 smithi178 bash[20270]: audit 2024-03-21T13:03:13.651630+0000 mon.a (mon.0) 56 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:14.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:14 smithi178 bash[20270]: cephadm 2024-03-21T13:03:13.654532+0000 mgr.x (mgr.34104) 315 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:14.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:14 smithi178 bash[20270]: audit 2024-03-21T13:03:13.731544+0000 mon.c (mon.1) 580 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:14.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:14 smithi178 bash[20270]: audit 2024-03-21T13:03:13.736002+0000 mon.c (mon.1) 581 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:14.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:14 smithi178 bash[20270]: audit 2024-03-21T13:03:13.739750+0000 mon.c (mon.1) 582 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:14.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:14 smithi178 bash[20270]: audit 2024-03-21T13:03:13.741026+0000 mon.c (mon.1) 583 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:14.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:14 smithi178 bash[20270]: cluster 2024-03-21T13:03:13.744738+0000 mgr.x (mgr.34104) 316 : cluster [DBG] pgmap v201: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:14.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:14 smithi178 bash[20270]: cluster 2024-03-21T13:03:13.745091+0000 mgr.x (mgr.34104) 317 : cluster [DBG] pgmap v202: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:14.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:14 smithi178 bash[20270]: audit 2024-03-21T13:03:13.752511+0000 mon.a (mon.0) 57 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:14.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:14 smithi178 bash[20270]: cephadm 2024-03-21T13:03:13.755303+0000 mgr.x (mgr.34104) 318 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:14.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:14 smithi178 bash[20270]: audit 2024-03-21T13:03:13.831566+0000 mon.c (mon.1) 584 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:14.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:14 smithi178 bash[75692]: cluster 2024-03-21T13:03:13.538543+0000 mgr.x (mgr.34104) 310 : cluster [DBG] pgmap v197: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:14.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:14 smithi178 bash[75692]: cluster 2024-03-21T13:03:13.539086+0000 mgr.x (mgr.34104) 311 : cluster [DBG] pgmap v198: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:14.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:14 smithi178 bash[75692]: audit 2024-03-21T13:03:13.546855+0000 mon.a (mon.0) 55 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:14.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:14 smithi178 bash[75692]: cephadm 2024-03-21T13:03:13.549961+0000 mgr.x (mgr.34104) 312 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:14.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:14 smithi178 bash[75692]: audit 2024-03-21T13:03:13.633049+0000 mon.c (mon.1) 576 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:14.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:14 smithi178 bash[75692]: audit 2024-03-21T13:03:13.635872+0000 mon.c (mon.1) 577 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:14.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:14 smithi178 bash[75692]: audit 2024-03-21T13:03:13.639042+0000 mon.c (mon.1) 578 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:14.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:14 smithi178 bash[75692]: audit 2024-03-21T13:03:13.640388+0000 mon.c (mon.1) 579 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:14.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:14 smithi178 bash[75692]: cluster 2024-03-21T13:03:13.644251+0000 mgr.x (mgr.34104) 313 : cluster [DBG] pgmap v199: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:14.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:14 smithi178 bash[75692]: cluster 2024-03-21T13:03:13.644597+0000 mgr.x (mgr.34104) 314 : cluster [DBG] pgmap v200: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:14.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:14 smithi178 bash[75692]: audit 2024-03-21T13:03:13.651630+0000 mon.a (mon.0) 56 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:14.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:14 smithi178 bash[75692]: cephadm 2024-03-21T13:03:13.654532+0000 mgr.x (mgr.34104) 315 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:14.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:14 smithi178 bash[75692]: audit 2024-03-21T13:03:13.731544+0000 mon.c (mon.1) 580 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:14.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:14 smithi178 bash[75692]: audit 2024-03-21T13:03:13.736002+0000 mon.c (mon.1) 581 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:14.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:14 smithi178 bash[75692]: audit 2024-03-21T13:03:13.739750+0000 mon.c (mon.1) 582 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:14.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:14 smithi178 bash[75692]: audit 2024-03-21T13:03:13.741026+0000 mon.c (mon.1) 583 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:14.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:14 smithi178 bash[75692]: cluster 2024-03-21T13:03:13.744738+0000 mgr.x (mgr.34104) 316 : cluster [DBG] pgmap v201: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:14.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:14 smithi178 bash[75692]: cluster 2024-03-21T13:03:13.745091+0000 mgr.x (mgr.34104) 317 : cluster [DBG] pgmap v202: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:14.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:14 smithi178 bash[75692]: audit 2024-03-21T13:03:13.752511+0000 mon.a (mon.0) 57 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:14.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:14 smithi178 bash[75692]: cephadm 2024-03-21T13:03:13.755303+0000 mgr.x (mgr.34104) 318 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:14.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:14 smithi178 bash[75692]: audit 2024-03-21T13:03:13.831566+0000 mon.c (mon.1) 584 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:14.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:14 smithi178 bash[20270]: audit 2024-03-21T13:03:13.835081+0000 mon.c (mon.1) 585 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:14.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:14 smithi178 bash[20270]: audit 2024-03-21T13:03:13.839400+0000 mon.c (mon.1) 586 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:14.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:14 smithi178 bash[20270]: audit 2024-03-21T13:03:13.841129+0000 mon.c (mon.1) 587 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:14.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:14 smithi178 bash[20270]: cluster 2024-03-21T13:03:13.845814+0000 mgr.x (mgr.34104) 319 : cluster [DBG] pgmap v203: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:14.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:14 smithi178 bash[20270]: cluster 2024-03-21T13:03:13.846385+0000 mgr.x (mgr.34104) 320 : cluster [DBG] pgmap v204: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:14.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:14 smithi178 bash[20270]: audit 2024-03-21T13:03:13.853630+0000 mon.a (mon.0) 58 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:14.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:14 smithi178 bash[20270]: cephadm 2024-03-21T13:03:13.856930+0000 mgr.x (mgr.34104) 321 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:14.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:14 smithi178 bash[20270]: audit 2024-03-21T13:03:13.935451+0000 mon.c (mon.1) 588 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:14.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:14 smithi178 bash[20270]: audit 2024-03-21T13:03:13.938686+0000 mon.c (mon.1) 589 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:14.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:14 smithi178 bash[20270]: audit 2024-03-21T13:03:13.942786+0000 mon.c (mon.1) 590 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:14.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:14 smithi178 bash[20270]: audit 2024-03-21T13:03:13.944466+0000 mon.c (mon.1) 591 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:14.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:14 smithi178 bash[20270]: cluster 2024-03-21T13:03:13.948851+0000 mgr.x (mgr.34104) 322 : cluster [DBG] pgmap v205: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:14.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:14 smithi178 bash[20270]: cluster 2024-03-21T13:03:13.949157+0000 mgr.x (mgr.34104) 323 : cluster [DBG] pgmap v206: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:14.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:14 smithi178 bash[20270]: audit 2024-03-21T13:03:13.956640+0000 mon.a (mon.0) 59 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:14.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:14 smithi178 bash[20270]: cephadm 2024-03-21T13:03:13.959972+0000 mgr.x (mgr.34104) 324 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:14.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:14 smithi178 bash[20270]: audit 2024-03-21T13:03:14.038075+0000 mon.c (mon.1) 592 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:14.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:14 smithi178 bash[20270]: audit 2024-03-21T13:03:14.041142+0000 mon.c (mon.1) 593 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:14.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:14 smithi178 bash[20270]: audit 2024-03-21T13:03:14.044414+0000 mon.c (mon.1) 594 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:14.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:14 smithi178 bash[20270]: audit 2024-03-21T13:03:14.045391+0000 mon.c (mon.1) 595 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:14.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:14 smithi178 bash[20270]: cluster 2024-03-21T13:03:14.049112+0000 mgr.x (mgr.34104) 325 : cluster [DBG] pgmap v207: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:14.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:14 smithi178 bash[20270]: cluster 2024-03-21T13:03:14.049655+0000 mgr.x (mgr.34104) 326 : cluster [DBG] pgmap v208: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:14.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:14 smithi178 bash[20270]: audit 2024-03-21T13:03:14.053240+0000 mon.a (mon.0) 60 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:14.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:14 smithi178 bash[20270]: cephadm 2024-03-21T13:03:14.055859+0000 mgr.x (mgr.34104) 327 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:14.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:14 smithi178 bash[20270]: audit 2024-03-21T13:03:14.136693+0000 mon.c (mon.1) 596 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:14.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:14 smithi178 bash[20270]: audit 2024-03-21T13:03:14.139501+0000 mon.c (mon.1) 597 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:14.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:14 smithi178 bash[20270]: audit 2024-03-21T13:03:14.142878+0000 mon.c (mon.1) 598 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:14.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:14 smithi178 bash[20270]: audit 2024-03-21T13:03:14.144361+0000 mon.c (mon.1) 599 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:14.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:14 smithi178 bash[20270]: audit 2024-03-21T13:03:14.156434+0000 mon.a (mon.0) 61 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:14.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:14 smithi178 bash[20270]: audit 2024-03-21T13:03:14.237552+0000 mon.c (mon.1) 600 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:14.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:14 smithi178 bash[20270]: audit 2024-03-21T13:03:14.242277+0000 mon.c (mon.1) 601 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:14.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:14 smithi178 bash[20270]: audit 2024-03-21T13:03:14.246194+0000 mon.c (mon.1) 602 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:14.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:14 smithi178 bash[20270]: audit 2024-03-21T13:03:14.247941+0000 mon.c (mon.1) 603 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:14.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:14 smithi178 bash[20270]: audit 2024-03-21T13:03:14.262778+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:14.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:14 smithi178 bash[20270]: audit 2024-03-21T13:03:14.343867+0000 mon.c (mon.1) 604 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:14.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:14 smithi178 bash[20270]: audit 2024-03-21T13:03:14.346896+0000 mon.c (mon.1) 605 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:14.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:14 smithi178 bash[20270]: audit 2024-03-21T13:03:14.350595+0000 mon.c (mon.1) 606 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:14.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:14 smithi178 bash[20270]: audit 2024-03-21T13:03:14.351874+0000 mon.c (mon.1) 607 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:14.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:14 smithi178 bash[20270]: audit 2024-03-21T13:03:14.364122+0000 mon.a (mon.0) 63 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:14.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:14 smithi178 bash[75692]: audit 2024-03-21T13:03:13.835081+0000 mon.c (mon.1) 585 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:14.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:14 smithi178 bash[75692]: audit 2024-03-21T13:03:13.839400+0000 mon.c (mon.1) 586 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:14.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:14 smithi178 bash[75692]: audit 2024-03-21T13:03:13.841129+0000 mon.c (mon.1) 587 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:14.809 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:14 smithi178 bash[75692]: cluster 2024-03-21T13:03:13.845814+0000 mgr.x (mgr.34104) 319 : cluster [DBG] pgmap v203: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:14.809 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:14 smithi178 bash[75692]: cluster 2024-03-21T13:03:13.846385+0000 mgr.x (mgr.34104) 320 : cluster [DBG] pgmap v204: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:14.809 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:14 smithi178 bash[75692]: audit 2024-03-21T13:03:13.853630+0000 mon.a (mon.0) 58 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:14.809 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:14 smithi178 bash[75692]: cephadm 2024-03-21T13:03:13.856930+0000 mgr.x (mgr.34104) 321 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:14.809 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:14 smithi178 bash[75692]: audit 2024-03-21T13:03:13.935451+0000 mon.c (mon.1) 588 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:14.809 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:14 smithi178 bash[75692]: audit 2024-03-21T13:03:13.938686+0000 mon.c (mon.1) 589 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:14.809 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:14 smithi178 bash[75692]: audit 2024-03-21T13:03:13.942786+0000 mon.c (mon.1) 590 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:14.809 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:14 smithi178 bash[75692]: audit 2024-03-21T13:03:13.944466+0000 mon.c (mon.1) 591 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:14.809 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:14 smithi178 bash[75692]: cluster 2024-03-21T13:03:13.948851+0000 mgr.x (mgr.34104) 322 : cluster [DBG] pgmap v205: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:14.809 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:14 smithi178 bash[75692]: cluster 2024-03-21T13:03:13.949157+0000 mgr.x (mgr.34104) 323 : cluster [DBG] pgmap v206: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:14.809 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:14 smithi178 bash[75692]: audit 2024-03-21T13:03:13.956640+0000 mon.a (mon.0) 59 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:14.809 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:14 smithi178 bash[75692]: cephadm 2024-03-21T13:03:13.959972+0000 mgr.x (mgr.34104) 324 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:14.809 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:14 smithi178 bash[75692]: audit 2024-03-21T13:03:14.038075+0000 mon.c (mon.1) 592 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:14.809 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:14 smithi178 bash[75692]: audit 2024-03-21T13:03:14.041142+0000 mon.c (mon.1) 593 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:14.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:14 smithi178 bash[75692]: audit 2024-03-21T13:03:14.044414+0000 mon.c (mon.1) 594 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:14.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:14 smithi178 bash[75692]: audit 2024-03-21T13:03:14.045391+0000 mon.c (mon.1) 595 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:14.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:14 smithi178 bash[75692]: cluster 2024-03-21T13:03:14.049112+0000 mgr.x (mgr.34104) 325 : cluster [DBG] pgmap v207: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:14.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:14 smithi178 bash[75692]: cluster 2024-03-21T13:03:14.049655+0000 mgr.x (mgr.34104) 326 : cluster [DBG] pgmap v208: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:14.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:14 smithi178 bash[75692]: audit 2024-03-21T13:03:14.053240+0000 mon.a (mon.0) 60 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:14.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:14 smithi178 bash[75692]: cephadm 2024-03-21T13:03:14.055859+0000 mgr.x (mgr.34104) 327 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:14.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:14 smithi178 bash[75692]: audit 2024-03-21T13:03:14.136693+0000 mon.c (mon.1) 596 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:14.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:14 smithi178 bash[75692]: audit 2024-03-21T13:03:14.139501+0000 mon.c (mon.1) 597 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:14.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:14 smithi178 bash[75692]: audit 2024-03-21T13:03:14.142878+0000 mon.c (mon.1) 598 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:14.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:14 smithi178 bash[75692]: audit 2024-03-21T13:03:14.144361+0000 mon.c (mon.1) 599 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:14.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:14 smithi178 bash[75692]: audit 2024-03-21T13:03:14.156434+0000 mon.a (mon.0) 61 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:14.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:14 smithi178 bash[75692]: audit 2024-03-21T13:03:14.237552+0000 mon.c (mon.1) 600 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:14.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:14 smithi178 bash[75692]: audit 2024-03-21T13:03:14.242277+0000 mon.c (mon.1) 601 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:14.811 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:14 smithi178 bash[75692]: audit 2024-03-21T13:03:14.246194+0000 mon.c (mon.1) 602 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:14.811 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:14 smithi178 bash[75692]: audit 2024-03-21T13:03:14.247941+0000 mon.c (mon.1) 603 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:14.811 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:14 smithi178 bash[75692]: audit 2024-03-21T13:03:14.262778+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:14.811 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:14 smithi178 bash[75692]: audit 2024-03-21T13:03:14.343867+0000 mon.c (mon.1) 604 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:14.811 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:14 smithi178 bash[75692]: audit 2024-03-21T13:03:14.346896+0000 mon.c (mon.1) 605 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:14.811 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:14 smithi178 bash[75692]: audit 2024-03-21T13:03:14.350595+0000 mon.c (mon.1) 606 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:14.811 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:14 smithi178 bash[75692]: audit 2024-03-21T13:03:14.351874+0000 mon.c (mon.1) 607 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:14.811 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:14 smithi178 bash[75692]: audit 2024-03-21T13:03:14.364122+0000 mon.a (mon.0) 63 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:14.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:14 smithi184 bash[14608]: cephadm 2024-03-21T13:03:13.150286+0000 mgr.x (mgr.34104) 300 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:14.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:14 smithi184 bash[14608]: cluster 2024-03-21T13:03:13.238938+0000 mgr.x (mgr.34104) 301 : cluster [DBG] pgmap v191: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:14.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:14 smithi184 bash[14608]: cluster 2024-03-21T13:03:13.239461+0000 mgr.x (mgr.34104) 302 : cluster [DBG] pgmap v192: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:14.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:14 smithi184 bash[14608]: cephadm 2024-03-21T13:03:13.249241+0000 mgr.x (mgr.34104) 303 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:14.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:14 smithi184 bash[14608]: cluster 2024-03-21T13:03:13.343731+0000 mgr.x (mgr.34104) 304 : cluster [DBG] pgmap v193: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:14.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:14 smithi184 bash[14608]: cluster 2024-03-21T13:03:13.344012+0000 mgr.x (mgr.34104) 305 : cluster [DBG] pgmap v194: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:14.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:14 smithi184 bash[14608]: cephadm 2024-03-21T13:03:13.353881+0000 mgr.x (mgr.34104) 306 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:14.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:14 smithi184 bash[14608]: audit 2024-03-21T13:03:13.437980+0000 mon.c (mon.1) 568 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:14.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:14 smithi184 bash[14608]: audit 2024-03-21T13:03:13.439914+0000 mon.c (mon.1) 569 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:14.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:14 smithi184 bash[14608]: audit 2024-03-21T13:03:13.441924+0000 mon.c (mon.1) 570 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:14.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:14 smithi184 bash[14608]: audit 2024-03-21T13:03:13.442708+0000 mon.c (mon.1) 571 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:14.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:14 smithi184 bash[14608]: cluster 2024-03-21T13:03:13.445729+0000 mgr.x (mgr.34104) 307 : cluster [DBG] pgmap v195: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:14.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:14 smithi184 bash[14608]: cluster 2024-03-21T13:03:13.445950+0000 mgr.x (mgr.34104) 308 : cluster [DBG] pgmap v196: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:14.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:14 smithi184 bash[14608]: audit 2024-03-21T13:03:13.450846+0000 mon.a (mon.0) 54 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:14.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:14 smithi184 bash[14608]: cephadm 2024-03-21T13:03:13.453340+0000 mgr.x (mgr.34104) 309 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:14.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:14 smithi184 bash[14608]: audit 2024-03-21T13:03:13.526183+0000 mon.c (mon.1) 572 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:14.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:14 smithi184 bash[14608]: audit 2024-03-21T13:03:13.529385+0000 mon.c (mon.1) 573 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:14.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:14 smithi184 bash[14608]: audit 2024-03-21T13:03:13.532874+0000 mon.c (mon.1) 574 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:14.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:14 smithi184 bash[14608]: audit 2024-03-21T13:03:13.534255+0000 mon.c (mon.1) 575 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:14.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:14 smithi184 bash[14608]: cluster 2024-03-21T13:03:13.538543+0000 mgr.x (mgr.34104) 310 : cluster [DBG] pgmap v197: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:14.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:14 smithi184 bash[14608]: cluster 2024-03-21T13:03:13.539086+0000 mgr.x (mgr.34104) 311 : cluster [DBG] pgmap v198: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:14.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:14 smithi184 bash[14608]: audit 2024-03-21T13:03:13.546855+0000 mon.a (mon.0) 55 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:14.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:14 smithi184 bash[14608]: cephadm 2024-03-21T13:03:13.549961+0000 mgr.x (mgr.34104) 312 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:14.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:14 smithi184 bash[14608]: audit 2024-03-21T13:03:13.633049+0000 mon.c (mon.1) 576 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:14.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:14 smithi184 bash[14608]: audit 2024-03-21T13:03:13.635872+0000 mon.c (mon.1) 577 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:14.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:14 smithi184 bash[14608]: audit 2024-03-21T13:03:13.639042+0000 mon.c (mon.1) 578 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:14.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:14 smithi184 bash[14608]: audit 2024-03-21T13:03:13.640388+0000 mon.c (mon.1) 579 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:14.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:14 smithi184 bash[14608]: cluster 2024-03-21T13:03:13.644251+0000 mgr.x (mgr.34104) 313 : cluster [DBG] pgmap v199: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:14.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:14 smithi184 bash[14608]: cluster 2024-03-21T13:03:13.644597+0000 mgr.x (mgr.34104) 314 : cluster [DBG] pgmap v200: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:14.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:14 smithi184 bash[14608]: audit 2024-03-21T13:03:13.651630+0000 mon.a (mon.0) 56 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:14.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:14 smithi184 bash[14608]: cephadm 2024-03-21T13:03:13.654532+0000 mgr.x (mgr.34104) 315 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:14.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:14 smithi184 bash[14608]: audit 2024-03-21T13:03:13.731544+0000 mon.c (mon.1) 580 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:14.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:14 smithi184 bash[14608]: audit 2024-03-21T13:03:13.736002+0000 mon.c (mon.1) 581 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:14.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:14 smithi184 bash[14608]: audit 2024-03-21T13:03:13.739750+0000 mon.c (mon.1) 582 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:14.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:14 smithi184 bash[14608]: audit 2024-03-21T13:03:13.741026+0000 mon.c (mon.1) 583 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:14.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:14 smithi184 bash[14608]: cluster 2024-03-21T13:03:13.744738+0000 mgr.x (mgr.34104) 316 : cluster [DBG] pgmap v201: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:14.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:14 smithi184 bash[14608]: cluster 2024-03-21T13:03:13.745091+0000 mgr.x (mgr.34104) 317 : cluster [DBG] pgmap v202: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:14.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:14 smithi184 bash[14608]: audit 2024-03-21T13:03:13.752511+0000 mon.a (mon.0) 57 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:14.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:14 smithi184 bash[14608]: cephadm 2024-03-21T13:03:13.755303+0000 mgr.x (mgr.34104) 318 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:14.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:14 smithi184 bash[14608]: audit 2024-03-21T13:03:13.831566+0000 mon.c (mon.1) 584 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:14.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:14 smithi184 bash[14608]: audit 2024-03-21T13:03:13.835081+0000 mon.c (mon.1) 585 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:14.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:14 smithi184 bash[14608]: audit 2024-03-21T13:03:13.839400+0000 mon.c (mon.1) 586 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:14.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:14 smithi184 bash[14608]: audit 2024-03-21T13:03:13.841129+0000 mon.c (mon.1) 587 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:14.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:14 smithi184 bash[14608]: cluster 2024-03-21T13:03:13.845814+0000 mgr.x (mgr.34104) 319 : cluster [DBG] pgmap v203: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:14.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:14 smithi184 bash[14608]: cluster 2024-03-21T13:03:13.846385+0000 mgr.x (mgr.34104) 320 : cluster [DBG] pgmap v204: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:14.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:14 smithi184 bash[14608]: audit 2024-03-21T13:03:13.853630+0000 mon.a (mon.0) 58 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:14.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:14 smithi184 bash[14608]: cephadm 2024-03-21T13:03:13.856930+0000 mgr.x (mgr.34104) 321 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:14.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:14 smithi184 bash[14608]: audit 2024-03-21T13:03:13.935451+0000 mon.c (mon.1) 588 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:14.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:14 smithi184 bash[14608]: audit 2024-03-21T13:03:13.938686+0000 mon.c (mon.1) 589 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:14.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:14 smithi184 bash[14608]: audit 2024-03-21T13:03:13.942786+0000 mon.c (mon.1) 590 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:14.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:14 smithi184 bash[14608]: audit 2024-03-21T13:03:13.944466+0000 mon.c (mon.1) 591 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:14.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:14 smithi184 bash[14608]: cluster 2024-03-21T13:03:13.948851+0000 mgr.x (mgr.34104) 322 : cluster [DBG] pgmap v205: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:14.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:14 smithi184 bash[14608]: cluster 2024-03-21T13:03:13.949157+0000 mgr.x (mgr.34104) 323 : cluster [DBG] pgmap v206: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:14.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:14 smithi184 bash[14608]: audit 2024-03-21T13:03:13.956640+0000 mon.a (mon.0) 59 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:14.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:14 smithi184 bash[14608]: cephadm 2024-03-21T13:03:13.959972+0000 mgr.x (mgr.34104) 324 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:14.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:14 smithi184 bash[14608]: audit 2024-03-21T13:03:14.038075+0000 mon.c (mon.1) 592 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:14.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:14 smithi184 bash[14608]: audit 2024-03-21T13:03:14.041142+0000 mon.c (mon.1) 593 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:14.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:14 smithi184 bash[14608]: audit 2024-03-21T13:03:14.044414+0000 mon.c (mon.1) 594 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:14.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:14 smithi184 bash[14608]: audit 2024-03-21T13:03:14.045391+0000 mon.c (mon.1) 595 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:14.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:14 smithi184 bash[14608]: cluster 2024-03-21T13:03:14.049112+0000 mgr.x (mgr.34104) 325 : cluster [DBG] pgmap v207: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:14.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:14 smithi184 bash[14608]: cluster 2024-03-21T13:03:14.049655+0000 mgr.x (mgr.34104) 326 : cluster [DBG] pgmap v208: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:14.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:14 smithi184 bash[14608]: audit 2024-03-21T13:03:14.053240+0000 mon.a (mon.0) 60 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:14.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:14 smithi184 bash[14608]: cephadm 2024-03-21T13:03:14.055859+0000 mgr.x (mgr.34104) 327 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:14.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:14 smithi184 bash[14608]: audit 2024-03-21T13:03:14.136693+0000 mon.c (mon.1) 596 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:14.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:14 smithi184 bash[14608]: audit 2024-03-21T13:03:14.139501+0000 mon.c (mon.1) 597 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:14.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:14 smithi184 bash[14608]: audit 2024-03-21T13:03:14.142878+0000 mon.c (mon.1) 598 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:14.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:14 smithi184 bash[14608]: audit 2024-03-21T13:03:14.144361+0000 mon.c (mon.1) 599 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:14.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:14 smithi184 bash[14608]: audit 2024-03-21T13:03:14.156434+0000 mon.a (mon.0) 61 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:14.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:14 smithi184 bash[14608]: audit 2024-03-21T13:03:14.237552+0000 mon.c (mon.1) 600 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:14.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:14 smithi184 bash[14608]: audit 2024-03-21T13:03:14.242277+0000 mon.c (mon.1) 601 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:14.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:14 smithi184 bash[14608]: audit 2024-03-21T13:03:14.246194+0000 mon.c (mon.1) 602 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:14.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:14 smithi184 bash[14608]: audit 2024-03-21T13:03:14.247941+0000 mon.c (mon.1) 603 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:14.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:14 smithi184 bash[14608]: audit 2024-03-21T13:03:14.262778+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:14.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:14 smithi184 bash[14608]: audit 2024-03-21T13:03:14.343867+0000 mon.c (mon.1) 604 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:14.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:14 smithi184 bash[14608]: audit 2024-03-21T13:03:14.346896+0000 mon.c (mon.1) 605 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:14.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:14 smithi184 bash[14608]: audit 2024-03-21T13:03:14.350595+0000 mon.c (mon.1) 606 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:14.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:14 smithi184 bash[14608]: audit 2024-03-21T13:03:14.351874+0000 mon.c (mon.1) 607 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:14.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:14 smithi184 bash[14608]: audit 2024-03-21T13:03:14.364122+0000 mon.a (mon.0) 63 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:15.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:15 smithi178 bash[20270]: cluster 2024-03-21T13:03:14.148883+0000 mgr.x (mgr.34104) 328 : cluster [DBG] pgmap v209: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:15.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:15 smithi178 bash[20270]: cluster 2024-03-21T13:03:14.149559+0000 mgr.x (mgr.34104) 329 : cluster [DBG] pgmap v210: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:15.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:15 smithi178 bash[20270]: cephadm 2024-03-21T13:03:14.159190+0000 mgr.x (mgr.34104) 330 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:15.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:15 smithi178 bash[20270]: cluster 2024-03-21T13:03:14.252028+0000 mgr.x (mgr.34104) 331 : cluster [DBG] pgmap v211: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:15.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:15 smithi178 bash[20270]: cluster 2024-03-21T13:03:14.252455+0000 mgr.x (mgr.34104) 332 : cluster [DBG] pgmap v212: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:15.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:15 smithi178 bash[20270]: cephadm 2024-03-21T13:03:14.266054+0000 mgr.x (mgr.34104) 333 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:15.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:15 smithi178 bash[20270]: cluster 2024-03-21T13:03:14.355478+0000 mgr.x (mgr.34104) 334 : cluster [DBG] pgmap v213: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:15.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:15 smithi178 bash[20270]: cluster 2024-03-21T13:03:14.356034+0000 mgr.x (mgr.34104) 335 : cluster [DBG] pgmap v214: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:15.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:15 smithi178 bash[20270]: cephadm 2024-03-21T13:03:14.366876+0000 mgr.x (mgr.34104) 336 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:15.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:15 smithi178 bash[20270]: audit 2024-03-21T13:03:14.450918+0000 mon.c (mon.1) 608 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:15.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:15 smithi178 bash[20270]: audit 2024-03-21T13:03:14.453039+0000 mon.c (mon.1) 609 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:15.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:15 smithi178 bash[20270]: audit 2024-03-21T13:03:14.455975+0000 mon.c (mon.1) 610 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:15.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:15 smithi178 bash[20270]: audit 2024-03-21T13:03:14.456975+0000 mon.c (mon.1) 611 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:15.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:15 smithi178 bash[20270]: cluster 2024-03-21T13:03:14.460369+0000 mgr.x (mgr.34104) 337 : cluster [DBG] pgmap v215: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:15.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:15 smithi178 bash[20270]: cluster 2024-03-21T13:03:14.460675+0000 mgr.x (mgr.34104) 338 : cluster [DBG] pgmap v216: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:15.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:15 smithi178 bash[20270]: audit 2024-03-21T13:03:14.464629+0000 mon.a (mon.0) 64 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:15.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:15 smithi178 bash[20270]: cephadm 2024-03-21T13:03:14.467122+0000 mgr.x (mgr.34104) 339 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:15.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:15 smithi178 bash[20270]: audit 2024-03-21T13:03:14.546423+0000 mon.c (mon.1) 612 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:15.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:15 smithi178 bash[20270]: audit 2024-03-21T13:03:14.548971+0000 mon.c (mon.1) 613 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:15.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:15 smithi178 bash[20270]: audit 2024-03-21T13:03:14.552838+0000 mon.c (mon.1) 614 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:15.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:15 smithi178 bash[20270]: audit 2024-03-21T13:03:14.554270+0000 mon.c (mon.1) 615 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:15.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:15 smithi178 bash[20270]: cluster 2024-03-21T13:03:14.558746+0000 mgr.x (mgr.34104) 340 : cluster [DBG] pgmap v217: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:15.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:15 smithi178 bash[20270]: cluster 2024-03-21T13:03:14.559253+0000 mgr.x (mgr.34104) 341 : cluster [DBG] pgmap v218: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:15.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:15 smithi178 bash[20270]: audit 2024-03-21T13:03:14.568279+0000 mon.a (mon.0) 65 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:15.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:15 smithi178 bash[20270]: cephadm 2024-03-21T13:03:14.571184+0000 mgr.x (mgr.34104) 342 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:15.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:15 smithi178 bash[20270]: audit 2024-03-21T13:03:14.650633+0000 mon.c (mon.1) 616 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:15.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:15 smithi178 bash[20270]: audit 2024-03-21T13:03:14.653376+0000 mon.c (mon.1) 617 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:15.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:15 smithi178 bash[20270]: audit 2024-03-21T13:03:14.657369+0000 mon.c (mon.1) 618 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:15.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:15 smithi178 bash[20270]: audit 2024-03-21T13:03:14.658495+0000 mon.c (mon.1) 619 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:15.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:15 smithi178 bash[20270]: cluster 2024-03-21T13:03:14.662270+0000 mgr.x (mgr.34104) 343 : cluster [DBG] pgmap v219: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:15.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:15 smithi178 bash[20270]: cluster 2024-03-21T13:03:14.662763+0000 mgr.x (mgr.34104) 344 : cluster [DBG] pgmap v220: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:15.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:15 smithi178 bash[20270]: audit 2024-03-21T13:03:14.671270+0000 mon.a (mon.0) 66 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:15.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:15 smithi178 bash[20270]: cephadm 2024-03-21T13:03:14.674081+0000 mgr.x (mgr.34104) 345 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:15.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:15 smithi178 bash[20270]: audit 2024-03-21T13:03:14.751664+0000 mon.c (mon.1) 620 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:15.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:15 smithi178 bash[20270]: audit 2024-03-21T13:03:14.754282+0000 mon.c (mon.1) 621 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:15.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:15 smithi178 bash[20270]: audit 2024-03-21T13:03:14.757206+0000 mon.c (mon.1) 622 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:15.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:15 smithi178 bash[20270]: audit 2024-03-21T13:03:14.758355+0000 mon.c (mon.1) 623 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:15.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:15 smithi178 bash[20270]: cluster 2024-03-21T13:03:14.762026+0000 mgr.x (mgr.34104) 346 : cluster [DBG] pgmap v221: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:15.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:15 smithi178 bash[20270]: cluster 2024-03-21T13:03:14.762578+0000 mgr.x (mgr.34104) 347 : cluster [DBG] pgmap v222: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:15.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:15 smithi178 bash[20270]: audit 2024-03-21T13:03:14.769367+0000 mon.a (mon.0) 67 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:15.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:15 smithi178 bash[20270]: cephadm 2024-03-21T13:03:14.772131+0000 mgr.x (mgr.34104) 348 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:15.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:15 smithi178 bash[20270]: audit 2024-03-21T13:03:14.855311+0000 mon.c (mon.1) 624 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:15.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:15 smithi178 bash[20270]: audit 2024-03-21T13:03:14.857344+0000 mon.c (mon.1) 625 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:15.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:15 smithi178 bash[20270]: audit 2024-03-21T13:03:14.859946+0000 mon.c (mon.1) 626 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:15.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:15 smithi178 bash[20270]: audit 2024-03-21T13:03:14.860828+0000 mon.c (mon.1) 627 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:15.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:15 smithi178 bash[20270]: cluster 2024-03-21T13:03:14.863882+0000 mgr.x (mgr.34104) 349 : cluster [DBG] pgmap v223: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:15.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:15 smithi178 bash[20270]: cluster 2024-03-21T13:03:14.864207+0000 mgr.x (mgr.34104) 350 : cluster [DBG] pgmap v224: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:15.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:15 smithi178 bash[20270]: audit 2024-03-21T13:03:14.869033+0000 mon.a (mon.0) 68 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:15.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:15 smithi178 bash[20270]: cephadm 2024-03-21T13:03:14.872223+0000 mgr.x (mgr.34104) 351 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:15.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:15 smithi178 bash[20270]: audit 2024-03-21T13:03:14.954463+0000 mon.c (mon.1) 628 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:15.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:15 smithi178 bash[20270]: audit 2024-03-21T13:03:14.957229+0000 mon.c (mon.1) 629 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:15.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:15 smithi178 bash[20270]: audit 2024-03-21T13:03:14.961881+0000 mon.c (mon.1) 630 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:15.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:15 smithi178 bash[20270]: audit 2024-03-21T13:03:14.963514+0000 mon.c (mon.1) 631 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:15.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:15 smithi178 bash[20270]: cluster 2024-03-21T13:03:14.968106+0000 mgr.x (mgr.34104) 352 : cluster [DBG] pgmap v225: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:15.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:15 smithi178 bash[20270]: cluster 2024-03-21T13:03:14.968804+0000 mgr.x (mgr.34104) 353 : cluster [DBG] pgmap v226: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:15.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:15 smithi178 bash[20270]: audit 2024-03-21T13:03:14.978692+0000 mon.a (mon.0) 69 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:15.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:15 smithi178 bash[20270]: cephadm 2024-03-21T13:03:14.981533+0000 mgr.x (mgr.34104) 354 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:15.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:15 smithi178 bash[20270]: audit 2024-03-21T13:03:15.059261+0000 mon.c (mon.1) 632 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:15.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:15 smithi178 bash[20270]: audit 2024-03-21T13:03:15.062699+0000 mon.c (mon.1) 633 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:15.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:15 smithi178 bash[20270]: audit 2024-03-21T13:03:15.065960+0000 mon.c (mon.1) 634 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:15.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:15 smithi178 bash[20270]: audit 2024-03-21T13:03:15.067074+0000 mon.c (mon.1) 635 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:15.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:15 smithi178 bash[20270]: cluster 2024-03-21T13:03:15.070934+0000 mgr.x (mgr.34104) 355 : cluster [DBG] pgmap v227: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:15.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:15 smithi178 bash[20270]: cluster 2024-03-21T13:03:15.071694+0000 mgr.x (mgr.34104) 356 : cluster [DBG] pgmap v228: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:15.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:15 smithi178 bash[20270]: audit 2024-03-21T13:03:15.076190+0000 mon.a (mon.0) 70 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:15.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:15 smithi178 bash[20270]: cephadm 2024-03-21T13:03:15.081164+0000 mgr.x (mgr.34104) 357 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:15.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:15 smithi178 bash[20270]: audit 2024-03-21T13:03:15.157526+0000 mon.c (mon.1) 636 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:15.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:15 smithi178 bash[20270]: audit 2024-03-21T13:03:15.160567+0000 mon.c (mon.1) 637 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:15.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:15 smithi178 bash[20270]: audit 2024-03-21T13:03:15.163648+0000 mon.c (mon.1) 638 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:15.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:15 smithi178 bash[20270]: audit 2024-03-21T13:03:15.165174+0000 mon.c (mon.1) 639 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:15.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:15 smithi178 bash[20270]: audit 2024-03-21T13:03:15.177446+0000 mon.a (mon.0) 71 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:15.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:15 smithi178 bash[20270]: audit 2024-03-21T13:03:15.256472+0000 mon.c (mon.1) 640 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:15.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:15 smithi178 bash[20270]: audit 2024-03-21T13:03:15.259764+0000 mon.c (mon.1) 641 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:15.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:15 smithi178 bash[20270]: audit 2024-03-21T13:03:15.265115+0000 mon.c (mon.1) 642 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:15.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:15 smithi178 bash[20270]: audit 2024-03-21T13:03:15.266717+0000 mon.c (mon.1) 643 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:15.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:15 smithi178 bash[20270]: audit 2024-03-21T13:03:15.281174+0000 mon.a (mon.0) 72 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:15.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:15 smithi178 bash[20270]: audit 2024-03-21T13:03:15.366022+0000 mon.c (mon.1) 644 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:15.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:15 smithi178 bash[20270]: audit 2024-03-21T13:03:15.369533+0000 mon.c (mon.1) 645 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:15.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:15 smithi178 bash[20270]: audit 2024-03-21T13:03:15.372898+0000 mon.c (mon.1) 646 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:15.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:15 smithi178 bash[20270]: audit 2024-03-21T13:03:15.374210+0000 mon.c (mon.1) 647 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:15.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:15 smithi178 bash[20270]: audit 2024-03-21T13:03:15.388629+0000 mon.a (mon.0) 73 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:15.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:15 smithi178 bash[75692]: cluster 2024-03-21T13:03:14.148883+0000 mgr.x (mgr.34104) 328 : cluster [DBG] pgmap v209: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:15.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:15 smithi178 bash[75692]: cluster 2024-03-21T13:03:14.149559+0000 mgr.x (mgr.34104) 329 : cluster [DBG] pgmap v210: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:15.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:15 smithi178 bash[75692]: cephadm 2024-03-21T13:03:14.159190+0000 mgr.x (mgr.34104) 330 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:15.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:15 smithi178 bash[75692]: cluster 2024-03-21T13:03:14.252028+0000 mgr.x (mgr.34104) 331 : cluster [DBG] pgmap v211: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:15.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:15 smithi178 bash[75692]: cluster 2024-03-21T13:03:14.252455+0000 mgr.x (mgr.34104) 332 : cluster [DBG] pgmap v212: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:15.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:15 smithi178 bash[75692]: cephadm 2024-03-21T13:03:14.266054+0000 mgr.x (mgr.34104) 333 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:15.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:15 smithi178 bash[75692]: cluster 2024-03-21T13:03:14.355478+0000 mgr.x (mgr.34104) 334 : cluster [DBG] pgmap v213: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:15.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:15 smithi178 bash[75692]: cluster 2024-03-21T13:03:14.356034+0000 mgr.x (mgr.34104) 335 : cluster [DBG] pgmap v214: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:15.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:15 smithi178 bash[75692]: cephadm 2024-03-21T13:03:14.366876+0000 mgr.x (mgr.34104) 336 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:15.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:15 smithi178 bash[75692]: audit 2024-03-21T13:03:14.450918+0000 mon.c (mon.1) 608 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:15.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:15 smithi178 bash[75692]: audit 2024-03-21T13:03:14.453039+0000 mon.c (mon.1) 609 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:15.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:15 smithi178 bash[75692]: audit 2024-03-21T13:03:14.455975+0000 mon.c (mon.1) 610 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:15.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:15 smithi178 bash[75692]: audit 2024-03-21T13:03:14.456975+0000 mon.c (mon.1) 611 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:15.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:15 smithi178 bash[75692]: cluster 2024-03-21T13:03:14.460369+0000 mgr.x (mgr.34104) 337 : cluster [DBG] pgmap v215: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:15.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:15 smithi178 bash[75692]: cluster 2024-03-21T13:03:14.460675+0000 mgr.x (mgr.34104) 338 : cluster [DBG] pgmap v216: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:15.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:15 smithi178 bash[75692]: audit 2024-03-21T13:03:14.464629+0000 mon.a (mon.0) 64 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:15.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:15 smithi178 bash[75692]: cephadm 2024-03-21T13:03:14.467122+0000 mgr.x (mgr.34104) 339 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:15.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:15 smithi178 bash[75692]: audit 2024-03-21T13:03:14.546423+0000 mon.c (mon.1) 612 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:15.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:15 smithi178 bash[75692]: audit 2024-03-21T13:03:14.548971+0000 mon.c (mon.1) 613 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:15.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:15 smithi178 bash[75692]: audit 2024-03-21T13:03:14.552838+0000 mon.c (mon.1) 614 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:15.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:15 smithi178 bash[75692]: audit 2024-03-21T13:03:14.554270+0000 mon.c (mon.1) 615 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:15.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:15 smithi178 bash[75692]: cluster 2024-03-21T13:03:14.558746+0000 mgr.x (mgr.34104) 340 : cluster [DBG] pgmap v217: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:15.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:15 smithi178 bash[75692]: cluster 2024-03-21T13:03:14.559253+0000 mgr.x (mgr.34104) 341 : cluster [DBG] pgmap v218: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:15.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:15 smithi178 bash[75692]: audit 2024-03-21T13:03:14.568279+0000 mon.a (mon.0) 65 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:15.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:15 smithi178 bash[75692]: cephadm 2024-03-21T13:03:14.571184+0000 mgr.x (mgr.34104) 342 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:15.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:15 smithi178 bash[75692]: audit 2024-03-21T13:03:14.650633+0000 mon.c (mon.1) 616 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:15.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:15 smithi178 bash[75692]: audit 2024-03-21T13:03:14.653376+0000 mon.c (mon.1) 617 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:15.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:15 smithi178 bash[75692]: audit 2024-03-21T13:03:14.657369+0000 mon.c (mon.1) 618 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:15.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:15 smithi178 bash[75692]: audit 2024-03-21T13:03:14.658495+0000 mon.c (mon.1) 619 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:15.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:15 smithi178 bash[75692]: cluster 2024-03-21T13:03:14.662270+0000 mgr.x (mgr.34104) 343 : cluster [DBG] pgmap v219: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:15.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:15 smithi178 bash[75692]: cluster 2024-03-21T13:03:14.662763+0000 mgr.x (mgr.34104) 344 : cluster [DBG] pgmap v220: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:15.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:15 smithi178 bash[75692]: audit 2024-03-21T13:03:14.671270+0000 mon.a (mon.0) 66 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:15.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:15 smithi178 bash[75692]: cephadm 2024-03-21T13:03:14.674081+0000 mgr.x (mgr.34104) 345 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:15.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:15 smithi178 bash[75692]: audit 2024-03-21T13:03:14.751664+0000 mon.c (mon.1) 620 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:15.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:15 smithi178 bash[75692]: audit 2024-03-21T13:03:14.754282+0000 mon.c (mon.1) 621 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:15.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:15 smithi178 bash[75692]: audit 2024-03-21T13:03:14.757206+0000 mon.c (mon.1) 622 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:15.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:15 smithi178 bash[75692]: audit 2024-03-21T13:03:14.758355+0000 mon.c (mon.1) 623 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:15.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:15 smithi178 bash[75692]: cluster 2024-03-21T13:03:14.762026+0000 mgr.x (mgr.34104) 346 : cluster [DBG] pgmap v221: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:15.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:15 smithi178 bash[75692]: cluster 2024-03-21T13:03:14.762578+0000 mgr.x (mgr.34104) 347 : cluster [DBG] pgmap v222: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:15.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:15 smithi178 bash[75692]: audit 2024-03-21T13:03:14.769367+0000 mon.a (mon.0) 67 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:15.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:15 smithi178 bash[75692]: cephadm 2024-03-21T13:03:14.772131+0000 mgr.x (mgr.34104) 348 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:15.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:15 smithi178 bash[75692]: audit 2024-03-21T13:03:14.855311+0000 mon.c (mon.1) 624 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:15.809 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:15 smithi178 bash[75692]: audit 2024-03-21T13:03:14.857344+0000 mon.c (mon.1) 625 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:15.809 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:15 smithi178 bash[75692]: audit 2024-03-21T13:03:14.859946+0000 mon.c (mon.1) 626 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:15.809 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:15 smithi178 bash[75692]: audit 2024-03-21T13:03:14.860828+0000 mon.c (mon.1) 627 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:15.809 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:15 smithi178 bash[75692]: cluster 2024-03-21T13:03:14.863882+0000 mgr.x (mgr.34104) 349 : cluster [DBG] pgmap v223: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:15.809 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:15 smithi178 bash[75692]: cluster 2024-03-21T13:03:14.864207+0000 mgr.x (mgr.34104) 350 : cluster [DBG] pgmap v224: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:15.809 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:15 smithi178 bash[75692]: audit 2024-03-21T13:03:14.869033+0000 mon.a (mon.0) 68 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:15.809 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:15 smithi178 bash[75692]: cephadm 2024-03-21T13:03:14.872223+0000 mgr.x (mgr.34104) 351 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:15.809 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:15 smithi178 bash[75692]: audit 2024-03-21T13:03:14.954463+0000 mon.c (mon.1) 628 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:15.809 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:15 smithi178 bash[75692]: audit 2024-03-21T13:03:14.957229+0000 mon.c (mon.1) 629 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:15.809 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:15 smithi178 bash[75692]: audit 2024-03-21T13:03:14.961881+0000 mon.c (mon.1) 630 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:15.809 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:15 smithi178 bash[75692]: audit 2024-03-21T13:03:14.963514+0000 mon.c (mon.1) 631 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:15.809 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:15 smithi178 bash[75692]: cluster 2024-03-21T13:03:14.968106+0000 mgr.x (mgr.34104) 352 : cluster [DBG] pgmap v225: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:15.809 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:15 smithi178 bash[75692]: cluster 2024-03-21T13:03:14.968804+0000 mgr.x (mgr.34104) 353 : cluster [DBG] pgmap v226: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:15.809 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:15 smithi178 bash[75692]: audit 2024-03-21T13:03:14.978692+0000 mon.a (mon.0) 69 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:15.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:15 smithi178 bash[75692]: cephadm 2024-03-21T13:03:14.981533+0000 mgr.x (mgr.34104) 354 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:15.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:15 smithi178 bash[75692]: audit 2024-03-21T13:03:15.059261+0000 mon.c (mon.1) 632 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:15.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:15 smithi178 bash[75692]: audit 2024-03-21T13:03:15.062699+0000 mon.c (mon.1) 633 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:15.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:15 smithi178 bash[75692]: audit 2024-03-21T13:03:15.065960+0000 mon.c (mon.1) 634 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:15.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:15 smithi178 bash[75692]: audit 2024-03-21T13:03:15.067074+0000 mon.c (mon.1) 635 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:15.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:15 smithi178 bash[75692]: cluster 2024-03-21T13:03:15.070934+0000 mgr.x (mgr.34104) 355 : cluster [DBG] pgmap v227: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:15.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:15 smithi178 bash[75692]: cluster 2024-03-21T13:03:15.071694+0000 mgr.x (mgr.34104) 356 : cluster [DBG] pgmap v228: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:15.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:15 smithi178 bash[75692]: audit 2024-03-21T13:03:15.076190+0000 mon.a (mon.0) 70 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:15.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:15 smithi178 bash[75692]: cephadm 2024-03-21T13:03:15.081164+0000 mgr.x (mgr.34104) 357 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:15.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:15 smithi178 bash[75692]: audit 2024-03-21T13:03:15.157526+0000 mon.c (mon.1) 636 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:15.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:15 smithi178 bash[75692]: audit 2024-03-21T13:03:15.160567+0000 mon.c (mon.1) 637 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:15.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:15 smithi178 bash[75692]: audit 2024-03-21T13:03:15.163648+0000 mon.c (mon.1) 638 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:15.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:15 smithi178 bash[75692]: audit 2024-03-21T13:03:15.165174+0000 mon.c (mon.1) 639 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:15.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:15 smithi178 bash[75692]: audit 2024-03-21T13:03:15.177446+0000 mon.a (mon.0) 71 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:15.811 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:15 smithi178 bash[75692]: audit 2024-03-21T13:03:15.256472+0000 mon.c (mon.1) 640 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:15.811 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:15 smithi178 bash[75692]: audit 2024-03-21T13:03:15.259764+0000 mon.c (mon.1) 641 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:15.811 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:15 smithi178 bash[75692]: audit 2024-03-21T13:03:15.265115+0000 mon.c (mon.1) 642 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:15.811 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:15 smithi178 bash[75692]: audit 2024-03-21T13:03:15.266717+0000 mon.c (mon.1) 643 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:15.811 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:15 smithi178 bash[75692]: audit 2024-03-21T13:03:15.281174+0000 mon.a (mon.0) 72 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:15.811 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:15 smithi178 bash[75692]: audit 2024-03-21T13:03:15.366022+0000 mon.c (mon.1) 644 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:15.811 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:15 smithi178 bash[75692]: audit 2024-03-21T13:03:15.369533+0000 mon.c (mon.1) 645 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:15.811 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:15 smithi178 bash[75692]: audit 2024-03-21T13:03:15.372898+0000 mon.c (mon.1) 646 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:15.811 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:15 smithi178 bash[75692]: audit 2024-03-21T13:03:15.374210+0000 mon.c (mon.1) 647 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:15.811 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:15 smithi178 bash[75692]: audit 2024-03-21T13:03:15.388629+0000 mon.a (mon.0) 73 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:15.822 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:03:15 smithi184 bash[52419]: ::ffff:172.21.15.184 - - [21/Mar/2024:13:03:15] "GET /metrics HTTP/1.1" 200 38340 "" "Prometheus/2.33.4" 2024-03-21T13:03:15.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:15 smithi184 bash[14608]: cluster 2024-03-21T13:03:14.148883+0000 mgr.x (mgr.34104) 328 : cluster [DBG] pgmap v209: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:15.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:15 smithi184 bash[14608]: cluster 2024-03-21T13:03:14.149559+0000 mgr.x (mgr.34104) 329 : cluster [DBG] pgmap v210: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:15.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:15 smithi184 bash[14608]: cephadm 2024-03-21T13:03:14.159190+0000 mgr.x (mgr.34104) 330 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:15.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:15 smithi184 bash[14608]: cluster 2024-03-21T13:03:14.252028+0000 mgr.x (mgr.34104) 331 : cluster [DBG] pgmap v211: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:15.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:15 smithi184 bash[14608]: cluster 2024-03-21T13:03:14.252455+0000 mgr.x (mgr.34104) 332 : cluster [DBG] pgmap v212: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:15.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:15 smithi184 bash[14608]: cephadm 2024-03-21T13:03:14.266054+0000 mgr.x (mgr.34104) 333 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:15.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:15 smithi184 bash[14608]: cluster 2024-03-21T13:03:14.355478+0000 mgr.x (mgr.34104) 334 : cluster [DBG] pgmap v213: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:15.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:15 smithi184 bash[14608]: cluster 2024-03-21T13:03:14.356034+0000 mgr.x (mgr.34104) 335 : cluster [DBG] pgmap v214: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:15.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:15 smithi184 bash[14608]: cephadm 2024-03-21T13:03:14.366876+0000 mgr.x (mgr.34104) 336 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:15.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:15 smithi184 bash[14608]: audit 2024-03-21T13:03:14.450918+0000 mon.c (mon.1) 608 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:15.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:15 smithi184 bash[14608]: audit 2024-03-21T13:03:14.453039+0000 mon.c (mon.1) 609 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:15.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:15 smithi184 bash[14608]: audit 2024-03-21T13:03:14.455975+0000 mon.c (mon.1) 610 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:15.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:15 smithi184 bash[14608]: audit 2024-03-21T13:03:14.456975+0000 mon.c (mon.1) 611 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:15.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:15 smithi184 bash[14608]: cluster 2024-03-21T13:03:14.460369+0000 mgr.x (mgr.34104) 337 : cluster [DBG] pgmap v215: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:15.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:15 smithi184 bash[14608]: cluster 2024-03-21T13:03:14.460675+0000 mgr.x (mgr.34104) 338 : cluster [DBG] pgmap v216: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:15.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:15 smithi184 bash[14608]: audit 2024-03-21T13:03:14.464629+0000 mon.a (mon.0) 64 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:15.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:15 smithi184 bash[14608]: cephadm 2024-03-21T13:03:14.467122+0000 mgr.x (mgr.34104) 339 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:15.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:15 smithi184 bash[14608]: audit 2024-03-21T13:03:14.546423+0000 mon.c (mon.1) 612 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:15.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:15 smithi184 bash[14608]: audit 2024-03-21T13:03:14.548971+0000 mon.c (mon.1) 613 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:15.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:15 smithi184 bash[14608]: audit 2024-03-21T13:03:14.552838+0000 mon.c (mon.1) 614 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:15.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:15 smithi184 bash[14608]: audit 2024-03-21T13:03:14.554270+0000 mon.c (mon.1) 615 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:15.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:15 smithi184 bash[14608]: cluster 2024-03-21T13:03:14.558746+0000 mgr.x (mgr.34104) 340 : cluster [DBG] pgmap v217: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:15.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:15 smithi184 bash[14608]: cluster 2024-03-21T13:03:14.559253+0000 mgr.x (mgr.34104) 341 : cluster [DBG] pgmap v218: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:15.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:15 smithi184 bash[14608]: audit 2024-03-21T13:03:14.568279+0000 mon.a (mon.0) 65 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:15.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:15 smithi184 bash[14608]: cephadm 2024-03-21T13:03:14.571184+0000 mgr.x (mgr.34104) 342 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:15.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:15 smithi184 bash[14608]: audit 2024-03-21T13:03:14.650633+0000 mon.c (mon.1) 616 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:15.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:15 smithi184 bash[14608]: audit 2024-03-21T13:03:14.653376+0000 mon.c (mon.1) 617 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:15.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:15 smithi184 bash[14608]: audit 2024-03-21T13:03:14.657369+0000 mon.c (mon.1) 618 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:15.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:15 smithi184 bash[14608]: audit 2024-03-21T13:03:14.658495+0000 mon.c (mon.1) 619 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:15.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:15 smithi184 bash[14608]: cluster 2024-03-21T13:03:14.662270+0000 mgr.x (mgr.34104) 343 : cluster [DBG] pgmap v219: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:15.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:15 smithi184 bash[14608]: cluster 2024-03-21T13:03:14.662763+0000 mgr.x (mgr.34104) 344 : cluster [DBG] pgmap v220: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:15.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:15 smithi184 bash[14608]: audit 2024-03-21T13:03:14.671270+0000 mon.a (mon.0) 66 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:15.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:15 smithi184 bash[14608]: cephadm 2024-03-21T13:03:14.674081+0000 mgr.x (mgr.34104) 345 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:15.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:15 smithi184 bash[14608]: audit 2024-03-21T13:03:14.751664+0000 mon.c (mon.1) 620 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:15.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:15 smithi184 bash[14608]: audit 2024-03-21T13:03:14.754282+0000 mon.c (mon.1) 621 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:15.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:15 smithi184 bash[14608]: audit 2024-03-21T13:03:14.757206+0000 mon.c (mon.1) 622 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:15.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:15 smithi184 bash[14608]: audit 2024-03-21T13:03:14.758355+0000 mon.c (mon.1) 623 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:15.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:15 smithi184 bash[14608]: cluster 2024-03-21T13:03:14.762026+0000 mgr.x (mgr.34104) 346 : cluster [DBG] pgmap v221: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:15.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:15 smithi184 bash[14608]: cluster 2024-03-21T13:03:14.762578+0000 mgr.x (mgr.34104) 347 : cluster [DBG] pgmap v222: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:15.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:15 smithi184 bash[14608]: audit 2024-03-21T13:03:14.769367+0000 mon.a (mon.0) 67 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:15.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:15 smithi184 bash[14608]: cephadm 2024-03-21T13:03:14.772131+0000 mgr.x (mgr.34104) 348 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:15.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:15 smithi184 bash[14608]: audit 2024-03-21T13:03:14.855311+0000 mon.c (mon.1) 624 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:15.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:15 smithi184 bash[14608]: audit 2024-03-21T13:03:14.857344+0000 mon.c (mon.1) 625 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:15.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:15 smithi184 bash[14608]: audit 2024-03-21T13:03:14.859946+0000 mon.c (mon.1) 626 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:15.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:15 smithi184 bash[14608]: audit 2024-03-21T13:03:14.860828+0000 mon.c (mon.1) 627 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:15.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:15 smithi184 bash[14608]: cluster 2024-03-21T13:03:14.863882+0000 mgr.x (mgr.34104) 349 : cluster [DBG] pgmap v223: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:15.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:15 smithi184 bash[14608]: cluster 2024-03-21T13:03:14.864207+0000 mgr.x (mgr.34104) 350 : cluster [DBG] pgmap v224: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:15.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:15 smithi184 bash[14608]: audit 2024-03-21T13:03:14.869033+0000 mon.a (mon.0) 68 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:15.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:15 smithi184 bash[14608]: cephadm 2024-03-21T13:03:14.872223+0000 mgr.x (mgr.34104) 351 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:15.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:15 smithi184 bash[14608]: audit 2024-03-21T13:03:14.954463+0000 mon.c (mon.1) 628 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:15.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:15 smithi184 bash[14608]: audit 2024-03-21T13:03:14.957229+0000 mon.c (mon.1) 629 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:15.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:15 smithi184 bash[14608]: audit 2024-03-21T13:03:14.961881+0000 mon.c (mon.1) 630 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:15.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:15 smithi184 bash[14608]: audit 2024-03-21T13:03:14.963514+0000 mon.c (mon.1) 631 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:15.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:15 smithi184 bash[14608]: cluster 2024-03-21T13:03:14.968106+0000 mgr.x (mgr.34104) 352 : cluster [DBG] pgmap v225: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:15.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:15 smithi184 bash[14608]: cluster 2024-03-21T13:03:14.968804+0000 mgr.x (mgr.34104) 353 : cluster [DBG] pgmap v226: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:15.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:15 smithi184 bash[14608]: audit 2024-03-21T13:03:14.978692+0000 mon.a (mon.0) 69 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:15.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:15 smithi184 bash[14608]: cephadm 2024-03-21T13:03:14.981533+0000 mgr.x (mgr.34104) 354 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:15.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:15 smithi184 bash[14608]: audit 2024-03-21T13:03:15.059261+0000 mon.c (mon.1) 632 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:15.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:15 smithi184 bash[14608]: audit 2024-03-21T13:03:15.062699+0000 mon.c (mon.1) 633 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:15.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:15 smithi184 bash[14608]: audit 2024-03-21T13:03:15.065960+0000 mon.c (mon.1) 634 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:15.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:15 smithi184 bash[14608]: audit 2024-03-21T13:03:15.067074+0000 mon.c (mon.1) 635 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:15.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:15 smithi184 bash[14608]: cluster 2024-03-21T13:03:15.070934+0000 mgr.x (mgr.34104) 355 : cluster [DBG] pgmap v227: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:15.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:15 smithi184 bash[14608]: cluster 2024-03-21T13:03:15.071694+0000 mgr.x (mgr.34104) 356 : cluster [DBG] pgmap v228: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:15.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:15 smithi184 bash[14608]: audit 2024-03-21T13:03:15.076190+0000 mon.a (mon.0) 70 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:15.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:15 smithi184 bash[14608]: cephadm 2024-03-21T13:03:15.081164+0000 mgr.x (mgr.34104) 357 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:15.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:15 smithi184 bash[14608]: audit 2024-03-21T13:03:15.157526+0000 mon.c (mon.1) 636 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:15.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:15 smithi184 bash[14608]: audit 2024-03-21T13:03:15.160567+0000 mon.c (mon.1) 637 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:15.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:15 smithi184 bash[14608]: audit 2024-03-21T13:03:15.163648+0000 mon.c (mon.1) 638 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:15.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:15 smithi184 bash[14608]: audit 2024-03-21T13:03:15.165174+0000 mon.c (mon.1) 639 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:15.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:15 smithi184 bash[14608]: audit 2024-03-21T13:03:15.177446+0000 mon.a (mon.0) 71 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:15.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:15 smithi184 bash[14608]: audit 2024-03-21T13:03:15.256472+0000 mon.c (mon.1) 640 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:15.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:15 smithi184 bash[14608]: audit 2024-03-21T13:03:15.259764+0000 mon.c (mon.1) 641 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:15.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:15 smithi184 bash[14608]: audit 2024-03-21T13:03:15.265115+0000 mon.c (mon.1) 642 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:15.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:15 smithi184 bash[14608]: audit 2024-03-21T13:03:15.266717+0000 mon.c (mon.1) 643 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:15.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:15 smithi184 bash[14608]: audit 2024-03-21T13:03:15.281174+0000 mon.a (mon.0) 72 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:15.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:15 smithi184 bash[14608]: audit 2024-03-21T13:03:15.366022+0000 mon.c (mon.1) 644 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:15.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:15 smithi184 bash[14608]: audit 2024-03-21T13:03:15.369533+0000 mon.c (mon.1) 645 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:15.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:15 smithi184 bash[14608]: audit 2024-03-21T13:03:15.372898+0000 mon.c (mon.1) 646 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:15.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:15 smithi184 bash[14608]: audit 2024-03-21T13:03:15.374210+0000 mon.c (mon.1) 647 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:15.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:15 smithi184 bash[14608]: audit 2024-03-21T13:03:15.388629+0000 mon.a (mon.0) 73 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:16.725 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:16 smithi178 bash[20270]: cluster 2024-03-21T13:03:15.169410+0000 mgr.x (mgr.34104) 358 : cluster [DBG] pgmap v229: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:16.725 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:16 smithi178 bash[20270]: cluster 2024-03-21T13:03:15.170126+0000 mgr.x (mgr.34104) 359 : cluster [DBG] pgmap v230: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:16.725 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:16 smithi178 bash[20270]: cephadm 2024-03-21T13:03:15.180508+0000 mgr.x (mgr.34104) 360 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:16.725 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:16 smithi178 bash[20270]: cluster 2024-03-21T13:03:15.271073+0000 mgr.x (mgr.34104) 361 : cluster [DBG] pgmap v231: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:16.725 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:16 smithi178 bash[20270]: cluster 2024-03-21T13:03:15.271645+0000 mgr.x (mgr.34104) 362 : cluster [DBG] pgmap v232: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:16.726 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:16 smithi178 bash[20270]: cephadm 2024-03-21T13:03:15.284220+0000 mgr.x (mgr.34104) 363 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:16.726 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:16 smithi178 bash[20270]: cluster 2024-03-21T13:03:15.378386+0000 mgr.x (mgr.34104) 364 : cluster [DBG] pgmap v233: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:16.726 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:16 smithi178 bash[20270]: cluster 2024-03-21T13:03:15.378848+0000 mgr.x (mgr.34104) 365 : cluster [DBG] pgmap v234: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:16.726 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:16 smithi178 bash[20270]: cephadm 2024-03-21T13:03:15.391572+0000 mgr.x (mgr.34104) 366 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:16.726 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:16 smithi178 bash[20270]: audit 2024-03-21T13:03:15.465447+0000 mon.c (mon.1) 648 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:16.726 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:16 smithi178 bash[20270]: audit 2024-03-21T13:03:15.467938+0000 mon.c (mon.1) 649 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:16.726 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:16 smithi178 bash[20270]: audit 2024-03-21T13:03:15.470733+0000 mon.c (mon.1) 650 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:16.726 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:16 smithi178 bash[20270]: audit 2024-03-21T13:03:15.471900+0000 mon.c (mon.1) 651 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:16.726 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:16 smithi178 bash[20270]: cluster 2024-03-21T13:03:15.475361+0000 mgr.x (mgr.34104) 367 : cluster [DBG] pgmap v235: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:16.726 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:16 smithi178 bash[20270]: cluster 2024-03-21T13:03:15.475861+0000 mgr.x (mgr.34104) 368 : cluster [DBG] pgmap v236: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:16.726 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:16 smithi178 bash[20270]: audit 2024-03-21T13:03:15.481003+0000 mon.a (mon.0) 74 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:16.727 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:16 smithi178 bash[20270]: cephadm 2024-03-21T13:03:15.483728+0000 mgr.x (mgr.34104) 369 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:16.727 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:16 smithi178 bash[20270]: audit 2024-03-21T13:03:15.562488+0000 mon.c (mon.1) 652 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:16.727 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:16 smithi178 bash[20270]: audit 2024-03-21T13:03:15.565693+0000 mon.c (mon.1) 653 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:16.727 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:16 smithi178 bash[20270]: audit 2024-03-21T13:03:15.569894+0000 mon.c (mon.1) 654 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:16.727 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:16 smithi178 bash[75692]: cluster 2024-03-21T13:03:15.169410+0000 mgr.x (mgr.34104) 358 : cluster [DBG] pgmap v229: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:16.727 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:16 smithi178 bash[75692]: cluster 2024-03-21T13:03:15.170126+0000 mgr.x (mgr.34104) 359 : cluster [DBG] pgmap v230: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:16.727 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:16 smithi178 bash[75692]: cephadm 2024-03-21T13:03:15.180508+0000 mgr.x (mgr.34104) 360 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:16.727 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:16 smithi178 bash[75692]: cluster 2024-03-21T13:03:15.271073+0000 mgr.x (mgr.34104) 361 : cluster [DBG] pgmap v231: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:16.727 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:16 smithi178 bash[75692]: cluster 2024-03-21T13:03:15.271645+0000 mgr.x (mgr.34104) 362 : cluster [DBG] pgmap v232: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:16.727 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:16 smithi178 bash[75692]: cephadm 2024-03-21T13:03:15.284220+0000 mgr.x (mgr.34104) 363 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:16.727 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:16 smithi178 bash[75692]: cluster 2024-03-21T13:03:15.378386+0000 mgr.x (mgr.34104) 364 : cluster [DBG] pgmap v233: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:16.728 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:16 smithi178 bash[75692]: cluster 2024-03-21T13:03:15.378848+0000 mgr.x (mgr.34104) 365 : cluster [DBG] pgmap v234: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:16.728 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:16 smithi178 bash[75692]: cephadm 2024-03-21T13:03:15.391572+0000 mgr.x (mgr.34104) 366 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:16.728 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:16 smithi178 bash[75692]: audit 2024-03-21T13:03:15.465447+0000 mon.c (mon.1) 648 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:16.728 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:16 smithi178 bash[75692]: audit 2024-03-21T13:03:15.467938+0000 mon.c (mon.1) 649 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:16.728 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:16 smithi178 bash[75692]: audit 2024-03-21T13:03:15.470733+0000 mon.c (mon.1) 650 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:16.728 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:16 smithi178 bash[75692]: audit 2024-03-21T13:03:15.471900+0000 mon.c (mon.1) 651 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:16.728 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:16 smithi178 bash[75692]: cluster 2024-03-21T13:03:15.475361+0000 mgr.x (mgr.34104) 367 : cluster [DBG] pgmap v235: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:16.728 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:16 smithi178 bash[75692]: cluster 2024-03-21T13:03:15.475861+0000 mgr.x (mgr.34104) 368 : cluster [DBG] pgmap v236: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:16.728 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:16 smithi178 bash[75692]: audit 2024-03-21T13:03:15.481003+0000 mon.a (mon.0) 74 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:16.728 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:16 smithi178 bash[75692]: cephadm 2024-03-21T13:03:15.483728+0000 mgr.x (mgr.34104) 369 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:16.728 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:16 smithi178 bash[75692]: audit 2024-03-21T13:03:15.562488+0000 mon.c (mon.1) 652 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:16.728 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:16 smithi178 bash[75692]: audit 2024-03-21T13:03:15.565693+0000 mon.c (mon.1) 653 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:16.728 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:16 smithi178 bash[75692]: audit 2024-03-21T13:03:15.569894+0000 mon.c (mon.1) 654 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:16.729 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:16 smithi178 bash[20270]: audit 2024-03-21T13:03:15.571572+0000 mon.c (mon.1) 655 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:16.729 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:16 smithi178 bash[20270]: cluster 2024-03-21T13:03:15.576213+0000 mgr.x (mgr.34104) 370 : cluster [DBG] pgmap v237: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s 2024-03-21T13:03:16.729 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:16 smithi178 bash[20270]: cluster 2024-03-21T13:03:15.576627+0000 mgr.x (mgr.34104) 371 : cluster [DBG] pgmap v238: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s 2024-03-21T13:03:16.729 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:16 smithi178 bash[20270]: audit 2024-03-21T13:03:15.583801+0000 mon.a (mon.0) 75 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:16.729 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:16 smithi178 bash[20270]: cephadm 2024-03-21T13:03:15.600506+0000 mgr.x (mgr.34104) 372 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:16.729 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:16 smithi178 bash[20270]: audit 2024-03-21T13:03:15.677798+0000 mon.c (mon.1) 656 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:16.729 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:16 smithi178 bash[20270]: audit 2024-03-21T13:03:15.680830+0000 mon.c (mon.1) 657 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:16.729 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:16 smithi178 bash[20270]: audit 2024-03-21T13:03:15.684210+0000 mon.c (mon.1) 658 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:16.729 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:16 smithi178 bash[20270]: audit 2024-03-21T13:03:15.685710+0000 mon.c (mon.1) 659 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:16.729 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:16 smithi178 bash[20270]: cluster 2024-03-21T13:03:15.689442+0000 mgr.x (mgr.34104) 373 : cluster [DBG] pgmap v239: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s 2024-03-21T13:03:16.729 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:16 smithi178 bash[20270]: cluster 2024-03-21T13:03:15.689773+0000 mgr.x (mgr.34104) 374 : cluster [DBG] pgmap v240: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s 2024-03-21T13:03:16.730 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:16 smithi178 bash[20270]: audit 2024-03-21T13:03:15.697869+0000 mon.a (mon.0) 76 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:16.730 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:16 smithi178 bash[20270]: cephadm 2024-03-21T13:03:15.701062+0000 mgr.x (mgr.34104) 375 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:16.730 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:16 smithi178 bash[20270]: audit 2024-03-21T13:03:15.780096+0000 mon.c (mon.1) 660 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:16.730 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:16 smithi178 bash[20270]: audit 2024-03-21T13:03:15.783012+0000 mon.c (mon.1) 661 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:16.730 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:16 smithi178 bash[20270]: audit 2024-03-21T13:03:15.786152+0000 mon.c (mon.1) 662 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:16.730 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:16 smithi178 bash[20270]: audit 2024-03-21T13:03:15.787578+0000 mon.c (mon.1) 663 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:16.730 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:16 smithi178 bash[20270]: cluster 2024-03-21T13:03:15.791207+0000 mgr.x (mgr.34104) 376 : cluster [DBG] pgmap v241: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 15 op/s 2024-03-21T13:03:16.730 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:16 smithi178 bash[20270]: cluster 2024-03-21T13:03:15.791476+0000 mgr.x (mgr.34104) 377 : cluster [DBG] pgmap v242: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 15 op/s 2024-03-21T13:03:16.730 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:16 smithi178 bash[75692]: audit 2024-03-21T13:03:15.571572+0000 mon.c (mon.1) 655 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:16.730 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:16 smithi178 bash[75692]: cluster 2024-03-21T13:03:15.576213+0000 mgr.x (mgr.34104) 370 : cluster [DBG] pgmap v237: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s 2024-03-21T13:03:16.731 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:16 smithi178 bash[75692]: cluster 2024-03-21T13:03:15.576627+0000 mgr.x (mgr.34104) 371 : cluster [DBG] pgmap v238: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s 2024-03-21T13:03:16.731 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:16 smithi178 bash[75692]: audit 2024-03-21T13:03:15.583801+0000 mon.a (mon.0) 75 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:16.731 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:16 smithi178 bash[75692]: cephadm 2024-03-21T13:03:15.600506+0000 mgr.x (mgr.34104) 372 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:16.731 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:16 smithi178 bash[75692]: audit 2024-03-21T13:03:15.677798+0000 mon.c (mon.1) 656 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:16.731 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:16 smithi178 bash[75692]: audit 2024-03-21T13:03:15.680830+0000 mon.c (mon.1) 657 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:16.731 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:16 smithi178 bash[75692]: audit 2024-03-21T13:03:15.684210+0000 mon.c (mon.1) 658 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:16.731 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:16 smithi178 bash[75692]: audit 2024-03-21T13:03:15.685710+0000 mon.c (mon.1) 659 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:16.731 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:16 smithi178 bash[75692]: cluster 2024-03-21T13:03:15.689442+0000 mgr.x (mgr.34104) 373 : cluster [DBG] pgmap v239: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s 2024-03-21T13:03:16.731 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:16 smithi178 bash[75692]: cluster 2024-03-21T13:03:15.689773+0000 mgr.x (mgr.34104) 374 : cluster [DBG] pgmap v240: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s 2024-03-21T13:03:16.731 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:16 smithi178 bash[75692]: audit 2024-03-21T13:03:15.697869+0000 mon.a (mon.0) 76 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:16.731 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:16 smithi178 bash[75692]: cephadm 2024-03-21T13:03:15.701062+0000 mgr.x (mgr.34104) 375 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:16.731 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:16 smithi178 bash[75692]: audit 2024-03-21T13:03:15.780096+0000 mon.c (mon.1) 660 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:16.731 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:16 smithi178 bash[75692]: audit 2024-03-21T13:03:15.783012+0000 mon.c (mon.1) 661 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:16.732 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:16 smithi178 bash[75692]: audit 2024-03-21T13:03:15.786152+0000 mon.c (mon.1) 662 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:16.732 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:16 smithi178 bash[75692]: audit 2024-03-21T13:03:15.787578+0000 mon.c (mon.1) 663 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:16.732 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:16 smithi178 bash[75692]: cluster 2024-03-21T13:03:15.791207+0000 mgr.x (mgr.34104) 376 : cluster [DBG] pgmap v241: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 15 op/s 2024-03-21T13:03:16.732 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:16 smithi178 bash[75692]: cluster 2024-03-21T13:03:15.791476+0000 mgr.x (mgr.34104) 377 : cluster [DBG] pgmap v242: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 15 op/s 2024-03-21T13:03:16.732 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:16 smithi178 bash[20270]: audit 2024-03-21T13:03:15.800790+0000 mon.a (mon.0) 77 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:16.732 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:16 smithi178 bash[20270]: cephadm 2024-03-21T13:03:15.803834+0000 mgr.x (mgr.34104) 378 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:16.732 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:16 smithi178 bash[20270]: audit 2024-03-21T13:03:15.882402+0000 mon.c (mon.1) 664 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:16.732 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:16 smithi178 bash[20270]: audit 2024-03-21T13:03:15.885429+0000 mon.c (mon.1) 665 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:16.733 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:16 smithi178 bash[20270]: audit 2024-03-21T13:03:15.888903+0000 mon.c (mon.1) 666 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:16.733 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:16 smithi178 bash[20270]: audit 2024-03-21T13:03:15.890230+0000 mon.c (mon.1) 667 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:16.733 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:16 smithi178 bash[20270]: cluster 2024-03-21T13:03:15.894101+0000 mgr.x (mgr.34104) 379 : cluster [DBG] pgmap v243: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:16.733 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:16 smithi178 bash[20270]: cluster 2024-03-21T13:03:15.894559+0000 mgr.x (mgr.34104) 380 : cluster [DBG] pgmap v244: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:16.733 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:16 smithi178 bash[20270]: audit 2024-03-21T13:03:15.902645+0000 mon.a (mon.0) 78 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:16.733 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:16 smithi178 bash[20270]: cephadm 2024-03-21T13:03:15.905572+0000 mgr.x (mgr.34104) 381 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:16.733 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:16 smithi178 bash[20270]: audit 2024-03-21T13:03:15.985971+0000 mon.c (mon.1) 668 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:16.733 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:16 smithi178 bash[20270]: audit 2024-03-21T13:03:15.988924+0000 mon.c (mon.1) 669 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:16.733 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:16 smithi178 bash[20270]: audit 2024-03-21T13:03:15.991880+0000 mon.c (mon.1) 670 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:16.733 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:16 smithi178 bash[20270]: audit 2024-03-21T13:03:15.993542+0000 mon.c (mon.1) 671 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:16.733 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:16 smithi178 bash[20270]: cluster 2024-03-21T13:03:15.997981+0000 mgr.x (mgr.34104) 382 : cluster [DBG] pgmap v245: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:16.733 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:16 smithi178 bash[20270]: cluster 2024-03-21T13:03:15.998446+0000 mgr.x (mgr.34104) 383 : cluster [DBG] pgmap v246: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:16.733 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:16 smithi178 bash[20270]: audit 2024-03-21T13:03:16.005659+0000 mon.a (mon.0) 79 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:16.733 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:16 smithi178 bash[20270]: cephadm 2024-03-21T13:03:16.009472+0000 mgr.x (mgr.34104) 384 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:16.733 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:16 smithi178 bash[20270]: audit 2024-03-21T13:03:16.086590+0000 mon.c (mon.1) 672 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:16.734 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:16 smithi178 bash[20270]: audit 2024-03-21T13:03:16.089485+0000 mon.c (mon.1) 673 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:16.734 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:16 smithi178 bash[20270]: audit 2024-03-21T13:03:16.093190+0000 mon.c (mon.1) 674 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:16.734 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:16 smithi178 bash[20270]: audit 2024-03-21T13:03:16.094590+0000 mon.c (mon.1) 675 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:16.734 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:16 smithi178 bash[20270]: cluster 2024-03-21T13:03:16.098444+0000 mgr.x (mgr.34104) 385 : cluster [DBG] pgmap v247: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:16.734 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:16 smithi178 bash[20270]: cluster 2024-03-21T13:03:16.098948+0000 mgr.x (mgr.34104) 386 : cluster [DBG] pgmap v248: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:16.734 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:16 smithi178 bash[20270]: audit 2024-03-21T13:03:16.106157+0000 mon.a (mon.0) 80 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:16.734 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:16 smithi178 bash[20270]: cephadm 2024-03-21T13:03:16.108858+0000 mgr.x (mgr.34104) 387 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:16.734 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:16 smithi178 bash[20270]: audit 2024-03-21T13:03:16.186101+0000 mon.c (mon.1) 676 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:16.734 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:16 smithi178 bash[20270]: audit 2024-03-21T13:03:16.189050+0000 mon.c (mon.1) 677 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:16.734 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:16 smithi178 bash[20270]: audit 2024-03-21T13:03:16.192472+0000 mon.c (mon.1) 678 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:16.734 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:16 smithi178 bash[20270]: audit 2024-03-21T13:03:16.193869+0000 mon.c (mon.1) 679 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:16.734 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:16 smithi178 bash[20270]: audit 2024-03-21T13:03:16.205272+0000 mon.a (mon.0) 81 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:16.734 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:16 smithi178 bash[20270]: audit 2024-03-21T13:03:16.287285+0000 mon.c (mon.1) 680 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:16.735 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:16 smithi178 bash[20270]: audit 2024-03-21T13:03:16.291786+0000 mon.c (mon.1) 681 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:16.735 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:16 smithi178 bash[20270]: audit 2024-03-21T13:03:16.295927+0000 mon.c (mon.1) 682 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:16.735 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:16 smithi178 bash[20270]: audit 2024-03-21T13:03:16.297326+0000 mon.c (mon.1) 683 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:16.735 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:16 smithi178 bash[20270]: audit 2024-03-21T13:03:16.307288+0000 mon.a (mon.0) 82 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:16.735 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:16 smithi178 bash[20270]: audit 2024-03-21T13:03:16.387572+0000 mon.c (mon.1) 684 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:16.735 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:16 smithi178 bash[20270]: audit 2024-03-21T13:03:16.391983+0000 mon.c (mon.1) 685 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:16.735 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:16 smithi178 bash[20270]: audit 2024-03-21T13:03:16.395904+0000 mon.c (mon.1) 686 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:16.735 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:16 smithi178 bash[20270]: audit 2024-03-21T13:03:16.397349+0000 mon.c (mon.1) 687 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:16.735 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:16 smithi178 bash[20270]: audit 2024-03-21T13:03:16.410712+0000 mon.a (mon.0) 83 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:16.736 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:16 smithi178 bash[75692]: audit 2024-03-21T13:03:15.800790+0000 mon.a (mon.0) 77 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:16.736 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:16 smithi178 bash[75692]: cephadm 2024-03-21T13:03:15.803834+0000 mgr.x (mgr.34104) 378 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:16.736 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:16 smithi178 bash[75692]: audit 2024-03-21T13:03:15.882402+0000 mon.c (mon.1) 664 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:16.736 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:16 smithi178 bash[75692]: audit 2024-03-21T13:03:15.885429+0000 mon.c (mon.1) 665 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:16.736 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:16 smithi178 bash[75692]: audit 2024-03-21T13:03:15.888903+0000 mon.c (mon.1) 666 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:16.736 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:16 smithi178 bash[75692]: audit 2024-03-21T13:03:15.890230+0000 mon.c (mon.1) 667 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:16.736 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:16 smithi178 bash[75692]: cluster 2024-03-21T13:03:15.894101+0000 mgr.x (mgr.34104) 379 : cluster [DBG] pgmap v243: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:16.736 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:16 smithi178 bash[75692]: cluster 2024-03-21T13:03:15.894559+0000 mgr.x (mgr.34104) 380 : cluster [DBG] pgmap v244: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:16.736 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:16 smithi178 bash[75692]: audit 2024-03-21T13:03:15.902645+0000 mon.a (mon.0) 78 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:16.736 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:16 smithi178 bash[75692]: cephadm 2024-03-21T13:03:15.905572+0000 mgr.x (mgr.34104) 381 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:16.737 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:16 smithi178 bash[75692]: audit 2024-03-21T13:03:15.985971+0000 mon.c (mon.1) 668 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:16.737 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:16 smithi178 bash[75692]: audit 2024-03-21T13:03:15.988924+0000 mon.c (mon.1) 669 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:16.737 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:16 smithi178 bash[75692]: audit 2024-03-21T13:03:15.991880+0000 mon.c (mon.1) 670 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:16.737 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:16 smithi178 bash[75692]: audit 2024-03-21T13:03:15.993542+0000 mon.c (mon.1) 671 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:16.737 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:16 smithi178 bash[75692]: cluster 2024-03-21T13:03:15.997981+0000 mgr.x (mgr.34104) 382 : cluster [DBG] pgmap v245: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:16.737 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:16 smithi178 bash[75692]: cluster 2024-03-21T13:03:15.998446+0000 mgr.x (mgr.34104) 383 : cluster [DBG] pgmap v246: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:16.737 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:16 smithi178 bash[75692]: audit 2024-03-21T13:03:16.005659+0000 mon.a (mon.0) 79 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:16.737 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:16 smithi178 bash[75692]: cephadm 2024-03-21T13:03:16.009472+0000 mgr.x (mgr.34104) 384 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:16.737 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:16 smithi178 bash[75692]: audit 2024-03-21T13:03:16.086590+0000 mon.c (mon.1) 672 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:16.737 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:16 smithi178 bash[75692]: audit 2024-03-21T13:03:16.089485+0000 mon.c (mon.1) 673 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:16.737 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:16 smithi178 bash[75692]: audit 2024-03-21T13:03:16.093190+0000 mon.c (mon.1) 674 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:16.737 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:16 smithi178 bash[75692]: audit 2024-03-21T13:03:16.094590+0000 mon.c (mon.1) 675 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:16.737 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:16 smithi178 bash[75692]: cluster 2024-03-21T13:03:16.098444+0000 mgr.x (mgr.34104) 385 : cluster [DBG] pgmap v247: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:16.737 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:16 smithi178 bash[75692]: cluster 2024-03-21T13:03:16.098948+0000 mgr.x (mgr.34104) 386 : cluster [DBG] pgmap v248: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:16.738 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:16 smithi178 bash[75692]: audit 2024-03-21T13:03:16.106157+0000 mon.a (mon.0) 80 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:16.738 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:16 smithi178 bash[75692]: cephadm 2024-03-21T13:03:16.108858+0000 mgr.x (mgr.34104) 387 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:16.738 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:16 smithi178 bash[75692]: audit 2024-03-21T13:03:16.186101+0000 mon.c (mon.1) 676 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:16.738 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:16 smithi178 bash[75692]: audit 2024-03-21T13:03:16.189050+0000 mon.c (mon.1) 677 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:16.738 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:16 smithi178 bash[75692]: audit 2024-03-21T13:03:16.192472+0000 mon.c (mon.1) 678 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:16.738 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:16 smithi178 bash[75692]: audit 2024-03-21T13:03:16.193869+0000 mon.c (mon.1) 679 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:16.738 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:16 smithi178 bash[75692]: audit 2024-03-21T13:03:16.205272+0000 mon.a (mon.0) 81 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:16.738 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:16 smithi178 bash[75692]: audit 2024-03-21T13:03:16.287285+0000 mon.c (mon.1) 680 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:16.738 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:16 smithi178 bash[75692]: audit 2024-03-21T13:03:16.291786+0000 mon.c (mon.1) 681 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:16.738 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:16 smithi178 bash[75692]: audit 2024-03-21T13:03:16.295927+0000 mon.c (mon.1) 682 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:16.738 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:16 smithi178 bash[75692]: audit 2024-03-21T13:03:16.297326+0000 mon.c (mon.1) 683 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:16.738 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:16 smithi178 bash[75692]: audit 2024-03-21T13:03:16.307288+0000 mon.a (mon.0) 82 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:16.738 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:16 smithi178 bash[75692]: audit 2024-03-21T13:03:16.387572+0000 mon.c (mon.1) 684 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:16.739 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:16 smithi178 bash[75692]: audit 2024-03-21T13:03:16.391983+0000 mon.c (mon.1) 685 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:16.739 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:16 smithi178 bash[75692]: audit 2024-03-21T13:03:16.395904+0000 mon.c (mon.1) 686 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:16.739 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:16 smithi178 bash[75692]: audit 2024-03-21T13:03:16.397349+0000 mon.c (mon.1) 687 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:16.739 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:16 smithi178 bash[75692]: audit 2024-03-21T13:03:16.410712+0000 mon.a (mon.0) 83 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:16.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:16 smithi184 bash[14608]: cluster 2024-03-21T13:03:15.169410+0000 mgr.x (mgr.34104) 358 : cluster [DBG] pgmap v229: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:16.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:16 smithi184 bash[14608]: cluster 2024-03-21T13:03:15.170126+0000 mgr.x (mgr.34104) 359 : cluster [DBG] pgmap v230: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:16.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:16 smithi184 bash[14608]: cephadm 2024-03-21T13:03:15.180508+0000 mgr.x (mgr.34104) 360 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:16.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:16 smithi184 bash[14608]: cluster 2024-03-21T13:03:15.271073+0000 mgr.x (mgr.34104) 361 : cluster [DBG] pgmap v231: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:16.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:16 smithi184 bash[14608]: cluster 2024-03-21T13:03:15.271645+0000 mgr.x (mgr.34104) 362 : cluster [DBG] pgmap v232: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:16.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:16 smithi184 bash[14608]: cephadm 2024-03-21T13:03:15.284220+0000 mgr.x (mgr.34104) 363 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:16.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:16 smithi184 bash[14608]: cluster 2024-03-21T13:03:15.378386+0000 mgr.x (mgr.34104) 364 : cluster [DBG] pgmap v233: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:16.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:16 smithi184 bash[14608]: cluster 2024-03-21T13:03:15.378848+0000 mgr.x (mgr.34104) 365 : cluster [DBG] pgmap v234: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:16.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:16 smithi184 bash[14608]: cephadm 2024-03-21T13:03:15.391572+0000 mgr.x (mgr.34104) 366 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:16.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:16 smithi184 bash[14608]: audit 2024-03-21T13:03:15.465447+0000 mon.c (mon.1) 648 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:16.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:16 smithi184 bash[14608]: audit 2024-03-21T13:03:15.467938+0000 mon.c (mon.1) 649 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:16.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:16 smithi184 bash[14608]: audit 2024-03-21T13:03:15.470733+0000 mon.c (mon.1) 650 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:16.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:16 smithi184 bash[14608]: audit 2024-03-21T13:03:15.471900+0000 mon.c (mon.1) 651 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:16.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:16 smithi184 bash[14608]: cluster 2024-03-21T13:03:15.475361+0000 mgr.x (mgr.34104) 367 : cluster [DBG] pgmap v235: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:16.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:16 smithi184 bash[14608]: cluster 2024-03-21T13:03:15.475861+0000 mgr.x (mgr.34104) 368 : cluster [DBG] pgmap v236: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:16.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:16 smithi184 bash[14608]: audit 2024-03-21T13:03:15.481003+0000 mon.a (mon.0) 74 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:16.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:16 smithi184 bash[14608]: cephadm 2024-03-21T13:03:15.483728+0000 mgr.x (mgr.34104) 369 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:16.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:16 smithi184 bash[14608]: audit 2024-03-21T13:03:15.562488+0000 mon.c (mon.1) 652 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:16.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:16 smithi184 bash[14608]: audit 2024-03-21T13:03:15.565693+0000 mon.c (mon.1) 653 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:16.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:16 smithi184 bash[14608]: audit 2024-03-21T13:03:15.569894+0000 mon.c (mon.1) 654 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:16.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:16 smithi184 bash[14608]: audit 2024-03-21T13:03:15.571572+0000 mon.c (mon.1) 655 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:16.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:16 smithi184 bash[14608]: cluster 2024-03-21T13:03:15.576213+0000 mgr.x (mgr.34104) 370 : cluster [DBG] pgmap v237: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s 2024-03-21T13:03:16.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:16 smithi184 bash[14608]: cluster 2024-03-21T13:03:15.576627+0000 mgr.x (mgr.34104) 371 : cluster [DBG] pgmap v238: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s 2024-03-21T13:03:16.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:16 smithi184 bash[14608]: audit 2024-03-21T13:03:15.583801+0000 mon.a (mon.0) 75 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:16.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:16 smithi184 bash[14608]: cephadm 2024-03-21T13:03:15.600506+0000 mgr.x (mgr.34104) 372 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:16.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:16 smithi184 bash[14608]: audit 2024-03-21T13:03:15.677798+0000 mon.c (mon.1) 656 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:16.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:16 smithi184 bash[14608]: audit 2024-03-21T13:03:15.680830+0000 mon.c (mon.1) 657 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:16.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:16 smithi184 bash[14608]: audit 2024-03-21T13:03:15.684210+0000 mon.c (mon.1) 658 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:16.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:16 smithi184 bash[14608]: audit 2024-03-21T13:03:15.685710+0000 mon.c (mon.1) 659 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:16.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:16 smithi184 bash[14608]: cluster 2024-03-21T13:03:15.689442+0000 mgr.x (mgr.34104) 373 : cluster [DBG] pgmap v239: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s 2024-03-21T13:03:16.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:16 smithi184 bash[14608]: cluster 2024-03-21T13:03:15.689773+0000 mgr.x (mgr.34104) 374 : cluster [DBG] pgmap v240: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s 2024-03-21T13:03:16.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:16 smithi184 bash[14608]: audit 2024-03-21T13:03:15.697869+0000 mon.a (mon.0) 76 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:16.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:16 smithi184 bash[14608]: cephadm 2024-03-21T13:03:15.701062+0000 mgr.x (mgr.34104) 375 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:16.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:16 smithi184 bash[14608]: audit 2024-03-21T13:03:15.780096+0000 mon.c (mon.1) 660 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:16.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:16 smithi184 bash[14608]: audit 2024-03-21T13:03:15.783012+0000 mon.c (mon.1) 661 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:16.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:16 smithi184 bash[14608]: audit 2024-03-21T13:03:15.786152+0000 mon.c (mon.1) 662 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:16.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:16 smithi184 bash[14608]: audit 2024-03-21T13:03:15.787578+0000 mon.c (mon.1) 663 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:16.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:16 smithi184 bash[14608]: cluster 2024-03-21T13:03:15.791207+0000 mgr.x (mgr.34104) 376 : cluster [DBG] pgmap v241: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 15 op/s 2024-03-21T13:03:16.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:16 smithi184 bash[14608]: cluster 2024-03-21T13:03:15.791476+0000 mgr.x (mgr.34104) 377 : cluster [DBG] pgmap v242: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 15 op/s 2024-03-21T13:03:16.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:16 smithi184 bash[14608]: audit 2024-03-21T13:03:15.800790+0000 mon.a (mon.0) 77 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:16.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:16 smithi184 bash[14608]: cephadm 2024-03-21T13:03:15.803834+0000 mgr.x (mgr.34104) 378 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:16.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:16 smithi184 bash[14608]: audit 2024-03-21T13:03:15.882402+0000 mon.c (mon.1) 664 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:16.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:16 smithi184 bash[14608]: audit 2024-03-21T13:03:15.885429+0000 mon.c (mon.1) 665 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:16.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:16 smithi184 bash[14608]: audit 2024-03-21T13:03:15.888903+0000 mon.c (mon.1) 666 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:16.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:16 smithi184 bash[14608]: audit 2024-03-21T13:03:15.890230+0000 mon.c (mon.1) 667 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:16.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:16 smithi184 bash[14608]: cluster 2024-03-21T13:03:15.894101+0000 mgr.x (mgr.34104) 379 : cluster [DBG] pgmap v243: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:16.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:16 smithi184 bash[14608]: cluster 2024-03-21T13:03:15.894559+0000 mgr.x (mgr.34104) 380 : cluster [DBG] pgmap v244: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:16.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:16 smithi184 bash[14608]: audit 2024-03-21T13:03:15.902645+0000 mon.a (mon.0) 78 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:16.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:16 smithi184 bash[14608]: cephadm 2024-03-21T13:03:15.905572+0000 mgr.x (mgr.34104) 381 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:16.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:16 smithi184 bash[14608]: audit 2024-03-21T13:03:15.985971+0000 mon.c (mon.1) 668 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:16.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:16 smithi184 bash[14608]: audit 2024-03-21T13:03:15.988924+0000 mon.c (mon.1) 669 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:16.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:16 smithi184 bash[14608]: audit 2024-03-21T13:03:15.991880+0000 mon.c (mon.1) 670 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:16.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:16 smithi184 bash[14608]: audit 2024-03-21T13:03:15.993542+0000 mon.c (mon.1) 671 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:16.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:16 smithi184 bash[14608]: cluster 2024-03-21T13:03:15.997981+0000 mgr.x (mgr.34104) 382 : cluster [DBG] pgmap v245: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:16.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:16 smithi184 bash[14608]: cluster 2024-03-21T13:03:15.998446+0000 mgr.x (mgr.34104) 383 : cluster [DBG] pgmap v246: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:16.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:16 smithi184 bash[14608]: audit 2024-03-21T13:03:16.005659+0000 mon.a (mon.0) 79 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:16.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:16 smithi184 bash[14608]: cephadm 2024-03-21T13:03:16.009472+0000 mgr.x (mgr.34104) 384 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:16.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:16 smithi184 bash[14608]: audit 2024-03-21T13:03:16.086590+0000 mon.c (mon.1) 672 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:16.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:16 smithi184 bash[14608]: audit 2024-03-21T13:03:16.089485+0000 mon.c (mon.1) 673 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:16.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:16 smithi184 bash[14608]: audit 2024-03-21T13:03:16.093190+0000 mon.c (mon.1) 674 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:16.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:16 smithi184 bash[14608]: audit 2024-03-21T13:03:16.094590+0000 mon.c (mon.1) 675 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:16.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:16 smithi184 bash[14608]: cluster 2024-03-21T13:03:16.098444+0000 mgr.x (mgr.34104) 385 : cluster [DBG] pgmap v247: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:16.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:16 smithi184 bash[14608]: cluster 2024-03-21T13:03:16.098948+0000 mgr.x (mgr.34104) 386 : cluster [DBG] pgmap v248: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:16.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:16 smithi184 bash[14608]: audit 2024-03-21T13:03:16.106157+0000 mon.a (mon.0) 80 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:16.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:16 smithi184 bash[14608]: cephadm 2024-03-21T13:03:16.108858+0000 mgr.x (mgr.34104) 387 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:16.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:16 smithi184 bash[14608]: audit 2024-03-21T13:03:16.186101+0000 mon.c (mon.1) 676 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:16.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:16 smithi184 bash[14608]: audit 2024-03-21T13:03:16.189050+0000 mon.c (mon.1) 677 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:16.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:16 smithi184 bash[14608]: audit 2024-03-21T13:03:16.192472+0000 mon.c (mon.1) 678 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:16.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:16 smithi184 bash[14608]: audit 2024-03-21T13:03:16.193869+0000 mon.c (mon.1) 679 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:16.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:16 smithi184 bash[14608]: audit 2024-03-21T13:03:16.205272+0000 mon.a (mon.0) 81 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:16.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:16 smithi184 bash[14608]: audit 2024-03-21T13:03:16.287285+0000 mon.c (mon.1) 680 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:16.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:16 smithi184 bash[14608]: audit 2024-03-21T13:03:16.291786+0000 mon.c (mon.1) 681 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:16.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:16 smithi184 bash[14608]: audit 2024-03-21T13:03:16.295927+0000 mon.c (mon.1) 682 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:16.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:16 smithi184 bash[14608]: audit 2024-03-21T13:03:16.297326+0000 mon.c (mon.1) 683 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:16.831 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:16 smithi184 bash[14608]: audit 2024-03-21T13:03:16.307288+0000 mon.a (mon.0) 82 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:16.831 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:16 smithi184 bash[14608]: audit 2024-03-21T13:03:16.387572+0000 mon.c (mon.1) 684 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:16.831 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:16 smithi184 bash[14608]: audit 2024-03-21T13:03:16.391983+0000 mon.c (mon.1) 685 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:16.831 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:16 smithi184 bash[14608]: audit 2024-03-21T13:03:16.395904+0000 mon.c (mon.1) 686 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:16.831 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:16 smithi184 bash[14608]: audit 2024-03-21T13:03:16.397349+0000 mon.c (mon.1) 687 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:16.831 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:16 smithi184 bash[14608]: audit 2024-03-21T13:03:16.410712+0000 mon.a (mon.0) 83 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:17.717 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:17 smithi178 bash[75692]: cluster 2024-03-21T13:03:16.198108+0000 mgr.x (mgr.34104) 388 : cluster [DBG] pgmap v249: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:17.717 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:17 smithi178 bash[75692]: cluster 2024-03-21T13:03:16.198602+0000 mgr.x (mgr.34104) 389 : cluster [DBG] pgmap v250: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:17.717 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:17 smithi178 bash[75692]: cephadm 2024-03-21T13:03:16.208401+0000 mgr.x (mgr.34104) 390 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:17.717 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:17 smithi178 bash[75692]: cluster 2024-03-21T13:03:16.301592+0000 mgr.x (mgr.34104) 391 : cluster [DBG] pgmap v251: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:17.717 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:17 smithi178 bash[75692]: cluster 2024-03-21T13:03:16.302169+0000 mgr.x (mgr.34104) 392 : cluster [DBG] pgmap v252: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:17.717 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:17 smithi178 bash[75692]: cephadm 2024-03-21T13:03:16.309820+0000 mgr.x (mgr.34104) 393 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:17.718 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:17 smithi178 bash[75692]: cluster 2024-03-21T13:03:16.401595+0000 mgr.x (mgr.34104) 394 : cluster [DBG] pgmap v253: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:17.718 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:17 smithi178 bash[75692]: cluster 2024-03-21T13:03:16.401987+0000 mgr.x (mgr.34104) 395 : cluster [DBG] pgmap v254: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:17.718 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:17 smithi178 bash[75692]: cephadm 2024-03-21T13:03:16.413540+0000 mgr.x (mgr.34104) 396 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:17.718 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:17 smithi178 bash[75692]: audit 2024-03-21T13:03:16.489355+0000 mon.c (mon.1) 688 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:17.718 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:17 smithi178 bash[75692]: audit 2024-03-21T13:03:16.493348+0000 mon.c (mon.1) 689 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:17.718 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:17 smithi178 bash[75692]: audit 2024-03-21T13:03:16.497863+0000 mon.c (mon.1) 690 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:17.718 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:17 smithi178 bash[75692]: audit 2024-03-21T13:03:16.499530+0000 mon.c (mon.1) 691 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:17.718 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:17 smithi178 bash[75692]: cluster 2024-03-21T13:03:16.503449+0000 mgr.x (mgr.34104) 397 : cluster [DBG] pgmap v255: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:17.718 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:17 smithi178 bash[75692]: cluster 2024-03-21T13:03:16.503879+0000 mgr.x (mgr.34104) 398 : cluster [DBG] pgmap v256: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:17.718 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:17 smithi178 bash[75692]: audit 2024-03-21T13:03:16.511178+0000 mon.a (mon.0) 84 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:17.718 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:17 smithi178 bash[75692]: cephadm 2024-03-21T13:03:16.514831+0000 mgr.x (mgr.34104) 399 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:17.718 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:17 smithi178 bash[75692]: audit 2024-03-21T13:03:16.596586+0000 mon.c (mon.1) 692 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:17.718 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:17 smithi178 bash[75692]: audit 2024-03-21T13:03:16.599742+0000 mon.c (mon.1) 693 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:17.719 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:17 smithi178 bash[75692]: audit 2024-03-21T13:03:16.603035+0000 mon.c (mon.1) 694 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:17.719 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:17 smithi178 bash[20270]: cluster 2024-03-21T13:03:16.198108+0000 mgr.x (mgr.34104) 388 : cluster [DBG] pgmap v249: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:17.719 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:17 smithi178 bash[20270]: cluster 2024-03-21T13:03:16.198602+0000 mgr.x (mgr.34104) 389 : cluster [DBG] pgmap v250: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:17.719 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:17 smithi178 bash[20270]: cephadm 2024-03-21T13:03:16.208401+0000 mgr.x (mgr.34104) 390 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:17.719 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:17 smithi178 bash[20270]: cluster 2024-03-21T13:03:16.301592+0000 mgr.x (mgr.34104) 391 : cluster [DBG] pgmap v251: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:17.719 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:17 smithi178 bash[20270]: cluster 2024-03-21T13:03:16.302169+0000 mgr.x (mgr.34104) 392 : cluster [DBG] pgmap v252: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:17.719 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:17 smithi178 bash[20270]: cephadm 2024-03-21T13:03:16.309820+0000 mgr.x (mgr.34104) 393 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:17.719 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:17 smithi178 bash[20270]: cluster 2024-03-21T13:03:16.401595+0000 mgr.x (mgr.34104) 394 : cluster [DBG] pgmap v253: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:17.720 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:17 smithi178 bash[20270]: cluster 2024-03-21T13:03:16.401987+0000 mgr.x (mgr.34104) 395 : cluster [DBG] pgmap v254: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:17.720 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:17 smithi178 bash[20270]: cephadm 2024-03-21T13:03:16.413540+0000 mgr.x (mgr.34104) 396 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:17.720 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:17 smithi178 bash[20270]: audit 2024-03-21T13:03:16.489355+0000 mon.c (mon.1) 688 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:17.720 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:17 smithi178 bash[20270]: audit 2024-03-21T13:03:16.493348+0000 mon.c (mon.1) 689 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:17.720 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:17 smithi178 bash[20270]: audit 2024-03-21T13:03:16.497863+0000 mon.c (mon.1) 690 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:17.720 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:17 smithi178 bash[20270]: audit 2024-03-21T13:03:16.499530+0000 mon.c (mon.1) 691 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:17.720 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:17 smithi178 bash[20270]: cluster 2024-03-21T13:03:16.503449+0000 mgr.x (mgr.34104) 397 : cluster [DBG] pgmap v255: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:17.720 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:17 smithi178 bash[20270]: cluster 2024-03-21T13:03:16.503879+0000 mgr.x (mgr.34104) 398 : cluster [DBG] pgmap v256: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:17.720 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:17 smithi178 bash[20270]: audit 2024-03-21T13:03:16.511178+0000 mon.a (mon.0) 84 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:17.720 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:17 smithi178 bash[20270]: cephadm 2024-03-21T13:03:16.514831+0000 mgr.x (mgr.34104) 399 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:17.720 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:17 smithi178 bash[20270]: audit 2024-03-21T13:03:16.596586+0000 mon.c (mon.1) 692 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:17.720 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:17 smithi178 bash[20270]: audit 2024-03-21T13:03:16.599742+0000 mon.c (mon.1) 693 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:17.720 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:17 smithi178 bash[20270]: audit 2024-03-21T13:03:16.603035+0000 mon.c (mon.1) 694 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:17.720 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:17 smithi178 bash[20270]: audit 2024-03-21T13:03:16.604502+0000 mon.c (mon.1) 695 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:17.721 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:17 smithi178 bash[20270]: cluster 2024-03-21T13:03:16.608450+0000 mgr.x (mgr.34104) 400 : cluster [DBG] pgmap v257: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:17.721 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:17 smithi178 bash[20270]: cluster 2024-03-21T13:03:16.608750+0000 mgr.x (mgr.34104) 401 : cluster [DBG] pgmap v258: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:17.721 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:17 smithi178 bash[20270]: audit 2024-03-21T13:03:16.616693+0000 mon.a (mon.0) 85 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:17.721 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:17 smithi178 bash[20270]: cephadm 2024-03-21T13:03:16.619429+0000 mgr.x (mgr.34104) 402 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:17.721 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:17 smithi178 bash[20270]: audit 2024-03-21T13:03:16.698435+0000 mon.c (mon.1) 696 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:17.721 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:17 smithi178 bash[20270]: audit 2024-03-21T13:03:16.700682+0000 mon.c (mon.1) 697 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:17.721 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:17 smithi178 bash[20270]: audit 2024-03-21T13:03:16.703107+0000 mon.c (mon.1) 698 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:17.721 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:17 smithi178 bash[20270]: audit 2024-03-21T13:03:16.704259+0000 mon.c (mon.1) 699 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:17.721 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:17 smithi178 bash[20270]: cluster 2024-03-21T13:03:16.707777+0000 mgr.x (mgr.34104) 403 : cluster [DBG] pgmap v259: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:17.721 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:17 smithi178 bash[20270]: cluster 2024-03-21T13:03:16.708109+0000 mgr.x (mgr.34104) 404 : cluster [DBG] pgmap v260: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:17.721 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:17 smithi178 bash[20270]: audit 2024-03-21T13:03:16.714486+0000 mon.a (mon.0) 86 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:17.721 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:17 smithi178 bash[20270]: cephadm 2024-03-21T13:03:16.717713+0000 mgr.x (mgr.34104) 405 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:17.721 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:17 smithi178 bash[20270]: audit 2024-03-21T13:03:16.795678+0000 mon.c (mon.1) 700 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:17.721 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:17 smithi178 bash[20270]: audit 2024-03-21T13:03:16.798314+0000 mon.c (mon.1) 701 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:17.722 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:17 smithi178 bash[20270]: audit 2024-03-21T13:03:16.801140+0000 mon.c (mon.1) 702 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:17.722 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:17 smithi178 bash[20270]: audit 2024-03-21T13:03:16.802424+0000 mon.c (mon.1) 703 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:17.722 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:17 smithi178 bash[20270]: cluster 2024-03-21T13:03:16.806294+0000 mgr.x (mgr.34104) 406 : cluster [DBG] pgmap v261: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:17.722 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:17 smithi178 bash[20270]: cluster 2024-03-21T13:03:16.806559+0000 mgr.x (mgr.34104) 407 : cluster [DBG] pgmap v262: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:17.722 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:17 smithi178 bash[20270]: audit 2024-03-21T13:03:16.812469+0000 mon.a (mon.0) 87 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:17.722 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:17 smithi178 bash[75692]: audit 2024-03-21T13:03:16.604502+0000 mon.c (mon.1) 695 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:17.722 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:17 smithi178 bash[75692]: cluster 2024-03-21T13:03:16.608450+0000 mgr.x (mgr.34104) 400 : cluster [DBG] pgmap v257: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:17.722 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:17 smithi178 bash[75692]: cluster 2024-03-21T13:03:16.608750+0000 mgr.x (mgr.34104) 401 : cluster [DBG] pgmap v258: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:17.722 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:17 smithi178 bash[75692]: audit 2024-03-21T13:03:16.616693+0000 mon.a (mon.0) 85 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:17.723 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:17 smithi178 bash[75692]: cephadm 2024-03-21T13:03:16.619429+0000 mgr.x (mgr.34104) 402 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:17.723 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:17 smithi178 bash[75692]: audit 2024-03-21T13:03:16.698435+0000 mon.c (mon.1) 696 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:17.723 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:17 smithi178 bash[75692]: audit 2024-03-21T13:03:16.700682+0000 mon.c (mon.1) 697 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:17.723 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:17 smithi178 bash[75692]: audit 2024-03-21T13:03:16.703107+0000 mon.c (mon.1) 698 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:17.723 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:17 smithi178 bash[75692]: audit 2024-03-21T13:03:16.704259+0000 mon.c (mon.1) 699 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:17.723 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:17 smithi178 bash[75692]: cluster 2024-03-21T13:03:16.707777+0000 mgr.x (mgr.34104) 403 : cluster [DBG] pgmap v259: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:17.723 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:17 smithi178 bash[75692]: cluster 2024-03-21T13:03:16.708109+0000 mgr.x (mgr.34104) 404 : cluster [DBG] pgmap v260: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:17.723 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:17 smithi178 bash[75692]: audit 2024-03-21T13:03:16.714486+0000 mon.a (mon.0) 86 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:17.723 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:17 smithi178 bash[75692]: cephadm 2024-03-21T13:03:16.717713+0000 mgr.x (mgr.34104) 405 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:17.723 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:17 smithi178 bash[75692]: audit 2024-03-21T13:03:16.795678+0000 mon.c (mon.1) 700 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:17.723 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:17 smithi178 bash[75692]: audit 2024-03-21T13:03:16.798314+0000 mon.c (mon.1) 701 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:17.724 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:17 smithi178 bash[75692]: audit 2024-03-21T13:03:16.801140+0000 mon.c (mon.1) 702 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:17.724 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:17 smithi178 bash[75692]: audit 2024-03-21T13:03:16.802424+0000 mon.c (mon.1) 703 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:17.724 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:17 smithi178 bash[75692]: cluster 2024-03-21T13:03:16.806294+0000 mgr.x (mgr.34104) 406 : cluster [DBG] pgmap v261: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:17.724 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:17 smithi178 bash[75692]: cluster 2024-03-21T13:03:16.806559+0000 mgr.x (mgr.34104) 407 : cluster [DBG] pgmap v262: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:17.724 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:17 smithi178 bash[75692]: audit 2024-03-21T13:03:16.812469+0000 mon.a (mon.0) 87 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:17.724 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:17 smithi178 bash[20270]: cephadm 2024-03-21T13:03:16.815212+0000 mgr.x (mgr.34104) 408 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:17.724 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:17 smithi178 bash[20270]: audit 2024-03-21T13:03:16.891603+0000 mon.c (mon.1) 704 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:17.725 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:17 smithi178 bash[20270]: audit 2024-03-21T13:03:16.895467+0000 mon.c (mon.1) 705 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:17.725 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:17 smithi178 bash[20270]: audit 2024-03-21T13:03:16.900307+0000 mon.c (mon.1) 706 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:17.725 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:17 smithi178 bash[20270]: audit 2024-03-21T13:03:16.901549+0000 mon.c (mon.1) 707 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:17.725 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:17 smithi178 bash[20270]: cluster 2024-03-21T13:03:16.905878+0000 mgr.x (mgr.34104) 409 : cluster [DBG] pgmap v263: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:17.725 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:17 smithi178 bash[20270]: cluster 2024-03-21T13:03:16.906564+0000 mgr.x (mgr.34104) 410 : cluster [DBG] pgmap v264: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:17.725 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:17 smithi178 bash[20270]: audit 2024-03-21T13:03:16.912272+0000 mon.a (mon.0) 88 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:17.725 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:17 smithi178 bash[20270]: cephadm 2024-03-21T13:03:16.916997+0000 mgr.x (mgr.34104) 411 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:17.725 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:17 smithi178 bash[20270]: audit 2024-03-21T13:03:16.998713+0000 mon.c (mon.1) 708 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:17.726 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:17 smithi178 bash[20270]: audit 2024-03-21T13:03:17.001762+0000 mon.c (mon.1) 709 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:17.726 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:17 smithi178 bash[20270]: audit 2024-03-21T13:03:17.004666+0000 mon.c (mon.1) 710 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:17.726 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:17 smithi178 bash[20270]: audit 2024-03-21T13:03:17.005999+0000 mon.c (mon.1) 711 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:17.726 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:17 smithi178 bash[20270]: cluster 2024-03-21T13:03:17.009758+0000 mgr.x (mgr.34104) 412 : cluster [DBG] pgmap v265: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:17.726 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:17 smithi178 bash[20270]: cluster 2024-03-21T13:03:17.010031+0000 mgr.x (mgr.34104) 413 : cluster [DBG] pgmap v266: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:17.726 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:17 smithi178 bash[20270]: audit 2024-03-21T13:03:17.017634+0000 mon.a (mon.0) 89 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:17.726 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:17 smithi178 bash[20270]: cephadm 2024-03-21T13:03:17.020830+0000 mgr.x (mgr.34104) 414 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:17.726 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:17 smithi178 bash[20270]: audit 2024-03-21T13:03:17.098536+0000 mon.c (mon.1) 712 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:17.726 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:17 smithi178 bash[20270]: audit 2024-03-21T13:03:17.102625+0000 mon.c (mon.1) 713 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:17.726 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:17 smithi178 bash[20270]: audit 2024-03-21T13:03:17.106505+0000 mon.c (mon.1) 714 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:17.726 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:17 smithi178 bash[20270]: audit 2024-03-21T13:03:17.108144+0000 mon.c (mon.1) 715 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:17.726 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:17 smithi178 bash[20270]: cluster 2024-03-21T13:03:17.112111+0000 mgr.x (mgr.34104) 415 : cluster [DBG] pgmap v267: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:17.727 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:17 smithi178 bash[20270]: cluster 2024-03-21T13:03:17.112302+0000 mgr.x (mgr.34104) 416 : cluster [DBG] pgmap v268: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:17.727 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:17 smithi178 bash[20270]: audit 2024-03-21T13:03:17.120255+0000 mon.a (mon.0) 90 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:17.727 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:17 smithi178 bash[20270]: cephadm 2024-03-21T13:03:17.123764+0000 mgr.x (mgr.34104) 417 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:17.727 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:17 smithi178 bash[20270]: audit 2024-03-21T13:03:17.203547+0000 mon.c (mon.1) 716 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:17.727 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:17 smithi178 bash[20270]: audit 2024-03-21T13:03:17.206652+0000 mon.c (mon.1) 717 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:17.727 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:17 smithi178 bash[20270]: audit 2024-03-21T13:03:17.209756+0000 mon.c (mon.1) 718 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:17.727 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:17 smithi178 bash[20270]: audit 2024-03-21T13:03:17.211469+0000 mon.c (mon.1) 719 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:17.727 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:17 smithi178 bash[20270]: audit 2024-03-21T13:03:17.222680+0000 mon.a (mon.0) 91 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:17.727 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:17 smithi178 bash[20270]: audit 2024-03-21T13:03:17.307121+0000 mon.c (mon.1) 720 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:17.727 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:17 smithi178 bash[20270]: audit 2024-03-21T13:03:17.310053+0000 mon.c (mon.1) 721 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:17.727 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:17 smithi178 bash[20270]: audit 2024-03-21T13:03:17.313372+0000 mon.c (mon.1) 722 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:17.727 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:17 smithi178 bash[20270]: audit 2024-03-21T13:03:17.314624+0000 mon.c (mon.1) 723 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:17.727 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:17 smithi178 bash[20270]: audit 2024-03-21T13:03:17.327065+0000 mon.a (mon.0) 92 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:17.728 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:17 smithi178 bash[20270]: audit 2024-03-21T13:03:17.409521+0000 mon.c (mon.1) 724 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:17.728 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:17 smithi178 bash[20270]: audit 2024-03-21T13:03:17.413858+0000 mon.c (mon.1) 725 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:17.728 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:17 smithi178 bash[20270]: audit 2024-03-21T13:03:17.418008+0000 mon.c (mon.1) 726 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:17.728 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:17 smithi178 bash[20270]: audit 2024-03-21T13:03:17.419373+0000 mon.c (mon.1) 727 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:17.728 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:17 smithi178 bash[20270]: audit 2024-03-21T13:03:17.433477+0000 mon.a (mon.0) 93 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:17.728 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:17 smithi178 bash[75692]: cephadm 2024-03-21T13:03:16.815212+0000 mgr.x (mgr.34104) 408 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:17.728 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:17 smithi178 bash[75692]: audit 2024-03-21T13:03:16.891603+0000 mon.c (mon.1) 704 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:17.728 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:17 smithi178 bash[75692]: audit 2024-03-21T13:03:16.895467+0000 mon.c (mon.1) 705 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:17.729 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:17 smithi178 bash[75692]: audit 2024-03-21T13:03:16.900307+0000 mon.c (mon.1) 706 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:17.729 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:17 smithi178 bash[75692]: audit 2024-03-21T13:03:16.901549+0000 mon.c (mon.1) 707 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:17.729 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:17 smithi178 bash[75692]: cluster 2024-03-21T13:03:16.905878+0000 mgr.x (mgr.34104) 409 : cluster [DBG] pgmap v263: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:17.729 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:17 smithi178 bash[75692]: cluster 2024-03-21T13:03:16.906564+0000 mgr.x (mgr.34104) 410 : cluster [DBG] pgmap v264: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:17.729 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:17 smithi178 bash[75692]: audit 2024-03-21T13:03:16.912272+0000 mon.a (mon.0) 88 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:17.729 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:17 smithi178 bash[75692]: cephadm 2024-03-21T13:03:16.916997+0000 mgr.x (mgr.34104) 411 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:17.729 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:17 smithi178 bash[75692]: audit 2024-03-21T13:03:16.998713+0000 mon.c (mon.1) 708 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:17.729 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:17 smithi178 bash[75692]: audit 2024-03-21T13:03:17.001762+0000 mon.c (mon.1) 709 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:17.729 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:17 smithi178 bash[75692]: audit 2024-03-21T13:03:17.004666+0000 mon.c (mon.1) 710 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:17.729 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:17 smithi178 bash[75692]: audit 2024-03-21T13:03:17.005999+0000 mon.c (mon.1) 711 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:17.729 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:17 smithi178 bash[75692]: cluster 2024-03-21T13:03:17.009758+0000 mgr.x (mgr.34104) 412 : cluster [DBG] pgmap v265: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:17.729 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:17 smithi178 bash[75692]: cluster 2024-03-21T13:03:17.010031+0000 mgr.x (mgr.34104) 413 : cluster [DBG] pgmap v266: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:17.729 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:17 smithi178 bash[75692]: audit 2024-03-21T13:03:17.017634+0000 mon.a (mon.0) 89 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:17.729 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:17 smithi178 bash[75692]: cephadm 2024-03-21T13:03:17.020830+0000 mgr.x (mgr.34104) 414 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:17.730 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:17 smithi178 bash[75692]: audit 2024-03-21T13:03:17.098536+0000 mon.c (mon.1) 712 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:17.730 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:17 smithi178 bash[75692]: audit 2024-03-21T13:03:17.102625+0000 mon.c (mon.1) 713 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:17.730 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:17 smithi178 bash[75692]: audit 2024-03-21T13:03:17.106505+0000 mon.c (mon.1) 714 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:17.730 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:17 smithi178 bash[75692]: audit 2024-03-21T13:03:17.108144+0000 mon.c (mon.1) 715 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:17.730 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:17 smithi178 bash[75692]: cluster 2024-03-21T13:03:17.112111+0000 mgr.x (mgr.34104) 415 : cluster [DBG] pgmap v267: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:17.730 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:17 smithi178 bash[75692]: cluster 2024-03-21T13:03:17.112302+0000 mgr.x (mgr.34104) 416 : cluster [DBG] pgmap v268: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:17.730 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:17 smithi178 bash[75692]: audit 2024-03-21T13:03:17.120255+0000 mon.a (mon.0) 90 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:17.730 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:17 smithi178 bash[75692]: cephadm 2024-03-21T13:03:17.123764+0000 mgr.x (mgr.34104) 417 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:17.730 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:17 smithi178 bash[75692]: audit 2024-03-21T13:03:17.203547+0000 mon.c (mon.1) 716 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:17.730 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:17 smithi178 bash[75692]: audit 2024-03-21T13:03:17.206652+0000 mon.c (mon.1) 717 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:17.730 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:17 smithi178 bash[75692]: audit 2024-03-21T13:03:17.209756+0000 mon.c (mon.1) 718 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:17.731 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:17 smithi178 bash[75692]: audit 2024-03-21T13:03:17.211469+0000 mon.c (mon.1) 719 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:17.731 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:17 smithi178 bash[75692]: audit 2024-03-21T13:03:17.222680+0000 mon.a (mon.0) 91 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:17.731 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:17 smithi178 bash[75692]: audit 2024-03-21T13:03:17.307121+0000 mon.c (mon.1) 720 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:17.731 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:17 smithi178 bash[75692]: audit 2024-03-21T13:03:17.310053+0000 mon.c (mon.1) 721 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:17.731 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:17 smithi178 bash[75692]: audit 2024-03-21T13:03:17.313372+0000 mon.c (mon.1) 722 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:17.731 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:17 smithi178 bash[75692]: audit 2024-03-21T13:03:17.314624+0000 mon.c (mon.1) 723 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:17.731 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:17 smithi178 bash[75692]: audit 2024-03-21T13:03:17.327065+0000 mon.a (mon.0) 92 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:17.731 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:17 smithi178 bash[75692]: audit 2024-03-21T13:03:17.409521+0000 mon.c (mon.1) 724 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:17.731 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:17 smithi178 bash[75692]: audit 2024-03-21T13:03:17.413858+0000 mon.c (mon.1) 725 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:17.731 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:17 smithi178 bash[75692]: audit 2024-03-21T13:03:17.418008+0000 mon.c (mon.1) 726 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:17.731 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:17 smithi178 bash[75692]: audit 2024-03-21T13:03:17.419373+0000 mon.c (mon.1) 727 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:17.731 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:17 smithi178 bash[75692]: audit 2024-03-21T13:03:17.433477+0000 mon.a (mon.0) 93 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:17.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:17 smithi184 bash[14608]: cluster 2024-03-21T13:03:16.198108+0000 mgr.x (mgr.34104) 388 : cluster [DBG] pgmap v249: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:17.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:17 smithi184 bash[14608]: cluster 2024-03-21T13:03:16.198602+0000 mgr.x (mgr.34104) 389 : cluster [DBG] pgmap v250: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:17.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:17 smithi184 bash[14608]: cephadm 2024-03-21T13:03:16.208401+0000 mgr.x (mgr.34104) 390 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:17.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:17 smithi184 bash[14608]: cluster 2024-03-21T13:03:16.301592+0000 mgr.x (mgr.34104) 391 : cluster [DBG] pgmap v251: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:17.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:17 smithi184 bash[14608]: cluster 2024-03-21T13:03:16.302169+0000 mgr.x (mgr.34104) 392 : cluster [DBG] pgmap v252: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:17.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:17 smithi184 bash[14608]: cephadm 2024-03-21T13:03:16.309820+0000 mgr.x (mgr.34104) 393 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:17.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:17 smithi184 bash[14608]: cluster 2024-03-21T13:03:16.401595+0000 mgr.x (mgr.34104) 394 : cluster [DBG] pgmap v253: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:17.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:17 smithi184 bash[14608]: cluster 2024-03-21T13:03:16.401987+0000 mgr.x (mgr.34104) 395 : cluster [DBG] pgmap v254: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:17.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:17 smithi184 bash[14608]: cephadm 2024-03-21T13:03:16.413540+0000 mgr.x (mgr.34104) 396 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:17.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:17 smithi184 bash[14608]: audit 2024-03-21T13:03:16.489355+0000 mon.c (mon.1) 688 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:17.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:17 smithi184 bash[14608]: audit 2024-03-21T13:03:16.493348+0000 mon.c (mon.1) 689 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:17.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:17 smithi184 bash[14608]: audit 2024-03-21T13:03:16.497863+0000 mon.c (mon.1) 690 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:17.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:17 smithi184 bash[14608]: audit 2024-03-21T13:03:16.499530+0000 mon.c (mon.1) 691 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:17.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:17 smithi184 bash[14608]: cluster 2024-03-21T13:03:16.503449+0000 mgr.x (mgr.34104) 397 : cluster [DBG] pgmap v255: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:17.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:17 smithi184 bash[14608]: cluster 2024-03-21T13:03:16.503879+0000 mgr.x (mgr.34104) 398 : cluster [DBG] pgmap v256: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:17.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:17 smithi184 bash[14608]: audit 2024-03-21T13:03:16.511178+0000 mon.a (mon.0) 84 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:17.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:17 smithi184 bash[14608]: cephadm 2024-03-21T13:03:16.514831+0000 mgr.x (mgr.34104) 399 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:17.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:17 smithi184 bash[14608]: audit 2024-03-21T13:03:16.596586+0000 mon.c (mon.1) 692 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:17.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:17 smithi184 bash[14608]: audit 2024-03-21T13:03:16.599742+0000 mon.c (mon.1) 693 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:17.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:17 smithi184 bash[14608]: audit 2024-03-21T13:03:16.603035+0000 mon.c (mon.1) 694 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:17.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:17 smithi184 bash[14608]: audit 2024-03-21T13:03:16.604502+0000 mon.c (mon.1) 695 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:17.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:17 smithi184 bash[14608]: cluster 2024-03-21T13:03:16.608450+0000 mgr.x (mgr.34104) 400 : cluster [DBG] pgmap v257: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:17.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:17 smithi184 bash[14608]: cluster 2024-03-21T13:03:16.608750+0000 mgr.x (mgr.34104) 401 : cluster [DBG] pgmap v258: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:17.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:17 smithi184 bash[14608]: audit 2024-03-21T13:03:16.616693+0000 mon.a (mon.0) 85 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:17.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:17 smithi184 bash[14608]: cephadm 2024-03-21T13:03:16.619429+0000 mgr.x (mgr.34104) 402 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:17.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:17 smithi184 bash[14608]: audit 2024-03-21T13:03:16.698435+0000 mon.c (mon.1) 696 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:17.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:17 smithi184 bash[14608]: audit 2024-03-21T13:03:16.700682+0000 mon.c (mon.1) 697 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:17.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:17 smithi184 bash[14608]: audit 2024-03-21T13:03:16.703107+0000 mon.c (mon.1) 698 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:17.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:17 smithi184 bash[14608]: audit 2024-03-21T13:03:16.704259+0000 mon.c (mon.1) 699 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:17.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:17 smithi184 bash[14608]: cluster 2024-03-21T13:03:16.707777+0000 mgr.x (mgr.34104) 403 : cluster [DBG] pgmap v259: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:17.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:17 smithi184 bash[14608]: cluster 2024-03-21T13:03:16.708109+0000 mgr.x (mgr.34104) 404 : cluster [DBG] pgmap v260: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:17.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:17 smithi184 bash[14608]: audit 2024-03-21T13:03:16.714486+0000 mon.a (mon.0) 86 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:17.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:17 smithi184 bash[14608]: cephadm 2024-03-21T13:03:16.717713+0000 mgr.x (mgr.34104) 405 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:17.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:17 smithi184 bash[14608]: audit 2024-03-21T13:03:16.795678+0000 mon.c (mon.1) 700 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:17.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:17 smithi184 bash[14608]: audit 2024-03-21T13:03:16.798314+0000 mon.c (mon.1) 701 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:17.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:17 smithi184 bash[14608]: audit 2024-03-21T13:03:16.801140+0000 mon.c (mon.1) 702 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:17.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:17 smithi184 bash[14608]: audit 2024-03-21T13:03:16.802424+0000 mon.c (mon.1) 703 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:17.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:17 smithi184 bash[14608]: cluster 2024-03-21T13:03:16.806294+0000 mgr.x (mgr.34104) 406 : cluster [DBG] pgmap v261: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:17.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:17 smithi184 bash[14608]: cluster 2024-03-21T13:03:16.806559+0000 mgr.x (mgr.34104) 407 : cluster [DBG] pgmap v262: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:17.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:17 smithi184 bash[14608]: audit 2024-03-21T13:03:16.812469+0000 mon.a (mon.0) 87 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:17.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:17 smithi184 bash[14608]: cephadm 2024-03-21T13:03:16.815212+0000 mgr.x (mgr.34104) 408 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:17.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:17 smithi184 bash[14608]: audit 2024-03-21T13:03:16.891603+0000 mon.c (mon.1) 704 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:17.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:17 smithi184 bash[14608]: audit 2024-03-21T13:03:16.895467+0000 mon.c (mon.1) 705 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:17.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:17 smithi184 bash[14608]: audit 2024-03-21T13:03:16.900307+0000 mon.c (mon.1) 706 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:17.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:17 smithi184 bash[14608]: audit 2024-03-21T13:03:16.901549+0000 mon.c (mon.1) 707 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:17.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:17 smithi184 bash[14608]: cluster 2024-03-21T13:03:16.905878+0000 mgr.x (mgr.34104) 409 : cluster [DBG] pgmap v263: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:17.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:17 smithi184 bash[14608]: cluster 2024-03-21T13:03:16.906564+0000 mgr.x (mgr.34104) 410 : cluster [DBG] pgmap v264: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:17.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:17 smithi184 bash[14608]: audit 2024-03-21T13:03:16.912272+0000 mon.a (mon.0) 88 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:17.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:17 smithi184 bash[14608]: cephadm 2024-03-21T13:03:16.916997+0000 mgr.x (mgr.34104) 411 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:17.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:17 smithi184 bash[14608]: audit 2024-03-21T13:03:16.998713+0000 mon.c (mon.1) 708 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:17.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:17 smithi184 bash[14608]: audit 2024-03-21T13:03:17.001762+0000 mon.c (mon.1) 709 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:17.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:17 smithi184 bash[14608]: audit 2024-03-21T13:03:17.004666+0000 mon.c (mon.1) 710 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:17.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:17 smithi184 bash[14608]: audit 2024-03-21T13:03:17.005999+0000 mon.c (mon.1) 711 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:17.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:17 smithi184 bash[14608]: cluster 2024-03-21T13:03:17.009758+0000 mgr.x (mgr.34104) 412 : cluster [DBG] pgmap v265: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:17.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:17 smithi184 bash[14608]: cluster 2024-03-21T13:03:17.010031+0000 mgr.x (mgr.34104) 413 : cluster [DBG] pgmap v266: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:17.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:17 smithi184 bash[14608]: audit 2024-03-21T13:03:17.017634+0000 mon.a (mon.0) 89 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:17.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:17 smithi184 bash[14608]: cephadm 2024-03-21T13:03:17.020830+0000 mgr.x (mgr.34104) 414 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:17.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:17 smithi184 bash[14608]: audit 2024-03-21T13:03:17.098536+0000 mon.c (mon.1) 712 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:17.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:17 smithi184 bash[14608]: audit 2024-03-21T13:03:17.102625+0000 mon.c (mon.1) 713 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:17.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:17 smithi184 bash[14608]: audit 2024-03-21T13:03:17.106505+0000 mon.c (mon.1) 714 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:17.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:17 smithi184 bash[14608]: audit 2024-03-21T13:03:17.108144+0000 mon.c (mon.1) 715 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:17.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:17 smithi184 bash[14608]: cluster 2024-03-21T13:03:17.112111+0000 mgr.x (mgr.34104) 415 : cluster [DBG] pgmap v267: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:17.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:17 smithi184 bash[14608]: cluster 2024-03-21T13:03:17.112302+0000 mgr.x (mgr.34104) 416 : cluster [DBG] pgmap v268: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:17.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:17 smithi184 bash[14608]: audit 2024-03-21T13:03:17.120255+0000 mon.a (mon.0) 90 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:17.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:17 smithi184 bash[14608]: cephadm 2024-03-21T13:03:17.123764+0000 mgr.x (mgr.34104) 417 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:17.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:17 smithi184 bash[14608]: audit 2024-03-21T13:03:17.203547+0000 mon.c (mon.1) 716 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:17.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:17 smithi184 bash[14608]: audit 2024-03-21T13:03:17.206652+0000 mon.c (mon.1) 717 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:17.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:17 smithi184 bash[14608]: audit 2024-03-21T13:03:17.209756+0000 mon.c (mon.1) 718 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:17.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:17 smithi184 bash[14608]: audit 2024-03-21T13:03:17.211469+0000 mon.c (mon.1) 719 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:17.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:17 smithi184 bash[14608]: audit 2024-03-21T13:03:17.222680+0000 mon.a (mon.0) 91 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:17.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:17 smithi184 bash[14608]: audit 2024-03-21T13:03:17.307121+0000 mon.c (mon.1) 720 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:17.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:17 smithi184 bash[14608]: audit 2024-03-21T13:03:17.310053+0000 mon.c (mon.1) 721 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:17.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:17 smithi184 bash[14608]: audit 2024-03-21T13:03:17.313372+0000 mon.c (mon.1) 722 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:17.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:17 smithi184 bash[14608]: audit 2024-03-21T13:03:17.314624+0000 mon.c (mon.1) 723 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:17.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:17 smithi184 bash[14608]: audit 2024-03-21T13:03:17.327065+0000 mon.a (mon.0) 92 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:17.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:17 smithi184 bash[14608]: audit 2024-03-21T13:03:17.409521+0000 mon.c (mon.1) 724 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:17.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:17 smithi184 bash[14608]: audit 2024-03-21T13:03:17.413858+0000 mon.c (mon.1) 725 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:17.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:17 smithi184 bash[14608]: audit 2024-03-21T13:03:17.418008+0000 mon.c (mon.1) 726 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:17.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:17 smithi184 bash[14608]: audit 2024-03-21T13:03:17.419373+0000 mon.c (mon.1) 727 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:17.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:17 smithi184 bash[14608]: audit 2024-03-21T13:03:17.433477+0000 mon.a (mon.0) 93 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:18.785 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[75692]: cluster 2024-03-21T13:03:17.215593+0000 mgr.x (mgr.34104) 418 : cluster [DBG] pgmap v269: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:18.785 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[75692]: cluster 2024-03-21T13:03:17.216333+0000 mgr.x (mgr.34104) 419 : cluster [DBG] pgmap v270: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:18.785 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[75692]: cephadm 2024-03-21T13:03:17.226705+0000 mgr.x (mgr.34104) 420 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:18.785 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[75692]: cluster 2024-03-21T13:03:17.318525+0000 mgr.x (mgr.34104) 421 : cluster [DBG] pgmap v271: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:18.785 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[75692]: cluster 2024-03-21T13:03:17.318961+0000 mgr.x (mgr.34104) 422 : cluster [DBG] pgmap v272: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:18.785 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[75692]: cephadm 2024-03-21T13:03:17.329626+0000 mgr.x (mgr.34104) 423 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:18.786 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[75692]: cluster 2024-03-21T13:03:17.423016+0000 mgr.x (mgr.34104) 424 : cluster [DBG] pgmap v273: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:18.786 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[75692]: cluster 2024-03-21T13:03:17.423403+0000 mgr.x (mgr.34104) 425 : cluster [DBG] pgmap v274: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:18.786 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[75692]: cephadm 2024-03-21T13:03:17.436504+0000 mgr.x (mgr.34104) 426 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:18.786 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[75692]: audit 2024-03-21T13:03:17.497846+0000 mon.c (mon.1) 728 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:18.786 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[75692]: audit 2024-03-21T13:03:17.500112+0000 mon.c (mon.1) 729 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:18.786 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[75692]: audit 2024-03-21T13:03:17.502867+0000 mon.c (mon.1) 730 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:18.786 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[75692]: audit 2024-03-21T13:03:17.503906+0000 mon.c (mon.1) 731 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:18.786 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[75692]: cluster 2024-03-21T13:03:17.507163+0000 mgr.x (mgr.34104) 427 : cluster [DBG] pgmap v275: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:18.786 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[75692]: cluster 2024-03-21T13:03:17.507420+0000 mgr.x (mgr.34104) 428 : cluster [DBG] pgmap v276: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:18.786 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[75692]: audit 2024-03-21T13:03:17.513543+0000 mon.a (mon.0) 94 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:18.786 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[75692]: cephadm 2024-03-21T13:03:17.516679+0000 mgr.x (mgr.34104) 429 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:18.787 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[75692]: audit 2024-03-21T13:03:17.581181+0000 mon.a (mon.0) 95 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:18.787 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[75692]: audit 2024-03-21T13:03:17.594796+0000 mon.a (mon.0) 96 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:18.787 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[75692]: audit 2024-03-21T13:03:17.595953+0000 mon.c (mon.1) 732 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:18.787 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[20270]: cluster 2024-03-21T13:03:17.215593+0000 mgr.x (mgr.34104) 418 : cluster [DBG] pgmap v269: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:18.787 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[20270]: cluster 2024-03-21T13:03:17.216333+0000 mgr.x (mgr.34104) 419 : cluster [DBG] pgmap v270: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:18.787 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[20270]: cephadm 2024-03-21T13:03:17.226705+0000 mgr.x (mgr.34104) 420 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:18.787 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[20270]: cluster 2024-03-21T13:03:17.318525+0000 mgr.x (mgr.34104) 421 : cluster [DBG] pgmap v271: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:18.787 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[20270]: cluster 2024-03-21T13:03:17.318961+0000 mgr.x (mgr.34104) 422 : cluster [DBG] pgmap v272: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:18.787 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[20270]: cephadm 2024-03-21T13:03:17.329626+0000 mgr.x (mgr.34104) 423 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:18.787 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[20270]: cluster 2024-03-21T13:03:17.423016+0000 mgr.x (mgr.34104) 424 : cluster [DBG] pgmap v273: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:18.788 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[20270]: cluster 2024-03-21T13:03:17.423403+0000 mgr.x (mgr.34104) 425 : cluster [DBG] pgmap v274: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:18.788 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[20270]: cephadm 2024-03-21T13:03:17.436504+0000 mgr.x (mgr.34104) 426 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:18.788 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[20270]: audit 2024-03-21T13:03:17.497846+0000 mon.c (mon.1) 728 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:18.788 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[20270]: audit 2024-03-21T13:03:17.500112+0000 mon.c (mon.1) 729 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:18.788 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[20270]: audit 2024-03-21T13:03:17.502867+0000 mon.c (mon.1) 730 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:18.788 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[20270]: audit 2024-03-21T13:03:17.503906+0000 mon.c (mon.1) 731 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:18.788 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[20270]: cluster 2024-03-21T13:03:17.507163+0000 mgr.x (mgr.34104) 427 : cluster [DBG] pgmap v275: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:18.788 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[20270]: cluster 2024-03-21T13:03:17.507420+0000 mgr.x (mgr.34104) 428 : cluster [DBG] pgmap v276: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:18.788 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[20270]: audit 2024-03-21T13:03:17.513543+0000 mon.a (mon.0) 94 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:18.788 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[20270]: cephadm 2024-03-21T13:03:17.516679+0000 mgr.x (mgr.34104) 429 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:18.788 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[20270]: audit 2024-03-21T13:03:17.581181+0000 mon.a (mon.0) 95 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:18.788 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[20270]: audit 2024-03-21T13:03:17.594796+0000 mon.a (mon.0) 96 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:18.788 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[20270]: audit 2024-03-21T13:03:17.595953+0000 mon.c (mon.1) 732 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:18.789 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[75692]: cluster 2024-03-21T13:03:17.599611+0000 mgr.x (mgr.34104) 430 : cluster [DBG] pgmap v277: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:18.789 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[75692]: cluster 2024-03-21T13:03:17.600115+0000 mgr.x (mgr.34104) 431 : cluster [DBG] pgmap v278: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:18.789 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[75692]: audit 2024-03-21T13:03:17.600798+0000 mon.c (mon.1) 733 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:18.789 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[75692]: audit 2024-03-21T13:03:17.605544+0000 mon.a (mon.0) 97 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:18.789 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[75692]: audit 2024-03-21T13:03:17.607438+0000 mon.c (mon.1) 734 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:18.789 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[75692]: audit 2024-03-21T13:03:17.608911+0000 mon.c (mon.1) 735 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:18.789 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[75692]: cluster 2024-03-21T13:03:17.612923+0000 mgr.x (mgr.34104) 432 : cluster [DBG] pgmap v279: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:18.789 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[75692]: cluster 2024-03-21T13:03:17.613356+0000 mgr.x (mgr.34104) 433 : cluster [DBG] pgmap v280: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:18.789 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[75692]: audit 2024-03-21T13:03:17.621813+0000 mon.a (mon.0) 98 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:18.789 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[75692]: cephadm 2024-03-21T13:03:17.624511+0000 mgr.x (mgr.34104) 434 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:18.789 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[75692]: audit 2024-03-21T13:03:17.700787+0000 mon.c (mon.1) 736 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:18.789 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[75692]: audit 2024-03-21T13:03:17.703681+0000 mon.c (mon.1) 737 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:18.790 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[75692]: audit 2024-03-21T13:03:17.706879+0000 mon.c (mon.1) 738 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:18.790 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[75692]: audit 2024-03-21T13:03:17.708116+0000 mon.c (mon.1) 739 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:18.790 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[75692]: cluster 2024-03-21T13:03:17.712021+0000 mgr.x (mgr.34104) 435 : cluster [DBG] pgmap v281: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:18.790 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[75692]: cluster 2024-03-21T13:03:17.712486+0000 mgr.x (mgr.34104) 436 : cluster [DBG] pgmap v282: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:18.790 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[75692]: audit 2024-03-21T13:03:17.721836+0000 mon.a (mon.0) 99 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:18.790 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[75692]: cephadm 2024-03-21T13:03:17.724258+0000 mgr.x (mgr.34104) 437 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:18.790 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[75692]: audit 2024-03-21T13:03:17.800350+0000 mon.c (mon.1) 740 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:18.790 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[75692]: audit 2024-03-21T13:03:17.803643+0000 mon.c (mon.1) 741 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:18.790 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[75692]: audit 2024-03-21T13:03:17.807344+0000 mon.c (mon.1) 742 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:18.791 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[20270]: cluster 2024-03-21T13:03:17.599611+0000 mgr.x (mgr.34104) 430 : cluster [DBG] pgmap v277: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:18.791 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[20270]: cluster 2024-03-21T13:03:17.600115+0000 mgr.x (mgr.34104) 431 : cluster [DBG] pgmap v278: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:18.791 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[20270]: audit 2024-03-21T13:03:17.600798+0000 mon.c (mon.1) 733 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:18.791 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[20270]: audit 2024-03-21T13:03:17.605544+0000 mon.a (mon.0) 97 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:18.791 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[20270]: audit 2024-03-21T13:03:17.607438+0000 mon.c (mon.1) 734 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:18.791 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[20270]: audit 2024-03-21T13:03:17.608911+0000 mon.c (mon.1) 735 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:18.791 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[20270]: cluster 2024-03-21T13:03:17.612923+0000 mgr.x (mgr.34104) 432 : cluster [DBG] pgmap v279: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:18.791 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[20270]: cluster 2024-03-21T13:03:17.613356+0000 mgr.x (mgr.34104) 433 : cluster [DBG] pgmap v280: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:18.791 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[20270]: audit 2024-03-21T13:03:17.621813+0000 mon.a (mon.0) 98 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:18.791 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[20270]: cephadm 2024-03-21T13:03:17.624511+0000 mgr.x (mgr.34104) 434 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:18.791 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[20270]: audit 2024-03-21T13:03:17.700787+0000 mon.c (mon.1) 736 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:18.791 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[20270]: audit 2024-03-21T13:03:17.703681+0000 mon.c (mon.1) 737 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:18.792 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[20270]: audit 2024-03-21T13:03:17.706879+0000 mon.c (mon.1) 738 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:18.792 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[20270]: audit 2024-03-21T13:03:17.708116+0000 mon.c (mon.1) 739 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:18.792 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[20270]: cluster 2024-03-21T13:03:17.712021+0000 mgr.x (mgr.34104) 435 : cluster [DBG] pgmap v281: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:18.792 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[20270]: cluster 2024-03-21T13:03:17.712486+0000 mgr.x (mgr.34104) 436 : cluster [DBG] pgmap v282: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:18.792 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[20270]: audit 2024-03-21T13:03:17.721836+0000 mon.a (mon.0) 99 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:18.792 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[20270]: cephadm 2024-03-21T13:03:17.724258+0000 mgr.x (mgr.34104) 437 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:18.792 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[20270]: audit 2024-03-21T13:03:17.800350+0000 mon.c (mon.1) 740 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:18.792 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[20270]: audit 2024-03-21T13:03:17.803643+0000 mon.c (mon.1) 741 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:18.792 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[20270]: audit 2024-03-21T13:03:17.807344+0000 mon.c (mon.1) 742 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:18.792 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[75692]: audit 2024-03-21T13:03:17.808598+0000 mon.c (mon.1) 743 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:18.793 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[75692]: cluster 2024-03-21T13:03:17.812614+0000 mgr.x (mgr.34104) 438 : cluster [DBG] pgmap v283: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:18.793 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[75692]: cluster 2024-03-21T13:03:17.813152+0000 mgr.x (mgr.34104) 439 : cluster [DBG] pgmap v284: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:18.793 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[75692]: audit 2024-03-21T13:03:17.821639+0000 mon.a (mon.0) 100 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:18.793 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[75692]: cephadm 2024-03-21T13:03:17.824535+0000 mgr.x (mgr.34104) 440 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:18.793 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[75692]: audit 2024-03-21T13:03:17.903038+0000 mon.c (mon.1) 744 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:18.793 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[75692]: audit 2024-03-21T13:03:17.906144+0000 mon.c (mon.1) 745 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:18.793 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[75692]: audit 2024-03-21T13:03:17.909639+0000 mon.c (mon.1) 746 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:18.793 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[75692]: audit 2024-03-21T13:03:17.910820+0000 mon.c (mon.1) 747 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:18.793 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[75692]: cluster 2024-03-21T13:03:17.914285+0000 mgr.x (mgr.34104) 441 : cluster [DBG] pgmap v285: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:18.793 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[75692]: cluster 2024-03-21T13:03:17.914571+0000 mgr.x (mgr.34104) 442 : cluster [DBG] pgmap v286: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:18.793 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[75692]: audit 2024-03-21T13:03:17.921898+0000 mon.a (mon.0) 101 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:18.793 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[75692]: cephadm 2024-03-21T13:03:17.925780+0000 mgr.x (mgr.34104) 443 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:18.793 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[75692]: audit 2024-03-21T13:03:18.005439+0000 mon.c (mon.1) 748 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:18.794 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[75692]: audit 2024-03-21T13:03:18.008612+0000 mon.c (mon.1) 749 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:18.794 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[75692]: audit 2024-03-21T13:03:18.012997+0000 mon.c (mon.1) 750 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:18.794 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[75692]: audit 2024-03-21T13:03:18.014564+0000 mon.c (mon.1) 751 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:18.794 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[75692]: cluster 2024-03-21T13:03:18.018459+0000 mgr.x (mgr.34104) 444 : cluster [DBG] pgmap v287: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:18.794 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[75692]: cluster 2024-03-21T13:03:18.018894+0000 mgr.x (mgr.34104) 445 : cluster [DBG] pgmap v288: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:18.794 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[75692]: audit 2024-03-21T13:03:18.025978+0000 mon.a (mon.0) 102 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:18.794 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[20270]: audit 2024-03-21T13:03:17.808598+0000 mon.c (mon.1) 743 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:18.794 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[20270]: cluster 2024-03-21T13:03:17.812614+0000 mgr.x (mgr.34104) 438 : cluster [DBG] pgmap v283: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:18.794 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[20270]: cluster 2024-03-21T13:03:17.813152+0000 mgr.x (mgr.34104) 439 : cluster [DBG] pgmap v284: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:18.794 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[20270]: audit 2024-03-21T13:03:17.821639+0000 mon.a (mon.0) 100 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:18.795 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[20270]: cephadm 2024-03-21T13:03:17.824535+0000 mgr.x (mgr.34104) 440 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:18.795 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[20270]: audit 2024-03-21T13:03:17.903038+0000 mon.c (mon.1) 744 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:18.795 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[20270]: audit 2024-03-21T13:03:17.906144+0000 mon.c (mon.1) 745 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:18.795 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[20270]: audit 2024-03-21T13:03:17.909639+0000 mon.c (mon.1) 746 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:18.795 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[20270]: audit 2024-03-21T13:03:17.910820+0000 mon.c (mon.1) 747 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:18.795 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[20270]: cluster 2024-03-21T13:03:17.914285+0000 mgr.x (mgr.34104) 441 : cluster [DBG] pgmap v285: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:18.795 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[20270]: cluster 2024-03-21T13:03:17.914571+0000 mgr.x (mgr.34104) 442 : cluster [DBG] pgmap v286: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:18.795 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[20270]: audit 2024-03-21T13:03:17.921898+0000 mon.a (mon.0) 101 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:18.795 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[20270]: cephadm 2024-03-21T13:03:17.925780+0000 mgr.x (mgr.34104) 443 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:18.795 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[20270]: audit 2024-03-21T13:03:18.005439+0000 mon.c (mon.1) 748 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:18.795 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[20270]: audit 2024-03-21T13:03:18.008612+0000 mon.c (mon.1) 749 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:18.795 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[20270]: audit 2024-03-21T13:03:18.012997+0000 mon.c (mon.1) 750 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:18.795 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[20270]: audit 2024-03-21T13:03:18.014564+0000 mon.c (mon.1) 751 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:18.796 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[20270]: cluster 2024-03-21T13:03:18.018459+0000 mgr.x (mgr.34104) 444 : cluster [DBG] pgmap v287: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:18.796 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[20270]: cluster 2024-03-21T13:03:18.018894+0000 mgr.x (mgr.34104) 445 : cluster [DBG] pgmap v288: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:18.796 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[20270]: audit 2024-03-21T13:03:18.025978+0000 mon.a (mon.0) 102 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:18.796 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[75692]: cephadm 2024-03-21T13:03:18.029858+0000 mgr.x (mgr.34104) 446 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:18.796 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[75692]: audit 2024-03-21T13:03:18.109745+0000 mon.c (mon.1) 752 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:18.796 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[75692]: audit 2024-03-21T13:03:18.113096+0000 mon.c (mon.1) 753 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:18.796 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[75692]: audit 2024-03-21T13:03:18.116704+0000 mon.c (mon.1) 754 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:18.796 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[75692]: audit 2024-03-21T13:03:18.117966+0000 mon.c (mon.1) 755 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:18.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[75692]: cluster 2024-03-21T13:03:18.121623+0000 mgr.x (mgr.34104) 447 : cluster [DBG] pgmap v289: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:18.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[75692]: cluster 2024-03-21T13:03:18.122142+0000 mgr.x (mgr.34104) 448 : cluster [DBG] pgmap v290: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:18.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[75692]: audit 2024-03-21T13:03:18.129898+0000 mon.a (mon.0) 103 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:18.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[75692]: cephadm 2024-03-21T13:03:18.132468+0000 mgr.x (mgr.34104) 449 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:18.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[75692]: audit 2024-03-21T13:03:18.211102+0000 mon.c (mon.1) 756 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:18.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[75692]: audit 2024-03-21T13:03:18.214305+0000 mon.c (mon.1) 757 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:18.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[75692]: audit 2024-03-21T13:03:18.217286+0000 mon.c (mon.1) 758 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:18.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[75692]: audit 2024-03-21T13:03:18.218617+0000 mon.c (mon.1) 759 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:18.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[75692]: audit 2024-03-21T13:03:18.230700+0000 mon.a (mon.0) 104 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:18.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[75692]: audit 2024-03-21T13:03:18.310800+0000 mon.c (mon.1) 760 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:18.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[75692]: audit 2024-03-21T13:03:18.313870+0000 mon.c (mon.1) 761 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:18.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[75692]: audit 2024-03-21T13:03:18.317354+0000 mon.c (mon.1) 762 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:18.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[75692]: audit 2024-03-21T13:03:18.318825+0000 mon.c (mon.1) 763 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:18.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[75692]: audit 2024-03-21T13:03:18.330892+0000 mon.a (mon.0) 105 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:18.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[75692]: audit 2024-03-21T13:03:18.411902+0000 mon.c (mon.1) 764 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:18.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[75692]: audit 2024-03-21T13:03:18.415381+0000 mon.c (mon.1) 765 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:18.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[75692]: audit 2024-03-21T13:03:18.419493+0000 mon.c (mon.1) 766 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:18.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[75692]: audit 2024-03-21T13:03:18.420556+0000 mon.c (mon.1) 767 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:18.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[75692]: audit 2024-03-21T13:03:18.428810+0000 mon.a (mon.0) 106 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:18.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[20270]: cephadm 2024-03-21T13:03:18.029858+0000 mgr.x (mgr.34104) 446 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:18.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[20270]: audit 2024-03-21T13:03:18.109745+0000 mon.c (mon.1) 752 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:18.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[20270]: audit 2024-03-21T13:03:18.113096+0000 mon.c (mon.1) 753 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:18.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[20270]: audit 2024-03-21T13:03:18.116704+0000 mon.c (mon.1) 754 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:18.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[20270]: audit 2024-03-21T13:03:18.117966+0000 mon.c (mon.1) 755 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:18.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[20270]: cluster 2024-03-21T13:03:18.121623+0000 mgr.x (mgr.34104) 447 : cluster [DBG] pgmap v289: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:18.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[20270]: cluster 2024-03-21T13:03:18.122142+0000 mgr.x (mgr.34104) 448 : cluster [DBG] pgmap v290: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:18.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[20270]: audit 2024-03-21T13:03:18.129898+0000 mon.a (mon.0) 103 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:18.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[20270]: cephadm 2024-03-21T13:03:18.132468+0000 mgr.x (mgr.34104) 449 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:18.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[20270]: audit 2024-03-21T13:03:18.211102+0000 mon.c (mon.1) 756 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:18.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[20270]: audit 2024-03-21T13:03:18.214305+0000 mon.c (mon.1) 757 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:18.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[20270]: audit 2024-03-21T13:03:18.217286+0000 mon.c (mon.1) 758 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:18.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[20270]: audit 2024-03-21T13:03:18.218617+0000 mon.c (mon.1) 759 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:18.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[20270]: audit 2024-03-21T13:03:18.230700+0000 mon.a (mon.0) 104 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:18.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[20270]: audit 2024-03-21T13:03:18.310800+0000 mon.c (mon.1) 760 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:18.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[20270]: audit 2024-03-21T13:03:18.313870+0000 mon.c (mon.1) 761 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:18.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[20270]: audit 2024-03-21T13:03:18.317354+0000 mon.c (mon.1) 762 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:18.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[20270]: audit 2024-03-21T13:03:18.318825+0000 mon.c (mon.1) 763 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:18.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[20270]: audit 2024-03-21T13:03:18.330892+0000 mon.a (mon.0) 105 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:18.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[20270]: audit 2024-03-21T13:03:18.411902+0000 mon.c (mon.1) 764 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:18.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[20270]: audit 2024-03-21T13:03:18.415381+0000 mon.c (mon.1) 765 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:18.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[20270]: audit 2024-03-21T13:03:18.419493+0000 mon.c (mon.1) 766 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:18.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[20270]: audit 2024-03-21T13:03:18.420556+0000 mon.c (mon.1) 767 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:18.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:18 smithi178 bash[20270]: audit 2024-03-21T13:03:18.428810+0000 mon.a (mon.0) 106 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:18.822 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:18 smithi184 bash[14608]: cluster 2024-03-21T13:03:17.215593+0000 mgr.x (mgr.34104) 418 : cluster [DBG] pgmap v269: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:18.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:18 smithi184 bash[14608]: cluster 2024-03-21T13:03:17.216333+0000 mgr.x (mgr.34104) 419 : cluster [DBG] pgmap v270: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:18.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:18 smithi184 bash[14608]: cephadm 2024-03-21T13:03:17.226705+0000 mgr.x (mgr.34104) 420 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:18.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:18 smithi184 bash[14608]: cluster 2024-03-21T13:03:17.318525+0000 mgr.x (mgr.34104) 421 : cluster [DBG] pgmap v271: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:18.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:18 smithi184 bash[14608]: cluster 2024-03-21T13:03:17.318961+0000 mgr.x (mgr.34104) 422 : cluster [DBG] pgmap v272: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:18.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:18 smithi184 bash[14608]: cephadm 2024-03-21T13:03:17.329626+0000 mgr.x (mgr.34104) 423 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:18.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:18 smithi184 bash[14608]: cluster 2024-03-21T13:03:17.423016+0000 mgr.x (mgr.34104) 424 : cluster [DBG] pgmap v273: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:18.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:18 smithi184 bash[14608]: cluster 2024-03-21T13:03:17.423403+0000 mgr.x (mgr.34104) 425 : cluster [DBG] pgmap v274: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:18.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:18 smithi184 bash[14608]: cephadm 2024-03-21T13:03:17.436504+0000 mgr.x (mgr.34104) 426 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:18.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:18 smithi184 bash[14608]: audit 2024-03-21T13:03:17.497846+0000 mon.c (mon.1) 728 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:18.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:18 smithi184 bash[14608]: audit 2024-03-21T13:03:17.500112+0000 mon.c (mon.1) 729 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:18.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:18 smithi184 bash[14608]: audit 2024-03-21T13:03:17.502867+0000 mon.c (mon.1) 730 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:18.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:18 smithi184 bash[14608]: audit 2024-03-21T13:03:17.503906+0000 mon.c (mon.1) 731 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:18.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:18 smithi184 bash[14608]: cluster 2024-03-21T13:03:17.507163+0000 mgr.x (mgr.34104) 427 : cluster [DBG] pgmap v275: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:18.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:18 smithi184 bash[14608]: cluster 2024-03-21T13:03:17.507420+0000 mgr.x (mgr.34104) 428 : cluster [DBG] pgmap v276: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:18.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:18 smithi184 bash[14608]: audit 2024-03-21T13:03:17.513543+0000 mon.a (mon.0) 94 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:18.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:18 smithi184 bash[14608]: cephadm 2024-03-21T13:03:17.516679+0000 mgr.x (mgr.34104) 429 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:18.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:18 smithi184 bash[14608]: audit 2024-03-21T13:03:17.581181+0000 mon.a (mon.0) 95 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:18.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:18 smithi184 bash[14608]: audit 2024-03-21T13:03:17.594796+0000 mon.a (mon.0) 96 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:18.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:18 smithi184 bash[14608]: audit 2024-03-21T13:03:17.595953+0000 mon.c (mon.1) 732 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:18.824 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:03:18 smithi184 bash[54688]: ts=2024-03-21T13:03: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.178\", device_class=\"ssd\", hostname=\"smithi178\", instance=\"172.21.15.184:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.178\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster=\"a94f249e-e780-11ee-95cd-87774f69a715\", cluster_addr=\"172.21.15.178\", device_class=\"ssd\", hostname=\"smithi178\", instance=\"smithi184:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.178\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-21T13:03:18.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:18 smithi184 bash[14608]: cluster 2024-03-21T13:03:17.599611+0000 mgr.x (mgr.34104) 430 : cluster [DBG] pgmap v277: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:18.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:18 smithi184 bash[14608]: cluster 2024-03-21T13:03:17.600115+0000 mgr.x (mgr.34104) 431 : cluster [DBG] pgmap v278: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:18.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:18 smithi184 bash[14608]: audit 2024-03-21T13:03:17.600798+0000 mon.c (mon.1) 733 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:18.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:18 smithi184 bash[14608]: audit 2024-03-21T13:03:17.605544+0000 mon.a (mon.0) 97 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:18.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:18 smithi184 bash[14608]: audit 2024-03-21T13:03:17.607438+0000 mon.c (mon.1) 734 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:18.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:18 smithi184 bash[14608]: audit 2024-03-21T13:03:17.608911+0000 mon.c (mon.1) 735 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:18.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:18 smithi184 bash[14608]: cluster 2024-03-21T13:03:17.612923+0000 mgr.x (mgr.34104) 432 : cluster [DBG] pgmap v279: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:18.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:18 smithi184 bash[14608]: cluster 2024-03-21T13:03:17.613356+0000 mgr.x (mgr.34104) 433 : cluster [DBG] pgmap v280: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:18.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:18 smithi184 bash[14608]: audit 2024-03-21T13:03:17.621813+0000 mon.a (mon.0) 98 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:18.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:18 smithi184 bash[14608]: cephadm 2024-03-21T13:03:17.624511+0000 mgr.x (mgr.34104) 434 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:18.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:18 smithi184 bash[14608]: audit 2024-03-21T13:03:17.700787+0000 mon.c (mon.1) 736 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:18.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:18 smithi184 bash[14608]: audit 2024-03-21T13:03:17.703681+0000 mon.c (mon.1) 737 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:18.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:18 smithi184 bash[14608]: audit 2024-03-21T13:03:17.706879+0000 mon.c (mon.1) 738 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:18.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:18 smithi184 bash[14608]: audit 2024-03-21T13:03:17.708116+0000 mon.c (mon.1) 739 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:18.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:18 smithi184 bash[14608]: cluster 2024-03-21T13:03:17.712021+0000 mgr.x (mgr.34104) 435 : cluster [DBG] pgmap v281: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:18.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:18 smithi184 bash[14608]: cluster 2024-03-21T13:03:17.712486+0000 mgr.x (mgr.34104) 436 : cluster [DBG] pgmap v282: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:18.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:18 smithi184 bash[14608]: audit 2024-03-21T13:03:17.721836+0000 mon.a (mon.0) 99 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:18.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:18 smithi184 bash[14608]: cephadm 2024-03-21T13:03:17.724258+0000 mgr.x (mgr.34104) 437 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:18.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:18 smithi184 bash[14608]: audit 2024-03-21T13:03:17.800350+0000 mon.c (mon.1) 740 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:18.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:18 smithi184 bash[14608]: audit 2024-03-21T13:03:17.803643+0000 mon.c (mon.1) 741 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:18.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:18 smithi184 bash[14608]: audit 2024-03-21T13:03:17.807344+0000 mon.c (mon.1) 742 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:18.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:18 smithi184 bash[14608]: audit 2024-03-21T13:03:17.808598+0000 mon.c (mon.1) 743 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:18.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:18 smithi184 bash[14608]: cluster 2024-03-21T13:03:17.812614+0000 mgr.x (mgr.34104) 438 : cluster [DBG] pgmap v283: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:18.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:18 smithi184 bash[14608]: cluster 2024-03-21T13:03:17.813152+0000 mgr.x (mgr.34104) 439 : cluster [DBG] pgmap v284: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:18.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:18 smithi184 bash[14608]: audit 2024-03-21T13:03:17.821639+0000 mon.a (mon.0) 100 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:18.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:18 smithi184 bash[14608]: cephadm 2024-03-21T13:03:17.824535+0000 mgr.x (mgr.34104) 440 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:18.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:18 smithi184 bash[14608]: audit 2024-03-21T13:03:17.903038+0000 mon.c (mon.1) 744 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:18.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:18 smithi184 bash[14608]: audit 2024-03-21T13:03:17.906144+0000 mon.c (mon.1) 745 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:18.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:18 smithi184 bash[14608]: audit 2024-03-21T13:03:17.909639+0000 mon.c (mon.1) 746 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:18.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:18 smithi184 bash[14608]: audit 2024-03-21T13:03:17.910820+0000 mon.c (mon.1) 747 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:18.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:18 smithi184 bash[14608]: cluster 2024-03-21T13:03:17.914285+0000 mgr.x (mgr.34104) 441 : cluster [DBG] pgmap v285: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:18.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:18 smithi184 bash[14608]: cluster 2024-03-21T13:03:17.914571+0000 mgr.x (mgr.34104) 442 : cluster [DBG] pgmap v286: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:18.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:18 smithi184 bash[14608]: audit 2024-03-21T13:03:17.921898+0000 mon.a (mon.0) 101 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:18.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:18 smithi184 bash[14608]: cephadm 2024-03-21T13:03:17.925780+0000 mgr.x (mgr.34104) 443 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:18.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:18 smithi184 bash[14608]: audit 2024-03-21T13:03:18.005439+0000 mon.c (mon.1) 748 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:18.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:18 smithi184 bash[14608]: audit 2024-03-21T13:03:18.008612+0000 mon.c (mon.1) 749 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:18.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:18 smithi184 bash[14608]: audit 2024-03-21T13:03:18.012997+0000 mon.c (mon.1) 750 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:18.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:18 smithi184 bash[14608]: audit 2024-03-21T13:03:18.014564+0000 mon.c (mon.1) 751 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:18.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:18 smithi184 bash[14608]: cluster 2024-03-21T13:03:18.018459+0000 mgr.x (mgr.34104) 444 : cluster [DBG] pgmap v287: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:18.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:18 smithi184 bash[14608]: cluster 2024-03-21T13:03:18.018894+0000 mgr.x (mgr.34104) 445 : cluster [DBG] pgmap v288: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:18.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:18 smithi184 bash[14608]: audit 2024-03-21T13:03:18.025978+0000 mon.a (mon.0) 102 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:18.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:18 smithi184 bash[14608]: cephadm 2024-03-21T13:03:18.029858+0000 mgr.x (mgr.34104) 446 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:18.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:18 smithi184 bash[14608]: audit 2024-03-21T13:03:18.109745+0000 mon.c (mon.1) 752 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:18.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:18 smithi184 bash[14608]: audit 2024-03-21T13:03:18.113096+0000 mon.c (mon.1) 753 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:18.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:18 smithi184 bash[14608]: audit 2024-03-21T13:03:18.116704+0000 mon.c (mon.1) 754 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:18.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:18 smithi184 bash[14608]: audit 2024-03-21T13:03:18.117966+0000 mon.c (mon.1) 755 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:18.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:18 smithi184 bash[14608]: cluster 2024-03-21T13:03:18.121623+0000 mgr.x (mgr.34104) 447 : cluster [DBG] pgmap v289: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:18.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:18 smithi184 bash[14608]: cluster 2024-03-21T13:03:18.122142+0000 mgr.x (mgr.34104) 448 : cluster [DBG] pgmap v290: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:18.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:18 smithi184 bash[14608]: audit 2024-03-21T13:03:18.129898+0000 mon.a (mon.0) 103 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:18.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:18 smithi184 bash[14608]: cephadm 2024-03-21T13:03:18.132468+0000 mgr.x (mgr.34104) 449 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:18.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:18 smithi184 bash[14608]: audit 2024-03-21T13:03:18.211102+0000 mon.c (mon.1) 756 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:18.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:18 smithi184 bash[14608]: audit 2024-03-21T13:03:18.214305+0000 mon.c (mon.1) 757 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:18.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:18 smithi184 bash[14608]: audit 2024-03-21T13:03:18.217286+0000 mon.c (mon.1) 758 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:18.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:18 smithi184 bash[14608]: audit 2024-03-21T13:03:18.218617+0000 mon.c (mon.1) 759 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:18.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:18 smithi184 bash[14608]: audit 2024-03-21T13:03:18.230700+0000 mon.a (mon.0) 104 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:18.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:18 smithi184 bash[14608]: audit 2024-03-21T13:03:18.310800+0000 mon.c (mon.1) 760 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:18.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:18 smithi184 bash[14608]: audit 2024-03-21T13:03:18.313870+0000 mon.c (mon.1) 761 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:18.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:18 smithi184 bash[14608]: audit 2024-03-21T13:03:18.317354+0000 mon.c (mon.1) 762 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:18.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:18 smithi184 bash[14608]: audit 2024-03-21T13:03:18.318825+0000 mon.c (mon.1) 763 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:18.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:18 smithi184 bash[14608]: audit 2024-03-21T13:03:18.330892+0000 mon.a (mon.0) 105 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:18.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:18 smithi184 bash[14608]: audit 2024-03-21T13:03:18.411902+0000 mon.c (mon.1) 764 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:18.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:18 smithi184 bash[14608]: audit 2024-03-21T13:03:18.415381+0000 mon.c (mon.1) 765 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:18.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:18 smithi184 bash[14608]: audit 2024-03-21T13:03:18.419493+0000 mon.c (mon.1) 766 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:18.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:18 smithi184 bash[14608]: audit 2024-03-21T13:03:18.420556+0000 mon.c (mon.1) 767 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:18.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:18 smithi184 bash[14608]: audit 2024-03-21T13:03:18.428810+0000 mon.a (mon.0) 106 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:19.796 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:19 smithi184 bash[14608]: cluster 2024-03-21T13:03:18.222237+0000 mgr.x (mgr.34104) 450 : cluster [DBG] pgmap v291: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:19.796 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:19 smithi184 bash[14608]: cluster 2024-03-21T13:03:18.222760+0000 mgr.x (mgr.34104) 451 : cluster [DBG] pgmap v292: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:19.796 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:19 smithi184 bash[14608]: cephadm 2024-03-21T13:03:18.233344+0000 mgr.x (mgr.34104) 452 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:19.796 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:19 smithi184 bash[14608]: cluster 2024-03-21T13:03:18.323000+0000 mgr.x (mgr.34104) 453 : cluster [DBG] pgmap v293: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:19.796 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:19 smithi184 bash[14608]: cluster 2024-03-21T13:03:18.323694+0000 mgr.x (mgr.34104) 454 : cluster [DBG] pgmap v294: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:19.796 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:19 smithi184 bash[14608]: cephadm 2024-03-21T13:03:18.333796+0000 mgr.x (mgr.34104) 455 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:19.796 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:19 smithi184 bash[14608]: cluster 2024-03-21T13:03:18.424265+0000 mgr.x (mgr.34104) 456 : cluster [DBG] pgmap v295: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:19.796 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:19 smithi184 bash[14608]: cluster 2024-03-21T13:03:18.424968+0000 mgr.x (mgr.34104) 457 : cluster [DBG] pgmap v296: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:19.796 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:19 smithi184 bash[14608]: cephadm 2024-03-21T13:03:18.433375+0000 mgr.x (mgr.34104) 458 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:19.796 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:19 smithi184 bash[14608]: audit 2024-03-21T13:03:18.512043+0000 mon.c (mon.1) 768 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:19.796 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:19 smithi184 bash[14608]: audit 2024-03-21T13:03:18.514629+0000 mon.c (mon.1) 769 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:19.797 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:19 smithi184 bash[14608]: audit 2024-03-21T13:03:18.518541+0000 mon.c (mon.1) 770 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:19.797 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:19 smithi184 bash[14608]: audit 2024-03-21T13:03:18.519827+0000 mon.c (mon.1) 771 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:19.797 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:19 smithi184 bash[14608]: cluster 2024-03-21T13:03:18.523424+0000 mgr.x (mgr.34104) 459 : cluster [DBG] pgmap v297: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:19.797 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:19 smithi184 bash[14608]: cluster 2024-03-21T13:03:18.523836+0000 mgr.x (mgr.34104) 460 : cluster [DBG] pgmap v298: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:19.797 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:19 smithi184 bash[14608]: audit 2024-03-21T13:03:18.531221+0000 mon.a (mon.0) 107 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:19.797 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:19 smithi184 bash[14608]: cephadm 2024-03-21T13:03:18.533892+0000 mgr.x (mgr.34104) 461 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:19.797 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:19 smithi184 bash[14608]: audit 2024-03-21T13:03:18.613348+0000 mon.c (mon.1) 772 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:19.797 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:19 smithi184 bash[14608]: audit 2024-03-21T13:03:18.616005+0000 mon.c (mon.1) 773 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:19.797 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:19 smithi184 bash[14608]: audit 2024-03-21T13:03:18.618943+0000 mon.c (mon.1) 774 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:19.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:19 smithi178 bash[75692]: cluster 2024-03-21T13:03:18.222237+0000 mgr.x (mgr.34104) 450 : cluster [DBG] pgmap v291: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:19.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:19 smithi178 bash[75692]: cluster 2024-03-21T13:03:18.222760+0000 mgr.x (mgr.34104) 451 : cluster [DBG] pgmap v292: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:19.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:19 smithi178 bash[75692]: cephadm 2024-03-21T13:03:18.233344+0000 mgr.x (mgr.34104) 452 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:19.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:19 smithi178 bash[75692]: cluster 2024-03-21T13:03:18.323000+0000 mgr.x (mgr.34104) 453 : cluster [DBG] pgmap v293: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:19.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:19 smithi178 bash[75692]: cluster 2024-03-21T13:03:18.323694+0000 mgr.x (mgr.34104) 454 : cluster [DBG] pgmap v294: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:19.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:19 smithi178 bash[75692]: cephadm 2024-03-21T13:03:18.333796+0000 mgr.x (mgr.34104) 455 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:19.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:19 smithi178 bash[75692]: cluster 2024-03-21T13:03:18.424265+0000 mgr.x (mgr.34104) 456 : cluster [DBG] pgmap v295: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:19.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:19 smithi178 bash[75692]: cluster 2024-03-21T13:03:18.424968+0000 mgr.x (mgr.34104) 457 : cluster [DBG] pgmap v296: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:19.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:19 smithi178 bash[75692]: cephadm 2024-03-21T13:03:18.433375+0000 mgr.x (mgr.34104) 458 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:19.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:19 smithi178 bash[75692]: audit 2024-03-21T13:03:18.512043+0000 mon.c (mon.1) 768 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:19.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:19 smithi178 bash[75692]: audit 2024-03-21T13:03:18.514629+0000 mon.c (mon.1) 769 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:19.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:19 smithi178 bash[75692]: audit 2024-03-21T13:03:18.518541+0000 mon.c (mon.1) 770 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:19.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:19 smithi178 bash[75692]: audit 2024-03-21T13:03:18.519827+0000 mon.c (mon.1) 771 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:19.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:19 smithi178 bash[75692]: cluster 2024-03-21T13:03:18.523424+0000 mgr.x (mgr.34104) 459 : cluster [DBG] pgmap v297: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:19.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:19 smithi178 bash[75692]: cluster 2024-03-21T13:03:18.523836+0000 mgr.x (mgr.34104) 460 : cluster [DBG] pgmap v298: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:19.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:19 smithi178 bash[75692]: audit 2024-03-21T13:03:18.531221+0000 mon.a (mon.0) 107 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:19.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:19 smithi178 bash[75692]: cephadm 2024-03-21T13:03:18.533892+0000 mgr.x (mgr.34104) 461 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:19.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:19 smithi178 bash[75692]: audit 2024-03-21T13:03:18.613348+0000 mon.c (mon.1) 772 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:19.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:19 smithi178 bash[75692]: audit 2024-03-21T13:03:18.616005+0000 mon.c (mon.1) 773 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:19.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:19 smithi178 bash[75692]: audit 2024-03-21T13:03:18.618943+0000 mon.c (mon.1) 774 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:19.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:19 smithi178 bash[20270]: cluster 2024-03-21T13:03:18.222237+0000 mgr.x (mgr.34104) 450 : cluster [DBG] pgmap v291: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:19.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:19 smithi178 bash[20270]: cluster 2024-03-21T13:03:18.222760+0000 mgr.x (mgr.34104) 451 : cluster [DBG] pgmap v292: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:19.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:19 smithi178 bash[20270]: cephadm 2024-03-21T13:03:18.233344+0000 mgr.x (mgr.34104) 452 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:19.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:19 smithi178 bash[20270]: cluster 2024-03-21T13:03:18.323000+0000 mgr.x (mgr.34104) 453 : cluster [DBG] pgmap v293: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:19.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:19 smithi178 bash[20270]: cluster 2024-03-21T13:03:18.323694+0000 mgr.x (mgr.34104) 454 : cluster [DBG] pgmap v294: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:19.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:19 smithi178 bash[20270]: cephadm 2024-03-21T13:03:18.333796+0000 mgr.x (mgr.34104) 455 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:19.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:19 smithi178 bash[20270]: cluster 2024-03-21T13:03:18.424265+0000 mgr.x (mgr.34104) 456 : cluster [DBG] pgmap v295: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:19.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:19 smithi178 bash[20270]: cluster 2024-03-21T13:03:18.424968+0000 mgr.x (mgr.34104) 457 : cluster [DBG] pgmap v296: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:19.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:19 smithi178 bash[20270]: cephadm 2024-03-21T13:03:18.433375+0000 mgr.x (mgr.34104) 458 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:19.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:19 smithi178 bash[20270]: audit 2024-03-21T13:03:18.512043+0000 mon.c (mon.1) 768 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:19.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:19 smithi178 bash[20270]: audit 2024-03-21T13:03:18.514629+0000 mon.c (mon.1) 769 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:19.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:19 smithi178 bash[20270]: audit 2024-03-21T13:03:18.518541+0000 mon.c (mon.1) 770 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:19.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:19 smithi178 bash[20270]: audit 2024-03-21T13:03:18.519827+0000 mon.c (mon.1) 771 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:19.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:19 smithi178 bash[20270]: cluster 2024-03-21T13:03:18.523424+0000 mgr.x (mgr.34104) 459 : cluster [DBG] pgmap v297: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:19.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:19 smithi178 bash[20270]: cluster 2024-03-21T13:03:18.523836+0000 mgr.x (mgr.34104) 460 : cluster [DBG] pgmap v298: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:19.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:19 smithi178 bash[20270]: audit 2024-03-21T13:03:18.531221+0000 mon.a (mon.0) 107 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:19.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:19 smithi178 bash[20270]: cephadm 2024-03-21T13:03:18.533892+0000 mgr.x (mgr.34104) 461 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:19.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:19 smithi178 bash[20270]: audit 2024-03-21T13:03:18.613348+0000 mon.c (mon.1) 772 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:19.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:19 smithi178 bash[20270]: audit 2024-03-21T13:03:18.616005+0000 mon.c (mon.1) 773 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:19.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:19 smithi178 bash[20270]: audit 2024-03-21T13:03:18.618943+0000 mon.c (mon.1) 774 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:19.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:19 smithi178 bash[20270]: audit 2024-03-21T13:03:18.620096+0000 mon.c (mon.1) 775 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:19.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:19 smithi178 bash[20270]: cluster 2024-03-21T13:03:18.623630+0000 mgr.x (mgr.34104) 462 : cluster [DBG] pgmap v299: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:19.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:19 smithi178 bash[20270]: cluster 2024-03-21T13:03:18.624112+0000 mgr.x (mgr.34104) 463 : cluster [DBG] pgmap v300: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:19.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:19 smithi178 bash[20270]: audit 2024-03-21T13:03:18.629579+0000 mon.a (mon.0) 108 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:19.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:19 smithi178 bash[20270]: cephadm 2024-03-21T13:03:18.632138+0000 mgr.x (mgr.34104) 464 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:19.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:19 smithi178 bash[20270]: audit 2024-03-21T13:03:18.709632+0000 mon.c (mon.1) 776 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:19.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:19 smithi178 bash[20270]: audit 2024-03-21T13:03:18.713455+0000 mon.c (mon.1) 777 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:19.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:19 smithi178 bash[20270]: audit 2024-03-21T13:03:18.717020+0000 mon.c (mon.1) 778 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:19.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:19 smithi178 bash[20270]: audit 2024-03-21T13:03:18.718736+0000 mon.c (mon.1) 779 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:19.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:19 smithi178 bash[20270]: cluster 2024-03-21T13:03:18.723185+0000 mgr.x (mgr.34104) 465 : cluster [DBG] pgmap v301: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:19.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:19 smithi178 bash[20270]: cluster 2024-03-21T13:03:18.723924+0000 mgr.x (mgr.34104) 466 : cluster [DBG] pgmap v302: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:19.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:19 smithi178 bash[20270]: audit 2024-03-21T13:03:18.728952+0000 mon.a (mon.0) 109 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:19.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:19 smithi178 bash[20270]: cephadm 2024-03-21T13:03:18.732059+0000 mgr.x (mgr.34104) 467 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:19.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:19 smithi178 bash[20270]: audit 2024-03-21T13:03:18.813958+0000 mon.c (mon.1) 780 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:19.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:19 smithi178 bash[20270]: audit 2024-03-21T13:03:18.816622+0000 mon.c (mon.1) 781 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:19.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:19 smithi178 bash[20270]: audit 2024-03-21T13:03:18.819478+0000 mon.c (mon.1) 782 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:19.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:19 smithi178 bash[20270]: audit 2024-03-21T13:03:18.820974+0000 mon.c (mon.1) 783 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:19.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:19 smithi178 bash[20270]: cluster 2024-03-21T13:03:18.824859+0000 mgr.x (mgr.34104) 468 : cluster [DBG] pgmap v303: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:19.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:19 smithi178 bash[20270]: cluster 2024-03-21T13:03:18.825187+0000 mgr.x (mgr.34104) 469 : cluster [DBG] pgmap v304: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:19.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:19 smithi178 bash[20270]: audit 2024-03-21T13:03:18.831291+0000 mon.a (mon.0) 110 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:19.803 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:19 smithi184 bash[14608]: audit 2024-03-21T13:03:18.620096+0000 mon.c (mon.1) 775 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:19.803 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:19 smithi184 bash[14608]: cluster 2024-03-21T13:03:18.623630+0000 mgr.x (mgr.34104) 462 : cluster [DBG] pgmap v299: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:19.803 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:19 smithi184 bash[14608]: cluster 2024-03-21T13:03:18.624112+0000 mgr.x (mgr.34104) 463 : cluster [DBG] pgmap v300: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:19.803 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:19 smithi184 bash[14608]: audit 2024-03-21T13:03:18.629579+0000 mon.a (mon.0) 108 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:19.803 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:19 smithi184 bash[14608]: cephadm 2024-03-21T13:03:18.632138+0000 mgr.x (mgr.34104) 464 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:19.804 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:19 smithi184 bash[14608]: audit 2024-03-21T13:03:18.709632+0000 mon.c (mon.1) 776 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:19.804 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:19 smithi184 bash[14608]: audit 2024-03-21T13:03:18.713455+0000 mon.c (mon.1) 777 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:19.804 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:19 smithi184 bash[14608]: audit 2024-03-21T13:03:18.717020+0000 mon.c (mon.1) 778 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:19.804 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:19 smithi184 bash[14608]: audit 2024-03-21T13:03:18.718736+0000 mon.c (mon.1) 779 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:19.804 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:19 smithi184 bash[14608]: cluster 2024-03-21T13:03:18.723185+0000 mgr.x (mgr.34104) 465 : cluster [DBG] pgmap v301: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:19.804 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:19 smithi184 bash[14608]: cluster 2024-03-21T13:03:18.723924+0000 mgr.x (mgr.34104) 466 : cluster [DBG] pgmap v302: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:19.804 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:19 smithi184 bash[14608]: audit 2024-03-21T13:03:18.728952+0000 mon.a (mon.0) 109 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:19.804 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:19 smithi184 bash[14608]: cephadm 2024-03-21T13:03:18.732059+0000 mgr.x (mgr.34104) 467 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:19.804 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:19 smithi184 bash[14608]: audit 2024-03-21T13:03:18.813958+0000 mon.c (mon.1) 780 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:19.804 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:19 smithi184 bash[14608]: audit 2024-03-21T13:03:18.816622+0000 mon.c (mon.1) 781 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:19.804 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:19 smithi184 bash[14608]: audit 2024-03-21T13:03:18.819478+0000 mon.c (mon.1) 782 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:19.804 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:19 smithi184 bash[14608]: audit 2024-03-21T13:03:18.820974+0000 mon.c (mon.1) 783 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:19.804 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:19 smithi184 bash[14608]: cluster 2024-03-21T13:03:18.824859+0000 mgr.x (mgr.34104) 468 : cluster [DBG] pgmap v303: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:19.805 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:19 smithi184 bash[14608]: cluster 2024-03-21T13:03:18.825187+0000 mgr.x (mgr.34104) 469 : cluster [DBG] pgmap v304: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:19.805 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:19 smithi184 bash[14608]: audit 2024-03-21T13:03:18.831291+0000 mon.a (mon.0) 110 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:19.805 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:19 smithi184 bash[14608]: cephadm 2024-03-21T13:03:18.834204+0000 mgr.x (mgr.34104) 470 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:19.805 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:19 smithi184 bash[14608]: audit 2024-03-21T13:03:18.942644+0000 mon.c (mon.1) 784 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:19.805 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:19 smithi184 bash[14608]: audit 2024-03-21T13:03:18.945610+0000 mon.c (mon.1) 785 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:19.805 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:19 smithi184 bash[14608]: audit 2024-03-21T13:03:18.948836+0000 mon.c (mon.1) 786 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:19.805 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:19 smithi184 bash[14608]: audit 2024-03-21T13:03:18.949894+0000 mon.c (mon.1) 787 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:19.805 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:19 smithi184 bash[14608]: cluster 2024-03-21T13:03:18.953678+0000 mgr.x (mgr.34104) 471 : cluster [DBG] pgmap v305: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:19.805 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:19 smithi184 bash[14608]: cluster 2024-03-21T13:03:18.954382+0000 mgr.x (mgr.34104) 472 : cluster [DBG] pgmap v306: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:19.805 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:19 smithi184 bash[14608]: audit 2024-03-21T13:03:18.962766+0000 mon.a (mon.0) 111 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:19.805 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:19 smithi184 bash[14608]: cephadm 2024-03-21T13:03:18.965663+0000 mgr.x (mgr.34104) 473 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:19.805 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:19 smithi184 bash[14608]: audit 2024-03-21T13:03:19.043556+0000 mon.c (mon.1) 788 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:19.805 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:19 smithi184 bash[14608]: audit 2024-03-21T13:03:19.046335+0000 mon.c (mon.1) 789 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:19.806 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:19 smithi184 bash[14608]: audit 2024-03-21T13:03:19.049127+0000 mon.c (mon.1) 790 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:19.806 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:19 smithi184 bash[14608]: audit 2024-03-21T13:03:19.050028+0000 mon.c (mon.1) 791 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:19.806 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:19 smithi184 bash[14608]: cluster 2024-03-21T13:03:19.053682+0000 mgr.x (mgr.34104) 474 : cluster [DBG] pgmap v307: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:19.806 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:19 smithi184 bash[14608]: cluster 2024-03-21T13:03:19.054115+0000 mgr.x (mgr.34104) 475 : cluster [DBG] pgmap v308: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:19.806 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:19 smithi184 bash[14608]: audit 2024-03-21T13:03:19.059431+0000 mon.a (mon.0) 112 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:19.806 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:19 smithi184 bash[14608]: cephadm 2024-03-21T13:03:19.063842+0000 mgr.x (mgr.34104) 476 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:19.806 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:19 smithi184 bash[14608]: audit 2024-03-21T13:03:19.142850+0000 mon.c (mon.1) 792 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:19.806 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:19 smithi184 bash[14608]: audit 2024-03-21T13:03:19.145574+0000 mon.c (mon.1) 793 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:19.806 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:19 smithi184 bash[14608]: audit 2024-03-21T13:03:19.149071+0000 mon.c (mon.1) 794 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:19.806 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:19 smithi184 bash[14608]: audit 2024-03-21T13:03:19.150435+0000 mon.c (mon.1) 795 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:19.806 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:19 smithi184 bash[14608]: audit 2024-03-21T13:03:19.161978+0000 mon.a (mon.0) 113 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:19.806 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:19 smithi184 bash[14608]: audit 2024-03-21T13:03:19.240930+0000 mon.c (mon.1) 796 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:19.807 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:19 smithi184 bash[14608]: audit 2024-03-21T13:03:19.243745+0000 mon.c (mon.1) 797 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:19.807 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:19 smithi184 bash[14608]: audit 2024-03-21T13:03:19.246623+0000 mon.c (mon.1) 798 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:19.807 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:19 smithi184 bash[14608]: audit 2024-03-21T13:03:19.247907+0000 mon.c (mon.1) 799 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:19.807 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:19 smithi184 bash[14608]: audit 2024-03-21T13:03:19.260682+0000 mon.a (mon.0) 114 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:19.807 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:19 smithi184 bash[14608]: audit 2024-03-21T13:03:19.345444+0000 mon.c (mon.1) 800 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:19.807 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:19 smithi184 bash[14608]: audit 2024-03-21T13:03:19.348562+0000 mon.c (mon.1) 801 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:19.807 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:19 smithi184 bash[14608]: audit 2024-03-21T13:03:19.352345+0000 mon.c (mon.1) 802 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:19.807 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:19 smithi184 bash[14608]: audit 2024-03-21T13:03:19.353541+0000 mon.c (mon.1) 803 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:19.807 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:19 smithi184 bash[14608]: audit 2024-03-21T13:03:19.361481+0000 mon.a (mon.0) 115 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:19.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:19 smithi178 bash[75692]: audit 2024-03-21T13:03:18.620096+0000 mon.c (mon.1) 775 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:19.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:19 smithi178 bash[75692]: cluster 2024-03-21T13:03:18.623630+0000 mgr.x (mgr.34104) 462 : cluster [DBG] pgmap v299: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:19.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:19 smithi178 bash[75692]: cluster 2024-03-21T13:03:18.624112+0000 mgr.x (mgr.34104) 463 : cluster [DBG] pgmap v300: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:19.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:19 smithi178 bash[75692]: audit 2024-03-21T13:03:18.629579+0000 mon.a (mon.0) 108 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:19.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:19 smithi178 bash[75692]: cephadm 2024-03-21T13:03:18.632138+0000 mgr.x (mgr.34104) 464 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:19.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:19 smithi178 bash[75692]: audit 2024-03-21T13:03:18.709632+0000 mon.c (mon.1) 776 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:19.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:19 smithi178 bash[75692]: audit 2024-03-21T13:03:18.713455+0000 mon.c (mon.1) 777 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:19.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:19 smithi178 bash[75692]: audit 2024-03-21T13:03:18.717020+0000 mon.c (mon.1) 778 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:19.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:19 smithi178 bash[75692]: audit 2024-03-21T13:03:18.718736+0000 mon.c (mon.1) 779 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:19.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:19 smithi178 bash[75692]: cluster 2024-03-21T13:03:18.723185+0000 mgr.x (mgr.34104) 465 : cluster [DBG] pgmap v301: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:19.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:19 smithi178 bash[75692]: cluster 2024-03-21T13:03:18.723924+0000 mgr.x (mgr.34104) 466 : cluster [DBG] pgmap v302: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:19.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:19 smithi178 bash[75692]: audit 2024-03-21T13:03:18.728952+0000 mon.a (mon.0) 109 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:19.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:19 smithi178 bash[75692]: cephadm 2024-03-21T13:03:18.732059+0000 mgr.x (mgr.34104) 467 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:19.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:19 smithi178 bash[75692]: audit 2024-03-21T13:03:18.813958+0000 mon.c (mon.1) 780 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:19.809 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:19 smithi178 bash[75692]: audit 2024-03-21T13:03:18.816622+0000 mon.c (mon.1) 781 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:19.809 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:19 smithi178 bash[75692]: audit 2024-03-21T13:03:18.819478+0000 mon.c (mon.1) 782 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:19.809 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:19 smithi178 bash[75692]: audit 2024-03-21T13:03:18.820974+0000 mon.c (mon.1) 783 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:19.809 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:19 smithi178 bash[75692]: cluster 2024-03-21T13:03:18.824859+0000 mgr.x (mgr.34104) 468 : cluster [DBG] pgmap v303: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:19.809 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:19 smithi178 bash[75692]: cluster 2024-03-21T13:03:18.825187+0000 mgr.x (mgr.34104) 469 : cluster [DBG] pgmap v304: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:19.809 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:19 smithi178 bash[75692]: audit 2024-03-21T13:03:18.831291+0000 mon.a (mon.0) 110 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:19.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:19 smithi178 bash[20270]: cephadm 2024-03-21T13:03:18.834204+0000 mgr.x (mgr.34104) 470 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:19.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:19 smithi178 bash[20270]: audit 2024-03-21T13:03:18.942644+0000 mon.c (mon.1) 784 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:19.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:19 smithi178 bash[20270]: audit 2024-03-21T13:03:18.945610+0000 mon.c (mon.1) 785 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:19.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:19 smithi178 bash[20270]: audit 2024-03-21T13:03:18.948836+0000 mon.c (mon.1) 786 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:19.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:19 smithi178 bash[20270]: audit 2024-03-21T13:03:18.949894+0000 mon.c (mon.1) 787 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:19.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:19 smithi178 bash[20270]: cluster 2024-03-21T13:03:18.953678+0000 mgr.x (mgr.34104) 471 : cluster [DBG] pgmap v305: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:19.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:19 smithi178 bash[20270]: cluster 2024-03-21T13:03:18.954382+0000 mgr.x (mgr.34104) 472 : cluster [DBG] pgmap v306: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:19.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:19 smithi178 bash[20270]: audit 2024-03-21T13:03:18.962766+0000 mon.a (mon.0) 111 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:19.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:19 smithi178 bash[20270]: cephadm 2024-03-21T13:03:18.965663+0000 mgr.x (mgr.34104) 473 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:19.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:19 smithi178 bash[20270]: audit 2024-03-21T13:03:19.043556+0000 mon.c (mon.1) 788 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:19.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:19 smithi178 bash[20270]: audit 2024-03-21T13:03:19.046335+0000 mon.c (mon.1) 789 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:19.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:19 smithi178 bash[20270]: audit 2024-03-21T13:03:19.049127+0000 mon.c (mon.1) 790 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:19.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:19 smithi178 bash[20270]: audit 2024-03-21T13:03:19.050028+0000 mon.c (mon.1) 791 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:19.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:19 smithi178 bash[20270]: cluster 2024-03-21T13:03:19.053682+0000 mgr.x (mgr.34104) 474 : cluster [DBG] pgmap v307: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:19.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:19 smithi178 bash[20270]: cluster 2024-03-21T13:03:19.054115+0000 mgr.x (mgr.34104) 475 : cluster [DBG] pgmap v308: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:19.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:19 smithi178 bash[20270]: audit 2024-03-21T13:03:19.059431+0000 mon.a (mon.0) 112 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:19.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:19 smithi178 bash[20270]: cephadm 2024-03-21T13:03:19.063842+0000 mgr.x (mgr.34104) 476 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:19.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:19 smithi178 bash[20270]: audit 2024-03-21T13:03:19.142850+0000 mon.c (mon.1) 792 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:19.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:19 smithi178 bash[20270]: audit 2024-03-21T13:03:19.145574+0000 mon.c (mon.1) 793 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:19.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:19 smithi178 bash[20270]: audit 2024-03-21T13:03:19.149071+0000 mon.c (mon.1) 794 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:19.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:19 smithi178 bash[20270]: audit 2024-03-21T13:03:19.150435+0000 mon.c (mon.1) 795 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:19.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:19 smithi178 bash[20270]: audit 2024-03-21T13:03:19.161978+0000 mon.a (mon.0) 113 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:19.812 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:19 smithi178 bash[20270]: audit 2024-03-21T13:03:19.240930+0000 mon.c (mon.1) 796 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:19.812 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:19 smithi178 bash[20270]: audit 2024-03-21T13:03:19.243745+0000 mon.c (mon.1) 797 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:19.812 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:19 smithi178 bash[20270]: audit 2024-03-21T13:03:19.246623+0000 mon.c (mon.1) 798 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:19.812 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:19 smithi178 bash[20270]: audit 2024-03-21T13:03:19.247907+0000 mon.c (mon.1) 799 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:19.812 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:19 smithi178 bash[20270]: audit 2024-03-21T13:03:19.260682+0000 mon.a (mon.0) 114 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:19.812 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:19 smithi178 bash[20270]: audit 2024-03-21T13:03:19.345444+0000 mon.c (mon.1) 800 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:19.812 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:19 smithi178 bash[20270]: audit 2024-03-21T13:03:19.348562+0000 mon.c (mon.1) 801 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:19.812 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:19 smithi178 bash[20270]: audit 2024-03-21T13:03:19.352345+0000 mon.c (mon.1) 802 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:19.812 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:19 smithi178 bash[20270]: audit 2024-03-21T13:03:19.353541+0000 mon.c (mon.1) 803 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:19.812 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:19 smithi178 bash[20270]: audit 2024-03-21T13:03:19.361481+0000 mon.a (mon.0) 115 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:19.813 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:19 smithi178 bash[75692]: cephadm 2024-03-21T13:03:18.834204+0000 mgr.x (mgr.34104) 470 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:19.813 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:19 smithi178 bash[75692]: audit 2024-03-21T13:03:18.942644+0000 mon.c (mon.1) 784 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:19.813 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:19 smithi178 bash[75692]: audit 2024-03-21T13:03:18.945610+0000 mon.c (mon.1) 785 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:19.813 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:19 smithi178 bash[75692]: audit 2024-03-21T13:03:18.948836+0000 mon.c (mon.1) 786 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:19.813 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:19 smithi178 bash[75692]: audit 2024-03-21T13:03:18.949894+0000 mon.c (mon.1) 787 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:19.813 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:19 smithi178 bash[75692]: cluster 2024-03-21T13:03:18.953678+0000 mgr.x (mgr.34104) 471 : cluster [DBG] pgmap v305: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:19.813 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:19 smithi178 bash[75692]: cluster 2024-03-21T13:03:18.954382+0000 mgr.x (mgr.34104) 472 : cluster [DBG] pgmap v306: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:19.813 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:19 smithi178 bash[75692]: audit 2024-03-21T13:03:18.962766+0000 mon.a (mon.0) 111 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:19.813 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:19 smithi178 bash[75692]: cephadm 2024-03-21T13:03:18.965663+0000 mgr.x (mgr.34104) 473 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:19.813 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:19 smithi178 bash[75692]: audit 2024-03-21T13:03:19.043556+0000 mon.c (mon.1) 788 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:19.814 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:19 smithi178 bash[75692]: audit 2024-03-21T13:03:19.046335+0000 mon.c (mon.1) 789 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:19.814 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:19 smithi178 bash[75692]: audit 2024-03-21T13:03:19.049127+0000 mon.c (mon.1) 790 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:19.814 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:19 smithi178 bash[75692]: audit 2024-03-21T13:03:19.050028+0000 mon.c (mon.1) 791 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:19.814 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:19 smithi178 bash[75692]: cluster 2024-03-21T13:03:19.053682+0000 mgr.x (mgr.34104) 474 : cluster [DBG] pgmap v307: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:19.814 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:19 smithi178 bash[75692]: cluster 2024-03-21T13:03:19.054115+0000 mgr.x (mgr.34104) 475 : cluster [DBG] pgmap v308: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:19.814 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:19 smithi178 bash[75692]: audit 2024-03-21T13:03:19.059431+0000 mon.a (mon.0) 112 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:19.814 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:19 smithi178 bash[75692]: cephadm 2024-03-21T13:03:19.063842+0000 mgr.x (mgr.34104) 476 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:19.814 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:19 smithi178 bash[75692]: audit 2024-03-21T13:03:19.142850+0000 mon.c (mon.1) 792 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:19.814 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:19 smithi178 bash[75692]: audit 2024-03-21T13:03:19.145574+0000 mon.c (mon.1) 793 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:19.814 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:19 smithi178 bash[75692]: audit 2024-03-21T13:03:19.149071+0000 mon.c (mon.1) 794 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:19.815 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:19 smithi178 bash[75692]: audit 2024-03-21T13:03:19.150435+0000 mon.c (mon.1) 795 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:19.815 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:19 smithi178 bash[75692]: audit 2024-03-21T13:03:19.161978+0000 mon.a (mon.0) 113 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:19.815 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:19 smithi178 bash[75692]: audit 2024-03-21T13:03:19.240930+0000 mon.c (mon.1) 796 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:19.815 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:19 smithi178 bash[75692]: audit 2024-03-21T13:03:19.243745+0000 mon.c (mon.1) 797 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:19.815 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:19 smithi178 bash[75692]: audit 2024-03-21T13:03:19.246623+0000 mon.c (mon.1) 798 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:19.815 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:19 smithi178 bash[75692]: audit 2024-03-21T13:03:19.247907+0000 mon.c (mon.1) 799 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:19.815 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:19 smithi178 bash[75692]: audit 2024-03-21T13:03:19.260682+0000 mon.a (mon.0) 114 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:19.815 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:19 smithi178 bash[75692]: audit 2024-03-21T13:03:19.345444+0000 mon.c (mon.1) 800 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:19.815 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:19 smithi178 bash[75692]: audit 2024-03-21T13:03:19.348562+0000 mon.c (mon.1) 801 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:19.815 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:19 smithi178 bash[75692]: audit 2024-03-21T13:03:19.352345+0000 mon.c (mon.1) 802 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:19.815 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:19 smithi178 bash[75692]: audit 2024-03-21T13:03:19.353541+0000 mon.c (mon.1) 803 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:19.816 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:19 smithi178 bash[75692]: audit 2024-03-21T13:03:19.361481+0000 mon.a (mon.0) 115 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:20.780 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:20 smithi184 bash[14608]: cluster 2024-03-21T13:03:19.154069+0000 mgr.x (mgr.34104) 477 : cluster [DBG] pgmap v309: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:20.780 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:20 smithi184 bash[14608]: cluster 2024-03-21T13:03:19.154659+0000 mgr.x (mgr.34104) 478 : cluster [DBG] pgmap v310: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:20.780 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:20 smithi184 bash[14608]: cephadm 2024-03-21T13:03:19.164609+0000 mgr.x (mgr.34104) 479 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:20.780 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:20 smithi184 bash[14608]: cluster 2024-03-21T13:03:19.251771+0000 mgr.x (mgr.34104) 480 : cluster [DBG] pgmap v311: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:20.780 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:20 smithi184 bash[14608]: cluster 2024-03-21T13:03:19.252034+0000 mgr.x (mgr.34104) 481 : cluster [DBG] pgmap v312: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:20.780 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:20 smithi184 bash[14608]: cephadm 2024-03-21T13:03:19.263661+0000 mgr.x (mgr.34104) 482 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:20.781 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:20 smithi184 bash[14608]: cluster 2024-03-21T13:03:19.357192+0000 mgr.x (mgr.34104) 483 : cluster [DBG] pgmap v313: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:20.781 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:20 smithi184 bash[14608]: cluster 2024-03-21T13:03:19.357573+0000 mgr.x (mgr.34104) 484 : cluster [DBG] pgmap v314: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:20.781 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:20 smithi184 bash[14608]: cephadm 2024-03-21T13:03:19.366885+0000 mgr.x (mgr.34104) 485 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:20.781 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:20 smithi184 bash[14608]: audit 2024-03-21T13:03:19.526301+0000 mon.c (mon.1) 804 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:20.781 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:20 smithi184 bash[14608]: audit 2024-03-21T13:03:19.529624+0000 mon.c (mon.1) 805 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:20.781 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:20 smithi184 bash[14608]: audit 2024-03-21T13:03:19.532736+0000 mon.c (mon.1) 806 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:20.781 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:20 smithi184 bash[14608]: audit 2024-03-21T13:03:19.533913+0000 mon.c (mon.1) 807 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:20.781 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:20 smithi184 bash[14608]: cluster 2024-03-21T13:03:19.537816+0000 mgr.x (mgr.34104) 486 : cluster [DBG] pgmap v315: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:20.781 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:20 smithi184 bash[14608]: cluster 2024-03-21T13:03:19.538132+0000 mgr.x (mgr.34104) 487 : cluster [DBG] pgmap v316: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:20.781 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:20 smithi184 bash[14608]: audit 2024-03-21T13:03:19.545366+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:20.781 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:20 smithi184 bash[14608]: cephadm 2024-03-21T13:03:19.548268+0000 mgr.x (mgr.34104) 488 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:20.781 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:20 smithi184 bash[14608]: audit 2024-03-21T13:03:19.628264+0000 mon.c (mon.1) 808 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:20.781 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:20 smithi184 bash[14608]: audit 2024-03-21T13:03:19.631159+0000 mon.c (mon.1) 809 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:20.782 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:20 smithi184 bash[14608]: audit 2024-03-21T13:03:19.634728+0000 mon.c (mon.1) 810 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:20.782 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:20 smithi184 bash[14608]: audit 2024-03-21T13:03:19.635812+0000 mon.c (mon.1) 811 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:20.782 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:20 smithi184 bash[14608]: cluster 2024-03-21T13:03:19.639402+0000 mgr.x (mgr.34104) 489 : cluster [DBG] pgmap v317: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:20.782 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:20 smithi184 bash[14608]: cluster 2024-03-21T13:03:19.639886+0000 mgr.x (mgr.34104) 490 : cluster [DBG] pgmap v318: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:20.782 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:20 smithi184 bash[14608]: audit 2024-03-21T13:03:19.643170+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:20.782 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:20 smithi184 bash[14608]: cephadm 2024-03-21T13:03:19.646074+0000 mgr.x (mgr.34104) 491 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:20.782 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:20 smithi184 bash[14608]: audit 2024-03-21T13:03:19.755869+0000 mon.c (mon.1) 812 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:20.782 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:20 smithi184 bash[14608]: audit 2024-03-21T13:03:19.759034+0000 mon.c (mon.1) 813 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:20.782 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:20 smithi184 bash[14608]: audit 2024-03-21T13:03:19.764097+0000 mon.c (mon.1) 814 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:20.782 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:20 smithi184 bash[14608]: audit 2024-03-21T13:03:19.765471+0000 mon.c (mon.1) 815 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:20.782 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:20 smithi184 bash[14608]: cluster 2024-03-21T13:03:19.769881+0000 mgr.x (mgr.34104) 492 : cluster [DBG] pgmap v319: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:20.782 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:20 smithi184 bash[14608]: cluster 2024-03-21T13:03:19.770156+0000 mgr.x (mgr.34104) 493 : cluster [DBG] pgmap v320: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:20.782 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:20 smithi184 bash[14608]: audit 2024-03-21T13:03:19.771698+0000 mon.c (mon.1) 816 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:03:20.783 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:20 smithi184 bash[14608]: audit 2024-03-21T13:03:19.778802+0000 mon.a (mon.0) 118 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:20.783 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:20 smithi184 bash[14608]: cephadm 2024-03-21T13:03:19.781964+0000 mgr.x (mgr.34104) 494 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:20.783 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:20 smithi184 bash[14608]: audit 2024-03-21T13:03:19.910248+0000 mon.c (mon.1) 817 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:20.783 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:20 smithi184 bash[14608]: audit 2024-03-21T13:03:19.912887+0000 mon.c (mon.1) 818 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:20.783 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:20 smithi184 bash[14608]: audit 2024-03-21T13:03:19.916006+0000 mon.c (mon.1) 819 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:20.783 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:20 smithi184 bash[14608]: audit 2024-03-21T13:03:19.917214+0000 mon.c (mon.1) 820 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:20.783 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:20 smithi184 bash[14608]: cluster 2024-03-21T13:03:19.921312+0000 mgr.x (mgr.34104) 495 : cluster [DBG] pgmap v321: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:20.783 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:20 smithi184 bash[14608]: cluster 2024-03-21T13:03:19.921863+0000 mgr.x (mgr.34104) 496 : cluster [DBG] pgmap v322: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:20.783 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:20 smithi184 bash[14608]: audit 2024-03-21T13:03:19.924860+0000 mon.a (mon.0) 119 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:20.783 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:20 smithi184 bash[14608]: cephadm 2024-03-21T13:03:19.929164+0000 mgr.x (mgr.34104) 497 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:20.783 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:20 smithi184 bash[14608]: audit 2024-03-21T13:03:19.994215+0000 mon.c (mon.1) 821 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:20.783 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:20 smithi184 bash[14608]: audit 2024-03-21T13:03:19.997841+0000 mon.c (mon.1) 822 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:20.783 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:20 smithi184 bash[14608]: audit 2024-03-21T13:03:20.004205+0000 mon.c (mon.1) 823 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:20.784 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:20 smithi184 bash[14608]: audit 2024-03-21T13:03:20.008727+0000 mon.a (mon.0) 120 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:20.784 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:20 smithi184 bash[14608]: audit 2024-03-21T13:03:20.013142+0000 mon.c (mon.1) 824 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:20.784 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:20 smithi184 bash[14608]: cluster 2024-03-21T13:03:20.016817+0000 mgr.x (mgr.34104) 498 : cluster [DBG] pgmap v323: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:20.784 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:20 smithi184 bash[14608]: cluster 2024-03-21T13:03:20.017149+0000 mgr.x (mgr.34104) 499 : cluster [DBG] pgmap v324: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:20.784 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:20 smithi184 bash[14608]: audit 2024-03-21T13:03:20.021700+0000 mon.a (mon.0) 121 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:20.784 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:20 smithi184 bash[14608]: cluster 2024-03-21T13:03:20.026152+0000 mgr.x (mgr.34104) 500 : cluster [DBG] pgmap v325: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:20.784 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:20 smithi184 bash[14608]: audit 2024-03-21T13:03:20.026355+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:20.784 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:20 smithi184 bash[14608]: cluster 2024-03-21T13:03:20.026645+0000 mgr.x (mgr.34104) 501 : cluster [DBG] pgmap v326: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:20.784 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:20 smithi184 bash[14608]: audit 2024-03-21T13:03:20.033267+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:20.784 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:20 smithi184 bash[14608]: audit 2024-03-21T13:03:20.110750+0000 mon.c (mon.1) 825 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:20.784 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:20 smithi184 bash[14608]: audit 2024-03-21T13:03:20.114070+0000 mon.c (mon.1) 826 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:20.784 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:20 smithi184 bash[14608]: audit 2024-03-21T13:03:20.116330+0000 mon.c (mon.1) 827 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-03-21T13:03:20.784 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:20 smithi184 bash[14608]: audit 2024-03-21T13:03:20.117706+0000 mon.c (mon.1) 828 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "mon ok-to-stop", "ids": ["c"]}]: dispatch 2024-03-21T13:03:20.784 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:20 smithi184 bash[14608]: cephadm 2024-03-21T13:03:20.120338+0000 mgr.x (mgr.34104) 502 : cephadm [INF] Upgrade: It appears safe to stop mon.c 2024-03-21T13:03:20.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:20 smithi178 bash[75692]: cluster 2024-03-21T13:03:19.154069+0000 mgr.x (mgr.34104) 477 : cluster [DBG] pgmap v309: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:20.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:20 smithi178 bash[75692]: cluster 2024-03-21T13:03:19.154659+0000 mgr.x (mgr.34104) 478 : cluster [DBG] pgmap v310: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:20.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:20 smithi178 bash[75692]: cephadm 2024-03-21T13:03:19.164609+0000 mgr.x (mgr.34104) 479 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:20.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:20 smithi178 bash[75692]: cluster 2024-03-21T13:03:19.251771+0000 mgr.x (mgr.34104) 480 : cluster [DBG] pgmap v311: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:20.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:20 smithi178 bash[75692]: cluster 2024-03-21T13:03:19.252034+0000 mgr.x (mgr.34104) 481 : cluster [DBG] pgmap v312: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:20.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:20 smithi178 bash[75692]: cephadm 2024-03-21T13:03:19.263661+0000 mgr.x (mgr.34104) 482 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:20.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:20 smithi178 bash[75692]: cluster 2024-03-21T13:03:19.357192+0000 mgr.x (mgr.34104) 483 : cluster [DBG] pgmap v313: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:20.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:20 smithi178 bash[75692]: cluster 2024-03-21T13:03:19.357573+0000 mgr.x (mgr.34104) 484 : cluster [DBG] pgmap v314: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:20.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:20 smithi178 bash[75692]: cephadm 2024-03-21T13:03:19.366885+0000 mgr.x (mgr.34104) 485 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:20.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:20 smithi178 bash[75692]: audit 2024-03-21T13:03:19.526301+0000 mon.c (mon.1) 804 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:20.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:20 smithi178 bash[75692]: audit 2024-03-21T13:03:19.529624+0000 mon.c (mon.1) 805 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:20.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:20 smithi178 bash[75692]: audit 2024-03-21T13:03:19.532736+0000 mon.c (mon.1) 806 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:20.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:20 smithi178 bash[75692]: audit 2024-03-21T13:03:19.533913+0000 mon.c (mon.1) 807 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:20.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:20 smithi178 bash[75692]: cluster 2024-03-21T13:03:19.537816+0000 mgr.x (mgr.34104) 486 : cluster [DBG] pgmap v315: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:20.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:20 smithi178 bash[75692]: cluster 2024-03-21T13:03:19.538132+0000 mgr.x (mgr.34104) 487 : cluster [DBG] pgmap v316: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:20.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:20 smithi178 bash[75692]: audit 2024-03-21T13:03:19.545366+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:20.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:20 smithi178 bash[75692]: cephadm 2024-03-21T13:03:19.548268+0000 mgr.x (mgr.34104) 488 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:20.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:20 smithi178 bash[75692]: audit 2024-03-21T13:03:19.628264+0000 mon.c (mon.1) 808 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:20.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:20 smithi178 bash[75692]: audit 2024-03-21T13:03:19.631159+0000 mon.c (mon.1) 809 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:20.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:20 smithi178 bash[75692]: audit 2024-03-21T13:03:19.634728+0000 mon.c (mon.1) 810 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:20.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:20 smithi178 bash[20270]: cluster 2024-03-21T13:03:19.154069+0000 mgr.x (mgr.34104) 477 : cluster [DBG] pgmap v309: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:20.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:20 smithi178 bash[20270]: cluster 2024-03-21T13:03:19.154659+0000 mgr.x (mgr.34104) 478 : cluster [DBG] pgmap v310: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:20.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:20 smithi178 bash[20270]: cephadm 2024-03-21T13:03:19.164609+0000 mgr.x (mgr.34104) 479 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:20.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:20 smithi178 bash[20270]: cluster 2024-03-21T13:03:19.251771+0000 mgr.x (mgr.34104) 480 : cluster [DBG] pgmap v311: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:20.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:20 smithi178 bash[20270]: cluster 2024-03-21T13:03:19.252034+0000 mgr.x (mgr.34104) 481 : cluster [DBG] pgmap v312: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:20.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:20 smithi178 bash[20270]: cephadm 2024-03-21T13:03:19.263661+0000 mgr.x (mgr.34104) 482 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:20.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:20 smithi178 bash[20270]: cluster 2024-03-21T13:03:19.357192+0000 mgr.x (mgr.34104) 483 : cluster [DBG] pgmap v313: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:20.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:20 smithi178 bash[20270]: cluster 2024-03-21T13:03:19.357573+0000 mgr.x (mgr.34104) 484 : cluster [DBG] pgmap v314: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:20.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:20 smithi178 bash[20270]: cephadm 2024-03-21T13:03:19.366885+0000 mgr.x (mgr.34104) 485 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:20.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:20 smithi178 bash[20270]: audit 2024-03-21T13:03:19.526301+0000 mon.c (mon.1) 804 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:20.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:20 smithi178 bash[20270]: audit 2024-03-21T13:03:19.529624+0000 mon.c (mon.1) 805 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:20.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:20 smithi178 bash[20270]: audit 2024-03-21T13:03:19.532736+0000 mon.c (mon.1) 806 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:20.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:20 smithi178 bash[20270]: audit 2024-03-21T13:03:19.533913+0000 mon.c (mon.1) 807 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:20.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:20 smithi178 bash[20270]: cluster 2024-03-21T13:03:19.537816+0000 mgr.x (mgr.34104) 486 : cluster [DBG] pgmap v315: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:20.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:20 smithi178 bash[20270]: cluster 2024-03-21T13:03:19.538132+0000 mgr.x (mgr.34104) 487 : cluster [DBG] pgmap v316: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:20.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:20 smithi178 bash[20270]: audit 2024-03-21T13:03:19.545366+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:20.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:20 smithi178 bash[20270]: cephadm 2024-03-21T13:03:19.548268+0000 mgr.x (mgr.34104) 488 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:20.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:20 smithi178 bash[20270]: audit 2024-03-21T13:03:19.628264+0000 mon.c (mon.1) 808 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:20.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:20 smithi178 bash[20270]: audit 2024-03-21T13:03:19.631159+0000 mon.c (mon.1) 809 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:20.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:20 smithi178 bash[20270]: audit 2024-03-21T13:03:19.634728+0000 mon.c (mon.1) 810 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:20.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:20 smithi178 bash[75692]: audit 2024-03-21T13:03:19.635812+0000 mon.c (mon.1) 811 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:20.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:20 smithi178 bash[75692]: cluster 2024-03-21T13:03:19.639402+0000 mgr.x (mgr.34104) 489 : cluster [DBG] pgmap v317: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:20.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:20 smithi178 bash[75692]: cluster 2024-03-21T13:03:19.639886+0000 mgr.x (mgr.34104) 490 : cluster [DBG] pgmap v318: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:20.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:20 smithi178 bash[75692]: audit 2024-03-21T13:03:19.643170+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:20.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:20 smithi178 bash[75692]: cephadm 2024-03-21T13:03:19.646074+0000 mgr.x (mgr.34104) 491 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:20.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:20 smithi178 bash[75692]: audit 2024-03-21T13:03:19.755869+0000 mon.c (mon.1) 812 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:20.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:20 smithi178 bash[75692]: audit 2024-03-21T13:03:19.759034+0000 mon.c (mon.1) 813 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:20.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:20 smithi178 bash[75692]: audit 2024-03-21T13:03:19.764097+0000 mon.c (mon.1) 814 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:20.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:20 smithi178 bash[75692]: audit 2024-03-21T13:03:19.765471+0000 mon.c (mon.1) 815 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:20.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:20 smithi178 bash[75692]: cluster 2024-03-21T13:03:19.769881+0000 mgr.x (mgr.34104) 492 : cluster [DBG] pgmap v319: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:20.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:20 smithi178 bash[75692]: cluster 2024-03-21T13:03:19.770156+0000 mgr.x (mgr.34104) 493 : cluster [DBG] pgmap v320: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:20.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:20 smithi178 bash[75692]: audit 2024-03-21T13:03:19.771698+0000 mon.c (mon.1) 816 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:03:20.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:20 smithi178 bash[75692]: audit 2024-03-21T13:03:19.778802+0000 mon.a (mon.0) 118 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:20.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:20 smithi178 bash[75692]: cephadm 2024-03-21T13:03:19.781964+0000 mgr.x (mgr.34104) 494 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:20.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:20 smithi178 bash[75692]: audit 2024-03-21T13:03:19.910248+0000 mon.c (mon.1) 817 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:20.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:20 smithi178 bash[75692]: audit 2024-03-21T13:03:19.912887+0000 mon.c (mon.1) 818 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:20.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:20 smithi178 bash[75692]: audit 2024-03-21T13:03:19.916006+0000 mon.c (mon.1) 819 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:20.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:20 smithi178 bash[75692]: audit 2024-03-21T13:03:19.917214+0000 mon.c (mon.1) 820 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:20.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:20 smithi178 bash[75692]: cluster 2024-03-21T13:03:19.921312+0000 mgr.x (mgr.34104) 495 : cluster [DBG] pgmap v321: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:20.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:20 smithi178 bash[20270]: audit 2024-03-21T13:03:19.635812+0000 mon.c (mon.1) 811 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:20.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:20 smithi178 bash[20270]: cluster 2024-03-21T13:03:19.639402+0000 mgr.x (mgr.34104) 489 : cluster [DBG] pgmap v317: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:20.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:20 smithi178 bash[20270]: cluster 2024-03-21T13:03:19.639886+0000 mgr.x (mgr.34104) 490 : cluster [DBG] pgmap v318: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:20.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:20 smithi178 bash[20270]: audit 2024-03-21T13:03:19.643170+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:20.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:20 smithi178 bash[20270]: cephadm 2024-03-21T13:03:19.646074+0000 mgr.x (mgr.34104) 491 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:20.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:20 smithi178 bash[20270]: audit 2024-03-21T13:03:19.755869+0000 mon.c (mon.1) 812 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:20.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:20 smithi178 bash[20270]: audit 2024-03-21T13:03:19.759034+0000 mon.c (mon.1) 813 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:20.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:20 smithi178 bash[20270]: audit 2024-03-21T13:03:19.764097+0000 mon.c (mon.1) 814 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:20.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:20 smithi178 bash[20270]: audit 2024-03-21T13:03:19.765471+0000 mon.c (mon.1) 815 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:20.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:20 smithi178 bash[20270]: cluster 2024-03-21T13:03:19.769881+0000 mgr.x (mgr.34104) 492 : cluster [DBG] pgmap v319: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:20.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:20 smithi178 bash[20270]: cluster 2024-03-21T13:03:19.770156+0000 mgr.x (mgr.34104) 493 : cluster [DBG] pgmap v320: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:20.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:20 smithi178 bash[20270]: audit 2024-03-21T13:03:19.771698+0000 mon.c (mon.1) 816 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:03:20.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:20 smithi178 bash[20270]: audit 2024-03-21T13:03:19.778802+0000 mon.a (mon.0) 118 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:20.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:20 smithi178 bash[20270]: cephadm 2024-03-21T13:03:19.781964+0000 mgr.x (mgr.34104) 494 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:20.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:20 smithi178 bash[20270]: audit 2024-03-21T13:03:19.910248+0000 mon.c (mon.1) 817 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:20.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:20 smithi178 bash[20270]: audit 2024-03-21T13:03:19.912887+0000 mon.c (mon.1) 818 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:20.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:20 smithi178 bash[20270]: audit 2024-03-21T13:03:19.916006+0000 mon.c (mon.1) 819 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:20.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:20 smithi178 bash[20270]: audit 2024-03-21T13:03:19.917214+0000 mon.c (mon.1) 820 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:20.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:20 smithi178 bash[20270]: cluster 2024-03-21T13:03:19.921312+0000 mgr.x (mgr.34104) 495 : cluster [DBG] pgmap v321: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:20.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:20 smithi178 bash[75692]: cluster 2024-03-21T13:03:19.921863+0000 mgr.x (mgr.34104) 496 : cluster [DBG] pgmap v322: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:20.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:20 smithi178 bash[75692]: audit 2024-03-21T13:03:19.924860+0000 mon.a (mon.0) 119 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:20.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:20 smithi178 bash[75692]: cephadm 2024-03-21T13:03:19.929164+0000 mgr.x (mgr.34104) 497 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:20.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:20 smithi178 bash[75692]: audit 2024-03-21T13:03:19.994215+0000 mon.c (mon.1) 821 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:20.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:20 smithi178 bash[75692]: audit 2024-03-21T13:03:19.997841+0000 mon.c (mon.1) 822 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:20.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:20 smithi178 bash[75692]: audit 2024-03-21T13:03:20.004205+0000 mon.c (mon.1) 823 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:20.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:20 smithi178 bash[75692]: audit 2024-03-21T13:03:20.008727+0000 mon.a (mon.0) 120 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:20.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:20 smithi178 bash[75692]: audit 2024-03-21T13:03:20.013142+0000 mon.c (mon.1) 824 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:20.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:20 smithi178 bash[75692]: cluster 2024-03-21T13:03:20.016817+0000 mgr.x (mgr.34104) 498 : cluster [DBG] pgmap v323: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:20.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:20 smithi178 bash[75692]: cluster 2024-03-21T13:03:20.017149+0000 mgr.x (mgr.34104) 499 : cluster [DBG] pgmap v324: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:20.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:20 smithi178 bash[75692]: audit 2024-03-21T13:03:20.021700+0000 mon.a (mon.0) 121 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:20.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:20 smithi178 bash[75692]: cluster 2024-03-21T13:03:20.026152+0000 mgr.x (mgr.34104) 500 : cluster [DBG] pgmap v325: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:20.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:20 smithi178 bash[75692]: audit 2024-03-21T13:03:20.026355+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:20.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:20 smithi178 bash[75692]: cluster 2024-03-21T13:03:20.026645+0000 mgr.x (mgr.34104) 501 : cluster [DBG] pgmap v326: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:20.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:20 smithi178 bash[75692]: audit 2024-03-21T13:03:20.033267+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:20.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:20 smithi178 bash[75692]: audit 2024-03-21T13:03:20.110750+0000 mon.c (mon.1) 825 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:20.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:20 smithi178 bash[75692]: audit 2024-03-21T13:03:20.114070+0000 mon.c (mon.1) 826 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:20.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:20 smithi178 bash[75692]: audit 2024-03-21T13:03:20.116330+0000 mon.c (mon.1) 827 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-03-21T13:03:20.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:20 smithi178 bash[75692]: audit 2024-03-21T13:03:20.117706+0000 mon.c (mon.1) 828 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "mon ok-to-stop", "ids": ["c"]}]: dispatch 2024-03-21T13:03:20.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:20 smithi178 bash[75692]: cephadm 2024-03-21T13:03:20.120338+0000 mgr.x (mgr.34104) 502 : cephadm [INF] Upgrade: It appears safe to stop mon.c 2024-03-21T13:03:20.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:20 smithi178 bash[20270]: cluster 2024-03-21T13:03:19.921863+0000 mgr.x (mgr.34104) 496 : cluster [DBG] pgmap v322: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:20.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:20 smithi178 bash[20270]: audit 2024-03-21T13:03:19.924860+0000 mon.a (mon.0) 119 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:20.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:20 smithi178 bash[20270]: cephadm 2024-03-21T13:03:19.929164+0000 mgr.x (mgr.34104) 497 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:20.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:20 smithi178 bash[20270]: audit 2024-03-21T13:03:19.994215+0000 mon.c (mon.1) 821 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:20.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:20 smithi178 bash[20270]: audit 2024-03-21T13:03:19.997841+0000 mon.c (mon.1) 822 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:20.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:20 smithi178 bash[20270]: audit 2024-03-21T13:03:20.004205+0000 mon.c (mon.1) 823 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:20.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:20 smithi178 bash[20270]: audit 2024-03-21T13:03:20.008727+0000 mon.a (mon.0) 120 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:20.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:20 smithi178 bash[20270]: audit 2024-03-21T13:03:20.013142+0000 mon.c (mon.1) 824 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:20.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:20 smithi178 bash[20270]: cluster 2024-03-21T13:03:20.016817+0000 mgr.x (mgr.34104) 498 : cluster [DBG] pgmap v323: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:20.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:20 smithi178 bash[20270]: cluster 2024-03-21T13:03:20.017149+0000 mgr.x (mgr.34104) 499 : cluster [DBG] pgmap v324: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:20.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:20 smithi178 bash[20270]: audit 2024-03-21T13:03:20.021700+0000 mon.a (mon.0) 121 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:20.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:20 smithi178 bash[20270]: cluster 2024-03-21T13:03:20.026152+0000 mgr.x (mgr.34104) 500 : cluster [DBG] pgmap v325: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:20.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:20 smithi178 bash[20270]: audit 2024-03-21T13:03:20.026355+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:20.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:20 smithi178 bash[20270]: cluster 2024-03-21T13:03:20.026645+0000 mgr.x (mgr.34104) 501 : cluster [DBG] pgmap v326: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:20.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:20 smithi178 bash[20270]: audit 2024-03-21T13:03:20.033267+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:20.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:20 smithi178 bash[20270]: audit 2024-03-21T13:03:20.110750+0000 mon.c (mon.1) 825 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:20.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:20 smithi178 bash[20270]: audit 2024-03-21T13:03:20.114070+0000 mon.c (mon.1) 826 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:20.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:20 smithi178 bash[20270]: audit 2024-03-21T13:03:20.116330+0000 mon.c (mon.1) 827 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-03-21T13:03:20.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:20 smithi178 bash[20270]: audit 2024-03-21T13:03:20.117706+0000 mon.c (mon.1) 828 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "mon ok-to-stop", "ids": ["c"]}]: dispatch 2024-03-21T13:03:20.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:20 smithi178 bash[20270]: cephadm 2024-03-21T13:03:20.120338+0000 mgr.x (mgr.34104) 502 : cephadm [INF] Upgrade: It appears safe to stop mon.c 2024-03-21T13:03:21.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:21 smithi178 bash[75692]: audit 2024-03-21T13:03:20.553097+0000 mgr.x (mgr.34104) 503 : audit [DBG] from='client.15585 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:03:21.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:21 smithi178 bash[20270]: audit 2024-03-21T13:03:20.553097+0000 mgr.x (mgr.34104) 503 : audit [DBG] from='client.15585 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:03:21.822 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:21 smithi184 bash[14608]: audit 2024-03-21T13:03:20.553097+0000 mgr.x (mgr.34104) 503 : audit [DBG] from='client.15585 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:03:22.678 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:22 smithi178 bash[75692]: cluster 2024-03-21T13:03:22.028321+0000 mgr.x (mgr.34104) 504 : cluster [DBG] pgmap v327: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 2.4 KiB/s rd, 2 op/s 2024-03-21T13:03:22.678 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:22 smithi178 bash[20270]: cluster 2024-03-21T13:03:22.028321+0000 mgr.x (mgr.34104) 504 : cluster [DBG] pgmap v327: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 2.4 KiB/s rd, 2 op/s 2024-03-21T13:03:22.822 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:22 smithi184 bash[14608]: cluster 2024-03-21T13:03:22.028321+0000 mgr.x (mgr.34104) 504 : cluster [DBG] pgmap v327: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 2.4 KiB/s rd, 2 op/s 2024-03-21T13:03:23.210 INFO:teuthology.orchestra.run.smithi178.stdout:true 2024-03-21T13:03:23.823 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:03:23 smithi184 bash[54688]: ts=2024-03-21T13:03:23.508Z caller=manager.go:609 level=warn component="rule manager" group=nodes msg="Evaluating rule failed" rule="alert: CephNodeDiskspaceWarning\nexpr: predict_linear(node_filesystem_free_bytes{device=~\"/.*\"}[2d], 3600 * 24 * 5)\n * on(instance) group_left(nodename) node_uname_info < 0\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.8.4\n severity: warning\n type: ceph_default\nannotations:\n description: Mountpoint {{ $labels.mountpoint }} on {{ $labels.nodename }} will\n be full in less than 5 days based on the 48 hour trailing fill rate.\n summary: Host filesystem free space is getting low\n" err="found duplicate series for the match group {instance=\"smithi178\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi178\", job=\"node\", machine=\"x86_64\", nodename=\"smithi178\", release=\"5.4.0-174-generic\", sysname=\"Linux\", version=\"#193-Ubuntu SMP Thu Mar 7 14:29:28 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"a94f249e-e780-11ee-95cd-87774f69a715\", domainname=\"(none)\", instance=\"smithi178\", job=\"node\", machine=\"x86_64\", nodename=\"smithi178\", release=\"5.4.0-174-generic\", sysname=\"Linux\", version=\"#193-Ubuntu SMP Thu Mar 7 14:29:28 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-21T13:03:24.004 INFO:teuthology.orchestra.run.smithi178.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-21T13:03:24.004 INFO:teuthology.orchestra.run.smithi178.stdout:agent.smithi178 smithi178 running 0s ago 17m - - 2024-03-21T13:03:24.005 INFO:teuthology.orchestra.run.smithi178.stdout:agent.smithi184 smithi184 running 6s ago 17m - - 2024-03-21T13:03:24.005 INFO:teuthology.orchestra.run.smithi178.stdout:alertmanager.a smithi178 *:9093,9094 running (3m) 0s ago 10m 16.1M - 0.23.0 ba2b418f427c b9533705fcaf 2024-03-21T13:03:24.005 INFO:teuthology.orchestra.run.smithi178.stdout:grafana.a smithi184 *:3000 error 6s ago 9m - - 2024-03-21T13:03:24.005 INFO:teuthology.orchestra.run.smithi178.stdout:iscsi.foo.smithi178.qfgpzc smithi178 running (104s) 0s ago 7m 48.5M - 3.5 e1d6a67b021e 8cd81f5e1d31 2024-03-21T13:03:24.005 INFO:teuthology.orchestra.run.smithi178.stdout:mgr.x smithi184 *:8443,9283,8765 running (2m) 6s ago 16m 495M - 19.0.0-2267-g960fbbe4 19e12293512f 23b748469eab 2024-03-21T13:03:24.005 INFO:teuthology.orchestra.run.smithi178.stdout:mgr.y smithi178 *:8443,9283,8765 running (65s) 0s ago 18m 441M - 19.0.0-2267-g960fbbe4 19e12293512f 4b58d9293a93 2024-03-21T13:03:24.005 INFO:teuthology.orchestra.run.smithi178.stdout:mon.a smithi178 running (16s) 0s ago 18m 46.2M 2048M 19.0.0-2267-g960fbbe4 19e12293512f cdcc04604451 2024-03-21T13:03:24.005 INFO:teuthology.orchestra.run.smithi178.stdout:mon.b smithi184 running (16m) 6s ago 16m 61.5M 2048M 17.2.0 e1d6a67b021e 2c060c770e3f 2024-03-21T13:03:24.005 INFO:teuthology.orchestra.run.smithi178.stdout:mon.c smithi178 running (16m) 0s ago 16m 64.4M 2048M 17.2.0 e1d6a67b021e cf8630e7a11b 2024-03-21T13:03:24.005 INFO:teuthology.orchestra.run.smithi178.stdout:node-exporter.a smithi178 *:9100 running (3m) 0s ago 10m 15.2M - 1.3.1 1dbe0e931976 5d4ec1307be5 2024-03-21T13:03:24.005 INFO:teuthology.orchestra.run.smithi178.stdout:node-exporter.b smithi184 *:9100 running (3m) 6s ago 10m 11.3M - 1.3.1 1dbe0e931976 2a37d9a9b638 2024-03-21T13:03:24.005 INFO:teuthology.orchestra.run.smithi178.stdout:osd.0 smithi178 running (15m) 0s ago 16m 59.8M 4096M 17.2.0 e1d6a67b021e d6b8ef28417b 2024-03-21T13:03:24.005 INFO:teuthology.orchestra.run.smithi178.stdout:osd.1 smithi178 running (15m) 0s ago 15m 60.9M 4096M 17.2.0 e1d6a67b021e f1a18d3887e4 2024-03-21T13:03:24.006 INFO:teuthology.orchestra.run.smithi178.stdout:osd.2 smithi178 running (14m) 0s ago 14m 56.1M 4096M 17.2.0 e1d6a67b021e 20f205591c9c 2024-03-21T13:03:24.006 INFO:teuthology.orchestra.run.smithi178.stdout:osd.3 smithi178 running (14m) 0s ago 14m 58.2M 4096M 17.2.0 e1d6a67b021e a4f15fefa0b8 2024-03-21T13:03:24.006 INFO:teuthology.orchestra.run.smithi178.stdout:osd.4 smithi184 running (13m) 6s ago 13m 58.7M 4096M 17.2.0 e1d6a67b021e e20e0f763007 2024-03-21T13:03:24.006 INFO:teuthology.orchestra.run.smithi178.stdout:osd.5 smithi184 running (12m) 6s ago 12m 56.9M 4096M 17.2.0 e1d6a67b021e a0e050155046 2024-03-21T13:03:24.006 INFO:teuthology.orchestra.run.smithi178.stdout:osd.6 smithi184 running (12m) 6s ago 12m 57.2M 4096M 17.2.0 e1d6a67b021e 68fa324445fb 2024-03-21T13:03:24.006 INFO:teuthology.orchestra.run.smithi178.stdout:osd.7 smithi184 running (11m) 6s ago 11m 58.2M 4096M 17.2.0 e1d6a67b021e 9153684ac7cd 2024-03-21T13:03:24.006 INFO:teuthology.orchestra.run.smithi178.stdout:prometheus.a smithi184 *:9095 running (97s) 6s ago 10m 61.2M - 2.33.4 514e6a882f6e 68f156839b90 2024-03-21T13:03:24.006 INFO:teuthology.orchestra.run.smithi178.stdout:rgw.foo.smithi178.amgrte smithi178 *:8000 running (8m) 0s ago 8m 87.4M - 17.2.0 e1d6a67b021e d914bef5b616 2024-03-21T13:03:24.006 INFO:teuthology.orchestra.run.smithi178.stdout:rgw.foo.smithi184.sylqte smithi184 *:8000 running (8m) 6s ago 8m 87.2M - 17.2.0 e1d6a67b021e 71e9025bfe7b 2024-03-21T13:03:24.006 INFO:teuthology.orchestra.run.smithi178.stdout:rgw.smpl.smithi178.avyvkd smithi178 *:80 running (8m) 0s ago 8m 87.7M - 17.2.0 e1d6a67b021e 95dce05fca01 2024-03-21T13:03:24.006 INFO:teuthology.orchestra.run.smithi178.stdout:rgw.smpl.smithi184.ccsuhn smithi184 *:80 running (8m) 6s ago 8m 87.5M - 17.2.0 e1d6a67b021e c3b20c5f0cde 2024-03-21T13:03:24.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:24 smithi184 bash[14608]: audit 2024-03-21T13:03:23.194423+0000 mgr.x (mgr.34104) 505 : audit [DBG] from='client.25541 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:03:24.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:24 smithi184 bash[14608]: audit 2024-03-21T13:03:23.283749+0000 mon.a (mon.0) 124 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:24.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:24 smithi184 bash[14608]: audit 2024-03-21T13:03:23.295712+0000 mon.a (mon.0) 125 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:24.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:24 smithi184 bash[14608]: cluster 2024-03-21T13:03:23.301045+0000 mgr.x (mgr.34104) 506 : cluster [DBG] pgmap v328: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s 2024-03-21T13:03:24.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:24 smithi184 bash[14608]: cluster 2024-03-21T13:03:23.301613+0000 mgr.x (mgr.34104) 507 : cluster [DBG] pgmap v329: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s 2024-03-21T13:03:24.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:24 smithi184 bash[14608]: audit 2024-03-21T13:03:23.309975+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:24.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:24 smithi184 bash[14608]: audit 2024-03-21T13:03:23.594543+0000 mgr.x (mgr.34104) 508 : audit [DBG] from='client.25675 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:03:24.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:24 smithi184 bash[14608]: audit 2024-03-21T13:03:23.975275+0000 mgr.x (mgr.34104) 509 : audit [DBG] from='client.44112 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:03:24.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:24 smithi184 bash[14608]: cephadm 2024-03-21T13:03:24.097699+0000 mgr.x (mgr.34104) 510 : cephadm [INF] Upgrade: Updating mon.c 2024-03-21T13:03:24.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:24 smithi184 bash[14608]: audit 2024-03-21T13:03:24.103071+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:24.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:24 smithi184 bash[14608]: audit 2024-03-21T13:03:24.108636+0000 mon.c (mon.1) 829 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T13:03:24.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:24 smithi184 bash[14608]: audit 2024-03-21T13:03:24.110560+0000 mon.c (mon.1) 830 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-21T13:03:24.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:24 smithi184 bash[14608]: audit 2024-03-21T13:03:24.112418+0000 mon.c (mon.1) 831 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:24.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:24 smithi184 bash[14608]: cephadm 2024-03-21T13:03:24.116210+0000 mgr.x (mgr.34104) 511 : cephadm [INF] Deploying daemon mon.c on smithi178 2024-03-21T13:03:24.478 INFO:teuthology.orchestra.run.smithi178.stdout:{ 2024-03-21T13:03:24.478 INFO:teuthology.orchestra.run.smithi178.stdout: "mon": { 2024-03-21T13:03:24.479 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2, 2024-03-21T13:03:24.479 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 1 2024-03-21T13:03:24.479 INFO:teuthology.orchestra.run.smithi178.stdout: }, 2024-03-21T13:03:24.479 INFO:teuthology.orchestra.run.smithi178.stdout: "mgr": { 2024-03-21T13:03:24.479 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 2 2024-03-21T13:03:24.479 INFO:teuthology.orchestra.run.smithi178.stdout: }, 2024-03-21T13:03:24.479 INFO:teuthology.orchestra.run.smithi178.stdout: "osd": { 2024-03-21T13:03:24.479 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2024-03-21T13:03:24.479 INFO:teuthology.orchestra.run.smithi178.stdout: }, 2024-03-21T13:03:24.479 INFO:teuthology.orchestra.run.smithi178.stdout: "mds": {}, 2024-03-21T13:03:24.479 INFO:teuthology.orchestra.run.smithi178.stdout: "rgw": { 2024-03-21T13:03:24.479 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2024-03-21T13:03:24.479 INFO:teuthology.orchestra.run.smithi178.stdout: }, 2024-03-21T13:03:24.479 INFO:teuthology.orchestra.run.smithi178.stdout: "overall": { 2024-03-21T13:03:24.480 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 14, 2024-03-21T13:03:24.480 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 3 2024-03-21T13:03:24.480 INFO:teuthology.orchestra.run.smithi178.stdout: } 2024-03-21T13:03:24.480 INFO:teuthology.orchestra.run.smithi178.stdout:} 2024-03-21T13:03:24.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:24 smithi178 bash[75692]: audit 2024-03-21T13:03:23.194423+0000 mgr.x (mgr.34104) 505 : audit [DBG] from='client.25541 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:03:24.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:24 smithi178 bash[75692]: audit 2024-03-21T13:03:23.283749+0000 mon.a (mon.0) 124 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:24.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:24 smithi178 bash[75692]: audit 2024-03-21T13:03:23.295712+0000 mon.a (mon.0) 125 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:24.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:24 smithi178 bash[75692]: cluster 2024-03-21T13:03:23.301045+0000 mgr.x (mgr.34104) 506 : cluster [DBG] pgmap v328: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s 2024-03-21T13:03:24.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:24 smithi178 bash[75692]: cluster 2024-03-21T13:03:23.301613+0000 mgr.x (mgr.34104) 507 : cluster [DBG] pgmap v329: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s 2024-03-21T13:03:24.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:24 smithi178 bash[75692]: audit 2024-03-21T13:03:23.309975+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:24.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:24 smithi178 bash[75692]: audit 2024-03-21T13:03:23.594543+0000 mgr.x (mgr.34104) 508 : audit [DBG] from='client.25675 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:03:24.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:24 smithi178 bash[75692]: audit 2024-03-21T13:03:23.975275+0000 mgr.x (mgr.34104) 509 : audit [DBG] from='client.44112 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:03:24.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:24 smithi178 bash[75692]: cephadm 2024-03-21T13:03:24.097699+0000 mgr.x (mgr.34104) 510 : cephadm [INF] Upgrade: Updating mon.c 2024-03-21T13:03:24.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:24 smithi178 bash[75692]: audit 2024-03-21T13:03:24.103071+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:24.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:24 smithi178 bash[75692]: audit 2024-03-21T13:03:24.108636+0000 mon.c (mon.1) 829 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T13:03:24.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:24 smithi178 bash[75692]: audit 2024-03-21T13:03:24.110560+0000 mon.c (mon.1) 830 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-21T13:03:24.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:24 smithi178 bash[75692]: audit 2024-03-21T13:03:24.112418+0000 mon.c (mon.1) 831 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:24.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:24 smithi178 bash[75692]: cephadm 2024-03-21T13:03:24.116210+0000 mgr.x (mgr.34104) 511 : cephadm [INF] Deploying daemon mon.c on smithi178 2024-03-21T13:03:24.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:24 smithi178 bash[20270]: audit 2024-03-21T13:03:23.194423+0000 mgr.x (mgr.34104) 505 : audit [DBG] from='client.25541 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:03:24.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:24 smithi178 bash[20270]: audit 2024-03-21T13:03:23.283749+0000 mon.a (mon.0) 124 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:24.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:24 smithi178 bash[20270]: audit 2024-03-21T13:03:23.295712+0000 mon.a (mon.0) 125 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:24.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:24 smithi178 bash[20270]: cluster 2024-03-21T13:03:23.301045+0000 mgr.x (mgr.34104) 506 : cluster [DBG] pgmap v328: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s 2024-03-21T13:03:24.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:24 smithi178 bash[20270]: cluster 2024-03-21T13:03:23.301613+0000 mgr.x (mgr.34104) 507 : cluster [DBG] pgmap v329: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s 2024-03-21T13:03:24.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:24 smithi178 bash[20270]: audit 2024-03-21T13:03:23.309975+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:24.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:24 smithi178 bash[20270]: audit 2024-03-21T13:03:23.594543+0000 mgr.x (mgr.34104) 508 : audit [DBG] from='client.25675 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:03:24.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:24 smithi178 bash[20270]: audit 2024-03-21T13:03:23.975275+0000 mgr.x (mgr.34104) 509 : audit [DBG] from='client.44112 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:03:24.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:24 smithi178 bash[20270]: cephadm 2024-03-21T13:03:24.097699+0000 mgr.x (mgr.34104) 510 : cephadm [INF] Upgrade: Updating mon.c 2024-03-21T13:03:24.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:24 smithi178 bash[20270]: audit 2024-03-21T13:03:24.103071+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.34104 ' entity='mgr.x' 2024-03-21T13:03:24.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:24 smithi178 bash[20270]: audit 2024-03-21T13:03:24.108636+0000 mon.c (mon.1) 829 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T13:03:24.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:24 smithi178 bash[20270]: audit 2024-03-21T13:03:24.110560+0000 mon.c (mon.1) 830 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-21T13:03:24.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:24 smithi178 bash[20270]: audit 2024-03-21T13:03:24.112418+0000 mon.c (mon.1) 831 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:24.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:24 smithi178 bash[20270]: cephadm 2024-03-21T13:03:24.116210+0000 mgr.x (mgr.34104) 511 : cephadm [INF] Deploying daemon mon.c on smithi178 2024-03-21T13:03:24.875 INFO:teuthology.orchestra.run.smithi178.stdout:{ 2024-03-21T13:03:24.875 INFO:teuthology.orchestra.run.smithi178.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753", 2024-03-21T13:03:24.875 INFO:teuthology.orchestra.run.smithi178.stdout: "in_progress": true, 2024-03-21T13:03:24.875 INFO:teuthology.orchestra.run.smithi178.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-21T13:03:24.876 INFO:teuthology.orchestra.run.smithi178.stdout: "services_complete": [ 2024-03-21T13:03:24.876 INFO:teuthology.orchestra.run.smithi178.stdout: "mgr" 2024-03-21T13:03:24.876 INFO:teuthology.orchestra.run.smithi178.stdout: ], 2024-03-21T13:03:24.876 INFO:teuthology.orchestra.run.smithi178.stdout: "progress": "3/23 daemons upgraded", 2024-03-21T13:03:24.876 INFO:teuthology.orchestra.run.smithi178.stdout: "message": "Currently upgrading mon daemons", 2024-03-21T13:03:24.876 INFO:teuthology.orchestra.run.smithi178.stdout: "is_paused": false 2024-03-21T13:03:24.876 INFO:teuthology.orchestra.run.smithi178.stdout:} 2024-03-21T13:03:25.335 INFO:teuthology.orchestra.run.smithi178.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-21T13:03:25.335 INFO:teuthology.orchestra.run.smithi178.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-21T13:03:25.336 INFO:teuthology.orchestra.run.smithi178.stdout: daemon grafana.a on smithi184 is in error state 2024-03-21T13:03:25.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:25 smithi178 bash[75692]: audit 2024-03-21T13:03:24.475827+0000 mon.c (mon.1) 832 : audit [DBG] from='client.? 172.21.15.178:0/1497359734' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:25.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:25 smithi178 bash[75692]: audit 2024-03-21T13:03:24.873743+0000 mgr.x (mgr.34104) 512 : audit [DBG] from='client.25693 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:03:25.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:25 smithi178 bash[20270]: audit 2024-03-21T13:03:24.475827+0000 mon.c (mon.1) 832 : audit [DBG] from='client.? 172.21.15.178:0/1497359734' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:25.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:25 smithi178 bash[20270]: audit 2024-03-21T13:03:24.873743+0000 mgr.x (mgr.34104) 512 : audit [DBG] from='client.25693 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:03:25.572 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:03:25 smithi184 bash[52419]: ::ffff:172.21.15.184 - - [21/Mar/2024:13:03:25] "GET /metrics HTTP/1.1" 200 38337 "" "Prometheus/2.33.4" 2024-03-21T13:03:25.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:25 smithi184 bash[14608]: audit 2024-03-21T13:03:24.475827+0000 mon.c (mon.1) 832 : audit [DBG] from='client.? 172.21.15.178:0/1497359734' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:25.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:25 smithi184 bash[14608]: audit 2024-03-21T13:03:24.873743+0000 mgr.x (mgr.34104) 512 : audit [DBG] from='client.25693 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:03:26.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:26 smithi184 bash[14608]: cluster 2024-03-21T13:03:25.302288+0000 mgr.x (mgr.34104) 513 : cluster [DBG] pgmap v330: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 968 B/s rd, 0 op/s 2024-03-21T13:03:26.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:26 smithi184 bash[14608]: audit 2024-03-21T13:03:25.333300+0000 mon.c (mon.1) 833 : audit [DBG] from='client.? 172.21.15.178:0/4136934738' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T13:03:26.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:26 smithi178 bash[75692]: cluster 2024-03-21T13:03:25.302288+0000 mgr.x (mgr.34104) 513 : cluster [DBG] pgmap v330: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 968 B/s rd, 0 op/s 2024-03-21T13:03:26.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:26 smithi178 bash[75692]: audit 2024-03-21T13:03:25.333300+0000 mon.c (mon.1) 833 : audit [DBG] from='client.? 172.21.15.178:0/4136934738' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T13:03:26.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:26 smithi178 bash[20270]: cluster 2024-03-21T13:03:25.302288+0000 mgr.x (mgr.34104) 513 : cluster [DBG] pgmap v330: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 968 B/s rd, 0 op/s 2024-03-21T13:03:26.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:26 smithi178 bash[20270]: audit 2024-03-21T13:03:25.333300+0000 mon.c (mon.1) 833 : audit [DBG] from='client.? 172.21.15.178:0/4136934738' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T13:03:28.663 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:28 smithi184 bash[14608]: cluster 2024-03-21T13:03:27.304031+0000 mgr.x (mgr.34104) 514 : cluster [DBG] pgmap v331: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-03-21T13:03:28.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:28 smithi178 bash[75692]: cluster 2024-03-21T13:03:27.304031+0000 mgr.x (mgr.34104) 514 : cluster [DBG] pgmap v331: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-03-21T13:03:28.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:28 smithi178 bash[20270]: cluster 2024-03-21T13:03:27.304031+0000 mgr.x (mgr.34104) 514 : cluster [DBG] pgmap v331: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-03-21T13:03:29.072 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:03:28 smithi184 bash[54688]: ts=2024-03-21T13:03: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.178\", device_class=\"ssd\", hostname=\"smithi178\", instance=\"172.21.15.184:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.178\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster=\"a94f249e-e780-11ee-95cd-87774f69a715\", cluster_addr=\"172.21.15.178\", device_class=\"ssd\", hostname=\"smithi178\", instance=\"smithi184:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.178\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-21T13:03:29.297 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:29 smithi178 systemd[1]: Stopping Ceph mon.c for a94f249e-e780-11ee-95cd-87774f69a715... 2024-03-21T13:03:29.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:29 smithi178 bash[20270]: debug 2024-03-21T13:03:29.416+0000 7f1b795d9700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.c -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-03-21T13:03:29.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:29 smithi178 bash[20270]: debug 2024-03-21T13:03:29.416+0000 7f1b795d9700 -1 mon.c@1(peon) e3 *** Got Signal Terminated *** 2024-03-21T13:03:29.823 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:03:29 smithi184 bash[52419]: [21/Mar/2024:13:03:29] ENGINE Bus STOPPING 2024-03-21T13:03:29.823 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:03:29 smithi184 bash[52419]: [21/Mar/2024:13:03:29] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-03-21T13:03:29.823 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:03:29 smithi184 bash[52419]: [21/Mar/2024:13:03:29] ENGINE Bus STOPPED 2024-03-21T13:03:29.823 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:03:29 smithi184 bash[52419]: [21/Mar/2024:13:03:29] ENGINE Bus STARTING 2024-03-21T13:03:29.823 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:03:29 smithi184 bash[52419]: [21/Mar/2024:13:03:29] ENGINE Serving on http://:::9283 2024-03-21T13:03:29.823 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:03:29 smithi184 bash[52419]: [21/Mar/2024:13:03:29] ENGINE Bus STARTED 2024-03-21T13:03:30.402 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:30 smithi178 bash[77742]: ceph-a94f249e-e780-11ee-95cd-87774f69a715-mon-c 2024-03-21T13:03:30.402 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:30 smithi178 bash[77815]: Error response from daemon: No such container: ceph-a94f249e-e780-11ee-95cd-87774f69a715-mon-c 2024-03-21T13:03:30.402 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:30 smithi178 systemd[1]: ceph-a94f249e-e780-11ee-95cd-87774f69a715@mon.c.service: Succeeded. 2024-03-21T13:03:30.402 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:30 smithi178 systemd[1]: Stopped Ceph mon.c for a94f249e-e780-11ee-95cd-87774f69a715. 2024-03-21T13:03:30.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:30 smithi178 systemd[1]: Started Ceph mon.c for a94f249e-e780-11ee-95cd-87774f69a715. 2024-03-21T13:03:31.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[75692]: audit 2024-03-21T13:03:29.433389+0000 mon.a (mon.0) 128 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T13:03:31.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[75692]: audit 2024-03-21T13:03:29.433615+0000 mon.a (mon.0) 129 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:03:31.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[75692]: audit 2024-03-21T13:03:29.433802+0000 mon.a (mon.0) 130 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:03:31.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.608+0000 7f35c792ac80 0 set uid:gid to 167:167 (ceph:ceph) 2024-03-21T13:03:31.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.608+0000 7f35c792ac80 0 ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev), process ceph-mon, pid 7 2024-03-21T13:03:31.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.608+0000 7f35c792ac80 0 pidfile_write: ignore empty --pid-file 2024-03-21T13:03:31.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.620+0000 7f35c792ac80 0 load: jerasure load: lrc 2024-03-21T13:03:31.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.620+0000 7f35c792ac80 4 rocksdb: RocksDB version: 7.9.2 2024-03-21T13:03:31.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.620+0000 7f35c792ac80 4 rocksdb: Git sha 0 2024-03-21T13:03:31.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.620+0000 7f35c792ac80 4 rocksdb: Compile date 2024-03-21 08:53:26 2024-03-21T13:03:31.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.620+0000 7f35c792ac80 4 rocksdb: DB SUMMARY 2024-03-21T13:03:31.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.620+0000 7f35c792ac80 4 rocksdb: DB Session ID: F7CB3N2YK4Z0OBVP17K0 2024-03-21T13:03:31.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.620+0000 7f35c792ac80 4 rocksdb: CURRENT file: CURRENT 2024-03-21T13:03:31.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.620+0000 7f35c792ac80 4 rocksdb: IDENTITY file: IDENTITY 2024-03-21T13:03:31.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.620+0000 7f35c792ac80 4 rocksdb: MANIFEST file: MANIFEST-000009 size: 2464 Bytes 2024-03-21T13:03:31.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.620+0000 7f35c792ac80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-c/store.db dir, Total Num: 1, files: 000048.sst 2024-03-21T13:03:31.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.620+0000 7f35c792ac80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-c/store.db: 000046.log size: 1550375 ; 2024-03-21T13:03:31.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.620+0000 7f35c792ac80 4 rocksdb: Options.error_if_exists: 0 2024-03-21T13:03:31.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.620+0000 7f35c792ac80 4 rocksdb: Options.create_if_missing: 0 2024-03-21T13:03:31.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.620+0000 7f35c792ac80 4 rocksdb: Options.paranoid_checks: 1 2024-03-21T13:03:31.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.620+0000 7f35c792ac80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-03-21T13:03:31.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.620+0000 7f35c792ac80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-03-21T13:03:31.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.620+0000 7f35c792ac80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-03-21T13:03:31.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.620+0000 7f35c792ac80 4 rocksdb: Options.env: 0x55c96486eb20 2024-03-21T13:03:31.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.620+0000 7f35c792ac80 4 rocksdb: Options.fs: PosixFileSystem 2024-03-21T13:03:31.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.620+0000 7f35c792ac80 4 rocksdb: Options.info_log: 0x55c9656d3960 2024-03-21T13:03:31.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.620+0000 7f35c792ac80 4 rocksdb: Options.max_file_opening_threads: 16 2024-03-21T13:03:31.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.620+0000 7f35c792ac80 4 rocksdb: Options.statistics: (nil) 2024-03-21T13:03:31.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.620+0000 7f35c792ac80 4 rocksdb: Options.use_fsync: 0 2024-03-21T13:03:31.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.620+0000 7f35c792ac80 4 rocksdb: Options.max_log_file_size: 0 2024-03-21T13:03:31.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.620+0000 7f35c792ac80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-03-21T13:03:31.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.620+0000 7f35c792ac80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-03-21T13:03:31.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.620+0000 7f35c792ac80 4 rocksdb: Options.keep_log_file_num: 1000 2024-03-21T13:03:31.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.620+0000 7f35c792ac80 4 rocksdb: Options.recycle_log_file_num: 0 2024-03-21T13:03:31.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.620+0000 7f35c792ac80 4 rocksdb: Options.allow_fallocate: 1 2024-03-21T13:03:31.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.620+0000 7f35c792ac80 4 rocksdb: Options.allow_mmap_reads: 0 2024-03-21T13:03:31.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.620+0000 7f35c792ac80 4 rocksdb: Options.allow_mmap_writes: 0 2024-03-21T13:03:31.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.620+0000 7f35c792ac80 4 rocksdb: Options.use_direct_reads: 0 2024-03-21T13:03:31.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.620+0000 7f35c792ac80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-03-21T13:03:31.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.620+0000 7f35c792ac80 4 rocksdb: Options.create_missing_column_families: 0 2024-03-21T13:03:31.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.620+0000 7f35c792ac80 4 rocksdb: Options.db_log_dir: 2024-03-21T13:03:31.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.620+0000 7f35c792ac80 4 rocksdb: Options.wal_dir: 2024-03-21T13:03:31.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.620+0000 7f35c792ac80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-03-21T13:03:31.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.620+0000 7f35c792ac80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-03-21T13:03:31.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.620+0000 7f35c792ac80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-03-21T13:03:31.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.620+0000 7f35c792ac80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-03-21T13:03:31.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.620+0000 7f35c792ac80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-03-21T13:03:31.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.620+0000 7f35c792ac80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-03-21T13:03:31.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.620+0000 7f35c792ac80 4 rocksdb: Options.advise_random_on_open: 1 2024-03-21T13:03:31.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.620+0000 7f35c792ac80 4 rocksdb: Options.db_write_buffer_size: 0 2024-03-21T13:03:31.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.620+0000 7f35c792ac80 4 rocksdb: Options.write_buffer_manager: 0x55c9656a4820 2024-03-21T13:03:31.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.620+0000 7f35c792ac80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-03-21T13:03:31.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.620+0000 7f35c792ac80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-03-21T13:03:31.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.620+0000 7f35c792ac80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-03-21T13:03:31.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.620+0000 7f35c792ac80 4 rocksdb: Options.rate_limiter: (nil) 2024-03-21T13:03:31.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.620+0000 7f35c792ac80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-03-21T13:03:31.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.620+0000 7f35c792ac80 4 rocksdb: Options.wal_recovery_mode: 2 2024-03-21T13:03:31.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.620+0000 7f35c792ac80 4 rocksdb: Options.enable_thread_tracking: 0 2024-03-21T13:03:31.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.620+0000 7f35c792ac80 4 rocksdb: Options.enable_pipelined_write: 0 2024-03-21T13:03:31.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.620+0000 7f35c792ac80 4 rocksdb: Options.unordered_write: 0 2024-03-21T13:03:31.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.620+0000 7f35c792ac80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-03-21T13:03:31.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.620+0000 7f35c792ac80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-03-21T13:03:31.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.620+0000 7f35c792ac80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-03-21T13:03:31.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.620+0000 7f35c792ac80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-03-21T13:03:31.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.620+0000 7f35c792ac80 4 rocksdb: Options.row_cache: None 2024-03-21T13:03:31.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.620+0000 7f35c792ac80 4 rocksdb: Options.wal_filter: None 2024-03-21T13:03:31.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.620+0000 7f35c792ac80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-03-21T13:03:31.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.620+0000 7f35c792ac80 4 rocksdb: Options.allow_ingest_behind: 0 2024-03-21T13:03:31.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.620+0000 7f35c792ac80 4 rocksdb: Options.two_write_queues: 0 2024-03-21T13:03:31.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.620+0000 7f35c792ac80 4 rocksdb: Options.manual_wal_flush: 0 2024-03-21T13:03:31.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.620+0000 7f35c792ac80 4 rocksdb: Options.wal_compression: 0 2024-03-21T13:03:31.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.620+0000 7f35c792ac80 4 rocksdb: Options.atomic_flush: 0 2024-03-21T13:03:31.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.620+0000 7f35c792ac80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-03-21T13:03:31.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.620+0000 7f35c792ac80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-03-21T13:03:31.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.620+0000 7f35c792ac80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-03-21T13:03:31.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.620+0000 7f35c792ac80 4 rocksdb: Options.log_readahead_size: 0 2024-03-21T13:03:31.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.620+0000 7f35c792ac80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-03-21T13:03:31.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.620+0000 7f35c792ac80 4 rocksdb: Options.best_efforts_recovery: 0 2024-03-21T13:03:31.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.620+0000 7f35c792ac80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-03-21T13:03:31.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.620+0000 7f35c792ac80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-03-21T13:03:31.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.620+0000 7f35c792ac80 4 rocksdb: Options.allow_data_in_errors: 0 2024-03-21T13:03:31.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.620+0000 7f35c792ac80 4 rocksdb: Options.db_host_id: __hostname__ 2024-03-21T13:03:31.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.620+0000 7f35c792ac80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-03-21T13:03:31.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.620+0000 7f35c792ac80 4 rocksdb: Options.max_background_jobs: 2 2024-03-21T13:03:31.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.620+0000 7f35c792ac80 4 rocksdb: Options.max_background_compactions: -1 2024-03-21T13:03:31.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.620+0000 7f35c792ac80 4 rocksdb: Options.max_subcompactions: 1 2024-03-21T13:03:31.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.620+0000 7f35c792ac80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-03-21T13:03:31.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.620+0000 7f35c792ac80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-03-21T13:03:31.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.620+0000 7f35c792ac80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-03-21T13:03:31.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.620+0000 7f35c792ac80 4 rocksdb: Options.max_total_wal_size: 0 2024-03-21T13:03:31.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.620+0000 7f35c792ac80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-03-21T13:03:31.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.620+0000 7f35c792ac80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-03-21T13:03:31.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.620+0000 7f35c792ac80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-03-21T13:03:31.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.620+0000 7f35c792ac80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-03-21T13:03:31.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.620+0000 7f35c792ac80 4 rocksdb: Options.max_open_files: -1 2024-03-21T13:03:31.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.620+0000 7f35c792ac80 4 rocksdb: Options.bytes_per_sync: 0 2024-03-21T13:03:31.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.620+0000 7f35c792ac80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-03-21T13:03:31.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.620+0000 7f35c792ac80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-03-21T13:03:31.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.620+0000 7f35c792ac80 4 rocksdb: Options.compaction_readahead_size: 0 2024-03-21T13:03:31.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.620+0000 7f35c792ac80 4 rocksdb: Options.max_background_flushes: -1 2024-03-21T13:03:31.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.620+0000 7f35c792ac80 4 rocksdb: Compression algorithms supported: 2024-03-21T13:03:31.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.620+0000 7f35c792ac80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-03-21T13:03:31.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.620+0000 7f35c792ac80 4 rocksdb: kZSTD supported: 0 2024-03-21T13:03:31.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.620+0000 7f35c792ac80 4 rocksdb: kXpressCompression supported: 0 2024-03-21T13:03:31.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.620+0000 7f35c792ac80 4 rocksdb: kLZ4HCCompression supported: 1 2024-03-21T13:03:31.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.620+0000 7f35c792ac80 4 rocksdb: kZlibCompression supported: 1 2024-03-21T13:03:31.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.620+0000 7f35c792ac80 4 rocksdb: kSnappyCompression supported: 1 2024-03-21T13:03:31.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.620+0000 7f35c792ac80 4 rocksdb: kLZ4Compression supported: 1 2024-03-21T13:03:31.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.620+0000 7f35c792ac80 4 rocksdb: kBZip2Compression supported: 0 2024-03-21T13:03:31.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.620+0000 7f35c792ac80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-03-21T13:03:31.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.620+0000 7f35c792ac80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-03-21T13:03:31.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.624+0000 7f35c792ac80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000009 2024-03-21T13:03:31.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.624+0000 7f35c792ac80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-03-21T13:03:31.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.624+0000 7f35c792ac80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-03-21T13:03:31.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.624+0000 7f35c792ac80 4 rocksdb: Options.merge_operator: 2024-03-21T13:03:31.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.624+0000 7f35c792ac80 4 rocksdb: Options.compaction_filter: None 2024-03-21T13:03:31.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.624+0000 7f35c792ac80 4 rocksdb: Options.compaction_filter_factory: None 2024-03-21T13:03:31.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.624+0000 7f35c792ac80 4 rocksdb: Options.sst_partitioner_factory: None 2024-03-21T13:03:31.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.624+0000 7f35c792ac80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-03-21T13:03:31.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.624+0000 7f35c792ac80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-03-21T13:03:31.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.624+0000 7f35c792ac80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55c9656d3a60) 2024-03-21T13:03:31.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: cache_index_and_filter_blocks: 1 2024-03-21T13:03:31.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: cache_index_and_filter_blocks_with_high_priority: 0 2024-03-21T13:03:31.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-03-21T13:03:31.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: pin_top_level_index_and_filter: 1 2024-03-21T13:03:31.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: index_type: 0 2024-03-21T13:03:31.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: data_block_index_type: 0 2024-03-21T13:03:31.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: index_shortening: 1 2024-03-21T13:03:31.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: data_block_hash_table_util_ratio: 0.750000 2024-03-21T13:03:31.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: checksum: 4 2024-03-21T13:03:31.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: no_block_cache: 0 2024-03-21T13:03:31.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: block_cache: 0x55c9656d5090 2024-03-21T13:03:31.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: block_cache_name: BinnedLRUCache 2024-03-21T13:03:31.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: block_cache_options: 2024-03-21T13:03:31.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: capacity : 536870912 2024-03-21T13:03:31.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: num_shard_bits : 4 2024-03-21T13:03:31.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: strict_capacity_limit : 0 2024-03-21T13:03:31.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: high_pri_pool_ratio: 0.000 2024-03-21T13:03:31.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: block_cache_compressed: (nil) 2024-03-21T13:03:31.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: persistent_cache: (nil) 2024-03-21T13:03:31.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: block_size: 4096 2024-03-21T13:03:31.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: block_size_deviation: 10 2024-03-21T13:03:31.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: block_restart_interval: 16 2024-03-21T13:03:31.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: index_block_restart_interval: 1 2024-03-21T13:03:31.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: metadata_block_size: 4096 2024-03-21T13:03:31.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: partition_filters: 0 2024-03-21T13:03:31.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: use_delta_encoding: 1 2024-03-21T13:03:31.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: filter_policy: bloomfilter 2024-03-21T13:03:31.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: whole_key_filtering: 1 2024-03-21T13:03:31.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: verify_compression: 0 2024-03-21T13:03:31.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: read_amp_bytes_per_bit: 0 2024-03-21T13:03:31.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: format_version: 5 2024-03-21T13:03:31.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: enable_index_compression: 1 2024-03-21T13:03:31.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: block_align: 0 2024-03-21T13:03:31.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: max_auto_readahead_size: 262144 2024-03-21T13:03:31.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: prepopulate_block_cache: 0 2024-03-21T13:03:31.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: initial_auto_readahead_size: 8192 2024-03-21T13:03:31.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: num_file_reads_for_auto_readahead: 2 2024-03-21T13:03:31.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.624+0000 7f35c792ac80 4 rocksdb: Options.write_buffer_size: 33554432 2024-03-21T13:03:31.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.624+0000 7f35c792ac80 4 rocksdb: Options.max_write_buffer_number: 2 2024-03-21T13:03:31.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.624+0000 7f35c792ac80 4 rocksdb: Options.compression: NoCompression 2024-03-21T13:03:31.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.624+0000 7f35c792ac80 4 rocksdb: Options.bottommost_compression: Disabled 2024-03-21T13:03:31.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.624+0000 7f35c792ac80 4 rocksdb: Options.prefix_extractor: nullptr 2024-03-21T13:03:31.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.624+0000 7f35c792ac80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-03-21T13:03:31.812 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.624+0000 7f35c792ac80 4 rocksdb: Options.num_levels: 7 2024-03-21T13:03:31.812 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.624+0000 7f35c792ac80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-03-21T13:03:31.812 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.624+0000 7f35c792ac80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-03-21T13:03:31.812 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.624+0000 7f35c792ac80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-03-21T13:03:31.812 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.624+0000 7f35c792ac80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-03-21T13:03:31.812 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.624+0000 7f35c792ac80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-03-21T13:03:31.812 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.624+0000 7f35c792ac80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-03-21T13:03:31.812 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.624+0000 7f35c792ac80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-03-21T13:03:31.812 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.624+0000 7f35c792ac80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-03-21T13:03:31.812 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.624+0000 7f35c792ac80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-03-21T13:03:31.812 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.624+0000 7f35c792ac80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-03-21T13:03:31.812 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.624+0000 7f35c792ac80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-03-21T13:03:31.812 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.624+0000 7f35c792ac80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-03-21T13:03:31.812 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.624+0000 7f35c792ac80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-03-21T13:03:31.812 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.624+0000 7f35c792ac80 4 rocksdb: Options.compression_opts.level: 32767 2024-03-21T13:03:31.813 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.624+0000 7f35c792ac80 4 rocksdb: Options.compression_opts.strategy: 0 2024-03-21T13:03:31.813 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.624+0000 7f35c792ac80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-03-21T13:03:31.813 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.624+0000 7f35c792ac80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-03-21T13:03:31.813 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.624+0000 7f35c792ac80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-03-21T13:03:31.813 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.624+0000 7f35c792ac80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-03-21T13:03:31.813 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.624+0000 7f35c792ac80 4 rocksdb: Options.compression_opts.enabled: false 2024-03-21T13:03:31.813 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.624+0000 7f35c792ac80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-03-21T13:03:31.813 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.624+0000 7f35c792ac80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-03-21T13:03:31.813 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.624+0000 7f35c792ac80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-03-21T13:03:31.814 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.624+0000 7f35c792ac80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-03-21T13:03:31.814 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.624+0000 7f35c792ac80 4 rocksdb: Options.target_file_size_base: 67108864 2024-03-21T13:03:31.814 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.624+0000 7f35c792ac80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-03-21T13:03:31.814 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.624+0000 7f35c792ac80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-03-21T13:03:31.814 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.624+0000 7f35c792ac80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-03-21T13:03:31.814 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.624+0000 7f35c792ac80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-03-21T13:03:31.814 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.624+0000 7f35c792ac80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-03-21T13:03:31.814 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.624+0000 7f35c792ac80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-03-21T13:03:31.814 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.624+0000 7f35c792ac80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-03-21T13:03:31.814 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.624+0000 7f35c792ac80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-03-21T13:03:31.814 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.624+0000 7f35c792ac80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-03-21T13:03:31.814 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.624+0000 7f35c792ac80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-03-21T13:03:31.814 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.624+0000 7f35c792ac80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-03-21T13:03:31.814 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.624+0000 7f35c792ac80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-03-21T13:03:31.814 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.624+0000 7f35c792ac80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-03-21T13:03:31.815 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.624+0000 7f35c792ac80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-03-21T13:03:31.815 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.624+0000 7f35c792ac80 4 rocksdb: Options.arena_block_size: 1048576 2024-03-21T13:03:31.815 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.624+0000 7f35c792ac80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-03-21T13:03:31.815 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.624+0000 7f35c792ac80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-03-21T13:03:31.815 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.624+0000 7f35c792ac80 4 rocksdb: Options.disable_auto_compactions: 0 2024-03-21T13:03:31.815 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.624+0000 7f35c792ac80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-03-21T13:03:31.815 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.624+0000 7f35c792ac80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-03-21T13:03:31.815 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.624+0000 7f35c792ac80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-03-21T13:03:31.815 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.624+0000 7f35c792ac80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-03-21T13:03:31.815 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.624+0000 7f35c792ac80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-03-21T13:03:31.815 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.624+0000 7f35c792ac80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-03-21T13:03:31.815 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.624+0000 7f35c792ac80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-03-21T13:03:31.815 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.624+0000 7f35c792ac80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-03-21T13:03:31.815 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.624+0000 7f35c792ac80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-03-21T13:03:31.816 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.624+0000 7f35c792ac80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-03-21T13:03:31.816 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.624+0000 7f35c792ac80 4 rocksdb: Options.table_properties_collectors: 2024-03-21T13:03:31.816 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.624+0000 7f35c792ac80 4 rocksdb: Options.inplace_update_support: 0 2024-03-21T13:03:31.816 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.624+0000 7f35c792ac80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-03-21T13:03:31.816 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.624+0000 7f35c792ac80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-03-21T13:03:31.816 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.624+0000 7f35c792ac80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-03-21T13:03:31.816 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.624+0000 7f35c792ac80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-03-21T13:03:31.816 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.624+0000 7f35c792ac80 4 rocksdb: Options.bloom_locality: 0 2024-03-21T13:03:31.816 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.624+0000 7f35c792ac80 4 rocksdb: Options.max_successive_merges: 0 2024-03-21T13:03:31.816 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.624+0000 7f35c792ac80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-03-21T13:03:31.816 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.624+0000 7f35c792ac80 4 rocksdb: Options.paranoid_file_checks: 0 2024-03-21T13:03:31.816 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.624+0000 7f35c792ac80 4 rocksdb: Options.force_consistency_checks: 1 2024-03-21T13:03:31.816 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.624+0000 7f35c792ac80 4 rocksdb: Options.report_bg_io_stats: 0 2024-03-21T13:03:31.816 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.624+0000 7f35c792ac80 4 rocksdb: Options.ttl: 2592000 2024-03-21T13:03:31.816 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.624+0000 7f35c792ac80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-03-21T13:03:31.817 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.624+0000 7f35c792ac80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-03-21T13:03:31.817 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.624+0000 7f35c792ac80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-03-21T13:03:31.817 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.624+0000 7f35c792ac80 4 rocksdb: Options.enable_blob_files: false 2024-03-21T13:03:31.817 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.624+0000 7f35c792ac80 4 rocksdb: Options.min_blob_size: 0 2024-03-21T13:03:31.817 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.624+0000 7f35c792ac80 4 rocksdb: Options.blob_file_size: 268435456 2024-03-21T13:03:31.817 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.624+0000 7f35c792ac80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-03-21T13:03:31.817 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.624+0000 7f35c792ac80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-03-21T13:03:31.817 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.624+0000 7f35c792ac80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-03-21T13:03:31.817 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.624+0000 7f35c792ac80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-03-21T13:03:31.817 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.624+0000 7f35c792ac80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-03-21T13:03:31.817 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.624+0000 7f35c792ac80 4 rocksdb: Options.blob_file_starting_level: 0 2024-03-21T13:03:31.817 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.624+0000 7f35c792ac80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-03-21T13:03:31.817 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.624+0000 7f35bd094700 3 rocksdb: [table/block_based/block_based_table_reader.cc:721] At least one SST file opened without unique ID to verify: 48.sst 2024-03-21T13:03:31.817 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.624+0000 7f35c792ac80 4 rocksdb: [db/version_set.cc:4390] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2024-03-21T13:03:31.818 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.624+0000 7f35c792ac80 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 50, last_sequence is 29272, log_number is 46,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-03-21T13:03:31.818 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.624+0000 7f35c792ac80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 46 2024-03-21T13:03:31.818 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.624+0000 7f35c792ac80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 58635647-d792-4485-babd-cd94652301c4 2024-03-21T13:03:31.818 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.624+0000 7f35c792ac80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711026211629031, "job": 1, "event": "recovery_started", "wal_files": [46]} 2024-03-21T13:03:31.818 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.624+0000 7f35c792ac80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #46 mode 2 2024-03-21T13:03:31.818 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.636+0000 7f35c792ac80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711026211640118, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 51, "file_size": 996487, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 29277, "largest_seqno": 30589, "table_properties": {"data_size": 991288, "index_size": 2264, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 1925, "raw_key_size": 19347, "raw_average_key_size": 25, "raw_value_size": 978359, "raw_average_value_size": 1277, "num_data_blocks": 90, "num_entries": 766, "num_filter_entries": 766, "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": 1711026211, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "58635647-d792-4485-babd-cd94652301c4", "db_session_id": "F7CB3N2YK4Z0OBVP17K0", "orig_file_number": 51, "seqno_to_time_mapping": "N/A"}} 2024-03-21T13:03:31.818 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.636+0000 7f35c792ac80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711026211640269, "job": 1, "event": "recovery_finished"} 2024-03-21T13:03:31.818 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.636+0000 7f35c792ac80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 53 2024-03-21T13:03:31.818 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.636+0000 7f35c792ac80 4 rocksdb: [db/version_set.cc:4390] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2024-03-21T13:03:31.818 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.640+0000 7f35c792ac80 4 rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-c/store.db/000046.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-03-21T13:03:31.818 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.640+0000 7f35c792ac80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55c9657c8000 2024-03-21T13:03:31.818 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.640+0000 7f35c792ac80 4 rocksdb: DB pointer 0x55c9657b2000 2024-03-21T13:03:31.818 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.640+0000 7f35b6086700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-03-21T13:03:31.819 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.640+0000 7f35b6086700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-03-21T13:03:31.819 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: ** DB Stats ** 2024-03-21T13:03:31.819 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: Uptime(secs): 0.0 total, 0.0 interval 2024-03-21T13:03:31.819 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-03-21T13:03:31.819 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-21T13:03:31.819 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-21T13:03:31.819 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-03-21T13:03:31.819 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-21T13:03:31.819 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-21T13:03:31.819 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: ** Compaction Stats [default] ** 2024-03-21T13:03:31.819 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-03-21T13:03:31.819 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-03-21T13:03:31.819 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: L0 1/0 973.13 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 218.2 0.00 0.00 1 0.004 0 0 0.0 0.0 2024-03-21T13:03:31.819 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: L6 1/0 10.11 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 0.0 0.0 2024-03-21T13:03:31.819 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: Sum 2/0 11.06 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 218.2 0.00 0.00 1 0.004 0 0 0.0 0.0 2024-03-21T13:03:31.820 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 218.2 0.00 0.00 1 0.004 0 0 0.0 0.0 2024-03-21T13:03:31.820 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: ** Compaction Stats [default] ** 2024-03-21T13:03:31.820 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-03-21T13:03:31.820 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-21T13:03:31.820 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 218.2 0.00 0.00 1 0.004 0 0 0.0 0.0 2024-03-21T13:03:31.820 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-03-21T13:03:31.820 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: Uptime(secs): 0.0 total, 0.0 interval 2024-03-21T13:03:31.820 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: Flush(GB): cumulative 0.001, interval 0.001 2024-03-21T13:03:31.820 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: AddFile(GB): cumulative 0.000, interval 0.000 2024-03-21T13:03:31.820 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: AddFile(Total Files): cumulative 0, interval 0 2024-03-21T13:03:31.820 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: AddFile(L0 Files): cumulative 0, interval 0 2024-03-21T13:03:31.820 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: AddFile(Keys): cumulative 0, interval 0 2024-03-21T13:03:31.820 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: Cumulative compaction: 0.00 GB write, 58.52 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-21T13:03:31.820 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: Interval compaction: 0.00 GB write, 58.52 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-21T13:03:31.820 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-03-21T13:03:31.821 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: Block cache BinnedLRUCache@0x55c9656d5090#7 capacity: 512.00 MB usage: 4.36 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.8e-05 secs_since: 0 2024-03-21T13:03:31.821 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: Block cache entry stats(count,size,portion): FilterBlock(1,2.03 KB,0.00038743%) IndexBlock(1,2.33 KB,0.000444055%) Misc(1,0.00 KB,0%) 2024-03-21T13:03:31.821 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: ** File Read Latency Histogram By Level [default] ** 2024-03-21T13:03:31.821 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.640+0000 7f35c792ac80 0 starting mon.c rank 1 at public addrs [v2:172.21.15.178:3301/0,v1:172.21.15.178:6790/0] at bind addrs [v2:172.21.15.178:3301/0,v1:172.21.15.178:6790/0] mon_data /var/lib/ceph/mon/ceph-c fsid a94f249e-e780-11ee-95cd-87774f69a715 2024-03-21T13:03:31.821 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.640+0000 7f35c792ac80 1 mon.c@-1(???) e3 preinit fsid a94f249e-e780-11ee-95cd-87774f69a715 2024-03-21T13:03:31.821 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.640+0000 7f35c792ac80 0 mon.c@-1(???).mds e1 new map 2024-03-21T13:03:31.821 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.640+0000 7f35c792ac80 0 mon.c@-1(???).mds e1 print_map 2024-03-21T13:03:31.821 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: e1 2024-03-21T13:03:31.821 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: enable_multiple, ever_enabled_multiple: 1,1 2024-03-21T13:03:31.821 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-03-21T13:03:31.821 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: legacy client fscid: -1 2024-03-21T13:03:31.821 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: 2024-03-21T13:03:31.821 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: No filesystems configured 2024-03-21T13:03:31.821 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.640+0000 7f35c792ac80 0 mon.c@-1(???).osd e115 crush map has features 3314933000854323200, adjusting msgr requires 2024-03-21T13:03:31.822 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.640+0000 7f35c792ac80 0 mon.c@-1(???).osd e115 crush map has features 432629239337189376, adjusting msgr requires 2024-03-21T13:03:31.822 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.640+0000 7f35c792ac80 0 mon.c@-1(???).osd e115 crush map has features 432629239337189376, adjusting msgr requires 2024-03-21T13:03:31.822 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.640+0000 7f35c792ac80 0 mon.c@-1(???).osd e115 crush map has features 432629239337189376, adjusting msgr requires 2024-03-21T13:03:31.822 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: debug 2024-03-21T13:03:31.644+0000 7f35c792ac80 1 mon.c@-1(???).paxosservice(auth 1..27) refresh upgraded, format 0 -> 3 2024-03-21T13:03:31.822 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: audit 2024-03-21T13:03:29.433389+0000 mon.a (mon.0) 128 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T13:03:31.822 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: audit 2024-03-21T13:03:29.433615+0000 mon.a (mon.0) 129 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:03:31.822 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:31 smithi178 bash[77880]: audit 2024-03-21T13:03:29.433802+0000 mon.a (mon.0) 130 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:03:32.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:31 smithi184 bash[14608]: audit 2024-03-21T13:03:29.433389+0000 mon.a (mon.0) 128 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T13:03:32.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:31 smithi184 bash[14608]: audit 2024-03-21T13:03:29.433615+0000 mon.a (mon.0) 129 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:03:32.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:31 smithi184 bash[14608]: audit 2024-03-21T13:03:29.433802+0000 mon.a (mon.0) 130 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:03:33.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:32 smithi178 bash[75692]: audit 2024-03-21T13:03:30.561059+0000 mgr.x (mgr.34104) 516 : audit [DBG] from='client.15585 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:03:33.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:32 smithi178 bash[75692]: cluster 2024-03-21T13:03:31.306549+0000 mgr.x (mgr.34104) 517 : cluster [DBG] pgmap v333: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-21T13:03:33.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:32 smithi178 bash[75692]: cluster 2024-03-21T13:03:31.700741+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-03-21T13:03:33.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:32 smithi178 bash[75692]: cluster 2024-03-21T13:03:31.702566+0000 mon.a (mon.0) 131 : cluster [INF] mon.a calling monitor election 2024-03-21T13:03:33.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:32 smithi178 bash[75692]: cluster 2024-03-21T13:03:31.705984+0000 mon.a (mon.0) 132 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-03-21T13:03:33.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:32 smithi178 bash[75692]: cluster 2024-03-21T13:03:31.715540+0000 mon.a (mon.0) 133 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.178:3300/0,v1:172.21.15.178:6789/0],b=[v2:172.21.15.184:3300/0,v1:172.21.15.184:6789/0],c=[v2:172.21.15.178:3301/0,v1:172.21.15.178:6790/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-21T13:03:33.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:32 smithi178 bash[75692]: cluster 2024-03-21T13:03:31.716901+0000 mon.a (mon.0) 134 : cluster [DBG] fsmap 2024-03-21T13:03:33.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:32 smithi178 bash[75692]: cluster 2024-03-21T13:03:31.716986+0000 mon.a (mon.0) 135 : cluster [DBG] osdmap e115: 8 total, 8 up, 8 in 2024-03-21T13:03:33.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:32 smithi178 bash[75692]: cluster 2024-03-21T13:03:31.717563+0000 mon.a (mon.0) 136 : cluster [DBG] mgrmap e45: x(active, since 42s), standbys: y 2024-03-21T13:03:33.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:32 smithi178 bash[75692]: cluster 2024-03-21T13:03:31.717890+0000 mon.a (mon.0) 137 : cluster [WRN] Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-21T13:03:33.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:32 smithi178 bash[75692]: cluster 2024-03-21T13:03:31.717937+0000 mon.a (mon.0) 138 : cluster [WRN] [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-21T13:03:33.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:32 smithi178 bash[75692]: cluster 2024-03-21T13:03:31.717981+0000 mon.a (mon.0) 139 : cluster [WRN] daemon grafana.a on smithi184 is in error state 2024-03-21T13:03:33.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:32 smithi178 bash[75692]: audit 2024-03-21T13:03:31.724380+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:33.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:32 smithi178 bash[75692]: audit 2024-03-21T13:03:31.734673+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:33.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:32 smithi178 bash[75692]: audit 2024-03-21T13:03:31.753897+0000 mon.a (mon.0) 142 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:33.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:32 smithi178 bash[75692]: audit 2024-03-21T13:03:31.756015+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:33.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:32 smithi178 bash[75692]: cluster 2024-03-21T13:03:31.761357+0000 mgr.x (mgr.34104) 518 : cluster [DBG] pgmap v334: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:03:33.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:32 smithi178 bash[75692]: cluster 2024-03-21T13:03:31.761895+0000 mgr.x (mgr.34104) 519 : cluster [DBG] pgmap v335: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:03:33.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:32 smithi178 bash[75692]: audit 2024-03-21T13:03:31.768365+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:33.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:32 smithi178 bash[75692]: cephadm 2024-03-21T13:03:31.771032+0000 mgr.x (mgr.34104) 520 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:33.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:32 smithi178 bash[75692]: audit 2024-03-21T13:03:31.851548+0000 mon.a (mon.0) 145 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:33.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:32 smithi178 bash[75692]: audit 2024-03-21T13:03:31.855209+0000 mon.a (mon.0) 146 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:33.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:32 smithi178 bash[75692]: audit 2024-03-21T13:03:31.861422+0000 mon.a (mon.0) 147 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:33.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:32 smithi178 bash[75692]: audit 2024-03-21T13:03:31.863435+0000 mon.a (mon.0) 148 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:33.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:32 smithi178 bash[75692]: cluster 2024-03-21T13:03:31.868367+0000 mgr.x (mgr.34104) 521 : cluster [DBG] pgmap v336: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s 2024-03-21T13:03:33.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:32 smithi178 bash[75692]: cluster 2024-03-21T13:03:31.868772+0000 mgr.x (mgr.34104) 522 : cluster [DBG] pgmap v337: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-21T13:03:33.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:32 smithi178 bash[75692]: audit 2024-03-21T13:03:31.876299+0000 mon.a (mon.0) 149 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:33.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:32 smithi178 bash[75692]: cephadm 2024-03-21T13:03:31.878931+0000 mgr.x (mgr.34104) 523 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:33.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:32 smithi178 bash[75692]: audit 2024-03-21T13:03:31.958001+0000 mon.a (mon.0) 150 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:33.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:32 smithi178 bash[75692]: audit 2024-03-21T13:03:31.961581+0000 mon.a (mon.0) 151 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:33.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:32 smithi178 bash[75692]: audit 2024-03-21T13:03:31.965133+0000 mon.a (mon.0) 152 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:33.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:32 smithi178 bash[75692]: audit 2024-03-21T13:03:31.966700+0000 mon.a (mon.0) 153 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:33.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:32 smithi178 bash[75692]: cluster 2024-03-21T13:03:31.970462+0000 mgr.x (mgr.34104) 524 : cluster [DBG] pgmap v338: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.9 KiB/s rd, 1 op/s 2024-03-21T13:03:33.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:32 smithi178 bash[75692]: cluster 2024-03-21T13:03:31.970726+0000 mgr.x (mgr.34104) 525 : cluster [DBG] pgmap v339: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:33.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:32 smithi178 bash[75692]: audit 2024-03-21T13:03:31.977996+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:33.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:32 smithi178 bash[75692]: cephadm 2024-03-21T13:03:31.980280+0000 mgr.x (mgr.34104) 526 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:33.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:32 smithi178 bash[75692]: audit 2024-03-21T13:03:32.061244+0000 mon.a (mon.0) 155 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:33.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:32 smithi178 bash[75692]: audit 2024-03-21T13:03:32.064544+0000 mon.a (mon.0) 156 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:33.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:32 smithi178 bash[75692]: audit 2024-03-21T13:03:32.068135+0000 mon.a (mon.0) 157 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:33.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:32 smithi178 bash[75692]: audit 2024-03-21T13:03:32.069690+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:33.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:32 smithi178 bash[75692]: cluster 2024-03-21T13:03:32.073709+0000 mgr.x (mgr.34104) 527 : cluster [DBG] pgmap v340: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:33.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:32 smithi178 bash[75692]: cluster 2024-03-21T13:03:32.073965+0000 mgr.x (mgr.34104) 528 : cluster [DBG] pgmap v341: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:33.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:32 smithi178 bash[75692]: audit 2024-03-21T13:03:32.081613+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:33.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:32 smithi178 bash[75692]: cephadm 2024-03-21T13:03:32.083996+0000 mgr.x (mgr.34104) 529 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:33.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:32 smithi178 bash[75692]: audit 2024-03-21T13:03:32.160139+0000 mon.a (mon.0) 160 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:33.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:32 smithi178 bash[75692]: audit 2024-03-21T13:03:32.163120+0000 mon.a (mon.0) 161 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:33.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:32 smithi178 bash[75692]: audit 2024-03-21T13:03:32.167461+0000 mon.a (mon.0) 162 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:33.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:32 smithi178 bash[75692]: audit 2024-03-21T13:03:32.168950+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:33.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:32 smithi178 bash[75692]: audit 2024-03-21T13:03:32.177694+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:33.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:32 smithi178 bash[75692]: audit 2024-03-21T13:03:32.261548+0000 mon.a (mon.0) 165 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:33.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:32 smithi178 bash[75692]: audit 2024-03-21T13:03:32.264375+0000 mon.a (mon.0) 166 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:33.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:32 smithi178 bash[75692]: audit 2024-03-21T13:03:32.267472+0000 mon.a (mon.0) 167 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:33.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:32 smithi178 bash[75692]: audit 2024-03-21T13:03:32.268516+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:33.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:32 smithi178 bash[75692]: audit 2024-03-21T13:03:32.281481+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:33.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:32 smithi178 bash[75692]: audit 2024-03-21T13:03:32.360737+0000 mon.a (mon.0) 170 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:33.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:32 smithi178 bash[75692]: audit 2024-03-21T13:03:32.363753+0000 mon.a (mon.0) 171 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:33.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:32 smithi178 bash[75692]: audit 2024-03-21T13:03:32.366797+0000 mon.a (mon.0) 172 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:33.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:32 smithi178 bash[75692]: audit 2024-03-21T13:03:32.368312+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:33.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:32 smithi178 bash[75692]: audit 2024-03-21T13:03:32.380429+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:33.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:32 smithi178 bash[75692]: audit 2024-03-21T13:03:32.460959+0000 mon.a (mon.0) 175 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:33.053 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:32 smithi178 bash[77880]: audit 2024-03-21T13:03:30.561059+0000 mgr.x (mgr.34104) 516 : audit [DBG] from='client.15585 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:03:33.053 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:32 smithi178 bash[77880]: cluster 2024-03-21T13:03:31.306549+0000 mgr.x (mgr.34104) 517 : cluster [DBG] pgmap v333: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-21T13:03:33.053 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:32 smithi178 bash[77880]: cluster 2024-03-21T13:03:31.700741+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-03-21T13:03:33.053 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:32 smithi178 bash[77880]: cluster 2024-03-21T13:03:31.702566+0000 mon.a (mon.0) 131 : cluster [INF] mon.a calling monitor election 2024-03-21T13:03:33.053 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:32 smithi178 bash[77880]: cluster 2024-03-21T13:03:31.705984+0000 mon.a (mon.0) 132 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-03-21T13:03:33.053 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:32 smithi178 bash[77880]: cluster 2024-03-21T13:03:31.715540+0000 mon.a (mon.0) 133 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.178:3300/0,v1:172.21.15.178:6789/0],b=[v2:172.21.15.184:3300/0,v1:172.21.15.184:6789/0],c=[v2:172.21.15.178:3301/0,v1:172.21.15.178:6790/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-21T13:03:33.053 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:32 smithi178 bash[77880]: cluster 2024-03-21T13:03:31.716901+0000 mon.a (mon.0) 134 : cluster [DBG] fsmap 2024-03-21T13:03:33.053 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:32 smithi178 bash[77880]: cluster 2024-03-21T13:03:31.716986+0000 mon.a (mon.0) 135 : cluster [DBG] osdmap e115: 8 total, 8 up, 8 in 2024-03-21T13:03:33.053 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:32 smithi178 bash[77880]: cluster 2024-03-21T13:03:31.717563+0000 mon.a (mon.0) 136 : cluster [DBG] mgrmap e45: x(active, since 42s), standbys: y 2024-03-21T13:03:33.054 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:32 smithi178 bash[77880]: cluster 2024-03-21T13:03:31.717890+0000 mon.a (mon.0) 137 : cluster [WRN] Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-21T13:03:33.054 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:32 smithi178 bash[77880]: cluster 2024-03-21T13:03:31.717937+0000 mon.a (mon.0) 138 : cluster [WRN] [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-21T13:03:33.054 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:32 smithi178 bash[77880]: cluster 2024-03-21T13:03:31.717981+0000 mon.a (mon.0) 139 : cluster [WRN] daemon grafana.a on smithi184 is in error state 2024-03-21T13:03:33.054 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:32 smithi178 bash[77880]: audit 2024-03-21T13:03:31.724380+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:33.054 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:32 smithi178 bash[77880]: audit 2024-03-21T13:03:31.734673+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:33.054 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:32 smithi178 bash[77880]: audit 2024-03-21T13:03:31.753897+0000 mon.a (mon.0) 142 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:33.054 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:32 smithi178 bash[77880]: audit 2024-03-21T13:03:31.756015+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:33.054 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:32 smithi178 bash[77880]: cluster 2024-03-21T13:03:31.761357+0000 mgr.x (mgr.34104) 518 : cluster [DBG] pgmap v334: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:03:33.054 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:32 smithi178 bash[77880]: cluster 2024-03-21T13:03:31.761895+0000 mgr.x (mgr.34104) 519 : cluster [DBG] pgmap v335: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:03:33.054 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:32 smithi178 bash[77880]: audit 2024-03-21T13:03:31.768365+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:33.054 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:32 smithi178 bash[77880]: cephadm 2024-03-21T13:03:31.771032+0000 mgr.x (mgr.34104) 520 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:33.054 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:32 smithi178 bash[77880]: audit 2024-03-21T13:03:31.851548+0000 mon.a (mon.0) 145 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:33.055 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:32 smithi178 bash[75692]: audit 2024-03-21T13:03:32.464320+0000 mon.a (mon.0) 176 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:33.055 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:32 smithi178 bash[75692]: audit 2024-03-21T13:03:32.468432+0000 mon.a (mon.0) 177 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:33.055 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:32 smithi178 bash[75692]: audit 2024-03-21T13:03:32.469649+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:33.055 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:32 smithi178 bash[75692]: audit 2024-03-21T13:03:32.479207+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:33.055 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:32 smithi178 bash[75692]: audit 2024-03-21T13:03:32.561438+0000 mon.a (mon.0) 180 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:33.055 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:32 smithi178 bash[75692]: audit 2024-03-21T13:03:32.564504+0000 mon.a (mon.0) 181 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:33.055 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:32 smithi178 bash[75692]: audit 2024-03-21T13:03:32.567797+0000 mon.a (mon.0) 182 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:33.055 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:32 smithi178 bash[75692]: audit 2024-03-21T13:03:32.569193+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:33.055 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:32 smithi178 bash[75692]: audit 2024-03-21T13:03:32.579794+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:33.055 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:32 smithi178 bash[75692]: audit 2024-03-21T13:03:32.659455+0000 mon.a (mon.0) 185 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:33.056 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:32 smithi178 bash[75692]: audit 2024-03-21T13:03:32.664209+0000 mon.a (mon.0) 186 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:33.056 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:32 smithi178 bash[75692]: audit 2024-03-21T13:03:32.668037+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:33.056 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:32 smithi178 bash[75692]: audit 2024-03-21T13:03:32.669392+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:33.056 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:32 smithi178 bash[75692]: audit 2024-03-21T13:03:32.681374+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:33.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:32 smithi178 bash[77880]: audit 2024-03-21T13:03:31.855209+0000 mon.a (mon.0) 146 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:33.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:32 smithi178 bash[77880]: audit 2024-03-21T13:03:31.861422+0000 mon.a (mon.0) 147 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:33.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:32 smithi178 bash[77880]: audit 2024-03-21T13:03:31.863435+0000 mon.a (mon.0) 148 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:33.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:32 smithi178 bash[77880]: cluster 2024-03-21T13:03:31.868367+0000 mgr.x (mgr.34104) 521 : cluster [DBG] pgmap v336: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s 2024-03-21T13:03:33.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:32 smithi178 bash[77880]: cluster 2024-03-21T13:03:31.868772+0000 mgr.x (mgr.34104) 522 : cluster [DBG] pgmap v337: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-21T13:03:33.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:32 smithi178 bash[77880]: audit 2024-03-21T13:03:31.876299+0000 mon.a (mon.0) 149 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:33.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:32 smithi178 bash[77880]: cephadm 2024-03-21T13:03:31.878931+0000 mgr.x (mgr.34104) 523 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:33.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:32 smithi178 bash[77880]: audit 2024-03-21T13:03:31.958001+0000 mon.a (mon.0) 150 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:33.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:32 smithi178 bash[77880]: audit 2024-03-21T13:03:31.961581+0000 mon.a (mon.0) 151 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:33.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:32 smithi178 bash[77880]: audit 2024-03-21T13:03:31.965133+0000 mon.a (mon.0) 152 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:33.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:32 smithi178 bash[77880]: audit 2024-03-21T13:03:31.966700+0000 mon.a (mon.0) 153 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:33.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:32 smithi178 bash[77880]: cluster 2024-03-21T13:03:31.970462+0000 mgr.x (mgr.34104) 524 : cluster [DBG] pgmap v338: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.9 KiB/s rd, 1 op/s 2024-03-21T13:03:33.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:32 smithi178 bash[77880]: cluster 2024-03-21T13:03:31.970726+0000 mgr.x (mgr.34104) 525 : cluster [DBG] pgmap v339: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:33.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:32 smithi178 bash[77880]: audit 2024-03-21T13:03:31.977996+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:33.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:32 smithi178 bash[77880]: cephadm 2024-03-21T13:03:31.980280+0000 mgr.x (mgr.34104) 526 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:33.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:32 smithi178 bash[77880]: audit 2024-03-21T13:03:32.061244+0000 mon.a (mon.0) 155 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:33.058 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:32 smithi178 bash[77880]: audit 2024-03-21T13:03:32.064544+0000 mon.a (mon.0) 156 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:33.058 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:32 smithi178 bash[77880]: audit 2024-03-21T13:03:32.068135+0000 mon.a (mon.0) 157 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:33.058 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:32 smithi178 bash[77880]: audit 2024-03-21T13:03:32.069690+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:33.058 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:32 smithi178 bash[77880]: cluster 2024-03-21T13:03:32.073709+0000 mgr.x (mgr.34104) 527 : cluster [DBG] pgmap v340: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:33.058 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:32 smithi178 bash[77880]: cluster 2024-03-21T13:03:32.073965+0000 mgr.x (mgr.34104) 528 : cluster [DBG] pgmap v341: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:33.058 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:32 smithi178 bash[77880]: audit 2024-03-21T13:03:32.081613+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:33.058 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:32 smithi178 bash[77880]: cephadm 2024-03-21T13:03:32.083996+0000 mgr.x (mgr.34104) 529 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:33.058 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:32 smithi178 bash[77880]: audit 2024-03-21T13:03:32.160139+0000 mon.a (mon.0) 160 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:33.058 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:32 smithi178 bash[77880]: audit 2024-03-21T13:03:32.163120+0000 mon.a (mon.0) 161 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:33.058 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:32 smithi178 bash[77880]: audit 2024-03-21T13:03:32.167461+0000 mon.a (mon.0) 162 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:33.058 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:32 smithi178 bash[77880]: audit 2024-03-21T13:03:32.168950+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:33.058 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:32 smithi178 bash[77880]: audit 2024-03-21T13:03:32.177694+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:33.058 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:32 smithi178 bash[77880]: audit 2024-03-21T13:03:32.261548+0000 mon.a (mon.0) 165 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:33.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:32 smithi178 bash[77880]: audit 2024-03-21T13:03:32.264375+0000 mon.a (mon.0) 166 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:33.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:32 smithi178 bash[77880]: audit 2024-03-21T13:03:32.267472+0000 mon.a (mon.0) 167 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:33.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:32 smithi178 bash[77880]: audit 2024-03-21T13:03:32.268516+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:33.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:32 smithi178 bash[77880]: audit 2024-03-21T13:03:32.281481+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:33.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:32 smithi178 bash[77880]: audit 2024-03-21T13:03:32.360737+0000 mon.a (mon.0) 170 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:33.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:32 smithi178 bash[77880]: audit 2024-03-21T13:03:32.363753+0000 mon.a (mon.0) 171 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:33.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:32 smithi178 bash[77880]: audit 2024-03-21T13:03:32.366797+0000 mon.a (mon.0) 172 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:33.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:32 smithi178 bash[77880]: audit 2024-03-21T13:03:32.368312+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:33.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:32 smithi178 bash[77880]: audit 2024-03-21T13:03:32.380429+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:33.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:32 smithi178 bash[77880]: audit 2024-03-21T13:03:32.460959+0000 mon.a (mon.0) 175 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:33.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:32 smithi178 bash[77880]: audit 2024-03-21T13:03:32.464320+0000 mon.a (mon.0) 176 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:33.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:32 smithi178 bash[77880]: audit 2024-03-21T13:03:32.468432+0000 mon.a (mon.0) 177 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:33.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:32 smithi178 bash[77880]: audit 2024-03-21T13:03:32.469649+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:33.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:32 smithi178 bash[77880]: audit 2024-03-21T13:03:32.479207+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:33.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:32 smithi178 bash[77880]: audit 2024-03-21T13:03:32.561438+0000 mon.a (mon.0) 180 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:33.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:32 smithi178 bash[77880]: audit 2024-03-21T13:03:32.564504+0000 mon.a (mon.0) 181 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:33.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:32 smithi178 bash[77880]: audit 2024-03-21T13:03:32.567797+0000 mon.a (mon.0) 182 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:33.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:32 smithi178 bash[77880]: audit 2024-03-21T13:03:32.569193+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:33.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:32 smithi178 bash[77880]: audit 2024-03-21T13:03:32.579794+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:33.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:32 smithi178 bash[77880]: audit 2024-03-21T13:03:32.659455+0000 mon.a (mon.0) 185 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:33.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:32 smithi178 bash[77880]: audit 2024-03-21T13:03:32.664209+0000 mon.a (mon.0) 186 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:33.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:32 smithi178 bash[77880]: audit 2024-03-21T13:03:32.668037+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:33.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:32 smithi178 bash[77880]: audit 2024-03-21T13:03:32.669392+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:33.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:32 smithi178 bash[77880]: audit 2024-03-21T13:03:32.681374+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:33.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:32 smithi184 bash[14608]: audit 2024-03-21T13:03:30.561059+0000 mgr.x (mgr.34104) 516 : audit [DBG] from='client.15585 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:03:33.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:32 smithi184 bash[14608]: cluster 2024-03-21T13:03:31.306549+0000 mgr.x (mgr.34104) 517 : cluster [DBG] pgmap v333: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-21T13:03:33.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:32 smithi184 bash[14608]: cluster 2024-03-21T13:03:31.700741+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-03-21T13:03:33.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:32 smithi184 bash[14608]: cluster 2024-03-21T13:03:31.702566+0000 mon.a (mon.0) 131 : cluster [INF] mon.a calling monitor election 2024-03-21T13:03:33.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:32 smithi184 bash[14608]: cluster 2024-03-21T13:03:31.705984+0000 mon.a (mon.0) 132 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-03-21T13:03:33.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:32 smithi184 bash[14608]: cluster 2024-03-21T13:03:31.715540+0000 mon.a (mon.0) 133 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.178:3300/0,v1:172.21.15.178:6789/0],b=[v2:172.21.15.184:3300/0,v1:172.21.15.184:6789/0],c=[v2:172.21.15.178:3301/0,v1:172.21.15.178:6790/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-21T13:03:33.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:32 smithi184 bash[14608]: cluster 2024-03-21T13:03:31.716901+0000 mon.a (mon.0) 134 : cluster [DBG] fsmap 2024-03-21T13:03:33.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:32 smithi184 bash[14608]: cluster 2024-03-21T13:03:31.716986+0000 mon.a (mon.0) 135 : cluster [DBG] osdmap e115: 8 total, 8 up, 8 in 2024-03-21T13:03:33.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:32 smithi184 bash[14608]: cluster 2024-03-21T13:03:31.717563+0000 mon.a (mon.0) 136 : cluster [DBG] mgrmap e45: x(active, since 42s), standbys: y 2024-03-21T13:03:33.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:32 smithi184 bash[14608]: cluster 2024-03-21T13:03:31.717890+0000 mon.a (mon.0) 137 : cluster [WRN] Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-21T13:03:33.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:32 smithi184 bash[14608]: cluster 2024-03-21T13:03:31.717937+0000 mon.a (mon.0) 138 : cluster [WRN] [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-21T13:03:33.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:32 smithi184 bash[14608]: cluster 2024-03-21T13:03:31.717981+0000 mon.a (mon.0) 139 : cluster [WRN] daemon grafana.a on smithi184 is in error state 2024-03-21T13:03:33.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:32 smithi184 bash[14608]: audit 2024-03-21T13:03:31.724380+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:33.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:32 smithi184 bash[14608]: audit 2024-03-21T13:03:31.734673+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:33.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:32 smithi184 bash[14608]: audit 2024-03-21T13:03:31.753897+0000 mon.a (mon.0) 142 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:33.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:32 smithi184 bash[14608]: audit 2024-03-21T13:03:31.756015+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:33.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:32 smithi184 bash[14608]: cluster 2024-03-21T13:03:31.761357+0000 mgr.x (mgr.34104) 518 : cluster [DBG] pgmap v334: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:03:33.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:32 smithi184 bash[14608]: cluster 2024-03-21T13:03:31.761895+0000 mgr.x (mgr.34104) 519 : cluster [DBG] pgmap v335: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:03:33.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:32 smithi184 bash[14608]: audit 2024-03-21T13:03:31.768365+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:33.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:32 smithi184 bash[14608]: cephadm 2024-03-21T13:03:31.771032+0000 mgr.x (mgr.34104) 520 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:33.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:32 smithi184 bash[14608]: audit 2024-03-21T13:03:31.851548+0000 mon.a (mon.0) 145 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:33.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:32 smithi184 bash[14608]: audit 2024-03-21T13:03:31.855209+0000 mon.a (mon.0) 146 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:33.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:32 smithi184 bash[14608]: audit 2024-03-21T13:03:31.861422+0000 mon.a (mon.0) 147 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:33.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:32 smithi184 bash[14608]: audit 2024-03-21T13:03:31.863435+0000 mon.a (mon.0) 148 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:33.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:32 smithi184 bash[14608]: cluster 2024-03-21T13:03:31.868367+0000 mgr.x (mgr.34104) 521 : cluster [DBG] pgmap v336: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s 2024-03-21T13:03:33.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:32 smithi184 bash[14608]: cluster 2024-03-21T13:03:31.868772+0000 mgr.x (mgr.34104) 522 : cluster [DBG] pgmap v337: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-21T13:03:33.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:32 smithi184 bash[14608]: audit 2024-03-21T13:03:31.876299+0000 mon.a (mon.0) 149 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:33.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:32 smithi184 bash[14608]: cephadm 2024-03-21T13:03:31.878931+0000 mgr.x (mgr.34104) 523 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:33.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:32 smithi184 bash[14608]: audit 2024-03-21T13:03:31.958001+0000 mon.a (mon.0) 150 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:33.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:32 smithi184 bash[14608]: audit 2024-03-21T13:03:31.961581+0000 mon.a (mon.0) 151 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:33.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:32 smithi184 bash[14608]: audit 2024-03-21T13:03:31.965133+0000 mon.a (mon.0) 152 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:33.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:32 smithi184 bash[14608]: audit 2024-03-21T13:03:31.966700+0000 mon.a (mon.0) 153 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:33.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:32 smithi184 bash[14608]: cluster 2024-03-21T13:03:31.970462+0000 mgr.x (mgr.34104) 524 : cluster [DBG] pgmap v338: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.9 KiB/s rd, 1 op/s 2024-03-21T13:03:33.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:32 smithi184 bash[14608]: cluster 2024-03-21T13:03:31.970726+0000 mgr.x (mgr.34104) 525 : cluster [DBG] pgmap v339: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:33.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:32 smithi184 bash[14608]: audit 2024-03-21T13:03:31.977996+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:33.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:32 smithi184 bash[14608]: cephadm 2024-03-21T13:03:31.980280+0000 mgr.x (mgr.34104) 526 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:33.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:32 smithi184 bash[14608]: audit 2024-03-21T13:03:32.061244+0000 mon.a (mon.0) 155 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:33.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:32 smithi184 bash[14608]: audit 2024-03-21T13:03:32.064544+0000 mon.a (mon.0) 156 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:33.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:32 smithi184 bash[14608]: audit 2024-03-21T13:03:32.068135+0000 mon.a (mon.0) 157 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:33.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:32 smithi184 bash[14608]: audit 2024-03-21T13:03:32.069690+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:33.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:32 smithi184 bash[14608]: cluster 2024-03-21T13:03:32.073709+0000 mgr.x (mgr.34104) 527 : cluster [DBG] pgmap v340: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:33.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:32 smithi184 bash[14608]: cluster 2024-03-21T13:03:32.073965+0000 mgr.x (mgr.34104) 528 : cluster [DBG] pgmap v341: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:33.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:32 smithi184 bash[14608]: audit 2024-03-21T13:03:32.081613+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:33.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:32 smithi184 bash[14608]: cephadm 2024-03-21T13:03:32.083996+0000 mgr.x (mgr.34104) 529 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:33.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:32 smithi184 bash[14608]: audit 2024-03-21T13:03:32.160139+0000 mon.a (mon.0) 160 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:33.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:32 smithi184 bash[14608]: audit 2024-03-21T13:03:32.163120+0000 mon.a (mon.0) 161 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:33.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:32 smithi184 bash[14608]: audit 2024-03-21T13:03:32.167461+0000 mon.a (mon.0) 162 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:33.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:32 smithi184 bash[14608]: audit 2024-03-21T13:03:32.168950+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:33.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:32 smithi184 bash[14608]: audit 2024-03-21T13:03:32.177694+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:33.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:32 smithi184 bash[14608]: audit 2024-03-21T13:03:32.261548+0000 mon.a (mon.0) 165 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:33.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:32 smithi184 bash[14608]: audit 2024-03-21T13:03:32.264375+0000 mon.a (mon.0) 166 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:33.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:32 smithi184 bash[14608]: audit 2024-03-21T13:03:32.267472+0000 mon.a (mon.0) 167 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:33.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:32 smithi184 bash[14608]: audit 2024-03-21T13:03:32.268516+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:33.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:32 smithi184 bash[14608]: audit 2024-03-21T13:03:32.281481+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:33.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:32 smithi184 bash[14608]: audit 2024-03-21T13:03:32.360737+0000 mon.a (mon.0) 170 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:33.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:32 smithi184 bash[14608]: audit 2024-03-21T13:03:32.363753+0000 mon.a (mon.0) 171 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:33.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:32 smithi184 bash[14608]: audit 2024-03-21T13:03:32.366797+0000 mon.a (mon.0) 172 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:33.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:32 smithi184 bash[14608]: audit 2024-03-21T13:03:32.368312+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:33.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:32 smithi184 bash[14608]: audit 2024-03-21T13:03:32.380429+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:33.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:32 smithi184 bash[14608]: audit 2024-03-21T13:03:32.460959+0000 mon.a (mon.0) 175 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:33.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:32 smithi184 bash[14608]: audit 2024-03-21T13:03:32.464320+0000 mon.a (mon.0) 176 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:33.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:32 smithi184 bash[14608]: audit 2024-03-21T13:03:32.468432+0000 mon.a (mon.0) 177 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:33.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:32 smithi184 bash[14608]: audit 2024-03-21T13:03:32.469649+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:33.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:32 smithi184 bash[14608]: audit 2024-03-21T13:03:32.479207+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:33.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:32 smithi184 bash[14608]: audit 2024-03-21T13:03:32.561438+0000 mon.a (mon.0) 180 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:33.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:32 smithi184 bash[14608]: audit 2024-03-21T13:03:32.564504+0000 mon.a (mon.0) 181 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:33.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:32 smithi184 bash[14608]: audit 2024-03-21T13:03:32.567797+0000 mon.a (mon.0) 182 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:33.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:32 smithi184 bash[14608]: audit 2024-03-21T13:03:32.569193+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:33.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:32 smithi184 bash[14608]: audit 2024-03-21T13:03:32.579794+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:33.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:32 smithi184 bash[14608]: audit 2024-03-21T13:03:32.659455+0000 mon.a (mon.0) 185 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:33.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:32 smithi184 bash[14608]: audit 2024-03-21T13:03:32.664209+0000 mon.a (mon.0) 186 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:33.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:32 smithi184 bash[14608]: audit 2024-03-21T13:03:32.668037+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:33.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:32 smithi184 bash[14608]: audit 2024-03-21T13:03:32.669392+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:33.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:32 smithi184 bash[14608]: audit 2024-03-21T13:03:32.681374+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:33.823 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:03:33 smithi184 bash[54688]: ts=2024-03-21T13:03:33.508Z caller=manager.go:609 level=warn component="rule manager" group=nodes msg="Evaluating rule failed" rule="alert: CephNodeDiskspaceWarning\nexpr: predict_linear(node_filesystem_free_bytes{device=~\"/.*\"}[2d], 3600 * 24 * 5)\n * on(instance) group_left(nodename) node_uname_info < 0\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.8.4\n severity: warning\n type: ceph_default\nannotations:\n description: Mountpoint {{ $labels.mountpoint }} on {{ $labels.nodename }} will\n be full in less than 5 days based on the 48 hour trailing fill rate.\n summary: Host filesystem free space is getting low\n" err="found duplicate series for the match group {instance=\"smithi178\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi178\", job=\"node\", machine=\"x86_64\", nodename=\"smithi178\", release=\"5.4.0-174-generic\", sysname=\"Linux\", version=\"#193-Ubuntu SMP Thu Mar 7 14:29:28 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"a94f249e-e780-11ee-95cd-87774f69a715\", domainname=\"(none)\", instance=\"smithi178\", job=\"node\", machine=\"x86_64\", nodename=\"smithi178\", release=\"5.4.0-174-generic\", sysname=\"Linux\", version=\"#193-Ubuntu SMP Thu Mar 7 14:29:28 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-21T13:03:33.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:33 smithi184 bash[14608]: cluster 2024-03-21T13:03:32.173197+0000 mgr.x (mgr.34104) 530 : cluster [DBG] pgmap v342: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:33.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:33 smithi184 bash[14608]: cluster 2024-03-21T13:03:32.173718+0000 mgr.x (mgr.34104) 531 : cluster [DBG] pgmap v343: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:33.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:33 smithi184 bash[14608]: cephadm 2024-03-21T13:03:32.180275+0000 mgr.x (mgr.34104) 532 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:33.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:33 smithi184 bash[14608]: cluster 2024-03-21T13:03:32.272761+0000 mgr.x (mgr.34104) 533 : cluster [DBG] pgmap v344: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:33.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:33 smithi184 bash[14608]: cluster 2024-03-21T13:03:32.273446+0000 mgr.x (mgr.34104) 534 : cluster [DBG] pgmap v345: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:33.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:33 smithi184 bash[14608]: cephadm 2024-03-21T13:03:32.283889+0000 mgr.x (mgr.34104) 535 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:33.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:33 smithi184 bash[14608]: cluster 2024-03-21T13:03:32.372217+0000 mgr.x (mgr.34104) 536 : cluster [DBG] pgmap v346: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:33.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:33 smithi184 bash[14608]: cluster 2024-03-21T13:03:32.372705+0000 mgr.x (mgr.34104) 537 : cluster [DBG] pgmap v347: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:33.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:33 smithi184 bash[14608]: cephadm 2024-03-21T13:03:32.382778+0000 mgr.x (mgr.34104) 538 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:33.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:33 smithi184 bash[14608]: cluster 2024-03-21T13:03:32.473593+0000 mgr.x (mgr.34104) 539 : cluster [DBG] pgmap v348: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:33.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:33 smithi184 bash[14608]: cephadm 2024-03-21T13:03:32.481490+0000 mgr.x (mgr.34104) 540 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:33.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:33 smithi184 bash[14608]: cluster 2024-03-21T13:03:32.572948+0000 mgr.x (mgr.34104) 541 : cluster [DBG] pgmap v349: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:33.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:33 smithi184 bash[14608]: cephadm 2024-03-21T13:03:32.582169+0000 mgr.x (mgr.34104) 542 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:33.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:33 smithi184 bash[14608]: cluster 2024-03-21T13:03:32.673485+0000 mgr.x (mgr.34104) 543 : cluster [DBG] pgmap v350: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:33.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:33 smithi184 bash[14608]: cluster 2024-03-21T13:03:32.673844+0000 mgr.x (mgr.34104) 544 : cluster [DBG] pgmap v351: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:33.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:33 smithi184 bash[14608]: cephadm 2024-03-21T13:03:32.684483+0000 mgr.x (mgr.34104) 545 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:33.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:33 smithi184 bash[14608]: audit 2024-03-21T13:03:32.765866+0000 mon.a (mon.0) 190 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:33.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:33 smithi184 bash[14608]: audit 2024-03-21T13:03:32.768599+0000 mon.a (mon.0) 191 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:33.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:33 smithi184 bash[14608]: audit 2024-03-21T13:03:32.772117+0000 mon.a (mon.0) 192 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:33.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:33 smithi184 bash[14608]: audit 2024-03-21T13:03:32.773477+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:33.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:33 smithi184 bash[14608]: cluster 2024-03-21T13:03:32.777348+0000 mgr.x (mgr.34104) 546 : cluster [DBG] pgmap v352: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:33.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:33 smithi184 bash[14608]: cluster 2024-03-21T13:03:32.777813+0000 mgr.x (mgr.34104) 547 : cluster [DBG] pgmap v353: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:33.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:33 smithi184 bash[14608]: audit 2024-03-21T13:03:32.783660+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:33.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:33 smithi184 bash[14608]: cephadm 2024-03-21T13:03:32.786227+0000 mgr.x (mgr.34104) 548 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:33.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:33 smithi184 bash[14608]: audit 2024-03-21T13:03:32.863568+0000 mon.a (mon.0) 195 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:33.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:33 smithi184 bash[14608]: audit 2024-03-21T13:03:32.867351+0000 mon.a (mon.0) 196 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:33.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:33 smithi184 bash[14608]: audit 2024-03-21T13:03:32.871336+0000 mon.a (mon.0) 197 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:33.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:33 smithi184 bash[14608]: audit 2024-03-21T13:03:32.873131+0000 mon.a (mon.0) 198 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:33.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:33 smithi184 bash[14608]: cluster 2024-03-21T13:03:32.877313+0000 mgr.x (mgr.34104) 549 : cluster [DBG] pgmap v354: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:33.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:33 smithi184 bash[14608]: cluster 2024-03-21T13:03:32.877712+0000 mgr.x (mgr.34104) 550 : cluster [DBG] pgmap v355: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:33.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:33 smithi184 bash[14608]: audit 2024-03-21T13:03:32.885298+0000 mon.a (mon.0) 199 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:33.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:33 smithi184 bash[14608]: cephadm 2024-03-21T13:03:32.887956+0000 mgr.x (mgr.34104) 551 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:33.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:33 smithi184 bash[14608]: audit 2024-03-21T13:03:32.967047+0000 mon.a (mon.0) 200 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:33.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:33 smithi184 bash[14608]: audit 2024-03-21T13:03:32.969944+0000 mon.a (mon.0) 201 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:33.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:33 smithi184 bash[14608]: audit 2024-03-21T13:03:32.973797+0000 mon.a (mon.0) 202 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:33.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:33 smithi184 bash[14608]: audit 2024-03-21T13:03:32.975096+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:33.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:33 smithi184 bash[14608]: cluster 2024-03-21T13:03:32.978849+0000 mgr.x (mgr.34104) 552 : cluster [DBG] pgmap v356: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:33.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:33 smithi184 bash[14608]: cluster 2024-03-21T13:03:32.979324+0000 mgr.x (mgr.34104) 553 : cluster [DBG] pgmap v357: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:33.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:33 smithi184 bash[14608]: audit 2024-03-21T13:03:32.986812+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:33.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:33 smithi184 bash[14608]: cephadm 2024-03-21T13:03:32.989242+0000 mgr.x (mgr.34104) 554 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:33.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:33 smithi184 bash[14608]: audit 2024-03-21T13:03:33.066570+0000 mon.a (mon.0) 205 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:33.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:33 smithi184 bash[14608]: audit 2024-03-21T13:03:33.069763+0000 mon.a (mon.0) 206 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:33.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:33 smithi184 bash[14608]: audit 2024-03-21T13:03:33.075170+0000 mon.a (mon.0) 207 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:33.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:33 smithi184 bash[14608]: audit 2024-03-21T13:03:33.076891+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:33.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:33 smithi184 bash[14608]: cluster 2024-03-21T13:03:33.081571+0000 mgr.x (mgr.34104) 555 : cluster [DBG] pgmap v358: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:33.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:33 smithi184 bash[14608]: cluster 2024-03-21T13:03:33.082115+0000 mgr.x (mgr.34104) 556 : cluster [DBG] pgmap v359: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:33.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:33 smithi184 bash[14608]: audit 2024-03-21T13:03:33.088983+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:33.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:33 smithi184 bash[14608]: cephadm 2024-03-21T13:03:33.091465+0000 mgr.x (mgr.34104) 557 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:33.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:33 smithi184 bash[14608]: audit 2024-03-21T13:03:33.168717+0000 mon.a (mon.0) 210 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:33.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:33 smithi184 bash[14608]: audit 2024-03-21T13:03:33.173609+0000 mon.a (mon.0) 211 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:33.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:33 smithi184 bash[14608]: audit 2024-03-21T13:03:33.178149+0000 mon.a (mon.0) 212 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:33.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:33 smithi184 bash[14608]: audit 2024-03-21T13:03:33.180015+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:33.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:33 smithi184 bash[14608]: audit 2024-03-21T13:03:33.190590+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:33.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:33 smithi184 bash[14608]: audit 2024-03-21T13:03:33.270968+0000 mon.a (mon.0) 215 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:33.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:33 smithi184 bash[14608]: audit 2024-03-21T13:03:33.273956+0000 mon.a (mon.0) 216 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:33.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:33 smithi184 bash[14608]: audit 2024-03-21T13:03:33.277941+0000 mon.a (mon.0) 217 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:33.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:33 smithi184 bash[14608]: audit 2024-03-21T13:03:33.279330+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:33.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:33 smithi184 bash[14608]: audit 2024-03-21T13:03:33.288728+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:33.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:33 smithi184 bash[14608]: audit 2024-03-21T13:03:33.373055+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:33.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:33 smithi184 bash[14608]: audit 2024-03-21T13:03:33.376417+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:33.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:33 smithi184 bash[14608]: audit 2024-03-21T13:03:33.380191+0000 mon.a (mon.0) 222 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:33.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:33 smithi184 bash[14608]: audit 2024-03-21T13:03:33.381732+0000 mon.a (mon.0) 223 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:33.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:33 smithi184 bash[14608]: audit 2024-03-21T13:03:33.393117+0000 mon.a (mon.0) 224 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:33.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:33 smithi184 bash[14608]: audit 2024-03-21T13:03:33.473092+0000 mon.a (mon.0) 225 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:33.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:33 smithi184 bash[14608]: audit 2024-03-21T13:03:33.477727+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:33.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:33 smithi184 bash[14608]: audit 2024-03-21T13:03:33.481538+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:33.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:33 smithi184 bash[14608]: audit 2024-03-21T13:03:33.483104+0000 mon.a (mon.0) 228 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:33.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:33 smithi184 bash[14608]: audit 2024-03-21T13:03:33.495459+0000 mon.a (mon.0) 229 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:33.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:33 smithi184 bash[14608]: audit 2024-03-21T13:03:33.576020+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:33.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:33 smithi184 bash[14608]: audit 2024-03-21T13:03:33.579118+0000 mon.a (mon.0) 231 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:33.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:33 smithi184 bash[14608]: audit 2024-03-21T13:03:33.582714+0000 mon.a (mon.0) 232 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:33.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:33 smithi184 bash[14608]: audit 2024-03-21T13:03:33.584365+0000 mon.a (mon.0) 233 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:33.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:33 smithi184 bash[14608]: audit 2024-03-21T13:03:33.595815+0000 mon.a (mon.0) 234 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:33.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:33 smithi184 bash[14608]: audit 2024-03-21T13:03:33.680135+0000 mon.a (mon.0) 235 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:33.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:33 smithi184 bash[14608]: audit 2024-03-21T13:03:33.683160+0000 mon.a (mon.0) 236 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:33.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:33 smithi184 bash[14608]: audit 2024-03-21T13:03:33.686994+0000 mon.a (mon.0) 237 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:33.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:33 smithi184 bash[14608]: audit 2024-03-21T13:03:33.688087+0000 mon.a (mon.0) 238 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:33.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:33 smithi184 bash[14608]: audit 2024-03-21T13:03:33.699034+0000 mon.a (mon.0) 239 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:34.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:33 smithi178 bash[75692]: cluster 2024-03-21T13:03:32.173197+0000 mgr.x (mgr.34104) 530 : cluster [DBG] pgmap v342: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:34.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:33 smithi178 bash[75692]: cluster 2024-03-21T13:03:32.173718+0000 mgr.x (mgr.34104) 531 : cluster [DBG] pgmap v343: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:34.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:33 smithi178 bash[75692]: cephadm 2024-03-21T13:03:32.180275+0000 mgr.x (mgr.34104) 532 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:34.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:33 smithi178 bash[75692]: cluster 2024-03-21T13:03:32.272761+0000 mgr.x (mgr.34104) 533 : cluster [DBG] pgmap v344: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:34.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:33 smithi178 bash[75692]: cluster 2024-03-21T13:03:32.273446+0000 mgr.x (mgr.34104) 534 : cluster [DBG] pgmap v345: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:34.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:33 smithi178 bash[75692]: cephadm 2024-03-21T13:03:32.283889+0000 mgr.x (mgr.34104) 535 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:34.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:33 smithi178 bash[75692]: cluster 2024-03-21T13:03:32.372217+0000 mgr.x (mgr.34104) 536 : cluster [DBG] pgmap v346: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:34.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:33 smithi178 bash[75692]: cluster 2024-03-21T13:03:32.372705+0000 mgr.x (mgr.34104) 537 : cluster [DBG] pgmap v347: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:34.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:33 smithi178 bash[75692]: cephadm 2024-03-21T13:03:32.382778+0000 mgr.x (mgr.34104) 538 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:34.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:33 smithi178 bash[75692]: cluster 2024-03-21T13:03:32.473593+0000 mgr.x (mgr.34104) 539 : cluster [DBG] pgmap v348: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:34.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:33 smithi178 bash[75692]: cephadm 2024-03-21T13:03:32.481490+0000 mgr.x (mgr.34104) 540 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:34.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:33 smithi178 bash[75692]: cluster 2024-03-21T13:03:32.572948+0000 mgr.x (mgr.34104) 541 : cluster [DBG] pgmap v349: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:34.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:33 smithi178 bash[75692]: cephadm 2024-03-21T13:03:32.582169+0000 mgr.x (mgr.34104) 542 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:34.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:33 smithi178 bash[75692]: cluster 2024-03-21T13:03:32.673485+0000 mgr.x (mgr.34104) 543 : cluster [DBG] pgmap v350: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:34.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:33 smithi178 bash[75692]: cluster 2024-03-21T13:03:32.673844+0000 mgr.x (mgr.34104) 544 : cluster [DBG] pgmap v351: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:34.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:33 smithi178 bash[75692]: cephadm 2024-03-21T13:03:32.684483+0000 mgr.x (mgr.34104) 545 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:34.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:33 smithi178 bash[75692]: audit 2024-03-21T13:03:32.765866+0000 mon.a (mon.0) 190 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:34.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:33 smithi178 bash[75692]: audit 2024-03-21T13:03:32.768599+0000 mon.a (mon.0) 191 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:34.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:33 smithi178 bash[75692]: audit 2024-03-21T13:03:32.772117+0000 mon.a (mon.0) 192 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:34.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:33 smithi178 bash[75692]: audit 2024-03-21T13:03:32.773477+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:34.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:33 smithi178 bash[77880]: cluster 2024-03-21T13:03:32.173197+0000 mgr.x (mgr.34104) 530 : cluster [DBG] pgmap v342: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:34.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:33 smithi178 bash[77880]: cluster 2024-03-21T13:03:32.173718+0000 mgr.x (mgr.34104) 531 : cluster [DBG] pgmap v343: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:34.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:33 smithi178 bash[77880]: cephadm 2024-03-21T13:03:32.180275+0000 mgr.x (mgr.34104) 532 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:34.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:33 smithi178 bash[77880]: cluster 2024-03-21T13:03:32.272761+0000 mgr.x (mgr.34104) 533 : cluster [DBG] pgmap v344: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:34.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:33 smithi178 bash[77880]: cluster 2024-03-21T13:03:32.273446+0000 mgr.x (mgr.34104) 534 : cluster [DBG] pgmap v345: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:34.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:33 smithi178 bash[77880]: cephadm 2024-03-21T13:03:32.283889+0000 mgr.x (mgr.34104) 535 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:34.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:33 smithi178 bash[77880]: cluster 2024-03-21T13:03:32.372217+0000 mgr.x (mgr.34104) 536 : cluster [DBG] pgmap v346: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:34.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:33 smithi178 bash[77880]: cluster 2024-03-21T13:03:32.372705+0000 mgr.x (mgr.34104) 537 : cluster [DBG] pgmap v347: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:34.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:33 smithi178 bash[77880]: cephadm 2024-03-21T13:03:32.382778+0000 mgr.x (mgr.34104) 538 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:34.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:33 smithi178 bash[77880]: cluster 2024-03-21T13:03:32.473593+0000 mgr.x (mgr.34104) 539 : cluster [DBG] pgmap v348: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:34.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:33 smithi178 bash[77880]: cephadm 2024-03-21T13:03:32.481490+0000 mgr.x (mgr.34104) 540 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:34.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:33 smithi178 bash[77880]: cluster 2024-03-21T13:03:32.572948+0000 mgr.x (mgr.34104) 541 : cluster [DBG] pgmap v349: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:34.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:33 smithi178 bash[77880]: cephadm 2024-03-21T13:03:32.582169+0000 mgr.x (mgr.34104) 542 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:34.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:33 smithi178 bash[77880]: cluster 2024-03-21T13:03:32.673485+0000 mgr.x (mgr.34104) 543 : cluster [DBG] pgmap v350: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:34.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:33 smithi178 bash[77880]: cluster 2024-03-21T13:03:32.673844+0000 mgr.x (mgr.34104) 544 : cluster [DBG] pgmap v351: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:34.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:33 smithi178 bash[77880]: cephadm 2024-03-21T13:03:32.684483+0000 mgr.x (mgr.34104) 545 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:34.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:33 smithi178 bash[77880]: audit 2024-03-21T13:03:32.765866+0000 mon.a (mon.0) 190 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:34.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:33 smithi178 bash[77880]: audit 2024-03-21T13:03:32.768599+0000 mon.a (mon.0) 191 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:34.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:33 smithi178 bash[77880]: audit 2024-03-21T13:03:32.772117+0000 mon.a (mon.0) 192 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:34.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:33 smithi178 bash[77880]: audit 2024-03-21T13:03:32.773477+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:34.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:33 smithi178 bash[75692]: cluster 2024-03-21T13:03:32.777348+0000 mgr.x (mgr.34104) 546 : cluster [DBG] pgmap v352: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:34.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:33 smithi178 bash[75692]: cluster 2024-03-21T13:03:32.777813+0000 mgr.x (mgr.34104) 547 : cluster [DBG] pgmap v353: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:34.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:33 smithi178 bash[75692]: audit 2024-03-21T13:03:32.783660+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:34.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:33 smithi178 bash[75692]: cephadm 2024-03-21T13:03:32.786227+0000 mgr.x (mgr.34104) 548 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:34.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:33 smithi178 bash[75692]: audit 2024-03-21T13:03:32.863568+0000 mon.a (mon.0) 195 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:34.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:33 smithi178 bash[75692]: audit 2024-03-21T13:03:32.867351+0000 mon.a (mon.0) 196 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:34.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:33 smithi178 bash[75692]: audit 2024-03-21T13:03:32.871336+0000 mon.a (mon.0) 197 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:34.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:33 smithi178 bash[75692]: audit 2024-03-21T13:03:32.873131+0000 mon.a (mon.0) 198 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:34.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:33 smithi178 bash[75692]: cluster 2024-03-21T13:03:32.877313+0000 mgr.x (mgr.34104) 549 : cluster [DBG] pgmap v354: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:34.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:33 smithi178 bash[75692]: cluster 2024-03-21T13:03:32.877712+0000 mgr.x (mgr.34104) 550 : cluster [DBG] pgmap v355: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:34.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:33 smithi178 bash[75692]: audit 2024-03-21T13:03:32.885298+0000 mon.a (mon.0) 199 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:34.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:33 smithi178 bash[75692]: cephadm 2024-03-21T13:03:32.887956+0000 mgr.x (mgr.34104) 551 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:34.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:33 smithi178 bash[75692]: audit 2024-03-21T13:03:32.967047+0000 mon.a (mon.0) 200 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:34.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:33 smithi178 bash[75692]: audit 2024-03-21T13:03:32.969944+0000 mon.a (mon.0) 201 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:34.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:33 smithi178 bash[75692]: audit 2024-03-21T13:03:32.973797+0000 mon.a (mon.0) 202 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:34.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:33 smithi178 bash[75692]: audit 2024-03-21T13:03:32.975096+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:34.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:33 smithi178 bash[75692]: cluster 2024-03-21T13:03:32.978849+0000 mgr.x (mgr.34104) 552 : cluster [DBG] pgmap v356: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:34.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:33 smithi178 bash[75692]: cluster 2024-03-21T13:03:32.979324+0000 mgr.x (mgr.34104) 553 : cluster [DBG] pgmap v357: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:34.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:33 smithi178 bash[75692]: audit 2024-03-21T13:03:32.986812+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:34.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:33 smithi178 bash[75692]: cephadm 2024-03-21T13:03:32.989242+0000 mgr.x (mgr.34104) 554 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:34.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:33 smithi178 bash[77880]: cluster 2024-03-21T13:03:32.777348+0000 mgr.x (mgr.34104) 546 : cluster [DBG] pgmap v352: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:34.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:33 smithi178 bash[77880]: cluster 2024-03-21T13:03:32.777813+0000 mgr.x (mgr.34104) 547 : cluster [DBG] pgmap v353: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:34.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:33 smithi178 bash[77880]: audit 2024-03-21T13:03:32.783660+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:34.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:33 smithi178 bash[77880]: cephadm 2024-03-21T13:03:32.786227+0000 mgr.x (mgr.34104) 548 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:34.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:33 smithi178 bash[77880]: audit 2024-03-21T13:03:32.863568+0000 mon.a (mon.0) 195 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:34.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:33 smithi178 bash[77880]: audit 2024-03-21T13:03:32.867351+0000 mon.a (mon.0) 196 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:34.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:33 smithi178 bash[77880]: audit 2024-03-21T13:03:32.871336+0000 mon.a (mon.0) 197 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:34.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:33 smithi178 bash[77880]: audit 2024-03-21T13:03:32.873131+0000 mon.a (mon.0) 198 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:34.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:33 smithi178 bash[77880]: cluster 2024-03-21T13:03:32.877313+0000 mgr.x (mgr.34104) 549 : cluster [DBG] pgmap v354: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:34.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:33 smithi178 bash[77880]: cluster 2024-03-21T13:03:32.877712+0000 mgr.x (mgr.34104) 550 : cluster [DBG] pgmap v355: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:34.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:33 smithi178 bash[77880]: audit 2024-03-21T13:03:32.885298+0000 mon.a (mon.0) 199 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:34.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:33 smithi178 bash[77880]: cephadm 2024-03-21T13:03:32.887956+0000 mgr.x (mgr.34104) 551 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:34.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:33 smithi178 bash[77880]: audit 2024-03-21T13:03:32.967047+0000 mon.a (mon.0) 200 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:34.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:33 smithi178 bash[77880]: audit 2024-03-21T13:03:32.969944+0000 mon.a (mon.0) 201 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:34.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:33 smithi178 bash[77880]: audit 2024-03-21T13:03:32.973797+0000 mon.a (mon.0) 202 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:34.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:33 smithi178 bash[77880]: audit 2024-03-21T13:03:32.975096+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:34.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:33 smithi178 bash[77880]: cluster 2024-03-21T13:03:32.978849+0000 mgr.x (mgr.34104) 552 : cluster [DBG] pgmap v356: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:34.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:33 smithi178 bash[77880]: cluster 2024-03-21T13:03:32.979324+0000 mgr.x (mgr.34104) 553 : cluster [DBG] pgmap v357: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:34.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:33 smithi178 bash[77880]: audit 2024-03-21T13:03:32.986812+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:34.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:33 smithi178 bash[77880]: cephadm 2024-03-21T13:03:32.989242+0000 mgr.x (mgr.34104) 554 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:34.057 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:33 smithi178 bash[75692]: audit 2024-03-21T13:03:33.066570+0000 mon.a (mon.0) 205 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:34.057 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:33 smithi178 bash[75692]: audit 2024-03-21T13:03:33.069763+0000 mon.a (mon.0) 206 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:34.058 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:33 smithi178 bash[75692]: audit 2024-03-21T13:03:33.075170+0000 mon.a (mon.0) 207 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:34.058 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:33 smithi178 bash[75692]: audit 2024-03-21T13:03:33.076891+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:34.058 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:33 smithi178 bash[75692]: cluster 2024-03-21T13:03:33.081571+0000 mgr.x (mgr.34104) 555 : cluster [DBG] pgmap v358: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:34.058 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:33 smithi178 bash[75692]: cluster 2024-03-21T13:03:33.082115+0000 mgr.x (mgr.34104) 556 : cluster [DBG] pgmap v359: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:34.058 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:33 smithi178 bash[75692]: audit 2024-03-21T13:03:33.088983+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:34.058 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:33 smithi178 bash[75692]: cephadm 2024-03-21T13:03:33.091465+0000 mgr.x (mgr.34104) 557 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:34.058 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:33 smithi178 bash[75692]: audit 2024-03-21T13:03:33.168717+0000 mon.a (mon.0) 210 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:34.058 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:33 smithi178 bash[75692]: audit 2024-03-21T13:03:33.173609+0000 mon.a (mon.0) 211 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:34.058 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:33 smithi178 bash[75692]: audit 2024-03-21T13:03:33.178149+0000 mon.a (mon.0) 212 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:34.058 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:33 smithi178 bash[75692]: audit 2024-03-21T13:03:33.180015+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:34.058 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:33 smithi178 bash[75692]: audit 2024-03-21T13:03:33.190590+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:34.058 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:33 smithi178 bash[75692]: audit 2024-03-21T13:03:33.270968+0000 mon.a (mon.0) 215 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:34.059 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:33 smithi178 bash[75692]: audit 2024-03-21T13:03:33.273956+0000 mon.a (mon.0) 216 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:34.059 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:33 smithi178 bash[75692]: audit 2024-03-21T13:03:33.277941+0000 mon.a (mon.0) 217 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:34.059 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:33 smithi178 bash[75692]: audit 2024-03-21T13:03:33.279330+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:34.059 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:33 smithi178 bash[75692]: audit 2024-03-21T13:03:33.288728+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:34.059 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:33 smithi178 bash[75692]: audit 2024-03-21T13:03:33.373055+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:34.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:33 smithi178 bash[77880]: audit 2024-03-21T13:03:33.066570+0000 mon.a (mon.0) 205 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:34.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:33 smithi178 bash[77880]: audit 2024-03-21T13:03:33.069763+0000 mon.a (mon.0) 206 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:34.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:33 smithi178 bash[77880]: audit 2024-03-21T13:03:33.075170+0000 mon.a (mon.0) 207 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:34.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:33 smithi178 bash[77880]: audit 2024-03-21T13:03:33.076891+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:34.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:33 smithi178 bash[77880]: cluster 2024-03-21T13:03:33.081571+0000 mgr.x (mgr.34104) 555 : cluster [DBG] pgmap v358: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:34.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:33 smithi178 bash[77880]: cluster 2024-03-21T13:03:33.082115+0000 mgr.x (mgr.34104) 556 : cluster [DBG] pgmap v359: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:34.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:33 smithi178 bash[77880]: audit 2024-03-21T13:03:33.088983+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:34.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:33 smithi178 bash[77880]: cephadm 2024-03-21T13:03:33.091465+0000 mgr.x (mgr.34104) 557 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:34.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:33 smithi178 bash[77880]: audit 2024-03-21T13:03:33.168717+0000 mon.a (mon.0) 210 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:34.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:33 smithi178 bash[77880]: audit 2024-03-21T13:03:33.173609+0000 mon.a (mon.0) 211 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:34.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:33 smithi178 bash[77880]: audit 2024-03-21T13:03:33.178149+0000 mon.a (mon.0) 212 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:34.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:33 smithi178 bash[77880]: audit 2024-03-21T13:03:33.180015+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:34.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:33 smithi178 bash[77880]: audit 2024-03-21T13:03:33.190590+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:34.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:33 smithi178 bash[77880]: audit 2024-03-21T13:03:33.270968+0000 mon.a (mon.0) 215 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:34.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:33 smithi178 bash[77880]: audit 2024-03-21T13:03:33.273956+0000 mon.a (mon.0) 216 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:34.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:33 smithi178 bash[77880]: audit 2024-03-21T13:03:33.277941+0000 mon.a (mon.0) 217 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:34.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:33 smithi178 bash[77880]: audit 2024-03-21T13:03:33.279330+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:34.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:33 smithi178 bash[77880]: audit 2024-03-21T13:03:33.288728+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:34.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:33 smithi178 bash[77880]: audit 2024-03-21T13:03:33.373055+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:34.061 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:33 smithi178 bash[75692]: audit 2024-03-21T13:03:33.376417+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:34.062 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:33 smithi178 bash[75692]: audit 2024-03-21T13:03:33.380191+0000 mon.a (mon.0) 222 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:34.062 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:33 smithi178 bash[75692]: audit 2024-03-21T13:03:33.381732+0000 mon.a (mon.0) 223 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:34.062 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:33 smithi178 bash[75692]: audit 2024-03-21T13:03:33.393117+0000 mon.a (mon.0) 224 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:34.062 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:33 smithi178 bash[75692]: audit 2024-03-21T13:03:33.473092+0000 mon.a (mon.0) 225 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:34.062 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:33 smithi178 bash[75692]: audit 2024-03-21T13:03:33.477727+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:34.062 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:33 smithi178 bash[75692]: audit 2024-03-21T13:03:33.481538+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:34.062 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:33 smithi178 bash[75692]: audit 2024-03-21T13:03:33.483104+0000 mon.a (mon.0) 228 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:34.062 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:33 smithi178 bash[75692]: audit 2024-03-21T13:03:33.495459+0000 mon.a (mon.0) 229 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:34.062 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:33 smithi178 bash[75692]: audit 2024-03-21T13:03:33.576020+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:34.062 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:33 smithi178 bash[75692]: audit 2024-03-21T13:03:33.579118+0000 mon.a (mon.0) 231 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:34.062 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:33 smithi178 bash[75692]: audit 2024-03-21T13:03:33.582714+0000 mon.a (mon.0) 232 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:34.063 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:33 smithi178 bash[75692]: audit 2024-03-21T13:03:33.584365+0000 mon.a (mon.0) 233 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:34.063 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:33 smithi178 bash[75692]: audit 2024-03-21T13:03:33.595815+0000 mon.a (mon.0) 234 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:34.063 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:33 smithi178 bash[75692]: audit 2024-03-21T13:03:33.680135+0000 mon.a (mon.0) 235 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:34.063 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:33 smithi178 bash[75692]: audit 2024-03-21T13:03:33.683160+0000 mon.a (mon.0) 236 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:34.063 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:33 smithi178 bash[75692]: audit 2024-03-21T13:03:33.686994+0000 mon.a (mon.0) 237 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:34.063 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:33 smithi178 bash[75692]: audit 2024-03-21T13:03:33.688087+0000 mon.a (mon.0) 238 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:34.063 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:33 smithi178 bash[75692]: audit 2024-03-21T13:03:33.699034+0000 mon.a (mon.0) 239 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:34.063 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:33 smithi178 bash[77880]: audit 2024-03-21T13:03:33.376417+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:34.063 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:33 smithi178 bash[77880]: audit 2024-03-21T13:03:33.380191+0000 mon.a (mon.0) 222 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:34.063 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:33 smithi178 bash[77880]: audit 2024-03-21T13:03:33.381732+0000 mon.a (mon.0) 223 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:34.063 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:33 smithi178 bash[77880]: audit 2024-03-21T13:03:33.393117+0000 mon.a (mon.0) 224 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:34.064 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:33 smithi178 bash[77880]: audit 2024-03-21T13:03:33.473092+0000 mon.a (mon.0) 225 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:34.064 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:33 smithi178 bash[77880]: audit 2024-03-21T13:03:33.477727+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:34.064 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:33 smithi178 bash[77880]: audit 2024-03-21T13:03:33.481538+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:34.064 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:33 smithi178 bash[77880]: audit 2024-03-21T13:03:33.483104+0000 mon.a (mon.0) 228 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:34.064 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:33 smithi178 bash[77880]: audit 2024-03-21T13:03:33.495459+0000 mon.a (mon.0) 229 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:34.064 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:33 smithi178 bash[77880]: audit 2024-03-21T13:03:33.576020+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:34.064 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:33 smithi178 bash[77880]: audit 2024-03-21T13:03:33.579118+0000 mon.a (mon.0) 231 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:34.064 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:33 smithi178 bash[77880]: audit 2024-03-21T13:03:33.582714+0000 mon.a (mon.0) 232 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:34.064 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:33 smithi178 bash[77880]: audit 2024-03-21T13:03:33.584365+0000 mon.a (mon.0) 233 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:34.064 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:33 smithi178 bash[77880]: audit 2024-03-21T13:03:33.595815+0000 mon.a (mon.0) 234 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:34.064 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:33 smithi178 bash[77880]: audit 2024-03-21T13:03:33.680135+0000 mon.a (mon.0) 235 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:34.064 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:33 smithi178 bash[77880]: audit 2024-03-21T13:03:33.683160+0000 mon.a (mon.0) 236 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:34.065 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:33 smithi178 bash[77880]: audit 2024-03-21T13:03:33.686994+0000 mon.a (mon.0) 237 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:34.065 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:33 smithi178 bash[77880]: audit 2024-03-21T13:03:33.688087+0000 mon.a (mon.0) 238 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:34.065 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:33 smithi178 bash[77880]: audit 2024-03-21T13:03:33.699034+0000 mon.a (mon.0) 239 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:35.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:34 smithi178 bash[75692]: cluster 2024-03-21T13:03:33.184511+0000 mgr.x (mgr.34104) 558 : cluster [DBG] pgmap v360: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:35.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:34 smithi178 bash[75692]: cluster 2024-03-21T13:03:33.184975+0000 mgr.x (mgr.34104) 559 : cluster [DBG] pgmap v361: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:35.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:34 smithi178 bash[75692]: cephadm 2024-03-21T13:03:33.192921+0000 mgr.x (mgr.34104) 560 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:35.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:34 smithi178 bash[75692]: cluster 2024-03-21T13:03:33.283331+0000 mgr.x (mgr.34104) 561 : cluster [DBG] pgmap v362: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:35.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:34 smithi178 bash[75692]: cephadm 2024-03-21T13:03:33.290915+0000 mgr.x (mgr.34104) 562 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:35.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:34 smithi178 bash[75692]: cluster 2024-03-21T13:03:33.386106+0000 mgr.x (mgr.34104) 563 : cluster [DBG] pgmap v363: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:35.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:34 smithi178 bash[75692]: cluster 2024-03-21T13:03:33.386831+0000 mgr.x (mgr.34104) 564 : cluster [DBG] pgmap v364: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:35.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:34 smithi178 bash[75692]: cephadm 2024-03-21T13:03:33.395535+0000 mgr.x (mgr.34104) 565 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:35.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:34 smithi178 bash[75692]: cluster 2024-03-21T13:03:33.487312+0000 mgr.x (mgr.34104) 566 : cluster [DBG] pgmap v365: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:35.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:34 smithi178 bash[75692]: cluster 2024-03-21T13:03:33.487610+0000 mgr.x (mgr.34104) 567 : cluster [DBG] pgmap v366: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:35.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:34 smithi178 bash[75692]: cephadm 2024-03-21T13:03:33.498104+0000 mgr.x (mgr.34104) 568 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:35.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:34 smithi178 bash[75692]: cluster 2024-03-21T13:03:33.588372+0000 mgr.x (mgr.34104) 569 : cluster [DBG] pgmap v367: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:35.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:34 smithi178 bash[75692]: cluster 2024-03-21T13:03:33.588632+0000 mgr.x (mgr.34104) 570 : cluster [DBG] pgmap v368: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:35.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:34 smithi178 bash[75692]: cephadm 2024-03-21T13:03:33.598237+0000 mgr.x (mgr.34104) 571 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:35.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:34 smithi178 bash[75692]: cluster 2024-03-21T13:03:33.691412+0000 mgr.x (mgr.34104) 572 : cluster [DBG] pgmap v369: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:35.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:34 smithi178 bash[75692]: cluster 2024-03-21T13:03:33.691699+0000 mgr.x (mgr.34104) 573 : cluster [DBG] pgmap v370: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:35.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:34 smithi178 bash[75692]: cephadm 2024-03-21T13:03:33.701259+0000 mgr.x (mgr.34104) 574 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:35.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:34 smithi178 bash[75692]: audit 2024-03-21T13:03:33.786247+0000 mon.a (mon.0) 240 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:35.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:34 smithi178 bash[75692]: audit 2024-03-21T13:03:33.789276+0000 mon.a (mon.0) 241 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:35.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:34 smithi178 bash[75692]: audit 2024-03-21T13:03:33.792162+0000 mon.a (mon.0) 242 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:35.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:34 smithi178 bash[77880]: cluster 2024-03-21T13:03:33.184511+0000 mgr.x (mgr.34104) 558 : cluster [DBG] pgmap v360: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:35.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:34 smithi178 bash[77880]: cluster 2024-03-21T13:03:33.184975+0000 mgr.x (mgr.34104) 559 : cluster [DBG] pgmap v361: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:35.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:34 smithi178 bash[77880]: cephadm 2024-03-21T13:03:33.192921+0000 mgr.x (mgr.34104) 560 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:35.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:34 smithi178 bash[77880]: cluster 2024-03-21T13:03:33.283331+0000 mgr.x (mgr.34104) 561 : cluster [DBG] pgmap v362: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:35.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:34 smithi178 bash[77880]: cephadm 2024-03-21T13:03:33.290915+0000 mgr.x (mgr.34104) 562 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:35.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:34 smithi178 bash[77880]: cluster 2024-03-21T13:03:33.386106+0000 mgr.x (mgr.34104) 563 : cluster [DBG] pgmap v363: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:35.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:34 smithi178 bash[77880]: cluster 2024-03-21T13:03:33.386831+0000 mgr.x (mgr.34104) 564 : cluster [DBG] pgmap v364: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:35.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:34 smithi178 bash[77880]: cephadm 2024-03-21T13:03:33.395535+0000 mgr.x (mgr.34104) 565 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:35.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:34 smithi178 bash[77880]: cluster 2024-03-21T13:03:33.487312+0000 mgr.x (mgr.34104) 566 : cluster [DBG] pgmap v365: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:35.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:34 smithi178 bash[77880]: cluster 2024-03-21T13:03:33.487610+0000 mgr.x (mgr.34104) 567 : cluster [DBG] pgmap v366: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:35.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:34 smithi178 bash[77880]: cephadm 2024-03-21T13:03:33.498104+0000 mgr.x (mgr.34104) 568 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:35.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:34 smithi178 bash[77880]: cluster 2024-03-21T13:03:33.588372+0000 mgr.x (mgr.34104) 569 : cluster [DBG] pgmap v367: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:35.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:34 smithi178 bash[77880]: cluster 2024-03-21T13:03:33.588632+0000 mgr.x (mgr.34104) 570 : cluster [DBG] pgmap v368: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:35.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:34 smithi178 bash[77880]: cephadm 2024-03-21T13:03:33.598237+0000 mgr.x (mgr.34104) 571 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:35.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:34 smithi178 bash[77880]: cluster 2024-03-21T13:03:33.691412+0000 mgr.x (mgr.34104) 572 : cluster [DBG] pgmap v369: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:35.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:34 smithi178 bash[77880]: cluster 2024-03-21T13:03:33.691699+0000 mgr.x (mgr.34104) 573 : cluster [DBG] pgmap v370: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:35.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:34 smithi178 bash[77880]: cephadm 2024-03-21T13:03:33.701259+0000 mgr.x (mgr.34104) 574 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:35.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:34 smithi178 bash[77880]: audit 2024-03-21T13:03:33.786247+0000 mon.a (mon.0) 240 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:35.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:34 smithi178 bash[77880]: audit 2024-03-21T13:03:33.789276+0000 mon.a (mon.0) 241 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:35.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:34 smithi178 bash[77880]: audit 2024-03-21T13:03:33.792162+0000 mon.a (mon.0) 242 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:35.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:34 smithi178 bash[75692]: audit 2024-03-21T13:03:33.793419+0000 mon.a (mon.0) 243 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:35.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:34 smithi178 bash[75692]: cluster 2024-03-21T13:03:33.797042+0000 mgr.x (mgr.34104) 575 : cluster [DBG] pgmap v371: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:35.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:34 smithi178 bash[75692]: cluster 2024-03-21T13:03:33.797300+0000 mgr.x (mgr.34104) 576 : cluster [DBG] pgmap v372: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:35.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:34 smithi178 bash[75692]: audit 2024-03-21T13:03:33.802852+0000 mon.a (mon.0) 244 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:35.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:34 smithi178 bash[75692]: cephadm 2024-03-21T13:03:33.805014+0000 mgr.x (mgr.34104) 577 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:35.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:34 smithi178 bash[75692]: audit 2024-03-21T13:03:33.883000+0000 mon.a (mon.0) 245 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:35.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:34 smithi178 bash[75692]: audit 2024-03-21T13:03:33.887147+0000 mon.a (mon.0) 246 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:35.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:34 smithi178 bash[75692]: audit 2024-03-21T13:03:33.891829+0000 mon.a (mon.0) 247 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:35.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:34 smithi178 bash[75692]: audit 2024-03-21T13:03:33.893633+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:35.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:34 smithi178 bash[75692]: cluster 2024-03-21T13:03:33.897862+0000 mgr.x (mgr.34104) 578 : cluster [DBG] pgmap v373: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:35.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:34 smithi178 bash[75692]: cluster 2024-03-21T13:03:33.898159+0000 mgr.x (mgr.34104) 579 : cluster [DBG] pgmap v374: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:35.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:34 smithi178 bash[75692]: audit 2024-03-21T13:03:33.905339+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:35.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:34 smithi178 bash[75692]: cephadm 2024-03-21T13:03:33.907700+0000 mgr.x (mgr.34104) 580 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:35.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:34 smithi178 bash[75692]: audit 2024-03-21T13:03:33.984389+0000 mon.a (mon.0) 250 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:35.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:34 smithi178 bash[75692]: audit 2024-03-21T13:03:33.987600+0000 mon.a (mon.0) 251 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:35.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:34 smithi178 bash[75692]: audit 2024-03-21T13:03:33.991961+0000 mon.a (mon.0) 252 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:35.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:34 smithi178 bash[75692]: audit 2024-03-21T13:03:33.993760+0000 mon.a (mon.0) 253 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:35.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:34 smithi178 bash[75692]: cluster 2024-03-21T13:03:33.997844+0000 mgr.x (mgr.34104) 581 : cluster [DBG] pgmap v375: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:35.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:34 smithi178 bash[75692]: cluster 2024-03-21T13:03:33.998121+0000 mgr.x (mgr.34104) 582 : cluster [DBG] pgmap v376: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:35.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:34 smithi178 bash[75692]: audit 2024-03-21T13:03:34.004586+0000 mon.a (mon.0) 254 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:35.054 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:34 smithi178 bash[77880]: audit 2024-03-21T13:03:33.793419+0000 mon.a (mon.0) 243 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:35.054 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:34 smithi178 bash[77880]: cluster 2024-03-21T13:03:33.797042+0000 mgr.x (mgr.34104) 575 : cluster [DBG] pgmap v371: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:35.054 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:34 smithi178 bash[77880]: cluster 2024-03-21T13:03:33.797300+0000 mgr.x (mgr.34104) 576 : cluster [DBG] pgmap v372: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:35.054 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:34 smithi178 bash[77880]: audit 2024-03-21T13:03:33.802852+0000 mon.a (mon.0) 244 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:35.054 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:34 smithi178 bash[77880]: cephadm 2024-03-21T13:03:33.805014+0000 mgr.x (mgr.34104) 577 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:35.054 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:34 smithi178 bash[77880]: audit 2024-03-21T13:03:33.883000+0000 mon.a (mon.0) 245 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:35.054 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:34 smithi178 bash[77880]: audit 2024-03-21T13:03:33.887147+0000 mon.a (mon.0) 246 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:35.054 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:34 smithi178 bash[77880]: audit 2024-03-21T13:03:33.891829+0000 mon.a (mon.0) 247 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:35.054 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:34 smithi178 bash[77880]: audit 2024-03-21T13:03:33.893633+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:35.054 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:34 smithi178 bash[77880]: cluster 2024-03-21T13:03:33.897862+0000 mgr.x (mgr.34104) 578 : cluster [DBG] pgmap v373: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:35.054 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:34 smithi178 bash[77880]: cluster 2024-03-21T13:03:33.898159+0000 mgr.x (mgr.34104) 579 : cluster [DBG] pgmap v374: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:35.054 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:34 smithi178 bash[77880]: audit 2024-03-21T13:03:33.905339+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:35.054 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:34 smithi178 bash[77880]: cephadm 2024-03-21T13:03:33.907700+0000 mgr.x (mgr.34104) 580 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:35.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:34 smithi178 bash[77880]: audit 2024-03-21T13:03:33.984389+0000 mon.a (mon.0) 250 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:35.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:34 smithi178 bash[77880]: audit 2024-03-21T13:03:33.987600+0000 mon.a (mon.0) 251 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:35.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:34 smithi178 bash[77880]: audit 2024-03-21T13:03:33.991961+0000 mon.a (mon.0) 252 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:35.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:34 smithi178 bash[77880]: audit 2024-03-21T13:03:33.993760+0000 mon.a (mon.0) 253 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:35.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:34 smithi178 bash[77880]: cluster 2024-03-21T13:03:33.997844+0000 mgr.x (mgr.34104) 581 : cluster [DBG] pgmap v375: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:35.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:34 smithi178 bash[77880]: cluster 2024-03-21T13:03:33.998121+0000 mgr.x (mgr.34104) 582 : cluster [DBG] pgmap v376: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:35.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:34 smithi178 bash[77880]: audit 2024-03-21T13:03:34.004586+0000 mon.a (mon.0) 254 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:35.055 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:34 smithi178 bash[75692]: cephadm 2024-03-21T13:03:34.006770+0000 mgr.x (mgr.34104) 583 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:35.055 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:34 smithi178 bash[75692]: audit 2024-03-21T13:03:34.082482+0000 mon.a (mon.0) 255 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:35.055 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:34 smithi178 bash[75692]: audit 2024-03-21T13:03:34.085988+0000 mon.a (mon.0) 256 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:35.055 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:34 smithi178 bash[75692]: audit 2024-03-21T13:03:34.089895+0000 mon.a (mon.0) 257 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:35.056 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:34 smithi178 bash[75692]: audit 2024-03-21T13:03:34.091353+0000 mon.a (mon.0) 258 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:35.056 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:34 smithi178 bash[75692]: cluster 2024-03-21T13:03:34.095545+0000 mgr.x (mgr.34104) 584 : cluster [DBG] pgmap v377: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:35.056 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:34 smithi178 bash[75692]: cluster 2024-03-21T13:03:34.096065+0000 mgr.x (mgr.34104) 585 : cluster [DBG] pgmap v378: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:35.056 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:34 smithi178 bash[75692]: audit 2024-03-21T13:03:34.103254+0000 mon.a (mon.0) 259 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:35.056 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:34 smithi178 bash[75692]: cephadm 2024-03-21T13:03:34.105521+0000 mgr.x (mgr.34104) 586 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:35.056 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:34 smithi178 bash[75692]: audit 2024-03-21T13:03:34.180536+0000 mon.a (mon.0) 260 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:35.056 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:34 smithi178 bash[75692]: audit 2024-03-21T13:03:34.184124+0000 mon.a (mon.0) 261 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:35.056 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:34 smithi178 bash[75692]: audit 2024-03-21T13:03:34.187946+0000 mon.a (mon.0) 262 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:35.056 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:34 smithi178 bash[75692]: audit 2024-03-21T13:03:34.189464+0000 mon.a (mon.0) 263 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:35.056 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:34 smithi178 bash[75692]: audit 2024-03-21T13:03:34.202431+0000 mon.a (mon.0) 264 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:35.056 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:34 smithi178 bash[75692]: audit 2024-03-21T13:03:34.280023+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:35.056 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:34 smithi178 bash[75692]: audit 2024-03-21T13:03:34.283508+0000 mon.a (mon.0) 266 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:35.056 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:34 smithi178 bash[75692]: audit 2024-03-21T13:03:34.287572+0000 mon.a (mon.0) 267 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:35.056 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:34 smithi178 bash[75692]: audit 2024-03-21T13:03:34.288906+0000 mon.a (mon.0) 268 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:35.056 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:34 smithi178 bash[75692]: audit 2024-03-21T13:03:34.300010+0000 mon.a (mon.0) 269 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:35.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:34 smithi178 bash[77880]: cephadm 2024-03-21T13:03:34.006770+0000 mgr.x (mgr.34104) 583 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:35.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:34 smithi178 bash[77880]: audit 2024-03-21T13:03:34.082482+0000 mon.a (mon.0) 255 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:35.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:34 smithi178 bash[77880]: audit 2024-03-21T13:03:34.085988+0000 mon.a (mon.0) 256 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:35.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:34 smithi178 bash[77880]: audit 2024-03-21T13:03:34.089895+0000 mon.a (mon.0) 257 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:35.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:34 smithi178 bash[77880]: audit 2024-03-21T13:03:34.091353+0000 mon.a (mon.0) 258 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:35.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:34 smithi178 bash[77880]: cluster 2024-03-21T13:03:34.095545+0000 mgr.x (mgr.34104) 584 : cluster [DBG] pgmap v377: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:35.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:34 smithi178 bash[77880]: cluster 2024-03-21T13:03:34.096065+0000 mgr.x (mgr.34104) 585 : cluster [DBG] pgmap v378: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:35.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:34 smithi178 bash[77880]: audit 2024-03-21T13:03:34.103254+0000 mon.a (mon.0) 259 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:35.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:34 smithi178 bash[77880]: cephadm 2024-03-21T13:03:34.105521+0000 mgr.x (mgr.34104) 586 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:35.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:34 smithi178 bash[77880]: audit 2024-03-21T13:03:34.180536+0000 mon.a (mon.0) 260 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:35.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:34 smithi178 bash[77880]: audit 2024-03-21T13:03:34.184124+0000 mon.a (mon.0) 261 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:35.058 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:34 smithi178 bash[77880]: audit 2024-03-21T13:03:34.187946+0000 mon.a (mon.0) 262 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:35.058 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:34 smithi178 bash[77880]: audit 2024-03-21T13:03:34.189464+0000 mon.a (mon.0) 263 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:35.058 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:34 smithi178 bash[77880]: audit 2024-03-21T13:03:34.202431+0000 mon.a (mon.0) 264 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:35.058 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:34 smithi178 bash[77880]: audit 2024-03-21T13:03:34.280023+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:35.058 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:34 smithi178 bash[77880]: audit 2024-03-21T13:03:34.283508+0000 mon.a (mon.0) 266 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:35.058 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:34 smithi178 bash[77880]: audit 2024-03-21T13:03:34.287572+0000 mon.a (mon.0) 267 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:35.058 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:34 smithi178 bash[77880]: audit 2024-03-21T13:03:34.288906+0000 mon.a (mon.0) 268 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:35.058 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:34 smithi178 bash[77880]: audit 2024-03-21T13:03:34.300010+0000 mon.a (mon.0) 269 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:35.058 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:34 smithi178 bash[75692]: audit 2024-03-21T13:03:34.377589+0000 mon.a (mon.0) 270 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:35.058 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:34 smithi178 bash[75692]: audit 2024-03-21T13:03:34.381179+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:35.059 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:34 smithi178 bash[75692]: audit 2024-03-21T13:03:34.385226+0000 mon.a (mon.0) 272 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:35.059 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:34 smithi178 bash[75692]: audit 2024-03-21T13:03:34.386914+0000 mon.a (mon.0) 273 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:35.059 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:34 smithi178 bash[75692]: audit 2024-03-21T13:03:34.398038+0000 mon.a (mon.0) 274 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:35.059 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:34 smithi178 bash[75692]: audit 2024-03-21T13:03:34.475532+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:35.059 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:34 smithi178 bash[75692]: audit 2024-03-21T13:03:34.479115+0000 mon.a (mon.0) 276 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:35.059 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:34 smithi178 bash[75692]: audit 2024-03-21T13:03:34.483182+0000 mon.a (mon.0) 277 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:35.059 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:34 smithi178 bash[75692]: audit 2024-03-21T13:03:34.484673+0000 mon.a (mon.0) 278 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:35.059 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:34 smithi178 bash[75692]: audit 2024-03-21T13:03:34.496219+0000 mon.a (mon.0) 279 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:35.059 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:34 smithi178 bash[75692]: audit 2024-03-21T13:03:34.576368+0000 mon.a (mon.0) 280 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:35.059 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:34 smithi178 bash[75692]: audit 2024-03-21T13:03:34.579998+0000 mon.a (mon.0) 281 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:35.059 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:34 smithi178 bash[75692]: audit 2024-03-21T13:03:34.584963+0000 mon.a (mon.0) 282 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:35.059 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:34 smithi178 bash[75692]: audit 2024-03-21T13:03:34.586675+0000 mon.a (mon.0) 283 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:35.059 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:34 smithi178 bash[75692]: audit 2024-03-21T13:03:34.597056+0000 mon.a (mon.0) 284 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:35.059 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:34 smithi178 bash[75692]: audit 2024-03-21T13:03:34.681665+0000 mon.a (mon.0) 285 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:35.059 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:34 smithi178 bash[75692]: audit 2024-03-21T13:03:34.684509+0000 mon.a (mon.0) 286 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:35.060 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:34 smithi178 bash[75692]: audit 2024-03-21T13:03:34.687520+0000 mon.a (mon.0) 287 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:35.060 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:34 smithi178 bash[75692]: audit 2024-03-21T13:03:34.688728+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:35.060 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:34 smithi178 bash[75692]: audit 2024-03-21T13:03:34.700093+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:35.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:34 smithi178 bash[77880]: audit 2024-03-21T13:03:34.377589+0000 mon.a (mon.0) 270 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:35.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:34 smithi178 bash[77880]: audit 2024-03-21T13:03:34.381179+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:35.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:34 smithi178 bash[77880]: audit 2024-03-21T13:03:34.385226+0000 mon.a (mon.0) 272 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:35.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:34 smithi178 bash[77880]: audit 2024-03-21T13:03:34.386914+0000 mon.a (mon.0) 273 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:35.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:34 smithi178 bash[77880]: audit 2024-03-21T13:03:34.398038+0000 mon.a (mon.0) 274 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:35.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:34 smithi178 bash[77880]: audit 2024-03-21T13:03:34.475532+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:35.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:34 smithi178 bash[77880]: audit 2024-03-21T13:03:34.479115+0000 mon.a (mon.0) 276 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:35.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:34 smithi178 bash[77880]: audit 2024-03-21T13:03:34.483182+0000 mon.a (mon.0) 277 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:35.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:34 smithi178 bash[77880]: audit 2024-03-21T13:03:34.484673+0000 mon.a (mon.0) 278 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:35.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:34 smithi178 bash[77880]: audit 2024-03-21T13:03:34.496219+0000 mon.a (mon.0) 279 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:35.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:34 smithi178 bash[77880]: audit 2024-03-21T13:03:34.576368+0000 mon.a (mon.0) 280 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:35.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:34 smithi178 bash[77880]: audit 2024-03-21T13:03:34.579998+0000 mon.a (mon.0) 281 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:35.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:34 smithi178 bash[77880]: audit 2024-03-21T13:03:34.584963+0000 mon.a (mon.0) 282 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:35.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:34 smithi178 bash[77880]: audit 2024-03-21T13:03:34.586675+0000 mon.a (mon.0) 283 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:35.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:34 smithi178 bash[77880]: audit 2024-03-21T13:03:34.597056+0000 mon.a (mon.0) 284 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:35.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:34 smithi178 bash[77880]: audit 2024-03-21T13:03:34.681665+0000 mon.a (mon.0) 285 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:35.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:34 smithi178 bash[77880]: audit 2024-03-21T13:03:34.684509+0000 mon.a (mon.0) 286 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:35.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:34 smithi178 bash[77880]: audit 2024-03-21T13:03:34.687520+0000 mon.a (mon.0) 287 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:35.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:34 smithi178 bash[77880]: audit 2024-03-21T13:03:34.688728+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:35.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:34 smithi178 bash[77880]: audit 2024-03-21T13:03:34.700093+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:35.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:34 smithi184 bash[14608]: cluster 2024-03-21T13:03:33.184511+0000 mgr.x (mgr.34104) 558 : cluster [DBG] pgmap v360: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:35.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:34 smithi184 bash[14608]: cluster 2024-03-21T13:03:33.184975+0000 mgr.x (mgr.34104) 559 : cluster [DBG] pgmap v361: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:35.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:34 smithi184 bash[14608]: cephadm 2024-03-21T13:03:33.192921+0000 mgr.x (mgr.34104) 560 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:35.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:34 smithi184 bash[14608]: cluster 2024-03-21T13:03:33.283331+0000 mgr.x (mgr.34104) 561 : cluster [DBG] pgmap v362: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:35.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:34 smithi184 bash[14608]: cephadm 2024-03-21T13:03:33.290915+0000 mgr.x (mgr.34104) 562 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:35.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:34 smithi184 bash[14608]: cluster 2024-03-21T13:03:33.386106+0000 mgr.x (mgr.34104) 563 : cluster [DBG] pgmap v363: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:35.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:34 smithi184 bash[14608]: cluster 2024-03-21T13:03:33.386831+0000 mgr.x (mgr.34104) 564 : cluster [DBG] pgmap v364: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:35.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:34 smithi184 bash[14608]: cephadm 2024-03-21T13:03:33.395535+0000 mgr.x (mgr.34104) 565 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:35.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:34 smithi184 bash[14608]: cluster 2024-03-21T13:03:33.487312+0000 mgr.x (mgr.34104) 566 : cluster [DBG] pgmap v365: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:35.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:34 smithi184 bash[14608]: cluster 2024-03-21T13:03:33.487610+0000 mgr.x (mgr.34104) 567 : cluster [DBG] pgmap v366: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:35.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:34 smithi184 bash[14608]: cephadm 2024-03-21T13:03:33.498104+0000 mgr.x (mgr.34104) 568 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:35.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:34 smithi184 bash[14608]: cluster 2024-03-21T13:03:33.588372+0000 mgr.x (mgr.34104) 569 : cluster [DBG] pgmap v367: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:35.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:34 smithi184 bash[14608]: cluster 2024-03-21T13:03:33.588632+0000 mgr.x (mgr.34104) 570 : cluster [DBG] pgmap v368: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:35.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:34 smithi184 bash[14608]: cephadm 2024-03-21T13:03:33.598237+0000 mgr.x (mgr.34104) 571 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:35.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:34 smithi184 bash[14608]: cluster 2024-03-21T13:03:33.691412+0000 mgr.x (mgr.34104) 572 : cluster [DBG] pgmap v369: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:35.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:34 smithi184 bash[14608]: cluster 2024-03-21T13:03:33.691699+0000 mgr.x (mgr.34104) 573 : cluster [DBG] pgmap v370: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:35.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:34 smithi184 bash[14608]: cephadm 2024-03-21T13:03:33.701259+0000 mgr.x (mgr.34104) 574 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:35.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:34 smithi184 bash[14608]: audit 2024-03-21T13:03:33.786247+0000 mon.a (mon.0) 240 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:35.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:34 smithi184 bash[14608]: audit 2024-03-21T13:03:33.789276+0000 mon.a (mon.0) 241 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:35.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:34 smithi184 bash[14608]: audit 2024-03-21T13:03:33.792162+0000 mon.a (mon.0) 242 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:35.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:34 smithi184 bash[14608]: audit 2024-03-21T13:03:33.793419+0000 mon.a (mon.0) 243 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:35.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:34 smithi184 bash[14608]: cluster 2024-03-21T13:03:33.797042+0000 mgr.x (mgr.34104) 575 : cluster [DBG] pgmap v371: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:35.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:34 smithi184 bash[14608]: cluster 2024-03-21T13:03:33.797300+0000 mgr.x (mgr.34104) 576 : cluster [DBG] pgmap v372: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:35.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:34 smithi184 bash[14608]: audit 2024-03-21T13:03:33.802852+0000 mon.a (mon.0) 244 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:35.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:34 smithi184 bash[14608]: cephadm 2024-03-21T13:03:33.805014+0000 mgr.x (mgr.34104) 577 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:35.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:34 smithi184 bash[14608]: audit 2024-03-21T13:03:33.883000+0000 mon.a (mon.0) 245 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:35.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:34 smithi184 bash[14608]: audit 2024-03-21T13:03:33.887147+0000 mon.a (mon.0) 246 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:35.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:34 smithi184 bash[14608]: audit 2024-03-21T13:03:33.891829+0000 mon.a (mon.0) 247 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:35.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:34 smithi184 bash[14608]: audit 2024-03-21T13:03:33.893633+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:35.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:34 smithi184 bash[14608]: cluster 2024-03-21T13:03:33.897862+0000 mgr.x (mgr.34104) 578 : cluster [DBG] pgmap v373: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:35.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:34 smithi184 bash[14608]: cluster 2024-03-21T13:03:33.898159+0000 mgr.x (mgr.34104) 579 : cluster [DBG] pgmap v374: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:35.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:34 smithi184 bash[14608]: audit 2024-03-21T13:03:33.905339+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:35.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:34 smithi184 bash[14608]: cephadm 2024-03-21T13:03:33.907700+0000 mgr.x (mgr.34104) 580 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:35.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:34 smithi184 bash[14608]: audit 2024-03-21T13:03:33.984389+0000 mon.a (mon.0) 250 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:35.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:34 smithi184 bash[14608]: audit 2024-03-21T13:03:33.987600+0000 mon.a (mon.0) 251 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:35.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:34 smithi184 bash[14608]: audit 2024-03-21T13:03:33.991961+0000 mon.a (mon.0) 252 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:35.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:34 smithi184 bash[14608]: audit 2024-03-21T13:03:33.993760+0000 mon.a (mon.0) 253 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:35.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:34 smithi184 bash[14608]: cluster 2024-03-21T13:03:33.997844+0000 mgr.x (mgr.34104) 581 : cluster [DBG] pgmap v375: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:35.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:34 smithi184 bash[14608]: cluster 2024-03-21T13:03:33.998121+0000 mgr.x (mgr.34104) 582 : cluster [DBG] pgmap v376: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:35.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:34 smithi184 bash[14608]: audit 2024-03-21T13:03:34.004586+0000 mon.a (mon.0) 254 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:35.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:34 smithi184 bash[14608]: cephadm 2024-03-21T13:03:34.006770+0000 mgr.x (mgr.34104) 583 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:35.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:34 smithi184 bash[14608]: audit 2024-03-21T13:03:34.082482+0000 mon.a (mon.0) 255 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:35.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:34 smithi184 bash[14608]: audit 2024-03-21T13:03:34.085988+0000 mon.a (mon.0) 256 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:35.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:34 smithi184 bash[14608]: audit 2024-03-21T13:03:34.089895+0000 mon.a (mon.0) 257 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:35.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:34 smithi184 bash[14608]: audit 2024-03-21T13:03:34.091353+0000 mon.a (mon.0) 258 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:35.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:34 smithi184 bash[14608]: cluster 2024-03-21T13:03:34.095545+0000 mgr.x (mgr.34104) 584 : cluster [DBG] pgmap v377: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:35.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:34 smithi184 bash[14608]: cluster 2024-03-21T13:03:34.096065+0000 mgr.x (mgr.34104) 585 : cluster [DBG] pgmap v378: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:35.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:34 smithi184 bash[14608]: audit 2024-03-21T13:03:34.103254+0000 mon.a (mon.0) 259 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:35.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:34 smithi184 bash[14608]: cephadm 2024-03-21T13:03:34.105521+0000 mgr.x (mgr.34104) 586 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:35.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:34 smithi184 bash[14608]: audit 2024-03-21T13:03:34.180536+0000 mon.a (mon.0) 260 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:35.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:34 smithi184 bash[14608]: audit 2024-03-21T13:03:34.184124+0000 mon.a (mon.0) 261 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:35.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:34 smithi184 bash[14608]: audit 2024-03-21T13:03:34.187946+0000 mon.a (mon.0) 262 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:35.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:34 smithi184 bash[14608]: audit 2024-03-21T13:03:34.189464+0000 mon.a (mon.0) 263 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:35.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:34 smithi184 bash[14608]: audit 2024-03-21T13:03:34.202431+0000 mon.a (mon.0) 264 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:35.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:34 smithi184 bash[14608]: audit 2024-03-21T13:03:34.280023+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:35.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:34 smithi184 bash[14608]: audit 2024-03-21T13:03:34.283508+0000 mon.a (mon.0) 266 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:35.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:34 smithi184 bash[14608]: audit 2024-03-21T13:03:34.287572+0000 mon.a (mon.0) 267 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:35.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:34 smithi184 bash[14608]: audit 2024-03-21T13:03:34.288906+0000 mon.a (mon.0) 268 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:35.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:34 smithi184 bash[14608]: audit 2024-03-21T13:03:34.300010+0000 mon.a (mon.0) 269 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:35.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:34 smithi184 bash[14608]: audit 2024-03-21T13:03:34.377589+0000 mon.a (mon.0) 270 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:35.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:34 smithi184 bash[14608]: audit 2024-03-21T13:03:34.381179+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:35.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:34 smithi184 bash[14608]: audit 2024-03-21T13:03:34.385226+0000 mon.a (mon.0) 272 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:35.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:34 smithi184 bash[14608]: audit 2024-03-21T13:03:34.386914+0000 mon.a (mon.0) 273 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:35.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:34 smithi184 bash[14608]: audit 2024-03-21T13:03:34.398038+0000 mon.a (mon.0) 274 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:35.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:34 smithi184 bash[14608]: audit 2024-03-21T13:03:34.475532+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:35.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:34 smithi184 bash[14608]: audit 2024-03-21T13:03:34.479115+0000 mon.a (mon.0) 276 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:35.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:34 smithi184 bash[14608]: audit 2024-03-21T13:03:34.483182+0000 mon.a (mon.0) 277 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:35.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:34 smithi184 bash[14608]: audit 2024-03-21T13:03:34.484673+0000 mon.a (mon.0) 278 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:35.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:34 smithi184 bash[14608]: audit 2024-03-21T13:03:34.496219+0000 mon.a (mon.0) 279 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:35.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:34 smithi184 bash[14608]: audit 2024-03-21T13:03:34.576368+0000 mon.a (mon.0) 280 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:35.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:34 smithi184 bash[14608]: audit 2024-03-21T13:03:34.579998+0000 mon.a (mon.0) 281 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:35.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:34 smithi184 bash[14608]: audit 2024-03-21T13:03:34.584963+0000 mon.a (mon.0) 282 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:35.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:34 smithi184 bash[14608]: audit 2024-03-21T13:03:34.586675+0000 mon.a (mon.0) 283 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:35.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:34 smithi184 bash[14608]: audit 2024-03-21T13:03:34.597056+0000 mon.a (mon.0) 284 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:35.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:34 smithi184 bash[14608]: audit 2024-03-21T13:03:34.681665+0000 mon.a (mon.0) 285 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:35.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:34 smithi184 bash[14608]: audit 2024-03-21T13:03:34.684509+0000 mon.a (mon.0) 286 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:35.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:34 smithi184 bash[14608]: audit 2024-03-21T13:03:34.687520+0000 mon.a (mon.0) 287 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:35.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:34 smithi184 bash[14608]: audit 2024-03-21T13:03:34.688728+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:35.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:34 smithi184 bash[14608]: audit 2024-03-21T13:03:34.700093+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:35.769 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:35 smithi178 bash[75692]: cluster 2024-03-21T13:03:34.193858+0000 mgr.x (mgr.34104) 587 : cluster [DBG] pgmap v379: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:35.769 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:35 smithi178 bash[75692]: cluster 2024-03-21T13:03:34.194347+0000 mgr.x (mgr.34104) 588 : cluster [DBG] pgmap v380: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:35.769 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:35 smithi178 bash[75692]: cephadm 2024-03-21T13:03:34.204706+0000 mgr.x (mgr.34104) 589 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:35.770 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:35 smithi178 bash[75692]: cluster 2024-03-21T13:03:34.292836+0000 mgr.x (mgr.34104) 590 : cluster [DBG] pgmap v381: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:35.770 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:35 smithi178 bash[75692]: cluster 2024-03-21T13:03:34.293293+0000 mgr.x (mgr.34104) 591 : cluster [DBG] pgmap v382: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:35.770 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:35 smithi178 bash[75692]: cephadm 2024-03-21T13:03:34.302387+0000 mgr.x (mgr.34104) 592 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:35.770 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:35 smithi178 bash[75692]: cluster 2024-03-21T13:03:34.391089+0000 mgr.x (mgr.34104) 593 : cluster [DBG] pgmap v383: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:35.770 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:35 smithi178 bash[75692]: cluster 2024-03-21T13:03:34.391566+0000 mgr.x (mgr.34104) 594 : cluster [DBG] pgmap v384: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:35.770 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:35 smithi178 bash[75692]: cephadm 2024-03-21T13:03:34.400336+0000 mgr.x (mgr.34104) 595 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:35.770 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:35 smithi178 bash[75692]: cluster 2024-03-21T13:03:34.488783+0000 mgr.x (mgr.34104) 596 : cluster [DBG] pgmap v385: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:35.770 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:35 smithi178 bash[75692]: cluster 2024-03-21T13:03:34.489328+0000 mgr.x (mgr.34104) 597 : cluster [DBG] pgmap v386: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:35.770 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:35 smithi178 bash[75692]: cephadm 2024-03-21T13:03:34.498724+0000 mgr.x (mgr.34104) 598 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:35.770 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:35 smithi178 bash[75692]: cluster 2024-03-21T13:03:34.591067+0000 mgr.x (mgr.34104) 599 : cluster [DBG] pgmap v387: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:35.770 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:35 smithi178 bash[75692]: cephadm 2024-03-21T13:03:34.599538+0000 mgr.x (mgr.34104) 600 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:35.770 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:35 smithi178 bash[75692]: cluster 2024-03-21T13:03:34.692362+0000 mgr.x (mgr.34104) 601 : cluster [DBG] pgmap v388: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:35.770 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:35 smithi178 bash[75692]: cluster 2024-03-21T13:03:34.692806+0000 mgr.x (mgr.34104) 602 : cluster [DBG] pgmap v389: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:35.770 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:35 smithi178 bash[75692]: cephadm 2024-03-21T13:03:34.702464+0000 mgr.x (mgr.34104) 603 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:35.771 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:35 smithi178 bash[75692]: audit 2024-03-21T13:03:34.771578+0000 mon.a (mon.0) 290 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:03:35.771 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:35 smithi178 bash[75692]: audit 2024-03-21T13:03:34.781313+0000 mon.a (mon.0) 291 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:35.771 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:35 smithi178 bash[75692]: audit 2024-03-21T13:03:34.785235+0000 mon.a (mon.0) 292 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:35.771 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:35 smithi178 bash[75692]: audit 2024-03-21T13:03:34.806767+0000 mon.a (mon.0) 293 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:35.771 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:35 smithi178 bash[75692]: audit 2024-03-21T13:03:34.808019+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:35.771 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:35 smithi178 bash[75692]: cluster 2024-03-21T13:03:34.811502+0000 mgr.x (mgr.34104) 604 : cluster [DBG] pgmap v390: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:35.771 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:35 smithi178 bash[75692]: audit 2024-03-21T13:03:34.816447+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:35.771 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:35 smithi178 bash[75692]: cephadm 2024-03-21T13:03:34.818726+0000 mgr.x (mgr.34104) 605 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:35.771 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:35 smithi178 bash[75692]: audit 2024-03-21T13:03:34.898052+0000 mon.a (mon.0) 296 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:35.771 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:35 smithi178 bash[75692]: audit 2024-03-21T13:03:34.900616+0000 mon.a (mon.0) 297 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:35.771 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:35 smithi178 bash[75692]: audit 2024-03-21T13:03:34.903935+0000 mon.a (mon.0) 298 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:35.771 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:35 smithi178 bash[75692]: audit 2024-03-21T13:03:34.905515+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:35.771 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:35 smithi178 bash[75692]: cluster 2024-03-21T13:03:34.909303+0000 mgr.x (mgr.34104) 606 : cluster [DBG] pgmap v391: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:35.771 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:35 smithi178 bash[75692]: cluster 2024-03-21T13:03:34.909619+0000 mgr.x (mgr.34104) 607 : cluster [DBG] pgmap v392: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:35.772 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:35 smithi178 bash[75692]: audit 2024-03-21T13:03:34.915424+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:35.772 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:35 smithi178 bash[75692]: cephadm 2024-03-21T13:03:34.917672+0000 mgr.x (mgr.34104) 608 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:35.772 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:35 smithi178 bash[75692]: audit 2024-03-21T13:03:34.996490+0000 mon.a (mon.0) 301 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:35.772 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:35 smithi178 bash[75692]: audit 2024-03-21T13:03:34.999322+0000 mon.a (mon.0) 302 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:35.772 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:35 smithi178 bash[75692]: audit 2024-03-21T13:03:35.002577+0000 mon.a (mon.0) 303 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:35.772 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:35 smithi178 bash[75692]: audit 2024-03-21T13:03:35.004188+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:35.772 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:35 smithi178 bash[75692]: cluster 2024-03-21T13:03:35.008419+0000 mgr.x (mgr.34104) 609 : cluster [DBG] pgmap v393: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:35.772 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:35 smithi178 bash[75692]: cluster 2024-03-21T13:03:35.008862+0000 mgr.x (mgr.34104) 610 : cluster [DBG] pgmap v394: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:35.772 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:35 smithi178 bash[75692]: audit 2024-03-21T13:03:35.016246+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:35.772 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:35 smithi178 bash[75692]: cephadm 2024-03-21T13:03:35.018770+0000 mgr.x (mgr.34104) 611 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:35.773 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:35 smithi178 bash[77880]: cluster 2024-03-21T13:03:34.193858+0000 mgr.x (mgr.34104) 587 : cluster [DBG] pgmap v379: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:35.773 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:35 smithi178 bash[77880]: cluster 2024-03-21T13:03:34.194347+0000 mgr.x (mgr.34104) 588 : cluster [DBG] pgmap v380: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:35.773 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:35 smithi178 bash[77880]: cephadm 2024-03-21T13:03:34.204706+0000 mgr.x (mgr.34104) 589 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:35.773 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:35 smithi178 bash[77880]: cluster 2024-03-21T13:03:34.292836+0000 mgr.x (mgr.34104) 590 : cluster [DBG] pgmap v381: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:35.773 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:35 smithi178 bash[77880]: cluster 2024-03-21T13:03:34.293293+0000 mgr.x (mgr.34104) 591 : cluster [DBG] pgmap v382: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:35.773 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:35 smithi178 bash[77880]: cephadm 2024-03-21T13:03:34.302387+0000 mgr.x (mgr.34104) 592 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:35.773 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:35 smithi178 bash[77880]: cluster 2024-03-21T13:03:34.391089+0000 mgr.x (mgr.34104) 593 : cluster [DBG] pgmap v383: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:35.773 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:35 smithi178 bash[77880]: cluster 2024-03-21T13:03:34.391566+0000 mgr.x (mgr.34104) 594 : cluster [DBG] pgmap v384: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:35.773 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:35 smithi178 bash[77880]: cephadm 2024-03-21T13:03:34.400336+0000 mgr.x (mgr.34104) 595 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:35.774 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:35 smithi178 bash[77880]: cluster 2024-03-21T13:03:34.488783+0000 mgr.x (mgr.34104) 596 : cluster [DBG] pgmap v385: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:35.774 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:35 smithi178 bash[77880]: cluster 2024-03-21T13:03:34.489328+0000 mgr.x (mgr.34104) 597 : cluster [DBG] pgmap v386: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:35.774 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:35 smithi178 bash[77880]: cephadm 2024-03-21T13:03:34.498724+0000 mgr.x (mgr.34104) 598 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:35.774 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:35 smithi178 bash[77880]: cluster 2024-03-21T13:03:34.591067+0000 mgr.x (mgr.34104) 599 : cluster [DBG] pgmap v387: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:35.774 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:35 smithi178 bash[77880]: cephadm 2024-03-21T13:03:34.599538+0000 mgr.x (mgr.34104) 600 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:35.774 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:35 smithi178 bash[77880]: cluster 2024-03-21T13:03:34.692362+0000 mgr.x (mgr.34104) 601 : cluster [DBG] pgmap v388: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:35.774 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:35 smithi178 bash[77880]: cluster 2024-03-21T13:03:34.692806+0000 mgr.x (mgr.34104) 602 : cluster [DBG] pgmap v389: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:35.774 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:35 smithi178 bash[77880]: cephadm 2024-03-21T13:03:34.702464+0000 mgr.x (mgr.34104) 603 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:35.774 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:35 smithi178 bash[77880]: audit 2024-03-21T13:03:34.771578+0000 mon.a (mon.0) 290 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:03:35.774 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:35 smithi178 bash[77880]: audit 2024-03-21T13:03:34.781313+0000 mon.a (mon.0) 291 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:35.774 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:35 smithi178 bash[77880]: audit 2024-03-21T13:03:34.785235+0000 mon.a (mon.0) 292 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:35.774 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:35 smithi178 bash[77880]: audit 2024-03-21T13:03:34.806767+0000 mon.a (mon.0) 293 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:35.774 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:35 smithi178 bash[77880]: audit 2024-03-21T13:03:34.808019+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:35.774 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:35 smithi178 bash[77880]: cluster 2024-03-21T13:03:34.811502+0000 mgr.x (mgr.34104) 604 : cluster [DBG] pgmap v390: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:35.775 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:35 smithi178 bash[77880]: audit 2024-03-21T13:03:34.816447+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:35.775 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:35 smithi178 bash[77880]: cephadm 2024-03-21T13:03:34.818726+0000 mgr.x (mgr.34104) 605 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:35.775 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:35 smithi178 bash[77880]: audit 2024-03-21T13:03:34.898052+0000 mon.a (mon.0) 296 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:35.775 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:35 smithi178 bash[77880]: audit 2024-03-21T13:03:34.900616+0000 mon.a (mon.0) 297 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:35.775 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:35 smithi178 bash[77880]: audit 2024-03-21T13:03:34.903935+0000 mon.a (mon.0) 298 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:35.775 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:35 smithi178 bash[77880]: audit 2024-03-21T13:03:34.905515+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:35.775 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:35 smithi178 bash[77880]: cluster 2024-03-21T13:03:34.909303+0000 mgr.x (mgr.34104) 606 : cluster [DBG] pgmap v391: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:35.775 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:35 smithi178 bash[77880]: cluster 2024-03-21T13:03:34.909619+0000 mgr.x (mgr.34104) 607 : cluster [DBG] pgmap v392: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:35.775 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:35 smithi178 bash[77880]: audit 2024-03-21T13:03:34.915424+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:35.775 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:35 smithi178 bash[77880]: cephadm 2024-03-21T13:03:34.917672+0000 mgr.x (mgr.34104) 608 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:35.775 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:35 smithi178 bash[77880]: audit 2024-03-21T13:03:34.996490+0000 mon.a (mon.0) 301 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:35.775 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:35 smithi178 bash[77880]: audit 2024-03-21T13:03:34.999322+0000 mon.a (mon.0) 302 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:35.775 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:35 smithi178 bash[77880]: audit 2024-03-21T13:03:35.002577+0000 mon.a (mon.0) 303 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:35.775 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:35 smithi178 bash[77880]: audit 2024-03-21T13:03:35.004188+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:35.775 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:35 smithi178 bash[77880]: cluster 2024-03-21T13:03:35.008419+0000 mgr.x (mgr.34104) 609 : cluster [DBG] pgmap v393: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:35.776 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:35 smithi178 bash[77880]: cluster 2024-03-21T13:03:35.008862+0000 mgr.x (mgr.34104) 610 : cluster [DBG] pgmap v394: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:35.776 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:35 smithi178 bash[77880]: audit 2024-03-21T13:03:35.016246+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:35.776 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:35 smithi178 bash[77880]: cephadm 2024-03-21T13:03:35.018770+0000 mgr.x (mgr.34104) 611 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:35.776 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:35 smithi178 bash[77880]: audit 2024-03-21T13:03:35.101424+0000 mon.a (mon.0) 306 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:35.776 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:35 smithi178 bash[77880]: audit 2024-03-21T13:03:35.104630+0000 mon.a (mon.0) 307 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:35.776 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:35 smithi178 bash[77880]: audit 2024-03-21T13:03:35.108464+0000 mon.a (mon.0) 308 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:35.776 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:35 smithi178 bash[77880]: audit 2024-03-21T13:03:35.110260+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:35.776 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:35 smithi178 bash[77880]: cluster 2024-03-21T13:03:35.114355+0000 mgr.x (mgr.34104) 612 : cluster [DBG] pgmap v395: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:35.822 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:03:35 smithi184 bash[52419]: ::ffff:172.21.15.184 - - [21/Mar/2024:13:03:35] "GET /metrics HTTP/1.1" 200 38274 "" "Prometheus/2.33.4" 2024-03-21T13:03:35.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:35 smithi184 bash[14608]: cluster 2024-03-21T13:03:34.193858+0000 mgr.x (mgr.34104) 587 : cluster [DBG] pgmap v379: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:35.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:35 smithi184 bash[14608]: cluster 2024-03-21T13:03:34.194347+0000 mgr.x (mgr.34104) 588 : cluster [DBG] pgmap v380: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:35.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:35 smithi184 bash[14608]: cephadm 2024-03-21T13:03:34.204706+0000 mgr.x (mgr.34104) 589 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:35.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:35 smithi184 bash[14608]: cluster 2024-03-21T13:03:34.292836+0000 mgr.x (mgr.34104) 590 : cluster [DBG] pgmap v381: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:35.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:35 smithi184 bash[14608]: cluster 2024-03-21T13:03:34.293293+0000 mgr.x (mgr.34104) 591 : cluster [DBG] pgmap v382: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:35.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:35 smithi184 bash[14608]: cephadm 2024-03-21T13:03:34.302387+0000 mgr.x (mgr.34104) 592 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:35.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:35 smithi184 bash[14608]: cluster 2024-03-21T13:03:34.391089+0000 mgr.x (mgr.34104) 593 : cluster [DBG] pgmap v383: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:35.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:35 smithi184 bash[14608]: cluster 2024-03-21T13:03:34.391566+0000 mgr.x (mgr.34104) 594 : cluster [DBG] pgmap v384: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:35.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:35 smithi184 bash[14608]: cephadm 2024-03-21T13:03:34.400336+0000 mgr.x (mgr.34104) 595 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:35.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:35 smithi184 bash[14608]: cluster 2024-03-21T13:03:34.488783+0000 mgr.x (mgr.34104) 596 : cluster [DBG] pgmap v385: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:35.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:35 smithi184 bash[14608]: cluster 2024-03-21T13:03:34.489328+0000 mgr.x (mgr.34104) 597 : cluster [DBG] pgmap v386: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:35.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:35 smithi184 bash[14608]: cephadm 2024-03-21T13:03:34.498724+0000 mgr.x (mgr.34104) 598 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:35.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:35 smithi184 bash[14608]: cluster 2024-03-21T13:03:34.591067+0000 mgr.x (mgr.34104) 599 : cluster [DBG] pgmap v387: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:35.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:35 smithi184 bash[14608]: cephadm 2024-03-21T13:03:34.599538+0000 mgr.x (mgr.34104) 600 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:35.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:35 smithi184 bash[14608]: cluster 2024-03-21T13:03:34.692362+0000 mgr.x (mgr.34104) 601 : cluster [DBG] pgmap v388: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:35.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:35 smithi184 bash[14608]: cluster 2024-03-21T13:03:34.692806+0000 mgr.x (mgr.34104) 602 : cluster [DBG] pgmap v389: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:35.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:35 smithi184 bash[14608]: cephadm 2024-03-21T13:03:34.702464+0000 mgr.x (mgr.34104) 603 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:35.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:35 smithi184 bash[14608]: audit 2024-03-21T13:03:34.771578+0000 mon.a (mon.0) 290 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:03:35.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:35 smithi184 bash[14608]: audit 2024-03-21T13:03:34.781313+0000 mon.a (mon.0) 291 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:35.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:35 smithi184 bash[14608]: audit 2024-03-21T13:03:34.785235+0000 mon.a (mon.0) 292 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:35.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:35 smithi184 bash[14608]: audit 2024-03-21T13:03:34.806767+0000 mon.a (mon.0) 293 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:35.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:35 smithi184 bash[14608]: audit 2024-03-21T13:03:34.808019+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:35.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:35 smithi184 bash[14608]: cluster 2024-03-21T13:03:34.811502+0000 mgr.x (mgr.34104) 604 : cluster [DBG] pgmap v390: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:35.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:35 smithi184 bash[14608]: audit 2024-03-21T13:03:34.816447+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:35.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:35 smithi184 bash[14608]: cephadm 2024-03-21T13:03:34.818726+0000 mgr.x (mgr.34104) 605 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:35.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:35 smithi184 bash[14608]: audit 2024-03-21T13:03:34.898052+0000 mon.a (mon.0) 296 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:35.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:35 smithi184 bash[14608]: audit 2024-03-21T13:03:34.900616+0000 mon.a (mon.0) 297 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:35.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:35 smithi184 bash[14608]: audit 2024-03-21T13:03:34.903935+0000 mon.a (mon.0) 298 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:35.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:35 smithi184 bash[14608]: audit 2024-03-21T13:03:34.905515+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:35.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:35 smithi184 bash[14608]: cluster 2024-03-21T13:03:34.909303+0000 mgr.x (mgr.34104) 606 : cluster [DBG] pgmap v391: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:35.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:35 smithi184 bash[14608]: cluster 2024-03-21T13:03:34.909619+0000 mgr.x (mgr.34104) 607 : cluster [DBG] pgmap v392: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:35.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:35 smithi184 bash[14608]: audit 2024-03-21T13:03:34.915424+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:35.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:35 smithi184 bash[14608]: cephadm 2024-03-21T13:03:34.917672+0000 mgr.x (mgr.34104) 608 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:35.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:35 smithi184 bash[14608]: audit 2024-03-21T13:03:34.996490+0000 mon.a (mon.0) 301 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:35.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:35 smithi184 bash[14608]: audit 2024-03-21T13:03:34.999322+0000 mon.a (mon.0) 302 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:35.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:35 smithi184 bash[14608]: audit 2024-03-21T13:03:35.002577+0000 mon.a (mon.0) 303 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:35.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:35 smithi184 bash[14608]: audit 2024-03-21T13:03:35.004188+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:35.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:35 smithi184 bash[14608]: cluster 2024-03-21T13:03:35.008419+0000 mgr.x (mgr.34104) 609 : cluster [DBG] pgmap v393: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:35.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:35 smithi184 bash[14608]: cluster 2024-03-21T13:03:35.008862+0000 mgr.x (mgr.34104) 610 : cluster [DBG] pgmap v394: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:35.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:35 smithi184 bash[14608]: audit 2024-03-21T13:03:35.016246+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:35.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:35 smithi184 bash[14608]: cephadm 2024-03-21T13:03:35.018770+0000 mgr.x (mgr.34104) 611 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:35.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:35 smithi184 bash[14608]: audit 2024-03-21T13:03:35.101424+0000 mon.a (mon.0) 306 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:35.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:35 smithi184 bash[14608]: audit 2024-03-21T13:03:35.104630+0000 mon.a (mon.0) 307 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:35.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:35 smithi184 bash[14608]: audit 2024-03-21T13:03:35.108464+0000 mon.a (mon.0) 308 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:35.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:35 smithi184 bash[14608]: audit 2024-03-21T13:03:35.110260+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:35.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:35 smithi184 bash[14608]: cluster 2024-03-21T13:03:35.114355+0000 mgr.x (mgr.34104) 612 : cluster [DBG] pgmap v395: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:35.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:35 smithi184 bash[14608]: cluster 2024-03-21T13:03:35.114609+0000 mgr.x (mgr.34104) 613 : cluster [DBG] pgmap v396: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:35.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:35 smithi184 bash[14608]: audit 2024-03-21T13:03:35.120905+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:35.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:35 smithi184 bash[14608]: cephadm 2024-03-21T13:03:35.123485+0000 mgr.x (mgr.34104) 614 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:35.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:35 smithi184 bash[14608]: audit 2024-03-21T13:03:35.200679+0000 mon.a (mon.0) 311 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:35.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:35 smithi184 bash[14608]: audit 2024-03-21T13:03:35.203796+0000 mon.a (mon.0) 312 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:35.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:35 smithi184 bash[14608]: audit 2024-03-21T13:03:35.207188+0000 mon.a (mon.0) 313 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:35.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:35 smithi184 bash[14608]: audit 2024-03-21T13:03:35.208531+0000 mon.a (mon.0) 314 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:35.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:35 smithi184 bash[14608]: audit 2024-03-21T13:03:35.222137+0000 mon.a (mon.0) 315 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:35.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:35 smithi184 bash[14608]: audit 2024-03-21T13:03:35.306182+0000 mon.a (mon.0) 316 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:35.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:35 smithi184 bash[14608]: audit 2024-03-21T13:03:35.309530+0000 mon.a (mon.0) 317 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:35.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:35 smithi184 bash[14608]: audit 2024-03-21T13:03:35.314753+0000 mon.a (mon.0) 318 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:35.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:35 smithi184 bash[14608]: audit 2024-03-21T13:03:35.316325+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:35.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:35 smithi184 bash[14608]: audit 2024-03-21T13:03:35.326921+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:35.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:35 smithi184 bash[14608]: audit 2024-03-21T13:03:35.405212+0000 mon.a (mon.0) 321 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:35.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:35 smithi184 bash[14608]: audit 2024-03-21T13:03:35.407715+0000 mon.a (mon.0) 322 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:35.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:35 smithi184 bash[14608]: audit 2024-03-21T13:03:35.410689+0000 mon.a (mon.0) 323 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:35.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:35 smithi184 bash[14608]: audit 2024-03-21T13:03:35.411812+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:35.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:35 smithi184 bash[14608]: audit 2024-03-21T13:03:35.421299+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:35.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:35 smithi184 bash[14608]: audit 2024-03-21T13:03:35.500317+0000 mon.a (mon.0) 326 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:35.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:35 smithi184 bash[14608]: audit 2024-03-21T13:03:35.503308+0000 mon.a (mon.0) 327 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:35.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:35 smithi184 bash[14608]: audit 2024-03-21T13:03:35.507234+0000 mon.a (mon.0) 328 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:35.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:35 smithi184 bash[14608]: audit 2024-03-21T13:03:35.508750+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:35.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:35 smithi184 bash[14608]: audit 2024-03-21T13:03:35.519735+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:35.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:35 smithi184 bash[14608]: audit 2024-03-21T13:03:35.599819+0000 mon.a (mon.0) 331 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:35.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:35 smithi184 bash[14608]: audit 2024-03-21T13:03:35.603714+0000 mon.a (mon.0) 332 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:35.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:35 smithi184 bash[14608]: audit 2024-03-21T13:03:35.607424+0000 mon.a (mon.0) 333 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:35.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:35 smithi184 bash[14608]: audit 2024-03-21T13:03:35.609038+0000 mon.a (mon.0) 334 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:35.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:35 smithi184 bash[14608]: audit 2024-03-21T13:03:35.620418+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:35.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:35 smithi184 bash[14608]: audit 2024-03-21T13:03:35.699419+0000 mon.a (mon.0) 336 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:35.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:35 smithi184 bash[14608]: audit 2024-03-21T13:03:35.702788+0000 mon.a (mon.0) 337 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:35.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:35 smithi184 bash[14608]: audit 2024-03-21T13:03:35.706944+0000 mon.a (mon.0) 338 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:35.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:35 smithi184 bash[14608]: audit 2024-03-21T13:03:35.708657+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:35.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:35 smithi184 bash[14608]: audit 2024-03-21T13:03:35.719516+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:36.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:35 smithi178 bash[75692]: audit 2024-03-21T13:03:35.101424+0000 mon.a (mon.0) 306 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:36.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:35 smithi178 bash[75692]: audit 2024-03-21T13:03:35.104630+0000 mon.a (mon.0) 307 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:36.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:35 smithi178 bash[75692]: audit 2024-03-21T13:03:35.108464+0000 mon.a (mon.0) 308 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:36.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:35 smithi178 bash[75692]: audit 2024-03-21T13:03:35.110260+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:36.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:35 smithi178 bash[75692]: cluster 2024-03-21T13:03:35.114355+0000 mgr.x (mgr.34104) 612 : cluster [DBG] pgmap v395: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:36.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:35 smithi178 bash[75692]: cluster 2024-03-21T13:03:35.114609+0000 mgr.x (mgr.34104) 613 : cluster [DBG] pgmap v396: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:36.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:35 smithi178 bash[75692]: audit 2024-03-21T13:03:35.120905+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:36.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:35 smithi178 bash[75692]: cephadm 2024-03-21T13:03:35.123485+0000 mgr.x (mgr.34104) 614 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:36.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:35 smithi178 bash[75692]: audit 2024-03-21T13:03:35.200679+0000 mon.a (mon.0) 311 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:36.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:35 smithi178 bash[75692]: audit 2024-03-21T13:03:35.203796+0000 mon.a (mon.0) 312 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:36.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:35 smithi178 bash[75692]: audit 2024-03-21T13:03:35.207188+0000 mon.a (mon.0) 313 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:36.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:35 smithi178 bash[75692]: audit 2024-03-21T13:03:35.208531+0000 mon.a (mon.0) 314 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:36.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:35 smithi178 bash[75692]: audit 2024-03-21T13:03:35.222137+0000 mon.a (mon.0) 315 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:36.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:35 smithi178 bash[75692]: audit 2024-03-21T13:03:35.306182+0000 mon.a (mon.0) 316 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:36.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:35 smithi178 bash[75692]: audit 2024-03-21T13:03:35.309530+0000 mon.a (mon.0) 317 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:36.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:35 smithi178 bash[75692]: audit 2024-03-21T13:03:35.314753+0000 mon.a (mon.0) 318 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:36.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:35 smithi178 bash[75692]: audit 2024-03-21T13:03:35.316325+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:36.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:35 smithi178 bash[75692]: audit 2024-03-21T13:03:35.326921+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:36.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:35 smithi178 bash[75692]: audit 2024-03-21T13:03:35.405212+0000 mon.a (mon.0) 321 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:36.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:35 smithi178 bash[75692]: audit 2024-03-21T13:03:35.407715+0000 mon.a (mon.0) 322 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:36.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:35 smithi178 bash[75692]: audit 2024-03-21T13:03:35.410689+0000 mon.a (mon.0) 323 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:36.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:35 smithi178 bash[75692]: audit 2024-03-21T13:03:35.411812+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:36.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:35 smithi178 bash[75692]: audit 2024-03-21T13:03:35.421299+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:36.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:35 smithi178 bash[75692]: audit 2024-03-21T13:03:35.500317+0000 mon.a (mon.0) 326 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:36.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:35 smithi178 bash[75692]: audit 2024-03-21T13:03:35.503308+0000 mon.a (mon.0) 327 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:36.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:35 smithi178 bash[75692]: audit 2024-03-21T13:03:35.507234+0000 mon.a (mon.0) 328 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:36.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:35 smithi178 bash[75692]: audit 2024-03-21T13:03:35.508750+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:36.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:35 smithi178 bash[75692]: audit 2024-03-21T13:03:35.519735+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:36.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:35 smithi178 bash[75692]: audit 2024-03-21T13:03:35.599819+0000 mon.a (mon.0) 331 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:36.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:35 smithi178 bash[75692]: audit 2024-03-21T13:03:35.603714+0000 mon.a (mon.0) 332 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:36.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:35 smithi178 bash[75692]: audit 2024-03-21T13:03:35.607424+0000 mon.a (mon.0) 333 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:36.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:35 smithi178 bash[75692]: audit 2024-03-21T13:03:35.609038+0000 mon.a (mon.0) 334 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:36.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:35 smithi178 bash[75692]: audit 2024-03-21T13:03:35.620418+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:36.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:35 smithi178 bash[75692]: audit 2024-03-21T13:03:35.699419+0000 mon.a (mon.0) 336 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:36.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:35 smithi178 bash[75692]: audit 2024-03-21T13:03:35.702788+0000 mon.a (mon.0) 337 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:36.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:35 smithi178 bash[75692]: audit 2024-03-21T13:03:35.706944+0000 mon.a (mon.0) 338 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:36.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:35 smithi178 bash[75692]: audit 2024-03-21T13:03:35.708657+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:36.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:35 smithi178 bash[75692]: audit 2024-03-21T13:03:35.719516+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:36.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:35 smithi178 bash[77880]: cluster 2024-03-21T13:03:35.114609+0000 mgr.x (mgr.34104) 613 : cluster [DBG] pgmap v396: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:36.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:35 smithi178 bash[77880]: audit 2024-03-21T13:03:35.120905+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:36.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:35 smithi178 bash[77880]: cephadm 2024-03-21T13:03:35.123485+0000 mgr.x (mgr.34104) 614 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:36.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:35 smithi178 bash[77880]: audit 2024-03-21T13:03:35.200679+0000 mon.a (mon.0) 311 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:36.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:35 smithi178 bash[77880]: audit 2024-03-21T13:03:35.203796+0000 mon.a (mon.0) 312 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:36.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:35 smithi178 bash[77880]: audit 2024-03-21T13:03:35.207188+0000 mon.a (mon.0) 313 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:36.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:35 smithi178 bash[77880]: audit 2024-03-21T13:03:35.208531+0000 mon.a (mon.0) 314 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:36.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:35 smithi178 bash[77880]: audit 2024-03-21T13:03:35.222137+0000 mon.a (mon.0) 315 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:36.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:35 smithi178 bash[77880]: audit 2024-03-21T13:03:35.306182+0000 mon.a (mon.0) 316 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:36.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:35 smithi178 bash[77880]: audit 2024-03-21T13:03:35.309530+0000 mon.a (mon.0) 317 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:36.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:35 smithi178 bash[77880]: audit 2024-03-21T13:03:35.314753+0000 mon.a (mon.0) 318 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:36.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:35 smithi178 bash[77880]: audit 2024-03-21T13:03:35.316325+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:36.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:35 smithi178 bash[77880]: audit 2024-03-21T13:03:35.326921+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:36.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:35 smithi178 bash[77880]: audit 2024-03-21T13:03:35.405212+0000 mon.a (mon.0) 321 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:36.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:35 smithi178 bash[77880]: audit 2024-03-21T13:03:35.407715+0000 mon.a (mon.0) 322 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:36.053 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:35 smithi178 bash[77880]: audit 2024-03-21T13:03:35.410689+0000 mon.a (mon.0) 323 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:36.053 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:35 smithi178 bash[77880]: audit 2024-03-21T13:03:35.411812+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:36.053 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:35 smithi178 bash[77880]: audit 2024-03-21T13:03:35.421299+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:36.053 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:35 smithi178 bash[77880]: audit 2024-03-21T13:03:35.500317+0000 mon.a (mon.0) 326 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:36.053 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:35 smithi178 bash[77880]: audit 2024-03-21T13:03:35.503308+0000 mon.a (mon.0) 327 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:36.053 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:35 smithi178 bash[77880]: audit 2024-03-21T13:03:35.507234+0000 mon.a (mon.0) 328 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:36.053 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:35 smithi178 bash[77880]: audit 2024-03-21T13:03:35.508750+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:36.053 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:35 smithi178 bash[77880]: audit 2024-03-21T13:03:35.519735+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:36.053 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:35 smithi178 bash[77880]: audit 2024-03-21T13:03:35.599819+0000 mon.a (mon.0) 331 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:36.053 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:35 smithi178 bash[77880]: audit 2024-03-21T13:03:35.603714+0000 mon.a (mon.0) 332 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:36.053 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:35 smithi178 bash[77880]: audit 2024-03-21T13:03:35.607424+0000 mon.a (mon.0) 333 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:36.053 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:35 smithi178 bash[77880]: audit 2024-03-21T13:03:35.609038+0000 mon.a (mon.0) 334 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:36.053 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:35 smithi178 bash[77880]: audit 2024-03-21T13:03:35.620418+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:36.053 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:35 smithi178 bash[77880]: audit 2024-03-21T13:03:35.699419+0000 mon.a (mon.0) 336 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:36.053 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:35 smithi178 bash[77880]: audit 2024-03-21T13:03:35.702788+0000 mon.a (mon.0) 337 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:36.054 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:35 smithi178 bash[77880]: audit 2024-03-21T13:03:35.706944+0000 mon.a (mon.0) 338 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:36.054 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:35 smithi178 bash[77880]: audit 2024-03-21T13:03:35.708657+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:36.054 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:35 smithi178 bash[77880]: audit 2024-03-21T13:03:35.719516+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:37.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:36 smithi178 bash[75692]: cluster 2024-03-21T13:03:35.212375+0000 mgr.x (mgr.34104) 615 : cluster [DBG] pgmap v397: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:37.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:36 smithi178 bash[75692]: cluster 2024-03-21T13:03:35.212935+0000 mgr.x (mgr.34104) 616 : cluster [DBG] pgmap v398: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:37.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:36 smithi178 bash[75692]: cephadm 2024-03-21T13:03:35.224602+0000 mgr.x (mgr.34104) 617 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:37.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:36 smithi178 bash[75692]: cluster 2024-03-21T13:03:35.320689+0000 mgr.x (mgr.34104) 618 : cluster [DBG] pgmap v399: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:37.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:36 smithi178 bash[75692]: cluster 2024-03-21T13:03:35.321246+0000 mgr.x (mgr.34104) 619 : cluster [DBG] pgmap v400: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:37.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:36 smithi178 bash[75692]: cephadm 2024-03-21T13:03:35.329319+0000 mgr.x (mgr.34104) 620 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:37.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:36 smithi178 bash[75692]: cluster 2024-03-21T13:03:35.415349+0000 mgr.x (mgr.34104) 621 : cluster [DBG] pgmap v401: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:37.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:36 smithi178 bash[75692]: cluster 2024-03-21T13:03:35.416038+0000 mgr.x (mgr.34104) 622 : cluster [DBG] pgmap v402: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:37.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:36 smithi178 bash[75692]: cephadm 2024-03-21T13:03:35.423531+0000 mgr.x (mgr.34104) 623 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:37.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:36 smithi178 bash[75692]: cluster 2024-03-21T13:03:35.512905+0000 mgr.x (mgr.34104) 624 : cluster [DBG] pgmap v403: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:37.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:36 smithi178 bash[75692]: cluster 2024-03-21T13:03:35.513479+0000 mgr.x (mgr.34104) 625 : cluster [DBG] pgmap v404: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:37.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:36 smithi178 bash[75692]: cephadm 2024-03-21T13:03:35.522255+0000 mgr.x (mgr.34104) 626 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:37.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:36 smithi178 bash[75692]: cluster 2024-03-21T13:03:35.614033+0000 mgr.x (mgr.34104) 627 : cluster [DBG] pgmap v405: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 17 op/s 2024-03-21T13:03:37.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:36 smithi178 bash[75692]: cluster 2024-03-21T13:03:35.614622+0000 mgr.x (mgr.34104) 628 : cluster [DBG] pgmap v406: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 17 op/s 2024-03-21T13:03:37.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:36 smithi178 bash[75692]: cephadm 2024-03-21T13:03:35.622696+0000 mgr.x (mgr.34104) 629 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:37.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:36 smithi178 bash[75692]: cluster 2024-03-21T13:03:35.713252+0000 mgr.x (mgr.34104) 630 : cluster [DBG] pgmap v407: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s 2024-03-21T13:03:37.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:36 smithi178 bash[75692]: cluster 2024-03-21T13:03:35.713773+0000 mgr.x (mgr.34104) 631 : cluster [DBG] pgmap v408: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s 2024-03-21T13:03:37.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:36 smithi178 bash[75692]: cephadm 2024-03-21T13:03:35.721954+0000 mgr.x (mgr.34104) 632 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:37.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:36 smithi178 bash[75692]: audit 2024-03-21T13:03:35.801422+0000 mon.a (mon.0) 341 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:37.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:36 smithi178 bash[75692]: audit 2024-03-21T13:03:35.804294+0000 mon.a (mon.0) 342 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:37.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:36 smithi178 bash[75692]: audit 2024-03-21T13:03:35.807668+0000 mon.a (mon.0) 343 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:37.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:36 smithi178 bash[75692]: audit 2024-03-21T13:03:35.809382+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:37.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:36 smithi178 bash[75692]: cluster 2024-03-21T13:03:35.813429+0000 mgr.x (mgr.34104) 633 : cluster [DBG] pgmap v409: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s 2024-03-21T13:03:37.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:36 smithi178 bash[75692]: cluster 2024-03-21T13:03:35.813893+0000 mgr.x (mgr.34104) 634 : cluster [DBG] pgmap v410: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s 2024-03-21T13:03:37.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:36 smithi178 bash[75692]: audit 2024-03-21T13:03:35.820203+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:37.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:36 smithi178 bash[75692]: cephadm 2024-03-21T13:03:35.822577+0000 mgr.x (mgr.34104) 635 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:37.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:36 smithi178 bash[75692]: audit 2024-03-21T13:03:35.903139+0000 mon.a (mon.0) 346 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:37.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:36 smithi178 bash[75692]: audit 2024-03-21T13:03:35.906238+0000 mon.a (mon.0) 347 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:37.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:36 smithi178 bash[75692]: audit 2024-03-21T13:03:35.910164+0000 mon.a (mon.0) 348 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:37.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:36 smithi178 bash[75692]: audit 2024-03-21T13:03:35.911696+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:37.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:36 smithi178 bash[75692]: cluster 2024-03-21T13:03:35.916037+0000 mgr.x (mgr.34104) 636 : cluster [DBG] pgmap v411: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:37.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:36 smithi178 bash[75692]: cluster 2024-03-21T13:03:35.916475+0000 mgr.x (mgr.34104) 637 : cluster [DBG] pgmap v412: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:37.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:36 smithi178 bash[75692]: audit 2024-03-21T13:03:35.923759+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:37.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:36 smithi178 bash[75692]: cephadm 2024-03-21T13:03:35.926325+0000 mgr.x (mgr.34104) 638 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:37.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:36 smithi178 bash[75692]: audit 2024-03-21T13:03:36.005986+0000 mon.a (mon.0) 351 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:37.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:36 smithi178 bash[75692]: audit 2024-03-21T13:03:36.009142+0000 mon.a (mon.0) 352 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:37.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:36 smithi178 bash[75692]: audit 2024-03-21T13:03:36.012829+0000 mon.a (mon.0) 353 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:37.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:36 smithi178 bash[75692]: audit 2024-03-21T13:03:36.014308+0000 mon.a (mon.0) 354 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:37.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:36 smithi178 bash[75692]: cluster 2024-03-21T13:03:36.018345+0000 mgr.x (mgr.34104) 639 : cluster [DBG] pgmap v413: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:37.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:36 smithi178 bash[75692]: cluster 2024-03-21T13:03:36.018785+0000 mgr.x (mgr.34104) 640 : cluster [DBG] pgmap v414: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:37.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:36 smithi178 bash[75692]: audit 2024-03-21T13:03:36.025319+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:37.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:36 smithi178 bash[75692]: cephadm 2024-03-21T13:03:36.027647+0000 mgr.x (mgr.34104) 641 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:37.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:36 smithi178 bash[75692]: audit 2024-03-21T13:03:36.105923+0000 mon.a (mon.0) 356 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:37.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:36 smithi178 bash[75692]: audit 2024-03-21T13:03:36.109037+0000 mon.a (mon.0) 357 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:37.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:36 smithi178 bash[75692]: audit 2024-03-21T13:03:36.112114+0000 mon.a (mon.0) 358 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:37.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:36 smithi178 bash[75692]: audit 2024-03-21T13:03:36.113374+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:37.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:36 smithi178 bash[75692]: cluster 2024-03-21T13:03:36.117126+0000 mgr.x (mgr.34104) 642 : cluster [DBG] pgmap v415: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:37.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:36 smithi178 bash[75692]: cluster 2024-03-21T13:03:36.117493+0000 mgr.x (mgr.34104) 643 : cluster [DBG] pgmap v416: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:37.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:36 smithi178 bash[75692]: audit 2024-03-21T13:03:36.125174+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:37.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:36 smithi178 bash[75692]: cephadm 2024-03-21T13:03:36.127433+0000 mgr.x (mgr.34104) 644 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:37.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:36 smithi178 bash[75692]: audit 2024-03-21T13:03:36.205972+0000 mon.a (mon.0) 361 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:37.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:36 smithi178 bash[75692]: audit 2024-03-21T13:03:36.209445+0000 mon.a (mon.0) 362 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:37.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:36 smithi178 bash[75692]: audit 2024-03-21T13:03:36.213269+0000 mon.a (mon.0) 363 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:37.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:36 smithi178 bash[75692]: audit 2024-03-21T13:03:36.214932+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:37.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:36 smithi178 bash[75692]: audit 2024-03-21T13:03:36.226356+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:37.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:36 smithi178 bash[75692]: audit 2024-03-21T13:03:36.308903+0000 mon.a (mon.0) 366 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:37.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:36 smithi178 bash[75692]: audit 2024-03-21T13:03:36.312512+0000 mon.a (mon.0) 367 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:37.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:36 smithi178 bash[75692]: audit 2024-03-21T13:03:36.317579+0000 mon.a (mon.0) 368 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:37.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:36 smithi178 bash[75692]: audit 2024-03-21T13:03:36.319612+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:37.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:36 smithi178 bash[75692]: audit 2024-03-21T13:03:36.330087+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:37.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:36 smithi178 bash[75692]: audit 2024-03-21T13:03:36.412807+0000 mon.a (mon.0) 371 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:37.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:36 smithi178 bash[75692]: audit 2024-03-21T13:03:36.416252+0000 mon.a (mon.0) 372 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:37.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:36 smithi178 bash[75692]: audit 2024-03-21T13:03:36.420918+0000 mon.a (mon.0) 373 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:37.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:36 smithi178 bash[75692]: audit 2024-03-21T13:03:36.422702+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:37.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:36 smithi178 bash[75692]: audit 2024-03-21T13:03:36.433274+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:37.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:36 smithi178 bash[75692]: audit 2024-03-21T13:03:36.513467+0000 mon.a (mon.0) 376 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:37.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:36 smithi178 bash[75692]: audit 2024-03-21T13:03:36.516470+0000 mon.a (mon.0) 377 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:37.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:36 smithi178 bash[75692]: audit 2024-03-21T13:03:36.519864+0000 mon.a (mon.0) 378 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:37.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:36 smithi178 bash[75692]: audit 2024-03-21T13:03:36.521552+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:37.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:36 smithi178 bash[75692]: audit 2024-03-21T13:03:36.530995+0000 mon.a (mon.0) 380 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:37.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:36 smithi178 bash[75692]: audit 2024-03-21T13:03:36.612036+0000 mon.a (mon.0) 381 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:37.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:36 smithi178 bash[75692]: audit 2024-03-21T13:03:36.615069+0000 mon.a (mon.0) 382 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:37.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:36 smithi178 bash[75692]: audit 2024-03-21T13:03:36.618638+0000 mon.a (mon.0) 383 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:37.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:36 smithi178 bash[75692]: audit 2024-03-21T13:03:36.619938+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:37.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:36 smithi178 bash[75692]: audit 2024-03-21T13:03:36.630952+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:37.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:36 smithi178 bash[75692]: audit 2024-03-21T13:03:36.711111+0000 mon.a (mon.0) 386 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:37.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:36 smithi178 bash[75692]: audit 2024-03-21T13:03:36.714090+0000 mon.a (mon.0) 387 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:37.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:36 smithi178 bash[75692]: audit 2024-03-21T13:03:36.717214+0000 mon.a (mon.0) 388 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:37.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:36 smithi178 bash[75692]: audit 2024-03-21T13:03:36.718848+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:37.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:36 smithi178 bash[75692]: audit 2024-03-21T13:03:36.730887+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:37.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:36 smithi178 bash[77880]: cluster 2024-03-21T13:03:35.212375+0000 mgr.x (mgr.34104) 615 : cluster [DBG] pgmap v397: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:37.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:36 smithi178 bash[77880]: cluster 2024-03-21T13:03:35.212935+0000 mgr.x (mgr.34104) 616 : cluster [DBG] pgmap v398: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:37.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:36 smithi178 bash[77880]: cephadm 2024-03-21T13:03:35.224602+0000 mgr.x (mgr.34104) 617 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:37.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:36 smithi178 bash[77880]: cluster 2024-03-21T13:03:35.320689+0000 mgr.x (mgr.34104) 618 : cluster [DBG] pgmap v399: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:37.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:36 smithi178 bash[77880]: cluster 2024-03-21T13:03:35.321246+0000 mgr.x (mgr.34104) 619 : cluster [DBG] pgmap v400: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:37.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:36 smithi178 bash[77880]: cephadm 2024-03-21T13:03:35.329319+0000 mgr.x (mgr.34104) 620 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:37.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:36 smithi178 bash[77880]: cluster 2024-03-21T13:03:35.415349+0000 mgr.x (mgr.34104) 621 : cluster [DBG] pgmap v401: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:37.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:36 smithi178 bash[77880]: cluster 2024-03-21T13:03:35.416038+0000 mgr.x (mgr.34104) 622 : cluster [DBG] pgmap v402: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:37.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:36 smithi178 bash[77880]: cephadm 2024-03-21T13:03:35.423531+0000 mgr.x (mgr.34104) 623 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:37.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:36 smithi178 bash[77880]: cluster 2024-03-21T13:03:35.512905+0000 mgr.x (mgr.34104) 624 : cluster [DBG] pgmap v403: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:37.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:36 smithi178 bash[77880]: cluster 2024-03-21T13:03:35.513479+0000 mgr.x (mgr.34104) 625 : cluster [DBG] pgmap v404: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:37.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:36 smithi178 bash[77880]: cephadm 2024-03-21T13:03:35.522255+0000 mgr.x (mgr.34104) 626 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:37.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:36 smithi178 bash[77880]: cluster 2024-03-21T13:03:35.614033+0000 mgr.x (mgr.34104) 627 : cluster [DBG] pgmap v405: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 17 op/s 2024-03-21T13:03:37.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:36 smithi178 bash[77880]: cluster 2024-03-21T13:03:35.614622+0000 mgr.x (mgr.34104) 628 : cluster [DBG] pgmap v406: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 17 op/s 2024-03-21T13:03:37.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:36 smithi178 bash[77880]: cephadm 2024-03-21T13:03:35.622696+0000 mgr.x (mgr.34104) 629 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:37.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:36 smithi178 bash[77880]: cluster 2024-03-21T13:03:35.713252+0000 mgr.x (mgr.34104) 630 : cluster [DBG] pgmap v407: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s 2024-03-21T13:03:37.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:36 smithi178 bash[77880]: cluster 2024-03-21T13:03:35.713773+0000 mgr.x (mgr.34104) 631 : cluster [DBG] pgmap v408: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s 2024-03-21T13:03:37.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:36 smithi178 bash[77880]: cephadm 2024-03-21T13:03:35.721954+0000 mgr.x (mgr.34104) 632 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:37.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:36 smithi178 bash[77880]: audit 2024-03-21T13:03:35.801422+0000 mon.a (mon.0) 341 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:37.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:36 smithi178 bash[77880]: audit 2024-03-21T13:03:35.804294+0000 mon.a (mon.0) 342 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:37.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:36 smithi178 bash[77880]: audit 2024-03-21T13:03:35.807668+0000 mon.a (mon.0) 343 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:37.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:36 smithi178 bash[77880]: audit 2024-03-21T13:03:35.809382+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:37.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:36 smithi178 bash[77880]: cluster 2024-03-21T13:03:35.813429+0000 mgr.x (mgr.34104) 633 : cluster [DBG] pgmap v409: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s 2024-03-21T13:03:37.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:36 smithi178 bash[77880]: cluster 2024-03-21T13:03:35.813893+0000 mgr.x (mgr.34104) 634 : cluster [DBG] pgmap v410: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s 2024-03-21T13:03:37.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:36 smithi178 bash[77880]: audit 2024-03-21T13:03:35.820203+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:37.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:36 smithi178 bash[77880]: cephadm 2024-03-21T13:03:35.822577+0000 mgr.x (mgr.34104) 635 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:37.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:36 smithi178 bash[77880]: audit 2024-03-21T13:03:35.903139+0000 mon.a (mon.0) 346 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:37.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:36 smithi178 bash[77880]: audit 2024-03-21T13:03:35.906238+0000 mon.a (mon.0) 347 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:37.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:36 smithi178 bash[77880]: audit 2024-03-21T13:03:35.910164+0000 mon.a (mon.0) 348 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:37.058 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:36 smithi178 bash[77880]: audit 2024-03-21T13:03:35.911696+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:37.058 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:36 smithi178 bash[77880]: cluster 2024-03-21T13:03:35.916037+0000 mgr.x (mgr.34104) 636 : cluster [DBG] pgmap v411: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:37.058 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:36 smithi178 bash[77880]: cluster 2024-03-21T13:03:35.916475+0000 mgr.x (mgr.34104) 637 : cluster [DBG] pgmap v412: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:37.058 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:36 smithi178 bash[77880]: audit 2024-03-21T13:03:35.923759+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:37.058 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:36 smithi178 bash[77880]: cephadm 2024-03-21T13:03:35.926325+0000 mgr.x (mgr.34104) 638 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:37.058 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:36 smithi178 bash[77880]: audit 2024-03-21T13:03:36.005986+0000 mon.a (mon.0) 351 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:37.058 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:36 smithi178 bash[77880]: audit 2024-03-21T13:03:36.009142+0000 mon.a (mon.0) 352 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:37.058 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:36 smithi178 bash[77880]: audit 2024-03-21T13:03:36.012829+0000 mon.a (mon.0) 353 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:37.058 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:36 smithi178 bash[77880]: audit 2024-03-21T13:03:36.014308+0000 mon.a (mon.0) 354 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:37.058 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:36 smithi178 bash[77880]: cluster 2024-03-21T13:03:36.018345+0000 mgr.x (mgr.34104) 639 : cluster [DBG] pgmap v413: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:37.058 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:36 smithi178 bash[77880]: cluster 2024-03-21T13:03:36.018785+0000 mgr.x (mgr.34104) 640 : cluster [DBG] pgmap v414: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:37.058 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:36 smithi178 bash[77880]: audit 2024-03-21T13:03:36.025319+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:37.058 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:36 smithi178 bash[77880]: cephadm 2024-03-21T13:03:36.027647+0000 mgr.x (mgr.34104) 641 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:37.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:36 smithi178 bash[77880]: audit 2024-03-21T13:03:36.105923+0000 mon.a (mon.0) 356 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:37.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:36 smithi178 bash[77880]: audit 2024-03-21T13:03:36.109037+0000 mon.a (mon.0) 357 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:37.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:36 smithi178 bash[77880]: audit 2024-03-21T13:03:36.112114+0000 mon.a (mon.0) 358 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:37.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:36 smithi178 bash[77880]: audit 2024-03-21T13:03:36.113374+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:37.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:36 smithi178 bash[77880]: cluster 2024-03-21T13:03:36.117126+0000 mgr.x (mgr.34104) 642 : cluster [DBG] pgmap v415: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:37.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:36 smithi178 bash[77880]: cluster 2024-03-21T13:03:36.117493+0000 mgr.x (mgr.34104) 643 : cluster [DBG] pgmap v416: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:37.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:36 smithi178 bash[77880]: audit 2024-03-21T13:03:36.125174+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:37.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:36 smithi178 bash[77880]: cephadm 2024-03-21T13:03:36.127433+0000 mgr.x (mgr.34104) 644 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:37.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:36 smithi178 bash[77880]: audit 2024-03-21T13:03:36.205972+0000 mon.a (mon.0) 361 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:37.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:36 smithi178 bash[77880]: audit 2024-03-21T13:03:36.209445+0000 mon.a (mon.0) 362 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:37.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:36 smithi178 bash[77880]: audit 2024-03-21T13:03:36.213269+0000 mon.a (mon.0) 363 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:37.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:36 smithi178 bash[77880]: audit 2024-03-21T13:03:36.214932+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:37.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:36 smithi178 bash[77880]: audit 2024-03-21T13:03:36.226356+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:37.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:36 smithi178 bash[77880]: audit 2024-03-21T13:03:36.308903+0000 mon.a (mon.0) 366 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:37.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:36 smithi178 bash[77880]: audit 2024-03-21T13:03:36.312512+0000 mon.a (mon.0) 367 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:37.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:36 smithi178 bash[77880]: audit 2024-03-21T13:03:36.317579+0000 mon.a (mon.0) 368 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:37.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:36 smithi178 bash[77880]: audit 2024-03-21T13:03:36.319612+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:37.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:36 smithi178 bash[77880]: audit 2024-03-21T13:03:36.330087+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:37.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:36 smithi178 bash[77880]: audit 2024-03-21T13:03:36.412807+0000 mon.a (mon.0) 371 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:37.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:36 smithi178 bash[77880]: audit 2024-03-21T13:03:36.416252+0000 mon.a (mon.0) 372 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:37.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:36 smithi178 bash[77880]: audit 2024-03-21T13:03:36.420918+0000 mon.a (mon.0) 373 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:37.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:36 smithi178 bash[77880]: audit 2024-03-21T13:03:36.422702+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:37.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:36 smithi178 bash[77880]: audit 2024-03-21T13:03:36.433274+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:37.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:36 smithi178 bash[77880]: audit 2024-03-21T13:03:36.513467+0000 mon.a (mon.0) 376 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:37.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:36 smithi178 bash[77880]: audit 2024-03-21T13:03:36.516470+0000 mon.a (mon.0) 377 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:37.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:36 smithi178 bash[77880]: audit 2024-03-21T13:03:36.519864+0000 mon.a (mon.0) 378 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:37.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:36 smithi178 bash[77880]: audit 2024-03-21T13:03:36.521552+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:37.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:36 smithi178 bash[77880]: audit 2024-03-21T13:03:36.530995+0000 mon.a (mon.0) 380 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:37.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:36 smithi178 bash[77880]: audit 2024-03-21T13:03:36.612036+0000 mon.a (mon.0) 381 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:37.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:36 smithi178 bash[77880]: audit 2024-03-21T13:03:36.615069+0000 mon.a (mon.0) 382 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:37.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:36 smithi178 bash[77880]: audit 2024-03-21T13:03:36.618638+0000 mon.a (mon.0) 383 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:37.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:36 smithi178 bash[77880]: audit 2024-03-21T13:03:36.619938+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:37.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:36 smithi178 bash[77880]: audit 2024-03-21T13:03:36.630952+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:37.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:36 smithi178 bash[77880]: audit 2024-03-21T13:03:36.711111+0000 mon.a (mon.0) 386 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:37.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:36 smithi178 bash[77880]: audit 2024-03-21T13:03:36.714090+0000 mon.a (mon.0) 387 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:37.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:36 smithi178 bash[77880]: audit 2024-03-21T13:03:36.717214+0000 mon.a (mon.0) 388 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:37.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:36 smithi178 bash[77880]: audit 2024-03-21T13:03:36.718848+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:37.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:36 smithi178 bash[77880]: audit 2024-03-21T13:03:36.730887+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:37.072 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:03:36 smithi184 bash[52419]: debug 2024-03-21T13:03:36.653+0000 7f8424111700 -1 mgr.server handle_report got status from non-daemon mon.c 2024-03-21T13:03:37.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:36 smithi184 bash[14608]: cluster 2024-03-21T13:03:35.212375+0000 mgr.x (mgr.34104) 615 : cluster [DBG] pgmap v397: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:37.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:36 smithi184 bash[14608]: cluster 2024-03-21T13:03:35.212935+0000 mgr.x (mgr.34104) 616 : cluster [DBG] pgmap v398: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:37.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:36 smithi184 bash[14608]: cephadm 2024-03-21T13:03:35.224602+0000 mgr.x (mgr.34104) 617 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:37.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:36 smithi184 bash[14608]: cluster 2024-03-21T13:03:35.320689+0000 mgr.x (mgr.34104) 618 : cluster [DBG] pgmap v399: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:37.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:36 smithi184 bash[14608]: cluster 2024-03-21T13:03:35.321246+0000 mgr.x (mgr.34104) 619 : cluster [DBG] pgmap v400: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:37.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:36 smithi184 bash[14608]: cephadm 2024-03-21T13:03:35.329319+0000 mgr.x (mgr.34104) 620 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:37.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:36 smithi184 bash[14608]: cluster 2024-03-21T13:03:35.415349+0000 mgr.x (mgr.34104) 621 : cluster [DBG] pgmap v401: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:37.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:36 smithi184 bash[14608]: cluster 2024-03-21T13:03:35.416038+0000 mgr.x (mgr.34104) 622 : cluster [DBG] pgmap v402: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:37.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:36 smithi184 bash[14608]: cephadm 2024-03-21T13:03:35.423531+0000 mgr.x (mgr.34104) 623 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:37.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:36 smithi184 bash[14608]: cluster 2024-03-21T13:03:35.512905+0000 mgr.x (mgr.34104) 624 : cluster [DBG] pgmap v403: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:37.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:36 smithi184 bash[14608]: cluster 2024-03-21T13:03:35.513479+0000 mgr.x (mgr.34104) 625 : cluster [DBG] pgmap v404: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:37.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:36 smithi184 bash[14608]: cephadm 2024-03-21T13:03:35.522255+0000 mgr.x (mgr.34104) 626 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:37.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:36 smithi184 bash[14608]: cluster 2024-03-21T13:03:35.614033+0000 mgr.x (mgr.34104) 627 : cluster [DBG] pgmap v405: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 17 op/s 2024-03-21T13:03:37.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:36 smithi184 bash[14608]: cluster 2024-03-21T13:03:35.614622+0000 mgr.x (mgr.34104) 628 : cluster [DBG] pgmap v406: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 17 op/s 2024-03-21T13:03:37.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:36 smithi184 bash[14608]: cephadm 2024-03-21T13:03:35.622696+0000 mgr.x (mgr.34104) 629 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:37.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:36 smithi184 bash[14608]: cluster 2024-03-21T13:03:35.713252+0000 mgr.x (mgr.34104) 630 : cluster [DBG] pgmap v407: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s 2024-03-21T13:03:37.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:36 smithi184 bash[14608]: cluster 2024-03-21T13:03:35.713773+0000 mgr.x (mgr.34104) 631 : cluster [DBG] pgmap v408: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s 2024-03-21T13:03:37.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:36 smithi184 bash[14608]: cephadm 2024-03-21T13:03:35.721954+0000 mgr.x (mgr.34104) 632 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:37.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:36 smithi184 bash[14608]: audit 2024-03-21T13:03:35.801422+0000 mon.a (mon.0) 341 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:37.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:36 smithi184 bash[14608]: audit 2024-03-21T13:03:35.804294+0000 mon.a (mon.0) 342 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:37.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:36 smithi184 bash[14608]: audit 2024-03-21T13:03:35.807668+0000 mon.a (mon.0) 343 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:37.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:36 smithi184 bash[14608]: audit 2024-03-21T13:03:35.809382+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:37.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:36 smithi184 bash[14608]: cluster 2024-03-21T13:03:35.813429+0000 mgr.x (mgr.34104) 633 : cluster [DBG] pgmap v409: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s 2024-03-21T13:03:37.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:36 smithi184 bash[14608]: cluster 2024-03-21T13:03:35.813893+0000 mgr.x (mgr.34104) 634 : cluster [DBG] pgmap v410: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s 2024-03-21T13:03:37.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:36 smithi184 bash[14608]: audit 2024-03-21T13:03:35.820203+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:37.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:36 smithi184 bash[14608]: cephadm 2024-03-21T13:03:35.822577+0000 mgr.x (mgr.34104) 635 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:37.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:36 smithi184 bash[14608]: audit 2024-03-21T13:03:35.903139+0000 mon.a (mon.0) 346 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:37.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:36 smithi184 bash[14608]: audit 2024-03-21T13:03:35.906238+0000 mon.a (mon.0) 347 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:37.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:36 smithi184 bash[14608]: audit 2024-03-21T13:03:35.910164+0000 mon.a (mon.0) 348 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:37.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:36 smithi184 bash[14608]: audit 2024-03-21T13:03:35.911696+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:37.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:36 smithi184 bash[14608]: cluster 2024-03-21T13:03:35.916037+0000 mgr.x (mgr.34104) 636 : cluster [DBG] pgmap v411: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:37.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:36 smithi184 bash[14608]: cluster 2024-03-21T13:03:35.916475+0000 mgr.x (mgr.34104) 637 : cluster [DBG] pgmap v412: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:37.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:36 smithi184 bash[14608]: audit 2024-03-21T13:03:35.923759+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:37.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:36 smithi184 bash[14608]: cephadm 2024-03-21T13:03:35.926325+0000 mgr.x (mgr.34104) 638 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:37.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:36 smithi184 bash[14608]: audit 2024-03-21T13:03:36.005986+0000 mon.a (mon.0) 351 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:37.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:36 smithi184 bash[14608]: audit 2024-03-21T13:03:36.009142+0000 mon.a (mon.0) 352 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:37.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:36 smithi184 bash[14608]: audit 2024-03-21T13:03:36.012829+0000 mon.a (mon.0) 353 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:37.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:36 smithi184 bash[14608]: audit 2024-03-21T13:03:36.014308+0000 mon.a (mon.0) 354 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:37.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:36 smithi184 bash[14608]: cluster 2024-03-21T13:03:36.018345+0000 mgr.x (mgr.34104) 639 : cluster [DBG] pgmap v413: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:37.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:36 smithi184 bash[14608]: cluster 2024-03-21T13:03:36.018785+0000 mgr.x (mgr.34104) 640 : cluster [DBG] pgmap v414: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:37.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:36 smithi184 bash[14608]: audit 2024-03-21T13:03:36.025319+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:37.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:36 smithi184 bash[14608]: cephadm 2024-03-21T13:03:36.027647+0000 mgr.x (mgr.34104) 641 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:37.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:36 smithi184 bash[14608]: audit 2024-03-21T13:03:36.105923+0000 mon.a (mon.0) 356 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:37.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:36 smithi184 bash[14608]: audit 2024-03-21T13:03:36.109037+0000 mon.a (mon.0) 357 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:37.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:36 smithi184 bash[14608]: audit 2024-03-21T13:03:36.112114+0000 mon.a (mon.0) 358 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:37.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:36 smithi184 bash[14608]: audit 2024-03-21T13:03:36.113374+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:37.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:36 smithi184 bash[14608]: cluster 2024-03-21T13:03:36.117126+0000 mgr.x (mgr.34104) 642 : cluster [DBG] pgmap v415: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:37.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:36 smithi184 bash[14608]: cluster 2024-03-21T13:03:36.117493+0000 mgr.x (mgr.34104) 643 : cluster [DBG] pgmap v416: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:37.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:36 smithi184 bash[14608]: audit 2024-03-21T13:03:36.125174+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:37.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:36 smithi184 bash[14608]: cephadm 2024-03-21T13:03:36.127433+0000 mgr.x (mgr.34104) 644 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:37.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:36 smithi184 bash[14608]: audit 2024-03-21T13:03:36.205972+0000 mon.a (mon.0) 361 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:37.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:36 smithi184 bash[14608]: audit 2024-03-21T13:03:36.209445+0000 mon.a (mon.0) 362 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:37.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:36 smithi184 bash[14608]: audit 2024-03-21T13:03:36.213269+0000 mon.a (mon.0) 363 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:37.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:36 smithi184 bash[14608]: audit 2024-03-21T13:03:36.214932+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:37.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:36 smithi184 bash[14608]: audit 2024-03-21T13:03:36.226356+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:37.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:36 smithi184 bash[14608]: audit 2024-03-21T13:03:36.308903+0000 mon.a (mon.0) 366 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:37.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:36 smithi184 bash[14608]: audit 2024-03-21T13:03:36.312512+0000 mon.a (mon.0) 367 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:37.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:36 smithi184 bash[14608]: audit 2024-03-21T13:03:36.317579+0000 mon.a (mon.0) 368 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:37.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:36 smithi184 bash[14608]: audit 2024-03-21T13:03:36.319612+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:37.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:36 smithi184 bash[14608]: audit 2024-03-21T13:03:36.330087+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:37.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:36 smithi184 bash[14608]: audit 2024-03-21T13:03:36.412807+0000 mon.a (mon.0) 371 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:37.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:36 smithi184 bash[14608]: audit 2024-03-21T13:03:36.416252+0000 mon.a (mon.0) 372 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:37.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:36 smithi184 bash[14608]: audit 2024-03-21T13:03:36.420918+0000 mon.a (mon.0) 373 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:37.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:36 smithi184 bash[14608]: audit 2024-03-21T13:03:36.422702+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:37.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:36 smithi184 bash[14608]: audit 2024-03-21T13:03:36.433274+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:37.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:36 smithi184 bash[14608]: audit 2024-03-21T13:03:36.513467+0000 mon.a (mon.0) 376 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:37.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:36 smithi184 bash[14608]: audit 2024-03-21T13:03:36.516470+0000 mon.a (mon.0) 377 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:37.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:36 smithi184 bash[14608]: audit 2024-03-21T13:03:36.519864+0000 mon.a (mon.0) 378 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:37.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:36 smithi184 bash[14608]: audit 2024-03-21T13:03:36.521552+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:37.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:36 smithi184 bash[14608]: audit 2024-03-21T13:03:36.530995+0000 mon.a (mon.0) 380 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:37.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:36 smithi184 bash[14608]: audit 2024-03-21T13:03:36.612036+0000 mon.a (mon.0) 381 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:37.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:36 smithi184 bash[14608]: audit 2024-03-21T13:03:36.615069+0000 mon.a (mon.0) 382 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:37.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:36 smithi184 bash[14608]: audit 2024-03-21T13:03:36.618638+0000 mon.a (mon.0) 383 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:37.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:36 smithi184 bash[14608]: audit 2024-03-21T13:03:36.619938+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:37.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:36 smithi184 bash[14608]: audit 2024-03-21T13:03:36.630952+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:37.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:36 smithi184 bash[14608]: audit 2024-03-21T13:03:36.711111+0000 mon.a (mon.0) 386 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:37.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:36 smithi184 bash[14608]: audit 2024-03-21T13:03:36.714090+0000 mon.a (mon.0) 387 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:37.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:36 smithi184 bash[14608]: audit 2024-03-21T13:03:36.717214+0000 mon.a (mon.0) 388 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:37.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:36 smithi184 bash[14608]: audit 2024-03-21T13:03:36.718848+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:37.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:36 smithi184 bash[14608]: audit 2024-03-21T13:03:36.730887+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:38.054 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:37 smithi178 bash[77880]: cluster 2024-03-21T13:03:36.219087+0000 mgr.x (mgr.34104) 645 : cluster [DBG] pgmap v417: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:38.054 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:37 smithi178 bash[77880]: cluster 2024-03-21T13:03:36.219838+0000 mgr.x (mgr.34104) 646 : cluster [DBG] pgmap v418: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:38.054 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:37 smithi178 bash[77880]: cephadm 2024-03-21T13:03:36.228967+0000 mgr.x (mgr.34104) 647 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:38.054 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:37 smithi178 bash[77880]: cluster 2024-03-21T13:03:36.323867+0000 mgr.x (mgr.34104) 648 : cluster [DBG] pgmap v419: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:38.054 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:37 smithi178 bash[77880]: cluster 2024-03-21T13:03:36.324077+0000 mgr.x (mgr.34104) 649 : cluster [DBG] pgmap v420: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:38.054 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:37 smithi178 bash[77880]: cephadm 2024-03-21T13:03:36.332606+0000 mgr.x (mgr.34104) 650 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:38.054 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:37 smithi178 bash[77880]: cluster 2024-03-21T13:03:36.427212+0000 mgr.x (mgr.34104) 651 : cluster [DBG] pgmap v421: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:38.054 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:37 smithi178 bash[77880]: cluster 2024-03-21T13:03:36.427737+0000 mgr.x (mgr.34104) 652 : cluster [DBG] pgmap v422: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:38.054 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:37 smithi178 bash[77880]: cephadm 2024-03-21T13:03:36.435565+0000 mgr.x (mgr.34104) 653 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:38.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:37 smithi178 bash[77880]: cluster 2024-03-21T13:03:36.525769+0000 mgr.x (mgr.34104) 654 : cluster [DBG] pgmap v423: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:38.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:37 smithi178 bash[77880]: cluster 2024-03-21T13:03:36.526473+0000 mgr.x (mgr.34104) 655 : cluster [DBG] pgmap v424: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:38.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:37 smithi178 bash[77880]: cephadm 2024-03-21T13:03:36.533370+0000 mgr.x (mgr.34104) 656 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:38.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:37 smithi178 bash[77880]: cluster 2024-03-21T13:03:36.623604+0000 mgr.x (mgr.34104) 657 : cluster [DBG] pgmap v425: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:38.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:37 smithi178 bash[77880]: cluster 2024-03-21T13:03:36.623932+0000 mgr.x (mgr.34104) 658 : cluster [DBG] pgmap v426: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:38.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:37 smithi178 bash[77880]: cephadm 2024-03-21T13:03:36.633354+0000 mgr.x (mgr.34104) 659 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:38.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:37 smithi178 bash[77880]: cluster 2024-03-21T13:03:36.722286+0000 mgr.x (mgr.34104) 660 : cluster [DBG] pgmap v427: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:38.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:37 smithi178 bash[77880]: cluster 2024-03-21T13:03:36.722537+0000 mgr.x (mgr.34104) 661 : cluster [DBG] pgmap v428: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:38.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:37 smithi178 bash[77880]: cephadm 2024-03-21T13:03:36.733239+0000 mgr.x (mgr.34104) 662 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:38.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:37 smithi178 bash[77880]: audit 2024-03-21T13:03:36.808411+0000 mon.a (mon.0) 391 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:38.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:37 smithi178 bash[77880]: audit 2024-03-21T13:03:36.811769+0000 mon.a (mon.0) 392 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:38.060 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:37 smithi178 bash[75692]: cluster 2024-03-21T13:03:36.219087+0000 mgr.x (mgr.34104) 645 : cluster [DBG] pgmap v417: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:38.061 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:37 smithi178 bash[75692]: cluster 2024-03-21T13:03:36.219838+0000 mgr.x (mgr.34104) 646 : cluster [DBG] pgmap v418: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:38.061 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:37 smithi178 bash[75692]: cephadm 2024-03-21T13:03:36.228967+0000 mgr.x (mgr.34104) 647 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:38.061 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:37 smithi178 bash[75692]: cluster 2024-03-21T13:03:36.323867+0000 mgr.x (mgr.34104) 648 : cluster [DBG] pgmap v419: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:38.061 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:37 smithi178 bash[75692]: cluster 2024-03-21T13:03:36.324077+0000 mgr.x (mgr.34104) 649 : cluster [DBG] pgmap v420: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:38.061 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:37 smithi178 bash[75692]: cephadm 2024-03-21T13:03:36.332606+0000 mgr.x (mgr.34104) 650 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:38.061 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:37 smithi178 bash[75692]: cluster 2024-03-21T13:03:36.427212+0000 mgr.x (mgr.34104) 651 : cluster [DBG] pgmap v421: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:38.061 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:37 smithi178 bash[75692]: cluster 2024-03-21T13:03:36.427737+0000 mgr.x (mgr.34104) 652 : cluster [DBG] pgmap v422: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:38.061 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:37 smithi178 bash[75692]: cephadm 2024-03-21T13:03:36.435565+0000 mgr.x (mgr.34104) 653 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:38.061 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:37 smithi178 bash[75692]: cluster 2024-03-21T13:03:36.525769+0000 mgr.x (mgr.34104) 654 : cluster [DBG] pgmap v423: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:38.061 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:37 smithi178 bash[75692]: cluster 2024-03-21T13:03:36.526473+0000 mgr.x (mgr.34104) 655 : cluster [DBG] pgmap v424: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:38.061 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:37 smithi178 bash[75692]: cephadm 2024-03-21T13:03:36.533370+0000 mgr.x (mgr.34104) 656 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:38.061 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:37 smithi178 bash[75692]: cluster 2024-03-21T13:03:36.623604+0000 mgr.x (mgr.34104) 657 : cluster [DBG] pgmap v425: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:38.061 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:37 smithi178 bash[75692]: cluster 2024-03-21T13:03:36.623932+0000 mgr.x (mgr.34104) 658 : cluster [DBG] pgmap v426: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:38.062 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:37 smithi178 bash[75692]: cephadm 2024-03-21T13:03:36.633354+0000 mgr.x (mgr.34104) 659 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:38.062 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:37 smithi178 bash[75692]: cluster 2024-03-21T13:03:36.722286+0000 mgr.x (mgr.34104) 660 : cluster [DBG] pgmap v427: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:38.062 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:37 smithi178 bash[75692]: cluster 2024-03-21T13:03:36.722537+0000 mgr.x (mgr.34104) 661 : cluster [DBG] pgmap v428: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:38.062 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:37 smithi178 bash[75692]: cephadm 2024-03-21T13:03:36.733239+0000 mgr.x (mgr.34104) 662 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:38.062 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:37 smithi178 bash[75692]: audit 2024-03-21T13:03:36.808411+0000 mon.a (mon.0) 391 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:38.062 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:37 smithi178 bash[75692]: audit 2024-03-21T13:03:36.811769+0000 mon.a (mon.0) 392 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:38.062 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:37 smithi178 bash[75692]: audit 2024-03-21T13:03:36.814957+0000 mon.a (mon.0) 393 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:38.062 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:37 smithi178 bash[75692]: audit 2024-03-21T13:03:36.816151+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:38.062 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:37 smithi178 bash[75692]: cluster 2024-03-21T13:03:36.819547+0000 mgr.x (mgr.34104) 663 : cluster [DBG] pgmap v429: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:38.062 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:37 smithi178 bash[75692]: cluster 2024-03-21T13:03:36.819817+0000 mgr.x (mgr.34104) 664 : cluster [DBG] pgmap v430: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:38.062 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:37 smithi178 bash[75692]: audit 2024-03-21T13:03:36.828956+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:38.062 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:37 smithi178 bash[75692]: cephadm 2024-03-21T13:03:36.831364+0000 mgr.x (mgr.34104) 665 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:38.062 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:37 smithi178 bash[75692]: audit 2024-03-21T13:03:36.910374+0000 mon.a (mon.0) 396 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:38.062 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:37 smithi178 bash[75692]: audit 2024-03-21T13:03:36.913426+0000 mon.a (mon.0) 397 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:38.063 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:37 smithi178 bash[75692]: audit 2024-03-21T13:03:36.917112+0000 mon.a (mon.0) 398 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:38.063 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:37 smithi178 bash[75692]: audit 2024-03-21T13:03:36.918562+0000 mon.a (mon.0) 399 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:38.063 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:37 smithi178 bash[75692]: cluster 2024-03-21T13:03:36.922428+0000 mgr.x (mgr.34104) 666 : cluster [DBG] pgmap v431: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:38.063 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:37 smithi178 bash[75692]: cluster 2024-03-21T13:03:36.922686+0000 mgr.x (mgr.34104) 667 : cluster [DBG] pgmap v432: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:38.063 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:37 smithi178 bash[75692]: audit 2024-03-21T13:03:36.928710+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:38.063 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:37 smithi178 bash[75692]: cephadm 2024-03-21T13:03:36.931069+0000 mgr.x (mgr.34104) 668 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:38.063 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:37 smithi178 bash[75692]: audit 2024-03-21T13:03:37.013228+0000 mon.a (mon.0) 401 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:38.063 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:37 smithi178 bash[75692]: audit 2024-03-21T13:03:37.016582+0000 mon.a (mon.0) 402 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:38.063 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:37 smithi178 bash[75692]: audit 2024-03-21T13:03:37.021088+0000 mon.a (mon.0) 403 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:38.063 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:37 smithi178 bash[75692]: audit 2024-03-21T13:03:37.023051+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:38.063 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:37 smithi178 bash[75692]: cluster 2024-03-21T13:03:37.027432+0000 mgr.x (mgr.34104) 669 : cluster [DBG] pgmap v433: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:38.063 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:37 smithi178 bash[75692]: cluster 2024-03-21T13:03:37.027752+0000 mgr.x (mgr.34104) 670 : cluster [DBG] pgmap v434: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:38.063 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:37 smithi178 bash[75692]: audit 2024-03-21T13:03:37.033778+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:38.063 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:37 smithi178 bash[75692]: cephadm 2024-03-21T13:03:37.036213+0000 mgr.x (mgr.34104) 671 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:38.063 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:37 smithi178 bash[75692]: audit 2024-03-21T13:03:37.115551+0000 mon.a (mon.0) 406 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:38.064 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:37 smithi178 bash[75692]: audit 2024-03-21T13:03:37.118685+0000 mon.a (mon.0) 407 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:38.064 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:37 smithi178 bash[75692]: audit 2024-03-21T13:03:37.122794+0000 mon.a (mon.0) 408 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:38.064 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:37 smithi178 bash[75692]: audit 2024-03-21T13:03:37.124535+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:38.064 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:37 smithi178 bash[75692]: cluster 2024-03-21T13:03:37.128679+0000 mgr.x (mgr.34104) 672 : cluster [DBG] pgmap v435: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:38.064 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:37 smithi178 bash[75692]: cluster 2024-03-21T13:03:37.128963+0000 mgr.x (mgr.34104) 673 : cluster [DBG] pgmap v436: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:38.064 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:37 smithi178 bash[75692]: audit 2024-03-21T13:03:37.136132+0000 mon.a (mon.0) 410 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:38.064 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:37 smithi178 bash[75692]: cephadm 2024-03-21T13:03:37.138727+0000 mgr.x (mgr.34104) 674 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:38.064 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:37 smithi178 bash[75692]: audit 2024-03-21T13:03:37.218591+0000 mon.a (mon.0) 411 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:38.064 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:37 smithi178 bash[75692]: audit 2024-03-21T13:03:37.221668+0000 mon.a (mon.0) 412 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:38.064 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:37 smithi178 bash[75692]: audit 2024-03-21T13:03:37.224776+0000 mon.a (mon.0) 413 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:38.064 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:37 smithi178 bash[75692]: audit 2024-03-21T13:03:37.226058+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:38.064 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:37 smithi178 bash[75692]: audit 2024-03-21T13:03:37.237103+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:38.064 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:37 smithi178 bash[75692]: audit 2024-03-21T13:03:37.321273+0000 mon.a (mon.0) 416 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:38.064 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:37 smithi178 bash[75692]: audit 2024-03-21T13:03:37.324522+0000 mon.a (mon.0) 417 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:38.065 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:37 smithi178 bash[75692]: audit 2024-03-21T13:03:37.328902+0000 mon.a (mon.0) 418 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:38.065 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:37 smithi178 bash[75692]: audit 2024-03-21T13:03:37.330296+0000 mon.a (mon.0) 419 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:38.065 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:37 smithi178 bash[75692]: audit 2024-03-21T13:03:37.342009+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:38.065 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:37 smithi178 bash[75692]: audit 2024-03-21T13:03:37.422774+0000 mon.a (mon.0) 421 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:38.065 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:37 smithi178 bash[75692]: audit 2024-03-21T13:03:37.426165+0000 mon.a (mon.0) 422 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:38.065 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:37 smithi178 bash[75692]: audit 2024-03-21T13:03:37.429997+0000 mon.a (mon.0) 423 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:38.065 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:37 smithi178 bash[75692]: audit 2024-03-21T13:03:37.431524+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:38.065 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:37 smithi178 bash[75692]: audit 2024-03-21T13:03:37.443483+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:38.065 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:37 smithi178 bash[75692]: audit 2024-03-21T13:03:37.522249+0000 mon.a (mon.0) 426 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:38.065 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:37 smithi178 bash[75692]: audit 2024-03-21T13:03:37.526188+0000 mon.a (mon.0) 427 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:38.065 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:37 smithi178 bash[75692]: audit 2024-03-21T13:03:37.529354+0000 mon.a (mon.0) 428 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:38.065 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:37 smithi178 bash[75692]: audit 2024-03-21T13:03:37.531085+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:38.066 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:37 smithi178 bash[75692]: audit 2024-03-21T13:03:37.542757+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:38.066 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:37 smithi178 bash[75692]: audit 2024-03-21T13:03:37.622886+0000 mon.a (mon.0) 431 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:38.066 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:37 smithi178 bash[75692]: audit 2024-03-21T13:03:37.627078+0000 mon.a (mon.0) 432 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:38.066 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:37 smithi178 bash[75692]: audit 2024-03-21T13:03:37.631441+0000 mon.a (mon.0) 433 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:38.066 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:37 smithi178 bash[75692]: audit 2024-03-21T13:03:37.633051+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:38.066 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:37 smithi178 bash[75692]: audit 2024-03-21T13:03:37.645261+0000 mon.a (mon.0) 435 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:38.066 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:37 smithi178 bash[75692]: audit 2024-03-21T13:03:37.728659+0000 mon.a (mon.0) 436 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:38.066 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:37 smithi178 bash[75692]: audit 2024-03-21T13:03:37.731611+0000 mon.a (mon.0) 437 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:38.066 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:37 smithi178 bash[75692]: audit 2024-03-21T13:03:37.734466+0000 mon.a (mon.0) 438 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:38.067 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:37 smithi178 bash[77880]: audit 2024-03-21T13:03:36.814957+0000 mon.a (mon.0) 393 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:38.067 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:37 smithi178 bash[77880]: audit 2024-03-21T13:03:36.816151+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:38.067 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:37 smithi178 bash[77880]: cluster 2024-03-21T13:03:36.819547+0000 mgr.x (mgr.34104) 663 : cluster [DBG] pgmap v429: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:38.067 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:37 smithi178 bash[77880]: cluster 2024-03-21T13:03:36.819817+0000 mgr.x (mgr.34104) 664 : cluster [DBG] pgmap v430: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:38.067 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:37 smithi178 bash[77880]: audit 2024-03-21T13:03:36.828956+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:38.067 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:37 smithi178 bash[77880]: cephadm 2024-03-21T13:03:36.831364+0000 mgr.x (mgr.34104) 665 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:38.067 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:37 smithi178 bash[77880]: audit 2024-03-21T13:03:36.910374+0000 mon.a (mon.0) 396 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:38.068 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:37 smithi178 bash[77880]: audit 2024-03-21T13:03:36.913426+0000 mon.a (mon.0) 397 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:38.068 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:37 smithi178 bash[77880]: audit 2024-03-21T13:03:36.917112+0000 mon.a (mon.0) 398 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:38.068 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:37 smithi178 bash[77880]: audit 2024-03-21T13:03:36.918562+0000 mon.a (mon.0) 399 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:38.068 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:37 smithi178 bash[77880]: cluster 2024-03-21T13:03:36.922428+0000 mgr.x (mgr.34104) 666 : cluster [DBG] pgmap v431: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:38.068 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:37 smithi178 bash[77880]: cluster 2024-03-21T13:03:36.922686+0000 mgr.x (mgr.34104) 667 : cluster [DBG] pgmap v432: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:38.068 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:37 smithi178 bash[77880]: audit 2024-03-21T13:03:36.928710+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:38.068 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:37 smithi178 bash[77880]: cephadm 2024-03-21T13:03:36.931069+0000 mgr.x (mgr.34104) 668 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:38.068 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:37 smithi178 bash[77880]: audit 2024-03-21T13:03:37.013228+0000 mon.a (mon.0) 401 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:38.068 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:37 smithi178 bash[77880]: audit 2024-03-21T13:03:37.016582+0000 mon.a (mon.0) 402 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:38.068 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:37 smithi178 bash[77880]: audit 2024-03-21T13:03:37.021088+0000 mon.a (mon.0) 403 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:38.068 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:37 smithi178 bash[77880]: audit 2024-03-21T13:03:37.023051+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:38.068 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:37 smithi178 bash[77880]: cluster 2024-03-21T13:03:37.027432+0000 mgr.x (mgr.34104) 669 : cluster [DBG] pgmap v433: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:38.068 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:37 smithi178 bash[77880]: cluster 2024-03-21T13:03:37.027752+0000 mgr.x (mgr.34104) 670 : cluster [DBG] pgmap v434: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:38.068 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:37 smithi178 bash[77880]: audit 2024-03-21T13:03:37.033778+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:38.069 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:37 smithi178 bash[77880]: cephadm 2024-03-21T13:03:37.036213+0000 mgr.x (mgr.34104) 671 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:38.069 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:37 smithi178 bash[77880]: audit 2024-03-21T13:03:37.115551+0000 mon.a (mon.0) 406 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:38.069 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:37 smithi178 bash[77880]: audit 2024-03-21T13:03:37.118685+0000 mon.a (mon.0) 407 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:38.069 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:37 smithi178 bash[77880]: audit 2024-03-21T13:03:37.122794+0000 mon.a (mon.0) 408 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:38.069 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:37 smithi178 bash[77880]: audit 2024-03-21T13:03:37.124535+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:38.069 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:37 smithi178 bash[77880]: cluster 2024-03-21T13:03:37.128679+0000 mgr.x (mgr.34104) 672 : cluster [DBG] pgmap v435: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:38.069 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:37 smithi178 bash[77880]: cluster 2024-03-21T13:03:37.128963+0000 mgr.x (mgr.34104) 673 : cluster [DBG] pgmap v436: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:38.069 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:37 smithi178 bash[77880]: audit 2024-03-21T13:03:37.136132+0000 mon.a (mon.0) 410 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:38.069 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:37 smithi178 bash[77880]: cephadm 2024-03-21T13:03:37.138727+0000 mgr.x (mgr.34104) 674 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:38.069 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:37 smithi178 bash[77880]: audit 2024-03-21T13:03:37.218591+0000 mon.a (mon.0) 411 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:38.069 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:37 smithi178 bash[77880]: audit 2024-03-21T13:03:37.221668+0000 mon.a (mon.0) 412 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:38.069 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:37 smithi178 bash[77880]: audit 2024-03-21T13:03:37.224776+0000 mon.a (mon.0) 413 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:38.069 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:37 smithi178 bash[77880]: audit 2024-03-21T13:03:37.226058+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:38.069 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:37 smithi178 bash[77880]: audit 2024-03-21T13:03:37.237103+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:38.070 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:37 smithi178 bash[77880]: audit 2024-03-21T13:03:37.321273+0000 mon.a (mon.0) 416 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:38.070 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:37 smithi178 bash[77880]: audit 2024-03-21T13:03:37.324522+0000 mon.a (mon.0) 417 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:38.070 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:37 smithi178 bash[77880]: audit 2024-03-21T13:03:37.328902+0000 mon.a (mon.0) 418 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:38.070 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:37 smithi178 bash[77880]: audit 2024-03-21T13:03:37.330296+0000 mon.a (mon.0) 419 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:38.070 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:37 smithi178 bash[77880]: audit 2024-03-21T13:03:37.342009+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:38.070 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:37 smithi178 bash[77880]: audit 2024-03-21T13:03:37.422774+0000 mon.a (mon.0) 421 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:38.070 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:37 smithi178 bash[77880]: audit 2024-03-21T13:03:37.426165+0000 mon.a (mon.0) 422 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:38.070 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:37 smithi178 bash[77880]: audit 2024-03-21T13:03:37.429997+0000 mon.a (mon.0) 423 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:38.070 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:37 smithi178 bash[77880]: audit 2024-03-21T13:03:37.431524+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:38.070 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:37 smithi178 bash[77880]: audit 2024-03-21T13:03:37.443483+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:38.070 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:37 smithi178 bash[77880]: audit 2024-03-21T13:03:37.522249+0000 mon.a (mon.0) 426 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:38.070 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:37 smithi178 bash[77880]: audit 2024-03-21T13:03:37.526188+0000 mon.a (mon.0) 427 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:38.070 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:37 smithi178 bash[77880]: audit 2024-03-21T13:03:37.529354+0000 mon.a (mon.0) 428 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:38.071 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:37 smithi178 bash[77880]: audit 2024-03-21T13:03:37.531085+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:38.071 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:37 smithi178 bash[77880]: audit 2024-03-21T13:03:37.542757+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:38.071 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:37 smithi178 bash[77880]: audit 2024-03-21T13:03:37.622886+0000 mon.a (mon.0) 431 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:38.071 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:37 smithi178 bash[77880]: audit 2024-03-21T13:03:37.627078+0000 mon.a (mon.0) 432 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:38.071 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:37 smithi178 bash[77880]: audit 2024-03-21T13:03:37.631441+0000 mon.a (mon.0) 433 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:38.071 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:37 smithi178 bash[77880]: audit 2024-03-21T13:03:37.633051+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:38.071 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:37 smithi178 bash[77880]: audit 2024-03-21T13:03:37.645261+0000 mon.a (mon.0) 435 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:38.071 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:37 smithi178 bash[77880]: audit 2024-03-21T13:03:37.728659+0000 mon.a (mon.0) 436 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:38.071 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:37 smithi178 bash[77880]: audit 2024-03-21T13:03:37.731611+0000 mon.a (mon.0) 437 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:38.071 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:37 smithi178 bash[77880]: audit 2024-03-21T13:03:37.734466+0000 mon.a (mon.0) 438 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:38.071 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:37 smithi178 bash[77880]: audit 2024-03-21T13:03:37.735685+0000 mon.a (mon.0) 439 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:38.071 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:37 smithi178 bash[77880]: audit 2024-03-21T13:03:37.745960+0000 mon.a (mon.0) 440 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:38.071 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:37 smithi178 bash[75692]: audit 2024-03-21T13:03:37.735685+0000 mon.a (mon.0) 439 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:38.072 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:37 smithi178 bash[75692]: audit 2024-03-21T13:03:37.745960+0000 mon.a (mon.0) 440 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:38.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:37 smithi184 bash[14608]: cluster 2024-03-21T13:03:36.219087+0000 mgr.x (mgr.34104) 645 : cluster [DBG] pgmap v417: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:38.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:37 smithi184 bash[14608]: cluster 2024-03-21T13:03:36.219838+0000 mgr.x (mgr.34104) 646 : cluster [DBG] pgmap v418: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:38.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:37 smithi184 bash[14608]: cephadm 2024-03-21T13:03:36.228967+0000 mgr.x (mgr.34104) 647 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:38.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:37 smithi184 bash[14608]: cluster 2024-03-21T13:03:36.323867+0000 mgr.x (mgr.34104) 648 : cluster [DBG] pgmap v419: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:38.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:37 smithi184 bash[14608]: cluster 2024-03-21T13:03:36.324077+0000 mgr.x (mgr.34104) 649 : cluster [DBG] pgmap v420: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:38.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:37 smithi184 bash[14608]: cephadm 2024-03-21T13:03:36.332606+0000 mgr.x (mgr.34104) 650 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:38.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:37 smithi184 bash[14608]: cluster 2024-03-21T13:03:36.427212+0000 mgr.x (mgr.34104) 651 : cluster [DBG] pgmap v421: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:38.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:37 smithi184 bash[14608]: cluster 2024-03-21T13:03:36.427737+0000 mgr.x (mgr.34104) 652 : cluster [DBG] pgmap v422: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:38.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:37 smithi184 bash[14608]: cephadm 2024-03-21T13:03:36.435565+0000 mgr.x (mgr.34104) 653 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:38.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:37 smithi184 bash[14608]: cluster 2024-03-21T13:03:36.525769+0000 mgr.x (mgr.34104) 654 : cluster [DBG] pgmap v423: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:38.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:37 smithi184 bash[14608]: cluster 2024-03-21T13:03:36.526473+0000 mgr.x (mgr.34104) 655 : cluster [DBG] pgmap v424: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:38.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:37 smithi184 bash[14608]: cephadm 2024-03-21T13:03:36.533370+0000 mgr.x (mgr.34104) 656 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:38.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:37 smithi184 bash[14608]: cluster 2024-03-21T13:03:36.623604+0000 mgr.x (mgr.34104) 657 : cluster [DBG] pgmap v425: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:38.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:37 smithi184 bash[14608]: cluster 2024-03-21T13:03:36.623932+0000 mgr.x (mgr.34104) 658 : cluster [DBG] pgmap v426: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:38.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:37 smithi184 bash[14608]: cephadm 2024-03-21T13:03:36.633354+0000 mgr.x (mgr.34104) 659 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:38.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:37 smithi184 bash[14608]: cluster 2024-03-21T13:03:36.722286+0000 mgr.x (mgr.34104) 660 : cluster [DBG] pgmap v427: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:38.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:37 smithi184 bash[14608]: cluster 2024-03-21T13:03:36.722537+0000 mgr.x (mgr.34104) 661 : cluster [DBG] pgmap v428: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:38.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:37 smithi184 bash[14608]: cephadm 2024-03-21T13:03:36.733239+0000 mgr.x (mgr.34104) 662 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:38.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:37 smithi184 bash[14608]: audit 2024-03-21T13:03:36.808411+0000 mon.a (mon.0) 391 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:38.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:37 smithi184 bash[14608]: audit 2024-03-21T13:03:36.811769+0000 mon.a (mon.0) 392 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:38.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:37 smithi184 bash[14608]: audit 2024-03-21T13:03:36.814957+0000 mon.a (mon.0) 393 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:38.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:37 smithi184 bash[14608]: audit 2024-03-21T13:03:36.816151+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:38.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:37 smithi184 bash[14608]: cluster 2024-03-21T13:03:36.819547+0000 mgr.x (mgr.34104) 663 : cluster [DBG] pgmap v429: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:38.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:37 smithi184 bash[14608]: cluster 2024-03-21T13:03:36.819817+0000 mgr.x (mgr.34104) 664 : cluster [DBG] pgmap v430: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:38.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:37 smithi184 bash[14608]: audit 2024-03-21T13:03:36.828956+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:38.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:37 smithi184 bash[14608]: cephadm 2024-03-21T13:03:36.831364+0000 mgr.x (mgr.34104) 665 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:38.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:37 smithi184 bash[14608]: audit 2024-03-21T13:03:36.910374+0000 mon.a (mon.0) 396 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:38.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:37 smithi184 bash[14608]: audit 2024-03-21T13:03:36.913426+0000 mon.a (mon.0) 397 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:38.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:37 smithi184 bash[14608]: audit 2024-03-21T13:03:36.917112+0000 mon.a (mon.0) 398 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:38.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:37 smithi184 bash[14608]: audit 2024-03-21T13:03:36.918562+0000 mon.a (mon.0) 399 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:38.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:37 smithi184 bash[14608]: cluster 2024-03-21T13:03:36.922428+0000 mgr.x (mgr.34104) 666 : cluster [DBG] pgmap v431: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:38.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:37 smithi184 bash[14608]: cluster 2024-03-21T13:03:36.922686+0000 mgr.x (mgr.34104) 667 : cluster [DBG] pgmap v432: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:38.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:37 smithi184 bash[14608]: audit 2024-03-21T13:03:36.928710+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:38.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:37 smithi184 bash[14608]: cephadm 2024-03-21T13:03:36.931069+0000 mgr.x (mgr.34104) 668 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:38.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:37 smithi184 bash[14608]: audit 2024-03-21T13:03:37.013228+0000 mon.a (mon.0) 401 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:38.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:37 smithi184 bash[14608]: audit 2024-03-21T13:03:37.016582+0000 mon.a (mon.0) 402 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:38.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:37 smithi184 bash[14608]: audit 2024-03-21T13:03:37.021088+0000 mon.a (mon.0) 403 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:38.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:37 smithi184 bash[14608]: audit 2024-03-21T13:03:37.023051+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:38.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:37 smithi184 bash[14608]: cluster 2024-03-21T13:03:37.027432+0000 mgr.x (mgr.34104) 669 : cluster [DBG] pgmap v433: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:38.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:37 smithi184 bash[14608]: cluster 2024-03-21T13:03:37.027752+0000 mgr.x (mgr.34104) 670 : cluster [DBG] pgmap v434: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:38.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:37 smithi184 bash[14608]: audit 2024-03-21T13:03:37.033778+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:38.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:37 smithi184 bash[14608]: cephadm 2024-03-21T13:03:37.036213+0000 mgr.x (mgr.34104) 671 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:38.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:37 smithi184 bash[14608]: audit 2024-03-21T13:03:37.115551+0000 mon.a (mon.0) 406 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:38.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:37 smithi184 bash[14608]: audit 2024-03-21T13:03:37.118685+0000 mon.a (mon.0) 407 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:38.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:37 smithi184 bash[14608]: audit 2024-03-21T13:03:37.122794+0000 mon.a (mon.0) 408 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:38.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:37 smithi184 bash[14608]: audit 2024-03-21T13:03:37.124535+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:38.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:37 smithi184 bash[14608]: cluster 2024-03-21T13:03:37.128679+0000 mgr.x (mgr.34104) 672 : cluster [DBG] pgmap v435: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:38.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:37 smithi184 bash[14608]: cluster 2024-03-21T13:03:37.128963+0000 mgr.x (mgr.34104) 673 : cluster [DBG] pgmap v436: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:38.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:37 smithi184 bash[14608]: audit 2024-03-21T13:03:37.136132+0000 mon.a (mon.0) 410 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:38.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:37 smithi184 bash[14608]: cephadm 2024-03-21T13:03:37.138727+0000 mgr.x (mgr.34104) 674 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:38.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:37 smithi184 bash[14608]: audit 2024-03-21T13:03:37.218591+0000 mon.a (mon.0) 411 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:38.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:37 smithi184 bash[14608]: audit 2024-03-21T13:03:37.221668+0000 mon.a (mon.0) 412 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:38.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:37 smithi184 bash[14608]: audit 2024-03-21T13:03:37.224776+0000 mon.a (mon.0) 413 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:38.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:37 smithi184 bash[14608]: audit 2024-03-21T13:03:37.226058+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:38.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:37 smithi184 bash[14608]: audit 2024-03-21T13:03:37.237103+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:38.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:37 smithi184 bash[14608]: audit 2024-03-21T13:03:37.321273+0000 mon.a (mon.0) 416 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:38.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:37 smithi184 bash[14608]: audit 2024-03-21T13:03:37.324522+0000 mon.a (mon.0) 417 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:38.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:37 smithi184 bash[14608]: audit 2024-03-21T13:03:37.328902+0000 mon.a (mon.0) 418 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:38.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:37 smithi184 bash[14608]: audit 2024-03-21T13:03:37.330296+0000 mon.a (mon.0) 419 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:38.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:37 smithi184 bash[14608]: audit 2024-03-21T13:03:37.342009+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:38.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:37 smithi184 bash[14608]: audit 2024-03-21T13:03:37.422774+0000 mon.a (mon.0) 421 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:38.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:37 smithi184 bash[14608]: audit 2024-03-21T13:03:37.426165+0000 mon.a (mon.0) 422 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:38.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:37 smithi184 bash[14608]: audit 2024-03-21T13:03:37.429997+0000 mon.a (mon.0) 423 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:38.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:37 smithi184 bash[14608]: audit 2024-03-21T13:03:37.431524+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:38.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:37 smithi184 bash[14608]: audit 2024-03-21T13:03:37.443483+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:38.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:37 smithi184 bash[14608]: audit 2024-03-21T13:03:37.522249+0000 mon.a (mon.0) 426 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:38.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:37 smithi184 bash[14608]: audit 2024-03-21T13:03:37.526188+0000 mon.a (mon.0) 427 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:38.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:37 smithi184 bash[14608]: audit 2024-03-21T13:03:37.529354+0000 mon.a (mon.0) 428 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:38.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:37 smithi184 bash[14608]: audit 2024-03-21T13:03:37.531085+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:38.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:37 smithi184 bash[14608]: audit 2024-03-21T13:03:37.542757+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:38.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:37 smithi184 bash[14608]: audit 2024-03-21T13:03:37.622886+0000 mon.a (mon.0) 431 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:38.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:37 smithi184 bash[14608]: audit 2024-03-21T13:03:37.627078+0000 mon.a (mon.0) 432 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:38.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:37 smithi184 bash[14608]: audit 2024-03-21T13:03:37.631441+0000 mon.a (mon.0) 433 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:38.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:37 smithi184 bash[14608]: audit 2024-03-21T13:03:37.633051+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:38.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:37 smithi184 bash[14608]: audit 2024-03-21T13:03:37.645261+0000 mon.a (mon.0) 435 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:38.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:37 smithi184 bash[14608]: audit 2024-03-21T13:03:37.728659+0000 mon.a (mon.0) 436 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:38.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:37 smithi184 bash[14608]: audit 2024-03-21T13:03:37.731611+0000 mon.a (mon.0) 437 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:38.080 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:37 smithi184 bash[14608]: audit 2024-03-21T13:03:37.734466+0000 mon.a (mon.0) 438 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:38.080 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:37 smithi184 bash[14608]: audit 2024-03-21T13:03:37.735685+0000 mon.a (mon.0) 439 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:38.080 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:37 smithi184 bash[14608]: audit 2024-03-21T13:03:37.745960+0000 mon.a (mon.0) 440 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:39.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:38 smithi178 bash[75692]: cluster 2024-03-21T13:03:37.229776+0000 mgr.x (mgr.34104) 675 : cluster [DBG] pgmap v437: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:39.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:38 smithi178 bash[75692]: cluster 2024-03-21T13:03:37.230322+0000 mgr.x (mgr.34104) 676 : cluster [DBG] pgmap v438: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:39.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:38 smithi178 bash[75692]: cephadm 2024-03-21T13:03:37.239438+0000 mgr.x (mgr.34104) 677 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:39.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:38 smithi178 bash[75692]: cluster 2024-03-21T13:03:37.334332+0000 mgr.x (mgr.34104) 678 : cluster [DBG] pgmap v439: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:39.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:38 smithi178 bash[75692]: cluster 2024-03-21T13:03:37.334849+0000 mgr.x (mgr.34104) 679 : cluster [DBG] pgmap v440: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:39.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:38 smithi178 bash[75692]: cephadm 2024-03-21T13:03:37.344436+0000 mgr.x (mgr.34104) 680 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:39.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:38 smithi178 bash[75692]: cluster 2024-03-21T13:03:37.435775+0000 mgr.x (mgr.34104) 681 : cluster [DBG] pgmap v441: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:39.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:38 smithi178 bash[75692]: cluster 2024-03-21T13:03:37.436267+0000 mgr.x (mgr.34104) 682 : cluster [DBG] pgmap v442: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:39.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:38 smithi178 bash[75692]: cephadm 2024-03-21T13:03:37.445941+0000 mgr.x (mgr.34104) 683 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:39.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:38 smithi178 bash[75692]: cluster 2024-03-21T13:03:37.535138+0000 mgr.x (mgr.34104) 684 : cluster [DBG] pgmap v443: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:39.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:38 smithi178 bash[75692]: cluster 2024-03-21T13:03:37.535369+0000 mgr.x (mgr.34104) 685 : cluster [DBG] pgmap v444: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:39.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:38 smithi178 bash[75692]: cephadm 2024-03-21T13:03:37.545177+0000 mgr.x (mgr.34104) 686 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:39.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:38 smithi178 bash[75692]: cluster 2024-03-21T13:03:37.637115+0000 mgr.x (mgr.34104) 687 : cluster [DBG] pgmap v445: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:39.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:38 smithi178 bash[75692]: cluster 2024-03-21T13:03:37.637374+0000 mgr.x (mgr.34104) 688 : cluster [DBG] pgmap v446: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:39.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:38 smithi178 bash[75692]: cephadm 2024-03-21T13:03:37.647681+0000 mgr.x (mgr.34104) 689 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:39.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:38 smithi178 bash[75692]: cluster 2024-03-21T13:03:37.739078+0000 mgr.x (mgr.34104) 690 : cluster [DBG] pgmap v447: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:39.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:38 smithi178 bash[75692]: cluster 2024-03-21T13:03:37.739466+0000 mgr.x (mgr.34104) 691 : cluster [DBG] pgmap v448: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:39.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:38 smithi178 bash[75692]: cephadm 2024-03-21T13:03:37.748423+0000 mgr.x (mgr.34104) 692 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:39.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:38 smithi178 bash[75692]: audit 2024-03-21T13:03:37.793982+0000 mon.a (mon.0) 441 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:39.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:38 smithi178 bash[75692]: audit 2024-03-21T13:03:37.799947+0000 mon.a (mon.0) 442 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:39.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:38 smithi178 bash[77880]: cluster 2024-03-21T13:03:37.229776+0000 mgr.x (mgr.34104) 675 : cluster [DBG] pgmap v437: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:39.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:38 smithi178 bash[77880]: cluster 2024-03-21T13:03:37.230322+0000 mgr.x (mgr.34104) 676 : cluster [DBG] pgmap v438: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:39.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:38 smithi178 bash[77880]: cephadm 2024-03-21T13:03:37.239438+0000 mgr.x (mgr.34104) 677 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:39.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:38 smithi178 bash[77880]: cluster 2024-03-21T13:03:37.334332+0000 mgr.x (mgr.34104) 678 : cluster [DBG] pgmap v439: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:39.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:38 smithi178 bash[77880]: cluster 2024-03-21T13:03:37.334849+0000 mgr.x (mgr.34104) 679 : cluster [DBG] pgmap v440: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:39.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:38 smithi178 bash[77880]: cephadm 2024-03-21T13:03:37.344436+0000 mgr.x (mgr.34104) 680 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:39.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:38 smithi178 bash[77880]: cluster 2024-03-21T13:03:37.435775+0000 mgr.x (mgr.34104) 681 : cluster [DBG] pgmap v441: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:39.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:38 smithi178 bash[77880]: cluster 2024-03-21T13:03:37.436267+0000 mgr.x (mgr.34104) 682 : cluster [DBG] pgmap v442: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:39.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:38 smithi178 bash[77880]: cephadm 2024-03-21T13:03:37.445941+0000 mgr.x (mgr.34104) 683 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:39.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:38 smithi178 bash[77880]: cluster 2024-03-21T13:03:37.535138+0000 mgr.x (mgr.34104) 684 : cluster [DBG] pgmap v443: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:39.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:38 smithi178 bash[77880]: cluster 2024-03-21T13:03:37.535369+0000 mgr.x (mgr.34104) 685 : cluster [DBG] pgmap v444: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:39.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:38 smithi178 bash[77880]: cephadm 2024-03-21T13:03:37.545177+0000 mgr.x (mgr.34104) 686 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:39.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:38 smithi178 bash[77880]: cluster 2024-03-21T13:03:37.637115+0000 mgr.x (mgr.34104) 687 : cluster [DBG] pgmap v445: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:39.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:38 smithi178 bash[77880]: cluster 2024-03-21T13:03:37.637374+0000 mgr.x (mgr.34104) 688 : cluster [DBG] pgmap v446: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:39.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:38 smithi178 bash[77880]: cephadm 2024-03-21T13:03:37.647681+0000 mgr.x (mgr.34104) 689 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:39.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:38 smithi178 bash[77880]: cluster 2024-03-21T13:03:37.739078+0000 mgr.x (mgr.34104) 690 : cluster [DBG] pgmap v447: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:39.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:38 smithi178 bash[77880]: cluster 2024-03-21T13:03:37.739466+0000 mgr.x (mgr.34104) 691 : cluster [DBG] pgmap v448: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:39.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:38 smithi178 bash[77880]: cephadm 2024-03-21T13:03:37.748423+0000 mgr.x (mgr.34104) 692 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:39.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:38 smithi178 bash[77880]: audit 2024-03-21T13:03:37.793982+0000 mon.a (mon.0) 441 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:39.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:38 smithi178 bash[77880]: audit 2024-03-21T13:03:37.799947+0000 mon.a (mon.0) 442 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:39.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:38 smithi178 bash[75692]: cluster 2024-03-21T13:03:37.802646+0000 mgr.x (mgr.34104) 693 : cluster [DBG] pgmap v449: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:39.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:38 smithi178 bash[75692]: cluster 2024-03-21T13:03:37.802937+0000 mgr.x (mgr.34104) 694 : cluster [DBG] pgmap v450: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:39.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:38 smithi178 bash[75692]: audit 2024-03-21T13:03:37.807310+0000 mon.a (mon.0) 443 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:39.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:38 smithi178 bash[75692]: audit 2024-03-21T13:03:37.828554+0000 mon.a (mon.0) 444 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:39.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:38 smithi178 bash[75692]: audit 2024-03-21T13:03:37.832362+0000 mon.a (mon.0) 445 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:39.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:38 smithi178 bash[75692]: audit 2024-03-21T13:03:37.836306+0000 mon.a (mon.0) 446 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:39.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:38 smithi178 bash[75692]: audit 2024-03-21T13:03:37.837945+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:39.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:38 smithi178 bash[75692]: cluster 2024-03-21T13:03:37.842126+0000 mgr.x (mgr.34104) 695 : cluster [DBG] pgmap v451: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:39.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:38 smithi178 bash[75692]: cluster 2024-03-21T13:03:37.842569+0000 mgr.x (mgr.34104) 696 : cluster [DBG] pgmap v452: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:39.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:38 smithi178 bash[75692]: audit 2024-03-21T13:03:37.849731+0000 mon.a (mon.0) 448 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:39.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:38 smithi178 bash[75692]: cephadm 2024-03-21T13:03:37.852239+0000 mgr.x (mgr.34104) 697 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:39.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:38 smithi178 bash[75692]: audit 2024-03-21T13:03:37.930875+0000 mon.a (mon.0) 449 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:39.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:38 smithi178 bash[75692]: audit 2024-03-21T13:03:37.933553+0000 mon.a (mon.0) 450 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:39.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:38 smithi178 bash[75692]: audit 2024-03-21T13:03:37.936449+0000 mon.a (mon.0) 451 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:39.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:38 smithi178 bash[75692]: audit 2024-03-21T13:03:37.937650+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:39.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:38 smithi178 bash[75692]: cluster 2024-03-21T13:03:37.941273+0000 mgr.x (mgr.34104) 698 : cluster [DBG] pgmap v453: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:39.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:38 smithi178 bash[75692]: cluster 2024-03-21T13:03:37.941576+0000 mgr.x (mgr.34104) 699 : cluster [DBG] pgmap v454: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:39.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:38 smithi178 bash[75692]: audit 2024-03-21T13:03:37.949674+0000 mon.a (mon.0) 453 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:39.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:38 smithi178 bash[75692]: cephadm 2024-03-21T13:03:37.951922+0000 mgr.x (mgr.34104) 700 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:39.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:38 smithi178 bash[75692]: audit 2024-03-21T13:03:38.033654+0000 mon.a (mon.0) 454 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:39.053 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:38 smithi178 bash[77880]: cluster 2024-03-21T13:03:37.802646+0000 mgr.x (mgr.34104) 693 : cluster [DBG] pgmap v449: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:39.053 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:38 smithi178 bash[77880]: cluster 2024-03-21T13:03:37.802937+0000 mgr.x (mgr.34104) 694 : cluster [DBG] pgmap v450: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:39.053 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:38 smithi178 bash[77880]: audit 2024-03-21T13:03:37.807310+0000 mon.a (mon.0) 443 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:39.054 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:38 smithi178 bash[77880]: audit 2024-03-21T13:03:37.828554+0000 mon.a (mon.0) 444 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:39.054 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:38 smithi178 bash[77880]: audit 2024-03-21T13:03:37.832362+0000 mon.a (mon.0) 445 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:39.054 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:38 smithi178 bash[77880]: audit 2024-03-21T13:03:37.836306+0000 mon.a (mon.0) 446 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:39.054 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:38 smithi178 bash[77880]: audit 2024-03-21T13:03:37.837945+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:39.054 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:38 smithi178 bash[77880]: cluster 2024-03-21T13:03:37.842126+0000 mgr.x (mgr.34104) 695 : cluster [DBG] pgmap v451: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:39.054 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:38 smithi178 bash[77880]: cluster 2024-03-21T13:03:37.842569+0000 mgr.x (mgr.34104) 696 : cluster [DBG] pgmap v452: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:39.054 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:38 smithi178 bash[77880]: audit 2024-03-21T13:03:37.849731+0000 mon.a (mon.0) 448 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:39.054 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:38 smithi178 bash[77880]: cephadm 2024-03-21T13:03:37.852239+0000 mgr.x (mgr.34104) 697 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:39.054 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:38 smithi178 bash[77880]: audit 2024-03-21T13:03:37.930875+0000 mon.a (mon.0) 449 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:39.054 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:38 smithi178 bash[77880]: audit 2024-03-21T13:03:37.933553+0000 mon.a (mon.0) 450 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:39.054 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:38 smithi178 bash[77880]: audit 2024-03-21T13:03:37.936449+0000 mon.a (mon.0) 451 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:39.054 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:38 smithi178 bash[77880]: audit 2024-03-21T13:03:37.937650+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:39.054 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:38 smithi178 bash[77880]: cluster 2024-03-21T13:03:37.941273+0000 mgr.x (mgr.34104) 698 : cluster [DBG] pgmap v453: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:39.054 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:38 smithi178 bash[77880]: cluster 2024-03-21T13:03:37.941576+0000 mgr.x (mgr.34104) 699 : cluster [DBG] pgmap v454: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:39.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:38 smithi178 bash[77880]: audit 2024-03-21T13:03:37.949674+0000 mon.a (mon.0) 453 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:39.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:38 smithi178 bash[77880]: cephadm 2024-03-21T13:03:37.951922+0000 mgr.x (mgr.34104) 700 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:39.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:38 smithi178 bash[77880]: audit 2024-03-21T13:03:38.033654+0000 mon.a (mon.0) 454 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:39.055 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:38 smithi178 bash[75692]: audit 2024-03-21T13:03:38.036427+0000 mon.a (mon.0) 455 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:39.055 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:38 smithi178 bash[75692]: audit 2024-03-21T13:03:38.040638+0000 mon.a (mon.0) 456 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:39.055 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:38 smithi178 bash[75692]: audit 2024-03-21T13:03:38.041899+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:39.055 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:38 smithi178 bash[75692]: cluster 2024-03-21T13:03:38.045842+0000 mgr.x (mgr.34104) 701 : cluster [DBG] pgmap v455: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:39.055 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:38 smithi178 bash[75692]: cluster 2024-03-21T13:03:38.046274+0000 mgr.x (mgr.34104) 702 : cluster [DBG] pgmap v456: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:39.055 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:38 smithi178 bash[75692]: audit 2024-03-21T13:03:38.056869+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:39.055 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:38 smithi178 bash[75692]: cephadm 2024-03-21T13:03:38.059164+0000 mgr.x (mgr.34104) 703 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:39.055 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:38 smithi178 bash[75692]: audit 2024-03-21T13:03:38.140993+0000 mon.a (mon.0) 459 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:39.056 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:38 smithi178 bash[75692]: audit 2024-03-21T13:03:38.143673+0000 mon.a (mon.0) 460 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:39.056 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:38 smithi178 bash[75692]: audit 2024-03-21T13:03:38.147003+0000 mon.a (mon.0) 461 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:39.056 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:38 smithi178 bash[75692]: audit 2024-03-21T13:03:38.148203+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:39.056 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:38 smithi178 bash[75692]: audit 2024-03-21T13:03:38.158385+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:39.056 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:38 smithi178 bash[75692]: audit 2024-03-21T13:03:38.236503+0000 mon.a (mon.0) 464 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:39.056 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:38 smithi178 bash[75692]: audit 2024-03-21T13:03:38.240277+0000 mon.a (mon.0) 465 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:39.056 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:38 smithi178 bash[75692]: audit 2024-03-21T13:03:38.244548+0000 mon.a (mon.0) 466 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:39.056 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:38 smithi178 bash[75692]: audit 2024-03-21T13:03:38.246237+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:39.056 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:38 smithi178 bash[75692]: audit 2024-03-21T13:03:38.258754+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:39.056 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:38 smithi178 bash[75692]: audit 2024-03-21T13:03:38.342660+0000 mon.a (mon.0) 469 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:39.056 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:38 smithi178 bash[75692]: audit 2024-03-21T13:03:38.345990+0000 mon.a (mon.0) 470 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:39.056 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:38 smithi178 bash[75692]: audit 2024-03-21T13:03:38.350175+0000 mon.a (mon.0) 471 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:39.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:38 smithi178 bash[77880]: audit 2024-03-21T13:03:38.036427+0000 mon.a (mon.0) 455 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:39.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:38 smithi178 bash[77880]: audit 2024-03-21T13:03:38.040638+0000 mon.a (mon.0) 456 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:39.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:38 smithi178 bash[77880]: audit 2024-03-21T13:03:38.041899+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:39.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:38 smithi178 bash[77880]: cluster 2024-03-21T13:03:38.045842+0000 mgr.x (mgr.34104) 701 : cluster [DBG] pgmap v455: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:39.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:38 smithi178 bash[77880]: cluster 2024-03-21T13:03:38.046274+0000 mgr.x (mgr.34104) 702 : cluster [DBG] pgmap v456: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:39.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:38 smithi178 bash[77880]: audit 2024-03-21T13:03:38.056869+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:39.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:38 smithi178 bash[77880]: cephadm 2024-03-21T13:03:38.059164+0000 mgr.x (mgr.34104) 703 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:39.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:38 smithi178 bash[77880]: audit 2024-03-21T13:03:38.140993+0000 mon.a (mon.0) 459 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:39.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:38 smithi178 bash[77880]: audit 2024-03-21T13:03:38.143673+0000 mon.a (mon.0) 460 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:39.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:38 smithi178 bash[77880]: audit 2024-03-21T13:03:38.147003+0000 mon.a (mon.0) 461 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:39.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:38 smithi178 bash[77880]: audit 2024-03-21T13:03:38.148203+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:39.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:38 smithi178 bash[77880]: audit 2024-03-21T13:03:38.158385+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:39.058 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:38 smithi178 bash[77880]: audit 2024-03-21T13:03:38.236503+0000 mon.a (mon.0) 464 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:39.058 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:38 smithi178 bash[77880]: audit 2024-03-21T13:03:38.240277+0000 mon.a (mon.0) 465 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:39.058 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:38 smithi178 bash[77880]: audit 2024-03-21T13:03:38.244548+0000 mon.a (mon.0) 466 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:39.058 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:38 smithi178 bash[77880]: audit 2024-03-21T13:03:38.246237+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:39.058 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:38 smithi178 bash[77880]: audit 2024-03-21T13:03:38.258754+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:39.058 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:38 smithi178 bash[77880]: audit 2024-03-21T13:03:38.342660+0000 mon.a (mon.0) 469 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:39.058 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:38 smithi178 bash[77880]: audit 2024-03-21T13:03:38.345990+0000 mon.a (mon.0) 470 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:39.058 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:38 smithi178 bash[77880]: audit 2024-03-21T13:03:38.350175+0000 mon.a (mon.0) 471 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:39.058 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:38 smithi178 bash[75692]: audit 2024-03-21T13:03:38.351775+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:39.059 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:38 smithi178 bash[75692]: audit 2024-03-21T13:03:38.363852+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:39.059 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:38 smithi178 bash[75692]: audit 2024-03-21T13:03:38.443362+0000 mon.a (mon.0) 474 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:39.059 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:38 smithi178 bash[75692]: audit 2024-03-21T13:03:38.446533+0000 mon.a (mon.0) 475 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:39.059 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:38 smithi178 bash[75692]: audit 2024-03-21T13:03:38.450037+0000 mon.a (mon.0) 476 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:39.059 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:38 smithi178 bash[75692]: audit 2024-03-21T13:03:38.451729+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:39.059 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:38 smithi178 bash[75692]: audit 2024-03-21T13:03:38.462309+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:39.059 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:38 smithi178 bash[75692]: audit 2024-03-21T13:03:38.546557+0000 mon.a (mon.0) 479 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:39.059 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:38 smithi178 bash[75692]: audit 2024-03-21T13:03:38.549233+0000 mon.a (mon.0) 480 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:39.059 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:38 smithi178 bash[75692]: audit 2024-03-21T13:03:38.551758+0000 mon.a (mon.0) 481 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:39.059 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:38 smithi178 bash[75692]: audit 2024-03-21T13:03:38.552855+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:39.059 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:38 smithi178 bash[75692]: audit 2024-03-21T13:03:38.563179+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:39.059 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:38 smithi178 bash[75692]: audit 2024-03-21T13:03:38.643213+0000 mon.a (mon.0) 484 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:39.059 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:38 smithi178 bash[75692]: audit 2024-03-21T13:03:38.646410+0000 mon.a (mon.0) 485 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:39.059 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:38 smithi178 bash[75692]: audit 2024-03-21T13:03:38.649772+0000 mon.a (mon.0) 486 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:39.060 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:38 smithi178 bash[75692]: audit 2024-03-21T13:03:38.651252+0000 mon.a (mon.0) 487 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:39.060 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:38 smithi178 bash[75692]: audit 2024-03-21T13:03:38.662682+0000 mon.a (mon.0) 488 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:39.060 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:38 smithi178 bash[75692]: audit 2024-03-21T13:03:38.742385+0000 mon.a (mon.0) 489 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:39.060 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:38 smithi178 bash[75692]: audit 2024-03-21T13:03:38.745845+0000 mon.a (mon.0) 490 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:39.060 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:38 smithi178 bash[75692]: audit 2024-03-21T13:03:38.749893+0000 mon.a (mon.0) 491 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:39.060 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:38 smithi178 bash[75692]: audit 2024-03-21T13:03:38.751672+0000 mon.a (mon.0) 492 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:39.060 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:38 smithi178 bash[75692]: audit 2024-03-21T13:03:38.763881+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:39.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:38 smithi178 bash[77880]: audit 2024-03-21T13:03:38.351775+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:39.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:38 smithi178 bash[77880]: audit 2024-03-21T13:03:38.363852+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:39.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:38 smithi178 bash[77880]: audit 2024-03-21T13:03:38.443362+0000 mon.a (mon.0) 474 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:39.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:38 smithi178 bash[77880]: audit 2024-03-21T13:03:38.446533+0000 mon.a (mon.0) 475 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:39.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:38 smithi178 bash[77880]: audit 2024-03-21T13:03:38.450037+0000 mon.a (mon.0) 476 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:39.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:38 smithi178 bash[77880]: audit 2024-03-21T13:03:38.451729+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:39.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:38 smithi178 bash[77880]: audit 2024-03-21T13:03:38.462309+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:39.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:38 smithi178 bash[77880]: audit 2024-03-21T13:03:38.546557+0000 mon.a (mon.0) 479 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:39.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:38 smithi178 bash[77880]: audit 2024-03-21T13:03:38.549233+0000 mon.a (mon.0) 480 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:39.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:38 smithi178 bash[77880]: audit 2024-03-21T13:03:38.551758+0000 mon.a (mon.0) 481 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:39.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:38 smithi178 bash[77880]: audit 2024-03-21T13:03:38.552855+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:39.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:38 smithi178 bash[77880]: audit 2024-03-21T13:03:38.563179+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:39.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:38 smithi178 bash[77880]: audit 2024-03-21T13:03:38.643213+0000 mon.a (mon.0) 484 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:39.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:38 smithi178 bash[77880]: audit 2024-03-21T13:03:38.646410+0000 mon.a (mon.0) 485 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:39.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:38 smithi178 bash[77880]: audit 2024-03-21T13:03:38.649772+0000 mon.a (mon.0) 486 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:39.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:38 smithi178 bash[77880]: audit 2024-03-21T13:03:38.651252+0000 mon.a (mon.0) 487 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:39.062 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:38 smithi178 bash[77880]: audit 2024-03-21T13:03:38.662682+0000 mon.a (mon.0) 488 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:39.062 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:38 smithi178 bash[77880]: audit 2024-03-21T13:03:38.742385+0000 mon.a (mon.0) 489 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:39.062 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:38 smithi178 bash[77880]: audit 2024-03-21T13:03:38.745845+0000 mon.a (mon.0) 490 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:39.062 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:38 smithi178 bash[77880]: audit 2024-03-21T13:03:38.749893+0000 mon.a (mon.0) 491 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:39.062 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:38 smithi178 bash[77880]: audit 2024-03-21T13:03:38.751672+0000 mon.a (mon.0) 492 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:39.062 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:38 smithi178 bash[77880]: audit 2024-03-21T13:03:38.763881+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:39.073 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:03:38 smithi184 bash[54688]: ts=2024-03-21T13:03:38.660Z caller=manager.go:609 level=warn component="rule manager" group=osd msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on(ceph_daemon) group_left(hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.178\", device_class=\"ssd\", hostname=\"smithi178\", instance=\"172.21.15.184:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.178\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster=\"a94f249e-e780-11ee-95cd-87774f69a715\", cluster_addr=\"172.21.15.178\", device_class=\"ssd\", hostname=\"smithi178\", instance=\"smithi184:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.178\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-21T13:03:39.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:38 smithi184 bash[14608]: cluster 2024-03-21T13:03:37.229776+0000 mgr.x (mgr.34104) 675 : cluster [DBG] pgmap v437: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:39.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:38 smithi184 bash[14608]: cluster 2024-03-21T13:03:37.230322+0000 mgr.x (mgr.34104) 676 : cluster [DBG] pgmap v438: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:39.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:38 smithi184 bash[14608]: cephadm 2024-03-21T13:03:37.239438+0000 mgr.x (mgr.34104) 677 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:39.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:38 smithi184 bash[14608]: cluster 2024-03-21T13:03:37.334332+0000 mgr.x (mgr.34104) 678 : cluster [DBG] pgmap v439: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:39.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:38 smithi184 bash[14608]: cluster 2024-03-21T13:03:37.334849+0000 mgr.x (mgr.34104) 679 : cluster [DBG] pgmap v440: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:39.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:38 smithi184 bash[14608]: cephadm 2024-03-21T13:03:37.344436+0000 mgr.x (mgr.34104) 680 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:39.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:38 smithi184 bash[14608]: cluster 2024-03-21T13:03:37.435775+0000 mgr.x (mgr.34104) 681 : cluster [DBG] pgmap v441: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:39.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:38 smithi184 bash[14608]: cluster 2024-03-21T13:03:37.436267+0000 mgr.x (mgr.34104) 682 : cluster [DBG] pgmap v442: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:39.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:38 smithi184 bash[14608]: cephadm 2024-03-21T13:03:37.445941+0000 mgr.x (mgr.34104) 683 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:39.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:38 smithi184 bash[14608]: cluster 2024-03-21T13:03:37.535138+0000 mgr.x (mgr.34104) 684 : cluster [DBG] pgmap v443: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:39.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:38 smithi184 bash[14608]: cluster 2024-03-21T13:03:37.535369+0000 mgr.x (mgr.34104) 685 : cluster [DBG] pgmap v444: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:39.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:38 smithi184 bash[14608]: cephadm 2024-03-21T13:03:37.545177+0000 mgr.x (mgr.34104) 686 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:39.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:38 smithi184 bash[14608]: cluster 2024-03-21T13:03:37.637115+0000 mgr.x (mgr.34104) 687 : cluster [DBG] pgmap v445: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:39.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:38 smithi184 bash[14608]: cluster 2024-03-21T13:03:37.637374+0000 mgr.x (mgr.34104) 688 : cluster [DBG] pgmap v446: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:39.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:38 smithi184 bash[14608]: cephadm 2024-03-21T13:03:37.647681+0000 mgr.x (mgr.34104) 689 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:39.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:38 smithi184 bash[14608]: cluster 2024-03-21T13:03:37.739078+0000 mgr.x (mgr.34104) 690 : cluster [DBG] pgmap v447: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:39.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:38 smithi184 bash[14608]: cluster 2024-03-21T13:03:37.739466+0000 mgr.x (mgr.34104) 691 : cluster [DBG] pgmap v448: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:39.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:38 smithi184 bash[14608]: cephadm 2024-03-21T13:03:37.748423+0000 mgr.x (mgr.34104) 692 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:39.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:38 smithi184 bash[14608]: audit 2024-03-21T13:03:37.793982+0000 mon.a (mon.0) 441 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:39.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:38 smithi184 bash[14608]: audit 2024-03-21T13:03:37.799947+0000 mon.a (mon.0) 442 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:39.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:38 smithi184 bash[14608]: cluster 2024-03-21T13:03:37.802646+0000 mgr.x (mgr.34104) 693 : cluster [DBG] pgmap v449: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:39.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:38 smithi184 bash[14608]: cluster 2024-03-21T13:03:37.802937+0000 mgr.x (mgr.34104) 694 : cluster [DBG] pgmap v450: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:39.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:38 smithi184 bash[14608]: audit 2024-03-21T13:03:37.807310+0000 mon.a (mon.0) 443 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:39.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:38 smithi184 bash[14608]: audit 2024-03-21T13:03:37.828554+0000 mon.a (mon.0) 444 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:39.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:38 smithi184 bash[14608]: audit 2024-03-21T13:03:37.832362+0000 mon.a (mon.0) 445 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:39.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:38 smithi184 bash[14608]: audit 2024-03-21T13:03:37.836306+0000 mon.a (mon.0) 446 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:39.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:38 smithi184 bash[14608]: audit 2024-03-21T13:03:37.837945+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:39.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:38 smithi184 bash[14608]: cluster 2024-03-21T13:03:37.842126+0000 mgr.x (mgr.34104) 695 : cluster [DBG] pgmap v451: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:39.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:38 smithi184 bash[14608]: cluster 2024-03-21T13:03:37.842569+0000 mgr.x (mgr.34104) 696 : cluster [DBG] pgmap v452: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:39.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:38 smithi184 bash[14608]: audit 2024-03-21T13:03:37.849731+0000 mon.a (mon.0) 448 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:39.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:38 smithi184 bash[14608]: cephadm 2024-03-21T13:03:37.852239+0000 mgr.x (mgr.34104) 697 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:39.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:38 smithi184 bash[14608]: audit 2024-03-21T13:03:37.930875+0000 mon.a (mon.0) 449 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:39.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:38 smithi184 bash[14608]: audit 2024-03-21T13:03:37.933553+0000 mon.a (mon.0) 450 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:39.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:38 smithi184 bash[14608]: audit 2024-03-21T13:03:37.936449+0000 mon.a (mon.0) 451 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:39.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:38 smithi184 bash[14608]: audit 2024-03-21T13:03:37.937650+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:39.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:38 smithi184 bash[14608]: cluster 2024-03-21T13:03:37.941273+0000 mgr.x (mgr.34104) 698 : cluster [DBG] pgmap v453: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:39.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:38 smithi184 bash[14608]: cluster 2024-03-21T13:03:37.941576+0000 mgr.x (mgr.34104) 699 : cluster [DBG] pgmap v454: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:39.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:38 smithi184 bash[14608]: audit 2024-03-21T13:03:37.949674+0000 mon.a (mon.0) 453 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:39.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:38 smithi184 bash[14608]: cephadm 2024-03-21T13:03:37.951922+0000 mgr.x (mgr.34104) 700 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:39.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:38 smithi184 bash[14608]: audit 2024-03-21T13:03:38.033654+0000 mon.a (mon.0) 454 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:39.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:38 smithi184 bash[14608]: audit 2024-03-21T13:03:38.036427+0000 mon.a (mon.0) 455 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:39.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:38 smithi184 bash[14608]: audit 2024-03-21T13:03:38.040638+0000 mon.a (mon.0) 456 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:39.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:38 smithi184 bash[14608]: audit 2024-03-21T13:03:38.041899+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:39.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:38 smithi184 bash[14608]: cluster 2024-03-21T13:03:38.045842+0000 mgr.x (mgr.34104) 701 : cluster [DBG] pgmap v455: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:39.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:38 smithi184 bash[14608]: cluster 2024-03-21T13:03:38.046274+0000 mgr.x (mgr.34104) 702 : cluster [DBG] pgmap v456: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:39.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:38 smithi184 bash[14608]: audit 2024-03-21T13:03:38.056869+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:39.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:38 smithi184 bash[14608]: cephadm 2024-03-21T13:03:38.059164+0000 mgr.x (mgr.34104) 703 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:39.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:38 smithi184 bash[14608]: audit 2024-03-21T13:03:38.140993+0000 mon.a (mon.0) 459 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:39.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:38 smithi184 bash[14608]: audit 2024-03-21T13:03:38.143673+0000 mon.a (mon.0) 460 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:39.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:38 smithi184 bash[14608]: audit 2024-03-21T13:03:38.147003+0000 mon.a (mon.0) 461 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:39.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:38 smithi184 bash[14608]: audit 2024-03-21T13:03:38.148203+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:39.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:38 smithi184 bash[14608]: audit 2024-03-21T13:03:38.158385+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:39.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:38 smithi184 bash[14608]: audit 2024-03-21T13:03:38.236503+0000 mon.a (mon.0) 464 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:39.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:38 smithi184 bash[14608]: audit 2024-03-21T13:03:38.240277+0000 mon.a (mon.0) 465 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:39.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:38 smithi184 bash[14608]: audit 2024-03-21T13:03:38.244548+0000 mon.a (mon.0) 466 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:39.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:38 smithi184 bash[14608]: audit 2024-03-21T13:03:38.246237+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:39.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:38 smithi184 bash[14608]: audit 2024-03-21T13:03:38.258754+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:39.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:38 smithi184 bash[14608]: audit 2024-03-21T13:03:38.342660+0000 mon.a (mon.0) 469 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:39.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:38 smithi184 bash[14608]: audit 2024-03-21T13:03:38.345990+0000 mon.a (mon.0) 470 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:39.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:38 smithi184 bash[14608]: audit 2024-03-21T13:03:38.350175+0000 mon.a (mon.0) 471 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:39.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:38 smithi184 bash[14608]: audit 2024-03-21T13:03:38.351775+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:39.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:38 smithi184 bash[14608]: audit 2024-03-21T13:03:38.363852+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:39.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:38 smithi184 bash[14608]: audit 2024-03-21T13:03:38.443362+0000 mon.a (mon.0) 474 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:39.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:38 smithi184 bash[14608]: audit 2024-03-21T13:03:38.446533+0000 mon.a (mon.0) 475 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:39.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:38 smithi184 bash[14608]: audit 2024-03-21T13:03:38.450037+0000 mon.a (mon.0) 476 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:39.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:38 smithi184 bash[14608]: audit 2024-03-21T13:03:38.451729+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:39.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:38 smithi184 bash[14608]: audit 2024-03-21T13:03:38.462309+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:39.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:38 smithi184 bash[14608]: audit 2024-03-21T13:03:38.546557+0000 mon.a (mon.0) 479 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:39.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:38 smithi184 bash[14608]: audit 2024-03-21T13:03:38.549233+0000 mon.a (mon.0) 480 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:39.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:38 smithi184 bash[14608]: audit 2024-03-21T13:03:38.551758+0000 mon.a (mon.0) 481 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:39.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:38 smithi184 bash[14608]: audit 2024-03-21T13:03:38.552855+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:39.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:38 smithi184 bash[14608]: audit 2024-03-21T13:03:38.563179+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:39.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:38 smithi184 bash[14608]: audit 2024-03-21T13:03:38.643213+0000 mon.a (mon.0) 484 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:39.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:38 smithi184 bash[14608]: audit 2024-03-21T13:03:38.646410+0000 mon.a (mon.0) 485 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:39.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:38 smithi184 bash[14608]: audit 2024-03-21T13:03:38.649772+0000 mon.a (mon.0) 486 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:39.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:38 smithi184 bash[14608]: audit 2024-03-21T13:03:38.651252+0000 mon.a (mon.0) 487 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:39.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:38 smithi184 bash[14608]: audit 2024-03-21T13:03:38.662682+0000 mon.a (mon.0) 488 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:39.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:38 smithi184 bash[14608]: audit 2024-03-21T13:03:38.742385+0000 mon.a (mon.0) 489 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:39.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:38 smithi184 bash[14608]: audit 2024-03-21T13:03:38.745845+0000 mon.a (mon.0) 490 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:39.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:38 smithi184 bash[14608]: audit 2024-03-21T13:03:38.749893+0000 mon.a (mon.0) 491 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:39.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:38 smithi184 bash[14608]: audit 2024-03-21T13:03:38.751672+0000 mon.a (mon.0) 492 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:39.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:38 smithi184 bash[14608]: audit 2024-03-21T13:03:38.763881+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:40.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:39 smithi184 bash[14608]: cluster 2024-03-21T13:03:38.151831+0000 mgr.x (mgr.34104) 704 : cluster [DBG] pgmap v457: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:40.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:39 smithi184 bash[14608]: cluster 2024-03-21T13:03:38.152321+0000 mgr.x (mgr.34104) 705 : cluster [DBG] pgmap v458: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:40.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:39 smithi184 bash[14608]: cephadm 2024-03-21T13:03:38.160531+0000 mgr.x (mgr.34104) 706 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:40.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:39 smithi184 bash[14608]: cluster 2024-03-21T13:03:38.250402+0000 mgr.x (mgr.34104) 707 : cluster [DBG] pgmap v459: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:40.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:39 smithi184 bash[14608]: cluster 2024-03-21T13:03:38.250935+0000 mgr.x (mgr.34104) 708 : cluster [DBG] pgmap v460: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:40.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:39 smithi184 bash[14608]: cephadm 2024-03-21T13:03:38.261443+0000 mgr.x (mgr.34104) 709 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:40.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:39 smithi184 bash[14608]: cluster 2024-03-21T13:03:38.355933+0000 mgr.x (mgr.34104) 710 : cluster [DBG] pgmap v461: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:40.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:39 smithi184 bash[14608]: cluster 2024-03-21T13:03:38.356366+0000 mgr.x (mgr.34104) 711 : cluster [DBG] pgmap v462: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:40.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:39 smithi184 bash[14608]: cephadm 2024-03-21T13:03:38.366139+0000 mgr.x (mgr.34104) 712 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:40.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:39 smithi184 bash[14608]: cluster 2024-03-21T13:03:38.456142+0000 mgr.x (mgr.34104) 713 : cluster [DBG] pgmap v463: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:40.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:39 smithi184 bash[14608]: cluster 2024-03-21T13:03:38.456722+0000 mgr.x (mgr.34104) 714 : cluster [DBG] pgmap v464: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:40.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:39 smithi184 bash[14608]: cephadm 2024-03-21T13:03:38.464747+0000 mgr.x (mgr.34104) 715 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:40.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:39 smithi184 bash[14608]: cluster 2024-03-21T13:03:38.556476+0000 mgr.x (mgr.34104) 716 : cluster [DBG] pgmap v465: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:40.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:39 smithi184 bash[14608]: cluster 2024-03-21T13:03:38.556926+0000 mgr.x (mgr.34104) 717 : cluster [DBG] pgmap v466: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:40.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:39 smithi184 bash[14608]: cephadm 2024-03-21T13:03:38.565366+0000 mgr.x (mgr.34104) 718 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:40.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:39 smithi184 bash[14608]: cluster 2024-03-21T13:03:38.655092+0000 mgr.x (mgr.34104) 719 : cluster [DBG] pgmap v467: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:40.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:39 smithi184 bash[14608]: cluster 2024-03-21T13:03:38.655562+0000 mgr.x (mgr.34104) 720 : cluster [DBG] pgmap v468: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:40.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:39 smithi184 bash[14608]: cephadm 2024-03-21T13:03:38.665131+0000 mgr.x (mgr.34104) 721 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:40.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:39 smithi184 bash[14608]: cluster 2024-03-21T13:03:38.756249+0000 mgr.x (mgr.34104) 722 : cluster [DBG] pgmap v469: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:40.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:39 smithi184 bash[14608]: cluster 2024-03-21T13:03:38.756944+0000 mgr.x (mgr.34104) 723 : cluster [DBG] pgmap v470: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:40.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:39 smithi184 bash[14608]: cephadm 2024-03-21T13:03:38.766252+0000 mgr.x (mgr.34104) 724 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:40.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:39 smithi184 bash[14608]: audit 2024-03-21T13:03:38.845424+0000 mon.a (mon.0) 494 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:40.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:39 smithi184 bash[14608]: audit 2024-03-21T13:03:38.849337+0000 mon.a (mon.0) 495 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:40.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:39 smithi184 bash[14608]: audit 2024-03-21T13:03:38.855727+0000 mon.a (mon.0) 496 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:40.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:39 smithi184 bash[14608]: audit 2024-03-21T13:03:38.856803+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:40.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:39 smithi184 bash[14608]: cluster 2024-03-21T13:03:38.860187+0000 mgr.x (mgr.34104) 725 : cluster [DBG] pgmap v471: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:40.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:39 smithi184 bash[14608]: cluster 2024-03-21T13:03:38.860453+0000 mgr.x (mgr.34104) 726 : cluster [DBG] pgmap v472: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:40.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:39 smithi184 bash[14608]: audit 2024-03-21T13:03:38.865287+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:40.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:39 smithi184 bash[14608]: cephadm 2024-03-21T13:03:38.867463+0000 mgr.x (mgr.34104) 727 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:40.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:39 smithi184 bash[14608]: audit 2024-03-21T13:03:38.944011+0000 mon.a (mon.0) 499 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:40.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:39 smithi184 bash[14608]: audit 2024-03-21T13:03:38.947142+0000 mon.a (mon.0) 500 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:40.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:39 smithi184 bash[14608]: audit 2024-03-21T13:03:38.950924+0000 mon.a (mon.0) 501 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:40.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:39 smithi184 bash[14608]: audit 2024-03-21T13:03:38.952725+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:40.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:39 smithi184 bash[14608]: cluster 2024-03-21T13:03:38.957369+0000 mgr.x (mgr.34104) 728 : cluster [DBG] pgmap v473: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:40.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:39 smithi184 bash[14608]: cluster 2024-03-21T13:03:38.957850+0000 mgr.x (mgr.34104) 729 : cluster [DBG] pgmap v474: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:40.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:39 smithi184 bash[14608]: audit 2024-03-21T13:03:38.964495+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:40.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:39 smithi184 bash[14608]: cephadm 2024-03-21T13:03:38.966999+0000 mgr.x (mgr.34104) 730 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:40.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:39 smithi184 bash[14608]: audit 2024-03-21T13:03:39.049063+0000 mon.a (mon.0) 504 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:40.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:39 smithi184 bash[14608]: audit 2024-03-21T13:03:39.052106+0000 mon.a (mon.0) 505 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:40.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:39 smithi184 bash[14608]: audit 2024-03-21T13:03:39.055989+0000 mon.a (mon.0) 506 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:40.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:39 smithi184 bash[14608]: audit 2024-03-21T13:03:39.057554+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:40.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:39 smithi184 bash[14608]: cluster 2024-03-21T13:03:39.061515+0000 mgr.x (mgr.34104) 731 : cluster [DBG] pgmap v475: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:40.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:39 smithi184 bash[14608]: cluster 2024-03-21T13:03:39.062081+0000 mgr.x (mgr.34104) 732 : cluster [DBG] pgmap v476: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:40.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:39 smithi184 bash[14608]: audit 2024-03-21T13:03:39.069011+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:40.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:39 smithi184 bash[14608]: cephadm 2024-03-21T13:03:39.071496+0000 mgr.x (mgr.34104) 733 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:40.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:39 smithi184 bash[14608]: audit 2024-03-21T13:03:39.151368+0000 mon.a (mon.0) 509 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:40.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:39 smithi184 bash[14608]: audit 2024-03-21T13:03:39.154286+0000 mon.a (mon.0) 510 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:40.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:39 smithi184 bash[14608]: audit 2024-03-21T13:03:39.158077+0000 mon.a (mon.0) 511 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:40.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:39 smithi184 bash[14608]: audit 2024-03-21T13:03:39.159562+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:40.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:39 smithi184 bash[14608]: audit 2024-03-21T13:03:39.170867+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:40.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:39 smithi184 bash[14608]: audit 2024-03-21T13:03:39.249692+0000 mon.a (mon.0) 514 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:40.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:39 smithi184 bash[14608]: audit 2024-03-21T13:03:39.252579+0000 mon.a (mon.0) 515 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:40.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:39 smithi184 bash[14608]: audit 2024-03-21T13:03:39.256274+0000 mon.a (mon.0) 516 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:40.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:39 smithi184 bash[14608]: audit 2024-03-21T13:03:39.257736+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:40.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:39 smithi184 bash[14608]: audit 2024-03-21T13:03:39.269709+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:40.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:39 smithi184 bash[14608]: audit 2024-03-21T13:03:39.355366+0000 mon.a (mon.0) 519 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:40.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:39 smithi184 bash[14608]: audit 2024-03-21T13:03:39.359740+0000 mon.a (mon.0) 520 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:40.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:39 smithi184 bash[14608]: audit 2024-03-21T13:03:39.364383+0000 mon.a (mon.0) 521 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:40.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:39 smithi184 bash[14608]: audit 2024-03-21T13:03:39.365856+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:40.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:39 smithi184 bash[14608]: audit 2024-03-21T13:03:39.374906+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:40.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:39 smithi184 bash[14608]: audit 2024-03-21T13:03:39.457185+0000 mon.a (mon.0) 524 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:40.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:39 smithi184 bash[14608]: audit 2024-03-21T13:03:39.460255+0000 mon.a (mon.0) 525 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:40.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:39 smithi184 bash[14608]: audit 2024-03-21T13:03:39.463853+0000 mon.a (mon.0) 526 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:40.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:39 smithi184 bash[14608]: audit 2024-03-21T13:03:39.465323+0000 mon.a (mon.0) 527 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:40.080 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:39 smithi184 bash[14608]: audit 2024-03-21T13:03:39.476693+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:40.080 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:39 smithi184 bash[14608]: audit 2024-03-21T13:03:39.557141+0000 mon.a (mon.0) 529 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:40.080 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:39 smithi184 bash[14608]: audit 2024-03-21T13:03:39.560032+0000 mon.a (mon.0) 530 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:40.080 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:39 smithi184 bash[14608]: audit 2024-03-21T13:03:39.564130+0000 mon.a (mon.0) 531 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:40.080 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:39 smithi184 bash[14608]: audit 2024-03-21T13:03:39.565478+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:40.080 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:39 smithi184 bash[14608]: audit 2024-03-21T13:03:39.577065+0000 mon.a (mon.0) 533 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:40.080 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:39 smithi184 bash[14608]: audit 2024-03-21T13:03:39.657349+0000 mon.a (mon.0) 534 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:40.080 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:39 smithi184 bash[14608]: audit 2024-03-21T13:03:39.660480+0000 mon.a (mon.0) 535 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:40.080 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:39 smithi184 bash[14608]: audit 2024-03-21T13:03:39.663785+0000 mon.a (mon.0) 536 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:40.080 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:39 smithi184 bash[14608]: audit 2024-03-21T13:03:39.665212+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:40.080 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:39 smithi184 bash[14608]: audit 2024-03-21T13:03:39.674363+0000 mon.a (mon.0) 538 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:40.081 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:39 smithi184 bash[14608]: audit 2024-03-21T13:03:39.755465+0000 mon.a (mon.0) 539 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:40.081 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:39 smithi184 bash[14608]: audit 2024-03-21T13:03:39.758267+0000 mon.a (mon.0) 540 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:40.081 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:39 smithi184 bash[14608]: audit 2024-03-21T13:03:39.761880+0000 mon.a (mon.0) 541 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:40.081 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:39 smithi184 bash[14608]: audit 2024-03-21T13:03:39.763260+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:40.081 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:39 smithi184 bash[14608]: audit 2024-03-21T13:03:39.774537+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:40.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:39 smithi178 bash[75692]: cluster 2024-03-21T13:03:38.151831+0000 mgr.x (mgr.34104) 704 : cluster [DBG] pgmap v457: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:40.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:39 smithi178 bash[75692]: cluster 2024-03-21T13:03:38.152321+0000 mgr.x (mgr.34104) 705 : cluster [DBG] pgmap v458: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:40.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:39 smithi178 bash[75692]: cephadm 2024-03-21T13:03:38.160531+0000 mgr.x (mgr.34104) 706 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:40.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:39 smithi178 bash[75692]: cluster 2024-03-21T13:03:38.250402+0000 mgr.x (mgr.34104) 707 : cluster [DBG] pgmap v459: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:40.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:39 smithi178 bash[75692]: cluster 2024-03-21T13:03:38.250935+0000 mgr.x (mgr.34104) 708 : cluster [DBG] pgmap v460: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:40.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:39 smithi178 bash[75692]: cephadm 2024-03-21T13:03:38.261443+0000 mgr.x (mgr.34104) 709 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:40.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:39 smithi178 bash[75692]: cluster 2024-03-21T13:03:38.355933+0000 mgr.x (mgr.34104) 710 : cluster [DBG] pgmap v461: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:40.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:39 smithi178 bash[75692]: cluster 2024-03-21T13:03:38.356366+0000 mgr.x (mgr.34104) 711 : cluster [DBG] pgmap v462: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:40.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:39 smithi178 bash[75692]: cephadm 2024-03-21T13:03:38.366139+0000 mgr.x (mgr.34104) 712 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:40.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:39 smithi178 bash[75692]: cluster 2024-03-21T13:03:38.456142+0000 mgr.x (mgr.34104) 713 : cluster [DBG] pgmap v463: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:40.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:39 smithi178 bash[75692]: cluster 2024-03-21T13:03:38.456722+0000 mgr.x (mgr.34104) 714 : cluster [DBG] pgmap v464: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:40.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:39 smithi178 bash[75692]: cephadm 2024-03-21T13:03:38.464747+0000 mgr.x (mgr.34104) 715 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:40.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:39 smithi178 bash[75692]: cluster 2024-03-21T13:03:38.556476+0000 mgr.x (mgr.34104) 716 : cluster [DBG] pgmap v465: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:40.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:39 smithi178 bash[75692]: cluster 2024-03-21T13:03:38.556926+0000 mgr.x (mgr.34104) 717 : cluster [DBG] pgmap v466: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:40.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:39 smithi178 bash[75692]: cephadm 2024-03-21T13:03:38.565366+0000 mgr.x (mgr.34104) 718 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:40.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:39 smithi178 bash[75692]: cluster 2024-03-21T13:03:38.655092+0000 mgr.x (mgr.34104) 719 : cluster [DBG] pgmap v467: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:40.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:39 smithi178 bash[75692]: cluster 2024-03-21T13:03:38.655562+0000 mgr.x (mgr.34104) 720 : cluster [DBG] pgmap v468: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:40.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:39 smithi178 bash[75692]: cephadm 2024-03-21T13:03:38.665131+0000 mgr.x (mgr.34104) 721 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:40.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:39 smithi178 bash[75692]: cluster 2024-03-21T13:03:38.756249+0000 mgr.x (mgr.34104) 722 : cluster [DBG] pgmap v469: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:40.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:39 smithi178 bash[75692]: cluster 2024-03-21T13:03:38.756944+0000 mgr.x (mgr.34104) 723 : cluster [DBG] pgmap v470: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:40.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:39 smithi178 bash[75692]: cephadm 2024-03-21T13:03:38.766252+0000 mgr.x (mgr.34104) 724 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:40.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:39 smithi178 bash[75692]: audit 2024-03-21T13:03:38.845424+0000 mon.a (mon.0) 494 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:40.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:39 smithi178 bash[75692]: audit 2024-03-21T13:03:38.849337+0000 mon.a (mon.0) 495 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:40.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:39 smithi178 bash[75692]: audit 2024-03-21T13:03:38.855727+0000 mon.a (mon.0) 496 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:40.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:39 smithi178 bash[75692]: audit 2024-03-21T13:03:38.856803+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:40.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:39 smithi178 bash[75692]: cluster 2024-03-21T13:03:38.860187+0000 mgr.x (mgr.34104) 725 : cluster [DBG] pgmap v471: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:40.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:39 smithi178 bash[75692]: cluster 2024-03-21T13:03:38.860453+0000 mgr.x (mgr.34104) 726 : cluster [DBG] pgmap v472: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:40.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:39 smithi178 bash[75692]: audit 2024-03-21T13:03:38.865287+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:40.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:39 smithi178 bash[75692]: cephadm 2024-03-21T13:03:38.867463+0000 mgr.x (mgr.34104) 727 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:40.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:39 smithi178 bash[75692]: audit 2024-03-21T13:03:38.944011+0000 mon.a (mon.0) 499 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:40.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:39 smithi178 bash[75692]: audit 2024-03-21T13:03:38.947142+0000 mon.a (mon.0) 500 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:40.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:39 smithi178 bash[75692]: audit 2024-03-21T13:03:38.950924+0000 mon.a (mon.0) 501 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:40.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:39 smithi178 bash[75692]: audit 2024-03-21T13:03:38.952725+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:40.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:39 smithi178 bash[75692]: cluster 2024-03-21T13:03:38.957369+0000 mgr.x (mgr.34104) 728 : cluster [DBG] pgmap v473: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:40.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:39 smithi178 bash[75692]: cluster 2024-03-21T13:03:38.957850+0000 mgr.x (mgr.34104) 729 : cluster [DBG] pgmap v474: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:40.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:39 smithi178 bash[75692]: audit 2024-03-21T13:03:38.964495+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:40.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:39 smithi178 bash[75692]: cephadm 2024-03-21T13:03:38.966999+0000 mgr.x (mgr.34104) 730 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:40.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:39 smithi178 bash[75692]: audit 2024-03-21T13:03:39.049063+0000 mon.a (mon.0) 504 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:40.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:39 smithi178 bash[75692]: audit 2024-03-21T13:03:39.052106+0000 mon.a (mon.0) 505 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:40.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:39 smithi178 bash[75692]: audit 2024-03-21T13:03:39.055989+0000 mon.a (mon.0) 506 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:40.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:39 smithi178 bash[75692]: audit 2024-03-21T13:03:39.057554+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:40.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:39 smithi178 bash[75692]: cluster 2024-03-21T13:03:39.061515+0000 mgr.x (mgr.34104) 731 : cluster [DBG] pgmap v475: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:40.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:39 smithi178 bash[75692]: cluster 2024-03-21T13:03:39.062081+0000 mgr.x (mgr.34104) 732 : cluster [DBG] pgmap v476: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:40.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:39 smithi178 bash[75692]: audit 2024-03-21T13:03:39.069011+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:40.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:39 smithi178 bash[75692]: cephadm 2024-03-21T13:03:39.071496+0000 mgr.x (mgr.34104) 733 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:40.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:39 smithi178 bash[75692]: audit 2024-03-21T13:03:39.151368+0000 mon.a (mon.0) 509 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:40.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:39 smithi178 bash[75692]: audit 2024-03-21T13:03:39.154286+0000 mon.a (mon.0) 510 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:40.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:39 smithi178 bash[75692]: audit 2024-03-21T13:03:39.158077+0000 mon.a (mon.0) 511 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:40.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:39 smithi178 bash[75692]: audit 2024-03-21T13:03:39.159562+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:40.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:39 smithi178 bash[75692]: audit 2024-03-21T13:03:39.170867+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:40.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:39 smithi178 bash[75692]: audit 2024-03-21T13:03:39.249692+0000 mon.a (mon.0) 514 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:40.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:39 smithi178 bash[75692]: audit 2024-03-21T13:03:39.252579+0000 mon.a (mon.0) 515 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:40.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:39 smithi178 bash[75692]: audit 2024-03-21T13:03:39.256274+0000 mon.a (mon.0) 516 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:40.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:39 smithi178 bash[75692]: audit 2024-03-21T13:03:39.257736+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:40.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:39 smithi178 bash[75692]: audit 2024-03-21T13:03:39.269709+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:40.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:39 smithi178 bash[75692]: audit 2024-03-21T13:03:39.355366+0000 mon.a (mon.0) 519 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:40.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:39 smithi178 bash[75692]: audit 2024-03-21T13:03:39.359740+0000 mon.a (mon.0) 520 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:40.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:39 smithi178 bash[75692]: audit 2024-03-21T13:03:39.364383+0000 mon.a (mon.0) 521 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:40.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:39 smithi178 bash[75692]: audit 2024-03-21T13:03:39.365856+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:40.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:39 smithi178 bash[75692]: audit 2024-03-21T13:03:39.374906+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:40.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:39 smithi178 bash[75692]: audit 2024-03-21T13:03:39.457185+0000 mon.a (mon.0) 524 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:40.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:39 smithi178 bash[75692]: audit 2024-03-21T13:03:39.460255+0000 mon.a (mon.0) 525 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:40.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:39 smithi178 bash[75692]: audit 2024-03-21T13:03:39.463853+0000 mon.a (mon.0) 526 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:40.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:39 smithi178 bash[75692]: audit 2024-03-21T13:03:39.465323+0000 mon.a (mon.0) 527 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:40.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:39 smithi178 bash[75692]: audit 2024-03-21T13:03:39.476693+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:40.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:39 smithi178 bash[75692]: audit 2024-03-21T13:03:39.557141+0000 mon.a (mon.0) 529 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:40.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:39 smithi178 bash[75692]: audit 2024-03-21T13:03:39.560032+0000 mon.a (mon.0) 530 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:40.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:39 smithi178 bash[75692]: audit 2024-03-21T13:03:39.564130+0000 mon.a (mon.0) 531 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:40.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:39 smithi178 bash[75692]: audit 2024-03-21T13:03:39.565478+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:40.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:39 smithi178 bash[75692]: audit 2024-03-21T13:03:39.577065+0000 mon.a (mon.0) 533 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:40.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:39 smithi178 bash[75692]: audit 2024-03-21T13:03:39.657349+0000 mon.a (mon.0) 534 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:40.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:39 smithi178 bash[75692]: audit 2024-03-21T13:03:39.660480+0000 mon.a (mon.0) 535 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:40.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:39 smithi178 bash[75692]: audit 2024-03-21T13:03:39.663785+0000 mon.a (mon.0) 536 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:40.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:39 smithi178 bash[75692]: audit 2024-03-21T13:03:39.665212+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:40.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:39 smithi178 bash[75692]: audit 2024-03-21T13:03:39.674363+0000 mon.a (mon.0) 538 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:40.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:39 smithi178 bash[75692]: audit 2024-03-21T13:03:39.755465+0000 mon.a (mon.0) 539 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:40.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:39 smithi178 bash[75692]: audit 2024-03-21T13:03:39.758267+0000 mon.a (mon.0) 540 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:40.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:39 smithi178 bash[75692]: audit 2024-03-21T13:03:39.761880+0000 mon.a (mon.0) 541 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:40.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:39 smithi178 bash[75692]: audit 2024-03-21T13:03:39.763260+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:40.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:39 smithi178 bash[75692]: audit 2024-03-21T13:03:39.774537+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:40.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:39 smithi178 bash[77880]: cluster 2024-03-21T13:03:38.151831+0000 mgr.x (mgr.34104) 704 : cluster [DBG] pgmap v457: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:40.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:39 smithi178 bash[77880]: cluster 2024-03-21T13:03:38.152321+0000 mgr.x (mgr.34104) 705 : cluster [DBG] pgmap v458: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:40.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:39 smithi178 bash[77880]: cephadm 2024-03-21T13:03:38.160531+0000 mgr.x (mgr.34104) 706 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:40.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:39 smithi178 bash[77880]: cluster 2024-03-21T13:03:38.250402+0000 mgr.x (mgr.34104) 707 : cluster [DBG] pgmap v459: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:40.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:39 smithi178 bash[77880]: cluster 2024-03-21T13:03:38.250935+0000 mgr.x (mgr.34104) 708 : cluster [DBG] pgmap v460: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:40.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:39 smithi178 bash[77880]: cephadm 2024-03-21T13:03:38.261443+0000 mgr.x (mgr.34104) 709 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:40.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:39 smithi178 bash[77880]: cluster 2024-03-21T13:03:38.355933+0000 mgr.x (mgr.34104) 710 : cluster [DBG] pgmap v461: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:40.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:39 smithi178 bash[77880]: cluster 2024-03-21T13:03:38.356366+0000 mgr.x (mgr.34104) 711 : cluster [DBG] pgmap v462: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:40.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:39 smithi178 bash[77880]: cephadm 2024-03-21T13:03:38.366139+0000 mgr.x (mgr.34104) 712 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:40.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:39 smithi178 bash[77880]: cluster 2024-03-21T13:03:38.456142+0000 mgr.x (mgr.34104) 713 : cluster [DBG] pgmap v463: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:40.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:39 smithi178 bash[77880]: cluster 2024-03-21T13:03:38.456722+0000 mgr.x (mgr.34104) 714 : cluster [DBG] pgmap v464: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:40.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:39 smithi178 bash[77880]: cephadm 2024-03-21T13:03:38.464747+0000 mgr.x (mgr.34104) 715 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:40.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:39 smithi178 bash[77880]: cluster 2024-03-21T13:03:38.556476+0000 mgr.x (mgr.34104) 716 : cluster [DBG] pgmap v465: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:40.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:39 smithi178 bash[77880]: cluster 2024-03-21T13:03:38.556926+0000 mgr.x (mgr.34104) 717 : cluster [DBG] pgmap v466: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:40.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:39 smithi178 bash[77880]: cephadm 2024-03-21T13:03:38.565366+0000 mgr.x (mgr.34104) 718 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:40.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:39 smithi178 bash[77880]: cluster 2024-03-21T13:03:38.655092+0000 mgr.x (mgr.34104) 719 : cluster [DBG] pgmap v467: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:40.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:39 smithi178 bash[77880]: cluster 2024-03-21T13:03:38.655562+0000 mgr.x (mgr.34104) 720 : cluster [DBG] pgmap v468: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:40.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:39 smithi178 bash[77880]: cephadm 2024-03-21T13:03:38.665131+0000 mgr.x (mgr.34104) 721 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:40.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:39 smithi178 bash[77880]: cluster 2024-03-21T13:03:38.756249+0000 mgr.x (mgr.34104) 722 : cluster [DBG] pgmap v469: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:40.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:39 smithi178 bash[77880]: cluster 2024-03-21T13:03:38.756944+0000 mgr.x (mgr.34104) 723 : cluster [DBG] pgmap v470: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:40.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:39 smithi178 bash[77880]: cephadm 2024-03-21T13:03:38.766252+0000 mgr.x (mgr.34104) 724 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:40.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:39 smithi178 bash[77880]: audit 2024-03-21T13:03:38.845424+0000 mon.a (mon.0) 494 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:40.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:39 smithi178 bash[77880]: audit 2024-03-21T13:03:38.849337+0000 mon.a (mon.0) 495 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:40.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:39 smithi178 bash[77880]: audit 2024-03-21T13:03:38.855727+0000 mon.a (mon.0) 496 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:40.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:39 smithi178 bash[77880]: audit 2024-03-21T13:03:38.856803+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:40.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:39 smithi178 bash[77880]: cluster 2024-03-21T13:03:38.860187+0000 mgr.x (mgr.34104) 725 : cluster [DBG] pgmap v471: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:40.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:39 smithi178 bash[77880]: cluster 2024-03-21T13:03:38.860453+0000 mgr.x (mgr.34104) 726 : cluster [DBG] pgmap v472: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:40.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:39 smithi178 bash[77880]: audit 2024-03-21T13:03:38.865287+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:40.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:39 smithi178 bash[77880]: cephadm 2024-03-21T13:03:38.867463+0000 mgr.x (mgr.34104) 727 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:40.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:39 smithi178 bash[77880]: audit 2024-03-21T13:03:38.944011+0000 mon.a (mon.0) 499 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:40.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:39 smithi178 bash[77880]: audit 2024-03-21T13:03:38.947142+0000 mon.a (mon.0) 500 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:40.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:39 smithi178 bash[77880]: audit 2024-03-21T13:03:38.950924+0000 mon.a (mon.0) 501 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:40.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:39 smithi178 bash[77880]: audit 2024-03-21T13:03:38.952725+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:40.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:39 smithi178 bash[77880]: cluster 2024-03-21T13:03:38.957369+0000 mgr.x (mgr.34104) 728 : cluster [DBG] pgmap v473: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:40.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:39 smithi178 bash[77880]: cluster 2024-03-21T13:03:38.957850+0000 mgr.x (mgr.34104) 729 : cluster [DBG] pgmap v474: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:40.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:39 smithi178 bash[77880]: audit 2024-03-21T13:03:38.964495+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:40.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:39 smithi178 bash[77880]: cephadm 2024-03-21T13:03:38.966999+0000 mgr.x (mgr.34104) 730 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:40.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:39 smithi178 bash[77880]: audit 2024-03-21T13:03:39.049063+0000 mon.a (mon.0) 504 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:40.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:39 smithi178 bash[77880]: audit 2024-03-21T13:03:39.052106+0000 mon.a (mon.0) 505 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:40.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:39 smithi178 bash[77880]: audit 2024-03-21T13:03:39.055989+0000 mon.a (mon.0) 506 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:40.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:39 smithi178 bash[77880]: audit 2024-03-21T13:03:39.057554+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:40.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:39 smithi178 bash[77880]: cluster 2024-03-21T13:03:39.061515+0000 mgr.x (mgr.34104) 731 : cluster [DBG] pgmap v475: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:40.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:39 smithi178 bash[77880]: cluster 2024-03-21T13:03:39.062081+0000 mgr.x (mgr.34104) 732 : cluster [DBG] pgmap v476: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:40.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:39 smithi178 bash[77880]: audit 2024-03-21T13:03:39.069011+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:40.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:39 smithi178 bash[77880]: cephadm 2024-03-21T13:03:39.071496+0000 mgr.x (mgr.34104) 733 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:40.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:39 smithi178 bash[77880]: audit 2024-03-21T13:03:39.151368+0000 mon.a (mon.0) 509 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:40.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:39 smithi178 bash[77880]: audit 2024-03-21T13:03:39.154286+0000 mon.a (mon.0) 510 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:40.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:39 smithi178 bash[77880]: audit 2024-03-21T13:03:39.158077+0000 mon.a (mon.0) 511 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:40.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:39 smithi178 bash[77880]: audit 2024-03-21T13:03:39.159562+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:40.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:39 smithi178 bash[77880]: audit 2024-03-21T13:03:39.170867+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:40.309 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:39 smithi178 bash[77880]: audit 2024-03-21T13:03:39.249692+0000 mon.a (mon.0) 514 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:40.309 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:39 smithi178 bash[77880]: audit 2024-03-21T13:03:39.252579+0000 mon.a (mon.0) 515 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:40.309 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:39 smithi178 bash[77880]: audit 2024-03-21T13:03:39.256274+0000 mon.a (mon.0) 516 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:40.309 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:39 smithi178 bash[77880]: audit 2024-03-21T13:03:39.257736+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:40.309 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:39 smithi178 bash[77880]: audit 2024-03-21T13:03:39.269709+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:40.309 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:39 smithi178 bash[77880]: audit 2024-03-21T13:03:39.355366+0000 mon.a (mon.0) 519 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:40.309 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:39 smithi178 bash[77880]: audit 2024-03-21T13:03:39.359740+0000 mon.a (mon.0) 520 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:40.309 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:39 smithi178 bash[77880]: audit 2024-03-21T13:03:39.364383+0000 mon.a (mon.0) 521 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:40.309 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:39 smithi178 bash[77880]: audit 2024-03-21T13:03:39.365856+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:40.309 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:39 smithi178 bash[77880]: audit 2024-03-21T13:03:39.374906+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:40.309 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:39 smithi178 bash[77880]: audit 2024-03-21T13:03:39.457185+0000 mon.a (mon.0) 524 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:40.309 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:39 smithi178 bash[77880]: audit 2024-03-21T13:03:39.460255+0000 mon.a (mon.0) 525 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:40.309 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:39 smithi178 bash[77880]: audit 2024-03-21T13:03:39.463853+0000 mon.a (mon.0) 526 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:40.309 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:39 smithi178 bash[77880]: audit 2024-03-21T13:03:39.465323+0000 mon.a (mon.0) 527 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:40.310 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:39 smithi178 bash[77880]: audit 2024-03-21T13:03:39.476693+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:40.310 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:39 smithi178 bash[77880]: audit 2024-03-21T13:03:39.557141+0000 mon.a (mon.0) 529 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:40.310 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:39 smithi178 bash[77880]: audit 2024-03-21T13:03:39.560032+0000 mon.a (mon.0) 530 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:40.310 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:39 smithi178 bash[77880]: audit 2024-03-21T13:03:39.564130+0000 mon.a (mon.0) 531 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:40.310 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:39 smithi178 bash[77880]: audit 2024-03-21T13:03:39.565478+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:40.310 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:39 smithi178 bash[77880]: audit 2024-03-21T13:03:39.577065+0000 mon.a (mon.0) 533 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:40.310 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:39 smithi178 bash[77880]: audit 2024-03-21T13:03:39.657349+0000 mon.a (mon.0) 534 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:40.310 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:39 smithi178 bash[77880]: audit 2024-03-21T13:03:39.660480+0000 mon.a (mon.0) 535 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:40.310 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:39 smithi178 bash[77880]: audit 2024-03-21T13:03:39.663785+0000 mon.a (mon.0) 536 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:40.310 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:39 smithi178 bash[77880]: audit 2024-03-21T13:03:39.665212+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:40.310 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:39 smithi178 bash[77880]: audit 2024-03-21T13:03:39.674363+0000 mon.a (mon.0) 538 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:40.310 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:39 smithi178 bash[77880]: audit 2024-03-21T13:03:39.755465+0000 mon.a (mon.0) 539 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:40.311 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:39 smithi178 bash[77880]: audit 2024-03-21T13:03:39.758267+0000 mon.a (mon.0) 540 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:40.311 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:39 smithi178 bash[77880]: audit 2024-03-21T13:03:39.761880+0000 mon.a (mon.0) 541 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:40.311 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:39 smithi178 bash[77880]: audit 2024-03-21T13:03:39.763260+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:40.311 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:39 smithi178 bash[77880]: audit 2024-03-21T13:03:39.774537+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:41.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:40 smithi184 bash[14608]: cluster 2024-03-21T13:03:39.163315+0000 mgr.x (mgr.34104) 734 : cluster [DBG] pgmap v477: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:41.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:40 smithi184 bash[14608]: cluster 2024-03-21T13:03:39.163814+0000 mgr.x (mgr.34104) 735 : cluster [DBG] pgmap v478: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:41.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:40 smithi184 bash[14608]: cephadm 2024-03-21T13:03:39.173453+0000 mgr.x (mgr.34104) 736 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:41.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:40 smithi184 bash[14608]: cluster 2024-03-21T13:03:39.261809+0000 mgr.x (mgr.34104) 737 : cluster [DBG] pgmap v479: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:41.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:40 smithi184 bash[14608]: cluster 2024-03-21T13:03:39.262092+0000 mgr.x (mgr.34104) 738 : cluster [DBG] pgmap v480: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:41.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:40 smithi184 bash[14608]: cephadm 2024-03-21T13:03:39.272172+0000 mgr.x (mgr.34104) 739 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:41.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:40 smithi184 bash[14608]: cluster 2024-03-21T13:03:39.370119+0000 mgr.x (mgr.34104) 740 : cluster [DBG] pgmap v481: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:41.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:40 smithi184 bash[14608]: cluster 2024-03-21T13:03:39.370653+0000 mgr.x (mgr.34104) 741 : cluster [DBG] pgmap v482: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:41.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:40 smithi184 bash[14608]: cephadm 2024-03-21T13:03:39.377335+0000 mgr.x (mgr.34104) 742 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:41.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:40 smithi184 bash[14608]: cluster 2024-03-21T13:03:39.469149+0000 mgr.x (mgr.34104) 743 : cluster [DBG] pgmap v483: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:41.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:40 smithi184 bash[14608]: cluster 2024-03-21T13:03:39.469645+0000 mgr.x (mgr.34104) 744 : cluster [DBG] pgmap v484: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:41.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:40 smithi184 bash[14608]: cephadm 2024-03-21T13:03:39.479000+0000 mgr.x (mgr.34104) 745 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:41.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:40 smithi184 bash[14608]: cluster 2024-03-21T13:03:39.569303+0000 mgr.x (mgr.34104) 746 : cluster [DBG] pgmap v485: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:41.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:40 smithi184 bash[14608]: cluster 2024-03-21T13:03:39.569869+0000 mgr.x (mgr.34104) 747 : cluster [DBG] pgmap v486: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:41.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:40 smithi184 bash[14608]: cephadm 2024-03-21T13:03:39.579495+0000 mgr.x (mgr.34104) 748 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:41.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:40 smithi184 bash[14608]: cluster 2024-03-21T13:03:39.669026+0000 mgr.x (mgr.34104) 749 : cluster [DBG] pgmap v487: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:41.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:40 smithi184 bash[14608]: cephadm 2024-03-21T13:03:39.676641+0000 mgr.x (mgr.34104) 750 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:41.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:40 smithi184 bash[14608]: cluster 2024-03-21T13:03:39.767398+0000 mgr.x (mgr.34104) 751 : cluster [DBG] pgmap v488: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:41.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:40 smithi184 bash[14608]: cluster 2024-03-21T13:03:39.767635+0000 mgr.x (mgr.34104) 752 : cluster [DBG] pgmap v489: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:41.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:40 smithi184 bash[14608]: cephadm 2024-03-21T13:03:39.776999+0000 mgr.x (mgr.34104) 753 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:41.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:40 smithi184 bash[14608]: audit 2024-03-21T13:03:39.854233+0000 mon.a (mon.0) 544 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:41.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:40 smithi184 bash[14608]: audit 2024-03-21T13:03:39.857311+0000 mon.a (mon.0) 545 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:41.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:40 smithi184 bash[14608]: audit 2024-03-21T13:03:39.860955+0000 mon.a (mon.0) 546 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:41.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:40 smithi184 bash[14608]: audit 2024-03-21T13:03:39.862343+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:41.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:40 smithi184 bash[14608]: cluster 2024-03-21T13:03:39.866052+0000 mgr.x (mgr.34104) 754 : cluster [DBG] pgmap v490: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:41.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:40 smithi184 bash[14608]: cluster 2024-03-21T13:03:39.866354+0000 mgr.x (mgr.34104) 755 : cluster [DBG] pgmap v491: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:41.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:40 smithi184 bash[14608]: audit 2024-03-21T13:03:39.873438+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:41.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:40 smithi184 bash[14608]: cephadm 2024-03-21T13:03:39.875764+0000 mgr.x (mgr.34104) 756 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:41.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:40 smithi184 bash[14608]: audit 2024-03-21T13:03:39.950950+0000 mon.a (mon.0) 549 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:41.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:40 smithi184 bash[14608]: audit 2024-03-21T13:03:39.955223+0000 mon.a (mon.0) 550 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:41.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:40 smithi184 bash[14608]: audit 2024-03-21T13:03:39.959754+0000 mon.a (mon.0) 551 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:41.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:40 smithi184 bash[14608]: audit 2024-03-21T13:03:39.961494+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:41.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:40 smithi184 bash[14608]: cluster 2024-03-21T13:03:39.965907+0000 mgr.x (mgr.34104) 757 : cluster [DBG] pgmap v492: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:41.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:40 smithi184 bash[14608]: cluster 2024-03-21T13:03:39.966440+0000 mgr.x (mgr.34104) 758 : cluster [DBG] pgmap v493: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:41.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:40 smithi184 bash[14608]: audit 2024-03-21T13:03:39.973678+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:41.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:40 smithi184 bash[14608]: cephadm 2024-03-21T13:03:39.976193+0000 mgr.x (mgr.34104) 759 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:41.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:40 smithi184 bash[14608]: audit 2024-03-21T13:03:40.054694+0000 mon.a (mon.0) 554 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:41.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:40 smithi184 bash[14608]: audit 2024-03-21T13:03:40.057178+0000 mon.a (mon.0) 555 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:41.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:40 smithi184 bash[14608]: audit 2024-03-21T13:03:40.060310+0000 mon.a (mon.0) 556 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:41.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:40 smithi184 bash[14608]: audit 2024-03-21T13:03:40.061473+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:41.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:40 smithi184 bash[14608]: cluster 2024-03-21T13:03:40.065371+0000 mgr.x (mgr.34104) 760 : cluster [DBG] pgmap v494: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:41.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:40 smithi184 bash[14608]: cluster 2024-03-21T13:03:40.065794+0000 mgr.x (mgr.34104) 761 : cluster [DBG] pgmap v495: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:41.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:40 smithi184 bash[14608]: audit 2024-03-21T13:03:40.073679+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:41.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:40 smithi184 bash[14608]: cephadm 2024-03-21T13:03:40.076299+0000 mgr.x (mgr.34104) 762 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:41.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:40 smithi184 bash[14608]: audit 2024-03-21T13:03:40.155630+0000 mon.a (mon.0) 559 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:41.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:40 smithi184 bash[14608]: audit 2024-03-21T13:03:40.158380+0000 mon.a (mon.0) 560 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:41.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:40 smithi184 bash[14608]: audit 2024-03-21T13:03:40.161566+0000 mon.a (mon.0) 561 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:41.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:40 smithi184 bash[14608]: audit 2024-03-21T13:03:40.162695+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:41.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:40 smithi184 bash[14608]: audit 2024-03-21T13:03:40.171718+0000 mon.a (mon.0) 563 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:41.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:40 smithi184 bash[14608]: audit 2024-03-21T13:03:40.252176+0000 mon.a (mon.0) 564 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:41.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:40 smithi184 bash[14608]: audit 2024-03-21T13:03:40.254852+0000 mon.a (mon.0) 565 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:41.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:40 smithi184 bash[14608]: audit 2024-03-21T13:03:40.258346+0000 mon.a (mon.0) 566 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:41.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:40 smithi184 bash[14608]: audit 2024-03-21T13:03:40.259723+0000 mon.a (mon.0) 567 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:41.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:40 smithi184 bash[14608]: audit 2024-03-21T13:03:40.271460+0000 mon.a (mon.0) 568 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:41.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:40 smithi184 bash[14608]: audit 2024-03-21T13:03:40.352481+0000 mon.a (mon.0) 569 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:41.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:40 smithi184 bash[14608]: audit 2024-03-21T13:03:40.355179+0000 mon.a (mon.0) 570 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:41.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:40 smithi184 bash[14608]: audit 2024-03-21T13:03:40.358372+0000 mon.a (mon.0) 571 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:41.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:40 smithi184 bash[14608]: audit 2024-03-21T13:03:40.359446+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:41.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:40 smithi184 bash[14608]: audit 2024-03-21T13:03:40.367627+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:41.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:40 smithi184 bash[14608]: audit 2024-03-21T13:03:40.448687+0000 mon.a (mon.0) 574 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:41.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:40 smithi184 bash[14608]: audit 2024-03-21T13:03:40.451383+0000 mon.a (mon.0) 575 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:41.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:40 smithi184 bash[14608]: audit 2024-03-21T13:03:40.454137+0000 mon.a (mon.0) 576 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:41.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:40 smithi184 bash[14608]: audit 2024-03-21T13:03:40.455257+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:41.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:40 smithi184 bash[14608]: audit 2024-03-21T13:03:40.464367+0000 mon.a (mon.0) 578 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:41.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:40 smithi184 bash[14608]: audit 2024-03-21T13:03:40.548234+0000 mon.a (mon.0) 579 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:41.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:40 smithi184 bash[14608]: audit 2024-03-21T13:03:40.551487+0000 mon.a (mon.0) 580 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:41.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:40 smithi184 bash[14608]: audit 2024-03-21T13:03:40.556655+0000 mon.a (mon.0) 581 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:41.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:40 smithi184 bash[14608]: audit 2024-03-21T13:03:40.558448+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:41.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:40 smithi184 bash[14608]: audit 2024-03-21T13:03:40.569287+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:41.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:40 smithi184 bash[14608]: audit 2024-03-21T13:03:40.645955+0000 mon.a (mon.0) 584 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:41.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:40 smithi184 bash[14608]: audit 2024-03-21T13:03:40.648217+0000 mon.a (mon.0) 585 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:41.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:40 smithi184 bash[14608]: audit 2024-03-21T13:03:40.650373+0000 mon.a (mon.0) 586 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:41.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:40 smithi184 bash[14608]: audit 2024-03-21T13:03:40.651390+0000 mon.a (mon.0) 587 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:41.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:40 smithi184 bash[14608]: audit 2024-03-21T13:03:40.660033+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:41.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:40 smithi184 bash[14608]: audit 2024-03-21T13:03:40.723911+0000 mon.a (mon.0) 589 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:41.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:40 smithi184 bash[14608]: audit 2024-03-21T13:03:40.727510+0000 mon.a (mon.0) 590 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:41.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:40 smithi184 bash[14608]: audit 2024-03-21T13:03:40.731372+0000 mon.a (mon.0) 591 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:41.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:40 smithi184 bash[14608]: audit 2024-03-21T13:03:40.732815+0000 mon.a (mon.0) 592 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:41.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:40 smithi184 bash[14608]: audit 2024-03-21T13:03:40.740223+0000 mon.a (mon.0) 593 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:41.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:40 smithi178 bash[75692]: cluster 2024-03-21T13:03:39.163315+0000 mgr.x (mgr.34104) 734 : cluster [DBG] pgmap v477: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:41.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:40 smithi178 bash[75692]: cluster 2024-03-21T13:03:39.163814+0000 mgr.x (mgr.34104) 735 : cluster [DBG] pgmap v478: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:41.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:40 smithi178 bash[75692]: cephadm 2024-03-21T13:03:39.173453+0000 mgr.x (mgr.34104) 736 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:41.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:40 smithi178 bash[75692]: cluster 2024-03-21T13:03:39.261809+0000 mgr.x (mgr.34104) 737 : cluster [DBG] pgmap v479: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:41.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:40 smithi178 bash[75692]: cluster 2024-03-21T13:03:39.262092+0000 mgr.x (mgr.34104) 738 : cluster [DBG] pgmap v480: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:41.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:40 smithi178 bash[75692]: cephadm 2024-03-21T13:03:39.272172+0000 mgr.x (mgr.34104) 739 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:41.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:40 smithi178 bash[75692]: cluster 2024-03-21T13:03:39.370119+0000 mgr.x (mgr.34104) 740 : cluster [DBG] pgmap v481: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:41.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:40 smithi178 bash[75692]: cluster 2024-03-21T13:03:39.370653+0000 mgr.x (mgr.34104) 741 : cluster [DBG] pgmap v482: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:41.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:40 smithi178 bash[75692]: cephadm 2024-03-21T13:03:39.377335+0000 mgr.x (mgr.34104) 742 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:41.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:40 smithi178 bash[75692]: cluster 2024-03-21T13:03:39.469149+0000 mgr.x (mgr.34104) 743 : cluster [DBG] pgmap v483: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:41.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:40 smithi178 bash[75692]: cluster 2024-03-21T13:03:39.469645+0000 mgr.x (mgr.34104) 744 : cluster [DBG] pgmap v484: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:41.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:40 smithi178 bash[75692]: cephadm 2024-03-21T13:03:39.479000+0000 mgr.x (mgr.34104) 745 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:41.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:40 smithi178 bash[75692]: cluster 2024-03-21T13:03:39.569303+0000 mgr.x (mgr.34104) 746 : cluster [DBG] pgmap v485: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:41.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:40 smithi178 bash[75692]: cluster 2024-03-21T13:03:39.569869+0000 mgr.x (mgr.34104) 747 : cluster [DBG] pgmap v486: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:41.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:40 smithi178 bash[75692]: cephadm 2024-03-21T13:03:39.579495+0000 mgr.x (mgr.34104) 748 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:41.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:40 smithi178 bash[75692]: cluster 2024-03-21T13:03:39.669026+0000 mgr.x (mgr.34104) 749 : cluster [DBG] pgmap v487: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:41.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:40 smithi178 bash[75692]: cephadm 2024-03-21T13:03:39.676641+0000 mgr.x (mgr.34104) 750 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:41.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:40 smithi178 bash[75692]: cluster 2024-03-21T13:03:39.767398+0000 mgr.x (mgr.34104) 751 : cluster [DBG] pgmap v488: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:41.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:40 smithi178 bash[75692]: cluster 2024-03-21T13:03:39.767635+0000 mgr.x (mgr.34104) 752 : cluster [DBG] pgmap v489: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:41.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:40 smithi178 bash[75692]: cephadm 2024-03-21T13:03:39.776999+0000 mgr.x (mgr.34104) 753 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:41.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:40 smithi178 bash[77880]: cluster 2024-03-21T13:03:39.163315+0000 mgr.x (mgr.34104) 734 : cluster [DBG] pgmap v477: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:41.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:40 smithi178 bash[77880]: cluster 2024-03-21T13:03:39.163814+0000 mgr.x (mgr.34104) 735 : cluster [DBG] pgmap v478: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:41.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:40 smithi178 bash[77880]: cephadm 2024-03-21T13:03:39.173453+0000 mgr.x (mgr.34104) 736 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:41.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:40 smithi178 bash[77880]: cluster 2024-03-21T13:03:39.261809+0000 mgr.x (mgr.34104) 737 : cluster [DBG] pgmap v479: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:41.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:40 smithi178 bash[77880]: cluster 2024-03-21T13:03:39.262092+0000 mgr.x (mgr.34104) 738 : cluster [DBG] pgmap v480: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:41.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:40 smithi178 bash[77880]: cephadm 2024-03-21T13:03:39.272172+0000 mgr.x (mgr.34104) 739 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:41.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:40 smithi178 bash[77880]: cluster 2024-03-21T13:03:39.370119+0000 mgr.x (mgr.34104) 740 : cluster [DBG] pgmap v481: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:41.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:40 smithi178 bash[77880]: cluster 2024-03-21T13:03:39.370653+0000 mgr.x (mgr.34104) 741 : cluster [DBG] pgmap v482: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:41.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:40 smithi178 bash[77880]: cephadm 2024-03-21T13:03:39.377335+0000 mgr.x (mgr.34104) 742 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:41.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:40 smithi178 bash[77880]: cluster 2024-03-21T13:03:39.469149+0000 mgr.x (mgr.34104) 743 : cluster [DBG] pgmap v483: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:41.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:40 smithi178 bash[77880]: cluster 2024-03-21T13:03:39.469645+0000 mgr.x (mgr.34104) 744 : cluster [DBG] pgmap v484: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:41.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:40 smithi178 bash[77880]: cephadm 2024-03-21T13:03:39.479000+0000 mgr.x (mgr.34104) 745 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:41.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:40 smithi178 bash[77880]: cluster 2024-03-21T13:03:39.569303+0000 mgr.x (mgr.34104) 746 : cluster [DBG] pgmap v485: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:41.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:40 smithi178 bash[77880]: cluster 2024-03-21T13:03:39.569869+0000 mgr.x (mgr.34104) 747 : cluster [DBG] pgmap v486: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:41.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:40 smithi178 bash[77880]: cephadm 2024-03-21T13:03:39.579495+0000 mgr.x (mgr.34104) 748 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:41.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:40 smithi178 bash[77880]: cluster 2024-03-21T13:03:39.669026+0000 mgr.x (mgr.34104) 749 : cluster [DBG] pgmap v487: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:41.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:40 smithi178 bash[77880]: cephadm 2024-03-21T13:03:39.676641+0000 mgr.x (mgr.34104) 750 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:41.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:40 smithi178 bash[77880]: cluster 2024-03-21T13:03:39.767398+0000 mgr.x (mgr.34104) 751 : cluster [DBG] pgmap v488: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:41.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:40 smithi178 bash[77880]: cluster 2024-03-21T13:03:39.767635+0000 mgr.x (mgr.34104) 752 : cluster [DBG] pgmap v489: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:41.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:40 smithi178 bash[77880]: cephadm 2024-03-21T13:03:39.776999+0000 mgr.x (mgr.34104) 753 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:41.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:40 smithi178 bash[75692]: audit 2024-03-21T13:03:39.854233+0000 mon.a (mon.0) 544 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:41.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:40 smithi178 bash[75692]: audit 2024-03-21T13:03:39.857311+0000 mon.a (mon.0) 545 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:41.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:40 smithi178 bash[75692]: audit 2024-03-21T13:03:39.860955+0000 mon.a (mon.0) 546 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:41.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:40 smithi178 bash[75692]: audit 2024-03-21T13:03:39.862343+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:41.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:40 smithi178 bash[75692]: cluster 2024-03-21T13:03:39.866052+0000 mgr.x (mgr.34104) 754 : cluster [DBG] pgmap v490: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:41.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:40 smithi178 bash[75692]: cluster 2024-03-21T13:03:39.866354+0000 mgr.x (mgr.34104) 755 : cluster [DBG] pgmap v491: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:41.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:40 smithi178 bash[75692]: audit 2024-03-21T13:03:39.873438+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:41.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:40 smithi178 bash[75692]: cephadm 2024-03-21T13:03:39.875764+0000 mgr.x (mgr.34104) 756 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:41.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:40 smithi178 bash[75692]: audit 2024-03-21T13:03:39.950950+0000 mon.a (mon.0) 549 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:41.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:40 smithi178 bash[75692]: audit 2024-03-21T13:03:39.955223+0000 mon.a (mon.0) 550 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:41.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:40 smithi178 bash[75692]: audit 2024-03-21T13:03:39.959754+0000 mon.a (mon.0) 551 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:41.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:40 smithi178 bash[75692]: audit 2024-03-21T13:03:39.961494+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:41.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:40 smithi178 bash[75692]: cluster 2024-03-21T13:03:39.965907+0000 mgr.x (mgr.34104) 757 : cluster [DBG] pgmap v492: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:41.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:40 smithi178 bash[75692]: cluster 2024-03-21T13:03:39.966440+0000 mgr.x (mgr.34104) 758 : cluster [DBG] pgmap v493: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:41.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:40 smithi178 bash[75692]: audit 2024-03-21T13:03:39.973678+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:41.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:40 smithi178 bash[75692]: cephadm 2024-03-21T13:03:39.976193+0000 mgr.x (mgr.34104) 759 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:41.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:40 smithi178 bash[75692]: audit 2024-03-21T13:03:40.054694+0000 mon.a (mon.0) 554 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:41.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:40 smithi178 bash[75692]: audit 2024-03-21T13:03:40.057178+0000 mon.a (mon.0) 555 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:41.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:40 smithi178 bash[75692]: audit 2024-03-21T13:03:40.060310+0000 mon.a (mon.0) 556 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:41.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:40 smithi178 bash[75692]: audit 2024-03-21T13:03:40.061473+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:41.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:40 smithi178 bash[77880]: audit 2024-03-21T13:03:39.854233+0000 mon.a (mon.0) 544 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:41.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:40 smithi178 bash[77880]: audit 2024-03-21T13:03:39.857311+0000 mon.a (mon.0) 545 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:41.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:40 smithi178 bash[77880]: audit 2024-03-21T13:03:39.860955+0000 mon.a (mon.0) 546 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:41.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:40 smithi178 bash[77880]: audit 2024-03-21T13:03:39.862343+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:41.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:40 smithi178 bash[77880]: cluster 2024-03-21T13:03:39.866052+0000 mgr.x (mgr.34104) 754 : cluster [DBG] pgmap v490: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:41.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:40 smithi178 bash[77880]: cluster 2024-03-21T13:03:39.866354+0000 mgr.x (mgr.34104) 755 : cluster [DBG] pgmap v491: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:41.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:40 smithi178 bash[77880]: audit 2024-03-21T13:03:39.873438+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:41.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:40 smithi178 bash[77880]: cephadm 2024-03-21T13:03:39.875764+0000 mgr.x (mgr.34104) 756 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:41.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:40 smithi178 bash[77880]: audit 2024-03-21T13:03:39.950950+0000 mon.a (mon.0) 549 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:41.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:40 smithi178 bash[77880]: audit 2024-03-21T13:03:39.955223+0000 mon.a (mon.0) 550 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:41.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:40 smithi178 bash[77880]: audit 2024-03-21T13:03:39.959754+0000 mon.a (mon.0) 551 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:41.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:40 smithi178 bash[77880]: audit 2024-03-21T13:03:39.961494+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:41.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:40 smithi178 bash[77880]: cluster 2024-03-21T13:03:39.965907+0000 mgr.x (mgr.34104) 757 : cluster [DBG] pgmap v492: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:41.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:40 smithi178 bash[77880]: cluster 2024-03-21T13:03:39.966440+0000 mgr.x (mgr.34104) 758 : cluster [DBG] pgmap v493: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:41.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:40 smithi178 bash[77880]: audit 2024-03-21T13:03:39.973678+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:41.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:40 smithi178 bash[77880]: cephadm 2024-03-21T13:03:39.976193+0000 mgr.x (mgr.34104) 759 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:41.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:40 smithi178 bash[77880]: audit 2024-03-21T13:03:40.054694+0000 mon.a (mon.0) 554 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:41.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:40 smithi178 bash[77880]: audit 2024-03-21T13:03:40.057178+0000 mon.a (mon.0) 555 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:41.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:40 smithi178 bash[77880]: audit 2024-03-21T13:03:40.060310+0000 mon.a (mon.0) 556 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:41.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:40 smithi178 bash[77880]: audit 2024-03-21T13:03:40.061473+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:41.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:40 smithi178 bash[77880]: cluster 2024-03-21T13:03:40.065371+0000 mgr.x (mgr.34104) 760 : cluster [DBG] pgmap v494: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:41.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:40 smithi178 bash[77880]: cluster 2024-03-21T13:03:40.065794+0000 mgr.x (mgr.34104) 761 : cluster [DBG] pgmap v495: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:41.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:40 smithi178 bash[77880]: audit 2024-03-21T13:03:40.073679+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:41.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:40 smithi178 bash[77880]: cephadm 2024-03-21T13:03:40.076299+0000 mgr.x (mgr.34104) 762 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:41.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:40 smithi178 bash[77880]: audit 2024-03-21T13:03:40.155630+0000 mon.a (mon.0) 559 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:41.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:40 smithi178 bash[77880]: audit 2024-03-21T13:03:40.158380+0000 mon.a (mon.0) 560 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:41.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:40 smithi178 bash[77880]: audit 2024-03-21T13:03:40.161566+0000 mon.a (mon.0) 561 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:41.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:40 smithi178 bash[77880]: audit 2024-03-21T13:03:40.162695+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:41.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:40 smithi178 bash[77880]: audit 2024-03-21T13:03:40.171718+0000 mon.a (mon.0) 563 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:41.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:40 smithi178 bash[77880]: audit 2024-03-21T13:03:40.252176+0000 mon.a (mon.0) 564 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:41.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:40 smithi178 bash[77880]: audit 2024-03-21T13:03:40.254852+0000 mon.a (mon.0) 565 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:41.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:40 smithi178 bash[77880]: audit 2024-03-21T13:03:40.258346+0000 mon.a (mon.0) 566 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:41.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:40 smithi178 bash[77880]: audit 2024-03-21T13:03:40.259723+0000 mon.a (mon.0) 567 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:41.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:40 smithi178 bash[77880]: audit 2024-03-21T13:03:40.271460+0000 mon.a (mon.0) 568 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:41.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:40 smithi178 bash[77880]: audit 2024-03-21T13:03:40.352481+0000 mon.a (mon.0) 569 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:41.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:40 smithi178 bash[77880]: audit 2024-03-21T13:03:40.355179+0000 mon.a (mon.0) 570 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:41.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:40 smithi178 bash[77880]: audit 2024-03-21T13:03:40.358372+0000 mon.a (mon.0) 571 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:41.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:40 smithi178 bash[77880]: audit 2024-03-21T13:03:40.359446+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:41.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:40 smithi178 bash[77880]: audit 2024-03-21T13:03:40.367627+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:41.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:40 smithi178 bash[75692]: cluster 2024-03-21T13:03:40.065371+0000 mgr.x (mgr.34104) 760 : cluster [DBG] pgmap v494: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:41.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:40 smithi178 bash[75692]: cluster 2024-03-21T13:03:40.065794+0000 mgr.x (mgr.34104) 761 : cluster [DBG] pgmap v495: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:41.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:40 smithi178 bash[75692]: audit 2024-03-21T13:03:40.073679+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:41.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:40 smithi178 bash[75692]: cephadm 2024-03-21T13:03:40.076299+0000 mgr.x (mgr.34104) 762 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:41.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:40 smithi178 bash[75692]: audit 2024-03-21T13:03:40.155630+0000 mon.a (mon.0) 559 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:41.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:40 smithi178 bash[75692]: audit 2024-03-21T13:03:40.158380+0000 mon.a (mon.0) 560 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:41.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:40 smithi178 bash[75692]: audit 2024-03-21T13:03:40.161566+0000 mon.a (mon.0) 561 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:41.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:40 smithi178 bash[75692]: audit 2024-03-21T13:03:40.162695+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:41.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:40 smithi178 bash[75692]: audit 2024-03-21T13:03:40.171718+0000 mon.a (mon.0) 563 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:41.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:40 smithi178 bash[75692]: audit 2024-03-21T13:03:40.252176+0000 mon.a (mon.0) 564 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:41.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:40 smithi178 bash[75692]: audit 2024-03-21T13:03:40.254852+0000 mon.a (mon.0) 565 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:41.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:40 smithi178 bash[75692]: audit 2024-03-21T13:03:40.258346+0000 mon.a (mon.0) 566 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:41.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:40 smithi178 bash[75692]: audit 2024-03-21T13:03:40.259723+0000 mon.a (mon.0) 567 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:41.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:40 smithi178 bash[75692]: audit 2024-03-21T13:03:40.271460+0000 mon.a (mon.0) 568 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:41.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:40 smithi178 bash[75692]: audit 2024-03-21T13:03:40.352481+0000 mon.a (mon.0) 569 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:41.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:40 smithi178 bash[75692]: audit 2024-03-21T13:03:40.355179+0000 mon.a (mon.0) 570 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:41.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:40 smithi178 bash[75692]: audit 2024-03-21T13:03:40.358372+0000 mon.a (mon.0) 571 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:41.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:40 smithi178 bash[75692]: audit 2024-03-21T13:03:40.359446+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:41.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:40 smithi178 bash[75692]: audit 2024-03-21T13:03:40.367627+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:41.309 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:40 smithi178 bash[77880]: audit 2024-03-21T13:03:40.448687+0000 mon.a (mon.0) 574 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:41.309 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:40 smithi178 bash[77880]: audit 2024-03-21T13:03:40.451383+0000 mon.a (mon.0) 575 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:41.309 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:40 smithi178 bash[77880]: audit 2024-03-21T13:03:40.454137+0000 mon.a (mon.0) 576 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:41.309 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:40 smithi178 bash[77880]: audit 2024-03-21T13:03:40.455257+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:41.309 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:40 smithi178 bash[77880]: audit 2024-03-21T13:03:40.464367+0000 mon.a (mon.0) 578 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:41.309 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:40 smithi178 bash[77880]: audit 2024-03-21T13:03:40.548234+0000 mon.a (mon.0) 579 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:41.309 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:40 smithi178 bash[77880]: audit 2024-03-21T13:03:40.551487+0000 mon.a (mon.0) 580 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:41.309 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:40 smithi178 bash[77880]: audit 2024-03-21T13:03:40.556655+0000 mon.a (mon.0) 581 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:41.309 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:40 smithi178 bash[77880]: audit 2024-03-21T13:03:40.558448+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:41.309 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:40 smithi178 bash[77880]: audit 2024-03-21T13:03:40.569287+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:41.309 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:40 smithi178 bash[77880]: audit 2024-03-21T13:03:40.645955+0000 mon.a (mon.0) 584 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:41.309 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:40 smithi178 bash[77880]: audit 2024-03-21T13:03:40.648217+0000 mon.a (mon.0) 585 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:41.310 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:40 smithi178 bash[77880]: audit 2024-03-21T13:03:40.650373+0000 mon.a (mon.0) 586 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:41.310 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:40 smithi178 bash[77880]: audit 2024-03-21T13:03:40.651390+0000 mon.a (mon.0) 587 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:41.310 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:40 smithi178 bash[77880]: audit 2024-03-21T13:03:40.660033+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:41.310 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:40 smithi178 bash[77880]: audit 2024-03-21T13:03:40.723911+0000 mon.a (mon.0) 589 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:41.310 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:40 smithi178 bash[77880]: audit 2024-03-21T13:03:40.727510+0000 mon.a (mon.0) 590 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:41.310 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:40 smithi178 bash[77880]: audit 2024-03-21T13:03:40.731372+0000 mon.a (mon.0) 591 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:41.310 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:40 smithi178 bash[77880]: audit 2024-03-21T13:03:40.732815+0000 mon.a (mon.0) 592 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:41.310 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:40 smithi178 bash[77880]: audit 2024-03-21T13:03:40.740223+0000 mon.a (mon.0) 593 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:41.310 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:40 smithi178 bash[75692]: audit 2024-03-21T13:03:40.448687+0000 mon.a (mon.0) 574 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:41.310 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:40 smithi178 bash[75692]: audit 2024-03-21T13:03:40.451383+0000 mon.a (mon.0) 575 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:41.310 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:40 smithi178 bash[75692]: audit 2024-03-21T13:03:40.454137+0000 mon.a (mon.0) 576 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:41.311 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:40 smithi178 bash[75692]: audit 2024-03-21T13:03:40.455257+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:41.311 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:40 smithi178 bash[75692]: audit 2024-03-21T13:03:40.464367+0000 mon.a (mon.0) 578 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:41.311 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:40 smithi178 bash[75692]: audit 2024-03-21T13:03:40.548234+0000 mon.a (mon.0) 579 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:41.311 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:40 smithi178 bash[75692]: audit 2024-03-21T13:03:40.551487+0000 mon.a (mon.0) 580 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:41.311 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:40 smithi178 bash[75692]: audit 2024-03-21T13:03:40.556655+0000 mon.a (mon.0) 581 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:41.311 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:40 smithi178 bash[75692]: audit 2024-03-21T13:03:40.558448+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:41.311 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:40 smithi178 bash[75692]: audit 2024-03-21T13:03:40.569287+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:41.311 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:40 smithi178 bash[75692]: audit 2024-03-21T13:03:40.645955+0000 mon.a (mon.0) 584 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:41.311 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:40 smithi178 bash[75692]: audit 2024-03-21T13:03:40.648217+0000 mon.a (mon.0) 585 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:41.311 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:40 smithi178 bash[75692]: audit 2024-03-21T13:03:40.650373+0000 mon.a (mon.0) 586 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:41.311 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:40 smithi178 bash[75692]: audit 2024-03-21T13:03:40.651390+0000 mon.a (mon.0) 587 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:41.311 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:40 smithi178 bash[75692]: audit 2024-03-21T13:03:40.660033+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:41.311 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:40 smithi178 bash[75692]: audit 2024-03-21T13:03:40.723911+0000 mon.a (mon.0) 589 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:41.311 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:40 smithi178 bash[75692]: audit 2024-03-21T13:03:40.727510+0000 mon.a (mon.0) 590 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:41.312 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:40 smithi178 bash[75692]: audit 2024-03-21T13:03:40.731372+0000 mon.a (mon.0) 591 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:41.312 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:40 smithi178 bash[75692]: audit 2024-03-21T13:03:40.732815+0000 mon.a (mon.0) 592 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:41.312 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:40 smithi178 bash[75692]: audit 2024-03-21T13:03:40.740223+0000 mon.a (mon.0) 593 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:42.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:41 smithi178 bash[75692]: cluster 2024-03-21T13:03:40.166338+0000 mgr.x (mgr.34104) 763 : cluster [DBG] pgmap v496: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:42.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:41 smithi178 bash[75692]: cephadm 2024-03-21T13:03:40.174147+0000 mgr.x (mgr.34104) 764 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:42.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:41 smithi178 bash[75692]: cluster 2024-03-21T13:03:40.263578+0000 mgr.x (mgr.34104) 765 : cluster [DBG] pgmap v497: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:42.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:41 smithi178 bash[75692]: cluster 2024-03-21T13:03:40.264081+0000 mgr.x (mgr.34104) 766 : cluster [DBG] pgmap v498: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:42.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:41 smithi178 bash[75692]: cephadm 2024-03-21T13:03:40.273921+0000 mgr.x (mgr.34104) 767 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:42.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:41 smithi178 bash[75692]: cluster 2024-03-21T13:03:40.362818+0000 mgr.x (mgr.34104) 768 : cluster [DBG] pgmap v499: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:42.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:41 smithi178 bash[75692]: cluster 2024-03-21T13:03:40.363259+0000 mgr.x (mgr.34104) 769 : cluster [DBG] pgmap v500: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:42.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:41 smithi178 bash[75692]: cephadm 2024-03-21T13:03:40.370206+0000 mgr.x (mgr.34104) 770 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:42.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:41 smithi178 bash[75692]: cluster 2024-03-21T13:03:40.458797+0000 mgr.x (mgr.34104) 771 : cluster [DBG] pgmap v501: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:42.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:41 smithi178 bash[75692]: cluster 2024-03-21T13:03:40.459252+0000 mgr.x (mgr.34104) 772 : cluster [DBG] pgmap v502: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:42.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:41 smithi178 bash[75692]: cephadm 2024-03-21T13:03:40.466641+0000 mgr.x (mgr.34104) 773 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:42.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:41 smithi178 bash[75692]: cluster 2024-03-21T13:03:40.563414+0000 mgr.x (mgr.34104) 774 : cluster [DBG] pgmap v503: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s 2024-03-21T13:03:42.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:41 smithi178 bash[75692]: cluster 2024-03-21T13:03:40.563983+0000 mgr.x (mgr.34104) 775 : cluster [DBG] pgmap v504: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s 2024-03-21T13:03:42.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:41 smithi178 bash[75692]: audit 2024-03-21T13:03:40.568895+0000 mgr.x (mgr.34104) 776 : audit [DBG] from='client.15585 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:03:42.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:41 smithi178 bash[75692]: cephadm 2024-03-21T13:03:40.571523+0000 mgr.x (mgr.34104) 777 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:42.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:41 smithi178 bash[75692]: cluster 2024-03-21T13:03:40.654521+0000 mgr.x (mgr.34104) 778 : cluster [DBG] pgmap v505: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 17 op/s 2024-03-21T13:03:42.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:41 smithi178 bash[75692]: cluster 2024-03-21T13:03:40.654790+0000 mgr.x (mgr.34104) 779 : cluster [DBG] pgmap v506: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 17 op/s 2024-03-21T13:03:42.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:41 smithi178 bash[75692]: cephadm 2024-03-21T13:03:40.662459+0000 mgr.x (mgr.34104) 780 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:42.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:41 smithi178 bash[75692]: cluster 2024-03-21T13:03:40.736968+0000 mgr.x (mgr.34104) 781 : cluster [DBG] pgmap v507: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 17 op/s 2024-03-21T13:03:42.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:41 smithi178 bash[77880]: cluster 2024-03-21T13:03:40.166338+0000 mgr.x (mgr.34104) 763 : cluster [DBG] pgmap v496: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:42.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:41 smithi178 bash[77880]: cephadm 2024-03-21T13:03:40.174147+0000 mgr.x (mgr.34104) 764 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:42.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:41 smithi178 bash[77880]: cluster 2024-03-21T13:03:40.263578+0000 mgr.x (mgr.34104) 765 : cluster [DBG] pgmap v497: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:42.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:41 smithi178 bash[77880]: cluster 2024-03-21T13:03:40.264081+0000 mgr.x (mgr.34104) 766 : cluster [DBG] pgmap v498: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:42.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:41 smithi178 bash[77880]: cephadm 2024-03-21T13:03:40.273921+0000 mgr.x (mgr.34104) 767 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:42.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:41 smithi178 bash[77880]: cluster 2024-03-21T13:03:40.362818+0000 mgr.x (mgr.34104) 768 : cluster [DBG] pgmap v499: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:42.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:41 smithi178 bash[77880]: cluster 2024-03-21T13:03:40.363259+0000 mgr.x (mgr.34104) 769 : cluster [DBG] pgmap v500: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:42.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:41 smithi178 bash[77880]: cephadm 2024-03-21T13:03:40.370206+0000 mgr.x (mgr.34104) 770 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:42.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:41 smithi178 bash[77880]: cluster 2024-03-21T13:03:40.458797+0000 mgr.x (mgr.34104) 771 : cluster [DBG] pgmap v501: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:42.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:41 smithi178 bash[77880]: cluster 2024-03-21T13:03:40.459252+0000 mgr.x (mgr.34104) 772 : cluster [DBG] pgmap v502: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:42.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:41 smithi178 bash[77880]: cephadm 2024-03-21T13:03:40.466641+0000 mgr.x (mgr.34104) 773 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:42.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:41 smithi178 bash[77880]: cluster 2024-03-21T13:03:40.563414+0000 mgr.x (mgr.34104) 774 : cluster [DBG] pgmap v503: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s 2024-03-21T13:03:42.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:41 smithi178 bash[77880]: cluster 2024-03-21T13:03:40.563983+0000 mgr.x (mgr.34104) 775 : cluster [DBG] pgmap v504: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s 2024-03-21T13:03:42.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:41 smithi178 bash[77880]: audit 2024-03-21T13:03:40.568895+0000 mgr.x (mgr.34104) 776 : audit [DBG] from='client.15585 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:03:42.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:41 smithi178 bash[77880]: cephadm 2024-03-21T13:03:40.571523+0000 mgr.x (mgr.34104) 777 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:42.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:41 smithi178 bash[77880]: cluster 2024-03-21T13:03:40.654521+0000 mgr.x (mgr.34104) 778 : cluster [DBG] pgmap v505: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 17 op/s 2024-03-21T13:03:42.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:41 smithi178 bash[77880]: cluster 2024-03-21T13:03:40.654790+0000 mgr.x (mgr.34104) 779 : cluster [DBG] pgmap v506: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 17 op/s 2024-03-21T13:03:42.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:41 smithi178 bash[77880]: cephadm 2024-03-21T13:03:40.662459+0000 mgr.x (mgr.34104) 780 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:42.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:41 smithi178 bash[77880]: cluster 2024-03-21T13:03:40.736968+0000 mgr.x (mgr.34104) 781 : cluster [DBG] pgmap v507: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 17 op/s 2024-03-21T13:03:42.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:41 smithi178 bash[75692]: cluster 2024-03-21T13:03:40.737481+0000 mgr.x (mgr.34104) 782 : cluster [DBG] pgmap v508: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 17 op/s 2024-03-21T13:03:42.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:41 smithi178 bash[75692]: cephadm 2024-03-21T13:03:40.742561+0000 mgr.x (mgr.34104) 783 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:42.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:41 smithi178 bash[75692]: audit 2024-03-21T13:03:40.822494+0000 mon.a (mon.0) 594 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:42.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:41 smithi178 bash[75692]: audit 2024-03-21T13:03:40.833097+0000 mon.a (mon.0) 595 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:42.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:41 smithi178 bash[75692]: audit 2024-03-21T13:03:40.836881+0000 mon.a (mon.0) 596 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:42.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:41 smithi178 bash[75692]: audit 2024-03-21T13:03:40.837866+0000 mon.a (mon.0) 597 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:42.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:41 smithi178 bash[75692]: cluster 2024-03-21T13:03:40.841236+0000 mgr.x (mgr.34104) 784 : cluster [DBG] pgmap v509: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:42.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:41 smithi178 bash[75692]: cluster 2024-03-21T13:03:40.841526+0000 mgr.x (mgr.34104) 785 : cluster [DBG] pgmap v510: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:42.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:41 smithi178 bash[75692]: audit 2024-03-21T13:03:40.844592+0000 mon.a (mon.0) 598 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:42.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:41 smithi178 bash[75692]: cephadm 2024-03-21T13:03:40.846748+0000 mgr.x (mgr.34104) 786 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:42.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:41 smithi178 bash[75692]: audit 2024-03-21T13:03:40.891272+0000 mon.a (mon.0) 599 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:42.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:41 smithi178 bash[75692]: audit 2024-03-21T13:03:40.895793+0000 mon.a (mon.0) 600 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:42.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:41 smithi178 bash[75692]: audit 2024-03-21T13:03:40.899870+0000 mon.a (mon.0) 601 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:42.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:41 smithi178 bash[75692]: audit 2024-03-21T13:03:40.901382+0000 mon.a (mon.0) 602 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:42.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:41 smithi178 bash[75692]: cluster 2024-03-21T13:03:40.905879+0000 mgr.x (mgr.34104) 787 : cluster [DBG] pgmap v511: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:42.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:41 smithi178 bash[75692]: cluster 2024-03-21T13:03:40.906548+0000 mgr.x (mgr.34104) 788 : cluster [DBG] pgmap v512: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:42.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:41 smithi178 bash[75692]: audit 2024-03-21T13:03:40.913511+0000 mon.a (mon.0) 603 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:42.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:41 smithi178 bash[75692]: cephadm 2024-03-21T13:03:40.915873+0000 mgr.x (mgr.34104) 789 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:42.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:41 smithi178 bash[75692]: audit 2024-03-21T13:03:40.997808+0000 mon.a (mon.0) 604 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:42.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:41 smithi178 bash[75692]: audit 2024-03-21T13:03:41.000938+0000 mon.a (mon.0) 605 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:42.054 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:41 smithi178 bash[77880]: cluster 2024-03-21T13:03:40.737481+0000 mgr.x (mgr.34104) 782 : cluster [DBG] pgmap v508: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 17 op/s 2024-03-21T13:03:42.054 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:41 smithi178 bash[77880]: cephadm 2024-03-21T13:03:40.742561+0000 mgr.x (mgr.34104) 783 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:42.054 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:41 smithi178 bash[77880]: audit 2024-03-21T13:03:40.822494+0000 mon.a (mon.0) 594 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:42.054 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:41 smithi178 bash[77880]: audit 2024-03-21T13:03:40.833097+0000 mon.a (mon.0) 595 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:42.054 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:41 smithi178 bash[77880]: audit 2024-03-21T13:03:40.836881+0000 mon.a (mon.0) 596 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:42.054 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:41 smithi178 bash[77880]: audit 2024-03-21T13:03:40.837866+0000 mon.a (mon.0) 597 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:42.054 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:41 smithi178 bash[77880]: cluster 2024-03-21T13:03:40.841236+0000 mgr.x (mgr.34104) 784 : cluster [DBG] pgmap v509: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:42.054 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:41 smithi178 bash[77880]: cluster 2024-03-21T13:03:40.841526+0000 mgr.x (mgr.34104) 785 : cluster [DBG] pgmap v510: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:42.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:41 smithi178 bash[77880]: audit 2024-03-21T13:03:40.844592+0000 mon.a (mon.0) 598 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:42.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:41 smithi178 bash[77880]: cephadm 2024-03-21T13:03:40.846748+0000 mgr.x (mgr.34104) 786 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:42.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:41 smithi178 bash[77880]: audit 2024-03-21T13:03:40.891272+0000 mon.a (mon.0) 599 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:42.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:41 smithi178 bash[77880]: audit 2024-03-21T13:03:40.895793+0000 mon.a (mon.0) 600 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:42.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:41 smithi178 bash[77880]: audit 2024-03-21T13:03:40.899870+0000 mon.a (mon.0) 601 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:42.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:41 smithi178 bash[77880]: audit 2024-03-21T13:03:40.901382+0000 mon.a (mon.0) 602 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:42.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:41 smithi178 bash[77880]: cluster 2024-03-21T13:03:40.905879+0000 mgr.x (mgr.34104) 787 : cluster [DBG] pgmap v511: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:42.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:41 smithi178 bash[77880]: cluster 2024-03-21T13:03:40.906548+0000 mgr.x (mgr.34104) 788 : cluster [DBG] pgmap v512: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:42.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:41 smithi178 bash[77880]: audit 2024-03-21T13:03:40.913511+0000 mon.a (mon.0) 603 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:42.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:41 smithi178 bash[77880]: cephadm 2024-03-21T13:03:40.915873+0000 mgr.x (mgr.34104) 789 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:42.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:41 smithi178 bash[77880]: audit 2024-03-21T13:03:40.997808+0000 mon.a (mon.0) 604 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:42.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:41 smithi178 bash[77880]: audit 2024-03-21T13:03:41.000938+0000 mon.a (mon.0) 605 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:42.056 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:41 smithi178 bash[75692]: audit 2024-03-21T13:03:41.004536+0000 mon.a (mon.0) 606 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:42.056 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:41 smithi178 bash[75692]: audit 2024-03-21T13:03:41.005995+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:42.056 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:41 smithi178 bash[75692]: cluster 2024-03-21T13:03:41.010019+0000 mgr.x (mgr.34104) 790 : cluster [DBG] pgmap v513: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:42.056 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:41 smithi178 bash[75692]: cluster 2024-03-21T13:03:41.010671+0000 mgr.x (mgr.34104) 791 : cluster [DBG] pgmap v514: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:42.056 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:41 smithi178 bash[75692]: audit 2024-03-21T13:03:41.014480+0000 mon.a (mon.0) 608 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:42.056 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:41 smithi178 bash[75692]: cephadm 2024-03-21T13:03:41.016851+0000 mgr.x (mgr.34104) 792 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:42.056 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:41 smithi178 bash[75692]: audit 2024-03-21T13:03:41.130673+0000 mon.a (mon.0) 609 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:42.056 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:41 smithi178 bash[75692]: audit 2024-03-21T13:03:41.133415+0000 mon.a (mon.0) 610 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:42.056 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:41 smithi178 bash[75692]: audit 2024-03-21T13:03:41.136470+0000 mon.a (mon.0) 611 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:42.056 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:41 smithi178 bash[75692]: audit 2024-03-21T13:03:41.137619+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:42.056 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:41 smithi178 bash[75692]: cluster 2024-03-21T13:03:41.141641+0000 mgr.x (mgr.34104) 793 : cluster [DBG] pgmap v515: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:42.056 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:41 smithi178 bash[75692]: audit 2024-03-21T13:03:41.145167+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:42.056 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:41 smithi178 bash[75692]: cephadm 2024-03-21T13:03:41.147400+0000 mgr.x (mgr.34104) 794 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:42.056 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:41 smithi178 bash[75692]: audit 2024-03-21T13:03:41.229151+0000 mon.a (mon.0) 614 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:42.057 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:41 smithi178 bash[75692]: audit 2024-03-21T13:03:41.231783+0000 mon.a (mon.0) 615 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:42.057 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:41 smithi178 bash[75692]: audit 2024-03-21T13:03:41.235192+0000 mon.a (mon.0) 616 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:42.057 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:41 smithi178 bash[75692]: audit 2024-03-21T13:03:41.236436+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:42.057 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:41 smithi178 bash[75692]: audit 2024-03-21T13:03:41.248265+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:42.057 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:41 smithi178 bash[75692]: audit 2024-03-21T13:03:41.363107+0000 mon.a (mon.0) 619 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:42.057 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:41 smithi178 bash[75692]: audit 2024-03-21T13:03:41.365913+0000 mon.a (mon.0) 620 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:42.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:41 smithi178 bash[77880]: audit 2024-03-21T13:03:41.004536+0000 mon.a (mon.0) 606 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:42.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:41 smithi178 bash[77880]: audit 2024-03-21T13:03:41.005995+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:42.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:41 smithi178 bash[77880]: cluster 2024-03-21T13:03:41.010019+0000 mgr.x (mgr.34104) 790 : cluster [DBG] pgmap v513: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:42.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:41 smithi178 bash[77880]: cluster 2024-03-21T13:03:41.010671+0000 mgr.x (mgr.34104) 791 : cluster [DBG] pgmap v514: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:42.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:41 smithi178 bash[77880]: audit 2024-03-21T13:03:41.014480+0000 mon.a (mon.0) 608 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:42.058 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:41 smithi178 bash[77880]: cephadm 2024-03-21T13:03:41.016851+0000 mgr.x (mgr.34104) 792 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:42.058 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:41 smithi178 bash[77880]: audit 2024-03-21T13:03:41.130673+0000 mon.a (mon.0) 609 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:42.058 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:41 smithi178 bash[77880]: audit 2024-03-21T13:03:41.133415+0000 mon.a (mon.0) 610 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:42.058 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:41 smithi178 bash[77880]: audit 2024-03-21T13:03:41.136470+0000 mon.a (mon.0) 611 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:42.058 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:41 smithi178 bash[77880]: audit 2024-03-21T13:03:41.137619+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:42.058 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:41 smithi178 bash[77880]: cluster 2024-03-21T13:03:41.141641+0000 mgr.x (mgr.34104) 793 : cluster [DBG] pgmap v515: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:42.058 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:41 smithi178 bash[77880]: audit 2024-03-21T13:03:41.145167+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:42.058 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:41 smithi178 bash[77880]: cephadm 2024-03-21T13:03:41.147400+0000 mgr.x (mgr.34104) 794 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:42.058 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:41 smithi178 bash[77880]: audit 2024-03-21T13:03:41.229151+0000 mon.a (mon.0) 614 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:42.058 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:41 smithi178 bash[77880]: audit 2024-03-21T13:03:41.231783+0000 mon.a (mon.0) 615 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:42.058 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:41 smithi178 bash[77880]: audit 2024-03-21T13:03:41.235192+0000 mon.a (mon.0) 616 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:42.058 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:41 smithi178 bash[77880]: audit 2024-03-21T13:03:41.236436+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:42.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:41 smithi178 bash[77880]: audit 2024-03-21T13:03:41.248265+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:42.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:41 smithi178 bash[77880]: audit 2024-03-21T13:03:41.363107+0000 mon.a (mon.0) 619 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:42.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:41 smithi178 bash[77880]: audit 2024-03-21T13:03:41.365913+0000 mon.a (mon.0) 620 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:42.059 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:41 smithi178 bash[75692]: audit 2024-03-21T13:03:41.369135+0000 mon.a (mon.0) 621 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:42.059 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:41 smithi178 bash[75692]: audit 2024-03-21T13:03:41.370436+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:42.059 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:41 smithi178 bash[75692]: audit 2024-03-21T13:03:41.380818+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:42.059 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:41 smithi178 bash[75692]: audit 2024-03-21T13:03:41.460111+0000 mon.a (mon.0) 624 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:42.060 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:41 smithi178 bash[75692]: audit 2024-03-21T13:03:41.463510+0000 mon.a (mon.0) 625 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:42.060 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:41 smithi178 bash[75692]: audit 2024-03-21T13:03:41.466586+0000 mon.a (mon.0) 626 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:42.060 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:41 smithi178 bash[75692]: audit 2024-03-21T13:03:41.467895+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:42.060 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:41 smithi178 bash[75692]: audit 2024-03-21T13:03:41.479753+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:42.060 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:41 smithi178 bash[75692]: audit 2024-03-21T13:03:41.560982+0000 mon.a (mon.0) 629 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:42.060 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:41 smithi178 bash[75692]: audit 2024-03-21T13:03:41.563611+0000 mon.a (mon.0) 630 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:42.060 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:41 smithi178 bash[75692]: audit 2024-03-21T13:03:41.567499+0000 mon.a (mon.0) 631 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:42.060 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:41 smithi178 bash[75692]: audit 2024-03-21T13:03:41.568934+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:42.060 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:41 smithi178 bash[75692]: audit 2024-03-21T13:03:41.577717+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:42.060 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:41 smithi178 bash[75692]: audit 2024-03-21T13:03:41.614499+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:42.060 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:41 smithi178 bash[75692]: audit 2024-03-21T13:03:41.623524+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:42.060 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:41 smithi178 bash[75692]: audit 2024-03-21T13:03:41.632582+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:42.060 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:41 smithi178 bash[75692]: audit 2024-03-21T13:03:41.656025+0000 mon.a (mon.0) 637 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:42.060 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:41 smithi178 bash[75692]: audit 2024-03-21T13:03:41.658891+0000 mon.a (mon.0) 638 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:42.061 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:41 smithi178 bash[75692]: audit 2024-03-21T13:03:41.660796+0000 mon.a (mon.0) 639 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-03-21T13:03:42.061 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:41 smithi178 bash[75692]: audit 2024-03-21T13:03:41.662050+0000 mon.a (mon.0) 640 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "mon ok-to-stop", "ids": ["b"]}]: dispatch 2024-03-21T13:03:42.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:41 smithi178 bash[77880]: audit 2024-03-21T13:03:41.369135+0000 mon.a (mon.0) 621 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:42.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:41 smithi178 bash[77880]: audit 2024-03-21T13:03:41.370436+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:42.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:41 smithi178 bash[77880]: audit 2024-03-21T13:03:41.380818+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:42.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:41 smithi178 bash[77880]: audit 2024-03-21T13:03:41.460111+0000 mon.a (mon.0) 624 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:42.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:41 smithi178 bash[77880]: audit 2024-03-21T13:03:41.463510+0000 mon.a (mon.0) 625 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:42.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:41 smithi178 bash[77880]: audit 2024-03-21T13:03:41.466586+0000 mon.a (mon.0) 626 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:42.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:41 smithi178 bash[77880]: audit 2024-03-21T13:03:41.467895+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:42.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:41 smithi178 bash[77880]: audit 2024-03-21T13:03:41.479753+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:42.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:41 smithi178 bash[77880]: audit 2024-03-21T13:03:41.560982+0000 mon.a (mon.0) 629 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:42.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:41 smithi178 bash[77880]: audit 2024-03-21T13:03:41.563611+0000 mon.a (mon.0) 630 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:42.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:41 smithi178 bash[77880]: audit 2024-03-21T13:03:41.567499+0000 mon.a (mon.0) 631 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:42.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:41 smithi178 bash[77880]: audit 2024-03-21T13:03:41.568934+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:42.062 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:41 smithi178 bash[77880]: audit 2024-03-21T13:03:41.577717+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:42.062 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:41 smithi178 bash[77880]: audit 2024-03-21T13:03:41.614499+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:42.062 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:41 smithi178 bash[77880]: audit 2024-03-21T13:03:41.623524+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:42.062 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:41 smithi178 bash[77880]: audit 2024-03-21T13:03:41.632582+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:42.062 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:41 smithi178 bash[77880]: audit 2024-03-21T13:03:41.656025+0000 mon.a (mon.0) 637 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:42.062 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:41 smithi178 bash[77880]: audit 2024-03-21T13:03:41.658891+0000 mon.a (mon.0) 638 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:42.062 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:41 smithi178 bash[77880]: audit 2024-03-21T13:03:41.660796+0000 mon.a (mon.0) 639 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-03-21T13:03:42.062 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:41 smithi178 bash[77880]: audit 2024-03-21T13:03:41.662050+0000 mon.a (mon.0) 640 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "mon ok-to-stop", "ids": ["b"]}]: dispatch 2024-03-21T13:03:42.349 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:41 smithi184 bash[14608]: cluster 2024-03-21T13:03:40.166338+0000 mgr.x (mgr.34104) 763 : cluster [DBG] pgmap v496: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:42.349 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:41 smithi184 bash[14608]: cephadm 2024-03-21T13:03:40.174147+0000 mgr.x (mgr.34104) 764 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:42.349 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:41 smithi184 bash[14608]: cluster 2024-03-21T13:03:40.263578+0000 mgr.x (mgr.34104) 765 : cluster [DBG] pgmap v497: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:42.349 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:41 smithi184 bash[14608]: cluster 2024-03-21T13:03:40.264081+0000 mgr.x (mgr.34104) 766 : cluster [DBG] pgmap v498: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:42.349 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:41 smithi184 bash[14608]: cephadm 2024-03-21T13:03:40.273921+0000 mgr.x (mgr.34104) 767 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:42.349 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:41 smithi184 bash[14608]: cluster 2024-03-21T13:03:40.362818+0000 mgr.x (mgr.34104) 768 : cluster [DBG] pgmap v499: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:42.349 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:41 smithi184 bash[14608]: cluster 2024-03-21T13:03:40.363259+0000 mgr.x (mgr.34104) 769 : cluster [DBG] pgmap v500: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:42.349 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:41 smithi184 bash[14608]: cephadm 2024-03-21T13:03:40.370206+0000 mgr.x (mgr.34104) 770 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:42.349 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:41 smithi184 bash[14608]: cluster 2024-03-21T13:03:40.458797+0000 mgr.x (mgr.34104) 771 : cluster [DBG] pgmap v501: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:42.349 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:41 smithi184 bash[14608]: cluster 2024-03-21T13:03:40.459252+0000 mgr.x (mgr.34104) 772 : cluster [DBG] pgmap v502: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:42.350 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:41 smithi184 bash[14608]: cephadm 2024-03-21T13:03:40.466641+0000 mgr.x (mgr.34104) 773 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:42.350 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:41 smithi184 bash[14608]: cluster 2024-03-21T13:03:40.563414+0000 mgr.x (mgr.34104) 774 : cluster [DBG] pgmap v503: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s 2024-03-21T13:03:42.350 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:41 smithi184 bash[14608]: cluster 2024-03-21T13:03:40.563983+0000 mgr.x (mgr.34104) 775 : cluster [DBG] pgmap v504: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s 2024-03-21T13:03:42.350 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:41 smithi184 bash[14608]: audit 2024-03-21T13:03:40.568895+0000 mgr.x (mgr.34104) 776 : audit [DBG] from='client.15585 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:03:42.350 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:41 smithi184 bash[14608]: cephadm 2024-03-21T13:03:40.571523+0000 mgr.x (mgr.34104) 777 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:42.350 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:41 smithi184 bash[14608]: cluster 2024-03-21T13:03:40.654521+0000 mgr.x (mgr.34104) 778 : cluster [DBG] pgmap v505: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 17 op/s 2024-03-21T13:03:42.350 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:41 smithi184 bash[14608]: cluster 2024-03-21T13:03:40.654790+0000 mgr.x (mgr.34104) 779 : cluster [DBG] pgmap v506: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 17 op/s 2024-03-21T13:03:42.350 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:41 smithi184 bash[14608]: cephadm 2024-03-21T13:03:40.662459+0000 mgr.x (mgr.34104) 780 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:42.350 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:41 smithi184 bash[14608]: cluster 2024-03-21T13:03:40.736968+0000 mgr.x (mgr.34104) 781 : cluster [DBG] pgmap v507: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 17 op/s 2024-03-21T13:03:42.350 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:41 smithi184 bash[14608]: cluster 2024-03-21T13:03:40.737481+0000 mgr.x (mgr.34104) 782 : cluster [DBG] pgmap v508: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 17 op/s 2024-03-21T13:03:42.350 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:41 smithi184 bash[14608]: cephadm 2024-03-21T13:03:40.742561+0000 mgr.x (mgr.34104) 783 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:42.350 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:41 smithi184 bash[14608]: audit 2024-03-21T13:03:40.822494+0000 mon.a (mon.0) 594 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:42.350 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:41 smithi184 bash[14608]: audit 2024-03-21T13:03:40.833097+0000 mon.a (mon.0) 595 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:42.351 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:41 smithi184 bash[14608]: audit 2024-03-21T13:03:40.836881+0000 mon.a (mon.0) 596 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:42.351 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:41 smithi184 bash[14608]: audit 2024-03-21T13:03:40.837866+0000 mon.a (mon.0) 597 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:42.351 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:41 smithi184 bash[14608]: cluster 2024-03-21T13:03:40.841236+0000 mgr.x (mgr.34104) 784 : cluster [DBG] pgmap v509: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:42.351 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:41 smithi184 bash[14608]: cluster 2024-03-21T13:03:40.841526+0000 mgr.x (mgr.34104) 785 : cluster [DBG] pgmap v510: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:42.351 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:41 smithi184 bash[14608]: audit 2024-03-21T13:03:40.844592+0000 mon.a (mon.0) 598 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:42.351 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:41 smithi184 bash[14608]: cephadm 2024-03-21T13:03:40.846748+0000 mgr.x (mgr.34104) 786 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:42.351 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:41 smithi184 bash[14608]: audit 2024-03-21T13:03:40.891272+0000 mon.a (mon.0) 599 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:42.351 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:41 smithi184 bash[14608]: audit 2024-03-21T13:03:40.895793+0000 mon.a (mon.0) 600 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:42.351 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:41 smithi184 bash[14608]: audit 2024-03-21T13:03:40.899870+0000 mon.a (mon.0) 601 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:42.351 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:41 smithi184 bash[14608]: audit 2024-03-21T13:03:40.901382+0000 mon.a (mon.0) 602 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:42.351 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:41 smithi184 bash[14608]: cluster 2024-03-21T13:03:40.905879+0000 mgr.x (mgr.34104) 787 : cluster [DBG] pgmap v511: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:42.351 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:41 smithi184 bash[14608]: cluster 2024-03-21T13:03:40.906548+0000 mgr.x (mgr.34104) 788 : cluster [DBG] pgmap v512: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:42.352 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:41 smithi184 bash[14608]: audit 2024-03-21T13:03:40.913511+0000 mon.a (mon.0) 603 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:42.352 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:41 smithi184 bash[14608]: cephadm 2024-03-21T13:03:40.915873+0000 mgr.x (mgr.34104) 789 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:42.352 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:41 smithi184 bash[14608]: audit 2024-03-21T13:03:40.997808+0000 mon.a (mon.0) 604 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:42.352 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:41 smithi184 bash[14608]: audit 2024-03-21T13:03:41.000938+0000 mon.a (mon.0) 605 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:42.352 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:41 smithi184 bash[14608]: audit 2024-03-21T13:03:41.004536+0000 mon.a (mon.0) 606 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:42.352 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:41 smithi184 bash[14608]: audit 2024-03-21T13:03:41.005995+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:42.352 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:41 smithi184 bash[14608]: cluster 2024-03-21T13:03:41.010019+0000 mgr.x (mgr.34104) 790 : cluster [DBG] pgmap v513: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:42.352 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:41 smithi184 bash[14608]: cluster 2024-03-21T13:03:41.010671+0000 mgr.x (mgr.34104) 791 : cluster [DBG] pgmap v514: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:42.353 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:41 smithi184 bash[14608]: audit 2024-03-21T13:03:41.014480+0000 mon.a (mon.0) 608 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:42.353 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:41 smithi184 bash[14608]: cephadm 2024-03-21T13:03:41.016851+0000 mgr.x (mgr.34104) 792 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:42.353 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:41 smithi184 bash[14608]: audit 2024-03-21T13:03:41.130673+0000 mon.a (mon.0) 609 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:42.353 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:41 smithi184 bash[14608]: audit 2024-03-21T13:03:41.133415+0000 mon.a (mon.0) 610 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:42.353 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:41 smithi184 bash[14608]: audit 2024-03-21T13:03:41.136470+0000 mon.a (mon.0) 611 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:42.353 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:41 smithi184 bash[14608]: audit 2024-03-21T13:03:41.137619+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:42.353 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:41 smithi184 bash[14608]: cluster 2024-03-21T13:03:41.141641+0000 mgr.x (mgr.34104) 793 : cluster [DBG] pgmap v515: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:42.353 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:41 smithi184 bash[14608]: audit 2024-03-21T13:03:41.145167+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:42.353 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:41 smithi184 bash[14608]: cephadm 2024-03-21T13:03:41.147400+0000 mgr.x (mgr.34104) 794 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:42.353 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:41 smithi184 bash[14608]: audit 2024-03-21T13:03:41.229151+0000 mon.a (mon.0) 614 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:42.353 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:41 smithi184 bash[14608]: audit 2024-03-21T13:03:41.231783+0000 mon.a (mon.0) 615 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:42.353 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:41 smithi184 bash[14608]: audit 2024-03-21T13:03:41.235192+0000 mon.a (mon.0) 616 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:42.353 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:41 smithi184 bash[14608]: audit 2024-03-21T13:03:41.236436+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:42.353 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:41 smithi184 bash[14608]: audit 2024-03-21T13:03:41.248265+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:42.353 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:41 smithi184 bash[14608]: audit 2024-03-21T13:03:41.363107+0000 mon.a (mon.0) 619 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:42.354 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:41 smithi184 bash[14608]: audit 2024-03-21T13:03:41.365913+0000 mon.a (mon.0) 620 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:42.354 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:41 smithi184 bash[14608]: audit 2024-03-21T13:03:41.369135+0000 mon.a (mon.0) 621 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:42.354 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:41 smithi184 bash[14608]: audit 2024-03-21T13:03:41.370436+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:42.354 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:41 smithi184 bash[14608]: audit 2024-03-21T13:03:41.380818+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:42.354 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:41 smithi184 bash[14608]: audit 2024-03-21T13:03:41.460111+0000 mon.a (mon.0) 624 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:42.354 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:41 smithi184 bash[14608]: audit 2024-03-21T13:03:41.463510+0000 mon.a (mon.0) 625 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:42.354 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:41 smithi184 bash[14608]: audit 2024-03-21T13:03:41.466586+0000 mon.a (mon.0) 626 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:42.354 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:41 smithi184 bash[14608]: audit 2024-03-21T13:03:41.467895+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:42.354 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:41 smithi184 bash[14608]: audit 2024-03-21T13:03:41.479753+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:42.354 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:41 smithi184 bash[14608]: audit 2024-03-21T13:03:41.560982+0000 mon.a (mon.0) 629 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:42.354 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:41 smithi184 bash[14608]: audit 2024-03-21T13:03:41.563611+0000 mon.a (mon.0) 630 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:42.354 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:41 smithi184 bash[14608]: audit 2024-03-21T13:03:41.567499+0000 mon.a (mon.0) 631 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:42.354 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:41 smithi184 bash[14608]: audit 2024-03-21T13:03:41.568934+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:42.355 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:41 smithi184 bash[14608]: audit 2024-03-21T13:03:41.577717+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:42.355 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:41 smithi184 bash[14608]: audit 2024-03-21T13:03:41.614499+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:42.355 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:41 smithi184 bash[14608]: audit 2024-03-21T13:03:41.623524+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:42.355 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:41 smithi184 bash[14608]: audit 2024-03-21T13:03:41.632582+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:42.355 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:41 smithi184 bash[14608]: audit 2024-03-21T13:03:41.656025+0000 mon.a (mon.0) 637 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:03:42.355 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:41 smithi184 bash[14608]: audit 2024-03-21T13:03:41.658891+0000 mon.a (mon.0) 638 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:03:42.355 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:41 smithi184 bash[14608]: audit 2024-03-21T13:03:41.660796+0000 mon.a (mon.0) 639 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-03-21T13:03:42.355 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:41 smithi184 bash[14608]: audit 2024-03-21T13:03:41.662050+0000 mon.a (mon.0) 640 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "mon ok-to-stop", "ids": ["b"]}]: dispatch 2024-03-21T13:03:43.268 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:42 smithi184 bash[14608]: cluster 2024-03-21T13:03:41.240640+0000 mgr.x (mgr.34104) 795 : cluster [DBG] pgmap v516: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:43.268 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:42 smithi184 bash[14608]: cluster 2024-03-21T13:03:41.241136+0000 mgr.x (mgr.34104) 796 : cluster [DBG] pgmap v517: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:43.268 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:42 smithi184 bash[14608]: cephadm 2024-03-21T13:03:41.250793+0000 mgr.x (mgr.34104) 797 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:43.268 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:42 smithi184 bash[14608]: cluster 2024-03-21T13:03:41.374236+0000 mgr.x (mgr.34104) 798 : cluster [DBG] pgmap v518: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:43.268 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:42 smithi184 bash[14608]: cluster 2024-03-21T13:03:41.374535+0000 mgr.x (mgr.34104) 799 : cluster [DBG] pgmap v519: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:43.268 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:42 smithi184 bash[14608]: cephadm 2024-03-21T13:03:41.383091+0000 mgr.x (mgr.34104) 800 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:43.268 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:42 smithi184 bash[14608]: cluster 2024-03-21T13:03:41.471335+0000 mgr.x (mgr.34104) 801 : cluster [DBG] pgmap v520: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:43.268 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:42 smithi184 bash[14608]: cluster 2024-03-21T13:03:41.471620+0000 mgr.x (mgr.34104) 802 : cluster [DBG] pgmap v521: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:43.268 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:42 smithi184 bash[14608]: cephadm 2024-03-21T13:03:41.482115+0000 mgr.x (mgr.34104) 803 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:43.268 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:42 smithi184 bash[14608]: cluster 2024-03-21T13:03:41.572554+0000 mgr.x (mgr.34104) 804 : cluster [DBG] pgmap v522: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:43.268 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:42 smithi184 bash[14608]: cluster 2024-03-21T13:03:41.573047+0000 mgr.x (mgr.34104) 805 : cluster [DBG] pgmap v523: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:43.269 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:42 smithi184 bash[14608]: cephadm 2024-03-21T13:03:41.579915+0000 mgr.x (mgr.34104) 806 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:43.269 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:42 smithi184 bash[14608]: cluster 2024-03-21T13:03:41.626901+0000 mgr.x (mgr.34104) 807 : cluster [DBG] pgmap v524: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:43.269 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:42 smithi184 bash[14608]: cluster 2024-03-21T13:03:41.627215+0000 mgr.x (mgr.34104) 808 : cluster [DBG] pgmap v525: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:43.269 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:42 smithi184 bash[14608]: cephadm 2024-03-21T13:03:41.664547+0000 mgr.x (mgr.34104) 809 : cephadm [INF] Upgrade: It appears safe to stop mon.b 2024-03-21T13:03:43.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:42 smithi178 bash[75692]: cluster 2024-03-21T13:03:41.240640+0000 mgr.x (mgr.34104) 795 : cluster [DBG] pgmap v516: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:43.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:42 smithi178 bash[75692]: cluster 2024-03-21T13:03:41.241136+0000 mgr.x (mgr.34104) 796 : cluster [DBG] pgmap v517: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:43.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:42 smithi178 bash[75692]: cephadm 2024-03-21T13:03:41.250793+0000 mgr.x (mgr.34104) 797 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:43.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:42 smithi178 bash[75692]: cluster 2024-03-21T13:03:41.374236+0000 mgr.x (mgr.34104) 798 : cluster [DBG] pgmap v518: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:43.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:42 smithi178 bash[75692]: cluster 2024-03-21T13:03:41.374535+0000 mgr.x (mgr.34104) 799 : cluster [DBG] pgmap v519: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:43.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:42 smithi178 bash[75692]: cephadm 2024-03-21T13:03:41.383091+0000 mgr.x (mgr.34104) 800 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:43.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:42 smithi178 bash[75692]: cluster 2024-03-21T13:03:41.471335+0000 mgr.x (mgr.34104) 801 : cluster [DBG] pgmap v520: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:43.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:42 smithi178 bash[75692]: cluster 2024-03-21T13:03:41.471620+0000 mgr.x (mgr.34104) 802 : cluster [DBG] pgmap v521: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:43.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:42 smithi178 bash[75692]: cephadm 2024-03-21T13:03:41.482115+0000 mgr.x (mgr.34104) 803 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:43.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:42 smithi178 bash[75692]: cluster 2024-03-21T13:03:41.572554+0000 mgr.x (mgr.34104) 804 : cluster [DBG] pgmap v522: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:43.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:42 smithi178 bash[75692]: cluster 2024-03-21T13:03:41.573047+0000 mgr.x (mgr.34104) 805 : cluster [DBG] pgmap v523: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:43.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:42 smithi178 bash[75692]: cephadm 2024-03-21T13:03:41.579915+0000 mgr.x (mgr.34104) 806 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:43.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:42 smithi178 bash[75692]: cluster 2024-03-21T13:03:41.626901+0000 mgr.x (mgr.34104) 807 : cluster [DBG] pgmap v524: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:43.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:42 smithi178 bash[75692]: cluster 2024-03-21T13:03:41.627215+0000 mgr.x (mgr.34104) 808 : cluster [DBG] pgmap v525: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:43.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:42 smithi178 bash[75692]: cephadm 2024-03-21T13:03:41.664547+0000 mgr.x (mgr.34104) 809 : cephadm [INF] Upgrade: It appears safe to stop mon.b 2024-03-21T13:03:43.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:42 smithi178 bash[77880]: cluster 2024-03-21T13:03:41.240640+0000 mgr.x (mgr.34104) 795 : cluster [DBG] pgmap v516: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:43.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:42 smithi178 bash[77880]: cluster 2024-03-21T13:03:41.241136+0000 mgr.x (mgr.34104) 796 : cluster [DBG] pgmap v517: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:43.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:42 smithi178 bash[77880]: cephadm 2024-03-21T13:03:41.250793+0000 mgr.x (mgr.34104) 797 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:43.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:42 smithi178 bash[77880]: cluster 2024-03-21T13:03:41.374236+0000 mgr.x (mgr.34104) 798 : cluster [DBG] pgmap v518: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:43.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:42 smithi178 bash[77880]: cluster 2024-03-21T13:03:41.374535+0000 mgr.x (mgr.34104) 799 : cluster [DBG] pgmap v519: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:43.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:42 smithi178 bash[77880]: cephadm 2024-03-21T13:03:41.383091+0000 mgr.x (mgr.34104) 800 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:43.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:42 smithi178 bash[77880]: cluster 2024-03-21T13:03:41.471335+0000 mgr.x (mgr.34104) 801 : cluster [DBG] pgmap v520: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:43.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:42 smithi178 bash[77880]: cluster 2024-03-21T13:03:41.471620+0000 mgr.x (mgr.34104) 802 : cluster [DBG] pgmap v521: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:43.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:42 smithi178 bash[77880]: cephadm 2024-03-21T13:03:41.482115+0000 mgr.x (mgr.34104) 803 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:43.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:42 smithi178 bash[77880]: cluster 2024-03-21T13:03:41.572554+0000 mgr.x (mgr.34104) 804 : cluster [DBG] pgmap v522: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:43.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:42 smithi178 bash[77880]: cluster 2024-03-21T13:03:41.573047+0000 mgr.x (mgr.34104) 805 : cluster [DBG] pgmap v523: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:43.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:42 smithi178 bash[77880]: cephadm 2024-03-21T13:03:41.579915+0000 mgr.x (mgr.34104) 806 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:43.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:42 smithi178 bash[77880]: cluster 2024-03-21T13:03:41.626901+0000 mgr.x (mgr.34104) 807 : cluster [DBG] pgmap v524: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:43.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:42 smithi178 bash[77880]: cluster 2024-03-21T13:03:41.627215+0000 mgr.x (mgr.34104) 808 : cluster [DBG] pgmap v525: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:43.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:42 smithi178 bash[77880]: cephadm 2024-03-21T13:03:41.664547+0000 mgr.x (mgr.34104) 809 : cephadm [INF] Upgrade: It appears safe to stop mon.b 2024-03-21T13:03:43.573 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:03:43 smithi184 bash[54688]: ts=2024-03-21T13:03:43.509Z caller=manager.go:609 level=warn component="rule manager" group=nodes msg="Evaluating rule failed" rule="alert: CephNodeDiskspaceWarning\nexpr: predict_linear(node_filesystem_free_bytes{device=~\"/.*\"}[2d], 3600 * 24 * 5)\n * on(instance) group_left(nodename) node_uname_info < 0\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.8.4\n severity: warning\n type: ceph_default\nannotations:\n description: Mountpoint {{ $labels.mountpoint }} on {{ $labels.nodename }} will\n be full in less than 5 days based on the 48 hour trailing fill rate.\n summary: Host filesystem free space is getting low\n" err="found duplicate series for the match group {instance=\"smithi178\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi178\", job=\"node\", machine=\"x86_64\", nodename=\"smithi178\", release=\"5.4.0-174-generic\", sysname=\"Linux\", version=\"#193-Ubuntu SMP Thu Mar 7 14:29:28 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"a94f249e-e780-11ee-95cd-87774f69a715\", domainname=\"(none)\", instance=\"smithi178\", job=\"node\", machine=\"x86_64\", nodename=\"smithi178\", release=\"5.4.0-174-generic\", sysname=\"Linux\", version=\"#193-Ubuntu SMP Thu Mar 7 14:29:28 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-21T13:03:44.920 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:44 smithi184 bash[14608]: cluster 2024-03-21T13:03:43.627722+0000 mgr.x (mgr.34104) 810 : cluster [DBG] pgmap v526: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:44.994 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:44 smithi178 bash[75692]: cluster 2024-03-21T13:03:43.627722+0000 mgr.x (mgr.34104) 810 : cluster [DBG] pgmap v526: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:44.994 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:44 smithi178 bash[77880]: cluster 2024-03-21T13:03:43.627722+0000 mgr.x (mgr.34104) 810 : cluster [DBG] pgmap v526: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:45.822 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:03:45 smithi184 bash[52419]: ::ffff:172.21.15.184 - - [21/Mar/2024:13:03:45] "GET /metrics HTTP/1.1" 200 38274 "" "Prometheus/2.33.4" 2024-03-21T13:03:46.414 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:46 smithi178 bash[75692]: audit 2024-03-21T13:03:45.080489+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:46.414 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:46 smithi178 bash[75692]: audit 2024-03-21T13:03:45.090375+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:46.414 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:46 smithi178 bash[75692]: cluster 2024-03-21T13:03:45.093972+0000 mgr.x (mgr.34104) 811 : cluster [DBG] pgmap v527: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:46.414 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:46 smithi178 bash[75692]: cluster 2024-03-21T13:03:45.094594+0000 mgr.x (mgr.34104) 812 : cluster [DBG] pgmap v528: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:46.415 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:46 smithi178 bash[75692]: audit 2024-03-21T13:03:45.101609+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:46.415 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:46 smithi178 bash[75692]: audit 2024-03-21T13:03:45.743093+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:46.415 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:46 smithi178 bash[75692]: audit 2024-03-21T13:03:45.747109+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T13:03:46.415 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:46 smithi178 bash[75692]: audit 2024-03-21T13:03:45.748872+0000 mon.a (mon.0) 646 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-21T13:03:46.415 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:46 smithi178 bash[75692]: audit 2024-03-21T13:03:45.750483+0000 mon.a (mon.0) 647 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:46.415 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:46 smithi178 bash[77880]: audit 2024-03-21T13:03:45.080489+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:46.415 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:46 smithi178 bash[77880]: audit 2024-03-21T13:03:45.090375+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:46.415 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:46 smithi178 bash[77880]: cluster 2024-03-21T13:03:45.093972+0000 mgr.x (mgr.34104) 811 : cluster [DBG] pgmap v527: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:46.415 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:46 smithi178 bash[77880]: cluster 2024-03-21T13:03:45.094594+0000 mgr.x (mgr.34104) 812 : cluster [DBG] pgmap v528: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:46.415 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:46 smithi178 bash[77880]: audit 2024-03-21T13:03:45.101609+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:46.416 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:46 smithi178 bash[77880]: audit 2024-03-21T13:03:45.743093+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:46.416 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:46 smithi178 bash[77880]: audit 2024-03-21T13:03:45.747109+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T13:03:46.416 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:46 smithi178 bash[77880]: audit 2024-03-21T13:03:45.748872+0000 mon.a (mon.0) 646 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-21T13:03:46.416 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:46 smithi178 bash[77880]: audit 2024-03-21T13:03:45.750483+0000 mon.a (mon.0) 647 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:46.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:46 smithi184 bash[14608]: audit 2024-03-21T13:03:45.080489+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:46.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:46 smithi184 bash[14608]: audit 2024-03-21T13:03:45.090375+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:46.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:46 smithi184 bash[14608]: cluster 2024-03-21T13:03:45.093972+0000 mgr.x (mgr.34104) 811 : cluster [DBG] pgmap v527: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:46.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:46 smithi184 bash[14608]: cluster 2024-03-21T13:03:45.094594+0000 mgr.x (mgr.34104) 812 : cluster [DBG] pgmap v528: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:03:46.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:46 smithi184 bash[14608]: audit 2024-03-21T13:03:45.101609+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:46.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:46 smithi184 bash[14608]: audit 2024-03-21T13:03:45.743093+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:46.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:46 smithi184 bash[14608]: audit 2024-03-21T13:03:45.747109+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T13:03:46.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:46 smithi184 bash[14608]: audit 2024-03-21T13:03:45.748872+0000 mon.a (mon.0) 646 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-21T13:03:46.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:46 smithi184 bash[14608]: audit 2024-03-21T13:03:45.750483+0000 mon.a (mon.0) 647 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:47.537 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:47 smithi184 bash[14608]: cephadm 2024-03-21T13:03:45.737520+0000 mgr.x (mgr.34104) 813 : cephadm [INF] Upgrade: Updating mon.b 2024-03-21T13:03:47.537 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:47 smithi184 bash[14608]: cephadm 2024-03-21T13:03:45.753583+0000 mgr.x (mgr.34104) 814 : cephadm [INF] Deploying daemon mon.b on smithi184 2024-03-21T13:03:47.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:47 smithi178 bash[75692]: cephadm 2024-03-21T13:03:45.737520+0000 mgr.x (mgr.34104) 813 : cephadm [INF] Upgrade: Updating mon.b 2024-03-21T13:03:47.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:47 smithi178 bash[75692]: cephadm 2024-03-21T13:03:45.753583+0000 mgr.x (mgr.34104) 814 : cephadm [INF] Deploying daemon mon.b on smithi184 2024-03-21T13:03:47.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:47 smithi178 bash[77880]: cephadm 2024-03-21T13:03:45.737520+0000 mgr.x (mgr.34104) 813 : cephadm [INF] Upgrade: Updating mon.b 2024-03-21T13:03:47.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:47 smithi178 bash[77880]: cephadm 2024-03-21T13:03:45.753583+0000 mgr.x (mgr.34104) 814 : cephadm [INF] Deploying daemon mon.b on smithi184 2024-03-21T13:03:48.469 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:48 smithi184 bash[14608]: cluster 2024-03-21T13:03:47.096328+0000 mgr.x (mgr.34104) 815 : cluster [DBG] pgmap v529: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 927 B/s rd, 0 op/s 2024-03-21T13:03:48.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:48 smithi178 bash[75692]: cluster 2024-03-21T13:03:47.096328+0000 mgr.x (mgr.34104) 815 : cluster [DBG] pgmap v529: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 927 B/s rd, 0 op/s 2024-03-21T13:03:48.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:48 smithi178 bash[77880]: cluster 2024-03-21T13:03:47.096328+0000 mgr.x (mgr.34104) 815 : cluster [DBG] pgmap v529: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 927 B/s rd, 0 op/s 2024-03-21T13:03:48.783 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:03:48 smithi184 bash[54688]: ts=2024-03-21T13:03: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.178\", device_class=\"ssd\", hostname=\"smithi178\", instance=\"172.21.15.184:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.178\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster=\"a94f249e-e780-11ee-95cd-87774f69a715\", cluster_addr=\"172.21.15.178\", device_class=\"ssd\", hostname=\"smithi178\", instance=\"smithi184:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.178\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-21T13:03:49.795 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:49 smithi184 systemd[1]: Stopping Ceph mon.b for a94f249e-e780-11ee-95cd-87774f69a715... 2024-03-21T13:03:50.049 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:49 smithi184 bash[14608]: debug 2024-03-21T13:03:49.788+0000 7fb2089d4700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.b -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-03-21T13:03:50.049 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:49 smithi184 bash[14608]: debug 2024-03-21T13:03:49.788+0000 7fb2089d4700 -1 mon.b@2(peon) e3 *** Got Signal Terminated *** 2024-03-21T13:03:50.814 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:50 smithi184 bash[59655]: ceph-a94f249e-e780-11ee-95cd-87774f69a715-mon-b 2024-03-21T13:03:50.814 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:50 smithi184 bash[59729]: Error response from daemon: No such container: ceph-a94f249e-e780-11ee-95cd-87774f69a715-mon-b 2024-03-21T13:03:50.814 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:50 smithi184 systemd[1]: ceph-a94f249e-e780-11ee-95cd-87774f69a715@mon.b.service: Succeeded. 2024-03-21T13:03:50.814 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:50 smithi184 systemd[1]: Stopped Ceph mon.b for a94f249e-e780-11ee-95cd-87774f69a715. 2024-03-21T13:03:51.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:50 smithi184 systemd[1]: Started Ceph mon.b for a94f249e-e780-11ee-95cd-87774f69a715. 2024-03-21T13:03:52.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.016+0000 7f6f14381c80 0 set uid:gid to 167:167 (ceph:ceph) 2024-03-21T13:03:52.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.016+0000 7f6f14381c80 0 ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev), process ceph-mon, pid 6 2024-03-21T13:03:52.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.016+0000 7f6f14381c80 0 pidfile_write: ignore empty --pid-file 2024-03-21T13:03:52.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 0 load: jerasure load: lrc 2024-03-21T13:03:52.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: RocksDB version: 7.9.2 2024-03-21T13:03:52.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Git sha 0 2024-03-21T13:03:52.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Compile date 2024-03-21 08:53:26 2024-03-21T13:03:52.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: DB SUMMARY 2024-03-21T13:03:52.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: DB Session ID: 4IN2D9Z82EKLOKED11TR 2024-03-21T13:03:52.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: CURRENT file: CURRENT 2024-03-21T13:03:52.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: IDENTITY file: IDENTITY 2024-03-21T13:03:52.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: MANIFEST file: MANIFEST-000009 size: 2851 Bytes 2024-03-21T13:03:52.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-b/store.db dir, Total Num: 1, files: 000054.sst 2024-03-21T13:03:52.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-b/store.db: 000052.log size: 272391 ; 2024-03-21T13:03:52.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.error_if_exists: 0 2024-03-21T13:03:52.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.create_if_missing: 0 2024-03-21T13:03:52.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.paranoid_checks: 1 2024-03-21T13:03:52.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-03-21T13:03:52.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-03-21T13:03:52.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-03-21T13:03:52.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.env: 0x5600dc699b20 2024-03-21T13:03:52.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.fs: PosixFileSystem 2024-03-21T13:03:52.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.info_log: 0x5600de40f960 2024-03-21T13:03:52.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.max_file_opening_threads: 16 2024-03-21T13:03:52.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.statistics: (nil) 2024-03-21T13:03:52.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.use_fsync: 0 2024-03-21T13:03:52.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.max_log_file_size: 0 2024-03-21T13:03:52.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-03-21T13:03:52.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-03-21T13:03:52.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.keep_log_file_num: 1000 2024-03-21T13:03:52.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.recycle_log_file_num: 0 2024-03-21T13:03:52.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.allow_fallocate: 1 2024-03-21T13:03:52.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.allow_mmap_reads: 0 2024-03-21T13:03:52.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.allow_mmap_writes: 0 2024-03-21T13:03:52.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.use_direct_reads: 0 2024-03-21T13:03:52.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-03-21T13:03:52.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.create_missing_column_families: 0 2024-03-21T13:03:52.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.db_log_dir: 2024-03-21T13:03:52.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.wal_dir: 2024-03-21T13:03:52.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-03-21T13:03:52.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-03-21T13:03:52.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-03-21T13:03:52.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-03-21T13:03:52.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-03-21T13:03:52.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-03-21T13:03:52.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.advise_random_on_open: 1 2024-03-21T13:03:52.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.db_write_buffer_size: 0 2024-03-21T13:03:52.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.write_buffer_manager: 0x5600de3e0820 2024-03-21T13:03:52.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-03-21T13:03:52.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-03-21T13:03:52.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-03-21T13:03:52.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.rate_limiter: (nil) 2024-03-21T13:03:52.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-03-21T13:03:52.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.wal_recovery_mode: 2 2024-03-21T13:03:52.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.enable_thread_tracking: 0 2024-03-21T13:03:52.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.enable_pipelined_write: 0 2024-03-21T13:03:52.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.unordered_write: 0 2024-03-21T13:03:52.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-03-21T13:03:52.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-03-21T13:03:52.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-03-21T13:03:52.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-03-21T13:03:52.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.row_cache: None 2024-03-21T13:03:52.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.wal_filter: None 2024-03-21T13:03:52.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-03-21T13:03:52.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.allow_ingest_behind: 0 2024-03-21T13:03:52.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.two_write_queues: 0 2024-03-21T13:03:52.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.manual_wal_flush: 0 2024-03-21T13:03:52.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.wal_compression: 0 2024-03-21T13:03:52.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.atomic_flush: 0 2024-03-21T13:03:52.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-03-21T13:03:52.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-03-21T13:03:52.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-03-21T13:03:52.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.log_readahead_size: 0 2024-03-21T13:03:52.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-03-21T13:03:52.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.best_efforts_recovery: 0 2024-03-21T13:03:52.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-03-21T13:03:52.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-03-21T13:03:52.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.allow_data_in_errors: 0 2024-03-21T13:03:52.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.db_host_id: __hostname__ 2024-03-21T13:03:52.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-03-21T13:03:52.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.max_background_jobs: 2 2024-03-21T13:03:52.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.max_background_compactions: -1 2024-03-21T13:03:52.331 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.max_subcompactions: 1 2024-03-21T13:03:52.331 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-03-21T13:03:52.331 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-03-21T13:03:52.331 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-03-21T13:03:52.331 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.max_total_wal_size: 0 2024-03-21T13:03:52.331 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-03-21T13:03:52.331 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-03-21T13:03:52.331 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-03-21T13:03:52.331 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-03-21T13:03:52.331 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.max_open_files: -1 2024-03-21T13:03:52.331 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.bytes_per_sync: 0 2024-03-21T13:03:52.331 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-03-21T13:03:52.331 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-03-21T13:03:52.331 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.compaction_readahead_size: 0 2024-03-21T13:03:52.332 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.max_background_flushes: -1 2024-03-21T13:03:52.332 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Compression algorithms supported: 2024-03-21T13:03:52.332 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-03-21T13:03:52.332 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: kZSTD supported: 0 2024-03-21T13:03:52.332 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: kXpressCompression supported: 0 2024-03-21T13:03:52.332 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: kLZ4HCCompression supported: 1 2024-03-21T13:03:52.332 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: kZlibCompression supported: 1 2024-03-21T13:03:52.332 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: kSnappyCompression supported: 1 2024-03-21T13:03:52.332 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: kLZ4Compression supported: 1 2024-03-21T13:03:52.332 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: kBZip2Compression supported: 0 2024-03-21T13:03:52.332 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-03-21T13:03:52.332 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-03-21T13:03:52.332 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000009 2024-03-21T13:03:52.332 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-03-21T13:03:52.333 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-03-21T13:03:52.333 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.merge_operator: 2024-03-21T13:03:52.333 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.compaction_filter: None 2024-03-21T13:03:52.333 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.compaction_filter_factory: None 2024-03-21T13:03:52.333 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.sst_partitioner_factory: None 2024-03-21T13:03:52.333 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-03-21T13:03:52.333 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-03-21T13:03:52.333 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5600de40fa60) 2024-03-21T13:03:52.333 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: cache_index_and_filter_blocks: 1 2024-03-21T13:03:52.333 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: cache_index_and_filter_blocks_with_high_priority: 0 2024-03-21T13:03:52.333 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-03-21T13:03:52.333 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: pin_top_level_index_and_filter: 1 2024-03-21T13:03:52.333 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: index_type: 0 2024-03-21T13:03:52.333 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: data_block_index_type: 0 2024-03-21T13:03:52.334 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: index_shortening: 1 2024-03-21T13:03:52.334 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: data_block_hash_table_util_ratio: 0.750000 2024-03-21T13:03:52.334 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: checksum: 4 2024-03-21T13:03:52.334 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: no_block_cache: 0 2024-03-21T13:03:52.334 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: block_cache: 0x5600de411090 2024-03-21T13:03:52.334 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: block_cache_name: BinnedLRUCache 2024-03-21T13:03:52.334 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: block_cache_options: 2024-03-21T13:03:52.334 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: capacity : 536870912 2024-03-21T13:03:52.334 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: num_shard_bits : 4 2024-03-21T13:03:52.334 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: strict_capacity_limit : 0 2024-03-21T13:03:52.334 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: high_pri_pool_ratio: 0.000 2024-03-21T13:03:52.334 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: block_cache_compressed: (nil) 2024-03-21T13:03:52.334 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: persistent_cache: (nil) 2024-03-21T13:03:52.334 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: block_size: 4096 2024-03-21T13:03:52.335 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: block_size_deviation: 10 2024-03-21T13:03:52.335 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: block_restart_interval: 16 2024-03-21T13:03:52.335 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: index_block_restart_interval: 1 2024-03-21T13:03:52.335 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: metadata_block_size: 4096 2024-03-21T13:03:52.335 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: partition_filters: 0 2024-03-21T13:03:52.335 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: use_delta_encoding: 1 2024-03-21T13:03:52.335 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: filter_policy: bloomfilter 2024-03-21T13:03:52.335 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: whole_key_filtering: 1 2024-03-21T13:03:52.335 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: verify_compression: 0 2024-03-21T13:03:52.335 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: read_amp_bytes_per_bit: 0 2024-03-21T13:03:52.335 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: format_version: 5 2024-03-21T13:03:52.335 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: enable_index_compression: 1 2024-03-21T13:03:52.335 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: block_align: 0 2024-03-21T13:03:52.335 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: max_auto_readahead_size: 262144 2024-03-21T13:03:52.336 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: prepopulate_block_cache: 0 2024-03-21T13:03:52.336 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: initial_auto_readahead_size: 8192 2024-03-21T13:03:52.336 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: num_file_reads_for_auto_readahead: 2 2024-03-21T13:03:52.336 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.write_buffer_size: 33554432 2024-03-21T13:03:52.336 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.max_write_buffer_number: 2 2024-03-21T13:03:52.336 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.compression: NoCompression 2024-03-21T13:03:52.336 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.bottommost_compression: Disabled 2024-03-21T13:03:52.336 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.prefix_extractor: nullptr 2024-03-21T13:03:52.336 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-03-21T13:03:52.336 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.num_levels: 7 2024-03-21T13:03:52.336 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-03-21T13:03:52.336 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-03-21T13:03:52.336 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-03-21T13:03:52.337 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-03-21T13:03:52.337 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-03-21T13:03:52.337 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-03-21T13:03:52.337 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-03-21T13:03:52.337 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-03-21T13:03:52.337 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-03-21T13:03:52.337 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-03-21T13:03:52.337 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-03-21T13:03:52.337 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-03-21T13:03:52.337 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-03-21T13:03:52.337 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.compression_opts.level: 32767 2024-03-21T13:03:52.337 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.compression_opts.strategy: 0 2024-03-21T13:03:52.337 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-03-21T13:03:52.337 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-03-21T13:03:52.338 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-03-21T13:03:52.338 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-03-21T13:03:52.338 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.compression_opts.enabled: false 2024-03-21T13:03:52.338 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-03-21T13:03:52.339 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-03-21T13:03:52.339 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-03-21T13:03:52.339 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-03-21T13:03:52.339 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.target_file_size_base: 67108864 2024-03-21T13:03:52.339 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-03-21T13:03:52.339 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-03-21T13:03:52.339 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-03-21T13:03:52.339 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-03-21T13:03:52.339 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-03-21T13:03:52.340 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-03-21T13:03:52.340 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-03-21T13:03:52.340 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-03-21T13:03:52.340 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-03-21T13:03:52.340 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-03-21T13:03:52.340 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-03-21T13:03:52.340 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-03-21T13:03:52.340 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-03-21T13:03:52.340 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-03-21T13:03:52.340 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.arena_block_size: 1048576 2024-03-21T13:03:52.340 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-03-21T13:03:52.340 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-03-21T13:03:52.340 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.disable_auto_compactions: 0 2024-03-21T13:03:52.340 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-03-21T13:03:52.341 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-03-21T13:03:52.341 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-03-21T13:03:52.341 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-03-21T13:03:52.341 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-03-21T13:03:52.341 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-03-21T13:03:52.341 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-03-21T13:03:52.341 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-03-21T13:03:52.341 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-03-21T13:03:52.341 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-03-21T13:03:52.341 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.table_properties_collectors: 2024-03-21T13:03:52.341 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.inplace_update_support: 0 2024-03-21T13:03:52.341 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-03-21T13:03:52.341 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-03-21T13:03:52.341 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-03-21T13:03:52.342 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-03-21T13:03:52.342 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.bloom_locality: 0 2024-03-21T13:03:52.342 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.max_successive_merges: 0 2024-03-21T13:03:52.342 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-03-21T13:03:52.342 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.paranoid_file_checks: 0 2024-03-21T13:03:52.342 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.force_consistency_checks: 1 2024-03-21T13:03:52.342 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.report_bg_io_stats: 0 2024-03-21T13:03:52.342 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.ttl: 2592000 2024-03-21T13:03:52.342 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-03-21T13:03:52.342 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-03-21T13:03:52.342 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-03-21T13:03:52.342 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.enable_blob_files: false 2024-03-21T13:03:52.343 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.min_blob_size: 0 2024-03-21T13:03:52.343 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.blob_file_size: 268435456 2024-03-21T13:03:52.343 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-03-21T13:03:52.343 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-03-21T13:03:52.343 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-03-21T13:03:52.343 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-03-21T13:03:52.343 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-03-21T13:03:52.343 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.blob_file_starting_level: 0 2024-03-21T13:03:52.343 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-03-21T13:03:52.343 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f092ea700 3 rocksdb: [table/block_based/block_based_table_reader.cc:721] At least one SST file opened without unique ID to verify: 54.sst 2024-03-21T13:03:52.344 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: [db/version_set.cc:4390] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2024-03-21T13:03:52.344 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 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 56, last_sequence is 33123, log_number is 52,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-03-21T13:03:52.344 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 52 2024-03-21T13:03:52.344 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: e76acf52-82c3-499f-8d8b-7cebfdc40af7 2024-03-21T13:03:52.344 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711026232031375, "job": 1, "event": "recovery_started", "wal_files": [52]} 2024-03-21T13:03:52.344 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.024+0000 7f6f14381c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #52 mode 2 2024-03-21T13:03:52.344 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.028+0000 7f6f14381c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711026232033834, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 57, "file_size": 181376, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 33128, "largest_seqno": 33232, "table_properties": {"data_size": 179801, "index_size": 371, "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": 1335, "raw_average_key_size": 25, "raw_value_size": 178450, "raw_average_value_size": 3431, "num_data_blocks": 16, "num_entries": 52, "num_filter_entries": 52, "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": 1711026232, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "e76acf52-82c3-499f-8d8b-7cebfdc40af7", "db_session_id": "4IN2D9Z82EKLOKED11TR", "orig_file_number": 57, "seqno_to_time_mapping": "N/A"}} 2024-03-21T13:03:52.344 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.028+0000 7f6f14381c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711026232034063, "job": 1, "event": "recovery_finished"} 2024-03-21T13:03:52.344 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.028+0000 7f6f14381c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 59 2024-03-21T13:03:52.344 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.028+0000 7f6f14381c80 4 rocksdb: [db/version_set.cc:4390] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2024-03-21T13:03:52.344 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.032+0000 7f6f14381c80 4 rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-b/store.db/000052.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-03-21T13:03:52.344 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.032+0000 7f6f14381c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x5600de504000 2024-03-21T13:03:52.344 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.032+0000 7f6f14381c80 4 rocksdb: DB pointer 0x5600de4ee000 2024-03-21T13:03:52.344 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.032+0000 7f6f02add700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-03-21T13:03:52.345 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.032+0000 7f6f02add700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-03-21T13:03:52.345 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: ** DB Stats ** 2024-03-21T13:03:52.345 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: Uptime(secs): 0.0 total, 0.0 interval 2024-03-21T13:03:52.345 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-03-21T13:03:52.345 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-21T13:03:52.345 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-21T13:03:52.345 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-03-21T13:03:52.345 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-21T13:03:52.345 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-21T13:03:52.345 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: ** Compaction Stats [default] ** 2024-03-21T13:03:52.345 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-03-21T13:03:52.345 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-03-21T13:03:52.345 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: L0 1/0 177.12 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 115.0 0.00 0.00 1 0.002 0 0 0.0 0.0 2024-03-21T13:03:52.345 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: L6 1/0 10.35 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 0.0 0.0 2024-03-21T13:03:52.345 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: Sum 2/0 10.52 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 115.0 0.00 0.00 1 0.002 0 0 0.0 0.0 2024-03-21T13:03:52.346 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 115.0 0.00 0.00 1 0.002 0 0 0.0 0.0 2024-03-21T13:03:52.346 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: ** Compaction Stats [default] ** 2024-03-21T13:03:52.346 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-03-21T13:03:52.346 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-21T13:03:52.346 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 115.0 0.00 0.00 1 0.002 0 0 0.0 0.0 2024-03-21T13:03:52.346 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-03-21T13:03:52.346 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: Uptime(secs): 0.0 total, 0.0 interval 2024-03-21T13:03:52.346 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: Flush(GB): cumulative 0.000, interval 0.000 2024-03-21T13:03:52.346 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: AddFile(GB): cumulative 0.000, interval 0.000 2024-03-21T13:03:52.346 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: AddFile(Total Files): cumulative 0, interval 0 2024-03-21T13:03:52.346 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: AddFile(L0 Files): cumulative 0, interval 0 2024-03-21T13:03:52.346 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: AddFile(Keys): cumulative 0, interval 0 2024-03-21T13:03:52.347 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: Cumulative compaction: 0.00 GB write, 22.16 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-21T13:03:52.347 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: Interval compaction: 0.00 GB write, 22.16 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-21T13:03:52.347 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-03-21T13:03:52.347 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: Block cache BinnedLRUCache@0x5600de411090#6 capacity: 512.00 MB usage: 0.69 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.9e-05 secs_since: 0 2024-03-21T13:03:52.347 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: Block cache entry stats(count,size,portion): FilterBlock(1,0.23 KB,4.47035e-05%) IndexBlock(1,0.45 KB,8.64267e-05%) Misc(1,0.00 KB,0%) 2024-03-21T13:03:52.347 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: ** File Read Latency Histogram By Level [default] ** 2024-03-21T13:03:52.347 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.032+0000 7f6f14381c80 0 starting mon.b rank 2 at public addrs [v2:172.21.15.184:3300/0,v1:172.21.15.184:6789/0] at bind addrs [v2:172.21.15.184:3300/0,v1:172.21.15.184:6789/0] mon_data /var/lib/ceph/mon/ceph-b fsid a94f249e-e780-11ee-95cd-87774f69a715 2024-03-21T13:03:52.347 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.036+0000 7f6f14381c80 1 mon.b@-1(???) e3 preinit fsid a94f249e-e780-11ee-95cd-87774f69a715 2024-03-21T13:03:52.347 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.036+0000 7f6f14381c80 0 mon.b@-1(???).mds e1 new map 2024-03-21T13:03:52.347 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.036+0000 7f6f14381c80 0 mon.b@-1(???).mds e1 print_map 2024-03-21T13:03:52.347 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: e1 2024-03-21T13:03:52.347 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: enable_multiple, ever_enabled_multiple: 1,1 2024-03-21T13:03:52.347 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-03-21T13:03:52.347 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: legacy client fscid: -1 2024-03-21T13:03:52.348 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: 2024-03-21T13:03:52.348 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: No filesystems configured 2024-03-21T13:03:52.348 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.036+0000 7f6f14381c80 0 mon.b@-1(???).osd e115 crush map has features 3314933000854323200, adjusting msgr requires 2024-03-21T13:03:52.348 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.036+0000 7f6f14381c80 0 mon.b@-1(???).osd e115 crush map has features 432629239337189376, adjusting msgr requires 2024-03-21T13:03:52.348 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.036+0000 7f6f14381c80 0 mon.b@-1(???).osd e115 crush map has features 432629239337189376, adjusting msgr requires 2024-03-21T13:03:52.348 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.036+0000 7f6f14381c80 0 mon.b@-1(???).osd e115 crush map has features 432629239337189376, adjusting msgr requires 2024-03-21T13:03:52.348 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:52 smithi184 bash[59794]: debug 2024-03-21T13:03:52.040+0000 7f6f14381c80 1 mon.b@-1(???).paxosservice(auth 1..28) refresh upgraded, format 0 -> 3 2024-03-21T13:03:53.510 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:53 smithi184 bash[59794]: cluster 2024-03-21T13:03:49.097280+0000 mgr.x (mgr.34104) 816 : cluster [DBG] pgmap v530: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 685 B/s rd, 0 op/s 2024-03-21T13:03:53.510 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:53 smithi184 bash[59794]: audit 2024-03-21T13:03:49.777443+0000 mon.a (mon.0) 648 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:03:53.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:53 smithi178 bash[75692]: cluster 2024-03-21T13:03:49.097280+0000 mgr.x (mgr.34104) 816 : cluster [DBG] pgmap v530: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 685 B/s rd, 0 op/s 2024-03-21T13:03:53.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:53 smithi178 bash[75692]: audit 2024-03-21T13:03:49.777443+0000 mon.a (mon.0) 648 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:03:53.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:53 smithi178 bash[77880]: cluster 2024-03-21T13:03:49.097280+0000 mgr.x (mgr.34104) 816 : cluster [DBG] pgmap v530: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 685 B/s rd, 0 op/s 2024-03-21T13:03:53.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:53 smithi178 bash[77880]: audit 2024-03-21T13:03:49.777443+0000 mon.a (mon.0) 648 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:03:53.822 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:03:53 smithi184 bash[54688]: ts=2024-03-21T13:03:53.508Z caller=manager.go:609 level=warn component="rule manager" group=nodes msg="Evaluating rule failed" rule="alert: CephNodeDiskspaceWarning\nexpr: predict_linear(node_filesystem_free_bytes{device=~\"/.*\"}[2d], 3600 * 24 * 5)\n * on(instance) group_left(nodename) node_uname_info < 0\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.8.4\n severity: warning\n type: ceph_default\nannotations:\n description: Mountpoint {{ $labels.mountpoint }} on {{ $labels.nodename }} will\n be full in less than 5 days based on the 48 hour trailing fill rate.\n summary: Host filesystem free space is getting low\n" err="found duplicate series for the match group {instance=\"smithi178\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi178\", job=\"node\", machine=\"x86_64\", nodename=\"smithi178\", release=\"5.4.0-174-generic\", sysname=\"Linux\", version=\"#193-Ubuntu SMP Thu Mar 7 14:29:28 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"a94f249e-e780-11ee-95cd-87774f69a715\", domainname=\"(none)\", instance=\"smithi178\", job=\"node\", machine=\"x86_64\", nodename=\"smithi178\", release=\"5.4.0-174-generic\", sysname=\"Linux\", version=\"#193-Ubuntu SMP Thu Mar 7 14:29:28 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-21T13:03:55.823 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:03:55 smithi184 bash[52419]: ::ffff:172.21.15.184 - - [21/Mar/2024:13:03:55] "GET /metrics HTTP/1.1" 200 38344 "" "Prometheus/2.33.4" 2024-03-21T13:03:57.322 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:03:57 smithi184 bash[52419]: debug 2024-03-21T13:03:57.048+0000 7f8424111700 -1 mgr.server handle_report got status from non-daemon mon.b 2024-03-21T13:03:58.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:58 smithi178 bash[75692]: cluster 2024-03-21T13:03:53.159451+0000 mon.a (mon.0) 657 : cluster [WRN] daemon grafana.a on smithi184 is in error state 2024-03-21T13:03:58.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:58 smithi178 bash[75692]: cluster 2024-03-21T13:03:53.169730+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-03-21T13:03:58.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:58 smithi178 bash[75692]: cluster 2024-03-21T13:03:53.169762+0000 mon.a (mon.0) 658 : cluster [INF] mon.a calling monitor election 2024-03-21T13:03:58.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:58 smithi178 bash[75692]: audit 2024-03-21T13:03:53.170963+0000 mon.a (mon.0) 659 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T13:03:58.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:58 smithi178 bash[75692]: audit 2024-03-21T13:03:53.171156+0000 mon.a (mon.0) 660 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:03:58.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:58 smithi178 bash[75692]: audit 2024-03-21T13:03:53.171426+0000 mon.a (mon.0) 661 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:03:58.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:58 smithi178 bash[75692]: cluster 2024-03-21T13:03:55.100791+0000 mgr.x (mgr.34104) 820 : cluster [DBG] pgmap v533: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-03-21T13:03:58.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:58 smithi178 bash[75692]: cluster 2024-03-21T13:03:57.102576+0000 mgr.x (mgr.34104) 821 : cluster [DBG] pgmap v534: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:03:58.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:58 smithi178 bash[75692]: cluster 2024-03-21T13:03:58.171306+0000 mon.a (mon.0) 662 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-03-21T13:03:58.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:58 smithi178 bash[75692]: cluster 2024-03-21T13:03:58.177901+0000 mon.a (mon.0) 663 : cluster [DBG] monmap e4: 3 mons at {a=[v2:172.21.15.178:3300/0,v1:172.21.15.178:6789/0],b=[v2:172.21.15.184:3300/0,v1:172.21.15.184:6789/0],c=[v2:172.21.15.178:3301/0,v1:172.21.15.178:6790/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-21T13:03:58.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:58 smithi178 bash[75692]: cluster 2024-03-21T13:03:58.179024+0000 mon.a (mon.0) 664 : cluster [DBG] fsmap 2024-03-21T13:03:58.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:58 smithi178 bash[75692]: cluster 2024-03-21T13:03:58.179088+0000 mon.a (mon.0) 665 : cluster [DBG] osdmap e115: 8 total, 8 up, 8 in 2024-03-21T13:03:58.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:58 smithi178 bash[75692]: cluster 2024-03-21T13:03:58.179673+0000 mon.a (mon.0) 666 : cluster [DBG] mgrmap e45: x(active, since 68s), standbys: y 2024-03-21T13:03:58.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:58 smithi178 bash[75692]: cluster 2024-03-21T13:03:58.179919+0000 mon.a (mon.0) 667 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-03-21T13:03:58.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:58 smithi178 bash[75692]: cluster 2024-03-21T13:03:58.189407+0000 mon.a (mon.0) 668 : cluster [WRN] Health detail: HEALTH_WARN 1 failed cephadm daemon(s); 1/3 mons down, quorum a,c 2024-03-21T13:03:58.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:58 smithi178 bash[75692]: cluster 2024-03-21T13:03:58.189442+0000 mon.a (mon.0) 669 : cluster [WRN] [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-21T13:03:58.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:58 smithi178 bash[75692]: cluster 2024-03-21T13:03:58.189455+0000 mon.a (mon.0) 670 : cluster [WRN] daemon grafana.a on smithi184 is in error state 2024-03-21T13:03:58.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:58 smithi178 bash[75692]: cluster 2024-03-21T13:03:58.189477+0000 mon.a (mon.0) 671 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-03-21T13:03:58.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:58 smithi178 bash[75692]: cluster 2024-03-21T13:03:58.189494+0000 mon.a (mon.0) 672 : cluster [WRN] mon.b (rank 2) addr [v2:172.21.15.184:3300/0,v1:172.21.15.184:6789/0] is down (out of quorum) 2024-03-21T13:03:58.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:58 smithi178 bash[75692]: audit 2024-03-21T13:03:58.195719+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:58.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:58 smithi178 bash[75692]: audit 2024-03-21T13:03:58.199186+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:58.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:58 smithi178 bash[75692]: audit 2024-03-21T13:03:58.207453+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:58.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:58 smithi178 bash[75692]: audit 2024-03-21T13:03:58.213632+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:58.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:58 smithi178 bash[75692]: audit 2024-03-21T13:03:58.224532+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:58.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:58 smithi178 bash[77880]: cluster 2024-03-21T13:03:53.159451+0000 mon.a (mon.0) 657 : cluster [WRN] daemon grafana.a on smithi184 is in error state 2024-03-21T13:03:58.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:58 smithi178 bash[77880]: cluster 2024-03-21T13:03:53.169730+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-03-21T13:03:58.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:58 smithi178 bash[77880]: cluster 2024-03-21T13:03:53.169762+0000 mon.a (mon.0) 658 : cluster [INF] mon.a calling monitor election 2024-03-21T13:03:58.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:58 smithi178 bash[77880]: audit 2024-03-21T13:03:53.170963+0000 mon.a (mon.0) 659 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T13:03:58.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:58 smithi178 bash[77880]: audit 2024-03-21T13:03:53.171156+0000 mon.a (mon.0) 660 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:03:58.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:58 smithi178 bash[77880]: audit 2024-03-21T13:03:53.171426+0000 mon.a (mon.0) 661 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:03:58.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:58 smithi178 bash[77880]: cluster 2024-03-21T13:03:55.100791+0000 mgr.x (mgr.34104) 820 : cluster [DBG] pgmap v533: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-03-21T13:03:58.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:58 smithi178 bash[77880]: cluster 2024-03-21T13:03:57.102576+0000 mgr.x (mgr.34104) 821 : cluster [DBG] pgmap v534: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:03:58.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:58 smithi178 bash[77880]: cluster 2024-03-21T13:03:58.171306+0000 mon.a (mon.0) 662 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-03-21T13:03:58.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:58 smithi178 bash[77880]: cluster 2024-03-21T13:03:58.177901+0000 mon.a (mon.0) 663 : cluster [DBG] monmap e4: 3 mons at {a=[v2:172.21.15.178:3300/0,v1:172.21.15.178:6789/0],b=[v2:172.21.15.184:3300/0,v1:172.21.15.184:6789/0],c=[v2:172.21.15.178:3301/0,v1:172.21.15.178:6790/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-21T13:03:58.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:58 smithi178 bash[77880]: cluster 2024-03-21T13:03:58.179024+0000 mon.a (mon.0) 664 : cluster [DBG] fsmap 2024-03-21T13:03:58.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:58 smithi178 bash[77880]: cluster 2024-03-21T13:03:58.179088+0000 mon.a (mon.0) 665 : cluster [DBG] osdmap e115: 8 total, 8 up, 8 in 2024-03-21T13:03:58.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:58 smithi178 bash[77880]: cluster 2024-03-21T13:03:58.179673+0000 mon.a (mon.0) 666 : cluster [DBG] mgrmap e45: x(active, since 68s), standbys: y 2024-03-21T13:03:58.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:58 smithi178 bash[77880]: cluster 2024-03-21T13:03:58.179919+0000 mon.a (mon.0) 667 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-03-21T13:03:58.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:58 smithi178 bash[77880]: cluster 2024-03-21T13:03:58.189407+0000 mon.a (mon.0) 668 : cluster [WRN] Health detail: HEALTH_WARN 1 failed cephadm daemon(s); 1/3 mons down, quorum a,c 2024-03-21T13:03:58.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:58 smithi178 bash[77880]: cluster 2024-03-21T13:03:58.189442+0000 mon.a (mon.0) 669 : cluster [WRN] [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-21T13:03:58.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:58 smithi178 bash[77880]: cluster 2024-03-21T13:03:58.189455+0000 mon.a (mon.0) 670 : cluster [WRN] daemon grafana.a on smithi184 is in error state 2024-03-21T13:03:58.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:58 smithi178 bash[77880]: cluster 2024-03-21T13:03:58.189477+0000 mon.a (mon.0) 671 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-03-21T13:03:58.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:58 smithi178 bash[77880]: cluster 2024-03-21T13:03:58.189494+0000 mon.a (mon.0) 672 : cluster [WRN] mon.b (rank 2) addr [v2:172.21.15.184:3300/0,v1:172.21.15.184:6789/0] is down (out of quorum) 2024-03-21T13:03:58.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:58 smithi178 bash[77880]: audit 2024-03-21T13:03:58.195719+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:58.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:58 smithi178 bash[77880]: audit 2024-03-21T13:03:58.199186+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:58.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:58 smithi178 bash[77880]: audit 2024-03-21T13:03:58.207453+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:58.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:58 smithi178 bash[77880]: audit 2024-03-21T13:03:58.213632+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:58.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:58 smithi178 bash[77880]: audit 2024-03-21T13:03:58.224532+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:58.763 INFO:teuthology.orchestra.run.smithi178.stdout:true 2024-03-21T13:03:59.073 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:03:58 smithi184 bash[54688]: ts=2024-03-21T13:03:58.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.178\", device_class=\"ssd\", hostname=\"smithi178\", instance=\"172.21.15.184:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.178\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster=\"a94f249e-e780-11ee-95cd-87774f69a715\", cluster_addr=\"172.21.15.178\", device_class=\"ssd\", hostname=\"smithi178\", instance=\"smithi184:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.178\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-21T13:03:59.533 INFO:teuthology.orchestra.run.smithi178.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-21T13:03:59.533 INFO:teuthology.orchestra.run.smithi178.stdout:agent.smithi178 smithi178 running 14s ago 17m - - 2024-03-21T13:03:59.533 INFO:teuthology.orchestra.run.smithi178.stdout:agent.smithi184 smithi184 running 1s ago 17m - - 2024-03-21T13:03:59.533 INFO:teuthology.orchestra.run.smithi178.stdout:alertmanager.a smithi178 *:9093,9094 running (4m) 14s ago 10m 16.1M - 0.23.0 ba2b418f427c b9533705fcaf 2024-03-21T13:03:59.533 INFO:teuthology.orchestra.run.smithi178.stdout:grafana.a smithi184 *:3000 error 1s ago 10m - - 2024-03-21T13:03:59.533 INFO:teuthology.orchestra.run.smithi178.stdout:iscsi.foo.smithi178.qfgpzc smithi178 running (2m) 14s ago 8m 48.6M - 3.5 e1d6a67b021e 8cd81f5e1d31 2024-03-21T13:03:59.533 INFO:teuthology.orchestra.run.smithi178.stdout:mgr.x smithi184 *:8443,9283,8765 running (2m) 1s ago 17m 503M - 19.0.0-2267-g960fbbe4 19e12293512f 23b748469eab 2024-03-21T13:03:59.533 INFO:teuthology.orchestra.run.smithi178.stdout:mgr.y smithi178 *:8443,9283,8765 running (100s) 14s ago 19m 442M - 19.0.0-2267-g960fbbe4 19e12293512f 4b58d9293a93 2024-03-21T13:03:59.533 INFO:teuthology.orchestra.run.smithi178.stdout:mon.a smithi178 running (52s) 14s ago 19m 58.0M 2048M 19.0.0-2267-g960fbbe4 19e12293512f cdcc04604451 2024-03-21T13:03:59.534 INFO:teuthology.orchestra.run.smithi178.stdout:mon.b smithi184 running (17m) 1s ago 17m 67.9M 2048M 17.2.0 e1d6a67b021e 2c060c770e3f 2024-03-21T13:03:59.534 INFO:teuthology.orchestra.run.smithi178.stdout:mon.c smithi178 running (28s) 14s ago 17m 35.7M 2048M 19.0.0-2267-g960fbbe4 19e12293512f 1de13280fabe 2024-03-21T13:03:59.534 INFO:teuthology.orchestra.run.smithi178.stdout:node-exporter.a smithi178 *:9100 running (4m) 14s ago 11m 12.2M - 1.3.1 1dbe0e931976 5d4ec1307be5 2024-03-21T13:03:59.534 INFO:teuthology.orchestra.run.smithi178.stdout:node-exporter.b smithi184 *:9100 running (3m) 1s ago 11m 11.9M - 1.3.1 1dbe0e931976 2a37d9a9b638 2024-03-21T13:03:59.534 INFO:teuthology.orchestra.run.smithi178.stdout:osd.0 smithi178 running (16m) 14s ago 16m 60.5M 4096M 17.2.0 e1d6a67b021e d6b8ef28417b 2024-03-21T13:03:59.534 INFO:teuthology.orchestra.run.smithi178.stdout:osd.1 smithi178 running (15m) 14s ago 16m 61.1M 4096M 17.2.0 e1d6a67b021e f1a18d3887e4 2024-03-21T13:03:59.534 INFO:teuthology.orchestra.run.smithi178.stdout:osd.2 smithi178 running (15m) 14s ago 15m 56.1M 4096M 17.2.0 e1d6a67b021e 20f205591c9c 2024-03-21T13:03:59.534 INFO:teuthology.orchestra.run.smithi178.stdout:osd.3 smithi178 running (14m) 14s ago 14m 58.2M 4096M 17.2.0 e1d6a67b021e a4f15fefa0b8 2024-03-21T13:03:59.534 INFO:teuthology.orchestra.run.smithi178.stdout:osd.4 smithi184 running (14m) 1s ago 14m 58.8M 4096M 17.2.0 e1d6a67b021e e20e0f763007 2024-03-21T13:03:59.534 INFO:teuthology.orchestra.run.smithi178.stdout:osd.5 smithi184 running (13m) 1s ago 13m 57.2M 4096M 17.2.0 e1d6a67b021e a0e050155046 2024-03-21T13:03:59.534 INFO:teuthology.orchestra.run.smithi178.stdout:osd.6 smithi184 running (12m) 1s ago 12m 57.3M 4096M 17.2.0 e1d6a67b021e 68fa324445fb 2024-03-21T13:03:59.534 INFO:teuthology.orchestra.run.smithi178.stdout:osd.7 smithi184 running (12m) 1s ago 12m 58.5M 4096M 17.2.0 e1d6a67b021e 9153684ac7cd 2024-03-21T13:03:59.535 INFO:teuthology.orchestra.run.smithi178.stdout:prometheus.a smithi184 *:9095 running (2m) 1s ago 11m 62.5M - 2.33.4 514e6a882f6e 68f156839b90 2024-03-21T13:03:59.535 INFO:teuthology.orchestra.run.smithi178.stdout:rgw.foo.smithi178.amgrte smithi178 *:8000 running (9m) 14s ago 9m 87.7M - 17.2.0 e1d6a67b021e d914bef5b616 2024-03-21T13:03:59.535 INFO:teuthology.orchestra.run.smithi178.stdout:rgw.foo.smithi184.sylqte smithi184 *:8000 running (9m) 1s ago 9m 87.3M - 17.2.0 e1d6a67b021e 71e9025bfe7b 2024-03-21T13:03:59.535 INFO:teuthology.orchestra.run.smithi178.stdout:rgw.smpl.smithi178.avyvkd smithi178 *:80 running (8m) 14s ago 8m 87.8M - 17.2.0 e1d6a67b021e 95dce05fca01 2024-03-21T13:03:59.535 INFO:teuthology.orchestra.run.smithi178.stdout:rgw.smpl.smithi184.ccsuhn smithi184 *:80 running (8m) 1s ago 8m 87.6M - 17.2.0 e1d6a67b021e c3b20c5f0cde 2024-03-21T13:03:59.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:59 smithi178 bash[75692]: cluster 2024-03-21T13:03:58.217868+0000 mgr.x (mgr.34104) 822 : cluster [DBG] pgmap v535: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 920 B/s rd, 0 op/s 2024-03-21T13:03:59.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:59 smithi178 bash[75692]: cluster 2024-03-21T13:03:58.218490+0000 mgr.x (mgr.34104) 823 : cluster [DBG] pgmap v536: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-21T13:03:59.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:59 smithi178 bash[75692]: audit 2024-03-21T13:03:58.252376+0000 mon.a (mon.0) 678 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:59.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:59 smithi178 bash[75692]: audit 2024-03-21T13:03:58.254442+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:59.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:59 smithi178 bash[75692]: cluster 2024-03-21T13:03:58.259373+0000 mgr.x (mgr.34104) 824 : cluster [DBG] pgmap v537: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 714 B/s rd, 0 op/s 2024-03-21T13:03:59.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:59 smithi178 bash[75692]: cluster 2024-03-21T13:03:58.260009+0000 mgr.x (mgr.34104) 825 : cluster [DBG] pgmap v538: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 992 B/s rd, 0 op/s 2024-03-21T13:03:59.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:59 smithi178 bash[75692]: audit 2024-03-21T13:03:58.265302+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:59.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:59 smithi178 bash[75692]: cephadm 2024-03-21T13:03:58.267861+0000 mgr.x (mgr.34104) 826 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:59.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:59 smithi178 bash[75692]: audit 2024-03-21T13:03:58.333568+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T13:03:59.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:59 smithi178 bash[75692]: cephadm 2024-03-21T13:03:58.334387+0000 mgr.x (mgr.34104) 827 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-03-21T13:03:59.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:59 smithi178 bash[75692]: audit 2024-03-21T13:03:58.335768+0000 mon.a (mon.0) 682 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-21T13:03:59.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:59 smithi178 bash[75692]: audit 2024-03-21T13:03:58.337913+0000 mon.a (mon.0) 683 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:59.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:59 smithi178 bash[75692]: cephadm 2024-03-21T13:03:58.341842+0000 mgr.x (mgr.34104) 828 : cephadm [INF] Reconfiguring daemon mon.a on smithi178 2024-03-21T13:03:59.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:59 smithi178 bash[75692]: audit 2024-03-21T13:03:58.742177+0000 mgr.x (mgr.34104) 829 : audit [DBG] from='client.44136 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:03:59.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:03:59 smithi178 bash[75692]: audit 2024-03-21T13:03:59.122542+0000 mgr.x (mgr.34104) 830 : audit [DBG] from='client.54109 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:03:59.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:59 smithi178 bash[77880]: cluster 2024-03-21T13:03:58.217868+0000 mgr.x (mgr.34104) 822 : cluster [DBG] pgmap v535: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 920 B/s rd, 0 op/s 2024-03-21T13:03:59.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:59 smithi178 bash[77880]: cluster 2024-03-21T13:03:58.218490+0000 mgr.x (mgr.34104) 823 : cluster [DBG] pgmap v536: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-21T13:03:59.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:59 smithi178 bash[77880]: audit 2024-03-21T13:03:58.252376+0000 mon.a (mon.0) 678 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:59.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:59 smithi178 bash[77880]: audit 2024-03-21T13:03:58.254442+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:59.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:59 smithi178 bash[77880]: cluster 2024-03-21T13:03:58.259373+0000 mgr.x (mgr.34104) 824 : cluster [DBG] pgmap v537: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 714 B/s rd, 0 op/s 2024-03-21T13:03:59.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:59 smithi178 bash[77880]: cluster 2024-03-21T13:03:58.260009+0000 mgr.x (mgr.34104) 825 : cluster [DBG] pgmap v538: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 992 B/s rd, 0 op/s 2024-03-21T13:03:59.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:59 smithi178 bash[77880]: audit 2024-03-21T13:03:58.265302+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:59.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:59 smithi178 bash[77880]: cephadm 2024-03-21T13:03:58.267861+0000 mgr.x (mgr.34104) 826 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:59.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:59 smithi178 bash[77880]: audit 2024-03-21T13:03:58.333568+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T13:03:59.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:59 smithi178 bash[77880]: cephadm 2024-03-21T13:03:58.334387+0000 mgr.x (mgr.34104) 827 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-03-21T13:03:59.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:59 smithi178 bash[77880]: audit 2024-03-21T13:03:58.335768+0000 mon.a (mon.0) 682 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-21T13:03:59.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:59 smithi178 bash[77880]: audit 2024-03-21T13:03:58.337913+0000 mon.a (mon.0) 683 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:59.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:59 smithi178 bash[77880]: cephadm 2024-03-21T13:03:58.341842+0000 mgr.x (mgr.34104) 828 : cephadm [INF] Reconfiguring daemon mon.a on smithi178 2024-03-21T13:03:59.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:59 smithi178 bash[77880]: audit 2024-03-21T13:03:58.742177+0000 mgr.x (mgr.34104) 829 : audit [DBG] from='client.44136 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:03:59.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:03:59 smithi178 bash[77880]: audit 2024-03-21T13:03:59.122542+0000 mgr.x (mgr.34104) 830 : audit [DBG] from='client.54109 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:03:59.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:59 smithi184 bash[59794]: cluster 2024-03-21T13:03:53.159451+0000 mon.a (mon.0) 657 : cluster [WRN] daemon grafana.a on smithi184 is in error state 2024-03-21T13:03:59.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:59 smithi184 bash[59794]: cluster 2024-03-21T13:03:53.169730+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-03-21T13:03:59.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:59 smithi184 bash[59794]: cluster 2024-03-21T13:03:53.169762+0000 mon.a (mon.0) 658 : cluster [INF] mon.a calling monitor election 2024-03-21T13:03:59.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:59 smithi184 bash[59794]: audit 2024-03-21T13:03:53.170963+0000 mon.a (mon.0) 659 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T13:03:59.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:59 smithi184 bash[59794]: audit 2024-03-21T13:03:53.171156+0000 mon.a (mon.0) 660 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T13:03:59.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:59 smithi184 bash[59794]: audit 2024-03-21T13:03:53.171426+0000 mon.a (mon.0) 661 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T13:03:59.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:59 smithi184 bash[59794]: cluster 2024-03-21T13:03:55.100791+0000 mgr.x (mgr.34104) 820 : cluster [DBG] pgmap v533: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-03-21T13:03:59.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:59 smithi184 bash[59794]: cluster 2024-03-21T13:03:57.102576+0000 mgr.x (mgr.34104) 821 : cluster [DBG] pgmap v534: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:03:59.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:59 smithi184 bash[59794]: cluster 2024-03-21T13:03:58.171306+0000 mon.a (mon.0) 662 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-03-21T13:03:59.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:59 smithi184 bash[59794]: cluster 2024-03-21T13:03:58.177901+0000 mon.a (mon.0) 663 : cluster [DBG] monmap e4: 3 mons at {a=[v2:172.21.15.178:3300/0,v1:172.21.15.178:6789/0],b=[v2:172.21.15.184:3300/0,v1:172.21.15.184:6789/0],c=[v2:172.21.15.178:3301/0,v1:172.21.15.178:6790/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-21T13:03:59.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:59 smithi184 bash[59794]: cluster 2024-03-21T13:03:58.179024+0000 mon.a (mon.0) 664 : cluster [DBG] fsmap 2024-03-21T13:03:59.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:59 smithi184 bash[59794]: cluster 2024-03-21T13:03:58.179088+0000 mon.a (mon.0) 665 : cluster [DBG] osdmap e115: 8 total, 8 up, 8 in 2024-03-21T13:03:59.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:59 smithi184 bash[59794]: cluster 2024-03-21T13:03:58.179673+0000 mon.a (mon.0) 666 : cluster [DBG] mgrmap e45: x(active, since 68s), standbys: y 2024-03-21T13:03:59.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:59 smithi184 bash[59794]: cluster 2024-03-21T13:03:58.179919+0000 mon.a (mon.0) 667 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-03-21T13:03:59.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:59 smithi184 bash[59794]: cluster 2024-03-21T13:03:58.189407+0000 mon.a (mon.0) 668 : cluster [WRN] Health detail: HEALTH_WARN 1 failed cephadm daemon(s); 1/3 mons down, quorum a,c 2024-03-21T13:03:59.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:59 smithi184 bash[59794]: cluster 2024-03-21T13:03:58.189442+0000 mon.a (mon.0) 669 : cluster [WRN] [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-21T13:03:59.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:59 smithi184 bash[59794]: cluster 2024-03-21T13:03:58.189455+0000 mon.a (mon.0) 670 : cluster [WRN] daemon grafana.a on smithi184 is in error state 2024-03-21T13:03:59.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:59 smithi184 bash[59794]: cluster 2024-03-21T13:03:58.189477+0000 mon.a (mon.0) 671 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-03-21T13:03:59.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:59 smithi184 bash[59794]: cluster 2024-03-21T13:03:58.189494+0000 mon.a (mon.0) 672 : cluster [WRN] mon.b (rank 2) addr [v2:172.21.15.184:3300/0,v1:172.21.15.184:6789/0] is down (out of quorum) 2024-03-21T13:03:59.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:59 smithi184 bash[59794]: audit 2024-03-21T13:03:58.195719+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:59.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:59 smithi184 bash[59794]: audit 2024-03-21T13:03:58.199186+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:59.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:59 smithi184 bash[59794]: audit 2024-03-21T13:03:58.207453+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:59.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:59 smithi184 bash[59794]: audit 2024-03-21T13:03:58.213632+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:59.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:59 smithi184 bash[59794]: audit 2024-03-21T13:03:58.224532+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:59.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:59 smithi184 bash[59794]: cluster 2024-03-21T13:03:58.217868+0000 mgr.x (mgr.34104) 822 : cluster [DBG] pgmap v535: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 920 B/s rd, 0 op/s 2024-03-21T13:03:59.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:59 smithi184 bash[59794]: cluster 2024-03-21T13:03:58.218490+0000 mgr.x (mgr.34104) 823 : cluster [DBG] pgmap v536: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-21T13:03:59.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:59 smithi184 bash[59794]: audit 2024-03-21T13:03:58.252376+0000 mon.a (mon.0) 678 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:59.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:59 smithi184 bash[59794]: audit 2024-03-21T13:03:58.254442+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:03:59.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:59 smithi184 bash[59794]: cluster 2024-03-21T13:03:58.259373+0000 mgr.x (mgr.34104) 824 : cluster [DBG] pgmap v537: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 714 B/s rd, 0 op/s 2024-03-21T13:03:59.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:59 smithi184 bash[59794]: cluster 2024-03-21T13:03:58.260009+0000 mgr.x (mgr.34104) 825 : cluster [DBG] pgmap v538: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 992 B/s rd, 0 op/s 2024-03-21T13:03:59.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:59 smithi184 bash[59794]: audit 2024-03-21T13:03:58.265302+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:03:59.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:59 smithi184 bash[59794]: cephadm 2024-03-21T13:03:58.267861+0000 mgr.x (mgr.34104) 826 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:03:59.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:59 smithi184 bash[59794]: audit 2024-03-21T13:03:58.333568+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T13:03:59.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:59 smithi184 bash[59794]: cephadm 2024-03-21T13:03:58.334387+0000 mgr.x (mgr.34104) 827 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-03-21T13:03:59.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:59 smithi184 bash[59794]: audit 2024-03-21T13:03:58.335768+0000 mon.a (mon.0) 682 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-21T13:03:59.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:59 smithi184 bash[59794]: audit 2024-03-21T13:03:58.337913+0000 mon.a (mon.0) 683 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:03:59.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:59 smithi184 bash[59794]: cephadm 2024-03-21T13:03:58.341842+0000 mgr.x (mgr.34104) 828 : cephadm [INF] Reconfiguring daemon mon.a on smithi178 2024-03-21T13:03:59.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:59 smithi184 bash[59794]: audit 2024-03-21T13:03:58.742177+0000 mgr.x (mgr.34104) 829 : audit [DBG] from='client.44136 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:03:59.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:03:59 smithi184 bash[59794]: audit 2024-03-21T13:03:59.122542+0000 mgr.x (mgr.34104) 830 : audit [DBG] from='client.54109 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:04:00.011 INFO:teuthology.orchestra.run.smithi178.stdout:{ 2024-03-21T13:04:00.011 INFO:teuthology.orchestra.run.smithi178.stdout: "mon": { 2024-03-21T13:04:00.011 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 3 2024-03-21T13:04:00.011 INFO:teuthology.orchestra.run.smithi178.stdout: }, 2024-03-21T13:04:00.012 INFO:teuthology.orchestra.run.smithi178.stdout: "mgr": { 2024-03-21T13:04:00.012 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 2 2024-03-21T13:04:00.012 INFO:teuthology.orchestra.run.smithi178.stdout: }, 2024-03-21T13:04:00.012 INFO:teuthology.orchestra.run.smithi178.stdout: "osd": { 2024-03-21T13:04:00.012 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2024-03-21T13:04:00.012 INFO:teuthology.orchestra.run.smithi178.stdout: }, 2024-03-21T13:04:00.012 INFO:teuthology.orchestra.run.smithi178.stdout: "rgw": { 2024-03-21T13:04:00.012 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2024-03-21T13:04:00.012 INFO:teuthology.orchestra.run.smithi178.stdout: }, 2024-03-21T13:04:00.012 INFO:teuthology.orchestra.run.smithi178.stdout: "overall": { 2024-03-21T13:04:00.012 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 12, 2024-03-21T13:04:00.012 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 5 2024-03-21T13:04:00.012 INFO:teuthology.orchestra.run.smithi178.stdout: } 2024-03-21T13:04:00.012 INFO:teuthology.orchestra.run.smithi178.stdout:} 2024-03-21T13:04:00.393 INFO:teuthology.orchestra.run.smithi178.stdout:{ 2024-03-21T13:04:00.393 INFO:teuthology.orchestra.run.smithi178.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753", 2024-03-21T13:04:00.393 INFO:teuthology.orchestra.run.smithi178.stdout: "in_progress": true, 2024-03-21T13:04:00.393 INFO:teuthology.orchestra.run.smithi178.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-21T13:04:00.393 INFO:teuthology.orchestra.run.smithi178.stdout: "services_complete": [ 2024-03-21T13:04:00.393 INFO:teuthology.orchestra.run.smithi178.stdout: "mgr" 2024-03-21T13:04:00.393 INFO:teuthology.orchestra.run.smithi178.stdout: ], 2024-03-21T13:04:00.393 INFO:teuthology.orchestra.run.smithi178.stdout: "progress": "4/23 daemons upgraded", 2024-03-21T13:04:00.393 INFO:teuthology.orchestra.run.smithi178.stdout: "message": "Currently upgrading mon daemons", 2024-03-21T13:04:00.394 INFO:teuthology.orchestra.run.smithi178.stdout: "is_paused": false 2024-03-21T13:04:00.394 INFO:teuthology.orchestra.run.smithi178.stdout:} 2024-03-21T13:04:00.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:00 smithi178 bash[77880]: cluster 2024-03-21T13:03:53.176138+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2024-03-21T13:04:00.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:00 smithi178 bash[77880]: cluster 2024-03-21T13:03:59.467000+0000 mon.c (mon.1) 3 : cluster [INF] mon.c calling monitor election 2024-03-21T13:04:00.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:00 smithi178 bash[77880]: cluster 2024-03-21T13:03:59.467079+0000 mon.a (mon.0) 684 : cluster [INF] mon.a calling monitor election 2024-03-21T13:04:00.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:00 smithi178 bash[77880]: cluster 2024-03-21T13:03:59.493620+0000 mon.a (mon.0) 685 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-03-21T13:04:00.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:00 smithi178 bash[77880]: cluster 2024-03-21T13:03:59.505795+0000 mon.a (mon.0) 686 : cluster [DBG] monmap e4: 3 mons at {a=[v2:172.21.15.178:3300/0,v1:172.21.15.178:6789/0],b=[v2:172.21.15.184:3300/0,v1:172.21.15.184:6789/0],c=[v2:172.21.15.178:3301/0,v1:172.21.15.178:6790/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-21T13:04:00.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:00 smithi178 bash[77880]: audit 2024-03-21T13:03:59.505916+0000 mgr.x (mgr.34104) 831 : audit [DBG] from='client.44148 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:04:00.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:00 smithi178 bash[77880]: cluster 2024-03-21T13:03:59.506688+0000 mon.a (mon.0) 687 : cluster [DBG] fsmap 2024-03-21T13:04:00.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:00 smithi178 bash[77880]: cluster 2024-03-21T13:03:59.506764+0000 mon.a (mon.0) 688 : cluster [DBG] osdmap e115: 8 total, 8 up, 8 in 2024-03-21T13:04:00.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:00 smithi178 bash[77880]: cluster 2024-03-21T13:03:59.507371+0000 mon.a (mon.0) 689 : cluster [DBG] mgrmap e45: x(active, since 70s), standbys: y 2024-03-21T13:04:00.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:00 smithi178 bash[77880]: cluster 2024-03-21T13:03:59.507755+0000 mon.a (mon.0) 690 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-03-21T13:04:00.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:00 smithi178 bash[77880]: cluster 2024-03-21T13:03:59.516276+0000 mon.a (mon.0) 691 : cluster [WRN] Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-21T13:04:00.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:00 smithi178 bash[77880]: cluster 2024-03-21T13:03:59.516308+0000 mon.a (mon.0) 692 : cluster [WRN] [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-21T13:04:00.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:00 smithi178 bash[77880]: cluster 2024-03-21T13:03:59.516322+0000 mon.a (mon.0) 693 : cluster [WRN] daemon grafana.a on smithi184 is in error state 2024-03-21T13:04:00.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:00 smithi178 bash[77880]: audit 2024-03-21T13:04:00.008769+0000 mon.a (mon.0) 694 : audit [DBG] from='client.? 172.21.15.178:0/1057283460' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:04:00.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:00 smithi178 bash[75692]: cluster 2024-03-21T13:03:53.176138+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2024-03-21T13:04:00.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:00 smithi178 bash[75692]: cluster 2024-03-21T13:03:59.467000+0000 mon.c (mon.1) 3 : cluster [INF] mon.c calling monitor election 2024-03-21T13:04:00.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:00 smithi178 bash[75692]: cluster 2024-03-21T13:03:59.467079+0000 mon.a (mon.0) 684 : cluster [INF] mon.a calling monitor election 2024-03-21T13:04:00.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:00 smithi178 bash[75692]: cluster 2024-03-21T13:03:59.493620+0000 mon.a (mon.0) 685 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-03-21T13:04:00.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:00 smithi178 bash[75692]: cluster 2024-03-21T13:03:59.505795+0000 mon.a (mon.0) 686 : cluster [DBG] monmap e4: 3 mons at {a=[v2:172.21.15.178:3300/0,v1:172.21.15.178:6789/0],b=[v2:172.21.15.184:3300/0,v1:172.21.15.184:6789/0],c=[v2:172.21.15.178:3301/0,v1:172.21.15.178:6790/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-21T13:04:00.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:00 smithi178 bash[75692]: audit 2024-03-21T13:03:59.505916+0000 mgr.x (mgr.34104) 831 : audit [DBG] from='client.44148 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:04:00.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:00 smithi178 bash[75692]: cluster 2024-03-21T13:03:59.506688+0000 mon.a (mon.0) 687 : cluster [DBG] fsmap 2024-03-21T13:04:00.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:00 smithi178 bash[75692]: cluster 2024-03-21T13:03:59.506764+0000 mon.a (mon.0) 688 : cluster [DBG] osdmap e115: 8 total, 8 up, 8 in 2024-03-21T13:04:00.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:00 smithi178 bash[75692]: cluster 2024-03-21T13:03:59.507371+0000 mon.a (mon.0) 689 : cluster [DBG] mgrmap e45: x(active, since 70s), standbys: y 2024-03-21T13:04:00.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:00 smithi178 bash[75692]: cluster 2024-03-21T13:03:59.507755+0000 mon.a (mon.0) 690 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-03-21T13:04:00.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:00 smithi178 bash[75692]: cluster 2024-03-21T13:03:59.516276+0000 mon.a (mon.0) 691 : cluster [WRN] Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-21T13:04:00.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:00 smithi178 bash[75692]: cluster 2024-03-21T13:03:59.516308+0000 mon.a (mon.0) 692 : cluster [WRN] [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-21T13:04:00.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:00 smithi178 bash[75692]: cluster 2024-03-21T13:03:59.516322+0000 mon.a (mon.0) 693 : cluster [WRN] daemon grafana.a on smithi184 is in error state 2024-03-21T13:04:00.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:00 smithi178 bash[75692]: audit 2024-03-21T13:04:00.008769+0000 mon.a (mon.0) 694 : audit [DBG] from='client.? 172.21.15.178:0/1057283460' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:04:00.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:00 smithi184 bash[59794]: cluster 2024-03-21T13:03:53.176138+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2024-03-21T13:04:00.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:00 smithi184 bash[59794]: cluster 2024-03-21T13:03:59.467000+0000 mon.c (mon.1) 3 : cluster [INF] mon.c calling monitor election 2024-03-21T13:04:00.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:00 smithi184 bash[59794]: cluster 2024-03-21T13:03:59.467079+0000 mon.a (mon.0) 684 : cluster [INF] mon.a calling monitor election 2024-03-21T13:04:00.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:00 smithi184 bash[59794]: cluster 2024-03-21T13:03:59.493620+0000 mon.a (mon.0) 685 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-03-21T13:04:00.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:00 smithi184 bash[59794]: cluster 2024-03-21T13:03:59.505795+0000 mon.a (mon.0) 686 : cluster [DBG] monmap e4: 3 mons at {a=[v2:172.21.15.178:3300/0,v1:172.21.15.178:6789/0],b=[v2:172.21.15.184:3300/0,v1:172.21.15.184:6789/0],c=[v2:172.21.15.178:3301/0,v1:172.21.15.178:6790/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-21T13:04:00.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:00 smithi184 bash[59794]: audit 2024-03-21T13:03:59.505916+0000 mgr.x (mgr.34104) 831 : audit [DBG] from='client.44148 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:04:00.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:00 smithi184 bash[59794]: cluster 2024-03-21T13:03:59.506688+0000 mon.a (mon.0) 687 : cluster [DBG] fsmap 2024-03-21T13:04:00.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:00 smithi184 bash[59794]: cluster 2024-03-21T13:03:59.506764+0000 mon.a (mon.0) 688 : cluster [DBG] osdmap e115: 8 total, 8 up, 8 in 2024-03-21T13:04:00.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:00 smithi184 bash[59794]: cluster 2024-03-21T13:03:59.507371+0000 mon.a (mon.0) 689 : cluster [DBG] mgrmap e45: x(active, since 70s), standbys: y 2024-03-21T13:04:00.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:00 smithi184 bash[59794]: cluster 2024-03-21T13:03:59.507755+0000 mon.a (mon.0) 690 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-03-21T13:04:00.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:00 smithi184 bash[59794]: cluster 2024-03-21T13:03:59.516276+0000 mon.a (mon.0) 691 : cluster [WRN] Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-21T13:04:00.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:00 smithi184 bash[59794]: cluster 2024-03-21T13:03:59.516308+0000 mon.a (mon.0) 692 : cluster [WRN] [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-21T13:04:00.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:00 smithi184 bash[59794]: cluster 2024-03-21T13:03:59.516322+0000 mon.a (mon.0) 693 : cluster [WRN] daemon grafana.a on smithi184 is in error state 2024-03-21T13:04:00.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:00 smithi184 bash[59794]: audit 2024-03-21T13:04:00.008769+0000 mon.a (mon.0) 694 : audit [DBG] from='client.? 172.21.15.178:0/1057283460' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:04:00.844 INFO:teuthology.orchestra.run.smithi178.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-21T13:04:00.844 INFO:teuthology.orchestra.run.smithi178.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-21T13:04:00.844 INFO:teuthology.orchestra.run.smithi178.stdout: daemon grafana.a on smithi184 is in error state 2024-03-21T13:04:02.010 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:01 smithi178 bash[75692]: cluster 2024-03-21T13:04:00.260856+0000 mgr.x (mgr.34104) 832 : cluster [DBG] pgmap v539: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 992 B/s rd, 0 op/s 2024-03-21T13:04:02.010 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:01 smithi178 bash[75692]: audit 2024-03-21T13:04:00.391386+0000 mgr.x (mgr.34104) 833 : audit [DBG] from='client.54127 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:04:02.010 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:01 smithi178 bash[75692]: audit 2024-03-21T13:04:00.588434+0000 mgr.x (mgr.34104) 834 : audit [DBG] from='client.15585 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:04:02.011 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:01 smithi178 bash[75692]: audit 2024-03-21T13:04:00.644672+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:04:02.011 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:01 smithi178 bash[75692]: audit 2024-03-21T13:04:00.655136+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:04:02.011 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:01 smithi178 bash[75692]: audit 2024-03-21T13:04:00.665459+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-21T13:04:02.011 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:01 smithi178 bash[75692]: audit 2024-03-21T13:04:00.666581+0000 mon.a (mon.0) 698 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-21T13:04:02.011 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:01 smithi178 bash[75692]: cephadm 2024-03-21T13:04:00.666610+0000 mgr.x (mgr.34104) 835 : cephadm [INF] Reconfiguring mgr.y (monmap changed)... 2024-03-21T13:04:02.011 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:01 smithi178 bash[75692]: audit 2024-03-21T13:04:00.667758+0000 mon.a (mon.0) 699 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:04:02.011 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:01 smithi178 bash[75692]: cephadm 2024-03-21T13:04:00.670920+0000 mgr.x (mgr.34104) 836 : cephadm [INF] Reconfiguring daemon mgr.y on smithi178 2024-03-21T13:04:02.011 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:01 smithi178 bash[75692]: audit 2024-03-21T13:04:00.842092+0000 mon.a (mon.0) 700 : audit [DBG] from='client.? 172.21.15.178:0/3291598672' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T13:04:02.011 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:01 smithi178 bash[77880]: cluster 2024-03-21T13:04:00.260856+0000 mgr.x (mgr.34104) 832 : cluster [DBG] pgmap v539: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 992 B/s rd, 0 op/s 2024-03-21T13:04:02.011 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:01 smithi178 bash[77880]: audit 2024-03-21T13:04:00.391386+0000 mgr.x (mgr.34104) 833 : audit [DBG] from='client.54127 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:04:02.011 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:01 smithi178 bash[77880]: audit 2024-03-21T13:04:00.588434+0000 mgr.x (mgr.34104) 834 : audit [DBG] from='client.15585 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:04:02.011 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:01 smithi178 bash[77880]: audit 2024-03-21T13:04:00.644672+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:04:02.012 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:01 smithi178 bash[77880]: audit 2024-03-21T13:04:00.655136+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:04:02.012 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:01 smithi178 bash[77880]: audit 2024-03-21T13:04:00.665459+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-21T13:04:02.012 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:01 smithi178 bash[77880]: audit 2024-03-21T13:04:00.666581+0000 mon.a (mon.0) 698 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-21T13:04:02.012 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:01 smithi178 bash[77880]: cephadm 2024-03-21T13:04:00.666610+0000 mgr.x (mgr.34104) 835 : cephadm [INF] Reconfiguring mgr.y (monmap changed)... 2024-03-21T13:04:02.012 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:01 smithi178 bash[77880]: audit 2024-03-21T13:04:00.667758+0000 mon.a (mon.0) 699 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:04:02.012 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:01 smithi178 bash[77880]: cephadm 2024-03-21T13:04:00.670920+0000 mgr.x (mgr.34104) 836 : cephadm [INF] Reconfiguring daemon mgr.y on smithi178 2024-03-21T13:04:02.012 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:01 smithi178 bash[77880]: audit 2024-03-21T13:04:00.842092+0000 mon.a (mon.0) 700 : audit [DBG] from='client.? 172.21.15.178:0/3291598672' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T13:04:02.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:01 smithi184 bash[59794]: cluster 2024-03-21T13:04:00.260856+0000 mgr.x (mgr.34104) 832 : cluster [DBG] pgmap v539: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 992 B/s rd, 0 op/s 2024-03-21T13:04:02.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:01 smithi184 bash[59794]: audit 2024-03-21T13:04:00.391386+0000 mgr.x (mgr.34104) 833 : audit [DBG] from='client.54127 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:04:02.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:01 smithi184 bash[59794]: audit 2024-03-21T13:04:00.588434+0000 mgr.x (mgr.34104) 834 : audit [DBG] from='client.15585 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:04:02.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:01 smithi184 bash[59794]: audit 2024-03-21T13:04:00.644672+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:04:02.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:01 smithi184 bash[59794]: audit 2024-03-21T13:04:00.655136+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:04:02.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:01 smithi184 bash[59794]: audit 2024-03-21T13:04:00.665459+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-21T13:04:02.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:01 smithi184 bash[59794]: audit 2024-03-21T13:04:00.666581+0000 mon.a (mon.0) 698 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-21T13:04:02.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:01 smithi184 bash[59794]: cephadm 2024-03-21T13:04:00.666610+0000 mgr.x (mgr.34104) 835 : cephadm [INF] Reconfiguring mgr.y (monmap changed)... 2024-03-21T13:04:02.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:01 smithi184 bash[59794]: audit 2024-03-21T13:04:00.667758+0000 mon.a (mon.0) 699 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:04:02.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:01 smithi184 bash[59794]: cephadm 2024-03-21T13:04:00.670920+0000 mgr.x (mgr.34104) 836 : cephadm [INF] Reconfiguring daemon mgr.y on smithi178 2024-03-21T13:04:02.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:01 smithi184 bash[59794]: audit 2024-03-21T13:04:00.842092+0000 mon.a (mon.0) 700 : audit [DBG] from='client.? 172.21.15.178:0/3291598672' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T13:04:03.768 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:04:03 smithi184 bash[54688]: ts=2024-03-21T13:04:03.508Z caller=manager.go:609 level=warn component="rule manager" group=nodes msg="Evaluating rule failed" rule="alert: CephNodeDiskspaceWarning\nexpr: predict_linear(node_filesystem_free_bytes{device=~\"/.*\"}[2d], 3600 * 24 * 5)\n * on(instance) group_left(nodename) node_uname_info < 0\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.8.4\n severity: warning\n type: ceph_default\nannotations:\n description: Mountpoint {{ $labels.mountpoint }} on {{ $labels.nodename }} will\n be full in less than 5 days based on the 48 hour trailing fill rate.\n summary: Host filesystem free space is getting low\n" err="found duplicate series for the match group {instance=\"smithi178\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi178\", job=\"node\", machine=\"x86_64\", nodename=\"smithi178\", release=\"5.4.0-174-generic\", sysname=\"Linux\", version=\"#193-Ubuntu SMP Thu Mar 7 14:29:28 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"a94f249e-e780-11ee-95cd-87774f69a715\", domainname=\"(none)\", instance=\"smithi178\", job=\"node\", machine=\"x86_64\", nodename=\"smithi178\", release=\"5.4.0-174-generic\", sysname=\"Linux\", version=\"#193-Ubuntu SMP Thu Mar 7 14:29:28 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-21T13:04:04.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:03 smithi184 bash[59794]: cluster 2024-03-21T13:04:02.262587+0000 mgr.x (mgr.34104) 837 : cluster [DBG] pgmap v540: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 992 B/s rd, 0 op/s 2024-03-21T13:04:04.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:03 smithi184 bash[59794]: audit 2024-03-21T13:04:02.946777+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:04:04.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:03 smithi184 bash[59794]: audit 2024-03-21T13:04:02.958527+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:04:04.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:03 smithi184 bash[59794]: audit 2024-03-21T13:04:02.991206+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T13:04:04.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:03 smithi184 bash[59794]: cephadm 2024-03-21T13:04:02.992148+0000 mgr.x (mgr.34104) 838 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-03-21T13:04:04.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:03 smithi184 bash[59794]: audit 2024-03-21T13:04:02.993305+0000 mon.a (mon.0) 704 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-21T13:04:04.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:03 smithi184 bash[59794]: audit 2024-03-21T13:04:02.995203+0000 mon.a (mon.0) 705 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:04:04.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:03 smithi184 bash[59794]: cephadm 2024-03-21T13:04:02.998956+0000 mgr.x (mgr.34104) 839 : cephadm [INF] Reconfiguring daemon mon.c on smithi178 2024-03-21T13:04:04.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:03 smithi178 bash[75692]: cluster 2024-03-21T13:04:02.262587+0000 mgr.x (mgr.34104) 837 : cluster [DBG] pgmap v540: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 992 B/s rd, 0 op/s 2024-03-21T13:04:04.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:03 smithi178 bash[75692]: audit 2024-03-21T13:04:02.946777+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:04:04.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:03 smithi178 bash[75692]: audit 2024-03-21T13:04:02.958527+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:04:04.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:03 smithi178 bash[75692]: audit 2024-03-21T13:04:02.991206+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T13:04:04.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:03 smithi178 bash[75692]: cephadm 2024-03-21T13:04:02.992148+0000 mgr.x (mgr.34104) 838 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-03-21T13:04:04.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:03 smithi178 bash[75692]: audit 2024-03-21T13:04:02.993305+0000 mon.a (mon.0) 704 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-21T13:04:04.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:03 smithi178 bash[75692]: audit 2024-03-21T13:04:02.995203+0000 mon.a (mon.0) 705 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:04:04.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:03 smithi178 bash[75692]: cephadm 2024-03-21T13:04:02.998956+0000 mgr.x (mgr.34104) 839 : cephadm [INF] Reconfiguring daemon mon.c on smithi178 2024-03-21T13:04:04.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:03 smithi178 bash[77880]: cluster 2024-03-21T13:04:02.262587+0000 mgr.x (mgr.34104) 837 : cluster [DBG] pgmap v540: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 992 B/s rd, 0 op/s 2024-03-21T13:04:04.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:03 smithi178 bash[77880]: audit 2024-03-21T13:04:02.946777+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:04:04.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:03 smithi178 bash[77880]: audit 2024-03-21T13:04:02.958527+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:04:04.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:03 smithi178 bash[77880]: audit 2024-03-21T13:04:02.991206+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T13:04:04.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:03 smithi178 bash[77880]: cephadm 2024-03-21T13:04:02.992148+0000 mgr.x (mgr.34104) 838 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-03-21T13:04:04.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:03 smithi178 bash[77880]: audit 2024-03-21T13:04:02.993305+0000 mon.a (mon.0) 704 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-21T13:04:04.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:03 smithi178 bash[77880]: audit 2024-03-21T13:04:02.995203+0000 mon.a (mon.0) 705 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:04:04.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:03 smithi178 bash[77880]: cephadm 2024-03-21T13:04:02.998956+0000 mgr.x (mgr.34104) 839 : cephadm [INF] Reconfiguring daemon mon.c on smithi178 2024-03-21T13:04:05.281 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:04 smithi178 bash[75692]: audit 2024-03-21T13:04:04.778047+0000 mon.a (mon.0) 706 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:04:05.282 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:04 smithi178 bash[77880]: audit 2024-03-21T13:04:04.778047+0000 mon.a (mon.0) 706 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:04:05.322 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:04 smithi184 bash[59794]: audit 2024-03-21T13:04:04.778047+0000 mon.a (mon.0) 706 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:04:05.822 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:04:05 smithi184 bash[52419]: ::ffff:172.21.15.184 - - [21/Mar/2024:13:04:05] "GET /metrics HTTP/1.1" 200 38352 "" "Prometheus/2.33.4" 2024-03-21T13:04:06.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:05 smithi178 bash[75692]: cluster 2024-03-21T13:04:04.263365+0000 mgr.x (mgr.34104) 840 : cluster [DBG] pgmap v541: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 846 B/s rd, 0 op/s 2024-03-21T13:04:06.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:05 smithi178 bash[75692]: audit 2024-03-21T13:04:05.256566+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:04:06.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:05 smithi178 bash[75692]: audit 2024-03-21T13:04:05.266649+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:04:06.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:05 smithi178 bash[75692]: audit 2024-03-21T13:04:05.277074+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:04:06.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:05 smithi178 bash[77880]: cluster 2024-03-21T13:04:04.263365+0000 mgr.x (mgr.34104) 840 : cluster [DBG] pgmap v541: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 846 B/s rd, 0 op/s 2024-03-21T13:04:06.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:05 smithi178 bash[77880]: audit 2024-03-21T13:04:05.256566+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:04:06.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:05 smithi178 bash[77880]: audit 2024-03-21T13:04:05.266649+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:04:06.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:05 smithi178 bash[77880]: audit 2024-03-21T13:04:05.277074+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:04:06.322 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:05 smithi184 bash[59794]: cluster 2024-03-21T13:04:04.263365+0000 mgr.x (mgr.34104) 840 : cluster [DBG] pgmap v541: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 846 B/s rd, 0 op/s 2024-03-21T13:04:06.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:05 smithi184 bash[59794]: audit 2024-03-21T13:04:05.256566+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:04:06.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:05 smithi184 bash[59794]: audit 2024-03-21T13:04:05.266649+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:04:06.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:05 smithi184 bash[59794]: audit 2024-03-21T13:04:05.277074+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:04:07.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:06 smithi184 bash[59794]: cluster 2024-03-21T13:04:05.270339+0000 mgr.x (mgr.34104) 841 : cluster [DBG] pgmap v542: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 726 B/s rd, 0 op/s 2024-03-21T13:04:07.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:06 smithi184 bash[59794]: cluster 2024-03-21T13:04:05.270708+0000 mgr.x (mgr.34104) 842 : cluster [DBG] pgmap v543: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 730 B/s rd, 0 op/s 2024-03-21T13:04:07.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:06 smithi184 bash[59794]: audit 2024-03-21T13:04:06.326128+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:04:07.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:06 smithi184 bash[59794]: audit 2024-03-21T13:04:06.335304+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:04:07.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:06 smithi184 bash[59794]: audit 2024-03-21T13:04:06.371315+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-03-21T13:04:07.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:06 smithi184 bash[59794]: audit 2024-03-21T13:04:06.373400+0000 mon.a (mon.0) 713 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:04:07.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:06 smithi178 bash[75692]: cluster 2024-03-21T13:04:05.270339+0000 mgr.x (mgr.34104) 841 : cluster [DBG] pgmap v542: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 726 B/s rd, 0 op/s 2024-03-21T13:04:07.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:06 smithi178 bash[75692]: cluster 2024-03-21T13:04:05.270708+0000 mgr.x (mgr.34104) 842 : cluster [DBG] pgmap v543: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 730 B/s rd, 0 op/s 2024-03-21T13:04:07.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:06 smithi178 bash[75692]: audit 2024-03-21T13:04:06.326128+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:04:07.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:06 smithi178 bash[75692]: audit 2024-03-21T13:04:06.335304+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:04:07.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:06 smithi178 bash[75692]: audit 2024-03-21T13:04:06.371315+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-03-21T13:04:07.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:06 smithi178 bash[75692]: audit 2024-03-21T13:04:06.373400+0000 mon.a (mon.0) 713 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:04:07.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:06 smithi178 bash[77880]: cluster 2024-03-21T13:04:05.270339+0000 mgr.x (mgr.34104) 841 : cluster [DBG] pgmap v542: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 726 B/s rd, 0 op/s 2024-03-21T13:04:07.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:06 smithi178 bash[77880]: cluster 2024-03-21T13:04:05.270708+0000 mgr.x (mgr.34104) 842 : cluster [DBG] pgmap v543: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 730 B/s rd, 0 op/s 2024-03-21T13:04:07.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:06 smithi178 bash[77880]: audit 2024-03-21T13:04:06.326128+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:04:07.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:06 smithi178 bash[77880]: audit 2024-03-21T13:04:06.335304+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:04:07.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:06 smithi178 bash[77880]: audit 2024-03-21T13:04:06.371315+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-03-21T13:04:07.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:06 smithi178 bash[77880]: audit 2024-03-21T13:04:06.373400+0000 mon.a (mon.0) 713 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:04:08.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:07 smithi178 bash[75692]: cephadm 2024-03-21T13:04:06.372224+0000 mgr.x (mgr.34104) 843 : cephadm [INF] Reconfiguring osd.0 (monmap changed)... 2024-03-21T13:04:08.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:07 smithi178 bash[75692]: cephadm 2024-03-21T13:04:06.380198+0000 mgr.x (mgr.34104) 844 : cephadm [INF] Reconfiguring daemon osd.0 on smithi178 2024-03-21T13:04:08.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:07 smithi178 bash[77880]: cephadm 2024-03-21T13:04:06.372224+0000 mgr.x (mgr.34104) 843 : cephadm [INF] Reconfiguring osd.0 (monmap changed)... 2024-03-21T13:04:08.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:07 smithi178 bash[77880]: cephadm 2024-03-21T13:04:06.380198+0000 mgr.x (mgr.34104) 844 : cephadm [INF] Reconfiguring daemon osd.0 on smithi178 2024-03-21T13:04:08.322 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:07 smithi184 bash[59794]: cephadm 2024-03-21T13:04:06.372224+0000 mgr.x (mgr.34104) 843 : cephadm [INF] Reconfiguring osd.0 (monmap changed)... 2024-03-21T13:04:08.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:07 smithi184 bash[59794]: cephadm 2024-03-21T13:04:06.380198+0000 mgr.x (mgr.34104) 844 : cephadm [INF] Reconfiguring daemon osd.0 on smithi178 2024-03-21T13:04:08.977 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:04:08 smithi184 bash[54688]: ts=2024-03-21T13:04: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.178\", device_class=\"ssd\", hostname=\"smithi178\", instance=\"172.21.15.184:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.178\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster=\"a94f249e-e780-11ee-95cd-87774f69a715\", cluster_addr=\"172.21.15.178\", device_class=\"ssd\", hostname=\"smithi178\", instance=\"smithi184:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.178\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-21T13:04:09.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:08 smithi178 bash[75692]: cluster 2024-03-21T13:04:07.272457+0000 mgr.x (mgr.34104) 845 : cluster [DBG] pgmap v544: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-21T13:04:09.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:08 smithi178 bash[77880]: cluster 2024-03-21T13:04:07.272457+0000 mgr.x (mgr.34104) 845 : cluster [DBG] pgmap v544: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-21T13:04:09.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:08 smithi184 bash[59794]: cluster 2024-03-21T13:04:07.272457+0000 mgr.x (mgr.34104) 845 : cluster [DBG] pgmap v544: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-21T13:04:11.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:10 smithi178 bash[75692]: cluster 2024-03-21T13:04:09.273384+0000 mgr.x (mgr.34104) 846 : cluster [DBG] pgmap v545: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-21T13:04:11.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:10 smithi178 bash[77880]: cluster 2024-03-21T13:04:09.273384+0000 mgr.x (mgr.34104) 846 : cluster [DBG] pgmap v545: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-21T13:04:11.322 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:10 smithi184 bash[59794]: cluster 2024-03-21T13:04:09.273384+0000 mgr.x (mgr.34104) 846 : cluster [DBG] pgmap v545: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-21T13:04:12.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:12 smithi184 bash[59794]: audit 2024-03-21T13:04:10.599882+0000 mgr.x (mgr.34104) 847 : audit [DBG] from='client.15585 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:04:12.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:12 smithi184 bash[59794]: audit 2024-03-21T13:04:11.160310+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:04:12.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:12 smithi184 bash[59794]: audit 2024-03-21T13:04:11.171830+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:04:12.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:12 smithi184 bash[59794]: audit 2024-03-21T13:04:11.204872+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-03-21T13:04:12.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:12 smithi184 bash[59794]: audit 2024-03-21T13:04:11.206876+0000 mon.a (mon.0) 717 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:04:12.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:12 smithi184 bash[59794]: audit 2024-03-21T13:04:11.935523+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:04:12.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:12 smithi184 bash[59794]: audit 2024-03-21T13:04:11.945250+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:04:12.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:12 smithi184 bash[59794]: audit 2024-03-21T13:04:11.956605+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:04:12.425 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:12 smithi178 bash[75692]: audit 2024-03-21T13:04:10.599882+0000 mgr.x (mgr.34104) 847 : audit [DBG] from='client.15585 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:04:12.425 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:12 smithi178 bash[75692]: audit 2024-03-21T13:04:11.160310+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:04:12.425 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:12 smithi178 bash[75692]: audit 2024-03-21T13:04:11.171830+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:04:12.425 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:12 smithi178 bash[75692]: audit 2024-03-21T13:04:11.204872+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-03-21T13:04:12.425 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:12 smithi178 bash[75692]: audit 2024-03-21T13:04:11.206876+0000 mon.a (mon.0) 717 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:04:12.425 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:12 smithi178 bash[75692]: audit 2024-03-21T13:04:11.935523+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:04:12.425 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:12 smithi178 bash[75692]: audit 2024-03-21T13:04:11.945250+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:04:12.426 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:12 smithi178 bash[75692]: audit 2024-03-21T13:04:11.956605+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:04:12.426 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:12 smithi178 bash[77880]: audit 2024-03-21T13:04:10.599882+0000 mgr.x (mgr.34104) 847 : audit [DBG] from='client.15585 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:04:12.426 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:12 smithi178 bash[77880]: audit 2024-03-21T13:04:11.160310+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:04:12.426 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:12 smithi178 bash[77880]: audit 2024-03-21T13:04:11.171830+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:04:12.426 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:12 smithi178 bash[77880]: audit 2024-03-21T13:04:11.204872+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-03-21T13:04:12.426 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:12 smithi178 bash[77880]: audit 2024-03-21T13:04:11.206876+0000 mon.a (mon.0) 717 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:04:12.426 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:12 smithi178 bash[77880]: audit 2024-03-21T13:04:11.935523+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:04:12.426 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:12 smithi178 bash[77880]: audit 2024-03-21T13:04:11.945250+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:04:12.426 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:12 smithi178 bash[77880]: audit 2024-03-21T13:04:11.956605+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:04:13.510 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:13 smithi184 bash[59794]: cephadm 2024-03-21T13:04:11.205792+0000 mgr.x (mgr.34104) 848 : cephadm [INF] Reconfiguring osd.1 (monmap changed)... 2024-03-21T13:04:13.510 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:13 smithi184 bash[59794]: cephadm 2024-03-21T13:04:11.212169+0000 mgr.x (mgr.34104) 849 : cephadm [INF] Reconfiguring daemon osd.1 on smithi178 2024-03-21T13:04:13.510 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:13 smithi184 bash[59794]: cluster 2024-03-21T13:04:11.275068+0000 mgr.x (mgr.34104) 850 : cluster [DBG] pgmap v546: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-21T13:04:13.510 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:13 smithi184 bash[59794]: cluster 2024-03-21T13:04:11.948933+0000 mgr.x (mgr.34104) 851 : cluster [DBG] pgmap v547: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-03-21T13:04:13.511 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:13 smithi184 bash[59794]: cluster 2024-03-21T13:04:11.949461+0000 mgr.x (mgr.34104) 852 : cluster [DBG] pgmap v548: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s 2024-03-21T13:04:13.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:13 smithi178 bash[75692]: cephadm 2024-03-21T13:04:11.205792+0000 mgr.x (mgr.34104) 848 : cephadm [INF] Reconfiguring osd.1 (monmap changed)... 2024-03-21T13:04:13.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:13 smithi178 bash[75692]: cephadm 2024-03-21T13:04:11.212169+0000 mgr.x (mgr.34104) 849 : cephadm [INF] Reconfiguring daemon osd.1 on smithi178 2024-03-21T13:04:13.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:13 smithi178 bash[75692]: cluster 2024-03-21T13:04:11.275068+0000 mgr.x (mgr.34104) 850 : cluster [DBG] pgmap v546: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-21T13:04:13.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:13 smithi178 bash[75692]: cluster 2024-03-21T13:04:11.948933+0000 mgr.x (mgr.34104) 851 : cluster [DBG] pgmap v547: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-03-21T13:04:13.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:13 smithi178 bash[75692]: cluster 2024-03-21T13:04:11.949461+0000 mgr.x (mgr.34104) 852 : cluster [DBG] pgmap v548: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s 2024-03-21T13:04:13.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:13 smithi178 bash[77880]: cephadm 2024-03-21T13:04:11.205792+0000 mgr.x (mgr.34104) 848 : cephadm [INF] Reconfiguring osd.1 (monmap changed)... 2024-03-21T13:04:13.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:13 smithi178 bash[77880]: cephadm 2024-03-21T13:04:11.212169+0000 mgr.x (mgr.34104) 849 : cephadm [INF] Reconfiguring daemon osd.1 on smithi178 2024-03-21T13:04:13.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:13 smithi178 bash[77880]: cluster 2024-03-21T13:04:11.275068+0000 mgr.x (mgr.34104) 850 : cluster [DBG] pgmap v546: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-21T13:04:13.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:13 smithi178 bash[77880]: cluster 2024-03-21T13:04:11.948933+0000 mgr.x (mgr.34104) 851 : cluster [DBG] pgmap v547: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-03-21T13:04:13.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:13 smithi178 bash[77880]: cluster 2024-03-21T13:04:11.949461+0000 mgr.x (mgr.34104) 852 : cluster [DBG] pgmap v548: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s 2024-03-21T13:04:13.823 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:04:13 smithi184 bash[54688]: ts=2024-03-21T13:04:13.509Z caller=manager.go:609 level=warn component="rule manager" group=nodes msg="Evaluating rule failed" rule="alert: CephNodeDiskspaceWarning\nexpr: predict_linear(node_filesystem_free_bytes{device=~\"/.*\"}[2d], 3600 * 24 * 5)\n * on(instance) group_left(nodename) node_uname_info < 0\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.8.4\n severity: warning\n type: ceph_default\nannotations:\n description: Mountpoint {{ $labels.mountpoint }} on {{ $labels.nodename }} will\n be full in less than 5 days based on the 48 hour trailing fill rate.\n summary: Host filesystem free space is getting low\n" err="found duplicate series for the match group {instance=\"smithi178\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi178\", job=\"node\", machine=\"x86_64\", nodename=\"smithi178\", release=\"5.4.0-174-generic\", sysname=\"Linux\", version=\"#193-Ubuntu SMP Thu Mar 7 14:29:28 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"a94f249e-e780-11ee-95cd-87774f69a715\", domainname=\"(none)\", instance=\"smithi178\", job=\"node\", machine=\"x86_64\", nodename=\"smithi178\", release=\"5.4.0-174-generic\", sysname=\"Linux\", version=\"#193-Ubuntu SMP Thu Mar 7 14:29:28 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-21T13:04:14.790 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:14 smithi178 bash[75692]: audit 2024-03-21T13:04:13.407410+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:04:14.790 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:14 smithi178 bash[75692]: audit 2024-03-21T13:04:13.416698+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:04:14.790 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:14 smithi178 bash[75692]: audit 2024-03-21T13:04:13.433657+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-03-21T13:04:14.790 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:14 smithi178 bash[75692]: cephadm 2024-03-21T13:04:13.434555+0000 mgr.x (mgr.34104) 853 : cephadm [INF] Reconfiguring osd.2 (monmap changed)... 2024-03-21T13:04:14.790 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:14 smithi178 bash[75692]: audit 2024-03-21T13:04:13.435908+0000 mon.a (mon.0) 724 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:04:14.790 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:14 smithi178 bash[75692]: cephadm 2024-03-21T13:04:13.442615+0000 mgr.x (mgr.34104) 854 : cephadm [INF] Reconfiguring daemon osd.2 on smithi178 2024-03-21T13:04:14.791 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:14 smithi178 bash[75692]: cluster 2024-03-21T13:04:13.950176+0000 mgr.x (mgr.34104) 855 : cluster [DBG] pgmap v549: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:04:14.791 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:14 smithi178 bash[77880]: audit 2024-03-21T13:04:13.407410+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:04:14.791 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:14 smithi178 bash[77880]: audit 2024-03-21T13:04:13.416698+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:04:14.791 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:14 smithi178 bash[77880]: audit 2024-03-21T13:04:13.433657+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-03-21T13:04:14.791 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:14 smithi178 bash[77880]: cephadm 2024-03-21T13:04:13.434555+0000 mgr.x (mgr.34104) 853 : cephadm [INF] Reconfiguring osd.2 (monmap changed)... 2024-03-21T13:04:14.791 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:14 smithi178 bash[77880]: audit 2024-03-21T13:04:13.435908+0000 mon.a (mon.0) 724 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:04:14.791 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:14 smithi178 bash[77880]: cephadm 2024-03-21T13:04:13.442615+0000 mgr.x (mgr.34104) 854 : cephadm [INF] Reconfiguring daemon osd.2 on smithi178 2024-03-21T13:04:14.791 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:14 smithi178 bash[77880]: cluster 2024-03-21T13:04:13.950176+0000 mgr.x (mgr.34104) 855 : cluster [DBG] pgmap v549: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:04:14.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:14 smithi184 bash[59794]: audit 2024-03-21T13:04:13.407410+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:04:14.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:14 smithi184 bash[59794]: audit 2024-03-21T13:04:13.416698+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:04:14.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:14 smithi184 bash[59794]: audit 2024-03-21T13:04:13.433657+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-03-21T13:04:14.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:14 smithi184 bash[59794]: cephadm 2024-03-21T13:04:13.434555+0000 mgr.x (mgr.34104) 853 : cephadm [INF] Reconfiguring osd.2 (monmap changed)... 2024-03-21T13:04:14.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:14 smithi184 bash[59794]: audit 2024-03-21T13:04:13.435908+0000 mon.a (mon.0) 724 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:04:14.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:14 smithi184 bash[59794]: cephadm 2024-03-21T13:04:13.442615+0000 mgr.x (mgr.34104) 854 : cephadm [INF] Reconfiguring daemon osd.2 on smithi178 2024-03-21T13:04:14.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:14 smithi184 bash[59794]: cluster 2024-03-21T13:04:13.950176+0000 mgr.x (mgr.34104) 855 : cluster [DBG] pgmap v549: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:04:15.823 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:04:15 smithi184 bash[52419]: ::ffff:172.21.15.184 - - [21/Mar/2024:13:04:15] "GET /metrics HTTP/1.1" 200 38352 "" "Prometheus/2.33.4" 2024-03-21T13:04:17.033 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:16 smithi178 bash[75692]: audit 2024-03-21T13:04:15.773993+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:04:17.033 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:16 smithi178 bash[75692]: audit 2024-03-21T13:04:15.785006+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:04:17.033 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:16 smithi178 bash[75692]: audit 2024-03-21T13:04:15.811196+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-03-21T13:04:17.033 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:16 smithi178 bash[75692]: cephadm 2024-03-21T13:04:15.812111+0000 mgr.x (mgr.34104) 856 : cephadm [INF] Reconfiguring osd.3 (monmap changed)... 2024-03-21T13:04:17.033 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:16 smithi178 bash[75692]: audit 2024-03-21T13:04:15.813273+0000 mon.a (mon.0) 728 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:04:17.033 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:16 smithi178 bash[75692]: cephadm 2024-03-21T13:04:15.820127+0000 mgr.x (mgr.34104) 857 : cephadm [INF] Reconfiguring daemon osd.3 on smithi178 2024-03-21T13:04:17.033 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:16 smithi178 bash[75692]: cluster 2024-03-21T13:04:15.951898+0000 mgr.x (mgr.34104) 858 : cluster [DBG] pgmap v550: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:04:17.033 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:16 smithi178 bash[77880]: audit 2024-03-21T13:04:15.773993+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:04:17.033 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:16 smithi178 bash[77880]: audit 2024-03-21T13:04:15.785006+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:04:17.033 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:16 smithi178 bash[77880]: audit 2024-03-21T13:04:15.811196+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-03-21T13:04:17.034 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:16 smithi178 bash[77880]: cephadm 2024-03-21T13:04:15.812111+0000 mgr.x (mgr.34104) 856 : cephadm [INF] Reconfiguring osd.3 (monmap changed)... 2024-03-21T13:04:17.034 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:16 smithi178 bash[77880]: audit 2024-03-21T13:04:15.813273+0000 mon.a (mon.0) 728 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:04:17.034 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:16 smithi178 bash[77880]: cephadm 2024-03-21T13:04:15.820127+0000 mgr.x (mgr.34104) 857 : cephadm [INF] Reconfiguring daemon osd.3 on smithi178 2024-03-21T13:04:17.034 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:16 smithi178 bash[77880]: cluster 2024-03-21T13:04:15.951898+0000 mgr.x (mgr.34104) 858 : cluster [DBG] pgmap v550: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:04:17.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:16 smithi184 bash[59794]: audit 2024-03-21T13:04:15.773993+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:04:17.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:16 smithi184 bash[59794]: audit 2024-03-21T13:04:15.785006+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:04:17.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:16 smithi184 bash[59794]: audit 2024-03-21T13:04:15.811196+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-03-21T13:04:17.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:16 smithi184 bash[59794]: cephadm 2024-03-21T13:04:15.812111+0000 mgr.x (mgr.34104) 856 : cephadm [INF] Reconfiguring osd.3 (monmap changed)... 2024-03-21T13:04:17.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:16 smithi184 bash[59794]: audit 2024-03-21T13:04:15.813273+0000 mon.a (mon.0) 728 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:04:17.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:16 smithi184 bash[59794]: cephadm 2024-03-21T13:04:15.820127+0000 mgr.x (mgr.34104) 857 : cephadm [INF] Reconfiguring daemon osd.3 on smithi178 2024-03-21T13:04:17.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:16 smithi184 bash[59794]: cluster 2024-03-21T13:04:15.951898+0000 mgr.x (mgr.34104) 858 : cluster [DBG] pgmap v550: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:04:19.064 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:04:18 smithi184 bash[54688]: ts=2024-03-21T13:04: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 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.178\", device_class=\"ssd\", hostname=\"smithi178\", instance=\"172.21.15.184:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.178\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster=\"a94f249e-e780-11ee-95cd-87774f69a715\", cluster_addr=\"172.21.15.178\", device_class=\"ssd\", hostname=\"smithi178\", instance=\"smithi184:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.178\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-21T13:04:19.065 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:19 smithi184 bash[59794]: cluster 2024-03-21T13:04:17.952715+0000 mgr.x (mgr.34104) 859 : cluster [DBG] pgmap v551: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:04:19.065 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:19 smithi184 bash[59794]: audit 2024-03-21T13:04:18.060453+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:04:19.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:19 smithi184 bash[59794]: audit 2024-03-21T13:04:18.072353+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:04:19.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:19 smithi184 bash[59794]: audit 2024-03-21T13:04:18.089809+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi178.amgrte", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-21T13:04:19.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:19 smithi184 bash[59794]: cephadm 2024-03-21T13:04:18.090602+0000 mgr.x (mgr.34104) 860 : cephadm [INF] Reconfiguring rgw.foo.smithi178.amgrte (monmap changed)... 2024-03-21T13:04:19.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:19 smithi184 bash[59794]: audit 2024-03-21T13:04:18.093632+0000 mon.a (mon.0) 732 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:04:19.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:19 smithi184 bash[59794]: cephadm 2024-03-21T13:04:18.097040+0000 mgr.x (mgr.34104) 861 : cephadm [INF] Reconfiguring daemon rgw.foo.smithi178.amgrte on smithi178 2024-03-21T13:04:19.373 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:19 smithi178 bash[75692]: cluster 2024-03-21T13:04:17.952715+0000 mgr.x (mgr.34104) 859 : cluster [DBG] pgmap v551: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:04:19.374 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:19 smithi178 bash[75692]: audit 2024-03-21T13:04:18.060453+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:04:19.374 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:19 smithi178 bash[75692]: audit 2024-03-21T13:04:18.072353+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:04:19.374 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:19 smithi178 bash[75692]: audit 2024-03-21T13:04:18.089809+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi178.amgrte", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-21T13:04:19.374 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:19 smithi178 bash[75692]: cephadm 2024-03-21T13:04:18.090602+0000 mgr.x (mgr.34104) 860 : cephadm [INF] Reconfiguring rgw.foo.smithi178.amgrte (monmap changed)... 2024-03-21T13:04:19.374 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:19 smithi178 bash[75692]: audit 2024-03-21T13:04:18.093632+0000 mon.a (mon.0) 732 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:04:19.374 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:19 smithi178 bash[75692]: cephadm 2024-03-21T13:04:18.097040+0000 mgr.x (mgr.34104) 861 : cephadm [INF] Reconfiguring daemon rgw.foo.smithi178.amgrte on smithi178 2024-03-21T13:04:19.374 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:19 smithi178 bash[77880]: cluster 2024-03-21T13:04:17.952715+0000 mgr.x (mgr.34104) 859 : cluster [DBG] pgmap v551: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:04:19.374 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:19 smithi178 bash[77880]: audit 2024-03-21T13:04:18.060453+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:04:19.374 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:19 smithi178 bash[77880]: audit 2024-03-21T13:04:18.072353+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:04:19.375 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:19 smithi178 bash[77880]: audit 2024-03-21T13:04:18.089809+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi178.amgrte", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-21T13:04:19.375 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:19 smithi178 bash[77880]: cephadm 2024-03-21T13:04:18.090602+0000 mgr.x (mgr.34104) 860 : cephadm [INF] Reconfiguring rgw.foo.smithi178.amgrte (monmap changed)... 2024-03-21T13:04:19.375 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:19 smithi178 bash[77880]: audit 2024-03-21T13:04:18.093632+0000 mon.a (mon.0) 732 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:04:19.375 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:19 smithi178 bash[77880]: cephadm 2024-03-21T13:04:18.097040+0000 mgr.x (mgr.34104) 861 : cephadm [INF] Reconfiguring daemon rgw.foo.smithi178.amgrte on smithi178 2024-03-21T13:04:20.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:20 smithi178 bash[75692]: audit 2024-03-21T13:04:19.778218+0000 mon.a (mon.0) 733 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:04:20.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:20 smithi178 bash[77880]: audit 2024-03-21T13:04:19.778218+0000 mon.a (mon.0) 733 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:04:20.572 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:20 smithi184 bash[59794]: audit 2024-03-21T13:04:19.778218+0000 mon.a (mon.0) 733 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:04:21.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:21 smithi178 bash[75692]: cluster 2024-03-21T13:04:19.953613+0000 mgr.x (mgr.34104) 862 : cluster [DBG] pgmap v552: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 589 B/s rd, 0 op/s 2024-03-21T13:04:21.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:21 smithi178 bash[75692]: audit 2024-03-21T13:04:20.346217+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:04:21.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:21 smithi178 bash[75692]: audit 2024-03-21T13:04:20.355656+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:04:21.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:21 smithi178 bash[75692]: audit 2024-03-21T13:04:20.366245+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi178.avyvkd", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-21T13:04:21.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:21 smithi178 bash[75692]: audit 2024-03-21T13:04:20.370780+0000 mon.a (mon.0) 737 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:04:21.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:21 smithi178 bash[77880]: cluster 2024-03-21T13:04:19.953613+0000 mgr.x (mgr.34104) 862 : cluster [DBG] pgmap v552: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 589 B/s rd, 0 op/s 2024-03-21T13:04:21.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:21 smithi178 bash[77880]: audit 2024-03-21T13:04:20.346217+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:04:21.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:21 smithi178 bash[77880]: audit 2024-03-21T13:04:20.355656+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:04:21.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:21 smithi178 bash[77880]: audit 2024-03-21T13:04:20.366245+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi178.avyvkd", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-21T13:04:21.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:21 smithi178 bash[77880]: audit 2024-03-21T13:04:20.370780+0000 mon.a (mon.0) 737 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:04:21.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:21 smithi184 bash[59794]: cluster 2024-03-21T13:04:19.953613+0000 mgr.x (mgr.34104) 862 : cluster [DBG] pgmap v552: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 589 B/s rd, 0 op/s 2024-03-21T13:04:21.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:21 smithi184 bash[59794]: audit 2024-03-21T13:04:20.346217+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:04:21.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:21 smithi184 bash[59794]: audit 2024-03-21T13:04:20.355656+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:04:21.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:21 smithi184 bash[59794]: audit 2024-03-21T13:04:20.366245+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi178.avyvkd", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-21T13:04:21.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:21 smithi184 bash[59794]: audit 2024-03-21T13:04:20.370780+0000 mon.a (mon.0) 737 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:04:22.232 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:22 smithi178 bash[75692]: cephadm 2024-03-21T13:04:20.367034+0000 mgr.x (mgr.34104) 863 : cephadm [INF] Reconfiguring rgw.smpl.smithi178.avyvkd (monmap changed)... 2024-03-21T13:04:22.232 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:22 smithi178 bash[75692]: cephadm 2024-03-21T13:04:20.374827+0000 mgr.x (mgr.34104) 864 : cephadm [INF] Reconfiguring daemon rgw.smpl.smithi178.avyvkd on smithi178 2024-03-21T13:04:22.233 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:22 smithi178 bash[75692]: audit 2024-03-21T13:04:20.609720+0000 mgr.x (mgr.34104) 865 : audit [DBG] from='client.15585 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:04:22.233 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:22 smithi178 bash[77880]: cephadm 2024-03-21T13:04:20.367034+0000 mgr.x (mgr.34104) 863 : cephadm [INF] Reconfiguring rgw.smpl.smithi178.avyvkd (monmap changed)... 2024-03-21T13:04:22.233 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:22 smithi178 bash[77880]: cephadm 2024-03-21T13:04:20.374827+0000 mgr.x (mgr.34104) 864 : cephadm [INF] Reconfiguring daemon rgw.smpl.smithi178.avyvkd on smithi178 2024-03-21T13:04:22.233 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:22 smithi178 bash[77880]: audit 2024-03-21T13:04:20.609720+0000 mgr.x (mgr.34104) 865 : audit [DBG] from='client.15585 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:04:22.482 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:22 smithi184 bash[59794]: cephadm 2024-03-21T13:04:20.367034+0000 mgr.x (mgr.34104) 863 : cephadm [INF] Reconfiguring rgw.smpl.smithi178.avyvkd (monmap changed)... 2024-03-21T13:04:22.483 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:22 smithi184 bash[59794]: cephadm 2024-03-21T13:04:20.374827+0000 mgr.x (mgr.34104) 864 : cephadm [INF] Reconfiguring daemon rgw.smpl.smithi178.avyvkd on smithi178 2024-03-21T13:04:22.483 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:22 smithi184 bash[59794]: audit 2024-03-21T13:04:20.609720+0000 mgr.x (mgr.34104) 865 : audit [DBG] from='client.15585 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:04:23.518 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:04:23 smithi184 bash[54688]: ts=2024-03-21T13:04:23.513Z caller=manager.go:609 level=warn component="rule manager" group=nodes msg="Evaluating rule failed" rule="alert: CephNodeDiskspaceWarning\nexpr: predict_linear(node_filesystem_free_bytes{device=~\"/.*\"}[2d], 3600 * 24 * 5)\n * on(instance) group_left(nodename) node_uname_info < 0\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.8.4\n severity: warning\n type: ceph_default\nannotations:\n description: Mountpoint {{ $labels.mountpoint }} on {{ $labels.nodename }} will\n be full in less than 5 days based on the 48 hour trailing fill rate.\n summary: Host filesystem free space is getting low\n" err="found duplicate series for the match group {instance=\"smithi178\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi178\", job=\"node\", machine=\"x86_64\", nodename=\"smithi178\", release=\"5.4.0-174-generic\", sysname=\"Linux\", version=\"#193-Ubuntu SMP Thu Mar 7 14:29:28 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"a94f249e-e780-11ee-95cd-87774f69a715\", domainname=\"(none)\", instance=\"smithi178\", job=\"node\", machine=\"x86_64\", nodename=\"smithi178\", release=\"5.4.0-174-generic\", sysname=\"Linux\", version=\"#193-Ubuntu SMP Thu Mar 7 14:29:28 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-21T13:04:23.518 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:23 smithi184 bash[59794]: cluster 2024-03-21T13:04:21.955350+0000 mgr.x (mgr.34104) 866 : cluster [DBG] pgmap v553: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-03-21T13:04:23.518 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:23 smithi184 bash[59794]: audit 2024-03-21T13:04:22.829289+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:04:23.518 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:23 smithi184 bash[59794]: audit 2024-03-21T13:04:22.841937+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:04:23.518 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:23 smithi184 bash[59794]: audit 2024-03-21T13:04:22.846385+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T13:04:23.518 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:23 smithi184 bash[59794]: audit 2024-03-21T13:04:22.848476+0000 mon.a (mon.0) 741 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-21T13:04:23.518 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:23 smithi184 bash[59794]: audit 2024-03-21T13:04:22.850518+0000 mon.a (mon.0) 742 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:04:23.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:23 smithi178 bash[75692]: cluster 2024-03-21T13:04:21.955350+0000 mgr.x (mgr.34104) 866 : cluster [DBG] pgmap v553: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-03-21T13:04:23.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:23 smithi178 bash[75692]: audit 2024-03-21T13:04:22.829289+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:04:23.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:23 smithi178 bash[75692]: audit 2024-03-21T13:04:22.841937+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:04:23.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:23 smithi178 bash[75692]: audit 2024-03-21T13:04:22.846385+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T13:04:23.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:23 smithi178 bash[75692]: audit 2024-03-21T13:04:22.848476+0000 mon.a (mon.0) 741 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-21T13:04:23.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:23 smithi178 bash[75692]: audit 2024-03-21T13:04:22.850518+0000 mon.a (mon.0) 742 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:04:23.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:23 smithi178 bash[77880]: cluster 2024-03-21T13:04:21.955350+0000 mgr.x (mgr.34104) 866 : cluster [DBG] pgmap v553: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-03-21T13:04:23.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:23 smithi178 bash[77880]: audit 2024-03-21T13:04:22.829289+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:04:23.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:23 smithi178 bash[77880]: audit 2024-03-21T13:04:22.841937+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:04:23.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:23 smithi178 bash[77880]: audit 2024-03-21T13:04:22.846385+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T13:04:23.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:23 smithi178 bash[77880]: audit 2024-03-21T13:04:22.848476+0000 mon.a (mon.0) 741 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-21T13:04:23.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:23 smithi178 bash[77880]: audit 2024-03-21T13:04:22.850518+0000 mon.a (mon.0) 742 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:04:24.459 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:24 smithi184 bash[59794]: cephadm 2024-03-21T13:04:22.847309+0000 mgr.x (mgr.34104) 867 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-03-21T13:04:24.459 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:24 smithi184 bash[59794]: cephadm 2024-03-21T13:04:22.854389+0000 mgr.x (mgr.34104) 868 : cephadm [INF] Reconfiguring daemon mon.b on smithi184 2024-03-21T13:04:24.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:24 smithi178 bash[75692]: cephadm 2024-03-21T13:04:22.847309+0000 mgr.x (mgr.34104) 867 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-03-21T13:04:24.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:24 smithi178 bash[75692]: cephadm 2024-03-21T13:04:22.854389+0000 mgr.x (mgr.34104) 868 : cephadm [INF] Reconfiguring daemon mon.b on smithi184 2024-03-21T13:04:24.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:24 smithi178 bash[77880]: cephadm 2024-03-21T13:04:22.847309+0000 mgr.x (mgr.34104) 867 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-03-21T13:04:24.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:24 smithi178 bash[77880]: cephadm 2024-03-21T13:04:22.854389+0000 mgr.x (mgr.34104) 868 : cephadm [INF] Reconfiguring daemon mon.b on smithi184 2024-03-21T13:04:25.455 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:25 smithi178 bash[75692]: cluster 2024-03-21T13:04:23.956198+0000 mgr.x (mgr.34104) 869 : cluster [DBG] pgmap v554: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:04:25.455 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:25 smithi178 bash[77880]: cluster 2024-03-21T13:04:23.956198+0000 mgr.x (mgr.34104) 869 : cluster [DBG] pgmap v554: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:04:25.545 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:25 smithi184 bash[59794]: cluster 2024-03-21T13:04:23.956198+0000 mgr.x (mgr.34104) 869 : cluster [DBG] pgmap v554: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:04:25.822 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:04:25 smithi184 bash[52419]: ::ffff:172.21.15.184 - - [21/Mar/2024:13:04:25] "GET /metrics HTTP/1.1" 200 38353 "" "Prometheus/2.33.4" 2024-03-21T13:04:26.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:26 smithi178 bash[75692]: audit 2024-03-21T13:04:25.446042+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:04:26.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:26 smithi178 bash[75692]: audit 2024-03-21T13:04:25.456924+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:04:26.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:26 smithi178 bash[75692]: cluster 2024-03-21T13:04:25.460681+0000 mgr.x (mgr.34104) 870 : cluster [DBG] pgmap v555: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 889 B/s rd, 0 op/s 2024-03-21T13:04:26.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:26 smithi178 bash[75692]: cluster 2024-03-21T13:04:25.461111+0000 mgr.x (mgr.34104) 871 : cluster [DBG] pgmap v556: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 538 B/s rd, 0 op/s 2024-03-21T13:04:26.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:26 smithi178 bash[75692]: audit 2024-03-21T13:04:25.467004+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:04:26.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:26 smithi178 bash[75692]: audit 2024-03-21T13:04:25.913036+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:04:26.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:26 smithi178 bash[75692]: audit 2024-03-21T13:04:25.925192+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:04:26.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:26 smithi178 bash[75692]: audit 2024-03-21T13:04:25.974400+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-21T13:04:26.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:26 smithi178 bash[75692]: cephadm 2024-03-21T13:04:25.975162+0000 mgr.x (mgr.34104) 872 : cephadm [INF] Reconfiguring mgr.x (monmap changed)... 2024-03-21T13:04:26.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:26 smithi178 bash[75692]: audit 2024-03-21T13:04:25.976788+0000 mon.a (mon.0) 749 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-21T13:04:26.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:26 smithi178 bash[75692]: audit 2024-03-21T13:04:25.978684+0000 mon.a (mon.0) 750 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:04:26.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:26 smithi178 bash[75692]: cephadm 2024-03-21T13:04:25.982154+0000 mgr.x (mgr.34104) 873 : cephadm [INF] Reconfiguring daemon mgr.x on smithi184 2024-03-21T13:04:26.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:26 smithi178 bash[77880]: audit 2024-03-21T13:04:25.446042+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:04:26.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:26 smithi178 bash[77880]: audit 2024-03-21T13:04:25.456924+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:04:26.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:26 smithi178 bash[77880]: cluster 2024-03-21T13:04:25.460681+0000 mgr.x (mgr.34104) 870 : cluster [DBG] pgmap v555: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 889 B/s rd, 0 op/s 2024-03-21T13:04:26.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:26 smithi178 bash[77880]: cluster 2024-03-21T13:04:25.461111+0000 mgr.x (mgr.34104) 871 : cluster [DBG] pgmap v556: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 538 B/s rd, 0 op/s 2024-03-21T13:04:26.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:26 smithi178 bash[77880]: audit 2024-03-21T13:04:25.467004+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:04:26.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:26 smithi178 bash[77880]: audit 2024-03-21T13:04:25.913036+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:04:26.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:26 smithi178 bash[77880]: audit 2024-03-21T13:04:25.925192+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:04:26.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:26 smithi178 bash[77880]: audit 2024-03-21T13:04:25.974400+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-21T13:04:26.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:26 smithi178 bash[77880]: cephadm 2024-03-21T13:04:25.975162+0000 mgr.x (mgr.34104) 872 : cephadm [INF] Reconfiguring mgr.x (monmap changed)... 2024-03-21T13:04:26.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:26 smithi178 bash[77880]: audit 2024-03-21T13:04:25.976788+0000 mon.a (mon.0) 749 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-21T13:04:26.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:26 smithi178 bash[77880]: audit 2024-03-21T13:04:25.978684+0000 mon.a (mon.0) 750 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:04:26.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:26 smithi178 bash[77880]: cephadm 2024-03-21T13:04:25.982154+0000 mgr.x (mgr.34104) 873 : cephadm [INF] Reconfiguring daemon mgr.x on smithi184 2024-03-21T13:04:26.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:26 smithi184 bash[59794]: audit 2024-03-21T13:04:25.446042+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:04:26.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:26 smithi184 bash[59794]: audit 2024-03-21T13:04:25.456924+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:04:26.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:26 smithi184 bash[59794]: cluster 2024-03-21T13:04:25.460681+0000 mgr.x (mgr.34104) 870 : cluster [DBG] pgmap v555: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 889 B/s rd, 0 op/s 2024-03-21T13:04:26.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:26 smithi184 bash[59794]: cluster 2024-03-21T13:04:25.461111+0000 mgr.x (mgr.34104) 871 : cluster [DBG] pgmap v556: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 538 B/s rd, 0 op/s 2024-03-21T13:04:26.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:26 smithi184 bash[59794]: audit 2024-03-21T13:04:25.467004+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:04:26.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:26 smithi184 bash[59794]: audit 2024-03-21T13:04:25.913036+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:04:26.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:26 smithi184 bash[59794]: audit 2024-03-21T13:04:25.925192+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:04:26.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:26 smithi184 bash[59794]: audit 2024-03-21T13:04:25.974400+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-21T13:04:26.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:26 smithi184 bash[59794]: cephadm 2024-03-21T13:04:25.975162+0000 mgr.x (mgr.34104) 872 : cephadm [INF] Reconfiguring mgr.x (monmap changed)... 2024-03-21T13:04:26.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:26 smithi184 bash[59794]: audit 2024-03-21T13:04:25.976788+0000 mon.a (mon.0) 749 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-21T13:04:26.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:26 smithi184 bash[59794]: audit 2024-03-21T13:04:25.978684+0000 mon.a (mon.0) 750 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:04:26.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:26 smithi184 bash[59794]: cephadm 2024-03-21T13:04:25.982154+0000 mgr.x (mgr.34104) 873 : cephadm [INF] Reconfiguring daemon mgr.x on smithi184 2024-03-21T13:04:28.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:28 smithi178 bash[75692]: cluster 2024-03-21T13:04:27.462792+0000 mgr.x (mgr.34104) 874 : cluster [DBG] pgmap v557: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-21T13:04:28.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:28 smithi178 bash[77880]: cluster 2024-03-21T13:04:27.462792+0000 mgr.x (mgr.34104) 874 : cluster [DBG] pgmap v557: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-21T13:04:28.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:28 smithi184 bash[59794]: cluster 2024-03-21T13:04:27.462792+0000 mgr.x (mgr.34104) 874 : cluster [DBG] pgmap v557: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-21T13:04:28.823 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:04:28 smithi184 bash[54688]: ts=2024-03-21T13:04: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.178\", device_class=\"ssd\", hostname=\"smithi178\", instance=\"172.21.15.184:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.178\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster=\"a94f249e-e780-11ee-95cd-87774f69a715\", cluster_addr=\"172.21.15.178\", device_class=\"ssd\", hostname=\"smithi178\", instance=\"smithi184:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.178\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-21T13:04:31.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:30 smithi178 bash[75692]: cluster 2024-03-21T13:04:29.463534+0000 mgr.x (mgr.34104) 875 : cluster [DBG] pgmap v558: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-21T13:04:31.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:30 smithi178 bash[75692]: audit 2024-03-21T13:04:29.778077+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:04:31.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:30 smithi178 bash[75692]: audit 2024-03-21T13:04:29.788519+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:04:31.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:30 smithi178 bash[75692]: cluster 2024-03-21T13:04:29.792151+0000 mgr.x (mgr.34104) 876 : cluster [DBG] pgmap v559: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 653 B/s rd, 0 op/s 2024-03-21T13:04:31.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:30 smithi178 bash[75692]: cluster 2024-03-21T13:04:29.792624+0000 mgr.x (mgr.34104) 877 : cluster [DBG] pgmap v560: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 877 B/s rd, 0 op/s 2024-03-21T13:04:31.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:30 smithi178 bash[75692]: audit 2024-03-21T13:04:29.799191+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:04:31.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:30 smithi178 bash[75692]: audit 2024-03-21T13:04:30.654080+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:04:31.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:30 smithi178 bash[75692]: audit 2024-03-21T13:04:30.665983+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:04:31.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:30 smithi178 bash[75692]: audit 2024-03-21T13:04:30.705998+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-03-21T13:04:31.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:30 smithi178 bash[75692]: audit 2024-03-21T13:04:30.708166+0000 mon.a (mon.0) 757 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:04:31.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:30 smithi178 bash[77880]: cluster 2024-03-21T13:04:29.463534+0000 mgr.x (mgr.34104) 875 : cluster [DBG] pgmap v558: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-21T13:04:31.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:30 smithi178 bash[77880]: audit 2024-03-21T13:04:29.778077+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:04:31.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:30 smithi178 bash[77880]: audit 2024-03-21T13:04:29.788519+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:04:31.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:30 smithi178 bash[77880]: cluster 2024-03-21T13:04:29.792151+0000 mgr.x (mgr.34104) 876 : cluster [DBG] pgmap v559: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 653 B/s rd, 0 op/s 2024-03-21T13:04:31.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:30 smithi178 bash[77880]: cluster 2024-03-21T13:04:29.792624+0000 mgr.x (mgr.34104) 877 : cluster [DBG] pgmap v560: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 877 B/s rd, 0 op/s 2024-03-21T13:04:31.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:30 smithi178 bash[77880]: audit 2024-03-21T13:04:29.799191+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:04:31.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:30 smithi178 bash[77880]: audit 2024-03-21T13:04:30.654080+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:04:31.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:30 smithi178 bash[77880]: audit 2024-03-21T13:04:30.665983+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:04:31.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:30 smithi178 bash[77880]: audit 2024-03-21T13:04:30.705998+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-03-21T13:04:31.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:30 smithi178 bash[77880]: audit 2024-03-21T13:04:30.708166+0000 mon.a (mon.0) 757 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:04:31.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:30 smithi184 bash[59794]: cluster 2024-03-21T13:04:29.463534+0000 mgr.x (mgr.34104) 875 : cluster [DBG] pgmap v558: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-21T13:04:31.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:30 smithi184 bash[59794]: audit 2024-03-21T13:04:29.778077+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:04:31.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:30 smithi184 bash[59794]: audit 2024-03-21T13:04:29.788519+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:04:31.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:30 smithi184 bash[59794]: cluster 2024-03-21T13:04:29.792151+0000 mgr.x (mgr.34104) 876 : cluster [DBG] pgmap v559: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 653 B/s rd, 0 op/s 2024-03-21T13:04:31.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:30 smithi184 bash[59794]: cluster 2024-03-21T13:04:29.792624+0000 mgr.x (mgr.34104) 877 : cluster [DBG] pgmap v560: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 877 B/s rd, 0 op/s 2024-03-21T13:04:31.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:30 smithi184 bash[59794]: audit 2024-03-21T13:04:29.799191+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:04:31.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:30 smithi184 bash[59794]: audit 2024-03-21T13:04:30.654080+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:04:31.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:30 smithi184 bash[59794]: audit 2024-03-21T13:04:30.665983+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:04:31.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:30 smithi184 bash[59794]: audit 2024-03-21T13:04:30.705998+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-03-21T13:04:31.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:30 smithi184 bash[59794]: audit 2024-03-21T13:04:30.708166+0000 mon.a (mon.0) 757 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:04:31.267 INFO:teuthology.orchestra.run.smithi178.stdout:true 2024-03-21T13:04:32.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:31 smithi178 bash[75692]: audit 2024-03-21T13:04:30.619047+0000 mgr.x (mgr.34104) 878 : audit [DBG] from='client.15585 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:04:32.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:31 smithi178 bash[75692]: cephadm 2024-03-21T13:04:30.706883+0000 mgr.x (mgr.34104) 879 : cephadm [INF] Reconfiguring osd.4 (monmap changed)... 2024-03-21T13:04:32.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:31 smithi178 bash[75692]: cephadm 2024-03-21T13:04:30.715845+0000 mgr.x (mgr.34104) 880 : cephadm [INF] Reconfiguring daemon osd.4 on smithi184 2024-03-21T13:04:32.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:31 smithi178 bash[77880]: audit 2024-03-21T13:04:30.619047+0000 mgr.x (mgr.34104) 878 : audit [DBG] from='client.15585 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:04:32.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:31 smithi178 bash[77880]: cephadm 2024-03-21T13:04:30.706883+0000 mgr.x (mgr.34104) 879 : cephadm [INF] Reconfiguring osd.4 (monmap changed)... 2024-03-21T13:04:32.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:31 smithi178 bash[77880]: cephadm 2024-03-21T13:04:30.715845+0000 mgr.x (mgr.34104) 880 : cephadm [INF] Reconfiguring daemon osd.4 on smithi184 2024-03-21T13:04:32.054 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:31 smithi184 bash[59794]: audit 2024-03-21T13:04:30.619047+0000 mgr.x (mgr.34104) 878 : audit [DBG] from='client.15585 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:04:32.054 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:31 smithi184 bash[59794]: cephadm 2024-03-21T13:04:30.706883+0000 mgr.x (mgr.34104) 879 : cephadm [INF] Reconfiguring osd.4 (monmap changed)... 2024-03-21T13:04:32.054 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:31 smithi184 bash[59794]: cephadm 2024-03-21T13:04:30.715845+0000 mgr.x (mgr.34104) 880 : cephadm [INF] Reconfiguring daemon osd.4 on smithi184 2024-03-21T13:04:32.074 INFO:teuthology.orchestra.run.smithi178.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-21T13:04:32.074 INFO:teuthology.orchestra.run.smithi178.stdout:agent.smithi178 smithi178 running 6s ago 18m - - 2024-03-21T13:04:32.074 INFO:teuthology.orchestra.run.smithi178.stdout:agent.smithi184 smithi184 running 2s ago 18m - - 2024-03-21T13:04:32.074 INFO:teuthology.orchestra.run.smithi178.stdout:alertmanager.a smithi178 *:9093,9094 running (4m) 6s ago 11m 16.2M - 0.23.0 ba2b418f427c b9533705fcaf 2024-03-21T13:04:32.074 INFO:teuthology.orchestra.run.smithi178.stdout:grafana.a smithi184 *:3000 error 2s ago 11m - - 2024-03-21T13:04:32.075 INFO:teuthology.orchestra.run.smithi178.stdout:iscsi.foo.smithi178.qfgpzc smithi178 running (2m) 6s ago 9m 48.8M - 3.5 e1d6a67b021e 8cd81f5e1d31 2024-03-21T13:04:32.075 INFO:teuthology.orchestra.run.smithi178.stdout:mgr.x smithi184 *:8443,9283,8765 running (3m) 2s ago 17m 507M - 19.0.0-2267-g960fbbe4 19e12293512f 23b748469eab 2024-03-21T13:04:32.075 INFO:teuthology.orchestra.run.smithi178.stdout:mgr.y smithi178 *:8443,9283,8765 running (2m) 6s ago 19m 443M - 19.0.0-2267-g960fbbe4 19e12293512f 4b58d9293a93 2024-03-21T13:04:32.075 INFO:teuthology.orchestra.run.smithi178.stdout:mon.a smithi178 running (84s) 6s ago 19m 60.6M 2048M 19.0.0-2267-g960fbbe4 19e12293512f cdcc04604451 2024-03-21T13:04:32.075 INFO:teuthology.orchestra.run.smithi178.stdout:mon.b smithi184 running (41s) 2s ago 17m 31.8M 2048M 19.0.0-2267-g960fbbe4 19e12293512f 209431841a07 2024-03-21T13:04:32.075 INFO:teuthology.orchestra.run.smithi178.stdout:mon.c smithi178 running (61s) 6s ago 18m 40.3M 2048M 19.0.0-2267-g960fbbe4 19e12293512f 1de13280fabe 2024-03-21T13:04:32.075 INFO:teuthology.orchestra.run.smithi178.stdout:node-exporter.a smithi178 *:9100 running (4m) 6s ago 11m 12.1M - 1.3.1 1dbe0e931976 5d4ec1307be5 2024-03-21T13:04:32.075 INFO:teuthology.orchestra.run.smithi178.stdout:node-exporter.b smithi184 *:9100 running (4m) 2s ago 11m 11.6M - 1.3.1 1dbe0e931976 2a37d9a9b638 2024-03-21T13:04:32.075 INFO:teuthology.orchestra.run.smithi178.stdout:osd.0 smithi178 running (17m) 6s ago 17m 60.4M 4096M 17.2.0 e1d6a67b021e d6b8ef28417b 2024-03-21T13:04:32.075 INFO:teuthology.orchestra.run.smithi178.stdout:osd.1 smithi178 running (16m) 6s ago 16m 61.2M 4096M 17.2.0 e1d6a67b021e f1a18d3887e4 2024-03-21T13:04:32.075 INFO:teuthology.orchestra.run.smithi178.stdout:osd.2 smithi178 running (15m) 6s ago 15m 56.2M 4096M 17.2.0 e1d6a67b021e 20f205591c9c 2024-03-21T13:04:32.075 INFO:teuthology.orchestra.run.smithi178.stdout:osd.3 smithi178 running (15m) 6s ago 15m 58.4M 4096M 17.2.0 e1d6a67b021e a4f15fefa0b8 2024-03-21T13:04:32.075 INFO:teuthology.orchestra.run.smithi178.stdout:osd.4 smithi184 running (14m) 2s ago 14m 59.6M 4096M 17.2.0 e1d6a67b021e e20e0f763007 2024-03-21T13:04:32.075 INFO:teuthology.orchestra.run.smithi178.stdout:osd.5 smithi184 running (14m) 2s ago 14m 57.2M 4096M 17.2.0 e1d6a67b021e a0e050155046 2024-03-21T13:04:32.075 INFO:teuthology.orchestra.run.smithi178.stdout:osd.6 smithi184 running (13m) 2s ago 13m 57.7M 4096M 17.2.0 e1d6a67b021e 68fa324445fb 2024-03-21T13:04:32.075 INFO:teuthology.orchestra.run.smithi178.stdout:osd.7 smithi184 running (12m) 2s ago 12m 58.6M 4096M 17.2.0 e1d6a67b021e 9153684ac7cd 2024-03-21T13:04:32.076 INFO:teuthology.orchestra.run.smithi178.stdout:prometheus.a smithi184 *:9095 running (2m) 2s ago 11m 66.7M - 2.33.4 514e6a882f6e 68f156839b90 2024-03-21T13:04:32.076 INFO:teuthology.orchestra.run.smithi178.stdout:rgw.foo.smithi178.amgrte smithi178 *:8000 running (9m) 6s ago 9m 87.8M - 17.2.0 e1d6a67b021e d914bef5b616 2024-03-21T13:04:32.076 INFO:teuthology.orchestra.run.smithi178.stdout:rgw.foo.smithi184.sylqte smithi184 *:8000 running (9m) 2s ago 9m 87.6M - 17.2.0 e1d6a67b021e 71e9025bfe7b 2024-03-21T13:04:32.076 INFO:teuthology.orchestra.run.smithi178.stdout:rgw.smpl.smithi178.avyvkd smithi178 *:80 running (9m) 6s ago 9m 88.0M - 17.2.0 e1d6a67b021e 95dce05fca01 2024-03-21T13:04:32.076 INFO:teuthology.orchestra.run.smithi178.stdout:rgw.smpl.smithi184.ccsuhn smithi184 *:80 running (9m) 2s ago 9m 87.9M - 17.2.0 e1d6a67b021e c3b20c5f0cde 2024-03-21T13:04:32.534 INFO:teuthology.orchestra.run.smithi178.stdout:{ 2024-03-21T13:04:32.534 INFO:teuthology.orchestra.run.smithi178.stdout: "mon": { 2024-03-21T13:04:32.534 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 3 2024-03-21T13:04:32.534 INFO:teuthology.orchestra.run.smithi178.stdout: }, 2024-03-21T13:04:32.534 INFO:teuthology.orchestra.run.smithi178.stdout: "mgr": { 2024-03-21T13:04:32.534 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 2 2024-03-21T13:04:32.534 INFO:teuthology.orchestra.run.smithi178.stdout: }, 2024-03-21T13:04:32.534 INFO:teuthology.orchestra.run.smithi178.stdout: "osd": { 2024-03-21T13:04:32.534 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2024-03-21T13:04:32.535 INFO:teuthology.orchestra.run.smithi178.stdout: }, 2024-03-21T13:04:32.535 INFO:teuthology.orchestra.run.smithi178.stdout: "rgw": { 2024-03-21T13:04:32.535 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2024-03-21T13:04:32.535 INFO:teuthology.orchestra.run.smithi178.stdout: }, 2024-03-21T13:04:32.535 INFO:teuthology.orchestra.run.smithi178.stdout: "overall": { 2024-03-21T13:04:32.535 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 12, 2024-03-21T13:04:32.535 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 5 2024-03-21T13:04:32.535 INFO:teuthology.orchestra.run.smithi178.stdout: } 2024-03-21T13:04:32.535 INFO:teuthology.orchestra.run.smithi178.stdout:} 2024-03-21T13:04:32.921 INFO:teuthology.orchestra.run.smithi178.stdout:{ 2024-03-21T13:04:32.921 INFO:teuthology.orchestra.run.smithi178.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753", 2024-03-21T13:04:32.921 INFO:teuthology.orchestra.run.smithi178.stdout: "in_progress": true, 2024-03-21T13:04:32.921 INFO:teuthology.orchestra.run.smithi178.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-21T13:04:32.922 INFO:teuthology.orchestra.run.smithi178.stdout: "services_complete": [ 2024-03-21T13:04:32.922 INFO:teuthology.orchestra.run.smithi178.stdout: "mgr", 2024-03-21T13:04:32.922 INFO:teuthology.orchestra.run.smithi178.stdout: "mon" 2024-03-21T13:04:32.922 INFO:teuthology.orchestra.run.smithi178.stdout: ], 2024-03-21T13:04:32.922 INFO:teuthology.orchestra.run.smithi178.stdout: "progress": "5/23 daemons upgraded", 2024-03-21T13:04:32.922 INFO:teuthology.orchestra.run.smithi178.stdout: "message": "Currently upgrading mon daemons", 2024-03-21T13:04:32.922 INFO:teuthology.orchestra.run.smithi178.stdout: "is_paused": false 2024-03-21T13:04:32.922 INFO:teuthology.orchestra.run.smithi178.stdout:} 2024-03-21T13:04:33.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:32 smithi178 bash[75692]: audit 2024-03-21T13:04:31.250425+0000 mgr.x (mgr.34104) 881 : audit [DBG] from='client.44172 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:04:33.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:32 smithi178 bash[75692]: audit 2024-03-21T13:04:31.644506+0000 mgr.x (mgr.34104) 882 : audit [DBG] from='client.44178 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:04:33.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:32 smithi178 bash[75692]: cluster 2024-03-21T13:04:31.794910+0000 mgr.x (mgr.34104) 883 : cluster [DBG] pgmap v561: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s rd, 1 op/s 2024-03-21T13:04:33.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:32 smithi178 bash[75692]: audit 2024-03-21T13:04:32.035096+0000 mgr.x (mgr.34104) 884 : audit [DBG] from='client.44184 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:04:33.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:32 smithi178 bash[75692]: audit 2024-03-21T13:04:32.530335+0000 mon.c (mon.1) 4 : audit [DBG] from='client.? 172.21.15.178:0/2683853036' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:04:33.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:32 smithi178 bash[77880]: audit 2024-03-21T13:04:31.250425+0000 mgr.x (mgr.34104) 881 : audit [DBG] from='client.44172 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:04:33.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:32 smithi178 bash[77880]: audit 2024-03-21T13:04:31.644506+0000 mgr.x (mgr.34104) 882 : audit [DBG] from='client.44178 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:04:33.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:32 smithi178 bash[77880]: cluster 2024-03-21T13:04:31.794910+0000 mgr.x (mgr.34104) 883 : cluster [DBG] pgmap v561: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s rd, 1 op/s 2024-03-21T13:04:33.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:32 smithi178 bash[77880]: audit 2024-03-21T13:04:32.035096+0000 mgr.x (mgr.34104) 884 : audit [DBG] from='client.44184 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:04:33.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:32 smithi178 bash[77880]: audit 2024-03-21T13:04:32.530335+0000 mon.c (mon.1) 4 : audit [DBG] from='client.? 172.21.15.178:0/2683853036' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:04:33.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:32 smithi184 bash[59794]: audit 2024-03-21T13:04:31.250425+0000 mgr.x (mgr.34104) 881 : audit [DBG] from='client.44172 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:04:33.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:32 smithi184 bash[59794]: audit 2024-03-21T13:04:31.644506+0000 mgr.x (mgr.34104) 882 : audit [DBG] from='client.44178 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:04:33.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:32 smithi184 bash[59794]: cluster 2024-03-21T13:04:31.794910+0000 mgr.x (mgr.34104) 883 : cluster [DBG] pgmap v561: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s rd, 1 op/s 2024-03-21T13:04:33.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:32 smithi184 bash[59794]: audit 2024-03-21T13:04:32.035096+0000 mgr.x (mgr.34104) 884 : audit [DBG] from='client.44184 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:04:33.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:32 smithi184 bash[59794]: audit 2024-03-21T13:04:32.530335+0000 mon.c (mon.1) 4 : audit [DBG] from='client.? 172.21.15.178:0/2683853036' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:04:33.375 INFO:teuthology.orchestra.run.smithi178.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-21T13:04:33.376 INFO:teuthology.orchestra.run.smithi178.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-21T13:04:33.376 INFO:teuthology.orchestra.run.smithi178.stdout: daemon grafana.a on smithi184 is in error state 2024-03-21T13:04:33.823 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:04:33 smithi184 bash[54688]: ts=2024-03-21T13:04:33.507Z caller=manager.go:609 level=warn component="rule manager" group=nodes msg="Evaluating rule failed" rule="alert: CephNodeDiskspaceWarning\nexpr: predict_linear(node_filesystem_free_bytes{device=~\"/.*\"}[2d], 3600 * 24 * 5)\n * on(instance) group_left(nodename) node_uname_info < 0\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.8.4\n severity: warning\n type: ceph_default\nannotations:\n description: Mountpoint {{ $labels.mountpoint }} on {{ $labels.nodename }} will\n be full in less than 5 days based on the 48 hour trailing fill rate.\n summary: Host filesystem free space is getting low\n" err="found duplicate series for the match group {instance=\"smithi178\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi178\", job=\"node\", machine=\"x86_64\", nodename=\"smithi178\", release=\"5.4.0-174-generic\", sysname=\"Linux\", version=\"#193-Ubuntu SMP Thu Mar 7 14:29:28 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"a94f249e-e780-11ee-95cd-87774f69a715\", domainname=\"(none)\", instance=\"smithi178\", job=\"node\", machine=\"x86_64\", nodename=\"smithi178\", release=\"5.4.0-174-generic\", sysname=\"Linux\", version=\"#193-Ubuntu SMP Thu Mar 7 14:29:28 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-21T13:04:34.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:33 smithi178 bash[75692]: audit 2024-03-21T13:04:32.919487+0000 mgr.x (mgr.34104) 885 : audit [DBG] from='client.54163 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:04:34.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:33 smithi178 bash[75692]: audit 2024-03-21T13:04:32.994046+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:04:34.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:33 smithi178 bash[75692]: audit 2024-03-21T13:04:33.003312+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:04:34.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:33 smithi178 bash[75692]: audit 2024-03-21T13:04:33.034522+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-03-21T13:04:34.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:33 smithi178 bash[75692]: cephadm 2024-03-21T13:04:33.035292+0000 mgr.x (mgr.34104) 886 : cephadm [INF] Reconfiguring osd.5 (monmap changed)... 2024-03-21T13:04:34.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:33 smithi178 bash[75692]: audit 2024-03-21T13:04:33.036812+0000 mon.a (mon.0) 761 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:04:34.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:33 smithi178 bash[75692]: cephadm 2024-03-21T13:04:33.044365+0000 mgr.x (mgr.34104) 887 : cephadm [INF] Reconfiguring daemon osd.5 on smithi184 2024-03-21T13:04:34.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:33 smithi178 bash[75692]: audit 2024-03-21T13:04:33.373123+0000 mon.a (mon.0) 762 : audit [DBG] from='client.? 172.21.15.178:0/1282819905' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T13:04:34.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:33 smithi178 bash[77880]: audit 2024-03-21T13:04:32.919487+0000 mgr.x (mgr.34104) 885 : audit [DBG] from='client.54163 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:04:34.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:33 smithi178 bash[77880]: audit 2024-03-21T13:04:32.994046+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:04:34.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:33 smithi178 bash[77880]: audit 2024-03-21T13:04:33.003312+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:04:34.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:33 smithi178 bash[77880]: audit 2024-03-21T13:04:33.034522+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-03-21T13:04:34.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:33 smithi178 bash[77880]: cephadm 2024-03-21T13:04:33.035292+0000 mgr.x (mgr.34104) 886 : cephadm [INF] Reconfiguring osd.5 (monmap changed)... 2024-03-21T13:04:34.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:33 smithi178 bash[77880]: audit 2024-03-21T13:04:33.036812+0000 mon.a (mon.0) 761 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:04:34.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:33 smithi178 bash[77880]: cephadm 2024-03-21T13:04:33.044365+0000 mgr.x (mgr.34104) 887 : cephadm [INF] Reconfiguring daemon osd.5 on smithi184 2024-03-21T13:04:34.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:33 smithi178 bash[77880]: audit 2024-03-21T13:04:33.373123+0000 mon.a (mon.0) 762 : audit [DBG] from='client.? 172.21.15.178:0/1282819905' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T13:04:34.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:33 smithi184 bash[59794]: audit 2024-03-21T13:04:32.919487+0000 mgr.x (mgr.34104) 885 : audit [DBG] from='client.54163 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:04:34.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:33 smithi184 bash[59794]: audit 2024-03-21T13:04:32.994046+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:04:34.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:33 smithi184 bash[59794]: audit 2024-03-21T13:04:33.003312+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:04:34.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:33 smithi184 bash[59794]: audit 2024-03-21T13:04:33.034522+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-03-21T13:04:34.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:33 smithi184 bash[59794]: cephadm 2024-03-21T13:04:33.035292+0000 mgr.x (mgr.34104) 886 : cephadm [INF] Reconfiguring osd.5 (monmap changed)... 2024-03-21T13:04:34.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:33 smithi184 bash[59794]: audit 2024-03-21T13:04:33.036812+0000 mon.a (mon.0) 761 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:04:34.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:33 smithi184 bash[59794]: cephadm 2024-03-21T13:04:33.044365+0000 mgr.x (mgr.34104) 887 : cephadm [INF] Reconfiguring daemon osd.5 on smithi184 2024-03-21T13:04:34.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:33 smithi184 bash[59794]: audit 2024-03-21T13:04:33.373123+0000 mon.a (mon.0) 762 : audit [DBG] from='client.? 172.21.15.178:0/1282819905' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T13:04:35.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:35 smithi178 bash[75692]: cluster 2024-03-21T13:04:33.795739+0000 mgr.x (mgr.34104) 888 : cluster [DBG] pgmap v562: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:04:35.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:35 smithi178 bash[75692]: audit 2024-03-21T13:04:34.778717+0000 mon.a (mon.0) 763 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:04:35.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:35 smithi178 bash[77880]: cluster 2024-03-21T13:04:33.795739+0000 mgr.x (mgr.34104) 888 : cluster [DBG] pgmap v562: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:04:35.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:35 smithi178 bash[77880]: audit 2024-03-21T13:04:34.778717+0000 mon.a (mon.0) 763 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:04:35.322 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:35 smithi184 bash[59794]: cluster 2024-03-21T13:04:33.795739+0000 mgr.x (mgr.34104) 888 : cluster [DBG] pgmap v562: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:04:35.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:35 smithi184 bash[59794]: audit 2024-03-21T13:04:34.778717+0000 mon.a (mon.0) 763 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:04:35.804 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:04:35 smithi184 bash[52419]: ::ffff:172.21.15.184 - - [21/Mar/2024:13:04:35] "GET /metrics HTTP/1.1" 200 38354 "" "Prometheus/2.33.4" 2024-03-21T13:04:36.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:36 smithi184 bash[59794]: audit 2024-03-21T13:04:35.320371+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:04:36.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:36 smithi184 bash[59794]: audit 2024-03-21T13:04:35.330735+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:04:36.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:36 smithi184 bash[59794]: audit 2024-03-21T13:04:35.364453+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-03-21T13:04:36.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:36 smithi184 bash[59794]: cephadm 2024-03-21T13:04:35.365312+0000 mgr.x (mgr.34104) 889 : cephadm [INF] Reconfiguring osd.6 (monmap changed)... 2024-03-21T13:04:36.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:36 smithi184 bash[59794]: audit 2024-03-21T13:04:35.366588+0000 mon.a (mon.0) 767 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:04:36.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:36 smithi184 bash[59794]: cephadm 2024-03-21T13:04:35.374029+0000 mgr.x (mgr.34104) 890 : cephadm [INF] Reconfiguring daemon osd.6 on smithi184 2024-03-21T13:04:36.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:36 smithi184 bash[59794]: cluster 2024-03-21T13:04:35.796981+0000 mgr.x (mgr.34104) 891 : cluster [DBG] pgmap v563: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:04:36.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:36 smithi178 bash[75692]: audit 2024-03-21T13:04:35.320371+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:04:36.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:36 smithi178 bash[75692]: audit 2024-03-21T13:04:35.330735+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:04:36.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:36 smithi178 bash[75692]: audit 2024-03-21T13:04:35.364453+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-03-21T13:04:36.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:36 smithi178 bash[75692]: cephadm 2024-03-21T13:04:35.365312+0000 mgr.x (mgr.34104) 889 : cephadm [INF] Reconfiguring osd.6 (monmap changed)... 2024-03-21T13:04:36.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:36 smithi178 bash[75692]: audit 2024-03-21T13:04:35.366588+0000 mon.a (mon.0) 767 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:04:36.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:36 smithi178 bash[75692]: cephadm 2024-03-21T13:04:35.374029+0000 mgr.x (mgr.34104) 890 : cephadm [INF] Reconfiguring daemon osd.6 on smithi184 2024-03-21T13:04:36.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:36 smithi178 bash[75692]: cluster 2024-03-21T13:04:35.796981+0000 mgr.x (mgr.34104) 891 : cluster [DBG] pgmap v563: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:04:36.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:36 smithi178 bash[77880]: audit 2024-03-21T13:04:35.320371+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:04:36.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:36 smithi178 bash[77880]: audit 2024-03-21T13:04:35.330735+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:04:36.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:36 smithi178 bash[77880]: audit 2024-03-21T13:04:35.364453+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-03-21T13:04:36.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:36 smithi178 bash[77880]: cephadm 2024-03-21T13:04:35.365312+0000 mgr.x (mgr.34104) 889 : cephadm [INF] Reconfiguring osd.6 (monmap changed)... 2024-03-21T13:04:36.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:36 smithi178 bash[77880]: audit 2024-03-21T13:04:35.366588+0000 mon.a (mon.0) 767 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:04:36.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:36 smithi178 bash[77880]: cephadm 2024-03-21T13:04:35.374029+0000 mgr.x (mgr.34104) 890 : cephadm [INF] Reconfiguring daemon osd.6 on smithi184 2024-03-21T13:04:36.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:36 smithi178 bash[77880]: cluster 2024-03-21T13:04:35.796981+0000 mgr.x (mgr.34104) 891 : cluster [DBG] pgmap v563: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:04:38.823 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:04:38 smithi184 bash[54688]: ts=2024-03-21T13:04: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.178\", device_class=\"ssd\", hostname=\"smithi178\", instance=\"172.21.15.184:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.178\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster=\"a94f249e-e780-11ee-95cd-87774f69a715\", cluster_addr=\"172.21.15.178\", device_class=\"ssd\", hostname=\"smithi178\", instance=\"smithi184:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.178\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-21T13:04:38.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:38 smithi184 bash[59794]: audit 2024-03-21T13:04:37.560992+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:04:38.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:38 smithi184 bash[59794]: audit 2024-03-21T13:04:37.570954+0000 mon.a (mon.0) 769 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:04:38.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:38 smithi184 bash[59794]: audit 2024-03-21T13:04:37.591424+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-03-21T13:04:38.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:38 smithi184 bash[59794]: cephadm 2024-03-21T13:04:37.592352+0000 mgr.x (mgr.34104) 892 : cephadm [INF] Reconfiguring osd.7 (monmap changed)... 2024-03-21T13:04:38.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:38 smithi184 bash[59794]: audit 2024-03-21T13:04:37.593518+0000 mon.a (mon.0) 771 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:04:38.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:38 smithi184 bash[59794]: cephadm 2024-03-21T13:04:37.601026+0000 mgr.x (mgr.34104) 893 : cephadm [INF] Reconfiguring daemon osd.7 on smithi184 2024-03-21T13:04:38.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:38 smithi184 bash[59794]: cluster 2024-03-21T13:04:37.797478+0000 mgr.x (mgr.34104) 894 : cluster [DBG] pgmap v564: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:04:39.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:38 smithi178 bash[75692]: audit 2024-03-21T13:04:37.560992+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:04:39.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:38 smithi178 bash[75692]: audit 2024-03-21T13:04:37.570954+0000 mon.a (mon.0) 769 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:04:39.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:38 smithi178 bash[75692]: audit 2024-03-21T13:04:37.591424+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-03-21T13:04:39.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:38 smithi178 bash[75692]: cephadm 2024-03-21T13:04:37.592352+0000 mgr.x (mgr.34104) 892 : cephadm [INF] Reconfiguring osd.7 (monmap changed)... 2024-03-21T13:04:39.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:38 smithi178 bash[75692]: audit 2024-03-21T13:04:37.593518+0000 mon.a (mon.0) 771 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:04:39.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:38 smithi178 bash[75692]: cephadm 2024-03-21T13:04:37.601026+0000 mgr.x (mgr.34104) 893 : cephadm [INF] Reconfiguring daemon osd.7 on smithi184 2024-03-21T13:04:39.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:38 smithi178 bash[75692]: cluster 2024-03-21T13:04:37.797478+0000 mgr.x (mgr.34104) 894 : cluster [DBG] pgmap v564: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:04:39.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:38 smithi178 bash[77880]: audit 2024-03-21T13:04:37.560992+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:04:39.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:38 smithi178 bash[77880]: audit 2024-03-21T13:04:37.570954+0000 mon.a (mon.0) 769 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:04:39.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:38 smithi178 bash[77880]: audit 2024-03-21T13:04:37.591424+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-03-21T13:04:39.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:38 smithi178 bash[77880]: cephadm 2024-03-21T13:04:37.592352+0000 mgr.x (mgr.34104) 892 : cephadm [INF] Reconfiguring osd.7 (monmap changed)... 2024-03-21T13:04:39.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:38 smithi178 bash[77880]: audit 2024-03-21T13:04:37.593518+0000 mon.a (mon.0) 771 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:04:39.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:38 smithi178 bash[77880]: cephadm 2024-03-21T13:04:37.601026+0000 mgr.x (mgr.34104) 893 : cephadm [INF] Reconfiguring daemon osd.7 on smithi184 2024-03-21T13:04:39.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:38 smithi178 bash[77880]: cluster 2024-03-21T13:04:37.797478+0000 mgr.x (mgr.34104) 894 : cluster [DBG] pgmap v564: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:04:40.936 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:40 smithi184 bash[59794]: audit 2024-03-21T13:04:39.670019+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:04:40.936 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:40 smithi184 bash[59794]: audit 2024-03-21T13:04:39.681406+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:04:40.936 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:40 smithi184 bash[59794]: audit 2024-03-21T13:04:39.721107+0000 mon.a (mon.0) 774 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi184.sylqte", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-21T13:04:40.936 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:40 smithi184 bash[59794]: cephadm 2024-03-21T13:04:39.721889+0000 mgr.x (mgr.34104) 895 : cephadm [INF] Reconfiguring rgw.foo.smithi184.sylqte (monmap changed)... 2024-03-21T13:04:40.937 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:40 smithi184 bash[59794]: audit 2024-03-21T13:04:39.725909+0000 mon.a (mon.0) 775 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:04:40.937 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:40 smithi184 bash[59794]: cephadm 2024-03-21T13:04:39.729870+0000 mgr.x (mgr.34104) 896 : cephadm [INF] Reconfiguring daemon rgw.foo.smithi184.sylqte on smithi184 2024-03-21T13:04:40.937 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:40 smithi184 bash[59794]: cluster 2024-03-21T13:04:39.798172+0000 mgr.x (mgr.34104) 897 : cluster [DBG] pgmap v565: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-03-21T13:04:41.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:40 smithi178 bash[75692]: audit 2024-03-21T13:04:39.670019+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:04:41.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:40 smithi178 bash[75692]: audit 2024-03-21T13:04:39.681406+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:04:41.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:40 smithi178 bash[75692]: audit 2024-03-21T13:04:39.721107+0000 mon.a (mon.0) 774 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi184.sylqte", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-21T13:04:41.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:40 smithi178 bash[75692]: cephadm 2024-03-21T13:04:39.721889+0000 mgr.x (mgr.34104) 895 : cephadm [INF] Reconfiguring rgw.foo.smithi184.sylqte (monmap changed)... 2024-03-21T13:04:41.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:40 smithi178 bash[75692]: audit 2024-03-21T13:04:39.725909+0000 mon.a (mon.0) 775 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:04:41.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:40 smithi178 bash[75692]: cephadm 2024-03-21T13:04:39.729870+0000 mgr.x (mgr.34104) 896 : cephadm [INF] Reconfiguring daemon rgw.foo.smithi184.sylqte on smithi184 2024-03-21T13:04:41.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:40 smithi178 bash[75692]: cluster 2024-03-21T13:04:39.798172+0000 mgr.x (mgr.34104) 897 : cluster [DBG] pgmap v565: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-03-21T13:04:41.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:40 smithi178 bash[77880]: audit 2024-03-21T13:04:39.670019+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:04:41.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:40 smithi178 bash[77880]: audit 2024-03-21T13:04:39.681406+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:04:41.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:40 smithi178 bash[77880]: audit 2024-03-21T13:04:39.721107+0000 mon.a (mon.0) 774 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi184.sylqte", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-21T13:04:41.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:40 smithi178 bash[77880]: cephadm 2024-03-21T13:04:39.721889+0000 mgr.x (mgr.34104) 895 : cephadm [INF] Reconfiguring rgw.foo.smithi184.sylqte (monmap changed)... 2024-03-21T13:04:41.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:40 smithi178 bash[77880]: audit 2024-03-21T13:04:39.725909+0000 mon.a (mon.0) 775 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:04:41.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:40 smithi178 bash[77880]: cephadm 2024-03-21T13:04:39.729870+0000 mgr.x (mgr.34104) 896 : cephadm [INF] Reconfiguring daemon rgw.foo.smithi184.sylqte on smithi184 2024-03-21T13:04:41.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:40 smithi178 bash[77880]: cluster 2024-03-21T13:04:39.798172+0000 mgr.x (mgr.34104) 897 : cluster [DBG] pgmap v565: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-03-21T13:04:42.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:41 smithi178 bash[75692]: audit 2024-03-21T13:04:40.624741+0000 mgr.x (mgr.34104) 898 : audit [DBG] from='client.15585 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:04:42.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:41 smithi178 bash[77880]: audit 2024-03-21T13:04:40.624741+0000 mgr.x (mgr.34104) 898 : audit [DBG] from='client.15585 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:04:42.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:41 smithi184 bash[59794]: audit 2024-03-21T13:04:40.624741+0000 mgr.x (mgr.34104) 898 : audit [DBG] from='client.15585 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:04:43.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:42 smithi184 bash[59794]: cluster 2024-03-21T13:04:41.799941+0000 mgr.x (mgr.34104) 899 : cluster [DBG] pgmap v566: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:04:43.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:42 smithi184 bash[59794]: audit 2024-03-21T13:04:41.816605+0000 mon.a (mon.0) 776 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:04:43.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:42 smithi184 bash[59794]: audit 2024-03-21T13:04:41.826232+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:04:43.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:42 smithi184 bash[59794]: audit 2024-03-21T13:04:41.848318+0000 mon.a (mon.0) 778 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi184.ccsuhn", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-21T13:04:43.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:42 smithi184 bash[59794]: cephadm 2024-03-21T13:04:41.849099+0000 mgr.x (mgr.34104) 900 : cephadm [INF] Reconfiguring rgw.smpl.smithi184.ccsuhn (monmap changed)... 2024-03-21T13:04:43.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:42 smithi184 bash[59794]: audit 2024-03-21T13:04:41.852528+0000 mon.a (mon.0) 779 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:04:43.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:42 smithi184 bash[59794]: cephadm 2024-03-21T13:04:41.856554+0000 mgr.x (mgr.34104) 901 : cephadm [INF] Reconfiguring daemon rgw.smpl.smithi184.ccsuhn on smithi184 2024-03-21T13:04:43.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:42 smithi178 bash[75692]: cluster 2024-03-21T13:04:41.799941+0000 mgr.x (mgr.34104) 899 : cluster [DBG] pgmap v566: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:04:43.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:42 smithi178 bash[75692]: audit 2024-03-21T13:04:41.816605+0000 mon.a (mon.0) 776 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:04:43.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:42 smithi178 bash[75692]: audit 2024-03-21T13:04:41.826232+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:04:43.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:42 smithi178 bash[75692]: audit 2024-03-21T13:04:41.848318+0000 mon.a (mon.0) 778 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi184.ccsuhn", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-21T13:04:43.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:42 smithi178 bash[75692]: cephadm 2024-03-21T13:04:41.849099+0000 mgr.x (mgr.34104) 900 : cephadm [INF] Reconfiguring rgw.smpl.smithi184.ccsuhn (monmap changed)... 2024-03-21T13:04:43.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:42 smithi178 bash[75692]: audit 2024-03-21T13:04:41.852528+0000 mon.a (mon.0) 779 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:04:43.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:42 smithi178 bash[75692]: cephadm 2024-03-21T13:04:41.856554+0000 mgr.x (mgr.34104) 901 : cephadm [INF] Reconfiguring daemon rgw.smpl.smithi184.ccsuhn on smithi184 2024-03-21T13:04:43.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:42 smithi178 bash[77880]: cluster 2024-03-21T13:04:41.799941+0000 mgr.x (mgr.34104) 899 : cluster [DBG] pgmap v566: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:04:43.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:42 smithi178 bash[77880]: audit 2024-03-21T13:04:41.816605+0000 mon.a (mon.0) 776 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:04:43.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:42 smithi178 bash[77880]: audit 2024-03-21T13:04:41.826232+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:04:43.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:42 smithi178 bash[77880]: audit 2024-03-21T13:04:41.848318+0000 mon.a (mon.0) 778 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi184.ccsuhn", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-21T13:04:43.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:42 smithi178 bash[77880]: cephadm 2024-03-21T13:04:41.849099+0000 mgr.x (mgr.34104) 900 : cephadm [INF] Reconfiguring rgw.smpl.smithi184.ccsuhn (monmap changed)... 2024-03-21T13:04:43.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:42 smithi178 bash[77880]: audit 2024-03-21T13:04:41.852528+0000 mon.a (mon.0) 779 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:04:43.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:42 smithi178 bash[77880]: cephadm 2024-03-21T13:04:41.856554+0000 mgr.x (mgr.34104) 901 : cephadm [INF] Reconfiguring daemon rgw.smpl.smithi184.ccsuhn on smithi184 2024-03-21T13:04:43.823 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:04:43 smithi184 bash[54688]: ts=2024-03-21T13:04:43.507Z caller=manager.go:609 level=warn component="rule manager" group=nodes msg="Evaluating rule failed" rule="alert: CephNodeDiskspaceWarning\nexpr: predict_linear(node_filesystem_free_bytes{device=~\"/.*\"}[2d], 3600 * 24 * 5)\n * on(instance) group_left(nodename) node_uname_info < 0\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.8.4\n severity: warning\n type: ceph_default\nannotations:\n description: Mountpoint {{ $labels.mountpoint }} on {{ $labels.nodename }} will\n be full in less than 5 days based on the 48 hour trailing fill rate.\n summary: Host filesystem free space is getting low\n" err="found duplicate series for the match group {instance=\"smithi178\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi178\", job=\"node\", machine=\"x86_64\", nodename=\"smithi178\", release=\"5.4.0-174-generic\", sysname=\"Linux\", version=\"#193-Ubuntu SMP Thu Mar 7 14:29:28 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"a94f249e-e780-11ee-95cd-87774f69a715\", domainname=\"(none)\", instance=\"smithi178\", job=\"node\", machine=\"x86_64\", nodename=\"smithi178\", release=\"5.4.0-174-generic\", sysname=\"Linux\", version=\"#193-Ubuntu SMP Thu Mar 7 14:29:28 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-21T13:04:45.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:44 smithi184 bash[59794]: cluster 2024-03-21T13:04:43.800672+0000 mgr.x (mgr.34104) 902 : cluster [DBG] pgmap v567: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:04:45.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:44 smithi184 bash[59794]: audit 2024-03-21T13:04:44.736052+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:04:45.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:44 smithi184 bash[59794]: audit 2024-03-21T13:04:44.748544+0000 mon.a (mon.0) 781 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:04:45.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:44 smithi184 bash[59794]: audit 2024-03-21T13:04:44.789080+0000 mon.a (mon.0) 782 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:04:45.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:44 smithi184 bash[59794]: audit 2024-03-21T13:04:44.792745+0000 mon.a (mon.0) 783 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:04:45.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:44 smithi184 bash[59794]: audit 2024-03-21T13:04:44.795856+0000 mon.a (mon.0) 784 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:04:45.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:44 smithi184 bash[59794]: audit 2024-03-21T13:04:44.804608+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:04:45.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:44 smithi184 bash[59794]: audit 2024-03-21T13:04:44.809062+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-03-21T13:04:45.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:44 smithi184 bash[59794]: audit 2024-03-21T13:04:44.813164+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]': finished 2024-03-21T13:04:45.183 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:44 smithi178 bash[75692]: cluster 2024-03-21T13:04:43.800672+0000 mgr.x (mgr.34104) 902 : cluster [DBG] pgmap v567: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:04:45.183 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:44 smithi178 bash[75692]: audit 2024-03-21T13:04:44.736052+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:04:45.183 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:44 smithi178 bash[75692]: audit 2024-03-21T13:04:44.748544+0000 mon.a (mon.0) 781 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:04:45.183 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:44 smithi178 bash[75692]: audit 2024-03-21T13:04:44.789080+0000 mon.a (mon.0) 782 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:04:45.183 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:44 smithi178 bash[75692]: audit 2024-03-21T13:04:44.792745+0000 mon.a (mon.0) 783 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:04:45.184 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:44 smithi178 bash[75692]: audit 2024-03-21T13:04:44.795856+0000 mon.a (mon.0) 784 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:04:45.184 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:44 smithi178 bash[75692]: audit 2024-03-21T13:04:44.804608+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:04:45.184 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:44 smithi178 bash[75692]: audit 2024-03-21T13:04:44.809062+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-03-21T13:04:45.184 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:44 smithi178 bash[75692]: audit 2024-03-21T13:04:44.813164+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]': finished 2024-03-21T13:04:45.184 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:44 smithi178 bash[77880]: cluster 2024-03-21T13:04:43.800672+0000 mgr.x (mgr.34104) 902 : cluster [DBG] pgmap v567: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:04:45.184 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:44 smithi178 bash[77880]: audit 2024-03-21T13:04:44.736052+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:04:45.184 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:44 smithi178 bash[77880]: audit 2024-03-21T13:04:44.748544+0000 mon.a (mon.0) 781 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:04:45.184 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:44 smithi178 bash[77880]: audit 2024-03-21T13:04:44.789080+0000 mon.a (mon.0) 782 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:04:45.184 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:44 smithi178 bash[77880]: audit 2024-03-21T13:04:44.792745+0000 mon.a (mon.0) 783 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:04:45.184 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:44 smithi178 bash[77880]: audit 2024-03-21T13:04:44.795856+0000 mon.a (mon.0) 784 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:04:45.184 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:44 smithi178 bash[77880]: audit 2024-03-21T13:04:44.804608+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:04:45.184 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:44 smithi178 bash[77880]: audit 2024-03-21T13:04:44.809062+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-03-21T13:04:45.185 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:44 smithi178 bash[77880]: audit 2024-03-21T13:04:44.813164+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]': finished 2024-03-21T13:04:45.573 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:04:45 smithi184 bash[52419]: ::ffff:172.21.15.184 - - [21/Mar/2024:13:04:45] "GET /metrics HTTP/1.1" 200 38354 "" "Prometheus/2.33.4" 2024-03-21T13:04:46.245 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:45 smithi184 bash[59794]: cephadm 2024-03-21T13:04:44.799152+0000 mgr.x (mgr.34104) 903 : cephadm [INF] Upgrade: Setting container_image for all mon 2024-03-21T13:04:46.246 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:45 smithi184 bash[59794]: audit 2024-03-21T13:04:44.816548+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-03-21T13:04:46.246 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:45 smithi184 bash[59794]: audit 2024-03-21T13:04:44.822122+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]': finished 2024-03-21T13:04:46.246 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:45 smithi184 bash[59794]: audit 2024-03-21T13:04:44.831073+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-03-21T13:04:46.246 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:45 smithi184 bash[59794]: audit 2024-03-21T13:04:44.834842+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]': finished 2024-03-21T13:04:46.246 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:45 smithi184 bash[59794]: audit 2024-03-21T13:04:44.838537+0000 mon.a (mon.0) 792 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:04:46.246 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:45 smithi184 bash[59794]: cephadm 2024-03-21T13:04:44.841687+0000 mgr.x (mgr.34104) 904 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-03-21T13:04:46.246 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:45 smithi184 bash[59794]: audit 2024-03-21T13:04:44.845055+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:04:46.246 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:45 smithi184 bash[59794]: audit 2024-03-21T13:04:44.850161+0000 mon.a (mon.0) 794 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-03-21T13:04:46.246 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:45 smithi184 bash[59794]: audit 2024-03-21T13:04:44.852142+0000 mgr.x (mgr.34104) 905 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-03-21T13:04:46.246 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:45 smithi184 bash[59794]: cephadm 2024-03-21T13:04:44.854725+0000 mgr.x (mgr.34104) 906 : cephadm [INF] Upgrade: osd.0 is safe to restart 2024-03-21T13:04:46.247 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:45 smithi184 bash[59794]: audit 2024-03-21T13:04:45.634453+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:04:46.247 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:45 smithi184 bash[59794]: audit 2024-03-21T13:04:45.643277+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:04:46.247 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:45 smithi184 bash[59794]: audit 2024-03-21T13:04:45.654159+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:04:46.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:45 smithi178 bash[75692]: cephadm 2024-03-21T13:04:44.799152+0000 mgr.x (mgr.34104) 903 : cephadm [INF] Upgrade: Setting container_image for all mon 2024-03-21T13:04:46.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:45 smithi178 bash[75692]: audit 2024-03-21T13:04:44.816548+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-03-21T13:04:46.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:45 smithi178 bash[75692]: audit 2024-03-21T13:04:44.822122+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]': finished 2024-03-21T13:04:46.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:45 smithi178 bash[75692]: audit 2024-03-21T13:04:44.831073+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-03-21T13:04:46.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:45 smithi178 bash[75692]: audit 2024-03-21T13:04:44.834842+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]': finished 2024-03-21T13:04:46.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:45 smithi178 bash[75692]: audit 2024-03-21T13:04:44.838537+0000 mon.a (mon.0) 792 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:04:46.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:45 smithi178 bash[75692]: cephadm 2024-03-21T13:04:44.841687+0000 mgr.x (mgr.34104) 904 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-03-21T13:04:46.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:45 smithi178 bash[75692]: audit 2024-03-21T13:04:44.845055+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:04:46.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:45 smithi178 bash[75692]: audit 2024-03-21T13:04:44.850161+0000 mon.a (mon.0) 794 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-03-21T13:04:46.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:45 smithi178 bash[75692]: audit 2024-03-21T13:04:44.852142+0000 mgr.x (mgr.34104) 905 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-03-21T13:04:46.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:45 smithi178 bash[75692]: cephadm 2024-03-21T13:04:44.854725+0000 mgr.x (mgr.34104) 906 : cephadm [INF] Upgrade: osd.0 is safe to restart 2024-03-21T13:04:46.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:45 smithi178 bash[75692]: audit 2024-03-21T13:04:45.634453+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:04:46.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:45 smithi178 bash[75692]: audit 2024-03-21T13:04:45.643277+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:04:46.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:45 smithi178 bash[75692]: audit 2024-03-21T13:04:45.654159+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:04:46.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:45 smithi178 bash[77880]: cephadm 2024-03-21T13:04:44.799152+0000 mgr.x (mgr.34104) 903 : cephadm [INF] Upgrade: Setting container_image for all mon 2024-03-21T13:04:46.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:45 smithi178 bash[77880]: audit 2024-03-21T13:04:44.816548+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-03-21T13:04:46.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:45 smithi178 bash[77880]: audit 2024-03-21T13:04:44.822122+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]': finished 2024-03-21T13:04:46.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:45 smithi178 bash[77880]: audit 2024-03-21T13:04:44.831073+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-03-21T13:04:46.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:45 smithi178 bash[77880]: audit 2024-03-21T13:04:44.834842+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]': finished 2024-03-21T13:04:46.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:45 smithi178 bash[77880]: audit 2024-03-21T13:04:44.838537+0000 mon.a (mon.0) 792 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:04:46.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:45 smithi178 bash[77880]: cephadm 2024-03-21T13:04:44.841687+0000 mgr.x (mgr.34104) 904 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-03-21T13:04:46.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:45 smithi178 bash[77880]: audit 2024-03-21T13:04:44.845055+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:04:46.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:45 smithi178 bash[77880]: audit 2024-03-21T13:04:44.850161+0000 mon.a (mon.0) 794 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-03-21T13:04:46.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:45 smithi178 bash[77880]: audit 2024-03-21T13:04:44.852142+0000 mgr.x (mgr.34104) 905 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-03-21T13:04:46.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:45 smithi178 bash[77880]: cephadm 2024-03-21T13:04:44.854725+0000 mgr.x (mgr.34104) 906 : cephadm [INF] Upgrade: osd.0 is safe to restart 2024-03-21T13:04:46.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:45 smithi178 bash[77880]: audit 2024-03-21T13:04:45.634453+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:04:46.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:45 smithi178 bash[77880]: audit 2024-03-21T13:04:45.643277+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:04:46.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:45 smithi178 bash[77880]: audit 2024-03-21T13:04:45.654159+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:04:47.289 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:46 smithi178 bash[75692]: cluster 2024-03-21T13:04:45.648411+0000 mgr.x (mgr.34104) 907 : cluster [DBG] pgmap v568: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-03-21T13:04:47.289 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:46 smithi178 bash[75692]: cluster 2024-03-21T13:04:45.649108+0000 mgr.x (mgr.34104) 908 : cluster [DBG] pgmap v569: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-21T13:04:47.289 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:46 smithi178 bash[77880]: cluster 2024-03-21T13:04:45.648411+0000 mgr.x (mgr.34104) 907 : cluster [DBG] pgmap v568: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-03-21T13:04:47.289 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:46 smithi178 bash[77880]: cluster 2024-03-21T13:04:45.649108+0000 mgr.x (mgr.34104) 908 : cluster [DBG] pgmap v569: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-21T13:04:47.322 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:46 smithi184 bash[59794]: cluster 2024-03-21T13:04:45.648411+0000 mgr.x (mgr.34104) 907 : cluster [DBG] pgmap v568: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-03-21T13:04:47.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:46 smithi184 bash[59794]: cluster 2024-03-21T13:04:45.649108+0000 mgr.x (mgr.34104) 908 : cluster [DBG] pgmap v569: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-21T13:04:49.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:48 smithi178 bash[75692]: cluster 2024-03-21T13:04:47.649939+0000 mgr.x (mgr.34104) 909 : cluster [DBG] pgmap v570: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-21T13:04:49.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:48 smithi178 bash[77880]: cluster 2024-03-21T13:04:47.649939+0000 mgr.x (mgr.34104) 909 : cluster [DBG] pgmap v570: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-21T13:04:49.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:48 smithi184 bash[59794]: cluster 2024-03-21T13:04:47.649939+0000 mgr.x (mgr.34104) 909 : cluster [DBG] pgmap v570: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-21T13:04:49.073 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:04:48 smithi184 bash[54688]: ts=2024-03-21T13:04:48.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.178\", device_class=\"ssd\", hostname=\"smithi178\", instance=\"172.21.15.184:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.178\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster=\"a94f249e-e780-11ee-95cd-87774f69a715\", cluster_addr=\"172.21.15.178\", device_class=\"ssd\", hostname=\"smithi178\", instance=\"smithi184:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.178\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-21T13:04:50.252 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:49 smithi178 bash[75692]: cephadm 2024-03-21T13:04:48.884968+0000 mgr.x (mgr.34104) 910 : cephadm [INF] Upgrade: Updating osd.0 2024-03-21T13:04:50.252 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:49 smithi178 bash[75692]: audit 2024-03-21T13:04:48.890348+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:04:50.252 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:49 smithi178 bash[75692]: audit 2024-03-21T13:04:48.896760+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-03-21T13:04:50.252 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:49 smithi178 bash[75692]: audit 2024-03-21T13:04:48.898499+0000 mon.a (mon.0) 800 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:04:50.252 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:49 smithi178 bash[75692]: cephadm 2024-03-21T13:04:48.903407+0000 mgr.x (mgr.34104) 911 : cephadm [INF] Deploying daemon osd.0 on smithi178 2024-03-21T13:04:50.252 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:49 smithi178 bash[75692]: audit 2024-03-21T13:04:49.779307+0000 mon.a (mon.0) 801 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:04:50.252 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:49 smithi178 bash[77880]: cephadm 2024-03-21T13:04:48.884968+0000 mgr.x (mgr.34104) 910 : cephadm [INF] Upgrade: Updating osd.0 2024-03-21T13:04:50.253 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:49 smithi178 bash[77880]: audit 2024-03-21T13:04:48.890348+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:04:50.253 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:49 smithi178 bash[77880]: audit 2024-03-21T13:04:48.896760+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-03-21T13:04:50.253 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:49 smithi178 bash[77880]: audit 2024-03-21T13:04:48.898499+0000 mon.a (mon.0) 800 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:04:50.253 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:49 smithi178 bash[77880]: cephadm 2024-03-21T13:04:48.903407+0000 mgr.x (mgr.34104) 911 : cephadm [INF] Deploying daemon osd.0 on smithi178 2024-03-21T13:04:50.253 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:49 smithi178 bash[77880]: audit 2024-03-21T13:04:49.779307+0000 mon.a (mon.0) 801 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:04:50.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:49 smithi184 bash[59794]: cephadm 2024-03-21T13:04:48.884968+0000 mgr.x (mgr.34104) 910 : cephadm [INF] Upgrade: Updating osd.0 2024-03-21T13:04:50.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:49 smithi184 bash[59794]: audit 2024-03-21T13:04:48.890348+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:04:50.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:49 smithi184 bash[59794]: audit 2024-03-21T13:04:48.896760+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-03-21T13:04:50.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:49 smithi184 bash[59794]: audit 2024-03-21T13:04:48.898499+0000 mon.a (mon.0) 800 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:04:50.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:49 smithi184 bash[59794]: cephadm 2024-03-21T13:04:48.903407+0000 mgr.x (mgr.34104) 911 : cephadm [INF] Deploying daemon osd.0 on smithi178 2024-03-21T13:04:50.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:49 smithi184 bash[59794]: audit 2024-03-21T13:04:49.779307+0000 mon.a (mon.0) 801 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:04:51.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:50 smithi178 bash[77880]: cluster 2024-03-21T13:04:49.650736+0000 mgr.x (mgr.34104) 912 : cluster [DBG] pgmap v571: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-21T13:04:51.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:50 smithi178 bash[77880]: audit 2024-03-21T13:04:49.992823+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:04:51.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:50 smithi178 bash[77880]: audit 2024-03-21T13:04:50.004219+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:04:51.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:50 smithi178 bash[77880]: cluster 2024-03-21T13:04:50.007938+0000 mgr.x (mgr.34104) 913 : cluster [DBG] pgmap v572: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 623 B/s rd, 0 op/s 2024-03-21T13:04:51.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:50 smithi178 bash[77880]: cluster 2024-03-21T13:04:50.008504+0000 mgr.x (mgr.34104) 914 : cluster [DBG] pgmap v573: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 824 B/s rd, 0 op/s 2024-03-21T13:04:51.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:50 smithi178 bash[77880]: audit 2024-03-21T13:04:50.015448+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:04:51.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:50 smithi178 bash[75692]: cluster 2024-03-21T13:04:49.650736+0000 mgr.x (mgr.34104) 912 : cluster [DBG] pgmap v571: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-21T13:04:51.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:50 smithi178 bash[75692]: audit 2024-03-21T13:04:49.992823+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:04:51.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:50 smithi178 bash[75692]: audit 2024-03-21T13:04:50.004219+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:04:51.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:50 smithi178 bash[75692]: cluster 2024-03-21T13:04:50.007938+0000 mgr.x (mgr.34104) 913 : cluster [DBG] pgmap v572: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 623 B/s rd, 0 op/s 2024-03-21T13:04:51.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:50 smithi178 bash[75692]: cluster 2024-03-21T13:04:50.008504+0000 mgr.x (mgr.34104) 914 : cluster [DBG] pgmap v573: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 824 B/s rd, 0 op/s 2024-03-21T13:04:51.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:50 smithi178 bash[75692]: audit 2024-03-21T13:04:50.015448+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:04:51.322 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:50 smithi184 bash[59794]: cluster 2024-03-21T13:04:49.650736+0000 mgr.x (mgr.34104) 912 : cluster [DBG] pgmap v571: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-21T13:04:51.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:50 smithi184 bash[59794]: audit 2024-03-21T13:04:49.992823+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:04:51.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:50 smithi184 bash[59794]: audit 2024-03-21T13:04:50.004219+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:04:51.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:50 smithi184 bash[59794]: cluster 2024-03-21T13:04:50.007938+0000 mgr.x (mgr.34104) 913 : cluster [DBG] pgmap v572: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 623 B/s rd, 0 op/s 2024-03-21T13:04:51.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:50 smithi184 bash[59794]: cluster 2024-03-21T13:04:50.008504+0000 mgr.x (mgr.34104) 914 : cluster [DBG] pgmap v573: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 824 B/s rd, 0 op/s 2024-03-21T13:04:51.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:50 smithi184 bash[59794]: audit 2024-03-21T13:04:50.015448+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:04:52.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:52 smithi178 bash[75692]: audit 2024-03-21T13:04:50.633159+0000 mgr.x (mgr.34104) 915 : audit [DBG] from='client.15585 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:04:52.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:52 smithi178 bash[77880]: audit 2024-03-21T13:04:50.633159+0000 mgr.x (mgr.34104) 915 : audit [DBG] from='client.15585 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:04:52.322 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:52 smithi184 bash[59794]: audit 2024-03-21T13:04:50.633159+0000 mgr.x (mgr.34104) 915 : audit [DBG] from='client.15585 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:04:53.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:53 smithi178 bash[75692]: cluster 2024-03-21T13:04:52.010108+0000 mgr.x (mgr.34104) 916 : cluster [DBG] pgmap v574: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 804 B/s rd, 0 op/s 2024-03-21T13:04:53.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:53 smithi178 bash[77880]: cluster 2024-03-21T13:04:52.010108+0000 mgr.x (mgr.34104) 916 : cluster [DBG] pgmap v574: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 804 B/s rd, 0 op/s 2024-03-21T13:04:53.322 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:53 smithi184 bash[59794]: cluster 2024-03-21T13:04:52.010108+0000 mgr.x (mgr.34104) 916 : cluster [DBG] pgmap v574: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 804 B/s rd, 0 op/s 2024-03-21T13:04:53.823 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:04:53 smithi184 bash[54688]: ts=2024-03-21T13:04:53.507Z caller=manager.go:609 level=warn component="rule manager" group=nodes msg="Evaluating rule failed" rule="alert: CephNodeDiskspaceWarning\nexpr: predict_linear(node_filesystem_free_bytes{device=~\"/.*\"}[2d], 3600 * 24 * 5)\n * on(instance) group_left(nodename) node_uname_info < 0\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.8.4\n severity: warning\n type: ceph_default\nannotations:\n description: Mountpoint {{ $labels.mountpoint }} on {{ $labels.nodename }} will\n be full in less than 5 days based on the 48 hour trailing fill rate.\n summary: Host filesystem free space is getting low\n" err="found duplicate series for the match group {instance=\"smithi178\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi178\", job=\"node\", machine=\"x86_64\", nodename=\"smithi178\", release=\"5.4.0-174-generic\", sysname=\"Linux\", version=\"#193-Ubuntu SMP Thu Mar 7 14:29:28 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"a94f249e-e780-11ee-95cd-87774f69a715\", domainname=\"(none)\", instance=\"smithi178\", job=\"node\", machine=\"x86_64\", nodename=\"smithi178\", release=\"5.4.0-174-generic\", sysname=\"Linux\", version=\"#193-Ubuntu SMP Thu Mar 7 14:29:28 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-21T13:04:54.986 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:54 smithi178 bash[77880]: cluster 2024-03-21T13:04:54.010911+0000 mgr.x (mgr.34104) 917 : cluster [DBG] pgmap v575: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 612 B/s rd, 0 op/s 2024-03-21T13:04:54.986 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:54 smithi178 bash[75692]: cluster 2024-03-21T13:04:54.010911+0000 mgr.x (mgr.34104) 917 : cluster [DBG] pgmap v575: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 612 B/s rd, 0 op/s 2024-03-21T13:04:55.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:54 smithi184 bash[59794]: cluster 2024-03-21T13:04:54.010911+0000 mgr.x (mgr.34104) 917 : cluster [DBG] pgmap v575: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 612 B/s rd, 0 op/s 2024-03-21T13:04:55.298 INFO:journalctl@ceph.osd.0.smithi178.stdout:Mar 21 13:04:55 smithi178 systemd[1]: Stopping Ceph osd.0 for a94f249e-e780-11ee-95cd-87774f69a715... 2024-03-21T13:04:55.298 INFO:journalctl@ceph.osd.0.smithi178.stdout:Mar 21 13:04:55 smithi178 bash[23873]: debug 2024-03-21T13:04:55.222+0000 7f4791008700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.0 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-03-21T13:04:55.298 INFO:journalctl@ceph.osd.0.smithi178.stdout:Mar 21 13:04:55 smithi178 bash[23873]: debug 2024-03-21T13:04:55.222+0000 7f4791008700 -1 osd.0 115 *** Got signal Terminated *** 2024-03-21T13:04:55.298 INFO:journalctl@ceph.osd.0.smithi178.stdout:Mar 21 13:04:55 smithi178 bash[23873]: debug 2024-03-21T13:04:55.222+0000 7f4791008700 -1 osd.0 115 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-21T13:04:55.823 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:04:55 smithi184 bash[52419]: ::ffff:172.21.15.184 - - [21/Mar/2024:13:04:55] "GET /metrics HTTP/1.1" 200 38351 "" "Prometheus/2.33.4" 2024-03-21T13:04:55.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:55 smithi184 bash[59794]: cluster 2024-03-21T13:04:55.227408+0000 mon.a (mon.0) 805 : cluster [INF] osd.0 marked itself down and dead 2024-03-21T13:04:56.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:55 smithi178 bash[75692]: cluster 2024-03-21T13:04:55.227408+0000 mon.a (mon.0) 805 : cluster [INF] osd.0 marked itself down and dead 2024-03-21T13:04:56.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:55 smithi178 bash[77880]: cluster 2024-03-21T13:04:55.227408+0000 mon.a (mon.0) 805 : cluster [INF] osd.0 marked itself down and dead 2024-03-21T13:04:57.048 INFO:journalctl@ceph.osd.0.smithi178.stdout:Mar 21 13:04:56 smithi178 bash[81726]: ceph-a94f249e-e780-11ee-95cd-87774f69a715-osd-0 2024-03-21T13:04:57.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:56 smithi178 bash[77880]: cluster 2024-03-21T13:04:55.724466+0000 mon.a (mon.0) 806 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-03-21T13:04:57.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:56 smithi178 bash[77880]: cluster 2024-03-21T13:04:55.739131+0000 mon.a (mon.0) 807 : cluster [DBG] osdmap e116: 8 total, 7 up, 8 in 2024-03-21T13:04:57.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:56 smithi178 bash[77880]: cluster 2024-03-21T13:04:56.011742+0000 mgr.x (mgr.34104) 918 : cluster [DBG] pgmap v577: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s rd, 1 op/s 2024-03-21T13:04:57.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:56 smithi178 bash[75692]: cluster 2024-03-21T13:04:55.724466+0000 mon.a (mon.0) 806 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-03-21T13:04:57.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:56 smithi178 bash[75692]: cluster 2024-03-21T13:04:55.739131+0000 mon.a (mon.0) 807 : cluster [DBG] osdmap e116: 8 total, 7 up, 8 in 2024-03-21T13:04:57.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:56 smithi178 bash[75692]: cluster 2024-03-21T13:04:56.011742+0000 mgr.x (mgr.34104) 918 : cluster [DBG] pgmap v577: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s rd, 1 op/s 2024-03-21T13:04:57.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:56 smithi184 bash[59794]: cluster 2024-03-21T13:04:55.724466+0000 mon.a (mon.0) 806 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-03-21T13:04:57.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:56 smithi184 bash[59794]: cluster 2024-03-21T13:04:55.739131+0000 mon.a (mon.0) 807 : cluster [DBG] osdmap e116: 8 total, 7 up, 8 in 2024-03-21T13:04:57.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:56 smithi184 bash[59794]: cluster 2024-03-21T13:04:56.011742+0000 mgr.x (mgr.34104) 918 : cluster [DBG] pgmap v577: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s rd, 1 op/s 2024-03-21T13:04:57.548 INFO:journalctl@ceph.osd.0.smithi178.stdout:Mar 21 13:04:57 smithi178 bash[81799]: Error response from daemon: No such container: ceph-a94f249e-e780-11ee-95cd-87774f69a715-osd-0 2024-03-21T13:04:58.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:57 smithi178 bash[77880]: cluster 2024-03-21T13:04:56.745417+0000 mon.a (mon.0) 808 : cluster [DBG] osdmap e117: 8 total, 7 up, 8 in 2024-03-21T13:04:58.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:57 smithi178 bash[75692]: cluster 2024-03-21T13:04:56.745417+0000 mon.a (mon.0) 808 : cluster [DBG] osdmap e117: 8 total, 7 up, 8 in 2024-03-21T13:04:58.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:57 smithi184 bash[59794]: cluster 2024-03-21T13:04:56.745417+0000 mon.a (mon.0) 808 : cluster [DBG] osdmap e117: 8 total, 7 up, 8 in 2024-03-21T13:04:59.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:04:58 smithi178 bash[75692]: cluster 2024-03-21T13:04:58.012485+0000 mgr.x (mgr.34104) 919 : cluster [DBG] pgmap v579: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:04:59.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:04:58 smithi178 bash[77880]: cluster 2024-03-21T13:04:58.012485+0000 mgr.x (mgr.34104) 919 : cluster [DBG] pgmap v579: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:04:59.073 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:04:58 smithi184 bash[54688]: ts=2024-03-21T13:04:58.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.178\", device_class=\"ssd\", hostname=\"smithi178\", instance=\"172.21.15.184:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.178\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster=\"a94f249e-e780-11ee-95cd-87774f69a715\", cluster_addr=\"172.21.15.178\", device_class=\"ssd\", hostname=\"smithi178\", instance=\"smithi184:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.178\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-21T13:04:59.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:04:58 smithi184 bash[59794]: cluster 2024-03-21T13:04:58.012485+0000 mgr.x (mgr.34104) 919 : cluster [DBG] pgmap v579: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:04:59.596 INFO:journalctl@ceph.osd.0.smithi178.stdout:Mar 21 13:04:59 smithi178 systemd[1]: ceph-a94f249e-e780-11ee-95cd-87774f69a715@osd.0.service: Succeeded. 2024-03-21T13:04:59.596 INFO:journalctl@ceph.osd.0.smithi178.stdout:Mar 21 13:04:59 smithi178 systemd[1]: Stopped Ceph osd.0 for a94f249e-e780-11ee-95cd-87774f69a715. 2024-03-21T13:05:00.048 INFO:journalctl@ceph.osd.0.smithi178.stdout:Mar 21 13:04:59 smithi178 systemd[1]: Started Ceph osd.0 for a94f249e-e780-11ee-95cd-87774f69a715. 2024-03-21T13:05:00.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:00 smithi178 bash[77880]: audit 2024-03-21T13:04:59.642045+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:00.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:00 smithi178 bash[77880]: audit 2024-03-21T13:04:59.650973+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:00.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:00 smithi178 bash[77880]: audit 2024-03-21T13:04:59.669981+0000 mon.a (mon.0) 811 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:00.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:00 smithi178 bash[77880]: audit 2024-03-21T13:04:59.671817+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:00.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:00 smithi178 bash[77880]: cluster 2024-03-21T13:04:59.676812+0000 mgr.x (mgr.34104) 920 : cluster [DBG] pgmap v580: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 667 B/s rd, 0 op/s 2024-03-21T13:05:00.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:00 smithi178 bash[77880]: cluster 2024-03-21T13:04:59.677425+0000 mgr.x (mgr.34104) 921 : cluster [DBG] pgmap v581: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 903 B/s rd, 0 op/s 2024-03-21T13:05:00.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:00 smithi178 bash[77880]: audit 2024-03-21T13:04:59.683329+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:00.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:00 smithi178 bash[77880]: cephadm 2024-03-21T13:04:59.686056+0000 mgr.x (mgr.34104) 922 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:00.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:00 smithi178 bash[77880]: audit 2024-03-21T13:04:59.769645+0000 mon.a (mon.0) 814 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:00.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:00 smithi178 bash[77880]: audit 2024-03-21T13:04:59.773090+0000 mon.a (mon.0) 815 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:00.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:00 smithi178 bash[77880]: audit 2024-03-21T13:04:59.778951+0000 mon.a (mon.0) 816 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:00.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:00 smithi178 bash[77880]: audit 2024-03-21T13:04:59.780656+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:00.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:00 smithi178 bash[77880]: cluster 2024-03-21T13:04:59.784782+0000 mgr.x (mgr.34104) 923 : cluster [DBG] pgmap v582: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:05:00.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:00 smithi178 bash[77880]: audit 2024-03-21T13:04:59.791592+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:00.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:00 smithi178 bash[77880]: cephadm 2024-03-21T13:04:59.794216+0000 mgr.x (mgr.34104) 924 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:00.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:00 smithi178 bash[77880]: audit 2024-03-21T13:04:59.875248+0000 mon.a (mon.0) 819 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:00.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:00 smithi178 bash[77880]: audit 2024-03-21T13:04:59.878491+0000 mon.a (mon.0) 820 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:00.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:00 smithi178 bash[77880]: audit 2024-03-21T13:04:59.882471+0000 mon.a (mon.0) 821 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:00.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:00 smithi178 bash[77880]: audit 2024-03-21T13:04:59.884030+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:00.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:00 smithi178 bash[75692]: audit 2024-03-21T13:04:59.642045+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:00.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:00 smithi178 bash[75692]: audit 2024-03-21T13:04:59.650973+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:00.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:00 smithi178 bash[75692]: audit 2024-03-21T13:04:59.669981+0000 mon.a (mon.0) 811 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:00.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:00 smithi178 bash[75692]: audit 2024-03-21T13:04:59.671817+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:00.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:00 smithi178 bash[75692]: cluster 2024-03-21T13:04:59.676812+0000 mgr.x (mgr.34104) 920 : cluster [DBG] pgmap v580: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 667 B/s rd, 0 op/s 2024-03-21T13:05:00.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:00 smithi178 bash[75692]: cluster 2024-03-21T13:04:59.677425+0000 mgr.x (mgr.34104) 921 : cluster [DBG] pgmap v581: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 903 B/s rd, 0 op/s 2024-03-21T13:05:00.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:00 smithi178 bash[75692]: audit 2024-03-21T13:04:59.683329+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:00.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:00 smithi178 bash[75692]: cephadm 2024-03-21T13:04:59.686056+0000 mgr.x (mgr.34104) 922 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:00.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:00 smithi178 bash[75692]: audit 2024-03-21T13:04:59.769645+0000 mon.a (mon.0) 814 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:00.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:00 smithi178 bash[75692]: audit 2024-03-21T13:04:59.773090+0000 mon.a (mon.0) 815 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:00.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:00 smithi178 bash[75692]: audit 2024-03-21T13:04:59.778951+0000 mon.a (mon.0) 816 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:00.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:00 smithi178 bash[75692]: audit 2024-03-21T13:04:59.780656+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:00.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:00 smithi178 bash[75692]: cluster 2024-03-21T13:04:59.784782+0000 mgr.x (mgr.34104) 923 : cluster [DBG] pgmap v582: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:05:00.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:00 smithi178 bash[75692]: audit 2024-03-21T13:04:59.791592+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:00.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:00 smithi178 bash[75692]: cephadm 2024-03-21T13:04:59.794216+0000 mgr.x (mgr.34104) 924 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:00.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:00 smithi178 bash[75692]: audit 2024-03-21T13:04:59.875248+0000 mon.a (mon.0) 819 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:00.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:00 smithi178 bash[75692]: audit 2024-03-21T13:04:59.878491+0000 mon.a (mon.0) 820 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:00.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:00 smithi178 bash[75692]: audit 2024-03-21T13:04:59.882471+0000 mon.a (mon.0) 821 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:00.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:00 smithi178 bash[75692]: audit 2024-03-21T13:04:59.884030+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:00.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:00 smithi178 bash[77880]: cluster 2024-03-21T13:04:59.888692+0000 mgr.x (mgr.34104) 925 : cluster [DBG] pgmap v583: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:05:00.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:00 smithi178 bash[77880]: cluster 2024-03-21T13:04:59.889038+0000 mgr.x (mgr.34104) 926 : cluster [DBG] pgmap v584: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:05:00.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:00 smithi178 bash[77880]: audit 2024-03-21T13:04:59.896228+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:00.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:00 smithi178 bash[77880]: cephadm 2024-03-21T13:04:59.898578+0000 mgr.x (mgr.34104) 927 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:00.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:00 smithi178 bash[77880]: audit 2024-03-21T13:04:59.975527+0000 mon.a (mon.0) 824 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:00.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:00 smithi178 bash[77880]: audit 2024-03-21T13:04:59.978446+0000 mon.a (mon.0) 825 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:00.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:00 smithi178 bash[77880]: audit 2024-03-21T13:04:59.982451+0000 mon.a (mon.0) 826 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:00.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:00 smithi178 bash[77880]: audit 2024-03-21T13:04:59.983977+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:00.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:00 smithi178 bash[77880]: cluster 2024-03-21T13:04:59.988026+0000 mgr.x (mgr.34104) 928 : cluster [DBG] pgmap v585: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:05:00.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:00 smithi178 bash[77880]: cluster 2024-03-21T13:04:59.988475+0000 mgr.x (mgr.34104) 929 : cluster [DBG] pgmap v586: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:05:00.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:00 smithi178 bash[77880]: audit 2024-03-21T13:04:59.995458+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:00.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:00 smithi178 bash[77880]: cephadm 2024-03-21T13:04:59.997781+0000 mgr.x (mgr.34104) 930 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:00.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:00 smithi178 bash[77880]: audit 2024-03-21T13:05:00.074621+0000 mon.a (mon.0) 829 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:00.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:00 smithi178 bash[77880]: audit 2024-03-21T13:05:00.078457+0000 mon.a (mon.0) 830 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:00.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:00 smithi178 bash[77880]: audit 2024-03-21T13:05:00.082294+0000 mon.a (mon.0) 831 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:00.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:00 smithi178 bash[77880]: audit 2024-03-21T13:05:00.083859+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:00.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:00 smithi178 bash[77880]: cluster 2024-03-21T13:05:00.087878+0000 mgr.x (mgr.34104) 931 : cluster [DBG] pgmap v587: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:05:00.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:00 smithi178 bash[77880]: cluster 2024-03-21T13:05:00.088561+0000 mgr.x (mgr.34104) 932 : cluster [DBG] pgmap v588: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:05:00.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:00 smithi178 bash[77880]: audit 2024-03-21T13:05:00.095881+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:00.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:00 smithi178 bash[75692]: cluster 2024-03-21T13:04:59.888692+0000 mgr.x (mgr.34104) 925 : cluster [DBG] pgmap v583: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:05:00.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:00 smithi178 bash[75692]: cluster 2024-03-21T13:04:59.889038+0000 mgr.x (mgr.34104) 926 : cluster [DBG] pgmap v584: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:05:00.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:00 smithi178 bash[75692]: audit 2024-03-21T13:04:59.896228+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:00.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:00 smithi178 bash[75692]: cephadm 2024-03-21T13:04:59.898578+0000 mgr.x (mgr.34104) 927 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:00.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:00 smithi178 bash[75692]: audit 2024-03-21T13:04:59.975527+0000 mon.a (mon.0) 824 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:00.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:00 smithi178 bash[75692]: audit 2024-03-21T13:04:59.978446+0000 mon.a (mon.0) 825 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:00.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:00 smithi178 bash[75692]: audit 2024-03-21T13:04:59.982451+0000 mon.a (mon.0) 826 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:00.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:00 smithi178 bash[75692]: audit 2024-03-21T13:04:59.983977+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:00.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:00 smithi178 bash[75692]: cluster 2024-03-21T13:04:59.988026+0000 mgr.x (mgr.34104) 928 : cluster [DBG] pgmap v585: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:05:00.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:00 smithi178 bash[75692]: cluster 2024-03-21T13:04:59.988475+0000 mgr.x (mgr.34104) 929 : cluster [DBG] pgmap v586: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:05:00.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:00 smithi178 bash[75692]: audit 2024-03-21T13:04:59.995458+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:00.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:00 smithi178 bash[75692]: cephadm 2024-03-21T13:04:59.997781+0000 mgr.x (mgr.34104) 930 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:00.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:00 smithi178 bash[75692]: audit 2024-03-21T13:05:00.074621+0000 mon.a (mon.0) 829 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:00.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:00 smithi178 bash[75692]: audit 2024-03-21T13:05:00.078457+0000 mon.a (mon.0) 830 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:00.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:00 smithi178 bash[75692]: audit 2024-03-21T13:05:00.082294+0000 mon.a (mon.0) 831 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:00.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:00 smithi178 bash[75692]: audit 2024-03-21T13:05:00.083859+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:00.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:00 smithi178 bash[75692]: cluster 2024-03-21T13:05:00.087878+0000 mgr.x (mgr.34104) 931 : cluster [DBG] pgmap v587: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:05:00.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:00 smithi178 bash[75692]: cluster 2024-03-21T13:05:00.088561+0000 mgr.x (mgr.34104) 932 : cluster [DBG] pgmap v588: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:05:00.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:00 smithi178 bash[75692]: audit 2024-03-21T13:05:00.095881+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:00.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:00 smithi178 bash[75692]: cephadm 2024-03-21T13:05:00.098091+0000 mgr.x (mgr.34104) 933 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:00.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:00 smithi178 bash[75692]: audit 2024-03-21T13:05:00.172439+0000 mon.a (mon.0) 834 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:00.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:00 smithi178 bash[75692]: audit 2024-03-21T13:05:00.175787+0000 mon.a (mon.0) 835 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:00.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:00 smithi178 bash[75692]: audit 2024-03-21T13:05:00.179385+0000 mon.a (mon.0) 836 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:00.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:00 smithi178 bash[75692]: audit 2024-03-21T13:05:00.181046+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:00.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:00 smithi178 bash[75692]: audit 2024-03-21T13:05:00.192818+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:00.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:00 smithi178 bash[75692]: audit 2024-03-21T13:05:00.275548+0000 mon.a (mon.0) 839 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:00.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:00 smithi178 bash[75692]: audit 2024-03-21T13:05:00.278344+0000 mon.a (mon.0) 840 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:00.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:00 smithi178 bash[75692]: audit 2024-03-21T13:05:00.282141+0000 mon.a (mon.0) 841 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:00.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:00 smithi178 bash[75692]: audit 2024-03-21T13:05:00.283595+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:00.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:00 smithi178 bash[75692]: audit 2024-03-21T13:05:00.297214+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:00.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:00 smithi178 bash[75692]: audit 2024-03-21T13:05:00.377213+0000 mon.a (mon.0) 844 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:00.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:00 smithi178 bash[75692]: audit 2024-03-21T13:05:00.380378+0000 mon.a (mon.0) 845 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:00.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:00 smithi178 bash[75692]: audit 2024-03-21T13:05:00.384048+0000 mon.a (mon.0) 846 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:00.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:00 smithi178 bash[75692]: audit 2024-03-21T13:05:00.385707+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:00.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:00 smithi178 bash[75692]: audit 2024-03-21T13:05:00.397874+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:00.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:00 smithi178 bash[75692]: audit 2024-03-21T13:05:00.475274+0000 mon.a (mon.0) 849 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:00.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:00 smithi178 bash[75692]: audit 2024-03-21T13:05:00.479755+0000 mon.a (mon.0) 850 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:00.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:00 smithi178 bash[75692]: audit 2024-03-21T13:05:00.482917+0000 mon.a (mon.0) 851 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:00.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:00 smithi178 bash[77880]: cephadm 2024-03-21T13:05:00.098091+0000 mgr.x (mgr.34104) 933 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:00.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:00 smithi178 bash[77880]: audit 2024-03-21T13:05:00.172439+0000 mon.a (mon.0) 834 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:00.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:00 smithi178 bash[77880]: audit 2024-03-21T13:05:00.175787+0000 mon.a (mon.0) 835 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:00.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:00 smithi178 bash[77880]: audit 2024-03-21T13:05:00.179385+0000 mon.a (mon.0) 836 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:00.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:00 smithi178 bash[77880]: audit 2024-03-21T13:05:00.181046+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:00.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:00 smithi178 bash[77880]: audit 2024-03-21T13:05:00.192818+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:00.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:00 smithi178 bash[77880]: audit 2024-03-21T13:05:00.275548+0000 mon.a (mon.0) 839 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:00.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:00 smithi178 bash[77880]: audit 2024-03-21T13:05:00.278344+0000 mon.a (mon.0) 840 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:00.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:00 smithi178 bash[77880]: audit 2024-03-21T13:05:00.282141+0000 mon.a (mon.0) 841 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:00.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:00 smithi178 bash[77880]: audit 2024-03-21T13:05:00.283595+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:00.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:00 smithi178 bash[77880]: audit 2024-03-21T13:05:00.297214+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:00.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:00 smithi178 bash[77880]: audit 2024-03-21T13:05:00.377213+0000 mon.a (mon.0) 844 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:00.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:00 smithi178 bash[77880]: audit 2024-03-21T13:05:00.380378+0000 mon.a (mon.0) 845 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:00.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:00 smithi178 bash[77880]: audit 2024-03-21T13:05:00.384048+0000 mon.a (mon.0) 846 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:00.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:00 smithi178 bash[77880]: audit 2024-03-21T13:05:00.385707+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:00.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:00 smithi178 bash[77880]: audit 2024-03-21T13:05:00.397874+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:00.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:00 smithi178 bash[77880]: audit 2024-03-21T13:05:00.475274+0000 mon.a (mon.0) 849 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:00.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:00 smithi178 bash[77880]: audit 2024-03-21T13:05:00.479755+0000 mon.a (mon.0) 850 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:00.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:00 smithi178 bash[77880]: audit 2024-03-21T13:05:00.482917+0000 mon.a (mon.0) 851 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:00.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:00 smithi178 bash[77880]: audit 2024-03-21T13:05:00.484840+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:00.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:00 smithi178 bash[77880]: audit 2024-03-21T13:05:00.497110+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:00.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:00 smithi178 bash[77880]: audit 2024-03-21T13:05:00.576883+0000 mon.a (mon.0) 854 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:00.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:00 smithi178 bash[77880]: audit 2024-03-21T13:05:00.579486+0000 mon.a (mon.0) 855 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:00.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:00 smithi178 bash[77880]: audit 2024-03-21T13:05:00.582261+0000 mon.a (mon.0) 856 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:00.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:00 smithi178 bash[77880]: audit 2024-03-21T13:05:00.583272+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:00.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:00 smithi178 bash[77880]: audit 2024-03-21T13:05:00.592007+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:00.809 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:00 smithi178 bash[75692]: audit 2024-03-21T13:05:00.484840+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:00.809 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:00 smithi178 bash[75692]: audit 2024-03-21T13:05:00.497110+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:00.809 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:00 smithi178 bash[75692]: audit 2024-03-21T13:05:00.576883+0000 mon.a (mon.0) 854 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:00.809 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:00 smithi178 bash[75692]: audit 2024-03-21T13:05:00.579486+0000 mon.a (mon.0) 855 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:00.809 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:00 smithi178 bash[75692]: audit 2024-03-21T13:05:00.582261+0000 mon.a (mon.0) 856 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:00.809 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:00 smithi178 bash[75692]: audit 2024-03-21T13:05:00.583272+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:00.809 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:00 smithi178 bash[75692]: audit 2024-03-21T13:05:00.592007+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:01.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:00 smithi184 bash[59794]: audit 2024-03-21T13:04:59.642045+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:01.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:00 smithi184 bash[59794]: audit 2024-03-21T13:04:59.650973+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:01.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:00 smithi184 bash[59794]: audit 2024-03-21T13:04:59.669981+0000 mon.a (mon.0) 811 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:01.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:00 smithi184 bash[59794]: audit 2024-03-21T13:04:59.671817+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:01.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:00 smithi184 bash[59794]: cluster 2024-03-21T13:04:59.676812+0000 mgr.x (mgr.34104) 920 : cluster [DBG] pgmap v580: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 667 B/s rd, 0 op/s 2024-03-21T13:05:01.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:00 smithi184 bash[59794]: cluster 2024-03-21T13:04:59.677425+0000 mgr.x (mgr.34104) 921 : cluster [DBG] pgmap v581: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 903 B/s rd, 0 op/s 2024-03-21T13:05:01.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:00 smithi184 bash[59794]: audit 2024-03-21T13:04:59.683329+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:01.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:00 smithi184 bash[59794]: cephadm 2024-03-21T13:04:59.686056+0000 mgr.x (mgr.34104) 922 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:01.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:00 smithi184 bash[59794]: audit 2024-03-21T13:04:59.769645+0000 mon.a (mon.0) 814 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:01.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:00 smithi184 bash[59794]: audit 2024-03-21T13:04:59.773090+0000 mon.a (mon.0) 815 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:01.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:00 smithi184 bash[59794]: audit 2024-03-21T13:04:59.778951+0000 mon.a (mon.0) 816 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:01.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:00 smithi184 bash[59794]: audit 2024-03-21T13:04:59.780656+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:01.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:00 smithi184 bash[59794]: cluster 2024-03-21T13:04:59.784782+0000 mgr.x (mgr.34104) 923 : cluster [DBG] pgmap v582: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:05:01.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:00 smithi184 bash[59794]: audit 2024-03-21T13:04:59.791592+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:01.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:00 smithi184 bash[59794]: cephadm 2024-03-21T13:04:59.794216+0000 mgr.x (mgr.34104) 924 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:01.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:00 smithi184 bash[59794]: audit 2024-03-21T13:04:59.875248+0000 mon.a (mon.0) 819 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:01.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:00 smithi184 bash[59794]: audit 2024-03-21T13:04:59.878491+0000 mon.a (mon.0) 820 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:01.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:00 smithi184 bash[59794]: audit 2024-03-21T13:04:59.882471+0000 mon.a (mon.0) 821 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:01.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:00 smithi184 bash[59794]: audit 2024-03-21T13:04:59.884030+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:01.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:00 smithi184 bash[59794]: cluster 2024-03-21T13:04:59.888692+0000 mgr.x (mgr.34104) 925 : cluster [DBG] pgmap v583: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:05:01.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:00 smithi184 bash[59794]: cluster 2024-03-21T13:04:59.889038+0000 mgr.x (mgr.34104) 926 : cluster [DBG] pgmap v584: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:05:01.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:00 smithi184 bash[59794]: audit 2024-03-21T13:04:59.896228+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:01.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:00 smithi184 bash[59794]: cephadm 2024-03-21T13:04:59.898578+0000 mgr.x (mgr.34104) 927 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:01.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:00 smithi184 bash[59794]: audit 2024-03-21T13:04:59.975527+0000 mon.a (mon.0) 824 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:01.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:00 smithi184 bash[59794]: audit 2024-03-21T13:04:59.978446+0000 mon.a (mon.0) 825 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:01.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:00 smithi184 bash[59794]: audit 2024-03-21T13:04:59.982451+0000 mon.a (mon.0) 826 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:01.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:00 smithi184 bash[59794]: audit 2024-03-21T13:04:59.983977+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:01.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:00 smithi184 bash[59794]: cluster 2024-03-21T13:04:59.988026+0000 mgr.x (mgr.34104) 928 : cluster [DBG] pgmap v585: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:05:01.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:00 smithi184 bash[59794]: cluster 2024-03-21T13:04:59.988475+0000 mgr.x (mgr.34104) 929 : cluster [DBG] pgmap v586: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:05:01.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:00 smithi184 bash[59794]: audit 2024-03-21T13:04:59.995458+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:01.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:00 smithi184 bash[59794]: cephadm 2024-03-21T13:04:59.997781+0000 mgr.x (mgr.34104) 930 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:01.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:00 smithi184 bash[59794]: audit 2024-03-21T13:05:00.074621+0000 mon.a (mon.0) 829 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:01.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:00 smithi184 bash[59794]: audit 2024-03-21T13:05:00.078457+0000 mon.a (mon.0) 830 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:01.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:00 smithi184 bash[59794]: audit 2024-03-21T13:05:00.082294+0000 mon.a (mon.0) 831 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:01.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:00 smithi184 bash[59794]: audit 2024-03-21T13:05:00.083859+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:01.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:00 smithi184 bash[59794]: cluster 2024-03-21T13:05:00.087878+0000 mgr.x (mgr.34104) 931 : cluster [DBG] pgmap v587: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:05:01.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:00 smithi184 bash[59794]: cluster 2024-03-21T13:05:00.088561+0000 mgr.x (mgr.34104) 932 : cluster [DBG] pgmap v588: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:05:01.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:00 smithi184 bash[59794]: audit 2024-03-21T13:05:00.095881+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:01.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:00 smithi184 bash[59794]: cephadm 2024-03-21T13:05:00.098091+0000 mgr.x (mgr.34104) 933 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:01.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:00 smithi184 bash[59794]: audit 2024-03-21T13:05:00.172439+0000 mon.a (mon.0) 834 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:01.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:00 smithi184 bash[59794]: audit 2024-03-21T13:05:00.175787+0000 mon.a (mon.0) 835 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:01.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:00 smithi184 bash[59794]: audit 2024-03-21T13:05:00.179385+0000 mon.a (mon.0) 836 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:01.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:00 smithi184 bash[59794]: audit 2024-03-21T13:05:00.181046+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:01.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:00 smithi184 bash[59794]: audit 2024-03-21T13:05:00.192818+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:01.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:00 smithi184 bash[59794]: audit 2024-03-21T13:05:00.275548+0000 mon.a (mon.0) 839 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:01.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:00 smithi184 bash[59794]: audit 2024-03-21T13:05:00.278344+0000 mon.a (mon.0) 840 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:01.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:00 smithi184 bash[59794]: audit 2024-03-21T13:05:00.282141+0000 mon.a (mon.0) 841 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:01.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:00 smithi184 bash[59794]: audit 2024-03-21T13:05:00.283595+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:01.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:00 smithi184 bash[59794]: audit 2024-03-21T13:05:00.297214+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:01.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:00 smithi184 bash[59794]: audit 2024-03-21T13:05:00.377213+0000 mon.a (mon.0) 844 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:01.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:00 smithi184 bash[59794]: audit 2024-03-21T13:05:00.380378+0000 mon.a (mon.0) 845 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:01.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:00 smithi184 bash[59794]: audit 2024-03-21T13:05:00.384048+0000 mon.a (mon.0) 846 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:01.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:00 smithi184 bash[59794]: audit 2024-03-21T13:05:00.385707+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:01.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:00 smithi184 bash[59794]: audit 2024-03-21T13:05:00.397874+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:01.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:00 smithi184 bash[59794]: audit 2024-03-21T13:05:00.475274+0000 mon.a (mon.0) 849 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:01.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:00 smithi184 bash[59794]: audit 2024-03-21T13:05:00.479755+0000 mon.a (mon.0) 850 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:01.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:00 smithi184 bash[59794]: audit 2024-03-21T13:05:00.482917+0000 mon.a (mon.0) 851 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:01.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:00 smithi184 bash[59794]: audit 2024-03-21T13:05:00.484840+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:01.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:00 smithi184 bash[59794]: audit 2024-03-21T13:05:00.497110+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:01.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:00 smithi184 bash[59794]: audit 2024-03-21T13:05:00.576883+0000 mon.a (mon.0) 854 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:01.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:00 smithi184 bash[59794]: audit 2024-03-21T13:05:00.579486+0000 mon.a (mon.0) 855 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:01.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:00 smithi184 bash[59794]: audit 2024-03-21T13:05:00.582261+0000 mon.a (mon.0) 856 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:01.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:00 smithi184 bash[59794]: audit 2024-03-21T13:05:00.583272+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:01.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:00 smithi184 bash[59794]: audit 2024-03-21T13:05:00.592007+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:01.548 INFO:journalctl@ceph.osd.0.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[81969]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-03-21T13:05:01.548 INFO:journalctl@ceph.osd.0.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[81969]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-03-21T13:05:01.548 INFO:journalctl@ceph.osd.0.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[81969]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2024-03-21T13:05:01.548 INFO:journalctl@ceph.osd.0.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[81969]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-0 --no-mon-config --dev /dev/mapper/vg_nvme-lv_4 2024-03-21T13:05:01.548 INFO:journalctl@ceph.osd.0.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[81969]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_4 2024-03-21T13:05:01.548 INFO:journalctl@ceph.osd.0.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[81969]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2024-03-21T13:05:01.548 INFO:journalctl@ceph.osd.0.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[81969]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_4 /var/lib/ceph/osd/ceph-0/block 2024-03-21T13:05:01.548 INFO:journalctl@ceph.osd.0.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[81969]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2024-03-21T13:05:01.548 INFO:journalctl@ceph.osd.0.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[81969]: --> ceph-volume raw activate successful for osd ID: 0 2024-03-21T13:05:02.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:01 smithi184 bash[59794]: cluster 2024-03-21T13:05:00.185161+0000 mgr.x (mgr.34104) 934 : cluster [DBG] pgmap v589: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:05:02.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:01 smithi184 bash[59794]: cluster 2024-03-21T13:05:00.185597+0000 mgr.x (mgr.34104) 935 : cluster [DBG] pgmap v590: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:05:02.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:01 smithi184 bash[59794]: cephadm 2024-03-21T13:05:00.195355+0000 mgr.x (mgr.34104) 936 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:02.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:01 smithi184 bash[59794]: cluster 2024-03-21T13:05:00.287160+0000 mgr.x (mgr.34104) 937 : cluster [DBG] pgmap v591: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:05:02.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:01 smithi184 bash[59794]: cluster 2024-03-21T13:05:00.287426+0000 mgr.x (mgr.34104) 938 : cluster [DBG] pgmap v592: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:05:02.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:01 smithi184 bash[59794]: cephadm 2024-03-21T13:05:00.299459+0000 mgr.x (mgr.34104) 939 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:02.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:01 smithi184 bash[59794]: cluster 2024-03-21T13:05:00.389632+0000 mgr.x (mgr.34104) 940 : cluster [DBG] pgmap v593: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:05:02.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:01 smithi184 bash[59794]: cluster 2024-03-21T13:05:00.389873+0000 mgr.x (mgr.34104) 941 : cluster [DBG] pgmap v594: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:05:02.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:01 smithi184 bash[59794]: cephadm 2024-03-21T13:05:00.400268+0000 mgr.x (mgr.34104) 942 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:02.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:01 smithi184 bash[59794]: cluster 2024-03-21T13:05:00.489226+0000 mgr.x (mgr.34104) 943 : cluster [DBG] pgmap v595: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:05:02.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:01 smithi184 bash[59794]: cluster 2024-03-21T13:05:00.489487+0000 mgr.x (mgr.34104) 944 : cluster [DBG] pgmap v596: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:05:02.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:01 smithi184 bash[59794]: cephadm 2024-03-21T13:05:00.499623+0000 mgr.x (mgr.34104) 945 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:02.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:01 smithi184 bash[59794]: cluster 2024-03-21T13:05:00.587393+0000 mgr.x (mgr.34104) 946 : cluster [DBG] pgmap v597: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 1.6 MiB/s rd, 0 B/s wr, 2.65k op/s; 68/630 objects degraded (10.794%) 2024-03-21T13:05:02.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:01 smithi184 bash[59794]: cluster 2024-03-21T13:05:00.587804+0000 mgr.x (mgr.34104) 947 : cluster [DBG] pgmap v598: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 1.5 MiB/s rd, 0 B/s wr, 2.64k op/s; 68/630 objects degraded (10.794%) 2024-03-21T13:05:02.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:01 smithi184 bash[59794]: cephadm 2024-03-21T13:05:00.594433+0000 mgr.x (mgr.34104) 948 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:02.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:01 smithi184 bash[59794]: audit 2024-03-21T13:05:00.640975+0000 mgr.x (mgr.34104) 949 : audit [DBG] from='client.15585 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:05:02.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:01 smithi184 bash[59794]: cluster 2024-03-21T13:05:00.650892+0000 mon.a (mon.0) 859 : cluster [WRN] Health check failed: Degraded data redundancy: 68/630 objects degraded (10.794%), 21 pgs degraded (PG_DEGRADED) 2024-03-21T13:05:02.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:01 smithi184 bash[59794]: audit 2024-03-21T13:05:00.672143+0000 mon.a (mon.0) 860 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:02.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:01 smithi184 bash[59794]: audit 2024-03-21T13:05:00.674987+0000 mon.a (mon.0) 861 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:02.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:01 smithi184 bash[59794]: audit 2024-03-21T13:05:00.678908+0000 mon.a (mon.0) 862 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:02.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:01 smithi184 bash[59794]: audit 2024-03-21T13:05:00.680081+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:02.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:01 smithi184 bash[59794]: cluster 2024-03-21T13:05:00.684430+0000 mgr.x (mgr.34104) 950 : cluster [DBG] pgmap v599: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 1.6 MiB/s rd, 0 B/s wr, 2.70k op/s; 68/630 objects degraded (10.794%) 2024-03-21T13:05:02.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:01 smithi184 bash[59794]: cluster 2024-03-21T13:05:00.685377+0000 mgr.x (mgr.34104) 951 : cluster [DBG] pgmap v600: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 1.6 MiB/s rd, 0 B/s wr, 2.69k op/s; 68/630 objects degraded (10.794%) 2024-03-21T13:05:02.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:01 smithi184 bash[59794]: audit 2024-03-21T13:05:00.692288+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:02.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:01 smithi184 bash[59794]: cephadm 2024-03-21T13:05:00.694594+0000 mgr.x (mgr.34104) 952 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:02.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:01 smithi184 bash[59794]: audit 2024-03-21T13:05:00.755150+0000 mon.a (mon.0) 865 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:02.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:01 smithi184 bash[59794]: audit 2024-03-21T13:05:00.757833+0000 mon.a (mon.0) 866 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:02.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:01 smithi184 bash[59794]: audit 2024-03-21T13:05:00.760593+0000 mon.a (mon.0) 867 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:02.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:01 smithi184 bash[59794]: audit 2024-03-21T13:05:00.761938+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:02.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:01 smithi184 bash[59794]: cluster 2024-03-21T13:05:00.766013+0000 mgr.x (mgr.34104) 953 : cluster [DBG] pgmap v601: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 1.7 MiB/s rd, 0 B/s wr, 2.87k op/s; 68/630 objects degraded (10.794%) 2024-03-21T13:05:02.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:01 smithi184 bash[59794]: cluster 2024-03-21T13:05:00.766509+0000 mgr.x (mgr.34104) 954 : cluster [DBG] pgmap v602: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 1.7 MiB/s rd, 0 B/s wr, 2.87k op/s; 68/630 objects degraded (10.794%) 2024-03-21T13:05:02.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:01 smithi184 bash[59794]: audit 2024-03-21T13:05:00.771740+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:02.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:01 smithi184 bash[59794]: cephadm 2024-03-21T13:05:00.774052+0000 mgr.x (mgr.34104) 955 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:02.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:01 smithi184 bash[59794]: audit 2024-03-21T13:05:00.851574+0000 mon.a (mon.0) 870 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:02.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:01 smithi184 bash[59794]: audit 2024-03-21T13:05:00.854889+0000 mon.a (mon.0) 871 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:02.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:01 smithi184 bash[59794]: audit 2024-03-21T13:05:00.858632+0000 mon.a (mon.0) 872 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:02.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:01 smithi184 bash[59794]: audit 2024-03-21T13:05:00.860029+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:02.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:01 smithi184 bash[59794]: cluster 2024-03-21T13:05:00.864108+0000 mgr.x (mgr.34104) 956 : cluster [DBG] pgmap v603: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:02.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:01 smithi184 bash[59794]: cluster 2024-03-21T13:05:00.864757+0000 mgr.x (mgr.34104) 957 : cluster [DBG] pgmap v604: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:02.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:01 smithi184 bash[59794]: audit 2024-03-21T13:05:00.870479+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:02.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:01 smithi184 bash[59794]: cephadm 2024-03-21T13:05:00.872809+0000 mgr.x (mgr.34104) 958 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:02.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:01 smithi184 bash[59794]: audit 2024-03-21T13:05:00.950607+0000 mon.a (mon.0) 875 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:02.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:01 smithi184 bash[59794]: audit 2024-03-21T13:05:00.954690+0000 mon.a (mon.0) 876 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:02.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:01 smithi184 bash[59794]: audit 2024-03-21T13:05:00.958250+0000 mon.a (mon.0) 877 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:02.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:01 smithi184 bash[59794]: audit 2024-03-21T13:05:00.959677+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:02.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:01 smithi184 bash[59794]: cluster 2024-03-21T13:05:00.964219+0000 mgr.x (mgr.34104) 959 : cluster [DBG] pgmap v605: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:02.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:01 smithi184 bash[59794]: cluster 2024-03-21T13:05:00.965088+0000 mgr.x (mgr.34104) 960 : cluster [DBG] pgmap v606: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:02.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:01 smithi184 bash[59794]: audit 2024-03-21T13:05:00.970587+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:02.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:01 smithi184 bash[59794]: cephadm 2024-03-21T13:05:00.972908+0000 mgr.x (mgr.34104) 961 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:02.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:01 smithi184 bash[59794]: audit 2024-03-21T13:05:01.047900+0000 mon.a (mon.0) 880 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:02.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:01 smithi184 bash[59794]: audit 2024-03-21T13:05:01.050624+0000 mon.a (mon.0) 881 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:02.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:01 smithi184 bash[59794]: audit 2024-03-21T13:05:01.054326+0000 mon.a (mon.0) 882 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:02.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:01 smithi184 bash[59794]: audit 2024-03-21T13:05:01.055599+0000 mon.a (mon.0) 883 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:02.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:01 smithi184 bash[59794]: cluster 2024-03-21T13:05:01.059707+0000 mgr.x (mgr.34104) 962 : cluster [DBG] pgmap v607: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:02.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:01 smithi184 bash[59794]: cluster 2024-03-21T13:05:01.060195+0000 mgr.x (mgr.34104) 963 : cluster [DBG] pgmap v608: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:02.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:01 smithi184 bash[59794]: audit 2024-03-21T13:05:01.063741+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:02.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:01 smithi184 bash[59794]: cephadm 2024-03-21T13:05:01.065914+0000 mgr.x (mgr.34104) 964 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:02.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:01 smithi184 bash[59794]: audit 2024-03-21T13:05:01.145011+0000 mon.a (mon.0) 885 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:02.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:01 smithi184 bash[59794]: audit 2024-03-21T13:05:01.148049+0000 mon.a (mon.0) 886 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:02.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:01 smithi184 bash[59794]: audit 2024-03-21T13:05:01.151537+0000 mon.a (mon.0) 887 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:02.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:01 smithi184 bash[59794]: audit 2024-03-21T13:05:01.152824+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:02.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:01 smithi184 bash[59794]: cluster 2024-03-21T13:05:01.156571+0000 mgr.x (mgr.34104) 965 : cluster [DBG] pgmap v609: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:02.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:01 smithi184 bash[59794]: cluster 2024-03-21T13:05:01.156995+0000 mgr.x (mgr.34104) 966 : cluster [DBG] pgmap v610: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:02.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:01 smithi184 bash[59794]: audit 2024-03-21T13:05:01.163648+0000 mon.a (mon.0) 889 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:02.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:01 smithi184 bash[59794]: cephadm 2024-03-21T13:05:01.165922+0000 mgr.x (mgr.34104) 967 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:02.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:01 smithi184 bash[59794]: audit 2024-03-21T13:05:01.246330+0000 mon.a (mon.0) 890 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:02.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:01 smithi184 bash[59794]: audit 2024-03-21T13:05:01.249285+0000 mon.a (mon.0) 891 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:02.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:01 smithi184 bash[59794]: audit 2024-03-21T13:05:01.252498+0000 mon.a (mon.0) 892 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:02.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:01 smithi184 bash[59794]: audit 2024-03-21T13:05:01.253738+0000 mon.a (mon.0) 893 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:02.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:01 smithi184 bash[59794]: audit 2024-03-21T13:05:01.265759+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:02.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:01 smithi184 bash[59794]: audit 2024-03-21T13:05:01.349461+0000 mon.a (mon.0) 895 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:02.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:01 smithi184 bash[59794]: audit 2024-03-21T13:05:01.352095+0000 mon.a (mon.0) 896 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:02.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:01 smithi184 bash[59794]: audit 2024-03-21T13:05:01.355503+0000 mon.a (mon.0) 897 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:02.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:01 smithi184 bash[59794]: audit 2024-03-21T13:05:01.356981+0000 mon.a (mon.0) 898 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:02.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:01 smithi184 bash[59794]: audit 2024-03-21T13:05:01.366161+0000 mon.a (mon.0) 899 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:02.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:01 smithi184 bash[59794]: audit 2024-03-21T13:05:01.445231+0000 mon.a (mon.0) 900 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:02.080 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:01 smithi184 bash[59794]: audit 2024-03-21T13:05:01.448659+0000 mon.a (mon.0) 901 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:02.080 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:01 smithi184 bash[59794]: audit 2024-03-21T13:05:01.452056+0000 mon.a (mon.0) 902 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:02.080 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:01 smithi184 bash[59794]: audit 2024-03-21T13:05:01.453604+0000 mon.a (mon.0) 903 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:02.080 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:01 smithi184 bash[59794]: audit 2024-03-21T13:05:01.465433+0000 mon.a (mon.0) 904 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:02.080 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:01 smithi184 bash[59794]: audit 2024-03-21T13:05:01.547069+0000 mon.a (mon.0) 905 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:02.080 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:01 smithi184 bash[59794]: audit 2024-03-21T13:05:01.549463+0000 mon.a (mon.0) 906 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:02.080 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:01 smithi184 bash[59794]: audit 2024-03-21T13:05:01.553226+0000 mon.a (mon.0) 907 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:02.080 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:01 smithi184 bash[59794]: audit 2024-03-21T13:05:01.554605+0000 mon.a (mon.0) 908 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:02.080 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:01 smithi184 bash[59794]: audit 2024-03-21T13:05:01.566055+0000 mon.a (mon.0) 909 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:02.139 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[75692]: cluster 2024-03-21T13:05:00.185161+0000 mgr.x (mgr.34104) 934 : cluster [DBG] pgmap v589: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:05:02.139 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[75692]: cluster 2024-03-21T13:05:00.185597+0000 mgr.x (mgr.34104) 935 : cluster [DBG] pgmap v590: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:05:02.139 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[75692]: cephadm 2024-03-21T13:05:00.195355+0000 mgr.x (mgr.34104) 936 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:02.139 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[75692]: cluster 2024-03-21T13:05:00.287160+0000 mgr.x (mgr.34104) 937 : cluster [DBG] pgmap v591: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:05:02.139 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[75692]: cluster 2024-03-21T13:05:00.287426+0000 mgr.x (mgr.34104) 938 : cluster [DBG] pgmap v592: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:05:02.139 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[75692]: cephadm 2024-03-21T13:05:00.299459+0000 mgr.x (mgr.34104) 939 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:02.139 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[75692]: cluster 2024-03-21T13:05:00.389632+0000 mgr.x (mgr.34104) 940 : cluster [DBG] pgmap v593: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:05:02.139 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[75692]: cluster 2024-03-21T13:05:00.389873+0000 mgr.x (mgr.34104) 941 : cluster [DBG] pgmap v594: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:05:02.139 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[75692]: cephadm 2024-03-21T13:05:00.400268+0000 mgr.x (mgr.34104) 942 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:02.139 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[75692]: cluster 2024-03-21T13:05:00.489226+0000 mgr.x (mgr.34104) 943 : cluster [DBG] pgmap v595: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:05:02.140 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[75692]: cluster 2024-03-21T13:05:00.489487+0000 mgr.x (mgr.34104) 944 : cluster [DBG] pgmap v596: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:05:02.140 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[75692]: cephadm 2024-03-21T13:05:00.499623+0000 mgr.x (mgr.34104) 945 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:02.140 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[75692]: cluster 2024-03-21T13:05:00.587393+0000 mgr.x (mgr.34104) 946 : cluster [DBG] pgmap v597: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 1.6 MiB/s rd, 0 B/s wr, 2.65k op/s; 68/630 objects degraded (10.794%) 2024-03-21T13:05:02.140 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[75692]: cluster 2024-03-21T13:05:00.587804+0000 mgr.x (mgr.34104) 947 : cluster [DBG] pgmap v598: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 1.5 MiB/s rd, 0 B/s wr, 2.64k op/s; 68/630 objects degraded (10.794%) 2024-03-21T13:05:02.140 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[75692]: cephadm 2024-03-21T13:05:00.594433+0000 mgr.x (mgr.34104) 948 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:02.140 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[75692]: audit 2024-03-21T13:05:00.640975+0000 mgr.x (mgr.34104) 949 : audit [DBG] from='client.15585 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:05:02.140 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[75692]: cluster 2024-03-21T13:05:00.650892+0000 mon.a (mon.0) 859 : cluster [WRN] Health check failed: Degraded data redundancy: 68/630 objects degraded (10.794%), 21 pgs degraded (PG_DEGRADED) 2024-03-21T13:05:02.140 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[75692]: audit 2024-03-21T13:05:00.672143+0000 mon.a (mon.0) 860 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:02.140 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[77880]: cluster 2024-03-21T13:05:00.185161+0000 mgr.x (mgr.34104) 934 : cluster [DBG] pgmap v589: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:05:02.140 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[77880]: cluster 2024-03-21T13:05:00.185597+0000 mgr.x (mgr.34104) 935 : cluster [DBG] pgmap v590: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:05:02.140 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[77880]: cephadm 2024-03-21T13:05:00.195355+0000 mgr.x (mgr.34104) 936 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:02.141 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[77880]: cluster 2024-03-21T13:05:00.287160+0000 mgr.x (mgr.34104) 937 : cluster [DBG] pgmap v591: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:05:02.141 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[77880]: cluster 2024-03-21T13:05:00.287426+0000 mgr.x (mgr.34104) 938 : cluster [DBG] pgmap v592: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:05:02.141 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[77880]: cephadm 2024-03-21T13:05:00.299459+0000 mgr.x (mgr.34104) 939 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:02.141 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[77880]: cluster 2024-03-21T13:05:00.389632+0000 mgr.x (mgr.34104) 940 : cluster [DBG] pgmap v593: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:05:02.141 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[77880]: cluster 2024-03-21T13:05:00.389873+0000 mgr.x (mgr.34104) 941 : cluster [DBG] pgmap v594: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:05:02.141 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[77880]: cephadm 2024-03-21T13:05:00.400268+0000 mgr.x (mgr.34104) 942 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:02.141 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[77880]: cluster 2024-03-21T13:05:00.489226+0000 mgr.x (mgr.34104) 943 : cluster [DBG] pgmap v595: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:05:02.141 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[77880]: cluster 2024-03-21T13:05:00.489487+0000 mgr.x (mgr.34104) 944 : cluster [DBG] pgmap v596: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:05:02.141 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[77880]: cephadm 2024-03-21T13:05:00.499623+0000 mgr.x (mgr.34104) 945 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:02.141 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[77880]: cluster 2024-03-21T13:05:00.587393+0000 mgr.x (mgr.34104) 946 : cluster [DBG] pgmap v597: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 1.6 MiB/s rd, 0 B/s wr, 2.65k op/s; 68/630 objects degraded (10.794%) 2024-03-21T13:05:02.141 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[77880]: cluster 2024-03-21T13:05:00.587804+0000 mgr.x (mgr.34104) 947 : cluster [DBG] pgmap v598: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 1.5 MiB/s rd, 0 B/s wr, 2.64k op/s; 68/630 objects degraded (10.794%) 2024-03-21T13:05:02.141 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[77880]: cephadm 2024-03-21T13:05:00.594433+0000 mgr.x (mgr.34104) 948 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:02.141 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[77880]: audit 2024-03-21T13:05:00.640975+0000 mgr.x (mgr.34104) 949 : audit [DBG] from='client.15585 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:05:02.141 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[77880]: cluster 2024-03-21T13:05:00.650892+0000 mon.a (mon.0) 859 : cluster [WRN] Health check failed: Degraded data redundancy: 68/630 objects degraded (10.794%), 21 pgs degraded (PG_DEGRADED) 2024-03-21T13:05:02.141 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[77880]: audit 2024-03-21T13:05:00.672143+0000 mon.a (mon.0) 860 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:02.142 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[75692]: audit 2024-03-21T13:05:00.674987+0000 mon.a (mon.0) 861 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:02.142 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[75692]: audit 2024-03-21T13:05:00.678908+0000 mon.a (mon.0) 862 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:02.142 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[75692]: audit 2024-03-21T13:05:00.680081+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:02.142 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[75692]: cluster 2024-03-21T13:05:00.684430+0000 mgr.x (mgr.34104) 950 : cluster [DBG] pgmap v599: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 1.6 MiB/s rd, 0 B/s wr, 2.70k op/s; 68/630 objects degraded (10.794%) 2024-03-21T13:05:02.142 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[75692]: cluster 2024-03-21T13:05:00.685377+0000 mgr.x (mgr.34104) 951 : cluster [DBG] pgmap v600: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 1.6 MiB/s rd, 0 B/s wr, 2.69k op/s; 68/630 objects degraded (10.794%) 2024-03-21T13:05:02.142 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[75692]: audit 2024-03-21T13:05:00.692288+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:02.142 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[75692]: cephadm 2024-03-21T13:05:00.694594+0000 mgr.x (mgr.34104) 952 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:02.142 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[75692]: audit 2024-03-21T13:05:00.755150+0000 mon.a (mon.0) 865 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:02.142 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[75692]: audit 2024-03-21T13:05:00.757833+0000 mon.a (mon.0) 866 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:02.142 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[75692]: audit 2024-03-21T13:05:00.760593+0000 mon.a (mon.0) 867 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:02.143 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[75692]: audit 2024-03-21T13:05:00.761938+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:02.143 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[75692]: cluster 2024-03-21T13:05:00.766013+0000 mgr.x (mgr.34104) 953 : cluster [DBG] pgmap v601: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 1.7 MiB/s rd, 0 B/s wr, 2.87k op/s; 68/630 objects degraded (10.794%) 2024-03-21T13:05:02.143 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[75692]: cluster 2024-03-21T13:05:00.766509+0000 mgr.x (mgr.34104) 954 : cluster [DBG] pgmap v602: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 1.7 MiB/s rd, 0 B/s wr, 2.87k op/s; 68/630 objects degraded (10.794%) 2024-03-21T13:05:02.143 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[75692]: audit 2024-03-21T13:05:00.771740+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:02.143 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[75692]: cephadm 2024-03-21T13:05:00.774052+0000 mgr.x (mgr.34104) 955 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:02.143 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[75692]: audit 2024-03-21T13:05:00.851574+0000 mon.a (mon.0) 870 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:02.143 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[75692]: audit 2024-03-21T13:05:00.854889+0000 mon.a (mon.0) 871 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:02.143 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[77880]: audit 2024-03-21T13:05:00.674987+0000 mon.a (mon.0) 861 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:02.144 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[77880]: audit 2024-03-21T13:05:00.678908+0000 mon.a (mon.0) 862 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:02.144 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[77880]: audit 2024-03-21T13:05:00.680081+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:02.144 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[77880]: cluster 2024-03-21T13:05:00.684430+0000 mgr.x (mgr.34104) 950 : cluster [DBG] pgmap v599: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 1.6 MiB/s rd, 0 B/s wr, 2.70k op/s; 68/630 objects degraded (10.794%) 2024-03-21T13:05:02.144 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[77880]: cluster 2024-03-21T13:05:00.685377+0000 mgr.x (mgr.34104) 951 : cluster [DBG] pgmap v600: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 1.6 MiB/s rd, 0 B/s wr, 2.69k op/s; 68/630 objects degraded (10.794%) 2024-03-21T13:05:02.144 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[77880]: audit 2024-03-21T13:05:00.692288+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:02.144 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[77880]: cephadm 2024-03-21T13:05:00.694594+0000 mgr.x (mgr.34104) 952 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:02.144 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[77880]: audit 2024-03-21T13:05:00.755150+0000 mon.a (mon.0) 865 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:02.144 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[77880]: audit 2024-03-21T13:05:00.757833+0000 mon.a (mon.0) 866 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:02.144 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[77880]: audit 2024-03-21T13:05:00.760593+0000 mon.a (mon.0) 867 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:02.144 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[77880]: audit 2024-03-21T13:05:00.761938+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:02.144 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[77880]: cluster 2024-03-21T13:05:00.766013+0000 mgr.x (mgr.34104) 953 : cluster [DBG] pgmap v601: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 1.7 MiB/s rd, 0 B/s wr, 2.87k op/s; 68/630 objects degraded (10.794%) 2024-03-21T13:05:02.144 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[77880]: cluster 2024-03-21T13:05:00.766509+0000 mgr.x (mgr.34104) 954 : cluster [DBG] pgmap v602: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 1.7 MiB/s rd, 0 B/s wr, 2.87k op/s; 68/630 objects degraded (10.794%) 2024-03-21T13:05:02.144 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[77880]: audit 2024-03-21T13:05:00.771740+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:02.145 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[77880]: cephadm 2024-03-21T13:05:00.774052+0000 mgr.x (mgr.34104) 955 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:02.145 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[77880]: audit 2024-03-21T13:05:00.851574+0000 mon.a (mon.0) 870 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:02.145 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[77880]: audit 2024-03-21T13:05:00.854889+0000 mon.a (mon.0) 871 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:02.145 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[77880]: audit 2024-03-21T13:05:00.858632+0000 mon.a (mon.0) 872 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:02.145 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[77880]: audit 2024-03-21T13:05:00.860029+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:02.145 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[77880]: cluster 2024-03-21T13:05:00.864108+0000 mgr.x (mgr.34104) 956 : cluster [DBG] pgmap v603: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:02.145 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[77880]: cluster 2024-03-21T13:05:00.864757+0000 mgr.x (mgr.34104) 957 : cluster [DBG] pgmap v604: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:02.145 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[77880]: audit 2024-03-21T13:05:00.870479+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:02.145 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[77880]: cephadm 2024-03-21T13:05:00.872809+0000 mgr.x (mgr.34104) 958 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:02.145 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[77880]: audit 2024-03-21T13:05:00.950607+0000 mon.a (mon.0) 875 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:02.145 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[77880]: audit 2024-03-21T13:05:00.954690+0000 mon.a (mon.0) 876 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:02.145 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[77880]: audit 2024-03-21T13:05:00.958250+0000 mon.a (mon.0) 877 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:02.145 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[77880]: audit 2024-03-21T13:05:00.959677+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:02.145 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[77880]: cluster 2024-03-21T13:05:00.964219+0000 mgr.x (mgr.34104) 959 : cluster [DBG] pgmap v605: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:02.145 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[77880]: cluster 2024-03-21T13:05:00.965088+0000 mgr.x (mgr.34104) 960 : cluster [DBG] pgmap v606: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:02.146 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[77880]: audit 2024-03-21T13:05:00.970587+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:02.146 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[77880]: cephadm 2024-03-21T13:05:00.972908+0000 mgr.x (mgr.34104) 961 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:02.146 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[77880]: audit 2024-03-21T13:05:01.047900+0000 mon.a (mon.0) 880 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:02.146 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[77880]: audit 2024-03-21T13:05:01.050624+0000 mon.a (mon.0) 881 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:02.146 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[77880]: audit 2024-03-21T13:05:01.054326+0000 mon.a (mon.0) 882 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:02.146 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[77880]: audit 2024-03-21T13:05:01.055599+0000 mon.a (mon.0) 883 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:02.146 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[75692]: audit 2024-03-21T13:05:00.858632+0000 mon.a (mon.0) 872 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:02.146 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[75692]: audit 2024-03-21T13:05:00.860029+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:02.146 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[75692]: cluster 2024-03-21T13:05:00.864108+0000 mgr.x (mgr.34104) 956 : cluster [DBG] pgmap v603: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:02.146 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[75692]: cluster 2024-03-21T13:05:00.864757+0000 mgr.x (mgr.34104) 957 : cluster [DBG] pgmap v604: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:02.147 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[75692]: audit 2024-03-21T13:05:00.870479+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:02.147 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[75692]: cephadm 2024-03-21T13:05:00.872809+0000 mgr.x (mgr.34104) 958 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:02.147 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[75692]: audit 2024-03-21T13:05:00.950607+0000 mon.a (mon.0) 875 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:02.147 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[75692]: audit 2024-03-21T13:05:00.954690+0000 mon.a (mon.0) 876 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:02.147 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[75692]: audit 2024-03-21T13:05:00.958250+0000 mon.a (mon.0) 877 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:02.147 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[75692]: audit 2024-03-21T13:05:00.959677+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:02.147 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[75692]: cluster 2024-03-21T13:05:00.964219+0000 mgr.x (mgr.34104) 959 : cluster [DBG] pgmap v605: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:02.147 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[75692]: cluster 2024-03-21T13:05:00.965088+0000 mgr.x (mgr.34104) 960 : cluster [DBG] pgmap v606: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:02.147 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[75692]: audit 2024-03-21T13:05:00.970587+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:02.147 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[75692]: cephadm 2024-03-21T13:05:00.972908+0000 mgr.x (mgr.34104) 961 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:02.147 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[75692]: audit 2024-03-21T13:05:01.047900+0000 mon.a (mon.0) 880 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:02.147 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[75692]: audit 2024-03-21T13:05:01.050624+0000 mon.a (mon.0) 881 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:02.147 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[75692]: audit 2024-03-21T13:05:01.054326+0000 mon.a (mon.0) 882 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:02.147 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[75692]: audit 2024-03-21T13:05:01.055599+0000 mon.a (mon.0) 883 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:02.148 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[77880]: cluster 2024-03-21T13:05:01.059707+0000 mgr.x (mgr.34104) 962 : cluster [DBG] pgmap v607: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:02.148 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[77880]: cluster 2024-03-21T13:05:01.060195+0000 mgr.x (mgr.34104) 963 : cluster [DBG] pgmap v608: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:02.148 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[77880]: audit 2024-03-21T13:05:01.063741+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:02.148 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[77880]: cephadm 2024-03-21T13:05:01.065914+0000 mgr.x (mgr.34104) 964 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:02.148 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[77880]: audit 2024-03-21T13:05:01.145011+0000 mon.a (mon.0) 885 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:02.148 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[77880]: audit 2024-03-21T13:05:01.148049+0000 mon.a (mon.0) 886 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:02.148 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[77880]: audit 2024-03-21T13:05:01.151537+0000 mon.a (mon.0) 887 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:02.148 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[77880]: audit 2024-03-21T13:05:01.152824+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:02.148 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[77880]: cluster 2024-03-21T13:05:01.156571+0000 mgr.x (mgr.34104) 965 : cluster [DBG] pgmap v609: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:02.149 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[77880]: cluster 2024-03-21T13:05:01.156995+0000 mgr.x (mgr.34104) 966 : cluster [DBG] pgmap v610: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:02.149 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[77880]: audit 2024-03-21T13:05:01.163648+0000 mon.a (mon.0) 889 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:02.149 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[77880]: cephadm 2024-03-21T13:05:01.165922+0000 mgr.x (mgr.34104) 967 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:02.149 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[77880]: audit 2024-03-21T13:05:01.246330+0000 mon.a (mon.0) 890 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:02.149 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[77880]: audit 2024-03-21T13:05:01.249285+0000 mon.a (mon.0) 891 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:02.149 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[77880]: audit 2024-03-21T13:05:01.252498+0000 mon.a (mon.0) 892 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:02.149 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[77880]: audit 2024-03-21T13:05:01.253738+0000 mon.a (mon.0) 893 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:02.149 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[77880]: audit 2024-03-21T13:05:01.265759+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:02.149 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[77880]: audit 2024-03-21T13:05:01.349461+0000 mon.a (mon.0) 895 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:02.149 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[77880]: audit 2024-03-21T13:05:01.352095+0000 mon.a (mon.0) 896 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:02.149 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[77880]: audit 2024-03-21T13:05:01.355503+0000 mon.a (mon.0) 897 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:02.149 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[77880]: audit 2024-03-21T13:05:01.356981+0000 mon.a (mon.0) 898 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:02.149 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[77880]: audit 2024-03-21T13:05:01.366161+0000 mon.a (mon.0) 899 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:02.149 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[77880]: audit 2024-03-21T13:05:01.445231+0000 mon.a (mon.0) 900 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:02.150 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[77880]: audit 2024-03-21T13:05:01.448659+0000 mon.a (mon.0) 901 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:02.150 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[77880]: audit 2024-03-21T13:05:01.452056+0000 mon.a (mon.0) 902 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:02.150 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[77880]: audit 2024-03-21T13:05:01.453604+0000 mon.a (mon.0) 903 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:02.151 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[77880]: audit 2024-03-21T13:05:01.465433+0000 mon.a (mon.0) 904 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:02.151 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[77880]: audit 2024-03-21T13:05:01.547069+0000 mon.a (mon.0) 905 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:02.151 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[77880]: audit 2024-03-21T13:05:01.549463+0000 mon.a (mon.0) 906 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:02.151 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[77880]: audit 2024-03-21T13:05:01.553226+0000 mon.a (mon.0) 907 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:02.151 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[77880]: audit 2024-03-21T13:05:01.554605+0000 mon.a (mon.0) 908 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:02.151 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[77880]: audit 2024-03-21T13:05:01.566055+0000 mon.a (mon.0) 909 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:02.151 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[75692]: cluster 2024-03-21T13:05:01.059707+0000 mgr.x (mgr.34104) 962 : cluster [DBG] pgmap v607: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:02.151 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[75692]: cluster 2024-03-21T13:05:01.060195+0000 mgr.x (mgr.34104) 963 : cluster [DBG] pgmap v608: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:02.151 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[75692]: audit 2024-03-21T13:05:01.063741+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:02.151 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[75692]: cephadm 2024-03-21T13:05:01.065914+0000 mgr.x (mgr.34104) 964 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:02.152 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[75692]: audit 2024-03-21T13:05:01.145011+0000 mon.a (mon.0) 885 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:02.152 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[75692]: audit 2024-03-21T13:05:01.148049+0000 mon.a (mon.0) 886 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:02.152 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[75692]: audit 2024-03-21T13:05:01.151537+0000 mon.a (mon.0) 887 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:02.152 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[75692]: audit 2024-03-21T13:05:01.152824+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:02.152 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[75692]: cluster 2024-03-21T13:05:01.156571+0000 mgr.x (mgr.34104) 965 : cluster [DBG] pgmap v609: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:02.152 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[75692]: cluster 2024-03-21T13:05:01.156995+0000 mgr.x (mgr.34104) 966 : cluster [DBG] pgmap v610: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:02.152 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[75692]: audit 2024-03-21T13:05:01.163648+0000 mon.a (mon.0) 889 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:02.152 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[75692]: cephadm 2024-03-21T13:05:01.165922+0000 mgr.x (mgr.34104) 967 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:02.152 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[75692]: audit 2024-03-21T13:05:01.246330+0000 mon.a (mon.0) 890 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:02.152 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[75692]: audit 2024-03-21T13:05:01.249285+0000 mon.a (mon.0) 891 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:02.152 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[75692]: audit 2024-03-21T13:05:01.252498+0000 mon.a (mon.0) 892 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:02.152 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[75692]: audit 2024-03-21T13:05:01.253738+0000 mon.a (mon.0) 893 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:02.152 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[75692]: audit 2024-03-21T13:05:01.265759+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:02.152 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[75692]: audit 2024-03-21T13:05:01.349461+0000 mon.a (mon.0) 895 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:02.153 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[75692]: audit 2024-03-21T13:05:01.352095+0000 mon.a (mon.0) 896 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:02.153 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[75692]: audit 2024-03-21T13:05:01.355503+0000 mon.a (mon.0) 897 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:02.153 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[75692]: audit 2024-03-21T13:05:01.356981+0000 mon.a (mon.0) 898 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:02.153 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[75692]: audit 2024-03-21T13:05:01.366161+0000 mon.a (mon.0) 899 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:02.153 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[75692]: audit 2024-03-21T13:05:01.445231+0000 mon.a (mon.0) 900 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:02.153 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[75692]: audit 2024-03-21T13:05:01.448659+0000 mon.a (mon.0) 901 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:02.153 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[75692]: audit 2024-03-21T13:05:01.452056+0000 mon.a (mon.0) 902 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:02.153 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[75692]: audit 2024-03-21T13:05:01.453604+0000 mon.a (mon.0) 903 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:02.153 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[75692]: audit 2024-03-21T13:05:01.465433+0000 mon.a (mon.0) 904 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:02.153 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[75692]: audit 2024-03-21T13:05:01.547069+0000 mon.a (mon.0) 905 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:02.153 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[75692]: audit 2024-03-21T13:05:01.549463+0000 mon.a (mon.0) 906 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:02.153 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[75692]: audit 2024-03-21T13:05:01.553226+0000 mon.a (mon.0) 907 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:02.153 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[75692]: audit 2024-03-21T13:05:01.554605+0000 mon.a (mon.0) 908 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:02.153 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:01 smithi178 bash[75692]: audit 2024-03-21T13:05:01.566055+0000 mon.a (mon.0) 909 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:02.790 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:02 smithi178 bash[75692]: cluster 2024-03-21T13:05:01.257786+0000 mgr.x (mgr.34104) 968 : cluster [DBG] pgmap v611: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:02.790 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:02 smithi178 bash[75692]: cluster 2024-03-21T13:05:01.258429+0000 mgr.x (mgr.34104) 969 : cluster [DBG] pgmap v612: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:02.790 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:02 smithi178 bash[75692]: cephadm 2024-03-21T13:05:01.268225+0000 mgr.x (mgr.34104) 970 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:02.790 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:02 smithi178 bash[75692]: cluster 2024-03-21T13:05:01.360959+0000 mgr.x (mgr.34104) 971 : cluster [DBG] pgmap v613: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:02.791 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:02 smithi178 bash[75692]: cluster 2024-03-21T13:05:01.361684+0000 mgr.x (mgr.34104) 972 : cluster [DBG] pgmap v614: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:02.791 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:02 smithi178 bash[75692]: cephadm 2024-03-21T13:05:01.368546+0000 mgr.x (mgr.34104) 973 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:02.791 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:02 smithi178 bash[75692]: cluster 2024-03-21T13:05:01.458034+0000 mgr.x (mgr.34104) 974 : cluster [DBG] pgmap v615: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:02.791 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:02 smithi178 bash[75692]: cluster 2024-03-21T13:05:01.458842+0000 mgr.x (mgr.34104) 975 : cluster [DBG] pgmap v616: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:02.791 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:02 smithi178 bash[75692]: cephadm 2024-03-21T13:05:01.467871+0000 mgr.x (mgr.34104) 976 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:02.791 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:02 smithi178 bash[75692]: cluster 2024-03-21T13:05:01.559305+0000 mgr.x (mgr.34104) 977 : cluster [DBG] pgmap v617: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:02.791 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:02 smithi178 bash[75692]: cluster 2024-03-21T13:05:01.560103+0000 mgr.x (mgr.34104) 978 : cluster [DBG] pgmap v618: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:02.791 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:02 smithi178 bash[75692]: cephadm 2024-03-21T13:05:01.568617+0000 mgr.x (mgr.34104) 979 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:02.791 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:02 smithi178 bash[75692]: audit 2024-03-21T13:05:01.661954+0000 mon.a (mon.0) 910 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:02.791 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:02 smithi178 bash[75692]: audit 2024-03-21T13:05:01.665019+0000 mon.a (mon.0) 911 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:02.791 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:02 smithi178 bash[75692]: audit 2024-03-21T13:05:01.667975+0000 mon.a (mon.0) 912 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:02.791 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:02 smithi178 bash[75692]: audit 2024-03-21T13:05:01.669193+0000 mon.a (mon.0) 913 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:02.791 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:02 smithi178 bash[75692]: cluster 2024-03-21T13:05:01.673016+0000 mgr.x (mgr.34104) 980 : cluster [DBG] pgmap v619: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:02.791 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:02 smithi178 bash[75692]: cluster 2024-03-21T13:05:01.673613+0000 mgr.x (mgr.34104) 981 : cluster [DBG] pgmap v620: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:02.792 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:02 smithi178 bash[75692]: audit 2024-03-21T13:05:01.677545+0000 mon.a (mon.0) 914 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:02.792 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:02 smithi178 bash[75692]: cephadm 2024-03-21T13:05:01.679821+0000 mgr.x (mgr.34104) 982 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:02.792 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:02 smithi178 bash[75692]: audit 2024-03-21T13:05:01.756487+0000 mon.a (mon.0) 915 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:02.792 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:02 smithi178 bash[75692]: audit 2024-03-21T13:05:01.759375+0000 mon.a (mon.0) 916 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:02.792 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:02 smithi178 bash[75692]: audit 2024-03-21T13:05:01.762648+0000 mon.a (mon.0) 917 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:02.792 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:02 smithi178 bash[75692]: audit 2024-03-21T13:05:01.764066+0000 mon.a (mon.0) 918 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:02.792 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:02 smithi178 bash[75692]: cluster 2024-03-21T13:05:01.768453+0000 mgr.x (mgr.34104) 983 : cluster [DBG] pgmap v621: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:02.792 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:02 smithi178 bash[75692]: cluster 2024-03-21T13:05:01.769289+0000 mgr.x (mgr.34104) 984 : cluster [DBG] pgmap v622: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:02.792 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:02 smithi178 bash[75692]: audit 2024-03-21T13:05:01.775796+0000 mon.a (mon.0) 919 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:02.792 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:02 smithi178 bash[75692]: cephadm 2024-03-21T13:05:01.778141+0000 mgr.x (mgr.34104) 985 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:02.792 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:02 smithi178 bash[75692]: audit 2024-03-21T13:05:01.859393+0000 mon.a (mon.0) 920 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:02.792 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:02 smithi178 bash[75692]: audit 2024-03-21T13:05:01.863794+0000 mon.a (mon.0) 921 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:02.792 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:02 smithi178 bash[75692]: audit 2024-03-21T13:05:01.867401+0000 mon.a (mon.0) 922 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:02.792 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:02 smithi178 bash[75692]: audit 2024-03-21T13:05:01.868751+0000 mon.a (mon.0) 923 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:02.793 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:02 smithi178 bash[75692]: cluster 2024-03-21T13:05:01.872940+0000 mgr.x (mgr.34104) 986 : cluster [DBG] pgmap v623: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:02.793 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:02 smithi178 bash[75692]: cluster 2024-03-21T13:05:01.873899+0000 mgr.x (mgr.34104) 987 : cluster [DBG] pgmap v624: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:02.793 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:02 smithi178 bash[75692]: audit 2024-03-21T13:05:01.880409+0000 mon.a (mon.0) 924 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:02.793 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:02 smithi178 bash[75692]: cephadm 2024-03-21T13:05:01.882907+0000 mgr.x (mgr.34104) 988 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:02.793 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:02 smithi178 bash[75692]: audit 2024-03-21T13:05:01.963185+0000 mon.a (mon.0) 925 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:02.793 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:02 smithi178 bash[75692]: audit 2024-03-21T13:05:01.966169+0000 mon.a (mon.0) 926 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:02.793 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:02 smithi178 bash[75692]: audit 2024-03-21T13:05:01.969639+0000 mon.a (mon.0) 927 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:02.793 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:02 smithi178 bash[75692]: audit 2024-03-21T13:05:01.970999+0000 mon.a (mon.0) 928 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:02.793 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:02 smithi178 bash[75692]: cluster 2024-03-21T13:05:01.975004+0000 mgr.x (mgr.34104) 989 : cluster [DBG] pgmap v625: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:02.793 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:02 smithi178 bash[75692]: audit 2024-03-21T13:05:01.979542+0000 mon.a (mon.0) 929 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:02.793 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:02 smithi178 bash[75692]: cephadm 2024-03-21T13:05:01.981786+0000 mgr.x (mgr.34104) 990 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:02.793 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:02 smithi178 bash[75692]: audit 2024-03-21T13:05:02.063064+0000 mon.a (mon.0) 930 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:02.793 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:02 smithi178 bash[75692]: audit 2024-03-21T13:05:02.066234+0000 mon.a (mon.0) 931 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:02.793 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:02 smithi178 bash[75692]: audit 2024-03-21T13:05:02.072365+0000 mon.a (mon.0) 932 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:02.794 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:02 smithi178 bash[75692]: audit 2024-03-21T13:05:02.074323+0000 mon.a (mon.0) 933 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:02.794 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:02 smithi178 bash[75692]: cluster 2024-03-21T13:05:02.079244+0000 mgr.x (mgr.34104) 991 : cluster [DBG] pgmap v626: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:02.794 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:02 smithi178 bash[75692]: cluster 2024-03-21T13:05:02.080091+0000 mgr.x (mgr.34104) 992 : cluster [DBG] pgmap v627: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:02.794 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:02 smithi178 bash[75692]: audit 2024-03-21T13:05:02.085965+0000 mon.a (mon.0) 934 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:02.794 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:02 smithi178 bash[75692]: cephadm 2024-03-21T13:05:02.088379+0000 mgr.x (mgr.34104) 993 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:02.794 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:02 smithi178 bash[75692]: audit 2024-03-21T13:05:02.169979+0000 mon.a (mon.0) 935 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:02.794 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:02 smithi178 bash[75692]: audit 2024-03-21T13:05:02.173071+0000 mon.a (mon.0) 936 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:02.794 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:02 smithi178 bash[75692]: audit 2024-03-21T13:05:02.176717+0000 mon.a (mon.0) 937 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:02.794 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:02 smithi178 bash[75692]: audit 2024-03-21T13:05:02.178338+0000 mon.a (mon.0) 938 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:02.794 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:02 smithi178 bash[75692]: audit 2024-03-21T13:05:02.188822+0000 mon.a (mon.0) 939 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:02.794 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:02 smithi178 bash[75692]: audit 2024-03-21T13:05:02.269941+0000 mon.a (mon.0) 940 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:02.794 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:02 smithi178 bash[75692]: audit 2024-03-21T13:05:02.273214+0000 mon.a (mon.0) 941 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:02.794 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:02 smithi178 bash[75692]: audit 2024-03-21T13:05:02.276336+0000 mon.a (mon.0) 942 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:02.794 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:02 smithi178 bash[75692]: audit 2024-03-21T13:05:02.277655+0000 mon.a (mon.0) 943 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:02.795 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:02 smithi178 bash[75692]: audit 2024-03-21T13:05:02.289827+0000 mon.a (mon.0) 944 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:02.795 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:02 smithi178 bash[75692]: audit 2024-03-21T13:05:02.371192+0000 mon.a (mon.0) 945 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:02.795 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:02 smithi178 bash[75692]: audit 2024-03-21T13:05:02.375567+0000 mon.a (mon.0) 946 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:02.795 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:02 smithi178 bash[75692]: audit 2024-03-21T13:05:02.379765+0000 mon.a (mon.0) 947 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:02.795 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:02 smithi178 bash[75692]: audit 2024-03-21T13:05:02.381436+0000 mon.a (mon.0) 948 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:02.795 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:02 smithi178 bash[75692]: audit 2024-03-21T13:05:02.393878+0000 mon.a (mon.0) 949 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:02.795 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:02 smithi178 bash[75692]: audit 2024-03-21T13:05:02.474449+0000 mon.a (mon.0) 950 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:02.795 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:02 smithi178 bash[75692]: audit 2024-03-21T13:05:02.477664+0000 mon.a (mon.0) 951 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:02.795 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:02 smithi178 bash[75692]: audit 2024-03-21T13:05:02.480959+0000 mon.a (mon.0) 952 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:02.795 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:02 smithi178 bash[75692]: audit 2024-03-21T13:05:02.482723+0000 mon.a (mon.0) 953 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:02.795 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:02 smithi178 bash[75692]: audit 2024-03-21T13:05:02.495240+0000 mon.a (mon.0) 954 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:02.795 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:02 smithi178 bash[77880]: cluster 2024-03-21T13:05:01.257786+0000 mgr.x (mgr.34104) 968 : cluster [DBG] pgmap v611: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:02.796 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:02 smithi178 bash[77880]: cluster 2024-03-21T13:05:01.258429+0000 mgr.x (mgr.34104) 969 : cluster [DBG] pgmap v612: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:02.796 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:02 smithi178 bash[77880]: cephadm 2024-03-21T13:05:01.268225+0000 mgr.x (mgr.34104) 970 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:02.796 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:02 smithi178 bash[77880]: cluster 2024-03-21T13:05:01.360959+0000 mgr.x (mgr.34104) 971 : cluster [DBG] pgmap v613: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:02.796 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:02 smithi178 bash[77880]: cluster 2024-03-21T13:05:01.361684+0000 mgr.x (mgr.34104) 972 : cluster [DBG] pgmap v614: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:02.796 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:02 smithi178 bash[77880]: cephadm 2024-03-21T13:05:01.368546+0000 mgr.x (mgr.34104) 973 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:02.796 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:02 smithi178 bash[77880]: cluster 2024-03-21T13:05:01.458034+0000 mgr.x (mgr.34104) 974 : cluster [DBG] pgmap v615: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:02.796 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:02 smithi178 bash[77880]: cluster 2024-03-21T13:05:01.458842+0000 mgr.x (mgr.34104) 975 : cluster [DBG] pgmap v616: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:02.796 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:02 smithi178 bash[77880]: cephadm 2024-03-21T13:05:01.467871+0000 mgr.x (mgr.34104) 976 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:02.796 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:02 smithi178 bash[77880]: cluster 2024-03-21T13:05:01.559305+0000 mgr.x (mgr.34104) 977 : cluster [DBG] pgmap v617: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:02.796 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:02 smithi178 bash[77880]: cluster 2024-03-21T13:05:01.560103+0000 mgr.x (mgr.34104) 978 : cluster [DBG] pgmap v618: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:02.796 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:02 smithi178 bash[77880]: cephadm 2024-03-21T13:05:01.568617+0000 mgr.x (mgr.34104) 979 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:02.796 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:02 smithi178 bash[77880]: audit 2024-03-21T13:05:01.661954+0000 mon.a (mon.0) 910 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:02.796 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:02 smithi178 bash[77880]: audit 2024-03-21T13:05:01.665019+0000 mon.a (mon.0) 911 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:02.797 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:02 smithi178 bash[77880]: audit 2024-03-21T13:05:01.667975+0000 mon.a (mon.0) 912 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:02.797 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:02 smithi178 bash[77880]: audit 2024-03-21T13:05:01.669193+0000 mon.a (mon.0) 913 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:02.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:02 smithi178 bash[75692]: audit 2024-03-21T13:05:02.578169+0000 mon.a (mon.0) 955 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:02.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:02 smithi178 bash[75692]: audit 2024-03-21T13:05:02.580683+0000 mon.a (mon.0) 956 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:02.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:02 smithi178 bash[75692]: audit 2024-03-21T13:05:02.583397+0000 mon.a (mon.0) 957 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:02.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:02 smithi178 bash[75692]: audit 2024-03-21T13:05:02.584463+0000 mon.a (mon.0) 958 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:02.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:02 smithi178 bash[75692]: audit 2024-03-21T13:05:02.592981+0000 mon.a (mon.0) 959 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:02.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:02 smithi178 bash[77880]: cluster 2024-03-21T13:05:01.673016+0000 mgr.x (mgr.34104) 980 : cluster [DBG] pgmap v619: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:02.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:02 smithi178 bash[77880]: cluster 2024-03-21T13:05:01.673613+0000 mgr.x (mgr.34104) 981 : cluster [DBG] pgmap v620: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:02.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:02 smithi178 bash[77880]: audit 2024-03-21T13:05:01.677545+0000 mon.a (mon.0) 914 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:02.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:02 smithi178 bash[77880]: cephadm 2024-03-21T13:05:01.679821+0000 mgr.x (mgr.34104) 982 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:02.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:02 smithi178 bash[77880]: audit 2024-03-21T13:05:01.756487+0000 mon.a (mon.0) 915 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:02.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:02 smithi178 bash[77880]: audit 2024-03-21T13:05:01.759375+0000 mon.a (mon.0) 916 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:02.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:02 smithi178 bash[77880]: audit 2024-03-21T13:05:01.762648+0000 mon.a (mon.0) 917 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:02.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:02 smithi178 bash[77880]: audit 2024-03-21T13:05:01.764066+0000 mon.a (mon.0) 918 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:02.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:02 smithi178 bash[77880]: cluster 2024-03-21T13:05:01.768453+0000 mgr.x (mgr.34104) 983 : cluster [DBG] pgmap v621: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:02.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:02 smithi178 bash[77880]: cluster 2024-03-21T13:05:01.769289+0000 mgr.x (mgr.34104) 984 : cluster [DBG] pgmap v622: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:02.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:02 smithi178 bash[77880]: audit 2024-03-21T13:05:01.775796+0000 mon.a (mon.0) 919 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:02.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:02 smithi178 bash[77880]: cephadm 2024-03-21T13:05:01.778141+0000 mgr.x (mgr.34104) 985 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:02.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:02 smithi178 bash[77880]: audit 2024-03-21T13:05:01.859393+0000 mon.a (mon.0) 920 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:02.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:02 smithi178 bash[77880]: audit 2024-03-21T13:05:01.863794+0000 mon.a (mon.0) 921 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:02.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:02 smithi178 bash[77880]: audit 2024-03-21T13:05:01.867401+0000 mon.a (mon.0) 922 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:02.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:02 smithi178 bash[77880]: audit 2024-03-21T13:05:01.868751+0000 mon.a (mon.0) 923 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:02.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:02 smithi178 bash[77880]: cluster 2024-03-21T13:05:01.872940+0000 mgr.x (mgr.34104) 986 : cluster [DBG] pgmap v623: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:02.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:02 smithi178 bash[77880]: cluster 2024-03-21T13:05:01.873899+0000 mgr.x (mgr.34104) 987 : cluster [DBG] pgmap v624: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:02.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:02 smithi178 bash[77880]: audit 2024-03-21T13:05:01.880409+0000 mon.a (mon.0) 924 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:02.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:02 smithi178 bash[77880]: cephadm 2024-03-21T13:05:01.882907+0000 mgr.x (mgr.34104) 988 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:02.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:02 smithi178 bash[77880]: audit 2024-03-21T13:05:01.963185+0000 mon.a (mon.0) 925 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:02.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:02 smithi178 bash[77880]: audit 2024-03-21T13:05:01.966169+0000 mon.a (mon.0) 926 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:02.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:02 smithi178 bash[77880]: audit 2024-03-21T13:05:01.969639+0000 mon.a (mon.0) 927 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:02.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:02 smithi178 bash[77880]: audit 2024-03-21T13:05:01.970999+0000 mon.a (mon.0) 928 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:02.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:02 smithi178 bash[77880]: cluster 2024-03-21T13:05:01.975004+0000 mgr.x (mgr.34104) 989 : cluster [DBG] pgmap v625: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:02.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:02 smithi178 bash[77880]: audit 2024-03-21T13:05:01.979542+0000 mon.a (mon.0) 929 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:02.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:02 smithi178 bash[77880]: cephadm 2024-03-21T13:05:01.981786+0000 mgr.x (mgr.34104) 990 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:02.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:02 smithi178 bash[77880]: audit 2024-03-21T13:05:02.063064+0000 mon.a (mon.0) 930 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:02.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:02 smithi178 bash[77880]: audit 2024-03-21T13:05:02.066234+0000 mon.a (mon.0) 931 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:02.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:02 smithi178 bash[77880]: audit 2024-03-21T13:05:02.072365+0000 mon.a (mon.0) 932 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:02.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:02 smithi178 bash[77880]: audit 2024-03-21T13:05:02.074323+0000 mon.a (mon.0) 933 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:02.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:02 smithi178 bash[77880]: cluster 2024-03-21T13:05:02.079244+0000 mgr.x (mgr.34104) 991 : cluster [DBG] pgmap v626: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:02.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:02 smithi178 bash[77880]: cluster 2024-03-21T13:05:02.080091+0000 mgr.x (mgr.34104) 992 : cluster [DBG] pgmap v627: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:02.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:02 smithi178 bash[77880]: audit 2024-03-21T13:05:02.085965+0000 mon.a (mon.0) 934 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:02.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:02 smithi178 bash[77880]: cephadm 2024-03-21T13:05:02.088379+0000 mgr.x (mgr.34104) 993 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:02.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:02 smithi178 bash[77880]: audit 2024-03-21T13:05:02.169979+0000 mon.a (mon.0) 935 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:02.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:02 smithi178 bash[77880]: audit 2024-03-21T13:05:02.173071+0000 mon.a (mon.0) 936 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:02.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:02 smithi178 bash[77880]: audit 2024-03-21T13:05:02.176717+0000 mon.a (mon.0) 937 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:02.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:02 smithi178 bash[77880]: audit 2024-03-21T13:05:02.178338+0000 mon.a (mon.0) 938 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:02.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:02 smithi178 bash[77880]: audit 2024-03-21T13:05:02.188822+0000 mon.a (mon.0) 939 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:02.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:02 smithi178 bash[77880]: audit 2024-03-21T13:05:02.269941+0000 mon.a (mon.0) 940 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:02.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:02 smithi178 bash[77880]: audit 2024-03-21T13:05:02.273214+0000 mon.a (mon.0) 941 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:02.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:02 smithi178 bash[77880]: audit 2024-03-21T13:05:02.276336+0000 mon.a (mon.0) 942 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:02.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:02 smithi178 bash[77880]: audit 2024-03-21T13:05:02.277655+0000 mon.a (mon.0) 943 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:02.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:02 smithi178 bash[77880]: audit 2024-03-21T13:05:02.289827+0000 mon.a (mon.0) 944 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:02.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:02 smithi178 bash[77880]: audit 2024-03-21T13:05:02.371192+0000 mon.a (mon.0) 945 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:02.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:02 smithi178 bash[77880]: audit 2024-03-21T13:05:02.375567+0000 mon.a (mon.0) 946 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:02.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:02 smithi178 bash[77880]: audit 2024-03-21T13:05:02.379765+0000 mon.a (mon.0) 947 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:02.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:02 smithi178 bash[77880]: audit 2024-03-21T13:05:02.381436+0000 mon.a (mon.0) 948 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:02.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:02 smithi178 bash[77880]: audit 2024-03-21T13:05:02.393878+0000 mon.a (mon.0) 949 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:02.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:02 smithi178 bash[77880]: audit 2024-03-21T13:05:02.474449+0000 mon.a (mon.0) 950 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:02.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:02 smithi178 bash[77880]: audit 2024-03-21T13:05:02.477664+0000 mon.a (mon.0) 951 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:02.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:02 smithi178 bash[77880]: audit 2024-03-21T13:05:02.480959+0000 mon.a (mon.0) 952 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:02.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:02 smithi178 bash[77880]: audit 2024-03-21T13:05:02.482723+0000 mon.a (mon.0) 953 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:02.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:02 smithi178 bash[77880]: audit 2024-03-21T13:05:02.495240+0000 mon.a (mon.0) 954 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:02.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:02 smithi178 bash[77880]: audit 2024-03-21T13:05:02.578169+0000 mon.a (mon.0) 955 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:02.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:02 smithi178 bash[77880]: audit 2024-03-21T13:05:02.580683+0000 mon.a (mon.0) 956 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:02.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:02 smithi178 bash[77880]: audit 2024-03-21T13:05:02.583397+0000 mon.a (mon.0) 957 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:02.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:02 smithi178 bash[77880]: audit 2024-03-21T13:05:02.584463+0000 mon.a (mon.0) 958 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:02.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:02 smithi178 bash[77880]: audit 2024-03-21T13:05:02.592981+0000 mon.a (mon.0) 959 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:03.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:02 smithi184 bash[59794]: cluster 2024-03-21T13:05:01.257786+0000 mgr.x (mgr.34104) 968 : cluster [DBG] pgmap v611: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:03.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:02 smithi184 bash[59794]: cluster 2024-03-21T13:05:01.258429+0000 mgr.x (mgr.34104) 969 : cluster [DBG] pgmap v612: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:03.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:02 smithi184 bash[59794]: cephadm 2024-03-21T13:05:01.268225+0000 mgr.x (mgr.34104) 970 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:03.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:02 smithi184 bash[59794]: cluster 2024-03-21T13:05:01.360959+0000 mgr.x (mgr.34104) 971 : cluster [DBG] pgmap v613: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:03.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:02 smithi184 bash[59794]: cluster 2024-03-21T13:05:01.361684+0000 mgr.x (mgr.34104) 972 : cluster [DBG] pgmap v614: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:03.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:02 smithi184 bash[59794]: cephadm 2024-03-21T13:05:01.368546+0000 mgr.x (mgr.34104) 973 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:03.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:02 smithi184 bash[59794]: cluster 2024-03-21T13:05:01.458034+0000 mgr.x (mgr.34104) 974 : cluster [DBG] pgmap v615: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:03.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:02 smithi184 bash[59794]: cluster 2024-03-21T13:05:01.458842+0000 mgr.x (mgr.34104) 975 : cluster [DBG] pgmap v616: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:03.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:02 smithi184 bash[59794]: cephadm 2024-03-21T13:05:01.467871+0000 mgr.x (mgr.34104) 976 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:03.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:02 smithi184 bash[59794]: cluster 2024-03-21T13:05:01.559305+0000 mgr.x (mgr.34104) 977 : cluster [DBG] pgmap v617: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:03.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:02 smithi184 bash[59794]: cluster 2024-03-21T13:05:01.560103+0000 mgr.x (mgr.34104) 978 : cluster [DBG] pgmap v618: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:03.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:02 smithi184 bash[59794]: cephadm 2024-03-21T13:05:01.568617+0000 mgr.x (mgr.34104) 979 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:03.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:02 smithi184 bash[59794]: audit 2024-03-21T13:05:01.661954+0000 mon.a (mon.0) 910 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:03.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:02 smithi184 bash[59794]: audit 2024-03-21T13:05:01.665019+0000 mon.a (mon.0) 911 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:03.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:02 smithi184 bash[59794]: audit 2024-03-21T13:05:01.667975+0000 mon.a (mon.0) 912 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:03.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:02 smithi184 bash[59794]: audit 2024-03-21T13:05:01.669193+0000 mon.a (mon.0) 913 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:03.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:02 smithi184 bash[59794]: cluster 2024-03-21T13:05:01.673016+0000 mgr.x (mgr.34104) 980 : cluster [DBG] pgmap v619: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:03.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:02 smithi184 bash[59794]: cluster 2024-03-21T13:05:01.673613+0000 mgr.x (mgr.34104) 981 : cluster [DBG] pgmap v620: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:03.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:02 smithi184 bash[59794]: audit 2024-03-21T13:05:01.677545+0000 mon.a (mon.0) 914 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:03.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:02 smithi184 bash[59794]: cephadm 2024-03-21T13:05:01.679821+0000 mgr.x (mgr.34104) 982 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:03.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:02 smithi184 bash[59794]: audit 2024-03-21T13:05:01.756487+0000 mon.a (mon.0) 915 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:03.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:02 smithi184 bash[59794]: audit 2024-03-21T13:05:01.759375+0000 mon.a (mon.0) 916 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:03.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:02 smithi184 bash[59794]: audit 2024-03-21T13:05:01.762648+0000 mon.a (mon.0) 917 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:03.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:02 smithi184 bash[59794]: audit 2024-03-21T13:05:01.764066+0000 mon.a (mon.0) 918 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:03.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:02 smithi184 bash[59794]: cluster 2024-03-21T13:05:01.768453+0000 mgr.x (mgr.34104) 983 : cluster [DBG] pgmap v621: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:03.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:02 smithi184 bash[59794]: cluster 2024-03-21T13:05:01.769289+0000 mgr.x (mgr.34104) 984 : cluster [DBG] pgmap v622: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:03.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:02 smithi184 bash[59794]: audit 2024-03-21T13:05:01.775796+0000 mon.a (mon.0) 919 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:03.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:02 smithi184 bash[59794]: cephadm 2024-03-21T13:05:01.778141+0000 mgr.x (mgr.34104) 985 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:03.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:02 smithi184 bash[59794]: audit 2024-03-21T13:05:01.859393+0000 mon.a (mon.0) 920 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:03.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:02 smithi184 bash[59794]: audit 2024-03-21T13:05:01.863794+0000 mon.a (mon.0) 921 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:03.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:02 smithi184 bash[59794]: audit 2024-03-21T13:05:01.867401+0000 mon.a (mon.0) 922 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:03.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:02 smithi184 bash[59794]: audit 2024-03-21T13:05:01.868751+0000 mon.a (mon.0) 923 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:03.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:02 smithi184 bash[59794]: cluster 2024-03-21T13:05:01.872940+0000 mgr.x (mgr.34104) 986 : cluster [DBG] pgmap v623: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:03.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:02 smithi184 bash[59794]: cluster 2024-03-21T13:05:01.873899+0000 mgr.x (mgr.34104) 987 : cluster [DBG] pgmap v624: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:03.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:02 smithi184 bash[59794]: audit 2024-03-21T13:05:01.880409+0000 mon.a (mon.0) 924 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:03.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:02 smithi184 bash[59794]: cephadm 2024-03-21T13:05:01.882907+0000 mgr.x (mgr.34104) 988 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:03.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:02 smithi184 bash[59794]: audit 2024-03-21T13:05:01.963185+0000 mon.a (mon.0) 925 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:03.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:02 smithi184 bash[59794]: audit 2024-03-21T13:05:01.966169+0000 mon.a (mon.0) 926 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:03.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:02 smithi184 bash[59794]: audit 2024-03-21T13:05:01.969639+0000 mon.a (mon.0) 927 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:03.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:02 smithi184 bash[59794]: audit 2024-03-21T13:05:01.970999+0000 mon.a (mon.0) 928 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:03.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:02 smithi184 bash[59794]: cluster 2024-03-21T13:05:01.975004+0000 mgr.x (mgr.34104) 989 : cluster [DBG] pgmap v625: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:03.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:02 smithi184 bash[59794]: audit 2024-03-21T13:05:01.979542+0000 mon.a (mon.0) 929 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:03.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:02 smithi184 bash[59794]: cephadm 2024-03-21T13:05:01.981786+0000 mgr.x (mgr.34104) 990 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:03.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:02 smithi184 bash[59794]: audit 2024-03-21T13:05:02.063064+0000 mon.a (mon.0) 930 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:03.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:02 smithi184 bash[59794]: audit 2024-03-21T13:05:02.066234+0000 mon.a (mon.0) 931 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:03.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:02 smithi184 bash[59794]: audit 2024-03-21T13:05:02.072365+0000 mon.a (mon.0) 932 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:03.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:02 smithi184 bash[59794]: audit 2024-03-21T13:05:02.074323+0000 mon.a (mon.0) 933 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:03.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:02 smithi184 bash[59794]: cluster 2024-03-21T13:05:02.079244+0000 mgr.x (mgr.34104) 991 : cluster [DBG] pgmap v626: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:03.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:02 smithi184 bash[59794]: cluster 2024-03-21T13:05:02.080091+0000 mgr.x (mgr.34104) 992 : cluster [DBG] pgmap v627: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:03.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:02 smithi184 bash[59794]: audit 2024-03-21T13:05:02.085965+0000 mon.a (mon.0) 934 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:03.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:02 smithi184 bash[59794]: cephadm 2024-03-21T13:05:02.088379+0000 mgr.x (mgr.34104) 993 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:03.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:02 smithi184 bash[59794]: audit 2024-03-21T13:05:02.169979+0000 mon.a (mon.0) 935 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:03.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:02 smithi184 bash[59794]: audit 2024-03-21T13:05:02.173071+0000 mon.a (mon.0) 936 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:03.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:02 smithi184 bash[59794]: audit 2024-03-21T13:05:02.176717+0000 mon.a (mon.0) 937 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:03.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:02 smithi184 bash[59794]: audit 2024-03-21T13:05:02.178338+0000 mon.a (mon.0) 938 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:03.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:02 smithi184 bash[59794]: audit 2024-03-21T13:05:02.188822+0000 mon.a (mon.0) 939 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:03.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:02 smithi184 bash[59794]: audit 2024-03-21T13:05:02.269941+0000 mon.a (mon.0) 940 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:03.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:02 smithi184 bash[59794]: audit 2024-03-21T13:05:02.273214+0000 mon.a (mon.0) 941 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:03.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:02 smithi184 bash[59794]: audit 2024-03-21T13:05:02.276336+0000 mon.a (mon.0) 942 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:03.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:02 smithi184 bash[59794]: audit 2024-03-21T13:05:02.277655+0000 mon.a (mon.0) 943 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:03.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:02 smithi184 bash[59794]: audit 2024-03-21T13:05:02.289827+0000 mon.a (mon.0) 944 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:03.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:02 smithi184 bash[59794]: audit 2024-03-21T13:05:02.371192+0000 mon.a (mon.0) 945 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:03.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:02 smithi184 bash[59794]: audit 2024-03-21T13:05:02.375567+0000 mon.a (mon.0) 946 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:03.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:02 smithi184 bash[59794]: audit 2024-03-21T13:05:02.379765+0000 mon.a (mon.0) 947 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:03.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:02 smithi184 bash[59794]: audit 2024-03-21T13:05:02.381436+0000 mon.a (mon.0) 948 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:03.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:02 smithi184 bash[59794]: audit 2024-03-21T13:05:02.393878+0000 mon.a (mon.0) 949 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:03.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:02 smithi184 bash[59794]: audit 2024-03-21T13:05:02.474449+0000 mon.a (mon.0) 950 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:03.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:02 smithi184 bash[59794]: audit 2024-03-21T13:05:02.477664+0000 mon.a (mon.0) 951 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:03.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:02 smithi184 bash[59794]: audit 2024-03-21T13:05:02.480959+0000 mon.a (mon.0) 952 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:03.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:02 smithi184 bash[59794]: audit 2024-03-21T13:05:02.482723+0000 mon.a (mon.0) 953 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:03.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:02 smithi184 bash[59794]: audit 2024-03-21T13:05:02.495240+0000 mon.a (mon.0) 954 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:03.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:02 smithi184 bash[59794]: audit 2024-03-21T13:05:02.578169+0000 mon.a (mon.0) 955 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:03.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:02 smithi184 bash[59794]: audit 2024-03-21T13:05:02.580683+0000 mon.a (mon.0) 956 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:03.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:02 smithi184 bash[59794]: audit 2024-03-21T13:05:02.583397+0000 mon.a (mon.0) 957 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:03.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:02 smithi184 bash[59794]: audit 2024-03-21T13:05:02.584463+0000 mon.a (mon.0) 958 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:03.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:02 smithi184 bash[59794]: audit 2024-03-21T13:05:02.592981+0000 mon.a (mon.0) 959 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:03.680 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:05:03 smithi184 bash[54688]: ts=2024-03-21T13:05:03.506Z caller=manager.go:609 level=warn component="rule manager" group=nodes msg="Evaluating rule failed" rule="alert: CephNodeDiskspaceWarning\nexpr: predict_linear(node_filesystem_free_bytes{device=~\"/.*\"}[2d], 3600 * 24 * 5)\n * on(instance) group_left(nodename) node_uname_info < 0\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.8.4\n severity: warning\n type: ceph_default\nannotations:\n description: Mountpoint {{ $labels.mountpoint }} on {{ $labels.nodename }} will\n be full in less than 5 days based on the 48 hour trailing fill rate.\n summary: Host filesystem free space is getting low\n" err="found duplicate series for the match group {instance=\"smithi178\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi178\", job=\"node\", machine=\"x86_64\", nodename=\"smithi178\", release=\"5.4.0-174-generic\", sysname=\"Linux\", version=\"#193-Ubuntu SMP Thu Mar 7 14:29:28 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"a94f249e-e780-11ee-95cd-87774f69a715\", domainname=\"(none)\", instance=\"smithi178\", job=\"node\", machine=\"x86_64\", nodename=\"smithi178\", release=\"5.4.0-174-generic\", sysname=\"Linux\", version=\"#193-Ubuntu SMP Thu Mar 7 14:29:28 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-21T13:05:03.804 INFO:teuthology.orchestra.run.smithi178.stdout:true 2024-03-21T13:05:04.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:03 smithi178 bash[75692]: cluster 2024-03-21T13:05:02.182395+0000 mgr.x (mgr.34104) 994 : cluster [DBG] pgmap v628: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:04.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:03 smithi178 bash[75692]: cluster 2024-03-21T13:05:02.182786+0000 mgr.x (mgr.34104) 995 : cluster [DBG] pgmap v629: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:04.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:03 smithi178 bash[75692]: cephadm 2024-03-21T13:05:02.191324+0000 mgr.x (mgr.34104) 996 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:04.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:03 smithi178 bash[75692]: cluster 2024-03-21T13:05:02.281874+0000 mgr.x (mgr.34104) 997 : cluster [DBG] pgmap v630: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:04.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:03 smithi178 bash[75692]: cluster 2024-03-21T13:05:02.282245+0000 mgr.x (mgr.34104) 998 : cluster [DBG] pgmap v631: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:04.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:03 smithi178 bash[75692]: cephadm 2024-03-21T13:05:02.292388+0000 mgr.x (mgr.34104) 999 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:04.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:03 smithi178 bash[75692]: cluster 2024-03-21T13:05:02.385812+0000 mgr.x (mgr.34104) 1000 : cluster [DBG] pgmap v632: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:04.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:03 smithi178 bash[75692]: cluster 2024-03-21T13:05:02.386227+0000 mgr.x (mgr.34104) 1001 : cluster [DBG] pgmap v633: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:04.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:03 smithi178 bash[75692]: cephadm 2024-03-21T13:05:02.396215+0000 mgr.x (mgr.34104) 1002 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:04.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:03 smithi178 bash[75692]: cluster 2024-03-21T13:05:02.486912+0000 mgr.x (mgr.34104) 1003 : cluster [DBG] pgmap v634: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:04.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:03 smithi178 bash[75692]: cluster 2024-03-21T13:05:02.487331+0000 mgr.x (mgr.34104) 1004 : cluster [DBG] pgmap v635: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:04.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:03 smithi178 bash[75692]: cephadm 2024-03-21T13:05:02.497651+0000 mgr.x (mgr.34104) 1005 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:04.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:03 smithi178 bash[75692]: cluster 2024-03-21T13:05:02.588115+0000 mgr.x (mgr.34104) 1006 : cluster [DBG] pgmap v636: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:04.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:03 smithi178 bash[75692]: cluster 2024-03-21T13:05:02.588534+0000 mgr.x (mgr.34104) 1007 : cluster [DBG] pgmap v637: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:04.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:03 smithi178 bash[75692]: cephadm 2024-03-21T13:05:02.595397+0000 mgr.x (mgr.34104) 1008 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:04.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:03 smithi178 bash[75692]: audit 2024-03-21T13:05:02.678410+0000 mon.a (mon.0) 960 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:04.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:03 smithi178 bash[77880]: cluster 2024-03-21T13:05:02.182395+0000 mgr.x (mgr.34104) 994 : cluster [DBG] pgmap v628: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:04.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:03 smithi178 bash[77880]: cluster 2024-03-21T13:05:02.182786+0000 mgr.x (mgr.34104) 995 : cluster [DBG] pgmap v629: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:04.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:03 smithi178 bash[77880]: cephadm 2024-03-21T13:05:02.191324+0000 mgr.x (mgr.34104) 996 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:04.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:03 smithi178 bash[77880]: cluster 2024-03-21T13:05:02.281874+0000 mgr.x (mgr.34104) 997 : cluster [DBG] pgmap v630: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:04.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:03 smithi178 bash[77880]: cluster 2024-03-21T13:05:02.282245+0000 mgr.x (mgr.34104) 998 : cluster [DBG] pgmap v631: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:04.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:03 smithi178 bash[77880]: cephadm 2024-03-21T13:05:02.292388+0000 mgr.x (mgr.34104) 999 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:04.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:03 smithi178 bash[77880]: cluster 2024-03-21T13:05:02.385812+0000 mgr.x (mgr.34104) 1000 : cluster [DBG] pgmap v632: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:04.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:03 smithi178 bash[77880]: cluster 2024-03-21T13:05:02.386227+0000 mgr.x (mgr.34104) 1001 : cluster [DBG] pgmap v633: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:04.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:03 smithi178 bash[77880]: cephadm 2024-03-21T13:05:02.396215+0000 mgr.x (mgr.34104) 1002 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:04.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:03 smithi178 bash[77880]: cluster 2024-03-21T13:05:02.486912+0000 mgr.x (mgr.34104) 1003 : cluster [DBG] pgmap v634: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:04.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:03 smithi178 bash[77880]: cluster 2024-03-21T13:05:02.487331+0000 mgr.x (mgr.34104) 1004 : cluster [DBG] pgmap v635: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:04.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:03 smithi178 bash[77880]: cephadm 2024-03-21T13:05:02.497651+0000 mgr.x (mgr.34104) 1005 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:04.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:03 smithi178 bash[77880]: cluster 2024-03-21T13:05:02.588115+0000 mgr.x (mgr.34104) 1006 : cluster [DBG] pgmap v636: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:04.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:03 smithi178 bash[77880]: cluster 2024-03-21T13:05:02.588534+0000 mgr.x (mgr.34104) 1007 : cluster [DBG] pgmap v637: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:04.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:03 smithi178 bash[77880]: cephadm 2024-03-21T13:05:02.595397+0000 mgr.x (mgr.34104) 1008 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:04.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:03 smithi178 bash[77880]: audit 2024-03-21T13:05:02.678410+0000 mon.a (mon.0) 960 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:04.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:03 smithi178 bash[75692]: audit 2024-03-21T13:05:02.680355+0000 mon.a (mon.0) 961 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:04.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:03 smithi178 bash[75692]: audit 2024-03-21T13:05:02.683413+0000 mon.a (mon.0) 962 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:04.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:03 smithi178 bash[75692]: audit 2024-03-21T13:05:02.684347+0000 mon.a (mon.0) 963 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:04.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:03 smithi178 bash[75692]: cluster 2024-03-21T13:05:02.687592+0000 mgr.x (mgr.34104) 1009 : cluster [DBG] pgmap v638: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:04.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:03 smithi178 bash[75692]: cluster 2024-03-21T13:05:02.687932+0000 mgr.x (mgr.34104) 1010 : cluster [DBG] pgmap v639: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:04.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:03 smithi178 bash[75692]: audit 2024-03-21T13:05:02.691311+0000 mon.a (mon.0) 964 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:04.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:03 smithi178 bash[75692]: cephadm 2024-03-21T13:05:02.693568+0000 mgr.x (mgr.34104) 1011 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:04.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:03 smithi178 bash[75692]: audit 2024-03-21T13:05:02.770169+0000 mon.a (mon.0) 965 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:04.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:03 smithi178 bash[75692]: audit 2024-03-21T13:05:02.773505+0000 mon.a (mon.0) 966 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:04.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:03 smithi178 bash[75692]: audit 2024-03-21T13:05:02.776882+0000 mon.a (mon.0) 967 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:04.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:03 smithi178 bash[75692]: audit 2024-03-21T13:05:02.778270+0000 mon.a (mon.0) 968 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:04.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:03 smithi178 bash[75692]: cluster 2024-03-21T13:05:02.782317+0000 mgr.x (mgr.34104) 1012 : cluster [DBG] pgmap v640: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:04.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:03 smithi178 bash[75692]: cluster 2024-03-21T13:05:02.782919+0000 mgr.x (mgr.34104) 1013 : cluster [DBG] pgmap v641: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:04.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:03 smithi178 bash[75692]: audit 2024-03-21T13:05:02.789452+0000 mon.a (mon.0) 969 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:04.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:03 smithi178 bash[75692]: cephadm 2024-03-21T13:05:02.791711+0000 mgr.x (mgr.34104) 1014 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:04.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:03 smithi178 bash[75692]: audit 2024-03-21T13:05:02.868789+0000 mon.a (mon.0) 970 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:04.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:03 smithi178 bash[75692]: audit 2024-03-21T13:05:02.872998+0000 mon.a (mon.0) 971 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:04.053 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:03 smithi178 bash[77880]: audit 2024-03-21T13:05:02.680355+0000 mon.a (mon.0) 961 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:04.053 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:03 smithi178 bash[77880]: audit 2024-03-21T13:05:02.683413+0000 mon.a (mon.0) 962 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:04.053 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:03 smithi178 bash[77880]: audit 2024-03-21T13:05:02.684347+0000 mon.a (mon.0) 963 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:04.053 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:03 smithi178 bash[77880]: cluster 2024-03-21T13:05:02.687592+0000 mgr.x (mgr.34104) 1009 : cluster [DBG] pgmap v638: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:04.053 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:03 smithi178 bash[77880]: cluster 2024-03-21T13:05:02.687932+0000 mgr.x (mgr.34104) 1010 : cluster [DBG] pgmap v639: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:04.053 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:03 smithi178 bash[77880]: audit 2024-03-21T13:05:02.691311+0000 mon.a (mon.0) 964 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:04.053 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:03 smithi178 bash[77880]: cephadm 2024-03-21T13:05:02.693568+0000 mgr.x (mgr.34104) 1011 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:04.053 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:03 smithi178 bash[77880]: audit 2024-03-21T13:05:02.770169+0000 mon.a (mon.0) 965 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:04.053 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:03 smithi178 bash[77880]: audit 2024-03-21T13:05:02.773505+0000 mon.a (mon.0) 966 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:04.053 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:03 smithi178 bash[77880]: audit 2024-03-21T13:05:02.776882+0000 mon.a (mon.0) 967 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:04.054 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:03 smithi178 bash[77880]: audit 2024-03-21T13:05:02.778270+0000 mon.a (mon.0) 968 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:04.054 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:03 smithi178 bash[77880]: cluster 2024-03-21T13:05:02.782317+0000 mgr.x (mgr.34104) 1012 : cluster [DBG] pgmap v640: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:04.054 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:03 smithi178 bash[77880]: cluster 2024-03-21T13:05:02.782919+0000 mgr.x (mgr.34104) 1013 : cluster [DBG] pgmap v641: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:04.054 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:03 smithi178 bash[77880]: audit 2024-03-21T13:05:02.789452+0000 mon.a (mon.0) 969 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:04.054 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:03 smithi178 bash[77880]: cephadm 2024-03-21T13:05:02.791711+0000 mgr.x (mgr.34104) 1014 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:04.054 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:03 smithi178 bash[77880]: audit 2024-03-21T13:05:02.868789+0000 mon.a (mon.0) 970 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:04.054 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:03 smithi178 bash[77880]: audit 2024-03-21T13:05:02.872998+0000 mon.a (mon.0) 971 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:04.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:03 smithi178 bash[75692]: audit 2024-03-21T13:05:02.877856+0000 mon.a (mon.0) 972 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:04.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:03 smithi178 bash[75692]: audit 2024-03-21T13:05:02.879100+0000 mon.a (mon.0) 973 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:04.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:03 smithi178 bash[75692]: cluster 2024-03-21T13:05:02.883444+0000 mgr.x (mgr.34104) 1015 : cluster [DBG] pgmap v642: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:04.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:03 smithi178 bash[75692]: cluster 2024-03-21T13:05:02.884448+0000 mgr.x (mgr.34104) 1016 : cluster [DBG] pgmap v643: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:04.055 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:03 smithi178 bash[75692]: audit 2024-03-21T13:05:02.888490+0000 mon.a (mon.0) 974 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:04.055 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:03 smithi178 bash[75692]: cephadm 2024-03-21T13:05:02.890963+0000 mgr.x (mgr.34104) 1017 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:04.055 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:03 smithi178 bash[75692]: audit 2024-03-21T13:05:02.971906+0000 mon.a (mon.0) 975 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:04.055 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:03 smithi178 bash[75692]: audit 2024-03-21T13:05:02.974997+0000 mon.a (mon.0) 976 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:04.055 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:03 smithi178 bash[75692]: audit 2024-03-21T13:05:02.978003+0000 mon.a (mon.0) 977 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:04.055 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:03 smithi178 bash[75692]: audit 2024-03-21T13:05:02.979393+0000 mon.a (mon.0) 978 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:04.055 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:03 smithi178 bash[75692]: cluster 2024-03-21T13:05:02.983425+0000 mgr.x (mgr.34104) 1018 : cluster [DBG] pgmap v644: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:04.055 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:03 smithi178 bash[75692]: cluster 2024-03-21T13:05:02.984107+0000 mgr.x (mgr.34104) 1019 : cluster [DBG] pgmap v645: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:04.055 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:03 smithi178 bash[75692]: audit 2024-03-21T13:05:02.990943+0000 mon.a (mon.0) 979 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:04.055 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:03 smithi178 bash[75692]: cephadm 2024-03-21T13:05:02.993317+0000 mgr.x (mgr.34104) 1020 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:04.055 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:03 smithi178 bash[75692]: audit 2024-03-21T13:05:03.071710+0000 mon.a (mon.0) 980 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:04.055 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:03 smithi178 bash[75692]: audit 2024-03-21T13:05:03.076563+0000 mon.a (mon.0) 981 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:04.055 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:03 smithi178 bash[75692]: audit 2024-03-21T13:05:03.080932+0000 mon.a (mon.0) 982 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:04.055 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:03 smithi178 bash[75692]: audit 2024-03-21T13:05:03.082709+0000 mon.a (mon.0) 983 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:04.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:03 smithi178 bash[77880]: audit 2024-03-21T13:05:02.877856+0000 mon.a (mon.0) 972 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:04.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:03 smithi178 bash[77880]: audit 2024-03-21T13:05:02.879100+0000 mon.a (mon.0) 973 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:04.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:03 smithi178 bash[77880]: cluster 2024-03-21T13:05:02.883444+0000 mgr.x (mgr.34104) 1015 : cluster [DBG] pgmap v642: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:04.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:03 smithi178 bash[77880]: cluster 2024-03-21T13:05:02.884448+0000 mgr.x (mgr.34104) 1016 : cluster [DBG] pgmap v643: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:04.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:03 smithi178 bash[77880]: audit 2024-03-21T13:05:02.888490+0000 mon.a (mon.0) 974 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:04.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:03 smithi178 bash[77880]: cephadm 2024-03-21T13:05:02.890963+0000 mgr.x (mgr.34104) 1017 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:04.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:03 smithi178 bash[77880]: audit 2024-03-21T13:05:02.971906+0000 mon.a (mon.0) 975 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:04.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:03 smithi178 bash[77880]: audit 2024-03-21T13:05:02.974997+0000 mon.a (mon.0) 976 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:04.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:03 smithi178 bash[77880]: audit 2024-03-21T13:05:02.978003+0000 mon.a (mon.0) 977 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:04.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:03 smithi178 bash[77880]: audit 2024-03-21T13:05:02.979393+0000 mon.a (mon.0) 978 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:04.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:03 smithi178 bash[77880]: cluster 2024-03-21T13:05:02.983425+0000 mgr.x (mgr.34104) 1018 : cluster [DBG] pgmap v644: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:04.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:03 smithi178 bash[77880]: cluster 2024-03-21T13:05:02.984107+0000 mgr.x (mgr.34104) 1019 : cluster [DBG] pgmap v645: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:04.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:03 smithi178 bash[77880]: audit 2024-03-21T13:05:02.990943+0000 mon.a (mon.0) 979 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:04.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:03 smithi178 bash[77880]: cephadm 2024-03-21T13:05:02.993317+0000 mgr.x (mgr.34104) 1020 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:04.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:03 smithi178 bash[77880]: audit 2024-03-21T13:05:03.071710+0000 mon.a (mon.0) 980 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:04.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:03 smithi178 bash[77880]: audit 2024-03-21T13:05:03.076563+0000 mon.a (mon.0) 981 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:04.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:03 smithi178 bash[77880]: audit 2024-03-21T13:05:03.080932+0000 mon.a (mon.0) 982 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:04.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:03 smithi178 bash[77880]: audit 2024-03-21T13:05:03.082709+0000 mon.a (mon.0) 983 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:04.057 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:03 smithi178 bash[75692]: cluster 2024-03-21T13:05:03.087304+0000 mgr.x (mgr.34104) 1021 : cluster [DBG] pgmap v646: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:04.057 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:03 smithi178 bash[75692]: cluster 2024-03-21T13:05:03.088358+0000 mgr.x (mgr.34104) 1022 : cluster [DBG] pgmap v647: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:04.057 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:03 smithi178 bash[75692]: audit 2024-03-21T13:05:03.094138+0000 mon.a (mon.0) 984 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:04.057 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:03 smithi178 bash[75692]: cephadm 2024-03-21T13:05:03.096503+0000 mgr.x (mgr.34104) 1023 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:04.057 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:03 smithi178 bash[75692]: audit 2024-03-21T13:05:03.174380+0000 mon.a (mon.0) 985 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:04.057 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:03 smithi178 bash[75692]: audit 2024-03-21T13:05:03.177475+0000 mon.a (mon.0) 986 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:04.058 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:03 smithi178 bash[75692]: audit 2024-03-21T13:05:03.181063+0000 mon.a (mon.0) 987 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:04.058 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:03 smithi178 bash[75692]: audit 2024-03-21T13:05:03.182857+0000 mon.a (mon.0) 988 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:04.058 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:03 smithi178 bash[75692]: audit 2024-03-21T13:05:03.194912+0000 mon.a (mon.0) 989 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:04.058 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:03 smithi178 bash[75692]: audit 2024-03-21T13:05:03.274430+0000 mon.a (mon.0) 990 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:04.058 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:03 smithi178 bash[75692]: audit 2024-03-21T13:05:03.278476+0000 mon.a (mon.0) 991 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:04.058 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:03 smithi178 bash[75692]: audit 2024-03-21T13:05:03.282292+0000 mon.a (mon.0) 992 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:04.058 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:03 smithi178 bash[75692]: audit 2024-03-21T13:05:03.283881+0000 mon.a (mon.0) 993 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:04.058 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:03 smithi178 bash[75692]: audit 2024-03-21T13:05:03.296334+0000 mon.a (mon.0) 994 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:04.058 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:03 smithi178 bash[75692]: audit 2024-03-21T13:05:03.376076+0000 mon.a (mon.0) 995 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:04.058 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:03 smithi178 bash[75692]: audit 2024-03-21T13:05:03.379104+0000 mon.a (mon.0) 996 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:04.058 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:03 smithi178 bash[75692]: audit 2024-03-21T13:05:03.381949+0000 mon.a (mon.0) 997 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:04.058 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:03 smithi178 bash[75692]: audit 2024-03-21T13:05:03.383112+0000 mon.a (mon.0) 998 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:04.058 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:03 smithi178 bash[75692]: audit 2024-03-21T13:05:03.396536+0000 mon.a (mon.0) 999 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:04.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:03 smithi178 bash[77880]: cluster 2024-03-21T13:05:03.087304+0000 mgr.x (mgr.34104) 1021 : cluster [DBG] pgmap v646: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:04.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:03 smithi178 bash[77880]: cluster 2024-03-21T13:05:03.088358+0000 mgr.x (mgr.34104) 1022 : cluster [DBG] pgmap v647: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:04.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:03 smithi178 bash[77880]: audit 2024-03-21T13:05:03.094138+0000 mon.a (mon.0) 984 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:04.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:03 smithi178 bash[77880]: cephadm 2024-03-21T13:05:03.096503+0000 mgr.x (mgr.34104) 1023 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:04.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:03 smithi178 bash[77880]: audit 2024-03-21T13:05:03.174380+0000 mon.a (mon.0) 985 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:04.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:03 smithi178 bash[77880]: audit 2024-03-21T13:05:03.177475+0000 mon.a (mon.0) 986 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:04.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:03 smithi178 bash[77880]: audit 2024-03-21T13:05:03.181063+0000 mon.a (mon.0) 987 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:04.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:03 smithi178 bash[77880]: audit 2024-03-21T13:05:03.182857+0000 mon.a (mon.0) 988 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:04.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:03 smithi178 bash[77880]: audit 2024-03-21T13:05:03.194912+0000 mon.a (mon.0) 989 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:04.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:03 smithi178 bash[77880]: audit 2024-03-21T13:05:03.274430+0000 mon.a (mon.0) 990 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:04.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:03 smithi178 bash[77880]: audit 2024-03-21T13:05:03.278476+0000 mon.a (mon.0) 991 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:04.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:03 smithi178 bash[77880]: audit 2024-03-21T13:05:03.282292+0000 mon.a (mon.0) 992 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:04.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:03 smithi178 bash[77880]: audit 2024-03-21T13:05:03.283881+0000 mon.a (mon.0) 993 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:04.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:03 smithi178 bash[77880]: audit 2024-03-21T13:05:03.296334+0000 mon.a (mon.0) 994 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:04.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:03 smithi178 bash[77880]: audit 2024-03-21T13:05:03.376076+0000 mon.a (mon.0) 995 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:04.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:03 smithi178 bash[77880]: audit 2024-03-21T13:05:03.379104+0000 mon.a (mon.0) 996 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:04.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:03 smithi178 bash[77880]: audit 2024-03-21T13:05:03.381949+0000 mon.a (mon.0) 997 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:04.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:03 smithi178 bash[77880]: audit 2024-03-21T13:05:03.383112+0000 mon.a (mon.0) 998 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:04.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:03 smithi178 bash[77880]: audit 2024-03-21T13:05:03.396536+0000 mon.a (mon.0) 999 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:04.060 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:03 smithi178 bash[75692]: audit 2024-03-21T13:05:03.481468+0000 mon.a (mon.0) 1000 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:04.060 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:03 smithi178 bash[75692]: audit 2024-03-21T13:05:03.484109+0000 mon.a (mon.0) 1001 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:04.061 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:03 smithi178 bash[75692]: audit 2024-03-21T13:05:03.487290+0000 mon.a (mon.0) 1002 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:04.061 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:03 smithi178 bash[75692]: audit 2024-03-21T13:05:03.488218+0000 mon.a (mon.0) 1003 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:04.061 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:03 smithi178 bash[75692]: audit 2024-03-21T13:05:03.497647+0000 mon.a (mon.0) 1004 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:04.061 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:03 smithi178 bash[75692]: audit 2024-03-21T13:05:03.577485+0000 mon.a (mon.0) 1005 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:04.061 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:03 smithi178 bash[75692]: audit 2024-03-21T13:05:03.582142+0000 mon.a (mon.0) 1006 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:04.061 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:03 smithi178 bash[75692]: audit 2024-03-21T13:05:03.585773+0000 mon.a (mon.0) 1007 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:04.061 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:03 smithi178 bash[75692]: audit 2024-03-21T13:05:03.587333+0000 mon.a (mon.0) 1008 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:04.061 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:03 smithi178 bash[75692]: audit 2024-03-21T13:05:03.599038+0000 mon.a (mon.0) 1009 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:04.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:03 smithi178 bash[77880]: audit 2024-03-21T13:05:03.481468+0000 mon.a (mon.0) 1000 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:04.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:03 smithi178 bash[77880]: audit 2024-03-21T13:05:03.484109+0000 mon.a (mon.0) 1001 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:04.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:03 smithi178 bash[77880]: audit 2024-03-21T13:05:03.487290+0000 mon.a (mon.0) 1002 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:04.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:03 smithi178 bash[77880]: audit 2024-03-21T13:05:03.488218+0000 mon.a (mon.0) 1003 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:04.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:03 smithi178 bash[77880]: audit 2024-03-21T13:05:03.497647+0000 mon.a (mon.0) 1004 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:04.062 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:03 smithi178 bash[77880]: audit 2024-03-21T13:05:03.577485+0000 mon.a (mon.0) 1005 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:04.062 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:03 smithi178 bash[77880]: audit 2024-03-21T13:05:03.582142+0000 mon.a (mon.0) 1006 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:04.062 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:03 smithi178 bash[77880]: audit 2024-03-21T13:05:03.585773+0000 mon.a (mon.0) 1007 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:04.062 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:03 smithi178 bash[77880]: audit 2024-03-21T13:05:03.587333+0000 mon.a (mon.0) 1008 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:04.062 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:03 smithi178 bash[77880]: audit 2024-03-21T13:05:03.599038+0000 mon.a (mon.0) 1009 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:04.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:03 smithi184 bash[59794]: cluster 2024-03-21T13:05:02.182395+0000 mgr.x (mgr.34104) 994 : cluster [DBG] pgmap v628: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:04.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:03 smithi184 bash[59794]: cluster 2024-03-21T13:05:02.182786+0000 mgr.x (mgr.34104) 995 : cluster [DBG] pgmap v629: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:04.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:03 smithi184 bash[59794]: cephadm 2024-03-21T13:05:02.191324+0000 mgr.x (mgr.34104) 996 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:04.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:03 smithi184 bash[59794]: cluster 2024-03-21T13:05:02.281874+0000 mgr.x (mgr.34104) 997 : cluster [DBG] pgmap v630: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:04.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:03 smithi184 bash[59794]: cluster 2024-03-21T13:05:02.282245+0000 mgr.x (mgr.34104) 998 : cluster [DBG] pgmap v631: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:04.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:03 smithi184 bash[59794]: cephadm 2024-03-21T13:05:02.292388+0000 mgr.x (mgr.34104) 999 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:04.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:03 smithi184 bash[59794]: cluster 2024-03-21T13:05:02.385812+0000 mgr.x (mgr.34104) 1000 : cluster [DBG] pgmap v632: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:04.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:03 smithi184 bash[59794]: cluster 2024-03-21T13:05:02.386227+0000 mgr.x (mgr.34104) 1001 : cluster [DBG] pgmap v633: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:04.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:03 smithi184 bash[59794]: cephadm 2024-03-21T13:05:02.396215+0000 mgr.x (mgr.34104) 1002 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:04.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:03 smithi184 bash[59794]: cluster 2024-03-21T13:05:02.486912+0000 mgr.x (mgr.34104) 1003 : cluster [DBG] pgmap v634: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:04.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:03 smithi184 bash[59794]: cluster 2024-03-21T13:05:02.487331+0000 mgr.x (mgr.34104) 1004 : cluster [DBG] pgmap v635: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:04.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:03 smithi184 bash[59794]: cephadm 2024-03-21T13:05:02.497651+0000 mgr.x (mgr.34104) 1005 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:04.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:03 smithi184 bash[59794]: cluster 2024-03-21T13:05:02.588115+0000 mgr.x (mgr.34104) 1006 : cluster [DBG] pgmap v636: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:04.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:03 smithi184 bash[59794]: cluster 2024-03-21T13:05:02.588534+0000 mgr.x (mgr.34104) 1007 : cluster [DBG] pgmap v637: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:04.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:03 smithi184 bash[59794]: cephadm 2024-03-21T13:05:02.595397+0000 mgr.x (mgr.34104) 1008 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:04.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:03 smithi184 bash[59794]: audit 2024-03-21T13:05:02.678410+0000 mon.a (mon.0) 960 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:04.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:03 smithi184 bash[59794]: audit 2024-03-21T13:05:02.680355+0000 mon.a (mon.0) 961 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:04.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:03 smithi184 bash[59794]: audit 2024-03-21T13:05:02.683413+0000 mon.a (mon.0) 962 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:04.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:03 smithi184 bash[59794]: audit 2024-03-21T13:05:02.684347+0000 mon.a (mon.0) 963 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:04.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:03 smithi184 bash[59794]: cluster 2024-03-21T13:05:02.687592+0000 mgr.x (mgr.34104) 1009 : cluster [DBG] pgmap v638: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:04.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:03 smithi184 bash[59794]: cluster 2024-03-21T13:05:02.687932+0000 mgr.x (mgr.34104) 1010 : cluster [DBG] pgmap v639: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:04.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:03 smithi184 bash[59794]: audit 2024-03-21T13:05:02.691311+0000 mon.a (mon.0) 964 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:04.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:03 smithi184 bash[59794]: cephadm 2024-03-21T13:05:02.693568+0000 mgr.x (mgr.34104) 1011 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:04.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:03 smithi184 bash[59794]: audit 2024-03-21T13:05:02.770169+0000 mon.a (mon.0) 965 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:04.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:03 smithi184 bash[59794]: audit 2024-03-21T13:05:02.773505+0000 mon.a (mon.0) 966 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:04.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:03 smithi184 bash[59794]: audit 2024-03-21T13:05:02.776882+0000 mon.a (mon.0) 967 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:04.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:03 smithi184 bash[59794]: audit 2024-03-21T13:05:02.778270+0000 mon.a (mon.0) 968 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:04.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:03 smithi184 bash[59794]: cluster 2024-03-21T13:05:02.782317+0000 mgr.x (mgr.34104) 1012 : cluster [DBG] pgmap v640: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:04.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:03 smithi184 bash[59794]: cluster 2024-03-21T13:05:02.782919+0000 mgr.x (mgr.34104) 1013 : cluster [DBG] pgmap v641: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:04.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:03 smithi184 bash[59794]: audit 2024-03-21T13:05:02.789452+0000 mon.a (mon.0) 969 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:04.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:03 smithi184 bash[59794]: cephadm 2024-03-21T13:05:02.791711+0000 mgr.x (mgr.34104) 1014 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:04.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:03 smithi184 bash[59794]: audit 2024-03-21T13:05:02.868789+0000 mon.a (mon.0) 970 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:04.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:03 smithi184 bash[59794]: audit 2024-03-21T13:05:02.872998+0000 mon.a (mon.0) 971 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:04.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:03 smithi184 bash[59794]: audit 2024-03-21T13:05:02.877856+0000 mon.a (mon.0) 972 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:04.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:03 smithi184 bash[59794]: audit 2024-03-21T13:05:02.879100+0000 mon.a (mon.0) 973 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:04.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:03 smithi184 bash[59794]: cluster 2024-03-21T13:05:02.883444+0000 mgr.x (mgr.34104) 1015 : cluster [DBG] pgmap v642: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:04.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:03 smithi184 bash[59794]: cluster 2024-03-21T13:05:02.884448+0000 mgr.x (mgr.34104) 1016 : cluster [DBG] pgmap v643: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:04.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:03 smithi184 bash[59794]: audit 2024-03-21T13:05:02.888490+0000 mon.a (mon.0) 974 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:04.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:03 smithi184 bash[59794]: cephadm 2024-03-21T13:05:02.890963+0000 mgr.x (mgr.34104) 1017 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:04.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:03 smithi184 bash[59794]: audit 2024-03-21T13:05:02.971906+0000 mon.a (mon.0) 975 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:04.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:03 smithi184 bash[59794]: audit 2024-03-21T13:05:02.974997+0000 mon.a (mon.0) 976 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:04.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:03 smithi184 bash[59794]: audit 2024-03-21T13:05:02.978003+0000 mon.a (mon.0) 977 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:04.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:03 smithi184 bash[59794]: audit 2024-03-21T13:05:02.979393+0000 mon.a (mon.0) 978 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:04.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:03 smithi184 bash[59794]: cluster 2024-03-21T13:05:02.983425+0000 mgr.x (mgr.34104) 1018 : cluster [DBG] pgmap v644: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:04.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:03 smithi184 bash[59794]: cluster 2024-03-21T13:05:02.984107+0000 mgr.x (mgr.34104) 1019 : cluster [DBG] pgmap v645: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:04.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:03 smithi184 bash[59794]: audit 2024-03-21T13:05:02.990943+0000 mon.a (mon.0) 979 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:04.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:03 smithi184 bash[59794]: cephadm 2024-03-21T13:05:02.993317+0000 mgr.x (mgr.34104) 1020 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:04.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:03 smithi184 bash[59794]: audit 2024-03-21T13:05:03.071710+0000 mon.a (mon.0) 980 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:04.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:03 smithi184 bash[59794]: audit 2024-03-21T13:05:03.076563+0000 mon.a (mon.0) 981 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:04.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:03 smithi184 bash[59794]: audit 2024-03-21T13:05:03.080932+0000 mon.a (mon.0) 982 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:04.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:03 smithi184 bash[59794]: audit 2024-03-21T13:05:03.082709+0000 mon.a (mon.0) 983 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:04.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:03 smithi184 bash[59794]: cluster 2024-03-21T13:05:03.087304+0000 mgr.x (mgr.34104) 1021 : cluster [DBG] pgmap v646: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:04.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:03 smithi184 bash[59794]: cluster 2024-03-21T13:05:03.088358+0000 mgr.x (mgr.34104) 1022 : cluster [DBG] pgmap v647: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:04.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:03 smithi184 bash[59794]: audit 2024-03-21T13:05:03.094138+0000 mon.a (mon.0) 984 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:04.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:03 smithi184 bash[59794]: cephadm 2024-03-21T13:05:03.096503+0000 mgr.x (mgr.34104) 1023 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:04.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:03 smithi184 bash[59794]: audit 2024-03-21T13:05:03.174380+0000 mon.a (mon.0) 985 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:04.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:03 smithi184 bash[59794]: audit 2024-03-21T13:05:03.177475+0000 mon.a (mon.0) 986 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:04.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:03 smithi184 bash[59794]: audit 2024-03-21T13:05:03.181063+0000 mon.a (mon.0) 987 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:04.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:03 smithi184 bash[59794]: audit 2024-03-21T13:05:03.182857+0000 mon.a (mon.0) 988 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:04.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:03 smithi184 bash[59794]: audit 2024-03-21T13:05:03.194912+0000 mon.a (mon.0) 989 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:04.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:03 smithi184 bash[59794]: audit 2024-03-21T13:05:03.274430+0000 mon.a (mon.0) 990 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:04.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:03 smithi184 bash[59794]: audit 2024-03-21T13:05:03.278476+0000 mon.a (mon.0) 991 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:04.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:03 smithi184 bash[59794]: audit 2024-03-21T13:05:03.282292+0000 mon.a (mon.0) 992 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:04.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:03 smithi184 bash[59794]: audit 2024-03-21T13:05:03.283881+0000 mon.a (mon.0) 993 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:04.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:03 smithi184 bash[59794]: audit 2024-03-21T13:05:03.296334+0000 mon.a (mon.0) 994 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:04.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:03 smithi184 bash[59794]: audit 2024-03-21T13:05:03.376076+0000 mon.a (mon.0) 995 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:04.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:03 smithi184 bash[59794]: audit 2024-03-21T13:05:03.379104+0000 mon.a (mon.0) 996 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:04.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:03 smithi184 bash[59794]: audit 2024-03-21T13:05:03.381949+0000 mon.a (mon.0) 997 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:04.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:03 smithi184 bash[59794]: audit 2024-03-21T13:05:03.383112+0000 mon.a (mon.0) 998 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:04.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:03 smithi184 bash[59794]: audit 2024-03-21T13:05:03.396536+0000 mon.a (mon.0) 999 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:04.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:03 smithi184 bash[59794]: audit 2024-03-21T13:05:03.481468+0000 mon.a (mon.0) 1000 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:04.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:03 smithi184 bash[59794]: audit 2024-03-21T13:05:03.484109+0000 mon.a (mon.0) 1001 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:04.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:03 smithi184 bash[59794]: audit 2024-03-21T13:05:03.487290+0000 mon.a (mon.0) 1002 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:04.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:03 smithi184 bash[59794]: audit 2024-03-21T13:05:03.488218+0000 mon.a (mon.0) 1003 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:04.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:03 smithi184 bash[59794]: audit 2024-03-21T13:05:03.497647+0000 mon.a (mon.0) 1004 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:04.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:03 smithi184 bash[59794]: audit 2024-03-21T13:05:03.577485+0000 mon.a (mon.0) 1005 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:04.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:03 smithi184 bash[59794]: audit 2024-03-21T13:05:03.582142+0000 mon.a (mon.0) 1006 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:04.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:03 smithi184 bash[59794]: audit 2024-03-21T13:05:03.585773+0000 mon.a (mon.0) 1007 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:04.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:03 smithi184 bash[59794]: audit 2024-03-21T13:05:03.587333+0000 mon.a (mon.0) 1008 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:04.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:03 smithi184 bash[59794]: audit 2024-03-21T13:05:03.599038+0000 mon.a (mon.0) 1009 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:04.596 INFO:teuthology.orchestra.run.smithi178.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-21T13:05:04.596 INFO:teuthology.orchestra.run.smithi178.stdout:agent.smithi178 smithi178 running 18s ago 19m - - 2024-03-21T13:05:04.596 INFO:teuthology.orchestra.run.smithi178.stdout:agent.smithi184 smithi184 running 14s ago 18m - - 2024-03-21T13:05:04.596 INFO:teuthology.orchestra.run.smithi178.stdout:alertmanager.a smithi178 *:9093,9094 running (5m) 18s ago 11m 16.5M - 0.23.0 ba2b418f427c b9533705fcaf 2024-03-21T13:05:04.596 INFO:teuthology.orchestra.run.smithi178.stdout:grafana.a smithi184 *:3000 error 14s ago 11m - - 2024-03-21T13:05:04.596 INFO:teuthology.orchestra.run.smithi178.stdout:iscsi.foo.smithi178.qfgpzc smithi178 running (3m) 18s ago 9m 49.2M - 3.5 e1d6a67b021e 8cd81f5e1d31 2024-03-21T13:05:04.596 INFO:teuthology.orchestra.run.smithi178.stdout:mgr.x smithi184 *:8443,9283,8765 running (3m) 14s ago 18m 509M - 19.0.0-2267-g960fbbe4 19e12293512f 23b748469eab 2024-03-21T13:05:04.596 INFO:teuthology.orchestra.run.smithi178.stdout:mgr.y smithi178 *:8443,9283,8765 running (2m) 18s ago 20m 443M - 19.0.0-2267-g960fbbe4 19e12293512f 4b58d9293a93 2024-03-21T13:05:04.597 INFO:teuthology.orchestra.run.smithi178.stdout:mon.a smithi178 running (117s) 18s ago 20m 61.6M 2048M 19.0.0-2267-g960fbbe4 19e12293512f cdcc04604451 2024-03-21T13:05:04.597 INFO:teuthology.orchestra.run.smithi178.stdout:mon.b smithi184 running (73s) 14s ago 18m 34.2M 2048M 19.0.0-2267-g960fbbe4 19e12293512f 209431841a07 2024-03-21T13:05:04.597 INFO:teuthology.orchestra.run.smithi178.stdout:mon.c smithi178 running (94s) 18s ago 18m 40.8M 2048M 19.0.0-2267-g960fbbe4 19e12293512f 1de13280fabe 2024-03-21T13:05:04.597 INFO:teuthology.orchestra.run.smithi178.stdout:node-exporter.a smithi178 *:9100 running (5m) 18s ago 12m 11.9M - 1.3.1 1dbe0e931976 5d4ec1307be5 2024-03-21T13:05:04.597 INFO:teuthology.orchestra.run.smithi178.stdout:node-exporter.b smithi184 *:9100 running (4m) 14s ago 12m 12.3M - 1.3.1 1dbe0e931976 2a37d9a9b638 2024-03-21T13:05:04.597 INFO:teuthology.orchestra.run.smithi178.stdout:osd.0 smithi178 starting - - - 4096M 2024-03-21T13:05:04.597 INFO:teuthology.orchestra.run.smithi178.stdout:osd.1 smithi178 running (17m) 18s ago 17m 61.2M 4096M 17.2.0 e1d6a67b021e f1a18d3887e4 2024-03-21T13:05:04.597 INFO:teuthology.orchestra.run.smithi178.stdout:osd.2 smithi178 running (16m) 18s ago 16m 56.3M 4096M 17.2.0 e1d6a67b021e 20f205591c9c 2024-03-21T13:05:04.597 INFO:teuthology.orchestra.run.smithi178.stdout:osd.3 smithi178 running (15m) 18s ago 15m 58.5M 4096M 17.2.0 e1d6a67b021e a4f15fefa0b8 2024-03-21T13:05:04.597 INFO:teuthology.orchestra.run.smithi178.stdout:osd.4 smithi184 running (15m) 14s ago 15m 59.7M 4096M 17.2.0 e1d6a67b021e e20e0f763007 2024-03-21T13:05:04.597 INFO:teuthology.orchestra.run.smithi178.stdout:osd.5 smithi184 running (14m) 14s ago 14m 57.4M 4096M 17.2.0 e1d6a67b021e a0e050155046 2024-03-21T13:05:04.597 INFO:teuthology.orchestra.run.smithi178.stdout:osd.6 smithi184 running (13m) 14s ago 13m 57.9M 4096M 17.2.0 e1d6a67b021e 68fa324445fb 2024-03-21T13:05:04.597 INFO:teuthology.orchestra.run.smithi178.stdout:osd.7 smithi184 running (13m) 14s ago 13m 58.8M 4096M 17.2.0 e1d6a67b021e 9153684ac7cd 2024-03-21T13:05:04.597 INFO:teuthology.orchestra.run.smithi178.stdout:prometheus.a smithi184 *:9095 running (3m) 14s ago 12m 67.1M - 2.33.4 514e6a882f6e 68f156839b90 2024-03-21T13:05:04.597 INFO:teuthology.orchestra.run.smithi178.stdout:rgw.foo.smithi178.amgrte smithi178 *:8000 running (10m) 18s ago 10m 87.9M - 17.2.0 e1d6a67b021e d914bef5b616 2024-03-21T13:05:04.598 INFO:teuthology.orchestra.run.smithi178.stdout:rgw.foo.smithi184.sylqte smithi184 *:8000 running (10m) 14s ago 10m 87.6M - 17.2.0 e1d6a67b021e 71e9025bfe7b 2024-03-21T13:05:04.598 INFO:teuthology.orchestra.run.smithi178.stdout:rgw.smpl.smithi178.avyvkd smithi178 *:80 running (9m) 18s ago 9m 88.1M - 17.2.0 e1d6a67b021e 95dce05fca01 2024-03-21T13:05:04.598 INFO:teuthology.orchestra.run.smithi178.stdout:rgw.smpl.smithi184.ccsuhn smithi184 *:80 running (9m) 14s ago 9m 88.0M - 17.2.0 e1d6a67b021e c3b20c5f0cde 2024-03-21T13:05:05.037 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:04 smithi184 bash[59794]: cluster 2024-03-21T13:05:03.187377+0000 mgr.x (mgr.34104) 1024 : cluster [DBG] pgmap v648: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:05.037 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:04 smithi184 bash[59794]: cluster 2024-03-21T13:05:03.187782+0000 mgr.x (mgr.34104) 1025 : cluster [DBG] pgmap v649: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:05.037 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:04 smithi184 bash[59794]: cephadm 2024-03-21T13:05:03.197391+0000 mgr.x (mgr.34104) 1026 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:05.037 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:04 smithi184 bash[59794]: cluster 2024-03-21T13:05:03.288350+0000 mgr.x (mgr.34104) 1027 : cluster [DBG] pgmap v650: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:05.037 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:04 smithi184 bash[59794]: cluster 2024-03-21T13:05:03.289097+0000 mgr.x (mgr.34104) 1028 : cluster [DBG] pgmap v651: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:05.037 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:04 smithi184 bash[59794]: cephadm 2024-03-21T13:05:03.298640+0000 mgr.x (mgr.34104) 1029 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:05.037 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:04 smithi184 bash[59794]: cluster 2024-03-21T13:05:03.386904+0000 mgr.x (mgr.34104) 1030 : cluster [DBG] pgmap v652: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:05.037 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:04 smithi184 bash[59794]: cluster 2024-03-21T13:05:03.387776+0000 mgr.x (mgr.34104) 1031 : cluster [DBG] pgmap v653: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:05.038 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:04 smithi184 bash[59794]: cephadm 2024-03-21T13:05:03.398872+0000 mgr.x (mgr.34104) 1032 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:05.038 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:04 smithi184 bash[59794]: cluster 2024-03-21T13:05:03.492119+0000 mgr.x (mgr.34104) 1033 : cluster [DBG] pgmap v654: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:05.038 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:04 smithi184 bash[59794]: cluster 2024-03-21T13:05:03.492931+0000 mgr.x (mgr.34104) 1034 : cluster [DBG] pgmap v655: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:05.038 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:04 smithi184 bash[59794]: cephadm 2024-03-21T13:05:03.499849+0000 mgr.x (mgr.34104) 1035 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:05.038 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:04 smithi184 bash[59794]: cluster 2024-03-21T13:05:03.591487+0000 mgr.x (mgr.34104) 1036 : cluster [DBG] pgmap v656: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:05.038 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:04 smithi184 bash[59794]: cluster 2024-03-21T13:05:03.592077+0000 mgr.x (mgr.34104) 1037 : cluster [DBG] pgmap v657: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:05.038 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:04 smithi184 bash[59794]: cephadm 2024-03-21T13:05:03.601374+0000 mgr.x (mgr.34104) 1038 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:05.038 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:04 smithi184 bash[59794]: audit 2024-03-21T13:05:03.684426+0000 mon.a (mon.0) 1010 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:05.038 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:04 smithi184 bash[59794]: audit 2024-03-21T13:05:03.686564+0000 mon.a (mon.0) 1011 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:05.038 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:04 smithi184 bash[59794]: audit 2024-03-21T13:05:03.688812+0000 mon.a (mon.0) 1012 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:05.038 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:04 smithi184 bash[59794]: audit 2024-03-21T13:05:03.689652+0000 mon.a (mon.0) 1013 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:05.038 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:04 smithi184 bash[59794]: cluster 2024-03-21T13:05:03.693046+0000 mgr.x (mgr.34104) 1039 : cluster [DBG] pgmap v658: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:05.038 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:04 smithi184 bash[59794]: cluster 2024-03-21T13:05:03.693455+0000 mgr.x (mgr.34104) 1040 : cluster [DBG] pgmap v659: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:05.039 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:04 smithi184 bash[59794]: audit 2024-03-21T13:05:03.696450+0000 mon.a (mon.0) 1014 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:05.039 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:04 smithi184 bash[59794]: cephadm 2024-03-21T13:05:03.698576+0000 mgr.x (mgr.34104) 1041 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:05.039 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:04 smithi184 bash[59794]: audit 2024-03-21T13:05:03.780616+0000 mon.a (mon.0) 1015 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:05.039 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:04 smithi184 bash[59794]: audit 2024-03-21T13:05:03.782627+0000 mgr.x (mgr.34104) 1042 : audit [DBG] from='client.54175 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:05:05.039 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:04 smithi184 bash[59794]: audit 2024-03-21T13:05:03.783524+0000 mon.a (mon.0) 1016 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:05.039 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:04 smithi184 bash[59794]: audit 2024-03-21T13:05:03.786286+0000 mon.a (mon.0) 1017 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:05.039 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:04 smithi184 bash[59794]: audit 2024-03-21T13:05:03.787836+0000 mon.a (mon.0) 1018 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:05.039 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:04 smithi184 bash[59794]: cluster 2024-03-21T13:05:03.792066+0000 mgr.x (mgr.34104) 1043 : cluster [DBG] pgmap v660: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:05.039 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:04 smithi184 bash[59794]: cluster 2024-03-21T13:05:03.792798+0000 mgr.x (mgr.34104) 1044 : cluster [DBG] pgmap v661: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:05.039 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:04 smithi184 bash[59794]: audit 2024-03-21T13:05:03.798792+0000 mon.a (mon.0) 1019 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:05.039 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:04 smithi184 bash[59794]: cephadm 2024-03-21T13:05:03.801353+0000 mgr.x (mgr.34104) 1045 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:05.039 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:04 smithi184 bash[59794]: audit 2024-03-21T13:05:03.878072+0000 mon.a (mon.0) 1020 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:05.039 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:04 smithi184 bash[59794]: audit 2024-03-21T13:05:03.881294+0000 mon.a (mon.0) 1021 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:05.039 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:04 smithi184 bash[59794]: audit 2024-03-21T13:05:03.884801+0000 mon.a (mon.0) 1022 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:05.040 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:04 smithi184 bash[59794]: audit 2024-03-21T13:05:03.886036+0000 mon.a (mon.0) 1023 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:05.040 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:04 smithi184 bash[59794]: cluster 2024-03-21T13:05:03.890005+0000 mgr.x (mgr.34104) 1046 : cluster [DBG] pgmap v662: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:05.040 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:04 smithi184 bash[59794]: cluster 2024-03-21T13:05:03.890730+0000 mgr.x (mgr.34104) 1047 : cluster [DBG] pgmap v663: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:05.040 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:04 smithi184 bash[59794]: audit 2024-03-21T13:05:03.895254+0000 mon.a (mon.0) 1024 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:05.040 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:04 smithi184 bash[59794]: cephadm 2024-03-21T13:05:03.897426+0000 mgr.x (mgr.34104) 1048 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:05.040 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:04 smithi184 bash[59794]: audit 2024-03-21T13:05:03.973052+0000 mon.a (mon.0) 1025 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:05.040 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:04 smithi184 bash[59794]: audit 2024-03-21T13:05:03.976120+0000 mon.a (mon.0) 1026 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:05.040 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:04 smithi184 bash[59794]: audit 2024-03-21T13:05:03.979791+0000 mon.a (mon.0) 1027 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:05.040 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:04 smithi184 bash[59794]: audit 2024-03-21T13:05:03.980992+0000 mon.a (mon.0) 1028 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:05.040 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:04 smithi184 bash[59794]: cluster 2024-03-21T13:05:03.985116+0000 mgr.x (mgr.34104) 1049 : cluster [DBG] pgmap v664: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:05.040 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:04 smithi184 bash[59794]: cluster 2024-03-21T13:05:03.986088+0000 mgr.x (mgr.34104) 1050 : cluster [DBG] pgmap v665: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:05.040 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:04 smithi184 bash[59794]: audit 2024-03-21T13:05:03.990759+0000 mon.a (mon.0) 1029 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:05.040 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:04 smithi184 bash[59794]: cephadm 2024-03-21T13:05:03.993299+0000 mgr.x (mgr.34104) 1051 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:05.041 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:04 smithi184 bash[59794]: audit 2024-03-21T13:05:04.075069+0000 mon.a (mon.0) 1030 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:05.041 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:04 smithi184 bash[59794]: audit 2024-03-21T13:05:04.077764+0000 mon.a (mon.0) 1031 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:05.041 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:04 smithi184 bash[59794]: audit 2024-03-21T13:05:04.080795+0000 mon.a (mon.0) 1032 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:05.041 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:04 smithi184 bash[59794]: audit 2024-03-21T13:05:04.081970+0000 mon.a (mon.0) 1033 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:05.041 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:04 smithi184 bash[59794]: cluster 2024-03-21T13:05:04.086110+0000 mgr.x (mgr.34104) 1052 : cluster [DBG] pgmap v666: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:05.041 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:04 smithi184 bash[59794]: cluster 2024-03-21T13:05:04.086863+0000 mgr.x (mgr.34104) 1053 : cluster [DBG] pgmap v667: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:05.041 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:04 smithi184 bash[59794]: audit 2024-03-21T13:05:04.093090+0000 mon.a (mon.0) 1034 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:05.041 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:04 smithi184 bash[59794]: cephadm 2024-03-21T13:05:04.095194+0000 mgr.x (mgr.34104) 1054 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:05.041 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:04 smithi184 bash[59794]: audit 2024-03-21T13:05:04.170254+0000 mon.a (mon.0) 1035 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:05.041 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:04 smithi184 bash[59794]: audit 2024-03-21T13:05:04.173551+0000 mon.a (mon.0) 1036 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:05.041 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:04 smithi184 bash[59794]: audit 2024-03-21T13:05:04.176722+0000 mon.a (mon.0) 1037 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:05.041 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:04 smithi184 bash[59794]: audit 2024-03-21T13:05:04.178041+0000 mon.a (mon.0) 1038 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:05.041 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:04 smithi184 bash[59794]: audit 2024-03-21T13:05:04.189364+0000 mon.a (mon.0) 1039 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:05.041 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:04 smithi184 bash[59794]: audit 2024-03-21T13:05:04.271821+0000 mon.a (mon.0) 1040 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:05.041 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:04 smithi184 bash[59794]: audit 2024-03-21T13:05:04.274902+0000 mon.a (mon.0) 1041 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:05.042 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:04 smithi184 bash[59794]: audit 2024-03-21T13:05:04.278142+0000 mon.a (mon.0) 1042 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:05.042 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:04 smithi184 bash[59794]: audit 2024-03-21T13:05:04.279368+0000 mon.a (mon.0) 1043 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:05.042 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:04 smithi184 bash[59794]: audit 2024-03-21T13:05:04.289075+0000 mon.a (mon.0) 1044 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:05.042 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:04 smithi184 bash[59794]: audit 2024-03-21T13:05:04.372307+0000 mon.a (mon.0) 1045 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:05.042 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:04 smithi184 bash[59794]: audit 2024-03-21T13:05:04.375320+0000 mon.a (mon.0) 1046 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:05.042 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:04 smithi184 bash[59794]: audit 2024-03-21T13:05:04.378186+0000 mon.a (mon.0) 1047 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:05.042 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:04 smithi184 bash[59794]: audit 2024-03-21T13:05:04.379310+0000 mon.a (mon.0) 1048 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:05.042 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:04 smithi184 bash[59794]: audit 2024-03-21T13:05:04.388293+0000 mon.a (mon.0) 1049 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:05.042 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:04 smithi184 bash[59794]: audit 2024-03-21T13:05:04.471379+0000 mon.a (mon.0) 1050 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:05.042 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:04 smithi184 bash[59794]: audit 2024-03-21T13:05:04.474499+0000 mon.a (mon.0) 1051 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:05.042 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:04 smithi184 bash[59794]: audit 2024-03-21T13:05:04.478103+0000 mon.a (mon.0) 1052 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:05.042 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:04 smithi184 bash[59794]: audit 2024-03-21T13:05:04.479724+0000 mon.a (mon.0) 1053 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:05.042 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:04 smithi184 bash[59794]: audit 2024-03-21T13:05:04.489687+0000 mon.a (mon.0) 1054 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:05.043 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:04 smithi184 bash[59794]: audit 2024-03-21T13:05:04.571622+0000 mon.a (mon.0) 1055 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:05.043 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:04 smithi184 bash[59794]: audit 2024-03-21T13:05:04.574297+0000 mon.a (mon.0) 1056 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:05.043 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:04 smithi184 bash[59794]: audit 2024-03-21T13:05:04.594049+0000 mon.a (mon.0) 1057 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:05.043 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:04 smithi184 bash[59794]: audit 2024-03-21T13:05:04.595683+0000 mon.a (mon.0) 1058 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:05.043 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:04 smithi184 bash[59794]: audit 2024-03-21T13:05:04.607426+0000 mon.a (mon.0) 1059 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:05.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:04 smithi178 bash[77880]: cluster 2024-03-21T13:05:03.187377+0000 mgr.x (mgr.34104) 1024 : cluster [DBG] pgmap v648: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:05.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:04 smithi178 bash[77880]: cluster 2024-03-21T13:05:03.187782+0000 mgr.x (mgr.34104) 1025 : cluster [DBG] pgmap v649: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:05.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:04 smithi178 bash[77880]: cephadm 2024-03-21T13:05:03.197391+0000 mgr.x (mgr.34104) 1026 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:05.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:04 smithi178 bash[77880]: cluster 2024-03-21T13:05:03.288350+0000 mgr.x (mgr.34104) 1027 : cluster [DBG] pgmap v650: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:05.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:04 smithi178 bash[77880]: cluster 2024-03-21T13:05:03.289097+0000 mgr.x (mgr.34104) 1028 : cluster [DBG] pgmap v651: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:05.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:04 smithi178 bash[77880]: cephadm 2024-03-21T13:05:03.298640+0000 mgr.x (mgr.34104) 1029 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:05.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:04 smithi178 bash[77880]: cluster 2024-03-21T13:05:03.386904+0000 mgr.x (mgr.34104) 1030 : cluster [DBG] pgmap v652: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:05.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:04 smithi178 bash[77880]: cluster 2024-03-21T13:05:03.387776+0000 mgr.x (mgr.34104) 1031 : cluster [DBG] pgmap v653: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:05.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:04 smithi178 bash[77880]: cephadm 2024-03-21T13:05:03.398872+0000 mgr.x (mgr.34104) 1032 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:05.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:04 smithi178 bash[77880]: cluster 2024-03-21T13:05:03.492119+0000 mgr.x (mgr.34104) 1033 : cluster [DBG] pgmap v654: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:05.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:04 smithi178 bash[77880]: cluster 2024-03-21T13:05:03.492931+0000 mgr.x (mgr.34104) 1034 : cluster [DBG] pgmap v655: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:05.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:04 smithi178 bash[77880]: cephadm 2024-03-21T13:05:03.499849+0000 mgr.x (mgr.34104) 1035 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:05.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:04 smithi178 bash[77880]: cluster 2024-03-21T13:05:03.591487+0000 mgr.x (mgr.34104) 1036 : cluster [DBG] pgmap v656: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:05.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:04 smithi178 bash[77880]: cluster 2024-03-21T13:05:03.592077+0000 mgr.x (mgr.34104) 1037 : cluster [DBG] pgmap v657: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:05.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:04 smithi178 bash[77880]: cephadm 2024-03-21T13:05:03.601374+0000 mgr.x (mgr.34104) 1038 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:05.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:04 smithi178 bash[77880]: audit 2024-03-21T13:05:03.684426+0000 mon.a (mon.0) 1010 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:05.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:04 smithi178 bash[77880]: audit 2024-03-21T13:05:03.686564+0000 mon.a (mon.0) 1011 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:05.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:04 smithi178 bash[77880]: audit 2024-03-21T13:05:03.688812+0000 mon.a (mon.0) 1012 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:05.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:04 smithi178 bash[77880]: audit 2024-03-21T13:05:03.689652+0000 mon.a (mon.0) 1013 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:05.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:04 smithi178 bash[77880]: cluster 2024-03-21T13:05:03.693046+0000 mgr.x (mgr.34104) 1039 : cluster [DBG] pgmap v658: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:05.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:04 smithi178 bash[77880]: cluster 2024-03-21T13:05:03.693455+0000 mgr.x (mgr.34104) 1040 : cluster [DBG] pgmap v659: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:05.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:04 smithi178 bash[77880]: audit 2024-03-21T13:05:03.696450+0000 mon.a (mon.0) 1014 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:05.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:04 smithi178 bash[77880]: cephadm 2024-03-21T13:05:03.698576+0000 mgr.x (mgr.34104) 1041 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:05.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:04 smithi178 bash[77880]: audit 2024-03-21T13:05:03.780616+0000 mon.a (mon.0) 1015 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:05.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:04 smithi178 bash[77880]: audit 2024-03-21T13:05:03.782627+0000 mgr.x (mgr.34104) 1042 : audit [DBG] from='client.54175 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:05:05.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:04 smithi178 bash[77880]: audit 2024-03-21T13:05:03.783524+0000 mon.a (mon.0) 1016 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:05.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:04 smithi178 bash[77880]: audit 2024-03-21T13:05:03.786286+0000 mon.a (mon.0) 1017 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:05.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:04 smithi178 bash[77880]: audit 2024-03-21T13:05:03.787836+0000 mon.a (mon.0) 1018 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:05.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:04 smithi178 bash[77880]: cluster 2024-03-21T13:05:03.792066+0000 mgr.x (mgr.34104) 1043 : cluster [DBG] pgmap v660: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:05.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:04 smithi178 bash[77880]: cluster 2024-03-21T13:05:03.792798+0000 mgr.x (mgr.34104) 1044 : cluster [DBG] pgmap v661: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:05.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:04 smithi178 bash[77880]: audit 2024-03-21T13:05:03.798792+0000 mon.a (mon.0) 1019 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:05.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:04 smithi178 bash[77880]: cephadm 2024-03-21T13:05:03.801353+0000 mgr.x (mgr.34104) 1045 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:05.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:04 smithi178 bash[77880]: audit 2024-03-21T13:05:03.878072+0000 mon.a (mon.0) 1020 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:05.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:04 smithi178 bash[75692]: cluster 2024-03-21T13:05:03.187377+0000 mgr.x (mgr.34104) 1024 : cluster [DBG] pgmap v648: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:05.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:04 smithi178 bash[75692]: cluster 2024-03-21T13:05:03.187782+0000 mgr.x (mgr.34104) 1025 : cluster [DBG] pgmap v649: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:05.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:04 smithi178 bash[75692]: cephadm 2024-03-21T13:05:03.197391+0000 mgr.x (mgr.34104) 1026 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:05.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:04 smithi178 bash[75692]: cluster 2024-03-21T13:05:03.288350+0000 mgr.x (mgr.34104) 1027 : cluster [DBG] pgmap v650: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:05.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:04 smithi178 bash[75692]: cluster 2024-03-21T13:05:03.289097+0000 mgr.x (mgr.34104) 1028 : cluster [DBG] pgmap v651: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:05.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:04 smithi178 bash[75692]: cephadm 2024-03-21T13:05:03.298640+0000 mgr.x (mgr.34104) 1029 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:05.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:04 smithi178 bash[75692]: cluster 2024-03-21T13:05:03.386904+0000 mgr.x (mgr.34104) 1030 : cluster [DBG] pgmap v652: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:05.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:04 smithi178 bash[75692]: cluster 2024-03-21T13:05:03.387776+0000 mgr.x (mgr.34104) 1031 : cluster [DBG] pgmap v653: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:05.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:04 smithi178 bash[75692]: cephadm 2024-03-21T13:05:03.398872+0000 mgr.x (mgr.34104) 1032 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:05.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:04 smithi178 bash[75692]: cluster 2024-03-21T13:05:03.492119+0000 mgr.x (mgr.34104) 1033 : cluster [DBG] pgmap v654: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:05.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:04 smithi178 bash[75692]: cluster 2024-03-21T13:05:03.492931+0000 mgr.x (mgr.34104) 1034 : cluster [DBG] pgmap v655: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:05.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:04 smithi178 bash[75692]: cephadm 2024-03-21T13:05:03.499849+0000 mgr.x (mgr.34104) 1035 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:05.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:04 smithi178 bash[75692]: cluster 2024-03-21T13:05:03.591487+0000 mgr.x (mgr.34104) 1036 : cluster [DBG] pgmap v656: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:05.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:04 smithi178 bash[75692]: cluster 2024-03-21T13:05:03.592077+0000 mgr.x (mgr.34104) 1037 : cluster [DBG] pgmap v657: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:05.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:04 smithi178 bash[75692]: cephadm 2024-03-21T13:05:03.601374+0000 mgr.x (mgr.34104) 1038 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:05.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:04 smithi178 bash[75692]: audit 2024-03-21T13:05:03.684426+0000 mon.a (mon.0) 1010 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:05.054 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:04 smithi178 bash[77880]: audit 2024-03-21T13:05:03.881294+0000 mon.a (mon.0) 1021 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:05.054 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:04 smithi178 bash[77880]: audit 2024-03-21T13:05:03.884801+0000 mon.a (mon.0) 1022 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:05.054 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:04 smithi178 bash[77880]: audit 2024-03-21T13:05:03.886036+0000 mon.a (mon.0) 1023 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:05.054 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:04 smithi178 bash[77880]: cluster 2024-03-21T13:05:03.890005+0000 mgr.x (mgr.34104) 1046 : cluster [DBG] pgmap v662: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:05.054 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:04 smithi178 bash[77880]: cluster 2024-03-21T13:05:03.890730+0000 mgr.x (mgr.34104) 1047 : cluster [DBG] pgmap v663: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:05.054 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:04 smithi178 bash[77880]: audit 2024-03-21T13:05:03.895254+0000 mon.a (mon.0) 1024 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:05.054 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:04 smithi178 bash[77880]: cephadm 2024-03-21T13:05:03.897426+0000 mgr.x (mgr.34104) 1048 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:05.054 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:04 smithi178 bash[77880]: audit 2024-03-21T13:05:03.973052+0000 mon.a (mon.0) 1025 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:05.054 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:04 smithi178 bash[77880]: audit 2024-03-21T13:05:03.976120+0000 mon.a (mon.0) 1026 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:05.054 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:04 smithi178 bash[77880]: audit 2024-03-21T13:05:03.979791+0000 mon.a (mon.0) 1027 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:05.054 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:04 smithi178 bash[77880]: audit 2024-03-21T13:05:03.980992+0000 mon.a (mon.0) 1028 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:05.054 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:04 smithi178 bash[77880]: cluster 2024-03-21T13:05:03.985116+0000 mgr.x (mgr.34104) 1049 : cluster [DBG] pgmap v664: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:05.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:04 smithi178 bash[77880]: cluster 2024-03-21T13:05:03.986088+0000 mgr.x (mgr.34104) 1050 : cluster [DBG] pgmap v665: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:05.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:04 smithi178 bash[77880]: audit 2024-03-21T13:05:03.990759+0000 mon.a (mon.0) 1029 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:05.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:04 smithi178 bash[77880]: cephadm 2024-03-21T13:05:03.993299+0000 mgr.x (mgr.34104) 1051 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:05.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:04 smithi178 bash[77880]: audit 2024-03-21T13:05:04.075069+0000 mon.a (mon.0) 1030 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:05.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:04 smithi178 bash[77880]: audit 2024-03-21T13:05:04.077764+0000 mon.a (mon.0) 1031 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:05.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:04 smithi178 bash[77880]: audit 2024-03-21T13:05:04.080795+0000 mon.a (mon.0) 1032 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:05.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:04 smithi178 bash[77880]: audit 2024-03-21T13:05:04.081970+0000 mon.a (mon.0) 1033 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:05.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:04 smithi178 bash[77880]: cluster 2024-03-21T13:05:04.086110+0000 mgr.x (mgr.34104) 1052 : cluster [DBG] pgmap v666: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:05.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:04 smithi178 bash[77880]: cluster 2024-03-21T13:05:04.086863+0000 mgr.x (mgr.34104) 1053 : cluster [DBG] pgmap v667: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:05.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:04 smithi178 bash[77880]: audit 2024-03-21T13:05:04.093090+0000 mon.a (mon.0) 1034 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:05.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:04 smithi178 bash[77880]: cephadm 2024-03-21T13:05:04.095194+0000 mgr.x (mgr.34104) 1054 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:05.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:04 smithi178 bash[77880]: audit 2024-03-21T13:05:04.170254+0000 mon.a (mon.0) 1035 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:05.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:04 smithi178 bash[77880]: audit 2024-03-21T13:05:04.173551+0000 mon.a (mon.0) 1036 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:05.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:04 smithi178 bash[77880]: audit 2024-03-21T13:05:04.176722+0000 mon.a (mon.0) 1037 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:05.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:04 smithi178 bash[77880]: audit 2024-03-21T13:05:04.178041+0000 mon.a (mon.0) 1038 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:05.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:04 smithi178 bash[77880]: audit 2024-03-21T13:05:04.189364+0000 mon.a (mon.0) 1039 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:05.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:04 smithi178 bash[77880]: audit 2024-03-21T13:05:04.271821+0000 mon.a (mon.0) 1040 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:05.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:04 smithi178 bash[77880]: audit 2024-03-21T13:05:04.274902+0000 mon.a (mon.0) 1041 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:05.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:04 smithi178 bash[77880]: audit 2024-03-21T13:05:04.278142+0000 mon.a (mon.0) 1042 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:05.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:04 smithi178 bash[77880]: audit 2024-03-21T13:05:04.279368+0000 mon.a (mon.0) 1043 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:05.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:04 smithi178 bash[77880]: audit 2024-03-21T13:05:04.289075+0000 mon.a (mon.0) 1044 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:05.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:04 smithi178 bash[77880]: audit 2024-03-21T13:05:04.372307+0000 mon.a (mon.0) 1045 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:05.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:04 smithi178 bash[77880]: audit 2024-03-21T13:05:04.375320+0000 mon.a (mon.0) 1046 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:05.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:04 smithi178 bash[77880]: audit 2024-03-21T13:05:04.378186+0000 mon.a (mon.0) 1047 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:05.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:04 smithi178 bash[77880]: audit 2024-03-21T13:05:04.379310+0000 mon.a (mon.0) 1048 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:05.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:04 smithi178 bash[77880]: audit 2024-03-21T13:05:04.388293+0000 mon.a (mon.0) 1049 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:05.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:04 smithi178 bash[77880]: audit 2024-03-21T13:05:04.471379+0000 mon.a (mon.0) 1050 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:05.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:04 smithi178 bash[77880]: audit 2024-03-21T13:05:04.474499+0000 mon.a (mon.0) 1051 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:05.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:04 smithi178 bash[77880]: audit 2024-03-21T13:05:04.478103+0000 mon.a (mon.0) 1052 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:05.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:04 smithi178 bash[77880]: audit 2024-03-21T13:05:04.479724+0000 mon.a (mon.0) 1053 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:05.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:04 smithi178 bash[77880]: audit 2024-03-21T13:05:04.489687+0000 mon.a (mon.0) 1054 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:05.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:04 smithi178 bash[77880]: audit 2024-03-21T13:05:04.571622+0000 mon.a (mon.0) 1055 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:05.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:04 smithi178 bash[77880]: audit 2024-03-21T13:05:04.574297+0000 mon.a (mon.0) 1056 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:05.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:04 smithi178 bash[77880]: audit 2024-03-21T13:05:04.594049+0000 mon.a (mon.0) 1057 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:05.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:04 smithi178 bash[77880]: audit 2024-03-21T13:05:04.595683+0000 mon.a (mon.0) 1058 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:05.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:04 smithi178 bash[77880]: audit 2024-03-21T13:05:04.607426+0000 mon.a (mon.0) 1059 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:05.058 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:04 smithi178 bash[75692]: audit 2024-03-21T13:05:03.686564+0000 mon.a (mon.0) 1011 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:05.058 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:04 smithi178 bash[75692]: audit 2024-03-21T13:05:03.688812+0000 mon.a (mon.0) 1012 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:05.058 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:04 smithi178 bash[75692]: audit 2024-03-21T13:05:03.689652+0000 mon.a (mon.0) 1013 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:05.058 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:04 smithi178 bash[75692]: cluster 2024-03-21T13:05:03.693046+0000 mgr.x (mgr.34104) 1039 : cluster [DBG] pgmap v658: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:05.058 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:04 smithi178 bash[75692]: cluster 2024-03-21T13:05:03.693455+0000 mgr.x (mgr.34104) 1040 : cluster [DBG] pgmap v659: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:05.058 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:04 smithi178 bash[75692]: audit 2024-03-21T13:05:03.696450+0000 mon.a (mon.0) 1014 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:05.058 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:04 smithi178 bash[75692]: cephadm 2024-03-21T13:05:03.698576+0000 mgr.x (mgr.34104) 1041 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:05.058 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:04 smithi178 bash[75692]: audit 2024-03-21T13:05:03.780616+0000 mon.a (mon.0) 1015 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:05.058 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:04 smithi178 bash[75692]: audit 2024-03-21T13:05:03.782627+0000 mgr.x (mgr.34104) 1042 : audit [DBG] from='client.54175 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:05:05.058 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:04 smithi178 bash[75692]: audit 2024-03-21T13:05:03.783524+0000 mon.a (mon.0) 1016 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:05.058 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:04 smithi178 bash[75692]: audit 2024-03-21T13:05:03.786286+0000 mon.a (mon.0) 1017 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:05.059 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:04 smithi178 bash[75692]: audit 2024-03-21T13:05:03.787836+0000 mon.a (mon.0) 1018 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:05.059 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:04 smithi178 bash[75692]: cluster 2024-03-21T13:05:03.792066+0000 mgr.x (mgr.34104) 1043 : cluster [DBG] pgmap v660: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:05.059 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:04 smithi178 bash[75692]: cluster 2024-03-21T13:05:03.792798+0000 mgr.x (mgr.34104) 1044 : cluster [DBG] pgmap v661: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:05.059 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:04 smithi178 bash[75692]: audit 2024-03-21T13:05:03.798792+0000 mon.a (mon.0) 1019 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:05.059 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:04 smithi178 bash[75692]: cephadm 2024-03-21T13:05:03.801353+0000 mgr.x (mgr.34104) 1045 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:05.059 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:04 smithi178 bash[75692]: audit 2024-03-21T13:05:03.878072+0000 mon.a (mon.0) 1020 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:05.059 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:04 smithi178 bash[75692]: audit 2024-03-21T13:05:03.881294+0000 mon.a (mon.0) 1021 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:05.059 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:04 smithi178 bash[75692]: audit 2024-03-21T13:05:03.884801+0000 mon.a (mon.0) 1022 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:05.059 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:04 smithi178 bash[75692]: audit 2024-03-21T13:05:03.886036+0000 mon.a (mon.0) 1023 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:05.059 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:04 smithi178 bash[75692]: cluster 2024-03-21T13:05:03.890005+0000 mgr.x (mgr.34104) 1046 : cluster [DBG] pgmap v662: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:05.059 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:04 smithi178 bash[75692]: cluster 2024-03-21T13:05:03.890730+0000 mgr.x (mgr.34104) 1047 : cluster [DBG] pgmap v663: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:05.059 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:04 smithi178 bash[75692]: audit 2024-03-21T13:05:03.895254+0000 mon.a (mon.0) 1024 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:05.059 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:04 smithi178 bash[75692]: cephadm 2024-03-21T13:05:03.897426+0000 mgr.x (mgr.34104) 1048 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:05.059 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:04 smithi178 bash[75692]: audit 2024-03-21T13:05:03.973052+0000 mon.a (mon.0) 1025 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:05.059 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:04 smithi178 bash[75692]: audit 2024-03-21T13:05:03.976120+0000 mon.a (mon.0) 1026 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:05.060 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:04 smithi178 bash[75692]: audit 2024-03-21T13:05:03.979791+0000 mon.a (mon.0) 1027 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:05.060 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:04 smithi178 bash[75692]: audit 2024-03-21T13:05:03.980992+0000 mon.a (mon.0) 1028 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:05.060 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:04 smithi178 bash[75692]: cluster 2024-03-21T13:05:03.985116+0000 mgr.x (mgr.34104) 1049 : cluster [DBG] pgmap v664: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:05.060 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:04 smithi178 bash[75692]: cluster 2024-03-21T13:05:03.986088+0000 mgr.x (mgr.34104) 1050 : cluster [DBG] pgmap v665: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:05.060 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:04 smithi178 bash[75692]: audit 2024-03-21T13:05:03.990759+0000 mon.a (mon.0) 1029 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:05.060 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:04 smithi178 bash[75692]: cephadm 2024-03-21T13:05:03.993299+0000 mgr.x (mgr.34104) 1051 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:05.060 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:04 smithi178 bash[75692]: audit 2024-03-21T13:05:04.075069+0000 mon.a (mon.0) 1030 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:05.060 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:04 smithi178 bash[75692]: audit 2024-03-21T13:05:04.077764+0000 mon.a (mon.0) 1031 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:05.060 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:04 smithi178 bash[75692]: audit 2024-03-21T13:05:04.080795+0000 mon.a (mon.0) 1032 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:05.060 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:04 smithi178 bash[75692]: audit 2024-03-21T13:05:04.081970+0000 mon.a (mon.0) 1033 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:05.060 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:04 smithi178 bash[75692]: cluster 2024-03-21T13:05:04.086110+0000 mgr.x (mgr.34104) 1052 : cluster [DBG] pgmap v666: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:05.060 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:04 smithi178 bash[75692]: cluster 2024-03-21T13:05:04.086863+0000 mgr.x (mgr.34104) 1053 : cluster [DBG] pgmap v667: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:05.060 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:04 smithi178 bash[75692]: audit 2024-03-21T13:05:04.093090+0000 mon.a (mon.0) 1034 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:05.060 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:04 smithi178 bash[75692]: cephadm 2024-03-21T13:05:04.095194+0000 mgr.x (mgr.34104) 1054 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:05.061 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:04 smithi178 bash[75692]: audit 2024-03-21T13:05:04.170254+0000 mon.a (mon.0) 1035 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:05.061 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:04 smithi178 bash[75692]: audit 2024-03-21T13:05:04.173551+0000 mon.a (mon.0) 1036 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:05.061 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:04 smithi178 bash[75692]: audit 2024-03-21T13:05:04.176722+0000 mon.a (mon.0) 1037 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:05.061 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:04 smithi178 bash[75692]: audit 2024-03-21T13:05:04.178041+0000 mon.a (mon.0) 1038 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:05.061 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:04 smithi178 bash[75692]: audit 2024-03-21T13:05:04.189364+0000 mon.a (mon.0) 1039 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:05.061 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:04 smithi178 bash[75692]: audit 2024-03-21T13:05:04.271821+0000 mon.a (mon.0) 1040 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:05.061 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:04 smithi178 bash[75692]: audit 2024-03-21T13:05:04.274902+0000 mon.a (mon.0) 1041 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:05.061 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:04 smithi178 bash[75692]: audit 2024-03-21T13:05:04.278142+0000 mon.a (mon.0) 1042 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:05.061 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:04 smithi178 bash[75692]: audit 2024-03-21T13:05:04.279368+0000 mon.a (mon.0) 1043 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:05.061 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:04 smithi178 bash[75692]: audit 2024-03-21T13:05:04.289075+0000 mon.a (mon.0) 1044 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:05.061 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:04 smithi178 bash[75692]: audit 2024-03-21T13:05:04.372307+0000 mon.a (mon.0) 1045 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:05.061 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:04 smithi178 bash[75692]: audit 2024-03-21T13:05:04.375320+0000 mon.a (mon.0) 1046 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:05.061 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:04 smithi178 bash[75692]: audit 2024-03-21T13:05:04.378186+0000 mon.a (mon.0) 1047 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:05.061 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:04 smithi178 bash[75692]: audit 2024-03-21T13:05:04.379310+0000 mon.a (mon.0) 1048 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:05.061 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:04 smithi178 bash[75692]: audit 2024-03-21T13:05:04.388293+0000 mon.a (mon.0) 1049 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:05.062 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:04 smithi178 bash[75692]: audit 2024-03-21T13:05:04.471379+0000 mon.a (mon.0) 1050 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:05.062 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:04 smithi178 bash[75692]: audit 2024-03-21T13:05:04.474499+0000 mon.a (mon.0) 1051 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:05.062 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:04 smithi178 bash[75692]: audit 2024-03-21T13:05:04.478103+0000 mon.a (mon.0) 1052 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:05.062 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:04 smithi178 bash[75692]: audit 2024-03-21T13:05:04.479724+0000 mon.a (mon.0) 1053 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:05.062 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:04 smithi178 bash[75692]: audit 2024-03-21T13:05:04.489687+0000 mon.a (mon.0) 1054 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:05.062 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:04 smithi178 bash[75692]: audit 2024-03-21T13:05:04.571622+0000 mon.a (mon.0) 1055 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:05.062 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:04 smithi178 bash[75692]: audit 2024-03-21T13:05:04.574297+0000 mon.a (mon.0) 1056 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:05.062 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:04 smithi178 bash[75692]: audit 2024-03-21T13:05:04.594049+0000 mon.a (mon.0) 1057 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:05.062 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:04 smithi178 bash[75692]: audit 2024-03-21T13:05:04.595683+0000 mon.a (mon.0) 1058 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:05.062 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:04 smithi178 bash[75692]: audit 2024-03-21T13:05:04.607426+0000 mon.a (mon.0) 1059 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:05.072 INFO:teuthology.orchestra.run.smithi178.stdout:{ 2024-03-21T13:05:05.072 INFO:teuthology.orchestra.run.smithi178.stdout: "mon": { 2024-03-21T13:05:05.072 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 3 2024-03-21T13:05:05.072 INFO:teuthology.orchestra.run.smithi178.stdout: }, 2024-03-21T13:05:05.072 INFO:teuthology.orchestra.run.smithi178.stdout: "mgr": { 2024-03-21T13:05:05.072 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 2 2024-03-21T13:05:05.072 INFO:teuthology.orchestra.run.smithi178.stdout: }, 2024-03-21T13:05:05.072 INFO:teuthology.orchestra.run.smithi178.stdout: "osd": { 2024-03-21T13:05:05.072 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 7 2024-03-21T13:05:05.073 INFO:teuthology.orchestra.run.smithi178.stdout: }, 2024-03-21T13:05:05.073 INFO:teuthology.orchestra.run.smithi178.stdout: "rgw": { 2024-03-21T13:05:05.073 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2024-03-21T13:05:05.073 INFO:teuthology.orchestra.run.smithi178.stdout: }, 2024-03-21T13:05:05.073 INFO:teuthology.orchestra.run.smithi178.stdout: "overall": { 2024-03-21T13:05:05.073 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 11, 2024-03-21T13:05:05.073 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 5 2024-03-21T13:05:05.073 INFO:teuthology.orchestra.run.smithi178.stdout: } 2024-03-21T13:05:05.073 INFO:teuthology.orchestra.run.smithi178.stdout:} 2024-03-21T13:05:05.509 INFO:teuthology.orchestra.run.smithi178.stdout:{ 2024-03-21T13:05:05.509 INFO:teuthology.orchestra.run.smithi178.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753", 2024-03-21T13:05:05.509 INFO:teuthology.orchestra.run.smithi178.stdout: "in_progress": true, 2024-03-21T13:05:05.510 INFO:teuthology.orchestra.run.smithi178.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-21T13:05:05.510 INFO:teuthology.orchestra.run.smithi178.stdout: "services_complete": [ 2024-03-21T13:05:05.510 INFO:teuthology.orchestra.run.smithi178.stdout: "mgr", 2024-03-21T13:05:05.510 INFO:teuthology.orchestra.run.smithi178.stdout: "mon" 2024-03-21T13:05:05.510 INFO:teuthology.orchestra.run.smithi178.stdout: ], 2024-03-21T13:05:05.510 INFO:teuthology.orchestra.run.smithi178.stdout: "progress": "5/23 daemons upgraded", 2024-03-21T13:05:05.510 INFO:teuthology.orchestra.run.smithi178.stdout: "message": "Currently upgrading osd daemons", 2024-03-21T13:05:05.510 INFO:teuthology.orchestra.run.smithi178.stdout: "is_paused": false 2024-03-21T13:05:05.510 INFO:teuthology.orchestra.run.smithi178.stdout:} 2024-03-21T13:05:05.706 INFO:journalctl@ceph.osd.0.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[82388]: debug 2024-03-21T13:05:05.410+0000 7f767c538700 1 -- 172.21.15.178:0/855244095 <== mon.0 v2:172.21.15.178:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x556051ff1680 con 0x55605202ec00 2024-03-21T13:05:05.836 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:05:05 smithi184 bash[52419]: ::ffff:172.21.15.184 - - [21/Mar/2024:13:05:05] "GET /metrics HTTP/1.1" 200 38421 "" "Prometheus/2.33.4" 2024-03-21T13:05:05.837 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:05 smithi184 bash[59794]: cluster 2024-03-21T13:05:04.182330+0000 mgr.x (mgr.34104) 1055 : cluster [DBG] pgmap v668: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:05.837 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:05 smithi184 bash[59794]: cluster 2024-03-21T13:05:04.183076+0000 mgr.x (mgr.34104) 1056 : cluster [DBG] pgmap v669: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:05.838 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:05 smithi184 bash[59794]: cephadm 2024-03-21T13:05:04.191934+0000 mgr.x (mgr.34104) 1057 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:05.838 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:05 smithi184 bash[59794]: audit 2024-03-21T13:05:04.196670+0000 mgr.x (mgr.34104) 1058 : audit [DBG] from='client.44214 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:05:05.838 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:05 smithi184 bash[59794]: cluster 2024-03-21T13:05:04.283207+0000 mgr.x (mgr.34104) 1059 : cluster [DBG] pgmap v670: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:05.838 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:05 smithi184 bash[59794]: cluster 2024-03-21T13:05:04.283888+0000 mgr.x (mgr.34104) 1060 : cluster [DBG] pgmap v671: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:05.838 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:05 smithi184 bash[59794]: cephadm 2024-03-21T13:05:04.291375+0000 mgr.x (mgr.34104) 1061 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:05.838 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:05 smithi184 bash[59794]: cluster 2024-03-21T13:05:04.383225+0000 mgr.x (mgr.34104) 1062 : cluster [DBG] pgmap v672: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:05.838 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:05 smithi184 bash[59794]: cluster 2024-03-21T13:05:04.383977+0000 mgr.x (mgr.34104) 1063 : cluster [DBG] pgmap v673: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:05.838 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:05 smithi184 bash[59794]: cephadm 2024-03-21T13:05:04.390804+0000 mgr.x (mgr.34104) 1064 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:05.838 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:05 smithi184 bash[59794]: cluster 2024-03-21T13:05:04.483968+0000 mgr.x (mgr.34104) 1065 : cluster [DBG] pgmap v674: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:05.838 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:05 smithi184 bash[59794]: cluster 2024-03-21T13:05:04.484724+0000 mgr.x (mgr.34104) 1066 : cluster [DBG] pgmap v675: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:05.838 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:05 smithi184 bash[59794]: cephadm 2024-03-21T13:05:04.492231+0000 mgr.x (mgr.34104) 1067 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:05.838 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:05 smithi184 bash[59794]: audit 2024-03-21T13:05:04.576816+0000 mgr.x (mgr.34104) 1068 : audit [DBG] from='client.54187 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:05:05.838 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:05 smithi184 bash[59794]: cluster 2024-03-21T13:05:04.600212+0000 mgr.x (mgr.34104) 1069 : cluster [DBG] pgmap v676: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:05.839 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:05 smithi184 bash[59794]: cluster 2024-03-21T13:05:04.600870+0000 mgr.x (mgr.34104) 1070 : cluster [DBG] pgmap v677: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:05.839 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:05 smithi184 bash[59794]: cephadm 2024-03-21T13:05:04.609731+0000 mgr.x (mgr.34104) 1071 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:05.839 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:05 smithi184 bash[59794]: audit 2024-03-21T13:05:04.693137+0000 mon.a (mon.0) 1060 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:05.839 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:05 smithi184 bash[59794]: audit 2024-03-21T13:05:04.701498+0000 mon.a (mon.0) 1061 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:05.839 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:05 smithi184 bash[59794]: audit 2024-03-21T13:05:04.704914+0000 mon.a (mon.0) 1062 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:05.839 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:05 smithi184 bash[59794]: audit 2024-03-21T13:05:04.705898+0000 mon.a (mon.0) 1063 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:05.839 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:05 smithi184 bash[59794]: cluster 2024-03-21T13:05:04.709557+0000 mgr.x (mgr.34104) 1072 : cluster [DBG] pgmap v678: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:05.839 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:05 smithi184 bash[59794]: cluster 2024-03-21T13:05:04.710098+0000 mgr.x (mgr.34104) 1073 : cluster [DBG] pgmap v679: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:05.839 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:05 smithi184 bash[59794]: audit 2024-03-21T13:05:04.713459+0000 mon.a (mon.0) 1064 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:05.839 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:05 smithi184 bash[59794]: cephadm 2024-03-21T13:05:04.715890+0000 mgr.x (mgr.34104) 1074 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:05.839 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:05 smithi184 bash[59794]: audit 2024-03-21T13:05:04.784736+0000 mon.a (mon.0) 1065 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:05.839 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:05 smithi184 bash[59794]: audit 2024-03-21T13:05:04.786074+0000 mon.a (mon.0) 1066 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:05:05.839 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:05 smithi184 bash[59794]: audit 2024-03-21T13:05:04.803620+0000 mon.a (mon.0) 1067 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:05.839 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:05 smithi184 bash[59794]: audit 2024-03-21T13:05:04.819073+0000 mon.a (mon.0) 1068 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:05.840 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:05 smithi184 bash[59794]: audit 2024-03-21T13:05:04.836175+0000 mon.a (mon.0) 1069 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:05.840 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:05 smithi184 bash[59794]: audit 2024-03-21T13:05:04.837706+0000 mon.a (mon.0) 1070 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:05.840 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:05 smithi184 bash[59794]: cluster 2024-03-21T13:05:04.841800+0000 mgr.x (mgr.34104) 1075 : cluster [DBG] pgmap v680: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:05.840 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:05 smithi184 bash[59794]: cluster 2024-03-21T13:05:04.842181+0000 mgr.x (mgr.34104) 1076 : cluster [DBG] pgmap v681: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:05.840 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:05 smithi184 bash[59794]: audit 2024-03-21T13:05:04.848213+0000 mon.a (mon.0) 1071 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:05.840 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:05 smithi184 bash[59794]: cephadm 2024-03-21T13:05:04.850378+0000 mgr.x (mgr.34104) 1077 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:05.840 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:05 smithi184 bash[59794]: audit 2024-03-21T13:05:04.932310+0000 mon.a (mon.0) 1072 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:05.840 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:05 smithi184 bash[59794]: audit 2024-03-21T13:05:04.935091+0000 mon.a (mon.0) 1073 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:05.840 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:05 smithi184 bash[59794]: audit 2024-03-21T13:05:04.937931+0000 mon.a (mon.0) 1074 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:05.840 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:05 smithi184 bash[59794]: audit 2024-03-21T13:05:04.939143+0000 mon.a (mon.0) 1075 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:05.840 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:05 smithi184 bash[59794]: cluster 2024-03-21T13:05:04.942785+0000 mgr.x (mgr.34104) 1078 : cluster [DBG] pgmap v682: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:05.840 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:05 smithi184 bash[59794]: cluster 2024-03-21T13:05:04.943067+0000 mgr.x (mgr.34104) 1079 : cluster [DBG] pgmap v683: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:05.840 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:05 smithi184 bash[59794]: audit 2024-03-21T13:05:04.950257+0000 mon.a (mon.0) 1076 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:05.840 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:05 smithi184 bash[59794]: cephadm 2024-03-21T13:05:04.952526+0000 mgr.x (mgr.34104) 1080 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:05.841 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:05 smithi184 bash[59794]: audit 2024-03-21T13:05:05.035332+0000 mon.a (mon.0) 1077 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:05.841 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:05 smithi184 bash[59794]: audit 2024-03-21T13:05:05.038711+0000 mon.a (mon.0) 1078 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:05.841 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:05 smithi184 bash[59794]: audit 2024-03-21T13:05:05.041827+0000 mon.a (mon.0) 1079 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:05.841 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:05 smithi184 bash[59794]: audit 2024-03-21T13:05:05.043016+0000 mon.a (mon.0) 1080 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:05.841 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:05 smithi184 bash[59794]: cluster 2024-03-21T13:05:05.046595+0000 mgr.x (mgr.34104) 1081 : cluster [DBG] pgmap v684: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:05.841 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:05 smithi184 bash[59794]: cluster 2024-03-21T13:05:05.046966+0000 mgr.x (mgr.34104) 1082 : cluster [DBG] pgmap v685: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:05.841 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:05 smithi184 bash[59794]: audit 2024-03-21T13:05:05.055903+0000 mon.a (mon.0) 1081 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:05.841 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:05 smithi184 bash[59794]: cephadm 2024-03-21T13:05:05.058100+0000 mgr.x (mgr.34104) 1083 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:05.841 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:05 smithi184 bash[59794]: audit 2024-03-21T13:05:05.069559+0000 mon.c (mon.1) 5 : audit [DBG] from='client.? 172.21.15.178:0/4158848918' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:05.841 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:05 smithi184 bash[59794]: audit 2024-03-21T13:05:05.134197+0000 mon.a (mon.0) 1082 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:05.841 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:05 smithi184 bash[59794]: audit 2024-03-21T13:05:05.136880+0000 mon.a (mon.0) 1083 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:05.841 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:05 smithi184 bash[59794]: audit 2024-03-21T13:05:05.139991+0000 mon.a (mon.0) 1084 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:05.841 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:05 smithi184 bash[59794]: audit 2024-03-21T13:05:05.141166+0000 mon.a (mon.0) 1085 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:05.842 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:05 smithi184 bash[59794]: cluster 2024-03-21T13:05:05.145169+0000 mgr.x (mgr.34104) 1084 : cluster [DBG] pgmap v686: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:05.842 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:05 smithi184 bash[59794]: cluster 2024-03-21T13:05:05.145804+0000 mgr.x (mgr.34104) 1085 : cluster [DBG] pgmap v687: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:05.842 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:05 smithi184 bash[59794]: audit 2024-03-21T13:05:05.149178+0000 mon.a (mon.0) 1086 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:05.842 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:05 smithi184 bash[59794]: cephadm 2024-03-21T13:05:05.151377+0000 mgr.x (mgr.34104) 1086 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:05.842 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:05 smithi184 bash[59794]: audit 2024-03-21T13:05:05.227403+0000 mon.a (mon.0) 1087 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:05.842 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:05 smithi184 bash[59794]: audit 2024-03-21T13:05:05.230087+0000 mon.a (mon.0) 1088 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:05.842 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:05 smithi184 bash[59794]: audit 2024-03-21T13:05:05.233317+0000 mon.a (mon.0) 1089 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:05.842 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:05 smithi184 bash[59794]: audit 2024-03-21T13:05:05.234335+0000 mon.a (mon.0) 1090 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:05.842 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:05 smithi184 bash[59794]: audit 2024-03-21T13:05:05.242891+0000 mon.a (mon.0) 1091 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:05.842 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:05 smithi184 bash[59794]: audit 2024-03-21T13:05:05.326155+0000 mon.a (mon.0) 1092 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:05.842 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:05 smithi184 bash[59794]: audit 2024-03-21T13:05:05.329201+0000 mon.a (mon.0) 1093 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:05.842 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:05 smithi184 bash[59794]: audit 2024-03-21T13:05:05.333237+0000 mon.a (mon.0) 1094 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:05.842 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:05 smithi184 bash[59794]: audit 2024-03-21T13:05:05.334967+0000 mon.a (mon.0) 1095 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:05.842 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:05 smithi184 bash[59794]: audit 2024-03-21T13:05:05.345403+0000 mon.a (mon.0) 1096 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:05.843 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:05 smithi184 bash[59794]: audit 2024-03-21T13:05:05.424026+0000 mon.a (mon.0) 1097 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:05.843 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:05 smithi184 bash[59794]: audit 2024-03-21T13:05:05.427368+0000 mon.a (mon.0) 1098 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:05.843 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:05 smithi184 bash[59794]: audit 2024-03-21T13:05:05.431198+0000 mon.a (mon.0) 1099 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:05.843 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:05 smithi184 bash[59794]: audit 2024-03-21T13:05:05.432594+0000 mon.a (mon.0) 1100 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:05.843 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:05 smithi184 bash[59794]: audit 2024-03-21T13:05:05.443715+0000 mon.a (mon.0) 1101 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:05.843 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:05 smithi184 bash[59794]: audit 2024-03-21T13:05:05.525065+0000 mon.a (mon.0) 1102 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:05.843 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:05 smithi184 bash[59794]: audit 2024-03-21T13:05:05.528541+0000 mon.a (mon.0) 1103 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:05.843 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:05 smithi184 bash[59794]: audit 2024-03-21T13:05:05.531375+0000 mon.a (mon.0) 1104 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:05.843 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:05 smithi184 bash[59794]: audit 2024-03-21T13:05:05.532335+0000 mon.a (mon.0) 1105 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:05.843 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:05 smithi184 bash[59794]: audit 2024-03-21T13:05:05.541514+0000 mon.a (mon.0) 1106 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:05.843 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:05 smithi184 bash[59794]: audit 2024-03-21T13:05:05.624639+0000 mon.a (mon.0) 1107 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:05.843 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:05 smithi184 bash[59794]: audit 2024-03-21T13:05:05.627849+0000 mon.a (mon.0) 1108 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:05.843 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:05 smithi184 bash[59794]: audit 2024-03-21T13:05:05.633000+0000 mon.a (mon.0) 1109 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:05.843 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:05 smithi184 bash[59794]: audit 2024-03-21T13:05:05.634880+0000 mon.a (mon.0) 1110 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:05.843 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:05 smithi184 bash[59794]: audit 2024-03-21T13:05:05.664806+0000 mon.a (mon.0) 1111 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:05.975 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[75692]: cluster 2024-03-21T13:05:04.182330+0000 mgr.x (mgr.34104) 1055 : cluster [DBG] pgmap v668: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:05.975 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[75692]: cluster 2024-03-21T13:05:04.183076+0000 mgr.x (mgr.34104) 1056 : cluster [DBG] pgmap v669: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:05.975 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[75692]: cephadm 2024-03-21T13:05:04.191934+0000 mgr.x (mgr.34104) 1057 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:05.975 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[75692]: audit 2024-03-21T13:05:04.196670+0000 mgr.x (mgr.34104) 1058 : audit [DBG] from='client.44214 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:05:05.975 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[75692]: cluster 2024-03-21T13:05:04.283207+0000 mgr.x (mgr.34104) 1059 : cluster [DBG] pgmap v670: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:05.975 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[75692]: cluster 2024-03-21T13:05:04.283888+0000 mgr.x (mgr.34104) 1060 : cluster [DBG] pgmap v671: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:05.976 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[75692]: cephadm 2024-03-21T13:05:04.291375+0000 mgr.x (mgr.34104) 1061 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:05.976 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[75692]: cluster 2024-03-21T13:05:04.383225+0000 mgr.x (mgr.34104) 1062 : cluster [DBG] pgmap v672: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:05.976 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[75692]: cluster 2024-03-21T13:05:04.383977+0000 mgr.x (mgr.34104) 1063 : cluster [DBG] pgmap v673: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:05.976 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[75692]: cephadm 2024-03-21T13:05:04.390804+0000 mgr.x (mgr.34104) 1064 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:05.976 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[75692]: cluster 2024-03-21T13:05:04.483968+0000 mgr.x (mgr.34104) 1065 : cluster [DBG] pgmap v674: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:05.976 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[75692]: cluster 2024-03-21T13:05:04.484724+0000 mgr.x (mgr.34104) 1066 : cluster [DBG] pgmap v675: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:05.976 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[75692]: cephadm 2024-03-21T13:05:04.492231+0000 mgr.x (mgr.34104) 1067 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:05.976 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[75692]: audit 2024-03-21T13:05:04.576816+0000 mgr.x (mgr.34104) 1068 : audit [DBG] from='client.54187 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:05:05.976 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[75692]: cluster 2024-03-21T13:05:04.600212+0000 mgr.x (mgr.34104) 1069 : cluster [DBG] pgmap v676: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:05.976 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[75692]: cluster 2024-03-21T13:05:04.600870+0000 mgr.x (mgr.34104) 1070 : cluster [DBG] pgmap v677: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:05.976 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[75692]: cephadm 2024-03-21T13:05:04.609731+0000 mgr.x (mgr.34104) 1071 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:05.976 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[75692]: audit 2024-03-21T13:05:04.693137+0000 mon.a (mon.0) 1060 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:05.976 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[75692]: audit 2024-03-21T13:05:04.701498+0000 mon.a (mon.0) 1061 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:05.976 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[75692]: audit 2024-03-21T13:05:04.704914+0000 mon.a (mon.0) 1062 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:05.977 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[75692]: audit 2024-03-21T13:05:04.705898+0000 mon.a (mon.0) 1063 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:05.977 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[75692]: cluster 2024-03-21T13:05:04.709557+0000 mgr.x (mgr.34104) 1072 : cluster [DBG] pgmap v678: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:05.977 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[75692]: cluster 2024-03-21T13:05:04.710098+0000 mgr.x (mgr.34104) 1073 : cluster [DBG] pgmap v679: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:05.977 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[75692]: audit 2024-03-21T13:05:04.713459+0000 mon.a (mon.0) 1064 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:05.977 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[75692]: cephadm 2024-03-21T13:05:04.715890+0000 mgr.x (mgr.34104) 1074 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:05.977 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[75692]: audit 2024-03-21T13:05:04.784736+0000 mon.a (mon.0) 1065 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:05.977 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[75692]: audit 2024-03-21T13:05:04.786074+0000 mon.a (mon.0) 1066 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:05:05.977 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[75692]: audit 2024-03-21T13:05:04.803620+0000 mon.a (mon.0) 1067 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:05.977 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[75692]: audit 2024-03-21T13:05:04.819073+0000 mon.a (mon.0) 1068 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:05.977 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[75692]: audit 2024-03-21T13:05:04.836175+0000 mon.a (mon.0) 1069 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:05.977 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[75692]: audit 2024-03-21T13:05:04.837706+0000 mon.a (mon.0) 1070 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:05.977 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[75692]: cluster 2024-03-21T13:05:04.841800+0000 mgr.x (mgr.34104) 1075 : cluster [DBG] pgmap v680: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:05.977 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[75692]: cluster 2024-03-21T13:05:04.842181+0000 mgr.x (mgr.34104) 1076 : cluster [DBG] pgmap v681: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:05.977 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[75692]: audit 2024-03-21T13:05:04.848213+0000 mon.a (mon.0) 1071 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:05.978 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[75692]: cephadm 2024-03-21T13:05:04.850378+0000 mgr.x (mgr.34104) 1077 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:05.978 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[75692]: audit 2024-03-21T13:05:04.932310+0000 mon.a (mon.0) 1072 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:05.978 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[75692]: audit 2024-03-21T13:05:04.935091+0000 mon.a (mon.0) 1073 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:05.978 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[75692]: audit 2024-03-21T13:05:04.937931+0000 mon.a (mon.0) 1074 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:05.978 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[75692]: audit 2024-03-21T13:05:04.939143+0000 mon.a (mon.0) 1075 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:05.978 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[75692]: cluster 2024-03-21T13:05:04.942785+0000 mgr.x (mgr.34104) 1078 : cluster [DBG] pgmap v682: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:05.978 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[75692]: cluster 2024-03-21T13:05:04.943067+0000 mgr.x (mgr.34104) 1079 : cluster [DBG] pgmap v683: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:05.978 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[75692]: audit 2024-03-21T13:05:04.950257+0000 mon.a (mon.0) 1076 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:05.978 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[75692]: cephadm 2024-03-21T13:05:04.952526+0000 mgr.x (mgr.34104) 1080 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:05.978 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[75692]: audit 2024-03-21T13:05:05.035332+0000 mon.a (mon.0) 1077 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:05.978 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[75692]: audit 2024-03-21T13:05:05.038711+0000 mon.a (mon.0) 1078 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:05.978 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[75692]: audit 2024-03-21T13:05:05.041827+0000 mon.a (mon.0) 1079 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:05.978 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[75692]: audit 2024-03-21T13:05:05.043016+0000 mon.a (mon.0) 1080 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:05.978 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[75692]: cluster 2024-03-21T13:05:05.046595+0000 mgr.x (mgr.34104) 1081 : cluster [DBG] pgmap v684: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:05.979 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[75692]: cluster 2024-03-21T13:05:05.046966+0000 mgr.x (mgr.34104) 1082 : cluster [DBG] pgmap v685: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:05.979 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[75692]: audit 2024-03-21T13:05:05.055903+0000 mon.a (mon.0) 1081 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:05.979 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[75692]: cephadm 2024-03-21T13:05:05.058100+0000 mgr.x (mgr.34104) 1083 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:05.979 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[75692]: audit 2024-03-21T13:05:05.069559+0000 mon.c (mon.1) 5 : audit [DBG] from='client.? 172.21.15.178:0/4158848918' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:05.979 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[75692]: audit 2024-03-21T13:05:05.134197+0000 mon.a (mon.0) 1082 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:05.979 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[75692]: audit 2024-03-21T13:05:05.136880+0000 mon.a (mon.0) 1083 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:05.980 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[75692]: audit 2024-03-21T13:05:05.139991+0000 mon.a (mon.0) 1084 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:05.980 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[75692]: audit 2024-03-21T13:05:05.141166+0000 mon.a (mon.0) 1085 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:05.980 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[75692]: cluster 2024-03-21T13:05:05.145169+0000 mgr.x (mgr.34104) 1084 : cluster [DBG] pgmap v686: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:05.980 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[75692]: cluster 2024-03-21T13:05:05.145804+0000 mgr.x (mgr.34104) 1085 : cluster [DBG] pgmap v687: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:05.980 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[75692]: audit 2024-03-21T13:05:05.149178+0000 mon.a (mon.0) 1086 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:05.980 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[75692]: cephadm 2024-03-21T13:05:05.151377+0000 mgr.x (mgr.34104) 1086 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:05.980 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[75692]: audit 2024-03-21T13:05:05.227403+0000 mon.a (mon.0) 1087 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:05.980 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[75692]: audit 2024-03-21T13:05:05.230087+0000 mon.a (mon.0) 1088 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:05.980 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[75692]: audit 2024-03-21T13:05:05.233317+0000 mon.a (mon.0) 1089 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:05.980 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[75692]: audit 2024-03-21T13:05:05.234335+0000 mon.a (mon.0) 1090 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:05.980 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[75692]: audit 2024-03-21T13:05:05.242891+0000 mon.a (mon.0) 1091 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:05.980 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[75692]: audit 2024-03-21T13:05:05.326155+0000 mon.a (mon.0) 1092 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:05.980 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[75692]: audit 2024-03-21T13:05:05.329201+0000 mon.a (mon.0) 1093 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:05.980 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[75692]: audit 2024-03-21T13:05:05.333237+0000 mon.a (mon.0) 1094 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:05.980 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[75692]: audit 2024-03-21T13:05:05.334967+0000 mon.a (mon.0) 1095 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:05.981 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[75692]: audit 2024-03-21T13:05:05.345403+0000 mon.a (mon.0) 1096 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:05.981 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[77880]: cluster 2024-03-21T13:05:04.182330+0000 mgr.x (mgr.34104) 1055 : cluster [DBG] pgmap v668: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:05.981 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[77880]: cluster 2024-03-21T13:05:04.183076+0000 mgr.x (mgr.34104) 1056 : cluster [DBG] pgmap v669: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:05.981 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[77880]: cephadm 2024-03-21T13:05:04.191934+0000 mgr.x (mgr.34104) 1057 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:05.981 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[77880]: audit 2024-03-21T13:05:04.196670+0000 mgr.x (mgr.34104) 1058 : audit [DBG] from='client.44214 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:05:05.981 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[77880]: cluster 2024-03-21T13:05:04.283207+0000 mgr.x (mgr.34104) 1059 : cluster [DBG] pgmap v670: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:05.981 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[77880]: cluster 2024-03-21T13:05:04.283888+0000 mgr.x (mgr.34104) 1060 : cluster [DBG] pgmap v671: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:05.981 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[77880]: cephadm 2024-03-21T13:05:04.291375+0000 mgr.x (mgr.34104) 1061 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:05.981 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[77880]: cluster 2024-03-21T13:05:04.383225+0000 mgr.x (mgr.34104) 1062 : cluster [DBG] pgmap v672: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:05.981 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[77880]: cluster 2024-03-21T13:05:04.383977+0000 mgr.x (mgr.34104) 1063 : cluster [DBG] pgmap v673: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:05.982 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[77880]: cephadm 2024-03-21T13:05:04.390804+0000 mgr.x (mgr.34104) 1064 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:05.982 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[77880]: cluster 2024-03-21T13:05:04.483968+0000 mgr.x (mgr.34104) 1065 : cluster [DBG] pgmap v674: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:05.982 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[77880]: cluster 2024-03-21T13:05:04.484724+0000 mgr.x (mgr.34104) 1066 : cluster [DBG] pgmap v675: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:05.982 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[77880]: cephadm 2024-03-21T13:05:04.492231+0000 mgr.x (mgr.34104) 1067 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:05.982 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[77880]: audit 2024-03-21T13:05:04.576816+0000 mgr.x (mgr.34104) 1068 : audit [DBG] from='client.54187 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:05:05.982 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[77880]: cluster 2024-03-21T13:05:04.600212+0000 mgr.x (mgr.34104) 1069 : cluster [DBG] pgmap v676: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:05.982 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[75692]: audit 2024-03-21T13:05:05.424026+0000 mon.a (mon.0) 1097 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:05.982 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[75692]: audit 2024-03-21T13:05:05.427368+0000 mon.a (mon.0) 1098 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:05.982 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[75692]: audit 2024-03-21T13:05:05.431198+0000 mon.a (mon.0) 1099 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:05.982 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[75692]: audit 2024-03-21T13:05:05.432594+0000 mon.a (mon.0) 1100 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:05.983 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[75692]: audit 2024-03-21T13:05:05.443715+0000 mon.a (mon.0) 1101 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:05.983 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[75692]: audit 2024-03-21T13:05:05.525065+0000 mon.a (mon.0) 1102 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:05.983 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[75692]: audit 2024-03-21T13:05:05.528541+0000 mon.a (mon.0) 1103 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:05.983 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[75692]: audit 2024-03-21T13:05:05.531375+0000 mon.a (mon.0) 1104 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:05.983 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[75692]: audit 2024-03-21T13:05:05.532335+0000 mon.a (mon.0) 1105 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:05.983 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[75692]: audit 2024-03-21T13:05:05.541514+0000 mon.a (mon.0) 1106 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:05.983 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[75692]: audit 2024-03-21T13:05:05.624639+0000 mon.a (mon.0) 1107 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:05.983 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[75692]: audit 2024-03-21T13:05:05.627849+0000 mon.a (mon.0) 1108 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:05.983 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[75692]: audit 2024-03-21T13:05:05.633000+0000 mon.a (mon.0) 1109 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:05.983 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[75692]: audit 2024-03-21T13:05:05.634880+0000 mon.a (mon.0) 1110 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:05.983 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[75692]: audit 2024-03-21T13:05:05.664806+0000 mon.a (mon.0) 1111 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:05.984 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[77880]: cluster 2024-03-21T13:05:04.600870+0000 mgr.x (mgr.34104) 1070 : cluster [DBG] pgmap v677: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:05.984 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[77880]: cephadm 2024-03-21T13:05:04.609731+0000 mgr.x (mgr.34104) 1071 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:05.984 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[77880]: audit 2024-03-21T13:05:04.693137+0000 mon.a (mon.0) 1060 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:05.984 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[77880]: audit 2024-03-21T13:05:04.701498+0000 mon.a (mon.0) 1061 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:05.984 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[77880]: audit 2024-03-21T13:05:04.704914+0000 mon.a (mon.0) 1062 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:05.984 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[77880]: audit 2024-03-21T13:05:04.705898+0000 mon.a (mon.0) 1063 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:05.984 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[77880]: cluster 2024-03-21T13:05:04.709557+0000 mgr.x (mgr.34104) 1072 : cluster [DBG] pgmap v678: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:05.984 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[77880]: cluster 2024-03-21T13:05:04.710098+0000 mgr.x (mgr.34104) 1073 : cluster [DBG] pgmap v679: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:05.984 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[77880]: audit 2024-03-21T13:05:04.713459+0000 mon.a (mon.0) 1064 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:05.984 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[77880]: cephadm 2024-03-21T13:05:04.715890+0000 mgr.x (mgr.34104) 1074 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:05.984 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[77880]: audit 2024-03-21T13:05:04.784736+0000 mon.a (mon.0) 1065 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:05.984 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[77880]: audit 2024-03-21T13:05:04.786074+0000 mon.a (mon.0) 1066 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:05:05.985 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[77880]: audit 2024-03-21T13:05:04.803620+0000 mon.a (mon.0) 1067 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:05.985 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[77880]: audit 2024-03-21T13:05:04.819073+0000 mon.a (mon.0) 1068 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:05.985 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[77880]: audit 2024-03-21T13:05:04.836175+0000 mon.a (mon.0) 1069 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:05.985 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[77880]: audit 2024-03-21T13:05:04.837706+0000 mon.a (mon.0) 1070 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:05.985 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[77880]: cluster 2024-03-21T13:05:04.841800+0000 mgr.x (mgr.34104) 1075 : cluster [DBG] pgmap v680: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:05.985 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[77880]: cluster 2024-03-21T13:05:04.842181+0000 mgr.x (mgr.34104) 1076 : cluster [DBG] pgmap v681: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:05.985 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[77880]: audit 2024-03-21T13:05:04.848213+0000 mon.a (mon.0) 1071 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:05.985 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[77880]: cephadm 2024-03-21T13:05:04.850378+0000 mgr.x (mgr.34104) 1077 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:05.985 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[77880]: audit 2024-03-21T13:05:04.932310+0000 mon.a (mon.0) 1072 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:05.985 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[77880]: audit 2024-03-21T13:05:04.935091+0000 mon.a (mon.0) 1073 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:05.985 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[77880]: audit 2024-03-21T13:05:04.937931+0000 mon.a (mon.0) 1074 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:05.985 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[77880]: audit 2024-03-21T13:05:04.939143+0000 mon.a (mon.0) 1075 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:05.985 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[77880]: cluster 2024-03-21T13:05:04.942785+0000 mgr.x (mgr.34104) 1078 : cluster [DBG] pgmap v682: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:05.985 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[77880]: cluster 2024-03-21T13:05:04.943067+0000 mgr.x (mgr.34104) 1079 : cluster [DBG] pgmap v683: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:05.985 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[77880]: audit 2024-03-21T13:05:04.950257+0000 mon.a (mon.0) 1076 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:05.986 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[77880]: cephadm 2024-03-21T13:05:04.952526+0000 mgr.x (mgr.34104) 1080 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:05.986 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[77880]: audit 2024-03-21T13:05:05.035332+0000 mon.a (mon.0) 1077 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:05.986 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[77880]: audit 2024-03-21T13:05:05.038711+0000 mon.a (mon.0) 1078 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:05.986 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[77880]: audit 2024-03-21T13:05:05.041827+0000 mon.a (mon.0) 1079 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:05.986 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[77880]: audit 2024-03-21T13:05:05.043016+0000 mon.a (mon.0) 1080 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:05.986 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[77880]: cluster 2024-03-21T13:05:05.046595+0000 mgr.x (mgr.34104) 1081 : cluster [DBG] pgmap v684: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:05.986 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[77880]: cluster 2024-03-21T13:05:05.046966+0000 mgr.x (mgr.34104) 1082 : cluster [DBG] pgmap v685: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:05.986 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[77880]: audit 2024-03-21T13:05:05.055903+0000 mon.a (mon.0) 1081 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:05.986 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[77880]: cephadm 2024-03-21T13:05:05.058100+0000 mgr.x (mgr.34104) 1083 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:05.986 INFO:journalctl@ceph.osd.0.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[82388]: debug 2024-03-21T13:05:05.970+0000 7f76856d07c0 -1 Falling back to public interface 2024-03-21T13:05:05.987 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[77880]: audit 2024-03-21T13:05:05.069559+0000 mon.c (mon.1) 5 : audit [DBG] from='client.? 172.21.15.178:0/4158848918' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:05.987 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[77880]: audit 2024-03-21T13:05:05.134197+0000 mon.a (mon.0) 1082 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:05.987 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[77880]: audit 2024-03-21T13:05:05.136880+0000 mon.a (mon.0) 1083 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:05.987 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[77880]: audit 2024-03-21T13:05:05.139991+0000 mon.a (mon.0) 1084 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:05.987 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[77880]: audit 2024-03-21T13:05:05.141166+0000 mon.a (mon.0) 1085 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:05.987 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[77880]: cluster 2024-03-21T13:05:05.145169+0000 mgr.x (mgr.34104) 1084 : cluster [DBG] pgmap v686: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:05.987 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[77880]: cluster 2024-03-21T13:05:05.145804+0000 mgr.x (mgr.34104) 1085 : cluster [DBG] pgmap v687: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:05.987 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[77880]: audit 2024-03-21T13:05:05.149178+0000 mon.a (mon.0) 1086 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:05.987 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[77880]: cephadm 2024-03-21T13:05:05.151377+0000 mgr.x (mgr.34104) 1086 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:05.988 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[77880]: audit 2024-03-21T13:05:05.227403+0000 mon.a (mon.0) 1087 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:05.988 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[77880]: audit 2024-03-21T13:05:05.230087+0000 mon.a (mon.0) 1088 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:05.988 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[77880]: audit 2024-03-21T13:05:05.233317+0000 mon.a (mon.0) 1089 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:05.988 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[77880]: audit 2024-03-21T13:05:05.234335+0000 mon.a (mon.0) 1090 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:05.988 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[77880]: audit 2024-03-21T13:05:05.242891+0000 mon.a (mon.0) 1091 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:05.988 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[77880]: audit 2024-03-21T13:05:05.326155+0000 mon.a (mon.0) 1092 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:05.988 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[77880]: audit 2024-03-21T13:05:05.329201+0000 mon.a (mon.0) 1093 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:05.988 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[77880]: audit 2024-03-21T13:05:05.333237+0000 mon.a (mon.0) 1094 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:05.988 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[77880]: audit 2024-03-21T13:05:05.334967+0000 mon.a (mon.0) 1095 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:05.988 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[77880]: audit 2024-03-21T13:05:05.345403+0000 mon.a (mon.0) 1096 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:05.988 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[77880]: audit 2024-03-21T13:05:05.424026+0000 mon.a (mon.0) 1097 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:05.988 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[77880]: audit 2024-03-21T13:05:05.427368+0000 mon.a (mon.0) 1098 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:05.988 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[77880]: audit 2024-03-21T13:05:05.431198+0000 mon.a (mon.0) 1099 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:05.988 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[77880]: audit 2024-03-21T13:05:05.432594+0000 mon.a (mon.0) 1100 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:05.988 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[77880]: audit 2024-03-21T13:05:05.443715+0000 mon.a (mon.0) 1101 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:05.989 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[77880]: audit 2024-03-21T13:05:05.525065+0000 mon.a (mon.0) 1102 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:05.989 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[77880]: audit 2024-03-21T13:05:05.528541+0000 mon.a (mon.0) 1103 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:05.989 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[77880]: audit 2024-03-21T13:05:05.531375+0000 mon.a (mon.0) 1104 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:05.989 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[77880]: audit 2024-03-21T13:05:05.532335+0000 mon.a (mon.0) 1105 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:05.989 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[77880]: audit 2024-03-21T13:05:05.541514+0000 mon.a (mon.0) 1106 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:05.989 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[77880]: audit 2024-03-21T13:05:05.624639+0000 mon.a (mon.0) 1107 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:05.989 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[77880]: audit 2024-03-21T13:05:05.627849+0000 mon.a (mon.0) 1108 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:05.989 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[77880]: audit 2024-03-21T13:05:05.633000+0000 mon.a (mon.0) 1109 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:05.989 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[77880]: audit 2024-03-21T13:05:05.634880+0000 mon.a (mon.0) 1110 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:05.989 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:05 smithi178 bash[77880]: audit 2024-03-21T13:05:05.664806+0000 mon.a (mon.0) 1111 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:06.028 INFO:teuthology.orchestra.run.smithi178.stdout:HEALTH_WARN 1 failed cephadm daemon(s); 1 osds down; Degraded data redundancy: 68/630 objects degraded (10.794%), 21 pgs degraded 2024-03-21T13:05:06.028 INFO:teuthology.orchestra.run.smithi178.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-21T13:05:06.028 INFO:teuthology.orchestra.run.smithi178.stdout: daemon grafana.a on smithi184 is in error state 2024-03-21T13:05:06.028 INFO:teuthology.orchestra.run.smithi178.stdout:[WRN] OSD_DOWN: 1 osds down 2024-03-21T13:05:06.028 INFO:teuthology.orchestra.run.smithi178.stdout: osd.0 (root=default,host=smithi178) is down 2024-03-21T13:05:06.028 INFO:teuthology.orchestra.run.smithi178.stdout:[WRN] PG_DEGRADED: Degraded data redundancy: 68/630 objects degraded (10.794%), 21 pgs degraded 2024-03-21T13:05:06.028 INFO:teuthology.orchestra.run.smithi178.stdout: pg 1.0 is active+undersized+degraded, acting [7,6] 2024-03-21T13:05:06.028 INFO:teuthology.orchestra.run.smithi178.stdout: pg 2.4 is active+undersized+degraded, acting [1,2] 2024-03-21T13:05:06.028 INFO:teuthology.orchestra.run.smithi178.stdout: pg 2.f is active+undersized+degraded, acting [4,7] 2024-03-21T13:05:06.029 INFO:teuthology.orchestra.run.smithi178.stdout: pg 2.15 is active+undersized+degraded, acting [1,5] 2024-03-21T13:05:06.029 INFO:teuthology.orchestra.run.smithi178.stdout: pg 2.1f is active+undersized+degraded, acting [7,4] 2024-03-21T13:05:06.029 INFO:teuthology.orchestra.run.smithi178.stdout: pg 3.1 is active+undersized+degraded, acting [4,3] 2024-03-21T13:05:06.029 INFO:teuthology.orchestra.run.smithi178.stdout: pg 3.3 is active+undersized+degraded, acting [4,6] 2024-03-21T13:05:06.029 INFO:teuthology.orchestra.run.smithi178.stdout: pg 3.6 is active+undersized+degraded, acting [1,4] 2024-03-21T13:05:06.029 INFO:teuthology.orchestra.run.smithi178.stdout: pg 3.7 is active+undersized+degraded, acting [3,7] 2024-03-21T13:05:06.029 INFO:teuthology.orchestra.run.smithi178.stdout: pg 3.b is active+undersized+degraded, acting [3,4] 2024-03-21T13:05:06.029 INFO:teuthology.orchestra.run.smithi178.stdout: pg 3.f is active+undersized+degraded, acting [7,4] 2024-03-21T13:05:06.029 INFO:teuthology.orchestra.run.smithi178.stdout: pg 3.10 is active+undersized+degraded, acting [6,5] 2024-03-21T13:05:06.029 INFO:teuthology.orchestra.run.smithi178.stdout: pg 3.12 is active+undersized+degraded, acting [7,3] 2024-03-21T13:05:06.029 INFO:teuthology.orchestra.run.smithi178.stdout: pg 3.17 is active+undersized+degraded, acting [5,3] 2024-03-21T13:05:06.029 INFO:teuthology.orchestra.run.smithi178.stdout: pg 3.18 is active+undersized+degraded, acting [3,1] 2024-03-21T13:05:06.029 INFO:teuthology.orchestra.run.smithi178.stdout: pg 3.1b is active+undersized+degraded, acting [4,7] 2024-03-21T13:05:06.030 INFO:teuthology.orchestra.run.smithi178.stdout: pg 3.1f is active+undersized+degraded, acting [5,2] 2024-03-21T13:05:06.030 INFO:teuthology.orchestra.run.smithi178.stdout: pg 4.0 is active+undersized+degraded, acting [3,7] 2024-03-21T13:05:06.030 INFO:teuthology.orchestra.run.smithi178.stdout: pg 4.3 is active+undersized+degraded, acting [5,7] 2024-03-21T13:05:06.030 INFO:teuthology.orchestra.run.smithi178.stdout: pg 5.2 is active+undersized+degraded, acting [6,5] 2024-03-21T13:05:06.030 INFO:teuthology.orchestra.run.smithi178.stdout: pg 5.1d is active+undersized+degraded, acting [1,4] 2024-03-21T13:05:07.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:06 smithi178 bash[75692]: cluster 2024-03-21T13:05:05.238302+0000 mgr.x (mgr.34104) 1087 : cluster [DBG] pgmap v688: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:07.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:06 smithi178 bash[75692]: cluster 2024-03-21T13:05:05.238978+0000 mgr.x (mgr.34104) 1088 : cluster [DBG] pgmap v689: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:07.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:06 smithi178 bash[75692]: cephadm 2024-03-21T13:05:05.245458+0000 mgr.x (mgr.34104) 1089 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:07.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:06 smithi178 bash[75692]: cluster 2024-03-21T13:05:05.339562+0000 mgr.x (mgr.34104) 1090 : cluster [DBG] pgmap v690: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:07.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:06 smithi178 bash[75692]: cluster 2024-03-21T13:05:05.340364+0000 mgr.x (mgr.34104) 1091 : cluster [DBG] pgmap v691: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:07.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:06 smithi178 bash[75692]: cephadm 2024-03-21T13:05:05.347650+0000 mgr.x (mgr.34104) 1092 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:07.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:06 smithi178 bash[75692]: cluster 2024-03-21T13:05:05.436952+0000 mgr.x (mgr.34104) 1093 : cluster [DBG] pgmap v692: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:07.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:06 smithi178 bash[75692]: cluster 2024-03-21T13:05:05.437580+0000 mgr.x (mgr.34104) 1094 : cluster [DBG] pgmap v693: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:07.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:06 smithi178 bash[75692]: cephadm 2024-03-21T13:05:05.446329+0000 mgr.x (mgr.34104) 1095 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:07.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:06 smithi178 bash[75692]: audit 2024-03-21T13:05:05.507955+0000 mgr.x (mgr.34104) 1096 : audit [DBG] from='client.44232 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:05:07.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:06 smithi178 bash[75692]: cluster 2024-03-21T13:05:05.535867+0000 mgr.x (mgr.34104) 1097 : cluster [DBG] pgmap v694: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:07.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:06 smithi178 bash[75692]: cluster 2024-03-21T13:05:05.536448+0000 mgr.x (mgr.34104) 1098 : cluster [DBG] pgmap v695: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:07.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:06 smithi178 bash[75692]: cephadm 2024-03-21T13:05:05.544113+0000 mgr.x (mgr.34104) 1099 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:07.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:06 smithi178 bash[75692]: cluster 2024-03-21T13:05:05.641773+0000 mgr.x (mgr.34104) 1100 : cluster [DBG] pgmap v696: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 100 MiB used, 715 GiB / 715 GiB avail; 1.3 MiB/s rd, 0 B/s wr, 2.13k op/s; 68/630 objects degraded (10.794%) 2024-03-21T13:05:07.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:06 smithi178 bash[75692]: cluster 2024-03-21T13:05:05.642446+0000 mgr.x (mgr.34104) 1101 : cluster [DBG] pgmap v697: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 100 MiB used, 715 GiB / 715 GiB avail; 1.2 MiB/s rd, 0 B/s wr, 2.12k op/s; 68/630 objects degraded (10.794%) 2024-03-21T13:05:07.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:06 smithi178 bash[77880]: cluster 2024-03-21T13:05:05.238302+0000 mgr.x (mgr.34104) 1087 : cluster [DBG] pgmap v688: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:07.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:06 smithi178 bash[77880]: cluster 2024-03-21T13:05:05.238978+0000 mgr.x (mgr.34104) 1088 : cluster [DBG] pgmap v689: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:07.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:06 smithi178 bash[77880]: cephadm 2024-03-21T13:05:05.245458+0000 mgr.x (mgr.34104) 1089 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:07.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:06 smithi178 bash[77880]: cluster 2024-03-21T13:05:05.339562+0000 mgr.x (mgr.34104) 1090 : cluster [DBG] pgmap v690: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:07.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:06 smithi178 bash[77880]: cluster 2024-03-21T13:05:05.340364+0000 mgr.x (mgr.34104) 1091 : cluster [DBG] pgmap v691: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:07.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:06 smithi178 bash[77880]: cephadm 2024-03-21T13:05:05.347650+0000 mgr.x (mgr.34104) 1092 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:07.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:06 smithi178 bash[77880]: cluster 2024-03-21T13:05:05.436952+0000 mgr.x (mgr.34104) 1093 : cluster [DBG] pgmap v692: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:07.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:06 smithi178 bash[77880]: cluster 2024-03-21T13:05:05.437580+0000 mgr.x (mgr.34104) 1094 : cluster [DBG] pgmap v693: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:07.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:06 smithi178 bash[77880]: cephadm 2024-03-21T13:05:05.446329+0000 mgr.x (mgr.34104) 1095 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:07.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:06 smithi178 bash[77880]: audit 2024-03-21T13:05:05.507955+0000 mgr.x (mgr.34104) 1096 : audit [DBG] from='client.44232 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:05:07.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:06 smithi178 bash[77880]: cluster 2024-03-21T13:05:05.535867+0000 mgr.x (mgr.34104) 1097 : cluster [DBG] pgmap v694: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:07.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:06 smithi178 bash[77880]: cluster 2024-03-21T13:05:05.536448+0000 mgr.x (mgr.34104) 1098 : cluster [DBG] pgmap v695: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:07.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:06 smithi178 bash[77880]: cephadm 2024-03-21T13:05:05.544113+0000 mgr.x (mgr.34104) 1099 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:07.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:06 smithi178 bash[77880]: cluster 2024-03-21T13:05:05.641773+0000 mgr.x (mgr.34104) 1100 : cluster [DBG] pgmap v696: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 100 MiB used, 715 GiB / 715 GiB avail; 1.3 MiB/s rd, 0 B/s wr, 2.13k op/s; 68/630 objects degraded (10.794%) 2024-03-21T13:05:07.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:06 smithi178 bash[77880]: cluster 2024-03-21T13:05:05.642446+0000 mgr.x (mgr.34104) 1101 : cluster [DBG] pgmap v697: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 100 MiB used, 715 GiB / 715 GiB avail; 1.2 MiB/s rd, 0 B/s wr, 2.12k op/s; 68/630 objects degraded (10.794%) 2024-03-21T13:05:07.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:06 smithi178 bash[75692]: cephadm 2024-03-21T13:05:05.667430+0000 mgr.x (mgr.34104) 1102 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:07.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:06 smithi178 bash[75692]: audit 2024-03-21T13:05:05.743373+0000 mon.a (mon.0) 1112 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:07.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:06 smithi178 bash[75692]: audit 2024-03-21T13:05:05.746077+0000 mon.a (mon.0) 1113 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:07.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:06 smithi178 bash[75692]: audit 2024-03-21T13:05:05.748675+0000 mon.a (mon.0) 1114 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:07.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:06 smithi178 bash[75692]: audit 2024-03-21T13:05:05.749891+0000 mon.a (mon.0) 1115 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:07.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:06 smithi178 bash[75692]: cluster 2024-03-21T13:05:05.753392+0000 mgr.x (mgr.34104) 1103 : cluster [DBG] pgmap v698: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 100 MiB used, 715 GiB / 715 GiB avail; 1.2 MiB/s rd, 0 B/s wr, 2.02k op/s; 68/630 objects degraded (10.794%) 2024-03-21T13:05:07.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:06 smithi178 bash[75692]: cluster 2024-03-21T13:05:05.753865+0000 mgr.x (mgr.34104) 1104 : cluster [DBG] pgmap v699: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 100 MiB used, 715 GiB / 715 GiB avail; 1.2 MiB/s rd, 0 B/s wr, 2.02k op/s; 68/630 objects degraded (10.794%) 2024-03-21T13:05:07.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:06 smithi178 bash[75692]: audit 2024-03-21T13:05:05.758184+0000 mon.a (mon.0) 1116 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:07.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:06 smithi178 bash[75692]: cephadm 2024-03-21T13:05:05.760585+0000 mgr.x (mgr.34104) 1105 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:07.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:06 smithi178 bash[75692]: audit 2024-03-21T13:05:05.827744+0000 mon.a (mon.0) 1117 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:07.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:06 smithi178 bash[75692]: audit 2024-03-21T13:05:05.834333+0000 mon.a (mon.0) 1118 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:07.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:06 smithi178 bash[75692]: audit 2024-03-21T13:05:05.835124+0000 mon.a (mon.0) 1119 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:07.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:06 smithi178 bash[75692]: cluster 2024-03-21T13:05:05.837490+0000 mgr.x (mgr.34104) 1106 : cluster [DBG] pgmap v700: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 100 MiB used, 715 GiB / 715 GiB avail; 1.2 MiB/s rd, 0 B/s wr, 2.12k op/s; 68/630 objects degraded (10.794%) 2024-03-21T13:05:07.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:06 smithi178 bash[75692]: cluster 2024-03-21T13:05:05.838011+0000 mgr.x (mgr.34104) 1107 : cluster [DBG] pgmap v701: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 100 MiB used, 715 GiB / 715 GiB avail; 1.2 MiB/s rd, 0 B/s wr, 2.12k op/s; 68/630 objects degraded (10.794%) 2024-03-21T13:05:07.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:06 smithi178 bash[75692]: audit 2024-03-21T13:05:05.842868+0000 mon.a (mon.0) 1120 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:07.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:06 smithi178 bash[75692]: audit 2024-03-21T13:05:05.843272+0000 mon.a (mon.0) 1121 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:07.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:06 smithi178 bash[75692]: audit 2024-03-21T13:05:05.845897+0000 mon.a (mon.0) 1122 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:07.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:06 smithi178 bash[75692]: audit 2024-03-21T13:05:05.847583+0000 mon.a (mon.0) 1123 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:07.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:06 smithi178 bash[75692]: audit 2024-03-21T13:05:05.849741+0000 mon.a (mon.0) 1124 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-03-21T13:05:07.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:06 smithi178 bash[75692]: audit 2024-03-21T13:05:05.851629+0000 mgr.x (mgr.34104) 1108 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-03-21T13:05:07.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:06 smithi178 bash[75692]: cephadm 2024-03-21T13:05:05.852860+0000 mgr.x (mgr.34104) 1109 : cephadm [INF] Upgrade: osd.0 is safe to restart 2024-03-21T13:05:07.055 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:06 smithi178 bash[75692]: audit 2024-03-21T13:05:06.026832+0000 mon.b (mon.2) 3 : audit [DBG] from='client.? 172.21.15.178:0/772978082' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T13:05:07.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:06 smithi178 bash[77880]: cephadm 2024-03-21T13:05:05.667430+0000 mgr.x (mgr.34104) 1102 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:07.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:06 smithi178 bash[77880]: audit 2024-03-21T13:05:05.743373+0000 mon.a (mon.0) 1112 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:07.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:06 smithi178 bash[77880]: audit 2024-03-21T13:05:05.746077+0000 mon.a (mon.0) 1113 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:07.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:06 smithi178 bash[77880]: audit 2024-03-21T13:05:05.748675+0000 mon.a (mon.0) 1114 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:07.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:06 smithi178 bash[77880]: audit 2024-03-21T13:05:05.749891+0000 mon.a (mon.0) 1115 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:07.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:06 smithi178 bash[77880]: cluster 2024-03-21T13:05:05.753392+0000 mgr.x (mgr.34104) 1103 : cluster [DBG] pgmap v698: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 100 MiB used, 715 GiB / 715 GiB avail; 1.2 MiB/s rd, 0 B/s wr, 2.02k op/s; 68/630 objects degraded (10.794%) 2024-03-21T13:05:07.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:06 smithi178 bash[77880]: cluster 2024-03-21T13:05:05.753865+0000 mgr.x (mgr.34104) 1104 : cluster [DBG] pgmap v699: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 100 MiB used, 715 GiB / 715 GiB avail; 1.2 MiB/s rd, 0 B/s wr, 2.02k op/s; 68/630 objects degraded (10.794%) 2024-03-21T13:05:07.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:06 smithi178 bash[77880]: audit 2024-03-21T13:05:05.758184+0000 mon.a (mon.0) 1116 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:07.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:06 smithi178 bash[77880]: cephadm 2024-03-21T13:05:05.760585+0000 mgr.x (mgr.34104) 1105 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:07.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:06 smithi178 bash[77880]: audit 2024-03-21T13:05:05.827744+0000 mon.a (mon.0) 1117 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:07.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:06 smithi178 bash[77880]: audit 2024-03-21T13:05:05.834333+0000 mon.a (mon.0) 1118 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:07.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:06 smithi178 bash[77880]: audit 2024-03-21T13:05:05.835124+0000 mon.a (mon.0) 1119 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:07.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:06 smithi178 bash[77880]: cluster 2024-03-21T13:05:05.837490+0000 mgr.x (mgr.34104) 1106 : cluster [DBG] pgmap v700: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 100 MiB used, 715 GiB / 715 GiB avail; 1.2 MiB/s rd, 0 B/s wr, 2.12k op/s; 68/630 objects degraded (10.794%) 2024-03-21T13:05:07.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:06 smithi178 bash[77880]: cluster 2024-03-21T13:05:05.838011+0000 mgr.x (mgr.34104) 1107 : cluster [DBG] pgmap v701: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 100 MiB used, 715 GiB / 715 GiB avail; 1.2 MiB/s rd, 0 B/s wr, 2.12k op/s; 68/630 objects degraded (10.794%) 2024-03-21T13:05:07.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:06 smithi178 bash[77880]: audit 2024-03-21T13:05:05.842868+0000 mon.a (mon.0) 1120 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:07.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:06 smithi178 bash[77880]: audit 2024-03-21T13:05:05.843272+0000 mon.a (mon.0) 1121 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:07.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:06 smithi178 bash[77880]: audit 2024-03-21T13:05:05.845897+0000 mon.a (mon.0) 1122 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:07.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:06 smithi178 bash[77880]: audit 2024-03-21T13:05:05.847583+0000 mon.a (mon.0) 1123 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:07.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:06 smithi178 bash[77880]: audit 2024-03-21T13:05:05.849741+0000 mon.a (mon.0) 1124 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-03-21T13:05:07.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:06 smithi178 bash[77880]: audit 2024-03-21T13:05:05.851629+0000 mgr.x (mgr.34104) 1108 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-03-21T13:05:07.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:06 smithi178 bash[77880]: cephadm 2024-03-21T13:05:05.852860+0000 mgr.x (mgr.34104) 1109 : cephadm [INF] Upgrade: osd.0 is safe to restart 2024-03-21T13:05:07.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:06 smithi178 bash[77880]: audit 2024-03-21T13:05:06.026832+0000 mon.b (mon.2) 3 : audit [DBG] from='client.? 172.21.15.178:0/772978082' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T13:05:07.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:06 smithi184 bash[59794]: cluster 2024-03-21T13:05:05.238302+0000 mgr.x (mgr.34104) 1087 : cluster [DBG] pgmap v688: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:07.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:06 smithi184 bash[59794]: cluster 2024-03-21T13:05:05.238978+0000 mgr.x (mgr.34104) 1088 : cluster [DBG] pgmap v689: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:07.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:06 smithi184 bash[59794]: cephadm 2024-03-21T13:05:05.245458+0000 mgr.x (mgr.34104) 1089 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:07.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:06 smithi184 bash[59794]: cluster 2024-03-21T13:05:05.339562+0000 mgr.x (mgr.34104) 1090 : cluster [DBG] pgmap v690: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:07.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:06 smithi184 bash[59794]: cluster 2024-03-21T13:05:05.340364+0000 mgr.x (mgr.34104) 1091 : cluster [DBG] pgmap v691: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:07.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:06 smithi184 bash[59794]: cephadm 2024-03-21T13:05:05.347650+0000 mgr.x (mgr.34104) 1092 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:07.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:06 smithi184 bash[59794]: cluster 2024-03-21T13:05:05.436952+0000 mgr.x (mgr.34104) 1093 : cluster [DBG] pgmap v692: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:07.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:06 smithi184 bash[59794]: cluster 2024-03-21T13:05:05.437580+0000 mgr.x (mgr.34104) 1094 : cluster [DBG] pgmap v693: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:07.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:06 smithi184 bash[59794]: cephadm 2024-03-21T13:05:05.446329+0000 mgr.x (mgr.34104) 1095 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:07.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:06 smithi184 bash[59794]: audit 2024-03-21T13:05:05.507955+0000 mgr.x (mgr.34104) 1096 : audit [DBG] from='client.44232 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:05:07.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:06 smithi184 bash[59794]: cluster 2024-03-21T13:05:05.535867+0000 mgr.x (mgr.34104) 1097 : cluster [DBG] pgmap v694: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:07.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:06 smithi184 bash[59794]: cluster 2024-03-21T13:05:05.536448+0000 mgr.x (mgr.34104) 1098 : cluster [DBG] pgmap v695: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:07.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:06 smithi184 bash[59794]: cephadm 2024-03-21T13:05:05.544113+0000 mgr.x (mgr.34104) 1099 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:07.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:06 smithi184 bash[59794]: cluster 2024-03-21T13:05:05.641773+0000 mgr.x (mgr.34104) 1100 : cluster [DBG] pgmap v696: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 100 MiB used, 715 GiB / 715 GiB avail; 1.3 MiB/s rd, 0 B/s wr, 2.13k op/s; 68/630 objects degraded (10.794%) 2024-03-21T13:05:07.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:06 smithi184 bash[59794]: cluster 2024-03-21T13:05:05.642446+0000 mgr.x (mgr.34104) 1101 : cluster [DBG] pgmap v697: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 100 MiB used, 715 GiB / 715 GiB avail; 1.2 MiB/s rd, 0 B/s wr, 2.12k op/s; 68/630 objects degraded (10.794%) 2024-03-21T13:05:07.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:06 smithi184 bash[59794]: cephadm 2024-03-21T13:05:05.667430+0000 mgr.x (mgr.34104) 1102 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:07.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:06 smithi184 bash[59794]: audit 2024-03-21T13:05:05.743373+0000 mon.a (mon.0) 1112 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:07.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:06 smithi184 bash[59794]: audit 2024-03-21T13:05:05.746077+0000 mon.a (mon.0) 1113 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:07.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:06 smithi184 bash[59794]: audit 2024-03-21T13:05:05.748675+0000 mon.a (mon.0) 1114 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:07.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:06 smithi184 bash[59794]: audit 2024-03-21T13:05:05.749891+0000 mon.a (mon.0) 1115 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:07.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:06 smithi184 bash[59794]: cluster 2024-03-21T13:05:05.753392+0000 mgr.x (mgr.34104) 1103 : cluster [DBG] pgmap v698: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 100 MiB used, 715 GiB / 715 GiB avail; 1.2 MiB/s rd, 0 B/s wr, 2.02k op/s; 68/630 objects degraded (10.794%) 2024-03-21T13:05:07.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:06 smithi184 bash[59794]: cluster 2024-03-21T13:05:05.753865+0000 mgr.x (mgr.34104) 1104 : cluster [DBG] pgmap v699: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 100 MiB used, 715 GiB / 715 GiB avail; 1.2 MiB/s rd, 0 B/s wr, 2.02k op/s; 68/630 objects degraded (10.794%) 2024-03-21T13:05:07.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:06 smithi184 bash[59794]: audit 2024-03-21T13:05:05.758184+0000 mon.a (mon.0) 1116 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:07.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:06 smithi184 bash[59794]: cephadm 2024-03-21T13:05:05.760585+0000 mgr.x (mgr.34104) 1105 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:07.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:06 smithi184 bash[59794]: audit 2024-03-21T13:05:05.827744+0000 mon.a (mon.0) 1117 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:07.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:06 smithi184 bash[59794]: audit 2024-03-21T13:05:05.834333+0000 mon.a (mon.0) 1118 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:07.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:06 smithi184 bash[59794]: audit 2024-03-21T13:05:05.835124+0000 mon.a (mon.0) 1119 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:07.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:06 smithi184 bash[59794]: cluster 2024-03-21T13:05:05.837490+0000 mgr.x (mgr.34104) 1106 : cluster [DBG] pgmap v700: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 100 MiB used, 715 GiB / 715 GiB avail; 1.2 MiB/s rd, 0 B/s wr, 2.12k op/s; 68/630 objects degraded (10.794%) 2024-03-21T13:05:07.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:06 smithi184 bash[59794]: cluster 2024-03-21T13:05:05.838011+0000 mgr.x (mgr.34104) 1107 : cluster [DBG] pgmap v701: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 100 MiB used, 715 GiB / 715 GiB avail; 1.2 MiB/s rd, 0 B/s wr, 2.12k op/s; 68/630 objects degraded (10.794%) 2024-03-21T13:05:07.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:06 smithi184 bash[59794]: audit 2024-03-21T13:05:05.842868+0000 mon.a (mon.0) 1120 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:07.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:06 smithi184 bash[59794]: audit 2024-03-21T13:05:05.843272+0000 mon.a (mon.0) 1121 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:07.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:06 smithi184 bash[59794]: audit 2024-03-21T13:05:05.845897+0000 mon.a (mon.0) 1122 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:07.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:06 smithi184 bash[59794]: audit 2024-03-21T13:05:05.847583+0000 mon.a (mon.0) 1123 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:07.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:06 smithi184 bash[59794]: audit 2024-03-21T13:05:05.849741+0000 mon.a (mon.0) 1124 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-03-21T13:05:07.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:06 smithi184 bash[59794]: audit 2024-03-21T13:05:05.851629+0000 mgr.x (mgr.34104) 1108 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-03-21T13:05:07.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:06 smithi184 bash[59794]: cephadm 2024-03-21T13:05:05.852860+0000 mgr.x (mgr.34104) 1109 : cephadm [INF] Upgrade: osd.0 is safe to restart 2024-03-21T13:05:07.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:06 smithi184 bash[59794]: audit 2024-03-21T13:05:06.026832+0000 mon.b (mon.2) 3 : audit [DBG] from='client.? 172.21.15.178:0/772978082' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T13:05:09.011 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:08 smithi178 bash[75692]: cluster 2024-03-21T13:05:07.839391+0000 mgr.x (mgr.34104) 1110 : cluster [DBG] pgmap v702: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 100 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:09.012 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:08 smithi178 bash[75692]: audit 2024-03-21T13:05:08.725070+0000 mon.a (mon.0) 1125 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-03-21T13:05:09.012 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:08 smithi178 bash[75692]: audit 2024-03-21T13:05:08.726911+0000 mon.a (mon.0) 1126 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:09.012 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:08 smithi178 bash[77880]: cluster 2024-03-21T13:05:07.839391+0000 mgr.x (mgr.34104) 1110 : cluster [DBG] pgmap v702: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 100 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:09.012 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:08 smithi178 bash[77880]: audit 2024-03-21T13:05:08.725070+0000 mon.a (mon.0) 1125 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-03-21T13:05:09.012 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:08 smithi178 bash[77880]: audit 2024-03-21T13:05:08.726911+0000 mon.a (mon.0) 1126 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:09.298 INFO:journalctl@ceph.osd.0.smithi178.stdout:Mar 21 13:05:09 smithi178 bash[82388]: debug 2024-03-21T13:05:09.006+0000 7f76856d07c0 -1 osd.0 0 read_superblock omap replica is missing. 2024-03-21T13:05:09.298 INFO:journalctl@ceph.osd.0.smithi178.stdout:Mar 21 13:05:09 smithi178 bash[82388]: debug 2024-03-21T13:05:09.038+0000 7f76856d07c0 -1 osd.0 115 log_to_monitors true 2024-03-21T13:05:09.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:08 smithi184 bash[59794]: cluster 2024-03-21T13:05:07.839391+0000 mgr.x (mgr.34104) 1110 : cluster [DBG] pgmap v702: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 100 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:09.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:08 smithi184 bash[59794]: audit 2024-03-21T13:05:08.725070+0000 mon.a (mon.0) 1125 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-03-21T13:05:09.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:08 smithi184 bash[59794]: audit 2024-03-21T13:05:08.726911+0000 mon.a (mon.0) 1126 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:10.205 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:09 smithi184 bash[59794]: cephadm 2024-03-21T13:05:08.723747+0000 mgr.x (mgr.34104) 1111 : cephadm [INF] Upgrade: Updating osd.0 2024-03-21T13:05:10.206 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:09 smithi184 bash[59794]: cephadm 2024-03-21T13:05:08.733831+0000 mgr.x (mgr.34104) 1112 : cephadm [INF] Deploying daemon osd.0 on smithi178 2024-03-21T13:05:10.206 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:09 smithi184 bash[59794]: audit 2024-03-21T13:05:09.046031+0000 mon.a (mon.0) 1127 : audit [INF] from='osd.0 [v2:172.21.15.178:6800/1484037136,v1:172.21.15.178:6801/1484037136]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-03-21T13:05:10.261 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:09 smithi178 bash[77880]: cephadm 2024-03-21T13:05:08.723747+0000 mgr.x (mgr.34104) 1111 : cephadm [INF] Upgrade: Updating osd.0 2024-03-21T13:05:10.261 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:09 smithi178 bash[77880]: cephadm 2024-03-21T13:05:08.733831+0000 mgr.x (mgr.34104) 1112 : cephadm [INF] Deploying daemon osd.0 on smithi178 2024-03-21T13:05:10.261 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:09 smithi178 bash[77880]: audit 2024-03-21T13:05:09.046031+0000 mon.a (mon.0) 1127 : audit [INF] from='osd.0 [v2:172.21.15.178:6800/1484037136,v1:172.21.15.178:6801/1484037136]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-03-21T13:05:10.261 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:09 smithi178 bash[75692]: cephadm 2024-03-21T13:05:08.723747+0000 mgr.x (mgr.34104) 1111 : cephadm [INF] Upgrade: Updating osd.0 2024-03-21T13:05:10.261 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:09 smithi178 bash[75692]: cephadm 2024-03-21T13:05:08.733831+0000 mgr.x (mgr.34104) 1112 : cephadm [INF] Deploying daemon osd.0 on smithi178 2024-03-21T13:05:10.261 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:09 smithi178 bash[75692]: audit 2024-03-21T13:05:09.046031+0000 mon.a (mon.0) 1127 : audit [INF] from='osd.0 [v2:172.21.15.178:6800/1484037136,v1:172.21.15.178:6801/1484037136]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-03-21T13:05:10.536 INFO:journalctl@ceph.osd.0.smithi178.stdout:Mar 21 13:05:10 smithi178 bash[82388]: debug 2024-03-21T13:05:10.266+0000 7f7672b20700 -1 osd.0 115 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-03-21T13:05:11.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:10 smithi178 bash[75692]: cluster 2024-03-21T13:05:09.840653+0000 mgr.x (mgr.34104) 1113 : cluster [DBG] pgmap v703: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 100 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:11.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:10 smithi178 bash[75692]: audit 2024-03-21T13:05:09.905739+0000 mon.a (mon.0) 1128 : audit [INF] from='osd.0 [v2:172.21.15.178:6800/1484037136,v1:172.21.15.178:6801/1484037136]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-03-21T13:05:11.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:10 smithi178 bash[75692]: cluster 2024-03-21T13:05:09.910551+0000 mon.a (mon.0) 1129 : cluster [DBG] osdmap e118: 8 total, 7 up, 8 in 2024-03-21T13:05:11.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:10 smithi178 bash[75692]: audit 2024-03-21T13:05:09.914927+0000 mon.a (mon.0) 1130 : audit [INF] from='osd.0 [v2:172.21.15.178:6800/1484037136,v1:172.21.15.178:6801/1484037136]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi178", "root=default"]}]: dispatch 2024-03-21T13:05:11.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:10 smithi178 bash[75692]: audit 2024-03-21T13:05:10.184039+0000 mon.a (mon.0) 1131 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:11.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:10 smithi178 bash[75692]: audit 2024-03-21T13:05:10.191782+0000 mon.a (mon.0) 1132 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:11.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:10 smithi178 bash[75692]: audit 2024-03-21T13:05:10.200895+0000 mon.a (mon.0) 1133 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:11.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:10 smithi178 bash[75692]: audit 2024-03-21T13:05:10.245565+0000 mon.a (mon.0) 1134 : audit [INF] from='osd.0 [v2:172.21.15.178:6800/1484037136,v1:172.21.15.178:6801/1484037136]' entity='osd.0' 2024-03-21T13:05:11.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:10 smithi178 bash[77880]: cluster 2024-03-21T13:05:09.840653+0000 mgr.x (mgr.34104) 1113 : cluster [DBG] pgmap v703: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 100 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:11.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:10 smithi178 bash[77880]: audit 2024-03-21T13:05:09.905739+0000 mon.a (mon.0) 1128 : audit [INF] from='osd.0 [v2:172.21.15.178:6800/1484037136,v1:172.21.15.178:6801/1484037136]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-03-21T13:05:11.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:10 smithi178 bash[77880]: cluster 2024-03-21T13:05:09.910551+0000 mon.a (mon.0) 1129 : cluster [DBG] osdmap e118: 8 total, 7 up, 8 in 2024-03-21T13:05:11.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:10 smithi178 bash[77880]: audit 2024-03-21T13:05:09.914927+0000 mon.a (mon.0) 1130 : audit [INF] from='osd.0 [v2:172.21.15.178:6800/1484037136,v1:172.21.15.178:6801/1484037136]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi178", "root=default"]}]: dispatch 2024-03-21T13:05:11.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:10 smithi178 bash[77880]: audit 2024-03-21T13:05:10.184039+0000 mon.a (mon.0) 1131 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:11.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:10 smithi178 bash[77880]: audit 2024-03-21T13:05:10.191782+0000 mon.a (mon.0) 1132 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:11.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:10 smithi178 bash[77880]: audit 2024-03-21T13:05:10.200895+0000 mon.a (mon.0) 1133 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:11.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:10 smithi178 bash[77880]: audit 2024-03-21T13:05:10.245565+0000 mon.a (mon.0) 1134 : audit [INF] from='osd.0 [v2:172.21.15.178:6800/1484037136,v1:172.21.15.178:6801/1484037136]' entity='osd.0' 2024-03-21T13:05:11.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:10 smithi184 bash[59794]: cluster 2024-03-21T13:05:09.840653+0000 mgr.x (mgr.34104) 1113 : cluster [DBG] pgmap v703: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 100 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:11.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:10 smithi184 bash[59794]: audit 2024-03-21T13:05:09.905739+0000 mon.a (mon.0) 1128 : audit [INF] from='osd.0 [v2:172.21.15.178:6800/1484037136,v1:172.21.15.178:6801/1484037136]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-03-21T13:05:11.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:10 smithi184 bash[59794]: cluster 2024-03-21T13:05:09.910551+0000 mon.a (mon.0) 1129 : cluster [DBG] osdmap e118: 8 total, 7 up, 8 in 2024-03-21T13:05:11.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:10 smithi184 bash[59794]: audit 2024-03-21T13:05:09.914927+0000 mon.a (mon.0) 1130 : audit [INF] from='osd.0 [v2:172.21.15.178:6800/1484037136,v1:172.21.15.178:6801/1484037136]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi178", "root=default"]}]: dispatch 2024-03-21T13:05:11.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:10 smithi184 bash[59794]: audit 2024-03-21T13:05:10.184039+0000 mon.a (mon.0) 1131 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:11.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:10 smithi184 bash[59794]: audit 2024-03-21T13:05:10.191782+0000 mon.a (mon.0) 1132 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:11.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:10 smithi184 bash[59794]: audit 2024-03-21T13:05:10.200895+0000 mon.a (mon.0) 1133 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:11.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:10 smithi184 bash[59794]: audit 2024-03-21T13:05:10.245565+0000 mon.a (mon.0) 1134 : audit [INF] from='osd.0 [v2:172.21.15.178:6800/1484037136,v1:172.21.15.178:6801/1484037136]' entity='osd.0' 2024-03-21T13:05:12.248 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:11 smithi178 bash[75692]: cluster 2024-03-21T13:05:10.195554+0000 mgr.x (mgr.34104) 1114 : cluster [DBG] pgmap v705: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:12.248 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:11 smithi178 bash[75692]: cluster 2024-03-21T13:05:10.196088+0000 mgr.x (mgr.34104) 1115 : cluster [DBG] pgmap v706: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:12.248 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:11 smithi178 bash[75692]: audit 2024-03-21T13:05:10.649200+0000 mgr.x (mgr.34104) 1116 : audit [DBG] from='client.15585 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:05:12.248 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:11 smithi178 bash[75692]: cluster 2024-03-21T13:05:11.244684+0000 mon.a (mon.0) 1135 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-21T13:05:12.248 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:11 smithi178 bash[75692]: cluster 2024-03-21T13:05:11.254716+0000 mon.a (mon.0) 1136 : cluster [INF] osd.0 [v2:172.21.15.178:6800/1484037136,v1:172.21.15.178:6801/1484037136] boot 2024-03-21T13:05:12.248 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:11 smithi178 bash[75692]: cluster 2024-03-21T13:05:11.254859+0000 mon.a (mon.0) 1137 : cluster [DBG] osdmap e119: 8 total, 8 up, 8 in 2024-03-21T13:05:12.248 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:11 smithi178 bash[75692]: audit 2024-03-21T13:05:11.255762+0000 mon.a (mon.0) 1138 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T13:05:12.249 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:11 smithi178 bash[77880]: cluster 2024-03-21T13:05:10.195554+0000 mgr.x (mgr.34104) 1114 : cluster [DBG] pgmap v705: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:12.249 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:11 smithi178 bash[77880]: cluster 2024-03-21T13:05:10.196088+0000 mgr.x (mgr.34104) 1115 : cluster [DBG] pgmap v706: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:12.249 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:11 smithi178 bash[77880]: audit 2024-03-21T13:05:10.649200+0000 mgr.x (mgr.34104) 1116 : audit [DBG] from='client.15585 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:05:12.249 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:11 smithi178 bash[77880]: cluster 2024-03-21T13:05:11.244684+0000 mon.a (mon.0) 1135 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-21T13:05:12.249 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:11 smithi178 bash[77880]: cluster 2024-03-21T13:05:11.254716+0000 mon.a (mon.0) 1136 : cluster [INF] osd.0 [v2:172.21.15.178:6800/1484037136,v1:172.21.15.178:6801/1484037136] boot 2024-03-21T13:05:12.249 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:11 smithi178 bash[77880]: cluster 2024-03-21T13:05:11.254859+0000 mon.a (mon.0) 1137 : cluster [DBG] osdmap e119: 8 total, 8 up, 8 in 2024-03-21T13:05:12.249 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:11 smithi178 bash[77880]: audit 2024-03-21T13:05:11.255762+0000 mon.a (mon.0) 1138 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T13:05:12.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:11 smithi184 bash[59794]: cluster 2024-03-21T13:05:10.195554+0000 mgr.x (mgr.34104) 1114 : cluster [DBG] pgmap v705: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:12.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:11 smithi184 bash[59794]: cluster 2024-03-21T13:05:10.196088+0000 mgr.x (mgr.34104) 1115 : cluster [DBG] pgmap v706: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:12.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:11 smithi184 bash[59794]: audit 2024-03-21T13:05:10.649200+0000 mgr.x (mgr.34104) 1116 : audit [DBG] from='client.15585 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:05:12.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:11 smithi184 bash[59794]: cluster 2024-03-21T13:05:11.244684+0000 mon.a (mon.0) 1135 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-21T13:05:12.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:11 smithi184 bash[59794]: cluster 2024-03-21T13:05:11.254716+0000 mon.a (mon.0) 1136 : cluster [INF] osd.0 [v2:172.21.15.178:6800/1484037136,v1:172.21.15.178:6801/1484037136] boot 2024-03-21T13:05:12.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:11 smithi184 bash[59794]: cluster 2024-03-21T13:05:11.254859+0000 mon.a (mon.0) 1137 : cluster [DBG] osdmap e119: 8 total, 8 up, 8 in 2024-03-21T13:05:12.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:11 smithi184 bash[59794]: audit 2024-03-21T13:05:11.255762+0000 mon.a (mon.0) 1138 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T13:05:13.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:13 smithi178 bash[75692]: cluster 2024-03-21T13:05:12.197010+0000 mgr.x (mgr.34104) 1117 : cluster [DBG] pgmap v708: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s; 68/630 objects degraded (10.794%) 2024-03-21T13:05:13.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:13 smithi178 bash[75692]: cluster 2024-03-21T13:05:12.253195+0000 mon.a (mon.0) 1139 : cluster [DBG] osdmap e120: 8 total, 8 up, 8 in 2024-03-21T13:05:13.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:13 smithi178 bash[77880]: cluster 2024-03-21T13:05:12.197010+0000 mgr.x (mgr.34104) 1117 : cluster [DBG] pgmap v708: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s; 68/630 objects degraded (10.794%) 2024-03-21T13:05:13.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:13 smithi178 bash[77880]: cluster 2024-03-21T13:05:12.253195+0000 mon.a (mon.0) 1139 : cluster [DBG] osdmap e120: 8 total, 8 up, 8 in 2024-03-21T13:05:13.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:13 smithi184 bash[59794]: cluster 2024-03-21T13:05:12.197010+0000 mgr.x (mgr.34104) 1117 : cluster [DBG] pgmap v708: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s; 68/630 objects degraded (10.794%) 2024-03-21T13:05:13.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:13 smithi184 bash[59794]: cluster 2024-03-21T13:05:12.253195+0000 mon.a (mon.0) 1139 : cluster [DBG] osdmap e120: 8 total, 8 up, 8 in 2024-03-21T13:05:15.180 INFO:journalctl@ceph.osd.0.smithi178.stdout:Mar 21 13:05:15 smithi178 systemd[1]: Stopping Ceph osd.0 for a94f249e-e780-11ee-95cd-87774f69a715... 2024-03-21T13:05:15.546 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:15 smithi184 bash[59794]: cluster 2024-03-21T13:05:14.198008+0000 mgr.x (mgr.34104) 1118 : cluster [DBG] pgmap v710: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 68/630 objects degraded (10.794%) 2024-03-21T13:05:15.546 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:15 smithi184 bash[59794]: audit 2024-03-21T13:05:14.251583+0000 mon.a (mon.0) 1140 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:15.546 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:15 smithi184 bash[59794]: audit 2024-03-21T13:05:14.264799+0000 mon.a (mon.0) 1141 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:15.546 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:15 smithi184 bash[59794]: cluster 2024-03-21T13:05:14.268929+0000 mgr.x (mgr.34104) 1119 : cluster [DBG] pgmap v711: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 68/630 objects degraded (10.794%) 2024-03-21T13:05:15.547 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:15 smithi184 bash[59794]: cluster 2024-03-21T13:05:14.269713+0000 mgr.x (mgr.34104) 1120 : cluster [DBG] pgmap v712: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 68/630 objects degraded (10.794%) 2024-03-21T13:05:15.547 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:15 smithi184 bash[59794]: audit 2024-03-21T13:05:14.274476+0000 mon.a (mon.0) 1142 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:15.547 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:15 smithi184 bash[59794]: cluster 2024-03-21T13:05:15.178321+0000 mon.a (mon.0) 1143 : cluster [INF] osd.0 marked itself down and dead 2024-03-21T13:05:15.548 INFO:journalctl@ceph.osd.0.smithi178.stdout:Mar 21 13:05:15 smithi178 bash[82388]: debug 2024-03-21T13:05:15.174+0000 7f767bd37700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.0 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-03-21T13:05:15.548 INFO:journalctl@ceph.osd.0.smithi178.stdout:Mar 21 13:05:15 smithi178 bash[82388]: debug 2024-03-21T13:05:15.174+0000 7f767bd37700 -1 osd.0 120 *** Got signal Terminated *** 2024-03-21T13:05:15.548 INFO:journalctl@ceph.osd.0.smithi178.stdout:Mar 21 13:05:15 smithi178 bash[82388]: debug 2024-03-21T13:05:15.174+0000 7f767bd37700 -1 osd.0 120 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-21T13:05:15.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:15 smithi178 bash[75692]: cluster 2024-03-21T13:05:14.198008+0000 mgr.x (mgr.34104) 1118 : cluster [DBG] pgmap v710: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 68/630 objects degraded (10.794%) 2024-03-21T13:05:15.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:15 smithi178 bash[75692]: audit 2024-03-21T13:05:14.251583+0000 mon.a (mon.0) 1140 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:15.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:15 smithi178 bash[75692]: audit 2024-03-21T13:05:14.264799+0000 mon.a (mon.0) 1141 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:15.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:15 smithi178 bash[75692]: cluster 2024-03-21T13:05:14.268929+0000 mgr.x (mgr.34104) 1119 : cluster [DBG] pgmap v711: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 68/630 objects degraded (10.794%) 2024-03-21T13:05:15.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:15 smithi178 bash[75692]: cluster 2024-03-21T13:05:14.269713+0000 mgr.x (mgr.34104) 1120 : cluster [DBG] pgmap v712: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 68/630 objects degraded (10.794%) 2024-03-21T13:05:15.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:15 smithi178 bash[75692]: audit 2024-03-21T13:05:14.274476+0000 mon.a (mon.0) 1142 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:15.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:15 smithi178 bash[75692]: cluster 2024-03-21T13:05:15.178321+0000 mon.a (mon.0) 1143 : cluster [INF] osd.0 marked itself down and dead 2024-03-21T13:05:15.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:15 smithi178 bash[77880]: cluster 2024-03-21T13:05:14.198008+0000 mgr.x (mgr.34104) 1118 : cluster [DBG] pgmap v710: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 68/630 objects degraded (10.794%) 2024-03-21T13:05:15.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:15 smithi178 bash[77880]: audit 2024-03-21T13:05:14.251583+0000 mon.a (mon.0) 1140 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:15.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:15 smithi178 bash[77880]: audit 2024-03-21T13:05:14.264799+0000 mon.a (mon.0) 1141 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:15.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:15 smithi178 bash[77880]: cluster 2024-03-21T13:05:14.268929+0000 mgr.x (mgr.34104) 1119 : cluster [DBG] pgmap v711: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 68/630 objects degraded (10.794%) 2024-03-21T13:05:15.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:15 smithi178 bash[77880]: cluster 2024-03-21T13:05:14.269713+0000 mgr.x (mgr.34104) 1120 : cluster [DBG] pgmap v712: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 68/630 objects degraded (10.794%) 2024-03-21T13:05:15.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:15 smithi178 bash[77880]: audit 2024-03-21T13:05:14.274476+0000 mon.a (mon.0) 1142 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:15.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:15 smithi178 bash[77880]: cluster 2024-03-21T13:05:15.178321+0000 mon.a (mon.0) 1143 : cluster [INF] osd.0 marked itself down and dead 2024-03-21T13:05:15.823 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:05:15 smithi184 bash[52419]: ::ffff:172.21.15.184 - - [21/Mar/2024:13:05:15] "GET /metrics HTTP/1.1" 200 38421 "" "Prometheus/2.33.4" 2024-03-21T13:05:16.548 INFO:journalctl@ceph.osd.0.smithi178.stdout:Mar 21 13:05:16 smithi178 bash[84184]: ceph-a94f249e-e780-11ee-95cd-87774f69a715-osd-0 2024-03-21T13:05:16.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:16 smithi178 bash[75692]: cluster 2024-03-21T13:05:15.272887+0000 mon.a (mon.0) 1144 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-03-21T13:05:16.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:16 smithi178 bash[75692]: cluster 2024-03-21T13:05:15.281410+0000 mon.a (mon.0) 1145 : cluster [DBG] osdmap e121: 8 total, 7 up, 8 in 2024-03-21T13:05:16.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:16 smithi178 bash[77880]: cluster 2024-03-21T13:05:15.272887+0000 mon.a (mon.0) 1144 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-03-21T13:05:16.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:16 smithi178 bash[77880]: cluster 2024-03-21T13:05:15.281410+0000 mon.a (mon.0) 1145 : cluster [DBG] osdmap e121: 8 total, 7 up, 8 in 2024-03-21T13:05:16.572 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:16 smithi184 bash[59794]: cluster 2024-03-21T13:05:15.272887+0000 mon.a (mon.0) 1144 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-03-21T13:05:16.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:16 smithi184 bash[59794]: cluster 2024-03-21T13:05:15.281410+0000 mon.a (mon.0) 1145 : cluster [DBG] osdmap e121: 8 total, 7 up, 8 in 2024-03-21T13:05:17.048 INFO:journalctl@ceph.osd.0.smithi178.stdout:Mar 21 13:05:16 smithi178 bash[84258]: Error response from daemon: No such container: ceph-a94f249e-e780-11ee-95cd-87774f69a715-osd-0 2024-03-21T13:05:17.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:17 smithi178 bash[75692]: cluster 2024-03-21T13:05:16.272213+0000 mgr.x (mgr.34104) 1121 : cluster [DBG] pgmap v714: 161 pgs: 58 peering, 103 active+clean; 585 KiB data, 126 MiB used, 715 GiB / 715 GiB avail; 104 KiB/s rd, 0 B/s wr, 174 op/s; 0 B/s, 11 objects/s recovering 2024-03-21T13:05:17.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:17 smithi178 bash[75692]: cluster 2024-03-21T13:05:16.281969+0000 mon.a (mon.0) 1146 : cluster [DBG] osdmap e122: 8 total, 7 up, 8 in 2024-03-21T13:05:17.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:17 smithi178 bash[75692]: cluster 2024-03-21T13:05:17.265842+0000 mon.a (mon.0) 1147 : cluster [WRN] Health check failed: Reduced data availability: 8 pgs inactive, 8 pgs peering (PG_AVAILABILITY) 2024-03-21T13:05:17.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:17 smithi178 bash[75692]: cluster 2024-03-21T13:05:17.265899+0000 mon.a (mon.0) 1148 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 68/630 objects degraded (10.794%), 21 pgs degraded) 2024-03-21T13:05:17.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:17 smithi178 bash[77880]: cluster 2024-03-21T13:05:16.272213+0000 mgr.x (mgr.34104) 1121 : cluster [DBG] pgmap v714: 161 pgs: 58 peering, 103 active+clean; 585 KiB data, 126 MiB used, 715 GiB / 715 GiB avail; 104 KiB/s rd, 0 B/s wr, 174 op/s; 0 B/s, 11 objects/s recovering 2024-03-21T13:05:17.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:17 smithi178 bash[77880]: cluster 2024-03-21T13:05:16.281969+0000 mon.a (mon.0) 1146 : cluster [DBG] osdmap e122: 8 total, 7 up, 8 in 2024-03-21T13:05:17.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:17 smithi178 bash[77880]: cluster 2024-03-21T13:05:17.265842+0000 mon.a (mon.0) 1147 : cluster [WRN] Health check failed: Reduced data availability: 8 pgs inactive, 8 pgs peering (PG_AVAILABILITY) 2024-03-21T13:05:17.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:17 smithi178 bash[77880]: cluster 2024-03-21T13:05:17.265899+0000 mon.a (mon.0) 1148 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 68/630 objects degraded (10.794%), 21 pgs degraded) 2024-03-21T13:05:17.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:17 smithi184 bash[59794]: cluster 2024-03-21T13:05:16.272213+0000 mgr.x (mgr.34104) 1121 : cluster [DBG] pgmap v714: 161 pgs: 58 peering, 103 active+clean; 585 KiB data, 126 MiB used, 715 GiB / 715 GiB avail; 104 KiB/s rd, 0 B/s wr, 174 op/s; 0 B/s, 11 objects/s recovering 2024-03-21T13:05:17.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:17 smithi184 bash[59794]: cluster 2024-03-21T13:05:16.281969+0000 mon.a (mon.0) 1146 : cluster [DBG] osdmap e122: 8 total, 7 up, 8 in 2024-03-21T13:05:17.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:17 smithi184 bash[59794]: cluster 2024-03-21T13:05:17.265842+0000 mon.a (mon.0) 1147 : cluster [WRN] Health check failed: Reduced data availability: 8 pgs inactive, 8 pgs peering (PG_AVAILABILITY) 2024-03-21T13:05:17.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:17 smithi184 bash[59794]: cluster 2024-03-21T13:05:17.265899+0000 mon.a (mon.0) 1148 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 68/630 objects degraded (10.794%), 21 pgs degraded) 2024-03-21T13:05:19.191 INFO:journalctl@ceph.osd.0.smithi178.stdout:Mar 21 13:05:18 smithi178 systemd[1]: ceph-a94f249e-e780-11ee-95cd-87774f69a715@osd.0.service: Succeeded. 2024-03-21T13:05:19.191 INFO:journalctl@ceph.osd.0.smithi178.stdout:Mar 21 13:05:18 smithi178 systemd[1]: Stopped Ceph osd.0 for a94f249e-e780-11ee-95cd-87774f69a715. 2024-03-21T13:05:19.548 INFO:journalctl@ceph.osd.0.smithi178.stdout:Mar 21 13:05:19 smithi178 systemd[1]: Started Ceph osd.0 for a94f249e-e780-11ee-95cd-87774f69a715. 2024-03-21T13:05:19.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:19 smithi178 bash[75692]: cluster 2024-03-21T13:05:18.273328+0000 mgr.x (mgr.34104) 1122 : cluster [DBG] pgmap v716: 161 pgs: 58 peering, 103 active+clean; 585 KiB data, 126 MiB used, 715 GiB / 715 GiB avail; 104 KiB/s rd, 0 B/s wr, 174 op/s; 0 B/s, 11 objects/s recovering 2024-03-21T13:05:19.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:19 smithi178 bash[75692]: audit 2024-03-21T13:05:19.244444+0000 mon.a (mon.0) 1149 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:19.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:19 smithi178 bash[75692]: audit 2024-03-21T13:05:19.251682+0000 mon.a (mon.0) 1150 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:19.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:19 smithi178 bash[77880]: cluster 2024-03-21T13:05:18.273328+0000 mgr.x (mgr.34104) 1122 : cluster [DBG] pgmap v716: 161 pgs: 58 peering, 103 active+clean; 585 KiB data, 126 MiB used, 715 GiB / 715 GiB avail; 104 KiB/s rd, 0 B/s wr, 174 op/s; 0 B/s, 11 objects/s recovering 2024-03-21T13:05:19.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:19 smithi178 bash[77880]: audit 2024-03-21T13:05:19.244444+0000 mon.a (mon.0) 1149 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:19.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:19 smithi178 bash[77880]: audit 2024-03-21T13:05:19.251682+0000 mon.a (mon.0) 1150 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:19.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:19 smithi184 bash[59794]: cluster 2024-03-21T13:05:18.273328+0000 mgr.x (mgr.34104) 1122 : cluster [DBG] pgmap v716: 161 pgs: 58 peering, 103 active+clean; 585 KiB data, 126 MiB used, 715 GiB / 715 GiB avail; 104 KiB/s rd, 0 B/s wr, 174 op/s; 0 B/s, 11 objects/s recovering 2024-03-21T13:05:19.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:19 smithi184 bash[59794]: audit 2024-03-21T13:05:19.244444+0000 mon.a (mon.0) 1149 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:19.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:19 smithi184 bash[59794]: audit 2024-03-21T13:05:19.251682+0000 mon.a (mon.0) 1150 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:20.294 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:20 smithi178 bash[77880]: audit 2024-03-21T13:05:19.286415+0000 mon.a (mon.0) 1151 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:20.294 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:20 smithi178 bash[77880]: audit 2024-03-21T13:05:19.288465+0000 mon.a (mon.0) 1152 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:20.294 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:20 smithi178 bash[77880]: cluster 2024-03-21T13:05:19.293681+0000 mgr.x (mgr.34104) 1123 : cluster [DBG] pgmap v717: 161 pgs: 58 peering, 103 active+clean; 585 KiB data, 126 MiB used, 715 GiB / 715 GiB avail; 84 KiB/s rd, 0 B/s wr, 141 op/s; 0 B/s, 8 objects/s recovering 2024-03-21T13:05:20.294 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:20 smithi178 bash[77880]: cluster 2024-03-21T13:05:19.294457+0000 mgr.x (mgr.34104) 1124 : cluster [DBG] pgmap v718: 161 pgs: 58 peering, 103 active+clean; 585 KiB data, 126 MiB used, 715 GiB / 715 GiB avail; 84 KiB/s rd, 0 B/s wr, 141 op/s; 0 B/s, 8 objects/s recovering 2024-03-21T13:05:20.294 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:20 smithi178 bash[77880]: audit 2024-03-21T13:05:19.300608+0000 mon.a (mon.0) 1153 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:20.295 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:20 smithi178 bash[77880]: cephadm 2024-03-21T13:05:19.303011+0000 mgr.x (mgr.34104) 1125 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:20.295 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:20 smithi178 bash[77880]: audit 2024-03-21T13:05:19.386472+0000 mon.a (mon.0) 1154 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:20.295 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:20 smithi178 bash[77880]: audit 2024-03-21T13:05:19.389913+0000 mon.a (mon.0) 1155 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:20.295 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:20 smithi178 bash[77880]: audit 2024-03-21T13:05:19.395348+0000 mon.a (mon.0) 1156 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:20.295 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:20 smithi178 bash[77880]: audit 2024-03-21T13:05:19.396917+0000 mon.a (mon.0) 1157 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:20.295 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:20 smithi178 bash[77880]: cluster 2024-03-21T13:05:19.401435+0000 mgr.x (mgr.34104) 1126 : cluster [DBG] pgmap v719: 161 pgs: 58 peering, 103 active+clean; 585 KiB data, 126 MiB used, 715 GiB / 715 GiB avail; 86 KiB/s rd, 0 B/s wr, 144 op/s; 0 B/s, 5 objects/s recovering 2024-03-21T13:05:20.295 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:20 smithi178 bash[77880]: cluster 2024-03-21T13:05:19.402113+0000 mgr.x (mgr.34104) 1127 : cluster [DBG] pgmap v720: 161 pgs: 58 peering, 103 active+clean; 585 KiB data, 126 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:05:20.295 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:20 smithi178 bash[77880]: audit 2024-03-21T13:05:19.407636+0000 mon.a (mon.0) 1158 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:20.295 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:20 smithi178 bash[77880]: cephadm 2024-03-21T13:05:19.410084+0000 mgr.x (mgr.34104) 1128 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:20.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:20 smithi178 bash[75692]: audit 2024-03-21T13:05:19.286415+0000 mon.a (mon.0) 1151 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:20.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:20 smithi178 bash[75692]: audit 2024-03-21T13:05:19.288465+0000 mon.a (mon.0) 1152 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:20.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:20 smithi178 bash[75692]: cluster 2024-03-21T13:05:19.293681+0000 mgr.x (mgr.34104) 1123 : cluster [DBG] pgmap v717: 161 pgs: 58 peering, 103 active+clean; 585 KiB data, 126 MiB used, 715 GiB / 715 GiB avail; 84 KiB/s rd, 0 B/s wr, 141 op/s; 0 B/s, 8 objects/s recovering 2024-03-21T13:05:20.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:20 smithi178 bash[75692]: cluster 2024-03-21T13:05:19.294457+0000 mgr.x (mgr.34104) 1124 : cluster [DBG] pgmap v718: 161 pgs: 58 peering, 103 active+clean; 585 KiB data, 126 MiB used, 715 GiB / 715 GiB avail; 84 KiB/s rd, 0 B/s wr, 141 op/s; 0 B/s, 8 objects/s recovering 2024-03-21T13:05:20.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:20 smithi178 bash[75692]: audit 2024-03-21T13:05:19.300608+0000 mon.a (mon.0) 1153 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:20.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:20 smithi178 bash[75692]: cephadm 2024-03-21T13:05:19.303011+0000 mgr.x (mgr.34104) 1125 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:20.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:20 smithi178 bash[75692]: audit 2024-03-21T13:05:19.386472+0000 mon.a (mon.0) 1154 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:20.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:20 smithi178 bash[75692]: audit 2024-03-21T13:05:19.389913+0000 mon.a (mon.0) 1155 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:20.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:20 smithi178 bash[75692]: audit 2024-03-21T13:05:19.395348+0000 mon.a (mon.0) 1156 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:20.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:20 smithi178 bash[75692]: audit 2024-03-21T13:05:19.396917+0000 mon.a (mon.0) 1157 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:20.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:20 smithi178 bash[75692]: cluster 2024-03-21T13:05:19.401435+0000 mgr.x (mgr.34104) 1126 : cluster [DBG] pgmap v719: 161 pgs: 58 peering, 103 active+clean; 585 KiB data, 126 MiB used, 715 GiB / 715 GiB avail; 86 KiB/s rd, 0 B/s wr, 144 op/s; 0 B/s, 5 objects/s recovering 2024-03-21T13:05:20.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:20 smithi178 bash[75692]: cluster 2024-03-21T13:05:19.402113+0000 mgr.x (mgr.34104) 1127 : cluster [DBG] pgmap v720: 161 pgs: 58 peering, 103 active+clean; 585 KiB data, 126 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:05:20.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:20 smithi178 bash[75692]: audit 2024-03-21T13:05:19.407636+0000 mon.a (mon.0) 1158 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:20.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:20 smithi178 bash[75692]: cephadm 2024-03-21T13:05:19.410084+0000 mgr.x (mgr.34104) 1128 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:20.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:20 smithi178 bash[75692]: audit 2024-03-21T13:05:19.488410+0000 mon.a (mon.0) 1159 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:20.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:20 smithi178 bash[75692]: audit 2024-03-21T13:05:19.491340+0000 mon.a (mon.0) 1160 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:20.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:20 smithi178 bash[75692]: audit 2024-03-21T13:05:19.495267+0000 mon.a (mon.0) 1161 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:20.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:20 smithi178 bash[75692]: audit 2024-03-21T13:05:19.496631+0000 mon.a (mon.0) 1162 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:20.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:20 smithi178 bash[77880]: audit 2024-03-21T13:05:19.488410+0000 mon.a (mon.0) 1159 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:20.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:20 smithi178 bash[77880]: audit 2024-03-21T13:05:19.491340+0000 mon.a (mon.0) 1160 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:20.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:20 smithi178 bash[77880]: audit 2024-03-21T13:05:19.495267+0000 mon.a (mon.0) 1161 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:20.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:20 smithi178 bash[77880]: audit 2024-03-21T13:05:19.496631+0000 mon.a (mon.0) 1162 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:20.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:20 smithi178 bash[77880]: cluster 2024-03-21T13:05:19.500959+0000 mgr.x (mgr.34104) 1129 : cluster [DBG] pgmap v721: 161 pgs: 58 peering, 103 active+clean; 585 KiB data, 126 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:05:20.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:20 smithi178 bash[77880]: cluster 2024-03-21T13:05:19.501613+0000 mgr.x (mgr.34104) 1130 : cluster [DBG] pgmap v722: 161 pgs: 58 peering, 103 active+clean; 585 KiB data, 126 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:05:20.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:20 smithi178 bash[77880]: audit 2024-03-21T13:05:19.507798+0000 mon.a (mon.0) 1163 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:20.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:20 smithi178 bash[77880]: cephadm 2024-03-21T13:05:19.510113+0000 mgr.x (mgr.34104) 1131 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:20.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:20 smithi178 bash[77880]: audit 2024-03-21T13:05:19.585652+0000 mon.a (mon.0) 1164 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:20.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:20 smithi178 bash[77880]: audit 2024-03-21T13:05:19.588765+0000 mon.a (mon.0) 1165 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:20.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:20 smithi178 bash[77880]: audit 2024-03-21T13:05:19.592090+0000 mon.a (mon.0) 1166 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:20.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:20 smithi178 bash[77880]: audit 2024-03-21T13:05:19.593655+0000 mon.a (mon.0) 1167 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:20.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:20 smithi178 bash[77880]: cluster 2024-03-21T13:05:19.597652+0000 mgr.x (mgr.34104) 1132 : cluster [DBG] pgmap v723: 161 pgs: 58 peering, 103 active+clean; 585 KiB data, 126 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:05:20.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:20 smithi178 bash[77880]: cluster 2024-03-21T13:05:19.598128+0000 mgr.x (mgr.34104) 1133 : cluster [DBG] pgmap v724: 161 pgs: 58 peering, 103 active+clean; 585 KiB data, 126 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:05:20.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:20 smithi178 bash[77880]: audit 2024-03-21T13:05:19.605612+0000 mon.a (mon.0) 1168 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:20.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:20 smithi178 bash[77880]: cephadm 2024-03-21T13:05:19.608048+0000 mgr.x (mgr.34104) 1134 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:20.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:20 smithi178 bash[77880]: audit 2024-03-21T13:05:19.685843+0000 mon.a (mon.0) 1169 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:20.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:20 smithi178 bash[77880]: audit 2024-03-21T13:05:19.689533+0000 mon.a (mon.0) 1170 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:20.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:20 smithi178 bash[77880]: audit 2024-03-21T13:05:19.692956+0000 mon.a (mon.0) 1171 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:20.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:20 smithi178 bash[75692]: cluster 2024-03-21T13:05:19.500959+0000 mgr.x (mgr.34104) 1129 : cluster [DBG] pgmap v721: 161 pgs: 58 peering, 103 active+clean; 585 KiB data, 126 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:05:20.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:20 smithi178 bash[75692]: cluster 2024-03-21T13:05:19.501613+0000 mgr.x (mgr.34104) 1130 : cluster [DBG] pgmap v722: 161 pgs: 58 peering, 103 active+clean; 585 KiB data, 126 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:05:20.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:20 smithi178 bash[75692]: audit 2024-03-21T13:05:19.507798+0000 mon.a (mon.0) 1163 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:20.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:20 smithi178 bash[75692]: cephadm 2024-03-21T13:05:19.510113+0000 mgr.x (mgr.34104) 1131 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:20.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:20 smithi178 bash[75692]: audit 2024-03-21T13:05:19.585652+0000 mon.a (mon.0) 1164 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:20.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:20 smithi178 bash[75692]: audit 2024-03-21T13:05:19.588765+0000 mon.a (mon.0) 1165 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:20.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:20 smithi178 bash[75692]: audit 2024-03-21T13:05:19.592090+0000 mon.a (mon.0) 1166 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:20.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:20 smithi178 bash[75692]: audit 2024-03-21T13:05:19.593655+0000 mon.a (mon.0) 1167 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:20.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:20 smithi178 bash[75692]: cluster 2024-03-21T13:05:19.597652+0000 mgr.x (mgr.34104) 1132 : cluster [DBG] pgmap v723: 161 pgs: 58 peering, 103 active+clean; 585 KiB data, 126 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:05:20.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:20 smithi178 bash[75692]: cluster 2024-03-21T13:05:19.598128+0000 mgr.x (mgr.34104) 1133 : cluster [DBG] pgmap v724: 161 pgs: 58 peering, 103 active+clean; 585 KiB data, 126 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:05:20.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:20 smithi178 bash[75692]: audit 2024-03-21T13:05:19.605612+0000 mon.a (mon.0) 1168 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:20.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:20 smithi178 bash[75692]: cephadm 2024-03-21T13:05:19.608048+0000 mgr.x (mgr.34104) 1134 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:20.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:20 smithi178 bash[75692]: audit 2024-03-21T13:05:19.685843+0000 mon.a (mon.0) 1169 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:20.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:20 smithi178 bash[75692]: audit 2024-03-21T13:05:19.689533+0000 mon.a (mon.0) 1170 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:20.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:20 smithi178 bash[75692]: audit 2024-03-21T13:05:19.692956+0000 mon.a (mon.0) 1171 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:20.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:20 smithi178 bash[75692]: audit 2024-03-21T13:05:19.694466+0000 mon.a (mon.0) 1172 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:20.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:20 smithi178 bash[75692]: cluster 2024-03-21T13:05:19.698504+0000 mgr.x (mgr.34104) 1135 : cluster [DBG] pgmap v725: 161 pgs: 58 peering, 103 active+clean; 585 KiB data, 126 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:05:20.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:20 smithi178 bash[75692]: cluster 2024-03-21T13:05:19.698797+0000 mgr.x (mgr.34104) 1136 : cluster [DBG] pgmap v726: 161 pgs: 58 peering, 103 active+clean; 585 KiB data, 126 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:05:20.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:20 smithi178 bash[75692]: audit 2024-03-21T13:05:19.707222+0000 mon.a (mon.0) 1173 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:20.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:20 smithi178 bash[77880]: audit 2024-03-21T13:05:19.694466+0000 mon.a (mon.0) 1172 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:20.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:20 smithi178 bash[77880]: cluster 2024-03-21T13:05:19.698504+0000 mgr.x (mgr.34104) 1135 : cluster [DBG] pgmap v725: 161 pgs: 58 peering, 103 active+clean; 585 KiB data, 126 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:05:20.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:20 smithi178 bash[77880]: cluster 2024-03-21T13:05:19.698797+0000 mgr.x (mgr.34104) 1136 : cluster [DBG] pgmap v726: 161 pgs: 58 peering, 103 active+clean; 585 KiB data, 126 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:05:20.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:20 smithi178 bash[77880]: audit 2024-03-21T13:05:19.707222+0000 mon.a (mon.0) 1173 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:20.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:20 smithi178 bash[77880]: cephadm 2024-03-21T13:05:19.709556+0000 mgr.x (mgr.34104) 1137 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:20.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:20 smithi178 bash[77880]: audit 2024-03-21T13:05:19.785862+0000 mon.a (mon.0) 1174 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:20.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:20 smithi178 bash[77880]: audit 2024-03-21T13:05:19.787594+0000 mon.a (mon.0) 1175 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:05:20.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:20 smithi178 bash[77880]: audit 2024-03-21T13:05:19.789964+0000 mon.a (mon.0) 1176 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:20.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:20 smithi178 bash[77880]: audit 2024-03-21T13:05:19.793072+0000 mon.a (mon.0) 1177 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:20.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:20 smithi178 bash[77880]: audit 2024-03-21T13:05:19.801758+0000 mon.a (mon.0) 1178 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:20.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:20 smithi178 bash[77880]: audit 2024-03-21T13:05:19.803219+0000 mon.a (mon.0) 1179 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:20.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:20 smithi178 bash[77880]: cluster 2024-03-21T13:05:19.823978+0000 mgr.x (mgr.34104) 1138 : cluster [DBG] pgmap v727: 161 pgs: 58 peering, 103 active+clean; 585 KiB data, 126 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:05:20.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:20 smithi178 bash[77880]: cluster 2024-03-21T13:05:19.824747+0000 mgr.x (mgr.34104) 1139 : cluster [DBG] pgmap v728: 161 pgs: 58 peering, 103 active+clean; 585 KiB data, 126 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:05:20.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:20 smithi178 bash[77880]: audit 2024-03-21T13:05:19.833026+0000 mon.a (mon.0) 1180 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:20.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:20 smithi178 bash[77880]: cephadm 2024-03-21T13:05:19.835334+0000 mgr.x (mgr.34104) 1140 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:20.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:20 smithi178 bash[77880]: audit 2024-03-21T13:05:19.914056+0000 mon.a (mon.0) 1181 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:20.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:20 smithi178 bash[77880]: audit 2024-03-21T13:05:19.916830+0000 mon.a (mon.0) 1182 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:20.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:20 smithi178 bash[77880]: audit 2024-03-21T13:05:19.919800+0000 mon.a (mon.0) 1183 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:20.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:20 smithi178 bash[77880]: audit 2024-03-21T13:05:19.920799+0000 mon.a (mon.0) 1184 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:20.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:20 smithi178 bash[75692]: cephadm 2024-03-21T13:05:19.709556+0000 mgr.x (mgr.34104) 1137 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:20.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:20 smithi178 bash[75692]: audit 2024-03-21T13:05:19.785862+0000 mon.a (mon.0) 1174 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:20.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:20 smithi178 bash[75692]: audit 2024-03-21T13:05:19.787594+0000 mon.a (mon.0) 1175 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:05:20.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:20 smithi178 bash[75692]: audit 2024-03-21T13:05:19.789964+0000 mon.a (mon.0) 1176 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:20.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:20 smithi178 bash[75692]: audit 2024-03-21T13:05:19.793072+0000 mon.a (mon.0) 1177 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:20.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:20 smithi178 bash[75692]: audit 2024-03-21T13:05:19.801758+0000 mon.a (mon.0) 1178 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:20.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:20 smithi178 bash[75692]: audit 2024-03-21T13:05:19.803219+0000 mon.a (mon.0) 1179 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:20.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:20 smithi178 bash[75692]: cluster 2024-03-21T13:05:19.823978+0000 mgr.x (mgr.34104) 1138 : cluster [DBG] pgmap v727: 161 pgs: 58 peering, 103 active+clean; 585 KiB data, 126 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:05:20.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:20 smithi178 bash[75692]: cluster 2024-03-21T13:05:19.824747+0000 mgr.x (mgr.34104) 1139 : cluster [DBG] pgmap v728: 161 pgs: 58 peering, 103 active+clean; 585 KiB data, 126 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:05:20.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:20 smithi178 bash[75692]: audit 2024-03-21T13:05:19.833026+0000 mon.a (mon.0) 1180 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:20.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:20 smithi178 bash[75692]: cephadm 2024-03-21T13:05:19.835334+0000 mgr.x (mgr.34104) 1140 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:20.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:20 smithi178 bash[75692]: audit 2024-03-21T13:05:19.914056+0000 mon.a (mon.0) 1181 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:20.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:20 smithi178 bash[75692]: audit 2024-03-21T13:05:19.916830+0000 mon.a (mon.0) 1182 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:20.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:20 smithi178 bash[75692]: audit 2024-03-21T13:05:19.919800+0000 mon.a (mon.0) 1183 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:20.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:20 smithi178 bash[75692]: audit 2024-03-21T13:05:19.920799+0000 mon.a (mon.0) 1184 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:20.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:20 smithi178 bash[75692]: cluster 2024-03-21T13:05:19.924494+0000 mgr.x (mgr.34104) 1141 : cluster [DBG] pgmap v729: 161 pgs: 58 peering, 103 active+clean; 585 KiB data, 126 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:05:20.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:20 smithi178 bash[75692]: cluster 2024-03-21T13:05:19.925316+0000 mgr.x (mgr.34104) 1142 : cluster [DBG] pgmap v730: 161 pgs: 58 peering, 103 active+clean; 585 KiB data, 126 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:05:20.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:20 smithi178 bash[75692]: audit 2024-03-21T13:05:19.928359+0000 mon.a (mon.0) 1185 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:20.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:20 smithi178 bash[75692]: cephadm 2024-03-21T13:05:19.930860+0000 mgr.x (mgr.34104) 1143 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:20.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:20 smithi178 bash[75692]: audit 2024-03-21T13:05:20.010644+0000 mon.a (mon.0) 1186 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:20.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:20 smithi178 bash[77880]: cluster 2024-03-21T13:05:19.924494+0000 mgr.x (mgr.34104) 1141 : cluster [DBG] pgmap v729: 161 pgs: 58 peering, 103 active+clean; 585 KiB data, 126 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:05:20.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:20 smithi178 bash[77880]: cluster 2024-03-21T13:05:19.925316+0000 mgr.x (mgr.34104) 1142 : cluster [DBG] pgmap v730: 161 pgs: 58 peering, 103 active+clean; 585 KiB data, 126 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:05:20.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:20 smithi178 bash[77880]: audit 2024-03-21T13:05:19.928359+0000 mon.a (mon.0) 1185 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:20.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:20 smithi178 bash[77880]: cephadm 2024-03-21T13:05:19.930860+0000 mgr.x (mgr.34104) 1143 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:20.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:20 smithi178 bash[77880]: audit 2024-03-21T13:05:20.010644+0000 mon.a (mon.0) 1186 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:20.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:20 smithi178 bash[77880]: audit 2024-03-21T13:05:20.014710+0000 mon.a (mon.0) 1187 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:20.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:20 smithi178 bash[77880]: audit 2024-03-21T13:05:20.018814+0000 mon.a (mon.0) 1188 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:20.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:20 smithi178 bash[77880]: audit 2024-03-21T13:05:20.020162+0000 mon.a (mon.0) 1189 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:20.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:20 smithi178 bash[77880]: cluster 2024-03-21T13:05:20.024336+0000 mgr.x (mgr.34104) 1144 : cluster [DBG] pgmap v731: 161 pgs: 58 peering, 103 active+clean; 585 KiB data, 126 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:05:20.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:20 smithi178 bash[77880]: cluster 2024-03-21T13:05:20.025239+0000 mgr.x (mgr.34104) 1145 : cluster [DBG] pgmap v732: 161 pgs: 58 peering, 103 active+clean; 585 KiB data, 126 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:05:20.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:20 smithi178 bash[77880]: audit 2024-03-21T13:05:20.031680+0000 mon.a (mon.0) 1190 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:20.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:20 smithi178 bash[77880]: cephadm 2024-03-21T13:05:20.034169+0000 mgr.x (mgr.34104) 1146 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:20.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:20 smithi178 bash[77880]: audit 2024-03-21T13:05:20.110464+0000 mon.a (mon.0) 1191 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:20.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:20 smithi178 bash[77880]: audit 2024-03-21T13:05:20.113581+0000 mon.a (mon.0) 1192 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:20.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:20 smithi178 bash[77880]: audit 2024-03-21T13:05:20.117567+0000 mon.a (mon.0) 1193 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:20.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:20 smithi178 bash[77880]: audit 2024-03-21T13:05:20.118806+0000 mon.a (mon.0) 1194 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:20.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:20 smithi178 bash[77880]: cluster 2024-03-21T13:05:20.123073+0000 mgr.x (mgr.34104) 1147 : cluster [DBG] pgmap v733: 161 pgs: 58 peering, 103 active+clean; 585 KiB data, 126 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:05:20.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:20 smithi178 bash[77880]: cluster 2024-03-21T13:05:20.124002+0000 mgr.x (mgr.34104) 1148 : cluster [DBG] pgmap v734: 161 pgs: 58 peering, 103 active+clean; 585 KiB data, 126 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:05:20.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:20 smithi178 bash[77880]: audit 2024-03-21T13:05:20.130156+0000 mon.a (mon.0) 1195 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:20.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:20 smithi178 bash[77880]: cephadm 2024-03-21T13:05:20.132481+0000 mgr.x (mgr.34104) 1149 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:20.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:20 smithi178 bash[77880]: audit 2024-03-21T13:05:20.209838+0000 mon.a (mon.0) 1196 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:20.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:20 smithi178 bash[77880]: audit 2024-03-21T13:05:20.213016+0000 mon.a (mon.0) 1197 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:20.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:20 smithi178 bash[77880]: audit 2024-03-21T13:05:20.216522+0000 mon.a (mon.0) 1198 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:20.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:20 smithi178 bash[77880]: audit 2024-03-21T13:05:20.218565+0000 mon.a (mon.0) 1199 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:20.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:20 smithi178 bash[77880]: audit 2024-03-21T13:05:20.229598+0000 mon.a (mon.0) 1200 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:20.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:20 smithi178 bash[75692]: audit 2024-03-21T13:05:20.014710+0000 mon.a (mon.0) 1187 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:20.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:20 smithi178 bash[75692]: audit 2024-03-21T13:05:20.018814+0000 mon.a (mon.0) 1188 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:20.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:20 smithi178 bash[75692]: audit 2024-03-21T13:05:20.020162+0000 mon.a (mon.0) 1189 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:20.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:20 smithi178 bash[75692]: cluster 2024-03-21T13:05:20.024336+0000 mgr.x (mgr.34104) 1144 : cluster [DBG] pgmap v731: 161 pgs: 58 peering, 103 active+clean; 585 KiB data, 126 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:05:20.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:20 smithi178 bash[75692]: cluster 2024-03-21T13:05:20.025239+0000 mgr.x (mgr.34104) 1145 : cluster [DBG] pgmap v732: 161 pgs: 58 peering, 103 active+clean; 585 KiB data, 126 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:05:20.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:20 smithi178 bash[75692]: audit 2024-03-21T13:05:20.031680+0000 mon.a (mon.0) 1190 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:20.562 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:20 smithi178 bash[75692]: cephadm 2024-03-21T13:05:20.034169+0000 mgr.x (mgr.34104) 1146 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:20.562 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:20 smithi178 bash[75692]: audit 2024-03-21T13:05:20.110464+0000 mon.a (mon.0) 1191 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:20.562 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:20 smithi178 bash[75692]: audit 2024-03-21T13:05:20.113581+0000 mon.a (mon.0) 1192 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:20.562 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:20 smithi178 bash[75692]: audit 2024-03-21T13:05:20.117567+0000 mon.a (mon.0) 1193 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:20.562 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:20 smithi178 bash[75692]: audit 2024-03-21T13:05:20.118806+0000 mon.a (mon.0) 1194 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:20.562 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:20 smithi178 bash[75692]: cluster 2024-03-21T13:05:20.123073+0000 mgr.x (mgr.34104) 1147 : cluster [DBG] pgmap v733: 161 pgs: 58 peering, 103 active+clean; 585 KiB data, 126 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:05:20.562 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:20 smithi178 bash[75692]: cluster 2024-03-21T13:05:20.124002+0000 mgr.x (mgr.34104) 1148 : cluster [DBG] pgmap v734: 161 pgs: 58 peering, 103 active+clean; 585 KiB data, 126 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:05:20.562 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:20 smithi178 bash[75692]: audit 2024-03-21T13:05:20.130156+0000 mon.a (mon.0) 1195 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:20.562 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:20 smithi178 bash[75692]: cephadm 2024-03-21T13:05:20.132481+0000 mgr.x (mgr.34104) 1149 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:20.563 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:20 smithi178 bash[75692]: audit 2024-03-21T13:05:20.209838+0000 mon.a (mon.0) 1196 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:20.563 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:20 smithi178 bash[75692]: audit 2024-03-21T13:05:20.213016+0000 mon.a (mon.0) 1197 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:20.563 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:20 smithi178 bash[75692]: audit 2024-03-21T13:05:20.216522+0000 mon.a (mon.0) 1198 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:20.563 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:20 smithi178 bash[75692]: audit 2024-03-21T13:05:20.218565+0000 mon.a (mon.0) 1199 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:20.563 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:20 smithi178 bash[75692]: audit 2024-03-21T13:05:20.229598+0000 mon.a (mon.0) 1200 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:20.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:20 smithi184 bash[59794]: audit 2024-03-21T13:05:19.286415+0000 mon.a (mon.0) 1151 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:20.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:20 smithi184 bash[59794]: audit 2024-03-21T13:05:19.288465+0000 mon.a (mon.0) 1152 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:20.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:20 smithi184 bash[59794]: cluster 2024-03-21T13:05:19.293681+0000 mgr.x (mgr.34104) 1123 : cluster [DBG] pgmap v717: 161 pgs: 58 peering, 103 active+clean; 585 KiB data, 126 MiB used, 715 GiB / 715 GiB avail; 84 KiB/s rd, 0 B/s wr, 141 op/s; 0 B/s, 8 objects/s recovering 2024-03-21T13:05:20.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:20 smithi184 bash[59794]: cluster 2024-03-21T13:05:19.294457+0000 mgr.x (mgr.34104) 1124 : cluster [DBG] pgmap v718: 161 pgs: 58 peering, 103 active+clean; 585 KiB data, 126 MiB used, 715 GiB / 715 GiB avail; 84 KiB/s rd, 0 B/s wr, 141 op/s; 0 B/s, 8 objects/s recovering 2024-03-21T13:05:20.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:20 smithi184 bash[59794]: audit 2024-03-21T13:05:19.300608+0000 mon.a (mon.0) 1153 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:20.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:20 smithi184 bash[59794]: cephadm 2024-03-21T13:05:19.303011+0000 mgr.x (mgr.34104) 1125 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:20.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:20 smithi184 bash[59794]: audit 2024-03-21T13:05:19.386472+0000 mon.a (mon.0) 1154 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:20.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:20 smithi184 bash[59794]: audit 2024-03-21T13:05:19.389913+0000 mon.a (mon.0) 1155 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:20.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:20 smithi184 bash[59794]: audit 2024-03-21T13:05:19.395348+0000 mon.a (mon.0) 1156 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:20.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:20 smithi184 bash[59794]: audit 2024-03-21T13:05:19.396917+0000 mon.a (mon.0) 1157 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:20.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:20 smithi184 bash[59794]: cluster 2024-03-21T13:05:19.401435+0000 mgr.x (mgr.34104) 1126 : cluster [DBG] pgmap v719: 161 pgs: 58 peering, 103 active+clean; 585 KiB data, 126 MiB used, 715 GiB / 715 GiB avail; 86 KiB/s rd, 0 B/s wr, 144 op/s; 0 B/s, 5 objects/s recovering 2024-03-21T13:05:20.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:20 smithi184 bash[59794]: cluster 2024-03-21T13:05:19.402113+0000 mgr.x (mgr.34104) 1127 : cluster [DBG] pgmap v720: 161 pgs: 58 peering, 103 active+clean; 585 KiB data, 126 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:05:20.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:20 smithi184 bash[59794]: audit 2024-03-21T13:05:19.407636+0000 mon.a (mon.0) 1158 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:20.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:20 smithi184 bash[59794]: cephadm 2024-03-21T13:05:19.410084+0000 mgr.x (mgr.34104) 1128 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:20.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:20 smithi184 bash[59794]: audit 2024-03-21T13:05:19.488410+0000 mon.a (mon.0) 1159 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:20.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:20 smithi184 bash[59794]: audit 2024-03-21T13:05:19.491340+0000 mon.a (mon.0) 1160 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:20.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:20 smithi184 bash[59794]: audit 2024-03-21T13:05:19.495267+0000 mon.a (mon.0) 1161 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:20.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:20 smithi184 bash[59794]: audit 2024-03-21T13:05:19.496631+0000 mon.a (mon.0) 1162 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:20.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:20 smithi184 bash[59794]: cluster 2024-03-21T13:05:19.500959+0000 mgr.x (mgr.34104) 1129 : cluster [DBG] pgmap v721: 161 pgs: 58 peering, 103 active+clean; 585 KiB data, 126 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:05:20.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:20 smithi184 bash[59794]: cluster 2024-03-21T13:05:19.501613+0000 mgr.x (mgr.34104) 1130 : cluster [DBG] pgmap v722: 161 pgs: 58 peering, 103 active+clean; 585 KiB data, 126 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:05:20.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:20 smithi184 bash[59794]: audit 2024-03-21T13:05:19.507798+0000 mon.a (mon.0) 1163 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:20.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:20 smithi184 bash[59794]: cephadm 2024-03-21T13:05:19.510113+0000 mgr.x (mgr.34104) 1131 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:20.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:20 smithi184 bash[59794]: audit 2024-03-21T13:05:19.585652+0000 mon.a (mon.0) 1164 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:20.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:20 smithi184 bash[59794]: audit 2024-03-21T13:05:19.588765+0000 mon.a (mon.0) 1165 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:20.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:20 smithi184 bash[59794]: audit 2024-03-21T13:05:19.592090+0000 mon.a (mon.0) 1166 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:20.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:20 smithi184 bash[59794]: audit 2024-03-21T13:05:19.593655+0000 mon.a (mon.0) 1167 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:20.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:20 smithi184 bash[59794]: cluster 2024-03-21T13:05:19.597652+0000 mgr.x (mgr.34104) 1132 : cluster [DBG] pgmap v723: 161 pgs: 58 peering, 103 active+clean; 585 KiB data, 126 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:05:20.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:20 smithi184 bash[59794]: cluster 2024-03-21T13:05:19.598128+0000 mgr.x (mgr.34104) 1133 : cluster [DBG] pgmap v724: 161 pgs: 58 peering, 103 active+clean; 585 KiB data, 126 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:05:20.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:20 smithi184 bash[59794]: audit 2024-03-21T13:05:19.605612+0000 mon.a (mon.0) 1168 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:20.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:20 smithi184 bash[59794]: cephadm 2024-03-21T13:05:19.608048+0000 mgr.x (mgr.34104) 1134 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:20.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:20 smithi184 bash[59794]: audit 2024-03-21T13:05:19.685843+0000 mon.a (mon.0) 1169 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:20.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:20 smithi184 bash[59794]: audit 2024-03-21T13:05:19.689533+0000 mon.a (mon.0) 1170 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:20.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:20 smithi184 bash[59794]: audit 2024-03-21T13:05:19.692956+0000 mon.a (mon.0) 1171 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:20.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:20 smithi184 bash[59794]: audit 2024-03-21T13:05:19.694466+0000 mon.a (mon.0) 1172 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:20.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:20 smithi184 bash[59794]: cluster 2024-03-21T13:05:19.698504+0000 mgr.x (mgr.34104) 1135 : cluster [DBG] pgmap v725: 161 pgs: 58 peering, 103 active+clean; 585 KiB data, 126 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:05:20.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:20 smithi184 bash[59794]: cluster 2024-03-21T13:05:19.698797+0000 mgr.x (mgr.34104) 1136 : cluster [DBG] pgmap v726: 161 pgs: 58 peering, 103 active+clean; 585 KiB data, 126 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:05:20.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:20 smithi184 bash[59794]: audit 2024-03-21T13:05:19.707222+0000 mon.a (mon.0) 1173 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:20.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:20 smithi184 bash[59794]: cephadm 2024-03-21T13:05:19.709556+0000 mgr.x (mgr.34104) 1137 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:20.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:20 smithi184 bash[59794]: audit 2024-03-21T13:05:19.785862+0000 mon.a (mon.0) 1174 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:20.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:20 smithi184 bash[59794]: audit 2024-03-21T13:05:19.787594+0000 mon.a (mon.0) 1175 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:05:20.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:20 smithi184 bash[59794]: audit 2024-03-21T13:05:19.789964+0000 mon.a (mon.0) 1176 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:20.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:20 smithi184 bash[59794]: audit 2024-03-21T13:05:19.793072+0000 mon.a (mon.0) 1177 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:20.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:20 smithi184 bash[59794]: audit 2024-03-21T13:05:19.801758+0000 mon.a (mon.0) 1178 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:20.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:20 smithi184 bash[59794]: audit 2024-03-21T13:05:19.803219+0000 mon.a (mon.0) 1179 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:20.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:20 smithi184 bash[59794]: cluster 2024-03-21T13:05:19.823978+0000 mgr.x (mgr.34104) 1138 : cluster [DBG] pgmap v727: 161 pgs: 58 peering, 103 active+clean; 585 KiB data, 126 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:05:20.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:20 smithi184 bash[59794]: cluster 2024-03-21T13:05:19.824747+0000 mgr.x (mgr.34104) 1139 : cluster [DBG] pgmap v728: 161 pgs: 58 peering, 103 active+clean; 585 KiB data, 126 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:05:20.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:20 smithi184 bash[59794]: audit 2024-03-21T13:05:19.833026+0000 mon.a (mon.0) 1180 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:20.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:20 smithi184 bash[59794]: cephadm 2024-03-21T13:05:19.835334+0000 mgr.x (mgr.34104) 1140 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:20.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:20 smithi184 bash[59794]: audit 2024-03-21T13:05:19.914056+0000 mon.a (mon.0) 1181 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:20.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:20 smithi184 bash[59794]: audit 2024-03-21T13:05:19.916830+0000 mon.a (mon.0) 1182 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:20.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:20 smithi184 bash[59794]: audit 2024-03-21T13:05:19.919800+0000 mon.a (mon.0) 1183 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:20.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:20 smithi184 bash[59794]: audit 2024-03-21T13:05:19.920799+0000 mon.a (mon.0) 1184 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:20.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:20 smithi184 bash[59794]: cluster 2024-03-21T13:05:19.924494+0000 mgr.x (mgr.34104) 1141 : cluster [DBG] pgmap v729: 161 pgs: 58 peering, 103 active+clean; 585 KiB data, 126 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:05:20.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:20 smithi184 bash[59794]: cluster 2024-03-21T13:05:19.925316+0000 mgr.x (mgr.34104) 1142 : cluster [DBG] pgmap v730: 161 pgs: 58 peering, 103 active+clean; 585 KiB data, 126 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:05:20.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:20 smithi184 bash[59794]: audit 2024-03-21T13:05:19.928359+0000 mon.a (mon.0) 1185 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:20.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:20 smithi184 bash[59794]: cephadm 2024-03-21T13:05:19.930860+0000 mgr.x (mgr.34104) 1143 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:20.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:20 smithi184 bash[59794]: audit 2024-03-21T13:05:20.010644+0000 mon.a (mon.0) 1186 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:20.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:20 smithi184 bash[59794]: audit 2024-03-21T13:05:20.014710+0000 mon.a (mon.0) 1187 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:20.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:20 smithi184 bash[59794]: audit 2024-03-21T13:05:20.018814+0000 mon.a (mon.0) 1188 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:20.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:20 smithi184 bash[59794]: audit 2024-03-21T13:05:20.020162+0000 mon.a (mon.0) 1189 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:20.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:20 smithi184 bash[59794]: cluster 2024-03-21T13:05:20.024336+0000 mgr.x (mgr.34104) 1144 : cluster [DBG] pgmap v731: 161 pgs: 58 peering, 103 active+clean; 585 KiB data, 126 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:05:20.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:20 smithi184 bash[59794]: cluster 2024-03-21T13:05:20.025239+0000 mgr.x (mgr.34104) 1145 : cluster [DBG] pgmap v732: 161 pgs: 58 peering, 103 active+clean; 585 KiB data, 126 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:05:20.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:20 smithi184 bash[59794]: audit 2024-03-21T13:05:20.031680+0000 mon.a (mon.0) 1190 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:20.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:20 smithi184 bash[59794]: cephadm 2024-03-21T13:05:20.034169+0000 mgr.x (mgr.34104) 1146 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:20.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:20 smithi184 bash[59794]: audit 2024-03-21T13:05:20.110464+0000 mon.a (mon.0) 1191 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:20.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:20 smithi184 bash[59794]: audit 2024-03-21T13:05:20.113581+0000 mon.a (mon.0) 1192 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:20.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:20 smithi184 bash[59794]: audit 2024-03-21T13:05:20.117567+0000 mon.a (mon.0) 1193 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:20.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:20 smithi184 bash[59794]: audit 2024-03-21T13:05:20.118806+0000 mon.a (mon.0) 1194 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:20.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:20 smithi184 bash[59794]: cluster 2024-03-21T13:05:20.123073+0000 mgr.x (mgr.34104) 1147 : cluster [DBG] pgmap v733: 161 pgs: 58 peering, 103 active+clean; 585 KiB data, 126 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:05:20.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:20 smithi184 bash[59794]: cluster 2024-03-21T13:05:20.124002+0000 mgr.x (mgr.34104) 1148 : cluster [DBG] pgmap v734: 161 pgs: 58 peering, 103 active+clean; 585 KiB data, 126 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:05:20.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:20 smithi184 bash[59794]: audit 2024-03-21T13:05:20.130156+0000 mon.a (mon.0) 1195 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:20.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:20 smithi184 bash[59794]: cephadm 2024-03-21T13:05:20.132481+0000 mgr.x (mgr.34104) 1149 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:20.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:20 smithi184 bash[59794]: audit 2024-03-21T13:05:20.209838+0000 mon.a (mon.0) 1196 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:20.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:20 smithi184 bash[59794]: audit 2024-03-21T13:05:20.213016+0000 mon.a (mon.0) 1197 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:20.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:20 smithi184 bash[59794]: audit 2024-03-21T13:05:20.216522+0000 mon.a (mon.0) 1198 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:20.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:20 smithi184 bash[59794]: audit 2024-03-21T13:05:20.218565+0000 mon.a (mon.0) 1199 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:20.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:20 smithi184 bash[59794]: audit 2024-03-21T13:05:20.229598+0000 mon.a (mon.0) 1200 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:21.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:21 smithi184 bash[59794]: cluster 2024-03-21T13:05:20.223115+0000 mgr.x (mgr.34104) 1150 : cluster [DBG] pgmap v735: 161 pgs: 58 peering, 103 active+clean; 585 KiB data, 126 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:05:21.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:21 smithi184 bash[59794]: cluster 2024-03-21T13:05:20.223468+0000 mgr.x (mgr.34104) 1151 : cluster [DBG] pgmap v736: 161 pgs: 58 peering, 103 active+clean; 585 KiB data, 126 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:05:21.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:21 smithi184 bash[59794]: cephadm 2024-03-21T13:05:20.231929+0000 mgr.x (mgr.34104) 1152 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:21.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:21 smithi184 bash[59794]: audit 2024-03-21T13:05:20.307668+0000 mon.a (mon.0) 1201 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:21.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:21 smithi184 bash[59794]: audit 2024-03-21T13:05:20.310569+0000 mon.a (mon.0) 1202 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:21.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:21 smithi184 bash[59794]: audit 2024-03-21T13:05:20.313906+0000 mon.a (mon.0) 1203 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:21.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:21 smithi184 bash[59794]: audit 2024-03-21T13:05:20.315040+0000 mon.a (mon.0) 1204 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:21.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:21 smithi184 bash[59794]: cluster 2024-03-21T13:05:20.318594+0000 mgr.x (mgr.34104) 1153 : cluster [DBG] pgmap v737: 161 pgs: 58 peering, 103 active+clean; 585 KiB data, 126 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:05:21.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:21 smithi184 bash[59794]: cluster 2024-03-21T13:05:20.319031+0000 mgr.x (mgr.34104) 1154 : cluster [DBG] pgmap v738: 161 pgs: 58 peering, 103 active+clean; 585 KiB data, 126 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:05:21.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:21 smithi184 bash[59794]: audit 2024-03-21T13:05:20.323694+0000 mon.a (mon.0) 1205 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:21.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:21 smithi184 bash[59794]: cephadm 2024-03-21T13:05:20.325903+0000 mgr.x (mgr.34104) 1155 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:21.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:21 smithi184 bash[59794]: audit 2024-03-21T13:05:20.401240+0000 mon.a (mon.0) 1206 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:21.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:21 smithi184 bash[59794]: audit 2024-03-21T13:05:20.404256+0000 mon.a (mon.0) 1207 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:21.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:21 smithi184 bash[59794]: audit 2024-03-21T13:05:20.408410+0000 mon.a (mon.0) 1208 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:21.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:21 smithi184 bash[59794]: audit 2024-03-21T13:05:20.409792+0000 mon.a (mon.0) 1209 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:21.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:21 smithi184 bash[59794]: cluster 2024-03-21T13:05:20.414172+0000 mgr.x (mgr.34104) 1156 : cluster [DBG] pgmap v739: 161 pgs: 58 peering, 103 active+clean; 585 KiB data, 126 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:05:21.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:21 smithi184 bash[59794]: cluster 2024-03-21T13:05:20.414826+0000 mgr.x (mgr.34104) 1157 : cluster [DBG] pgmap v740: 161 pgs: 58 peering, 103 active+clean; 585 KiB data, 126 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:05:21.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:21 smithi184 bash[59794]: audit 2024-03-21T13:05:20.421852+0000 mon.a (mon.0) 1210 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:21.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:21 smithi184 bash[59794]: cephadm 2024-03-21T13:05:20.424076+0000 mgr.x (mgr.34104) 1158 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:21.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:21 smithi184 bash[59794]: audit 2024-03-21T13:05:20.501824+0000 mon.a (mon.0) 1211 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:21.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:21 smithi184 bash[59794]: audit 2024-03-21T13:05:20.505631+0000 mon.a (mon.0) 1212 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:21.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:21 smithi184 bash[59794]: audit 2024-03-21T13:05:20.510561+0000 mon.a (mon.0) 1213 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:21.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:21 smithi184 bash[59794]: audit 2024-03-21T13:05:20.512110+0000 mon.a (mon.0) 1214 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:21.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:21 smithi184 bash[59794]: cluster 2024-03-21T13:05:20.516091+0000 mgr.x (mgr.34104) 1159 : cluster [DBG] pgmap v741: 161 pgs: 58 peering, 103 active+clean; 585 KiB data, 126 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:05:21.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:21 smithi184 bash[59794]: cluster 2024-03-21T13:05:20.516869+0000 mgr.x (mgr.34104) 1160 : cluster [DBG] pgmap v742: 161 pgs: 58 peering, 103 active+clean; 585 KiB data, 126 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:05:21.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:21 smithi184 bash[59794]: audit 2024-03-21T13:05:20.523560+0000 mon.a (mon.0) 1215 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:21.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:21 smithi184 bash[59794]: cephadm 2024-03-21T13:05:20.525802+0000 mgr.x (mgr.34104) 1161 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:21.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:21 smithi184 bash[59794]: audit 2024-03-21T13:05:20.603235+0000 mon.a (mon.0) 1216 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:21.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:21 smithi184 bash[59794]: audit 2024-03-21T13:05:20.606517+0000 mon.a (mon.0) 1217 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:21.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:21 smithi184 bash[59794]: audit 2024-03-21T13:05:20.609647+0000 mon.a (mon.0) 1218 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:21.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:21 smithi184 bash[59794]: audit 2024-03-21T13:05:20.610971+0000 mon.a (mon.0) 1219 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:21.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:21 smithi184 bash[59794]: cluster 2024-03-21T13:05:20.615113+0000 mgr.x (mgr.34104) 1162 : cluster [DBG] pgmap v743: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 1.4 MiB/s rd, 0 B/s wr, 2.43k op/s; 68/630 objects degraded (10.794%) 2024-03-21T13:05:21.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:21 smithi184 bash[59794]: cluster 2024-03-21T13:05:20.615521+0000 mgr.x (mgr.34104) 1163 : cluster [DBG] pgmap v744: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 1.4 MiB/s rd, 0 B/s wr, 2.43k op/s; 68/630 objects degraded (10.794%) 2024-03-21T13:05:21.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:21 smithi184 bash[59794]: audit 2024-03-21T13:05:20.622945+0000 mon.a (mon.0) 1220 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:21.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:21 smithi184 bash[59794]: cephadm 2024-03-21T13:05:20.625243+0000 mgr.x (mgr.34104) 1164 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:21.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:21 smithi184 bash[59794]: audit 2024-03-21T13:05:20.656987+0000 mgr.x (mgr.34104) 1165 : audit [DBG] from='client.15585 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:05:21.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:21 smithi184 bash[59794]: audit 2024-03-21T13:05:20.705169+0000 mon.a (mon.0) 1221 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:21.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:21 smithi184 bash[59794]: audit 2024-03-21T13:05:20.708149+0000 mon.a (mon.0) 1222 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:21.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:21 smithi184 bash[59794]: audit 2024-03-21T13:05:20.711639+0000 mon.a (mon.0) 1223 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:21.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:21 smithi184 bash[59794]: audit 2024-03-21T13:05:20.714538+0000 mon.a (mon.0) 1224 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:21.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:21 smithi184 bash[59794]: cluster 2024-03-21T13:05:20.720668+0000 mgr.x (mgr.34104) 1166 : cluster [DBG] pgmap v745: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 1.4 MiB/s rd, 0 B/s wr, 2.35k op/s; 68/630 objects degraded (10.794%) 2024-03-21T13:05:21.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:21 smithi184 bash[59794]: cluster 2024-03-21T13:05:20.721756+0000 mgr.x (mgr.34104) 1167 : cluster [DBG] pgmap v746: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 1.4 MiB/s rd, 0 B/s wr, 2.35k op/s; 68/630 objects degraded (10.794%) 2024-03-21T13:05:21.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:21 smithi184 bash[59794]: audit 2024-03-21T13:05:20.727982+0000 mon.a (mon.0) 1225 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:21.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:21 smithi184 bash[59794]: cephadm 2024-03-21T13:05:20.730380+0000 mgr.x (mgr.34104) 1168 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:21.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:21 smithi184 bash[59794]: audit 2024-03-21T13:05:20.808408+0000 mon.a (mon.0) 1226 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:21.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:21 smithi184 bash[59794]: audit 2024-03-21T13:05:20.811958+0000 mon.a (mon.0) 1227 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:21.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:21 smithi184 bash[59794]: audit 2024-03-21T13:05:20.817082+0000 mon.a (mon.0) 1228 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:21.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:21 smithi184 bash[59794]: audit 2024-03-21T13:05:20.818653+0000 mon.a (mon.0) 1229 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:21.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:21 smithi184 bash[59794]: cluster 2024-03-21T13:05:20.823044+0000 mgr.x (mgr.34104) 1169 : cluster [DBG] pgmap v747: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 1.4 MiB/s rd, 0 B/s wr, 2.34k op/s; 68/630 objects degraded (10.794%) 2024-03-21T13:05:21.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:21 smithi184 bash[59794]: cluster 2024-03-21T13:05:20.823458+0000 mgr.x (mgr.34104) 1170 : cluster [DBG] pgmap v748: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 1.4 MiB/s rd, 0 B/s wr, 2.35k op/s; 68/630 objects degraded (10.794%) 2024-03-21T13:05:21.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:21 smithi184 bash[59794]: audit 2024-03-21T13:05:20.831722+0000 mon.a (mon.0) 1230 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:21.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:21 smithi184 bash[59794]: cephadm 2024-03-21T13:05:20.834063+0000 mgr.x (mgr.34104) 1171 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:21.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:21 smithi184 bash[59794]: audit 2024-03-21T13:05:20.911289+0000 mon.a (mon.0) 1231 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:21.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:21 smithi184 bash[59794]: audit 2024-03-21T13:05:20.913766+0000 mon.a (mon.0) 1232 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:21.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:21 smithi184 bash[59794]: audit 2024-03-21T13:05:20.917014+0000 mon.a (mon.0) 1233 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:21.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:21 smithi184 bash[59794]: audit 2024-03-21T13:05:20.918120+0000 mon.a (mon.0) 1234 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:21.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:21 smithi184 bash[59794]: cluster 2024-03-21T13:05:20.921871+0000 mgr.x (mgr.34104) 1172 : cluster [DBG] pgmap v749: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:21.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:21 smithi184 bash[59794]: cluster 2024-03-21T13:05:20.922415+0000 mgr.x (mgr.34104) 1173 : cluster [DBG] pgmap v750: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:21.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:21 smithi184 bash[59794]: audit 2024-03-21T13:05:20.926782+0000 mon.a (mon.0) 1235 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:21.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:21 smithi184 bash[59794]: cephadm 2024-03-21T13:05:20.929255+0000 mgr.x (mgr.34104) 1174 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:21.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:21 smithi184 bash[59794]: audit 2024-03-21T13:05:21.005530+0000 mon.a (mon.0) 1236 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:21.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:21 smithi184 bash[59794]: audit 2024-03-21T13:05:21.009096+0000 mon.a (mon.0) 1237 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:21.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:21 smithi184 bash[59794]: audit 2024-03-21T13:05:21.013184+0000 mon.a (mon.0) 1238 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:21.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:21 smithi184 bash[59794]: audit 2024-03-21T13:05:21.014542+0000 mon.a (mon.0) 1239 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:21.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:21 smithi184 bash[59794]: cluster 2024-03-21T13:05:21.018926+0000 mgr.x (mgr.34104) 1175 : cluster [DBG] pgmap v751: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:21.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:21 smithi184 bash[59794]: cluster 2024-03-21T13:05:21.019696+0000 mgr.x (mgr.34104) 1176 : cluster [DBG] pgmap v752: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:21.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:21 smithi184 bash[59794]: audit 2024-03-21T13:05:21.025139+0000 mon.a (mon.0) 1240 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:21.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:21 smithi184 bash[59794]: cephadm 2024-03-21T13:05:21.027601+0000 mgr.x (mgr.34104) 1177 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:21.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:21 smithi184 bash[59794]: audit 2024-03-21T13:05:21.109909+0000 mon.a (mon.0) 1241 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:21.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:21 smithi184 bash[59794]: audit 2024-03-21T13:05:21.113683+0000 mon.a (mon.0) 1242 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:21.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:21 smithi184 bash[59794]: audit 2024-03-21T13:05:21.116962+0000 mon.a (mon.0) 1243 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:21.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:21 smithi184 bash[59794]: audit 2024-03-21T13:05:21.118282+0000 mon.a (mon.0) 1244 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:21.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:21 smithi184 bash[59794]: cluster 2024-03-21T13:05:21.122638+0000 mgr.x (mgr.34104) 1178 : cluster [DBG] pgmap v753: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:21.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:21 smithi184 bash[59794]: cluster 2024-03-21T13:05:21.123062+0000 mgr.x (mgr.34104) 1179 : cluster [DBG] pgmap v754: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:21.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:21 smithi184 bash[59794]: audit 2024-03-21T13:05:21.129277+0000 mon.a (mon.0) 1245 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:21.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:21 smithi184 bash[59794]: cephadm 2024-03-21T13:05:21.131843+0000 mgr.x (mgr.34104) 1180 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:21.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:21 smithi184 bash[59794]: audit 2024-03-21T13:05:21.208339+0000 mon.a (mon.0) 1246 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:21.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:21 smithi184 bash[59794]: audit 2024-03-21T13:05:21.211450+0000 mon.a (mon.0) 1247 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:21.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:21 smithi184 bash[59794]: audit 2024-03-21T13:05:21.215869+0000 mon.a (mon.0) 1248 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:21.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:21 smithi184 bash[59794]: audit 2024-03-21T13:05:21.217401+0000 mon.a (mon.0) 1249 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:21.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:21 smithi184 bash[59794]: audit 2024-03-21T13:05:21.226618+0000 mon.a (mon.0) 1250 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:21.585 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[75692]: cluster 2024-03-21T13:05:20.223115+0000 mgr.x (mgr.34104) 1150 : cluster [DBG] pgmap v735: 161 pgs: 58 peering, 103 active+clean; 585 KiB data, 126 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:05:21.585 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[75692]: cluster 2024-03-21T13:05:20.223468+0000 mgr.x (mgr.34104) 1151 : cluster [DBG] pgmap v736: 161 pgs: 58 peering, 103 active+clean; 585 KiB data, 126 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:05:21.585 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[75692]: cephadm 2024-03-21T13:05:20.231929+0000 mgr.x (mgr.34104) 1152 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:21.585 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[75692]: audit 2024-03-21T13:05:20.307668+0000 mon.a (mon.0) 1201 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:21.585 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[75692]: audit 2024-03-21T13:05:20.310569+0000 mon.a (mon.0) 1202 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:21.585 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[75692]: audit 2024-03-21T13:05:20.313906+0000 mon.a (mon.0) 1203 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:21.585 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[75692]: audit 2024-03-21T13:05:20.315040+0000 mon.a (mon.0) 1204 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:21.585 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[75692]: cluster 2024-03-21T13:05:20.318594+0000 mgr.x (mgr.34104) 1153 : cluster [DBG] pgmap v737: 161 pgs: 58 peering, 103 active+clean; 585 KiB data, 126 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:05:21.585 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[75692]: cluster 2024-03-21T13:05:20.319031+0000 mgr.x (mgr.34104) 1154 : cluster [DBG] pgmap v738: 161 pgs: 58 peering, 103 active+clean; 585 KiB data, 126 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:05:21.585 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[75692]: audit 2024-03-21T13:05:20.323694+0000 mon.a (mon.0) 1205 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:21.585 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[75692]: cephadm 2024-03-21T13:05:20.325903+0000 mgr.x (mgr.34104) 1155 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:21.585 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[75692]: audit 2024-03-21T13:05:20.401240+0000 mon.a (mon.0) 1206 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:21.586 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[75692]: audit 2024-03-21T13:05:20.404256+0000 mon.a (mon.0) 1207 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:21.586 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[75692]: audit 2024-03-21T13:05:20.408410+0000 mon.a (mon.0) 1208 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:21.586 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[75692]: audit 2024-03-21T13:05:20.409792+0000 mon.a (mon.0) 1209 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:21.586 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[75692]: cluster 2024-03-21T13:05:20.414172+0000 mgr.x (mgr.34104) 1156 : cluster [DBG] pgmap v739: 161 pgs: 58 peering, 103 active+clean; 585 KiB data, 126 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:05:21.586 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[75692]: cluster 2024-03-21T13:05:20.414826+0000 mgr.x (mgr.34104) 1157 : cluster [DBG] pgmap v740: 161 pgs: 58 peering, 103 active+clean; 585 KiB data, 126 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:05:21.586 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[75692]: audit 2024-03-21T13:05:20.421852+0000 mon.a (mon.0) 1210 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:21.586 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[75692]: cephadm 2024-03-21T13:05:20.424076+0000 mgr.x (mgr.34104) 1158 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:21.586 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[75692]: audit 2024-03-21T13:05:20.501824+0000 mon.a (mon.0) 1211 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:21.586 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[75692]: audit 2024-03-21T13:05:20.505631+0000 mon.a (mon.0) 1212 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:21.586 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[75692]: audit 2024-03-21T13:05:20.510561+0000 mon.a (mon.0) 1213 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:21.586 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[75692]: audit 2024-03-21T13:05:20.512110+0000 mon.a (mon.0) 1214 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:21.586 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[75692]: cluster 2024-03-21T13:05:20.516091+0000 mgr.x (mgr.34104) 1159 : cluster [DBG] pgmap v741: 161 pgs: 58 peering, 103 active+clean; 585 KiB data, 126 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:05:21.586 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[75692]: cluster 2024-03-21T13:05:20.516869+0000 mgr.x (mgr.34104) 1160 : cluster [DBG] pgmap v742: 161 pgs: 58 peering, 103 active+clean; 585 KiB data, 126 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:05:21.586 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[75692]: audit 2024-03-21T13:05:20.523560+0000 mon.a (mon.0) 1215 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:21.587 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[75692]: cephadm 2024-03-21T13:05:20.525802+0000 mgr.x (mgr.34104) 1161 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:21.587 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[75692]: audit 2024-03-21T13:05:20.603235+0000 mon.a (mon.0) 1216 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:21.587 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[75692]: audit 2024-03-21T13:05:20.606517+0000 mon.a (mon.0) 1217 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:21.587 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[75692]: audit 2024-03-21T13:05:20.609647+0000 mon.a (mon.0) 1218 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:21.587 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[75692]: audit 2024-03-21T13:05:20.610971+0000 mon.a (mon.0) 1219 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:21.587 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[75692]: cluster 2024-03-21T13:05:20.615113+0000 mgr.x (mgr.34104) 1162 : cluster [DBG] pgmap v743: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 1.4 MiB/s rd, 0 B/s wr, 2.43k op/s; 68/630 objects degraded (10.794%) 2024-03-21T13:05:21.587 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[75692]: cluster 2024-03-21T13:05:20.615521+0000 mgr.x (mgr.34104) 1163 : cluster [DBG] pgmap v744: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 1.4 MiB/s rd, 0 B/s wr, 2.43k op/s; 68/630 objects degraded (10.794%) 2024-03-21T13:05:21.587 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[75692]: audit 2024-03-21T13:05:20.622945+0000 mon.a (mon.0) 1220 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:21.587 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[75692]: cephadm 2024-03-21T13:05:20.625243+0000 mgr.x (mgr.34104) 1164 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:21.587 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[75692]: audit 2024-03-21T13:05:20.656987+0000 mgr.x (mgr.34104) 1165 : audit [DBG] from='client.15585 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:05:21.587 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[75692]: audit 2024-03-21T13:05:20.705169+0000 mon.a (mon.0) 1221 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:21.588 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[77880]: cluster 2024-03-21T13:05:20.223115+0000 mgr.x (mgr.34104) 1150 : cluster [DBG] pgmap v735: 161 pgs: 58 peering, 103 active+clean; 585 KiB data, 126 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:05:21.588 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[77880]: cluster 2024-03-21T13:05:20.223468+0000 mgr.x (mgr.34104) 1151 : cluster [DBG] pgmap v736: 161 pgs: 58 peering, 103 active+clean; 585 KiB data, 126 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:05:21.588 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[77880]: cephadm 2024-03-21T13:05:20.231929+0000 mgr.x (mgr.34104) 1152 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:21.588 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[77880]: audit 2024-03-21T13:05:20.307668+0000 mon.a (mon.0) 1201 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:21.588 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[77880]: audit 2024-03-21T13:05:20.310569+0000 mon.a (mon.0) 1202 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:21.588 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[77880]: audit 2024-03-21T13:05:20.313906+0000 mon.a (mon.0) 1203 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:21.588 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[77880]: audit 2024-03-21T13:05:20.315040+0000 mon.a (mon.0) 1204 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:21.588 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[77880]: cluster 2024-03-21T13:05:20.318594+0000 mgr.x (mgr.34104) 1153 : cluster [DBG] pgmap v737: 161 pgs: 58 peering, 103 active+clean; 585 KiB data, 126 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:05:21.589 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[77880]: cluster 2024-03-21T13:05:20.319031+0000 mgr.x (mgr.34104) 1154 : cluster [DBG] pgmap v738: 161 pgs: 58 peering, 103 active+clean; 585 KiB data, 126 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:05:21.589 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[77880]: audit 2024-03-21T13:05:20.323694+0000 mon.a (mon.0) 1205 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:21.589 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[77880]: cephadm 2024-03-21T13:05:20.325903+0000 mgr.x (mgr.34104) 1155 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:21.589 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[77880]: audit 2024-03-21T13:05:20.401240+0000 mon.a (mon.0) 1206 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:21.589 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[77880]: audit 2024-03-21T13:05:20.404256+0000 mon.a (mon.0) 1207 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:21.589 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[77880]: audit 2024-03-21T13:05:20.408410+0000 mon.a (mon.0) 1208 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:21.589 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[77880]: audit 2024-03-21T13:05:20.409792+0000 mon.a (mon.0) 1209 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:21.589 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[77880]: cluster 2024-03-21T13:05:20.414172+0000 mgr.x (mgr.34104) 1156 : cluster [DBG] pgmap v739: 161 pgs: 58 peering, 103 active+clean; 585 KiB data, 126 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:05:21.589 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[77880]: cluster 2024-03-21T13:05:20.414826+0000 mgr.x (mgr.34104) 1157 : cluster [DBG] pgmap v740: 161 pgs: 58 peering, 103 active+clean; 585 KiB data, 126 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:05:21.589 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[77880]: audit 2024-03-21T13:05:20.421852+0000 mon.a (mon.0) 1210 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:21.589 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[77880]: cephadm 2024-03-21T13:05:20.424076+0000 mgr.x (mgr.34104) 1158 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:21.589 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[77880]: audit 2024-03-21T13:05:20.501824+0000 mon.a (mon.0) 1211 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:21.590 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[77880]: audit 2024-03-21T13:05:20.505631+0000 mon.a (mon.0) 1212 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:21.590 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[77880]: audit 2024-03-21T13:05:20.510561+0000 mon.a (mon.0) 1213 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:21.590 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[77880]: audit 2024-03-21T13:05:20.512110+0000 mon.a (mon.0) 1214 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:21.590 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[77880]: cluster 2024-03-21T13:05:20.516091+0000 mgr.x (mgr.34104) 1159 : cluster [DBG] pgmap v741: 161 pgs: 58 peering, 103 active+clean; 585 KiB data, 126 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:05:21.590 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[77880]: cluster 2024-03-21T13:05:20.516869+0000 mgr.x (mgr.34104) 1160 : cluster [DBG] pgmap v742: 161 pgs: 58 peering, 103 active+clean; 585 KiB data, 126 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:05:21.590 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[77880]: audit 2024-03-21T13:05:20.523560+0000 mon.a (mon.0) 1215 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:21.590 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[77880]: cephadm 2024-03-21T13:05:20.525802+0000 mgr.x (mgr.34104) 1161 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:21.590 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[77880]: audit 2024-03-21T13:05:20.603235+0000 mon.a (mon.0) 1216 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:21.590 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[77880]: audit 2024-03-21T13:05:20.606517+0000 mon.a (mon.0) 1217 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:21.590 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[77880]: audit 2024-03-21T13:05:20.609647+0000 mon.a (mon.0) 1218 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:21.590 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[77880]: audit 2024-03-21T13:05:20.610971+0000 mon.a (mon.0) 1219 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:21.591 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[77880]: cluster 2024-03-21T13:05:20.615113+0000 mgr.x (mgr.34104) 1162 : cluster [DBG] pgmap v743: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 1.4 MiB/s rd, 0 B/s wr, 2.43k op/s; 68/630 objects degraded (10.794%) 2024-03-21T13:05:21.591 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[77880]: cluster 2024-03-21T13:05:20.615521+0000 mgr.x (mgr.34104) 1163 : cluster [DBG] pgmap v744: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 1.4 MiB/s rd, 0 B/s wr, 2.43k op/s; 68/630 objects degraded (10.794%) 2024-03-21T13:05:21.591 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[77880]: audit 2024-03-21T13:05:20.622945+0000 mon.a (mon.0) 1220 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:21.591 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[77880]: cephadm 2024-03-21T13:05:20.625243+0000 mgr.x (mgr.34104) 1164 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:21.591 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[77880]: audit 2024-03-21T13:05:20.656987+0000 mgr.x (mgr.34104) 1165 : audit [DBG] from='client.15585 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:05:21.591 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[77880]: audit 2024-03-21T13:05:20.705169+0000 mon.a (mon.0) 1221 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:21.591 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[75692]: audit 2024-03-21T13:05:20.708149+0000 mon.a (mon.0) 1222 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:21.592 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[75692]: audit 2024-03-21T13:05:20.711639+0000 mon.a (mon.0) 1223 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:21.592 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[75692]: audit 2024-03-21T13:05:20.714538+0000 mon.a (mon.0) 1224 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:21.592 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[75692]: cluster 2024-03-21T13:05:20.720668+0000 mgr.x (mgr.34104) 1166 : cluster [DBG] pgmap v745: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 1.4 MiB/s rd, 0 B/s wr, 2.35k op/s; 68/630 objects degraded (10.794%) 2024-03-21T13:05:21.592 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[75692]: cluster 2024-03-21T13:05:20.721756+0000 mgr.x (mgr.34104) 1167 : cluster [DBG] pgmap v746: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 1.4 MiB/s rd, 0 B/s wr, 2.35k op/s; 68/630 objects degraded (10.794%) 2024-03-21T13:05:21.592 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[75692]: audit 2024-03-21T13:05:20.727982+0000 mon.a (mon.0) 1225 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:21.592 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[75692]: cephadm 2024-03-21T13:05:20.730380+0000 mgr.x (mgr.34104) 1168 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:21.592 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[75692]: audit 2024-03-21T13:05:20.808408+0000 mon.a (mon.0) 1226 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:21.592 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[75692]: audit 2024-03-21T13:05:20.811958+0000 mon.a (mon.0) 1227 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:21.592 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[75692]: audit 2024-03-21T13:05:20.817082+0000 mon.a (mon.0) 1228 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:21.592 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[75692]: audit 2024-03-21T13:05:20.818653+0000 mon.a (mon.0) 1229 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:21.592 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[75692]: cluster 2024-03-21T13:05:20.823044+0000 mgr.x (mgr.34104) 1169 : cluster [DBG] pgmap v747: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 1.4 MiB/s rd, 0 B/s wr, 2.34k op/s; 68/630 objects degraded (10.794%) 2024-03-21T13:05:21.592 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[75692]: cluster 2024-03-21T13:05:20.823458+0000 mgr.x (mgr.34104) 1170 : cluster [DBG] pgmap v748: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 1.4 MiB/s rd, 0 B/s wr, 2.35k op/s; 68/630 objects degraded (10.794%) 2024-03-21T13:05:21.593 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[75692]: audit 2024-03-21T13:05:20.831722+0000 mon.a (mon.0) 1230 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:21.593 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[75692]: cephadm 2024-03-21T13:05:20.834063+0000 mgr.x (mgr.34104) 1171 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:21.593 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[75692]: audit 2024-03-21T13:05:20.911289+0000 mon.a (mon.0) 1231 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:21.593 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[75692]: audit 2024-03-21T13:05:20.913766+0000 mon.a (mon.0) 1232 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:21.593 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[77880]: audit 2024-03-21T13:05:20.708149+0000 mon.a (mon.0) 1222 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:21.593 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[77880]: audit 2024-03-21T13:05:20.711639+0000 mon.a (mon.0) 1223 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:21.593 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[77880]: audit 2024-03-21T13:05:20.714538+0000 mon.a (mon.0) 1224 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:21.593 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[77880]: cluster 2024-03-21T13:05:20.720668+0000 mgr.x (mgr.34104) 1166 : cluster [DBG] pgmap v745: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 1.4 MiB/s rd, 0 B/s wr, 2.35k op/s; 68/630 objects degraded (10.794%) 2024-03-21T13:05:21.594 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[77880]: cluster 2024-03-21T13:05:20.721756+0000 mgr.x (mgr.34104) 1167 : cluster [DBG] pgmap v746: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 1.4 MiB/s rd, 0 B/s wr, 2.35k op/s; 68/630 objects degraded (10.794%) 2024-03-21T13:05:21.594 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[77880]: audit 2024-03-21T13:05:20.727982+0000 mon.a (mon.0) 1225 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:21.594 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[77880]: cephadm 2024-03-21T13:05:20.730380+0000 mgr.x (mgr.34104) 1168 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:21.594 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[77880]: audit 2024-03-21T13:05:20.808408+0000 mon.a (mon.0) 1226 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:21.594 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[77880]: audit 2024-03-21T13:05:20.811958+0000 mon.a (mon.0) 1227 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:21.594 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[77880]: audit 2024-03-21T13:05:20.817082+0000 mon.a (mon.0) 1228 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:21.594 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[77880]: audit 2024-03-21T13:05:20.818653+0000 mon.a (mon.0) 1229 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:21.594 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[77880]: cluster 2024-03-21T13:05:20.823044+0000 mgr.x (mgr.34104) 1169 : cluster [DBG] pgmap v747: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 1.4 MiB/s rd, 0 B/s wr, 2.34k op/s; 68/630 objects degraded (10.794%) 2024-03-21T13:05:21.594 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[77880]: cluster 2024-03-21T13:05:20.823458+0000 mgr.x (mgr.34104) 1170 : cluster [DBG] pgmap v748: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 1.4 MiB/s rd, 0 B/s wr, 2.35k op/s; 68/630 objects degraded (10.794%) 2024-03-21T13:05:21.594 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[77880]: audit 2024-03-21T13:05:20.831722+0000 mon.a (mon.0) 1230 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:21.594 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[77880]: cephadm 2024-03-21T13:05:20.834063+0000 mgr.x (mgr.34104) 1171 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:21.595 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[77880]: audit 2024-03-21T13:05:20.911289+0000 mon.a (mon.0) 1231 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:21.595 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[77880]: audit 2024-03-21T13:05:20.913766+0000 mon.a (mon.0) 1232 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:21.595 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[75692]: audit 2024-03-21T13:05:20.917014+0000 mon.a (mon.0) 1233 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:21.595 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[75692]: audit 2024-03-21T13:05:20.918120+0000 mon.a (mon.0) 1234 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:21.595 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[75692]: cluster 2024-03-21T13:05:20.921871+0000 mgr.x (mgr.34104) 1172 : cluster [DBG] pgmap v749: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:21.595 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[75692]: cluster 2024-03-21T13:05:20.922415+0000 mgr.x (mgr.34104) 1173 : cluster [DBG] pgmap v750: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:21.595 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[75692]: audit 2024-03-21T13:05:20.926782+0000 mon.a (mon.0) 1235 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:21.595 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[75692]: cephadm 2024-03-21T13:05:20.929255+0000 mgr.x (mgr.34104) 1174 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:21.596 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[75692]: audit 2024-03-21T13:05:21.005530+0000 mon.a (mon.0) 1236 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:21.596 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[75692]: audit 2024-03-21T13:05:21.009096+0000 mon.a (mon.0) 1237 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:21.596 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[75692]: audit 2024-03-21T13:05:21.013184+0000 mon.a (mon.0) 1238 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:21.596 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[75692]: audit 2024-03-21T13:05:21.014542+0000 mon.a (mon.0) 1239 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:21.596 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[75692]: cluster 2024-03-21T13:05:21.018926+0000 mgr.x (mgr.34104) 1175 : cluster [DBG] pgmap v751: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:21.596 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[75692]: cluster 2024-03-21T13:05:21.019696+0000 mgr.x (mgr.34104) 1176 : cluster [DBG] pgmap v752: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:21.596 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[75692]: audit 2024-03-21T13:05:21.025139+0000 mon.a (mon.0) 1240 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:21.596 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[75692]: cephadm 2024-03-21T13:05:21.027601+0000 mgr.x (mgr.34104) 1177 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:21.596 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[75692]: audit 2024-03-21T13:05:21.109909+0000 mon.a (mon.0) 1241 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:21.596 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[75692]: audit 2024-03-21T13:05:21.113683+0000 mon.a (mon.0) 1242 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:21.596 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[75692]: audit 2024-03-21T13:05:21.116962+0000 mon.a (mon.0) 1243 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:21.597 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[75692]: audit 2024-03-21T13:05:21.118282+0000 mon.a (mon.0) 1244 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:21.597 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[77880]: audit 2024-03-21T13:05:20.917014+0000 mon.a (mon.0) 1233 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:21.597 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[77880]: audit 2024-03-21T13:05:20.918120+0000 mon.a (mon.0) 1234 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:21.597 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[77880]: cluster 2024-03-21T13:05:20.921871+0000 mgr.x (mgr.34104) 1172 : cluster [DBG] pgmap v749: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:21.597 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[77880]: cluster 2024-03-21T13:05:20.922415+0000 mgr.x (mgr.34104) 1173 : cluster [DBG] pgmap v750: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:21.597 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[77880]: audit 2024-03-21T13:05:20.926782+0000 mon.a (mon.0) 1235 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:21.597 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[77880]: cephadm 2024-03-21T13:05:20.929255+0000 mgr.x (mgr.34104) 1174 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:21.597 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[77880]: audit 2024-03-21T13:05:21.005530+0000 mon.a (mon.0) 1236 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:21.598 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[77880]: audit 2024-03-21T13:05:21.009096+0000 mon.a (mon.0) 1237 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:21.598 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[77880]: audit 2024-03-21T13:05:21.013184+0000 mon.a (mon.0) 1238 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:21.598 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[77880]: audit 2024-03-21T13:05:21.014542+0000 mon.a (mon.0) 1239 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:21.598 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[77880]: cluster 2024-03-21T13:05:21.018926+0000 mgr.x (mgr.34104) 1175 : cluster [DBG] pgmap v751: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:21.598 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[77880]: cluster 2024-03-21T13:05:21.019696+0000 mgr.x (mgr.34104) 1176 : cluster [DBG] pgmap v752: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:21.598 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[77880]: audit 2024-03-21T13:05:21.025139+0000 mon.a (mon.0) 1240 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:21.598 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[77880]: cephadm 2024-03-21T13:05:21.027601+0000 mgr.x (mgr.34104) 1177 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:21.598 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[77880]: audit 2024-03-21T13:05:21.109909+0000 mon.a (mon.0) 1241 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:21.598 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[77880]: audit 2024-03-21T13:05:21.113683+0000 mon.a (mon.0) 1242 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:21.598 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[77880]: audit 2024-03-21T13:05:21.116962+0000 mon.a (mon.0) 1243 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:21.598 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[77880]: audit 2024-03-21T13:05:21.118282+0000 mon.a (mon.0) 1244 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:21.599 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[75692]: cluster 2024-03-21T13:05:21.122638+0000 mgr.x (mgr.34104) 1178 : cluster [DBG] pgmap v753: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:21.599 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[75692]: cluster 2024-03-21T13:05:21.123062+0000 mgr.x (mgr.34104) 1179 : cluster [DBG] pgmap v754: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:21.599 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[75692]: audit 2024-03-21T13:05:21.129277+0000 mon.a (mon.0) 1245 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:21.599 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[75692]: cephadm 2024-03-21T13:05:21.131843+0000 mgr.x (mgr.34104) 1180 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:21.599 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[75692]: audit 2024-03-21T13:05:21.208339+0000 mon.a (mon.0) 1246 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:21.599 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[75692]: audit 2024-03-21T13:05:21.211450+0000 mon.a (mon.0) 1247 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:21.599 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[75692]: audit 2024-03-21T13:05:21.215869+0000 mon.a (mon.0) 1248 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:21.599 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[75692]: audit 2024-03-21T13:05:21.217401+0000 mon.a (mon.0) 1249 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:21.599 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[75692]: audit 2024-03-21T13:05:21.226618+0000 mon.a (mon.0) 1250 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:21.600 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[77880]: cluster 2024-03-21T13:05:21.122638+0000 mgr.x (mgr.34104) 1178 : cluster [DBG] pgmap v753: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:21.600 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[77880]: cluster 2024-03-21T13:05:21.123062+0000 mgr.x (mgr.34104) 1179 : cluster [DBG] pgmap v754: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:21.600 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[77880]: audit 2024-03-21T13:05:21.129277+0000 mon.a (mon.0) 1245 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:21.600 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[77880]: cephadm 2024-03-21T13:05:21.131843+0000 mgr.x (mgr.34104) 1180 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:21.600 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[77880]: audit 2024-03-21T13:05:21.208339+0000 mon.a (mon.0) 1246 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:21.600 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[77880]: audit 2024-03-21T13:05:21.211450+0000 mon.a (mon.0) 1247 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:21.600 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[77880]: audit 2024-03-21T13:05:21.215869+0000 mon.a (mon.0) 1248 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:21.600 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[77880]: audit 2024-03-21T13:05:21.217401+0000 mon.a (mon.0) 1249 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:21.600 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[77880]: audit 2024-03-21T13:05:21.226618+0000 mon.a (mon.0) 1250 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:22.048 INFO:journalctl@ceph.osd.0.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[84510]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-03-21T13:05:22.048 INFO:journalctl@ceph.osd.0.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[84510]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-03-21T13:05:22.048 INFO:journalctl@ceph.osd.0.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[84510]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2024-03-21T13:05:22.048 INFO:journalctl@ceph.osd.0.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[84510]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-0 --no-mon-config --dev /dev/mapper/vg_nvme-lv_4 2024-03-21T13:05:22.048 INFO:journalctl@ceph.osd.0.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[84510]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_4 2024-03-21T13:05:22.048 INFO:journalctl@ceph.osd.0.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[84510]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2024-03-21T13:05:22.049 INFO:journalctl@ceph.osd.0.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[84510]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_4 /var/lib/ceph/osd/ceph-0/block 2024-03-21T13:05:22.049 INFO:journalctl@ceph.osd.0.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[84510]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2024-03-21T13:05:22.049 INFO:journalctl@ceph.osd.0.smithi178.stdout:Mar 21 13:05:21 smithi178 bash[84510]: --> ceph-volume raw activate successful for osd ID: 0 2024-03-21T13:05:22.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[75692]: cluster 2024-03-21T13:05:21.221566+0000 mgr.x (mgr.34104) 1181 : cluster [DBG] pgmap v755: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:22.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[75692]: cluster 2024-03-21T13:05:21.222311+0000 mgr.x (mgr.34104) 1182 : cluster [DBG] pgmap v756: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:22.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[75692]: cephadm 2024-03-21T13:05:21.229010+0000 mgr.x (mgr.34104) 1183 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:22.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[75692]: cluster 2024-03-21T13:05:21.300006+0000 mon.a (mon.0) 1251 : cluster [WRN] Health check failed: Degraded data redundancy: 68/630 objects degraded (10.794%), 21 pgs degraded (PG_DEGRADED) 2024-03-21T13:05:22.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[75692]: cluster 2024-03-21T13:05:21.300059+0000 mon.a (mon.0) 1252 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 8 pgs inactive, 8 pgs peering) 2024-03-21T13:05:22.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[75692]: audit 2024-03-21T13:05:21.307171+0000 mon.a (mon.0) 1253 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:22.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[75692]: audit 2024-03-21T13:05:21.316499+0000 mon.a (mon.0) 1254 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:22.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[75692]: audit 2024-03-21T13:05:21.319150+0000 mon.a (mon.0) 1255 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:22.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[75692]: audit 2024-03-21T13:05:21.320079+0000 mon.a (mon.0) 1256 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:22.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[75692]: cluster 2024-03-21T13:05:21.323732+0000 mgr.x (mgr.34104) 1184 : cluster [DBG] pgmap v757: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:22.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[75692]: cluster 2024-03-21T13:05:21.324316+0000 mgr.x (mgr.34104) 1185 : cluster [DBG] pgmap v758: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:22.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[75692]: audit 2024-03-21T13:05:21.326471+0000 mon.a (mon.0) 1257 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:22.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[75692]: cephadm 2024-03-21T13:05:21.328630+0000 mgr.x (mgr.34104) 1186 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:22.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[75692]: audit 2024-03-21T13:05:21.409666+0000 mon.a (mon.0) 1258 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:22.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[75692]: audit 2024-03-21T13:05:21.412355+0000 mon.a (mon.0) 1259 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:22.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[75692]: audit 2024-03-21T13:05:21.415572+0000 mon.a (mon.0) 1260 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:22.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[75692]: audit 2024-03-21T13:05:21.416664+0000 mon.a (mon.0) 1261 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:22.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[77880]: cluster 2024-03-21T13:05:21.221566+0000 mgr.x (mgr.34104) 1181 : cluster [DBG] pgmap v755: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:22.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[77880]: cluster 2024-03-21T13:05:21.222311+0000 mgr.x (mgr.34104) 1182 : cluster [DBG] pgmap v756: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:22.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[77880]: cephadm 2024-03-21T13:05:21.229010+0000 mgr.x (mgr.34104) 1183 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:22.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[77880]: cluster 2024-03-21T13:05:21.300006+0000 mon.a (mon.0) 1251 : cluster [WRN] Health check failed: Degraded data redundancy: 68/630 objects degraded (10.794%), 21 pgs degraded (PG_DEGRADED) 2024-03-21T13:05:22.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[77880]: cluster 2024-03-21T13:05:21.300059+0000 mon.a (mon.0) 1252 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 8 pgs inactive, 8 pgs peering) 2024-03-21T13:05:22.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[77880]: audit 2024-03-21T13:05:21.307171+0000 mon.a (mon.0) 1253 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:22.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[77880]: audit 2024-03-21T13:05:21.316499+0000 mon.a (mon.0) 1254 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:22.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[77880]: audit 2024-03-21T13:05:21.319150+0000 mon.a (mon.0) 1255 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:22.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[77880]: audit 2024-03-21T13:05:21.320079+0000 mon.a (mon.0) 1256 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:22.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[77880]: cluster 2024-03-21T13:05:21.323732+0000 mgr.x (mgr.34104) 1184 : cluster [DBG] pgmap v757: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:22.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[77880]: cluster 2024-03-21T13:05:21.324316+0000 mgr.x (mgr.34104) 1185 : cluster [DBG] pgmap v758: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:22.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[77880]: audit 2024-03-21T13:05:21.326471+0000 mon.a (mon.0) 1257 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:22.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[77880]: cephadm 2024-03-21T13:05:21.328630+0000 mgr.x (mgr.34104) 1186 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:22.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[77880]: audit 2024-03-21T13:05:21.409666+0000 mon.a (mon.0) 1258 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:22.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[77880]: audit 2024-03-21T13:05:21.412355+0000 mon.a (mon.0) 1259 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:22.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[77880]: audit 2024-03-21T13:05:21.415572+0000 mon.a (mon.0) 1260 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:22.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[77880]: audit 2024-03-21T13:05:21.416664+0000 mon.a (mon.0) 1261 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:22.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[75692]: cluster 2024-03-21T13:05:21.420312+0000 mgr.x (mgr.34104) 1187 : cluster [DBG] pgmap v759: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:22.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[75692]: cluster 2024-03-21T13:05:21.420928+0000 mgr.x (mgr.34104) 1188 : cluster [DBG] pgmap v760: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:22.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[75692]: audit 2024-03-21T13:05:21.426657+0000 mon.a (mon.0) 1262 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:22.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[75692]: cephadm 2024-03-21T13:05:21.429017+0000 mgr.x (mgr.34104) 1189 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:22.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[75692]: audit 2024-03-21T13:05:21.506059+0000 mon.a (mon.0) 1263 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:22.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[75692]: audit 2024-03-21T13:05:21.508992+0000 mon.a (mon.0) 1264 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:22.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[75692]: audit 2024-03-21T13:05:21.512530+0000 mon.a (mon.0) 1265 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:22.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[75692]: audit 2024-03-21T13:05:21.513600+0000 mon.a (mon.0) 1266 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:22.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[75692]: cluster 2024-03-21T13:05:21.517769+0000 mgr.x (mgr.34104) 1190 : cluster [DBG] pgmap v761: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:22.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[75692]: cluster 2024-03-21T13:05:21.518709+0000 mgr.x (mgr.34104) 1191 : cluster [DBG] pgmap v762: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:22.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[75692]: audit 2024-03-21T13:05:21.522580+0000 mon.a (mon.0) 1267 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:22.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[75692]: cephadm 2024-03-21T13:05:21.525101+0000 mgr.x (mgr.34104) 1192 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:22.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[75692]: audit 2024-03-21T13:05:21.606500+0000 mon.a (mon.0) 1268 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:22.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[75692]: audit 2024-03-21T13:05:21.608834+0000 mon.a (mon.0) 1269 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:22.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[75692]: audit 2024-03-21T13:05:21.611926+0000 mon.a (mon.0) 1270 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:22.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[75692]: audit 2024-03-21T13:05:21.612974+0000 mon.a (mon.0) 1271 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:22.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[75692]: cluster 2024-03-21T13:05:21.616643+0000 mgr.x (mgr.34104) 1193 : cluster [DBG] pgmap v763: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:22.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[77880]: cluster 2024-03-21T13:05:21.420312+0000 mgr.x (mgr.34104) 1187 : cluster [DBG] pgmap v759: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:22.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[77880]: cluster 2024-03-21T13:05:21.420928+0000 mgr.x (mgr.34104) 1188 : cluster [DBG] pgmap v760: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:22.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[77880]: audit 2024-03-21T13:05:21.426657+0000 mon.a (mon.0) 1262 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:22.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[77880]: cephadm 2024-03-21T13:05:21.429017+0000 mgr.x (mgr.34104) 1189 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:22.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[77880]: audit 2024-03-21T13:05:21.506059+0000 mon.a (mon.0) 1263 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:22.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[77880]: audit 2024-03-21T13:05:21.508992+0000 mon.a (mon.0) 1264 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:22.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[77880]: audit 2024-03-21T13:05:21.512530+0000 mon.a (mon.0) 1265 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:22.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[77880]: audit 2024-03-21T13:05:21.513600+0000 mon.a (mon.0) 1266 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:22.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[77880]: cluster 2024-03-21T13:05:21.517769+0000 mgr.x (mgr.34104) 1190 : cluster [DBG] pgmap v761: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:22.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[77880]: cluster 2024-03-21T13:05:21.518709+0000 mgr.x (mgr.34104) 1191 : cluster [DBG] pgmap v762: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:22.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[77880]: audit 2024-03-21T13:05:21.522580+0000 mon.a (mon.0) 1267 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:22.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[77880]: cephadm 2024-03-21T13:05:21.525101+0000 mgr.x (mgr.34104) 1192 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:22.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[77880]: audit 2024-03-21T13:05:21.606500+0000 mon.a (mon.0) 1268 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:22.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[77880]: audit 2024-03-21T13:05:21.608834+0000 mon.a (mon.0) 1269 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:22.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[77880]: audit 2024-03-21T13:05:21.611926+0000 mon.a (mon.0) 1270 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:22.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[77880]: audit 2024-03-21T13:05:21.612974+0000 mon.a (mon.0) 1271 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:22.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[77880]: cluster 2024-03-21T13:05:21.616643+0000 mgr.x (mgr.34104) 1193 : cluster [DBG] pgmap v763: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:22.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[75692]: cluster 2024-03-21T13:05:21.617388+0000 mgr.x (mgr.34104) 1194 : cluster [DBG] pgmap v764: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:22.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[75692]: audit 2024-03-21T13:05:21.622092+0000 mon.a (mon.0) 1272 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:22.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[75692]: cephadm 2024-03-21T13:05:21.624292+0000 mgr.x (mgr.34104) 1195 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:22.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[75692]: audit 2024-03-21T13:05:21.699852+0000 mon.a (mon.0) 1273 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:22.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[75692]: audit 2024-03-21T13:05:21.702761+0000 mon.a (mon.0) 1274 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:22.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[75692]: audit 2024-03-21T13:05:21.706488+0000 mon.a (mon.0) 1275 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:22.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[75692]: audit 2024-03-21T13:05:21.707662+0000 mon.a (mon.0) 1276 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:22.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[75692]: cluster 2024-03-21T13:05:21.711620+0000 mgr.x (mgr.34104) 1196 : cluster [DBG] pgmap v765: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:22.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[75692]: cluster 2024-03-21T13:05:21.712226+0000 mgr.x (mgr.34104) 1197 : cluster [DBG] pgmap v766: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:22.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[75692]: audit 2024-03-21T13:05:21.715750+0000 mon.a (mon.0) 1277 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:22.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[75692]: cephadm 2024-03-21T13:05:21.718234+0000 mgr.x (mgr.34104) 1198 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:22.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[75692]: audit 2024-03-21T13:05:21.799099+0000 mon.a (mon.0) 1278 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:22.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[75692]: audit 2024-03-21T13:05:21.801844+0000 mon.a (mon.0) 1279 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:22.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[75692]: audit 2024-03-21T13:05:21.804941+0000 mon.a (mon.0) 1280 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:22.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[75692]: audit 2024-03-21T13:05:21.805939+0000 mon.a (mon.0) 1281 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:22.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[75692]: cluster 2024-03-21T13:05:21.809814+0000 mgr.x (mgr.34104) 1199 : cluster [DBG] pgmap v767: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:22.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[75692]: cluster 2024-03-21T13:05:21.810294+0000 mgr.x (mgr.34104) 1200 : cluster [DBG] pgmap v768: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:22.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[75692]: audit 2024-03-21T13:05:21.818066+0000 mon.a (mon.0) 1282 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:22.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[75692]: cephadm 2024-03-21T13:05:21.820389+0000 mgr.x (mgr.34104) 1201 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:22.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[77880]: cluster 2024-03-21T13:05:21.617388+0000 mgr.x (mgr.34104) 1194 : cluster [DBG] pgmap v764: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:22.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[77880]: audit 2024-03-21T13:05:21.622092+0000 mon.a (mon.0) 1272 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:22.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[77880]: cephadm 2024-03-21T13:05:21.624292+0000 mgr.x (mgr.34104) 1195 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:22.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[77880]: audit 2024-03-21T13:05:21.699852+0000 mon.a (mon.0) 1273 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:22.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[77880]: audit 2024-03-21T13:05:21.702761+0000 mon.a (mon.0) 1274 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:22.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[77880]: audit 2024-03-21T13:05:21.706488+0000 mon.a (mon.0) 1275 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:22.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[77880]: audit 2024-03-21T13:05:21.707662+0000 mon.a (mon.0) 1276 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:22.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[77880]: cluster 2024-03-21T13:05:21.711620+0000 mgr.x (mgr.34104) 1196 : cluster [DBG] pgmap v765: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:22.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[77880]: cluster 2024-03-21T13:05:21.712226+0000 mgr.x (mgr.34104) 1197 : cluster [DBG] pgmap v766: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:22.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[77880]: audit 2024-03-21T13:05:21.715750+0000 mon.a (mon.0) 1277 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:22.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[77880]: cephadm 2024-03-21T13:05:21.718234+0000 mgr.x (mgr.34104) 1198 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:22.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[77880]: audit 2024-03-21T13:05:21.799099+0000 mon.a (mon.0) 1278 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:22.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[77880]: audit 2024-03-21T13:05:21.801844+0000 mon.a (mon.0) 1279 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:22.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[77880]: audit 2024-03-21T13:05:21.804941+0000 mon.a (mon.0) 1280 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:22.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[77880]: audit 2024-03-21T13:05:21.805939+0000 mon.a (mon.0) 1281 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:22.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[77880]: cluster 2024-03-21T13:05:21.809814+0000 mgr.x (mgr.34104) 1199 : cluster [DBG] pgmap v767: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:22.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[77880]: cluster 2024-03-21T13:05:21.810294+0000 mgr.x (mgr.34104) 1200 : cluster [DBG] pgmap v768: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:22.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[77880]: audit 2024-03-21T13:05:21.818066+0000 mon.a (mon.0) 1282 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:22.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[77880]: cephadm 2024-03-21T13:05:21.820389+0000 mgr.x (mgr.34104) 1201 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:22.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[75692]: audit 2024-03-21T13:05:21.900381+0000 mon.a (mon.0) 1283 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:22.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[75692]: audit 2024-03-21T13:05:21.903038+0000 mon.a (mon.0) 1284 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:22.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[75692]: audit 2024-03-21T13:05:21.907341+0000 mon.a (mon.0) 1285 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:22.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[75692]: audit 2024-03-21T13:05:21.908553+0000 mon.a (mon.0) 1286 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:22.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[75692]: cluster 2024-03-21T13:05:21.912423+0000 mgr.x (mgr.34104) 1202 : cluster [DBG] pgmap v769: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:22.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[75692]: cluster 2024-03-21T13:05:21.913250+0000 mgr.x (mgr.34104) 1203 : cluster [DBG] pgmap v770: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:22.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[75692]: audit 2024-03-21T13:05:21.919672+0000 mon.a (mon.0) 1287 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:22.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[75692]: cephadm 2024-03-21T13:05:21.921926+0000 mgr.x (mgr.34104) 1204 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:22.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[75692]: audit 2024-03-21T13:05:22.002436+0000 mon.a (mon.0) 1288 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:22.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[75692]: audit 2024-03-21T13:05:22.005534+0000 mon.a (mon.0) 1289 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:22.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[75692]: audit 2024-03-21T13:05:22.008542+0000 mon.a (mon.0) 1290 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:22.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[75692]: audit 2024-03-21T13:05:22.009731+0000 mon.a (mon.0) 1291 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:22.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[75692]: cluster 2024-03-21T13:05:22.013832+0000 mgr.x (mgr.34104) 1205 : cluster [DBG] pgmap v771: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:22.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[75692]: cluster 2024-03-21T13:05:22.014517+0000 mgr.x (mgr.34104) 1206 : cluster [DBG] pgmap v772: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:22.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[75692]: audit 2024-03-21T13:05:22.020621+0000 mon.a (mon.0) 1292 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:22.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[75692]: cephadm 2024-03-21T13:05:22.023278+0000 mgr.x (mgr.34104) 1207 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:22.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[75692]: audit 2024-03-21T13:05:22.101647+0000 mon.a (mon.0) 1293 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:22.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[77880]: audit 2024-03-21T13:05:21.900381+0000 mon.a (mon.0) 1283 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:22.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[77880]: audit 2024-03-21T13:05:21.903038+0000 mon.a (mon.0) 1284 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:22.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[77880]: audit 2024-03-21T13:05:21.907341+0000 mon.a (mon.0) 1285 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:22.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[77880]: audit 2024-03-21T13:05:21.908553+0000 mon.a (mon.0) 1286 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:22.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[77880]: cluster 2024-03-21T13:05:21.912423+0000 mgr.x (mgr.34104) 1202 : cluster [DBG] pgmap v769: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:22.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[77880]: cluster 2024-03-21T13:05:21.913250+0000 mgr.x (mgr.34104) 1203 : cluster [DBG] pgmap v770: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:22.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[77880]: audit 2024-03-21T13:05:21.919672+0000 mon.a (mon.0) 1287 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:22.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[77880]: cephadm 2024-03-21T13:05:21.921926+0000 mgr.x (mgr.34104) 1204 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:22.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[77880]: audit 2024-03-21T13:05:22.002436+0000 mon.a (mon.0) 1288 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:22.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[77880]: audit 2024-03-21T13:05:22.005534+0000 mon.a (mon.0) 1289 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:22.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[77880]: audit 2024-03-21T13:05:22.008542+0000 mon.a (mon.0) 1290 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:22.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[77880]: audit 2024-03-21T13:05:22.009731+0000 mon.a (mon.0) 1291 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:22.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[77880]: cluster 2024-03-21T13:05:22.013832+0000 mgr.x (mgr.34104) 1205 : cluster [DBG] pgmap v771: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:22.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[77880]: cluster 2024-03-21T13:05:22.014517+0000 mgr.x (mgr.34104) 1206 : cluster [DBG] pgmap v772: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:22.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[77880]: audit 2024-03-21T13:05:22.020621+0000 mon.a (mon.0) 1292 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:22.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[77880]: cephadm 2024-03-21T13:05:22.023278+0000 mgr.x (mgr.34104) 1207 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:22.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[77880]: audit 2024-03-21T13:05:22.101647+0000 mon.a (mon.0) 1293 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:22.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[77880]: audit 2024-03-21T13:05:22.104756+0000 mon.a (mon.0) 1294 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:22.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[77880]: audit 2024-03-21T13:05:22.107999+0000 mon.a (mon.0) 1295 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:22.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[77880]: audit 2024-03-21T13:05:22.109348+0000 mon.a (mon.0) 1296 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:22.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[77880]: cluster 2024-03-21T13:05:22.113330+0000 mgr.x (mgr.34104) 1208 : cluster [DBG] pgmap v773: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:22.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[77880]: cluster 2024-03-21T13:05:22.113921+0000 mgr.x (mgr.34104) 1209 : cluster [DBG] pgmap v774: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:22.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[77880]: audit 2024-03-21T13:05:22.120961+0000 mon.a (mon.0) 1297 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:22.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[77880]: cephadm 2024-03-21T13:05:22.123264+0000 mgr.x (mgr.34104) 1210 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:22.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[77880]: audit 2024-03-21T13:05:22.199341+0000 mon.a (mon.0) 1298 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:22.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[77880]: audit 2024-03-21T13:05:22.202360+0000 mon.a (mon.0) 1299 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:22.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[77880]: audit 2024-03-21T13:05:22.205866+0000 mon.a (mon.0) 1300 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:22.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[77880]: audit 2024-03-21T13:05:22.207023+0000 mon.a (mon.0) 1301 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:22.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[77880]: audit 2024-03-21T13:05:22.216911+0000 mon.a (mon.0) 1302 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:22.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[77880]: audit 2024-03-21T13:05:22.301395+0000 mon.a (mon.0) 1303 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:22.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[77880]: audit 2024-03-21T13:05:22.304238+0000 mon.a (mon.0) 1304 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:22.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[77880]: audit 2024-03-21T13:05:22.307948+0000 mon.a (mon.0) 1305 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:22.562 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[75692]: audit 2024-03-21T13:05:22.104756+0000 mon.a (mon.0) 1294 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:22.562 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[75692]: audit 2024-03-21T13:05:22.107999+0000 mon.a (mon.0) 1295 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:22.562 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[75692]: audit 2024-03-21T13:05:22.109348+0000 mon.a (mon.0) 1296 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:22.562 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[75692]: cluster 2024-03-21T13:05:22.113330+0000 mgr.x (mgr.34104) 1208 : cluster [DBG] pgmap v773: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:22.563 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[75692]: cluster 2024-03-21T13:05:22.113921+0000 mgr.x (mgr.34104) 1209 : cluster [DBG] pgmap v774: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:22.563 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[75692]: audit 2024-03-21T13:05:22.120961+0000 mon.a (mon.0) 1297 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:22.563 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[75692]: cephadm 2024-03-21T13:05:22.123264+0000 mgr.x (mgr.34104) 1210 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:22.563 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[75692]: audit 2024-03-21T13:05:22.199341+0000 mon.a (mon.0) 1298 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:22.563 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[75692]: audit 2024-03-21T13:05:22.202360+0000 mon.a (mon.0) 1299 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:22.563 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[75692]: audit 2024-03-21T13:05:22.205866+0000 mon.a (mon.0) 1300 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:22.563 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[75692]: audit 2024-03-21T13:05:22.207023+0000 mon.a (mon.0) 1301 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:22.563 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[75692]: audit 2024-03-21T13:05:22.216911+0000 mon.a (mon.0) 1302 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:22.563 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[75692]: audit 2024-03-21T13:05:22.301395+0000 mon.a (mon.0) 1303 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:22.563 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[75692]: audit 2024-03-21T13:05:22.304238+0000 mon.a (mon.0) 1304 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:22.563 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:22 smithi178 bash[75692]: audit 2024-03-21T13:05:22.307948+0000 mon.a (mon.0) 1305 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:22.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:22 smithi184 bash[59794]: cluster 2024-03-21T13:05:21.221566+0000 mgr.x (mgr.34104) 1181 : cluster [DBG] pgmap v755: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:22.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:22 smithi184 bash[59794]: cluster 2024-03-21T13:05:21.222311+0000 mgr.x (mgr.34104) 1182 : cluster [DBG] pgmap v756: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:22.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:22 smithi184 bash[59794]: cephadm 2024-03-21T13:05:21.229010+0000 mgr.x (mgr.34104) 1183 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:22.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:22 smithi184 bash[59794]: cluster 2024-03-21T13:05:21.300006+0000 mon.a (mon.0) 1251 : cluster [WRN] Health check failed: Degraded data redundancy: 68/630 objects degraded (10.794%), 21 pgs degraded (PG_DEGRADED) 2024-03-21T13:05:22.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:22 smithi184 bash[59794]: cluster 2024-03-21T13:05:21.300059+0000 mon.a (mon.0) 1252 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 8 pgs inactive, 8 pgs peering) 2024-03-21T13:05:22.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:22 smithi184 bash[59794]: audit 2024-03-21T13:05:21.307171+0000 mon.a (mon.0) 1253 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:22.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:22 smithi184 bash[59794]: audit 2024-03-21T13:05:21.316499+0000 mon.a (mon.0) 1254 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:22.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:22 smithi184 bash[59794]: audit 2024-03-21T13:05:21.319150+0000 mon.a (mon.0) 1255 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:22.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:22 smithi184 bash[59794]: audit 2024-03-21T13:05:21.320079+0000 mon.a (mon.0) 1256 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:22.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:22 smithi184 bash[59794]: cluster 2024-03-21T13:05:21.323732+0000 mgr.x (mgr.34104) 1184 : cluster [DBG] pgmap v757: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:22.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:22 smithi184 bash[59794]: cluster 2024-03-21T13:05:21.324316+0000 mgr.x (mgr.34104) 1185 : cluster [DBG] pgmap v758: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:22.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:22 smithi184 bash[59794]: audit 2024-03-21T13:05:21.326471+0000 mon.a (mon.0) 1257 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:22.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:22 smithi184 bash[59794]: cephadm 2024-03-21T13:05:21.328630+0000 mgr.x (mgr.34104) 1186 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:22.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:22 smithi184 bash[59794]: audit 2024-03-21T13:05:21.409666+0000 mon.a (mon.0) 1258 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:22.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:22 smithi184 bash[59794]: audit 2024-03-21T13:05:21.412355+0000 mon.a (mon.0) 1259 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:22.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:22 smithi184 bash[59794]: audit 2024-03-21T13:05:21.415572+0000 mon.a (mon.0) 1260 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:22.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:22 smithi184 bash[59794]: audit 2024-03-21T13:05:21.416664+0000 mon.a (mon.0) 1261 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:22.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:22 smithi184 bash[59794]: cluster 2024-03-21T13:05:21.420312+0000 mgr.x (mgr.34104) 1187 : cluster [DBG] pgmap v759: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:22.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:22 smithi184 bash[59794]: cluster 2024-03-21T13:05:21.420928+0000 mgr.x (mgr.34104) 1188 : cluster [DBG] pgmap v760: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:22.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:22 smithi184 bash[59794]: audit 2024-03-21T13:05:21.426657+0000 mon.a (mon.0) 1262 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:22.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:22 smithi184 bash[59794]: cephadm 2024-03-21T13:05:21.429017+0000 mgr.x (mgr.34104) 1189 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:22.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:22 smithi184 bash[59794]: audit 2024-03-21T13:05:21.506059+0000 mon.a (mon.0) 1263 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:22.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:22 smithi184 bash[59794]: audit 2024-03-21T13:05:21.508992+0000 mon.a (mon.0) 1264 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:22.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:22 smithi184 bash[59794]: audit 2024-03-21T13:05:21.512530+0000 mon.a (mon.0) 1265 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:22.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:22 smithi184 bash[59794]: audit 2024-03-21T13:05:21.513600+0000 mon.a (mon.0) 1266 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:22.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:22 smithi184 bash[59794]: cluster 2024-03-21T13:05:21.517769+0000 mgr.x (mgr.34104) 1190 : cluster [DBG] pgmap v761: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:22.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:22 smithi184 bash[59794]: cluster 2024-03-21T13:05:21.518709+0000 mgr.x (mgr.34104) 1191 : cluster [DBG] pgmap v762: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:22.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:22 smithi184 bash[59794]: audit 2024-03-21T13:05:21.522580+0000 mon.a (mon.0) 1267 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:22.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:22 smithi184 bash[59794]: cephadm 2024-03-21T13:05:21.525101+0000 mgr.x (mgr.34104) 1192 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:22.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:22 smithi184 bash[59794]: audit 2024-03-21T13:05:21.606500+0000 mon.a (mon.0) 1268 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:22.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:22 smithi184 bash[59794]: audit 2024-03-21T13:05:21.608834+0000 mon.a (mon.0) 1269 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:22.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:22 smithi184 bash[59794]: audit 2024-03-21T13:05:21.611926+0000 mon.a (mon.0) 1270 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:22.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:22 smithi184 bash[59794]: audit 2024-03-21T13:05:21.612974+0000 mon.a (mon.0) 1271 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:22.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:22 smithi184 bash[59794]: cluster 2024-03-21T13:05:21.616643+0000 mgr.x (mgr.34104) 1193 : cluster [DBG] pgmap v763: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:22.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:22 smithi184 bash[59794]: cluster 2024-03-21T13:05:21.617388+0000 mgr.x (mgr.34104) 1194 : cluster [DBG] pgmap v764: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:22.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:22 smithi184 bash[59794]: audit 2024-03-21T13:05:21.622092+0000 mon.a (mon.0) 1272 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:22.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:22 smithi184 bash[59794]: cephadm 2024-03-21T13:05:21.624292+0000 mgr.x (mgr.34104) 1195 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:22.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:22 smithi184 bash[59794]: audit 2024-03-21T13:05:21.699852+0000 mon.a (mon.0) 1273 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:22.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:22 smithi184 bash[59794]: audit 2024-03-21T13:05:21.702761+0000 mon.a (mon.0) 1274 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:22.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:22 smithi184 bash[59794]: audit 2024-03-21T13:05:21.706488+0000 mon.a (mon.0) 1275 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:22.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:22 smithi184 bash[59794]: audit 2024-03-21T13:05:21.707662+0000 mon.a (mon.0) 1276 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:22.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:22 smithi184 bash[59794]: cluster 2024-03-21T13:05:21.711620+0000 mgr.x (mgr.34104) 1196 : cluster [DBG] pgmap v765: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:22.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:22 smithi184 bash[59794]: cluster 2024-03-21T13:05:21.712226+0000 mgr.x (mgr.34104) 1197 : cluster [DBG] pgmap v766: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:22.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:22 smithi184 bash[59794]: audit 2024-03-21T13:05:21.715750+0000 mon.a (mon.0) 1277 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:22.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:22 smithi184 bash[59794]: cephadm 2024-03-21T13:05:21.718234+0000 mgr.x (mgr.34104) 1198 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:22.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:22 smithi184 bash[59794]: audit 2024-03-21T13:05:21.799099+0000 mon.a (mon.0) 1278 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:22.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:22 smithi184 bash[59794]: audit 2024-03-21T13:05:21.801844+0000 mon.a (mon.0) 1279 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:22.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:22 smithi184 bash[59794]: audit 2024-03-21T13:05:21.804941+0000 mon.a (mon.0) 1280 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:22.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:22 smithi184 bash[59794]: audit 2024-03-21T13:05:21.805939+0000 mon.a (mon.0) 1281 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:22.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:22 smithi184 bash[59794]: cluster 2024-03-21T13:05:21.809814+0000 mgr.x (mgr.34104) 1199 : cluster [DBG] pgmap v767: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:22.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:22 smithi184 bash[59794]: cluster 2024-03-21T13:05:21.810294+0000 mgr.x (mgr.34104) 1200 : cluster [DBG] pgmap v768: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:22.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:22 smithi184 bash[59794]: audit 2024-03-21T13:05:21.818066+0000 mon.a (mon.0) 1282 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:22.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:22 smithi184 bash[59794]: cephadm 2024-03-21T13:05:21.820389+0000 mgr.x (mgr.34104) 1201 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:22.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:22 smithi184 bash[59794]: audit 2024-03-21T13:05:21.900381+0000 mon.a (mon.0) 1283 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:22.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:22 smithi184 bash[59794]: audit 2024-03-21T13:05:21.903038+0000 mon.a (mon.0) 1284 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:22.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:22 smithi184 bash[59794]: audit 2024-03-21T13:05:21.907341+0000 mon.a (mon.0) 1285 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:22.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:22 smithi184 bash[59794]: audit 2024-03-21T13:05:21.908553+0000 mon.a (mon.0) 1286 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:22.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:22 smithi184 bash[59794]: cluster 2024-03-21T13:05:21.912423+0000 mgr.x (mgr.34104) 1202 : cluster [DBG] pgmap v769: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:22.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:22 smithi184 bash[59794]: cluster 2024-03-21T13:05:21.913250+0000 mgr.x (mgr.34104) 1203 : cluster [DBG] pgmap v770: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:22.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:22 smithi184 bash[59794]: audit 2024-03-21T13:05:21.919672+0000 mon.a (mon.0) 1287 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:22.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:22 smithi184 bash[59794]: cephadm 2024-03-21T13:05:21.921926+0000 mgr.x (mgr.34104) 1204 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:22.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:22 smithi184 bash[59794]: audit 2024-03-21T13:05:22.002436+0000 mon.a (mon.0) 1288 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:22.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:22 smithi184 bash[59794]: audit 2024-03-21T13:05:22.005534+0000 mon.a (mon.0) 1289 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:22.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:22 smithi184 bash[59794]: audit 2024-03-21T13:05:22.008542+0000 mon.a (mon.0) 1290 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:22.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:22 smithi184 bash[59794]: audit 2024-03-21T13:05:22.009731+0000 mon.a (mon.0) 1291 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:22.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:22 smithi184 bash[59794]: cluster 2024-03-21T13:05:22.013832+0000 mgr.x (mgr.34104) 1205 : cluster [DBG] pgmap v771: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:22.581 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:22 smithi184 bash[59794]: cluster 2024-03-21T13:05:22.014517+0000 mgr.x (mgr.34104) 1206 : cluster [DBG] pgmap v772: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:22.581 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:22 smithi184 bash[59794]: audit 2024-03-21T13:05:22.020621+0000 mon.a (mon.0) 1292 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:22.581 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:22 smithi184 bash[59794]: cephadm 2024-03-21T13:05:22.023278+0000 mgr.x (mgr.34104) 1207 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:22.581 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:22 smithi184 bash[59794]: audit 2024-03-21T13:05:22.101647+0000 mon.a (mon.0) 1293 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:22.581 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:22 smithi184 bash[59794]: audit 2024-03-21T13:05:22.104756+0000 mon.a (mon.0) 1294 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:22.581 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:22 smithi184 bash[59794]: audit 2024-03-21T13:05:22.107999+0000 mon.a (mon.0) 1295 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:22.581 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:22 smithi184 bash[59794]: audit 2024-03-21T13:05:22.109348+0000 mon.a (mon.0) 1296 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:22.582 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:22 smithi184 bash[59794]: cluster 2024-03-21T13:05:22.113330+0000 mgr.x (mgr.34104) 1208 : cluster [DBG] pgmap v773: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:22.582 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:22 smithi184 bash[59794]: cluster 2024-03-21T13:05:22.113921+0000 mgr.x (mgr.34104) 1209 : cluster [DBG] pgmap v774: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:22.582 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:22 smithi184 bash[59794]: audit 2024-03-21T13:05:22.120961+0000 mon.a (mon.0) 1297 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:22.582 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:22 smithi184 bash[59794]: cephadm 2024-03-21T13:05:22.123264+0000 mgr.x (mgr.34104) 1210 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:22.582 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:22 smithi184 bash[59794]: audit 2024-03-21T13:05:22.199341+0000 mon.a (mon.0) 1298 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:22.582 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:22 smithi184 bash[59794]: audit 2024-03-21T13:05:22.202360+0000 mon.a (mon.0) 1299 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:22.582 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:22 smithi184 bash[59794]: audit 2024-03-21T13:05:22.205866+0000 mon.a (mon.0) 1300 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:22.582 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:22 smithi184 bash[59794]: audit 2024-03-21T13:05:22.207023+0000 mon.a (mon.0) 1301 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:22.582 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:22 smithi184 bash[59794]: audit 2024-03-21T13:05:22.216911+0000 mon.a (mon.0) 1302 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:22.582 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:22 smithi184 bash[59794]: audit 2024-03-21T13:05:22.301395+0000 mon.a (mon.0) 1303 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:22.582 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:22 smithi184 bash[59794]: audit 2024-03-21T13:05:22.304238+0000 mon.a (mon.0) 1304 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:22.583 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:22 smithi184 bash[59794]: audit 2024-03-21T13:05:22.307948+0000 mon.a (mon.0) 1305 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:23.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:23 smithi178 bash[75692]: cluster 2024-03-21T13:05:22.211233+0000 mgr.x (mgr.34104) 1211 : cluster [DBG] pgmap v775: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:23.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:23 smithi178 bash[75692]: cluster 2024-03-21T13:05:22.212031+0000 mgr.x (mgr.34104) 1212 : cluster [DBG] pgmap v776: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:23.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:23 smithi178 bash[75692]: cephadm 2024-03-21T13:05:22.219499+0000 mgr.x (mgr.34104) 1213 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:23.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:23 smithi178 bash[75692]: audit 2024-03-21T13:05:22.309578+0000 mon.a (mon.0) 1306 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:23.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:23 smithi178 bash[75692]: cluster 2024-03-21T13:05:22.313890+0000 mgr.x (mgr.34104) 1214 : cluster [DBG] pgmap v777: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:23.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:23 smithi178 bash[75692]: cluster 2024-03-21T13:05:22.314458+0000 mgr.x (mgr.34104) 1215 : cluster [DBG] pgmap v778: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:23.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:23 smithi178 bash[75692]: audit 2024-03-21T13:05:22.328500+0000 mon.a (mon.0) 1307 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:23.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:23 smithi178 bash[75692]: cephadm 2024-03-21T13:05:22.330760+0000 mgr.x (mgr.34104) 1216 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:23.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:23 smithi178 bash[75692]: audit 2024-03-21T13:05:22.394973+0000 mon.a (mon.0) 1308 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:23.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:23 smithi178 bash[75692]: audit 2024-03-21T13:05:22.397204+0000 mon.a (mon.0) 1309 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:23.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:23 smithi178 bash[75692]: audit 2024-03-21T13:05:22.400103+0000 mon.a (mon.0) 1310 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:23.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:23 smithi178 bash[75692]: audit 2024-03-21T13:05:22.401075+0000 mon.a (mon.0) 1311 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:23.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:23 smithi178 bash[75692]: cluster 2024-03-21T13:05:22.404884+0000 mgr.x (mgr.34104) 1217 : cluster [DBG] pgmap v779: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:23.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:23 smithi178 bash[75692]: cluster 2024-03-21T13:05:22.405609+0000 mgr.x (mgr.34104) 1218 : cluster [DBG] pgmap v780: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:23.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:23 smithi178 bash[75692]: audit 2024-03-21T13:05:22.408777+0000 mon.a (mon.0) 1312 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:23.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:23 smithi178 bash[75692]: cephadm 2024-03-21T13:05:22.411463+0000 mgr.x (mgr.34104) 1219 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:23.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:23 smithi178 bash[75692]: audit 2024-03-21T13:05:22.489569+0000 mon.a (mon.0) 1313 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:23.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:23 smithi178 bash[75692]: audit 2024-03-21T13:05:22.491882+0000 mon.a (mon.0) 1314 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:23.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:23 smithi178 bash[75692]: audit 2024-03-21T13:05:22.494593+0000 mon.a (mon.0) 1315 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:23.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:23 smithi178 bash[75692]: audit 2024-03-21T13:05:22.495539+0000 mon.a (mon.0) 1316 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:23.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:23 smithi178 bash[75692]: cluster 2024-03-21T13:05:22.498877+0000 mgr.x (mgr.34104) 1220 : cluster [DBG] pgmap v781: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:23.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:23 smithi178 bash[75692]: cluster 2024-03-21T13:05:22.499267+0000 mgr.x (mgr.34104) 1221 : cluster [DBG] pgmap v782: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:23.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:23 smithi178 bash[75692]: audit 2024-03-21T13:05:22.504998+0000 mon.a (mon.0) 1317 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:23.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:23 smithi178 bash[75692]: cephadm 2024-03-21T13:05:22.507257+0000 mgr.x (mgr.34104) 1222 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:23.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:23 smithi178 bash[75692]: audit 2024-03-21T13:05:22.584156+0000 mon.a (mon.0) 1318 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:23.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:23 smithi178 bash[75692]: audit 2024-03-21T13:05:22.588254+0000 mon.a (mon.0) 1319 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:23.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:23 smithi178 bash[75692]: audit 2024-03-21T13:05:22.591908+0000 mon.a (mon.0) 1320 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:23.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:23 smithi178 bash[75692]: audit 2024-03-21T13:05:22.593432+0000 mon.a (mon.0) 1321 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:23.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:23 smithi178 bash[75692]: cluster 2024-03-21T13:05:22.597964+0000 mgr.x (mgr.34104) 1223 : cluster [DBG] pgmap v783: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:23.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:23 smithi178 bash[75692]: cluster 2024-03-21T13:05:22.598732+0000 mgr.x (mgr.34104) 1224 : cluster [DBG] pgmap v784: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:23.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:23 smithi178 bash[75692]: audit 2024-03-21T13:05:22.605901+0000 mon.a (mon.0) 1322 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:23.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:23 smithi178 bash[75692]: cephadm 2024-03-21T13:05:22.608319+0000 mgr.x (mgr.34104) 1225 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:23.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:23 smithi178 bash[75692]: audit 2024-03-21T13:05:22.684844+0000 mon.a (mon.0) 1323 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:23.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:23 smithi178 bash[75692]: audit 2024-03-21T13:05:22.688136+0000 mon.a (mon.0) 1324 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:23.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:23 smithi178 bash[75692]: audit 2024-03-21T13:05:22.692507+0000 mon.a (mon.0) 1325 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:23.806 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:23 smithi184 bash[59794]: cluster 2024-03-21T13:05:22.211233+0000 mgr.x (mgr.34104) 1211 : cluster [DBG] pgmap v775: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:23.806 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:23 smithi184 bash[59794]: cluster 2024-03-21T13:05:22.212031+0000 mgr.x (mgr.34104) 1212 : cluster [DBG] pgmap v776: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:23.806 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:23 smithi184 bash[59794]: cephadm 2024-03-21T13:05:22.219499+0000 mgr.x (mgr.34104) 1213 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:23.806 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:23 smithi184 bash[59794]: audit 2024-03-21T13:05:22.309578+0000 mon.a (mon.0) 1306 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:23.806 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:23 smithi184 bash[59794]: cluster 2024-03-21T13:05:22.313890+0000 mgr.x (mgr.34104) 1214 : cluster [DBG] pgmap v777: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:23.806 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:23 smithi184 bash[59794]: cluster 2024-03-21T13:05:22.314458+0000 mgr.x (mgr.34104) 1215 : cluster [DBG] pgmap v778: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:23.806 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:23 smithi184 bash[59794]: audit 2024-03-21T13:05:22.328500+0000 mon.a (mon.0) 1307 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:23.806 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:23 smithi184 bash[59794]: cephadm 2024-03-21T13:05:22.330760+0000 mgr.x (mgr.34104) 1216 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:23.806 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:23 smithi184 bash[59794]: audit 2024-03-21T13:05:22.394973+0000 mon.a (mon.0) 1308 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:23.806 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:23 smithi184 bash[59794]: audit 2024-03-21T13:05:22.397204+0000 mon.a (mon.0) 1309 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:23.806 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:23 smithi184 bash[59794]: audit 2024-03-21T13:05:22.400103+0000 mon.a (mon.0) 1310 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:23.806 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:23 smithi184 bash[59794]: audit 2024-03-21T13:05:22.401075+0000 mon.a (mon.0) 1311 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:23.807 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:23 smithi184 bash[59794]: cluster 2024-03-21T13:05:22.404884+0000 mgr.x (mgr.34104) 1217 : cluster [DBG] pgmap v779: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:23.807 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:23 smithi184 bash[59794]: cluster 2024-03-21T13:05:22.405609+0000 mgr.x (mgr.34104) 1218 : cluster [DBG] pgmap v780: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:23.807 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:23 smithi184 bash[59794]: audit 2024-03-21T13:05:22.408777+0000 mon.a (mon.0) 1312 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:23.807 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:23 smithi184 bash[59794]: cephadm 2024-03-21T13:05:22.411463+0000 mgr.x (mgr.34104) 1219 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:23.807 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:23 smithi184 bash[59794]: audit 2024-03-21T13:05:22.489569+0000 mon.a (mon.0) 1313 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:23.807 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:23 smithi184 bash[59794]: audit 2024-03-21T13:05:22.491882+0000 mon.a (mon.0) 1314 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:23.807 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:23 smithi184 bash[59794]: audit 2024-03-21T13:05:22.494593+0000 mon.a (mon.0) 1315 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:23.807 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:23 smithi184 bash[59794]: audit 2024-03-21T13:05:22.495539+0000 mon.a (mon.0) 1316 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:23.807 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:23 smithi184 bash[59794]: cluster 2024-03-21T13:05:22.498877+0000 mgr.x (mgr.34104) 1220 : cluster [DBG] pgmap v781: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:23.807 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:23 smithi184 bash[59794]: cluster 2024-03-21T13:05:22.499267+0000 mgr.x (mgr.34104) 1221 : cluster [DBG] pgmap v782: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:23.807 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:23 smithi184 bash[59794]: audit 2024-03-21T13:05:22.504998+0000 mon.a (mon.0) 1317 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:23.807 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:23 smithi184 bash[59794]: cephadm 2024-03-21T13:05:22.507257+0000 mgr.x (mgr.34104) 1222 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:23.807 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:23 smithi184 bash[59794]: audit 2024-03-21T13:05:22.584156+0000 mon.a (mon.0) 1318 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:23.807 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:23 smithi184 bash[59794]: audit 2024-03-21T13:05:22.588254+0000 mon.a (mon.0) 1319 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:23.808 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:23 smithi184 bash[59794]: audit 2024-03-21T13:05:22.591908+0000 mon.a (mon.0) 1320 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:23.808 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:23 smithi184 bash[59794]: audit 2024-03-21T13:05:22.593432+0000 mon.a (mon.0) 1321 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:23.808 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:23 smithi184 bash[59794]: cluster 2024-03-21T13:05:22.597964+0000 mgr.x (mgr.34104) 1223 : cluster [DBG] pgmap v783: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:23.808 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:23 smithi184 bash[59794]: cluster 2024-03-21T13:05:22.598732+0000 mgr.x (mgr.34104) 1224 : cluster [DBG] pgmap v784: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:23.808 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:23 smithi184 bash[59794]: audit 2024-03-21T13:05:22.605901+0000 mon.a (mon.0) 1322 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:23.808 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:23 smithi184 bash[59794]: cephadm 2024-03-21T13:05:22.608319+0000 mgr.x (mgr.34104) 1225 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:23.808 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:23 smithi184 bash[59794]: audit 2024-03-21T13:05:22.684844+0000 mon.a (mon.0) 1323 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:23.808 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:23 smithi184 bash[59794]: audit 2024-03-21T13:05:22.688136+0000 mon.a (mon.0) 1324 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:23.808 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:23 smithi184 bash[59794]: audit 2024-03-21T13:05:22.692507+0000 mon.a (mon.0) 1325 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:23.808 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:23 smithi184 bash[59794]: audit 2024-03-21T13:05:22.693747+0000 mon.a (mon.0) 1326 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:23.808 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:23 smithi184 bash[59794]: cluster 2024-03-21T13:05:22.697654+0000 mgr.x (mgr.34104) 1226 : cluster [DBG] pgmap v785: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:23.808 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:23 smithi184 bash[59794]: cluster 2024-03-21T13:05:22.698180+0000 mgr.x (mgr.34104) 1227 : cluster [DBG] pgmap v786: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:23.808 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:23 smithi184 bash[59794]: audit 2024-03-21T13:05:22.705721+0000 mon.a (mon.0) 1327 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:23.808 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:23 smithi184 bash[59794]: cephadm 2024-03-21T13:05:22.708119+0000 mgr.x (mgr.34104) 1228 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:23.808 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:23 smithi184 bash[59794]: audit 2024-03-21T13:05:22.785833+0000 mon.a (mon.0) 1328 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:23.809 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:23 smithi184 bash[59794]: audit 2024-03-21T13:05:22.789036+0000 mon.a (mon.0) 1329 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:23.809 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:23 smithi184 bash[59794]: audit 2024-03-21T13:05:22.793051+0000 mon.a (mon.0) 1330 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:23.809 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:23 smithi184 bash[59794]: audit 2024-03-21T13:05:22.794538+0000 mon.a (mon.0) 1331 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:23.809 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:23 smithi184 bash[59794]: cluster 2024-03-21T13:05:22.798939+0000 mgr.x (mgr.34104) 1229 : cluster [DBG] pgmap v787: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:23.809 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:23 smithi184 bash[59794]: cluster 2024-03-21T13:05:22.799710+0000 mgr.x (mgr.34104) 1230 : cluster [DBG] pgmap v788: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:23.809 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:23 smithi184 bash[59794]: audit 2024-03-21T13:05:22.805636+0000 mon.a (mon.0) 1332 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:23.809 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:23 smithi184 bash[59794]: cephadm 2024-03-21T13:05:22.808204+0000 mgr.x (mgr.34104) 1231 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:23.809 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:23 smithi184 bash[59794]: audit 2024-03-21T13:05:22.888377+0000 mon.a (mon.0) 1333 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:23.809 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:23 smithi184 bash[59794]: audit 2024-03-21T13:05:22.891197+0000 mon.a (mon.0) 1334 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:23.809 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:23 smithi184 bash[59794]: audit 2024-03-21T13:05:22.894289+0000 mon.a (mon.0) 1335 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:23.809 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:23 smithi184 bash[59794]: audit 2024-03-21T13:05:22.895649+0000 mon.a (mon.0) 1336 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:23.809 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:23 smithi184 bash[59794]: cluster 2024-03-21T13:05:22.899278+0000 mgr.x (mgr.34104) 1232 : cluster [DBG] pgmap v789: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:23.809 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:23 smithi184 bash[59794]: cluster 2024-03-21T13:05:22.899845+0000 mgr.x (mgr.34104) 1233 : cluster [DBG] pgmap v790: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:23.809 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:23 smithi184 bash[59794]: audit 2024-03-21T13:05:22.906046+0000 mon.a (mon.0) 1337 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:23.809 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:23 smithi184 bash[59794]: cephadm 2024-03-21T13:05:22.908518+0000 mgr.x (mgr.34104) 1234 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:23.810 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:23 smithi184 bash[59794]: audit 2024-03-21T13:05:22.986160+0000 mon.a (mon.0) 1338 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:23.810 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:23 smithi184 bash[59794]: audit 2024-03-21T13:05:22.988907+0000 mon.a (mon.0) 1339 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:23.810 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:23 smithi184 bash[59794]: audit 2024-03-21T13:05:22.991913+0000 mon.a (mon.0) 1340 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:23.810 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:23 smithi184 bash[59794]: audit 2024-03-21T13:05:22.993046+0000 mon.a (mon.0) 1341 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:23.810 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:23 smithi184 bash[59794]: cluster 2024-03-21T13:05:22.996984+0000 mgr.x (mgr.34104) 1235 : cluster [DBG] pgmap v791: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:23.810 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:23 smithi184 bash[59794]: cluster 2024-03-21T13:05:22.997714+0000 mgr.x (mgr.34104) 1236 : cluster [DBG] pgmap v792: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:23.810 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:23 smithi184 bash[59794]: audit 2024-03-21T13:05:23.004013+0000 mon.a (mon.0) 1342 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:23.810 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:23 smithi184 bash[59794]: cephadm 2024-03-21T13:05:23.006383+0000 mgr.x (mgr.34104) 1237 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:23.810 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:23 smithi184 bash[59794]: audit 2024-03-21T13:05:23.085858+0000 mon.a (mon.0) 1343 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:23.810 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:23 smithi184 bash[59794]: audit 2024-03-21T13:05:23.089057+0000 mon.a (mon.0) 1344 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:23.810 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:23 smithi184 bash[59794]: audit 2024-03-21T13:05:23.094080+0000 mon.a (mon.0) 1345 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:23.810 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:23 smithi184 bash[59794]: audit 2024-03-21T13:05:23.095800+0000 mon.a (mon.0) 1346 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:23.810 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:23 smithi184 bash[59794]: cluster 2024-03-21T13:05:23.100499+0000 mgr.x (mgr.34104) 1238 : cluster [DBG] pgmap v793: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:23.810 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:23 smithi184 bash[59794]: cluster 2024-03-21T13:05:23.101435+0000 mgr.x (mgr.34104) 1239 : cluster [DBG] pgmap v794: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:23.811 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:23 smithi184 bash[59794]: audit 2024-03-21T13:05:23.107990+0000 mon.a (mon.0) 1347 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:23.811 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:23 smithi184 bash[59794]: cephadm 2024-03-21T13:05:23.110421+0000 mgr.x (mgr.34104) 1240 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:23.811 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:23 smithi184 bash[59794]: audit 2024-03-21T13:05:23.186646+0000 mon.a (mon.0) 1348 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:23.811 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:23 smithi184 bash[59794]: audit 2024-03-21T13:05:23.190233+0000 mon.a (mon.0) 1349 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:23.811 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:23 smithi184 bash[59794]: audit 2024-03-21T13:05:23.193975+0000 mon.a (mon.0) 1350 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:23.811 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:23 smithi184 bash[59794]: audit 2024-03-21T13:05:23.195587+0000 mon.a (mon.0) 1351 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:23.811 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:23 smithi184 bash[59794]: audit 2024-03-21T13:05:23.207147+0000 mon.a (mon.0) 1352 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:23.811 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:23 smithi184 bash[59794]: audit 2024-03-21T13:05:23.284121+0000 mon.a (mon.0) 1353 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:23.811 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:23 smithi184 bash[59794]: audit 2024-03-21T13:05:23.287432+0000 mon.a (mon.0) 1354 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:23.811 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:23 smithi184 bash[59794]: audit 2024-03-21T13:05:23.291312+0000 mon.a (mon.0) 1355 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:23.811 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:23 smithi184 bash[59794]: audit 2024-03-21T13:05:23.292795+0000 mon.a (mon.0) 1356 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:23.811 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:23 smithi184 bash[59794]: audit 2024-03-21T13:05:23.304164+0000 mon.a (mon.0) 1357 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:23.812 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:23 smithi178 bash[75692]: audit 2024-03-21T13:05:22.693747+0000 mon.a (mon.0) 1326 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:23.812 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:23 smithi178 bash[75692]: cluster 2024-03-21T13:05:22.697654+0000 mgr.x (mgr.34104) 1226 : cluster [DBG] pgmap v785: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:23.812 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:23 smithi178 bash[75692]: cluster 2024-03-21T13:05:22.698180+0000 mgr.x (mgr.34104) 1227 : cluster [DBG] pgmap v786: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:23.812 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:23 smithi178 bash[75692]: audit 2024-03-21T13:05:22.705721+0000 mon.a (mon.0) 1327 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:23.812 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:23 smithi178 bash[75692]: cephadm 2024-03-21T13:05:22.708119+0000 mgr.x (mgr.34104) 1228 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:23.812 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:23 smithi178 bash[75692]: audit 2024-03-21T13:05:22.785833+0000 mon.a (mon.0) 1328 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:23.812 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:23 smithi178 bash[75692]: audit 2024-03-21T13:05:22.789036+0000 mon.a (mon.0) 1329 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:23.812 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:23 smithi178 bash[75692]: audit 2024-03-21T13:05:22.793051+0000 mon.a (mon.0) 1330 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:23.812 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:23 smithi178 bash[75692]: audit 2024-03-21T13:05:22.794538+0000 mon.a (mon.0) 1331 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:23.812 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:23 smithi178 bash[75692]: cluster 2024-03-21T13:05:22.798939+0000 mgr.x (mgr.34104) 1229 : cluster [DBG] pgmap v787: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:23.812 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:23 smithi178 bash[75692]: cluster 2024-03-21T13:05:22.799710+0000 mgr.x (mgr.34104) 1230 : cluster [DBG] pgmap v788: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:23.812 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:23 smithi178 bash[75692]: audit 2024-03-21T13:05:22.805636+0000 mon.a (mon.0) 1332 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:23.812 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:23 smithi178 bash[75692]: cephadm 2024-03-21T13:05:22.808204+0000 mgr.x (mgr.34104) 1231 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:23.813 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:23 smithi178 bash[75692]: audit 2024-03-21T13:05:22.888377+0000 mon.a (mon.0) 1333 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:23.813 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:23 smithi178 bash[75692]: audit 2024-03-21T13:05:22.891197+0000 mon.a (mon.0) 1334 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:23.813 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:23 smithi178 bash[75692]: audit 2024-03-21T13:05:22.894289+0000 mon.a (mon.0) 1335 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:23.813 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:23 smithi178 bash[75692]: audit 2024-03-21T13:05:22.895649+0000 mon.a (mon.0) 1336 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:23.813 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:23 smithi178 bash[75692]: cluster 2024-03-21T13:05:22.899278+0000 mgr.x (mgr.34104) 1232 : cluster [DBG] pgmap v789: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:23.813 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:23 smithi178 bash[75692]: cluster 2024-03-21T13:05:22.899845+0000 mgr.x (mgr.34104) 1233 : cluster [DBG] pgmap v790: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:23.813 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:23 smithi178 bash[75692]: audit 2024-03-21T13:05:22.906046+0000 mon.a (mon.0) 1337 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:23.813 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:23 smithi178 bash[75692]: cephadm 2024-03-21T13:05:22.908518+0000 mgr.x (mgr.34104) 1234 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:23.813 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:23 smithi178 bash[75692]: audit 2024-03-21T13:05:22.986160+0000 mon.a (mon.0) 1338 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:23.813 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:23 smithi178 bash[75692]: audit 2024-03-21T13:05:22.988907+0000 mon.a (mon.0) 1339 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:23.813 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:23 smithi178 bash[75692]: audit 2024-03-21T13:05:22.991913+0000 mon.a (mon.0) 1340 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:23.813 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:23 smithi178 bash[75692]: audit 2024-03-21T13:05:22.993046+0000 mon.a (mon.0) 1341 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:23.813 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:23 smithi178 bash[75692]: cluster 2024-03-21T13:05:22.996984+0000 mgr.x (mgr.34104) 1235 : cluster [DBG] pgmap v791: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:23.813 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:23 smithi178 bash[75692]: cluster 2024-03-21T13:05:22.997714+0000 mgr.x (mgr.34104) 1236 : cluster [DBG] pgmap v792: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:23.814 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:23 smithi178 bash[75692]: audit 2024-03-21T13:05:23.004013+0000 mon.a (mon.0) 1342 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:23.814 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:23 smithi178 bash[75692]: cephadm 2024-03-21T13:05:23.006383+0000 mgr.x (mgr.34104) 1237 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:23.814 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:23 smithi178 bash[75692]: audit 2024-03-21T13:05:23.085858+0000 mon.a (mon.0) 1343 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:23.814 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:23 smithi178 bash[75692]: audit 2024-03-21T13:05:23.089057+0000 mon.a (mon.0) 1344 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:23.814 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:23 smithi178 bash[75692]: audit 2024-03-21T13:05:23.094080+0000 mon.a (mon.0) 1345 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:23.814 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:23 smithi178 bash[75692]: audit 2024-03-21T13:05:23.095800+0000 mon.a (mon.0) 1346 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:23.814 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:23 smithi178 bash[75692]: cluster 2024-03-21T13:05:23.100499+0000 mgr.x (mgr.34104) 1238 : cluster [DBG] pgmap v793: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:23.814 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:23 smithi178 bash[75692]: cluster 2024-03-21T13:05:23.101435+0000 mgr.x (mgr.34104) 1239 : cluster [DBG] pgmap v794: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:23.814 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:23 smithi178 bash[75692]: audit 2024-03-21T13:05:23.107990+0000 mon.a (mon.0) 1347 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:23.814 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:23 smithi178 bash[75692]: cephadm 2024-03-21T13:05:23.110421+0000 mgr.x (mgr.34104) 1240 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:23.814 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:23 smithi178 bash[75692]: audit 2024-03-21T13:05:23.186646+0000 mon.a (mon.0) 1348 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:23.814 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:23 smithi178 bash[75692]: audit 2024-03-21T13:05:23.190233+0000 mon.a (mon.0) 1349 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:23.814 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:23 smithi178 bash[75692]: audit 2024-03-21T13:05:23.193975+0000 mon.a (mon.0) 1350 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:23.814 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:23 smithi178 bash[75692]: audit 2024-03-21T13:05:23.195587+0000 mon.a (mon.0) 1351 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:23.815 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:23 smithi178 bash[75692]: audit 2024-03-21T13:05:23.207147+0000 mon.a (mon.0) 1352 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:23.815 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:23 smithi178 bash[75692]: audit 2024-03-21T13:05:23.284121+0000 mon.a (mon.0) 1353 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:23.815 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:23 smithi178 bash[75692]: audit 2024-03-21T13:05:23.287432+0000 mon.a (mon.0) 1354 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:23.815 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:23 smithi178 bash[75692]: audit 2024-03-21T13:05:23.291312+0000 mon.a (mon.0) 1355 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:23.815 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:23 smithi178 bash[75692]: audit 2024-03-21T13:05:23.292795+0000 mon.a (mon.0) 1356 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:23.815 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:23 smithi178 bash[75692]: audit 2024-03-21T13:05:23.304164+0000 mon.a (mon.0) 1357 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:23.816 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:23 smithi178 bash[77880]: cluster 2024-03-21T13:05:22.211233+0000 mgr.x (mgr.34104) 1211 : cluster [DBG] pgmap v775: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:23.816 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:23 smithi178 bash[77880]: cluster 2024-03-21T13:05:22.212031+0000 mgr.x (mgr.34104) 1212 : cluster [DBG] pgmap v776: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:23.816 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:23 smithi178 bash[77880]: cephadm 2024-03-21T13:05:22.219499+0000 mgr.x (mgr.34104) 1213 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:23.816 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:23 smithi178 bash[77880]: audit 2024-03-21T13:05:22.309578+0000 mon.a (mon.0) 1306 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:23.816 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:23 smithi178 bash[77880]: cluster 2024-03-21T13:05:22.313890+0000 mgr.x (mgr.34104) 1214 : cluster [DBG] pgmap v777: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:23.816 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:23 smithi178 bash[77880]: cluster 2024-03-21T13:05:22.314458+0000 mgr.x (mgr.34104) 1215 : cluster [DBG] pgmap v778: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:23.816 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:23 smithi178 bash[77880]: audit 2024-03-21T13:05:22.328500+0000 mon.a (mon.0) 1307 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:23.816 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:23 smithi178 bash[77880]: cephadm 2024-03-21T13:05:22.330760+0000 mgr.x (mgr.34104) 1216 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:23.816 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:23 smithi178 bash[77880]: audit 2024-03-21T13:05:22.394973+0000 mon.a (mon.0) 1308 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:23.816 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:23 smithi178 bash[77880]: audit 2024-03-21T13:05:22.397204+0000 mon.a (mon.0) 1309 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:23.816 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:23 smithi178 bash[77880]: audit 2024-03-21T13:05:22.400103+0000 mon.a (mon.0) 1310 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:23.816 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:23 smithi178 bash[77880]: audit 2024-03-21T13:05:22.401075+0000 mon.a (mon.0) 1311 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:23.817 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:23 smithi178 bash[77880]: cluster 2024-03-21T13:05:22.404884+0000 mgr.x (mgr.34104) 1217 : cluster [DBG] pgmap v779: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:23.817 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:23 smithi178 bash[77880]: cluster 2024-03-21T13:05:22.405609+0000 mgr.x (mgr.34104) 1218 : cluster [DBG] pgmap v780: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:23.817 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:23 smithi178 bash[77880]: audit 2024-03-21T13:05:22.408777+0000 mon.a (mon.0) 1312 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:23.817 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:23 smithi178 bash[77880]: cephadm 2024-03-21T13:05:22.411463+0000 mgr.x (mgr.34104) 1219 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:23.817 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:23 smithi178 bash[77880]: audit 2024-03-21T13:05:22.489569+0000 mon.a (mon.0) 1313 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:23.817 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:23 smithi178 bash[77880]: audit 2024-03-21T13:05:22.491882+0000 mon.a (mon.0) 1314 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:23.817 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:23 smithi178 bash[77880]: audit 2024-03-21T13:05:22.494593+0000 mon.a (mon.0) 1315 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:23.817 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:23 smithi178 bash[77880]: audit 2024-03-21T13:05:22.495539+0000 mon.a (mon.0) 1316 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:23.817 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:23 smithi178 bash[77880]: cluster 2024-03-21T13:05:22.498877+0000 mgr.x (mgr.34104) 1220 : cluster [DBG] pgmap v781: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:23.817 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:23 smithi178 bash[77880]: cluster 2024-03-21T13:05:22.499267+0000 mgr.x (mgr.34104) 1221 : cluster [DBG] pgmap v782: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:23.817 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:23 smithi178 bash[77880]: audit 2024-03-21T13:05:22.504998+0000 mon.a (mon.0) 1317 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:23.817 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:23 smithi178 bash[77880]: cephadm 2024-03-21T13:05:22.507257+0000 mgr.x (mgr.34104) 1222 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:23.817 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:23 smithi178 bash[77880]: audit 2024-03-21T13:05:22.584156+0000 mon.a (mon.0) 1318 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:23.817 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:23 smithi178 bash[77880]: audit 2024-03-21T13:05:22.588254+0000 mon.a (mon.0) 1319 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:23.817 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:23 smithi178 bash[77880]: audit 2024-03-21T13:05:22.591908+0000 mon.a (mon.0) 1320 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:23.818 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:23 smithi178 bash[77880]: audit 2024-03-21T13:05:22.593432+0000 mon.a (mon.0) 1321 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:23.818 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:23 smithi178 bash[77880]: cluster 2024-03-21T13:05:22.597964+0000 mgr.x (mgr.34104) 1223 : cluster [DBG] pgmap v783: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:23.818 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:23 smithi178 bash[77880]: cluster 2024-03-21T13:05:22.598732+0000 mgr.x (mgr.34104) 1224 : cluster [DBG] pgmap v784: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:23.818 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:23 smithi178 bash[77880]: audit 2024-03-21T13:05:22.605901+0000 mon.a (mon.0) 1322 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:23.818 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:23 smithi178 bash[77880]: cephadm 2024-03-21T13:05:22.608319+0000 mgr.x (mgr.34104) 1225 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:23.818 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:23 smithi178 bash[77880]: audit 2024-03-21T13:05:22.684844+0000 mon.a (mon.0) 1323 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:23.818 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:23 smithi178 bash[77880]: audit 2024-03-21T13:05:22.688136+0000 mon.a (mon.0) 1324 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:23.818 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:23 smithi178 bash[77880]: audit 2024-03-21T13:05:22.692507+0000 mon.a (mon.0) 1325 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:23.818 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:23 smithi178 bash[77880]: audit 2024-03-21T13:05:22.693747+0000 mon.a (mon.0) 1326 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:23.818 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:23 smithi178 bash[77880]: cluster 2024-03-21T13:05:22.697654+0000 mgr.x (mgr.34104) 1226 : cluster [DBG] pgmap v785: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:23.819 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:23 smithi178 bash[77880]: cluster 2024-03-21T13:05:22.698180+0000 mgr.x (mgr.34104) 1227 : cluster [DBG] pgmap v786: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:23.819 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:23 smithi178 bash[77880]: audit 2024-03-21T13:05:22.705721+0000 mon.a (mon.0) 1327 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:23.819 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:23 smithi178 bash[77880]: cephadm 2024-03-21T13:05:22.708119+0000 mgr.x (mgr.34104) 1228 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:23.819 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:23 smithi178 bash[77880]: audit 2024-03-21T13:05:22.785833+0000 mon.a (mon.0) 1328 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:23.819 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:23 smithi178 bash[77880]: audit 2024-03-21T13:05:22.789036+0000 mon.a (mon.0) 1329 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:23.819 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:23 smithi178 bash[77880]: audit 2024-03-21T13:05:22.793051+0000 mon.a (mon.0) 1330 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:23.819 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:23 smithi178 bash[77880]: audit 2024-03-21T13:05:22.794538+0000 mon.a (mon.0) 1331 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:23.819 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:23 smithi178 bash[77880]: cluster 2024-03-21T13:05:22.798939+0000 mgr.x (mgr.34104) 1229 : cluster [DBG] pgmap v787: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:23.819 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:23 smithi178 bash[77880]: cluster 2024-03-21T13:05:22.799710+0000 mgr.x (mgr.34104) 1230 : cluster [DBG] pgmap v788: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:23.819 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:23 smithi178 bash[77880]: audit 2024-03-21T13:05:22.805636+0000 mon.a (mon.0) 1332 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:23.819 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:23 smithi178 bash[77880]: cephadm 2024-03-21T13:05:22.808204+0000 mgr.x (mgr.34104) 1231 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:23.819 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:23 smithi178 bash[77880]: audit 2024-03-21T13:05:22.888377+0000 mon.a (mon.0) 1333 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:23.819 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:23 smithi178 bash[77880]: audit 2024-03-21T13:05:22.891197+0000 mon.a (mon.0) 1334 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:23.819 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:23 smithi178 bash[77880]: audit 2024-03-21T13:05:22.894289+0000 mon.a (mon.0) 1335 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:23.820 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:23 smithi178 bash[77880]: audit 2024-03-21T13:05:22.895649+0000 mon.a (mon.0) 1336 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:23.820 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:23 smithi178 bash[77880]: cluster 2024-03-21T13:05:22.899278+0000 mgr.x (mgr.34104) 1232 : cluster [DBG] pgmap v789: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:23.820 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:23 smithi178 bash[77880]: cluster 2024-03-21T13:05:22.899845+0000 mgr.x (mgr.34104) 1233 : cluster [DBG] pgmap v790: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:23.820 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:23 smithi178 bash[77880]: audit 2024-03-21T13:05:22.906046+0000 mon.a (mon.0) 1337 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:23.820 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:23 smithi178 bash[77880]: cephadm 2024-03-21T13:05:22.908518+0000 mgr.x (mgr.34104) 1234 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:23.820 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:23 smithi178 bash[77880]: audit 2024-03-21T13:05:22.986160+0000 mon.a (mon.0) 1338 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:23.820 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:23 smithi178 bash[77880]: audit 2024-03-21T13:05:22.988907+0000 mon.a (mon.0) 1339 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:23.820 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:23 smithi178 bash[77880]: audit 2024-03-21T13:05:22.991913+0000 mon.a (mon.0) 1340 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:23.820 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:23 smithi178 bash[77880]: audit 2024-03-21T13:05:22.993046+0000 mon.a (mon.0) 1341 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:23.820 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:23 smithi178 bash[77880]: cluster 2024-03-21T13:05:22.996984+0000 mgr.x (mgr.34104) 1235 : cluster [DBG] pgmap v791: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:23.820 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:23 smithi178 bash[77880]: cluster 2024-03-21T13:05:22.997714+0000 mgr.x (mgr.34104) 1236 : cluster [DBG] pgmap v792: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:23.820 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:23 smithi178 bash[77880]: audit 2024-03-21T13:05:23.004013+0000 mon.a (mon.0) 1342 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:23.820 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:23 smithi178 bash[77880]: cephadm 2024-03-21T13:05:23.006383+0000 mgr.x (mgr.34104) 1237 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:23.820 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:23 smithi178 bash[77880]: audit 2024-03-21T13:05:23.085858+0000 mon.a (mon.0) 1343 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:23.820 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:23 smithi178 bash[77880]: audit 2024-03-21T13:05:23.089057+0000 mon.a (mon.0) 1344 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:23.821 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:23 smithi178 bash[77880]: audit 2024-03-21T13:05:23.094080+0000 mon.a (mon.0) 1345 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:23.821 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:23 smithi178 bash[77880]: audit 2024-03-21T13:05:23.095800+0000 mon.a (mon.0) 1346 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:23.821 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:23 smithi178 bash[77880]: cluster 2024-03-21T13:05:23.100499+0000 mgr.x (mgr.34104) 1238 : cluster [DBG] pgmap v793: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:23.821 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:23 smithi178 bash[77880]: cluster 2024-03-21T13:05:23.101435+0000 mgr.x (mgr.34104) 1239 : cluster [DBG] pgmap v794: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:23.821 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:23 smithi178 bash[77880]: audit 2024-03-21T13:05:23.107990+0000 mon.a (mon.0) 1347 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:23.821 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:23 smithi178 bash[77880]: cephadm 2024-03-21T13:05:23.110421+0000 mgr.x (mgr.34104) 1240 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:23.821 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:23 smithi178 bash[77880]: audit 2024-03-21T13:05:23.186646+0000 mon.a (mon.0) 1348 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:23.821 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:23 smithi178 bash[77880]: audit 2024-03-21T13:05:23.190233+0000 mon.a (mon.0) 1349 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:23.821 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:23 smithi178 bash[77880]: audit 2024-03-21T13:05:23.193975+0000 mon.a (mon.0) 1350 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:23.821 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:23 smithi178 bash[77880]: audit 2024-03-21T13:05:23.195587+0000 mon.a (mon.0) 1351 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:23.821 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:23 smithi178 bash[77880]: audit 2024-03-21T13:05:23.207147+0000 mon.a (mon.0) 1352 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:23.821 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:23 smithi178 bash[77880]: audit 2024-03-21T13:05:23.284121+0000 mon.a (mon.0) 1353 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:23.822 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:23 smithi178 bash[77880]: audit 2024-03-21T13:05:23.287432+0000 mon.a (mon.0) 1354 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:23.822 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:23 smithi178 bash[77880]: audit 2024-03-21T13:05:23.291312+0000 mon.a (mon.0) 1355 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:23.822 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:23 smithi178 bash[77880]: audit 2024-03-21T13:05:23.292795+0000 mon.a (mon.0) 1356 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:23.822 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:23 smithi178 bash[77880]: audit 2024-03-21T13:05:23.304164+0000 mon.a (mon.0) 1357 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:24.468 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:24 smithi178 bash[75692]: cluster 2024-03-21T13:05:23.199801+0000 mgr.x (mgr.34104) 1241 : cluster [DBG] pgmap v795: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:24.469 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:24 smithi178 bash[75692]: cluster 2024-03-21T13:05:23.200439+0000 mgr.x (mgr.34104) 1242 : cluster [DBG] pgmap v796: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:24.469 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:24 smithi178 bash[75692]: cephadm 2024-03-21T13:05:23.209307+0000 mgr.x (mgr.34104) 1243 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:24.469 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:24 smithi178 bash[75692]: cluster 2024-03-21T13:05:23.297146+0000 mgr.x (mgr.34104) 1244 : cluster [DBG] pgmap v797: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:24.469 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:24 smithi178 bash[75692]: cluster 2024-03-21T13:05:23.297508+0000 mgr.x (mgr.34104) 1245 : cluster [DBG] pgmap v798: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:24.469 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:24 smithi178 bash[75692]: cephadm 2024-03-21T13:05:23.306637+0000 mgr.x (mgr.34104) 1246 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:24.469 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:24 smithi178 bash[75692]: audit 2024-03-21T13:05:23.384464+0000 mon.a (mon.0) 1358 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:24.469 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:24 smithi178 bash[75692]: audit 2024-03-21T13:05:23.387801+0000 mon.a (mon.0) 1359 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:24.469 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:24 smithi178 bash[75692]: audit 2024-03-21T13:05:23.393254+0000 mon.a (mon.0) 1360 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:24.469 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:24 smithi178 bash[75692]: audit 2024-03-21T13:05:23.394795+0000 mon.a (mon.0) 1361 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:24.469 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:24 smithi178 bash[75692]: cluster 2024-03-21T13:05:23.399287+0000 mgr.x (mgr.34104) 1247 : cluster [DBG] pgmap v799: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:24.470 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:24 smithi178 bash[75692]: cluster 2024-03-21T13:05:23.400128+0000 mgr.x (mgr.34104) 1248 : cluster [DBG] pgmap v800: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:24.470 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:24 smithi178 bash[75692]: audit 2024-03-21T13:05:23.410922+0000 mon.a (mon.0) 1362 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:24.470 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:24 smithi178 bash[75692]: cephadm 2024-03-21T13:05:23.413528+0000 mgr.x (mgr.34104) 1249 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:24.470 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:24 smithi178 bash[75692]: audit 2024-03-21T13:05:23.494049+0000 mon.a (mon.0) 1363 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:24.470 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:24 smithi178 bash[75692]: audit 2024-03-21T13:05:23.496998+0000 mon.a (mon.0) 1364 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:24.470 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:24 smithi178 bash[75692]: audit 2024-03-21T13:05:23.500628+0000 mon.a (mon.0) 1365 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:24.470 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:24 smithi178 bash[77880]: cluster 2024-03-21T13:05:23.199801+0000 mgr.x (mgr.34104) 1241 : cluster [DBG] pgmap v795: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:24.470 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:24 smithi178 bash[77880]: cluster 2024-03-21T13:05:23.200439+0000 mgr.x (mgr.34104) 1242 : cluster [DBG] pgmap v796: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:24.470 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:24 smithi178 bash[77880]: cephadm 2024-03-21T13:05:23.209307+0000 mgr.x (mgr.34104) 1243 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:24.471 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:24 smithi178 bash[77880]: cluster 2024-03-21T13:05:23.297146+0000 mgr.x (mgr.34104) 1244 : cluster [DBG] pgmap v797: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:24.471 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:24 smithi178 bash[77880]: cluster 2024-03-21T13:05:23.297508+0000 mgr.x (mgr.34104) 1245 : cluster [DBG] pgmap v798: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:24.471 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:24 smithi178 bash[77880]: cephadm 2024-03-21T13:05:23.306637+0000 mgr.x (mgr.34104) 1246 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:24.471 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:24 smithi178 bash[77880]: audit 2024-03-21T13:05:23.384464+0000 mon.a (mon.0) 1358 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:24.471 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:24 smithi178 bash[77880]: audit 2024-03-21T13:05:23.387801+0000 mon.a (mon.0) 1359 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:24.471 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:24 smithi178 bash[77880]: audit 2024-03-21T13:05:23.393254+0000 mon.a (mon.0) 1360 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:24.471 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:24 smithi178 bash[77880]: audit 2024-03-21T13:05:23.394795+0000 mon.a (mon.0) 1361 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:24.471 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:24 smithi178 bash[77880]: cluster 2024-03-21T13:05:23.399287+0000 mgr.x (mgr.34104) 1247 : cluster [DBG] pgmap v799: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:24.471 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:24 smithi178 bash[77880]: cluster 2024-03-21T13:05:23.400128+0000 mgr.x (mgr.34104) 1248 : cluster [DBG] pgmap v800: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:24.471 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:24 smithi178 bash[77880]: audit 2024-03-21T13:05:23.410922+0000 mon.a (mon.0) 1362 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:24.471 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:24 smithi178 bash[77880]: cephadm 2024-03-21T13:05:23.413528+0000 mgr.x (mgr.34104) 1249 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:24.471 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:24 smithi178 bash[77880]: audit 2024-03-21T13:05:23.494049+0000 mon.a (mon.0) 1363 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:24.471 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:24 smithi178 bash[77880]: audit 2024-03-21T13:05:23.496998+0000 mon.a (mon.0) 1364 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:24.471 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:24 smithi178 bash[77880]: audit 2024-03-21T13:05:23.500628+0000 mon.a (mon.0) 1365 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:24.472 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:24 smithi178 bash[75692]: audit 2024-03-21T13:05:23.501812+0000 mon.a (mon.0) 1366 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:24.472 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:24 smithi178 bash[75692]: cluster 2024-03-21T13:05:23.507636+0000 mgr.x (mgr.34104) 1250 : cluster [DBG] pgmap v801: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:24.472 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:24 smithi178 bash[75692]: audit 2024-03-21T13:05:23.508606+0000 mon.a (mon.0) 1367 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:24.472 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:24 smithi178 bash[75692]: cephadm 2024-03-21T13:05:23.510976+0000 mgr.x (mgr.34104) 1251 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:24.472 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:24 smithi178 bash[75692]: audit 2024-03-21T13:05:23.591148+0000 mon.a (mon.0) 1368 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:24.472 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:24 smithi178 bash[75692]: audit 2024-03-21T13:05:23.594472+0000 mon.a (mon.0) 1369 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:24.472 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:24 smithi178 bash[75692]: audit 2024-03-21T13:05:23.597587+0000 mon.a (mon.0) 1370 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:24.472 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:24 smithi178 bash[75692]: audit 2024-03-21T13:05:23.599269+0000 mon.a (mon.0) 1371 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:24.472 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:24 smithi178 bash[75692]: cluster 2024-03-21T13:05:23.603407+0000 mgr.x (mgr.34104) 1252 : cluster [DBG] pgmap v802: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:24.472 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:24 smithi178 bash[75692]: cluster 2024-03-21T13:05:23.603817+0000 mgr.x (mgr.34104) 1253 : cluster [DBG] pgmap v803: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:24.472 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:24 smithi178 bash[75692]: audit 2024-03-21T13:05:23.611483+0000 mon.a (mon.0) 1372 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:24.472 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:24 smithi178 bash[75692]: cephadm 2024-03-21T13:05:23.613895+0000 mgr.x (mgr.34104) 1254 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:24.473 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:24 smithi178 bash[75692]: audit 2024-03-21T13:05:23.695499+0000 mon.a (mon.0) 1373 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:24.473 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:24 smithi178 bash[75692]: audit 2024-03-21T13:05:23.698987+0000 mon.a (mon.0) 1374 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:24.473 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:24 smithi178 bash[75692]: audit 2024-03-21T13:05:23.701773+0000 mon.a (mon.0) 1375 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:24.473 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:24 smithi178 bash[75692]: audit 2024-03-21T13:05:23.703298+0000 mon.a (mon.0) 1376 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:24.473 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:24 smithi178 bash[75692]: cluster 2024-03-21T13:05:23.707565+0000 mgr.x (mgr.34104) 1255 : cluster [DBG] pgmap v804: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:24.473 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:24 smithi178 bash[77880]: audit 2024-03-21T13:05:23.501812+0000 mon.a (mon.0) 1366 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:24.473 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:24 smithi178 bash[77880]: cluster 2024-03-21T13:05:23.507636+0000 mgr.x (mgr.34104) 1250 : cluster [DBG] pgmap v801: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:24.473 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:24 smithi178 bash[77880]: audit 2024-03-21T13:05:23.508606+0000 mon.a (mon.0) 1367 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:24.474 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:24 smithi178 bash[77880]: cephadm 2024-03-21T13:05:23.510976+0000 mgr.x (mgr.34104) 1251 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:24.474 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:24 smithi178 bash[77880]: audit 2024-03-21T13:05:23.591148+0000 mon.a (mon.0) 1368 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:24.474 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:24 smithi178 bash[77880]: audit 2024-03-21T13:05:23.594472+0000 mon.a (mon.0) 1369 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:24.474 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:24 smithi178 bash[77880]: audit 2024-03-21T13:05:23.597587+0000 mon.a (mon.0) 1370 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:24.474 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:24 smithi178 bash[77880]: audit 2024-03-21T13:05:23.599269+0000 mon.a (mon.0) 1371 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:24.474 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:24 smithi178 bash[77880]: cluster 2024-03-21T13:05:23.603407+0000 mgr.x (mgr.34104) 1252 : cluster [DBG] pgmap v802: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:24.474 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:24 smithi178 bash[77880]: cluster 2024-03-21T13:05:23.603817+0000 mgr.x (mgr.34104) 1253 : cluster [DBG] pgmap v803: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:24.474 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:24 smithi178 bash[77880]: audit 2024-03-21T13:05:23.611483+0000 mon.a (mon.0) 1372 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:24.474 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:24 smithi178 bash[77880]: cephadm 2024-03-21T13:05:23.613895+0000 mgr.x (mgr.34104) 1254 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:24.474 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:24 smithi178 bash[77880]: audit 2024-03-21T13:05:23.695499+0000 mon.a (mon.0) 1373 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:24.474 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:24 smithi178 bash[77880]: audit 2024-03-21T13:05:23.698987+0000 mon.a (mon.0) 1374 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:24.474 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:24 smithi178 bash[77880]: audit 2024-03-21T13:05:23.701773+0000 mon.a (mon.0) 1375 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:24.474 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:24 smithi178 bash[77880]: audit 2024-03-21T13:05:23.703298+0000 mon.a (mon.0) 1376 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:24.474 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:24 smithi178 bash[77880]: cluster 2024-03-21T13:05:23.707565+0000 mgr.x (mgr.34104) 1255 : cluster [DBG] pgmap v804: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:24.475 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:24 smithi178 bash[77880]: cluster 2024-03-21T13:05:23.708565+0000 mgr.x (mgr.34104) 1256 : cluster [DBG] pgmap v805: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:24.475 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:24 smithi178 bash[77880]: audit 2024-03-21T13:05:23.715031+0000 mon.a (mon.0) 1377 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:24.475 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:24 smithi178 bash[77880]: cephadm 2024-03-21T13:05:23.717665+0000 mgr.x (mgr.34104) 1257 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:24.475 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:24 smithi178 bash[77880]: audit 2024-03-21T13:05:23.801233+0000 mon.a (mon.0) 1378 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:24.475 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:24 smithi178 bash[77880]: audit 2024-03-21T13:05:23.804806+0000 mon.a (mon.0) 1379 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:24.475 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:24 smithi178 bash[77880]: audit 2024-03-21T13:05:23.807887+0000 mon.a (mon.0) 1380 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:24.475 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:24 smithi178 bash[77880]: audit 2024-03-21T13:05:23.809109+0000 mon.a (mon.0) 1381 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:24.475 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:24 smithi178 bash[77880]: cluster 2024-03-21T13:05:23.812726+0000 mgr.x (mgr.34104) 1258 : cluster [DBG] pgmap v806: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:24.475 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:24 smithi178 bash[77880]: cluster 2024-03-21T13:05:23.813206+0000 mgr.x (mgr.34104) 1259 : cluster [DBG] pgmap v807: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:24.475 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:24 smithi178 bash[77880]: audit 2024-03-21T13:05:23.820395+0000 mon.a (mon.0) 1382 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:24.475 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:24 smithi178 bash[77880]: cephadm 2024-03-21T13:05:23.822692+0000 mgr.x (mgr.34104) 1260 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:24.475 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:24 smithi178 bash[77880]: audit 2024-03-21T13:05:23.902463+0000 mon.a (mon.0) 1383 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:24.475 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:24 smithi178 bash[77880]: audit 2024-03-21T13:05:23.905621+0000 mon.a (mon.0) 1384 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:24.475 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:24 smithi178 bash[77880]: audit 2024-03-21T13:05:23.909036+0000 mon.a (mon.0) 1385 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:24.475 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:24 smithi178 bash[77880]: audit 2024-03-21T13:05:23.910746+0000 mon.a (mon.0) 1386 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:24.476 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:24 smithi178 bash[77880]: cluster 2024-03-21T13:05:23.914819+0000 mgr.x (mgr.34104) 1261 : cluster [DBG] pgmap v808: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:24.476 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:24 smithi178 bash[77880]: cluster 2024-03-21T13:05:23.915477+0000 mgr.x (mgr.34104) 1262 : cluster [DBG] pgmap v809: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:24.476 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:24 smithi178 bash[77880]: audit 2024-03-21T13:05:23.921607+0000 mon.a (mon.0) 1387 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:24.476 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:24 smithi178 bash[75692]: cluster 2024-03-21T13:05:23.708565+0000 mgr.x (mgr.34104) 1256 : cluster [DBG] pgmap v805: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:24.476 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:24 smithi178 bash[75692]: audit 2024-03-21T13:05:23.715031+0000 mon.a (mon.0) 1377 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:24.476 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:24 smithi178 bash[75692]: cephadm 2024-03-21T13:05:23.717665+0000 mgr.x (mgr.34104) 1257 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:24.476 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:24 smithi178 bash[75692]: audit 2024-03-21T13:05:23.801233+0000 mon.a (mon.0) 1378 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:24.476 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:24 smithi178 bash[75692]: audit 2024-03-21T13:05:23.804806+0000 mon.a (mon.0) 1379 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:24.476 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:24 smithi178 bash[75692]: audit 2024-03-21T13:05:23.807887+0000 mon.a (mon.0) 1380 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:24.476 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:24 smithi178 bash[75692]: audit 2024-03-21T13:05:23.809109+0000 mon.a (mon.0) 1381 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:24.476 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:24 smithi178 bash[75692]: cluster 2024-03-21T13:05:23.812726+0000 mgr.x (mgr.34104) 1258 : cluster [DBG] pgmap v806: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:24.476 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:24 smithi178 bash[75692]: cluster 2024-03-21T13:05:23.813206+0000 mgr.x (mgr.34104) 1259 : cluster [DBG] pgmap v807: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:24.477 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:24 smithi178 bash[75692]: audit 2024-03-21T13:05:23.820395+0000 mon.a (mon.0) 1382 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:24.477 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:24 smithi178 bash[75692]: cephadm 2024-03-21T13:05:23.822692+0000 mgr.x (mgr.34104) 1260 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:24.477 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:24 smithi178 bash[75692]: audit 2024-03-21T13:05:23.902463+0000 mon.a (mon.0) 1383 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:24.477 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:24 smithi178 bash[75692]: audit 2024-03-21T13:05:23.905621+0000 mon.a (mon.0) 1384 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:24.477 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:24 smithi178 bash[75692]: audit 2024-03-21T13:05:23.909036+0000 mon.a (mon.0) 1385 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:24.477 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:24 smithi178 bash[75692]: audit 2024-03-21T13:05:23.910746+0000 mon.a (mon.0) 1386 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:24.477 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:24 smithi178 bash[75692]: cluster 2024-03-21T13:05:23.914819+0000 mgr.x (mgr.34104) 1261 : cluster [DBG] pgmap v808: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:24.477 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:24 smithi178 bash[75692]: cluster 2024-03-21T13:05:23.915477+0000 mgr.x (mgr.34104) 1262 : cluster [DBG] pgmap v809: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:24.477 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:24 smithi178 bash[75692]: audit 2024-03-21T13:05:23.921607+0000 mon.a (mon.0) 1387 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:24.478 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:24 smithi178 bash[77880]: cephadm 2024-03-21T13:05:23.923903+0000 mgr.x (mgr.34104) 1263 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:24.478 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:24 smithi178 bash[77880]: audit 2024-03-21T13:05:24.000209+0000 mon.a (mon.0) 1388 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:24.478 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:24 smithi178 bash[77880]: audit 2024-03-21T13:05:24.004008+0000 mon.a (mon.0) 1389 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:24.478 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:24 smithi178 bash[77880]: audit 2024-03-21T13:05:24.007999+0000 mon.a (mon.0) 1390 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:24.478 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:24 smithi178 bash[77880]: audit 2024-03-21T13:05:24.009661+0000 mon.a (mon.0) 1391 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:24.478 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:24 smithi178 bash[77880]: cluster 2024-03-21T13:05:24.013937+0000 mgr.x (mgr.34104) 1264 : cluster [DBG] pgmap v810: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:24.478 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:24 smithi178 bash[77880]: cluster 2024-03-21T13:05:24.014451+0000 mgr.x (mgr.34104) 1265 : cluster [DBG] pgmap v811: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:24.478 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:24 smithi178 bash[77880]: audit 2024-03-21T13:05:24.021623+0000 mon.a (mon.0) 1392 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:24.478 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:24 smithi178 bash[77880]: cephadm 2024-03-21T13:05:24.024029+0000 mgr.x (mgr.34104) 1266 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:24.478 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:24 smithi178 bash[77880]: audit 2024-03-21T13:05:24.099572+0000 mon.a (mon.0) 1393 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:24.478 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:24 smithi178 bash[77880]: audit 2024-03-21T13:05:24.103024+0000 mon.a (mon.0) 1394 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:24.478 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:24 smithi178 bash[77880]: audit 2024-03-21T13:05:24.107441+0000 mon.a (mon.0) 1395 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:24.479 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:24 smithi178 bash[77880]: audit 2024-03-21T13:05:24.108812+0000 mon.a (mon.0) 1396 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:24.479 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:24 smithi178 bash[77880]: cluster 2024-03-21T13:05:24.112810+0000 mgr.x (mgr.34104) 1267 : cluster [DBG] pgmap v812: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:24.479 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:24 smithi178 bash[77880]: cluster 2024-03-21T13:05:24.113408+0000 mgr.x (mgr.34104) 1268 : cluster [DBG] pgmap v813: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:24.479 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:24 smithi178 bash[77880]: audit 2024-03-21T13:05:24.119226+0000 mon.a (mon.0) 1397 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:24.479 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:24 smithi178 bash[77880]: cephadm 2024-03-21T13:05:24.121501+0000 mgr.x (mgr.34104) 1269 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:24.479 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:24 smithi178 bash[77880]: audit 2024-03-21T13:05:24.196922+0000 mon.a (mon.0) 1398 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:24.479 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:24 smithi178 bash[77880]: audit 2024-03-21T13:05:24.200641+0000 mon.a (mon.0) 1399 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:24.479 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:24 smithi178 bash[77880]: audit 2024-03-21T13:05:24.205101+0000 mon.a (mon.0) 1400 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:24.479 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:24 smithi178 bash[77880]: audit 2024-03-21T13:05:24.206591+0000 mon.a (mon.0) 1401 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:24.479 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:24 smithi178 bash[77880]: audit 2024-03-21T13:05:24.217726+0000 mon.a (mon.0) 1402 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:24.479 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:24 smithi178 bash[77880]: audit 2024-03-21T13:05:24.296466+0000 mon.a (mon.0) 1403 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:24.479 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:24 smithi178 bash[77880]: audit 2024-03-21T13:05:24.299904+0000 mon.a (mon.0) 1404 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:24.479 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:24 smithi178 bash[77880]: audit 2024-03-21T13:05:24.303863+0000 mon.a (mon.0) 1405 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:24.479 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:24 smithi178 bash[77880]: audit 2024-03-21T13:05:24.304884+0000 mon.a (mon.0) 1406 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:24.479 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:24 smithi178 bash[77880]: audit 2024-03-21T13:05:24.312799+0000 mon.a (mon.0) 1407 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:24.480 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:24 smithi178 bash[75692]: cephadm 2024-03-21T13:05:23.923903+0000 mgr.x (mgr.34104) 1263 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:24.480 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:24 smithi178 bash[75692]: audit 2024-03-21T13:05:24.000209+0000 mon.a (mon.0) 1388 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:24.480 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:24 smithi178 bash[75692]: audit 2024-03-21T13:05:24.004008+0000 mon.a (mon.0) 1389 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:24.480 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:24 smithi178 bash[75692]: audit 2024-03-21T13:05:24.007999+0000 mon.a (mon.0) 1390 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:24.480 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:24 smithi178 bash[75692]: audit 2024-03-21T13:05:24.009661+0000 mon.a (mon.0) 1391 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:24.480 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:24 smithi178 bash[75692]: cluster 2024-03-21T13:05:24.013937+0000 mgr.x (mgr.34104) 1264 : cluster [DBG] pgmap v810: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:24.480 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:24 smithi178 bash[75692]: cluster 2024-03-21T13:05:24.014451+0000 mgr.x (mgr.34104) 1265 : cluster [DBG] pgmap v811: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:24.480 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:24 smithi178 bash[75692]: audit 2024-03-21T13:05:24.021623+0000 mon.a (mon.0) 1392 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:24.480 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:24 smithi178 bash[75692]: cephadm 2024-03-21T13:05:24.024029+0000 mgr.x (mgr.34104) 1266 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:24.481 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:24 smithi178 bash[75692]: audit 2024-03-21T13:05:24.099572+0000 mon.a (mon.0) 1393 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:24.481 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:24 smithi178 bash[75692]: audit 2024-03-21T13:05:24.103024+0000 mon.a (mon.0) 1394 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:24.481 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:24 smithi178 bash[75692]: audit 2024-03-21T13:05:24.107441+0000 mon.a (mon.0) 1395 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:24.481 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:24 smithi178 bash[75692]: audit 2024-03-21T13:05:24.108812+0000 mon.a (mon.0) 1396 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:24.481 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:24 smithi178 bash[75692]: cluster 2024-03-21T13:05:24.112810+0000 mgr.x (mgr.34104) 1267 : cluster [DBG] pgmap v812: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:24.481 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:24 smithi178 bash[75692]: cluster 2024-03-21T13:05:24.113408+0000 mgr.x (mgr.34104) 1268 : cluster [DBG] pgmap v813: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:24.481 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:24 smithi178 bash[75692]: audit 2024-03-21T13:05:24.119226+0000 mon.a (mon.0) 1397 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:24.481 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:24 smithi178 bash[75692]: cephadm 2024-03-21T13:05:24.121501+0000 mgr.x (mgr.34104) 1269 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:24.481 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:24 smithi178 bash[75692]: audit 2024-03-21T13:05:24.196922+0000 mon.a (mon.0) 1398 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:24.481 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:24 smithi178 bash[75692]: audit 2024-03-21T13:05:24.200641+0000 mon.a (mon.0) 1399 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:24.481 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:24 smithi178 bash[75692]: audit 2024-03-21T13:05:24.205101+0000 mon.a (mon.0) 1400 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:24.481 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:24 smithi178 bash[75692]: audit 2024-03-21T13:05:24.206591+0000 mon.a (mon.0) 1401 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:24.481 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:24 smithi178 bash[75692]: audit 2024-03-21T13:05:24.217726+0000 mon.a (mon.0) 1402 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:24.481 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:24 smithi178 bash[75692]: audit 2024-03-21T13:05:24.296466+0000 mon.a (mon.0) 1403 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:24.481 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:24 smithi178 bash[75692]: audit 2024-03-21T13:05:24.299904+0000 mon.a (mon.0) 1404 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:24.482 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:24 smithi178 bash[75692]: audit 2024-03-21T13:05:24.303863+0000 mon.a (mon.0) 1405 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:24.482 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:24 smithi178 bash[75692]: audit 2024-03-21T13:05:24.304884+0000 mon.a (mon.0) 1406 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:24.482 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:24 smithi178 bash[75692]: audit 2024-03-21T13:05:24.312799+0000 mon.a (mon.0) 1407 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:24.798 INFO:journalctl@ceph.osd.0.smithi178.stdout:Mar 21 13:05:24 smithi178 bash[85205]: debug 2024-03-21T13:05:24.701+0000 7fbcf968a700 1 -- 172.21.15.178:0/1420665571 <== mon.1 v2:172.21.15.178:3301/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x564de1011680 con 0x564de104ec00 2024-03-21T13:05:24.826 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:05:24 smithi184 bash[52419]: debug 2024-03-21T13:05:24.498+0000 7f8424111700 -1 mgr.server reply reply (16) Device or resource busy unsafe to stop osd(s) at this time (20 PGs are or would become offline) 2024-03-21T13:05:24.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:24 smithi184 bash[59794]: cluster 2024-03-21T13:05:23.199801+0000 mgr.x (mgr.34104) 1241 : cluster [DBG] pgmap v795: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:24.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:24 smithi184 bash[59794]: cluster 2024-03-21T13:05:23.200439+0000 mgr.x (mgr.34104) 1242 : cluster [DBG] pgmap v796: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:24.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:24 smithi184 bash[59794]: cephadm 2024-03-21T13:05:23.209307+0000 mgr.x (mgr.34104) 1243 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:24.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:24 smithi184 bash[59794]: cluster 2024-03-21T13:05:23.297146+0000 mgr.x (mgr.34104) 1244 : cluster [DBG] pgmap v797: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:24.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:24 smithi184 bash[59794]: cluster 2024-03-21T13:05:23.297508+0000 mgr.x (mgr.34104) 1245 : cluster [DBG] pgmap v798: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:24.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:24 smithi184 bash[59794]: cephadm 2024-03-21T13:05:23.306637+0000 mgr.x (mgr.34104) 1246 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:24.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:24 smithi184 bash[59794]: audit 2024-03-21T13:05:23.384464+0000 mon.a (mon.0) 1358 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:24.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:24 smithi184 bash[59794]: audit 2024-03-21T13:05:23.387801+0000 mon.a (mon.0) 1359 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:24.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:24 smithi184 bash[59794]: audit 2024-03-21T13:05:23.393254+0000 mon.a (mon.0) 1360 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:24.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:24 smithi184 bash[59794]: audit 2024-03-21T13:05:23.394795+0000 mon.a (mon.0) 1361 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:24.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:24 smithi184 bash[59794]: cluster 2024-03-21T13:05:23.399287+0000 mgr.x (mgr.34104) 1247 : cluster [DBG] pgmap v799: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:24.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:24 smithi184 bash[59794]: cluster 2024-03-21T13:05:23.400128+0000 mgr.x (mgr.34104) 1248 : cluster [DBG] pgmap v800: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:24.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:24 smithi184 bash[59794]: audit 2024-03-21T13:05:23.410922+0000 mon.a (mon.0) 1362 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:24.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:24 smithi184 bash[59794]: cephadm 2024-03-21T13:05:23.413528+0000 mgr.x (mgr.34104) 1249 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:24.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:24 smithi184 bash[59794]: audit 2024-03-21T13:05:23.494049+0000 mon.a (mon.0) 1363 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:24.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:24 smithi184 bash[59794]: audit 2024-03-21T13:05:23.496998+0000 mon.a (mon.0) 1364 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:24.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:24 smithi184 bash[59794]: audit 2024-03-21T13:05:23.500628+0000 mon.a (mon.0) 1365 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:24.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:24 smithi184 bash[59794]: audit 2024-03-21T13:05:23.501812+0000 mon.a (mon.0) 1366 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:24.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:24 smithi184 bash[59794]: cluster 2024-03-21T13:05:23.507636+0000 mgr.x (mgr.34104) 1250 : cluster [DBG] pgmap v801: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:24.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:24 smithi184 bash[59794]: audit 2024-03-21T13:05:23.508606+0000 mon.a (mon.0) 1367 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:24.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:24 smithi184 bash[59794]: cephadm 2024-03-21T13:05:23.510976+0000 mgr.x (mgr.34104) 1251 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:24.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:24 smithi184 bash[59794]: audit 2024-03-21T13:05:23.591148+0000 mon.a (mon.0) 1368 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:24.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:24 smithi184 bash[59794]: audit 2024-03-21T13:05:23.594472+0000 mon.a (mon.0) 1369 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:24.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:24 smithi184 bash[59794]: audit 2024-03-21T13:05:23.597587+0000 mon.a (mon.0) 1370 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:24.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:24 smithi184 bash[59794]: audit 2024-03-21T13:05:23.599269+0000 mon.a (mon.0) 1371 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:24.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:24 smithi184 bash[59794]: cluster 2024-03-21T13:05:23.603407+0000 mgr.x (mgr.34104) 1252 : cluster [DBG] pgmap v802: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:24.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:24 smithi184 bash[59794]: cluster 2024-03-21T13:05:23.603817+0000 mgr.x (mgr.34104) 1253 : cluster [DBG] pgmap v803: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:24.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:24 smithi184 bash[59794]: audit 2024-03-21T13:05:23.611483+0000 mon.a (mon.0) 1372 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:24.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:24 smithi184 bash[59794]: cephadm 2024-03-21T13:05:23.613895+0000 mgr.x (mgr.34104) 1254 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:24.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:24 smithi184 bash[59794]: audit 2024-03-21T13:05:23.695499+0000 mon.a (mon.0) 1373 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:24.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:24 smithi184 bash[59794]: audit 2024-03-21T13:05:23.698987+0000 mon.a (mon.0) 1374 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:24.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:24 smithi184 bash[59794]: audit 2024-03-21T13:05:23.701773+0000 mon.a (mon.0) 1375 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:24.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:24 smithi184 bash[59794]: audit 2024-03-21T13:05:23.703298+0000 mon.a (mon.0) 1376 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:24.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:24 smithi184 bash[59794]: cluster 2024-03-21T13:05:23.707565+0000 mgr.x (mgr.34104) 1255 : cluster [DBG] pgmap v804: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:24.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:24 smithi184 bash[59794]: cluster 2024-03-21T13:05:23.708565+0000 mgr.x (mgr.34104) 1256 : cluster [DBG] pgmap v805: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:24.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:24 smithi184 bash[59794]: audit 2024-03-21T13:05:23.715031+0000 mon.a (mon.0) 1377 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:24.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:24 smithi184 bash[59794]: cephadm 2024-03-21T13:05:23.717665+0000 mgr.x (mgr.34104) 1257 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:24.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:24 smithi184 bash[59794]: audit 2024-03-21T13:05:23.801233+0000 mon.a (mon.0) 1378 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:24.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:24 smithi184 bash[59794]: audit 2024-03-21T13:05:23.804806+0000 mon.a (mon.0) 1379 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:24.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:24 smithi184 bash[59794]: audit 2024-03-21T13:05:23.807887+0000 mon.a (mon.0) 1380 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:24.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:24 smithi184 bash[59794]: audit 2024-03-21T13:05:23.809109+0000 mon.a (mon.0) 1381 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:24.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:24 smithi184 bash[59794]: cluster 2024-03-21T13:05:23.812726+0000 mgr.x (mgr.34104) 1258 : cluster [DBG] pgmap v806: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:24.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:24 smithi184 bash[59794]: cluster 2024-03-21T13:05:23.813206+0000 mgr.x (mgr.34104) 1259 : cluster [DBG] pgmap v807: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:24.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:24 smithi184 bash[59794]: audit 2024-03-21T13:05:23.820395+0000 mon.a (mon.0) 1382 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:24.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:24 smithi184 bash[59794]: cephadm 2024-03-21T13:05:23.822692+0000 mgr.x (mgr.34104) 1260 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:24.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:24 smithi184 bash[59794]: audit 2024-03-21T13:05:23.902463+0000 mon.a (mon.0) 1383 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:24.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:24 smithi184 bash[59794]: audit 2024-03-21T13:05:23.905621+0000 mon.a (mon.0) 1384 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:24.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:24 smithi184 bash[59794]: audit 2024-03-21T13:05:23.909036+0000 mon.a (mon.0) 1385 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:24.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:24 smithi184 bash[59794]: audit 2024-03-21T13:05:23.910746+0000 mon.a (mon.0) 1386 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:24.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:24 smithi184 bash[59794]: cluster 2024-03-21T13:05:23.914819+0000 mgr.x (mgr.34104) 1261 : cluster [DBG] pgmap v808: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:24.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:24 smithi184 bash[59794]: cluster 2024-03-21T13:05:23.915477+0000 mgr.x (mgr.34104) 1262 : cluster [DBG] pgmap v809: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:24.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:24 smithi184 bash[59794]: audit 2024-03-21T13:05:23.921607+0000 mon.a (mon.0) 1387 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:24.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:24 smithi184 bash[59794]: cephadm 2024-03-21T13:05:23.923903+0000 mgr.x (mgr.34104) 1263 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:24.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:24 smithi184 bash[59794]: audit 2024-03-21T13:05:24.000209+0000 mon.a (mon.0) 1388 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:24.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:24 smithi184 bash[59794]: audit 2024-03-21T13:05:24.004008+0000 mon.a (mon.0) 1389 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:24.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:24 smithi184 bash[59794]: audit 2024-03-21T13:05:24.007999+0000 mon.a (mon.0) 1390 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:24.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:24 smithi184 bash[59794]: audit 2024-03-21T13:05:24.009661+0000 mon.a (mon.0) 1391 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:24.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:24 smithi184 bash[59794]: cluster 2024-03-21T13:05:24.013937+0000 mgr.x (mgr.34104) 1264 : cluster [DBG] pgmap v810: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:24.831 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:24 smithi184 bash[59794]: cluster 2024-03-21T13:05:24.014451+0000 mgr.x (mgr.34104) 1265 : cluster [DBG] pgmap v811: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:24.831 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:24 smithi184 bash[59794]: audit 2024-03-21T13:05:24.021623+0000 mon.a (mon.0) 1392 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:24.831 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:24 smithi184 bash[59794]: cephadm 2024-03-21T13:05:24.024029+0000 mgr.x (mgr.34104) 1266 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:24.831 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:24 smithi184 bash[59794]: audit 2024-03-21T13:05:24.099572+0000 mon.a (mon.0) 1393 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:24.831 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:24 smithi184 bash[59794]: audit 2024-03-21T13:05:24.103024+0000 mon.a (mon.0) 1394 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:24.831 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:24 smithi184 bash[59794]: audit 2024-03-21T13:05:24.107441+0000 mon.a (mon.0) 1395 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:24.831 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:24 smithi184 bash[59794]: audit 2024-03-21T13:05:24.108812+0000 mon.a (mon.0) 1396 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:24.831 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:24 smithi184 bash[59794]: cluster 2024-03-21T13:05:24.112810+0000 mgr.x (mgr.34104) 1267 : cluster [DBG] pgmap v812: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:24.831 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:24 smithi184 bash[59794]: cluster 2024-03-21T13:05:24.113408+0000 mgr.x (mgr.34104) 1268 : cluster [DBG] pgmap v813: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:24.831 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:24 smithi184 bash[59794]: audit 2024-03-21T13:05:24.119226+0000 mon.a (mon.0) 1397 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:24.831 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:24 smithi184 bash[59794]: cephadm 2024-03-21T13:05:24.121501+0000 mgr.x (mgr.34104) 1269 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:24.831 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:24 smithi184 bash[59794]: audit 2024-03-21T13:05:24.196922+0000 mon.a (mon.0) 1398 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:24.831 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:24 smithi184 bash[59794]: audit 2024-03-21T13:05:24.200641+0000 mon.a (mon.0) 1399 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:24.831 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:24 smithi184 bash[59794]: audit 2024-03-21T13:05:24.205101+0000 mon.a (mon.0) 1400 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:24.832 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:24 smithi184 bash[59794]: audit 2024-03-21T13:05:24.206591+0000 mon.a (mon.0) 1401 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:24.832 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:24 smithi184 bash[59794]: audit 2024-03-21T13:05:24.217726+0000 mon.a (mon.0) 1402 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:24.832 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:24 smithi184 bash[59794]: audit 2024-03-21T13:05:24.296466+0000 mon.a (mon.0) 1403 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:24.832 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:24 smithi184 bash[59794]: audit 2024-03-21T13:05:24.299904+0000 mon.a (mon.0) 1404 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:24.832 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:24 smithi184 bash[59794]: audit 2024-03-21T13:05:24.303863+0000 mon.a (mon.0) 1405 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:24.832 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:24 smithi184 bash[59794]: audit 2024-03-21T13:05:24.304884+0000 mon.a (mon.0) 1406 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:24.832 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:24 smithi184 bash[59794]: audit 2024-03-21T13:05:24.312799+0000 mon.a (mon.0) 1407 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:25.203 INFO:journalctl@ceph.osd.0.smithi178.stdout:Mar 21 13:05:25 smithi178 bash[85205]: debug 2024-03-21T13:05:25.001+0000 7fbd028227c0 -1 Falling back to public interface 2024-03-21T13:05:25.546 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:25 smithi184 bash[59794]: cluster 2024-03-21T13:05:24.210867+0000 mgr.x (mgr.34104) 1270 : cluster [DBG] pgmap v814: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:25.546 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:25 smithi184 bash[59794]: cluster 2024-03-21T13:05:24.211602+0000 mgr.x (mgr.34104) 1271 : cluster [DBG] pgmap v815: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:25.546 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:25 smithi184 bash[59794]: cephadm 2024-03-21T13:05:24.220071+0000 mgr.x (mgr.34104) 1272 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:25.547 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:25 smithi184 bash[59794]: cluster 2024-03-21T13:05:24.308754+0000 mgr.x (mgr.34104) 1273 : cluster [DBG] pgmap v816: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:25.547 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:25 smithi184 bash[59794]: cluster 2024-03-21T13:05:24.309187+0000 mgr.x (mgr.34104) 1274 : cluster [DBG] pgmap v817: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:25.547 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:25 smithi184 bash[59794]: cephadm 2024-03-21T13:05:24.315115+0000 mgr.x (mgr.34104) 1275 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:25.547 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:25 smithi184 bash[59794]: audit 2024-03-21T13:05:24.391647+0000 mon.a (mon.0) 1408 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:25.547 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:25 smithi184 bash[59794]: audit 2024-03-21T13:05:24.393777+0000 mon.a (mon.0) 1409 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:25.547 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:25 smithi184 bash[59794]: audit 2024-03-21T13:05:24.396102+0000 mon.a (mon.0) 1410 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:25.547 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:25 smithi184 bash[59794]: audit 2024-03-21T13:05:24.396851+0000 mon.a (mon.0) 1411 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:25.547 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:25 smithi184 bash[59794]: cluster 2024-03-21T13:05:24.400409+0000 mgr.x (mgr.34104) 1276 : cluster [DBG] pgmap v818: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:25.547 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:25 smithi184 bash[59794]: cluster 2024-03-21T13:05:24.401046+0000 mgr.x (mgr.34104) 1277 : cluster [DBG] pgmap v819: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:25.547 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:25 smithi184 bash[59794]: audit 2024-03-21T13:05:24.404216+0000 mon.a (mon.0) 1412 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:25.547 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:25 smithi184 bash[59794]: cephadm 2024-03-21T13:05:24.406537+0000 mgr.x (mgr.34104) 1278 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:25.547 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:25 smithi184 bash[59794]: audit 2024-03-21T13:05:24.443935+0000 mon.a (mon.0) 1413 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:25.547 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:25 smithi184 bash[59794]: audit 2024-03-21T13:05:24.453234+0000 mon.a (mon.0) 1414 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:25.548 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:25 smithi184 bash[59794]: cluster 2024-03-21T13:05:24.457628+0000 mgr.x (mgr.34104) 1279 : cluster [DBG] pgmap v820: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:25.548 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:25 smithi184 bash[59794]: cluster 2024-03-21T13:05:24.458252+0000 mgr.x (mgr.34104) 1280 : cluster [DBG] pgmap v821: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:25.548 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:25 smithi184 bash[59794]: audit 2024-03-21T13:05:24.464168+0000 mon.a (mon.0) 1415 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:25.548 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:25 smithi184 bash[59794]: audit 2024-03-21T13:05:24.487659+0000 mon.a (mon.0) 1416 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:25.548 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:25 smithi184 bash[59794]: audit 2024-03-21T13:05:24.490322+0000 mon.a (mon.0) 1417 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:25.548 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:25 smithi184 bash[59794]: audit 2024-03-21T13:05:24.492429+0000 mon.a (mon.0) 1418 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:25.548 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:25 smithi184 bash[59794]: audit 2024-03-21T13:05:24.495064+0000 mon.a (mon.0) 1419 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:25.548 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:25 smithi184 bash[59794]: audit 2024-03-21T13:05:24.498259+0000 mon.a (mon.0) 1420 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-03-21T13:05:25.548 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:25 smithi184 bash[59794]: audit 2024-03-21T13:05:24.500301+0000 mgr.x (mgr.34104) 1281 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-03-21T13:05:25.548 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:25 smithi184 bash[59794]: cephadm 2024-03-21T13:05:24.502024+0000 mgr.x (mgr.34104) 1282 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (20 PGs are or would become offline) 2024-03-21T13:05:25.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:25 smithi178 bash[77880]: cluster 2024-03-21T13:05:24.210867+0000 mgr.x (mgr.34104) 1270 : cluster [DBG] pgmap v814: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:25.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:25 smithi178 bash[77880]: cluster 2024-03-21T13:05:24.211602+0000 mgr.x (mgr.34104) 1271 : cluster [DBG] pgmap v815: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:25.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:25 smithi178 bash[77880]: cephadm 2024-03-21T13:05:24.220071+0000 mgr.x (mgr.34104) 1272 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:25.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:25 smithi178 bash[77880]: cluster 2024-03-21T13:05:24.308754+0000 mgr.x (mgr.34104) 1273 : cluster [DBG] pgmap v816: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:25.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:25 smithi178 bash[77880]: cluster 2024-03-21T13:05:24.309187+0000 mgr.x (mgr.34104) 1274 : cluster [DBG] pgmap v817: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:25.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:25 smithi178 bash[77880]: cephadm 2024-03-21T13:05:24.315115+0000 mgr.x (mgr.34104) 1275 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:25.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:25 smithi178 bash[77880]: audit 2024-03-21T13:05:24.391647+0000 mon.a (mon.0) 1408 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:25.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:25 smithi178 bash[77880]: audit 2024-03-21T13:05:24.393777+0000 mon.a (mon.0) 1409 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:25.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:25 smithi178 bash[77880]: audit 2024-03-21T13:05:24.396102+0000 mon.a (mon.0) 1410 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:25.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:25 smithi178 bash[77880]: audit 2024-03-21T13:05:24.396851+0000 mon.a (mon.0) 1411 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:25.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:25 smithi178 bash[77880]: cluster 2024-03-21T13:05:24.400409+0000 mgr.x (mgr.34104) 1276 : cluster [DBG] pgmap v818: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:25.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:25 smithi178 bash[77880]: cluster 2024-03-21T13:05:24.401046+0000 mgr.x (mgr.34104) 1277 : cluster [DBG] pgmap v819: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:25.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:25 smithi178 bash[77880]: audit 2024-03-21T13:05:24.404216+0000 mon.a (mon.0) 1412 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:25.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:25 smithi178 bash[77880]: cephadm 2024-03-21T13:05:24.406537+0000 mgr.x (mgr.34104) 1278 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:25.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:25 smithi178 bash[77880]: audit 2024-03-21T13:05:24.443935+0000 mon.a (mon.0) 1413 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:25.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:25 smithi178 bash[77880]: audit 2024-03-21T13:05:24.453234+0000 mon.a (mon.0) 1414 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:25.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:25 smithi178 bash[77880]: cluster 2024-03-21T13:05:24.457628+0000 mgr.x (mgr.34104) 1279 : cluster [DBG] pgmap v820: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:25.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:25 smithi178 bash[75692]: cluster 2024-03-21T13:05:24.210867+0000 mgr.x (mgr.34104) 1270 : cluster [DBG] pgmap v814: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:25.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:25 smithi178 bash[75692]: cluster 2024-03-21T13:05:24.211602+0000 mgr.x (mgr.34104) 1271 : cluster [DBG] pgmap v815: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:25.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:25 smithi178 bash[75692]: cephadm 2024-03-21T13:05:24.220071+0000 mgr.x (mgr.34104) 1272 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:25.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:25 smithi178 bash[75692]: cluster 2024-03-21T13:05:24.308754+0000 mgr.x (mgr.34104) 1273 : cluster [DBG] pgmap v816: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:25.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:25 smithi178 bash[75692]: cluster 2024-03-21T13:05:24.309187+0000 mgr.x (mgr.34104) 1274 : cluster [DBG] pgmap v817: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:25.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:25 smithi178 bash[75692]: cephadm 2024-03-21T13:05:24.315115+0000 mgr.x (mgr.34104) 1275 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:25.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:25 smithi178 bash[75692]: audit 2024-03-21T13:05:24.391647+0000 mon.a (mon.0) 1408 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:25.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:25 smithi178 bash[75692]: audit 2024-03-21T13:05:24.393777+0000 mon.a (mon.0) 1409 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:25.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:25 smithi178 bash[75692]: audit 2024-03-21T13:05:24.396102+0000 mon.a (mon.0) 1410 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:25.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:25 smithi178 bash[75692]: audit 2024-03-21T13:05:24.396851+0000 mon.a (mon.0) 1411 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:25.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:25 smithi178 bash[75692]: cluster 2024-03-21T13:05:24.400409+0000 mgr.x (mgr.34104) 1276 : cluster [DBG] pgmap v818: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:25.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:25 smithi178 bash[75692]: cluster 2024-03-21T13:05:24.401046+0000 mgr.x (mgr.34104) 1277 : cluster [DBG] pgmap v819: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:25.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:25 smithi178 bash[75692]: audit 2024-03-21T13:05:24.404216+0000 mon.a (mon.0) 1412 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:25.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:25 smithi178 bash[75692]: cephadm 2024-03-21T13:05:24.406537+0000 mgr.x (mgr.34104) 1278 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:25.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:25 smithi178 bash[75692]: audit 2024-03-21T13:05:24.443935+0000 mon.a (mon.0) 1413 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:25.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:25 smithi178 bash[75692]: audit 2024-03-21T13:05:24.453234+0000 mon.a (mon.0) 1414 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:25.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:25 smithi178 bash[75692]: cluster 2024-03-21T13:05:24.457628+0000 mgr.x (mgr.34104) 1279 : cluster [DBG] pgmap v820: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:25.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:25 smithi178 bash[77880]: cluster 2024-03-21T13:05:24.458252+0000 mgr.x (mgr.34104) 1280 : cluster [DBG] pgmap v821: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:25.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:25 smithi178 bash[77880]: audit 2024-03-21T13:05:24.464168+0000 mon.a (mon.0) 1415 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:25.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:25 smithi178 bash[77880]: audit 2024-03-21T13:05:24.487659+0000 mon.a (mon.0) 1416 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:25.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:25 smithi178 bash[77880]: audit 2024-03-21T13:05:24.490322+0000 mon.a (mon.0) 1417 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:25.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:25 smithi178 bash[77880]: audit 2024-03-21T13:05:24.492429+0000 mon.a (mon.0) 1418 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:25.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:25 smithi178 bash[77880]: audit 2024-03-21T13:05:24.495064+0000 mon.a (mon.0) 1419 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:25.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:25 smithi178 bash[77880]: audit 2024-03-21T13:05:24.498259+0000 mon.a (mon.0) 1420 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-03-21T13:05:25.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:25 smithi178 bash[77880]: audit 2024-03-21T13:05:24.500301+0000 mgr.x (mgr.34104) 1281 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-03-21T13:05:25.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:25 smithi178 bash[77880]: cephadm 2024-03-21T13:05:24.502024+0000 mgr.x (mgr.34104) 1282 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (20 PGs are or would become offline) 2024-03-21T13:05:25.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:25 smithi178 bash[75692]: cluster 2024-03-21T13:05:24.458252+0000 mgr.x (mgr.34104) 1280 : cluster [DBG] pgmap v821: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-03-21T13:05:25.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:25 smithi178 bash[75692]: audit 2024-03-21T13:05:24.464168+0000 mon.a (mon.0) 1415 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:25.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:25 smithi178 bash[75692]: audit 2024-03-21T13:05:24.487659+0000 mon.a (mon.0) 1416 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:25.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:25 smithi178 bash[75692]: audit 2024-03-21T13:05:24.490322+0000 mon.a (mon.0) 1417 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:25.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:25 smithi178 bash[75692]: audit 2024-03-21T13:05:24.492429+0000 mon.a (mon.0) 1418 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:25.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:25 smithi178 bash[75692]: audit 2024-03-21T13:05:24.495064+0000 mon.a (mon.0) 1419 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:25.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:25 smithi178 bash[75692]: audit 2024-03-21T13:05:24.498259+0000 mon.a (mon.0) 1420 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-03-21T13:05:25.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:25 smithi178 bash[75692]: audit 2024-03-21T13:05:24.500301+0000 mgr.x (mgr.34104) 1281 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-03-21T13:05:25.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:25 smithi178 bash[75692]: cephadm 2024-03-21T13:05:24.502024+0000 mgr.x (mgr.34104) 1282 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (20 PGs are or would become offline) 2024-03-21T13:05:25.823 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:05:25 smithi184 bash[52419]: ::ffff:172.21.15.184 - - [21/Mar/2024:13:05:25] "GET /metrics HTTP/1.1" 200 38574 "" "Prometheus/2.33.4" 2024-03-21T13:05:27.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:27 smithi178 bash[77880]: cluster 2024-03-21T13:05:26.460138+0000 mgr.x (mgr.34104) 1283 : cluster [DBG] pgmap v822: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 2.3 KiB/s rd, 2 op/s; 68/630 objects degraded (10.794%) 2024-03-21T13:05:27.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:27 smithi178 bash[75692]: cluster 2024-03-21T13:05:26.460138+0000 mgr.x (mgr.34104) 1283 : cluster [DBG] pgmap v822: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 2.3 KiB/s rd, 2 op/s; 68/630 objects degraded (10.794%) 2024-03-21T13:05:27.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:27 smithi184 bash[59794]: cluster 2024-03-21T13:05:26.460138+0000 mgr.x (mgr.34104) 1283 : cluster [DBG] pgmap v822: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 2.3 KiB/s rd, 2 op/s; 68/630 objects degraded (10.794%) 2024-03-21T13:05:28.520 INFO:journalctl@ceph.osd.0.smithi178.stdout:Mar 21 13:05:28 smithi178 bash[85205]: debug 2024-03-21T13:05:28.133+0000 7fbd028227c0 -1 osd.0 120 log_to_monitors true 2024-03-21T13:05:28.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:28 smithi184 bash[59794]: audit 2024-03-21T13:05:28.142568+0000 mon.a (mon.0) 1421 : audit [INF] from='osd.0 [v2:172.21.15.178:6800/3906017822,v1:172.21.15.178:6801/3906017822]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-03-21T13:05:28.582 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:28 smithi178 bash[75692]: audit 2024-03-21T13:05:28.142568+0000 mon.a (mon.0) 1421 : audit [INF] from='osd.0 [v2:172.21.15.178:6800/3906017822,v1:172.21.15.178:6801/3906017822]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-03-21T13:05:28.582 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:28 smithi178 bash[77880]: audit 2024-03-21T13:05:28.142568+0000 mon.a (mon.0) 1421 : audit [INF] from='osd.0 [v2:172.21.15.178:6800/3906017822,v1:172.21.15.178:6801/3906017822]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-03-21T13:05:28.798 INFO:journalctl@ceph.osd.0.smithi178.stdout:Mar 21 13:05:28 smithi178 bash[85205]: debug 2024-03-21T13:05:28.577+0000 7fbcf3c7a700 -1 osd.0 120 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-03-21T13:05:29.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:29 smithi184 bash[59794]: cluster 2024-03-21T13:05:28.461187+0000 mgr.x (mgr.34104) 1284 : cluster [DBG] pgmap v823: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 68/630 objects degraded (10.794%) 2024-03-21T13:05:29.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:29 smithi184 bash[59794]: audit 2024-03-21T13:05:28.525533+0000 mon.a (mon.0) 1422 : audit [INF] from='osd.0 [v2:172.21.15.178:6800/3906017822,v1:172.21.15.178:6801/3906017822]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-03-21T13:05:29.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:29 smithi184 bash[59794]: cluster 2024-03-21T13:05:28.530545+0000 mon.a (mon.0) 1423 : cluster [DBG] osdmap e123: 8 total, 7 up, 8 in 2024-03-21T13:05:29.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:29 smithi184 bash[59794]: audit 2024-03-21T13:05:28.531091+0000 mon.a (mon.0) 1424 : audit [INF] from='osd.0 [v2:172.21.15.178:6800/3906017822,v1:172.21.15.178:6801/3906017822]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi178", "root=default"]}]: dispatch 2024-03-21T13:05:29.958 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:29 smithi178 bash[75692]: cluster 2024-03-21T13:05:28.461187+0000 mgr.x (mgr.34104) 1284 : cluster [DBG] pgmap v823: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 68/630 objects degraded (10.794%) 2024-03-21T13:05:29.958 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:29 smithi178 bash[75692]: audit 2024-03-21T13:05:28.525533+0000 mon.a (mon.0) 1422 : audit [INF] from='osd.0 [v2:172.21.15.178:6800/3906017822,v1:172.21.15.178:6801/3906017822]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-03-21T13:05:29.958 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:29 smithi178 bash[75692]: cluster 2024-03-21T13:05:28.530545+0000 mon.a (mon.0) 1423 : cluster [DBG] osdmap e123: 8 total, 7 up, 8 in 2024-03-21T13:05:29.958 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:29 smithi178 bash[75692]: audit 2024-03-21T13:05:28.531091+0000 mon.a (mon.0) 1424 : audit [INF] from='osd.0 [v2:172.21.15.178:6800/3906017822,v1:172.21.15.178:6801/3906017822]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi178", "root=default"]}]: dispatch 2024-03-21T13:05:29.959 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:29 smithi178 bash[77880]: cluster 2024-03-21T13:05:28.461187+0000 mgr.x (mgr.34104) 1284 : cluster [DBG] pgmap v823: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 131 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 68/630 objects degraded (10.794%) 2024-03-21T13:05:29.959 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:29 smithi178 bash[77880]: audit 2024-03-21T13:05:28.525533+0000 mon.a (mon.0) 1422 : audit [INF] from='osd.0 [v2:172.21.15.178:6800/3906017822,v1:172.21.15.178:6801/3906017822]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-03-21T13:05:29.959 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:29 smithi178 bash[77880]: cluster 2024-03-21T13:05:28.530545+0000 mon.a (mon.0) 1423 : cluster [DBG] osdmap e123: 8 total, 7 up, 8 in 2024-03-21T13:05:29.959 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:29 smithi178 bash[77880]: audit 2024-03-21T13:05:28.531091+0000 mon.a (mon.0) 1424 : audit [INF] from='osd.0 [v2:172.21.15.178:6800/3906017822,v1:172.21.15.178:6801/3906017822]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi178", "root=default"]}]: dispatch 2024-03-21T13:05:30.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:30 smithi184 bash[59794]: cluster 2024-03-21T13:05:29.526267+0000 mon.a (mon.0) 1425 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-21T13:05:30.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:30 smithi184 bash[59794]: cluster 2024-03-21T13:05:29.535897+0000 mon.a (mon.0) 1426 : cluster [INF] osd.0 [v2:172.21.15.178:6800/3906017822,v1:172.21.15.178:6801/3906017822] boot 2024-03-21T13:05:30.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:30 smithi184 bash[59794]: cluster 2024-03-21T13:05:29.536044+0000 mon.a (mon.0) 1427 : cluster [DBG] osdmap e124: 8 total, 8 up, 8 in 2024-03-21T13:05:30.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:30 smithi184 bash[59794]: audit 2024-03-21T13:05:29.536983+0000 mon.a (mon.0) 1428 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T13:05:30.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:30 smithi184 bash[59794]: audit 2024-03-21T13:05:30.392903+0000 mon.a (mon.0) 1429 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:30.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:30 smithi184 bash[59794]: audit 2024-03-21T13:05:30.405141+0000 mon.a (mon.0) 1430 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:30.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:30 smithi184 bash[59794]: audit 2024-03-21T13:05:30.415913+0000 mon.a (mon.0) 1431 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:30.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:30 smithi184 bash[59794]: cluster 2024-03-21T13:05:30.538263+0000 mon.a (mon.0) 1432 : cluster [DBG] osdmap e125: 8 total, 8 up, 8 in 2024-03-21T13:05:31.002 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:30 smithi178 bash[75692]: cluster 2024-03-21T13:05:29.526267+0000 mon.a (mon.0) 1425 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-21T13:05:31.002 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:30 smithi178 bash[75692]: cluster 2024-03-21T13:05:29.535897+0000 mon.a (mon.0) 1426 : cluster [INF] osd.0 [v2:172.21.15.178:6800/3906017822,v1:172.21.15.178:6801/3906017822] boot 2024-03-21T13:05:31.002 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:30 smithi178 bash[75692]: cluster 2024-03-21T13:05:29.536044+0000 mon.a (mon.0) 1427 : cluster [DBG] osdmap e124: 8 total, 8 up, 8 in 2024-03-21T13:05:31.002 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:30 smithi178 bash[75692]: audit 2024-03-21T13:05:29.536983+0000 mon.a (mon.0) 1428 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T13:05:31.002 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:30 smithi178 bash[75692]: audit 2024-03-21T13:05:30.392903+0000 mon.a (mon.0) 1429 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:31.003 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:30 smithi178 bash[75692]: audit 2024-03-21T13:05:30.405141+0000 mon.a (mon.0) 1430 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:31.003 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:30 smithi178 bash[75692]: audit 2024-03-21T13:05:30.415913+0000 mon.a (mon.0) 1431 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:31.003 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:30 smithi178 bash[75692]: cluster 2024-03-21T13:05:30.538263+0000 mon.a (mon.0) 1432 : cluster [DBG] osdmap e125: 8 total, 8 up, 8 in 2024-03-21T13:05:31.003 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:30 smithi178 bash[77880]: cluster 2024-03-21T13:05:29.526267+0000 mon.a (mon.0) 1425 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-21T13:05:31.003 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:30 smithi178 bash[77880]: cluster 2024-03-21T13:05:29.535897+0000 mon.a (mon.0) 1426 : cluster [INF] osd.0 [v2:172.21.15.178:6800/3906017822,v1:172.21.15.178:6801/3906017822] boot 2024-03-21T13:05:31.003 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:30 smithi178 bash[77880]: cluster 2024-03-21T13:05:29.536044+0000 mon.a (mon.0) 1427 : cluster [DBG] osdmap e124: 8 total, 8 up, 8 in 2024-03-21T13:05:31.003 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:30 smithi178 bash[77880]: audit 2024-03-21T13:05:29.536983+0000 mon.a (mon.0) 1428 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T13:05:31.003 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:30 smithi178 bash[77880]: audit 2024-03-21T13:05:30.392903+0000 mon.a (mon.0) 1429 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:31.003 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:30 smithi178 bash[77880]: audit 2024-03-21T13:05:30.405141+0000 mon.a (mon.0) 1430 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:31.003 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:30 smithi178 bash[77880]: audit 2024-03-21T13:05:30.415913+0000 mon.a (mon.0) 1431 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:31.003 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:30 smithi178 bash[77880]: cluster 2024-03-21T13:05:30.538263+0000 mon.a (mon.0) 1432 : cluster [DBG] osdmap e125: 8 total, 8 up, 8 in 2024-03-21T13:05:31.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:31 smithi184 bash[59794]: cluster 2024-03-21T13:05:30.409492+0000 mgr.x (mgr.34104) 1285 : cluster [DBG] pgmap v826: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 128 MiB used, 715 GiB / 715 GiB avail; 860 B/s rd, 0 op/s; 68/630 objects degraded (10.794%) 2024-03-21T13:05:31.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:31 smithi184 bash[59794]: cluster 2024-03-21T13:05:30.410186+0000 mgr.x (mgr.34104) 1286 : cluster [DBG] pgmap v827: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 128 MiB used, 715 GiB / 715 GiB avail; 860 B/s rd, 0 op/s; 68/630 objects degraded (10.794%) 2024-03-21T13:05:31.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:31 smithi184 bash[59794]: audit 2024-03-21T13:05:30.666209+0000 mgr.x (mgr.34104) 1287 : audit [DBG] from='client.15585 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:05:31.991 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:31 smithi178 bash[75692]: cluster 2024-03-21T13:05:30.409492+0000 mgr.x (mgr.34104) 1285 : cluster [DBG] pgmap v826: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 128 MiB used, 715 GiB / 715 GiB avail; 860 B/s rd, 0 op/s; 68/630 objects degraded (10.794%) 2024-03-21T13:05:31.991 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:31 smithi178 bash[75692]: cluster 2024-03-21T13:05:30.410186+0000 mgr.x (mgr.34104) 1286 : cluster [DBG] pgmap v827: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 128 MiB used, 715 GiB / 715 GiB avail; 860 B/s rd, 0 op/s; 68/630 objects degraded (10.794%) 2024-03-21T13:05:31.991 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:31 smithi178 bash[75692]: audit 2024-03-21T13:05:30.666209+0000 mgr.x (mgr.34104) 1287 : audit [DBG] from='client.15585 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:05:31.991 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:31 smithi178 bash[77880]: cluster 2024-03-21T13:05:30.409492+0000 mgr.x (mgr.34104) 1285 : cluster [DBG] pgmap v826: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 128 MiB used, 715 GiB / 715 GiB avail; 860 B/s rd, 0 op/s; 68/630 objects degraded (10.794%) 2024-03-21T13:05:31.992 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:31 smithi178 bash[77880]: cluster 2024-03-21T13:05:30.410186+0000 mgr.x (mgr.34104) 1286 : cluster [DBG] pgmap v827: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 128 MiB used, 715 GiB / 715 GiB avail; 860 B/s rd, 0 op/s; 68/630 objects degraded (10.794%) 2024-03-21T13:05:31.992 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:31 smithi178 bash[77880]: audit 2024-03-21T13:05:30.666209+0000 mgr.x (mgr.34104) 1287 : audit [DBG] from='client.15585 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:05:33.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:32 smithi178 bash[75692]: cluster 2024-03-21T13:05:32.552035+0000 mon.a (mon.0) 1433 : cluster [WRN] Health check update: Degraded data redundancy: 45/630 objects degraded (7.143%), 11 pgs degraded (PG_DEGRADED) 2024-03-21T13:05:33.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:32 smithi178 bash[77880]: cluster 2024-03-21T13:05:32.552035+0000 mon.a (mon.0) 1433 : cluster [WRN] Health check update: Degraded data redundancy: 45/630 objects degraded (7.143%), 11 pgs degraded (PG_DEGRADED) 2024-03-21T13:05:33.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:32 smithi184 bash[59794]: cluster 2024-03-21T13:05:32.552035+0000 mon.a (mon.0) 1433 : cluster [WRN] Health check update: Degraded data redundancy: 45/630 objects degraded (7.143%), 11 pgs degraded (PG_DEGRADED) 2024-03-21T13:05:34.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:34 smithi178 bash[75692]: cluster 2024-03-21T13:05:32.412104+0000 mgr.x (mgr.34104) 1288 : cluster [DBG] pgmap v829: 161 pgs: 3 activating+degraded, 5 peering, 29 activating, 8 active+undersized+degraded, 13 active+undersized, 103 active+clean; 585 KiB data, 128 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s; 45/630 objects degraded (7.143%) 2024-03-21T13:05:34.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:34 smithi178 bash[75692]: audit 2024-03-21T13:05:33.080963+0000 mon.a (mon.0) 1434 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:34.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:34 smithi178 bash[75692]: audit 2024-03-21T13:05:33.091004+0000 mon.a (mon.0) 1435 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:34.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:34 smithi178 bash[75692]: cluster 2024-03-21T13:05:33.095288+0000 mgr.x (mgr.34104) 1289 : cluster [DBG] pgmap v830: 161 pgs: 3 activating+degraded, 5 peering, 29 activating, 8 active+undersized+degraded, 13 active+undersized, 103 active+clean; 585 KiB data, 128 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s; 45/630 objects degraded (7.143%) 2024-03-21T13:05:34.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:34 smithi178 bash[75692]: cluster 2024-03-21T13:05:33.096172+0000 mgr.x (mgr.34104) 1290 : cluster [DBG] pgmap v831: 161 pgs: 3 activating+degraded, 5 peering, 29 activating, 8 active+undersized+degraded, 13 active+undersized, 103 active+clean; 585 KiB data, 128 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s; 45/630 objects degraded (7.143%) 2024-03-21T13:05:34.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:34 smithi178 bash[75692]: audit 2024-03-21T13:05:33.100803+0000 mon.a (mon.0) 1436 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:34.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:34 smithi178 bash[77880]: cluster 2024-03-21T13:05:32.412104+0000 mgr.x (mgr.34104) 1288 : cluster [DBG] pgmap v829: 161 pgs: 3 activating+degraded, 5 peering, 29 activating, 8 active+undersized+degraded, 13 active+undersized, 103 active+clean; 585 KiB data, 128 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s; 45/630 objects degraded (7.143%) 2024-03-21T13:05:34.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:34 smithi178 bash[77880]: audit 2024-03-21T13:05:33.080963+0000 mon.a (mon.0) 1434 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:34.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:34 smithi178 bash[77880]: audit 2024-03-21T13:05:33.091004+0000 mon.a (mon.0) 1435 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:34.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:34 smithi178 bash[77880]: cluster 2024-03-21T13:05:33.095288+0000 mgr.x (mgr.34104) 1289 : cluster [DBG] pgmap v830: 161 pgs: 3 activating+degraded, 5 peering, 29 activating, 8 active+undersized+degraded, 13 active+undersized, 103 active+clean; 585 KiB data, 128 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s; 45/630 objects degraded (7.143%) 2024-03-21T13:05:34.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:34 smithi178 bash[77880]: cluster 2024-03-21T13:05:33.096172+0000 mgr.x (mgr.34104) 1290 : cluster [DBG] pgmap v831: 161 pgs: 3 activating+degraded, 5 peering, 29 activating, 8 active+undersized+degraded, 13 active+undersized, 103 active+clean; 585 KiB data, 128 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s; 45/630 objects degraded (7.143%) 2024-03-21T13:05:34.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:34 smithi178 bash[77880]: audit 2024-03-21T13:05:33.100803+0000 mon.a (mon.0) 1436 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:34.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:34 smithi184 bash[59794]: cluster 2024-03-21T13:05:32.412104+0000 mgr.x (mgr.34104) 1288 : cluster [DBG] pgmap v829: 161 pgs: 3 activating+degraded, 5 peering, 29 activating, 8 active+undersized+degraded, 13 active+undersized, 103 active+clean; 585 KiB data, 128 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s; 45/630 objects degraded (7.143%) 2024-03-21T13:05:34.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:34 smithi184 bash[59794]: audit 2024-03-21T13:05:33.080963+0000 mon.a (mon.0) 1434 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:34.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:34 smithi184 bash[59794]: audit 2024-03-21T13:05:33.091004+0000 mon.a (mon.0) 1435 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:34.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:34 smithi184 bash[59794]: cluster 2024-03-21T13:05:33.095288+0000 mgr.x (mgr.34104) 1289 : cluster [DBG] pgmap v830: 161 pgs: 3 activating+degraded, 5 peering, 29 activating, 8 active+undersized+degraded, 13 active+undersized, 103 active+clean; 585 KiB data, 128 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s; 45/630 objects degraded (7.143%) 2024-03-21T13:05:34.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:34 smithi184 bash[59794]: cluster 2024-03-21T13:05:33.096172+0000 mgr.x (mgr.34104) 1290 : cluster [DBG] pgmap v831: 161 pgs: 3 activating+degraded, 5 peering, 29 activating, 8 active+undersized+degraded, 13 active+undersized, 103 active+clean; 585 KiB data, 128 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s; 45/630 objects degraded (7.143%) 2024-03-21T13:05:34.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:34 smithi184 bash[59794]: audit 2024-03-21T13:05:33.100803+0000 mon.a (mon.0) 1436 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:35.796 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:05:35 smithi184 bash[52419]: ::ffff:172.21.15.184 - - [21/Mar/2024:13:05:35] "GET /metrics HTTP/1.1" 200 38569 "" "Prometheus/2.33.4" 2024-03-21T13:05:35.984 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:35 smithi178 bash[77880]: audit 2024-03-21T13:05:34.786882+0000 mon.a (mon.0) 1437 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:35.985 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:35 smithi178 bash[77880]: audit 2024-03-21T13:05:34.789196+0000 mon.a (mon.0) 1438 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:05:35.985 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:35 smithi178 bash[77880]: cluster 2024-03-21T13:05:35.097204+0000 mgr.x (mgr.34104) 1291 : cluster [DBG] pgmap v832: 161 pgs: 3 activating+degraded, 5 peering, 29 activating, 124 active+clean; 585 KiB data, 128 MiB used, 715 GiB / 715 GiB avail; 218 B/s rd, 0 op/s; 16/630 objects degraded (2.540%); 0 B/s, 5 objects/s recovering 2024-03-21T13:05:35.985 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:35 smithi178 bash[75692]: audit 2024-03-21T13:05:34.786882+0000 mon.a (mon.0) 1437 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:35.985 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:35 smithi178 bash[75692]: audit 2024-03-21T13:05:34.789196+0000 mon.a (mon.0) 1438 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:05:35.985 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:35 smithi178 bash[75692]: cluster 2024-03-21T13:05:35.097204+0000 mgr.x (mgr.34104) 1291 : cluster [DBG] pgmap v832: 161 pgs: 3 activating+degraded, 5 peering, 29 activating, 124 active+clean; 585 KiB data, 128 MiB used, 715 GiB / 715 GiB avail; 218 B/s rd, 0 op/s; 16/630 objects degraded (2.540%); 0 B/s, 5 objects/s recovering 2024-03-21T13:05:36.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:35 smithi184 bash[59794]: audit 2024-03-21T13:05:34.786882+0000 mon.a (mon.0) 1437 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:36.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:35 smithi184 bash[59794]: audit 2024-03-21T13:05:34.789196+0000 mon.a (mon.0) 1438 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:05:36.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:35 smithi184 bash[59794]: cluster 2024-03-21T13:05:35.097204+0000 mgr.x (mgr.34104) 1291 : cluster [DBG] pgmap v832: 161 pgs: 3 activating+degraded, 5 peering, 29 activating, 124 active+clean; 585 KiB data, 128 MiB used, 715 GiB / 715 GiB avail; 218 B/s rd, 0 op/s; 16/630 objects degraded (2.540%); 0 B/s, 5 objects/s recovering 2024-03-21T13:05:36.443 INFO:teuthology.orchestra.run.smithi178.stdout:true 2024-03-21T13:05:37.223 INFO:teuthology.orchestra.run.smithi178.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-21T13:05:37.224 INFO:teuthology.orchestra.run.smithi178.stdout:agent.smithi178 smithi178 running 1s ago 19m - - 2024-03-21T13:05:37.224 INFO:teuthology.orchestra.run.smithi178.stdout:agent.smithi184 smithi184 running 6s ago 19m - - 2024-03-21T13:05:37.224 INFO:teuthology.orchestra.run.smithi178.stdout:alertmanager.a smithi178 *:9093,9094 running (5m) 1s ago 12m 17.0M - 0.23.0 ba2b418f427c b9533705fcaf 2024-03-21T13:05:37.224 INFO:teuthology.orchestra.run.smithi178.stdout:grafana.a smithi184 *:3000 error 6s ago 12m - - 2024-03-21T13:05:37.224 INFO:teuthology.orchestra.run.smithi178.stdout:iscsi.foo.smithi178.qfgpzc smithi178 running (3m) 1s ago 10m 49.6M - 3.5 e1d6a67b021e 8cd81f5e1d31 2024-03-21T13:05:37.224 INFO:teuthology.orchestra.run.smithi178.stdout:mgr.x smithi184 *:8443,9283,8765 running (4m) 6s ago 18m 514M - 19.0.0-2267-g960fbbe4 19e12293512f 23b748469eab 2024-03-21T13:05:37.224 INFO:teuthology.orchestra.run.smithi178.stdout:mgr.y smithi178 *:8443,9283,8765 running (3m) 1s ago 20m 444M - 19.0.0-2267-g960fbbe4 19e12293512f 4b58d9293a93 2024-03-21T13:05:37.224 INFO:teuthology.orchestra.run.smithi178.stdout:mon.a smithi178 running (2m) 1s ago 20m 73.0M 2048M 19.0.0-2267-g960fbbe4 19e12293512f cdcc04604451 2024-03-21T13:05:37.224 INFO:teuthology.orchestra.run.smithi178.stdout:mon.b smithi184 running (106s) 6s ago 19m 38.3M 2048M 19.0.0-2267-g960fbbe4 19e12293512f 209431841a07 2024-03-21T13:05:37.224 INFO:teuthology.orchestra.run.smithi178.stdout:mon.c smithi178 running (2m) 1s ago 19m 44.3M 2048M 19.0.0-2267-g960fbbe4 19e12293512f 1de13280fabe 2024-03-21T13:05:37.224 INFO:teuthology.orchestra.run.smithi178.stdout:node-exporter.a smithi178 *:9100 running (6m) 1s ago 12m 12.4M - 1.3.1 1dbe0e931976 5d4ec1307be5 2024-03-21T13:05:37.224 INFO:teuthology.orchestra.run.smithi178.stdout:node-exporter.b smithi184 *:9100 running (5m) 6s ago 12m 13.0M - 1.3.1 1dbe0e931976 2a37d9a9b638 2024-03-21T13:05:37.225 INFO:teuthology.orchestra.run.smithi178.stdout:osd.0 smithi178 running (14s) 1s ago 18m 47.5M 4096M 19.0.0-2267-g960fbbe4 19e12293512f ca44aa92861d 2024-03-21T13:05:37.225 INFO:teuthology.orchestra.run.smithi178.stdout:osd.1 smithi178 running (17m) 1s ago 17m 66.2M 4096M 17.2.0 e1d6a67b021e f1a18d3887e4 2024-03-21T13:05:37.225 INFO:teuthology.orchestra.run.smithi178.stdout:osd.2 smithi178 running (17m) 1s ago 17m 59.5M 4096M 17.2.0 e1d6a67b021e 20f205591c9c 2024-03-21T13:05:37.225 INFO:teuthology.orchestra.run.smithi178.stdout:osd.3 smithi178 running (16m) 1s ago 16m 62.4M 4096M 17.2.0 e1d6a67b021e a4f15fefa0b8 2024-03-21T13:05:37.225 INFO:teuthology.orchestra.run.smithi178.stdout:osd.4 smithi184 running (15m) 6s ago 15m 64.2M 4096M 17.2.0 e1d6a67b021e e20e0f763007 2024-03-21T13:05:37.225 INFO:teuthology.orchestra.run.smithi178.stdout:osd.5 smithi184 running (15m) 6s ago 15m 61.0M 4096M 17.2.0 e1d6a67b021e a0e050155046 2024-03-21T13:05:37.225 INFO:teuthology.orchestra.run.smithi178.stdout:osd.6 smithi184 running (14m) 6s ago 14m 61.2M 4096M 17.2.0 e1d6a67b021e 68fa324445fb 2024-03-21T13:05:37.225 INFO:teuthology.orchestra.run.smithi178.stdout:osd.7 smithi184 running (13m) 6s ago 13m 63.0M 4096M 17.2.0 e1d6a67b021e 9153684ac7cd 2024-03-21T13:05:37.225 INFO:teuthology.orchestra.run.smithi178.stdout:prometheus.a smithi184 *:9095 running (3m) 6s ago 12m 67.8M - 2.33.4 514e6a882f6e 68f156839b90 2024-03-21T13:05:37.225 INFO:teuthology.orchestra.run.smithi178.stdout:rgw.foo.smithi178.amgrte smithi178 *:8000 running (10m) 1s ago 10m 88.2M - 17.2.0 e1d6a67b021e d914bef5b616 2024-03-21T13:05:37.225 INFO:teuthology.orchestra.run.smithi178.stdout:rgw.foo.smithi184.sylqte smithi184 *:8000 running (10m) 6s ago 10m 87.8M - 17.2.0 e1d6a67b021e 71e9025bfe7b 2024-03-21T13:05:37.225 INFO:teuthology.orchestra.run.smithi178.stdout:rgw.smpl.smithi178.avyvkd smithi178 *:80 running (10m) 1s ago 10m 88.3M - 17.2.0 e1d6a67b021e 95dce05fca01 2024-03-21T13:05:37.225 INFO:teuthology.orchestra.run.smithi178.stdout:rgw.smpl.smithi184.ccsuhn smithi184 *:80 running (10m) 6s ago 10m 88.1M - 17.2.0 e1d6a67b021e c3b20c5f0cde 2024-03-21T13:05:37.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:36 smithi178 bash[75692]: audit 2024-03-21T13:05:35.958164+0000 mon.a (mon.0) 1439 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:37.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:36 smithi178 bash[75692]: audit 2024-03-21T13:05:35.967758+0000 mon.a (mon.0) 1440 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:37.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:36 smithi178 bash[75692]: cluster 2024-03-21T13:05:35.972456+0000 mgr.x (mgr.34104) 1292 : cluster [DBG] pgmap v833: 161 pgs: 161 active+clean; 585 KiB data, 129 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s; 0 B/s, 8 objects/s recovering 2024-03-21T13:05:37.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:36 smithi178 bash[75692]: cluster 2024-03-21T13:05:35.973010+0000 mgr.x (mgr.34104) 1293 : cluster [DBG] pgmap v834: 161 pgs: 161 active+clean; 585 KiB data, 129 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s; 0 B/s, 8 objects/s recovering 2024-03-21T13:05:37.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:36 smithi178 bash[75692]: audit 2024-03-21T13:05:35.980126+0000 mon.a (mon.0) 1441 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:37.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:36 smithi178 bash[77880]: audit 2024-03-21T13:05:35.958164+0000 mon.a (mon.0) 1439 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:37.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:36 smithi178 bash[77880]: audit 2024-03-21T13:05:35.967758+0000 mon.a (mon.0) 1440 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:37.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:36 smithi178 bash[77880]: cluster 2024-03-21T13:05:35.972456+0000 mgr.x (mgr.34104) 1292 : cluster [DBG] pgmap v833: 161 pgs: 161 active+clean; 585 KiB data, 129 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s; 0 B/s, 8 objects/s recovering 2024-03-21T13:05:37.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:36 smithi178 bash[77880]: cluster 2024-03-21T13:05:35.973010+0000 mgr.x (mgr.34104) 1293 : cluster [DBG] pgmap v834: 161 pgs: 161 active+clean; 585 KiB data, 129 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s; 0 B/s, 8 objects/s recovering 2024-03-21T13:05:37.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:36 smithi178 bash[77880]: audit 2024-03-21T13:05:35.980126+0000 mon.a (mon.0) 1441 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:37.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:36 smithi184 bash[59794]: audit 2024-03-21T13:05:35.958164+0000 mon.a (mon.0) 1439 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:37.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:36 smithi184 bash[59794]: audit 2024-03-21T13:05:35.967758+0000 mon.a (mon.0) 1440 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:37.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:36 smithi184 bash[59794]: cluster 2024-03-21T13:05:35.972456+0000 mgr.x (mgr.34104) 1292 : cluster [DBG] pgmap v833: 161 pgs: 161 active+clean; 585 KiB data, 129 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s; 0 B/s, 8 objects/s recovering 2024-03-21T13:05:37.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:36 smithi184 bash[59794]: cluster 2024-03-21T13:05:35.973010+0000 mgr.x (mgr.34104) 1293 : cluster [DBG] pgmap v834: 161 pgs: 161 active+clean; 585 KiB data, 129 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s; 0 B/s, 8 objects/s recovering 2024-03-21T13:05:37.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:36 smithi184 bash[59794]: audit 2024-03-21T13:05:35.980126+0000 mon.a (mon.0) 1441 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:37.673 INFO:teuthology.orchestra.run.smithi178.stdout:{ 2024-03-21T13:05:37.673 INFO:teuthology.orchestra.run.smithi178.stdout: "mon": { 2024-03-21T13:05:37.673 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 3 2024-03-21T13:05:37.673 INFO:teuthology.orchestra.run.smithi178.stdout: }, 2024-03-21T13:05:37.673 INFO:teuthology.orchestra.run.smithi178.stdout: "mgr": { 2024-03-21T13:05:37.673 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 2 2024-03-21T13:05:37.673 INFO:teuthology.orchestra.run.smithi178.stdout: }, 2024-03-21T13:05:37.673 INFO:teuthology.orchestra.run.smithi178.stdout: "osd": { 2024-03-21T13:05:37.673 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 7, 2024-03-21T13:05:37.673 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 1 2024-03-21T13:05:37.674 INFO:teuthology.orchestra.run.smithi178.stdout: }, 2024-03-21T13:05:37.674 INFO:teuthology.orchestra.run.smithi178.stdout: "rgw": { 2024-03-21T13:05:37.674 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2024-03-21T13:05:37.674 INFO:teuthology.orchestra.run.smithi178.stdout: }, 2024-03-21T13:05:37.674 INFO:teuthology.orchestra.run.smithi178.stdout: "overall": { 2024-03-21T13:05:37.674 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 11, 2024-03-21T13:05:37.674 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 6 2024-03-21T13:05:37.674 INFO:teuthology.orchestra.run.smithi178.stdout: } 2024-03-21T13:05:37.674 INFO:teuthology.orchestra.run.smithi178.stdout:} 2024-03-21T13:05:38.065 INFO:teuthology.orchestra.run.smithi178.stdout:{ 2024-03-21T13:05:38.065 INFO:teuthology.orchestra.run.smithi178.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753", 2024-03-21T13:05:38.065 INFO:teuthology.orchestra.run.smithi178.stdout: "in_progress": true, 2024-03-21T13:05:38.065 INFO:teuthology.orchestra.run.smithi178.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-21T13:05:38.065 INFO:teuthology.orchestra.run.smithi178.stdout: "services_complete": [ 2024-03-21T13:05:38.066 INFO:teuthology.orchestra.run.smithi178.stdout: "mgr", 2024-03-21T13:05:38.066 INFO:teuthology.orchestra.run.smithi178.stdout: "mon" 2024-03-21T13:05:38.066 INFO:teuthology.orchestra.run.smithi178.stdout: ], 2024-03-21T13:05:38.066 INFO:teuthology.orchestra.run.smithi178.stdout: "progress": "6/23 daemons upgraded", 2024-03-21T13:05:38.066 INFO:teuthology.orchestra.run.smithi178.stdout: "message": "Currently upgrading osd daemons", 2024-03-21T13:05:38.066 INFO:teuthology.orchestra.run.smithi178.stdout: "is_paused": false 2024-03-21T13:05:38.066 INFO:teuthology.orchestra.run.smithi178.stdout:} 2024-03-21T13:05:38.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:37 smithi178 bash[75692]: audit 2024-03-21T13:05:36.425677+0000 mgr.x (mgr.34104) 1294 : audit [DBG] from='client.54223 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:05:38.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:37 smithi178 bash[75692]: audit 2024-03-21T13:05:36.824263+0000 mgr.x (mgr.34104) 1295 : audit [DBG] from='client.54229 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:05:38.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:37 smithi178 bash[75692]: cluster 2024-03-21T13:05:36.968368+0000 mon.a (mon.0) 1442 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 16/630 objects degraded (2.540%), 3 pgs degraded) 2024-03-21T13:05:38.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:37 smithi178 bash[75692]: audit 2024-03-21T13:05:37.669769+0000 mon.a (mon.0) 1443 : audit [DBG] from='client.? 172.21.15.178:0/284085207' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:38.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:37 smithi178 bash[77880]: audit 2024-03-21T13:05:36.425677+0000 mgr.x (mgr.34104) 1294 : audit [DBG] from='client.54223 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:05:38.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:37 smithi178 bash[77880]: audit 2024-03-21T13:05:36.824263+0000 mgr.x (mgr.34104) 1295 : audit [DBG] from='client.54229 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:05:38.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:37 smithi178 bash[77880]: cluster 2024-03-21T13:05:36.968368+0000 mon.a (mon.0) 1442 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 16/630 objects degraded (2.540%), 3 pgs degraded) 2024-03-21T13:05:38.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:37 smithi178 bash[77880]: audit 2024-03-21T13:05:37.669769+0000 mon.a (mon.0) 1443 : audit [DBG] from='client.? 172.21.15.178:0/284085207' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:38.322 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:37 smithi184 bash[59794]: audit 2024-03-21T13:05:36.425677+0000 mgr.x (mgr.34104) 1294 : audit [DBG] from='client.54223 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:05:38.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:37 smithi184 bash[59794]: audit 2024-03-21T13:05:36.824263+0000 mgr.x (mgr.34104) 1295 : audit [DBG] from='client.54229 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:05:38.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:37 smithi184 bash[59794]: cluster 2024-03-21T13:05:36.968368+0000 mon.a (mon.0) 1442 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 16/630 objects degraded (2.540%), 3 pgs degraded) 2024-03-21T13:05:38.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:37 smithi184 bash[59794]: audit 2024-03-21T13:05:37.669769+0000 mon.a (mon.0) 1443 : audit [DBG] from='client.? 172.21.15.178:0/284085207' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:38.494 INFO:teuthology.orchestra.run.smithi178.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-21T13:05:38.494 INFO:teuthology.orchestra.run.smithi178.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-21T13:05:38.494 INFO:teuthology.orchestra.run.smithi178.stdout: daemon grafana.a on smithi184 is in error state 2024-03-21T13:05:39.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:38 smithi178 bash[75692]: audit 2024-03-21T13:05:37.198865+0000 mgr.x (mgr.34104) 1296 : audit [DBG] from='client.44268 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:05:39.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:38 smithi178 bash[75692]: cluster 2024-03-21T13:05:37.973762+0000 mgr.x (mgr.34104) 1297 : cluster [DBG] pgmap v835: 161 pgs: 161 active+clean; 585 KiB data, 129 MiB used, 715 GiB / 715 GiB avail; 184 B/s rd, 0 op/s; 0 B/s, 8 objects/s recovering 2024-03-21T13:05:39.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:38 smithi178 bash[75692]: audit 2024-03-21T13:05:38.063439+0000 mgr.x (mgr.34104) 1298 : audit [DBG] from='client.54247 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:05:39.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:38 smithi178 bash[75692]: audit 2024-03-21T13:05:38.491897+0000 mon.a (mon.0) 1444 : audit [DBG] from='client.? 172.21.15.178:0/1384809182' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T13:05:39.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:38 smithi178 bash[77880]: audit 2024-03-21T13:05:37.198865+0000 mgr.x (mgr.34104) 1296 : audit [DBG] from='client.44268 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:05:39.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:38 smithi178 bash[77880]: cluster 2024-03-21T13:05:37.973762+0000 mgr.x (mgr.34104) 1297 : cluster [DBG] pgmap v835: 161 pgs: 161 active+clean; 585 KiB data, 129 MiB used, 715 GiB / 715 GiB avail; 184 B/s rd, 0 op/s; 0 B/s, 8 objects/s recovering 2024-03-21T13:05:39.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:38 smithi178 bash[77880]: audit 2024-03-21T13:05:38.063439+0000 mgr.x (mgr.34104) 1298 : audit [DBG] from='client.54247 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:05:39.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:38 smithi178 bash[77880]: audit 2024-03-21T13:05:38.491897+0000 mon.a (mon.0) 1444 : audit [DBG] from='client.? 172.21.15.178:0/1384809182' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T13:05:39.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:38 smithi184 bash[59794]: audit 2024-03-21T13:05:37.198865+0000 mgr.x (mgr.34104) 1296 : audit [DBG] from='client.44268 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:05:39.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:38 smithi184 bash[59794]: cluster 2024-03-21T13:05:37.973762+0000 mgr.x (mgr.34104) 1297 : cluster [DBG] pgmap v835: 161 pgs: 161 active+clean; 585 KiB data, 129 MiB used, 715 GiB / 715 GiB avail; 184 B/s rd, 0 op/s; 0 B/s, 8 objects/s recovering 2024-03-21T13:05:39.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:38 smithi184 bash[59794]: audit 2024-03-21T13:05:38.063439+0000 mgr.x (mgr.34104) 1298 : audit [DBG] from='client.54247 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:05:39.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:38 smithi184 bash[59794]: audit 2024-03-21T13:05:38.491897+0000 mon.a (mon.0) 1444 : audit [DBG] from='client.? 172.21.15.178:0/1384809182' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T13:05:40.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:39 smithi178 bash[75692]: audit 2024-03-21T13:05:39.516317+0000 mon.a (mon.0) 1445 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-03-21T13:05:40.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:39 smithi178 bash[77880]: audit 2024-03-21T13:05:39.516317+0000 mon.a (mon.0) 1445 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-03-21T13:05:40.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:39 smithi184 bash[59794]: audit 2024-03-21T13:05:39.516317+0000 mon.a (mon.0) 1445 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-03-21T13:05:41.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:41 smithi178 bash[75692]: audit 2024-03-21T13:05:39.518540+0000 mgr.x (mgr.34104) 1299 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-03-21T13:05:41.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:41 smithi178 bash[75692]: cephadm 2024-03-21T13:05:39.521818+0000 mgr.x (mgr.34104) 1300 : cephadm [INF] Upgrade: osd.1 is safe to restart 2024-03-21T13:05:41.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:41 smithi178 bash[75692]: cluster 2024-03-21T13:05:39.974695+0000 mgr.x (mgr.34104) 1301 : cluster [DBG] pgmap v836: 161 pgs: 161 active+clean; 585 KiB data, 129 MiB used, 715 GiB / 715 GiB avail; 148 B/s rd, 0 op/s; 0 B/s, 6 objects/s recovering 2024-03-21T13:05:41.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:41 smithi178 bash[77880]: audit 2024-03-21T13:05:39.518540+0000 mgr.x (mgr.34104) 1299 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-03-21T13:05:41.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:41 smithi178 bash[77880]: cephadm 2024-03-21T13:05:39.521818+0000 mgr.x (mgr.34104) 1300 : cephadm [INF] Upgrade: osd.1 is safe to restart 2024-03-21T13:05:41.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:41 smithi178 bash[77880]: cluster 2024-03-21T13:05:39.974695+0000 mgr.x (mgr.34104) 1301 : cluster [DBG] pgmap v836: 161 pgs: 161 active+clean; 585 KiB data, 129 MiB used, 715 GiB / 715 GiB avail; 148 B/s rd, 0 op/s; 0 B/s, 6 objects/s recovering 2024-03-21T13:05:41.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:41 smithi184 bash[59794]: audit 2024-03-21T13:05:39.518540+0000 mgr.x (mgr.34104) 1299 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-03-21T13:05:41.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:41 smithi184 bash[59794]: cephadm 2024-03-21T13:05:39.521818+0000 mgr.x (mgr.34104) 1300 : cephadm [INF] Upgrade: osd.1 is safe to restart 2024-03-21T13:05:41.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:41 smithi184 bash[59794]: cluster 2024-03-21T13:05:39.974695+0000 mgr.x (mgr.34104) 1301 : cluster [DBG] pgmap v836: 161 pgs: 161 active+clean; 585 KiB data, 129 MiB used, 715 GiB / 715 GiB avail; 148 B/s rd, 0 op/s; 0 B/s, 6 objects/s recovering 2024-03-21T13:05:42.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:42 smithi178 bash[75692]: audit 2024-03-21T13:05:40.677566+0000 mgr.x (mgr.34104) 1302 : audit [DBG] from='client.15585 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:05:42.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:42 smithi178 bash[77880]: audit 2024-03-21T13:05:40.677566+0000 mgr.x (mgr.34104) 1302 : audit [DBG] from='client.15585 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:05:42.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:42 smithi184 bash[59794]: audit 2024-03-21T13:05:40.677566+0000 mgr.x (mgr.34104) 1302 : audit [DBG] from='client.15585 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:05:43.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:43 smithi178 bash[75692]: cluster 2024-03-21T13:05:41.976355+0000 mgr.x (mgr.34104) 1303 : cluster [DBG] pgmap v837: 161 pgs: 161 active+clean; 585 KiB data, 129 MiB used, 715 GiB / 715 GiB avail; 691 B/s rd, 0 op/s; 0 B/s, 5 objects/s recovering 2024-03-21T13:05:43.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:43 smithi178 bash[75692]: audit 2024-03-21T13:05:42.249657+0000 mon.a (mon.0) 1446 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:43.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:43 smithi178 bash[75692]: audit 2024-03-21T13:05:42.254174+0000 mon.a (mon.0) 1447 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-03-21T13:05:43.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:43 smithi178 bash[75692]: audit 2024-03-21T13:05:42.256104+0000 mon.a (mon.0) 1448 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:43.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:43 smithi178 bash[77880]: cluster 2024-03-21T13:05:41.976355+0000 mgr.x (mgr.34104) 1303 : cluster [DBG] pgmap v837: 161 pgs: 161 active+clean; 585 KiB data, 129 MiB used, 715 GiB / 715 GiB avail; 691 B/s rd, 0 op/s; 0 B/s, 5 objects/s recovering 2024-03-21T13:05:43.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:43 smithi178 bash[77880]: audit 2024-03-21T13:05:42.249657+0000 mon.a (mon.0) 1446 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:43.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:43 smithi178 bash[77880]: audit 2024-03-21T13:05:42.254174+0000 mon.a (mon.0) 1447 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-03-21T13:05:43.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:43 smithi178 bash[77880]: audit 2024-03-21T13:05:42.256104+0000 mon.a (mon.0) 1448 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:43.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:43 smithi184 bash[59794]: cluster 2024-03-21T13:05:41.976355+0000 mgr.x (mgr.34104) 1303 : cluster [DBG] pgmap v837: 161 pgs: 161 active+clean; 585 KiB data, 129 MiB used, 715 GiB / 715 GiB avail; 691 B/s rd, 0 op/s; 0 B/s, 5 objects/s recovering 2024-03-21T13:05:43.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:43 smithi184 bash[59794]: audit 2024-03-21T13:05:42.249657+0000 mon.a (mon.0) 1446 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:43.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:43 smithi184 bash[59794]: audit 2024-03-21T13:05:42.254174+0000 mon.a (mon.0) 1447 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-03-21T13:05:43.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:43 smithi184 bash[59794]: audit 2024-03-21T13:05:42.256104+0000 mon.a (mon.0) 1448 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:44.200 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:44 smithi178 bash[75692]: cephadm 2024-03-21T13:05:42.243392+0000 mgr.x (mgr.34104) 1304 : cephadm [INF] Upgrade: Updating osd.1 2024-03-21T13:05:44.200 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:44 smithi178 bash[75692]: cephadm 2024-03-21T13:05:42.263701+0000 mgr.x (mgr.34104) 1305 : cephadm [INF] Deploying daemon osd.1 on smithi178 2024-03-21T13:05:44.200 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:44 smithi178 bash[77880]: cephadm 2024-03-21T13:05:42.243392+0000 mgr.x (mgr.34104) 1304 : cephadm [INF] Upgrade: Updating osd.1 2024-03-21T13:05:44.201 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:44 smithi178 bash[77880]: cephadm 2024-03-21T13:05:42.263701+0000 mgr.x (mgr.34104) 1305 : cephadm [INF] Deploying daemon osd.1 on smithi178 2024-03-21T13:05:44.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:44 smithi184 bash[59794]: cephadm 2024-03-21T13:05:42.243392+0000 mgr.x (mgr.34104) 1304 : cephadm [INF] Upgrade: Updating osd.1 2024-03-21T13:05:44.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:44 smithi184 bash[59794]: cephadm 2024-03-21T13:05:42.263701+0000 mgr.x (mgr.34104) 1305 : cephadm [INF] Deploying daemon osd.1 on smithi178 2024-03-21T13:05:45.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:45 smithi178 bash[75692]: cluster 2024-03-21T13:05:43.977199+0000 mgr.x (mgr.34104) 1306 : cluster [DBG] pgmap v838: 161 pgs: 161 active+clean; 585 KiB data, 129 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s; 0 B/s, 2 objects/s recovering 2024-03-21T13:05:45.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:45 smithi178 bash[75692]: audit 2024-03-21T13:05:44.858589+0000 mon.a (mon.0) 1449 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:45.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:45 smithi178 bash[77880]: cluster 2024-03-21T13:05:43.977199+0000 mgr.x (mgr.34104) 1306 : cluster [DBG] pgmap v838: 161 pgs: 161 active+clean; 585 KiB data, 129 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s; 0 B/s, 2 objects/s recovering 2024-03-21T13:05:45.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:45 smithi178 bash[77880]: audit 2024-03-21T13:05:44.858589+0000 mon.a (mon.0) 1449 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:45.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:45 smithi184 bash[59794]: cluster 2024-03-21T13:05:43.977199+0000 mgr.x (mgr.34104) 1306 : cluster [DBG] pgmap v838: 161 pgs: 161 active+clean; 585 KiB data, 129 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s; 0 B/s, 2 objects/s recovering 2024-03-21T13:05:45.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:45 smithi184 bash[59794]: audit 2024-03-21T13:05:44.858589+0000 mon.a (mon.0) 1449 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:45.823 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:05:45 smithi184 bash[52419]: ::ffff:172.21.15.184 - - [21/Mar/2024:13:05:45] "GET /metrics HTTP/1.1" 200 38569 "" "Prometheus/2.33.4" 2024-03-21T13:05:47.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:47 smithi178 bash[75692]: cluster 2024-03-21T13:05:45.978292+0000 mgr.x (mgr.34104) 1307 : cluster [DBG] pgmap v839: 161 pgs: 161 active+clean; 585 KiB data, 129 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-03-21T13:05:47.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:47 smithi178 bash[77880]: cluster 2024-03-21T13:05:45.978292+0000 mgr.x (mgr.34104) 1307 : cluster [DBG] pgmap v839: 161 pgs: 161 active+clean; 585 KiB data, 129 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-03-21T13:05:47.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:47 smithi184 bash[59794]: cluster 2024-03-21T13:05:45.978292+0000 mgr.x (mgr.34104) 1307 : cluster [DBG] pgmap v839: 161 pgs: 161 active+clean; 585 KiB data, 129 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-03-21T13:05:48.551 INFO:journalctl@ceph.osd.1.smithi178.stdout:Mar 21 13:05:48 smithi178 systemd[1]: Stopping Ceph osd.1 for a94f249e-e780-11ee-95cd-87774f69a715... 2024-03-21T13:05:49.048 INFO:journalctl@ceph.osd.1.smithi178.stdout:Mar 21 13:05:48 smithi178 bash[27060]: debug 2024-03-21T13:05:48.701+0000 7f8997b41700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.1 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-03-21T13:05:49.048 INFO:journalctl@ceph.osd.1.smithi178.stdout:Mar 21 13:05:48 smithi178 bash[27060]: debug 2024-03-21T13:05:48.701+0000 7f8997b41700 -1 osd.1 125 *** Got signal Terminated *** 2024-03-21T13:05:49.048 INFO:journalctl@ceph.osd.1.smithi178.stdout:Mar 21 13:05:48 smithi178 bash[27060]: debug 2024-03-21T13:05:48.701+0000 7f8997b41700 -1 osd.1 125 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-21T13:05:49.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:49 smithi178 bash[75692]: cluster 2024-03-21T13:05:47.979010+0000 mgr.x (mgr.34104) 1308 : cluster [DBG] pgmap v840: 161 pgs: 161 active+clean; 585 KiB data, 129 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:05:49.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:49 smithi178 bash[75692]: cluster 2024-03-21T13:05:48.704342+0000 mon.a (mon.0) 1450 : cluster [INF] osd.1 marked itself down and dead 2024-03-21T13:05:49.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:49 smithi178 bash[77880]: cluster 2024-03-21T13:05:47.979010+0000 mgr.x (mgr.34104) 1308 : cluster [DBG] pgmap v840: 161 pgs: 161 active+clean; 585 KiB data, 129 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:05:49.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:49 smithi178 bash[77880]: cluster 2024-03-21T13:05:48.704342+0000 mon.a (mon.0) 1450 : cluster [INF] osd.1 marked itself down and dead 2024-03-21T13:05:49.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:49 smithi184 bash[59794]: cluster 2024-03-21T13:05:47.979010+0000 mgr.x (mgr.34104) 1308 : cluster [DBG] pgmap v840: 161 pgs: 161 active+clean; 585 KiB data, 129 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:05:49.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:49 smithi184 bash[59794]: cluster 2024-03-21T13:05:48.704342+0000 mon.a (mon.0) 1450 : cluster [INF] osd.1 marked itself down and dead 2024-03-21T13:05:50.378 INFO:journalctl@ceph.osd.1.smithi178.stdout:Mar 21 13:05:50 smithi178 bash[87507]: ceph-a94f249e-e780-11ee-95cd-87774f69a715-osd-1 2024-03-21T13:05:50.379 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:50 smithi178 bash[75692]: cluster 2024-03-21T13:05:49.060488+0000 mon.a (mon.0) 1451 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-03-21T13:05:50.379 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:50 smithi178 bash[75692]: cluster 2024-03-21T13:05:49.069949+0000 mon.a (mon.0) 1452 : cluster [DBG] osdmap e126: 8 total, 7 up, 8 in 2024-03-21T13:05:50.379 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:50 smithi178 bash[75692]: audit 2024-03-21T13:05:49.595239+0000 mon.a (mon.0) 1453 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.e", "id": [4, 5]}]: dispatch 2024-03-21T13:05:50.379 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:50 smithi178 bash[75692]: audit 2024-03-21T13:05:49.595715+0000 mon.a (mon.0) 1454 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.15", "id": [4, 6]}]: dispatch 2024-03-21T13:05:50.379 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:50 smithi178 bash[75692]: audit 2024-03-21T13:05:49.596083+0000 mon.a (mon.0) 1455 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.1", "id": [4, 1]}]: dispatch 2024-03-21T13:05:50.379 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:50 smithi178 bash[75692]: audit 2024-03-21T13:05:49.596557+0000 mon.a (mon.0) 1456 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.9", "id": [4, 2]}]: dispatch 2024-03-21T13:05:50.379 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:50 smithi178 bash[75692]: audit 2024-03-21T13:05:49.596897+0000 mon.a (mon.0) 1457 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.b", "id": [5, 3, 0, 1]}]: dispatch 2024-03-21T13:05:50.379 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:50 smithi178 bash[75692]: audit 2024-03-21T13:05:49.597270+0000 mon.a (mon.0) 1458 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.10", "id": [7, 1]}]: dispatch 2024-03-21T13:05:50.379 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:50 smithi178 bash[75692]: audit 2024-03-21T13:05:49.597602+0000 mon.a (mon.0) 1459 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.19", "id": [5, 6]}]: dispatch 2024-03-21T13:05:50.380 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:50 smithi178 bash[75692]: audit 2024-03-21T13:05:49.597926+0000 mon.a (mon.0) 1460 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.1a", "id": [7, 6]}]: dispatch 2024-03-21T13:05:50.380 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:50 smithi178 bash[75692]: audit 2024-03-21T13:05:49.598244+0000 mon.a (mon.0) 1461 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.1d", "id": [4, 2]}]: dispatch 2024-03-21T13:05:50.380 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:50 smithi178 bash[75692]: audit 2024-03-21T13:05:49.787292+0000 mon.a (mon.0) 1462 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:50.380 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:50 smithi178 bash[75692]: audit 2024-03-21T13:05:49.789585+0000 mon.a (mon.0) 1463 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:05:50.380 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:50 smithi178 bash[75692]: audit 2024-03-21T13:05:50.065850+0000 mon.a (mon.0) 1464 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.e", "id": [4, 5]}]': finished 2024-03-21T13:05:50.380 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:50 smithi178 bash[75692]: audit 2024-03-21T13:05:50.066066+0000 mon.a (mon.0) 1465 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.15", "id": [4, 6]}]': finished 2024-03-21T13:05:50.380 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:50 smithi178 bash[75692]: audit 2024-03-21T13:05:50.066174+0000 mon.a (mon.0) 1466 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.1", "id": [4, 1]}]': finished 2024-03-21T13:05:50.380 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:50 smithi178 bash[75692]: audit 2024-03-21T13:05:50.066319+0000 mon.a (mon.0) 1467 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.9", "id": [4, 2]}]': finished 2024-03-21T13:05:50.380 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:50 smithi178 bash[75692]: audit 2024-03-21T13:05:50.066477+0000 mon.a (mon.0) 1468 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.b", "id": [5, 3, 0, 1]}]': finished 2024-03-21T13:05:50.380 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:50 smithi178 bash[75692]: audit 2024-03-21T13:05:50.066661+0000 mon.a (mon.0) 1469 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.10", "id": [7, 1]}]': finished 2024-03-21T13:05:50.380 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:50 smithi178 bash[75692]: audit 2024-03-21T13:05:50.066873+0000 mon.a (mon.0) 1470 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.19", "id": [5, 6]}]': finished 2024-03-21T13:05:50.380 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:50 smithi178 bash[75692]: audit 2024-03-21T13:05:50.067099+0000 mon.a (mon.0) 1471 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.1a", "id": [7, 6]}]': finished 2024-03-21T13:05:50.380 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:50 smithi178 bash[75692]: audit 2024-03-21T13:05:50.067277+0000 mon.a (mon.0) 1472 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.1d", "id": [4, 2]}]': finished 2024-03-21T13:05:50.380 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:50 smithi178 bash[75692]: cluster 2024-03-21T13:05:50.072408+0000 mon.a (mon.0) 1473 : cluster [DBG] osdmap e127: 8 total, 7 up, 8 in 2024-03-21T13:05:50.381 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:50 smithi178 bash[77880]: cluster 2024-03-21T13:05:49.060488+0000 mon.a (mon.0) 1451 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-03-21T13:05:50.381 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:50 smithi178 bash[77880]: cluster 2024-03-21T13:05:49.069949+0000 mon.a (mon.0) 1452 : cluster [DBG] osdmap e126: 8 total, 7 up, 8 in 2024-03-21T13:05:50.381 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:50 smithi178 bash[77880]: audit 2024-03-21T13:05:49.595239+0000 mon.a (mon.0) 1453 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.e", "id": [4, 5]}]: dispatch 2024-03-21T13:05:50.381 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:50 smithi178 bash[77880]: audit 2024-03-21T13:05:49.595715+0000 mon.a (mon.0) 1454 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.15", "id": [4, 6]}]: dispatch 2024-03-21T13:05:50.381 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:50 smithi178 bash[77880]: audit 2024-03-21T13:05:49.596083+0000 mon.a (mon.0) 1455 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.1", "id": [4, 1]}]: dispatch 2024-03-21T13:05:50.381 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:50 smithi178 bash[77880]: audit 2024-03-21T13:05:49.596557+0000 mon.a (mon.0) 1456 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.9", "id": [4, 2]}]: dispatch 2024-03-21T13:05:50.381 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:50 smithi178 bash[77880]: audit 2024-03-21T13:05:49.596897+0000 mon.a (mon.0) 1457 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.b", "id": [5, 3, 0, 1]}]: dispatch 2024-03-21T13:05:50.381 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:50 smithi178 bash[77880]: audit 2024-03-21T13:05:49.597270+0000 mon.a (mon.0) 1458 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.10", "id": [7, 1]}]: dispatch 2024-03-21T13:05:50.381 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:50 smithi178 bash[77880]: audit 2024-03-21T13:05:49.597602+0000 mon.a (mon.0) 1459 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.19", "id": [5, 6]}]: dispatch 2024-03-21T13:05:50.381 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:50 smithi178 bash[77880]: audit 2024-03-21T13:05:49.597926+0000 mon.a (mon.0) 1460 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.1a", "id": [7, 6]}]: dispatch 2024-03-21T13:05:50.382 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:50 smithi178 bash[77880]: audit 2024-03-21T13:05:49.598244+0000 mon.a (mon.0) 1461 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.1d", "id": [4, 2]}]: dispatch 2024-03-21T13:05:50.382 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:50 smithi178 bash[77880]: audit 2024-03-21T13:05:49.787292+0000 mon.a (mon.0) 1462 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:50.382 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:50 smithi178 bash[77880]: audit 2024-03-21T13:05:49.789585+0000 mon.a (mon.0) 1463 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:05:50.382 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:50 smithi178 bash[77880]: audit 2024-03-21T13:05:50.065850+0000 mon.a (mon.0) 1464 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.e", "id": [4, 5]}]': finished 2024-03-21T13:05:50.382 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:50 smithi178 bash[77880]: audit 2024-03-21T13:05:50.066066+0000 mon.a (mon.0) 1465 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.15", "id": [4, 6]}]': finished 2024-03-21T13:05:50.382 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:50 smithi178 bash[77880]: audit 2024-03-21T13:05:50.066174+0000 mon.a (mon.0) 1466 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.1", "id": [4, 1]}]': finished 2024-03-21T13:05:50.382 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:50 smithi178 bash[77880]: audit 2024-03-21T13:05:50.066319+0000 mon.a (mon.0) 1467 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.9", "id": [4, 2]}]': finished 2024-03-21T13:05:50.382 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:50 smithi178 bash[77880]: audit 2024-03-21T13:05:50.066477+0000 mon.a (mon.0) 1468 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.b", "id": [5, 3, 0, 1]}]': finished 2024-03-21T13:05:50.382 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:50 smithi178 bash[77880]: audit 2024-03-21T13:05:50.066661+0000 mon.a (mon.0) 1469 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.10", "id": [7, 1]}]': finished 2024-03-21T13:05:50.382 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:50 smithi178 bash[77880]: audit 2024-03-21T13:05:50.066873+0000 mon.a (mon.0) 1470 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.19", "id": [5, 6]}]': finished 2024-03-21T13:05:50.382 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:50 smithi178 bash[77880]: audit 2024-03-21T13:05:50.067099+0000 mon.a (mon.0) 1471 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.1a", "id": [7, 6]}]': finished 2024-03-21T13:05:50.382 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:50 smithi178 bash[77880]: audit 2024-03-21T13:05:50.067277+0000 mon.a (mon.0) 1472 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.1d", "id": [4, 2]}]': finished 2024-03-21T13:05:50.382 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:50 smithi178 bash[77880]: cluster 2024-03-21T13:05:50.072408+0000 mon.a (mon.0) 1473 : cluster [DBG] osdmap e127: 8 total, 7 up, 8 in 2024-03-21T13:05:50.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:50 smithi184 bash[59794]: cluster 2024-03-21T13:05:49.060488+0000 mon.a (mon.0) 1451 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-03-21T13:05:50.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:50 smithi184 bash[59794]: cluster 2024-03-21T13:05:49.069949+0000 mon.a (mon.0) 1452 : cluster [DBG] osdmap e126: 8 total, 7 up, 8 in 2024-03-21T13:05:50.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:50 smithi184 bash[59794]: audit 2024-03-21T13:05:49.595239+0000 mon.a (mon.0) 1453 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.e", "id": [4, 5]}]: dispatch 2024-03-21T13:05:50.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:50 smithi184 bash[59794]: audit 2024-03-21T13:05:49.595715+0000 mon.a (mon.0) 1454 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.15", "id": [4, 6]}]: dispatch 2024-03-21T13:05:50.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:50 smithi184 bash[59794]: audit 2024-03-21T13:05:49.596083+0000 mon.a (mon.0) 1455 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.1", "id": [4, 1]}]: dispatch 2024-03-21T13:05:50.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:50 smithi184 bash[59794]: audit 2024-03-21T13:05:49.596557+0000 mon.a (mon.0) 1456 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.9", "id": [4, 2]}]: dispatch 2024-03-21T13:05:50.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:50 smithi184 bash[59794]: audit 2024-03-21T13:05:49.596897+0000 mon.a (mon.0) 1457 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.b", "id": [5, 3, 0, 1]}]: dispatch 2024-03-21T13:05:50.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:50 smithi184 bash[59794]: audit 2024-03-21T13:05:49.597270+0000 mon.a (mon.0) 1458 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.10", "id": [7, 1]}]: dispatch 2024-03-21T13:05:50.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:50 smithi184 bash[59794]: audit 2024-03-21T13:05:49.597602+0000 mon.a (mon.0) 1459 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.19", "id": [5, 6]}]: dispatch 2024-03-21T13:05:50.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:50 smithi184 bash[59794]: audit 2024-03-21T13:05:49.597926+0000 mon.a (mon.0) 1460 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.1a", "id": [7, 6]}]: dispatch 2024-03-21T13:05:50.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:50 smithi184 bash[59794]: audit 2024-03-21T13:05:49.598244+0000 mon.a (mon.0) 1461 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.1d", "id": [4, 2]}]: dispatch 2024-03-21T13:05:50.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:50 smithi184 bash[59794]: audit 2024-03-21T13:05:49.787292+0000 mon.a (mon.0) 1462 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:50.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:50 smithi184 bash[59794]: audit 2024-03-21T13:05:49.789585+0000 mon.a (mon.0) 1463 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:05:50.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:50 smithi184 bash[59794]: audit 2024-03-21T13:05:50.065850+0000 mon.a (mon.0) 1464 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.e", "id": [4, 5]}]': finished 2024-03-21T13:05:50.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:50 smithi184 bash[59794]: audit 2024-03-21T13:05:50.066066+0000 mon.a (mon.0) 1465 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.15", "id": [4, 6]}]': finished 2024-03-21T13:05:50.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:50 smithi184 bash[59794]: audit 2024-03-21T13:05:50.066174+0000 mon.a (mon.0) 1466 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.1", "id": [4, 1]}]': finished 2024-03-21T13:05:50.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:50 smithi184 bash[59794]: audit 2024-03-21T13:05:50.066319+0000 mon.a (mon.0) 1467 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.9", "id": [4, 2]}]': finished 2024-03-21T13:05:50.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:50 smithi184 bash[59794]: audit 2024-03-21T13:05:50.066477+0000 mon.a (mon.0) 1468 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.b", "id": [5, 3, 0, 1]}]': finished 2024-03-21T13:05:50.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:50 smithi184 bash[59794]: audit 2024-03-21T13:05:50.066661+0000 mon.a (mon.0) 1469 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.10", "id": [7, 1]}]': finished 2024-03-21T13:05:50.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:50 smithi184 bash[59794]: audit 2024-03-21T13:05:50.066873+0000 mon.a (mon.0) 1470 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.19", "id": [5, 6]}]': finished 2024-03-21T13:05:50.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:50 smithi184 bash[59794]: audit 2024-03-21T13:05:50.067099+0000 mon.a (mon.0) 1471 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.1a", "id": [7, 6]}]': finished 2024-03-21T13:05:50.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:50 smithi184 bash[59794]: audit 2024-03-21T13:05:50.067277+0000 mon.a (mon.0) 1472 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.1d", "id": [4, 2]}]': finished 2024-03-21T13:05:50.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:50 smithi184 bash[59794]: cluster 2024-03-21T13:05:50.072408+0000 mon.a (mon.0) 1473 : cluster [DBG] osdmap e127: 8 total, 7 up, 8 in 2024-03-21T13:05:50.691 INFO:journalctl@ceph.osd.1.smithi178.stdout:Mar 21 13:05:50 smithi178 bash[87608]: Error response from daemon: No such container: ceph-a94f249e-e780-11ee-95cd-87774f69a715-osd-1 2024-03-21T13:05:51.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:51 smithi178 bash[75692]: cluster 2024-03-21T13:05:49.979846+0000 mgr.x (mgr.34104) 1309 : cluster [DBG] pgmap v842: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 129 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-03-21T13:05:51.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:51 smithi178 bash[75692]: audit 2024-03-21T13:05:50.580197+0000 mon.a (mon.0) 1474 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:51.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:51 smithi178 bash[75692]: audit 2024-03-21T13:05:50.591514+0000 mon.a (mon.0) 1475 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:51.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:51 smithi178 bash[75692]: audit 2024-03-21T13:05:50.603824+0000 mon.a (mon.0) 1476 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:51.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:51 smithi178 bash[75692]: cluster 2024-03-21T13:05:50.782628+0000 mon.a (mon.0) 1477 : cluster [WRN] Health check failed: Reduced data availability: 2 pgs inactive, 2 pgs peering (PG_AVAILABILITY) 2024-03-21T13:05:51.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:51 smithi178 bash[75692]: cluster 2024-03-21T13:05:50.782702+0000 mon.a (mon.0) 1478 : cluster [WRN] Health check failed: Degraded data redundancy: 73/630 objects degraded (11.587%), 18 pgs degraded (PG_DEGRADED) 2024-03-21T13:05:51.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:51 smithi178 bash[75692]: cluster 2024-03-21T13:05:51.074548+0000 mon.a (mon.0) 1479 : cluster [DBG] osdmap e128: 8 total, 7 up, 8 in 2024-03-21T13:05:51.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:51 smithi178 bash[77880]: cluster 2024-03-21T13:05:49.979846+0000 mgr.x (mgr.34104) 1309 : cluster [DBG] pgmap v842: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 129 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-03-21T13:05:51.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:51 smithi178 bash[77880]: audit 2024-03-21T13:05:50.580197+0000 mon.a (mon.0) 1474 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:51.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:51 smithi178 bash[77880]: audit 2024-03-21T13:05:50.591514+0000 mon.a (mon.0) 1475 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:51.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:51 smithi178 bash[77880]: audit 2024-03-21T13:05:50.603824+0000 mon.a (mon.0) 1476 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:51.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:51 smithi178 bash[77880]: cluster 2024-03-21T13:05:50.782628+0000 mon.a (mon.0) 1477 : cluster [WRN] Health check failed: Reduced data availability: 2 pgs inactive, 2 pgs peering (PG_AVAILABILITY) 2024-03-21T13:05:51.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:51 smithi178 bash[77880]: cluster 2024-03-21T13:05:50.782702+0000 mon.a (mon.0) 1478 : cluster [WRN] Health check failed: Degraded data redundancy: 73/630 objects degraded (11.587%), 18 pgs degraded (PG_DEGRADED) 2024-03-21T13:05:51.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:51 smithi178 bash[77880]: cluster 2024-03-21T13:05:51.074548+0000 mon.a (mon.0) 1479 : cluster [DBG] osdmap e128: 8 total, 7 up, 8 in 2024-03-21T13:05:51.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:51 smithi184 bash[59794]: cluster 2024-03-21T13:05:49.979846+0000 mgr.x (mgr.34104) 1309 : cluster [DBG] pgmap v842: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 129 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-03-21T13:05:51.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:51 smithi184 bash[59794]: audit 2024-03-21T13:05:50.580197+0000 mon.a (mon.0) 1474 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:51.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:51 smithi184 bash[59794]: audit 2024-03-21T13:05:50.591514+0000 mon.a (mon.0) 1475 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:51.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:51 smithi184 bash[59794]: audit 2024-03-21T13:05:50.603824+0000 mon.a (mon.0) 1476 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:51.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:51 smithi184 bash[59794]: cluster 2024-03-21T13:05:50.782628+0000 mon.a (mon.0) 1477 : cluster [WRN] Health check failed: Reduced data availability: 2 pgs inactive, 2 pgs peering (PG_AVAILABILITY) 2024-03-21T13:05:51.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:51 smithi184 bash[59794]: cluster 2024-03-21T13:05:50.782702+0000 mon.a (mon.0) 1478 : cluster [WRN] Health check failed: Degraded data redundancy: 73/630 objects degraded (11.587%), 18 pgs degraded (PG_DEGRADED) 2024-03-21T13:05:51.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:51 smithi184 bash[59794]: cluster 2024-03-21T13:05:51.074548+0000 mon.a (mon.0) 1479 : cluster [DBG] osdmap e128: 8 total, 7 up, 8 in 2024-03-21T13:05:52.234 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:52 smithi178 bash[75692]: cluster 2024-03-21T13:05:50.596352+0000 mgr.x (mgr.34104) 1310 : cluster [DBG] pgmap v844: 161 pgs: 6 peering, 18 active+undersized+degraded, 3 stale+active+clean, 34 active+undersized, 100 active+clean; 585 KiB data, 129 MiB used, 715 GiB / 715 GiB avail; 73/630 objects degraded (11.587%) 2024-03-21T13:05:52.234 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:52 smithi178 bash[75692]: cluster 2024-03-21T13:05:50.597275+0000 mgr.x (mgr.34104) 1311 : cluster [DBG] pgmap v845: 161 pgs: 6 peering, 18 active+undersized+degraded, 3 stale+active+clean, 34 active+undersized, 100 active+clean; 585 KiB data, 129 MiB used, 715 GiB / 715 GiB avail; 73/630 objects degraded (11.587%) 2024-03-21T13:05:52.235 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:52 smithi178 bash[75692]: audit 2024-03-21T13:05:50.689101+0000 mgr.x (mgr.34104) 1312 : audit [DBG] from='client.15585 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:05:52.235 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:52 smithi178 bash[75692]: cluster 2024-03-21T13:05:52.074561+0000 mon.a (mon.0) 1480 : cluster [DBG] osdmap e129: 8 total, 7 up, 8 in 2024-03-21T13:05:52.235 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:52 smithi178 bash[77880]: cluster 2024-03-21T13:05:50.596352+0000 mgr.x (mgr.34104) 1310 : cluster [DBG] pgmap v844: 161 pgs: 6 peering, 18 active+undersized+degraded, 3 stale+active+clean, 34 active+undersized, 100 active+clean; 585 KiB data, 129 MiB used, 715 GiB / 715 GiB avail; 73/630 objects degraded (11.587%) 2024-03-21T13:05:52.235 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:52 smithi178 bash[77880]: cluster 2024-03-21T13:05:50.597275+0000 mgr.x (mgr.34104) 1311 : cluster [DBG] pgmap v845: 161 pgs: 6 peering, 18 active+undersized+degraded, 3 stale+active+clean, 34 active+undersized, 100 active+clean; 585 KiB data, 129 MiB used, 715 GiB / 715 GiB avail; 73/630 objects degraded (11.587%) 2024-03-21T13:05:52.236 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:52 smithi178 bash[77880]: audit 2024-03-21T13:05:50.689101+0000 mgr.x (mgr.34104) 1312 : audit [DBG] from='client.15585 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:05:52.236 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:52 smithi178 bash[77880]: cluster 2024-03-21T13:05:52.074561+0000 mon.a (mon.0) 1480 : cluster [DBG] osdmap e129: 8 total, 7 up, 8 in 2024-03-21T13:05:52.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:52 smithi184 bash[59794]: cluster 2024-03-21T13:05:50.596352+0000 mgr.x (mgr.34104) 1310 : cluster [DBG] pgmap v844: 161 pgs: 6 peering, 18 active+undersized+degraded, 3 stale+active+clean, 34 active+undersized, 100 active+clean; 585 KiB data, 129 MiB used, 715 GiB / 715 GiB avail; 73/630 objects degraded (11.587%) 2024-03-21T13:05:52.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:52 smithi184 bash[59794]: cluster 2024-03-21T13:05:50.597275+0000 mgr.x (mgr.34104) 1311 : cluster [DBG] pgmap v845: 161 pgs: 6 peering, 18 active+undersized+degraded, 3 stale+active+clean, 34 active+undersized, 100 active+clean; 585 KiB data, 129 MiB used, 715 GiB / 715 GiB avail; 73/630 objects degraded (11.587%) 2024-03-21T13:05:52.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:52 smithi184 bash[59794]: audit 2024-03-21T13:05:50.689101+0000 mgr.x (mgr.34104) 1312 : audit [DBG] from='client.15585 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:05:52.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:52 smithi184 bash[59794]: cluster 2024-03-21T13:05:52.074561+0000 mon.a (mon.0) 1480 : cluster [DBG] osdmap e129: 8 total, 7 up, 8 in 2024-03-21T13:05:53.136 INFO:journalctl@ceph.osd.1.smithi178.stdout:Mar 21 13:05:52 smithi178 systemd[1]: ceph-a94f249e-e780-11ee-95cd-87774f69a715@osd.1.service: Succeeded. 2024-03-21T13:05:53.136 INFO:journalctl@ceph.osd.1.smithi178.stdout:Mar 21 13:05:52 smithi178 systemd[1]: Stopped Ceph osd.1 for a94f249e-e780-11ee-95cd-87774f69a715. 2024-03-21T13:05:53.136 INFO:journalctl@ceph.osd.1.smithi178.stdout:Mar 21 13:05:53 smithi178 systemd[1]: Started Ceph osd.1 for a94f249e-e780-11ee-95cd-87774f69a715. 2024-03-21T13:05:54.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:54 smithi178 bash[75692]: cluster 2024-03-21T13:05:52.597980+0000 mgr.x (mgr.34104) 1313 : cluster [DBG] pgmap v848: 161 pgs: 6 peering, 18 active+undersized+degraded, 3 stale+active+clean, 34 active+undersized, 100 active+clean; 585 KiB data, 129 MiB used, 715 GiB / 715 GiB avail; 73/630 objects degraded (11.587%) 2024-03-21T13:05:54.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:54 smithi178 bash[75692]: audit 2024-03-21T13:05:53.121984+0000 mon.a (mon.0) 1481 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:54.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:54 smithi178 bash[75692]: audit 2024-03-21T13:05:53.132172+0000 mon.a (mon.0) 1482 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:54.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:54 smithi178 bash[75692]: audit 2024-03-21T13:05:53.691835+0000 mon.a (mon.0) 1483 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:54.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:54 smithi178 bash[75692]: audit 2024-03-21T13:05:53.703985+0000 mon.a (mon.0) 1484 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:54.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:54 smithi178 bash[75692]: audit 2024-03-21T13:05:53.706743+0000 mon.a (mon.0) 1485 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:54.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:54 smithi178 bash[75692]: audit 2024-03-21T13:05:53.708676+0000 mon.a (mon.0) 1486 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:54.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:54 smithi178 bash[75692]: audit 2024-03-21T13:05:53.721048+0000 mon.a (mon.0) 1487 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:54.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:54 smithi178 bash[75692]: audit 2024-03-21T13:05:53.801173+0000 mon.a (mon.0) 1488 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:54.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:54 smithi178 bash[75692]: audit 2024-03-21T13:05:53.804601+0000 mon.a (mon.0) 1489 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:54.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:54 smithi178 bash[75692]: audit 2024-03-21T13:05:53.809941+0000 mon.a (mon.0) 1490 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:54.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:54 smithi178 bash[75692]: audit 2024-03-21T13:05:53.811552+0000 mon.a (mon.0) 1491 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:54.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:54 smithi178 bash[75692]: audit 2024-03-21T13:05:53.824460+0000 mon.a (mon.0) 1492 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:54.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:54 smithi178 bash[75692]: audit 2024-03-21T13:05:53.906396+0000 mon.a (mon.0) 1493 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:54.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:54 smithi178 bash[75692]: audit 2024-03-21T13:05:53.910187+0000 mon.a (mon.0) 1494 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:54.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:54 smithi178 bash[75692]: audit 2024-03-21T13:05:53.914594+0000 mon.a (mon.0) 1495 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:54.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:54 smithi178 bash[75692]: audit 2024-03-21T13:05:53.916309+0000 mon.a (mon.0) 1496 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:54.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:54 smithi178 bash[75692]: audit 2024-03-21T13:05:53.929190+0000 mon.a (mon.0) 1497 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:54.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:54 smithi178 bash[75692]: audit 2024-03-21T13:05:54.008325+0000 mon.a (mon.0) 1498 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:54.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:54 smithi178 bash[77880]: cluster 2024-03-21T13:05:52.597980+0000 mgr.x (mgr.34104) 1313 : cluster [DBG] pgmap v848: 161 pgs: 6 peering, 18 active+undersized+degraded, 3 stale+active+clean, 34 active+undersized, 100 active+clean; 585 KiB data, 129 MiB used, 715 GiB / 715 GiB avail; 73/630 objects degraded (11.587%) 2024-03-21T13:05:54.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:54 smithi178 bash[77880]: audit 2024-03-21T13:05:53.121984+0000 mon.a (mon.0) 1481 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:54.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:54 smithi178 bash[77880]: audit 2024-03-21T13:05:53.132172+0000 mon.a (mon.0) 1482 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:54.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:54 smithi178 bash[77880]: audit 2024-03-21T13:05:53.691835+0000 mon.a (mon.0) 1483 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:54.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:54 smithi178 bash[77880]: audit 2024-03-21T13:05:53.703985+0000 mon.a (mon.0) 1484 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:54.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:54 smithi178 bash[77880]: audit 2024-03-21T13:05:53.706743+0000 mon.a (mon.0) 1485 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:54.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:54 smithi178 bash[77880]: audit 2024-03-21T13:05:53.708676+0000 mon.a (mon.0) 1486 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:54.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:54 smithi178 bash[77880]: audit 2024-03-21T13:05:53.721048+0000 mon.a (mon.0) 1487 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:54.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:54 smithi178 bash[77880]: audit 2024-03-21T13:05:53.801173+0000 mon.a (mon.0) 1488 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:54.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:54 smithi178 bash[77880]: audit 2024-03-21T13:05:53.804601+0000 mon.a (mon.0) 1489 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:54.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:54 smithi178 bash[77880]: audit 2024-03-21T13:05:53.809941+0000 mon.a (mon.0) 1490 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:54.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:54 smithi178 bash[77880]: audit 2024-03-21T13:05:53.811552+0000 mon.a (mon.0) 1491 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:54.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:54 smithi178 bash[77880]: audit 2024-03-21T13:05:53.824460+0000 mon.a (mon.0) 1492 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:54.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:54 smithi178 bash[77880]: audit 2024-03-21T13:05:53.906396+0000 mon.a (mon.0) 1493 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:54.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:54 smithi178 bash[77880]: audit 2024-03-21T13:05:53.910187+0000 mon.a (mon.0) 1494 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:54.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:54 smithi178 bash[77880]: audit 2024-03-21T13:05:53.914594+0000 mon.a (mon.0) 1495 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:54.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:54 smithi178 bash[77880]: audit 2024-03-21T13:05:53.916309+0000 mon.a (mon.0) 1496 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:54.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:54 smithi178 bash[77880]: audit 2024-03-21T13:05:53.929190+0000 mon.a (mon.0) 1497 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:54.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:54 smithi178 bash[77880]: audit 2024-03-21T13:05:54.008325+0000 mon.a (mon.0) 1498 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:54.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:54 smithi178 bash[75692]: audit 2024-03-21T13:05:54.012844+0000 mon.a (mon.0) 1499 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:54.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:54 smithi178 bash[75692]: audit 2024-03-21T13:05:54.017201+0000 mon.a (mon.0) 1500 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:54.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:54 smithi178 bash[75692]: audit 2024-03-21T13:05:54.018769+0000 mon.a (mon.0) 1501 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:54.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:54 smithi178 bash[75692]: audit 2024-03-21T13:05:54.030515+0000 mon.a (mon.0) 1502 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:54.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:54 smithi178 bash[75692]: audit 2024-03-21T13:05:54.111966+0000 mon.a (mon.0) 1503 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:54.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:54 smithi178 bash[75692]: audit 2024-03-21T13:05:54.115033+0000 mon.a (mon.0) 1504 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:54.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:54 smithi178 bash[75692]: audit 2024-03-21T13:05:54.118591+0000 mon.a (mon.0) 1505 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:54.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:54 smithi178 bash[77880]: audit 2024-03-21T13:05:54.012844+0000 mon.a (mon.0) 1499 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:54.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:54 smithi178 bash[77880]: audit 2024-03-21T13:05:54.017201+0000 mon.a (mon.0) 1500 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:54.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:54 smithi178 bash[77880]: audit 2024-03-21T13:05:54.018769+0000 mon.a (mon.0) 1501 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:54.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:54 smithi178 bash[77880]: audit 2024-03-21T13:05:54.030515+0000 mon.a (mon.0) 1502 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:54.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:54 smithi178 bash[77880]: audit 2024-03-21T13:05:54.111966+0000 mon.a (mon.0) 1503 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:54.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:54 smithi178 bash[77880]: audit 2024-03-21T13:05:54.115033+0000 mon.a (mon.0) 1504 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:54.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:54 smithi178 bash[77880]: audit 2024-03-21T13:05:54.118591+0000 mon.a (mon.0) 1505 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:54.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:54 smithi184 bash[59794]: cluster 2024-03-21T13:05:52.597980+0000 mgr.x (mgr.34104) 1313 : cluster [DBG] pgmap v848: 161 pgs: 6 peering, 18 active+undersized+degraded, 3 stale+active+clean, 34 active+undersized, 100 active+clean; 585 KiB data, 129 MiB used, 715 GiB / 715 GiB avail; 73/630 objects degraded (11.587%) 2024-03-21T13:05:54.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:54 smithi184 bash[59794]: audit 2024-03-21T13:05:53.121984+0000 mon.a (mon.0) 1481 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:54.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:54 smithi184 bash[59794]: audit 2024-03-21T13:05:53.132172+0000 mon.a (mon.0) 1482 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:54.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:54 smithi184 bash[59794]: audit 2024-03-21T13:05:53.691835+0000 mon.a (mon.0) 1483 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:54.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:54 smithi184 bash[59794]: audit 2024-03-21T13:05:53.703985+0000 mon.a (mon.0) 1484 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:54.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:54 smithi184 bash[59794]: audit 2024-03-21T13:05:53.706743+0000 mon.a (mon.0) 1485 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:54.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:54 smithi184 bash[59794]: audit 2024-03-21T13:05:53.708676+0000 mon.a (mon.0) 1486 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:54.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:54 smithi184 bash[59794]: audit 2024-03-21T13:05:53.721048+0000 mon.a (mon.0) 1487 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:54.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:54 smithi184 bash[59794]: audit 2024-03-21T13:05:53.801173+0000 mon.a (mon.0) 1488 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:54.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:54 smithi184 bash[59794]: audit 2024-03-21T13:05:53.804601+0000 mon.a (mon.0) 1489 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:54.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:54 smithi184 bash[59794]: audit 2024-03-21T13:05:53.809941+0000 mon.a (mon.0) 1490 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:54.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:54 smithi184 bash[59794]: audit 2024-03-21T13:05:53.811552+0000 mon.a (mon.0) 1491 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:54.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:54 smithi184 bash[59794]: audit 2024-03-21T13:05:53.824460+0000 mon.a (mon.0) 1492 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:54.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:54 smithi184 bash[59794]: audit 2024-03-21T13:05:53.906396+0000 mon.a (mon.0) 1493 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:54.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:54 smithi184 bash[59794]: audit 2024-03-21T13:05:53.910187+0000 mon.a (mon.0) 1494 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:54.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:54 smithi184 bash[59794]: audit 2024-03-21T13:05:53.914594+0000 mon.a (mon.0) 1495 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:54.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:54 smithi184 bash[59794]: audit 2024-03-21T13:05:53.916309+0000 mon.a (mon.0) 1496 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:54.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:54 smithi184 bash[59794]: audit 2024-03-21T13:05:53.929190+0000 mon.a (mon.0) 1497 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:54.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:54 smithi184 bash[59794]: audit 2024-03-21T13:05:54.008325+0000 mon.a (mon.0) 1498 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:54.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:54 smithi184 bash[59794]: audit 2024-03-21T13:05:54.012844+0000 mon.a (mon.0) 1499 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:54.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:54 smithi184 bash[59794]: audit 2024-03-21T13:05:54.017201+0000 mon.a (mon.0) 1500 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:54.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:54 smithi184 bash[59794]: audit 2024-03-21T13:05:54.018769+0000 mon.a (mon.0) 1501 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:54.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:54 smithi184 bash[59794]: audit 2024-03-21T13:05:54.030515+0000 mon.a (mon.0) 1502 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:54.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:54 smithi184 bash[59794]: audit 2024-03-21T13:05:54.111966+0000 mon.a (mon.0) 1503 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:54.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:54 smithi184 bash[59794]: audit 2024-03-21T13:05:54.115033+0000 mon.a (mon.0) 1504 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:54.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:54 smithi184 bash[59794]: audit 2024-03-21T13:05:54.118591+0000 mon.a (mon.0) 1505 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:55.385 INFO:journalctl@ceph.osd.1.smithi178.stdout:Mar 21 13:05:55 smithi178 bash[87856]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-03-21T13:05:55.385 INFO:journalctl@ceph.osd.1.smithi178.stdout:Mar 21 13:05:55 smithi178 bash[87856]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-03-21T13:05:55.385 INFO:journalctl@ceph.osd.1.smithi178.stdout:Mar 21 13:05:55 smithi178 bash[87856]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2024-03-21T13:05:55.385 INFO:journalctl@ceph.osd.1.smithi178.stdout:Mar 21 13:05:55 smithi178 bash[87856]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-1 --no-mon-config --dev /dev/mapper/vg_nvme-lv_3 2024-03-21T13:05:55.385 INFO:journalctl@ceph.osd.1.smithi178.stdout:Mar 21 13:05:55 smithi178 bash[87856]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_3 2024-03-21T13:05:55.385 INFO:journalctl@ceph.osd.1.smithi178.stdout:Mar 21 13:05:55 smithi178 bash[87856]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2024-03-21T13:05:55.385 INFO:journalctl@ceph.osd.1.smithi178.stdout:Mar 21 13:05:55 smithi178 bash[87856]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_3 /var/lib/ceph/osd/ceph-1/block 2024-03-21T13:05:55.385 INFO:journalctl@ceph.osd.1.smithi178.stdout:Mar 21 13:05:55 smithi178 bash[87856]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2024-03-21T13:05:55.385 INFO:journalctl@ceph.osd.1.smithi178.stdout:Mar 21 13:05:55 smithi178 bash[87856]: --> ceph-volume raw activate successful for osd ID: 1 2024-03-21T13:05:55.386 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:55 smithi178 bash[75692]: cluster 2024-03-21T13:05:53.714365+0000 mgr.x (mgr.34104) 1314 : cluster [DBG] pgmap v849: 161 pgs: 6 peering, 20 active+undersized+degraded, 2 stale+active+clean, 39 active+undersized, 94 active+clean; 585 KiB data, 129 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:05:55.386 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:55 smithi178 bash[75692]: cluster 2024-03-21T13:05:53.715241+0000 mgr.x (mgr.34104) 1315 : cluster [DBG] pgmap v850: 161 pgs: 6 peering, 20 active+undersized+degraded, 2 stale+active+clean, 39 active+undersized, 94 active+clean; 585 KiB data, 129 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:05:55.386 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:55 smithi178 bash[75692]: cephadm 2024-03-21T13:05:53.723708+0000 mgr.x (mgr.34104) 1316 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:55.386 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:55 smithi178 bash[75692]: cluster 2024-03-21T13:05:53.816305+0000 mgr.x (mgr.34104) 1317 : cluster [DBG] pgmap v851: 161 pgs: 6 peering, 20 active+undersized+degraded, 2 stale+active+clean, 39 active+undersized, 94 active+clean; 585 KiB data, 129 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:05:55.386 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:55 smithi178 bash[75692]: cluster 2024-03-21T13:05:53.817142+0000 mgr.x (mgr.34104) 1318 : cluster [DBG] pgmap v852: 161 pgs: 6 peering, 20 active+undersized+degraded, 2 stale+active+clean, 39 active+undersized, 94 active+clean; 585 KiB data, 129 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:05:55.387 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:55 smithi178 bash[75692]: cephadm 2024-03-21T13:05:53.827038+0000 mgr.x (mgr.34104) 1319 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:55.387 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:55 smithi178 bash[75692]: cluster 2024-03-21T13:05:53.920974+0000 mgr.x (mgr.34104) 1320 : cluster [DBG] pgmap v853: 161 pgs: 6 peering, 20 active+undersized+degraded, 2 stale+active+clean, 39 active+undersized, 94 active+clean; 585 KiB data, 129 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:05:55.387 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:55 smithi178 bash[75692]: cluster 2024-03-21T13:05:53.921414+0000 mgr.x (mgr.34104) 1321 : cluster [DBG] pgmap v854: 161 pgs: 6 peering, 20 active+undersized+degraded, 2 stale+active+clean, 39 active+undersized, 94 active+clean; 585 KiB data, 129 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:05:55.387 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:55 smithi178 bash[75692]: cephadm 2024-03-21T13:05:53.931619+0000 mgr.x (mgr.34104) 1322 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:55.387 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:55 smithi178 bash[75692]: cluster 2024-03-21T13:05:54.023746+0000 mgr.x (mgr.34104) 1323 : cluster [DBG] pgmap v855: 161 pgs: 6 peering, 20 active+undersized+degraded, 2 stale+active+clean, 39 active+undersized, 94 active+clean; 585 KiB data, 129 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:05:55.387 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:55 smithi178 bash[75692]: cluster 2024-03-21T13:05:54.024752+0000 mgr.x (mgr.34104) 1324 : cluster [DBG] pgmap v856: 161 pgs: 6 peering, 20 active+undersized+degraded, 2 stale+active+clean, 39 active+undersized, 94 active+clean; 585 KiB data, 129 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:05:55.387 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:55 smithi178 bash[75692]: cephadm 2024-03-21T13:05:54.032953+0000 mgr.x (mgr.34104) 1325 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:55.387 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:55 smithi178 bash[75692]: audit 2024-03-21T13:05:54.121034+0000 mon.a (mon.0) 1506 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:55.387 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:55 smithi178 bash[75692]: cluster 2024-03-21T13:05:54.136063+0000 mgr.x (mgr.34104) 1326 : cluster [DBG] pgmap v857: 161 pgs: 6 peering, 20 active+undersized+degraded, 2 stale+active+clean, 39 active+undersized, 94 active+clean; 585 KiB data, 129 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:05:55.387 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:55 smithi178 bash[75692]: cluster 2024-03-21T13:05:54.136931+0000 mgr.x (mgr.34104) 1327 : cluster [DBG] pgmap v858: 161 pgs: 6 peering, 20 active+undersized+degraded, 2 stale+active+clean, 39 active+undersized, 94 active+clean; 585 KiB data, 129 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:05:55.387 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:55 smithi178 bash[75692]: audit 2024-03-21T13:05:54.141870+0000 mon.a (mon.0) 1507 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:55.387 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:55 smithi178 bash[75692]: cephadm 2024-03-21T13:05:54.144236+0000 mgr.x (mgr.34104) 1328 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:55.387 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:55 smithi178 bash[75692]: audit 2024-03-21T13:05:54.226283+0000 mon.a (mon.0) 1508 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:55.387 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:55 smithi178 bash[75692]: audit 2024-03-21T13:05:54.229901+0000 mon.a (mon.0) 1509 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:55.388 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:55 smithi178 bash[75692]: audit 2024-03-21T13:05:54.233236+0000 mon.a (mon.0) 1510 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:55.388 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:55 smithi178 bash[75692]: audit 2024-03-21T13:05:54.234938+0000 mon.a (mon.0) 1511 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:55.388 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:55 smithi178 bash[75692]: audit 2024-03-21T13:05:54.245835+0000 mon.a (mon.0) 1512 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:55.388 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:55 smithi178 bash[75692]: audit 2024-03-21T13:05:54.325230+0000 mon.a (mon.0) 1513 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:55.388 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:55 smithi178 bash[75692]: audit 2024-03-21T13:05:54.328424+0000 mon.a (mon.0) 1514 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:55.388 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:55 smithi178 bash[75692]: audit 2024-03-21T13:05:54.332280+0000 mon.a (mon.0) 1515 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:55.388 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:55 smithi178 bash[75692]: audit 2024-03-21T13:05:54.333453+0000 mon.a (mon.0) 1516 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:55.388 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:55 smithi178 bash[75692]: audit 2024-03-21T13:05:54.344338+0000 mon.a (mon.0) 1517 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:55.388 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:55 smithi178 bash[75692]: audit 2024-03-21T13:05:54.423219+0000 mon.a (mon.0) 1518 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:55.388 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:55 smithi178 bash[75692]: audit 2024-03-21T13:05:54.426668+0000 mon.a (mon.0) 1519 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:55.388 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:55 smithi178 bash[75692]: audit 2024-03-21T13:05:54.429761+0000 mon.a (mon.0) 1520 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:55.388 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:55 smithi178 bash[75692]: audit 2024-03-21T13:05:54.430868+0000 mon.a (mon.0) 1521 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:55.388 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:55 smithi178 bash[75692]: audit 2024-03-21T13:05:54.443171+0000 mon.a (mon.0) 1522 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:55.389 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:55 smithi178 bash[75692]: audit 2024-03-21T13:05:54.523559+0000 mon.a (mon.0) 1523 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:55.389 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:55 smithi178 bash[75692]: audit 2024-03-21T13:05:54.526324+0000 mon.a (mon.0) 1524 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:55.389 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:55 smithi178 bash[75692]: audit 2024-03-21T13:05:54.530106+0000 mon.a (mon.0) 1525 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:55.389 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:55 smithi178 bash[75692]: audit 2024-03-21T13:05:54.531508+0000 mon.a (mon.0) 1526 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:55.389 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:55 smithi178 bash[75692]: audit 2024-03-21T13:05:54.542316+0000 mon.a (mon.0) 1527 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:55.389 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:55 smithi178 bash[75692]: audit 2024-03-21T13:05:54.621757+0000 mon.a (mon.0) 1528 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:55.389 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:55 smithi178 bash[75692]: audit 2024-03-21T13:05:54.625269+0000 mon.a (mon.0) 1529 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:55.389 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:55 smithi178 bash[75692]: audit 2024-03-21T13:05:54.629599+0000 mon.a (mon.0) 1530 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:55.389 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:55 smithi178 bash[75692]: audit 2024-03-21T13:05:54.630989+0000 mon.a (mon.0) 1531 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:55.389 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:55 smithi178 bash[75692]: audit 2024-03-21T13:05:54.641462+0000 mon.a (mon.0) 1532 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:55.389 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:55 smithi178 bash[75692]: audit 2024-03-21T13:05:54.718843+0000 mon.a (mon.0) 1533 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:55.389 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:55 smithi178 bash[75692]: audit 2024-03-21T13:05:54.721901+0000 mon.a (mon.0) 1534 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:55.389 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:55 smithi178 bash[75692]: audit 2024-03-21T13:05:54.725051+0000 mon.a (mon.0) 1535 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:55.389 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:55 smithi178 bash[75692]: audit 2024-03-21T13:05:54.726111+0000 mon.a (mon.0) 1536 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:55.390 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:55 smithi178 bash[75692]: audit 2024-03-21T13:05:54.734521+0000 mon.a (mon.0) 1537 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:55.390 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:55 smithi178 bash[75692]: audit 2024-03-21T13:05:54.816548+0000 mon.a (mon.0) 1538 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:55.390 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:55 smithi178 bash[75692]: audit 2024-03-21T13:05:54.819445+0000 mon.a (mon.0) 1539 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:55.390 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:55 smithi178 bash[75692]: audit 2024-03-21T13:05:54.822679+0000 mon.a (mon.0) 1540 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:55.390 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:55 smithi178 bash[75692]: audit 2024-03-21T13:05:54.823916+0000 mon.a (mon.0) 1541 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:55.390 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:55 smithi178 bash[75692]: audit 2024-03-21T13:05:54.834724+0000 mon.a (mon.0) 1542 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:55.390 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:55 smithi178 bash[75692]: audit 2024-03-21T13:05:54.915503+0000 mon.a (mon.0) 1543 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:55.390 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:55 smithi178 bash[75692]: audit 2024-03-21T13:05:54.920385+0000 mon.a (mon.0) 1544 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:55.390 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:55 smithi178 bash[75692]: audit 2024-03-21T13:05:54.924374+0000 mon.a (mon.0) 1545 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:55.390 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:55 smithi178 bash[75692]: audit 2024-03-21T13:05:54.925975+0000 mon.a (mon.0) 1546 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:55.390 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:55 smithi178 bash[75692]: audit 2024-03-21T13:05:54.936385+0000 mon.a (mon.0) 1547 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:55.390 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:55 smithi178 bash[75692]: audit 2024-03-21T13:05:55.017608+0000 mon.a (mon.0) 1548 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:55.390 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:55 smithi178 bash[75692]: audit 2024-03-21T13:05:55.021562+0000 mon.a (mon.0) 1549 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:55.390 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:55 smithi178 bash[75692]: audit 2024-03-21T13:05:55.024464+0000 mon.a (mon.0) 1550 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:55.391 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:55 smithi178 bash[75692]: audit 2024-03-21T13:05:55.025451+0000 mon.a (mon.0) 1551 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:55.391 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:55 smithi178 bash[75692]: audit 2024-03-21T13:05:55.033519+0000 mon.a (mon.0) 1552 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:55.391 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:55 smithi178 bash[75692]: audit 2024-03-21T13:05:55.115793+0000 mon.a (mon.0) 1553 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:55.391 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:55 smithi178 bash[75692]: audit 2024-03-21T13:05:55.118618+0000 mon.a (mon.0) 1554 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:55.391 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:55 smithi178 bash[77880]: cluster 2024-03-21T13:05:53.714365+0000 mgr.x (mgr.34104) 1314 : cluster [DBG] pgmap v849: 161 pgs: 6 peering, 20 active+undersized+degraded, 2 stale+active+clean, 39 active+undersized, 94 active+clean; 585 KiB data, 129 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:05:55.392 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:55 smithi178 bash[77880]: cluster 2024-03-21T13:05:53.715241+0000 mgr.x (mgr.34104) 1315 : cluster [DBG] pgmap v850: 161 pgs: 6 peering, 20 active+undersized+degraded, 2 stale+active+clean, 39 active+undersized, 94 active+clean; 585 KiB data, 129 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:05:55.392 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:55 smithi178 bash[77880]: cephadm 2024-03-21T13:05:53.723708+0000 mgr.x (mgr.34104) 1316 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:55.392 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:55 smithi178 bash[77880]: cluster 2024-03-21T13:05:53.816305+0000 mgr.x (mgr.34104) 1317 : cluster [DBG] pgmap v851: 161 pgs: 6 peering, 20 active+undersized+degraded, 2 stale+active+clean, 39 active+undersized, 94 active+clean; 585 KiB data, 129 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:05:55.392 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:55 smithi178 bash[77880]: cluster 2024-03-21T13:05:53.817142+0000 mgr.x (mgr.34104) 1318 : cluster [DBG] pgmap v852: 161 pgs: 6 peering, 20 active+undersized+degraded, 2 stale+active+clean, 39 active+undersized, 94 active+clean; 585 KiB data, 129 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:05:55.392 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:55 smithi178 bash[77880]: cephadm 2024-03-21T13:05:53.827038+0000 mgr.x (mgr.34104) 1319 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:55.392 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:55 smithi178 bash[77880]: cluster 2024-03-21T13:05:53.920974+0000 mgr.x (mgr.34104) 1320 : cluster [DBG] pgmap v853: 161 pgs: 6 peering, 20 active+undersized+degraded, 2 stale+active+clean, 39 active+undersized, 94 active+clean; 585 KiB data, 129 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:05:55.392 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:55 smithi178 bash[77880]: cluster 2024-03-21T13:05:53.921414+0000 mgr.x (mgr.34104) 1321 : cluster [DBG] pgmap v854: 161 pgs: 6 peering, 20 active+undersized+degraded, 2 stale+active+clean, 39 active+undersized, 94 active+clean; 585 KiB data, 129 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:05:55.392 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:55 smithi178 bash[77880]: cephadm 2024-03-21T13:05:53.931619+0000 mgr.x (mgr.34104) 1322 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:55.392 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:55 smithi178 bash[77880]: cluster 2024-03-21T13:05:54.023746+0000 mgr.x (mgr.34104) 1323 : cluster [DBG] pgmap v855: 161 pgs: 6 peering, 20 active+undersized+degraded, 2 stale+active+clean, 39 active+undersized, 94 active+clean; 585 KiB data, 129 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:05:55.392 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:55 smithi178 bash[77880]: cluster 2024-03-21T13:05:54.024752+0000 mgr.x (mgr.34104) 1324 : cluster [DBG] pgmap v856: 161 pgs: 6 peering, 20 active+undersized+degraded, 2 stale+active+clean, 39 active+undersized, 94 active+clean; 585 KiB data, 129 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:05:55.392 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:55 smithi178 bash[77880]: cephadm 2024-03-21T13:05:54.032953+0000 mgr.x (mgr.34104) 1325 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:55.392 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:55 smithi178 bash[77880]: audit 2024-03-21T13:05:54.121034+0000 mon.a (mon.0) 1506 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:55.392 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:55 smithi178 bash[77880]: cluster 2024-03-21T13:05:54.136063+0000 mgr.x (mgr.34104) 1326 : cluster [DBG] pgmap v857: 161 pgs: 6 peering, 20 active+undersized+degraded, 2 stale+active+clean, 39 active+undersized, 94 active+clean; 585 KiB data, 129 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:05:55.393 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:55 smithi178 bash[77880]: cluster 2024-03-21T13:05:54.136931+0000 mgr.x (mgr.34104) 1327 : cluster [DBG] pgmap v858: 161 pgs: 6 peering, 20 active+undersized+degraded, 2 stale+active+clean, 39 active+undersized, 94 active+clean; 585 KiB data, 129 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:05:55.393 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:55 smithi178 bash[77880]: audit 2024-03-21T13:05:54.141870+0000 mon.a (mon.0) 1507 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:55.393 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:55 smithi178 bash[77880]: cephadm 2024-03-21T13:05:54.144236+0000 mgr.x (mgr.34104) 1328 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:55.393 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:55 smithi178 bash[77880]: audit 2024-03-21T13:05:54.226283+0000 mon.a (mon.0) 1508 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:55.393 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:55 smithi178 bash[77880]: audit 2024-03-21T13:05:54.229901+0000 mon.a (mon.0) 1509 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:55.393 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:55 smithi178 bash[77880]: audit 2024-03-21T13:05:54.233236+0000 mon.a (mon.0) 1510 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:55.393 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:55 smithi178 bash[77880]: audit 2024-03-21T13:05:54.234938+0000 mon.a (mon.0) 1511 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:55.393 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:55 smithi178 bash[77880]: audit 2024-03-21T13:05:54.245835+0000 mon.a (mon.0) 1512 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:55.393 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:55 smithi178 bash[77880]: audit 2024-03-21T13:05:54.325230+0000 mon.a (mon.0) 1513 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:55.393 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:55 smithi178 bash[77880]: audit 2024-03-21T13:05:54.328424+0000 mon.a (mon.0) 1514 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:55.393 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:55 smithi178 bash[77880]: audit 2024-03-21T13:05:54.332280+0000 mon.a (mon.0) 1515 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:55.393 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:55 smithi178 bash[77880]: audit 2024-03-21T13:05:54.333453+0000 mon.a (mon.0) 1516 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:55.393 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:55 smithi178 bash[77880]: audit 2024-03-21T13:05:54.344338+0000 mon.a (mon.0) 1517 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:55.393 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:55 smithi178 bash[77880]: audit 2024-03-21T13:05:54.423219+0000 mon.a (mon.0) 1518 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:55.393 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:55 smithi178 bash[77880]: audit 2024-03-21T13:05:54.426668+0000 mon.a (mon.0) 1519 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:55.394 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:55 smithi178 bash[77880]: audit 2024-03-21T13:05:54.429761+0000 mon.a (mon.0) 1520 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:55.394 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:55 smithi178 bash[77880]: audit 2024-03-21T13:05:54.430868+0000 mon.a (mon.0) 1521 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:55.394 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:55 smithi178 bash[77880]: audit 2024-03-21T13:05:54.443171+0000 mon.a (mon.0) 1522 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:55.394 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:55 smithi178 bash[77880]: audit 2024-03-21T13:05:54.523559+0000 mon.a (mon.0) 1523 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:55.394 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:55 smithi178 bash[77880]: audit 2024-03-21T13:05:54.526324+0000 mon.a (mon.0) 1524 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:55.394 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:55 smithi178 bash[77880]: audit 2024-03-21T13:05:54.530106+0000 mon.a (mon.0) 1525 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:55.394 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:55 smithi178 bash[77880]: audit 2024-03-21T13:05:54.531508+0000 mon.a (mon.0) 1526 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:55.394 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:55 smithi178 bash[77880]: audit 2024-03-21T13:05:54.542316+0000 mon.a (mon.0) 1527 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:55.394 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:55 smithi178 bash[77880]: audit 2024-03-21T13:05:54.621757+0000 mon.a (mon.0) 1528 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:55.394 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:55 smithi178 bash[77880]: audit 2024-03-21T13:05:54.625269+0000 mon.a (mon.0) 1529 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:55.394 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:55 smithi178 bash[77880]: audit 2024-03-21T13:05:54.629599+0000 mon.a (mon.0) 1530 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:55.394 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:55 smithi178 bash[77880]: audit 2024-03-21T13:05:54.630989+0000 mon.a (mon.0) 1531 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:55.394 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:55 smithi178 bash[77880]: audit 2024-03-21T13:05:54.641462+0000 mon.a (mon.0) 1532 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:55.394 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:55 smithi178 bash[77880]: audit 2024-03-21T13:05:54.718843+0000 mon.a (mon.0) 1533 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:55.395 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:55 smithi178 bash[77880]: audit 2024-03-21T13:05:54.721901+0000 mon.a (mon.0) 1534 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:55.395 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:55 smithi178 bash[77880]: audit 2024-03-21T13:05:54.725051+0000 mon.a (mon.0) 1535 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:55.395 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:55 smithi178 bash[77880]: audit 2024-03-21T13:05:54.726111+0000 mon.a (mon.0) 1536 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:55.395 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:55 smithi178 bash[77880]: audit 2024-03-21T13:05:54.734521+0000 mon.a (mon.0) 1537 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:55.395 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:55 smithi178 bash[77880]: audit 2024-03-21T13:05:54.816548+0000 mon.a (mon.0) 1538 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:55.395 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:55 smithi178 bash[77880]: audit 2024-03-21T13:05:54.819445+0000 mon.a (mon.0) 1539 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:55.395 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:55 smithi178 bash[77880]: audit 2024-03-21T13:05:54.822679+0000 mon.a (mon.0) 1540 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:55.395 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:55 smithi178 bash[77880]: audit 2024-03-21T13:05:54.823916+0000 mon.a (mon.0) 1541 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:55.395 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:55 smithi178 bash[77880]: audit 2024-03-21T13:05:54.834724+0000 mon.a (mon.0) 1542 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:55.395 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:55 smithi178 bash[77880]: audit 2024-03-21T13:05:54.915503+0000 mon.a (mon.0) 1543 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:55.395 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:55 smithi178 bash[77880]: audit 2024-03-21T13:05:54.920385+0000 mon.a (mon.0) 1544 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:55.395 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:55 smithi178 bash[77880]: audit 2024-03-21T13:05:54.924374+0000 mon.a (mon.0) 1545 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:55.395 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:55 smithi178 bash[77880]: audit 2024-03-21T13:05:54.925975+0000 mon.a (mon.0) 1546 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:55.395 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:55 smithi178 bash[77880]: audit 2024-03-21T13:05:54.936385+0000 mon.a (mon.0) 1547 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:55.396 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:55 smithi178 bash[77880]: audit 2024-03-21T13:05:55.017608+0000 mon.a (mon.0) 1548 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:55.396 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:55 smithi178 bash[77880]: audit 2024-03-21T13:05:55.021562+0000 mon.a (mon.0) 1549 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:55.396 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:55 smithi178 bash[77880]: audit 2024-03-21T13:05:55.024464+0000 mon.a (mon.0) 1550 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:55.396 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:55 smithi178 bash[77880]: audit 2024-03-21T13:05:55.025451+0000 mon.a (mon.0) 1551 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:55.396 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:55 smithi178 bash[77880]: audit 2024-03-21T13:05:55.033519+0000 mon.a (mon.0) 1552 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:55.396 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:55 smithi178 bash[77880]: audit 2024-03-21T13:05:55.115793+0000 mon.a (mon.0) 1553 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:55.396 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:55 smithi178 bash[77880]: audit 2024-03-21T13:05:55.118618+0000 mon.a (mon.0) 1554 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:55.545 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:55 smithi184 bash[59794]: cluster 2024-03-21T13:05:53.714365+0000 mgr.x (mgr.34104) 1314 : cluster [DBG] pgmap v849: 161 pgs: 6 peering, 20 active+undersized+degraded, 2 stale+active+clean, 39 active+undersized, 94 active+clean; 585 KiB data, 129 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:05:55.545 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:55 smithi184 bash[59794]: cluster 2024-03-21T13:05:53.715241+0000 mgr.x (mgr.34104) 1315 : cluster [DBG] pgmap v850: 161 pgs: 6 peering, 20 active+undersized+degraded, 2 stale+active+clean, 39 active+undersized, 94 active+clean; 585 KiB data, 129 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:05:55.545 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:55 smithi184 bash[59794]: cephadm 2024-03-21T13:05:53.723708+0000 mgr.x (mgr.34104) 1316 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:55.545 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:55 smithi184 bash[59794]: cluster 2024-03-21T13:05:53.816305+0000 mgr.x (mgr.34104) 1317 : cluster [DBG] pgmap v851: 161 pgs: 6 peering, 20 active+undersized+degraded, 2 stale+active+clean, 39 active+undersized, 94 active+clean; 585 KiB data, 129 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:05:55.545 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:55 smithi184 bash[59794]: cluster 2024-03-21T13:05:53.817142+0000 mgr.x (mgr.34104) 1318 : cluster [DBG] pgmap v852: 161 pgs: 6 peering, 20 active+undersized+degraded, 2 stale+active+clean, 39 active+undersized, 94 active+clean; 585 KiB data, 129 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:05:55.545 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:55 smithi184 bash[59794]: cephadm 2024-03-21T13:05:53.827038+0000 mgr.x (mgr.34104) 1319 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:55.545 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:55 smithi184 bash[59794]: cluster 2024-03-21T13:05:53.920974+0000 mgr.x (mgr.34104) 1320 : cluster [DBG] pgmap v853: 161 pgs: 6 peering, 20 active+undersized+degraded, 2 stale+active+clean, 39 active+undersized, 94 active+clean; 585 KiB data, 129 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:05:55.545 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:55 smithi184 bash[59794]: cluster 2024-03-21T13:05:53.921414+0000 mgr.x (mgr.34104) 1321 : cluster [DBG] pgmap v854: 161 pgs: 6 peering, 20 active+undersized+degraded, 2 stale+active+clean, 39 active+undersized, 94 active+clean; 585 KiB data, 129 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:05:55.545 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:55 smithi184 bash[59794]: cephadm 2024-03-21T13:05:53.931619+0000 mgr.x (mgr.34104) 1322 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:55.545 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:55 smithi184 bash[59794]: cluster 2024-03-21T13:05:54.023746+0000 mgr.x (mgr.34104) 1323 : cluster [DBG] pgmap v855: 161 pgs: 6 peering, 20 active+undersized+degraded, 2 stale+active+clean, 39 active+undersized, 94 active+clean; 585 KiB data, 129 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:05:55.546 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:55 smithi184 bash[59794]: cluster 2024-03-21T13:05:54.024752+0000 mgr.x (mgr.34104) 1324 : cluster [DBG] pgmap v856: 161 pgs: 6 peering, 20 active+undersized+degraded, 2 stale+active+clean, 39 active+undersized, 94 active+clean; 585 KiB data, 129 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:05:55.546 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:55 smithi184 bash[59794]: cephadm 2024-03-21T13:05:54.032953+0000 mgr.x (mgr.34104) 1325 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:55.546 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:55 smithi184 bash[59794]: audit 2024-03-21T13:05:54.121034+0000 mon.a (mon.0) 1506 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:55.546 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:55 smithi184 bash[59794]: cluster 2024-03-21T13:05:54.136063+0000 mgr.x (mgr.34104) 1326 : cluster [DBG] pgmap v857: 161 pgs: 6 peering, 20 active+undersized+degraded, 2 stale+active+clean, 39 active+undersized, 94 active+clean; 585 KiB data, 129 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:05:55.546 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:55 smithi184 bash[59794]: cluster 2024-03-21T13:05:54.136931+0000 mgr.x (mgr.34104) 1327 : cluster [DBG] pgmap v858: 161 pgs: 6 peering, 20 active+undersized+degraded, 2 stale+active+clean, 39 active+undersized, 94 active+clean; 585 KiB data, 129 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:05:55.547 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:55 smithi184 bash[59794]: audit 2024-03-21T13:05:54.141870+0000 mon.a (mon.0) 1507 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:55.547 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:55 smithi184 bash[59794]: cephadm 2024-03-21T13:05:54.144236+0000 mgr.x (mgr.34104) 1328 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:55.547 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:55 smithi184 bash[59794]: audit 2024-03-21T13:05:54.226283+0000 mon.a (mon.0) 1508 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:55.547 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:55 smithi184 bash[59794]: audit 2024-03-21T13:05:54.229901+0000 mon.a (mon.0) 1509 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:55.547 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:55 smithi184 bash[59794]: audit 2024-03-21T13:05:54.233236+0000 mon.a (mon.0) 1510 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:55.547 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:55 smithi184 bash[59794]: audit 2024-03-21T13:05:54.234938+0000 mon.a (mon.0) 1511 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:55.547 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:55 smithi184 bash[59794]: audit 2024-03-21T13:05:54.245835+0000 mon.a (mon.0) 1512 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:55.547 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:55 smithi184 bash[59794]: audit 2024-03-21T13:05:54.325230+0000 mon.a (mon.0) 1513 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:55.547 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:55 smithi184 bash[59794]: audit 2024-03-21T13:05:54.328424+0000 mon.a (mon.0) 1514 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:55.547 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:55 smithi184 bash[59794]: audit 2024-03-21T13:05:54.332280+0000 mon.a (mon.0) 1515 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:55.547 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:55 smithi184 bash[59794]: audit 2024-03-21T13:05:54.333453+0000 mon.a (mon.0) 1516 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:55.547 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:55 smithi184 bash[59794]: audit 2024-03-21T13:05:54.344338+0000 mon.a (mon.0) 1517 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:55.547 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:55 smithi184 bash[59794]: audit 2024-03-21T13:05:54.423219+0000 mon.a (mon.0) 1518 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:55.548 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:55 smithi184 bash[59794]: audit 2024-03-21T13:05:54.426668+0000 mon.a (mon.0) 1519 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:55.548 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:55 smithi184 bash[59794]: audit 2024-03-21T13:05:54.429761+0000 mon.a (mon.0) 1520 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:55.548 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:55 smithi184 bash[59794]: audit 2024-03-21T13:05:54.430868+0000 mon.a (mon.0) 1521 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:55.548 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:55 smithi184 bash[59794]: audit 2024-03-21T13:05:54.443171+0000 mon.a (mon.0) 1522 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:55.548 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:55 smithi184 bash[59794]: audit 2024-03-21T13:05:54.523559+0000 mon.a (mon.0) 1523 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:55.548 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:55 smithi184 bash[59794]: audit 2024-03-21T13:05:54.526324+0000 mon.a (mon.0) 1524 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:55.548 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:55 smithi184 bash[59794]: audit 2024-03-21T13:05:54.530106+0000 mon.a (mon.0) 1525 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:55.548 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:55 smithi184 bash[59794]: audit 2024-03-21T13:05:54.531508+0000 mon.a (mon.0) 1526 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:55.548 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:55 smithi184 bash[59794]: audit 2024-03-21T13:05:54.542316+0000 mon.a (mon.0) 1527 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:55.548 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:55 smithi184 bash[59794]: audit 2024-03-21T13:05:54.621757+0000 mon.a (mon.0) 1528 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:55.548 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:55 smithi184 bash[59794]: audit 2024-03-21T13:05:54.625269+0000 mon.a (mon.0) 1529 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:55.548 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:55 smithi184 bash[59794]: audit 2024-03-21T13:05:54.629599+0000 mon.a (mon.0) 1530 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:55.548 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:55 smithi184 bash[59794]: audit 2024-03-21T13:05:54.630989+0000 mon.a (mon.0) 1531 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:55.548 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:55 smithi184 bash[59794]: audit 2024-03-21T13:05:54.641462+0000 mon.a (mon.0) 1532 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:55.549 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:55 smithi184 bash[59794]: audit 2024-03-21T13:05:54.718843+0000 mon.a (mon.0) 1533 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:55.549 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:55 smithi184 bash[59794]: audit 2024-03-21T13:05:54.721901+0000 mon.a (mon.0) 1534 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:55.549 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:55 smithi184 bash[59794]: audit 2024-03-21T13:05:54.725051+0000 mon.a (mon.0) 1535 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:55.549 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:55 smithi184 bash[59794]: audit 2024-03-21T13:05:54.726111+0000 mon.a (mon.0) 1536 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:55.549 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:55 smithi184 bash[59794]: audit 2024-03-21T13:05:54.734521+0000 mon.a (mon.0) 1537 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:55.549 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:55 smithi184 bash[59794]: audit 2024-03-21T13:05:54.816548+0000 mon.a (mon.0) 1538 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:55.549 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:55 smithi184 bash[59794]: audit 2024-03-21T13:05:54.819445+0000 mon.a (mon.0) 1539 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:55.549 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:55 smithi184 bash[59794]: audit 2024-03-21T13:05:54.822679+0000 mon.a (mon.0) 1540 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:55.549 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:55 smithi184 bash[59794]: audit 2024-03-21T13:05:54.823916+0000 mon.a (mon.0) 1541 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:55.549 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:55 smithi184 bash[59794]: audit 2024-03-21T13:05:54.834724+0000 mon.a (mon.0) 1542 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:55.549 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:55 smithi184 bash[59794]: audit 2024-03-21T13:05:54.915503+0000 mon.a (mon.0) 1543 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:55.549 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:55 smithi184 bash[59794]: audit 2024-03-21T13:05:54.920385+0000 mon.a (mon.0) 1544 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:55.549 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:55 smithi184 bash[59794]: audit 2024-03-21T13:05:54.924374+0000 mon.a (mon.0) 1545 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:55.549 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:55 smithi184 bash[59794]: audit 2024-03-21T13:05:54.925975+0000 mon.a (mon.0) 1546 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:55.550 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:55 smithi184 bash[59794]: audit 2024-03-21T13:05:54.936385+0000 mon.a (mon.0) 1547 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:55.550 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:55 smithi184 bash[59794]: audit 2024-03-21T13:05:55.017608+0000 mon.a (mon.0) 1548 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:55.550 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:55 smithi184 bash[59794]: audit 2024-03-21T13:05:55.021562+0000 mon.a (mon.0) 1549 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:55.550 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:55 smithi184 bash[59794]: audit 2024-03-21T13:05:55.024464+0000 mon.a (mon.0) 1550 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:55.550 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:55 smithi184 bash[59794]: audit 2024-03-21T13:05:55.025451+0000 mon.a (mon.0) 1551 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:55.550 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:55 smithi184 bash[59794]: audit 2024-03-21T13:05:55.033519+0000 mon.a (mon.0) 1552 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:55.550 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:55 smithi184 bash[59794]: audit 2024-03-21T13:05:55.115793+0000 mon.a (mon.0) 1553 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:55.550 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:55 smithi184 bash[59794]: audit 2024-03-21T13:05:55.118618+0000 mon.a (mon.0) 1554 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:55.822 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:05:55 smithi184 bash[52419]: ::ffff:172.21.15.184 - - [21/Mar/2024:13:05:55] "GET /metrics HTTP/1.1" 200 38495 "" "Prometheus/2.33.4" 2024-03-21T13:05:56.140 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:56 smithi178 bash[75692]: cluster 2024-03-21T13:05:54.239250+0000 mgr.x (mgr.34104) 1329 : cluster [DBG] pgmap v859: 161 pgs: 6 peering, 20 active+undersized+degraded, 2 stale+active+clean, 39 active+undersized, 94 active+clean; 585 KiB data, 129 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:05:56.141 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:56 smithi178 bash[75692]: cluster 2024-03-21T13:05:54.239612+0000 mgr.x (mgr.34104) 1330 : cluster [DBG] pgmap v860: 161 pgs: 6 peering, 20 active+undersized+degraded, 2 stale+active+clean, 39 active+undersized, 94 active+clean; 585 KiB data, 129 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:05:56.141 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:56 smithi178 bash[75692]: cephadm 2024-03-21T13:05:54.248315+0000 mgr.x (mgr.34104) 1331 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:56.141 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:56 smithi178 bash[75692]: cluster 2024-03-21T13:05:54.337333+0000 mgr.x (mgr.34104) 1332 : cluster [DBG] pgmap v861: 161 pgs: 6 peering, 20 active+undersized+degraded, 2 stale+active+clean, 39 active+undersized, 94 active+clean; 585 KiB data, 129 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:05:56.141 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:56 smithi178 bash[75692]: cluster 2024-03-21T13:05:54.338154+0000 mgr.x (mgr.34104) 1333 : cluster [DBG] pgmap v862: 161 pgs: 6 peering, 20 active+undersized+degraded, 2 stale+active+clean, 39 active+undersized, 94 active+clean; 585 KiB data, 129 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:05:56.141 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:56 smithi178 bash[75692]: cephadm 2024-03-21T13:05:54.346712+0000 mgr.x (mgr.34104) 1334 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:56.141 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:56 smithi178 bash[75692]: cluster 2024-03-21T13:05:54.434951+0000 mgr.x (mgr.34104) 1335 : cluster [DBG] pgmap v863: 161 pgs: 6 peering, 20 active+undersized+degraded, 2 stale+active+clean, 39 active+undersized, 94 active+clean; 585 KiB data, 129 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:05:56.141 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:56 smithi178 bash[75692]: cluster 2024-03-21T13:05:54.435779+0000 mgr.x (mgr.34104) 1336 : cluster [DBG] pgmap v864: 161 pgs: 6 peering, 20 active+undersized+degraded, 2 stale+active+clean, 39 active+undersized, 94 active+clean; 585 KiB data, 129 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:05:56.141 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:56 smithi178 bash[75692]: cephadm 2024-03-21T13:05:54.445544+0000 mgr.x (mgr.34104) 1337 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:56.141 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:56 smithi178 bash[75692]: cluster 2024-03-21T13:05:54.535553+0000 mgr.x (mgr.34104) 1338 : cluster [DBG] pgmap v865: 161 pgs: 6 peering, 20 active+undersized+degraded, 2 stale+active+clean, 39 active+undersized, 94 active+clean; 585 KiB data, 129 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:05:56.141 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:56 smithi178 bash[75692]: cluster 2024-03-21T13:05:54.536420+0000 mgr.x (mgr.34104) 1339 : cluster [DBG] pgmap v866: 161 pgs: 6 peering, 20 active+undersized+degraded, 2 stale+active+clean, 39 active+undersized, 94 active+clean; 585 KiB data, 129 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:05:56.141 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:56 smithi178 bash[75692]: cephadm 2024-03-21T13:05:54.544581+0000 mgr.x (mgr.34104) 1340 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:56.141 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:56 smithi178 bash[75692]: cluster 2024-03-21T13:05:54.635444+0000 mgr.x (mgr.34104) 1341 : cluster [DBG] pgmap v867: 161 pgs: 6 peering, 20 active+undersized+degraded, 2 stale+active+clean, 39 active+undersized, 94 active+clean; 585 KiB data, 129 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:05:56.142 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:56 smithi178 bash[75692]: cluster 2024-03-21T13:05:54.636280+0000 mgr.x (mgr.34104) 1342 : cluster [DBG] pgmap v868: 161 pgs: 6 peering, 20 active+undersized+degraded, 2 stale+active+clean, 39 active+undersized, 94 active+clean; 585 KiB data, 129 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:05:56.142 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:56 smithi178 bash[77880]: cluster 2024-03-21T13:05:54.239250+0000 mgr.x (mgr.34104) 1329 : cluster [DBG] pgmap v859: 161 pgs: 6 peering, 20 active+undersized+degraded, 2 stale+active+clean, 39 active+undersized, 94 active+clean; 585 KiB data, 129 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:05:56.142 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:56 smithi178 bash[77880]: cluster 2024-03-21T13:05:54.239612+0000 mgr.x (mgr.34104) 1330 : cluster [DBG] pgmap v860: 161 pgs: 6 peering, 20 active+undersized+degraded, 2 stale+active+clean, 39 active+undersized, 94 active+clean; 585 KiB data, 129 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:05:56.142 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:56 smithi178 bash[77880]: cephadm 2024-03-21T13:05:54.248315+0000 mgr.x (mgr.34104) 1331 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:56.142 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:56 smithi178 bash[77880]: cluster 2024-03-21T13:05:54.337333+0000 mgr.x (mgr.34104) 1332 : cluster [DBG] pgmap v861: 161 pgs: 6 peering, 20 active+undersized+degraded, 2 stale+active+clean, 39 active+undersized, 94 active+clean; 585 KiB data, 129 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:05:56.142 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:56 smithi178 bash[77880]: cluster 2024-03-21T13:05:54.338154+0000 mgr.x (mgr.34104) 1333 : cluster [DBG] pgmap v862: 161 pgs: 6 peering, 20 active+undersized+degraded, 2 stale+active+clean, 39 active+undersized, 94 active+clean; 585 KiB data, 129 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:05:56.142 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:56 smithi178 bash[77880]: cephadm 2024-03-21T13:05:54.346712+0000 mgr.x (mgr.34104) 1334 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:56.142 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:56 smithi178 bash[77880]: cluster 2024-03-21T13:05:54.434951+0000 mgr.x (mgr.34104) 1335 : cluster [DBG] pgmap v863: 161 pgs: 6 peering, 20 active+undersized+degraded, 2 stale+active+clean, 39 active+undersized, 94 active+clean; 585 KiB data, 129 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:05:56.142 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:56 smithi178 bash[77880]: cluster 2024-03-21T13:05:54.435779+0000 mgr.x (mgr.34104) 1336 : cluster [DBG] pgmap v864: 161 pgs: 6 peering, 20 active+undersized+degraded, 2 stale+active+clean, 39 active+undersized, 94 active+clean; 585 KiB data, 129 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:05:56.142 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:56 smithi178 bash[77880]: cephadm 2024-03-21T13:05:54.445544+0000 mgr.x (mgr.34104) 1337 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:56.142 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:56 smithi178 bash[77880]: cluster 2024-03-21T13:05:54.535553+0000 mgr.x (mgr.34104) 1338 : cluster [DBG] pgmap v865: 161 pgs: 6 peering, 20 active+undersized+degraded, 2 stale+active+clean, 39 active+undersized, 94 active+clean; 585 KiB data, 129 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:05:56.143 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:56 smithi178 bash[77880]: cluster 2024-03-21T13:05:54.536420+0000 mgr.x (mgr.34104) 1339 : cluster [DBG] pgmap v866: 161 pgs: 6 peering, 20 active+undersized+degraded, 2 stale+active+clean, 39 active+undersized, 94 active+clean; 585 KiB data, 129 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:05:56.143 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:56 smithi178 bash[77880]: cephadm 2024-03-21T13:05:54.544581+0000 mgr.x (mgr.34104) 1340 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:56.143 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:56 smithi178 bash[77880]: cluster 2024-03-21T13:05:54.635444+0000 mgr.x (mgr.34104) 1341 : cluster [DBG] pgmap v867: 161 pgs: 6 peering, 20 active+undersized+degraded, 2 stale+active+clean, 39 active+undersized, 94 active+clean; 585 KiB data, 129 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:05:56.143 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:56 smithi178 bash[77880]: cluster 2024-03-21T13:05:54.636280+0000 mgr.x (mgr.34104) 1342 : cluster [DBG] pgmap v868: 161 pgs: 6 peering, 20 active+undersized+degraded, 2 stale+active+clean, 39 active+undersized, 94 active+clean; 585 KiB data, 129 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:05:56.143 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:56 smithi178 bash[75692]: cephadm 2024-03-21T13:05:54.643719+0000 mgr.x (mgr.34104) 1343 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:56.143 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:56 smithi178 bash[75692]: cluster 2024-03-21T13:05:54.730179+0000 mgr.x (mgr.34104) 1344 : cluster [DBG] pgmap v869: 161 pgs: 6 peering, 20 active+undersized+degraded, 2 stale+active+clean, 39 active+undersized, 94 active+clean; 585 KiB data, 129 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:05:56.143 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:56 smithi178 bash[75692]: cluster 2024-03-21T13:05:54.730927+0000 mgr.x (mgr.34104) 1345 : cluster [DBG] pgmap v870: 161 pgs: 6 peering, 20 active+undersized+degraded, 2 stale+active+clean, 39 active+undersized, 94 active+clean; 585 KiB data, 129 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:05:56.143 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:56 smithi178 bash[75692]: cephadm 2024-03-21T13:05:54.736895+0000 mgr.x (mgr.34104) 1346 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:56.143 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:56 smithi178 bash[75692]: cluster 2024-03-21T13:05:54.828100+0000 mgr.x (mgr.34104) 1347 : cluster [DBG] pgmap v871: 161 pgs: 6 peering, 20 active+undersized+degraded, 2 stale+active+clean, 39 active+undersized, 94 active+clean; 585 KiB data, 129 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:05:56.143 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:56 smithi178 bash[75692]: cluster 2024-03-21T13:05:54.828942+0000 mgr.x (mgr.34104) 1348 : cluster [DBG] pgmap v872: 161 pgs: 6 peering, 20 active+undersized+degraded, 2 stale+active+clean, 39 active+undersized, 94 active+clean; 585 KiB data, 129 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:05:56.143 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:56 smithi178 bash[75692]: cephadm 2024-03-21T13:05:54.837293+0000 mgr.x (mgr.34104) 1349 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:56.143 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:56 smithi178 bash[75692]: cluster 2024-03-21T13:05:54.930176+0000 mgr.x (mgr.34104) 1350 : cluster [DBG] pgmap v873: 161 pgs: 6 peering, 20 active+undersized+degraded, 2 stale+active+clean, 39 active+undersized, 94 active+clean; 585 KiB data, 129 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:05:56.144 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:56 smithi178 bash[75692]: cluster 2024-03-21T13:05:54.930583+0000 mgr.x (mgr.34104) 1351 : cluster [DBG] pgmap v874: 161 pgs: 6 peering, 20 active+undersized+degraded, 2 stale+active+clean, 39 active+undersized, 94 active+clean; 585 KiB data, 129 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:05:56.144 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:56 smithi178 bash[75692]: cephadm 2024-03-21T13:05:54.938849+0000 mgr.x (mgr.34104) 1352 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:56.144 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:56 smithi178 bash[75692]: cluster 2024-03-21T13:05:55.029396+0000 mgr.x (mgr.34104) 1353 : cluster [DBG] pgmap v875: 161 pgs: 6 peering, 20 active+undersized+degraded, 2 stale+active+clean, 39 active+undersized, 94 active+clean; 585 KiB data, 129 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:05:56.144 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:56 smithi178 bash[75692]: cluster 2024-03-21T13:05:55.030235+0000 mgr.x (mgr.34104) 1354 : cluster [DBG] pgmap v876: 161 pgs: 6 peering, 20 active+undersized+degraded, 2 stale+active+clean, 39 active+undersized, 94 active+clean; 585 KiB data, 129 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:05:56.144 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:56 smithi178 bash[75692]: cephadm 2024-03-21T13:05:55.035823+0000 mgr.x (mgr.34104) 1355 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:56.144 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:56 smithi178 bash[75692]: audit 2024-03-21T13:05:55.122439+0000 mon.a (mon.0) 1555 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:56.144 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:56 smithi178 bash[75692]: audit 2024-03-21T13:05:55.123718+0000 mon.a (mon.0) 1556 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:56.144 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:56 smithi178 bash[77880]: cephadm 2024-03-21T13:05:54.643719+0000 mgr.x (mgr.34104) 1343 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:56.144 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:56 smithi178 bash[77880]: cluster 2024-03-21T13:05:54.730179+0000 mgr.x (mgr.34104) 1344 : cluster [DBG] pgmap v869: 161 pgs: 6 peering, 20 active+undersized+degraded, 2 stale+active+clean, 39 active+undersized, 94 active+clean; 585 KiB data, 129 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:05:56.144 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:56 smithi178 bash[77880]: cluster 2024-03-21T13:05:54.730927+0000 mgr.x (mgr.34104) 1345 : cluster [DBG] pgmap v870: 161 pgs: 6 peering, 20 active+undersized+degraded, 2 stale+active+clean, 39 active+undersized, 94 active+clean; 585 KiB data, 129 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:05:56.144 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:56 smithi178 bash[77880]: cephadm 2024-03-21T13:05:54.736895+0000 mgr.x (mgr.34104) 1346 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:56.144 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:56 smithi178 bash[77880]: cluster 2024-03-21T13:05:54.828100+0000 mgr.x (mgr.34104) 1347 : cluster [DBG] pgmap v871: 161 pgs: 6 peering, 20 active+undersized+degraded, 2 stale+active+clean, 39 active+undersized, 94 active+clean; 585 KiB data, 129 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:05:56.145 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:56 smithi178 bash[77880]: cluster 2024-03-21T13:05:54.828942+0000 mgr.x (mgr.34104) 1348 : cluster [DBG] pgmap v872: 161 pgs: 6 peering, 20 active+undersized+degraded, 2 stale+active+clean, 39 active+undersized, 94 active+clean; 585 KiB data, 129 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:05:56.145 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:56 smithi178 bash[77880]: cephadm 2024-03-21T13:05:54.837293+0000 mgr.x (mgr.34104) 1349 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:56.145 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:56 smithi178 bash[77880]: cluster 2024-03-21T13:05:54.930176+0000 mgr.x (mgr.34104) 1350 : cluster [DBG] pgmap v873: 161 pgs: 6 peering, 20 active+undersized+degraded, 2 stale+active+clean, 39 active+undersized, 94 active+clean; 585 KiB data, 129 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:05:56.145 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:56 smithi178 bash[77880]: cluster 2024-03-21T13:05:54.930583+0000 mgr.x (mgr.34104) 1351 : cluster [DBG] pgmap v874: 161 pgs: 6 peering, 20 active+undersized+degraded, 2 stale+active+clean, 39 active+undersized, 94 active+clean; 585 KiB data, 129 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:05:56.145 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:56 smithi178 bash[77880]: cephadm 2024-03-21T13:05:54.938849+0000 mgr.x (mgr.34104) 1352 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:56.145 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:56 smithi178 bash[77880]: cluster 2024-03-21T13:05:55.029396+0000 mgr.x (mgr.34104) 1353 : cluster [DBG] pgmap v875: 161 pgs: 6 peering, 20 active+undersized+degraded, 2 stale+active+clean, 39 active+undersized, 94 active+clean; 585 KiB data, 129 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:05:56.145 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:56 smithi178 bash[77880]: cluster 2024-03-21T13:05:55.030235+0000 mgr.x (mgr.34104) 1354 : cluster [DBG] pgmap v876: 161 pgs: 6 peering, 20 active+undersized+degraded, 2 stale+active+clean, 39 active+undersized, 94 active+clean; 585 KiB data, 129 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:05:56.145 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:56 smithi178 bash[77880]: cephadm 2024-03-21T13:05:55.035823+0000 mgr.x (mgr.34104) 1355 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:56.145 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:56 smithi178 bash[77880]: audit 2024-03-21T13:05:55.122439+0000 mon.a (mon.0) 1555 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:56.145 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:56 smithi178 bash[77880]: audit 2024-03-21T13:05:55.123718+0000 mon.a (mon.0) 1556 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:56.145 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:56 smithi178 bash[75692]: cluster 2024-03-21T13:05:55.137040+0000 mgr.x (mgr.34104) 1356 : cluster [DBG] pgmap v877: 161 pgs: 6 peering, 20 active+undersized+degraded, 2 stale+active+clean, 39 active+undersized, 94 active+clean; 585 KiB data, 129 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:05:56.146 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:56 smithi178 bash[75692]: cluster 2024-03-21T13:05:55.138093+0000 mgr.x (mgr.34104) 1357 : cluster [DBG] pgmap v878: 161 pgs: 6 peering, 20 active+undersized+degraded, 2 stale+active+clean, 39 active+undersized, 94 active+clean; 585 KiB data, 129 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:05:56.146 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:56 smithi178 bash[75692]: audit 2024-03-21T13:05:55.140430+0000 mon.a (mon.0) 1557 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:56.146 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:56 smithi178 bash[75692]: cephadm 2024-03-21T13:05:55.142594+0000 mgr.x (mgr.34104) 1358 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:56.146 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:56 smithi178 bash[75692]: audit 2024-03-21T13:05:55.223691+0000 mon.a (mon.0) 1558 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:56.146 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:56 smithi178 bash[75692]: audit 2024-03-21T13:05:55.226647+0000 mon.a (mon.0) 1559 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:56.146 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:56 smithi178 bash[75692]: audit 2024-03-21T13:05:55.230224+0000 mon.a (mon.0) 1560 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:56.146 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:56 smithi178 bash[75692]: audit 2024-03-21T13:05:55.231622+0000 mon.a (mon.0) 1561 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:56.146 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:56 smithi178 bash[75692]: audit 2024-03-21T13:05:55.241551+0000 mon.a (mon.0) 1562 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:56.146 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:56 smithi178 bash[75692]: audit 2024-03-21T13:05:55.324461+0000 mon.a (mon.0) 1563 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:56.146 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:56 smithi178 bash[75692]: audit 2024-03-21T13:05:55.327810+0000 mon.a (mon.0) 1564 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:56.146 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:56 smithi178 bash[75692]: audit 2024-03-21T13:05:55.330889+0000 mon.a (mon.0) 1565 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:56.146 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:56 smithi178 bash[75692]: audit 2024-03-21T13:05:55.332056+0000 mon.a (mon.0) 1566 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:56.146 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:56 smithi178 bash[75692]: audit 2024-03-21T13:05:55.343614+0000 mon.a (mon.0) 1567 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:56.146 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:56 smithi178 bash[75692]: audit 2024-03-21T13:05:55.425676+0000 mon.a (mon.0) 1568 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:56.147 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:56 smithi178 bash[75692]: audit 2024-03-21T13:05:55.429094+0000 mon.a (mon.0) 1569 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:56.147 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:56 smithi178 bash[75692]: audit 2024-03-21T13:05:55.434515+0000 mon.a (mon.0) 1570 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:56.147 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:56 smithi178 bash[75692]: audit 2024-03-21T13:05:55.436129+0000 mon.a (mon.0) 1571 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:56.147 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:56 smithi178 bash[75692]: audit 2024-03-21T13:05:55.447440+0000 mon.a (mon.0) 1572 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:56.147 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:56 smithi178 bash[77880]: cluster 2024-03-21T13:05:55.137040+0000 mgr.x (mgr.34104) 1356 : cluster [DBG] pgmap v877: 161 pgs: 6 peering, 20 active+undersized+degraded, 2 stale+active+clean, 39 active+undersized, 94 active+clean; 585 KiB data, 129 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:05:56.147 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:56 smithi178 bash[77880]: cluster 2024-03-21T13:05:55.138093+0000 mgr.x (mgr.34104) 1357 : cluster [DBG] pgmap v878: 161 pgs: 6 peering, 20 active+undersized+degraded, 2 stale+active+clean, 39 active+undersized, 94 active+clean; 585 KiB data, 129 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:05:56.147 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:56 smithi178 bash[77880]: audit 2024-03-21T13:05:55.140430+0000 mon.a (mon.0) 1557 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:56.147 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:56 smithi178 bash[77880]: cephadm 2024-03-21T13:05:55.142594+0000 mgr.x (mgr.34104) 1358 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:56.147 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:56 smithi178 bash[77880]: audit 2024-03-21T13:05:55.223691+0000 mon.a (mon.0) 1558 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:56.147 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:56 smithi178 bash[77880]: audit 2024-03-21T13:05:55.226647+0000 mon.a (mon.0) 1559 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:56.147 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:56 smithi178 bash[77880]: audit 2024-03-21T13:05:55.230224+0000 mon.a (mon.0) 1560 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:56.148 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:56 smithi178 bash[77880]: audit 2024-03-21T13:05:55.231622+0000 mon.a (mon.0) 1561 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:56.148 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:56 smithi178 bash[77880]: audit 2024-03-21T13:05:55.241551+0000 mon.a (mon.0) 1562 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:56.148 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:56 smithi178 bash[77880]: audit 2024-03-21T13:05:55.324461+0000 mon.a (mon.0) 1563 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:56.148 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:56 smithi178 bash[77880]: audit 2024-03-21T13:05:55.327810+0000 mon.a (mon.0) 1564 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:56.148 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:56 smithi178 bash[77880]: audit 2024-03-21T13:05:55.330889+0000 mon.a (mon.0) 1565 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:56.148 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:56 smithi178 bash[77880]: audit 2024-03-21T13:05:55.332056+0000 mon.a (mon.0) 1566 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:56.148 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:56 smithi178 bash[77880]: audit 2024-03-21T13:05:55.343614+0000 mon.a (mon.0) 1567 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:56.148 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:56 smithi178 bash[77880]: audit 2024-03-21T13:05:55.425676+0000 mon.a (mon.0) 1568 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:56.148 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:56 smithi178 bash[77880]: audit 2024-03-21T13:05:55.429094+0000 mon.a (mon.0) 1569 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:56.148 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:56 smithi178 bash[77880]: audit 2024-03-21T13:05:55.434515+0000 mon.a (mon.0) 1570 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:56.148 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:56 smithi178 bash[77880]: audit 2024-03-21T13:05:55.436129+0000 mon.a (mon.0) 1571 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:56.148 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:56 smithi178 bash[77880]: audit 2024-03-21T13:05:55.447440+0000 mon.a (mon.0) 1572 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:56.149 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:56 smithi178 bash[75692]: audit 2024-03-21T13:05:55.526177+0000 mon.a (mon.0) 1573 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:56.149 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:56 smithi178 bash[75692]: audit 2024-03-21T13:05:55.529741+0000 mon.a (mon.0) 1574 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:56.149 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:56 smithi178 bash[75692]: audit 2024-03-21T13:05:55.533814+0000 mon.a (mon.0) 1575 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:56.149 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:56 smithi178 bash[75692]: audit 2024-03-21T13:05:55.535093+0000 mon.a (mon.0) 1576 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:56.149 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:56 smithi178 bash[75692]: audit 2024-03-21T13:05:55.544431+0000 mon.a (mon.0) 1577 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:56.149 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:56 smithi178 bash[75692]: audit 2024-03-21T13:05:55.624257+0000 mon.a (mon.0) 1578 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:56.149 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:56 smithi178 bash[75692]: audit 2024-03-21T13:05:55.627113+0000 mon.a (mon.0) 1579 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:56.149 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:56 smithi178 bash[75692]: audit 2024-03-21T13:05:55.629804+0000 mon.a (mon.0) 1580 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:56.149 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:56 smithi178 bash[75692]: audit 2024-03-21T13:05:55.630971+0000 mon.a (mon.0) 1581 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:56.149 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:56 smithi178 bash[75692]: audit 2024-03-21T13:05:55.639990+0000 mon.a (mon.0) 1582 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:56.149 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:56 smithi178 bash[75692]: cluster 2024-03-21T13:05:55.701712+0000 mon.a (mon.0) 1583 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 2 pgs inactive, 2 pgs peering) 2024-03-21T13:05:56.149 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:56 smithi178 bash[75692]: audit 2024-03-21T13:05:55.722755+0000 mon.a (mon.0) 1584 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:56.149 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:56 smithi178 bash[75692]: audit 2024-03-21T13:05:55.726100+0000 mon.a (mon.0) 1585 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:56.149 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:56 smithi178 bash[75692]: audit 2024-03-21T13:05:55.729119+0000 mon.a (mon.0) 1586 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:56.150 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:56 smithi178 bash[75692]: audit 2024-03-21T13:05:55.730309+0000 mon.a (mon.0) 1587 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:56.150 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:56 smithi178 bash[75692]: audit 2024-03-21T13:05:55.742479+0000 mon.a (mon.0) 1588 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:56.150 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:56 smithi178 bash[75692]: audit 2024-03-21T13:05:55.821987+0000 mon.a (mon.0) 1589 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:56.150 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:56 smithi178 bash[75692]: audit 2024-03-21T13:05:55.824685+0000 mon.a (mon.0) 1590 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:56.150 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:56 smithi178 bash[75692]: audit 2024-03-21T13:05:55.827600+0000 mon.a (mon.0) 1591 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:56.150 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:56 smithi178 bash[77880]: audit 2024-03-21T13:05:55.526177+0000 mon.a (mon.0) 1573 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:56.150 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:56 smithi178 bash[77880]: audit 2024-03-21T13:05:55.529741+0000 mon.a (mon.0) 1574 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:56.150 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:56 smithi178 bash[77880]: audit 2024-03-21T13:05:55.533814+0000 mon.a (mon.0) 1575 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:56.150 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:56 smithi178 bash[77880]: audit 2024-03-21T13:05:55.535093+0000 mon.a (mon.0) 1576 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:56.150 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:56 smithi178 bash[77880]: audit 2024-03-21T13:05:55.544431+0000 mon.a (mon.0) 1577 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:56.151 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:56 smithi178 bash[77880]: audit 2024-03-21T13:05:55.624257+0000 mon.a (mon.0) 1578 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:56.151 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:56 smithi178 bash[77880]: audit 2024-03-21T13:05:55.627113+0000 mon.a (mon.0) 1579 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:56.151 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:56 smithi178 bash[77880]: audit 2024-03-21T13:05:55.629804+0000 mon.a (mon.0) 1580 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:56.151 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:56 smithi178 bash[77880]: audit 2024-03-21T13:05:55.630971+0000 mon.a (mon.0) 1581 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:56.151 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:56 smithi178 bash[77880]: audit 2024-03-21T13:05:55.639990+0000 mon.a (mon.0) 1582 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:56.151 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:56 smithi178 bash[77880]: cluster 2024-03-21T13:05:55.701712+0000 mon.a (mon.0) 1583 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 2 pgs inactive, 2 pgs peering) 2024-03-21T13:05:56.151 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:56 smithi178 bash[77880]: audit 2024-03-21T13:05:55.722755+0000 mon.a (mon.0) 1584 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:56.151 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:56 smithi178 bash[77880]: audit 2024-03-21T13:05:55.726100+0000 mon.a (mon.0) 1585 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:56.151 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:56 smithi178 bash[77880]: audit 2024-03-21T13:05:55.729119+0000 mon.a (mon.0) 1586 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:56.151 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:56 smithi178 bash[77880]: audit 2024-03-21T13:05:55.730309+0000 mon.a (mon.0) 1587 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:56.151 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:56 smithi178 bash[77880]: audit 2024-03-21T13:05:55.742479+0000 mon.a (mon.0) 1588 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:56.151 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:56 smithi178 bash[77880]: audit 2024-03-21T13:05:55.821987+0000 mon.a (mon.0) 1589 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:56.151 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:56 smithi178 bash[77880]: audit 2024-03-21T13:05:55.824685+0000 mon.a (mon.0) 1590 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:56.151 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:56 smithi178 bash[77880]: audit 2024-03-21T13:05:55.827600+0000 mon.a (mon.0) 1591 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:56.152 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:56 smithi178 bash[75692]: audit 2024-03-21T13:05:55.828910+0000 mon.a (mon.0) 1592 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:56.152 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:56 smithi178 bash[75692]: audit 2024-03-21T13:05:55.840534+0000 mon.a (mon.0) 1593 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:56.152 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:56 smithi178 bash[75692]: audit 2024-03-21T13:05:55.919392+0000 mon.a (mon.0) 1594 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:56.152 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:56 smithi178 bash[75692]: audit 2024-03-21T13:05:55.922721+0000 mon.a (mon.0) 1595 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:56.152 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:56 smithi178 bash[75692]: audit 2024-03-21T13:05:55.926695+0000 mon.a (mon.0) 1596 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:56.152 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:56 smithi178 bash[75692]: audit 2024-03-21T13:05:55.928260+0000 mon.a (mon.0) 1597 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:56.152 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:56 smithi178 bash[75692]: audit 2024-03-21T13:05:55.939909+0000 mon.a (mon.0) 1598 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:56.152 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:56 smithi178 bash[75692]: audit 2024-03-21T13:05:56.019522+0000 mon.a (mon.0) 1599 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:56.152 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:56 smithi178 bash[75692]: audit 2024-03-21T13:05:56.022645+0000 mon.a (mon.0) 1600 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:56.152 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:56 smithi178 bash[75692]: audit 2024-03-21T13:05:56.026109+0000 mon.a (mon.0) 1601 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:56.153 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:56 smithi178 bash[75692]: audit 2024-03-21T13:05:56.027376+0000 mon.a (mon.0) 1602 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:56.153 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:56 smithi178 bash[75692]: audit 2024-03-21T13:05:56.035602+0000 mon.a (mon.0) 1603 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:56.153 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:56 smithi178 bash[75692]: audit 2024-03-21T13:05:56.119450+0000 mon.a (mon.0) 1604 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:56.153 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:56 smithi178 bash[75692]: audit 2024-03-21T13:05:56.123181+0000 mon.a (mon.0) 1605 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:56.153 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:56 smithi178 bash[77880]: audit 2024-03-21T13:05:55.828910+0000 mon.a (mon.0) 1592 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:56.153 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:56 smithi178 bash[77880]: audit 2024-03-21T13:05:55.840534+0000 mon.a (mon.0) 1593 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:56.153 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:56 smithi178 bash[77880]: audit 2024-03-21T13:05:55.919392+0000 mon.a (mon.0) 1594 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:56.153 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:56 smithi178 bash[77880]: audit 2024-03-21T13:05:55.922721+0000 mon.a (mon.0) 1595 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:56.153 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:56 smithi178 bash[77880]: audit 2024-03-21T13:05:55.926695+0000 mon.a (mon.0) 1596 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:56.153 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:56 smithi178 bash[77880]: audit 2024-03-21T13:05:55.928260+0000 mon.a (mon.0) 1597 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:56.153 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:56 smithi178 bash[77880]: audit 2024-03-21T13:05:55.939909+0000 mon.a (mon.0) 1598 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:56.153 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:56 smithi178 bash[77880]: audit 2024-03-21T13:05:56.019522+0000 mon.a (mon.0) 1599 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:56.154 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:56 smithi178 bash[77880]: audit 2024-03-21T13:05:56.022645+0000 mon.a (mon.0) 1600 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:56.154 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:56 smithi178 bash[77880]: audit 2024-03-21T13:05:56.026109+0000 mon.a (mon.0) 1601 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:56.154 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:56 smithi178 bash[77880]: audit 2024-03-21T13:05:56.027376+0000 mon.a (mon.0) 1602 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:56.154 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:56 smithi178 bash[77880]: audit 2024-03-21T13:05:56.035602+0000 mon.a (mon.0) 1603 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:56.154 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:56 smithi178 bash[77880]: audit 2024-03-21T13:05:56.119450+0000 mon.a (mon.0) 1604 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:56.154 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:56 smithi178 bash[77880]: audit 2024-03-21T13:05:56.123181+0000 mon.a (mon.0) 1605 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:56.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:56 smithi184 bash[59794]: cluster 2024-03-21T13:05:54.239250+0000 mgr.x (mgr.34104) 1329 : cluster [DBG] pgmap v859: 161 pgs: 6 peering, 20 active+undersized+degraded, 2 stale+active+clean, 39 active+undersized, 94 active+clean; 585 KiB data, 129 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:05:56.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:56 smithi184 bash[59794]: cluster 2024-03-21T13:05:54.239612+0000 mgr.x (mgr.34104) 1330 : cluster [DBG] pgmap v860: 161 pgs: 6 peering, 20 active+undersized+degraded, 2 stale+active+clean, 39 active+undersized, 94 active+clean; 585 KiB data, 129 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:05:56.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:56 smithi184 bash[59794]: cephadm 2024-03-21T13:05:54.248315+0000 mgr.x (mgr.34104) 1331 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:56.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:56 smithi184 bash[59794]: cluster 2024-03-21T13:05:54.337333+0000 mgr.x (mgr.34104) 1332 : cluster [DBG] pgmap v861: 161 pgs: 6 peering, 20 active+undersized+degraded, 2 stale+active+clean, 39 active+undersized, 94 active+clean; 585 KiB data, 129 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:05:56.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:56 smithi184 bash[59794]: cluster 2024-03-21T13:05:54.338154+0000 mgr.x (mgr.34104) 1333 : cluster [DBG] pgmap v862: 161 pgs: 6 peering, 20 active+undersized+degraded, 2 stale+active+clean, 39 active+undersized, 94 active+clean; 585 KiB data, 129 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:05:56.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:56 smithi184 bash[59794]: cephadm 2024-03-21T13:05:54.346712+0000 mgr.x (mgr.34104) 1334 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:56.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:56 smithi184 bash[59794]: cluster 2024-03-21T13:05:54.434951+0000 mgr.x (mgr.34104) 1335 : cluster [DBG] pgmap v863: 161 pgs: 6 peering, 20 active+undersized+degraded, 2 stale+active+clean, 39 active+undersized, 94 active+clean; 585 KiB data, 129 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:05:56.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:56 smithi184 bash[59794]: cluster 2024-03-21T13:05:54.435779+0000 mgr.x (mgr.34104) 1336 : cluster [DBG] pgmap v864: 161 pgs: 6 peering, 20 active+undersized+degraded, 2 stale+active+clean, 39 active+undersized, 94 active+clean; 585 KiB data, 129 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:05:56.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:56 smithi184 bash[59794]: cephadm 2024-03-21T13:05:54.445544+0000 mgr.x (mgr.34104) 1337 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:56.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:56 smithi184 bash[59794]: cluster 2024-03-21T13:05:54.535553+0000 mgr.x (mgr.34104) 1338 : cluster [DBG] pgmap v865: 161 pgs: 6 peering, 20 active+undersized+degraded, 2 stale+active+clean, 39 active+undersized, 94 active+clean; 585 KiB data, 129 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:05:56.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:56 smithi184 bash[59794]: cluster 2024-03-21T13:05:54.536420+0000 mgr.x (mgr.34104) 1339 : cluster [DBG] pgmap v866: 161 pgs: 6 peering, 20 active+undersized+degraded, 2 stale+active+clean, 39 active+undersized, 94 active+clean; 585 KiB data, 129 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:05:56.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:56 smithi184 bash[59794]: cephadm 2024-03-21T13:05:54.544581+0000 mgr.x (mgr.34104) 1340 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:56.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:56 smithi184 bash[59794]: cluster 2024-03-21T13:05:54.635444+0000 mgr.x (mgr.34104) 1341 : cluster [DBG] pgmap v867: 161 pgs: 6 peering, 20 active+undersized+degraded, 2 stale+active+clean, 39 active+undersized, 94 active+clean; 585 KiB data, 129 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:05:56.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:56 smithi184 bash[59794]: cluster 2024-03-21T13:05:54.636280+0000 mgr.x (mgr.34104) 1342 : cluster [DBG] pgmap v868: 161 pgs: 6 peering, 20 active+undersized+degraded, 2 stale+active+clean, 39 active+undersized, 94 active+clean; 585 KiB data, 129 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:05:56.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:56 smithi184 bash[59794]: cephadm 2024-03-21T13:05:54.643719+0000 mgr.x (mgr.34104) 1343 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:56.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:56 smithi184 bash[59794]: cluster 2024-03-21T13:05:54.730179+0000 mgr.x (mgr.34104) 1344 : cluster [DBG] pgmap v869: 161 pgs: 6 peering, 20 active+undersized+degraded, 2 stale+active+clean, 39 active+undersized, 94 active+clean; 585 KiB data, 129 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:05:56.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:56 smithi184 bash[59794]: cluster 2024-03-21T13:05:54.730927+0000 mgr.x (mgr.34104) 1345 : cluster [DBG] pgmap v870: 161 pgs: 6 peering, 20 active+undersized+degraded, 2 stale+active+clean, 39 active+undersized, 94 active+clean; 585 KiB data, 129 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:05:56.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:56 smithi184 bash[59794]: cephadm 2024-03-21T13:05:54.736895+0000 mgr.x (mgr.34104) 1346 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:56.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:56 smithi184 bash[59794]: cluster 2024-03-21T13:05:54.828100+0000 mgr.x (mgr.34104) 1347 : cluster [DBG] pgmap v871: 161 pgs: 6 peering, 20 active+undersized+degraded, 2 stale+active+clean, 39 active+undersized, 94 active+clean; 585 KiB data, 129 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:05:56.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:56 smithi184 bash[59794]: cluster 2024-03-21T13:05:54.828942+0000 mgr.x (mgr.34104) 1348 : cluster [DBG] pgmap v872: 161 pgs: 6 peering, 20 active+undersized+degraded, 2 stale+active+clean, 39 active+undersized, 94 active+clean; 585 KiB data, 129 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:05:56.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:56 smithi184 bash[59794]: cephadm 2024-03-21T13:05:54.837293+0000 mgr.x (mgr.34104) 1349 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:56.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:56 smithi184 bash[59794]: cluster 2024-03-21T13:05:54.930176+0000 mgr.x (mgr.34104) 1350 : cluster [DBG] pgmap v873: 161 pgs: 6 peering, 20 active+undersized+degraded, 2 stale+active+clean, 39 active+undersized, 94 active+clean; 585 KiB data, 129 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:05:56.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:56 smithi184 bash[59794]: cluster 2024-03-21T13:05:54.930583+0000 mgr.x (mgr.34104) 1351 : cluster [DBG] pgmap v874: 161 pgs: 6 peering, 20 active+undersized+degraded, 2 stale+active+clean, 39 active+undersized, 94 active+clean; 585 KiB data, 129 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:05:56.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:56 smithi184 bash[59794]: cephadm 2024-03-21T13:05:54.938849+0000 mgr.x (mgr.34104) 1352 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:56.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:56 smithi184 bash[59794]: cluster 2024-03-21T13:05:55.029396+0000 mgr.x (mgr.34104) 1353 : cluster [DBG] pgmap v875: 161 pgs: 6 peering, 20 active+undersized+degraded, 2 stale+active+clean, 39 active+undersized, 94 active+clean; 585 KiB data, 129 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:05:56.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:56 smithi184 bash[59794]: cluster 2024-03-21T13:05:55.030235+0000 mgr.x (mgr.34104) 1354 : cluster [DBG] pgmap v876: 161 pgs: 6 peering, 20 active+undersized+degraded, 2 stale+active+clean, 39 active+undersized, 94 active+clean; 585 KiB data, 129 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:05:56.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:56 smithi184 bash[59794]: cephadm 2024-03-21T13:05:55.035823+0000 mgr.x (mgr.34104) 1355 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:56.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:56 smithi184 bash[59794]: audit 2024-03-21T13:05:55.122439+0000 mon.a (mon.0) 1555 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:56.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:56 smithi184 bash[59794]: audit 2024-03-21T13:05:55.123718+0000 mon.a (mon.0) 1556 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:56.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:56 smithi184 bash[59794]: cluster 2024-03-21T13:05:55.137040+0000 mgr.x (mgr.34104) 1356 : cluster [DBG] pgmap v877: 161 pgs: 6 peering, 20 active+undersized+degraded, 2 stale+active+clean, 39 active+undersized, 94 active+clean; 585 KiB data, 129 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:05:56.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:56 smithi184 bash[59794]: cluster 2024-03-21T13:05:55.138093+0000 mgr.x (mgr.34104) 1357 : cluster [DBG] pgmap v878: 161 pgs: 6 peering, 20 active+undersized+degraded, 2 stale+active+clean, 39 active+undersized, 94 active+clean; 585 KiB data, 129 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:05:56.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:56 smithi184 bash[59794]: audit 2024-03-21T13:05:55.140430+0000 mon.a (mon.0) 1557 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:56.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:56 smithi184 bash[59794]: cephadm 2024-03-21T13:05:55.142594+0000 mgr.x (mgr.34104) 1358 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:56.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:56 smithi184 bash[59794]: audit 2024-03-21T13:05:55.223691+0000 mon.a (mon.0) 1558 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:56.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:56 smithi184 bash[59794]: audit 2024-03-21T13:05:55.226647+0000 mon.a (mon.0) 1559 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:56.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:56 smithi184 bash[59794]: audit 2024-03-21T13:05:55.230224+0000 mon.a (mon.0) 1560 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:56.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:56 smithi184 bash[59794]: audit 2024-03-21T13:05:55.231622+0000 mon.a (mon.0) 1561 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:56.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:56 smithi184 bash[59794]: audit 2024-03-21T13:05:55.241551+0000 mon.a (mon.0) 1562 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:56.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:56 smithi184 bash[59794]: audit 2024-03-21T13:05:55.324461+0000 mon.a (mon.0) 1563 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:56.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:56 smithi184 bash[59794]: audit 2024-03-21T13:05:55.327810+0000 mon.a (mon.0) 1564 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:56.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:56 smithi184 bash[59794]: audit 2024-03-21T13:05:55.330889+0000 mon.a (mon.0) 1565 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:56.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:56 smithi184 bash[59794]: audit 2024-03-21T13:05:55.332056+0000 mon.a (mon.0) 1566 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:56.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:56 smithi184 bash[59794]: audit 2024-03-21T13:05:55.343614+0000 mon.a (mon.0) 1567 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:56.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:56 smithi184 bash[59794]: audit 2024-03-21T13:05:55.425676+0000 mon.a (mon.0) 1568 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:56.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:56 smithi184 bash[59794]: audit 2024-03-21T13:05:55.429094+0000 mon.a (mon.0) 1569 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:56.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:56 smithi184 bash[59794]: audit 2024-03-21T13:05:55.434515+0000 mon.a (mon.0) 1570 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:56.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:56 smithi184 bash[59794]: audit 2024-03-21T13:05:55.436129+0000 mon.a (mon.0) 1571 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:56.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:56 smithi184 bash[59794]: audit 2024-03-21T13:05:55.447440+0000 mon.a (mon.0) 1572 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:56.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:56 smithi184 bash[59794]: audit 2024-03-21T13:05:55.526177+0000 mon.a (mon.0) 1573 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:56.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:56 smithi184 bash[59794]: audit 2024-03-21T13:05:55.529741+0000 mon.a (mon.0) 1574 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:56.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:56 smithi184 bash[59794]: audit 2024-03-21T13:05:55.533814+0000 mon.a (mon.0) 1575 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:56.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:56 smithi184 bash[59794]: audit 2024-03-21T13:05:55.535093+0000 mon.a (mon.0) 1576 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:56.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:56 smithi184 bash[59794]: audit 2024-03-21T13:05:55.544431+0000 mon.a (mon.0) 1577 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:56.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:56 smithi184 bash[59794]: audit 2024-03-21T13:05:55.624257+0000 mon.a (mon.0) 1578 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:56.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:56 smithi184 bash[59794]: audit 2024-03-21T13:05:55.627113+0000 mon.a (mon.0) 1579 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:56.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:56 smithi184 bash[59794]: audit 2024-03-21T13:05:55.629804+0000 mon.a (mon.0) 1580 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:56.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:56 smithi184 bash[59794]: audit 2024-03-21T13:05:55.630971+0000 mon.a (mon.0) 1581 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:56.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:56 smithi184 bash[59794]: audit 2024-03-21T13:05:55.639990+0000 mon.a (mon.0) 1582 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:56.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:56 smithi184 bash[59794]: cluster 2024-03-21T13:05:55.701712+0000 mon.a (mon.0) 1583 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 2 pgs inactive, 2 pgs peering) 2024-03-21T13:05:56.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:56 smithi184 bash[59794]: audit 2024-03-21T13:05:55.722755+0000 mon.a (mon.0) 1584 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:56.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:56 smithi184 bash[59794]: audit 2024-03-21T13:05:55.726100+0000 mon.a (mon.0) 1585 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:56.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:56 smithi184 bash[59794]: audit 2024-03-21T13:05:55.729119+0000 mon.a (mon.0) 1586 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:56.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:56 smithi184 bash[59794]: audit 2024-03-21T13:05:55.730309+0000 mon.a (mon.0) 1587 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:56.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:56 smithi184 bash[59794]: audit 2024-03-21T13:05:55.742479+0000 mon.a (mon.0) 1588 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:56.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:56 smithi184 bash[59794]: audit 2024-03-21T13:05:55.821987+0000 mon.a (mon.0) 1589 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:56.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:56 smithi184 bash[59794]: audit 2024-03-21T13:05:55.824685+0000 mon.a (mon.0) 1590 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:56.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:56 smithi184 bash[59794]: audit 2024-03-21T13:05:55.827600+0000 mon.a (mon.0) 1591 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:56.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:56 smithi184 bash[59794]: audit 2024-03-21T13:05:55.828910+0000 mon.a (mon.0) 1592 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:56.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:56 smithi184 bash[59794]: audit 2024-03-21T13:05:55.840534+0000 mon.a (mon.0) 1593 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:56.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:56 smithi184 bash[59794]: audit 2024-03-21T13:05:55.919392+0000 mon.a (mon.0) 1594 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:56.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:56 smithi184 bash[59794]: audit 2024-03-21T13:05:55.922721+0000 mon.a (mon.0) 1595 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:56.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:56 smithi184 bash[59794]: audit 2024-03-21T13:05:55.926695+0000 mon.a (mon.0) 1596 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:56.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:56 smithi184 bash[59794]: audit 2024-03-21T13:05:55.928260+0000 mon.a (mon.0) 1597 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:56.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:56 smithi184 bash[59794]: audit 2024-03-21T13:05:55.939909+0000 mon.a (mon.0) 1598 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:56.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:56 smithi184 bash[59794]: audit 2024-03-21T13:05:56.019522+0000 mon.a (mon.0) 1599 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:56.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:56 smithi184 bash[59794]: audit 2024-03-21T13:05:56.022645+0000 mon.a (mon.0) 1600 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:56.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:56 smithi184 bash[59794]: audit 2024-03-21T13:05:56.026109+0000 mon.a (mon.0) 1601 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:56.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:56 smithi184 bash[59794]: audit 2024-03-21T13:05:56.027376+0000 mon.a (mon.0) 1602 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:56.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:56 smithi184 bash[59794]: audit 2024-03-21T13:05:56.035602+0000 mon.a (mon.0) 1603 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:56.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:56 smithi184 bash[59794]: audit 2024-03-21T13:05:56.119450+0000 mon.a (mon.0) 1604 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:56.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:56 smithi184 bash[59794]: audit 2024-03-21T13:05:56.123181+0000 mon.a (mon.0) 1605 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:57.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:57 smithi178 bash[75692]: cluster 2024-03-21T13:05:55.236167+0000 mgr.x (mgr.34104) 1359 : cluster [DBG] pgmap v879: 161 pgs: 6 peering, 20 active+undersized+degraded, 2 stale+active+clean, 39 active+undersized, 94 active+clean; 585 KiB data, 129 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:05:57.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:57 smithi178 bash[75692]: cluster 2024-03-21T13:05:55.236983+0000 mgr.x (mgr.34104) 1360 : cluster [DBG] pgmap v880: 161 pgs: 6 peering, 20 active+undersized+degraded, 2 stale+active+clean, 39 active+undersized, 94 active+clean; 585 KiB data, 129 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:05:57.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:57 smithi178 bash[75692]: cephadm 2024-03-21T13:05:55.244031+0000 mgr.x (mgr.34104) 1361 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:57.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:57 smithi178 bash[75692]: cluster 2024-03-21T13:05:55.335918+0000 mgr.x (mgr.34104) 1362 : cluster [DBG] pgmap v881: 161 pgs: 6 peering, 20 active+undersized+degraded, 2 stale+active+clean, 39 active+undersized, 94 active+clean; 585 KiB data, 129 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:05:57.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:57 smithi178 bash[75692]: cluster 2024-03-21T13:05:55.336716+0000 mgr.x (mgr.34104) 1363 : cluster [DBG] pgmap v882: 161 pgs: 6 peering, 20 active+undersized+degraded, 2 stale+active+clean, 39 active+undersized, 94 active+clean; 585 KiB data, 129 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:05:57.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:57 smithi178 bash[75692]: cephadm 2024-03-21T13:05:55.346103+0000 mgr.x (mgr.34104) 1364 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:57.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:57 smithi178 bash[75692]: cluster 2024-03-21T13:05:55.441754+0000 mgr.x (mgr.34104) 1365 : cluster [DBG] pgmap v883: 161 pgs: 6 peering, 20 active+undersized+degraded, 2 stale+active+clean, 39 active+undersized, 94 active+clean; 585 KiB data, 129 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:05:57.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:57 smithi178 bash[75692]: cluster 2024-03-21T13:05:55.442935+0000 mgr.x (mgr.34104) 1366 : cluster [DBG] pgmap v884: 161 pgs: 6 peering, 20 active+undersized+degraded, 2 stale+active+clean, 39 active+undersized, 94 active+clean; 585 KiB data, 129 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:05:57.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:57 smithi178 bash[75692]: cephadm 2024-03-21T13:05:55.449716+0000 mgr.x (mgr.34104) 1367 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:57.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:57 smithi178 bash[75692]: cluster 2024-03-21T13:05:55.539416+0000 mgr.x (mgr.34104) 1368 : cluster [DBG] pgmap v885: 161 pgs: 6 peering, 20 active+undersized+degraded, 2 stale+active+clean, 39 active+undersized, 94 active+clean; 585 KiB data, 129 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:05:57.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:57 smithi178 bash[75692]: cluster 2024-03-21T13:05:55.540189+0000 mgr.x (mgr.34104) 1369 : cluster [DBG] pgmap v886: 161 pgs: 6 peering, 20 active+undersized+degraded, 2 stale+active+clean, 39 active+undersized, 94 active+clean; 585 KiB data, 129 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:05:57.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:57 smithi178 bash[75692]: cephadm 2024-03-21T13:05:55.547007+0000 mgr.x (mgr.34104) 1370 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:57.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:57 smithi178 bash[75692]: cluster 2024-03-21T13:05:55.635190+0000 mgr.x (mgr.34104) 1371 : cluster [DBG] pgmap v887: 161 pgs: 7 active+clean+remapped, 20 active+undersized+degraded, 39 active+undersized, 95 active+clean; 585 KiB data, 134 MiB used, 715 GiB / 715 GiB avail; 10 KiB/s rd, 10 op/s; 81/630 objects degraded (12.857%); 6/630 objects misplaced (0.952%); 735 B/s, 33 objects/s recovering 2024-03-21T13:05:57.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:57 smithi178 bash[77880]: cluster 2024-03-21T13:05:55.236167+0000 mgr.x (mgr.34104) 1359 : cluster [DBG] pgmap v879: 161 pgs: 6 peering, 20 active+undersized+degraded, 2 stale+active+clean, 39 active+undersized, 94 active+clean; 585 KiB data, 129 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:05:57.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:57 smithi178 bash[77880]: cluster 2024-03-21T13:05:55.236983+0000 mgr.x (mgr.34104) 1360 : cluster [DBG] pgmap v880: 161 pgs: 6 peering, 20 active+undersized+degraded, 2 stale+active+clean, 39 active+undersized, 94 active+clean; 585 KiB data, 129 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:05:57.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:57 smithi178 bash[77880]: cephadm 2024-03-21T13:05:55.244031+0000 mgr.x (mgr.34104) 1361 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:57.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:57 smithi178 bash[77880]: cluster 2024-03-21T13:05:55.335918+0000 mgr.x (mgr.34104) 1362 : cluster [DBG] pgmap v881: 161 pgs: 6 peering, 20 active+undersized+degraded, 2 stale+active+clean, 39 active+undersized, 94 active+clean; 585 KiB data, 129 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:05:57.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:57 smithi178 bash[77880]: cluster 2024-03-21T13:05:55.336716+0000 mgr.x (mgr.34104) 1363 : cluster [DBG] pgmap v882: 161 pgs: 6 peering, 20 active+undersized+degraded, 2 stale+active+clean, 39 active+undersized, 94 active+clean; 585 KiB data, 129 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:05:57.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:57 smithi178 bash[77880]: cephadm 2024-03-21T13:05:55.346103+0000 mgr.x (mgr.34104) 1364 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:57.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:57 smithi178 bash[77880]: cluster 2024-03-21T13:05:55.441754+0000 mgr.x (mgr.34104) 1365 : cluster [DBG] pgmap v883: 161 pgs: 6 peering, 20 active+undersized+degraded, 2 stale+active+clean, 39 active+undersized, 94 active+clean; 585 KiB data, 129 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:05:57.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:57 smithi178 bash[77880]: cluster 2024-03-21T13:05:55.442935+0000 mgr.x (mgr.34104) 1366 : cluster [DBG] pgmap v884: 161 pgs: 6 peering, 20 active+undersized+degraded, 2 stale+active+clean, 39 active+undersized, 94 active+clean; 585 KiB data, 129 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:05:57.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:57 smithi178 bash[77880]: cephadm 2024-03-21T13:05:55.449716+0000 mgr.x (mgr.34104) 1367 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:57.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:57 smithi178 bash[77880]: cluster 2024-03-21T13:05:55.539416+0000 mgr.x (mgr.34104) 1368 : cluster [DBG] pgmap v885: 161 pgs: 6 peering, 20 active+undersized+degraded, 2 stale+active+clean, 39 active+undersized, 94 active+clean; 585 KiB data, 129 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:05:57.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:57 smithi178 bash[77880]: cluster 2024-03-21T13:05:55.540189+0000 mgr.x (mgr.34104) 1369 : cluster [DBG] pgmap v886: 161 pgs: 6 peering, 20 active+undersized+degraded, 2 stale+active+clean, 39 active+undersized, 94 active+clean; 585 KiB data, 129 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:05:57.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:57 smithi178 bash[77880]: cephadm 2024-03-21T13:05:55.547007+0000 mgr.x (mgr.34104) 1370 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:57.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:57 smithi178 bash[77880]: cluster 2024-03-21T13:05:55.635190+0000 mgr.x (mgr.34104) 1371 : cluster [DBG] pgmap v887: 161 pgs: 7 active+clean+remapped, 20 active+undersized+degraded, 39 active+undersized, 95 active+clean; 585 KiB data, 134 MiB used, 715 GiB / 715 GiB avail; 10 KiB/s rd, 10 op/s; 81/630 objects degraded (12.857%); 6/630 objects misplaced (0.952%); 735 B/s, 33 objects/s recovering 2024-03-21T13:05:57.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:57 smithi178 bash[75692]: cluster 2024-03-21T13:05:55.635530+0000 mgr.x (mgr.34104) 1372 : cluster [DBG] pgmap v888: 161 pgs: 7 active+clean+remapped, 20 active+undersized+degraded, 39 active+undersized, 95 active+clean; 585 KiB data, 134 MiB used, 715 GiB / 715 GiB avail; 10 KiB/s rd, 10 op/s; 81/630 objects degraded (12.857%); 6/630 objects misplaced (0.952%); 735 B/s, 33 objects/s recovering 2024-03-21T13:05:57.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:57 smithi178 bash[75692]: cephadm 2024-03-21T13:05:55.642444+0000 mgr.x (mgr.34104) 1373 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:57.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:57 smithi178 bash[75692]: cluster 2024-03-21T13:05:55.734247+0000 mgr.x (mgr.34104) 1374 : cluster [DBG] pgmap v889: 161 pgs: 7 active+clean+remapped, 20 active+undersized+degraded, 39 active+undersized, 95 active+clean; 585 KiB data, 134 MiB used, 715 GiB / 715 GiB avail; 10 KiB/s rd, 10 op/s; 81/630 objects degraded (12.857%); 6/630 objects misplaced (0.952%); 751 B/s, 34 objects/s recovering 2024-03-21T13:05:57.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:57 smithi178 bash[75692]: cluster 2024-03-21T13:05:55.734820+0000 mgr.x (mgr.34104) 1375 : cluster [DBG] pgmap v890: 161 pgs: 7 active+clean+remapped, 20 active+undersized+degraded, 39 active+undersized, 95 active+clean; 585 KiB data, 134 MiB used, 715 GiB / 715 GiB avail; 10 KiB/s rd, 10 op/s; 81/630 objects degraded (12.857%); 6/630 objects misplaced (0.952%); 752 B/s, 34 objects/s recovering 2024-03-21T13:05:57.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:57 smithi178 bash[75692]: cephadm 2024-03-21T13:05:55.744836+0000 mgr.x (mgr.34104) 1376 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:57.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:57 smithi178 bash[75692]: cluster 2024-03-21T13:05:55.833138+0000 mgr.x (mgr.34104) 1377 : cluster [DBG] pgmap v891: 161 pgs: 7 active+clean+remapped, 20 active+undersized+degraded, 39 active+undersized, 95 active+clean; 585 KiB data, 134 MiB used, 715 GiB / 715 GiB avail; 10 KiB/s rd, 10 op/s; 81/630 objects degraded (12.857%); 6/630 objects misplaced (0.952%); 748 B/s, 34 objects/s recovering 2024-03-21T13:05:57.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:57 smithi178 bash[75692]: cluster 2024-03-21T13:05:55.834003+0000 mgr.x (mgr.34104) 1378 : cluster [DBG] pgmap v892: 161 pgs: 7 active+clean+remapped, 20 active+undersized+degraded, 39 active+undersized, 95 active+clean; 585 KiB data, 134 MiB used, 715 GiB / 715 GiB avail; 10 KiB/s rd, 10 op/s; 81/630 objects degraded (12.857%); 6/630 objects misplaced (0.952%); 749 B/s, 34 objects/s recovering 2024-03-21T13:05:57.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:57 smithi178 bash[75692]: cephadm 2024-03-21T13:05:55.842955+0000 mgr.x (mgr.34104) 1379 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:57.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:57 smithi178 bash[75692]: cluster 2024-03-21T13:05:55.932391+0000 mgr.x (mgr.34104) 1380 : cluster [DBG] pgmap v893: 161 pgs: 7 active+clean+remapped, 20 active+undersized+degraded, 39 active+undersized, 95 active+clean; 585 KiB data, 134 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%); 6/630 objects misplaced (0.952%) 2024-03-21T13:05:57.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:57 smithi178 bash[75692]: cluster 2024-03-21T13:05:55.932875+0000 mgr.x (mgr.34104) 1381 : cluster [DBG] pgmap v894: 161 pgs: 7 active+clean+remapped, 20 active+undersized+degraded, 39 active+undersized, 95 active+clean; 585 KiB data, 134 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%); 6/630 objects misplaced (0.952%) 2024-03-21T13:05:57.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:57 smithi178 bash[75692]: cephadm 2024-03-21T13:05:55.942331+0000 mgr.x (mgr.34104) 1382 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:57.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:57 smithi178 bash[75692]: cluster 2024-03-21T13:05:56.031118+0000 mgr.x (mgr.34104) 1383 : cluster [DBG] pgmap v895: 161 pgs: 7 active+clean+remapped, 20 active+undersized+degraded, 39 active+undersized, 95 active+clean; 585 KiB data, 134 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%); 6/630 objects misplaced (0.952%) 2024-03-21T13:05:57.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:57 smithi178 bash[75692]: cluster 2024-03-21T13:05:56.031464+0000 mgr.x (mgr.34104) 1384 : cluster [DBG] pgmap v896: 161 pgs: 7 active+clean+remapped, 20 active+undersized+degraded, 39 active+undersized, 95 active+clean; 585 KiB data, 134 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%); 6/630 objects misplaced (0.952%) 2024-03-21T13:05:57.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:57 smithi178 bash[75692]: cephadm 2024-03-21T13:05:56.037977+0000 mgr.x (mgr.34104) 1385 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:57.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:57 smithi178 bash[77880]: cluster 2024-03-21T13:05:55.635530+0000 mgr.x (mgr.34104) 1372 : cluster [DBG] pgmap v888: 161 pgs: 7 active+clean+remapped, 20 active+undersized+degraded, 39 active+undersized, 95 active+clean; 585 KiB data, 134 MiB used, 715 GiB / 715 GiB avail; 10 KiB/s rd, 10 op/s; 81/630 objects degraded (12.857%); 6/630 objects misplaced (0.952%); 735 B/s, 33 objects/s recovering 2024-03-21T13:05:57.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:57 smithi178 bash[77880]: cephadm 2024-03-21T13:05:55.642444+0000 mgr.x (mgr.34104) 1373 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:57.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:57 smithi178 bash[77880]: cluster 2024-03-21T13:05:55.734247+0000 mgr.x (mgr.34104) 1374 : cluster [DBG] pgmap v889: 161 pgs: 7 active+clean+remapped, 20 active+undersized+degraded, 39 active+undersized, 95 active+clean; 585 KiB data, 134 MiB used, 715 GiB / 715 GiB avail; 10 KiB/s rd, 10 op/s; 81/630 objects degraded (12.857%); 6/630 objects misplaced (0.952%); 751 B/s, 34 objects/s recovering 2024-03-21T13:05:57.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:57 smithi178 bash[77880]: cluster 2024-03-21T13:05:55.734820+0000 mgr.x (mgr.34104) 1375 : cluster [DBG] pgmap v890: 161 pgs: 7 active+clean+remapped, 20 active+undersized+degraded, 39 active+undersized, 95 active+clean; 585 KiB data, 134 MiB used, 715 GiB / 715 GiB avail; 10 KiB/s rd, 10 op/s; 81/630 objects degraded (12.857%); 6/630 objects misplaced (0.952%); 752 B/s, 34 objects/s recovering 2024-03-21T13:05:57.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:57 smithi178 bash[77880]: cephadm 2024-03-21T13:05:55.744836+0000 mgr.x (mgr.34104) 1376 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:57.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:57 smithi178 bash[77880]: cluster 2024-03-21T13:05:55.833138+0000 mgr.x (mgr.34104) 1377 : cluster [DBG] pgmap v891: 161 pgs: 7 active+clean+remapped, 20 active+undersized+degraded, 39 active+undersized, 95 active+clean; 585 KiB data, 134 MiB used, 715 GiB / 715 GiB avail; 10 KiB/s rd, 10 op/s; 81/630 objects degraded (12.857%); 6/630 objects misplaced (0.952%); 748 B/s, 34 objects/s recovering 2024-03-21T13:05:57.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:57 smithi178 bash[77880]: cluster 2024-03-21T13:05:55.834003+0000 mgr.x (mgr.34104) 1378 : cluster [DBG] pgmap v892: 161 pgs: 7 active+clean+remapped, 20 active+undersized+degraded, 39 active+undersized, 95 active+clean; 585 KiB data, 134 MiB used, 715 GiB / 715 GiB avail; 10 KiB/s rd, 10 op/s; 81/630 objects degraded (12.857%); 6/630 objects misplaced (0.952%); 749 B/s, 34 objects/s recovering 2024-03-21T13:05:57.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:57 smithi178 bash[77880]: cephadm 2024-03-21T13:05:55.842955+0000 mgr.x (mgr.34104) 1379 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:57.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:57 smithi178 bash[77880]: cluster 2024-03-21T13:05:55.932391+0000 mgr.x (mgr.34104) 1380 : cluster [DBG] pgmap v893: 161 pgs: 7 active+clean+remapped, 20 active+undersized+degraded, 39 active+undersized, 95 active+clean; 585 KiB data, 134 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%); 6/630 objects misplaced (0.952%) 2024-03-21T13:05:57.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:57 smithi178 bash[77880]: cluster 2024-03-21T13:05:55.932875+0000 mgr.x (mgr.34104) 1381 : cluster [DBG] pgmap v894: 161 pgs: 7 active+clean+remapped, 20 active+undersized+degraded, 39 active+undersized, 95 active+clean; 585 KiB data, 134 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%); 6/630 objects misplaced (0.952%) 2024-03-21T13:05:57.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:57 smithi178 bash[77880]: cephadm 2024-03-21T13:05:55.942331+0000 mgr.x (mgr.34104) 1382 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:57.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:57 smithi178 bash[77880]: cluster 2024-03-21T13:05:56.031118+0000 mgr.x (mgr.34104) 1383 : cluster [DBG] pgmap v895: 161 pgs: 7 active+clean+remapped, 20 active+undersized+degraded, 39 active+undersized, 95 active+clean; 585 KiB data, 134 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%); 6/630 objects misplaced (0.952%) 2024-03-21T13:05:57.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:57 smithi178 bash[77880]: cluster 2024-03-21T13:05:56.031464+0000 mgr.x (mgr.34104) 1384 : cluster [DBG] pgmap v896: 161 pgs: 7 active+clean+remapped, 20 active+undersized+degraded, 39 active+undersized, 95 active+clean; 585 KiB data, 134 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%); 6/630 objects misplaced (0.952%) 2024-03-21T13:05:57.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:57 smithi178 bash[77880]: cephadm 2024-03-21T13:05:56.037977+0000 mgr.x (mgr.34104) 1385 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:57.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:57 smithi178 bash[75692]: audit 2024-03-21T13:05:56.140795+0000 mon.a (mon.0) 1606 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:57.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:57 smithi178 bash[75692]: audit 2024-03-21T13:05:56.141432+0000 mon.a (mon.0) 1607 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:57.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:57 smithi178 bash[75692]: audit 2024-03-21T13:05:56.143700+0000 mon.a (mon.0) 1608 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:57.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:57 smithi178 bash[75692]: audit 2024-03-21T13:05:56.147181+0000 mon.a (mon.0) 1609 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:57.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:57 smithi178 bash[75692]: cluster 2024-03-21T13:05:56.150297+0000 mgr.x (mgr.34104) 1386 : cluster [DBG] pgmap v897: 161 pgs: 7 active+clean+remapped, 20 active+undersized+degraded, 39 active+undersized, 95 active+clean; 585 KiB data, 134 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%); 6/630 objects misplaced (0.952%) 2024-03-21T13:05:57.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:57 smithi178 bash[75692]: cluster 2024-03-21T13:05:56.150939+0000 mgr.x (mgr.34104) 1387 : cluster [DBG] pgmap v898: 161 pgs: 7 active+clean+remapped, 20 active+undersized+degraded, 39 active+undersized, 95 active+clean; 585 KiB data, 134 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%); 6/630 objects misplaced (0.952%) 2024-03-21T13:05:57.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:57 smithi178 bash[75692]: cluster 2024-03-21T13:05:56.152763+0000 mgr.x (mgr.34104) 1388 : cluster [DBG] pgmap v899: 161 pgs: 7 active+clean+remapped, 20 active+undersized+degraded, 39 active+undersized, 95 active+clean; 585 KiB data, 134 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%); 6/630 objects misplaced (0.952%) 2024-03-21T13:05:57.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:57 smithi178 bash[75692]: cluster 2024-03-21T13:05:56.153438+0000 mgr.x (mgr.34104) 1389 : cluster [DBG] pgmap v900: 161 pgs: 7 active+clean+remapped, 20 active+undersized+degraded, 39 active+undersized, 95 active+clean; 585 KiB data, 134 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%); 6/630 objects misplaced (0.952%) 2024-03-21T13:05:57.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:57 smithi178 bash[75692]: audit 2024-03-21T13:05:56.155774+0000 mon.a (mon.0) 1610 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:57.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:57 smithi178 bash[75692]: audit 2024-03-21T13:05:56.160059+0000 mon.a (mon.0) 1611 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:57.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:57 smithi178 bash[75692]: audit 2024-03-21T13:05:56.250473+0000 mon.a (mon.0) 1612 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:57.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:57 smithi178 bash[75692]: audit 2024-03-21T13:05:56.253518+0000 mon.a (mon.0) 1613 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:57.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:57 smithi178 bash[75692]: audit 2024-03-21T13:05:56.255823+0000 mon.a (mon.0) 1614 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:57.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:57 smithi178 bash[75692]: audit 2024-03-21T13:05:56.257855+0000 mon.a (mon.0) 1615 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:57.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:57 smithi178 bash[75692]: audit 2024-03-21T13:05:56.260282+0000 mon.a (mon.0) 1616 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-03-21T13:05:57.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:57 smithi178 bash[77880]: audit 2024-03-21T13:05:56.140795+0000 mon.a (mon.0) 1606 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:57.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:57 smithi178 bash[77880]: audit 2024-03-21T13:05:56.141432+0000 mon.a (mon.0) 1607 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:57.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:57 smithi178 bash[77880]: audit 2024-03-21T13:05:56.143700+0000 mon.a (mon.0) 1608 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:57.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:57 smithi178 bash[77880]: audit 2024-03-21T13:05:56.147181+0000 mon.a (mon.0) 1609 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:57.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:57 smithi178 bash[77880]: cluster 2024-03-21T13:05:56.150297+0000 mgr.x (mgr.34104) 1386 : cluster [DBG] pgmap v897: 161 pgs: 7 active+clean+remapped, 20 active+undersized+degraded, 39 active+undersized, 95 active+clean; 585 KiB data, 134 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%); 6/630 objects misplaced (0.952%) 2024-03-21T13:05:57.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:57 smithi178 bash[77880]: cluster 2024-03-21T13:05:56.150939+0000 mgr.x (mgr.34104) 1387 : cluster [DBG] pgmap v898: 161 pgs: 7 active+clean+remapped, 20 active+undersized+degraded, 39 active+undersized, 95 active+clean; 585 KiB data, 134 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%); 6/630 objects misplaced (0.952%) 2024-03-21T13:05:57.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:57 smithi178 bash[77880]: cluster 2024-03-21T13:05:56.152763+0000 mgr.x (mgr.34104) 1388 : cluster [DBG] pgmap v899: 161 pgs: 7 active+clean+remapped, 20 active+undersized+degraded, 39 active+undersized, 95 active+clean; 585 KiB data, 134 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%); 6/630 objects misplaced (0.952%) 2024-03-21T13:05:57.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:57 smithi178 bash[77880]: cluster 2024-03-21T13:05:56.153438+0000 mgr.x (mgr.34104) 1389 : cluster [DBG] pgmap v900: 161 pgs: 7 active+clean+remapped, 20 active+undersized+degraded, 39 active+undersized, 95 active+clean; 585 KiB data, 134 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%); 6/630 objects misplaced (0.952%) 2024-03-21T13:05:57.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:57 smithi178 bash[77880]: audit 2024-03-21T13:05:56.155774+0000 mon.a (mon.0) 1610 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:57.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:57 smithi178 bash[77880]: audit 2024-03-21T13:05:56.160059+0000 mon.a (mon.0) 1611 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:57.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:57 smithi178 bash[77880]: audit 2024-03-21T13:05:56.250473+0000 mon.a (mon.0) 1612 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:57.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:57 smithi178 bash[77880]: audit 2024-03-21T13:05:56.253518+0000 mon.a (mon.0) 1613 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:57.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:57 smithi178 bash[77880]: audit 2024-03-21T13:05:56.255823+0000 mon.a (mon.0) 1614 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:57.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:57 smithi178 bash[77880]: audit 2024-03-21T13:05:56.257855+0000 mon.a (mon.0) 1615 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:57.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:57 smithi178 bash[77880]: audit 2024-03-21T13:05:56.260282+0000 mon.a (mon.0) 1616 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-03-21T13:05:57.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:57 smithi184 bash[59794]: cluster 2024-03-21T13:05:55.236167+0000 mgr.x (mgr.34104) 1359 : cluster [DBG] pgmap v879: 161 pgs: 6 peering, 20 active+undersized+degraded, 2 stale+active+clean, 39 active+undersized, 94 active+clean; 585 KiB data, 129 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:05:57.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:57 smithi184 bash[59794]: cluster 2024-03-21T13:05:55.236983+0000 mgr.x (mgr.34104) 1360 : cluster [DBG] pgmap v880: 161 pgs: 6 peering, 20 active+undersized+degraded, 2 stale+active+clean, 39 active+undersized, 94 active+clean; 585 KiB data, 129 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:05:57.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:57 smithi184 bash[59794]: cephadm 2024-03-21T13:05:55.244031+0000 mgr.x (mgr.34104) 1361 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:57.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:57 smithi184 bash[59794]: cluster 2024-03-21T13:05:55.335918+0000 mgr.x (mgr.34104) 1362 : cluster [DBG] pgmap v881: 161 pgs: 6 peering, 20 active+undersized+degraded, 2 stale+active+clean, 39 active+undersized, 94 active+clean; 585 KiB data, 129 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:05:57.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:57 smithi184 bash[59794]: cluster 2024-03-21T13:05:55.336716+0000 mgr.x (mgr.34104) 1363 : cluster [DBG] pgmap v882: 161 pgs: 6 peering, 20 active+undersized+degraded, 2 stale+active+clean, 39 active+undersized, 94 active+clean; 585 KiB data, 129 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:05:57.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:57 smithi184 bash[59794]: cephadm 2024-03-21T13:05:55.346103+0000 mgr.x (mgr.34104) 1364 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:57.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:57 smithi184 bash[59794]: cluster 2024-03-21T13:05:55.441754+0000 mgr.x (mgr.34104) 1365 : cluster [DBG] pgmap v883: 161 pgs: 6 peering, 20 active+undersized+degraded, 2 stale+active+clean, 39 active+undersized, 94 active+clean; 585 KiB data, 129 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:05:57.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:57 smithi184 bash[59794]: cluster 2024-03-21T13:05:55.442935+0000 mgr.x (mgr.34104) 1366 : cluster [DBG] pgmap v884: 161 pgs: 6 peering, 20 active+undersized+degraded, 2 stale+active+clean, 39 active+undersized, 94 active+clean; 585 KiB data, 129 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:05:57.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:57 smithi184 bash[59794]: cephadm 2024-03-21T13:05:55.449716+0000 mgr.x (mgr.34104) 1367 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:57.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:57 smithi184 bash[59794]: cluster 2024-03-21T13:05:55.539416+0000 mgr.x (mgr.34104) 1368 : cluster [DBG] pgmap v885: 161 pgs: 6 peering, 20 active+undersized+degraded, 2 stale+active+clean, 39 active+undersized, 94 active+clean; 585 KiB data, 129 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:05:57.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:57 smithi184 bash[59794]: cluster 2024-03-21T13:05:55.540189+0000 mgr.x (mgr.34104) 1369 : cluster [DBG] pgmap v886: 161 pgs: 6 peering, 20 active+undersized+degraded, 2 stale+active+clean, 39 active+undersized, 94 active+clean; 585 KiB data, 129 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:05:57.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:57 smithi184 bash[59794]: cephadm 2024-03-21T13:05:55.547007+0000 mgr.x (mgr.34104) 1370 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:57.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:57 smithi184 bash[59794]: cluster 2024-03-21T13:05:55.635190+0000 mgr.x (mgr.34104) 1371 : cluster [DBG] pgmap v887: 161 pgs: 7 active+clean+remapped, 20 active+undersized+degraded, 39 active+undersized, 95 active+clean; 585 KiB data, 134 MiB used, 715 GiB / 715 GiB avail; 10 KiB/s rd, 10 op/s; 81/630 objects degraded (12.857%); 6/630 objects misplaced (0.952%); 735 B/s, 33 objects/s recovering 2024-03-21T13:05:57.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:57 smithi184 bash[59794]: cluster 2024-03-21T13:05:55.635530+0000 mgr.x (mgr.34104) 1372 : cluster [DBG] pgmap v888: 161 pgs: 7 active+clean+remapped, 20 active+undersized+degraded, 39 active+undersized, 95 active+clean; 585 KiB data, 134 MiB used, 715 GiB / 715 GiB avail; 10 KiB/s rd, 10 op/s; 81/630 objects degraded (12.857%); 6/630 objects misplaced (0.952%); 735 B/s, 33 objects/s recovering 2024-03-21T13:05:57.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:57 smithi184 bash[59794]: cephadm 2024-03-21T13:05:55.642444+0000 mgr.x (mgr.34104) 1373 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:57.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:57 smithi184 bash[59794]: cluster 2024-03-21T13:05:55.734247+0000 mgr.x (mgr.34104) 1374 : cluster [DBG] pgmap v889: 161 pgs: 7 active+clean+remapped, 20 active+undersized+degraded, 39 active+undersized, 95 active+clean; 585 KiB data, 134 MiB used, 715 GiB / 715 GiB avail; 10 KiB/s rd, 10 op/s; 81/630 objects degraded (12.857%); 6/630 objects misplaced (0.952%); 751 B/s, 34 objects/s recovering 2024-03-21T13:05:57.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:57 smithi184 bash[59794]: cluster 2024-03-21T13:05:55.734820+0000 mgr.x (mgr.34104) 1375 : cluster [DBG] pgmap v890: 161 pgs: 7 active+clean+remapped, 20 active+undersized+degraded, 39 active+undersized, 95 active+clean; 585 KiB data, 134 MiB used, 715 GiB / 715 GiB avail; 10 KiB/s rd, 10 op/s; 81/630 objects degraded (12.857%); 6/630 objects misplaced (0.952%); 752 B/s, 34 objects/s recovering 2024-03-21T13:05:57.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:57 smithi184 bash[59794]: cephadm 2024-03-21T13:05:55.744836+0000 mgr.x (mgr.34104) 1376 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:57.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:57 smithi184 bash[59794]: cluster 2024-03-21T13:05:55.833138+0000 mgr.x (mgr.34104) 1377 : cluster [DBG] pgmap v891: 161 pgs: 7 active+clean+remapped, 20 active+undersized+degraded, 39 active+undersized, 95 active+clean; 585 KiB data, 134 MiB used, 715 GiB / 715 GiB avail; 10 KiB/s rd, 10 op/s; 81/630 objects degraded (12.857%); 6/630 objects misplaced (0.952%); 748 B/s, 34 objects/s recovering 2024-03-21T13:05:57.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:57 smithi184 bash[59794]: cluster 2024-03-21T13:05:55.834003+0000 mgr.x (mgr.34104) 1378 : cluster [DBG] pgmap v892: 161 pgs: 7 active+clean+remapped, 20 active+undersized+degraded, 39 active+undersized, 95 active+clean; 585 KiB data, 134 MiB used, 715 GiB / 715 GiB avail; 10 KiB/s rd, 10 op/s; 81/630 objects degraded (12.857%); 6/630 objects misplaced (0.952%); 749 B/s, 34 objects/s recovering 2024-03-21T13:05:57.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:57 smithi184 bash[59794]: cephadm 2024-03-21T13:05:55.842955+0000 mgr.x (mgr.34104) 1379 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:57.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:57 smithi184 bash[59794]: cluster 2024-03-21T13:05:55.932391+0000 mgr.x (mgr.34104) 1380 : cluster [DBG] pgmap v893: 161 pgs: 7 active+clean+remapped, 20 active+undersized+degraded, 39 active+undersized, 95 active+clean; 585 KiB data, 134 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%); 6/630 objects misplaced (0.952%) 2024-03-21T13:05:57.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:57 smithi184 bash[59794]: cluster 2024-03-21T13:05:55.932875+0000 mgr.x (mgr.34104) 1381 : cluster [DBG] pgmap v894: 161 pgs: 7 active+clean+remapped, 20 active+undersized+degraded, 39 active+undersized, 95 active+clean; 585 KiB data, 134 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%); 6/630 objects misplaced (0.952%) 2024-03-21T13:05:57.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:57 smithi184 bash[59794]: cephadm 2024-03-21T13:05:55.942331+0000 mgr.x (mgr.34104) 1382 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:57.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:57 smithi184 bash[59794]: cluster 2024-03-21T13:05:56.031118+0000 mgr.x (mgr.34104) 1383 : cluster [DBG] pgmap v895: 161 pgs: 7 active+clean+remapped, 20 active+undersized+degraded, 39 active+undersized, 95 active+clean; 585 KiB data, 134 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%); 6/630 objects misplaced (0.952%) 2024-03-21T13:05:57.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:57 smithi184 bash[59794]: cluster 2024-03-21T13:05:56.031464+0000 mgr.x (mgr.34104) 1384 : cluster [DBG] pgmap v896: 161 pgs: 7 active+clean+remapped, 20 active+undersized+degraded, 39 active+undersized, 95 active+clean; 585 KiB data, 134 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%); 6/630 objects misplaced (0.952%) 2024-03-21T13:05:57.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:57 smithi184 bash[59794]: cephadm 2024-03-21T13:05:56.037977+0000 mgr.x (mgr.34104) 1385 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:05:57.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:57 smithi184 bash[59794]: audit 2024-03-21T13:05:56.140795+0000 mon.a (mon.0) 1606 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:57.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:57 smithi184 bash[59794]: audit 2024-03-21T13:05:56.141432+0000 mon.a (mon.0) 1607 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:05:57.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:57 smithi184 bash[59794]: audit 2024-03-21T13:05:56.143700+0000 mon.a (mon.0) 1608 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:05:57.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:57 smithi184 bash[59794]: audit 2024-03-21T13:05:56.147181+0000 mon.a (mon.0) 1609 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:57.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:57 smithi184 bash[59794]: cluster 2024-03-21T13:05:56.150297+0000 mgr.x (mgr.34104) 1386 : cluster [DBG] pgmap v897: 161 pgs: 7 active+clean+remapped, 20 active+undersized+degraded, 39 active+undersized, 95 active+clean; 585 KiB data, 134 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%); 6/630 objects misplaced (0.952%) 2024-03-21T13:05:57.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:57 smithi184 bash[59794]: cluster 2024-03-21T13:05:56.150939+0000 mgr.x (mgr.34104) 1387 : cluster [DBG] pgmap v898: 161 pgs: 7 active+clean+remapped, 20 active+undersized+degraded, 39 active+undersized, 95 active+clean; 585 KiB data, 134 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%); 6/630 objects misplaced (0.952%) 2024-03-21T13:05:57.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:57 smithi184 bash[59794]: cluster 2024-03-21T13:05:56.152763+0000 mgr.x (mgr.34104) 1388 : cluster [DBG] pgmap v899: 161 pgs: 7 active+clean+remapped, 20 active+undersized+degraded, 39 active+undersized, 95 active+clean; 585 KiB data, 134 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%); 6/630 objects misplaced (0.952%) 2024-03-21T13:05:57.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:57 smithi184 bash[59794]: cluster 2024-03-21T13:05:56.153438+0000 mgr.x (mgr.34104) 1389 : cluster [DBG] pgmap v900: 161 pgs: 7 active+clean+remapped, 20 active+undersized+degraded, 39 active+undersized, 95 active+clean; 585 KiB data, 134 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%); 6/630 objects misplaced (0.952%) 2024-03-21T13:05:57.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:57 smithi184 bash[59794]: audit 2024-03-21T13:05:56.155774+0000 mon.a (mon.0) 1610 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:57.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:57 smithi184 bash[59794]: audit 2024-03-21T13:05:56.160059+0000 mon.a (mon.0) 1611 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:05:57.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:57 smithi184 bash[59794]: audit 2024-03-21T13:05:56.250473+0000 mon.a (mon.0) 1612 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:05:57.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:57 smithi184 bash[59794]: audit 2024-03-21T13:05:56.253518+0000 mon.a (mon.0) 1613 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:57.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:57 smithi184 bash[59794]: audit 2024-03-21T13:05:56.255823+0000 mon.a (mon.0) 1614 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:57.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:57 smithi184 bash[59794]: audit 2024-03-21T13:05:56.257855+0000 mon.a (mon.0) 1615 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:05:57.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:57 smithi184 bash[59794]: audit 2024-03-21T13:05:56.260282+0000 mon.a (mon.0) 1616 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-03-21T13:05:58.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:58 smithi178 bash[75692]: audit 2024-03-21T13:05:56.262288+0000 mgr.x (mgr.34104) 1390 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-03-21T13:05:58.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:58 smithi178 bash[75692]: cephadm 2024-03-21T13:05:56.263890+0000 mgr.x (mgr.34104) 1391 : cephadm [INF] Upgrade: osd.1 is safe to restart 2024-03-21T13:05:58.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:58 smithi178 bash[77880]: audit 2024-03-21T13:05:56.262288+0000 mgr.x (mgr.34104) 1390 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-03-21T13:05:58.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:58 smithi178 bash[77880]: cephadm 2024-03-21T13:05:56.263890+0000 mgr.x (mgr.34104) 1391 : cephadm [INF] Upgrade: osd.1 is safe to restart 2024-03-21T13:05:58.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:58 smithi184 bash[59794]: audit 2024-03-21T13:05:56.262288+0000 mgr.x (mgr.34104) 1390 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-03-21T13:05:58.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:58 smithi184 bash[59794]: cephadm 2024-03-21T13:05:56.263890+0000 mgr.x (mgr.34104) 1391 : cephadm [INF] Upgrade: osd.1 is safe to restart 2024-03-21T13:05:59.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:59 smithi178 bash[75692]: cluster 2024-03-21T13:05:58.154462+0000 mgr.x (mgr.34104) 1392 : cluster [DBG] pgmap v901: 161 pgs: 7 active+clean+remapped, 20 active+undersized+degraded, 39 active+undersized, 95 active+clean; 585 KiB data, 134 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%); 6/630 objects misplaced (0.952%) 2024-03-21T13:05:59.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:05:59 smithi178 bash[75692]: cluster 2024-03-21T13:05:58.732007+0000 mon.a (mon.0) 1617 : cluster [WRN] Health check update: Degraded data redundancy: 81/630 objects degraded (12.857%), 20 pgs degraded (PG_DEGRADED) 2024-03-21T13:05:59.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:59 smithi178 bash[77880]: cluster 2024-03-21T13:05:58.154462+0000 mgr.x (mgr.34104) 1392 : cluster [DBG] pgmap v901: 161 pgs: 7 active+clean+remapped, 20 active+undersized+degraded, 39 active+undersized, 95 active+clean; 585 KiB data, 134 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%); 6/630 objects misplaced (0.952%) 2024-03-21T13:05:59.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:05:59 smithi178 bash[77880]: cluster 2024-03-21T13:05:58.732007+0000 mon.a (mon.0) 1617 : cluster [WRN] Health check update: Degraded data redundancy: 81/630 objects degraded (12.857%), 20 pgs degraded (PG_DEGRADED) 2024-03-21T13:05:59.572 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:59 smithi184 bash[59794]: cluster 2024-03-21T13:05:58.154462+0000 mgr.x (mgr.34104) 1392 : cluster [DBG] pgmap v901: 161 pgs: 7 active+clean+remapped, 20 active+undersized+degraded, 39 active+undersized, 95 active+clean; 585 KiB data, 134 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%); 6/630 objects misplaced (0.952%) 2024-03-21T13:05:59.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:05:59 smithi184 bash[59794]: cluster 2024-03-21T13:05:58.732007+0000 mon.a (mon.0) 1617 : cluster [WRN] Health check update: Degraded data redundancy: 81/630 objects degraded (12.857%), 20 pgs degraded (PG_DEGRADED) 2024-03-21T13:06:00.239 INFO:journalctl@ceph.osd.1.smithi178.stdout:Mar 21 13:05:59 smithi178 bash[88371]: debug 2024-03-21T13:05:59.969+0000 7fd93a5437c0 -1 Falling back to public interface 2024-03-21T13:06:00.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:00 smithi178 bash[75692]: cluster 2024-03-21T13:06:00.155693+0000 mgr.x (mgr.34104) 1393 : cluster [DBG] pgmap v902: 161 pgs: 7 active+clean+remapped, 20 active+undersized+degraded, 39 active+undersized, 95 active+clean; 585 KiB data, 134 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%); 6/630 objects misplaced (0.952%) 2024-03-21T13:06:00.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:00 smithi178 bash[77880]: cluster 2024-03-21T13:06:00.155693+0000 mgr.x (mgr.34104) 1393 : cluster [DBG] pgmap v902: 161 pgs: 7 active+clean+remapped, 20 active+undersized+degraded, 39 active+undersized, 95 active+clean; 585 KiB data, 134 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%); 6/630 objects misplaced (0.952%) 2024-03-21T13:06:00.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:00 smithi184 bash[59794]: cluster 2024-03-21T13:06:00.155693+0000 mgr.x (mgr.34104) 1393 : cluster [DBG] pgmap v902: 161 pgs: 7 active+clean+remapped, 20 active+undersized+degraded, 39 active+undersized, 95 active+clean; 585 KiB data, 134 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%); 6/630 objects misplaced (0.952%) 2024-03-21T13:06:01.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:01 smithi178 bash[75692]: audit 2024-03-21T13:06:00.698382+0000 mgr.x (mgr.34104) 1394 : audit [DBG] from='client.15585 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:06:01.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:01 smithi178 bash[77880]: audit 2024-03-21T13:06:00.698382+0000 mgr.x (mgr.34104) 1394 : audit [DBG] from='client.15585 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:06:01.572 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:01 smithi184 bash[59794]: audit 2024-03-21T13:06:00.698382+0000 mgr.x (mgr.34104) 1394 : audit [DBG] from='client.15585 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:06:02.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:02 smithi178 bash[75692]: cephadm 2024-03-21T13:06:01.241500+0000 mgr.x (mgr.34104) 1395 : cephadm [INF] Upgrade: Updating osd.1 2024-03-21T13:06:02.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:02 smithi178 bash[75692]: audit 2024-03-21T13:06:01.246575+0000 mon.a (mon.0) 1618 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-03-21T13:06:02.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:02 smithi178 bash[75692]: audit 2024-03-21T13:06:01.248291+0000 mon.a (mon.0) 1619 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:02.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:02 smithi178 bash[75692]: cephadm 2024-03-21T13:06:01.255846+0000 mgr.x (mgr.34104) 1396 : cephadm [INF] Deploying daemon osd.1 on smithi178 2024-03-21T13:06:02.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:02 smithi178 bash[75692]: audit 2024-03-21T13:06:01.323965+0000 mon.a (mon.0) 1620 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:02.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:02 smithi178 bash[75692]: audit 2024-03-21T13:06:01.333154+0000 mon.a (mon.0) 1621 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:02.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:02 smithi178 bash[75692]: cluster 2024-03-21T13:06:01.338241+0000 mgr.x (mgr.34104) 1397 : cluster [DBG] pgmap v903: 161 pgs: 7 active+clean+remapped, 20 active+undersized+degraded, 39 active+undersized, 95 active+clean; 585 KiB data, 134 MiB used, 715 GiB / 715 GiB avail; 987 B/s rd, 0 op/s; 81/630 objects degraded (12.857%); 6/630 objects misplaced (0.952%) 2024-03-21T13:06:02.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:02 smithi178 bash[75692]: cluster 2024-03-21T13:06:01.339066+0000 mgr.x (mgr.34104) 1398 : cluster [DBG] pgmap v904: 161 pgs: 7 active+clean+remapped, 20 active+undersized+degraded, 39 active+undersized, 95 active+clean; 585 KiB data, 134 MiB used, 715 GiB / 715 GiB avail; 986 B/s rd, 0 op/s; 81/630 objects degraded (12.857%); 6/630 objects misplaced (0.952%) 2024-03-21T13:06:02.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:02 smithi178 bash[75692]: audit 2024-03-21T13:06:01.344606+0000 mon.a (mon.0) 1622 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:02.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:02 smithi178 bash[77880]: cephadm 2024-03-21T13:06:01.241500+0000 mgr.x (mgr.34104) 1395 : cephadm [INF] Upgrade: Updating osd.1 2024-03-21T13:06:02.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:02 smithi178 bash[77880]: audit 2024-03-21T13:06:01.246575+0000 mon.a (mon.0) 1618 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-03-21T13:06:02.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:02 smithi178 bash[77880]: audit 2024-03-21T13:06:01.248291+0000 mon.a (mon.0) 1619 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:02.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:02 smithi178 bash[77880]: cephadm 2024-03-21T13:06:01.255846+0000 mgr.x (mgr.34104) 1396 : cephadm [INF] Deploying daemon osd.1 on smithi178 2024-03-21T13:06:02.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:02 smithi178 bash[77880]: audit 2024-03-21T13:06:01.323965+0000 mon.a (mon.0) 1620 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:02.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:02 smithi178 bash[77880]: audit 2024-03-21T13:06:01.333154+0000 mon.a (mon.0) 1621 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:02.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:02 smithi178 bash[77880]: cluster 2024-03-21T13:06:01.338241+0000 mgr.x (mgr.34104) 1397 : cluster [DBG] pgmap v903: 161 pgs: 7 active+clean+remapped, 20 active+undersized+degraded, 39 active+undersized, 95 active+clean; 585 KiB data, 134 MiB used, 715 GiB / 715 GiB avail; 987 B/s rd, 0 op/s; 81/630 objects degraded (12.857%); 6/630 objects misplaced (0.952%) 2024-03-21T13:06:02.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:02 smithi178 bash[77880]: cluster 2024-03-21T13:06:01.339066+0000 mgr.x (mgr.34104) 1398 : cluster [DBG] pgmap v904: 161 pgs: 7 active+clean+remapped, 20 active+undersized+degraded, 39 active+undersized, 95 active+clean; 585 KiB data, 134 MiB used, 715 GiB / 715 GiB avail; 986 B/s rd, 0 op/s; 81/630 objects degraded (12.857%); 6/630 objects misplaced (0.952%) 2024-03-21T13:06:02.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:02 smithi178 bash[77880]: audit 2024-03-21T13:06:01.344606+0000 mon.a (mon.0) 1622 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:02.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:02 smithi184 bash[59794]: cephadm 2024-03-21T13:06:01.241500+0000 mgr.x (mgr.34104) 1395 : cephadm [INF] Upgrade: Updating osd.1 2024-03-21T13:06:02.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:02 smithi184 bash[59794]: audit 2024-03-21T13:06:01.246575+0000 mon.a (mon.0) 1618 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-03-21T13:06:02.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:02 smithi184 bash[59794]: audit 2024-03-21T13:06:01.248291+0000 mon.a (mon.0) 1619 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:02.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:02 smithi184 bash[59794]: cephadm 2024-03-21T13:06:01.255846+0000 mgr.x (mgr.34104) 1396 : cephadm [INF] Deploying daemon osd.1 on smithi178 2024-03-21T13:06:02.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:02 smithi184 bash[59794]: audit 2024-03-21T13:06:01.323965+0000 mon.a (mon.0) 1620 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:02.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:02 smithi184 bash[59794]: audit 2024-03-21T13:06:01.333154+0000 mon.a (mon.0) 1621 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:02.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:02 smithi184 bash[59794]: cluster 2024-03-21T13:06:01.338241+0000 mgr.x (mgr.34104) 1397 : cluster [DBG] pgmap v903: 161 pgs: 7 active+clean+remapped, 20 active+undersized+degraded, 39 active+undersized, 95 active+clean; 585 KiB data, 134 MiB used, 715 GiB / 715 GiB avail; 987 B/s rd, 0 op/s; 81/630 objects degraded (12.857%); 6/630 objects misplaced (0.952%) 2024-03-21T13:06:02.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:02 smithi184 bash[59794]: cluster 2024-03-21T13:06:01.339066+0000 mgr.x (mgr.34104) 1398 : cluster [DBG] pgmap v904: 161 pgs: 7 active+clean+remapped, 20 active+undersized+degraded, 39 active+undersized, 95 active+clean; 585 KiB data, 134 MiB used, 715 GiB / 715 GiB avail; 986 B/s rd, 0 op/s; 81/630 objects degraded (12.857%); 6/630 objects misplaced (0.952%) 2024-03-21T13:06:02.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:02 smithi184 bash[59794]: audit 2024-03-21T13:06:01.344606+0000 mon.a (mon.0) 1622 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:03.298 INFO:journalctl@ceph.osd.1.smithi178.stdout:Mar 21 13:06:03 smithi178 bash[88371]: debug 2024-03-21T13:06:03.013+0000 7fd93a5437c0 -1 osd.1 0 read_superblock omap replica is missing. 2024-03-21T13:06:03.298 INFO:journalctl@ceph.osd.1.smithi178.stdout:Mar 21 13:06:03 smithi178 bash[88371]: debug 2024-03-21T13:06:03.049+0000 7fd93a5437c0 -1 osd.1 125 log_to_monitors true 2024-03-21T13:06:03.629 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:03 smithi178 bash[75692]: audit 2024-03-21T13:06:03.058362+0000 mon.a (mon.0) 1623 : audit [INF] from='osd.1 [v2:172.21.15.178:6808/3530580500,v1:172.21.15.178:6809/3530580500]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-21T13:06:03.630 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:03 smithi178 bash[77880]: audit 2024-03-21T13:06:03.058362+0000 mon.a (mon.0) 1623 : audit [INF] from='osd.1 [v2:172.21.15.178:6808/3530580500,v1:172.21.15.178:6809/3530580500]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-21T13:06:03.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:03 smithi184 bash[59794]: audit 2024-03-21T13:06:03.058362+0000 mon.a (mon.0) 1623 : audit [INF] from='osd.1 [v2:172.21.15.178:6808/3530580500,v1:172.21.15.178:6809/3530580500]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-21T13:06:04.048 INFO:journalctl@ceph.osd.1.smithi178.stdout:Mar 21 13:06:03 smithi178 bash[88371]: debug 2024-03-21T13:06:03.689+0000 7fd927993700 -1 osd.1 125 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-03-21T13:06:04.778 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:04 smithi178 bash[75692]: cluster 2024-03-21T13:06:03.340223+0000 mgr.x (mgr.34104) 1399 : cluster [DBG] pgmap v905: 161 pgs: 7 active+clean+remapped, 20 active+undersized+degraded, 39 active+undersized, 95 active+clean; 585 KiB data, 134 MiB used, 715 GiB / 715 GiB avail; 712 B/s rd, 0 op/s; 81/630 objects degraded (12.857%); 6/630 objects misplaced (0.952%) 2024-03-21T13:06:04.778 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:04 smithi178 bash[75692]: audit 2024-03-21T13:06:03.344269+0000 mon.a (mon.0) 1624 : audit [INF] from='osd.1 [v2:172.21.15.178:6808/3530580500,v1:172.21.15.178:6809/3530580500]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-03-21T13:06:04.778 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:04 smithi178 bash[75692]: cluster 2024-03-21T13:06:03.349195+0000 mon.a (mon.0) 1625 : cluster [DBG] osdmap e130: 8 total, 7 up, 8 in 2024-03-21T13:06:04.778 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:04 smithi178 bash[75692]: audit 2024-03-21T13:06:03.349801+0000 mon.a (mon.0) 1626 : audit [INF] from='osd.1 [v2:172.21.15.178:6808/3530580500,v1:172.21.15.178:6809/3530580500]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi178", "root=default"]}]: dispatch 2024-03-21T13:06:04.778 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:04 smithi178 bash[75692]: audit 2024-03-21T13:06:03.680637+0000 mon.a (mon.0) 1627 : audit [INF] from='osd.1 [v2:172.21.15.178:6808/3530580500,v1:172.21.15.178:6809/3530580500]' entity='osd.1' 2024-03-21T13:06:04.778 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:04 smithi178 bash[77880]: cluster 2024-03-21T13:06:03.340223+0000 mgr.x (mgr.34104) 1399 : cluster [DBG] pgmap v905: 161 pgs: 7 active+clean+remapped, 20 active+undersized+degraded, 39 active+undersized, 95 active+clean; 585 KiB data, 134 MiB used, 715 GiB / 715 GiB avail; 712 B/s rd, 0 op/s; 81/630 objects degraded (12.857%); 6/630 objects misplaced (0.952%) 2024-03-21T13:06:04.778 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:04 smithi178 bash[77880]: audit 2024-03-21T13:06:03.344269+0000 mon.a (mon.0) 1624 : audit [INF] from='osd.1 [v2:172.21.15.178:6808/3530580500,v1:172.21.15.178:6809/3530580500]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-03-21T13:06:04.778 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:04 smithi178 bash[77880]: cluster 2024-03-21T13:06:03.349195+0000 mon.a (mon.0) 1625 : cluster [DBG] osdmap e130: 8 total, 7 up, 8 in 2024-03-21T13:06:04.779 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:04 smithi178 bash[77880]: audit 2024-03-21T13:06:03.349801+0000 mon.a (mon.0) 1626 : audit [INF] from='osd.1 [v2:172.21.15.178:6808/3530580500,v1:172.21.15.178:6809/3530580500]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi178", "root=default"]}]: dispatch 2024-03-21T13:06:04.779 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:04 smithi178 bash[77880]: audit 2024-03-21T13:06:03.680637+0000 mon.a (mon.0) 1627 : audit [INF] from='osd.1 [v2:172.21.15.178:6808/3530580500,v1:172.21.15.178:6809/3530580500]' entity='osd.1' 2024-03-21T13:06:04.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:04 smithi184 bash[59794]: cluster 2024-03-21T13:06:03.340223+0000 mgr.x (mgr.34104) 1399 : cluster [DBG] pgmap v905: 161 pgs: 7 active+clean+remapped, 20 active+undersized+degraded, 39 active+undersized, 95 active+clean; 585 KiB data, 134 MiB used, 715 GiB / 715 GiB avail; 712 B/s rd, 0 op/s; 81/630 objects degraded (12.857%); 6/630 objects misplaced (0.952%) 2024-03-21T13:06:04.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:04 smithi184 bash[59794]: audit 2024-03-21T13:06:03.344269+0000 mon.a (mon.0) 1624 : audit [INF] from='osd.1 [v2:172.21.15.178:6808/3530580500,v1:172.21.15.178:6809/3530580500]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-03-21T13:06:04.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:04 smithi184 bash[59794]: cluster 2024-03-21T13:06:03.349195+0000 mon.a (mon.0) 1625 : cluster [DBG] osdmap e130: 8 total, 7 up, 8 in 2024-03-21T13:06:04.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:04 smithi184 bash[59794]: audit 2024-03-21T13:06:03.349801+0000 mon.a (mon.0) 1626 : audit [INF] from='osd.1 [v2:172.21.15.178:6808/3530580500,v1:172.21.15.178:6809/3530580500]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi178", "root=default"]}]: dispatch 2024-03-21T13:06:04.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:04 smithi184 bash[59794]: audit 2024-03-21T13:06:03.680637+0000 mon.a (mon.0) 1627 : audit [INF] from='osd.1 [v2:172.21.15.178:6808/3530580500,v1:172.21.15.178:6809/3530580500]' entity='osd.1' 2024-03-21T13:06:05.379 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:05 smithi178 bash[75692]: cluster 2024-03-21T13:06:04.679671+0000 mon.a (mon.0) 1628 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-21T13:06:05.379 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:05 smithi178 bash[75692]: cluster 2024-03-21T13:06:04.689119+0000 mon.a (mon.0) 1629 : cluster [INF] osd.1 [v2:172.21.15.178:6808/3530580500,v1:172.21.15.178:6809/3530580500] boot 2024-03-21T13:06:05.379 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:05 smithi178 bash[75692]: cluster 2024-03-21T13:06:04.689201+0000 mon.a (mon.0) 1630 : cluster [DBG] osdmap e131: 8 total, 8 up, 8 in 2024-03-21T13:06:05.380 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:05 smithi178 bash[75692]: audit 2024-03-21T13:06:04.691017+0000 mon.a (mon.0) 1631 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T13:06:05.380 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:05 smithi178 bash[75692]: audit 2024-03-21T13:06:04.785249+0000 mon.a (mon.0) 1632 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:05.380 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:05 smithi178 bash[75692]: audit 2024-03-21T13:06:04.787256+0000 mon.a (mon.0) 1633 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:06:05.380 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:05 smithi178 bash[75692]: audit 2024-03-21T13:06:04.880595+0000 mon.a (mon.0) 1634 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:05.380 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:05 smithi178 bash[75692]: audit 2024-03-21T13:06:05.103884+0000 mon.a (mon.0) 1635 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:05.380 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:05 smithi178 bash[75692]: audit 2024-03-21T13:06:05.113995+0000 mon.a (mon.0) 1636 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:05.380 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:05 smithi178 bash[75692]: cluster 2024-03-21T13:06:05.118038+0000 mgr.x (mgr.34104) 1400 : cluster [DBG] pgmap v908: 161 pgs: 7 active+clean+remapped, 20 active+undersized+degraded, 39 active+undersized, 95 active+clean; 585 KiB data, 144 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s; 81/630 objects degraded (12.857%); 6/630 objects misplaced (0.952%) 2024-03-21T13:06:05.380 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:05 smithi178 bash[75692]: cluster 2024-03-21T13:06:05.118772+0000 mgr.x (mgr.34104) 1401 : cluster [DBG] pgmap v909: 161 pgs: 7 active+clean+remapped, 20 active+undersized+degraded, 39 active+undersized, 95 active+clean; 585 KiB data, 144 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%); 6/630 objects misplaced (0.952%) 2024-03-21T13:06:05.380 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:05 smithi178 bash[75692]: audit 2024-03-21T13:06:05.124035+0000 mon.a (mon.0) 1637 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:05.380 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:05 smithi178 bash[77880]: cluster 2024-03-21T13:06:04.679671+0000 mon.a (mon.0) 1628 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-21T13:06:05.380 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:05 smithi178 bash[77880]: cluster 2024-03-21T13:06:04.689119+0000 mon.a (mon.0) 1629 : cluster [INF] osd.1 [v2:172.21.15.178:6808/3530580500,v1:172.21.15.178:6809/3530580500] boot 2024-03-21T13:06:05.381 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:05 smithi178 bash[77880]: cluster 2024-03-21T13:06:04.689201+0000 mon.a (mon.0) 1630 : cluster [DBG] osdmap e131: 8 total, 8 up, 8 in 2024-03-21T13:06:05.381 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:05 smithi178 bash[77880]: audit 2024-03-21T13:06:04.691017+0000 mon.a (mon.0) 1631 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T13:06:05.381 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:05 smithi178 bash[77880]: audit 2024-03-21T13:06:04.785249+0000 mon.a (mon.0) 1632 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:05.381 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:05 smithi178 bash[77880]: audit 2024-03-21T13:06:04.787256+0000 mon.a (mon.0) 1633 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:06:05.381 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:05 smithi178 bash[77880]: audit 2024-03-21T13:06:04.880595+0000 mon.a (mon.0) 1634 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:05.381 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:05 smithi178 bash[77880]: audit 2024-03-21T13:06:05.103884+0000 mon.a (mon.0) 1635 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:05.381 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:05 smithi178 bash[77880]: audit 2024-03-21T13:06:05.113995+0000 mon.a (mon.0) 1636 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:05.381 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:05 smithi178 bash[77880]: cluster 2024-03-21T13:06:05.118038+0000 mgr.x (mgr.34104) 1400 : cluster [DBG] pgmap v908: 161 pgs: 7 active+clean+remapped, 20 active+undersized+degraded, 39 active+undersized, 95 active+clean; 585 KiB data, 144 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s; 81/630 objects degraded (12.857%); 6/630 objects misplaced (0.952%) 2024-03-21T13:06:05.381 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:05 smithi178 bash[77880]: cluster 2024-03-21T13:06:05.118772+0000 mgr.x (mgr.34104) 1401 : cluster [DBG] pgmap v909: 161 pgs: 7 active+clean+remapped, 20 active+undersized+degraded, 39 active+undersized, 95 active+clean; 585 KiB data, 144 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%); 6/630 objects misplaced (0.952%) 2024-03-21T13:06:05.381 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:05 smithi178 bash[77880]: audit 2024-03-21T13:06:05.124035+0000 mon.a (mon.0) 1637 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:05.510 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:05 smithi184 bash[59794]: cluster 2024-03-21T13:06:04.679671+0000 mon.a (mon.0) 1628 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-21T13:06:05.510 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:05 smithi184 bash[59794]: cluster 2024-03-21T13:06:04.689119+0000 mon.a (mon.0) 1629 : cluster [INF] osd.1 [v2:172.21.15.178:6808/3530580500,v1:172.21.15.178:6809/3530580500] boot 2024-03-21T13:06:05.510 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:05 smithi184 bash[59794]: cluster 2024-03-21T13:06:04.689201+0000 mon.a (mon.0) 1630 : cluster [DBG] osdmap e131: 8 total, 8 up, 8 in 2024-03-21T13:06:05.510 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:05 smithi184 bash[59794]: audit 2024-03-21T13:06:04.691017+0000 mon.a (mon.0) 1631 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T13:06:05.510 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:05 smithi184 bash[59794]: audit 2024-03-21T13:06:04.785249+0000 mon.a (mon.0) 1632 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:05.510 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:05 smithi184 bash[59794]: audit 2024-03-21T13:06:04.787256+0000 mon.a (mon.0) 1633 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:06:05.510 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:05 smithi184 bash[59794]: audit 2024-03-21T13:06:04.880595+0000 mon.a (mon.0) 1634 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:05.510 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:05 smithi184 bash[59794]: audit 2024-03-21T13:06:05.103884+0000 mon.a (mon.0) 1635 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:05.510 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:05 smithi184 bash[59794]: audit 2024-03-21T13:06:05.113995+0000 mon.a (mon.0) 1636 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:05.511 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:05 smithi184 bash[59794]: cluster 2024-03-21T13:06:05.118038+0000 mgr.x (mgr.34104) 1400 : cluster [DBG] pgmap v908: 161 pgs: 7 active+clean+remapped, 20 active+undersized+degraded, 39 active+undersized, 95 active+clean; 585 KiB data, 144 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s; 81/630 objects degraded (12.857%); 6/630 objects misplaced (0.952%) 2024-03-21T13:06:05.511 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:05 smithi184 bash[59794]: cluster 2024-03-21T13:06:05.118772+0000 mgr.x (mgr.34104) 1401 : cluster [DBG] pgmap v909: 161 pgs: 7 active+clean+remapped, 20 active+undersized+degraded, 39 active+undersized, 95 active+clean; 585 KiB data, 144 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%); 6/630 objects misplaced (0.952%) 2024-03-21T13:06:05.511 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:05 smithi184 bash[59794]: audit 2024-03-21T13:06:05.124035+0000 mon.a (mon.0) 1637 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:05.822 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:06:05 smithi184 bash[52419]: ::ffff:172.21.15.184 - - [21/Mar/2024:13:06:05] "GET /metrics HTTP/1.1" 200 38438 "" "Prometheus/2.33.4" 2024-03-21T13:06:06.704 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:06 smithi178 bash[75692]: cluster 2024-03-21T13:06:05.692303+0000 mon.a (mon.0) 1638 : cluster [DBG] osdmap e132: 8 total, 8 up, 8 in 2024-03-21T13:06:07.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:06 smithi178 bash[77880]: cluster 2024-03-21T13:06:05.692303+0000 mon.a (mon.0) 1638 : cluster [DBG] osdmap e132: 8 total, 8 up, 8 in 2024-03-21T13:06:07.055 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:06 smithi184 bash[59794]: cluster 2024-03-21T13:06:05.692303+0000 mon.a (mon.0) 1638 : cluster [DBG] osdmap e132: 8 total, 8 up, 8 in 2024-03-21T13:06:08.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:07 smithi178 bash[75692]: cluster 2024-03-21T13:06:06.694417+0000 mon.a (mon.0) 1639 : cluster [DBG] osdmap e133: 8 total, 8 up, 8 in 2024-03-21T13:06:08.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:07 smithi178 bash[75692]: cluster 2024-03-21T13:06:07.119330+0000 mgr.x (mgr.34104) 1402 : cluster [DBG] pgmap v912: 161 pgs: 7 remapped+peering, 34 peering, 9 active+undersized+degraded, 16 active+undersized, 95 active+clean; 585 KiB data, 145 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s; 40/630 objects degraded (6.349%) 2024-03-21T13:06:08.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:07 smithi178 bash[77880]: cluster 2024-03-21T13:06:06.694417+0000 mon.a (mon.0) 1639 : cluster [DBG] osdmap e133: 8 total, 8 up, 8 in 2024-03-21T13:06:08.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:07 smithi178 bash[77880]: cluster 2024-03-21T13:06:07.119330+0000 mgr.x (mgr.34104) 1402 : cluster [DBG] pgmap v912: 161 pgs: 7 remapped+peering, 34 peering, 9 active+undersized+degraded, 16 active+undersized, 95 active+clean; 585 KiB data, 145 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s; 40/630 objects degraded (6.349%) 2024-03-21T13:06:08.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:07 smithi184 bash[59794]: cluster 2024-03-21T13:06:06.694417+0000 mon.a (mon.0) 1639 : cluster [DBG] osdmap e133: 8 total, 8 up, 8 in 2024-03-21T13:06:08.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:07 smithi184 bash[59794]: cluster 2024-03-21T13:06:07.119330+0000 mgr.x (mgr.34104) 1402 : cluster [DBG] pgmap v912: 161 pgs: 7 remapped+peering, 34 peering, 9 active+undersized+degraded, 16 active+undersized, 95 active+clean; 585 KiB data, 145 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s; 40/630 objects degraded (6.349%) 2024-03-21T13:06:08.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:08 smithi184 bash[59794]: cluster 2024-03-21T13:06:07.701634+0000 mon.a (mon.0) 1640 : cluster [WRN] Health check update: Degraded data redundancy: 40/630 objects degraded (6.349%), 9 pgs degraded (PG_DEGRADED) 2024-03-21T13:06:08.942 INFO:teuthology.orchestra.run.smithi178.stdout:true 2024-03-21T13:06:08.969 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:08 smithi178 bash[75692]: cluster 2024-03-21T13:06:07.701634+0000 mon.a (mon.0) 1640 : cluster [WRN] Health check update: Degraded data redundancy: 40/630 objects degraded (6.349%), 9 pgs degraded (PG_DEGRADED) 2024-03-21T13:06:08.970 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:08 smithi178 bash[77880]: cluster 2024-03-21T13:06:07.701634+0000 mon.a (mon.0) 1640 : cluster [WRN] Health check update: Degraded data redundancy: 40/630 objects degraded (6.349%), 9 pgs degraded (PG_DEGRADED) 2024-03-21T13:06:08.970 INFO:journalctl@ceph.osd.1.smithi178.stdout:Mar 21 13:06:08 smithi178 systemd[1]: Stopping Ceph osd.1 for a94f249e-e780-11ee-95cd-87774f69a715... 2024-03-21T13:06:09.298 INFO:journalctl@ceph.osd.1.smithi178.stdout:Mar 21 13:06:08 smithi178 bash[88371]: debug 2024-03-21T13:06:08.965+0000 7fd930baa700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.1 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-03-21T13:06:09.298 INFO:journalctl@ceph.osd.1.smithi178.stdout:Mar 21 13:06:08 smithi178 bash[88371]: debug 2024-03-21T13:06:08.965+0000 7fd930baa700 -1 osd.1 133 *** Got signal Terminated *** 2024-03-21T13:06:09.298 INFO:journalctl@ceph.osd.1.smithi178.stdout:Mar 21 13:06:08 smithi178 bash[88371]: debug 2024-03-21T13:06:08.965+0000 7fd930baa700 -1 osd.1 133 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-21T13:06:09.728 INFO:teuthology.orchestra.run.smithi178.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-21T13:06:09.728 INFO:teuthology.orchestra.run.smithi178.stdout:agent.smithi178 smithi178 running 4s ago 20m - - 2024-03-21T13:06:09.728 INFO:teuthology.orchestra.run.smithi178.stdout:agent.smithi184 smithi184 running 19s ago 19m - - 2024-03-21T13:06:09.728 INFO:teuthology.orchestra.run.smithi178.stdout:alertmanager.a smithi178 *:9093,9094 running (6m) 4s ago 13m 17.3M - 0.23.0 ba2b418f427c b9533705fcaf 2024-03-21T13:06:09.728 INFO:teuthology.orchestra.run.smithi178.stdout:grafana.a smithi184 *:3000 error 19s ago 12m - - 2024-03-21T13:06:09.728 INFO:teuthology.orchestra.run.smithi178.stdout:iscsi.foo.smithi178.qfgpzc smithi178 running (4m) 4s ago 10m 49.7M - 3.5 e1d6a67b021e 8cd81f5e1d31 2024-03-21T13:06:09.728 INFO:teuthology.orchestra.run.smithi178.stdout:mgr.x smithi184 *:8443,9283,8765 running (4m) 19s ago 19m 514M - 19.0.0-2267-g960fbbe4 19e12293512f 23b748469eab 2024-03-21T13:06:09.728 INFO:teuthology.orchestra.run.smithi178.stdout:mgr.y smithi178 *:8443,9283,8765 running (3m) 4s ago 21m 445M - 19.0.0-2267-g960fbbe4 19e12293512f 4b58d9293a93 2024-03-21T13:06:09.728 INFO:teuthology.orchestra.run.smithi178.stdout:mon.a smithi178 running (3m) 4s ago 21m 75.4M 2048M 19.0.0-2267-g960fbbe4 19e12293512f cdcc04604451 2024-03-21T13:06:09.728 INFO:teuthology.orchestra.run.smithi178.stdout:mon.b smithi184 running (2m) 19s ago 19m 39.3M 2048M 19.0.0-2267-g960fbbe4 19e12293512f 209431841a07 2024-03-21T13:06:09.728 INFO:teuthology.orchestra.run.smithi178.stdout:mon.c smithi178 running (2m) 4s ago 19m 43.7M 2048M 19.0.0-2267-g960fbbe4 19e12293512f 1de13280fabe 2024-03-21T13:06:09.729 INFO:teuthology.orchestra.run.smithi178.stdout:node-exporter.a smithi178 *:9100 running (6m) 4s ago 13m 15.2M - 1.3.1 1dbe0e931976 5d4ec1307be5 2024-03-21T13:06:09.729 INFO:teuthology.orchestra.run.smithi178.stdout:node-exporter.b smithi184 *:9100 running (5m) 19s ago 13m 12.0M - 1.3.1 1dbe0e931976 2a37d9a9b638 2024-03-21T13:06:09.729 INFO:teuthology.orchestra.run.smithi178.stdout:osd.0 smithi178 running (47s) 4s ago 18m 49.5M 4096M 19.0.0-2267-g960fbbe4 19e12293512f ca44aa92861d 2024-03-21T13:06:09.729 INFO:teuthology.orchestra.run.smithi178.stdout:osd.1 smithi178 running (13s) 4s ago 18m 36.7M 4096M 19.0.0-2267-g960fbbe4 19e12293512f cd63d48710c2 2024-03-21T13:06:09.729 INFO:teuthology.orchestra.run.smithi178.stdout:osd.2 smithi178 running (17m) 4s ago 17m 59.8M 4096M 17.2.0 e1d6a67b021e 20f205591c9c 2024-03-21T13:06:09.729 INFO:teuthology.orchestra.run.smithi178.stdout:osd.3 smithi178 running (16m) 4s ago 16m 62.5M 4096M 17.2.0 e1d6a67b021e a4f15fefa0b8 2024-03-21T13:06:09.729 INFO:teuthology.orchestra.run.smithi178.stdout:osd.4 smithi184 running (16m) 19s ago 16m 63.9M 4096M 17.2.0 e1d6a67b021e e20e0f763007 2024-03-21T13:06:09.729 INFO:teuthology.orchestra.run.smithi178.stdout:osd.5 smithi184 running (15m) 19s ago 15m 61.9M 4096M 17.2.0 e1d6a67b021e a0e050155046 2024-03-21T13:06:09.729 INFO:teuthology.orchestra.run.smithi178.stdout:osd.6 smithi184 running (15m) 19s ago 15m 61.6M 4096M 17.2.0 e1d6a67b021e 68fa324445fb 2024-03-21T13:06:09.729 INFO:teuthology.orchestra.run.smithi178.stdout:osd.7 smithi184 running (14m) 19s ago 14m 63.2M 4096M 17.2.0 e1d6a67b021e 9153684ac7cd 2024-03-21T13:06:09.729 INFO:teuthology.orchestra.run.smithi178.stdout:prometheus.a smithi184 *:9095 running (4m) 19s ago 13m 68.5M - 2.33.4 514e6a882f6e 68f156839b90 2024-03-21T13:06:09.729 INFO:teuthology.orchestra.run.smithi178.stdout:rgw.foo.smithi178.amgrte smithi178 *:8000 running (11m) 4s ago 11m 88.4M - 17.2.0 e1d6a67b021e d914bef5b616 2024-03-21T13:06:09.729 INFO:teuthology.orchestra.run.smithi178.stdout:rgw.foo.smithi184.sylqte smithi184 *:8000 running (11m) 19s ago 11m 87.9M - 17.2.0 e1d6a67b021e 71e9025bfe7b 2024-03-21T13:06:09.729 INFO:teuthology.orchestra.run.smithi178.stdout:rgw.smpl.smithi178.avyvkd smithi178 *:80 running (10m) 4s ago 10m 88.5M - 17.2.0 e1d6a67b021e 95dce05fca01 2024-03-21T13:06:09.729 INFO:teuthology.orchestra.run.smithi178.stdout:rgw.smpl.smithi184.ccsuhn smithi184 *:80 running (10m) 19s ago 10m 88.2M - 17.2.0 e1d6a67b021e c3b20c5f0cde 2024-03-21T13:06:10.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:09 smithi178 bash[75692]: audit 2024-03-21T13:06:08.924653+0000 mgr.x (mgr.34104) 1403 : audit [DBG] from='client.44298 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:06:10.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:09 smithi178 bash[75692]: cluster 2024-03-21T13:06:08.967686+0000 mon.a (mon.0) 1641 : cluster [INF] osd.1 marked itself down and dead 2024-03-21T13:06:10.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:09 smithi178 bash[75692]: cluster 2024-03-21T13:06:09.120401+0000 mgr.x (mgr.34104) 1404 : cluster [DBG] pgmap v913: 161 pgs: 3 remapped+peering, 34 peering, 124 active+clean; 585 KiB data, 149 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-21T13:06:10.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:09 smithi178 bash[77880]: audit 2024-03-21T13:06:08.924653+0000 mgr.x (mgr.34104) 1403 : audit [DBG] from='client.44298 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:06:10.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:09 smithi178 bash[77880]: cluster 2024-03-21T13:06:08.967686+0000 mon.a (mon.0) 1641 : cluster [INF] osd.1 marked itself down and dead 2024-03-21T13:06:10.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:09 smithi178 bash[77880]: cluster 2024-03-21T13:06:09.120401+0000 mgr.x (mgr.34104) 1404 : cluster [DBG] pgmap v913: 161 pgs: 3 remapped+peering, 34 peering, 124 active+clean; 585 KiB data, 149 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-21T13:06:10.072 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:09 smithi184 bash[59794]: audit 2024-03-21T13:06:08.924653+0000 mgr.x (mgr.34104) 1403 : audit [DBG] from='client.44298 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:06:10.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:09 smithi184 bash[59794]: cluster 2024-03-21T13:06:08.967686+0000 mon.a (mon.0) 1641 : cluster [INF] osd.1 marked itself down and dead 2024-03-21T13:06:10.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:09 smithi184 bash[59794]: cluster 2024-03-21T13:06:09.120401+0000 mgr.x (mgr.34104) 1404 : cluster [DBG] pgmap v913: 161 pgs: 3 remapped+peering, 34 peering, 124 active+clean; 585 KiB data, 149 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-21T13:06:10.198 INFO:teuthology.orchestra.run.smithi178.stdout:{ 2024-03-21T13:06:10.198 INFO:teuthology.orchestra.run.smithi178.stdout: "mon": { 2024-03-21T13:06:10.198 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 3 2024-03-21T13:06:10.198 INFO:teuthology.orchestra.run.smithi178.stdout: }, 2024-03-21T13:06:10.198 INFO:teuthology.orchestra.run.smithi178.stdout: "mgr": { 2024-03-21T13:06:10.198 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 2 2024-03-21T13:06:10.198 INFO:teuthology.orchestra.run.smithi178.stdout: }, 2024-03-21T13:06:10.199 INFO:teuthology.orchestra.run.smithi178.stdout: "osd": { 2024-03-21T13:06:10.199 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 6, 2024-03-21T13:06:10.199 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 1 2024-03-21T13:06:10.199 INFO:teuthology.orchestra.run.smithi178.stdout: }, 2024-03-21T13:06:10.199 INFO:teuthology.orchestra.run.smithi178.stdout: "rgw": { 2024-03-21T13:06:10.199 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2024-03-21T13:06:10.199 INFO:teuthology.orchestra.run.smithi178.stdout: }, 2024-03-21T13:06:10.199 INFO:teuthology.orchestra.run.smithi178.stdout: "overall": { 2024-03-21T13:06:10.199 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 10, 2024-03-21T13:06:10.199 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 6 2024-03-21T13:06:10.199 INFO:teuthology.orchestra.run.smithi178.stdout: } 2024-03-21T13:06:10.199 INFO:teuthology.orchestra.run.smithi178.stdout:} 2024-03-21T13:06:10.603 INFO:teuthology.orchestra.run.smithi178.stdout:{ 2024-03-21T13:06:10.603 INFO:teuthology.orchestra.run.smithi178.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753", 2024-03-21T13:06:10.603 INFO:teuthology.orchestra.run.smithi178.stdout: "in_progress": true, 2024-03-21T13:06:10.603 INFO:teuthology.orchestra.run.smithi178.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-21T13:06:10.603 INFO:teuthology.orchestra.run.smithi178.stdout: "services_complete": [ 2024-03-21T13:06:10.603 INFO:teuthology.orchestra.run.smithi178.stdout: "mgr", 2024-03-21T13:06:10.604 INFO:teuthology.orchestra.run.smithi178.stdout: "mon" 2024-03-21T13:06:10.604 INFO:teuthology.orchestra.run.smithi178.stdout: ], 2024-03-21T13:06:10.604 INFO:teuthology.orchestra.run.smithi178.stdout: "progress": "7/23 daemons upgraded", 2024-03-21T13:06:10.604 INFO:teuthology.orchestra.run.smithi178.stdout: "message": "Currently upgrading osd daemons", 2024-03-21T13:06:10.604 INFO:teuthology.orchestra.run.smithi178.stdout: "is_paused": false 2024-03-21T13:06:10.604 INFO:teuthology.orchestra.run.smithi178.stdout:} 2024-03-21T13:06:10.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:10 smithi178 bash[75692]: audit 2024-03-21T13:06:09.320010+0000 mgr.x (mgr.34104) 1405 : audit [DBG] from='client.44304 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:06:10.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:10 smithi178 bash[75692]: audit 2024-03-21T13:06:09.697369+0000 mgr.x (mgr.34104) 1406 : audit [DBG] from='client.44310 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:06:10.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:10 smithi178 bash[75692]: cluster 2024-03-21T13:06:09.704943+0000 mon.a (mon.0) 1642 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 40/630 objects degraded (6.349%), 9 pgs degraded) 2024-03-21T13:06:10.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:10 smithi178 bash[75692]: cluster 2024-03-21T13:06:09.706160+0000 mon.a (mon.0) 1643 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-03-21T13:06:10.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:10 smithi178 bash[75692]: cluster 2024-03-21T13:06:09.719844+0000 mon.a (mon.0) 1644 : cluster [DBG] osdmap e134: 8 total, 7 up, 8 in 2024-03-21T13:06:10.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:10 smithi178 bash[75692]: audit 2024-03-21T13:06:10.194723+0000 mon.c (mon.1) 6 : audit [DBG] from='client.? 172.21.15.178:0/1162510969' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:10.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:10 smithi178 bash[77880]: audit 2024-03-21T13:06:09.320010+0000 mgr.x (mgr.34104) 1405 : audit [DBG] from='client.44304 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:06:10.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:10 smithi178 bash[77880]: audit 2024-03-21T13:06:09.697369+0000 mgr.x (mgr.34104) 1406 : audit [DBG] from='client.44310 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:06:10.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:10 smithi178 bash[77880]: cluster 2024-03-21T13:06:09.704943+0000 mon.a (mon.0) 1642 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 40/630 objects degraded (6.349%), 9 pgs degraded) 2024-03-21T13:06:10.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:10 smithi178 bash[77880]: cluster 2024-03-21T13:06:09.706160+0000 mon.a (mon.0) 1643 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-03-21T13:06:10.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:10 smithi178 bash[77880]: cluster 2024-03-21T13:06:09.719844+0000 mon.a (mon.0) 1644 : cluster [DBG] osdmap e134: 8 total, 7 up, 8 in 2024-03-21T13:06:10.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:10 smithi178 bash[77880]: audit 2024-03-21T13:06:10.194723+0000 mon.c (mon.1) 6 : audit [DBG] from='client.? 172.21.15.178:0/1162510969' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:11.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:10 smithi184 bash[59794]: audit 2024-03-21T13:06:09.320010+0000 mgr.x (mgr.34104) 1405 : audit [DBG] from='client.44304 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:06:11.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:10 smithi184 bash[59794]: audit 2024-03-21T13:06:09.697369+0000 mgr.x (mgr.34104) 1406 : audit [DBG] from='client.44310 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:06:11.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:10 smithi184 bash[59794]: cluster 2024-03-21T13:06:09.704943+0000 mon.a (mon.0) 1642 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 40/630 objects degraded (6.349%), 9 pgs degraded) 2024-03-21T13:06:11.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:10 smithi184 bash[59794]: cluster 2024-03-21T13:06:09.706160+0000 mon.a (mon.0) 1643 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-03-21T13:06:11.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:10 smithi184 bash[59794]: cluster 2024-03-21T13:06:09.719844+0000 mon.a (mon.0) 1644 : cluster [DBG] osdmap e134: 8 total, 7 up, 8 in 2024-03-21T13:06:11.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:10 smithi184 bash[59794]: audit 2024-03-21T13:06:10.194723+0000 mon.c (mon.1) 6 : audit [DBG] from='client.? 172.21.15.178:0/1162510969' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:11.076 INFO:teuthology.orchestra.run.smithi178.stdout:HEALTH_WARN 1 failed cephadm daemon(s); 1 osds down 2024-03-21T13:06:11.076 INFO:teuthology.orchestra.run.smithi178.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-21T13:06:11.076 INFO:teuthology.orchestra.run.smithi178.stdout: daemon grafana.a on smithi184 is in error state 2024-03-21T13:06:11.076 INFO:teuthology.orchestra.run.smithi178.stdout:[WRN] OSD_DOWN: 1 osds down 2024-03-21T13:06:11.076 INFO:teuthology.orchestra.run.smithi178.stdout: osd.1 (root=default,host=smithi178) is down 2024-03-21T13:06:11.434 INFO:journalctl@ceph.osd.1.smithi178.stdout:Mar 21 13:06:11 smithi178 bash[89921]: ceph-a94f249e-e780-11ee-95cd-87774f69a715-osd-1 2024-03-21T13:06:11.435 INFO:journalctl@ceph.osd.1.smithi178.stdout:Mar 21 13:06:11 smithi178 bash[90116]: Error response from daemon: No such container: ceph-a94f249e-e780-11ee-95cd-87774f69a715-osd-1 2024-03-21T13:06:12.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:11 smithi178 bash[75692]: audit 2024-03-21T13:06:10.601353+0000 mgr.x (mgr.34104) 1407 : audit [DBG] from='client.54289 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:06:12.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:11 smithi178 bash[75692]: audit 2024-03-21T13:06:10.700102+0000 mgr.x (mgr.34104) 1408 : audit [DBG] from='client.15585 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:06:12.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:11 smithi178 bash[75692]: cluster 2024-03-21T13:06:10.722391+0000 mon.a (mon.0) 1645 : cluster [DBG] osdmap e135: 8 total, 7 up, 8 in 2024-03-21T13:06:12.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:11 smithi178 bash[75692]: audit 2024-03-21T13:06:10.776436+0000 mon.a (mon.0) 1646 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:12.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:11 smithi178 bash[75692]: audit 2024-03-21T13:06:10.784288+0000 mon.a (mon.0) 1647 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:12.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:11 smithi178 bash[75692]: cluster 2024-03-21T13:06:10.787600+0000 mgr.x (mgr.34104) 1409 : cluster [DBG] pgmap v916: 161 pgs: 1 stale+active+clean, 59 peering, 101 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 1003 B/s rd, 0 op/s 2024-03-21T13:06:12.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:11 smithi178 bash[75692]: cluster 2024-03-21T13:06:10.788103+0000 mgr.x (mgr.34104) 1410 : cluster [DBG] pgmap v917: 161 pgs: 1 stale+active+clean, 59 peering, 101 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:06:12.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:11 smithi178 bash[75692]: audit 2024-03-21T13:06:10.793907+0000 mon.a (mon.0) 1648 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:12.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:11 smithi178 bash[75692]: audit 2024-03-21T13:06:11.073723+0000 mon.c (mon.1) 7 : audit [DBG] from='client.? 172.21.15.178:0/1693708609' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T13:06:12.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:11 smithi178 bash[77880]: audit 2024-03-21T13:06:10.601353+0000 mgr.x (mgr.34104) 1407 : audit [DBG] from='client.54289 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:06:12.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:11 smithi178 bash[77880]: audit 2024-03-21T13:06:10.700102+0000 mgr.x (mgr.34104) 1408 : audit [DBG] from='client.15585 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:06:12.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:11 smithi178 bash[77880]: cluster 2024-03-21T13:06:10.722391+0000 mon.a (mon.0) 1645 : cluster [DBG] osdmap e135: 8 total, 7 up, 8 in 2024-03-21T13:06:12.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:11 smithi178 bash[77880]: audit 2024-03-21T13:06:10.776436+0000 mon.a (mon.0) 1646 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:12.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:11 smithi178 bash[77880]: audit 2024-03-21T13:06:10.784288+0000 mon.a (mon.0) 1647 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:12.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:11 smithi178 bash[77880]: cluster 2024-03-21T13:06:10.787600+0000 mgr.x (mgr.34104) 1409 : cluster [DBG] pgmap v916: 161 pgs: 1 stale+active+clean, 59 peering, 101 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 1003 B/s rd, 0 op/s 2024-03-21T13:06:12.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:11 smithi178 bash[77880]: cluster 2024-03-21T13:06:10.788103+0000 mgr.x (mgr.34104) 1410 : cluster [DBG] pgmap v917: 161 pgs: 1 stale+active+clean, 59 peering, 101 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:06:12.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:11 smithi178 bash[77880]: audit 2024-03-21T13:06:10.793907+0000 mon.a (mon.0) 1648 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:12.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:11 smithi178 bash[77880]: audit 2024-03-21T13:06:11.073723+0000 mon.c (mon.1) 7 : audit [DBG] from='client.? 172.21.15.178:0/1693708609' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T13:06:12.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:11 smithi184 bash[59794]: audit 2024-03-21T13:06:10.601353+0000 mgr.x (mgr.34104) 1407 : audit [DBG] from='client.54289 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:06:12.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:11 smithi184 bash[59794]: audit 2024-03-21T13:06:10.700102+0000 mgr.x (mgr.34104) 1408 : audit [DBG] from='client.15585 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:06:12.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:11 smithi184 bash[59794]: cluster 2024-03-21T13:06:10.722391+0000 mon.a (mon.0) 1645 : cluster [DBG] osdmap e135: 8 total, 7 up, 8 in 2024-03-21T13:06:12.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:11 smithi184 bash[59794]: audit 2024-03-21T13:06:10.776436+0000 mon.a (mon.0) 1646 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:12.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:11 smithi184 bash[59794]: audit 2024-03-21T13:06:10.784288+0000 mon.a (mon.0) 1647 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:12.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:11 smithi184 bash[59794]: cluster 2024-03-21T13:06:10.787600+0000 mgr.x (mgr.34104) 1409 : cluster [DBG] pgmap v916: 161 pgs: 1 stale+active+clean, 59 peering, 101 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 1003 B/s rd, 0 op/s 2024-03-21T13:06:12.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:11 smithi184 bash[59794]: cluster 2024-03-21T13:06:10.788103+0000 mgr.x (mgr.34104) 1410 : cluster [DBG] pgmap v917: 161 pgs: 1 stale+active+clean, 59 peering, 101 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:06:12.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:11 smithi184 bash[59794]: audit 2024-03-21T13:06:10.793907+0000 mon.a (mon.0) 1648 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:12.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:11 smithi184 bash[59794]: audit 2024-03-21T13:06:11.073723+0000 mon.c (mon.1) 7 : audit [DBG] from='client.? 172.21.15.178:0/1693708609' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T13:06:12.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:12 smithi178 bash[75692]: cluster 2024-03-21T13:06:11.781191+0000 mon.a (mon.0) 1649 : cluster [WRN] Health check failed: Reduced data availability: 8 pgs inactive, 8 pgs peering (PG_AVAILABILITY) 2024-03-21T13:06:12.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:12 smithi178 bash[77880]: cluster 2024-03-21T13:06:11.781191+0000 mon.a (mon.0) 1649 : cluster [WRN] Health check failed: Reduced data availability: 8 pgs inactive, 8 pgs peering (PG_AVAILABILITY) 2024-03-21T13:06:13.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:12 smithi184 bash[59794]: cluster 2024-03-21T13:06:11.781191+0000 mon.a (mon.0) 1649 : cluster [WRN] Health check failed: Reduced data availability: 8 pgs inactive, 8 pgs peering (PG_AVAILABILITY) 2024-03-21T13:06:14.044 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:13 smithi178 bash[77880]: cluster 2024-03-21T13:06:12.788997+0000 mgr.x (mgr.34104) 1411 : cluster [DBG] pgmap v918: 161 pgs: 1 stale+active+clean, 59 peering, 101 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 903 B/s rd, 0 op/s 2024-03-21T13:06:14.044 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:13 smithi178 bash[75692]: cluster 2024-03-21T13:06:12.788997+0000 mgr.x (mgr.34104) 1411 : cluster [DBG] pgmap v918: 161 pgs: 1 stale+active+clean, 59 peering, 101 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 903 B/s rd, 0 op/s 2024-03-21T13:06:14.044 INFO:journalctl@ceph.osd.1.smithi178.stdout:Mar 21 13:06:13 smithi178 systemd[1]: ceph-a94f249e-e780-11ee-95cd-87774f69a715@osd.1.service: Succeeded. 2024-03-21T13:06:14.044 INFO:journalctl@ceph.osd.1.smithi178.stdout:Mar 21 13:06:13 smithi178 systemd[1]: Stopped Ceph osd.1 for a94f249e-e780-11ee-95cd-87774f69a715. 2024-03-21T13:06:14.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:13 smithi184 bash[59794]: cluster 2024-03-21T13:06:12.788997+0000 mgr.x (mgr.34104) 1411 : cluster [DBG] pgmap v918: 161 pgs: 1 stale+active+clean, 59 peering, 101 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 903 B/s rd, 0 op/s 2024-03-21T13:06:14.298 INFO:journalctl@ceph.osd.1.smithi178.stdout:Mar 21 13:06:14 smithi178 systemd[1]: Started Ceph osd.1 for a94f249e-e780-11ee-95cd-87774f69a715. 2024-03-21T13:06:15.544 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:15 smithi184 bash[59794]: audit 2024-03-21T13:06:14.093223+0000 mon.a (mon.0) 1650 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:15.545 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:15 smithi184 bash[59794]: audit 2024-03-21T13:06:14.101956+0000 mon.a (mon.0) 1651 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:15.545 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:15 smithi184 bash[59794]: audit 2024-03-21T13:06:14.112160+0000 mon.a (mon.0) 1652 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:15.545 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:15 smithi184 bash[59794]: audit 2024-03-21T13:06:14.114010+0000 mon.a (mon.0) 1653 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:15.545 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:15 smithi184 bash[59794]: cluster 2024-03-21T13:06:14.119395+0000 mgr.x (mgr.34104) 1412 : cluster [DBG] pgmap v919: 161 pgs: 2 active+undersized+degraded, 59 peering, 5 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 1 KiB/s rd, 1 op/s; 8/630 objects degraded (1.270%); 0 B/s, 0 objects/s recovering 2024-03-21T13:06:15.545 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:15 smithi184 bash[59794]: cluster 2024-03-21T13:06:14.120128+0000 mgr.x (mgr.34104) 1413 : cluster [DBG] pgmap v920: 161 pgs: 2 active+undersized+degraded, 59 peering, 5 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s; 8/630 objects degraded (1.270%); 0 B/s, 0 objects/s recovering 2024-03-21T13:06:15.545 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:15 smithi184 bash[59794]: audit 2024-03-21T13:06:14.125529+0000 mon.a (mon.0) 1654 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:15.545 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:15 smithi184 bash[59794]: cephadm 2024-03-21T13:06:14.128166+0000 mgr.x (mgr.34104) 1414 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:15.545 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:15 smithi184 bash[59794]: audit 2024-03-21T13:06:14.207538+0000 mon.a (mon.0) 1655 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:15.545 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:15 smithi184 bash[59794]: audit 2024-03-21T13:06:14.211117+0000 mon.a (mon.0) 1656 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:15.545 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:15 smithi184 bash[59794]: audit 2024-03-21T13:06:14.216588+0000 mon.a (mon.0) 1657 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:15.545 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:15 smithi184 bash[59794]: audit 2024-03-21T13:06:14.218767+0000 mon.a (mon.0) 1658 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:15.545 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:15 smithi184 bash[59794]: audit 2024-03-21T13:06:14.231603+0000 mon.a (mon.0) 1659 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:15.545 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:15 smithi184 bash[59794]: audit 2024-03-21T13:06:14.315092+0000 mon.a (mon.0) 1660 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:15.546 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:15 smithi184 bash[59794]: audit 2024-03-21T13:06:14.318390+0000 mon.a (mon.0) 1661 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:15.546 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:15 smithi184 bash[59794]: audit 2024-03-21T13:06:14.322623+0000 mon.a (mon.0) 1662 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:15.546 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:15 smithi184 bash[59794]: audit 2024-03-21T13:06:14.324147+0000 mon.a (mon.0) 1663 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:15.546 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:15 smithi184 bash[59794]: audit 2024-03-21T13:06:14.334878+0000 mon.a (mon.0) 1664 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:15.546 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:15 smithi184 bash[59794]: audit 2024-03-21T13:06:14.415637+0000 mon.a (mon.0) 1665 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:15.546 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:15 smithi184 bash[59794]: audit 2024-03-21T13:06:14.418451+0000 mon.a (mon.0) 1666 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:15.547 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:15 smithi184 bash[59794]: audit 2024-03-21T13:06:14.421998+0000 mon.a (mon.0) 1667 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:15.547 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:15 smithi184 bash[59794]: audit 2024-03-21T13:06:14.423117+0000 mon.a (mon.0) 1668 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:15.547 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:15 smithi184 bash[59794]: audit 2024-03-21T13:06:14.433700+0000 mon.a (mon.0) 1669 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:15.547 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:15 smithi184 bash[59794]: audit 2024-03-21T13:06:14.514932+0000 mon.a (mon.0) 1670 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:15.547 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:15 smithi184 bash[59794]: audit 2024-03-21T13:06:14.517966+0000 mon.a (mon.0) 1671 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:15.547 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:15 smithi184 bash[59794]: audit 2024-03-21T13:06:14.521043+0000 mon.a (mon.0) 1672 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:15.547 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:15 smithi184 bash[59794]: audit 2024-03-21T13:06:14.522623+0000 mon.a (mon.0) 1673 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:15.547 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:15 smithi184 bash[59794]: audit 2024-03-21T13:06:14.534712+0000 mon.a (mon.0) 1674 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:15.547 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:15 smithi184 bash[59794]: audit 2024-03-21T13:06:14.612445+0000 mon.a (mon.0) 1675 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:15.547 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:15 smithi184 bash[59794]: audit 2024-03-21T13:06:14.617314+0000 mon.a (mon.0) 1676 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:15.547 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:15 smithi184 bash[59794]: audit 2024-03-21T13:06:14.621581+0000 mon.a (mon.0) 1677 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:15.547 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:15 smithi184 bash[59794]: audit 2024-03-21T13:06:14.622999+0000 mon.a (mon.0) 1678 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:15.547 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:15 smithi184 bash[59794]: audit 2024-03-21T13:06:14.634531+0000 mon.a (mon.0) 1679 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:15.547 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:15 smithi184 bash[59794]: audit 2024-03-21T13:06:14.717987+0000 mon.a (mon.0) 1680 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:15.548 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:15 smithi184 bash[59794]: audit 2024-03-21T13:06:14.721551+0000 mon.a (mon.0) 1681 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:15.548 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:15 smithi184 bash[59794]: audit 2024-03-21T13:06:14.725601+0000 mon.a (mon.0) 1682 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:15.548 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:15 smithi184 bash[59794]: audit 2024-03-21T13:06:14.727162+0000 mon.a (mon.0) 1683 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:15.548 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:15 smithi184 bash[59794]: audit 2024-03-21T13:06:14.739049+0000 mon.a (mon.0) 1684 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:15.548 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:15 smithi184 bash[59794]: audit 2024-03-21T13:06:14.820560+0000 mon.a (mon.0) 1685 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:15.548 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:15 smithi184 bash[59794]: audit 2024-03-21T13:06:14.823107+0000 mon.a (mon.0) 1686 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:15.548 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:15 smithi184 bash[59794]: audit 2024-03-21T13:06:14.827956+0000 mon.a (mon.0) 1687 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:15.548 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:15 smithi184 bash[59794]: audit 2024-03-21T13:06:14.829345+0000 mon.a (mon.0) 1688 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:15.548 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:15 smithi184 bash[59794]: audit 2024-03-21T13:06:14.838965+0000 mon.a (mon.0) 1689 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:15.548 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:15 smithi184 bash[59794]: audit 2024-03-21T13:06:14.906478+0000 mon.a (mon.0) 1690 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:15.548 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:15 smithi184 bash[59794]: audit 2024-03-21T13:06:14.922343+0000 mon.a (mon.0) 1691 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:15.548 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:15 smithi184 bash[59794]: audit 2024-03-21T13:06:14.926659+0000 mon.a (mon.0) 1692 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:15.548 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:15 smithi184 bash[59794]: audit 2024-03-21T13:06:14.930545+0000 mon.a (mon.0) 1693 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:15.548 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:15 smithi184 bash[59794]: audit 2024-03-21T13:06:14.932096+0000 mon.a (mon.0) 1694 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:15.549 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:15 smithi184 bash[59794]: audit 2024-03-21T13:06:14.944411+0000 mon.a (mon.0) 1695 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:15.549 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:15 smithi184 bash[59794]: audit 2024-03-21T13:06:15.025578+0000 mon.a (mon.0) 1696 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:15.549 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:15 smithi184 bash[59794]: audit 2024-03-21T13:06:15.029086+0000 mon.a (mon.0) 1697 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:15.549 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:15 smithi184 bash[59794]: audit 2024-03-21T13:06:15.033806+0000 mon.a (mon.0) 1698 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:15.549 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:15 smithi184 bash[59794]: audit 2024-03-21T13:06:15.035701+0000 mon.a (mon.0) 1699 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:15.549 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:15 smithi184 bash[59794]: audit 2024-03-21T13:06:15.048798+0000 mon.a (mon.0) 1700 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:15.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:15 smithi178 bash[75692]: audit 2024-03-21T13:06:14.093223+0000 mon.a (mon.0) 1650 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:15.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:15 smithi178 bash[75692]: audit 2024-03-21T13:06:14.101956+0000 mon.a (mon.0) 1651 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:15.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:15 smithi178 bash[75692]: audit 2024-03-21T13:06:14.112160+0000 mon.a (mon.0) 1652 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:15.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:15 smithi178 bash[75692]: audit 2024-03-21T13:06:14.114010+0000 mon.a (mon.0) 1653 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:15.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:15 smithi178 bash[75692]: cluster 2024-03-21T13:06:14.119395+0000 mgr.x (mgr.34104) 1412 : cluster [DBG] pgmap v919: 161 pgs: 2 active+undersized+degraded, 59 peering, 5 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 1 KiB/s rd, 1 op/s; 8/630 objects degraded (1.270%); 0 B/s, 0 objects/s recovering 2024-03-21T13:06:15.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:15 smithi178 bash[75692]: cluster 2024-03-21T13:06:14.120128+0000 mgr.x (mgr.34104) 1413 : cluster [DBG] pgmap v920: 161 pgs: 2 active+undersized+degraded, 59 peering, 5 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s; 8/630 objects degraded (1.270%); 0 B/s, 0 objects/s recovering 2024-03-21T13:06:15.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:15 smithi178 bash[75692]: audit 2024-03-21T13:06:14.125529+0000 mon.a (mon.0) 1654 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:15.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:15 smithi178 bash[75692]: cephadm 2024-03-21T13:06:14.128166+0000 mgr.x (mgr.34104) 1414 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:15.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:15 smithi178 bash[75692]: audit 2024-03-21T13:06:14.207538+0000 mon.a (mon.0) 1655 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:15.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:15 smithi178 bash[75692]: audit 2024-03-21T13:06:14.211117+0000 mon.a (mon.0) 1656 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:15.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:15 smithi178 bash[75692]: audit 2024-03-21T13:06:14.216588+0000 mon.a (mon.0) 1657 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:15.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:15 smithi178 bash[75692]: audit 2024-03-21T13:06:14.218767+0000 mon.a (mon.0) 1658 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:15.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:15 smithi178 bash[75692]: audit 2024-03-21T13:06:14.231603+0000 mon.a (mon.0) 1659 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:15.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:15 smithi178 bash[75692]: audit 2024-03-21T13:06:14.315092+0000 mon.a (mon.0) 1660 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:15.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:15 smithi178 bash[75692]: audit 2024-03-21T13:06:14.318390+0000 mon.a (mon.0) 1661 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:15.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:15 smithi178 bash[75692]: audit 2024-03-21T13:06:14.322623+0000 mon.a (mon.0) 1662 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:15.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:15 smithi178 bash[75692]: audit 2024-03-21T13:06:14.324147+0000 mon.a (mon.0) 1663 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:15.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:15 smithi178 bash[75692]: audit 2024-03-21T13:06:14.334878+0000 mon.a (mon.0) 1664 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:15.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:15 smithi178 bash[77880]: audit 2024-03-21T13:06:14.093223+0000 mon.a (mon.0) 1650 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:15.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:15 smithi178 bash[77880]: audit 2024-03-21T13:06:14.101956+0000 mon.a (mon.0) 1651 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:15.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:15 smithi178 bash[77880]: audit 2024-03-21T13:06:14.112160+0000 mon.a (mon.0) 1652 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:15.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:15 smithi178 bash[77880]: audit 2024-03-21T13:06:14.114010+0000 mon.a (mon.0) 1653 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:15.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:15 smithi178 bash[77880]: cluster 2024-03-21T13:06:14.119395+0000 mgr.x (mgr.34104) 1412 : cluster [DBG] pgmap v919: 161 pgs: 2 active+undersized+degraded, 59 peering, 5 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 1 KiB/s rd, 1 op/s; 8/630 objects degraded (1.270%); 0 B/s, 0 objects/s recovering 2024-03-21T13:06:15.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:15 smithi178 bash[77880]: cluster 2024-03-21T13:06:14.120128+0000 mgr.x (mgr.34104) 1413 : cluster [DBG] pgmap v920: 161 pgs: 2 active+undersized+degraded, 59 peering, 5 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s; 8/630 objects degraded (1.270%); 0 B/s, 0 objects/s recovering 2024-03-21T13:06:15.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:15 smithi178 bash[77880]: audit 2024-03-21T13:06:14.125529+0000 mon.a (mon.0) 1654 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:15.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:15 smithi178 bash[77880]: cephadm 2024-03-21T13:06:14.128166+0000 mgr.x (mgr.34104) 1414 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:15.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:15 smithi178 bash[77880]: audit 2024-03-21T13:06:14.207538+0000 mon.a (mon.0) 1655 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:15.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:15 smithi178 bash[77880]: audit 2024-03-21T13:06:14.211117+0000 mon.a (mon.0) 1656 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:15.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:15 smithi178 bash[77880]: audit 2024-03-21T13:06:14.216588+0000 mon.a (mon.0) 1657 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:15.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:15 smithi178 bash[77880]: audit 2024-03-21T13:06:14.218767+0000 mon.a (mon.0) 1658 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:15.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:15 smithi178 bash[77880]: audit 2024-03-21T13:06:14.231603+0000 mon.a (mon.0) 1659 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:15.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:15 smithi178 bash[77880]: audit 2024-03-21T13:06:14.315092+0000 mon.a (mon.0) 1660 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:15.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:15 smithi178 bash[77880]: audit 2024-03-21T13:06:14.318390+0000 mon.a (mon.0) 1661 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:15.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:15 smithi178 bash[77880]: audit 2024-03-21T13:06:14.322623+0000 mon.a (mon.0) 1662 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:15.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:15 smithi178 bash[77880]: audit 2024-03-21T13:06:14.324147+0000 mon.a (mon.0) 1663 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:15.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:15 smithi178 bash[77880]: audit 2024-03-21T13:06:14.334878+0000 mon.a (mon.0) 1664 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:15.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:15 smithi178 bash[77880]: audit 2024-03-21T13:06:14.415637+0000 mon.a (mon.0) 1665 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:15.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:15 smithi178 bash[77880]: audit 2024-03-21T13:06:14.418451+0000 mon.a (mon.0) 1666 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:15.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:15 smithi178 bash[77880]: audit 2024-03-21T13:06:14.421998+0000 mon.a (mon.0) 1667 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:15.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:15 smithi178 bash[77880]: audit 2024-03-21T13:06:14.423117+0000 mon.a (mon.0) 1668 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:15.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:15 smithi178 bash[77880]: audit 2024-03-21T13:06:14.433700+0000 mon.a (mon.0) 1669 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:15.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:15 smithi178 bash[77880]: audit 2024-03-21T13:06:14.514932+0000 mon.a (mon.0) 1670 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:15.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:15 smithi178 bash[77880]: audit 2024-03-21T13:06:14.517966+0000 mon.a (mon.0) 1671 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:15.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:15 smithi178 bash[77880]: audit 2024-03-21T13:06:14.521043+0000 mon.a (mon.0) 1672 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:15.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:15 smithi178 bash[77880]: audit 2024-03-21T13:06:14.522623+0000 mon.a (mon.0) 1673 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:15.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:15 smithi178 bash[77880]: audit 2024-03-21T13:06:14.534712+0000 mon.a (mon.0) 1674 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:15.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:15 smithi178 bash[77880]: audit 2024-03-21T13:06:14.612445+0000 mon.a (mon.0) 1675 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:15.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:15 smithi178 bash[77880]: audit 2024-03-21T13:06:14.617314+0000 mon.a (mon.0) 1676 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:15.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:15 smithi178 bash[77880]: audit 2024-03-21T13:06:14.621581+0000 mon.a (mon.0) 1677 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:15.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:15 smithi178 bash[77880]: audit 2024-03-21T13:06:14.622999+0000 mon.a (mon.0) 1678 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:15.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:15 smithi178 bash[77880]: audit 2024-03-21T13:06:14.634531+0000 mon.a (mon.0) 1679 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:15.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:15 smithi178 bash[77880]: audit 2024-03-21T13:06:14.717987+0000 mon.a (mon.0) 1680 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:15.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:15 smithi178 bash[77880]: audit 2024-03-21T13:06:14.721551+0000 mon.a (mon.0) 1681 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:15.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:15 smithi178 bash[77880]: audit 2024-03-21T13:06:14.725601+0000 mon.a (mon.0) 1682 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:15.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:15 smithi178 bash[77880]: audit 2024-03-21T13:06:14.727162+0000 mon.a (mon.0) 1683 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:15.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:15 smithi178 bash[75692]: audit 2024-03-21T13:06:14.415637+0000 mon.a (mon.0) 1665 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:15.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:15 smithi178 bash[75692]: audit 2024-03-21T13:06:14.418451+0000 mon.a (mon.0) 1666 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:15.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:15 smithi178 bash[75692]: audit 2024-03-21T13:06:14.421998+0000 mon.a (mon.0) 1667 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:15.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:15 smithi178 bash[75692]: audit 2024-03-21T13:06:14.423117+0000 mon.a (mon.0) 1668 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:15.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:15 smithi178 bash[75692]: audit 2024-03-21T13:06:14.433700+0000 mon.a (mon.0) 1669 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:15.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:15 smithi178 bash[75692]: audit 2024-03-21T13:06:14.514932+0000 mon.a (mon.0) 1670 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:15.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:15 smithi178 bash[75692]: audit 2024-03-21T13:06:14.517966+0000 mon.a (mon.0) 1671 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:15.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:15 smithi178 bash[75692]: audit 2024-03-21T13:06:14.521043+0000 mon.a (mon.0) 1672 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:15.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:15 smithi178 bash[75692]: audit 2024-03-21T13:06:14.522623+0000 mon.a (mon.0) 1673 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:15.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:15 smithi178 bash[75692]: audit 2024-03-21T13:06:14.534712+0000 mon.a (mon.0) 1674 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:15.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:15 smithi178 bash[75692]: audit 2024-03-21T13:06:14.612445+0000 mon.a (mon.0) 1675 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:15.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:15 smithi178 bash[75692]: audit 2024-03-21T13:06:14.617314+0000 mon.a (mon.0) 1676 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:15.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:15 smithi178 bash[75692]: audit 2024-03-21T13:06:14.621581+0000 mon.a (mon.0) 1677 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:15.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:15 smithi178 bash[75692]: audit 2024-03-21T13:06:14.622999+0000 mon.a (mon.0) 1678 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:15.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:15 smithi178 bash[75692]: audit 2024-03-21T13:06:14.634531+0000 mon.a (mon.0) 1679 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:15.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:15 smithi178 bash[75692]: audit 2024-03-21T13:06:14.717987+0000 mon.a (mon.0) 1680 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:15.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:15 smithi178 bash[75692]: audit 2024-03-21T13:06:14.721551+0000 mon.a (mon.0) 1681 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:15.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:15 smithi178 bash[75692]: audit 2024-03-21T13:06:14.725601+0000 mon.a (mon.0) 1682 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:15.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:15 smithi178 bash[75692]: audit 2024-03-21T13:06:14.727162+0000 mon.a (mon.0) 1683 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:15.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:15 smithi178 bash[77880]: audit 2024-03-21T13:06:14.739049+0000 mon.a (mon.0) 1684 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:15.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:15 smithi178 bash[77880]: audit 2024-03-21T13:06:14.820560+0000 mon.a (mon.0) 1685 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:15.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:15 smithi178 bash[77880]: audit 2024-03-21T13:06:14.823107+0000 mon.a (mon.0) 1686 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:15.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:15 smithi178 bash[77880]: audit 2024-03-21T13:06:14.827956+0000 mon.a (mon.0) 1687 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:15.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:15 smithi178 bash[77880]: audit 2024-03-21T13:06:14.829345+0000 mon.a (mon.0) 1688 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:15.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:15 smithi178 bash[77880]: audit 2024-03-21T13:06:14.838965+0000 mon.a (mon.0) 1689 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:15.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:15 smithi178 bash[77880]: audit 2024-03-21T13:06:14.906478+0000 mon.a (mon.0) 1690 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:15.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:15 smithi178 bash[77880]: audit 2024-03-21T13:06:14.922343+0000 mon.a (mon.0) 1691 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:15.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:15 smithi178 bash[77880]: audit 2024-03-21T13:06:14.926659+0000 mon.a (mon.0) 1692 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:15.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:15 smithi178 bash[77880]: audit 2024-03-21T13:06:14.930545+0000 mon.a (mon.0) 1693 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:15.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:15 smithi178 bash[77880]: audit 2024-03-21T13:06:14.932096+0000 mon.a (mon.0) 1694 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:15.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:15 smithi178 bash[77880]: audit 2024-03-21T13:06:14.944411+0000 mon.a (mon.0) 1695 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:15.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:15 smithi178 bash[77880]: audit 2024-03-21T13:06:15.025578+0000 mon.a (mon.0) 1696 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:15.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:15 smithi178 bash[77880]: audit 2024-03-21T13:06:15.029086+0000 mon.a (mon.0) 1697 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:15.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:15 smithi178 bash[77880]: audit 2024-03-21T13:06:15.033806+0000 mon.a (mon.0) 1698 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:15.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:15 smithi178 bash[77880]: audit 2024-03-21T13:06:15.035701+0000 mon.a (mon.0) 1699 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:15.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:15 smithi178 bash[77880]: audit 2024-03-21T13:06:15.048798+0000 mon.a (mon.0) 1700 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:15.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:15 smithi178 bash[75692]: audit 2024-03-21T13:06:14.739049+0000 mon.a (mon.0) 1684 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:15.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:15 smithi178 bash[75692]: audit 2024-03-21T13:06:14.820560+0000 mon.a (mon.0) 1685 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:15.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:15 smithi178 bash[75692]: audit 2024-03-21T13:06:14.823107+0000 mon.a (mon.0) 1686 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:15.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:15 smithi178 bash[75692]: audit 2024-03-21T13:06:14.827956+0000 mon.a (mon.0) 1687 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:15.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:15 smithi178 bash[75692]: audit 2024-03-21T13:06:14.829345+0000 mon.a (mon.0) 1688 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:15.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:15 smithi178 bash[75692]: audit 2024-03-21T13:06:14.838965+0000 mon.a (mon.0) 1689 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:15.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:15 smithi178 bash[75692]: audit 2024-03-21T13:06:14.906478+0000 mon.a (mon.0) 1690 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:15.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:15 smithi178 bash[75692]: audit 2024-03-21T13:06:14.922343+0000 mon.a (mon.0) 1691 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:15.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:15 smithi178 bash[75692]: audit 2024-03-21T13:06:14.926659+0000 mon.a (mon.0) 1692 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:15.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:15 smithi178 bash[75692]: audit 2024-03-21T13:06:14.930545+0000 mon.a (mon.0) 1693 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:15.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:15 smithi178 bash[75692]: audit 2024-03-21T13:06:14.932096+0000 mon.a (mon.0) 1694 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:15.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:15 smithi178 bash[75692]: audit 2024-03-21T13:06:14.944411+0000 mon.a (mon.0) 1695 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:15.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:15 smithi178 bash[75692]: audit 2024-03-21T13:06:15.025578+0000 mon.a (mon.0) 1696 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:15.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:15 smithi178 bash[75692]: audit 2024-03-21T13:06:15.029086+0000 mon.a (mon.0) 1697 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:15.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:15 smithi178 bash[75692]: audit 2024-03-21T13:06:15.033806+0000 mon.a (mon.0) 1698 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:15.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:15 smithi178 bash[75692]: audit 2024-03-21T13:06:15.035701+0000 mon.a (mon.0) 1699 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:15.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:15 smithi178 bash[75692]: audit 2024-03-21T13:06:15.048798+0000 mon.a (mon.0) 1700 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:15.822 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:06:15 smithi184 bash[52419]: ::ffff:172.21.15.184 - - [21/Mar/2024:13:06:15] "GET /metrics HTTP/1.1" 200 38438 "" "Prometheus/2.33.4" 2024-03-21T13:06:16.115 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[75692]: cluster 2024-03-21T13:06:14.223921+0000 mgr.x (mgr.34104) 1415 : cluster [DBG] pgmap v921: 161 pgs: 2 active+undersized+degraded, 59 peering, 5 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 8/630 objects degraded (1.270%) 2024-03-21T13:06:16.116 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[75692]: cluster 2024-03-21T13:06:14.224306+0000 mgr.x (mgr.34104) 1416 : cluster [DBG] pgmap v922: 161 pgs: 2 active+undersized+degraded, 59 peering, 5 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 8/630 objects degraded (1.270%) 2024-03-21T13:06:16.116 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[75692]: cephadm 2024-03-21T13:06:14.234182+0000 mgr.x (mgr.34104) 1417 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:16.116 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[75692]: cluster 2024-03-21T13:06:14.328094+0000 mgr.x (mgr.34104) 1418 : cluster [DBG] pgmap v923: 161 pgs: 2 active+undersized+degraded, 59 peering, 5 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 8/630 objects degraded (1.270%) 2024-03-21T13:06:16.116 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[75692]: cluster 2024-03-21T13:06:14.328685+0000 mgr.x (mgr.34104) 1419 : cluster [DBG] pgmap v924: 161 pgs: 2 active+undersized+degraded, 59 peering, 5 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 8/630 objects degraded (1.270%) 2024-03-21T13:06:16.116 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[75692]: cephadm 2024-03-21T13:06:14.337283+0000 mgr.x (mgr.34104) 1420 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:16.116 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[75692]: cluster 2024-03-21T13:06:14.426830+0000 mgr.x (mgr.34104) 1421 : cluster [DBG] pgmap v925: 161 pgs: 2 active+undersized+degraded, 59 peering, 5 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 8/630 objects degraded (1.270%) 2024-03-21T13:06:16.116 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[75692]: cluster 2024-03-21T13:06:14.427230+0000 mgr.x (mgr.34104) 1422 : cluster [DBG] pgmap v926: 161 pgs: 2 active+undersized+degraded, 59 peering, 5 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 8/630 objects degraded (1.270%) 2024-03-21T13:06:16.116 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[75692]: cephadm 2024-03-21T13:06:14.436183+0000 mgr.x (mgr.34104) 1423 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:16.116 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[75692]: cluster 2024-03-21T13:06:14.526840+0000 mgr.x (mgr.34104) 1424 : cluster [DBG] pgmap v927: 161 pgs: 2 active+undersized+degraded, 59 peering, 5 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 8/630 objects degraded (1.270%) 2024-03-21T13:06:16.116 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[75692]: cluster 2024-03-21T13:06:14.527589+0000 mgr.x (mgr.34104) 1425 : cluster [DBG] pgmap v928: 161 pgs: 2 active+undersized+degraded, 59 peering, 5 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 8/630 objects degraded (1.270%) 2024-03-21T13:06:16.116 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[75692]: cephadm 2024-03-21T13:06:14.537133+0000 mgr.x (mgr.34104) 1426 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:16.116 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[75692]: cluster 2024-03-21T13:06:14.626960+0000 mgr.x (mgr.34104) 1427 : cluster [DBG] pgmap v929: 161 pgs: 2 active+undersized+degraded, 59 peering, 5 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 8/630 objects degraded (1.270%) 2024-03-21T13:06:16.116 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[75692]: cluster 2024-03-21T13:06:14.627609+0000 mgr.x (mgr.34104) 1428 : cluster [DBG] pgmap v930: 161 pgs: 2 active+undersized+degraded, 59 peering, 5 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 8/630 objects degraded (1.270%) 2024-03-21T13:06:16.117 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[75692]: cephadm 2024-03-21T13:06:14.636995+0000 mgr.x (mgr.34104) 1429 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:16.117 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[75692]: cluster 2024-03-21T13:06:14.731249+0000 mgr.x (mgr.34104) 1430 : cluster [DBG] pgmap v931: 161 pgs: 2 active+undersized+degraded, 59 peering, 5 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 8/630 objects degraded (1.270%) 2024-03-21T13:06:16.117 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[75692]: cluster 2024-03-21T13:06:14.732211+0000 mgr.x (mgr.34104) 1431 : cluster [DBG] pgmap v932: 161 pgs: 2 active+undersized+degraded, 59 peering, 5 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 8/630 objects degraded (1.270%) 2024-03-21T13:06:16.117 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[75692]: cephadm 2024-03-21T13:06:14.741511+0000 mgr.x (mgr.34104) 1432 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:16.117 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[77880]: cluster 2024-03-21T13:06:14.223921+0000 mgr.x (mgr.34104) 1415 : cluster [DBG] pgmap v921: 161 pgs: 2 active+undersized+degraded, 59 peering, 5 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 8/630 objects degraded (1.270%) 2024-03-21T13:06:16.117 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[77880]: cluster 2024-03-21T13:06:14.224306+0000 mgr.x (mgr.34104) 1416 : cluster [DBG] pgmap v922: 161 pgs: 2 active+undersized+degraded, 59 peering, 5 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 8/630 objects degraded (1.270%) 2024-03-21T13:06:16.117 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[77880]: cephadm 2024-03-21T13:06:14.234182+0000 mgr.x (mgr.34104) 1417 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:16.117 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[77880]: cluster 2024-03-21T13:06:14.328094+0000 mgr.x (mgr.34104) 1418 : cluster [DBG] pgmap v923: 161 pgs: 2 active+undersized+degraded, 59 peering, 5 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 8/630 objects degraded (1.270%) 2024-03-21T13:06:16.117 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[77880]: cluster 2024-03-21T13:06:14.328685+0000 mgr.x (mgr.34104) 1419 : cluster [DBG] pgmap v924: 161 pgs: 2 active+undersized+degraded, 59 peering, 5 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 8/630 objects degraded (1.270%) 2024-03-21T13:06:16.181 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[75692]: cluster 2024-03-21T13:06:14.833827+0000 mgr.x (mgr.34104) 1433 : cluster [DBG] pgmap v933: 161 pgs: 2 active+undersized+degraded, 59 peering, 5 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 8/630 objects degraded (1.270%) 2024-03-21T13:06:16.181 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[75692]: cluster 2024-03-21T13:06:14.834608+0000 mgr.x (mgr.34104) 1434 : cluster [DBG] pgmap v934: 161 pgs: 2 active+undersized+degraded, 59 peering, 5 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 8/630 objects degraded (1.270%) 2024-03-21T13:06:16.181 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[75692]: cephadm 2024-03-21T13:06:14.841351+0000 mgr.x (mgr.34104) 1435 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:16.182 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[75692]: cluster 2024-03-21T13:06:14.936356+0000 mgr.x (mgr.34104) 1436 : cluster [DBG] pgmap v935: 161 pgs: 2 active+undersized+degraded, 59 peering, 5 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 8/630 objects degraded (1.270%) 2024-03-21T13:06:16.182 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[75692]: cluster 2024-03-21T13:06:14.936775+0000 mgr.x (mgr.34104) 1437 : cluster [DBG] pgmap v936: 161 pgs: 2 active+undersized+degraded, 59 peering, 5 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 8/630 objects degraded (1.270%) 2024-03-21T13:06:16.182 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[75692]: cephadm 2024-03-21T13:06:14.946945+0000 mgr.x (mgr.34104) 1438 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:16.182 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[75692]: cluster 2024-03-21T13:06:15.040599+0000 mgr.x (mgr.34104) 1439 : cluster [DBG] pgmap v937: 161 pgs: 2 active+undersized+degraded, 59 peering, 5 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 8/630 objects degraded (1.270%) 2024-03-21T13:06:16.182 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[75692]: cluster 2024-03-21T13:06:15.041583+0000 mgr.x (mgr.34104) 1440 : cluster [DBG] pgmap v938: 161 pgs: 2 active+undersized+degraded, 59 peering, 5 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 8/630 objects degraded (1.270%) 2024-03-21T13:06:16.182 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[75692]: cephadm 2024-03-21T13:06:15.051240+0000 mgr.x (mgr.34104) 1441 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:16.182 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[75692]: cluster 2024-03-21T13:06:15.102259+0000 mon.a (mon.0) 1701 : cluster [WRN] Health check failed: Degraded data redundancy: 8/630 objects degraded (1.270%), 2 pgs degraded (PG_DEGRADED) 2024-03-21T13:06:16.182 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[75692]: audit 2024-03-21T13:06:15.129747+0000 mon.a (mon.0) 1702 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:16.182 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[75692]: audit 2024-03-21T13:06:15.132868+0000 mon.a (mon.0) 1703 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:16.182 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[75692]: audit 2024-03-21T13:06:15.136085+0000 mon.a (mon.0) 1704 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:16.182 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[75692]: audit 2024-03-21T13:06:15.137564+0000 mon.a (mon.0) 1705 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:16.182 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[75692]: cluster 2024-03-21T13:06:15.142046+0000 mgr.x (mgr.34104) 1442 : cluster [DBG] pgmap v939: 161 pgs: 2 active+undersized+degraded, 59 peering, 5 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 8/630 objects degraded (1.270%) 2024-03-21T13:06:16.183 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[77880]: cephadm 2024-03-21T13:06:14.337283+0000 mgr.x (mgr.34104) 1420 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:16.183 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[77880]: cluster 2024-03-21T13:06:14.426830+0000 mgr.x (mgr.34104) 1421 : cluster [DBG] pgmap v925: 161 pgs: 2 active+undersized+degraded, 59 peering, 5 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 8/630 objects degraded (1.270%) 2024-03-21T13:06:16.183 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[77880]: cluster 2024-03-21T13:06:14.427230+0000 mgr.x (mgr.34104) 1422 : cluster [DBG] pgmap v926: 161 pgs: 2 active+undersized+degraded, 59 peering, 5 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 8/630 objects degraded (1.270%) 2024-03-21T13:06:16.183 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[77880]: cephadm 2024-03-21T13:06:14.436183+0000 mgr.x (mgr.34104) 1423 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:16.183 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[77880]: cluster 2024-03-21T13:06:14.526840+0000 mgr.x (mgr.34104) 1424 : cluster [DBG] pgmap v927: 161 pgs: 2 active+undersized+degraded, 59 peering, 5 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 8/630 objects degraded (1.270%) 2024-03-21T13:06:16.183 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[77880]: cluster 2024-03-21T13:06:14.527589+0000 mgr.x (mgr.34104) 1425 : cluster [DBG] pgmap v928: 161 pgs: 2 active+undersized+degraded, 59 peering, 5 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 8/630 objects degraded (1.270%) 2024-03-21T13:06:16.183 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[77880]: cephadm 2024-03-21T13:06:14.537133+0000 mgr.x (mgr.34104) 1426 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:16.183 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[77880]: cluster 2024-03-21T13:06:14.626960+0000 mgr.x (mgr.34104) 1427 : cluster [DBG] pgmap v929: 161 pgs: 2 active+undersized+degraded, 59 peering, 5 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 8/630 objects degraded (1.270%) 2024-03-21T13:06:16.183 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[77880]: cluster 2024-03-21T13:06:14.627609+0000 mgr.x (mgr.34104) 1428 : cluster [DBG] pgmap v930: 161 pgs: 2 active+undersized+degraded, 59 peering, 5 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 8/630 objects degraded (1.270%) 2024-03-21T13:06:16.183 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[77880]: cephadm 2024-03-21T13:06:14.636995+0000 mgr.x (mgr.34104) 1429 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:16.183 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[77880]: cluster 2024-03-21T13:06:14.731249+0000 mgr.x (mgr.34104) 1430 : cluster [DBG] pgmap v931: 161 pgs: 2 active+undersized+degraded, 59 peering, 5 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 8/630 objects degraded (1.270%) 2024-03-21T13:06:16.184 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[77880]: cluster 2024-03-21T13:06:14.732211+0000 mgr.x (mgr.34104) 1431 : cluster [DBG] pgmap v932: 161 pgs: 2 active+undersized+degraded, 59 peering, 5 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 8/630 objects degraded (1.270%) 2024-03-21T13:06:16.184 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[77880]: cephadm 2024-03-21T13:06:14.741511+0000 mgr.x (mgr.34104) 1432 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:16.184 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[77880]: cluster 2024-03-21T13:06:14.833827+0000 mgr.x (mgr.34104) 1433 : cluster [DBG] pgmap v933: 161 pgs: 2 active+undersized+degraded, 59 peering, 5 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 8/630 objects degraded (1.270%) 2024-03-21T13:06:16.184 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[77880]: cluster 2024-03-21T13:06:14.834608+0000 mgr.x (mgr.34104) 1434 : cluster [DBG] pgmap v934: 161 pgs: 2 active+undersized+degraded, 59 peering, 5 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 8/630 objects degraded (1.270%) 2024-03-21T13:06:16.184 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[75692]: cluster 2024-03-21T13:06:15.142858+0000 mgr.x (mgr.34104) 1443 : cluster [DBG] pgmap v940: 161 pgs: 2 active+undersized+degraded, 59 peering, 5 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 8/630 objects degraded (1.270%) 2024-03-21T13:06:16.184 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[75692]: audit 2024-03-21T13:06:15.148945+0000 mon.a (mon.0) 1706 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:16.184 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[75692]: cephadm 2024-03-21T13:06:15.151367+0000 mgr.x (mgr.34104) 1444 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:16.184 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[75692]: audit 2024-03-21T13:06:15.231087+0000 mon.a (mon.0) 1707 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:16.184 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[75692]: audit 2024-03-21T13:06:15.234358+0000 mon.a (mon.0) 1708 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:16.184 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[75692]: audit 2024-03-21T13:06:15.237330+0000 mon.a (mon.0) 1709 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:16.184 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[75692]: audit 2024-03-21T13:06:15.238923+0000 mon.a (mon.0) 1710 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:16.185 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[75692]: audit 2024-03-21T13:06:15.250396+0000 mon.a (mon.0) 1711 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:16.185 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[75692]: audit 2024-03-21T13:06:15.331998+0000 mon.a (mon.0) 1712 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:16.185 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[75692]: audit 2024-03-21T13:06:15.335221+0000 mon.a (mon.0) 1713 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:16.185 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[75692]: audit 2024-03-21T13:06:15.338622+0000 mon.a (mon.0) 1714 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:16.185 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[75692]: audit 2024-03-21T13:06:15.340177+0000 mon.a (mon.0) 1715 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:16.185 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[75692]: audit 2024-03-21T13:06:15.351838+0000 mon.a (mon.0) 1716 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:16.185 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[75692]: audit 2024-03-21T13:06:15.433603+0000 mon.a (mon.0) 1717 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:16.185 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[75692]: audit 2024-03-21T13:06:15.437163+0000 mon.a (mon.0) 1718 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:16.185 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[75692]: audit 2024-03-21T13:06:15.442177+0000 mon.a (mon.0) 1719 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:16.185 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[75692]: audit 2024-03-21T13:06:15.444087+0000 mon.a (mon.0) 1720 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:16.185 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[75692]: audit 2024-03-21T13:06:15.456113+0000 mon.a (mon.0) 1721 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:16.185 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[75692]: audit 2024-03-21T13:06:15.535314+0000 mon.a (mon.0) 1722 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:16.185 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[75692]: audit 2024-03-21T13:06:15.539119+0000 mon.a (mon.0) 1723 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:16.186 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[77880]: cephadm 2024-03-21T13:06:14.841351+0000 mgr.x (mgr.34104) 1435 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:16.186 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[77880]: cluster 2024-03-21T13:06:14.936356+0000 mgr.x (mgr.34104) 1436 : cluster [DBG] pgmap v935: 161 pgs: 2 active+undersized+degraded, 59 peering, 5 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 8/630 objects degraded (1.270%) 2024-03-21T13:06:16.186 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[77880]: cluster 2024-03-21T13:06:14.936775+0000 mgr.x (mgr.34104) 1437 : cluster [DBG] pgmap v936: 161 pgs: 2 active+undersized+degraded, 59 peering, 5 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 8/630 objects degraded (1.270%) 2024-03-21T13:06:16.186 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[77880]: cephadm 2024-03-21T13:06:14.946945+0000 mgr.x (mgr.34104) 1438 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:16.186 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[77880]: cluster 2024-03-21T13:06:15.040599+0000 mgr.x (mgr.34104) 1439 : cluster [DBG] pgmap v937: 161 pgs: 2 active+undersized+degraded, 59 peering, 5 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 8/630 objects degraded (1.270%) 2024-03-21T13:06:16.186 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[77880]: cluster 2024-03-21T13:06:15.041583+0000 mgr.x (mgr.34104) 1440 : cluster [DBG] pgmap v938: 161 pgs: 2 active+undersized+degraded, 59 peering, 5 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 8/630 objects degraded (1.270%) 2024-03-21T13:06:16.186 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[77880]: cephadm 2024-03-21T13:06:15.051240+0000 mgr.x (mgr.34104) 1441 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:16.186 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[77880]: cluster 2024-03-21T13:06:15.102259+0000 mon.a (mon.0) 1701 : cluster [WRN] Health check failed: Degraded data redundancy: 8/630 objects degraded (1.270%), 2 pgs degraded (PG_DEGRADED) 2024-03-21T13:06:16.186 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[77880]: audit 2024-03-21T13:06:15.129747+0000 mon.a (mon.0) 1702 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:16.186 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[77880]: audit 2024-03-21T13:06:15.132868+0000 mon.a (mon.0) 1703 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:16.186 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[77880]: audit 2024-03-21T13:06:15.136085+0000 mon.a (mon.0) 1704 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:16.187 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[77880]: audit 2024-03-21T13:06:15.137564+0000 mon.a (mon.0) 1705 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:16.187 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[77880]: cluster 2024-03-21T13:06:15.142046+0000 mgr.x (mgr.34104) 1442 : cluster [DBG] pgmap v939: 161 pgs: 2 active+undersized+degraded, 59 peering, 5 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 8/630 objects degraded (1.270%) 2024-03-21T13:06:16.187 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[77880]: cluster 2024-03-21T13:06:15.142858+0000 mgr.x (mgr.34104) 1443 : cluster [DBG] pgmap v940: 161 pgs: 2 active+undersized+degraded, 59 peering, 5 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 8/630 objects degraded (1.270%) 2024-03-21T13:06:16.187 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[77880]: audit 2024-03-21T13:06:15.148945+0000 mon.a (mon.0) 1706 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:16.187 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[77880]: cephadm 2024-03-21T13:06:15.151367+0000 mgr.x (mgr.34104) 1444 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:16.187 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[77880]: audit 2024-03-21T13:06:15.231087+0000 mon.a (mon.0) 1707 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:16.187 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[75692]: audit 2024-03-21T13:06:15.545706+0000 mon.a (mon.0) 1724 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:16.187 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[75692]: audit 2024-03-21T13:06:15.547542+0000 mon.a (mon.0) 1725 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:16.188 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[75692]: audit 2024-03-21T13:06:15.560513+0000 mon.a (mon.0) 1726 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:16.188 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[75692]: audit 2024-03-21T13:06:15.639191+0000 mon.a (mon.0) 1727 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:16.188 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[75692]: audit 2024-03-21T13:06:15.642360+0000 mon.a (mon.0) 1728 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:16.188 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[75692]: audit 2024-03-21T13:06:15.646048+0000 mon.a (mon.0) 1729 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:16.188 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[75692]: audit 2024-03-21T13:06:15.647535+0000 mon.a (mon.0) 1730 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:16.188 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[75692]: audit 2024-03-21T13:06:15.659883+0000 mon.a (mon.0) 1731 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:16.188 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[75692]: audit 2024-03-21T13:06:15.741952+0000 mon.a (mon.0) 1732 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:16.188 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[75692]: audit 2024-03-21T13:06:15.745090+0000 mon.a (mon.0) 1733 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:16.188 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[75692]: audit 2024-03-21T13:06:15.748519+0000 mon.a (mon.0) 1734 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:16.188 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[75692]: audit 2024-03-21T13:06:15.750233+0000 mon.a (mon.0) 1735 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:16.188 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[75692]: audit 2024-03-21T13:06:15.762672+0000 mon.a (mon.0) 1736 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:16.188 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[75692]: audit 2024-03-21T13:06:15.841749+0000 mon.a (mon.0) 1737 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:16.188 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[75692]: audit 2024-03-21T13:06:15.844951+0000 mon.a (mon.0) 1738 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:16.188 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[75692]: audit 2024-03-21T13:06:15.848748+0000 mon.a (mon.0) 1739 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:16.189 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[75692]: audit 2024-03-21T13:06:15.850120+0000 mon.a (mon.0) 1740 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:16.189 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[75692]: audit 2024-03-21T13:06:15.860965+0000 mon.a (mon.0) 1741 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:16.189 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[75692]: audit 2024-03-21T13:06:15.939472+0000 mon.a (mon.0) 1742 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:16.189 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[75692]: audit 2024-03-21T13:06:15.942585+0000 mon.a (mon.0) 1743 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:16.189 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[75692]: audit 2024-03-21T13:06:15.945973+0000 mon.a (mon.0) 1744 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:16.189 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[75692]: audit 2024-03-21T13:06:15.947122+0000 mon.a (mon.0) 1745 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:16.189 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[75692]: audit 2024-03-21T13:06:15.955874+0000 mon.a (mon.0) 1746 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:16.189 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[75692]: audit 2024-03-21T13:06:16.033645+0000 mon.a (mon.0) 1747 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:16.189 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[75692]: audit 2024-03-21T13:06:16.037009+0000 mon.a (mon.0) 1748 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:16.189 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[75692]: audit 2024-03-21T13:06:16.040936+0000 mon.a (mon.0) 1749 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:16.189 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[75692]: audit 2024-03-21T13:06:16.042340+0000 mon.a (mon.0) 1750 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:16.189 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[75692]: audit 2024-03-21T13:06:16.053474+0000 mon.a (mon.0) 1751 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:16.190 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[77880]: audit 2024-03-21T13:06:15.234358+0000 mon.a (mon.0) 1708 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:16.190 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[77880]: audit 2024-03-21T13:06:15.237330+0000 mon.a (mon.0) 1709 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:16.190 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[77880]: audit 2024-03-21T13:06:15.238923+0000 mon.a (mon.0) 1710 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:16.190 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[77880]: audit 2024-03-21T13:06:15.250396+0000 mon.a (mon.0) 1711 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:16.190 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[77880]: audit 2024-03-21T13:06:15.331998+0000 mon.a (mon.0) 1712 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:16.190 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[77880]: audit 2024-03-21T13:06:15.335221+0000 mon.a (mon.0) 1713 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:16.190 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[77880]: audit 2024-03-21T13:06:15.338622+0000 mon.a (mon.0) 1714 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:16.191 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[77880]: audit 2024-03-21T13:06:15.340177+0000 mon.a (mon.0) 1715 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:16.191 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[77880]: audit 2024-03-21T13:06:15.351838+0000 mon.a (mon.0) 1716 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:16.191 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[77880]: audit 2024-03-21T13:06:15.433603+0000 mon.a (mon.0) 1717 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:16.191 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[77880]: audit 2024-03-21T13:06:15.437163+0000 mon.a (mon.0) 1718 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:16.191 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[77880]: audit 2024-03-21T13:06:15.442177+0000 mon.a (mon.0) 1719 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:16.191 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[77880]: audit 2024-03-21T13:06:15.444087+0000 mon.a (mon.0) 1720 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:16.191 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[77880]: audit 2024-03-21T13:06:15.456113+0000 mon.a (mon.0) 1721 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:16.191 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[77880]: audit 2024-03-21T13:06:15.535314+0000 mon.a (mon.0) 1722 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:16.191 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[77880]: audit 2024-03-21T13:06:15.539119+0000 mon.a (mon.0) 1723 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:16.191 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[77880]: audit 2024-03-21T13:06:15.545706+0000 mon.a (mon.0) 1724 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:16.191 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[77880]: audit 2024-03-21T13:06:15.547542+0000 mon.a (mon.0) 1725 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:16.191 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[77880]: audit 2024-03-21T13:06:15.560513+0000 mon.a (mon.0) 1726 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:16.191 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[77880]: audit 2024-03-21T13:06:15.639191+0000 mon.a (mon.0) 1727 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:16.191 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[77880]: audit 2024-03-21T13:06:15.642360+0000 mon.a (mon.0) 1728 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:16.192 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[77880]: audit 2024-03-21T13:06:15.646048+0000 mon.a (mon.0) 1729 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:16.192 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[77880]: audit 2024-03-21T13:06:15.647535+0000 mon.a (mon.0) 1730 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:16.192 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[77880]: audit 2024-03-21T13:06:15.659883+0000 mon.a (mon.0) 1731 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:16.192 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[77880]: audit 2024-03-21T13:06:15.741952+0000 mon.a (mon.0) 1732 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:16.192 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[77880]: audit 2024-03-21T13:06:15.745090+0000 mon.a (mon.0) 1733 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:16.192 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[77880]: audit 2024-03-21T13:06:15.748519+0000 mon.a (mon.0) 1734 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:16.192 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[77880]: audit 2024-03-21T13:06:15.750233+0000 mon.a (mon.0) 1735 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:16.192 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[77880]: audit 2024-03-21T13:06:15.762672+0000 mon.a (mon.0) 1736 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:16.192 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[77880]: audit 2024-03-21T13:06:15.841749+0000 mon.a (mon.0) 1737 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:16.192 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[77880]: audit 2024-03-21T13:06:15.844951+0000 mon.a (mon.0) 1738 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:16.192 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[77880]: audit 2024-03-21T13:06:15.848748+0000 mon.a (mon.0) 1739 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:16.192 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[77880]: audit 2024-03-21T13:06:15.850120+0000 mon.a (mon.0) 1740 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:16.192 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[77880]: audit 2024-03-21T13:06:15.860965+0000 mon.a (mon.0) 1741 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:16.192 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[77880]: audit 2024-03-21T13:06:15.939472+0000 mon.a (mon.0) 1742 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:16.192 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[77880]: audit 2024-03-21T13:06:15.942585+0000 mon.a (mon.0) 1743 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:16.192 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[77880]: audit 2024-03-21T13:06:15.945973+0000 mon.a (mon.0) 1744 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:16.193 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[77880]: audit 2024-03-21T13:06:15.947122+0000 mon.a (mon.0) 1745 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:16.193 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[77880]: audit 2024-03-21T13:06:15.955874+0000 mon.a (mon.0) 1746 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:16.193 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[77880]: audit 2024-03-21T13:06:16.033645+0000 mon.a (mon.0) 1747 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:16.193 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[77880]: audit 2024-03-21T13:06:16.037009+0000 mon.a (mon.0) 1748 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:16.193 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[77880]: audit 2024-03-21T13:06:16.040936+0000 mon.a (mon.0) 1749 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:16.193 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[77880]: audit 2024-03-21T13:06:16.042340+0000 mon.a (mon.0) 1750 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:16.193 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[77880]: audit 2024-03-21T13:06:16.053474+0000 mon.a (mon.0) 1751 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:16.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:16 smithi184 bash[59794]: cluster 2024-03-21T13:06:14.223921+0000 mgr.x (mgr.34104) 1415 : cluster [DBG] pgmap v921: 161 pgs: 2 active+undersized+degraded, 59 peering, 5 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 8/630 objects degraded (1.270%) 2024-03-21T13:06:16.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:16 smithi184 bash[59794]: cluster 2024-03-21T13:06:14.224306+0000 mgr.x (mgr.34104) 1416 : cluster [DBG] pgmap v922: 161 pgs: 2 active+undersized+degraded, 59 peering, 5 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 8/630 objects degraded (1.270%) 2024-03-21T13:06:16.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:16 smithi184 bash[59794]: cephadm 2024-03-21T13:06:14.234182+0000 mgr.x (mgr.34104) 1417 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:16.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:16 smithi184 bash[59794]: cluster 2024-03-21T13:06:14.328094+0000 mgr.x (mgr.34104) 1418 : cluster [DBG] pgmap v923: 161 pgs: 2 active+undersized+degraded, 59 peering, 5 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 8/630 objects degraded (1.270%) 2024-03-21T13:06:16.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:16 smithi184 bash[59794]: cluster 2024-03-21T13:06:14.328685+0000 mgr.x (mgr.34104) 1419 : cluster [DBG] pgmap v924: 161 pgs: 2 active+undersized+degraded, 59 peering, 5 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 8/630 objects degraded (1.270%) 2024-03-21T13:06:16.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:16 smithi184 bash[59794]: cephadm 2024-03-21T13:06:14.337283+0000 mgr.x (mgr.34104) 1420 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:16.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:16 smithi184 bash[59794]: cluster 2024-03-21T13:06:14.426830+0000 mgr.x (mgr.34104) 1421 : cluster [DBG] pgmap v925: 161 pgs: 2 active+undersized+degraded, 59 peering, 5 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 8/630 objects degraded (1.270%) 2024-03-21T13:06:16.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:16 smithi184 bash[59794]: cluster 2024-03-21T13:06:14.427230+0000 mgr.x (mgr.34104) 1422 : cluster [DBG] pgmap v926: 161 pgs: 2 active+undersized+degraded, 59 peering, 5 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 8/630 objects degraded (1.270%) 2024-03-21T13:06:16.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:16 smithi184 bash[59794]: cephadm 2024-03-21T13:06:14.436183+0000 mgr.x (mgr.34104) 1423 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:16.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:16 smithi184 bash[59794]: cluster 2024-03-21T13:06:14.526840+0000 mgr.x (mgr.34104) 1424 : cluster [DBG] pgmap v927: 161 pgs: 2 active+undersized+degraded, 59 peering, 5 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 8/630 objects degraded (1.270%) 2024-03-21T13:06:16.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:16 smithi184 bash[59794]: cluster 2024-03-21T13:06:14.527589+0000 mgr.x (mgr.34104) 1425 : cluster [DBG] pgmap v928: 161 pgs: 2 active+undersized+degraded, 59 peering, 5 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 8/630 objects degraded (1.270%) 2024-03-21T13:06:16.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:16 smithi184 bash[59794]: cephadm 2024-03-21T13:06:14.537133+0000 mgr.x (mgr.34104) 1426 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:16.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:16 smithi184 bash[59794]: cluster 2024-03-21T13:06:14.626960+0000 mgr.x (mgr.34104) 1427 : cluster [DBG] pgmap v929: 161 pgs: 2 active+undersized+degraded, 59 peering, 5 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 8/630 objects degraded (1.270%) 2024-03-21T13:06:16.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:16 smithi184 bash[59794]: cluster 2024-03-21T13:06:14.627609+0000 mgr.x (mgr.34104) 1428 : cluster [DBG] pgmap v930: 161 pgs: 2 active+undersized+degraded, 59 peering, 5 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 8/630 objects degraded (1.270%) 2024-03-21T13:06:16.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:16 smithi184 bash[59794]: cephadm 2024-03-21T13:06:14.636995+0000 mgr.x (mgr.34104) 1429 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:16.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:16 smithi184 bash[59794]: cluster 2024-03-21T13:06:14.731249+0000 mgr.x (mgr.34104) 1430 : cluster [DBG] pgmap v931: 161 pgs: 2 active+undersized+degraded, 59 peering, 5 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 8/630 objects degraded (1.270%) 2024-03-21T13:06:16.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:16 smithi184 bash[59794]: cluster 2024-03-21T13:06:14.732211+0000 mgr.x (mgr.34104) 1431 : cluster [DBG] pgmap v932: 161 pgs: 2 active+undersized+degraded, 59 peering, 5 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 8/630 objects degraded (1.270%) 2024-03-21T13:06:16.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:16 smithi184 bash[59794]: cephadm 2024-03-21T13:06:14.741511+0000 mgr.x (mgr.34104) 1432 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:16.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:16 smithi184 bash[59794]: cluster 2024-03-21T13:06:14.833827+0000 mgr.x (mgr.34104) 1433 : cluster [DBG] pgmap v933: 161 pgs: 2 active+undersized+degraded, 59 peering, 5 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 8/630 objects degraded (1.270%) 2024-03-21T13:06:16.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:16 smithi184 bash[59794]: cluster 2024-03-21T13:06:14.834608+0000 mgr.x (mgr.34104) 1434 : cluster [DBG] pgmap v934: 161 pgs: 2 active+undersized+degraded, 59 peering, 5 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 8/630 objects degraded (1.270%) 2024-03-21T13:06:16.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:16 smithi184 bash[59794]: cephadm 2024-03-21T13:06:14.841351+0000 mgr.x (mgr.34104) 1435 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:16.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:16 smithi184 bash[59794]: cluster 2024-03-21T13:06:14.936356+0000 mgr.x (mgr.34104) 1436 : cluster [DBG] pgmap v935: 161 pgs: 2 active+undersized+degraded, 59 peering, 5 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 8/630 objects degraded (1.270%) 2024-03-21T13:06:16.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:16 smithi184 bash[59794]: cluster 2024-03-21T13:06:14.936775+0000 mgr.x (mgr.34104) 1437 : cluster [DBG] pgmap v936: 161 pgs: 2 active+undersized+degraded, 59 peering, 5 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 8/630 objects degraded (1.270%) 2024-03-21T13:06:16.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:16 smithi184 bash[59794]: cephadm 2024-03-21T13:06:14.946945+0000 mgr.x (mgr.34104) 1438 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:16.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:16 smithi184 bash[59794]: cluster 2024-03-21T13:06:15.040599+0000 mgr.x (mgr.34104) 1439 : cluster [DBG] pgmap v937: 161 pgs: 2 active+undersized+degraded, 59 peering, 5 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 8/630 objects degraded (1.270%) 2024-03-21T13:06:16.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:16 smithi184 bash[59794]: cluster 2024-03-21T13:06:15.041583+0000 mgr.x (mgr.34104) 1440 : cluster [DBG] pgmap v938: 161 pgs: 2 active+undersized+degraded, 59 peering, 5 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 8/630 objects degraded (1.270%) 2024-03-21T13:06:16.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:16 smithi184 bash[59794]: cephadm 2024-03-21T13:06:15.051240+0000 mgr.x (mgr.34104) 1441 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:16.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:16 smithi184 bash[59794]: cluster 2024-03-21T13:06:15.102259+0000 mon.a (mon.0) 1701 : cluster [WRN] Health check failed: Degraded data redundancy: 8/630 objects degraded (1.270%), 2 pgs degraded (PG_DEGRADED) 2024-03-21T13:06:16.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:16 smithi184 bash[59794]: audit 2024-03-21T13:06:15.129747+0000 mon.a (mon.0) 1702 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:16.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:16 smithi184 bash[59794]: audit 2024-03-21T13:06:15.132868+0000 mon.a (mon.0) 1703 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:16.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:16 smithi184 bash[59794]: audit 2024-03-21T13:06:15.136085+0000 mon.a (mon.0) 1704 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:16.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:16 smithi184 bash[59794]: audit 2024-03-21T13:06:15.137564+0000 mon.a (mon.0) 1705 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:16.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:16 smithi184 bash[59794]: cluster 2024-03-21T13:06:15.142046+0000 mgr.x (mgr.34104) 1442 : cluster [DBG] pgmap v939: 161 pgs: 2 active+undersized+degraded, 59 peering, 5 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 8/630 objects degraded (1.270%) 2024-03-21T13:06:16.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:16 smithi184 bash[59794]: cluster 2024-03-21T13:06:15.142858+0000 mgr.x (mgr.34104) 1443 : cluster [DBG] pgmap v940: 161 pgs: 2 active+undersized+degraded, 59 peering, 5 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 8/630 objects degraded (1.270%) 2024-03-21T13:06:16.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:16 smithi184 bash[59794]: audit 2024-03-21T13:06:15.148945+0000 mon.a (mon.0) 1706 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:16.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:16 smithi184 bash[59794]: cephadm 2024-03-21T13:06:15.151367+0000 mgr.x (mgr.34104) 1444 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:16.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:16 smithi184 bash[59794]: audit 2024-03-21T13:06:15.231087+0000 mon.a (mon.0) 1707 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:16.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:16 smithi184 bash[59794]: audit 2024-03-21T13:06:15.234358+0000 mon.a (mon.0) 1708 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:16.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:16 smithi184 bash[59794]: audit 2024-03-21T13:06:15.237330+0000 mon.a (mon.0) 1709 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:16.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:16 smithi184 bash[59794]: audit 2024-03-21T13:06:15.238923+0000 mon.a (mon.0) 1710 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:16.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:16 smithi184 bash[59794]: audit 2024-03-21T13:06:15.250396+0000 mon.a (mon.0) 1711 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:16.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:16 smithi184 bash[59794]: audit 2024-03-21T13:06:15.331998+0000 mon.a (mon.0) 1712 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:16.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:16 smithi184 bash[59794]: audit 2024-03-21T13:06:15.335221+0000 mon.a (mon.0) 1713 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:16.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:16 smithi184 bash[59794]: audit 2024-03-21T13:06:15.338622+0000 mon.a (mon.0) 1714 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:16.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:16 smithi184 bash[59794]: audit 2024-03-21T13:06:15.340177+0000 mon.a (mon.0) 1715 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:16.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:16 smithi184 bash[59794]: audit 2024-03-21T13:06:15.351838+0000 mon.a (mon.0) 1716 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:16.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:16 smithi184 bash[59794]: audit 2024-03-21T13:06:15.433603+0000 mon.a (mon.0) 1717 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:16.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:16 smithi184 bash[59794]: audit 2024-03-21T13:06:15.437163+0000 mon.a (mon.0) 1718 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:16.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:16 smithi184 bash[59794]: audit 2024-03-21T13:06:15.442177+0000 mon.a (mon.0) 1719 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:16.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:16 smithi184 bash[59794]: audit 2024-03-21T13:06:15.444087+0000 mon.a (mon.0) 1720 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:16.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:16 smithi184 bash[59794]: audit 2024-03-21T13:06:15.456113+0000 mon.a (mon.0) 1721 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:16.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:16 smithi184 bash[59794]: audit 2024-03-21T13:06:15.535314+0000 mon.a (mon.0) 1722 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:16.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:16 smithi184 bash[59794]: audit 2024-03-21T13:06:15.539119+0000 mon.a (mon.0) 1723 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:16.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:16 smithi184 bash[59794]: audit 2024-03-21T13:06:15.545706+0000 mon.a (mon.0) 1724 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:16.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:16 smithi184 bash[59794]: audit 2024-03-21T13:06:15.547542+0000 mon.a (mon.0) 1725 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:16.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:16 smithi184 bash[59794]: audit 2024-03-21T13:06:15.560513+0000 mon.a (mon.0) 1726 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:16.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:16 smithi184 bash[59794]: audit 2024-03-21T13:06:15.639191+0000 mon.a (mon.0) 1727 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:16.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:16 smithi184 bash[59794]: audit 2024-03-21T13:06:15.642360+0000 mon.a (mon.0) 1728 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:16.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:16 smithi184 bash[59794]: audit 2024-03-21T13:06:15.646048+0000 mon.a (mon.0) 1729 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:16.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:16 smithi184 bash[59794]: audit 2024-03-21T13:06:15.647535+0000 mon.a (mon.0) 1730 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:16.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:16 smithi184 bash[59794]: audit 2024-03-21T13:06:15.659883+0000 mon.a (mon.0) 1731 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:16.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:16 smithi184 bash[59794]: audit 2024-03-21T13:06:15.741952+0000 mon.a (mon.0) 1732 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:16.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:16 smithi184 bash[59794]: audit 2024-03-21T13:06:15.745090+0000 mon.a (mon.0) 1733 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:16.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:16 smithi184 bash[59794]: audit 2024-03-21T13:06:15.748519+0000 mon.a (mon.0) 1734 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:16.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:16 smithi184 bash[59794]: audit 2024-03-21T13:06:15.750233+0000 mon.a (mon.0) 1735 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:16.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:16 smithi184 bash[59794]: audit 2024-03-21T13:06:15.762672+0000 mon.a (mon.0) 1736 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:16.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:16 smithi184 bash[59794]: audit 2024-03-21T13:06:15.841749+0000 mon.a (mon.0) 1737 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:16.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:16 smithi184 bash[59794]: audit 2024-03-21T13:06:15.844951+0000 mon.a (mon.0) 1738 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:16.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:16 smithi184 bash[59794]: audit 2024-03-21T13:06:15.848748+0000 mon.a (mon.0) 1739 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:16.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:16 smithi184 bash[59794]: audit 2024-03-21T13:06:15.850120+0000 mon.a (mon.0) 1740 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:16.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:16 smithi184 bash[59794]: audit 2024-03-21T13:06:15.860965+0000 mon.a (mon.0) 1741 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:16.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:16 smithi184 bash[59794]: audit 2024-03-21T13:06:15.939472+0000 mon.a (mon.0) 1742 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:16.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:16 smithi184 bash[59794]: audit 2024-03-21T13:06:15.942585+0000 mon.a (mon.0) 1743 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:16.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:16 smithi184 bash[59794]: audit 2024-03-21T13:06:15.945973+0000 mon.a (mon.0) 1744 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:16.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:16 smithi184 bash[59794]: audit 2024-03-21T13:06:15.947122+0000 mon.a (mon.0) 1745 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:16.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:16 smithi184 bash[59794]: audit 2024-03-21T13:06:15.955874+0000 mon.a (mon.0) 1746 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:16.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:16 smithi184 bash[59794]: audit 2024-03-21T13:06:16.033645+0000 mon.a (mon.0) 1747 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:16.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:16 smithi184 bash[59794]: audit 2024-03-21T13:06:16.037009+0000 mon.a (mon.0) 1748 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:16.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:16 smithi184 bash[59794]: audit 2024-03-21T13:06:16.040936+0000 mon.a (mon.0) 1749 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:16.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:16 smithi184 bash[59794]: audit 2024-03-21T13:06:16.042340+0000 mon.a (mon.0) 1750 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:16.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:16 smithi184 bash[59794]: audit 2024-03-21T13:06:16.053474+0000 mon.a (mon.0) 1751 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:16.798 INFO:journalctl@ceph.osd.1.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[90285]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-03-21T13:06:16.798 INFO:journalctl@ceph.osd.1.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[90285]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-03-21T13:06:16.798 INFO:journalctl@ceph.osd.1.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[90285]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2024-03-21T13:06:16.798 INFO:journalctl@ceph.osd.1.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[90285]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-1 --no-mon-config --dev /dev/mapper/vg_nvme-lv_3 2024-03-21T13:06:16.798 INFO:journalctl@ceph.osd.1.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[90285]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_3 2024-03-21T13:06:16.798 INFO:journalctl@ceph.osd.1.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[90285]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2024-03-21T13:06:16.799 INFO:journalctl@ceph.osd.1.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[90285]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_3 /var/lib/ceph/osd/ceph-1/block 2024-03-21T13:06:16.799 INFO:journalctl@ceph.osd.1.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[90285]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2024-03-21T13:06:16.799 INFO:journalctl@ceph.osd.1.smithi178.stdout:Mar 21 13:06:16 smithi178 bash[90285]: --> ceph-volume raw activate successful for osd ID: 1 2024-03-21T13:06:17.499 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:17 smithi178 bash[77880]: cluster 2024-03-21T13:06:15.243180+0000 mgr.x (mgr.34104) 1445 : cluster [DBG] pgmap v941: 161 pgs: 2 active+undersized+degraded, 59 peering, 5 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 8/630 objects degraded (1.270%) 2024-03-21T13:06:17.499 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:17 smithi178 bash[77880]: cluster 2024-03-21T13:06:15.244055+0000 mgr.x (mgr.34104) 1446 : cluster [DBG] pgmap v942: 161 pgs: 2 active+undersized+degraded, 59 peering, 5 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 8/630 objects degraded (1.270%) 2024-03-21T13:06:17.499 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:17 smithi178 bash[77880]: cephadm 2024-03-21T13:06:15.252749+0000 mgr.x (mgr.34104) 1447 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:17.499 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:17 smithi178 bash[77880]: cluster 2024-03-21T13:06:15.344564+0000 mgr.x (mgr.34104) 1448 : cluster [DBG] pgmap v943: 161 pgs: 2 active+undersized+degraded, 59 peering, 5 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 8/630 objects degraded (1.270%) 2024-03-21T13:06:17.499 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:17 smithi178 bash[77880]: cluster 2024-03-21T13:06:15.345318+0000 mgr.x (mgr.34104) 1449 : cluster [DBG] pgmap v944: 161 pgs: 2 active+undersized+degraded, 59 peering, 5 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 8/630 objects degraded (1.270%) 2024-03-21T13:06:17.499 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:17 smithi178 bash[77880]: cephadm 2024-03-21T13:06:15.354416+0000 mgr.x (mgr.34104) 1450 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:17.499 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:17 smithi178 bash[77880]: cluster 2024-03-21T13:06:15.448675+0000 mgr.x (mgr.34104) 1451 : cluster [DBG] pgmap v945: 161 pgs: 2 active+undersized+degraded, 59 peering, 5 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 8/630 objects degraded (1.270%) 2024-03-21T13:06:17.499 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:17 smithi178 bash[77880]: cluster 2024-03-21T13:06:15.449293+0000 mgr.x (mgr.34104) 1452 : cluster [DBG] pgmap v946: 161 pgs: 2 active+undersized+degraded, 59 peering, 5 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 8/630 objects degraded (1.270%) 2024-03-21T13:06:17.499 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:17 smithi178 bash[77880]: cephadm 2024-03-21T13:06:15.458601+0000 mgr.x (mgr.34104) 1453 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:17.500 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:17 smithi178 bash[77880]: cluster 2024-03-21T13:06:15.552201+0000 mgr.x (mgr.34104) 1454 : cluster [DBG] pgmap v947: 161 pgs: 8 active+undersized+degraded, 46 peering, 12 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 17/630 objects degraded (2.698%) 2024-03-21T13:06:17.500 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:17 smithi178 bash[77880]: cluster 2024-03-21T13:06:15.552660+0000 mgr.x (mgr.34104) 1455 : cluster [DBG] pgmap v948: 161 pgs: 8 active+undersized+degraded, 46 peering, 12 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 17/630 objects degraded (2.698%) 2024-03-21T13:06:17.500 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:17 smithi178 bash[77880]: cephadm 2024-03-21T13:06:15.562998+0000 mgr.x (mgr.34104) 1456 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:17.500 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:17 smithi178 bash[77880]: cluster 2024-03-21T13:06:15.652868+0000 mgr.x (mgr.34104) 1457 : cluster [DBG] pgmap v949: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s; 87/630 objects degraded (13.810%) 2024-03-21T13:06:17.500 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:17 smithi178 bash[77880]: cluster 2024-03-21T13:06:15.653652+0000 mgr.x (mgr.34104) 1458 : cluster [DBG] pgmap v950: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s; 87/630 objects degraded (13.810%) 2024-03-21T13:06:17.500 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:17 smithi178 bash[77880]: cephadm 2024-03-21T13:06:15.662333+0000 mgr.x (mgr.34104) 1459 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:17.500 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:17 smithi178 bash[77880]: cluster 2024-03-21T13:06:15.754854+0000 mgr.x (mgr.34104) 1460 : cluster [DBG] pgmap v951: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s; 87/630 objects degraded (13.810%) 2024-03-21T13:06:17.500 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:17 smithi178 bash[77880]: cluster 2024-03-21T13:06:15.755552+0000 mgr.x (mgr.34104) 1461 : cluster [DBG] pgmap v952: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s; 87/630 objects degraded (13.810%) 2024-03-21T13:06:17.500 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:17 smithi178 bash[77880]: cephadm 2024-03-21T13:06:15.765116+0000 mgr.x (mgr.34104) 1462 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:17.500 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:17 smithi178 bash[77880]: cluster 2024-03-21T13:06:15.854533+0000 mgr.x (mgr.34104) 1463 : cluster [DBG] pgmap v953: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s; 87/630 objects degraded (13.810%) 2024-03-21T13:06:17.500 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:17 smithi178 bash[77880]: cluster 2024-03-21T13:06:15.855156+0000 mgr.x (mgr.34104) 1464 : cluster [DBG] pgmap v954: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s; 87/630 objects degraded (13.810%) 2024-03-21T13:06:17.500 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:17 smithi178 bash[77880]: cephadm 2024-03-21T13:06:15.863350+0000 mgr.x (mgr.34104) 1465 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:17.500 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:17 smithi178 bash[77880]: cluster 2024-03-21T13:06:15.951360+0000 mgr.x (mgr.34104) 1466 : cluster [DBG] pgmap v955: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:17.501 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:17 smithi178 bash[77880]: cluster 2024-03-21T13:06:15.952108+0000 mgr.x (mgr.34104) 1467 : cluster [DBG] pgmap v956: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:17.501 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:17 smithi178 bash[77880]: cephadm 2024-03-21T13:06:15.958207+0000 mgr.x (mgr.34104) 1468 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:17.501 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:17 smithi178 bash[77880]: cluster 2024-03-21T13:06:16.046820+0000 mgr.x (mgr.34104) 1469 : cluster [DBG] pgmap v957: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:17.501 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:17 smithi178 bash[77880]: cluster 2024-03-21T13:06:16.047626+0000 mgr.x (mgr.34104) 1470 : cluster [DBG] pgmap v958: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:17.501 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:17 smithi178 bash[77880]: cephadm 2024-03-21T13:06:16.056015+0000 mgr.x (mgr.34104) 1471 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:17.501 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:17 smithi178 bash[77880]: cluster 2024-03-21T13:06:16.105075+0000 mon.a (mon.0) 1752 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 8 pgs inactive, 8 pgs peering) 2024-03-21T13:06:17.501 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:17 smithi178 bash[77880]: audit 2024-03-21T13:06:16.131560+0000 mon.a (mon.0) 1753 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:17.501 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:17 smithi178 bash[77880]: audit 2024-03-21T13:06:16.134119+0000 mon.a (mon.0) 1754 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:17.501 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:17 smithi178 bash[77880]: audit 2024-03-21T13:06:16.136965+0000 mon.a (mon.0) 1755 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:17.501 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:17 smithi178 bash[77880]: audit 2024-03-21T13:06:16.137773+0000 mon.a (mon.0) 1756 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:17.501 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:17 smithi178 bash[77880]: cluster 2024-03-21T13:06:16.141147+0000 mgr.x (mgr.34104) 1472 : cluster [DBG] pgmap v959: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:17.501 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:17 smithi178 bash[77880]: cluster 2024-03-21T13:06:16.141568+0000 mgr.x (mgr.34104) 1473 : cluster [DBG] pgmap v960: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:17.501 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:17 smithi178 bash[77880]: audit 2024-03-21T13:06:16.145394+0000 mon.a (mon.0) 1757 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:17.501 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:17 smithi178 bash[77880]: cephadm 2024-03-21T13:06:16.147940+0000 mgr.x (mgr.34104) 1474 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:17.502 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:17 smithi178 bash[77880]: audit 2024-03-21T13:06:16.226227+0000 mon.a (mon.0) 1758 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:17.502 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:17 smithi178 bash[77880]: audit 2024-03-21T13:06:16.229551+0000 mon.a (mon.0) 1759 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:17.502 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:17 smithi178 bash[77880]: audit 2024-03-21T13:06:16.232821+0000 mon.a (mon.0) 1760 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:17.502 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:17 smithi178 bash[77880]: audit 2024-03-21T13:06:16.233955+0000 mon.a (mon.0) 1761 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:17.502 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:17 smithi178 bash[77880]: audit 2024-03-21T13:06:16.242134+0000 mon.a (mon.0) 1762 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:17.502 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:17 smithi178 bash[77880]: audit 2024-03-21T13:06:16.326572+0000 mon.a (mon.0) 1763 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:17.502 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:17 smithi178 bash[77880]: audit 2024-03-21T13:06:16.329707+0000 mon.a (mon.0) 1764 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:17.502 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:17 smithi178 bash[77880]: audit 2024-03-21T13:06:16.334231+0000 mon.a (mon.0) 1765 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:17.502 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:17 smithi178 bash[77880]: audit 2024-03-21T13:06:16.335506+0000 mon.a (mon.0) 1766 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:17.502 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:17 smithi178 bash[77880]: audit 2024-03-21T13:06:16.343699+0000 mon.a (mon.0) 1767 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:17.502 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:17 smithi178 bash[77880]: audit 2024-03-21T13:06:16.425797+0000 mon.a (mon.0) 1768 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:17.502 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:17 smithi178 bash[77880]: audit 2024-03-21T13:06:16.429002+0000 mon.a (mon.0) 1769 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:17.503 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:17 smithi178 bash[77880]: audit 2024-03-21T13:06:16.431771+0000 mon.a (mon.0) 1770 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:17.503 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:17 smithi178 bash[77880]: audit 2024-03-21T13:06:16.433053+0000 mon.a (mon.0) 1771 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:17.503 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:17 smithi178 bash[75692]: cluster 2024-03-21T13:06:15.243180+0000 mgr.x (mgr.34104) 1445 : cluster [DBG] pgmap v941: 161 pgs: 2 active+undersized+degraded, 59 peering, 5 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 8/630 objects degraded (1.270%) 2024-03-21T13:06:17.503 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:17 smithi178 bash[75692]: cluster 2024-03-21T13:06:15.244055+0000 mgr.x (mgr.34104) 1446 : cluster [DBG] pgmap v942: 161 pgs: 2 active+undersized+degraded, 59 peering, 5 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 8/630 objects degraded (1.270%) 2024-03-21T13:06:17.503 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:17 smithi178 bash[75692]: cephadm 2024-03-21T13:06:15.252749+0000 mgr.x (mgr.34104) 1447 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:17.503 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:17 smithi178 bash[75692]: cluster 2024-03-21T13:06:15.344564+0000 mgr.x (mgr.34104) 1448 : cluster [DBG] pgmap v943: 161 pgs: 2 active+undersized+degraded, 59 peering, 5 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 8/630 objects degraded (1.270%) 2024-03-21T13:06:17.503 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:17 smithi178 bash[75692]: cluster 2024-03-21T13:06:15.345318+0000 mgr.x (mgr.34104) 1449 : cluster [DBG] pgmap v944: 161 pgs: 2 active+undersized+degraded, 59 peering, 5 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 8/630 objects degraded (1.270%) 2024-03-21T13:06:17.503 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:17 smithi178 bash[75692]: cephadm 2024-03-21T13:06:15.354416+0000 mgr.x (mgr.34104) 1450 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:17.503 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:17 smithi178 bash[75692]: cluster 2024-03-21T13:06:15.448675+0000 mgr.x (mgr.34104) 1451 : cluster [DBG] pgmap v945: 161 pgs: 2 active+undersized+degraded, 59 peering, 5 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 8/630 objects degraded (1.270%) 2024-03-21T13:06:17.503 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:17 smithi178 bash[75692]: cluster 2024-03-21T13:06:15.449293+0000 mgr.x (mgr.34104) 1452 : cluster [DBG] pgmap v946: 161 pgs: 2 active+undersized+degraded, 59 peering, 5 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 8/630 objects degraded (1.270%) 2024-03-21T13:06:17.504 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:17 smithi178 bash[75692]: cephadm 2024-03-21T13:06:15.458601+0000 mgr.x (mgr.34104) 1453 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:17.504 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:17 smithi178 bash[75692]: cluster 2024-03-21T13:06:15.552201+0000 mgr.x (mgr.34104) 1454 : cluster [DBG] pgmap v947: 161 pgs: 8 active+undersized+degraded, 46 peering, 12 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 17/630 objects degraded (2.698%) 2024-03-21T13:06:17.504 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:17 smithi178 bash[75692]: cluster 2024-03-21T13:06:15.552660+0000 mgr.x (mgr.34104) 1455 : cluster [DBG] pgmap v948: 161 pgs: 8 active+undersized+degraded, 46 peering, 12 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 17/630 objects degraded (2.698%) 2024-03-21T13:06:17.504 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:17 smithi178 bash[75692]: cephadm 2024-03-21T13:06:15.562998+0000 mgr.x (mgr.34104) 1456 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:17.504 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:17 smithi178 bash[75692]: cluster 2024-03-21T13:06:15.652868+0000 mgr.x (mgr.34104) 1457 : cluster [DBG] pgmap v949: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s; 87/630 objects degraded (13.810%) 2024-03-21T13:06:17.504 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:17 smithi178 bash[75692]: cluster 2024-03-21T13:06:15.653652+0000 mgr.x (mgr.34104) 1458 : cluster [DBG] pgmap v950: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s; 87/630 objects degraded (13.810%) 2024-03-21T13:06:17.504 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:17 smithi178 bash[75692]: cephadm 2024-03-21T13:06:15.662333+0000 mgr.x (mgr.34104) 1459 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:17.504 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:17 smithi178 bash[77880]: audit 2024-03-21T13:06:16.444015+0000 mon.a (mon.0) 1772 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:17.504 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:17 smithi178 bash[77880]: audit 2024-03-21T13:06:16.526664+0000 mon.a (mon.0) 1773 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:17.504 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:17 smithi178 bash[77880]: audit 2024-03-21T13:06:16.530419+0000 mon.a (mon.0) 1774 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:17.505 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:17 smithi178 bash[77880]: audit 2024-03-21T13:06:16.534167+0000 mon.a (mon.0) 1775 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:17.505 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:17 smithi178 bash[77880]: audit 2024-03-21T13:06:16.535600+0000 mon.a (mon.0) 1776 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:17.505 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:17 smithi178 bash[77880]: audit 2024-03-21T13:06:16.551221+0000 mon.a (mon.0) 1777 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:17.505 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:17 smithi178 bash[77880]: audit 2024-03-21T13:06:16.631203+0000 mon.a (mon.0) 1778 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:17.505 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:17 smithi178 bash[77880]: audit 2024-03-21T13:06:16.633764+0000 mon.a (mon.0) 1779 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:17.505 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:17 smithi178 bash[77880]: audit 2024-03-21T13:06:16.637240+0000 mon.a (mon.0) 1780 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:17.505 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:17 smithi178 bash[77880]: audit 2024-03-21T13:06:16.638130+0000 mon.a (mon.0) 1781 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:17.505 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:17 smithi178 bash[77880]: audit 2024-03-21T13:06:16.647596+0000 mon.a (mon.0) 1782 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:17.505 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:17 smithi178 bash[77880]: audit 2024-03-21T13:06:16.731680+0000 mon.a (mon.0) 1783 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:17.505 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:17 smithi178 bash[77880]: audit 2024-03-21T13:06:16.735122+0000 mon.a (mon.0) 1784 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:17.505 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:17 smithi178 bash[77880]: audit 2024-03-21T13:06:16.740490+0000 mon.a (mon.0) 1785 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:17.505 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:17 smithi178 bash[77880]: audit 2024-03-21T13:06:16.742476+0000 mon.a (mon.0) 1786 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:17.505 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:17 smithi178 bash[77880]: audit 2024-03-21T13:06:16.754790+0000 mon.a (mon.0) 1787 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:17.505 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:17 smithi178 bash[77880]: audit 2024-03-21T13:06:16.835075+0000 mon.a (mon.0) 1788 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:17.506 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:17 smithi178 bash[77880]: audit 2024-03-21T13:06:16.838872+0000 mon.a (mon.0) 1789 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:17.506 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:17 smithi178 bash[77880]: audit 2024-03-21T13:06:16.843231+0000 mon.a (mon.0) 1790 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:17.506 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:17 smithi178 bash[75692]: cluster 2024-03-21T13:06:15.754854+0000 mgr.x (mgr.34104) 1460 : cluster [DBG] pgmap v951: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s; 87/630 objects degraded (13.810%) 2024-03-21T13:06:17.506 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:17 smithi178 bash[75692]: cluster 2024-03-21T13:06:15.755552+0000 mgr.x (mgr.34104) 1461 : cluster [DBG] pgmap v952: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s; 87/630 objects degraded (13.810%) 2024-03-21T13:06:17.506 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:17 smithi178 bash[75692]: cephadm 2024-03-21T13:06:15.765116+0000 mgr.x (mgr.34104) 1462 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:17.506 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:17 smithi178 bash[75692]: cluster 2024-03-21T13:06:15.854533+0000 mgr.x (mgr.34104) 1463 : cluster [DBG] pgmap v953: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s; 87/630 objects degraded (13.810%) 2024-03-21T13:06:17.506 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:17 smithi178 bash[75692]: cluster 2024-03-21T13:06:15.855156+0000 mgr.x (mgr.34104) 1464 : cluster [DBG] pgmap v954: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s; 87/630 objects degraded (13.810%) 2024-03-21T13:06:17.506 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:17 smithi178 bash[75692]: cephadm 2024-03-21T13:06:15.863350+0000 mgr.x (mgr.34104) 1465 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:17.506 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:17 smithi178 bash[75692]: cluster 2024-03-21T13:06:15.951360+0000 mgr.x (mgr.34104) 1466 : cluster [DBG] pgmap v955: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:17.507 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:17 smithi178 bash[75692]: cluster 2024-03-21T13:06:15.952108+0000 mgr.x (mgr.34104) 1467 : cluster [DBG] pgmap v956: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:17.507 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:17 smithi178 bash[75692]: cephadm 2024-03-21T13:06:15.958207+0000 mgr.x (mgr.34104) 1468 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:17.507 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:17 smithi178 bash[75692]: cluster 2024-03-21T13:06:16.046820+0000 mgr.x (mgr.34104) 1469 : cluster [DBG] pgmap v957: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:17.507 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:17 smithi178 bash[75692]: cluster 2024-03-21T13:06:16.047626+0000 mgr.x (mgr.34104) 1470 : cluster [DBG] pgmap v958: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:17.507 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:17 smithi178 bash[75692]: cephadm 2024-03-21T13:06:16.056015+0000 mgr.x (mgr.34104) 1471 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:17.507 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:17 smithi178 bash[75692]: cluster 2024-03-21T13:06:16.105075+0000 mon.a (mon.0) 1752 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 8 pgs inactive, 8 pgs peering) 2024-03-21T13:06:17.507 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:17 smithi178 bash[75692]: audit 2024-03-21T13:06:16.131560+0000 mon.a (mon.0) 1753 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:17.507 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:17 smithi178 bash[75692]: audit 2024-03-21T13:06:16.134119+0000 mon.a (mon.0) 1754 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:17.507 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:17 smithi178 bash[75692]: audit 2024-03-21T13:06:16.136965+0000 mon.a (mon.0) 1755 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:17.507 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:17 smithi178 bash[77880]: audit 2024-03-21T13:06:16.844719+0000 mon.a (mon.0) 1791 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:17.507 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:17 smithi178 bash[77880]: audit 2024-03-21T13:06:16.856054+0000 mon.a (mon.0) 1792 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:17.508 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:17 smithi178 bash[77880]: audit 2024-03-21T13:06:16.937726+0000 mon.a (mon.0) 1793 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:17.508 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:17 smithi178 bash[77880]: audit 2024-03-21T13:06:16.940749+0000 mon.a (mon.0) 1794 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:17.508 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:17 smithi178 bash[77880]: audit 2024-03-21T13:06:16.944379+0000 mon.a (mon.0) 1795 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:17.508 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:17 smithi178 bash[77880]: audit 2024-03-21T13:06:16.945718+0000 mon.a (mon.0) 1796 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:17.508 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:17 smithi178 bash[77880]: audit 2024-03-21T13:06:16.957792+0000 mon.a (mon.0) 1797 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:17.508 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:17 smithi178 bash[77880]: audit 2024-03-21T13:06:17.036691+0000 mon.a (mon.0) 1798 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:17.508 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:17 smithi178 bash[77880]: audit 2024-03-21T13:06:17.039587+0000 mon.a (mon.0) 1799 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:17.508 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:17 smithi178 bash[77880]: audit 2024-03-21T13:06:17.042901+0000 mon.a (mon.0) 1800 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:17.508 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:17 smithi178 bash[77880]: audit 2024-03-21T13:06:17.044278+0000 mon.a (mon.0) 1801 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:17.508 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:17 smithi178 bash[77880]: audit 2024-03-21T13:06:17.056005+0000 mon.a (mon.0) 1802 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:17.509 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:17 smithi178 bash[75692]: audit 2024-03-21T13:06:16.137773+0000 mon.a (mon.0) 1756 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:17.509 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:17 smithi178 bash[75692]: cluster 2024-03-21T13:06:16.141147+0000 mgr.x (mgr.34104) 1472 : cluster [DBG] pgmap v959: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:17.509 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:17 smithi178 bash[75692]: cluster 2024-03-21T13:06:16.141568+0000 mgr.x (mgr.34104) 1473 : cluster [DBG] pgmap v960: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:17.509 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:17 smithi178 bash[75692]: audit 2024-03-21T13:06:16.145394+0000 mon.a (mon.0) 1757 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:17.509 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:17 smithi178 bash[75692]: cephadm 2024-03-21T13:06:16.147940+0000 mgr.x (mgr.34104) 1474 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:17.509 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:17 smithi178 bash[75692]: audit 2024-03-21T13:06:16.226227+0000 mon.a (mon.0) 1758 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:17.509 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:17 smithi178 bash[75692]: audit 2024-03-21T13:06:16.229551+0000 mon.a (mon.0) 1759 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:17.509 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:17 smithi178 bash[75692]: audit 2024-03-21T13:06:16.232821+0000 mon.a (mon.0) 1760 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:17.509 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:17 smithi178 bash[75692]: audit 2024-03-21T13:06:16.233955+0000 mon.a (mon.0) 1761 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:17.509 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:17 smithi178 bash[75692]: audit 2024-03-21T13:06:16.242134+0000 mon.a (mon.0) 1762 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:17.509 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:17 smithi178 bash[75692]: audit 2024-03-21T13:06:16.326572+0000 mon.a (mon.0) 1763 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:17.510 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:17 smithi178 bash[75692]: audit 2024-03-21T13:06:16.329707+0000 mon.a (mon.0) 1764 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:17.510 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:17 smithi178 bash[75692]: audit 2024-03-21T13:06:16.334231+0000 mon.a (mon.0) 1765 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:17.510 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:17 smithi178 bash[75692]: audit 2024-03-21T13:06:16.335506+0000 mon.a (mon.0) 1766 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:17.510 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:17 smithi178 bash[75692]: audit 2024-03-21T13:06:16.343699+0000 mon.a (mon.0) 1767 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:17.510 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:17 smithi178 bash[75692]: audit 2024-03-21T13:06:16.425797+0000 mon.a (mon.0) 1768 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:17.510 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:17 smithi178 bash[75692]: audit 2024-03-21T13:06:16.429002+0000 mon.a (mon.0) 1769 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:17.510 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:17 smithi178 bash[75692]: audit 2024-03-21T13:06:16.431771+0000 mon.a (mon.0) 1770 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:17.510 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:17 smithi178 bash[75692]: audit 2024-03-21T13:06:16.433053+0000 mon.a (mon.0) 1771 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:17.510 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:17 smithi178 bash[75692]: audit 2024-03-21T13:06:16.444015+0000 mon.a (mon.0) 1772 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:17.510 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:17 smithi178 bash[75692]: audit 2024-03-21T13:06:16.526664+0000 mon.a (mon.0) 1773 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:17.510 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:17 smithi178 bash[75692]: audit 2024-03-21T13:06:16.530419+0000 mon.a (mon.0) 1774 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:17.510 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:17 smithi178 bash[75692]: audit 2024-03-21T13:06:16.534167+0000 mon.a (mon.0) 1775 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:17.510 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:17 smithi178 bash[75692]: audit 2024-03-21T13:06:16.535600+0000 mon.a (mon.0) 1776 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:17.510 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:17 smithi178 bash[75692]: audit 2024-03-21T13:06:16.551221+0000 mon.a (mon.0) 1777 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:17.511 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:17 smithi178 bash[75692]: audit 2024-03-21T13:06:16.631203+0000 mon.a (mon.0) 1778 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:17.511 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:17 smithi178 bash[75692]: audit 2024-03-21T13:06:16.633764+0000 mon.a (mon.0) 1779 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:17.511 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:17 smithi178 bash[75692]: audit 2024-03-21T13:06:16.637240+0000 mon.a (mon.0) 1780 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:17.511 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:17 smithi178 bash[75692]: audit 2024-03-21T13:06:16.638130+0000 mon.a (mon.0) 1781 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:17.511 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:17 smithi178 bash[75692]: audit 2024-03-21T13:06:16.647596+0000 mon.a (mon.0) 1782 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:17.511 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:17 smithi178 bash[75692]: audit 2024-03-21T13:06:16.731680+0000 mon.a (mon.0) 1783 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:17.511 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:17 smithi178 bash[75692]: audit 2024-03-21T13:06:16.735122+0000 mon.a (mon.0) 1784 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:17.511 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:17 smithi178 bash[75692]: audit 2024-03-21T13:06:16.740490+0000 mon.a (mon.0) 1785 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:17.511 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:17 smithi178 bash[75692]: audit 2024-03-21T13:06:16.742476+0000 mon.a (mon.0) 1786 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:17.511 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:17 smithi178 bash[75692]: audit 2024-03-21T13:06:16.754790+0000 mon.a (mon.0) 1787 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:17.511 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:17 smithi178 bash[75692]: audit 2024-03-21T13:06:16.835075+0000 mon.a (mon.0) 1788 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:17.511 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:17 smithi178 bash[75692]: audit 2024-03-21T13:06:16.838872+0000 mon.a (mon.0) 1789 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:17.511 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:17 smithi178 bash[75692]: audit 2024-03-21T13:06:16.843231+0000 mon.a (mon.0) 1790 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:17.511 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:17 smithi178 bash[75692]: audit 2024-03-21T13:06:16.844719+0000 mon.a (mon.0) 1791 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:17.512 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:17 smithi178 bash[75692]: audit 2024-03-21T13:06:16.856054+0000 mon.a (mon.0) 1792 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:17.512 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:17 smithi178 bash[75692]: audit 2024-03-21T13:06:16.937726+0000 mon.a (mon.0) 1793 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:17.512 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:17 smithi178 bash[75692]: audit 2024-03-21T13:06:16.940749+0000 mon.a (mon.0) 1794 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:17.512 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:17 smithi178 bash[75692]: audit 2024-03-21T13:06:16.944379+0000 mon.a (mon.0) 1795 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:17.512 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:17 smithi178 bash[75692]: audit 2024-03-21T13:06:16.945718+0000 mon.a (mon.0) 1796 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:17.512 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:17 smithi178 bash[75692]: audit 2024-03-21T13:06:16.957792+0000 mon.a (mon.0) 1797 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:17.512 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:17 smithi178 bash[75692]: audit 2024-03-21T13:06:17.036691+0000 mon.a (mon.0) 1798 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:17.512 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:17 smithi178 bash[75692]: audit 2024-03-21T13:06:17.039587+0000 mon.a (mon.0) 1799 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:17.512 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:17 smithi178 bash[75692]: audit 2024-03-21T13:06:17.042901+0000 mon.a (mon.0) 1800 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:17.512 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:17 smithi178 bash[75692]: audit 2024-03-21T13:06:17.044278+0000 mon.a (mon.0) 1801 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:17.512 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:17 smithi178 bash[75692]: audit 2024-03-21T13:06:17.056005+0000 mon.a (mon.0) 1802 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:17.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:17 smithi184 bash[59794]: cluster 2024-03-21T13:06:15.243180+0000 mgr.x (mgr.34104) 1445 : cluster [DBG] pgmap v941: 161 pgs: 2 active+undersized+degraded, 59 peering, 5 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 8/630 objects degraded (1.270%) 2024-03-21T13:06:17.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:17 smithi184 bash[59794]: cluster 2024-03-21T13:06:15.244055+0000 mgr.x (mgr.34104) 1446 : cluster [DBG] pgmap v942: 161 pgs: 2 active+undersized+degraded, 59 peering, 5 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 8/630 objects degraded (1.270%) 2024-03-21T13:06:17.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:17 smithi184 bash[59794]: cephadm 2024-03-21T13:06:15.252749+0000 mgr.x (mgr.34104) 1447 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:17.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:17 smithi184 bash[59794]: cluster 2024-03-21T13:06:15.344564+0000 mgr.x (mgr.34104) 1448 : cluster [DBG] pgmap v943: 161 pgs: 2 active+undersized+degraded, 59 peering, 5 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 8/630 objects degraded (1.270%) 2024-03-21T13:06:17.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:17 smithi184 bash[59794]: cluster 2024-03-21T13:06:15.345318+0000 mgr.x (mgr.34104) 1449 : cluster [DBG] pgmap v944: 161 pgs: 2 active+undersized+degraded, 59 peering, 5 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 8/630 objects degraded (1.270%) 2024-03-21T13:06:17.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:17 smithi184 bash[59794]: cephadm 2024-03-21T13:06:15.354416+0000 mgr.x (mgr.34104) 1450 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:17.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:17 smithi184 bash[59794]: cluster 2024-03-21T13:06:15.448675+0000 mgr.x (mgr.34104) 1451 : cluster [DBG] pgmap v945: 161 pgs: 2 active+undersized+degraded, 59 peering, 5 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 8/630 objects degraded (1.270%) 2024-03-21T13:06:17.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:17 smithi184 bash[59794]: cluster 2024-03-21T13:06:15.449293+0000 mgr.x (mgr.34104) 1452 : cluster [DBG] pgmap v946: 161 pgs: 2 active+undersized+degraded, 59 peering, 5 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 8/630 objects degraded (1.270%) 2024-03-21T13:06:17.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:17 smithi184 bash[59794]: cephadm 2024-03-21T13:06:15.458601+0000 mgr.x (mgr.34104) 1453 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:17.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:17 smithi184 bash[59794]: cluster 2024-03-21T13:06:15.552201+0000 mgr.x (mgr.34104) 1454 : cluster [DBG] pgmap v947: 161 pgs: 8 active+undersized+degraded, 46 peering, 12 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 17/630 objects degraded (2.698%) 2024-03-21T13:06:17.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:17 smithi184 bash[59794]: cluster 2024-03-21T13:06:15.552660+0000 mgr.x (mgr.34104) 1455 : cluster [DBG] pgmap v948: 161 pgs: 8 active+undersized+degraded, 46 peering, 12 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 17/630 objects degraded (2.698%) 2024-03-21T13:06:17.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:17 smithi184 bash[59794]: cephadm 2024-03-21T13:06:15.562998+0000 mgr.x (mgr.34104) 1456 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:17.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:17 smithi184 bash[59794]: cluster 2024-03-21T13:06:15.652868+0000 mgr.x (mgr.34104) 1457 : cluster [DBG] pgmap v949: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s; 87/630 objects degraded (13.810%) 2024-03-21T13:06:17.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:17 smithi184 bash[59794]: cluster 2024-03-21T13:06:15.653652+0000 mgr.x (mgr.34104) 1458 : cluster [DBG] pgmap v950: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s; 87/630 objects degraded (13.810%) 2024-03-21T13:06:17.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:17 smithi184 bash[59794]: cephadm 2024-03-21T13:06:15.662333+0000 mgr.x (mgr.34104) 1459 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:17.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:17 smithi184 bash[59794]: cluster 2024-03-21T13:06:15.754854+0000 mgr.x (mgr.34104) 1460 : cluster [DBG] pgmap v951: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s; 87/630 objects degraded (13.810%) 2024-03-21T13:06:17.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:17 smithi184 bash[59794]: cluster 2024-03-21T13:06:15.755552+0000 mgr.x (mgr.34104) 1461 : cluster [DBG] pgmap v952: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s; 87/630 objects degraded (13.810%) 2024-03-21T13:06:17.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:17 smithi184 bash[59794]: cephadm 2024-03-21T13:06:15.765116+0000 mgr.x (mgr.34104) 1462 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:17.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:17 smithi184 bash[59794]: cluster 2024-03-21T13:06:15.854533+0000 mgr.x (mgr.34104) 1463 : cluster [DBG] pgmap v953: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s; 87/630 objects degraded (13.810%) 2024-03-21T13:06:17.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:17 smithi184 bash[59794]: cluster 2024-03-21T13:06:15.855156+0000 mgr.x (mgr.34104) 1464 : cluster [DBG] pgmap v954: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s; 87/630 objects degraded (13.810%) 2024-03-21T13:06:17.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:17 smithi184 bash[59794]: cephadm 2024-03-21T13:06:15.863350+0000 mgr.x (mgr.34104) 1465 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:17.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:17 smithi184 bash[59794]: cluster 2024-03-21T13:06:15.951360+0000 mgr.x (mgr.34104) 1466 : cluster [DBG] pgmap v955: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:17.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:17 smithi184 bash[59794]: cluster 2024-03-21T13:06:15.952108+0000 mgr.x (mgr.34104) 1467 : cluster [DBG] pgmap v956: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:17.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:17 smithi184 bash[59794]: cephadm 2024-03-21T13:06:15.958207+0000 mgr.x (mgr.34104) 1468 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:17.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:17 smithi184 bash[59794]: cluster 2024-03-21T13:06:16.046820+0000 mgr.x (mgr.34104) 1469 : cluster [DBG] pgmap v957: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:17.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:17 smithi184 bash[59794]: cluster 2024-03-21T13:06:16.047626+0000 mgr.x (mgr.34104) 1470 : cluster [DBG] pgmap v958: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:17.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:17 smithi184 bash[59794]: cephadm 2024-03-21T13:06:16.056015+0000 mgr.x (mgr.34104) 1471 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:17.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:17 smithi184 bash[59794]: cluster 2024-03-21T13:06:16.105075+0000 mon.a (mon.0) 1752 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 8 pgs inactive, 8 pgs peering) 2024-03-21T13:06:17.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:17 smithi184 bash[59794]: audit 2024-03-21T13:06:16.131560+0000 mon.a (mon.0) 1753 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:17.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:17 smithi184 bash[59794]: audit 2024-03-21T13:06:16.134119+0000 mon.a (mon.0) 1754 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:17.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:17 smithi184 bash[59794]: audit 2024-03-21T13:06:16.136965+0000 mon.a (mon.0) 1755 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:17.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:17 smithi184 bash[59794]: audit 2024-03-21T13:06:16.137773+0000 mon.a (mon.0) 1756 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:17.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:17 smithi184 bash[59794]: cluster 2024-03-21T13:06:16.141147+0000 mgr.x (mgr.34104) 1472 : cluster [DBG] pgmap v959: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:17.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:17 smithi184 bash[59794]: cluster 2024-03-21T13:06:16.141568+0000 mgr.x (mgr.34104) 1473 : cluster [DBG] pgmap v960: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:17.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:17 smithi184 bash[59794]: audit 2024-03-21T13:06:16.145394+0000 mon.a (mon.0) 1757 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:17.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:17 smithi184 bash[59794]: cephadm 2024-03-21T13:06:16.147940+0000 mgr.x (mgr.34104) 1474 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:17.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:17 smithi184 bash[59794]: audit 2024-03-21T13:06:16.226227+0000 mon.a (mon.0) 1758 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:17.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:17 smithi184 bash[59794]: audit 2024-03-21T13:06:16.229551+0000 mon.a (mon.0) 1759 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:17.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:17 smithi184 bash[59794]: audit 2024-03-21T13:06:16.232821+0000 mon.a (mon.0) 1760 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:17.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:17 smithi184 bash[59794]: audit 2024-03-21T13:06:16.233955+0000 mon.a (mon.0) 1761 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:17.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:17 smithi184 bash[59794]: audit 2024-03-21T13:06:16.242134+0000 mon.a (mon.0) 1762 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:17.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:17 smithi184 bash[59794]: audit 2024-03-21T13:06:16.326572+0000 mon.a (mon.0) 1763 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:17.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:17 smithi184 bash[59794]: audit 2024-03-21T13:06:16.329707+0000 mon.a (mon.0) 1764 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:17.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:17 smithi184 bash[59794]: audit 2024-03-21T13:06:16.334231+0000 mon.a (mon.0) 1765 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:17.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:17 smithi184 bash[59794]: audit 2024-03-21T13:06:16.335506+0000 mon.a (mon.0) 1766 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:17.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:17 smithi184 bash[59794]: audit 2024-03-21T13:06:16.343699+0000 mon.a (mon.0) 1767 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:17.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:17 smithi184 bash[59794]: audit 2024-03-21T13:06:16.425797+0000 mon.a (mon.0) 1768 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:17.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:17 smithi184 bash[59794]: audit 2024-03-21T13:06:16.429002+0000 mon.a (mon.0) 1769 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:17.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:17 smithi184 bash[59794]: audit 2024-03-21T13:06:16.431771+0000 mon.a (mon.0) 1770 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:17.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:17 smithi184 bash[59794]: audit 2024-03-21T13:06:16.433053+0000 mon.a (mon.0) 1771 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:17.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:17 smithi184 bash[59794]: audit 2024-03-21T13:06:16.444015+0000 mon.a (mon.0) 1772 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:17.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:17 smithi184 bash[59794]: audit 2024-03-21T13:06:16.526664+0000 mon.a (mon.0) 1773 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:17.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:17 smithi184 bash[59794]: audit 2024-03-21T13:06:16.530419+0000 mon.a (mon.0) 1774 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:17.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:17 smithi184 bash[59794]: audit 2024-03-21T13:06:16.534167+0000 mon.a (mon.0) 1775 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:17.581 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:17 smithi184 bash[59794]: audit 2024-03-21T13:06:16.535600+0000 mon.a (mon.0) 1776 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:17.581 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:17 smithi184 bash[59794]: audit 2024-03-21T13:06:16.551221+0000 mon.a (mon.0) 1777 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:17.581 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:17 smithi184 bash[59794]: audit 2024-03-21T13:06:16.631203+0000 mon.a (mon.0) 1778 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:17.581 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:17 smithi184 bash[59794]: audit 2024-03-21T13:06:16.633764+0000 mon.a (mon.0) 1779 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:17.581 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:17 smithi184 bash[59794]: audit 2024-03-21T13:06:16.637240+0000 mon.a (mon.0) 1780 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:17.581 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:17 smithi184 bash[59794]: audit 2024-03-21T13:06:16.638130+0000 mon.a (mon.0) 1781 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:17.581 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:17 smithi184 bash[59794]: audit 2024-03-21T13:06:16.647596+0000 mon.a (mon.0) 1782 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:17.581 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:17 smithi184 bash[59794]: audit 2024-03-21T13:06:16.731680+0000 mon.a (mon.0) 1783 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:17.582 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:17 smithi184 bash[59794]: audit 2024-03-21T13:06:16.735122+0000 mon.a (mon.0) 1784 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:17.582 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:17 smithi184 bash[59794]: audit 2024-03-21T13:06:16.740490+0000 mon.a (mon.0) 1785 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:17.582 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:17 smithi184 bash[59794]: audit 2024-03-21T13:06:16.742476+0000 mon.a (mon.0) 1786 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:17.582 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:17 smithi184 bash[59794]: audit 2024-03-21T13:06:16.754790+0000 mon.a (mon.0) 1787 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:17.582 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:17 smithi184 bash[59794]: audit 2024-03-21T13:06:16.835075+0000 mon.a (mon.0) 1788 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:17.582 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:17 smithi184 bash[59794]: audit 2024-03-21T13:06:16.838872+0000 mon.a (mon.0) 1789 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:17.582 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:17 smithi184 bash[59794]: audit 2024-03-21T13:06:16.843231+0000 mon.a (mon.0) 1790 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:17.582 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:17 smithi184 bash[59794]: audit 2024-03-21T13:06:16.844719+0000 mon.a (mon.0) 1791 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:17.583 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:17 smithi184 bash[59794]: audit 2024-03-21T13:06:16.856054+0000 mon.a (mon.0) 1792 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:17.583 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:17 smithi184 bash[59794]: audit 2024-03-21T13:06:16.937726+0000 mon.a (mon.0) 1793 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:17.583 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:17 smithi184 bash[59794]: audit 2024-03-21T13:06:16.940749+0000 mon.a (mon.0) 1794 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:17.583 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:17 smithi184 bash[59794]: audit 2024-03-21T13:06:16.944379+0000 mon.a (mon.0) 1795 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:17.583 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:17 smithi184 bash[59794]: audit 2024-03-21T13:06:16.945718+0000 mon.a (mon.0) 1796 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:17.583 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:17 smithi184 bash[59794]: audit 2024-03-21T13:06:16.957792+0000 mon.a (mon.0) 1797 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:17.583 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:17 smithi184 bash[59794]: audit 2024-03-21T13:06:17.036691+0000 mon.a (mon.0) 1798 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:17.583 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:17 smithi184 bash[59794]: audit 2024-03-21T13:06:17.039587+0000 mon.a (mon.0) 1799 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:17.583 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:17 smithi184 bash[59794]: audit 2024-03-21T13:06:17.042901+0000 mon.a (mon.0) 1800 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:17.584 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:17 smithi184 bash[59794]: audit 2024-03-21T13:06:17.044278+0000 mon.a (mon.0) 1801 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:17.584 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:17 smithi184 bash[59794]: audit 2024-03-21T13:06:17.056005+0000 mon.a (mon.0) 1802 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:18.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:18 smithi178 bash[75692]: cluster 2024-03-21T13:06:16.237959+0000 mgr.x (mgr.34104) 1475 : cluster [DBG] pgmap v961: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:18.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:18 smithi178 bash[75692]: cluster 2024-03-21T13:06:16.238588+0000 mgr.x (mgr.34104) 1476 : cluster [DBG] pgmap v962: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:18.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:18 smithi178 bash[75692]: cephadm 2024-03-21T13:06:16.244467+0000 mgr.x (mgr.34104) 1477 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:18.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:18 smithi178 bash[75692]: cluster 2024-03-21T13:06:16.339803+0000 mgr.x (mgr.34104) 1478 : cluster [DBG] pgmap v963: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:18.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:18 smithi178 bash[75692]: cluster 2024-03-21T13:06:16.340298+0000 mgr.x (mgr.34104) 1479 : cluster [DBG] pgmap v964: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:18.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:18 smithi178 bash[75692]: cephadm 2024-03-21T13:06:16.347597+0000 mgr.x (mgr.34104) 1480 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:18.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:18 smithi178 bash[75692]: cluster 2024-03-21T13:06:16.437232+0000 mgr.x (mgr.34104) 1481 : cluster [DBG] pgmap v965: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:18.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:18 smithi178 bash[75692]: cluster 2024-03-21T13:06:16.437880+0000 mgr.x (mgr.34104) 1482 : cluster [DBG] pgmap v966: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:18.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:18 smithi178 bash[75692]: cephadm 2024-03-21T13:06:16.446471+0000 mgr.x (mgr.34104) 1483 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:18.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:18 smithi178 bash[75692]: cluster 2024-03-21T13:06:16.540037+0000 mgr.x (mgr.34104) 1484 : cluster [DBG] pgmap v967: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:18.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:18 smithi178 bash[75692]: cluster 2024-03-21T13:06:16.540806+0000 mgr.x (mgr.34104) 1485 : cluster [DBG] pgmap v968: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:18.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:18 smithi178 bash[75692]: cephadm 2024-03-21T13:06:16.553808+0000 mgr.x (mgr.34104) 1486 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:18.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:18 smithi178 bash[75692]: cluster 2024-03-21T13:06:16.641989+0000 mgr.x (mgr.34104) 1487 : cluster [DBG] pgmap v969: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:18.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:18 smithi178 bash[75692]: cluster 2024-03-21T13:06:16.642736+0000 mgr.x (mgr.34104) 1488 : cluster [DBG] pgmap v970: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:18.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:18 smithi178 bash[75692]: cephadm 2024-03-21T13:06:16.649926+0000 mgr.x (mgr.34104) 1489 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:18.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:18 smithi178 bash[77880]: cluster 2024-03-21T13:06:16.237959+0000 mgr.x (mgr.34104) 1475 : cluster [DBG] pgmap v961: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:18.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:18 smithi178 bash[77880]: cluster 2024-03-21T13:06:16.238588+0000 mgr.x (mgr.34104) 1476 : cluster [DBG] pgmap v962: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:18.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:18 smithi178 bash[77880]: cephadm 2024-03-21T13:06:16.244467+0000 mgr.x (mgr.34104) 1477 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:18.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:18 smithi178 bash[77880]: cluster 2024-03-21T13:06:16.339803+0000 mgr.x (mgr.34104) 1478 : cluster [DBG] pgmap v963: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:18.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:18 smithi178 bash[77880]: cluster 2024-03-21T13:06:16.340298+0000 mgr.x (mgr.34104) 1479 : cluster [DBG] pgmap v964: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:18.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:18 smithi178 bash[77880]: cephadm 2024-03-21T13:06:16.347597+0000 mgr.x (mgr.34104) 1480 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:18.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:18 smithi178 bash[77880]: cluster 2024-03-21T13:06:16.437232+0000 mgr.x (mgr.34104) 1481 : cluster [DBG] pgmap v965: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:18.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:18 smithi178 bash[77880]: cluster 2024-03-21T13:06:16.437880+0000 mgr.x (mgr.34104) 1482 : cluster [DBG] pgmap v966: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:18.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:18 smithi178 bash[77880]: cephadm 2024-03-21T13:06:16.446471+0000 mgr.x (mgr.34104) 1483 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:18.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:18 smithi178 bash[77880]: cluster 2024-03-21T13:06:16.540037+0000 mgr.x (mgr.34104) 1484 : cluster [DBG] pgmap v967: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:18.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:18 smithi178 bash[77880]: cluster 2024-03-21T13:06:16.540806+0000 mgr.x (mgr.34104) 1485 : cluster [DBG] pgmap v968: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:18.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:18 smithi178 bash[77880]: cephadm 2024-03-21T13:06:16.553808+0000 mgr.x (mgr.34104) 1486 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:18.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:18 smithi178 bash[77880]: cluster 2024-03-21T13:06:16.641989+0000 mgr.x (mgr.34104) 1487 : cluster [DBG] pgmap v969: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:18.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:18 smithi178 bash[77880]: cluster 2024-03-21T13:06:16.642736+0000 mgr.x (mgr.34104) 1488 : cluster [DBG] pgmap v970: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:18.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:18 smithi178 bash[77880]: cephadm 2024-03-21T13:06:16.649926+0000 mgr.x (mgr.34104) 1489 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:18.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:18 smithi178 bash[75692]: cluster 2024-03-21T13:06:16.747128+0000 mgr.x (mgr.34104) 1490 : cluster [DBG] pgmap v971: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:18.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:18 smithi178 bash[75692]: cluster 2024-03-21T13:06:16.747968+0000 mgr.x (mgr.34104) 1491 : cluster [DBG] pgmap v972: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:18.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:18 smithi178 bash[75692]: cephadm 2024-03-21T13:06:16.757247+0000 mgr.x (mgr.34104) 1492 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:18.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:18 smithi178 bash[75692]: cluster 2024-03-21T13:06:16.849385+0000 mgr.x (mgr.34104) 1493 : cluster [DBG] pgmap v973: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:18.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:18 smithi178 bash[75692]: cluster 2024-03-21T13:06:16.850469+0000 mgr.x (mgr.34104) 1494 : cluster [DBG] pgmap v974: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:18.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:18 smithi178 bash[75692]: cephadm 2024-03-21T13:06:16.858390+0000 mgr.x (mgr.34104) 1495 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:18.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:18 smithi178 bash[75692]: cluster 2024-03-21T13:06:16.950122+0000 mgr.x (mgr.34104) 1496 : cluster [DBG] pgmap v975: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:18.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:18 smithi178 bash[75692]: cluster 2024-03-21T13:06:16.951100+0000 mgr.x (mgr.34104) 1497 : cluster [DBG] pgmap v976: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:18.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:18 smithi178 bash[75692]: cephadm 2024-03-21T13:06:16.960161+0000 mgr.x (mgr.34104) 1498 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:18.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:18 smithi178 bash[75692]: cluster 2024-03-21T13:06:17.048540+0000 mgr.x (mgr.34104) 1499 : cluster [DBG] pgmap v977: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:18.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:18 smithi178 bash[75692]: cluster 2024-03-21T13:06:17.049510+0000 mgr.x (mgr.34104) 1500 : cluster [DBG] pgmap v978: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:18.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:18 smithi178 bash[75692]: cephadm 2024-03-21T13:06:17.058547+0000 mgr.x (mgr.34104) 1501 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:18.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:18 smithi178 bash[75692]: audit 2024-03-21T13:06:17.132707+0000 mon.a (mon.0) 1803 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:18.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:18 smithi178 bash[75692]: audit 2024-03-21T13:06:17.135038+0000 mon.a (mon.0) 1804 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:18.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:18 smithi178 bash[75692]: audit 2024-03-21T13:06:17.138049+0000 mon.a (mon.0) 1805 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:18.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:18 smithi178 bash[75692]: audit 2024-03-21T13:06:17.139074+0000 mon.a (mon.0) 1806 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:18.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:18 smithi178 bash[75692]: cluster 2024-03-21T13:06:17.142987+0000 mgr.x (mgr.34104) 1502 : cluster [DBG] pgmap v979: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:18.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:18 smithi178 bash[77880]: cluster 2024-03-21T13:06:16.747128+0000 mgr.x (mgr.34104) 1490 : cluster [DBG] pgmap v971: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:18.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:18 smithi178 bash[77880]: cluster 2024-03-21T13:06:16.747968+0000 mgr.x (mgr.34104) 1491 : cluster [DBG] pgmap v972: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:18.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:18 smithi178 bash[77880]: cephadm 2024-03-21T13:06:16.757247+0000 mgr.x (mgr.34104) 1492 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:18.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:18 smithi178 bash[77880]: cluster 2024-03-21T13:06:16.849385+0000 mgr.x (mgr.34104) 1493 : cluster [DBG] pgmap v973: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:18.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:18 smithi178 bash[77880]: cluster 2024-03-21T13:06:16.850469+0000 mgr.x (mgr.34104) 1494 : cluster [DBG] pgmap v974: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:18.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:18 smithi178 bash[77880]: cephadm 2024-03-21T13:06:16.858390+0000 mgr.x (mgr.34104) 1495 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:18.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:18 smithi178 bash[77880]: cluster 2024-03-21T13:06:16.950122+0000 mgr.x (mgr.34104) 1496 : cluster [DBG] pgmap v975: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:18.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:18 smithi178 bash[77880]: cluster 2024-03-21T13:06:16.951100+0000 mgr.x (mgr.34104) 1497 : cluster [DBG] pgmap v976: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:18.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:18 smithi178 bash[77880]: cephadm 2024-03-21T13:06:16.960161+0000 mgr.x (mgr.34104) 1498 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:18.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:18 smithi178 bash[77880]: cluster 2024-03-21T13:06:17.048540+0000 mgr.x (mgr.34104) 1499 : cluster [DBG] pgmap v977: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:18.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:18 smithi178 bash[77880]: cluster 2024-03-21T13:06:17.049510+0000 mgr.x (mgr.34104) 1500 : cluster [DBG] pgmap v978: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:18.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:18 smithi178 bash[77880]: cephadm 2024-03-21T13:06:17.058547+0000 mgr.x (mgr.34104) 1501 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:18.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:18 smithi178 bash[77880]: audit 2024-03-21T13:06:17.132707+0000 mon.a (mon.0) 1803 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:18.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:18 smithi178 bash[77880]: audit 2024-03-21T13:06:17.135038+0000 mon.a (mon.0) 1804 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:18.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:18 smithi178 bash[77880]: audit 2024-03-21T13:06:17.138049+0000 mon.a (mon.0) 1805 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:18.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:18 smithi178 bash[77880]: audit 2024-03-21T13:06:17.139074+0000 mon.a (mon.0) 1806 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:18.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:18 smithi178 bash[77880]: cluster 2024-03-21T13:06:17.142987+0000 mgr.x (mgr.34104) 1502 : cluster [DBG] pgmap v979: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:18.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:18 smithi178 bash[75692]: cluster 2024-03-21T13:06:17.143709+0000 mgr.x (mgr.34104) 1503 : cluster [DBG] pgmap v980: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:18.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:18 smithi178 bash[75692]: audit 2024-03-21T13:06:17.147660+0000 mon.a (mon.0) 1807 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:18.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:18 smithi178 bash[75692]: cephadm 2024-03-21T13:06:17.150109+0000 mgr.x (mgr.34104) 1504 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:18.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:18 smithi178 bash[75692]: audit 2024-03-21T13:06:17.232852+0000 mon.a (mon.0) 1808 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:18.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:18 smithi178 bash[75692]: audit 2024-03-21T13:06:17.236158+0000 mon.a (mon.0) 1809 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:18.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:18 smithi178 bash[75692]: audit 2024-03-21T13:06:17.239786+0000 mon.a (mon.0) 1810 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:18.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:18 smithi178 bash[75692]: audit 2024-03-21T13:06:17.241770+0000 mon.a (mon.0) 1811 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:18.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:18 smithi178 bash[75692]: audit 2024-03-21T13:06:17.254296+0000 mon.a (mon.0) 1812 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:18.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:18 smithi178 bash[75692]: audit 2024-03-21T13:06:17.334668+0000 mon.a (mon.0) 1813 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:18.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:18 smithi178 bash[75692]: audit 2024-03-21T13:06:17.339310+0000 mon.a (mon.0) 1814 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:18.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:18 smithi178 bash[75692]: audit 2024-03-21T13:06:17.343207+0000 mon.a (mon.0) 1815 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:18.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:18 smithi178 bash[75692]: audit 2024-03-21T13:06:17.344614+0000 mon.a (mon.0) 1816 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:18.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:18 smithi178 bash[75692]: audit 2024-03-21T13:06:17.355668+0000 mon.a (mon.0) 1817 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:18.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:18 smithi178 bash[75692]: audit 2024-03-21T13:06:17.436940+0000 mon.a (mon.0) 1818 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:18.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:18 smithi178 bash[75692]: audit 2024-03-21T13:06:17.441567+0000 mon.a (mon.0) 1819 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:18.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:18 smithi178 bash[75692]: audit 2024-03-21T13:06:17.445509+0000 mon.a (mon.0) 1820 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:18.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:18 smithi178 bash[75692]: audit 2024-03-21T13:06:17.447315+0000 mon.a (mon.0) 1821 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:18.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:18 smithi178 bash[75692]: audit 2024-03-21T13:06:17.458946+0000 mon.a (mon.0) 1822 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:18.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:18 smithi178 bash[75692]: audit 2024-03-21T13:06:17.542383+0000 mon.a (mon.0) 1823 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:18.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:18 smithi178 bash[77880]: cluster 2024-03-21T13:06:17.143709+0000 mgr.x (mgr.34104) 1503 : cluster [DBG] pgmap v980: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:18.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:18 smithi178 bash[77880]: audit 2024-03-21T13:06:17.147660+0000 mon.a (mon.0) 1807 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:18.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:18 smithi178 bash[77880]: cephadm 2024-03-21T13:06:17.150109+0000 mgr.x (mgr.34104) 1504 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:18.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:18 smithi178 bash[77880]: audit 2024-03-21T13:06:17.232852+0000 mon.a (mon.0) 1808 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:18.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:18 smithi178 bash[77880]: audit 2024-03-21T13:06:17.236158+0000 mon.a (mon.0) 1809 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:18.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:18 smithi178 bash[77880]: audit 2024-03-21T13:06:17.239786+0000 mon.a (mon.0) 1810 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:18.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:18 smithi178 bash[77880]: audit 2024-03-21T13:06:17.241770+0000 mon.a (mon.0) 1811 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:18.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:18 smithi178 bash[77880]: audit 2024-03-21T13:06:17.254296+0000 mon.a (mon.0) 1812 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:18.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:18 smithi178 bash[77880]: audit 2024-03-21T13:06:17.334668+0000 mon.a (mon.0) 1813 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:18.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:18 smithi178 bash[77880]: audit 2024-03-21T13:06:17.339310+0000 mon.a (mon.0) 1814 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:18.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:18 smithi178 bash[77880]: audit 2024-03-21T13:06:17.343207+0000 mon.a (mon.0) 1815 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:18.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:18 smithi178 bash[77880]: audit 2024-03-21T13:06:17.344614+0000 mon.a (mon.0) 1816 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:18.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:18 smithi178 bash[77880]: audit 2024-03-21T13:06:17.355668+0000 mon.a (mon.0) 1817 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:18.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:18 smithi178 bash[77880]: audit 2024-03-21T13:06:17.436940+0000 mon.a (mon.0) 1818 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:18.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:18 smithi178 bash[77880]: audit 2024-03-21T13:06:17.441567+0000 mon.a (mon.0) 1819 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:18.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:18 smithi178 bash[77880]: audit 2024-03-21T13:06:17.445509+0000 mon.a (mon.0) 1820 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:18.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:18 smithi178 bash[77880]: audit 2024-03-21T13:06:17.447315+0000 mon.a (mon.0) 1821 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:18.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:18 smithi178 bash[77880]: audit 2024-03-21T13:06:17.458946+0000 mon.a (mon.0) 1822 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:18.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:18 smithi178 bash[77880]: audit 2024-03-21T13:06:17.542383+0000 mon.a (mon.0) 1823 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:18.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:18 smithi178 bash[77880]: audit 2024-03-21T13:06:17.545469+0000 mon.a (mon.0) 1824 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:18.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:18 smithi178 bash[77880]: audit 2024-03-21T13:06:17.548916+0000 mon.a (mon.0) 1825 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:18.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:18 smithi178 bash[77880]: audit 2024-03-21T13:06:17.550429+0000 mon.a (mon.0) 1826 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:18.563 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:18 smithi178 bash[77880]: audit 2024-03-21T13:06:17.562000+0000 mon.a (mon.0) 1827 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:18.563 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:18 smithi178 bash[77880]: audit 2024-03-21T13:06:17.644597+0000 mon.a (mon.0) 1828 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:18.563 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:18 smithi178 bash[77880]: audit 2024-03-21T13:06:17.648194+0000 mon.a (mon.0) 1829 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:18.563 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:18 smithi178 bash[77880]: audit 2024-03-21T13:06:17.652244+0000 mon.a (mon.0) 1830 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:18.563 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:18 smithi178 bash[77880]: audit 2024-03-21T13:06:17.654011+0000 mon.a (mon.0) 1831 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:18.563 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:18 smithi178 bash[77880]: audit 2024-03-21T13:06:17.666494+0000 mon.a (mon.0) 1832 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:18.563 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:18 smithi178 bash[77880]: audit 2024-03-21T13:06:17.745862+0000 mon.a (mon.0) 1833 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:18.564 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:18 smithi178 bash[77880]: audit 2024-03-21T13:06:17.749280+0000 mon.a (mon.0) 1834 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:18.564 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:18 smithi178 bash[77880]: audit 2024-03-21T13:06:17.753409+0000 mon.a (mon.0) 1835 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:18.564 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:18 smithi178 bash[77880]: audit 2024-03-21T13:06:17.754627+0000 mon.a (mon.0) 1836 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:18.565 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:18 smithi178 bash[77880]: audit 2024-03-21T13:06:17.764995+0000 mon.a (mon.0) 1837 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:18.565 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:18 smithi178 bash[77880]: audit 2024-03-21T13:06:17.846570+0000 mon.a (mon.0) 1838 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:18.566 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:18 smithi178 bash[77880]: audit 2024-03-21T13:06:17.849983+0000 mon.a (mon.0) 1839 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:18.566 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:18 smithi178 bash[77880]: audit 2024-03-21T13:06:17.853365+0000 mon.a (mon.0) 1840 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:18.566 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:18 smithi178 bash[77880]: audit 2024-03-21T13:06:17.854998+0000 mon.a (mon.0) 1841 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:18.566 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:18 smithi178 bash[77880]: audit 2024-03-21T13:06:17.867835+0000 mon.a (mon.0) 1842 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:18.567 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:18 smithi178 bash[75692]: audit 2024-03-21T13:06:17.545469+0000 mon.a (mon.0) 1824 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:18.567 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:18 smithi178 bash[75692]: audit 2024-03-21T13:06:17.548916+0000 mon.a (mon.0) 1825 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:18.567 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:18 smithi178 bash[75692]: audit 2024-03-21T13:06:17.550429+0000 mon.a (mon.0) 1826 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:18.567 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:18 smithi178 bash[75692]: audit 2024-03-21T13:06:17.562000+0000 mon.a (mon.0) 1827 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:18.568 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:18 smithi178 bash[75692]: audit 2024-03-21T13:06:17.644597+0000 mon.a (mon.0) 1828 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:18.568 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:18 smithi178 bash[75692]: audit 2024-03-21T13:06:17.648194+0000 mon.a (mon.0) 1829 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:18.568 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:18 smithi178 bash[75692]: audit 2024-03-21T13:06:17.652244+0000 mon.a (mon.0) 1830 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:18.568 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:18 smithi178 bash[75692]: audit 2024-03-21T13:06:17.654011+0000 mon.a (mon.0) 1831 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:18.568 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:18 smithi178 bash[75692]: audit 2024-03-21T13:06:17.666494+0000 mon.a (mon.0) 1832 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:18.568 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:18 smithi178 bash[75692]: audit 2024-03-21T13:06:17.745862+0000 mon.a (mon.0) 1833 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:18.568 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:18 smithi178 bash[75692]: audit 2024-03-21T13:06:17.749280+0000 mon.a (mon.0) 1834 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:18.568 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:18 smithi178 bash[75692]: audit 2024-03-21T13:06:17.753409+0000 mon.a (mon.0) 1835 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:18.569 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:18 smithi178 bash[75692]: audit 2024-03-21T13:06:17.754627+0000 mon.a (mon.0) 1836 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:18.569 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:18 smithi178 bash[75692]: audit 2024-03-21T13:06:17.764995+0000 mon.a (mon.0) 1837 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:18.569 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:18 smithi178 bash[75692]: audit 2024-03-21T13:06:17.846570+0000 mon.a (mon.0) 1838 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:18.569 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:18 smithi178 bash[75692]: audit 2024-03-21T13:06:17.849983+0000 mon.a (mon.0) 1839 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:18.569 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:18 smithi178 bash[75692]: audit 2024-03-21T13:06:17.853365+0000 mon.a (mon.0) 1840 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:18.569 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:18 smithi178 bash[75692]: audit 2024-03-21T13:06:17.854998+0000 mon.a (mon.0) 1841 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:18.569 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:18 smithi178 bash[75692]: audit 2024-03-21T13:06:17.867835+0000 mon.a (mon.0) 1842 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:18.570 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:18 smithi178 bash[77880]: audit 2024-03-21T13:06:17.948133+0000 mon.a (mon.0) 1843 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:18.570 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:18 smithi178 bash[77880]: audit 2024-03-21T13:06:17.951248+0000 mon.a (mon.0) 1844 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:18.570 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:18 smithi178 bash[77880]: audit 2024-03-21T13:06:17.954696+0000 mon.a (mon.0) 1845 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:18.570 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:18 smithi178 bash[77880]: audit 2024-03-21T13:06:17.956286+0000 mon.a (mon.0) 1846 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:18.570 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:18 smithi178 bash[77880]: audit 2024-03-21T13:06:17.968486+0000 mon.a (mon.0) 1847 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:18.570 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:18 smithi178 bash[77880]: audit 2024-03-21T13:06:18.050622+0000 mon.a (mon.0) 1848 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:18.570 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:18 smithi178 bash[77880]: audit 2024-03-21T13:06:18.053388+0000 mon.a (mon.0) 1849 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:18.570 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:18 smithi178 bash[77880]: audit 2024-03-21T13:06:18.057012+0000 mon.a (mon.0) 1850 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:18.570 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:18 smithi178 bash[77880]: audit 2024-03-21T13:06:18.058464+0000 mon.a (mon.0) 1851 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:18.570 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:18 smithi178 bash[77880]: audit 2024-03-21T13:06:18.071504+0000 mon.a (mon.0) 1852 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:18.571 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:18 smithi178 bash[75692]: audit 2024-03-21T13:06:17.948133+0000 mon.a (mon.0) 1843 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:18.571 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:18 smithi178 bash[75692]: audit 2024-03-21T13:06:17.951248+0000 mon.a (mon.0) 1844 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:18.571 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:18 smithi178 bash[75692]: audit 2024-03-21T13:06:17.954696+0000 mon.a (mon.0) 1845 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:18.571 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:18 smithi178 bash[75692]: audit 2024-03-21T13:06:17.956286+0000 mon.a (mon.0) 1846 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:18.571 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:18 smithi178 bash[75692]: audit 2024-03-21T13:06:17.968486+0000 mon.a (mon.0) 1847 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:18.571 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:18 smithi178 bash[75692]: audit 2024-03-21T13:06:18.050622+0000 mon.a (mon.0) 1848 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:18.571 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:18 smithi178 bash[75692]: audit 2024-03-21T13:06:18.053388+0000 mon.a (mon.0) 1849 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:18.571 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:18 smithi178 bash[75692]: audit 2024-03-21T13:06:18.057012+0000 mon.a (mon.0) 1850 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:18.571 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:18 smithi178 bash[75692]: audit 2024-03-21T13:06:18.058464+0000 mon.a (mon.0) 1851 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:18.571 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:18 smithi178 bash[75692]: audit 2024-03-21T13:06:18.071504+0000 mon.a (mon.0) 1852 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:18.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:18 smithi184 bash[59794]: cluster 2024-03-21T13:06:16.237959+0000 mgr.x (mgr.34104) 1475 : cluster [DBG] pgmap v961: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:18.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:18 smithi184 bash[59794]: cluster 2024-03-21T13:06:16.238588+0000 mgr.x (mgr.34104) 1476 : cluster [DBG] pgmap v962: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:18.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:18 smithi184 bash[59794]: cephadm 2024-03-21T13:06:16.244467+0000 mgr.x (mgr.34104) 1477 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:18.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:18 smithi184 bash[59794]: cluster 2024-03-21T13:06:16.339803+0000 mgr.x (mgr.34104) 1478 : cluster [DBG] pgmap v963: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:18.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:18 smithi184 bash[59794]: cluster 2024-03-21T13:06:16.340298+0000 mgr.x (mgr.34104) 1479 : cluster [DBG] pgmap v964: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:18.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:18 smithi184 bash[59794]: cephadm 2024-03-21T13:06:16.347597+0000 mgr.x (mgr.34104) 1480 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:18.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:18 smithi184 bash[59794]: cluster 2024-03-21T13:06:16.437232+0000 mgr.x (mgr.34104) 1481 : cluster [DBG] pgmap v965: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:18.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:18 smithi184 bash[59794]: cluster 2024-03-21T13:06:16.437880+0000 mgr.x (mgr.34104) 1482 : cluster [DBG] pgmap v966: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:18.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:18 smithi184 bash[59794]: cephadm 2024-03-21T13:06:16.446471+0000 mgr.x (mgr.34104) 1483 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:18.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:18 smithi184 bash[59794]: cluster 2024-03-21T13:06:16.540037+0000 mgr.x (mgr.34104) 1484 : cluster [DBG] pgmap v967: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:18.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:18 smithi184 bash[59794]: cluster 2024-03-21T13:06:16.540806+0000 mgr.x (mgr.34104) 1485 : cluster [DBG] pgmap v968: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:18.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:18 smithi184 bash[59794]: cephadm 2024-03-21T13:06:16.553808+0000 mgr.x (mgr.34104) 1486 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:18.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:18 smithi184 bash[59794]: cluster 2024-03-21T13:06:16.641989+0000 mgr.x (mgr.34104) 1487 : cluster [DBG] pgmap v969: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:18.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:18 smithi184 bash[59794]: cluster 2024-03-21T13:06:16.642736+0000 mgr.x (mgr.34104) 1488 : cluster [DBG] pgmap v970: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:18.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:18 smithi184 bash[59794]: cephadm 2024-03-21T13:06:16.649926+0000 mgr.x (mgr.34104) 1489 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:18.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:18 smithi184 bash[59794]: cluster 2024-03-21T13:06:16.747128+0000 mgr.x (mgr.34104) 1490 : cluster [DBG] pgmap v971: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:18.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:18 smithi184 bash[59794]: cluster 2024-03-21T13:06:16.747968+0000 mgr.x (mgr.34104) 1491 : cluster [DBG] pgmap v972: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:18.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:18 smithi184 bash[59794]: cephadm 2024-03-21T13:06:16.757247+0000 mgr.x (mgr.34104) 1492 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:18.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:18 smithi184 bash[59794]: cluster 2024-03-21T13:06:16.849385+0000 mgr.x (mgr.34104) 1493 : cluster [DBG] pgmap v973: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:18.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:18 smithi184 bash[59794]: cluster 2024-03-21T13:06:16.850469+0000 mgr.x (mgr.34104) 1494 : cluster [DBG] pgmap v974: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:18.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:18 smithi184 bash[59794]: cephadm 2024-03-21T13:06:16.858390+0000 mgr.x (mgr.34104) 1495 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:18.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:18 smithi184 bash[59794]: cluster 2024-03-21T13:06:16.950122+0000 mgr.x (mgr.34104) 1496 : cluster [DBG] pgmap v975: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:18.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:18 smithi184 bash[59794]: cluster 2024-03-21T13:06:16.951100+0000 mgr.x (mgr.34104) 1497 : cluster [DBG] pgmap v976: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:18.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:18 smithi184 bash[59794]: cephadm 2024-03-21T13:06:16.960161+0000 mgr.x (mgr.34104) 1498 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:18.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:18 smithi184 bash[59794]: cluster 2024-03-21T13:06:17.048540+0000 mgr.x (mgr.34104) 1499 : cluster [DBG] pgmap v977: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:18.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:18 smithi184 bash[59794]: cluster 2024-03-21T13:06:17.049510+0000 mgr.x (mgr.34104) 1500 : cluster [DBG] pgmap v978: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:18.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:18 smithi184 bash[59794]: cephadm 2024-03-21T13:06:17.058547+0000 mgr.x (mgr.34104) 1501 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:18.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:18 smithi184 bash[59794]: audit 2024-03-21T13:06:17.132707+0000 mon.a (mon.0) 1803 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:18.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:18 smithi184 bash[59794]: audit 2024-03-21T13:06:17.135038+0000 mon.a (mon.0) 1804 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:18.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:18 smithi184 bash[59794]: audit 2024-03-21T13:06:17.138049+0000 mon.a (mon.0) 1805 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:18.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:18 smithi184 bash[59794]: audit 2024-03-21T13:06:17.139074+0000 mon.a (mon.0) 1806 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:18.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:18 smithi184 bash[59794]: cluster 2024-03-21T13:06:17.142987+0000 mgr.x (mgr.34104) 1502 : cluster [DBG] pgmap v979: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:18.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:18 smithi184 bash[59794]: cluster 2024-03-21T13:06:17.143709+0000 mgr.x (mgr.34104) 1503 : cluster [DBG] pgmap v980: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:18.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:18 smithi184 bash[59794]: audit 2024-03-21T13:06:17.147660+0000 mon.a (mon.0) 1807 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:18.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:18 smithi184 bash[59794]: cephadm 2024-03-21T13:06:17.150109+0000 mgr.x (mgr.34104) 1504 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:18.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:18 smithi184 bash[59794]: audit 2024-03-21T13:06:17.232852+0000 mon.a (mon.0) 1808 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:18.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:18 smithi184 bash[59794]: audit 2024-03-21T13:06:17.236158+0000 mon.a (mon.0) 1809 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:18.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:18 smithi184 bash[59794]: audit 2024-03-21T13:06:17.239786+0000 mon.a (mon.0) 1810 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:18.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:18 smithi184 bash[59794]: audit 2024-03-21T13:06:17.241770+0000 mon.a (mon.0) 1811 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:18.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:18 smithi184 bash[59794]: audit 2024-03-21T13:06:17.254296+0000 mon.a (mon.0) 1812 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:18.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:18 smithi184 bash[59794]: audit 2024-03-21T13:06:17.334668+0000 mon.a (mon.0) 1813 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:18.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:18 smithi184 bash[59794]: audit 2024-03-21T13:06:17.339310+0000 mon.a (mon.0) 1814 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:18.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:18 smithi184 bash[59794]: audit 2024-03-21T13:06:17.343207+0000 mon.a (mon.0) 1815 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:18.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:18 smithi184 bash[59794]: audit 2024-03-21T13:06:17.344614+0000 mon.a (mon.0) 1816 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:18.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:18 smithi184 bash[59794]: audit 2024-03-21T13:06:17.355668+0000 mon.a (mon.0) 1817 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:18.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:18 smithi184 bash[59794]: audit 2024-03-21T13:06:17.436940+0000 mon.a (mon.0) 1818 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:18.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:18 smithi184 bash[59794]: audit 2024-03-21T13:06:17.441567+0000 mon.a (mon.0) 1819 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:18.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:18 smithi184 bash[59794]: audit 2024-03-21T13:06:17.445509+0000 mon.a (mon.0) 1820 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:18.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:18 smithi184 bash[59794]: audit 2024-03-21T13:06:17.447315+0000 mon.a (mon.0) 1821 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:18.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:18 smithi184 bash[59794]: audit 2024-03-21T13:06:17.458946+0000 mon.a (mon.0) 1822 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:18.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:18 smithi184 bash[59794]: audit 2024-03-21T13:06:17.542383+0000 mon.a (mon.0) 1823 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:18.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:18 smithi184 bash[59794]: audit 2024-03-21T13:06:17.545469+0000 mon.a (mon.0) 1824 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:18.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:18 smithi184 bash[59794]: audit 2024-03-21T13:06:17.548916+0000 mon.a (mon.0) 1825 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:18.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:18 smithi184 bash[59794]: audit 2024-03-21T13:06:17.550429+0000 mon.a (mon.0) 1826 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:18.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:18 smithi184 bash[59794]: audit 2024-03-21T13:06:17.562000+0000 mon.a (mon.0) 1827 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:18.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:18 smithi184 bash[59794]: audit 2024-03-21T13:06:17.644597+0000 mon.a (mon.0) 1828 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:18.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:18 smithi184 bash[59794]: audit 2024-03-21T13:06:17.648194+0000 mon.a (mon.0) 1829 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:18.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:18 smithi184 bash[59794]: audit 2024-03-21T13:06:17.652244+0000 mon.a (mon.0) 1830 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:18.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:18 smithi184 bash[59794]: audit 2024-03-21T13:06:17.654011+0000 mon.a (mon.0) 1831 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:18.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:18 smithi184 bash[59794]: audit 2024-03-21T13:06:17.666494+0000 mon.a (mon.0) 1832 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:18.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:18 smithi184 bash[59794]: audit 2024-03-21T13:06:17.745862+0000 mon.a (mon.0) 1833 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:18.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:18 smithi184 bash[59794]: audit 2024-03-21T13:06:17.749280+0000 mon.a (mon.0) 1834 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:18.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:18 smithi184 bash[59794]: audit 2024-03-21T13:06:17.753409+0000 mon.a (mon.0) 1835 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:18.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:18 smithi184 bash[59794]: audit 2024-03-21T13:06:17.754627+0000 mon.a (mon.0) 1836 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:18.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:18 smithi184 bash[59794]: audit 2024-03-21T13:06:17.764995+0000 mon.a (mon.0) 1837 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:18.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:18 smithi184 bash[59794]: audit 2024-03-21T13:06:17.846570+0000 mon.a (mon.0) 1838 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:18.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:18 smithi184 bash[59794]: audit 2024-03-21T13:06:17.849983+0000 mon.a (mon.0) 1839 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:18.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:18 smithi184 bash[59794]: audit 2024-03-21T13:06:17.853365+0000 mon.a (mon.0) 1840 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:18.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:18 smithi184 bash[59794]: audit 2024-03-21T13:06:17.854998+0000 mon.a (mon.0) 1841 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:18.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:18 smithi184 bash[59794]: audit 2024-03-21T13:06:17.867835+0000 mon.a (mon.0) 1842 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:18.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:18 smithi184 bash[59794]: audit 2024-03-21T13:06:17.948133+0000 mon.a (mon.0) 1843 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:18.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:18 smithi184 bash[59794]: audit 2024-03-21T13:06:17.951248+0000 mon.a (mon.0) 1844 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:18.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:18 smithi184 bash[59794]: audit 2024-03-21T13:06:17.954696+0000 mon.a (mon.0) 1845 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:18.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:18 smithi184 bash[59794]: audit 2024-03-21T13:06:17.956286+0000 mon.a (mon.0) 1846 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:18.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:18 smithi184 bash[59794]: audit 2024-03-21T13:06:17.968486+0000 mon.a (mon.0) 1847 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:18.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:18 smithi184 bash[59794]: audit 2024-03-21T13:06:18.050622+0000 mon.a (mon.0) 1848 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:18.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:18 smithi184 bash[59794]: audit 2024-03-21T13:06:18.053388+0000 mon.a (mon.0) 1849 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:18.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:18 smithi184 bash[59794]: audit 2024-03-21T13:06:18.057012+0000 mon.a (mon.0) 1850 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:18.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:18 smithi184 bash[59794]: audit 2024-03-21T13:06:18.058464+0000 mon.a (mon.0) 1851 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:18.581 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:18 smithi184 bash[59794]: audit 2024-03-21T13:06:18.071504+0000 mon.a (mon.0) 1852 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:19.150 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:19 smithi178 bash[75692]: cluster 2024-03-21T13:06:17.246339+0000 mgr.x (mgr.34104) 1505 : cluster [DBG] pgmap v981: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:19.150 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:19 smithi178 bash[75692]: cluster 2024-03-21T13:06:17.247057+0000 mgr.x (mgr.34104) 1506 : cluster [DBG] pgmap v982: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:19.150 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:19 smithi178 bash[75692]: cephadm 2024-03-21T13:06:17.256814+0000 mgr.x (mgr.34104) 1507 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:19.150 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:19 smithi178 bash[75692]: cluster 2024-03-21T13:06:17.348549+0000 mgr.x (mgr.34104) 1508 : cluster [DBG] pgmap v983: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:19.150 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:19 smithi178 bash[75692]: cluster 2024-03-21T13:06:17.349176+0000 mgr.x (mgr.34104) 1509 : cluster [DBG] pgmap v984: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:19.150 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:19 smithi178 bash[75692]: cephadm 2024-03-21T13:06:17.358155+0000 mgr.x (mgr.34104) 1510 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:19.150 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:19 smithi178 bash[75692]: cluster 2024-03-21T13:06:17.451944+0000 mgr.x (mgr.34104) 1511 : cluster [DBG] pgmap v985: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:19.150 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:19 smithi178 bash[75692]: cluster 2024-03-21T13:06:17.452421+0000 mgr.x (mgr.34104) 1512 : cluster [DBG] pgmap v986: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:19.150 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:19 smithi178 bash[75692]: cephadm 2024-03-21T13:06:17.461322+0000 mgr.x (mgr.34104) 1513 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:19.150 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:19 smithi178 bash[75692]: cluster 2024-03-21T13:06:17.554577+0000 mgr.x (mgr.34104) 1514 : cluster [DBG] pgmap v987: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:19.151 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:19 smithi178 bash[75692]: cluster 2024-03-21T13:06:17.555182+0000 mgr.x (mgr.34104) 1515 : cluster [DBG] pgmap v988: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:19.151 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:19 smithi178 bash[75692]: cephadm 2024-03-21T13:06:17.564541+0000 mgr.x (mgr.34104) 1516 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:19.151 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:19 smithi178 bash[75692]: cluster 2024-03-21T13:06:17.658753+0000 mgr.x (mgr.34104) 1517 : cluster [DBG] pgmap v989: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:19.151 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:19 smithi178 bash[75692]: cluster 2024-03-21T13:06:17.659814+0000 mgr.x (mgr.34104) 1518 : cluster [DBG] pgmap v990: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:19.151 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:19 smithi178 bash[75692]: cephadm 2024-03-21T13:06:17.669083+0000 mgr.x (mgr.34104) 1519 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:19.151 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:19 smithi178 bash[75692]: cluster 2024-03-21T13:06:17.758987+0000 mgr.x (mgr.34104) 1520 : cluster [DBG] pgmap v991: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:19.151 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:19 smithi178 bash[75692]: cluster 2024-03-21T13:06:17.759788+0000 mgr.x (mgr.34104) 1521 : cluster [DBG] pgmap v992: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:19.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:19 smithi178 bash[75692]: cephadm 2024-03-21T13:06:17.767535+0000 mgr.x (mgr.34104) 1522 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:19.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:19 smithi178 bash[75692]: cluster 2024-03-21T13:06:17.859874+0000 mgr.x (mgr.34104) 1523 : cluster [DBG] pgmap v993: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:19.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:19 smithi178 bash[75692]: cluster 2024-03-21T13:06:17.860215+0000 mgr.x (mgr.34104) 1524 : cluster [DBG] pgmap v994: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:19.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:19 smithi178 bash[75692]: cephadm 2024-03-21T13:06:17.870438+0000 mgr.x (mgr.34104) 1525 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:19.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:19 smithi178 bash[75692]: cluster 2024-03-21T13:06:17.960747+0000 mgr.x (mgr.34104) 1526 : cluster [DBG] pgmap v995: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:19.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:19 smithi178 bash[75692]: cluster 2024-03-21T13:06:17.961555+0000 mgr.x (mgr.34104) 1527 : cluster [DBG] pgmap v996: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:19.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:19 smithi178 bash[75692]: cephadm 2024-03-21T13:06:17.970969+0000 mgr.x (mgr.34104) 1528 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:19.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:19 smithi178 bash[75692]: cluster 2024-03-21T13:06:18.062806+0000 mgr.x (mgr.34104) 1529 : cluster [DBG] pgmap v997: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:19.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:19 smithi178 bash[75692]: cluster 2024-03-21T13:06:18.063314+0000 mgr.x (mgr.34104) 1530 : cluster [DBG] pgmap v998: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:19.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:19 smithi178 bash[75692]: cephadm 2024-03-21T13:06:18.073956+0000 mgr.x (mgr.34104) 1531 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:19.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:19 smithi178 bash[75692]: audit 2024-03-21T13:06:18.152827+0000 mon.a (mon.0) 1853 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:19.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:19 smithi178 bash[75692]: audit 2024-03-21T13:06:18.155085+0000 mon.a (mon.0) 1854 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:19.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:19 smithi178 bash[75692]: audit 2024-03-21T13:06:18.158265+0000 mon.a (mon.0) 1855 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:19.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:19 smithi178 bash[75692]: audit 2024-03-21T13:06:18.159406+0000 mon.a (mon.0) 1856 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:19.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:19 smithi178 bash[75692]: cluster 2024-03-21T13:06:18.163117+0000 mgr.x (mgr.34104) 1532 : cluster [DBG] pgmap v999: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:19.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:19 smithi178 bash[75692]: cluster 2024-03-21T13:06:18.163624+0000 mgr.x (mgr.34104) 1533 : cluster [DBG] pgmap v1000: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:19.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:19 smithi178 bash[77880]: cluster 2024-03-21T13:06:17.246339+0000 mgr.x (mgr.34104) 1505 : cluster [DBG] pgmap v981: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:19.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:19 smithi178 bash[77880]: cluster 2024-03-21T13:06:17.247057+0000 mgr.x (mgr.34104) 1506 : cluster [DBG] pgmap v982: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:19.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:19 smithi178 bash[77880]: cephadm 2024-03-21T13:06:17.256814+0000 mgr.x (mgr.34104) 1507 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:19.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:19 smithi178 bash[77880]: cluster 2024-03-21T13:06:17.348549+0000 mgr.x (mgr.34104) 1508 : cluster [DBG] pgmap v983: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:19.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:19 smithi178 bash[77880]: cluster 2024-03-21T13:06:17.349176+0000 mgr.x (mgr.34104) 1509 : cluster [DBG] pgmap v984: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:19.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:19 smithi178 bash[77880]: cephadm 2024-03-21T13:06:17.358155+0000 mgr.x (mgr.34104) 1510 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:19.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:19 smithi178 bash[77880]: cluster 2024-03-21T13:06:17.451944+0000 mgr.x (mgr.34104) 1511 : cluster [DBG] pgmap v985: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:19.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:19 smithi178 bash[77880]: cluster 2024-03-21T13:06:17.452421+0000 mgr.x (mgr.34104) 1512 : cluster [DBG] pgmap v986: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:19.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:19 smithi178 bash[77880]: cephadm 2024-03-21T13:06:17.461322+0000 mgr.x (mgr.34104) 1513 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:19.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:19 smithi178 bash[77880]: cluster 2024-03-21T13:06:17.554577+0000 mgr.x (mgr.34104) 1514 : cluster [DBG] pgmap v987: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:19.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:19 smithi178 bash[77880]: cluster 2024-03-21T13:06:17.555182+0000 mgr.x (mgr.34104) 1515 : cluster [DBG] pgmap v988: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:19.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:19 smithi178 bash[77880]: cephadm 2024-03-21T13:06:17.564541+0000 mgr.x (mgr.34104) 1516 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:19.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:19 smithi178 bash[77880]: cluster 2024-03-21T13:06:17.658753+0000 mgr.x (mgr.34104) 1517 : cluster [DBG] pgmap v989: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:19.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:19 smithi178 bash[77880]: cluster 2024-03-21T13:06:17.659814+0000 mgr.x (mgr.34104) 1518 : cluster [DBG] pgmap v990: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:19.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:19 smithi178 bash[77880]: cephadm 2024-03-21T13:06:17.669083+0000 mgr.x (mgr.34104) 1519 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:19.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:19 smithi178 bash[75692]: audit 2024-03-21T13:06:18.168240+0000 mon.a (mon.0) 1857 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:19.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:19 smithi178 bash[75692]: cephadm 2024-03-21T13:06:18.170601+0000 mgr.x (mgr.34104) 1534 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:19.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:19 smithi178 bash[75692]: audit 2024-03-21T13:06:18.249500+0000 mon.a (mon.0) 1858 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:19.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:19 smithi178 bash[75692]: audit 2024-03-21T13:06:18.254411+0000 mon.a (mon.0) 1859 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:19.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:19 smithi178 bash[75692]: audit 2024-03-21T13:06:18.258552+0000 mon.a (mon.0) 1860 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:19.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:19 smithi178 bash[75692]: audit 2024-03-21T13:06:18.260038+0000 mon.a (mon.0) 1861 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:19.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:19 smithi178 bash[75692]: audit 2024-03-21T13:06:18.274363+0000 mon.a (mon.0) 1862 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:19.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:19 smithi178 bash[75692]: audit 2024-03-21T13:06:18.357673+0000 mon.a (mon.0) 1863 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:19.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:19 smithi178 bash[75692]: audit 2024-03-21T13:06:18.362547+0000 mon.a (mon.0) 1864 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:19.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:19 smithi178 bash[75692]: audit 2024-03-21T13:06:18.367209+0000 mon.a (mon.0) 1865 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:19.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:19 smithi178 bash[75692]: audit 2024-03-21T13:06:18.369165+0000 mon.a (mon.0) 1866 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:19.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:19 smithi178 bash[75692]: audit 2024-03-21T13:06:18.381959+0000 mon.a (mon.0) 1867 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:19.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:19 smithi178 bash[75692]: audit 2024-03-21T13:06:18.463036+0000 mon.a (mon.0) 1868 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:19.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:19 smithi178 bash[75692]: audit 2024-03-21T13:06:18.466805+0000 mon.a (mon.0) 1869 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:19.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:19 smithi178 bash[75692]: audit 2024-03-21T13:06:18.470275+0000 mon.a (mon.0) 1870 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:19.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:19 smithi178 bash[75692]: audit 2024-03-21T13:06:18.471729+0000 mon.a (mon.0) 1871 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:19.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:19 smithi178 bash[75692]: audit 2024-03-21T13:06:18.480999+0000 mon.a (mon.0) 1872 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:19.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:19 smithi178 bash[75692]: audit 2024-03-21T13:06:18.559299+0000 mon.a (mon.0) 1873 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:19.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:19 smithi178 bash[75692]: audit 2024-03-21T13:06:18.562740+0000 mon.a (mon.0) 1874 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:19.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:19 smithi178 bash[77880]: cluster 2024-03-21T13:06:17.758987+0000 mgr.x (mgr.34104) 1520 : cluster [DBG] pgmap v991: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:19.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:19 smithi178 bash[77880]: cluster 2024-03-21T13:06:17.759788+0000 mgr.x (mgr.34104) 1521 : cluster [DBG] pgmap v992: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:19.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:19 smithi178 bash[77880]: cephadm 2024-03-21T13:06:17.767535+0000 mgr.x (mgr.34104) 1522 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:19.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:19 smithi178 bash[77880]: cluster 2024-03-21T13:06:17.859874+0000 mgr.x (mgr.34104) 1523 : cluster [DBG] pgmap v993: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:19.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:19 smithi178 bash[77880]: cluster 2024-03-21T13:06:17.860215+0000 mgr.x (mgr.34104) 1524 : cluster [DBG] pgmap v994: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:19.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:19 smithi178 bash[77880]: cephadm 2024-03-21T13:06:17.870438+0000 mgr.x (mgr.34104) 1525 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:19.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:19 smithi178 bash[77880]: cluster 2024-03-21T13:06:17.960747+0000 mgr.x (mgr.34104) 1526 : cluster [DBG] pgmap v995: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:19.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:19 smithi178 bash[77880]: cluster 2024-03-21T13:06:17.961555+0000 mgr.x (mgr.34104) 1527 : cluster [DBG] pgmap v996: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:19.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:19 smithi178 bash[77880]: cephadm 2024-03-21T13:06:17.970969+0000 mgr.x (mgr.34104) 1528 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:19.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:19 smithi178 bash[77880]: cluster 2024-03-21T13:06:18.062806+0000 mgr.x (mgr.34104) 1529 : cluster [DBG] pgmap v997: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:19.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:19 smithi178 bash[77880]: cluster 2024-03-21T13:06:18.063314+0000 mgr.x (mgr.34104) 1530 : cluster [DBG] pgmap v998: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:19.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:19 smithi178 bash[77880]: cephadm 2024-03-21T13:06:18.073956+0000 mgr.x (mgr.34104) 1531 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:19.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:19 smithi178 bash[77880]: audit 2024-03-21T13:06:18.152827+0000 mon.a (mon.0) 1853 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:19.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:19 smithi178 bash[77880]: audit 2024-03-21T13:06:18.155085+0000 mon.a (mon.0) 1854 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:19.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:19 smithi178 bash[77880]: audit 2024-03-21T13:06:18.158265+0000 mon.a (mon.0) 1855 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:19.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:19 smithi178 bash[77880]: audit 2024-03-21T13:06:18.159406+0000 mon.a (mon.0) 1856 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:19.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:19 smithi178 bash[77880]: cluster 2024-03-21T13:06:18.163117+0000 mgr.x (mgr.34104) 1532 : cluster [DBG] pgmap v999: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:19.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:19 smithi178 bash[77880]: cluster 2024-03-21T13:06:18.163624+0000 mgr.x (mgr.34104) 1533 : cluster [DBG] pgmap v1000: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:19.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:19 smithi178 bash[77880]: audit 2024-03-21T13:06:18.168240+0000 mon.a (mon.0) 1857 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:19.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:19 smithi178 bash[77880]: cephadm 2024-03-21T13:06:18.170601+0000 mgr.x (mgr.34104) 1534 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:19.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:19 smithi178 bash[77880]: audit 2024-03-21T13:06:18.249500+0000 mon.a (mon.0) 1858 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:19.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:19 smithi178 bash[77880]: audit 2024-03-21T13:06:18.254411+0000 mon.a (mon.0) 1859 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:19.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:19 smithi178 bash[77880]: audit 2024-03-21T13:06:18.258552+0000 mon.a (mon.0) 1860 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:19.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:19 smithi178 bash[77880]: audit 2024-03-21T13:06:18.260038+0000 mon.a (mon.0) 1861 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:19.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:19 smithi178 bash[77880]: audit 2024-03-21T13:06:18.274363+0000 mon.a (mon.0) 1862 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:19.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:19 smithi178 bash[77880]: audit 2024-03-21T13:06:18.357673+0000 mon.a (mon.0) 1863 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:19.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:19 smithi178 bash[77880]: audit 2024-03-21T13:06:18.362547+0000 mon.a (mon.0) 1864 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:19.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:19 smithi178 bash[77880]: audit 2024-03-21T13:06:18.367209+0000 mon.a (mon.0) 1865 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:19.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:19 smithi178 bash[77880]: audit 2024-03-21T13:06:18.369165+0000 mon.a (mon.0) 1866 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:19.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:19 smithi178 bash[77880]: audit 2024-03-21T13:06:18.381959+0000 mon.a (mon.0) 1867 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:19.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:19 smithi178 bash[77880]: audit 2024-03-21T13:06:18.463036+0000 mon.a (mon.0) 1868 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:19.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:19 smithi178 bash[77880]: audit 2024-03-21T13:06:18.466805+0000 mon.a (mon.0) 1869 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:19.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:19 smithi178 bash[77880]: audit 2024-03-21T13:06:18.470275+0000 mon.a (mon.0) 1870 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:19.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:19 smithi178 bash[77880]: audit 2024-03-21T13:06:18.471729+0000 mon.a (mon.0) 1871 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:19.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:19 smithi178 bash[77880]: audit 2024-03-21T13:06:18.480999+0000 mon.a (mon.0) 1872 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:19.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:19 smithi178 bash[77880]: audit 2024-03-21T13:06:18.559299+0000 mon.a (mon.0) 1873 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:19.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:19 smithi178 bash[75692]: audit 2024-03-21T13:06:18.567518+0000 mon.a (mon.0) 1875 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:19.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:19 smithi178 bash[75692]: audit 2024-03-21T13:06:18.569493+0000 mon.a (mon.0) 1876 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:19.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:19 smithi178 bash[75692]: audit 2024-03-21T13:06:18.579939+0000 mon.a (mon.0) 1877 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:19.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:19 smithi178 bash[75692]: audit 2024-03-21T13:06:18.657933+0000 mon.a (mon.0) 1878 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:19.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:19 smithi178 bash[75692]: audit 2024-03-21T13:06:18.660645+0000 mon.a (mon.0) 1879 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:19.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:19 smithi178 bash[75692]: audit 2024-03-21T13:06:18.663516+0000 mon.a (mon.0) 1880 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:19.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:19 smithi178 bash[75692]: audit 2024-03-21T13:06:18.664890+0000 mon.a (mon.0) 1881 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:19.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:19 smithi178 bash[75692]: audit 2024-03-21T13:06:18.676087+0000 mon.a (mon.0) 1882 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:19.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:19 smithi178 bash[75692]: audit 2024-03-21T13:06:18.755991+0000 mon.a (mon.0) 1883 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:19.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:19 smithi178 bash[75692]: audit 2024-03-21T13:06:18.758516+0000 mon.a (mon.0) 1884 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:19.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:19 smithi178 bash[75692]: audit 2024-03-21T13:06:18.761207+0000 mon.a (mon.0) 1885 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:19.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:19 smithi178 bash[75692]: audit 2024-03-21T13:06:18.762191+0000 mon.a (mon.0) 1886 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:19.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:19 smithi178 bash[75692]: audit 2024-03-21T13:06:18.772817+0000 mon.a (mon.0) 1887 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:19.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:19 smithi178 bash[75692]: audit 2024-03-21T13:06:18.854958+0000 mon.a (mon.0) 1888 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:19.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:19 smithi178 bash[75692]: audit 2024-03-21T13:06:18.861165+0000 mon.a (mon.0) 1889 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:19.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:19 smithi178 bash[75692]: audit 2024-03-21T13:06:18.864610+0000 mon.a (mon.0) 1890 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:19.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:19 smithi178 bash[75692]: audit 2024-03-21T13:06:18.865587+0000 mon.a (mon.0) 1891 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:19.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:19 smithi178 bash[75692]: audit 2024-03-21T13:06:18.874281+0000 mon.a (mon.0) 1892 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:19.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:19 smithi178 bash[75692]: audit 2024-03-21T13:06:18.956061+0000 mon.a (mon.0) 1893 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:19.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:19 smithi178 bash[75692]: audit 2024-03-21T13:06:18.958899+0000 mon.a (mon.0) 1894 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:19.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:19 smithi178 bash[77880]: audit 2024-03-21T13:06:18.562740+0000 mon.a (mon.0) 1874 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:19.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:19 smithi178 bash[77880]: audit 2024-03-21T13:06:18.567518+0000 mon.a (mon.0) 1875 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:19.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:19 smithi178 bash[77880]: audit 2024-03-21T13:06:18.569493+0000 mon.a (mon.0) 1876 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:19.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:19 smithi178 bash[77880]: audit 2024-03-21T13:06:18.579939+0000 mon.a (mon.0) 1877 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:19.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:19 smithi178 bash[77880]: audit 2024-03-21T13:06:18.657933+0000 mon.a (mon.0) 1878 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:19.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:19 smithi178 bash[77880]: audit 2024-03-21T13:06:18.660645+0000 mon.a (mon.0) 1879 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:19.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:19 smithi178 bash[77880]: audit 2024-03-21T13:06:18.663516+0000 mon.a (mon.0) 1880 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:19.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:19 smithi178 bash[77880]: audit 2024-03-21T13:06:18.664890+0000 mon.a (mon.0) 1881 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:19.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:19 smithi178 bash[77880]: audit 2024-03-21T13:06:18.676087+0000 mon.a (mon.0) 1882 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:19.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:19 smithi178 bash[77880]: audit 2024-03-21T13:06:18.755991+0000 mon.a (mon.0) 1883 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:19.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:19 smithi178 bash[77880]: audit 2024-03-21T13:06:18.758516+0000 mon.a (mon.0) 1884 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:19.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:19 smithi178 bash[77880]: audit 2024-03-21T13:06:18.761207+0000 mon.a (mon.0) 1885 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:19.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:19 smithi178 bash[77880]: audit 2024-03-21T13:06:18.762191+0000 mon.a (mon.0) 1886 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:19.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:19 smithi178 bash[77880]: audit 2024-03-21T13:06:18.772817+0000 mon.a (mon.0) 1887 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:19.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:19 smithi178 bash[77880]: audit 2024-03-21T13:06:18.854958+0000 mon.a (mon.0) 1888 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:19.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:19 smithi178 bash[77880]: audit 2024-03-21T13:06:18.861165+0000 mon.a (mon.0) 1889 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:19.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:19 smithi178 bash[77880]: audit 2024-03-21T13:06:18.864610+0000 mon.a (mon.0) 1890 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:19.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:19 smithi178 bash[77880]: audit 2024-03-21T13:06:18.865587+0000 mon.a (mon.0) 1891 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:19.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:19 smithi178 bash[77880]: audit 2024-03-21T13:06:18.874281+0000 mon.a (mon.0) 1892 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:19.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:19 smithi178 bash[77880]: audit 2024-03-21T13:06:18.956061+0000 mon.a (mon.0) 1893 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:19.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:19 smithi178 bash[77880]: audit 2024-03-21T13:06:18.958899+0000 mon.a (mon.0) 1894 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:19.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:19 smithi178 bash[77880]: audit 2024-03-21T13:06:18.963323+0000 mon.a (mon.0) 1895 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:19.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:19 smithi178 bash[77880]: audit 2024-03-21T13:06:18.964924+0000 mon.a (mon.0) 1896 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:19.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:19 smithi178 bash[77880]: audit 2024-03-21T13:06:18.976269+0000 mon.a (mon.0) 1897 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:19.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:19 smithi178 bash[77880]: audit 2024-03-21T13:06:19.058442+0000 mon.a (mon.0) 1898 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:19.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:19 smithi178 bash[77880]: audit 2024-03-21T13:06:19.060737+0000 mon.a (mon.0) 1899 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:19.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:19 smithi178 bash[77880]: audit 2024-03-21T13:06:19.063524+0000 mon.a (mon.0) 1900 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:19.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:19 smithi178 bash[77880]: audit 2024-03-21T13:06:19.064504+0000 mon.a (mon.0) 1901 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:19.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:19 smithi178 bash[77880]: audit 2024-03-21T13:06:19.074487+0000 mon.a (mon.0) 1902 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:19.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:19 smithi178 bash[75692]: audit 2024-03-21T13:06:18.963323+0000 mon.a (mon.0) 1895 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:19.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:19 smithi178 bash[75692]: audit 2024-03-21T13:06:18.964924+0000 mon.a (mon.0) 1896 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:19.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:19 smithi178 bash[75692]: audit 2024-03-21T13:06:18.976269+0000 mon.a (mon.0) 1897 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:19.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:19 smithi178 bash[75692]: audit 2024-03-21T13:06:19.058442+0000 mon.a (mon.0) 1898 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:19.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:19 smithi178 bash[75692]: audit 2024-03-21T13:06:19.060737+0000 mon.a (mon.0) 1899 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:19.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:19 smithi178 bash[75692]: audit 2024-03-21T13:06:19.063524+0000 mon.a (mon.0) 1900 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:19.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:19 smithi178 bash[75692]: audit 2024-03-21T13:06:19.064504+0000 mon.a (mon.0) 1901 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:19.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:19 smithi178 bash[75692]: audit 2024-03-21T13:06:19.074487+0000 mon.a (mon.0) 1902 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:19.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:19 smithi184 bash[59794]: cluster 2024-03-21T13:06:17.246339+0000 mgr.x (mgr.34104) 1505 : cluster [DBG] pgmap v981: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:19.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:19 smithi184 bash[59794]: cluster 2024-03-21T13:06:17.247057+0000 mgr.x (mgr.34104) 1506 : cluster [DBG] pgmap v982: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:19.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:19 smithi184 bash[59794]: cephadm 2024-03-21T13:06:17.256814+0000 mgr.x (mgr.34104) 1507 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:19.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:19 smithi184 bash[59794]: cluster 2024-03-21T13:06:17.348549+0000 mgr.x (mgr.34104) 1508 : cluster [DBG] pgmap v983: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:19.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:19 smithi184 bash[59794]: cluster 2024-03-21T13:06:17.349176+0000 mgr.x (mgr.34104) 1509 : cluster [DBG] pgmap v984: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:19.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:19 smithi184 bash[59794]: cephadm 2024-03-21T13:06:17.358155+0000 mgr.x (mgr.34104) 1510 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:19.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:19 smithi184 bash[59794]: cluster 2024-03-21T13:06:17.451944+0000 mgr.x (mgr.34104) 1511 : cluster [DBG] pgmap v985: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:19.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:19 smithi184 bash[59794]: cluster 2024-03-21T13:06:17.452421+0000 mgr.x (mgr.34104) 1512 : cluster [DBG] pgmap v986: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:19.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:19 smithi184 bash[59794]: cephadm 2024-03-21T13:06:17.461322+0000 mgr.x (mgr.34104) 1513 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:19.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:19 smithi184 bash[59794]: cluster 2024-03-21T13:06:17.554577+0000 mgr.x (mgr.34104) 1514 : cluster [DBG] pgmap v987: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:19.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:19 smithi184 bash[59794]: cluster 2024-03-21T13:06:17.555182+0000 mgr.x (mgr.34104) 1515 : cluster [DBG] pgmap v988: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:19.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:19 smithi184 bash[59794]: cephadm 2024-03-21T13:06:17.564541+0000 mgr.x (mgr.34104) 1516 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:19.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:19 smithi184 bash[59794]: cluster 2024-03-21T13:06:17.658753+0000 mgr.x (mgr.34104) 1517 : cluster [DBG] pgmap v989: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:19.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:19 smithi184 bash[59794]: cluster 2024-03-21T13:06:17.659814+0000 mgr.x (mgr.34104) 1518 : cluster [DBG] pgmap v990: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:19.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:19 smithi184 bash[59794]: cephadm 2024-03-21T13:06:17.669083+0000 mgr.x (mgr.34104) 1519 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:19.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:19 smithi184 bash[59794]: cluster 2024-03-21T13:06:17.758987+0000 mgr.x (mgr.34104) 1520 : cluster [DBG] pgmap v991: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:19.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:19 smithi184 bash[59794]: cluster 2024-03-21T13:06:17.759788+0000 mgr.x (mgr.34104) 1521 : cluster [DBG] pgmap v992: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:19.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:19 smithi184 bash[59794]: cephadm 2024-03-21T13:06:17.767535+0000 mgr.x (mgr.34104) 1522 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:19.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:19 smithi184 bash[59794]: cluster 2024-03-21T13:06:17.859874+0000 mgr.x (mgr.34104) 1523 : cluster [DBG] pgmap v993: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:19.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:19 smithi184 bash[59794]: cluster 2024-03-21T13:06:17.860215+0000 mgr.x (mgr.34104) 1524 : cluster [DBG] pgmap v994: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:19.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:19 smithi184 bash[59794]: cephadm 2024-03-21T13:06:17.870438+0000 mgr.x (mgr.34104) 1525 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:19.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:19 smithi184 bash[59794]: cluster 2024-03-21T13:06:17.960747+0000 mgr.x (mgr.34104) 1526 : cluster [DBG] pgmap v995: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:19.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:19 smithi184 bash[59794]: cluster 2024-03-21T13:06:17.961555+0000 mgr.x (mgr.34104) 1527 : cluster [DBG] pgmap v996: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:19.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:19 smithi184 bash[59794]: cephadm 2024-03-21T13:06:17.970969+0000 mgr.x (mgr.34104) 1528 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:19.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:19 smithi184 bash[59794]: cluster 2024-03-21T13:06:18.062806+0000 mgr.x (mgr.34104) 1529 : cluster [DBG] pgmap v997: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:19.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:19 smithi184 bash[59794]: cluster 2024-03-21T13:06:18.063314+0000 mgr.x (mgr.34104) 1530 : cluster [DBG] pgmap v998: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:19.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:19 smithi184 bash[59794]: cephadm 2024-03-21T13:06:18.073956+0000 mgr.x (mgr.34104) 1531 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:19.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:19 smithi184 bash[59794]: audit 2024-03-21T13:06:18.152827+0000 mon.a (mon.0) 1853 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:19.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:19 smithi184 bash[59794]: audit 2024-03-21T13:06:18.155085+0000 mon.a (mon.0) 1854 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:19.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:19 smithi184 bash[59794]: audit 2024-03-21T13:06:18.158265+0000 mon.a (mon.0) 1855 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:19.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:19 smithi184 bash[59794]: audit 2024-03-21T13:06:18.159406+0000 mon.a (mon.0) 1856 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:19.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:19 smithi184 bash[59794]: cluster 2024-03-21T13:06:18.163117+0000 mgr.x (mgr.34104) 1532 : cluster [DBG] pgmap v999: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:19.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:19 smithi184 bash[59794]: cluster 2024-03-21T13:06:18.163624+0000 mgr.x (mgr.34104) 1533 : cluster [DBG] pgmap v1000: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:19.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:19 smithi184 bash[59794]: audit 2024-03-21T13:06:18.168240+0000 mon.a (mon.0) 1857 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:19.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:19 smithi184 bash[59794]: cephadm 2024-03-21T13:06:18.170601+0000 mgr.x (mgr.34104) 1534 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:19.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:19 smithi184 bash[59794]: audit 2024-03-21T13:06:18.249500+0000 mon.a (mon.0) 1858 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:19.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:19 smithi184 bash[59794]: audit 2024-03-21T13:06:18.254411+0000 mon.a (mon.0) 1859 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:19.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:19 smithi184 bash[59794]: audit 2024-03-21T13:06:18.258552+0000 mon.a (mon.0) 1860 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:19.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:19 smithi184 bash[59794]: audit 2024-03-21T13:06:18.260038+0000 mon.a (mon.0) 1861 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:19.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:19 smithi184 bash[59794]: audit 2024-03-21T13:06:18.274363+0000 mon.a (mon.0) 1862 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:19.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:19 smithi184 bash[59794]: audit 2024-03-21T13:06:18.357673+0000 mon.a (mon.0) 1863 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:19.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:19 smithi184 bash[59794]: audit 2024-03-21T13:06:18.362547+0000 mon.a (mon.0) 1864 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:19.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:19 smithi184 bash[59794]: audit 2024-03-21T13:06:18.367209+0000 mon.a (mon.0) 1865 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:19.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:19 smithi184 bash[59794]: audit 2024-03-21T13:06:18.369165+0000 mon.a (mon.0) 1866 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:19.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:19 smithi184 bash[59794]: audit 2024-03-21T13:06:18.381959+0000 mon.a (mon.0) 1867 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:19.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:19 smithi184 bash[59794]: audit 2024-03-21T13:06:18.463036+0000 mon.a (mon.0) 1868 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:19.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:19 smithi184 bash[59794]: audit 2024-03-21T13:06:18.466805+0000 mon.a (mon.0) 1869 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:19.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:19 smithi184 bash[59794]: audit 2024-03-21T13:06:18.470275+0000 mon.a (mon.0) 1870 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:19.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:19 smithi184 bash[59794]: audit 2024-03-21T13:06:18.471729+0000 mon.a (mon.0) 1871 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:19.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:19 smithi184 bash[59794]: audit 2024-03-21T13:06:18.480999+0000 mon.a (mon.0) 1872 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:19.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:19 smithi184 bash[59794]: audit 2024-03-21T13:06:18.559299+0000 mon.a (mon.0) 1873 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:19.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:19 smithi184 bash[59794]: audit 2024-03-21T13:06:18.562740+0000 mon.a (mon.0) 1874 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:19.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:19 smithi184 bash[59794]: audit 2024-03-21T13:06:18.567518+0000 mon.a (mon.0) 1875 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:19.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:19 smithi184 bash[59794]: audit 2024-03-21T13:06:18.569493+0000 mon.a (mon.0) 1876 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:19.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:19 smithi184 bash[59794]: audit 2024-03-21T13:06:18.579939+0000 mon.a (mon.0) 1877 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:19.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:19 smithi184 bash[59794]: audit 2024-03-21T13:06:18.657933+0000 mon.a (mon.0) 1878 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:19.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:19 smithi184 bash[59794]: audit 2024-03-21T13:06:18.660645+0000 mon.a (mon.0) 1879 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:19.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:19 smithi184 bash[59794]: audit 2024-03-21T13:06:18.663516+0000 mon.a (mon.0) 1880 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:19.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:19 smithi184 bash[59794]: audit 2024-03-21T13:06:18.664890+0000 mon.a (mon.0) 1881 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:19.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:19 smithi184 bash[59794]: audit 2024-03-21T13:06:18.676087+0000 mon.a (mon.0) 1882 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:19.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:19 smithi184 bash[59794]: audit 2024-03-21T13:06:18.755991+0000 mon.a (mon.0) 1883 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:19.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:19 smithi184 bash[59794]: audit 2024-03-21T13:06:18.758516+0000 mon.a (mon.0) 1884 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:19.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:19 smithi184 bash[59794]: audit 2024-03-21T13:06:18.761207+0000 mon.a (mon.0) 1885 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:19.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:19 smithi184 bash[59794]: audit 2024-03-21T13:06:18.762191+0000 mon.a (mon.0) 1886 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:19.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:19 smithi184 bash[59794]: audit 2024-03-21T13:06:18.772817+0000 mon.a (mon.0) 1887 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:19.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:19 smithi184 bash[59794]: audit 2024-03-21T13:06:18.854958+0000 mon.a (mon.0) 1888 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:19.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:19 smithi184 bash[59794]: audit 2024-03-21T13:06:18.861165+0000 mon.a (mon.0) 1889 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:19.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:19 smithi184 bash[59794]: audit 2024-03-21T13:06:18.864610+0000 mon.a (mon.0) 1890 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:19.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:19 smithi184 bash[59794]: audit 2024-03-21T13:06:18.865587+0000 mon.a (mon.0) 1891 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:19.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:19 smithi184 bash[59794]: audit 2024-03-21T13:06:18.874281+0000 mon.a (mon.0) 1892 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:19.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:19 smithi184 bash[59794]: audit 2024-03-21T13:06:18.956061+0000 mon.a (mon.0) 1893 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:19.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:19 smithi184 bash[59794]: audit 2024-03-21T13:06:18.958899+0000 mon.a (mon.0) 1894 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:19.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:19 smithi184 bash[59794]: audit 2024-03-21T13:06:18.963323+0000 mon.a (mon.0) 1895 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:19.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:19 smithi184 bash[59794]: audit 2024-03-21T13:06:18.964924+0000 mon.a (mon.0) 1896 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:19.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:19 smithi184 bash[59794]: audit 2024-03-21T13:06:18.976269+0000 mon.a (mon.0) 1897 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:19.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:19 smithi184 bash[59794]: audit 2024-03-21T13:06:19.058442+0000 mon.a (mon.0) 1898 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:19.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:19 smithi184 bash[59794]: audit 2024-03-21T13:06:19.060737+0000 mon.a (mon.0) 1899 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:19.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:19 smithi184 bash[59794]: audit 2024-03-21T13:06:19.063524+0000 mon.a (mon.0) 1900 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:19.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:19 smithi184 bash[59794]: audit 2024-03-21T13:06:19.064504+0000 mon.a (mon.0) 1901 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:19.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:19 smithi184 bash[59794]: audit 2024-03-21T13:06:19.074487+0000 mon.a (mon.0) 1902 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:20.161 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[77880]: cluster 2024-03-21T13:06:18.264510+0000 mgr.x (mgr.34104) 1535 : cluster [DBG] pgmap v1001: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:20.161 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[77880]: cluster 2024-03-21T13:06:18.265158+0000 mgr.x (mgr.34104) 1536 : cluster [DBG] pgmap v1002: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:20.161 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[77880]: cephadm 2024-03-21T13:06:18.276899+0000 mgr.x (mgr.34104) 1537 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:20.161 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[77880]: cluster 2024-03-21T13:06:18.373661+0000 mgr.x (mgr.34104) 1538 : cluster [DBG] pgmap v1003: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:20.161 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[77880]: cluster 2024-03-21T13:06:18.374344+0000 mgr.x (mgr.34104) 1539 : cluster [DBG] pgmap v1004: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:20.162 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[77880]: cephadm 2024-03-21T13:06:18.384433+0000 mgr.x (mgr.34104) 1540 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:20.162 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[77880]: cluster 2024-03-21T13:06:18.475768+0000 mgr.x (mgr.34104) 1541 : cluster [DBG] pgmap v1005: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:20.162 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[77880]: cluster 2024-03-21T13:06:18.476490+0000 mgr.x (mgr.34104) 1542 : cluster [DBG] pgmap v1006: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:20.162 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[77880]: cephadm 2024-03-21T13:06:18.483255+0000 mgr.x (mgr.34104) 1543 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:20.162 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[77880]: cluster 2024-03-21T13:06:18.574124+0000 mgr.x (mgr.34104) 1544 : cluster [DBG] pgmap v1007: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:20.162 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[77880]: cluster 2024-03-21T13:06:18.574512+0000 mgr.x (mgr.34104) 1545 : cluster [DBG] pgmap v1008: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:20.162 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[77880]: cephadm 2024-03-21T13:06:18.582563+0000 mgr.x (mgr.34104) 1546 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:20.162 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[77880]: cluster 2024-03-21T13:06:18.668450+0000 mgr.x (mgr.34104) 1547 : cluster [DBG] pgmap v1009: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:20.162 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[77880]: cluster 2024-03-21T13:06:18.668833+0000 mgr.x (mgr.34104) 1548 : cluster [DBG] pgmap v1010: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:20.162 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[77880]: cephadm 2024-03-21T13:06:18.678749+0000 mgr.x (mgr.34104) 1549 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:20.163 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[77880]: cluster 2024-03-21T13:06:18.765699+0000 mgr.x (mgr.34104) 1550 : cluster [DBG] pgmap v1011: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:20.163 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[77880]: cluster 2024-03-21T13:06:18.766074+0000 mgr.x (mgr.34104) 1551 : cluster [DBG] pgmap v1012: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:20.163 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[77880]: cephadm 2024-03-21T13:06:18.775271+0000 mgr.x (mgr.34104) 1552 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:20.163 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[77880]: cluster 2024-03-21T13:06:18.869124+0000 mgr.x (mgr.34104) 1553 : cluster [DBG] pgmap v1013: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:20.163 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[77880]: cluster 2024-03-21T13:06:18.869518+0000 mgr.x (mgr.34104) 1554 : cluster [DBG] pgmap v1014: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:20.163 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[77880]: cephadm 2024-03-21T13:06:18.876624+0000 mgr.x (mgr.34104) 1555 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:20.164 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[77880]: cluster 2024-03-21T13:06:18.969341+0000 mgr.x (mgr.34104) 1556 : cluster [DBG] pgmap v1015: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:20.164 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[77880]: cluster 2024-03-21T13:06:18.969751+0000 mgr.x (mgr.34104) 1557 : cluster [DBG] pgmap v1016: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:20.164 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[77880]: cephadm 2024-03-21T13:06:18.978767+0000 mgr.x (mgr.34104) 1558 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:20.164 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[77880]: cluster 2024-03-21T13:06:19.068393+0000 mgr.x (mgr.34104) 1559 : cluster [DBG] pgmap v1017: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:20.164 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[77880]: cluster 2024-03-21T13:06:19.069124+0000 mgr.x (mgr.34104) 1560 : cluster [DBG] pgmap v1018: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:20.164 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[77880]: cephadm 2024-03-21T13:06:19.076772+0000 mgr.x (mgr.34104) 1561 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:20.164 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[77880]: audit 2024-03-21T13:06:19.155091+0000 mon.a (mon.0) 1903 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:20.164 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[77880]: audit 2024-03-21T13:06:19.156988+0000 mon.a (mon.0) 1904 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:20.164 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[77880]: audit 2024-03-21T13:06:19.158930+0000 mon.a (mon.0) 1905 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:20.164 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[77880]: audit 2024-03-21T13:06:19.159767+0000 mon.a (mon.0) 1906 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:20.164 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[77880]: cluster 2024-03-21T13:06:19.162948+0000 mgr.x (mgr.34104) 1562 : cluster [DBG] pgmap v1019: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:20.164 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[77880]: cluster 2024-03-21T13:06:19.163271+0000 mgr.x (mgr.34104) 1563 : cluster [DBG] pgmap v1020: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:20.164 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[77880]: audit 2024-03-21T13:06:19.167039+0000 mon.a (mon.0) 1907 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:20.164 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[77880]: cephadm 2024-03-21T13:06:19.169265+0000 mgr.x (mgr.34104) 1564 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:20.164 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[77880]: audit 2024-03-21T13:06:19.246791+0000 mon.a (mon.0) 1908 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:20.165 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[77880]: audit 2024-03-21T13:06:19.250000+0000 mon.a (mon.0) 1909 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:20.165 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[77880]: audit 2024-03-21T13:06:19.253647+0000 mon.a (mon.0) 1910 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:20.165 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[77880]: audit 2024-03-21T13:06:19.255170+0000 mon.a (mon.0) 1911 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:20.165 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[77880]: audit 2024-03-21T13:06:19.266149+0000 mon.a (mon.0) 1912 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:20.165 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[77880]: audit 2024-03-21T13:06:19.347277+0000 mon.a (mon.0) 1913 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:20.165 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[77880]: audit 2024-03-21T13:06:19.350124+0000 mon.a (mon.0) 1914 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:20.165 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[77880]: audit 2024-03-21T13:06:19.354445+0000 mon.a (mon.0) 1915 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:20.165 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[77880]: audit 2024-03-21T13:06:19.355897+0000 mon.a (mon.0) 1916 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:20.165 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[77880]: audit 2024-03-21T13:06:19.366794+0000 mon.a (mon.0) 1917 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:20.165 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[77880]: audit 2024-03-21T13:06:19.446089+0000 mon.a (mon.0) 1918 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:20.165 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[77880]: audit 2024-03-21T13:06:19.449481+0000 mon.a (mon.0) 1919 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:20.165 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[77880]: audit 2024-03-21T13:06:19.452732+0000 mon.a (mon.0) 1920 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:20.165 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[77880]: audit 2024-03-21T13:06:19.454164+0000 mon.a (mon.0) 1921 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:20.165 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[77880]: audit 2024-03-21T13:06:19.465033+0000 mon.a (mon.0) 1922 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:20.165 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[77880]: audit 2024-03-21T13:06:19.547342+0000 mon.a (mon.0) 1923 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:20.165 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[77880]: audit 2024-03-21T13:06:19.550787+0000 mon.a (mon.0) 1924 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:20.166 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[77880]: audit 2024-03-21T13:06:19.554142+0000 mon.a (mon.0) 1925 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:20.166 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[77880]: audit 2024-03-21T13:06:19.555761+0000 mon.a (mon.0) 1926 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:20.166 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[77880]: audit 2024-03-21T13:06:19.567642+0000 mon.a (mon.0) 1927 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:20.166 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[77880]: audit 2024-03-21T13:06:19.650322+0000 mon.a (mon.0) 1928 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:20.166 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[77880]: audit 2024-03-21T13:06:19.653686+0000 mon.a (mon.0) 1929 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:20.166 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[77880]: audit 2024-03-21T13:06:19.656660+0000 mon.a (mon.0) 1930 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:20.166 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[77880]: audit 2024-03-21T13:06:19.658303+0000 mon.a (mon.0) 1931 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:20.166 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[77880]: audit 2024-03-21T13:06:19.670411+0000 mon.a (mon.0) 1932 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:20.166 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[77880]: audit 2024-03-21T13:06:19.753974+0000 mon.a (mon.0) 1933 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:20.166 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[77880]: audit 2024-03-21T13:06:19.757351+0000 mon.a (mon.0) 1934 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:20.166 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[77880]: audit 2024-03-21T13:06:19.761036+0000 mon.a (mon.0) 1935 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:20.166 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[77880]: audit 2024-03-21T13:06:19.762731+0000 mon.a (mon.0) 1936 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:20.166 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[77880]: audit 2024-03-21T13:06:19.773676+0000 mon.a (mon.0) 1937 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:20.166 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[77880]: audit 2024-03-21T13:06:19.786569+0000 mon.a (mon.0) 1938 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:20.166 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[77880]: audit 2024-03-21T13:06:19.788457+0000 mon.a (mon.0) 1939 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:06:20.167 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[77880]: audit 2024-03-21T13:06:19.892008+0000 mon.a (mon.0) 1940 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:20.167 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[77880]: audit 2024-03-21T13:06:19.894867+0000 mon.a (mon.0) 1941 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:20.167 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[77880]: audit 2024-03-21T13:06:19.897849+0000 mon.a (mon.0) 1942 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:20.167 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[77880]: audit 2024-03-21T13:06:19.898897+0000 mon.a (mon.0) 1943 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:20.167 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[77880]: audit 2024-03-21T13:06:19.913041+0000 mon.a (mon.0) 1944 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:20.167 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[77880]: audit 2024-03-21T13:06:19.998122+0000 mon.a (mon.0) 1945 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:20.167 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[77880]: audit 2024-03-21T13:06:20.000854+0000 mon.a (mon.0) 1946 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:20.167 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[77880]: audit 2024-03-21T13:06:20.005562+0000 mon.a (mon.0) 1947 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:20.167 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[77880]: audit 2024-03-21T13:06:20.007121+0000 mon.a (mon.0) 1948 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:20.167 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[77880]: audit 2024-03-21T13:06:20.017674+0000 mon.a (mon.0) 1949 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:20.167 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[77880]: audit 2024-03-21T13:06:20.101643+0000 mon.a (mon.0) 1950 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:20.167 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[77880]: audit 2024-03-21T13:06:20.104572+0000 mon.a (mon.0) 1951 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:20.167 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[77880]: audit 2024-03-21T13:06:20.107769+0000 mon.a (mon.0) 1952 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:20.167 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[77880]: audit 2024-03-21T13:06:20.109254+0000 mon.a (mon.0) 1953 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:20.167 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[77880]: audit 2024-03-21T13:06:20.119599+0000 mon.a (mon.0) 1954 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:20.168 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[75692]: cluster 2024-03-21T13:06:18.264510+0000 mgr.x (mgr.34104) 1535 : cluster [DBG] pgmap v1001: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:20.168 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[75692]: cluster 2024-03-21T13:06:18.265158+0000 mgr.x (mgr.34104) 1536 : cluster [DBG] pgmap v1002: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:20.168 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[75692]: cephadm 2024-03-21T13:06:18.276899+0000 mgr.x (mgr.34104) 1537 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:20.168 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[75692]: cluster 2024-03-21T13:06:18.373661+0000 mgr.x (mgr.34104) 1538 : cluster [DBG] pgmap v1003: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:20.168 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[75692]: cluster 2024-03-21T13:06:18.374344+0000 mgr.x (mgr.34104) 1539 : cluster [DBG] pgmap v1004: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:20.168 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[75692]: cephadm 2024-03-21T13:06:18.384433+0000 mgr.x (mgr.34104) 1540 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:20.169 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[75692]: cluster 2024-03-21T13:06:18.475768+0000 mgr.x (mgr.34104) 1541 : cluster [DBG] pgmap v1005: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:20.169 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[75692]: cluster 2024-03-21T13:06:18.476490+0000 mgr.x (mgr.34104) 1542 : cluster [DBG] pgmap v1006: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:20.169 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[75692]: cephadm 2024-03-21T13:06:18.483255+0000 mgr.x (mgr.34104) 1543 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:20.169 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[75692]: cluster 2024-03-21T13:06:18.574124+0000 mgr.x (mgr.34104) 1544 : cluster [DBG] pgmap v1007: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:20.169 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[75692]: cluster 2024-03-21T13:06:18.574512+0000 mgr.x (mgr.34104) 1545 : cluster [DBG] pgmap v1008: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:20.169 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[75692]: cephadm 2024-03-21T13:06:18.582563+0000 mgr.x (mgr.34104) 1546 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:20.169 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[75692]: cluster 2024-03-21T13:06:18.668450+0000 mgr.x (mgr.34104) 1547 : cluster [DBG] pgmap v1009: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:20.169 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[75692]: cluster 2024-03-21T13:06:18.668833+0000 mgr.x (mgr.34104) 1548 : cluster [DBG] pgmap v1010: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:20.169 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[75692]: cephadm 2024-03-21T13:06:18.678749+0000 mgr.x (mgr.34104) 1549 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:20.169 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[75692]: cluster 2024-03-21T13:06:18.765699+0000 mgr.x (mgr.34104) 1550 : cluster [DBG] pgmap v1011: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:20.169 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[75692]: cluster 2024-03-21T13:06:18.766074+0000 mgr.x (mgr.34104) 1551 : cluster [DBG] pgmap v1012: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:20.169 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[75692]: cephadm 2024-03-21T13:06:18.775271+0000 mgr.x (mgr.34104) 1552 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:20.169 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[75692]: cluster 2024-03-21T13:06:18.869124+0000 mgr.x (mgr.34104) 1553 : cluster [DBG] pgmap v1013: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:20.169 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[75692]: cluster 2024-03-21T13:06:18.869518+0000 mgr.x (mgr.34104) 1554 : cluster [DBG] pgmap v1014: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:20.169 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[75692]: cephadm 2024-03-21T13:06:18.876624+0000 mgr.x (mgr.34104) 1555 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:20.169 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[75692]: cluster 2024-03-21T13:06:18.969341+0000 mgr.x (mgr.34104) 1556 : cluster [DBG] pgmap v1015: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:20.170 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[75692]: cluster 2024-03-21T13:06:18.969751+0000 mgr.x (mgr.34104) 1557 : cluster [DBG] pgmap v1016: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:20.170 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[75692]: cephadm 2024-03-21T13:06:18.978767+0000 mgr.x (mgr.34104) 1558 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:20.170 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[75692]: cluster 2024-03-21T13:06:19.068393+0000 mgr.x (mgr.34104) 1559 : cluster [DBG] pgmap v1017: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:20.170 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[75692]: cluster 2024-03-21T13:06:19.069124+0000 mgr.x (mgr.34104) 1560 : cluster [DBG] pgmap v1018: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:20.170 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[75692]: cephadm 2024-03-21T13:06:19.076772+0000 mgr.x (mgr.34104) 1561 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:20.170 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[75692]: audit 2024-03-21T13:06:19.155091+0000 mon.a (mon.0) 1903 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:20.170 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[75692]: audit 2024-03-21T13:06:19.156988+0000 mon.a (mon.0) 1904 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:20.170 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[75692]: audit 2024-03-21T13:06:19.158930+0000 mon.a (mon.0) 1905 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:20.170 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[75692]: audit 2024-03-21T13:06:19.159767+0000 mon.a (mon.0) 1906 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:20.170 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[75692]: cluster 2024-03-21T13:06:19.162948+0000 mgr.x (mgr.34104) 1562 : cluster [DBG] pgmap v1019: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:20.170 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[75692]: cluster 2024-03-21T13:06:19.163271+0000 mgr.x (mgr.34104) 1563 : cluster [DBG] pgmap v1020: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:20.170 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[75692]: audit 2024-03-21T13:06:19.167039+0000 mon.a (mon.0) 1907 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:20.170 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[75692]: cephadm 2024-03-21T13:06:19.169265+0000 mgr.x (mgr.34104) 1564 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:20.170 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[75692]: audit 2024-03-21T13:06:19.246791+0000 mon.a (mon.0) 1908 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:20.171 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[75692]: audit 2024-03-21T13:06:19.250000+0000 mon.a (mon.0) 1909 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:20.171 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[75692]: audit 2024-03-21T13:06:19.253647+0000 mon.a (mon.0) 1910 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:20.171 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[75692]: audit 2024-03-21T13:06:19.255170+0000 mon.a (mon.0) 1911 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:20.171 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[75692]: audit 2024-03-21T13:06:19.266149+0000 mon.a (mon.0) 1912 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:20.171 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[75692]: audit 2024-03-21T13:06:19.347277+0000 mon.a (mon.0) 1913 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:20.171 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[75692]: audit 2024-03-21T13:06:19.350124+0000 mon.a (mon.0) 1914 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:20.171 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[75692]: audit 2024-03-21T13:06:19.354445+0000 mon.a (mon.0) 1915 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:20.171 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[75692]: audit 2024-03-21T13:06:19.355897+0000 mon.a (mon.0) 1916 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:20.171 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[75692]: audit 2024-03-21T13:06:19.366794+0000 mon.a (mon.0) 1917 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:20.171 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[75692]: audit 2024-03-21T13:06:19.446089+0000 mon.a (mon.0) 1918 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:20.171 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[75692]: audit 2024-03-21T13:06:19.449481+0000 mon.a (mon.0) 1919 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:20.171 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[75692]: audit 2024-03-21T13:06:19.452732+0000 mon.a (mon.0) 1920 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:20.171 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[75692]: audit 2024-03-21T13:06:19.454164+0000 mon.a (mon.0) 1921 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:20.171 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[75692]: audit 2024-03-21T13:06:19.465033+0000 mon.a (mon.0) 1922 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:20.171 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[75692]: audit 2024-03-21T13:06:19.547342+0000 mon.a (mon.0) 1923 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:20.171 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[75692]: audit 2024-03-21T13:06:19.550787+0000 mon.a (mon.0) 1924 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:20.172 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[75692]: audit 2024-03-21T13:06:19.554142+0000 mon.a (mon.0) 1925 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:20.172 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[75692]: audit 2024-03-21T13:06:19.555761+0000 mon.a (mon.0) 1926 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:20.172 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[75692]: audit 2024-03-21T13:06:19.567642+0000 mon.a (mon.0) 1927 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:20.172 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[75692]: audit 2024-03-21T13:06:19.650322+0000 mon.a (mon.0) 1928 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:20.172 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[75692]: audit 2024-03-21T13:06:19.653686+0000 mon.a (mon.0) 1929 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:20.172 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[75692]: audit 2024-03-21T13:06:19.656660+0000 mon.a (mon.0) 1930 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:20.172 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[75692]: audit 2024-03-21T13:06:19.658303+0000 mon.a (mon.0) 1931 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:20.172 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[75692]: audit 2024-03-21T13:06:19.670411+0000 mon.a (mon.0) 1932 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:20.172 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[75692]: audit 2024-03-21T13:06:19.753974+0000 mon.a (mon.0) 1933 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:20.172 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[75692]: audit 2024-03-21T13:06:19.757351+0000 mon.a (mon.0) 1934 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:20.172 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[75692]: audit 2024-03-21T13:06:19.761036+0000 mon.a (mon.0) 1935 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:20.172 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[75692]: audit 2024-03-21T13:06:19.762731+0000 mon.a (mon.0) 1936 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:20.172 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[75692]: audit 2024-03-21T13:06:19.773676+0000 mon.a (mon.0) 1937 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:20.172 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[75692]: audit 2024-03-21T13:06:19.786569+0000 mon.a (mon.0) 1938 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:20.172 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[75692]: audit 2024-03-21T13:06:19.788457+0000 mon.a (mon.0) 1939 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:06:20.172 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[75692]: audit 2024-03-21T13:06:19.892008+0000 mon.a (mon.0) 1940 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:20.172 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[75692]: audit 2024-03-21T13:06:19.894867+0000 mon.a (mon.0) 1941 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:20.173 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[75692]: audit 2024-03-21T13:06:19.897849+0000 mon.a (mon.0) 1942 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:20.173 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[75692]: audit 2024-03-21T13:06:19.898897+0000 mon.a (mon.0) 1943 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:20.173 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[75692]: audit 2024-03-21T13:06:19.913041+0000 mon.a (mon.0) 1944 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:20.173 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[75692]: audit 2024-03-21T13:06:19.998122+0000 mon.a (mon.0) 1945 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:20.173 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[75692]: audit 2024-03-21T13:06:20.000854+0000 mon.a (mon.0) 1946 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:20.173 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[75692]: audit 2024-03-21T13:06:20.005562+0000 mon.a (mon.0) 1947 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:20.173 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[75692]: audit 2024-03-21T13:06:20.007121+0000 mon.a (mon.0) 1948 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:20.173 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[75692]: audit 2024-03-21T13:06:20.017674+0000 mon.a (mon.0) 1949 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:20.173 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[75692]: audit 2024-03-21T13:06:20.101643+0000 mon.a (mon.0) 1950 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:20.173 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[75692]: audit 2024-03-21T13:06:20.104572+0000 mon.a (mon.0) 1951 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:20.173 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[75692]: audit 2024-03-21T13:06:20.107769+0000 mon.a (mon.0) 1952 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:20.173 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[75692]: audit 2024-03-21T13:06:20.109254+0000 mon.a (mon.0) 1953 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:20.173 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[75692]: audit 2024-03-21T13:06:20.119599+0000 mon.a (mon.0) 1954 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:20.548 INFO:journalctl@ceph.osd.1.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[90756]: debug 2024-03-21T13:06:20.304+0000 7efe840b1700 1 -- 172.21.15.178:0/3608098259 <== mon.0 v2:172.21.15.178:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x560363cc7680 con 0x560363d04c00 2024-03-21T13:06:20.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:20 smithi184 bash[59794]: cluster 2024-03-21T13:06:18.264510+0000 mgr.x (mgr.34104) 1535 : cluster [DBG] pgmap v1001: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:20.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:20 smithi184 bash[59794]: cluster 2024-03-21T13:06:18.265158+0000 mgr.x (mgr.34104) 1536 : cluster [DBG] pgmap v1002: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:20.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:20 smithi184 bash[59794]: cephadm 2024-03-21T13:06:18.276899+0000 mgr.x (mgr.34104) 1537 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:20.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:20 smithi184 bash[59794]: cluster 2024-03-21T13:06:18.373661+0000 mgr.x (mgr.34104) 1538 : cluster [DBG] pgmap v1003: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:20.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:20 smithi184 bash[59794]: cluster 2024-03-21T13:06:18.374344+0000 mgr.x (mgr.34104) 1539 : cluster [DBG] pgmap v1004: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:20.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:20 smithi184 bash[59794]: cephadm 2024-03-21T13:06:18.384433+0000 mgr.x (mgr.34104) 1540 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:20.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:20 smithi184 bash[59794]: cluster 2024-03-21T13:06:18.475768+0000 mgr.x (mgr.34104) 1541 : cluster [DBG] pgmap v1005: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:20.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:20 smithi184 bash[59794]: cluster 2024-03-21T13:06:18.476490+0000 mgr.x (mgr.34104) 1542 : cluster [DBG] pgmap v1006: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:20.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:20 smithi184 bash[59794]: cephadm 2024-03-21T13:06:18.483255+0000 mgr.x (mgr.34104) 1543 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:20.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:20 smithi184 bash[59794]: cluster 2024-03-21T13:06:18.574124+0000 mgr.x (mgr.34104) 1544 : cluster [DBG] pgmap v1007: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:20.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:20 smithi184 bash[59794]: cluster 2024-03-21T13:06:18.574512+0000 mgr.x (mgr.34104) 1545 : cluster [DBG] pgmap v1008: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:20.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:20 smithi184 bash[59794]: cephadm 2024-03-21T13:06:18.582563+0000 mgr.x (mgr.34104) 1546 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:20.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:20 smithi184 bash[59794]: cluster 2024-03-21T13:06:18.668450+0000 mgr.x (mgr.34104) 1547 : cluster [DBG] pgmap v1009: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:20.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:20 smithi184 bash[59794]: cluster 2024-03-21T13:06:18.668833+0000 mgr.x (mgr.34104) 1548 : cluster [DBG] pgmap v1010: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:20.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:20 smithi184 bash[59794]: cephadm 2024-03-21T13:06:18.678749+0000 mgr.x (mgr.34104) 1549 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:20.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:20 smithi184 bash[59794]: cluster 2024-03-21T13:06:18.765699+0000 mgr.x (mgr.34104) 1550 : cluster [DBG] pgmap v1011: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:20.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:20 smithi184 bash[59794]: cluster 2024-03-21T13:06:18.766074+0000 mgr.x (mgr.34104) 1551 : cluster [DBG] pgmap v1012: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:20.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:20 smithi184 bash[59794]: cephadm 2024-03-21T13:06:18.775271+0000 mgr.x (mgr.34104) 1552 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:20.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:20 smithi184 bash[59794]: cluster 2024-03-21T13:06:18.869124+0000 mgr.x (mgr.34104) 1553 : cluster [DBG] pgmap v1013: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:20.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:20 smithi184 bash[59794]: cluster 2024-03-21T13:06:18.869518+0000 mgr.x (mgr.34104) 1554 : cluster [DBG] pgmap v1014: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:20.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:20 smithi184 bash[59794]: cephadm 2024-03-21T13:06:18.876624+0000 mgr.x (mgr.34104) 1555 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:20.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:20 smithi184 bash[59794]: cluster 2024-03-21T13:06:18.969341+0000 mgr.x (mgr.34104) 1556 : cluster [DBG] pgmap v1015: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:20.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:20 smithi184 bash[59794]: cluster 2024-03-21T13:06:18.969751+0000 mgr.x (mgr.34104) 1557 : cluster [DBG] pgmap v1016: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:20.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:20 smithi184 bash[59794]: cephadm 2024-03-21T13:06:18.978767+0000 mgr.x (mgr.34104) 1558 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:20.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:20 smithi184 bash[59794]: cluster 2024-03-21T13:06:19.068393+0000 mgr.x (mgr.34104) 1559 : cluster [DBG] pgmap v1017: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:20.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:20 smithi184 bash[59794]: cluster 2024-03-21T13:06:19.069124+0000 mgr.x (mgr.34104) 1560 : cluster [DBG] pgmap v1018: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:20.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:20 smithi184 bash[59794]: cephadm 2024-03-21T13:06:19.076772+0000 mgr.x (mgr.34104) 1561 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:20.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:20 smithi184 bash[59794]: audit 2024-03-21T13:06:19.155091+0000 mon.a (mon.0) 1903 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:20.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:20 smithi184 bash[59794]: audit 2024-03-21T13:06:19.156988+0000 mon.a (mon.0) 1904 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:20.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:20 smithi184 bash[59794]: audit 2024-03-21T13:06:19.158930+0000 mon.a (mon.0) 1905 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:20.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:20 smithi184 bash[59794]: audit 2024-03-21T13:06:19.159767+0000 mon.a (mon.0) 1906 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:20.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:20 smithi184 bash[59794]: cluster 2024-03-21T13:06:19.162948+0000 mgr.x (mgr.34104) 1562 : cluster [DBG] pgmap v1019: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:20.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:20 smithi184 bash[59794]: cluster 2024-03-21T13:06:19.163271+0000 mgr.x (mgr.34104) 1563 : cluster [DBG] pgmap v1020: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:20.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:20 smithi184 bash[59794]: audit 2024-03-21T13:06:19.167039+0000 mon.a (mon.0) 1907 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:20.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:20 smithi184 bash[59794]: cephadm 2024-03-21T13:06:19.169265+0000 mgr.x (mgr.34104) 1564 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:20.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:20 smithi184 bash[59794]: audit 2024-03-21T13:06:19.246791+0000 mon.a (mon.0) 1908 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:20.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:20 smithi184 bash[59794]: audit 2024-03-21T13:06:19.250000+0000 mon.a (mon.0) 1909 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:20.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:20 smithi184 bash[59794]: audit 2024-03-21T13:06:19.253647+0000 mon.a (mon.0) 1910 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:20.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:20 smithi184 bash[59794]: audit 2024-03-21T13:06:19.255170+0000 mon.a (mon.0) 1911 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:20.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:20 smithi184 bash[59794]: audit 2024-03-21T13:06:19.266149+0000 mon.a (mon.0) 1912 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:20.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:20 smithi184 bash[59794]: audit 2024-03-21T13:06:19.347277+0000 mon.a (mon.0) 1913 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:20.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:20 smithi184 bash[59794]: audit 2024-03-21T13:06:19.350124+0000 mon.a (mon.0) 1914 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:20.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:20 smithi184 bash[59794]: audit 2024-03-21T13:06:19.354445+0000 mon.a (mon.0) 1915 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:20.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:20 smithi184 bash[59794]: audit 2024-03-21T13:06:19.355897+0000 mon.a (mon.0) 1916 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:20.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:20 smithi184 bash[59794]: audit 2024-03-21T13:06:19.366794+0000 mon.a (mon.0) 1917 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:20.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:20 smithi184 bash[59794]: audit 2024-03-21T13:06:19.446089+0000 mon.a (mon.0) 1918 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:20.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:20 smithi184 bash[59794]: audit 2024-03-21T13:06:19.449481+0000 mon.a (mon.0) 1919 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:20.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:20 smithi184 bash[59794]: audit 2024-03-21T13:06:19.452732+0000 mon.a (mon.0) 1920 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:20.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:20 smithi184 bash[59794]: audit 2024-03-21T13:06:19.454164+0000 mon.a (mon.0) 1921 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:20.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:20 smithi184 bash[59794]: audit 2024-03-21T13:06:19.465033+0000 mon.a (mon.0) 1922 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:20.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:20 smithi184 bash[59794]: audit 2024-03-21T13:06:19.547342+0000 mon.a (mon.0) 1923 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:20.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:20 smithi184 bash[59794]: audit 2024-03-21T13:06:19.550787+0000 mon.a (mon.0) 1924 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:20.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:20 smithi184 bash[59794]: audit 2024-03-21T13:06:19.554142+0000 mon.a (mon.0) 1925 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:20.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:20 smithi184 bash[59794]: audit 2024-03-21T13:06:19.555761+0000 mon.a (mon.0) 1926 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:20.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:20 smithi184 bash[59794]: audit 2024-03-21T13:06:19.567642+0000 mon.a (mon.0) 1927 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:20.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:20 smithi184 bash[59794]: audit 2024-03-21T13:06:19.650322+0000 mon.a (mon.0) 1928 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:20.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:20 smithi184 bash[59794]: audit 2024-03-21T13:06:19.653686+0000 mon.a (mon.0) 1929 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:20.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:20 smithi184 bash[59794]: audit 2024-03-21T13:06:19.656660+0000 mon.a (mon.0) 1930 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:20.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:20 smithi184 bash[59794]: audit 2024-03-21T13:06:19.658303+0000 mon.a (mon.0) 1931 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:20.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:20 smithi184 bash[59794]: audit 2024-03-21T13:06:19.670411+0000 mon.a (mon.0) 1932 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:20.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:20 smithi184 bash[59794]: audit 2024-03-21T13:06:19.753974+0000 mon.a (mon.0) 1933 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:20.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:20 smithi184 bash[59794]: audit 2024-03-21T13:06:19.757351+0000 mon.a (mon.0) 1934 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:20.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:20 smithi184 bash[59794]: audit 2024-03-21T13:06:19.761036+0000 mon.a (mon.0) 1935 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:20.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:20 smithi184 bash[59794]: audit 2024-03-21T13:06:19.762731+0000 mon.a (mon.0) 1936 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:20.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:20 smithi184 bash[59794]: audit 2024-03-21T13:06:19.773676+0000 mon.a (mon.0) 1937 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:20.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:20 smithi184 bash[59794]: audit 2024-03-21T13:06:19.786569+0000 mon.a (mon.0) 1938 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:20.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:20 smithi184 bash[59794]: audit 2024-03-21T13:06:19.788457+0000 mon.a (mon.0) 1939 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:06:20.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:20 smithi184 bash[59794]: audit 2024-03-21T13:06:19.892008+0000 mon.a (mon.0) 1940 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:20.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:20 smithi184 bash[59794]: audit 2024-03-21T13:06:19.894867+0000 mon.a (mon.0) 1941 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:20.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:20 smithi184 bash[59794]: audit 2024-03-21T13:06:19.897849+0000 mon.a (mon.0) 1942 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:20.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:20 smithi184 bash[59794]: audit 2024-03-21T13:06:19.898897+0000 mon.a (mon.0) 1943 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:20.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:20 smithi184 bash[59794]: audit 2024-03-21T13:06:19.913041+0000 mon.a (mon.0) 1944 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:20.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:20 smithi184 bash[59794]: audit 2024-03-21T13:06:19.998122+0000 mon.a (mon.0) 1945 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:20.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:20 smithi184 bash[59794]: audit 2024-03-21T13:06:20.000854+0000 mon.a (mon.0) 1946 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:20.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:20 smithi184 bash[59794]: audit 2024-03-21T13:06:20.005562+0000 mon.a (mon.0) 1947 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:20.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:20 smithi184 bash[59794]: audit 2024-03-21T13:06:20.007121+0000 mon.a (mon.0) 1948 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:20.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:20 smithi184 bash[59794]: audit 2024-03-21T13:06:20.017674+0000 mon.a (mon.0) 1949 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:20.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:20 smithi184 bash[59794]: audit 2024-03-21T13:06:20.101643+0000 mon.a (mon.0) 1950 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:20.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:20 smithi184 bash[59794]: audit 2024-03-21T13:06:20.104572+0000 mon.a (mon.0) 1951 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:20.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:20 smithi184 bash[59794]: audit 2024-03-21T13:06:20.107769+0000 mon.a (mon.0) 1952 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:20.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:20 smithi184 bash[59794]: audit 2024-03-21T13:06:20.109254+0000 mon.a (mon.0) 1953 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:20.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:20 smithi184 bash[59794]: audit 2024-03-21T13:06:20.119599+0000 mon.a (mon.0) 1954 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:21.048 INFO:journalctl@ceph.osd.1.smithi178.stdout:Mar 21 13:06:20 smithi178 bash[90756]: debug 2024-03-21T13:06:20.616+0000 7efe8d2497c0 -1 Falling back to public interface 2024-03-21T13:06:21.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:21 smithi184 bash[59794]: cluster 2024-03-21T13:06:19.259209+0000 mgr.x (mgr.34104) 1565 : cluster [DBG] pgmap v1021: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:21.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:21 smithi184 bash[59794]: cluster 2024-03-21T13:06:19.259929+0000 mgr.x (mgr.34104) 1566 : cluster [DBG] pgmap v1022: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:21.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:21 smithi184 bash[59794]: cephadm 2024-03-21T13:06:19.268618+0000 mgr.x (mgr.34104) 1567 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:21.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:21 smithi184 bash[59794]: cluster 2024-03-21T13:06:19.360014+0000 mgr.x (mgr.34104) 1568 : cluster [DBG] pgmap v1023: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:21.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:21 smithi184 bash[59794]: cluster 2024-03-21T13:06:19.360667+0000 mgr.x (mgr.34104) 1569 : cluster [DBG] pgmap v1024: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:21.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:21 smithi184 bash[59794]: cephadm 2024-03-21T13:06:19.369271+0000 mgr.x (mgr.34104) 1570 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:21.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:21 smithi184 bash[59794]: cluster 2024-03-21T13:06:19.458374+0000 mgr.x (mgr.34104) 1571 : cluster [DBG] pgmap v1025: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:21.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:21 smithi184 bash[59794]: cluster 2024-03-21T13:06:19.459016+0000 mgr.x (mgr.34104) 1572 : cluster [DBG] pgmap v1026: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:21.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:21 smithi184 bash[59794]: cephadm 2024-03-21T13:06:19.467723+0000 mgr.x (mgr.34104) 1573 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:21.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:21 smithi184 bash[59794]: cluster 2024-03-21T13:06:19.560069+0000 mgr.x (mgr.34104) 1574 : cluster [DBG] pgmap v1027: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:21.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:21 smithi184 bash[59794]: cluster 2024-03-21T13:06:19.560857+0000 mgr.x (mgr.34104) 1575 : cluster [DBG] pgmap v1028: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:21.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:21 smithi184 bash[59794]: cephadm 2024-03-21T13:06:19.569992+0000 mgr.x (mgr.34104) 1576 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:21.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:21 smithi184 bash[59794]: cluster 2024-03-21T13:06:19.662658+0000 mgr.x (mgr.34104) 1577 : cluster [DBG] pgmap v1029: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:21.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:21 smithi184 bash[59794]: cluster 2024-03-21T13:06:19.663428+0000 mgr.x (mgr.34104) 1578 : cluster [DBG] pgmap v1030: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:21.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:21 smithi184 bash[59794]: cephadm 2024-03-21T13:06:19.672966+0000 mgr.x (mgr.34104) 1579 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:21.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:21 smithi184 bash[59794]: cluster 2024-03-21T13:06:19.767482+0000 mgr.x (mgr.34104) 1580 : cluster [DBG] pgmap v1031: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:21.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:21 smithi184 bash[59794]: cephadm 2024-03-21T13:06:19.775998+0000 mgr.x (mgr.34104) 1581 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:21.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:21 smithi184 bash[59794]: cluster 2024-03-21T13:06:19.903174+0000 mgr.x (mgr.34104) 1582 : cluster [DBG] pgmap v1032: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:21.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:21 smithi184 bash[59794]: cluster 2024-03-21T13:06:19.904100+0000 mgr.x (mgr.34104) 1583 : cluster [DBG] pgmap v1033: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:21.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:21 smithi184 bash[59794]: cephadm 2024-03-21T13:06:19.917993+0000 mgr.x (mgr.34104) 1584 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:21.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:21 smithi184 bash[59794]: cluster 2024-03-21T13:06:20.011922+0000 mgr.x (mgr.34104) 1585 : cluster [DBG] pgmap v1034: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:21.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:21 smithi184 bash[59794]: cluster 2024-03-21T13:06:20.012691+0000 mgr.x (mgr.34104) 1586 : cluster [DBG] pgmap v1035: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:21.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:21 smithi184 bash[59794]: cephadm 2024-03-21T13:06:20.020042+0000 mgr.x (mgr.34104) 1587 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:21.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:21 smithi184 bash[59794]: cluster 2024-03-21T13:06:20.113422+0000 mgr.x (mgr.34104) 1588 : cluster [DBG] pgmap v1036: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:21.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:21 smithi184 bash[59794]: cluster 2024-03-21T13:06:20.113828+0000 mgr.x (mgr.34104) 1589 : cluster [DBG] pgmap v1037: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:21.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:21 smithi184 bash[59794]: cephadm 2024-03-21T13:06:20.121952+0000 mgr.x (mgr.34104) 1590 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:21.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:21 smithi184 bash[59794]: audit 2024-03-21T13:06:20.201292+0000 mon.a (mon.0) 1955 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:21.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:21 smithi184 bash[59794]: audit 2024-03-21T13:06:20.204077+0000 mon.a (mon.0) 1956 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:21.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:21 smithi184 bash[59794]: audit 2024-03-21T13:06:20.207563+0000 mon.a (mon.0) 1957 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:21.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:21 smithi184 bash[59794]: audit 2024-03-21T13:06:20.208699+0000 mon.a (mon.0) 1958 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:21.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:21 smithi184 bash[59794]: audit 2024-03-21T13:06:20.220775+0000 mon.a (mon.0) 1959 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:21.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:21 smithi184 bash[59794]: audit 2024-03-21T13:06:20.300266+0000 mon.a (mon.0) 1960 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:21.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:21 smithi184 bash[59794]: audit 2024-03-21T13:06:20.303018+0000 mon.a (mon.0) 1961 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:21.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:21 smithi184 bash[59794]: audit 2024-03-21T13:06:20.305700+0000 mon.a (mon.0) 1962 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:21.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:21 smithi184 bash[59794]: audit 2024-03-21T13:06:20.306641+0000 mon.a (mon.0) 1963 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:21.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:21 smithi184 bash[59794]: audit 2024-03-21T13:06:20.314463+0000 mon.a (mon.0) 1964 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:21.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:21 smithi184 bash[59794]: audit 2024-03-21T13:06:20.393415+0000 mon.a (mon.0) 1965 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:21.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:21 smithi184 bash[59794]: audit 2024-03-21T13:06:20.397010+0000 mon.a (mon.0) 1966 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:21.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:21 smithi184 bash[59794]: audit 2024-03-21T13:06:20.400448+0000 mon.a (mon.0) 1967 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:21.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:21 smithi184 bash[59794]: audit 2024-03-21T13:06:20.402024+0000 mon.a (mon.0) 1968 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:21.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:21 smithi184 bash[59794]: audit 2024-03-21T13:06:20.412058+0000 mon.a (mon.0) 1969 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:21.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:21 smithi184 bash[59794]: audit 2024-03-21T13:06:20.494604+0000 mon.a (mon.0) 1970 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:21.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:21 smithi184 bash[59794]: audit 2024-03-21T13:06:20.497719+0000 mon.a (mon.0) 1971 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:21.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:21 smithi184 bash[59794]: audit 2024-03-21T13:06:20.501205+0000 mon.a (mon.0) 1972 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:21.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:21 smithi184 bash[59794]: audit 2024-03-21T13:06:20.502712+0000 mon.a (mon.0) 1973 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:21.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:21 smithi184 bash[59794]: audit 2024-03-21T13:06:20.514807+0000 mon.a (mon.0) 1974 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:21.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:21 smithi184 bash[59794]: audit 2024-03-21T13:06:20.597402+0000 mon.a (mon.0) 1975 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:21.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:21 smithi184 bash[59794]: audit 2024-03-21T13:06:20.600982+0000 mon.a (mon.0) 1976 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:21.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:21 smithi184 bash[59794]: audit 2024-03-21T13:06:20.605782+0000 mon.a (mon.0) 1977 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:21.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:21 smithi184 bash[59794]: audit 2024-03-21T13:06:20.607790+0000 mon.a (mon.0) 1978 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:21.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:21 smithi184 bash[59794]: audit 2024-03-21T13:06:20.622324+0000 mon.a (mon.0) 1979 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:21.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:21 smithi184 bash[59794]: audit 2024-03-21T13:06:20.703385+0000 mon.a (mon.0) 1980 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:21.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:21 smithi184 bash[59794]: audit 2024-03-21T13:06:20.706746+0000 mon.a (mon.0) 1981 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:21.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:21 smithi184 bash[59794]: audit 2024-03-21T13:06:20.711016+0000 mon.a (mon.0) 1982 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:21.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:21 smithi184 bash[59794]: audit 2024-03-21T13:06:20.712456+0000 mon.a (mon.0) 1983 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:21.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:21 smithi184 bash[59794]: audit 2024-03-21T13:06:20.721994+0000 mon.a (mon.0) 1984 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:21.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:21 smithi184 bash[59794]: audit 2024-03-21T13:06:20.800466+0000 mon.a (mon.0) 1985 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:21.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:21 smithi184 bash[59794]: audit 2024-03-21T13:06:20.803753+0000 mon.a (mon.0) 1986 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:21.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:21 smithi184 bash[59794]: audit 2024-03-21T13:06:20.806920+0000 mon.a (mon.0) 1987 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:21.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:21 smithi184 bash[59794]: audit 2024-03-21T13:06:20.808133+0000 mon.a (mon.0) 1988 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:21.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:21 smithi184 bash[59794]: audit 2024-03-21T13:06:20.818136+0000 mon.a (mon.0) 1989 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:21.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:21 smithi184 bash[59794]: audit 2024-03-21T13:06:20.900324+0000 mon.a (mon.0) 1990 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:21.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:21 smithi184 bash[59794]: audit 2024-03-21T13:06:20.903387+0000 mon.a (mon.0) 1991 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:21.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:21 smithi184 bash[59794]: audit 2024-03-21T13:06:20.907203+0000 mon.a (mon.0) 1992 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:21.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:21 smithi184 bash[59794]: audit 2024-03-21T13:06:20.908717+0000 mon.a (mon.0) 1993 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:21.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:21 smithi184 bash[59794]: audit 2024-03-21T13:06:20.919577+0000 mon.a (mon.0) 1994 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:21.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:21 smithi184 bash[59794]: audit 2024-03-21T13:06:21.001090+0000 mon.a (mon.0) 1995 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:21.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:21 smithi184 bash[59794]: audit 2024-03-21T13:06:21.004026+0000 mon.a (mon.0) 1996 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:21.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:21 smithi184 bash[59794]: audit 2024-03-21T13:06:21.006786+0000 mon.a (mon.0) 1997 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:21.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:21 smithi184 bash[59794]: audit 2024-03-21T13:06:21.008393+0000 mon.a (mon.0) 1998 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:21.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:21 smithi184 bash[59794]: audit 2024-03-21T13:06:21.017967+0000 mon.a (mon.0) 1999 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:21.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:21 smithi184 bash[59794]: audit 2024-03-21T13:06:21.101663+0000 mon.a (mon.0) 2000 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:21.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:21 smithi184 bash[59794]: audit 2024-03-21T13:06:21.105036+0000 mon.a (mon.0) 2001 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:21.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:21 smithi184 bash[59794]: audit 2024-03-21T13:06:21.108024+0000 mon.a (mon.0) 2002 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:21.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:21 smithi184 bash[59794]: audit 2024-03-21T13:06:21.109364+0000 mon.a (mon.0) 2003 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:21.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:21 smithi184 bash[59794]: audit 2024-03-21T13:06:21.119197+0000 mon.a (mon.0) 2004 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:21.710 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:21 smithi178 bash[77880]: cluster 2024-03-21T13:06:19.259209+0000 mgr.x (mgr.34104) 1565 : cluster [DBG] pgmap v1021: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:21.710 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:21 smithi178 bash[77880]: cluster 2024-03-21T13:06:19.259929+0000 mgr.x (mgr.34104) 1566 : cluster [DBG] pgmap v1022: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:21.710 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:21 smithi178 bash[77880]: cephadm 2024-03-21T13:06:19.268618+0000 mgr.x (mgr.34104) 1567 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:21.710 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:21 smithi178 bash[77880]: cluster 2024-03-21T13:06:19.360014+0000 mgr.x (mgr.34104) 1568 : cluster [DBG] pgmap v1023: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:21.710 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:21 smithi178 bash[77880]: cluster 2024-03-21T13:06:19.360667+0000 mgr.x (mgr.34104) 1569 : cluster [DBG] pgmap v1024: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:21.710 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:21 smithi178 bash[77880]: cephadm 2024-03-21T13:06:19.369271+0000 mgr.x (mgr.34104) 1570 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:21.710 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:21 smithi178 bash[77880]: cluster 2024-03-21T13:06:19.458374+0000 mgr.x (mgr.34104) 1571 : cluster [DBG] pgmap v1025: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:21.710 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:21 smithi178 bash[77880]: cluster 2024-03-21T13:06:19.459016+0000 mgr.x (mgr.34104) 1572 : cluster [DBG] pgmap v1026: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:21.710 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:21 smithi178 bash[77880]: cephadm 2024-03-21T13:06:19.467723+0000 mgr.x (mgr.34104) 1573 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:21.710 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:21 smithi178 bash[77880]: cluster 2024-03-21T13:06:19.560069+0000 mgr.x (mgr.34104) 1574 : cluster [DBG] pgmap v1027: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:21.711 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:21 smithi178 bash[77880]: cluster 2024-03-21T13:06:19.560857+0000 mgr.x (mgr.34104) 1575 : cluster [DBG] pgmap v1028: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:21.711 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:21 smithi178 bash[77880]: cephadm 2024-03-21T13:06:19.569992+0000 mgr.x (mgr.34104) 1576 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:21.711 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:21 smithi178 bash[77880]: cluster 2024-03-21T13:06:19.662658+0000 mgr.x (mgr.34104) 1577 : cluster [DBG] pgmap v1029: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:21.711 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:21 smithi178 bash[77880]: cluster 2024-03-21T13:06:19.663428+0000 mgr.x (mgr.34104) 1578 : cluster [DBG] pgmap v1030: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:21.711 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:21 smithi178 bash[77880]: cephadm 2024-03-21T13:06:19.672966+0000 mgr.x (mgr.34104) 1579 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:21.711 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:21 smithi178 bash[75692]: cluster 2024-03-21T13:06:19.259209+0000 mgr.x (mgr.34104) 1565 : cluster [DBG] pgmap v1021: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:21.711 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:21 smithi178 bash[75692]: cluster 2024-03-21T13:06:19.259929+0000 mgr.x (mgr.34104) 1566 : cluster [DBG] pgmap v1022: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:21.711 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:21 smithi178 bash[75692]: cephadm 2024-03-21T13:06:19.268618+0000 mgr.x (mgr.34104) 1567 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:21.711 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:21 smithi178 bash[75692]: cluster 2024-03-21T13:06:19.360014+0000 mgr.x (mgr.34104) 1568 : cluster [DBG] pgmap v1023: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:21.711 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:21 smithi178 bash[75692]: cluster 2024-03-21T13:06:19.360667+0000 mgr.x (mgr.34104) 1569 : cluster [DBG] pgmap v1024: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:21.711 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:21 smithi178 bash[75692]: cephadm 2024-03-21T13:06:19.369271+0000 mgr.x (mgr.34104) 1570 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:21.712 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:21 smithi178 bash[75692]: cluster 2024-03-21T13:06:19.458374+0000 mgr.x (mgr.34104) 1571 : cluster [DBG] pgmap v1025: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:21.712 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:21 smithi178 bash[75692]: cluster 2024-03-21T13:06:19.459016+0000 mgr.x (mgr.34104) 1572 : cluster [DBG] pgmap v1026: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:21.712 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:21 smithi178 bash[75692]: cephadm 2024-03-21T13:06:19.467723+0000 mgr.x (mgr.34104) 1573 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:21.712 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:21 smithi178 bash[75692]: cluster 2024-03-21T13:06:19.560069+0000 mgr.x (mgr.34104) 1574 : cluster [DBG] pgmap v1027: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:21.712 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:21 smithi178 bash[75692]: cluster 2024-03-21T13:06:19.560857+0000 mgr.x (mgr.34104) 1575 : cluster [DBG] pgmap v1028: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:21.712 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:21 smithi178 bash[75692]: cephadm 2024-03-21T13:06:19.569992+0000 mgr.x (mgr.34104) 1576 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:21.712 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:21 smithi178 bash[75692]: cluster 2024-03-21T13:06:19.662658+0000 mgr.x (mgr.34104) 1577 : cluster [DBG] pgmap v1029: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:21.712 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:21 smithi178 bash[75692]: cluster 2024-03-21T13:06:19.663428+0000 mgr.x (mgr.34104) 1578 : cluster [DBG] pgmap v1030: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:21.712 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:21 smithi178 bash[75692]: cephadm 2024-03-21T13:06:19.672966+0000 mgr.x (mgr.34104) 1579 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:21.712 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:21 smithi178 bash[77880]: cluster 2024-03-21T13:06:19.767482+0000 mgr.x (mgr.34104) 1580 : cluster [DBG] pgmap v1031: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:21.713 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:21 smithi178 bash[77880]: cephadm 2024-03-21T13:06:19.775998+0000 mgr.x (mgr.34104) 1581 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:21.713 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:21 smithi178 bash[77880]: cluster 2024-03-21T13:06:19.903174+0000 mgr.x (mgr.34104) 1582 : cluster [DBG] pgmap v1032: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:21.713 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:21 smithi178 bash[77880]: cluster 2024-03-21T13:06:19.904100+0000 mgr.x (mgr.34104) 1583 : cluster [DBG] pgmap v1033: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:21.713 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:21 smithi178 bash[77880]: cephadm 2024-03-21T13:06:19.917993+0000 mgr.x (mgr.34104) 1584 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:21.713 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:21 smithi178 bash[77880]: cluster 2024-03-21T13:06:20.011922+0000 mgr.x (mgr.34104) 1585 : cluster [DBG] pgmap v1034: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:21.713 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:21 smithi178 bash[77880]: cluster 2024-03-21T13:06:20.012691+0000 mgr.x (mgr.34104) 1586 : cluster [DBG] pgmap v1035: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:21.713 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:21 smithi178 bash[77880]: cephadm 2024-03-21T13:06:20.020042+0000 mgr.x (mgr.34104) 1587 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:21.713 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:21 smithi178 bash[77880]: cluster 2024-03-21T13:06:20.113422+0000 mgr.x (mgr.34104) 1588 : cluster [DBG] pgmap v1036: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:21.713 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:21 smithi178 bash[77880]: cluster 2024-03-21T13:06:20.113828+0000 mgr.x (mgr.34104) 1589 : cluster [DBG] pgmap v1037: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:21.713 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:21 smithi178 bash[77880]: cephadm 2024-03-21T13:06:20.121952+0000 mgr.x (mgr.34104) 1590 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:21.713 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:21 smithi178 bash[77880]: audit 2024-03-21T13:06:20.201292+0000 mon.a (mon.0) 1955 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:21.713 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:21 smithi178 bash[77880]: audit 2024-03-21T13:06:20.204077+0000 mon.a (mon.0) 1956 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:21.713 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:21 smithi178 bash[77880]: audit 2024-03-21T13:06:20.207563+0000 mon.a (mon.0) 1957 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:21.714 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:21 smithi178 bash[77880]: audit 2024-03-21T13:06:20.208699+0000 mon.a (mon.0) 1958 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:21.714 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:21 smithi178 bash[77880]: audit 2024-03-21T13:06:20.220775+0000 mon.a (mon.0) 1959 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:21.714 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:21 smithi178 bash[77880]: audit 2024-03-21T13:06:20.300266+0000 mon.a (mon.0) 1960 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:21.714 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:21 smithi178 bash[77880]: audit 2024-03-21T13:06:20.303018+0000 mon.a (mon.0) 1961 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:21.714 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:21 smithi178 bash[75692]: cluster 2024-03-21T13:06:19.767482+0000 mgr.x (mgr.34104) 1580 : cluster [DBG] pgmap v1031: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:21.714 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:21 smithi178 bash[75692]: cephadm 2024-03-21T13:06:19.775998+0000 mgr.x (mgr.34104) 1581 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:21.714 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:21 smithi178 bash[75692]: cluster 2024-03-21T13:06:19.903174+0000 mgr.x (mgr.34104) 1582 : cluster [DBG] pgmap v1032: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:21.714 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:21 smithi178 bash[75692]: cluster 2024-03-21T13:06:19.904100+0000 mgr.x (mgr.34104) 1583 : cluster [DBG] pgmap v1033: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:21.714 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:21 smithi178 bash[75692]: cephadm 2024-03-21T13:06:19.917993+0000 mgr.x (mgr.34104) 1584 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:21.715 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:21 smithi178 bash[75692]: cluster 2024-03-21T13:06:20.011922+0000 mgr.x (mgr.34104) 1585 : cluster [DBG] pgmap v1034: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:21.715 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:21 smithi178 bash[75692]: cluster 2024-03-21T13:06:20.012691+0000 mgr.x (mgr.34104) 1586 : cluster [DBG] pgmap v1035: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:21.715 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:21 smithi178 bash[75692]: cephadm 2024-03-21T13:06:20.020042+0000 mgr.x (mgr.34104) 1587 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:21.715 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:21 smithi178 bash[75692]: cluster 2024-03-21T13:06:20.113422+0000 mgr.x (mgr.34104) 1588 : cluster [DBG] pgmap v1036: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:21.715 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:21 smithi178 bash[75692]: cluster 2024-03-21T13:06:20.113828+0000 mgr.x (mgr.34104) 1589 : cluster [DBG] pgmap v1037: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:21.715 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:21 smithi178 bash[75692]: cephadm 2024-03-21T13:06:20.121952+0000 mgr.x (mgr.34104) 1590 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:21.715 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:21 smithi178 bash[75692]: audit 2024-03-21T13:06:20.201292+0000 mon.a (mon.0) 1955 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:21.715 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:21 smithi178 bash[75692]: audit 2024-03-21T13:06:20.204077+0000 mon.a (mon.0) 1956 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:21.715 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:21 smithi178 bash[75692]: audit 2024-03-21T13:06:20.207563+0000 mon.a (mon.0) 1957 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:21.715 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:21 smithi178 bash[75692]: audit 2024-03-21T13:06:20.208699+0000 mon.a (mon.0) 1958 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:21.715 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:21 smithi178 bash[75692]: audit 2024-03-21T13:06:20.220775+0000 mon.a (mon.0) 1959 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:21.715 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:21 smithi178 bash[75692]: audit 2024-03-21T13:06:20.300266+0000 mon.a (mon.0) 1960 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:21.715 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:21 smithi178 bash[75692]: audit 2024-03-21T13:06:20.303018+0000 mon.a (mon.0) 1961 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:21.716 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:21 smithi178 bash[77880]: audit 2024-03-21T13:06:20.305700+0000 mon.a (mon.0) 1962 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:21.716 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:21 smithi178 bash[77880]: audit 2024-03-21T13:06:20.306641+0000 mon.a (mon.0) 1963 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:21.716 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:21 smithi178 bash[77880]: audit 2024-03-21T13:06:20.314463+0000 mon.a (mon.0) 1964 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:21.716 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:21 smithi178 bash[77880]: audit 2024-03-21T13:06:20.393415+0000 mon.a (mon.0) 1965 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:21.716 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:21 smithi178 bash[77880]: audit 2024-03-21T13:06:20.397010+0000 mon.a (mon.0) 1966 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:21.716 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:21 smithi178 bash[77880]: audit 2024-03-21T13:06:20.400448+0000 mon.a (mon.0) 1967 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:21.716 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:21 smithi178 bash[77880]: audit 2024-03-21T13:06:20.402024+0000 mon.a (mon.0) 1968 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:21.716 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:21 smithi178 bash[77880]: audit 2024-03-21T13:06:20.412058+0000 mon.a (mon.0) 1969 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:21.717 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:21 smithi178 bash[77880]: audit 2024-03-21T13:06:20.494604+0000 mon.a (mon.0) 1970 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:21.717 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:21 smithi178 bash[77880]: audit 2024-03-21T13:06:20.497719+0000 mon.a (mon.0) 1971 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:21.717 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:21 smithi178 bash[77880]: audit 2024-03-21T13:06:20.501205+0000 mon.a (mon.0) 1972 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:21.717 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:21 smithi178 bash[77880]: audit 2024-03-21T13:06:20.502712+0000 mon.a (mon.0) 1973 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:21.717 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:21 smithi178 bash[77880]: audit 2024-03-21T13:06:20.514807+0000 mon.a (mon.0) 1974 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:21.717 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:21 smithi178 bash[77880]: audit 2024-03-21T13:06:20.597402+0000 mon.a (mon.0) 1975 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:21.717 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:21 smithi178 bash[77880]: audit 2024-03-21T13:06:20.600982+0000 mon.a (mon.0) 1976 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:21.717 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:21 smithi178 bash[77880]: audit 2024-03-21T13:06:20.605782+0000 mon.a (mon.0) 1977 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:21.717 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:21 smithi178 bash[77880]: audit 2024-03-21T13:06:20.607790+0000 mon.a (mon.0) 1978 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:21.717 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:21 smithi178 bash[77880]: audit 2024-03-21T13:06:20.622324+0000 mon.a (mon.0) 1979 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:21.717 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:21 smithi178 bash[77880]: audit 2024-03-21T13:06:20.703385+0000 mon.a (mon.0) 1980 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:21.717 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:21 smithi178 bash[77880]: audit 2024-03-21T13:06:20.706746+0000 mon.a (mon.0) 1981 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:21.717 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:21 smithi178 bash[77880]: audit 2024-03-21T13:06:20.711016+0000 mon.a (mon.0) 1982 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:21.718 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:21 smithi178 bash[77880]: audit 2024-03-21T13:06:20.712456+0000 mon.a (mon.0) 1983 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:21.718 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:21 smithi178 bash[77880]: audit 2024-03-21T13:06:20.721994+0000 mon.a (mon.0) 1984 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:21.718 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:21 smithi178 bash[77880]: audit 2024-03-21T13:06:20.800466+0000 mon.a (mon.0) 1985 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:21.718 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:21 smithi178 bash[77880]: audit 2024-03-21T13:06:20.803753+0000 mon.a (mon.0) 1986 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:21.718 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:21 smithi178 bash[77880]: audit 2024-03-21T13:06:20.806920+0000 mon.a (mon.0) 1987 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:21.718 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:21 smithi178 bash[77880]: audit 2024-03-21T13:06:20.808133+0000 mon.a (mon.0) 1988 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:21.718 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:21 smithi178 bash[77880]: audit 2024-03-21T13:06:20.818136+0000 mon.a (mon.0) 1989 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:21.718 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:21 smithi178 bash[77880]: audit 2024-03-21T13:06:20.900324+0000 mon.a (mon.0) 1990 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:21.718 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:21 smithi178 bash[77880]: audit 2024-03-21T13:06:20.903387+0000 mon.a (mon.0) 1991 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:21.718 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:21 smithi178 bash[77880]: audit 2024-03-21T13:06:20.907203+0000 mon.a (mon.0) 1992 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:21.718 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:21 smithi178 bash[77880]: audit 2024-03-21T13:06:20.908717+0000 mon.a (mon.0) 1993 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:21.719 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:21 smithi178 bash[77880]: audit 2024-03-21T13:06:20.919577+0000 mon.a (mon.0) 1994 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:21.719 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:21 smithi178 bash[77880]: audit 2024-03-21T13:06:21.001090+0000 mon.a (mon.0) 1995 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:21.719 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:21 smithi178 bash[77880]: audit 2024-03-21T13:06:21.004026+0000 mon.a (mon.0) 1996 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:21.719 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:21 smithi178 bash[77880]: audit 2024-03-21T13:06:21.006786+0000 mon.a (mon.0) 1997 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:21.719 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:21 smithi178 bash[77880]: audit 2024-03-21T13:06:21.008393+0000 mon.a (mon.0) 1998 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:21.719 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:21 smithi178 bash[77880]: audit 2024-03-21T13:06:21.017967+0000 mon.a (mon.0) 1999 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:21.719 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:21 smithi178 bash[77880]: audit 2024-03-21T13:06:21.101663+0000 mon.a (mon.0) 2000 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:21.719 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:21 smithi178 bash[77880]: audit 2024-03-21T13:06:21.105036+0000 mon.a (mon.0) 2001 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:21.719 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:21 smithi178 bash[77880]: audit 2024-03-21T13:06:21.108024+0000 mon.a (mon.0) 2002 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:21.719 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:21 smithi178 bash[77880]: audit 2024-03-21T13:06:21.109364+0000 mon.a (mon.0) 2003 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:21.719 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:21 smithi178 bash[77880]: audit 2024-03-21T13:06:21.119197+0000 mon.a (mon.0) 2004 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:21.720 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:21 smithi178 bash[75692]: audit 2024-03-21T13:06:20.305700+0000 mon.a (mon.0) 1962 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:21.720 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:21 smithi178 bash[75692]: audit 2024-03-21T13:06:20.306641+0000 mon.a (mon.0) 1963 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:21.720 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:21 smithi178 bash[75692]: audit 2024-03-21T13:06:20.314463+0000 mon.a (mon.0) 1964 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:21.720 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:21 smithi178 bash[75692]: audit 2024-03-21T13:06:20.393415+0000 mon.a (mon.0) 1965 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:21.720 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:21 smithi178 bash[75692]: audit 2024-03-21T13:06:20.397010+0000 mon.a (mon.0) 1966 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:21.720 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:21 smithi178 bash[75692]: audit 2024-03-21T13:06:20.400448+0000 mon.a (mon.0) 1967 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:21.720 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:21 smithi178 bash[75692]: audit 2024-03-21T13:06:20.402024+0000 mon.a (mon.0) 1968 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:21.720 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:21 smithi178 bash[75692]: audit 2024-03-21T13:06:20.412058+0000 mon.a (mon.0) 1969 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:21.721 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:21 smithi178 bash[75692]: audit 2024-03-21T13:06:20.494604+0000 mon.a (mon.0) 1970 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:21.721 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:21 smithi178 bash[75692]: audit 2024-03-21T13:06:20.497719+0000 mon.a (mon.0) 1971 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:21.721 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:21 smithi178 bash[75692]: audit 2024-03-21T13:06:20.501205+0000 mon.a (mon.0) 1972 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:21.721 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:21 smithi178 bash[75692]: audit 2024-03-21T13:06:20.502712+0000 mon.a (mon.0) 1973 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:21.721 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:21 smithi178 bash[75692]: audit 2024-03-21T13:06:20.514807+0000 mon.a (mon.0) 1974 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:21.721 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:21 smithi178 bash[75692]: audit 2024-03-21T13:06:20.597402+0000 mon.a (mon.0) 1975 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:21.721 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:21 smithi178 bash[75692]: audit 2024-03-21T13:06:20.600982+0000 mon.a (mon.0) 1976 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:21.721 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:21 smithi178 bash[75692]: audit 2024-03-21T13:06:20.605782+0000 mon.a (mon.0) 1977 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:21.721 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:21 smithi178 bash[75692]: audit 2024-03-21T13:06:20.607790+0000 mon.a (mon.0) 1978 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:21.721 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:21 smithi178 bash[75692]: audit 2024-03-21T13:06:20.622324+0000 mon.a (mon.0) 1979 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:21.721 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:21 smithi178 bash[75692]: audit 2024-03-21T13:06:20.703385+0000 mon.a (mon.0) 1980 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:21.721 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:21 smithi178 bash[75692]: audit 2024-03-21T13:06:20.706746+0000 mon.a (mon.0) 1981 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:21.721 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:21 smithi178 bash[75692]: audit 2024-03-21T13:06:20.711016+0000 mon.a (mon.0) 1982 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:21.721 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:21 smithi178 bash[75692]: audit 2024-03-21T13:06:20.712456+0000 mon.a (mon.0) 1983 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:21.722 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:21 smithi178 bash[75692]: audit 2024-03-21T13:06:20.721994+0000 mon.a (mon.0) 1984 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:21.722 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:21 smithi178 bash[75692]: audit 2024-03-21T13:06:20.800466+0000 mon.a (mon.0) 1985 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:21.722 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:21 smithi178 bash[75692]: audit 2024-03-21T13:06:20.803753+0000 mon.a (mon.0) 1986 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:21.722 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:21 smithi178 bash[75692]: audit 2024-03-21T13:06:20.806920+0000 mon.a (mon.0) 1987 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:21.722 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:21 smithi178 bash[75692]: audit 2024-03-21T13:06:20.808133+0000 mon.a (mon.0) 1988 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:21.722 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:21 smithi178 bash[75692]: audit 2024-03-21T13:06:20.818136+0000 mon.a (mon.0) 1989 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:21.722 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:21 smithi178 bash[75692]: audit 2024-03-21T13:06:20.900324+0000 mon.a (mon.0) 1990 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:21.722 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:21 smithi178 bash[75692]: audit 2024-03-21T13:06:20.903387+0000 mon.a (mon.0) 1991 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:21.722 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:21 smithi178 bash[75692]: audit 2024-03-21T13:06:20.907203+0000 mon.a (mon.0) 1992 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:21.722 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:21 smithi178 bash[75692]: audit 2024-03-21T13:06:20.908717+0000 mon.a (mon.0) 1993 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:21.722 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:21 smithi178 bash[75692]: audit 2024-03-21T13:06:20.919577+0000 mon.a (mon.0) 1994 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:21.722 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:21 smithi178 bash[75692]: audit 2024-03-21T13:06:21.001090+0000 mon.a (mon.0) 1995 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:21.722 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:21 smithi178 bash[75692]: audit 2024-03-21T13:06:21.004026+0000 mon.a (mon.0) 1996 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:21.723 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:21 smithi178 bash[75692]: audit 2024-03-21T13:06:21.006786+0000 mon.a (mon.0) 1997 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:21.723 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:21 smithi178 bash[75692]: audit 2024-03-21T13:06:21.008393+0000 mon.a (mon.0) 1998 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:21.723 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:21 smithi178 bash[75692]: audit 2024-03-21T13:06:21.017967+0000 mon.a (mon.0) 1999 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:21.723 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:21 smithi178 bash[75692]: audit 2024-03-21T13:06:21.101663+0000 mon.a (mon.0) 2000 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:21.723 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:21 smithi178 bash[75692]: audit 2024-03-21T13:06:21.105036+0000 mon.a (mon.0) 2001 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:21.723 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:21 smithi178 bash[75692]: audit 2024-03-21T13:06:21.108024+0000 mon.a (mon.0) 2002 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:21.723 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:21 smithi178 bash[75692]: audit 2024-03-21T13:06:21.109364+0000 mon.a (mon.0) 2003 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:21.723 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:21 smithi178 bash[75692]: audit 2024-03-21T13:06:21.119197+0000 mon.a (mon.0) 2004 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:22.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:22 smithi178 bash[77880]: cluster 2024-03-21T13:06:20.212684+0000 mgr.x (mgr.34104) 1591 : cluster [DBG] pgmap v1038: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:22.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:22 smithi178 bash[77880]: cluster 2024-03-21T13:06:20.213416+0000 mgr.x (mgr.34104) 1592 : cluster [DBG] pgmap v1039: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:22.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:22 smithi178 bash[77880]: cephadm 2024-03-21T13:06:20.223310+0000 mgr.x (mgr.34104) 1593 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:22.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:22 smithi178 bash[77880]: cluster 2024-03-21T13:06:20.310610+0000 mgr.x (mgr.34104) 1594 : cluster [DBG] pgmap v1040: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:22.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:22 smithi178 bash[77880]: cluster 2024-03-21T13:06:20.310995+0000 mgr.x (mgr.34104) 1595 : cluster [DBG] pgmap v1041: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:22.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:22 smithi178 bash[77880]: cephadm 2024-03-21T13:06:20.316843+0000 mgr.x (mgr.34104) 1596 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:22.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:22 smithi178 bash[77880]: cluster 2024-03-21T13:06:20.406208+0000 mgr.x (mgr.34104) 1597 : cluster [DBG] pgmap v1042: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:22.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:22 smithi178 bash[77880]: cluster 2024-03-21T13:06:20.406886+0000 mgr.x (mgr.34104) 1598 : cluster [DBG] pgmap v1043: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:22.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:22 smithi178 bash[77880]: cephadm 2024-03-21T13:06:20.414589+0000 mgr.x (mgr.34104) 1599 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:22.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:22 smithi178 bash[77880]: cluster 2024-03-21T13:06:20.507037+0000 mgr.x (mgr.34104) 1600 : cluster [DBG] pgmap v1044: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:22.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:22 smithi178 bash[77880]: cluster 2024-03-21T13:06:20.507760+0000 mgr.x (mgr.34104) 1601 : cluster [DBG] pgmap v1045: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:22.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:22 smithi178 bash[77880]: cephadm 2024-03-21T13:06:20.517341+0000 mgr.x (mgr.34104) 1602 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:22.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:22 smithi178 bash[77880]: cluster 2024-03-21T13:06:20.613703+0000 mgr.x (mgr.34104) 1603 : cluster [DBG] pgmap v1046: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s; 87/630 objects degraded (13.810%) 2024-03-21T13:06:22.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:22 smithi178 bash[77880]: cluster 2024-03-21T13:06:20.614508+0000 mgr.x (mgr.34104) 1604 : cluster [DBG] pgmap v1047: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s; 87/630 objects degraded (13.810%) 2024-03-21T13:06:22.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:22 smithi178 bash[77880]: cephadm 2024-03-21T13:06:20.624957+0000 mgr.x (mgr.34104) 1605 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:22.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:22 smithi178 bash[75692]: cluster 2024-03-21T13:06:20.212684+0000 mgr.x (mgr.34104) 1591 : cluster [DBG] pgmap v1038: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:22.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:22 smithi178 bash[75692]: cluster 2024-03-21T13:06:20.213416+0000 mgr.x (mgr.34104) 1592 : cluster [DBG] pgmap v1039: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:22.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:22 smithi178 bash[75692]: cephadm 2024-03-21T13:06:20.223310+0000 mgr.x (mgr.34104) 1593 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:22.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:22 smithi178 bash[75692]: cluster 2024-03-21T13:06:20.310610+0000 mgr.x (mgr.34104) 1594 : cluster [DBG] pgmap v1040: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:22.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:22 smithi178 bash[75692]: cluster 2024-03-21T13:06:20.310995+0000 mgr.x (mgr.34104) 1595 : cluster [DBG] pgmap v1041: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:22.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:22 smithi178 bash[75692]: cephadm 2024-03-21T13:06:20.316843+0000 mgr.x (mgr.34104) 1596 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:22.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:22 smithi178 bash[75692]: cluster 2024-03-21T13:06:20.406208+0000 mgr.x (mgr.34104) 1597 : cluster [DBG] pgmap v1042: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:22.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:22 smithi178 bash[75692]: cluster 2024-03-21T13:06:20.406886+0000 mgr.x (mgr.34104) 1598 : cluster [DBG] pgmap v1043: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:22.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:22 smithi178 bash[75692]: cephadm 2024-03-21T13:06:20.414589+0000 mgr.x (mgr.34104) 1599 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:22.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:22 smithi178 bash[75692]: cluster 2024-03-21T13:06:20.507037+0000 mgr.x (mgr.34104) 1600 : cluster [DBG] pgmap v1044: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:22.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:22 smithi178 bash[75692]: cluster 2024-03-21T13:06:20.507760+0000 mgr.x (mgr.34104) 1601 : cluster [DBG] pgmap v1045: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:22.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:22 smithi178 bash[75692]: cephadm 2024-03-21T13:06:20.517341+0000 mgr.x (mgr.34104) 1602 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:22.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:22 smithi178 bash[75692]: cluster 2024-03-21T13:06:20.613703+0000 mgr.x (mgr.34104) 1603 : cluster [DBG] pgmap v1046: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s; 87/630 objects degraded (13.810%) 2024-03-21T13:06:22.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:22 smithi178 bash[75692]: cluster 2024-03-21T13:06:20.614508+0000 mgr.x (mgr.34104) 1604 : cluster [DBG] pgmap v1047: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s; 87/630 objects degraded (13.810%) 2024-03-21T13:06:22.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:22 smithi178 bash[75692]: cephadm 2024-03-21T13:06:20.624957+0000 mgr.x (mgr.34104) 1605 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:22.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:22 smithi178 bash[77880]: audit 2024-03-21T13:06:20.709020+0000 mgr.x (mgr.34104) 1606 : audit [DBG] from='client.15585 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:06:22.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:22 smithi178 bash[77880]: cluster 2024-03-21T13:06:20.716953+0000 mgr.x (mgr.34104) 1607 : cluster [DBG] pgmap v1048: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s; 87/630 objects degraded (13.810%) 2024-03-21T13:06:22.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:22 smithi178 bash[77880]: cluster 2024-03-21T13:06:20.717803+0000 mgr.x (mgr.34104) 1608 : cluster [DBG] pgmap v1049: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s; 87/630 objects degraded (13.810%) 2024-03-21T13:06:22.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:22 smithi178 bash[77880]: cephadm 2024-03-21T13:06:20.724208+0000 mgr.x (mgr.34104) 1609 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:22.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:22 smithi178 bash[77880]: cluster 2024-03-21T13:06:20.811982+0000 mgr.x (mgr.34104) 1610 : cluster [DBG] pgmap v1050: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s; 87/630 objects degraded (13.810%) 2024-03-21T13:06:22.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:22 smithi178 bash[77880]: cluster 2024-03-21T13:06:20.812373+0000 mgr.x (mgr.34104) 1611 : cluster [DBG] pgmap v1051: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s; 87/630 objects degraded (13.810%) 2024-03-21T13:06:22.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:22 smithi178 bash[77880]: cephadm 2024-03-21T13:06:20.820686+0000 mgr.x (mgr.34104) 1612 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:22.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:22 smithi178 bash[77880]: cluster 2024-03-21T13:06:20.913154+0000 mgr.x (mgr.34104) 1613 : cluster [DBG] pgmap v1052: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:22.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:22 smithi178 bash[77880]: cluster 2024-03-21T13:06:20.913587+0000 mgr.x (mgr.34104) 1614 : cluster [DBG] pgmap v1053: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:22.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:22 smithi178 bash[77880]: cephadm 2024-03-21T13:06:20.922155+0000 mgr.x (mgr.34104) 1615 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:22.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:22 smithi178 bash[77880]: cluster 2024-03-21T13:06:21.012991+0000 mgr.x (mgr.34104) 1616 : cluster [DBG] pgmap v1054: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:22.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:22 smithi178 bash[77880]: cluster 2024-03-21T13:06:21.013731+0000 mgr.x (mgr.34104) 1617 : cluster [DBG] pgmap v1055: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:22.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:22 smithi178 bash[77880]: cephadm 2024-03-21T13:06:21.020551+0000 mgr.x (mgr.34104) 1618 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:22.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:22 smithi178 bash[77880]: cluster 2024-03-21T13:06:21.113761+0000 mgr.x (mgr.34104) 1619 : cluster [DBG] pgmap v1056: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:22.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:22 smithi178 bash[77880]: cluster 2024-03-21T13:06:21.114540+0000 mgr.x (mgr.34104) 1620 : cluster [DBG] pgmap v1057: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:22.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:22 smithi178 bash[77880]: cephadm 2024-03-21T13:06:21.121495+0000 mgr.x (mgr.34104) 1621 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:22.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:22 smithi178 bash[75692]: audit 2024-03-21T13:06:20.709020+0000 mgr.x (mgr.34104) 1606 : audit [DBG] from='client.15585 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:06:22.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:22 smithi178 bash[75692]: cluster 2024-03-21T13:06:20.716953+0000 mgr.x (mgr.34104) 1607 : cluster [DBG] pgmap v1048: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s; 87/630 objects degraded (13.810%) 2024-03-21T13:06:22.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:22 smithi178 bash[75692]: cluster 2024-03-21T13:06:20.717803+0000 mgr.x (mgr.34104) 1608 : cluster [DBG] pgmap v1049: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s; 87/630 objects degraded (13.810%) 2024-03-21T13:06:22.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:22 smithi178 bash[75692]: cephadm 2024-03-21T13:06:20.724208+0000 mgr.x (mgr.34104) 1609 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:22.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:22 smithi178 bash[75692]: cluster 2024-03-21T13:06:20.811982+0000 mgr.x (mgr.34104) 1610 : cluster [DBG] pgmap v1050: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s; 87/630 objects degraded (13.810%) 2024-03-21T13:06:22.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:22 smithi178 bash[75692]: cluster 2024-03-21T13:06:20.812373+0000 mgr.x (mgr.34104) 1611 : cluster [DBG] pgmap v1051: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s; 87/630 objects degraded (13.810%) 2024-03-21T13:06:22.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:22 smithi178 bash[75692]: cephadm 2024-03-21T13:06:20.820686+0000 mgr.x (mgr.34104) 1612 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:22.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:22 smithi178 bash[75692]: cluster 2024-03-21T13:06:20.913154+0000 mgr.x (mgr.34104) 1613 : cluster [DBG] pgmap v1052: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:22.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:22 smithi178 bash[75692]: cluster 2024-03-21T13:06:20.913587+0000 mgr.x (mgr.34104) 1614 : cluster [DBG] pgmap v1053: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:22.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:22 smithi178 bash[75692]: cephadm 2024-03-21T13:06:20.922155+0000 mgr.x (mgr.34104) 1615 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:22.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:22 smithi178 bash[75692]: cluster 2024-03-21T13:06:21.012991+0000 mgr.x (mgr.34104) 1616 : cluster [DBG] pgmap v1054: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:22.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:22 smithi178 bash[75692]: cluster 2024-03-21T13:06:21.013731+0000 mgr.x (mgr.34104) 1617 : cluster [DBG] pgmap v1055: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:22.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:22 smithi178 bash[75692]: cephadm 2024-03-21T13:06:21.020551+0000 mgr.x (mgr.34104) 1618 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:22.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:22 smithi178 bash[75692]: cluster 2024-03-21T13:06:21.113761+0000 mgr.x (mgr.34104) 1619 : cluster [DBG] pgmap v1056: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:22.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:22 smithi178 bash[75692]: cluster 2024-03-21T13:06:21.114540+0000 mgr.x (mgr.34104) 1620 : cluster [DBG] pgmap v1057: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:22.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:22 smithi178 bash[75692]: cephadm 2024-03-21T13:06:21.121495+0000 mgr.x (mgr.34104) 1621 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:22.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:22 smithi178 bash[77880]: audit 2024-03-21T13:06:21.200088+0000 mon.a (mon.0) 2005 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:22.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:22 smithi178 bash[77880]: audit 2024-03-21T13:06:21.202950+0000 mon.a (mon.0) 2006 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:22.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:22 smithi178 bash[77880]: audit 2024-03-21T13:06:21.206622+0000 mon.a (mon.0) 2007 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:22.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:22 smithi178 bash[77880]: audit 2024-03-21T13:06:21.207978+0000 mon.a (mon.0) 2008 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:22.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:22 smithi178 bash[77880]: audit 2024-03-21T13:06:21.218194+0000 mon.a (mon.0) 2009 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:22.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:22 smithi178 bash[77880]: audit 2024-03-21T13:06:21.297674+0000 mon.a (mon.0) 2010 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:22.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:22 smithi178 bash[77880]: audit 2024-03-21T13:06:21.301016+0000 mon.a (mon.0) 2011 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:22.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:22 smithi178 bash[77880]: audit 2024-03-21T13:06:21.304694+0000 mon.a (mon.0) 2012 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:22.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:22 smithi178 bash[77880]: audit 2024-03-21T13:06:21.306415+0000 mon.a (mon.0) 2013 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:22.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:22 smithi178 bash[77880]: audit 2024-03-21T13:06:21.316683+0000 mon.a (mon.0) 2014 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:22.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:22 smithi178 bash[77880]: audit 2024-03-21T13:06:21.399294+0000 mon.a (mon.0) 2015 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:22.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:22 smithi178 bash[77880]: audit 2024-03-21T13:06:21.402458+0000 mon.a (mon.0) 2016 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:22.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:22 smithi178 bash[77880]: audit 2024-03-21T13:06:21.405466+0000 mon.a (mon.0) 2017 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:22.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:22 smithi178 bash[77880]: audit 2024-03-21T13:06:21.407081+0000 mon.a (mon.0) 2018 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:22.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:22 smithi178 bash[77880]: audit 2024-03-21T13:06:21.418886+0000 mon.a (mon.0) 2019 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:22.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:22 smithi178 bash[77880]: audit 2024-03-21T13:06:21.500936+0000 mon.a (mon.0) 2020 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:22.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:22 smithi178 bash[77880]: audit 2024-03-21T13:06:21.503912+0000 mon.a (mon.0) 2021 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:22.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:22 smithi178 bash[77880]: audit 2024-03-21T13:06:21.507397+0000 mon.a (mon.0) 2022 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:22.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:22 smithi178 bash[77880]: audit 2024-03-21T13:06:21.508899+0000 mon.a (mon.0) 2023 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:22.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:22 smithi178 bash[75692]: audit 2024-03-21T13:06:21.200088+0000 mon.a (mon.0) 2005 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:22.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:22 smithi178 bash[75692]: audit 2024-03-21T13:06:21.202950+0000 mon.a (mon.0) 2006 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:22.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:22 smithi178 bash[75692]: audit 2024-03-21T13:06:21.206622+0000 mon.a (mon.0) 2007 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:22.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:22 smithi178 bash[75692]: audit 2024-03-21T13:06:21.207978+0000 mon.a (mon.0) 2008 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:22.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:22 smithi178 bash[75692]: audit 2024-03-21T13:06:21.218194+0000 mon.a (mon.0) 2009 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:22.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:22 smithi178 bash[75692]: audit 2024-03-21T13:06:21.297674+0000 mon.a (mon.0) 2010 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:22.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:22 smithi178 bash[75692]: audit 2024-03-21T13:06:21.301016+0000 mon.a (mon.0) 2011 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:22.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:22 smithi178 bash[75692]: audit 2024-03-21T13:06:21.304694+0000 mon.a (mon.0) 2012 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:22.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:22 smithi178 bash[75692]: audit 2024-03-21T13:06:21.306415+0000 mon.a (mon.0) 2013 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:22.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:22 smithi178 bash[75692]: audit 2024-03-21T13:06:21.316683+0000 mon.a (mon.0) 2014 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:22.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:22 smithi178 bash[75692]: audit 2024-03-21T13:06:21.399294+0000 mon.a (mon.0) 2015 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:22.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:22 smithi178 bash[75692]: audit 2024-03-21T13:06:21.402458+0000 mon.a (mon.0) 2016 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:22.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:22 smithi178 bash[75692]: audit 2024-03-21T13:06:21.405466+0000 mon.a (mon.0) 2017 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:22.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:22 smithi178 bash[75692]: audit 2024-03-21T13:06:21.407081+0000 mon.a (mon.0) 2018 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:22.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:22 smithi178 bash[75692]: audit 2024-03-21T13:06:21.418886+0000 mon.a (mon.0) 2019 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:22.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:22 smithi178 bash[75692]: audit 2024-03-21T13:06:21.500936+0000 mon.a (mon.0) 2020 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:22.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:22 smithi178 bash[75692]: audit 2024-03-21T13:06:21.503912+0000 mon.a (mon.0) 2021 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:22.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:22 smithi178 bash[75692]: audit 2024-03-21T13:06:21.507397+0000 mon.a (mon.0) 2022 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:22.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:22 smithi178 bash[75692]: audit 2024-03-21T13:06:21.508899+0000 mon.a (mon.0) 2023 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:22.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:22 smithi178 bash[77880]: audit 2024-03-21T13:06:21.519377+0000 mon.a (mon.0) 2024 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:22.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:22 smithi178 bash[77880]: audit 2024-03-21T13:06:21.599990+0000 mon.a (mon.0) 2025 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:22.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:22 smithi178 bash[77880]: audit 2024-03-21T13:06:21.604157+0000 mon.a (mon.0) 2026 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:22.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:22 smithi178 bash[77880]: audit 2024-03-21T13:06:21.607714+0000 mon.a (mon.0) 2027 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:22.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:22 smithi178 bash[77880]: audit 2024-03-21T13:06:21.609380+0000 mon.a (mon.0) 2028 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:22.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:22 smithi178 bash[77880]: audit 2024-03-21T13:06:21.620440+0000 mon.a (mon.0) 2029 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:22.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:22 smithi178 bash[77880]: audit 2024-03-21T13:06:21.705195+0000 mon.a (mon.0) 2030 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:22.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:22 smithi178 bash[77880]: audit 2024-03-21T13:06:21.708278+0000 mon.a (mon.0) 2031 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:22.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:22 smithi178 bash[77880]: audit 2024-03-21T13:06:21.711994+0000 mon.a (mon.0) 2032 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:22.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:22 smithi178 bash[77880]: audit 2024-03-21T13:06:21.713470+0000 mon.a (mon.0) 2033 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:22.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:22 smithi178 bash[77880]: audit 2024-03-21T13:06:21.725004+0000 mon.a (mon.0) 2034 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:22.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:22 smithi178 bash[77880]: audit 2024-03-21T13:06:21.808041+0000 mon.a (mon.0) 2035 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:22.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:22 smithi178 bash[77880]: audit 2024-03-21T13:06:21.811097+0000 mon.a (mon.0) 2036 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:22.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:22 smithi178 bash[77880]: audit 2024-03-21T13:06:21.814855+0000 mon.a (mon.0) 2037 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:22.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:22 smithi178 bash[77880]: audit 2024-03-21T13:06:21.815949+0000 mon.a (mon.0) 2038 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:22.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:22 smithi178 bash[77880]: audit 2024-03-21T13:06:21.826803+0000 mon.a (mon.0) 2039 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:22.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:22 smithi178 bash[77880]: audit 2024-03-21T13:06:21.904887+0000 mon.a (mon.0) 2040 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:22.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:22 smithi178 bash[77880]: audit 2024-03-21T13:06:21.908640+0000 mon.a (mon.0) 2041 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:22.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:22 smithi178 bash[77880]: audit 2024-03-21T13:06:21.912421+0000 mon.a (mon.0) 2042 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:22.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:22 smithi178 bash[75692]: audit 2024-03-21T13:06:21.519377+0000 mon.a (mon.0) 2024 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:22.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:22 smithi178 bash[75692]: audit 2024-03-21T13:06:21.599990+0000 mon.a (mon.0) 2025 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:22.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:22 smithi178 bash[75692]: audit 2024-03-21T13:06:21.604157+0000 mon.a (mon.0) 2026 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:22.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:22 smithi178 bash[75692]: audit 2024-03-21T13:06:21.607714+0000 mon.a (mon.0) 2027 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:22.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:22 smithi178 bash[75692]: audit 2024-03-21T13:06:21.609380+0000 mon.a (mon.0) 2028 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:22.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:22 smithi178 bash[75692]: audit 2024-03-21T13:06:21.620440+0000 mon.a (mon.0) 2029 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:22.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:22 smithi178 bash[75692]: audit 2024-03-21T13:06:21.705195+0000 mon.a (mon.0) 2030 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:22.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:22 smithi178 bash[75692]: audit 2024-03-21T13:06:21.708278+0000 mon.a (mon.0) 2031 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:22.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:22 smithi178 bash[75692]: audit 2024-03-21T13:06:21.711994+0000 mon.a (mon.0) 2032 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:22.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:22 smithi178 bash[75692]: audit 2024-03-21T13:06:21.713470+0000 mon.a (mon.0) 2033 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:22.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:22 smithi178 bash[75692]: audit 2024-03-21T13:06:21.725004+0000 mon.a (mon.0) 2034 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:22.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:22 smithi178 bash[75692]: audit 2024-03-21T13:06:21.808041+0000 mon.a (mon.0) 2035 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:22.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:22 smithi178 bash[75692]: audit 2024-03-21T13:06:21.811097+0000 mon.a (mon.0) 2036 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:22.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:22 smithi178 bash[75692]: audit 2024-03-21T13:06:21.814855+0000 mon.a (mon.0) 2037 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:22.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:22 smithi178 bash[75692]: audit 2024-03-21T13:06:21.815949+0000 mon.a (mon.0) 2038 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:22.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:22 smithi178 bash[75692]: audit 2024-03-21T13:06:21.826803+0000 mon.a (mon.0) 2039 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:22.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:22 smithi178 bash[75692]: audit 2024-03-21T13:06:21.904887+0000 mon.a (mon.0) 2040 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:22.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:22 smithi178 bash[75692]: audit 2024-03-21T13:06:21.908640+0000 mon.a (mon.0) 2041 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:22.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:22 smithi178 bash[75692]: audit 2024-03-21T13:06:21.912421+0000 mon.a (mon.0) 2042 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:22.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:22 smithi178 bash[77880]: audit 2024-03-21T13:06:21.913950+0000 mon.a (mon.0) 2043 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:22.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:22 smithi178 bash[77880]: audit 2024-03-21T13:06:21.923860+0000 mon.a (mon.0) 2044 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:22.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:22 smithi178 bash[77880]: audit 2024-03-21T13:06:22.002263+0000 mon.a (mon.0) 2045 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:22.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:22 smithi178 bash[77880]: audit 2024-03-21T13:06:22.005706+0000 mon.a (mon.0) 2046 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:22.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:22 smithi178 bash[77880]: audit 2024-03-21T13:06:22.009417+0000 mon.a (mon.0) 2047 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:22.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:22 smithi178 bash[77880]: audit 2024-03-21T13:06:22.010910+0000 mon.a (mon.0) 2048 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:22.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:22 smithi178 bash[77880]: audit 2024-03-21T13:06:22.023076+0000 mon.a (mon.0) 2049 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:22.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:22 smithi178 bash[77880]: audit 2024-03-21T13:06:22.102632+0000 mon.a (mon.0) 2050 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:22.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:22 smithi178 bash[77880]: audit 2024-03-21T13:06:22.106097+0000 mon.a (mon.0) 2051 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:22.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:22 smithi178 bash[77880]: audit 2024-03-21T13:06:22.110947+0000 mon.a (mon.0) 2052 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:22.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:22 smithi178 bash[77880]: audit 2024-03-21T13:06:22.112470+0000 mon.a (mon.0) 2053 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:22.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:22 smithi178 bash[77880]: audit 2024-03-21T13:06:22.124219+0000 mon.a (mon.0) 2054 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:22.563 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:22 smithi178 bash[75692]: audit 2024-03-21T13:06:21.913950+0000 mon.a (mon.0) 2043 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:22.563 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:22 smithi178 bash[75692]: audit 2024-03-21T13:06:21.923860+0000 mon.a (mon.0) 2044 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:22.563 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:22 smithi178 bash[75692]: audit 2024-03-21T13:06:22.002263+0000 mon.a (mon.0) 2045 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:22.563 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:22 smithi178 bash[75692]: audit 2024-03-21T13:06:22.005706+0000 mon.a (mon.0) 2046 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:22.563 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:22 smithi178 bash[75692]: audit 2024-03-21T13:06:22.009417+0000 mon.a (mon.0) 2047 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:22.563 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:22 smithi178 bash[75692]: audit 2024-03-21T13:06:22.010910+0000 mon.a (mon.0) 2048 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:22.563 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:22 smithi178 bash[75692]: audit 2024-03-21T13:06:22.023076+0000 mon.a (mon.0) 2049 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:22.563 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:22 smithi178 bash[75692]: audit 2024-03-21T13:06:22.102632+0000 mon.a (mon.0) 2050 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:22.563 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:22 smithi178 bash[75692]: audit 2024-03-21T13:06:22.106097+0000 mon.a (mon.0) 2051 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:22.563 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:22 smithi178 bash[75692]: audit 2024-03-21T13:06:22.110947+0000 mon.a (mon.0) 2052 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:22.563 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:22 smithi178 bash[75692]: audit 2024-03-21T13:06:22.112470+0000 mon.a (mon.0) 2053 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:22.563 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:22 smithi178 bash[75692]: audit 2024-03-21T13:06:22.124219+0000 mon.a (mon.0) 2054 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:22.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:22 smithi184 bash[59794]: cluster 2024-03-21T13:06:20.212684+0000 mgr.x (mgr.34104) 1591 : cluster [DBG] pgmap v1038: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:22.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:22 smithi184 bash[59794]: cluster 2024-03-21T13:06:20.213416+0000 mgr.x (mgr.34104) 1592 : cluster [DBG] pgmap v1039: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:22.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:22 smithi184 bash[59794]: cephadm 2024-03-21T13:06:20.223310+0000 mgr.x (mgr.34104) 1593 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:22.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:22 smithi184 bash[59794]: cluster 2024-03-21T13:06:20.310610+0000 mgr.x (mgr.34104) 1594 : cluster [DBG] pgmap v1040: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:22.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:22 smithi184 bash[59794]: cluster 2024-03-21T13:06:20.310995+0000 mgr.x (mgr.34104) 1595 : cluster [DBG] pgmap v1041: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:22.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:22 smithi184 bash[59794]: cephadm 2024-03-21T13:06:20.316843+0000 mgr.x (mgr.34104) 1596 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:22.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:22 smithi184 bash[59794]: cluster 2024-03-21T13:06:20.406208+0000 mgr.x (mgr.34104) 1597 : cluster [DBG] pgmap v1042: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:22.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:22 smithi184 bash[59794]: cluster 2024-03-21T13:06:20.406886+0000 mgr.x (mgr.34104) 1598 : cluster [DBG] pgmap v1043: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:22.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:22 smithi184 bash[59794]: cephadm 2024-03-21T13:06:20.414589+0000 mgr.x (mgr.34104) 1599 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:22.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:22 smithi184 bash[59794]: cluster 2024-03-21T13:06:20.507037+0000 mgr.x (mgr.34104) 1600 : cluster [DBG] pgmap v1044: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:22.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:22 smithi184 bash[59794]: cluster 2024-03-21T13:06:20.507760+0000 mgr.x (mgr.34104) 1601 : cluster [DBG] pgmap v1045: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:22.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:22 smithi184 bash[59794]: cephadm 2024-03-21T13:06:20.517341+0000 mgr.x (mgr.34104) 1602 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:22.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:22 smithi184 bash[59794]: cluster 2024-03-21T13:06:20.613703+0000 mgr.x (mgr.34104) 1603 : cluster [DBG] pgmap v1046: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s; 87/630 objects degraded (13.810%) 2024-03-21T13:06:22.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:22 smithi184 bash[59794]: cluster 2024-03-21T13:06:20.614508+0000 mgr.x (mgr.34104) 1604 : cluster [DBG] pgmap v1047: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s; 87/630 objects degraded (13.810%) 2024-03-21T13:06:22.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:22 smithi184 bash[59794]: cephadm 2024-03-21T13:06:20.624957+0000 mgr.x (mgr.34104) 1605 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:22.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:22 smithi184 bash[59794]: audit 2024-03-21T13:06:20.709020+0000 mgr.x (mgr.34104) 1606 : audit [DBG] from='client.15585 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:06:22.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:22 smithi184 bash[59794]: cluster 2024-03-21T13:06:20.716953+0000 mgr.x (mgr.34104) 1607 : cluster [DBG] pgmap v1048: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s; 87/630 objects degraded (13.810%) 2024-03-21T13:06:22.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:22 smithi184 bash[59794]: cluster 2024-03-21T13:06:20.717803+0000 mgr.x (mgr.34104) 1608 : cluster [DBG] pgmap v1049: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s; 87/630 objects degraded (13.810%) 2024-03-21T13:06:22.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:22 smithi184 bash[59794]: cephadm 2024-03-21T13:06:20.724208+0000 mgr.x (mgr.34104) 1609 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:22.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:22 smithi184 bash[59794]: cluster 2024-03-21T13:06:20.811982+0000 mgr.x (mgr.34104) 1610 : cluster [DBG] pgmap v1050: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s; 87/630 objects degraded (13.810%) 2024-03-21T13:06:22.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:22 smithi184 bash[59794]: cluster 2024-03-21T13:06:20.812373+0000 mgr.x (mgr.34104) 1611 : cluster [DBG] pgmap v1051: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s; 87/630 objects degraded (13.810%) 2024-03-21T13:06:22.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:22 smithi184 bash[59794]: cephadm 2024-03-21T13:06:20.820686+0000 mgr.x (mgr.34104) 1612 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:22.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:22 smithi184 bash[59794]: cluster 2024-03-21T13:06:20.913154+0000 mgr.x (mgr.34104) 1613 : cluster [DBG] pgmap v1052: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:22.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:22 smithi184 bash[59794]: cluster 2024-03-21T13:06:20.913587+0000 mgr.x (mgr.34104) 1614 : cluster [DBG] pgmap v1053: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:22.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:22 smithi184 bash[59794]: cephadm 2024-03-21T13:06:20.922155+0000 mgr.x (mgr.34104) 1615 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:22.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:22 smithi184 bash[59794]: cluster 2024-03-21T13:06:21.012991+0000 mgr.x (mgr.34104) 1616 : cluster [DBG] pgmap v1054: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:22.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:22 smithi184 bash[59794]: cluster 2024-03-21T13:06:21.013731+0000 mgr.x (mgr.34104) 1617 : cluster [DBG] pgmap v1055: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:22.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:22 smithi184 bash[59794]: cephadm 2024-03-21T13:06:21.020551+0000 mgr.x (mgr.34104) 1618 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:22.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:22 smithi184 bash[59794]: cluster 2024-03-21T13:06:21.113761+0000 mgr.x (mgr.34104) 1619 : cluster [DBG] pgmap v1056: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:22.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:22 smithi184 bash[59794]: cluster 2024-03-21T13:06:21.114540+0000 mgr.x (mgr.34104) 1620 : cluster [DBG] pgmap v1057: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:22.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:22 smithi184 bash[59794]: cephadm 2024-03-21T13:06:21.121495+0000 mgr.x (mgr.34104) 1621 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:22.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:22 smithi184 bash[59794]: audit 2024-03-21T13:06:21.200088+0000 mon.a (mon.0) 2005 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:22.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:22 smithi184 bash[59794]: audit 2024-03-21T13:06:21.202950+0000 mon.a (mon.0) 2006 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:22.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:22 smithi184 bash[59794]: audit 2024-03-21T13:06:21.206622+0000 mon.a (mon.0) 2007 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:22.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:22 smithi184 bash[59794]: audit 2024-03-21T13:06:21.207978+0000 mon.a (mon.0) 2008 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:22.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:22 smithi184 bash[59794]: audit 2024-03-21T13:06:21.218194+0000 mon.a (mon.0) 2009 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:22.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:22 smithi184 bash[59794]: audit 2024-03-21T13:06:21.297674+0000 mon.a (mon.0) 2010 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:22.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:22 smithi184 bash[59794]: audit 2024-03-21T13:06:21.301016+0000 mon.a (mon.0) 2011 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:22.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:22 smithi184 bash[59794]: audit 2024-03-21T13:06:21.304694+0000 mon.a (mon.0) 2012 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:22.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:22 smithi184 bash[59794]: audit 2024-03-21T13:06:21.306415+0000 mon.a (mon.0) 2013 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:22.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:22 smithi184 bash[59794]: audit 2024-03-21T13:06:21.316683+0000 mon.a (mon.0) 2014 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:22.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:22 smithi184 bash[59794]: audit 2024-03-21T13:06:21.399294+0000 mon.a (mon.0) 2015 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:22.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:22 smithi184 bash[59794]: audit 2024-03-21T13:06:21.402458+0000 mon.a (mon.0) 2016 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:22.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:22 smithi184 bash[59794]: audit 2024-03-21T13:06:21.405466+0000 mon.a (mon.0) 2017 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:22.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:22 smithi184 bash[59794]: audit 2024-03-21T13:06:21.407081+0000 mon.a (mon.0) 2018 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:22.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:22 smithi184 bash[59794]: audit 2024-03-21T13:06:21.418886+0000 mon.a (mon.0) 2019 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:22.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:22 smithi184 bash[59794]: audit 2024-03-21T13:06:21.500936+0000 mon.a (mon.0) 2020 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:22.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:22 smithi184 bash[59794]: audit 2024-03-21T13:06:21.503912+0000 mon.a (mon.0) 2021 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:22.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:22 smithi184 bash[59794]: audit 2024-03-21T13:06:21.507397+0000 mon.a (mon.0) 2022 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:22.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:22 smithi184 bash[59794]: audit 2024-03-21T13:06:21.508899+0000 mon.a (mon.0) 2023 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:22.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:22 smithi184 bash[59794]: audit 2024-03-21T13:06:21.519377+0000 mon.a (mon.0) 2024 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:22.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:22 smithi184 bash[59794]: audit 2024-03-21T13:06:21.599990+0000 mon.a (mon.0) 2025 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:22.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:22 smithi184 bash[59794]: audit 2024-03-21T13:06:21.604157+0000 mon.a (mon.0) 2026 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:22.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:22 smithi184 bash[59794]: audit 2024-03-21T13:06:21.607714+0000 mon.a (mon.0) 2027 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:22.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:22 smithi184 bash[59794]: audit 2024-03-21T13:06:21.609380+0000 mon.a (mon.0) 2028 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:22.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:22 smithi184 bash[59794]: audit 2024-03-21T13:06:21.620440+0000 mon.a (mon.0) 2029 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:22.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:22 smithi184 bash[59794]: audit 2024-03-21T13:06:21.705195+0000 mon.a (mon.0) 2030 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:22.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:22 smithi184 bash[59794]: audit 2024-03-21T13:06:21.708278+0000 mon.a (mon.0) 2031 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:22.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:22 smithi184 bash[59794]: audit 2024-03-21T13:06:21.711994+0000 mon.a (mon.0) 2032 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:22.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:22 smithi184 bash[59794]: audit 2024-03-21T13:06:21.713470+0000 mon.a (mon.0) 2033 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:22.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:22 smithi184 bash[59794]: audit 2024-03-21T13:06:21.725004+0000 mon.a (mon.0) 2034 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:22.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:22 smithi184 bash[59794]: audit 2024-03-21T13:06:21.808041+0000 mon.a (mon.0) 2035 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:22.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:22 smithi184 bash[59794]: audit 2024-03-21T13:06:21.811097+0000 mon.a (mon.0) 2036 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:22.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:22 smithi184 bash[59794]: audit 2024-03-21T13:06:21.814855+0000 mon.a (mon.0) 2037 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:22.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:22 smithi184 bash[59794]: audit 2024-03-21T13:06:21.815949+0000 mon.a (mon.0) 2038 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:22.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:22 smithi184 bash[59794]: audit 2024-03-21T13:06:21.826803+0000 mon.a (mon.0) 2039 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:22.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:22 smithi184 bash[59794]: audit 2024-03-21T13:06:21.904887+0000 mon.a (mon.0) 2040 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:22.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:22 smithi184 bash[59794]: audit 2024-03-21T13:06:21.908640+0000 mon.a (mon.0) 2041 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:22.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:22 smithi184 bash[59794]: audit 2024-03-21T13:06:21.912421+0000 mon.a (mon.0) 2042 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:22.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:22 smithi184 bash[59794]: audit 2024-03-21T13:06:21.913950+0000 mon.a (mon.0) 2043 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:22.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:22 smithi184 bash[59794]: audit 2024-03-21T13:06:21.923860+0000 mon.a (mon.0) 2044 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:22.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:22 smithi184 bash[59794]: audit 2024-03-21T13:06:22.002263+0000 mon.a (mon.0) 2045 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:22.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:22 smithi184 bash[59794]: audit 2024-03-21T13:06:22.005706+0000 mon.a (mon.0) 2046 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:22.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:22 smithi184 bash[59794]: audit 2024-03-21T13:06:22.009417+0000 mon.a (mon.0) 2047 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:22.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:22 smithi184 bash[59794]: audit 2024-03-21T13:06:22.010910+0000 mon.a (mon.0) 2048 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:22.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:22 smithi184 bash[59794]: audit 2024-03-21T13:06:22.023076+0000 mon.a (mon.0) 2049 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:22.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:22 smithi184 bash[59794]: audit 2024-03-21T13:06:22.102632+0000 mon.a (mon.0) 2050 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:22.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:22 smithi184 bash[59794]: audit 2024-03-21T13:06:22.106097+0000 mon.a (mon.0) 2051 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:22.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:22 smithi184 bash[59794]: audit 2024-03-21T13:06:22.110947+0000 mon.a (mon.0) 2052 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:22.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:22 smithi184 bash[59794]: audit 2024-03-21T13:06:22.112470+0000 mon.a (mon.0) 2053 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:22.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:22 smithi184 bash[59794]: audit 2024-03-21T13:06:22.124219+0000 mon.a (mon.0) 2054 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:23.498 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:23 smithi178 bash[75692]: cluster 2024-03-21T13:06:21.212292+0000 mgr.x (mgr.34104) 1622 : cluster [DBG] pgmap v1058: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:23.499 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:23 smithi178 bash[75692]: cluster 2024-03-21T13:06:21.213138+0000 mgr.x (mgr.34104) 1623 : cluster [DBG] pgmap v1059: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:23.499 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:23 smithi178 bash[75692]: cephadm 2024-03-21T13:06:21.220559+0000 mgr.x (mgr.34104) 1624 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:23.499 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:23 smithi178 bash[75692]: cluster 2024-03-21T13:06:21.310759+0000 mgr.x (mgr.34104) 1625 : cluster [DBG] pgmap v1060: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:23.499 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:23 smithi178 bash[75692]: cephadm 2024-03-21T13:06:21.319185+0000 mgr.x (mgr.34104) 1626 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:23.499 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:23 smithi178 bash[75692]: cluster 2024-03-21T13:06:21.410944+0000 mgr.x (mgr.34104) 1627 : cluster [DBG] pgmap v1061: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:23.499 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:23 smithi178 bash[75692]: cluster 2024-03-21T13:06:21.411369+0000 mgr.x (mgr.34104) 1628 : cluster [DBG] pgmap v1062: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:23.499 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:23 smithi178 bash[75692]: cephadm 2024-03-21T13:06:21.421254+0000 mgr.x (mgr.34104) 1629 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:23.499 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:23 smithi178 bash[75692]: cluster 2024-03-21T13:06:21.512506+0000 mgr.x (mgr.34104) 1630 : cluster [DBG] pgmap v1063: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:23.499 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:23 smithi178 bash[75692]: cluster 2024-03-21T13:06:21.512886+0000 mgr.x (mgr.34104) 1631 : cluster [DBG] pgmap v1064: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:23.499 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:23 smithi178 bash[75692]: cephadm 2024-03-21T13:06:21.521789+0000 mgr.x (mgr.34104) 1632 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:23.499 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:23 smithi178 bash[75692]: cluster 2024-03-21T13:06:21.613391+0000 mgr.x (mgr.34104) 1633 : cluster [DBG] pgmap v1065: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:23.500 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:23 smithi178 bash[75692]: cluster 2024-03-21T13:06:21.613755+0000 mgr.x (mgr.34104) 1634 : cluster [DBG] pgmap v1066: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:23.500 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:23 smithi178 bash[75692]: cephadm 2024-03-21T13:06:21.622924+0000 mgr.x (mgr.34104) 1635 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:23.500 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:23 smithi178 bash[75692]: cluster 2024-03-21T13:06:21.717407+0000 mgr.x (mgr.34104) 1636 : cluster [DBG] pgmap v1067: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:23.500 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:23 smithi178 bash[77880]: cluster 2024-03-21T13:06:21.212292+0000 mgr.x (mgr.34104) 1622 : cluster [DBG] pgmap v1058: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:23.500 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:23 smithi178 bash[77880]: cluster 2024-03-21T13:06:21.213138+0000 mgr.x (mgr.34104) 1623 : cluster [DBG] pgmap v1059: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:23.500 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:23 smithi178 bash[77880]: cephadm 2024-03-21T13:06:21.220559+0000 mgr.x (mgr.34104) 1624 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:23.500 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:23 smithi178 bash[77880]: cluster 2024-03-21T13:06:21.310759+0000 mgr.x (mgr.34104) 1625 : cluster [DBG] pgmap v1060: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:23.500 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:23 smithi178 bash[77880]: cephadm 2024-03-21T13:06:21.319185+0000 mgr.x (mgr.34104) 1626 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:23.500 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:23 smithi178 bash[77880]: cluster 2024-03-21T13:06:21.410944+0000 mgr.x (mgr.34104) 1627 : cluster [DBG] pgmap v1061: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:23.500 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:23 smithi178 bash[77880]: cluster 2024-03-21T13:06:21.411369+0000 mgr.x (mgr.34104) 1628 : cluster [DBG] pgmap v1062: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:23.500 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:23 smithi178 bash[77880]: cephadm 2024-03-21T13:06:21.421254+0000 mgr.x (mgr.34104) 1629 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:23.501 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:23 smithi178 bash[77880]: cluster 2024-03-21T13:06:21.512506+0000 mgr.x (mgr.34104) 1630 : cluster [DBG] pgmap v1063: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:23.501 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:23 smithi178 bash[77880]: cluster 2024-03-21T13:06:21.512886+0000 mgr.x (mgr.34104) 1631 : cluster [DBG] pgmap v1064: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:23.501 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:23 smithi178 bash[77880]: cephadm 2024-03-21T13:06:21.521789+0000 mgr.x (mgr.34104) 1632 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:23.501 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:23 smithi178 bash[77880]: cluster 2024-03-21T13:06:21.613391+0000 mgr.x (mgr.34104) 1633 : cluster [DBG] pgmap v1065: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:23.501 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:23 smithi178 bash[77880]: cluster 2024-03-21T13:06:21.613755+0000 mgr.x (mgr.34104) 1634 : cluster [DBG] pgmap v1066: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:23.501 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:23 smithi178 bash[77880]: cephadm 2024-03-21T13:06:21.622924+0000 mgr.x (mgr.34104) 1635 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:23.501 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:23 smithi178 bash[77880]: cluster 2024-03-21T13:06:21.717407+0000 mgr.x (mgr.34104) 1636 : cluster [DBG] pgmap v1067: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:23.501 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:23 smithi178 bash[75692]: cluster 2024-03-21T13:06:21.717983+0000 mgr.x (mgr.34104) 1637 : cluster [DBG] pgmap v1068: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:23.501 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:23 smithi178 bash[75692]: cephadm 2024-03-21T13:06:21.727302+0000 mgr.x (mgr.34104) 1638 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:23.501 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:23 smithi178 bash[75692]: cluster 2024-03-21T13:06:21.819803+0000 mgr.x (mgr.34104) 1639 : cluster [DBG] pgmap v1069: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:23.502 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:23 smithi178 bash[75692]: cluster 2024-03-21T13:06:21.820552+0000 mgr.x (mgr.34104) 1640 : cluster [DBG] pgmap v1070: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:23.502 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:23 smithi178 bash[75692]: cephadm 2024-03-21T13:06:21.829142+0000 mgr.x (mgr.34104) 1641 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:23.502 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:23 smithi178 bash[75692]: cluster 2024-03-21T13:06:21.918122+0000 mgr.x (mgr.34104) 1642 : cluster [DBG] pgmap v1071: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:23.502 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:23 smithi178 bash[75692]: cephadm 2024-03-21T13:06:21.926214+0000 mgr.x (mgr.34104) 1643 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:23.502 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:23 smithi178 bash[75692]: cluster 2024-03-21T13:06:22.015242+0000 mgr.x (mgr.34104) 1644 : cluster [DBG] pgmap v1072: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:23.502 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:23 smithi178 bash[75692]: cluster 2024-03-21T13:06:22.015819+0000 mgr.x (mgr.34104) 1645 : cluster [DBG] pgmap v1073: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:23.502 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:23 smithi178 bash[75692]: cephadm 2024-03-21T13:06:22.025378+0000 mgr.x (mgr.34104) 1646 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:23.502 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:23 smithi178 bash[75692]: cluster 2024-03-21T13:06:22.117142+0000 mgr.x (mgr.34104) 1647 : cluster [DBG] pgmap v1074: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:23.502 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:23 smithi178 bash[75692]: cluster 2024-03-21T13:06:22.117878+0000 mgr.x (mgr.34104) 1648 : cluster [DBG] pgmap v1075: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:23.502 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:23 smithi178 bash[75692]: cephadm 2024-03-21T13:06:22.126757+0000 mgr.x (mgr.34104) 1649 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:23.502 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:23 smithi178 bash[75692]: audit 2024-03-21T13:06:22.202863+0000 mon.a (mon.0) 2055 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:23.502 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:23 smithi178 bash[75692]: audit 2024-03-21T13:06:22.205278+0000 mon.a (mon.0) 2056 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:23.502 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:23 smithi178 bash[75692]: audit 2024-03-21T13:06:22.207713+0000 mon.a (mon.0) 2057 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:23.503 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:23 smithi178 bash[75692]: audit 2024-03-21T13:06:22.208773+0000 mon.a (mon.0) 2058 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:23.503 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:23 smithi178 bash[77880]: cluster 2024-03-21T13:06:21.717983+0000 mgr.x (mgr.34104) 1637 : cluster [DBG] pgmap v1068: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:23.503 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:23 smithi178 bash[77880]: cephadm 2024-03-21T13:06:21.727302+0000 mgr.x (mgr.34104) 1638 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:23.503 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:23 smithi178 bash[77880]: cluster 2024-03-21T13:06:21.819803+0000 mgr.x (mgr.34104) 1639 : cluster [DBG] pgmap v1069: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:23.503 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:23 smithi178 bash[77880]: cluster 2024-03-21T13:06:21.820552+0000 mgr.x (mgr.34104) 1640 : cluster [DBG] pgmap v1070: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:23.503 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:23 smithi178 bash[77880]: cephadm 2024-03-21T13:06:21.829142+0000 mgr.x (mgr.34104) 1641 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:23.503 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:23 smithi178 bash[77880]: cluster 2024-03-21T13:06:21.918122+0000 mgr.x (mgr.34104) 1642 : cluster [DBG] pgmap v1071: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:23.503 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:23 smithi178 bash[77880]: cephadm 2024-03-21T13:06:21.926214+0000 mgr.x (mgr.34104) 1643 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:23.503 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:23 smithi178 bash[77880]: cluster 2024-03-21T13:06:22.015242+0000 mgr.x (mgr.34104) 1644 : cluster [DBG] pgmap v1072: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:23.503 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:23 smithi178 bash[77880]: cluster 2024-03-21T13:06:22.015819+0000 mgr.x (mgr.34104) 1645 : cluster [DBG] pgmap v1073: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:23.503 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:23 smithi178 bash[77880]: cephadm 2024-03-21T13:06:22.025378+0000 mgr.x (mgr.34104) 1646 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:23.504 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:23 smithi178 bash[77880]: cluster 2024-03-21T13:06:22.117142+0000 mgr.x (mgr.34104) 1647 : cluster [DBG] pgmap v1074: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:23.504 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:23 smithi178 bash[77880]: cluster 2024-03-21T13:06:22.117878+0000 mgr.x (mgr.34104) 1648 : cluster [DBG] pgmap v1075: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:23.504 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:23 smithi178 bash[77880]: cephadm 2024-03-21T13:06:22.126757+0000 mgr.x (mgr.34104) 1649 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:23.504 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:23 smithi178 bash[77880]: audit 2024-03-21T13:06:22.202863+0000 mon.a (mon.0) 2055 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:23.504 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:23 smithi178 bash[77880]: audit 2024-03-21T13:06:22.205278+0000 mon.a (mon.0) 2056 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:23.504 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:23 smithi178 bash[77880]: audit 2024-03-21T13:06:22.207713+0000 mon.a (mon.0) 2057 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:23.504 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:23 smithi178 bash[77880]: audit 2024-03-21T13:06:22.208773+0000 mon.a (mon.0) 2058 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:23.504 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:23 smithi178 bash[75692]: audit 2024-03-21T13:06:22.219371+0000 mon.a (mon.0) 2059 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:23.504 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:23 smithi178 bash[75692]: audit 2024-03-21T13:06:22.297206+0000 mon.a (mon.0) 2060 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:23.505 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:23 smithi178 bash[75692]: audit 2024-03-21T13:06:22.300827+0000 mon.a (mon.0) 2061 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:23.505 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:23 smithi178 bash[75692]: audit 2024-03-21T13:06:22.305540+0000 mon.a (mon.0) 2062 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:23.505 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:23 smithi178 bash[75692]: audit 2024-03-21T13:06:22.307673+0000 mon.a (mon.0) 2063 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:23.505 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:23 smithi178 bash[75692]: audit 2024-03-21T13:06:22.320997+0000 mon.a (mon.0) 2064 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:23.505 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:23 smithi178 bash[75692]: audit 2024-03-21T13:06:22.406053+0000 mon.a (mon.0) 2065 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:23.505 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:23 smithi178 bash[75692]: audit 2024-03-21T13:06:22.409240+0000 mon.a (mon.0) 2066 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:23.505 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:23 smithi178 bash[75692]: audit 2024-03-21T13:06:22.412713+0000 mon.a (mon.0) 2067 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:23.505 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:23 smithi178 bash[75692]: audit 2024-03-21T13:06:22.414391+0000 mon.a (mon.0) 2068 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:23.505 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:23 smithi178 bash[75692]: audit 2024-03-21T13:06:22.426044+0000 mon.a (mon.0) 2069 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:23.505 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:23 smithi178 bash[75692]: audit 2024-03-21T13:06:22.507101+0000 mon.a (mon.0) 2070 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:23.505 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:23 smithi178 bash[75692]: audit 2024-03-21T13:06:22.510993+0000 mon.a (mon.0) 2071 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:23.505 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:23 smithi178 bash[75692]: audit 2024-03-21T13:06:22.513709+0000 mon.a (mon.0) 2072 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:23.505 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:23 smithi178 bash[75692]: audit 2024-03-21T13:06:22.514683+0000 mon.a (mon.0) 2073 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:23.505 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:23 smithi178 bash[75692]: audit 2024-03-21T13:06:22.524231+0000 mon.a (mon.0) 2074 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:23.506 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:23 smithi178 bash[75692]: audit 2024-03-21T13:06:22.608178+0000 mon.a (mon.0) 2075 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:23.506 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:23 smithi178 bash[75692]: audit 2024-03-21T13:06:22.611132+0000 mon.a (mon.0) 2076 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:23.506 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:23 smithi178 bash[75692]: audit 2024-03-21T13:06:22.614531+0000 mon.a (mon.0) 2077 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:23.506 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:23 smithi178 bash[77880]: audit 2024-03-21T13:06:22.219371+0000 mon.a (mon.0) 2059 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:23.506 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:23 smithi178 bash[77880]: audit 2024-03-21T13:06:22.297206+0000 mon.a (mon.0) 2060 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:23.506 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:23 smithi178 bash[77880]: audit 2024-03-21T13:06:22.300827+0000 mon.a (mon.0) 2061 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:23.506 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:23 smithi178 bash[77880]: audit 2024-03-21T13:06:22.305540+0000 mon.a (mon.0) 2062 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:23.506 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:23 smithi178 bash[77880]: audit 2024-03-21T13:06:22.307673+0000 mon.a (mon.0) 2063 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:23.506 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:23 smithi178 bash[77880]: audit 2024-03-21T13:06:22.320997+0000 mon.a (mon.0) 2064 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:23.506 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:23 smithi178 bash[77880]: audit 2024-03-21T13:06:22.406053+0000 mon.a (mon.0) 2065 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:23.507 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:23 smithi178 bash[77880]: audit 2024-03-21T13:06:22.409240+0000 mon.a (mon.0) 2066 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:23.507 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:23 smithi178 bash[77880]: audit 2024-03-21T13:06:22.412713+0000 mon.a (mon.0) 2067 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:23.507 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:23 smithi178 bash[77880]: audit 2024-03-21T13:06:22.414391+0000 mon.a (mon.0) 2068 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:23.507 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:23 smithi178 bash[77880]: audit 2024-03-21T13:06:22.426044+0000 mon.a (mon.0) 2069 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:23.507 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:23 smithi178 bash[77880]: audit 2024-03-21T13:06:22.507101+0000 mon.a (mon.0) 2070 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:23.507 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:23 smithi178 bash[77880]: audit 2024-03-21T13:06:22.510993+0000 mon.a (mon.0) 2071 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:23.507 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:23 smithi178 bash[77880]: audit 2024-03-21T13:06:22.513709+0000 mon.a (mon.0) 2072 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:23.507 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:23 smithi178 bash[77880]: audit 2024-03-21T13:06:22.514683+0000 mon.a (mon.0) 2073 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:23.507 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:23 smithi178 bash[77880]: audit 2024-03-21T13:06:22.524231+0000 mon.a (mon.0) 2074 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:23.507 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:23 smithi178 bash[77880]: audit 2024-03-21T13:06:22.608178+0000 mon.a (mon.0) 2075 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:23.507 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:23 smithi178 bash[77880]: audit 2024-03-21T13:06:22.611132+0000 mon.a (mon.0) 2076 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:23.507 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:23 smithi178 bash[77880]: audit 2024-03-21T13:06:22.614531+0000 mon.a (mon.0) 2077 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:23.508 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:23 smithi178 bash[75692]: audit 2024-03-21T13:06:22.616176+0000 mon.a (mon.0) 2078 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:23.508 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:23 smithi178 bash[75692]: audit 2024-03-21T13:06:22.627332+0000 mon.a (mon.0) 2079 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:23.508 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:23 smithi178 bash[75692]: audit 2024-03-21T13:06:22.710756+0000 mon.a (mon.0) 2080 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:23.508 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:23 smithi178 bash[75692]: audit 2024-03-21T13:06:22.715506+0000 mon.a (mon.0) 2081 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:23.508 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:23 smithi178 bash[75692]: audit 2024-03-21T13:06:22.718869+0000 mon.a (mon.0) 2082 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:23.508 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:23 smithi178 bash[75692]: audit 2024-03-21T13:06:22.720415+0000 mon.a (mon.0) 2083 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:23.508 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:23 smithi178 bash[75692]: audit 2024-03-21T13:06:22.731117+0000 mon.a (mon.0) 2084 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:23.508 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:23 smithi178 bash[75692]: audit 2024-03-21T13:06:22.811885+0000 mon.a (mon.0) 2085 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:23.508 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:23 smithi178 bash[75692]: audit 2024-03-21T13:06:22.814814+0000 mon.a (mon.0) 2086 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:23.508 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:23 smithi178 bash[75692]: audit 2024-03-21T13:06:22.818593+0000 mon.a (mon.0) 2087 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:23.508 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:23 smithi178 bash[75692]: audit 2024-03-21T13:06:22.819874+0000 mon.a (mon.0) 2088 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:23.508 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:23 smithi178 bash[75692]: audit 2024-03-21T13:06:22.831378+0000 mon.a (mon.0) 2089 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:23.508 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:23 smithi178 bash[75692]: audit 2024-03-21T13:06:22.911300+0000 mon.a (mon.0) 2090 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:23.508 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:23 smithi178 bash[75692]: audit 2024-03-21T13:06:22.914717+0000 mon.a (mon.0) 2091 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:23.509 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:23 smithi178 bash[75692]: audit 2024-03-21T13:06:22.918471+0000 mon.a (mon.0) 2092 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:23.509 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:23 smithi178 bash[75692]: audit 2024-03-21T13:06:22.919941+0000 mon.a (mon.0) 2093 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:23.509 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:23 smithi178 bash[75692]: audit 2024-03-21T13:06:22.930685+0000 mon.a (mon.0) 2094 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:23.509 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:23 smithi178 bash[75692]: audit 2024-03-21T13:06:23.014050+0000 mon.a (mon.0) 2095 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:23.509 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:23 smithi178 bash[75692]: audit 2024-03-21T13:06:23.017412+0000 mon.a (mon.0) 2096 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:23.509 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:23 smithi178 bash[75692]: audit 2024-03-21T13:06:23.020563+0000 mon.a (mon.0) 2097 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:23.509 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:23 smithi178 bash[75692]: audit 2024-03-21T13:06:23.022143+0000 mon.a (mon.0) 2098 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:23.509 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:23 smithi178 bash[75692]: audit 2024-03-21T13:06:23.033528+0000 mon.a (mon.0) 2099 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:23.509 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:23 smithi178 bash[75692]: audit 2024-03-21T13:06:23.115300+0000 mon.a (mon.0) 2100 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:23.509 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:23 smithi178 bash[75692]: audit 2024-03-21T13:06:23.118216+0000 mon.a (mon.0) 2101 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:23.509 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:23 smithi178 bash[75692]: audit 2024-03-21T13:06:23.121926+0000 mon.a (mon.0) 2102 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:23.509 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:23 smithi178 bash[75692]: audit 2024-03-21T13:06:23.123219+0000 mon.a (mon.0) 2103 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:23.509 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:23 smithi178 bash[75692]: audit 2024-03-21T13:06:23.133451+0000 mon.a (mon.0) 2104 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:23.510 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:23 smithi178 bash[77880]: audit 2024-03-21T13:06:22.616176+0000 mon.a (mon.0) 2078 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:23.510 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:23 smithi178 bash[77880]: audit 2024-03-21T13:06:22.627332+0000 mon.a (mon.0) 2079 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:23.510 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:23 smithi178 bash[77880]: audit 2024-03-21T13:06:22.710756+0000 mon.a (mon.0) 2080 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:23.510 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:23 smithi178 bash[77880]: audit 2024-03-21T13:06:22.715506+0000 mon.a (mon.0) 2081 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:23.510 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:23 smithi178 bash[77880]: audit 2024-03-21T13:06:22.718869+0000 mon.a (mon.0) 2082 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:23.510 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:23 smithi178 bash[77880]: audit 2024-03-21T13:06:22.720415+0000 mon.a (mon.0) 2083 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:23.510 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:23 smithi178 bash[77880]: audit 2024-03-21T13:06:22.731117+0000 mon.a (mon.0) 2084 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:23.510 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:23 smithi178 bash[77880]: audit 2024-03-21T13:06:22.811885+0000 mon.a (mon.0) 2085 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:23.510 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:23 smithi178 bash[77880]: audit 2024-03-21T13:06:22.814814+0000 mon.a (mon.0) 2086 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:23.510 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:23 smithi178 bash[77880]: audit 2024-03-21T13:06:22.818593+0000 mon.a (mon.0) 2087 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:23.511 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:23 smithi178 bash[77880]: audit 2024-03-21T13:06:22.819874+0000 mon.a (mon.0) 2088 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:23.511 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:23 smithi178 bash[77880]: audit 2024-03-21T13:06:22.831378+0000 mon.a (mon.0) 2089 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:23.511 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:23 smithi178 bash[77880]: audit 2024-03-21T13:06:22.911300+0000 mon.a (mon.0) 2090 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:23.511 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:23 smithi178 bash[77880]: audit 2024-03-21T13:06:22.914717+0000 mon.a (mon.0) 2091 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:23.511 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:23 smithi178 bash[77880]: audit 2024-03-21T13:06:22.918471+0000 mon.a (mon.0) 2092 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:23.511 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:23 smithi178 bash[77880]: audit 2024-03-21T13:06:22.919941+0000 mon.a (mon.0) 2093 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:23.511 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:23 smithi178 bash[77880]: audit 2024-03-21T13:06:22.930685+0000 mon.a (mon.0) 2094 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:23.511 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:23 smithi178 bash[77880]: audit 2024-03-21T13:06:23.014050+0000 mon.a (mon.0) 2095 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:23.511 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:23 smithi178 bash[77880]: audit 2024-03-21T13:06:23.017412+0000 mon.a (mon.0) 2096 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:23.511 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:23 smithi178 bash[77880]: audit 2024-03-21T13:06:23.020563+0000 mon.a (mon.0) 2097 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:23.511 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:23 smithi178 bash[77880]: audit 2024-03-21T13:06:23.022143+0000 mon.a (mon.0) 2098 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:23.511 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:23 smithi178 bash[77880]: audit 2024-03-21T13:06:23.033528+0000 mon.a (mon.0) 2099 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:23.511 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:23 smithi178 bash[77880]: audit 2024-03-21T13:06:23.115300+0000 mon.a (mon.0) 2100 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:23.511 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:23 smithi178 bash[77880]: audit 2024-03-21T13:06:23.118216+0000 mon.a (mon.0) 2101 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:23.511 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:23 smithi178 bash[77880]: audit 2024-03-21T13:06:23.121926+0000 mon.a (mon.0) 2102 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:23.512 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:23 smithi178 bash[77880]: audit 2024-03-21T13:06:23.123219+0000 mon.a (mon.0) 2103 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:23.512 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:23 smithi178 bash[77880]: audit 2024-03-21T13:06:23.133451+0000 mon.a (mon.0) 2104 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:23.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:23 smithi184 bash[59794]: cluster 2024-03-21T13:06:21.212292+0000 mgr.x (mgr.34104) 1622 : cluster [DBG] pgmap v1058: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:23.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:23 smithi184 bash[59794]: cluster 2024-03-21T13:06:21.213138+0000 mgr.x (mgr.34104) 1623 : cluster [DBG] pgmap v1059: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:23.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:23 smithi184 bash[59794]: cephadm 2024-03-21T13:06:21.220559+0000 mgr.x (mgr.34104) 1624 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:23.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:23 smithi184 bash[59794]: cluster 2024-03-21T13:06:21.310759+0000 mgr.x (mgr.34104) 1625 : cluster [DBG] pgmap v1060: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:23.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:23 smithi184 bash[59794]: cephadm 2024-03-21T13:06:21.319185+0000 mgr.x (mgr.34104) 1626 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:23.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:23 smithi184 bash[59794]: cluster 2024-03-21T13:06:21.410944+0000 mgr.x (mgr.34104) 1627 : cluster [DBG] pgmap v1061: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:23.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:23 smithi184 bash[59794]: cluster 2024-03-21T13:06:21.411369+0000 mgr.x (mgr.34104) 1628 : cluster [DBG] pgmap v1062: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:23.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:23 smithi184 bash[59794]: cephadm 2024-03-21T13:06:21.421254+0000 mgr.x (mgr.34104) 1629 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:23.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:23 smithi184 bash[59794]: cluster 2024-03-21T13:06:21.512506+0000 mgr.x (mgr.34104) 1630 : cluster [DBG] pgmap v1063: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:23.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:23 smithi184 bash[59794]: cluster 2024-03-21T13:06:21.512886+0000 mgr.x (mgr.34104) 1631 : cluster [DBG] pgmap v1064: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:23.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:23 smithi184 bash[59794]: cephadm 2024-03-21T13:06:21.521789+0000 mgr.x (mgr.34104) 1632 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:23.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:23 smithi184 bash[59794]: cluster 2024-03-21T13:06:21.613391+0000 mgr.x (mgr.34104) 1633 : cluster [DBG] pgmap v1065: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:23.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:23 smithi184 bash[59794]: cluster 2024-03-21T13:06:21.613755+0000 mgr.x (mgr.34104) 1634 : cluster [DBG] pgmap v1066: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:23.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:23 smithi184 bash[59794]: cephadm 2024-03-21T13:06:21.622924+0000 mgr.x (mgr.34104) 1635 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:23.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:23 smithi184 bash[59794]: cluster 2024-03-21T13:06:21.717407+0000 mgr.x (mgr.34104) 1636 : cluster [DBG] pgmap v1067: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:23.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:23 smithi184 bash[59794]: cluster 2024-03-21T13:06:21.717983+0000 mgr.x (mgr.34104) 1637 : cluster [DBG] pgmap v1068: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:23.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:23 smithi184 bash[59794]: cephadm 2024-03-21T13:06:21.727302+0000 mgr.x (mgr.34104) 1638 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:23.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:23 smithi184 bash[59794]: cluster 2024-03-21T13:06:21.819803+0000 mgr.x (mgr.34104) 1639 : cluster [DBG] pgmap v1069: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:23.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:23 smithi184 bash[59794]: cluster 2024-03-21T13:06:21.820552+0000 mgr.x (mgr.34104) 1640 : cluster [DBG] pgmap v1070: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:23.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:23 smithi184 bash[59794]: cephadm 2024-03-21T13:06:21.829142+0000 mgr.x (mgr.34104) 1641 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:23.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:23 smithi184 bash[59794]: cluster 2024-03-21T13:06:21.918122+0000 mgr.x (mgr.34104) 1642 : cluster [DBG] pgmap v1071: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:23.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:23 smithi184 bash[59794]: cephadm 2024-03-21T13:06:21.926214+0000 mgr.x (mgr.34104) 1643 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:23.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:23 smithi184 bash[59794]: cluster 2024-03-21T13:06:22.015242+0000 mgr.x (mgr.34104) 1644 : cluster [DBG] pgmap v1072: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:23.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:23 smithi184 bash[59794]: cluster 2024-03-21T13:06:22.015819+0000 mgr.x (mgr.34104) 1645 : cluster [DBG] pgmap v1073: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:23.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:23 smithi184 bash[59794]: cephadm 2024-03-21T13:06:22.025378+0000 mgr.x (mgr.34104) 1646 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:23.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:23 smithi184 bash[59794]: cluster 2024-03-21T13:06:22.117142+0000 mgr.x (mgr.34104) 1647 : cluster [DBG] pgmap v1074: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:23.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:23 smithi184 bash[59794]: cluster 2024-03-21T13:06:22.117878+0000 mgr.x (mgr.34104) 1648 : cluster [DBG] pgmap v1075: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:23.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:23 smithi184 bash[59794]: cephadm 2024-03-21T13:06:22.126757+0000 mgr.x (mgr.34104) 1649 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:23.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:23 smithi184 bash[59794]: audit 2024-03-21T13:06:22.202863+0000 mon.a (mon.0) 2055 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:23.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:23 smithi184 bash[59794]: audit 2024-03-21T13:06:22.205278+0000 mon.a (mon.0) 2056 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:23.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:23 smithi184 bash[59794]: audit 2024-03-21T13:06:22.207713+0000 mon.a (mon.0) 2057 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:23.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:23 smithi184 bash[59794]: audit 2024-03-21T13:06:22.208773+0000 mon.a (mon.0) 2058 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:23.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:23 smithi184 bash[59794]: audit 2024-03-21T13:06:22.219371+0000 mon.a (mon.0) 2059 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:23.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:23 smithi184 bash[59794]: audit 2024-03-21T13:06:22.297206+0000 mon.a (mon.0) 2060 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:23.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:23 smithi184 bash[59794]: audit 2024-03-21T13:06:22.300827+0000 mon.a (mon.0) 2061 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:23.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:23 smithi184 bash[59794]: audit 2024-03-21T13:06:22.305540+0000 mon.a (mon.0) 2062 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:23.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:23 smithi184 bash[59794]: audit 2024-03-21T13:06:22.307673+0000 mon.a (mon.0) 2063 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:23.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:23 smithi184 bash[59794]: audit 2024-03-21T13:06:22.320997+0000 mon.a (mon.0) 2064 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:23.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:23 smithi184 bash[59794]: audit 2024-03-21T13:06:22.406053+0000 mon.a (mon.0) 2065 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:23.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:23 smithi184 bash[59794]: audit 2024-03-21T13:06:22.409240+0000 mon.a (mon.0) 2066 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:23.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:23 smithi184 bash[59794]: audit 2024-03-21T13:06:22.412713+0000 mon.a (mon.0) 2067 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:23.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:23 smithi184 bash[59794]: audit 2024-03-21T13:06:22.414391+0000 mon.a (mon.0) 2068 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:23.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:23 smithi184 bash[59794]: audit 2024-03-21T13:06:22.426044+0000 mon.a (mon.0) 2069 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:23.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:23 smithi184 bash[59794]: audit 2024-03-21T13:06:22.507101+0000 mon.a (mon.0) 2070 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:23.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:23 smithi184 bash[59794]: audit 2024-03-21T13:06:22.510993+0000 mon.a (mon.0) 2071 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:23.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:23 smithi184 bash[59794]: audit 2024-03-21T13:06:22.513709+0000 mon.a (mon.0) 2072 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:23.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:23 smithi184 bash[59794]: audit 2024-03-21T13:06:22.514683+0000 mon.a (mon.0) 2073 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:23.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:23 smithi184 bash[59794]: audit 2024-03-21T13:06:22.524231+0000 mon.a (mon.0) 2074 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:23.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:23 smithi184 bash[59794]: audit 2024-03-21T13:06:22.608178+0000 mon.a (mon.0) 2075 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:23.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:23 smithi184 bash[59794]: audit 2024-03-21T13:06:22.611132+0000 mon.a (mon.0) 2076 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:23.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:23 smithi184 bash[59794]: audit 2024-03-21T13:06:22.614531+0000 mon.a (mon.0) 2077 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:23.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:23 smithi184 bash[59794]: audit 2024-03-21T13:06:22.616176+0000 mon.a (mon.0) 2078 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:23.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:23 smithi184 bash[59794]: audit 2024-03-21T13:06:22.627332+0000 mon.a (mon.0) 2079 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:23.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:23 smithi184 bash[59794]: audit 2024-03-21T13:06:22.710756+0000 mon.a (mon.0) 2080 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:23.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:23 smithi184 bash[59794]: audit 2024-03-21T13:06:22.715506+0000 mon.a (mon.0) 2081 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:23.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:23 smithi184 bash[59794]: audit 2024-03-21T13:06:22.718869+0000 mon.a (mon.0) 2082 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:23.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:23 smithi184 bash[59794]: audit 2024-03-21T13:06:22.720415+0000 mon.a (mon.0) 2083 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:23.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:23 smithi184 bash[59794]: audit 2024-03-21T13:06:22.731117+0000 mon.a (mon.0) 2084 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:23.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:23 smithi184 bash[59794]: audit 2024-03-21T13:06:22.811885+0000 mon.a (mon.0) 2085 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:23.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:23 smithi184 bash[59794]: audit 2024-03-21T13:06:22.814814+0000 mon.a (mon.0) 2086 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:23.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:23 smithi184 bash[59794]: audit 2024-03-21T13:06:22.818593+0000 mon.a (mon.0) 2087 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:23.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:23 smithi184 bash[59794]: audit 2024-03-21T13:06:22.819874+0000 mon.a (mon.0) 2088 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:23.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:23 smithi184 bash[59794]: audit 2024-03-21T13:06:22.831378+0000 mon.a (mon.0) 2089 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:23.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:23 smithi184 bash[59794]: audit 2024-03-21T13:06:22.911300+0000 mon.a (mon.0) 2090 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:23.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:23 smithi184 bash[59794]: audit 2024-03-21T13:06:22.914717+0000 mon.a (mon.0) 2091 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:23.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:23 smithi184 bash[59794]: audit 2024-03-21T13:06:22.918471+0000 mon.a (mon.0) 2092 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:23.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:23 smithi184 bash[59794]: audit 2024-03-21T13:06:22.919941+0000 mon.a (mon.0) 2093 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:23.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:23 smithi184 bash[59794]: audit 2024-03-21T13:06:22.930685+0000 mon.a (mon.0) 2094 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:23.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:23 smithi184 bash[59794]: audit 2024-03-21T13:06:23.014050+0000 mon.a (mon.0) 2095 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:23.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:23 smithi184 bash[59794]: audit 2024-03-21T13:06:23.017412+0000 mon.a (mon.0) 2096 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:23.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:23 smithi184 bash[59794]: audit 2024-03-21T13:06:23.020563+0000 mon.a (mon.0) 2097 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:23.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:23 smithi184 bash[59794]: audit 2024-03-21T13:06:23.022143+0000 mon.a (mon.0) 2098 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:23.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:23 smithi184 bash[59794]: audit 2024-03-21T13:06:23.033528+0000 mon.a (mon.0) 2099 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:23.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:23 smithi184 bash[59794]: audit 2024-03-21T13:06:23.115300+0000 mon.a (mon.0) 2100 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:23.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:23 smithi184 bash[59794]: audit 2024-03-21T13:06:23.118216+0000 mon.a (mon.0) 2101 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:23.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:23 smithi184 bash[59794]: audit 2024-03-21T13:06:23.121926+0000 mon.a (mon.0) 2102 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:23.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:23 smithi184 bash[59794]: audit 2024-03-21T13:06:23.123219+0000 mon.a (mon.0) 2103 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:23.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:23 smithi184 bash[59794]: audit 2024-03-21T13:06:23.133451+0000 mon.a (mon.0) 2104 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:23.798 INFO:journalctl@ceph.osd.1.smithi178.stdout:Mar 21 13:06:23 smithi178 bash[90756]: debug 2024-03-21T13:06:23.732+0000 7efe8d2497c0 -1 osd.1 133 log_to_monitors true 2024-03-21T13:06:24.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:24 smithi184 bash[59794]: cluster 2024-03-21T13:06:22.212530+0000 mgr.x (mgr.34104) 1650 : cluster [DBG] pgmap v1076: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:24.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:24 smithi184 bash[59794]: cluster 2024-03-21T13:06:22.213168+0000 mgr.x (mgr.34104) 1651 : cluster [DBG] pgmap v1077: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:24.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:24 smithi184 bash[59794]: cephadm 2024-03-21T13:06:22.221652+0000 mgr.x (mgr.34104) 1652 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:24.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:24 smithi184 bash[59794]: cluster 2024-03-21T13:06:22.312756+0000 mgr.x (mgr.34104) 1653 : cluster [DBG] pgmap v1078: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:24.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:24 smithi184 bash[59794]: cluster 2024-03-21T13:06:22.313536+0000 mgr.x (mgr.34104) 1654 : cluster [DBG] pgmap v1079: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:24.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:24 smithi184 bash[59794]: cephadm 2024-03-21T13:06:22.323612+0000 mgr.x (mgr.34104) 1655 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:24.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:24 smithi184 bash[59794]: cluster 2024-03-21T13:06:22.418865+0000 mgr.x (mgr.34104) 1656 : cluster [DBG] pgmap v1080: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:24.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:24 smithi184 bash[59794]: cluster 2024-03-21T13:06:22.419609+0000 mgr.x (mgr.34104) 1657 : cluster [DBG] pgmap v1081: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:24.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:24 smithi184 bash[59794]: cephadm 2024-03-21T13:06:22.428447+0000 mgr.x (mgr.34104) 1658 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:24.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:24 smithi184 bash[59794]: cluster 2024-03-21T13:06:22.518490+0000 mgr.x (mgr.34104) 1659 : cluster [DBG] pgmap v1082: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:24.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:24 smithi184 bash[59794]: cluster 2024-03-21T13:06:22.519136+0000 mgr.x (mgr.34104) 1660 : cluster [DBG] pgmap v1083: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:24.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:24 smithi184 bash[59794]: cephadm 2024-03-21T13:06:22.526494+0000 mgr.x (mgr.34104) 1661 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:24.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:24 smithi184 bash[59794]: cluster 2024-03-21T13:06:22.620511+0000 mgr.x (mgr.34104) 1662 : cluster [DBG] pgmap v1084: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:24.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:24 smithi184 bash[59794]: cluster 2024-03-21T13:06:22.621179+0000 mgr.x (mgr.34104) 1663 : cluster [DBG] pgmap v1085: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:24.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:24 smithi184 bash[59794]: cephadm 2024-03-21T13:06:22.629974+0000 mgr.x (mgr.34104) 1664 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:24.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:24 smithi184 bash[59794]: cluster 2024-03-21T13:06:22.724588+0000 mgr.x (mgr.34104) 1665 : cluster [DBG] pgmap v1086: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:24.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:24 smithi184 bash[59794]: cluster 2024-03-21T13:06:22.725227+0000 mgr.x (mgr.34104) 1666 : cluster [DBG] pgmap v1087: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:24.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:24 smithi184 bash[59794]: cephadm 2024-03-21T13:06:22.733405+0000 mgr.x (mgr.34104) 1667 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:24.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:24 smithi184 bash[59794]: cluster 2024-03-21T13:06:22.824045+0000 mgr.x (mgr.34104) 1668 : cluster [DBG] pgmap v1088: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:24.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:24 smithi184 bash[59794]: cluster 2024-03-21T13:06:22.824834+0000 mgr.x (mgr.34104) 1669 : cluster [DBG] pgmap v1089: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:24.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:24 smithi184 bash[59794]: cephadm 2024-03-21T13:06:22.833962+0000 mgr.x (mgr.34104) 1670 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:24.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:24 smithi184 bash[59794]: cluster 2024-03-21T13:06:22.924024+0000 mgr.x (mgr.34104) 1671 : cluster [DBG] pgmap v1090: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:24.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:24 smithi184 bash[59794]: cluster 2024-03-21T13:06:22.924460+0000 mgr.x (mgr.34104) 1672 : cluster [DBG] pgmap v1091: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:24.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:24 smithi184 bash[59794]: cephadm 2024-03-21T13:06:22.933068+0000 mgr.x (mgr.34104) 1673 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:24.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:24 smithi184 bash[59794]: cluster 2024-03-21T13:06:23.026796+0000 mgr.x (mgr.34104) 1674 : cluster [DBG] pgmap v1092: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:24.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:24 smithi184 bash[59794]: cluster 2024-03-21T13:06:23.027795+0000 mgr.x (mgr.34104) 1675 : cluster [DBG] pgmap v1093: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:24.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:24 smithi184 bash[59794]: cephadm 2024-03-21T13:06:23.035834+0000 mgr.x (mgr.34104) 1676 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:24.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:24 smithi184 bash[59794]: cluster 2024-03-21T13:06:23.127130+0000 mgr.x (mgr.34104) 1677 : cluster [DBG] pgmap v1094: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:24.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:24 smithi184 bash[59794]: cluster 2024-03-21T13:06:23.127871+0000 mgr.x (mgr.34104) 1678 : cluster [DBG] pgmap v1095: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:24.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:24 smithi184 bash[59794]: cephadm 2024-03-21T13:06:23.135798+0000 mgr.x (mgr.34104) 1679 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:24.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:24 smithi184 bash[59794]: audit 2024-03-21T13:06:23.213040+0000 mon.a (mon.0) 2105 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:24.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:24 smithi184 bash[59794]: audit 2024-03-21T13:06:23.215596+0000 mon.a (mon.0) 2106 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:24.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:24 smithi184 bash[59794]: audit 2024-03-21T13:06:23.218403+0000 mon.a (mon.0) 2107 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:24.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:24 smithi184 bash[59794]: audit 2024-03-21T13:06:23.221312+0000 mon.a (mon.0) 2108 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:24.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:24 smithi184 bash[59794]: audit 2024-03-21T13:06:23.232281+0000 mon.a (mon.0) 2109 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:24.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:24 smithi184 bash[59794]: audit 2024-03-21T13:06:23.312520+0000 mon.a (mon.0) 2110 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:24.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:24 smithi184 bash[59794]: audit 2024-03-21T13:06:23.315760+0000 mon.a (mon.0) 2111 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:24.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:24 smithi184 bash[59794]: audit 2024-03-21T13:06:23.319720+0000 mon.a (mon.0) 2112 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:24.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:24 smithi184 bash[59794]: audit 2024-03-21T13:06:23.321181+0000 mon.a (mon.0) 2113 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:24.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:24 smithi184 bash[59794]: audit 2024-03-21T13:06:23.330951+0000 mon.a (mon.0) 2114 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:24.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:24 smithi184 bash[59794]: audit 2024-03-21T13:06:23.413434+0000 mon.a (mon.0) 2115 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:24.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:24 smithi184 bash[59794]: audit 2024-03-21T13:06:23.416170+0000 mon.a (mon.0) 2116 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:24.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:24 smithi184 bash[59794]: audit 2024-03-21T13:06:23.419500+0000 mon.a (mon.0) 2117 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:24.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:24 smithi184 bash[59794]: audit 2024-03-21T13:06:23.420719+0000 mon.a (mon.0) 2118 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:24.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:24 smithi184 bash[59794]: audit 2024-03-21T13:06:23.429405+0000 mon.a (mon.0) 2119 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:24.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:24 smithi184 bash[59794]: audit 2024-03-21T13:06:23.514525+0000 mon.a (mon.0) 2120 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:24.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:24 smithi184 bash[59794]: audit 2024-03-21T13:06:23.517453+0000 mon.a (mon.0) 2121 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:24.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:24 smithi184 bash[59794]: audit 2024-03-21T13:06:23.519992+0000 mon.a (mon.0) 2122 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:24.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:24 smithi184 bash[59794]: audit 2024-03-21T13:06:23.521213+0000 mon.a (mon.0) 2123 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:24.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:24 smithi184 bash[59794]: audit 2024-03-21T13:06:23.532667+0000 mon.a (mon.0) 2124 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:24.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:24 smithi184 bash[59794]: audit 2024-03-21T13:06:23.611918+0000 mon.a (mon.0) 2125 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:24.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:24 smithi184 bash[59794]: audit 2024-03-21T13:06:23.622181+0000 mon.a (mon.0) 2126 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:24.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:24 smithi184 bash[59794]: audit 2024-03-21T13:06:23.625027+0000 mon.a (mon.0) 2127 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:24.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:24 smithi184 bash[59794]: audit 2024-03-21T13:06:23.626126+0000 mon.a (mon.0) 2128 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:24.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:24 smithi184 bash[59794]: audit 2024-03-21T13:06:23.637205+0000 mon.a (mon.0) 2129 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:24.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:24 smithi184 bash[59794]: audit 2024-03-21T13:06:23.719692+0000 mon.a (mon.0) 2130 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:24.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:24 smithi184 bash[59794]: audit 2024-03-21T13:06:23.722863+0000 mon.a (mon.0) 2131 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:24.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:24 smithi184 bash[59794]: audit 2024-03-21T13:06:23.727440+0000 mon.a (mon.0) 2132 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:24.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:24 smithi184 bash[59794]: audit 2024-03-21T13:06:23.728755+0000 mon.a (mon.0) 2133 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:24.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:24 smithi184 bash[59794]: audit 2024-03-21T13:06:23.737369+0000 mon.a (mon.0) 2134 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:24.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:24 smithi184 bash[59794]: cluster 2024-03-21T13:06:23.737867+0000 mon.a (mon.0) 2135 : cluster [WRN] Health check update: Degraded data redundancy: 87/630 objects degraded (13.810%), 22 pgs degraded (PG_DEGRADED) 2024-03-21T13:06:24.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:24 smithi184 bash[59794]: audit 2024-03-21T13:06:23.742029+0000 mon.c (mon.1) 8 : audit [INF] from='osd.1 [v2:172.21.15.178:6808/4229257546,v1:172.21.15.178:6809/4229257546]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-21T13:06:24.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:24 smithi184 bash[59794]: audit 2024-03-21T13:06:23.742360+0000 mon.a (mon.0) 2136 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-21T13:06:24.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:24 smithi184 bash[59794]: audit 2024-03-21T13:06:23.817630+0000 mon.a (mon.0) 2137 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:24.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:24 smithi184 bash[59794]: audit 2024-03-21T13:06:23.822178+0000 mon.a (mon.0) 2138 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:24.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:24 smithi184 bash[59794]: audit 2024-03-21T13:06:23.826408+0000 mon.a (mon.0) 2139 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:24.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:24 smithi184 bash[59794]: audit 2024-03-21T13:06:23.828008+0000 mon.a (mon.0) 2140 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:24.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:24 smithi184 bash[59794]: audit 2024-03-21T13:06:23.839601+0000 mon.a (mon.0) 2141 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:24.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:24 smithi184 bash[59794]: audit 2024-03-21T13:06:23.921457+0000 mon.a (mon.0) 2142 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:24.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:24 smithi184 bash[59794]: audit 2024-03-21T13:06:23.924107+0000 mon.a (mon.0) 2143 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:24.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:24 smithi184 bash[59794]: audit 2024-03-21T13:06:23.927171+0000 mon.a (mon.0) 2144 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:24.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:24 smithi184 bash[59794]: audit 2024-03-21T13:06:23.929157+0000 mon.a (mon.0) 2145 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:24.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:24 smithi184 bash[59794]: audit 2024-03-21T13:06:23.942097+0000 mon.a (mon.0) 2146 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:24.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:24 smithi184 bash[59794]: audit 2024-03-21T13:06:24.015857+0000 mon.a (mon.0) 2147 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:24.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:24 smithi184 bash[59794]: audit 2024-03-21T13:06:24.019449+0000 mon.a (mon.0) 2148 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:24.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:24 smithi184 bash[59794]: audit 2024-03-21T13:06:24.022650+0000 mon.a (mon.0) 2149 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:24.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:24 smithi184 bash[59794]: audit 2024-03-21T13:06:24.023949+0000 mon.a (mon.0) 2150 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:24.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:24 smithi184 bash[59794]: audit 2024-03-21T13:06:24.034439+0000 mon.a (mon.0) 2151 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:24.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:24 smithi184 bash[59794]: audit 2024-03-21T13:06:24.114136+0000 mon.a (mon.0) 2152 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:24.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:24 smithi184 bash[59794]: audit 2024-03-21T13:06:24.117708+0000 mon.a (mon.0) 2153 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:24.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:24 smithi184 bash[59794]: audit 2024-03-21T13:06:24.122701+0000 mon.a (mon.0) 2154 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:24.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:24 smithi184 bash[59794]: audit 2024-03-21T13:06:24.124624+0000 mon.a (mon.0) 2155 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:24.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:24 smithi184 bash[59794]: audit 2024-03-21T13:06:24.137172+0000 mon.a (mon.0) 2156 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:24.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[75692]: cluster 2024-03-21T13:06:22.212530+0000 mgr.x (mgr.34104) 1650 : cluster [DBG] pgmap v1076: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:24.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[75692]: cluster 2024-03-21T13:06:22.213168+0000 mgr.x (mgr.34104) 1651 : cluster [DBG] pgmap v1077: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:24.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[75692]: cephadm 2024-03-21T13:06:22.221652+0000 mgr.x (mgr.34104) 1652 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:24.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[75692]: cluster 2024-03-21T13:06:22.312756+0000 mgr.x (mgr.34104) 1653 : cluster [DBG] pgmap v1078: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:24.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[75692]: cluster 2024-03-21T13:06:22.313536+0000 mgr.x (mgr.34104) 1654 : cluster [DBG] pgmap v1079: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:24.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[75692]: cephadm 2024-03-21T13:06:22.323612+0000 mgr.x (mgr.34104) 1655 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:24.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[75692]: cluster 2024-03-21T13:06:22.418865+0000 mgr.x (mgr.34104) 1656 : cluster [DBG] pgmap v1080: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:24.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[75692]: cluster 2024-03-21T13:06:22.419609+0000 mgr.x (mgr.34104) 1657 : cluster [DBG] pgmap v1081: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:24.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[75692]: cephadm 2024-03-21T13:06:22.428447+0000 mgr.x (mgr.34104) 1658 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:24.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[75692]: cluster 2024-03-21T13:06:22.518490+0000 mgr.x (mgr.34104) 1659 : cluster [DBG] pgmap v1082: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:24.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[75692]: cluster 2024-03-21T13:06:22.519136+0000 mgr.x (mgr.34104) 1660 : cluster [DBG] pgmap v1083: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:24.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[75692]: cephadm 2024-03-21T13:06:22.526494+0000 mgr.x (mgr.34104) 1661 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:24.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[75692]: cluster 2024-03-21T13:06:22.620511+0000 mgr.x (mgr.34104) 1662 : cluster [DBG] pgmap v1084: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:24.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[75692]: cluster 2024-03-21T13:06:22.621179+0000 mgr.x (mgr.34104) 1663 : cluster [DBG] pgmap v1085: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:24.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[75692]: cephadm 2024-03-21T13:06:22.629974+0000 mgr.x (mgr.34104) 1664 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:24.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[77880]: cluster 2024-03-21T13:06:22.212530+0000 mgr.x (mgr.34104) 1650 : cluster [DBG] pgmap v1076: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:24.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[77880]: cluster 2024-03-21T13:06:22.213168+0000 mgr.x (mgr.34104) 1651 : cluster [DBG] pgmap v1077: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:24.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[77880]: cephadm 2024-03-21T13:06:22.221652+0000 mgr.x (mgr.34104) 1652 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:24.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[77880]: cluster 2024-03-21T13:06:22.312756+0000 mgr.x (mgr.34104) 1653 : cluster [DBG] pgmap v1078: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:24.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[77880]: cluster 2024-03-21T13:06:22.313536+0000 mgr.x (mgr.34104) 1654 : cluster [DBG] pgmap v1079: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:24.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[77880]: cephadm 2024-03-21T13:06:22.323612+0000 mgr.x (mgr.34104) 1655 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:24.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[77880]: cluster 2024-03-21T13:06:22.418865+0000 mgr.x (mgr.34104) 1656 : cluster [DBG] pgmap v1080: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:24.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[77880]: cluster 2024-03-21T13:06:22.419609+0000 mgr.x (mgr.34104) 1657 : cluster [DBG] pgmap v1081: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:24.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[77880]: cephadm 2024-03-21T13:06:22.428447+0000 mgr.x (mgr.34104) 1658 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:24.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[77880]: cluster 2024-03-21T13:06:22.518490+0000 mgr.x (mgr.34104) 1659 : cluster [DBG] pgmap v1082: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:24.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[77880]: cluster 2024-03-21T13:06:22.519136+0000 mgr.x (mgr.34104) 1660 : cluster [DBG] pgmap v1083: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:24.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[77880]: cephadm 2024-03-21T13:06:22.526494+0000 mgr.x (mgr.34104) 1661 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:24.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[77880]: cluster 2024-03-21T13:06:22.620511+0000 mgr.x (mgr.34104) 1662 : cluster [DBG] pgmap v1084: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:24.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[77880]: cluster 2024-03-21T13:06:22.621179+0000 mgr.x (mgr.34104) 1663 : cluster [DBG] pgmap v1085: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:24.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[77880]: cephadm 2024-03-21T13:06:22.629974+0000 mgr.x (mgr.34104) 1664 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:24.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[77880]: cluster 2024-03-21T13:06:22.724588+0000 mgr.x (mgr.34104) 1665 : cluster [DBG] pgmap v1086: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:24.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[77880]: cluster 2024-03-21T13:06:22.725227+0000 mgr.x (mgr.34104) 1666 : cluster [DBG] pgmap v1087: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:24.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[77880]: cephadm 2024-03-21T13:06:22.733405+0000 mgr.x (mgr.34104) 1667 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:24.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[77880]: cluster 2024-03-21T13:06:22.824045+0000 mgr.x (mgr.34104) 1668 : cluster [DBG] pgmap v1088: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:24.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[77880]: cluster 2024-03-21T13:06:22.824834+0000 mgr.x (mgr.34104) 1669 : cluster [DBG] pgmap v1089: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:24.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[77880]: cephadm 2024-03-21T13:06:22.833962+0000 mgr.x (mgr.34104) 1670 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:24.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[77880]: cluster 2024-03-21T13:06:22.924024+0000 mgr.x (mgr.34104) 1671 : cluster [DBG] pgmap v1090: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:24.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[77880]: cluster 2024-03-21T13:06:22.924460+0000 mgr.x (mgr.34104) 1672 : cluster [DBG] pgmap v1091: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:24.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[77880]: cephadm 2024-03-21T13:06:22.933068+0000 mgr.x (mgr.34104) 1673 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:24.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[77880]: cluster 2024-03-21T13:06:23.026796+0000 mgr.x (mgr.34104) 1674 : cluster [DBG] pgmap v1092: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:24.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[77880]: cluster 2024-03-21T13:06:23.027795+0000 mgr.x (mgr.34104) 1675 : cluster [DBG] pgmap v1093: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:24.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[77880]: cephadm 2024-03-21T13:06:23.035834+0000 mgr.x (mgr.34104) 1676 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:24.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[77880]: cluster 2024-03-21T13:06:23.127130+0000 mgr.x (mgr.34104) 1677 : cluster [DBG] pgmap v1094: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:24.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[77880]: cluster 2024-03-21T13:06:23.127871+0000 mgr.x (mgr.34104) 1678 : cluster [DBG] pgmap v1095: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:24.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[77880]: cephadm 2024-03-21T13:06:23.135798+0000 mgr.x (mgr.34104) 1679 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:24.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[77880]: audit 2024-03-21T13:06:23.213040+0000 mon.a (mon.0) 2105 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:24.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[77880]: audit 2024-03-21T13:06:23.215596+0000 mon.a (mon.0) 2106 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:24.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[75692]: cluster 2024-03-21T13:06:22.724588+0000 mgr.x (mgr.34104) 1665 : cluster [DBG] pgmap v1086: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:24.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[75692]: cluster 2024-03-21T13:06:22.725227+0000 mgr.x (mgr.34104) 1666 : cluster [DBG] pgmap v1087: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:24.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[75692]: cephadm 2024-03-21T13:06:22.733405+0000 mgr.x (mgr.34104) 1667 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:24.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[75692]: cluster 2024-03-21T13:06:22.824045+0000 mgr.x (mgr.34104) 1668 : cluster [DBG] pgmap v1088: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:24.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[75692]: cluster 2024-03-21T13:06:22.824834+0000 mgr.x (mgr.34104) 1669 : cluster [DBG] pgmap v1089: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:24.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[75692]: cephadm 2024-03-21T13:06:22.833962+0000 mgr.x (mgr.34104) 1670 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:24.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[75692]: cluster 2024-03-21T13:06:22.924024+0000 mgr.x (mgr.34104) 1671 : cluster [DBG] pgmap v1090: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:24.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[75692]: cluster 2024-03-21T13:06:22.924460+0000 mgr.x (mgr.34104) 1672 : cluster [DBG] pgmap v1091: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:24.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[75692]: cephadm 2024-03-21T13:06:22.933068+0000 mgr.x (mgr.34104) 1673 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:24.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[75692]: cluster 2024-03-21T13:06:23.026796+0000 mgr.x (mgr.34104) 1674 : cluster [DBG] pgmap v1092: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:24.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[75692]: cluster 2024-03-21T13:06:23.027795+0000 mgr.x (mgr.34104) 1675 : cluster [DBG] pgmap v1093: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:24.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[75692]: cephadm 2024-03-21T13:06:23.035834+0000 mgr.x (mgr.34104) 1676 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:24.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[75692]: cluster 2024-03-21T13:06:23.127130+0000 mgr.x (mgr.34104) 1677 : cluster [DBG] pgmap v1094: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:24.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[75692]: cluster 2024-03-21T13:06:23.127871+0000 mgr.x (mgr.34104) 1678 : cluster [DBG] pgmap v1095: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:24.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[75692]: cephadm 2024-03-21T13:06:23.135798+0000 mgr.x (mgr.34104) 1679 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:24.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[75692]: audit 2024-03-21T13:06:23.213040+0000 mon.a (mon.0) 2105 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:24.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[75692]: audit 2024-03-21T13:06:23.215596+0000 mon.a (mon.0) 2106 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:24.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[77880]: audit 2024-03-21T13:06:23.218403+0000 mon.a (mon.0) 2107 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:24.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[77880]: audit 2024-03-21T13:06:23.221312+0000 mon.a (mon.0) 2108 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:24.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[77880]: audit 2024-03-21T13:06:23.232281+0000 mon.a (mon.0) 2109 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:24.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[77880]: audit 2024-03-21T13:06:23.312520+0000 mon.a (mon.0) 2110 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:24.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[77880]: audit 2024-03-21T13:06:23.315760+0000 mon.a (mon.0) 2111 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:24.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[77880]: audit 2024-03-21T13:06:23.319720+0000 mon.a (mon.0) 2112 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:24.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[77880]: audit 2024-03-21T13:06:23.321181+0000 mon.a (mon.0) 2113 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:24.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[77880]: audit 2024-03-21T13:06:23.330951+0000 mon.a (mon.0) 2114 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:24.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[77880]: audit 2024-03-21T13:06:23.413434+0000 mon.a (mon.0) 2115 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:24.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[77880]: audit 2024-03-21T13:06:23.416170+0000 mon.a (mon.0) 2116 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:24.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[77880]: audit 2024-03-21T13:06:23.419500+0000 mon.a (mon.0) 2117 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:24.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[77880]: audit 2024-03-21T13:06:23.420719+0000 mon.a (mon.0) 2118 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:24.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[77880]: audit 2024-03-21T13:06:23.429405+0000 mon.a (mon.0) 2119 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:24.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[77880]: audit 2024-03-21T13:06:23.514525+0000 mon.a (mon.0) 2120 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:24.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[77880]: audit 2024-03-21T13:06:23.517453+0000 mon.a (mon.0) 2121 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:24.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[77880]: audit 2024-03-21T13:06:23.519992+0000 mon.a (mon.0) 2122 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:24.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[77880]: audit 2024-03-21T13:06:23.521213+0000 mon.a (mon.0) 2123 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:24.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[77880]: audit 2024-03-21T13:06:23.532667+0000 mon.a (mon.0) 2124 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:24.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[77880]: audit 2024-03-21T13:06:23.611918+0000 mon.a (mon.0) 2125 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:24.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[77880]: audit 2024-03-21T13:06:23.622181+0000 mon.a (mon.0) 2126 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:24.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[77880]: audit 2024-03-21T13:06:23.625027+0000 mon.a (mon.0) 2127 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:24.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[77880]: audit 2024-03-21T13:06:23.626126+0000 mon.a (mon.0) 2128 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:24.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[77880]: audit 2024-03-21T13:06:23.637205+0000 mon.a (mon.0) 2129 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:24.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[77880]: audit 2024-03-21T13:06:23.719692+0000 mon.a (mon.0) 2130 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:24.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[77880]: audit 2024-03-21T13:06:23.722863+0000 mon.a (mon.0) 2131 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:24.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[77880]: audit 2024-03-21T13:06:23.727440+0000 mon.a (mon.0) 2132 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:24.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[77880]: audit 2024-03-21T13:06:23.728755+0000 mon.a (mon.0) 2133 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:24.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[77880]: audit 2024-03-21T13:06:23.737369+0000 mon.a (mon.0) 2134 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:24.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[77880]: cluster 2024-03-21T13:06:23.737867+0000 mon.a (mon.0) 2135 : cluster [WRN] Health check update: Degraded data redundancy: 87/630 objects degraded (13.810%), 22 pgs degraded (PG_DEGRADED) 2024-03-21T13:06:24.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[77880]: audit 2024-03-21T13:06:23.742029+0000 mon.c (mon.1) 8 : audit [INF] from='osd.1 [v2:172.21.15.178:6808/4229257546,v1:172.21.15.178:6809/4229257546]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-21T13:06:24.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[77880]: audit 2024-03-21T13:06:23.742360+0000 mon.a (mon.0) 2136 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-21T13:06:24.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[77880]: audit 2024-03-21T13:06:23.817630+0000 mon.a (mon.0) 2137 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:24.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[77880]: audit 2024-03-21T13:06:23.822178+0000 mon.a (mon.0) 2138 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:24.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[77880]: audit 2024-03-21T13:06:23.826408+0000 mon.a (mon.0) 2139 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:24.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[77880]: audit 2024-03-21T13:06:23.828008+0000 mon.a (mon.0) 2140 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:24.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[77880]: audit 2024-03-21T13:06:23.839601+0000 mon.a (mon.0) 2141 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:24.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[77880]: audit 2024-03-21T13:06:23.921457+0000 mon.a (mon.0) 2142 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:24.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[75692]: audit 2024-03-21T13:06:23.218403+0000 mon.a (mon.0) 2107 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:24.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[75692]: audit 2024-03-21T13:06:23.221312+0000 mon.a (mon.0) 2108 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:24.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[75692]: audit 2024-03-21T13:06:23.232281+0000 mon.a (mon.0) 2109 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:24.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[75692]: audit 2024-03-21T13:06:23.312520+0000 mon.a (mon.0) 2110 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:24.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[75692]: audit 2024-03-21T13:06:23.315760+0000 mon.a (mon.0) 2111 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:24.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[75692]: audit 2024-03-21T13:06:23.319720+0000 mon.a (mon.0) 2112 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:24.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[75692]: audit 2024-03-21T13:06:23.321181+0000 mon.a (mon.0) 2113 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:24.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[75692]: audit 2024-03-21T13:06:23.330951+0000 mon.a (mon.0) 2114 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:24.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[75692]: audit 2024-03-21T13:06:23.413434+0000 mon.a (mon.0) 2115 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:24.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[75692]: audit 2024-03-21T13:06:23.416170+0000 mon.a (mon.0) 2116 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:24.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[75692]: audit 2024-03-21T13:06:23.419500+0000 mon.a (mon.0) 2117 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:24.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[75692]: audit 2024-03-21T13:06:23.420719+0000 mon.a (mon.0) 2118 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:24.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[75692]: audit 2024-03-21T13:06:23.429405+0000 mon.a (mon.0) 2119 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:24.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[75692]: audit 2024-03-21T13:06:23.514525+0000 mon.a (mon.0) 2120 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:24.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[75692]: audit 2024-03-21T13:06:23.517453+0000 mon.a (mon.0) 2121 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:24.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[75692]: audit 2024-03-21T13:06:23.519992+0000 mon.a (mon.0) 2122 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:24.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[75692]: audit 2024-03-21T13:06:23.521213+0000 mon.a (mon.0) 2123 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:24.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[75692]: audit 2024-03-21T13:06:23.532667+0000 mon.a (mon.0) 2124 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:24.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[75692]: audit 2024-03-21T13:06:23.611918+0000 mon.a (mon.0) 2125 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:24.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[77880]: audit 2024-03-21T13:06:23.924107+0000 mon.a (mon.0) 2143 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:24.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[77880]: audit 2024-03-21T13:06:23.927171+0000 mon.a (mon.0) 2144 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:24.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[77880]: audit 2024-03-21T13:06:23.929157+0000 mon.a (mon.0) 2145 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:24.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[77880]: audit 2024-03-21T13:06:23.942097+0000 mon.a (mon.0) 2146 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:24.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[77880]: audit 2024-03-21T13:06:24.015857+0000 mon.a (mon.0) 2147 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:24.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[77880]: audit 2024-03-21T13:06:24.019449+0000 mon.a (mon.0) 2148 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:24.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[77880]: audit 2024-03-21T13:06:24.022650+0000 mon.a (mon.0) 2149 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:24.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[77880]: audit 2024-03-21T13:06:24.023949+0000 mon.a (mon.0) 2150 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:24.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[77880]: audit 2024-03-21T13:06:24.034439+0000 mon.a (mon.0) 2151 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:24.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[77880]: audit 2024-03-21T13:06:24.114136+0000 mon.a (mon.0) 2152 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:24.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[77880]: audit 2024-03-21T13:06:24.117708+0000 mon.a (mon.0) 2153 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:24.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[77880]: audit 2024-03-21T13:06:24.122701+0000 mon.a (mon.0) 2154 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:24.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[77880]: audit 2024-03-21T13:06:24.124624+0000 mon.a (mon.0) 2155 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:24.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[77880]: audit 2024-03-21T13:06:24.137172+0000 mon.a (mon.0) 2156 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:24.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[75692]: audit 2024-03-21T13:06:23.622181+0000 mon.a (mon.0) 2126 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:24.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[75692]: audit 2024-03-21T13:06:23.625027+0000 mon.a (mon.0) 2127 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:24.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[75692]: audit 2024-03-21T13:06:23.626126+0000 mon.a (mon.0) 2128 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:24.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[75692]: audit 2024-03-21T13:06:23.637205+0000 mon.a (mon.0) 2129 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:24.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[75692]: audit 2024-03-21T13:06:23.719692+0000 mon.a (mon.0) 2130 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:24.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[75692]: audit 2024-03-21T13:06:23.722863+0000 mon.a (mon.0) 2131 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:24.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[75692]: audit 2024-03-21T13:06:23.727440+0000 mon.a (mon.0) 2132 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:24.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[75692]: audit 2024-03-21T13:06:23.728755+0000 mon.a (mon.0) 2133 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:24.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[75692]: audit 2024-03-21T13:06:23.737369+0000 mon.a (mon.0) 2134 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:24.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[75692]: cluster 2024-03-21T13:06:23.737867+0000 mon.a (mon.0) 2135 : cluster [WRN] Health check update: Degraded data redundancy: 87/630 objects degraded (13.810%), 22 pgs degraded (PG_DEGRADED) 2024-03-21T13:06:24.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[75692]: audit 2024-03-21T13:06:23.742029+0000 mon.c (mon.1) 8 : audit [INF] from='osd.1 [v2:172.21.15.178:6808/4229257546,v1:172.21.15.178:6809/4229257546]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-21T13:06:24.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[75692]: audit 2024-03-21T13:06:23.742360+0000 mon.a (mon.0) 2136 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-21T13:06:24.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[75692]: audit 2024-03-21T13:06:23.817630+0000 mon.a (mon.0) 2137 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:24.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[75692]: audit 2024-03-21T13:06:23.822178+0000 mon.a (mon.0) 2138 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:24.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[75692]: audit 2024-03-21T13:06:23.826408+0000 mon.a (mon.0) 2139 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:24.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[75692]: audit 2024-03-21T13:06:23.828008+0000 mon.a (mon.0) 2140 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:24.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[75692]: audit 2024-03-21T13:06:23.839601+0000 mon.a (mon.0) 2141 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:24.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[75692]: audit 2024-03-21T13:06:23.921457+0000 mon.a (mon.0) 2142 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:24.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[75692]: audit 2024-03-21T13:06:23.924107+0000 mon.a (mon.0) 2143 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:24.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[75692]: audit 2024-03-21T13:06:23.927171+0000 mon.a (mon.0) 2144 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:24.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[75692]: audit 2024-03-21T13:06:23.929157+0000 mon.a (mon.0) 2145 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:24.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[75692]: audit 2024-03-21T13:06:23.942097+0000 mon.a (mon.0) 2146 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:24.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[75692]: audit 2024-03-21T13:06:24.015857+0000 mon.a (mon.0) 2147 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:24.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[75692]: audit 2024-03-21T13:06:24.019449+0000 mon.a (mon.0) 2148 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:24.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[75692]: audit 2024-03-21T13:06:24.022650+0000 mon.a (mon.0) 2149 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:24.562 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[75692]: audit 2024-03-21T13:06:24.023949+0000 mon.a (mon.0) 2150 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:24.562 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[75692]: audit 2024-03-21T13:06:24.034439+0000 mon.a (mon.0) 2151 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:24.562 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[75692]: audit 2024-03-21T13:06:24.114136+0000 mon.a (mon.0) 2152 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:24.562 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[75692]: audit 2024-03-21T13:06:24.117708+0000 mon.a (mon.0) 2153 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:24.562 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[75692]: audit 2024-03-21T13:06:24.122701+0000 mon.a (mon.0) 2154 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:24.562 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[75692]: audit 2024-03-21T13:06:24.124624+0000 mon.a (mon.0) 2155 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:24.562 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[75692]: audit 2024-03-21T13:06:24.137172+0000 mon.a (mon.0) 2156 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:25.048 INFO:journalctl@ceph.osd.1.smithi178.stdout:Mar 21 13:06:24 smithi178 bash[90756]: debug 2024-03-21T13:06:24.780+0000 7efe7a699700 -1 osd.1 133 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-03-21T13:06:25.482 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:06:25 smithi184 bash[52419]: debug 2024-03-21T13:06:25.321+0000 7f8424111700 -1 mgr.server reply reply (16) Device or resource busy unsafe to stop osd(s) at this time (15 PGs are or would become offline) 2024-03-21T13:06:25.483 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:25 smithi184 bash[59794]: cluster 2024-03-21T13:06:23.225863+0000 mgr.x (mgr.34104) 1680 : cluster [DBG] pgmap v1096: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:25.483 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:25 smithi184 bash[59794]: cluster 2024-03-21T13:06:23.226683+0000 mgr.x (mgr.34104) 1681 : cluster [DBG] pgmap v1097: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:25.483 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:25 smithi184 bash[59794]: cephadm 2024-03-21T13:06:23.234618+0000 mgr.x (mgr.34104) 1682 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:25.483 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:25 smithi184 bash[59794]: cluster 2024-03-21T13:06:23.325486+0000 mgr.x (mgr.34104) 1683 : cluster [DBG] pgmap v1098: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:25.483 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:25 smithi184 bash[59794]: cluster 2024-03-21T13:06:23.326140+0000 mgr.x (mgr.34104) 1684 : cluster [DBG] pgmap v1099: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:25.484 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:25 smithi184 bash[59794]: cephadm 2024-03-21T13:06:23.333299+0000 mgr.x (mgr.34104) 1685 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:25.484 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:25 smithi184 bash[59794]: cluster 2024-03-21T13:06:23.424867+0000 mgr.x (mgr.34104) 1686 : cluster [DBG] pgmap v1100: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:25.484 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:25 smithi184 bash[59794]: cephadm 2024-03-21T13:06:23.431831+0000 mgr.x (mgr.34104) 1687 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:25.484 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:25 smithi184 bash[59794]: cluster 2024-03-21T13:06:23.524586+0000 mgr.x (mgr.34104) 1688 : cluster [DBG] pgmap v1101: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:25.484 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:25 smithi184 bash[59794]: cluster 2024-03-21T13:06:23.524981+0000 mgr.x (mgr.34104) 1689 : cluster [DBG] pgmap v1102: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:25.484 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:25 smithi184 bash[59794]: cephadm 2024-03-21T13:06:23.534987+0000 mgr.x (mgr.34104) 1690 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:25.484 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:25 smithi184 bash[59794]: cluster 2024-03-21T13:06:23.629475+0000 mgr.x (mgr.34104) 1691 : cluster [DBG] pgmap v1103: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:25.484 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:25 smithi184 bash[59794]: cluster 2024-03-21T13:06:23.629842+0000 mgr.x (mgr.34104) 1692 : cluster [DBG] pgmap v1104: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:25.484 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:25 smithi184 bash[59794]: cephadm 2024-03-21T13:06:23.639544+0000 mgr.x (mgr.34104) 1693 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:25.484 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:25 smithi184 bash[59794]: cluster 2024-03-21T13:06:23.733273+0000 mgr.x (mgr.34104) 1694 : cluster [DBG] pgmap v1105: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:25.484 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:25 smithi184 bash[59794]: cluster 2024-03-21T13:06:23.733987+0000 mgr.x (mgr.34104) 1695 : cluster [DBG] pgmap v1106: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:25.484 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:25 smithi184 bash[59794]: cephadm 2024-03-21T13:06:23.739689+0000 mgr.x (mgr.34104) 1696 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:25.484 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:25 smithi184 bash[59794]: cluster 2024-03-21T13:06:23.832298+0000 mgr.x (mgr.34104) 1697 : cluster [DBG] pgmap v1107: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:25.484 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:25 smithi184 bash[59794]: cluster 2024-03-21T13:06:23.833008+0000 mgr.x (mgr.34104) 1698 : cluster [DBG] pgmap v1108: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:25.485 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:25 smithi184 bash[59794]: cephadm 2024-03-21T13:06:23.842128+0000 mgr.x (mgr.34104) 1699 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:25.485 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:25 smithi184 bash[59794]: cluster 2024-03-21T13:06:23.933785+0000 mgr.x (mgr.34104) 1700 : cluster [DBG] pgmap v1109: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:25.485 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:25 smithi184 bash[59794]: cluster 2024-03-21T13:06:23.934580+0000 mgr.x (mgr.34104) 1701 : cluster [DBG] pgmap v1110: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:25.485 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:25 smithi184 bash[59794]: cephadm 2024-03-21T13:06:23.944369+0000 mgr.x (mgr.34104) 1702 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:25.485 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:25 smithi184 bash[59794]: cluster 2024-03-21T13:06:24.027685+0000 mgr.x (mgr.34104) 1703 : cluster [DBG] pgmap v1111: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:25.485 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:25 smithi184 bash[59794]: cluster 2024-03-21T13:06:24.028151+0000 mgr.x (mgr.34104) 1704 : cluster [DBG] pgmap v1112: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:25.485 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:25 smithi184 bash[59794]: cephadm 2024-03-21T13:06:24.036686+0000 mgr.x (mgr.34104) 1705 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:25.485 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:25 smithi184 bash[59794]: cluster 2024-03-21T13:06:24.129670+0000 mgr.x (mgr.34104) 1706 : cluster [DBG] pgmap v1113: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:25.485 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:25 smithi184 bash[59794]: cluster 2024-03-21T13:06:24.130767+0000 mgr.x (mgr.34104) 1707 : cluster [DBG] pgmap v1114: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:25.485 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:25 smithi184 bash[59794]: cephadm 2024-03-21T13:06:24.139614+0000 mgr.x (mgr.34104) 1708 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:25.485 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:25 smithi184 bash[59794]: audit 2024-03-21T13:06:24.216929+0000 mon.a (mon.0) 2157 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:25.485 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:25 smithi184 bash[59794]: audit 2024-03-21T13:06:24.220215+0000 mon.a (mon.0) 2158 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:25.485 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:25 smithi184 bash[59794]: audit 2024-03-21T13:06:24.223749+0000 mon.a (mon.0) 2159 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:25.485 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:25 smithi184 bash[59794]: audit 2024-03-21T13:06:24.225064+0000 mon.a (mon.0) 2160 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:25.486 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:25 smithi184 bash[59794]: cluster 2024-03-21T13:06:24.229280+0000 mgr.x (mgr.34104) 1709 : cluster [DBG] pgmap v1115: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:25.486 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:25 smithi184 bash[59794]: cluster 2024-03-21T13:06:24.229840+0000 mgr.x (mgr.34104) 1710 : cluster [DBG] pgmap v1116: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:25.486 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:25 smithi184 bash[59794]: audit 2024-03-21T13:06:24.233724+0000 mon.a (mon.0) 2161 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:25.486 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:25 smithi184 bash[59794]: cephadm 2024-03-21T13:06:24.236056+0000 mgr.x (mgr.34104) 1711 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:25.486 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:25 smithi184 bash[59794]: audit 2024-03-21T13:06:24.314995+0000 mon.a (mon.0) 2162 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:25.486 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:25 smithi184 bash[59794]: audit 2024-03-21T13:06:24.318967+0000 mon.a (mon.0) 2163 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:25.486 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:25 smithi184 bash[59794]: audit 2024-03-21T13:06:24.322537+0000 mon.a (mon.0) 2164 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:25.486 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:25 smithi184 bash[59794]: audit 2024-03-21T13:06:24.323879+0000 mon.a (mon.0) 2165 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:25.486 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:25 smithi184 bash[59794]: cluster 2024-03-21T13:06:24.328035+0000 mgr.x (mgr.34104) 1712 : cluster [DBG] pgmap v1117: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:25.486 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:25 smithi184 bash[59794]: cluster 2024-03-21T13:06:24.328598+0000 mgr.x (mgr.34104) 1713 : cluster [DBG] pgmap v1118: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:25.486 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:25 smithi184 bash[59794]: audit 2024-03-21T13:06:24.336226+0000 mon.a (mon.0) 2166 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:25.486 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:25 smithi184 bash[59794]: cephadm 2024-03-21T13:06:24.338626+0000 mgr.x (mgr.34104) 1714 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:25.486 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:25 smithi184 bash[59794]: audit 2024-03-21T13:06:24.417969+0000 mon.a (mon.0) 2167 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:25.487 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:25 smithi184 bash[59794]: audit 2024-03-21T13:06:24.420936+0000 mon.a (mon.0) 2168 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:25.487 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:25 smithi184 bash[59794]: audit 2024-03-21T13:06:24.424410+0000 mon.a (mon.0) 2169 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:25.487 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:25 smithi184 bash[59794]: audit 2024-03-21T13:06:24.425877+0000 mon.a (mon.0) 2170 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:25.487 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:25 smithi184 bash[59794]: cluster 2024-03-21T13:06:24.429974+0000 mgr.x (mgr.34104) 1715 : cluster [DBG] pgmap v1119: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:25.487 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:25 smithi184 bash[59794]: cluster 2024-03-21T13:06:24.430588+0000 mgr.x (mgr.34104) 1716 : cluster [DBG] pgmap v1120: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:25.487 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:25 smithi184 bash[59794]: audit 2024-03-21T13:06:24.437673+0000 mon.a (mon.0) 2171 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:25.487 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:25 smithi184 bash[59794]: cephadm 2024-03-21T13:06:24.439978+0000 mgr.x (mgr.34104) 1717 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:25.487 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:25 smithi184 bash[59794]: audit 2024-03-21T13:06:24.516237+0000 mon.a (mon.0) 2172 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:25.487 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:25 smithi184 bash[59794]: audit 2024-03-21T13:06:24.519739+0000 mon.a (mon.0) 2173 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:25.487 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:25 smithi184 bash[59794]: audit 2024-03-21T13:06:24.523484+0000 mon.a (mon.0) 2174 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:25.487 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:25 smithi184 bash[59794]: audit 2024-03-21T13:06:24.525062+0000 mon.a (mon.0) 2175 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:25.487 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:25 smithi184 bash[59794]: cluster 2024-03-21T13:06:24.529860+0000 mgr.x (mgr.34104) 1718 : cluster [DBG] pgmap v1121: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:25.487 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:25 smithi184 bash[59794]: cluster 2024-03-21T13:06:24.530602+0000 mgr.x (mgr.34104) 1719 : cluster [DBG] pgmap v1122: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:25.487 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:25 smithi184 bash[59794]: audit 2024-03-21T13:06:24.537267+0000 mon.a (mon.0) 2176 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:25.488 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:25 smithi184 bash[59794]: cephadm 2024-03-21T13:06:24.539826+0000 mgr.x (mgr.34104) 1720 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:25.488 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:25 smithi184 bash[59794]: audit 2024-03-21T13:06:24.617460+0000 mon.a (mon.0) 2177 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:25.488 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:25 smithi184 bash[59794]: audit 2024-03-21T13:06:24.620328+0000 mon.a (mon.0) 2178 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:25.488 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:25 smithi184 bash[59794]: audit 2024-03-21T13:06:24.623537+0000 mon.a (mon.0) 2179 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:25.488 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:25 smithi184 bash[59794]: audit 2024-03-21T13:06:24.624996+0000 mon.a (mon.0) 2180 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:25.488 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:25 smithi184 bash[59794]: cluster 2024-03-21T13:06:24.628539+0000 mgr.x (mgr.34104) 1721 : cluster [DBG] pgmap v1123: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:25.488 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:25 smithi184 bash[59794]: cluster 2024-03-21T13:06:24.628961+0000 mgr.x (mgr.34104) 1722 : cluster [DBG] pgmap v1124: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:25.488 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:25 smithi184 bash[59794]: audit 2024-03-21T13:06:24.636328+0000 mon.a (mon.0) 2181 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:25.488 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:25 smithi184 bash[59794]: cephadm 2024-03-21T13:06:24.638918+0000 mgr.x (mgr.34104) 1723 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:25.488 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:25 smithi184 bash[59794]: audit 2024-03-21T13:06:24.718787+0000 mon.a (mon.0) 2182 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:25.488 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:25 smithi184 bash[59794]: audit 2024-03-21T13:06:24.722136+0000 mon.a (mon.0) 2183 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:25.488 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:25 smithi184 bash[59794]: audit 2024-03-21T13:06:24.725554+0000 mon.a (mon.0) 2184 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:25.488 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:25 smithi184 bash[59794]: audit 2024-03-21T13:06:24.727112+0000 mon.a (mon.0) 2185 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:25.488 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:25 smithi184 bash[59794]: cluster 2024-03-21T13:06:24.731371+0000 mgr.x (mgr.34104) 1724 : cluster [DBG] pgmap v1125: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:25.489 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:25 smithi184 bash[59794]: audit 2024-03-21T13:06:24.737254+0000 mon.a (mon.0) 2186 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:25.489 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:25 smithi184 bash[59794]: cephadm 2024-03-21T13:06:24.739636+0000 mgr.x (mgr.34104) 1725 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:25.489 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:25 smithi184 bash[59794]: audit 2024-03-21T13:06:24.740882+0000 mon.a (mon.0) 2187 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-03-21T13:06:25.489 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:25 smithi184 bash[59794]: cluster 2024-03-21T13:06:24.747394+0000 mon.a (mon.0) 2188 : cluster [DBG] osdmap e136: 8 total, 7 up, 8 in 2024-03-21T13:06:25.489 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:25 smithi184 bash[59794]: audit 2024-03-21T13:06:24.750076+0000 mon.c (mon.1) 9 : audit [INF] from='osd.1 [v2:172.21.15.178:6808/4229257546,v1:172.21.15.178:6809/4229257546]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi178", "root=default"]}]: dispatch 2024-03-21T13:06:25.489 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:25 smithi184 bash[59794]: audit 2024-03-21T13:06:24.750662+0000 mon.a (mon.0) 2189 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi178", "root=default"]}]: dispatch 2024-03-21T13:06:25.489 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:25 smithi184 bash[59794]: audit 2024-03-21T13:06:24.819190+0000 mon.a (mon.0) 2190 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:25.489 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:25 smithi184 bash[59794]: audit 2024-03-21T13:06:24.821989+0000 mon.a (mon.0) 2191 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:25.489 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:25 smithi184 bash[59794]: audit 2024-03-21T13:06:24.825414+0000 mon.a (mon.0) 2192 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:25.489 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:25 smithi184 bash[59794]: audit 2024-03-21T13:06:24.826500+0000 mon.a (mon.0) 2193 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:25.490 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:25 smithi184 bash[59794]: cluster 2024-03-21T13:06:24.830127+0000 mgr.x (mgr.34104) 1726 : cluster [DBG] pgmap v1127: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 151 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:25.490 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:25 smithi184 bash[59794]: cluster 2024-03-21T13:06:24.830716+0000 mgr.x (mgr.34104) 1727 : cluster [DBG] pgmap v1128: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 151 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:25.490 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:25 smithi184 bash[59794]: audit 2024-03-21T13:06:24.836585+0000 mon.a (mon.0) 2194 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:25.490 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:25 smithi184 bash[59794]: cephadm 2024-03-21T13:06:24.838812+0000 mgr.x (mgr.34104) 1728 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:25.490 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:25 smithi184 bash[59794]: audit 2024-03-21T13:06:24.914354+0000 mon.a (mon.0) 2195 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:25.490 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:25 smithi184 bash[59794]: audit 2024-03-21T13:06:24.921344+0000 mon.a (mon.0) 2196 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:25.490 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:25 smithi184 bash[59794]: audit 2024-03-21T13:06:24.925280+0000 mon.a (mon.0) 2197 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:25.490 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:25 smithi184 bash[59794]: audit 2024-03-21T13:06:24.927074+0000 mon.a (mon.0) 2198 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:25.490 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:25 smithi184 bash[59794]: cluster 2024-03-21T13:06:24.932059+0000 mgr.x (mgr.34104) 1729 : cluster [DBG] pgmap v1129: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 151 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:25.490 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:25 smithi184 bash[59794]: cluster 2024-03-21T13:06:24.932887+0000 mgr.x (mgr.34104) 1730 : cluster [DBG] pgmap v1130: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 151 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:25.490 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:25 smithi184 bash[59794]: audit 2024-03-21T13:06:24.939874+0000 mon.a (mon.0) 2199 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:25.491 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:25 smithi184 bash[59794]: cephadm 2024-03-21T13:06:24.942454+0000 mgr.x (mgr.34104) 1731 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:25.491 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:25 smithi184 bash[59794]: audit 2024-03-21T13:06:25.022773+0000 mon.a (mon.0) 2200 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:25.491 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:25 smithi184 bash[59794]: audit 2024-03-21T13:06:25.026005+0000 mon.a (mon.0) 2201 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:25.491 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:25 smithi184 bash[59794]: audit 2024-03-21T13:06:25.029012+0000 mon.a (mon.0) 2202 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:25.491 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:25 smithi184 bash[59794]: audit 2024-03-21T13:06:25.030701+0000 mon.a (mon.0) 2203 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:25.491 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:25 smithi184 bash[59794]: cluster 2024-03-21T13:06:25.035049+0000 mgr.x (mgr.34104) 1732 : cluster [DBG] pgmap v1131: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 151 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:25.491 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:25 smithi184 bash[59794]: cluster 2024-03-21T13:06:25.035850+0000 mgr.x (mgr.34104) 1733 : cluster [DBG] pgmap v1132: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 151 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:25.491 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:25 smithi184 bash[59794]: audit 2024-03-21T13:06:25.041923+0000 mon.a (mon.0) 2204 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:25.491 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:25 smithi184 bash[59794]: cephadm 2024-03-21T13:06:25.044386+0000 mgr.x (mgr.34104) 1734 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:25.491 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:25 smithi184 bash[59794]: audit 2024-03-21T13:06:25.123291+0000 mon.a (mon.0) 2205 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:25.491 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:25 smithi184 bash[59794]: audit 2024-03-21T13:06:25.126328+0000 mon.a (mon.0) 2206 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:25.492 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:25 smithi184 bash[59794]: audit 2024-03-21T13:06:25.130333+0000 mon.a (mon.0) 2207 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:25.492 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:25 smithi184 bash[59794]: audit 2024-03-21T13:06:25.131775+0000 mon.a (mon.0) 2208 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:25.492 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:25 smithi184 bash[59794]: cluster 2024-03-21T13:06:25.135810+0000 mgr.x (mgr.34104) 1735 : cluster [DBG] pgmap v1133: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 151 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:25.492 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:25 smithi184 bash[59794]: cluster 2024-03-21T13:06:25.136459+0000 mgr.x (mgr.34104) 1736 : cluster [DBG] pgmap v1134: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 151 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:25.492 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:25 smithi184 bash[59794]: audit 2024-03-21T13:06:25.142601+0000 mon.a (mon.0) 2209 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:25.492 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:25 smithi184 bash[59794]: cephadm 2024-03-21T13:06:25.145051+0000 mgr.x (mgr.34104) 1737 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:25.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[77880]: cluster 2024-03-21T13:06:23.225863+0000 mgr.x (mgr.34104) 1680 : cluster [DBG] pgmap v1096: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:25.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[77880]: cluster 2024-03-21T13:06:23.226683+0000 mgr.x (mgr.34104) 1681 : cluster [DBG] pgmap v1097: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:25.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[77880]: cephadm 2024-03-21T13:06:23.234618+0000 mgr.x (mgr.34104) 1682 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:25.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[77880]: cluster 2024-03-21T13:06:23.325486+0000 mgr.x (mgr.34104) 1683 : cluster [DBG] pgmap v1098: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:25.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[77880]: cluster 2024-03-21T13:06:23.326140+0000 mgr.x (mgr.34104) 1684 : cluster [DBG] pgmap v1099: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:25.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[77880]: cephadm 2024-03-21T13:06:23.333299+0000 mgr.x (mgr.34104) 1685 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:25.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[77880]: cluster 2024-03-21T13:06:23.424867+0000 mgr.x (mgr.34104) 1686 : cluster [DBG] pgmap v1100: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:25.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[77880]: cephadm 2024-03-21T13:06:23.431831+0000 mgr.x (mgr.34104) 1687 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:25.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[77880]: cluster 2024-03-21T13:06:23.524586+0000 mgr.x (mgr.34104) 1688 : cluster [DBG] pgmap v1101: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:25.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[77880]: cluster 2024-03-21T13:06:23.524981+0000 mgr.x (mgr.34104) 1689 : cluster [DBG] pgmap v1102: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:25.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[77880]: cephadm 2024-03-21T13:06:23.534987+0000 mgr.x (mgr.34104) 1690 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:25.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[77880]: cluster 2024-03-21T13:06:23.629475+0000 mgr.x (mgr.34104) 1691 : cluster [DBG] pgmap v1103: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:25.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[77880]: cluster 2024-03-21T13:06:23.629842+0000 mgr.x (mgr.34104) 1692 : cluster [DBG] pgmap v1104: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:25.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[77880]: cephadm 2024-03-21T13:06:23.639544+0000 mgr.x (mgr.34104) 1693 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:25.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[77880]: cluster 2024-03-21T13:06:23.733273+0000 mgr.x (mgr.34104) 1694 : cluster [DBG] pgmap v1105: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:25.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[75692]: cluster 2024-03-21T13:06:23.225863+0000 mgr.x (mgr.34104) 1680 : cluster [DBG] pgmap v1096: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:25.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[75692]: cluster 2024-03-21T13:06:23.226683+0000 mgr.x (mgr.34104) 1681 : cluster [DBG] pgmap v1097: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:25.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[75692]: cephadm 2024-03-21T13:06:23.234618+0000 mgr.x (mgr.34104) 1682 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:25.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[75692]: cluster 2024-03-21T13:06:23.325486+0000 mgr.x (mgr.34104) 1683 : cluster [DBG] pgmap v1098: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:25.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[75692]: cluster 2024-03-21T13:06:23.326140+0000 mgr.x (mgr.34104) 1684 : cluster [DBG] pgmap v1099: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:25.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[75692]: cephadm 2024-03-21T13:06:23.333299+0000 mgr.x (mgr.34104) 1685 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:25.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[75692]: cluster 2024-03-21T13:06:23.424867+0000 mgr.x (mgr.34104) 1686 : cluster [DBG] pgmap v1100: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:25.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[75692]: cephadm 2024-03-21T13:06:23.431831+0000 mgr.x (mgr.34104) 1687 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:25.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[75692]: cluster 2024-03-21T13:06:23.524586+0000 mgr.x (mgr.34104) 1688 : cluster [DBG] pgmap v1101: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:25.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[75692]: cluster 2024-03-21T13:06:23.524981+0000 mgr.x (mgr.34104) 1689 : cluster [DBG] pgmap v1102: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:25.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[75692]: cephadm 2024-03-21T13:06:23.534987+0000 mgr.x (mgr.34104) 1690 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:25.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[75692]: cluster 2024-03-21T13:06:23.629475+0000 mgr.x (mgr.34104) 1691 : cluster [DBG] pgmap v1103: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:25.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[75692]: cluster 2024-03-21T13:06:23.629842+0000 mgr.x (mgr.34104) 1692 : cluster [DBG] pgmap v1104: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:25.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[75692]: cephadm 2024-03-21T13:06:23.639544+0000 mgr.x (mgr.34104) 1693 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:25.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[75692]: cluster 2024-03-21T13:06:23.733273+0000 mgr.x (mgr.34104) 1694 : cluster [DBG] pgmap v1105: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:25.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[77880]: cluster 2024-03-21T13:06:23.733987+0000 mgr.x (mgr.34104) 1695 : cluster [DBG] pgmap v1106: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:25.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[77880]: cephadm 2024-03-21T13:06:23.739689+0000 mgr.x (mgr.34104) 1696 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:25.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[77880]: cluster 2024-03-21T13:06:23.832298+0000 mgr.x (mgr.34104) 1697 : cluster [DBG] pgmap v1107: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:25.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[77880]: cluster 2024-03-21T13:06:23.833008+0000 mgr.x (mgr.34104) 1698 : cluster [DBG] pgmap v1108: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:25.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[77880]: cephadm 2024-03-21T13:06:23.842128+0000 mgr.x (mgr.34104) 1699 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:25.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[77880]: cluster 2024-03-21T13:06:23.933785+0000 mgr.x (mgr.34104) 1700 : cluster [DBG] pgmap v1109: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:25.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[77880]: cluster 2024-03-21T13:06:23.934580+0000 mgr.x (mgr.34104) 1701 : cluster [DBG] pgmap v1110: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:25.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[77880]: cephadm 2024-03-21T13:06:23.944369+0000 mgr.x (mgr.34104) 1702 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:25.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[77880]: cluster 2024-03-21T13:06:24.027685+0000 mgr.x (mgr.34104) 1703 : cluster [DBG] pgmap v1111: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:25.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[77880]: cluster 2024-03-21T13:06:24.028151+0000 mgr.x (mgr.34104) 1704 : cluster [DBG] pgmap v1112: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:25.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[77880]: cephadm 2024-03-21T13:06:24.036686+0000 mgr.x (mgr.34104) 1705 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:25.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[77880]: cluster 2024-03-21T13:06:24.129670+0000 mgr.x (mgr.34104) 1706 : cluster [DBG] pgmap v1113: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:25.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[77880]: cluster 2024-03-21T13:06:24.130767+0000 mgr.x (mgr.34104) 1707 : cluster [DBG] pgmap v1114: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:25.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[77880]: cephadm 2024-03-21T13:06:24.139614+0000 mgr.x (mgr.34104) 1708 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:25.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[77880]: audit 2024-03-21T13:06:24.216929+0000 mon.a (mon.0) 2157 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:25.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[77880]: audit 2024-03-21T13:06:24.220215+0000 mon.a (mon.0) 2158 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:25.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[77880]: audit 2024-03-21T13:06:24.223749+0000 mon.a (mon.0) 2159 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:25.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[77880]: audit 2024-03-21T13:06:24.225064+0000 mon.a (mon.0) 2160 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:25.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[77880]: cluster 2024-03-21T13:06:24.229280+0000 mgr.x (mgr.34104) 1709 : cluster [DBG] pgmap v1115: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:25.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[77880]: cluster 2024-03-21T13:06:24.229840+0000 mgr.x (mgr.34104) 1710 : cluster [DBG] pgmap v1116: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:25.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[77880]: audit 2024-03-21T13:06:24.233724+0000 mon.a (mon.0) 2161 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:25.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[77880]: cephadm 2024-03-21T13:06:24.236056+0000 mgr.x (mgr.34104) 1711 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:25.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[77880]: audit 2024-03-21T13:06:24.314995+0000 mon.a (mon.0) 2162 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:25.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[77880]: audit 2024-03-21T13:06:24.318967+0000 mon.a (mon.0) 2163 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:25.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[77880]: audit 2024-03-21T13:06:24.322537+0000 mon.a (mon.0) 2164 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:25.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[77880]: audit 2024-03-21T13:06:24.323879+0000 mon.a (mon.0) 2165 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:25.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[77880]: cluster 2024-03-21T13:06:24.328035+0000 mgr.x (mgr.34104) 1712 : cluster [DBG] pgmap v1117: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:25.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[77880]: cluster 2024-03-21T13:06:24.328598+0000 mgr.x (mgr.34104) 1713 : cluster [DBG] pgmap v1118: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:25.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[77880]: audit 2024-03-21T13:06:24.336226+0000 mon.a (mon.0) 2166 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:25.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[77880]: cephadm 2024-03-21T13:06:24.338626+0000 mgr.x (mgr.34104) 1714 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:25.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[77880]: audit 2024-03-21T13:06:24.417969+0000 mon.a (mon.0) 2167 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:25.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[77880]: audit 2024-03-21T13:06:24.420936+0000 mon.a (mon.0) 2168 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:25.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[77880]: audit 2024-03-21T13:06:24.424410+0000 mon.a (mon.0) 2169 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:25.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[77880]: audit 2024-03-21T13:06:24.425877+0000 mon.a (mon.0) 2170 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:25.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[75692]: cluster 2024-03-21T13:06:23.733987+0000 mgr.x (mgr.34104) 1695 : cluster [DBG] pgmap v1106: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:25.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[75692]: cephadm 2024-03-21T13:06:23.739689+0000 mgr.x (mgr.34104) 1696 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:25.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[75692]: cluster 2024-03-21T13:06:23.832298+0000 mgr.x (mgr.34104) 1697 : cluster [DBG] pgmap v1107: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:25.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[75692]: cluster 2024-03-21T13:06:23.833008+0000 mgr.x (mgr.34104) 1698 : cluster [DBG] pgmap v1108: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:25.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[75692]: cephadm 2024-03-21T13:06:23.842128+0000 mgr.x (mgr.34104) 1699 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:25.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[75692]: cluster 2024-03-21T13:06:23.933785+0000 mgr.x (mgr.34104) 1700 : cluster [DBG] pgmap v1109: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:25.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[75692]: cluster 2024-03-21T13:06:23.934580+0000 mgr.x (mgr.34104) 1701 : cluster [DBG] pgmap v1110: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:25.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[75692]: cephadm 2024-03-21T13:06:23.944369+0000 mgr.x (mgr.34104) 1702 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:25.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[75692]: cluster 2024-03-21T13:06:24.027685+0000 mgr.x (mgr.34104) 1703 : cluster [DBG] pgmap v1111: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:25.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[75692]: cluster 2024-03-21T13:06:24.028151+0000 mgr.x (mgr.34104) 1704 : cluster [DBG] pgmap v1112: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:25.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[75692]: cephadm 2024-03-21T13:06:24.036686+0000 mgr.x (mgr.34104) 1705 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:25.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[75692]: cluster 2024-03-21T13:06:24.129670+0000 mgr.x (mgr.34104) 1706 : cluster [DBG] pgmap v1113: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:25.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[75692]: cluster 2024-03-21T13:06:24.130767+0000 mgr.x (mgr.34104) 1707 : cluster [DBG] pgmap v1114: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:25.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[75692]: cephadm 2024-03-21T13:06:24.139614+0000 mgr.x (mgr.34104) 1708 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:25.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[75692]: audit 2024-03-21T13:06:24.216929+0000 mon.a (mon.0) 2157 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:25.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[75692]: audit 2024-03-21T13:06:24.220215+0000 mon.a (mon.0) 2158 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:25.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[75692]: audit 2024-03-21T13:06:24.223749+0000 mon.a (mon.0) 2159 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:25.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[77880]: cluster 2024-03-21T13:06:24.429974+0000 mgr.x (mgr.34104) 1715 : cluster [DBG] pgmap v1119: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:25.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[77880]: cluster 2024-03-21T13:06:24.430588+0000 mgr.x (mgr.34104) 1716 : cluster [DBG] pgmap v1120: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:25.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[77880]: audit 2024-03-21T13:06:24.437673+0000 mon.a (mon.0) 2171 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:25.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[77880]: cephadm 2024-03-21T13:06:24.439978+0000 mgr.x (mgr.34104) 1717 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:25.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[77880]: audit 2024-03-21T13:06:24.516237+0000 mon.a (mon.0) 2172 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:25.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[77880]: audit 2024-03-21T13:06:24.519739+0000 mon.a (mon.0) 2173 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:25.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[77880]: audit 2024-03-21T13:06:24.523484+0000 mon.a (mon.0) 2174 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:25.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[77880]: audit 2024-03-21T13:06:24.525062+0000 mon.a (mon.0) 2175 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:25.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[77880]: cluster 2024-03-21T13:06:24.529860+0000 mgr.x (mgr.34104) 1718 : cluster [DBG] pgmap v1121: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:25.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[77880]: cluster 2024-03-21T13:06:24.530602+0000 mgr.x (mgr.34104) 1719 : cluster [DBG] pgmap v1122: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:25.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[77880]: audit 2024-03-21T13:06:24.537267+0000 mon.a (mon.0) 2176 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:25.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[77880]: cephadm 2024-03-21T13:06:24.539826+0000 mgr.x (mgr.34104) 1720 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:25.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[77880]: audit 2024-03-21T13:06:24.617460+0000 mon.a (mon.0) 2177 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:25.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[77880]: audit 2024-03-21T13:06:24.620328+0000 mon.a (mon.0) 2178 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:25.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[77880]: audit 2024-03-21T13:06:24.623537+0000 mon.a (mon.0) 2179 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:25.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[77880]: audit 2024-03-21T13:06:24.624996+0000 mon.a (mon.0) 2180 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:25.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[77880]: cluster 2024-03-21T13:06:24.628539+0000 mgr.x (mgr.34104) 1721 : cluster [DBG] pgmap v1123: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:25.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[77880]: cluster 2024-03-21T13:06:24.628961+0000 mgr.x (mgr.34104) 1722 : cluster [DBG] pgmap v1124: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:25.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[77880]: audit 2024-03-21T13:06:24.636328+0000 mon.a (mon.0) 2181 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:25.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[77880]: cephadm 2024-03-21T13:06:24.638918+0000 mgr.x (mgr.34104) 1723 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:25.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[77880]: audit 2024-03-21T13:06:24.718787+0000 mon.a (mon.0) 2182 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:25.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[77880]: audit 2024-03-21T13:06:24.722136+0000 mon.a (mon.0) 2183 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:25.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[77880]: audit 2024-03-21T13:06:24.725554+0000 mon.a (mon.0) 2184 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:25.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[77880]: audit 2024-03-21T13:06:24.727112+0000 mon.a (mon.0) 2185 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:25.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[77880]: cluster 2024-03-21T13:06:24.731371+0000 mgr.x (mgr.34104) 1724 : cluster [DBG] pgmap v1125: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:25.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[77880]: audit 2024-03-21T13:06:24.737254+0000 mon.a (mon.0) 2186 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:25.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[77880]: cephadm 2024-03-21T13:06:24.739636+0000 mgr.x (mgr.34104) 1725 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:25.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[77880]: audit 2024-03-21T13:06:24.740882+0000 mon.a (mon.0) 2187 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-03-21T13:06:25.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[77880]: cluster 2024-03-21T13:06:24.747394+0000 mon.a (mon.0) 2188 : cluster [DBG] osdmap e136: 8 total, 7 up, 8 in 2024-03-21T13:06:25.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[77880]: audit 2024-03-21T13:06:24.750076+0000 mon.c (mon.1) 9 : audit [INF] from='osd.1 [v2:172.21.15.178:6808/4229257546,v1:172.21.15.178:6809/4229257546]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi178", "root=default"]}]: dispatch 2024-03-21T13:06:25.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[77880]: audit 2024-03-21T13:06:24.750662+0000 mon.a (mon.0) 2189 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi178", "root=default"]}]: dispatch 2024-03-21T13:06:25.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[77880]: audit 2024-03-21T13:06:24.819190+0000 mon.a (mon.0) 2190 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:25.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[77880]: audit 2024-03-21T13:06:24.821989+0000 mon.a (mon.0) 2191 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:25.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[77880]: audit 2024-03-21T13:06:24.825414+0000 mon.a (mon.0) 2192 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:25.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[77880]: audit 2024-03-21T13:06:24.826500+0000 mon.a (mon.0) 2193 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:25.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[77880]: cluster 2024-03-21T13:06:24.830127+0000 mgr.x (mgr.34104) 1726 : cluster [DBG] pgmap v1127: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 151 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:25.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[75692]: audit 2024-03-21T13:06:24.225064+0000 mon.a (mon.0) 2160 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:25.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[75692]: cluster 2024-03-21T13:06:24.229280+0000 mgr.x (mgr.34104) 1709 : cluster [DBG] pgmap v1115: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:25.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[75692]: cluster 2024-03-21T13:06:24.229840+0000 mgr.x (mgr.34104) 1710 : cluster [DBG] pgmap v1116: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:25.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[75692]: audit 2024-03-21T13:06:24.233724+0000 mon.a (mon.0) 2161 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:25.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[75692]: cephadm 2024-03-21T13:06:24.236056+0000 mgr.x (mgr.34104) 1711 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:25.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[75692]: audit 2024-03-21T13:06:24.314995+0000 mon.a (mon.0) 2162 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:25.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[75692]: audit 2024-03-21T13:06:24.318967+0000 mon.a (mon.0) 2163 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:25.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[75692]: audit 2024-03-21T13:06:24.322537+0000 mon.a (mon.0) 2164 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:25.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[75692]: audit 2024-03-21T13:06:24.323879+0000 mon.a (mon.0) 2165 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:25.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[75692]: cluster 2024-03-21T13:06:24.328035+0000 mgr.x (mgr.34104) 1712 : cluster [DBG] pgmap v1117: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:25.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[75692]: cluster 2024-03-21T13:06:24.328598+0000 mgr.x (mgr.34104) 1713 : cluster [DBG] pgmap v1118: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:25.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[75692]: audit 2024-03-21T13:06:24.336226+0000 mon.a (mon.0) 2166 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:25.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[75692]: cephadm 2024-03-21T13:06:24.338626+0000 mgr.x (mgr.34104) 1714 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:25.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[75692]: audit 2024-03-21T13:06:24.417969+0000 mon.a (mon.0) 2167 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:25.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[75692]: audit 2024-03-21T13:06:24.420936+0000 mon.a (mon.0) 2168 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:25.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[75692]: audit 2024-03-21T13:06:24.424410+0000 mon.a (mon.0) 2169 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:25.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[75692]: audit 2024-03-21T13:06:24.425877+0000 mon.a (mon.0) 2170 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:25.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[77880]: cluster 2024-03-21T13:06:24.830716+0000 mgr.x (mgr.34104) 1727 : cluster [DBG] pgmap v1128: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 151 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:25.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[77880]: audit 2024-03-21T13:06:24.836585+0000 mon.a (mon.0) 2194 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:25.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[77880]: cephadm 2024-03-21T13:06:24.838812+0000 mgr.x (mgr.34104) 1728 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:25.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[77880]: audit 2024-03-21T13:06:24.914354+0000 mon.a (mon.0) 2195 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:25.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[77880]: audit 2024-03-21T13:06:24.921344+0000 mon.a (mon.0) 2196 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:25.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[77880]: audit 2024-03-21T13:06:24.925280+0000 mon.a (mon.0) 2197 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:25.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[77880]: audit 2024-03-21T13:06:24.927074+0000 mon.a (mon.0) 2198 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:25.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[77880]: cluster 2024-03-21T13:06:24.932059+0000 mgr.x (mgr.34104) 1729 : cluster [DBG] pgmap v1129: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 151 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:25.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[77880]: cluster 2024-03-21T13:06:24.932887+0000 mgr.x (mgr.34104) 1730 : cluster [DBG] pgmap v1130: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 151 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:25.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[77880]: audit 2024-03-21T13:06:24.939874+0000 mon.a (mon.0) 2199 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:25.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[77880]: cephadm 2024-03-21T13:06:24.942454+0000 mgr.x (mgr.34104) 1731 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:25.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[77880]: audit 2024-03-21T13:06:25.022773+0000 mon.a (mon.0) 2200 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:25.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[77880]: audit 2024-03-21T13:06:25.026005+0000 mon.a (mon.0) 2201 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:25.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[77880]: audit 2024-03-21T13:06:25.029012+0000 mon.a (mon.0) 2202 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:25.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[77880]: audit 2024-03-21T13:06:25.030701+0000 mon.a (mon.0) 2203 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:25.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[77880]: cluster 2024-03-21T13:06:25.035049+0000 mgr.x (mgr.34104) 1732 : cluster [DBG] pgmap v1131: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 151 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:25.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[77880]: cluster 2024-03-21T13:06:25.035850+0000 mgr.x (mgr.34104) 1733 : cluster [DBG] pgmap v1132: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 151 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:25.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[77880]: audit 2024-03-21T13:06:25.041923+0000 mon.a (mon.0) 2204 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:25.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[77880]: cephadm 2024-03-21T13:06:25.044386+0000 mgr.x (mgr.34104) 1734 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:25.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[77880]: audit 2024-03-21T13:06:25.123291+0000 mon.a (mon.0) 2205 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:25.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[77880]: audit 2024-03-21T13:06:25.126328+0000 mon.a (mon.0) 2206 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:25.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[77880]: audit 2024-03-21T13:06:25.130333+0000 mon.a (mon.0) 2207 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:25.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[77880]: audit 2024-03-21T13:06:25.131775+0000 mon.a (mon.0) 2208 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:25.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[77880]: cluster 2024-03-21T13:06:25.135810+0000 mgr.x (mgr.34104) 1735 : cluster [DBG] pgmap v1133: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 151 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:25.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[77880]: cluster 2024-03-21T13:06:25.136459+0000 mgr.x (mgr.34104) 1736 : cluster [DBG] pgmap v1134: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 151 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:25.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[77880]: audit 2024-03-21T13:06:25.142601+0000 mon.a (mon.0) 2209 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:25.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[77880]: cephadm 2024-03-21T13:06:25.145051+0000 mgr.x (mgr.34104) 1737 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:25.562 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[75692]: cluster 2024-03-21T13:06:24.429974+0000 mgr.x (mgr.34104) 1715 : cluster [DBG] pgmap v1119: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:25.562 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[75692]: cluster 2024-03-21T13:06:24.430588+0000 mgr.x (mgr.34104) 1716 : cluster [DBG] pgmap v1120: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:25.563 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[75692]: audit 2024-03-21T13:06:24.437673+0000 mon.a (mon.0) 2171 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:25.563 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[75692]: cephadm 2024-03-21T13:06:24.439978+0000 mgr.x (mgr.34104) 1717 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:25.563 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[75692]: audit 2024-03-21T13:06:24.516237+0000 mon.a (mon.0) 2172 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:25.563 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[75692]: audit 2024-03-21T13:06:24.519739+0000 mon.a (mon.0) 2173 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:25.563 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[75692]: audit 2024-03-21T13:06:24.523484+0000 mon.a (mon.0) 2174 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:25.563 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[75692]: audit 2024-03-21T13:06:24.525062+0000 mon.a (mon.0) 2175 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:25.563 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[75692]: cluster 2024-03-21T13:06:24.529860+0000 mgr.x (mgr.34104) 1718 : cluster [DBG] pgmap v1121: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:25.563 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[75692]: cluster 2024-03-21T13:06:24.530602+0000 mgr.x (mgr.34104) 1719 : cluster [DBG] pgmap v1122: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:25.563 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[75692]: audit 2024-03-21T13:06:24.537267+0000 mon.a (mon.0) 2176 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:25.563 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[75692]: cephadm 2024-03-21T13:06:24.539826+0000 mgr.x (mgr.34104) 1720 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:25.563 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[75692]: audit 2024-03-21T13:06:24.617460+0000 mon.a (mon.0) 2177 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:25.563 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[75692]: audit 2024-03-21T13:06:24.620328+0000 mon.a (mon.0) 2178 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:25.563 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[75692]: audit 2024-03-21T13:06:24.623537+0000 mon.a (mon.0) 2179 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:25.563 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[75692]: audit 2024-03-21T13:06:24.624996+0000 mon.a (mon.0) 2180 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:25.563 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[75692]: cluster 2024-03-21T13:06:24.628539+0000 mgr.x (mgr.34104) 1721 : cluster [DBG] pgmap v1123: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:25.564 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[75692]: cluster 2024-03-21T13:06:24.628961+0000 mgr.x (mgr.34104) 1722 : cluster [DBG] pgmap v1124: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:25.564 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[75692]: audit 2024-03-21T13:06:24.636328+0000 mon.a (mon.0) 2181 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:25.564 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[75692]: cephadm 2024-03-21T13:06:24.638918+0000 mgr.x (mgr.34104) 1723 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:25.564 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[75692]: audit 2024-03-21T13:06:24.718787+0000 mon.a (mon.0) 2182 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:25.564 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[75692]: audit 2024-03-21T13:06:24.722136+0000 mon.a (mon.0) 2183 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:25.564 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[75692]: audit 2024-03-21T13:06:24.725554+0000 mon.a (mon.0) 2184 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:25.564 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[75692]: audit 2024-03-21T13:06:24.727112+0000 mon.a (mon.0) 2185 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:25.564 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[75692]: cluster 2024-03-21T13:06:24.731371+0000 mgr.x (mgr.34104) 1724 : cluster [DBG] pgmap v1125: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 154 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:25.564 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[75692]: audit 2024-03-21T13:06:24.737254+0000 mon.a (mon.0) 2186 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:25.564 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[75692]: cephadm 2024-03-21T13:06:24.739636+0000 mgr.x (mgr.34104) 1725 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:25.564 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[75692]: audit 2024-03-21T13:06:24.740882+0000 mon.a (mon.0) 2187 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-03-21T13:06:25.564 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[75692]: cluster 2024-03-21T13:06:24.747394+0000 mon.a (mon.0) 2188 : cluster [DBG] osdmap e136: 8 total, 7 up, 8 in 2024-03-21T13:06:25.564 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[75692]: audit 2024-03-21T13:06:24.750076+0000 mon.c (mon.1) 9 : audit [INF] from='osd.1 [v2:172.21.15.178:6808/4229257546,v1:172.21.15.178:6809/4229257546]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi178", "root=default"]}]: dispatch 2024-03-21T13:06:25.564 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[75692]: audit 2024-03-21T13:06:24.750662+0000 mon.a (mon.0) 2189 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi178", "root=default"]}]: dispatch 2024-03-21T13:06:25.565 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[75692]: audit 2024-03-21T13:06:24.819190+0000 mon.a (mon.0) 2190 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:25.565 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[75692]: audit 2024-03-21T13:06:24.821989+0000 mon.a (mon.0) 2191 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:25.565 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[75692]: audit 2024-03-21T13:06:24.825414+0000 mon.a (mon.0) 2192 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:25.565 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[75692]: audit 2024-03-21T13:06:24.826500+0000 mon.a (mon.0) 2193 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:25.565 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[75692]: cluster 2024-03-21T13:06:24.830127+0000 mgr.x (mgr.34104) 1726 : cluster [DBG] pgmap v1127: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 151 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:25.565 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[75692]: cluster 2024-03-21T13:06:24.830716+0000 mgr.x (mgr.34104) 1727 : cluster [DBG] pgmap v1128: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 151 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:25.565 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[75692]: audit 2024-03-21T13:06:24.836585+0000 mon.a (mon.0) 2194 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:25.565 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[75692]: cephadm 2024-03-21T13:06:24.838812+0000 mgr.x (mgr.34104) 1728 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:25.565 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[75692]: audit 2024-03-21T13:06:24.914354+0000 mon.a (mon.0) 2195 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:25.565 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[75692]: audit 2024-03-21T13:06:24.921344+0000 mon.a (mon.0) 2196 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:25.565 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[75692]: audit 2024-03-21T13:06:24.925280+0000 mon.a (mon.0) 2197 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:25.565 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[75692]: audit 2024-03-21T13:06:24.927074+0000 mon.a (mon.0) 2198 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:25.565 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[75692]: cluster 2024-03-21T13:06:24.932059+0000 mgr.x (mgr.34104) 1729 : cluster [DBG] pgmap v1129: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 151 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:25.565 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[75692]: cluster 2024-03-21T13:06:24.932887+0000 mgr.x (mgr.34104) 1730 : cluster [DBG] pgmap v1130: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 151 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:25.566 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[75692]: audit 2024-03-21T13:06:24.939874+0000 mon.a (mon.0) 2199 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:25.566 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[75692]: cephadm 2024-03-21T13:06:24.942454+0000 mgr.x (mgr.34104) 1731 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:25.566 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[75692]: audit 2024-03-21T13:06:25.022773+0000 mon.a (mon.0) 2200 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:25.566 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[75692]: audit 2024-03-21T13:06:25.026005+0000 mon.a (mon.0) 2201 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:25.566 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[75692]: audit 2024-03-21T13:06:25.029012+0000 mon.a (mon.0) 2202 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:25.566 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[75692]: audit 2024-03-21T13:06:25.030701+0000 mon.a (mon.0) 2203 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:25.566 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[75692]: cluster 2024-03-21T13:06:25.035049+0000 mgr.x (mgr.34104) 1732 : cluster [DBG] pgmap v1131: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 151 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:25.566 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[75692]: cluster 2024-03-21T13:06:25.035850+0000 mgr.x (mgr.34104) 1733 : cluster [DBG] pgmap v1132: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 151 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:25.566 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[75692]: audit 2024-03-21T13:06:25.041923+0000 mon.a (mon.0) 2204 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:25.566 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[75692]: cephadm 2024-03-21T13:06:25.044386+0000 mgr.x (mgr.34104) 1734 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:25.566 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[75692]: audit 2024-03-21T13:06:25.123291+0000 mon.a (mon.0) 2205 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:25.566 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[75692]: audit 2024-03-21T13:06:25.126328+0000 mon.a (mon.0) 2206 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:25.566 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[75692]: audit 2024-03-21T13:06:25.130333+0000 mon.a (mon.0) 2207 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:25.566 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[75692]: audit 2024-03-21T13:06:25.131775+0000 mon.a (mon.0) 2208 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:25.567 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[75692]: cluster 2024-03-21T13:06:25.135810+0000 mgr.x (mgr.34104) 1735 : cluster [DBG] pgmap v1133: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 151 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:25.567 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[75692]: cluster 2024-03-21T13:06:25.136459+0000 mgr.x (mgr.34104) 1736 : cluster [DBG] pgmap v1134: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 151 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:25.567 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[75692]: audit 2024-03-21T13:06:25.142601+0000 mon.a (mon.0) 2209 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:25.567 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:25 smithi178 bash[75692]: cephadm 2024-03-21T13:06:25.145051+0000 mgr.x (mgr.34104) 1737 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:25.748 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:06:25 smithi184 bash[52419]: ::ffff:172.21.15.184 - - [21/Mar/2024:13:06:25] "GET /metrics HTTP/1.1" 200 38588 "" "Prometheus/2.33.4" 2024-03-21T13:06:26.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:26 smithi178 bash[75692]: audit 2024-03-21T13:06:25.223827+0000 mon.a (mon.0) 2210 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:26.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:26 smithi178 bash[75692]: audit 2024-03-21T13:06:25.225895+0000 mon.a (mon.0) 2211 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:26.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:26 smithi178 bash[75692]: audit 2024-03-21T13:06:25.228084+0000 mon.a (mon.0) 2212 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:26.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:26 smithi178 bash[75692]: audit 2024-03-21T13:06:25.229168+0000 mon.a (mon.0) 2213 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:26.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:26 smithi178 bash[75692]: cluster 2024-03-21T13:06:25.232828+0000 mgr.x (mgr.34104) 1738 : cluster [DBG] pgmap v1135: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 151 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:26.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:26 smithi178 bash[75692]: cluster 2024-03-21T13:06:25.233385+0000 mgr.x (mgr.34104) 1739 : cluster [DBG] pgmap v1136: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 151 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:26.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:26 smithi178 bash[75692]: audit 2024-03-21T13:06:25.237435+0000 mon.a (mon.0) 2214 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:26.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:26 smithi178 bash[75692]: cephadm 2024-03-21T13:06:25.239737+0000 mgr.x (mgr.34104) 1740 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:26.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:26 smithi178 bash[75692]: audit 2024-03-21T13:06:25.289784+0000 mon.a (mon.0) 2215 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:26.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:26 smithi178 bash[75692]: audit 2024-03-21T13:06:25.297310+0000 mon.a (mon.0) 2216 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:26.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:26 smithi178 bash[75692]: cluster 2024-03-21T13:06:25.300765+0000 mgr.x (mgr.34104) 1741 : cluster [DBG] pgmap v1137: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 151 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:26.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:26 smithi178 bash[75692]: cluster 2024-03-21T13:06:25.301447+0000 mgr.x (mgr.34104) 1742 : cluster [DBG] pgmap v1138: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 151 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:26.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:26 smithi178 bash[75692]: audit 2024-03-21T13:06:25.307341+0000 mon.a (mon.0) 2217 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:26.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:26 smithi178 bash[75692]: audit 2024-03-21T13:06:25.315435+0000 mon.a (mon.0) 2218 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:26.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:26 smithi178 bash[75692]: audit 2024-03-21T13:06:25.318364+0000 mon.a (mon.0) 2219 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:26.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:26 smithi178 bash[75692]: audit 2024-03-21T13:06:25.320714+0000 mon.a (mon.0) 2220 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:26.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:26 smithi178 bash[75692]: audit 2024-03-21T13:06:25.322289+0000 mon.a (mon.0) 2221 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:26.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:26 smithi178 bash[75692]: audit 2024-03-21T13:06:25.324331+0000 mon.a (mon.0) 2222 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-03-21T13:06:26.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:26 smithi178 bash[77880]: audit 2024-03-21T13:06:25.223827+0000 mon.a (mon.0) 2210 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:26.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:26 smithi178 bash[77880]: audit 2024-03-21T13:06:25.225895+0000 mon.a (mon.0) 2211 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:26.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:26 smithi178 bash[77880]: audit 2024-03-21T13:06:25.228084+0000 mon.a (mon.0) 2212 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:26.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:26 smithi178 bash[77880]: audit 2024-03-21T13:06:25.229168+0000 mon.a (mon.0) 2213 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:26.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:26 smithi178 bash[77880]: cluster 2024-03-21T13:06:25.232828+0000 mgr.x (mgr.34104) 1738 : cluster [DBG] pgmap v1135: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 151 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:26.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:26 smithi178 bash[77880]: cluster 2024-03-21T13:06:25.233385+0000 mgr.x (mgr.34104) 1739 : cluster [DBG] pgmap v1136: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 151 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:26.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:26 smithi178 bash[77880]: audit 2024-03-21T13:06:25.237435+0000 mon.a (mon.0) 2214 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:26.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:26 smithi178 bash[77880]: cephadm 2024-03-21T13:06:25.239737+0000 mgr.x (mgr.34104) 1740 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:26.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:26 smithi178 bash[77880]: audit 2024-03-21T13:06:25.289784+0000 mon.a (mon.0) 2215 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:26.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:26 smithi178 bash[77880]: audit 2024-03-21T13:06:25.297310+0000 mon.a (mon.0) 2216 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:26.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:26 smithi178 bash[77880]: cluster 2024-03-21T13:06:25.300765+0000 mgr.x (mgr.34104) 1741 : cluster [DBG] pgmap v1137: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 151 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:26.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:26 smithi178 bash[77880]: cluster 2024-03-21T13:06:25.301447+0000 mgr.x (mgr.34104) 1742 : cluster [DBG] pgmap v1138: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 151 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:26.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:26 smithi178 bash[77880]: audit 2024-03-21T13:06:25.307341+0000 mon.a (mon.0) 2217 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:26.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:26 smithi178 bash[77880]: audit 2024-03-21T13:06:25.315435+0000 mon.a (mon.0) 2218 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:26.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:26 smithi178 bash[77880]: audit 2024-03-21T13:06:25.318364+0000 mon.a (mon.0) 2219 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:26.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:26 smithi178 bash[77880]: audit 2024-03-21T13:06:25.320714+0000 mon.a (mon.0) 2220 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:26.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:26 smithi178 bash[77880]: audit 2024-03-21T13:06:25.322289+0000 mon.a (mon.0) 2221 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:26.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:26 smithi178 bash[77880]: audit 2024-03-21T13:06:25.324331+0000 mon.a (mon.0) 2222 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-03-21T13:06:26.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:26 smithi178 bash[75692]: audit 2024-03-21T13:06:25.326350+0000 mgr.x (mgr.34104) 1743 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-03-21T13:06:26.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:26 smithi178 bash[75692]: cephadm 2024-03-21T13:06:25.327573+0000 mgr.x (mgr.34104) 1744 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (15 PGs are or would become offline) 2024-03-21T13:06:26.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:26 smithi178 bash[75692]: cluster 2024-03-21T13:06:25.741741+0000 mon.a (mon.0) 2223 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-21T13:06:26.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:26 smithi178 bash[75692]: cluster 2024-03-21T13:06:25.759127+0000 mon.a (mon.0) 2224 : cluster [INF] osd.1 [v2:172.21.15.178:6808/4229257546,v1:172.21.15.178:6809/4229257546] boot 2024-03-21T13:06:26.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:26 smithi178 bash[75692]: cluster 2024-03-21T13:06:25.759182+0000 mon.a (mon.0) 2225 : cluster [DBG] osdmap e137: 8 total, 8 up, 8 in 2024-03-21T13:06:26.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:26 smithi178 bash[75692]: audit 2024-03-21T13:06:25.760424+0000 mon.a (mon.0) 2226 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T13:06:26.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:26 smithi178 bash[77880]: audit 2024-03-21T13:06:25.326350+0000 mgr.x (mgr.34104) 1743 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-03-21T13:06:26.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:26 smithi178 bash[77880]: cephadm 2024-03-21T13:06:25.327573+0000 mgr.x (mgr.34104) 1744 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (15 PGs are or would become offline) 2024-03-21T13:06:26.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:26 smithi178 bash[77880]: cluster 2024-03-21T13:06:25.741741+0000 mon.a (mon.0) 2223 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-21T13:06:26.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:26 smithi178 bash[77880]: cluster 2024-03-21T13:06:25.759127+0000 mon.a (mon.0) 2224 : cluster [INF] osd.1 [v2:172.21.15.178:6808/4229257546,v1:172.21.15.178:6809/4229257546] boot 2024-03-21T13:06:26.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:26 smithi178 bash[77880]: cluster 2024-03-21T13:06:25.759182+0000 mon.a (mon.0) 2225 : cluster [DBG] osdmap e137: 8 total, 8 up, 8 in 2024-03-21T13:06:26.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:26 smithi178 bash[77880]: audit 2024-03-21T13:06:25.760424+0000 mon.a (mon.0) 2226 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T13:06:26.515 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:26 smithi184 bash[59794]: audit 2024-03-21T13:06:25.223827+0000 mon.a (mon.0) 2210 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:26.515 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:26 smithi184 bash[59794]: audit 2024-03-21T13:06:25.225895+0000 mon.a (mon.0) 2211 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:26.516 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:26 smithi184 bash[59794]: audit 2024-03-21T13:06:25.228084+0000 mon.a (mon.0) 2212 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:26.516 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:26 smithi184 bash[59794]: audit 2024-03-21T13:06:25.229168+0000 mon.a (mon.0) 2213 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:26.516 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:26 smithi184 bash[59794]: cluster 2024-03-21T13:06:25.232828+0000 mgr.x (mgr.34104) 1738 : cluster [DBG] pgmap v1135: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 151 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:26.516 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:26 smithi184 bash[59794]: cluster 2024-03-21T13:06:25.233385+0000 mgr.x (mgr.34104) 1739 : cluster [DBG] pgmap v1136: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 151 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:26.516 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:26 smithi184 bash[59794]: audit 2024-03-21T13:06:25.237435+0000 mon.a (mon.0) 2214 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:26.516 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:26 smithi184 bash[59794]: cephadm 2024-03-21T13:06:25.239737+0000 mgr.x (mgr.34104) 1740 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:26.516 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:26 smithi184 bash[59794]: audit 2024-03-21T13:06:25.289784+0000 mon.a (mon.0) 2215 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:26.516 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:26 smithi184 bash[59794]: audit 2024-03-21T13:06:25.297310+0000 mon.a (mon.0) 2216 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:26.516 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:26 smithi184 bash[59794]: cluster 2024-03-21T13:06:25.300765+0000 mgr.x (mgr.34104) 1741 : cluster [DBG] pgmap v1137: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 151 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:26.516 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:26 smithi184 bash[59794]: cluster 2024-03-21T13:06:25.301447+0000 mgr.x (mgr.34104) 1742 : cluster [DBG] pgmap v1138: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 151 MiB used, 715 GiB / 715 GiB avail; 87/630 objects degraded (13.810%) 2024-03-21T13:06:26.516 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:26 smithi184 bash[59794]: audit 2024-03-21T13:06:25.307341+0000 mon.a (mon.0) 2217 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:26.516 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:26 smithi184 bash[59794]: audit 2024-03-21T13:06:25.315435+0000 mon.a (mon.0) 2218 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:26.516 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:26 smithi184 bash[59794]: audit 2024-03-21T13:06:25.318364+0000 mon.a (mon.0) 2219 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:26.516 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:26 smithi184 bash[59794]: audit 2024-03-21T13:06:25.320714+0000 mon.a (mon.0) 2220 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:26.516 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:26 smithi184 bash[59794]: audit 2024-03-21T13:06:25.322289+0000 mon.a (mon.0) 2221 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:26.517 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:26 smithi184 bash[59794]: audit 2024-03-21T13:06:25.324331+0000 mon.a (mon.0) 2222 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-03-21T13:06:26.517 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:26 smithi184 bash[59794]: audit 2024-03-21T13:06:25.326350+0000 mgr.x (mgr.34104) 1743 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-03-21T13:06:26.517 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:26 smithi184 bash[59794]: cephadm 2024-03-21T13:06:25.327573+0000 mgr.x (mgr.34104) 1744 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (15 PGs are or would become offline) 2024-03-21T13:06:26.517 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:26 smithi184 bash[59794]: cluster 2024-03-21T13:06:25.741741+0000 mon.a (mon.0) 2223 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-21T13:06:26.517 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:26 smithi184 bash[59794]: cluster 2024-03-21T13:06:25.759127+0000 mon.a (mon.0) 2224 : cluster [INF] osd.1 [v2:172.21.15.178:6808/4229257546,v1:172.21.15.178:6809/4229257546] boot 2024-03-21T13:06:26.517 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:26 smithi184 bash[59794]: cluster 2024-03-21T13:06:25.759182+0000 mon.a (mon.0) 2225 : cluster [DBG] osdmap e137: 8 total, 8 up, 8 in 2024-03-21T13:06:26.517 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:26 smithi184 bash[59794]: audit 2024-03-21T13:06:25.760424+0000 mon.a (mon.0) 2226 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T13:06:28.042 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:27 smithi178 bash[75692]: cluster 2024-03-21T13:06:26.749829+0000 mon.a (mon.0) 2227 : cluster [DBG] osdmap e138: 8 total, 8 up, 8 in 2024-03-21T13:06:28.042 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:27 smithi178 bash[77880]: cluster 2024-03-21T13:06:26.749829+0000 mon.a (mon.0) 2227 : cluster [DBG] osdmap e138: 8 total, 8 up, 8 in 2024-03-21T13:06:28.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:27 smithi184 bash[59794]: cluster 2024-03-21T13:06:26.749829+0000 mon.a (mon.0) 2227 : cluster [DBG] osdmap e138: 8 total, 8 up, 8 in 2024-03-21T13:06:29.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:29 smithi184 bash[59794]: cluster 2024-03-21T13:06:27.302495+0000 mgr.x (mgr.34104) 1745 : cluster [DBG] pgmap v1141: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 151 MiB used, 715 GiB / 715 GiB avail; 2.4 KiB/s rd, 2 op/s; 87/630 objects degraded (13.810%) 2024-03-21T13:06:29.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:29 smithi184 bash[59794]: audit 2024-03-21T13:06:28.015199+0000 mon.a (mon.0) 2228 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:29.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:29 smithi184 bash[59794]: audit 2024-03-21T13:06:28.026932+0000 mon.a (mon.0) 2229 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:29.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:29 smithi184 bash[59794]: cluster 2024-03-21T13:06:28.031093+0000 mgr.x (mgr.34104) 1746 : cluster [DBG] pgmap v1142: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 151 MiB used, 715 GiB / 715 GiB avail; 1.8 KiB/s rd, 1 op/s; 87/630 objects degraded (13.810%) 2024-03-21T13:06:29.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:29 smithi184 bash[59794]: cluster 2024-03-21T13:06:28.031746+0000 mgr.x (mgr.34104) 1747 : cluster [DBG] pgmap v1143: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 151 MiB used, 715 GiB / 715 GiB avail; 1.8 KiB/s rd, 1 op/s; 87/630 objects degraded (13.810%) 2024-03-21T13:06:29.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:29 smithi184 bash[59794]: audit 2024-03-21T13:06:28.037413+0000 mon.a (mon.0) 2230 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:29.275 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:29 smithi178 bash[75692]: cluster 2024-03-21T13:06:27.302495+0000 mgr.x (mgr.34104) 1745 : cluster [DBG] pgmap v1141: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 151 MiB used, 715 GiB / 715 GiB avail; 2.4 KiB/s rd, 2 op/s; 87/630 objects degraded (13.810%) 2024-03-21T13:06:29.275 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:29 smithi178 bash[75692]: audit 2024-03-21T13:06:28.015199+0000 mon.a (mon.0) 2228 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:29.275 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:29 smithi178 bash[75692]: audit 2024-03-21T13:06:28.026932+0000 mon.a (mon.0) 2229 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:29.275 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:29 smithi178 bash[75692]: cluster 2024-03-21T13:06:28.031093+0000 mgr.x (mgr.34104) 1746 : cluster [DBG] pgmap v1142: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 151 MiB used, 715 GiB / 715 GiB avail; 1.8 KiB/s rd, 1 op/s; 87/630 objects degraded (13.810%) 2024-03-21T13:06:29.276 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:29 smithi178 bash[75692]: cluster 2024-03-21T13:06:28.031746+0000 mgr.x (mgr.34104) 1747 : cluster [DBG] pgmap v1143: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 151 MiB used, 715 GiB / 715 GiB avail; 1.8 KiB/s rd, 1 op/s; 87/630 objects degraded (13.810%) 2024-03-21T13:06:29.276 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:29 smithi178 bash[75692]: audit 2024-03-21T13:06:28.037413+0000 mon.a (mon.0) 2230 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:29.276 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:29 smithi178 bash[77880]: cluster 2024-03-21T13:06:27.302495+0000 mgr.x (mgr.34104) 1745 : cluster [DBG] pgmap v1141: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 151 MiB used, 715 GiB / 715 GiB avail; 2.4 KiB/s rd, 2 op/s; 87/630 objects degraded (13.810%) 2024-03-21T13:06:29.276 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:29 smithi178 bash[77880]: audit 2024-03-21T13:06:28.015199+0000 mon.a (mon.0) 2228 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:29.276 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:29 smithi178 bash[77880]: audit 2024-03-21T13:06:28.026932+0000 mon.a (mon.0) 2229 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:29.276 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:29 smithi178 bash[77880]: cluster 2024-03-21T13:06:28.031093+0000 mgr.x (mgr.34104) 1746 : cluster [DBG] pgmap v1142: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 151 MiB used, 715 GiB / 715 GiB avail; 1.8 KiB/s rd, 1 op/s; 87/630 objects degraded (13.810%) 2024-03-21T13:06:29.276 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:29 smithi178 bash[77880]: cluster 2024-03-21T13:06:28.031746+0000 mgr.x (mgr.34104) 1747 : cluster [DBG] pgmap v1143: 161 pgs: 22 active+undersized+degraded, 44 active+undersized, 95 active+clean; 585 KiB data, 151 MiB used, 715 GiB / 715 GiB avail; 1.8 KiB/s rd, 1 op/s; 87/630 objects degraded (13.810%) 2024-03-21T13:06:29.276 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:29 smithi178 bash[77880]: audit 2024-03-21T13:06:28.037413+0000 mon.a (mon.0) 2230 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:30.542 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:30 smithi178 bash[75692]: cluster 2024-03-21T13:06:30.083529+0000 mon.a (mon.0) 2231 : cluster [WRN] Health check update: Degraded data redundancy: 46/630 objects degraded (7.302%), 12 pgs degraded (PG_DEGRADED) 2024-03-21T13:06:30.542 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:30 smithi178 bash[77880]: cluster 2024-03-21T13:06:30.083529+0000 mon.a (mon.0) 2231 : cluster [WRN] Health check update: Degraded data redundancy: 46/630 objects degraded (7.302%), 12 pgs degraded (PG_DEGRADED) 2024-03-21T13:06:30.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:30 smithi184 bash[59794]: cluster 2024-03-21T13:06:30.083529+0000 mon.a (mon.0) 2231 : cluster [WRN] Health check update: Degraded data redundancy: 46/630 objects degraded (7.302%), 12 pgs degraded (PG_DEGRADED) 2024-03-21T13:06:31.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:31 smithi184 bash[59794]: cluster 2024-03-21T13:06:30.032954+0000 mgr.x (mgr.34104) 1748 : cluster [DBG] pgmap v1144: 161 pgs: 12 active+undersized+degraded, 25 active+undersized, 124 active+clean; 585 KiB data, 151 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s; 46/630 objects degraded (7.302%) 2024-03-21T13:06:31.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:31 smithi184 bash[59794]: audit 2024-03-21T13:06:30.855278+0000 mon.a (mon.0) 2232 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:31.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:31 smithi184 bash[59794]: audit 2024-03-21T13:06:30.863734+0000 mon.a (mon.0) 2233 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:31.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:31 smithi184 bash[59794]: audit 2024-03-21T13:06:30.876055+0000 mon.a (mon.0) 2234 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:31.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:31 smithi184 bash[59794]: audit 2024-03-21T13:06:30.953778+0000 mon.a (mon.0) 2235 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:31.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:31 smithi184 bash[59794]: audit 2024-03-21T13:06:30.965920+0000 mon.a (mon.0) 2236 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:31.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:31 smithi184 bash[59794]: audit 2024-03-21T13:06:30.976947+0000 mon.a (mon.0) 2237 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:31.478 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:31 smithi178 bash[75692]: cluster 2024-03-21T13:06:30.032954+0000 mgr.x (mgr.34104) 1748 : cluster [DBG] pgmap v1144: 161 pgs: 12 active+undersized+degraded, 25 active+undersized, 124 active+clean; 585 KiB data, 151 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s; 46/630 objects degraded (7.302%) 2024-03-21T13:06:31.478 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:31 smithi178 bash[75692]: audit 2024-03-21T13:06:30.855278+0000 mon.a (mon.0) 2232 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:31.478 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:31 smithi178 bash[75692]: audit 2024-03-21T13:06:30.863734+0000 mon.a (mon.0) 2233 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:31.478 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:31 smithi178 bash[75692]: audit 2024-03-21T13:06:30.876055+0000 mon.a (mon.0) 2234 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:31.478 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:31 smithi178 bash[75692]: audit 2024-03-21T13:06:30.953778+0000 mon.a (mon.0) 2235 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:31.478 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:31 smithi178 bash[75692]: audit 2024-03-21T13:06:30.965920+0000 mon.a (mon.0) 2236 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:31.478 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:31 smithi178 bash[75692]: audit 2024-03-21T13:06:30.976947+0000 mon.a (mon.0) 2237 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:31.479 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:31 smithi178 bash[77880]: cluster 2024-03-21T13:06:30.032954+0000 mgr.x (mgr.34104) 1748 : cluster [DBG] pgmap v1144: 161 pgs: 12 active+undersized+degraded, 25 active+undersized, 124 active+clean; 585 KiB data, 151 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s; 46/630 objects degraded (7.302%) 2024-03-21T13:06:31.479 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:31 smithi178 bash[77880]: audit 2024-03-21T13:06:30.855278+0000 mon.a (mon.0) 2232 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:31.479 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:31 smithi178 bash[77880]: audit 2024-03-21T13:06:30.863734+0000 mon.a (mon.0) 2233 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:31.479 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:31 smithi178 bash[77880]: audit 2024-03-21T13:06:30.876055+0000 mon.a (mon.0) 2234 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:31.479 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:31 smithi178 bash[77880]: audit 2024-03-21T13:06:30.953778+0000 mon.a (mon.0) 2235 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:31.479 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:31 smithi178 bash[77880]: audit 2024-03-21T13:06:30.965920+0000 mon.a (mon.0) 2236 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:31.479 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:31 smithi178 bash[77880]: audit 2024-03-21T13:06:30.976947+0000 mon.a (mon.0) 2237 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:32.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:32 smithi178 bash[77880]: audit 2024-03-21T13:06:30.717164+0000 mgr.x (mgr.34104) 1749 : audit [DBG] from='client.15585 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:06:32.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:32 smithi178 bash[77880]: cluster 2024-03-21T13:06:30.867525+0000 mgr.x (mgr.34104) 1750 : cluster [DBG] pgmap v1145: 161 pgs: 161 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 1000 B/s rd, 0 op/s 2024-03-21T13:06:32.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:32 smithi178 bash[77880]: cluster 2024-03-21T13:06:30.867888+0000 mgr.x (mgr.34104) 1751 : cluster [DBG] pgmap v1146: 161 pgs: 161 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:06:32.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:32 smithi178 bash[77880]: cluster 2024-03-21T13:06:30.969819+0000 mgr.x (mgr.34104) 1752 : cluster [DBG] pgmap v1147: 161 pgs: 161 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-03-21T13:06:32.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:32 smithi178 bash[77880]: cluster 2024-03-21T13:06:30.970293+0000 mgr.x (mgr.34104) 1753 : cluster [DBG] pgmap v1148: 161 pgs: 161 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s 2024-03-21T13:06:32.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:32 smithi178 bash[77880]: cluster 2024-03-21T13:06:31.860923+0000 mon.a (mon.0) 2238 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 46/630 objects degraded (7.302%), 12 pgs degraded) 2024-03-21T13:06:32.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:32 smithi178 bash[75692]: audit 2024-03-21T13:06:30.717164+0000 mgr.x (mgr.34104) 1749 : audit [DBG] from='client.15585 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:06:32.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:32 smithi178 bash[75692]: cluster 2024-03-21T13:06:30.867525+0000 mgr.x (mgr.34104) 1750 : cluster [DBG] pgmap v1145: 161 pgs: 161 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 1000 B/s rd, 0 op/s 2024-03-21T13:06:32.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:32 smithi178 bash[75692]: cluster 2024-03-21T13:06:30.867888+0000 mgr.x (mgr.34104) 1751 : cluster [DBG] pgmap v1146: 161 pgs: 161 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:06:32.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:32 smithi178 bash[75692]: cluster 2024-03-21T13:06:30.969819+0000 mgr.x (mgr.34104) 1752 : cluster [DBG] pgmap v1147: 161 pgs: 161 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-03-21T13:06:32.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:32 smithi178 bash[75692]: cluster 2024-03-21T13:06:30.970293+0000 mgr.x (mgr.34104) 1753 : cluster [DBG] pgmap v1148: 161 pgs: 161 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s 2024-03-21T13:06:32.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:32 smithi178 bash[75692]: cluster 2024-03-21T13:06:31.860923+0000 mon.a (mon.0) 2238 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 46/630 objects degraded (7.302%), 12 pgs degraded) 2024-03-21T13:06:32.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:32 smithi184 bash[59794]: audit 2024-03-21T13:06:30.717164+0000 mgr.x (mgr.34104) 1749 : audit [DBG] from='client.15585 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:06:32.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:32 smithi184 bash[59794]: cluster 2024-03-21T13:06:30.867525+0000 mgr.x (mgr.34104) 1750 : cluster [DBG] pgmap v1145: 161 pgs: 161 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 1000 B/s rd, 0 op/s 2024-03-21T13:06:32.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:32 smithi184 bash[59794]: cluster 2024-03-21T13:06:30.867888+0000 mgr.x (mgr.34104) 1751 : cluster [DBG] pgmap v1146: 161 pgs: 161 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:06:32.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:32 smithi184 bash[59794]: cluster 2024-03-21T13:06:30.969819+0000 mgr.x (mgr.34104) 1752 : cluster [DBG] pgmap v1147: 161 pgs: 161 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-03-21T13:06:32.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:32 smithi184 bash[59794]: cluster 2024-03-21T13:06:30.970293+0000 mgr.x (mgr.34104) 1753 : cluster [DBG] pgmap v1148: 161 pgs: 161 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s 2024-03-21T13:06:32.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:32 smithi184 bash[59794]: cluster 2024-03-21T13:06:31.860923+0000 mon.a (mon.0) 2238 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 46/630 objects degraded (7.302%), 12 pgs degraded) 2024-03-21T13:06:34.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:34 smithi178 bash[75692]: cluster 2024-03-21T13:06:32.971004+0000 mgr.x (mgr.34104) 1754 : cluster [DBG] pgmap v1149: 161 pgs: 161 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-21T13:06:34.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:34 smithi178 bash[77880]: cluster 2024-03-21T13:06:32.971004+0000 mgr.x (mgr.34104) 1754 : cluster [DBG] pgmap v1149: 161 pgs: 161 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-21T13:06:34.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:34 smithi184 bash[59794]: cluster 2024-03-21T13:06:32.971004+0000 mgr.x (mgr.34104) 1754 : cluster [DBG] pgmap v1149: 161 pgs: 161 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-21T13:06:35.796 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:06:35 smithi184 bash[52419]: ::ffff:172.21.15.184 - - [21/Mar/2024:13:06:35] "GET /metrics HTTP/1.1" 200 38578 "" "Prometheus/2.33.4" 2024-03-21T13:06:36.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:35 smithi178 bash[77880]: audit 2024-03-21T13:06:34.786189+0000 mon.a (mon.0) 2239 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:36.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:35 smithi178 bash[77880]: audit 2024-03-21T13:06:34.787785+0000 mon.a (mon.0) 2240 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:06:36.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:35 smithi178 bash[77880]: cluster 2024-03-21T13:06:34.972121+0000 mgr.x (mgr.34104) 1755 : cluster [DBG] pgmap v1150: 161 pgs: 161 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-21T13:06:36.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:35 smithi178 bash[75692]: audit 2024-03-21T13:06:34.786189+0000 mon.a (mon.0) 2239 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:36.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:35 smithi178 bash[75692]: audit 2024-03-21T13:06:34.787785+0000 mon.a (mon.0) 2240 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:06:36.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:35 smithi178 bash[75692]: cluster 2024-03-21T13:06:34.972121+0000 mgr.x (mgr.34104) 1755 : cluster [DBG] pgmap v1150: 161 pgs: 161 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-21T13:06:36.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:35 smithi184 bash[59794]: audit 2024-03-21T13:06:34.786189+0000 mon.a (mon.0) 2239 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:36.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:35 smithi184 bash[59794]: audit 2024-03-21T13:06:34.787785+0000 mon.a (mon.0) 2240 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:06:36.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:35 smithi184 bash[59794]: cluster 2024-03-21T13:06:34.972121+0000 mgr.x (mgr.34104) 1755 : cluster [DBG] pgmap v1150: 161 pgs: 161 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-21T13:06:38.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:38 smithi178 bash[75692]: cluster 2024-03-21T13:06:36.973696+0000 mgr.x (mgr.34104) 1756 : cluster [DBG] pgmap v1151: 161 pgs: 161 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 838 B/s rd, 0 op/s 2024-03-21T13:06:38.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:38 smithi178 bash[77880]: cluster 2024-03-21T13:06:36.973696+0000 mgr.x (mgr.34104) 1756 : cluster [DBG] pgmap v1151: 161 pgs: 161 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 838 B/s rd, 0 op/s 2024-03-21T13:06:38.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:38 smithi184 bash[59794]: cluster 2024-03-21T13:06:36.973696+0000 mgr.x (mgr.34104) 1756 : cluster [DBG] pgmap v1151: 161 pgs: 161 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 838 B/s rd, 0 op/s 2024-03-21T13:06:40.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:40 smithi178 bash[75692]: cluster 2024-03-21T13:06:38.974645+0000 mgr.x (mgr.34104) 1757 : cluster [DBG] pgmap v1152: 161 pgs: 161 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 631 B/s rd, 0 op/s 2024-03-21T13:06:40.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:40 smithi178 bash[75692]: audit 2024-03-21T13:06:39.931036+0000 mon.a (mon.0) 2241 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:40.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:40 smithi178 bash[77880]: cluster 2024-03-21T13:06:38.974645+0000 mgr.x (mgr.34104) 1757 : cluster [DBG] pgmap v1152: 161 pgs: 161 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 631 B/s rd, 0 op/s 2024-03-21T13:06:40.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:40 smithi178 bash[77880]: audit 2024-03-21T13:06:39.931036+0000 mon.a (mon.0) 2241 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:40.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:40 smithi184 bash[59794]: cluster 2024-03-21T13:06:38.974645+0000 mgr.x (mgr.34104) 1757 : cluster [DBG] pgmap v1152: 161 pgs: 161 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 631 B/s rd, 0 op/s 2024-03-21T13:06:40.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:40 smithi184 bash[59794]: audit 2024-03-21T13:06:39.931036+0000 mon.a (mon.0) 2241 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:41.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:41 smithi178 bash[75692]: audit 2024-03-21T13:06:40.339019+0000 mon.a (mon.0) 2242 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-03-21T13:06:41.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:41 smithi178 bash[77880]: audit 2024-03-21T13:06:40.339019+0000 mon.a (mon.0) 2242 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-03-21T13:06:41.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:41 smithi184 bash[59794]: audit 2024-03-21T13:06:40.339019+0000 mon.a (mon.0) 2242 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-03-21T13:06:41.468 INFO:teuthology.orchestra.run.smithi178.stdout:true 2024-03-21T13:06:42.248 INFO:teuthology.orchestra.run.smithi178.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-21T13:06:42.249 INFO:teuthology.orchestra.run.smithi178.stdout:agent.smithi178 smithi178 running 11s ago 20m - - 2024-03-21T13:06:42.249 INFO:teuthology.orchestra.run.smithi178.stdout:agent.smithi184 smithi184 running 11s ago 20m - - 2024-03-21T13:06:42.249 INFO:teuthology.orchestra.run.smithi178.stdout:alertmanager.a smithi178 *:9093,9094 running (6m) 11s ago 13m 17.4M - 0.23.0 ba2b418f427c b9533705fcaf 2024-03-21T13:06:42.249 INFO:teuthology.orchestra.run.smithi178.stdout:grafana.a smithi184 *:3000 error 11s ago 13m - - 2024-03-21T13:06:42.249 INFO:teuthology.orchestra.run.smithi178.stdout:iscsi.foo.smithi178.qfgpzc smithi178 running (5m) 11s ago 11m 49.8M - 3.5 e1d6a67b021e 8cd81f5e1d31 2024-03-21T13:06:42.249 INFO:teuthology.orchestra.run.smithi178.stdout:mgr.x smithi184 *:8443,9283,8765 running (5m) 11s ago 19m 521M - 19.0.0-2267-g960fbbe4 19e12293512f 23b748469eab 2024-03-21T13:06:42.249 INFO:teuthology.orchestra.run.smithi178.stdout:mgr.y smithi178 *:8443,9283,8765 running (4m) 11s ago 21m 445M - 19.0.0-2267-g960fbbe4 19e12293512f 4b58d9293a93 2024-03-21T13:06:42.249 INFO:teuthology.orchestra.run.smithi178.stdout:mon.a smithi178 running (3m) 11s ago 21m 84.0M 2048M 19.0.0-2267-g960fbbe4 19e12293512f cdcc04604451 2024-03-21T13:06:42.249 INFO:teuthology.orchestra.run.smithi178.stdout:mon.b smithi184 running (2m) 11s ago 20m 42.6M 2048M 19.0.0-2267-g960fbbe4 19e12293512f 209431841a07 2024-03-21T13:06:42.249 INFO:teuthology.orchestra.run.smithi178.stdout:mon.c smithi178 running (3m) 11s ago 20m 48.3M 2048M 19.0.0-2267-g960fbbe4 19e12293512f 1de13280fabe 2024-03-21T13:06:42.249 INFO:teuthology.orchestra.run.smithi178.stdout:node-exporter.a smithi178 *:9100 running (7m) 11s ago 13m 16.1M - 1.3.1 1dbe0e931976 5d4ec1307be5 2024-03-21T13:06:42.249 INFO:teuthology.orchestra.run.smithi178.stdout:node-exporter.b smithi184 *:9100 running (6m) 11s ago 13m 11.8M - 1.3.1 1dbe0e931976 2a37d9a9b638 2024-03-21T13:06:42.250 INFO:teuthology.orchestra.run.smithi178.stdout:osd.0 smithi178 running (79s) 11s ago 19m 50.9M 4096M 19.0.0-2267-g960fbbe4 19e12293512f ca44aa92861d 2024-03-21T13:06:42.250 INFO:teuthology.orchestra.run.smithi178.stdout:osd.1 smithi178 running (23s) 11s ago 18m 49.1M 4096M 19.0.0-2267-g960fbbe4 19e12293512f c559dec8e3df 2024-03-21T13:06:42.250 INFO:teuthology.orchestra.run.smithi178.stdout:osd.2 smithi178 running (18m) 11s ago 18m 61.4M 4096M 17.2.0 e1d6a67b021e 20f205591c9c 2024-03-21T13:06:42.250 INFO:teuthology.orchestra.run.smithi178.stdout:osd.3 smithi178 running (17m) 11s ago 17m 64.6M 4096M 17.2.0 e1d6a67b021e a4f15fefa0b8 2024-03-21T13:06:42.250 INFO:teuthology.orchestra.run.smithi178.stdout:osd.4 smithi184 running (16m) 11s ago 16m 66.7M 4096M 17.2.0 e1d6a67b021e e20e0f763007 2024-03-21T13:06:42.250 INFO:teuthology.orchestra.run.smithi178.stdout:osd.5 smithi184 running (16m) 11s ago 16m 64.1M 4096M 17.2.0 e1d6a67b021e a0e050155046 2024-03-21T13:06:42.250 INFO:teuthology.orchestra.run.smithi178.stdout:osd.6 smithi184 running (15m) 11s ago 15m 63.8M 4096M 17.2.0 e1d6a67b021e 68fa324445fb 2024-03-21T13:06:42.250 INFO:teuthology.orchestra.run.smithi178.stdout:osd.7 smithi184 running (14m) 11s ago 14m 64.9M 4096M 17.2.0 e1d6a67b021e 9153684ac7cd 2024-03-21T13:06:42.250 INFO:teuthology.orchestra.run.smithi178.stdout:prometheus.a smithi184 *:9095 running (4m) 11s ago 14m 69.1M - 2.33.4 514e6a882f6e 68f156839b90 2024-03-21T13:06:42.250 INFO:teuthology.orchestra.run.smithi178.stdout:rgw.foo.smithi178.amgrte smithi178 *:8000 running (11m) 11s ago 11m 88.6M - 17.2.0 e1d6a67b021e d914bef5b616 2024-03-21T13:06:42.250 INFO:teuthology.orchestra.run.smithi178.stdout:rgw.foo.smithi184.sylqte smithi184 *:8000 running (11m) 11s ago 11m 88.0M - 17.2.0 e1d6a67b021e 71e9025bfe7b 2024-03-21T13:06:42.250 INFO:teuthology.orchestra.run.smithi178.stdout:rgw.smpl.smithi178.avyvkd smithi178 *:80 running (11m) 11s ago 11m 88.6M - 17.2.0 e1d6a67b021e 95dce05fca01 2024-03-21T13:06:42.250 INFO:teuthology.orchestra.run.smithi178.stdout:rgw.smpl.smithi184.ccsuhn smithi184 *:80 running (11m) 11s ago 11m 88.4M - 17.2.0 e1d6a67b021e c3b20c5f0cde 2024-03-21T13:06:42.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:42 smithi178 bash[75692]: audit 2024-03-21T13:06:40.341276+0000 mgr.x (mgr.34104) 1758 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-03-21T13:06:42.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:42 smithi178 bash[75692]: cephadm 2024-03-21T13:06:40.344498+0000 mgr.x (mgr.34104) 1759 : cephadm [INF] Upgrade: osd.2 is safe to restart 2024-03-21T13:06:42.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:42 smithi178 bash[75692]: audit 2024-03-21T13:06:40.728514+0000 mgr.x (mgr.34104) 1760 : audit [DBG] from='client.15585 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:06:42.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:42 smithi178 bash[75692]: cluster 2024-03-21T13:06:40.976294+0000 mgr.x (mgr.34104) 1761 : cluster [DBG] pgmap v1153: 161 pgs: 161 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 921 B/s rd, 0 op/s 2024-03-21T13:06:42.297 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:42 smithi178 bash[77880]: audit 2024-03-21T13:06:40.341276+0000 mgr.x (mgr.34104) 1758 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-03-21T13:06:42.297 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:42 smithi178 bash[77880]: cephadm 2024-03-21T13:06:40.344498+0000 mgr.x (mgr.34104) 1759 : cephadm [INF] Upgrade: osd.2 is safe to restart 2024-03-21T13:06:42.297 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:42 smithi178 bash[77880]: audit 2024-03-21T13:06:40.728514+0000 mgr.x (mgr.34104) 1760 : audit [DBG] from='client.15585 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:06:42.297 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:42 smithi178 bash[77880]: cluster 2024-03-21T13:06:40.976294+0000 mgr.x (mgr.34104) 1761 : cluster [DBG] pgmap v1153: 161 pgs: 161 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 921 B/s rd, 0 op/s 2024-03-21T13:06:42.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:42 smithi184 bash[59794]: audit 2024-03-21T13:06:40.341276+0000 mgr.x (mgr.34104) 1758 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-03-21T13:06:42.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:42 smithi184 bash[59794]: cephadm 2024-03-21T13:06:40.344498+0000 mgr.x (mgr.34104) 1759 : cephadm [INF] Upgrade: osd.2 is safe to restart 2024-03-21T13:06:42.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:42 smithi184 bash[59794]: audit 2024-03-21T13:06:40.728514+0000 mgr.x (mgr.34104) 1760 : audit [DBG] from='client.15585 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:06:42.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:42 smithi184 bash[59794]: cluster 2024-03-21T13:06:40.976294+0000 mgr.x (mgr.34104) 1761 : cluster [DBG] pgmap v1153: 161 pgs: 161 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 921 B/s rd, 0 op/s 2024-03-21T13:06:42.688 INFO:teuthology.orchestra.run.smithi178.stdout:{ 2024-03-21T13:06:42.688 INFO:teuthology.orchestra.run.smithi178.stdout: "mon": { 2024-03-21T13:06:42.688 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 3 2024-03-21T13:06:42.688 INFO:teuthology.orchestra.run.smithi178.stdout: }, 2024-03-21T13:06:42.689 INFO:teuthology.orchestra.run.smithi178.stdout: "mgr": { 2024-03-21T13:06:42.689 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 2 2024-03-21T13:06:42.689 INFO:teuthology.orchestra.run.smithi178.stdout: }, 2024-03-21T13:06:42.689 INFO:teuthology.orchestra.run.smithi178.stdout: "osd": { 2024-03-21T13:06:42.689 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 6, 2024-03-21T13:06:42.689 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 2 2024-03-21T13:06:42.689 INFO:teuthology.orchestra.run.smithi178.stdout: }, 2024-03-21T13:06:42.689 INFO:teuthology.orchestra.run.smithi178.stdout: "rgw": { 2024-03-21T13:06:42.689 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2024-03-21T13:06:42.689 INFO:teuthology.orchestra.run.smithi178.stdout: }, 2024-03-21T13:06:42.689 INFO:teuthology.orchestra.run.smithi178.stdout: "overall": { 2024-03-21T13:06:42.689 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 10, 2024-03-21T13:06:42.689 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 7 2024-03-21T13:06:42.689 INFO:teuthology.orchestra.run.smithi178.stdout: } 2024-03-21T13:06:42.690 INFO:teuthology.orchestra.run.smithi178.stdout:} 2024-03-21T13:06:43.073 INFO:teuthology.orchestra.run.smithi178.stdout:{ 2024-03-21T13:06:43.073 INFO:teuthology.orchestra.run.smithi178.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753", 2024-03-21T13:06:43.073 INFO:teuthology.orchestra.run.smithi178.stdout: "in_progress": true, 2024-03-21T13:06:43.073 INFO:teuthology.orchestra.run.smithi178.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-21T13:06:43.073 INFO:teuthology.orchestra.run.smithi178.stdout: "services_complete": [ 2024-03-21T13:06:43.073 INFO:teuthology.orchestra.run.smithi178.stdout: "mgr", 2024-03-21T13:06:43.073 INFO:teuthology.orchestra.run.smithi178.stdout: "mon" 2024-03-21T13:06:43.073 INFO:teuthology.orchestra.run.smithi178.stdout: ], 2024-03-21T13:06:43.074 INFO:teuthology.orchestra.run.smithi178.stdout: "progress": "7/23 daemons upgraded", 2024-03-21T13:06:43.074 INFO:teuthology.orchestra.run.smithi178.stdout: "message": "Currently upgrading osd daemons", 2024-03-21T13:06:43.074 INFO:teuthology.orchestra.run.smithi178.stdout: "is_paused": false 2024-03-21T13:06:43.074 INFO:teuthology.orchestra.run.smithi178.stdout:} 2024-03-21T13:06:43.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:43 smithi184 bash[59794]: audit 2024-03-21T13:06:41.453282+0000 mgr.x (mgr.34104) 1762 : audit [DBG] from='client.54307 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:06:43.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:43 smithi184 bash[59794]: audit 2024-03-21T13:06:41.824364+0000 mgr.x (mgr.34104) 1763 : audit [DBG] from='client.44340 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:06:43.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:43 smithi184 bash[59794]: audit 2024-03-21T13:06:42.685131+0000 mon.c (mon.1) 10 : audit [DBG] from='client.? 172.21.15.178:0/2860086716' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:43.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:43 smithi184 bash[59794]: audit 2024-03-21T13:06:43.024628+0000 mon.a (mon.0) 2243 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:43.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:43 smithi184 bash[59794]: audit 2024-03-21T13:06:43.029000+0000 mon.a (mon.0) 2244 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-03-21T13:06:43.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:43 smithi184 bash[59794]: audit 2024-03-21T13:06:43.030887+0000 mon.a (mon.0) 2245 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:43.460 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:43 smithi178 bash[75692]: audit 2024-03-21T13:06:41.453282+0000 mgr.x (mgr.34104) 1762 : audit [DBG] from='client.54307 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:06:43.460 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:43 smithi178 bash[75692]: audit 2024-03-21T13:06:41.824364+0000 mgr.x (mgr.34104) 1763 : audit [DBG] from='client.44340 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:06:43.460 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:43 smithi178 bash[75692]: audit 2024-03-21T13:06:42.685131+0000 mon.c (mon.1) 10 : audit [DBG] from='client.? 172.21.15.178:0/2860086716' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:43.460 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:43 smithi178 bash[75692]: audit 2024-03-21T13:06:43.024628+0000 mon.a (mon.0) 2243 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:43.460 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:43 smithi178 bash[75692]: audit 2024-03-21T13:06:43.029000+0000 mon.a (mon.0) 2244 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-03-21T13:06:43.460 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:43 smithi178 bash[75692]: audit 2024-03-21T13:06:43.030887+0000 mon.a (mon.0) 2245 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:43.461 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:43 smithi178 bash[77880]: audit 2024-03-21T13:06:41.453282+0000 mgr.x (mgr.34104) 1762 : audit [DBG] from='client.54307 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:06:43.461 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:43 smithi178 bash[77880]: audit 2024-03-21T13:06:41.824364+0000 mgr.x (mgr.34104) 1763 : audit [DBG] from='client.44340 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:06:43.461 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:43 smithi178 bash[77880]: audit 2024-03-21T13:06:42.685131+0000 mon.c (mon.1) 10 : audit [DBG] from='client.? 172.21.15.178:0/2860086716' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:43.461 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:43 smithi178 bash[77880]: audit 2024-03-21T13:06:43.024628+0000 mon.a (mon.0) 2243 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:43.462 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:43 smithi178 bash[77880]: audit 2024-03-21T13:06:43.029000+0000 mon.a (mon.0) 2244 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-03-21T13:06:43.462 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:43 smithi178 bash[77880]: audit 2024-03-21T13:06:43.030887+0000 mon.a (mon.0) 2245 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:43.537 INFO:teuthology.orchestra.run.smithi178.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-21T13:06:43.537 INFO:teuthology.orchestra.run.smithi178.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-21T13:06:43.537 INFO:teuthology.orchestra.run.smithi178.stdout: daemon grafana.a on smithi184 is in error state 2024-03-21T13:06:44.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:44 smithi184 bash[59794]: audit 2024-03-21T13:06:42.209571+0000 mgr.x (mgr.34104) 1764 : audit [DBG] from='client.54319 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:06:44.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:44 smithi184 bash[59794]: cluster 2024-03-21T13:06:42.977054+0000 mgr.x (mgr.34104) 1765 : cluster [DBG] pgmap v1154: 161 pgs: 161 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-03-21T13:06:44.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:44 smithi184 bash[59794]: cephadm 2024-03-21T13:06:43.019475+0000 mgr.x (mgr.34104) 1766 : cephadm [INF] Upgrade: Updating osd.2 2024-03-21T13:06:44.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:44 smithi184 bash[59794]: cephadm 2024-03-21T13:06:43.037714+0000 mgr.x (mgr.34104) 1767 : cephadm [INF] Deploying daemon osd.2 on smithi178 2024-03-21T13:06:44.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:44 smithi184 bash[59794]: audit 2024-03-21T13:06:43.071285+0000 mgr.x (mgr.34104) 1768 : audit [DBG] from='client.44358 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:06:44.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:44 smithi184 bash[59794]: audit 2024-03-21T13:06:43.534427+0000 mon.c (mon.1) 11 : audit [DBG] from='client.? 172.21.15.178:0/1379569288' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T13:06:44.330 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:44 smithi178 bash[75692]: audit 2024-03-21T13:06:42.209571+0000 mgr.x (mgr.34104) 1764 : audit [DBG] from='client.54319 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:06:44.330 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:44 smithi178 bash[75692]: cluster 2024-03-21T13:06:42.977054+0000 mgr.x (mgr.34104) 1765 : cluster [DBG] pgmap v1154: 161 pgs: 161 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-03-21T13:06:44.330 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:44 smithi178 bash[75692]: cephadm 2024-03-21T13:06:43.019475+0000 mgr.x (mgr.34104) 1766 : cephadm [INF] Upgrade: Updating osd.2 2024-03-21T13:06:44.331 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:44 smithi178 bash[75692]: cephadm 2024-03-21T13:06:43.037714+0000 mgr.x (mgr.34104) 1767 : cephadm [INF] Deploying daemon osd.2 on smithi178 2024-03-21T13:06:44.331 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:44 smithi178 bash[75692]: audit 2024-03-21T13:06:43.071285+0000 mgr.x (mgr.34104) 1768 : audit [DBG] from='client.44358 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:06:44.331 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:44 smithi178 bash[75692]: audit 2024-03-21T13:06:43.534427+0000 mon.c (mon.1) 11 : audit [DBG] from='client.? 172.21.15.178:0/1379569288' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T13:06:44.331 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:44 smithi178 bash[77880]: audit 2024-03-21T13:06:42.209571+0000 mgr.x (mgr.34104) 1764 : audit [DBG] from='client.54319 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:06:44.331 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:44 smithi178 bash[77880]: cluster 2024-03-21T13:06:42.977054+0000 mgr.x (mgr.34104) 1765 : cluster [DBG] pgmap v1154: 161 pgs: 161 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-03-21T13:06:44.331 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:44 smithi178 bash[77880]: cephadm 2024-03-21T13:06:43.019475+0000 mgr.x (mgr.34104) 1766 : cephadm [INF] Upgrade: Updating osd.2 2024-03-21T13:06:44.331 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:44 smithi178 bash[77880]: cephadm 2024-03-21T13:06:43.037714+0000 mgr.x (mgr.34104) 1767 : cephadm [INF] Deploying daemon osd.2 on smithi178 2024-03-21T13:06:44.331 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:44 smithi178 bash[77880]: audit 2024-03-21T13:06:43.071285+0000 mgr.x (mgr.34104) 1768 : audit [DBG] from='client.44358 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:06:44.331 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:44 smithi178 bash[77880]: audit 2024-03-21T13:06:43.534427+0000 mon.c (mon.1) 11 : audit [DBG] from='client.? 172.21.15.178:0/1379569288' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T13:06:45.819 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:06:45 smithi184 bash[52419]: ::ffff:172.21.15.184 - - [21/Mar/2024:13:06:45] "GET /metrics HTTP/1.1" 200 38578 "" "Prometheus/2.33.4" 2024-03-21T13:06:46.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:46 smithi184 bash[59794]: cluster 2024-03-21T13:06:44.978161+0000 mgr.x (mgr.34104) 1769 : cluster [DBG] pgmap v1155: 161 pgs: 161 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-03-21T13:06:46.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:46 smithi178 bash[75692]: cluster 2024-03-21T13:06:44.978161+0000 mgr.x (mgr.34104) 1769 : cluster [DBG] pgmap v1155: 161 pgs: 161 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-03-21T13:06:46.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:46 smithi178 bash[77880]: cluster 2024-03-21T13:06:44.978161+0000 mgr.x (mgr.34104) 1769 : cluster [DBG] pgmap v1155: 161 pgs: 161 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-03-21T13:06:48.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:48 smithi184 bash[59794]: cluster 2024-03-21T13:06:46.979792+0000 mgr.x (mgr.34104) 1770 : cluster [DBG] pgmap v1156: 161 pgs: 161 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:06:48.359 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:48 smithi178 bash[75692]: cluster 2024-03-21T13:06:46.979792+0000 mgr.x (mgr.34104) 1770 : cluster [DBG] pgmap v1156: 161 pgs: 161 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:06:48.360 INFO:journalctl@ceph.osd.2.smithi178.stdout:Mar 21 13:06:48 smithi178 systemd[1]: Stopping Ceph osd.2 for a94f249e-e780-11ee-95cd-87774f69a715... 2024-03-21T13:06:48.360 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:48 smithi178 bash[77880]: cluster 2024-03-21T13:06:46.979792+0000 mgr.x (mgr.34104) 1770 : cluster [DBG] pgmap v1156: 161 pgs: 161 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:06:48.679 INFO:journalctl@ceph.osd.2.smithi178.stdout:Mar 21 13:06:48 smithi178 bash[30516]: debug 2024-03-21T13:06:48.468+0000 7f9c18b68700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.2 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-03-21T13:06:48.679 INFO:journalctl@ceph.osd.2.smithi178.stdout:Mar 21 13:06:48 smithi178 bash[30516]: debug 2024-03-21T13:06:48.468+0000 7f9c18b68700 -1 osd.2 138 *** Got signal Terminated *** 2024-03-21T13:06:48.679 INFO:journalctl@ceph.osd.2.smithi178.stdout:Mar 21 13:06:48 smithi178 bash[30516]: debug 2024-03-21T13:06:48.468+0000 7f9c18b68700 -1 osd.2 138 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-21T13:06:49.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:49 smithi184 bash[59794]: cluster 2024-03-21T13:06:48.472943+0000 mon.a (mon.0) 2246 : cluster [INF] osd.2 marked itself down and dead 2024-03-21T13:06:49.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:49 smithi184 bash[59794]: audit 2024-03-21T13:06:48.684836+0000 mon.a (mon.0) 2247 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:49.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:49 smithi184 bash[59794]: audit 2024-03-21T13:06:48.693987+0000 mon.a (mon.0) 2248 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:49.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:49 smithi184 bash[59794]: audit 2024-03-21T13:06:48.705258+0000 mon.a (mon.0) 2249 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:49.508 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:49 smithi178 bash[75692]: cluster 2024-03-21T13:06:48.472943+0000 mon.a (mon.0) 2246 : cluster [INF] osd.2 marked itself down and dead 2024-03-21T13:06:49.508 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:49 smithi178 bash[75692]: audit 2024-03-21T13:06:48.684836+0000 mon.a (mon.0) 2247 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:49.508 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:49 smithi178 bash[75692]: audit 2024-03-21T13:06:48.693987+0000 mon.a (mon.0) 2248 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:49.508 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:49 smithi178 bash[75692]: audit 2024-03-21T13:06:48.705258+0000 mon.a (mon.0) 2249 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:49.509 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:49 smithi178 bash[77880]: cluster 2024-03-21T13:06:48.472943+0000 mon.a (mon.0) 2246 : cluster [INF] osd.2 marked itself down and dead 2024-03-21T13:06:49.509 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:49 smithi178 bash[77880]: audit 2024-03-21T13:06:48.684836+0000 mon.a (mon.0) 2247 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:49.509 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:49 smithi178 bash[77880]: audit 2024-03-21T13:06:48.693987+0000 mon.a (mon.0) 2248 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:49.509 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:49 smithi178 bash[77880]: audit 2024-03-21T13:06:48.705258+0000 mon.a (mon.0) 2249 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:50.297 INFO:journalctl@ceph.osd.2.smithi178.stdout:Mar 21 13:06:50 smithi178 bash[93045]: ceph-a94f249e-e780-11ee-95cd-87774f69a715-osd-2 2024-03-21T13:06:50.297 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:50 smithi178 bash[77880]: cluster 2024-03-21T13:06:48.697551+0000 mgr.x (mgr.34104) 1771 : cluster [DBG] pgmap v1157: 161 pgs: 161 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 786 B/s rd, 0 op/s 2024-03-21T13:06:50.297 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:50 smithi178 bash[77880]: cluster 2024-03-21T13:06:48.697859+0000 mgr.x (mgr.34104) 1772 : cluster [DBG] pgmap v1158: 161 pgs: 161 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 947 B/s rd, 0 op/s 2024-03-21T13:06:50.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:50 smithi178 bash[77880]: cluster 2024-03-21T13:06:49.064801+0000 mon.a (mon.0) 2250 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-03-21T13:06:50.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:50 smithi178 bash[77880]: cluster 2024-03-21T13:06:49.078877+0000 mon.a (mon.0) 2251 : cluster [DBG] osdmap e139: 8 total, 7 up, 8 in 2024-03-21T13:06:50.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:50 smithi178 bash[77880]: cluster 2024-03-21T13:06:49.690436+0000 mon.a (mon.0) 2252 : cluster [WRN] Health check update: 2 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-21T13:06:50.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:50 smithi178 bash[77880]: audit 2024-03-21T13:06:49.788196+0000 mon.a (mon.0) 2253 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:50.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:50 smithi178 bash[77880]: audit 2024-03-21T13:06:49.790481+0000 mon.a (mon.0) 2254 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:06:50.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:50 smithi178 bash[75692]: cluster 2024-03-21T13:06:48.697551+0000 mgr.x (mgr.34104) 1771 : cluster [DBG] pgmap v1157: 161 pgs: 161 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 786 B/s rd, 0 op/s 2024-03-21T13:06:50.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:50 smithi178 bash[75692]: cluster 2024-03-21T13:06:48.697859+0000 mgr.x (mgr.34104) 1772 : cluster [DBG] pgmap v1158: 161 pgs: 161 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 947 B/s rd, 0 op/s 2024-03-21T13:06:50.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:50 smithi178 bash[75692]: cluster 2024-03-21T13:06:49.064801+0000 mon.a (mon.0) 2250 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-03-21T13:06:50.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:50 smithi178 bash[75692]: cluster 2024-03-21T13:06:49.078877+0000 mon.a (mon.0) 2251 : cluster [DBG] osdmap e139: 8 total, 7 up, 8 in 2024-03-21T13:06:50.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:50 smithi178 bash[75692]: cluster 2024-03-21T13:06:49.690436+0000 mon.a (mon.0) 2252 : cluster [WRN] Health check update: 2 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-21T13:06:50.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:50 smithi178 bash[75692]: audit 2024-03-21T13:06:49.788196+0000 mon.a (mon.0) 2253 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:50.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:50 smithi178 bash[75692]: audit 2024-03-21T13:06:49.790481+0000 mon.a (mon.0) 2254 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:06:50.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:50 smithi184 bash[59794]: cluster 2024-03-21T13:06:48.697551+0000 mgr.x (mgr.34104) 1771 : cluster [DBG] pgmap v1157: 161 pgs: 161 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 786 B/s rd, 0 op/s 2024-03-21T13:06:50.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:50 smithi184 bash[59794]: cluster 2024-03-21T13:06:48.697859+0000 mgr.x (mgr.34104) 1772 : cluster [DBG] pgmap v1158: 161 pgs: 161 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 947 B/s rd, 0 op/s 2024-03-21T13:06:50.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:50 smithi184 bash[59794]: cluster 2024-03-21T13:06:49.064801+0000 mon.a (mon.0) 2250 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-03-21T13:06:50.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:50 smithi184 bash[59794]: cluster 2024-03-21T13:06:49.078877+0000 mon.a (mon.0) 2251 : cluster [DBG] osdmap e139: 8 total, 7 up, 8 in 2024-03-21T13:06:50.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:50 smithi184 bash[59794]: cluster 2024-03-21T13:06:49.690436+0000 mon.a (mon.0) 2252 : cluster [WRN] Health check update: 2 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-21T13:06:50.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:50 smithi184 bash[59794]: audit 2024-03-21T13:06:49.788196+0000 mon.a (mon.0) 2253 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:50.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:50 smithi184 bash[59794]: audit 2024-03-21T13:06:49.790481+0000 mon.a (mon.0) 2254 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:06:50.548 INFO:journalctl@ceph.osd.2.smithi178.stdout:Mar 21 13:06:50 smithi178 bash[93210]: Error response from daemon: No such container: ceph-a94f249e-e780-11ee-95cd-87774f69a715-osd-2 2024-03-21T13:06:51.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:51 smithi178 bash[75692]: cluster 2024-03-21T13:06:50.081546+0000 mon.a (mon.0) 2255 : cluster [DBG] osdmap e140: 8 total, 7 up, 8 in 2024-03-21T13:06:51.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:51 smithi178 bash[77880]: cluster 2024-03-21T13:06:50.081546+0000 mon.a (mon.0) 2255 : cluster [DBG] osdmap e140: 8 total, 7 up, 8 in 2024-03-21T13:06:51.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:51 smithi184 bash[59794]: cluster 2024-03-21T13:06:50.081546+0000 mon.a (mon.0) 2255 : cluster [DBG] osdmap e140: 8 total, 7 up, 8 in 2024-03-21T13:06:52.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:52 smithi178 bash[75692]: cluster 2024-03-21T13:06:50.699419+0000 mgr.x (mgr.34104) 1773 : cluster [DBG] pgmap v1161: 161 pgs: 11 active+undersized+degraded, 10 peering, 1 stale+active+clean, 23 active+undersized, 116 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 32/630 objects degraded (5.079%) 2024-03-21T13:06:52.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:52 smithi178 bash[75692]: audit 2024-03-21T13:06:50.739886+0000 mgr.x (mgr.34104) 1774 : audit [DBG] from='client.15585 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:06:52.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:52 smithi178 bash[75692]: cluster 2024-03-21T13:06:51.076335+0000 mon.a (mon.0) 2256 : cluster [WRN] Health check failed: Degraded data redundancy: 32/630 objects degraded (5.079%), 11 pgs degraded (PG_DEGRADED) 2024-03-21T13:06:52.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:52 smithi178 bash[75692]: audit 2024-03-21T13:06:51.128266+0000 mon.a (mon.0) 2257 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:52.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:52 smithi178 bash[75692]: audit 2024-03-21T13:06:51.139155+0000 mon.a (mon.0) 2258 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:52.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:52 smithi178 bash[75692]: cluster 2024-03-21T13:06:51.143101+0000 mgr.x (mgr.34104) 1775 : cluster [DBG] pgmap v1162: 161 pgs: 11 active+undersized+degraded, 10 peering, 1 stale+active+clean, 23 active+undersized, 116 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 32/630 objects degraded (5.079%) 2024-03-21T13:06:52.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:52 smithi178 bash[75692]: cluster 2024-03-21T13:06:51.143634+0000 mgr.x (mgr.34104) 1776 : cluster [DBG] pgmap v1163: 161 pgs: 11 active+undersized+degraded, 10 peering, 1 stale+active+clean, 23 active+undersized, 116 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 32/630 objects degraded (5.079%) 2024-03-21T13:06:52.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:52 smithi178 bash[75692]: audit 2024-03-21T13:06:51.149706+0000 mon.a (mon.0) 2259 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:52.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:52 smithi178 bash[77880]: cluster 2024-03-21T13:06:50.699419+0000 mgr.x (mgr.34104) 1773 : cluster [DBG] pgmap v1161: 161 pgs: 11 active+undersized+degraded, 10 peering, 1 stale+active+clean, 23 active+undersized, 116 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 32/630 objects degraded (5.079%) 2024-03-21T13:06:52.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:52 smithi178 bash[77880]: audit 2024-03-21T13:06:50.739886+0000 mgr.x (mgr.34104) 1774 : audit [DBG] from='client.15585 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:06:52.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:52 smithi178 bash[77880]: cluster 2024-03-21T13:06:51.076335+0000 mon.a (mon.0) 2256 : cluster [WRN] Health check failed: Degraded data redundancy: 32/630 objects degraded (5.079%), 11 pgs degraded (PG_DEGRADED) 2024-03-21T13:06:52.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:52 smithi178 bash[77880]: audit 2024-03-21T13:06:51.128266+0000 mon.a (mon.0) 2257 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:52.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:52 smithi178 bash[77880]: audit 2024-03-21T13:06:51.139155+0000 mon.a (mon.0) 2258 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:52.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:52 smithi178 bash[77880]: cluster 2024-03-21T13:06:51.143101+0000 mgr.x (mgr.34104) 1775 : cluster [DBG] pgmap v1162: 161 pgs: 11 active+undersized+degraded, 10 peering, 1 stale+active+clean, 23 active+undersized, 116 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 32/630 objects degraded (5.079%) 2024-03-21T13:06:52.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:52 smithi178 bash[77880]: cluster 2024-03-21T13:06:51.143634+0000 mgr.x (mgr.34104) 1776 : cluster [DBG] pgmap v1163: 161 pgs: 11 active+undersized+degraded, 10 peering, 1 stale+active+clean, 23 active+undersized, 116 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 32/630 objects degraded (5.079%) 2024-03-21T13:06:52.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:52 smithi178 bash[77880]: audit 2024-03-21T13:06:51.149706+0000 mon.a (mon.0) 2259 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:52.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:52 smithi184 bash[59794]: cluster 2024-03-21T13:06:50.699419+0000 mgr.x (mgr.34104) 1773 : cluster [DBG] pgmap v1161: 161 pgs: 11 active+undersized+degraded, 10 peering, 1 stale+active+clean, 23 active+undersized, 116 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 32/630 objects degraded (5.079%) 2024-03-21T13:06:52.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:52 smithi184 bash[59794]: audit 2024-03-21T13:06:50.739886+0000 mgr.x (mgr.34104) 1774 : audit [DBG] from='client.15585 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:06:52.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:52 smithi184 bash[59794]: cluster 2024-03-21T13:06:51.076335+0000 mon.a (mon.0) 2256 : cluster [WRN] Health check failed: Degraded data redundancy: 32/630 objects degraded (5.079%), 11 pgs degraded (PG_DEGRADED) 2024-03-21T13:06:52.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:52 smithi184 bash[59794]: audit 2024-03-21T13:06:51.128266+0000 mon.a (mon.0) 2257 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:52.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:52 smithi184 bash[59794]: audit 2024-03-21T13:06:51.139155+0000 mon.a (mon.0) 2258 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:52.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:52 smithi184 bash[59794]: cluster 2024-03-21T13:06:51.143101+0000 mgr.x (mgr.34104) 1775 : cluster [DBG] pgmap v1162: 161 pgs: 11 active+undersized+degraded, 10 peering, 1 stale+active+clean, 23 active+undersized, 116 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 32/630 objects degraded (5.079%) 2024-03-21T13:06:52.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:52 smithi184 bash[59794]: cluster 2024-03-21T13:06:51.143634+0000 mgr.x (mgr.34104) 1776 : cluster [DBG] pgmap v1163: 161 pgs: 11 active+undersized+degraded, 10 peering, 1 stale+active+clean, 23 active+undersized, 116 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 32/630 objects degraded (5.079%) 2024-03-21T13:06:52.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:52 smithi184 bash[59794]: audit 2024-03-21T13:06:51.149706+0000 mon.a (mon.0) 2259 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:52.745 INFO:journalctl@ceph.osd.2.smithi178.stdout:Mar 21 13:06:52 smithi178 systemd[1]: ceph-a94f249e-e780-11ee-95cd-87774f69a715@osd.2.service: Succeeded. 2024-03-21T13:06:52.746 INFO:journalctl@ceph.osd.2.smithi178.stdout:Mar 21 13:06:52 smithi178 systemd[1]: Stopped Ceph osd.2 for a94f249e-e780-11ee-95cd-87774f69a715. 2024-03-21T13:06:52.746 INFO:journalctl@ceph.osd.2.smithi178.stdout:Mar 21 13:06:52 smithi178 systemd[1]: Started Ceph osd.2 for a94f249e-e780-11ee-95cd-87774f69a715. 2024-03-21T13:06:54.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:53 smithi178 bash[77880]: audit 2024-03-21T13:06:52.793299+0000 mon.a (mon.0) 2260 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:54.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:53 smithi178 bash[77880]: audit 2024-03-21T13:06:52.802126+0000 mon.a (mon.0) 2261 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:54.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:53 smithi178 bash[77880]: cluster 2024-03-21T13:06:53.144465+0000 mgr.x (mgr.34104) 1777 : cluster [DBG] pgmap v1164: 161 pgs: 11 active+undersized+degraded, 10 peering, 1 stale+active+clean, 23 active+undersized, 116 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 32/630 objects degraded (5.079%) 2024-03-21T13:06:54.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:53 smithi178 bash[77880]: audit 2024-03-21T13:06:53.356209+0000 mon.a (mon.0) 2262 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:54.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:53 smithi178 bash[77880]: audit 2024-03-21T13:06:53.367636+0000 mon.a (mon.0) 2263 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:54.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:53 smithi178 bash[77880]: audit 2024-03-21T13:06:53.370357+0000 mon.a (mon.0) 2264 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:54.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:53 smithi178 bash[77880]: audit 2024-03-21T13:06:53.372407+0000 mon.a (mon.0) 2265 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:54.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:53 smithi178 bash[77880]: audit 2024-03-21T13:06:53.385237+0000 mon.a (mon.0) 2266 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:54.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:53 smithi178 bash[77880]: audit 2024-03-21T13:06:53.469266+0000 mon.a (mon.0) 2267 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:54.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:53 smithi178 bash[77880]: audit 2024-03-21T13:06:53.474167+0000 mon.a (mon.0) 2268 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:54.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:53 smithi178 bash[77880]: audit 2024-03-21T13:06:53.480421+0000 mon.a (mon.0) 2269 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:54.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:53 smithi178 bash[77880]: audit 2024-03-21T13:06:53.482783+0000 mon.a (mon.0) 2270 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:54.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:53 smithi178 bash[77880]: audit 2024-03-21T13:06:53.496921+0000 mon.a (mon.0) 2271 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:54.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:53 smithi178 bash[77880]: audit 2024-03-21T13:06:53.580684+0000 mon.a (mon.0) 2272 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:54.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:53 smithi178 bash[77880]: audit 2024-03-21T13:06:53.583876+0000 mon.a (mon.0) 2273 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:54.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:53 smithi178 bash[77880]: audit 2024-03-21T13:06:53.587398+0000 mon.a (mon.0) 2274 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:54.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:53 smithi178 bash[77880]: audit 2024-03-21T13:06:53.589163+0000 mon.a (mon.0) 2275 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:54.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:53 smithi178 bash[77880]: audit 2024-03-21T13:06:53.601513+0000 mon.a (mon.0) 2276 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:54.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:53 smithi178 bash[77880]: audit 2024-03-21T13:06:53.685254+0000 mon.a (mon.0) 2277 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:54.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:53 smithi178 bash[77880]: audit 2024-03-21T13:06:53.688502+0000 mon.a (mon.0) 2278 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:54.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:53 smithi178 bash[77880]: audit 2024-03-21T13:06:53.692431+0000 mon.a (mon.0) 2279 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:54.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:53 smithi178 bash[77880]: audit 2024-03-21T13:06:53.694388+0000 mon.a (mon.0) 2280 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:54.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:53 smithi178 bash[77880]: audit 2024-03-21T13:06:53.706436+0000 mon.a (mon.0) 2281 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:54.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:53 smithi178 bash[75692]: audit 2024-03-21T13:06:52.793299+0000 mon.a (mon.0) 2260 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:54.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:53 smithi178 bash[75692]: audit 2024-03-21T13:06:52.802126+0000 mon.a (mon.0) 2261 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:54.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:53 smithi178 bash[75692]: cluster 2024-03-21T13:06:53.144465+0000 mgr.x (mgr.34104) 1777 : cluster [DBG] pgmap v1164: 161 pgs: 11 active+undersized+degraded, 10 peering, 1 stale+active+clean, 23 active+undersized, 116 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 32/630 objects degraded (5.079%) 2024-03-21T13:06:54.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:53 smithi178 bash[75692]: audit 2024-03-21T13:06:53.356209+0000 mon.a (mon.0) 2262 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:54.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:53 smithi178 bash[75692]: audit 2024-03-21T13:06:53.367636+0000 mon.a (mon.0) 2263 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:54.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:53 smithi178 bash[75692]: audit 2024-03-21T13:06:53.370357+0000 mon.a (mon.0) 2264 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:54.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:53 smithi178 bash[75692]: audit 2024-03-21T13:06:53.372407+0000 mon.a (mon.0) 2265 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:54.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:53 smithi178 bash[75692]: audit 2024-03-21T13:06:53.385237+0000 mon.a (mon.0) 2266 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:54.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:53 smithi178 bash[75692]: audit 2024-03-21T13:06:53.469266+0000 mon.a (mon.0) 2267 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:54.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:53 smithi178 bash[75692]: audit 2024-03-21T13:06:53.474167+0000 mon.a (mon.0) 2268 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:54.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:53 smithi178 bash[75692]: audit 2024-03-21T13:06:53.480421+0000 mon.a (mon.0) 2269 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:54.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:53 smithi178 bash[75692]: audit 2024-03-21T13:06:53.482783+0000 mon.a (mon.0) 2270 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:54.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:53 smithi178 bash[75692]: audit 2024-03-21T13:06:53.496921+0000 mon.a (mon.0) 2271 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:54.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:53 smithi178 bash[75692]: audit 2024-03-21T13:06:53.580684+0000 mon.a (mon.0) 2272 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:54.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:53 smithi178 bash[75692]: audit 2024-03-21T13:06:53.583876+0000 mon.a (mon.0) 2273 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:54.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:53 smithi178 bash[75692]: audit 2024-03-21T13:06:53.587398+0000 mon.a (mon.0) 2274 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:54.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:53 smithi178 bash[75692]: audit 2024-03-21T13:06:53.589163+0000 mon.a (mon.0) 2275 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:54.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:53 smithi178 bash[75692]: audit 2024-03-21T13:06:53.601513+0000 mon.a (mon.0) 2276 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:54.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:53 smithi178 bash[75692]: audit 2024-03-21T13:06:53.685254+0000 mon.a (mon.0) 2277 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:54.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:53 smithi178 bash[75692]: audit 2024-03-21T13:06:53.688502+0000 mon.a (mon.0) 2278 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:54.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:53 smithi178 bash[75692]: audit 2024-03-21T13:06:53.692431+0000 mon.a (mon.0) 2279 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:54.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:53 smithi178 bash[75692]: audit 2024-03-21T13:06:53.694388+0000 mon.a (mon.0) 2280 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:54.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:53 smithi178 bash[75692]: audit 2024-03-21T13:06:53.706436+0000 mon.a (mon.0) 2281 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:54.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:53 smithi184 bash[59794]: audit 2024-03-21T13:06:52.793299+0000 mon.a (mon.0) 2260 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:54.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:53 smithi184 bash[59794]: audit 2024-03-21T13:06:52.802126+0000 mon.a (mon.0) 2261 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:54.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:53 smithi184 bash[59794]: cluster 2024-03-21T13:06:53.144465+0000 mgr.x (mgr.34104) 1777 : cluster [DBG] pgmap v1164: 161 pgs: 11 active+undersized+degraded, 10 peering, 1 stale+active+clean, 23 active+undersized, 116 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 32/630 objects degraded (5.079%) 2024-03-21T13:06:54.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:53 smithi184 bash[59794]: audit 2024-03-21T13:06:53.356209+0000 mon.a (mon.0) 2262 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:54.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:53 smithi184 bash[59794]: audit 2024-03-21T13:06:53.367636+0000 mon.a (mon.0) 2263 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:54.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:53 smithi184 bash[59794]: audit 2024-03-21T13:06:53.370357+0000 mon.a (mon.0) 2264 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:54.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:53 smithi184 bash[59794]: audit 2024-03-21T13:06:53.372407+0000 mon.a (mon.0) 2265 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:54.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:53 smithi184 bash[59794]: audit 2024-03-21T13:06:53.385237+0000 mon.a (mon.0) 2266 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:54.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:53 smithi184 bash[59794]: audit 2024-03-21T13:06:53.469266+0000 mon.a (mon.0) 2267 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:54.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:53 smithi184 bash[59794]: audit 2024-03-21T13:06:53.474167+0000 mon.a (mon.0) 2268 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:54.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:53 smithi184 bash[59794]: audit 2024-03-21T13:06:53.480421+0000 mon.a (mon.0) 2269 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:54.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:53 smithi184 bash[59794]: audit 2024-03-21T13:06:53.482783+0000 mon.a (mon.0) 2270 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:54.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:53 smithi184 bash[59794]: audit 2024-03-21T13:06:53.496921+0000 mon.a (mon.0) 2271 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:54.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:53 smithi184 bash[59794]: audit 2024-03-21T13:06:53.580684+0000 mon.a (mon.0) 2272 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:54.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:53 smithi184 bash[59794]: audit 2024-03-21T13:06:53.583876+0000 mon.a (mon.0) 2273 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:54.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:53 smithi184 bash[59794]: audit 2024-03-21T13:06:53.587398+0000 mon.a (mon.0) 2274 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:54.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:53 smithi184 bash[59794]: audit 2024-03-21T13:06:53.589163+0000 mon.a (mon.0) 2275 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:54.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:53 smithi184 bash[59794]: audit 2024-03-21T13:06:53.601513+0000 mon.a (mon.0) 2276 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:54.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:53 smithi184 bash[59794]: audit 2024-03-21T13:06:53.685254+0000 mon.a (mon.0) 2277 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:54.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:53 smithi184 bash[59794]: audit 2024-03-21T13:06:53.688502+0000 mon.a (mon.0) 2278 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:54.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:53 smithi184 bash[59794]: audit 2024-03-21T13:06:53.692431+0000 mon.a (mon.0) 2279 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:54.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:53 smithi184 bash[59794]: audit 2024-03-21T13:06:53.694388+0000 mon.a (mon.0) 2280 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:54.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:53 smithi184 bash[59794]: audit 2024-03-21T13:06:53.706436+0000 mon.a (mon.0) 2281 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:55.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:54 smithi184 bash[59794]: cluster 2024-03-21T13:06:53.378021+0000 mgr.x (mgr.34104) 1778 : cluster [DBG] pgmap v1165: 161 pgs: 11 active+undersized+degraded, 10 peering, 1 stale+active+clean, 23 active+undersized, 116 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 32/630 objects degraded (5.079%) 2024-03-21T13:06:55.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:54 smithi184 bash[59794]: cluster 2024-03-21T13:06:53.378655+0000 mgr.x (mgr.34104) 1779 : cluster [DBG] pgmap v1166: 161 pgs: 11 active+undersized+degraded, 10 peering, 1 stale+active+clean, 23 active+undersized, 116 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 32/630 objects degraded (5.079%) 2024-03-21T13:06:55.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:54 smithi184 bash[59794]: cephadm 2024-03-21T13:06:53.387882+0000 mgr.x (mgr.34104) 1780 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:55.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:54 smithi184 bash[59794]: cluster 2024-03-21T13:06:53.488357+0000 mgr.x (mgr.34104) 1781 : cluster [DBG] pgmap v1167: 161 pgs: 11 active+undersized+degraded, 10 peering, 1 stale+active+clean, 23 active+undersized, 116 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 32/630 objects degraded (5.079%) 2024-03-21T13:06:55.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:54 smithi184 bash[59794]: cluster 2024-03-21T13:06:53.489168+0000 mgr.x (mgr.34104) 1782 : cluster [DBG] pgmap v1168: 161 pgs: 11 active+undersized+degraded, 10 peering, 1 stale+active+clean, 23 active+undersized, 116 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 32/630 objects degraded (5.079%) 2024-03-21T13:06:55.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:54 smithi184 bash[59794]: cephadm 2024-03-21T13:06:53.499467+0000 mgr.x (mgr.34104) 1783 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:55.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:54 smithi184 bash[59794]: cluster 2024-03-21T13:06:53.593840+0000 mgr.x (mgr.34104) 1784 : cluster [DBG] pgmap v1169: 161 pgs: 12 active+undersized+degraded, 10 peering, 28 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 37/630 objects degraded (5.873%) 2024-03-21T13:06:55.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:54 smithi184 bash[59794]: cluster 2024-03-21T13:06:53.594696+0000 mgr.x (mgr.34104) 1785 : cluster [DBG] pgmap v1170: 161 pgs: 12 active+undersized+degraded, 10 peering, 28 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 37/630 objects degraded (5.873%) 2024-03-21T13:06:55.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:54 smithi184 bash[59794]: cephadm 2024-03-21T13:06:53.603964+0000 mgr.x (mgr.34104) 1786 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:55.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:54 smithi184 bash[59794]: cluster 2024-03-21T13:06:53.698839+0000 mgr.x (mgr.34104) 1787 : cluster [DBG] pgmap v1171: 161 pgs: 12 active+undersized+degraded, 10 peering, 28 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 37/630 objects degraded (5.873%) 2024-03-21T13:06:55.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:54 smithi184 bash[59794]: cluster 2024-03-21T13:06:53.699176+0000 mgr.x (mgr.34104) 1788 : cluster [DBG] pgmap v1172: 161 pgs: 12 active+undersized+degraded, 10 peering, 28 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 37/630 objects degraded (5.873%) 2024-03-21T13:06:55.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:54 smithi184 bash[59794]: cephadm 2024-03-21T13:06:53.708920+0000 mgr.x (mgr.34104) 1789 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:55.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:54 smithi184 bash[59794]: audit 2024-03-21T13:06:53.789098+0000 mon.a (mon.0) 2282 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:55.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:54 smithi184 bash[59794]: audit 2024-03-21T13:06:53.800118+0000 mon.a (mon.0) 2283 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:55.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:54 smithi184 bash[59794]: audit 2024-03-21T13:06:53.807586+0000 mon.a (mon.0) 2284 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:55.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:54 smithi184 bash[59794]: audit 2024-03-21T13:06:53.808698+0000 mon.a (mon.0) 2285 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:55.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:54 smithi184 bash[59794]: cluster 2024-03-21T13:06:53.812665+0000 mgr.x (mgr.34104) 1790 : cluster [DBG] pgmap v1173: 161 pgs: 12 active+undersized+degraded, 10 peering, 28 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 37/630 objects degraded (5.873%) 2024-03-21T13:06:55.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:54 smithi184 bash[59794]: cluster 2024-03-21T13:06:53.813168+0000 mgr.x (mgr.34104) 1791 : cluster [DBG] pgmap v1174: 161 pgs: 12 active+undersized+degraded, 10 peering, 28 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 37/630 objects degraded (5.873%) 2024-03-21T13:06:55.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:54 smithi184 bash[59794]: audit 2024-03-21T13:06:53.817035+0000 mon.a (mon.0) 2286 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:55.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:54 smithi184 bash[59794]: cephadm 2024-03-21T13:06:53.819457+0000 mgr.x (mgr.34104) 1792 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:55.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:54 smithi184 bash[59794]: audit 2024-03-21T13:06:53.905621+0000 mon.a (mon.0) 2287 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:55.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:54 smithi184 bash[59794]: audit 2024-03-21T13:06:53.908555+0000 mon.a (mon.0) 2288 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:55.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:54 smithi184 bash[59794]: audit 2024-03-21T13:06:53.911501+0000 mon.a (mon.0) 2289 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:55.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:54 smithi184 bash[59794]: audit 2024-03-21T13:06:53.912828+0000 mon.a (mon.0) 2290 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:55.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:54 smithi184 bash[59794]: cluster 2024-03-21T13:06:53.916411+0000 mgr.x (mgr.34104) 1793 : cluster [DBG] pgmap v1175: 161 pgs: 12 active+undersized+degraded, 10 peering, 28 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 37/630 objects degraded (5.873%) 2024-03-21T13:06:55.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:54 smithi184 bash[59794]: cluster 2024-03-21T13:06:53.916753+0000 mgr.x (mgr.34104) 1794 : cluster [DBG] pgmap v1176: 161 pgs: 12 active+undersized+degraded, 10 peering, 28 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 37/630 objects degraded (5.873%) 2024-03-21T13:06:55.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:54 smithi184 bash[59794]: audit 2024-03-21T13:06:53.924361+0000 mon.a (mon.0) 2291 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:55.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:54 smithi184 bash[59794]: cephadm 2024-03-21T13:06:53.926658+0000 mgr.x (mgr.34104) 1795 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:55.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:54 smithi184 bash[59794]: audit 2024-03-21T13:06:54.007896+0000 mon.a (mon.0) 2292 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:55.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:54 smithi184 bash[59794]: audit 2024-03-21T13:06:54.010932+0000 mon.a (mon.0) 2293 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:55.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:54 smithi184 bash[59794]: audit 2024-03-21T13:06:54.013986+0000 mon.a (mon.0) 2294 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:55.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:54 smithi184 bash[59794]: audit 2024-03-21T13:06:54.015095+0000 mon.a (mon.0) 2295 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:55.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:54 smithi184 bash[59794]: cluster 2024-03-21T13:06:54.018652+0000 mgr.x (mgr.34104) 1796 : cluster [DBG] pgmap v1177: 161 pgs: 12 active+undersized+degraded, 10 peering, 28 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 37/630 objects degraded (5.873%) 2024-03-21T13:06:55.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:54 smithi184 bash[59794]: cluster 2024-03-21T13:06:54.018993+0000 mgr.x (mgr.34104) 1797 : cluster [DBG] pgmap v1178: 161 pgs: 12 active+undersized+degraded, 10 peering, 28 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 37/630 objects degraded (5.873%) 2024-03-21T13:06:55.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:54 smithi184 bash[59794]: audit 2024-03-21T13:06:54.026690+0000 mon.a (mon.0) 2296 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:55.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:54 smithi184 bash[59794]: cephadm 2024-03-21T13:06:54.028965+0000 mgr.x (mgr.34104) 1798 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:55.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:54 smithi184 bash[59794]: audit 2024-03-21T13:06:54.106869+0000 mon.a (mon.0) 2297 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:55.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:54 smithi184 bash[59794]: audit 2024-03-21T13:06:54.110174+0000 mon.a (mon.0) 2298 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:55.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:54 smithi184 bash[59794]: audit 2024-03-21T13:06:54.114506+0000 mon.a (mon.0) 2299 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:55.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:54 smithi184 bash[59794]: audit 2024-03-21T13:06:54.116150+0000 mon.a (mon.0) 2300 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:55.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:54 smithi184 bash[59794]: cluster 2024-03-21T13:06:54.120440+0000 mgr.x (mgr.34104) 1799 : cluster [DBG] pgmap v1179: 161 pgs: 12 active+undersized+degraded, 10 peering, 28 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 37/630 objects degraded (5.873%) 2024-03-21T13:06:55.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:54 smithi184 bash[59794]: cluster 2024-03-21T13:06:54.120866+0000 mgr.x (mgr.34104) 1800 : cluster [DBG] pgmap v1180: 161 pgs: 12 active+undersized+degraded, 10 peering, 28 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 37/630 objects degraded (5.873%) 2024-03-21T13:06:55.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:54 smithi184 bash[59794]: audit 2024-03-21T13:06:54.128362+0000 mon.a (mon.0) 2301 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:55.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:54 smithi184 bash[59794]: cephadm 2024-03-21T13:06:54.130638+0000 mgr.x (mgr.34104) 1801 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:55.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:54 smithi184 bash[59794]: audit 2024-03-21T13:06:54.210753+0000 mon.a (mon.0) 2302 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:55.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:54 smithi184 bash[59794]: audit 2024-03-21T13:06:54.216335+0000 mon.a (mon.0) 2303 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:55.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:54 smithi184 bash[59794]: audit 2024-03-21T13:06:54.220077+0000 mon.a (mon.0) 2304 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:55.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:54 smithi184 bash[59794]: audit 2024-03-21T13:06:54.221243+0000 mon.a (mon.0) 2305 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:55.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:54 smithi184 bash[59794]: audit 2024-03-21T13:06:54.231185+0000 mon.a (mon.0) 2306 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:55.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:54 smithi184 bash[59794]: audit 2024-03-21T13:06:54.312966+0000 mon.a (mon.0) 2307 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:55.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:54 smithi184 bash[59794]: audit 2024-03-21T13:06:54.315481+0000 mon.a (mon.0) 2308 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:55.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:54 smithi184 bash[59794]: audit 2024-03-21T13:06:54.318507+0000 mon.a (mon.0) 2309 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:55.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:54 smithi184 bash[59794]: audit 2024-03-21T13:06:54.319660+0000 mon.a (mon.0) 2310 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:55.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:54 smithi184 bash[59794]: audit 2024-03-21T13:06:54.327756+0000 mon.a (mon.0) 2311 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:55.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:54 smithi184 bash[59794]: audit 2024-03-21T13:06:54.409251+0000 mon.a (mon.0) 2312 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:55.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:54 smithi184 bash[59794]: audit 2024-03-21T13:06:54.413429+0000 mon.a (mon.0) 2313 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:55.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:54 smithi184 bash[59794]: audit 2024-03-21T13:06:54.417054+0000 mon.a (mon.0) 2314 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:55.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:54 smithi184 bash[59794]: audit 2024-03-21T13:06:54.418448+0000 mon.a (mon.0) 2315 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:55.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:54 smithi184 bash[59794]: audit 2024-03-21T13:06:54.429730+0000 mon.a (mon.0) 2316 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:55.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:54 smithi184 bash[59794]: audit 2024-03-21T13:06:54.508274+0000 mon.a (mon.0) 2317 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:55.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:54 smithi184 bash[59794]: audit 2024-03-21T13:06:54.511448+0000 mon.a (mon.0) 2318 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:55.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:54 smithi184 bash[59794]: audit 2024-03-21T13:06:54.514939+0000 mon.a (mon.0) 2319 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:55.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:54 smithi184 bash[59794]: audit 2024-03-21T13:06:54.516393+0000 mon.a (mon.0) 2320 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:55.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:54 smithi184 bash[59794]: audit 2024-03-21T13:06:54.527558+0000 mon.a (mon.0) 2321 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:55.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:54 smithi184 bash[59794]: audit 2024-03-21T13:06:54.612639+0000 mon.a (mon.0) 2322 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:55.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:54 smithi184 bash[59794]: audit 2024-03-21T13:06:54.615244+0000 mon.a (mon.0) 2323 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:55.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:54 smithi184 bash[59794]: audit 2024-03-21T13:06:54.618065+0000 mon.a (mon.0) 2324 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:55.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:54 smithi184 bash[59794]: audit 2024-03-21T13:06:54.619032+0000 mon.a (mon.0) 2325 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:55.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:54 smithi184 bash[59794]: audit 2024-03-21T13:06:54.627075+0000 mon.a (mon.0) 2326 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:55.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:54 smithi184 bash[59794]: audit 2024-03-21T13:06:54.707732+0000 mon.a (mon.0) 2327 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:55.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:54 smithi184 bash[59794]: audit 2024-03-21T13:06:54.710687+0000 mon.a (mon.0) 2328 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:55.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:54 smithi184 bash[59794]: audit 2024-03-21T13:06:54.714323+0000 mon.a (mon.0) 2329 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:55.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:54 smithi184 bash[59794]: audit 2024-03-21T13:06:54.715305+0000 mon.a (mon.0) 2330 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:55.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:54 smithi184 bash[59794]: audit 2024-03-21T13:06:54.725266+0000 mon.a (mon.0) 2331 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:55.113 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:54 smithi178 bash[75692]: cluster 2024-03-21T13:06:53.378021+0000 mgr.x (mgr.34104) 1778 : cluster [DBG] pgmap v1165: 161 pgs: 11 active+undersized+degraded, 10 peering, 1 stale+active+clean, 23 active+undersized, 116 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 32/630 objects degraded (5.079%) 2024-03-21T13:06:55.113 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:54 smithi178 bash[75692]: cluster 2024-03-21T13:06:53.378655+0000 mgr.x (mgr.34104) 1779 : cluster [DBG] pgmap v1166: 161 pgs: 11 active+undersized+degraded, 10 peering, 1 stale+active+clean, 23 active+undersized, 116 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 32/630 objects degraded (5.079%) 2024-03-21T13:06:55.113 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:54 smithi178 bash[75692]: cephadm 2024-03-21T13:06:53.387882+0000 mgr.x (mgr.34104) 1780 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:55.113 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:54 smithi178 bash[75692]: cluster 2024-03-21T13:06:53.488357+0000 mgr.x (mgr.34104) 1781 : cluster [DBG] pgmap v1167: 161 pgs: 11 active+undersized+degraded, 10 peering, 1 stale+active+clean, 23 active+undersized, 116 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 32/630 objects degraded (5.079%) 2024-03-21T13:06:55.113 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:54 smithi178 bash[75692]: cluster 2024-03-21T13:06:53.489168+0000 mgr.x (mgr.34104) 1782 : cluster [DBG] pgmap v1168: 161 pgs: 11 active+undersized+degraded, 10 peering, 1 stale+active+clean, 23 active+undersized, 116 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 32/630 objects degraded (5.079%) 2024-03-21T13:06:55.113 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:54 smithi178 bash[75692]: cephadm 2024-03-21T13:06:53.499467+0000 mgr.x (mgr.34104) 1783 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:55.114 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:54 smithi178 bash[75692]: cluster 2024-03-21T13:06:53.593840+0000 mgr.x (mgr.34104) 1784 : cluster [DBG] pgmap v1169: 161 pgs: 12 active+undersized+degraded, 10 peering, 28 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 37/630 objects degraded (5.873%) 2024-03-21T13:06:55.114 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:54 smithi178 bash[75692]: cluster 2024-03-21T13:06:53.594696+0000 mgr.x (mgr.34104) 1785 : cluster [DBG] pgmap v1170: 161 pgs: 12 active+undersized+degraded, 10 peering, 28 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 37/630 objects degraded (5.873%) 2024-03-21T13:06:55.114 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:54 smithi178 bash[75692]: cephadm 2024-03-21T13:06:53.603964+0000 mgr.x (mgr.34104) 1786 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:55.114 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:54 smithi178 bash[75692]: cluster 2024-03-21T13:06:53.698839+0000 mgr.x (mgr.34104) 1787 : cluster [DBG] pgmap v1171: 161 pgs: 12 active+undersized+degraded, 10 peering, 28 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 37/630 objects degraded (5.873%) 2024-03-21T13:06:55.114 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:54 smithi178 bash[75692]: cluster 2024-03-21T13:06:53.699176+0000 mgr.x (mgr.34104) 1788 : cluster [DBG] pgmap v1172: 161 pgs: 12 active+undersized+degraded, 10 peering, 28 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 37/630 objects degraded (5.873%) 2024-03-21T13:06:55.114 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:54 smithi178 bash[75692]: cephadm 2024-03-21T13:06:53.708920+0000 mgr.x (mgr.34104) 1789 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:55.114 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:54 smithi178 bash[75692]: audit 2024-03-21T13:06:53.789098+0000 mon.a (mon.0) 2282 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:55.114 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:54 smithi178 bash[75692]: audit 2024-03-21T13:06:53.800118+0000 mon.a (mon.0) 2283 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:55.114 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:54 smithi178 bash[75692]: audit 2024-03-21T13:06:53.807586+0000 mon.a (mon.0) 2284 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:55.114 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:54 smithi178 bash[75692]: audit 2024-03-21T13:06:53.808698+0000 mon.a (mon.0) 2285 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:55.114 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:54 smithi178 bash[75692]: cluster 2024-03-21T13:06:53.812665+0000 mgr.x (mgr.34104) 1790 : cluster [DBG] pgmap v1173: 161 pgs: 12 active+undersized+degraded, 10 peering, 28 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 37/630 objects degraded (5.873%) 2024-03-21T13:06:55.114 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:54 smithi178 bash[75692]: cluster 2024-03-21T13:06:53.813168+0000 mgr.x (mgr.34104) 1791 : cluster [DBG] pgmap v1174: 161 pgs: 12 active+undersized+degraded, 10 peering, 28 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 37/630 objects degraded (5.873%) 2024-03-21T13:06:55.114 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:54 smithi178 bash[75692]: audit 2024-03-21T13:06:53.817035+0000 mon.a (mon.0) 2286 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:55.115 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:54 smithi178 bash[75692]: cephadm 2024-03-21T13:06:53.819457+0000 mgr.x (mgr.34104) 1792 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:55.115 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:54 smithi178 bash[75692]: audit 2024-03-21T13:06:53.905621+0000 mon.a (mon.0) 2287 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:55.115 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:54 smithi178 bash[75692]: audit 2024-03-21T13:06:53.908555+0000 mon.a (mon.0) 2288 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:55.115 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:54 smithi178 bash[75692]: audit 2024-03-21T13:06:53.911501+0000 mon.a (mon.0) 2289 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:55.115 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:54 smithi178 bash[75692]: audit 2024-03-21T13:06:53.912828+0000 mon.a (mon.0) 2290 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:55.115 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:54 smithi178 bash[75692]: cluster 2024-03-21T13:06:53.916411+0000 mgr.x (mgr.34104) 1793 : cluster [DBG] pgmap v1175: 161 pgs: 12 active+undersized+degraded, 10 peering, 28 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 37/630 objects degraded (5.873%) 2024-03-21T13:06:55.115 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:54 smithi178 bash[75692]: cluster 2024-03-21T13:06:53.916753+0000 mgr.x (mgr.34104) 1794 : cluster [DBG] pgmap v1176: 161 pgs: 12 active+undersized+degraded, 10 peering, 28 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 37/630 objects degraded (5.873%) 2024-03-21T13:06:55.115 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:54 smithi178 bash[75692]: audit 2024-03-21T13:06:53.924361+0000 mon.a (mon.0) 2291 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:55.115 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:54 smithi178 bash[75692]: cephadm 2024-03-21T13:06:53.926658+0000 mgr.x (mgr.34104) 1795 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:55.115 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:54 smithi178 bash[75692]: audit 2024-03-21T13:06:54.007896+0000 mon.a (mon.0) 2292 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:55.115 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:54 smithi178 bash[75692]: audit 2024-03-21T13:06:54.010932+0000 mon.a (mon.0) 2293 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:55.115 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:54 smithi178 bash[75692]: audit 2024-03-21T13:06:54.013986+0000 mon.a (mon.0) 2294 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:55.115 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:54 smithi178 bash[75692]: audit 2024-03-21T13:06:54.015095+0000 mon.a (mon.0) 2295 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:55.116 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:54 smithi178 bash[77880]: cluster 2024-03-21T13:06:53.378021+0000 mgr.x (mgr.34104) 1778 : cluster [DBG] pgmap v1165: 161 pgs: 11 active+undersized+degraded, 10 peering, 1 stale+active+clean, 23 active+undersized, 116 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 32/630 objects degraded (5.079%) 2024-03-21T13:06:55.116 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:54 smithi178 bash[77880]: cluster 2024-03-21T13:06:53.378655+0000 mgr.x (mgr.34104) 1779 : cluster [DBG] pgmap v1166: 161 pgs: 11 active+undersized+degraded, 10 peering, 1 stale+active+clean, 23 active+undersized, 116 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 32/630 objects degraded (5.079%) 2024-03-21T13:06:55.116 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:54 smithi178 bash[77880]: cephadm 2024-03-21T13:06:53.387882+0000 mgr.x (mgr.34104) 1780 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:55.116 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:54 smithi178 bash[77880]: cluster 2024-03-21T13:06:53.488357+0000 mgr.x (mgr.34104) 1781 : cluster [DBG] pgmap v1167: 161 pgs: 11 active+undersized+degraded, 10 peering, 1 stale+active+clean, 23 active+undersized, 116 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 32/630 objects degraded (5.079%) 2024-03-21T13:06:55.116 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:54 smithi178 bash[77880]: cluster 2024-03-21T13:06:53.489168+0000 mgr.x (mgr.34104) 1782 : cluster [DBG] pgmap v1168: 161 pgs: 11 active+undersized+degraded, 10 peering, 1 stale+active+clean, 23 active+undersized, 116 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 32/630 objects degraded (5.079%) 2024-03-21T13:06:55.116 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:54 smithi178 bash[77880]: cephadm 2024-03-21T13:06:53.499467+0000 mgr.x (mgr.34104) 1783 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:55.116 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:54 smithi178 bash[77880]: cluster 2024-03-21T13:06:53.593840+0000 mgr.x (mgr.34104) 1784 : cluster [DBG] pgmap v1169: 161 pgs: 12 active+undersized+degraded, 10 peering, 28 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 37/630 objects degraded (5.873%) 2024-03-21T13:06:55.116 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:54 smithi178 bash[77880]: cluster 2024-03-21T13:06:53.594696+0000 mgr.x (mgr.34104) 1785 : cluster [DBG] pgmap v1170: 161 pgs: 12 active+undersized+degraded, 10 peering, 28 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 37/630 objects degraded (5.873%) 2024-03-21T13:06:55.116 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:54 smithi178 bash[77880]: cephadm 2024-03-21T13:06:53.603964+0000 mgr.x (mgr.34104) 1786 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:55.116 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:54 smithi178 bash[77880]: cluster 2024-03-21T13:06:53.698839+0000 mgr.x (mgr.34104) 1787 : cluster [DBG] pgmap v1171: 161 pgs: 12 active+undersized+degraded, 10 peering, 28 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 37/630 objects degraded (5.873%) 2024-03-21T13:06:55.117 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:54 smithi178 bash[77880]: cluster 2024-03-21T13:06:53.699176+0000 mgr.x (mgr.34104) 1788 : cluster [DBG] pgmap v1172: 161 pgs: 12 active+undersized+degraded, 10 peering, 28 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 37/630 objects degraded (5.873%) 2024-03-21T13:06:55.117 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:54 smithi178 bash[77880]: cephadm 2024-03-21T13:06:53.708920+0000 mgr.x (mgr.34104) 1789 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:55.117 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:54 smithi178 bash[77880]: audit 2024-03-21T13:06:53.789098+0000 mon.a (mon.0) 2282 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:55.117 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:54 smithi178 bash[77880]: audit 2024-03-21T13:06:53.800118+0000 mon.a (mon.0) 2283 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:55.117 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:54 smithi178 bash[77880]: audit 2024-03-21T13:06:53.807586+0000 mon.a (mon.0) 2284 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:55.117 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:54 smithi178 bash[77880]: audit 2024-03-21T13:06:53.808698+0000 mon.a (mon.0) 2285 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:55.117 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:54 smithi178 bash[77880]: cluster 2024-03-21T13:06:53.812665+0000 mgr.x (mgr.34104) 1790 : cluster [DBG] pgmap v1173: 161 pgs: 12 active+undersized+degraded, 10 peering, 28 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 37/630 objects degraded (5.873%) 2024-03-21T13:06:55.117 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:54 smithi178 bash[77880]: cluster 2024-03-21T13:06:53.813168+0000 mgr.x (mgr.34104) 1791 : cluster [DBG] pgmap v1174: 161 pgs: 12 active+undersized+degraded, 10 peering, 28 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 37/630 objects degraded (5.873%) 2024-03-21T13:06:55.117 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:54 smithi178 bash[77880]: audit 2024-03-21T13:06:53.817035+0000 mon.a (mon.0) 2286 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:55.117 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:54 smithi178 bash[77880]: cephadm 2024-03-21T13:06:53.819457+0000 mgr.x (mgr.34104) 1792 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:55.117 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:54 smithi178 bash[77880]: audit 2024-03-21T13:06:53.905621+0000 mon.a (mon.0) 2287 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:55.117 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:54 smithi178 bash[77880]: audit 2024-03-21T13:06:53.908555+0000 mon.a (mon.0) 2288 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:55.117 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:54 smithi178 bash[77880]: audit 2024-03-21T13:06:53.911501+0000 mon.a (mon.0) 2289 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:55.117 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:54 smithi178 bash[77880]: audit 2024-03-21T13:06:53.912828+0000 mon.a (mon.0) 2290 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:55.117 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:54 smithi178 bash[77880]: cluster 2024-03-21T13:06:53.916411+0000 mgr.x (mgr.34104) 1793 : cluster [DBG] pgmap v1175: 161 pgs: 12 active+undersized+degraded, 10 peering, 28 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 37/630 objects degraded (5.873%) 2024-03-21T13:06:55.118 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:54 smithi178 bash[77880]: cluster 2024-03-21T13:06:53.916753+0000 mgr.x (mgr.34104) 1794 : cluster [DBG] pgmap v1176: 161 pgs: 12 active+undersized+degraded, 10 peering, 28 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 37/630 objects degraded (5.873%) 2024-03-21T13:06:55.118 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:54 smithi178 bash[77880]: audit 2024-03-21T13:06:53.924361+0000 mon.a (mon.0) 2291 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:55.118 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:54 smithi178 bash[77880]: cephadm 2024-03-21T13:06:53.926658+0000 mgr.x (mgr.34104) 1795 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:55.118 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:54 smithi178 bash[77880]: audit 2024-03-21T13:06:54.007896+0000 mon.a (mon.0) 2292 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:55.118 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:54 smithi178 bash[77880]: audit 2024-03-21T13:06:54.010932+0000 mon.a (mon.0) 2293 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:55.118 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:54 smithi178 bash[77880]: audit 2024-03-21T13:06:54.013986+0000 mon.a (mon.0) 2294 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:55.118 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:54 smithi178 bash[77880]: audit 2024-03-21T13:06:54.015095+0000 mon.a (mon.0) 2295 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:55.119 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:54 smithi178 bash[75692]: cluster 2024-03-21T13:06:54.018652+0000 mgr.x (mgr.34104) 1796 : cluster [DBG] pgmap v1177: 161 pgs: 12 active+undersized+degraded, 10 peering, 28 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 37/630 objects degraded (5.873%) 2024-03-21T13:06:55.119 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:54 smithi178 bash[75692]: cluster 2024-03-21T13:06:54.018993+0000 mgr.x (mgr.34104) 1797 : cluster [DBG] pgmap v1178: 161 pgs: 12 active+undersized+degraded, 10 peering, 28 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 37/630 objects degraded (5.873%) 2024-03-21T13:06:55.119 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:54 smithi178 bash[75692]: audit 2024-03-21T13:06:54.026690+0000 mon.a (mon.0) 2296 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:55.119 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:54 smithi178 bash[75692]: cephadm 2024-03-21T13:06:54.028965+0000 mgr.x (mgr.34104) 1798 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:55.119 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:54 smithi178 bash[75692]: audit 2024-03-21T13:06:54.106869+0000 mon.a (mon.0) 2297 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:55.119 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:54 smithi178 bash[75692]: audit 2024-03-21T13:06:54.110174+0000 mon.a (mon.0) 2298 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:55.119 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:54 smithi178 bash[75692]: audit 2024-03-21T13:06:54.114506+0000 mon.a (mon.0) 2299 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:55.119 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:54 smithi178 bash[75692]: audit 2024-03-21T13:06:54.116150+0000 mon.a (mon.0) 2300 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:55.119 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:54 smithi178 bash[75692]: cluster 2024-03-21T13:06:54.120440+0000 mgr.x (mgr.34104) 1799 : cluster [DBG] pgmap v1179: 161 pgs: 12 active+undersized+degraded, 10 peering, 28 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 37/630 objects degraded (5.873%) 2024-03-21T13:06:55.119 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:54 smithi178 bash[75692]: cluster 2024-03-21T13:06:54.120866+0000 mgr.x (mgr.34104) 1800 : cluster [DBG] pgmap v1180: 161 pgs: 12 active+undersized+degraded, 10 peering, 28 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 37/630 objects degraded (5.873%) 2024-03-21T13:06:55.119 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:54 smithi178 bash[75692]: audit 2024-03-21T13:06:54.128362+0000 mon.a (mon.0) 2301 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:55.120 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:54 smithi178 bash[75692]: cephadm 2024-03-21T13:06:54.130638+0000 mgr.x (mgr.34104) 1801 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:55.120 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:54 smithi178 bash[75692]: audit 2024-03-21T13:06:54.210753+0000 mon.a (mon.0) 2302 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:55.120 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:54 smithi178 bash[75692]: audit 2024-03-21T13:06:54.216335+0000 mon.a (mon.0) 2303 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:55.120 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:54 smithi178 bash[75692]: audit 2024-03-21T13:06:54.220077+0000 mon.a (mon.0) 2304 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:55.120 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:54 smithi178 bash[75692]: audit 2024-03-21T13:06:54.221243+0000 mon.a (mon.0) 2305 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:55.120 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:54 smithi178 bash[75692]: audit 2024-03-21T13:06:54.231185+0000 mon.a (mon.0) 2306 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:55.120 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:54 smithi178 bash[75692]: audit 2024-03-21T13:06:54.312966+0000 mon.a (mon.0) 2307 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:55.120 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:54 smithi178 bash[75692]: audit 2024-03-21T13:06:54.315481+0000 mon.a (mon.0) 2308 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:55.120 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:54 smithi178 bash[77880]: cluster 2024-03-21T13:06:54.018652+0000 mgr.x (mgr.34104) 1796 : cluster [DBG] pgmap v1177: 161 pgs: 12 active+undersized+degraded, 10 peering, 28 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 37/630 objects degraded (5.873%) 2024-03-21T13:06:55.120 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:54 smithi178 bash[77880]: cluster 2024-03-21T13:06:54.018993+0000 mgr.x (mgr.34104) 1797 : cluster [DBG] pgmap v1178: 161 pgs: 12 active+undersized+degraded, 10 peering, 28 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 37/630 objects degraded (5.873%) 2024-03-21T13:06:55.121 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:54 smithi178 bash[77880]: audit 2024-03-21T13:06:54.026690+0000 mon.a (mon.0) 2296 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:55.121 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:54 smithi178 bash[77880]: cephadm 2024-03-21T13:06:54.028965+0000 mgr.x (mgr.34104) 1798 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:55.121 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:54 smithi178 bash[77880]: audit 2024-03-21T13:06:54.106869+0000 mon.a (mon.0) 2297 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:55.121 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:54 smithi178 bash[77880]: audit 2024-03-21T13:06:54.110174+0000 mon.a (mon.0) 2298 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:55.121 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:54 smithi178 bash[77880]: audit 2024-03-21T13:06:54.114506+0000 mon.a (mon.0) 2299 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:55.121 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:54 smithi178 bash[77880]: audit 2024-03-21T13:06:54.116150+0000 mon.a (mon.0) 2300 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:55.121 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:54 smithi178 bash[77880]: cluster 2024-03-21T13:06:54.120440+0000 mgr.x (mgr.34104) 1799 : cluster [DBG] pgmap v1179: 161 pgs: 12 active+undersized+degraded, 10 peering, 28 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 37/630 objects degraded (5.873%) 2024-03-21T13:06:55.121 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:54 smithi178 bash[77880]: cluster 2024-03-21T13:06:54.120866+0000 mgr.x (mgr.34104) 1800 : cluster [DBG] pgmap v1180: 161 pgs: 12 active+undersized+degraded, 10 peering, 28 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 37/630 objects degraded (5.873%) 2024-03-21T13:06:55.121 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:54 smithi178 bash[77880]: audit 2024-03-21T13:06:54.128362+0000 mon.a (mon.0) 2301 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:55.121 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:54 smithi178 bash[77880]: cephadm 2024-03-21T13:06:54.130638+0000 mgr.x (mgr.34104) 1801 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:55.121 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:54 smithi178 bash[77880]: audit 2024-03-21T13:06:54.210753+0000 mon.a (mon.0) 2302 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:55.121 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:54 smithi178 bash[77880]: audit 2024-03-21T13:06:54.216335+0000 mon.a (mon.0) 2303 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:55.122 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:54 smithi178 bash[77880]: audit 2024-03-21T13:06:54.220077+0000 mon.a (mon.0) 2304 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:55.122 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:54 smithi178 bash[77880]: audit 2024-03-21T13:06:54.221243+0000 mon.a (mon.0) 2305 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:55.122 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:54 smithi178 bash[77880]: audit 2024-03-21T13:06:54.231185+0000 mon.a (mon.0) 2306 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:55.122 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:54 smithi178 bash[77880]: audit 2024-03-21T13:06:54.312966+0000 mon.a (mon.0) 2307 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:55.122 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:54 smithi178 bash[77880]: audit 2024-03-21T13:06:54.315481+0000 mon.a (mon.0) 2308 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:55.122 INFO:journalctl@ceph.osd.2.smithi178.stdout:Mar 21 13:06:54 smithi178 bash[93380]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-03-21T13:06:55.122 INFO:journalctl@ceph.osd.2.smithi178.stdout:Mar 21 13:06:54 smithi178 bash[93380]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-03-21T13:06:55.122 INFO:journalctl@ceph.osd.2.smithi178.stdout:Mar 21 13:06:54 smithi178 bash[93380]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2024-03-21T13:06:55.122 INFO:journalctl@ceph.osd.2.smithi178.stdout:Mar 21 13:06:54 smithi178 bash[93380]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-2 --no-mon-config --dev /dev/mapper/vg_nvme-lv_2 2024-03-21T13:06:55.123 INFO:journalctl@ceph.osd.2.smithi178.stdout:Mar 21 13:06:54 smithi178 bash[93380]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_2 2024-03-21T13:06:55.123 INFO:journalctl@ceph.osd.2.smithi178.stdout:Mar 21 13:06:54 smithi178 bash[93380]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2024-03-21T13:06:55.123 INFO:journalctl@ceph.osd.2.smithi178.stdout:Mar 21 13:06:54 smithi178 bash[93380]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_2 /var/lib/ceph/osd/ceph-2/block 2024-03-21T13:06:55.123 INFO:journalctl@ceph.osd.2.smithi178.stdout:Mar 21 13:06:54 smithi178 bash[93380]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2024-03-21T13:06:55.123 INFO:journalctl@ceph.osd.2.smithi178.stdout:Mar 21 13:06:54 smithi178 bash[93380]: --> ceph-volume raw activate successful for osd ID: 2 2024-03-21T13:06:55.123 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:54 smithi178 bash[77880]: audit 2024-03-21T13:06:54.318507+0000 mon.a (mon.0) 2309 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:55.123 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:54 smithi178 bash[77880]: audit 2024-03-21T13:06:54.319660+0000 mon.a (mon.0) 2310 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:55.123 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:54 smithi178 bash[77880]: audit 2024-03-21T13:06:54.327756+0000 mon.a (mon.0) 2311 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:55.123 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:54 smithi178 bash[77880]: audit 2024-03-21T13:06:54.409251+0000 mon.a (mon.0) 2312 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:55.123 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:54 smithi178 bash[77880]: audit 2024-03-21T13:06:54.413429+0000 mon.a (mon.0) 2313 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:55.123 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:54 smithi178 bash[77880]: audit 2024-03-21T13:06:54.417054+0000 mon.a (mon.0) 2314 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:55.124 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:54 smithi178 bash[77880]: audit 2024-03-21T13:06:54.418448+0000 mon.a (mon.0) 2315 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:55.124 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:54 smithi178 bash[77880]: audit 2024-03-21T13:06:54.429730+0000 mon.a (mon.0) 2316 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:55.124 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:54 smithi178 bash[77880]: audit 2024-03-21T13:06:54.508274+0000 mon.a (mon.0) 2317 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:55.124 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:54 smithi178 bash[77880]: audit 2024-03-21T13:06:54.511448+0000 mon.a (mon.0) 2318 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:55.124 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:54 smithi178 bash[77880]: audit 2024-03-21T13:06:54.514939+0000 mon.a (mon.0) 2319 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:55.124 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:54 smithi178 bash[77880]: audit 2024-03-21T13:06:54.516393+0000 mon.a (mon.0) 2320 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:55.124 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:54 smithi178 bash[77880]: audit 2024-03-21T13:06:54.527558+0000 mon.a (mon.0) 2321 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:55.124 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:54 smithi178 bash[77880]: audit 2024-03-21T13:06:54.612639+0000 mon.a (mon.0) 2322 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:55.124 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:54 smithi178 bash[77880]: audit 2024-03-21T13:06:54.615244+0000 mon.a (mon.0) 2323 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:55.124 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:54 smithi178 bash[77880]: audit 2024-03-21T13:06:54.618065+0000 mon.a (mon.0) 2324 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:55.124 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:54 smithi178 bash[77880]: audit 2024-03-21T13:06:54.619032+0000 mon.a (mon.0) 2325 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:55.124 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:54 smithi178 bash[77880]: audit 2024-03-21T13:06:54.627075+0000 mon.a (mon.0) 2326 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:55.124 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:54 smithi178 bash[77880]: audit 2024-03-21T13:06:54.707732+0000 mon.a (mon.0) 2327 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:55.125 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:54 smithi178 bash[75692]: audit 2024-03-21T13:06:54.318507+0000 mon.a (mon.0) 2309 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:55.125 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:54 smithi178 bash[75692]: audit 2024-03-21T13:06:54.319660+0000 mon.a (mon.0) 2310 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:55.125 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:54 smithi178 bash[75692]: audit 2024-03-21T13:06:54.327756+0000 mon.a (mon.0) 2311 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:55.125 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:54 smithi178 bash[75692]: audit 2024-03-21T13:06:54.409251+0000 mon.a (mon.0) 2312 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:55.125 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:54 smithi178 bash[75692]: audit 2024-03-21T13:06:54.413429+0000 mon.a (mon.0) 2313 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:55.125 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:54 smithi178 bash[75692]: audit 2024-03-21T13:06:54.417054+0000 mon.a (mon.0) 2314 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:55.125 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:54 smithi178 bash[75692]: audit 2024-03-21T13:06:54.418448+0000 mon.a (mon.0) 2315 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:55.125 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:54 smithi178 bash[75692]: audit 2024-03-21T13:06:54.429730+0000 mon.a (mon.0) 2316 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:55.125 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:54 smithi178 bash[75692]: audit 2024-03-21T13:06:54.508274+0000 mon.a (mon.0) 2317 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:55.126 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:54 smithi178 bash[75692]: audit 2024-03-21T13:06:54.511448+0000 mon.a (mon.0) 2318 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:55.126 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:54 smithi178 bash[75692]: audit 2024-03-21T13:06:54.514939+0000 mon.a (mon.0) 2319 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:55.126 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:54 smithi178 bash[75692]: audit 2024-03-21T13:06:54.516393+0000 mon.a (mon.0) 2320 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:55.126 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:54 smithi178 bash[75692]: audit 2024-03-21T13:06:54.527558+0000 mon.a (mon.0) 2321 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:55.126 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:54 smithi178 bash[75692]: audit 2024-03-21T13:06:54.612639+0000 mon.a (mon.0) 2322 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:55.126 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:54 smithi178 bash[75692]: audit 2024-03-21T13:06:54.615244+0000 mon.a (mon.0) 2323 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:55.126 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:54 smithi178 bash[75692]: audit 2024-03-21T13:06:54.618065+0000 mon.a (mon.0) 2324 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:55.126 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:54 smithi178 bash[75692]: audit 2024-03-21T13:06:54.619032+0000 mon.a (mon.0) 2325 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:55.126 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:54 smithi178 bash[75692]: audit 2024-03-21T13:06:54.627075+0000 mon.a (mon.0) 2326 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:55.126 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:54 smithi178 bash[75692]: audit 2024-03-21T13:06:54.707732+0000 mon.a (mon.0) 2327 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:55.126 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:54 smithi178 bash[75692]: audit 2024-03-21T13:06:54.710687+0000 mon.a (mon.0) 2328 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:55.126 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:54 smithi178 bash[75692]: audit 2024-03-21T13:06:54.714323+0000 mon.a (mon.0) 2329 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:55.127 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:54 smithi178 bash[75692]: audit 2024-03-21T13:06:54.715305+0000 mon.a (mon.0) 2330 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:55.127 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:54 smithi178 bash[75692]: audit 2024-03-21T13:06:54.725266+0000 mon.a (mon.0) 2331 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:55.127 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:54 smithi178 bash[77880]: audit 2024-03-21T13:06:54.710687+0000 mon.a (mon.0) 2328 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:55.127 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:54 smithi178 bash[77880]: audit 2024-03-21T13:06:54.714323+0000 mon.a (mon.0) 2329 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:55.127 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:54 smithi178 bash[77880]: audit 2024-03-21T13:06:54.715305+0000 mon.a (mon.0) 2330 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:55.127 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:54 smithi178 bash[77880]: audit 2024-03-21T13:06:54.725266+0000 mon.a (mon.0) 2331 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:55.821 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:06:55 smithi184 bash[52419]: ::ffff:172.21.15.184 - - [21/Mar/2024:13:06:55] "GET /metrics HTTP/1.1" 200 38578 "" "Prometheus/2.33.4" 2024-03-21T13:06:55.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:55 smithi184 bash[59794]: cluster 2024-03-21T13:06:54.224947+0000 mgr.x (mgr.34104) 1802 : cluster [DBG] pgmap v1181: 161 pgs: 12 active+undersized+degraded, 10 peering, 28 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 37/630 objects degraded (5.873%) 2024-03-21T13:06:55.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:55 smithi184 bash[59794]: cluster 2024-03-21T13:06:54.225540+0000 mgr.x (mgr.34104) 1803 : cluster [DBG] pgmap v1182: 161 pgs: 12 active+undersized+degraded, 10 peering, 28 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 37/630 objects degraded (5.873%) 2024-03-21T13:06:55.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:55 smithi184 bash[59794]: cephadm 2024-03-21T13:06:54.233544+0000 mgr.x (mgr.34104) 1804 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:55.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:55 smithi184 bash[59794]: cluster 2024-03-21T13:06:54.323231+0000 mgr.x (mgr.34104) 1805 : cluster [DBG] pgmap v1183: 161 pgs: 12 active+undersized+degraded, 10 peering, 28 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 37/630 objects degraded (5.873%) 2024-03-21T13:06:55.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:55 smithi184 bash[59794]: cluster 2024-03-21T13:06:54.323866+0000 mgr.x (mgr.34104) 1806 : cluster [DBG] pgmap v1184: 161 pgs: 12 active+undersized+degraded, 10 peering, 28 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 37/630 objects degraded (5.873%) 2024-03-21T13:06:55.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:55 smithi184 bash[59794]: cephadm 2024-03-21T13:06:54.330068+0000 mgr.x (mgr.34104) 1807 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:55.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:55 smithi184 bash[59794]: cluster 2024-03-21T13:06:54.422744+0000 mgr.x (mgr.34104) 1808 : cluster [DBG] pgmap v1185: 161 pgs: 12 active+undersized+degraded, 10 peering, 28 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 37/630 objects degraded (5.873%) 2024-03-21T13:06:55.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:55 smithi184 bash[59794]: cluster 2024-03-21T13:06:54.423464+0000 mgr.x (mgr.34104) 1809 : cluster [DBG] pgmap v1186: 161 pgs: 12 active+undersized+degraded, 10 peering, 28 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 37/630 objects degraded (5.873%) 2024-03-21T13:06:55.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:55 smithi184 bash[59794]: cephadm 2024-03-21T13:06:54.431965+0000 mgr.x (mgr.34104) 1810 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:55.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:55 smithi184 bash[59794]: cluster 2024-03-21T13:06:54.520448+0000 mgr.x (mgr.34104) 1811 : cluster [DBG] pgmap v1187: 161 pgs: 12 active+undersized+degraded, 10 peering, 28 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 37/630 objects degraded (5.873%) 2024-03-21T13:06:55.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:55 smithi184 bash[59794]: cluster 2024-03-21T13:06:54.521188+0000 mgr.x (mgr.34104) 1812 : cluster [DBG] pgmap v1188: 161 pgs: 12 active+undersized+degraded, 10 peering, 28 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 37/630 objects degraded (5.873%) 2024-03-21T13:06:55.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:55 smithi184 bash[59794]: cephadm 2024-03-21T13:06:54.529994+0000 mgr.x (mgr.34104) 1813 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:55.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:55 smithi184 bash[59794]: cluster 2024-03-21T13:06:54.622794+0000 mgr.x (mgr.34104) 1814 : cluster [DBG] pgmap v1189: 161 pgs: 12 active+undersized+degraded, 10 peering, 28 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 37/630 objects degraded (5.873%) 2024-03-21T13:06:55.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:55 smithi184 bash[59794]: cluster 2024-03-21T13:06:54.623332+0000 mgr.x (mgr.34104) 1815 : cluster [DBG] pgmap v1190: 161 pgs: 12 active+undersized+degraded, 10 peering, 28 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 37/630 objects degraded (5.873%) 2024-03-21T13:06:55.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:55 smithi184 bash[59794]: cephadm 2024-03-21T13:06:54.629192+0000 mgr.x (mgr.34104) 1816 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:55.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:55 smithi184 bash[59794]: cluster 2024-03-21T13:06:54.719135+0000 mgr.x (mgr.34104) 1817 : cluster [DBG] pgmap v1191: 161 pgs: 12 active+undersized+degraded, 10 peering, 28 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 37/630 objects degraded (5.873%) 2024-03-21T13:06:55.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:55 smithi184 bash[59794]: cluster 2024-03-21T13:06:54.719982+0000 mgr.x (mgr.34104) 1818 : cluster [DBG] pgmap v1192: 161 pgs: 12 active+undersized+degraded, 10 peering, 28 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 37/630 objects degraded (5.873%) 2024-03-21T13:06:55.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:55 smithi184 bash[59794]: cephadm 2024-03-21T13:06:54.727654+0000 mgr.x (mgr.34104) 1819 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:55.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:55 smithi184 bash[59794]: audit 2024-03-21T13:06:54.807331+0000 mon.a (mon.0) 2332 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:55.831 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:55 smithi184 bash[59794]: audit 2024-03-21T13:06:54.809380+0000 mon.a (mon.0) 2333 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:55.831 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:55 smithi184 bash[59794]: audit 2024-03-21T13:06:54.811384+0000 mon.a (mon.0) 2334 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:55.831 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:55 smithi184 bash[59794]: audit 2024-03-21T13:06:54.812065+0000 mon.a (mon.0) 2335 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:55.831 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:55 smithi184 bash[59794]: cluster 2024-03-21T13:06:54.815084+0000 mgr.x (mgr.34104) 1820 : cluster [DBG] pgmap v1193: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:55.831 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:55 smithi184 bash[59794]: cluster 2024-03-21T13:06:54.815471+0000 mgr.x (mgr.34104) 1821 : cluster [DBG] pgmap v1194: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:55.831 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:55 smithi184 bash[59794]: audit 2024-03-21T13:06:54.817671+0000 mon.a (mon.0) 2336 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:55.831 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:55 smithi184 bash[59794]: cephadm 2024-03-21T13:06:54.819720+0000 mgr.x (mgr.34104) 1822 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:55.831 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:55 smithi184 bash[59794]: audit 2024-03-21T13:06:54.881101+0000 mon.a (mon.0) 2337 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:55.831 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:55 smithi184 bash[59794]: audit 2024-03-21T13:06:54.884320+0000 mon.a (mon.0) 2338 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:55.831 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:55 smithi184 bash[59794]: audit 2024-03-21T13:06:54.887798+0000 mon.a (mon.0) 2339 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:55.831 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:55 smithi184 bash[59794]: audit 2024-03-21T13:06:54.889104+0000 mon.a (mon.0) 2340 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:55.831 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:55 smithi184 bash[59794]: cluster 2024-03-21T13:06:54.893021+0000 mgr.x (mgr.34104) 1823 : cluster [DBG] pgmap v1195: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:55.831 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:55 smithi184 bash[59794]: cluster 2024-03-21T13:06:54.893848+0000 mgr.x (mgr.34104) 1824 : cluster [DBG] pgmap v1196: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:55.831 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:55 smithi184 bash[59794]: audit 2024-03-21T13:06:54.897211+0000 mon.a (mon.0) 2341 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:55.831 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:55 smithi184 bash[59794]: cephadm 2024-03-21T13:06:54.899507+0000 mgr.x (mgr.34104) 1825 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:55.832 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:55 smithi184 bash[59794]: audit 2024-03-21T13:06:54.980542+0000 mon.a (mon.0) 2342 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:55.832 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:55 smithi184 bash[59794]: audit 2024-03-21T13:06:54.983704+0000 mon.a (mon.0) 2343 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:55.832 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:55 smithi184 bash[59794]: audit 2024-03-21T13:06:54.987179+0000 mon.a (mon.0) 2344 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:55.832 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:55 smithi184 bash[59794]: audit 2024-03-21T13:06:54.988524+0000 mon.a (mon.0) 2345 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:55.832 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:55 smithi184 bash[59794]: cluster 2024-03-21T13:06:54.992807+0000 mgr.x (mgr.34104) 1826 : cluster [DBG] pgmap v1197: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:55.832 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:55 smithi184 bash[59794]: cluster 2024-03-21T13:06:54.993544+0000 mgr.x (mgr.34104) 1827 : cluster [DBG] pgmap v1198: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:55.832 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:55 smithi184 bash[59794]: audit 2024-03-21T13:06:54.997884+0000 mon.a (mon.0) 2346 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:55.832 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:55 smithi184 bash[59794]: cephadm 2024-03-21T13:06:55.000241+0000 mgr.x (mgr.34104) 1828 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:55.832 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:55 smithi184 bash[59794]: audit 2024-03-21T13:06:55.078069+0000 mon.a (mon.0) 2347 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:55.832 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:55 smithi184 bash[59794]: audit 2024-03-21T13:06:55.082753+0000 mon.a (mon.0) 2348 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:55.832 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:55 smithi184 bash[59794]: audit 2024-03-21T13:06:55.087020+0000 mon.a (mon.0) 2349 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:55.832 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:55 smithi184 bash[59794]: audit 2024-03-21T13:06:55.088639+0000 mon.a (mon.0) 2350 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:55.832 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:55 smithi184 bash[59794]: cluster 2024-03-21T13:06:55.092624+0000 mgr.x (mgr.34104) 1829 : cluster [DBG] pgmap v1199: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:55.832 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:55 smithi184 bash[59794]: cluster 2024-03-21T13:06:55.093011+0000 mgr.x (mgr.34104) 1830 : cluster [DBG] pgmap v1200: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:55.832 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:55 smithi184 bash[59794]: audit 2024-03-21T13:06:55.100671+0000 mon.a (mon.0) 2351 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:55.833 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:55 smithi184 bash[59794]: cephadm 2024-03-21T13:06:55.103085+0000 mgr.x (mgr.34104) 1831 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:55.833 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:55 smithi184 bash[59794]: audit 2024-03-21T13:06:55.185859+0000 mon.a (mon.0) 2352 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:55.833 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:55 smithi184 bash[59794]: audit 2024-03-21T13:06:55.188623+0000 mon.a (mon.0) 2353 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:55.833 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:55 smithi184 bash[59794]: audit 2024-03-21T13:06:55.191853+0000 mon.a (mon.0) 2354 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:55.833 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:55 smithi184 bash[59794]: audit 2024-03-21T13:06:55.193085+0000 mon.a (mon.0) 2355 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:55.833 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:55 smithi184 bash[59794]: cluster 2024-03-21T13:06:55.196978+0000 mgr.x (mgr.34104) 1832 : cluster [DBG] pgmap v1201: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:55.833 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:55 smithi184 bash[59794]: cluster 2024-03-21T13:06:55.197642+0000 mgr.x (mgr.34104) 1833 : cluster [DBG] pgmap v1202: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:55.833 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:55 smithi184 bash[59794]: audit 2024-03-21T13:06:55.204362+0000 mon.a (mon.0) 2356 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:55.833 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:55 smithi184 bash[59794]: audit 2024-03-21T13:06:55.286524+0000 mon.a (mon.0) 2357 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:55.833 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:55 smithi184 bash[59794]: audit 2024-03-21T13:06:55.289244+0000 mon.a (mon.0) 2358 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:55.833 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:55 smithi184 bash[59794]: audit 2024-03-21T13:06:55.292227+0000 mon.a (mon.0) 2359 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:55.833 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:55 smithi184 bash[59794]: audit 2024-03-21T13:06:55.293771+0000 mon.a (mon.0) 2360 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:55.833 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:55 smithi184 bash[59794]: audit 2024-03-21T13:06:55.305182+0000 mon.a (mon.0) 2361 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:55.833 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:55 smithi184 bash[59794]: audit 2024-03-21T13:06:55.383965+0000 mon.a (mon.0) 2362 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:55.834 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:55 smithi184 bash[59794]: audit 2024-03-21T13:06:55.386988+0000 mon.a (mon.0) 2363 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:55.834 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:55 smithi184 bash[59794]: audit 2024-03-21T13:06:55.389978+0000 mon.a (mon.0) 2364 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:55.834 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:55 smithi184 bash[59794]: audit 2024-03-21T13:06:55.391167+0000 mon.a (mon.0) 2365 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:55.834 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:55 smithi184 bash[59794]: audit 2024-03-21T13:06:55.402249+0000 mon.a (mon.0) 2366 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:55.834 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:55 smithi184 bash[59794]: audit 2024-03-21T13:06:55.482768+0000 mon.a (mon.0) 2367 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:55.834 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:55 smithi184 bash[59794]: audit 2024-03-21T13:06:55.485736+0000 mon.a (mon.0) 2368 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:55.834 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:55 smithi184 bash[59794]: audit 2024-03-21T13:06:55.488932+0000 mon.a (mon.0) 2369 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:55.834 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:55 smithi184 bash[59794]: audit 2024-03-21T13:06:55.490532+0000 mon.a (mon.0) 2370 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:55.834 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:55 smithi184 bash[59794]: audit 2024-03-21T13:06:55.502954+0000 mon.a (mon.0) 2371 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:55.834 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:55 smithi184 bash[59794]: audit 2024-03-21T13:06:55.586482+0000 mon.a (mon.0) 2372 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:55.834 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:55 smithi184 bash[59794]: audit 2024-03-21T13:06:55.590293+0000 mon.a (mon.0) 2373 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:55.834 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:55 smithi184 bash[59794]: audit 2024-03-21T13:06:55.594588+0000 mon.a (mon.0) 2374 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:55.834 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:55 smithi184 bash[59794]: audit 2024-03-21T13:06:55.596145+0000 mon.a (mon.0) 2375 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:55.834 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:55 smithi184 bash[59794]: audit 2024-03-21T13:06:55.606077+0000 mon.a (mon.0) 2376 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:55.835 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:55 smithi184 bash[59794]: audit 2024-03-21T13:06:55.690029+0000 mon.a (mon.0) 2377 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:55.835 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:55 smithi184 bash[59794]: audit 2024-03-21T13:06:55.693921+0000 mon.a (mon.0) 2378 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:55.835 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:55 smithi184 bash[59794]: audit 2024-03-21T13:06:55.697457+0000 mon.a (mon.0) 2379 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:55.835 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:55 smithi184 bash[59794]: audit 2024-03-21T13:06:55.698529+0000 mon.a (mon.0) 2380 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:55.835 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:55 smithi184 bash[59794]: audit 2024-03-21T13:06:55.708008+0000 mon.a (mon.0) 2381 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:55.931 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[75692]: cluster 2024-03-21T13:06:54.224947+0000 mgr.x (mgr.34104) 1802 : cluster [DBG] pgmap v1181: 161 pgs: 12 active+undersized+degraded, 10 peering, 28 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 37/630 objects degraded (5.873%) 2024-03-21T13:06:55.931 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[75692]: cluster 2024-03-21T13:06:54.225540+0000 mgr.x (mgr.34104) 1803 : cluster [DBG] pgmap v1182: 161 pgs: 12 active+undersized+degraded, 10 peering, 28 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 37/630 objects degraded (5.873%) 2024-03-21T13:06:55.931 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[75692]: cephadm 2024-03-21T13:06:54.233544+0000 mgr.x (mgr.34104) 1804 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:55.931 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[75692]: cluster 2024-03-21T13:06:54.323231+0000 mgr.x (mgr.34104) 1805 : cluster [DBG] pgmap v1183: 161 pgs: 12 active+undersized+degraded, 10 peering, 28 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 37/630 objects degraded (5.873%) 2024-03-21T13:06:55.931 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[75692]: cluster 2024-03-21T13:06:54.323866+0000 mgr.x (mgr.34104) 1806 : cluster [DBG] pgmap v1184: 161 pgs: 12 active+undersized+degraded, 10 peering, 28 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 37/630 objects degraded (5.873%) 2024-03-21T13:06:55.931 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[75692]: cephadm 2024-03-21T13:06:54.330068+0000 mgr.x (mgr.34104) 1807 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:55.931 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[75692]: cluster 2024-03-21T13:06:54.422744+0000 mgr.x (mgr.34104) 1808 : cluster [DBG] pgmap v1185: 161 pgs: 12 active+undersized+degraded, 10 peering, 28 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 37/630 objects degraded (5.873%) 2024-03-21T13:06:55.931 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[75692]: cluster 2024-03-21T13:06:54.423464+0000 mgr.x (mgr.34104) 1809 : cluster [DBG] pgmap v1186: 161 pgs: 12 active+undersized+degraded, 10 peering, 28 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 37/630 objects degraded (5.873%) 2024-03-21T13:06:55.931 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[75692]: cephadm 2024-03-21T13:06:54.431965+0000 mgr.x (mgr.34104) 1810 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:55.931 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[75692]: cluster 2024-03-21T13:06:54.520448+0000 mgr.x (mgr.34104) 1811 : cluster [DBG] pgmap v1187: 161 pgs: 12 active+undersized+degraded, 10 peering, 28 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 37/630 objects degraded (5.873%) 2024-03-21T13:06:55.932 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[75692]: cluster 2024-03-21T13:06:54.521188+0000 mgr.x (mgr.34104) 1812 : cluster [DBG] pgmap v1188: 161 pgs: 12 active+undersized+degraded, 10 peering, 28 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 37/630 objects degraded (5.873%) 2024-03-21T13:06:55.932 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[75692]: cephadm 2024-03-21T13:06:54.529994+0000 mgr.x (mgr.34104) 1813 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:55.932 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[75692]: cluster 2024-03-21T13:06:54.622794+0000 mgr.x (mgr.34104) 1814 : cluster [DBG] pgmap v1189: 161 pgs: 12 active+undersized+degraded, 10 peering, 28 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 37/630 objects degraded (5.873%) 2024-03-21T13:06:55.932 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[75692]: cluster 2024-03-21T13:06:54.623332+0000 mgr.x (mgr.34104) 1815 : cluster [DBG] pgmap v1190: 161 pgs: 12 active+undersized+degraded, 10 peering, 28 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 37/630 objects degraded (5.873%) 2024-03-21T13:06:55.932 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[75692]: cephadm 2024-03-21T13:06:54.629192+0000 mgr.x (mgr.34104) 1816 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:55.932 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[77880]: cluster 2024-03-21T13:06:54.224947+0000 mgr.x (mgr.34104) 1802 : cluster [DBG] pgmap v1181: 161 pgs: 12 active+undersized+degraded, 10 peering, 28 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 37/630 objects degraded (5.873%) 2024-03-21T13:06:55.932 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[77880]: cluster 2024-03-21T13:06:54.225540+0000 mgr.x (mgr.34104) 1803 : cluster [DBG] pgmap v1182: 161 pgs: 12 active+undersized+degraded, 10 peering, 28 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 37/630 objects degraded (5.873%) 2024-03-21T13:06:55.932 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[77880]: cephadm 2024-03-21T13:06:54.233544+0000 mgr.x (mgr.34104) 1804 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:55.932 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[77880]: cluster 2024-03-21T13:06:54.323231+0000 mgr.x (mgr.34104) 1805 : cluster [DBG] pgmap v1183: 161 pgs: 12 active+undersized+degraded, 10 peering, 28 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 37/630 objects degraded (5.873%) 2024-03-21T13:06:55.932 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[77880]: cluster 2024-03-21T13:06:54.323866+0000 mgr.x (mgr.34104) 1806 : cluster [DBG] pgmap v1184: 161 pgs: 12 active+undersized+degraded, 10 peering, 28 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 37/630 objects degraded (5.873%) 2024-03-21T13:06:55.932 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[77880]: cephadm 2024-03-21T13:06:54.330068+0000 mgr.x (mgr.34104) 1807 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:55.933 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[77880]: cluster 2024-03-21T13:06:54.422744+0000 mgr.x (mgr.34104) 1808 : cluster [DBG] pgmap v1185: 161 pgs: 12 active+undersized+degraded, 10 peering, 28 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 37/630 objects degraded (5.873%) 2024-03-21T13:06:55.933 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[77880]: cluster 2024-03-21T13:06:54.423464+0000 mgr.x (mgr.34104) 1809 : cluster [DBG] pgmap v1186: 161 pgs: 12 active+undersized+degraded, 10 peering, 28 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 37/630 objects degraded (5.873%) 2024-03-21T13:06:55.933 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[77880]: cephadm 2024-03-21T13:06:54.431965+0000 mgr.x (mgr.34104) 1810 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:55.933 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[77880]: cluster 2024-03-21T13:06:54.520448+0000 mgr.x (mgr.34104) 1811 : cluster [DBG] pgmap v1187: 161 pgs: 12 active+undersized+degraded, 10 peering, 28 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 37/630 objects degraded (5.873%) 2024-03-21T13:06:55.933 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[77880]: cluster 2024-03-21T13:06:54.521188+0000 mgr.x (mgr.34104) 1812 : cluster [DBG] pgmap v1188: 161 pgs: 12 active+undersized+degraded, 10 peering, 28 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 37/630 objects degraded (5.873%) 2024-03-21T13:06:55.933 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[77880]: cephadm 2024-03-21T13:06:54.529994+0000 mgr.x (mgr.34104) 1813 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:55.933 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[77880]: cluster 2024-03-21T13:06:54.622794+0000 mgr.x (mgr.34104) 1814 : cluster [DBG] pgmap v1189: 161 pgs: 12 active+undersized+degraded, 10 peering, 28 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 37/630 objects degraded (5.873%) 2024-03-21T13:06:55.933 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[77880]: cluster 2024-03-21T13:06:54.623332+0000 mgr.x (mgr.34104) 1815 : cluster [DBG] pgmap v1190: 161 pgs: 12 active+undersized+degraded, 10 peering, 28 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 37/630 objects degraded (5.873%) 2024-03-21T13:06:55.933 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[77880]: cephadm 2024-03-21T13:06:54.629192+0000 mgr.x (mgr.34104) 1816 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:55.933 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[75692]: cluster 2024-03-21T13:06:54.719135+0000 mgr.x (mgr.34104) 1817 : cluster [DBG] pgmap v1191: 161 pgs: 12 active+undersized+degraded, 10 peering, 28 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 37/630 objects degraded (5.873%) 2024-03-21T13:06:55.933 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[75692]: cluster 2024-03-21T13:06:54.719982+0000 mgr.x (mgr.34104) 1818 : cluster [DBG] pgmap v1192: 161 pgs: 12 active+undersized+degraded, 10 peering, 28 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 37/630 objects degraded (5.873%) 2024-03-21T13:06:55.934 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[75692]: cephadm 2024-03-21T13:06:54.727654+0000 mgr.x (mgr.34104) 1819 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:55.934 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[75692]: audit 2024-03-21T13:06:54.807331+0000 mon.a (mon.0) 2332 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:55.934 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[75692]: audit 2024-03-21T13:06:54.809380+0000 mon.a (mon.0) 2333 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:55.934 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[75692]: audit 2024-03-21T13:06:54.811384+0000 mon.a (mon.0) 2334 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:55.934 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[75692]: audit 2024-03-21T13:06:54.812065+0000 mon.a (mon.0) 2335 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:55.934 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[75692]: cluster 2024-03-21T13:06:54.815084+0000 mgr.x (mgr.34104) 1820 : cluster [DBG] pgmap v1193: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:55.934 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[75692]: cluster 2024-03-21T13:06:54.815471+0000 mgr.x (mgr.34104) 1821 : cluster [DBG] pgmap v1194: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:55.934 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[75692]: audit 2024-03-21T13:06:54.817671+0000 mon.a (mon.0) 2336 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:55.934 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[75692]: cephadm 2024-03-21T13:06:54.819720+0000 mgr.x (mgr.34104) 1822 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:55.934 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[75692]: audit 2024-03-21T13:06:54.881101+0000 mon.a (mon.0) 2337 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:55.934 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[75692]: audit 2024-03-21T13:06:54.884320+0000 mon.a (mon.0) 2338 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:55.934 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[75692]: audit 2024-03-21T13:06:54.887798+0000 mon.a (mon.0) 2339 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:55.934 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[75692]: audit 2024-03-21T13:06:54.889104+0000 mon.a (mon.0) 2340 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:55.934 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[75692]: cluster 2024-03-21T13:06:54.893021+0000 mgr.x (mgr.34104) 1823 : cluster [DBG] pgmap v1195: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:55.935 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[75692]: cluster 2024-03-21T13:06:54.893848+0000 mgr.x (mgr.34104) 1824 : cluster [DBG] pgmap v1196: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:55.935 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[77880]: cluster 2024-03-21T13:06:54.719135+0000 mgr.x (mgr.34104) 1817 : cluster [DBG] pgmap v1191: 161 pgs: 12 active+undersized+degraded, 10 peering, 28 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 37/630 objects degraded (5.873%) 2024-03-21T13:06:55.935 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[77880]: cluster 2024-03-21T13:06:54.719982+0000 mgr.x (mgr.34104) 1818 : cluster [DBG] pgmap v1192: 161 pgs: 12 active+undersized+degraded, 10 peering, 28 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 37/630 objects degraded (5.873%) 2024-03-21T13:06:55.935 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[77880]: cephadm 2024-03-21T13:06:54.727654+0000 mgr.x (mgr.34104) 1819 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:55.935 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[77880]: audit 2024-03-21T13:06:54.807331+0000 mon.a (mon.0) 2332 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:55.935 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[77880]: audit 2024-03-21T13:06:54.809380+0000 mon.a (mon.0) 2333 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:55.935 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[77880]: audit 2024-03-21T13:06:54.811384+0000 mon.a (mon.0) 2334 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:55.935 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[77880]: audit 2024-03-21T13:06:54.812065+0000 mon.a (mon.0) 2335 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:55.935 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[77880]: cluster 2024-03-21T13:06:54.815084+0000 mgr.x (mgr.34104) 1820 : cluster [DBG] pgmap v1193: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:55.935 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[77880]: cluster 2024-03-21T13:06:54.815471+0000 mgr.x (mgr.34104) 1821 : cluster [DBG] pgmap v1194: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:55.936 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[77880]: audit 2024-03-21T13:06:54.817671+0000 mon.a (mon.0) 2336 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:55.936 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[77880]: cephadm 2024-03-21T13:06:54.819720+0000 mgr.x (mgr.34104) 1822 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:55.936 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[77880]: audit 2024-03-21T13:06:54.881101+0000 mon.a (mon.0) 2337 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:55.936 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[77880]: audit 2024-03-21T13:06:54.884320+0000 mon.a (mon.0) 2338 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:55.936 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[77880]: audit 2024-03-21T13:06:54.887798+0000 mon.a (mon.0) 2339 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:55.936 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[77880]: audit 2024-03-21T13:06:54.889104+0000 mon.a (mon.0) 2340 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:55.936 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[77880]: cluster 2024-03-21T13:06:54.893021+0000 mgr.x (mgr.34104) 1823 : cluster [DBG] pgmap v1195: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:55.936 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[77880]: cluster 2024-03-21T13:06:54.893848+0000 mgr.x (mgr.34104) 1824 : cluster [DBG] pgmap v1196: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:55.936 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[75692]: audit 2024-03-21T13:06:54.897211+0000 mon.a (mon.0) 2341 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:55.936 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[75692]: cephadm 2024-03-21T13:06:54.899507+0000 mgr.x (mgr.34104) 1825 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:55.936 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[75692]: audit 2024-03-21T13:06:54.980542+0000 mon.a (mon.0) 2342 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:55.937 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[75692]: audit 2024-03-21T13:06:54.983704+0000 mon.a (mon.0) 2343 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:55.937 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[75692]: audit 2024-03-21T13:06:54.987179+0000 mon.a (mon.0) 2344 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:55.937 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[75692]: audit 2024-03-21T13:06:54.988524+0000 mon.a (mon.0) 2345 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:55.937 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[75692]: cluster 2024-03-21T13:06:54.992807+0000 mgr.x (mgr.34104) 1826 : cluster [DBG] pgmap v1197: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:55.937 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[75692]: cluster 2024-03-21T13:06:54.993544+0000 mgr.x (mgr.34104) 1827 : cluster [DBG] pgmap v1198: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:55.937 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[75692]: audit 2024-03-21T13:06:54.997884+0000 mon.a (mon.0) 2346 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:55.937 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[75692]: cephadm 2024-03-21T13:06:55.000241+0000 mgr.x (mgr.34104) 1828 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:55.937 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[75692]: audit 2024-03-21T13:06:55.078069+0000 mon.a (mon.0) 2347 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:55.937 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[75692]: audit 2024-03-21T13:06:55.082753+0000 mon.a (mon.0) 2348 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:55.937 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[75692]: audit 2024-03-21T13:06:55.087020+0000 mon.a (mon.0) 2349 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:55.937 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[75692]: audit 2024-03-21T13:06:55.088639+0000 mon.a (mon.0) 2350 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:55.937 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[75692]: cluster 2024-03-21T13:06:55.092624+0000 mgr.x (mgr.34104) 1829 : cluster [DBG] pgmap v1199: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:55.937 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[75692]: cluster 2024-03-21T13:06:55.093011+0000 mgr.x (mgr.34104) 1830 : cluster [DBG] pgmap v1200: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:55.937 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[75692]: audit 2024-03-21T13:06:55.100671+0000 mon.a (mon.0) 2351 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:55.938 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[75692]: cephadm 2024-03-21T13:06:55.103085+0000 mgr.x (mgr.34104) 1831 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:55.938 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[77880]: audit 2024-03-21T13:06:54.897211+0000 mon.a (mon.0) 2341 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:55.938 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[77880]: cephadm 2024-03-21T13:06:54.899507+0000 mgr.x (mgr.34104) 1825 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:55.938 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[77880]: audit 2024-03-21T13:06:54.980542+0000 mon.a (mon.0) 2342 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:55.938 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[77880]: audit 2024-03-21T13:06:54.983704+0000 mon.a (mon.0) 2343 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:55.938 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[77880]: audit 2024-03-21T13:06:54.987179+0000 mon.a (mon.0) 2344 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:55.938 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[77880]: audit 2024-03-21T13:06:54.988524+0000 mon.a (mon.0) 2345 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:55.938 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[77880]: cluster 2024-03-21T13:06:54.992807+0000 mgr.x (mgr.34104) 1826 : cluster [DBG] pgmap v1197: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:55.938 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[77880]: cluster 2024-03-21T13:06:54.993544+0000 mgr.x (mgr.34104) 1827 : cluster [DBG] pgmap v1198: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:55.938 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[77880]: audit 2024-03-21T13:06:54.997884+0000 mon.a (mon.0) 2346 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:55.938 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[77880]: cephadm 2024-03-21T13:06:55.000241+0000 mgr.x (mgr.34104) 1828 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:55.939 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[77880]: audit 2024-03-21T13:06:55.078069+0000 mon.a (mon.0) 2347 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:55.939 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[77880]: audit 2024-03-21T13:06:55.082753+0000 mon.a (mon.0) 2348 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:55.939 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[77880]: audit 2024-03-21T13:06:55.087020+0000 mon.a (mon.0) 2349 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:55.939 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[77880]: audit 2024-03-21T13:06:55.088639+0000 mon.a (mon.0) 2350 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:55.939 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[77880]: cluster 2024-03-21T13:06:55.092624+0000 mgr.x (mgr.34104) 1829 : cluster [DBG] pgmap v1199: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:55.939 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[77880]: cluster 2024-03-21T13:06:55.093011+0000 mgr.x (mgr.34104) 1830 : cluster [DBG] pgmap v1200: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:55.939 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[77880]: audit 2024-03-21T13:06:55.100671+0000 mon.a (mon.0) 2351 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:55.939 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[77880]: cephadm 2024-03-21T13:06:55.103085+0000 mgr.x (mgr.34104) 1831 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:55.939 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[75692]: audit 2024-03-21T13:06:55.185859+0000 mon.a (mon.0) 2352 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:55.939 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[75692]: audit 2024-03-21T13:06:55.188623+0000 mon.a (mon.0) 2353 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:55.939 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[75692]: audit 2024-03-21T13:06:55.191853+0000 mon.a (mon.0) 2354 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:55.940 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[75692]: audit 2024-03-21T13:06:55.193085+0000 mon.a (mon.0) 2355 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:55.940 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[75692]: cluster 2024-03-21T13:06:55.196978+0000 mgr.x (mgr.34104) 1832 : cluster [DBG] pgmap v1201: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:55.940 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[75692]: cluster 2024-03-21T13:06:55.197642+0000 mgr.x (mgr.34104) 1833 : cluster [DBG] pgmap v1202: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:55.940 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[75692]: audit 2024-03-21T13:06:55.204362+0000 mon.a (mon.0) 2356 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:55.940 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[75692]: audit 2024-03-21T13:06:55.286524+0000 mon.a (mon.0) 2357 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:55.940 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[75692]: audit 2024-03-21T13:06:55.289244+0000 mon.a (mon.0) 2358 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:55.940 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[75692]: audit 2024-03-21T13:06:55.292227+0000 mon.a (mon.0) 2359 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:55.940 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[75692]: audit 2024-03-21T13:06:55.293771+0000 mon.a (mon.0) 2360 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:55.940 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[75692]: audit 2024-03-21T13:06:55.305182+0000 mon.a (mon.0) 2361 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:55.940 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[75692]: audit 2024-03-21T13:06:55.383965+0000 mon.a (mon.0) 2362 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:55.940 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[75692]: audit 2024-03-21T13:06:55.386988+0000 mon.a (mon.0) 2363 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:55.940 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[75692]: audit 2024-03-21T13:06:55.389978+0000 mon.a (mon.0) 2364 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:55.940 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[75692]: audit 2024-03-21T13:06:55.391167+0000 mon.a (mon.0) 2365 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:55.941 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[75692]: audit 2024-03-21T13:06:55.402249+0000 mon.a (mon.0) 2366 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:55.941 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[75692]: audit 2024-03-21T13:06:55.482768+0000 mon.a (mon.0) 2367 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:55.941 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[77880]: audit 2024-03-21T13:06:55.185859+0000 mon.a (mon.0) 2352 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:55.941 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[77880]: audit 2024-03-21T13:06:55.188623+0000 mon.a (mon.0) 2353 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:55.941 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[77880]: audit 2024-03-21T13:06:55.191853+0000 mon.a (mon.0) 2354 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:55.941 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[77880]: audit 2024-03-21T13:06:55.193085+0000 mon.a (mon.0) 2355 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:55.941 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[77880]: cluster 2024-03-21T13:06:55.196978+0000 mgr.x (mgr.34104) 1832 : cluster [DBG] pgmap v1201: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:55.941 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[77880]: cluster 2024-03-21T13:06:55.197642+0000 mgr.x (mgr.34104) 1833 : cluster [DBG] pgmap v1202: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:55.941 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[77880]: audit 2024-03-21T13:06:55.204362+0000 mon.a (mon.0) 2356 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:55.942 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[77880]: audit 2024-03-21T13:06:55.286524+0000 mon.a (mon.0) 2357 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:55.942 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[77880]: audit 2024-03-21T13:06:55.289244+0000 mon.a (mon.0) 2358 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:55.942 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[77880]: audit 2024-03-21T13:06:55.292227+0000 mon.a (mon.0) 2359 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:55.942 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[77880]: audit 2024-03-21T13:06:55.293771+0000 mon.a (mon.0) 2360 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:55.942 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[77880]: audit 2024-03-21T13:06:55.305182+0000 mon.a (mon.0) 2361 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:55.942 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[77880]: audit 2024-03-21T13:06:55.383965+0000 mon.a (mon.0) 2362 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:55.942 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[77880]: audit 2024-03-21T13:06:55.386988+0000 mon.a (mon.0) 2363 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:55.942 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[77880]: audit 2024-03-21T13:06:55.389978+0000 mon.a (mon.0) 2364 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:55.942 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[77880]: audit 2024-03-21T13:06:55.391167+0000 mon.a (mon.0) 2365 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:55.942 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[77880]: audit 2024-03-21T13:06:55.402249+0000 mon.a (mon.0) 2366 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:55.942 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[77880]: audit 2024-03-21T13:06:55.482768+0000 mon.a (mon.0) 2367 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:55.943 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[75692]: audit 2024-03-21T13:06:55.485736+0000 mon.a (mon.0) 2368 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:55.943 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[75692]: audit 2024-03-21T13:06:55.488932+0000 mon.a (mon.0) 2369 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:55.943 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[75692]: audit 2024-03-21T13:06:55.490532+0000 mon.a (mon.0) 2370 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:55.943 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[75692]: audit 2024-03-21T13:06:55.502954+0000 mon.a (mon.0) 2371 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:55.943 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[75692]: audit 2024-03-21T13:06:55.586482+0000 mon.a (mon.0) 2372 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:55.943 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[75692]: audit 2024-03-21T13:06:55.590293+0000 mon.a (mon.0) 2373 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:55.943 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[75692]: audit 2024-03-21T13:06:55.594588+0000 mon.a (mon.0) 2374 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:55.943 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[75692]: audit 2024-03-21T13:06:55.596145+0000 mon.a (mon.0) 2375 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:55.943 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[75692]: audit 2024-03-21T13:06:55.606077+0000 mon.a (mon.0) 2376 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:55.943 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[75692]: audit 2024-03-21T13:06:55.690029+0000 mon.a (mon.0) 2377 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:55.943 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[75692]: audit 2024-03-21T13:06:55.693921+0000 mon.a (mon.0) 2378 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:55.943 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[75692]: audit 2024-03-21T13:06:55.697457+0000 mon.a (mon.0) 2379 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:55.943 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[75692]: audit 2024-03-21T13:06:55.698529+0000 mon.a (mon.0) 2380 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:55.943 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[75692]: audit 2024-03-21T13:06:55.708008+0000 mon.a (mon.0) 2381 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:55.944 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[75692]: audit 2024-03-21T13:06:55.788047+0000 mon.a (mon.0) 2382 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:55.944 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[75692]: audit 2024-03-21T13:06:55.790925+0000 mon.a (mon.0) 2383 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:55.944 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[75692]: audit 2024-03-21T13:06:55.794032+0000 mon.a (mon.0) 2384 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:55.944 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[75692]: audit 2024-03-21T13:06:55.795636+0000 mon.a (mon.0) 2385 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:55.944 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[77880]: audit 2024-03-21T13:06:55.485736+0000 mon.a (mon.0) 2368 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:55.944 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[77880]: audit 2024-03-21T13:06:55.488932+0000 mon.a (mon.0) 2369 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:55.944 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[77880]: audit 2024-03-21T13:06:55.490532+0000 mon.a (mon.0) 2370 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:55.944 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[77880]: audit 2024-03-21T13:06:55.502954+0000 mon.a (mon.0) 2371 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:55.944 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[77880]: audit 2024-03-21T13:06:55.586482+0000 mon.a (mon.0) 2372 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:55.944 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[77880]: audit 2024-03-21T13:06:55.590293+0000 mon.a (mon.0) 2373 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:55.944 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[77880]: audit 2024-03-21T13:06:55.594588+0000 mon.a (mon.0) 2374 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:55.944 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[77880]: audit 2024-03-21T13:06:55.596145+0000 mon.a (mon.0) 2375 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:55.945 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[77880]: audit 2024-03-21T13:06:55.606077+0000 mon.a (mon.0) 2376 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:55.945 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[77880]: audit 2024-03-21T13:06:55.690029+0000 mon.a (mon.0) 2377 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:55.945 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[77880]: audit 2024-03-21T13:06:55.693921+0000 mon.a (mon.0) 2378 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:55.945 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[77880]: audit 2024-03-21T13:06:55.697457+0000 mon.a (mon.0) 2379 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:55.945 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[77880]: audit 2024-03-21T13:06:55.698529+0000 mon.a (mon.0) 2380 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:55.945 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[77880]: audit 2024-03-21T13:06:55.708008+0000 mon.a (mon.0) 2381 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:55.945 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[77880]: audit 2024-03-21T13:06:55.788047+0000 mon.a (mon.0) 2382 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:55.945 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[77880]: audit 2024-03-21T13:06:55.790925+0000 mon.a (mon.0) 2383 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:55.945 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[77880]: audit 2024-03-21T13:06:55.794032+0000 mon.a (mon.0) 2384 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:55.945 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:55 smithi178 bash[77880]: audit 2024-03-21T13:06:55.795636+0000 mon.a (mon.0) 2385 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:56.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:55 smithi184 bash[59794]: audit 2024-03-21T13:06:55.788047+0000 mon.a (mon.0) 2382 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:56.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:55 smithi184 bash[59794]: audit 2024-03-21T13:06:55.790925+0000 mon.a (mon.0) 2383 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:56.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:55 smithi184 bash[59794]: audit 2024-03-21T13:06:55.794032+0000 mon.a (mon.0) 2384 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:56.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:55 smithi184 bash[59794]: audit 2024-03-21T13:06:55.795636+0000 mon.a (mon.0) 2385 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:57.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:56 smithi178 bash[75692]: cephadm 2024-03-21T13:06:55.206657+0000 mgr.x (mgr.34104) 1834 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:57.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:56 smithi178 bash[75692]: cluster 2024-03-21T13:06:55.297619+0000 mgr.x (mgr.34104) 1835 : cluster [DBG] pgmap v1203: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:57.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:56 smithi178 bash[75692]: cluster 2024-03-21T13:06:55.298307+0000 mgr.x (mgr.34104) 1836 : cluster [DBG] pgmap v1204: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:57.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:56 smithi178 bash[75692]: cephadm 2024-03-21T13:06:55.307425+0000 mgr.x (mgr.34104) 1837 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:57.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:56 smithi178 bash[75692]: cluster 2024-03-21T13:06:55.394797+0000 mgr.x (mgr.34104) 1838 : cluster [DBG] pgmap v1205: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:57.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:56 smithi178 bash[75692]: cluster 2024-03-21T13:06:55.395481+0000 mgr.x (mgr.34104) 1839 : cluster [DBG] pgmap v1206: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:57.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:56 smithi178 bash[75692]: cephadm 2024-03-21T13:06:55.405073+0000 mgr.x (mgr.34104) 1840 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:57.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:56 smithi178 bash[75692]: cluster 2024-03-21T13:06:55.494746+0000 mgr.x (mgr.34104) 1841 : cluster [DBG] pgmap v1207: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:57.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:56 smithi178 bash[75692]: cluster 2024-03-21T13:06:55.495383+0000 mgr.x (mgr.34104) 1842 : cluster [DBG] pgmap v1208: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:57.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:56 smithi178 bash[75692]: cephadm 2024-03-21T13:06:55.505476+0000 mgr.x (mgr.34104) 1843 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:57.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:56 smithi178 bash[75692]: cluster 2024-03-21T13:06:55.600135+0000 mgr.x (mgr.34104) 1844 : cluster [DBG] pgmap v1209: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s; 59/630 objects degraded (9.365%) 2024-03-21T13:06:57.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:56 smithi178 bash[75692]: cluster 2024-03-21T13:06:55.600508+0000 mgr.x (mgr.34104) 1845 : cluster [DBG] pgmap v1210: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s; 59/630 objects degraded (9.365%) 2024-03-21T13:06:57.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:56 smithi178 bash[75692]: cephadm 2024-03-21T13:06:55.608366+0000 mgr.x (mgr.34104) 1846 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:57.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:56 smithi178 bash[75692]: cluster 2024-03-21T13:06:55.702474+0000 mgr.x (mgr.34104) 1847 : cluster [DBG] pgmap v1211: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s; 59/630 objects degraded (9.365%) 2024-03-21T13:06:57.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:56 smithi178 bash[75692]: cluster 2024-03-21T13:06:55.702973+0000 mgr.x (mgr.34104) 1848 : cluster [DBG] pgmap v1212: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s; 59/630 objects degraded (9.365%) 2024-03-21T13:06:57.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:56 smithi178 bash[77880]: cephadm 2024-03-21T13:06:55.206657+0000 mgr.x (mgr.34104) 1834 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:57.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:56 smithi178 bash[77880]: cluster 2024-03-21T13:06:55.297619+0000 mgr.x (mgr.34104) 1835 : cluster [DBG] pgmap v1203: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:57.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:56 smithi178 bash[77880]: cluster 2024-03-21T13:06:55.298307+0000 mgr.x (mgr.34104) 1836 : cluster [DBG] pgmap v1204: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:57.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:56 smithi178 bash[77880]: cephadm 2024-03-21T13:06:55.307425+0000 mgr.x (mgr.34104) 1837 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:57.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:56 smithi178 bash[77880]: cluster 2024-03-21T13:06:55.394797+0000 mgr.x (mgr.34104) 1838 : cluster [DBG] pgmap v1205: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:57.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:56 smithi178 bash[77880]: cluster 2024-03-21T13:06:55.395481+0000 mgr.x (mgr.34104) 1839 : cluster [DBG] pgmap v1206: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:57.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:56 smithi178 bash[77880]: cephadm 2024-03-21T13:06:55.405073+0000 mgr.x (mgr.34104) 1840 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:57.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:56 smithi178 bash[77880]: cluster 2024-03-21T13:06:55.494746+0000 mgr.x (mgr.34104) 1841 : cluster [DBG] pgmap v1207: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:57.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:56 smithi178 bash[77880]: cluster 2024-03-21T13:06:55.495383+0000 mgr.x (mgr.34104) 1842 : cluster [DBG] pgmap v1208: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:57.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:56 smithi178 bash[77880]: cephadm 2024-03-21T13:06:55.505476+0000 mgr.x (mgr.34104) 1843 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:57.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:56 smithi178 bash[77880]: cluster 2024-03-21T13:06:55.600135+0000 mgr.x (mgr.34104) 1844 : cluster [DBG] pgmap v1209: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s; 59/630 objects degraded (9.365%) 2024-03-21T13:06:57.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:56 smithi178 bash[77880]: cluster 2024-03-21T13:06:55.600508+0000 mgr.x (mgr.34104) 1845 : cluster [DBG] pgmap v1210: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s; 59/630 objects degraded (9.365%) 2024-03-21T13:06:57.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:56 smithi178 bash[77880]: cephadm 2024-03-21T13:06:55.608366+0000 mgr.x (mgr.34104) 1846 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:57.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:56 smithi178 bash[77880]: cluster 2024-03-21T13:06:55.702474+0000 mgr.x (mgr.34104) 1847 : cluster [DBG] pgmap v1211: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s; 59/630 objects degraded (9.365%) 2024-03-21T13:06:57.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:56 smithi178 bash[77880]: cluster 2024-03-21T13:06:55.702973+0000 mgr.x (mgr.34104) 1848 : cluster [DBG] pgmap v1212: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s; 59/630 objects degraded (9.365%) 2024-03-21T13:06:57.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:56 smithi178 bash[77880]: cephadm 2024-03-21T13:06:55.710195+0000 mgr.x (mgr.34104) 1849 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:57.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:56 smithi178 bash[77880]: cluster 2024-03-21T13:06:55.799567+0000 mgr.x (mgr.34104) 1850 : cluster [DBG] pgmap v1213: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s; 59/630 objects degraded (9.365%) 2024-03-21T13:06:57.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:56 smithi178 bash[77880]: cluster 2024-03-21T13:06:55.800606+0000 mgr.x (mgr.34104) 1851 : cluster [DBG] pgmap v1214: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s; 59/630 objects degraded (9.365%) 2024-03-21T13:06:57.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:56 smithi178 bash[77880]: audit 2024-03-21T13:06:55.806984+0000 mon.a (mon.0) 2386 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:57.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:56 smithi178 bash[77880]: cephadm 2024-03-21T13:06:55.809377+0000 mgr.x (mgr.34104) 1852 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:57.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:56 smithi178 bash[77880]: audit 2024-03-21T13:06:55.887237+0000 mon.a (mon.0) 2387 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:57.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:56 smithi178 bash[77880]: audit 2024-03-21T13:06:55.889759+0000 mon.a (mon.0) 2388 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:57.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:56 smithi178 bash[77880]: audit 2024-03-21T13:06:55.892785+0000 mon.a (mon.0) 2389 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:57.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:56 smithi178 bash[77880]: audit 2024-03-21T13:06:55.894049+0000 mon.a (mon.0) 2390 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:57.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:56 smithi178 bash[77880]: cluster 2024-03-21T13:06:55.897898+0000 mgr.x (mgr.34104) 1853 : cluster [DBG] pgmap v1215: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:57.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:56 smithi178 bash[77880]: cluster 2024-03-21T13:06:55.898586+0000 mgr.x (mgr.34104) 1854 : cluster [DBG] pgmap v1216: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:57.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:56 smithi178 bash[77880]: audit 2024-03-21T13:06:55.906589+0000 mon.a (mon.0) 2391 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:57.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:56 smithi178 bash[77880]: cephadm 2024-03-21T13:06:55.909119+0000 mgr.x (mgr.34104) 1855 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:57.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:56 smithi178 bash[77880]: audit 2024-03-21T13:06:55.987288+0000 mon.a (mon.0) 2392 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:57.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:56 smithi178 bash[77880]: audit 2024-03-21T13:06:55.990716+0000 mon.a (mon.0) 2393 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:57.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:56 smithi178 bash[77880]: audit 2024-03-21T13:06:55.994543+0000 mon.a (mon.0) 2394 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:57.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:56 smithi178 bash[77880]: audit 2024-03-21T13:06:55.996230+0000 mon.a (mon.0) 2395 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:57.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:56 smithi178 bash[77880]: cluster 2024-03-21T13:06:56.000211+0000 mgr.x (mgr.34104) 1856 : cluster [DBG] pgmap v1217: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:57.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:56 smithi178 bash[75692]: cephadm 2024-03-21T13:06:55.710195+0000 mgr.x (mgr.34104) 1849 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:57.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:56 smithi178 bash[75692]: cluster 2024-03-21T13:06:55.799567+0000 mgr.x (mgr.34104) 1850 : cluster [DBG] pgmap v1213: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s; 59/630 objects degraded (9.365%) 2024-03-21T13:06:57.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:56 smithi178 bash[75692]: cluster 2024-03-21T13:06:55.800606+0000 mgr.x (mgr.34104) 1851 : cluster [DBG] pgmap v1214: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s; 59/630 objects degraded (9.365%) 2024-03-21T13:06:57.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:56 smithi178 bash[75692]: audit 2024-03-21T13:06:55.806984+0000 mon.a (mon.0) 2386 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:57.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:56 smithi178 bash[75692]: cephadm 2024-03-21T13:06:55.809377+0000 mgr.x (mgr.34104) 1852 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:57.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:56 smithi178 bash[75692]: audit 2024-03-21T13:06:55.887237+0000 mon.a (mon.0) 2387 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:57.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:56 smithi178 bash[75692]: audit 2024-03-21T13:06:55.889759+0000 mon.a (mon.0) 2388 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:57.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:56 smithi178 bash[75692]: audit 2024-03-21T13:06:55.892785+0000 mon.a (mon.0) 2389 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:57.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:56 smithi178 bash[75692]: audit 2024-03-21T13:06:55.894049+0000 mon.a (mon.0) 2390 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:57.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:56 smithi178 bash[75692]: cluster 2024-03-21T13:06:55.897898+0000 mgr.x (mgr.34104) 1853 : cluster [DBG] pgmap v1215: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:57.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:56 smithi178 bash[75692]: cluster 2024-03-21T13:06:55.898586+0000 mgr.x (mgr.34104) 1854 : cluster [DBG] pgmap v1216: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:57.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:56 smithi178 bash[75692]: audit 2024-03-21T13:06:55.906589+0000 mon.a (mon.0) 2391 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:57.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:56 smithi178 bash[75692]: cephadm 2024-03-21T13:06:55.909119+0000 mgr.x (mgr.34104) 1855 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:57.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:56 smithi178 bash[75692]: audit 2024-03-21T13:06:55.987288+0000 mon.a (mon.0) 2392 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:57.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:56 smithi178 bash[75692]: audit 2024-03-21T13:06:55.990716+0000 mon.a (mon.0) 2393 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:57.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:56 smithi178 bash[75692]: audit 2024-03-21T13:06:55.994543+0000 mon.a (mon.0) 2394 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:57.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:56 smithi178 bash[75692]: audit 2024-03-21T13:06:55.996230+0000 mon.a (mon.0) 2395 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:57.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:56 smithi178 bash[75692]: cluster 2024-03-21T13:06:56.000211+0000 mgr.x (mgr.34104) 1856 : cluster [DBG] pgmap v1217: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:57.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:56 smithi178 bash[77880]: cluster 2024-03-21T13:06:56.000789+0000 mgr.x (mgr.34104) 1857 : cluster [DBG] pgmap v1218: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:57.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:56 smithi178 bash[77880]: audit 2024-03-21T13:06:56.007823+0000 mon.a (mon.0) 2396 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:57.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:56 smithi178 bash[77880]: cephadm 2024-03-21T13:06:56.010343+0000 mgr.x (mgr.34104) 1858 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:57.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:56 smithi178 bash[77880]: audit 2024-03-21T13:06:56.091068+0000 mon.a (mon.0) 2397 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:57.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:56 smithi178 bash[77880]: audit 2024-03-21T13:06:56.094039+0000 mon.a (mon.0) 2398 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:57.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:56 smithi178 bash[77880]: audit 2024-03-21T13:06:56.097630+0000 mon.a (mon.0) 2399 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:57.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:56 smithi178 bash[77880]: audit 2024-03-21T13:06:56.099112+0000 mon.a (mon.0) 2400 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:57.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:56 smithi178 bash[77880]: cluster 2024-03-21T13:06:56.103157+0000 mgr.x (mgr.34104) 1859 : cluster [DBG] pgmap v1219: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:57.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:56 smithi178 bash[77880]: cluster 2024-03-21T13:06:56.103719+0000 mgr.x (mgr.34104) 1860 : cluster [DBG] pgmap v1220: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:57.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:56 smithi178 bash[77880]: audit 2024-03-21T13:06:56.110965+0000 mon.a (mon.0) 2401 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:57.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:56 smithi178 bash[77880]: cephadm 2024-03-21T13:06:56.113254+0000 mgr.x (mgr.34104) 1861 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:57.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:56 smithi178 bash[77880]: audit 2024-03-21T13:06:56.192558+0000 mon.a (mon.0) 2402 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:57.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:56 smithi178 bash[77880]: audit 2024-03-21T13:06:56.195691+0000 mon.a (mon.0) 2403 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:57.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:56 smithi178 bash[77880]: audit 2024-03-21T13:06:56.198660+0000 mon.a (mon.0) 2404 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:57.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:56 smithi178 bash[77880]: audit 2024-03-21T13:06:56.200082+0000 mon.a (mon.0) 2405 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:57.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:56 smithi178 bash[77880]: audit 2024-03-21T13:06:56.211534+0000 mon.a (mon.0) 2406 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:57.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:56 smithi178 bash[77880]: audit 2024-03-21T13:06:56.295054+0000 mon.a (mon.0) 2407 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:57.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:56 smithi178 bash[77880]: audit 2024-03-21T13:06:56.298808+0000 mon.a (mon.0) 2408 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:57.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:56 smithi178 bash[75692]: cluster 2024-03-21T13:06:56.000789+0000 mgr.x (mgr.34104) 1857 : cluster [DBG] pgmap v1218: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:57.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:56 smithi178 bash[75692]: audit 2024-03-21T13:06:56.007823+0000 mon.a (mon.0) 2396 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:57.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:56 smithi178 bash[75692]: cephadm 2024-03-21T13:06:56.010343+0000 mgr.x (mgr.34104) 1858 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:57.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:56 smithi178 bash[75692]: audit 2024-03-21T13:06:56.091068+0000 mon.a (mon.0) 2397 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:57.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:56 smithi178 bash[75692]: audit 2024-03-21T13:06:56.094039+0000 mon.a (mon.0) 2398 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:57.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:56 smithi178 bash[75692]: audit 2024-03-21T13:06:56.097630+0000 mon.a (mon.0) 2399 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:57.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:56 smithi178 bash[75692]: audit 2024-03-21T13:06:56.099112+0000 mon.a (mon.0) 2400 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:57.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:56 smithi178 bash[75692]: cluster 2024-03-21T13:06:56.103157+0000 mgr.x (mgr.34104) 1859 : cluster [DBG] pgmap v1219: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:57.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:56 smithi178 bash[75692]: cluster 2024-03-21T13:06:56.103719+0000 mgr.x (mgr.34104) 1860 : cluster [DBG] pgmap v1220: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:57.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:56 smithi178 bash[75692]: audit 2024-03-21T13:06:56.110965+0000 mon.a (mon.0) 2401 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:57.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:56 smithi178 bash[75692]: cephadm 2024-03-21T13:06:56.113254+0000 mgr.x (mgr.34104) 1861 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:57.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:56 smithi178 bash[75692]: audit 2024-03-21T13:06:56.192558+0000 mon.a (mon.0) 2402 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:57.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:56 smithi178 bash[75692]: audit 2024-03-21T13:06:56.195691+0000 mon.a (mon.0) 2403 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:57.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:56 smithi178 bash[75692]: audit 2024-03-21T13:06:56.198660+0000 mon.a (mon.0) 2404 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:57.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:56 smithi178 bash[75692]: audit 2024-03-21T13:06:56.200082+0000 mon.a (mon.0) 2405 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:57.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:56 smithi178 bash[75692]: audit 2024-03-21T13:06:56.211534+0000 mon.a (mon.0) 2406 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:57.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:56 smithi178 bash[75692]: audit 2024-03-21T13:06:56.295054+0000 mon.a (mon.0) 2407 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:57.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:56 smithi178 bash[75692]: audit 2024-03-21T13:06:56.298808+0000 mon.a (mon.0) 2408 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:57.310 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:56 smithi178 bash[77880]: audit 2024-03-21T13:06:56.303271+0000 mon.a (mon.0) 2409 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:57.310 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:56 smithi178 bash[77880]: audit 2024-03-21T13:06:56.304895+0000 mon.a (mon.0) 2410 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:57.310 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:56 smithi178 bash[77880]: audit 2024-03-21T13:06:56.316659+0000 mon.a (mon.0) 2411 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:57.310 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:56 smithi178 bash[77880]: audit 2024-03-21T13:06:56.394104+0000 mon.a (mon.0) 2412 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:57.310 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:56 smithi178 bash[77880]: audit 2024-03-21T13:06:56.397568+0000 mon.a (mon.0) 2413 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:57.310 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:56 smithi178 bash[77880]: audit 2024-03-21T13:06:56.401434+0000 mon.a (mon.0) 2414 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:57.310 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:56 smithi178 bash[77880]: audit 2024-03-21T13:06:56.402923+0000 mon.a (mon.0) 2415 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:57.310 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:56 smithi178 bash[77880]: audit 2024-03-21T13:06:56.414527+0000 mon.a (mon.0) 2416 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:57.310 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:56 smithi178 bash[77880]: audit 2024-03-21T13:06:56.498032+0000 mon.a (mon.0) 2417 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:57.310 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:56 smithi178 bash[77880]: audit 2024-03-21T13:06:56.502724+0000 mon.a (mon.0) 2418 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:57.310 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:56 smithi178 bash[77880]: audit 2024-03-21T13:06:56.506475+0000 mon.a (mon.0) 2419 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:57.311 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:56 smithi178 bash[77880]: audit 2024-03-21T13:06:56.507988+0000 mon.a (mon.0) 2420 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:57.311 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:56 smithi178 bash[77880]: audit 2024-03-21T13:06:56.520180+0000 mon.a (mon.0) 2421 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:57.311 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:56 smithi178 bash[77880]: audit 2024-03-21T13:06:56.602561+0000 mon.a (mon.0) 2422 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:57.311 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:56 smithi178 bash[77880]: audit 2024-03-21T13:06:56.607269+0000 mon.a (mon.0) 2423 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:57.311 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:56 smithi178 bash[77880]: audit 2024-03-21T13:06:56.611034+0000 mon.a (mon.0) 2424 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:57.311 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:56 smithi178 bash[77880]: audit 2024-03-21T13:06:56.612517+0000 mon.a (mon.0) 2425 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:57.311 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:56 smithi178 bash[77880]: audit 2024-03-21T13:06:56.623188+0000 mon.a (mon.0) 2426 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:57.311 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:56 smithi178 bash[77880]: audit 2024-03-21T13:06:56.705199+0000 mon.a (mon.0) 2427 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:57.311 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:56 smithi178 bash[75692]: audit 2024-03-21T13:06:56.303271+0000 mon.a (mon.0) 2409 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:57.311 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:56 smithi178 bash[75692]: audit 2024-03-21T13:06:56.304895+0000 mon.a (mon.0) 2410 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:57.311 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:56 smithi178 bash[75692]: audit 2024-03-21T13:06:56.316659+0000 mon.a (mon.0) 2411 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:57.311 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:56 smithi178 bash[75692]: audit 2024-03-21T13:06:56.394104+0000 mon.a (mon.0) 2412 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:57.312 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:56 smithi178 bash[75692]: audit 2024-03-21T13:06:56.397568+0000 mon.a (mon.0) 2413 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:57.312 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:56 smithi178 bash[75692]: audit 2024-03-21T13:06:56.401434+0000 mon.a (mon.0) 2414 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:57.312 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:56 smithi178 bash[75692]: audit 2024-03-21T13:06:56.402923+0000 mon.a (mon.0) 2415 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:57.312 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:56 smithi178 bash[75692]: audit 2024-03-21T13:06:56.414527+0000 mon.a (mon.0) 2416 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:57.312 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:56 smithi178 bash[75692]: audit 2024-03-21T13:06:56.498032+0000 mon.a (mon.0) 2417 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:57.312 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:56 smithi178 bash[75692]: audit 2024-03-21T13:06:56.502724+0000 mon.a (mon.0) 2418 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:57.312 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:56 smithi178 bash[75692]: audit 2024-03-21T13:06:56.506475+0000 mon.a (mon.0) 2419 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:57.312 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:56 smithi178 bash[75692]: audit 2024-03-21T13:06:56.507988+0000 mon.a (mon.0) 2420 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:57.312 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:56 smithi178 bash[75692]: audit 2024-03-21T13:06:56.520180+0000 mon.a (mon.0) 2421 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:57.312 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:56 smithi178 bash[75692]: audit 2024-03-21T13:06:56.602561+0000 mon.a (mon.0) 2422 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:57.312 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:56 smithi178 bash[75692]: audit 2024-03-21T13:06:56.607269+0000 mon.a (mon.0) 2423 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:57.312 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:56 smithi178 bash[75692]: audit 2024-03-21T13:06:56.611034+0000 mon.a (mon.0) 2424 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:57.312 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:56 smithi178 bash[75692]: audit 2024-03-21T13:06:56.612517+0000 mon.a (mon.0) 2425 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:57.312 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:56 smithi178 bash[75692]: audit 2024-03-21T13:06:56.623188+0000 mon.a (mon.0) 2426 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:57.313 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:56 smithi178 bash[75692]: audit 2024-03-21T13:06:56.705199+0000 mon.a (mon.0) 2427 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:57.313 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:56 smithi178 bash[77880]: audit 2024-03-21T13:06:56.709484+0000 mon.a (mon.0) 2428 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:57.313 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:56 smithi178 bash[77880]: audit 2024-03-21T13:06:56.712602+0000 mon.a (mon.0) 2429 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:57.313 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:56 smithi178 bash[77880]: audit 2024-03-21T13:06:56.713715+0000 mon.a (mon.0) 2430 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:57.313 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:56 smithi178 bash[77880]: audit 2024-03-21T13:06:56.723535+0000 mon.a (mon.0) 2431 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:57.313 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:56 smithi178 bash[77880]: audit 2024-03-21T13:06:56.805200+0000 mon.a (mon.0) 2432 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:57.313 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:56 smithi178 bash[77880]: audit 2024-03-21T13:06:56.808421+0000 mon.a (mon.0) 2433 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:57.313 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:56 smithi178 bash[77880]: audit 2024-03-21T13:06:56.812246+0000 mon.a (mon.0) 2434 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:57.313 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:56 smithi178 bash[77880]: audit 2024-03-21T13:06:56.813681+0000 mon.a (mon.0) 2435 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:57.313 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:56 smithi178 bash[75692]: audit 2024-03-21T13:06:56.709484+0000 mon.a (mon.0) 2428 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:57.314 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:56 smithi178 bash[75692]: audit 2024-03-21T13:06:56.712602+0000 mon.a (mon.0) 2429 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:57.314 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:56 smithi178 bash[75692]: audit 2024-03-21T13:06:56.713715+0000 mon.a (mon.0) 2430 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:57.314 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:56 smithi178 bash[75692]: audit 2024-03-21T13:06:56.723535+0000 mon.a (mon.0) 2431 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:57.314 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:56 smithi178 bash[75692]: audit 2024-03-21T13:06:56.805200+0000 mon.a (mon.0) 2432 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:57.314 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:56 smithi178 bash[75692]: audit 2024-03-21T13:06:56.808421+0000 mon.a (mon.0) 2433 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:57.314 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:56 smithi178 bash[75692]: audit 2024-03-21T13:06:56.812246+0000 mon.a (mon.0) 2434 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:57.314 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:56 smithi178 bash[75692]: audit 2024-03-21T13:06:56.813681+0000 mon.a (mon.0) 2435 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:57.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:56 smithi184 bash[59794]: cephadm 2024-03-21T13:06:55.206657+0000 mgr.x (mgr.34104) 1834 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:57.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:56 smithi184 bash[59794]: cluster 2024-03-21T13:06:55.297619+0000 mgr.x (mgr.34104) 1835 : cluster [DBG] pgmap v1203: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:57.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:56 smithi184 bash[59794]: cluster 2024-03-21T13:06:55.298307+0000 mgr.x (mgr.34104) 1836 : cluster [DBG] pgmap v1204: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:57.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:56 smithi184 bash[59794]: cephadm 2024-03-21T13:06:55.307425+0000 mgr.x (mgr.34104) 1837 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:57.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:56 smithi184 bash[59794]: cluster 2024-03-21T13:06:55.394797+0000 mgr.x (mgr.34104) 1838 : cluster [DBG] pgmap v1205: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:57.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:56 smithi184 bash[59794]: cluster 2024-03-21T13:06:55.395481+0000 mgr.x (mgr.34104) 1839 : cluster [DBG] pgmap v1206: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:57.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:56 smithi184 bash[59794]: cephadm 2024-03-21T13:06:55.405073+0000 mgr.x (mgr.34104) 1840 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:57.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:56 smithi184 bash[59794]: cluster 2024-03-21T13:06:55.494746+0000 mgr.x (mgr.34104) 1841 : cluster [DBG] pgmap v1207: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:57.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:56 smithi184 bash[59794]: cluster 2024-03-21T13:06:55.495383+0000 mgr.x (mgr.34104) 1842 : cluster [DBG] pgmap v1208: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:57.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:56 smithi184 bash[59794]: cephadm 2024-03-21T13:06:55.505476+0000 mgr.x (mgr.34104) 1843 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:57.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:56 smithi184 bash[59794]: cluster 2024-03-21T13:06:55.600135+0000 mgr.x (mgr.34104) 1844 : cluster [DBG] pgmap v1209: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s; 59/630 objects degraded (9.365%) 2024-03-21T13:06:57.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:56 smithi184 bash[59794]: cluster 2024-03-21T13:06:55.600508+0000 mgr.x (mgr.34104) 1845 : cluster [DBG] pgmap v1210: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s; 59/630 objects degraded (9.365%) 2024-03-21T13:06:57.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:56 smithi184 bash[59794]: cephadm 2024-03-21T13:06:55.608366+0000 mgr.x (mgr.34104) 1846 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:57.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:56 smithi184 bash[59794]: cluster 2024-03-21T13:06:55.702474+0000 mgr.x (mgr.34104) 1847 : cluster [DBG] pgmap v1211: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s; 59/630 objects degraded (9.365%) 2024-03-21T13:06:57.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:56 smithi184 bash[59794]: cluster 2024-03-21T13:06:55.702973+0000 mgr.x (mgr.34104) 1848 : cluster [DBG] pgmap v1212: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s; 59/630 objects degraded (9.365%) 2024-03-21T13:06:57.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:56 smithi184 bash[59794]: cephadm 2024-03-21T13:06:55.710195+0000 mgr.x (mgr.34104) 1849 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:57.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:56 smithi184 bash[59794]: cluster 2024-03-21T13:06:55.799567+0000 mgr.x (mgr.34104) 1850 : cluster [DBG] pgmap v1213: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s; 59/630 objects degraded (9.365%) 2024-03-21T13:06:57.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:56 smithi184 bash[59794]: cluster 2024-03-21T13:06:55.800606+0000 mgr.x (mgr.34104) 1851 : cluster [DBG] pgmap v1214: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s; 59/630 objects degraded (9.365%) 2024-03-21T13:06:57.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:56 smithi184 bash[59794]: audit 2024-03-21T13:06:55.806984+0000 mon.a (mon.0) 2386 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:57.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:56 smithi184 bash[59794]: cephadm 2024-03-21T13:06:55.809377+0000 mgr.x (mgr.34104) 1852 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:57.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:56 smithi184 bash[59794]: audit 2024-03-21T13:06:55.887237+0000 mon.a (mon.0) 2387 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:57.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:56 smithi184 bash[59794]: audit 2024-03-21T13:06:55.889759+0000 mon.a (mon.0) 2388 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:57.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:56 smithi184 bash[59794]: audit 2024-03-21T13:06:55.892785+0000 mon.a (mon.0) 2389 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:57.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:56 smithi184 bash[59794]: audit 2024-03-21T13:06:55.894049+0000 mon.a (mon.0) 2390 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:57.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:56 smithi184 bash[59794]: cluster 2024-03-21T13:06:55.897898+0000 mgr.x (mgr.34104) 1853 : cluster [DBG] pgmap v1215: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:57.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:56 smithi184 bash[59794]: cluster 2024-03-21T13:06:55.898586+0000 mgr.x (mgr.34104) 1854 : cluster [DBG] pgmap v1216: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:57.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:56 smithi184 bash[59794]: audit 2024-03-21T13:06:55.906589+0000 mon.a (mon.0) 2391 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:57.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:56 smithi184 bash[59794]: cephadm 2024-03-21T13:06:55.909119+0000 mgr.x (mgr.34104) 1855 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:57.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:56 smithi184 bash[59794]: audit 2024-03-21T13:06:55.987288+0000 mon.a (mon.0) 2392 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:57.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:56 smithi184 bash[59794]: audit 2024-03-21T13:06:55.990716+0000 mon.a (mon.0) 2393 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:57.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:56 smithi184 bash[59794]: audit 2024-03-21T13:06:55.994543+0000 mon.a (mon.0) 2394 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:57.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:56 smithi184 bash[59794]: audit 2024-03-21T13:06:55.996230+0000 mon.a (mon.0) 2395 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:57.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:56 smithi184 bash[59794]: cluster 2024-03-21T13:06:56.000211+0000 mgr.x (mgr.34104) 1856 : cluster [DBG] pgmap v1217: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:57.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:56 smithi184 bash[59794]: cluster 2024-03-21T13:06:56.000789+0000 mgr.x (mgr.34104) 1857 : cluster [DBG] pgmap v1218: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:57.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:56 smithi184 bash[59794]: audit 2024-03-21T13:06:56.007823+0000 mon.a (mon.0) 2396 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:57.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:56 smithi184 bash[59794]: cephadm 2024-03-21T13:06:56.010343+0000 mgr.x (mgr.34104) 1858 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:57.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:56 smithi184 bash[59794]: audit 2024-03-21T13:06:56.091068+0000 mon.a (mon.0) 2397 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:57.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:56 smithi184 bash[59794]: audit 2024-03-21T13:06:56.094039+0000 mon.a (mon.0) 2398 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:57.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:56 smithi184 bash[59794]: audit 2024-03-21T13:06:56.097630+0000 mon.a (mon.0) 2399 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:57.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:56 smithi184 bash[59794]: audit 2024-03-21T13:06:56.099112+0000 mon.a (mon.0) 2400 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:57.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:56 smithi184 bash[59794]: cluster 2024-03-21T13:06:56.103157+0000 mgr.x (mgr.34104) 1859 : cluster [DBG] pgmap v1219: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:57.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:56 smithi184 bash[59794]: cluster 2024-03-21T13:06:56.103719+0000 mgr.x (mgr.34104) 1860 : cluster [DBG] pgmap v1220: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:57.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:56 smithi184 bash[59794]: audit 2024-03-21T13:06:56.110965+0000 mon.a (mon.0) 2401 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:57.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:56 smithi184 bash[59794]: cephadm 2024-03-21T13:06:56.113254+0000 mgr.x (mgr.34104) 1861 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:57.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:56 smithi184 bash[59794]: audit 2024-03-21T13:06:56.192558+0000 mon.a (mon.0) 2402 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:57.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:56 smithi184 bash[59794]: audit 2024-03-21T13:06:56.195691+0000 mon.a (mon.0) 2403 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:57.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:56 smithi184 bash[59794]: audit 2024-03-21T13:06:56.198660+0000 mon.a (mon.0) 2404 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:57.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:56 smithi184 bash[59794]: audit 2024-03-21T13:06:56.200082+0000 mon.a (mon.0) 2405 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:57.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:56 smithi184 bash[59794]: audit 2024-03-21T13:06:56.211534+0000 mon.a (mon.0) 2406 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:57.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:56 smithi184 bash[59794]: audit 2024-03-21T13:06:56.295054+0000 mon.a (mon.0) 2407 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:57.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:56 smithi184 bash[59794]: audit 2024-03-21T13:06:56.298808+0000 mon.a (mon.0) 2408 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:57.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:56 smithi184 bash[59794]: audit 2024-03-21T13:06:56.303271+0000 mon.a (mon.0) 2409 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:57.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:56 smithi184 bash[59794]: audit 2024-03-21T13:06:56.304895+0000 mon.a (mon.0) 2410 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:57.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:56 smithi184 bash[59794]: audit 2024-03-21T13:06:56.316659+0000 mon.a (mon.0) 2411 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:57.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:56 smithi184 bash[59794]: audit 2024-03-21T13:06:56.394104+0000 mon.a (mon.0) 2412 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:57.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:56 smithi184 bash[59794]: audit 2024-03-21T13:06:56.397568+0000 mon.a (mon.0) 2413 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:57.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:56 smithi184 bash[59794]: audit 2024-03-21T13:06:56.401434+0000 mon.a (mon.0) 2414 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:57.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:56 smithi184 bash[59794]: audit 2024-03-21T13:06:56.402923+0000 mon.a (mon.0) 2415 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:57.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:56 smithi184 bash[59794]: audit 2024-03-21T13:06:56.414527+0000 mon.a (mon.0) 2416 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:57.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:56 smithi184 bash[59794]: audit 2024-03-21T13:06:56.498032+0000 mon.a (mon.0) 2417 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:57.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:56 smithi184 bash[59794]: audit 2024-03-21T13:06:56.502724+0000 mon.a (mon.0) 2418 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:57.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:56 smithi184 bash[59794]: audit 2024-03-21T13:06:56.506475+0000 mon.a (mon.0) 2419 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:57.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:56 smithi184 bash[59794]: audit 2024-03-21T13:06:56.507988+0000 mon.a (mon.0) 2420 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:57.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:56 smithi184 bash[59794]: audit 2024-03-21T13:06:56.520180+0000 mon.a (mon.0) 2421 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:57.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:56 smithi184 bash[59794]: audit 2024-03-21T13:06:56.602561+0000 mon.a (mon.0) 2422 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:57.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:56 smithi184 bash[59794]: audit 2024-03-21T13:06:56.607269+0000 mon.a (mon.0) 2423 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:57.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:56 smithi184 bash[59794]: audit 2024-03-21T13:06:56.611034+0000 mon.a (mon.0) 2424 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:57.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:56 smithi184 bash[59794]: audit 2024-03-21T13:06:56.612517+0000 mon.a (mon.0) 2425 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:57.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:56 smithi184 bash[59794]: audit 2024-03-21T13:06:56.623188+0000 mon.a (mon.0) 2426 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:57.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:56 smithi184 bash[59794]: audit 2024-03-21T13:06:56.705199+0000 mon.a (mon.0) 2427 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:57.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:56 smithi184 bash[59794]: audit 2024-03-21T13:06:56.709484+0000 mon.a (mon.0) 2428 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:57.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:56 smithi184 bash[59794]: audit 2024-03-21T13:06:56.712602+0000 mon.a (mon.0) 2429 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:57.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:56 smithi184 bash[59794]: audit 2024-03-21T13:06:56.713715+0000 mon.a (mon.0) 2430 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:57.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:56 smithi184 bash[59794]: audit 2024-03-21T13:06:56.723535+0000 mon.a (mon.0) 2431 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:57.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:56 smithi184 bash[59794]: audit 2024-03-21T13:06:56.805200+0000 mon.a (mon.0) 2432 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:57.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:56 smithi184 bash[59794]: audit 2024-03-21T13:06:56.808421+0000 mon.a (mon.0) 2433 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:57.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:56 smithi184 bash[59794]: audit 2024-03-21T13:06:56.812246+0000 mon.a (mon.0) 2434 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:57.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:56 smithi184 bash[59794]: audit 2024-03-21T13:06:56.813681+0000 mon.a (mon.0) 2435 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:58.225 INFO:journalctl@ceph.osd.2.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[93826]: debug 2024-03-21T13:06:58.016+0000 7f14abfdc700 1 -- 172.21.15.178:0/2413480916 <== mon.0 v2:172.21.15.178:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55af454ef680 con 0x55af4552c800 2024-03-21T13:06:58.226 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:57 smithi178 bash[75692]: cluster 2024-03-21T13:06:56.204311+0000 mgr.x (mgr.34104) 1862 : cluster [DBG] pgmap v1221: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:58.226 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:57 smithi178 bash[75692]: cluster 2024-03-21T13:06:56.205124+0000 mgr.x (mgr.34104) 1863 : cluster [DBG] pgmap v1222: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:58.226 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:57 smithi178 bash[75692]: cephadm 2024-03-21T13:06:56.213791+0000 mgr.x (mgr.34104) 1864 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:58.226 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:57 smithi178 bash[75692]: cluster 2024-03-21T13:06:56.308914+0000 mgr.x (mgr.34104) 1865 : cluster [DBG] pgmap v1223: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:58.226 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:57 smithi178 bash[75692]: cluster 2024-03-21T13:06:56.309773+0000 mgr.x (mgr.34104) 1866 : cluster [DBG] pgmap v1224: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:58.227 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:57 smithi178 bash[75692]: cephadm 2024-03-21T13:06:56.318941+0000 mgr.x (mgr.34104) 1867 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:58.227 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:57 smithi178 bash[75692]: cluster 2024-03-21T13:06:56.407201+0000 mgr.x (mgr.34104) 1868 : cluster [DBG] pgmap v1225: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:58.227 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:57 smithi178 bash[75692]: cluster 2024-03-21T13:06:56.407896+0000 mgr.x (mgr.34104) 1869 : cluster [DBG] pgmap v1226: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:58.227 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:57 smithi178 bash[75692]: cephadm 2024-03-21T13:06:56.416919+0000 mgr.x (mgr.34104) 1870 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:58.227 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:57 smithi178 bash[75692]: cluster 2024-03-21T13:06:56.512261+0000 mgr.x (mgr.34104) 1871 : cluster [DBG] pgmap v1227: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:58.227 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:57 smithi178 bash[75692]: cluster 2024-03-21T13:06:56.512976+0000 mgr.x (mgr.34104) 1872 : cluster [DBG] pgmap v1228: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:58.227 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:57 smithi178 bash[75692]: cephadm 2024-03-21T13:06:56.522544+0000 mgr.x (mgr.34104) 1873 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:58.227 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:57 smithi178 bash[75692]: cluster 2024-03-21T13:06:56.616506+0000 mgr.x (mgr.34104) 1874 : cluster [DBG] pgmap v1229: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:58.227 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:57 smithi178 bash[75692]: cluster 2024-03-21T13:06:56.616838+0000 mgr.x (mgr.34104) 1875 : cluster [DBG] pgmap v1230: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:58.227 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:57 smithi178 bash[75692]: cephadm 2024-03-21T13:06:56.625577+0000 mgr.x (mgr.34104) 1876 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:58.227 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:57 smithi178 bash[75692]: cluster 2024-03-21T13:06:56.717090+0000 mgr.x (mgr.34104) 1877 : cluster [DBG] pgmap v1231: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:58.227 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:57 smithi178 bash[75692]: cluster 2024-03-21T13:06:56.717471+0000 mgr.x (mgr.34104) 1878 : cluster [DBG] pgmap v1232: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:58.227 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:57 smithi178 bash[75692]: cephadm 2024-03-21T13:06:56.725759+0000 mgr.x (mgr.34104) 1879 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:58.227 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:57 smithi178 bash[75692]: cluster 2024-03-21T13:06:56.817839+0000 mgr.x (mgr.34104) 1880 : cluster [DBG] pgmap v1233: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:58.228 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:57 smithi178 bash[75692]: cluster 2024-03-21T13:06:56.818529+0000 mgr.x (mgr.34104) 1881 : cluster [DBG] pgmap v1234: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:58.228 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:57 smithi178 bash[75692]: audit 2024-03-21T13:06:56.839853+0000 mon.a (mon.0) 2436 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:58.228 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:57 smithi178 bash[75692]: cephadm 2024-03-21T13:06:56.841987+0000 mgr.x (mgr.34104) 1882 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:58.228 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:57 smithi178 bash[75692]: audit 2024-03-21T13:06:56.907756+0000 mon.a (mon.0) 2437 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:58.228 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:57 smithi178 bash[75692]: audit 2024-03-21T13:06:56.910936+0000 mon.a (mon.0) 2438 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:58.228 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:57 smithi178 bash[75692]: audit 2024-03-21T13:06:56.914450+0000 mon.a (mon.0) 2439 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:58.228 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:57 smithi178 bash[75692]: audit 2024-03-21T13:06:56.915881+0000 mon.a (mon.0) 2440 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:58.228 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:57 smithi178 bash[75692]: cluster 2024-03-21T13:06:56.919765+0000 mgr.x (mgr.34104) 1883 : cluster [DBG] pgmap v1235: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:58.228 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:57 smithi178 bash[75692]: cluster 2024-03-21T13:06:56.920479+0000 mgr.x (mgr.34104) 1884 : cluster [DBG] pgmap v1236: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:58.228 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:57 smithi178 bash[75692]: audit 2024-03-21T13:06:56.927881+0000 mon.a (mon.0) 2441 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:58.228 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:57 smithi178 bash[75692]: cephadm 2024-03-21T13:06:56.930116+0000 mgr.x (mgr.34104) 1885 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:58.228 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:57 smithi178 bash[75692]: audit 2024-03-21T13:06:57.009640+0000 mon.a (mon.0) 2442 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:58.228 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:57 smithi178 bash[75692]: audit 2024-03-21T13:06:57.012633+0000 mon.a (mon.0) 2443 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:58.228 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:57 smithi178 bash[75692]: audit 2024-03-21T13:06:57.016170+0000 mon.a (mon.0) 2444 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:58.229 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:57 smithi178 bash[77880]: cluster 2024-03-21T13:06:56.204311+0000 mgr.x (mgr.34104) 1862 : cluster [DBG] pgmap v1221: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:58.229 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:57 smithi178 bash[77880]: cluster 2024-03-21T13:06:56.205124+0000 mgr.x (mgr.34104) 1863 : cluster [DBG] pgmap v1222: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:58.229 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:57 smithi178 bash[77880]: cephadm 2024-03-21T13:06:56.213791+0000 mgr.x (mgr.34104) 1864 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:58.229 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:57 smithi178 bash[77880]: cluster 2024-03-21T13:06:56.308914+0000 mgr.x (mgr.34104) 1865 : cluster [DBG] pgmap v1223: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:58.229 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:57 smithi178 bash[77880]: cluster 2024-03-21T13:06:56.309773+0000 mgr.x (mgr.34104) 1866 : cluster [DBG] pgmap v1224: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:58.229 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:57 smithi178 bash[77880]: cephadm 2024-03-21T13:06:56.318941+0000 mgr.x (mgr.34104) 1867 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:58.229 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:57 smithi178 bash[77880]: cluster 2024-03-21T13:06:56.407201+0000 mgr.x (mgr.34104) 1868 : cluster [DBG] pgmap v1225: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:58.229 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:57 smithi178 bash[77880]: cluster 2024-03-21T13:06:56.407896+0000 mgr.x (mgr.34104) 1869 : cluster [DBG] pgmap v1226: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:58.229 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:57 smithi178 bash[77880]: cephadm 2024-03-21T13:06:56.416919+0000 mgr.x (mgr.34104) 1870 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:58.229 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:57 smithi178 bash[77880]: cluster 2024-03-21T13:06:56.512261+0000 mgr.x (mgr.34104) 1871 : cluster [DBG] pgmap v1227: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:58.229 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:57 smithi178 bash[77880]: cluster 2024-03-21T13:06:56.512976+0000 mgr.x (mgr.34104) 1872 : cluster [DBG] pgmap v1228: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:58.230 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:57 smithi178 bash[77880]: cephadm 2024-03-21T13:06:56.522544+0000 mgr.x (mgr.34104) 1873 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:58.230 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:57 smithi178 bash[77880]: cluster 2024-03-21T13:06:56.616506+0000 mgr.x (mgr.34104) 1874 : cluster [DBG] pgmap v1229: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:58.230 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:57 smithi178 bash[77880]: cluster 2024-03-21T13:06:56.616838+0000 mgr.x (mgr.34104) 1875 : cluster [DBG] pgmap v1230: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:58.230 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:57 smithi178 bash[77880]: cephadm 2024-03-21T13:06:56.625577+0000 mgr.x (mgr.34104) 1876 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:58.230 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:57 smithi178 bash[75692]: audit 2024-03-21T13:06:57.017383+0000 mon.a (mon.0) 2445 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:58.230 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:57 smithi178 bash[75692]: cluster 2024-03-21T13:06:57.021386+0000 mgr.x (mgr.34104) 1886 : cluster [DBG] pgmap v1237: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:58.230 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:57 smithi178 bash[75692]: cluster 2024-03-21T13:06:57.022064+0000 mgr.x (mgr.34104) 1887 : cluster [DBG] pgmap v1238: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:58.230 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:57 smithi178 bash[75692]: audit 2024-03-21T13:06:57.028827+0000 mon.a (mon.0) 2446 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:58.230 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:57 smithi178 bash[75692]: cephadm 2024-03-21T13:06:57.031069+0000 mgr.x (mgr.34104) 1888 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:58.230 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:57 smithi178 bash[75692]: audit 2024-03-21T13:06:57.110533+0000 mon.a (mon.0) 2447 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:58.230 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:57 smithi178 bash[75692]: audit 2024-03-21T13:06:57.113858+0000 mon.a (mon.0) 2448 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:58.231 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:57 smithi178 bash[75692]: audit 2024-03-21T13:06:57.117193+0000 mon.a (mon.0) 2449 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:58.231 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:57 smithi178 bash[75692]: audit 2024-03-21T13:06:57.118740+0000 mon.a (mon.0) 2450 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:58.231 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:57 smithi178 bash[75692]: cluster 2024-03-21T13:06:57.122817+0000 mgr.x (mgr.34104) 1889 : cluster [DBG] pgmap v1239: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:58.231 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:57 smithi178 bash[75692]: cluster 2024-03-21T13:06:57.123499+0000 mgr.x (mgr.34104) 1890 : cluster [DBG] pgmap v1240: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:58.231 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:57 smithi178 bash[75692]: audit 2024-03-21T13:06:57.129950+0000 mon.a (mon.0) 2451 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:58.231 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:57 smithi178 bash[75692]: cephadm 2024-03-21T13:06:57.132182+0000 mgr.x (mgr.34104) 1891 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:58.231 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:57 smithi178 bash[75692]: audit 2024-03-21T13:06:57.213565+0000 mon.a (mon.0) 2452 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:58.231 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:57 smithi178 bash[75692]: audit 2024-03-21T13:06:57.216287+0000 mon.a (mon.0) 2453 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:58.231 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:57 smithi178 bash[75692]: audit 2024-03-21T13:06:57.218824+0000 mon.a (mon.0) 2454 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:58.231 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:57 smithi178 bash[75692]: audit 2024-03-21T13:06:57.220441+0000 mon.a (mon.0) 2455 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:58.231 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:57 smithi178 bash[75692]: audit 2024-03-21T13:06:57.231476+0000 mon.a (mon.0) 2456 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:58.232 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:57 smithi178 bash[77880]: cluster 2024-03-21T13:06:56.717090+0000 mgr.x (mgr.34104) 1877 : cluster [DBG] pgmap v1231: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:58.232 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:57 smithi178 bash[77880]: cluster 2024-03-21T13:06:56.717471+0000 mgr.x (mgr.34104) 1878 : cluster [DBG] pgmap v1232: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:58.232 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:57 smithi178 bash[77880]: cephadm 2024-03-21T13:06:56.725759+0000 mgr.x (mgr.34104) 1879 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:58.232 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:57 smithi178 bash[77880]: cluster 2024-03-21T13:06:56.817839+0000 mgr.x (mgr.34104) 1880 : cluster [DBG] pgmap v1233: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:58.232 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:57 smithi178 bash[77880]: cluster 2024-03-21T13:06:56.818529+0000 mgr.x (mgr.34104) 1881 : cluster [DBG] pgmap v1234: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:58.232 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:57 smithi178 bash[77880]: audit 2024-03-21T13:06:56.839853+0000 mon.a (mon.0) 2436 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:58.232 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:57 smithi178 bash[77880]: cephadm 2024-03-21T13:06:56.841987+0000 mgr.x (mgr.34104) 1882 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:58.232 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:57 smithi178 bash[77880]: audit 2024-03-21T13:06:56.907756+0000 mon.a (mon.0) 2437 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:58.232 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:57 smithi178 bash[77880]: audit 2024-03-21T13:06:56.910936+0000 mon.a (mon.0) 2438 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:58.232 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:57 smithi178 bash[77880]: audit 2024-03-21T13:06:56.914450+0000 mon.a (mon.0) 2439 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:58.232 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:57 smithi178 bash[77880]: audit 2024-03-21T13:06:56.915881+0000 mon.a (mon.0) 2440 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:58.232 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:57 smithi178 bash[77880]: cluster 2024-03-21T13:06:56.919765+0000 mgr.x (mgr.34104) 1883 : cluster [DBG] pgmap v1235: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:58.232 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:57 smithi178 bash[77880]: cluster 2024-03-21T13:06:56.920479+0000 mgr.x (mgr.34104) 1884 : cluster [DBG] pgmap v1236: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:58.232 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:57 smithi178 bash[77880]: audit 2024-03-21T13:06:56.927881+0000 mon.a (mon.0) 2441 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:58.232 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:57 smithi178 bash[77880]: cephadm 2024-03-21T13:06:56.930116+0000 mgr.x (mgr.34104) 1885 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:58.233 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:57 smithi178 bash[77880]: audit 2024-03-21T13:06:57.009640+0000 mon.a (mon.0) 2442 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:58.233 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:57 smithi178 bash[77880]: audit 2024-03-21T13:06:57.012633+0000 mon.a (mon.0) 2443 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:58.233 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:57 smithi178 bash[77880]: audit 2024-03-21T13:06:57.016170+0000 mon.a (mon.0) 2444 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:58.233 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:57 smithi178 bash[75692]: audit 2024-03-21T13:06:57.314173+0000 mon.a (mon.0) 2457 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:58.233 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:57 smithi178 bash[75692]: audit 2024-03-21T13:06:57.317161+0000 mon.a (mon.0) 2458 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:58.233 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:57 smithi178 bash[75692]: audit 2024-03-21T13:06:57.320508+0000 mon.a (mon.0) 2459 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:58.233 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:57 smithi178 bash[75692]: audit 2024-03-21T13:06:57.322239+0000 mon.a (mon.0) 2460 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:58.233 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:57 smithi178 bash[75692]: audit 2024-03-21T13:06:57.335072+0000 mon.a (mon.0) 2461 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:58.233 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:57 smithi178 bash[75692]: audit 2024-03-21T13:06:57.415440+0000 mon.a (mon.0) 2462 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:58.233 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:57 smithi178 bash[75692]: audit 2024-03-21T13:06:57.418504+0000 mon.a (mon.0) 2463 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:58.234 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:57 smithi178 bash[75692]: audit 2024-03-21T13:06:57.421890+0000 mon.a (mon.0) 2464 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:58.234 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:57 smithi178 bash[75692]: audit 2024-03-21T13:06:57.423253+0000 mon.a (mon.0) 2465 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:58.234 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:57 smithi178 bash[75692]: audit 2024-03-21T13:06:57.433977+0000 mon.a (mon.0) 2466 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:58.234 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:57 smithi178 bash[75692]: audit 2024-03-21T13:06:57.518286+0000 mon.a (mon.0) 2467 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:58.234 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:57 smithi178 bash[75692]: audit 2024-03-21T13:06:57.521610+0000 mon.a (mon.0) 2468 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:58.234 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:57 smithi178 bash[75692]: audit 2024-03-21T13:06:57.525618+0000 mon.a (mon.0) 2469 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:58.234 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:57 smithi178 bash[75692]: audit 2024-03-21T13:06:57.527278+0000 mon.a (mon.0) 2470 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:58.234 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:57 smithi178 bash[75692]: audit 2024-03-21T13:06:57.539343+0000 mon.a (mon.0) 2471 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:58.234 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:57 smithi178 bash[75692]: audit 2024-03-21T13:06:57.622777+0000 mon.a (mon.0) 2472 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:58.234 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:57 smithi178 bash[75692]: audit 2024-03-21T13:06:57.626023+0000 mon.a (mon.0) 2473 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:58.234 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:57 smithi178 bash[75692]: audit 2024-03-21T13:06:57.630144+0000 mon.a (mon.0) 2474 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:58.234 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:57 smithi178 bash[75692]: audit 2024-03-21T13:06:57.631759+0000 mon.a (mon.0) 2475 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:58.234 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:57 smithi178 bash[75692]: audit 2024-03-21T13:06:57.644183+0000 mon.a (mon.0) 2476 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:58.234 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:57 smithi178 bash[75692]: audit 2024-03-21T13:06:57.731365+0000 mon.a (mon.0) 2477 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:58.234 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:57 smithi178 bash[75692]: audit 2024-03-21T13:06:57.734490+0000 mon.a (mon.0) 2478 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:58.235 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:57 smithi178 bash[75692]: audit 2024-03-21T13:06:57.739239+0000 mon.a (mon.0) 2479 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:58.235 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:57 smithi178 bash[75692]: audit 2024-03-21T13:06:57.740614+0000 mon.a (mon.0) 2480 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:58.235 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:57 smithi178 bash[75692]: audit 2024-03-21T13:06:57.752758+0000 mon.a (mon.0) 2481 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:58.235 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:57 smithi178 bash[77880]: audit 2024-03-21T13:06:57.017383+0000 mon.a (mon.0) 2445 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:58.235 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:57 smithi178 bash[77880]: cluster 2024-03-21T13:06:57.021386+0000 mgr.x (mgr.34104) 1886 : cluster [DBG] pgmap v1237: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:58.235 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:57 smithi178 bash[77880]: cluster 2024-03-21T13:06:57.022064+0000 mgr.x (mgr.34104) 1887 : cluster [DBG] pgmap v1238: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:58.235 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:57 smithi178 bash[77880]: audit 2024-03-21T13:06:57.028827+0000 mon.a (mon.0) 2446 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:58.236 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:57 smithi178 bash[77880]: cephadm 2024-03-21T13:06:57.031069+0000 mgr.x (mgr.34104) 1888 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:58.236 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:57 smithi178 bash[77880]: audit 2024-03-21T13:06:57.110533+0000 mon.a (mon.0) 2447 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:58.236 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:57 smithi178 bash[77880]: audit 2024-03-21T13:06:57.113858+0000 mon.a (mon.0) 2448 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:58.236 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:57 smithi178 bash[77880]: audit 2024-03-21T13:06:57.117193+0000 mon.a (mon.0) 2449 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:58.236 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:57 smithi178 bash[77880]: audit 2024-03-21T13:06:57.118740+0000 mon.a (mon.0) 2450 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:58.236 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:57 smithi178 bash[77880]: cluster 2024-03-21T13:06:57.122817+0000 mgr.x (mgr.34104) 1889 : cluster [DBG] pgmap v1239: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:58.236 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:57 smithi178 bash[77880]: cluster 2024-03-21T13:06:57.123499+0000 mgr.x (mgr.34104) 1890 : cluster [DBG] pgmap v1240: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:58.236 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:57 smithi178 bash[77880]: audit 2024-03-21T13:06:57.129950+0000 mon.a (mon.0) 2451 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:58.236 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:57 smithi178 bash[77880]: cephadm 2024-03-21T13:06:57.132182+0000 mgr.x (mgr.34104) 1891 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:58.236 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:57 smithi178 bash[77880]: audit 2024-03-21T13:06:57.213565+0000 mon.a (mon.0) 2452 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:58.236 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:57 smithi178 bash[77880]: audit 2024-03-21T13:06:57.216287+0000 mon.a (mon.0) 2453 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:58.236 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:57 smithi178 bash[77880]: audit 2024-03-21T13:06:57.218824+0000 mon.a (mon.0) 2454 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:58.236 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:57 smithi178 bash[77880]: audit 2024-03-21T13:06:57.220441+0000 mon.a (mon.0) 2455 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:58.237 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:57 smithi178 bash[77880]: audit 2024-03-21T13:06:57.231476+0000 mon.a (mon.0) 2456 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:58.237 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:57 smithi178 bash[77880]: audit 2024-03-21T13:06:57.314173+0000 mon.a (mon.0) 2457 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:58.237 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:57 smithi178 bash[77880]: audit 2024-03-21T13:06:57.317161+0000 mon.a (mon.0) 2458 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:58.237 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:57 smithi178 bash[77880]: audit 2024-03-21T13:06:57.320508+0000 mon.a (mon.0) 2459 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:58.237 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:57 smithi178 bash[77880]: audit 2024-03-21T13:06:57.322239+0000 mon.a (mon.0) 2460 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:58.237 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:57 smithi178 bash[77880]: audit 2024-03-21T13:06:57.335072+0000 mon.a (mon.0) 2461 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:58.237 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:57 smithi178 bash[77880]: audit 2024-03-21T13:06:57.415440+0000 mon.a (mon.0) 2462 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:58.237 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:57 smithi178 bash[77880]: audit 2024-03-21T13:06:57.418504+0000 mon.a (mon.0) 2463 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:58.237 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:57 smithi178 bash[77880]: audit 2024-03-21T13:06:57.421890+0000 mon.a (mon.0) 2464 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:58.237 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:57 smithi178 bash[77880]: audit 2024-03-21T13:06:57.423253+0000 mon.a (mon.0) 2465 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:58.237 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:57 smithi178 bash[77880]: audit 2024-03-21T13:06:57.433977+0000 mon.a (mon.0) 2466 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:58.237 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:57 smithi178 bash[77880]: audit 2024-03-21T13:06:57.518286+0000 mon.a (mon.0) 2467 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:58.237 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:57 smithi178 bash[77880]: audit 2024-03-21T13:06:57.521610+0000 mon.a (mon.0) 2468 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:58.237 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:57 smithi178 bash[77880]: audit 2024-03-21T13:06:57.525618+0000 mon.a (mon.0) 2469 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:58.238 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:57 smithi178 bash[77880]: audit 2024-03-21T13:06:57.527278+0000 mon.a (mon.0) 2470 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:58.238 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:57 smithi178 bash[77880]: audit 2024-03-21T13:06:57.539343+0000 mon.a (mon.0) 2471 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:58.238 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:57 smithi178 bash[77880]: audit 2024-03-21T13:06:57.622777+0000 mon.a (mon.0) 2472 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:58.238 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:57 smithi178 bash[77880]: audit 2024-03-21T13:06:57.626023+0000 mon.a (mon.0) 2473 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:58.238 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:57 smithi178 bash[77880]: audit 2024-03-21T13:06:57.630144+0000 mon.a (mon.0) 2474 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:58.238 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:57 smithi178 bash[77880]: audit 2024-03-21T13:06:57.631759+0000 mon.a (mon.0) 2475 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:58.238 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:57 smithi178 bash[77880]: audit 2024-03-21T13:06:57.644183+0000 mon.a (mon.0) 2476 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:58.238 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:57 smithi178 bash[77880]: audit 2024-03-21T13:06:57.731365+0000 mon.a (mon.0) 2477 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:58.238 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:57 smithi178 bash[77880]: audit 2024-03-21T13:06:57.734490+0000 mon.a (mon.0) 2478 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:58.238 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:57 smithi178 bash[77880]: audit 2024-03-21T13:06:57.739239+0000 mon.a (mon.0) 2479 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:58.238 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:57 smithi178 bash[77880]: audit 2024-03-21T13:06:57.740614+0000 mon.a (mon.0) 2480 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:58.238 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:57 smithi178 bash[77880]: audit 2024-03-21T13:06:57.752758+0000 mon.a (mon.0) 2481 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:58.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:57 smithi184 bash[59794]: cluster 2024-03-21T13:06:56.204311+0000 mgr.x (mgr.34104) 1862 : cluster [DBG] pgmap v1221: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:58.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:57 smithi184 bash[59794]: cluster 2024-03-21T13:06:56.205124+0000 mgr.x (mgr.34104) 1863 : cluster [DBG] pgmap v1222: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:58.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:57 smithi184 bash[59794]: cephadm 2024-03-21T13:06:56.213791+0000 mgr.x (mgr.34104) 1864 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:58.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:57 smithi184 bash[59794]: cluster 2024-03-21T13:06:56.308914+0000 mgr.x (mgr.34104) 1865 : cluster [DBG] pgmap v1223: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:58.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:57 smithi184 bash[59794]: cluster 2024-03-21T13:06:56.309773+0000 mgr.x (mgr.34104) 1866 : cluster [DBG] pgmap v1224: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:58.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:57 smithi184 bash[59794]: cephadm 2024-03-21T13:06:56.318941+0000 mgr.x (mgr.34104) 1867 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:58.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:57 smithi184 bash[59794]: cluster 2024-03-21T13:06:56.407201+0000 mgr.x (mgr.34104) 1868 : cluster [DBG] pgmap v1225: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:58.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:57 smithi184 bash[59794]: cluster 2024-03-21T13:06:56.407896+0000 mgr.x (mgr.34104) 1869 : cluster [DBG] pgmap v1226: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:58.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:57 smithi184 bash[59794]: cephadm 2024-03-21T13:06:56.416919+0000 mgr.x (mgr.34104) 1870 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:58.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:57 smithi184 bash[59794]: cluster 2024-03-21T13:06:56.512261+0000 mgr.x (mgr.34104) 1871 : cluster [DBG] pgmap v1227: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:58.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:57 smithi184 bash[59794]: cluster 2024-03-21T13:06:56.512976+0000 mgr.x (mgr.34104) 1872 : cluster [DBG] pgmap v1228: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:58.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:57 smithi184 bash[59794]: cephadm 2024-03-21T13:06:56.522544+0000 mgr.x (mgr.34104) 1873 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:58.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:57 smithi184 bash[59794]: cluster 2024-03-21T13:06:56.616506+0000 mgr.x (mgr.34104) 1874 : cluster [DBG] pgmap v1229: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:58.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:57 smithi184 bash[59794]: cluster 2024-03-21T13:06:56.616838+0000 mgr.x (mgr.34104) 1875 : cluster [DBG] pgmap v1230: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:58.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:57 smithi184 bash[59794]: cephadm 2024-03-21T13:06:56.625577+0000 mgr.x (mgr.34104) 1876 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:58.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:57 smithi184 bash[59794]: cluster 2024-03-21T13:06:56.717090+0000 mgr.x (mgr.34104) 1877 : cluster [DBG] pgmap v1231: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:58.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:57 smithi184 bash[59794]: cluster 2024-03-21T13:06:56.717471+0000 mgr.x (mgr.34104) 1878 : cluster [DBG] pgmap v1232: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:58.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:57 smithi184 bash[59794]: cephadm 2024-03-21T13:06:56.725759+0000 mgr.x (mgr.34104) 1879 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:58.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:57 smithi184 bash[59794]: cluster 2024-03-21T13:06:56.817839+0000 mgr.x (mgr.34104) 1880 : cluster [DBG] pgmap v1233: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:58.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:57 smithi184 bash[59794]: cluster 2024-03-21T13:06:56.818529+0000 mgr.x (mgr.34104) 1881 : cluster [DBG] pgmap v1234: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:58.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:57 smithi184 bash[59794]: audit 2024-03-21T13:06:56.839853+0000 mon.a (mon.0) 2436 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:58.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:57 smithi184 bash[59794]: cephadm 2024-03-21T13:06:56.841987+0000 mgr.x (mgr.34104) 1882 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:58.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:57 smithi184 bash[59794]: audit 2024-03-21T13:06:56.907756+0000 mon.a (mon.0) 2437 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:58.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:57 smithi184 bash[59794]: audit 2024-03-21T13:06:56.910936+0000 mon.a (mon.0) 2438 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:58.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:57 smithi184 bash[59794]: audit 2024-03-21T13:06:56.914450+0000 mon.a (mon.0) 2439 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:58.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:57 smithi184 bash[59794]: audit 2024-03-21T13:06:56.915881+0000 mon.a (mon.0) 2440 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:58.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:57 smithi184 bash[59794]: cluster 2024-03-21T13:06:56.919765+0000 mgr.x (mgr.34104) 1883 : cluster [DBG] pgmap v1235: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:58.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:57 smithi184 bash[59794]: cluster 2024-03-21T13:06:56.920479+0000 mgr.x (mgr.34104) 1884 : cluster [DBG] pgmap v1236: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:58.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:57 smithi184 bash[59794]: audit 2024-03-21T13:06:56.927881+0000 mon.a (mon.0) 2441 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:58.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:57 smithi184 bash[59794]: cephadm 2024-03-21T13:06:56.930116+0000 mgr.x (mgr.34104) 1885 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:58.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:57 smithi184 bash[59794]: audit 2024-03-21T13:06:57.009640+0000 mon.a (mon.0) 2442 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:58.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:57 smithi184 bash[59794]: audit 2024-03-21T13:06:57.012633+0000 mon.a (mon.0) 2443 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:58.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:57 smithi184 bash[59794]: audit 2024-03-21T13:06:57.016170+0000 mon.a (mon.0) 2444 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:58.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:57 smithi184 bash[59794]: audit 2024-03-21T13:06:57.017383+0000 mon.a (mon.0) 2445 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:58.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:57 smithi184 bash[59794]: cluster 2024-03-21T13:06:57.021386+0000 mgr.x (mgr.34104) 1886 : cluster [DBG] pgmap v1237: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:58.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:57 smithi184 bash[59794]: cluster 2024-03-21T13:06:57.022064+0000 mgr.x (mgr.34104) 1887 : cluster [DBG] pgmap v1238: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:58.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:57 smithi184 bash[59794]: audit 2024-03-21T13:06:57.028827+0000 mon.a (mon.0) 2446 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:58.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:57 smithi184 bash[59794]: cephadm 2024-03-21T13:06:57.031069+0000 mgr.x (mgr.34104) 1888 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:58.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:57 smithi184 bash[59794]: audit 2024-03-21T13:06:57.110533+0000 mon.a (mon.0) 2447 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:58.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:57 smithi184 bash[59794]: audit 2024-03-21T13:06:57.113858+0000 mon.a (mon.0) 2448 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:58.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:57 smithi184 bash[59794]: audit 2024-03-21T13:06:57.117193+0000 mon.a (mon.0) 2449 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:58.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:57 smithi184 bash[59794]: audit 2024-03-21T13:06:57.118740+0000 mon.a (mon.0) 2450 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:58.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:57 smithi184 bash[59794]: cluster 2024-03-21T13:06:57.122817+0000 mgr.x (mgr.34104) 1889 : cluster [DBG] pgmap v1239: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:58.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:57 smithi184 bash[59794]: cluster 2024-03-21T13:06:57.123499+0000 mgr.x (mgr.34104) 1890 : cluster [DBG] pgmap v1240: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:58.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:57 smithi184 bash[59794]: audit 2024-03-21T13:06:57.129950+0000 mon.a (mon.0) 2451 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:58.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:57 smithi184 bash[59794]: cephadm 2024-03-21T13:06:57.132182+0000 mgr.x (mgr.34104) 1891 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:58.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:57 smithi184 bash[59794]: audit 2024-03-21T13:06:57.213565+0000 mon.a (mon.0) 2452 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:58.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:57 smithi184 bash[59794]: audit 2024-03-21T13:06:57.216287+0000 mon.a (mon.0) 2453 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:58.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:57 smithi184 bash[59794]: audit 2024-03-21T13:06:57.218824+0000 mon.a (mon.0) 2454 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:58.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:57 smithi184 bash[59794]: audit 2024-03-21T13:06:57.220441+0000 mon.a (mon.0) 2455 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:58.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:57 smithi184 bash[59794]: audit 2024-03-21T13:06:57.231476+0000 mon.a (mon.0) 2456 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:58.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:57 smithi184 bash[59794]: audit 2024-03-21T13:06:57.314173+0000 mon.a (mon.0) 2457 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:58.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:57 smithi184 bash[59794]: audit 2024-03-21T13:06:57.317161+0000 mon.a (mon.0) 2458 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:58.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:57 smithi184 bash[59794]: audit 2024-03-21T13:06:57.320508+0000 mon.a (mon.0) 2459 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:58.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:57 smithi184 bash[59794]: audit 2024-03-21T13:06:57.322239+0000 mon.a (mon.0) 2460 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:58.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:57 smithi184 bash[59794]: audit 2024-03-21T13:06:57.335072+0000 mon.a (mon.0) 2461 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:58.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:57 smithi184 bash[59794]: audit 2024-03-21T13:06:57.415440+0000 mon.a (mon.0) 2462 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:58.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:57 smithi184 bash[59794]: audit 2024-03-21T13:06:57.418504+0000 mon.a (mon.0) 2463 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:58.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:57 smithi184 bash[59794]: audit 2024-03-21T13:06:57.421890+0000 mon.a (mon.0) 2464 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:58.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:57 smithi184 bash[59794]: audit 2024-03-21T13:06:57.423253+0000 mon.a (mon.0) 2465 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:58.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:57 smithi184 bash[59794]: audit 2024-03-21T13:06:57.433977+0000 mon.a (mon.0) 2466 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:58.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:57 smithi184 bash[59794]: audit 2024-03-21T13:06:57.518286+0000 mon.a (mon.0) 2467 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:58.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:57 smithi184 bash[59794]: audit 2024-03-21T13:06:57.521610+0000 mon.a (mon.0) 2468 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:58.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:57 smithi184 bash[59794]: audit 2024-03-21T13:06:57.525618+0000 mon.a (mon.0) 2469 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:58.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:57 smithi184 bash[59794]: audit 2024-03-21T13:06:57.527278+0000 mon.a (mon.0) 2470 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:58.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:57 smithi184 bash[59794]: audit 2024-03-21T13:06:57.539343+0000 mon.a (mon.0) 2471 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:58.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:57 smithi184 bash[59794]: audit 2024-03-21T13:06:57.622777+0000 mon.a (mon.0) 2472 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:58.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:57 smithi184 bash[59794]: audit 2024-03-21T13:06:57.626023+0000 mon.a (mon.0) 2473 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:58.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:57 smithi184 bash[59794]: audit 2024-03-21T13:06:57.630144+0000 mon.a (mon.0) 2474 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:58.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:57 smithi184 bash[59794]: audit 2024-03-21T13:06:57.631759+0000 mon.a (mon.0) 2475 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:58.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:57 smithi184 bash[59794]: audit 2024-03-21T13:06:57.644183+0000 mon.a (mon.0) 2476 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:58.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:57 smithi184 bash[59794]: audit 2024-03-21T13:06:57.731365+0000 mon.a (mon.0) 2477 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:58.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:57 smithi184 bash[59794]: audit 2024-03-21T13:06:57.734490+0000 mon.a (mon.0) 2478 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:58.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:57 smithi184 bash[59794]: audit 2024-03-21T13:06:57.739239+0000 mon.a (mon.0) 2479 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:58.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:57 smithi184 bash[59794]: audit 2024-03-21T13:06:57.740614+0000 mon.a (mon.0) 2480 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:58.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:57 smithi184 bash[59794]: audit 2024-03-21T13:06:57.752758+0000 mon.a (mon.0) 2481 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:58.798 INFO:journalctl@ceph.osd.2.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[93826]: debug 2024-03-21T13:06:58.604+0000 7f14b51747c0 -1 Falling back to public interface 2024-03-21T13:06:59.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[75692]: cluster 2024-03-21T13:06:57.224476+0000 mgr.x (mgr.34104) 1892 : cluster [DBG] pgmap v1241: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:59.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[75692]: cluster 2024-03-21T13:06:57.225138+0000 mgr.x (mgr.34104) 1893 : cluster [DBG] pgmap v1242: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:59.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[75692]: cephadm 2024-03-21T13:06:57.233627+0000 mgr.x (mgr.34104) 1894 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:59.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[75692]: cluster 2024-03-21T13:06:57.326556+0000 mgr.x (mgr.34104) 1895 : cluster [DBG] pgmap v1243: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:59.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[75692]: cluster 2024-03-21T13:06:57.326843+0000 mgr.x (mgr.34104) 1896 : cluster [DBG] pgmap v1244: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:59.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[75692]: cephadm 2024-03-21T13:06:57.337334+0000 mgr.x (mgr.34104) 1897 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:59.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[75692]: cluster 2024-03-21T13:06:57.427092+0000 mgr.x (mgr.34104) 1898 : cluster [DBG] pgmap v1245: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:59.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[75692]: cluster 2024-03-21T13:06:57.427879+0000 mgr.x (mgr.34104) 1899 : cluster [DBG] pgmap v1246: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:59.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[75692]: cephadm 2024-03-21T13:06:57.436432+0000 mgr.x (mgr.34104) 1900 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:59.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[75692]: cluster 2024-03-21T13:06:57.531814+0000 mgr.x (mgr.34104) 1901 : cluster [DBG] pgmap v1247: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:59.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[75692]: cluster 2024-03-21T13:06:57.532505+0000 mgr.x (mgr.34104) 1902 : cluster [DBG] pgmap v1248: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:59.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[75692]: cephadm 2024-03-21T13:06:57.541791+0000 mgr.x (mgr.34104) 1903 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:59.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[75692]: cluster 2024-03-21T13:06:57.636303+0000 mgr.x (mgr.34104) 1904 : cluster [DBG] pgmap v1249: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:59.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[75692]: cluster 2024-03-21T13:06:57.637284+0000 mgr.x (mgr.34104) 1905 : cluster [DBG] pgmap v1250: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:59.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[75692]: cephadm 2024-03-21T13:06:57.646626+0000 mgr.x (mgr.34104) 1906 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:59.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[77880]: cluster 2024-03-21T13:06:57.224476+0000 mgr.x (mgr.34104) 1892 : cluster [DBG] pgmap v1241: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:59.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[77880]: cluster 2024-03-21T13:06:57.225138+0000 mgr.x (mgr.34104) 1893 : cluster [DBG] pgmap v1242: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:59.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[77880]: cephadm 2024-03-21T13:06:57.233627+0000 mgr.x (mgr.34104) 1894 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:59.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[77880]: cluster 2024-03-21T13:06:57.326556+0000 mgr.x (mgr.34104) 1895 : cluster [DBG] pgmap v1243: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:59.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[77880]: cluster 2024-03-21T13:06:57.326843+0000 mgr.x (mgr.34104) 1896 : cluster [DBG] pgmap v1244: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:59.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[77880]: cephadm 2024-03-21T13:06:57.337334+0000 mgr.x (mgr.34104) 1897 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:59.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[77880]: cluster 2024-03-21T13:06:57.427092+0000 mgr.x (mgr.34104) 1898 : cluster [DBG] pgmap v1245: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:59.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[77880]: cluster 2024-03-21T13:06:57.427879+0000 mgr.x (mgr.34104) 1899 : cluster [DBG] pgmap v1246: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:59.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[77880]: cephadm 2024-03-21T13:06:57.436432+0000 mgr.x (mgr.34104) 1900 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:59.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[77880]: cluster 2024-03-21T13:06:57.531814+0000 mgr.x (mgr.34104) 1901 : cluster [DBG] pgmap v1247: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:59.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[77880]: cluster 2024-03-21T13:06:57.532505+0000 mgr.x (mgr.34104) 1902 : cluster [DBG] pgmap v1248: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:59.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[77880]: cephadm 2024-03-21T13:06:57.541791+0000 mgr.x (mgr.34104) 1903 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:59.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[77880]: cluster 2024-03-21T13:06:57.636303+0000 mgr.x (mgr.34104) 1904 : cluster [DBG] pgmap v1249: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:59.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[77880]: cluster 2024-03-21T13:06:57.637284+0000 mgr.x (mgr.34104) 1905 : cluster [DBG] pgmap v1250: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:59.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[77880]: cephadm 2024-03-21T13:06:57.646626+0000 mgr.x (mgr.34104) 1906 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:59.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[75692]: cluster 2024-03-21T13:06:57.744678+0000 mgr.x (mgr.34104) 1907 : cluster [DBG] pgmap v1251: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:59.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[75692]: cluster 2024-03-21T13:06:57.745308+0000 mgr.x (mgr.34104) 1908 : cluster [DBG] pgmap v1252: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:59.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[75692]: cephadm 2024-03-21T13:06:57.755095+0000 mgr.x (mgr.34104) 1909 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:59.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[75692]: audit 2024-03-21T13:06:57.838679+0000 mon.a (mon.0) 2482 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:59.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[75692]: audit 2024-03-21T13:06:57.848029+0000 mon.a (mon.0) 2483 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:59.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[75692]: audit 2024-03-21T13:06:57.850525+0000 mon.a (mon.0) 2484 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:59.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[75692]: audit 2024-03-21T13:06:57.851413+0000 mon.a (mon.0) 2485 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:59.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[75692]: cluster 2024-03-21T13:06:57.854699+0000 mgr.x (mgr.34104) 1910 : cluster [DBG] pgmap v1253: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:59.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[75692]: cluster 2024-03-21T13:06:57.855135+0000 mgr.x (mgr.34104) 1911 : cluster [DBG] pgmap v1254: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:59.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[75692]: audit 2024-03-21T13:06:57.858095+0000 mon.a (mon.0) 2486 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:59.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[75692]: cephadm 2024-03-21T13:06:57.860218+0000 mgr.x (mgr.34104) 1912 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:59.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[75692]: audit 2024-03-21T13:06:57.939231+0000 mon.a (mon.0) 2487 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:59.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[75692]: audit 2024-03-21T13:06:57.943435+0000 mon.a (mon.0) 2488 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:59.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[75692]: audit 2024-03-21T13:06:57.947587+0000 mon.a (mon.0) 2489 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:59.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[75692]: audit 2024-03-21T13:06:57.949197+0000 mon.a (mon.0) 2490 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:59.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[75692]: cluster 2024-03-21T13:06:57.953708+0000 mgr.x (mgr.34104) 1913 : cluster [DBG] pgmap v1255: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:59.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[75692]: cluster 2024-03-21T13:06:57.954543+0000 mgr.x (mgr.34104) 1914 : cluster [DBG] pgmap v1256: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:59.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[75692]: audit 2024-03-21T13:06:57.961409+0000 mon.a (mon.0) 2491 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:59.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[77880]: cluster 2024-03-21T13:06:57.744678+0000 mgr.x (mgr.34104) 1907 : cluster [DBG] pgmap v1251: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:59.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[77880]: cluster 2024-03-21T13:06:57.745308+0000 mgr.x (mgr.34104) 1908 : cluster [DBG] pgmap v1252: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:59.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[77880]: cephadm 2024-03-21T13:06:57.755095+0000 mgr.x (mgr.34104) 1909 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:59.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[77880]: audit 2024-03-21T13:06:57.838679+0000 mon.a (mon.0) 2482 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:59.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[77880]: audit 2024-03-21T13:06:57.848029+0000 mon.a (mon.0) 2483 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:59.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[77880]: audit 2024-03-21T13:06:57.850525+0000 mon.a (mon.0) 2484 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:59.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[77880]: audit 2024-03-21T13:06:57.851413+0000 mon.a (mon.0) 2485 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:59.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[77880]: cluster 2024-03-21T13:06:57.854699+0000 mgr.x (mgr.34104) 1910 : cluster [DBG] pgmap v1253: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:59.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[77880]: cluster 2024-03-21T13:06:57.855135+0000 mgr.x (mgr.34104) 1911 : cluster [DBG] pgmap v1254: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:59.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[77880]: audit 2024-03-21T13:06:57.858095+0000 mon.a (mon.0) 2486 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:59.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[77880]: cephadm 2024-03-21T13:06:57.860218+0000 mgr.x (mgr.34104) 1912 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:59.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[77880]: audit 2024-03-21T13:06:57.939231+0000 mon.a (mon.0) 2487 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:59.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[77880]: audit 2024-03-21T13:06:57.943435+0000 mon.a (mon.0) 2488 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:59.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[77880]: audit 2024-03-21T13:06:57.947587+0000 mon.a (mon.0) 2489 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:59.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[77880]: audit 2024-03-21T13:06:57.949197+0000 mon.a (mon.0) 2490 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:59.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[77880]: cluster 2024-03-21T13:06:57.953708+0000 mgr.x (mgr.34104) 1913 : cluster [DBG] pgmap v1255: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:59.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[77880]: cluster 2024-03-21T13:06:57.954543+0000 mgr.x (mgr.34104) 1914 : cluster [DBG] pgmap v1256: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:59.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[77880]: audit 2024-03-21T13:06:57.961409+0000 mon.a (mon.0) 2491 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:59.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[75692]: cephadm 2024-03-21T13:06:57.963830+0000 mgr.x (mgr.34104) 1915 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:59.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[75692]: audit 2024-03-21T13:06:58.045347+0000 mon.a (mon.0) 2492 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:59.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[75692]: audit 2024-03-21T13:06:58.048279+0000 mon.a (mon.0) 2493 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:59.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[75692]: audit 2024-03-21T13:06:58.051744+0000 mon.a (mon.0) 2494 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:59.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[75692]: audit 2024-03-21T13:06:58.053211+0000 mon.a (mon.0) 2495 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:59.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[75692]: cluster 2024-03-21T13:06:58.057425+0000 mgr.x (mgr.34104) 1916 : cluster [DBG] pgmap v1257: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:59.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[75692]: cluster 2024-03-21T13:06:58.058154+0000 mgr.x (mgr.34104) 1917 : cluster [DBG] pgmap v1258: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:59.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[75692]: audit 2024-03-21T13:06:58.065879+0000 mon.a (mon.0) 2496 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:59.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[75692]: cephadm 2024-03-21T13:06:58.068295+0000 mgr.x (mgr.34104) 1918 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:59.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[75692]: audit 2024-03-21T13:06:58.148794+0000 mon.a (mon.0) 2497 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:59.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[75692]: audit 2024-03-21T13:06:58.151760+0000 mon.a (mon.0) 2498 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:59.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[75692]: audit 2024-03-21T13:06:58.155255+0000 mon.a (mon.0) 2499 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:59.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[75692]: audit 2024-03-21T13:06:58.156438+0000 mon.a (mon.0) 2500 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:59.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[75692]: cluster 2024-03-21T13:06:58.160293+0000 mgr.x (mgr.34104) 1919 : cluster [DBG] pgmap v1259: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:59.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[75692]: cluster 2024-03-21T13:06:58.160982+0000 mgr.x (mgr.34104) 1920 : cluster [DBG] pgmap v1260: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:59.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[75692]: audit 2024-03-21T13:06:58.168002+0000 mon.a (mon.0) 2501 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:59.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[75692]: cephadm 2024-03-21T13:06:58.170236+0000 mgr.x (mgr.34104) 1921 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:59.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[75692]: audit 2024-03-21T13:06:58.247769+0000 mon.a (mon.0) 2502 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:59.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[77880]: cephadm 2024-03-21T13:06:57.963830+0000 mgr.x (mgr.34104) 1915 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:59.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[77880]: audit 2024-03-21T13:06:58.045347+0000 mon.a (mon.0) 2492 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:59.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[77880]: audit 2024-03-21T13:06:58.048279+0000 mon.a (mon.0) 2493 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:59.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[77880]: audit 2024-03-21T13:06:58.051744+0000 mon.a (mon.0) 2494 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:59.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[77880]: audit 2024-03-21T13:06:58.053211+0000 mon.a (mon.0) 2495 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:59.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[77880]: cluster 2024-03-21T13:06:58.057425+0000 mgr.x (mgr.34104) 1916 : cluster [DBG] pgmap v1257: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:59.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[77880]: cluster 2024-03-21T13:06:58.058154+0000 mgr.x (mgr.34104) 1917 : cluster [DBG] pgmap v1258: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:59.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[77880]: audit 2024-03-21T13:06:58.065879+0000 mon.a (mon.0) 2496 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:59.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[77880]: cephadm 2024-03-21T13:06:58.068295+0000 mgr.x (mgr.34104) 1918 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:59.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[77880]: audit 2024-03-21T13:06:58.148794+0000 mon.a (mon.0) 2497 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:59.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[77880]: audit 2024-03-21T13:06:58.151760+0000 mon.a (mon.0) 2498 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:59.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[77880]: audit 2024-03-21T13:06:58.155255+0000 mon.a (mon.0) 2499 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:59.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[77880]: audit 2024-03-21T13:06:58.156438+0000 mon.a (mon.0) 2500 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:59.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[77880]: cluster 2024-03-21T13:06:58.160293+0000 mgr.x (mgr.34104) 1919 : cluster [DBG] pgmap v1259: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:59.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[77880]: cluster 2024-03-21T13:06:58.160982+0000 mgr.x (mgr.34104) 1920 : cluster [DBG] pgmap v1260: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:59.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[77880]: audit 2024-03-21T13:06:58.168002+0000 mon.a (mon.0) 2501 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:59.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[77880]: cephadm 2024-03-21T13:06:58.170236+0000 mgr.x (mgr.34104) 1921 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:59.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[77880]: audit 2024-03-21T13:06:58.247769+0000 mon.a (mon.0) 2502 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:59.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[75692]: audit 2024-03-21T13:06:58.251795+0000 mon.a (mon.0) 2503 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:59.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[75692]: audit 2024-03-21T13:06:58.255971+0000 mon.a (mon.0) 2504 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:59.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[75692]: audit 2024-03-21T13:06:58.257368+0000 mon.a (mon.0) 2505 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:59.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[75692]: audit 2024-03-21T13:06:58.270793+0000 mon.a (mon.0) 2506 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:59.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[75692]: audit 2024-03-21T13:06:58.354395+0000 mon.a (mon.0) 2507 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:59.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[75692]: audit 2024-03-21T13:06:58.357637+0000 mon.a (mon.0) 2508 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:59.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[75692]: audit 2024-03-21T13:06:58.361120+0000 mon.a (mon.0) 2509 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:59.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[75692]: audit 2024-03-21T13:06:58.362344+0000 mon.a (mon.0) 2510 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:59.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[75692]: audit 2024-03-21T13:06:58.372299+0000 mon.a (mon.0) 2511 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:59.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[75692]: audit 2024-03-21T13:06:58.453119+0000 mon.a (mon.0) 2512 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:59.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[75692]: audit 2024-03-21T13:06:58.456472+0000 mon.a (mon.0) 2513 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:59.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[75692]: audit 2024-03-21T13:06:58.459588+0000 mon.a (mon.0) 2514 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:59.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[75692]: audit 2024-03-21T13:06:58.461016+0000 mon.a (mon.0) 2515 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:59.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[75692]: audit 2024-03-21T13:06:58.469927+0000 mon.a (mon.0) 2516 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:59.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[75692]: audit 2024-03-21T13:06:58.551365+0000 mon.a (mon.0) 2517 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:59.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[75692]: audit 2024-03-21T13:06:58.554429+0000 mon.a (mon.0) 2518 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:59.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[75692]: audit 2024-03-21T13:06:58.558774+0000 mon.a (mon.0) 2519 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:59.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[75692]: audit 2024-03-21T13:06:58.559928+0000 mon.a (mon.0) 2520 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:59.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[75692]: audit 2024-03-21T13:06:58.571468+0000 mon.a (mon.0) 2521 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:59.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[75692]: audit 2024-03-21T13:06:58.654675+0000 mon.a (mon.0) 2522 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:59.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[75692]: audit 2024-03-21T13:06:58.658797+0000 mon.a (mon.0) 2523 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:59.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[75692]: audit 2024-03-21T13:06:58.662281+0000 mon.a (mon.0) 2524 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:59.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[75692]: audit 2024-03-21T13:06:58.663548+0000 mon.a (mon.0) 2525 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:59.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[75692]: audit 2024-03-21T13:06:58.675171+0000 mon.a (mon.0) 2526 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:59.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[75692]: cluster 2024-03-21T13:06:58.747411+0000 mon.a (mon.0) 2527 : cluster [WRN] Health check update: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-21T13:06:59.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[75692]: cluster 2024-03-21T13:06:58.747539+0000 mon.a (mon.0) 2528 : cluster [WRN] Health check update: Degraded data redundancy: 59/630 objects degraded (9.365%), 16 pgs degraded (PG_DEGRADED) 2024-03-21T13:06:59.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[75692]: audit 2024-03-21T13:06:58.756088+0000 mon.a (mon.0) 2529 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:59.310 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[75692]: audit 2024-03-21T13:06:58.760865+0000 mon.a (mon.0) 2530 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:59.310 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[75692]: audit 2024-03-21T13:06:58.764708+0000 mon.a (mon.0) 2531 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:59.310 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[75692]: audit 2024-03-21T13:06:58.766113+0000 mon.a (mon.0) 2532 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:59.310 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[75692]: audit 2024-03-21T13:06:58.779713+0000 mon.a (mon.0) 2533 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:59.310 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[77880]: audit 2024-03-21T13:06:58.251795+0000 mon.a (mon.0) 2503 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:59.310 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[77880]: audit 2024-03-21T13:06:58.255971+0000 mon.a (mon.0) 2504 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:59.310 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[77880]: audit 2024-03-21T13:06:58.257368+0000 mon.a (mon.0) 2505 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:59.310 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[77880]: audit 2024-03-21T13:06:58.270793+0000 mon.a (mon.0) 2506 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:59.310 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[77880]: audit 2024-03-21T13:06:58.354395+0000 mon.a (mon.0) 2507 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:59.311 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[77880]: audit 2024-03-21T13:06:58.357637+0000 mon.a (mon.0) 2508 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:59.311 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[77880]: audit 2024-03-21T13:06:58.361120+0000 mon.a (mon.0) 2509 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:59.311 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[77880]: audit 2024-03-21T13:06:58.362344+0000 mon.a (mon.0) 2510 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:59.312 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[77880]: audit 2024-03-21T13:06:58.372299+0000 mon.a (mon.0) 2511 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:59.312 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[77880]: audit 2024-03-21T13:06:58.453119+0000 mon.a (mon.0) 2512 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:59.312 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[77880]: audit 2024-03-21T13:06:58.456472+0000 mon.a (mon.0) 2513 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:59.312 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[77880]: audit 2024-03-21T13:06:58.459588+0000 mon.a (mon.0) 2514 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:59.312 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[77880]: audit 2024-03-21T13:06:58.461016+0000 mon.a (mon.0) 2515 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:59.312 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[77880]: audit 2024-03-21T13:06:58.469927+0000 mon.a (mon.0) 2516 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:59.312 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[77880]: audit 2024-03-21T13:06:58.551365+0000 mon.a (mon.0) 2517 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:59.312 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[77880]: audit 2024-03-21T13:06:58.554429+0000 mon.a (mon.0) 2518 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:59.313 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[77880]: audit 2024-03-21T13:06:58.558774+0000 mon.a (mon.0) 2519 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:59.313 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[77880]: audit 2024-03-21T13:06:58.559928+0000 mon.a (mon.0) 2520 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:59.313 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[77880]: audit 2024-03-21T13:06:58.571468+0000 mon.a (mon.0) 2521 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:59.313 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[77880]: audit 2024-03-21T13:06:58.654675+0000 mon.a (mon.0) 2522 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:59.313 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[77880]: audit 2024-03-21T13:06:58.658797+0000 mon.a (mon.0) 2523 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:59.313 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[77880]: audit 2024-03-21T13:06:58.662281+0000 mon.a (mon.0) 2524 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:59.313 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[77880]: audit 2024-03-21T13:06:58.663548+0000 mon.a (mon.0) 2525 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:59.313 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[77880]: audit 2024-03-21T13:06:58.675171+0000 mon.a (mon.0) 2526 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:59.313 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[77880]: cluster 2024-03-21T13:06:58.747411+0000 mon.a (mon.0) 2527 : cluster [WRN] Health check update: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-21T13:06:59.313 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[77880]: cluster 2024-03-21T13:06:58.747539+0000 mon.a (mon.0) 2528 : cluster [WRN] Health check update: Degraded data redundancy: 59/630 objects degraded (9.365%), 16 pgs degraded (PG_DEGRADED) 2024-03-21T13:06:59.313 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[77880]: audit 2024-03-21T13:06:58.756088+0000 mon.a (mon.0) 2529 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:59.313 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[77880]: audit 2024-03-21T13:06:58.760865+0000 mon.a (mon.0) 2530 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:59.313 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[77880]: audit 2024-03-21T13:06:58.764708+0000 mon.a (mon.0) 2531 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:59.313 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[77880]: audit 2024-03-21T13:06:58.766113+0000 mon.a (mon.0) 2532 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:59.313 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:58 smithi178 bash[77880]: audit 2024-03-21T13:06:58.779713+0000 mon.a (mon.0) 2533 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:59.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:58 smithi184 bash[59794]: cluster 2024-03-21T13:06:57.224476+0000 mgr.x (mgr.34104) 1892 : cluster [DBG] pgmap v1241: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:59.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:58 smithi184 bash[59794]: cluster 2024-03-21T13:06:57.225138+0000 mgr.x (mgr.34104) 1893 : cluster [DBG] pgmap v1242: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:59.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:58 smithi184 bash[59794]: cephadm 2024-03-21T13:06:57.233627+0000 mgr.x (mgr.34104) 1894 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:59.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:58 smithi184 bash[59794]: cluster 2024-03-21T13:06:57.326556+0000 mgr.x (mgr.34104) 1895 : cluster [DBG] pgmap v1243: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:59.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:58 smithi184 bash[59794]: cluster 2024-03-21T13:06:57.326843+0000 mgr.x (mgr.34104) 1896 : cluster [DBG] pgmap v1244: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:59.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:58 smithi184 bash[59794]: cephadm 2024-03-21T13:06:57.337334+0000 mgr.x (mgr.34104) 1897 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:59.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:58 smithi184 bash[59794]: cluster 2024-03-21T13:06:57.427092+0000 mgr.x (mgr.34104) 1898 : cluster [DBG] pgmap v1245: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:59.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:58 smithi184 bash[59794]: cluster 2024-03-21T13:06:57.427879+0000 mgr.x (mgr.34104) 1899 : cluster [DBG] pgmap v1246: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:59.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:58 smithi184 bash[59794]: cephadm 2024-03-21T13:06:57.436432+0000 mgr.x (mgr.34104) 1900 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:59.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:58 smithi184 bash[59794]: cluster 2024-03-21T13:06:57.531814+0000 mgr.x (mgr.34104) 1901 : cluster [DBG] pgmap v1247: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:59.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:58 smithi184 bash[59794]: cluster 2024-03-21T13:06:57.532505+0000 mgr.x (mgr.34104) 1902 : cluster [DBG] pgmap v1248: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:59.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:58 smithi184 bash[59794]: cephadm 2024-03-21T13:06:57.541791+0000 mgr.x (mgr.34104) 1903 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:59.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:58 smithi184 bash[59794]: cluster 2024-03-21T13:06:57.636303+0000 mgr.x (mgr.34104) 1904 : cluster [DBG] pgmap v1249: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:59.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:58 smithi184 bash[59794]: cluster 2024-03-21T13:06:57.637284+0000 mgr.x (mgr.34104) 1905 : cluster [DBG] pgmap v1250: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:59.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:58 smithi184 bash[59794]: cephadm 2024-03-21T13:06:57.646626+0000 mgr.x (mgr.34104) 1906 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:59.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:58 smithi184 bash[59794]: cluster 2024-03-21T13:06:57.744678+0000 mgr.x (mgr.34104) 1907 : cluster [DBG] pgmap v1251: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:59.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:58 smithi184 bash[59794]: cluster 2024-03-21T13:06:57.745308+0000 mgr.x (mgr.34104) 1908 : cluster [DBG] pgmap v1252: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:59.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:58 smithi184 bash[59794]: cephadm 2024-03-21T13:06:57.755095+0000 mgr.x (mgr.34104) 1909 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:59.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:58 smithi184 bash[59794]: audit 2024-03-21T13:06:57.838679+0000 mon.a (mon.0) 2482 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:59.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:58 smithi184 bash[59794]: audit 2024-03-21T13:06:57.848029+0000 mon.a (mon.0) 2483 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:59.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:58 smithi184 bash[59794]: audit 2024-03-21T13:06:57.850525+0000 mon.a (mon.0) 2484 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:59.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:58 smithi184 bash[59794]: audit 2024-03-21T13:06:57.851413+0000 mon.a (mon.0) 2485 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:59.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:58 smithi184 bash[59794]: cluster 2024-03-21T13:06:57.854699+0000 mgr.x (mgr.34104) 1910 : cluster [DBG] pgmap v1253: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:59.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:58 smithi184 bash[59794]: cluster 2024-03-21T13:06:57.855135+0000 mgr.x (mgr.34104) 1911 : cluster [DBG] pgmap v1254: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:59.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:58 smithi184 bash[59794]: audit 2024-03-21T13:06:57.858095+0000 mon.a (mon.0) 2486 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:59.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:58 smithi184 bash[59794]: cephadm 2024-03-21T13:06:57.860218+0000 mgr.x (mgr.34104) 1912 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:59.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:58 smithi184 bash[59794]: audit 2024-03-21T13:06:57.939231+0000 mon.a (mon.0) 2487 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:59.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:58 smithi184 bash[59794]: audit 2024-03-21T13:06:57.943435+0000 mon.a (mon.0) 2488 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:59.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:58 smithi184 bash[59794]: audit 2024-03-21T13:06:57.947587+0000 mon.a (mon.0) 2489 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:59.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:58 smithi184 bash[59794]: audit 2024-03-21T13:06:57.949197+0000 mon.a (mon.0) 2490 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:59.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:58 smithi184 bash[59794]: cluster 2024-03-21T13:06:57.953708+0000 mgr.x (mgr.34104) 1913 : cluster [DBG] pgmap v1255: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:59.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:58 smithi184 bash[59794]: cluster 2024-03-21T13:06:57.954543+0000 mgr.x (mgr.34104) 1914 : cluster [DBG] pgmap v1256: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:59.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:58 smithi184 bash[59794]: audit 2024-03-21T13:06:57.961409+0000 mon.a (mon.0) 2491 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:59.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:58 smithi184 bash[59794]: cephadm 2024-03-21T13:06:57.963830+0000 mgr.x (mgr.34104) 1915 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:59.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:58 smithi184 bash[59794]: audit 2024-03-21T13:06:58.045347+0000 mon.a (mon.0) 2492 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:59.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:58 smithi184 bash[59794]: audit 2024-03-21T13:06:58.048279+0000 mon.a (mon.0) 2493 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:59.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:58 smithi184 bash[59794]: audit 2024-03-21T13:06:58.051744+0000 mon.a (mon.0) 2494 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:59.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:58 smithi184 bash[59794]: audit 2024-03-21T13:06:58.053211+0000 mon.a (mon.0) 2495 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:59.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:58 smithi184 bash[59794]: cluster 2024-03-21T13:06:58.057425+0000 mgr.x (mgr.34104) 1916 : cluster [DBG] pgmap v1257: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:59.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:58 smithi184 bash[59794]: cluster 2024-03-21T13:06:58.058154+0000 mgr.x (mgr.34104) 1917 : cluster [DBG] pgmap v1258: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:59.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:58 smithi184 bash[59794]: audit 2024-03-21T13:06:58.065879+0000 mon.a (mon.0) 2496 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:59.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:58 smithi184 bash[59794]: cephadm 2024-03-21T13:06:58.068295+0000 mgr.x (mgr.34104) 1918 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:59.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:58 smithi184 bash[59794]: audit 2024-03-21T13:06:58.148794+0000 mon.a (mon.0) 2497 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:59.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:58 smithi184 bash[59794]: audit 2024-03-21T13:06:58.151760+0000 mon.a (mon.0) 2498 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:59.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:58 smithi184 bash[59794]: audit 2024-03-21T13:06:58.155255+0000 mon.a (mon.0) 2499 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:59.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:58 smithi184 bash[59794]: audit 2024-03-21T13:06:58.156438+0000 mon.a (mon.0) 2500 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:59.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:58 smithi184 bash[59794]: cluster 2024-03-21T13:06:58.160293+0000 mgr.x (mgr.34104) 1919 : cluster [DBG] pgmap v1259: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:59.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:58 smithi184 bash[59794]: cluster 2024-03-21T13:06:58.160982+0000 mgr.x (mgr.34104) 1920 : cluster [DBG] pgmap v1260: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:06:59.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:58 smithi184 bash[59794]: audit 2024-03-21T13:06:58.168002+0000 mon.a (mon.0) 2501 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:59.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:58 smithi184 bash[59794]: cephadm 2024-03-21T13:06:58.170236+0000 mgr.x (mgr.34104) 1921 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:06:59.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:58 smithi184 bash[59794]: audit 2024-03-21T13:06:58.247769+0000 mon.a (mon.0) 2502 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:59.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:58 smithi184 bash[59794]: audit 2024-03-21T13:06:58.251795+0000 mon.a (mon.0) 2503 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:59.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:58 smithi184 bash[59794]: audit 2024-03-21T13:06:58.255971+0000 mon.a (mon.0) 2504 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:59.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:58 smithi184 bash[59794]: audit 2024-03-21T13:06:58.257368+0000 mon.a (mon.0) 2505 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:59.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:58 smithi184 bash[59794]: audit 2024-03-21T13:06:58.270793+0000 mon.a (mon.0) 2506 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:59.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:58 smithi184 bash[59794]: audit 2024-03-21T13:06:58.354395+0000 mon.a (mon.0) 2507 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:59.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:58 smithi184 bash[59794]: audit 2024-03-21T13:06:58.357637+0000 mon.a (mon.0) 2508 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:59.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:58 smithi184 bash[59794]: audit 2024-03-21T13:06:58.361120+0000 mon.a (mon.0) 2509 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:59.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:58 smithi184 bash[59794]: audit 2024-03-21T13:06:58.362344+0000 mon.a (mon.0) 2510 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:59.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:58 smithi184 bash[59794]: audit 2024-03-21T13:06:58.372299+0000 mon.a (mon.0) 2511 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:59.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:58 smithi184 bash[59794]: audit 2024-03-21T13:06:58.453119+0000 mon.a (mon.0) 2512 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:59.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:58 smithi184 bash[59794]: audit 2024-03-21T13:06:58.456472+0000 mon.a (mon.0) 2513 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:59.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:58 smithi184 bash[59794]: audit 2024-03-21T13:06:58.459588+0000 mon.a (mon.0) 2514 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:59.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:58 smithi184 bash[59794]: audit 2024-03-21T13:06:58.461016+0000 mon.a (mon.0) 2515 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:59.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:58 smithi184 bash[59794]: audit 2024-03-21T13:06:58.469927+0000 mon.a (mon.0) 2516 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:59.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:58 smithi184 bash[59794]: audit 2024-03-21T13:06:58.551365+0000 mon.a (mon.0) 2517 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:59.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:58 smithi184 bash[59794]: audit 2024-03-21T13:06:58.554429+0000 mon.a (mon.0) 2518 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:59.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:58 smithi184 bash[59794]: audit 2024-03-21T13:06:58.558774+0000 mon.a (mon.0) 2519 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:59.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:58 smithi184 bash[59794]: audit 2024-03-21T13:06:58.559928+0000 mon.a (mon.0) 2520 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:59.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:58 smithi184 bash[59794]: audit 2024-03-21T13:06:58.571468+0000 mon.a (mon.0) 2521 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:59.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:58 smithi184 bash[59794]: audit 2024-03-21T13:06:58.654675+0000 mon.a (mon.0) 2522 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:59.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:58 smithi184 bash[59794]: audit 2024-03-21T13:06:58.658797+0000 mon.a (mon.0) 2523 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:59.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:58 smithi184 bash[59794]: audit 2024-03-21T13:06:58.662281+0000 mon.a (mon.0) 2524 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:59.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:58 smithi184 bash[59794]: audit 2024-03-21T13:06:58.663548+0000 mon.a (mon.0) 2525 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:59.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:58 smithi184 bash[59794]: audit 2024-03-21T13:06:58.675171+0000 mon.a (mon.0) 2526 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:06:59.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:58 smithi184 bash[59794]: cluster 2024-03-21T13:06:58.747411+0000 mon.a (mon.0) 2527 : cluster [WRN] Health check update: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-21T13:06:59.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:58 smithi184 bash[59794]: cluster 2024-03-21T13:06:58.747539+0000 mon.a (mon.0) 2528 : cluster [WRN] Health check update: Degraded data redundancy: 59/630 objects degraded (9.365%), 16 pgs degraded (PG_DEGRADED) 2024-03-21T13:06:59.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:58 smithi184 bash[59794]: audit 2024-03-21T13:06:58.756088+0000 mon.a (mon.0) 2529 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:06:59.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:58 smithi184 bash[59794]: audit 2024-03-21T13:06:58.760865+0000 mon.a (mon.0) 2530 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:06:59.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:58 smithi184 bash[59794]: audit 2024-03-21T13:06:58.764708+0000 mon.a (mon.0) 2531 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:06:59.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:58 smithi184 bash[59794]: audit 2024-03-21T13:06:58.766113+0000 mon.a (mon.0) 2532 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:06:59.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:58 smithi184 bash[59794]: audit 2024-03-21T13:06:58.779713+0000 mon.a (mon.0) 2533 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:00.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:59 smithi178 bash[75692]: cluster 2024-03-21T13:06:58.261578+0000 mgr.x (mgr.34104) 1922 : cluster [DBG] pgmap v1261: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:00.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:59 smithi178 bash[75692]: cluster 2024-03-21T13:06:58.262278+0000 mgr.x (mgr.34104) 1923 : cluster [DBG] pgmap v1262: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:00.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:59 smithi178 bash[75692]: cephadm 2024-03-21T13:06:58.274346+0000 mgr.x (mgr.34104) 1924 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:00.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:59 smithi178 bash[75692]: cluster 2024-03-21T13:06:58.366330+0000 mgr.x (mgr.34104) 1925 : cluster [DBG] pgmap v1263: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:00.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:59 smithi178 bash[75692]: cephadm 2024-03-21T13:06:58.374737+0000 mgr.x (mgr.34104) 1926 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:00.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:59 smithi178 bash[75692]: cluster 2024-03-21T13:06:58.464541+0000 mgr.x (mgr.34104) 1927 : cluster [DBG] pgmap v1264: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:00.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:59 smithi178 bash[75692]: cluster 2024-03-21T13:06:58.465095+0000 mgr.x (mgr.34104) 1928 : cluster [DBG] pgmap v1265: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:00.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:59 smithi178 bash[75692]: cephadm 2024-03-21T13:06:58.472197+0000 mgr.x (mgr.34104) 1929 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:00.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:59 smithi178 bash[75692]: cluster 2024-03-21T13:06:58.564584+0000 mgr.x (mgr.34104) 1930 : cluster [DBG] pgmap v1266: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:00.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:59 smithi178 bash[75692]: cluster 2024-03-21T13:06:58.565553+0000 mgr.x (mgr.34104) 1931 : cluster [DBG] pgmap v1267: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:00.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:59 smithi178 bash[75692]: cephadm 2024-03-21T13:06:58.575351+0000 mgr.x (mgr.34104) 1932 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:00.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:59 smithi178 bash[75692]: cluster 2024-03-21T13:06:58.667767+0000 mgr.x (mgr.34104) 1933 : cluster [DBG] pgmap v1268: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:00.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:59 smithi178 bash[75692]: cluster 2024-03-21T13:06:58.668118+0000 mgr.x (mgr.34104) 1934 : cluster [DBG] pgmap v1269: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:00.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:59 smithi178 bash[75692]: cephadm 2024-03-21T13:06:58.677497+0000 mgr.x (mgr.34104) 1935 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:00.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:59 smithi178 bash[75692]: cluster 2024-03-21T13:06:58.770394+0000 mgr.x (mgr.34104) 1936 : cluster [DBG] pgmap v1270: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:00.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:59 smithi178 bash[77880]: cluster 2024-03-21T13:06:58.261578+0000 mgr.x (mgr.34104) 1922 : cluster [DBG] pgmap v1261: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:00.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:59 smithi178 bash[77880]: cluster 2024-03-21T13:06:58.262278+0000 mgr.x (mgr.34104) 1923 : cluster [DBG] pgmap v1262: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:00.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:59 smithi178 bash[77880]: cephadm 2024-03-21T13:06:58.274346+0000 mgr.x (mgr.34104) 1924 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:00.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:59 smithi178 bash[77880]: cluster 2024-03-21T13:06:58.366330+0000 mgr.x (mgr.34104) 1925 : cluster [DBG] pgmap v1263: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:00.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:59 smithi178 bash[77880]: cephadm 2024-03-21T13:06:58.374737+0000 mgr.x (mgr.34104) 1926 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:00.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:59 smithi178 bash[77880]: cluster 2024-03-21T13:06:58.464541+0000 mgr.x (mgr.34104) 1927 : cluster [DBG] pgmap v1264: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:00.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:59 smithi178 bash[77880]: cluster 2024-03-21T13:06:58.465095+0000 mgr.x (mgr.34104) 1928 : cluster [DBG] pgmap v1265: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:00.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:59 smithi178 bash[77880]: cephadm 2024-03-21T13:06:58.472197+0000 mgr.x (mgr.34104) 1929 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:00.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:59 smithi178 bash[77880]: cluster 2024-03-21T13:06:58.564584+0000 mgr.x (mgr.34104) 1930 : cluster [DBG] pgmap v1266: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:00.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:59 smithi178 bash[77880]: cluster 2024-03-21T13:06:58.565553+0000 mgr.x (mgr.34104) 1931 : cluster [DBG] pgmap v1267: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:00.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:59 smithi178 bash[77880]: cephadm 2024-03-21T13:06:58.575351+0000 mgr.x (mgr.34104) 1932 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:00.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:59 smithi178 bash[77880]: cluster 2024-03-21T13:06:58.667767+0000 mgr.x (mgr.34104) 1933 : cluster [DBG] pgmap v1268: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:00.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:59 smithi178 bash[77880]: cluster 2024-03-21T13:06:58.668118+0000 mgr.x (mgr.34104) 1934 : cluster [DBG] pgmap v1269: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:00.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:59 smithi178 bash[77880]: cephadm 2024-03-21T13:06:58.677497+0000 mgr.x (mgr.34104) 1935 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:00.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:59 smithi178 bash[77880]: cluster 2024-03-21T13:06:58.770394+0000 mgr.x (mgr.34104) 1936 : cluster [DBG] pgmap v1270: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:00.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:59 smithi178 bash[75692]: cluster 2024-03-21T13:06:58.770756+0000 mgr.x (mgr.34104) 1937 : cluster [DBG] pgmap v1271: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:00.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:59 smithi178 bash[75692]: cephadm 2024-03-21T13:06:58.782136+0000 mgr.x (mgr.34104) 1938 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:00.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:59 smithi178 bash[75692]: audit 2024-03-21T13:06:58.865841+0000 mon.a (mon.0) 2534 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:00.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:59 smithi178 bash[75692]: audit 2024-03-21T13:06:58.868089+0000 mon.a (mon.0) 2535 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:00.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:59 smithi178 bash[75692]: audit 2024-03-21T13:06:58.870168+0000 mon.a (mon.0) 2536 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:00.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:59 smithi178 bash[75692]: audit 2024-03-21T13:06:58.870883+0000 mon.a (mon.0) 2537 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:00.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:59 smithi178 bash[75692]: cluster 2024-03-21T13:06:58.873908+0000 mgr.x (mgr.34104) 1939 : cluster [DBG] pgmap v1272: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:00.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:59 smithi178 bash[75692]: cluster 2024-03-21T13:06:58.874268+0000 mgr.x (mgr.34104) 1940 : cluster [DBG] pgmap v1273: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:00.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:59 smithi178 bash[75692]: audit 2024-03-21T13:06:58.877532+0000 mon.a (mon.0) 2538 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:00.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:59 smithi178 bash[75692]: cephadm 2024-03-21T13:06:58.879712+0000 mgr.x (mgr.34104) 1941 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:00.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:59 smithi178 bash[75692]: audit 2024-03-21T13:06:58.956690+0000 mon.a (mon.0) 2539 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:00.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:59 smithi178 bash[75692]: audit 2024-03-21T13:06:58.959621+0000 mon.a (mon.0) 2540 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:00.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:59 smithi178 bash[75692]: audit 2024-03-21T13:06:58.964522+0000 mon.a (mon.0) 2541 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:00.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:59 smithi178 bash[75692]: audit 2024-03-21T13:06:58.966147+0000 mon.a (mon.0) 2542 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:00.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:59 smithi178 bash[75692]: cluster 2024-03-21T13:06:58.970886+0000 mgr.x (mgr.34104) 1942 : cluster [DBG] pgmap v1274: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:00.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:59 smithi178 bash[75692]: cluster 2024-03-21T13:06:58.971560+0000 mgr.x (mgr.34104) 1943 : cluster [DBG] pgmap v1275: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:00.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:59 smithi178 bash[75692]: audit 2024-03-21T13:06:58.978170+0000 mon.a (mon.0) 2543 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:00.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:59 smithi178 bash[75692]: cephadm 2024-03-21T13:06:58.980665+0000 mgr.x (mgr.34104) 1944 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:00.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:59 smithi178 bash[77880]: cluster 2024-03-21T13:06:58.770756+0000 mgr.x (mgr.34104) 1937 : cluster [DBG] pgmap v1271: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:00.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:59 smithi178 bash[77880]: cephadm 2024-03-21T13:06:58.782136+0000 mgr.x (mgr.34104) 1938 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:00.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:59 smithi178 bash[77880]: audit 2024-03-21T13:06:58.865841+0000 mon.a (mon.0) 2534 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:00.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:59 smithi178 bash[77880]: audit 2024-03-21T13:06:58.868089+0000 mon.a (mon.0) 2535 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:00.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:59 smithi178 bash[77880]: audit 2024-03-21T13:06:58.870168+0000 mon.a (mon.0) 2536 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:00.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:59 smithi178 bash[77880]: audit 2024-03-21T13:06:58.870883+0000 mon.a (mon.0) 2537 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:00.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:59 smithi178 bash[77880]: cluster 2024-03-21T13:06:58.873908+0000 mgr.x (mgr.34104) 1939 : cluster [DBG] pgmap v1272: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:00.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:59 smithi178 bash[77880]: cluster 2024-03-21T13:06:58.874268+0000 mgr.x (mgr.34104) 1940 : cluster [DBG] pgmap v1273: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:00.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:59 smithi178 bash[77880]: audit 2024-03-21T13:06:58.877532+0000 mon.a (mon.0) 2538 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:00.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:59 smithi178 bash[77880]: cephadm 2024-03-21T13:06:58.879712+0000 mgr.x (mgr.34104) 1941 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:00.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:59 smithi178 bash[77880]: audit 2024-03-21T13:06:58.956690+0000 mon.a (mon.0) 2539 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:00.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:59 smithi178 bash[77880]: audit 2024-03-21T13:06:58.959621+0000 mon.a (mon.0) 2540 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:00.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:59 smithi178 bash[77880]: audit 2024-03-21T13:06:58.964522+0000 mon.a (mon.0) 2541 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:00.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:59 smithi178 bash[77880]: audit 2024-03-21T13:06:58.966147+0000 mon.a (mon.0) 2542 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:00.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:59 smithi178 bash[77880]: cluster 2024-03-21T13:06:58.970886+0000 mgr.x (mgr.34104) 1942 : cluster [DBG] pgmap v1274: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:00.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:59 smithi178 bash[77880]: cluster 2024-03-21T13:06:58.971560+0000 mgr.x (mgr.34104) 1943 : cluster [DBG] pgmap v1275: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:00.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:59 smithi178 bash[77880]: audit 2024-03-21T13:06:58.978170+0000 mon.a (mon.0) 2543 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:00.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:59 smithi178 bash[77880]: cephadm 2024-03-21T13:06:58.980665+0000 mgr.x (mgr.34104) 1944 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:00.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:59 smithi178 bash[77880]: audit 2024-03-21T13:06:59.061067+0000 mon.a (mon.0) 2544 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:00.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:59 smithi178 bash[77880]: audit 2024-03-21T13:06:59.064266+0000 mon.a (mon.0) 2545 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:00.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:59 smithi178 bash[77880]: audit 2024-03-21T13:06:59.068041+0000 mon.a (mon.0) 2546 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:00.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:59 smithi178 bash[77880]: audit 2024-03-21T13:06:59.069557+0000 mon.a (mon.0) 2547 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:00.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:59 smithi178 bash[77880]: cluster 2024-03-21T13:06:59.073374+0000 mgr.x (mgr.34104) 1945 : cluster [DBG] pgmap v1276: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:00.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:59 smithi178 bash[77880]: cluster 2024-03-21T13:06:59.073741+0000 mgr.x (mgr.34104) 1946 : cluster [DBG] pgmap v1277: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:00.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:59 smithi178 bash[77880]: audit 2024-03-21T13:06:59.082335+0000 mon.a (mon.0) 2548 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:00.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:59 smithi178 bash[77880]: cephadm 2024-03-21T13:06:59.084651+0000 mgr.x (mgr.34104) 1947 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:00.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:59 smithi178 bash[77880]: audit 2024-03-21T13:06:59.165794+0000 mon.a (mon.0) 2549 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:00.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:59 smithi178 bash[77880]: audit 2024-03-21T13:06:59.168989+0000 mon.a (mon.0) 2550 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:00.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:59 smithi178 bash[77880]: audit 2024-03-21T13:06:59.172795+0000 mon.a (mon.0) 2551 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:00.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:59 smithi178 bash[77880]: audit 2024-03-21T13:06:59.174025+0000 mon.a (mon.0) 2552 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:00.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:59 smithi178 bash[77880]: cluster 2024-03-21T13:06:59.177665+0000 mgr.x (mgr.34104) 1948 : cluster [DBG] pgmap v1278: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:00.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:59 smithi178 bash[77880]: cluster 2024-03-21T13:06:59.178030+0000 mgr.x (mgr.34104) 1949 : cluster [DBG] pgmap v1279: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:00.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:59 smithi178 bash[77880]: audit 2024-03-21T13:06:59.185696+0000 mon.a (mon.0) 2553 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:00.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:59 smithi178 bash[77880]: cephadm 2024-03-21T13:06:59.188004+0000 mgr.x (mgr.34104) 1950 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:00.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:59 smithi178 bash[77880]: audit 2024-03-21T13:06:59.269608+0000 mon.a (mon.0) 2554 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:00.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:59 smithi178 bash[77880]: audit 2024-03-21T13:06:59.272429+0000 mon.a (mon.0) 2555 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:00.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:59 smithi178 bash[75692]: audit 2024-03-21T13:06:59.061067+0000 mon.a (mon.0) 2544 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:00.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:59 smithi178 bash[75692]: audit 2024-03-21T13:06:59.064266+0000 mon.a (mon.0) 2545 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:00.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:59 smithi178 bash[75692]: audit 2024-03-21T13:06:59.068041+0000 mon.a (mon.0) 2546 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:00.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:59 smithi178 bash[75692]: audit 2024-03-21T13:06:59.069557+0000 mon.a (mon.0) 2547 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:00.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:59 smithi178 bash[75692]: cluster 2024-03-21T13:06:59.073374+0000 mgr.x (mgr.34104) 1945 : cluster [DBG] pgmap v1276: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:00.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:59 smithi178 bash[75692]: cluster 2024-03-21T13:06:59.073741+0000 mgr.x (mgr.34104) 1946 : cluster [DBG] pgmap v1277: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:00.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:59 smithi178 bash[75692]: audit 2024-03-21T13:06:59.082335+0000 mon.a (mon.0) 2548 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:00.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:59 smithi178 bash[75692]: cephadm 2024-03-21T13:06:59.084651+0000 mgr.x (mgr.34104) 1947 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:00.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:59 smithi178 bash[75692]: audit 2024-03-21T13:06:59.165794+0000 mon.a (mon.0) 2549 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:00.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:59 smithi178 bash[75692]: audit 2024-03-21T13:06:59.168989+0000 mon.a (mon.0) 2550 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:00.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:59 smithi178 bash[75692]: audit 2024-03-21T13:06:59.172795+0000 mon.a (mon.0) 2551 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:00.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:59 smithi178 bash[75692]: audit 2024-03-21T13:06:59.174025+0000 mon.a (mon.0) 2552 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:00.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:59 smithi178 bash[75692]: cluster 2024-03-21T13:06:59.177665+0000 mgr.x (mgr.34104) 1948 : cluster [DBG] pgmap v1278: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:00.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:59 smithi178 bash[75692]: cluster 2024-03-21T13:06:59.178030+0000 mgr.x (mgr.34104) 1949 : cluster [DBG] pgmap v1279: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:00.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:59 smithi178 bash[75692]: audit 2024-03-21T13:06:59.185696+0000 mon.a (mon.0) 2553 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:00.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:59 smithi178 bash[75692]: cephadm 2024-03-21T13:06:59.188004+0000 mgr.x (mgr.34104) 1950 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:00.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:59 smithi178 bash[75692]: audit 2024-03-21T13:06:59.269608+0000 mon.a (mon.0) 2554 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:00.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:59 smithi178 bash[75692]: audit 2024-03-21T13:06:59.272429+0000 mon.a (mon.0) 2555 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:00.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:59 smithi178 bash[77880]: audit 2024-03-21T13:06:59.275496+0000 mon.a (mon.0) 2556 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:00.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:59 smithi178 bash[77880]: audit 2024-03-21T13:06:59.276675+0000 mon.a (mon.0) 2557 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:00.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:59 smithi178 bash[77880]: audit 2024-03-21T13:06:59.286049+0000 mon.a (mon.0) 2558 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:00.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:59 smithi178 bash[77880]: audit 2024-03-21T13:06:59.367531+0000 mon.a (mon.0) 2559 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:00.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:59 smithi178 bash[77880]: audit 2024-03-21T13:06:59.370696+0000 mon.a (mon.0) 2560 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:00.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:59 smithi178 bash[77880]: audit 2024-03-21T13:06:59.374246+0000 mon.a (mon.0) 2561 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:00.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:59 smithi178 bash[77880]: audit 2024-03-21T13:06:59.375887+0000 mon.a (mon.0) 2562 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:00.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:59 smithi178 bash[77880]: audit 2024-03-21T13:06:59.389723+0000 mon.a (mon.0) 2563 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:00.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:59 smithi178 bash[77880]: audit 2024-03-21T13:06:59.473364+0000 mon.a (mon.0) 2564 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:00.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:59 smithi178 bash[77880]: audit 2024-03-21T13:06:59.477022+0000 mon.a (mon.0) 2565 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:00.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:59 smithi178 bash[77880]: audit 2024-03-21T13:06:59.481270+0000 mon.a (mon.0) 2566 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:00.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:59 smithi178 bash[77880]: audit 2024-03-21T13:06:59.483009+0000 mon.a (mon.0) 2567 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:00.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:59 smithi178 bash[77880]: audit 2024-03-21T13:06:59.494942+0000 mon.a (mon.0) 2568 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:00.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:59 smithi178 bash[77880]: audit 2024-03-21T13:06:59.581962+0000 mon.a (mon.0) 2569 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:00.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:59 smithi178 bash[77880]: audit 2024-03-21T13:06:59.586291+0000 mon.a (mon.0) 2570 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:00.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:59 smithi178 bash[77880]: audit 2024-03-21T13:06:59.590401+0000 mon.a (mon.0) 2571 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:00.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:59 smithi178 bash[77880]: audit 2024-03-21T13:06:59.592124+0000 mon.a (mon.0) 2572 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:00.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:59 smithi178 bash[77880]: audit 2024-03-21T13:06:59.604985+0000 mon.a (mon.0) 2573 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:00.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:59 smithi178 bash[77880]: audit 2024-03-21T13:06:59.687138+0000 mon.a (mon.0) 2574 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:00.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:59 smithi178 bash[77880]: audit 2024-03-21T13:06:59.690598+0000 mon.a (mon.0) 2575 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:00.309 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:59 smithi178 bash[77880]: audit 2024-03-21T13:06:59.694277+0000 mon.a (mon.0) 2576 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:00.309 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:59 smithi178 bash[77880]: audit 2024-03-21T13:06:59.695946+0000 mon.a (mon.0) 2577 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:00.309 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:59 smithi178 bash[77880]: audit 2024-03-21T13:06:59.708838+0000 mon.a (mon.0) 2578 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:00.309 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:59 smithi178 bash[77880]: audit 2024-03-21T13:06:59.789274+0000 mon.a (mon.0) 2579 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:00.309 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:59 smithi178 bash[77880]: audit 2024-03-21T13:06:59.792623+0000 mon.a (mon.0) 2580 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:00.309 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:59 smithi178 bash[77880]: audit 2024-03-21T13:06:59.796549+0000 mon.a (mon.0) 2581 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:00.309 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:59 smithi178 bash[77880]: audit 2024-03-21T13:06:59.797758+0000 mon.a (mon.0) 2582 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:00.309 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:06:59 smithi178 bash[77880]: audit 2024-03-21T13:06:59.809025+0000 mon.a (mon.0) 2583 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:00.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:59 smithi178 bash[75692]: audit 2024-03-21T13:06:59.275496+0000 mon.a (mon.0) 2556 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:00.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:59 smithi178 bash[75692]: audit 2024-03-21T13:06:59.276675+0000 mon.a (mon.0) 2557 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:00.310 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:59 smithi178 bash[75692]: audit 2024-03-21T13:06:59.286049+0000 mon.a (mon.0) 2558 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:00.310 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:59 smithi178 bash[75692]: audit 2024-03-21T13:06:59.367531+0000 mon.a (mon.0) 2559 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:00.310 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:59 smithi178 bash[75692]: audit 2024-03-21T13:06:59.370696+0000 mon.a (mon.0) 2560 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:00.310 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:59 smithi178 bash[75692]: audit 2024-03-21T13:06:59.374246+0000 mon.a (mon.0) 2561 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:00.310 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:59 smithi178 bash[75692]: audit 2024-03-21T13:06:59.375887+0000 mon.a (mon.0) 2562 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:00.310 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:59 smithi178 bash[75692]: audit 2024-03-21T13:06:59.389723+0000 mon.a (mon.0) 2563 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:00.310 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:59 smithi178 bash[75692]: audit 2024-03-21T13:06:59.473364+0000 mon.a (mon.0) 2564 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:00.310 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:59 smithi178 bash[75692]: audit 2024-03-21T13:06:59.477022+0000 mon.a (mon.0) 2565 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:00.310 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:59 smithi178 bash[75692]: audit 2024-03-21T13:06:59.481270+0000 mon.a (mon.0) 2566 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:00.310 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:59 smithi178 bash[75692]: audit 2024-03-21T13:06:59.483009+0000 mon.a (mon.0) 2567 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:00.310 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:59 smithi178 bash[75692]: audit 2024-03-21T13:06:59.494942+0000 mon.a (mon.0) 2568 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:00.310 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:59 smithi178 bash[75692]: audit 2024-03-21T13:06:59.581962+0000 mon.a (mon.0) 2569 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:00.310 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:59 smithi178 bash[75692]: audit 2024-03-21T13:06:59.586291+0000 mon.a (mon.0) 2570 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:00.310 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:59 smithi178 bash[75692]: audit 2024-03-21T13:06:59.590401+0000 mon.a (mon.0) 2571 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:00.311 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:59 smithi178 bash[75692]: audit 2024-03-21T13:06:59.592124+0000 mon.a (mon.0) 2572 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:00.311 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:59 smithi178 bash[75692]: audit 2024-03-21T13:06:59.604985+0000 mon.a (mon.0) 2573 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:00.311 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:59 smithi178 bash[75692]: audit 2024-03-21T13:06:59.687138+0000 mon.a (mon.0) 2574 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:00.311 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:59 smithi178 bash[75692]: audit 2024-03-21T13:06:59.690598+0000 mon.a (mon.0) 2575 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:00.311 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:59 smithi178 bash[75692]: audit 2024-03-21T13:06:59.694277+0000 mon.a (mon.0) 2576 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:00.311 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:59 smithi178 bash[75692]: audit 2024-03-21T13:06:59.695946+0000 mon.a (mon.0) 2577 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:00.311 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:59 smithi178 bash[75692]: audit 2024-03-21T13:06:59.708838+0000 mon.a (mon.0) 2578 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:00.311 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:59 smithi178 bash[75692]: audit 2024-03-21T13:06:59.789274+0000 mon.a (mon.0) 2579 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:00.311 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:59 smithi178 bash[75692]: audit 2024-03-21T13:06:59.792623+0000 mon.a (mon.0) 2580 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:00.311 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:59 smithi178 bash[75692]: audit 2024-03-21T13:06:59.796549+0000 mon.a (mon.0) 2581 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:00.311 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:59 smithi178 bash[75692]: audit 2024-03-21T13:06:59.797758+0000 mon.a (mon.0) 2582 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:00.311 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:06:59 smithi178 bash[75692]: audit 2024-03-21T13:06:59.809025+0000 mon.a (mon.0) 2583 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:00.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:59 smithi184 bash[59794]: cluster 2024-03-21T13:06:58.261578+0000 mgr.x (mgr.34104) 1922 : cluster [DBG] pgmap v1261: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:00.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:59 smithi184 bash[59794]: cluster 2024-03-21T13:06:58.262278+0000 mgr.x (mgr.34104) 1923 : cluster [DBG] pgmap v1262: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:00.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:59 smithi184 bash[59794]: cephadm 2024-03-21T13:06:58.274346+0000 mgr.x (mgr.34104) 1924 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:00.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:59 smithi184 bash[59794]: cluster 2024-03-21T13:06:58.366330+0000 mgr.x (mgr.34104) 1925 : cluster [DBG] pgmap v1263: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:00.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:59 smithi184 bash[59794]: cephadm 2024-03-21T13:06:58.374737+0000 mgr.x (mgr.34104) 1926 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:00.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:59 smithi184 bash[59794]: cluster 2024-03-21T13:06:58.464541+0000 mgr.x (mgr.34104) 1927 : cluster [DBG] pgmap v1264: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:00.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:59 smithi184 bash[59794]: cluster 2024-03-21T13:06:58.465095+0000 mgr.x (mgr.34104) 1928 : cluster [DBG] pgmap v1265: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:00.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:59 smithi184 bash[59794]: cephadm 2024-03-21T13:06:58.472197+0000 mgr.x (mgr.34104) 1929 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:00.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:59 smithi184 bash[59794]: cluster 2024-03-21T13:06:58.564584+0000 mgr.x (mgr.34104) 1930 : cluster [DBG] pgmap v1266: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:00.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:59 smithi184 bash[59794]: cluster 2024-03-21T13:06:58.565553+0000 mgr.x (mgr.34104) 1931 : cluster [DBG] pgmap v1267: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:00.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:59 smithi184 bash[59794]: cephadm 2024-03-21T13:06:58.575351+0000 mgr.x (mgr.34104) 1932 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:00.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:59 smithi184 bash[59794]: cluster 2024-03-21T13:06:58.667767+0000 mgr.x (mgr.34104) 1933 : cluster [DBG] pgmap v1268: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:00.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:59 smithi184 bash[59794]: cluster 2024-03-21T13:06:58.668118+0000 mgr.x (mgr.34104) 1934 : cluster [DBG] pgmap v1269: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:00.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:59 smithi184 bash[59794]: cephadm 2024-03-21T13:06:58.677497+0000 mgr.x (mgr.34104) 1935 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:00.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:59 smithi184 bash[59794]: cluster 2024-03-21T13:06:58.770394+0000 mgr.x (mgr.34104) 1936 : cluster [DBG] pgmap v1270: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:00.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:59 smithi184 bash[59794]: cluster 2024-03-21T13:06:58.770756+0000 mgr.x (mgr.34104) 1937 : cluster [DBG] pgmap v1271: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:00.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:59 smithi184 bash[59794]: cephadm 2024-03-21T13:06:58.782136+0000 mgr.x (mgr.34104) 1938 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:00.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:59 smithi184 bash[59794]: audit 2024-03-21T13:06:58.865841+0000 mon.a (mon.0) 2534 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:00.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:59 smithi184 bash[59794]: audit 2024-03-21T13:06:58.868089+0000 mon.a (mon.0) 2535 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:00.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:59 smithi184 bash[59794]: audit 2024-03-21T13:06:58.870168+0000 mon.a (mon.0) 2536 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:00.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:59 smithi184 bash[59794]: audit 2024-03-21T13:06:58.870883+0000 mon.a (mon.0) 2537 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:00.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:59 smithi184 bash[59794]: cluster 2024-03-21T13:06:58.873908+0000 mgr.x (mgr.34104) 1939 : cluster [DBG] pgmap v1272: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:00.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:59 smithi184 bash[59794]: cluster 2024-03-21T13:06:58.874268+0000 mgr.x (mgr.34104) 1940 : cluster [DBG] pgmap v1273: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:00.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:59 smithi184 bash[59794]: audit 2024-03-21T13:06:58.877532+0000 mon.a (mon.0) 2538 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:00.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:59 smithi184 bash[59794]: cephadm 2024-03-21T13:06:58.879712+0000 mgr.x (mgr.34104) 1941 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:00.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:59 smithi184 bash[59794]: audit 2024-03-21T13:06:58.956690+0000 mon.a (mon.0) 2539 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:00.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:59 smithi184 bash[59794]: audit 2024-03-21T13:06:58.959621+0000 mon.a (mon.0) 2540 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:00.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:59 smithi184 bash[59794]: audit 2024-03-21T13:06:58.964522+0000 mon.a (mon.0) 2541 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:00.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:59 smithi184 bash[59794]: audit 2024-03-21T13:06:58.966147+0000 mon.a (mon.0) 2542 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:00.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:59 smithi184 bash[59794]: cluster 2024-03-21T13:06:58.970886+0000 mgr.x (mgr.34104) 1942 : cluster [DBG] pgmap v1274: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:00.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:59 smithi184 bash[59794]: cluster 2024-03-21T13:06:58.971560+0000 mgr.x (mgr.34104) 1943 : cluster [DBG] pgmap v1275: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:00.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:59 smithi184 bash[59794]: audit 2024-03-21T13:06:58.978170+0000 mon.a (mon.0) 2543 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:00.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:59 smithi184 bash[59794]: cephadm 2024-03-21T13:06:58.980665+0000 mgr.x (mgr.34104) 1944 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:00.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:59 smithi184 bash[59794]: audit 2024-03-21T13:06:59.061067+0000 mon.a (mon.0) 2544 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:00.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:59 smithi184 bash[59794]: audit 2024-03-21T13:06:59.064266+0000 mon.a (mon.0) 2545 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:00.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:59 smithi184 bash[59794]: audit 2024-03-21T13:06:59.068041+0000 mon.a (mon.0) 2546 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:00.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:59 smithi184 bash[59794]: audit 2024-03-21T13:06:59.069557+0000 mon.a (mon.0) 2547 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:00.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:59 smithi184 bash[59794]: cluster 2024-03-21T13:06:59.073374+0000 mgr.x (mgr.34104) 1945 : cluster [DBG] pgmap v1276: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:00.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:59 smithi184 bash[59794]: cluster 2024-03-21T13:06:59.073741+0000 mgr.x (mgr.34104) 1946 : cluster [DBG] pgmap v1277: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:00.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:59 smithi184 bash[59794]: audit 2024-03-21T13:06:59.082335+0000 mon.a (mon.0) 2548 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:00.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:59 smithi184 bash[59794]: cephadm 2024-03-21T13:06:59.084651+0000 mgr.x (mgr.34104) 1947 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:00.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:59 smithi184 bash[59794]: audit 2024-03-21T13:06:59.165794+0000 mon.a (mon.0) 2549 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:00.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:59 smithi184 bash[59794]: audit 2024-03-21T13:06:59.168989+0000 mon.a (mon.0) 2550 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:00.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:59 smithi184 bash[59794]: audit 2024-03-21T13:06:59.172795+0000 mon.a (mon.0) 2551 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:00.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:59 smithi184 bash[59794]: audit 2024-03-21T13:06:59.174025+0000 mon.a (mon.0) 2552 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:00.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:59 smithi184 bash[59794]: cluster 2024-03-21T13:06:59.177665+0000 mgr.x (mgr.34104) 1948 : cluster [DBG] pgmap v1278: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:00.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:59 smithi184 bash[59794]: cluster 2024-03-21T13:06:59.178030+0000 mgr.x (mgr.34104) 1949 : cluster [DBG] pgmap v1279: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:00.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:59 smithi184 bash[59794]: audit 2024-03-21T13:06:59.185696+0000 mon.a (mon.0) 2553 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:00.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:59 smithi184 bash[59794]: cephadm 2024-03-21T13:06:59.188004+0000 mgr.x (mgr.34104) 1950 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:00.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:59 smithi184 bash[59794]: audit 2024-03-21T13:06:59.269608+0000 mon.a (mon.0) 2554 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:00.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:59 smithi184 bash[59794]: audit 2024-03-21T13:06:59.272429+0000 mon.a (mon.0) 2555 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:00.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:59 smithi184 bash[59794]: audit 2024-03-21T13:06:59.275496+0000 mon.a (mon.0) 2556 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:00.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:59 smithi184 bash[59794]: audit 2024-03-21T13:06:59.276675+0000 mon.a (mon.0) 2557 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:00.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:59 smithi184 bash[59794]: audit 2024-03-21T13:06:59.286049+0000 mon.a (mon.0) 2558 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:00.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:59 smithi184 bash[59794]: audit 2024-03-21T13:06:59.367531+0000 mon.a (mon.0) 2559 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:00.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:59 smithi184 bash[59794]: audit 2024-03-21T13:06:59.370696+0000 mon.a (mon.0) 2560 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:00.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:59 smithi184 bash[59794]: audit 2024-03-21T13:06:59.374246+0000 mon.a (mon.0) 2561 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:00.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:59 smithi184 bash[59794]: audit 2024-03-21T13:06:59.375887+0000 mon.a (mon.0) 2562 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:00.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:59 smithi184 bash[59794]: audit 2024-03-21T13:06:59.389723+0000 mon.a (mon.0) 2563 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:00.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:59 smithi184 bash[59794]: audit 2024-03-21T13:06:59.473364+0000 mon.a (mon.0) 2564 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:00.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:59 smithi184 bash[59794]: audit 2024-03-21T13:06:59.477022+0000 mon.a (mon.0) 2565 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:00.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:59 smithi184 bash[59794]: audit 2024-03-21T13:06:59.481270+0000 mon.a (mon.0) 2566 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:00.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:59 smithi184 bash[59794]: audit 2024-03-21T13:06:59.483009+0000 mon.a (mon.0) 2567 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:00.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:59 smithi184 bash[59794]: audit 2024-03-21T13:06:59.494942+0000 mon.a (mon.0) 2568 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:00.331 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:59 smithi184 bash[59794]: audit 2024-03-21T13:06:59.581962+0000 mon.a (mon.0) 2569 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:00.331 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:59 smithi184 bash[59794]: audit 2024-03-21T13:06:59.586291+0000 mon.a (mon.0) 2570 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:00.331 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:59 smithi184 bash[59794]: audit 2024-03-21T13:06:59.590401+0000 mon.a (mon.0) 2571 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:00.331 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:59 smithi184 bash[59794]: audit 2024-03-21T13:06:59.592124+0000 mon.a (mon.0) 2572 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:00.331 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:59 smithi184 bash[59794]: audit 2024-03-21T13:06:59.604985+0000 mon.a (mon.0) 2573 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:00.331 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:59 smithi184 bash[59794]: audit 2024-03-21T13:06:59.687138+0000 mon.a (mon.0) 2574 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:00.331 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:59 smithi184 bash[59794]: audit 2024-03-21T13:06:59.690598+0000 mon.a (mon.0) 2575 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:00.331 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:59 smithi184 bash[59794]: audit 2024-03-21T13:06:59.694277+0000 mon.a (mon.0) 2576 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:00.331 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:59 smithi184 bash[59794]: audit 2024-03-21T13:06:59.695946+0000 mon.a (mon.0) 2577 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:00.331 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:59 smithi184 bash[59794]: audit 2024-03-21T13:06:59.708838+0000 mon.a (mon.0) 2578 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:00.331 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:59 smithi184 bash[59794]: audit 2024-03-21T13:06:59.789274+0000 mon.a (mon.0) 2579 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:00.331 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:59 smithi184 bash[59794]: audit 2024-03-21T13:06:59.792623+0000 mon.a (mon.0) 2580 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:00.331 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:59 smithi184 bash[59794]: audit 2024-03-21T13:06:59.796549+0000 mon.a (mon.0) 2581 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:00.331 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:59 smithi184 bash[59794]: audit 2024-03-21T13:06:59.797758+0000 mon.a (mon.0) 2582 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:00.331 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:06:59 smithi184 bash[59794]: audit 2024-03-21T13:06:59.809025+0000 mon.a (mon.0) 2583 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:01.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:00 smithi178 bash[75692]: cluster 2024-03-21T13:06:59.280377+0000 mgr.x (mgr.34104) 1951 : cluster [DBG] pgmap v1280: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:01.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:00 smithi178 bash[75692]: cluster 2024-03-21T13:06:59.280753+0000 mgr.x (mgr.34104) 1952 : cluster [DBG] pgmap v1281: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:01.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:00 smithi178 bash[75692]: cephadm 2024-03-21T13:06:59.288129+0000 mgr.x (mgr.34104) 1953 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:01.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:00 smithi178 bash[75692]: cluster 2024-03-21T13:06:59.379895+0000 mgr.x (mgr.34104) 1954 : cluster [DBG] pgmap v1282: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:01.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:00 smithi178 bash[75692]: cluster 2024-03-21T13:06:59.380253+0000 mgr.x (mgr.34104) 1955 : cluster [DBG] pgmap v1283: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:01.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:00 smithi178 bash[75692]: cephadm 2024-03-21T13:06:59.392299+0000 mgr.x (mgr.34104) 1956 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:01.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:00 smithi178 bash[75692]: cluster 2024-03-21T13:06:59.487292+0000 mgr.x (mgr.34104) 1957 : cluster [DBG] pgmap v1284: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:01.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:00 smithi178 bash[75692]: cluster 2024-03-21T13:06:59.488038+0000 mgr.x (mgr.34104) 1958 : cluster [DBG] pgmap v1285: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:01.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:00 smithi178 bash[75692]: cephadm 2024-03-21T13:06:59.497413+0000 mgr.x (mgr.34104) 1959 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:01.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:00 smithi178 bash[75692]: cluster 2024-03-21T13:06:59.596764+0000 mgr.x (mgr.34104) 1960 : cluster [DBG] pgmap v1286: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:01.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:00 smithi178 bash[75692]: cluster 2024-03-21T13:06:59.597466+0000 mgr.x (mgr.34104) 1961 : cluster [DBG] pgmap v1287: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:01.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:00 smithi178 bash[75692]: cephadm 2024-03-21T13:06:59.607381+0000 mgr.x (mgr.34104) 1962 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:01.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:00 smithi178 bash[75692]: cluster 2024-03-21T13:06:59.700327+0000 mgr.x (mgr.34104) 1963 : cluster [DBG] pgmap v1288: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:01.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:00 smithi178 bash[75692]: cluster 2024-03-21T13:06:59.701337+0000 mgr.x (mgr.34104) 1964 : cluster [DBG] pgmap v1289: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:01.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:00 smithi178 bash[75692]: cephadm 2024-03-21T13:06:59.711146+0000 mgr.x (mgr.34104) 1965 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:01.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:00 smithi178 bash[75692]: cluster 2024-03-21T13:06:59.801734+0000 mgr.x (mgr.34104) 1966 : cluster [DBG] pgmap v1290: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:01.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:00 smithi178 bash[75692]: cluster 2024-03-21T13:06:59.802454+0000 mgr.x (mgr.34104) 1967 : cluster [DBG] pgmap v1291: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:01.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:00 smithi178 bash[75692]: cephadm 2024-03-21T13:06:59.811343+0000 mgr.x (mgr.34104) 1968 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:01.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:00 smithi178 bash[75692]: audit 2024-03-21T13:06:59.886652+0000 mon.a (mon.0) 2584 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:01.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:00 smithi178 bash[75692]: audit 2024-03-21T13:06:59.889094+0000 mon.a (mon.0) 2585 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:01.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:00 smithi178 bash[75692]: audit 2024-03-21T13:06:59.891622+0000 mon.a (mon.0) 2586 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:01.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:00 smithi178 bash[75692]: audit 2024-03-21T13:06:59.892569+0000 mon.a (mon.0) 2587 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:01.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:00 smithi178 bash[75692]: cluster 2024-03-21T13:06:59.895979+0000 mgr.x (mgr.34104) 1969 : cluster [DBG] pgmap v1292: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:01.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:00 smithi178 bash[75692]: cluster 2024-03-21T13:06:59.896644+0000 mgr.x (mgr.34104) 1970 : cluster [DBG] pgmap v1293: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:01.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:00 smithi178 bash[75692]: audit 2024-03-21T13:06:59.901631+0000 mon.a (mon.0) 2588 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:01.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:00 smithi178 bash[75692]: cephadm 2024-03-21T13:06:59.903718+0000 mgr.x (mgr.34104) 1971 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:01.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:00 smithi178 bash[75692]: audit 2024-03-21T13:06:59.985172+0000 mon.a (mon.0) 2589 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:01.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:00 smithi178 bash[75692]: audit 2024-03-21T13:06:59.988042+0000 mon.a (mon.0) 2590 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:01.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:00 smithi178 bash[75692]: audit 2024-03-21T13:06:59.991059+0000 mon.a (mon.0) 2591 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:01.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:00 smithi178 bash[75692]: audit 2024-03-21T13:06:59.992059+0000 mon.a (mon.0) 2592 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:01.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:00 smithi178 bash[75692]: cluster 2024-03-21T13:06:59.995707+0000 mgr.x (mgr.34104) 1972 : cluster [DBG] pgmap v1294: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:01.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:00 smithi178 bash[75692]: cluster 2024-03-21T13:06:59.996264+0000 mgr.x (mgr.34104) 1973 : cluster [DBG] pgmap v1295: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:01.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:00 smithi178 bash[75692]: audit 2024-03-21T13:07:00.002730+0000 mon.a (mon.0) 2593 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:01.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:00 smithi178 bash[77880]: cluster 2024-03-21T13:06:59.280377+0000 mgr.x (mgr.34104) 1951 : cluster [DBG] pgmap v1280: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:01.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:00 smithi178 bash[77880]: cluster 2024-03-21T13:06:59.280753+0000 mgr.x (mgr.34104) 1952 : cluster [DBG] pgmap v1281: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:01.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:00 smithi178 bash[77880]: cephadm 2024-03-21T13:06:59.288129+0000 mgr.x (mgr.34104) 1953 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:01.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:00 smithi178 bash[77880]: cluster 2024-03-21T13:06:59.379895+0000 mgr.x (mgr.34104) 1954 : cluster [DBG] pgmap v1282: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:01.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:00 smithi178 bash[77880]: cluster 2024-03-21T13:06:59.380253+0000 mgr.x (mgr.34104) 1955 : cluster [DBG] pgmap v1283: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:01.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:00 smithi178 bash[77880]: cephadm 2024-03-21T13:06:59.392299+0000 mgr.x (mgr.34104) 1956 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:01.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:00 smithi178 bash[77880]: cluster 2024-03-21T13:06:59.487292+0000 mgr.x (mgr.34104) 1957 : cluster [DBG] pgmap v1284: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:01.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:00 smithi178 bash[77880]: cluster 2024-03-21T13:06:59.488038+0000 mgr.x (mgr.34104) 1958 : cluster [DBG] pgmap v1285: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:01.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:00 smithi178 bash[77880]: cephadm 2024-03-21T13:06:59.497413+0000 mgr.x (mgr.34104) 1959 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:01.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:00 smithi178 bash[77880]: cluster 2024-03-21T13:06:59.596764+0000 mgr.x (mgr.34104) 1960 : cluster [DBG] pgmap v1286: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:01.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:00 smithi178 bash[77880]: cluster 2024-03-21T13:06:59.597466+0000 mgr.x (mgr.34104) 1961 : cluster [DBG] pgmap v1287: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:01.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:00 smithi178 bash[77880]: cephadm 2024-03-21T13:06:59.607381+0000 mgr.x (mgr.34104) 1962 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:01.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:00 smithi178 bash[77880]: cluster 2024-03-21T13:06:59.700327+0000 mgr.x (mgr.34104) 1963 : cluster [DBG] pgmap v1288: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:01.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:00 smithi178 bash[77880]: cluster 2024-03-21T13:06:59.701337+0000 mgr.x (mgr.34104) 1964 : cluster [DBG] pgmap v1289: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:01.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:00 smithi178 bash[77880]: cephadm 2024-03-21T13:06:59.711146+0000 mgr.x (mgr.34104) 1965 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:01.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:00 smithi178 bash[75692]: cephadm 2024-03-21T13:07:00.005190+0000 mgr.x (mgr.34104) 1974 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:01.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:00 smithi178 bash[75692]: audit 2024-03-21T13:07:00.083045+0000 mon.a (mon.0) 2594 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:01.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:00 smithi178 bash[75692]: audit 2024-03-21T13:07:00.086221+0000 mon.a (mon.0) 2595 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:01.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:00 smithi178 bash[75692]: audit 2024-03-21T13:07:00.088940+0000 mon.a (mon.0) 2596 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:01.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:00 smithi178 bash[75692]: audit 2024-03-21T13:07:00.090042+0000 mon.a (mon.0) 2597 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:01.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:00 smithi178 bash[75692]: cluster 2024-03-21T13:07:00.093422+0000 mgr.x (mgr.34104) 1975 : cluster [DBG] pgmap v1296: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:01.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:00 smithi178 bash[75692]: cluster 2024-03-21T13:07:00.093781+0000 mgr.x (mgr.34104) 1976 : cluster [DBG] pgmap v1297: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:01.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:00 smithi178 bash[75692]: audit 2024-03-21T13:07:00.100791+0000 mon.a (mon.0) 2598 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:01.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:00 smithi178 bash[75692]: cephadm 2024-03-21T13:07:00.102879+0000 mgr.x (mgr.34104) 1977 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:01.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:00 smithi178 bash[75692]: audit 2024-03-21T13:07:00.179937+0000 mon.a (mon.0) 2599 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:01.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:00 smithi178 bash[75692]: audit 2024-03-21T13:07:00.183237+0000 mon.a (mon.0) 2600 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:01.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:00 smithi178 bash[75692]: audit 2024-03-21T13:07:00.186881+0000 mon.a (mon.0) 2601 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:01.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:00 smithi178 bash[75692]: audit 2024-03-21T13:07:00.188488+0000 mon.a (mon.0) 2602 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:01.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:00 smithi178 bash[75692]: cluster 2024-03-21T13:07:00.192059+0000 mgr.x (mgr.34104) 1978 : cluster [DBG] pgmap v1298: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:01.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:00 smithi178 bash[75692]: cluster 2024-03-21T13:07:00.192503+0000 mgr.x (mgr.34104) 1979 : cluster [DBG] pgmap v1299: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:01.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:00 smithi178 bash[75692]: audit 2024-03-21T13:07:00.200379+0000 mon.a (mon.0) 2603 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:01.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:00 smithi178 bash[75692]: audit 2024-03-21T13:07:00.282325+0000 mon.a (mon.0) 2604 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:01.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:00 smithi178 bash[75692]: audit 2024-03-21T13:07:00.285161+0000 mon.a (mon.0) 2605 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:01.054 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:00 smithi178 bash[77880]: cluster 2024-03-21T13:06:59.801734+0000 mgr.x (mgr.34104) 1966 : cluster [DBG] pgmap v1290: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:01.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:00 smithi178 bash[77880]: cluster 2024-03-21T13:06:59.802454+0000 mgr.x (mgr.34104) 1967 : cluster [DBG] pgmap v1291: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:01.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:00 smithi178 bash[77880]: cephadm 2024-03-21T13:06:59.811343+0000 mgr.x (mgr.34104) 1968 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:01.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:00 smithi178 bash[77880]: audit 2024-03-21T13:06:59.886652+0000 mon.a (mon.0) 2584 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:01.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:00 smithi178 bash[77880]: audit 2024-03-21T13:06:59.889094+0000 mon.a (mon.0) 2585 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:01.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:00 smithi178 bash[77880]: audit 2024-03-21T13:06:59.891622+0000 mon.a (mon.0) 2586 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:01.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:00 smithi178 bash[77880]: audit 2024-03-21T13:06:59.892569+0000 mon.a (mon.0) 2587 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:01.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:00 smithi178 bash[77880]: cluster 2024-03-21T13:06:59.895979+0000 mgr.x (mgr.34104) 1969 : cluster [DBG] pgmap v1292: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:01.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:00 smithi178 bash[77880]: cluster 2024-03-21T13:06:59.896644+0000 mgr.x (mgr.34104) 1970 : cluster [DBG] pgmap v1293: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:01.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:00 smithi178 bash[77880]: audit 2024-03-21T13:06:59.901631+0000 mon.a (mon.0) 2588 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:01.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:00 smithi178 bash[77880]: cephadm 2024-03-21T13:06:59.903718+0000 mgr.x (mgr.34104) 1971 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:01.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:00 smithi178 bash[77880]: audit 2024-03-21T13:06:59.985172+0000 mon.a (mon.0) 2589 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:01.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:00 smithi178 bash[77880]: audit 2024-03-21T13:06:59.988042+0000 mon.a (mon.0) 2590 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:01.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:00 smithi178 bash[77880]: audit 2024-03-21T13:06:59.991059+0000 mon.a (mon.0) 2591 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:01.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:00 smithi178 bash[77880]: audit 2024-03-21T13:06:59.992059+0000 mon.a (mon.0) 2592 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:01.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:00 smithi178 bash[77880]: cluster 2024-03-21T13:06:59.995707+0000 mgr.x (mgr.34104) 1972 : cluster [DBG] pgmap v1294: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:01.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:00 smithi178 bash[77880]: cluster 2024-03-21T13:06:59.996264+0000 mgr.x (mgr.34104) 1973 : cluster [DBG] pgmap v1295: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:01.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:00 smithi178 bash[77880]: audit 2024-03-21T13:07:00.002730+0000 mon.a (mon.0) 2593 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:01.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:00 smithi178 bash[77880]: cephadm 2024-03-21T13:07:00.005190+0000 mgr.x (mgr.34104) 1974 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:01.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:00 smithi178 bash[77880]: audit 2024-03-21T13:07:00.083045+0000 mon.a (mon.0) 2594 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:01.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:00 smithi178 bash[77880]: audit 2024-03-21T13:07:00.086221+0000 mon.a (mon.0) 2595 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:01.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:00 smithi178 bash[77880]: audit 2024-03-21T13:07:00.088940+0000 mon.a (mon.0) 2596 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:01.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:00 smithi178 bash[77880]: audit 2024-03-21T13:07:00.090042+0000 mon.a (mon.0) 2597 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:01.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:00 smithi178 bash[77880]: cluster 2024-03-21T13:07:00.093422+0000 mgr.x (mgr.34104) 1975 : cluster [DBG] pgmap v1296: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:01.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:00 smithi178 bash[77880]: cluster 2024-03-21T13:07:00.093781+0000 mgr.x (mgr.34104) 1976 : cluster [DBG] pgmap v1297: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:01.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:00 smithi178 bash[77880]: audit 2024-03-21T13:07:00.100791+0000 mon.a (mon.0) 2598 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:01.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:00 smithi178 bash[77880]: cephadm 2024-03-21T13:07:00.102879+0000 mgr.x (mgr.34104) 1977 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:01.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:00 smithi178 bash[77880]: audit 2024-03-21T13:07:00.179937+0000 mon.a (mon.0) 2599 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:01.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:00 smithi178 bash[77880]: audit 2024-03-21T13:07:00.183237+0000 mon.a (mon.0) 2600 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:01.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:00 smithi178 bash[77880]: audit 2024-03-21T13:07:00.186881+0000 mon.a (mon.0) 2601 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:01.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:00 smithi178 bash[77880]: audit 2024-03-21T13:07:00.188488+0000 mon.a (mon.0) 2602 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:01.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:00 smithi178 bash[77880]: cluster 2024-03-21T13:07:00.192059+0000 mgr.x (mgr.34104) 1978 : cluster [DBG] pgmap v1298: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:01.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:00 smithi178 bash[77880]: cluster 2024-03-21T13:07:00.192503+0000 mgr.x (mgr.34104) 1979 : cluster [DBG] pgmap v1299: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:01.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:00 smithi178 bash[77880]: audit 2024-03-21T13:07:00.200379+0000 mon.a (mon.0) 2603 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:01.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:00 smithi178 bash[77880]: audit 2024-03-21T13:07:00.282325+0000 mon.a (mon.0) 2604 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:01.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:00 smithi178 bash[77880]: audit 2024-03-21T13:07:00.285161+0000 mon.a (mon.0) 2605 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:01.058 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:00 smithi178 bash[75692]: audit 2024-03-21T13:07:00.288478+0000 mon.a (mon.0) 2606 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:01.058 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:00 smithi178 bash[75692]: audit 2024-03-21T13:07:00.290418+0000 mon.a (mon.0) 2607 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:01.058 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:00 smithi178 bash[75692]: audit 2024-03-21T13:07:00.300616+0000 mon.a (mon.0) 2608 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:01.058 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:00 smithi178 bash[75692]: audit 2024-03-21T13:07:00.379892+0000 mon.a (mon.0) 2609 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:01.058 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:00 smithi178 bash[75692]: audit 2024-03-21T13:07:00.383072+0000 mon.a (mon.0) 2610 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:01.058 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:00 smithi178 bash[75692]: audit 2024-03-21T13:07:00.387106+0000 mon.a (mon.0) 2611 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:01.058 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:00 smithi178 bash[75692]: audit 2024-03-21T13:07:00.388706+0000 mon.a (mon.0) 2612 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:01.058 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:00 smithi178 bash[75692]: audit 2024-03-21T13:07:00.398504+0000 mon.a (mon.0) 2613 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:01.058 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:00 smithi178 bash[75692]: audit 2024-03-21T13:07:00.476365+0000 mon.a (mon.0) 2614 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:01.058 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:00 smithi178 bash[75692]: audit 2024-03-21T13:07:00.480614+0000 mon.a (mon.0) 2615 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:01.059 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:00 smithi178 bash[75692]: audit 2024-03-21T13:07:00.484017+0000 mon.a (mon.0) 2616 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:01.059 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:00 smithi178 bash[75692]: audit 2024-03-21T13:07:00.485201+0000 mon.a (mon.0) 2617 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:01.059 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:00 smithi178 bash[75692]: audit 2024-03-21T13:07:00.495686+0000 mon.a (mon.0) 2618 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:01.059 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:00 smithi178 bash[75692]: audit 2024-03-21T13:07:00.574240+0000 mon.a (mon.0) 2619 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:01.059 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:00 smithi178 bash[75692]: audit 2024-03-21T13:07:00.577152+0000 mon.a (mon.0) 2620 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:01.059 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:00 smithi178 bash[75692]: audit 2024-03-21T13:07:00.580866+0000 mon.a (mon.0) 2621 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:01.059 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:00 smithi178 bash[75692]: audit 2024-03-21T13:07:00.582088+0000 mon.a (mon.0) 2622 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:01.059 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:00 smithi178 bash[75692]: audit 2024-03-21T13:07:00.593769+0000 mon.a (mon.0) 2623 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:01.059 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:00 smithi178 bash[75692]: audit 2024-03-21T13:07:00.675487+0000 mon.a (mon.0) 2624 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:01.059 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:00 smithi178 bash[75692]: audit 2024-03-21T13:07:00.678043+0000 mon.a (mon.0) 2625 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:01.059 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:00 smithi178 bash[75692]: audit 2024-03-21T13:07:00.681378+0000 mon.a (mon.0) 2626 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:01.059 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:00 smithi178 bash[75692]: audit 2024-03-21T13:07:00.682629+0000 mon.a (mon.0) 2627 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:01.059 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:00 smithi178 bash[75692]: audit 2024-03-21T13:07:00.690602+0000 mon.a (mon.0) 2628 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:01.060 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:00 smithi178 bash[75692]: audit 2024-03-21T13:07:00.771517+0000 mon.a (mon.0) 2629 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:01.060 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:00 smithi178 bash[75692]: audit 2024-03-21T13:07:00.774663+0000 mon.a (mon.0) 2630 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:01.060 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:00 smithi178 bash[75692]: audit 2024-03-21T13:07:00.778358+0000 mon.a (mon.0) 2631 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:01.060 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:00 smithi178 bash[75692]: audit 2024-03-21T13:07:00.779546+0000 mon.a (mon.0) 2632 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:01.060 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:00 smithi178 bash[75692]: audit 2024-03-21T13:07:00.788564+0000 mon.a (mon.0) 2633 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:01.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:00 smithi178 bash[77880]: audit 2024-03-21T13:07:00.288478+0000 mon.a (mon.0) 2606 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:01.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:00 smithi178 bash[77880]: audit 2024-03-21T13:07:00.290418+0000 mon.a (mon.0) 2607 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:01.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:00 smithi178 bash[77880]: audit 2024-03-21T13:07:00.300616+0000 mon.a (mon.0) 2608 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:01.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:00 smithi178 bash[77880]: audit 2024-03-21T13:07:00.379892+0000 mon.a (mon.0) 2609 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:01.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:00 smithi178 bash[77880]: audit 2024-03-21T13:07:00.383072+0000 mon.a (mon.0) 2610 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:01.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:00 smithi178 bash[77880]: audit 2024-03-21T13:07:00.387106+0000 mon.a (mon.0) 2611 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:01.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:00 smithi178 bash[77880]: audit 2024-03-21T13:07:00.388706+0000 mon.a (mon.0) 2612 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:01.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:00 smithi178 bash[77880]: audit 2024-03-21T13:07:00.398504+0000 mon.a (mon.0) 2613 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:01.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:00 smithi178 bash[77880]: audit 2024-03-21T13:07:00.476365+0000 mon.a (mon.0) 2614 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:01.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:00 smithi178 bash[77880]: audit 2024-03-21T13:07:00.480614+0000 mon.a (mon.0) 2615 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:01.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:00 smithi178 bash[77880]: audit 2024-03-21T13:07:00.484017+0000 mon.a (mon.0) 2616 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:01.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:00 smithi178 bash[77880]: audit 2024-03-21T13:07:00.485201+0000 mon.a (mon.0) 2617 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:01.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:00 smithi178 bash[77880]: audit 2024-03-21T13:07:00.495686+0000 mon.a (mon.0) 2618 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:01.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:00 smithi178 bash[77880]: audit 2024-03-21T13:07:00.574240+0000 mon.a (mon.0) 2619 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:01.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:00 smithi178 bash[77880]: audit 2024-03-21T13:07:00.577152+0000 mon.a (mon.0) 2620 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:01.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:00 smithi178 bash[77880]: audit 2024-03-21T13:07:00.580866+0000 mon.a (mon.0) 2621 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:01.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:00 smithi178 bash[77880]: audit 2024-03-21T13:07:00.582088+0000 mon.a (mon.0) 2622 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:01.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:00 smithi178 bash[77880]: audit 2024-03-21T13:07:00.593769+0000 mon.a (mon.0) 2623 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:01.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:00 smithi178 bash[77880]: audit 2024-03-21T13:07:00.675487+0000 mon.a (mon.0) 2624 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:01.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:00 smithi178 bash[77880]: audit 2024-03-21T13:07:00.678043+0000 mon.a (mon.0) 2625 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:01.062 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:00 smithi178 bash[77880]: audit 2024-03-21T13:07:00.681378+0000 mon.a (mon.0) 2626 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:01.062 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:00 smithi178 bash[77880]: audit 2024-03-21T13:07:00.682629+0000 mon.a (mon.0) 2627 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:01.062 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:00 smithi178 bash[77880]: audit 2024-03-21T13:07:00.690602+0000 mon.a (mon.0) 2628 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:01.062 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:00 smithi178 bash[77880]: audit 2024-03-21T13:07:00.771517+0000 mon.a (mon.0) 2629 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:01.062 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:00 smithi178 bash[77880]: audit 2024-03-21T13:07:00.774663+0000 mon.a (mon.0) 2630 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:01.062 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:00 smithi178 bash[77880]: audit 2024-03-21T13:07:00.778358+0000 mon.a (mon.0) 2631 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:01.062 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:00 smithi178 bash[77880]: audit 2024-03-21T13:07:00.779546+0000 mon.a (mon.0) 2632 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:01.062 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:00 smithi178 bash[77880]: audit 2024-03-21T13:07:00.788564+0000 mon.a (mon.0) 2633 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:01.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:00 smithi184 bash[59794]: cluster 2024-03-21T13:06:59.280377+0000 mgr.x (mgr.34104) 1951 : cluster [DBG] pgmap v1280: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:01.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:00 smithi184 bash[59794]: cluster 2024-03-21T13:06:59.280753+0000 mgr.x (mgr.34104) 1952 : cluster [DBG] pgmap v1281: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:01.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:00 smithi184 bash[59794]: cephadm 2024-03-21T13:06:59.288129+0000 mgr.x (mgr.34104) 1953 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:01.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:00 smithi184 bash[59794]: cluster 2024-03-21T13:06:59.379895+0000 mgr.x (mgr.34104) 1954 : cluster [DBG] pgmap v1282: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:01.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:00 smithi184 bash[59794]: cluster 2024-03-21T13:06:59.380253+0000 mgr.x (mgr.34104) 1955 : cluster [DBG] pgmap v1283: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:01.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:00 smithi184 bash[59794]: cephadm 2024-03-21T13:06:59.392299+0000 mgr.x (mgr.34104) 1956 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:01.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:00 smithi184 bash[59794]: cluster 2024-03-21T13:06:59.487292+0000 mgr.x (mgr.34104) 1957 : cluster [DBG] pgmap v1284: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:01.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:00 smithi184 bash[59794]: cluster 2024-03-21T13:06:59.488038+0000 mgr.x (mgr.34104) 1958 : cluster [DBG] pgmap v1285: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:01.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:00 smithi184 bash[59794]: cephadm 2024-03-21T13:06:59.497413+0000 mgr.x (mgr.34104) 1959 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:01.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:00 smithi184 bash[59794]: cluster 2024-03-21T13:06:59.596764+0000 mgr.x (mgr.34104) 1960 : cluster [DBG] pgmap v1286: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:01.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:00 smithi184 bash[59794]: cluster 2024-03-21T13:06:59.597466+0000 mgr.x (mgr.34104) 1961 : cluster [DBG] pgmap v1287: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:01.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:00 smithi184 bash[59794]: cephadm 2024-03-21T13:06:59.607381+0000 mgr.x (mgr.34104) 1962 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:01.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:00 smithi184 bash[59794]: cluster 2024-03-21T13:06:59.700327+0000 mgr.x (mgr.34104) 1963 : cluster [DBG] pgmap v1288: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:01.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:00 smithi184 bash[59794]: cluster 2024-03-21T13:06:59.701337+0000 mgr.x (mgr.34104) 1964 : cluster [DBG] pgmap v1289: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:01.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:00 smithi184 bash[59794]: cephadm 2024-03-21T13:06:59.711146+0000 mgr.x (mgr.34104) 1965 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:01.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:00 smithi184 bash[59794]: cluster 2024-03-21T13:06:59.801734+0000 mgr.x (mgr.34104) 1966 : cluster [DBG] pgmap v1290: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:01.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:00 smithi184 bash[59794]: cluster 2024-03-21T13:06:59.802454+0000 mgr.x (mgr.34104) 1967 : cluster [DBG] pgmap v1291: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:01.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:00 smithi184 bash[59794]: cephadm 2024-03-21T13:06:59.811343+0000 mgr.x (mgr.34104) 1968 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:01.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:00 smithi184 bash[59794]: audit 2024-03-21T13:06:59.886652+0000 mon.a (mon.0) 2584 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:01.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:00 smithi184 bash[59794]: audit 2024-03-21T13:06:59.889094+0000 mon.a (mon.0) 2585 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:01.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:00 smithi184 bash[59794]: audit 2024-03-21T13:06:59.891622+0000 mon.a (mon.0) 2586 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:01.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:00 smithi184 bash[59794]: audit 2024-03-21T13:06:59.892569+0000 mon.a (mon.0) 2587 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:01.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:00 smithi184 bash[59794]: cluster 2024-03-21T13:06:59.895979+0000 mgr.x (mgr.34104) 1969 : cluster [DBG] pgmap v1292: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:01.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:00 smithi184 bash[59794]: cluster 2024-03-21T13:06:59.896644+0000 mgr.x (mgr.34104) 1970 : cluster [DBG] pgmap v1293: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:01.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:00 smithi184 bash[59794]: audit 2024-03-21T13:06:59.901631+0000 mon.a (mon.0) 2588 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:01.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:00 smithi184 bash[59794]: cephadm 2024-03-21T13:06:59.903718+0000 mgr.x (mgr.34104) 1971 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:01.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:00 smithi184 bash[59794]: audit 2024-03-21T13:06:59.985172+0000 mon.a (mon.0) 2589 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:01.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:00 smithi184 bash[59794]: audit 2024-03-21T13:06:59.988042+0000 mon.a (mon.0) 2590 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:01.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:00 smithi184 bash[59794]: audit 2024-03-21T13:06:59.991059+0000 mon.a (mon.0) 2591 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:01.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:00 smithi184 bash[59794]: audit 2024-03-21T13:06:59.992059+0000 mon.a (mon.0) 2592 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:01.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:00 smithi184 bash[59794]: cluster 2024-03-21T13:06:59.995707+0000 mgr.x (mgr.34104) 1972 : cluster [DBG] pgmap v1294: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:01.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:00 smithi184 bash[59794]: cluster 2024-03-21T13:06:59.996264+0000 mgr.x (mgr.34104) 1973 : cluster [DBG] pgmap v1295: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:01.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:00 smithi184 bash[59794]: audit 2024-03-21T13:07:00.002730+0000 mon.a (mon.0) 2593 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:01.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:00 smithi184 bash[59794]: cephadm 2024-03-21T13:07:00.005190+0000 mgr.x (mgr.34104) 1974 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:01.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:00 smithi184 bash[59794]: audit 2024-03-21T13:07:00.083045+0000 mon.a (mon.0) 2594 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:01.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:00 smithi184 bash[59794]: audit 2024-03-21T13:07:00.086221+0000 mon.a (mon.0) 2595 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:01.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:00 smithi184 bash[59794]: audit 2024-03-21T13:07:00.088940+0000 mon.a (mon.0) 2596 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:01.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:00 smithi184 bash[59794]: audit 2024-03-21T13:07:00.090042+0000 mon.a (mon.0) 2597 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:01.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:00 smithi184 bash[59794]: cluster 2024-03-21T13:07:00.093422+0000 mgr.x (mgr.34104) 1975 : cluster [DBG] pgmap v1296: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:01.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:00 smithi184 bash[59794]: cluster 2024-03-21T13:07:00.093781+0000 mgr.x (mgr.34104) 1976 : cluster [DBG] pgmap v1297: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:01.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:00 smithi184 bash[59794]: audit 2024-03-21T13:07:00.100791+0000 mon.a (mon.0) 2598 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:01.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:00 smithi184 bash[59794]: cephadm 2024-03-21T13:07:00.102879+0000 mgr.x (mgr.34104) 1977 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:01.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:00 smithi184 bash[59794]: audit 2024-03-21T13:07:00.179937+0000 mon.a (mon.0) 2599 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:01.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:00 smithi184 bash[59794]: audit 2024-03-21T13:07:00.183237+0000 mon.a (mon.0) 2600 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:01.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:00 smithi184 bash[59794]: audit 2024-03-21T13:07:00.186881+0000 mon.a (mon.0) 2601 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:01.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:00 smithi184 bash[59794]: audit 2024-03-21T13:07:00.188488+0000 mon.a (mon.0) 2602 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:01.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:00 smithi184 bash[59794]: cluster 2024-03-21T13:07:00.192059+0000 mgr.x (mgr.34104) 1978 : cluster [DBG] pgmap v1298: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:01.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:00 smithi184 bash[59794]: cluster 2024-03-21T13:07:00.192503+0000 mgr.x (mgr.34104) 1979 : cluster [DBG] pgmap v1299: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:01.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:00 smithi184 bash[59794]: audit 2024-03-21T13:07:00.200379+0000 mon.a (mon.0) 2603 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:01.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:00 smithi184 bash[59794]: audit 2024-03-21T13:07:00.282325+0000 mon.a (mon.0) 2604 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:01.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:00 smithi184 bash[59794]: audit 2024-03-21T13:07:00.285161+0000 mon.a (mon.0) 2605 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:01.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:00 smithi184 bash[59794]: audit 2024-03-21T13:07:00.288478+0000 mon.a (mon.0) 2606 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:01.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:00 smithi184 bash[59794]: audit 2024-03-21T13:07:00.290418+0000 mon.a (mon.0) 2607 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:01.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:00 smithi184 bash[59794]: audit 2024-03-21T13:07:00.300616+0000 mon.a (mon.0) 2608 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:01.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:00 smithi184 bash[59794]: audit 2024-03-21T13:07:00.379892+0000 mon.a (mon.0) 2609 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:01.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:00 smithi184 bash[59794]: audit 2024-03-21T13:07:00.383072+0000 mon.a (mon.0) 2610 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:01.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:00 smithi184 bash[59794]: audit 2024-03-21T13:07:00.387106+0000 mon.a (mon.0) 2611 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:01.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:00 smithi184 bash[59794]: audit 2024-03-21T13:07:00.388706+0000 mon.a (mon.0) 2612 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:01.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:00 smithi184 bash[59794]: audit 2024-03-21T13:07:00.398504+0000 mon.a (mon.0) 2613 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:01.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:00 smithi184 bash[59794]: audit 2024-03-21T13:07:00.476365+0000 mon.a (mon.0) 2614 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:01.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:00 smithi184 bash[59794]: audit 2024-03-21T13:07:00.480614+0000 mon.a (mon.0) 2615 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:01.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:00 smithi184 bash[59794]: audit 2024-03-21T13:07:00.484017+0000 mon.a (mon.0) 2616 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:01.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:00 smithi184 bash[59794]: audit 2024-03-21T13:07:00.485201+0000 mon.a (mon.0) 2617 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:01.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:00 smithi184 bash[59794]: audit 2024-03-21T13:07:00.495686+0000 mon.a (mon.0) 2618 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:01.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:00 smithi184 bash[59794]: audit 2024-03-21T13:07:00.574240+0000 mon.a (mon.0) 2619 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:01.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:00 smithi184 bash[59794]: audit 2024-03-21T13:07:00.577152+0000 mon.a (mon.0) 2620 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:01.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:00 smithi184 bash[59794]: audit 2024-03-21T13:07:00.580866+0000 mon.a (mon.0) 2621 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:01.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:00 smithi184 bash[59794]: audit 2024-03-21T13:07:00.582088+0000 mon.a (mon.0) 2622 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:01.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:00 smithi184 bash[59794]: audit 2024-03-21T13:07:00.593769+0000 mon.a (mon.0) 2623 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:01.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:00 smithi184 bash[59794]: audit 2024-03-21T13:07:00.675487+0000 mon.a (mon.0) 2624 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:01.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:00 smithi184 bash[59794]: audit 2024-03-21T13:07:00.678043+0000 mon.a (mon.0) 2625 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:01.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:00 smithi184 bash[59794]: audit 2024-03-21T13:07:00.681378+0000 mon.a (mon.0) 2626 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:01.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:00 smithi184 bash[59794]: audit 2024-03-21T13:07:00.682629+0000 mon.a (mon.0) 2627 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:01.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:00 smithi184 bash[59794]: audit 2024-03-21T13:07:00.690602+0000 mon.a (mon.0) 2628 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:01.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:00 smithi184 bash[59794]: audit 2024-03-21T13:07:00.771517+0000 mon.a (mon.0) 2629 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:01.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:00 smithi184 bash[59794]: audit 2024-03-21T13:07:00.774663+0000 mon.a (mon.0) 2630 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:01.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:00 smithi184 bash[59794]: audit 2024-03-21T13:07:00.778358+0000 mon.a (mon.0) 2631 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:01.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:00 smithi184 bash[59794]: audit 2024-03-21T13:07:00.779546+0000 mon.a (mon.0) 2632 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:01.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:00 smithi184 bash[59794]: audit 2024-03-21T13:07:00.788564+0000 mon.a (mon.0) 2633 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:02.048 INFO:journalctl@ceph.osd.2.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[93826]: debug 2024-03-21T13:07:01.700+0000 7f14b51747c0 -1 osd.2 0 read_superblock omap replica is missing. 2024-03-21T13:07:02.048 INFO:journalctl@ceph.osd.2.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[93826]: debug 2024-03-21T13:07:01.732+0000 7f14b51747c0 -1 osd.2 138 log_to_monitors true 2024-03-21T13:07:02.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[75692]: cephadm 2024-03-21T13:07:00.202570+0000 mgr.x (mgr.34104) 1980 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:02.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[75692]: cluster 2024-03-21T13:07:00.293988+0000 mgr.x (mgr.34104) 1981 : cluster [DBG] pgmap v1300: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:02.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[75692]: cluster 2024-03-21T13:07:00.294616+0000 mgr.x (mgr.34104) 1982 : cluster [DBG] pgmap v1301: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:02.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[75692]: cephadm 2024-03-21T13:07:00.302793+0000 mgr.x (mgr.34104) 1983 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:02.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[75692]: cluster 2024-03-21T13:07:00.393339+0000 mgr.x (mgr.34104) 1984 : cluster [DBG] pgmap v1302: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:02.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[75692]: cluster 2024-03-21T13:07:00.393802+0000 mgr.x (mgr.34104) 1985 : cluster [DBG] pgmap v1303: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:02.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[75692]: cephadm 2024-03-21T13:07:00.400645+0000 mgr.x (mgr.34104) 1986 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:02.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[75692]: cluster 2024-03-21T13:07:00.489401+0000 mgr.x (mgr.34104) 1987 : cluster [DBG] pgmap v1304: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:02.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[75692]: cluster 2024-03-21T13:07:00.489943+0000 mgr.x (mgr.34104) 1988 : cluster [DBG] pgmap v1305: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:02.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[75692]: cephadm 2024-03-21T13:07:00.497900+0000 mgr.x (mgr.34104) 1989 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:02.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[75692]: cluster 2024-03-21T13:07:00.586825+0000 mgr.x (mgr.34104) 1990 : cluster [DBG] pgmap v1306: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 17 op/s; 59/630 objects degraded (9.365%) 2024-03-21T13:07:02.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[75692]: cluster 2024-03-21T13:07:00.587539+0000 mgr.x (mgr.34104) 1991 : cluster [DBG] pgmap v1307: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 17 op/s; 59/630 objects degraded (9.365%) 2024-03-21T13:07:02.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[75692]: cephadm 2024-03-21T13:07:00.596171+0000 mgr.x (mgr.34104) 1992 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:02.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[75692]: cluster 2024-03-21T13:07:00.686390+0000 mgr.x (mgr.34104) 1993 : cluster [DBG] pgmap v1308: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 17 op/s; 59/630 objects degraded (9.365%) 2024-03-21T13:07:02.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[75692]: cluster 2024-03-21T13:07:00.687101+0000 mgr.x (mgr.34104) 1994 : cluster [DBG] pgmap v1309: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 17 op/s; 59/630 objects degraded (9.365%) 2024-03-21T13:07:02.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[77880]: cephadm 2024-03-21T13:07:00.202570+0000 mgr.x (mgr.34104) 1980 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:02.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[77880]: cluster 2024-03-21T13:07:00.293988+0000 mgr.x (mgr.34104) 1981 : cluster [DBG] pgmap v1300: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:02.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[77880]: cluster 2024-03-21T13:07:00.294616+0000 mgr.x (mgr.34104) 1982 : cluster [DBG] pgmap v1301: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:02.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[77880]: cephadm 2024-03-21T13:07:00.302793+0000 mgr.x (mgr.34104) 1983 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:02.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[77880]: cluster 2024-03-21T13:07:00.393339+0000 mgr.x (mgr.34104) 1984 : cluster [DBG] pgmap v1302: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:02.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[77880]: cluster 2024-03-21T13:07:00.393802+0000 mgr.x (mgr.34104) 1985 : cluster [DBG] pgmap v1303: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:02.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[77880]: cephadm 2024-03-21T13:07:00.400645+0000 mgr.x (mgr.34104) 1986 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:02.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[77880]: cluster 2024-03-21T13:07:00.489401+0000 mgr.x (mgr.34104) 1987 : cluster [DBG] pgmap v1304: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:02.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[77880]: cluster 2024-03-21T13:07:00.489943+0000 mgr.x (mgr.34104) 1988 : cluster [DBG] pgmap v1305: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:02.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[77880]: cephadm 2024-03-21T13:07:00.497900+0000 mgr.x (mgr.34104) 1989 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:02.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[77880]: cluster 2024-03-21T13:07:00.586825+0000 mgr.x (mgr.34104) 1990 : cluster [DBG] pgmap v1306: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 17 op/s; 59/630 objects degraded (9.365%) 2024-03-21T13:07:02.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[77880]: cluster 2024-03-21T13:07:00.587539+0000 mgr.x (mgr.34104) 1991 : cluster [DBG] pgmap v1307: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 17 op/s; 59/630 objects degraded (9.365%) 2024-03-21T13:07:02.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[77880]: cephadm 2024-03-21T13:07:00.596171+0000 mgr.x (mgr.34104) 1992 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:02.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[77880]: cluster 2024-03-21T13:07:00.686390+0000 mgr.x (mgr.34104) 1993 : cluster [DBG] pgmap v1308: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 17 op/s; 59/630 objects degraded (9.365%) 2024-03-21T13:07:02.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[77880]: cluster 2024-03-21T13:07:00.687101+0000 mgr.x (mgr.34104) 1994 : cluster [DBG] pgmap v1309: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 17 op/s; 59/630 objects degraded (9.365%) 2024-03-21T13:07:02.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[75692]: cephadm 2024-03-21T13:07:00.692861+0000 mgr.x (mgr.34104) 1995 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:02.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[75692]: audit 2024-03-21T13:07:00.748853+0000 mgr.x (mgr.34104) 1996 : audit [DBG] from='client.15585 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:07:02.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[75692]: cluster 2024-03-21T13:07:00.783416+0000 mgr.x (mgr.34104) 1997 : cluster [DBG] pgmap v1310: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 17 op/s; 59/630 objects degraded (9.365%) 2024-03-21T13:07:02.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[75692]: cluster 2024-03-21T13:07:00.784079+0000 mgr.x (mgr.34104) 1998 : cluster [DBG] pgmap v1311: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 17 op/s; 59/630 objects degraded (9.365%) 2024-03-21T13:07:02.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[75692]: cephadm 2024-03-21T13:07:00.790678+0000 mgr.x (mgr.34104) 1999 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:02.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[75692]: audit 2024-03-21T13:07:00.880097+0000 mon.a (mon.0) 2634 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:02.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[75692]: audit 2024-03-21T13:07:00.882607+0000 mon.a (mon.0) 2635 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:02.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[75692]: audit 2024-03-21T13:07:00.885978+0000 mon.a (mon.0) 2636 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:02.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[75692]: audit 2024-03-21T13:07:00.887360+0000 mon.a (mon.0) 2637 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:02.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[75692]: cluster 2024-03-21T13:07:00.891063+0000 mgr.x (mgr.34104) 2000 : cluster [DBG] pgmap v1312: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:02.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[75692]: cluster 2024-03-21T13:07:00.891434+0000 mgr.x (mgr.34104) 2001 : cluster [DBG] pgmap v1313: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:02.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[75692]: audit 2024-03-21T13:07:00.896787+0000 mon.a (mon.0) 2638 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:02.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[75692]: cephadm 2024-03-21T13:07:00.899073+0000 mgr.x (mgr.34104) 2002 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:02.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[75692]: audit 2024-03-21T13:07:00.976786+0000 mon.a (mon.0) 2639 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:02.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[75692]: audit 2024-03-21T13:07:00.979871+0000 mon.a (mon.0) 2640 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:02.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[75692]: audit 2024-03-21T13:07:00.983164+0000 mon.a (mon.0) 2641 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:02.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[75692]: audit 2024-03-21T13:07:00.984640+0000 mon.a (mon.0) 2642 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:02.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[75692]: cluster 2024-03-21T13:07:00.988913+0000 mgr.x (mgr.34104) 2003 : cluster [DBG] pgmap v1314: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:02.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[75692]: cluster 2024-03-21T13:07:00.989607+0000 mgr.x (mgr.34104) 2004 : cluster [DBG] pgmap v1315: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:02.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[75692]: audit 2024-03-21T13:07:00.996045+0000 mon.a (mon.0) 2643 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:02.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[75692]: cephadm 2024-03-21T13:07:00.998375+0000 mgr.x (mgr.34104) 2005 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:02.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[75692]: audit 2024-03-21T13:07:01.079070+0000 mon.a (mon.0) 2644 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:02.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[75692]: audit 2024-03-21T13:07:01.082012+0000 mon.a (mon.0) 2645 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:02.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[75692]: audit 2024-03-21T13:07:01.085384+0000 mon.a (mon.0) 2646 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:02.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[75692]: audit 2024-03-21T13:07:01.086781+0000 mon.a (mon.0) 2647 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:02.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[75692]: cluster 2024-03-21T13:07:01.091004+0000 mgr.x (mgr.34104) 2006 : cluster [DBG] pgmap v1316: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:02.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[75692]: cluster 2024-03-21T13:07:01.091710+0000 mgr.x (mgr.34104) 2007 : cluster [DBG] pgmap v1317: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:02.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[75692]: audit 2024-03-21T13:07:01.097733+0000 mon.a (mon.0) 2648 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:02.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[75692]: cephadm 2024-03-21T13:07:01.099940+0000 mgr.x (mgr.34104) 2008 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:02.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[75692]: audit 2024-03-21T13:07:01.177976+0000 mon.a (mon.0) 2649 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:02.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[75692]: audit 2024-03-21T13:07:01.180933+0000 mon.a (mon.0) 2650 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:02.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[75692]: audit 2024-03-21T13:07:01.184569+0000 mon.a (mon.0) 2651 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:02.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[75692]: audit 2024-03-21T13:07:01.186629+0000 mon.a (mon.0) 2652 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:02.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[75692]: cluster 2024-03-21T13:07:01.191381+0000 mgr.x (mgr.34104) 2009 : cluster [DBG] pgmap v1318: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:02.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[75692]: cluster 2024-03-21T13:07:01.192142+0000 mgr.x (mgr.34104) 2010 : cluster [DBG] pgmap v1319: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:02.054 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[77880]: cephadm 2024-03-21T13:07:00.692861+0000 mgr.x (mgr.34104) 1995 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:02.054 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[77880]: audit 2024-03-21T13:07:00.748853+0000 mgr.x (mgr.34104) 1996 : audit [DBG] from='client.15585 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:07:02.054 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[77880]: cluster 2024-03-21T13:07:00.783416+0000 mgr.x (mgr.34104) 1997 : cluster [DBG] pgmap v1310: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 17 op/s; 59/630 objects degraded (9.365%) 2024-03-21T13:07:02.054 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[77880]: cluster 2024-03-21T13:07:00.784079+0000 mgr.x (mgr.34104) 1998 : cluster [DBG] pgmap v1311: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 17 op/s; 59/630 objects degraded (9.365%) 2024-03-21T13:07:02.054 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[77880]: cephadm 2024-03-21T13:07:00.790678+0000 mgr.x (mgr.34104) 1999 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:02.054 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[77880]: audit 2024-03-21T13:07:00.880097+0000 mon.a (mon.0) 2634 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:02.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[77880]: audit 2024-03-21T13:07:00.882607+0000 mon.a (mon.0) 2635 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:02.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[77880]: audit 2024-03-21T13:07:00.885978+0000 mon.a (mon.0) 2636 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:02.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[77880]: audit 2024-03-21T13:07:00.887360+0000 mon.a (mon.0) 2637 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:02.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[77880]: cluster 2024-03-21T13:07:00.891063+0000 mgr.x (mgr.34104) 2000 : cluster [DBG] pgmap v1312: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:02.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[77880]: cluster 2024-03-21T13:07:00.891434+0000 mgr.x (mgr.34104) 2001 : cluster [DBG] pgmap v1313: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:02.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[77880]: audit 2024-03-21T13:07:00.896787+0000 mon.a (mon.0) 2638 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:02.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[77880]: cephadm 2024-03-21T13:07:00.899073+0000 mgr.x (mgr.34104) 2002 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:02.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[77880]: audit 2024-03-21T13:07:00.976786+0000 mon.a (mon.0) 2639 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:02.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[77880]: audit 2024-03-21T13:07:00.979871+0000 mon.a (mon.0) 2640 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:02.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[77880]: audit 2024-03-21T13:07:00.983164+0000 mon.a (mon.0) 2641 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:02.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[77880]: audit 2024-03-21T13:07:00.984640+0000 mon.a (mon.0) 2642 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:02.056 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[75692]: audit 2024-03-21T13:07:01.196356+0000 mon.a (mon.0) 2653 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:02.056 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[75692]: cephadm 2024-03-21T13:07:01.198494+0000 mgr.x (mgr.34104) 2011 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:02.056 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[75692]: audit 2024-03-21T13:07:01.274602+0000 mon.a (mon.0) 2654 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:02.056 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[75692]: audit 2024-03-21T13:07:01.278334+0000 mon.a (mon.0) 2655 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:02.056 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[75692]: audit 2024-03-21T13:07:01.282699+0000 mon.a (mon.0) 2656 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:02.056 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[75692]: audit 2024-03-21T13:07:01.284215+0000 mon.a (mon.0) 2657 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:02.056 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[75692]: audit 2024-03-21T13:07:01.293839+0000 mon.a (mon.0) 2658 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:02.056 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[75692]: audit 2024-03-21T13:07:01.372138+0000 mon.a (mon.0) 2659 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:02.056 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[75692]: audit 2024-03-21T13:07:01.377066+0000 mon.a (mon.0) 2660 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:02.056 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[75692]: audit 2024-03-21T13:07:01.381172+0000 mon.a (mon.0) 2661 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:02.056 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[75692]: audit 2024-03-21T13:07:01.382626+0000 mon.a (mon.0) 2662 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:02.056 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[75692]: audit 2024-03-21T13:07:01.393773+0000 mon.a (mon.0) 2663 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:02.056 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[75692]: audit 2024-03-21T13:07:01.475580+0000 mon.a (mon.0) 2664 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:02.057 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[75692]: audit 2024-03-21T13:07:01.478739+0000 mon.a (mon.0) 2665 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:02.057 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[75692]: audit 2024-03-21T13:07:01.482123+0000 mon.a (mon.0) 2666 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:02.057 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[75692]: audit 2024-03-21T13:07:01.483600+0000 mon.a (mon.0) 2667 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:02.057 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[75692]: audit 2024-03-21T13:07:01.495856+0000 mon.a (mon.0) 2668 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:02.057 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[75692]: audit 2024-03-21T13:07:01.579287+0000 mon.a (mon.0) 2669 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:02.057 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[75692]: audit 2024-03-21T13:07:01.582357+0000 mon.a (mon.0) 2670 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:02.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[77880]: cluster 2024-03-21T13:07:00.988913+0000 mgr.x (mgr.34104) 2003 : cluster [DBG] pgmap v1314: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:02.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[77880]: cluster 2024-03-21T13:07:00.989607+0000 mgr.x (mgr.34104) 2004 : cluster [DBG] pgmap v1315: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:02.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[77880]: audit 2024-03-21T13:07:00.996045+0000 mon.a (mon.0) 2643 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:02.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[77880]: cephadm 2024-03-21T13:07:00.998375+0000 mgr.x (mgr.34104) 2005 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:02.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[77880]: audit 2024-03-21T13:07:01.079070+0000 mon.a (mon.0) 2644 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:02.058 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[77880]: audit 2024-03-21T13:07:01.082012+0000 mon.a (mon.0) 2645 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:02.058 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[77880]: audit 2024-03-21T13:07:01.085384+0000 mon.a (mon.0) 2646 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:02.058 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[77880]: audit 2024-03-21T13:07:01.086781+0000 mon.a (mon.0) 2647 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:02.058 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[77880]: cluster 2024-03-21T13:07:01.091004+0000 mgr.x (mgr.34104) 2006 : cluster [DBG] pgmap v1316: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:02.058 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[77880]: cluster 2024-03-21T13:07:01.091710+0000 mgr.x (mgr.34104) 2007 : cluster [DBG] pgmap v1317: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:02.058 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[77880]: audit 2024-03-21T13:07:01.097733+0000 mon.a (mon.0) 2648 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:02.058 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[77880]: cephadm 2024-03-21T13:07:01.099940+0000 mgr.x (mgr.34104) 2008 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:02.058 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[77880]: audit 2024-03-21T13:07:01.177976+0000 mon.a (mon.0) 2649 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:02.058 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[77880]: audit 2024-03-21T13:07:01.180933+0000 mon.a (mon.0) 2650 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:02.058 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[77880]: audit 2024-03-21T13:07:01.184569+0000 mon.a (mon.0) 2651 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:02.058 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[77880]: audit 2024-03-21T13:07:01.186629+0000 mon.a (mon.0) 2652 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:02.058 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[77880]: cluster 2024-03-21T13:07:01.191381+0000 mgr.x (mgr.34104) 2009 : cluster [DBG] pgmap v1318: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:02.058 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[77880]: cluster 2024-03-21T13:07:01.192142+0000 mgr.x (mgr.34104) 2010 : cluster [DBG] pgmap v1319: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:02.059 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[75692]: audit 2024-03-21T13:07:01.585603+0000 mon.a (mon.0) 2671 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:02.059 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[75692]: audit 2024-03-21T13:07:01.586987+0000 mon.a (mon.0) 2672 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:02.059 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[75692]: audit 2024-03-21T13:07:01.597292+0000 mon.a (mon.0) 2673 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:02.059 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[75692]: audit 2024-03-21T13:07:01.677419+0000 mon.a (mon.0) 2674 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:02.059 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[75692]: audit 2024-03-21T13:07:01.680565+0000 mon.a (mon.0) 2675 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:02.059 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[75692]: audit 2024-03-21T13:07:01.684602+0000 mon.a (mon.0) 2676 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:02.059 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[75692]: audit 2024-03-21T13:07:01.685881+0000 mon.a (mon.0) 2677 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:02.059 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[75692]: audit 2024-03-21T13:07:01.693537+0000 mon.a (mon.0) 2678 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:02.059 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[75692]: audit 2024-03-21T13:07:01.739348+0000 mon.c (mon.1) 12 : audit [INF] from='osd.2 [v2:172.21.15.178:6816/3938668363,v1:172.21.15.178:6817/3938668363]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-21T13:07:02.059 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[75692]: audit 2024-03-21T13:07:01.739768+0000 mon.a (mon.0) 2679 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-21T13:07:02.059 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[75692]: audit 2024-03-21T13:07:01.772305+0000 mon.a (mon.0) 2680 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:02.060 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[75692]: audit 2024-03-21T13:07:01.775097+0000 mon.a (mon.0) 2681 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:02.060 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[75692]: audit 2024-03-21T13:07:01.778074+0000 mon.a (mon.0) 2682 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:02.060 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[75692]: audit 2024-03-21T13:07:01.779098+0000 mon.a (mon.0) 2683 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:02.060 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[75692]: audit 2024-03-21T13:07:01.788644+0000 mon.a (mon.0) 2684 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:02.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[77880]: audit 2024-03-21T13:07:01.196356+0000 mon.a (mon.0) 2653 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:02.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[77880]: cephadm 2024-03-21T13:07:01.198494+0000 mgr.x (mgr.34104) 2011 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:02.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[77880]: audit 2024-03-21T13:07:01.274602+0000 mon.a (mon.0) 2654 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:02.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[77880]: audit 2024-03-21T13:07:01.278334+0000 mon.a (mon.0) 2655 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:02.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[77880]: audit 2024-03-21T13:07:01.282699+0000 mon.a (mon.0) 2656 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:02.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[77880]: audit 2024-03-21T13:07:01.284215+0000 mon.a (mon.0) 2657 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:02.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[77880]: audit 2024-03-21T13:07:01.293839+0000 mon.a (mon.0) 2658 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:02.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[77880]: audit 2024-03-21T13:07:01.372138+0000 mon.a (mon.0) 2659 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:02.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[77880]: audit 2024-03-21T13:07:01.377066+0000 mon.a (mon.0) 2660 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:02.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[77880]: audit 2024-03-21T13:07:01.381172+0000 mon.a (mon.0) 2661 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:02.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[77880]: audit 2024-03-21T13:07:01.382626+0000 mon.a (mon.0) 2662 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:02.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[77880]: audit 2024-03-21T13:07:01.393773+0000 mon.a (mon.0) 2663 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:02.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[77880]: audit 2024-03-21T13:07:01.475580+0000 mon.a (mon.0) 2664 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:02.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[77880]: audit 2024-03-21T13:07:01.478739+0000 mon.a (mon.0) 2665 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:02.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[77880]: audit 2024-03-21T13:07:01.482123+0000 mon.a (mon.0) 2666 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:02.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[77880]: audit 2024-03-21T13:07:01.483600+0000 mon.a (mon.0) 2667 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:02.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[77880]: audit 2024-03-21T13:07:01.495856+0000 mon.a (mon.0) 2668 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:02.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[77880]: audit 2024-03-21T13:07:01.579287+0000 mon.a (mon.0) 2669 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:02.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[77880]: audit 2024-03-21T13:07:01.582357+0000 mon.a (mon.0) 2670 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:02.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[77880]: audit 2024-03-21T13:07:01.585603+0000 mon.a (mon.0) 2671 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:02.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[77880]: audit 2024-03-21T13:07:01.586987+0000 mon.a (mon.0) 2672 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:02.062 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[77880]: audit 2024-03-21T13:07:01.597292+0000 mon.a (mon.0) 2673 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:02.062 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[77880]: audit 2024-03-21T13:07:01.677419+0000 mon.a (mon.0) 2674 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:02.062 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[77880]: audit 2024-03-21T13:07:01.680565+0000 mon.a (mon.0) 2675 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:02.062 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[77880]: audit 2024-03-21T13:07:01.684602+0000 mon.a (mon.0) 2676 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:02.062 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[77880]: audit 2024-03-21T13:07:01.685881+0000 mon.a (mon.0) 2677 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:02.062 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[77880]: audit 2024-03-21T13:07:01.693537+0000 mon.a (mon.0) 2678 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:02.062 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[77880]: audit 2024-03-21T13:07:01.739348+0000 mon.c (mon.1) 12 : audit [INF] from='osd.2 [v2:172.21.15.178:6816/3938668363,v1:172.21.15.178:6817/3938668363]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-21T13:07:02.062 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[77880]: audit 2024-03-21T13:07:01.739768+0000 mon.a (mon.0) 2679 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-21T13:07:02.062 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[77880]: audit 2024-03-21T13:07:01.772305+0000 mon.a (mon.0) 2680 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:02.062 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[77880]: audit 2024-03-21T13:07:01.775097+0000 mon.a (mon.0) 2681 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:02.062 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[77880]: audit 2024-03-21T13:07:01.778074+0000 mon.a (mon.0) 2682 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:02.062 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[77880]: audit 2024-03-21T13:07:01.779098+0000 mon.a (mon.0) 2683 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:02.062 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:01 smithi178 bash[77880]: audit 2024-03-21T13:07:01.788644+0000 mon.a (mon.0) 2684 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:02.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:01 smithi184 bash[59794]: cephadm 2024-03-21T13:07:00.202570+0000 mgr.x (mgr.34104) 1980 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:02.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:01 smithi184 bash[59794]: cluster 2024-03-21T13:07:00.293988+0000 mgr.x (mgr.34104) 1981 : cluster [DBG] pgmap v1300: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:02.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:01 smithi184 bash[59794]: cluster 2024-03-21T13:07:00.294616+0000 mgr.x (mgr.34104) 1982 : cluster [DBG] pgmap v1301: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:02.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:01 smithi184 bash[59794]: cephadm 2024-03-21T13:07:00.302793+0000 mgr.x (mgr.34104) 1983 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:02.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:01 smithi184 bash[59794]: cluster 2024-03-21T13:07:00.393339+0000 mgr.x (mgr.34104) 1984 : cluster [DBG] pgmap v1302: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:02.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:01 smithi184 bash[59794]: cluster 2024-03-21T13:07:00.393802+0000 mgr.x (mgr.34104) 1985 : cluster [DBG] pgmap v1303: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:02.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:01 smithi184 bash[59794]: cephadm 2024-03-21T13:07:00.400645+0000 mgr.x (mgr.34104) 1986 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:02.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:01 smithi184 bash[59794]: cluster 2024-03-21T13:07:00.489401+0000 mgr.x (mgr.34104) 1987 : cluster [DBG] pgmap v1304: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:02.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:01 smithi184 bash[59794]: cluster 2024-03-21T13:07:00.489943+0000 mgr.x (mgr.34104) 1988 : cluster [DBG] pgmap v1305: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:02.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:01 smithi184 bash[59794]: cephadm 2024-03-21T13:07:00.497900+0000 mgr.x (mgr.34104) 1989 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:02.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:01 smithi184 bash[59794]: cluster 2024-03-21T13:07:00.586825+0000 mgr.x (mgr.34104) 1990 : cluster [DBG] pgmap v1306: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 17 op/s; 59/630 objects degraded (9.365%) 2024-03-21T13:07:02.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:01 smithi184 bash[59794]: cluster 2024-03-21T13:07:00.587539+0000 mgr.x (mgr.34104) 1991 : cluster [DBG] pgmap v1307: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 17 op/s; 59/630 objects degraded (9.365%) 2024-03-21T13:07:02.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:01 smithi184 bash[59794]: cephadm 2024-03-21T13:07:00.596171+0000 mgr.x (mgr.34104) 1992 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:02.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:01 smithi184 bash[59794]: cluster 2024-03-21T13:07:00.686390+0000 mgr.x (mgr.34104) 1993 : cluster [DBG] pgmap v1308: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 17 op/s; 59/630 objects degraded (9.365%) 2024-03-21T13:07:02.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:01 smithi184 bash[59794]: cluster 2024-03-21T13:07:00.687101+0000 mgr.x (mgr.34104) 1994 : cluster [DBG] pgmap v1309: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 17 op/s; 59/630 objects degraded (9.365%) 2024-03-21T13:07:02.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:01 smithi184 bash[59794]: cephadm 2024-03-21T13:07:00.692861+0000 mgr.x (mgr.34104) 1995 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:02.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:01 smithi184 bash[59794]: audit 2024-03-21T13:07:00.748853+0000 mgr.x (mgr.34104) 1996 : audit [DBG] from='client.15585 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:07:02.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:01 smithi184 bash[59794]: cluster 2024-03-21T13:07:00.783416+0000 mgr.x (mgr.34104) 1997 : cluster [DBG] pgmap v1310: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 17 op/s; 59/630 objects degraded (9.365%) 2024-03-21T13:07:02.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:01 smithi184 bash[59794]: cluster 2024-03-21T13:07:00.784079+0000 mgr.x (mgr.34104) 1998 : cluster [DBG] pgmap v1311: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 17 op/s; 59/630 objects degraded (9.365%) 2024-03-21T13:07:02.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:01 smithi184 bash[59794]: cephadm 2024-03-21T13:07:00.790678+0000 mgr.x (mgr.34104) 1999 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:02.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:01 smithi184 bash[59794]: audit 2024-03-21T13:07:00.880097+0000 mon.a (mon.0) 2634 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:02.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:01 smithi184 bash[59794]: audit 2024-03-21T13:07:00.882607+0000 mon.a (mon.0) 2635 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:02.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:01 smithi184 bash[59794]: audit 2024-03-21T13:07:00.885978+0000 mon.a (mon.0) 2636 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:02.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:01 smithi184 bash[59794]: audit 2024-03-21T13:07:00.887360+0000 mon.a (mon.0) 2637 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:02.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:01 smithi184 bash[59794]: cluster 2024-03-21T13:07:00.891063+0000 mgr.x (mgr.34104) 2000 : cluster [DBG] pgmap v1312: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:02.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:01 smithi184 bash[59794]: cluster 2024-03-21T13:07:00.891434+0000 mgr.x (mgr.34104) 2001 : cluster [DBG] pgmap v1313: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:02.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:01 smithi184 bash[59794]: audit 2024-03-21T13:07:00.896787+0000 mon.a (mon.0) 2638 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:02.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:01 smithi184 bash[59794]: cephadm 2024-03-21T13:07:00.899073+0000 mgr.x (mgr.34104) 2002 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:02.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:01 smithi184 bash[59794]: audit 2024-03-21T13:07:00.976786+0000 mon.a (mon.0) 2639 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:02.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:01 smithi184 bash[59794]: audit 2024-03-21T13:07:00.979871+0000 mon.a (mon.0) 2640 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:02.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:01 smithi184 bash[59794]: audit 2024-03-21T13:07:00.983164+0000 mon.a (mon.0) 2641 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:02.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:01 smithi184 bash[59794]: audit 2024-03-21T13:07:00.984640+0000 mon.a (mon.0) 2642 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:02.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:01 smithi184 bash[59794]: cluster 2024-03-21T13:07:00.988913+0000 mgr.x (mgr.34104) 2003 : cluster [DBG] pgmap v1314: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:02.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:01 smithi184 bash[59794]: cluster 2024-03-21T13:07:00.989607+0000 mgr.x (mgr.34104) 2004 : cluster [DBG] pgmap v1315: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:02.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:01 smithi184 bash[59794]: audit 2024-03-21T13:07:00.996045+0000 mon.a (mon.0) 2643 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:02.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:01 smithi184 bash[59794]: cephadm 2024-03-21T13:07:00.998375+0000 mgr.x (mgr.34104) 2005 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:02.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:01 smithi184 bash[59794]: audit 2024-03-21T13:07:01.079070+0000 mon.a (mon.0) 2644 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:02.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:01 smithi184 bash[59794]: audit 2024-03-21T13:07:01.082012+0000 mon.a (mon.0) 2645 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:02.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:01 smithi184 bash[59794]: audit 2024-03-21T13:07:01.085384+0000 mon.a (mon.0) 2646 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:02.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:01 smithi184 bash[59794]: audit 2024-03-21T13:07:01.086781+0000 mon.a (mon.0) 2647 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:02.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:01 smithi184 bash[59794]: cluster 2024-03-21T13:07:01.091004+0000 mgr.x (mgr.34104) 2006 : cluster [DBG] pgmap v1316: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:02.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:01 smithi184 bash[59794]: cluster 2024-03-21T13:07:01.091710+0000 mgr.x (mgr.34104) 2007 : cluster [DBG] pgmap v1317: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:02.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:01 smithi184 bash[59794]: audit 2024-03-21T13:07:01.097733+0000 mon.a (mon.0) 2648 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:02.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:01 smithi184 bash[59794]: cephadm 2024-03-21T13:07:01.099940+0000 mgr.x (mgr.34104) 2008 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:02.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:01 smithi184 bash[59794]: audit 2024-03-21T13:07:01.177976+0000 mon.a (mon.0) 2649 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:02.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:01 smithi184 bash[59794]: audit 2024-03-21T13:07:01.180933+0000 mon.a (mon.0) 2650 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:02.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:01 smithi184 bash[59794]: audit 2024-03-21T13:07:01.184569+0000 mon.a (mon.0) 2651 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:02.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:01 smithi184 bash[59794]: audit 2024-03-21T13:07:01.186629+0000 mon.a (mon.0) 2652 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:02.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:01 smithi184 bash[59794]: cluster 2024-03-21T13:07:01.191381+0000 mgr.x (mgr.34104) 2009 : cluster [DBG] pgmap v1318: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:02.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:01 smithi184 bash[59794]: cluster 2024-03-21T13:07:01.192142+0000 mgr.x (mgr.34104) 2010 : cluster [DBG] pgmap v1319: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:02.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:01 smithi184 bash[59794]: audit 2024-03-21T13:07:01.196356+0000 mon.a (mon.0) 2653 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:02.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:01 smithi184 bash[59794]: cephadm 2024-03-21T13:07:01.198494+0000 mgr.x (mgr.34104) 2011 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:02.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:01 smithi184 bash[59794]: audit 2024-03-21T13:07:01.274602+0000 mon.a (mon.0) 2654 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:02.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:01 smithi184 bash[59794]: audit 2024-03-21T13:07:01.278334+0000 mon.a (mon.0) 2655 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:02.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:01 smithi184 bash[59794]: audit 2024-03-21T13:07:01.282699+0000 mon.a (mon.0) 2656 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:02.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:01 smithi184 bash[59794]: audit 2024-03-21T13:07:01.284215+0000 mon.a (mon.0) 2657 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:02.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:01 smithi184 bash[59794]: audit 2024-03-21T13:07:01.293839+0000 mon.a (mon.0) 2658 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:02.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:01 smithi184 bash[59794]: audit 2024-03-21T13:07:01.372138+0000 mon.a (mon.0) 2659 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:02.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:01 smithi184 bash[59794]: audit 2024-03-21T13:07:01.377066+0000 mon.a (mon.0) 2660 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:02.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:01 smithi184 bash[59794]: audit 2024-03-21T13:07:01.381172+0000 mon.a (mon.0) 2661 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:02.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:01 smithi184 bash[59794]: audit 2024-03-21T13:07:01.382626+0000 mon.a (mon.0) 2662 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:02.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:01 smithi184 bash[59794]: audit 2024-03-21T13:07:01.393773+0000 mon.a (mon.0) 2663 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:02.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:01 smithi184 bash[59794]: audit 2024-03-21T13:07:01.475580+0000 mon.a (mon.0) 2664 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:02.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:01 smithi184 bash[59794]: audit 2024-03-21T13:07:01.478739+0000 mon.a (mon.0) 2665 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:02.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:01 smithi184 bash[59794]: audit 2024-03-21T13:07:01.482123+0000 mon.a (mon.0) 2666 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:02.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:01 smithi184 bash[59794]: audit 2024-03-21T13:07:01.483600+0000 mon.a (mon.0) 2667 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:02.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:01 smithi184 bash[59794]: audit 2024-03-21T13:07:01.495856+0000 mon.a (mon.0) 2668 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:02.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:01 smithi184 bash[59794]: audit 2024-03-21T13:07:01.579287+0000 mon.a (mon.0) 2669 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:02.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:01 smithi184 bash[59794]: audit 2024-03-21T13:07:01.582357+0000 mon.a (mon.0) 2670 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:02.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:01 smithi184 bash[59794]: audit 2024-03-21T13:07:01.585603+0000 mon.a (mon.0) 2671 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:02.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:01 smithi184 bash[59794]: audit 2024-03-21T13:07:01.586987+0000 mon.a (mon.0) 2672 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:02.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:01 smithi184 bash[59794]: audit 2024-03-21T13:07:01.597292+0000 mon.a (mon.0) 2673 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:02.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:01 smithi184 bash[59794]: audit 2024-03-21T13:07:01.677419+0000 mon.a (mon.0) 2674 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:02.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:01 smithi184 bash[59794]: audit 2024-03-21T13:07:01.680565+0000 mon.a (mon.0) 2675 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:02.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:01 smithi184 bash[59794]: audit 2024-03-21T13:07:01.684602+0000 mon.a (mon.0) 2676 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:02.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:01 smithi184 bash[59794]: audit 2024-03-21T13:07:01.685881+0000 mon.a (mon.0) 2677 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:02.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:01 smithi184 bash[59794]: audit 2024-03-21T13:07:01.693537+0000 mon.a (mon.0) 2678 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:02.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:01 smithi184 bash[59794]: audit 2024-03-21T13:07:01.739348+0000 mon.c (mon.1) 12 : audit [INF] from='osd.2 [v2:172.21.15.178:6816/3938668363,v1:172.21.15.178:6817/3938668363]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-21T13:07:02.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:01 smithi184 bash[59794]: audit 2024-03-21T13:07:01.739768+0000 mon.a (mon.0) 2679 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-21T13:07:02.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:01 smithi184 bash[59794]: audit 2024-03-21T13:07:01.772305+0000 mon.a (mon.0) 2680 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:02.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:01 smithi184 bash[59794]: audit 2024-03-21T13:07:01.775097+0000 mon.a (mon.0) 2681 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:02.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:01 smithi184 bash[59794]: audit 2024-03-21T13:07:01.778074+0000 mon.a (mon.0) 2682 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:02.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:01 smithi184 bash[59794]: audit 2024-03-21T13:07:01.779098+0000 mon.a (mon.0) 2683 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:02.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:01 smithi184 bash[59794]: audit 2024-03-21T13:07:01.788644+0000 mon.a (mon.0) 2684 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:03.032 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[75692]: cluster 2024-03-21T13:07:01.288327+0000 mgr.x (mgr.34104) 2012 : cluster [DBG] pgmap v1320: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:03.032 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[75692]: cephadm 2024-03-21T13:07:01.295976+0000 mgr.x (mgr.34104) 2013 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:03.032 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[75692]: cluster 2024-03-21T13:07:01.387143+0000 mgr.x (mgr.34104) 2014 : cluster [DBG] pgmap v1321: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:03.032 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[75692]: cluster 2024-03-21T13:07:01.387933+0000 mgr.x (mgr.34104) 2015 : cluster [DBG] pgmap v1322: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:03.032 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[75692]: cephadm 2024-03-21T13:07:01.396012+0000 mgr.x (mgr.34104) 2016 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:03.032 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[75692]: cluster 2024-03-21T13:07:01.487888+0000 mgr.x (mgr.34104) 2017 : cluster [DBG] pgmap v1323: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:03.033 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[75692]: cluster 2024-03-21T13:07:01.488639+0000 mgr.x (mgr.34104) 2018 : cluster [DBG] pgmap v1324: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:03.033 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[75692]: cephadm 2024-03-21T13:07:01.498082+0000 mgr.x (mgr.34104) 2019 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:03.033 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[75692]: cluster 2024-03-21T13:07:01.591251+0000 mgr.x (mgr.34104) 2020 : cluster [DBG] pgmap v1325: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:03.033 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[75692]: cluster 2024-03-21T13:07:01.591960+0000 mgr.x (mgr.34104) 2021 : cluster [DBG] pgmap v1326: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:03.033 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[75692]: cephadm 2024-03-21T13:07:01.599523+0000 mgr.x (mgr.34104) 2022 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:03.033 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[75692]: cluster 2024-03-21T13:07:01.689527+0000 mgr.x (mgr.34104) 2023 : cluster [DBG] pgmap v1327: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:03.033 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[75692]: cluster 2024-03-21T13:07:01.690275+0000 mgr.x (mgr.34104) 2024 : cluster [DBG] pgmap v1328: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:03.033 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[75692]: cephadm 2024-03-21T13:07:01.695570+0000 mgr.x (mgr.34104) 2025 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:03.033 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[75692]: cluster 2024-03-21T13:07:01.782708+0000 mgr.x (mgr.34104) 2026 : cluster [DBG] pgmap v1329: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:03.033 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[75692]: cluster 2024-03-21T13:07:01.783528+0000 mgr.x (mgr.34104) 2027 : cluster [DBG] pgmap v1330: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:03.033 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[75692]: cephadm 2024-03-21T13:07:01.790881+0000 mgr.x (mgr.34104) 2028 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:03.033 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[75692]: audit 2024-03-21T13:07:01.871420+0000 mon.a (mon.0) 2685 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:03.033 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[75692]: audit 2024-03-21T13:07:01.878474+0000 mon.a (mon.0) 2686 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:03.033 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[75692]: audit 2024-03-21T13:07:01.888677+0000 mon.a (mon.0) 2687 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:03.033 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[75692]: audit 2024-03-21T13:07:01.889788+0000 mon.a (mon.0) 2688 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:03.034 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[75692]: cluster 2024-03-21T13:07:01.893036+0000 mgr.x (mgr.34104) 2029 : cluster [DBG] pgmap v1331: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:03.034 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[75692]: cluster 2024-03-21T13:07:01.893389+0000 mgr.x (mgr.34104) 2030 : cluster [DBG] pgmap v1332: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:03.034 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[75692]: audit 2024-03-21T13:07:01.896972+0000 mon.a (mon.0) 2689 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:03.034 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[75692]: cephadm 2024-03-21T13:07:01.899084+0000 mgr.x (mgr.34104) 2031 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:03.034 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[75692]: audit 2024-03-21T13:07:01.978240+0000 mon.a (mon.0) 2690 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:03.034 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[75692]: audit 2024-03-21T13:07:01.981247+0000 mon.a (mon.0) 2691 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:03.034 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[75692]: audit 2024-03-21T13:07:01.984062+0000 mon.a (mon.0) 2692 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:03.034 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[75692]: audit 2024-03-21T13:07:01.985221+0000 mon.a (mon.0) 2693 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:03.034 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[75692]: cluster 2024-03-21T13:07:01.989134+0000 mgr.x (mgr.34104) 2032 : cluster [DBG] pgmap v1333: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:03.034 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[75692]: cluster 2024-03-21T13:07:01.989830+0000 mgr.x (mgr.34104) 2033 : cluster [DBG] pgmap v1334: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:03.034 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[75692]: audit 2024-03-21T13:07:01.996422+0000 mon.a (mon.0) 2694 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:03.034 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[75692]: cephadm 2024-03-21T13:07:01.998561+0000 mgr.x (mgr.34104) 2034 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:03.034 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[75692]: audit 2024-03-21T13:07:02.075931+0000 mon.a (mon.0) 2695 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:03.035 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[75692]: audit 2024-03-21T13:07:02.078910+0000 mon.a (mon.0) 2696 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:03.035 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[75692]: audit 2024-03-21T13:07:02.082189+0000 mon.a (mon.0) 2697 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:03.035 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[75692]: audit 2024-03-21T13:07:02.083739+0000 mon.a (mon.0) 2698 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:03.035 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[75692]: cluster 2024-03-21T13:07:02.088074+0000 mgr.x (mgr.34104) 2035 : cluster [DBG] pgmap v1335: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:03.035 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[75692]: cluster 2024-03-21T13:07:02.088379+0000 mgr.x (mgr.34104) 2036 : cluster [DBG] pgmap v1336: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:03.035 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[75692]: audit 2024-03-21T13:07:02.096018+0000 mon.a (mon.0) 2699 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:03.035 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[75692]: cephadm 2024-03-21T13:07:02.098471+0000 mgr.x (mgr.34104) 2037 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:03.035 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[75692]: audit 2024-03-21T13:07:02.176802+0000 mon.a (mon.0) 2700 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:03.035 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[75692]: audit 2024-03-21T13:07:02.179934+0000 mon.a (mon.0) 2701 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:03.035 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[75692]: audit 2024-03-21T13:07:02.183400+0000 mon.a (mon.0) 2702 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:03.035 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[75692]: audit 2024-03-21T13:07:02.184999+0000 mon.a (mon.0) 2703 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:03.035 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[75692]: cluster 2024-03-21T13:07:02.189551+0000 mgr.x (mgr.34104) 2038 : cluster [DBG] pgmap v1337: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:03.035 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[75692]: cluster 2024-03-21T13:07:02.190298+0000 mgr.x (mgr.34104) 2039 : cluster [DBG] pgmap v1338: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:03.035 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[75692]: audit 2024-03-21T13:07:02.197452+0000 mon.a (mon.0) 2704 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:03.036 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[75692]: cephadm 2024-03-21T13:07:02.199838+0000 mgr.x (mgr.34104) 2040 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:03.036 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[75692]: audit 2024-03-21T13:07:02.279184+0000 mon.a (mon.0) 2705 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:03.036 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[75692]: audit 2024-03-21T13:07:02.282584+0000 mon.a (mon.0) 2706 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:03.036 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[75692]: audit 2024-03-21T13:07:02.285612+0000 mon.a (mon.0) 2707 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:03.036 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[75692]: audit 2024-03-21T13:07:02.287050+0000 mon.a (mon.0) 2708 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:03.036 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[75692]: audit 2024-03-21T13:07:02.299018+0000 mon.a (mon.0) 2709 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:03.036 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[75692]: audit 2024-03-21T13:07:02.378656+0000 mon.a (mon.0) 2710 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:03.036 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[75692]: audit 2024-03-21T13:07:02.381743+0000 mon.a (mon.0) 2711 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:03.036 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[75692]: audit 2024-03-21T13:07:02.385722+0000 mon.a (mon.0) 2712 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:03.036 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[75692]: audit 2024-03-21T13:07:02.387153+0000 mon.a (mon.0) 2713 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:03.036 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[75692]: audit 2024-03-21T13:07:02.399954+0000 mon.a (mon.0) 2714 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:03.036 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[75692]: audit 2024-03-21T13:07:02.483128+0000 mon.a (mon.0) 2715 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:03.036 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[75692]: audit 2024-03-21T13:07:02.487960+0000 mon.a (mon.0) 2716 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:03.036 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[75692]: audit 2024-03-21T13:07:02.493761+0000 mon.a (mon.0) 2717 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:03.037 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[75692]: audit 2024-03-21T13:07:02.495681+0000 mon.a (mon.0) 2718 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:03.037 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[75692]: audit 2024-03-21T13:07:02.508323+0000 mon.a (mon.0) 2719 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:03.037 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[75692]: audit 2024-03-21T13:07:02.591101+0000 mon.a (mon.0) 2720 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:03.037 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[75692]: audit 2024-03-21T13:07:02.595931+0000 mon.a (mon.0) 2721 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:03.037 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[75692]: audit 2024-03-21T13:07:02.600208+0000 mon.a (mon.0) 2722 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:03.037 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[75692]: audit 2024-03-21T13:07:02.601965+0000 mon.a (mon.0) 2723 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:03.037 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[75692]: audit 2024-03-21T13:07:02.613891+0000 mon.a (mon.0) 2724 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:03.037 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[75692]: audit 2024-03-21T13:07:02.693291+0000 mon.a (mon.0) 2725 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-03-21T13:07:03.037 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[75692]: cluster 2024-03-21T13:07:02.698987+0000 mon.a (mon.0) 2726 : cluster [DBG] osdmap e141: 8 total, 7 up, 8 in 2024-03-21T13:07:03.037 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[77880]: cluster 2024-03-21T13:07:01.288327+0000 mgr.x (mgr.34104) 2012 : cluster [DBG] pgmap v1320: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:03.037 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[77880]: cephadm 2024-03-21T13:07:01.295976+0000 mgr.x (mgr.34104) 2013 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:03.038 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[77880]: cluster 2024-03-21T13:07:01.387143+0000 mgr.x (mgr.34104) 2014 : cluster [DBG] pgmap v1321: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:03.038 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[77880]: cluster 2024-03-21T13:07:01.387933+0000 mgr.x (mgr.34104) 2015 : cluster [DBG] pgmap v1322: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:03.038 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[77880]: cephadm 2024-03-21T13:07:01.396012+0000 mgr.x (mgr.34104) 2016 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:03.038 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[77880]: cluster 2024-03-21T13:07:01.487888+0000 mgr.x (mgr.34104) 2017 : cluster [DBG] pgmap v1323: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:03.038 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[77880]: cluster 2024-03-21T13:07:01.488639+0000 mgr.x (mgr.34104) 2018 : cluster [DBG] pgmap v1324: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:03.038 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[77880]: cephadm 2024-03-21T13:07:01.498082+0000 mgr.x (mgr.34104) 2019 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:03.038 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[77880]: cluster 2024-03-21T13:07:01.591251+0000 mgr.x (mgr.34104) 2020 : cluster [DBG] pgmap v1325: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:03.038 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[77880]: cluster 2024-03-21T13:07:01.591960+0000 mgr.x (mgr.34104) 2021 : cluster [DBG] pgmap v1326: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:03.038 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[77880]: cephadm 2024-03-21T13:07:01.599523+0000 mgr.x (mgr.34104) 2022 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:03.038 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[77880]: cluster 2024-03-21T13:07:01.689527+0000 mgr.x (mgr.34104) 2023 : cluster [DBG] pgmap v1327: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:03.038 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[77880]: cluster 2024-03-21T13:07:01.690275+0000 mgr.x (mgr.34104) 2024 : cluster [DBG] pgmap v1328: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:03.038 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[77880]: cephadm 2024-03-21T13:07:01.695570+0000 mgr.x (mgr.34104) 2025 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:03.039 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[77880]: cluster 2024-03-21T13:07:01.782708+0000 mgr.x (mgr.34104) 2026 : cluster [DBG] pgmap v1329: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:03.039 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[77880]: cluster 2024-03-21T13:07:01.783528+0000 mgr.x (mgr.34104) 2027 : cluster [DBG] pgmap v1330: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:03.039 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[77880]: cephadm 2024-03-21T13:07:01.790881+0000 mgr.x (mgr.34104) 2028 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:03.039 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[77880]: audit 2024-03-21T13:07:01.871420+0000 mon.a (mon.0) 2685 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:03.039 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[77880]: audit 2024-03-21T13:07:01.878474+0000 mon.a (mon.0) 2686 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:03.039 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[77880]: audit 2024-03-21T13:07:01.888677+0000 mon.a (mon.0) 2687 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:03.039 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[77880]: audit 2024-03-21T13:07:01.889788+0000 mon.a (mon.0) 2688 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:03.039 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[77880]: cluster 2024-03-21T13:07:01.893036+0000 mgr.x (mgr.34104) 2029 : cluster [DBG] pgmap v1331: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:03.039 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[77880]: cluster 2024-03-21T13:07:01.893389+0000 mgr.x (mgr.34104) 2030 : cluster [DBG] pgmap v1332: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:03.039 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[77880]: audit 2024-03-21T13:07:01.896972+0000 mon.a (mon.0) 2689 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:03.039 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[77880]: cephadm 2024-03-21T13:07:01.899084+0000 mgr.x (mgr.34104) 2031 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:03.039 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[77880]: audit 2024-03-21T13:07:01.978240+0000 mon.a (mon.0) 2690 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:03.039 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[77880]: audit 2024-03-21T13:07:01.981247+0000 mon.a (mon.0) 2691 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:03.039 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[77880]: audit 2024-03-21T13:07:01.984062+0000 mon.a (mon.0) 2692 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:03.039 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[77880]: audit 2024-03-21T13:07:01.985221+0000 mon.a (mon.0) 2693 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:03.040 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[77880]: cluster 2024-03-21T13:07:01.989134+0000 mgr.x (mgr.34104) 2032 : cluster [DBG] pgmap v1333: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:03.040 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[77880]: cluster 2024-03-21T13:07:01.989830+0000 mgr.x (mgr.34104) 2033 : cluster [DBG] pgmap v1334: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:03.040 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[77880]: audit 2024-03-21T13:07:01.996422+0000 mon.a (mon.0) 2694 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:03.040 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[77880]: cephadm 2024-03-21T13:07:01.998561+0000 mgr.x (mgr.34104) 2034 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:03.040 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[77880]: audit 2024-03-21T13:07:02.075931+0000 mon.a (mon.0) 2695 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:03.040 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[77880]: audit 2024-03-21T13:07:02.078910+0000 mon.a (mon.0) 2696 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:03.040 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[77880]: audit 2024-03-21T13:07:02.082189+0000 mon.a (mon.0) 2697 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:03.040 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[77880]: audit 2024-03-21T13:07:02.083739+0000 mon.a (mon.0) 2698 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:03.040 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[77880]: cluster 2024-03-21T13:07:02.088074+0000 mgr.x (mgr.34104) 2035 : cluster [DBG] pgmap v1335: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:03.040 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[77880]: cluster 2024-03-21T13:07:02.088379+0000 mgr.x (mgr.34104) 2036 : cluster [DBG] pgmap v1336: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:03.040 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[77880]: audit 2024-03-21T13:07:02.096018+0000 mon.a (mon.0) 2699 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:03.040 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[77880]: cephadm 2024-03-21T13:07:02.098471+0000 mgr.x (mgr.34104) 2037 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:03.040 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[77880]: audit 2024-03-21T13:07:02.176802+0000 mon.a (mon.0) 2700 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:03.040 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[77880]: audit 2024-03-21T13:07:02.179934+0000 mon.a (mon.0) 2701 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:03.041 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[77880]: audit 2024-03-21T13:07:02.183400+0000 mon.a (mon.0) 2702 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:03.041 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[77880]: audit 2024-03-21T13:07:02.184999+0000 mon.a (mon.0) 2703 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:03.041 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[77880]: cluster 2024-03-21T13:07:02.189551+0000 mgr.x (mgr.34104) 2038 : cluster [DBG] pgmap v1337: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:03.041 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[77880]: cluster 2024-03-21T13:07:02.190298+0000 mgr.x (mgr.34104) 2039 : cluster [DBG] pgmap v1338: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:03.041 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[77880]: audit 2024-03-21T13:07:02.197452+0000 mon.a (mon.0) 2704 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:03.041 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[77880]: cephadm 2024-03-21T13:07:02.199838+0000 mgr.x (mgr.34104) 2040 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:03.041 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[77880]: audit 2024-03-21T13:07:02.279184+0000 mon.a (mon.0) 2705 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:03.041 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[77880]: audit 2024-03-21T13:07:02.282584+0000 mon.a (mon.0) 2706 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:03.041 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[77880]: audit 2024-03-21T13:07:02.285612+0000 mon.a (mon.0) 2707 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:03.041 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[77880]: audit 2024-03-21T13:07:02.287050+0000 mon.a (mon.0) 2708 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:03.041 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[77880]: audit 2024-03-21T13:07:02.299018+0000 mon.a (mon.0) 2709 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:03.041 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[77880]: audit 2024-03-21T13:07:02.378656+0000 mon.a (mon.0) 2710 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:03.041 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[77880]: audit 2024-03-21T13:07:02.381743+0000 mon.a (mon.0) 2711 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:03.041 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[77880]: audit 2024-03-21T13:07:02.385722+0000 mon.a (mon.0) 2712 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:03.042 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[77880]: audit 2024-03-21T13:07:02.387153+0000 mon.a (mon.0) 2713 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:03.042 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[77880]: audit 2024-03-21T13:07:02.399954+0000 mon.a (mon.0) 2714 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:03.042 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[77880]: audit 2024-03-21T13:07:02.483128+0000 mon.a (mon.0) 2715 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:03.042 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[77880]: audit 2024-03-21T13:07:02.487960+0000 mon.a (mon.0) 2716 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:03.042 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[77880]: audit 2024-03-21T13:07:02.493761+0000 mon.a (mon.0) 2717 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:03.042 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[77880]: audit 2024-03-21T13:07:02.495681+0000 mon.a (mon.0) 2718 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:03.042 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[77880]: audit 2024-03-21T13:07:02.508323+0000 mon.a (mon.0) 2719 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:03.042 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[77880]: audit 2024-03-21T13:07:02.591101+0000 mon.a (mon.0) 2720 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:03.042 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[77880]: audit 2024-03-21T13:07:02.595931+0000 mon.a (mon.0) 2721 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:03.042 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[77880]: audit 2024-03-21T13:07:02.600208+0000 mon.a (mon.0) 2722 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:03.042 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[77880]: audit 2024-03-21T13:07:02.601965+0000 mon.a (mon.0) 2723 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:03.042 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[77880]: audit 2024-03-21T13:07:02.613891+0000 mon.a (mon.0) 2724 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:03.042 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[77880]: audit 2024-03-21T13:07:02.693291+0000 mon.a (mon.0) 2725 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-03-21T13:07:03.042 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[77880]: cluster 2024-03-21T13:07:02.698987+0000 mon.a (mon.0) 2726 : cluster [DBG] osdmap e141: 8 total, 7 up, 8 in 2024-03-21T13:07:03.043 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[75692]: audit 2024-03-21T13:07:02.699813+0000 mon.c (mon.1) 13 : audit [INF] from='osd.2 [v2:172.21.15.178:6816/3938668363,v1:172.21.15.178:6817/3938668363]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi178", "root=default"]}]: dispatch 2024-03-21T13:07:03.043 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[75692]: audit 2024-03-21T13:07:02.701502+0000 mon.a (mon.0) 2727 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi178", "root=default"]}]: dispatch 2024-03-21T13:07:03.043 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[75692]: audit 2024-03-21T13:07:02.702094+0000 mon.a (mon.0) 2728 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:03.043 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[75692]: audit 2024-03-21T13:07:02.705101+0000 mon.a (mon.0) 2729 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:03.043 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[75692]: audit 2024-03-21T13:07:02.708879+0000 mon.a (mon.0) 2730 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:03.043 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[75692]: audit 2024-03-21T13:07:02.710295+0000 mon.a (mon.0) 2731 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:03.043 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[75692]: audit 2024-03-21T13:07:02.722225+0000 mon.a (mon.0) 2732 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:03.043 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[75692]: audit 2024-03-21T13:07:02.801489+0000 mon.a (mon.0) 2733 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:03.043 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[75692]: audit 2024-03-21T13:07:02.805173+0000 mon.a (mon.0) 2734 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:03.044 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[75692]: audit 2024-03-21T13:07:02.808845+0000 mon.a (mon.0) 2735 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:03.044 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[75692]: audit 2024-03-21T13:07:02.810109+0000 mon.a (mon.0) 2736 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:03.044 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[75692]: audit 2024-03-21T13:07:02.824717+0000 mon.a (mon.0) 2737 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:03.044 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[77880]: audit 2024-03-21T13:07:02.699813+0000 mon.c (mon.1) 13 : audit [INF] from='osd.2 [v2:172.21.15.178:6816/3938668363,v1:172.21.15.178:6817/3938668363]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi178", "root=default"]}]: dispatch 2024-03-21T13:07:03.044 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[77880]: audit 2024-03-21T13:07:02.701502+0000 mon.a (mon.0) 2727 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi178", "root=default"]}]: dispatch 2024-03-21T13:07:03.044 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[77880]: audit 2024-03-21T13:07:02.702094+0000 mon.a (mon.0) 2728 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:03.044 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[77880]: audit 2024-03-21T13:07:02.705101+0000 mon.a (mon.0) 2729 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:03.044 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[77880]: audit 2024-03-21T13:07:02.708879+0000 mon.a (mon.0) 2730 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:03.044 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[77880]: audit 2024-03-21T13:07:02.710295+0000 mon.a (mon.0) 2731 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:03.044 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[77880]: audit 2024-03-21T13:07:02.722225+0000 mon.a (mon.0) 2732 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:03.044 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[77880]: audit 2024-03-21T13:07:02.801489+0000 mon.a (mon.0) 2733 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:03.044 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[77880]: audit 2024-03-21T13:07:02.805173+0000 mon.a (mon.0) 2734 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:03.045 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[77880]: audit 2024-03-21T13:07:02.808845+0000 mon.a (mon.0) 2735 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:03.045 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[77880]: audit 2024-03-21T13:07:02.810109+0000 mon.a (mon.0) 2736 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:03.045 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:02 smithi178 bash[77880]: audit 2024-03-21T13:07:02.824717+0000 mon.a (mon.0) 2737 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:03.298 INFO:journalctl@ceph.osd.2.smithi178.stdout:Mar 21 13:07:03 smithi178 bash[93826]: debug 2024-03-21T13:07:03.024+0000 7f14a25c4700 -1 osd.2 138 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-03-21T13:07:03.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:02 smithi184 bash[59794]: cluster 2024-03-21T13:07:01.288327+0000 mgr.x (mgr.34104) 2012 : cluster [DBG] pgmap v1320: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:03.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:02 smithi184 bash[59794]: cephadm 2024-03-21T13:07:01.295976+0000 mgr.x (mgr.34104) 2013 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:03.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:02 smithi184 bash[59794]: cluster 2024-03-21T13:07:01.387143+0000 mgr.x (mgr.34104) 2014 : cluster [DBG] pgmap v1321: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:03.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:02 smithi184 bash[59794]: cluster 2024-03-21T13:07:01.387933+0000 mgr.x (mgr.34104) 2015 : cluster [DBG] pgmap v1322: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:03.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:02 smithi184 bash[59794]: cephadm 2024-03-21T13:07:01.396012+0000 mgr.x (mgr.34104) 2016 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:03.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:02 smithi184 bash[59794]: cluster 2024-03-21T13:07:01.487888+0000 mgr.x (mgr.34104) 2017 : cluster [DBG] pgmap v1323: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:03.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:02 smithi184 bash[59794]: cluster 2024-03-21T13:07:01.488639+0000 mgr.x (mgr.34104) 2018 : cluster [DBG] pgmap v1324: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:03.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:02 smithi184 bash[59794]: cephadm 2024-03-21T13:07:01.498082+0000 mgr.x (mgr.34104) 2019 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:03.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:02 smithi184 bash[59794]: cluster 2024-03-21T13:07:01.591251+0000 mgr.x (mgr.34104) 2020 : cluster [DBG] pgmap v1325: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:03.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:02 smithi184 bash[59794]: cluster 2024-03-21T13:07:01.591960+0000 mgr.x (mgr.34104) 2021 : cluster [DBG] pgmap v1326: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:03.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:02 smithi184 bash[59794]: cephadm 2024-03-21T13:07:01.599523+0000 mgr.x (mgr.34104) 2022 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:03.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:02 smithi184 bash[59794]: cluster 2024-03-21T13:07:01.689527+0000 mgr.x (mgr.34104) 2023 : cluster [DBG] pgmap v1327: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:03.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:02 smithi184 bash[59794]: cluster 2024-03-21T13:07:01.690275+0000 mgr.x (mgr.34104) 2024 : cluster [DBG] pgmap v1328: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:03.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:02 smithi184 bash[59794]: cephadm 2024-03-21T13:07:01.695570+0000 mgr.x (mgr.34104) 2025 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:03.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:02 smithi184 bash[59794]: cluster 2024-03-21T13:07:01.782708+0000 mgr.x (mgr.34104) 2026 : cluster [DBG] pgmap v1329: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:03.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:02 smithi184 bash[59794]: cluster 2024-03-21T13:07:01.783528+0000 mgr.x (mgr.34104) 2027 : cluster [DBG] pgmap v1330: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:03.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:02 smithi184 bash[59794]: cephadm 2024-03-21T13:07:01.790881+0000 mgr.x (mgr.34104) 2028 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:03.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:02 smithi184 bash[59794]: audit 2024-03-21T13:07:01.871420+0000 mon.a (mon.0) 2685 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:03.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:02 smithi184 bash[59794]: audit 2024-03-21T13:07:01.878474+0000 mon.a (mon.0) 2686 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:03.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:02 smithi184 bash[59794]: audit 2024-03-21T13:07:01.888677+0000 mon.a (mon.0) 2687 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:03.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:02 smithi184 bash[59794]: audit 2024-03-21T13:07:01.889788+0000 mon.a (mon.0) 2688 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:03.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:02 smithi184 bash[59794]: cluster 2024-03-21T13:07:01.893036+0000 mgr.x (mgr.34104) 2029 : cluster [DBG] pgmap v1331: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:03.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:02 smithi184 bash[59794]: cluster 2024-03-21T13:07:01.893389+0000 mgr.x (mgr.34104) 2030 : cluster [DBG] pgmap v1332: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:03.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:02 smithi184 bash[59794]: audit 2024-03-21T13:07:01.896972+0000 mon.a (mon.0) 2689 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:03.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:02 smithi184 bash[59794]: cephadm 2024-03-21T13:07:01.899084+0000 mgr.x (mgr.34104) 2031 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:03.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:02 smithi184 bash[59794]: audit 2024-03-21T13:07:01.978240+0000 mon.a (mon.0) 2690 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:03.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:02 smithi184 bash[59794]: audit 2024-03-21T13:07:01.981247+0000 mon.a (mon.0) 2691 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:03.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:02 smithi184 bash[59794]: audit 2024-03-21T13:07:01.984062+0000 mon.a (mon.0) 2692 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:03.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:02 smithi184 bash[59794]: audit 2024-03-21T13:07:01.985221+0000 mon.a (mon.0) 2693 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:03.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:02 smithi184 bash[59794]: cluster 2024-03-21T13:07:01.989134+0000 mgr.x (mgr.34104) 2032 : cluster [DBG] pgmap v1333: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:03.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:02 smithi184 bash[59794]: cluster 2024-03-21T13:07:01.989830+0000 mgr.x (mgr.34104) 2033 : cluster [DBG] pgmap v1334: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:03.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:02 smithi184 bash[59794]: audit 2024-03-21T13:07:01.996422+0000 mon.a (mon.0) 2694 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:03.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:02 smithi184 bash[59794]: cephadm 2024-03-21T13:07:01.998561+0000 mgr.x (mgr.34104) 2034 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:03.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:02 smithi184 bash[59794]: audit 2024-03-21T13:07:02.075931+0000 mon.a (mon.0) 2695 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:03.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:02 smithi184 bash[59794]: audit 2024-03-21T13:07:02.078910+0000 mon.a (mon.0) 2696 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:03.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:02 smithi184 bash[59794]: audit 2024-03-21T13:07:02.082189+0000 mon.a (mon.0) 2697 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:03.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:02 smithi184 bash[59794]: audit 2024-03-21T13:07:02.083739+0000 mon.a (mon.0) 2698 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:03.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:02 smithi184 bash[59794]: cluster 2024-03-21T13:07:02.088074+0000 mgr.x (mgr.34104) 2035 : cluster [DBG] pgmap v1335: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:03.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:02 smithi184 bash[59794]: cluster 2024-03-21T13:07:02.088379+0000 mgr.x (mgr.34104) 2036 : cluster [DBG] pgmap v1336: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:03.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:02 smithi184 bash[59794]: audit 2024-03-21T13:07:02.096018+0000 mon.a (mon.0) 2699 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:03.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:02 smithi184 bash[59794]: cephadm 2024-03-21T13:07:02.098471+0000 mgr.x (mgr.34104) 2037 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:03.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:02 smithi184 bash[59794]: audit 2024-03-21T13:07:02.176802+0000 mon.a (mon.0) 2700 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:03.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:02 smithi184 bash[59794]: audit 2024-03-21T13:07:02.179934+0000 mon.a (mon.0) 2701 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:03.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:02 smithi184 bash[59794]: audit 2024-03-21T13:07:02.183400+0000 mon.a (mon.0) 2702 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:03.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:02 smithi184 bash[59794]: audit 2024-03-21T13:07:02.184999+0000 mon.a (mon.0) 2703 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:03.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:02 smithi184 bash[59794]: cluster 2024-03-21T13:07:02.189551+0000 mgr.x (mgr.34104) 2038 : cluster [DBG] pgmap v1337: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:03.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:02 smithi184 bash[59794]: cluster 2024-03-21T13:07:02.190298+0000 mgr.x (mgr.34104) 2039 : cluster [DBG] pgmap v1338: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:03.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:02 smithi184 bash[59794]: audit 2024-03-21T13:07:02.197452+0000 mon.a (mon.0) 2704 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:03.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:02 smithi184 bash[59794]: cephadm 2024-03-21T13:07:02.199838+0000 mgr.x (mgr.34104) 2040 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:03.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:02 smithi184 bash[59794]: audit 2024-03-21T13:07:02.279184+0000 mon.a (mon.0) 2705 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:03.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:02 smithi184 bash[59794]: audit 2024-03-21T13:07:02.282584+0000 mon.a (mon.0) 2706 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:03.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:02 smithi184 bash[59794]: audit 2024-03-21T13:07:02.285612+0000 mon.a (mon.0) 2707 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:03.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:02 smithi184 bash[59794]: audit 2024-03-21T13:07:02.287050+0000 mon.a (mon.0) 2708 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:03.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:02 smithi184 bash[59794]: audit 2024-03-21T13:07:02.299018+0000 mon.a (mon.0) 2709 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:03.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:02 smithi184 bash[59794]: audit 2024-03-21T13:07:02.378656+0000 mon.a (mon.0) 2710 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:03.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:02 smithi184 bash[59794]: audit 2024-03-21T13:07:02.381743+0000 mon.a (mon.0) 2711 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:03.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:02 smithi184 bash[59794]: audit 2024-03-21T13:07:02.385722+0000 mon.a (mon.0) 2712 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:03.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:02 smithi184 bash[59794]: audit 2024-03-21T13:07:02.387153+0000 mon.a (mon.0) 2713 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:03.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:02 smithi184 bash[59794]: audit 2024-03-21T13:07:02.399954+0000 mon.a (mon.0) 2714 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:03.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:02 smithi184 bash[59794]: audit 2024-03-21T13:07:02.483128+0000 mon.a (mon.0) 2715 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:03.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:02 smithi184 bash[59794]: audit 2024-03-21T13:07:02.487960+0000 mon.a (mon.0) 2716 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:03.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:02 smithi184 bash[59794]: audit 2024-03-21T13:07:02.493761+0000 mon.a (mon.0) 2717 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:03.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:02 smithi184 bash[59794]: audit 2024-03-21T13:07:02.495681+0000 mon.a (mon.0) 2718 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:03.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:02 smithi184 bash[59794]: audit 2024-03-21T13:07:02.508323+0000 mon.a (mon.0) 2719 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:03.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:02 smithi184 bash[59794]: audit 2024-03-21T13:07:02.591101+0000 mon.a (mon.0) 2720 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:03.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:02 smithi184 bash[59794]: audit 2024-03-21T13:07:02.595931+0000 mon.a (mon.0) 2721 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:03.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:02 smithi184 bash[59794]: audit 2024-03-21T13:07:02.600208+0000 mon.a (mon.0) 2722 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:03.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:02 smithi184 bash[59794]: audit 2024-03-21T13:07:02.601965+0000 mon.a (mon.0) 2723 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:03.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:02 smithi184 bash[59794]: audit 2024-03-21T13:07:02.613891+0000 mon.a (mon.0) 2724 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:03.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:02 smithi184 bash[59794]: audit 2024-03-21T13:07:02.693291+0000 mon.a (mon.0) 2725 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-03-21T13:07:03.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:02 smithi184 bash[59794]: cluster 2024-03-21T13:07:02.698987+0000 mon.a (mon.0) 2726 : cluster [DBG] osdmap e141: 8 total, 7 up, 8 in 2024-03-21T13:07:03.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:02 smithi184 bash[59794]: audit 2024-03-21T13:07:02.699813+0000 mon.c (mon.1) 13 : audit [INF] from='osd.2 [v2:172.21.15.178:6816/3938668363,v1:172.21.15.178:6817/3938668363]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi178", "root=default"]}]: dispatch 2024-03-21T13:07:03.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:02 smithi184 bash[59794]: audit 2024-03-21T13:07:02.701502+0000 mon.a (mon.0) 2727 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi178", "root=default"]}]: dispatch 2024-03-21T13:07:03.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:02 smithi184 bash[59794]: audit 2024-03-21T13:07:02.702094+0000 mon.a (mon.0) 2728 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:03.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:02 smithi184 bash[59794]: audit 2024-03-21T13:07:02.705101+0000 mon.a (mon.0) 2729 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:03.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:02 smithi184 bash[59794]: audit 2024-03-21T13:07:02.708879+0000 mon.a (mon.0) 2730 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:03.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:02 smithi184 bash[59794]: audit 2024-03-21T13:07:02.710295+0000 mon.a (mon.0) 2731 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:03.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:02 smithi184 bash[59794]: audit 2024-03-21T13:07:02.722225+0000 mon.a (mon.0) 2732 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:03.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:02 smithi184 bash[59794]: audit 2024-03-21T13:07:02.801489+0000 mon.a (mon.0) 2733 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:03.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:02 smithi184 bash[59794]: audit 2024-03-21T13:07:02.805173+0000 mon.a (mon.0) 2734 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:03.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:02 smithi184 bash[59794]: audit 2024-03-21T13:07:02.808845+0000 mon.a (mon.0) 2735 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:03.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:02 smithi184 bash[59794]: audit 2024-03-21T13:07:02.810109+0000 mon.a (mon.0) 2736 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:03.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:02 smithi184 bash[59794]: audit 2024-03-21T13:07:02.824717+0000 mon.a (mon.0) 2737 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:04.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:03 smithi178 bash[75692]: cluster 2024-03-21T13:07:02.291591+0000 mgr.x (mgr.34104) 2041 : cluster [DBG] pgmap v1339: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:04.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:03 smithi178 bash[75692]: cluster 2024-03-21T13:07:02.292537+0000 mgr.x (mgr.34104) 2042 : cluster [DBG] pgmap v1340: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:04.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:03 smithi178 bash[75692]: cephadm 2024-03-21T13:07:02.301258+0000 mgr.x (mgr.34104) 2043 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:04.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:03 smithi178 bash[75692]: cluster 2024-03-21T13:07:02.391926+0000 mgr.x (mgr.34104) 2044 : cluster [DBG] pgmap v1341: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:04.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:03 smithi178 bash[75692]: cluster 2024-03-21T13:07:02.392920+0000 mgr.x (mgr.34104) 2045 : cluster [DBG] pgmap v1342: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:04.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:03 smithi178 bash[75692]: cephadm 2024-03-21T13:07:02.402495+0000 mgr.x (mgr.34104) 2046 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:04.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:03 smithi178 bash[75692]: cluster 2024-03-21T13:07:02.500278+0000 mgr.x (mgr.34104) 2047 : cluster [DBG] pgmap v1343: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:04.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:03 smithi178 bash[75692]: cluster 2024-03-21T13:07:02.500987+0000 mgr.x (mgr.34104) 2048 : cluster [DBG] pgmap v1344: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:04.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:03 smithi178 bash[75692]: cephadm 2024-03-21T13:07:02.511073+0000 mgr.x (mgr.34104) 2049 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:04.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:03 smithi178 bash[75692]: cluster 2024-03-21T13:07:02.606250+0000 mgr.x (mgr.34104) 2050 : cluster [DBG] pgmap v1345: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:04.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:03 smithi178 bash[75692]: cluster 2024-03-21T13:07:02.606741+0000 mgr.x (mgr.34104) 2051 : cluster [DBG] pgmap v1346: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:04.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:03 smithi178 bash[75692]: cephadm 2024-03-21T13:07:02.616295+0000 mgr.x (mgr.34104) 2052 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:04.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:03 smithi178 bash[75692]: cluster 2024-03-21T13:07:02.714606+0000 mgr.x (mgr.34104) 2053 : cluster [DBG] pgmap v1348: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:04.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:03 smithi178 bash[75692]: cluster 2024-03-21T13:07:02.715209+0000 mgr.x (mgr.34104) 2054 : cluster [DBG] pgmap v1349: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:04.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:03 smithi178 bash[75692]: cephadm 2024-03-21T13:07:02.724425+0000 mgr.x (mgr.34104) 2055 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:04.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:03 smithi178 bash[75692]: cluster 2024-03-21T13:07:02.814023+0000 mgr.x (mgr.34104) 2056 : cluster [DBG] pgmap v1350: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:04.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:03 smithi178 bash[75692]: cluster 2024-03-21T13:07:02.814394+0000 mgr.x (mgr.34104) 2057 : cluster [DBG] pgmap v1351: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:04.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:03 smithi178 bash[75692]: cephadm 2024-03-21T13:07:02.826948+0000 mgr.x (mgr.34104) 2058 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:04.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:03 smithi178 bash[75692]: audit 2024-03-21T13:07:02.903684+0000 mon.a (mon.0) 2738 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:04.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:03 smithi178 bash[75692]: audit 2024-03-21T13:07:02.906419+0000 mon.a (mon.0) 2739 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:04.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:03 smithi178 bash[75692]: audit 2024-03-21T13:07:02.916507+0000 mon.a (mon.0) 2740 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:04.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:03 smithi178 bash[75692]: audit 2024-03-21T13:07:02.918507+0000 mon.a (mon.0) 2741 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:04.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:03 smithi178 bash[75692]: cluster 2024-03-21T13:07:02.922245+0000 mgr.x (mgr.34104) 2059 : cluster [DBG] pgmap v1352: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:04.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:03 smithi178 bash[75692]: cluster 2024-03-21T13:07:02.922728+0000 mgr.x (mgr.34104) 2060 : cluster [DBG] pgmap v1353: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:04.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:03 smithi178 bash[75692]: audit 2024-03-21T13:07:02.926069+0000 mon.a (mon.0) 2742 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:04.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:03 smithi178 bash[75692]: cephadm 2024-03-21T13:07:02.928119+0000 mgr.x (mgr.34104) 2061 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:04.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:03 smithi178 bash[75692]: audit 2024-03-21T13:07:03.004447+0000 mon.a (mon.0) 2743 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:04.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:03 smithi178 bash[75692]: audit 2024-03-21T13:07:03.009014+0000 mon.a (mon.0) 2744 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:04.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:03 smithi178 bash[75692]: audit 2024-03-21T13:07:03.013814+0000 mon.a (mon.0) 2745 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:04.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:03 smithi178 bash[75692]: audit 2024-03-21T13:07:03.015664+0000 mon.a (mon.0) 2746 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:04.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:03 smithi178 bash[75692]: audit 2024-03-21T13:07:03.018754+0000 mon.a (mon.0) 2747 : audit [INF] from='osd.2 ' entity='osd.2' 2024-03-21T13:07:04.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:03 smithi178 bash[75692]: cluster 2024-03-21T13:07:03.023467+0000 mgr.x (mgr.34104) 2062 : cluster [DBG] pgmap v1354: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:04.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:03 smithi178 bash[75692]: cluster 2024-03-21T13:07:03.023834+0000 mgr.x (mgr.34104) 2063 : cluster [DBG] pgmap v1355: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:04.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:03 smithi178 bash[75692]: audit 2024-03-21T13:07:03.028214+0000 mon.a (mon.0) 2748 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:04.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:03 smithi178 bash[75692]: cephadm 2024-03-21T13:07:03.032003+0000 mgr.x (mgr.34104) 2064 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:04.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:03 smithi178 bash[75692]: audit 2024-03-21T13:07:03.110384+0000 mon.a (mon.0) 2749 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:04.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:03 smithi178 bash[75692]: audit 2024-03-21T13:07:03.113278+0000 mon.a (mon.0) 2750 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:04.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:03 smithi178 bash[75692]: audit 2024-03-21T13:07:03.116302+0000 mon.a (mon.0) 2751 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:04.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:03 smithi178 bash[75692]: audit 2024-03-21T13:07:03.117554+0000 mon.a (mon.0) 2752 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:04.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:03 smithi178 bash[75692]: cluster 2024-03-21T13:07:03.121292+0000 mgr.x (mgr.34104) 2065 : cluster [DBG] pgmap v1356: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:04.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:03 smithi178 bash[75692]: cluster 2024-03-21T13:07:03.121988+0000 mgr.x (mgr.34104) 2066 : cluster [DBG] pgmap v1357: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:04.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:03 smithi178 bash[75692]: audit 2024-03-21T13:07:03.128833+0000 mon.a (mon.0) 2753 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:04.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:03 smithi178 bash[75692]: cephadm 2024-03-21T13:07:03.131289+0000 mgr.x (mgr.34104) 2067 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:04.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:03 smithi178 bash[75692]: audit 2024-03-21T13:07:03.208165+0000 mon.a (mon.0) 2754 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:04.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:03 smithi178 bash[75692]: audit 2024-03-21T13:07:03.212323+0000 mon.a (mon.0) 2755 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:04.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:03 smithi178 bash[75692]: audit 2024-03-21T13:07:03.216563+0000 mon.a (mon.0) 2756 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:04.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:03 smithi178 bash[75692]: audit 2024-03-21T13:07:03.217967+0000 mon.a (mon.0) 2757 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:04.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:03 smithi178 bash[75692]: audit 2024-03-21T13:07:03.228860+0000 mon.a (mon.0) 2758 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:04.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:03 smithi178 bash[75692]: audit 2024-03-21T13:07:03.310814+0000 mon.a (mon.0) 2759 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:04.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:03 smithi178 bash[75692]: audit 2024-03-21T13:07:03.314187+0000 mon.a (mon.0) 2760 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:04.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:03 smithi178 bash[75692]: audit 2024-03-21T13:07:03.317942+0000 mon.a (mon.0) 2761 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:04.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:03 smithi178 bash[75692]: audit 2024-03-21T13:07:03.319617+0000 mon.a (mon.0) 2762 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:04.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:03 smithi178 bash[75692]: audit 2024-03-21T13:07:03.331642+0000 mon.a (mon.0) 2763 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:04.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:03 smithi178 bash[75692]: audit 2024-03-21T13:07:03.412698+0000 mon.a (mon.0) 2764 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:04.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:03 smithi178 bash[75692]: audit 2024-03-21T13:07:03.416719+0000 mon.a (mon.0) 2765 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:04.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:03 smithi178 bash[75692]: audit 2024-03-21T13:07:03.420025+0000 mon.a (mon.0) 2766 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:04.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:03 smithi178 bash[75692]: audit 2024-03-21T13:07:03.421384+0000 mon.a (mon.0) 2767 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:04.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:03 smithi178 bash[75692]: audit 2024-03-21T13:07:03.430682+0000 mon.a (mon.0) 2768 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:04.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:03 smithi178 bash[75692]: audit 2024-03-21T13:07:03.510623+0000 mon.a (mon.0) 2769 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:04.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:03 smithi178 bash[75692]: audit 2024-03-21T13:07:03.513421+0000 mon.a (mon.0) 2770 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:04.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:03 smithi178 bash[75692]: audit 2024-03-21T13:07:03.516335+0000 mon.a (mon.0) 2771 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:04.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:03 smithi178 bash[75692]: audit 2024-03-21T13:07:03.517268+0000 mon.a (mon.0) 2772 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:04.055 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:03 smithi178 bash[75692]: audit 2024-03-21T13:07:03.527783+0000 mon.a (mon.0) 2773 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:04.055 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:03 smithi178 bash[75692]: audit 2024-03-21T13:07:03.613006+0000 mon.a (mon.0) 2774 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:04.055 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:03 smithi178 bash[75692]: audit 2024-03-21T13:07:03.621389+0000 mon.a (mon.0) 2775 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:04.055 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:03 smithi178 bash[75692]: audit 2024-03-21T13:07:03.623619+0000 mon.a (mon.0) 2776 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:04.055 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:03 smithi178 bash[75692]: audit 2024-03-21T13:07:03.624499+0000 mon.a (mon.0) 2777 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:04.055 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:03 smithi178 bash[75692]: audit 2024-03-21T13:07:03.633498+0000 mon.a (mon.0) 2778 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:04.055 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:03 smithi178 bash[75692]: audit 2024-03-21T13:07:03.713484+0000 mon.a (mon.0) 2779 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:04.055 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:03 smithi178 bash[75692]: audit 2024-03-21T13:07:03.716241+0000 mon.a (mon.0) 2780 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:04.055 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:03 smithi178 bash[75692]: audit 2024-03-21T13:07:03.719335+0000 mon.a (mon.0) 2781 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:04.055 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:03 smithi178 bash[75692]: audit 2024-03-21T13:07:03.720852+0000 mon.a (mon.0) 2782 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:04.055 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:03 smithi178 bash[75692]: audit 2024-03-21T13:07:03.732121+0000 mon.a (mon.0) 2783 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:04.056 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:03 smithi178 bash[75692]: audit 2024-03-21T13:07:03.812236+0000 mon.a (mon.0) 2784 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:04.056 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:03 smithi178 bash[75692]: audit 2024-03-21T13:07:03.815299+0000 mon.a (mon.0) 2785 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:04.056 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:03 smithi178 bash[75692]: audit 2024-03-21T13:07:03.818191+0000 mon.a (mon.0) 2786 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:04.056 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:03 smithi178 bash[75692]: audit 2024-03-21T13:07:03.819088+0000 mon.a (mon.0) 2787 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:04.056 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:03 smithi178 bash[75692]: audit 2024-03-21T13:07:03.829488+0000 mon.a (mon.0) 2788 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:04.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:03 smithi178 bash[77880]: cluster 2024-03-21T13:07:02.291591+0000 mgr.x (mgr.34104) 2041 : cluster [DBG] pgmap v1339: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:04.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:03 smithi178 bash[77880]: cluster 2024-03-21T13:07:02.292537+0000 mgr.x (mgr.34104) 2042 : cluster [DBG] pgmap v1340: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:04.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:03 smithi178 bash[77880]: cephadm 2024-03-21T13:07:02.301258+0000 mgr.x (mgr.34104) 2043 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:04.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:03 smithi178 bash[77880]: cluster 2024-03-21T13:07:02.391926+0000 mgr.x (mgr.34104) 2044 : cluster [DBG] pgmap v1341: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:04.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:03 smithi178 bash[77880]: cluster 2024-03-21T13:07:02.392920+0000 mgr.x (mgr.34104) 2045 : cluster [DBG] pgmap v1342: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:04.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:03 smithi178 bash[77880]: cephadm 2024-03-21T13:07:02.402495+0000 mgr.x (mgr.34104) 2046 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:04.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:03 smithi178 bash[77880]: cluster 2024-03-21T13:07:02.500278+0000 mgr.x (mgr.34104) 2047 : cluster [DBG] pgmap v1343: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:04.058 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:03 smithi178 bash[77880]: cluster 2024-03-21T13:07:02.500987+0000 mgr.x (mgr.34104) 2048 : cluster [DBG] pgmap v1344: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:04.058 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:03 smithi178 bash[77880]: cephadm 2024-03-21T13:07:02.511073+0000 mgr.x (mgr.34104) 2049 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:04.058 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:03 smithi178 bash[77880]: cluster 2024-03-21T13:07:02.606250+0000 mgr.x (mgr.34104) 2050 : cluster [DBG] pgmap v1345: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:04.058 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:03 smithi178 bash[77880]: cluster 2024-03-21T13:07:02.606741+0000 mgr.x (mgr.34104) 2051 : cluster [DBG] pgmap v1346: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:04.058 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:03 smithi178 bash[77880]: cephadm 2024-03-21T13:07:02.616295+0000 mgr.x (mgr.34104) 2052 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:04.058 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:03 smithi178 bash[77880]: cluster 2024-03-21T13:07:02.714606+0000 mgr.x (mgr.34104) 2053 : cluster [DBG] pgmap v1348: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:04.058 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:03 smithi178 bash[77880]: cluster 2024-03-21T13:07:02.715209+0000 mgr.x (mgr.34104) 2054 : cluster [DBG] pgmap v1349: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:04.058 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:03 smithi178 bash[77880]: cephadm 2024-03-21T13:07:02.724425+0000 mgr.x (mgr.34104) 2055 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:04.058 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:03 smithi178 bash[77880]: cluster 2024-03-21T13:07:02.814023+0000 mgr.x (mgr.34104) 2056 : cluster [DBG] pgmap v1350: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:04.058 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:03 smithi178 bash[77880]: cluster 2024-03-21T13:07:02.814394+0000 mgr.x (mgr.34104) 2057 : cluster [DBG] pgmap v1351: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:04.058 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:03 smithi178 bash[77880]: cephadm 2024-03-21T13:07:02.826948+0000 mgr.x (mgr.34104) 2058 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:04.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:03 smithi178 bash[77880]: audit 2024-03-21T13:07:02.903684+0000 mon.a (mon.0) 2738 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:04.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:03 smithi178 bash[77880]: audit 2024-03-21T13:07:02.906419+0000 mon.a (mon.0) 2739 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:04.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:03 smithi178 bash[77880]: audit 2024-03-21T13:07:02.916507+0000 mon.a (mon.0) 2740 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:04.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:03 smithi178 bash[77880]: audit 2024-03-21T13:07:02.918507+0000 mon.a (mon.0) 2741 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:04.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:03 smithi178 bash[77880]: cluster 2024-03-21T13:07:02.922245+0000 mgr.x (mgr.34104) 2059 : cluster [DBG] pgmap v1352: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:04.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:03 smithi178 bash[77880]: cluster 2024-03-21T13:07:02.922728+0000 mgr.x (mgr.34104) 2060 : cluster [DBG] pgmap v1353: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:04.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:03 smithi178 bash[77880]: audit 2024-03-21T13:07:02.926069+0000 mon.a (mon.0) 2742 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:04.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:03 smithi178 bash[77880]: cephadm 2024-03-21T13:07:02.928119+0000 mgr.x (mgr.34104) 2061 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:04.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:03 smithi178 bash[77880]: audit 2024-03-21T13:07:03.004447+0000 mon.a (mon.0) 2743 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:04.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:03 smithi178 bash[77880]: audit 2024-03-21T13:07:03.009014+0000 mon.a (mon.0) 2744 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:04.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:03 smithi178 bash[77880]: audit 2024-03-21T13:07:03.013814+0000 mon.a (mon.0) 2745 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:04.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:03 smithi178 bash[77880]: audit 2024-03-21T13:07:03.015664+0000 mon.a (mon.0) 2746 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:04.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:03 smithi178 bash[77880]: audit 2024-03-21T13:07:03.018754+0000 mon.a (mon.0) 2747 : audit [INF] from='osd.2 ' entity='osd.2' 2024-03-21T13:07:04.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:03 smithi178 bash[77880]: cluster 2024-03-21T13:07:03.023467+0000 mgr.x (mgr.34104) 2062 : cluster [DBG] pgmap v1354: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:04.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:03 smithi178 bash[77880]: cluster 2024-03-21T13:07:03.023834+0000 mgr.x (mgr.34104) 2063 : cluster [DBG] pgmap v1355: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:04.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:03 smithi178 bash[77880]: audit 2024-03-21T13:07:03.028214+0000 mon.a (mon.0) 2748 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:04.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:03 smithi178 bash[77880]: cephadm 2024-03-21T13:07:03.032003+0000 mgr.x (mgr.34104) 2064 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:04.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:03 smithi178 bash[77880]: audit 2024-03-21T13:07:03.110384+0000 mon.a (mon.0) 2749 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:04.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:03 smithi178 bash[77880]: audit 2024-03-21T13:07:03.113278+0000 mon.a (mon.0) 2750 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:04.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:03 smithi178 bash[77880]: audit 2024-03-21T13:07:03.116302+0000 mon.a (mon.0) 2751 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:04.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:03 smithi178 bash[77880]: audit 2024-03-21T13:07:03.117554+0000 mon.a (mon.0) 2752 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:04.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:03 smithi178 bash[77880]: cluster 2024-03-21T13:07:03.121292+0000 mgr.x (mgr.34104) 2065 : cluster [DBG] pgmap v1356: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:04.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:03 smithi178 bash[77880]: cluster 2024-03-21T13:07:03.121988+0000 mgr.x (mgr.34104) 2066 : cluster [DBG] pgmap v1357: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:04.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:03 smithi178 bash[77880]: audit 2024-03-21T13:07:03.128833+0000 mon.a (mon.0) 2753 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:04.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:03 smithi178 bash[77880]: cephadm 2024-03-21T13:07:03.131289+0000 mgr.x (mgr.34104) 2067 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:04.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:03 smithi178 bash[77880]: audit 2024-03-21T13:07:03.208165+0000 mon.a (mon.0) 2754 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:04.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:03 smithi178 bash[77880]: audit 2024-03-21T13:07:03.212323+0000 mon.a (mon.0) 2755 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:04.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:03 smithi178 bash[77880]: audit 2024-03-21T13:07:03.216563+0000 mon.a (mon.0) 2756 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:04.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:03 smithi178 bash[77880]: audit 2024-03-21T13:07:03.217967+0000 mon.a (mon.0) 2757 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:04.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:03 smithi178 bash[77880]: audit 2024-03-21T13:07:03.228860+0000 mon.a (mon.0) 2758 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:04.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:03 smithi178 bash[77880]: audit 2024-03-21T13:07:03.310814+0000 mon.a (mon.0) 2759 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:04.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:03 smithi178 bash[77880]: audit 2024-03-21T13:07:03.314187+0000 mon.a (mon.0) 2760 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:04.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:03 smithi178 bash[77880]: audit 2024-03-21T13:07:03.317942+0000 mon.a (mon.0) 2761 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:04.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:03 smithi178 bash[77880]: audit 2024-03-21T13:07:03.319617+0000 mon.a (mon.0) 2762 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:04.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:03 smithi178 bash[77880]: audit 2024-03-21T13:07:03.331642+0000 mon.a (mon.0) 2763 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:04.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:03 smithi178 bash[77880]: audit 2024-03-21T13:07:03.412698+0000 mon.a (mon.0) 2764 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:04.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:03 smithi178 bash[77880]: audit 2024-03-21T13:07:03.416719+0000 mon.a (mon.0) 2765 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:04.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:03 smithi178 bash[77880]: audit 2024-03-21T13:07:03.420025+0000 mon.a (mon.0) 2766 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:04.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:03 smithi178 bash[77880]: audit 2024-03-21T13:07:03.421384+0000 mon.a (mon.0) 2767 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:04.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:03 smithi178 bash[77880]: audit 2024-03-21T13:07:03.430682+0000 mon.a (mon.0) 2768 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:04.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:03 smithi178 bash[77880]: audit 2024-03-21T13:07:03.510623+0000 mon.a (mon.0) 2769 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:04.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:03 smithi178 bash[77880]: audit 2024-03-21T13:07:03.513421+0000 mon.a (mon.0) 2770 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:04.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:03 smithi178 bash[77880]: audit 2024-03-21T13:07:03.516335+0000 mon.a (mon.0) 2771 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:04.062 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:03 smithi178 bash[77880]: audit 2024-03-21T13:07:03.517268+0000 mon.a (mon.0) 2772 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:04.062 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:03 smithi178 bash[77880]: audit 2024-03-21T13:07:03.527783+0000 mon.a (mon.0) 2773 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:04.062 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:03 smithi178 bash[77880]: audit 2024-03-21T13:07:03.613006+0000 mon.a (mon.0) 2774 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:04.062 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:03 smithi178 bash[77880]: audit 2024-03-21T13:07:03.621389+0000 mon.a (mon.0) 2775 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:04.062 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:03 smithi178 bash[77880]: audit 2024-03-21T13:07:03.623619+0000 mon.a (mon.0) 2776 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:04.062 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:03 smithi178 bash[77880]: audit 2024-03-21T13:07:03.624499+0000 mon.a (mon.0) 2777 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:04.062 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:03 smithi178 bash[77880]: audit 2024-03-21T13:07:03.633498+0000 mon.a (mon.0) 2778 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:04.062 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:03 smithi178 bash[77880]: audit 2024-03-21T13:07:03.713484+0000 mon.a (mon.0) 2779 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:04.062 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:03 smithi178 bash[77880]: audit 2024-03-21T13:07:03.716241+0000 mon.a (mon.0) 2780 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:04.062 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:03 smithi178 bash[77880]: audit 2024-03-21T13:07:03.719335+0000 mon.a (mon.0) 2781 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:04.063 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:03 smithi178 bash[77880]: audit 2024-03-21T13:07:03.720852+0000 mon.a (mon.0) 2782 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:04.063 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:03 smithi178 bash[77880]: audit 2024-03-21T13:07:03.732121+0000 mon.a (mon.0) 2783 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:04.063 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:03 smithi178 bash[77880]: audit 2024-03-21T13:07:03.812236+0000 mon.a (mon.0) 2784 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:04.063 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:03 smithi178 bash[77880]: audit 2024-03-21T13:07:03.815299+0000 mon.a (mon.0) 2785 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:04.063 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:03 smithi178 bash[77880]: audit 2024-03-21T13:07:03.818191+0000 mon.a (mon.0) 2786 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:04.063 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:03 smithi178 bash[77880]: audit 2024-03-21T13:07:03.819088+0000 mon.a (mon.0) 2787 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:04.063 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:03 smithi178 bash[77880]: audit 2024-03-21T13:07:03.829488+0000 mon.a (mon.0) 2788 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:04.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:03 smithi184 bash[59794]: cluster 2024-03-21T13:07:02.291591+0000 mgr.x (mgr.34104) 2041 : cluster [DBG] pgmap v1339: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:04.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:03 smithi184 bash[59794]: cluster 2024-03-21T13:07:02.292537+0000 mgr.x (mgr.34104) 2042 : cluster [DBG] pgmap v1340: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:04.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:03 smithi184 bash[59794]: cephadm 2024-03-21T13:07:02.301258+0000 mgr.x (mgr.34104) 2043 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:04.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:03 smithi184 bash[59794]: cluster 2024-03-21T13:07:02.391926+0000 mgr.x (mgr.34104) 2044 : cluster [DBG] pgmap v1341: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:04.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:03 smithi184 bash[59794]: cluster 2024-03-21T13:07:02.392920+0000 mgr.x (mgr.34104) 2045 : cluster [DBG] pgmap v1342: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:04.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:03 smithi184 bash[59794]: cephadm 2024-03-21T13:07:02.402495+0000 mgr.x (mgr.34104) 2046 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:04.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:03 smithi184 bash[59794]: cluster 2024-03-21T13:07:02.500278+0000 mgr.x (mgr.34104) 2047 : cluster [DBG] pgmap v1343: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:04.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:03 smithi184 bash[59794]: cluster 2024-03-21T13:07:02.500987+0000 mgr.x (mgr.34104) 2048 : cluster [DBG] pgmap v1344: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:04.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:03 smithi184 bash[59794]: cephadm 2024-03-21T13:07:02.511073+0000 mgr.x (mgr.34104) 2049 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:04.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:03 smithi184 bash[59794]: cluster 2024-03-21T13:07:02.606250+0000 mgr.x (mgr.34104) 2050 : cluster [DBG] pgmap v1345: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:04.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:03 smithi184 bash[59794]: cluster 2024-03-21T13:07:02.606741+0000 mgr.x (mgr.34104) 2051 : cluster [DBG] pgmap v1346: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:04.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:03 smithi184 bash[59794]: cephadm 2024-03-21T13:07:02.616295+0000 mgr.x (mgr.34104) 2052 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:04.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:03 smithi184 bash[59794]: cluster 2024-03-21T13:07:02.714606+0000 mgr.x (mgr.34104) 2053 : cluster [DBG] pgmap v1348: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:04.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:03 smithi184 bash[59794]: cluster 2024-03-21T13:07:02.715209+0000 mgr.x (mgr.34104) 2054 : cluster [DBG] pgmap v1349: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 160 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:04.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:03 smithi184 bash[59794]: cephadm 2024-03-21T13:07:02.724425+0000 mgr.x (mgr.34104) 2055 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:04.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:03 smithi184 bash[59794]: cluster 2024-03-21T13:07:02.814023+0000 mgr.x (mgr.34104) 2056 : cluster [DBG] pgmap v1350: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:04.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:03 smithi184 bash[59794]: cluster 2024-03-21T13:07:02.814394+0000 mgr.x (mgr.34104) 2057 : cluster [DBG] pgmap v1351: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:04.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:03 smithi184 bash[59794]: cephadm 2024-03-21T13:07:02.826948+0000 mgr.x (mgr.34104) 2058 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:04.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:03 smithi184 bash[59794]: audit 2024-03-21T13:07:02.903684+0000 mon.a (mon.0) 2738 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:04.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:03 smithi184 bash[59794]: audit 2024-03-21T13:07:02.906419+0000 mon.a (mon.0) 2739 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:04.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:03 smithi184 bash[59794]: audit 2024-03-21T13:07:02.916507+0000 mon.a (mon.0) 2740 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:04.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:03 smithi184 bash[59794]: audit 2024-03-21T13:07:02.918507+0000 mon.a (mon.0) 2741 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:04.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:03 smithi184 bash[59794]: cluster 2024-03-21T13:07:02.922245+0000 mgr.x (mgr.34104) 2059 : cluster [DBG] pgmap v1352: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:04.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:03 smithi184 bash[59794]: cluster 2024-03-21T13:07:02.922728+0000 mgr.x (mgr.34104) 2060 : cluster [DBG] pgmap v1353: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:04.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:03 smithi184 bash[59794]: audit 2024-03-21T13:07:02.926069+0000 mon.a (mon.0) 2742 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:04.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:03 smithi184 bash[59794]: cephadm 2024-03-21T13:07:02.928119+0000 mgr.x (mgr.34104) 2061 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:04.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:03 smithi184 bash[59794]: audit 2024-03-21T13:07:03.004447+0000 mon.a (mon.0) 2743 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:04.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:03 smithi184 bash[59794]: audit 2024-03-21T13:07:03.009014+0000 mon.a (mon.0) 2744 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:04.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:03 smithi184 bash[59794]: audit 2024-03-21T13:07:03.013814+0000 mon.a (mon.0) 2745 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:04.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:03 smithi184 bash[59794]: audit 2024-03-21T13:07:03.015664+0000 mon.a (mon.0) 2746 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:04.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:03 smithi184 bash[59794]: audit 2024-03-21T13:07:03.018754+0000 mon.a (mon.0) 2747 : audit [INF] from='osd.2 ' entity='osd.2' 2024-03-21T13:07:04.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:03 smithi184 bash[59794]: cluster 2024-03-21T13:07:03.023467+0000 mgr.x (mgr.34104) 2062 : cluster [DBG] pgmap v1354: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:04.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:03 smithi184 bash[59794]: cluster 2024-03-21T13:07:03.023834+0000 mgr.x (mgr.34104) 2063 : cluster [DBG] pgmap v1355: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:04.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:03 smithi184 bash[59794]: audit 2024-03-21T13:07:03.028214+0000 mon.a (mon.0) 2748 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:04.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:03 smithi184 bash[59794]: cephadm 2024-03-21T13:07:03.032003+0000 mgr.x (mgr.34104) 2064 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:04.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:03 smithi184 bash[59794]: audit 2024-03-21T13:07:03.110384+0000 mon.a (mon.0) 2749 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:04.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:03 smithi184 bash[59794]: audit 2024-03-21T13:07:03.113278+0000 mon.a (mon.0) 2750 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:04.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:03 smithi184 bash[59794]: audit 2024-03-21T13:07:03.116302+0000 mon.a (mon.0) 2751 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:04.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:03 smithi184 bash[59794]: audit 2024-03-21T13:07:03.117554+0000 mon.a (mon.0) 2752 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:04.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:03 smithi184 bash[59794]: cluster 2024-03-21T13:07:03.121292+0000 mgr.x (mgr.34104) 2065 : cluster [DBG] pgmap v1356: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:04.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:03 smithi184 bash[59794]: cluster 2024-03-21T13:07:03.121988+0000 mgr.x (mgr.34104) 2066 : cluster [DBG] pgmap v1357: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:04.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:03 smithi184 bash[59794]: audit 2024-03-21T13:07:03.128833+0000 mon.a (mon.0) 2753 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:04.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:03 smithi184 bash[59794]: cephadm 2024-03-21T13:07:03.131289+0000 mgr.x (mgr.34104) 2067 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:04.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:03 smithi184 bash[59794]: audit 2024-03-21T13:07:03.208165+0000 mon.a (mon.0) 2754 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:04.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:03 smithi184 bash[59794]: audit 2024-03-21T13:07:03.212323+0000 mon.a (mon.0) 2755 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:04.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:03 smithi184 bash[59794]: audit 2024-03-21T13:07:03.216563+0000 mon.a (mon.0) 2756 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:04.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:03 smithi184 bash[59794]: audit 2024-03-21T13:07:03.217967+0000 mon.a (mon.0) 2757 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:04.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:03 smithi184 bash[59794]: audit 2024-03-21T13:07:03.228860+0000 mon.a (mon.0) 2758 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:04.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:03 smithi184 bash[59794]: audit 2024-03-21T13:07:03.310814+0000 mon.a (mon.0) 2759 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:04.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:03 smithi184 bash[59794]: audit 2024-03-21T13:07:03.314187+0000 mon.a (mon.0) 2760 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:04.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:03 smithi184 bash[59794]: audit 2024-03-21T13:07:03.317942+0000 mon.a (mon.0) 2761 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:04.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:03 smithi184 bash[59794]: audit 2024-03-21T13:07:03.319617+0000 mon.a (mon.0) 2762 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:04.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:03 smithi184 bash[59794]: audit 2024-03-21T13:07:03.331642+0000 mon.a (mon.0) 2763 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:04.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:03 smithi184 bash[59794]: audit 2024-03-21T13:07:03.412698+0000 mon.a (mon.0) 2764 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:04.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:03 smithi184 bash[59794]: audit 2024-03-21T13:07:03.416719+0000 mon.a (mon.0) 2765 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:04.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:03 smithi184 bash[59794]: audit 2024-03-21T13:07:03.420025+0000 mon.a (mon.0) 2766 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:04.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:03 smithi184 bash[59794]: audit 2024-03-21T13:07:03.421384+0000 mon.a (mon.0) 2767 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:04.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:03 smithi184 bash[59794]: audit 2024-03-21T13:07:03.430682+0000 mon.a (mon.0) 2768 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:04.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:03 smithi184 bash[59794]: audit 2024-03-21T13:07:03.510623+0000 mon.a (mon.0) 2769 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:04.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:03 smithi184 bash[59794]: audit 2024-03-21T13:07:03.513421+0000 mon.a (mon.0) 2770 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:04.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:03 smithi184 bash[59794]: audit 2024-03-21T13:07:03.516335+0000 mon.a (mon.0) 2771 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:04.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:03 smithi184 bash[59794]: audit 2024-03-21T13:07:03.517268+0000 mon.a (mon.0) 2772 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:04.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:03 smithi184 bash[59794]: audit 2024-03-21T13:07:03.527783+0000 mon.a (mon.0) 2773 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:04.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:03 smithi184 bash[59794]: audit 2024-03-21T13:07:03.613006+0000 mon.a (mon.0) 2774 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:04.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:03 smithi184 bash[59794]: audit 2024-03-21T13:07:03.621389+0000 mon.a (mon.0) 2775 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:04.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:03 smithi184 bash[59794]: audit 2024-03-21T13:07:03.623619+0000 mon.a (mon.0) 2776 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:04.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:03 smithi184 bash[59794]: audit 2024-03-21T13:07:03.624499+0000 mon.a (mon.0) 2777 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:04.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:03 smithi184 bash[59794]: audit 2024-03-21T13:07:03.633498+0000 mon.a (mon.0) 2778 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:04.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:03 smithi184 bash[59794]: audit 2024-03-21T13:07:03.713484+0000 mon.a (mon.0) 2779 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:04.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:03 smithi184 bash[59794]: audit 2024-03-21T13:07:03.716241+0000 mon.a (mon.0) 2780 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:04.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:03 smithi184 bash[59794]: audit 2024-03-21T13:07:03.719335+0000 mon.a (mon.0) 2781 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:04.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:03 smithi184 bash[59794]: audit 2024-03-21T13:07:03.720852+0000 mon.a (mon.0) 2782 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:04.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:03 smithi184 bash[59794]: audit 2024-03-21T13:07:03.732121+0000 mon.a (mon.0) 2783 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:04.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:03 smithi184 bash[59794]: audit 2024-03-21T13:07:03.812236+0000 mon.a (mon.0) 2784 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:04.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:03 smithi184 bash[59794]: audit 2024-03-21T13:07:03.815299+0000 mon.a (mon.0) 2785 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:04.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:03 smithi184 bash[59794]: audit 2024-03-21T13:07:03.818191+0000 mon.a (mon.0) 2786 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:04.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:03 smithi184 bash[59794]: audit 2024-03-21T13:07:03.819088+0000 mon.a (mon.0) 2787 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:04.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:03 smithi184 bash[59794]: audit 2024-03-21T13:07:03.829488+0000 mon.a (mon.0) 2788 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:05.101 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[75692]: cluster 2024-03-21T13:07:03.221765+0000 mgr.x (mgr.34104) 2068 : cluster [DBG] pgmap v1358: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:05.101 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[75692]: cluster 2024-03-21T13:07:03.222228+0000 mgr.x (mgr.34104) 2069 : cluster [DBG] pgmap v1359: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:05.101 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[75692]: cephadm 2024-03-21T13:07:03.231112+0000 mgr.x (mgr.34104) 2070 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:05.101 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[75692]: cluster 2024-03-21T13:07:03.323885+0000 mgr.x (mgr.34104) 2071 : cluster [DBG] pgmap v1360: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:05.101 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[75692]: cluster 2024-03-21T13:07:03.324716+0000 mgr.x (mgr.34104) 2072 : cluster [DBG] pgmap v1361: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:05.102 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[75692]: cephadm 2024-03-21T13:07:03.335596+0000 mgr.x (mgr.34104) 2073 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:05.102 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[75692]: cluster 2024-03-21T13:07:03.425761+0000 mgr.x (mgr.34104) 2074 : cluster [DBG] pgmap v1362: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:05.102 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[75692]: cluster 2024-03-21T13:07:03.426434+0000 mgr.x (mgr.34104) 2075 : cluster [DBG] pgmap v1363: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:05.102 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[75692]: cephadm 2024-03-21T13:07:03.432796+0000 mgr.x (mgr.34104) 2076 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:05.102 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[75692]: cluster 2024-03-21T13:07:03.520491+0000 mgr.x (mgr.34104) 2077 : cluster [DBG] pgmap v1364: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:05.103 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[75692]: cluster 2024-03-21T13:07:03.520839+0000 mgr.x (mgr.34104) 2078 : cluster [DBG] pgmap v1365: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:05.103 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[75692]: cephadm 2024-03-21T13:07:03.529907+0000 mgr.x (mgr.34104) 2079 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:05.103 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[75692]: cluster 2024-03-21T13:07:03.627940+0000 mgr.x (mgr.34104) 2080 : cluster [DBG] pgmap v1366: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:05.103 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[75692]: cluster 2024-03-21T13:07:03.628330+0000 mgr.x (mgr.34104) 2081 : cluster [DBG] pgmap v1367: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:05.103 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[75692]: cephadm 2024-03-21T13:07:03.635710+0000 mgr.x (mgr.34104) 2082 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:05.103 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[75692]: cluster 2024-03-21T13:07:03.724792+0000 mgr.x (mgr.34104) 2083 : cluster [DBG] pgmap v1368: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:05.104 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[75692]: cluster 2024-03-21T13:07:03.725260+0000 mgr.x (mgr.34104) 2084 : cluster [DBG] pgmap v1369: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:05.104 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[75692]: cephadm 2024-03-21T13:07:03.734298+0000 mgr.x (mgr.34104) 2085 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:05.104 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[75692]: cluster 2024-03-21T13:07:03.822477+0000 mgr.x (mgr.34104) 2086 : cluster [DBG] pgmap v1370: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:05.104 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[75692]: cluster 2024-03-21T13:07:03.823032+0000 mgr.x (mgr.34104) 2087 : cluster [DBG] pgmap v1371: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:05.104 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[75692]: cephadm 2024-03-21T13:07:03.831914+0000 mgr.x (mgr.34104) 2088 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:05.104 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[75692]: audit 2024-03-21T13:07:03.915237+0000 mon.a (mon.0) 2789 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:05.105 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[75692]: audit 2024-03-21T13:07:03.924192+0000 mon.a (mon.0) 2790 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:05.105 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[75692]: audit 2024-03-21T13:07:03.926897+0000 mon.a (mon.0) 2791 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:05.105 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[75692]: audit 2024-03-21T13:07:03.927792+0000 mon.a (mon.0) 2792 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:05.105 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[75692]: cluster 2024-03-21T13:07:03.930998+0000 mgr.x (mgr.34104) 2089 : cluster [DBG] pgmap v1372: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:05.105 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[75692]: cluster 2024-03-21T13:07:03.931354+0000 mgr.x (mgr.34104) 2090 : cluster [DBG] pgmap v1373: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:05.105 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[75692]: audit 2024-03-21T13:07:03.934589+0000 mon.a (mon.0) 2793 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:05.106 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[75692]: cephadm 2024-03-21T13:07:03.936664+0000 mgr.x (mgr.34104) 2091 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:05.106 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[75692]: audit 2024-03-21T13:07:04.012409+0000 mon.a (mon.0) 2794 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:05.106 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[75692]: audit 2024-03-21T13:07:04.015649+0000 mon.a (mon.0) 2795 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:05.106 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[75692]: audit 2024-03-21T13:07:04.019400+0000 mon.a (mon.0) 2796 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:05.106 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[75692]: audit 2024-03-21T13:07:04.020880+0000 mon.a (mon.0) 2797 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:05.107 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[75692]: cluster 2024-03-21T13:07:04.025045+0000 mgr.x (mgr.34104) 2092 : cluster [DBG] pgmap v1374: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:05.107 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[75692]: cluster 2024-03-21T13:07:04.025817+0000 mgr.x (mgr.34104) 2093 : cluster [DBG] pgmap v1375: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:05.107 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[75692]: cluster 2024-03-21T13:07:04.026464+0000 mon.a (mon.0) 2798 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-21T13:07:05.107 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[75692]: audit 2024-03-21T13:07:04.031200+0000 mon.a (mon.0) 2799 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:05.107 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[75692]: cephadm 2024-03-21T13:07:04.033328+0000 mgr.x (mgr.34104) 2094 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:05.107 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[75692]: cluster 2024-03-21T13:07:04.037784+0000 mon.a (mon.0) 2800 : cluster [INF] osd.2 [v2:172.21.15.178:6816/3938668363,v1:172.21.15.178:6817/3938668363] boot 2024-03-21T13:07:05.108 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[75692]: cluster 2024-03-21T13:07:04.037855+0000 mon.a (mon.0) 2801 : cluster [DBG] osdmap e142: 8 total, 8 up, 8 in 2024-03-21T13:07:05.108 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[75692]: audit 2024-03-21T13:07:04.038109+0000 mon.a (mon.0) 2802 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T13:07:05.108 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[75692]: audit 2024-03-21T13:07:04.095523+0000 mon.a (mon.0) 2803 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:05.108 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[75692]: audit 2024-03-21T13:07:04.098097+0000 mon.a (mon.0) 2804 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:05.108 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[75692]: audit 2024-03-21T13:07:04.101072+0000 mon.a (mon.0) 2805 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:05.109 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[75692]: audit 2024-03-21T13:07:04.102283+0000 mon.a (mon.0) 2806 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:05.109 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[75692]: cluster 2024-03-21T13:07:04.106050+0000 mgr.x (mgr.34104) 2095 : cluster [DBG] pgmap v1377: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:05.109 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[75692]: cluster 2024-03-21T13:07:04.106764+0000 mgr.x (mgr.34104) 2096 : cluster [DBG] pgmap v1378: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:05.109 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[75692]: audit 2024-03-21T13:07:04.112095+0000 mon.a (mon.0) 2807 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:05.109 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[75692]: cephadm 2024-03-21T13:07:04.114166+0000 mgr.x (mgr.34104) 2097 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:05.109 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[75692]: audit 2024-03-21T13:07:04.194474+0000 mon.a (mon.0) 2808 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:05.109 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[75692]: audit 2024-03-21T13:07:04.197913+0000 mon.a (mon.0) 2809 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:05.110 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[75692]: audit 2024-03-21T13:07:04.202490+0000 mon.a (mon.0) 2810 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:05.110 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[75692]: audit 2024-03-21T13:07:04.203865+0000 mon.a (mon.0) 2811 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:05.110 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[75692]: audit 2024-03-21T13:07:04.215499+0000 mon.a (mon.0) 2812 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:05.110 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[75692]: audit 2024-03-21T13:07:04.299398+0000 mon.a (mon.0) 2813 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:05.110 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[75692]: audit 2024-03-21T13:07:04.302590+0000 mon.a (mon.0) 2814 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:05.110 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[75692]: audit 2024-03-21T13:07:04.306596+0000 mon.a (mon.0) 2815 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:05.111 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[75692]: audit 2024-03-21T13:07:04.307945+0000 mon.a (mon.0) 2816 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:05.111 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[75692]: audit 2024-03-21T13:07:04.318988+0000 mon.a (mon.0) 2817 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:05.111 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[75692]: audit 2024-03-21T13:07:04.402561+0000 mon.a (mon.0) 2818 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:05.111 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[75692]: audit 2024-03-21T13:07:04.405612+0000 mon.a (mon.0) 2819 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:05.111 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[75692]: audit 2024-03-21T13:07:04.408595+0000 mon.a (mon.0) 2820 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:05.111 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[75692]: audit 2024-03-21T13:07:04.410025+0000 mon.a (mon.0) 2821 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:05.112 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[75692]: audit 2024-03-21T13:07:04.421792+0000 mon.a (mon.0) 2822 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:05.112 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[75692]: audit 2024-03-21T13:07:04.502497+0000 mon.a (mon.0) 2823 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:05.112 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[75692]: audit 2024-03-21T13:07:04.505891+0000 mon.a (mon.0) 2824 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:05.112 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[75692]: audit 2024-03-21T13:07:04.509294+0000 mon.a (mon.0) 2825 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:05.112 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[75692]: audit 2024-03-21T13:07:04.510677+0000 mon.a (mon.0) 2826 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:05.112 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[75692]: audit 2024-03-21T13:07:04.522356+0000 mon.a (mon.0) 2827 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:05.112 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[75692]: audit 2024-03-21T13:07:04.641714+0000 mon.a (mon.0) 2828 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:05.113 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[77880]: cluster 2024-03-21T13:07:03.221765+0000 mgr.x (mgr.34104) 2068 : cluster [DBG] pgmap v1358: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:05.113 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[77880]: cluster 2024-03-21T13:07:03.222228+0000 mgr.x (mgr.34104) 2069 : cluster [DBG] pgmap v1359: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:05.113 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[77880]: cephadm 2024-03-21T13:07:03.231112+0000 mgr.x (mgr.34104) 2070 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:05.114 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[77880]: cluster 2024-03-21T13:07:03.323885+0000 mgr.x (mgr.34104) 2071 : cluster [DBG] pgmap v1360: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:05.114 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[77880]: cluster 2024-03-21T13:07:03.324716+0000 mgr.x (mgr.34104) 2072 : cluster [DBG] pgmap v1361: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:05.114 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[77880]: cephadm 2024-03-21T13:07:03.335596+0000 mgr.x (mgr.34104) 2073 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:05.114 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[77880]: cluster 2024-03-21T13:07:03.425761+0000 mgr.x (mgr.34104) 2074 : cluster [DBG] pgmap v1362: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:05.114 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[77880]: cluster 2024-03-21T13:07:03.426434+0000 mgr.x (mgr.34104) 2075 : cluster [DBG] pgmap v1363: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:05.114 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[77880]: cephadm 2024-03-21T13:07:03.432796+0000 mgr.x (mgr.34104) 2076 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:05.115 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[77880]: cluster 2024-03-21T13:07:03.520491+0000 mgr.x (mgr.34104) 2077 : cluster [DBG] pgmap v1364: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:05.115 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[77880]: cluster 2024-03-21T13:07:03.520839+0000 mgr.x (mgr.34104) 2078 : cluster [DBG] pgmap v1365: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:05.115 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[77880]: cephadm 2024-03-21T13:07:03.529907+0000 mgr.x (mgr.34104) 2079 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:05.115 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[77880]: cluster 2024-03-21T13:07:03.627940+0000 mgr.x (mgr.34104) 2080 : cluster [DBG] pgmap v1366: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:05.115 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[77880]: cluster 2024-03-21T13:07:03.628330+0000 mgr.x (mgr.34104) 2081 : cluster [DBG] pgmap v1367: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:05.115 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[77880]: cephadm 2024-03-21T13:07:03.635710+0000 mgr.x (mgr.34104) 2082 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:05.116 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[75692]: audit 2024-03-21T13:07:04.644794+0000 mon.a (mon.0) 2829 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:05.116 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[75692]: audit 2024-03-21T13:07:04.649169+0000 mon.a (mon.0) 2830 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:05.116 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[75692]: audit 2024-03-21T13:07:04.650563+0000 mon.a (mon.0) 2831 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:05.116 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[75692]: audit 2024-03-21T13:07:04.660551+0000 mon.a (mon.0) 2832 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:05.117 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[75692]: audit 2024-03-21T13:07:04.775476+0000 mon.a (mon.0) 2833 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:05.117 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[75692]: audit 2024-03-21T13:07:04.778473+0000 mon.a (mon.0) 2834 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:05.117 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[75692]: audit 2024-03-21T13:07:04.782994+0000 mon.a (mon.0) 2835 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:05.117 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[75692]: audit 2024-03-21T13:07:04.787588+0000 mon.a (mon.0) 2836 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:05.117 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[75692]: audit 2024-03-21T13:07:04.788282+0000 mon.a (mon.0) 2837 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:05.117 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[75692]: audit 2024-03-21T13:07:04.788863+0000 mon.a (mon.0) 2838 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:07:05.117 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[75692]: audit 2024-03-21T13:07:04.798522+0000 mon.a (mon.0) 2839 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:05.118 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[75692]: audit 2024-03-21T13:07:04.893565+0000 mon.a (mon.0) 2840 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:05.118 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[75692]: audit 2024-03-21T13:07:04.896975+0000 mon.a (mon.0) 2841 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:05.118 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[75692]: audit 2024-03-21T13:07:04.901139+0000 mon.a (mon.0) 2842 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:05.119 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[75692]: audit 2024-03-21T13:07:04.902398+0000 mon.a (mon.0) 2843 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:05.119 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[75692]: audit 2024-03-21T13:07:04.911933+0000 mon.a (mon.0) 2844 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:05.120 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[77880]: cluster 2024-03-21T13:07:03.724792+0000 mgr.x (mgr.34104) 2083 : cluster [DBG] pgmap v1368: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:05.120 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[77880]: cluster 2024-03-21T13:07:03.725260+0000 mgr.x (mgr.34104) 2084 : cluster [DBG] pgmap v1369: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:05.120 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[77880]: cephadm 2024-03-21T13:07:03.734298+0000 mgr.x (mgr.34104) 2085 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:05.120 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[77880]: cluster 2024-03-21T13:07:03.822477+0000 mgr.x (mgr.34104) 2086 : cluster [DBG] pgmap v1370: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:05.121 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[77880]: cluster 2024-03-21T13:07:03.823032+0000 mgr.x (mgr.34104) 2087 : cluster [DBG] pgmap v1371: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:05.121 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[77880]: cephadm 2024-03-21T13:07:03.831914+0000 mgr.x (mgr.34104) 2088 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:05.121 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[77880]: audit 2024-03-21T13:07:03.915237+0000 mon.a (mon.0) 2789 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:05.121 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[77880]: audit 2024-03-21T13:07:03.924192+0000 mon.a (mon.0) 2790 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:05.121 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[77880]: audit 2024-03-21T13:07:03.926897+0000 mon.a (mon.0) 2791 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:05.121 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[77880]: audit 2024-03-21T13:07:03.927792+0000 mon.a (mon.0) 2792 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:05.122 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[77880]: cluster 2024-03-21T13:07:03.930998+0000 mgr.x (mgr.34104) 2089 : cluster [DBG] pgmap v1372: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:05.122 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[77880]: cluster 2024-03-21T13:07:03.931354+0000 mgr.x (mgr.34104) 2090 : cluster [DBG] pgmap v1373: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:05.122 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[77880]: audit 2024-03-21T13:07:03.934589+0000 mon.a (mon.0) 2793 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:05.122 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[77880]: cephadm 2024-03-21T13:07:03.936664+0000 mgr.x (mgr.34104) 2091 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:05.122 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[77880]: audit 2024-03-21T13:07:04.012409+0000 mon.a (mon.0) 2794 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:05.122 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[77880]: audit 2024-03-21T13:07:04.015649+0000 mon.a (mon.0) 2795 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:05.123 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[77880]: audit 2024-03-21T13:07:04.019400+0000 mon.a (mon.0) 2796 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:05.123 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[77880]: audit 2024-03-21T13:07:04.020880+0000 mon.a (mon.0) 2797 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:05.123 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[77880]: cluster 2024-03-21T13:07:04.025045+0000 mgr.x (mgr.34104) 2092 : cluster [DBG] pgmap v1374: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:05.123 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[77880]: cluster 2024-03-21T13:07:04.025817+0000 mgr.x (mgr.34104) 2093 : cluster [DBG] pgmap v1375: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:05.123 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[77880]: cluster 2024-03-21T13:07:04.026464+0000 mon.a (mon.0) 2798 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-21T13:07:05.123 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[77880]: audit 2024-03-21T13:07:04.031200+0000 mon.a (mon.0) 2799 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:05.123 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[77880]: cephadm 2024-03-21T13:07:04.033328+0000 mgr.x (mgr.34104) 2094 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:05.124 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[77880]: cluster 2024-03-21T13:07:04.037784+0000 mon.a (mon.0) 2800 : cluster [INF] osd.2 [v2:172.21.15.178:6816/3938668363,v1:172.21.15.178:6817/3938668363] boot 2024-03-21T13:07:05.124 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[77880]: cluster 2024-03-21T13:07:04.037855+0000 mon.a (mon.0) 2801 : cluster [DBG] osdmap e142: 8 total, 8 up, 8 in 2024-03-21T13:07:05.124 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[77880]: audit 2024-03-21T13:07:04.038109+0000 mon.a (mon.0) 2802 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T13:07:05.124 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[77880]: audit 2024-03-21T13:07:04.095523+0000 mon.a (mon.0) 2803 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:05.124 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[77880]: audit 2024-03-21T13:07:04.098097+0000 mon.a (mon.0) 2804 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:05.124 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[77880]: audit 2024-03-21T13:07:04.101072+0000 mon.a (mon.0) 2805 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:05.124 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[77880]: audit 2024-03-21T13:07:04.102283+0000 mon.a (mon.0) 2806 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:05.125 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[77880]: cluster 2024-03-21T13:07:04.106050+0000 mgr.x (mgr.34104) 2095 : cluster [DBG] pgmap v1377: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:05.125 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[77880]: cluster 2024-03-21T13:07:04.106764+0000 mgr.x (mgr.34104) 2096 : cluster [DBG] pgmap v1378: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:05.125 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[77880]: audit 2024-03-21T13:07:04.112095+0000 mon.a (mon.0) 2807 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:05.125 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[77880]: cephadm 2024-03-21T13:07:04.114166+0000 mgr.x (mgr.34104) 2097 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:05.125 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[77880]: audit 2024-03-21T13:07:04.194474+0000 mon.a (mon.0) 2808 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:05.125 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[77880]: audit 2024-03-21T13:07:04.197913+0000 mon.a (mon.0) 2809 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:05.125 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[77880]: audit 2024-03-21T13:07:04.202490+0000 mon.a (mon.0) 2810 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:05.126 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[77880]: audit 2024-03-21T13:07:04.203865+0000 mon.a (mon.0) 2811 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:05.126 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[77880]: audit 2024-03-21T13:07:04.215499+0000 mon.a (mon.0) 2812 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:05.126 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[77880]: audit 2024-03-21T13:07:04.299398+0000 mon.a (mon.0) 2813 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:05.126 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[77880]: audit 2024-03-21T13:07:04.302590+0000 mon.a (mon.0) 2814 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:05.126 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[77880]: audit 2024-03-21T13:07:04.306596+0000 mon.a (mon.0) 2815 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:05.126 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[77880]: audit 2024-03-21T13:07:04.307945+0000 mon.a (mon.0) 2816 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:05.127 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[77880]: audit 2024-03-21T13:07:04.318988+0000 mon.a (mon.0) 2817 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:05.127 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[77880]: audit 2024-03-21T13:07:04.402561+0000 mon.a (mon.0) 2818 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:05.127 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[77880]: audit 2024-03-21T13:07:04.405612+0000 mon.a (mon.0) 2819 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:05.127 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[77880]: audit 2024-03-21T13:07:04.408595+0000 mon.a (mon.0) 2820 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:05.127 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[77880]: audit 2024-03-21T13:07:04.410025+0000 mon.a (mon.0) 2821 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:05.127 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[77880]: audit 2024-03-21T13:07:04.421792+0000 mon.a (mon.0) 2822 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:05.128 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[77880]: audit 2024-03-21T13:07:04.502497+0000 mon.a (mon.0) 2823 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:05.128 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[77880]: audit 2024-03-21T13:07:04.505891+0000 mon.a (mon.0) 2824 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:05.128 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[77880]: audit 2024-03-21T13:07:04.509294+0000 mon.a (mon.0) 2825 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:05.128 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[77880]: audit 2024-03-21T13:07:04.510677+0000 mon.a (mon.0) 2826 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:05.128 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[77880]: audit 2024-03-21T13:07:04.522356+0000 mon.a (mon.0) 2827 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:05.128 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[77880]: audit 2024-03-21T13:07:04.641714+0000 mon.a (mon.0) 2828 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:05.128 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[77880]: audit 2024-03-21T13:07:04.644794+0000 mon.a (mon.0) 2829 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:05.129 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[77880]: audit 2024-03-21T13:07:04.649169+0000 mon.a (mon.0) 2830 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:05.129 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[77880]: audit 2024-03-21T13:07:04.650563+0000 mon.a (mon.0) 2831 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:05.129 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[77880]: audit 2024-03-21T13:07:04.660551+0000 mon.a (mon.0) 2832 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:05.129 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[77880]: audit 2024-03-21T13:07:04.775476+0000 mon.a (mon.0) 2833 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:05.129 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[77880]: audit 2024-03-21T13:07:04.778473+0000 mon.a (mon.0) 2834 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:05.129 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[77880]: audit 2024-03-21T13:07:04.782994+0000 mon.a (mon.0) 2835 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:05.129 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[77880]: audit 2024-03-21T13:07:04.787588+0000 mon.a (mon.0) 2836 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:05.130 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[77880]: audit 2024-03-21T13:07:04.788282+0000 mon.a (mon.0) 2837 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:05.130 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[77880]: audit 2024-03-21T13:07:04.788863+0000 mon.a (mon.0) 2838 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:07:05.130 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[77880]: audit 2024-03-21T13:07:04.798522+0000 mon.a (mon.0) 2839 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:05.130 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[77880]: audit 2024-03-21T13:07:04.893565+0000 mon.a (mon.0) 2840 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:05.130 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[77880]: audit 2024-03-21T13:07:04.896975+0000 mon.a (mon.0) 2841 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:05.130 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[77880]: audit 2024-03-21T13:07:04.901139+0000 mon.a (mon.0) 2842 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:05.131 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[77880]: audit 2024-03-21T13:07:04.902398+0000 mon.a (mon.0) 2843 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:05.131 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:04 smithi178 bash[77880]: audit 2024-03-21T13:07:04.911933+0000 mon.a (mon.0) 2844 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:05.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:04 smithi184 bash[59794]: cluster 2024-03-21T13:07:03.221765+0000 mgr.x (mgr.34104) 2068 : cluster [DBG] pgmap v1358: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:05.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:04 smithi184 bash[59794]: cluster 2024-03-21T13:07:03.222228+0000 mgr.x (mgr.34104) 2069 : cluster [DBG] pgmap v1359: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:05.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:04 smithi184 bash[59794]: cephadm 2024-03-21T13:07:03.231112+0000 mgr.x (mgr.34104) 2070 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:05.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:04 smithi184 bash[59794]: cluster 2024-03-21T13:07:03.323885+0000 mgr.x (mgr.34104) 2071 : cluster [DBG] pgmap v1360: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:05.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:04 smithi184 bash[59794]: cluster 2024-03-21T13:07:03.324716+0000 mgr.x (mgr.34104) 2072 : cluster [DBG] pgmap v1361: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:05.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:04 smithi184 bash[59794]: cephadm 2024-03-21T13:07:03.335596+0000 mgr.x (mgr.34104) 2073 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:05.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:04 smithi184 bash[59794]: cluster 2024-03-21T13:07:03.425761+0000 mgr.x (mgr.34104) 2074 : cluster [DBG] pgmap v1362: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:05.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:04 smithi184 bash[59794]: cluster 2024-03-21T13:07:03.426434+0000 mgr.x (mgr.34104) 2075 : cluster [DBG] pgmap v1363: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:05.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:04 smithi184 bash[59794]: cephadm 2024-03-21T13:07:03.432796+0000 mgr.x (mgr.34104) 2076 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:05.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:04 smithi184 bash[59794]: cluster 2024-03-21T13:07:03.520491+0000 mgr.x (mgr.34104) 2077 : cluster [DBG] pgmap v1364: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:05.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:04 smithi184 bash[59794]: cluster 2024-03-21T13:07:03.520839+0000 mgr.x (mgr.34104) 2078 : cluster [DBG] pgmap v1365: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:05.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:04 smithi184 bash[59794]: cephadm 2024-03-21T13:07:03.529907+0000 mgr.x (mgr.34104) 2079 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:05.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:04 smithi184 bash[59794]: cluster 2024-03-21T13:07:03.627940+0000 mgr.x (mgr.34104) 2080 : cluster [DBG] pgmap v1366: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:05.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:04 smithi184 bash[59794]: cluster 2024-03-21T13:07:03.628330+0000 mgr.x (mgr.34104) 2081 : cluster [DBG] pgmap v1367: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:05.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:04 smithi184 bash[59794]: cephadm 2024-03-21T13:07:03.635710+0000 mgr.x (mgr.34104) 2082 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:05.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:04 smithi184 bash[59794]: cluster 2024-03-21T13:07:03.724792+0000 mgr.x (mgr.34104) 2083 : cluster [DBG] pgmap v1368: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:05.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:04 smithi184 bash[59794]: cluster 2024-03-21T13:07:03.725260+0000 mgr.x (mgr.34104) 2084 : cluster [DBG] pgmap v1369: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:05.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:04 smithi184 bash[59794]: cephadm 2024-03-21T13:07:03.734298+0000 mgr.x (mgr.34104) 2085 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:05.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:04 smithi184 bash[59794]: cluster 2024-03-21T13:07:03.822477+0000 mgr.x (mgr.34104) 2086 : cluster [DBG] pgmap v1370: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:05.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:04 smithi184 bash[59794]: cluster 2024-03-21T13:07:03.823032+0000 mgr.x (mgr.34104) 2087 : cluster [DBG] pgmap v1371: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:05.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:04 smithi184 bash[59794]: cephadm 2024-03-21T13:07:03.831914+0000 mgr.x (mgr.34104) 2088 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:05.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:04 smithi184 bash[59794]: audit 2024-03-21T13:07:03.915237+0000 mon.a (mon.0) 2789 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:05.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:04 smithi184 bash[59794]: audit 2024-03-21T13:07:03.924192+0000 mon.a (mon.0) 2790 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:05.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:04 smithi184 bash[59794]: audit 2024-03-21T13:07:03.926897+0000 mon.a (mon.0) 2791 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:05.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:04 smithi184 bash[59794]: audit 2024-03-21T13:07:03.927792+0000 mon.a (mon.0) 2792 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:05.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:04 smithi184 bash[59794]: cluster 2024-03-21T13:07:03.930998+0000 mgr.x (mgr.34104) 2089 : cluster [DBG] pgmap v1372: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:05.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:04 smithi184 bash[59794]: cluster 2024-03-21T13:07:03.931354+0000 mgr.x (mgr.34104) 2090 : cluster [DBG] pgmap v1373: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:05.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:04 smithi184 bash[59794]: audit 2024-03-21T13:07:03.934589+0000 mon.a (mon.0) 2793 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:05.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:04 smithi184 bash[59794]: cephadm 2024-03-21T13:07:03.936664+0000 mgr.x (mgr.34104) 2091 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:05.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:04 smithi184 bash[59794]: audit 2024-03-21T13:07:04.012409+0000 mon.a (mon.0) 2794 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:05.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:04 smithi184 bash[59794]: audit 2024-03-21T13:07:04.015649+0000 mon.a (mon.0) 2795 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:05.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:04 smithi184 bash[59794]: audit 2024-03-21T13:07:04.019400+0000 mon.a (mon.0) 2796 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:05.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:04 smithi184 bash[59794]: audit 2024-03-21T13:07:04.020880+0000 mon.a (mon.0) 2797 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:05.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:04 smithi184 bash[59794]: cluster 2024-03-21T13:07:04.025045+0000 mgr.x (mgr.34104) 2092 : cluster [DBG] pgmap v1374: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:05.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:04 smithi184 bash[59794]: cluster 2024-03-21T13:07:04.025817+0000 mgr.x (mgr.34104) 2093 : cluster [DBG] pgmap v1375: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:05.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:04 smithi184 bash[59794]: cluster 2024-03-21T13:07:04.026464+0000 mon.a (mon.0) 2798 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-21T13:07:05.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:04 smithi184 bash[59794]: audit 2024-03-21T13:07:04.031200+0000 mon.a (mon.0) 2799 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:05.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:04 smithi184 bash[59794]: cephadm 2024-03-21T13:07:04.033328+0000 mgr.x (mgr.34104) 2094 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:05.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:04 smithi184 bash[59794]: cluster 2024-03-21T13:07:04.037784+0000 mon.a (mon.0) 2800 : cluster [INF] osd.2 [v2:172.21.15.178:6816/3938668363,v1:172.21.15.178:6817/3938668363] boot 2024-03-21T13:07:05.331 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:04 smithi184 bash[59794]: cluster 2024-03-21T13:07:04.037855+0000 mon.a (mon.0) 2801 : cluster [DBG] osdmap e142: 8 total, 8 up, 8 in 2024-03-21T13:07:05.331 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:04 smithi184 bash[59794]: audit 2024-03-21T13:07:04.038109+0000 mon.a (mon.0) 2802 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T13:07:05.331 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:04 smithi184 bash[59794]: audit 2024-03-21T13:07:04.095523+0000 mon.a (mon.0) 2803 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:05.331 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:04 smithi184 bash[59794]: audit 2024-03-21T13:07:04.098097+0000 mon.a (mon.0) 2804 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:05.331 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:04 smithi184 bash[59794]: audit 2024-03-21T13:07:04.101072+0000 mon.a (mon.0) 2805 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:05.331 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:04 smithi184 bash[59794]: audit 2024-03-21T13:07:04.102283+0000 mon.a (mon.0) 2806 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:05.332 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:04 smithi184 bash[59794]: cluster 2024-03-21T13:07:04.106050+0000 mgr.x (mgr.34104) 2095 : cluster [DBG] pgmap v1377: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:05.332 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:04 smithi184 bash[59794]: cluster 2024-03-21T13:07:04.106764+0000 mgr.x (mgr.34104) 2096 : cluster [DBG] pgmap v1378: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:05.332 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:04 smithi184 bash[59794]: audit 2024-03-21T13:07:04.112095+0000 mon.a (mon.0) 2807 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:05.332 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:04 smithi184 bash[59794]: cephadm 2024-03-21T13:07:04.114166+0000 mgr.x (mgr.34104) 2097 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:05.332 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:04 smithi184 bash[59794]: audit 2024-03-21T13:07:04.194474+0000 mon.a (mon.0) 2808 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:05.332 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:04 smithi184 bash[59794]: audit 2024-03-21T13:07:04.197913+0000 mon.a (mon.0) 2809 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:05.333 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:04 smithi184 bash[59794]: audit 2024-03-21T13:07:04.202490+0000 mon.a (mon.0) 2810 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:05.333 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:04 smithi184 bash[59794]: audit 2024-03-21T13:07:04.203865+0000 mon.a (mon.0) 2811 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:05.333 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:04 smithi184 bash[59794]: audit 2024-03-21T13:07:04.215499+0000 mon.a (mon.0) 2812 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:05.333 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:04 smithi184 bash[59794]: audit 2024-03-21T13:07:04.299398+0000 mon.a (mon.0) 2813 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:05.333 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:04 smithi184 bash[59794]: audit 2024-03-21T13:07:04.302590+0000 mon.a (mon.0) 2814 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:05.333 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:04 smithi184 bash[59794]: audit 2024-03-21T13:07:04.306596+0000 mon.a (mon.0) 2815 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:05.333 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:04 smithi184 bash[59794]: audit 2024-03-21T13:07:04.307945+0000 mon.a (mon.0) 2816 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:05.333 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:04 smithi184 bash[59794]: audit 2024-03-21T13:07:04.318988+0000 mon.a (mon.0) 2817 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:05.333 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:04 smithi184 bash[59794]: audit 2024-03-21T13:07:04.402561+0000 mon.a (mon.0) 2818 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:05.333 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:04 smithi184 bash[59794]: audit 2024-03-21T13:07:04.405612+0000 mon.a (mon.0) 2819 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:05.333 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:04 smithi184 bash[59794]: audit 2024-03-21T13:07:04.408595+0000 mon.a (mon.0) 2820 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:05.333 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:04 smithi184 bash[59794]: audit 2024-03-21T13:07:04.410025+0000 mon.a (mon.0) 2821 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:05.333 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:04 smithi184 bash[59794]: audit 2024-03-21T13:07:04.421792+0000 mon.a (mon.0) 2822 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:05.333 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:04 smithi184 bash[59794]: audit 2024-03-21T13:07:04.502497+0000 mon.a (mon.0) 2823 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:05.334 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:04 smithi184 bash[59794]: audit 2024-03-21T13:07:04.505891+0000 mon.a (mon.0) 2824 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:05.334 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:04 smithi184 bash[59794]: audit 2024-03-21T13:07:04.509294+0000 mon.a (mon.0) 2825 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:05.334 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:04 smithi184 bash[59794]: audit 2024-03-21T13:07:04.510677+0000 mon.a (mon.0) 2826 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:05.334 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:04 smithi184 bash[59794]: audit 2024-03-21T13:07:04.522356+0000 mon.a (mon.0) 2827 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:05.334 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:04 smithi184 bash[59794]: audit 2024-03-21T13:07:04.641714+0000 mon.a (mon.0) 2828 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:05.334 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:04 smithi184 bash[59794]: audit 2024-03-21T13:07:04.644794+0000 mon.a (mon.0) 2829 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:05.334 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:04 smithi184 bash[59794]: audit 2024-03-21T13:07:04.649169+0000 mon.a (mon.0) 2830 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:05.334 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:04 smithi184 bash[59794]: audit 2024-03-21T13:07:04.650563+0000 mon.a (mon.0) 2831 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:05.334 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:04 smithi184 bash[59794]: audit 2024-03-21T13:07:04.660551+0000 mon.a (mon.0) 2832 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:05.334 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:04 smithi184 bash[59794]: audit 2024-03-21T13:07:04.775476+0000 mon.a (mon.0) 2833 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:05.334 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:04 smithi184 bash[59794]: audit 2024-03-21T13:07:04.778473+0000 mon.a (mon.0) 2834 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:05.334 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:04 smithi184 bash[59794]: audit 2024-03-21T13:07:04.782994+0000 mon.a (mon.0) 2835 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:05.334 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:04 smithi184 bash[59794]: audit 2024-03-21T13:07:04.787588+0000 mon.a (mon.0) 2836 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:05.335 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:04 smithi184 bash[59794]: audit 2024-03-21T13:07:04.788282+0000 mon.a (mon.0) 2837 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:05.335 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:04 smithi184 bash[59794]: audit 2024-03-21T13:07:04.788863+0000 mon.a (mon.0) 2838 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:07:05.335 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:04 smithi184 bash[59794]: audit 2024-03-21T13:07:04.798522+0000 mon.a (mon.0) 2839 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:05.335 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:04 smithi184 bash[59794]: audit 2024-03-21T13:07:04.893565+0000 mon.a (mon.0) 2840 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:05.335 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:04 smithi184 bash[59794]: audit 2024-03-21T13:07:04.896975+0000 mon.a (mon.0) 2841 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:05.335 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:04 smithi184 bash[59794]: audit 2024-03-21T13:07:04.901139+0000 mon.a (mon.0) 2842 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:05.335 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:04 smithi184 bash[59794]: audit 2024-03-21T13:07:04.902398+0000 mon.a (mon.0) 2843 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:05.335 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:04 smithi184 bash[59794]: audit 2024-03-21T13:07:04.911933+0000 mon.a (mon.0) 2844 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:05.823 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:07:05 smithi184 bash[52419]: debug 2024-03-21T13:07:05.524+0000 7f8424111700 -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) 2024-03-21T13:07:05.823 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:07:05 smithi184 bash[52419]: ::ffff:172.21.15.184 - - [21/Mar/2024:13:07:05] "GET /metrics HTTP/1.1" 200 38444 "" "Prometheus/2.33.4" 2024-03-21T13:07:05.942 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:05 smithi184 bash[59794]: cluster 2024-03-21T13:07:04.207964+0000 mgr.x (mgr.34104) 2098 : cluster [DBG] pgmap v1379: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:05.942 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:05 smithi184 bash[59794]: cluster 2024-03-21T13:07:04.208630+0000 mgr.x (mgr.34104) 2099 : cluster [DBG] pgmap v1380: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:05.943 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:05 smithi184 bash[59794]: cephadm 2024-03-21T13:07:04.217729+0000 mgr.x (mgr.34104) 2100 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:05.943 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:05 smithi184 bash[59794]: cluster 2024-03-21T13:07:04.311933+0000 mgr.x (mgr.34104) 2101 : cluster [DBG] pgmap v1381: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:05.943 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:05 smithi184 bash[59794]: cluster 2024-03-21T13:07:04.312624+0000 mgr.x (mgr.34104) 2102 : cluster [DBG] pgmap v1382: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:05.943 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:05 smithi184 bash[59794]: cephadm 2024-03-21T13:07:04.321312+0000 mgr.x (mgr.34104) 2103 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:05.943 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:05 smithi184 bash[59794]: cluster 2024-03-21T13:07:04.414253+0000 mgr.x (mgr.34104) 2104 : cluster [DBG] pgmap v1383: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:05.943 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:05 smithi184 bash[59794]: cluster 2024-03-21T13:07:04.415246+0000 mgr.x (mgr.34104) 2105 : cluster [DBG] pgmap v1384: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:05.943 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:05 smithi184 bash[59794]: cephadm 2024-03-21T13:07:04.424194+0000 mgr.x (mgr.34104) 2106 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:05.943 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:05 smithi184 bash[59794]: cluster 2024-03-21T13:07:04.514916+0000 mgr.x (mgr.34104) 2107 : cluster [DBG] pgmap v1385: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:05.943 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:05 smithi184 bash[59794]: cluster 2024-03-21T13:07:04.515893+0000 mgr.x (mgr.34104) 2108 : cluster [DBG] pgmap v1386: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:05.943 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:05 smithi184 bash[59794]: cephadm 2024-03-21T13:07:04.527694+0000 mgr.x (mgr.34104) 2109 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:05.943 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:05 smithi184 bash[59794]: cluster 2024-03-21T13:07:04.654523+0000 mgr.x (mgr.34104) 2110 : cluster [DBG] pgmap v1387: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:05.943 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:05 smithi184 bash[59794]: cluster 2024-03-21T13:07:04.655215+0000 mgr.x (mgr.34104) 2111 : cluster [DBG] pgmap v1388: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:05.943 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:05 smithi184 bash[59794]: cephadm 2024-03-21T13:07:04.663183+0000 mgr.x (mgr.34104) 2112 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:05.944 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:05 smithi184 bash[59794]: cluster 2024-03-21T13:07:04.793434+0000 mgr.x (mgr.34104) 2113 : cluster [DBG] pgmap v1389: 161 pgs: 7 peering, 12 active+undersized+degraded, 31 active+undersized, 111 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 37/630 objects degraded (5.873%) 2024-03-21T13:07:05.944 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:05 smithi184 bash[59794]: cluster 2024-03-21T13:07:04.794298+0000 mgr.x (mgr.34104) 2114 : cluster [DBG] pgmap v1390: 161 pgs: 7 peering, 12 active+undersized+degraded, 31 active+undersized, 111 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 37/630 objects degraded (5.873%) 2024-03-21T13:07:05.944 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:05 smithi184 bash[59794]: cephadm 2024-03-21T13:07:04.803286+0000 mgr.x (mgr.34104) 2115 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:05.944 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:05 smithi184 bash[59794]: cluster 2024-03-21T13:07:04.906210+0000 mgr.x (mgr.34104) 2116 : cluster [DBG] pgmap v1391: 161 pgs: 7 peering, 12 active+undersized+degraded, 31 active+undersized, 111 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 37/630 objects degraded (5.873%) 2024-03-21T13:07:05.944 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:05 smithi184 bash[59794]: cluster 2024-03-21T13:07:04.906857+0000 mgr.x (mgr.34104) 2117 : cluster [DBG] pgmap v1392: 161 pgs: 7 peering, 12 active+undersized+degraded, 31 active+undersized, 111 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 37/630 objects degraded (5.873%) 2024-03-21T13:07:05.944 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:05 smithi184 bash[59794]: cephadm 2024-03-21T13:07:04.914292+0000 mgr.x (mgr.34104) 2118 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:05.944 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:05 smithi184 bash[59794]: cluster 2024-03-21T13:07:04.917048+0000 mon.a (mon.0) 2845 : cluster [WRN] Health check update: Degraded data redundancy: 37/630 objects degraded (5.873%), 12 pgs degraded (PG_DEGRADED) 2024-03-21T13:07:05.944 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:05 smithi184 bash[59794]: audit 2024-03-21T13:07:04.997520+0000 mon.a (mon.0) 2846 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:05.944 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:05 smithi184 bash[59794]: audit 2024-03-21T13:07:05.000679+0000 mon.a (mon.0) 2847 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:05.944 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:05 smithi184 bash[59794]: audit 2024-03-21T13:07:05.003974+0000 mon.a (mon.0) 2848 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:05.945 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:05 smithi184 bash[59794]: audit 2024-03-21T13:07:05.005106+0000 mon.a (mon.0) 2849 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:05.945 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:05 smithi184 bash[59794]: cluster 2024-03-21T13:07:05.008858+0000 mgr.x (mgr.34104) 2119 : cluster [DBG] pgmap v1393: 161 pgs: 7 peering, 12 active+undersized+degraded, 31 active+undersized, 111 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 37/630 objects degraded (5.873%) 2024-03-21T13:07:05.945 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:05 smithi184 bash[59794]: audit 2024-03-21T13:07:05.014207+0000 mon.a (mon.0) 2850 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:05.945 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:05 smithi184 bash[59794]: cephadm 2024-03-21T13:07:05.016372+0000 mgr.x (mgr.34104) 2120 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:05.945 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:05 smithi184 bash[59794]: cluster 2024-03-21T13:07:05.041190+0000 mon.a (mon.0) 2851 : cluster [DBG] osdmap e143: 8 total, 8 up, 8 in 2024-03-21T13:07:05.945 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:05 smithi184 bash[59794]: audit 2024-03-21T13:07:05.091039+0000 mon.a (mon.0) 2852 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:05.945 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:05 smithi184 bash[59794]: audit 2024-03-21T13:07:05.093684+0000 mon.a (mon.0) 2853 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:05.945 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:05 smithi184 bash[59794]: audit 2024-03-21T13:07:05.096282+0000 mon.a (mon.0) 2854 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:05.945 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:05 smithi184 bash[59794]: audit 2024-03-21T13:07:05.097273+0000 mon.a (mon.0) 2855 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:05.945 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:05 smithi184 bash[59794]: cluster 2024-03-21T13:07:05.100512+0000 mgr.x (mgr.34104) 2121 : cluster [DBG] pgmap v1395: 161 pgs: 7 peering, 12 active+undersized+degraded, 31 active+undersized, 111 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 37/630 objects degraded (5.873%) 2024-03-21T13:07:05.945 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:05 smithi184 bash[59794]: cluster 2024-03-21T13:07:05.100831+0000 mgr.x (mgr.34104) 2122 : cluster [DBG] pgmap v1396: 161 pgs: 7 peering, 12 active+undersized+degraded, 31 active+undersized, 111 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 37/630 objects degraded (5.873%) 2024-03-21T13:07:05.945 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:05 smithi184 bash[59794]: audit 2024-03-21T13:07:05.104900+0000 mon.a (mon.0) 2856 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:05.945 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:05 smithi184 bash[59794]: cephadm 2024-03-21T13:07:05.106911+0000 mgr.x (mgr.34104) 2123 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:05.945 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:05 smithi184 bash[59794]: audit 2024-03-21T13:07:05.219466+0000 mon.a (mon.0) 2857 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:05.945 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:05 smithi184 bash[59794]: audit 2024-03-21T13:07:05.221949+0000 mon.a (mon.0) 2858 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:05.946 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:05 smithi184 bash[59794]: audit 2024-03-21T13:07:05.225415+0000 mon.a (mon.0) 2859 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:05.946 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:05 smithi184 bash[59794]: audit 2024-03-21T13:07:05.226881+0000 mon.a (mon.0) 2860 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:05.946 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:05 smithi184 bash[59794]: audit 2024-03-21T13:07:05.237706+0000 mon.a (mon.0) 2861 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:05.946 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:05 smithi184 bash[59794]: audit 2024-03-21T13:07:05.318634+0000 mon.a (mon.0) 2862 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:05.946 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:05 smithi184 bash[59794]: audit 2024-03-21T13:07:05.321815+0000 mon.a (mon.0) 2863 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:05.946 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:05 smithi184 bash[59794]: audit 2024-03-21T13:07:05.324822+0000 mon.a (mon.0) 2864 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:05.946 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:05 smithi184 bash[59794]: audit 2024-03-21T13:07:05.325765+0000 mon.a (mon.0) 2865 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:05.946 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:05 smithi184 bash[59794]: audit 2024-03-21T13:07:05.334613+0000 mon.a (mon.0) 2866 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:05.946 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:05 smithi184 bash[59794]: audit 2024-03-21T13:07:05.416115+0000 mon.a (mon.0) 2867 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:05.946 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:05 smithi184 bash[59794]: audit 2024-03-21T13:07:05.418656+0000 mon.a (mon.0) 2868 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:05.946 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:05 smithi184 bash[59794]: audit 2024-03-21T13:07:05.421629+0000 mon.a (mon.0) 2869 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:05.946 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:05 smithi184 bash[59794]: audit 2024-03-21T13:07:05.422864+0000 mon.a (mon.0) 2870 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:05.946 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:05 smithi184 bash[59794]: audit 2024-03-21T13:07:05.431559+0000 mon.a (mon.0) 2871 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:05.947 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:05 smithi184 bash[59794]: audit 2024-03-21T13:07:05.453475+0000 mon.a (mon.0) 2872 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:05.947 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:05 smithi184 bash[59794]: audit 2024-03-21T13:07:05.462384+0000 mon.a (mon.0) 2873 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:05.947 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:05 smithi184 bash[59794]: audit 2024-03-21T13:07:05.472322+0000 mon.a (mon.0) 2874 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:05.947 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:05 smithi184 bash[59794]: audit 2024-03-21T13:07:05.516868+0000 mon.a (mon.0) 2875 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:05.947 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:05 smithi184 bash[59794]: audit 2024-03-21T13:07:05.520275+0000 mon.a (mon.0) 2876 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:05.947 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:05 smithi184 bash[59794]: audit 2024-03-21T13:07:05.522957+0000 mon.a (mon.0) 2877 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:05.947 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:05 smithi184 bash[59794]: audit 2024-03-21T13:07:05.524937+0000 mon.a (mon.0) 2878 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:06.149 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:05 smithi184 bash[59794]: audit 2024-03-21T13:07:05.527137+0000 mon.a (mon.0) 2879 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-03-21T13:07:06.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:05 smithi178 bash[75692]: cluster 2024-03-21T13:07:04.207964+0000 mgr.x (mgr.34104) 2098 : cluster [DBG] pgmap v1379: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:06.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:05 smithi178 bash[75692]: cluster 2024-03-21T13:07:04.208630+0000 mgr.x (mgr.34104) 2099 : cluster [DBG] pgmap v1380: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:06.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:05 smithi178 bash[75692]: cephadm 2024-03-21T13:07:04.217729+0000 mgr.x (mgr.34104) 2100 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:06.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:05 smithi178 bash[75692]: cluster 2024-03-21T13:07:04.311933+0000 mgr.x (mgr.34104) 2101 : cluster [DBG] pgmap v1381: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:06.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:05 smithi178 bash[75692]: cluster 2024-03-21T13:07:04.312624+0000 mgr.x (mgr.34104) 2102 : cluster [DBG] pgmap v1382: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:06.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:05 smithi178 bash[75692]: cephadm 2024-03-21T13:07:04.321312+0000 mgr.x (mgr.34104) 2103 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:06.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:05 smithi178 bash[75692]: cluster 2024-03-21T13:07:04.414253+0000 mgr.x (mgr.34104) 2104 : cluster [DBG] pgmap v1383: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:06.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:05 smithi178 bash[75692]: cluster 2024-03-21T13:07:04.415246+0000 mgr.x (mgr.34104) 2105 : cluster [DBG] pgmap v1384: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:06.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:05 smithi178 bash[75692]: cephadm 2024-03-21T13:07:04.424194+0000 mgr.x (mgr.34104) 2106 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:06.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:05 smithi178 bash[75692]: cluster 2024-03-21T13:07:04.514916+0000 mgr.x (mgr.34104) 2107 : cluster [DBG] pgmap v1385: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:06.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:05 smithi178 bash[75692]: cluster 2024-03-21T13:07:04.515893+0000 mgr.x (mgr.34104) 2108 : cluster [DBG] pgmap v1386: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:06.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:05 smithi178 bash[75692]: cephadm 2024-03-21T13:07:04.527694+0000 mgr.x (mgr.34104) 2109 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:06.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:05 smithi178 bash[75692]: cluster 2024-03-21T13:07:04.654523+0000 mgr.x (mgr.34104) 2110 : cluster [DBG] pgmap v1387: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:06.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:05 smithi178 bash[75692]: cluster 2024-03-21T13:07:04.655215+0000 mgr.x (mgr.34104) 2111 : cluster [DBG] pgmap v1388: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:06.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:05 smithi178 bash[75692]: cephadm 2024-03-21T13:07:04.663183+0000 mgr.x (mgr.34104) 2112 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:06.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:05 smithi178 bash[77880]: cluster 2024-03-21T13:07:04.207964+0000 mgr.x (mgr.34104) 2098 : cluster [DBG] pgmap v1379: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:06.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:05 smithi178 bash[77880]: cluster 2024-03-21T13:07:04.208630+0000 mgr.x (mgr.34104) 2099 : cluster [DBG] pgmap v1380: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:06.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:05 smithi178 bash[77880]: cephadm 2024-03-21T13:07:04.217729+0000 mgr.x (mgr.34104) 2100 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:06.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:05 smithi178 bash[77880]: cluster 2024-03-21T13:07:04.311933+0000 mgr.x (mgr.34104) 2101 : cluster [DBG] pgmap v1381: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:06.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:05 smithi178 bash[77880]: cluster 2024-03-21T13:07:04.312624+0000 mgr.x (mgr.34104) 2102 : cluster [DBG] pgmap v1382: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:06.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:05 smithi178 bash[77880]: cephadm 2024-03-21T13:07:04.321312+0000 mgr.x (mgr.34104) 2103 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:06.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:05 smithi178 bash[77880]: cluster 2024-03-21T13:07:04.414253+0000 mgr.x (mgr.34104) 2104 : cluster [DBG] pgmap v1383: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:06.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:05 smithi178 bash[77880]: cluster 2024-03-21T13:07:04.415246+0000 mgr.x (mgr.34104) 2105 : cluster [DBG] pgmap v1384: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:06.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:05 smithi178 bash[77880]: cephadm 2024-03-21T13:07:04.424194+0000 mgr.x (mgr.34104) 2106 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:06.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:05 smithi178 bash[77880]: cluster 2024-03-21T13:07:04.514916+0000 mgr.x (mgr.34104) 2107 : cluster [DBG] pgmap v1385: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:06.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:05 smithi178 bash[77880]: cluster 2024-03-21T13:07:04.515893+0000 mgr.x (mgr.34104) 2108 : cluster [DBG] pgmap v1386: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:06.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:05 smithi178 bash[77880]: cephadm 2024-03-21T13:07:04.527694+0000 mgr.x (mgr.34104) 2109 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:06.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:05 smithi178 bash[77880]: cluster 2024-03-21T13:07:04.654523+0000 mgr.x (mgr.34104) 2110 : cluster [DBG] pgmap v1387: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:06.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:05 smithi178 bash[77880]: cluster 2024-03-21T13:07:04.655215+0000 mgr.x (mgr.34104) 2111 : cluster [DBG] pgmap v1388: 161 pgs: 16 active+undersized+degraded, 34 active+undersized, 111 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 59/630 objects degraded (9.365%) 2024-03-21T13:07:06.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:05 smithi178 bash[77880]: cephadm 2024-03-21T13:07:04.663183+0000 mgr.x (mgr.34104) 2112 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:06.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:05 smithi178 bash[77880]: cluster 2024-03-21T13:07:04.793434+0000 mgr.x (mgr.34104) 2113 : cluster [DBG] pgmap v1389: 161 pgs: 7 peering, 12 active+undersized+degraded, 31 active+undersized, 111 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 37/630 objects degraded (5.873%) 2024-03-21T13:07:06.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:05 smithi178 bash[77880]: cluster 2024-03-21T13:07:04.794298+0000 mgr.x (mgr.34104) 2114 : cluster [DBG] pgmap v1390: 161 pgs: 7 peering, 12 active+undersized+degraded, 31 active+undersized, 111 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 37/630 objects degraded (5.873%) 2024-03-21T13:07:06.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:05 smithi178 bash[77880]: cephadm 2024-03-21T13:07:04.803286+0000 mgr.x (mgr.34104) 2115 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:06.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:05 smithi178 bash[77880]: cluster 2024-03-21T13:07:04.906210+0000 mgr.x (mgr.34104) 2116 : cluster [DBG] pgmap v1391: 161 pgs: 7 peering, 12 active+undersized+degraded, 31 active+undersized, 111 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 37/630 objects degraded (5.873%) 2024-03-21T13:07:06.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:05 smithi178 bash[77880]: cluster 2024-03-21T13:07:04.906857+0000 mgr.x (mgr.34104) 2117 : cluster [DBG] pgmap v1392: 161 pgs: 7 peering, 12 active+undersized+degraded, 31 active+undersized, 111 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 37/630 objects degraded (5.873%) 2024-03-21T13:07:06.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:05 smithi178 bash[77880]: cephadm 2024-03-21T13:07:04.914292+0000 mgr.x (mgr.34104) 2118 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:06.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:05 smithi178 bash[77880]: cluster 2024-03-21T13:07:04.917048+0000 mon.a (mon.0) 2845 : cluster [WRN] Health check update: Degraded data redundancy: 37/630 objects degraded (5.873%), 12 pgs degraded (PG_DEGRADED) 2024-03-21T13:07:06.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:05 smithi178 bash[77880]: audit 2024-03-21T13:07:04.997520+0000 mon.a (mon.0) 2846 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:06.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:05 smithi178 bash[77880]: audit 2024-03-21T13:07:05.000679+0000 mon.a (mon.0) 2847 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:06.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:05 smithi178 bash[77880]: audit 2024-03-21T13:07:05.003974+0000 mon.a (mon.0) 2848 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:06.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:05 smithi178 bash[77880]: audit 2024-03-21T13:07:05.005106+0000 mon.a (mon.0) 2849 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:06.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:05 smithi178 bash[77880]: cluster 2024-03-21T13:07:05.008858+0000 mgr.x (mgr.34104) 2119 : cluster [DBG] pgmap v1393: 161 pgs: 7 peering, 12 active+undersized+degraded, 31 active+undersized, 111 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 37/630 objects degraded (5.873%) 2024-03-21T13:07:06.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:05 smithi178 bash[77880]: audit 2024-03-21T13:07:05.014207+0000 mon.a (mon.0) 2850 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:06.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:05 smithi178 bash[77880]: cephadm 2024-03-21T13:07:05.016372+0000 mgr.x (mgr.34104) 2120 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:06.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:05 smithi178 bash[77880]: cluster 2024-03-21T13:07:05.041190+0000 mon.a (mon.0) 2851 : cluster [DBG] osdmap e143: 8 total, 8 up, 8 in 2024-03-21T13:07:06.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:05 smithi178 bash[77880]: audit 2024-03-21T13:07:05.091039+0000 mon.a (mon.0) 2852 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:06.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:05 smithi178 bash[77880]: audit 2024-03-21T13:07:05.093684+0000 mon.a (mon.0) 2853 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:06.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:05 smithi178 bash[77880]: audit 2024-03-21T13:07:05.096282+0000 mon.a (mon.0) 2854 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:06.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:05 smithi178 bash[75692]: cluster 2024-03-21T13:07:04.793434+0000 mgr.x (mgr.34104) 2113 : cluster [DBG] pgmap v1389: 161 pgs: 7 peering, 12 active+undersized+degraded, 31 active+undersized, 111 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 37/630 objects degraded (5.873%) 2024-03-21T13:07:06.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:05 smithi178 bash[75692]: cluster 2024-03-21T13:07:04.794298+0000 mgr.x (mgr.34104) 2114 : cluster [DBG] pgmap v1390: 161 pgs: 7 peering, 12 active+undersized+degraded, 31 active+undersized, 111 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 37/630 objects degraded (5.873%) 2024-03-21T13:07:06.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:05 smithi178 bash[75692]: cephadm 2024-03-21T13:07:04.803286+0000 mgr.x (mgr.34104) 2115 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:06.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:05 smithi178 bash[75692]: cluster 2024-03-21T13:07:04.906210+0000 mgr.x (mgr.34104) 2116 : cluster [DBG] pgmap v1391: 161 pgs: 7 peering, 12 active+undersized+degraded, 31 active+undersized, 111 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 37/630 objects degraded (5.873%) 2024-03-21T13:07:06.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:05 smithi178 bash[75692]: cluster 2024-03-21T13:07:04.906857+0000 mgr.x (mgr.34104) 2117 : cluster [DBG] pgmap v1392: 161 pgs: 7 peering, 12 active+undersized+degraded, 31 active+undersized, 111 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 37/630 objects degraded (5.873%) 2024-03-21T13:07:06.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:05 smithi178 bash[75692]: cephadm 2024-03-21T13:07:04.914292+0000 mgr.x (mgr.34104) 2118 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:06.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:05 smithi178 bash[75692]: cluster 2024-03-21T13:07:04.917048+0000 mon.a (mon.0) 2845 : cluster [WRN] Health check update: Degraded data redundancy: 37/630 objects degraded (5.873%), 12 pgs degraded (PG_DEGRADED) 2024-03-21T13:07:06.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:05 smithi178 bash[75692]: audit 2024-03-21T13:07:04.997520+0000 mon.a (mon.0) 2846 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:06.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:05 smithi178 bash[75692]: audit 2024-03-21T13:07:05.000679+0000 mon.a (mon.0) 2847 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:06.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:05 smithi178 bash[75692]: audit 2024-03-21T13:07:05.003974+0000 mon.a (mon.0) 2848 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:06.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:05 smithi178 bash[75692]: audit 2024-03-21T13:07:05.005106+0000 mon.a (mon.0) 2849 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:06.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:05 smithi178 bash[75692]: cluster 2024-03-21T13:07:05.008858+0000 mgr.x (mgr.34104) 2119 : cluster [DBG] pgmap v1393: 161 pgs: 7 peering, 12 active+undersized+degraded, 31 active+undersized, 111 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 37/630 objects degraded (5.873%) 2024-03-21T13:07:06.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:05 smithi178 bash[75692]: audit 2024-03-21T13:07:05.014207+0000 mon.a (mon.0) 2850 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:06.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:05 smithi178 bash[75692]: cephadm 2024-03-21T13:07:05.016372+0000 mgr.x (mgr.34104) 2120 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:06.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:05 smithi178 bash[75692]: cluster 2024-03-21T13:07:05.041190+0000 mon.a (mon.0) 2851 : cluster [DBG] osdmap e143: 8 total, 8 up, 8 in 2024-03-21T13:07:06.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:05 smithi178 bash[75692]: audit 2024-03-21T13:07:05.091039+0000 mon.a (mon.0) 2852 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:06.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:05 smithi178 bash[75692]: audit 2024-03-21T13:07:05.093684+0000 mon.a (mon.0) 2853 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:06.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:05 smithi178 bash[75692]: audit 2024-03-21T13:07:05.096282+0000 mon.a (mon.0) 2854 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:06.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:05 smithi178 bash[77880]: audit 2024-03-21T13:07:05.097273+0000 mon.a (mon.0) 2855 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:06.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:05 smithi178 bash[77880]: cluster 2024-03-21T13:07:05.100512+0000 mgr.x (mgr.34104) 2121 : cluster [DBG] pgmap v1395: 161 pgs: 7 peering, 12 active+undersized+degraded, 31 active+undersized, 111 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 37/630 objects degraded (5.873%) 2024-03-21T13:07:06.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:05 smithi178 bash[77880]: cluster 2024-03-21T13:07:05.100831+0000 mgr.x (mgr.34104) 2122 : cluster [DBG] pgmap v1396: 161 pgs: 7 peering, 12 active+undersized+degraded, 31 active+undersized, 111 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 37/630 objects degraded (5.873%) 2024-03-21T13:07:06.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:05 smithi178 bash[77880]: audit 2024-03-21T13:07:05.104900+0000 mon.a (mon.0) 2856 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:06.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:05 smithi178 bash[77880]: cephadm 2024-03-21T13:07:05.106911+0000 mgr.x (mgr.34104) 2123 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:06.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:05 smithi178 bash[77880]: audit 2024-03-21T13:07:05.219466+0000 mon.a (mon.0) 2857 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:06.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:05 smithi178 bash[77880]: audit 2024-03-21T13:07:05.221949+0000 mon.a (mon.0) 2858 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:06.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:05 smithi178 bash[77880]: audit 2024-03-21T13:07:05.225415+0000 mon.a (mon.0) 2859 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:06.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:05 smithi178 bash[77880]: audit 2024-03-21T13:07:05.226881+0000 mon.a (mon.0) 2860 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:06.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:05 smithi178 bash[77880]: audit 2024-03-21T13:07:05.237706+0000 mon.a (mon.0) 2861 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:06.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:05 smithi178 bash[77880]: audit 2024-03-21T13:07:05.318634+0000 mon.a (mon.0) 2862 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:06.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:05 smithi178 bash[77880]: audit 2024-03-21T13:07:05.321815+0000 mon.a (mon.0) 2863 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:06.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:05 smithi178 bash[77880]: audit 2024-03-21T13:07:05.324822+0000 mon.a (mon.0) 2864 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:06.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:05 smithi178 bash[77880]: audit 2024-03-21T13:07:05.325765+0000 mon.a (mon.0) 2865 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:06.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:05 smithi178 bash[77880]: audit 2024-03-21T13:07:05.334613+0000 mon.a (mon.0) 2866 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:06.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:05 smithi178 bash[77880]: audit 2024-03-21T13:07:05.416115+0000 mon.a (mon.0) 2867 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:06.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:05 smithi178 bash[77880]: audit 2024-03-21T13:07:05.418656+0000 mon.a (mon.0) 2868 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:06.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:05 smithi178 bash[77880]: audit 2024-03-21T13:07:05.421629+0000 mon.a (mon.0) 2869 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:06.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:05 smithi178 bash[75692]: audit 2024-03-21T13:07:05.097273+0000 mon.a (mon.0) 2855 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:06.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:05 smithi178 bash[75692]: cluster 2024-03-21T13:07:05.100512+0000 mgr.x (mgr.34104) 2121 : cluster [DBG] pgmap v1395: 161 pgs: 7 peering, 12 active+undersized+degraded, 31 active+undersized, 111 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 37/630 objects degraded (5.873%) 2024-03-21T13:07:06.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:05 smithi178 bash[75692]: cluster 2024-03-21T13:07:05.100831+0000 mgr.x (mgr.34104) 2122 : cluster [DBG] pgmap v1396: 161 pgs: 7 peering, 12 active+undersized+degraded, 31 active+undersized, 111 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 37/630 objects degraded (5.873%) 2024-03-21T13:07:06.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:05 smithi178 bash[75692]: audit 2024-03-21T13:07:05.104900+0000 mon.a (mon.0) 2856 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:06.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:05 smithi178 bash[75692]: cephadm 2024-03-21T13:07:05.106911+0000 mgr.x (mgr.34104) 2123 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:06.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:05 smithi178 bash[75692]: audit 2024-03-21T13:07:05.219466+0000 mon.a (mon.0) 2857 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:06.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:05 smithi178 bash[75692]: audit 2024-03-21T13:07:05.221949+0000 mon.a (mon.0) 2858 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:06.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:05 smithi178 bash[75692]: audit 2024-03-21T13:07:05.225415+0000 mon.a (mon.0) 2859 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:06.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:05 smithi178 bash[75692]: audit 2024-03-21T13:07:05.226881+0000 mon.a (mon.0) 2860 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:06.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:05 smithi178 bash[75692]: audit 2024-03-21T13:07:05.237706+0000 mon.a (mon.0) 2861 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:06.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:05 smithi178 bash[75692]: audit 2024-03-21T13:07:05.318634+0000 mon.a (mon.0) 2862 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:06.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:05 smithi178 bash[75692]: audit 2024-03-21T13:07:05.321815+0000 mon.a (mon.0) 2863 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:06.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:05 smithi178 bash[75692]: audit 2024-03-21T13:07:05.324822+0000 mon.a (mon.0) 2864 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:06.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:05 smithi178 bash[75692]: audit 2024-03-21T13:07:05.325765+0000 mon.a (mon.0) 2865 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:06.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:05 smithi178 bash[75692]: audit 2024-03-21T13:07:05.334613+0000 mon.a (mon.0) 2866 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:06.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:05 smithi178 bash[75692]: audit 2024-03-21T13:07:05.416115+0000 mon.a (mon.0) 2867 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:06.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:05 smithi178 bash[75692]: audit 2024-03-21T13:07:05.418656+0000 mon.a (mon.0) 2868 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:06.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:05 smithi178 bash[75692]: audit 2024-03-21T13:07:05.421629+0000 mon.a (mon.0) 2869 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:06.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:05 smithi178 bash[77880]: audit 2024-03-21T13:07:05.422864+0000 mon.a (mon.0) 2870 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:06.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:05 smithi178 bash[77880]: audit 2024-03-21T13:07:05.431559+0000 mon.a (mon.0) 2871 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:06.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:05 smithi178 bash[77880]: audit 2024-03-21T13:07:05.453475+0000 mon.a (mon.0) 2872 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:06.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:05 smithi178 bash[77880]: audit 2024-03-21T13:07:05.462384+0000 mon.a (mon.0) 2873 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:06.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:05 smithi178 bash[77880]: audit 2024-03-21T13:07:05.472322+0000 mon.a (mon.0) 2874 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:06.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:05 smithi178 bash[77880]: audit 2024-03-21T13:07:05.516868+0000 mon.a (mon.0) 2875 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:06.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:05 smithi178 bash[77880]: audit 2024-03-21T13:07:05.520275+0000 mon.a (mon.0) 2876 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:06.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:05 smithi178 bash[77880]: audit 2024-03-21T13:07:05.522957+0000 mon.a (mon.0) 2877 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:06.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:05 smithi178 bash[77880]: audit 2024-03-21T13:07:05.524937+0000 mon.a (mon.0) 2878 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:06.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:05 smithi178 bash[77880]: audit 2024-03-21T13:07:05.527137+0000 mon.a (mon.0) 2879 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-03-21T13:07:06.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:05 smithi178 bash[75692]: audit 2024-03-21T13:07:05.422864+0000 mon.a (mon.0) 2870 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:06.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:05 smithi178 bash[75692]: audit 2024-03-21T13:07:05.431559+0000 mon.a (mon.0) 2871 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:06.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:05 smithi178 bash[75692]: audit 2024-03-21T13:07:05.453475+0000 mon.a (mon.0) 2872 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:06.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:05 smithi178 bash[75692]: audit 2024-03-21T13:07:05.462384+0000 mon.a (mon.0) 2873 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:06.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:05 smithi178 bash[75692]: audit 2024-03-21T13:07:05.472322+0000 mon.a (mon.0) 2874 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:06.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:05 smithi178 bash[75692]: audit 2024-03-21T13:07:05.516868+0000 mon.a (mon.0) 2875 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:06.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:05 smithi178 bash[75692]: audit 2024-03-21T13:07:05.520275+0000 mon.a (mon.0) 2876 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:06.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:05 smithi178 bash[75692]: audit 2024-03-21T13:07:05.522957+0000 mon.a (mon.0) 2877 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:06.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:05 smithi178 bash[75692]: audit 2024-03-21T13:07:05.524937+0000 mon.a (mon.0) 2878 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:06.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:05 smithi178 bash[75692]: audit 2024-03-21T13:07:05.527137+0000 mon.a (mon.0) 2879 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-03-21T13:07:07.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:06 smithi178 bash[75692]: cluster 2024-03-21T13:07:05.230771+0000 mgr.x (mgr.34104) 2124 : cluster [DBG] pgmap v1397: 161 pgs: 7 peering, 12 active+undersized+degraded, 31 active+undersized, 111 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 37/630 objects degraded (5.873%) 2024-03-21T13:07:07.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:06 smithi178 bash[75692]: cluster 2024-03-21T13:07:05.231108+0000 mgr.x (mgr.34104) 2125 : cluster [DBG] pgmap v1398: 161 pgs: 7 peering, 12 active+undersized+degraded, 31 active+undersized, 111 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 37/630 objects degraded (5.873%) 2024-03-21T13:07:07.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:06 smithi178 bash[75692]: cephadm 2024-03-21T13:07:05.240015+0000 mgr.x (mgr.34104) 2126 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:07.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:06 smithi178 bash[75692]: cluster 2024-03-21T13:07:05.329326+0000 mgr.x (mgr.34104) 2127 : cluster [DBG] pgmap v1399: 161 pgs: 7 peering, 12 active+undersized+degraded, 31 active+undersized, 111 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 37/630 objects degraded (5.873%) 2024-03-21T13:07:07.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:06 smithi178 bash[75692]: cluster 2024-03-21T13:07:05.329819+0000 mgr.x (mgr.34104) 2128 : cluster [DBG] pgmap v1400: 161 pgs: 7 peering, 12 active+undersized+degraded, 31 active+undersized, 111 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 37/630 objects degraded (5.873%) 2024-03-21T13:07:07.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:06 smithi178 bash[75692]: cephadm 2024-03-21T13:07:05.336763+0000 mgr.x (mgr.34104) 2129 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:07.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:06 smithi178 bash[75692]: cluster 2024-03-21T13:07:05.426387+0000 mgr.x (mgr.34104) 2130 : cluster [DBG] pgmap v1401: 161 pgs: 7 peering, 12 active+undersized+degraded, 31 active+undersized, 111 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 37/630 objects degraded (5.873%) 2024-03-21T13:07:07.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:06 smithi178 bash[75692]: cluster 2024-03-21T13:07:05.426686+0000 mgr.x (mgr.34104) 2131 : cluster [DBG] pgmap v1402: 161 pgs: 7 peering, 12 active+undersized+degraded, 31 active+undersized, 111 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 37/630 objects degraded (5.873%) 2024-03-21T13:07:07.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:06 smithi178 bash[75692]: cephadm 2024-03-21T13:07:05.433656+0000 mgr.x (mgr.34104) 2132 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:07.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:06 smithi178 bash[75692]: cluster 2024-03-21T13:07:05.465433+0000 mgr.x (mgr.34104) 2133 : cluster [DBG] pgmap v1403: 161 pgs: 7 peering, 12 active+undersized+degraded, 31 active+undersized, 111 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 37/630 objects degraded (5.873%) 2024-03-21T13:07:07.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:06 smithi178 bash[75692]: cluster 2024-03-21T13:07:05.465796+0000 mgr.x (mgr.34104) 2134 : cluster [DBG] pgmap v1404: 161 pgs: 7 peering, 12 active+undersized+degraded, 31 active+undersized, 111 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 37/630 objects degraded (5.873%) 2024-03-21T13:07:07.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:06 smithi178 bash[75692]: audit 2024-03-21T13:07:05.529027+0000 mgr.x (mgr.34104) 2135 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-03-21T13:07:07.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:06 smithi178 bash[75692]: cephadm 2024-03-21T13:07:05.530756+0000 mgr.x (mgr.34104) 2136 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (16 PGs are or would become offline) 2024-03-21T13:07:07.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:06 smithi178 bash[77880]: cluster 2024-03-21T13:07:05.230771+0000 mgr.x (mgr.34104) 2124 : cluster [DBG] pgmap v1397: 161 pgs: 7 peering, 12 active+undersized+degraded, 31 active+undersized, 111 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 37/630 objects degraded (5.873%) 2024-03-21T13:07:07.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:06 smithi178 bash[77880]: cluster 2024-03-21T13:07:05.231108+0000 mgr.x (mgr.34104) 2125 : cluster [DBG] pgmap v1398: 161 pgs: 7 peering, 12 active+undersized+degraded, 31 active+undersized, 111 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 37/630 objects degraded (5.873%) 2024-03-21T13:07:07.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:06 smithi178 bash[77880]: cephadm 2024-03-21T13:07:05.240015+0000 mgr.x (mgr.34104) 2126 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:07.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:06 smithi178 bash[77880]: cluster 2024-03-21T13:07:05.329326+0000 mgr.x (mgr.34104) 2127 : cluster [DBG] pgmap v1399: 161 pgs: 7 peering, 12 active+undersized+degraded, 31 active+undersized, 111 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 37/630 objects degraded (5.873%) 2024-03-21T13:07:07.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:06 smithi178 bash[77880]: cluster 2024-03-21T13:07:05.329819+0000 mgr.x (mgr.34104) 2128 : cluster [DBG] pgmap v1400: 161 pgs: 7 peering, 12 active+undersized+degraded, 31 active+undersized, 111 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 37/630 objects degraded (5.873%) 2024-03-21T13:07:07.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:06 smithi178 bash[77880]: cephadm 2024-03-21T13:07:05.336763+0000 mgr.x (mgr.34104) 2129 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:07.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:06 smithi178 bash[77880]: cluster 2024-03-21T13:07:05.426387+0000 mgr.x (mgr.34104) 2130 : cluster [DBG] pgmap v1401: 161 pgs: 7 peering, 12 active+undersized+degraded, 31 active+undersized, 111 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 37/630 objects degraded (5.873%) 2024-03-21T13:07:07.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:06 smithi178 bash[77880]: cluster 2024-03-21T13:07:05.426686+0000 mgr.x (mgr.34104) 2131 : cluster [DBG] pgmap v1402: 161 pgs: 7 peering, 12 active+undersized+degraded, 31 active+undersized, 111 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 37/630 objects degraded (5.873%) 2024-03-21T13:07:07.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:06 smithi178 bash[77880]: cephadm 2024-03-21T13:07:05.433656+0000 mgr.x (mgr.34104) 2132 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:07.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:06 smithi178 bash[77880]: cluster 2024-03-21T13:07:05.465433+0000 mgr.x (mgr.34104) 2133 : cluster [DBG] pgmap v1403: 161 pgs: 7 peering, 12 active+undersized+degraded, 31 active+undersized, 111 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 37/630 objects degraded (5.873%) 2024-03-21T13:07:07.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:06 smithi178 bash[77880]: cluster 2024-03-21T13:07:05.465796+0000 mgr.x (mgr.34104) 2134 : cluster [DBG] pgmap v1404: 161 pgs: 7 peering, 12 active+undersized+degraded, 31 active+undersized, 111 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 37/630 objects degraded (5.873%) 2024-03-21T13:07:07.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:06 smithi178 bash[77880]: audit 2024-03-21T13:07:05.529027+0000 mgr.x (mgr.34104) 2135 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-03-21T13:07:07.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:06 smithi178 bash[77880]: cephadm 2024-03-21T13:07:05.530756+0000 mgr.x (mgr.34104) 2136 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (16 PGs are or would become offline) 2024-03-21T13:07:07.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:06 smithi184 bash[59794]: cluster 2024-03-21T13:07:05.230771+0000 mgr.x (mgr.34104) 2124 : cluster [DBG] pgmap v1397: 161 pgs: 7 peering, 12 active+undersized+degraded, 31 active+undersized, 111 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 37/630 objects degraded (5.873%) 2024-03-21T13:07:07.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:06 smithi184 bash[59794]: cluster 2024-03-21T13:07:05.231108+0000 mgr.x (mgr.34104) 2125 : cluster [DBG] pgmap v1398: 161 pgs: 7 peering, 12 active+undersized+degraded, 31 active+undersized, 111 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 37/630 objects degraded (5.873%) 2024-03-21T13:07:07.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:06 smithi184 bash[59794]: cephadm 2024-03-21T13:07:05.240015+0000 mgr.x (mgr.34104) 2126 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:07.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:06 smithi184 bash[59794]: cluster 2024-03-21T13:07:05.329326+0000 mgr.x (mgr.34104) 2127 : cluster [DBG] pgmap v1399: 161 pgs: 7 peering, 12 active+undersized+degraded, 31 active+undersized, 111 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 37/630 objects degraded (5.873%) 2024-03-21T13:07:07.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:06 smithi184 bash[59794]: cluster 2024-03-21T13:07:05.329819+0000 mgr.x (mgr.34104) 2128 : cluster [DBG] pgmap v1400: 161 pgs: 7 peering, 12 active+undersized+degraded, 31 active+undersized, 111 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 37/630 objects degraded (5.873%) 2024-03-21T13:07:07.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:06 smithi184 bash[59794]: cephadm 2024-03-21T13:07:05.336763+0000 mgr.x (mgr.34104) 2129 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:07.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:06 smithi184 bash[59794]: cluster 2024-03-21T13:07:05.426387+0000 mgr.x (mgr.34104) 2130 : cluster [DBG] pgmap v1401: 161 pgs: 7 peering, 12 active+undersized+degraded, 31 active+undersized, 111 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 37/630 objects degraded (5.873%) 2024-03-21T13:07:07.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:06 smithi184 bash[59794]: cluster 2024-03-21T13:07:05.426686+0000 mgr.x (mgr.34104) 2131 : cluster [DBG] pgmap v1402: 161 pgs: 7 peering, 12 active+undersized+degraded, 31 active+undersized, 111 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 37/630 objects degraded (5.873%) 2024-03-21T13:07:07.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:06 smithi184 bash[59794]: cephadm 2024-03-21T13:07:05.433656+0000 mgr.x (mgr.34104) 2132 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:07.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:06 smithi184 bash[59794]: cluster 2024-03-21T13:07:05.465433+0000 mgr.x (mgr.34104) 2133 : cluster [DBG] pgmap v1403: 161 pgs: 7 peering, 12 active+undersized+degraded, 31 active+undersized, 111 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 37/630 objects degraded (5.873%) 2024-03-21T13:07:07.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:06 smithi184 bash[59794]: cluster 2024-03-21T13:07:05.465796+0000 mgr.x (mgr.34104) 2134 : cluster [DBG] pgmap v1404: 161 pgs: 7 peering, 12 active+undersized+degraded, 31 active+undersized, 111 active+clean; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 37/630 objects degraded (5.873%) 2024-03-21T13:07:07.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:06 smithi184 bash[59794]: audit 2024-03-21T13:07:05.529027+0000 mgr.x (mgr.34104) 2135 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-03-21T13:07:07.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:06 smithi184 bash[59794]: cephadm 2024-03-21T13:07:05.530756+0000 mgr.x (mgr.34104) 2136 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (16 PGs are or would become offline) 2024-03-21T13:07:09.033 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:08 smithi178 bash[75692]: cluster 2024-03-21T13:07:07.467281+0000 mgr.x (mgr.34104) 2137 : cluster [DBG] pgmap v1405: 161 pgs: 7 peering, 2 active+undersized+degraded, 15 active+undersized, 137 active+clean; 585 KiB data, 212 MiB used, 715 GiB / 715 GiB avail; 2.3 KiB/s rd, 2 op/s; 6/630 objects degraded (0.952%) 2024-03-21T13:07:09.033 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:08 smithi178 bash[77880]: cluster 2024-03-21T13:07:07.467281+0000 mgr.x (mgr.34104) 2137 : cluster [DBG] pgmap v1405: 161 pgs: 7 peering, 2 active+undersized+degraded, 15 active+undersized, 137 active+clean; 585 KiB data, 212 MiB used, 715 GiB / 715 GiB avail; 2.3 KiB/s rd, 2 op/s; 6/630 objects degraded (0.952%) 2024-03-21T13:07:09.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:08 smithi184 bash[59794]: cluster 2024-03-21T13:07:07.467281+0000 mgr.x (mgr.34104) 2137 : cluster [DBG] pgmap v1405: 161 pgs: 7 peering, 2 active+undersized+degraded, 15 active+undersized, 137 active+clean; 585 KiB data, 212 MiB used, 715 GiB / 715 GiB avail; 2.3 KiB/s rd, 2 op/s; 6/630 objects degraded (0.952%) 2024-03-21T13:07:10.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:10 smithi178 bash[75692]: audit 2024-03-21T13:07:09.059990+0000 mon.a (mon.0) 2880 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:10.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:10 smithi178 bash[75692]: audit 2024-03-21T13:07:09.071802+0000 mon.a (mon.0) 2881 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:10.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:10 smithi178 bash[75692]: cluster 2024-03-21T13:07:09.074770+0000 mgr.x (mgr.34104) 2138 : cluster [DBG] pgmap v1406: 161 pgs: 7 peering, 154 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-03-21T13:07:10.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:10 smithi178 bash[75692]: cluster 2024-03-21T13:07:09.075087+0000 mgr.x (mgr.34104) 2139 : cluster [DBG] pgmap v1407: 161 pgs: 7 peering, 154 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-03-21T13:07:10.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:10 smithi178 bash[75692]: audit 2024-03-21T13:07:09.079541+0000 mon.a (mon.0) 2882 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:10.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:10 smithi178 bash[77880]: audit 2024-03-21T13:07:09.059990+0000 mon.a (mon.0) 2880 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:10.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:10 smithi178 bash[77880]: audit 2024-03-21T13:07:09.071802+0000 mon.a (mon.0) 2881 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:10.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:10 smithi178 bash[77880]: cluster 2024-03-21T13:07:09.074770+0000 mgr.x (mgr.34104) 2138 : cluster [DBG] pgmap v1406: 161 pgs: 7 peering, 154 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-03-21T13:07:10.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:10 smithi178 bash[77880]: cluster 2024-03-21T13:07:09.075087+0000 mgr.x (mgr.34104) 2139 : cluster [DBG] pgmap v1407: 161 pgs: 7 peering, 154 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-03-21T13:07:10.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:10 smithi178 bash[77880]: audit 2024-03-21T13:07:09.079541+0000 mon.a (mon.0) 2882 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:10.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:10 smithi184 bash[59794]: audit 2024-03-21T13:07:09.059990+0000 mon.a (mon.0) 2880 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:10.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:10 smithi184 bash[59794]: audit 2024-03-21T13:07:09.071802+0000 mon.a (mon.0) 2881 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:10.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:10 smithi184 bash[59794]: cluster 2024-03-21T13:07:09.074770+0000 mgr.x (mgr.34104) 2138 : cluster [DBG] pgmap v1406: 161 pgs: 7 peering, 154 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-03-21T13:07:10.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:10 smithi184 bash[59794]: cluster 2024-03-21T13:07:09.075087+0000 mgr.x (mgr.34104) 2139 : cluster [DBG] pgmap v1407: 161 pgs: 7 peering, 154 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-03-21T13:07:10.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:10 smithi184 bash[59794]: audit 2024-03-21T13:07:09.079541+0000 mon.a (mon.0) 2882 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:11.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:11 smithi178 bash[75692]: cluster 2024-03-21T13:07:10.068134+0000 mon.a (mon.0) 2883 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 6/630 objects degraded (0.952%), 2 pgs degraded) 2024-03-21T13:07:11.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:11 smithi178 bash[77880]: cluster 2024-03-21T13:07:10.068134+0000 mon.a (mon.0) 2883 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 6/630 objects degraded (0.952%), 2 pgs degraded) 2024-03-21T13:07:11.322 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:11 smithi184 bash[59794]: cluster 2024-03-21T13:07:10.068134+0000 mon.a (mon.0) 2883 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 6/630 objects degraded (0.952%), 2 pgs degraded) 2024-03-21T13:07:12.331 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:12 smithi178 bash[75692]: audit 2024-03-21T13:07:10.756973+0000 mgr.x (mgr.34104) 2140 : audit [DBG] from='client.15585 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:07:12.331 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:12 smithi178 bash[75692]: cluster 2024-03-21T13:07:11.076727+0000 mgr.x (mgr.34104) 2141 : cluster [DBG] pgmap v1408: 161 pgs: 161 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 1.8 KiB/s rd, 1 op/s 2024-03-21T13:07:12.331 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:12 smithi178 bash[75692]: audit 2024-03-21T13:07:11.305232+0000 mon.a (mon.0) 2884 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:12.332 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:12 smithi178 bash[75692]: audit 2024-03-21T13:07:11.313416+0000 mon.a (mon.0) 2885 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:12.332 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:12 smithi178 bash[75692]: audit 2024-03-21T13:07:11.322211+0000 mon.a (mon.0) 2886 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:12.332 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:12 smithi178 bash[77880]: audit 2024-03-21T13:07:10.756973+0000 mgr.x (mgr.34104) 2140 : audit [DBG] from='client.15585 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:07:12.332 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:12 smithi178 bash[77880]: cluster 2024-03-21T13:07:11.076727+0000 mgr.x (mgr.34104) 2141 : cluster [DBG] pgmap v1408: 161 pgs: 161 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 1.8 KiB/s rd, 1 op/s 2024-03-21T13:07:12.332 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:12 smithi178 bash[77880]: audit 2024-03-21T13:07:11.305232+0000 mon.a (mon.0) 2884 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:12.332 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:12 smithi178 bash[77880]: audit 2024-03-21T13:07:11.313416+0000 mon.a (mon.0) 2885 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:12.332 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:12 smithi178 bash[77880]: audit 2024-03-21T13:07:11.322211+0000 mon.a (mon.0) 2886 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:12.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:12 smithi184 bash[59794]: audit 2024-03-21T13:07:10.756973+0000 mgr.x (mgr.34104) 2140 : audit [DBG] from='client.15585 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:07:12.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:12 smithi184 bash[59794]: cluster 2024-03-21T13:07:11.076727+0000 mgr.x (mgr.34104) 2141 : cluster [DBG] pgmap v1408: 161 pgs: 161 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 1.8 KiB/s rd, 1 op/s 2024-03-21T13:07:12.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:12 smithi184 bash[59794]: audit 2024-03-21T13:07:11.305232+0000 mon.a (mon.0) 2884 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:12.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:12 smithi184 bash[59794]: audit 2024-03-21T13:07:11.313416+0000 mon.a (mon.0) 2885 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:12.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:12 smithi184 bash[59794]: audit 2024-03-21T13:07:11.322211+0000 mon.a (mon.0) 2886 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:13.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:13 smithi178 bash[75692]: cluster 2024-03-21T13:07:11.316511+0000 mgr.x (mgr.34104) 2142 : cluster [DBG] pgmap v1409: 161 pgs: 161 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s 2024-03-21T13:07:13.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:13 smithi178 bash[75692]: cluster 2024-03-21T13:07:11.316991+0000 mgr.x (mgr.34104) 2143 : cluster [DBG] pgmap v1410: 161 pgs: 161 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s 2024-03-21T13:07:13.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:13 smithi178 bash[77880]: cluster 2024-03-21T13:07:11.316511+0000 mgr.x (mgr.34104) 2142 : cluster [DBG] pgmap v1409: 161 pgs: 161 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s 2024-03-21T13:07:13.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:13 smithi178 bash[77880]: cluster 2024-03-21T13:07:11.316991+0000 mgr.x (mgr.34104) 2143 : cluster [DBG] pgmap v1410: 161 pgs: 161 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s 2024-03-21T13:07:13.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:13 smithi184 bash[59794]: cluster 2024-03-21T13:07:11.316511+0000 mgr.x (mgr.34104) 2142 : cluster [DBG] pgmap v1409: 161 pgs: 161 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s 2024-03-21T13:07:13.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:13 smithi184 bash[59794]: cluster 2024-03-21T13:07:11.316991+0000 mgr.x (mgr.34104) 2143 : cluster [DBG] pgmap v1410: 161 pgs: 161 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s 2024-03-21T13:07:13.963 INFO:teuthology.orchestra.run.smithi178.stdout:true 2024-03-21T13:07:14.750 INFO:teuthology.orchestra.run.smithi178.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-21T13:07:14.750 INFO:teuthology.orchestra.run.smithi178.stdout:agent.smithi178 smithi178 running 5s ago 21m - - 2024-03-21T13:07:14.751 INFO:teuthology.orchestra.run.smithi178.stdout:agent.smithi184 smithi184 running 3s ago 20m - - 2024-03-21T13:07:14.751 INFO:teuthology.orchestra.run.smithi178.stdout:alertmanager.a smithi178 *:9093,9094 running (7m) 5s ago 14m 17.5M - 0.23.0 ba2b418f427c b9533705fcaf 2024-03-21T13:07:14.751 INFO:teuthology.orchestra.run.smithi178.stdout:grafana.a smithi184 *:3000 error 3s ago 13m - - 2024-03-21T13:07:14.751 INFO:teuthology.orchestra.run.smithi178.stdout:iscsi.foo.smithi178.qfgpzc smithi178 running (5m) 5s ago 11m 50.0M - 3.5 e1d6a67b021e 8cd81f5e1d31 2024-03-21T13:07:14.751 INFO:teuthology.orchestra.run.smithi178.stdout:mgr.x smithi184 *:8443,9283,8765 running (5m) 3s ago 20m 525M - 19.0.0-2267-g960fbbe4 19e12293512f 23b748469eab 2024-03-21T13:07:14.751 INFO:teuthology.orchestra.run.smithi178.stdout:mgr.y smithi178 *:8443,9283,8765 running (4m) 5s ago 22m 445M - 19.0.0-2267-g960fbbe4 19e12293512f 4b58d9293a93 2024-03-21T13:07:14.751 INFO:teuthology.orchestra.run.smithi178.stdout:mon.a smithi178 running (4m) 5s ago 22m 90.4M 2048M 19.0.0-2267-g960fbbe4 19e12293512f cdcc04604451 2024-03-21T13:07:14.751 INFO:teuthology.orchestra.run.smithi178.stdout:mon.b smithi184 running (3m) 3s ago 20m 44.0M 2048M 19.0.0-2267-g960fbbe4 19e12293512f 209431841a07 2024-03-21T13:07:14.751 INFO:teuthology.orchestra.run.smithi178.stdout:mon.c smithi178 running (3m) 5s ago 20m 49.4M 2048M 19.0.0-2267-g960fbbe4 19e12293512f 1de13280fabe 2024-03-21T13:07:14.751 INFO:teuthology.orchestra.run.smithi178.stdout:node-exporter.a smithi178 *:9100 running (7m) 5s ago 14m 12.4M - 1.3.1 1dbe0e931976 5d4ec1307be5 2024-03-21T13:07:14.751 INFO:teuthology.orchestra.run.smithi178.stdout:node-exporter.b smithi184 *:9100 running (6m) 3s ago 14m 12.3M - 1.3.1 1dbe0e931976 2a37d9a9b638 2024-03-21T13:07:14.752 INFO:teuthology.orchestra.run.smithi178.stdout:osd.0 smithi178 running (112s) 5s ago 19m 51.7M 4096M 19.0.0-2267-g960fbbe4 19e12293512f ca44aa92861d 2024-03-21T13:07:14.752 INFO:teuthology.orchestra.run.smithi178.stdout:osd.1 smithi178 running (56s) 5s ago 19m 50.2M 4096M 19.0.0-2267-g960fbbe4 19e12293512f c559dec8e3df 2024-03-21T13:07:14.752 INFO:teuthology.orchestra.run.smithi178.stdout:osd.2 smithi178 running (18s) 5s ago 18m 53.0M 4096M 19.0.0-2267-g960fbbe4 19e12293512f 4ba78eee5937 2024-03-21T13:07:14.752 INFO:teuthology.orchestra.run.smithi178.stdout:osd.3 smithi178 running (17m) 5s ago 18m 66.9M 4096M 17.2.0 e1d6a67b021e a4f15fefa0b8 2024-03-21T13:07:14.752 INFO:teuthology.orchestra.run.smithi178.stdout:osd.4 smithi184 running (17m) 3s ago 17m 67.8M 4096M 17.2.0 e1d6a67b021e e20e0f763007 2024-03-21T13:07:14.752 INFO:teuthology.orchestra.run.smithi178.stdout:osd.5 smithi184 running (16m) 3s ago 16m 64.9M 4096M 17.2.0 e1d6a67b021e a0e050155046 2024-03-21T13:07:14.752 INFO:teuthology.orchestra.run.smithi178.stdout:osd.6 smithi184 running (16m) 3s ago 16m 64.2M 4096M 17.2.0 e1d6a67b021e 68fa324445fb 2024-03-21T13:07:14.752 INFO:teuthology.orchestra.run.smithi178.stdout:osd.7 smithi184 running (15m) 3s ago 15m 65.3M 4096M 17.2.0 e1d6a67b021e 9153684ac7cd 2024-03-21T13:07:14.752 INFO:teuthology.orchestra.run.smithi178.stdout:prometheus.a smithi184 *:9095 running (5m) 3s ago 14m 69.2M - 2.33.4 514e6a882f6e 68f156839b90 2024-03-21T13:07:14.752 INFO:teuthology.orchestra.run.smithi178.stdout:rgw.foo.smithi178.amgrte smithi178 *:8000 running (12m) 5s ago 12m 88.8M - 17.2.0 e1d6a67b021e d914bef5b616 2024-03-21T13:07:14.752 INFO:teuthology.orchestra.run.smithi178.stdout:rgw.foo.smithi184.sylqte smithi184 *:8000 running (12m) 3s ago 12m 88.2M - 17.2.0 e1d6a67b021e 71e9025bfe7b 2024-03-21T13:07:14.752 INFO:teuthology.orchestra.run.smithi178.stdout:rgw.smpl.smithi178.avyvkd smithi178 *:80 running (12m) 5s ago 12m 88.7M - 17.2.0 e1d6a67b021e 95dce05fca01 2024-03-21T13:07:14.753 INFO:teuthology.orchestra.run.smithi178.stdout:rgw.smpl.smithi184.ccsuhn smithi184 *:80 running (12m) 3s ago 12m 88.6M - 17.2.0 e1d6a67b021e c3b20c5f0cde 2024-03-21T13:07:15.216 INFO:teuthology.orchestra.run.smithi178.stdout:{ 2024-03-21T13:07:15.217 INFO:teuthology.orchestra.run.smithi178.stdout: "mon": { 2024-03-21T13:07:15.217 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 3 2024-03-21T13:07:15.217 INFO:teuthology.orchestra.run.smithi178.stdout: }, 2024-03-21T13:07:15.217 INFO:teuthology.orchestra.run.smithi178.stdout: "mgr": { 2024-03-21T13:07:15.217 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 2 2024-03-21T13:07:15.217 INFO:teuthology.orchestra.run.smithi178.stdout: }, 2024-03-21T13:07:15.217 INFO:teuthology.orchestra.run.smithi178.stdout: "osd": { 2024-03-21T13:07:15.217 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 5, 2024-03-21T13:07:15.217 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 3 2024-03-21T13:07:15.217 INFO:teuthology.orchestra.run.smithi178.stdout: }, 2024-03-21T13:07:15.217 INFO:teuthology.orchestra.run.smithi178.stdout: "rgw": { 2024-03-21T13:07:15.217 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2024-03-21T13:07:15.217 INFO:teuthology.orchestra.run.smithi178.stdout: }, 2024-03-21T13:07:15.217 INFO:teuthology.orchestra.run.smithi178.stdout: "overall": { 2024-03-21T13:07:15.218 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 9, 2024-03-21T13:07:15.218 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 8 2024-03-21T13:07:15.218 INFO:teuthology.orchestra.run.smithi178.stdout: } 2024-03-21T13:07:15.218 INFO:teuthology.orchestra.run.smithi178.stdout:} 2024-03-21T13:07:15.545 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:15 smithi184 bash[59794]: cluster 2024-03-21T13:07:13.317867+0000 mgr.x (mgr.34104) 2144 : cluster [DBG] pgmap v1411: 161 pgs: 161 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 875 B/s rd, 0 op/s 2024-03-21T13:07:15.546 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:15 smithi184 bash[59794]: audit 2024-03-21T13:07:13.944867+0000 mgr.x (mgr.34104) 2145 : audit [DBG] from='client.54349 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:07:15.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:15 smithi178 bash[75692]: cluster 2024-03-21T13:07:13.317867+0000 mgr.x (mgr.34104) 2144 : cluster [DBG] pgmap v1411: 161 pgs: 161 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 875 B/s rd, 0 op/s 2024-03-21T13:07:15.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:15 smithi178 bash[75692]: audit 2024-03-21T13:07:13.944867+0000 mgr.x (mgr.34104) 2145 : audit [DBG] from='client.54349 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:07:15.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:15 smithi178 bash[77880]: cluster 2024-03-21T13:07:13.317867+0000 mgr.x (mgr.34104) 2144 : cluster [DBG] pgmap v1411: 161 pgs: 161 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 875 B/s rd, 0 op/s 2024-03-21T13:07:15.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:15 smithi178 bash[77880]: audit 2024-03-21T13:07:13.944867+0000 mgr.x (mgr.34104) 2145 : audit [DBG] from='client.54349 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:07:15.606 INFO:teuthology.orchestra.run.smithi178.stdout:{ 2024-03-21T13:07:15.606 INFO:teuthology.orchestra.run.smithi178.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753", 2024-03-21T13:07:15.606 INFO:teuthology.orchestra.run.smithi178.stdout: "in_progress": true, 2024-03-21T13:07:15.607 INFO:teuthology.orchestra.run.smithi178.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-21T13:07:15.607 INFO:teuthology.orchestra.run.smithi178.stdout: "services_complete": [ 2024-03-21T13:07:15.607 INFO:teuthology.orchestra.run.smithi178.stdout: "mgr", 2024-03-21T13:07:15.607 INFO:teuthology.orchestra.run.smithi178.stdout: "mon" 2024-03-21T13:07:15.607 INFO:teuthology.orchestra.run.smithi178.stdout: ], 2024-03-21T13:07:15.607 INFO:teuthology.orchestra.run.smithi178.stdout: "progress": "8/23 daemons upgraded", 2024-03-21T13:07:15.607 INFO:teuthology.orchestra.run.smithi178.stdout: "message": "Currently upgrading osd daemons", 2024-03-21T13:07:15.607 INFO:teuthology.orchestra.run.smithi178.stdout: "is_paused": false 2024-03-21T13:07:15.607 INFO:teuthology.orchestra.run.smithi178.stdout:} 2024-03-21T13:07:15.823 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:07:15 smithi184 bash[52419]: ::ffff:172.21.15.184 - - [21/Mar/2024:13:07:15] "GET /metrics HTTP/1.1" 200 38444 "" "Prometheus/2.33.4" 2024-03-21T13:07:16.035 INFO:teuthology.orchestra.run.smithi178.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-21T13:07:16.035 INFO:teuthology.orchestra.run.smithi178.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-21T13:07:16.035 INFO:teuthology.orchestra.run.smithi178.stdout: daemon grafana.a on smithi184 is in error state 2024-03-21T13:07:16.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:16 smithi178 bash[77880]: audit 2024-03-21T13:07:14.338643+0000 mgr.x (mgr.34104) 2146 : audit [DBG] from='client.54355 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:07:16.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:16 smithi178 bash[77880]: audit 2024-03-21T13:07:14.722717+0000 mgr.x (mgr.34104) 2147 : audit [DBG] from='client.44388 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:07:16.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:16 smithi178 bash[77880]: audit 2024-03-21T13:07:15.213686+0000 mon.a (mon.0) 2887 : audit [DBG] from='client.? 172.21.15.178:0/1032821823' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:16.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:16 smithi178 bash[77880]: audit 2024-03-21T13:07:16.032707+0000 mon.c (mon.1) 14 : audit [DBG] from='client.? 172.21.15.178:0/1433341304' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T13:07:16.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:16 smithi178 bash[75692]: audit 2024-03-21T13:07:14.338643+0000 mgr.x (mgr.34104) 2146 : audit [DBG] from='client.54355 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:07:16.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:16 smithi178 bash[75692]: audit 2024-03-21T13:07:14.722717+0000 mgr.x (mgr.34104) 2147 : audit [DBG] from='client.44388 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:07:16.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:16 smithi178 bash[75692]: audit 2024-03-21T13:07:15.213686+0000 mon.a (mon.0) 2887 : audit [DBG] from='client.? 172.21.15.178:0/1032821823' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:16.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:16 smithi178 bash[75692]: audit 2024-03-21T13:07:16.032707+0000 mon.c (mon.1) 14 : audit [DBG] from='client.? 172.21.15.178:0/1433341304' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T13:07:16.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:16 smithi184 bash[59794]: audit 2024-03-21T13:07:14.338643+0000 mgr.x (mgr.34104) 2146 : audit [DBG] from='client.54355 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:07:16.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:16 smithi184 bash[59794]: audit 2024-03-21T13:07:14.722717+0000 mgr.x (mgr.34104) 2147 : audit [DBG] from='client.44388 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:07:16.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:16 smithi184 bash[59794]: audit 2024-03-21T13:07:15.213686+0000 mon.a (mon.0) 2887 : audit [DBG] from='client.? 172.21.15.178:0/1032821823' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:16.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:16 smithi184 bash[59794]: audit 2024-03-21T13:07:16.032707+0000 mon.c (mon.1) 14 : audit [DBG] from='client.? 172.21.15.178:0/1433341304' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T13:07:17.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:17 smithi178 bash[75692]: cluster 2024-03-21T13:07:15.318903+0000 mgr.x (mgr.34104) 2148 : cluster [DBG] pgmap v1412: 161 pgs: 161 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 820 B/s rd, 0 op/s 2024-03-21T13:07:17.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:17 smithi178 bash[75692]: audit 2024-03-21T13:07:15.604433+0000 mgr.x (mgr.34104) 2149 : audit [DBG] from='client.44400 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:07:17.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:17 smithi178 bash[77880]: cluster 2024-03-21T13:07:15.318903+0000 mgr.x (mgr.34104) 2148 : cluster [DBG] pgmap v1412: 161 pgs: 161 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 820 B/s rd, 0 op/s 2024-03-21T13:07:17.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:17 smithi178 bash[77880]: audit 2024-03-21T13:07:15.604433+0000 mgr.x (mgr.34104) 2149 : audit [DBG] from='client.44400 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:07:17.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:17 smithi184 bash[59794]: cluster 2024-03-21T13:07:15.318903+0000 mgr.x (mgr.34104) 2148 : cluster [DBG] pgmap v1412: 161 pgs: 161 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 820 B/s rd, 0 op/s 2024-03-21T13:07:17.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:17 smithi184 bash[59794]: audit 2024-03-21T13:07:15.604433+0000 mgr.x (mgr.34104) 2149 : audit [DBG] from='client.44400 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:07:19.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:19 smithi178 bash[75692]: cluster 2024-03-21T13:07:17.320371+0000 mgr.x (mgr.34104) 2150 : cluster [DBG] pgmap v1413: 161 pgs: 161 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:07:19.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:19 smithi178 bash[77880]: cluster 2024-03-21T13:07:17.320371+0000 mgr.x (mgr.34104) 2150 : cluster [DBG] pgmap v1413: 161 pgs: 161 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:07:19.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:19 smithi184 bash[59794]: cluster 2024-03-21T13:07:17.320371+0000 mgr.x (mgr.34104) 2150 : cluster [DBG] pgmap v1413: 161 pgs: 161 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:07:21.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:20 smithi178 bash[75692]: cluster 2024-03-21T13:07:19.321391+0000 mgr.x (mgr.34104) 2151 : cluster [DBG] pgmap v1414: 161 pgs: 161 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 620 B/s rd, 0 op/s 2024-03-21T13:07:21.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:20 smithi178 bash[75692]: audit 2024-03-21T13:07:19.789370+0000 mon.a (mon.0) 2888 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:21.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:20 smithi178 bash[75692]: audit 2024-03-21T13:07:19.791810+0000 mon.a (mon.0) 2889 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:07:21.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:20 smithi178 bash[75692]: audit 2024-03-21T13:07:19.967178+0000 mon.a (mon.0) 2890 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:21.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:20 smithi178 bash[75692]: audit 2024-03-21T13:07:20.543938+0000 mon.a (mon.0) 2891 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-03-21T13:07:21.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:20 smithi178 bash[77880]: cluster 2024-03-21T13:07:19.321391+0000 mgr.x (mgr.34104) 2151 : cluster [DBG] pgmap v1414: 161 pgs: 161 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 620 B/s rd, 0 op/s 2024-03-21T13:07:21.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:20 smithi178 bash[77880]: audit 2024-03-21T13:07:19.789370+0000 mon.a (mon.0) 2888 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:21.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:20 smithi178 bash[77880]: audit 2024-03-21T13:07:19.791810+0000 mon.a (mon.0) 2889 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:07:21.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:20 smithi178 bash[77880]: audit 2024-03-21T13:07:19.967178+0000 mon.a (mon.0) 2890 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:21.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:20 smithi178 bash[77880]: audit 2024-03-21T13:07:20.543938+0000 mon.a (mon.0) 2891 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-03-21T13:07:21.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:20 smithi184 bash[59794]: cluster 2024-03-21T13:07:19.321391+0000 mgr.x (mgr.34104) 2151 : cluster [DBG] pgmap v1414: 161 pgs: 161 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 620 B/s rd, 0 op/s 2024-03-21T13:07:21.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:20 smithi184 bash[59794]: audit 2024-03-21T13:07:19.789370+0000 mon.a (mon.0) 2888 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:21.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:20 smithi184 bash[59794]: audit 2024-03-21T13:07:19.791810+0000 mon.a (mon.0) 2889 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:07:21.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:20 smithi184 bash[59794]: audit 2024-03-21T13:07:19.967178+0000 mon.a (mon.0) 2890 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:21.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:20 smithi184 bash[59794]: audit 2024-03-21T13:07:20.543938+0000 mon.a (mon.0) 2891 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-03-21T13:07:22.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:21 smithi184 bash[59794]: audit 2024-03-21T13:07:20.545908+0000 mgr.x (mgr.34104) 2152 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-03-21T13:07:22.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:21 smithi184 bash[59794]: cephadm 2024-03-21T13:07:20.549079+0000 mgr.x (mgr.34104) 2153 : cephadm [INF] Upgrade: osd.3 is safe to restart 2024-03-21T13:07:22.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:21 smithi184 bash[59794]: audit 2024-03-21T13:07:20.768093+0000 mgr.x (mgr.34104) 2154 : audit [DBG] from='client.15585 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:07:22.125 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:21 smithi178 bash[75692]: audit 2024-03-21T13:07:20.545908+0000 mgr.x (mgr.34104) 2152 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-03-21T13:07:22.125 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:21 smithi178 bash[75692]: cephadm 2024-03-21T13:07:20.549079+0000 mgr.x (mgr.34104) 2153 : cephadm [INF] Upgrade: osd.3 is safe to restart 2024-03-21T13:07:22.125 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:21 smithi178 bash[75692]: audit 2024-03-21T13:07:20.768093+0000 mgr.x (mgr.34104) 2154 : audit [DBG] from='client.15585 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:07:22.125 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:21 smithi178 bash[77880]: audit 2024-03-21T13:07:20.545908+0000 mgr.x (mgr.34104) 2152 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-03-21T13:07:22.125 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:21 smithi178 bash[77880]: cephadm 2024-03-21T13:07:20.549079+0000 mgr.x (mgr.34104) 2153 : cephadm [INF] Upgrade: osd.3 is safe to restart 2024-03-21T13:07:22.126 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:21 smithi178 bash[77880]: audit 2024-03-21T13:07:20.768093+0000 mgr.x (mgr.34104) 2154 : audit [DBG] from='client.15585 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:07:23.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:22 smithi178 bash[75692]: cluster 2024-03-21T13:07:21.323094+0000 mgr.x (mgr.34104) 2155 : cluster [DBG] pgmap v1415: 161 pgs: 161 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-03-21T13:07:23.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:22 smithi178 bash[77880]: cluster 2024-03-21T13:07:21.323094+0000 mgr.x (mgr.34104) 2155 : cluster [DBG] pgmap v1415: 161 pgs: 161 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-03-21T13:07:23.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:22 smithi184 bash[59794]: cluster 2024-03-21T13:07:21.323094+0000 mgr.x (mgr.34104) 2155 : cluster [DBG] pgmap v1415: 161 pgs: 161 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-03-21T13:07:24.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:24 smithi178 bash[75692]: cephadm 2024-03-21T13:07:23.270500+0000 mgr.x (mgr.34104) 2156 : cephadm [INF] Upgrade: Updating osd.3 2024-03-21T13:07:24.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:24 smithi178 bash[75692]: audit 2024-03-21T13:07:23.277133+0000 mon.a (mon.0) 2892 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:24.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:24 smithi178 bash[75692]: audit 2024-03-21T13:07:23.282123+0000 mon.a (mon.0) 2893 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-03-21T13:07:24.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:24 smithi178 bash[75692]: audit 2024-03-21T13:07:23.283822+0000 mon.a (mon.0) 2894 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:24.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:24 smithi178 bash[75692]: cephadm 2024-03-21T13:07:23.291063+0000 mgr.x (mgr.34104) 2157 : cephadm [INF] Deploying daemon osd.3 on smithi178 2024-03-21T13:07:24.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:24 smithi178 bash[75692]: cluster 2024-03-21T13:07:23.323798+0000 mgr.x (mgr.34104) 2158 : cluster [DBG] pgmap v1416: 161 pgs: 161 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:07:24.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:24 smithi178 bash[77880]: cephadm 2024-03-21T13:07:23.270500+0000 mgr.x (mgr.34104) 2156 : cephadm [INF] Upgrade: Updating osd.3 2024-03-21T13:07:24.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:24 smithi178 bash[77880]: audit 2024-03-21T13:07:23.277133+0000 mon.a (mon.0) 2892 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:24.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:24 smithi178 bash[77880]: audit 2024-03-21T13:07:23.282123+0000 mon.a (mon.0) 2893 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-03-21T13:07:24.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:24 smithi178 bash[77880]: audit 2024-03-21T13:07:23.283822+0000 mon.a (mon.0) 2894 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:24.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:24 smithi178 bash[77880]: cephadm 2024-03-21T13:07:23.291063+0000 mgr.x (mgr.34104) 2157 : cephadm [INF] Deploying daemon osd.3 on smithi178 2024-03-21T13:07:24.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:24 smithi178 bash[77880]: cluster 2024-03-21T13:07:23.323798+0000 mgr.x (mgr.34104) 2158 : cluster [DBG] pgmap v1416: 161 pgs: 161 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:07:24.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:24 smithi184 bash[59794]: cephadm 2024-03-21T13:07:23.270500+0000 mgr.x (mgr.34104) 2156 : cephadm [INF] Upgrade: Updating osd.3 2024-03-21T13:07:24.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:24 smithi184 bash[59794]: audit 2024-03-21T13:07:23.277133+0000 mon.a (mon.0) 2892 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:24.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:24 smithi184 bash[59794]: audit 2024-03-21T13:07:23.282123+0000 mon.a (mon.0) 2893 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-03-21T13:07:24.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:24 smithi184 bash[59794]: audit 2024-03-21T13:07:23.283822+0000 mon.a (mon.0) 2894 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:24.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:24 smithi184 bash[59794]: cephadm 2024-03-21T13:07:23.291063+0000 mgr.x (mgr.34104) 2157 : cephadm [INF] Deploying daemon osd.3 on smithi178 2024-03-21T13:07:24.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:24 smithi184 bash[59794]: cluster 2024-03-21T13:07:23.323798+0000 mgr.x (mgr.34104) 2158 : cluster [DBG] pgmap v1416: 161 pgs: 161 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:07:25.823 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:07:25 smithi184 bash[52419]: ::ffff:172.21.15.184 - - [21/Mar/2024:13:07:25] "GET /metrics HTTP/1.1" 200 38587 "" "Prometheus/2.33.4" 2024-03-21T13:07:26.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:26 smithi184 bash[59794]: cluster 2024-03-21T13:07:25.324849+0000 mgr.x (mgr.34104) 2159 : cluster [DBG] pgmap v1417: 161 pgs: 161 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:07:26.782 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:26 smithi178 bash[75692]: cluster 2024-03-21T13:07:25.324849+0000 mgr.x (mgr.34104) 2159 : cluster [DBG] pgmap v1417: 161 pgs: 161 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:07:26.782 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:26 smithi178 bash[77880]: cluster 2024-03-21T13:07:25.324849+0000 mgr.x (mgr.34104) 2159 : cluster [DBG] pgmap v1417: 161 pgs: 161 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:07:28.388 INFO:journalctl@ceph.osd.3.smithi178.stdout:Mar 21 13:07:28 smithi178 systemd[1]: Stopping Ceph osd.3 for a94f249e-e780-11ee-95cd-87774f69a715... 2024-03-21T13:07:28.615 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:28 smithi178 bash[75692]: cluster 2024-03-21T13:07:27.326354+0000 mgr.x (mgr.34104) 2160 : cluster [DBG] pgmap v1418: 161 pgs: 161 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:07:28.615 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:28 smithi178 bash[77880]: cluster 2024-03-21T13:07:27.326354+0000 mgr.x (mgr.34104) 2160 : cluster [DBG] pgmap v1418: 161 pgs: 161 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:07:28.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:28 smithi184 bash[59794]: cluster 2024-03-21T13:07:27.326354+0000 mgr.x (mgr.34104) 2160 : cluster [DBG] pgmap v1418: 161 pgs: 161 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:07:29.155 INFO:journalctl@ceph.osd.3.smithi178.stdout:Mar 21 13:07:28 smithi178 bash[34046]: debug 2024-03-21T13:07:28.871+0000 7f1344175700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.3 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-03-21T13:07:29.155 INFO:journalctl@ceph.osd.3.smithi178.stdout:Mar 21 13:07:28 smithi178 bash[34046]: debug 2024-03-21T13:07:28.871+0000 7f1344175700 -1 osd.3 143 *** Got signal Terminated *** 2024-03-21T13:07:29.155 INFO:journalctl@ceph.osd.3.smithi178.stdout:Mar 21 13:07:28 smithi178 bash[34046]: debug 2024-03-21T13:07:28.871+0000 7f1344175700 -1 osd.3 143 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-21T13:07:29.463 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:29 smithi178 bash[75692]: cluster 2024-03-21T13:07:28.876872+0000 mon.a (mon.0) 2895 : cluster [INF] osd.3 marked itself down and dead 2024-03-21T13:07:29.464 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:29 smithi178 bash[75692]: audit 2024-03-21T13:07:28.944725+0000 mon.a (mon.0) 2896 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:29.464 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:29 smithi178 bash[75692]: audit 2024-03-21T13:07:28.955013+0000 mon.a (mon.0) 2897 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:29.464 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:29 smithi178 bash[75692]: cluster 2024-03-21T13:07:28.958463+0000 mgr.x (mgr.34104) 2161 : cluster [DBG] pgmap v1419: 161 pgs: 161 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 879 B/s rd, 0 op/s 2024-03-21T13:07:29.464 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:29 smithi178 bash[75692]: cluster 2024-03-21T13:07:28.958858+0000 mgr.x (mgr.34104) 2162 : cluster [DBG] pgmap v1420: 161 pgs: 161 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-21T13:07:29.464 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:29 smithi178 bash[75692]: audit 2024-03-21T13:07:28.965013+0000 mon.a (mon.0) 2898 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:29.464 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:29 smithi178 bash[77880]: cluster 2024-03-21T13:07:28.876872+0000 mon.a (mon.0) 2895 : cluster [INF] osd.3 marked itself down and dead 2024-03-21T13:07:29.464 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:29 smithi178 bash[77880]: audit 2024-03-21T13:07:28.944725+0000 mon.a (mon.0) 2896 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:29.465 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:29 smithi178 bash[77880]: audit 2024-03-21T13:07:28.955013+0000 mon.a (mon.0) 2897 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:29.465 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:29 smithi178 bash[77880]: cluster 2024-03-21T13:07:28.958463+0000 mgr.x (mgr.34104) 2161 : cluster [DBG] pgmap v1419: 161 pgs: 161 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 879 B/s rd, 0 op/s 2024-03-21T13:07:29.465 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:29 smithi178 bash[77880]: cluster 2024-03-21T13:07:28.958858+0000 mgr.x (mgr.34104) 2162 : cluster [DBG] pgmap v1420: 161 pgs: 161 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-21T13:07:29.465 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:29 smithi178 bash[77880]: audit 2024-03-21T13:07:28.965013+0000 mon.a (mon.0) 2898 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:29.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:29 smithi184 bash[59794]: cluster 2024-03-21T13:07:28.876872+0000 mon.a (mon.0) 2895 : cluster [INF] osd.3 marked itself down and dead 2024-03-21T13:07:29.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:29 smithi184 bash[59794]: audit 2024-03-21T13:07:28.944725+0000 mon.a (mon.0) 2896 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:29.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:29 smithi184 bash[59794]: audit 2024-03-21T13:07:28.955013+0000 mon.a (mon.0) 2897 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:29.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:29 smithi184 bash[59794]: cluster 2024-03-21T13:07:28.958463+0000 mgr.x (mgr.34104) 2161 : cluster [DBG] pgmap v1419: 161 pgs: 161 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 879 B/s rd, 0 op/s 2024-03-21T13:07:29.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:29 smithi184 bash[59794]: cluster 2024-03-21T13:07:28.958858+0000 mgr.x (mgr.34104) 2162 : cluster [DBG] pgmap v1420: 161 pgs: 161 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-21T13:07:29.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:29 smithi184 bash[59794]: audit 2024-03-21T13:07:28.965013+0000 mon.a (mon.0) 2898 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:30.531 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:30 smithi178 bash[75692]: cluster 2024-03-21T13:07:29.386071+0000 mon.a (mon.0) 2899 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-03-21T13:07:30.531 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:30 smithi178 bash[75692]: cluster 2024-03-21T13:07:29.401151+0000 mon.a (mon.0) 2900 : cluster [DBG] osdmap e144: 8 total, 7 up, 8 in 2024-03-21T13:07:30.531 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:30 smithi178 bash[75692]: cluster 2024-03-21T13:07:29.951881+0000 mon.a (mon.0) 2901 : cluster [WRN] Health check update: 2 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-21T13:07:30.531 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:30 smithi178 bash[77880]: cluster 2024-03-21T13:07:29.386071+0000 mon.a (mon.0) 2899 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-03-21T13:07:30.532 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:30 smithi178 bash[77880]: cluster 2024-03-21T13:07:29.401151+0000 mon.a (mon.0) 2900 : cluster [DBG] osdmap e144: 8 total, 7 up, 8 in 2024-03-21T13:07:30.532 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:30 smithi178 bash[77880]: cluster 2024-03-21T13:07:29.951881+0000 mon.a (mon.0) 2901 : cluster [WRN] Health check update: 2 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-21T13:07:30.792 INFO:journalctl@ceph.osd.3.smithi178.stdout:Mar 21 13:07:30 smithi178 bash[96284]: ceph-a94f249e-e780-11ee-95cd-87774f69a715-osd-3 2024-03-21T13:07:30.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:30 smithi184 bash[59794]: cluster 2024-03-21T13:07:29.386071+0000 mon.a (mon.0) 2899 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-03-21T13:07:30.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:30 smithi184 bash[59794]: cluster 2024-03-21T13:07:29.401151+0000 mon.a (mon.0) 2900 : cluster [DBG] osdmap e144: 8 total, 7 up, 8 in 2024-03-21T13:07:30.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:30 smithi184 bash[59794]: cluster 2024-03-21T13:07:29.951881+0000 mon.a (mon.0) 2901 : cluster [WRN] Health check update: 2 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-21T13:07:31.298 INFO:journalctl@ceph.osd.3.smithi178.stdout:Mar 21 13:07:30 smithi178 bash[96508]: Error response from daemon: No such container: ceph-a94f249e-e780-11ee-95cd-87774f69a715-osd-3 2024-03-21T13:07:31.789 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:31 smithi178 bash[75692]: cluster 2024-03-21T13:07:30.401873+0000 mon.a (mon.0) 2902 : cluster [DBG] osdmap e145: 8 total, 7 up, 8 in 2024-03-21T13:07:31.789 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:31 smithi178 bash[75692]: audit 2024-03-21T13:07:30.776830+0000 mgr.x (mgr.34104) 2163 : audit [DBG] from='client.15585 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:07:31.789 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:31 smithi178 bash[75692]: cluster 2024-03-21T13:07:30.960656+0000 mgr.x (mgr.34104) 2164 : cluster [DBG] pgmap v1423: 161 pgs: 13 active+undersized+degraded, 14 peering, 8 stale+active+clean, 18 active+undersized, 108 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 39/630 objects degraded (6.190%) 2024-03-21T13:07:31.790 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:31 smithi178 bash[77880]: cluster 2024-03-21T13:07:30.401873+0000 mon.a (mon.0) 2902 : cluster [DBG] osdmap e145: 8 total, 7 up, 8 in 2024-03-21T13:07:31.790 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:31 smithi178 bash[77880]: audit 2024-03-21T13:07:30.776830+0000 mgr.x (mgr.34104) 2163 : audit [DBG] from='client.15585 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:07:31.790 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:31 smithi178 bash[77880]: cluster 2024-03-21T13:07:30.960656+0000 mgr.x (mgr.34104) 2164 : cluster [DBG] pgmap v1423: 161 pgs: 13 active+undersized+degraded, 14 peering, 8 stale+active+clean, 18 active+undersized, 108 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 39/630 objects degraded (6.190%) 2024-03-21T13:07:31.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:31 smithi184 bash[59794]: cluster 2024-03-21T13:07:30.401873+0000 mon.a (mon.0) 2902 : cluster [DBG] osdmap e145: 8 total, 7 up, 8 in 2024-03-21T13:07:31.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:31 smithi184 bash[59794]: audit 2024-03-21T13:07:30.776830+0000 mgr.x (mgr.34104) 2163 : audit [DBG] from='client.15585 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:07:31.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:31 smithi184 bash[59794]: cluster 2024-03-21T13:07:30.960656+0000 mgr.x (mgr.34104) 2164 : cluster [DBG] pgmap v1423: 161 pgs: 13 active+undersized+degraded, 14 peering, 8 stale+active+clean, 18 active+undersized, 108 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 39/630 objects degraded (6.190%) 2024-03-21T13:07:32.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:32 smithi178 bash[75692]: cluster 2024-03-21T13:07:31.398767+0000 mon.a (mon.0) 2903 : cluster [WRN] Health check failed: Reduced data availability: 4 pgs inactive, 5 pgs peering (PG_AVAILABILITY) 2024-03-21T13:07:32.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:32 smithi178 bash[75692]: cluster 2024-03-21T13:07:31.398897+0000 mon.a (mon.0) 2904 : cluster [WRN] Health check failed: Degraded data redundancy: 39/630 objects degraded (6.190%), 13 pgs degraded (PG_DEGRADED) 2024-03-21T13:07:32.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:32 smithi178 bash[75692]: audit 2024-03-21T13:07:31.485784+0000 mon.a (mon.0) 2905 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:32.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:32 smithi178 bash[75692]: audit 2024-03-21T13:07:31.496931+0000 mon.a (mon.0) 2906 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:32.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:32 smithi178 bash[75692]: cluster 2024-03-21T13:07:31.500917+0000 mgr.x (mgr.34104) 2165 : cluster [DBG] pgmap v1424: 161 pgs: 13 active+undersized+degraded, 14 peering, 8 stale+active+clean, 18 active+undersized, 108 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 39/630 objects degraded (6.190%) 2024-03-21T13:07:32.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:32 smithi178 bash[75692]: cluster 2024-03-21T13:07:31.501807+0000 mgr.x (mgr.34104) 2166 : cluster [DBG] pgmap v1425: 161 pgs: 13 active+undersized+degraded, 14 peering, 8 stale+active+clean, 18 active+undersized, 108 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 39/630 objects degraded (6.190%) 2024-03-21T13:07:32.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:32 smithi178 bash[75692]: audit 2024-03-21T13:07:31.506261+0000 mon.a (mon.0) 2907 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:32.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:32 smithi178 bash[77880]: cluster 2024-03-21T13:07:31.398767+0000 mon.a (mon.0) 2903 : cluster [WRN] Health check failed: Reduced data availability: 4 pgs inactive, 5 pgs peering (PG_AVAILABILITY) 2024-03-21T13:07:32.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:32 smithi178 bash[77880]: cluster 2024-03-21T13:07:31.398897+0000 mon.a (mon.0) 2904 : cluster [WRN] Health check failed: Degraded data redundancy: 39/630 objects degraded (6.190%), 13 pgs degraded (PG_DEGRADED) 2024-03-21T13:07:32.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:32 smithi178 bash[77880]: audit 2024-03-21T13:07:31.485784+0000 mon.a (mon.0) 2905 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:32.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:32 smithi178 bash[77880]: audit 2024-03-21T13:07:31.496931+0000 mon.a (mon.0) 2906 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:32.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:32 smithi178 bash[77880]: cluster 2024-03-21T13:07:31.500917+0000 mgr.x (mgr.34104) 2165 : cluster [DBG] pgmap v1424: 161 pgs: 13 active+undersized+degraded, 14 peering, 8 stale+active+clean, 18 active+undersized, 108 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 39/630 objects degraded (6.190%) 2024-03-21T13:07:32.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:32 smithi178 bash[77880]: cluster 2024-03-21T13:07:31.501807+0000 mgr.x (mgr.34104) 2166 : cluster [DBG] pgmap v1425: 161 pgs: 13 active+undersized+degraded, 14 peering, 8 stale+active+clean, 18 active+undersized, 108 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 39/630 objects degraded (6.190%) 2024-03-21T13:07:32.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:32 smithi178 bash[77880]: audit 2024-03-21T13:07:31.506261+0000 mon.a (mon.0) 2907 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:32.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:32 smithi184 bash[59794]: cluster 2024-03-21T13:07:31.398767+0000 mon.a (mon.0) 2903 : cluster [WRN] Health check failed: Reduced data availability: 4 pgs inactive, 5 pgs peering (PG_AVAILABILITY) 2024-03-21T13:07:32.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:32 smithi184 bash[59794]: cluster 2024-03-21T13:07:31.398897+0000 mon.a (mon.0) 2904 : cluster [WRN] Health check failed: Degraded data redundancy: 39/630 objects degraded (6.190%), 13 pgs degraded (PG_DEGRADED) 2024-03-21T13:07:32.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:32 smithi184 bash[59794]: audit 2024-03-21T13:07:31.485784+0000 mon.a (mon.0) 2905 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:32.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:32 smithi184 bash[59794]: audit 2024-03-21T13:07:31.496931+0000 mon.a (mon.0) 2906 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:32.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:32 smithi184 bash[59794]: cluster 2024-03-21T13:07:31.500917+0000 mgr.x (mgr.34104) 2165 : cluster [DBG] pgmap v1424: 161 pgs: 13 active+undersized+degraded, 14 peering, 8 stale+active+clean, 18 active+undersized, 108 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 39/630 objects degraded (6.190%) 2024-03-21T13:07:32.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:32 smithi184 bash[59794]: cluster 2024-03-21T13:07:31.501807+0000 mgr.x (mgr.34104) 2166 : cluster [DBG] pgmap v1425: 161 pgs: 13 active+undersized+degraded, 14 peering, 8 stale+active+clean, 18 active+undersized, 108 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 39/630 objects degraded (6.190%) 2024-03-21T13:07:32.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:32 smithi184 bash[59794]: audit 2024-03-21T13:07:31.506261+0000 mon.a (mon.0) 2907 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:33.395 INFO:journalctl@ceph.osd.3.smithi178.stdout:Mar 21 13:07:33 smithi178 systemd[1]: ceph-a94f249e-e780-11ee-95cd-87774f69a715@osd.3.service: Succeeded. 2024-03-21T13:07:33.395 INFO:journalctl@ceph.osd.3.smithi178.stdout:Mar 21 13:07:33 smithi178 systemd[1]: Stopped Ceph osd.3 for a94f249e-e780-11ee-95cd-87774f69a715. 2024-03-21T13:07:33.395 INFO:journalctl@ceph.osd.3.smithi178.stdout:Mar 21 13:07:33 smithi178 systemd[1]: Started Ceph osd.3 for a94f249e-e780-11ee-95cd-87774f69a715. 2024-03-21T13:07:34.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:34 smithi178 bash[77880]: audit 2024-03-21T13:07:33.382501+0000 mon.a (mon.0) 2908 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:34.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:34 smithi178 bash[77880]: audit 2024-03-21T13:07:33.390442+0000 mon.a (mon.0) 2909 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:34.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:34 smithi178 bash[77880]: audit 2024-03-21T13:07:33.435044+0000 mon.a (mon.0) 2910 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:34.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:34 smithi178 bash[77880]: audit 2024-03-21T13:07:33.437315+0000 mon.a (mon.0) 2911 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:34.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:34 smithi178 bash[77880]: cluster 2024-03-21T13:07:33.442720+0000 mgr.x (mgr.34104) 2167 : cluster [DBG] pgmap v1426: 161 pgs: 15 active+undersized+degraded, 14 peering, 6 stale+active+clean, 24 active+undersized, 102 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 41/630 objects degraded (6.508%) 2024-03-21T13:07:34.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:34 smithi178 bash[77880]: cluster 2024-03-21T13:07:33.443586+0000 mgr.x (mgr.34104) 2168 : cluster [DBG] pgmap v1427: 161 pgs: 15 active+undersized+degraded, 14 peering, 6 stale+active+clean, 24 active+undersized, 102 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 41/630 objects degraded (6.508%) 2024-03-21T13:07:34.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:34 smithi178 bash[77880]: audit 2024-03-21T13:07:33.449761+0000 mon.a (mon.0) 2912 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:34.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:34 smithi178 bash[77880]: cephadm 2024-03-21T13:07:33.452096+0000 mgr.x (mgr.34104) 2169 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:34.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:34 smithi178 bash[77880]: audit 2024-03-21T13:07:33.529741+0000 mon.a (mon.0) 2913 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:34.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:34 smithi178 bash[77880]: audit 2024-03-21T13:07:33.532925+0000 mon.a (mon.0) 2914 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:34.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:34 smithi178 bash[77880]: audit 2024-03-21T13:07:33.537765+0000 mon.a (mon.0) 2915 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:34.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:34 smithi178 bash[77880]: audit 2024-03-21T13:07:33.539300+0000 mon.a (mon.0) 2916 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:34.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:34 smithi178 bash[77880]: cluster 2024-03-21T13:07:33.543628+0000 mgr.x (mgr.34104) 2170 : cluster [DBG] pgmap v1428: 161 pgs: 15 active+undersized+degraded, 14 peering, 6 stale+active+clean, 24 active+undersized, 102 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 41/630 objects degraded (6.508%) 2024-03-21T13:07:34.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:34 smithi178 bash[77880]: cluster 2024-03-21T13:07:33.544499+0000 mgr.x (mgr.34104) 2171 : cluster [DBG] pgmap v1429: 161 pgs: 15 active+undersized+degraded, 14 peering, 6 stale+active+clean, 24 active+undersized, 102 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 41/630 objects degraded (6.508%) 2024-03-21T13:07:34.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:34 smithi178 bash[77880]: audit 2024-03-21T13:07:33.551546+0000 mon.a (mon.0) 2917 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:34.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:34 smithi178 bash[77880]: cephadm 2024-03-21T13:07:33.553852+0000 mgr.x (mgr.34104) 2172 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:34.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:34 smithi178 bash[77880]: audit 2024-03-21T13:07:33.631354+0000 mon.a (mon.0) 2918 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:34.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:34 smithi178 bash[75692]: audit 2024-03-21T13:07:33.382501+0000 mon.a (mon.0) 2908 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:34.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:34 smithi178 bash[75692]: audit 2024-03-21T13:07:33.390442+0000 mon.a (mon.0) 2909 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:34.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:34 smithi178 bash[75692]: audit 2024-03-21T13:07:33.435044+0000 mon.a (mon.0) 2910 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:34.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:34 smithi178 bash[75692]: audit 2024-03-21T13:07:33.437315+0000 mon.a (mon.0) 2911 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:34.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:34 smithi178 bash[75692]: cluster 2024-03-21T13:07:33.442720+0000 mgr.x (mgr.34104) 2167 : cluster [DBG] pgmap v1426: 161 pgs: 15 active+undersized+degraded, 14 peering, 6 stale+active+clean, 24 active+undersized, 102 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 41/630 objects degraded (6.508%) 2024-03-21T13:07:34.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:34 smithi178 bash[75692]: cluster 2024-03-21T13:07:33.443586+0000 mgr.x (mgr.34104) 2168 : cluster [DBG] pgmap v1427: 161 pgs: 15 active+undersized+degraded, 14 peering, 6 stale+active+clean, 24 active+undersized, 102 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 41/630 objects degraded (6.508%) 2024-03-21T13:07:34.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:34 smithi178 bash[75692]: audit 2024-03-21T13:07:33.449761+0000 mon.a (mon.0) 2912 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:34.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:34 smithi178 bash[75692]: cephadm 2024-03-21T13:07:33.452096+0000 mgr.x (mgr.34104) 2169 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:34.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:34 smithi178 bash[75692]: audit 2024-03-21T13:07:33.529741+0000 mon.a (mon.0) 2913 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:34.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:34 smithi178 bash[75692]: audit 2024-03-21T13:07:33.532925+0000 mon.a (mon.0) 2914 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:34.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:34 smithi178 bash[75692]: audit 2024-03-21T13:07:33.537765+0000 mon.a (mon.0) 2915 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:34.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:34 smithi178 bash[75692]: audit 2024-03-21T13:07:33.539300+0000 mon.a (mon.0) 2916 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:34.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:34 smithi178 bash[75692]: cluster 2024-03-21T13:07:33.543628+0000 mgr.x (mgr.34104) 2170 : cluster [DBG] pgmap v1428: 161 pgs: 15 active+undersized+degraded, 14 peering, 6 stale+active+clean, 24 active+undersized, 102 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 41/630 objects degraded (6.508%) 2024-03-21T13:07:34.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:34 smithi178 bash[75692]: cluster 2024-03-21T13:07:33.544499+0000 mgr.x (mgr.34104) 2171 : cluster [DBG] pgmap v1429: 161 pgs: 15 active+undersized+degraded, 14 peering, 6 stale+active+clean, 24 active+undersized, 102 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 41/630 objects degraded (6.508%) 2024-03-21T13:07:34.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:34 smithi178 bash[75692]: audit 2024-03-21T13:07:33.551546+0000 mon.a (mon.0) 2917 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:34.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:34 smithi178 bash[75692]: cephadm 2024-03-21T13:07:33.553852+0000 mgr.x (mgr.34104) 2172 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:34.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:34 smithi178 bash[75692]: audit 2024-03-21T13:07:33.631354+0000 mon.a (mon.0) 2918 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:34.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:34 smithi178 bash[77880]: audit 2024-03-21T13:07:33.634234+0000 mon.a (mon.0) 2919 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:34.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:34 smithi178 bash[77880]: audit 2024-03-21T13:07:33.637012+0000 mon.a (mon.0) 2920 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:34.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:34 smithi178 bash[77880]: audit 2024-03-21T13:07:33.638285+0000 mon.a (mon.0) 2921 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:34.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:34 smithi178 bash[77880]: cluster 2024-03-21T13:07:33.641821+0000 mgr.x (mgr.34104) 2173 : cluster [DBG] pgmap v1430: 161 pgs: 20 active+undersized+degraded, 14 peering, 33 active+undersized, 94 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 63/630 objects degraded (10.000%) 2024-03-21T13:07:34.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:34 smithi178 bash[77880]: cluster 2024-03-21T13:07:33.642341+0000 mgr.x (mgr.34104) 2174 : cluster [DBG] pgmap v1431: 161 pgs: 20 active+undersized+degraded, 14 peering, 33 active+undersized, 94 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 63/630 objects degraded (10.000%) 2024-03-21T13:07:34.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:34 smithi178 bash[77880]: audit 2024-03-21T13:07:33.649401+0000 mon.a (mon.0) 2922 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:34.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:34 smithi178 bash[77880]: cephadm 2024-03-21T13:07:33.651374+0000 mgr.x (mgr.34104) 2175 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:34.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:34 smithi178 bash[77880]: audit 2024-03-21T13:07:33.729369+0000 mon.a (mon.0) 2923 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:34.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:34 smithi178 bash[77880]: audit 2024-03-21T13:07:33.732468+0000 mon.a (mon.0) 2924 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:34.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:34 smithi178 bash[77880]: audit 2024-03-21T13:07:33.736323+0000 mon.a (mon.0) 2925 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:34.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:34 smithi178 bash[77880]: audit 2024-03-21T13:07:33.737770+0000 mon.a (mon.0) 2926 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:34.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:34 smithi178 bash[77880]: cluster 2024-03-21T13:07:33.741722+0000 mgr.x (mgr.34104) 2176 : cluster [DBG] pgmap v1432: 161 pgs: 20 active+undersized+degraded, 14 peering, 33 active+undersized, 94 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 63/630 objects degraded (10.000%) 2024-03-21T13:07:34.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:34 smithi178 bash[77880]: cluster 2024-03-21T13:07:33.742574+0000 mgr.x (mgr.34104) 2177 : cluster [DBG] pgmap v1433: 161 pgs: 20 active+undersized+degraded, 14 peering, 33 active+undersized, 94 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 63/630 objects degraded (10.000%) 2024-03-21T13:07:34.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:34 smithi178 bash[77880]: audit 2024-03-21T13:07:33.749213+0000 mon.a (mon.0) 2927 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:34.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:34 smithi178 bash[77880]: cephadm 2024-03-21T13:07:33.751160+0000 mgr.x (mgr.34104) 2178 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:34.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:34 smithi178 bash[77880]: audit 2024-03-21T13:07:33.828370+0000 mon.a (mon.0) 2928 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:34.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:34 smithi178 bash[77880]: audit 2024-03-21T13:07:33.832027+0000 mon.a (mon.0) 2929 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:34.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:34 smithi178 bash[77880]: audit 2024-03-21T13:07:33.836095+0000 mon.a (mon.0) 2930 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:34.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:34 smithi178 bash[75692]: audit 2024-03-21T13:07:33.634234+0000 mon.a (mon.0) 2919 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:34.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:34 smithi178 bash[75692]: audit 2024-03-21T13:07:33.637012+0000 mon.a (mon.0) 2920 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:34.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:34 smithi178 bash[75692]: audit 2024-03-21T13:07:33.638285+0000 mon.a (mon.0) 2921 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:34.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:34 smithi178 bash[75692]: cluster 2024-03-21T13:07:33.641821+0000 mgr.x (mgr.34104) 2173 : cluster [DBG] pgmap v1430: 161 pgs: 20 active+undersized+degraded, 14 peering, 33 active+undersized, 94 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 63/630 objects degraded (10.000%) 2024-03-21T13:07:34.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:34 smithi178 bash[75692]: cluster 2024-03-21T13:07:33.642341+0000 mgr.x (mgr.34104) 2174 : cluster [DBG] pgmap v1431: 161 pgs: 20 active+undersized+degraded, 14 peering, 33 active+undersized, 94 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 63/630 objects degraded (10.000%) 2024-03-21T13:07:34.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:34 smithi178 bash[75692]: audit 2024-03-21T13:07:33.649401+0000 mon.a (mon.0) 2922 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:34.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:34 smithi178 bash[75692]: cephadm 2024-03-21T13:07:33.651374+0000 mgr.x (mgr.34104) 2175 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:34.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:34 smithi178 bash[75692]: audit 2024-03-21T13:07:33.729369+0000 mon.a (mon.0) 2923 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:34.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:34 smithi178 bash[75692]: audit 2024-03-21T13:07:33.732468+0000 mon.a (mon.0) 2924 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:34.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:34 smithi178 bash[75692]: audit 2024-03-21T13:07:33.736323+0000 mon.a (mon.0) 2925 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:34.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:34 smithi178 bash[75692]: audit 2024-03-21T13:07:33.737770+0000 mon.a (mon.0) 2926 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:34.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:34 smithi178 bash[75692]: cluster 2024-03-21T13:07:33.741722+0000 mgr.x (mgr.34104) 2176 : cluster [DBG] pgmap v1432: 161 pgs: 20 active+undersized+degraded, 14 peering, 33 active+undersized, 94 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 63/630 objects degraded (10.000%) 2024-03-21T13:07:34.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:34 smithi178 bash[75692]: cluster 2024-03-21T13:07:33.742574+0000 mgr.x (mgr.34104) 2177 : cluster [DBG] pgmap v1433: 161 pgs: 20 active+undersized+degraded, 14 peering, 33 active+undersized, 94 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 63/630 objects degraded (10.000%) 2024-03-21T13:07:34.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:34 smithi178 bash[75692]: audit 2024-03-21T13:07:33.749213+0000 mon.a (mon.0) 2927 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:34.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:34 smithi178 bash[75692]: cephadm 2024-03-21T13:07:33.751160+0000 mgr.x (mgr.34104) 2178 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:34.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:34 smithi178 bash[75692]: audit 2024-03-21T13:07:33.828370+0000 mon.a (mon.0) 2928 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:34.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:34 smithi178 bash[75692]: audit 2024-03-21T13:07:33.832027+0000 mon.a (mon.0) 2929 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:34.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:34 smithi178 bash[75692]: audit 2024-03-21T13:07:33.836095+0000 mon.a (mon.0) 2930 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:34.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:34 smithi178 bash[77880]: audit 2024-03-21T13:07:33.837785+0000 mon.a (mon.0) 2931 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:34.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:34 smithi178 bash[77880]: cluster 2024-03-21T13:07:33.841857+0000 mgr.x (mgr.34104) 2179 : cluster [DBG] pgmap v1434: 161 pgs: 20 active+undersized+degraded, 14 peering, 33 active+undersized, 94 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 63/630 objects degraded (10.000%) 2024-03-21T13:07:34.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:34 smithi178 bash[77880]: cluster 2024-03-21T13:07:33.842767+0000 mgr.x (mgr.34104) 2180 : cluster [DBG] pgmap v1435: 161 pgs: 20 active+undersized+degraded, 14 peering, 33 active+undersized, 94 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 63/630 objects degraded (10.000%) 2024-03-21T13:07:34.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:34 smithi178 bash[77880]: audit 2024-03-21T13:07:33.849465+0000 mon.a (mon.0) 2932 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:34.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:34 smithi178 bash[77880]: cephadm 2024-03-21T13:07:33.851534+0000 mgr.x (mgr.34104) 2181 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:34.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:34 smithi178 bash[77880]: audit 2024-03-21T13:07:33.927920+0000 mon.a (mon.0) 2933 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:34.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:34 smithi178 bash[77880]: audit 2024-03-21T13:07:33.931701+0000 mon.a (mon.0) 2934 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:34.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:34 smithi178 bash[77880]: audit 2024-03-21T13:07:33.935782+0000 mon.a (mon.0) 2935 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:34.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:34 smithi178 bash[77880]: audit 2024-03-21T13:07:33.937520+0000 mon.a (mon.0) 2936 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:34.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:34 smithi178 bash[77880]: cluster 2024-03-21T13:07:33.941706+0000 mgr.x (mgr.34104) 2182 : cluster [DBG] pgmap v1436: 161 pgs: 20 active+undersized+degraded, 14 peering, 33 active+undersized, 94 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 63/630 objects degraded (10.000%) 2024-03-21T13:07:34.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:34 smithi178 bash[77880]: cluster 2024-03-21T13:07:33.942786+0000 mgr.x (mgr.34104) 2183 : cluster [DBG] pgmap v1437: 161 pgs: 20 active+undersized+degraded, 14 peering, 33 active+undersized, 94 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 63/630 objects degraded (10.000%) 2024-03-21T13:07:34.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:34 smithi178 bash[77880]: audit 2024-03-21T13:07:33.949269+0000 mon.a (mon.0) 2937 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:34.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:34 smithi178 bash[77880]: cephadm 2024-03-21T13:07:33.951451+0000 mgr.x (mgr.34104) 2184 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:34.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:34 smithi178 bash[77880]: audit 2024-03-21T13:07:34.032902+0000 mon.a (mon.0) 2938 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:34.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:34 smithi178 bash[77880]: audit 2024-03-21T13:07:34.035933+0000 mon.a (mon.0) 2939 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:34.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:34 smithi178 bash[77880]: audit 2024-03-21T13:07:34.039217+0000 mon.a (mon.0) 2940 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:34.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:34 smithi178 bash[77880]: audit 2024-03-21T13:07:34.040871+0000 mon.a (mon.0) 2941 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:34.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:34 smithi178 bash[77880]: cluster 2024-03-21T13:07:34.044833+0000 mgr.x (mgr.34104) 2185 : cluster [DBG] pgmap v1438: 161 pgs: 20 active+undersized+degraded, 14 peering, 33 active+undersized, 94 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 63/630 objects degraded (10.000%) 2024-03-21T13:07:34.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:34 smithi178 bash[77880]: cluster 2024-03-21T13:07:34.045559+0000 mgr.x (mgr.34104) 2186 : cluster [DBG] pgmap v1439: 161 pgs: 20 active+undersized+degraded, 14 peering, 33 active+undersized, 94 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 63/630 objects degraded (10.000%) 2024-03-21T13:07:34.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:34 smithi178 bash[77880]: audit 2024-03-21T13:07:34.052020+0000 mon.a (mon.0) 2942 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:34.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:34 smithi178 bash[77880]: cephadm 2024-03-21T13:07:34.054214+0000 mgr.x (mgr.34104) 2187 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:34.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:34 smithi178 bash[77880]: audit 2024-03-21T13:07:34.134455+0000 mon.a (mon.0) 2943 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:34.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:34 smithi178 bash[77880]: audit 2024-03-21T13:07:34.137656+0000 mon.a (mon.0) 2944 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:34.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:34 smithi178 bash[77880]: audit 2024-03-21T13:07:34.141226+0000 mon.a (mon.0) 2945 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:34.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:34 smithi178 bash[77880]: audit 2024-03-21T13:07:34.142552+0000 mon.a (mon.0) 2946 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:34.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:34 smithi178 bash[77880]: cluster 2024-03-21T13:07:34.146540+0000 mgr.x (mgr.34104) 2188 : cluster [DBG] pgmap v1440: 161 pgs: 20 active+undersized+degraded, 14 peering, 33 active+undersized, 94 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 63/630 objects degraded (10.000%) 2024-03-21T13:07:34.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:34 smithi178 bash[77880]: cluster 2024-03-21T13:07:34.147220+0000 mgr.x (mgr.34104) 2189 : cluster [DBG] pgmap v1441: 161 pgs: 20 active+undersized+degraded, 14 peering, 33 active+undersized, 94 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 63/630 objects degraded (10.000%) 2024-03-21T13:07:34.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:34 smithi178 bash[77880]: audit 2024-03-21T13:07:34.154884+0000 mon.a (mon.0) 2947 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:34.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:34 smithi178 bash[77880]: cephadm 2024-03-21T13:07:34.157106+0000 mgr.x (mgr.34104) 2190 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:34.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:34 smithi178 bash[77880]: audit 2024-03-21T13:07:34.237884+0000 mon.a (mon.0) 2948 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:34.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:34 smithi178 bash[77880]: audit 2024-03-21T13:07:34.240831+0000 mon.a (mon.0) 2949 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:34.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:34 smithi178 bash[77880]: audit 2024-03-21T13:07:34.244431+0000 mon.a (mon.0) 2950 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:34.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:34 smithi178 bash[77880]: audit 2024-03-21T13:07:34.246009+0000 mon.a (mon.0) 2951 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:34.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:34 smithi178 bash[77880]: audit 2024-03-21T13:07:34.258543+0000 mon.a (mon.0) 2952 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:34.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:34 smithi178 bash[77880]: audit 2024-03-21T13:07:34.342575+0000 mon.a (mon.0) 2953 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:34.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:34 smithi178 bash[77880]: audit 2024-03-21T13:07:34.345815+0000 mon.a (mon.0) 2954 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:34.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:34 smithi178 bash[77880]: audit 2024-03-21T13:07:34.348623+0000 mon.a (mon.0) 2955 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:34.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:34 smithi178 bash[77880]: audit 2024-03-21T13:07:34.349904+0000 mon.a (mon.0) 2956 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:34.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:34 smithi178 bash[77880]: audit 2024-03-21T13:07:34.361921+0000 mon.a (mon.0) 2957 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:34.809 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:34 smithi178 bash[75692]: audit 2024-03-21T13:07:33.837785+0000 mon.a (mon.0) 2931 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:34.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:34 smithi178 bash[75692]: cluster 2024-03-21T13:07:33.841857+0000 mgr.x (mgr.34104) 2179 : cluster [DBG] pgmap v1434: 161 pgs: 20 active+undersized+degraded, 14 peering, 33 active+undersized, 94 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 63/630 objects degraded (10.000%) 2024-03-21T13:07:34.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:34 smithi178 bash[75692]: cluster 2024-03-21T13:07:33.842767+0000 mgr.x (mgr.34104) 2180 : cluster [DBG] pgmap v1435: 161 pgs: 20 active+undersized+degraded, 14 peering, 33 active+undersized, 94 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 63/630 objects degraded (10.000%) 2024-03-21T13:07:34.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:34 smithi178 bash[75692]: audit 2024-03-21T13:07:33.849465+0000 mon.a (mon.0) 2932 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:34.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:34 smithi178 bash[75692]: cephadm 2024-03-21T13:07:33.851534+0000 mgr.x (mgr.34104) 2181 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:34.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:34 smithi178 bash[75692]: audit 2024-03-21T13:07:33.927920+0000 mon.a (mon.0) 2933 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:34.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:34 smithi178 bash[75692]: audit 2024-03-21T13:07:33.931701+0000 mon.a (mon.0) 2934 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:34.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:34 smithi178 bash[75692]: audit 2024-03-21T13:07:33.935782+0000 mon.a (mon.0) 2935 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:34.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:34 smithi178 bash[75692]: audit 2024-03-21T13:07:33.937520+0000 mon.a (mon.0) 2936 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:34.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:34 smithi178 bash[75692]: cluster 2024-03-21T13:07:33.941706+0000 mgr.x (mgr.34104) 2182 : cluster [DBG] pgmap v1436: 161 pgs: 20 active+undersized+degraded, 14 peering, 33 active+undersized, 94 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 63/630 objects degraded (10.000%) 2024-03-21T13:07:34.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:34 smithi178 bash[75692]: cluster 2024-03-21T13:07:33.942786+0000 mgr.x (mgr.34104) 2183 : cluster [DBG] pgmap v1437: 161 pgs: 20 active+undersized+degraded, 14 peering, 33 active+undersized, 94 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 63/630 objects degraded (10.000%) 2024-03-21T13:07:34.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:34 smithi178 bash[75692]: audit 2024-03-21T13:07:33.949269+0000 mon.a (mon.0) 2937 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:34.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:34 smithi178 bash[75692]: cephadm 2024-03-21T13:07:33.951451+0000 mgr.x (mgr.34104) 2184 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:34.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:34 smithi178 bash[75692]: audit 2024-03-21T13:07:34.032902+0000 mon.a (mon.0) 2938 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:34.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:34 smithi178 bash[75692]: audit 2024-03-21T13:07:34.035933+0000 mon.a (mon.0) 2939 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:34.811 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:34 smithi178 bash[75692]: audit 2024-03-21T13:07:34.039217+0000 mon.a (mon.0) 2940 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:34.811 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:34 smithi178 bash[75692]: audit 2024-03-21T13:07:34.040871+0000 mon.a (mon.0) 2941 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:34.811 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:34 smithi178 bash[75692]: cluster 2024-03-21T13:07:34.044833+0000 mgr.x (mgr.34104) 2185 : cluster [DBG] pgmap v1438: 161 pgs: 20 active+undersized+degraded, 14 peering, 33 active+undersized, 94 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 63/630 objects degraded (10.000%) 2024-03-21T13:07:34.811 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:34 smithi178 bash[75692]: cluster 2024-03-21T13:07:34.045559+0000 mgr.x (mgr.34104) 2186 : cluster [DBG] pgmap v1439: 161 pgs: 20 active+undersized+degraded, 14 peering, 33 active+undersized, 94 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 63/630 objects degraded (10.000%) 2024-03-21T13:07:34.811 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:34 smithi178 bash[75692]: audit 2024-03-21T13:07:34.052020+0000 mon.a (mon.0) 2942 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:34.811 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:34 smithi178 bash[75692]: cephadm 2024-03-21T13:07:34.054214+0000 mgr.x (mgr.34104) 2187 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:34.811 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:34 smithi178 bash[75692]: audit 2024-03-21T13:07:34.134455+0000 mon.a (mon.0) 2943 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:34.811 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:34 smithi178 bash[75692]: audit 2024-03-21T13:07:34.137656+0000 mon.a (mon.0) 2944 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:34.811 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:34 smithi178 bash[75692]: audit 2024-03-21T13:07:34.141226+0000 mon.a (mon.0) 2945 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:34.811 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:34 smithi178 bash[75692]: audit 2024-03-21T13:07:34.142552+0000 mon.a (mon.0) 2946 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:34.811 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:34 smithi178 bash[75692]: cluster 2024-03-21T13:07:34.146540+0000 mgr.x (mgr.34104) 2188 : cluster [DBG] pgmap v1440: 161 pgs: 20 active+undersized+degraded, 14 peering, 33 active+undersized, 94 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 63/630 objects degraded (10.000%) 2024-03-21T13:07:34.811 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:34 smithi178 bash[75692]: cluster 2024-03-21T13:07:34.147220+0000 mgr.x (mgr.34104) 2189 : cluster [DBG] pgmap v1441: 161 pgs: 20 active+undersized+degraded, 14 peering, 33 active+undersized, 94 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 63/630 objects degraded (10.000%) 2024-03-21T13:07:34.811 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:34 smithi178 bash[75692]: audit 2024-03-21T13:07:34.154884+0000 mon.a (mon.0) 2947 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:34.811 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:34 smithi178 bash[75692]: cephadm 2024-03-21T13:07:34.157106+0000 mgr.x (mgr.34104) 2190 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:34.812 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:34 smithi178 bash[75692]: audit 2024-03-21T13:07:34.237884+0000 mon.a (mon.0) 2948 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:34.812 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:34 smithi178 bash[75692]: audit 2024-03-21T13:07:34.240831+0000 mon.a (mon.0) 2949 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:34.812 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:34 smithi178 bash[75692]: audit 2024-03-21T13:07:34.244431+0000 mon.a (mon.0) 2950 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:34.812 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:34 smithi178 bash[75692]: audit 2024-03-21T13:07:34.246009+0000 mon.a (mon.0) 2951 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:34.812 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:34 smithi178 bash[75692]: audit 2024-03-21T13:07:34.258543+0000 mon.a (mon.0) 2952 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:34.812 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:34 smithi178 bash[75692]: audit 2024-03-21T13:07:34.342575+0000 mon.a (mon.0) 2953 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:34.812 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:34 smithi178 bash[75692]: audit 2024-03-21T13:07:34.345815+0000 mon.a (mon.0) 2954 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:34.812 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:34 smithi178 bash[75692]: audit 2024-03-21T13:07:34.348623+0000 mon.a (mon.0) 2955 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:34.812 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:34 smithi178 bash[75692]: audit 2024-03-21T13:07:34.349904+0000 mon.a (mon.0) 2956 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:34.812 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:34 smithi178 bash[75692]: audit 2024-03-21T13:07:34.361921+0000 mon.a (mon.0) 2957 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:34.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:34 smithi184 bash[59794]: audit 2024-03-21T13:07:33.382501+0000 mon.a (mon.0) 2908 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:34.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:34 smithi184 bash[59794]: audit 2024-03-21T13:07:33.390442+0000 mon.a (mon.0) 2909 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:34.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:34 smithi184 bash[59794]: audit 2024-03-21T13:07:33.435044+0000 mon.a (mon.0) 2910 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:34.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:34 smithi184 bash[59794]: audit 2024-03-21T13:07:33.437315+0000 mon.a (mon.0) 2911 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:34.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:34 smithi184 bash[59794]: cluster 2024-03-21T13:07:33.442720+0000 mgr.x (mgr.34104) 2167 : cluster [DBG] pgmap v1426: 161 pgs: 15 active+undersized+degraded, 14 peering, 6 stale+active+clean, 24 active+undersized, 102 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 41/630 objects degraded (6.508%) 2024-03-21T13:07:34.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:34 smithi184 bash[59794]: cluster 2024-03-21T13:07:33.443586+0000 mgr.x (mgr.34104) 2168 : cluster [DBG] pgmap v1427: 161 pgs: 15 active+undersized+degraded, 14 peering, 6 stale+active+clean, 24 active+undersized, 102 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 41/630 objects degraded (6.508%) 2024-03-21T13:07:34.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:34 smithi184 bash[59794]: audit 2024-03-21T13:07:33.449761+0000 mon.a (mon.0) 2912 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:34.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:34 smithi184 bash[59794]: cephadm 2024-03-21T13:07:33.452096+0000 mgr.x (mgr.34104) 2169 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:34.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:34 smithi184 bash[59794]: audit 2024-03-21T13:07:33.529741+0000 mon.a (mon.0) 2913 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:34.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:34 smithi184 bash[59794]: audit 2024-03-21T13:07:33.532925+0000 mon.a (mon.0) 2914 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:34.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:34 smithi184 bash[59794]: audit 2024-03-21T13:07:33.537765+0000 mon.a (mon.0) 2915 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:34.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:34 smithi184 bash[59794]: audit 2024-03-21T13:07:33.539300+0000 mon.a (mon.0) 2916 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:34.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:34 smithi184 bash[59794]: cluster 2024-03-21T13:07:33.543628+0000 mgr.x (mgr.34104) 2170 : cluster [DBG] pgmap v1428: 161 pgs: 15 active+undersized+degraded, 14 peering, 6 stale+active+clean, 24 active+undersized, 102 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 41/630 objects degraded (6.508%) 2024-03-21T13:07:34.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:34 smithi184 bash[59794]: cluster 2024-03-21T13:07:33.544499+0000 mgr.x (mgr.34104) 2171 : cluster [DBG] pgmap v1429: 161 pgs: 15 active+undersized+degraded, 14 peering, 6 stale+active+clean, 24 active+undersized, 102 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 41/630 objects degraded (6.508%) 2024-03-21T13:07:34.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:34 smithi184 bash[59794]: audit 2024-03-21T13:07:33.551546+0000 mon.a (mon.0) 2917 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:34.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:34 smithi184 bash[59794]: cephadm 2024-03-21T13:07:33.553852+0000 mgr.x (mgr.34104) 2172 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:34.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:34 smithi184 bash[59794]: audit 2024-03-21T13:07:33.631354+0000 mon.a (mon.0) 2918 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:34.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:34 smithi184 bash[59794]: audit 2024-03-21T13:07:33.634234+0000 mon.a (mon.0) 2919 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:34.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:34 smithi184 bash[59794]: audit 2024-03-21T13:07:33.637012+0000 mon.a (mon.0) 2920 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:34.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:34 smithi184 bash[59794]: audit 2024-03-21T13:07:33.638285+0000 mon.a (mon.0) 2921 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:34.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:34 smithi184 bash[59794]: cluster 2024-03-21T13:07:33.641821+0000 mgr.x (mgr.34104) 2173 : cluster [DBG] pgmap v1430: 161 pgs: 20 active+undersized+degraded, 14 peering, 33 active+undersized, 94 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 63/630 objects degraded (10.000%) 2024-03-21T13:07:34.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:34 smithi184 bash[59794]: cluster 2024-03-21T13:07:33.642341+0000 mgr.x (mgr.34104) 2174 : cluster [DBG] pgmap v1431: 161 pgs: 20 active+undersized+degraded, 14 peering, 33 active+undersized, 94 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 63/630 objects degraded (10.000%) 2024-03-21T13:07:34.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:34 smithi184 bash[59794]: audit 2024-03-21T13:07:33.649401+0000 mon.a (mon.0) 2922 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:34.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:34 smithi184 bash[59794]: cephadm 2024-03-21T13:07:33.651374+0000 mgr.x (mgr.34104) 2175 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:34.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:34 smithi184 bash[59794]: audit 2024-03-21T13:07:33.729369+0000 mon.a (mon.0) 2923 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:34.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:34 smithi184 bash[59794]: audit 2024-03-21T13:07:33.732468+0000 mon.a (mon.0) 2924 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:34.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:34 smithi184 bash[59794]: audit 2024-03-21T13:07:33.736323+0000 mon.a (mon.0) 2925 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:34.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:34 smithi184 bash[59794]: audit 2024-03-21T13:07:33.737770+0000 mon.a (mon.0) 2926 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:34.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:34 smithi184 bash[59794]: cluster 2024-03-21T13:07:33.741722+0000 mgr.x (mgr.34104) 2176 : cluster [DBG] pgmap v1432: 161 pgs: 20 active+undersized+degraded, 14 peering, 33 active+undersized, 94 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 63/630 objects degraded (10.000%) 2024-03-21T13:07:34.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:34 smithi184 bash[59794]: cluster 2024-03-21T13:07:33.742574+0000 mgr.x (mgr.34104) 2177 : cluster [DBG] pgmap v1433: 161 pgs: 20 active+undersized+degraded, 14 peering, 33 active+undersized, 94 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 63/630 objects degraded (10.000%) 2024-03-21T13:07:34.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:34 smithi184 bash[59794]: audit 2024-03-21T13:07:33.749213+0000 mon.a (mon.0) 2927 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:34.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:34 smithi184 bash[59794]: cephadm 2024-03-21T13:07:33.751160+0000 mgr.x (mgr.34104) 2178 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:34.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:34 smithi184 bash[59794]: audit 2024-03-21T13:07:33.828370+0000 mon.a (mon.0) 2928 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:34.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:34 smithi184 bash[59794]: audit 2024-03-21T13:07:33.832027+0000 mon.a (mon.0) 2929 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:34.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:34 smithi184 bash[59794]: audit 2024-03-21T13:07:33.836095+0000 mon.a (mon.0) 2930 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:34.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:34 smithi184 bash[59794]: audit 2024-03-21T13:07:33.837785+0000 mon.a (mon.0) 2931 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:34.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:34 smithi184 bash[59794]: cluster 2024-03-21T13:07:33.841857+0000 mgr.x (mgr.34104) 2179 : cluster [DBG] pgmap v1434: 161 pgs: 20 active+undersized+degraded, 14 peering, 33 active+undersized, 94 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 63/630 objects degraded (10.000%) 2024-03-21T13:07:34.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:34 smithi184 bash[59794]: cluster 2024-03-21T13:07:33.842767+0000 mgr.x (mgr.34104) 2180 : cluster [DBG] pgmap v1435: 161 pgs: 20 active+undersized+degraded, 14 peering, 33 active+undersized, 94 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 63/630 objects degraded (10.000%) 2024-03-21T13:07:34.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:34 smithi184 bash[59794]: audit 2024-03-21T13:07:33.849465+0000 mon.a (mon.0) 2932 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:34.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:34 smithi184 bash[59794]: cephadm 2024-03-21T13:07:33.851534+0000 mgr.x (mgr.34104) 2181 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:34.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:34 smithi184 bash[59794]: audit 2024-03-21T13:07:33.927920+0000 mon.a (mon.0) 2933 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:34.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:34 smithi184 bash[59794]: audit 2024-03-21T13:07:33.931701+0000 mon.a (mon.0) 2934 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:34.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:34 smithi184 bash[59794]: audit 2024-03-21T13:07:33.935782+0000 mon.a (mon.0) 2935 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:34.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:34 smithi184 bash[59794]: audit 2024-03-21T13:07:33.937520+0000 mon.a (mon.0) 2936 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:34.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:34 smithi184 bash[59794]: cluster 2024-03-21T13:07:33.941706+0000 mgr.x (mgr.34104) 2182 : cluster [DBG] pgmap v1436: 161 pgs: 20 active+undersized+degraded, 14 peering, 33 active+undersized, 94 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 63/630 objects degraded (10.000%) 2024-03-21T13:07:34.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:34 smithi184 bash[59794]: cluster 2024-03-21T13:07:33.942786+0000 mgr.x (mgr.34104) 2183 : cluster [DBG] pgmap v1437: 161 pgs: 20 active+undersized+degraded, 14 peering, 33 active+undersized, 94 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 63/630 objects degraded (10.000%) 2024-03-21T13:07:34.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:34 smithi184 bash[59794]: audit 2024-03-21T13:07:33.949269+0000 mon.a (mon.0) 2937 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:34.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:34 smithi184 bash[59794]: cephadm 2024-03-21T13:07:33.951451+0000 mgr.x (mgr.34104) 2184 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:34.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:34 smithi184 bash[59794]: audit 2024-03-21T13:07:34.032902+0000 mon.a (mon.0) 2938 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:34.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:34 smithi184 bash[59794]: audit 2024-03-21T13:07:34.035933+0000 mon.a (mon.0) 2939 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:34.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:34 smithi184 bash[59794]: audit 2024-03-21T13:07:34.039217+0000 mon.a (mon.0) 2940 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:34.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:34 smithi184 bash[59794]: audit 2024-03-21T13:07:34.040871+0000 mon.a (mon.0) 2941 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:34.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:34 smithi184 bash[59794]: cluster 2024-03-21T13:07:34.044833+0000 mgr.x (mgr.34104) 2185 : cluster [DBG] pgmap v1438: 161 pgs: 20 active+undersized+degraded, 14 peering, 33 active+undersized, 94 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 63/630 objects degraded (10.000%) 2024-03-21T13:07:34.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:34 smithi184 bash[59794]: cluster 2024-03-21T13:07:34.045559+0000 mgr.x (mgr.34104) 2186 : cluster [DBG] pgmap v1439: 161 pgs: 20 active+undersized+degraded, 14 peering, 33 active+undersized, 94 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 63/630 objects degraded (10.000%) 2024-03-21T13:07:34.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:34 smithi184 bash[59794]: audit 2024-03-21T13:07:34.052020+0000 mon.a (mon.0) 2942 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:34.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:34 smithi184 bash[59794]: cephadm 2024-03-21T13:07:34.054214+0000 mgr.x (mgr.34104) 2187 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:34.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:34 smithi184 bash[59794]: audit 2024-03-21T13:07:34.134455+0000 mon.a (mon.0) 2943 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:34.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:34 smithi184 bash[59794]: audit 2024-03-21T13:07:34.137656+0000 mon.a (mon.0) 2944 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:34.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:34 smithi184 bash[59794]: audit 2024-03-21T13:07:34.141226+0000 mon.a (mon.0) 2945 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:34.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:34 smithi184 bash[59794]: audit 2024-03-21T13:07:34.142552+0000 mon.a (mon.0) 2946 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:34.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:34 smithi184 bash[59794]: cluster 2024-03-21T13:07:34.146540+0000 mgr.x (mgr.34104) 2188 : cluster [DBG] pgmap v1440: 161 pgs: 20 active+undersized+degraded, 14 peering, 33 active+undersized, 94 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 63/630 objects degraded (10.000%) 2024-03-21T13:07:34.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:34 smithi184 bash[59794]: cluster 2024-03-21T13:07:34.147220+0000 mgr.x (mgr.34104) 2189 : cluster [DBG] pgmap v1441: 161 pgs: 20 active+undersized+degraded, 14 peering, 33 active+undersized, 94 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 63/630 objects degraded (10.000%) 2024-03-21T13:07:34.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:34 smithi184 bash[59794]: audit 2024-03-21T13:07:34.154884+0000 mon.a (mon.0) 2947 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:34.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:34 smithi184 bash[59794]: cephadm 2024-03-21T13:07:34.157106+0000 mgr.x (mgr.34104) 2190 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:34.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:34 smithi184 bash[59794]: audit 2024-03-21T13:07:34.237884+0000 mon.a (mon.0) 2948 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:34.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:34 smithi184 bash[59794]: audit 2024-03-21T13:07:34.240831+0000 mon.a (mon.0) 2949 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:34.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:34 smithi184 bash[59794]: audit 2024-03-21T13:07:34.244431+0000 mon.a (mon.0) 2950 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:34.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:34 smithi184 bash[59794]: audit 2024-03-21T13:07:34.246009+0000 mon.a (mon.0) 2951 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:34.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:34 smithi184 bash[59794]: audit 2024-03-21T13:07:34.258543+0000 mon.a (mon.0) 2952 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:34.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:34 smithi184 bash[59794]: audit 2024-03-21T13:07:34.342575+0000 mon.a (mon.0) 2953 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:34.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:34 smithi184 bash[59794]: audit 2024-03-21T13:07:34.345815+0000 mon.a (mon.0) 2954 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:34.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:34 smithi184 bash[59794]: audit 2024-03-21T13:07:34.348623+0000 mon.a (mon.0) 2955 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:34.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:34 smithi184 bash[59794]: audit 2024-03-21T13:07:34.349904+0000 mon.a (mon.0) 2956 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:34.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:34 smithi184 bash[59794]: audit 2024-03-21T13:07:34.361921+0000 mon.a (mon.0) 2957 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:35.798 INFO:journalctl@ceph.osd.3.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[96678]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-03-21T13:07:35.798 INFO:journalctl@ceph.osd.3.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[96678]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-03-21T13:07:35.798 INFO:journalctl@ceph.osd.3.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[96678]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2024-03-21T13:07:35.798 INFO:journalctl@ceph.osd.3.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[96678]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-3 --no-mon-config --dev /dev/mapper/vg_nvme-lv_1 2024-03-21T13:07:35.798 INFO:journalctl@ceph.osd.3.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[96678]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_1 2024-03-21T13:07:35.798 INFO:journalctl@ceph.osd.3.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[96678]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2024-03-21T13:07:35.798 INFO:journalctl@ceph.osd.3.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[96678]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_1 /var/lib/ceph/osd/ceph-3/block 2024-03-21T13:07:35.799 INFO:journalctl@ceph.osd.3.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[96678]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2024-03-21T13:07:35.799 INFO:journalctl@ceph.osd.3.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[96678]: --> ceph-volume raw activate successful for osd ID: 3 2024-03-21T13:07:35.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[75692]: cluster 2024-03-21T13:07:34.249928+0000 mgr.x (mgr.34104) 2191 : cluster [DBG] pgmap v1442: 161 pgs: 20 active+undersized+degraded, 14 peering, 33 active+undersized, 94 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 63/630 objects degraded (10.000%) 2024-03-21T13:07:35.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[75692]: cluster 2024-03-21T13:07:34.250326+0000 mgr.x (mgr.34104) 2192 : cluster [DBG] pgmap v1443: 161 pgs: 20 active+undersized+degraded, 14 peering, 33 active+undersized, 94 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 63/630 objects degraded (10.000%) 2024-03-21T13:07:35.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[75692]: cephadm 2024-03-21T13:07:34.260816+0000 mgr.x (mgr.34104) 2193 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:35.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[75692]: cluster 2024-03-21T13:07:34.354053+0000 mgr.x (mgr.34104) 2194 : cluster [DBG] pgmap v1444: 161 pgs: 20 active+undersized+degraded, 14 peering, 33 active+undersized, 94 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 63/630 objects degraded (10.000%) 2024-03-21T13:07:35.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[75692]: cluster 2024-03-21T13:07:34.355133+0000 mgr.x (mgr.34104) 2195 : cluster [DBG] pgmap v1445: 161 pgs: 20 active+undersized+degraded, 14 peering, 33 active+undersized, 94 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 63/630 objects degraded (10.000%) 2024-03-21T13:07:35.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[75692]: cephadm 2024-03-21T13:07:34.364003+0000 mgr.x (mgr.34104) 2196 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:35.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[75692]: audit 2024-03-21T13:07:34.421559+0000 mon.a (mon.0) 2958 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:35.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[75692]: audit 2024-03-21T13:07:34.424553+0000 mon.a (mon.0) 2959 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:35.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[75692]: audit 2024-03-21T13:07:34.428438+0000 mon.a (mon.0) 2960 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:35.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[75692]: audit 2024-03-21T13:07:34.429882+0000 mon.a (mon.0) 2961 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:35.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[75692]: cluster 2024-03-21T13:07:34.433877+0000 mgr.x (mgr.34104) 2197 : cluster [DBG] pgmap v1446: 161 pgs: 20 active+undersized+degraded, 14 peering, 33 active+undersized, 94 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 63/630 objects degraded (10.000%) 2024-03-21T13:07:35.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[75692]: cluster 2024-03-21T13:07:34.434687+0000 mgr.x (mgr.34104) 2198 : cluster [DBG] pgmap v1447: 161 pgs: 20 active+undersized+degraded, 14 peering, 33 active+undersized, 94 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 63/630 objects degraded (10.000%) 2024-03-21T13:07:35.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[75692]: audit 2024-03-21T13:07:34.439981+0000 mon.a (mon.0) 2962 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:35.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[75692]: cephadm 2024-03-21T13:07:34.442193+0000 mgr.x (mgr.34104) 2199 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:35.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[75692]: audit 2024-03-21T13:07:34.521834+0000 mon.a (mon.0) 2963 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:35.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[75692]: audit 2024-03-21T13:07:34.526551+0000 mon.a (mon.0) 2964 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:35.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[77880]: cluster 2024-03-21T13:07:34.249928+0000 mgr.x (mgr.34104) 2191 : cluster [DBG] pgmap v1442: 161 pgs: 20 active+undersized+degraded, 14 peering, 33 active+undersized, 94 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 63/630 objects degraded (10.000%) 2024-03-21T13:07:35.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[77880]: cluster 2024-03-21T13:07:34.250326+0000 mgr.x (mgr.34104) 2192 : cluster [DBG] pgmap v1443: 161 pgs: 20 active+undersized+degraded, 14 peering, 33 active+undersized, 94 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 63/630 objects degraded (10.000%) 2024-03-21T13:07:35.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[77880]: cephadm 2024-03-21T13:07:34.260816+0000 mgr.x (mgr.34104) 2193 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:35.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[77880]: cluster 2024-03-21T13:07:34.354053+0000 mgr.x (mgr.34104) 2194 : cluster [DBG] pgmap v1444: 161 pgs: 20 active+undersized+degraded, 14 peering, 33 active+undersized, 94 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 63/630 objects degraded (10.000%) 2024-03-21T13:07:35.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[77880]: cluster 2024-03-21T13:07:34.355133+0000 mgr.x (mgr.34104) 2195 : cluster [DBG] pgmap v1445: 161 pgs: 20 active+undersized+degraded, 14 peering, 33 active+undersized, 94 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 63/630 objects degraded (10.000%) 2024-03-21T13:07:35.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[77880]: cephadm 2024-03-21T13:07:34.364003+0000 mgr.x (mgr.34104) 2196 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:35.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[77880]: audit 2024-03-21T13:07:34.421559+0000 mon.a (mon.0) 2958 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:35.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[77880]: audit 2024-03-21T13:07:34.424553+0000 mon.a (mon.0) 2959 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:35.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[77880]: audit 2024-03-21T13:07:34.428438+0000 mon.a (mon.0) 2960 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:35.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[77880]: audit 2024-03-21T13:07:34.429882+0000 mon.a (mon.0) 2961 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:35.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[77880]: cluster 2024-03-21T13:07:34.433877+0000 mgr.x (mgr.34104) 2197 : cluster [DBG] pgmap v1446: 161 pgs: 20 active+undersized+degraded, 14 peering, 33 active+undersized, 94 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 63/630 objects degraded (10.000%) 2024-03-21T13:07:35.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[77880]: cluster 2024-03-21T13:07:34.434687+0000 mgr.x (mgr.34104) 2198 : cluster [DBG] pgmap v1447: 161 pgs: 20 active+undersized+degraded, 14 peering, 33 active+undersized, 94 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 63/630 objects degraded (10.000%) 2024-03-21T13:07:35.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[77880]: audit 2024-03-21T13:07:34.439981+0000 mon.a (mon.0) 2962 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:35.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[77880]: cephadm 2024-03-21T13:07:34.442193+0000 mgr.x (mgr.34104) 2199 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:35.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[77880]: audit 2024-03-21T13:07:34.521834+0000 mon.a (mon.0) 2963 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:35.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[77880]: audit 2024-03-21T13:07:34.526551+0000 mon.a (mon.0) 2964 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:35.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[77880]: audit 2024-03-21T13:07:34.530854+0000 mon.a (mon.0) 2965 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:35.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[77880]: audit 2024-03-21T13:07:34.532427+0000 mon.a (mon.0) 2966 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:35.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[77880]: cluster 2024-03-21T13:07:34.536250+0000 mgr.x (mgr.34104) 2200 : cluster [DBG] pgmap v1448: 161 pgs: 20 active+undersized+degraded, 14 peering, 33 active+undersized, 94 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 63/630 objects degraded (10.000%) 2024-03-21T13:07:35.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[77880]: cluster 2024-03-21T13:07:34.536832+0000 mgr.x (mgr.34104) 2201 : cluster [DBG] pgmap v1449: 161 pgs: 20 active+undersized+degraded, 14 peering, 33 active+undersized, 94 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 63/630 objects degraded (10.000%) 2024-03-21T13:07:35.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[77880]: audit 2024-03-21T13:07:34.543859+0000 mon.a (mon.0) 2967 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:35.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[77880]: cephadm 2024-03-21T13:07:34.545975+0000 mgr.x (mgr.34104) 2202 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:35.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[77880]: audit 2024-03-21T13:07:34.628448+0000 mon.a (mon.0) 2968 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:35.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[77880]: audit 2024-03-21T13:07:34.631514+0000 mon.a (mon.0) 2969 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:35.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[77880]: audit 2024-03-21T13:07:34.634605+0000 mon.a (mon.0) 2970 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:35.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[77880]: audit 2024-03-21T13:07:34.635862+0000 mon.a (mon.0) 2971 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:35.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[77880]: cluster 2024-03-21T13:07:34.639859+0000 mgr.x (mgr.34104) 2203 : cluster [DBG] pgmap v1450: 161 pgs: 20 active+undersized+degraded, 14 peering, 33 active+undersized, 94 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 63/630 objects degraded (10.000%) 2024-03-21T13:07:35.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[77880]: cluster 2024-03-21T13:07:34.640724+0000 mgr.x (mgr.34104) 2204 : cluster [DBG] pgmap v1451: 161 pgs: 20 active+undersized+degraded, 14 peering, 33 active+undersized, 94 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 63/630 objects degraded (10.000%) 2024-03-21T13:07:35.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[77880]: audit 2024-03-21T13:07:34.647965+0000 mon.a (mon.0) 2972 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:35.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[77880]: cephadm 2024-03-21T13:07:34.649964+0000 mgr.x (mgr.34104) 2205 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:35.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[77880]: audit 2024-03-21T13:07:34.731448+0000 mon.a (mon.0) 2973 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:35.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[77880]: audit 2024-03-21T13:07:34.734821+0000 mon.a (mon.0) 2974 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:35.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[77880]: audit 2024-03-21T13:07:34.737814+0000 mon.a (mon.0) 2975 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:35.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[77880]: audit 2024-03-21T13:07:34.738916+0000 mon.a (mon.0) 2976 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:35.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[75692]: audit 2024-03-21T13:07:34.530854+0000 mon.a (mon.0) 2965 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:35.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[75692]: audit 2024-03-21T13:07:34.532427+0000 mon.a (mon.0) 2966 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:35.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[75692]: cluster 2024-03-21T13:07:34.536250+0000 mgr.x (mgr.34104) 2200 : cluster [DBG] pgmap v1448: 161 pgs: 20 active+undersized+degraded, 14 peering, 33 active+undersized, 94 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 63/630 objects degraded (10.000%) 2024-03-21T13:07:35.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[75692]: cluster 2024-03-21T13:07:34.536832+0000 mgr.x (mgr.34104) 2201 : cluster [DBG] pgmap v1449: 161 pgs: 20 active+undersized+degraded, 14 peering, 33 active+undersized, 94 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 63/630 objects degraded (10.000%) 2024-03-21T13:07:35.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[75692]: audit 2024-03-21T13:07:34.543859+0000 mon.a (mon.0) 2967 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:35.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[75692]: cephadm 2024-03-21T13:07:34.545975+0000 mgr.x (mgr.34104) 2202 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:35.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[75692]: audit 2024-03-21T13:07:34.628448+0000 mon.a (mon.0) 2968 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:35.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[75692]: audit 2024-03-21T13:07:34.631514+0000 mon.a (mon.0) 2969 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:35.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[75692]: audit 2024-03-21T13:07:34.634605+0000 mon.a (mon.0) 2970 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:35.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[75692]: audit 2024-03-21T13:07:34.635862+0000 mon.a (mon.0) 2971 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:35.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[75692]: cluster 2024-03-21T13:07:34.639859+0000 mgr.x (mgr.34104) 2203 : cluster [DBG] pgmap v1450: 161 pgs: 20 active+undersized+degraded, 14 peering, 33 active+undersized, 94 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 63/630 objects degraded (10.000%) 2024-03-21T13:07:35.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[75692]: cluster 2024-03-21T13:07:34.640724+0000 mgr.x (mgr.34104) 2204 : cluster [DBG] pgmap v1451: 161 pgs: 20 active+undersized+degraded, 14 peering, 33 active+undersized, 94 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 63/630 objects degraded (10.000%) 2024-03-21T13:07:35.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[75692]: audit 2024-03-21T13:07:34.647965+0000 mon.a (mon.0) 2972 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:35.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[75692]: cephadm 2024-03-21T13:07:34.649964+0000 mgr.x (mgr.34104) 2205 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:35.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[75692]: audit 2024-03-21T13:07:34.731448+0000 mon.a (mon.0) 2973 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:35.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[75692]: audit 2024-03-21T13:07:34.734821+0000 mon.a (mon.0) 2974 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:35.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[75692]: audit 2024-03-21T13:07:34.737814+0000 mon.a (mon.0) 2975 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:35.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[75692]: audit 2024-03-21T13:07:34.738916+0000 mon.a (mon.0) 2976 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:35.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[77880]: cluster 2024-03-21T13:07:34.742714+0000 mgr.x (mgr.34104) 2206 : cluster [DBG] pgmap v1452: 161 pgs: 20 active+undersized+degraded, 14 peering, 33 active+undersized, 94 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 63/630 objects degraded (10.000%) 2024-03-21T13:07:35.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[77880]: cluster 2024-03-21T13:07:34.743589+0000 mgr.x (mgr.34104) 2207 : cluster [DBG] pgmap v1453: 161 pgs: 20 active+undersized+degraded, 14 peering, 33 active+undersized, 94 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 63/630 objects degraded (10.000%) 2024-03-21T13:07:35.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[77880]: audit 2024-03-21T13:07:34.748663+0000 mon.a (mon.0) 2977 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:35.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[77880]: cephadm 2024-03-21T13:07:34.750826+0000 mgr.x (mgr.34104) 2208 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:35.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[77880]: audit 2024-03-21T13:07:34.789404+0000 mon.a (mon.0) 2978 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:35.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[77880]: audit 2024-03-21T13:07:34.791241+0000 mon.a (mon.0) 2979 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:07:35.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[77880]: audit 2024-03-21T13:07:34.866455+0000 mon.a (mon.0) 2980 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:35.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[77880]: audit 2024-03-21T13:07:34.869319+0000 mon.a (mon.0) 2981 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:35.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[77880]: audit 2024-03-21T13:07:34.873479+0000 mon.a (mon.0) 2982 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:35.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[77880]: audit 2024-03-21T13:07:34.875043+0000 mon.a (mon.0) 2983 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:35.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[77880]: cluster 2024-03-21T13:07:34.879599+0000 mgr.x (mgr.34104) 2209 : cluster [DBG] pgmap v1454: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:35.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[77880]: cluster 2024-03-21T13:07:34.880422+0000 mgr.x (mgr.34104) 2210 : cluster [DBG] pgmap v1455: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:35.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[77880]: audit 2024-03-21T13:07:34.887436+0000 mon.a (mon.0) 2984 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:35.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[77880]: cephadm 2024-03-21T13:07:34.889424+0000 mgr.x (mgr.34104) 2211 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:35.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[77880]: audit 2024-03-21T13:07:34.965897+0000 mon.a (mon.0) 2985 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:35.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[77880]: audit 2024-03-21T13:07:34.969268+0000 mon.a (mon.0) 2986 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:35.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[77880]: audit 2024-03-21T13:07:34.976600+0000 mon.a (mon.0) 2987 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:35.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[77880]: audit 2024-03-21T13:07:34.977972+0000 mon.a (mon.0) 2988 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:35.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[75692]: cluster 2024-03-21T13:07:34.742714+0000 mgr.x (mgr.34104) 2206 : cluster [DBG] pgmap v1452: 161 pgs: 20 active+undersized+degraded, 14 peering, 33 active+undersized, 94 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 63/630 objects degraded (10.000%) 2024-03-21T13:07:35.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[75692]: cluster 2024-03-21T13:07:34.743589+0000 mgr.x (mgr.34104) 2207 : cluster [DBG] pgmap v1453: 161 pgs: 20 active+undersized+degraded, 14 peering, 33 active+undersized, 94 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 63/630 objects degraded (10.000%) 2024-03-21T13:07:35.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[75692]: audit 2024-03-21T13:07:34.748663+0000 mon.a (mon.0) 2977 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:35.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[75692]: cephadm 2024-03-21T13:07:34.750826+0000 mgr.x (mgr.34104) 2208 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:35.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[75692]: audit 2024-03-21T13:07:34.789404+0000 mon.a (mon.0) 2978 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:35.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[75692]: audit 2024-03-21T13:07:34.791241+0000 mon.a (mon.0) 2979 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:07:35.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[75692]: audit 2024-03-21T13:07:34.866455+0000 mon.a (mon.0) 2980 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:35.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[75692]: audit 2024-03-21T13:07:34.869319+0000 mon.a (mon.0) 2981 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:35.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[75692]: audit 2024-03-21T13:07:34.873479+0000 mon.a (mon.0) 2982 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:35.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[75692]: audit 2024-03-21T13:07:34.875043+0000 mon.a (mon.0) 2983 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:35.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[75692]: cluster 2024-03-21T13:07:34.879599+0000 mgr.x (mgr.34104) 2209 : cluster [DBG] pgmap v1454: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:35.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[75692]: cluster 2024-03-21T13:07:34.880422+0000 mgr.x (mgr.34104) 2210 : cluster [DBG] pgmap v1455: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:35.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[75692]: audit 2024-03-21T13:07:34.887436+0000 mon.a (mon.0) 2984 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:35.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[75692]: cephadm 2024-03-21T13:07:34.889424+0000 mgr.x (mgr.34104) 2211 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:35.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[75692]: audit 2024-03-21T13:07:34.965897+0000 mon.a (mon.0) 2985 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:35.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[75692]: audit 2024-03-21T13:07:34.969268+0000 mon.a (mon.0) 2986 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:35.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[75692]: audit 2024-03-21T13:07:34.976600+0000 mon.a (mon.0) 2987 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:35.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[75692]: audit 2024-03-21T13:07:34.977972+0000 mon.a (mon.0) 2988 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:35.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[77880]: cluster 2024-03-21T13:07:34.981909+0000 mgr.x (mgr.34104) 2212 : cluster [DBG] pgmap v1456: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:35.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[77880]: cluster 2024-03-21T13:07:34.982679+0000 mgr.x (mgr.34104) 2213 : cluster [DBG] pgmap v1457: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:35.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[77880]: audit 2024-03-21T13:07:34.987657+0000 mon.a (mon.0) 2989 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:35.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[77880]: cephadm 2024-03-21T13:07:34.989839+0000 mgr.x (mgr.34104) 2214 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:35.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[77880]: audit 2024-03-21T13:07:35.071257+0000 mon.a (mon.0) 2990 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:35.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[77880]: audit 2024-03-21T13:07:35.073920+0000 mon.a (mon.0) 2991 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:35.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[77880]: audit 2024-03-21T13:07:35.077671+0000 mon.a (mon.0) 2992 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:35.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[77880]: audit 2024-03-21T13:07:35.079081+0000 mon.a (mon.0) 2993 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:35.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[77880]: cluster 2024-03-21T13:07:35.083275+0000 mgr.x (mgr.34104) 2215 : cluster [DBG] pgmap v1458: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:35.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[77880]: cluster 2024-03-21T13:07:35.084118+0000 mgr.x (mgr.34104) 2216 : cluster [DBG] pgmap v1459: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:35.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[77880]: audit 2024-03-21T13:07:35.090214+0000 mon.a (mon.0) 2994 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:35.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[77880]: cephadm 2024-03-21T13:07:35.092214+0000 mgr.x (mgr.34104) 2217 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:35.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[77880]: audit 2024-03-21T13:07:35.168485+0000 mon.a (mon.0) 2995 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:35.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[77880]: audit 2024-03-21T13:07:35.172024+0000 mon.a (mon.0) 2996 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:35.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[77880]: audit 2024-03-21T13:07:35.176329+0000 mon.a (mon.0) 2997 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:35.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[77880]: audit 2024-03-21T13:07:35.177929+0000 mon.a (mon.0) 2998 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:35.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[77880]: cluster 2024-03-21T13:07:35.182016+0000 mgr.x (mgr.34104) 2218 : cluster [DBG] pgmap v1460: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:35.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[75692]: cluster 2024-03-21T13:07:34.981909+0000 mgr.x (mgr.34104) 2212 : cluster [DBG] pgmap v1456: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:35.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[75692]: cluster 2024-03-21T13:07:34.982679+0000 mgr.x (mgr.34104) 2213 : cluster [DBG] pgmap v1457: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:35.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[75692]: audit 2024-03-21T13:07:34.987657+0000 mon.a (mon.0) 2989 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:35.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[75692]: cephadm 2024-03-21T13:07:34.989839+0000 mgr.x (mgr.34104) 2214 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:35.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[75692]: audit 2024-03-21T13:07:35.071257+0000 mon.a (mon.0) 2990 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:35.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[75692]: audit 2024-03-21T13:07:35.073920+0000 mon.a (mon.0) 2991 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:35.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[75692]: audit 2024-03-21T13:07:35.077671+0000 mon.a (mon.0) 2992 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:35.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[75692]: audit 2024-03-21T13:07:35.079081+0000 mon.a (mon.0) 2993 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:35.811 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[75692]: cluster 2024-03-21T13:07:35.083275+0000 mgr.x (mgr.34104) 2215 : cluster [DBG] pgmap v1458: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:35.811 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[75692]: cluster 2024-03-21T13:07:35.084118+0000 mgr.x (mgr.34104) 2216 : cluster [DBG] pgmap v1459: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:35.811 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[75692]: audit 2024-03-21T13:07:35.090214+0000 mon.a (mon.0) 2994 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:35.811 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[75692]: cephadm 2024-03-21T13:07:35.092214+0000 mgr.x (mgr.34104) 2217 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:35.811 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[75692]: audit 2024-03-21T13:07:35.168485+0000 mon.a (mon.0) 2995 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:35.811 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[75692]: audit 2024-03-21T13:07:35.172024+0000 mon.a (mon.0) 2996 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:35.811 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[75692]: audit 2024-03-21T13:07:35.176329+0000 mon.a (mon.0) 2997 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:35.811 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[75692]: audit 2024-03-21T13:07:35.177929+0000 mon.a (mon.0) 2998 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:35.811 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[75692]: cluster 2024-03-21T13:07:35.182016+0000 mgr.x (mgr.34104) 2218 : cluster [DBG] pgmap v1460: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:35.812 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[77880]: cluster 2024-03-21T13:07:35.182712+0000 mgr.x (mgr.34104) 2219 : cluster [DBG] pgmap v1461: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:35.812 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[77880]: audit 2024-03-21T13:07:35.186341+0000 mon.a (mon.0) 2999 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:35.812 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[77880]: cephadm 2024-03-21T13:07:35.188459+0000 mgr.x (mgr.34104) 2220 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:35.812 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[77880]: audit 2024-03-21T13:07:35.265769+0000 mon.a (mon.0) 3000 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:35.812 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[77880]: audit 2024-03-21T13:07:35.268136+0000 mon.a (mon.0) 3001 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:35.812 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[77880]: audit 2024-03-21T13:07:35.271149+0000 mon.a (mon.0) 3002 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:35.812 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[77880]: audit 2024-03-21T13:07:35.272367+0000 mon.a (mon.0) 3003 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:35.812 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[77880]: audit 2024-03-21T13:07:35.281962+0000 mon.a (mon.0) 3004 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:35.812 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[77880]: audit 2024-03-21T13:07:35.363395+0000 mon.a (mon.0) 3005 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:35.812 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[77880]: audit 2024-03-21T13:07:35.365519+0000 mon.a (mon.0) 3006 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:35.813 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[77880]: audit 2024-03-21T13:07:35.368526+0000 mon.a (mon.0) 3007 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:35.813 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[77880]: audit 2024-03-21T13:07:35.369384+0000 mon.a (mon.0) 3008 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:35.813 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[77880]: audit 2024-03-21T13:07:35.376202+0000 mon.a (mon.0) 3009 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:35.813 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[75692]: cluster 2024-03-21T13:07:35.182712+0000 mgr.x (mgr.34104) 2219 : cluster [DBG] pgmap v1461: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:35.813 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[75692]: audit 2024-03-21T13:07:35.186341+0000 mon.a (mon.0) 2999 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:35.813 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[75692]: cephadm 2024-03-21T13:07:35.188459+0000 mgr.x (mgr.34104) 2220 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:35.813 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[75692]: audit 2024-03-21T13:07:35.265769+0000 mon.a (mon.0) 3000 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:35.813 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[75692]: audit 2024-03-21T13:07:35.268136+0000 mon.a (mon.0) 3001 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:35.814 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[75692]: audit 2024-03-21T13:07:35.271149+0000 mon.a (mon.0) 3002 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:35.814 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[75692]: audit 2024-03-21T13:07:35.272367+0000 mon.a (mon.0) 3003 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:35.814 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[75692]: audit 2024-03-21T13:07:35.281962+0000 mon.a (mon.0) 3004 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:35.814 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[75692]: audit 2024-03-21T13:07:35.363395+0000 mon.a (mon.0) 3005 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:35.814 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[75692]: audit 2024-03-21T13:07:35.365519+0000 mon.a (mon.0) 3006 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:35.814 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[75692]: audit 2024-03-21T13:07:35.368526+0000 mon.a (mon.0) 3007 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:35.814 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[75692]: audit 2024-03-21T13:07:35.369384+0000 mon.a (mon.0) 3008 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:35.814 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:35 smithi178 bash[75692]: audit 2024-03-21T13:07:35.376202+0000 mon.a (mon.0) 3009 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:35.823 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:07:35 smithi184 bash[52419]: ::ffff:172.21.15.184 - - [21/Mar/2024:13:07:35] "GET /metrics HTTP/1.1" 200 38585 "" "Prometheus/2.33.4" 2024-03-21T13:07:35.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:35 smithi184 bash[59794]: cluster 2024-03-21T13:07:34.249928+0000 mgr.x (mgr.34104) 2191 : cluster [DBG] pgmap v1442: 161 pgs: 20 active+undersized+degraded, 14 peering, 33 active+undersized, 94 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 63/630 objects degraded (10.000%) 2024-03-21T13:07:35.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:35 smithi184 bash[59794]: cluster 2024-03-21T13:07:34.250326+0000 mgr.x (mgr.34104) 2192 : cluster [DBG] pgmap v1443: 161 pgs: 20 active+undersized+degraded, 14 peering, 33 active+undersized, 94 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 63/630 objects degraded (10.000%) 2024-03-21T13:07:35.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:35 smithi184 bash[59794]: cephadm 2024-03-21T13:07:34.260816+0000 mgr.x (mgr.34104) 2193 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:35.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:35 smithi184 bash[59794]: cluster 2024-03-21T13:07:34.354053+0000 mgr.x (mgr.34104) 2194 : cluster [DBG] pgmap v1444: 161 pgs: 20 active+undersized+degraded, 14 peering, 33 active+undersized, 94 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 63/630 objects degraded (10.000%) 2024-03-21T13:07:35.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:35 smithi184 bash[59794]: cluster 2024-03-21T13:07:34.355133+0000 mgr.x (mgr.34104) 2195 : cluster [DBG] pgmap v1445: 161 pgs: 20 active+undersized+degraded, 14 peering, 33 active+undersized, 94 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 63/630 objects degraded (10.000%) 2024-03-21T13:07:35.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:35 smithi184 bash[59794]: cephadm 2024-03-21T13:07:34.364003+0000 mgr.x (mgr.34104) 2196 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:35.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:35 smithi184 bash[59794]: audit 2024-03-21T13:07:34.421559+0000 mon.a (mon.0) 2958 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:35.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:35 smithi184 bash[59794]: audit 2024-03-21T13:07:34.424553+0000 mon.a (mon.0) 2959 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:35.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:35 smithi184 bash[59794]: audit 2024-03-21T13:07:34.428438+0000 mon.a (mon.0) 2960 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:35.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:35 smithi184 bash[59794]: audit 2024-03-21T13:07:34.429882+0000 mon.a (mon.0) 2961 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:35.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:35 smithi184 bash[59794]: cluster 2024-03-21T13:07:34.433877+0000 mgr.x (mgr.34104) 2197 : cluster [DBG] pgmap v1446: 161 pgs: 20 active+undersized+degraded, 14 peering, 33 active+undersized, 94 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 63/630 objects degraded (10.000%) 2024-03-21T13:07:35.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:35 smithi184 bash[59794]: cluster 2024-03-21T13:07:34.434687+0000 mgr.x (mgr.34104) 2198 : cluster [DBG] pgmap v1447: 161 pgs: 20 active+undersized+degraded, 14 peering, 33 active+undersized, 94 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 63/630 objects degraded (10.000%) 2024-03-21T13:07:35.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:35 smithi184 bash[59794]: audit 2024-03-21T13:07:34.439981+0000 mon.a (mon.0) 2962 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:35.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:35 smithi184 bash[59794]: cephadm 2024-03-21T13:07:34.442193+0000 mgr.x (mgr.34104) 2199 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:35.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:35 smithi184 bash[59794]: audit 2024-03-21T13:07:34.521834+0000 mon.a (mon.0) 2963 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:35.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:35 smithi184 bash[59794]: audit 2024-03-21T13:07:34.526551+0000 mon.a (mon.0) 2964 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:35.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:35 smithi184 bash[59794]: audit 2024-03-21T13:07:34.530854+0000 mon.a (mon.0) 2965 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:35.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:35 smithi184 bash[59794]: audit 2024-03-21T13:07:34.532427+0000 mon.a (mon.0) 2966 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:35.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:35 smithi184 bash[59794]: cluster 2024-03-21T13:07:34.536250+0000 mgr.x (mgr.34104) 2200 : cluster [DBG] pgmap v1448: 161 pgs: 20 active+undersized+degraded, 14 peering, 33 active+undersized, 94 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 63/630 objects degraded (10.000%) 2024-03-21T13:07:35.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:35 smithi184 bash[59794]: cluster 2024-03-21T13:07:34.536832+0000 mgr.x (mgr.34104) 2201 : cluster [DBG] pgmap v1449: 161 pgs: 20 active+undersized+degraded, 14 peering, 33 active+undersized, 94 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 63/630 objects degraded (10.000%) 2024-03-21T13:07:35.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:35 smithi184 bash[59794]: audit 2024-03-21T13:07:34.543859+0000 mon.a (mon.0) 2967 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:35.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:35 smithi184 bash[59794]: cephadm 2024-03-21T13:07:34.545975+0000 mgr.x (mgr.34104) 2202 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:35.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:35 smithi184 bash[59794]: audit 2024-03-21T13:07:34.628448+0000 mon.a (mon.0) 2968 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:35.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:35 smithi184 bash[59794]: audit 2024-03-21T13:07:34.631514+0000 mon.a (mon.0) 2969 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:35.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:35 smithi184 bash[59794]: audit 2024-03-21T13:07:34.634605+0000 mon.a (mon.0) 2970 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:35.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:35 smithi184 bash[59794]: audit 2024-03-21T13:07:34.635862+0000 mon.a (mon.0) 2971 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:35.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:35 smithi184 bash[59794]: cluster 2024-03-21T13:07:34.639859+0000 mgr.x (mgr.34104) 2203 : cluster [DBG] pgmap v1450: 161 pgs: 20 active+undersized+degraded, 14 peering, 33 active+undersized, 94 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 63/630 objects degraded (10.000%) 2024-03-21T13:07:35.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:35 smithi184 bash[59794]: cluster 2024-03-21T13:07:34.640724+0000 mgr.x (mgr.34104) 2204 : cluster [DBG] pgmap v1451: 161 pgs: 20 active+undersized+degraded, 14 peering, 33 active+undersized, 94 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 63/630 objects degraded (10.000%) 2024-03-21T13:07:35.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:35 smithi184 bash[59794]: audit 2024-03-21T13:07:34.647965+0000 mon.a (mon.0) 2972 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:35.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:35 smithi184 bash[59794]: cephadm 2024-03-21T13:07:34.649964+0000 mgr.x (mgr.34104) 2205 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:35.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:35 smithi184 bash[59794]: audit 2024-03-21T13:07:34.731448+0000 mon.a (mon.0) 2973 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:35.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:35 smithi184 bash[59794]: audit 2024-03-21T13:07:34.734821+0000 mon.a (mon.0) 2974 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:35.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:35 smithi184 bash[59794]: audit 2024-03-21T13:07:34.737814+0000 mon.a (mon.0) 2975 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:35.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:35 smithi184 bash[59794]: audit 2024-03-21T13:07:34.738916+0000 mon.a (mon.0) 2976 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:35.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:35 smithi184 bash[59794]: cluster 2024-03-21T13:07:34.742714+0000 mgr.x (mgr.34104) 2206 : cluster [DBG] pgmap v1452: 161 pgs: 20 active+undersized+degraded, 14 peering, 33 active+undersized, 94 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 63/630 objects degraded (10.000%) 2024-03-21T13:07:35.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:35 smithi184 bash[59794]: cluster 2024-03-21T13:07:34.743589+0000 mgr.x (mgr.34104) 2207 : cluster [DBG] pgmap v1453: 161 pgs: 20 active+undersized+degraded, 14 peering, 33 active+undersized, 94 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 63/630 objects degraded (10.000%) 2024-03-21T13:07:35.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:35 smithi184 bash[59794]: audit 2024-03-21T13:07:34.748663+0000 mon.a (mon.0) 2977 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:35.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:35 smithi184 bash[59794]: cephadm 2024-03-21T13:07:34.750826+0000 mgr.x (mgr.34104) 2208 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:35.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:35 smithi184 bash[59794]: audit 2024-03-21T13:07:34.789404+0000 mon.a (mon.0) 2978 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:35.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:35 smithi184 bash[59794]: audit 2024-03-21T13:07:34.791241+0000 mon.a (mon.0) 2979 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:07:35.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:35 smithi184 bash[59794]: audit 2024-03-21T13:07:34.866455+0000 mon.a (mon.0) 2980 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:35.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:35 smithi184 bash[59794]: audit 2024-03-21T13:07:34.869319+0000 mon.a (mon.0) 2981 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:35.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:35 smithi184 bash[59794]: audit 2024-03-21T13:07:34.873479+0000 mon.a (mon.0) 2982 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:35.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:35 smithi184 bash[59794]: audit 2024-03-21T13:07:34.875043+0000 mon.a (mon.0) 2983 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:35.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:35 smithi184 bash[59794]: cluster 2024-03-21T13:07:34.879599+0000 mgr.x (mgr.34104) 2209 : cluster [DBG] pgmap v1454: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:35.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:35 smithi184 bash[59794]: cluster 2024-03-21T13:07:34.880422+0000 mgr.x (mgr.34104) 2210 : cluster [DBG] pgmap v1455: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:35.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:35 smithi184 bash[59794]: audit 2024-03-21T13:07:34.887436+0000 mon.a (mon.0) 2984 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:35.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:35 smithi184 bash[59794]: cephadm 2024-03-21T13:07:34.889424+0000 mgr.x (mgr.34104) 2211 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:35.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:35 smithi184 bash[59794]: audit 2024-03-21T13:07:34.965897+0000 mon.a (mon.0) 2985 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:35.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:35 smithi184 bash[59794]: audit 2024-03-21T13:07:34.969268+0000 mon.a (mon.0) 2986 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:35.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:35 smithi184 bash[59794]: audit 2024-03-21T13:07:34.976600+0000 mon.a (mon.0) 2987 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:35.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:35 smithi184 bash[59794]: audit 2024-03-21T13:07:34.977972+0000 mon.a (mon.0) 2988 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:35.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:35 smithi184 bash[59794]: cluster 2024-03-21T13:07:34.981909+0000 mgr.x (mgr.34104) 2212 : cluster [DBG] pgmap v1456: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:35.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:35 smithi184 bash[59794]: cluster 2024-03-21T13:07:34.982679+0000 mgr.x (mgr.34104) 2213 : cluster [DBG] pgmap v1457: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:35.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:35 smithi184 bash[59794]: audit 2024-03-21T13:07:34.987657+0000 mon.a (mon.0) 2989 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:35.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:35 smithi184 bash[59794]: cephadm 2024-03-21T13:07:34.989839+0000 mgr.x (mgr.34104) 2214 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:35.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:35 smithi184 bash[59794]: audit 2024-03-21T13:07:35.071257+0000 mon.a (mon.0) 2990 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:35.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:35 smithi184 bash[59794]: audit 2024-03-21T13:07:35.073920+0000 mon.a (mon.0) 2991 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:35.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:35 smithi184 bash[59794]: audit 2024-03-21T13:07:35.077671+0000 mon.a (mon.0) 2992 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:35.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:35 smithi184 bash[59794]: audit 2024-03-21T13:07:35.079081+0000 mon.a (mon.0) 2993 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:35.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:35 smithi184 bash[59794]: cluster 2024-03-21T13:07:35.083275+0000 mgr.x (mgr.34104) 2215 : cluster [DBG] pgmap v1458: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:35.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:35 smithi184 bash[59794]: cluster 2024-03-21T13:07:35.084118+0000 mgr.x (mgr.34104) 2216 : cluster [DBG] pgmap v1459: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:35.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:35 smithi184 bash[59794]: audit 2024-03-21T13:07:35.090214+0000 mon.a (mon.0) 2994 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:35.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:35 smithi184 bash[59794]: cephadm 2024-03-21T13:07:35.092214+0000 mgr.x (mgr.34104) 2217 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:35.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:35 smithi184 bash[59794]: audit 2024-03-21T13:07:35.168485+0000 mon.a (mon.0) 2995 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:35.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:35 smithi184 bash[59794]: audit 2024-03-21T13:07:35.172024+0000 mon.a (mon.0) 2996 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:35.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:35 smithi184 bash[59794]: audit 2024-03-21T13:07:35.176329+0000 mon.a (mon.0) 2997 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:35.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:35 smithi184 bash[59794]: audit 2024-03-21T13:07:35.177929+0000 mon.a (mon.0) 2998 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:35.831 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:35 smithi184 bash[59794]: cluster 2024-03-21T13:07:35.182016+0000 mgr.x (mgr.34104) 2218 : cluster [DBG] pgmap v1460: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:35.831 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:35 smithi184 bash[59794]: cluster 2024-03-21T13:07:35.182712+0000 mgr.x (mgr.34104) 2219 : cluster [DBG] pgmap v1461: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:35.831 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:35 smithi184 bash[59794]: audit 2024-03-21T13:07:35.186341+0000 mon.a (mon.0) 2999 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:35.831 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:35 smithi184 bash[59794]: cephadm 2024-03-21T13:07:35.188459+0000 mgr.x (mgr.34104) 2220 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:35.831 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:35 smithi184 bash[59794]: audit 2024-03-21T13:07:35.265769+0000 mon.a (mon.0) 3000 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:35.831 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:35 smithi184 bash[59794]: audit 2024-03-21T13:07:35.268136+0000 mon.a (mon.0) 3001 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:35.831 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:35 smithi184 bash[59794]: audit 2024-03-21T13:07:35.271149+0000 mon.a (mon.0) 3002 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:35.831 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:35 smithi184 bash[59794]: audit 2024-03-21T13:07:35.272367+0000 mon.a (mon.0) 3003 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:35.831 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:35 smithi184 bash[59794]: audit 2024-03-21T13:07:35.281962+0000 mon.a (mon.0) 3004 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:35.831 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:35 smithi184 bash[59794]: audit 2024-03-21T13:07:35.363395+0000 mon.a (mon.0) 3005 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:35.831 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:35 smithi184 bash[59794]: audit 2024-03-21T13:07:35.365519+0000 mon.a (mon.0) 3006 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:35.831 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:35 smithi184 bash[59794]: audit 2024-03-21T13:07:35.368526+0000 mon.a (mon.0) 3007 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:35.831 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:35 smithi184 bash[59794]: audit 2024-03-21T13:07:35.369384+0000 mon.a (mon.0) 3008 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:35.831 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:35 smithi184 bash[59794]: audit 2024-03-21T13:07:35.376202+0000 mon.a (mon.0) 3009 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:36.604 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:36 smithi178 bash[75692]: cluster 2024-03-21T13:07:35.275694+0000 mgr.x (mgr.34104) 2221 : cluster [DBG] pgmap v1462: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:36.604 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:36 smithi178 bash[75692]: cluster 2024-03-21T13:07:35.276209+0000 mgr.x (mgr.34104) 2222 : cluster [DBG] pgmap v1463: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:36.604 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:36 smithi178 bash[75692]: cephadm 2024-03-21T13:07:35.284115+0000 mgr.x (mgr.34104) 2223 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:36.604 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:36 smithi178 bash[75692]: cluster 2024-03-21T13:07:35.372626+0000 mgr.x (mgr.34104) 2224 : cluster [DBG] pgmap v1464: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:36.604 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:36 smithi178 bash[75692]: cluster 2024-03-21T13:07:35.373316+0000 mgr.x (mgr.34104) 2225 : cluster [DBG] pgmap v1465: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:36.604 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:36 smithi178 bash[75692]: cephadm 2024-03-21T13:07:35.378036+0000 mgr.x (mgr.34104) 2226 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:36.604 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:36 smithi178 bash[75692]: cluster 2024-03-21T13:07:35.392821+0000 mon.a (mon.0) 3010 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 4 pgs inactive, 5 pgs peering) 2024-03-21T13:07:36.605 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:36 smithi178 bash[75692]: audit 2024-03-21T13:07:35.441280+0000 mon.a (mon.0) 3011 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:36.605 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:36 smithi178 bash[75692]: audit 2024-03-21T13:07:35.443936+0000 mon.a (mon.0) 3012 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:36.605 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:36 smithi178 bash[75692]: audit 2024-03-21T13:07:35.446565+0000 mon.a (mon.0) 3013 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:36.605 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:36 smithi178 bash[75692]: audit 2024-03-21T13:07:35.447297+0000 mon.a (mon.0) 3014 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:36.605 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:36 smithi178 bash[75692]: cluster 2024-03-21T13:07:35.450341+0000 mgr.x (mgr.34104) 2227 : cluster [DBG] pgmap v1466: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:36.605 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:36 smithi178 bash[75692]: cluster 2024-03-21T13:07:35.450922+0000 mgr.x (mgr.34104) 2228 : cluster [DBG] pgmap v1467: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:36.605 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:36 smithi178 bash[75692]: audit 2024-03-21T13:07:35.453746+0000 mon.a (mon.0) 3015 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:36.605 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:36 smithi178 bash[75692]: cephadm 2024-03-21T13:07:35.455563+0000 mgr.x (mgr.34104) 2229 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:36.605 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:36 smithi178 bash[75692]: audit 2024-03-21T13:07:35.536568+0000 mon.a (mon.0) 3016 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:36.605 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:36 smithi178 bash[75692]: audit 2024-03-21T13:07:35.539791+0000 mon.a (mon.0) 3017 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:36.605 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:36 smithi178 bash[77880]: cluster 2024-03-21T13:07:35.275694+0000 mgr.x (mgr.34104) 2221 : cluster [DBG] pgmap v1462: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:36.606 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:36 smithi178 bash[77880]: cluster 2024-03-21T13:07:35.276209+0000 mgr.x (mgr.34104) 2222 : cluster [DBG] pgmap v1463: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:36.606 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:36 smithi178 bash[77880]: cephadm 2024-03-21T13:07:35.284115+0000 mgr.x (mgr.34104) 2223 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:36.606 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:36 smithi178 bash[77880]: cluster 2024-03-21T13:07:35.372626+0000 mgr.x (mgr.34104) 2224 : cluster [DBG] pgmap v1464: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:36.606 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:36 smithi178 bash[77880]: cluster 2024-03-21T13:07:35.373316+0000 mgr.x (mgr.34104) 2225 : cluster [DBG] pgmap v1465: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:36.606 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:36 smithi178 bash[77880]: cephadm 2024-03-21T13:07:35.378036+0000 mgr.x (mgr.34104) 2226 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:36.606 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:36 smithi178 bash[77880]: cluster 2024-03-21T13:07:35.392821+0000 mon.a (mon.0) 3010 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 4 pgs inactive, 5 pgs peering) 2024-03-21T13:07:36.606 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:36 smithi178 bash[77880]: audit 2024-03-21T13:07:35.441280+0000 mon.a (mon.0) 3011 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:36.606 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:36 smithi178 bash[77880]: audit 2024-03-21T13:07:35.443936+0000 mon.a (mon.0) 3012 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:36.606 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:36 smithi178 bash[77880]: audit 2024-03-21T13:07:35.446565+0000 mon.a (mon.0) 3013 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:36.606 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:36 smithi178 bash[77880]: audit 2024-03-21T13:07:35.447297+0000 mon.a (mon.0) 3014 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:36.606 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:36 smithi178 bash[77880]: cluster 2024-03-21T13:07:35.450341+0000 mgr.x (mgr.34104) 2227 : cluster [DBG] pgmap v1466: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:36.606 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:36 smithi178 bash[77880]: cluster 2024-03-21T13:07:35.450922+0000 mgr.x (mgr.34104) 2228 : cluster [DBG] pgmap v1467: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:36.607 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:36 smithi178 bash[77880]: audit 2024-03-21T13:07:35.453746+0000 mon.a (mon.0) 3015 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:36.607 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:36 smithi178 bash[77880]: cephadm 2024-03-21T13:07:35.455563+0000 mgr.x (mgr.34104) 2229 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:36.607 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:36 smithi178 bash[77880]: audit 2024-03-21T13:07:35.536568+0000 mon.a (mon.0) 3016 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:36.607 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:36 smithi178 bash[77880]: audit 2024-03-21T13:07:35.539791+0000 mon.a (mon.0) 3017 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:36.607 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:36 smithi178 bash[75692]: audit 2024-03-21T13:07:35.544301+0000 mon.a (mon.0) 3018 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:36.607 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:36 smithi178 bash[75692]: audit 2024-03-21T13:07:35.545764+0000 mon.a (mon.0) 3019 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:36.607 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:36 smithi178 bash[75692]: cluster 2024-03-21T13:07:35.549740+0000 mgr.x (mgr.34104) 2230 : cluster [DBG] pgmap v1468: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:36.607 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:36 smithi178 bash[75692]: cluster 2024-03-21T13:07:35.550612+0000 mgr.x (mgr.34104) 2231 : cluster [DBG] pgmap v1469: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:36.607 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:36 smithi178 bash[75692]: audit 2024-03-21T13:07:35.557679+0000 mon.a (mon.0) 3020 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:36.607 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:36 smithi178 bash[75692]: cephadm 2024-03-21T13:07:35.559687+0000 mgr.x (mgr.34104) 2232 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:36.608 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:36 smithi178 bash[75692]: audit 2024-03-21T13:07:35.641084+0000 mon.a (mon.0) 3021 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:36.608 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:36 smithi178 bash[75692]: audit 2024-03-21T13:07:35.643930+0000 mon.a (mon.0) 3022 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:36.608 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:36 smithi178 bash[75692]: audit 2024-03-21T13:07:35.646916+0000 mon.a (mon.0) 3023 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:36.608 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:36 smithi178 bash[75692]: audit 2024-03-21T13:07:35.648083+0000 mon.a (mon.0) 3024 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:36.608 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:36 smithi178 bash[75692]: cluster 2024-03-21T13:07:35.652391+0000 mgr.x (mgr.34104) 2233 : cluster [DBG] pgmap v1470: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 17 op/s; 82/630 objects degraded (13.016%) 2024-03-21T13:07:36.608 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:36 smithi178 bash[75692]: cluster 2024-03-21T13:07:35.653177+0000 mgr.x (mgr.34104) 2234 : cluster [DBG] pgmap v1471: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 17 op/s; 82/630 objects degraded (13.016%) 2024-03-21T13:07:36.608 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:36 smithi178 bash[75692]: audit 2024-03-21T13:07:35.657764+0000 mon.a (mon.0) 3025 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:36.608 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:36 smithi178 bash[75692]: cephadm 2024-03-21T13:07:35.659866+0000 mgr.x (mgr.34104) 2235 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:36.608 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:36 smithi178 bash[75692]: audit 2024-03-21T13:07:35.737454+0000 mon.a (mon.0) 3026 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:36.608 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:36 smithi178 bash[75692]: audit 2024-03-21T13:07:35.740243+0000 mon.a (mon.0) 3027 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:36.608 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:36 smithi178 bash[75692]: audit 2024-03-21T13:07:35.744177+0000 mon.a (mon.0) 3028 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:36.609 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:36 smithi178 bash[77880]: audit 2024-03-21T13:07:35.544301+0000 mon.a (mon.0) 3018 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:36.609 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:36 smithi178 bash[77880]: audit 2024-03-21T13:07:35.545764+0000 mon.a (mon.0) 3019 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:36.609 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:36 smithi178 bash[77880]: cluster 2024-03-21T13:07:35.549740+0000 mgr.x (mgr.34104) 2230 : cluster [DBG] pgmap v1468: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:36.609 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:36 smithi178 bash[77880]: cluster 2024-03-21T13:07:35.550612+0000 mgr.x (mgr.34104) 2231 : cluster [DBG] pgmap v1469: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:36.609 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:36 smithi178 bash[77880]: audit 2024-03-21T13:07:35.557679+0000 mon.a (mon.0) 3020 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:36.609 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:36 smithi178 bash[77880]: cephadm 2024-03-21T13:07:35.559687+0000 mgr.x (mgr.34104) 2232 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:36.609 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:36 smithi178 bash[77880]: audit 2024-03-21T13:07:35.641084+0000 mon.a (mon.0) 3021 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:36.609 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:36 smithi178 bash[77880]: audit 2024-03-21T13:07:35.643930+0000 mon.a (mon.0) 3022 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:36.609 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:36 smithi178 bash[77880]: audit 2024-03-21T13:07:35.646916+0000 mon.a (mon.0) 3023 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:36.609 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:36 smithi178 bash[77880]: audit 2024-03-21T13:07:35.648083+0000 mon.a (mon.0) 3024 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:36.609 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:36 smithi178 bash[77880]: cluster 2024-03-21T13:07:35.652391+0000 mgr.x (mgr.34104) 2233 : cluster [DBG] pgmap v1470: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 17 op/s; 82/630 objects degraded (13.016%) 2024-03-21T13:07:36.609 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:36 smithi178 bash[77880]: cluster 2024-03-21T13:07:35.653177+0000 mgr.x (mgr.34104) 2234 : cluster [DBG] pgmap v1471: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 17 op/s; 82/630 objects degraded (13.016%) 2024-03-21T13:07:36.609 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:36 smithi178 bash[77880]: audit 2024-03-21T13:07:35.657764+0000 mon.a (mon.0) 3025 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:36.609 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:36 smithi178 bash[77880]: cephadm 2024-03-21T13:07:35.659866+0000 mgr.x (mgr.34104) 2235 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:36.610 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:36 smithi178 bash[77880]: audit 2024-03-21T13:07:35.737454+0000 mon.a (mon.0) 3026 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:36.610 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:36 smithi178 bash[77880]: audit 2024-03-21T13:07:35.740243+0000 mon.a (mon.0) 3027 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:36.610 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:36 smithi178 bash[77880]: audit 2024-03-21T13:07:35.744177+0000 mon.a (mon.0) 3028 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:36.610 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:36 smithi178 bash[75692]: audit 2024-03-21T13:07:35.745341+0000 mon.a (mon.0) 3029 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:36.610 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:36 smithi178 bash[75692]: cluster 2024-03-21T13:07:35.749007+0000 mgr.x (mgr.34104) 2236 : cluster [DBG] pgmap v1472: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s; 82/630 objects degraded (13.016%) 2024-03-21T13:07:36.610 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:36 smithi178 bash[75692]: audit 2024-03-21T13:07:35.755721+0000 mon.a (mon.0) 3030 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:36.610 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:36 smithi178 bash[75692]: cephadm 2024-03-21T13:07:35.757670+0000 mgr.x (mgr.34104) 2237 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:36.610 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:36 smithi178 bash[75692]: audit 2024-03-21T13:07:35.834562+0000 mon.a (mon.0) 3031 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:36.610 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:36 smithi178 bash[75692]: audit 2024-03-21T13:07:35.837732+0000 mon.a (mon.0) 3032 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:36.610 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:36 smithi178 bash[75692]: audit 2024-03-21T13:07:35.842549+0000 mon.a (mon.0) 3033 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:36.611 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:36 smithi178 bash[75692]: audit 2024-03-21T13:07:35.844037+0000 mon.a (mon.0) 3034 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:36.611 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:36 smithi178 bash[75692]: cluster 2024-03-21T13:07:35.847781+0000 mgr.x (mgr.34104) 2238 : cluster [DBG] pgmap v1473: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 13 KiB/s rd, 12 op/s; 82/630 objects degraded (13.016%) 2024-03-21T13:07:36.611 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:36 smithi178 bash[75692]: cluster 2024-03-21T13:07:35.848571+0000 mgr.x (mgr.34104) 2239 : cluster [DBG] pgmap v1474: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s; 82/630 objects degraded (13.016%) 2024-03-21T13:07:36.611 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:36 smithi178 bash[75692]: audit 2024-03-21T13:07:35.856344+0000 mon.a (mon.0) 3035 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:36.611 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:36 smithi178 bash[75692]: cephadm 2024-03-21T13:07:35.859409+0000 mgr.x (mgr.34104) 2240 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:36.611 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:36 smithi178 bash[75692]: audit 2024-03-21T13:07:35.942005+0000 mon.a (mon.0) 3036 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:36.611 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:36 smithi178 bash[75692]: audit 2024-03-21T13:07:35.945166+0000 mon.a (mon.0) 3037 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:36.611 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:36 smithi178 bash[75692]: audit 2024-03-21T13:07:35.948694+0000 mon.a (mon.0) 3038 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:36.611 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:36 smithi178 bash[75692]: audit 2024-03-21T13:07:35.950075+0000 mon.a (mon.0) 3039 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:36.611 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:36 smithi178 bash[75692]: cluster 2024-03-21T13:07:35.954059+0000 mgr.x (mgr.34104) 2241 : cluster [DBG] pgmap v1475: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 12 KiB/s rd, 12 op/s; 82/630 objects degraded (13.016%) 2024-03-21T13:07:36.611 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:36 smithi178 bash[77880]: audit 2024-03-21T13:07:35.745341+0000 mon.a (mon.0) 3029 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:36.612 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:36 smithi178 bash[77880]: cluster 2024-03-21T13:07:35.749007+0000 mgr.x (mgr.34104) 2236 : cluster [DBG] pgmap v1472: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s; 82/630 objects degraded (13.016%) 2024-03-21T13:07:36.612 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:36 smithi178 bash[77880]: audit 2024-03-21T13:07:35.755721+0000 mon.a (mon.0) 3030 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:36.612 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:36 smithi178 bash[77880]: cephadm 2024-03-21T13:07:35.757670+0000 mgr.x (mgr.34104) 2237 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:36.612 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:36 smithi178 bash[77880]: audit 2024-03-21T13:07:35.834562+0000 mon.a (mon.0) 3031 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:36.612 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:36 smithi178 bash[77880]: audit 2024-03-21T13:07:35.837732+0000 mon.a (mon.0) 3032 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:36.612 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:36 smithi178 bash[77880]: audit 2024-03-21T13:07:35.842549+0000 mon.a (mon.0) 3033 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:36.612 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:36 smithi178 bash[77880]: audit 2024-03-21T13:07:35.844037+0000 mon.a (mon.0) 3034 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:36.612 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:36 smithi178 bash[77880]: cluster 2024-03-21T13:07:35.847781+0000 mgr.x (mgr.34104) 2238 : cluster [DBG] pgmap v1473: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 13 KiB/s rd, 12 op/s; 82/630 objects degraded (13.016%) 2024-03-21T13:07:36.612 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:36 smithi178 bash[77880]: cluster 2024-03-21T13:07:35.848571+0000 mgr.x (mgr.34104) 2239 : cluster [DBG] pgmap v1474: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s; 82/630 objects degraded (13.016%) 2024-03-21T13:07:36.612 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:36 smithi178 bash[77880]: audit 2024-03-21T13:07:35.856344+0000 mon.a (mon.0) 3035 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:36.612 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:36 smithi178 bash[77880]: cephadm 2024-03-21T13:07:35.859409+0000 mgr.x (mgr.34104) 2240 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:36.612 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:36 smithi178 bash[77880]: audit 2024-03-21T13:07:35.942005+0000 mon.a (mon.0) 3036 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:36.612 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:36 smithi178 bash[77880]: audit 2024-03-21T13:07:35.945166+0000 mon.a (mon.0) 3037 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:36.612 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:36 smithi178 bash[77880]: audit 2024-03-21T13:07:35.948694+0000 mon.a (mon.0) 3038 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:36.613 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:36 smithi178 bash[77880]: audit 2024-03-21T13:07:35.950075+0000 mon.a (mon.0) 3039 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:36.613 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:36 smithi178 bash[77880]: cluster 2024-03-21T13:07:35.954059+0000 mgr.x (mgr.34104) 2241 : cluster [DBG] pgmap v1475: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 12 KiB/s rd, 12 op/s; 82/630 objects degraded (13.016%) 2024-03-21T13:07:36.613 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:36 smithi178 bash[75692]: cluster 2024-03-21T13:07:35.954827+0000 mgr.x (mgr.34104) 2242 : cluster [DBG] pgmap v1476: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:36.613 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:36 smithi178 bash[75692]: audit 2024-03-21T13:07:35.960615+0000 mon.a (mon.0) 3040 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:36.613 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:36 smithi178 bash[75692]: cephadm 2024-03-21T13:07:35.962686+0000 mgr.x (mgr.34104) 2243 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:36.613 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:36 smithi178 bash[75692]: audit 2024-03-21T13:07:36.045268+0000 mon.a (mon.0) 3041 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:36.613 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:36 smithi178 bash[75692]: audit 2024-03-21T13:07:36.048787+0000 mon.a (mon.0) 3042 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:36.613 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:36 smithi178 bash[75692]: audit 2024-03-21T13:07:36.052631+0000 mon.a (mon.0) 3043 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:36.614 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:36 smithi178 bash[75692]: audit 2024-03-21T13:07:36.054500+0000 mon.a (mon.0) 3044 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:36.614 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:36 smithi178 bash[75692]: cluster 2024-03-21T13:07:36.059085+0000 mgr.x (mgr.34104) 2244 : cluster [DBG] pgmap v1477: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:36.614 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:36 smithi178 bash[75692]: cluster 2024-03-21T13:07:36.059596+0000 mgr.x (mgr.34104) 2245 : cluster [DBG] pgmap v1478: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:36.614 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:36 smithi178 bash[75692]: audit 2024-03-21T13:07:36.068003+0000 mon.a (mon.0) 3045 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:36.614 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:36 smithi178 bash[75692]: cephadm 2024-03-21T13:07:36.070277+0000 mgr.x (mgr.34104) 2246 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:36.614 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:36 smithi178 bash[75692]: audit 2024-03-21T13:07:36.150160+0000 mon.a (mon.0) 3046 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:36.614 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:36 smithi178 bash[75692]: audit 2024-03-21T13:07:36.153331+0000 mon.a (mon.0) 3047 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:36.615 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:36 smithi178 bash[75692]: audit 2024-03-21T13:07:36.156527+0000 mon.a (mon.0) 3048 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:36.615 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:36 smithi178 bash[75692]: audit 2024-03-21T13:07:36.157709+0000 mon.a (mon.0) 3049 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:36.615 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:36 smithi178 bash[75692]: cluster 2024-03-21T13:07:36.160971+0000 mgr.x (mgr.34104) 2247 : cluster [DBG] pgmap v1479: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:36.615 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:36 smithi178 bash[75692]: cluster 2024-03-21T13:07:36.161600+0000 mgr.x (mgr.34104) 2248 : cluster [DBG] pgmap v1480: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:36.615 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:36 smithi178 bash[75692]: audit 2024-03-21T13:07:36.168723+0000 mon.a (mon.0) 3050 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:36.615 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:36 smithi178 bash[75692]: cephadm 2024-03-21T13:07:36.170878+0000 mgr.x (mgr.34104) 2249 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:36.615 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:36 smithi178 bash[77880]: cluster 2024-03-21T13:07:35.954827+0000 mgr.x (mgr.34104) 2242 : cluster [DBG] pgmap v1476: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:36.615 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:36 smithi178 bash[77880]: audit 2024-03-21T13:07:35.960615+0000 mon.a (mon.0) 3040 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:36.615 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:36 smithi178 bash[77880]: cephadm 2024-03-21T13:07:35.962686+0000 mgr.x (mgr.34104) 2243 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:36.615 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:36 smithi178 bash[77880]: audit 2024-03-21T13:07:36.045268+0000 mon.a (mon.0) 3041 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:36.615 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:36 smithi178 bash[77880]: audit 2024-03-21T13:07:36.048787+0000 mon.a (mon.0) 3042 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:36.616 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:36 smithi178 bash[77880]: audit 2024-03-21T13:07:36.052631+0000 mon.a (mon.0) 3043 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:36.616 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:36 smithi178 bash[77880]: audit 2024-03-21T13:07:36.054500+0000 mon.a (mon.0) 3044 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:36.616 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:36 smithi178 bash[77880]: cluster 2024-03-21T13:07:36.059085+0000 mgr.x (mgr.34104) 2244 : cluster [DBG] pgmap v1477: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:36.616 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:36 smithi178 bash[77880]: cluster 2024-03-21T13:07:36.059596+0000 mgr.x (mgr.34104) 2245 : cluster [DBG] pgmap v1478: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:36.616 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:36 smithi178 bash[77880]: audit 2024-03-21T13:07:36.068003+0000 mon.a (mon.0) 3045 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:36.616 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:36 smithi178 bash[77880]: cephadm 2024-03-21T13:07:36.070277+0000 mgr.x (mgr.34104) 2246 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:36.616 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:36 smithi178 bash[77880]: audit 2024-03-21T13:07:36.150160+0000 mon.a (mon.0) 3046 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:36.616 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:36 smithi178 bash[77880]: audit 2024-03-21T13:07:36.153331+0000 mon.a (mon.0) 3047 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:36.616 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:36 smithi178 bash[77880]: audit 2024-03-21T13:07:36.156527+0000 mon.a (mon.0) 3048 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:36.616 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:36 smithi178 bash[77880]: audit 2024-03-21T13:07:36.157709+0000 mon.a (mon.0) 3049 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:36.616 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:36 smithi178 bash[77880]: cluster 2024-03-21T13:07:36.160971+0000 mgr.x (mgr.34104) 2247 : cluster [DBG] pgmap v1479: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:36.616 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:36 smithi178 bash[77880]: cluster 2024-03-21T13:07:36.161600+0000 mgr.x (mgr.34104) 2248 : cluster [DBG] pgmap v1480: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:36.616 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:36 smithi178 bash[77880]: audit 2024-03-21T13:07:36.168723+0000 mon.a (mon.0) 3050 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:36.617 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:36 smithi178 bash[77880]: cephadm 2024-03-21T13:07:36.170878+0000 mgr.x (mgr.34104) 2249 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:36.617 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:36 smithi178 bash[75692]: audit 2024-03-21T13:07:36.248196+0000 mon.a (mon.0) 3051 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:36.617 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:36 smithi178 bash[75692]: audit 2024-03-21T13:07:36.253064+0000 mon.a (mon.0) 3052 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:36.617 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:36 smithi178 bash[75692]: audit 2024-03-21T13:07:36.257186+0000 mon.a (mon.0) 3053 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:36.617 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:36 smithi178 bash[75692]: audit 2024-03-21T13:07:36.258756+0000 mon.a (mon.0) 3054 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:36.617 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:36 smithi178 bash[75692]: audit 2024-03-21T13:07:36.271767+0000 mon.a (mon.0) 3055 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:36.617 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:36 smithi178 bash[75692]: audit 2024-03-21T13:07:36.352346+0000 mon.a (mon.0) 3056 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:36.617 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:36 smithi178 bash[75692]: audit 2024-03-21T13:07:36.355163+0000 mon.a (mon.0) 3057 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:36.617 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:36 smithi178 bash[75692]: audit 2024-03-21T13:07:36.358605+0000 mon.a (mon.0) 3058 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:36.617 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:36 smithi178 bash[75692]: audit 2024-03-21T13:07:36.359908+0000 mon.a (mon.0) 3059 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:36.617 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:36 smithi178 bash[75692]: audit 2024-03-21T13:07:36.371061+0000 mon.a (mon.0) 3060 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:36.618 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:36 smithi178 bash[77880]: audit 2024-03-21T13:07:36.248196+0000 mon.a (mon.0) 3051 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:36.618 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:36 smithi178 bash[77880]: audit 2024-03-21T13:07:36.253064+0000 mon.a (mon.0) 3052 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:36.618 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:36 smithi178 bash[77880]: audit 2024-03-21T13:07:36.257186+0000 mon.a (mon.0) 3053 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:36.618 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:36 smithi178 bash[77880]: audit 2024-03-21T13:07:36.258756+0000 mon.a (mon.0) 3054 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:36.618 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:36 smithi178 bash[77880]: audit 2024-03-21T13:07:36.271767+0000 mon.a (mon.0) 3055 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:36.618 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:36 smithi178 bash[77880]: audit 2024-03-21T13:07:36.352346+0000 mon.a (mon.0) 3056 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:36.618 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:36 smithi178 bash[77880]: audit 2024-03-21T13:07:36.355163+0000 mon.a (mon.0) 3057 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:36.618 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:36 smithi178 bash[77880]: audit 2024-03-21T13:07:36.358605+0000 mon.a (mon.0) 3058 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:36.618 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:36 smithi178 bash[77880]: audit 2024-03-21T13:07:36.359908+0000 mon.a (mon.0) 3059 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:36.618 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:36 smithi178 bash[77880]: audit 2024-03-21T13:07:36.371061+0000 mon.a (mon.0) 3060 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:36.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:36 smithi184 bash[59794]: cluster 2024-03-21T13:07:35.275694+0000 mgr.x (mgr.34104) 2221 : cluster [DBG] pgmap v1462: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:36.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:36 smithi184 bash[59794]: cluster 2024-03-21T13:07:35.276209+0000 mgr.x (mgr.34104) 2222 : cluster [DBG] pgmap v1463: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:36.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:36 smithi184 bash[59794]: cephadm 2024-03-21T13:07:35.284115+0000 mgr.x (mgr.34104) 2223 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:36.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:36 smithi184 bash[59794]: cluster 2024-03-21T13:07:35.372626+0000 mgr.x (mgr.34104) 2224 : cluster [DBG] pgmap v1464: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:36.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:36 smithi184 bash[59794]: cluster 2024-03-21T13:07:35.373316+0000 mgr.x (mgr.34104) 2225 : cluster [DBG] pgmap v1465: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:36.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:36 smithi184 bash[59794]: cephadm 2024-03-21T13:07:35.378036+0000 mgr.x (mgr.34104) 2226 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:36.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:36 smithi184 bash[59794]: cluster 2024-03-21T13:07:35.392821+0000 mon.a (mon.0) 3010 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 4 pgs inactive, 5 pgs peering) 2024-03-21T13:07:36.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:36 smithi184 bash[59794]: audit 2024-03-21T13:07:35.441280+0000 mon.a (mon.0) 3011 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:36.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:36 smithi184 bash[59794]: audit 2024-03-21T13:07:35.443936+0000 mon.a (mon.0) 3012 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:36.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:36 smithi184 bash[59794]: audit 2024-03-21T13:07:35.446565+0000 mon.a (mon.0) 3013 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:36.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:36 smithi184 bash[59794]: audit 2024-03-21T13:07:35.447297+0000 mon.a (mon.0) 3014 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:36.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:36 smithi184 bash[59794]: cluster 2024-03-21T13:07:35.450341+0000 mgr.x (mgr.34104) 2227 : cluster [DBG] pgmap v1466: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:36.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:36 smithi184 bash[59794]: cluster 2024-03-21T13:07:35.450922+0000 mgr.x (mgr.34104) 2228 : cluster [DBG] pgmap v1467: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:36.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:36 smithi184 bash[59794]: audit 2024-03-21T13:07:35.453746+0000 mon.a (mon.0) 3015 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:36.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:36 smithi184 bash[59794]: cephadm 2024-03-21T13:07:35.455563+0000 mgr.x (mgr.34104) 2229 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:36.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:36 smithi184 bash[59794]: audit 2024-03-21T13:07:35.536568+0000 mon.a (mon.0) 3016 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:36.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:36 smithi184 bash[59794]: audit 2024-03-21T13:07:35.539791+0000 mon.a (mon.0) 3017 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:36.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:36 smithi184 bash[59794]: audit 2024-03-21T13:07:35.544301+0000 mon.a (mon.0) 3018 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:36.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:36 smithi184 bash[59794]: audit 2024-03-21T13:07:35.545764+0000 mon.a (mon.0) 3019 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:36.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:36 smithi184 bash[59794]: cluster 2024-03-21T13:07:35.549740+0000 mgr.x (mgr.34104) 2230 : cluster [DBG] pgmap v1468: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:36.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:36 smithi184 bash[59794]: cluster 2024-03-21T13:07:35.550612+0000 mgr.x (mgr.34104) 2231 : cluster [DBG] pgmap v1469: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 180 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:36.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:36 smithi184 bash[59794]: audit 2024-03-21T13:07:35.557679+0000 mon.a (mon.0) 3020 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:36.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:36 smithi184 bash[59794]: cephadm 2024-03-21T13:07:35.559687+0000 mgr.x (mgr.34104) 2232 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:36.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:36 smithi184 bash[59794]: audit 2024-03-21T13:07:35.641084+0000 mon.a (mon.0) 3021 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:36.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:36 smithi184 bash[59794]: audit 2024-03-21T13:07:35.643930+0000 mon.a (mon.0) 3022 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:36.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:36 smithi184 bash[59794]: audit 2024-03-21T13:07:35.646916+0000 mon.a (mon.0) 3023 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:36.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:36 smithi184 bash[59794]: audit 2024-03-21T13:07:35.648083+0000 mon.a (mon.0) 3024 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:36.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:36 smithi184 bash[59794]: cluster 2024-03-21T13:07:35.652391+0000 mgr.x (mgr.34104) 2233 : cluster [DBG] pgmap v1470: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 17 op/s; 82/630 objects degraded (13.016%) 2024-03-21T13:07:36.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:36 smithi184 bash[59794]: cluster 2024-03-21T13:07:35.653177+0000 mgr.x (mgr.34104) 2234 : cluster [DBG] pgmap v1471: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 17 op/s; 82/630 objects degraded (13.016%) 2024-03-21T13:07:36.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:36 smithi184 bash[59794]: audit 2024-03-21T13:07:35.657764+0000 mon.a (mon.0) 3025 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:36.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:36 smithi184 bash[59794]: cephadm 2024-03-21T13:07:35.659866+0000 mgr.x (mgr.34104) 2235 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:36.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:36 smithi184 bash[59794]: audit 2024-03-21T13:07:35.737454+0000 mon.a (mon.0) 3026 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:36.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:36 smithi184 bash[59794]: audit 2024-03-21T13:07:35.740243+0000 mon.a (mon.0) 3027 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:36.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:36 smithi184 bash[59794]: audit 2024-03-21T13:07:35.744177+0000 mon.a (mon.0) 3028 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:36.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:36 smithi184 bash[59794]: audit 2024-03-21T13:07:35.745341+0000 mon.a (mon.0) 3029 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:36.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:36 smithi184 bash[59794]: cluster 2024-03-21T13:07:35.749007+0000 mgr.x (mgr.34104) 2236 : cluster [DBG] pgmap v1472: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s; 82/630 objects degraded (13.016%) 2024-03-21T13:07:36.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:36 smithi184 bash[59794]: audit 2024-03-21T13:07:35.755721+0000 mon.a (mon.0) 3030 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:36.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:36 smithi184 bash[59794]: cephadm 2024-03-21T13:07:35.757670+0000 mgr.x (mgr.34104) 2237 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:36.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:36 smithi184 bash[59794]: audit 2024-03-21T13:07:35.834562+0000 mon.a (mon.0) 3031 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:36.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:36 smithi184 bash[59794]: audit 2024-03-21T13:07:35.837732+0000 mon.a (mon.0) 3032 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:36.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:36 smithi184 bash[59794]: audit 2024-03-21T13:07:35.842549+0000 mon.a (mon.0) 3033 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:36.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:36 smithi184 bash[59794]: audit 2024-03-21T13:07:35.844037+0000 mon.a (mon.0) 3034 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:36.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:36 smithi184 bash[59794]: cluster 2024-03-21T13:07:35.847781+0000 mgr.x (mgr.34104) 2238 : cluster [DBG] pgmap v1473: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 13 KiB/s rd, 12 op/s; 82/630 objects degraded (13.016%) 2024-03-21T13:07:36.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:36 smithi184 bash[59794]: cluster 2024-03-21T13:07:35.848571+0000 mgr.x (mgr.34104) 2239 : cluster [DBG] pgmap v1474: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s; 82/630 objects degraded (13.016%) 2024-03-21T13:07:36.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:36 smithi184 bash[59794]: audit 2024-03-21T13:07:35.856344+0000 mon.a (mon.0) 3035 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:36.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:36 smithi184 bash[59794]: cephadm 2024-03-21T13:07:35.859409+0000 mgr.x (mgr.34104) 2240 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:36.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:36 smithi184 bash[59794]: audit 2024-03-21T13:07:35.942005+0000 mon.a (mon.0) 3036 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:36.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:36 smithi184 bash[59794]: audit 2024-03-21T13:07:35.945166+0000 mon.a (mon.0) 3037 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:36.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:36 smithi184 bash[59794]: audit 2024-03-21T13:07:35.948694+0000 mon.a (mon.0) 3038 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:36.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:36 smithi184 bash[59794]: audit 2024-03-21T13:07:35.950075+0000 mon.a (mon.0) 3039 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:36.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:36 smithi184 bash[59794]: cluster 2024-03-21T13:07:35.954059+0000 mgr.x (mgr.34104) 2241 : cluster [DBG] pgmap v1475: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 12 KiB/s rd, 12 op/s; 82/630 objects degraded (13.016%) 2024-03-21T13:07:36.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:36 smithi184 bash[59794]: cluster 2024-03-21T13:07:35.954827+0000 mgr.x (mgr.34104) 2242 : cluster [DBG] pgmap v1476: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:36.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:36 smithi184 bash[59794]: audit 2024-03-21T13:07:35.960615+0000 mon.a (mon.0) 3040 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:36.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:36 smithi184 bash[59794]: cephadm 2024-03-21T13:07:35.962686+0000 mgr.x (mgr.34104) 2243 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:36.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:36 smithi184 bash[59794]: audit 2024-03-21T13:07:36.045268+0000 mon.a (mon.0) 3041 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:36.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:36 smithi184 bash[59794]: audit 2024-03-21T13:07:36.048787+0000 mon.a (mon.0) 3042 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:36.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:36 smithi184 bash[59794]: audit 2024-03-21T13:07:36.052631+0000 mon.a (mon.0) 3043 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:36.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:36 smithi184 bash[59794]: audit 2024-03-21T13:07:36.054500+0000 mon.a (mon.0) 3044 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:36.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:36 smithi184 bash[59794]: cluster 2024-03-21T13:07:36.059085+0000 mgr.x (mgr.34104) 2244 : cluster [DBG] pgmap v1477: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:36.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:36 smithi184 bash[59794]: cluster 2024-03-21T13:07:36.059596+0000 mgr.x (mgr.34104) 2245 : cluster [DBG] pgmap v1478: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:36.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:36 smithi184 bash[59794]: audit 2024-03-21T13:07:36.068003+0000 mon.a (mon.0) 3045 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:36.831 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:36 smithi184 bash[59794]: cephadm 2024-03-21T13:07:36.070277+0000 mgr.x (mgr.34104) 2246 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:36.831 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:36 smithi184 bash[59794]: audit 2024-03-21T13:07:36.150160+0000 mon.a (mon.0) 3046 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:36.831 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:36 smithi184 bash[59794]: audit 2024-03-21T13:07:36.153331+0000 mon.a (mon.0) 3047 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:36.831 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:36 smithi184 bash[59794]: audit 2024-03-21T13:07:36.156527+0000 mon.a (mon.0) 3048 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:36.831 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:36 smithi184 bash[59794]: audit 2024-03-21T13:07:36.157709+0000 mon.a (mon.0) 3049 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:36.831 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:36 smithi184 bash[59794]: cluster 2024-03-21T13:07:36.160971+0000 mgr.x (mgr.34104) 2247 : cluster [DBG] pgmap v1479: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:36.831 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:36 smithi184 bash[59794]: cluster 2024-03-21T13:07:36.161600+0000 mgr.x (mgr.34104) 2248 : cluster [DBG] pgmap v1480: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:36.831 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:36 smithi184 bash[59794]: audit 2024-03-21T13:07:36.168723+0000 mon.a (mon.0) 3050 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:36.831 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:36 smithi184 bash[59794]: cephadm 2024-03-21T13:07:36.170878+0000 mgr.x (mgr.34104) 2249 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:36.831 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:36 smithi184 bash[59794]: audit 2024-03-21T13:07:36.248196+0000 mon.a (mon.0) 3051 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:36.831 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:36 smithi184 bash[59794]: audit 2024-03-21T13:07:36.253064+0000 mon.a (mon.0) 3052 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:36.831 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:36 smithi184 bash[59794]: audit 2024-03-21T13:07:36.257186+0000 mon.a (mon.0) 3053 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:36.831 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:36 smithi184 bash[59794]: audit 2024-03-21T13:07:36.258756+0000 mon.a (mon.0) 3054 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:36.831 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:36 smithi184 bash[59794]: audit 2024-03-21T13:07:36.271767+0000 mon.a (mon.0) 3055 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:36.832 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:36 smithi184 bash[59794]: audit 2024-03-21T13:07:36.352346+0000 mon.a (mon.0) 3056 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:36.832 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:36 smithi184 bash[59794]: audit 2024-03-21T13:07:36.355163+0000 mon.a (mon.0) 3057 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:36.832 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:36 smithi184 bash[59794]: audit 2024-03-21T13:07:36.358605+0000 mon.a (mon.0) 3058 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:36.832 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:36 smithi184 bash[59794]: audit 2024-03-21T13:07:36.359908+0000 mon.a (mon.0) 3059 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:36.832 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:36 smithi184 bash[59794]: audit 2024-03-21T13:07:36.371061+0000 mon.a (mon.0) 3060 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:37.426 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:37 smithi178 bash[77880]: cluster 2024-03-21T13:07:36.262742+0000 mgr.x (mgr.34104) 2250 : cluster [DBG] pgmap v1481: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:37.427 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:37 smithi178 bash[77880]: cluster 2024-03-21T13:07:36.263466+0000 mgr.x (mgr.34104) 2251 : cluster [DBG] pgmap v1482: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:37.427 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:37 smithi178 bash[77880]: cephadm 2024-03-21T13:07:36.273857+0000 mgr.x (mgr.34104) 2252 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:37.427 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:37 smithi178 bash[77880]: cluster 2024-03-21T13:07:36.363495+0000 mgr.x (mgr.34104) 2253 : cluster [DBG] pgmap v1483: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:37.427 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:37 smithi178 bash[77880]: cluster 2024-03-21T13:07:36.364061+0000 mgr.x (mgr.34104) 2254 : cluster [DBG] pgmap v1484: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:37.427 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:37 smithi178 bash[77880]: cephadm 2024-03-21T13:07:36.373136+0000 mgr.x (mgr.34104) 2255 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:37.427 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:37 smithi178 bash[77880]: audit 2024-03-21T13:07:36.449432+0000 mon.a (mon.0) 3061 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:37.427 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:37 smithi178 bash[77880]: audit 2024-03-21T13:07:36.452369+0000 mon.a (mon.0) 3062 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:37.427 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:37 smithi178 bash[77880]: audit 2024-03-21T13:07:36.455789+0000 mon.a (mon.0) 3063 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:37.428 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:37 smithi178 bash[75692]: cluster 2024-03-21T13:07:36.262742+0000 mgr.x (mgr.34104) 2250 : cluster [DBG] pgmap v1481: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:37.428 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:37 smithi178 bash[75692]: cluster 2024-03-21T13:07:36.263466+0000 mgr.x (mgr.34104) 2251 : cluster [DBG] pgmap v1482: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:37.428 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:37 smithi178 bash[75692]: cephadm 2024-03-21T13:07:36.273857+0000 mgr.x (mgr.34104) 2252 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:37.428 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:37 smithi178 bash[75692]: cluster 2024-03-21T13:07:36.363495+0000 mgr.x (mgr.34104) 2253 : cluster [DBG] pgmap v1483: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:37.428 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:37 smithi178 bash[75692]: cluster 2024-03-21T13:07:36.364061+0000 mgr.x (mgr.34104) 2254 : cluster [DBG] pgmap v1484: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:37.428 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:37 smithi178 bash[75692]: cephadm 2024-03-21T13:07:36.373136+0000 mgr.x (mgr.34104) 2255 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:37.428 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:37 smithi178 bash[75692]: audit 2024-03-21T13:07:36.449432+0000 mon.a (mon.0) 3061 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:37.428 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:37 smithi178 bash[75692]: audit 2024-03-21T13:07:36.452369+0000 mon.a (mon.0) 3062 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:37.429 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:37 smithi178 bash[75692]: audit 2024-03-21T13:07:36.455789+0000 mon.a (mon.0) 3063 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:37.429 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:37 smithi178 bash[75692]: audit 2024-03-21T13:07:36.457240+0000 mon.a (mon.0) 3064 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:37.429 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:37 smithi178 bash[75692]: cluster 2024-03-21T13:07:36.461178+0000 mgr.x (mgr.34104) 2256 : cluster [DBG] pgmap v1485: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:37.429 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:37 smithi178 bash[75692]: cluster 2024-03-21T13:07:36.461930+0000 mgr.x (mgr.34104) 2257 : cluster [DBG] pgmap v1486: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:37.429 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:37 smithi178 bash[75692]: audit 2024-03-21T13:07:36.467932+0000 mon.a (mon.0) 3065 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:37.429 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:37 smithi178 bash[75692]: cephadm 2024-03-21T13:07:36.469962+0000 mgr.x (mgr.34104) 2258 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:37.429 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:37 smithi178 bash[75692]: audit 2024-03-21T13:07:36.551680+0000 mon.a (mon.0) 3066 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:37.429 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:37 smithi178 bash[75692]: audit 2024-03-21T13:07:36.554632+0000 mon.a (mon.0) 3067 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:37.429 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:37 smithi178 bash[75692]: audit 2024-03-21T13:07:36.558127+0000 mon.a (mon.0) 3068 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:37.429 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:37 smithi178 bash[75692]: audit 2024-03-21T13:07:36.559346+0000 mon.a (mon.0) 3069 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:37.429 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:37 smithi178 bash[75692]: cluster 2024-03-21T13:07:36.563311+0000 mgr.x (mgr.34104) 2259 : cluster [DBG] pgmap v1487: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:37.430 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:37 smithi178 bash[75692]: cluster 2024-03-21T13:07:36.564375+0000 mgr.x (mgr.34104) 2260 : cluster [DBG] pgmap v1488: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:37.430 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:37 smithi178 bash[75692]: audit 2024-03-21T13:07:36.569371+0000 mon.a (mon.0) 3070 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:37.430 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:37 smithi178 bash[75692]: cephadm 2024-03-21T13:07:36.571446+0000 mgr.x (mgr.34104) 2261 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:37.430 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:37 smithi178 bash[75692]: audit 2024-03-21T13:07:36.653704+0000 mon.a (mon.0) 3071 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:37.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:37 smithi178 bash[75692]: audit 2024-03-21T13:07:36.656752+0000 mon.a (mon.0) 3072 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:37.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:37 smithi178 bash[75692]: audit 2024-03-21T13:07:36.660899+0000 mon.a (mon.0) 3073 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:37.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:37 smithi178 bash[75692]: audit 2024-03-21T13:07:36.662283+0000 mon.a (mon.0) 3074 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:37.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:37 smithi178 bash[75692]: cluster 2024-03-21T13:07:36.666714+0000 mgr.x (mgr.34104) 2262 : cluster [DBG] pgmap v1489: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:37.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:37 smithi178 bash[75692]: cluster 2024-03-21T13:07:36.667358+0000 mgr.x (mgr.34104) 2263 : cluster [DBG] pgmap v1490: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:37.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:37 smithi178 bash[75692]: audit 2024-03-21T13:07:36.674025+0000 mon.a (mon.0) 3075 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:37.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:37 smithi178 bash[75692]: cephadm 2024-03-21T13:07:36.676022+0000 mgr.x (mgr.34104) 2264 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:37.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:37 smithi178 bash[75692]: audit 2024-03-21T13:07:36.754474+0000 mon.a (mon.0) 3076 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:37.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:37 smithi178 bash[75692]: audit 2024-03-21T13:07:36.758083+0000 mon.a (mon.0) 3077 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:37.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:37 smithi178 bash[75692]: audit 2024-03-21T13:07:36.761616+0000 mon.a (mon.0) 3078 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:37.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:37 smithi178 bash[75692]: audit 2024-03-21T13:07:36.763097+0000 mon.a (mon.0) 3079 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:37.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:37 smithi178 bash[75692]: cluster 2024-03-21T13:07:36.767795+0000 mgr.x (mgr.34104) 2265 : cluster [DBG] pgmap v1491: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:37.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:37 smithi178 bash[75692]: cluster 2024-03-21T13:07:36.768580+0000 mgr.x (mgr.34104) 2266 : cluster [DBG] pgmap v1492: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:37.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:37 smithi178 bash[75692]: audit 2024-03-21T13:07:36.776279+0000 mon.a (mon.0) 3080 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:37.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:37 smithi178 bash[75692]: cephadm 2024-03-21T13:07:36.778404+0000 mgr.x (mgr.34104) 2267 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:37.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:37 smithi178 bash[75692]: audit 2024-03-21T13:07:36.859424+0000 mon.a (mon.0) 3081 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:37.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:37 smithi178 bash[75692]: audit 2024-03-21T13:07:36.862547+0000 mon.a (mon.0) 3082 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:37.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:37 smithi178 bash[77880]: audit 2024-03-21T13:07:36.457240+0000 mon.a (mon.0) 3064 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:37.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:37 smithi178 bash[77880]: cluster 2024-03-21T13:07:36.461178+0000 mgr.x (mgr.34104) 2256 : cluster [DBG] pgmap v1485: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:37.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:37 smithi178 bash[77880]: cluster 2024-03-21T13:07:36.461930+0000 mgr.x (mgr.34104) 2257 : cluster [DBG] pgmap v1486: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:37.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:37 smithi178 bash[77880]: audit 2024-03-21T13:07:36.467932+0000 mon.a (mon.0) 3065 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:37.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:37 smithi178 bash[77880]: cephadm 2024-03-21T13:07:36.469962+0000 mgr.x (mgr.34104) 2258 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:37.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:37 smithi178 bash[77880]: audit 2024-03-21T13:07:36.551680+0000 mon.a (mon.0) 3066 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:37.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:37 smithi178 bash[77880]: audit 2024-03-21T13:07:36.554632+0000 mon.a (mon.0) 3067 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:37.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:37 smithi178 bash[77880]: audit 2024-03-21T13:07:36.558127+0000 mon.a (mon.0) 3068 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:37.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:37 smithi178 bash[77880]: audit 2024-03-21T13:07:36.559346+0000 mon.a (mon.0) 3069 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:37.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:37 smithi178 bash[77880]: cluster 2024-03-21T13:07:36.563311+0000 mgr.x (mgr.34104) 2259 : cluster [DBG] pgmap v1487: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:37.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:37 smithi178 bash[77880]: cluster 2024-03-21T13:07:36.564375+0000 mgr.x (mgr.34104) 2260 : cluster [DBG] pgmap v1488: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:37.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:37 smithi178 bash[77880]: audit 2024-03-21T13:07:36.569371+0000 mon.a (mon.0) 3070 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:37.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:37 smithi178 bash[77880]: cephadm 2024-03-21T13:07:36.571446+0000 mgr.x (mgr.34104) 2261 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:37.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:37 smithi178 bash[77880]: audit 2024-03-21T13:07:36.653704+0000 mon.a (mon.0) 3071 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:37.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:37 smithi178 bash[77880]: audit 2024-03-21T13:07:36.656752+0000 mon.a (mon.0) 3072 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:37.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:37 smithi178 bash[77880]: audit 2024-03-21T13:07:36.660899+0000 mon.a (mon.0) 3073 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:37.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:37 smithi178 bash[77880]: audit 2024-03-21T13:07:36.662283+0000 mon.a (mon.0) 3074 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:37.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:37 smithi178 bash[77880]: cluster 2024-03-21T13:07:36.666714+0000 mgr.x (mgr.34104) 2262 : cluster [DBG] pgmap v1489: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:37.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:37 smithi178 bash[77880]: cluster 2024-03-21T13:07:36.667358+0000 mgr.x (mgr.34104) 2263 : cluster [DBG] pgmap v1490: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:37.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:37 smithi178 bash[77880]: audit 2024-03-21T13:07:36.674025+0000 mon.a (mon.0) 3075 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:37.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:37 smithi178 bash[77880]: cephadm 2024-03-21T13:07:36.676022+0000 mgr.x (mgr.34104) 2264 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:37.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:37 smithi178 bash[77880]: audit 2024-03-21T13:07:36.754474+0000 mon.a (mon.0) 3076 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:37.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:37 smithi178 bash[77880]: audit 2024-03-21T13:07:36.758083+0000 mon.a (mon.0) 3077 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:37.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:37 smithi178 bash[77880]: audit 2024-03-21T13:07:36.761616+0000 mon.a (mon.0) 3078 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:37.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:37 smithi178 bash[77880]: audit 2024-03-21T13:07:36.763097+0000 mon.a (mon.0) 3079 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:37.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:37 smithi178 bash[77880]: cluster 2024-03-21T13:07:36.767795+0000 mgr.x (mgr.34104) 2265 : cluster [DBG] pgmap v1491: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:37.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:37 smithi178 bash[77880]: cluster 2024-03-21T13:07:36.768580+0000 mgr.x (mgr.34104) 2266 : cluster [DBG] pgmap v1492: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:37.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:37 smithi178 bash[77880]: audit 2024-03-21T13:07:36.776279+0000 mon.a (mon.0) 3080 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:37.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:37 smithi178 bash[77880]: cephadm 2024-03-21T13:07:36.778404+0000 mgr.x (mgr.34104) 2267 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:37.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:37 smithi178 bash[77880]: audit 2024-03-21T13:07:36.859424+0000 mon.a (mon.0) 3081 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:37.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:37 smithi178 bash[77880]: audit 2024-03-21T13:07:36.862547+0000 mon.a (mon.0) 3082 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:37.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:37 smithi178 bash[77880]: audit 2024-03-21T13:07:36.866032+0000 mon.a (mon.0) 3083 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:37.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:37 smithi178 bash[77880]: audit 2024-03-21T13:07:36.867353+0000 mon.a (mon.0) 3084 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:37.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:37 smithi178 bash[77880]: cluster 2024-03-21T13:07:36.871500+0000 mgr.x (mgr.34104) 2268 : cluster [DBG] pgmap v1493: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:37.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:37 smithi178 bash[75692]: audit 2024-03-21T13:07:36.866032+0000 mon.a (mon.0) 3083 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:37.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:37 smithi178 bash[75692]: audit 2024-03-21T13:07:36.867353+0000 mon.a (mon.0) 3084 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:37.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:37 smithi178 bash[75692]: cluster 2024-03-21T13:07:36.871500+0000 mgr.x (mgr.34104) 2268 : cluster [DBG] pgmap v1493: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:37.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:37 smithi178 bash[75692]: cluster 2024-03-21T13:07:36.872269+0000 mgr.x (mgr.34104) 2269 : cluster [DBG] pgmap v1494: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:37.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:37 smithi178 bash[75692]: audit 2024-03-21T13:07:36.879792+0000 mon.a (mon.0) 3085 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:37.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:37 smithi178 bash[75692]: cephadm 2024-03-21T13:07:36.881924+0000 mgr.x (mgr.34104) 2270 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:37.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:37 smithi178 bash[75692]: audit 2024-03-21T13:07:36.959796+0000 mon.a (mon.0) 3086 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:37.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:37 smithi178 bash[75692]: audit 2024-03-21T13:07:36.963253+0000 mon.a (mon.0) 3087 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:37.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:37 smithi178 bash[75692]: audit 2024-03-21T13:07:36.966369+0000 mon.a (mon.0) 3088 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:37.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:37 smithi178 bash[75692]: audit 2024-03-21T13:07:36.967960+0000 mon.a (mon.0) 3089 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:37.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:37 smithi178 bash[75692]: cluster 2024-03-21T13:07:36.971985+0000 mgr.x (mgr.34104) 2271 : cluster [DBG] pgmap v1495: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:37.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:37 smithi178 bash[75692]: cluster 2024-03-21T13:07:36.972666+0000 mgr.x (mgr.34104) 2272 : cluster [DBG] pgmap v1496: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:37.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:37 smithi178 bash[75692]: audit 2024-03-21T13:07:36.979017+0000 mon.a (mon.0) 3090 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:37.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:37 smithi178 bash[75692]: cephadm 2024-03-21T13:07:36.981044+0000 mgr.x (mgr.34104) 2273 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:37.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:37 smithi178 bash[75692]: audit 2024-03-21T13:07:37.062050+0000 mon.a (mon.0) 3091 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:37.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:37 smithi178 bash[75692]: audit 2024-03-21T13:07:37.065832+0000 mon.a (mon.0) 3092 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:37.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:37 smithi178 bash[75692]: audit 2024-03-21T13:07:37.070057+0000 mon.a (mon.0) 3093 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:37.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:37 smithi178 bash[75692]: audit 2024-03-21T13:07:37.072106+0000 mon.a (mon.0) 3094 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:37.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:37 smithi178 bash[77880]: cluster 2024-03-21T13:07:36.872269+0000 mgr.x (mgr.34104) 2269 : cluster [DBG] pgmap v1494: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:37.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:37 smithi178 bash[77880]: audit 2024-03-21T13:07:36.879792+0000 mon.a (mon.0) 3085 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:37.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:37 smithi178 bash[77880]: cephadm 2024-03-21T13:07:36.881924+0000 mgr.x (mgr.34104) 2270 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:37.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:37 smithi178 bash[77880]: audit 2024-03-21T13:07:36.959796+0000 mon.a (mon.0) 3086 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:37.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:37 smithi178 bash[77880]: audit 2024-03-21T13:07:36.963253+0000 mon.a (mon.0) 3087 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:37.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:37 smithi178 bash[77880]: audit 2024-03-21T13:07:36.966369+0000 mon.a (mon.0) 3088 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:37.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:37 smithi178 bash[77880]: audit 2024-03-21T13:07:36.967960+0000 mon.a (mon.0) 3089 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:37.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:37 smithi178 bash[77880]: cluster 2024-03-21T13:07:36.971985+0000 mgr.x (mgr.34104) 2271 : cluster [DBG] pgmap v1495: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:37.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:37 smithi178 bash[77880]: cluster 2024-03-21T13:07:36.972666+0000 mgr.x (mgr.34104) 2272 : cluster [DBG] pgmap v1496: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:37.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:37 smithi178 bash[77880]: audit 2024-03-21T13:07:36.979017+0000 mon.a (mon.0) 3090 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:37.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:37 smithi178 bash[77880]: cephadm 2024-03-21T13:07:36.981044+0000 mgr.x (mgr.34104) 2273 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:37.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:37 smithi178 bash[77880]: audit 2024-03-21T13:07:37.062050+0000 mon.a (mon.0) 3091 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:37.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:37 smithi178 bash[77880]: audit 2024-03-21T13:07:37.065832+0000 mon.a (mon.0) 3092 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:37.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:37 smithi178 bash[77880]: audit 2024-03-21T13:07:37.070057+0000 mon.a (mon.0) 3093 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:37.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:37 smithi178 bash[77880]: audit 2024-03-21T13:07:37.072106+0000 mon.a (mon.0) 3094 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:37.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:37 smithi178 bash[77880]: cluster 2024-03-21T13:07:37.075431+0000 mgr.x (mgr.34104) 2274 : cluster [DBG] pgmap v1497: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:37.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:37 smithi178 bash[77880]: cluster 2024-03-21T13:07:37.075918+0000 mgr.x (mgr.34104) 2275 : cluster [DBG] pgmap v1498: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:37.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:37 smithi178 bash[77880]: audit 2024-03-21T13:07:37.081493+0000 mon.a (mon.0) 3095 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:37.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:37 smithi178 bash[77880]: cephadm 2024-03-21T13:07:37.083394+0000 mgr.x (mgr.34104) 2276 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:37.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:37 smithi178 bash[75692]: cluster 2024-03-21T13:07:37.075431+0000 mgr.x (mgr.34104) 2274 : cluster [DBG] pgmap v1497: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:37.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:37 smithi178 bash[75692]: cluster 2024-03-21T13:07:37.075918+0000 mgr.x (mgr.34104) 2275 : cluster [DBG] pgmap v1498: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:37.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:37 smithi178 bash[75692]: audit 2024-03-21T13:07:37.081493+0000 mon.a (mon.0) 3095 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:37.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:37 smithi178 bash[75692]: cephadm 2024-03-21T13:07:37.083394+0000 mgr.x (mgr.34104) 2276 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:37.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:37 smithi178 bash[75692]: audit 2024-03-21T13:07:37.158874+0000 mon.a (mon.0) 3096 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:37.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:37 smithi178 bash[75692]: audit 2024-03-21T13:07:37.162108+0000 mon.a (mon.0) 3097 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:37.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:37 smithi178 bash[75692]: audit 2024-03-21T13:07:37.166064+0000 mon.a (mon.0) 3098 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:37.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:37 smithi178 bash[75692]: audit 2024-03-21T13:07:37.167440+0000 mon.a (mon.0) 3099 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:37.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:37 smithi178 bash[75692]: cluster 2024-03-21T13:07:37.171223+0000 mgr.x (mgr.34104) 2277 : cluster [DBG] pgmap v1499: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:37.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:37 smithi178 bash[75692]: cluster 2024-03-21T13:07:37.172024+0000 mgr.x (mgr.34104) 2278 : cluster [DBG] pgmap v1500: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:37.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:37 smithi178 bash[75692]: audit 2024-03-21T13:07:37.180010+0000 mon.a (mon.0) 3100 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:37.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:37 smithi178 bash[75692]: cephadm 2024-03-21T13:07:37.182168+0000 mgr.x (mgr.34104) 2279 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:37.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:37 smithi178 bash[75692]: audit 2024-03-21T13:07:37.263359+0000 mon.a (mon.0) 3101 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:37.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:37 smithi178 bash[75692]: audit 2024-03-21T13:07:37.266654+0000 mon.a (mon.0) 3102 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:37.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:37 smithi178 bash[75692]: audit 2024-03-21T13:07:37.270337+0000 mon.a (mon.0) 3103 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:37.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:37 smithi178 bash[75692]: audit 2024-03-21T13:07:37.273383+0000 mon.a (mon.0) 3104 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:37.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:37 smithi178 bash[75692]: audit 2024-03-21T13:07:37.283731+0000 mon.a (mon.0) 3105 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:37.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:37 smithi178 bash[75692]: audit 2024-03-21T13:07:37.364333+0000 mon.a (mon.0) 3106 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:37.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:37 smithi178 bash[75692]: audit 2024-03-21T13:07:37.367287+0000 mon.a (mon.0) 3107 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:37.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:37 smithi178 bash[75692]: audit 2024-03-21T13:07:37.371073+0000 mon.a (mon.0) 3108 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:37.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:37 smithi178 bash[75692]: audit 2024-03-21T13:07:37.372395+0000 mon.a (mon.0) 3109 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:37.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:37 smithi178 bash[75692]: audit 2024-03-21T13:07:37.384354+0000 mon.a (mon.0) 3110 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:37.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:37 smithi178 bash[77880]: audit 2024-03-21T13:07:37.158874+0000 mon.a (mon.0) 3096 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:37.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:37 smithi178 bash[77880]: audit 2024-03-21T13:07:37.162108+0000 mon.a (mon.0) 3097 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:37.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:37 smithi178 bash[77880]: audit 2024-03-21T13:07:37.166064+0000 mon.a (mon.0) 3098 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:37.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:37 smithi178 bash[77880]: audit 2024-03-21T13:07:37.167440+0000 mon.a (mon.0) 3099 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:37.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:37 smithi178 bash[77880]: cluster 2024-03-21T13:07:37.171223+0000 mgr.x (mgr.34104) 2277 : cluster [DBG] pgmap v1499: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:37.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:37 smithi178 bash[77880]: cluster 2024-03-21T13:07:37.172024+0000 mgr.x (mgr.34104) 2278 : cluster [DBG] pgmap v1500: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:37.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:37 smithi178 bash[77880]: audit 2024-03-21T13:07:37.180010+0000 mon.a (mon.0) 3100 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:37.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:37 smithi178 bash[77880]: cephadm 2024-03-21T13:07:37.182168+0000 mgr.x (mgr.34104) 2279 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:37.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:37 smithi178 bash[77880]: audit 2024-03-21T13:07:37.263359+0000 mon.a (mon.0) 3101 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:37.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:37 smithi178 bash[77880]: audit 2024-03-21T13:07:37.266654+0000 mon.a (mon.0) 3102 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:37.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:37 smithi178 bash[77880]: audit 2024-03-21T13:07:37.270337+0000 mon.a (mon.0) 3103 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:37.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:37 smithi178 bash[77880]: audit 2024-03-21T13:07:37.273383+0000 mon.a (mon.0) 3104 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:37.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:37 smithi178 bash[77880]: audit 2024-03-21T13:07:37.283731+0000 mon.a (mon.0) 3105 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:37.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:37 smithi178 bash[77880]: audit 2024-03-21T13:07:37.364333+0000 mon.a (mon.0) 3106 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:37.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:37 smithi178 bash[77880]: audit 2024-03-21T13:07:37.367287+0000 mon.a (mon.0) 3107 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:37.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:37 smithi178 bash[77880]: audit 2024-03-21T13:07:37.371073+0000 mon.a (mon.0) 3108 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:37.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:37 smithi178 bash[77880]: audit 2024-03-21T13:07:37.372395+0000 mon.a (mon.0) 3109 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:37.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:37 smithi178 bash[77880]: audit 2024-03-21T13:07:37.384354+0000 mon.a (mon.0) 3110 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:37.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:37 smithi184 bash[59794]: cluster 2024-03-21T13:07:36.262742+0000 mgr.x (mgr.34104) 2250 : cluster [DBG] pgmap v1481: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:37.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:37 smithi184 bash[59794]: cluster 2024-03-21T13:07:36.263466+0000 mgr.x (mgr.34104) 2251 : cluster [DBG] pgmap v1482: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:37.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:37 smithi184 bash[59794]: cephadm 2024-03-21T13:07:36.273857+0000 mgr.x (mgr.34104) 2252 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:37.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:37 smithi184 bash[59794]: cluster 2024-03-21T13:07:36.363495+0000 mgr.x (mgr.34104) 2253 : cluster [DBG] pgmap v1483: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:37.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:37 smithi184 bash[59794]: cluster 2024-03-21T13:07:36.364061+0000 mgr.x (mgr.34104) 2254 : cluster [DBG] pgmap v1484: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:37.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:37 smithi184 bash[59794]: cephadm 2024-03-21T13:07:36.373136+0000 mgr.x (mgr.34104) 2255 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:37.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:37 smithi184 bash[59794]: audit 2024-03-21T13:07:36.449432+0000 mon.a (mon.0) 3061 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:37.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:37 smithi184 bash[59794]: audit 2024-03-21T13:07:36.452369+0000 mon.a (mon.0) 3062 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:37.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:37 smithi184 bash[59794]: audit 2024-03-21T13:07:36.455789+0000 mon.a (mon.0) 3063 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:37.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:37 smithi184 bash[59794]: audit 2024-03-21T13:07:36.457240+0000 mon.a (mon.0) 3064 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:37.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:37 smithi184 bash[59794]: cluster 2024-03-21T13:07:36.461178+0000 mgr.x (mgr.34104) 2256 : cluster [DBG] pgmap v1485: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:37.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:37 smithi184 bash[59794]: cluster 2024-03-21T13:07:36.461930+0000 mgr.x (mgr.34104) 2257 : cluster [DBG] pgmap v1486: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:37.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:37 smithi184 bash[59794]: audit 2024-03-21T13:07:36.467932+0000 mon.a (mon.0) 3065 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:37.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:37 smithi184 bash[59794]: cephadm 2024-03-21T13:07:36.469962+0000 mgr.x (mgr.34104) 2258 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:37.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:37 smithi184 bash[59794]: audit 2024-03-21T13:07:36.551680+0000 mon.a (mon.0) 3066 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:37.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:37 smithi184 bash[59794]: audit 2024-03-21T13:07:36.554632+0000 mon.a (mon.0) 3067 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:37.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:37 smithi184 bash[59794]: audit 2024-03-21T13:07:36.558127+0000 mon.a (mon.0) 3068 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:37.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:37 smithi184 bash[59794]: audit 2024-03-21T13:07:36.559346+0000 mon.a (mon.0) 3069 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:37.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:37 smithi184 bash[59794]: cluster 2024-03-21T13:07:36.563311+0000 mgr.x (mgr.34104) 2259 : cluster [DBG] pgmap v1487: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:37.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:37 smithi184 bash[59794]: cluster 2024-03-21T13:07:36.564375+0000 mgr.x (mgr.34104) 2260 : cluster [DBG] pgmap v1488: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:37.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:37 smithi184 bash[59794]: audit 2024-03-21T13:07:36.569371+0000 mon.a (mon.0) 3070 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:37.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:37 smithi184 bash[59794]: cephadm 2024-03-21T13:07:36.571446+0000 mgr.x (mgr.34104) 2261 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:37.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:37 smithi184 bash[59794]: audit 2024-03-21T13:07:36.653704+0000 mon.a (mon.0) 3071 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:37.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:37 smithi184 bash[59794]: audit 2024-03-21T13:07:36.656752+0000 mon.a (mon.0) 3072 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:37.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:37 smithi184 bash[59794]: audit 2024-03-21T13:07:36.660899+0000 mon.a (mon.0) 3073 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:37.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:37 smithi184 bash[59794]: audit 2024-03-21T13:07:36.662283+0000 mon.a (mon.0) 3074 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:37.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:37 smithi184 bash[59794]: cluster 2024-03-21T13:07:36.666714+0000 mgr.x (mgr.34104) 2262 : cluster [DBG] pgmap v1489: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:37.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:37 smithi184 bash[59794]: cluster 2024-03-21T13:07:36.667358+0000 mgr.x (mgr.34104) 2263 : cluster [DBG] pgmap v1490: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:37.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:37 smithi184 bash[59794]: audit 2024-03-21T13:07:36.674025+0000 mon.a (mon.0) 3075 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:37.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:37 smithi184 bash[59794]: cephadm 2024-03-21T13:07:36.676022+0000 mgr.x (mgr.34104) 2264 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:37.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:37 smithi184 bash[59794]: audit 2024-03-21T13:07:36.754474+0000 mon.a (mon.0) 3076 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:37.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:37 smithi184 bash[59794]: audit 2024-03-21T13:07:36.758083+0000 mon.a (mon.0) 3077 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:37.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:37 smithi184 bash[59794]: audit 2024-03-21T13:07:36.761616+0000 mon.a (mon.0) 3078 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:37.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:37 smithi184 bash[59794]: audit 2024-03-21T13:07:36.763097+0000 mon.a (mon.0) 3079 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:37.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:37 smithi184 bash[59794]: cluster 2024-03-21T13:07:36.767795+0000 mgr.x (mgr.34104) 2265 : cluster [DBG] pgmap v1491: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:37.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:37 smithi184 bash[59794]: cluster 2024-03-21T13:07:36.768580+0000 mgr.x (mgr.34104) 2266 : cluster [DBG] pgmap v1492: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:37.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:37 smithi184 bash[59794]: audit 2024-03-21T13:07:36.776279+0000 mon.a (mon.0) 3080 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:37.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:37 smithi184 bash[59794]: cephadm 2024-03-21T13:07:36.778404+0000 mgr.x (mgr.34104) 2267 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:37.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:37 smithi184 bash[59794]: audit 2024-03-21T13:07:36.859424+0000 mon.a (mon.0) 3081 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:37.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:37 smithi184 bash[59794]: audit 2024-03-21T13:07:36.862547+0000 mon.a (mon.0) 3082 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:37.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:37 smithi184 bash[59794]: audit 2024-03-21T13:07:36.866032+0000 mon.a (mon.0) 3083 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:37.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:37 smithi184 bash[59794]: audit 2024-03-21T13:07:36.867353+0000 mon.a (mon.0) 3084 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:37.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:37 smithi184 bash[59794]: cluster 2024-03-21T13:07:36.871500+0000 mgr.x (mgr.34104) 2268 : cluster [DBG] pgmap v1493: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:37.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:37 smithi184 bash[59794]: cluster 2024-03-21T13:07:36.872269+0000 mgr.x (mgr.34104) 2269 : cluster [DBG] pgmap v1494: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:37.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:37 smithi184 bash[59794]: audit 2024-03-21T13:07:36.879792+0000 mon.a (mon.0) 3085 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:37.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:37 smithi184 bash[59794]: cephadm 2024-03-21T13:07:36.881924+0000 mgr.x (mgr.34104) 2270 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:37.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:37 smithi184 bash[59794]: audit 2024-03-21T13:07:36.959796+0000 mon.a (mon.0) 3086 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:37.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:37 smithi184 bash[59794]: audit 2024-03-21T13:07:36.963253+0000 mon.a (mon.0) 3087 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:37.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:37 smithi184 bash[59794]: audit 2024-03-21T13:07:36.966369+0000 mon.a (mon.0) 3088 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:37.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:37 smithi184 bash[59794]: audit 2024-03-21T13:07:36.967960+0000 mon.a (mon.0) 3089 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:37.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:37 smithi184 bash[59794]: cluster 2024-03-21T13:07:36.971985+0000 mgr.x (mgr.34104) 2271 : cluster [DBG] pgmap v1495: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:37.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:37 smithi184 bash[59794]: cluster 2024-03-21T13:07:36.972666+0000 mgr.x (mgr.34104) 2272 : cluster [DBG] pgmap v1496: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:37.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:37 smithi184 bash[59794]: audit 2024-03-21T13:07:36.979017+0000 mon.a (mon.0) 3090 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:37.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:37 smithi184 bash[59794]: cephadm 2024-03-21T13:07:36.981044+0000 mgr.x (mgr.34104) 2273 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:37.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:37 smithi184 bash[59794]: audit 2024-03-21T13:07:37.062050+0000 mon.a (mon.0) 3091 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:37.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:37 smithi184 bash[59794]: audit 2024-03-21T13:07:37.065832+0000 mon.a (mon.0) 3092 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:37.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:37 smithi184 bash[59794]: audit 2024-03-21T13:07:37.070057+0000 mon.a (mon.0) 3093 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:37.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:37 smithi184 bash[59794]: audit 2024-03-21T13:07:37.072106+0000 mon.a (mon.0) 3094 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:37.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:37 smithi184 bash[59794]: cluster 2024-03-21T13:07:37.075431+0000 mgr.x (mgr.34104) 2274 : cluster [DBG] pgmap v1497: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:37.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:37 smithi184 bash[59794]: cluster 2024-03-21T13:07:37.075918+0000 mgr.x (mgr.34104) 2275 : cluster [DBG] pgmap v1498: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:37.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:37 smithi184 bash[59794]: audit 2024-03-21T13:07:37.081493+0000 mon.a (mon.0) 3095 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:37.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:37 smithi184 bash[59794]: cephadm 2024-03-21T13:07:37.083394+0000 mgr.x (mgr.34104) 2276 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:37.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:37 smithi184 bash[59794]: audit 2024-03-21T13:07:37.158874+0000 mon.a (mon.0) 3096 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:37.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:37 smithi184 bash[59794]: audit 2024-03-21T13:07:37.162108+0000 mon.a (mon.0) 3097 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:37.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:37 smithi184 bash[59794]: audit 2024-03-21T13:07:37.166064+0000 mon.a (mon.0) 3098 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:37.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:37 smithi184 bash[59794]: audit 2024-03-21T13:07:37.167440+0000 mon.a (mon.0) 3099 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:37.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:37 smithi184 bash[59794]: cluster 2024-03-21T13:07:37.171223+0000 mgr.x (mgr.34104) 2277 : cluster [DBG] pgmap v1499: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:37.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:37 smithi184 bash[59794]: cluster 2024-03-21T13:07:37.172024+0000 mgr.x (mgr.34104) 2278 : cluster [DBG] pgmap v1500: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:37.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:37 smithi184 bash[59794]: audit 2024-03-21T13:07:37.180010+0000 mon.a (mon.0) 3100 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:37.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:37 smithi184 bash[59794]: cephadm 2024-03-21T13:07:37.182168+0000 mgr.x (mgr.34104) 2279 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:37.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:37 smithi184 bash[59794]: audit 2024-03-21T13:07:37.263359+0000 mon.a (mon.0) 3101 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:37.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:37 smithi184 bash[59794]: audit 2024-03-21T13:07:37.266654+0000 mon.a (mon.0) 3102 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:37.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:37 smithi184 bash[59794]: audit 2024-03-21T13:07:37.270337+0000 mon.a (mon.0) 3103 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:37.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:37 smithi184 bash[59794]: audit 2024-03-21T13:07:37.273383+0000 mon.a (mon.0) 3104 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:37.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:37 smithi184 bash[59794]: audit 2024-03-21T13:07:37.283731+0000 mon.a (mon.0) 3105 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:37.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:37 smithi184 bash[59794]: audit 2024-03-21T13:07:37.364333+0000 mon.a (mon.0) 3106 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:37.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:37 smithi184 bash[59794]: audit 2024-03-21T13:07:37.367287+0000 mon.a (mon.0) 3107 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:37.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:37 smithi184 bash[59794]: audit 2024-03-21T13:07:37.371073+0000 mon.a (mon.0) 3108 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:37.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:37 smithi184 bash[59794]: audit 2024-03-21T13:07:37.372395+0000 mon.a (mon.0) 3109 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:37.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:37 smithi184 bash[59794]: audit 2024-03-21T13:07:37.384354+0000 mon.a (mon.0) 3110 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:38.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:38 smithi178 bash[75692]: cluster 2024-03-21T13:07:37.277535+0000 mgr.x (mgr.34104) 2280 : cluster [DBG] pgmap v1501: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:38.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:38 smithi178 bash[75692]: cephadm 2024-03-21T13:07:37.285691+0000 mgr.x (mgr.34104) 2281 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:38.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:38 smithi178 bash[75692]: cluster 2024-03-21T13:07:37.376120+0000 mgr.x (mgr.34104) 2282 : cluster [DBG] pgmap v1502: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:38.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:38 smithi178 bash[75692]: cluster 2024-03-21T13:07:37.376882+0000 mgr.x (mgr.34104) 2283 : cluster [DBG] pgmap v1503: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:38.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:38 smithi178 bash[75692]: cephadm 2024-03-21T13:07:37.386358+0000 mgr.x (mgr.34104) 2284 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:38.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:38 smithi178 bash[75692]: audit 2024-03-21T13:07:37.468179+0000 mon.a (mon.0) 3111 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:38.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:38 smithi178 bash[75692]: audit 2024-03-21T13:07:37.471910+0000 mon.a (mon.0) 3112 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:38.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:38 smithi178 bash[75692]: audit 2024-03-21T13:07:37.477073+0000 mon.a (mon.0) 3113 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:38.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:38 smithi178 bash[75692]: audit 2024-03-21T13:07:37.478770+0000 mon.a (mon.0) 3114 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:38.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:38 smithi178 bash[75692]: cluster 2024-03-21T13:07:37.483893+0000 mgr.x (mgr.34104) 2285 : cluster [DBG] pgmap v1504: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:38.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:38 smithi178 bash[75692]: cluster 2024-03-21T13:07:37.484777+0000 mgr.x (mgr.34104) 2286 : cluster [DBG] pgmap v1505: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:38.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:38 smithi178 bash[75692]: audit 2024-03-21T13:07:37.491875+0000 mon.a (mon.0) 3115 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:38.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:38 smithi178 bash[75692]: cephadm 2024-03-21T13:07:37.494031+0000 mgr.x (mgr.34104) 2287 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:38.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:38 smithi178 bash[75692]: audit 2024-03-21T13:07:37.572135+0000 mon.a (mon.0) 3116 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:38.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:38 smithi178 bash[75692]: audit 2024-03-21T13:07:37.575965+0000 mon.a (mon.0) 3117 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:38.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:38 smithi178 bash[75692]: audit 2024-03-21T13:07:37.580041+0000 mon.a (mon.0) 3118 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:38.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:38 smithi178 bash[75692]: audit 2024-03-21T13:07:37.581684+0000 mon.a (mon.0) 3119 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:38.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:38 smithi178 bash[75692]: cluster 2024-03-21T13:07:37.585836+0000 mgr.x (mgr.34104) 2288 : cluster [DBG] pgmap v1506: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:38.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:38 smithi178 bash[75692]: cluster 2024-03-21T13:07:37.586317+0000 mgr.x (mgr.34104) 2289 : cluster [DBG] pgmap v1507: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:38.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:38 smithi178 bash[75692]: audit 2024-03-21T13:07:37.594054+0000 mon.a (mon.0) 3120 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:38.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:38 smithi178 bash[75692]: cephadm 2024-03-21T13:07:37.596323+0000 mgr.x (mgr.34104) 2290 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:38.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:38 smithi178 bash[75692]: audit 2024-03-21T13:07:37.676739+0000 mon.a (mon.0) 3121 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:38.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:38 smithi178 bash[75692]: audit 2024-03-21T13:07:37.681333+0000 mon.a (mon.0) 3122 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:38.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:38 smithi178 bash[75692]: audit 2024-03-21T13:07:37.685576+0000 mon.a (mon.0) 3123 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:38.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:38 smithi178 bash[75692]: audit 2024-03-21T13:07:37.687168+0000 mon.a (mon.0) 3124 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:38.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:38 smithi178 bash[75692]: cluster 2024-03-21T13:07:37.690939+0000 mgr.x (mgr.34104) 2291 : cluster [DBG] pgmap v1508: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:38.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:38 smithi178 bash[75692]: cluster 2024-03-21T13:07:37.691625+0000 mgr.x (mgr.34104) 2292 : cluster [DBG] pgmap v1509: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:38.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:38 smithi178 bash[75692]: audit 2024-03-21T13:07:37.699444+0000 mon.a (mon.0) 3125 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:38.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:38 smithi178 bash[75692]: cephadm 2024-03-21T13:07:37.701406+0000 mgr.x (mgr.34104) 2293 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:38.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:38 smithi178 bash[75692]: audit 2024-03-21T13:07:37.783180+0000 mon.a (mon.0) 3126 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:38.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:38 smithi178 bash[75692]: audit 2024-03-21T13:07:37.786215+0000 mon.a (mon.0) 3127 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:38.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:38 smithi178 bash[75692]: audit 2024-03-21T13:07:37.789490+0000 mon.a (mon.0) 3128 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:38.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:38 smithi178 bash[75692]: audit 2024-03-21T13:07:37.790762+0000 mon.a (mon.0) 3129 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:38.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:38 smithi178 bash[75692]: cluster 2024-03-21T13:07:37.794467+0000 mgr.x (mgr.34104) 2294 : cluster [DBG] pgmap v1510: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:38.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:38 smithi178 bash[77880]: cluster 2024-03-21T13:07:37.277535+0000 mgr.x (mgr.34104) 2280 : cluster [DBG] pgmap v1501: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:38.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:38 smithi178 bash[77880]: cephadm 2024-03-21T13:07:37.285691+0000 mgr.x (mgr.34104) 2281 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:38.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:38 smithi178 bash[77880]: cluster 2024-03-21T13:07:37.376120+0000 mgr.x (mgr.34104) 2282 : cluster [DBG] pgmap v1502: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:38.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:38 smithi178 bash[77880]: cluster 2024-03-21T13:07:37.376882+0000 mgr.x (mgr.34104) 2283 : cluster [DBG] pgmap v1503: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:38.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:38 smithi178 bash[77880]: cephadm 2024-03-21T13:07:37.386358+0000 mgr.x (mgr.34104) 2284 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:38.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:38 smithi178 bash[77880]: audit 2024-03-21T13:07:37.468179+0000 mon.a (mon.0) 3111 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:38.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:38 smithi178 bash[77880]: audit 2024-03-21T13:07:37.471910+0000 mon.a (mon.0) 3112 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:38.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:38 smithi178 bash[77880]: audit 2024-03-21T13:07:37.477073+0000 mon.a (mon.0) 3113 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:38.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:38 smithi178 bash[77880]: audit 2024-03-21T13:07:37.478770+0000 mon.a (mon.0) 3114 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:38.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:38 smithi178 bash[77880]: cluster 2024-03-21T13:07:37.483893+0000 mgr.x (mgr.34104) 2285 : cluster [DBG] pgmap v1504: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:38.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:38 smithi178 bash[77880]: cluster 2024-03-21T13:07:37.484777+0000 mgr.x (mgr.34104) 2286 : cluster [DBG] pgmap v1505: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:38.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:38 smithi178 bash[77880]: audit 2024-03-21T13:07:37.491875+0000 mon.a (mon.0) 3115 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:38.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:38 smithi178 bash[77880]: cephadm 2024-03-21T13:07:37.494031+0000 mgr.x (mgr.34104) 2287 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:38.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:38 smithi178 bash[77880]: audit 2024-03-21T13:07:37.572135+0000 mon.a (mon.0) 3116 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:38.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:38 smithi178 bash[77880]: audit 2024-03-21T13:07:37.575965+0000 mon.a (mon.0) 3117 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:38.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:38 smithi178 bash[77880]: audit 2024-03-21T13:07:37.580041+0000 mon.a (mon.0) 3118 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:38.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:38 smithi178 bash[77880]: audit 2024-03-21T13:07:37.581684+0000 mon.a (mon.0) 3119 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:38.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:38 smithi178 bash[75692]: cluster 2024-03-21T13:07:37.794977+0000 mgr.x (mgr.34104) 2295 : cluster [DBG] pgmap v1511: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:38.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:38 smithi178 bash[75692]: audit 2024-03-21T13:07:37.801706+0000 mon.a (mon.0) 3130 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:38.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:38 smithi178 bash[75692]: cephadm 2024-03-21T13:07:37.803725+0000 mgr.x (mgr.34104) 2296 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:38.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:38 smithi178 bash[75692]: audit 2024-03-21T13:07:37.882608+0000 mon.a (mon.0) 3131 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:38.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:38 smithi178 bash[75692]: audit 2024-03-21T13:07:37.886082+0000 mon.a (mon.0) 3132 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:38.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:38 smithi178 bash[75692]: audit 2024-03-21T13:07:37.889483+0000 mon.a (mon.0) 3133 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:38.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:38 smithi178 bash[75692]: audit 2024-03-21T13:07:37.890899+0000 mon.a (mon.0) 3134 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:38.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:38 smithi178 bash[75692]: cluster 2024-03-21T13:07:37.894719+0000 mgr.x (mgr.34104) 2297 : cluster [DBG] pgmap v1512: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:38.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:38 smithi178 bash[75692]: cluster 2024-03-21T13:07:37.895307+0000 mgr.x (mgr.34104) 2298 : cluster [DBG] pgmap v1513: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:38.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:38 smithi178 bash[75692]: audit 2024-03-21T13:07:37.902712+0000 mon.a (mon.0) 3135 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:38.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:38 smithi178 bash[75692]: cephadm 2024-03-21T13:07:37.904850+0000 mgr.x (mgr.34104) 2299 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:38.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:38 smithi178 bash[75692]: audit 2024-03-21T13:07:37.984191+0000 mon.a (mon.0) 3136 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:38.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:38 smithi178 bash[75692]: audit 2024-03-21T13:07:37.987115+0000 mon.a (mon.0) 3137 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:38.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:38 smithi178 bash[75692]: audit 2024-03-21T13:07:37.990542+0000 mon.a (mon.0) 3138 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:38.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:38 smithi178 bash[75692]: audit 2024-03-21T13:07:37.992044+0000 mon.a (mon.0) 3139 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:38.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:38 smithi178 bash[75692]: cluster 2024-03-21T13:07:37.995653+0000 mgr.x (mgr.34104) 2300 : cluster [DBG] pgmap v1514: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:38.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:38 smithi178 bash[75692]: cluster 2024-03-21T13:07:37.995995+0000 mgr.x (mgr.34104) 2301 : cluster [DBG] pgmap v1515: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:38.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:38 smithi178 bash[75692]: audit 2024-03-21T13:07:38.003469+0000 mon.a (mon.0) 3140 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:38.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:38 smithi178 bash[77880]: cluster 2024-03-21T13:07:37.585836+0000 mgr.x (mgr.34104) 2288 : cluster [DBG] pgmap v1506: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:38.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:38 smithi178 bash[77880]: cluster 2024-03-21T13:07:37.586317+0000 mgr.x (mgr.34104) 2289 : cluster [DBG] pgmap v1507: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:38.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:38 smithi178 bash[77880]: audit 2024-03-21T13:07:37.594054+0000 mon.a (mon.0) 3120 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:38.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:38 smithi178 bash[77880]: cephadm 2024-03-21T13:07:37.596323+0000 mgr.x (mgr.34104) 2290 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:38.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:38 smithi178 bash[77880]: audit 2024-03-21T13:07:37.676739+0000 mon.a (mon.0) 3121 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:38.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:38 smithi178 bash[77880]: audit 2024-03-21T13:07:37.681333+0000 mon.a (mon.0) 3122 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:38.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:38 smithi178 bash[77880]: audit 2024-03-21T13:07:37.685576+0000 mon.a (mon.0) 3123 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:38.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:38 smithi178 bash[77880]: audit 2024-03-21T13:07:37.687168+0000 mon.a (mon.0) 3124 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:38.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:38 smithi178 bash[77880]: cluster 2024-03-21T13:07:37.690939+0000 mgr.x (mgr.34104) 2291 : cluster [DBG] pgmap v1508: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:38.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:38 smithi178 bash[77880]: cluster 2024-03-21T13:07:37.691625+0000 mgr.x (mgr.34104) 2292 : cluster [DBG] pgmap v1509: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:38.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:38 smithi178 bash[77880]: audit 2024-03-21T13:07:37.699444+0000 mon.a (mon.0) 3125 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:38.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:38 smithi178 bash[77880]: cephadm 2024-03-21T13:07:37.701406+0000 mgr.x (mgr.34104) 2293 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:38.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:38 smithi178 bash[77880]: audit 2024-03-21T13:07:37.783180+0000 mon.a (mon.0) 3126 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:38.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:38 smithi178 bash[77880]: audit 2024-03-21T13:07:37.786215+0000 mon.a (mon.0) 3127 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:38.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:38 smithi178 bash[77880]: audit 2024-03-21T13:07:37.789490+0000 mon.a (mon.0) 3128 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:38.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:38 smithi178 bash[77880]: audit 2024-03-21T13:07:37.790762+0000 mon.a (mon.0) 3129 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:38.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:38 smithi178 bash[77880]: cluster 2024-03-21T13:07:37.794467+0000 mgr.x (mgr.34104) 2294 : cluster [DBG] pgmap v1510: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:38.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:38 smithi178 bash[75692]: cephadm 2024-03-21T13:07:38.005579+0000 mgr.x (mgr.34104) 2302 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:38.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:38 smithi178 bash[75692]: audit 2024-03-21T13:07:38.087282+0000 mon.a (mon.0) 3141 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:38.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:38 smithi178 bash[75692]: audit 2024-03-21T13:07:38.090321+0000 mon.a (mon.0) 3142 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:38.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:38 smithi178 bash[75692]: audit 2024-03-21T13:07:38.094672+0000 mon.a (mon.0) 3143 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:38.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:38 smithi178 bash[75692]: audit 2024-03-21T13:07:38.096231+0000 mon.a (mon.0) 3144 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:38.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:38 smithi178 bash[75692]: cluster 2024-03-21T13:07:38.100159+0000 mgr.x (mgr.34104) 2303 : cluster [DBG] pgmap v1516: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:38.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:38 smithi178 bash[75692]: cluster 2024-03-21T13:07:38.100874+0000 mgr.x (mgr.34104) 2304 : cluster [DBG] pgmap v1517: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:38.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:38 smithi178 bash[75692]: audit 2024-03-21T13:07:38.107875+0000 mon.a (mon.0) 3145 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:38.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:38 smithi178 bash[75692]: cephadm 2024-03-21T13:07:38.109934+0000 mgr.x (mgr.34104) 2305 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:38.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:38 smithi178 bash[75692]: audit 2024-03-21T13:07:38.190805+0000 mon.a (mon.0) 3146 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:38.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:38 smithi178 bash[75692]: audit 2024-03-21T13:07:38.193798+0000 mon.a (mon.0) 3147 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:38.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:38 smithi178 bash[75692]: audit 2024-03-21T13:07:38.197021+0000 mon.a (mon.0) 3148 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:38.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:38 smithi178 bash[75692]: audit 2024-03-21T13:07:38.198312+0000 mon.a (mon.0) 3149 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:38.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:38 smithi178 bash[75692]: cluster 2024-03-21T13:07:38.202548+0000 mgr.x (mgr.34104) 2306 : cluster [DBG] pgmap v1518: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:38.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:38 smithi178 bash[75692]: cluster 2024-03-21T13:07:38.203661+0000 mgr.x (mgr.34104) 2307 : cluster [DBG] pgmap v1519: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:38.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:38 smithi178 bash[75692]: audit 2024-03-21T13:07:38.209649+0000 mon.a (mon.0) 3150 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:38.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:38 smithi178 bash[75692]: cephadm 2024-03-21T13:07:38.211792+0000 mgr.x (mgr.34104) 2308 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:38.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:38 smithi178 bash[75692]: audit 2024-03-21T13:07:38.292955+0000 mon.a (mon.0) 3151 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:38.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:38 smithi178 bash[75692]: audit 2024-03-21T13:07:38.296443+0000 mon.a (mon.0) 3152 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:38.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:38 smithi178 bash[75692]: audit 2024-03-21T13:07:38.300161+0000 mon.a (mon.0) 3153 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:38.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:38 smithi178 bash[75692]: audit 2024-03-21T13:07:38.301327+0000 mon.a (mon.0) 3154 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:38.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:38 smithi178 bash[75692]: audit 2024-03-21T13:07:38.311497+0000 mon.a (mon.0) 3155 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:38.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:38 smithi178 bash[75692]: audit 2024-03-21T13:07:38.394315+0000 mon.a (mon.0) 3156 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:38.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:38 smithi178 bash[75692]: audit 2024-03-21T13:07:38.397737+0000 mon.a (mon.0) 3157 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:38.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:38 smithi178 bash[75692]: audit 2024-03-21T13:07:38.402723+0000 mon.a (mon.0) 3158 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:38.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:38 smithi178 bash[75692]: audit 2024-03-21T13:07:38.404143+0000 mon.a (mon.0) 3159 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:38.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:38 smithi178 bash[75692]: audit 2024-03-21T13:07:38.411817+0000 mon.a (mon.0) 3160 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:38.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:38 smithi178 bash[77880]: cluster 2024-03-21T13:07:37.794977+0000 mgr.x (mgr.34104) 2295 : cluster [DBG] pgmap v1511: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:38.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:38 smithi178 bash[77880]: audit 2024-03-21T13:07:37.801706+0000 mon.a (mon.0) 3130 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:38.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:38 smithi178 bash[77880]: cephadm 2024-03-21T13:07:37.803725+0000 mgr.x (mgr.34104) 2296 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:38.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:38 smithi178 bash[77880]: audit 2024-03-21T13:07:37.882608+0000 mon.a (mon.0) 3131 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:38.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:38 smithi178 bash[77880]: audit 2024-03-21T13:07:37.886082+0000 mon.a (mon.0) 3132 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:38.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:38 smithi178 bash[77880]: audit 2024-03-21T13:07:37.889483+0000 mon.a (mon.0) 3133 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:38.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:38 smithi178 bash[77880]: audit 2024-03-21T13:07:37.890899+0000 mon.a (mon.0) 3134 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:38.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:38 smithi178 bash[77880]: cluster 2024-03-21T13:07:37.894719+0000 mgr.x (mgr.34104) 2297 : cluster [DBG] pgmap v1512: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:38.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:38 smithi178 bash[77880]: cluster 2024-03-21T13:07:37.895307+0000 mgr.x (mgr.34104) 2298 : cluster [DBG] pgmap v1513: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:38.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:38 smithi178 bash[77880]: audit 2024-03-21T13:07:37.902712+0000 mon.a (mon.0) 3135 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:38.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:38 smithi178 bash[77880]: cephadm 2024-03-21T13:07:37.904850+0000 mgr.x (mgr.34104) 2299 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:38.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:38 smithi178 bash[77880]: audit 2024-03-21T13:07:37.984191+0000 mon.a (mon.0) 3136 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:38.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:38 smithi178 bash[77880]: audit 2024-03-21T13:07:37.987115+0000 mon.a (mon.0) 3137 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:38.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:38 smithi178 bash[77880]: audit 2024-03-21T13:07:37.990542+0000 mon.a (mon.0) 3138 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:38.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:38 smithi178 bash[77880]: audit 2024-03-21T13:07:37.992044+0000 mon.a (mon.0) 3139 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:38.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:38 smithi178 bash[77880]: cluster 2024-03-21T13:07:37.995653+0000 mgr.x (mgr.34104) 2300 : cluster [DBG] pgmap v1514: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:38.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:38 smithi178 bash[77880]: cluster 2024-03-21T13:07:37.995995+0000 mgr.x (mgr.34104) 2301 : cluster [DBG] pgmap v1515: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:38.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:38 smithi178 bash[77880]: audit 2024-03-21T13:07:38.003469+0000 mon.a (mon.0) 3140 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:38.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:38 smithi178 bash[77880]: cephadm 2024-03-21T13:07:38.005579+0000 mgr.x (mgr.34104) 2302 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:38.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:38 smithi178 bash[77880]: audit 2024-03-21T13:07:38.087282+0000 mon.a (mon.0) 3141 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:38.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:38 smithi178 bash[77880]: audit 2024-03-21T13:07:38.090321+0000 mon.a (mon.0) 3142 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:38.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:38 smithi178 bash[77880]: audit 2024-03-21T13:07:38.094672+0000 mon.a (mon.0) 3143 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:38.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:38 smithi178 bash[77880]: audit 2024-03-21T13:07:38.096231+0000 mon.a (mon.0) 3144 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:38.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:38 smithi178 bash[77880]: cluster 2024-03-21T13:07:38.100159+0000 mgr.x (mgr.34104) 2303 : cluster [DBG] pgmap v1516: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:38.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:38 smithi178 bash[77880]: cluster 2024-03-21T13:07:38.100874+0000 mgr.x (mgr.34104) 2304 : cluster [DBG] pgmap v1517: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:38.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:38 smithi178 bash[77880]: audit 2024-03-21T13:07:38.107875+0000 mon.a (mon.0) 3145 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:38.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:38 smithi178 bash[77880]: cephadm 2024-03-21T13:07:38.109934+0000 mgr.x (mgr.34104) 2305 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:38.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:38 smithi178 bash[77880]: audit 2024-03-21T13:07:38.190805+0000 mon.a (mon.0) 3146 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:38.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:38 smithi178 bash[77880]: audit 2024-03-21T13:07:38.193798+0000 mon.a (mon.0) 3147 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:38.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:38 smithi178 bash[77880]: audit 2024-03-21T13:07:38.197021+0000 mon.a (mon.0) 3148 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:38.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:38 smithi178 bash[77880]: audit 2024-03-21T13:07:38.198312+0000 mon.a (mon.0) 3149 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:38.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:38 smithi178 bash[77880]: cluster 2024-03-21T13:07:38.202548+0000 mgr.x (mgr.34104) 2306 : cluster [DBG] pgmap v1518: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:38.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:38 smithi178 bash[77880]: cluster 2024-03-21T13:07:38.203661+0000 mgr.x (mgr.34104) 2307 : cluster [DBG] pgmap v1519: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:38.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:38 smithi178 bash[77880]: audit 2024-03-21T13:07:38.209649+0000 mon.a (mon.0) 3150 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:38.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:38 smithi178 bash[77880]: cephadm 2024-03-21T13:07:38.211792+0000 mgr.x (mgr.34104) 2308 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:38.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:38 smithi178 bash[77880]: audit 2024-03-21T13:07:38.292955+0000 mon.a (mon.0) 3151 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:38.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:38 smithi178 bash[77880]: audit 2024-03-21T13:07:38.296443+0000 mon.a (mon.0) 3152 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:38.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:38 smithi178 bash[77880]: audit 2024-03-21T13:07:38.300161+0000 mon.a (mon.0) 3153 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:38.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:38 smithi178 bash[77880]: audit 2024-03-21T13:07:38.301327+0000 mon.a (mon.0) 3154 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:38.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:38 smithi178 bash[77880]: audit 2024-03-21T13:07:38.311497+0000 mon.a (mon.0) 3155 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:38.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:38 smithi178 bash[77880]: audit 2024-03-21T13:07:38.394315+0000 mon.a (mon.0) 3156 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:38.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:38 smithi178 bash[77880]: audit 2024-03-21T13:07:38.397737+0000 mon.a (mon.0) 3157 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:38.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:38 smithi178 bash[77880]: audit 2024-03-21T13:07:38.402723+0000 mon.a (mon.0) 3158 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:38.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:38 smithi178 bash[77880]: audit 2024-03-21T13:07:38.404143+0000 mon.a (mon.0) 3159 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:38.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:38 smithi178 bash[77880]: audit 2024-03-21T13:07:38.411817+0000 mon.a (mon.0) 3160 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:38.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:38 smithi184 bash[59794]: cluster 2024-03-21T13:07:37.277535+0000 mgr.x (mgr.34104) 2280 : cluster [DBG] pgmap v1501: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:38.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:38 smithi184 bash[59794]: cephadm 2024-03-21T13:07:37.285691+0000 mgr.x (mgr.34104) 2281 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:38.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:38 smithi184 bash[59794]: cluster 2024-03-21T13:07:37.376120+0000 mgr.x (mgr.34104) 2282 : cluster [DBG] pgmap v1502: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:38.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:38 smithi184 bash[59794]: cluster 2024-03-21T13:07:37.376882+0000 mgr.x (mgr.34104) 2283 : cluster [DBG] pgmap v1503: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:38.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:38 smithi184 bash[59794]: cephadm 2024-03-21T13:07:37.386358+0000 mgr.x (mgr.34104) 2284 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:38.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:38 smithi184 bash[59794]: audit 2024-03-21T13:07:37.468179+0000 mon.a (mon.0) 3111 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:38.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:38 smithi184 bash[59794]: audit 2024-03-21T13:07:37.471910+0000 mon.a (mon.0) 3112 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:38.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:38 smithi184 bash[59794]: audit 2024-03-21T13:07:37.477073+0000 mon.a (mon.0) 3113 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:38.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:38 smithi184 bash[59794]: audit 2024-03-21T13:07:37.478770+0000 mon.a (mon.0) 3114 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:38.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:38 smithi184 bash[59794]: cluster 2024-03-21T13:07:37.483893+0000 mgr.x (mgr.34104) 2285 : cluster [DBG] pgmap v1504: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:38.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:38 smithi184 bash[59794]: cluster 2024-03-21T13:07:37.484777+0000 mgr.x (mgr.34104) 2286 : cluster [DBG] pgmap v1505: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:38.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:38 smithi184 bash[59794]: audit 2024-03-21T13:07:37.491875+0000 mon.a (mon.0) 3115 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:38.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:38 smithi184 bash[59794]: cephadm 2024-03-21T13:07:37.494031+0000 mgr.x (mgr.34104) 2287 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:38.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:38 smithi184 bash[59794]: audit 2024-03-21T13:07:37.572135+0000 mon.a (mon.0) 3116 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:38.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:38 smithi184 bash[59794]: audit 2024-03-21T13:07:37.575965+0000 mon.a (mon.0) 3117 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:38.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:38 smithi184 bash[59794]: audit 2024-03-21T13:07:37.580041+0000 mon.a (mon.0) 3118 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:38.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:38 smithi184 bash[59794]: audit 2024-03-21T13:07:37.581684+0000 mon.a (mon.0) 3119 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:38.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:38 smithi184 bash[59794]: cluster 2024-03-21T13:07:37.585836+0000 mgr.x (mgr.34104) 2288 : cluster [DBG] pgmap v1506: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:38.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:38 smithi184 bash[59794]: cluster 2024-03-21T13:07:37.586317+0000 mgr.x (mgr.34104) 2289 : cluster [DBG] pgmap v1507: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:38.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:38 smithi184 bash[59794]: audit 2024-03-21T13:07:37.594054+0000 mon.a (mon.0) 3120 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:38.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:38 smithi184 bash[59794]: cephadm 2024-03-21T13:07:37.596323+0000 mgr.x (mgr.34104) 2290 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:38.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:38 smithi184 bash[59794]: audit 2024-03-21T13:07:37.676739+0000 mon.a (mon.0) 3121 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:38.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:38 smithi184 bash[59794]: audit 2024-03-21T13:07:37.681333+0000 mon.a (mon.0) 3122 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:38.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:38 smithi184 bash[59794]: audit 2024-03-21T13:07:37.685576+0000 mon.a (mon.0) 3123 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:38.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:38 smithi184 bash[59794]: audit 2024-03-21T13:07:37.687168+0000 mon.a (mon.0) 3124 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:38.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:38 smithi184 bash[59794]: cluster 2024-03-21T13:07:37.690939+0000 mgr.x (mgr.34104) 2291 : cluster [DBG] pgmap v1508: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:38.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:38 smithi184 bash[59794]: cluster 2024-03-21T13:07:37.691625+0000 mgr.x (mgr.34104) 2292 : cluster [DBG] pgmap v1509: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:38.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:38 smithi184 bash[59794]: audit 2024-03-21T13:07:37.699444+0000 mon.a (mon.0) 3125 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:38.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:38 smithi184 bash[59794]: cephadm 2024-03-21T13:07:37.701406+0000 mgr.x (mgr.34104) 2293 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:38.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:38 smithi184 bash[59794]: audit 2024-03-21T13:07:37.783180+0000 mon.a (mon.0) 3126 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:38.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:38 smithi184 bash[59794]: audit 2024-03-21T13:07:37.786215+0000 mon.a (mon.0) 3127 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:38.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:38 smithi184 bash[59794]: audit 2024-03-21T13:07:37.789490+0000 mon.a (mon.0) 3128 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:38.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:38 smithi184 bash[59794]: audit 2024-03-21T13:07:37.790762+0000 mon.a (mon.0) 3129 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:38.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:38 smithi184 bash[59794]: cluster 2024-03-21T13:07:37.794467+0000 mgr.x (mgr.34104) 2294 : cluster [DBG] pgmap v1510: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:38.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:38 smithi184 bash[59794]: cluster 2024-03-21T13:07:37.794977+0000 mgr.x (mgr.34104) 2295 : cluster [DBG] pgmap v1511: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:38.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:38 smithi184 bash[59794]: audit 2024-03-21T13:07:37.801706+0000 mon.a (mon.0) 3130 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:38.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:38 smithi184 bash[59794]: cephadm 2024-03-21T13:07:37.803725+0000 mgr.x (mgr.34104) 2296 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:38.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:38 smithi184 bash[59794]: audit 2024-03-21T13:07:37.882608+0000 mon.a (mon.0) 3131 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:38.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:38 smithi184 bash[59794]: audit 2024-03-21T13:07:37.886082+0000 mon.a (mon.0) 3132 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:38.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:38 smithi184 bash[59794]: audit 2024-03-21T13:07:37.889483+0000 mon.a (mon.0) 3133 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:38.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:38 smithi184 bash[59794]: audit 2024-03-21T13:07:37.890899+0000 mon.a (mon.0) 3134 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:38.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:38 smithi184 bash[59794]: cluster 2024-03-21T13:07:37.894719+0000 mgr.x (mgr.34104) 2297 : cluster [DBG] pgmap v1512: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:38.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:38 smithi184 bash[59794]: cluster 2024-03-21T13:07:37.895307+0000 mgr.x (mgr.34104) 2298 : cluster [DBG] pgmap v1513: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:38.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:38 smithi184 bash[59794]: audit 2024-03-21T13:07:37.902712+0000 mon.a (mon.0) 3135 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:38.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:38 smithi184 bash[59794]: cephadm 2024-03-21T13:07:37.904850+0000 mgr.x (mgr.34104) 2299 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:38.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:38 smithi184 bash[59794]: audit 2024-03-21T13:07:37.984191+0000 mon.a (mon.0) 3136 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:38.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:38 smithi184 bash[59794]: audit 2024-03-21T13:07:37.987115+0000 mon.a (mon.0) 3137 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:38.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:38 smithi184 bash[59794]: audit 2024-03-21T13:07:37.990542+0000 mon.a (mon.0) 3138 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:38.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:38 smithi184 bash[59794]: audit 2024-03-21T13:07:37.992044+0000 mon.a (mon.0) 3139 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:38.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:38 smithi184 bash[59794]: cluster 2024-03-21T13:07:37.995653+0000 mgr.x (mgr.34104) 2300 : cluster [DBG] pgmap v1514: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:38.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:38 smithi184 bash[59794]: cluster 2024-03-21T13:07:37.995995+0000 mgr.x (mgr.34104) 2301 : cluster [DBG] pgmap v1515: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:38.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:38 smithi184 bash[59794]: audit 2024-03-21T13:07:38.003469+0000 mon.a (mon.0) 3140 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:38.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:38 smithi184 bash[59794]: cephadm 2024-03-21T13:07:38.005579+0000 mgr.x (mgr.34104) 2302 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:38.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:38 smithi184 bash[59794]: audit 2024-03-21T13:07:38.087282+0000 mon.a (mon.0) 3141 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:38.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:38 smithi184 bash[59794]: audit 2024-03-21T13:07:38.090321+0000 mon.a (mon.0) 3142 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:38.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:38 smithi184 bash[59794]: audit 2024-03-21T13:07:38.094672+0000 mon.a (mon.0) 3143 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:38.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:38 smithi184 bash[59794]: audit 2024-03-21T13:07:38.096231+0000 mon.a (mon.0) 3144 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:38.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:38 smithi184 bash[59794]: cluster 2024-03-21T13:07:38.100159+0000 mgr.x (mgr.34104) 2303 : cluster [DBG] pgmap v1516: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:38.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:38 smithi184 bash[59794]: cluster 2024-03-21T13:07:38.100874+0000 mgr.x (mgr.34104) 2304 : cluster [DBG] pgmap v1517: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:38.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:38 smithi184 bash[59794]: audit 2024-03-21T13:07:38.107875+0000 mon.a (mon.0) 3145 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:38.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:38 smithi184 bash[59794]: cephadm 2024-03-21T13:07:38.109934+0000 mgr.x (mgr.34104) 2305 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:38.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:38 smithi184 bash[59794]: audit 2024-03-21T13:07:38.190805+0000 mon.a (mon.0) 3146 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:38.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:38 smithi184 bash[59794]: audit 2024-03-21T13:07:38.193798+0000 mon.a (mon.0) 3147 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:38.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:38 smithi184 bash[59794]: audit 2024-03-21T13:07:38.197021+0000 mon.a (mon.0) 3148 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:38.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:38 smithi184 bash[59794]: audit 2024-03-21T13:07:38.198312+0000 mon.a (mon.0) 3149 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:38.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:38 smithi184 bash[59794]: cluster 2024-03-21T13:07:38.202548+0000 mgr.x (mgr.34104) 2306 : cluster [DBG] pgmap v1518: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:38.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:38 smithi184 bash[59794]: cluster 2024-03-21T13:07:38.203661+0000 mgr.x (mgr.34104) 2307 : cluster [DBG] pgmap v1519: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:38.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:38 smithi184 bash[59794]: audit 2024-03-21T13:07:38.209649+0000 mon.a (mon.0) 3150 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:38.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:38 smithi184 bash[59794]: cephadm 2024-03-21T13:07:38.211792+0000 mgr.x (mgr.34104) 2308 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:38.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:38 smithi184 bash[59794]: audit 2024-03-21T13:07:38.292955+0000 mon.a (mon.0) 3151 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:38.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:38 smithi184 bash[59794]: audit 2024-03-21T13:07:38.296443+0000 mon.a (mon.0) 3152 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:38.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:38 smithi184 bash[59794]: audit 2024-03-21T13:07:38.300161+0000 mon.a (mon.0) 3153 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:38.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:38 smithi184 bash[59794]: audit 2024-03-21T13:07:38.301327+0000 mon.a (mon.0) 3154 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:38.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:38 smithi184 bash[59794]: audit 2024-03-21T13:07:38.311497+0000 mon.a (mon.0) 3155 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:38.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:38 smithi184 bash[59794]: audit 2024-03-21T13:07:38.394315+0000 mon.a (mon.0) 3156 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:38.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:38 smithi184 bash[59794]: audit 2024-03-21T13:07:38.397737+0000 mon.a (mon.0) 3157 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:38.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:38 smithi184 bash[59794]: audit 2024-03-21T13:07:38.402723+0000 mon.a (mon.0) 3158 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:38.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:38 smithi184 bash[59794]: audit 2024-03-21T13:07:38.404143+0000 mon.a (mon.0) 3159 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:38.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:38 smithi184 bash[59794]: audit 2024-03-21T13:07:38.411817+0000 mon.a (mon.0) 3160 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:39.441 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:39 smithi178 bash[77880]: cluster 2024-03-21T13:07:38.304566+0000 mgr.x (mgr.34104) 2309 : cluster [DBG] pgmap v1520: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:39.441 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:39 smithi178 bash[77880]: cluster 2024-03-21T13:07:38.305141+0000 mgr.x (mgr.34104) 2310 : cluster [DBG] pgmap v1521: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:39.441 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:39 smithi178 bash[77880]: cephadm 2024-03-21T13:07:38.313476+0000 mgr.x (mgr.34104) 2311 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:39.441 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:39 smithi178 bash[77880]: cluster 2024-03-21T13:07:38.407829+0000 mgr.x (mgr.34104) 2312 : cluster [DBG] pgmap v1522: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:39.441 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:39 smithi178 bash[77880]: cluster 2024-03-21T13:07:38.408356+0000 mgr.x (mgr.34104) 2313 : cluster [DBG] pgmap v1523: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:39.441 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:39 smithi178 bash[77880]: cephadm 2024-03-21T13:07:38.413775+0000 mgr.x (mgr.34104) 2314 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:39.442 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:39 smithi178 bash[77880]: audit 2024-03-21T13:07:38.494293+0000 mon.a (mon.0) 3161 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:39.442 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:39 smithi178 bash[77880]: audit 2024-03-21T13:07:38.499073+0000 mon.a (mon.0) 3162 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:39.442 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:39 smithi178 bash[77880]: audit 2024-03-21T13:07:38.503217+0000 mon.a (mon.0) 3163 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:39.442 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:39 smithi178 bash[77880]: audit 2024-03-21T13:07:38.504797+0000 mon.a (mon.0) 3164 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:39.442 INFO:journalctl@ceph.osd.3.smithi178.stdout:Mar 21 13:07:39 smithi178 bash[97161]: debug 2024-03-21T13:07:39.199+0000 7f3397b35700 1 -- 172.21.15.178:0/2022201486 <== mon.2 v2:172.21.15.184:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55ff67953680 con 0x55ff67990c00 2024-03-21T13:07:39.442 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:39 smithi178 bash[75692]: cluster 2024-03-21T13:07:38.304566+0000 mgr.x (mgr.34104) 2309 : cluster [DBG] pgmap v1520: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:39.442 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:39 smithi178 bash[75692]: cluster 2024-03-21T13:07:38.305141+0000 mgr.x (mgr.34104) 2310 : cluster [DBG] pgmap v1521: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:39.442 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:39 smithi178 bash[75692]: cephadm 2024-03-21T13:07:38.313476+0000 mgr.x (mgr.34104) 2311 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:39.443 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:39 smithi178 bash[75692]: cluster 2024-03-21T13:07:38.407829+0000 mgr.x (mgr.34104) 2312 : cluster [DBG] pgmap v1522: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:39.443 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:39 smithi178 bash[75692]: cluster 2024-03-21T13:07:38.408356+0000 mgr.x (mgr.34104) 2313 : cluster [DBG] pgmap v1523: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:39.746 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:39 smithi178 bash[77880]: cluster 2024-03-21T13:07:38.508924+0000 mgr.x (mgr.34104) 2315 : cluster [DBG] pgmap v1524: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:39.746 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:39 smithi178 bash[77880]: cluster 2024-03-21T13:07:38.509814+0000 mgr.x (mgr.34104) 2316 : cluster [DBG] pgmap v1525: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:39.746 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:39 smithi178 bash[77880]: audit 2024-03-21T13:07:38.516200+0000 mon.a (mon.0) 3165 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:39.746 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:39 smithi178 bash[77880]: cephadm 2024-03-21T13:07:38.518296+0000 mgr.x (mgr.34104) 2317 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:39.747 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:39 smithi178 bash[77880]: audit 2024-03-21T13:07:38.596146+0000 mon.a (mon.0) 3166 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:39.747 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:39 smithi178 bash[77880]: audit 2024-03-21T13:07:38.599133+0000 mon.a (mon.0) 3167 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:39.747 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:39 smithi178 bash[77880]: audit 2024-03-21T13:07:38.602366+0000 mon.a (mon.0) 3168 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:39.747 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:39 smithi178 bash[77880]: audit 2024-03-21T13:07:38.604503+0000 mon.a (mon.0) 3169 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:39.747 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:39 smithi178 bash[77880]: cluster 2024-03-21T13:07:38.607892+0000 mgr.x (mgr.34104) 2318 : cluster [DBG] pgmap v1526: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:39.747 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:39 smithi178 bash[77880]: cluster 2024-03-21T13:07:38.608238+0000 mgr.x (mgr.34104) 2319 : cluster [DBG] pgmap v1527: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:39.747 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:39 smithi178 bash[77880]: audit 2024-03-21T13:07:38.616065+0000 mon.a (mon.0) 3170 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:39.747 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:39 smithi178 bash[77880]: cephadm 2024-03-21T13:07:38.617953+0000 mgr.x (mgr.34104) 2320 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:39.747 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:39 smithi178 bash[77880]: audit 2024-03-21T13:07:38.695468+0000 mon.a (mon.0) 3171 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:39.747 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:39 smithi178 bash[77880]: audit 2024-03-21T13:07:38.698697+0000 mon.a (mon.0) 3172 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:39.747 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:39 smithi178 bash[77880]: audit 2024-03-21T13:07:38.701692+0000 mon.a (mon.0) 3173 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:39.747 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:39 smithi178 bash[77880]: audit 2024-03-21T13:07:38.703035+0000 mon.a (mon.0) 3174 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:39.747 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:39 smithi178 bash[77880]: cluster 2024-03-21T13:07:38.706510+0000 mgr.x (mgr.34104) 2321 : cluster [DBG] pgmap v1528: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:39.748 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:39 smithi178 bash[75692]: cephadm 2024-03-21T13:07:38.413775+0000 mgr.x (mgr.34104) 2314 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:39.748 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:39 smithi178 bash[75692]: audit 2024-03-21T13:07:38.494293+0000 mon.a (mon.0) 3161 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:39.748 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:39 smithi178 bash[75692]: audit 2024-03-21T13:07:38.499073+0000 mon.a (mon.0) 3162 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:39.748 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:39 smithi178 bash[75692]: audit 2024-03-21T13:07:38.503217+0000 mon.a (mon.0) 3163 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:39.748 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:39 smithi178 bash[75692]: audit 2024-03-21T13:07:38.504797+0000 mon.a (mon.0) 3164 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:39.748 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:39 smithi178 bash[75692]: cluster 2024-03-21T13:07:38.508924+0000 mgr.x (mgr.34104) 2315 : cluster [DBG] pgmap v1524: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:39.748 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:39 smithi178 bash[75692]: cluster 2024-03-21T13:07:38.509814+0000 mgr.x (mgr.34104) 2316 : cluster [DBG] pgmap v1525: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:39.748 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:39 smithi178 bash[75692]: audit 2024-03-21T13:07:38.516200+0000 mon.a (mon.0) 3165 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:39.748 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:39 smithi178 bash[75692]: cephadm 2024-03-21T13:07:38.518296+0000 mgr.x (mgr.34104) 2317 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:39.748 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:39 smithi178 bash[75692]: audit 2024-03-21T13:07:38.596146+0000 mon.a (mon.0) 3166 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:39.748 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:39 smithi178 bash[75692]: audit 2024-03-21T13:07:38.599133+0000 mon.a (mon.0) 3167 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:39.749 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:39 smithi178 bash[75692]: audit 2024-03-21T13:07:38.602366+0000 mon.a (mon.0) 3168 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:39.749 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:39 smithi178 bash[75692]: audit 2024-03-21T13:07:38.604503+0000 mon.a (mon.0) 3169 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:39.749 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:39 smithi178 bash[75692]: cluster 2024-03-21T13:07:38.607892+0000 mgr.x (mgr.34104) 2318 : cluster [DBG] pgmap v1526: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:39.749 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:39 smithi178 bash[75692]: cluster 2024-03-21T13:07:38.608238+0000 mgr.x (mgr.34104) 2319 : cluster [DBG] pgmap v1527: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:39.749 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:39 smithi178 bash[75692]: audit 2024-03-21T13:07:38.616065+0000 mon.a (mon.0) 3170 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:39.749 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:39 smithi178 bash[75692]: cephadm 2024-03-21T13:07:38.617953+0000 mgr.x (mgr.34104) 2320 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:39.749 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:39 smithi178 bash[75692]: audit 2024-03-21T13:07:38.695468+0000 mon.a (mon.0) 3171 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:39.749 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:39 smithi178 bash[77880]: cluster 2024-03-21T13:07:38.706968+0000 mgr.x (mgr.34104) 2322 : cluster [DBG] pgmap v1529: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:39.749 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:39 smithi178 bash[77880]: audit 2024-03-21T13:07:38.714496+0000 mon.a (mon.0) 3175 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:39.749 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:39 smithi178 bash[77880]: cephadm 2024-03-21T13:07:38.716574+0000 mgr.x (mgr.34104) 2323 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:39.749 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:39 smithi178 bash[77880]: cluster 2024-03-21T13:07:38.762404+0000 mon.a (mon.0) 3176 : cluster [WRN] Health check update: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-21T13:07:39.750 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:39 smithi178 bash[77880]: cluster 2024-03-21T13:07:38.762544+0000 mon.a (mon.0) 3177 : cluster [WRN] Health check update: Degraded data redundancy: 82/630 objects degraded (13.016%), 25 pgs degraded (PG_DEGRADED) 2024-03-21T13:07:39.750 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:39 smithi178 bash[77880]: audit 2024-03-21T13:07:38.794569+0000 mon.a (mon.0) 3178 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:39.750 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:39 smithi178 bash[77880]: audit 2024-03-21T13:07:38.797109+0000 mon.a (mon.0) 3179 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:39.750 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:39 smithi178 bash[77880]: audit 2024-03-21T13:07:38.800034+0000 mon.a (mon.0) 3180 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:39.750 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:39 smithi178 bash[77880]: audit 2024-03-21T13:07:38.801255+0000 mon.a (mon.0) 3181 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:39.750 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:39 smithi178 bash[77880]: cluster 2024-03-21T13:07:38.805161+0000 mgr.x (mgr.34104) 2324 : cluster [DBG] pgmap v1530: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:39.750 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:39 smithi178 bash[77880]: cluster 2024-03-21T13:07:38.806052+0000 mgr.x (mgr.34104) 2325 : cluster [DBG] pgmap v1531: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:39.750 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:39 smithi178 bash[77880]: audit 2024-03-21T13:07:38.812847+0000 mon.a (mon.0) 3182 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:39.750 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:39 smithi178 bash[77880]: cephadm 2024-03-21T13:07:38.814934+0000 mgr.x (mgr.34104) 2326 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:39.750 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:39 smithi178 bash[77880]: audit 2024-03-21T13:07:38.894694+0000 mon.a (mon.0) 3183 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:39.750 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:39 smithi178 bash[77880]: audit 2024-03-21T13:07:38.897738+0000 mon.a (mon.0) 3184 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:39.750 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:39 smithi178 bash[77880]: audit 2024-03-21T13:07:38.901851+0000 mon.a (mon.0) 3185 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:39.750 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:39 smithi178 bash[77880]: audit 2024-03-21T13:07:38.903547+0000 mon.a (mon.0) 3186 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:39.751 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:39 smithi178 bash[77880]: cluster 2024-03-21T13:07:38.907680+0000 mgr.x (mgr.34104) 2327 : cluster [DBG] pgmap v1532: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:39.751 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:39 smithi178 bash[75692]: audit 2024-03-21T13:07:38.698697+0000 mon.a (mon.0) 3172 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:39.751 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:39 smithi178 bash[75692]: audit 2024-03-21T13:07:38.701692+0000 mon.a (mon.0) 3173 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:39.751 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:39 smithi178 bash[75692]: audit 2024-03-21T13:07:38.703035+0000 mon.a (mon.0) 3174 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:39.751 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:39 smithi178 bash[75692]: cluster 2024-03-21T13:07:38.706510+0000 mgr.x (mgr.34104) 2321 : cluster [DBG] pgmap v1528: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:39.751 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:39 smithi178 bash[75692]: cluster 2024-03-21T13:07:38.706968+0000 mgr.x (mgr.34104) 2322 : cluster [DBG] pgmap v1529: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:39.751 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:39 smithi178 bash[75692]: audit 2024-03-21T13:07:38.714496+0000 mon.a (mon.0) 3175 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:39.751 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:39 smithi178 bash[75692]: cephadm 2024-03-21T13:07:38.716574+0000 mgr.x (mgr.34104) 2323 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:39.751 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:39 smithi178 bash[75692]: cluster 2024-03-21T13:07:38.762404+0000 mon.a (mon.0) 3176 : cluster [WRN] Health check update: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-21T13:07:39.751 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:39 smithi178 bash[75692]: cluster 2024-03-21T13:07:38.762544+0000 mon.a (mon.0) 3177 : cluster [WRN] Health check update: Degraded data redundancy: 82/630 objects degraded (13.016%), 25 pgs degraded (PG_DEGRADED) 2024-03-21T13:07:39.752 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:39 smithi178 bash[75692]: audit 2024-03-21T13:07:38.794569+0000 mon.a (mon.0) 3178 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:39.752 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:39 smithi178 bash[75692]: audit 2024-03-21T13:07:38.797109+0000 mon.a (mon.0) 3179 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:39.752 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:39 smithi178 bash[75692]: audit 2024-03-21T13:07:38.800034+0000 mon.a (mon.0) 3180 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:39.752 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:39 smithi178 bash[75692]: audit 2024-03-21T13:07:38.801255+0000 mon.a (mon.0) 3181 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:39.752 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:39 smithi178 bash[75692]: cluster 2024-03-21T13:07:38.805161+0000 mgr.x (mgr.34104) 2324 : cluster [DBG] pgmap v1530: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:39.752 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:39 smithi178 bash[75692]: cluster 2024-03-21T13:07:38.806052+0000 mgr.x (mgr.34104) 2325 : cluster [DBG] pgmap v1531: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:39.752 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:39 smithi178 bash[75692]: audit 2024-03-21T13:07:38.812847+0000 mon.a (mon.0) 3182 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:39.752 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:39 smithi178 bash[75692]: cephadm 2024-03-21T13:07:38.814934+0000 mgr.x (mgr.34104) 2326 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:39.753 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:39 smithi178 bash[77880]: cluster 2024-03-21T13:07:38.908165+0000 mgr.x (mgr.34104) 2328 : cluster [DBG] pgmap v1533: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:39.753 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:39 smithi178 bash[77880]: audit 2024-03-21T13:07:38.915967+0000 mon.a (mon.0) 3187 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:39.753 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:39 smithi178 bash[77880]: cephadm 2024-03-21T13:07:38.918046+0000 mgr.x (mgr.34104) 2329 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:39.753 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:39 smithi178 bash[77880]: audit 2024-03-21T13:07:38.995490+0000 mon.a (mon.0) 3188 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:39.753 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:39 smithi178 bash[77880]: audit 2024-03-21T13:07:38.999117+0000 mon.a (mon.0) 3189 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:39.753 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:39 smithi178 bash[77880]: audit 2024-03-21T13:07:39.002999+0000 mon.a (mon.0) 3190 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:39.753 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:39 smithi178 bash[77880]: audit 2024-03-21T13:07:39.004423+0000 mon.a (mon.0) 3191 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:39.753 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:39 smithi178 bash[77880]: cluster 2024-03-21T13:07:39.008114+0000 mgr.x (mgr.34104) 2330 : cluster [DBG] pgmap v1534: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:39.753 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:39 smithi178 bash[77880]: cluster 2024-03-21T13:07:39.008885+0000 mgr.x (mgr.34104) 2331 : cluster [DBG] pgmap v1535: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:39.753 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:39 smithi178 bash[77880]: audit 2024-03-21T13:07:39.015952+0000 mon.a (mon.0) 3192 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:39.753 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:39 smithi178 bash[77880]: cephadm 2024-03-21T13:07:39.017968+0000 mgr.x (mgr.34104) 2332 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:39.753 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:39 smithi178 bash[77880]: audit 2024-03-21T13:07:39.098410+0000 mon.a (mon.0) 3193 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:39.753 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:39 smithi178 bash[77880]: audit 2024-03-21T13:07:39.101640+0000 mon.a (mon.0) 3194 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:39.754 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:39 smithi178 bash[77880]: audit 2024-03-21T13:07:39.104930+0000 mon.a (mon.0) 3195 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:39.754 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:39 smithi178 bash[77880]: audit 2024-03-21T13:07:39.106563+0000 mon.a (mon.0) 3196 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:39.754 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:39 smithi178 bash[77880]: cluster 2024-03-21T13:07:39.110884+0000 mgr.x (mgr.34104) 2333 : cluster [DBG] pgmap v1536: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:39.754 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:39 smithi178 bash[77880]: cluster 2024-03-21T13:07:39.111755+0000 mgr.x (mgr.34104) 2334 : cluster [DBG] pgmap v1537: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:39.754 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:39 smithi178 bash[77880]: audit 2024-03-21T13:07:39.117727+0000 mon.a (mon.0) 3197 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:39.754 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:39 smithi178 bash[75692]: audit 2024-03-21T13:07:38.894694+0000 mon.a (mon.0) 3183 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:39.754 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:39 smithi178 bash[75692]: audit 2024-03-21T13:07:38.897738+0000 mon.a (mon.0) 3184 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:39.754 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:39 smithi178 bash[75692]: audit 2024-03-21T13:07:38.901851+0000 mon.a (mon.0) 3185 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:39.754 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:39 smithi178 bash[75692]: audit 2024-03-21T13:07:38.903547+0000 mon.a (mon.0) 3186 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:39.754 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:39 smithi178 bash[75692]: cluster 2024-03-21T13:07:38.907680+0000 mgr.x (mgr.34104) 2327 : cluster [DBG] pgmap v1532: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:39.754 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:39 smithi178 bash[75692]: cluster 2024-03-21T13:07:38.908165+0000 mgr.x (mgr.34104) 2328 : cluster [DBG] pgmap v1533: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:39.755 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:39 smithi178 bash[75692]: audit 2024-03-21T13:07:38.915967+0000 mon.a (mon.0) 3187 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:39.755 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:39 smithi178 bash[75692]: cephadm 2024-03-21T13:07:38.918046+0000 mgr.x (mgr.34104) 2329 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:39.755 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:39 smithi178 bash[75692]: audit 2024-03-21T13:07:38.995490+0000 mon.a (mon.0) 3188 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:39.755 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:39 smithi178 bash[75692]: audit 2024-03-21T13:07:38.999117+0000 mon.a (mon.0) 3189 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:39.755 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:39 smithi178 bash[75692]: audit 2024-03-21T13:07:39.002999+0000 mon.a (mon.0) 3190 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:39.755 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:39 smithi178 bash[75692]: audit 2024-03-21T13:07:39.004423+0000 mon.a (mon.0) 3191 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:39.755 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:39 smithi178 bash[75692]: cluster 2024-03-21T13:07:39.008114+0000 mgr.x (mgr.34104) 2330 : cluster [DBG] pgmap v1534: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:39.755 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:39 smithi178 bash[75692]: cluster 2024-03-21T13:07:39.008885+0000 mgr.x (mgr.34104) 2331 : cluster [DBG] pgmap v1535: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:39.755 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:39 smithi178 bash[75692]: audit 2024-03-21T13:07:39.015952+0000 mon.a (mon.0) 3192 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:39.755 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:39 smithi178 bash[75692]: cephadm 2024-03-21T13:07:39.017968+0000 mgr.x (mgr.34104) 2332 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:39.755 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:39 smithi178 bash[75692]: audit 2024-03-21T13:07:39.098410+0000 mon.a (mon.0) 3193 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:39.755 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:39 smithi178 bash[75692]: audit 2024-03-21T13:07:39.101640+0000 mon.a (mon.0) 3194 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:39.756 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:39 smithi178 bash[77880]: cephadm 2024-03-21T13:07:39.119782+0000 mgr.x (mgr.34104) 2335 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:39.756 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:39 smithi178 bash[77880]: audit 2024-03-21T13:07:39.200028+0000 mon.a (mon.0) 3198 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:39.756 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:39 smithi178 bash[77880]: audit 2024-03-21T13:07:39.204677+0000 mon.a (mon.0) 3199 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:39.756 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:39 smithi178 bash[77880]: audit 2024-03-21T13:07:39.208286+0000 mon.a (mon.0) 3200 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:39.756 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:39 smithi178 bash[77880]: audit 2024-03-21T13:07:39.209803+0000 mon.a (mon.0) 3201 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:39.756 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:39 smithi178 bash[77880]: audit 2024-03-21T13:07:39.220806+0000 mon.a (mon.0) 3202 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:39.756 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:39 smithi178 bash[77880]: audit 2024-03-21T13:07:39.302918+0000 mon.a (mon.0) 3203 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:39.756 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:39 smithi178 bash[77880]: audit 2024-03-21T13:07:39.306108+0000 mon.a (mon.0) 3204 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:39.756 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:39 smithi178 bash[77880]: audit 2024-03-21T13:07:39.309376+0000 mon.a (mon.0) 3205 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:39.756 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:39 smithi178 bash[77880]: audit 2024-03-21T13:07:39.310729+0000 mon.a (mon.0) 3206 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:39.756 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:39 smithi178 bash[77880]: audit 2024-03-21T13:07:39.322871+0000 mon.a (mon.0) 3207 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:39.756 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:39 smithi178 bash[77880]: audit 2024-03-21T13:07:39.402449+0000 mon.a (mon.0) 3208 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:39.756 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:39 smithi178 bash[77880]: audit 2024-03-21T13:07:39.405987+0000 mon.a (mon.0) 3209 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:39.757 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:39 smithi178 bash[77880]: audit 2024-03-21T13:07:39.408869+0000 mon.a (mon.0) 3210 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:39.757 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:39 smithi178 bash[77880]: audit 2024-03-21T13:07:39.410043+0000 mon.a (mon.0) 3211 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:39.757 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:39 smithi178 bash[77880]: audit 2024-03-21T13:07:39.421275+0000 mon.a (mon.0) 3212 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:39.757 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:39 smithi178 bash[75692]: audit 2024-03-21T13:07:39.104930+0000 mon.a (mon.0) 3195 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:39.757 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:39 smithi178 bash[75692]: audit 2024-03-21T13:07:39.106563+0000 mon.a (mon.0) 3196 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:39.757 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:39 smithi178 bash[75692]: cluster 2024-03-21T13:07:39.110884+0000 mgr.x (mgr.34104) 2333 : cluster [DBG] pgmap v1536: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:39.757 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:39 smithi178 bash[75692]: cluster 2024-03-21T13:07:39.111755+0000 mgr.x (mgr.34104) 2334 : cluster [DBG] pgmap v1537: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:39.757 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:39 smithi178 bash[75692]: audit 2024-03-21T13:07:39.117727+0000 mon.a (mon.0) 3197 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:39.757 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:39 smithi178 bash[75692]: cephadm 2024-03-21T13:07:39.119782+0000 mgr.x (mgr.34104) 2335 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:39.757 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:39 smithi178 bash[75692]: audit 2024-03-21T13:07:39.200028+0000 mon.a (mon.0) 3198 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:39.758 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:39 smithi178 bash[75692]: audit 2024-03-21T13:07:39.204677+0000 mon.a (mon.0) 3199 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:39.758 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:39 smithi178 bash[75692]: audit 2024-03-21T13:07:39.208286+0000 mon.a (mon.0) 3200 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:39.758 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:39 smithi178 bash[75692]: audit 2024-03-21T13:07:39.209803+0000 mon.a (mon.0) 3201 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:39.758 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:39 smithi178 bash[75692]: audit 2024-03-21T13:07:39.220806+0000 mon.a (mon.0) 3202 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:39.758 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:39 smithi178 bash[75692]: audit 2024-03-21T13:07:39.302918+0000 mon.a (mon.0) 3203 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:39.758 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:39 smithi178 bash[75692]: audit 2024-03-21T13:07:39.306108+0000 mon.a (mon.0) 3204 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:39.758 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:39 smithi178 bash[75692]: audit 2024-03-21T13:07:39.309376+0000 mon.a (mon.0) 3205 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:39.758 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:39 smithi178 bash[75692]: audit 2024-03-21T13:07:39.310729+0000 mon.a (mon.0) 3206 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:39.758 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:39 smithi178 bash[75692]: audit 2024-03-21T13:07:39.322871+0000 mon.a (mon.0) 3207 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:39.758 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:39 smithi178 bash[75692]: audit 2024-03-21T13:07:39.402449+0000 mon.a (mon.0) 3208 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:39.758 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:39 smithi178 bash[75692]: audit 2024-03-21T13:07:39.405987+0000 mon.a (mon.0) 3209 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:39.758 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:39 smithi178 bash[75692]: audit 2024-03-21T13:07:39.408869+0000 mon.a (mon.0) 3210 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:39.758 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:39 smithi178 bash[75692]: audit 2024-03-21T13:07:39.410043+0000 mon.a (mon.0) 3211 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:39.758 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:39 smithi178 bash[75692]: audit 2024-03-21T13:07:39.421275+0000 mon.a (mon.0) 3212 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:39.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:39 smithi184 bash[59794]: cluster 2024-03-21T13:07:38.304566+0000 mgr.x (mgr.34104) 2309 : cluster [DBG] pgmap v1520: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:39.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:39 smithi184 bash[59794]: cluster 2024-03-21T13:07:38.305141+0000 mgr.x (mgr.34104) 2310 : cluster [DBG] pgmap v1521: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:39.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:39 smithi184 bash[59794]: cephadm 2024-03-21T13:07:38.313476+0000 mgr.x (mgr.34104) 2311 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:39.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:39 smithi184 bash[59794]: cluster 2024-03-21T13:07:38.407829+0000 mgr.x (mgr.34104) 2312 : cluster [DBG] pgmap v1522: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:39.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:39 smithi184 bash[59794]: cluster 2024-03-21T13:07:38.408356+0000 mgr.x (mgr.34104) 2313 : cluster [DBG] pgmap v1523: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:39.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:39 smithi184 bash[59794]: cephadm 2024-03-21T13:07:38.413775+0000 mgr.x (mgr.34104) 2314 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:39.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:39 smithi184 bash[59794]: audit 2024-03-21T13:07:38.494293+0000 mon.a (mon.0) 3161 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:39.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:39 smithi184 bash[59794]: audit 2024-03-21T13:07:38.499073+0000 mon.a (mon.0) 3162 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:39.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:39 smithi184 bash[59794]: audit 2024-03-21T13:07:38.503217+0000 mon.a (mon.0) 3163 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:39.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:39 smithi184 bash[59794]: audit 2024-03-21T13:07:38.504797+0000 mon.a (mon.0) 3164 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:39.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:39 smithi184 bash[59794]: cluster 2024-03-21T13:07:38.508924+0000 mgr.x (mgr.34104) 2315 : cluster [DBG] pgmap v1524: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:39.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:39 smithi184 bash[59794]: cluster 2024-03-21T13:07:38.509814+0000 mgr.x (mgr.34104) 2316 : cluster [DBG] pgmap v1525: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:39.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:39 smithi184 bash[59794]: audit 2024-03-21T13:07:38.516200+0000 mon.a (mon.0) 3165 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:39.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:39 smithi184 bash[59794]: cephadm 2024-03-21T13:07:38.518296+0000 mgr.x (mgr.34104) 2317 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:39.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:39 smithi184 bash[59794]: audit 2024-03-21T13:07:38.596146+0000 mon.a (mon.0) 3166 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:39.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:39 smithi184 bash[59794]: audit 2024-03-21T13:07:38.599133+0000 mon.a (mon.0) 3167 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:39.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:39 smithi184 bash[59794]: audit 2024-03-21T13:07:38.602366+0000 mon.a (mon.0) 3168 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:39.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:39 smithi184 bash[59794]: audit 2024-03-21T13:07:38.604503+0000 mon.a (mon.0) 3169 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:39.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:39 smithi184 bash[59794]: cluster 2024-03-21T13:07:38.607892+0000 mgr.x (mgr.34104) 2318 : cluster [DBG] pgmap v1526: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:39.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:39 smithi184 bash[59794]: cluster 2024-03-21T13:07:38.608238+0000 mgr.x (mgr.34104) 2319 : cluster [DBG] pgmap v1527: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:39.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:39 smithi184 bash[59794]: audit 2024-03-21T13:07:38.616065+0000 mon.a (mon.0) 3170 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:39.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:39 smithi184 bash[59794]: cephadm 2024-03-21T13:07:38.617953+0000 mgr.x (mgr.34104) 2320 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:39.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:39 smithi184 bash[59794]: audit 2024-03-21T13:07:38.695468+0000 mon.a (mon.0) 3171 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:39.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:39 smithi184 bash[59794]: audit 2024-03-21T13:07:38.698697+0000 mon.a (mon.0) 3172 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:39.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:39 smithi184 bash[59794]: audit 2024-03-21T13:07:38.701692+0000 mon.a (mon.0) 3173 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:39.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:39 smithi184 bash[59794]: audit 2024-03-21T13:07:38.703035+0000 mon.a (mon.0) 3174 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:39.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:39 smithi184 bash[59794]: cluster 2024-03-21T13:07:38.706510+0000 mgr.x (mgr.34104) 2321 : cluster [DBG] pgmap v1528: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:39.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:39 smithi184 bash[59794]: cluster 2024-03-21T13:07:38.706968+0000 mgr.x (mgr.34104) 2322 : cluster [DBG] pgmap v1529: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:39.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:39 smithi184 bash[59794]: audit 2024-03-21T13:07:38.714496+0000 mon.a (mon.0) 3175 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:39.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:39 smithi184 bash[59794]: cephadm 2024-03-21T13:07:38.716574+0000 mgr.x (mgr.34104) 2323 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:39.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:39 smithi184 bash[59794]: cluster 2024-03-21T13:07:38.762404+0000 mon.a (mon.0) 3176 : cluster [WRN] Health check update: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-21T13:07:39.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:39 smithi184 bash[59794]: cluster 2024-03-21T13:07:38.762544+0000 mon.a (mon.0) 3177 : cluster [WRN] Health check update: Degraded data redundancy: 82/630 objects degraded (13.016%), 25 pgs degraded (PG_DEGRADED) 2024-03-21T13:07:39.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:39 smithi184 bash[59794]: audit 2024-03-21T13:07:38.794569+0000 mon.a (mon.0) 3178 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:39.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:39 smithi184 bash[59794]: audit 2024-03-21T13:07:38.797109+0000 mon.a (mon.0) 3179 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:39.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:39 smithi184 bash[59794]: audit 2024-03-21T13:07:38.800034+0000 mon.a (mon.0) 3180 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:39.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:39 smithi184 bash[59794]: audit 2024-03-21T13:07:38.801255+0000 mon.a (mon.0) 3181 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:39.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:39 smithi184 bash[59794]: cluster 2024-03-21T13:07:38.805161+0000 mgr.x (mgr.34104) 2324 : cluster [DBG] pgmap v1530: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:39.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:39 smithi184 bash[59794]: cluster 2024-03-21T13:07:38.806052+0000 mgr.x (mgr.34104) 2325 : cluster [DBG] pgmap v1531: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:39.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:39 smithi184 bash[59794]: audit 2024-03-21T13:07:38.812847+0000 mon.a (mon.0) 3182 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:39.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:39 smithi184 bash[59794]: cephadm 2024-03-21T13:07:38.814934+0000 mgr.x (mgr.34104) 2326 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:39.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:39 smithi184 bash[59794]: audit 2024-03-21T13:07:38.894694+0000 mon.a (mon.0) 3183 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:39.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:39 smithi184 bash[59794]: audit 2024-03-21T13:07:38.897738+0000 mon.a (mon.0) 3184 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:39.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:39 smithi184 bash[59794]: audit 2024-03-21T13:07:38.901851+0000 mon.a (mon.0) 3185 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:39.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:39 smithi184 bash[59794]: audit 2024-03-21T13:07:38.903547+0000 mon.a (mon.0) 3186 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:39.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:39 smithi184 bash[59794]: cluster 2024-03-21T13:07:38.907680+0000 mgr.x (mgr.34104) 2327 : cluster [DBG] pgmap v1532: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:39.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:39 smithi184 bash[59794]: cluster 2024-03-21T13:07:38.908165+0000 mgr.x (mgr.34104) 2328 : cluster [DBG] pgmap v1533: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:39.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:39 smithi184 bash[59794]: audit 2024-03-21T13:07:38.915967+0000 mon.a (mon.0) 3187 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:39.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:39 smithi184 bash[59794]: cephadm 2024-03-21T13:07:38.918046+0000 mgr.x (mgr.34104) 2329 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:39.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:39 smithi184 bash[59794]: audit 2024-03-21T13:07:38.995490+0000 mon.a (mon.0) 3188 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:39.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:39 smithi184 bash[59794]: audit 2024-03-21T13:07:38.999117+0000 mon.a (mon.0) 3189 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:39.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:39 smithi184 bash[59794]: audit 2024-03-21T13:07:39.002999+0000 mon.a (mon.0) 3190 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:39.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:39 smithi184 bash[59794]: audit 2024-03-21T13:07:39.004423+0000 mon.a (mon.0) 3191 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:39.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:39 smithi184 bash[59794]: cluster 2024-03-21T13:07:39.008114+0000 mgr.x (mgr.34104) 2330 : cluster [DBG] pgmap v1534: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:39.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:39 smithi184 bash[59794]: cluster 2024-03-21T13:07:39.008885+0000 mgr.x (mgr.34104) 2331 : cluster [DBG] pgmap v1535: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:39.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:39 smithi184 bash[59794]: audit 2024-03-21T13:07:39.015952+0000 mon.a (mon.0) 3192 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:39.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:39 smithi184 bash[59794]: cephadm 2024-03-21T13:07:39.017968+0000 mgr.x (mgr.34104) 2332 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:39.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:39 smithi184 bash[59794]: audit 2024-03-21T13:07:39.098410+0000 mon.a (mon.0) 3193 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:39.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:39 smithi184 bash[59794]: audit 2024-03-21T13:07:39.101640+0000 mon.a (mon.0) 3194 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:39.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:39 smithi184 bash[59794]: audit 2024-03-21T13:07:39.104930+0000 mon.a (mon.0) 3195 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:39.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:39 smithi184 bash[59794]: audit 2024-03-21T13:07:39.106563+0000 mon.a (mon.0) 3196 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:39.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:39 smithi184 bash[59794]: cluster 2024-03-21T13:07:39.110884+0000 mgr.x (mgr.34104) 2333 : cluster [DBG] pgmap v1536: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:39.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:39 smithi184 bash[59794]: cluster 2024-03-21T13:07:39.111755+0000 mgr.x (mgr.34104) 2334 : cluster [DBG] pgmap v1537: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:39.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:39 smithi184 bash[59794]: audit 2024-03-21T13:07:39.117727+0000 mon.a (mon.0) 3197 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:39.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:39 smithi184 bash[59794]: cephadm 2024-03-21T13:07:39.119782+0000 mgr.x (mgr.34104) 2335 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:39.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:39 smithi184 bash[59794]: audit 2024-03-21T13:07:39.200028+0000 mon.a (mon.0) 3198 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:39.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:39 smithi184 bash[59794]: audit 2024-03-21T13:07:39.204677+0000 mon.a (mon.0) 3199 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:39.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:39 smithi184 bash[59794]: audit 2024-03-21T13:07:39.208286+0000 mon.a (mon.0) 3200 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:39.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:39 smithi184 bash[59794]: audit 2024-03-21T13:07:39.209803+0000 mon.a (mon.0) 3201 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:39.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:39 smithi184 bash[59794]: audit 2024-03-21T13:07:39.220806+0000 mon.a (mon.0) 3202 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:39.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:39 smithi184 bash[59794]: audit 2024-03-21T13:07:39.302918+0000 mon.a (mon.0) 3203 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:39.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:39 smithi184 bash[59794]: audit 2024-03-21T13:07:39.306108+0000 mon.a (mon.0) 3204 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:39.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:39 smithi184 bash[59794]: audit 2024-03-21T13:07:39.309376+0000 mon.a (mon.0) 3205 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:39.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:39 smithi184 bash[59794]: audit 2024-03-21T13:07:39.310729+0000 mon.a (mon.0) 3206 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:39.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:39 smithi184 bash[59794]: audit 2024-03-21T13:07:39.322871+0000 mon.a (mon.0) 3207 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:39.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:39 smithi184 bash[59794]: audit 2024-03-21T13:07:39.402449+0000 mon.a (mon.0) 3208 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:39.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:39 smithi184 bash[59794]: audit 2024-03-21T13:07:39.405987+0000 mon.a (mon.0) 3209 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:39.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:39 smithi184 bash[59794]: audit 2024-03-21T13:07:39.408869+0000 mon.a (mon.0) 3210 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:39.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:39 smithi184 bash[59794]: audit 2024-03-21T13:07:39.410043+0000 mon.a (mon.0) 3211 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:39.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:39 smithi184 bash[59794]: audit 2024-03-21T13:07:39.421275+0000 mon.a (mon.0) 3212 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:40.048 INFO:journalctl@ceph.osd.3.smithi178.stdout:Mar 21 13:07:39 smithi178 bash[97161]: debug 2024-03-21T13:07:39.751+0000 7f33a0ccd7c0 -1 Falling back to public interface 2024-03-21T13:07:40.790 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:40 smithi178 bash[75692]: cluster 2024-03-21T13:07:39.213611+0000 mgr.x (mgr.34104) 2336 : cluster [DBG] pgmap v1538: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:40.791 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:40 smithi178 bash[75692]: cluster 2024-03-21T13:07:39.214333+0000 mgr.x (mgr.34104) 2337 : cluster [DBG] pgmap v1539: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:40.791 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:40 smithi178 bash[75692]: cephadm 2024-03-21T13:07:39.222937+0000 mgr.x (mgr.34104) 2338 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:40.791 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:40 smithi178 bash[75692]: cluster 2024-03-21T13:07:39.314652+0000 mgr.x (mgr.34104) 2339 : cluster [DBG] pgmap v1540: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:40.791 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:40 smithi178 bash[75692]: cluster 2024-03-21T13:07:39.315495+0000 mgr.x (mgr.34104) 2340 : cluster [DBG] pgmap v1541: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:40.791 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:40 smithi178 bash[75692]: cephadm 2024-03-21T13:07:39.324834+0000 mgr.x (mgr.34104) 2341 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:40.791 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:40 smithi178 bash[75692]: cluster 2024-03-21T13:07:39.413527+0000 mgr.x (mgr.34104) 2342 : cluster [DBG] pgmap v1542: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:40.791 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:40 smithi178 bash[75692]: cluster 2024-03-21T13:07:39.414174+0000 mgr.x (mgr.34104) 2343 : cluster [DBG] pgmap v1543: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:40.791 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:40 smithi178 bash[75692]: cephadm 2024-03-21T13:07:39.423356+0000 mgr.x (mgr.34104) 2344 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:40.791 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:40 smithi178 bash[75692]: audit 2024-03-21T13:07:39.502664+0000 mon.a (mon.0) 3213 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:40.791 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:40 smithi178 bash[75692]: audit 2024-03-21T13:07:39.505410+0000 mon.a (mon.0) 3214 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:40.792 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:40 smithi178 bash[75692]: audit 2024-03-21T13:07:39.508622+0000 mon.a (mon.0) 3215 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:40.792 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:40 smithi178 bash[75692]: audit 2024-03-21T13:07:39.509941+0000 mon.a (mon.0) 3216 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:40.792 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:40 smithi178 bash[75692]: cluster 2024-03-21T13:07:39.513878+0000 mgr.x (mgr.34104) 2345 : cluster [DBG] pgmap v1544: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:40.792 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:40 smithi178 bash[75692]: cluster 2024-03-21T13:07:39.514937+0000 mgr.x (mgr.34104) 2346 : cluster [DBG] pgmap v1545: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:40.792 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:40 smithi178 bash[75692]: audit 2024-03-21T13:07:39.518245+0000 mon.a (mon.0) 3217 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:40.792 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:40 smithi178 bash[77880]: cluster 2024-03-21T13:07:39.213611+0000 mgr.x (mgr.34104) 2336 : cluster [DBG] pgmap v1538: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:40.792 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:40 smithi178 bash[77880]: cluster 2024-03-21T13:07:39.214333+0000 mgr.x (mgr.34104) 2337 : cluster [DBG] pgmap v1539: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:40.792 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:40 smithi178 bash[77880]: cephadm 2024-03-21T13:07:39.222937+0000 mgr.x (mgr.34104) 2338 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:40.792 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:40 smithi178 bash[77880]: cluster 2024-03-21T13:07:39.314652+0000 mgr.x (mgr.34104) 2339 : cluster [DBG] pgmap v1540: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:40.792 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:40 smithi178 bash[77880]: cluster 2024-03-21T13:07:39.315495+0000 mgr.x (mgr.34104) 2340 : cluster [DBG] pgmap v1541: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:40.793 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:40 smithi178 bash[77880]: cephadm 2024-03-21T13:07:39.324834+0000 mgr.x (mgr.34104) 2341 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:40.793 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:40 smithi178 bash[77880]: cluster 2024-03-21T13:07:39.413527+0000 mgr.x (mgr.34104) 2342 : cluster [DBG] pgmap v1542: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:40.793 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:40 smithi178 bash[77880]: cluster 2024-03-21T13:07:39.414174+0000 mgr.x (mgr.34104) 2343 : cluster [DBG] pgmap v1543: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:40.793 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:40 smithi178 bash[77880]: cephadm 2024-03-21T13:07:39.423356+0000 mgr.x (mgr.34104) 2344 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:40.793 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:40 smithi178 bash[77880]: audit 2024-03-21T13:07:39.502664+0000 mon.a (mon.0) 3213 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:40.793 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:40 smithi178 bash[77880]: audit 2024-03-21T13:07:39.505410+0000 mon.a (mon.0) 3214 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:40.793 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:40 smithi178 bash[77880]: audit 2024-03-21T13:07:39.508622+0000 mon.a (mon.0) 3215 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:40.793 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:40 smithi178 bash[77880]: audit 2024-03-21T13:07:39.509941+0000 mon.a (mon.0) 3216 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:40.793 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:40 smithi178 bash[77880]: cluster 2024-03-21T13:07:39.513878+0000 mgr.x (mgr.34104) 2345 : cluster [DBG] pgmap v1544: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:40.793 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:40 smithi178 bash[77880]: cluster 2024-03-21T13:07:39.514937+0000 mgr.x (mgr.34104) 2346 : cluster [DBG] pgmap v1545: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:40.793 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:40 smithi178 bash[77880]: audit 2024-03-21T13:07:39.518245+0000 mon.a (mon.0) 3217 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:40.794 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:40 smithi178 bash[75692]: cephadm 2024-03-21T13:07:39.520156+0000 mgr.x (mgr.34104) 2347 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:40.794 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:40 smithi178 bash[75692]: audit 2024-03-21T13:07:39.595894+0000 mon.a (mon.0) 3218 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:40.794 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:40 smithi178 bash[75692]: audit 2024-03-21T13:07:39.599407+0000 mon.a (mon.0) 3219 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:40.794 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:40 smithi178 bash[75692]: audit 2024-03-21T13:07:39.603595+0000 mon.a (mon.0) 3220 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:40.794 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:40 smithi178 bash[75692]: audit 2024-03-21T13:07:39.605148+0000 mon.a (mon.0) 3221 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:40.794 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:40 smithi178 bash[75692]: cluster 2024-03-21T13:07:39.609492+0000 mgr.x (mgr.34104) 2348 : cluster [DBG] pgmap v1546: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:40.794 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:40 smithi178 bash[75692]: cluster 2024-03-21T13:07:39.610282+0000 mgr.x (mgr.34104) 2349 : cluster [DBG] pgmap v1547: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:40.794 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:40 smithi178 bash[75692]: audit 2024-03-21T13:07:39.618556+0000 mon.a (mon.0) 3222 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:40.794 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:40 smithi178 bash[75692]: cephadm 2024-03-21T13:07:39.620702+0000 mgr.x (mgr.34104) 2350 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:40.794 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:40 smithi178 bash[75692]: audit 2024-03-21T13:07:39.702320+0000 mon.a (mon.0) 3223 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:40.794 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:40 smithi178 bash[75692]: audit 2024-03-21T13:07:39.705780+0000 mon.a (mon.0) 3224 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:40.794 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:40 smithi178 bash[75692]: audit 2024-03-21T13:07:39.709280+0000 mon.a (mon.0) 3225 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:40.794 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:40 smithi178 bash[75692]: audit 2024-03-21T13:07:39.710943+0000 mon.a (mon.0) 3226 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:40.795 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:40 smithi178 bash[75692]: cluster 2024-03-21T13:07:39.714982+0000 mgr.x (mgr.34104) 2351 : cluster [DBG] pgmap v1548: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:40.795 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:40 smithi178 bash[75692]: cluster 2024-03-21T13:07:39.715854+0000 mgr.x (mgr.34104) 2352 : cluster [DBG] pgmap v1549: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:40.795 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:40 smithi178 bash[75692]: audit 2024-03-21T13:07:39.723080+0000 mon.a (mon.0) 3227 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:40.795 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:40 smithi178 bash[75692]: cephadm 2024-03-21T13:07:39.725142+0000 mgr.x (mgr.34104) 2353 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:40.795 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:40 smithi178 bash[75692]: audit 2024-03-21T13:07:39.804943+0000 mon.a (mon.0) 3228 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:40.795 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:40 smithi178 bash[77880]: cephadm 2024-03-21T13:07:39.520156+0000 mgr.x (mgr.34104) 2347 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:40.795 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:40 smithi178 bash[77880]: audit 2024-03-21T13:07:39.595894+0000 mon.a (mon.0) 3218 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:40.795 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:40 smithi178 bash[77880]: audit 2024-03-21T13:07:39.599407+0000 mon.a (mon.0) 3219 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:40.795 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:40 smithi178 bash[77880]: audit 2024-03-21T13:07:39.603595+0000 mon.a (mon.0) 3220 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:40.795 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:40 smithi178 bash[77880]: audit 2024-03-21T13:07:39.605148+0000 mon.a (mon.0) 3221 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:40.795 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:40 smithi178 bash[77880]: cluster 2024-03-21T13:07:39.609492+0000 mgr.x (mgr.34104) 2348 : cluster [DBG] pgmap v1546: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:40.796 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:40 smithi178 bash[77880]: cluster 2024-03-21T13:07:39.610282+0000 mgr.x (mgr.34104) 2349 : cluster [DBG] pgmap v1547: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:40.796 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:40 smithi178 bash[77880]: audit 2024-03-21T13:07:39.618556+0000 mon.a (mon.0) 3222 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:40.796 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:40 smithi178 bash[77880]: cephadm 2024-03-21T13:07:39.620702+0000 mgr.x (mgr.34104) 2350 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:40.796 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:40 smithi178 bash[77880]: audit 2024-03-21T13:07:39.702320+0000 mon.a (mon.0) 3223 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:40.796 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:40 smithi178 bash[77880]: audit 2024-03-21T13:07:39.705780+0000 mon.a (mon.0) 3224 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:40.796 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:40 smithi178 bash[77880]: audit 2024-03-21T13:07:39.709280+0000 mon.a (mon.0) 3225 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:40.796 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:40 smithi178 bash[77880]: audit 2024-03-21T13:07:39.710943+0000 mon.a (mon.0) 3226 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:40.796 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:40 smithi178 bash[77880]: cluster 2024-03-21T13:07:39.714982+0000 mgr.x (mgr.34104) 2351 : cluster [DBG] pgmap v1548: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:40.796 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:40 smithi178 bash[77880]: cluster 2024-03-21T13:07:39.715854+0000 mgr.x (mgr.34104) 2352 : cluster [DBG] pgmap v1549: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:40.796 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:40 smithi178 bash[77880]: audit 2024-03-21T13:07:39.723080+0000 mon.a (mon.0) 3227 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:40.796 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:40 smithi178 bash[77880]: cephadm 2024-03-21T13:07:39.725142+0000 mgr.x (mgr.34104) 2353 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:40.796 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:40 smithi178 bash[77880]: audit 2024-03-21T13:07:39.804943+0000 mon.a (mon.0) 3228 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:40.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:40 smithi178 bash[75692]: audit 2024-03-21T13:07:39.808662+0000 mon.a (mon.0) 3229 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:40.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:40 smithi178 bash[75692]: audit 2024-03-21T13:07:39.812556+0000 mon.a (mon.0) 3230 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:40.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:40 smithi178 bash[75692]: audit 2024-03-21T13:07:39.813899+0000 mon.a (mon.0) 3231 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:40.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:40 smithi178 bash[75692]: cluster 2024-03-21T13:07:39.818109+0000 mgr.x (mgr.34104) 2354 : cluster [DBG] pgmap v1550: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:40.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:40 smithi178 bash[75692]: cluster 2024-03-21T13:07:39.818941+0000 mgr.x (mgr.34104) 2355 : cluster [DBG] pgmap v1551: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:40.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:40 smithi178 bash[75692]: audit 2024-03-21T13:07:39.826205+0000 mon.a (mon.0) 3232 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:40.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:40 smithi178 bash[75692]: cephadm 2024-03-21T13:07:39.828158+0000 mgr.x (mgr.34104) 2356 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:40.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:40 smithi178 bash[75692]: audit 2024-03-21T13:07:39.906687+0000 mon.a (mon.0) 3233 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:40.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:40 smithi178 bash[75692]: audit 2024-03-21T13:07:39.910941+0000 mon.a (mon.0) 3234 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:40.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:40 smithi178 bash[75692]: audit 2024-03-21T13:07:39.914249+0000 mon.a (mon.0) 3235 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:40.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:40 smithi178 bash[75692]: audit 2024-03-21T13:07:39.915851+0000 mon.a (mon.0) 3236 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:40.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:40 smithi178 bash[75692]: cluster 2024-03-21T13:07:39.919743+0000 mgr.x (mgr.34104) 2357 : cluster [DBG] pgmap v1552: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:40.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:40 smithi178 bash[75692]: audit 2024-03-21T13:07:39.922317+0000 mon.a (mon.0) 3237 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:40.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:40 smithi178 bash[75692]: cephadm 2024-03-21T13:07:39.924196+0000 mgr.x (mgr.34104) 2358 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:40.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:40 smithi178 bash[75692]: audit 2024-03-21T13:07:40.000703+0000 mon.a (mon.0) 3238 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:40.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:40 smithi178 bash[75692]: audit 2024-03-21T13:07:40.004077+0000 mon.a (mon.0) 3239 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:40.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:40 smithi178 bash[75692]: audit 2024-03-21T13:07:40.007306+0000 mon.a (mon.0) 3240 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:40.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:40 smithi178 bash[75692]: audit 2024-03-21T13:07:40.008576+0000 mon.a (mon.0) 3241 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:40.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:40 smithi178 bash[77880]: audit 2024-03-21T13:07:39.808662+0000 mon.a (mon.0) 3229 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:40.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:40 smithi178 bash[77880]: audit 2024-03-21T13:07:39.812556+0000 mon.a (mon.0) 3230 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:40.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:40 smithi178 bash[77880]: audit 2024-03-21T13:07:39.813899+0000 mon.a (mon.0) 3231 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:40.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:40 smithi178 bash[77880]: cluster 2024-03-21T13:07:39.818109+0000 mgr.x (mgr.34104) 2354 : cluster [DBG] pgmap v1550: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:40.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:40 smithi178 bash[77880]: cluster 2024-03-21T13:07:39.818941+0000 mgr.x (mgr.34104) 2355 : cluster [DBG] pgmap v1551: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:40.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:40 smithi178 bash[77880]: audit 2024-03-21T13:07:39.826205+0000 mon.a (mon.0) 3232 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:40.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:40 smithi178 bash[77880]: cephadm 2024-03-21T13:07:39.828158+0000 mgr.x (mgr.34104) 2356 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:40.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:40 smithi178 bash[77880]: audit 2024-03-21T13:07:39.906687+0000 mon.a (mon.0) 3233 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:40.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:40 smithi178 bash[77880]: audit 2024-03-21T13:07:39.910941+0000 mon.a (mon.0) 3234 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:40.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:40 smithi178 bash[77880]: audit 2024-03-21T13:07:39.914249+0000 mon.a (mon.0) 3235 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:40.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:40 smithi178 bash[77880]: audit 2024-03-21T13:07:39.915851+0000 mon.a (mon.0) 3236 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:40.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:40 smithi178 bash[77880]: cluster 2024-03-21T13:07:39.919743+0000 mgr.x (mgr.34104) 2357 : cluster [DBG] pgmap v1552: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:40.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:40 smithi178 bash[77880]: audit 2024-03-21T13:07:39.922317+0000 mon.a (mon.0) 3237 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:40.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:40 smithi178 bash[77880]: cephadm 2024-03-21T13:07:39.924196+0000 mgr.x (mgr.34104) 2358 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:40.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:40 smithi178 bash[77880]: audit 2024-03-21T13:07:40.000703+0000 mon.a (mon.0) 3238 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:40.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:40 smithi178 bash[77880]: audit 2024-03-21T13:07:40.004077+0000 mon.a (mon.0) 3239 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:40.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:40 smithi178 bash[77880]: audit 2024-03-21T13:07:40.007306+0000 mon.a (mon.0) 3240 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:40.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:40 smithi178 bash[77880]: audit 2024-03-21T13:07:40.008576+0000 mon.a (mon.0) 3241 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:40.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:40 smithi178 bash[77880]: cluster 2024-03-21T13:07:40.012168+0000 mgr.x (mgr.34104) 2359 : cluster [DBG] pgmap v1553: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:40.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:40 smithi178 bash[77880]: cluster 2024-03-21T13:07:40.013042+0000 mgr.x (mgr.34104) 2360 : cluster [DBG] pgmap v1554: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:40.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:40 smithi178 bash[77880]: audit 2024-03-21T13:07:40.020469+0000 mon.a (mon.0) 3242 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:40.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:40 smithi178 bash[77880]: cephadm 2024-03-21T13:07:40.022580+0000 mgr.x (mgr.34104) 2361 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:40.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:40 smithi178 bash[77880]: audit 2024-03-21T13:07:40.102635+0000 mon.a (mon.0) 3243 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:40.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:40 smithi178 bash[77880]: audit 2024-03-21T13:07:40.105667+0000 mon.a (mon.0) 3244 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:40.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:40 smithi178 bash[77880]: audit 2024-03-21T13:07:40.109011+0000 mon.a (mon.0) 3245 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:40.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:40 smithi178 bash[77880]: audit 2024-03-21T13:07:40.110399+0000 mon.a (mon.0) 3246 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:40.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:40 smithi178 bash[77880]: cluster 2024-03-21T13:07:40.114183+0000 mgr.x (mgr.34104) 2362 : cluster [DBG] pgmap v1555: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:40.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:40 smithi178 bash[77880]: cluster 2024-03-21T13:07:40.114896+0000 mgr.x (mgr.34104) 2363 : cluster [DBG] pgmap v1556: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:40.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:40 smithi178 bash[77880]: audit 2024-03-21T13:07:40.121248+0000 mon.a (mon.0) 3247 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:40.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:40 smithi178 bash[77880]: cephadm 2024-03-21T13:07:40.123265+0000 mgr.x (mgr.34104) 2364 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:40.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:40 smithi178 bash[77880]: audit 2024-03-21T13:07:40.201258+0000 mon.a (mon.0) 3248 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:40.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:40 smithi178 bash[77880]: audit 2024-03-21T13:07:40.204501+0000 mon.a (mon.0) 3249 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:40.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:40 smithi178 bash[77880]: audit 2024-03-21T13:07:40.208201+0000 mon.a (mon.0) 3250 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:40.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:40 smithi178 bash[77880]: audit 2024-03-21T13:07:40.209609+0000 mon.a (mon.0) 3251 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:40.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:40 smithi178 bash[77880]: audit 2024-03-21T13:07:40.221272+0000 mon.a (mon.0) 3252 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:40.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:40 smithi178 bash[77880]: audit 2024-03-21T13:07:40.300540+0000 mon.a (mon.0) 3253 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:40.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:40 smithi178 bash[75692]: cluster 2024-03-21T13:07:40.012168+0000 mgr.x (mgr.34104) 2359 : cluster [DBG] pgmap v1553: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:40.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:40 smithi178 bash[75692]: cluster 2024-03-21T13:07:40.013042+0000 mgr.x (mgr.34104) 2360 : cluster [DBG] pgmap v1554: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:40.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:40 smithi178 bash[75692]: audit 2024-03-21T13:07:40.020469+0000 mon.a (mon.0) 3242 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:40.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:40 smithi178 bash[75692]: cephadm 2024-03-21T13:07:40.022580+0000 mgr.x (mgr.34104) 2361 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:40.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:40 smithi178 bash[75692]: audit 2024-03-21T13:07:40.102635+0000 mon.a (mon.0) 3243 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:40.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:40 smithi178 bash[75692]: audit 2024-03-21T13:07:40.105667+0000 mon.a (mon.0) 3244 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:40.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:40 smithi178 bash[75692]: audit 2024-03-21T13:07:40.109011+0000 mon.a (mon.0) 3245 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:40.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:40 smithi178 bash[75692]: audit 2024-03-21T13:07:40.110399+0000 mon.a (mon.0) 3246 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:40.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:40 smithi178 bash[75692]: cluster 2024-03-21T13:07:40.114183+0000 mgr.x (mgr.34104) 2362 : cluster [DBG] pgmap v1555: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:40.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:40 smithi178 bash[75692]: cluster 2024-03-21T13:07:40.114896+0000 mgr.x (mgr.34104) 2363 : cluster [DBG] pgmap v1556: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:40.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:40 smithi178 bash[75692]: audit 2024-03-21T13:07:40.121248+0000 mon.a (mon.0) 3247 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:40.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:40 smithi178 bash[75692]: cephadm 2024-03-21T13:07:40.123265+0000 mgr.x (mgr.34104) 2364 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:40.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:40 smithi178 bash[75692]: audit 2024-03-21T13:07:40.201258+0000 mon.a (mon.0) 3248 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:40.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:40 smithi178 bash[75692]: audit 2024-03-21T13:07:40.204501+0000 mon.a (mon.0) 3249 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:40.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:40 smithi178 bash[75692]: audit 2024-03-21T13:07:40.208201+0000 mon.a (mon.0) 3250 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:40.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:40 smithi178 bash[75692]: audit 2024-03-21T13:07:40.209609+0000 mon.a (mon.0) 3251 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:40.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:40 smithi178 bash[75692]: audit 2024-03-21T13:07:40.221272+0000 mon.a (mon.0) 3252 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:40.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:40 smithi178 bash[75692]: audit 2024-03-21T13:07:40.300540+0000 mon.a (mon.0) 3253 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:40.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:40 smithi178 bash[77880]: audit 2024-03-21T13:07:40.303905+0000 mon.a (mon.0) 3254 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:40.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:40 smithi178 bash[77880]: audit 2024-03-21T13:07:40.308179+0000 mon.a (mon.0) 3255 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:40.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:40 smithi178 bash[77880]: audit 2024-03-21T13:07:40.309558+0000 mon.a (mon.0) 3256 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:40.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:40 smithi178 bash[77880]: audit 2024-03-21T13:07:40.321708+0000 mon.a (mon.0) 3257 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:40.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:40 smithi178 bash[77880]: audit 2024-03-21T13:07:40.399802+0000 mon.a (mon.0) 3258 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:40.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:40 smithi178 bash[77880]: audit 2024-03-21T13:07:40.405072+0000 mon.a (mon.0) 3259 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:40.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:40 smithi178 bash[77880]: audit 2024-03-21T13:07:40.409549+0000 mon.a (mon.0) 3260 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:40.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:40 smithi178 bash[77880]: audit 2024-03-21T13:07:40.411208+0000 mon.a (mon.0) 3261 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:40.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:40 smithi178 bash[77880]: audit 2024-03-21T13:07:40.423722+0000 mon.a (mon.0) 3262 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:40.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:40 smithi178 bash[75692]: audit 2024-03-21T13:07:40.303905+0000 mon.a (mon.0) 3254 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:40.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:40 smithi178 bash[75692]: audit 2024-03-21T13:07:40.308179+0000 mon.a (mon.0) 3255 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:40.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:40 smithi178 bash[75692]: audit 2024-03-21T13:07:40.309558+0000 mon.a (mon.0) 3256 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:40.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:40 smithi178 bash[75692]: audit 2024-03-21T13:07:40.321708+0000 mon.a (mon.0) 3257 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:40.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:40 smithi178 bash[75692]: audit 2024-03-21T13:07:40.399802+0000 mon.a (mon.0) 3258 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:40.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:40 smithi178 bash[75692]: audit 2024-03-21T13:07:40.405072+0000 mon.a (mon.0) 3259 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:40.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:40 smithi178 bash[75692]: audit 2024-03-21T13:07:40.409549+0000 mon.a (mon.0) 3260 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:40.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:40 smithi178 bash[75692]: audit 2024-03-21T13:07:40.411208+0000 mon.a (mon.0) 3261 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:40.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:40 smithi178 bash[75692]: audit 2024-03-21T13:07:40.423722+0000 mon.a (mon.0) 3262 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:40.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:40 smithi184 bash[59794]: cluster 2024-03-21T13:07:39.213611+0000 mgr.x (mgr.34104) 2336 : cluster [DBG] pgmap v1538: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:40.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:40 smithi184 bash[59794]: cluster 2024-03-21T13:07:39.214333+0000 mgr.x (mgr.34104) 2337 : cluster [DBG] pgmap v1539: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:40.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:40 smithi184 bash[59794]: cephadm 2024-03-21T13:07:39.222937+0000 mgr.x (mgr.34104) 2338 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:40.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:40 smithi184 bash[59794]: cluster 2024-03-21T13:07:39.314652+0000 mgr.x (mgr.34104) 2339 : cluster [DBG] pgmap v1540: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:40.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:40 smithi184 bash[59794]: cluster 2024-03-21T13:07:39.315495+0000 mgr.x (mgr.34104) 2340 : cluster [DBG] pgmap v1541: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:40.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:40 smithi184 bash[59794]: cephadm 2024-03-21T13:07:39.324834+0000 mgr.x (mgr.34104) 2341 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:40.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:40 smithi184 bash[59794]: cluster 2024-03-21T13:07:39.413527+0000 mgr.x (mgr.34104) 2342 : cluster [DBG] pgmap v1542: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:40.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:40 smithi184 bash[59794]: cluster 2024-03-21T13:07:39.414174+0000 mgr.x (mgr.34104) 2343 : cluster [DBG] pgmap v1543: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:40.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:40 smithi184 bash[59794]: cephadm 2024-03-21T13:07:39.423356+0000 mgr.x (mgr.34104) 2344 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:40.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:40 smithi184 bash[59794]: audit 2024-03-21T13:07:39.502664+0000 mon.a (mon.0) 3213 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:40.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:40 smithi184 bash[59794]: audit 2024-03-21T13:07:39.505410+0000 mon.a (mon.0) 3214 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:40.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:40 smithi184 bash[59794]: audit 2024-03-21T13:07:39.508622+0000 mon.a (mon.0) 3215 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:40.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:40 smithi184 bash[59794]: audit 2024-03-21T13:07:39.509941+0000 mon.a (mon.0) 3216 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:40.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:40 smithi184 bash[59794]: cluster 2024-03-21T13:07:39.513878+0000 mgr.x (mgr.34104) 2345 : cluster [DBG] pgmap v1544: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:40.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:40 smithi184 bash[59794]: cluster 2024-03-21T13:07:39.514937+0000 mgr.x (mgr.34104) 2346 : cluster [DBG] pgmap v1545: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:40.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:40 smithi184 bash[59794]: audit 2024-03-21T13:07:39.518245+0000 mon.a (mon.0) 3217 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:40.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:40 smithi184 bash[59794]: cephadm 2024-03-21T13:07:39.520156+0000 mgr.x (mgr.34104) 2347 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:40.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:40 smithi184 bash[59794]: audit 2024-03-21T13:07:39.595894+0000 mon.a (mon.0) 3218 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:40.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:40 smithi184 bash[59794]: audit 2024-03-21T13:07:39.599407+0000 mon.a (mon.0) 3219 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:40.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:40 smithi184 bash[59794]: audit 2024-03-21T13:07:39.603595+0000 mon.a (mon.0) 3220 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:40.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:40 smithi184 bash[59794]: audit 2024-03-21T13:07:39.605148+0000 mon.a (mon.0) 3221 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:40.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:40 smithi184 bash[59794]: cluster 2024-03-21T13:07:39.609492+0000 mgr.x (mgr.34104) 2348 : cluster [DBG] pgmap v1546: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:40.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:40 smithi184 bash[59794]: cluster 2024-03-21T13:07:39.610282+0000 mgr.x (mgr.34104) 2349 : cluster [DBG] pgmap v1547: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:40.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:40 smithi184 bash[59794]: audit 2024-03-21T13:07:39.618556+0000 mon.a (mon.0) 3222 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:40.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:40 smithi184 bash[59794]: cephadm 2024-03-21T13:07:39.620702+0000 mgr.x (mgr.34104) 2350 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:40.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:40 smithi184 bash[59794]: audit 2024-03-21T13:07:39.702320+0000 mon.a (mon.0) 3223 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:40.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:40 smithi184 bash[59794]: audit 2024-03-21T13:07:39.705780+0000 mon.a (mon.0) 3224 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:40.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:40 smithi184 bash[59794]: audit 2024-03-21T13:07:39.709280+0000 mon.a (mon.0) 3225 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:40.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:40 smithi184 bash[59794]: audit 2024-03-21T13:07:39.710943+0000 mon.a (mon.0) 3226 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:40.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:40 smithi184 bash[59794]: cluster 2024-03-21T13:07:39.714982+0000 mgr.x (mgr.34104) 2351 : cluster [DBG] pgmap v1548: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:40.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:40 smithi184 bash[59794]: cluster 2024-03-21T13:07:39.715854+0000 mgr.x (mgr.34104) 2352 : cluster [DBG] pgmap v1549: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:40.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:40 smithi184 bash[59794]: audit 2024-03-21T13:07:39.723080+0000 mon.a (mon.0) 3227 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:40.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:40 smithi184 bash[59794]: cephadm 2024-03-21T13:07:39.725142+0000 mgr.x (mgr.34104) 2353 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:40.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:40 smithi184 bash[59794]: audit 2024-03-21T13:07:39.804943+0000 mon.a (mon.0) 3228 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:40.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:40 smithi184 bash[59794]: audit 2024-03-21T13:07:39.808662+0000 mon.a (mon.0) 3229 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:40.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:40 smithi184 bash[59794]: audit 2024-03-21T13:07:39.812556+0000 mon.a (mon.0) 3230 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:40.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:40 smithi184 bash[59794]: audit 2024-03-21T13:07:39.813899+0000 mon.a (mon.0) 3231 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:40.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:40 smithi184 bash[59794]: cluster 2024-03-21T13:07:39.818109+0000 mgr.x (mgr.34104) 2354 : cluster [DBG] pgmap v1550: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:40.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:40 smithi184 bash[59794]: cluster 2024-03-21T13:07:39.818941+0000 mgr.x (mgr.34104) 2355 : cluster [DBG] pgmap v1551: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:40.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:40 smithi184 bash[59794]: audit 2024-03-21T13:07:39.826205+0000 mon.a (mon.0) 3232 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:40.831 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:40 smithi184 bash[59794]: cephadm 2024-03-21T13:07:39.828158+0000 mgr.x (mgr.34104) 2356 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:40.831 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:40 smithi184 bash[59794]: audit 2024-03-21T13:07:39.906687+0000 mon.a (mon.0) 3233 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:40.831 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:40 smithi184 bash[59794]: audit 2024-03-21T13:07:39.910941+0000 mon.a (mon.0) 3234 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:40.831 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:40 smithi184 bash[59794]: audit 2024-03-21T13:07:39.914249+0000 mon.a (mon.0) 3235 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:40.831 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:40 smithi184 bash[59794]: audit 2024-03-21T13:07:39.915851+0000 mon.a (mon.0) 3236 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:40.831 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:40 smithi184 bash[59794]: cluster 2024-03-21T13:07:39.919743+0000 mgr.x (mgr.34104) 2357 : cluster [DBG] pgmap v1552: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:40.832 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:40 smithi184 bash[59794]: audit 2024-03-21T13:07:39.922317+0000 mon.a (mon.0) 3237 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:40.832 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:40 smithi184 bash[59794]: cephadm 2024-03-21T13:07:39.924196+0000 mgr.x (mgr.34104) 2358 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:40.832 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:40 smithi184 bash[59794]: audit 2024-03-21T13:07:40.000703+0000 mon.a (mon.0) 3238 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:40.832 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:40 smithi184 bash[59794]: audit 2024-03-21T13:07:40.004077+0000 mon.a (mon.0) 3239 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:40.832 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:40 smithi184 bash[59794]: audit 2024-03-21T13:07:40.007306+0000 mon.a (mon.0) 3240 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:40.832 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:40 smithi184 bash[59794]: audit 2024-03-21T13:07:40.008576+0000 mon.a (mon.0) 3241 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:40.833 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:40 smithi184 bash[59794]: cluster 2024-03-21T13:07:40.012168+0000 mgr.x (mgr.34104) 2359 : cluster [DBG] pgmap v1553: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:40.833 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:40 smithi184 bash[59794]: cluster 2024-03-21T13:07:40.013042+0000 mgr.x (mgr.34104) 2360 : cluster [DBG] pgmap v1554: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:40.833 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:40 smithi184 bash[59794]: audit 2024-03-21T13:07:40.020469+0000 mon.a (mon.0) 3242 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:40.833 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:40 smithi184 bash[59794]: cephadm 2024-03-21T13:07:40.022580+0000 mgr.x (mgr.34104) 2361 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:40.833 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:40 smithi184 bash[59794]: audit 2024-03-21T13:07:40.102635+0000 mon.a (mon.0) 3243 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:40.833 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:40 smithi184 bash[59794]: audit 2024-03-21T13:07:40.105667+0000 mon.a (mon.0) 3244 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:40.834 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:40 smithi184 bash[59794]: audit 2024-03-21T13:07:40.109011+0000 mon.a (mon.0) 3245 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:40.834 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:40 smithi184 bash[59794]: audit 2024-03-21T13:07:40.110399+0000 mon.a (mon.0) 3246 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:40.834 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:40 smithi184 bash[59794]: cluster 2024-03-21T13:07:40.114183+0000 mgr.x (mgr.34104) 2362 : cluster [DBG] pgmap v1555: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:40.834 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:40 smithi184 bash[59794]: cluster 2024-03-21T13:07:40.114896+0000 mgr.x (mgr.34104) 2363 : cluster [DBG] pgmap v1556: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:40.834 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:40 smithi184 bash[59794]: audit 2024-03-21T13:07:40.121248+0000 mon.a (mon.0) 3247 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:40.834 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:40 smithi184 bash[59794]: cephadm 2024-03-21T13:07:40.123265+0000 mgr.x (mgr.34104) 2364 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:40.835 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:40 smithi184 bash[59794]: audit 2024-03-21T13:07:40.201258+0000 mon.a (mon.0) 3248 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:40.835 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:40 smithi184 bash[59794]: audit 2024-03-21T13:07:40.204501+0000 mon.a (mon.0) 3249 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:40.835 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:40 smithi184 bash[59794]: audit 2024-03-21T13:07:40.208201+0000 mon.a (mon.0) 3250 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:40.835 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:40 smithi184 bash[59794]: audit 2024-03-21T13:07:40.209609+0000 mon.a (mon.0) 3251 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:40.835 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:40 smithi184 bash[59794]: audit 2024-03-21T13:07:40.221272+0000 mon.a (mon.0) 3252 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:40.835 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:40 smithi184 bash[59794]: audit 2024-03-21T13:07:40.300540+0000 mon.a (mon.0) 3253 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:40.835 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:40 smithi184 bash[59794]: audit 2024-03-21T13:07:40.303905+0000 mon.a (mon.0) 3254 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:40.836 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:40 smithi184 bash[59794]: audit 2024-03-21T13:07:40.308179+0000 mon.a (mon.0) 3255 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:40.836 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:40 smithi184 bash[59794]: audit 2024-03-21T13:07:40.309558+0000 mon.a (mon.0) 3256 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:40.836 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:40 smithi184 bash[59794]: audit 2024-03-21T13:07:40.321708+0000 mon.a (mon.0) 3257 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:40.836 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:40 smithi184 bash[59794]: audit 2024-03-21T13:07:40.399802+0000 mon.a (mon.0) 3258 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:40.836 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:40 smithi184 bash[59794]: audit 2024-03-21T13:07:40.405072+0000 mon.a (mon.0) 3259 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:40.836 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:40 smithi184 bash[59794]: audit 2024-03-21T13:07:40.409549+0000 mon.a (mon.0) 3260 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:40.837 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:40 smithi184 bash[59794]: audit 2024-03-21T13:07:40.411208+0000 mon.a (mon.0) 3261 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:40.837 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:40 smithi184 bash[59794]: audit 2024-03-21T13:07:40.423722+0000 mon.a (mon.0) 3262 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:41.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[75692]: cluster 2024-03-21T13:07:40.213115+0000 mgr.x (mgr.34104) 2365 : cluster [DBG] pgmap v1557: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:41.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[75692]: cluster 2024-03-21T13:07:40.213514+0000 mgr.x (mgr.34104) 2366 : cluster [DBG] pgmap v1558: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:41.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[75692]: cephadm 2024-03-21T13:07:40.223248+0000 mgr.x (mgr.34104) 2367 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:41.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[75692]: cluster 2024-03-21T13:07:40.313442+0000 mgr.x (mgr.34104) 2368 : cluster [DBG] pgmap v1559: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:41.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[75692]: cluster 2024-03-21T13:07:40.314440+0000 mgr.x (mgr.34104) 2369 : cluster [DBG] pgmap v1560: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:41.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[75692]: cephadm 2024-03-21T13:07:40.323689+0000 mgr.x (mgr.34104) 2370 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:41.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[75692]: cluster 2024-03-21T13:07:40.415967+0000 mgr.x (mgr.34104) 2371 : cluster [DBG] pgmap v1561: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:41.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[75692]: cluster 2024-03-21T13:07:40.416784+0000 mgr.x (mgr.34104) 2372 : cluster [DBG] pgmap v1562: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:41.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[75692]: cephadm 2024-03-21T13:07:40.425718+0000 mgr.x (mgr.34104) 2373 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:41.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[75692]: audit 2024-03-21T13:07:40.485157+0000 mon.a (mon.0) 3263 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:41.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[75692]: audit 2024-03-21T13:07:40.489419+0000 mon.a (mon.0) 3264 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:41.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[75692]: audit 2024-03-21T13:07:40.492667+0000 mon.a (mon.0) 3265 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:41.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[75692]: audit 2024-03-21T13:07:40.494093+0000 mon.a (mon.0) 3266 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:41.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[75692]: cluster 2024-03-21T13:07:40.498141+0000 mgr.x (mgr.34104) 2374 : cluster [DBG] pgmap v1563: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:41.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[75692]: cluster 2024-03-21T13:07:40.498640+0000 mgr.x (mgr.34104) 2375 : cluster [DBG] pgmap v1564: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:41.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[75692]: audit 2024-03-21T13:07:40.506135+0000 mon.a (mon.0) 3267 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:41.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[77880]: cluster 2024-03-21T13:07:40.213115+0000 mgr.x (mgr.34104) 2365 : cluster [DBG] pgmap v1557: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:41.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[77880]: cluster 2024-03-21T13:07:40.213514+0000 mgr.x (mgr.34104) 2366 : cluster [DBG] pgmap v1558: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:41.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[77880]: cephadm 2024-03-21T13:07:40.223248+0000 mgr.x (mgr.34104) 2367 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:41.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[77880]: cluster 2024-03-21T13:07:40.313442+0000 mgr.x (mgr.34104) 2368 : cluster [DBG] pgmap v1559: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:41.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[77880]: cluster 2024-03-21T13:07:40.314440+0000 mgr.x (mgr.34104) 2369 : cluster [DBG] pgmap v1560: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:41.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[77880]: cephadm 2024-03-21T13:07:40.323689+0000 mgr.x (mgr.34104) 2370 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:41.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[77880]: cluster 2024-03-21T13:07:40.415967+0000 mgr.x (mgr.34104) 2371 : cluster [DBG] pgmap v1561: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:41.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[77880]: cluster 2024-03-21T13:07:40.416784+0000 mgr.x (mgr.34104) 2372 : cluster [DBG] pgmap v1562: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:41.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[77880]: cephadm 2024-03-21T13:07:40.425718+0000 mgr.x (mgr.34104) 2373 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:41.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[77880]: audit 2024-03-21T13:07:40.485157+0000 mon.a (mon.0) 3263 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:41.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[77880]: audit 2024-03-21T13:07:40.489419+0000 mon.a (mon.0) 3264 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:41.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[77880]: audit 2024-03-21T13:07:40.492667+0000 mon.a (mon.0) 3265 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:41.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[77880]: audit 2024-03-21T13:07:40.494093+0000 mon.a (mon.0) 3266 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:41.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[77880]: cluster 2024-03-21T13:07:40.498141+0000 mgr.x (mgr.34104) 2374 : cluster [DBG] pgmap v1563: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:41.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[77880]: cluster 2024-03-21T13:07:40.498640+0000 mgr.x (mgr.34104) 2375 : cluster [DBG] pgmap v1564: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:41.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[77880]: audit 2024-03-21T13:07:40.506135+0000 mon.a (mon.0) 3267 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:41.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[75692]: cephadm 2024-03-21T13:07:40.508280+0000 mgr.x (mgr.34104) 2376 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:41.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[75692]: audit 2024-03-21T13:07:40.587609+0000 mon.a (mon.0) 3268 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:41.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[75692]: audit 2024-03-21T13:07:40.591134+0000 mon.a (mon.0) 3269 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:41.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[75692]: audit 2024-03-21T13:07:40.595152+0000 mon.a (mon.0) 3270 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:41.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[75692]: audit 2024-03-21T13:07:40.596751+0000 mon.a (mon.0) 3271 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:41.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[75692]: cluster 2024-03-21T13:07:40.601583+0000 mgr.x (mgr.34104) 2377 : cluster [DBG] pgmap v1565: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 17 op/s; 82/630 objects degraded (13.016%) 2024-03-21T13:07:41.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[75692]: cluster 2024-03-21T13:07:40.602466+0000 mgr.x (mgr.34104) 2378 : cluster [DBG] pgmap v1566: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 17 op/s; 82/630 objects degraded (13.016%) 2024-03-21T13:07:41.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[75692]: audit 2024-03-21T13:07:40.609295+0000 mon.a (mon.0) 3272 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:41.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[75692]: cephadm 2024-03-21T13:07:40.611308+0000 mgr.x (mgr.34104) 2379 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:41.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[75692]: audit 2024-03-21T13:07:40.691473+0000 mon.a (mon.0) 3273 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:41.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[75692]: audit 2024-03-21T13:07:40.694524+0000 mon.a (mon.0) 3274 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:41.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[75692]: audit 2024-03-21T13:07:40.699244+0000 mon.a (mon.0) 3275 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:41.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[75692]: audit 2024-03-21T13:07:40.701359+0000 mon.a (mon.0) 3276 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:41.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[75692]: cluster 2024-03-21T13:07:40.705555+0000 mgr.x (mgr.34104) 2380 : cluster [DBG] pgmap v1567: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 17 op/s; 82/630 objects degraded (13.016%) 2024-03-21T13:07:41.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[75692]: cluster 2024-03-21T13:07:40.706407+0000 mgr.x (mgr.34104) 2381 : cluster [DBG] pgmap v1568: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 17 op/s; 82/630 objects degraded (13.016%) 2024-03-21T13:07:41.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[75692]: audit 2024-03-21T13:07:40.713752+0000 mon.a (mon.0) 3277 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:41.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[75692]: cephadm 2024-03-21T13:07:40.715998+0000 mgr.x (mgr.34104) 2382 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:41.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[75692]: audit 2024-03-21T13:07:40.787980+0000 mgr.x (mgr.34104) 2383 : audit [DBG] from='client.15585 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:07:41.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[77880]: cephadm 2024-03-21T13:07:40.508280+0000 mgr.x (mgr.34104) 2376 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:41.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[77880]: audit 2024-03-21T13:07:40.587609+0000 mon.a (mon.0) 3268 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:41.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[77880]: audit 2024-03-21T13:07:40.591134+0000 mon.a (mon.0) 3269 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:41.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[77880]: audit 2024-03-21T13:07:40.595152+0000 mon.a (mon.0) 3270 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:41.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[77880]: audit 2024-03-21T13:07:40.596751+0000 mon.a (mon.0) 3271 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:41.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[77880]: cluster 2024-03-21T13:07:40.601583+0000 mgr.x (mgr.34104) 2377 : cluster [DBG] pgmap v1565: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 17 op/s; 82/630 objects degraded (13.016%) 2024-03-21T13:07:41.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[77880]: cluster 2024-03-21T13:07:40.602466+0000 mgr.x (mgr.34104) 2378 : cluster [DBG] pgmap v1566: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 17 op/s; 82/630 objects degraded (13.016%) 2024-03-21T13:07:41.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[77880]: audit 2024-03-21T13:07:40.609295+0000 mon.a (mon.0) 3272 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:41.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[77880]: cephadm 2024-03-21T13:07:40.611308+0000 mgr.x (mgr.34104) 2379 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:41.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[77880]: audit 2024-03-21T13:07:40.691473+0000 mon.a (mon.0) 3273 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:41.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[77880]: audit 2024-03-21T13:07:40.694524+0000 mon.a (mon.0) 3274 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:41.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[77880]: audit 2024-03-21T13:07:40.699244+0000 mon.a (mon.0) 3275 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:41.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[77880]: audit 2024-03-21T13:07:40.701359+0000 mon.a (mon.0) 3276 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:41.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[77880]: cluster 2024-03-21T13:07:40.705555+0000 mgr.x (mgr.34104) 2380 : cluster [DBG] pgmap v1567: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 17 op/s; 82/630 objects degraded (13.016%) 2024-03-21T13:07:41.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[77880]: cluster 2024-03-21T13:07:40.706407+0000 mgr.x (mgr.34104) 2381 : cluster [DBG] pgmap v1568: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 17 op/s; 82/630 objects degraded (13.016%) 2024-03-21T13:07:41.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[77880]: audit 2024-03-21T13:07:40.713752+0000 mon.a (mon.0) 3277 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:41.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[77880]: cephadm 2024-03-21T13:07:40.715998+0000 mgr.x (mgr.34104) 2382 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:41.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[77880]: audit 2024-03-21T13:07:40.787980+0000 mgr.x (mgr.34104) 2383 : audit [DBG] from='client.15585 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:07:41.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[77880]: audit 2024-03-21T13:07:40.793933+0000 mon.a (mon.0) 3278 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:41.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[77880]: audit 2024-03-21T13:07:40.797159+0000 mon.a (mon.0) 3279 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:41.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[77880]: audit 2024-03-21T13:07:40.801091+0000 mon.a (mon.0) 3280 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:41.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[77880]: audit 2024-03-21T13:07:40.802515+0000 mon.a (mon.0) 3281 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:41.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[77880]: cluster 2024-03-21T13:07:40.806167+0000 mgr.x (mgr.34104) 2384 : cluster [DBG] pgmap v1569: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s; 82/630 objects degraded (13.016%) 2024-03-21T13:07:41.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[77880]: cluster 2024-03-21T13:07:40.806862+0000 mgr.x (mgr.34104) 2385 : cluster [DBG] pgmap v1570: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s; 82/630 objects degraded (13.016%) 2024-03-21T13:07:41.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[77880]: audit 2024-03-21T13:07:40.813448+0000 mon.a (mon.0) 3282 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:41.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[77880]: cephadm 2024-03-21T13:07:40.815515+0000 mgr.x (mgr.34104) 2386 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:41.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[77880]: audit 2024-03-21T13:07:40.894673+0000 mon.a (mon.0) 3283 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:41.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[77880]: audit 2024-03-21T13:07:40.898903+0000 mon.a (mon.0) 3284 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:41.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[77880]: audit 2024-03-21T13:07:40.903053+0000 mon.a (mon.0) 3285 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:41.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[77880]: audit 2024-03-21T13:07:40.904689+0000 mon.a (mon.0) 3286 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:41.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[77880]: cluster 2024-03-21T13:07:40.908745+0000 mgr.x (mgr.34104) 2387 : cluster [DBG] pgmap v1571: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:41.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[77880]: cluster 2024-03-21T13:07:40.909149+0000 mgr.x (mgr.34104) 2388 : cluster [DBG] pgmap v1572: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:41.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[77880]: audit 2024-03-21T13:07:40.915702+0000 mon.a (mon.0) 3287 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:41.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[77880]: cephadm 2024-03-21T13:07:40.917793+0000 mgr.x (mgr.34104) 2389 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:41.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[77880]: audit 2024-03-21T13:07:40.998043+0000 mon.a (mon.0) 3288 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:41.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[75692]: audit 2024-03-21T13:07:40.793933+0000 mon.a (mon.0) 3278 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:41.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[75692]: audit 2024-03-21T13:07:40.797159+0000 mon.a (mon.0) 3279 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:41.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[75692]: audit 2024-03-21T13:07:40.801091+0000 mon.a (mon.0) 3280 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:41.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[75692]: audit 2024-03-21T13:07:40.802515+0000 mon.a (mon.0) 3281 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:41.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[75692]: cluster 2024-03-21T13:07:40.806167+0000 mgr.x (mgr.34104) 2384 : cluster [DBG] pgmap v1569: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s; 82/630 objects degraded (13.016%) 2024-03-21T13:07:41.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[75692]: cluster 2024-03-21T13:07:40.806862+0000 mgr.x (mgr.34104) 2385 : cluster [DBG] pgmap v1570: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s; 82/630 objects degraded (13.016%) 2024-03-21T13:07:41.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[75692]: audit 2024-03-21T13:07:40.813448+0000 mon.a (mon.0) 3282 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:41.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[75692]: cephadm 2024-03-21T13:07:40.815515+0000 mgr.x (mgr.34104) 2386 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:41.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[75692]: audit 2024-03-21T13:07:40.894673+0000 mon.a (mon.0) 3283 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:41.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[75692]: audit 2024-03-21T13:07:40.898903+0000 mon.a (mon.0) 3284 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:41.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[75692]: audit 2024-03-21T13:07:40.903053+0000 mon.a (mon.0) 3285 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:41.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[75692]: audit 2024-03-21T13:07:40.904689+0000 mon.a (mon.0) 3286 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:41.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[75692]: cluster 2024-03-21T13:07:40.908745+0000 mgr.x (mgr.34104) 2387 : cluster [DBG] pgmap v1571: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:41.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[75692]: cluster 2024-03-21T13:07:40.909149+0000 mgr.x (mgr.34104) 2388 : cluster [DBG] pgmap v1572: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:41.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[75692]: audit 2024-03-21T13:07:40.915702+0000 mon.a (mon.0) 3287 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:41.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[75692]: cephadm 2024-03-21T13:07:40.917793+0000 mgr.x (mgr.34104) 2389 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:41.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[75692]: audit 2024-03-21T13:07:40.998043+0000 mon.a (mon.0) 3288 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:41.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[77880]: audit 2024-03-21T13:07:41.001214+0000 mon.a (mon.0) 3289 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:41.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[77880]: audit 2024-03-21T13:07:41.004572+0000 mon.a (mon.0) 3290 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:41.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[77880]: audit 2024-03-21T13:07:41.005828+0000 mon.a (mon.0) 3291 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:41.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[77880]: cluster 2024-03-21T13:07:41.009528+0000 mgr.x (mgr.34104) 2390 : cluster [DBG] pgmap v1573: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:41.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[77880]: cluster 2024-03-21T13:07:41.010352+0000 mgr.x (mgr.34104) 2391 : cluster [DBG] pgmap v1574: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:41.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[77880]: audit 2024-03-21T13:07:41.017074+0000 mon.a (mon.0) 3292 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:41.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[77880]: cephadm 2024-03-21T13:07:41.019243+0000 mgr.x (mgr.34104) 2392 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:41.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[77880]: audit 2024-03-21T13:07:41.096462+0000 mon.a (mon.0) 3293 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:41.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[77880]: audit 2024-03-21T13:07:41.100259+0000 mon.a (mon.0) 3294 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:41.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[77880]: audit 2024-03-21T13:07:41.104306+0000 mon.a (mon.0) 3295 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:41.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[77880]: audit 2024-03-21T13:07:41.105981+0000 mon.a (mon.0) 3296 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:41.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[77880]: cluster 2024-03-21T13:07:41.110210+0000 mgr.x (mgr.34104) 2393 : cluster [DBG] pgmap v1575: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:41.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[77880]: cluster 2024-03-21T13:07:41.111021+0000 mgr.x (mgr.34104) 2394 : cluster [DBG] pgmap v1576: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:41.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[77880]: audit 2024-03-21T13:07:41.118182+0000 mon.a (mon.0) 3297 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:41.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[77880]: cephadm 2024-03-21T13:07:41.120317+0000 mgr.x (mgr.34104) 2395 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:41.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[77880]: audit 2024-03-21T13:07:41.195151+0000 mon.a (mon.0) 3298 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:41.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[77880]: audit 2024-03-21T13:07:41.197554+0000 mon.a (mon.0) 3299 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:41.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[77880]: audit 2024-03-21T13:07:41.201313+0000 mon.a (mon.0) 3300 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:41.809 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[75692]: audit 2024-03-21T13:07:41.001214+0000 mon.a (mon.0) 3289 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:41.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[75692]: audit 2024-03-21T13:07:41.004572+0000 mon.a (mon.0) 3290 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:41.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[75692]: audit 2024-03-21T13:07:41.005828+0000 mon.a (mon.0) 3291 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:41.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[75692]: cluster 2024-03-21T13:07:41.009528+0000 mgr.x (mgr.34104) 2390 : cluster [DBG] pgmap v1573: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:41.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[75692]: cluster 2024-03-21T13:07:41.010352+0000 mgr.x (mgr.34104) 2391 : cluster [DBG] pgmap v1574: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:41.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[75692]: audit 2024-03-21T13:07:41.017074+0000 mon.a (mon.0) 3292 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:41.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[75692]: cephadm 2024-03-21T13:07:41.019243+0000 mgr.x (mgr.34104) 2392 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:41.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[75692]: audit 2024-03-21T13:07:41.096462+0000 mon.a (mon.0) 3293 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:41.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[75692]: audit 2024-03-21T13:07:41.100259+0000 mon.a (mon.0) 3294 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:41.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[75692]: audit 2024-03-21T13:07:41.104306+0000 mon.a (mon.0) 3295 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:41.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[75692]: audit 2024-03-21T13:07:41.105981+0000 mon.a (mon.0) 3296 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:41.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[75692]: cluster 2024-03-21T13:07:41.110210+0000 mgr.x (mgr.34104) 2393 : cluster [DBG] pgmap v1575: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:41.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[75692]: cluster 2024-03-21T13:07:41.111021+0000 mgr.x (mgr.34104) 2394 : cluster [DBG] pgmap v1576: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:41.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[75692]: audit 2024-03-21T13:07:41.118182+0000 mon.a (mon.0) 3297 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:41.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[75692]: cephadm 2024-03-21T13:07:41.120317+0000 mgr.x (mgr.34104) 2395 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:41.811 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[75692]: audit 2024-03-21T13:07:41.195151+0000 mon.a (mon.0) 3298 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:41.811 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[75692]: audit 2024-03-21T13:07:41.197554+0000 mon.a (mon.0) 3299 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:41.811 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[75692]: audit 2024-03-21T13:07:41.201313+0000 mon.a (mon.0) 3300 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:41.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[77880]: audit 2024-03-21T13:07:41.202578+0000 mon.a (mon.0) 3301 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:41.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[77880]: cluster 2024-03-21T13:07:41.206262+0000 mgr.x (mgr.34104) 2396 : cluster [DBG] pgmap v1577: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:41.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[77880]: audit 2024-03-21T13:07:41.209713+0000 mon.a (mon.0) 3302 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:41.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[77880]: cephadm 2024-03-21T13:07:41.211723+0000 mgr.x (mgr.34104) 2397 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:41.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[77880]: audit 2024-03-21T13:07:41.290719+0000 mon.a (mon.0) 3303 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:41.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[77880]: audit 2024-03-21T13:07:41.293955+0000 mon.a (mon.0) 3304 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:41.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[77880]: audit 2024-03-21T13:07:41.296944+0000 mon.a (mon.0) 3305 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:41.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[77880]: audit 2024-03-21T13:07:41.298419+0000 mon.a (mon.0) 3306 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:41.812 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[77880]: audit 2024-03-21T13:07:41.309181+0000 mon.a (mon.0) 3307 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:41.812 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[77880]: audit 2024-03-21T13:07:41.394058+0000 mon.a (mon.0) 3308 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:41.812 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[77880]: audit 2024-03-21T13:07:41.397030+0000 mon.a (mon.0) 3309 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:41.812 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[77880]: audit 2024-03-21T13:07:41.400245+0000 mon.a (mon.0) 3310 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:41.812 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[77880]: audit 2024-03-21T13:07:41.401736+0000 mon.a (mon.0) 3311 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:41.812 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[77880]: audit 2024-03-21T13:07:41.413852+0000 mon.a (mon.0) 3312 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:41.812 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[75692]: audit 2024-03-21T13:07:41.202578+0000 mon.a (mon.0) 3301 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:41.812 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[75692]: cluster 2024-03-21T13:07:41.206262+0000 mgr.x (mgr.34104) 2396 : cluster [DBG] pgmap v1577: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:41.812 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[75692]: audit 2024-03-21T13:07:41.209713+0000 mon.a (mon.0) 3302 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:41.812 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[75692]: cephadm 2024-03-21T13:07:41.211723+0000 mgr.x (mgr.34104) 2397 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:41.812 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[75692]: audit 2024-03-21T13:07:41.290719+0000 mon.a (mon.0) 3303 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:41.812 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[75692]: audit 2024-03-21T13:07:41.293955+0000 mon.a (mon.0) 3304 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:41.813 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[75692]: audit 2024-03-21T13:07:41.296944+0000 mon.a (mon.0) 3305 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:41.813 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[75692]: audit 2024-03-21T13:07:41.298419+0000 mon.a (mon.0) 3306 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:41.813 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[75692]: audit 2024-03-21T13:07:41.309181+0000 mon.a (mon.0) 3307 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:41.813 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[75692]: audit 2024-03-21T13:07:41.394058+0000 mon.a (mon.0) 3308 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:41.813 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[75692]: audit 2024-03-21T13:07:41.397030+0000 mon.a (mon.0) 3309 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:41.813 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[75692]: audit 2024-03-21T13:07:41.400245+0000 mon.a (mon.0) 3310 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:41.813 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[75692]: audit 2024-03-21T13:07:41.401736+0000 mon.a (mon.0) 3311 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:41.813 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:41 smithi178 bash[75692]: audit 2024-03-21T13:07:41.413852+0000 mon.a (mon.0) 3312 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:41.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:41 smithi184 bash[59794]: cluster 2024-03-21T13:07:40.213115+0000 mgr.x (mgr.34104) 2365 : cluster [DBG] pgmap v1557: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:41.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:41 smithi184 bash[59794]: cluster 2024-03-21T13:07:40.213514+0000 mgr.x (mgr.34104) 2366 : cluster [DBG] pgmap v1558: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:41.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:41 smithi184 bash[59794]: cephadm 2024-03-21T13:07:40.223248+0000 mgr.x (mgr.34104) 2367 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:41.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:41 smithi184 bash[59794]: cluster 2024-03-21T13:07:40.313442+0000 mgr.x (mgr.34104) 2368 : cluster [DBG] pgmap v1559: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:41.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:41 smithi184 bash[59794]: cluster 2024-03-21T13:07:40.314440+0000 mgr.x (mgr.34104) 2369 : cluster [DBG] pgmap v1560: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:41.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:41 smithi184 bash[59794]: cephadm 2024-03-21T13:07:40.323689+0000 mgr.x (mgr.34104) 2370 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:41.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:41 smithi184 bash[59794]: cluster 2024-03-21T13:07:40.415967+0000 mgr.x (mgr.34104) 2371 : cluster [DBG] pgmap v1561: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:41.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:41 smithi184 bash[59794]: cluster 2024-03-21T13:07:40.416784+0000 mgr.x (mgr.34104) 2372 : cluster [DBG] pgmap v1562: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:41.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:41 smithi184 bash[59794]: cephadm 2024-03-21T13:07:40.425718+0000 mgr.x (mgr.34104) 2373 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:41.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:41 smithi184 bash[59794]: audit 2024-03-21T13:07:40.485157+0000 mon.a (mon.0) 3263 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:41.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:41 smithi184 bash[59794]: audit 2024-03-21T13:07:40.489419+0000 mon.a (mon.0) 3264 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:41.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:41 smithi184 bash[59794]: audit 2024-03-21T13:07:40.492667+0000 mon.a (mon.0) 3265 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:41.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:41 smithi184 bash[59794]: audit 2024-03-21T13:07:40.494093+0000 mon.a (mon.0) 3266 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:41.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:41 smithi184 bash[59794]: cluster 2024-03-21T13:07:40.498141+0000 mgr.x (mgr.34104) 2374 : cluster [DBG] pgmap v1563: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:41.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:41 smithi184 bash[59794]: cluster 2024-03-21T13:07:40.498640+0000 mgr.x (mgr.34104) 2375 : cluster [DBG] pgmap v1564: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:41.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:41 smithi184 bash[59794]: audit 2024-03-21T13:07:40.506135+0000 mon.a (mon.0) 3267 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:41.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:41 smithi184 bash[59794]: cephadm 2024-03-21T13:07:40.508280+0000 mgr.x (mgr.34104) 2376 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:41.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:41 smithi184 bash[59794]: audit 2024-03-21T13:07:40.587609+0000 mon.a (mon.0) 3268 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:41.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:41 smithi184 bash[59794]: audit 2024-03-21T13:07:40.591134+0000 mon.a (mon.0) 3269 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:41.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:41 smithi184 bash[59794]: audit 2024-03-21T13:07:40.595152+0000 mon.a (mon.0) 3270 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:41.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:41 smithi184 bash[59794]: audit 2024-03-21T13:07:40.596751+0000 mon.a (mon.0) 3271 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:41.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:41 smithi184 bash[59794]: cluster 2024-03-21T13:07:40.601583+0000 mgr.x (mgr.34104) 2377 : cluster [DBG] pgmap v1565: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 17 op/s; 82/630 objects degraded (13.016%) 2024-03-21T13:07:41.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:41 smithi184 bash[59794]: cluster 2024-03-21T13:07:40.602466+0000 mgr.x (mgr.34104) 2378 : cluster [DBG] pgmap v1566: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 17 op/s; 82/630 objects degraded (13.016%) 2024-03-21T13:07:41.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:41 smithi184 bash[59794]: audit 2024-03-21T13:07:40.609295+0000 mon.a (mon.0) 3272 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:41.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:41 smithi184 bash[59794]: cephadm 2024-03-21T13:07:40.611308+0000 mgr.x (mgr.34104) 2379 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:41.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:41 smithi184 bash[59794]: audit 2024-03-21T13:07:40.691473+0000 mon.a (mon.0) 3273 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:41.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:41 smithi184 bash[59794]: audit 2024-03-21T13:07:40.694524+0000 mon.a (mon.0) 3274 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:41.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:41 smithi184 bash[59794]: audit 2024-03-21T13:07:40.699244+0000 mon.a (mon.0) 3275 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:41.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:41 smithi184 bash[59794]: audit 2024-03-21T13:07:40.701359+0000 mon.a (mon.0) 3276 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:41.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:41 smithi184 bash[59794]: cluster 2024-03-21T13:07:40.705555+0000 mgr.x (mgr.34104) 2380 : cluster [DBG] pgmap v1567: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 17 op/s; 82/630 objects degraded (13.016%) 2024-03-21T13:07:41.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:41 smithi184 bash[59794]: cluster 2024-03-21T13:07:40.706407+0000 mgr.x (mgr.34104) 2381 : cluster [DBG] pgmap v1568: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 17 op/s; 82/630 objects degraded (13.016%) 2024-03-21T13:07:41.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:41 smithi184 bash[59794]: audit 2024-03-21T13:07:40.713752+0000 mon.a (mon.0) 3277 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:41.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:41 smithi184 bash[59794]: cephadm 2024-03-21T13:07:40.715998+0000 mgr.x (mgr.34104) 2382 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:41.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:41 smithi184 bash[59794]: audit 2024-03-21T13:07:40.787980+0000 mgr.x (mgr.34104) 2383 : audit [DBG] from='client.15585 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:07:41.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:41 smithi184 bash[59794]: audit 2024-03-21T13:07:40.793933+0000 mon.a (mon.0) 3278 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:41.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:41 smithi184 bash[59794]: audit 2024-03-21T13:07:40.797159+0000 mon.a (mon.0) 3279 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:41.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:41 smithi184 bash[59794]: audit 2024-03-21T13:07:40.801091+0000 mon.a (mon.0) 3280 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:41.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:41 smithi184 bash[59794]: audit 2024-03-21T13:07:40.802515+0000 mon.a (mon.0) 3281 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:41.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:41 smithi184 bash[59794]: cluster 2024-03-21T13:07:40.806167+0000 mgr.x (mgr.34104) 2384 : cluster [DBG] pgmap v1569: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s; 82/630 objects degraded (13.016%) 2024-03-21T13:07:41.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:41 smithi184 bash[59794]: cluster 2024-03-21T13:07:40.806862+0000 mgr.x (mgr.34104) 2385 : cluster [DBG] pgmap v1570: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s; 82/630 objects degraded (13.016%) 2024-03-21T13:07:41.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:41 smithi184 bash[59794]: audit 2024-03-21T13:07:40.813448+0000 mon.a (mon.0) 3282 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:41.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:41 smithi184 bash[59794]: cephadm 2024-03-21T13:07:40.815515+0000 mgr.x (mgr.34104) 2386 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:41.831 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:41 smithi184 bash[59794]: audit 2024-03-21T13:07:40.894673+0000 mon.a (mon.0) 3283 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:41.831 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:41 smithi184 bash[59794]: audit 2024-03-21T13:07:40.898903+0000 mon.a (mon.0) 3284 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:41.831 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:41 smithi184 bash[59794]: audit 2024-03-21T13:07:40.903053+0000 mon.a (mon.0) 3285 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:41.831 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:41 smithi184 bash[59794]: audit 2024-03-21T13:07:40.904689+0000 mon.a (mon.0) 3286 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:41.831 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:41 smithi184 bash[59794]: cluster 2024-03-21T13:07:40.908745+0000 mgr.x (mgr.34104) 2387 : cluster [DBG] pgmap v1571: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:41.831 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:41 smithi184 bash[59794]: cluster 2024-03-21T13:07:40.909149+0000 mgr.x (mgr.34104) 2388 : cluster [DBG] pgmap v1572: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:41.832 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:41 smithi184 bash[59794]: audit 2024-03-21T13:07:40.915702+0000 mon.a (mon.0) 3287 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:41.832 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:41 smithi184 bash[59794]: cephadm 2024-03-21T13:07:40.917793+0000 mgr.x (mgr.34104) 2389 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:41.832 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:41 smithi184 bash[59794]: audit 2024-03-21T13:07:40.998043+0000 mon.a (mon.0) 3288 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:41.833 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:41 smithi184 bash[59794]: audit 2024-03-21T13:07:41.001214+0000 mon.a (mon.0) 3289 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:41.833 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:41 smithi184 bash[59794]: audit 2024-03-21T13:07:41.004572+0000 mon.a (mon.0) 3290 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:41.833 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:41 smithi184 bash[59794]: audit 2024-03-21T13:07:41.005828+0000 mon.a (mon.0) 3291 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:41.833 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:41 smithi184 bash[59794]: cluster 2024-03-21T13:07:41.009528+0000 mgr.x (mgr.34104) 2390 : cluster [DBG] pgmap v1573: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:41.833 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:41 smithi184 bash[59794]: cluster 2024-03-21T13:07:41.010352+0000 mgr.x (mgr.34104) 2391 : cluster [DBG] pgmap v1574: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:41.834 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:41 smithi184 bash[59794]: audit 2024-03-21T13:07:41.017074+0000 mon.a (mon.0) 3292 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:41.834 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:41 smithi184 bash[59794]: cephadm 2024-03-21T13:07:41.019243+0000 mgr.x (mgr.34104) 2392 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:41.834 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:41 smithi184 bash[59794]: audit 2024-03-21T13:07:41.096462+0000 mon.a (mon.0) 3293 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:41.834 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:41 smithi184 bash[59794]: audit 2024-03-21T13:07:41.100259+0000 mon.a (mon.0) 3294 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:41.834 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:41 smithi184 bash[59794]: audit 2024-03-21T13:07:41.104306+0000 mon.a (mon.0) 3295 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:41.834 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:41 smithi184 bash[59794]: audit 2024-03-21T13:07:41.105981+0000 mon.a (mon.0) 3296 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:41.835 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:41 smithi184 bash[59794]: cluster 2024-03-21T13:07:41.110210+0000 mgr.x (mgr.34104) 2393 : cluster [DBG] pgmap v1575: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:41.835 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:41 smithi184 bash[59794]: cluster 2024-03-21T13:07:41.111021+0000 mgr.x (mgr.34104) 2394 : cluster [DBG] pgmap v1576: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:41.835 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:41 smithi184 bash[59794]: audit 2024-03-21T13:07:41.118182+0000 mon.a (mon.0) 3297 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:41.835 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:41 smithi184 bash[59794]: cephadm 2024-03-21T13:07:41.120317+0000 mgr.x (mgr.34104) 2395 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:41.835 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:41 smithi184 bash[59794]: audit 2024-03-21T13:07:41.195151+0000 mon.a (mon.0) 3298 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:41.835 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:41 smithi184 bash[59794]: audit 2024-03-21T13:07:41.197554+0000 mon.a (mon.0) 3299 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:41.836 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:41 smithi184 bash[59794]: audit 2024-03-21T13:07:41.201313+0000 mon.a (mon.0) 3300 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:41.836 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:41 smithi184 bash[59794]: audit 2024-03-21T13:07:41.202578+0000 mon.a (mon.0) 3301 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:41.836 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:41 smithi184 bash[59794]: cluster 2024-03-21T13:07:41.206262+0000 mgr.x (mgr.34104) 2396 : cluster [DBG] pgmap v1577: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:41.836 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:41 smithi184 bash[59794]: audit 2024-03-21T13:07:41.209713+0000 mon.a (mon.0) 3302 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:41.836 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:41 smithi184 bash[59794]: cephadm 2024-03-21T13:07:41.211723+0000 mgr.x (mgr.34104) 2397 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:41.836 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:41 smithi184 bash[59794]: audit 2024-03-21T13:07:41.290719+0000 mon.a (mon.0) 3303 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:41.837 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:41 smithi184 bash[59794]: audit 2024-03-21T13:07:41.293955+0000 mon.a (mon.0) 3304 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:41.837 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:41 smithi184 bash[59794]: audit 2024-03-21T13:07:41.296944+0000 mon.a (mon.0) 3305 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:41.837 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:41 smithi184 bash[59794]: audit 2024-03-21T13:07:41.298419+0000 mon.a (mon.0) 3306 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:41.837 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:41 smithi184 bash[59794]: audit 2024-03-21T13:07:41.309181+0000 mon.a (mon.0) 3307 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:41.837 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:41 smithi184 bash[59794]: audit 2024-03-21T13:07:41.394058+0000 mon.a (mon.0) 3308 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:41.838 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:41 smithi184 bash[59794]: audit 2024-03-21T13:07:41.397030+0000 mon.a (mon.0) 3309 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:41.838 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:41 smithi184 bash[59794]: audit 2024-03-21T13:07:41.400245+0000 mon.a (mon.0) 3310 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:41.838 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:41 smithi184 bash[59794]: audit 2024-03-21T13:07:41.401736+0000 mon.a (mon.0) 3311 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:41.838 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:41 smithi184 bash[59794]: audit 2024-03-21T13:07:41.413852+0000 mon.a (mon.0) 3312 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:42.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:42 smithi178 bash[75692]: cluster 2024-03-21T13:07:41.302266+0000 mgr.x (mgr.34104) 2398 : cluster [DBG] pgmap v1578: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:42.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:42 smithi178 bash[75692]: cluster 2024-03-21T13:07:41.303087+0000 mgr.x (mgr.34104) 2399 : cluster [DBG] pgmap v1579: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:42.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:42 smithi178 bash[75692]: cephadm 2024-03-21T13:07:41.311239+0000 mgr.x (mgr.34104) 2400 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:42.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:42 smithi178 bash[75692]: cluster 2024-03-21T13:07:41.405826+0000 mgr.x (mgr.34104) 2401 : cluster [DBG] pgmap v1580: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:42.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:42 smithi178 bash[75692]: cluster 2024-03-21T13:07:41.406662+0000 mgr.x (mgr.34104) 2402 : cluster [DBG] pgmap v1581: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:42.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:42 smithi178 bash[75692]: cephadm 2024-03-21T13:07:41.415974+0000 mgr.x (mgr.34104) 2403 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:42.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:42 smithi178 bash[75692]: audit 2024-03-21T13:07:41.496356+0000 mon.a (mon.0) 3313 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:42.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:42 smithi178 bash[75692]: audit 2024-03-21T13:07:41.499311+0000 mon.a (mon.0) 3314 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:42.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:42 smithi178 bash[75692]: audit 2024-03-21T13:07:41.502264+0000 mon.a (mon.0) 3315 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:42.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:42 smithi178 bash[75692]: audit 2024-03-21T13:07:41.503727+0000 mon.a (mon.0) 3316 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:42.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:42 smithi178 bash[75692]: cluster 2024-03-21T13:07:41.507358+0000 mgr.x (mgr.34104) 2404 : cluster [DBG] pgmap v1582: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:42.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:42 smithi178 bash[75692]: cluster 2024-03-21T13:07:41.507680+0000 mgr.x (mgr.34104) 2405 : cluster [DBG] pgmap v1583: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:42.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:42 smithi178 bash[75692]: audit 2024-03-21T13:07:41.514124+0000 mon.a (mon.0) 3317 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:42.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:42 smithi178 bash[75692]: cephadm 2024-03-21T13:07:41.516294+0000 mgr.x (mgr.34104) 2406 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:42.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:42 smithi178 bash[75692]: audit 2024-03-21T13:07:41.597449+0000 mon.a (mon.0) 3318 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:42.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:42 smithi178 bash[75692]: audit 2024-03-21T13:07:41.600519+0000 mon.a (mon.0) 3319 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:42.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:42 smithi178 bash[75692]: audit 2024-03-21T13:07:41.603912+0000 mon.a (mon.0) 3320 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:42.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:42 smithi178 bash[75692]: audit 2024-03-21T13:07:41.605013+0000 mon.a (mon.0) 3321 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:42.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:42 smithi178 bash[75692]: cluster 2024-03-21T13:07:41.608477+0000 mgr.x (mgr.34104) 2407 : cluster [DBG] pgmap v1584: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:42.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:42 smithi178 bash[75692]: cluster 2024-03-21T13:07:41.609348+0000 mgr.x (mgr.34104) 2408 : cluster [DBG] pgmap v1585: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:42.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:42 smithi178 bash[75692]: audit 2024-03-21T13:07:41.613857+0000 mon.a (mon.0) 3322 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:42.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:42 smithi178 bash[75692]: cephadm 2024-03-21T13:07:41.615922+0000 mgr.x (mgr.34104) 2409 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:42.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:42 smithi178 bash[75692]: audit 2024-03-21T13:07:41.697646+0000 mon.a (mon.0) 3323 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:42.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:42 smithi178 bash[75692]: audit 2024-03-21T13:07:41.700003+0000 mon.a (mon.0) 3324 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:42.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:42 smithi178 bash[75692]: audit 2024-03-21T13:07:41.702747+0000 mon.a (mon.0) 3325 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:42.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:42 smithi178 bash[75692]: audit 2024-03-21T13:07:41.703788+0000 mon.a (mon.0) 3326 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:42.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:42 smithi178 bash[75692]: cluster 2024-03-21T13:07:41.707253+0000 mgr.x (mgr.34104) 2410 : cluster [DBG] pgmap v1586: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:42.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:42 smithi178 bash[75692]: cluster 2024-03-21T13:07:41.708142+0000 mgr.x (mgr.34104) 2411 : cluster [DBG] pgmap v1587: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:42.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:42 smithi178 bash[75692]: audit 2024-03-21T13:07:41.712889+0000 mon.a (mon.0) 3327 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:42.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:42 smithi178 bash[75692]: cephadm 2024-03-21T13:07:41.714695+0000 mgr.x (mgr.34104) 2412 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:42.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:42 smithi178 bash[75692]: audit 2024-03-21T13:07:41.796853+0000 mon.a (mon.0) 3328 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:42.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:42 smithi178 bash[75692]: audit 2024-03-21T13:07:41.799714+0000 mon.a (mon.0) 3329 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:42.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:42 smithi178 bash[75692]: audit 2024-03-21T13:07:41.802328+0000 mon.a (mon.0) 3330 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:42.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:42 smithi178 bash[75692]: audit 2024-03-21T13:07:41.803620+0000 mon.a (mon.0) 3331 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:42.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:42 smithi178 bash[77880]: cluster 2024-03-21T13:07:41.302266+0000 mgr.x (mgr.34104) 2398 : cluster [DBG] pgmap v1578: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:42.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:42 smithi178 bash[77880]: cluster 2024-03-21T13:07:41.303087+0000 mgr.x (mgr.34104) 2399 : cluster [DBG] pgmap v1579: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:42.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:42 smithi178 bash[77880]: cephadm 2024-03-21T13:07:41.311239+0000 mgr.x (mgr.34104) 2400 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:42.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:42 smithi178 bash[77880]: cluster 2024-03-21T13:07:41.405826+0000 mgr.x (mgr.34104) 2401 : cluster [DBG] pgmap v1580: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:42.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:42 smithi178 bash[77880]: cluster 2024-03-21T13:07:41.406662+0000 mgr.x (mgr.34104) 2402 : cluster [DBG] pgmap v1581: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:42.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:42 smithi178 bash[77880]: cephadm 2024-03-21T13:07:41.415974+0000 mgr.x (mgr.34104) 2403 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:42.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:42 smithi178 bash[77880]: audit 2024-03-21T13:07:41.496356+0000 mon.a (mon.0) 3313 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:42.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:42 smithi178 bash[77880]: audit 2024-03-21T13:07:41.499311+0000 mon.a (mon.0) 3314 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:42.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:42 smithi178 bash[77880]: audit 2024-03-21T13:07:41.502264+0000 mon.a (mon.0) 3315 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:42.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:42 smithi178 bash[77880]: audit 2024-03-21T13:07:41.503727+0000 mon.a (mon.0) 3316 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:42.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:42 smithi178 bash[77880]: cluster 2024-03-21T13:07:41.507358+0000 mgr.x (mgr.34104) 2404 : cluster [DBG] pgmap v1582: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:42.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:42 smithi178 bash[77880]: cluster 2024-03-21T13:07:41.507680+0000 mgr.x (mgr.34104) 2405 : cluster [DBG] pgmap v1583: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:42.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:42 smithi178 bash[77880]: audit 2024-03-21T13:07:41.514124+0000 mon.a (mon.0) 3317 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:42.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:42 smithi178 bash[77880]: cephadm 2024-03-21T13:07:41.516294+0000 mgr.x (mgr.34104) 2406 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:42.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:42 smithi178 bash[77880]: audit 2024-03-21T13:07:41.597449+0000 mon.a (mon.0) 3318 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:42.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:42 smithi178 bash[77880]: audit 2024-03-21T13:07:41.600519+0000 mon.a (mon.0) 3319 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:42.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:42 smithi178 bash[77880]: audit 2024-03-21T13:07:41.603912+0000 mon.a (mon.0) 3320 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:42.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:42 smithi178 bash[75692]: cluster 2024-03-21T13:07:41.807383+0000 mgr.x (mgr.34104) 2413 : cluster [DBG] pgmap v1588: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:42.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:42 smithi178 bash[75692]: cluster 2024-03-21T13:07:41.808226+0000 mgr.x (mgr.34104) 2414 : cluster [DBG] pgmap v1589: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:42.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:42 smithi178 bash[75692]: audit 2024-03-21T13:07:41.814180+0000 mon.a (mon.0) 3332 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:42.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:42 smithi178 bash[75692]: cephadm 2024-03-21T13:07:41.816198+0000 mgr.x (mgr.34104) 2415 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:42.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:42 smithi178 bash[75692]: audit 2024-03-21T13:07:41.895748+0000 mon.a (mon.0) 3333 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:42.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:42 smithi178 bash[75692]: audit 2024-03-21T13:07:41.899021+0000 mon.a (mon.0) 3334 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:42.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:42 smithi178 bash[75692]: audit 2024-03-21T13:07:41.902562+0000 mon.a (mon.0) 3335 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:42.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:42 smithi178 bash[75692]: audit 2024-03-21T13:07:41.903998+0000 mon.a (mon.0) 3336 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:42.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:42 smithi178 bash[75692]: cluster 2024-03-21T13:07:41.907851+0000 mgr.x (mgr.34104) 2416 : cluster [DBG] pgmap v1590: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:42.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:42 smithi178 bash[75692]: cluster 2024-03-21T13:07:41.908766+0000 mgr.x (mgr.34104) 2417 : cluster [DBG] pgmap v1591: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:42.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:42 smithi178 bash[75692]: audit 2024-03-21T13:07:41.912587+0000 mon.a (mon.0) 3337 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:42.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:42 smithi178 bash[75692]: cephadm 2024-03-21T13:07:41.914458+0000 mgr.x (mgr.34104) 2418 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:42.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:42 smithi178 bash[75692]: audit 2024-03-21T13:07:41.996034+0000 mon.a (mon.0) 3338 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:42.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:42 smithi178 bash[75692]: audit 2024-03-21T13:07:41.998954+0000 mon.a (mon.0) 3339 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:42.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:42 smithi178 bash[75692]: audit 2024-03-21T13:07:42.002236+0000 mon.a (mon.0) 3340 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:42.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:42 smithi178 bash[75692]: audit 2024-03-21T13:07:42.003557+0000 mon.a (mon.0) 3341 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:42.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:42 smithi178 bash[75692]: cluster 2024-03-21T13:07:42.007456+0000 mgr.x (mgr.34104) 2419 : cluster [DBG] pgmap v1592: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:42.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:42 smithi178 bash[75692]: cluster 2024-03-21T13:07:42.008360+0000 mgr.x (mgr.34104) 2420 : cluster [DBG] pgmap v1593: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:42.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:42 smithi178 bash[77880]: audit 2024-03-21T13:07:41.605013+0000 mon.a (mon.0) 3321 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:42.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:42 smithi178 bash[77880]: cluster 2024-03-21T13:07:41.608477+0000 mgr.x (mgr.34104) 2407 : cluster [DBG] pgmap v1584: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:42.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:42 smithi178 bash[77880]: cluster 2024-03-21T13:07:41.609348+0000 mgr.x (mgr.34104) 2408 : cluster [DBG] pgmap v1585: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:42.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:42 smithi178 bash[77880]: audit 2024-03-21T13:07:41.613857+0000 mon.a (mon.0) 3322 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:42.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:42 smithi178 bash[77880]: cephadm 2024-03-21T13:07:41.615922+0000 mgr.x (mgr.34104) 2409 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:42.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:42 smithi178 bash[77880]: audit 2024-03-21T13:07:41.697646+0000 mon.a (mon.0) 3323 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:42.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:42 smithi178 bash[77880]: audit 2024-03-21T13:07:41.700003+0000 mon.a (mon.0) 3324 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:42.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:42 smithi178 bash[77880]: audit 2024-03-21T13:07:41.702747+0000 mon.a (mon.0) 3325 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:42.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:42 smithi178 bash[77880]: audit 2024-03-21T13:07:41.703788+0000 mon.a (mon.0) 3326 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:42.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:42 smithi178 bash[77880]: cluster 2024-03-21T13:07:41.707253+0000 mgr.x (mgr.34104) 2410 : cluster [DBG] pgmap v1586: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:42.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:42 smithi178 bash[77880]: cluster 2024-03-21T13:07:41.708142+0000 mgr.x (mgr.34104) 2411 : cluster [DBG] pgmap v1587: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:42.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:42 smithi178 bash[77880]: audit 2024-03-21T13:07:41.712889+0000 mon.a (mon.0) 3327 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:42.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:42 smithi178 bash[77880]: cephadm 2024-03-21T13:07:41.714695+0000 mgr.x (mgr.34104) 2412 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:42.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:42 smithi178 bash[77880]: audit 2024-03-21T13:07:41.796853+0000 mon.a (mon.0) 3328 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:42.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:42 smithi178 bash[77880]: audit 2024-03-21T13:07:41.799714+0000 mon.a (mon.0) 3329 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:42.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:42 smithi178 bash[77880]: audit 2024-03-21T13:07:41.802328+0000 mon.a (mon.0) 3330 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:42.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:42 smithi178 bash[77880]: audit 2024-03-21T13:07:41.803620+0000 mon.a (mon.0) 3331 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:42.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:42 smithi178 bash[75692]: audit 2024-03-21T13:07:42.013068+0000 mon.a (mon.0) 3342 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:42.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:42 smithi178 bash[75692]: cephadm 2024-03-21T13:07:42.014996+0000 mgr.x (mgr.34104) 2421 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:42.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:42 smithi178 bash[75692]: audit 2024-03-21T13:07:42.093877+0000 mon.a (mon.0) 3343 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:42.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:42 smithi178 bash[75692]: audit 2024-03-21T13:07:42.096737+0000 mon.a (mon.0) 3344 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:42.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:42 smithi178 bash[75692]: audit 2024-03-21T13:07:42.099950+0000 mon.a (mon.0) 3345 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:42.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:42 smithi178 bash[75692]: audit 2024-03-21T13:07:42.101139+0000 mon.a (mon.0) 3346 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:42.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:42 smithi178 bash[75692]: cluster 2024-03-21T13:07:42.104748+0000 mgr.x (mgr.34104) 2422 : cluster [DBG] pgmap v1594: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:42.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:42 smithi178 bash[75692]: cluster 2024-03-21T13:07:42.105396+0000 mgr.x (mgr.34104) 2423 : cluster [DBG] pgmap v1595: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:42.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:42 smithi178 bash[75692]: audit 2024-03-21T13:07:42.112445+0000 mon.a (mon.0) 3347 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:42.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:42 smithi178 bash[75692]: cephadm 2024-03-21T13:07:42.114264+0000 mgr.x (mgr.34104) 2424 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:42.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:42 smithi178 bash[75692]: audit 2024-03-21T13:07:42.193944+0000 mon.a (mon.0) 3348 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:42.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:42 smithi178 bash[75692]: audit 2024-03-21T13:07:42.196580+0000 mon.a (mon.0) 3349 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:42.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:42 smithi178 bash[75692]: audit 2024-03-21T13:07:42.199487+0000 mon.a (mon.0) 3350 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:42.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:42 smithi178 bash[75692]: audit 2024-03-21T13:07:42.200882+0000 mon.a (mon.0) 3351 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:42.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:42 smithi178 bash[75692]: cluster 2024-03-21T13:07:42.204695+0000 mgr.x (mgr.34104) 2425 : cluster [DBG] pgmap v1596: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:42.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:42 smithi178 bash[75692]: cluster 2024-03-21T13:07:42.205577+0000 mgr.x (mgr.34104) 2426 : cluster [DBG] pgmap v1597: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:42.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:42 smithi178 bash[75692]: audit 2024-03-21T13:07:42.210402+0000 mon.a (mon.0) 3352 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:42.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:42 smithi178 bash[75692]: cephadm 2024-03-21T13:07:42.212208+0000 mgr.x (mgr.34104) 2427 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:42.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:42 smithi178 bash[75692]: audit 2024-03-21T13:07:42.291572+0000 mon.a (mon.0) 3353 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:42.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:42 smithi178 bash[75692]: audit 2024-03-21T13:07:42.296476+0000 mon.a (mon.0) 3354 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:42.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:42 smithi178 bash[75692]: audit 2024-03-21T13:07:42.301614+0000 mon.a (mon.0) 3355 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:42.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:42 smithi178 bash[75692]: audit 2024-03-21T13:07:42.303147+0000 mon.a (mon.0) 3356 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:42.809 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:42 smithi178 bash[75692]: audit 2024-03-21T13:07:42.315212+0000 mon.a (mon.0) 3357 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:42.809 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:42 smithi178 bash[75692]: audit 2024-03-21T13:07:42.395796+0000 mon.a (mon.0) 3358 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:42.809 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:42 smithi178 bash[75692]: audit 2024-03-21T13:07:42.399167+0000 mon.a (mon.0) 3359 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:42.809 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:42 smithi178 bash[75692]: audit 2024-03-21T13:07:42.402742+0000 mon.a (mon.0) 3360 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:42.809 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:42 smithi178 bash[75692]: audit 2024-03-21T13:07:42.404398+0000 mon.a (mon.0) 3361 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:42.809 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:42 smithi178 bash[75692]: audit 2024-03-21T13:07:42.417693+0000 mon.a (mon.0) 3362 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:42.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:42 smithi178 bash[77880]: cluster 2024-03-21T13:07:41.807383+0000 mgr.x (mgr.34104) 2413 : cluster [DBG] pgmap v1588: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:42.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:42 smithi178 bash[77880]: cluster 2024-03-21T13:07:41.808226+0000 mgr.x (mgr.34104) 2414 : cluster [DBG] pgmap v1589: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:42.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:42 smithi178 bash[77880]: audit 2024-03-21T13:07:41.814180+0000 mon.a (mon.0) 3332 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:42.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:42 smithi178 bash[77880]: cephadm 2024-03-21T13:07:41.816198+0000 mgr.x (mgr.34104) 2415 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:42.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:42 smithi178 bash[77880]: audit 2024-03-21T13:07:41.895748+0000 mon.a (mon.0) 3333 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:42.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:42 smithi178 bash[77880]: audit 2024-03-21T13:07:41.899021+0000 mon.a (mon.0) 3334 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:42.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:42 smithi178 bash[77880]: audit 2024-03-21T13:07:41.902562+0000 mon.a (mon.0) 3335 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:42.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:42 smithi178 bash[77880]: audit 2024-03-21T13:07:41.903998+0000 mon.a (mon.0) 3336 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:42.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:42 smithi178 bash[77880]: cluster 2024-03-21T13:07:41.907851+0000 mgr.x (mgr.34104) 2416 : cluster [DBG] pgmap v1590: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:42.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:42 smithi178 bash[77880]: cluster 2024-03-21T13:07:41.908766+0000 mgr.x (mgr.34104) 2417 : cluster [DBG] pgmap v1591: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:42.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:42 smithi178 bash[77880]: audit 2024-03-21T13:07:41.912587+0000 mon.a (mon.0) 3337 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:42.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:42 smithi178 bash[77880]: cephadm 2024-03-21T13:07:41.914458+0000 mgr.x (mgr.34104) 2418 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:42.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:42 smithi178 bash[77880]: audit 2024-03-21T13:07:41.996034+0000 mon.a (mon.0) 3338 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:42.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:42 smithi178 bash[77880]: audit 2024-03-21T13:07:41.998954+0000 mon.a (mon.0) 3339 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:42.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:42 smithi178 bash[77880]: audit 2024-03-21T13:07:42.002236+0000 mon.a (mon.0) 3340 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:42.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:42 smithi178 bash[77880]: audit 2024-03-21T13:07:42.003557+0000 mon.a (mon.0) 3341 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:42.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:42 smithi178 bash[77880]: cluster 2024-03-21T13:07:42.007456+0000 mgr.x (mgr.34104) 2419 : cluster [DBG] pgmap v1592: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:42.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:42 smithi178 bash[77880]: cluster 2024-03-21T13:07:42.008360+0000 mgr.x (mgr.34104) 2420 : cluster [DBG] pgmap v1593: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:42.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:42 smithi178 bash[77880]: audit 2024-03-21T13:07:42.013068+0000 mon.a (mon.0) 3342 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:42.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:42 smithi178 bash[77880]: cephadm 2024-03-21T13:07:42.014996+0000 mgr.x (mgr.34104) 2421 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:42.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:42 smithi178 bash[77880]: audit 2024-03-21T13:07:42.093877+0000 mon.a (mon.0) 3343 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:42.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:42 smithi178 bash[77880]: audit 2024-03-21T13:07:42.096737+0000 mon.a (mon.0) 3344 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:42.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:42 smithi178 bash[77880]: audit 2024-03-21T13:07:42.099950+0000 mon.a (mon.0) 3345 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:42.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:42 smithi178 bash[77880]: audit 2024-03-21T13:07:42.101139+0000 mon.a (mon.0) 3346 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:42.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:42 smithi178 bash[77880]: cluster 2024-03-21T13:07:42.104748+0000 mgr.x (mgr.34104) 2422 : cluster [DBG] pgmap v1594: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:42.812 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:42 smithi178 bash[77880]: cluster 2024-03-21T13:07:42.105396+0000 mgr.x (mgr.34104) 2423 : cluster [DBG] pgmap v1595: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:42.812 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:42 smithi178 bash[77880]: audit 2024-03-21T13:07:42.112445+0000 mon.a (mon.0) 3347 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:42.812 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:42 smithi178 bash[77880]: cephadm 2024-03-21T13:07:42.114264+0000 mgr.x (mgr.34104) 2424 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:42.812 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:42 smithi178 bash[77880]: audit 2024-03-21T13:07:42.193944+0000 mon.a (mon.0) 3348 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:42.812 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:42 smithi178 bash[77880]: audit 2024-03-21T13:07:42.196580+0000 mon.a (mon.0) 3349 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:42.812 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:42 smithi178 bash[77880]: audit 2024-03-21T13:07:42.199487+0000 mon.a (mon.0) 3350 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:42.812 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:42 smithi178 bash[77880]: audit 2024-03-21T13:07:42.200882+0000 mon.a (mon.0) 3351 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:42.813 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:42 smithi178 bash[77880]: cluster 2024-03-21T13:07:42.204695+0000 mgr.x (mgr.34104) 2425 : cluster [DBG] pgmap v1596: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:42.813 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:42 smithi178 bash[77880]: cluster 2024-03-21T13:07:42.205577+0000 mgr.x (mgr.34104) 2426 : cluster [DBG] pgmap v1597: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:42.813 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:42 smithi178 bash[77880]: audit 2024-03-21T13:07:42.210402+0000 mon.a (mon.0) 3352 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:42.813 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:42 smithi178 bash[77880]: cephadm 2024-03-21T13:07:42.212208+0000 mgr.x (mgr.34104) 2427 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:42.813 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:42 smithi178 bash[77880]: audit 2024-03-21T13:07:42.291572+0000 mon.a (mon.0) 3353 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:42.813 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:42 smithi178 bash[77880]: audit 2024-03-21T13:07:42.296476+0000 mon.a (mon.0) 3354 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:42.813 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:42 smithi178 bash[77880]: audit 2024-03-21T13:07:42.301614+0000 mon.a (mon.0) 3355 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:42.813 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:42 smithi178 bash[77880]: audit 2024-03-21T13:07:42.303147+0000 mon.a (mon.0) 3356 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:42.813 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:42 smithi178 bash[77880]: audit 2024-03-21T13:07:42.315212+0000 mon.a (mon.0) 3357 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:42.813 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:42 smithi178 bash[77880]: audit 2024-03-21T13:07:42.395796+0000 mon.a (mon.0) 3358 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:42.813 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:42 smithi178 bash[77880]: audit 2024-03-21T13:07:42.399167+0000 mon.a (mon.0) 3359 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:42.814 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:42 smithi178 bash[77880]: audit 2024-03-21T13:07:42.402742+0000 mon.a (mon.0) 3360 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:42.814 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:42 smithi178 bash[77880]: audit 2024-03-21T13:07:42.404398+0000 mon.a (mon.0) 3361 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:42.814 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:42 smithi178 bash[77880]: audit 2024-03-21T13:07:42.417693+0000 mon.a (mon.0) 3362 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:42.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:42 smithi184 bash[59794]: cluster 2024-03-21T13:07:41.302266+0000 mgr.x (mgr.34104) 2398 : cluster [DBG] pgmap v1578: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:42.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:42 smithi184 bash[59794]: cluster 2024-03-21T13:07:41.303087+0000 mgr.x (mgr.34104) 2399 : cluster [DBG] pgmap v1579: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:42.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:42 smithi184 bash[59794]: cephadm 2024-03-21T13:07:41.311239+0000 mgr.x (mgr.34104) 2400 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:42.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:42 smithi184 bash[59794]: cluster 2024-03-21T13:07:41.405826+0000 mgr.x (mgr.34104) 2401 : cluster [DBG] pgmap v1580: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:42.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:42 smithi184 bash[59794]: cluster 2024-03-21T13:07:41.406662+0000 mgr.x (mgr.34104) 2402 : cluster [DBG] pgmap v1581: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:42.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:42 smithi184 bash[59794]: cephadm 2024-03-21T13:07:41.415974+0000 mgr.x (mgr.34104) 2403 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:42.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:42 smithi184 bash[59794]: audit 2024-03-21T13:07:41.496356+0000 mon.a (mon.0) 3313 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:42.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:42 smithi184 bash[59794]: audit 2024-03-21T13:07:41.499311+0000 mon.a (mon.0) 3314 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:42.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:42 smithi184 bash[59794]: audit 2024-03-21T13:07:41.502264+0000 mon.a (mon.0) 3315 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:42.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:42 smithi184 bash[59794]: audit 2024-03-21T13:07:41.503727+0000 mon.a (mon.0) 3316 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:42.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:42 smithi184 bash[59794]: cluster 2024-03-21T13:07:41.507358+0000 mgr.x (mgr.34104) 2404 : cluster [DBG] pgmap v1582: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:42.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:42 smithi184 bash[59794]: cluster 2024-03-21T13:07:41.507680+0000 mgr.x (mgr.34104) 2405 : cluster [DBG] pgmap v1583: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:42.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:42 smithi184 bash[59794]: audit 2024-03-21T13:07:41.514124+0000 mon.a (mon.0) 3317 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:42.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:42 smithi184 bash[59794]: cephadm 2024-03-21T13:07:41.516294+0000 mgr.x (mgr.34104) 2406 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:42.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:42 smithi184 bash[59794]: audit 2024-03-21T13:07:41.597449+0000 mon.a (mon.0) 3318 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:42.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:42 smithi184 bash[59794]: audit 2024-03-21T13:07:41.600519+0000 mon.a (mon.0) 3319 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:42.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:42 smithi184 bash[59794]: audit 2024-03-21T13:07:41.603912+0000 mon.a (mon.0) 3320 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:42.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:42 smithi184 bash[59794]: audit 2024-03-21T13:07:41.605013+0000 mon.a (mon.0) 3321 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:42.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:42 smithi184 bash[59794]: cluster 2024-03-21T13:07:41.608477+0000 mgr.x (mgr.34104) 2407 : cluster [DBG] pgmap v1584: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:42.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:42 smithi184 bash[59794]: cluster 2024-03-21T13:07:41.609348+0000 mgr.x (mgr.34104) 2408 : cluster [DBG] pgmap v1585: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:42.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:42 smithi184 bash[59794]: audit 2024-03-21T13:07:41.613857+0000 mon.a (mon.0) 3322 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:42.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:42 smithi184 bash[59794]: cephadm 2024-03-21T13:07:41.615922+0000 mgr.x (mgr.34104) 2409 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:42.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:42 smithi184 bash[59794]: audit 2024-03-21T13:07:41.697646+0000 mon.a (mon.0) 3323 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:42.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:42 smithi184 bash[59794]: audit 2024-03-21T13:07:41.700003+0000 mon.a (mon.0) 3324 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:42.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:42 smithi184 bash[59794]: audit 2024-03-21T13:07:41.702747+0000 mon.a (mon.0) 3325 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:42.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:42 smithi184 bash[59794]: audit 2024-03-21T13:07:41.703788+0000 mon.a (mon.0) 3326 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:42.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:42 smithi184 bash[59794]: cluster 2024-03-21T13:07:41.707253+0000 mgr.x (mgr.34104) 2410 : cluster [DBG] pgmap v1586: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:42.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:42 smithi184 bash[59794]: cluster 2024-03-21T13:07:41.708142+0000 mgr.x (mgr.34104) 2411 : cluster [DBG] pgmap v1587: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:42.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:42 smithi184 bash[59794]: audit 2024-03-21T13:07:41.712889+0000 mon.a (mon.0) 3327 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:42.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:42 smithi184 bash[59794]: cephadm 2024-03-21T13:07:41.714695+0000 mgr.x (mgr.34104) 2412 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:42.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:42 smithi184 bash[59794]: audit 2024-03-21T13:07:41.796853+0000 mon.a (mon.0) 3328 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:42.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:42 smithi184 bash[59794]: audit 2024-03-21T13:07:41.799714+0000 mon.a (mon.0) 3329 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:42.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:42 smithi184 bash[59794]: audit 2024-03-21T13:07:41.802328+0000 mon.a (mon.0) 3330 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:42.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:42 smithi184 bash[59794]: audit 2024-03-21T13:07:41.803620+0000 mon.a (mon.0) 3331 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:42.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:42 smithi184 bash[59794]: cluster 2024-03-21T13:07:41.807383+0000 mgr.x (mgr.34104) 2413 : cluster [DBG] pgmap v1588: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:42.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:42 smithi184 bash[59794]: cluster 2024-03-21T13:07:41.808226+0000 mgr.x (mgr.34104) 2414 : cluster [DBG] pgmap v1589: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:42.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:42 smithi184 bash[59794]: audit 2024-03-21T13:07:41.814180+0000 mon.a (mon.0) 3332 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:42.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:42 smithi184 bash[59794]: cephadm 2024-03-21T13:07:41.816198+0000 mgr.x (mgr.34104) 2415 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:42.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:42 smithi184 bash[59794]: audit 2024-03-21T13:07:41.895748+0000 mon.a (mon.0) 3333 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:42.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:42 smithi184 bash[59794]: audit 2024-03-21T13:07:41.899021+0000 mon.a (mon.0) 3334 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:42.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:42 smithi184 bash[59794]: audit 2024-03-21T13:07:41.902562+0000 mon.a (mon.0) 3335 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:42.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:42 smithi184 bash[59794]: audit 2024-03-21T13:07:41.903998+0000 mon.a (mon.0) 3336 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:42.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:42 smithi184 bash[59794]: cluster 2024-03-21T13:07:41.907851+0000 mgr.x (mgr.34104) 2416 : cluster [DBG] pgmap v1590: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:42.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:42 smithi184 bash[59794]: cluster 2024-03-21T13:07:41.908766+0000 mgr.x (mgr.34104) 2417 : cluster [DBG] pgmap v1591: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:42.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:42 smithi184 bash[59794]: audit 2024-03-21T13:07:41.912587+0000 mon.a (mon.0) 3337 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:42.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:42 smithi184 bash[59794]: cephadm 2024-03-21T13:07:41.914458+0000 mgr.x (mgr.34104) 2418 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:42.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:42 smithi184 bash[59794]: audit 2024-03-21T13:07:41.996034+0000 mon.a (mon.0) 3338 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:42.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:42 smithi184 bash[59794]: audit 2024-03-21T13:07:41.998954+0000 mon.a (mon.0) 3339 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:42.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:42 smithi184 bash[59794]: audit 2024-03-21T13:07:42.002236+0000 mon.a (mon.0) 3340 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:42.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:42 smithi184 bash[59794]: audit 2024-03-21T13:07:42.003557+0000 mon.a (mon.0) 3341 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:42.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:42 smithi184 bash[59794]: cluster 2024-03-21T13:07:42.007456+0000 mgr.x (mgr.34104) 2419 : cluster [DBG] pgmap v1592: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:42.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:42 smithi184 bash[59794]: cluster 2024-03-21T13:07:42.008360+0000 mgr.x (mgr.34104) 2420 : cluster [DBG] pgmap v1593: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:42.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:42 smithi184 bash[59794]: audit 2024-03-21T13:07:42.013068+0000 mon.a (mon.0) 3342 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:42.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:42 smithi184 bash[59794]: cephadm 2024-03-21T13:07:42.014996+0000 mgr.x (mgr.34104) 2421 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:42.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:42 smithi184 bash[59794]: audit 2024-03-21T13:07:42.093877+0000 mon.a (mon.0) 3343 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:42.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:42 smithi184 bash[59794]: audit 2024-03-21T13:07:42.096737+0000 mon.a (mon.0) 3344 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:42.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:42 smithi184 bash[59794]: audit 2024-03-21T13:07:42.099950+0000 mon.a (mon.0) 3345 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:42.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:42 smithi184 bash[59794]: audit 2024-03-21T13:07:42.101139+0000 mon.a (mon.0) 3346 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:42.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:42 smithi184 bash[59794]: cluster 2024-03-21T13:07:42.104748+0000 mgr.x (mgr.34104) 2422 : cluster [DBG] pgmap v1594: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:42.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:42 smithi184 bash[59794]: cluster 2024-03-21T13:07:42.105396+0000 mgr.x (mgr.34104) 2423 : cluster [DBG] pgmap v1595: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:42.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:42 smithi184 bash[59794]: audit 2024-03-21T13:07:42.112445+0000 mon.a (mon.0) 3347 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:42.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:42 smithi184 bash[59794]: cephadm 2024-03-21T13:07:42.114264+0000 mgr.x (mgr.34104) 2424 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:42.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:42 smithi184 bash[59794]: audit 2024-03-21T13:07:42.193944+0000 mon.a (mon.0) 3348 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:42.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:42 smithi184 bash[59794]: audit 2024-03-21T13:07:42.196580+0000 mon.a (mon.0) 3349 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:42.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:42 smithi184 bash[59794]: audit 2024-03-21T13:07:42.199487+0000 mon.a (mon.0) 3350 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:42.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:42 smithi184 bash[59794]: audit 2024-03-21T13:07:42.200882+0000 mon.a (mon.0) 3351 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:42.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:42 smithi184 bash[59794]: cluster 2024-03-21T13:07:42.204695+0000 mgr.x (mgr.34104) 2425 : cluster [DBG] pgmap v1596: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:42.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:42 smithi184 bash[59794]: cluster 2024-03-21T13:07:42.205577+0000 mgr.x (mgr.34104) 2426 : cluster [DBG] pgmap v1597: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:42.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:42 smithi184 bash[59794]: audit 2024-03-21T13:07:42.210402+0000 mon.a (mon.0) 3352 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:42.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:42 smithi184 bash[59794]: cephadm 2024-03-21T13:07:42.212208+0000 mgr.x (mgr.34104) 2427 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:42.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:42 smithi184 bash[59794]: audit 2024-03-21T13:07:42.291572+0000 mon.a (mon.0) 3353 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:42.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:42 smithi184 bash[59794]: audit 2024-03-21T13:07:42.296476+0000 mon.a (mon.0) 3354 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:42.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:42 smithi184 bash[59794]: audit 2024-03-21T13:07:42.301614+0000 mon.a (mon.0) 3355 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:42.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:42 smithi184 bash[59794]: audit 2024-03-21T13:07:42.303147+0000 mon.a (mon.0) 3356 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:42.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:42 smithi184 bash[59794]: audit 2024-03-21T13:07:42.315212+0000 mon.a (mon.0) 3357 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:42.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:42 smithi184 bash[59794]: audit 2024-03-21T13:07:42.395796+0000 mon.a (mon.0) 3358 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:42.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:42 smithi184 bash[59794]: audit 2024-03-21T13:07:42.399167+0000 mon.a (mon.0) 3359 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:42.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:42 smithi184 bash[59794]: audit 2024-03-21T13:07:42.402742+0000 mon.a (mon.0) 3360 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:42.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:42 smithi184 bash[59794]: audit 2024-03-21T13:07:42.404398+0000 mon.a (mon.0) 3361 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:42.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:42 smithi184 bash[59794]: audit 2024-03-21T13:07:42.417693+0000 mon.a (mon.0) 3362 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:43.298 INFO:journalctl@ceph.osd.3.smithi178.stdout:Mar 21 13:07:42 smithi178 bash[97161]: debug 2024-03-21T13:07:42.823+0000 7f33a0ccd7c0 -1 osd.3 0 read_superblock omap replica is missing. 2024-03-21T13:07:43.298 INFO:journalctl@ceph.osd.3.smithi178.stdout:Mar 21 13:07:42 smithi178 bash[97161]: debug 2024-03-21T13:07:42.863+0000 7f33a0ccd7c0 -1 osd.3 143 log_to_monitors true 2024-03-21T13:07:43.481 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:43 smithi178 bash[75692]: cluster 2024-03-21T13:07:42.307526+0000 mgr.x (mgr.34104) 2428 : cluster [DBG] pgmap v1598: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:43.481 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:43 smithi178 bash[75692]: cluster 2024-03-21T13:07:42.308505+0000 mgr.x (mgr.34104) 2429 : cluster [DBG] pgmap v1599: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:43.481 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:43 smithi178 bash[75692]: cephadm 2024-03-21T13:07:42.317520+0000 mgr.x (mgr.34104) 2430 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:43.482 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:43 smithi178 bash[75692]: cluster 2024-03-21T13:07:42.408267+0000 mgr.x (mgr.34104) 2431 : cluster [DBG] pgmap v1600: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:43.482 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:43 smithi178 bash[75692]: cluster 2024-03-21T13:07:42.408992+0000 mgr.x (mgr.34104) 2432 : cluster [DBG] pgmap v1601: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:43.482 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:43 smithi178 bash[75692]: cephadm 2024-03-21T13:07:42.419942+0000 mgr.x (mgr.34104) 2433 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:43.482 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:43 smithi178 bash[75692]: audit 2024-03-21T13:07:42.498259+0000 mon.a (mon.0) 3363 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:43.482 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:43 smithi178 bash[75692]: audit 2024-03-21T13:07:42.501759+0000 mon.a (mon.0) 3364 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:43.482 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:43 smithi178 bash[75692]: audit 2024-03-21T13:07:42.504842+0000 mon.a (mon.0) 3365 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:43.482 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:43 smithi178 bash[75692]: audit 2024-03-21T13:07:42.506217+0000 mon.a (mon.0) 3366 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:43.482 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:43 smithi178 bash[75692]: cluster 2024-03-21T13:07:42.509687+0000 mgr.x (mgr.34104) 2434 : cluster [DBG] pgmap v1602: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:43.482 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:43 smithi178 bash[75692]: cluster 2024-03-21T13:07:42.510126+0000 mgr.x (mgr.34104) 2435 : cluster [DBG] pgmap v1603: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:43.482 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:43 smithi178 bash[75692]: audit 2024-03-21T13:07:42.516641+0000 mon.a (mon.0) 3367 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:43.482 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:43 smithi178 bash[75692]: cephadm 2024-03-21T13:07:42.518687+0000 mgr.x (mgr.34104) 2436 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:43.483 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:43 smithi178 bash[75692]: audit 2024-03-21T13:07:42.596601+0000 mon.a (mon.0) 3368 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:43.483 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:43 smithi178 bash[75692]: audit 2024-03-21T13:07:42.599764+0000 mon.a (mon.0) 3369 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:43.483 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:43 smithi178 bash[75692]: audit 2024-03-21T13:07:42.602896+0000 mon.a (mon.0) 3370 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:43.483 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:43 smithi178 bash[75692]: audit 2024-03-21T13:07:42.604195+0000 mon.a (mon.0) 3371 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:43.483 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:43 smithi178 bash[75692]: cluster 2024-03-21T13:07:42.607402+0000 mgr.x (mgr.34104) 2437 : cluster [DBG] pgmap v1604: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:43.483 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:43 smithi178 bash[75692]: cluster 2024-03-21T13:07:42.607814+0000 mgr.x (mgr.34104) 2438 : cluster [DBG] pgmap v1605: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:43.483 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:43 smithi178 bash[75692]: audit 2024-03-21T13:07:42.614423+0000 mon.a (mon.0) 3372 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:43.483 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:43 smithi178 bash[75692]: cephadm 2024-03-21T13:07:42.616316+0000 mgr.x (mgr.34104) 2439 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:43.483 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:43 smithi178 bash[75692]: audit 2024-03-21T13:07:42.692439+0000 mon.a (mon.0) 3373 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:43.483 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:43 smithi178 bash[75692]: audit 2024-03-21T13:07:42.696184+0000 mon.a (mon.0) 3374 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:43.483 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:43 smithi178 bash[75692]: audit 2024-03-21T13:07:42.700338+0000 mon.a (mon.0) 3375 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:43.483 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:43 smithi178 bash[75692]: audit 2024-03-21T13:07:42.701634+0000 mon.a (mon.0) 3376 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:43.484 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:43 smithi178 bash[77880]: cluster 2024-03-21T13:07:42.307526+0000 mgr.x (mgr.34104) 2428 : cluster [DBG] pgmap v1598: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:43.484 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:43 smithi178 bash[77880]: cluster 2024-03-21T13:07:42.308505+0000 mgr.x (mgr.34104) 2429 : cluster [DBG] pgmap v1599: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:43.484 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:43 smithi178 bash[77880]: cephadm 2024-03-21T13:07:42.317520+0000 mgr.x (mgr.34104) 2430 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:43.484 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:43 smithi178 bash[77880]: cluster 2024-03-21T13:07:42.408267+0000 mgr.x (mgr.34104) 2431 : cluster [DBG] pgmap v1600: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:43.484 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:43 smithi178 bash[77880]: cluster 2024-03-21T13:07:42.408992+0000 mgr.x (mgr.34104) 2432 : cluster [DBG] pgmap v1601: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:43.484 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:43 smithi178 bash[77880]: cephadm 2024-03-21T13:07:42.419942+0000 mgr.x (mgr.34104) 2433 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:43.484 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:43 smithi178 bash[77880]: audit 2024-03-21T13:07:42.498259+0000 mon.a (mon.0) 3363 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:43.484 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:43 smithi178 bash[77880]: audit 2024-03-21T13:07:42.501759+0000 mon.a (mon.0) 3364 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:43.484 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:43 smithi178 bash[77880]: audit 2024-03-21T13:07:42.504842+0000 mon.a (mon.0) 3365 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:43.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:43 smithi178 bash[75692]: cluster 2024-03-21T13:07:42.705540+0000 mgr.x (mgr.34104) 2440 : cluster [DBG] pgmap v1606: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:43.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:43 smithi178 bash[75692]: audit 2024-03-21T13:07:42.710492+0000 mon.a (mon.0) 3377 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:43.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:43 smithi178 bash[75692]: cephadm 2024-03-21T13:07:42.712565+0000 mgr.x (mgr.34104) 2441 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:43.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:43 smithi178 bash[75692]: audit 2024-03-21T13:07:42.788764+0000 mon.a (mon.0) 3378 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:43.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:43 smithi178 bash[75692]: audit 2024-03-21T13:07:42.793073+0000 mon.a (mon.0) 3379 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:43.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:43 smithi178 bash[75692]: audit 2024-03-21T13:07:42.797777+0000 mon.a (mon.0) 3380 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:43.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:43 smithi178 bash[75692]: audit 2024-03-21T13:07:42.799259+0000 mon.a (mon.0) 3381 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:43.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:43 smithi178 bash[75692]: cluster 2024-03-21T13:07:42.805070+0000 mgr.x (mgr.34104) 2442 : cluster [DBG] pgmap v1607: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:43.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:43 smithi178 bash[75692]: cluster 2024-03-21T13:07:42.805710+0000 mgr.x (mgr.34104) 2443 : cluster [DBG] pgmap v1608: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:43.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:43 smithi178 bash[75692]: audit 2024-03-21T13:07:42.808964+0000 mon.a (mon.0) 3382 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:43.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:43 smithi178 bash[75692]: cephadm 2024-03-21T13:07:42.812173+0000 mgr.x (mgr.34104) 2444 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:43.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:43 smithi178 bash[75692]: audit 2024-03-21T13:07:42.873588+0000 mon.a (mon.0) 3383 : audit [INF] from='osd.3 [v2:172.21.15.178:6824/1563930886,v1:172.21.15.178:6825/1563930886]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-03-21T13:07:43.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:43 smithi178 bash[75692]: audit 2024-03-21T13:07:42.888281+0000 mon.a (mon.0) 3384 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:43.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:43 smithi178 bash[75692]: audit 2024-03-21T13:07:42.891473+0000 mon.a (mon.0) 3385 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:43.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:43 smithi178 bash[75692]: audit 2024-03-21T13:07:42.895189+0000 mon.a (mon.0) 3386 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:43.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:43 smithi178 bash[75692]: audit 2024-03-21T13:07:42.896592+0000 mon.a (mon.0) 3387 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:43.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:43 smithi178 bash[75692]: cluster 2024-03-21T13:07:42.900435+0000 mgr.x (mgr.34104) 2445 : cluster [DBG] pgmap v1609: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:43.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:43 smithi178 bash[77880]: audit 2024-03-21T13:07:42.506217+0000 mon.a (mon.0) 3366 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:43.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:43 smithi178 bash[77880]: cluster 2024-03-21T13:07:42.509687+0000 mgr.x (mgr.34104) 2434 : cluster [DBG] pgmap v1602: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:43.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:43 smithi178 bash[77880]: cluster 2024-03-21T13:07:42.510126+0000 mgr.x (mgr.34104) 2435 : cluster [DBG] pgmap v1603: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:43.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:43 smithi178 bash[77880]: audit 2024-03-21T13:07:42.516641+0000 mon.a (mon.0) 3367 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:43.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:43 smithi178 bash[77880]: cephadm 2024-03-21T13:07:42.518687+0000 mgr.x (mgr.34104) 2436 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:43.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:43 smithi178 bash[77880]: audit 2024-03-21T13:07:42.596601+0000 mon.a (mon.0) 3368 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:43.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:43 smithi178 bash[77880]: audit 2024-03-21T13:07:42.599764+0000 mon.a (mon.0) 3369 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:43.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:43 smithi178 bash[77880]: audit 2024-03-21T13:07:42.602896+0000 mon.a (mon.0) 3370 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:43.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:43 smithi178 bash[77880]: audit 2024-03-21T13:07:42.604195+0000 mon.a (mon.0) 3371 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:43.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:43 smithi178 bash[77880]: cluster 2024-03-21T13:07:42.607402+0000 mgr.x (mgr.34104) 2437 : cluster [DBG] pgmap v1604: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:43.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:43 smithi178 bash[77880]: cluster 2024-03-21T13:07:42.607814+0000 mgr.x (mgr.34104) 2438 : cluster [DBG] pgmap v1605: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:43.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:43 smithi178 bash[77880]: audit 2024-03-21T13:07:42.614423+0000 mon.a (mon.0) 3372 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:43.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:43 smithi178 bash[77880]: cephadm 2024-03-21T13:07:42.616316+0000 mgr.x (mgr.34104) 2439 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:43.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:43 smithi178 bash[77880]: audit 2024-03-21T13:07:42.692439+0000 mon.a (mon.0) 3373 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:43.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:43 smithi178 bash[77880]: audit 2024-03-21T13:07:42.696184+0000 mon.a (mon.0) 3374 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:43.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:43 smithi178 bash[77880]: audit 2024-03-21T13:07:42.700338+0000 mon.a (mon.0) 3375 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:43.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:43 smithi178 bash[77880]: audit 2024-03-21T13:07:42.701634+0000 mon.a (mon.0) 3376 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:43.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:43 smithi178 bash[75692]: cluster 2024-03-21T13:07:42.901046+0000 mgr.x (mgr.34104) 2446 : cluster [DBG] pgmap v1610: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:43.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:43 smithi178 bash[75692]: audit 2024-03-21T13:07:42.906360+0000 mon.a (mon.0) 3388 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:43.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:43 smithi178 bash[75692]: cephadm 2024-03-21T13:07:42.908224+0000 mgr.x (mgr.34104) 2447 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:43.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:43 smithi178 bash[75692]: audit 2024-03-21T13:07:42.987625+0000 mon.a (mon.0) 3389 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:43.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:43 smithi178 bash[75692]: audit 2024-03-21T13:07:42.992256+0000 mon.a (mon.0) 3390 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:43.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:43 smithi178 bash[75692]: audit 2024-03-21T13:07:42.995967+0000 mon.a (mon.0) 3391 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:43.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:43 smithi178 bash[75692]: audit 2024-03-21T13:07:42.997660+0000 mon.a (mon.0) 3392 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:43.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:43 smithi178 bash[75692]: cluster 2024-03-21T13:07:43.001761+0000 mgr.x (mgr.34104) 2448 : cluster [DBG] pgmap v1611: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:43.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:43 smithi178 bash[75692]: cluster 2024-03-21T13:07:43.002497+0000 mgr.x (mgr.34104) 2449 : cluster [DBG] pgmap v1612: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:43.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:43 smithi178 bash[75692]: audit 2024-03-21T13:07:43.009844+0000 mon.a (mon.0) 3393 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:43.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:43 smithi178 bash[75692]: cephadm 2024-03-21T13:07:43.011968+0000 mgr.x (mgr.34104) 2450 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:43.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:43 smithi178 bash[75692]: audit 2024-03-21T13:07:43.089841+0000 mon.a (mon.0) 3394 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:43.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:43 smithi178 bash[75692]: audit 2024-03-21T13:07:43.095143+0000 mon.a (mon.0) 3395 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:43.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:43 smithi178 bash[75692]: audit 2024-03-21T13:07:43.100894+0000 mon.a (mon.0) 3396 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:43.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:43 smithi178 bash[75692]: audit 2024-03-21T13:07:43.102611+0000 mon.a (mon.0) 3397 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:43.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:43 smithi178 bash[75692]: cluster 2024-03-21T13:07:43.107028+0000 mgr.x (mgr.34104) 2451 : cluster [DBG] pgmap v1613: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:43.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:43 smithi178 bash[75692]: cluster 2024-03-21T13:07:43.107639+0000 mgr.x (mgr.34104) 2452 : cluster [DBG] pgmap v1614: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:43.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:43 smithi178 bash[75692]: audit 2024-03-21T13:07:43.115459+0000 mon.a (mon.0) 3398 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:43.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:43 smithi178 bash[77880]: cluster 2024-03-21T13:07:42.705540+0000 mgr.x (mgr.34104) 2440 : cluster [DBG] pgmap v1606: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:43.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:43 smithi178 bash[77880]: audit 2024-03-21T13:07:42.710492+0000 mon.a (mon.0) 3377 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:43.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:43 smithi178 bash[77880]: cephadm 2024-03-21T13:07:42.712565+0000 mgr.x (mgr.34104) 2441 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:43.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:43 smithi178 bash[77880]: audit 2024-03-21T13:07:42.788764+0000 mon.a (mon.0) 3378 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:43.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:43 smithi178 bash[77880]: audit 2024-03-21T13:07:42.793073+0000 mon.a (mon.0) 3379 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:43.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:43 smithi178 bash[77880]: audit 2024-03-21T13:07:42.797777+0000 mon.a (mon.0) 3380 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:43.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:43 smithi178 bash[77880]: audit 2024-03-21T13:07:42.799259+0000 mon.a (mon.0) 3381 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:43.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:43 smithi178 bash[77880]: cluster 2024-03-21T13:07:42.805070+0000 mgr.x (mgr.34104) 2442 : cluster [DBG] pgmap v1607: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:43.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:43 smithi178 bash[77880]: cluster 2024-03-21T13:07:42.805710+0000 mgr.x (mgr.34104) 2443 : cluster [DBG] pgmap v1608: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:43.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:43 smithi178 bash[77880]: audit 2024-03-21T13:07:42.808964+0000 mon.a (mon.0) 3382 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:43.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:43 smithi178 bash[77880]: cephadm 2024-03-21T13:07:42.812173+0000 mgr.x (mgr.34104) 2444 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:43.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:43 smithi178 bash[77880]: audit 2024-03-21T13:07:42.873588+0000 mon.a (mon.0) 3383 : audit [INF] from='osd.3 [v2:172.21.15.178:6824/1563930886,v1:172.21.15.178:6825/1563930886]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-03-21T13:07:43.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:43 smithi178 bash[77880]: audit 2024-03-21T13:07:42.888281+0000 mon.a (mon.0) 3384 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:43.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:43 smithi178 bash[77880]: audit 2024-03-21T13:07:42.891473+0000 mon.a (mon.0) 3385 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:43.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:43 smithi178 bash[77880]: audit 2024-03-21T13:07:42.895189+0000 mon.a (mon.0) 3386 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:43.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:43 smithi178 bash[77880]: audit 2024-03-21T13:07:42.896592+0000 mon.a (mon.0) 3387 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:43.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:43 smithi178 bash[77880]: cluster 2024-03-21T13:07:42.900435+0000 mgr.x (mgr.34104) 2445 : cluster [DBG] pgmap v1609: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:43.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:43 smithi178 bash[75692]: cephadm 2024-03-21T13:07:43.117572+0000 mgr.x (mgr.34104) 2453 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:43.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:43 smithi178 bash[75692]: audit 2024-03-21T13:07:43.197538+0000 mon.a (mon.0) 3399 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:43.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:43 smithi178 bash[75692]: audit 2024-03-21T13:07:43.200704+0000 mon.a (mon.0) 3400 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:43.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:43 smithi178 bash[75692]: audit 2024-03-21T13:07:43.204065+0000 mon.a (mon.0) 3401 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:43.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:43 smithi178 bash[75692]: audit 2024-03-21T13:07:43.205552+0000 mon.a (mon.0) 3402 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:43.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:43 smithi178 bash[75692]: cluster 2024-03-21T13:07:43.209614+0000 mgr.x (mgr.34104) 2454 : cluster [DBG] pgmap v1615: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:43.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:43 smithi178 bash[75692]: audit 2024-03-21T13:07:43.215599+0000 mon.a (mon.0) 3403 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:43.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:43 smithi178 bash[75692]: audit 2024-03-21T13:07:43.296394+0000 mon.a (mon.0) 3404 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:43.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:43 smithi178 bash[75692]: audit 2024-03-21T13:07:43.299712+0000 mon.a (mon.0) 3405 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:43.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:43 smithi178 bash[75692]: audit 2024-03-21T13:07:43.304354+0000 mon.a (mon.0) 3406 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:43.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:43 smithi178 bash[75692]: audit 2024-03-21T13:07:43.305591+0000 mon.a (mon.0) 3407 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:43.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:43 smithi178 bash[75692]: audit 2024-03-21T13:07:43.315387+0000 mon.a (mon.0) 3408 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:43.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:43 smithi178 bash[75692]: audit 2024-03-21T13:07:43.397979+0000 mon.a (mon.0) 3409 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:43.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:43 smithi178 bash[75692]: audit 2024-03-21T13:07:43.401099+0000 mon.a (mon.0) 3410 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:43.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:43 smithi178 bash[75692]: audit 2024-03-21T13:07:43.404969+0000 mon.a (mon.0) 3411 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:43.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:43 smithi178 bash[75692]: audit 2024-03-21T13:07:43.406983+0000 mon.a (mon.0) 3412 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:43.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:43 smithi178 bash[75692]: audit 2024-03-21T13:07:43.419847+0000 mon.a (mon.0) 3413 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:43.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:43 smithi178 bash[77880]: cluster 2024-03-21T13:07:42.901046+0000 mgr.x (mgr.34104) 2446 : cluster [DBG] pgmap v1610: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:43.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:43 smithi178 bash[77880]: audit 2024-03-21T13:07:42.906360+0000 mon.a (mon.0) 3388 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:43.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:43 smithi178 bash[77880]: cephadm 2024-03-21T13:07:42.908224+0000 mgr.x (mgr.34104) 2447 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:43.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:43 smithi178 bash[77880]: audit 2024-03-21T13:07:42.987625+0000 mon.a (mon.0) 3389 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:43.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:43 smithi178 bash[77880]: audit 2024-03-21T13:07:42.992256+0000 mon.a (mon.0) 3390 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:43.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:43 smithi178 bash[77880]: audit 2024-03-21T13:07:42.995967+0000 mon.a (mon.0) 3391 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:43.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:43 smithi178 bash[77880]: audit 2024-03-21T13:07:42.997660+0000 mon.a (mon.0) 3392 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:43.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:43 smithi178 bash[77880]: cluster 2024-03-21T13:07:43.001761+0000 mgr.x (mgr.34104) 2448 : cluster [DBG] pgmap v1611: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:43.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:43 smithi178 bash[77880]: cluster 2024-03-21T13:07:43.002497+0000 mgr.x (mgr.34104) 2449 : cluster [DBG] pgmap v1612: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:43.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:43 smithi178 bash[77880]: audit 2024-03-21T13:07:43.009844+0000 mon.a (mon.0) 3393 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:43.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:43 smithi178 bash[77880]: cephadm 2024-03-21T13:07:43.011968+0000 mgr.x (mgr.34104) 2450 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:43.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:43 smithi178 bash[77880]: audit 2024-03-21T13:07:43.089841+0000 mon.a (mon.0) 3394 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:43.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:43 smithi178 bash[77880]: audit 2024-03-21T13:07:43.095143+0000 mon.a (mon.0) 3395 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:43.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:43 smithi178 bash[77880]: audit 2024-03-21T13:07:43.100894+0000 mon.a (mon.0) 3396 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:43.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:43 smithi178 bash[77880]: audit 2024-03-21T13:07:43.102611+0000 mon.a (mon.0) 3397 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:43.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:43 smithi178 bash[77880]: cluster 2024-03-21T13:07:43.107028+0000 mgr.x (mgr.34104) 2451 : cluster [DBG] pgmap v1613: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:43.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:43 smithi178 bash[77880]: cluster 2024-03-21T13:07:43.107639+0000 mgr.x (mgr.34104) 2452 : cluster [DBG] pgmap v1614: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:43.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:43 smithi178 bash[77880]: audit 2024-03-21T13:07:43.115459+0000 mon.a (mon.0) 3398 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:43.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:43 smithi178 bash[77880]: cephadm 2024-03-21T13:07:43.117572+0000 mgr.x (mgr.34104) 2453 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:43.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:43 smithi178 bash[77880]: audit 2024-03-21T13:07:43.197538+0000 mon.a (mon.0) 3399 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:43.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:43 smithi178 bash[77880]: audit 2024-03-21T13:07:43.200704+0000 mon.a (mon.0) 3400 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:43.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:43 smithi178 bash[77880]: audit 2024-03-21T13:07:43.204065+0000 mon.a (mon.0) 3401 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:43.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:43 smithi178 bash[77880]: audit 2024-03-21T13:07:43.205552+0000 mon.a (mon.0) 3402 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:43.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:43 smithi178 bash[77880]: cluster 2024-03-21T13:07:43.209614+0000 mgr.x (mgr.34104) 2454 : cluster [DBG] pgmap v1615: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:43.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:43 smithi178 bash[77880]: audit 2024-03-21T13:07:43.215599+0000 mon.a (mon.0) 3403 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:43.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:43 smithi178 bash[77880]: audit 2024-03-21T13:07:43.296394+0000 mon.a (mon.0) 3404 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:43.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:43 smithi178 bash[77880]: audit 2024-03-21T13:07:43.299712+0000 mon.a (mon.0) 3405 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:43.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:43 smithi178 bash[77880]: audit 2024-03-21T13:07:43.304354+0000 mon.a (mon.0) 3406 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:43.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:43 smithi178 bash[77880]: audit 2024-03-21T13:07:43.305591+0000 mon.a (mon.0) 3407 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:43.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:43 smithi178 bash[77880]: audit 2024-03-21T13:07:43.315387+0000 mon.a (mon.0) 3408 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:43.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:43 smithi178 bash[77880]: audit 2024-03-21T13:07:43.397979+0000 mon.a (mon.0) 3409 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:43.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:43 smithi178 bash[77880]: audit 2024-03-21T13:07:43.401099+0000 mon.a (mon.0) 3410 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:43.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:43 smithi178 bash[77880]: audit 2024-03-21T13:07:43.404969+0000 mon.a (mon.0) 3411 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:43.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:43 smithi178 bash[77880]: audit 2024-03-21T13:07:43.406983+0000 mon.a (mon.0) 3412 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:43.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:43 smithi178 bash[77880]: audit 2024-03-21T13:07:43.419847+0000 mon.a (mon.0) 3413 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:43.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:43 smithi184 bash[59794]: cluster 2024-03-21T13:07:42.307526+0000 mgr.x (mgr.34104) 2428 : cluster [DBG] pgmap v1598: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:43.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:43 smithi184 bash[59794]: cluster 2024-03-21T13:07:42.308505+0000 mgr.x (mgr.34104) 2429 : cluster [DBG] pgmap v1599: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:43.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:43 smithi184 bash[59794]: cephadm 2024-03-21T13:07:42.317520+0000 mgr.x (mgr.34104) 2430 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:43.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:43 smithi184 bash[59794]: cluster 2024-03-21T13:07:42.408267+0000 mgr.x (mgr.34104) 2431 : cluster [DBG] pgmap v1600: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:43.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:43 smithi184 bash[59794]: cluster 2024-03-21T13:07:42.408992+0000 mgr.x (mgr.34104) 2432 : cluster [DBG] pgmap v1601: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:43.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:43 smithi184 bash[59794]: cephadm 2024-03-21T13:07:42.419942+0000 mgr.x (mgr.34104) 2433 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:43.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:43 smithi184 bash[59794]: audit 2024-03-21T13:07:42.498259+0000 mon.a (mon.0) 3363 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:43.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:43 smithi184 bash[59794]: audit 2024-03-21T13:07:42.501759+0000 mon.a (mon.0) 3364 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:43.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:43 smithi184 bash[59794]: audit 2024-03-21T13:07:42.504842+0000 mon.a (mon.0) 3365 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:43.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:43 smithi184 bash[59794]: audit 2024-03-21T13:07:42.506217+0000 mon.a (mon.0) 3366 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:43.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:43 smithi184 bash[59794]: cluster 2024-03-21T13:07:42.509687+0000 mgr.x (mgr.34104) 2434 : cluster [DBG] pgmap v1602: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:43.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:43 smithi184 bash[59794]: cluster 2024-03-21T13:07:42.510126+0000 mgr.x (mgr.34104) 2435 : cluster [DBG] pgmap v1603: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:43.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:43 smithi184 bash[59794]: audit 2024-03-21T13:07:42.516641+0000 mon.a (mon.0) 3367 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:43.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:43 smithi184 bash[59794]: cephadm 2024-03-21T13:07:42.518687+0000 mgr.x (mgr.34104) 2436 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:43.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:43 smithi184 bash[59794]: audit 2024-03-21T13:07:42.596601+0000 mon.a (mon.0) 3368 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:43.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:43 smithi184 bash[59794]: audit 2024-03-21T13:07:42.599764+0000 mon.a (mon.0) 3369 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:43.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:43 smithi184 bash[59794]: audit 2024-03-21T13:07:42.602896+0000 mon.a (mon.0) 3370 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:43.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:43 smithi184 bash[59794]: audit 2024-03-21T13:07:42.604195+0000 mon.a (mon.0) 3371 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:43.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:43 smithi184 bash[59794]: cluster 2024-03-21T13:07:42.607402+0000 mgr.x (mgr.34104) 2437 : cluster [DBG] pgmap v1604: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:43.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:43 smithi184 bash[59794]: cluster 2024-03-21T13:07:42.607814+0000 mgr.x (mgr.34104) 2438 : cluster [DBG] pgmap v1605: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:43.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:43 smithi184 bash[59794]: audit 2024-03-21T13:07:42.614423+0000 mon.a (mon.0) 3372 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:43.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:43 smithi184 bash[59794]: cephadm 2024-03-21T13:07:42.616316+0000 mgr.x (mgr.34104) 2439 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:43.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:43 smithi184 bash[59794]: audit 2024-03-21T13:07:42.692439+0000 mon.a (mon.0) 3373 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:43.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:43 smithi184 bash[59794]: audit 2024-03-21T13:07:42.696184+0000 mon.a (mon.0) 3374 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:43.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:43 smithi184 bash[59794]: audit 2024-03-21T13:07:42.700338+0000 mon.a (mon.0) 3375 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:43.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:43 smithi184 bash[59794]: audit 2024-03-21T13:07:42.701634+0000 mon.a (mon.0) 3376 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:43.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:43 smithi184 bash[59794]: cluster 2024-03-21T13:07:42.705540+0000 mgr.x (mgr.34104) 2440 : cluster [DBG] pgmap v1606: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:43.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:43 smithi184 bash[59794]: audit 2024-03-21T13:07:42.710492+0000 mon.a (mon.0) 3377 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:43.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:43 smithi184 bash[59794]: cephadm 2024-03-21T13:07:42.712565+0000 mgr.x (mgr.34104) 2441 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:43.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:43 smithi184 bash[59794]: audit 2024-03-21T13:07:42.788764+0000 mon.a (mon.0) 3378 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:43.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:43 smithi184 bash[59794]: audit 2024-03-21T13:07:42.793073+0000 mon.a (mon.0) 3379 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:43.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:43 smithi184 bash[59794]: audit 2024-03-21T13:07:42.797777+0000 mon.a (mon.0) 3380 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:43.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:43 smithi184 bash[59794]: audit 2024-03-21T13:07:42.799259+0000 mon.a (mon.0) 3381 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:43.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:43 smithi184 bash[59794]: cluster 2024-03-21T13:07:42.805070+0000 mgr.x (mgr.34104) 2442 : cluster [DBG] pgmap v1607: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:43.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:43 smithi184 bash[59794]: cluster 2024-03-21T13:07:42.805710+0000 mgr.x (mgr.34104) 2443 : cluster [DBG] pgmap v1608: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:43.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:43 smithi184 bash[59794]: audit 2024-03-21T13:07:42.808964+0000 mon.a (mon.0) 3382 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:43.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:43 smithi184 bash[59794]: cephadm 2024-03-21T13:07:42.812173+0000 mgr.x (mgr.34104) 2444 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:43.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:43 smithi184 bash[59794]: audit 2024-03-21T13:07:42.873588+0000 mon.a (mon.0) 3383 : audit [INF] from='osd.3 [v2:172.21.15.178:6824/1563930886,v1:172.21.15.178:6825/1563930886]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-03-21T13:07:43.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:43 smithi184 bash[59794]: audit 2024-03-21T13:07:42.888281+0000 mon.a (mon.0) 3384 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:43.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:43 smithi184 bash[59794]: audit 2024-03-21T13:07:42.891473+0000 mon.a (mon.0) 3385 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:43.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:43 smithi184 bash[59794]: audit 2024-03-21T13:07:42.895189+0000 mon.a (mon.0) 3386 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:43.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:43 smithi184 bash[59794]: audit 2024-03-21T13:07:42.896592+0000 mon.a (mon.0) 3387 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:43.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:43 smithi184 bash[59794]: cluster 2024-03-21T13:07:42.900435+0000 mgr.x (mgr.34104) 2445 : cluster [DBG] pgmap v1609: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:43.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:43 smithi184 bash[59794]: cluster 2024-03-21T13:07:42.901046+0000 mgr.x (mgr.34104) 2446 : cluster [DBG] pgmap v1610: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:43.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:43 smithi184 bash[59794]: audit 2024-03-21T13:07:42.906360+0000 mon.a (mon.0) 3388 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:43.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:43 smithi184 bash[59794]: cephadm 2024-03-21T13:07:42.908224+0000 mgr.x (mgr.34104) 2447 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:43.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:43 smithi184 bash[59794]: audit 2024-03-21T13:07:42.987625+0000 mon.a (mon.0) 3389 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:43.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:43 smithi184 bash[59794]: audit 2024-03-21T13:07:42.992256+0000 mon.a (mon.0) 3390 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:43.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:43 smithi184 bash[59794]: audit 2024-03-21T13:07:42.995967+0000 mon.a (mon.0) 3391 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:43.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:43 smithi184 bash[59794]: audit 2024-03-21T13:07:42.997660+0000 mon.a (mon.0) 3392 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:43.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:43 smithi184 bash[59794]: cluster 2024-03-21T13:07:43.001761+0000 mgr.x (mgr.34104) 2448 : cluster [DBG] pgmap v1611: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:43.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:43 smithi184 bash[59794]: cluster 2024-03-21T13:07:43.002497+0000 mgr.x (mgr.34104) 2449 : cluster [DBG] pgmap v1612: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:43.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:43 smithi184 bash[59794]: audit 2024-03-21T13:07:43.009844+0000 mon.a (mon.0) 3393 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:43.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:43 smithi184 bash[59794]: cephadm 2024-03-21T13:07:43.011968+0000 mgr.x (mgr.34104) 2450 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:43.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:43 smithi184 bash[59794]: audit 2024-03-21T13:07:43.089841+0000 mon.a (mon.0) 3394 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:43.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:43 smithi184 bash[59794]: audit 2024-03-21T13:07:43.095143+0000 mon.a (mon.0) 3395 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:43.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:43 smithi184 bash[59794]: audit 2024-03-21T13:07:43.100894+0000 mon.a (mon.0) 3396 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:43.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:43 smithi184 bash[59794]: audit 2024-03-21T13:07:43.102611+0000 mon.a (mon.0) 3397 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:43.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:43 smithi184 bash[59794]: cluster 2024-03-21T13:07:43.107028+0000 mgr.x (mgr.34104) 2451 : cluster [DBG] pgmap v1613: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:43.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:43 smithi184 bash[59794]: cluster 2024-03-21T13:07:43.107639+0000 mgr.x (mgr.34104) 2452 : cluster [DBG] pgmap v1614: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:43.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:43 smithi184 bash[59794]: audit 2024-03-21T13:07:43.115459+0000 mon.a (mon.0) 3398 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:43.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:43 smithi184 bash[59794]: cephadm 2024-03-21T13:07:43.117572+0000 mgr.x (mgr.34104) 2453 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:43.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:43 smithi184 bash[59794]: audit 2024-03-21T13:07:43.197538+0000 mon.a (mon.0) 3399 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:43.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:43 smithi184 bash[59794]: audit 2024-03-21T13:07:43.200704+0000 mon.a (mon.0) 3400 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:43.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:43 smithi184 bash[59794]: audit 2024-03-21T13:07:43.204065+0000 mon.a (mon.0) 3401 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:43.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:43 smithi184 bash[59794]: audit 2024-03-21T13:07:43.205552+0000 mon.a (mon.0) 3402 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:43.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:43 smithi184 bash[59794]: cluster 2024-03-21T13:07:43.209614+0000 mgr.x (mgr.34104) 2454 : cluster [DBG] pgmap v1615: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:43.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:43 smithi184 bash[59794]: audit 2024-03-21T13:07:43.215599+0000 mon.a (mon.0) 3403 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:43.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:43 smithi184 bash[59794]: audit 2024-03-21T13:07:43.296394+0000 mon.a (mon.0) 3404 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:43.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:43 smithi184 bash[59794]: audit 2024-03-21T13:07:43.299712+0000 mon.a (mon.0) 3405 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:43.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:43 smithi184 bash[59794]: audit 2024-03-21T13:07:43.304354+0000 mon.a (mon.0) 3406 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:43.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:43 smithi184 bash[59794]: audit 2024-03-21T13:07:43.305591+0000 mon.a (mon.0) 3407 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:43.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:43 smithi184 bash[59794]: audit 2024-03-21T13:07:43.315387+0000 mon.a (mon.0) 3408 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:43.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:43 smithi184 bash[59794]: audit 2024-03-21T13:07:43.397979+0000 mon.a (mon.0) 3409 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:43.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:43 smithi184 bash[59794]: audit 2024-03-21T13:07:43.401099+0000 mon.a (mon.0) 3410 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:43.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:43 smithi184 bash[59794]: audit 2024-03-21T13:07:43.404969+0000 mon.a (mon.0) 3411 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:43.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:43 smithi184 bash[59794]: audit 2024-03-21T13:07:43.406983+0000 mon.a (mon.0) 3412 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:43.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:43 smithi184 bash[59794]: audit 2024-03-21T13:07:43.419847+0000 mon.a (mon.0) 3413 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:44.298 INFO:journalctl@ceph.osd.3.smithi178.stdout:Mar 21 13:07:43 smithi178 bash[97161]: debug 2024-03-21T13:07:43.859+0000 7f3392125700 -1 osd.3 143 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-03-21T13:07:44.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:44 smithi178 bash[75692]: cephadm 2024-03-21T13:07:43.217697+0000 mgr.x (mgr.34104) 2455 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:44.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:44 smithi178 bash[75692]: cluster 2024-03-21T13:07:43.308827+0000 mgr.x (mgr.34104) 2456 : cluster [DBG] pgmap v1616: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:44.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:44 smithi178 bash[75692]: cluster 2024-03-21T13:07:43.309239+0000 mgr.x (mgr.34104) 2457 : cluster [DBG] pgmap v1617: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:44.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:44 smithi178 bash[75692]: cephadm 2024-03-21T13:07:43.317402+0000 mgr.x (mgr.34104) 2458 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:44.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:44 smithi178 bash[75692]: cluster 2024-03-21T13:07:43.411409+0000 mgr.x (mgr.34104) 2459 : cluster [DBG] pgmap v1618: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:44.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:44 smithi178 bash[75692]: cluster 2024-03-21T13:07:43.412226+0000 mgr.x (mgr.34104) 2460 : cluster [DBG] pgmap v1619: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:44.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:44 smithi178 bash[75692]: cephadm 2024-03-21T13:07:43.422028+0000 mgr.x (mgr.34104) 2461 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:44.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:44 smithi178 bash[75692]: audit 2024-03-21T13:07:43.494563+0000 mon.a (mon.0) 3414 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:44.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:44 smithi178 bash[75692]: audit 2024-03-21T13:07:43.498198+0000 mon.a (mon.0) 3415 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:44.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:44 smithi178 bash[75692]: audit 2024-03-21T13:07:43.501124+0000 mon.a (mon.0) 3416 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:44.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:44 smithi178 bash[75692]: audit 2024-03-21T13:07:43.502431+0000 mon.a (mon.0) 3417 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:44.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:44 smithi178 bash[75692]: cluster 2024-03-21T13:07:43.505734+0000 mgr.x (mgr.34104) 2462 : cluster [DBG] pgmap v1620: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:44.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:44 smithi178 bash[75692]: cluster 2024-03-21T13:07:43.506388+0000 mgr.x (mgr.34104) 2463 : cluster [DBG] pgmap v1621: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:44.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:44 smithi178 bash[75692]: audit 2024-03-21T13:07:43.511355+0000 mon.a (mon.0) 3418 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:44.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:44 smithi178 bash[75692]: cephadm 2024-03-21T13:07:43.513245+0000 mgr.x (mgr.34104) 2464 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:44.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:44 smithi178 bash[75692]: audit 2024-03-21T13:07:43.593878+0000 mon.a (mon.0) 3419 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:44.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:44 smithi178 bash[75692]: audit 2024-03-21T13:07:43.598192+0000 mon.a (mon.0) 3420 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:44.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:44 smithi178 bash[77880]: cephadm 2024-03-21T13:07:43.217697+0000 mgr.x (mgr.34104) 2455 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:44.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:44 smithi178 bash[77880]: cluster 2024-03-21T13:07:43.308827+0000 mgr.x (mgr.34104) 2456 : cluster [DBG] pgmap v1616: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:44.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:44 smithi178 bash[77880]: cluster 2024-03-21T13:07:43.309239+0000 mgr.x (mgr.34104) 2457 : cluster [DBG] pgmap v1617: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:44.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:44 smithi178 bash[77880]: cephadm 2024-03-21T13:07:43.317402+0000 mgr.x (mgr.34104) 2458 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:44.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:44 smithi178 bash[77880]: cluster 2024-03-21T13:07:43.411409+0000 mgr.x (mgr.34104) 2459 : cluster [DBG] pgmap v1618: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:44.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:44 smithi178 bash[77880]: cluster 2024-03-21T13:07:43.412226+0000 mgr.x (mgr.34104) 2460 : cluster [DBG] pgmap v1619: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:44.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:44 smithi178 bash[77880]: cephadm 2024-03-21T13:07:43.422028+0000 mgr.x (mgr.34104) 2461 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:44.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:44 smithi178 bash[77880]: audit 2024-03-21T13:07:43.494563+0000 mon.a (mon.0) 3414 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:44.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:44 smithi178 bash[77880]: audit 2024-03-21T13:07:43.498198+0000 mon.a (mon.0) 3415 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:44.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:44 smithi178 bash[77880]: audit 2024-03-21T13:07:43.501124+0000 mon.a (mon.0) 3416 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:44.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:44 smithi178 bash[77880]: audit 2024-03-21T13:07:43.502431+0000 mon.a (mon.0) 3417 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:44.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:44 smithi178 bash[77880]: cluster 2024-03-21T13:07:43.505734+0000 mgr.x (mgr.34104) 2462 : cluster [DBG] pgmap v1620: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:44.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:44 smithi178 bash[77880]: cluster 2024-03-21T13:07:43.506388+0000 mgr.x (mgr.34104) 2463 : cluster [DBG] pgmap v1621: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:44.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:44 smithi178 bash[77880]: audit 2024-03-21T13:07:43.511355+0000 mon.a (mon.0) 3418 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:44.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:44 smithi178 bash[77880]: cephadm 2024-03-21T13:07:43.513245+0000 mgr.x (mgr.34104) 2464 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:44.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:44 smithi178 bash[77880]: audit 2024-03-21T13:07:43.593878+0000 mon.a (mon.0) 3419 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:44.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:44 smithi178 bash[77880]: audit 2024-03-21T13:07:43.598192+0000 mon.a (mon.0) 3420 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:44.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:44 smithi178 bash[75692]: audit 2024-03-21T13:07:43.602086+0000 mon.a (mon.0) 3421 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:44.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:44 smithi178 bash[75692]: audit 2024-03-21T13:07:43.603823+0000 mon.a (mon.0) 3422 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:44.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:44 smithi178 bash[75692]: cluster 2024-03-21T13:07:43.608908+0000 mgr.x (mgr.34104) 2465 : cluster [DBG] pgmap v1622: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:44.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:44 smithi178 bash[75692]: cluster 2024-03-21T13:07:43.609597+0000 mgr.x (mgr.34104) 2466 : cluster [DBG] pgmap v1623: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:44.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:44 smithi178 bash[75692]: audit 2024-03-21T13:07:43.618088+0000 mon.a (mon.0) 3423 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:44.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:44 smithi178 bash[75692]: cephadm 2024-03-21T13:07:43.620241+0000 mgr.x (mgr.34104) 2467 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:44.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:44 smithi178 bash[75692]: audit 2024-03-21T13:07:43.698072+0000 mon.a (mon.0) 3424 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:44.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:44 smithi178 bash[75692]: audit 2024-03-21T13:07:43.701509+0000 mon.a (mon.0) 3425 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:44.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:44 smithi178 bash[75692]: audit 2024-03-21T13:07:43.704951+0000 mon.a (mon.0) 3426 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:44.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:44 smithi178 bash[75692]: audit 2024-03-21T13:07:43.706481+0000 mon.a (mon.0) 3427 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:44.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:44 smithi178 bash[75692]: cluster 2024-03-21T13:07:43.710527+0000 mgr.x (mgr.34104) 2468 : cluster [DBG] pgmap v1624: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:44.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:44 smithi178 bash[75692]: cluster 2024-03-21T13:07:43.711339+0000 mgr.x (mgr.34104) 2469 : cluster [DBG] pgmap v1625: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:44.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:44 smithi178 bash[75692]: audit 2024-03-21T13:07:43.717897+0000 mon.a (mon.0) 3428 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:44.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:44 smithi178 bash[75692]: cephadm 2024-03-21T13:07:43.720156+0000 mgr.x (mgr.34104) 2470 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:44.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:44 smithi178 bash[75692]: audit 2024-03-21T13:07:43.799857+0000 mon.a (mon.0) 3429 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:44.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:44 smithi178 bash[75692]: audit 2024-03-21T13:07:43.802692+0000 mon.a (mon.0) 3430 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:44.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:44 smithi178 bash[75692]: audit 2024-03-21T13:07:43.806563+0000 mon.a (mon.0) 3431 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:44.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:44 smithi178 bash[75692]: audit 2024-03-21T13:07:43.809788+0000 mon.a (mon.0) 3432 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:44.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:44 smithi178 bash[75692]: audit 2024-03-21T13:07:43.810516+0000 mon.a (mon.0) 3433 : audit [INF] from='osd.3 [v2:172.21.15.178:6824/1563930886,v1:172.21.15.178:6825/1563930886]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-03-21T13:07:44.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:44 smithi178 bash[75692]: cluster 2024-03-21T13:07:43.816947+0000 mon.a (mon.0) 3434 : cluster [DBG] osdmap e146: 8 total, 7 up, 8 in 2024-03-21T13:07:44.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:44 smithi178 bash[75692]: audit 2024-03-21T13:07:43.818410+0000 mon.a (mon.0) 3435 : audit [INF] from='osd.3 [v2:172.21.15.178:6824/1563930886,v1:172.21.15.178:6825/1563930886]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi178", "root=default"]}]: dispatch 2024-03-21T13:07:44.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:44 smithi178 bash[75692]: cluster 2024-03-21T13:07:43.822224+0000 mgr.x (mgr.34104) 2471 : cluster [DBG] pgmap v1627: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:44.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:44 smithi178 bash[75692]: cluster 2024-03-21T13:07:43.822926+0000 mgr.x (mgr.34104) 2472 : cluster [DBG] pgmap v1628: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:44.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:44 smithi178 bash[75692]: audit 2024-03-21T13:07:43.828578+0000 mon.a (mon.0) 3436 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:44.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:44 smithi178 bash[75692]: cephadm 2024-03-21T13:07:43.830447+0000 mgr.x (mgr.34104) 2473 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:44.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:44 smithi178 bash[75692]: audit 2024-03-21T13:07:43.910274+0000 mon.a (mon.0) 3437 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:44.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:44 smithi178 bash[75692]: audit 2024-03-21T13:07:43.912913+0000 mon.a (mon.0) 3438 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:44.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:44 smithi178 bash[75692]: audit 2024-03-21T13:07:43.916102+0000 mon.a (mon.0) 3439 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:44.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:44 smithi178 bash[75692]: audit 2024-03-21T13:07:43.917184+0000 mon.a (mon.0) 3440 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:44.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:44 smithi178 bash[75692]: cluster 2024-03-21T13:07:43.920863+0000 mgr.x (mgr.34104) 2474 : cluster [DBG] pgmap v1629: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:44.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:44 smithi178 bash[75692]: cluster 2024-03-21T13:07:43.921866+0000 mgr.x (mgr.34104) 2475 : cluster [DBG] pgmap v1630: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:44.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:44 smithi178 bash[75692]: audit 2024-03-21T13:07:43.924801+0000 mon.a (mon.0) 3441 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:44.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:44 smithi178 bash[75692]: cephadm 2024-03-21T13:07:43.926597+0000 mgr.x (mgr.34104) 2476 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:44.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:44 smithi178 bash[75692]: audit 2024-03-21T13:07:44.005569+0000 mon.a (mon.0) 3442 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:44.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:44 smithi178 bash[75692]: audit 2024-03-21T13:07:44.008534+0000 mon.a (mon.0) 3443 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:44.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:44 smithi178 bash[75692]: audit 2024-03-21T13:07:44.012741+0000 mon.a (mon.0) 3444 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:44.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:44 smithi178 bash[75692]: audit 2024-03-21T13:07:44.014291+0000 mon.a (mon.0) 3445 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:44.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:44 smithi178 bash[75692]: cluster 2024-03-21T13:07:44.018997+0000 mgr.x (mgr.34104) 2477 : cluster [DBG] pgmap v1631: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:44.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:44 smithi178 bash[75692]: cluster 2024-03-21T13:07:44.024586+0000 mgr.x (mgr.34104) 2478 : cluster [DBG] pgmap v1632: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:44.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:44 smithi178 bash[75692]: audit 2024-03-21T13:07:44.030446+0000 mon.a (mon.0) 3446 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:44.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:44 smithi178 bash[75692]: cephadm 2024-03-21T13:07:44.032296+0000 mgr.x (mgr.34104) 2479 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:44.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:44 smithi178 bash[75692]: audit 2024-03-21T13:07:44.110790+0000 mon.a (mon.0) 3447 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:44.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:44 smithi178 bash[75692]: audit 2024-03-21T13:07:44.114192+0000 mon.a (mon.0) 3448 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:44.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:44 smithi178 bash[75692]: audit 2024-03-21T13:07:44.119054+0000 mon.a (mon.0) 3449 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:44.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:44 smithi178 bash[75692]: audit 2024-03-21T13:07:44.120567+0000 mon.a (mon.0) 3450 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:44.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:44 smithi178 bash[75692]: cluster 2024-03-21T13:07:44.124837+0000 mgr.x (mgr.34104) 2480 : cluster [DBG] pgmap v1633: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:44.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:44 smithi178 bash[75692]: cluster 2024-03-21T13:07:44.125574+0000 mgr.x (mgr.34104) 2481 : cluster [DBG] pgmap v1634: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:44.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:44 smithi178 bash[75692]: audit 2024-03-21T13:07:44.132980+0000 mon.a (mon.0) 3451 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:44.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:44 smithi178 bash[75692]: cephadm 2024-03-21T13:07:44.135065+0000 mgr.x (mgr.34104) 2482 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:44.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:44 smithi178 bash[75692]: audit 2024-03-21T13:07:44.216694+0000 mon.a (mon.0) 3452 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:44.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:44 smithi178 bash[75692]: audit 2024-03-21T13:07:44.219715+0000 mon.a (mon.0) 3453 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:44.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:44 smithi178 bash[75692]: audit 2024-03-21T13:07:44.222627+0000 mon.a (mon.0) 3454 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:44.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:44 smithi178 bash[75692]: audit 2024-03-21T13:07:44.223892+0000 mon.a (mon.0) 3455 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:44.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:44 smithi178 bash[75692]: audit 2024-03-21T13:07:44.235546+0000 mon.a (mon.0) 3456 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:44.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:44 smithi178 bash[75692]: audit 2024-03-21T13:07:44.313927+0000 mon.a (mon.0) 3457 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:44.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:44 smithi178 bash[75692]: audit 2024-03-21T13:07:44.320389+0000 mon.a (mon.0) 3458 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:44.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:44 smithi178 bash[75692]: audit 2024-03-21T13:07:44.323725+0000 mon.a (mon.0) 3459 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:44.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:44 smithi178 bash[75692]: audit 2024-03-21T13:07:44.324940+0000 mon.a (mon.0) 3460 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:44.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:44 smithi178 bash[75692]: audit 2024-03-21T13:07:44.332587+0000 mon.a (mon.0) 3461 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:44.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:44 smithi178 bash[75692]: audit 2024-03-21T13:07:44.411325+0000 mon.a (mon.0) 3462 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:44.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:44 smithi178 bash[75692]: audit 2024-03-21T13:07:44.414952+0000 mon.a (mon.0) 3463 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:44.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:44 smithi178 bash[75692]: audit 2024-03-21T13:07:44.419113+0000 mon.a (mon.0) 3464 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:44.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:44 smithi178 bash[75692]: audit 2024-03-21T13:07:44.420840+0000 mon.a (mon.0) 3465 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:44.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:44 smithi178 bash[75692]: audit 2024-03-21T13:07:44.433226+0000 mon.a (mon.0) 3466 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:44.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:44 smithi178 bash[77880]: audit 2024-03-21T13:07:43.602086+0000 mon.a (mon.0) 3421 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:44.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:44 smithi178 bash[77880]: audit 2024-03-21T13:07:43.603823+0000 mon.a (mon.0) 3422 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:44.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:44 smithi178 bash[77880]: cluster 2024-03-21T13:07:43.608908+0000 mgr.x (mgr.34104) 2465 : cluster [DBG] pgmap v1622: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:44.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:44 smithi178 bash[77880]: cluster 2024-03-21T13:07:43.609597+0000 mgr.x (mgr.34104) 2466 : cluster [DBG] pgmap v1623: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:44.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:44 smithi178 bash[77880]: audit 2024-03-21T13:07:43.618088+0000 mon.a (mon.0) 3423 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:44.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:44 smithi178 bash[77880]: cephadm 2024-03-21T13:07:43.620241+0000 mgr.x (mgr.34104) 2467 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:44.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:44 smithi178 bash[77880]: audit 2024-03-21T13:07:43.698072+0000 mon.a (mon.0) 3424 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:44.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:44 smithi178 bash[77880]: audit 2024-03-21T13:07:43.701509+0000 mon.a (mon.0) 3425 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:44.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:44 smithi178 bash[77880]: audit 2024-03-21T13:07:43.704951+0000 mon.a (mon.0) 3426 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:44.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:44 smithi178 bash[77880]: audit 2024-03-21T13:07:43.706481+0000 mon.a (mon.0) 3427 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:44.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:44 smithi178 bash[77880]: cluster 2024-03-21T13:07:43.710527+0000 mgr.x (mgr.34104) 2468 : cluster [DBG] pgmap v1624: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:44.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:44 smithi178 bash[77880]: cluster 2024-03-21T13:07:43.711339+0000 mgr.x (mgr.34104) 2469 : cluster [DBG] pgmap v1625: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:44.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:44 smithi178 bash[77880]: audit 2024-03-21T13:07:43.717897+0000 mon.a (mon.0) 3428 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:44.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:44 smithi178 bash[77880]: cephadm 2024-03-21T13:07:43.720156+0000 mgr.x (mgr.34104) 2470 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:44.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:44 smithi178 bash[77880]: audit 2024-03-21T13:07:43.799857+0000 mon.a (mon.0) 3429 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:44.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:44 smithi178 bash[77880]: audit 2024-03-21T13:07:43.802692+0000 mon.a (mon.0) 3430 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:44.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:44 smithi178 bash[77880]: audit 2024-03-21T13:07:43.806563+0000 mon.a (mon.0) 3431 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:44.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:44 smithi178 bash[77880]: audit 2024-03-21T13:07:43.809788+0000 mon.a (mon.0) 3432 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:44.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:44 smithi178 bash[77880]: audit 2024-03-21T13:07:43.810516+0000 mon.a (mon.0) 3433 : audit [INF] from='osd.3 [v2:172.21.15.178:6824/1563930886,v1:172.21.15.178:6825/1563930886]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-03-21T13:07:44.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:44 smithi178 bash[77880]: cluster 2024-03-21T13:07:43.816947+0000 mon.a (mon.0) 3434 : cluster [DBG] osdmap e146: 8 total, 7 up, 8 in 2024-03-21T13:07:44.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:44 smithi178 bash[77880]: audit 2024-03-21T13:07:43.818410+0000 mon.a (mon.0) 3435 : audit [INF] from='osd.3 [v2:172.21.15.178:6824/1563930886,v1:172.21.15.178:6825/1563930886]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi178", "root=default"]}]: dispatch 2024-03-21T13:07:44.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:44 smithi178 bash[77880]: cluster 2024-03-21T13:07:43.822224+0000 mgr.x (mgr.34104) 2471 : cluster [DBG] pgmap v1627: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:44.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:44 smithi178 bash[77880]: cluster 2024-03-21T13:07:43.822926+0000 mgr.x (mgr.34104) 2472 : cluster [DBG] pgmap v1628: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:44.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:44 smithi178 bash[77880]: audit 2024-03-21T13:07:43.828578+0000 mon.a (mon.0) 3436 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:44.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:44 smithi178 bash[77880]: cephadm 2024-03-21T13:07:43.830447+0000 mgr.x (mgr.34104) 2473 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:44.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:44 smithi178 bash[77880]: audit 2024-03-21T13:07:43.910274+0000 mon.a (mon.0) 3437 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:44.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:44 smithi178 bash[77880]: audit 2024-03-21T13:07:43.912913+0000 mon.a (mon.0) 3438 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:44.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:44 smithi178 bash[77880]: audit 2024-03-21T13:07:43.916102+0000 mon.a (mon.0) 3439 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:44.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:44 smithi178 bash[77880]: audit 2024-03-21T13:07:43.917184+0000 mon.a (mon.0) 3440 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:44.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:44 smithi178 bash[77880]: cluster 2024-03-21T13:07:43.920863+0000 mgr.x (mgr.34104) 2474 : cluster [DBG] pgmap v1629: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:44.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:44 smithi178 bash[77880]: cluster 2024-03-21T13:07:43.921866+0000 mgr.x (mgr.34104) 2475 : cluster [DBG] pgmap v1630: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:44.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:44 smithi178 bash[77880]: audit 2024-03-21T13:07:43.924801+0000 mon.a (mon.0) 3441 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:44.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:44 smithi178 bash[77880]: cephadm 2024-03-21T13:07:43.926597+0000 mgr.x (mgr.34104) 2476 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:44.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:44 smithi178 bash[77880]: audit 2024-03-21T13:07:44.005569+0000 mon.a (mon.0) 3442 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:44.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:44 smithi178 bash[77880]: audit 2024-03-21T13:07:44.008534+0000 mon.a (mon.0) 3443 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:44.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:44 smithi178 bash[77880]: audit 2024-03-21T13:07:44.012741+0000 mon.a (mon.0) 3444 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:44.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:44 smithi178 bash[77880]: audit 2024-03-21T13:07:44.014291+0000 mon.a (mon.0) 3445 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:44.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:44 smithi178 bash[77880]: cluster 2024-03-21T13:07:44.018997+0000 mgr.x (mgr.34104) 2477 : cluster [DBG] pgmap v1631: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:44.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:44 smithi178 bash[77880]: cluster 2024-03-21T13:07:44.024586+0000 mgr.x (mgr.34104) 2478 : cluster [DBG] pgmap v1632: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:44.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:44 smithi178 bash[77880]: audit 2024-03-21T13:07:44.030446+0000 mon.a (mon.0) 3446 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:44.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:44 smithi178 bash[77880]: cephadm 2024-03-21T13:07:44.032296+0000 mgr.x (mgr.34104) 2479 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:44.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:44 smithi178 bash[77880]: audit 2024-03-21T13:07:44.110790+0000 mon.a (mon.0) 3447 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:44.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:44 smithi178 bash[77880]: audit 2024-03-21T13:07:44.114192+0000 mon.a (mon.0) 3448 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:44.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:44 smithi178 bash[77880]: audit 2024-03-21T13:07:44.119054+0000 mon.a (mon.0) 3449 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:44.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:44 smithi178 bash[77880]: audit 2024-03-21T13:07:44.120567+0000 mon.a (mon.0) 3450 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:44.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:44 smithi178 bash[77880]: cluster 2024-03-21T13:07:44.124837+0000 mgr.x (mgr.34104) 2480 : cluster [DBG] pgmap v1633: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:44.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:44 smithi178 bash[77880]: cluster 2024-03-21T13:07:44.125574+0000 mgr.x (mgr.34104) 2481 : cluster [DBG] pgmap v1634: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:44.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:44 smithi178 bash[77880]: audit 2024-03-21T13:07:44.132980+0000 mon.a (mon.0) 3451 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:44.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:44 smithi178 bash[77880]: cephadm 2024-03-21T13:07:44.135065+0000 mgr.x (mgr.34104) 2482 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:44.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:44 smithi178 bash[77880]: audit 2024-03-21T13:07:44.216694+0000 mon.a (mon.0) 3452 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:44.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:44 smithi178 bash[77880]: audit 2024-03-21T13:07:44.219715+0000 mon.a (mon.0) 3453 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:44.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:44 smithi178 bash[77880]: audit 2024-03-21T13:07:44.222627+0000 mon.a (mon.0) 3454 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:44.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:44 smithi178 bash[77880]: audit 2024-03-21T13:07:44.223892+0000 mon.a (mon.0) 3455 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:44.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:44 smithi178 bash[77880]: audit 2024-03-21T13:07:44.235546+0000 mon.a (mon.0) 3456 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:44.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:44 smithi178 bash[77880]: audit 2024-03-21T13:07:44.313927+0000 mon.a (mon.0) 3457 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:44.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:44 smithi178 bash[77880]: audit 2024-03-21T13:07:44.320389+0000 mon.a (mon.0) 3458 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:44.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:44 smithi178 bash[77880]: audit 2024-03-21T13:07:44.323725+0000 mon.a (mon.0) 3459 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:44.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:44 smithi178 bash[77880]: audit 2024-03-21T13:07:44.324940+0000 mon.a (mon.0) 3460 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:44.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:44 smithi178 bash[77880]: audit 2024-03-21T13:07:44.332587+0000 mon.a (mon.0) 3461 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:44.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:44 smithi178 bash[77880]: audit 2024-03-21T13:07:44.411325+0000 mon.a (mon.0) 3462 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:44.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:44 smithi178 bash[77880]: audit 2024-03-21T13:07:44.414952+0000 mon.a (mon.0) 3463 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:44.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:44 smithi178 bash[77880]: audit 2024-03-21T13:07:44.419113+0000 mon.a (mon.0) 3464 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:44.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:44 smithi178 bash[77880]: audit 2024-03-21T13:07:44.420840+0000 mon.a (mon.0) 3465 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:44.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:44 smithi178 bash[77880]: audit 2024-03-21T13:07:44.433226+0000 mon.a (mon.0) 3466 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:44.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:44 smithi184 bash[59794]: cephadm 2024-03-21T13:07:43.217697+0000 mgr.x (mgr.34104) 2455 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:44.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:44 smithi184 bash[59794]: cluster 2024-03-21T13:07:43.308827+0000 mgr.x (mgr.34104) 2456 : cluster [DBG] pgmap v1616: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:44.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:44 smithi184 bash[59794]: cluster 2024-03-21T13:07:43.309239+0000 mgr.x (mgr.34104) 2457 : cluster [DBG] pgmap v1617: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:44.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:44 smithi184 bash[59794]: cephadm 2024-03-21T13:07:43.317402+0000 mgr.x (mgr.34104) 2458 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:44.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:44 smithi184 bash[59794]: cluster 2024-03-21T13:07:43.411409+0000 mgr.x (mgr.34104) 2459 : cluster [DBG] pgmap v1618: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:44.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:44 smithi184 bash[59794]: cluster 2024-03-21T13:07:43.412226+0000 mgr.x (mgr.34104) 2460 : cluster [DBG] pgmap v1619: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:44.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:44 smithi184 bash[59794]: cephadm 2024-03-21T13:07:43.422028+0000 mgr.x (mgr.34104) 2461 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:44.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:44 smithi184 bash[59794]: audit 2024-03-21T13:07:43.494563+0000 mon.a (mon.0) 3414 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:44.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:44 smithi184 bash[59794]: audit 2024-03-21T13:07:43.498198+0000 mon.a (mon.0) 3415 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:44.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:44 smithi184 bash[59794]: audit 2024-03-21T13:07:43.501124+0000 mon.a (mon.0) 3416 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:44.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:44 smithi184 bash[59794]: audit 2024-03-21T13:07:43.502431+0000 mon.a (mon.0) 3417 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:44.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:44 smithi184 bash[59794]: cluster 2024-03-21T13:07:43.505734+0000 mgr.x (mgr.34104) 2462 : cluster [DBG] pgmap v1620: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:44.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:44 smithi184 bash[59794]: cluster 2024-03-21T13:07:43.506388+0000 mgr.x (mgr.34104) 2463 : cluster [DBG] pgmap v1621: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:44.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:44 smithi184 bash[59794]: audit 2024-03-21T13:07:43.511355+0000 mon.a (mon.0) 3418 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:44.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:44 smithi184 bash[59794]: cephadm 2024-03-21T13:07:43.513245+0000 mgr.x (mgr.34104) 2464 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:44.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:44 smithi184 bash[59794]: audit 2024-03-21T13:07:43.593878+0000 mon.a (mon.0) 3419 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:44.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:44 smithi184 bash[59794]: audit 2024-03-21T13:07:43.598192+0000 mon.a (mon.0) 3420 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:44.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:44 smithi184 bash[59794]: audit 2024-03-21T13:07:43.602086+0000 mon.a (mon.0) 3421 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:44.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:44 smithi184 bash[59794]: audit 2024-03-21T13:07:43.603823+0000 mon.a (mon.0) 3422 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:44.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:44 smithi184 bash[59794]: cluster 2024-03-21T13:07:43.608908+0000 mgr.x (mgr.34104) 2465 : cluster [DBG] pgmap v1622: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:44.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:44 smithi184 bash[59794]: cluster 2024-03-21T13:07:43.609597+0000 mgr.x (mgr.34104) 2466 : cluster [DBG] pgmap v1623: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:44.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:44 smithi184 bash[59794]: audit 2024-03-21T13:07:43.618088+0000 mon.a (mon.0) 3423 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:44.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:44 smithi184 bash[59794]: cephadm 2024-03-21T13:07:43.620241+0000 mgr.x (mgr.34104) 2467 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:44.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:44 smithi184 bash[59794]: audit 2024-03-21T13:07:43.698072+0000 mon.a (mon.0) 3424 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:44.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:44 smithi184 bash[59794]: audit 2024-03-21T13:07:43.701509+0000 mon.a (mon.0) 3425 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:44.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:44 smithi184 bash[59794]: audit 2024-03-21T13:07:43.704951+0000 mon.a (mon.0) 3426 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:44.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:44 smithi184 bash[59794]: audit 2024-03-21T13:07:43.706481+0000 mon.a (mon.0) 3427 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:44.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:44 smithi184 bash[59794]: cluster 2024-03-21T13:07:43.710527+0000 mgr.x (mgr.34104) 2468 : cluster [DBG] pgmap v1624: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:44.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:44 smithi184 bash[59794]: cluster 2024-03-21T13:07:43.711339+0000 mgr.x (mgr.34104) 2469 : cluster [DBG] pgmap v1625: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:44.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:44 smithi184 bash[59794]: audit 2024-03-21T13:07:43.717897+0000 mon.a (mon.0) 3428 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:44.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:44 smithi184 bash[59794]: cephadm 2024-03-21T13:07:43.720156+0000 mgr.x (mgr.34104) 2470 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:44.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:44 smithi184 bash[59794]: audit 2024-03-21T13:07:43.799857+0000 mon.a (mon.0) 3429 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:44.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:44 smithi184 bash[59794]: audit 2024-03-21T13:07:43.802692+0000 mon.a (mon.0) 3430 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:44.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:44 smithi184 bash[59794]: audit 2024-03-21T13:07:43.806563+0000 mon.a (mon.0) 3431 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:44.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:44 smithi184 bash[59794]: audit 2024-03-21T13:07:43.809788+0000 mon.a (mon.0) 3432 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:44.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:44 smithi184 bash[59794]: audit 2024-03-21T13:07:43.810516+0000 mon.a (mon.0) 3433 : audit [INF] from='osd.3 [v2:172.21.15.178:6824/1563930886,v1:172.21.15.178:6825/1563930886]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-03-21T13:07:44.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:44 smithi184 bash[59794]: cluster 2024-03-21T13:07:43.816947+0000 mon.a (mon.0) 3434 : cluster [DBG] osdmap e146: 8 total, 7 up, 8 in 2024-03-21T13:07:44.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:44 smithi184 bash[59794]: audit 2024-03-21T13:07:43.818410+0000 mon.a (mon.0) 3435 : audit [INF] from='osd.3 [v2:172.21.15.178:6824/1563930886,v1:172.21.15.178:6825/1563930886]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi178", "root=default"]}]: dispatch 2024-03-21T13:07:44.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:44 smithi184 bash[59794]: cluster 2024-03-21T13:07:43.822224+0000 mgr.x (mgr.34104) 2471 : cluster [DBG] pgmap v1627: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:44.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:44 smithi184 bash[59794]: cluster 2024-03-21T13:07:43.822926+0000 mgr.x (mgr.34104) 2472 : cluster [DBG] pgmap v1628: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 181 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:44.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:44 smithi184 bash[59794]: audit 2024-03-21T13:07:43.828578+0000 mon.a (mon.0) 3436 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:44.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:44 smithi184 bash[59794]: cephadm 2024-03-21T13:07:43.830447+0000 mgr.x (mgr.34104) 2473 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:44.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:44 smithi184 bash[59794]: audit 2024-03-21T13:07:43.910274+0000 mon.a (mon.0) 3437 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:44.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:44 smithi184 bash[59794]: audit 2024-03-21T13:07:43.912913+0000 mon.a (mon.0) 3438 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:44.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:44 smithi184 bash[59794]: audit 2024-03-21T13:07:43.916102+0000 mon.a (mon.0) 3439 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:44.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:44 smithi184 bash[59794]: audit 2024-03-21T13:07:43.917184+0000 mon.a (mon.0) 3440 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:44.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:44 smithi184 bash[59794]: cluster 2024-03-21T13:07:43.920863+0000 mgr.x (mgr.34104) 2474 : cluster [DBG] pgmap v1629: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:44.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:44 smithi184 bash[59794]: cluster 2024-03-21T13:07:43.921866+0000 mgr.x (mgr.34104) 2475 : cluster [DBG] pgmap v1630: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:44.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:44 smithi184 bash[59794]: audit 2024-03-21T13:07:43.924801+0000 mon.a (mon.0) 3441 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:44.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:44 smithi184 bash[59794]: cephadm 2024-03-21T13:07:43.926597+0000 mgr.x (mgr.34104) 2476 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:44.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:44 smithi184 bash[59794]: audit 2024-03-21T13:07:44.005569+0000 mon.a (mon.0) 3442 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:44.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:44 smithi184 bash[59794]: audit 2024-03-21T13:07:44.008534+0000 mon.a (mon.0) 3443 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:44.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:44 smithi184 bash[59794]: audit 2024-03-21T13:07:44.012741+0000 mon.a (mon.0) 3444 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:44.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:44 smithi184 bash[59794]: audit 2024-03-21T13:07:44.014291+0000 mon.a (mon.0) 3445 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:44.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:44 smithi184 bash[59794]: cluster 2024-03-21T13:07:44.018997+0000 mgr.x (mgr.34104) 2477 : cluster [DBG] pgmap v1631: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:44.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:44 smithi184 bash[59794]: cluster 2024-03-21T13:07:44.024586+0000 mgr.x (mgr.34104) 2478 : cluster [DBG] pgmap v1632: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:44.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:44 smithi184 bash[59794]: audit 2024-03-21T13:07:44.030446+0000 mon.a (mon.0) 3446 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:44.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:44 smithi184 bash[59794]: cephadm 2024-03-21T13:07:44.032296+0000 mgr.x (mgr.34104) 2479 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:44.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:44 smithi184 bash[59794]: audit 2024-03-21T13:07:44.110790+0000 mon.a (mon.0) 3447 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:44.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:44 smithi184 bash[59794]: audit 2024-03-21T13:07:44.114192+0000 mon.a (mon.0) 3448 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:44.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:44 smithi184 bash[59794]: audit 2024-03-21T13:07:44.119054+0000 mon.a (mon.0) 3449 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:44.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:44 smithi184 bash[59794]: audit 2024-03-21T13:07:44.120567+0000 mon.a (mon.0) 3450 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:44.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:44 smithi184 bash[59794]: cluster 2024-03-21T13:07:44.124837+0000 mgr.x (mgr.34104) 2480 : cluster [DBG] pgmap v1633: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:44.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:44 smithi184 bash[59794]: cluster 2024-03-21T13:07:44.125574+0000 mgr.x (mgr.34104) 2481 : cluster [DBG] pgmap v1634: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:44.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:44 smithi184 bash[59794]: audit 2024-03-21T13:07:44.132980+0000 mon.a (mon.0) 3451 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:44.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:44 smithi184 bash[59794]: cephadm 2024-03-21T13:07:44.135065+0000 mgr.x (mgr.34104) 2482 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:44.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:44 smithi184 bash[59794]: audit 2024-03-21T13:07:44.216694+0000 mon.a (mon.0) 3452 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:44.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:44 smithi184 bash[59794]: audit 2024-03-21T13:07:44.219715+0000 mon.a (mon.0) 3453 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:44.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:44 smithi184 bash[59794]: audit 2024-03-21T13:07:44.222627+0000 mon.a (mon.0) 3454 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:44.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:44 smithi184 bash[59794]: audit 2024-03-21T13:07:44.223892+0000 mon.a (mon.0) 3455 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:44.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:44 smithi184 bash[59794]: audit 2024-03-21T13:07:44.235546+0000 mon.a (mon.0) 3456 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:44.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:44 smithi184 bash[59794]: audit 2024-03-21T13:07:44.313927+0000 mon.a (mon.0) 3457 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:44.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:44 smithi184 bash[59794]: audit 2024-03-21T13:07:44.320389+0000 mon.a (mon.0) 3458 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:44.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:44 smithi184 bash[59794]: audit 2024-03-21T13:07:44.323725+0000 mon.a (mon.0) 3459 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:44.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:44 smithi184 bash[59794]: audit 2024-03-21T13:07:44.324940+0000 mon.a (mon.0) 3460 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:44.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:44 smithi184 bash[59794]: audit 2024-03-21T13:07:44.332587+0000 mon.a (mon.0) 3461 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:44.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:44 smithi184 bash[59794]: audit 2024-03-21T13:07:44.411325+0000 mon.a (mon.0) 3462 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:44.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:44 smithi184 bash[59794]: audit 2024-03-21T13:07:44.414952+0000 mon.a (mon.0) 3463 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:44.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:44 smithi184 bash[59794]: audit 2024-03-21T13:07:44.419113+0000 mon.a (mon.0) 3464 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:44.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:44 smithi184 bash[59794]: audit 2024-03-21T13:07:44.420840+0000 mon.a (mon.0) 3465 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:44.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:44 smithi184 bash[59794]: audit 2024-03-21T13:07:44.433226+0000 mon.a (mon.0) 3466 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:45.495 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:45 smithi178 bash[77880]: cluster 2024-03-21T13:07:44.227021+0000 mgr.x (mgr.34104) 2483 : cluster [DBG] pgmap v1635: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:45.496 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:45 smithi178 bash[77880]: cluster 2024-03-21T13:07:44.227319+0000 mgr.x (mgr.34104) 2484 : cluster [DBG] pgmap v1636: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:45.496 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:45 smithi178 bash[77880]: cephadm 2024-03-21T13:07:44.237391+0000 mgr.x (mgr.34104) 2485 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:45.496 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:45 smithi178 bash[77880]: cluster 2024-03-21T13:07:44.328819+0000 mgr.x (mgr.34104) 2486 : cluster [DBG] pgmap v1637: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:45.496 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:45 smithi178 bash[77880]: cephadm 2024-03-21T13:07:44.334475+0000 mgr.x (mgr.34104) 2487 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:45.496 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:45 smithi178 bash[77880]: cluster 2024-03-21T13:07:44.425000+0000 mgr.x (mgr.34104) 2488 : cluster [DBG] pgmap v1638: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:45.496 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:45 smithi178 bash[77880]: cluster 2024-03-21T13:07:44.425761+0000 mgr.x (mgr.34104) 2489 : cluster [DBG] pgmap v1639: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:45.496 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:45 smithi178 bash[77880]: cephadm 2024-03-21T13:07:44.435162+0000 mgr.x (mgr.34104) 2490 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:45.497 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:45 smithi178 bash[77880]: audit 2024-03-21T13:07:44.512339+0000 mon.a (mon.0) 3467 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:45.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:45 smithi178 bash[75692]: cluster 2024-03-21T13:07:44.227021+0000 mgr.x (mgr.34104) 2483 : cluster [DBG] pgmap v1635: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:45.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:45 smithi178 bash[75692]: cluster 2024-03-21T13:07:44.227319+0000 mgr.x (mgr.34104) 2484 : cluster [DBG] pgmap v1636: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:45.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:45 smithi178 bash[75692]: cephadm 2024-03-21T13:07:44.237391+0000 mgr.x (mgr.34104) 2485 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:45.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:45 smithi178 bash[75692]: cluster 2024-03-21T13:07:44.328819+0000 mgr.x (mgr.34104) 2486 : cluster [DBG] pgmap v1637: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:45.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:45 smithi178 bash[75692]: cephadm 2024-03-21T13:07:44.334475+0000 mgr.x (mgr.34104) 2487 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:45.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:45 smithi178 bash[75692]: cluster 2024-03-21T13:07:44.425000+0000 mgr.x (mgr.34104) 2488 : cluster [DBG] pgmap v1638: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:45.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:45 smithi178 bash[75692]: cluster 2024-03-21T13:07:44.425761+0000 mgr.x (mgr.34104) 2489 : cluster [DBG] pgmap v1639: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:45.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:45 smithi178 bash[75692]: cephadm 2024-03-21T13:07:44.435162+0000 mgr.x (mgr.34104) 2490 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:45.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:45 smithi178 bash[75692]: audit 2024-03-21T13:07:44.512339+0000 mon.a (mon.0) 3467 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:45.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:45 smithi178 bash[75692]: audit 2024-03-21T13:07:44.514984+0000 mon.a (mon.0) 3468 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:45.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:45 smithi178 bash[75692]: audit 2024-03-21T13:07:44.517952+0000 mon.a (mon.0) 3469 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:45.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:45 smithi178 bash[75692]: audit 2024-03-21T13:07:44.518954+0000 mon.a (mon.0) 3470 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:45.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:45 smithi178 bash[75692]: cluster 2024-03-21T13:07:44.522328+0000 mgr.x (mgr.34104) 2491 : cluster [DBG] pgmap v1640: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:45.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:45 smithi178 bash[75692]: cluster 2024-03-21T13:07:44.522937+0000 mgr.x (mgr.34104) 2492 : cluster [DBG] pgmap v1641: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:45.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:45 smithi178 bash[75692]: audit 2024-03-21T13:07:44.527122+0000 mon.a (mon.0) 3471 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:45.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:45 smithi178 bash[75692]: cephadm 2024-03-21T13:07:44.529004+0000 mgr.x (mgr.34104) 2493 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:45.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:45 smithi178 bash[77880]: audit 2024-03-21T13:07:44.514984+0000 mon.a (mon.0) 3468 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:45.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:45 smithi178 bash[77880]: audit 2024-03-21T13:07:44.517952+0000 mon.a (mon.0) 3469 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:45.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:45 smithi178 bash[77880]: audit 2024-03-21T13:07:44.518954+0000 mon.a (mon.0) 3470 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:45.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:45 smithi178 bash[77880]: cluster 2024-03-21T13:07:44.522328+0000 mgr.x (mgr.34104) 2491 : cluster [DBG] pgmap v1640: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:45.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:45 smithi178 bash[77880]: cluster 2024-03-21T13:07:44.522937+0000 mgr.x (mgr.34104) 2492 : cluster [DBG] pgmap v1641: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:45.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:45 smithi178 bash[77880]: audit 2024-03-21T13:07:44.527122+0000 mon.a (mon.0) 3471 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:45.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:45 smithi178 bash[77880]: cephadm 2024-03-21T13:07:44.529004+0000 mgr.x (mgr.34104) 2493 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:45.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:45 smithi178 bash[77880]: audit 2024-03-21T13:07:44.607190+0000 mon.a (mon.0) 3472 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:45.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:45 smithi178 bash[77880]: audit 2024-03-21T13:07:44.610975+0000 mon.a (mon.0) 3473 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:45.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:45 smithi178 bash[77880]: audit 2024-03-21T13:07:44.614016+0000 mon.a (mon.0) 3474 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:45.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:45 smithi178 bash[77880]: audit 2024-03-21T13:07:44.615086+0000 mon.a (mon.0) 3475 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:45.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:45 smithi178 bash[77880]: cluster 2024-03-21T13:07:44.618386+0000 mgr.x (mgr.34104) 2494 : cluster [DBG] pgmap v1642: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:45.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:45 smithi178 bash[77880]: cluster 2024-03-21T13:07:44.618712+0000 mgr.x (mgr.34104) 2495 : cluster [DBG] pgmap v1643: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:45.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:45 smithi178 bash[77880]: audit 2024-03-21T13:07:44.624490+0000 mon.a (mon.0) 3476 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:45.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:45 smithi178 bash[77880]: cephadm 2024-03-21T13:07:44.626918+0000 mgr.x (mgr.34104) 2496 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:45.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:45 smithi178 bash[77880]: audit 2024-03-21T13:07:44.707476+0000 mon.a (mon.0) 3477 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:45.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:45 smithi178 bash[77880]: audit 2024-03-21T13:07:44.710348+0000 mon.a (mon.0) 3478 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:45.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:45 smithi178 bash[75692]: audit 2024-03-21T13:07:44.607190+0000 mon.a (mon.0) 3472 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:45.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:45 smithi178 bash[75692]: audit 2024-03-21T13:07:44.610975+0000 mon.a (mon.0) 3473 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:45.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:45 smithi178 bash[75692]: audit 2024-03-21T13:07:44.614016+0000 mon.a (mon.0) 3474 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:45.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:45 smithi178 bash[75692]: audit 2024-03-21T13:07:44.615086+0000 mon.a (mon.0) 3475 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:45.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:45 smithi178 bash[75692]: cluster 2024-03-21T13:07:44.618386+0000 mgr.x (mgr.34104) 2494 : cluster [DBG] pgmap v1642: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:45.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:45 smithi178 bash[75692]: cluster 2024-03-21T13:07:44.618712+0000 mgr.x (mgr.34104) 2495 : cluster [DBG] pgmap v1643: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:45.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:45 smithi178 bash[75692]: audit 2024-03-21T13:07:44.624490+0000 mon.a (mon.0) 3476 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:45.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:45 smithi178 bash[75692]: cephadm 2024-03-21T13:07:44.626918+0000 mgr.x (mgr.34104) 2496 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:45.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:45 smithi178 bash[75692]: audit 2024-03-21T13:07:44.707476+0000 mon.a (mon.0) 3477 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:45.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:45 smithi178 bash[75692]: audit 2024-03-21T13:07:44.710348+0000 mon.a (mon.0) 3478 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:45.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:45 smithi178 bash[75692]: audit 2024-03-21T13:07:44.714740+0000 mon.a (mon.0) 3479 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:45.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:45 smithi178 bash[75692]: audit 2024-03-21T13:07:44.716302+0000 mon.a (mon.0) 3480 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:45.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:45 smithi178 bash[75692]: cluster 2024-03-21T13:07:44.720242+0000 mgr.x (mgr.34104) 2497 : cluster [DBG] pgmap v1644: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:45.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:45 smithi178 bash[75692]: cluster 2024-03-21T13:07:44.720960+0000 mgr.x (mgr.34104) 2498 : cluster [DBG] pgmap v1645: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:45.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:45 smithi178 bash[75692]: audit 2024-03-21T13:07:44.727928+0000 mon.a (mon.0) 3481 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:45.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:45 smithi178 bash[75692]: cephadm 2024-03-21T13:07:44.729917+0000 mgr.x (mgr.34104) 2499 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:45.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:45 smithi178 bash[75692]: audit 2024-03-21T13:07:44.811180+0000 mon.a (mon.0) 3482 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:45.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:45 smithi178 bash[75692]: audit 2024-03-21T13:07:44.814366+0000 mon.a (mon.0) 3483 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:45.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:45 smithi178 bash[77880]: audit 2024-03-21T13:07:44.714740+0000 mon.a (mon.0) 3479 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:45.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:45 smithi178 bash[77880]: audit 2024-03-21T13:07:44.716302+0000 mon.a (mon.0) 3480 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:45.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:45 smithi178 bash[77880]: cluster 2024-03-21T13:07:44.720242+0000 mgr.x (mgr.34104) 2497 : cluster [DBG] pgmap v1644: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:45.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:45 smithi178 bash[77880]: cluster 2024-03-21T13:07:44.720960+0000 mgr.x (mgr.34104) 2498 : cluster [DBG] pgmap v1645: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:45.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:45 smithi178 bash[77880]: audit 2024-03-21T13:07:44.727928+0000 mon.a (mon.0) 3481 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:45.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:45 smithi178 bash[77880]: cephadm 2024-03-21T13:07:44.729917+0000 mgr.x (mgr.34104) 2499 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:45.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:45 smithi178 bash[77880]: audit 2024-03-21T13:07:44.811180+0000 mon.a (mon.0) 3482 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:45.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:45 smithi178 bash[77880]: audit 2024-03-21T13:07:44.814366+0000 mon.a (mon.0) 3483 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:45.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:45 smithi178 bash[77880]: audit 2024-03-21T13:07:44.817830+0000 mon.a (mon.0) 3484 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:45.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:45 smithi178 bash[77880]: audit 2024-03-21T13:07:44.819401+0000 mon.a (mon.0) 3485 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:45.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:45 smithi178 bash[77880]: cluster 2024-03-21T13:07:44.823242+0000 mgr.x (mgr.34104) 2500 : cluster [DBG] pgmap v1646: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:45.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:45 smithi178 bash[77880]: cluster 2024-03-21T13:07:44.823812+0000 mgr.x (mgr.34104) 2501 : cluster [DBG] pgmap v1647: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:45.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:45 smithi178 bash[77880]: cluster 2024-03-21T13:07:44.826674+0000 mon.a (mon.0) 3486 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-21T13:07:45.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:45 smithi178 bash[77880]: audit 2024-03-21T13:07:44.831050+0000 mon.a (mon.0) 3487 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:45.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:45 smithi178 bash[77880]: cephadm 2024-03-21T13:07:44.832955+0000 mgr.x (mgr.34104) 2502 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:45.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:45 smithi178 bash[77880]: cluster 2024-03-21T13:07:44.839638+0000 mon.a (mon.0) 3488 : cluster [INF] osd.3 [v2:172.21.15.178:6824/1563930886,v1:172.21.15.178:6825/1563930886] boot 2024-03-21T13:07:45.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:45 smithi178 bash[77880]: cluster 2024-03-21T13:07:44.839711+0000 mon.a (mon.0) 3489 : cluster [DBG] osdmap e147: 8 total, 8 up, 8 in 2024-03-21T13:07:45.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:45 smithi178 bash[77880]: audit 2024-03-21T13:07:44.840637+0000 mon.a (mon.0) 3490 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-21T13:07:45.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:45 smithi178 bash[77880]: audit 2024-03-21T13:07:44.943910+0000 mon.a (mon.0) 3491 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:45.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:45 smithi178 bash[75692]: audit 2024-03-21T13:07:44.817830+0000 mon.a (mon.0) 3484 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:45.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:45 smithi178 bash[75692]: audit 2024-03-21T13:07:44.819401+0000 mon.a (mon.0) 3485 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:45.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:45 smithi178 bash[75692]: cluster 2024-03-21T13:07:44.823242+0000 mgr.x (mgr.34104) 2500 : cluster [DBG] pgmap v1646: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:45.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:45 smithi178 bash[75692]: cluster 2024-03-21T13:07:44.823812+0000 mgr.x (mgr.34104) 2501 : cluster [DBG] pgmap v1647: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:45.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:45 smithi178 bash[75692]: cluster 2024-03-21T13:07:44.826674+0000 mon.a (mon.0) 3486 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-21T13:07:45.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:45 smithi178 bash[75692]: audit 2024-03-21T13:07:44.831050+0000 mon.a (mon.0) 3487 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:45.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:45 smithi178 bash[75692]: cephadm 2024-03-21T13:07:44.832955+0000 mgr.x (mgr.34104) 2502 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:45.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:45 smithi178 bash[75692]: cluster 2024-03-21T13:07:44.839638+0000 mon.a (mon.0) 3488 : cluster [INF] osd.3 [v2:172.21.15.178:6824/1563930886,v1:172.21.15.178:6825/1563930886] boot 2024-03-21T13:07:45.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:45 smithi178 bash[75692]: cluster 2024-03-21T13:07:44.839711+0000 mon.a (mon.0) 3489 : cluster [DBG] osdmap e147: 8 total, 8 up, 8 in 2024-03-21T13:07:45.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:45 smithi178 bash[75692]: audit 2024-03-21T13:07:44.840637+0000 mon.a (mon.0) 3490 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-21T13:07:45.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:45 smithi178 bash[75692]: audit 2024-03-21T13:07:44.943910+0000 mon.a (mon.0) 3491 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:45.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:45 smithi178 bash[75692]: audit 2024-03-21T13:07:44.946680+0000 mon.a (mon.0) 3492 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:45.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:45 smithi178 bash[75692]: audit 2024-03-21T13:07:44.950055+0000 mon.a (mon.0) 3493 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:45.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:45 smithi178 bash[75692]: audit 2024-03-21T13:07:44.951059+0000 mon.a (mon.0) 3494 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:45.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:45 smithi178 bash[75692]: cluster 2024-03-21T13:07:44.954556+0000 mgr.x (mgr.34104) 2503 : cluster [DBG] pgmap v1649: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:45.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:45 smithi178 bash[75692]: audit 2024-03-21T13:07:44.959101+0000 mon.a (mon.0) 3495 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:45.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:45 smithi178 bash[75692]: cephadm 2024-03-21T13:07:44.961237+0000 mgr.x (mgr.34104) 2504 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:45.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:45 smithi178 bash[75692]: audit 2024-03-21T13:07:45.042581+0000 mon.a (mon.0) 3496 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:45.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:45 smithi178 bash[75692]: audit 2024-03-21T13:07:45.045300+0000 mon.a (mon.0) 3497 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:45.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:45 smithi178 bash[77880]: audit 2024-03-21T13:07:44.946680+0000 mon.a (mon.0) 3492 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:45.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:45 smithi178 bash[77880]: audit 2024-03-21T13:07:44.950055+0000 mon.a (mon.0) 3493 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:45.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:45 smithi178 bash[77880]: audit 2024-03-21T13:07:44.951059+0000 mon.a (mon.0) 3494 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:45.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:45 smithi178 bash[77880]: cluster 2024-03-21T13:07:44.954556+0000 mgr.x (mgr.34104) 2503 : cluster [DBG] pgmap v1649: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:45.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:45 smithi178 bash[77880]: audit 2024-03-21T13:07:44.959101+0000 mon.a (mon.0) 3495 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:45.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:45 smithi178 bash[77880]: cephadm 2024-03-21T13:07:44.961237+0000 mgr.x (mgr.34104) 2504 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:45.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:45 smithi178 bash[77880]: audit 2024-03-21T13:07:45.042581+0000 mon.a (mon.0) 3496 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:45.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:45 smithi178 bash[77880]: audit 2024-03-21T13:07:45.045300+0000 mon.a (mon.0) 3497 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:45.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:45 smithi178 bash[77880]: audit 2024-03-21T13:07:45.049635+0000 mon.a (mon.0) 3498 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:45.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:45 smithi178 bash[77880]: audit 2024-03-21T13:07:45.050954+0000 mon.a (mon.0) 3499 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:45.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:45 smithi178 bash[77880]: cluster 2024-03-21T13:07:45.054594+0000 mgr.x (mgr.34104) 2505 : cluster [DBG] pgmap v1650: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:45.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:45 smithi178 bash[77880]: cluster 2024-03-21T13:07:45.055337+0000 mgr.x (mgr.34104) 2506 : cluster [DBG] pgmap v1651: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:45.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:45 smithi178 bash[77880]: audit 2024-03-21T13:07:45.059793+0000 mon.a (mon.0) 3500 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:45.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:45 smithi178 bash[77880]: cephadm 2024-03-21T13:07:45.062094+0000 mgr.x (mgr.34104) 2507 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:45.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:45 smithi178 bash[77880]: audit 2024-03-21T13:07:45.141537+0000 mon.a (mon.0) 3501 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:45.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:45 smithi178 bash[77880]: audit 2024-03-21T13:07:45.145971+0000 mon.a (mon.0) 3502 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:45.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:45 smithi178 bash[77880]: audit 2024-03-21T13:07:45.149643+0000 mon.a (mon.0) 3503 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:45.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:45 smithi178 bash[77880]: audit 2024-03-21T13:07:45.150623+0000 mon.a (mon.0) 3504 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:45.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:45 smithi178 bash[75692]: audit 2024-03-21T13:07:45.049635+0000 mon.a (mon.0) 3498 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:45.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:45 smithi178 bash[75692]: audit 2024-03-21T13:07:45.050954+0000 mon.a (mon.0) 3499 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:45.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:45 smithi178 bash[75692]: cluster 2024-03-21T13:07:45.054594+0000 mgr.x (mgr.34104) 2505 : cluster [DBG] pgmap v1650: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:45.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:45 smithi178 bash[75692]: cluster 2024-03-21T13:07:45.055337+0000 mgr.x (mgr.34104) 2506 : cluster [DBG] pgmap v1651: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:45.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:45 smithi178 bash[75692]: audit 2024-03-21T13:07:45.059793+0000 mon.a (mon.0) 3500 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:45.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:45 smithi178 bash[75692]: cephadm 2024-03-21T13:07:45.062094+0000 mgr.x (mgr.34104) 2507 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:45.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:45 smithi178 bash[75692]: audit 2024-03-21T13:07:45.141537+0000 mon.a (mon.0) 3501 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:45.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:45 smithi178 bash[75692]: audit 2024-03-21T13:07:45.145971+0000 mon.a (mon.0) 3502 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:45.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:45 smithi178 bash[75692]: audit 2024-03-21T13:07:45.149643+0000 mon.a (mon.0) 3503 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:45.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:45 smithi178 bash[75692]: audit 2024-03-21T13:07:45.150623+0000 mon.a (mon.0) 3504 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:45.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:45 smithi178 bash[75692]: cluster 2024-03-21T13:07:45.153738+0000 mgr.x (mgr.34104) 2508 : cluster [DBG] pgmap v1652: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:45.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:45 smithi178 bash[75692]: cluster 2024-03-21T13:07:45.154274+0000 mgr.x (mgr.34104) 2509 : cluster [DBG] pgmap v1653: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:45.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:45 smithi178 bash[75692]: audit 2024-03-21T13:07:45.160224+0000 mon.a (mon.0) 3505 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:45.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:45 smithi178 bash[75692]: cephadm 2024-03-21T13:07:45.162268+0000 mgr.x (mgr.34104) 2510 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:45.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:45 smithi178 bash[75692]: audit 2024-03-21T13:07:45.244021+0000 mon.a (mon.0) 3506 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:45.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:45 smithi178 bash[75692]: audit 2024-03-21T13:07:45.246869+0000 mon.a (mon.0) 3507 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:45.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:45 smithi178 bash[75692]: audit 2024-03-21T13:07:45.250475+0000 mon.a (mon.0) 3508 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:45.809 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:45 smithi178 bash[75692]: audit 2024-03-21T13:07:45.251736+0000 mon.a (mon.0) 3509 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:45.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:45 smithi178 bash[77880]: cluster 2024-03-21T13:07:45.153738+0000 mgr.x (mgr.34104) 2508 : cluster [DBG] pgmap v1652: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:45.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:45 smithi178 bash[77880]: cluster 2024-03-21T13:07:45.154274+0000 mgr.x (mgr.34104) 2509 : cluster [DBG] pgmap v1653: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:45.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:45 smithi178 bash[77880]: audit 2024-03-21T13:07:45.160224+0000 mon.a (mon.0) 3505 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:45.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:45 smithi178 bash[77880]: cephadm 2024-03-21T13:07:45.162268+0000 mgr.x (mgr.34104) 2510 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:45.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:45 smithi178 bash[77880]: audit 2024-03-21T13:07:45.244021+0000 mon.a (mon.0) 3506 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:45.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:45 smithi178 bash[77880]: audit 2024-03-21T13:07:45.246869+0000 mon.a (mon.0) 3507 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:45.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:45 smithi178 bash[77880]: audit 2024-03-21T13:07:45.250475+0000 mon.a (mon.0) 3508 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:45.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:45 smithi178 bash[77880]: audit 2024-03-21T13:07:45.251736+0000 mon.a (mon.0) 3509 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:45.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:45 smithi178 bash[77880]: audit 2024-03-21T13:07:45.262634+0000 mon.a (mon.0) 3510 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:45.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:45 smithi178 bash[77880]: audit 2024-03-21T13:07:45.342741+0000 mon.a (mon.0) 3511 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:45.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:45 smithi178 bash[77880]: audit 2024-03-21T13:07:45.346099+0000 mon.a (mon.0) 3512 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:45.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:45 smithi178 bash[77880]: audit 2024-03-21T13:07:45.349411+0000 mon.a (mon.0) 3513 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:45.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:45 smithi178 bash[77880]: audit 2024-03-21T13:07:45.350700+0000 mon.a (mon.0) 3514 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:45.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:45 smithi178 bash[77880]: audit 2024-03-21T13:07:45.363544+0000 mon.a (mon.0) 3515 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:45.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:45 smithi178 bash[77880]: audit 2024-03-21T13:07:45.443165+0000 mon.a (mon.0) 3516 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:45.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:45 smithi178 bash[77880]: audit 2024-03-21T13:07:45.445982+0000 mon.a (mon.0) 3517 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:45.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:45 smithi178 bash[77880]: audit 2024-03-21T13:07:45.449782+0000 mon.a (mon.0) 3518 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:45.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:45 smithi178 bash[77880]: audit 2024-03-21T13:07:45.451091+0000 mon.a (mon.0) 3519 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:45.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:45 smithi178 bash[77880]: audit 2024-03-21T13:07:45.463270+0000 mon.a (mon.0) 3520 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:45.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:45 smithi178 bash[75692]: audit 2024-03-21T13:07:45.262634+0000 mon.a (mon.0) 3510 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:45.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:45 smithi178 bash[75692]: audit 2024-03-21T13:07:45.342741+0000 mon.a (mon.0) 3511 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:45.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:45 smithi178 bash[75692]: audit 2024-03-21T13:07:45.346099+0000 mon.a (mon.0) 3512 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:45.811 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:45 smithi178 bash[75692]: audit 2024-03-21T13:07:45.349411+0000 mon.a (mon.0) 3513 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:45.811 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:45 smithi178 bash[75692]: audit 2024-03-21T13:07:45.350700+0000 mon.a (mon.0) 3514 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:45.811 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:45 smithi178 bash[75692]: audit 2024-03-21T13:07:45.363544+0000 mon.a (mon.0) 3515 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:45.811 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:45 smithi178 bash[75692]: audit 2024-03-21T13:07:45.443165+0000 mon.a (mon.0) 3516 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:45.811 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:45 smithi178 bash[75692]: audit 2024-03-21T13:07:45.445982+0000 mon.a (mon.0) 3517 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:45.811 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:45 smithi178 bash[75692]: audit 2024-03-21T13:07:45.449782+0000 mon.a (mon.0) 3518 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:45.811 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:45 smithi178 bash[75692]: audit 2024-03-21T13:07:45.451091+0000 mon.a (mon.0) 3519 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:45.811 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:45 smithi178 bash[75692]: audit 2024-03-21T13:07:45.463270+0000 mon.a (mon.0) 3520 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:45.822 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:07:45 smithi184 bash[52419]: ::ffff:172.21.15.184 - - [21/Mar/2024:13:07:45] "GET /metrics HTTP/1.1" 200 38585 "" "Prometheus/2.33.4" 2024-03-21T13:07:45.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:45 smithi184 bash[59794]: cluster 2024-03-21T13:07:44.227021+0000 mgr.x (mgr.34104) 2483 : cluster [DBG] pgmap v1635: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:45.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:45 smithi184 bash[59794]: cluster 2024-03-21T13:07:44.227319+0000 mgr.x (mgr.34104) 2484 : cluster [DBG] pgmap v1636: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:45.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:45 smithi184 bash[59794]: cephadm 2024-03-21T13:07:44.237391+0000 mgr.x (mgr.34104) 2485 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:45.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:45 smithi184 bash[59794]: cluster 2024-03-21T13:07:44.328819+0000 mgr.x (mgr.34104) 2486 : cluster [DBG] pgmap v1637: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:45.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:45 smithi184 bash[59794]: cephadm 2024-03-21T13:07:44.334475+0000 mgr.x (mgr.34104) 2487 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:45.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:45 smithi184 bash[59794]: cluster 2024-03-21T13:07:44.425000+0000 mgr.x (mgr.34104) 2488 : cluster [DBG] pgmap v1638: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:45.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:45 smithi184 bash[59794]: cluster 2024-03-21T13:07:44.425761+0000 mgr.x (mgr.34104) 2489 : cluster [DBG] pgmap v1639: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:45.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:45 smithi184 bash[59794]: cephadm 2024-03-21T13:07:44.435162+0000 mgr.x (mgr.34104) 2490 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:45.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:45 smithi184 bash[59794]: audit 2024-03-21T13:07:44.512339+0000 mon.a (mon.0) 3467 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:45.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:45 smithi184 bash[59794]: audit 2024-03-21T13:07:44.514984+0000 mon.a (mon.0) 3468 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:45.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:45 smithi184 bash[59794]: audit 2024-03-21T13:07:44.517952+0000 mon.a (mon.0) 3469 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:45.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:45 smithi184 bash[59794]: audit 2024-03-21T13:07:44.518954+0000 mon.a (mon.0) 3470 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:45.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:45 smithi184 bash[59794]: cluster 2024-03-21T13:07:44.522328+0000 mgr.x (mgr.34104) 2491 : cluster [DBG] pgmap v1640: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:45.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:45 smithi184 bash[59794]: cluster 2024-03-21T13:07:44.522937+0000 mgr.x (mgr.34104) 2492 : cluster [DBG] pgmap v1641: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:45.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:45 smithi184 bash[59794]: audit 2024-03-21T13:07:44.527122+0000 mon.a (mon.0) 3471 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:45.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:45 smithi184 bash[59794]: cephadm 2024-03-21T13:07:44.529004+0000 mgr.x (mgr.34104) 2493 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:45.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:45 smithi184 bash[59794]: audit 2024-03-21T13:07:44.607190+0000 mon.a (mon.0) 3472 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:45.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:45 smithi184 bash[59794]: audit 2024-03-21T13:07:44.610975+0000 mon.a (mon.0) 3473 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:45.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:45 smithi184 bash[59794]: audit 2024-03-21T13:07:44.614016+0000 mon.a (mon.0) 3474 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:45.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:45 smithi184 bash[59794]: audit 2024-03-21T13:07:44.615086+0000 mon.a (mon.0) 3475 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:45.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:45 smithi184 bash[59794]: cluster 2024-03-21T13:07:44.618386+0000 mgr.x (mgr.34104) 2494 : cluster [DBG] pgmap v1642: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:45.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:45 smithi184 bash[59794]: cluster 2024-03-21T13:07:44.618712+0000 mgr.x (mgr.34104) 2495 : cluster [DBG] pgmap v1643: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:45.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:45 smithi184 bash[59794]: audit 2024-03-21T13:07:44.624490+0000 mon.a (mon.0) 3476 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:45.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:45 smithi184 bash[59794]: cephadm 2024-03-21T13:07:44.626918+0000 mgr.x (mgr.34104) 2496 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:45.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:45 smithi184 bash[59794]: audit 2024-03-21T13:07:44.707476+0000 mon.a (mon.0) 3477 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:45.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:45 smithi184 bash[59794]: audit 2024-03-21T13:07:44.710348+0000 mon.a (mon.0) 3478 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:45.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:45 smithi184 bash[59794]: audit 2024-03-21T13:07:44.714740+0000 mon.a (mon.0) 3479 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:45.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:45 smithi184 bash[59794]: audit 2024-03-21T13:07:44.716302+0000 mon.a (mon.0) 3480 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:45.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:45 smithi184 bash[59794]: cluster 2024-03-21T13:07:44.720242+0000 mgr.x (mgr.34104) 2497 : cluster [DBG] pgmap v1644: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:45.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:45 smithi184 bash[59794]: cluster 2024-03-21T13:07:44.720960+0000 mgr.x (mgr.34104) 2498 : cluster [DBG] pgmap v1645: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:45.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:45 smithi184 bash[59794]: audit 2024-03-21T13:07:44.727928+0000 mon.a (mon.0) 3481 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:45.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:45 smithi184 bash[59794]: cephadm 2024-03-21T13:07:44.729917+0000 mgr.x (mgr.34104) 2499 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:45.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:45 smithi184 bash[59794]: audit 2024-03-21T13:07:44.811180+0000 mon.a (mon.0) 3482 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:45.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:45 smithi184 bash[59794]: audit 2024-03-21T13:07:44.814366+0000 mon.a (mon.0) 3483 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:45.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:45 smithi184 bash[59794]: audit 2024-03-21T13:07:44.817830+0000 mon.a (mon.0) 3484 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:45.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:45 smithi184 bash[59794]: audit 2024-03-21T13:07:44.819401+0000 mon.a (mon.0) 3485 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:45.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:45 smithi184 bash[59794]: cluster 2024-03-21T13:07:44.823242+0000 mgr.x (mgr.34104) 2500 : cluster [DBG] pgmap v1646: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:45.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:45 smithi184 bash[59794]: cluster 2024-03-21T13:07:44.823812+0000 mgr.x (mgr.34104) 2501 : cluster [DBG] pgmap v1647: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:45.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:45 smithi184 bash[59794]: cluster 2024-03-21T13:07:44.826674+0000 mon.a (mon.0) 3486 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-21T13:07:45.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:45 smithi184 bash[59794]: audit 2024-03-21T13:07:44.831050+0000 mon.a (mon.0) 3487 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:45.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:45 smithi184 bash[59794]: cephadm 2024-03-21T13:07:44.832955+0000 mgr.x (mgr.34104) 2502 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:45.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:45 smithi184 bash[59794]: cluster 2024-03-21T13:07:44.839638+0000 mon.a (mon.0) 3488 : cluster [INF] osd.3 [v2:172.21.15.178:6824/1563930886,v1:172.21.15.178:6825/1563930886] boot 2024-03-21T13:07:45.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:45 smithi184 bash[59794]: cluster 2024-03-21T13:07:44.839711+0000 mon.a (mon.0) 3489 : cluster [DBG] osdmap e147: 8 total, 8 up, 8 in 2024-03-21T13:07:45.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:45 smithi184 bash[59794]: audit 2024-03-21T13:07:44.840637+0000 mon.a (mon.0) 3490 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-21T13:07:45.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:45 smithi184 bash[59794]: audit 2024-03-21T13:07:44.943910+0000 mon.a (mon.0) 3491 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:45.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:45 smithi184 bash[59794]: audit 2024-03-21T13:07:44.946680+0000 mon.a (mon.0) 3492 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:45.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:45 smithi184 bash[59794]: audit 2024-03-21T13:07:44.950055+0000 mon.a (mon.0) 3493 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:45.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:45 smithi184 bash[59794]: audit 2024-03-21T13:07:44.951059+0000 mon.a (mon.0) 3494 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:45.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:45 smithi184 bash[59794]: cluster 2024-03-21T13:07:44.954556+0000 mgr.x (mgr.34104) 2503 : cluster [DBG] pgmap v1649: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:45.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:45 smithi184 bash[59794]: audit 2024-03-21T13:07:44.959101+0000 mon.a (mon.0) 3495 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:45.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:45 smithi184 bash[59794]: cephadm 2024-03-21T13:07:44.961237+0000 mgr.x (mgr.34104) 2504 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:45.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:45 smithi184 bash[59794]: audit 2024-03-21T13:07:45.042581+0000 mon.a (mon.0) 3496 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:45.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:45 smithi184 bash[59794]: audit 2024-03-21T13:07:45.045300+0000 mon.a (mon.0) 3497 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:45.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:45 smithi184 bash[59794]: audit 2024-03-21T13:07:45.049635+0000 mon.a (mon.0) 3498 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:45.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:45 smithi184 bash[59794]: audit 2024-03-21T13:07:45.050954+0000 mon.a (mon.0) 3499 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:45.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:45 smithi184 bash[59794]: cluster 2024-03-21T13:07:45.054594+0000 mgr.x (mgr.34104) 2505 : cluster [DBG] pgmap v1650: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:45.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:45 smithi184 bash[59794]: cluster 2024-03-21T13:07:45.055337+0000 mgr.x (mgr.34104) 2506 : cluster [DBG] pgmap v1651: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:45.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:45 smithi184 bash[59794]: audit 2024-03-21T13:07:45.059793+0000 mon.a (mon.0) 3500 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:45.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:45 smithi184 bash[59794]: cephadm 2024-03-21T13:07:45.062094+0000 mgr.x (mgr.34104) 2507 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:45.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:45 smithi184 bash[59794]: audit 2024-03-21T13:07:45.141537+0000 mon.a (mon.0) 3501 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:45.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:45 smithi184 bash[59794]: audit 2024-03-21T13:07:45.145971+0000 mon.a (mon.0) 3502 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:45.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:45 smithi184 bash[59794]: audit 2024-03-21T13:07:45.149643+0000 mon.a (mon.0) 3503 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:45.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:45 smithi184 bash[59794]: audit 2024-03-21T13:07:45.150623+0000 mon.a (mon.0) 3504 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:45.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:45 smithi184 bash[59794]: cluster 2024-03-21T13:07:45.153738+0000 mgr.x (mgr.34104) 2508 : cluster [DBG] pgmap v1652: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:45.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:45 smithi184 bash[59794]: cluster 2024-03-21T13:07:45.154274+0000 mgr.x (mgr.34104) 2509 : cluster [DBG] pgmap v1653: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:45.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:45 smithi184 bash[59794]: audit 2024-03-21T13:07:45.160224+0000 mon.a (mon.0) 3505 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:45.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:45 smithi184 bash[59794]: cephadm 2024-03-21T13:07:45.162268+0000 mgr.x (mgr.34104) 2510 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:45.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:45 smithi184 bash[59794]: audit 2024-03-21T13:07:45.244021+0000 mon.a (mon.0) 3506 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:45.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:45 smithi184 bash[59794]: audit 2024-03-21T13:07:45.246869+0000 mon.a (mon.0) 3507 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:45.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:45 smithi184 bash[59794]: audit 2024-03-21T13:07:45.250475+0000 mon.a (mon.0) 3508 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:45.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:45 smithi184 bash[59794]: audit 2024-03-21T13:07:45.251736+0000 mon.a (mon.0) 3509 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:45.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:45 smithi184 bash[59794]: audit 2024-03-21T13:07:45.262634+0000 mon.a (mon.0) 3510 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:45.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:45 smithi184 bash[59794]: audit 2024-03-21T13:07:45.342741+0000 mon.a (mon.0) 3511 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:45.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:45 smithi184 bash[59794]: audit 2024-03-21T13:07:45.346099+0000 mon.a (mon.0) 3512 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:45.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:45 smithi184 bash[59794]: audit 2024-03-21T13:07:45.349411+0000 mon.a (mon.0) 3513 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:45.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:45 smithi184 bash[59794]: audit 2024-03-21T13:07:45.350700+0000 mon.a (mon.0) 3514 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:45.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:45 smithi184 bash[59794]: audit 2024-03-21T13:07:45.363544+0000 mon.a (mon.0) 3515 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:45.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:45 smithi184 bash[59794]: audit 2024-03-21T13:07:45.443165+0000 mon.a (mon.0) 3516 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:45.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:45 smithi184 bash[59794]: audit 2024-03-21T13:07:45.445982+0000 mon.a (mon.0) 3517 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:45.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:45 smithi184 bash[59794]: audit 2024-03-21T13:07:45.449782+0000 mon.a (mon.0) 3518 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:45.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:45 smithi184 bash[59794]: audit 2024-03-21T13:07:45.451091+0000 mon.a (mon.0) 3519 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:45.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:45 smithi184 bash[59794]: audit 2024-03-21T13:07:45.463270+0000 mon.a (mon.0) 3520 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:46.473 INFO:teuthology.orchestra.run.smithi178.stdout:true 2024-03-21T13:07:46.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:46 smithi178 bash[75692]: cluster 2024-03-21T13:07:45.255133+0000 mgr.x (mgr.34104) 2511 : cluster [DBG] pgmap v1654: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:46.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:46 smithi178 bash[75692]: cluster 2024-03-21T13:07:45.255744+0000 mgr.x (mgr.34104) 2512 : cluster [DBG] pgmap v1655: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:46.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:46 smithi178 bash[75692]: cephadm 2024-03-21T13:07:45.264578+0000 mgr.x (mgr.34104) 2513 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:46.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:46 smithi178 bash[75692]: cluster 2024-03-21T13:07:45.355632+0000 mgr.x (mgr.34104) 2514 : cluster [DBG] pgmap v1656: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:46.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:46 smithi178 bash[75692]: cluster 2024-03-21T13:07:45.356432+0000 mgr.x (mgr.34104) 2515 : cluster [DBG] pgmap v1657: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:46.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:46 smithi178 bash[75692]: cephadm 2024-03-21T13:07:45.365429+0000 mgr.x (mgr.34104) 2516 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:46.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:46 smithi178 bash[75692]: cluster 2024-03-21T13:07:45.454875+0000 mgr.x (mgr.34104) 2517 : cluster [DBG] pgmap v1658: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:46.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:46 smithi178 bash[75692]: cluster 2024-03-21T13:07:45.455644+0000 mgr.x (mgr.34104) 2518 : cluster [DBG] pgmap v1659: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:46.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:46 smithi178 bash[75692]: cephadm 2024-03-21T13:07:45.465354+0000 mgr.x (mgr.34104) 2519 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:46.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:46 smithi178 bash[75692]: audit 2024-03-21T13:07:45.529171+0000 mon.a (mon.0) 3521 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:46.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:46 smithi178 bash[75692]: audit 2024-03-21T13:07:45.531791+0000 mon.a (mon.0) 3522 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:46.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:46 smithi178 bash[75692]: audit 2024-03-21T13:07:45.535672+0000 mon.a (mon.0) 3523 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:46.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:46 smithi178 bash[75692]: audit 2024-03-21T13:07:45.537021+0000 mon.a (mon.0) 3524 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:46.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:46 smithi178 bash[75692]: cluster 2024-03-21T13:07:45.540080+0000 mgr.x (mgr.34104) 2520 : cluster [DBG] pgmap v1660: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:46.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:46 smithi178 bash[75692]: cluster 2024-03-21T13:07:45.540426+0000 mgr.x (mgr.34104) 2521 : cluster [DBG] pgmap v1661: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:46.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:46 smithi178 bash[75692]: audit 2024-03-21T13:07:45.546952+0000 mon.a (mon.0) 3525 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:46.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:46 smithi178 bash[75692]: cephadm 2024-03-21T13:07:45.548991+0000 mgr.x (mgr.34104) 2522 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:46.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:46 smithi178 bash[75692]: audit 2024-03-21T13:07:45.627245+0000 mon.a (mon.0) 3526 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:46.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:46 smithi178 bash[75692]: audit 2024-03-21T13:07:45.631659+0000 mon.a (mon.0) 3527 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:46.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:46 smithi178 bash[75692]: audit 2024-03-21T13:07:45.636685+0000 mon.a (mon.0) 3528 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:46.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:46 smithi178 bash[75692]: audit 2024-03-21T13:07:45.638236+0000 mon.a (mon.0) 3529 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:46.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:46 smithi178 bash[75692]: cluster 2024-03-21T13:07:45.642963+0000 mgr.x (mgr.34104) 2523 : cluster [DBG] pgmap v1662: 161 pgs: 17 peering, 17 active+undersized+degraded, 33 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 60/630 objects degraded (9.524%) 2024-03-21T13:07:46.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:46 smithi178 bash[75692]: cluster 2024-03-21T13:07:45.643906+0000 mgr.x (mgr.34104) 2524 : cluster [DBG] pgmap v1663: 161 pgs: 17 peering, 17 active+undersized+degraded, 33 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 60/630 objects degraded (9.524%) 2024-03-21T13:07:46.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:46 smithi178 bash[75692]: audit 2024-03-21T13:07:45.651703+0000 mon.a (mon.0) 3530 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:46.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:46 smithi178 bash[75692]: cephadm 2024-03-21T13:07:45.653892+0000 mgr.x (mgr.34104) 2525 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:46.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:46 smithi178 bash[75692]: audit 2024-03-21T13:07:45.731841+0000 mon.a (mon.0) 3531 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:46.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:46 smithi178 bash[75692]: audit 2024-03-21T13:07:45.735061+0000 mon.a (mon.0) 3532 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:46.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:46 smithi178 bash[75692]: audit 2024-03-21T13:07:45.738471+0000 mon.a (mon.0) 3533 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:46.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:46 smithi178 bash[75692]: audit 2024-03-21T13:07:45.739758+0000 mon.a (mon.0) 3534 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:46.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:46 smithi178 bash[75692]: cluster 2024-03-21T13:07:45.743047+0000 mgr.x (mgr.34104) 2526 : cluster [DBG] pgmap v1664: 161 pgs: 17 peering, 17 active+undersized+degraded, 33 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 60/630 objects degraded (9.524%) 2024-03-21T13:07:46.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:46 smithi178 bash[75692]: cluster 2024-03-21T13:07:45.743724+0000 mgr.x (mgr.34104) 2527 : cluster [DBG] pgmap v1665: 161 pgs: 17 peering, 17 active+undersized+degraded, 33 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 60/630 objects degraded (9.524%) 2024-03-21T13:07:46.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:46 smithi178 bash[75692]: audit 2024-03-21T13:07:45.751622+0000 mon.a (mon.0) 3535 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:46.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:46 smithi178 bash[75692]: cephadm 2024-03-21T13:07:45.753525+0000 mgr.x (mgr.34104) 2528 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:46.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:46 smithi178 bash[75692]: audit 2024-03-21T13:07:45.835094+0000 mon.a (mon.0) 3536 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:46.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:46 smithi178 bash[75692]: cluster 2024-03-21T13:07:45.843267+0000 mon.a (mon.0) 3537 : cluster [DBG] osdmap e148: 8 total, 8 up, 8 in 2024-03-21T13:07:46.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:46 smithi178 bash[75692]: audit 2024-03-21T13:07:45.862351+0000 mon.a (mon.0) 3538 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:46.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:46 smithi178 bash[75692]: audit 2024-03-21T13:07:45.865719+0000 mon.a (mon.0) 3539 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:46.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:46 smithi178 bash[75692]: audit 2024-03-21T13:07:45.867447+0000 mon.a (mon.0) 3540 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:46.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:46 smithi178 bash[75692]: cluster 2024-03-21T13:07:45.870240+0000 mgr.x (mgr.34104) 2529 : cluster [DBG] pgmap v1667: 161 pgs: 17 peering, 17 active+undersized+degraded, 33 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 60/630 objects degraded (9.524%) 2024-03-21T13:07:46.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:46 smithi178 bash[75692]: cluster 2024-03-21T13:07:45.870691+0000 mgr.x (mgr.34104) 2530 : cluster [DBG] pgmap v1668: 161 pgs: 17 peering, 17 active+undersized+degraded, 33 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 60/630 objects degraded (9.524%) 2024-03-21T13:07:46.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:46 smithi178 bash[75692]: audit 2024-03-21T13:07:45.875451+0000 mon.a (mon.0) 3541 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:46.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:46 smithi178 bash[75692]: cephadm 2024-03-21T13:07:45.878163+0000 mgr.x (mgr.34104) 2531 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:46.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:46 smithi178 bash[75692]: audit 2024-03-21T13:07:45.988886+0000 mon.a (mon.0) 3542 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:46.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:46 smithi178 bash[75692]: audit 2024-03-21T13:07:45.991980+0000 mon.a (mon.0) 3543 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:46.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:46 smithi178 bash[75692]: audit 2024-03-21T13:07:45.995146+0000 mon.a (mon.0) 3544 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:46.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:46 smithi178 bash[75692]: audit 2024-03-21T13:07:45.996482+0000 mon.a (mon.0) 3545 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:46.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:46 smithi178 bash[75692]: cluster 2024-03-21T13:07:45.999993+0000 mgr.x (mgr.34104) 2532 : cluster [DBG] pgmap v1669: 161 pgs: 17 peering, 17 active+undersized+degraded, 33 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 60/630 objects degraded (9.524%) 2024-03-21T13:07:46.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:46 smithi178 bash[75692]: cluster 2024-03-21T13:07:46.000560+0000 mgr.x (mgr.34104) 2533 : cluster [DBG] pgmap v1670: 161 pgs: 17 peering, 17 active+undersized+degraded, 33 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 60/630 objects degraded (9.524%) 2024-03-21T13:07:46.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:46 smithi178 bash[75692]: audit 2024-03-21T13:07:46.006477+0000 mon.a (mon.0) 3546 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:46.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:46 smithi178 bash[75692]: cephadm 2024-03-21T13:07:46.008326+0000 mgr.x (mgr.34104) 2534 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:46.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:46 smithi178 bash[75692]: audit 2024-03-21T13:07:46.084107+0000 mon.a (mon.0) 3547 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:46.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:46 smithi178 bash[75692]: audit 2024-03-21T13:07:46.086990+0000 mon.a (mon.0) 3548 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:46.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:46 smithi178 bash[75692]: audit 2024-03-21T13:07:46.090584+0000 mon.a (mon.0) 3549 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:46.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:46 smithi178 bash[75692]: audit 2024-03-21T13:07:46.091632+0000 mon.a (mon.0) 3550 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:46.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:46 smithi178 bash[75692]: cluster 2024-03-21T13:07:46.095120+0000 mgr.x (mgr.34104) 2535 : cluster [DBG] pgmap v1671: 161 pgs: 17 peering, 17 active+undersized+degraded, 33 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 60/630 objects degraded (9.524%) 2024-03-21T13:07:46.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:46 smithi178 bash[75692]: cluster 2024-03-21T13:07:46.095838+0000 mgr.x (mgr.34104) 2536 : cluster [DBG] pgmap v1672: 161 pgs: 17 peering, 17 active+undersized+degraded, 33 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 60/630 objects degraded (9.524%) 2024-03-21T13:07:46.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:46 smithi178 bash[75692]: audit 2024-03-21T13:07:46.100238+0000 mon.a (mon.0) 3551 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:46.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:46 smithi178 bash[75692]: cephadm 2024-03-21T13:07:46.101972+0000 mgr.x (mgr.34104) 2537 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:46.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:46 smithi178 bash[75692]: audit 2024-03-21T13:07:46.179685+0000 mon.a (mon.0) 3552 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:46.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:46 smithi178 bash[75692]: audit 2024-03-21T13:07:46.182209+0000 mon.a (mon.0) 3553 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:46.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:46 smithi178 bash[75692]: audit 2024-03-21T13:07:46.186116+0000 mon.a (mon.0) 3554 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:46.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:46 smithi178 bash[75692]: audit 2024-03-21T13:07:46.187265+0000 mon.a (mon.0) 3555 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:46.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:46 smithi178 bash[75692]: cluster 2024-03-21T13:07:46.190715+0000 mgr.x (mgr.34104) 2538 : cluster [DBG] pgmap v1673: 161 pgs: 17 peering, 17 active+undersized+degraded, 33 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 60/630 objects degraded (9.524%) 2024-03-21T13:07:46.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:46 smithi178 bash[75692]: cluster 2024-03-21T13:07:46.191391+0000 mgr.x (mgr.34104) 2539 : cluster [DBG] pgmap v1674: 161 pgs: 17 peering, 17 active+undersized+degraded, 33 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 60/630 objects degraded (9.524%) 2024-03-21T13:07:46.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:46 smithi178 bash[75692]: audit 2024-03-21T13:07:46.196294+0000 mon.a (mon.0) 3556 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:46.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:46 smithi178 bash[75692]: cephadm 2024-03-21T13:07:46.198182+0000 mgr.x (mgr.34104) 2540 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:46.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:46 smithi178 bash[75692]: audit 2024-03-21T13:07:46.277725+0000 mon.a (mon.0) 3557 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:46.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:46 smithi178 bash[75692]: audit 2024-03-21T13:07:46.280332+0000 mon.a (mon.0) 3558 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:46.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:46 smithi178 bash[75692]: audit 2024-03-21T13:07:46.282819+0000 mon.a (mon.0) 3559 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:46.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:46 smithi178 bash[75692]: audit 2024-03-21T13:07:46.283903+0000 mon.a (mon.0) 3560 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:46.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:46 smithi178 bash[75692]: audit 2024-03-21T13:07:46.294559+0000 mon.a (mon.0) 3561 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:46.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:46 smithi178 bash[75692]: audit 2024-03-21T13:07:46.377989+0000 mon.a (mon.0) 3562 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:46.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:46 smithi178 bash[75692]: audit 2024-03-21T13:07:46.380921+0000 mon.a (mon.0) 3563 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:46.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:46 smithi178 bash[75692]: audit 2024-03-21T13:07:46.383529+0000 mon.a (mon.0) 3564 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:46.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:46 smithi178 bash[75692]: audit 2024-03-21T13:07:46.384865+0000 mon.a (mon.0) 3565 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:46.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:46 smithi178 bash[75692]: audit 2024-03-21T13:07:46.396858+0000 mon.a (mon.0) 3566 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:46.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:46 smithi178 bash[75692]: audit 2024-03-21T13:07:46.475984+0000 mon.a (mon.0) 3567 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:46.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:46 smithi178 bash[75692]: audit 2024-03-21T13:07:46.479097+0000 mon.a (mon.0) 3568 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:46.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:46 smithi178 bash[75692]: audit 2024-03-21T13:07:46.482447+0000 mon.a (mon.0) 3569 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:46.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:46 smithi178 bash[75692]: audit 2024-03-21T13:07:46.483682+0000 mon.a (mon.0) 3570 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:46.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:46 smithi178 bash[77880]: cluster 2024-03-21T13:07:45.255133+0000 mgr.x (mgr.34104) 2511 : cluster [DBG] pgmap v1654: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:46.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:46 smithi178 bash[77880]: cluster 2024-03-21T13:07:45.255744+0000 mgr.x (mgr.34104) 2512 : cluster [DBG] pgmap v1655: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:46.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:46 smithi178 bash[77880]: cephadm 2024-03-21T13:07:45.264578+0000 mgr.x (mgr.34104) 2513 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:46.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:46 smithi178 bash[77880]: cluster 2024-03-21T13:07:45.355632+0000 mgr.x (mgr.34104) 2514 : cluster [DBG] pgmap v1656: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:46.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:46 smithi178 bash[77880]: cluster 2024-03-21T13:07:45.356432+0000 mgr.x (mgr.34104) 2515 : cluster [DBG] pgmap v1657: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:46.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:46 smithi178 bash[77880]: cephadm 2024-03-21T13:07:45.365429+0000 mgr.x (mgr.34104) 2516 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:46.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:46 smithi178 bash[77880]: cluster 2024-03-21T13:07:45.454875+0000 mgr.x (mgr.34104) 2517 : cluster [DBG] pgmap v1658: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:46.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:46 smithi178 bash[77880]: cluster 2024-03-21T13:07:45.455644+0000 mgr.x (mgr.34104) 2518 : cluster [DBG] pgmap v1659: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:46.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:46 smithi178 bash[77880]: cephadm 2024-03-21T13:07:45.465354+0000 mgr.x (mgr.34104) 2519 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:46.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:46 smithi178 bash[77880]: audit 2024-03-21T13:07:45.529171+0000 mon.a (mon.0) 3521 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:46.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:46 smithi178 bash[77880]: audit 2024-03-21T13:07:45.531791+0000 mon.a (mon.0) 3522 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:46.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:46 smithi178 bash[77880]: audit 2024-03-21T13:07:45.535672+0000 mon.a (mon.0) 3523 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:46.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:46 smithi178 bash[77880]: audit 2024-03-21T13:07:45.537021+0000 mon.a (mon.0) 3524 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:46.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:46 smithi178 bash[77880]: cluster 2024-03-21T13:07:45.540080+0000 mgr.x (mgr.34104) 2520 : cluster [DBG] pgmap v1660: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:46.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:46 smithi178 bash[77880]: cluster 2024-03-21T13:07:45.540426+0000 mgr.x (mgr.34104) 2521 : cluster [DBG] pgmap v1661: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:46.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:46 smithi178 bash[77880]: audit 2024-03-21T13:07:45.546952+0000 mon.a (mon.0) 3525 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:46.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:46 smithi178 bash[77880]: cephadm 2024-03-21T13:07:45.548991+0000 mgr.x (mgr.34104) 2522 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:46.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:46 smithi178 bash[77880]: audit 2024-03-21T13:07:45.627245+0000 mon.a (mon.0) 3526 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:46.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:46 smithi178 bash[77880]: audit 2024-03-21T13:07:45.631659+0000 mon.a (mon.0) 3527 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:46.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:46 smithi178 bash[77880]: audit 2024-03-21T13:07:45.636685+0000 mon.a (mon.0) 3528 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:46.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:46 smithi178 bash[77880]: audit 2024-03-21T13:07:45.638236+0000 mon.a (mon.0) 3529 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:46.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:46 smithi178 bash[77880]: cluster 2024-03-21T13:07:45.642963+0000 mgr.x (mgr.34104) 2523 : cluster [DBG] pgmap v1662: 161 pgs: 17 peering, 17 active+undersized+degraded, 33 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 60/630 objects degraded (9.524%) 2024-03-21T13:07:46.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:46 smithi178 bash[77880]: cluster 2024-03-21T13:07:45.643906+0000 mgr.x (mgr.34104) 2524 : cluster [DBG] pgmap v1663: 161 pgs: 17 peering, 17 active+undersized+degraded, 33 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 60/630 objects degraded (9.524%) 2024-03-21T13:07:46.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:46 smithi178 bash[77880]: audit 2024-03-21T13:07:45.651703+0000 mon.a (mon.0) 3530 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:46.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:46 smithi178 bash[77880]: cephadm 2024-03-21T13:07:45.653892+0000 mgr.x (mgr.34104) 2525 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:46.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:46 smithi178 bash[77880]: audit 2024-03-21T13:07:45.731841+0000 mon.a (mon.0) 3531 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:46.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:46 smithi178 bash[77880]: audit 2024-03-21T13:07:45.735061+0000 mon.a (mon.0) 3532 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:46.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:46 smithi178 bash[77880]: audit 2024-03-21T13:07:45.738471+0000 mon.a (mon.0) 3533 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:46.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:46 smithi178 bash[77880]: audit 2024-03-21T13:07:45.739758+0000 mon.a (mon.0) 3534 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:46.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:46 smithi178 bash[77880]: cluster 2024-03-21T13:07:45.743047+0000 mgr.x (mgr.34104) 2526 : cluster [DBG] pgmap v1664: 161 pgs: 17 peering, 17 active+undersized+degraded, 33 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 60/630 objects degraded (9.524%) 2024-03-21T13:07:46.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:46 smithi178 bash[77880]: cluster 2024-03-21T13:07:45.743724+0000 mgr.x (mgr.34104) 2527 : cluster [DBG] pgmap v1665: 161 pgs: 17 peering, 17 active+undersized+degraded, 33 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 60/630 objects degraded (9.524%) 2024-03-21T13:07:46.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:46 smithi178 bash[77880]: audit 2024-03-21T13:07:45.751622+0000 mon.a (mon.0) 3535 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:46.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:46 smithi178 bash[77880]: cephadm 2024-03-21T13:07:45.753525+0000 mgr.x (mgr.34104) 2528 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:46.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:46 smithi178 bash[77880]: audit 2024-03-21T13:07:45.835094+0000 mon.a (mon.0) 3536 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:46.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:46 smithi178 bash[77880]: cluster 2024-03-21T13:07:45.843267+0000 mon.a (mon.0) 3537 : cluster [DBG] osdmap e148: 8 total, 8 up, 8 in 2024-03-21T13:07:46.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:46 smithi178 bash[77880]: audit 2024-03-21T13:07:45.862351+0000 mon.a (mon.0) 3538 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:46.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:46 smithi178 bash[77880]: audit 2024-03-21T13:07:45.865719+0000 mon.a (mon.0) 3539 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:46.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:46 smithi178 bash[77880]: audit 2024-03-21T13:07:45.867447+0000 mon.a (mon.0) 3540 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:46.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:46 smithi178 bash[77880]: cluster 2024-03-21T13:07:45.870240+0000 mgr.x (mgr.34104) 2529 : cluster [DBG] pgmap v1667: 161 pgs: 17 peering, 17 active+undersized+degraded, 33 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 60/630 objects degraded (9.524%) 2024-03-21T13:07:46.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:46 smithi178 bash[77880]: cluster 2024-03-21T13:07:45.870691+0000 mgr.x (mgr.34104) 2530 : cluster [DBG] pgmap v1668: 161 pgs: 17 peering, 17 active+undersized+degraded, 33 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 60/630 objects degraded (9.524%) 2024-03-21T13:07:46.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:46 smithi178 bash[77880]: audit 2024-03-21T13:07:45.875451+0000 mon.a (mon.0) 3541 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:46.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:46 smithi178 bash[77880]: cephadm 2024-03-21T13:07:45.878163+0000 mgr.x (mgr.34104) 2531 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:46.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:46 smithi178 bash[77880]: audit 2024-03-21T13:07:45.988886+0000 mon.a (mon.0) 3542 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:46.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:46 smithi178 bash[77880]: audit 2024-03-21T13:07:45.991980+0000 mon.a (mon.0) 3543 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:46.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:46 smithi178 bash[77880]: audit 2024-03-21T13:07:45.995146+0000 mon.a (mon.0) 3544 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:46.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:46 smithi178 bash[77880]: audit 2024-03-21T13:07:45.996482+0000 mon.a (mon.0) 3545 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:46.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:46 smithi178 bash[77880]: cluster 2024-03-21T13:07:45.999993+0000 mgr.x (mgr.34104) 2532 : cluster [DBG] pgmap v1669: 161 pgs: 17 peering, 17 active+undersized+degraded, 33 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 60/630 objects degraded (9.524%) 2024-03-21T13:07:46.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:46 smithi178 bash[77880]: cluster 2024-03-21T13:07:46.000560+0000 mgr.x (mgr.34104) 2533 : cluster [DBG] pgmap v1670: 161 pgs: 17 peering, 17 active+undersized+degraded, 33 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 60/630 objects degraded (9.524%) 2024-03-21T13:07:46.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:46 smithi178 bash[77880]: audit 2024-03-21T13:07:46.006477+0000 mon.a (mon.0) 3546 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:46.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:46 smithi178 bash[77880]: cephadm 2024-03-21T13:07:46.008326+0000 mgr.x (mgr.34104) 2534 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:46.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:46 smithi178 bash[77880]: audit 2024-03-21T13:07:46.084107+0000 mon.a (mon.0) 3547 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:46.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:46 smithi178 bash[77880]: audit 2024-03-21T13:07:46.086990+0000 mon.a (mon.0) 3548 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:46.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:46 smithi178 bash[77880]: audit 2024-03-21T13:07:46.090584+0000 mon.a (mon.0) 3549 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:46.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:46 smithi178 bash[77880]: audit 2024-03-21T13:07:46.091632+0000 mon.a (mon.0) 3550 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:46.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:46 smithi178 bash[77880]: cluster 2024-03-21T13:07:46.095120+0000 mgr.x (mgr.34104) 2535 : cluster [DBG] pgmap v1671: 161 pgs: 17 peering, 17 active+undersized+degraded, 33 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 60/630 objects degraded (9.524%) 2024-03-21T13:07:46.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:46 smithi178 bash[77880]: cluster 2024-03-21T13:07:46.095838+0000 mgr.x (mgr.34104) 2536 : cluster [DBG] pgmap v1672: 161 pgs: 17 peering, 17 active+undersized+degraded, 33 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 60/630 objects degraded (9.524%) 2024-03-21T13:07:46.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:46 smithi178 bash[77880]: audit 2024-03-21T13:07:46.100238+0000 mon.a (mon.0) 3551 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:46.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:46 smithi178 bash[77880]: cephadm 2024-03-21T13:07:46.101972+0000 mgr.x (mgr.34104) 2537 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:46.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:46 smithi178 bash[77880]: audit 2024-03-21T13:07:46.179685+0000 mon.a (mon.0) 3552 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:46.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:46 smithi178 bash[77880]: audit 2024-03-21T13:07:46.182209+0000 mon.a (mon.0) 3553 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:46.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:46 smithi178 bash[77880]: audit 2024-03-21T13:07:46.186116+0000 mon.a (mon.0) 3554 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:46.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:46 smithi178 bash[77880]: audit 2024-03-21T13:07:46.187265+0000 mon.a (mon.0) 3555 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:46.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:46 smithi178 bash[77880]: cluster 2024-03-21T13:07:46.190715+0000 mgr.x (mgr.34104) 2538 : cluster [DBG] pgmap v1673: 161 pgs: 17 peering, 17 active+undersized+degraded, 33 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 60/630 objects degraded (9.524%) 2024-03-21T13:07:46.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:46 smithi178 bash[77880]: cluster 2024-03-21T13:07:46.191391+0000 mgr.x (mgr.34104) 2539 : cluster [DBG] pgmap v1674: 161 pgs: 17 peering, 17 active+undersized+degraded, 33 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 60/630 objects degraded (9.524%) 2024-03-21T13:07:46.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:46 smithi178 bash[77880]: audit 2024-03-21T13:07:46.196294+0000 mon.a (mon.0) 3556 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:46.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:46 smithi178 bash[77880]: cephadm 2024-03-21T13:07:46.198182+0000 mgr.x (mgr.34104) 2540 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:46.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:46 smithi178 bash[77880]: audit 2024-03-21T13:07:46.277725+0000 mon.a (mon.0) 3557 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:46.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:46 smithi178 bash[77880]: audit 2024-03-21T13:07:46.280332+0000 mon.a (mon.0) 3558 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:46.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:46 smithi178 bash[77880]: audit 2024-03-21T13:07:46.282819+0000 mon.a (mon.0) 3559 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:46.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:46 smithi178 bash[77880]: audit 2024-03-21T13:07:46.283903+0000 mon.a (mon.0) 3560 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:46.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:46 smithi178 bash[77880]: audit 2024-03-21T13:07:46.294559+0000 mon.a (mon.0) 3561 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:46.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:46 smithi178 bash[77880]: audit 2024-03-21T13:07:46.377989+0000 mon.a (mon.0) 3562 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:46.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:46 smithi178 bash[77880]: audit 2024-03-21T13:07:46.380921+0000 mon.a (mon.0) 3563 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:46.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:46 smithi178 bash[77880]: audit 2024-03-21T13:07:46.383529+0000 mon.a (mon.0) 3564 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:46.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:46 smithi178 bash[77880]: audit 2024-03-21T13:07:46.384865+0000 mon.a (mon.0) 3565 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:46.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:46 smithi178 bash[77880]: audit 2024-03-21T13:07:46.396858+0000 mon.a (mon.0) 3566 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:46.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:46 smithi178 bash[77880]: audit 2024-03-21T13:07:46.475984+0000 mon.a (mon.0) 3567 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:46.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:46 smithi178 bash[77880]: audit 2024-03-21T13:07:46.479097+0000 mon.a (mon.0) 3568 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:46.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:46 smithi178 bash[77880]: audit 2024-03-21T13:07:46.482447+0000 mon.a (mon.0) 3569 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:46.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:46 smithi178 bash[77880]: audit 2024-03-21T13:07:46.483682+0000 mon.a (mon.0) 3570 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:46.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:46 smithi184 bash[59794]: cluster 2024-03-21T13:07:45.255133+0000 mgr.x (mgr.34104) 2511 : cluster [DBG] pgmap v1654: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:46.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:46 smithi184 bash[59794]: cluster 2024-03-21T13:07:45.255744+0000 mgr.x (mgr.34104) 2512 : cluster [DBG] pgmap v1655: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:46.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:46 smithi184 bash[59794]: cephadm 2024-03-21T13:07:45.264578+0000 mgr.x (mgr.34104) 2513 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:46.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:46 smithi184 bash[59794]: cluster 2024-03-21T13:07:45.355632+0000 mgr.x (mgr.34104) 2514 : cluster [DBG] pgmap v1656: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:46.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:46 smithi184 bash[59794]: cluster 2024-03-21T13:07:45.356432+0000 mgr.x (mgr.34104) 2515 : cluster [DBG] pgmap v1657: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:46.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:46 smithi184 bash[59794]: cephadm 2024-03-21T13:07:45.365429+0000 mgr.x (mgr.34104) 2516 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:46.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:46 smithi184 bash[59794]: cluster 2024-03-21T13:07:45.454875+0000 mgr.x (mgr.34104) 2517 : cluster [DBG] pgmap v1658: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:46.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:46 smithi184 bash[59794]: cluster 2024-03-21T13:07:45.455644+0000 mgr.x (mgr.34104) 2518 : cluster [DBG] pgmap v1659: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:46.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:46 smithi184 bash[59794]: cephadm 2024-03-21T13:07:45.465354+0000 mgr.x (mgr.34104) 2519 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:46.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:46 smithi184 bash[59794]: audit 2024-03-21T13:07:45.529171+0000 mon.a (mon.0) 3521 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:46.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:46 smithi184 bash[59794]: audit 2024-03-21T13:07:45.531791+0000 mon.a (mon.0) 3522 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:46.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:46 smithi184 bash[59794]: audit 2024-03-21T13:07:45.535672+0000 mon.a (mon.0) 3523 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:46.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:46 smithi184 bash[59794]: audit 2024-03-21T13:07:45.537021+0000 mon.a (mon.0) 3524 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:46.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:46 smithi184 bash[59794]: cluster 2024-03-21T13:07:45.540080+0000 mgr.x (mgr.34104) 2520 : cluster [DBG] pgmap v1660: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:46.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:46 smithi184 bash[59794]: cluster 2024-03-21T13:07:45.540426+0000 mgr.x (mgr.34104) 2521 : cluster [DBG] pgmap v1661: 161 pgs: 25 active+undersized+degraded, 42 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 82/630 objects degraded (13.016%) 2024-03-21T13:07:46.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:46 smithi184 bash[59794]: audit 2024-03-21T13:07:45.546952+0000 mon.a (mon.0) 3525 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:46.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:46 smithi184 bash[59794]: cephadm 2024-03-21T13:07:45.548991+0000 mgr.x (mgr.34104) 2522 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:46.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:46 smithi184 bash[59794]: audit 2024-03-21T13:07:45.627245+0000 mon.a (mon.0) 3526 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:46.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:46 smithi184 bash[59794]: audit 2024-03-21T13:07:45.631659+0000 mon.a (mon.0) 3527 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:46.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:46 smithi184 bash[59794]: audit 2024-03-21T13:07:45.636685+0000 mon.a (mon.0) 3528 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:46.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:46 smithi184 bash[59794]: audit 2024-03-21T13:07:45.638236+0000 mon.a (mon.0) 3529 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:46.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:46 smithi184 bash[59794]: cluster 2024-03-21T13:07:45.642963+0000 mgr.x (mgr.34104) 2523 : cluster [DBG] pgmap v1662: 161 pgs: 17 peering, 17 active+undersized+degraded, 33 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 60/630 objects degraded (9.524%) 2024-03-21T13:07:46.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:46 smithi184 bash[59794]: cluster 2024-03-21T13:07:45.643906+0000 mgr.x (mgr.34104) 2524 : cluster [DBG] pgmap v1663: 161 pgs: 17 peering, 17 active+undersized+degraded, 33 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 60/630 objects degraded (9.524%) 2024-03-21T13:07:46.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:46 smithi184 bash[59794]: audit 2024-03-21T13:07:45.651703+0000 mon.a (mon.0) 3530 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:46.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:46 smithi184 bash[59794]: cephadm 2024-03-21T13:07:45.653892+0000 mgr.x (mgr.34104) 2525 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:46.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:46 smithi184 bash[59794]: audit 2024-03-21T13:07:45.731841+0000 mon.a (mon.0) 3531 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:46.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:46 smithi184 bash[59794]: audit 2024-03-21T13:07:45.735061+0000 mon.a (mon.0) 3532 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:46.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:46 smithi184 bash[59794]: audit 2024-03-21T13:07:45.738471+0000 mon.a (mon.0) 3533 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:46.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:46 smithi184 bash[59794]: audit 2024-03-21T13:07:45.739758+0000 mon.a (mon.0) 3534 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:46.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:46 smithi184 bash[59794]: cluster 2024-03-21T13:07:45.743047+0000 mgr.x (mgr.34104) 2526 : cluster [DBG] pgmap v1664: 161 pgs: 17 peering, 17 active+undersized+degraded, 33 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 60/630 objects degraded (9.524%) 2024-03-21T13:07:46.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:46 smithi184 bash[59794]: cluster 2024-03-21T13:07:45.743724+0000 mgr.x (mgr.34104) 2527 : cluster [DBG] pgmap v1665: 161 pgs: 17 peering, 17 active+undersized+degraded, 33 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 60/630 objects degraded (9.524%) 2024-03-21T13:07:46.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:46 smithi184 bash[59794]: audit 2024-03-21T13:07:45.751622+0000 mon.a (mon.0) 3535 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:46.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:46 smithi184 bash[59794]: cephadm 2024-03-21T13:07:45.753525+0000 mgr.x (mgr.34104) 2528 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:46.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:46 smithi184 bash[59794]: audit 2024-03-21T13:07:45.835094+0000 mon.a (mon.0) 3536 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:46.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:46 smithi184 bash[59794]: cluster 2024-03-21T13:07:45.843267+0000 mon.a (mon.0) 3537 : cluster [DBG] osdmap e148: 8 total, 8 up, 8 in 2024-03-21T13:07:46.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:46 smithi184 bash[59794]: audit 2024-03-21T13:07:45.862351+0000 mon.a (mon.0) 3538 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:46.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:46 smithi184 bash[59794]: audit 2024-03-21T13:07:45.865719+0000 mon.a (mon.0) 3539 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:46.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:46 smithi184 bash[59794]: audit 2024-03-21T13:07:45.867447+0000 mon.a (mon.0) 3540 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:46.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:46 smithi184 bash[59794]: cluster 2024-03-21T13:07:45.870240+0000 mgr.x (mgr.34104) 2529 : cluster [DBG] pgmap v1667: 161 pgs: 17 peering, 17 active+undersized+degraded, 33 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 60/630 objects degraded (9.524%) 2024-03-21T13:07:46.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:46 smithi184 bash[59794]: cluster 2024-03-21T13:07:45.870691+0000 mgr.x (mgr.34104) 2530 : cluster [DBG] pgmap v1668: 161 pgs: 17 peering, 17 active+undersized+degraded, 33 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 60/630 objects degraded (9.524%) 2024-03-21T13:07:46.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:46 smithi184 bash[59794]: audit 2024-03-21T13:07:45.875451+0000 mon.a (mon.0) 3541 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:46.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:46 smithi184 bash[59794]: cephadm 2024-03-21T13:07:45.878163+0000 mgr.x (mgr.34104) 2531 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:46.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:46 smithi184 bash[59794]: audit 2024-03-21T13:07:45.988886+0000 mon.a (mon.0) 3542 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:46.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:46 smithi184 bash[59794]: audit 2024-03-21T13:07:45.991980+0000 mon.a (mon.0) 3543 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:46.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:46 smithi184 bash[59794]: audit 2024-03-21T13:07:45.995146+0000 mon.a (mon.0) 3544 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:46.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:46 smithi184 bash[59794]: audit 2024-03-21T13:07:45.996482+0000 mon.a (mon.0) 3545 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:46.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:46 smithi184 bash[59794]: cluster 2024-03-21T13:07:45.999993+0000 mgr.x (mgr.34104) 2532 : cluster [DBG] pgmap v1669: 161 pgs: 17 peering, 17 active+undersized+degraded, 33 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 60/630 objects degraded (9.524%) 2024-03-21T13:07:46.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:46 smithi184 bash[59794]: cluster 2024-03-21T13:07:46.000560+0000 mgr.x (mgr.34104) 2533 : cluster [DBG] pgmap v1670: 161 pgs: 17 peering, 17 active+undersized+degraded, 33 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 60/630 objects degraded (9.524%) 2024-03-21T13:07:46.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:46 smithi184 bash[59794]: audit 2024-03-21T13:07:46.006477+0000 mon.a (mon.0) 3546 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:46.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:46 smithi184 bash[59794]: cephadm 2024-03-21T13:07:46.008326+0000 mgr.x (mgr.34104) 2534 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:46.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:46 smithi184 bash[59794]: audit 2024-03-21T13:07:46.084107+0000 mon.a (mon.0) 3547 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:46.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:46 smithi184 bash[59794]: audit 2024-03-21T13:07:46.086990+0000 mon.a (mon.0) 3548 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:46.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:46 smithi184 bash[59794]: audit 2024-03-21T13:07:46.090584+0000 mon.a (mon.0) 3549 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:46.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:46 smithi184 bash[59794]: audit 2024-03-21T13:07:46.091632+0000 mon.a (mon.0) 3550 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:46.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:46 smithi184 bash[59794]: cluster 2024-03-21T13:07:46.095120+0000 mgr.x (mgr.34104) 2535 : cluster [DBG] pgmap v1671: 161 pgs: 17 peering, 17 active+undersized+degraded, 33 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 60/630 objects degraded (9.524%) 2024-03-21T13:07:46.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:46 smithi184 bash[59794]: cluster 2024-03-21T13:07:46.095838+0000 mgr.x (mgr.34104) 2536 : cluster [DBG] pgmap v1672: 161 pgs: 17 peering, 17 active+undersized+degraded, 33 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 60/630 objects degraded (9.524%) 2024-03-21T13:07:46.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:46 smithi184 bash[59794]: audit 2024-03-21T13:07:46.100238+0000 mon.a (mon.0) 3551 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:46.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:46 smithi184 bash[59794]: cephadm 2024-03-21T13:07:46.101972+0000 mgr.x (mgr.34104) 2537 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:46.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:46 smithi184 bash[59794]: audit 2024-03-21T13:07:46.179685+0000 mon.a (mon.0) 3552 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:46.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:46 smithi184 bash[59794]: audit 2024-03-21T13:07:46.182209+0000 mon.a (mon.0) 3553 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:46.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:46 smithi184 bash[59794]: audit 2024-03-21T13:07:46.186116+0000 mon.a (mon.0) 3554 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:46.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:46 smithi184 bash[59794]: audit 2024-03-21T13:07:46.187265+0000 mon.a (mon.0) 3555 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:46.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:46 smithi184 bash[59794]: cluster 2024-03-21T13:07:46.190715+0000 mgr.x (mgr.34104) 2538 : cluster [DBG] pgmap v1673: 161 pgs: 17 peering, 17 active+undersized+degraded, 33 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 60/630 objects degraded (9.524%) 2024-03-21T13:07:46.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:46 smithi184 bash[59794]: cluster 2024-03-21T13:07:46.191391+0000 mgr.x (mgr.34104) 2539 : cluster [DBG] pgmap v1674: 161 pgs: 17 peering, 17 active+undersized+degraded, 33 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 60/630 objects degraded (9.524%) 2024-03-21T13:07:46.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:46 smithi184 bash[59794]: audit 2024-03-21T13:07:46.196294+0000 mon.a (mon.0) 3556 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:46.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:46 smithi184 bash[59794]: cephadm 2024-03-21T13:07:46.198182+0000 mgr.x (mgr.34104) 2540 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:46.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:46 smithi184 bash[59794]: audit 2024-03-21T13:07:46.277725+0000 mon.a (mon.0) 3557 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:46.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:46 smithi184 bash[59794]: audit 2024-03-21T13:07:46.280332+0000 mon.a (mon.0) 3558 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:46.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:46 smithi184 bash[59794]: audit 2024-03-21T13:07:46.282819+0000 mon.a (mon.0) 3559 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:46.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:46 smithi184 bash[59794]: audit 2024-03-21T13:07:46.283903+0000 mon.a (mon.0) 3560 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:46.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:46 smithi184 bash[59794]: audit 2024-03-21T13:07:46.294559+0000 mon.a (mon.0) 3561 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:46.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:46 smithi184 bash[59794]: audit 2024-03-21T13:07:46.377989+0000 mon.a (mon.0) 3562 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:46.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:46 smithi184 bash[59794]: audit 2024-03-21T13:07:46.380921+0000 mon.a (mon.0) 3563 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:46.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:46 smithi184 bash[59794]: audit 2024-03-21T13:07:46.383529+0000 mon.a (mon.0) 3564 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:46.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:46 smithi184 bash[59794]: audit 2024-03-21T13:07:46.384865+0000 mon.a (mon.0) 3565 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:46.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:46 smithi184 bash[59794]: audit 2024-03-21T13:07:46.396858+0000 mon.a (mon.0) 3566 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:46.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:46 smithi184 bash[59794]: audit 2024-03-21T13:07:46.475984+0000 mon.a (mon.0) 3567 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:46.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:46 smithi184 bash[59794]: audit 2024-03-21T13:07:46.479097+0000 mon.a (mon.0) 3568 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:46.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:46 smithi184 bash[59794]: audit 2024-03-21T13:07:46.482447+0000 mon.a (mon.0) 3569 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:46.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:46 smithi184 bash[59794]: audit 2024-03-21T13:07:46.483682+0000 mon.a (mon.0) 3570 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:47.299 INFO:teuthology.orchestra.run.smithi178.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-21T13:07:47.299 INFO:teuthology.orchestra.run.smithi178.stdout:agent.smithi178 smithi178 running 0s ago 21m - - 2024-03-21T13:07:47.299 INFO:teuthology.orchestra.run.smithi178.stdout:agent.smithi184 smithi184 running 15s ago 21m - - 2024-03-21T13:07:47.299 INFO:teuthology.orchestra.run.smithi178.stdout:alertmanager.a smithi178 *:9093,9094 running (7m) 0s ago 14m 17.5M - 0.23.0 ba2b418f427c b9533705fcaf 2024-03-21T13:07:47.299 INFO:teuthology.orchestra.run.smithi178.stdout:grafana.a smithi184 *:3000 error 15s ago 14m - - 2024-03-21T13:07:47.299 INFO:teuthology.orchestra.run.smithi178.stdout:iscsi.foo.smithi178.qfgpzc smithi178 running (6m) 0s ago 12m 50.2M - 3.5 e1d6a67b021e 8cd81f5e1d31 2024-03-21T13:07:47.299 INFO:teuthology.orchestra.run.smithi178.stdout:mgr.x smithi184 *:8443,9283,8765 running (6m) 15s ago 20m 525M - 19.0.0-2267-g960fbbe4 19e12293512f 23b748469eab 2024-03-21T13:07:47.299 INFO:teuthology.orchestra.run.smithi178.stdout:mgr.y smithi178 *:8443,9283,8765 running (5m) 0s ago 22m 445M - 19.0.0-2267-g960fbbe4 19e12293512f 4b58d9293a93 2024-03-21T13:07:47.299 INFO:teuthology.orchestra.run.smithi178.stdout:mon.a smithi178 running (4m) 0s ago 22m 93.6M 2048M 19.0.0-2267-g960fbbe4 19e12293512f cdcc04604451 2024-03-21T13:07:47.299 INFO:teuthology.orchestra.run.smithi178.stdout:mon.b smithi184 running (3m) 15s ago 21m 44.8M 2048M 19.0.0-2267-g960fbbe4 19e12293512f 209431841a07 2024-03-21T13:07:47.300 INFO:teuthology.orchestra.run.smithi178.stdout:mon.c smithi178 running (4m) 0s ago 21m 51.8M 2048M 19.0.0-2267-g960fbbe4 19e12293512f 1de13280fabe 2024-03-21T13:07:47.300 INFO:teuthology.orchestra.run.smithi178.stdout:node-exporter.a smithi178 *:9100 running (8m) 0s ago 15m 12.3M - 1.3.1 1dbe0e931976 5d4ec1307be5 2024-03-21T13:07:47.300 INFO:teuthology.orchestra.run.smithi178.stdout:node-exporter.b smithi184 *:9100 running (7m) 15s ago 15m 11.9M - 1.3.1 1dbe0e931976 2a37d9a9b638 2024-03-21T13:07:47.300 INFO:teuthology.orchestra.run.smithi178.stdout:osd.0 smithi178 running (2m) 0s ago 20m 52.9M 4096M 19.0.0-2267-g960fbbe4 19e12293512f ca44aa92861d 2024-03-21T13:07:47.300 INFO:teuthology.orchestra.run.smithi178.stdout:osd.1 smithi178 running (88s) 0s ago 19m 51.3M 4096M 19.0.0-2267-g960fbbe4 19e12293512f c559dec8e3df 2024-03-21T13:07:47.300 INFO:teuthology.orchestra.run.smithi178.stdout:osd.2 smithi178 running (51s) 0s ago 19m 53.7M 4096M 19.0.0-2267-g960fbbe4 19e12293512f 4ba78eee5937 2024-03-21T13:07:47.300 INFO:teuthology.orchestra.run.smithi178.stdout:osd.3 smithi178 running (10s) 0s ago 18m 13.3M 4096M 19.0.0-2267-g960fbbe4 19e12293512f f26cfcfca7d2 2024-03-21T13:07:47.300 INFO:teuthology.orchestra.run.smithi178.stdout:osd.4 smithi184 running (17m) 15s ago 17m 67.8M 4096M 17.2.0 e1d6a67b021e e20e0f763007 2024-03-21T13:07:47.300 INFO:teuthology.orchestra.run.smithi178.stdout:osd.5 smithi184 running (17m) 15s ago 17m 65.4M 4096M 17.2.0 e1d6a67b021e a0e050155046 2024-03-21T13:07:47.300 INFO:teuthology.orchestra.run.smithi178.stdout:osd.6 smithi184 running (16m) 15s ago 16m 64.6M 4096M 17.2.0 e1d6a67b021e 68fa324445fb 2024-03-21T13:07:47.300 INFO:teuthology.orchestra.run.smithi178.stdout:osd.7 smithi184 running (15m) 15s ago 16m 65.7M 4096M 17.2.0 e1d6a67b021e 9153684ac7cd 2024-03-21T13:07:47.300 INFO:teuthology.orchestra.run.smithi178.stdout:prometheus.a smithi184 *:9095 running (6m) 15s ago 15m 69.7M - 2.33.4 514e6a882f6e 68f156839b90 2024-03-21T13:07:47.300 INFO:teuthology.orchestra.run.smithi178.stdout:rgw.foo.smithi178.amgrte smithi178 *:8000 running (12m) 0s ago 12m 89.0M - 17.2.0 e1d6a67b021e d914bef5b616 2024-03-21T13:07:47.300 INFO:teuthology.orchestra.run.smithi178.stdout:rgw.foo.smithi184.sylqte smithi184 *:8000 running (12m) 15s ago 12m 88.3M - 17.2.0 e1d6a67b021e 71e9025bfe7b 2024-03-21T13:07:47.300 INFO:teuthology.orchestra.run.smithi178.stdout:rgw.smpl.smithi178.avyvkd smithi178 *:80 running (12m) 0s ago 12m 88.8M - 17.2.0 e1d6a67b021e 95dce05fca01 2024-03-21T13:07:47.301 INFO:teuthology.orchestra.run.smithi178.stdout:rgw.smpl.smithi184.ccsuhn smithi184 *:80 running (12m) 15s ago 12m 88.7M - 17.2.0 e1d6a67b021e c3b20c5f0cde 2024-03-21T13:07:47.322 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:07:46 smithi184 bash[52419]: debug 2024-03-21T13:07:46.883+0000 7f8424111700 -1 mgr.server reply reply (16) Device or resource busy unsafe to stop osd(s) at this time (18 PGs are or would become offline) 2024-03-21T13:07:47.517 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:47 smithi178 bash[77880]: cluster 2024-03-21T13:07:46.287754+0000 mgr.x (mgr.34104) 2541 : cluster [DBG] pgmap v1675: 161 pgs: 17 peering, 17 active+undersized+degraded, 33 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 60/630 objects degraded (9.524%) 2024-03-21T13:07:47.517 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:47 smithi178 bash[77880]: cluster 2024-03-21T13:07:46.288450+0000 mgr.x (mgr.34104) 2542 : cluster [DBG] pgmap v1676: 161 pgs: 17 peering, 17 active+undersized+degraded, 33 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 60/630 objects degraded (9.524%) 2024-03-21T13:07:47.517 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:47 smithi178 bash[77880]: cephadm 2024-03-21T13:07:46.296395+0000 mgr.x (mgr.34104) 2543 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:47.517 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:47 smithi178 bash[77880]: cluster 2024-03-21T13:07:46.389334+0000 mgr.x (mgr.34104) 2544 : cluster [DBG] pgmap v1677: 161 pgs: 17 peering, 17 active+undersized+degraded, 33 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 60/630 objects degraded (9.524%) 2024-03-21T13:07:47.518 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:47 smithi178 bash[77880]: cluster 2024-03-21T13:07:46.390341+0000 mgr.x (mgr.34104) 2545 : cluster [DBG] pgmap v1678: 161 pgs: 17 peering, 17 active+undersized+degraded, 33 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 60/630 objects degraded (9.524%) 2024-03-21T13:07:47.518 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:47 smithi178 bash[77880]: cephadm 2024-03-21T13:07:46.399096+0000 mgr.x (mgr.34104) 2546 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:47.518 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:47 smithi178 bash[77880]: audit 2024-03-21T13:07:46.453776+0000 mgr.x (mgr.34104) 2547 : audit [DBG] from='client.54391 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:07:47.518 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:47 smithi178 bash[77880]: cluster 2024-03-21T13:07:46.487233+0000 mgr.x (mgr.34104) 2548 : cluster [DBG] pgmap v1679: 161 pgs: 17 peering, 17 active+undersized+degraded, 33 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 60/630 objects degraded (9.524%) 2024-03-21T13:07:47.518 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:47 smithi178 bash[77880]: cluster 2024-03-21T13:07:46.487835+0000 mgr.x (mgr.34104) 2549 : cluster [DBG] pgmap v1680: 161 pgs: 17 peering, 17 active+undersized+degraded, 33 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 60/630 objects degraded (9.524%) 2024-03-21T13:07:47.518 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:47 smithi178 bash[77880]: audit 2024-03-21T13:07:46.493294+0000 mon.a (mon.0) 3571 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:47.518 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:47 smithi178 bash[77880]: cluster 2024-03-21T13:07:46.495114+0000 mon.a (mon.0) 3572 : cluster [WRN] Health check update: Degraded data redundancy: 60/630 objects degraded (9.524%), 17 pgs degraded (PG_DEGRADED) 2024-03-21T13:07:47.518 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:47 smithi178 bash[77880]: cephadm 2024-03-21T13:07:46.495276+0000 mgr.x (mgr.34104) 2550 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:47.518 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:47 smithi178 bash[77880]: audit 2024-03-21T13:07:46.575834+0000 mon.a (mon.0) 3573 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:47.518 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:47 smithi178 bash[77880]: audit 2024-03-21T13:07:46.579104+0000 mon.a (mon.0) 3574 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:47.518 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:47 smithi178 bash[77880]: audit 2024-03-21T13:07:46.581826+0000 mon.a (mon.0) 3575 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:47.518 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:47 smithi178 bash[77880]: audit 2024-03-21T13:07:46.582586+0000 mon.a (mon.0) 3576 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:47.518 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:47 smithi178 bash[77880]: cluster 2024-03-21T13:07:46.585612+0000 mgr.x (mgr.34104) 2551 : cluster [DBG] pgmap v1681: 161 pgs: 17 peering, 17 active+undersized+degraded, 33 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 60/630 objects degraded (9.524%) 2024-03-21T13:07:47.519 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:47 smithi178 bash[77880]: cluster 2024-03-21T13:07:46.586095+0000 mgr.x (mgr.34104) 2552 : cluster [DBG] pgmap v1682: 161 pgs: 17 peering, 17 active+undersized+degraded, 33 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 60/630 objects degraded (9.524%) 2024-03-21T13:07:47.519 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:47 smithi178 bash[77880]: audit 2024-03-21T13:07:46.590780+0000 mon.a (mon.0) 3577 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:47.519 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:47 smithi178 bash[77880]: cephadm 2024-03-21T13:07:46.592778+0000 mgr.x (mgr.34104) 2553 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:47.519 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:47 smithi178 bash[77880]: audit 2024-03-21T13:07:46.672399+0000 mon.a (mon.0) 3578 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:47.519 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:47 smithi178 bash[77880]: audit 2024-03-21T13:07:46.674857+0000 mon.a (mon.0) 3579 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:47.519 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:47 smithi178 bash[77880]: audit 2024-03-21T13:07:46.677084+0000 mon.a (mon.0) 3580 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:47.519 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:47 smithi178 bash[77880]: audit 2024-03-21T13:07:46.677872+0000 mon.a (mon.0) 3581 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:47.519 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:47 smithi178 bash[77880]: cluster 2024-03-21T13:07:46.680707+0000 mgr.x (mgr.34104) 2554 : cluster [DBG] pgmap v1683: 161 pgs: 17 peering, 17 active+undersized+degraded, 33 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 60/630 objects degraded (9.524%) 2024-03-21T13:07:47.519 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:47 smithi178 bash[77880]: cluster 2024-03-21T13:07:46.681107+0000 mgr.x (mgr.34104) 2555 : cluster [DBG] pgmap v1684: 161 pgs: 17 peering, 17 active+undersized+degraded, 33 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 60/630 objects degraded (9.524%) 2024-03-21T13:07:47.519 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:47 smithi178 bash[77880]: audit 2024-03-21T13:07:46.686124+0000 mon.a (mon.0) 3582 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:47.519 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:47 smithi178 bash[77880]: cephadm 2024-03-21T13:07:46.688008+0000 mgr.x (mgr.34104) 2556 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:47.519 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:47 smithi178 bash[77880]: audit 2024-03-21T13:07:46.762440+0000 mon.a (mon.0) 3583 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:47.519 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:47 smithi178 bash[77880]: audit 2024-03-21T13:07:46.765210+0000 mon.a (mon.0) 3584 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:47.520 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:47 smithi178 bash[77880]: audit 2024-03-21T13:07:46.768375+0000 mon.a (mon.0) 3585 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:47.520 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:47 smithi178 bash[77880]: audit 2024-03-21T13:07:46.770576+0000 mon.a (mon.0) 3586 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:47.520 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:47 smithi178 bash[75692]: cluster 2024-03-21T13:07:46.287754+0000 mgr.x (mgr.34104) 2541 : cluster [DBG] pgmap v1675: 161 pgs: 17 peering, 17 active+undersized+degraded, 33 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 60/630 objects degraded (9.524%) 2024-03-21T13:07:47.767 INFO:teuthology.orchestra.run.smithi178.stdout:{ 2024-03-21T13:07:47.767 INFO:teuthology.orchestra.run.smithi178.stdout: "mon": { 2024-03-21T13:07:47.767 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 3 2024-03-21T13:07:47.767 INFO:teuthology.orchestra.run.smithi178.stdout: }, 2024-03-21T13:07:47.767 INFO:teuthology.orchestra.run.smithi178.stdout: "mgr": { 2024-03-21T13:07:47.767 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 2 2024-03-21T13:07:47.767 INFO:teuthology.orchestra.run.smithi178.stdout: }, 2024-03-21T13:07:47.767 INFO:teuthology.orchestra.run.smithi178.stdout: "osd": { 2024-03-21T13:07:47.767 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4, 2024-03-21T13:07:47.767 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 4 2024-03-21T13:07:47.767 INFO:teuthology.orchestra.run.smithi178.stdout: }, 2024-03-21T13:07:47.767 INFO:teuthology.orchestra.run.smithi178.stdout: "rgw": { 2024-03-21T13:07:47.768 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2024-03-21T13:07:47.768 INFO:teuthology.orchestra.run.smithi178.stdout: }, 2024-03-21T13:07:47.768 INFO:teuthology.orchestra.run.smithi178.stdout: "overall": { 2024-03-21T13:07:47.768 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8, 2024-03-21T13:07:47.768 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 9 2024-03-21T13:07:47.768 INFO:teuthology.orchestra.run.smithi178.stdout: } 2024-03-21T13:07:47.768 INFO:teuthology.orchestra.run.smithi178.stdout:} 2024-03-21T13:07:47.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:47 smithi178 bash[75692]: cluster 2024-03-21T13:07:46.288450+0000 mgr.x (mgr.34104) 2542 : cluster [DBG] pgmap v1676: 161 pgs: 17 peering, 17 active+undersized+degraded, 33 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 60/630 objects degraded (9.524%) 2024-03-21T13:07:47.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:47 smithi178 bash[75692]: cephadm 2024-03-21T13:07:46.296395+0000 mgr.x (mgr.34104) 2543 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:47.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:47 smithi178 bash[75692]: cluster 2024-03-21T13:07:46.389334+0000 mgr.x (mgr.34104) 2544 : cluster [DBG] pgmap v1677: 161 pgs: 17 peering, 17 active+undersized+degraded, 33 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 60/630 objects degraded (9.524%) 2024-03-21T13:07:47.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:47 smithi178 bash[75692]: cluster 2024-03-21T13:07:46.390341+0000 mgr.x (mgr.34104) 2545 : cluster [DBG] pgmap v1678: 161 pgs: 17 peering, 17 active+undersized+degraded, 33 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 60/630 objects degraded (9.524%) 2024-03-21T13:07:47.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:47 smithi178 bash[75692]: cephadm 2024-03-21T13:07:46.399096+0000 mgr.x (mgr.34104) 2546 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:47.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:47 smithi178 bash[75692]: audit 2024-03-21T13:07:46.453776+0000 mgr.x (mgr.34104) 2547 : audit [DBG] from='client.54391 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:07:47.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:47 smithi178 bash[75692]: cluster 2024-03-21T13:07:46.487233+0000 mgr.x (mgr.34104) 2548 : cluster [DBG] pgmap v1679: 161 pgs: 17 peering, 17 active+undersized+degraded, 33 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 60/630 objects degraded (9.524%) 2024-03-21T13:07:47.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:47 smithi178 bash[75692]: cluster 2024-03-21T13:07:46.487835+0000 mgr.x (mgr.34104) 2549 : cluster [DBG] pgmap v1680: 161 pgs: 17 peering, 17 active+undersized+degraded, 33 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 60/630 objects degraded (9.524%) 2024-03-21T13:07:47.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:47 smithi178 bash[75692]: audit 2024-03-21T13:07:46.493294+0000 mon.a (mon.0) 3571 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:47.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:47 smithi178 bash[75692]: cluster 2024-03-21T13:07:46.495114+0000 mon.a (mon.0) 3572 : cluster [WRN] Health check update: Degraded data redundancy: 60/630 objects degraded (9.524%), 17 pgs degraded (PG_DEGRADED) 2024-03-21T13:07:47.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:47 smithi178 bash[75692]: cephadm 2024-03-21T13:07:46.495276+0000 mgr.x (mgr.34104) 2550 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:47.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:47 smithi178 bash[75692]: audit 2024-03-21T13:07:46.575834+0000 mon.a (mon.0) 3573 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:47.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:47 smithi178 bash[75692]: audit 2024-03-21T13:07:46.579104+0000 mon.a (mon.0) 3574 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:47.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:47 smithi178 bash[75692]: audit 2024-03-21T13:07:46.581826+0000 mon.a (mon.0) 3575 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:47.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:47 smithi178 bash[75692]: audit 2024-03-21T13:07:46.582586+0000 mon.a (mon.0) 3576 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:47.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:47 smithi178 bash[75692]: cluster 2024-03-21T13:07:46.585612+0000 mgr.x (mgr.34104) 2551 : cluster [DBG] pgmap v1681: 161 pgs: 17 peering, 17 active+undersized+degraded, 33 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 60/630 objects degraded (9.524%) 2024-03-21T13:07:47.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:47 smithi178 bash[77880]: cluster 2024-03-21T13:07:46.780296+0000 mgr.x (mgr.34104) 2557 : cluster [DBG] pgmap v1685: 161 pgs: 17 peering, 17 active+undersized+degraded, 33 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 60/630 objects degraded (9.524%) 2024-03-21T13:07:47.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:47 smithi178 bash[77880]: cluster 2024-03-21T13:07:46.780837+0000 mgr.x (mgr.34104) 2558 : cluster [DBG] pgmap v1686: 161 pgs: 17 peering, 17 active+undersized+degraded, 33 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 60/630 objects degraded (9.524%) 2024-03-21T13:07:47.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:47 smithi178 bash[77880]: audit 2024-03-21T13:07:46.786633+0000 mon.a (mon.0) 3587 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:47.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:47 smithi178 bash[77880]: audit 2024-03-21T13:07:46.792293+0000 mon.a (mon.0) 3588 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:47.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:47 smithi178 bash[77880]: cephadm 2024-03-21T13:07:46.794077+0000 mgr.x (mgr.34104) 2559 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:47.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:47 smithi178 bash[77880]: audit 2024-03-21T13:07:46.797170+0000 mon.a (mon.0) 3589 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:47.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:47 smithi178 bash[77880]: cluster 2024-03-21T13:07:46.800102+0000 mgr.x (mgr.34104) 2560 : cluster [DBG] pgmap v1687: 161 pgs: 17 peering, 17 active+undersized+degraded, 33 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 60/630 objects degraded (9.524%) 2024-03-21T13:07:47.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:47 smithi178 bash[77880]: cluster 2024-03-21T13:07:46.800574+0000 mgr.x (mgr.34104) 2561 : cluster [DBG] pgmap v1688: 161 pgs: 17 peering, 17 active+undersized+degraded, 33 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 60/630 objects degraded (9.524%) 2024-03-21T13:07:47.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:47 smithi178 bash[77880]: audit 2024-03-21T13:07:46.804682+0000 mon.a (mon.0) 3590 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:47.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:47 smithi178 bash[77880]: audit 2024-03-21T13:07:46.871358+0000 mon.a (mon.0) 3591 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:47.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:47 smithi178 bash[77880]: audit 2024-03-21T13:07:46.876520+0000 mon.a (mon.0) 3592 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:47.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:47 smithi178 bash[77880]: audit 2024-03-21T13:07:46.877578+0000 mgr.x (mgr.34104) 2562 : audit [DBG] from='client.44424 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:07:47.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:47 smithi178 bash[77880]: audit 2024-03-21T13:07:46.879784+0000 mon.a (mon.0) 3593 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:47.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:47 smithi178 bash[77880]: audit 2024-03-21T13:07:46.881974+0000 mon.a (mon.0) 3594 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:47.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:47 smithi178 bash[77880]: audit 2024-03-21T13:07:46.884909+0000 mon.a (mon.0) 3595 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-03-21T13:07:47.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:47 smithi178 bash[77880]: audit 2024-03-21T13:07:46.886426+0000 mgr.x (mgr.34104) 2563 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-03-21T13:07:47.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:47 smithi178 bash[77880]: cephadm 2024-03-21T13:07:46.887861+0000 mgr.x (mgr.34104) 2564 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (18 PGs are or would become offline) 2024-03-21T13:07:47.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:47 smithi178 bash[75692]: cluster 2024-03-21T13:07:46.586095+0000 mgr.x (mgr.34104) 2552 : cluster [DBG] pgmap v1682: 161 pgs: 17 peering, 17 active+undersized+degraded, 33 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 60/630 objects degraded (9.524%) 2024-03-21T13:07:47.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:47 smithi178 bash[75692]: audit 2024-03-21T13:07:46.590780+0000 mon.a (mon.0) 3577 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:47.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:47 smithi178 bash[75692]: cephadm 2024-03-21T13:07:46.592778+0000 mgr.x (mgr.34104) 2553 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:47.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:47 smithi178 bash[75692]: audit 2024-03-21T13:07:46.672399+0000 mon.a (mon.0) 3578 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:47.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:47 smithi178 bash[75692]: audit 2024-03-21T13:07:46.674857+0000 mon.a (mon.0) 3579 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:47.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:47 smithi178 bash[75692]: audit 2024-03-21T13:07:46.677084+0000 mon.a (mon.0) 3580 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:47.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:47 smithi178 bash[75692]: audit 2024-03-21T13:07:46.677872+0000 mon.a (mon.0) 3581 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:47.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:47 smithi178 bash[75692]: cluster 2024-03-21T13:07:46.680707+0000 mgr.x (mgr.34104) 2554 : cluster [DBG] pgmap v1683: 161 pgs: 17 peering, 17 active+undersized+degraded, 33 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 60/630 objects degraded (9.524%) 2024-03-21T13:07:47.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:47 smithi178 bash[75692]: cluster 2024-03-21T13:07:46.681107+0000 mgr.x (mgr.34104) 2555 : cluster [DBG] pgmap v1684: 161 pgs: 17 peering, 17 active+undersized+degraded, 33 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 60/630 objects degraded (9.524%) 2024-03-21T13:07:47.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:47 smithi178 bash[75692]: audit 2024-03-21T13:07:46.686124+0000 mon.a (mon.0) 3582 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:47.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:47 smithi178 bash[75692]: cephadm 2024-03-21T13:07:46.688008+0000 mgr.x (mgr.34104) 2556 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:47.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:47 smithi178 bash[75692]: audit 2024-03-21T13:07:46.762440+0000 mon.a (mon.0) 3583 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:47.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:47 smithi178 bash[75692]: audit 2024-03-21T13:07:46.765210+0000 mon.a (mon.0) 3584 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:47.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:47 smithi178 bash[75692]: audit 2024-03-21T13:07:46.768375+0000 mon.a (mon.0) 3585 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:47.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:47 smithi178 bash[75692]: audit 2024-03-21T13:07:46.770576+0000 mon.a (mon.0) 3586 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:47.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:47 smithi178 bash[75692]: cluster 2024-03-21T13:07:46.780296+0000 mgr.x (mgr.34104) 2557 : cluster [DBG] pgmap v1685: 161 pgs: 17 peering, 17 active+undersized+degraded, 33 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 60/630 objects degraded (9.524%) 2024-03-21T13:07:47.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:47 smithi178 bash[75692]: cluster 2024-03-21T13:07:46.780837+0000 mgr.x (mgr.34104) 2558 : cluster [DBG] pgmap v1686: 161 pgs: 17 peering, 17 active+undersized+degraded, 33 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 60/630 objects degraded (9.524%) 2024-03-21T13:07:47.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:47 smithi178 bash[75692]: audit 2024-03-21T13:07:46.786633+0000 mon.a (mon.0) 3587 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:47.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:47 smithi178 bash[75692]: audit 2024-03-21T13:07:46.792293+0000 mon.a (mon.0) 3588 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:47.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:47 smithi178 bash[75692]: cephadm 2024-03-21T13:07:46.794077+0000 mgr.x (mgr.34104) 2559 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:47.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:47 smithi178 bash[75692]: audit 2024-03-21T13:07:46.797170+0000 mon.a (mon.0) 3589 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:47.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:47 smithi178 bash[75692]: cluster 2024-03-21T13:07:46.800102+0000 mgr.x (mgr.34104) 2560 : cluster [DBG] pgmap v1687: 161 pgs: 17 peering, 17 active+undersized+degraded, 33 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 60/630 objects degraded (9.524%) 2024-03-21T13:07:47.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:47 smithi178 bash[75692]: cluster 2024-03-21T13:07:46.800574+0000 mgr.x (mgr.34104) 2561 : cluster [DBG] pgmap v1688: 161 pgs: 17 peering, 17 active+undersized+degraded, 33 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 60/630 objects degraded (9.524%) 2024-03-21T13:07:47.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:47 smithi178 bash[75692]: audit 2024-03-21T13:07:46.804682+0000 mon.a (mon.0) 3590 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:47.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:47 smithi178 bash[75692]: audit 2024-03-21T13:07:46.871358+0000 mon.a (mon.0) 3591 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:47.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:47 smithi178 bash[75692]: audit 2024-03-21T13:07:46.876520+0000 mon.a (mon.0) 3592 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:47.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:47 smithi178 bash[75692]: audit 2024-03-21T13:07:46.877578+0000 mgr.x (mgr.34104) 2562 : audit [DBG] from='client.44424 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:07:47.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:47 smithi178 bash[75692]: audit 2024-03-21T13:07:46.879784+0000 mon.a (mon.0) 3593 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:47.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:47 smithi178 bash[75692]: audit 2024-03-21T13:07:46.881974+0000 mon.a (mon.0) 3594 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:47.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:47 smithi178 bash[75692]: audit 2024-03-21T13:07:46.884909+0000 mon.a (mon.0) 3595 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-03-21T13:07:47.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:47 smithi178 bash[75692]: audit 2024-03-21T13:07:46.886426+0000 mgr.x (mgr.34104) 2563 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-03-21T13:07:47.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:47 smithi178 bash[75692]: cephadm 2024-03-21T13:07:46.887861+0000 mgr.x (mgr.34104) 2564 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (18 PGs are or would become offline) 2024-03-21T13:07:47.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:47 smithi184 bash[59794]: cluster 2024-03-21T13:07:46.287754+0000 mgr.x (mgr.34104) 2541 : cluster [DBG] pgmap v1675: 161 pgs: 17 peering, 17 active+undersized+degraded, 33 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 60/630 objects degraded (9.524%) 2024-03-21T13:07:47.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:47 smithi184 bash[59794]: cluster 2024-03-21T13:07:46.288450+0000 mgr.x (mgr.34104) 2542 : cluster [DBG] pgmap v1676: 161 pgs: 17 peering, 17 active+undersized+degraded, 33 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 60/630 objects degraded (9.524%) 2024-03-21T13:07:47.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:47 smithi184 bash[59794]: cephadm 2024-03-21T13:07:46.296395+0000 mgr.x (mgr.34104) 2543 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:47.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:47 smithi184 bash[59794]: cluster 2024-03-21T13:07:46.389334+0000 mgr.x (mgr.34104) 2544 : cluster [DBG] pgmap v1677: 161 pgs: 17 peering, 17 active+undersized+degraded, 33 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 60/630 objects degraded (9.524%) 2024-03-21T13:07:47.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:47 smithi184 bash[59794]: cluster 2024-03-21T13:07:46.390341+0000 mgr.x (mgr.34104) 2545 : cluster [DBG] pgmap v1678: 161 pgs: 17 peering, 17 active+undersized+degraded, 33 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 60/630 objects degraded (9.524%) 2024-03-21T13:07:47.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:47 smithi184 bash[59794]: cephadm 2024-03-21T13:07:46.399096+0000 mgr.x (mgr.34104) 2546 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:47.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:47 smithi184 bash[59794]: audit 2024-03-21T13:07:46.453776+0000 mgr.x (mgr.34104) 2547 : audit [DBG] from='client.54391 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:07:47.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:47 smithi184 bash[59794]: cluster 2024-03-21T13:07:46.487233+0000 mgr.x (mgr.34104) 2548 : cluster [DBG] pgmap v1679: 161 pgs: 17 peering, 17 active+undersized+degraded, 33 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 60/630 objects degraded (9.524%) 2024-03-21T13:07:47.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:47 smithi184 bash[59794]: cluster 2024-03-21T13:07:46.487835+0000 mgr.x (mgr.34104) 2549 : cluster [DBG] pgmap v1680: 161 pgs: 17 peering, 17 active+undersized+degraded, 33 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 60/630 objects degraded (9.524%) 2024-03-21T13:07:47.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:47 smithi184 bash[59794]: audit 2024-03-21T13:07:46.493294+0000 mon.a (mon.0) 3571 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:47.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:47 smithi184 bash[59794]: cluster 2024-03-21T13:07:46.495114+0000 mon.a (mon.0) 3572 : cluster [WRN] Health check update: Degraded data redundancy: 60/630 objects degraded (9.524%), 17 pgs degraded (PG_DEGRADED) 2024-03-21T13:07:47.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:47 smithi184 bash[59794]: cephadm 2024-03-21T13:07:46.495276+0000 mgr.x (mgr.34104) 2550 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:47.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:47 smithi184 bash[59794]: audit 2024-03-21T13:07:46.575834+0000 mon.a (mon.0) 3573 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:47.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:47 smithi184 bash[59794]: audit 2024-03-21T13:07:46.579104+0000 mon.a (mon.0) 3574 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:47.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:47 smithi184 bash[59794]: audit 2024-03-21T13:07:46.581826+0000 mon.a (mon.0) 3575 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:47.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:47 smithi184 bash[59794]: audit 2024-03-21T13:07:46.582586+0000 mon.a (mon.0) 3576 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:47.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:47 smithi184 bash[59794]: cluster 2024-03-21T13:07:46.585612+0000 mgr.x (mgr.34104) 2551 : cluster [DBG] pgmap v1681: 161 pgs: 17 peering, 17 active+undersized+degraded, 33 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 60/630 objects degraded (9.524%) 2024-03-21T13:07:47.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:47 smithi184 bash[59794]: cluster 2024-03-21T13:07:46.586095+0000 mgr.x (mgr.34104) 2552 : cluster [DBG] pgmap v1682: 161 pgs: 17 peering, 17 active+undersized+degraded, 33 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 60/630 objects degraded (9.524%) 2024-03-21T13:07:47.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:47 smithi184 bash[59794]: audit 2024-03-21T13:07:46.590780+0000 mon.a (mon.0) 3577 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:47.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:47 smithi184 bash[59794]: cephadm 2024-03-21T13:07:46.592778+0000 mgr.x (mgr.34104) 2553 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:47.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:47 smithi184 bash[59794]: audit 2024-03-21T13:07:46.672399+0000 mon.a (mon.0) 3578 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:47.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:47 smithi184 bash[59794]: audit 2024-03-21T13:07:46.674857+0000 mon.a (mon.0) 3579 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:47.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:47 smithi184 bash[59794]: audit 2024-03-21T13:07:46.677084+0000 mon.a (mon.0) 3580 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:47.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:47 smithi184 bash[59794]: audit 2024-03-21T13:07:46.677872+0000 mon.a (mon.0) 3581 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:47.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:47 smithi184 bash[59794]: cluster 2024-03-21T13:07:46.680707+0000 mgr.x (mgr.34104) 2554 : cluster [DBG] pgmap v1683: 161 pgs: 17 peering, 17 active+undersized+degraded, 33 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 60/630 objects degraded (9.524%) 2024-03-21T13:07:47.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:47 smithi184 bash[59794]: cluster 2024-03-21T13:07:46.681107+0000 mgr.x (mgr.34104) 2555 : cluster [DBG] pgmap v1684: 161 pgs: 17 peering, 17 active+undersized+degraded, 33 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 60/630 objects degraded (9.524%) 2024-03-21T13:07:47.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:47 smithi184 bash[59794]: audit 2024-03-21T13:07:46.686124+0000 mon.a (mon.0) 3582 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:47.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:47 smithi184 bash[59794]: cephadm 2024-03-21T13:07:46.688008+0000 mgr.x (mgr.34104) 2556 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:47.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:47 smithi184 bash[59794]: audit 2024-03-21T13:07:46.762440+0000 mon.a (mon.0) 3583 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:47.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:47 smithi184 bash[59794]: audit 2024-03-21T13:07:46.765210+0000 mon.a (mon.0) 3584 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:47.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:47 smithi184 bash[59794]: audit 2024-03-21T13:07:46.768375+0000 mon.a (mon.0) 3585 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:07:47.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:47 smithi184 bash[59794]: audit 2024-03-21T13:07:46.770576+0000 mon.a (mon.0) 3586 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:07:47.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:47 smithi184 bash[59794]: cluster 2024-03-21T13:07:46.780296+0000 mgr.x (mgr.34104) 2557 : cluster [DBG] pgmap v1685: 161 pgs: 17 peering, 17 active+undersized+degraded, 33 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 60/630 objects degraded (9.524%) 2024-03-21T13:07:47.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:47 smithi184 bash[59794]: cluster 2024-03-21T13:07:46.780837+0000 mgr.x (mgr.34104) 2558 : cluster [DBG] pgmap v1686: 161 pgs: 17 peering, 17 active+undersized+degraded, 33 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 60/630 objects degraded (9.524%) 2024-03-21T13:07:47.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:47 smithi184 bash[59794]: audit 2024-03-21T13:07:46.786633+0000 mon.a (mon.0) 3587 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:47.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:47 smithi184 bash[59794]: audit 2024-03-21T13:07:46.792293+0000 mon.a (mon.0) 3588 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:47.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:47 smithi184 bash[59794]: cephadm 2024-03-21T13:07:46.794077+0000 mgr.x (mgr.34104) 2559 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:07:47.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:47 smithi184 bash[59794]: audit 2024-03-21T13:07:46.797170+0000 mon.a (mon.0) 3589 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:47.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:47 smithi184 bash[59794]: cluster 2024-03-21T13:07:46.800102+0000 mgr.x (mgr.34104) 2560 : cluster [DBG] pgmap v1687: 161 pgs: 17 peering, 17 active+undersized+degraded, 33 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 60/630 objects degraded (9.524%) 2024-03-21T13:07:47.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:47 smithi184 bash[59794]: cluster 2024-03-21T13:07:46.800574+0000 mgr.x (mgr.34104) 2561 : cluster [DBG] pgmap v1688: 161 pgs: 17 peering, 17 active+undersized+degraded, 33 active+undersized, 94 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 60/630 objects degraded (9.524%) 2024-03-21T13:07:47.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:47 smithi184 bash[59794]: audit 2024-03-21T13:07:46.804682+0000 mon.a (mon.0) 3590 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:47.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:47 smithi184 bash[59794]: audit 2024-03-21T13:07:46.871358+0000 mon.a (mon.0) 3591 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:07:47.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:47 smithi184 bash[59794]: audit 2024-03-21T13:07:46.876520+0000 mon.a (mon.0) 3592 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:47.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:47 smithi184 bash[59794]: audit 2024-03-21T13:07:46.877578+0000 mgr.x (mgr.34104) 2562 : audit [DBG] from='client.44424 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:07:47.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:47 smithi184 bash[59794]: audit 2024-03-21T13:07:46.879784+0000 mon.a (mon.0) 3593 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:47.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:47 smithi184 bash[59794]: audit 2024-03-21T13:07:46.881974+0000 mon.a (mon.0) 3594 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:47.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:47 smithi184 bash[59794]: audit 2024-03-21T13:07:46.884909+0000 mon.a (mon.0) 3595 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-03-21T13:07:47.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:47 smithi184 bash[59794]: audit 2024-03-21T13:07:46.886426+0000 mgr.x (mgr.34104) 2563 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-03-21T13:07:47.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:47 smithi184 bash[59794]: cephadm 2024-03-21T13:07:46.887861+0000 mgr.x (mgr.34104) 2564 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (18 PGs are or would become offline) 2024-03-21T13:07:48.169 INFO:teuthology.orchestra.run.smithi178.stdout:{ 2024-03-21T13:07:48.169 INFO:teuthology.orchestra.run.smithi178.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753", 2024-03-21T13:07:48.170 INFO:teuthology.orchestra.run.smithi178.stdout: "in_progress": true, 2024-03-21T13:07:48.170 INFO:teuthology.orchestra.run.smithi178.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-21T13:07:48.170 INFO:teuthology.orchestra.run.smithi178.stdout: "services_complete": [ 2024-03-21T13:07:48.170 INFO:teuthology.orchestra.run.smithi178.stdout: "mgr", 2024-03-21T13:07:48.170 INFO:teuthology.orchestra.run.smithi178.stdout: "mon" 2024-03-21T13:07:48.170 INFO:teuthology.orchestra.run.smithi178.stdout: ], 2024-03-21T13:07:48.170 INFO:teuthology.orchestra.run.smithi178.stdout: "progress": "9/23 daemons upgraded", 2024-03-21T13:07:48.170 INFO:teuthology.orchestra.run.smithi178.stdout: "message": "Currently upgrading osd daemons", 2024-03-21T13:07:48.170 INFO:teuthology.orchestra.run.smithi178.stdout: "is_paused": false 2024-03-21T13:07:48.170 INFO:teuthology.orchestra.run.smithi178.stdout:} 2024-03-21T13:07:48.628 INFO:teuthology.orchestra.run.smithi178.stdout:HEALTH_WARN 1 failed cephadm daemon(s); Degraded data redundancy: 60/630 objects degraded (9.524%), 17 pgs degraded 2024-03-21T13:07:48.629 INFO:teuthology.orchestra.run.smithi178.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-21T13:07:48.629 INFO:teuthology.orchestra.run.smithi178.stdout: daemon grafana.a on smithi184 is in error state 2024-03-21T13:07:48.629 INFO:teuthology.orchestra.run.smithi178.stdout:[WRN] PG_DEGRADED: Degraded data redundancy: 60/630 objects degraded (9.524%), 17 pgs degraded 2024-03-21T13:07:48.629 INFO:teuthology.orchestra.run.smithi178.stdout: pg 2.9 is active+undersized+degraded, acting [1,7] 2024-03-21T13:07:48.629 INFO:teuthology.orchestra.run.smithi178.stdout: pg 2.a is active+undersized+degraded, acting [1,7] 2024-03-21T13:07:48.629 INFO:teuthology.orchestra.run.smithi178.stdout: pg 2.d is active+undersized+degraded, acting [1,4] 2024-03-21T13:07:48.629 INFO:teuthology.orchestra.run.smithi178.stdout: pg 2.e is active+undersized+degraded, acting [2,7] 2024-03-21T13:07:48.629 INFO:teuthology.orchestra.run.smithi178.stdout: pg 3.1 is active+undersized+degraded, acting [0,4] 2024-03-21T13:07:48.629 INFO:teuthology.orchestra.run.smithi178.stdout: pg 3.2 is active+undersized+degraded, acting [5,6] 2024-03-21T13:07:48.629 INFO:teuthology.orchestra.run.smithi178.stdout: pg 3.7 is active+undersized+degraded, acting [7,0] 2024-03-21T13:07:48.629 INFO:teuthology.orchestra.run.smithi178.stdout: pg 3.8 is active+undersized+degraded, acting [1,7] 2024-03-21T13:07:48.629 INFO:teuthology.orchestra.run.smithi178.stdout: pg 3.b is active+undersized+degraded, acting [0,4] 2024-03-21T13:07:48.629 INFO:teuthology.orchestra.run.smithi178.stdout: pg 3.12 is active+undersized+degraded, acting [0,7] 2024-03-21T13:07:48.629 INFO:teuthology.orchestra.run.smithi178.stdout: pg 3.17 is active+undersized+degraded, acting [0,5] 2024-03-21T13:07:48.630 INFO:teuthology.orchestra.run.smithi178.stdout: pg 3.18 is active+undersized+degraded, acting [0,1] 2024-03-21T13:07:48.630 INFO:teuthology.orchestra.run.smithi178.stdout: pg 3.19 is active+undersized+degraded, acting [1,4] 2024-03-21T13:07:48.630 INFO:teuthology.orchestra.run.smithi178.stdout: pg 3.1e is active+undersized+degraded, acting [6,2] 2024-03-21T13:07:48.630 INFO:teuthology.orchestra.run.smithi178.stdout: pg 4.0 is active+undersized+degraded, acting [7,0] 2024-03-21T13:07:48.630 INFO:teuthology.orchestra.run.smithi178.stdout: pg 4.14 is active+undersized+degraded, acting [2,7] 2024-03-21T13:07:48.630 INFO:teuthology.orchestra.run.smithi178.stdout: pg 6.c is active+undersized+degraded, acting [6,5] 2024-03-21T13:07:48.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:48 smithi178 bash[75692]: audit 2024-03-21T13:07:47.265100+0000 mgr.x (mgr.34104) 2565 : audit [DBG] from='client.44430 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:07:48.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:48 smithi178 bash[75692]: audit 2024-03-21T13:07:47.764171+0000 mon.c (mon.1) 15 : audit [DBG] from='client.? 172.21.15.178:0/386478644' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:48.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:48 smithi178 bash[75692]: audit 2024-03-21T13:07:48.167090+0000 mgr.x (mgr.34104) 2566 : audit [DBG] from='client.54415 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:07:48.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:48 smithi178 bash[77880]: audit 2024-03-21T13:07:47.265100+0000 mgr.x (mgr.34104) 2565 : audit [DBG] from='client.44430 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:07:48.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:48 smithi178 bash[77880]: audit 2024-03-21T13:07:47.764171+0000 mon.c (mon.1) 15 : audit [DBG] from='client.? 172.21.15.178:0/386478644' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:48.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:48 smithi178 bash[77880]: audit 2024-03-21T13:07:48.167090+0000 mgr.x (mgr.34104) 2566 : audit [DBG] from='client.54415 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:07:48.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:48 smithi184 bash[59794]: audit 2024-03-21T13:07:47.265100+0000 mgr.x (mgr.34104) 2565 : audit [DBG] from='client.44430 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:07:48.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:48 smithi184 bash[59794]: audit 2024-03-21T13:07:47.764171+0000 mon.c (mon.1) 15 : audit [DBG] from='client.? 172.21.15.178:0/386478644' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:07:48.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:48 smithi184 bash[59794]: audit 2024-03-21T13:07:48.167090+0000 mgr.x (mgr.34104) 2566 : audit [DBG] from='client.54415 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:07:49.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:49 smithi178 bash[75692]: audit 2024-03-21T13:07:48.626177+0000 mon.c (mon.1) 16 : audit [DBG] from='client.? 172.21.15.178:0/3259488045' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T13:07:49.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:49 smithi178 bash[75692]: cluster 2024-03-21T13:07:48.801690+0000 mgr.x (mgr.34104) 2567 : cluster [DBG] pgmap v1689: 161 pgs: 17 peering, 13 active+undersized+degraded, 23 active+undersized, 108 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 45/630 objects degraded (7.143%) 2024-03-21T13:07:49.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:49 smithi178 bash[77880]: audit 2024-03-21T13:07:48.626177+0000 mon.c (mon.1) 16 : audit [DBG] from='client.? 172.21.15.178:0/3259488045' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T13:07:49.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:49 smithi178 bash[77880]: cluster 2024-03-21T13:07:48.801690+0000 mgr.x (mgr.34104) 2567 : cluster [DBG] pgmap v1689: 161 pgs: 17 peering, 13 active+undersized+degraded, 23 active+undersized, 108 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 45/630 objects degraded (7.143%) 2024-03-21T13:07:49.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:49 smithi184 bash[59794]: audit 2024-03-21T13:07:48.626177+0000 mon.c (mon.1) 16 : audit [DBG] from='client.? 172.21.15.178:0/3259488045' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T13:07:49.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:49 smithi184 bash[59794]: cluster 2024-03-21T13:07:48.801690+0000 mgr.x (mgr.34104) 2567 : cluster [DBG] pgmap v1689: 161 pgs: 17 peering, 13 active+undersized+degraded, 23 active+undersized, 108 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail; 45/630 objects degraded (7.143%) 2024-03-21T13:07:51.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:50 smithi178 bash[75692]: audit 2024-03-21T13:07:49.790669+0000 mon.a (mon.0) 3596 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:51.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:50 smithi178 bash[75692]: audit 2024-03-21T13:07:49.793180+0000 mon.a (mon.0) 3597 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:07:51.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:50 smithi178 bash[75692]: audit 2024-03-21T13:07:50.287785+0000 mon.a (mon.0) 3598 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:51.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:50 smithi178 bash[75692]: audit 2024-03-21T13:07:50.299352+0000 mon.a (mon.0) 3599 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:51.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:50 smithi178 bash[75692]: audit 2024-03-21T13:07:50.310752+0000 mon.a (mon.0) 3600 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:51.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:50 smithi178 bash[77880]: audit 2024-03-21T13:07:49.790669+0000 mon.a (mon.0) 3596 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:51.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:50 smithi178 bash[77880]: audit 2024-03-21T13:07:49.793180+0000 mon.a (mon.0) 3597 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:07:51.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:50 smithi178 bash[77880]: audit 2024-03-21T13:07:50.287785+0000 mon.a (mon.0) 3598 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:51.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:50 smithi178 bash[77880]: audit 2024-03-21T13:07:50.299352+0000 mon.a (mon.0) 3599 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:51.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:50 smithi178 bash[77880]: audit 2024-03-21T13:07:50.310752+0000 mon.a (mon.0) 3600 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:51.083 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:50 smithi184 bash[59794]: audit 2024-03-21T13:07:49.790669+0000 mon.a (mon.0) 3596 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:51.083 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:50 smithi184 bash[59794]: audit 2024-03-21T13:07:49.793180+0000 mon.a (mon.0) 3597 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:07:51.083 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:50 smithi184 bash[59794]: audit 2024-03-21T13:07:50.287785+0000 mon.a (mon.0) 3598 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:51.083 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:50 smithi184 bash[59794]: audit 2024-03-21T13:07:50.299352+0000 mon.a (mon.0) 3599 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:51.084 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:50 smithi184 bash[59794]: audit 2024-03-21T13:07:50.310752+0000 mon.a (mon.0) 3600 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:52.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:51 smithi178 bash[75692]: cluster 2024-03-21T13:07:50.303150+0000 mgr.x (mgr.34104) 2568 : cluster [DBG] pgmap v1690: 161 pgs: 17 peering, 144 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:07:52.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:51 smithi178 bash[75692]: cluster 2024-03-21T13:07:50.303717+0000 mgr.x (mgr.34104) 2569 : cluster [DBG] pgmap v1691: 161 pgs: 17 peering, 144 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:07:52.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:51 smithi178 bash[75692]: audit 2024-03-21T13:07:50.796679+0000 mgr.x (mgr.34104) 2570 : audit [DBG] from='client.15585 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:07:52.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:51 smithi178 bash[75692]: cluster 2024-03-21T13:07:51.295211+0000 mon.a (mon.0) 3601 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 45/630 objects degraded (7.143%), 13 pgs degraded) 2024-03-21T13:07:52.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:51 smithi178 bash[75692]: audit 2024-03-21T13:07:51.672206+0000 mon.a (mon.0) 3602 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:52.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:51 smithi178 bash[75692]: audit 2024-03-21T13:07:51.682909+0000 mon.a (mon.0) 3603 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:52.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:51 smithi178 bash[75692]: audit 2024-03-21T13:07:51.695908+0000 mon.a (mon.0) 3604 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:52.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:51 smithi178 bash[77880]: cluster 2024-03-21T13:07:50.303150+0000 mgr.x (mgr.34104) 2568 : cluster [DBG] pgmap v1690: 161 pgs: 17 peering, 144 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:07:52.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:51 smithi178 bash[77880]: cluster 2024-03-21T13:07:50.303717+0000 mgr.x (mgr.34104) 2569 : cluster [DBG] pgmap v1691: 161 pgs: 17 peering, 144 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:07:52.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:51 smithi178 bash[77880]: audit 2024-03-21T13:07:50.796679+0000 mgr.x (mgr.34104) 2570 : audit [DBG] from='client.15585 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:07:52.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:51 smithi178 bash[77880]: cluster 2024-03-21T13:07:51.295211+0000 mon.a (mon.0) 3601 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 45/630 objects degraded (7.143%), 13 pgs degraded) 2024-03-21T13:07:52.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:51 smithi178 bash[77880]: audit 2024-03-21T13:07:51.672206+0000 mon.a (mon.0) 3602 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:52.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:51 smithi178 bash[77880]: audit 2024-03-21T13:07:51.682909+0000 mon.a (mon.0) 3603 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:52.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:51 smithi178 bash[77880]: audit 2024-03-21T13:07:51.695908+0000 mon.a (mon.0) 3604 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:52.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:51 smithi184 bash[59794]: cluster 2024-03-21T13:07:50.303150+0000 mgr.x (mgr.34104) 2568 : cluster [DBG] pgmap v1690: 161 pgs: 17 peering, 144 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:07:52.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:51 smithi184 bash[59794]: cluster 2024-03-21T13:07:50.303717+0000 mgr.x (mgr.34104) 2569 : cluster [DBG] pgmap v1691: 161 pgs: 17 peering, 144 active+clean; 585 KiB data, 191 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:07:52.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:51 smithi184 bash[59794]: audit 2024-03-21T13:07:50.796679+0000 mgr.x (mgr.34104) 2570 : audit [DBG] from='client.15585 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:07:52.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:51 smithi184 bash[59794]: cluster 2024-03-21T13:07:51.295211+0000 mon.a (mon.0) 3601 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 45/630 objects degraded (7.143%), 13 pgs degraded) 2024-03-21T13:07:52.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:51 smithi184 bash[59794]: audit 2024-03-21T13:07:51.672206+0000 mon.a (mon.0) 3602 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:52.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:51 smithi184 bash[59794]: audit 2024-03-21T13:07:51.682909+0000 mon.a (mon.0) 3603 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:52.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:51 smithi184 bash[59794]: audit 2024-03-21T13:07:51.695908+0000 mon.a (mon.0) 3604 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:07:53.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:52 smithi178 bash[77880]: cluster 2024-03-21T13:07:51.686553+0000 mgr.x (mgr.34104) 2571 : cluster [DBG] pgmap v1692: 161 pgs: 161 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:07:53.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:52 smithi178 bash[77880]: cluster 2024-03-21T13:07:51.687062+0000 mgr.x (mgr.34104) 2572 : cluster [DBG] pgmap v1693: 161 pgs: 161 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:07:53.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:52 smithi178 bash[75692]: cluster 2024-03-21T13:07:51.686553+0000 mgr.x (mgr.34104) 2571 : cluster [DBG] pgmap v1692: 161 pgs: 161 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:07:53.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:52 smithi178 bash[75692]: cluster 2024-03-21T13:07:51.687062+0000 mgr.x (mgr.34104) 2572 : cluster [DBG] pgmap v1693: 161 pgs: 161 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:07:53.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:52 smithi184 bash[59794]: cluster 2024-03-21T13:07:51.686553+0000 mgr.x (mgr.34104) 2571 : cluster [DBG] pgmap v1692: 161 pgs: 161 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:07:53.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:52 smithi184 bash[59794]: cluster 2024-03-21T13:07:51.687062+0000 mgr.x (mgr.34104) 2572 : cluster [DBG] pgmap v1693: 161 pgs: 161 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:07:55.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:54 smithi184 bash[59794]: cluster 2024-03-21T13:07:53.688105+0000 mgr.x (mgr.34104) 2573 : cluster [DBG] pgmap v1694: 161 pgs: 161 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:07:55.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:54 smithi178 bash[75692]: cluster 2024-03-21T13:07:53.688105+0000 mgr.x (mgr.34104) 2573 : cluster [DBG] pgmap v1694: 161 pgs: 161 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:07:55.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:54 smithi178 bash[77880]: cluster 2024-03-21T13:07:53.688105+0000 mgr.x (mgr.34104) 2573 : cluster [DBG] pgmap v1694: 161 pgs: 161 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:07:55.823 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:07:55 smithi184 bash[52419]: ::ffff:172.21.15.184 - - [21/Mar/2024:13:07:55] "GET /metrics HTTP/1.1" 200 38601 "" "Prometheus/2.33.4" 2024-03-21T13:07:57.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:56 smithi184 bash[59794]: cluster 2024-03-21T13:07:55.689758+0000 mgr.x (mgr.34104) 2574 : cluster [DBG] pgmap v1695: 161 pgs: 161 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:07:57.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:56 smithi178 bash[75692]: cluster 2024-03-21T13:07:55.689758+0000 mgr.x (mgr.34104) 2574 : cluster [DBG] pgmap v1695: 161 pgs: 161 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:07:57.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:56 smithi178 bash[77880]: cluster 2024-03-21T13:07:55.689758+0000 mgr.x (mgr.34104) 2574 : cluster [DBG] pgmap v1695: 161 pgs: 161 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:07:59.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:07:58 smithi184 bash[59794]: cluster 2024-03-21T13:07:57.690703+0000 mgr.x (mgr.34104) 2575 : cluster [DBG] pgmap v1696: 161 pgs: 161 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 693 B/s rd, 0 op/s 2024-03-21T13:07:59.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:07:58 smithi178 bash[75692]: cluster 2024-03-21T13:07:57.690703+0000 mgr.x (mgr.34104) 2575 : cluster [DBG] pgmap v1696: 161 pgs: 161 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 693 B/s rd, 0 op/s 2024-03-21T13:07:59.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:07:58 smithi178 bash[77880]: cluster 2024-03-21T13:07:57.690703+0000 mgr.x (mgr.34104) 2575 : cluster [DBG] pgmap v1696: 161 pgs: 161 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 693 B/s rd, 0 op/s 2024-03-21T13:08:01.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:00 smithi178 bash[75692]: cluster 2024-03-21T13:07:59.692035+0000 mgr.x (mgr.34104) 2576 : cluster [DBG] pgmap v1697: 161 pgs: 161 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-21T13:08:01.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:00 smithi178 bash[75692]: audit 2024-03-21T13:07:59.999283+0000 mon.a (mon.0) 3605 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:01.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:00 smithi178 bash[77880]: cluster 2024-03-21T13:07:59.692035+0000 mgr.x (mgr.34104) 2576 : cluster [DBG] pgmap v1697: 161 pgs: 161 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-21T13:08:01.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:00 smithi178 bash[77880]: audit 2024-03-21T13:07:59.999283+0000 mon.a (mon.0) 3605 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:01.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:00 smithi184 bash[59794]: cluster 2024-03-21T13:07:59.692035+0000 mgr.x (mgr.34104) 2576 : cluster [DBG] pgmap v1697: 161 pgs: 161 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-21T13:08:01.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:00 smithi184 bash[59794]: audit 2024-03-21T13:07:59.999283+0000 mon.a (mon.0) 3605 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:02.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:02 smithi178 bash[75692]: audit 2024-03-21T13:08:00.804652+0000 mgr.x (mgr.34104) 2577 : audit [DBG] from='client.15585 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:08:02.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:02 smithi178 bash[75692]: audit 2024-03-21T13:08:01.899214+0000 mon.a (mon.0) 3606 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-03-21T13:08:02.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:02 smithi178 bash[77880]: audit 2024-03-21T13:08:00.804652+0000 mgr.x (mgr.34104) 2577 : audit [DBG] from='client.15585 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:08:02.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:02 smithi178 bash[77880]: audit 2024-03-21T13:08:01.899214+0000 mon.a (mon.0) 3606 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-03-21T13:08:02.316 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:02 smithi184 bash[59794]: audit 2024-03-21T13:08:00.804652+0000 mgr.x (mgr.34104) 2577 : audit [DBG] from='client.15585 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:08:02.316 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:02 smithi184 bash[59794]: audit 2024-03-21T13:08:01.899214+0000 mon.a (mon.0) 3606 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-03-21T13:08:03.281 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:03 smithi184 bash[59794]: cluster 2024-03-21T13:08:01.693518+0000 mgr.x (mgr.34104) 2578 : cluster [DBG] pgmap v1698: 161 pgs: 161 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-03-21T13:08:03.281 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:03 smithi184 bash[59794]: audit 2024-03-21T13:08:01.900819+0000 mgr.x (mgr.34104) 2579 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-03-21T13:08:03.282 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:03 smithi184 bash[59794]: cephadm 2024-03-21T13:08:01.903086+0000 mgr.x (mgr.34104) 2580 : cephadm [INF] Upgrade: osd.4 is safe to restart 2024-03-21T13:08:03.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:03 smithi178 bash[75692]: cluster 2024-03-21T13:08:01.693518+0000 mgr.x (mgr.34104) 2578 : cluster [DBG] pgmap v1698: 161 pgs: 161 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-03-21T13:08:03.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:03 smithi178 bash[75692]: audit 2024-03-21T13:08:01.900819+0000 mgr.x (mgr.34104) 2579 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-03-21T13:08:03.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:03 smithi178 bash[75692]: cephadm 2024-03-21T13:08:01.903086+0000 mgr.x (mgr.34104) 2580 : cephadm [INF] Upgrade: osd.4 is safe to restart 2024-03-21T13:08:03.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:03 smithi178 bash[77880]: cluster 2024-03-21T13:08:01.693518+0000 mgr.x (mgr.34104) 2578 : cluster [DBG] pgmap v1698: 161 pgs: 161 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-03-21T13:08:03.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:03 smithi178 bash[77880]: audit 2024-03-21T13:08:01.900819+0000 mgr.x (mgr.34104) 2579 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-03-21T13:08:03.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:03 smithi178 bash[77880]: cephadm 2024-03-21T13:08:01.903086+0000 mgr.x (mgr.34104) 2580 : cephadm [INF] Upgrade: osd.4 is safe to restart 2024-03-21T13:08:05.019 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:05 smithi184 bash[59794]: cluster 2024-03-21T13:08:03.694602+0000 mgr.x (mgr.34104) 2581 : cluster [DBG] pgmap v1699: 161 pgs: 161 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:08:05.019 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:05 smithi184 bash[59794]: audit 2024-03-21T13:08:04.229100+0000 mon.a (mon.0) 3607 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:05.019 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:05 smithi184 bash[59794]: audit 2024-03-21T13:08:04.233867+0000 mon.a (mon.0) 3608 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-03-21T13:08:05.019 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:05 smithi184 bash[59794]: audit 2024-03-21T13:08:04.235725+0000 mon.a (mon.0) 3609 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:05.019 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:05 smithi184 bash[59794]: audit 2024-03-21T13:08:04.791395+0000 mon.a (mon.0) 3610 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:05.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:05 smithi178 bash[75692]: cluster 2024-03-21T13:08:03.694602+0000 mgr.x (mgr.34104) 2581 : cluster [DBG] pgmap v1699: 161 pgs: 161 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:08:05.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:05 smithi178 bash[75692]: audit 2024-03-21T13:08:04.229100+0000 mon.a (mon.0) 3607 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:05.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:05 smithi178 bash[75692]: audit 2024-03-21T13:08:04.233867+0000 mon.a (mon.0) 3608 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-03-21T13:08:05.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:05 smithi178 bash[75692]: audit 2024-03-21T13:08:04.235725+0000 mon.a (mon.0) 3609 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:05.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:05 smithi178 bash[75692]: audit 2024-03-21T13:08:04.791395+0000 mon.a (mon.0) 3610 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:05.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:05 smithi178 bash[75692]: audit 2024-03-21T13:08:04.793796+0000 mon.a (mon.0) 3611 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:08:05.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:05 smithi178 bash[77880]: cluster 2024-03-21T13:08:03.694602+0000 mgr.x (mgr.34104) 2581 : cluster [DBG] pgmap v1699: 161 pgs: 161 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:08:05.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:05 smithi178 bash[77880]: audit 2024-03-21T13:08:04.229100+0000 mon.a (mon.0) 3607 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:05.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:05 smithi178 bash[77880]: audit 2024-03-21T13:08:04.233867+0000 mon.a (mon.0) 3608 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-03-21T13:08:05.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:05 smithi178 bash[77880]: audit 2024-03-21T13:08:04.235725+0000 mon.a (mon.0) 3609 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:05.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:05 smithi178 bash[77880]: audit 2024-03-21T13:08:04.791395+0000 mon.a (mon.0) 3610 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:05.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:05 smithi178 bash[77880]: audit 2024-03-21T13:08:04.793796+0000 mon.a (mon.0) 3611 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:08:05.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:05 smithi184 bash[59794]: audit 2024-03-21T13:08:04.793796+0000 mon.a (mon.0) 3611 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:08:05.823 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:08:05 smithi184 bash[52419]: ::ffff:172.21.15.184 - - [21/Mar/2024:13:08:05] "GET /metrics HTTP/1.1" 200 38595 "" "Prometheus/2.33.4" 2024-03-21T13:08:06.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:06 smithi178 bash[75692]: cephadm 2024-03-21T13:08:04.222524+0000 mgr.x (mgr.34104) 2582 : cephadm [INF] Upgrade: Updating osd.4 2024-03-21T13:08:06.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:06 smithi178 bash[75692]: cephadm 2024-03-21T13:08:04.242853+0000 mgr.x (mgr.34104) 2583 : cephadm [INF] Deploying daemon osd.4 on smithi184 2024-03-21T13:08:06.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:06 smithi178 bash[77880]: cephadm 2024-03-21T13:08:04.222524+0000 mgr.x (mgr.34104) 2582 : cephadm [INF] Upgrade: Updating osd.4 2024-03-21T13:08:06.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:06 smithi178 bash[77880]: cephadm 2024-03-21T13:08:04.242853+0000 mgr.x (mgr.34104) 2583 : cephadm [INF] Deploying daemon osd.4 on smithi184 2024-03-21T13:08:06.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:06 smithi184 bash[59794]: cephadm 2024-03-21T13:08:04.222524+0000 mgr.x (mgr.34104) 2582 : cephadm [INF] Upgrade: Updating osd.4 2024-03-21T13:08:06.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:06 smithi184 bash[59794]: cephadm 2024-03-21T13:08:04.242853+0000 mgr.x (mgr.34104) 2583 : cephadm [INF] Deploying daemon osd.4 on smithi184 2024-03-21T13:08:07.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:07 smithi178 bash[75692]: cluster 2024-03-21T13:08:05.696283+0000 mgr.x (mgr.34104) 2584 : cluster [DBG] pgmap v1700: 161 pgs: 161 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:08:07.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:07 smithi178 bash[77880]: cluster 2024-03-21T13:08:05.696283+0000 mgr.x (mgr.34104) 2584 : cluster [DBG] pgmap v1700: 161 pgs: 161 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:08:07.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:07 smithi184 bash[59794]: cluster 2024-03-21T13:08:05.696283+0000 mgr.x (mgr.34104) 2584 : cluster [DBG] pgmap v1700: 161 pgs: 161 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:08:09.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:09 smithi178 bash[75692]: cluster 2024-03-21T13:08:07.697073+0000 mgr.x (mgr.34104) 2585 : cluster [DBG] pgmap v1701: 161 pgs: 161 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:08:09.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:09 smithi178 bash[77880]: cluster 2024-03-21T13:08:07.697073+0000 mgr.x (mgr.34104) 2585 : cluster [DBG] pgmap v1701: 161 pgs: 161 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:08:09.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:09 smithi184 bash[59794]: cluster 2024-03-21T13:08:07.697073+0000 mgr.x (mgr.34104) 2585 : cluster [DBG] pgmap v1701: 161 pgs: 161 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:08:10.736 INFO:journalctl@ceph.osd.4.smithi184.stdout:Mar 21 13:08:10 smithi184 systemd[1]: Stopping Ceph osd.4 for a94f249e-e780-11ee-95cd-87774f69a715... 2024-03-21T13:08:11.036 INFO:journalctl@ceph.osd.4.smithi184.stdout:Mar 21 13:08:10 smithi184 bash[20335]: debug 2024-03-21T13:08:10.730+0000 7f2629c1e700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.4 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-03-21T13:08:11.036 INFO:journalctl@ceph.osd.4.smithi184.stdout:Mar 21 13:08:10 smithi184 bash[20335]: debug 2024-03-21T13:08:10.730+0000 7f2629c1e700 -1 osd.4 148 *** Got signal Terminated *** 2024-03-21T13:08:11.036 INFO:journalctl@ceph.osd.4.smithi184.stdout:Mar 21 13:08:10 smithi184 bash[20335]: debug 2024-03-21T13:08:10.730+0000 7f2629c1e700 -1 osd.4 148 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-21T13:08:11.065 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:11 smithi178 bash[77880]: cluster 2024-03-21T13:08:09.698289+0000 mgr.x (mgr.34104) 2586 : cluster [DBG] pgmap v1702: 161 pgs: 161 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:08:11.065 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:11 smithi178 bash[77880]: audit 2024-03-21T13:08:10.464533+0000 mon.a (mon.0) 3612 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:11.065 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:11 smithi178 bash[77880]: audit 2024-03-21T13:08:10.474409+0000 mon.a (mon.0) 3613 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:11.065 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:11 smithi178 bash[77880]: audit 2024-03-21T13:08:10.484116+0000 mon.a (mon.0) 3614 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:11.065 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:11 smithi178 bash[77880]: cluster 2024-03-21T13:08:10.735479+0000 mon.a (mon.0) 3615 : cluster [INF] osd.4 marked itself down and dead 2024-03-21T13:08:11.065 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:11 smithi178 bash[75692]: cluster 2024-03-21T13:08:09.698289+0000 mgr.x (mgr.34104) 2586 : cluster [DBG] pgmap v1702: 161 pgs: 161 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:08:11.065 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:11 smithi178 bash[75692]: audit 2024-03-21T13:08:10.464533+0000 mon.a (mon.0) 3612 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:11.065 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:11 smithi178 bash[75692]: audit 2024-03-21T13:08:10.474409+0000 mon.a (mon.0) 3613 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:11.065 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:11 smithi178 bash[75692]: audit 2024-03-21T13:08:10.484116+0000 mon.a (mon.0) 3614 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:11.066 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:11 smithi178 bash[75692]: cluster 2024-03-21T13:08:10.735479+0000 mon.a (mon.0) 3615 : cluster [INF] osd.4 marked itself down and dead 2024-03-21T13:08:11.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:11 smithi184 bash[59794]: cluster 2024-03-21T13:08:09.698289+0000 mgr.x (mgr.34104) 2586 : cluster [DBG] pgmap v1702: 161 pgs: 161 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:08:11.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:11 smithi184 bash[59794]: audit 2024-03-21T13:08:10.464533+0000 mon.a (mon.0) 3612 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:11.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:11 smithi184 bash[59794]: audit 2024-03-21T13:08:10.474409+0000 mon.a (mon.0) 3613 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:11.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:11 smithi184 bash[59794]: audit 2024-03-21T13:08:10.484116+0000 mon.a (mon.0) 3614 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:11.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:11 smithi184 bash[59794]: cluster 2024-03-21T13:08:10.735479+0000 mon.a (mon.0) 3615 : cluster [INF] osd.4 marked itself down and dead 2024-03-21T13:08:12.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:12 smithi178 bash[75692]: cluster 2024-03-21T13:08:10.477501+0000 mgr.x (mgr.34104) 2587 : cluster [DBG] pgmap v1703: 161 pgs: 161 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 949 B/s rd, 0 op/s 2024-03-21T13:08:12.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:12 smithi178 bash[75692]: cluster 2024-03-21T13:08:10.477852+0000 mgr.x (mgr.34104) 2588 : cluster [DBG] pgmap v1704: 161 pgs: 161 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-21T13:08:12.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:12 smithi178 bash[75692]: audit 2024-03-21T13:08:10.812593+0000 mgr.x (mgr.34104) 2589 : audit [DBG] from='client.15585 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:08:12.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:12 smithi178 bash[75692]: audit 2024-03-21T13:08:11.251111+0000 mon.a (mon.0) 3616 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:12.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:12 smithi178 bash[75692]: audit 2024-03-21T13:08:11.261996+0000 mon.a (mon.0) 3617 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:12.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:12 smithi178 bash[75692]: audit 2024-03-21T13:08:11.272775+0000 mon.a (mon.0) 3618 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:12.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:12 smithi178 bash[75692]: cluster 2024-03-21T13:08:11.470697+0000 mon.a (mon.0) 3619 : cluster [WRN] Health check update: 2 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-21T13:08:12.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:12 smithi178 bash[75692]: cluster 2024-03-21T13:08:11.481734+0000 mon.a (mon.0) 3620 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-03-21T13:08:12.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:12 smithi178 bash[75692]: cluster 2024-03-21T13:08:11.488333+0000 mon.a (mon.0) 3621 : cluster [DBG] osdmap e149: 8 total, 7 up, 8 in 2024-03-21T13:08:12.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:12 smithi178 bash[77880]: cluster 2024-03-21T13:08:10.477501+0000 mgr.x (mgr.34104) 2587 : cluster [DBG] pgmap v1703: 161 pgs: 161 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 949 B/s rd, 0 op/s 2024-03-21T13:08:12.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:12 smithi178 bash[77880]: cluster 2024-03-21T13:08:10.477852+0000 mgr.x (mgr.34104) 2588 : cluster [DBG] pgmap v1704: 161 pgs: 161 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-21T13:08:12.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:12 smithi178 bash[77880]: audit 2024-03-21T13:08:10.812593+0000 mgr.x (mgr.34104) 2589 : audit [DBG] from='client.15585 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:08:12.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:12 smithi178 bash[77880]: audit 2024-03-21T13:08:11.251111+0000 mon.a (mon.0) 3616 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:12.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:12 smithi178 bash[77880]: audit 2024-03-21T13:08:11.261996+0000 mon.a (mon.0) 3617 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:12.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:12 smithi178 bash[77880]: audit 2024-03-21T13:08:11.272775+0000 mon.a (mon.0) 3618 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:12.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:12 smithi178 bash[77880]: cluster 2024-03-21T13:08:11.470697+0000 mon.a (mon.0) 3619 : cluster [WRN] Health check update: 2 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-21T13:08:12.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:12 smithi178 bash[77880]: cluster 2024-03-21T13:08:11.481734+0000 mon.a (mon.0) 3620 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-03-21T13:08:12.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:12 smithi178 bash[77880]: cluster 2024-03-21T13:08:11.488333+0000 mon.a (mon.0) 3621 : cluster [DBG] osdmap e149: 8 total, 7 up, 8 in 2024-03-21T13:08:12.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:12 smithi184 bash[59794]: cluster 2024-03-21T13:08:10.477501+0000 mgr.x (mgr.34104) 2587 : cluster [DBG] pgmap v1703: 161 pgs: 161 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 949 B/s rd, 0 op/s 2024-03-21T13:08:12.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:12 smithi184 bash[59794]: cluster 2024-03-21T13:08:10.477852+0000 mgr.x (mgr.34104) 2588 : cluster [DBG] pgmap v1704: 161 pgs: 161 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-21T13:08:12.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:12 smithi184 bash[59794]: audit 2024-03-21T13:08:10.812593+0000 mgr.x (mgr.34104) 2589 : audit [DBG] from='client.15585 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:08:12.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:12 smithi184 bash[59794]: audit 2024-03-21T13:08:11.251111+0000 mon.a (mon.0) 3616 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:12.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:12 smithi184 bash[59794]: audit 2024-03-21T13:08:11.261996+0000 mon.a (mon.0) 3617 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:12.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:12 smithi184 bash[59794]: audit 2024-03-21T13:08:11.272775+0000 mon.a (mon.0) 3618 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:12.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:12 smithi184 bash[59794]: cluster 2024-03-21T13:08:11.470697+0000 mon.a (mon.0) 3619 : cluster [WRN] Health check update: 2 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-21T13:08:12.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:12 smithi184 bash[59794]: cluster 2024-03-21T13:08:11.481734+0000 mon.a (mon.0) 3620 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-03-21T13:08:12.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:12 smithi184 bash[59794]: cluster 2024-03-21T13:08:11.488333+0000 mon.a (mon.0) 3621 : cluster [DBG] osdmap e149: 8 total, 7 up, 8 in 2024-03-21T13:08:12.909 INFO:journalctl@ceph.osd.4.smithi184.stdout:Mar 21 13:08:12 smithi184 bash[66049]: ceph-a94f249e-e780-11ee-95cd-87774f69a715-osd-4 2024-03-21T13:08:12.910 INFO:journalctl@ceph.osd.4.smithi184.stdout:Mar 21 13:08:12 smithi184 bash[66190]: Error response from daemon: No such container: ceph-a94f249e-e780-11ee-95cd-87774f69a715-osd-4 2024-03-21T13:08:13.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:13 smithi178 bash[75692]: cluster 2024-03-21T13:08:11.265704+0000 mgr.x (mgr.34104) 2590 : cluster [DBG] pgmap v1705: 161 pgs: 161 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-03-21T13:08:13.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:13 smithi178 bash[75692]: cluster 2024-03-21T13:08:11.266202+0000 mgr.x (mgr.34104) 2591 : cluster [DBG] pgmap v1706: 161 pgs: 161 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 919 B/s rd, 0 op/s 2024-03-21T13:08:13.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:13 smithi178 bash[75692]: cluster 2024-03-21T13:08:12.493305+0000 mon.a (mon.0) 3622 : cluster [DBG] osdmap e150: 8 total, 7 up, 8 in 2024-03-21T13:08:13.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:13 smithi178 bash[77880]: cluster 2024-03-21T13:08:11.265704+0000 mgr.x (mgr.34104) 2590 : cluster [DBG] pgmap v1705: 161 pgs: 161 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-03-21T13:08:13.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:13 smithi178 bash[77880]: cluster 2024-03-21T13:08:11.266202+0000 mgr.x (mgr.34104) 2591 : cluster [DBG] pgmap v1706: 161 pgs: 161 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 919 B/s rd, 0 op/s 2024-03-21T13:08:13.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:13 smithi178 bash[77880]: cluster 2024-03-21T13:08:12.493305+0000 mon.a (mon.0) 3622 : cluster [DBG] osdmap e150: 8 total, 7 up, 8 in 2024-03-21T13:08:13.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:13 smithi184 bash[59794]: cluster 2024-03-21T13:08:11.265704+0000 mgr.x (mgr.34104) 2590 : cluster [DBG] pgmap v1705: 161 pgs: 161 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-03-21T13:08:13.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:13 smithi184 bash[59794]: cluster 2024-03-21T13:08:11.266202+0000 mgr.x (mgr.34104) 2591 : cluster [DBG] pgmap v1706: 161 pgs: 161 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 919 B/s rd, 0 op/s 2024-03-21T13:08:13.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:13 smithi184 bash[59794]: cluster 2024-03-21T13:08:12.493305+0000 mon.a (mon.0) 3622 : cluster [DBG] osdmap e150: 8 total, 7 up, 8 in 2024-03-21T13:08:14.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:14 smithi178 bash[75692]: cluster 2024-03-21T13:08:14.037716+0000 mon.a (mon.0) 3623 : cluster [WRN] Health check failed: Degraded data redundancy: 6/630 objects degraded (0.952%), 2 pgs degraded (PG_DEGRADED) 2024-03-21T13:08:14.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:14 smithi178 bash[77880]: cluster 2024-03-21T13:08:14.037716+0000 mon.a (mon.0) 3623 : cluster [WRN] Health check failed: Degraded data redundancy: 6/630 objects degraded (0.952%), 2 pgs degraded (PG_DEGRADED) 2024-03-21T13:08:14.454 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:14 smithi184 bash[59794]: cluster 2024-03-21T13:08:14.037716+0000 mon.a (mon.0) 3623 : cluster [WRN] Health check failed: Degraded data redundancy: 6/630 objects degraded (0.952%), 2 pgs degraded (PG_DEGRADED) 2024-03-21T13:08:15.303 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:15 smithi184 bash[59794]: cluster 2024-03-21T13:08:13.267143+0000 mgr.x (mgr.34104) 2592 : cluster [DBG] pgmap v1709: 161 pgs: 2 active+undersized+degraded, 19 stale+active+clean, 4 active+undersized, 136 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 6/630 objects degraded (0.952%) 2024-03-21T13:08:15.304 INFO:journalctl@ceph.osd.4.smithi184.stdout:Mar 21 13:08:14 smithi184 systemd[1]: ceph-a94f249e-e780-11ee-95cd-87774f69a715@osd.4.service: Succeeded. 2024-03-21T13:08:15.304 INFO:journalctl@ceph.osd.4.smithi184.stdout:Mar 21 13:08:14 smithi184 systemd[1]: Stopped Ceph osd.4 for a94f249e-e780-11ee-95cd-87774f69a715. 2024-03-21T13:08:15.304 INFO:journalctl@ceph.osd.4.smithi184.stdout:Mar 21 13:08:15 smithi184 systemd[1]: Started Ceph osd.4 for a94f249e-e780-11ee-95cd-87774f69a715. 2024-03-21T13:08:15.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:15 smithi178 bash[75692]: cluster 2024-03-21T13:08:13.267143+0000 mgr.x (mgr.34104) 2592 : cluster [DBG] pgmap v1709: 161 pgs: 2 active+undersized+degraded, 19 stale+active+clean, 4 active+undersized, 136 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 6/630 objects degraded (0.952%) 2024-03-21T13:08:15.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:15 smithi178 bash[77880]: cluster 2024-03-21T13:08:13.267143+0000 mgr.x (mgr.34104) 2592 : cluster [DBG] pgmap v1709: 161 pgs: 2 active+undersized+degraded, 19 stale+active+clean, 4 active+undersized, 136 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 6/630 objects degraded (0.952%) 2024-03-21T13:08:15.573 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:08:15 smithi184 bash[52419]: ::ffff:172.21.15.184 - - [21/Mar/2024:13:08:15] "GET /metrics HTTP/1.1" 200 38595 "" "Prometheus/2.33.4" 2024-03-21T13:08:16.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:16 smithi178 bash[75692]: cluster 2024-03-21T13:08:15.267972+0000 mgr.x (mgr.34104) 2593 : cluster [DBG] pgmap v1710: 161 pgs: 14 active+undersized+degraded, 9 stale+active+clean, 21 active+undersized, 117 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 49/630 objects degraded (7.778%) 2024-03-21T13:08:16.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:16 smithi178 bash[75692]: audit 2024-03-21T13:08:15.288159+0000 mon.a (mon.0) 3624 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:16.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:16 smithi178 bash[75692]: audit 2024-03-21T13:08:15.299527+0000 mon.a (mon.0) 3625 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:16.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:16 smithi178 bash[75692]: audit 2024-03-21T13:08:15.333825+0000 mon.a (mon.0) 3626 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:16.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:16 smithi178 bash[75692]: audit 2024-03-21T13:08:15.335541+0000 mon.a (mon.0) 3627 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:16.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:16 smithi178 bash[75692]: cluster 2024-03-21T13:08:15.339889+0000 mgr.x (mgr.34104) 2594 : cluster [DBG] pgmap v1711: 161 pgs: 14 active+undersized+degraded, 9 stale+active+clean, 21 active+undersized, 117 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 49/630 objects degraded (7.778%) 2024-03-21T13:08:16.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:16 smithi178 bash[75692]: cluster 2024-03-21T13:08:15.340480+0000 mgr.x (mgr.34104) 2595 : cluster [DBG] pgmap v1712: 161 pgs: 14 active+undersized+degraded, 9 stale+active+clean, 21 active+undersized, 117 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 49/630 objects degraded (7.778%) 2024-03-21T13:08:16.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:16 smithi178 bash[75692]: audit 2024-03-21T13:08:15.348012+0000 mon.a (mon.0) 3628 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:16.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:16 smithi178 bash[75692]: cephadm 2024-03-21T13:08:15.350053+0000 mgr.x (mgr.34104) 2596 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:16.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:16 smithi178 bash[75692]: audit 2024-03-21T13:08:15.429918+0000 mon.a (mon.0) 3629 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:16.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:16 smithi178 bash[75692]: audit 2024-03-21T13:08:15.433739+0000 mon.a (mon.0) 3630 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:16.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:16 smithi178 bash[75692]: audit 2024-03-21T13:08:15.438878+0000 mon.a (mon.0) 3631 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:16.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:16 smithi178 bash[75692]: audit 2024-03-21T13:08:15.440568+0000 mon.a (mon.0) 3632 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:16.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:16 smithi178 bash[75692]: cluster 2024-03-21T13:08:15.444944+0000 mgr.x (mgr.34104) 2597 : cluster [DBG] pgmap v1713: 161 pgs: 14 active+undersized+degraded, 9 stale+active+clean, 21 active+undersized, 117 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 49/630 objects degraded (7.778%) 2024-03-21T13:08:16.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:16 smithi178 bash[75692]: cluster 2024-03-21T13:08:15.445974+0000 mgr.x (mgr.34104) 2598 : cluster [DBG] pgmap v1714: 161 pgs: 14 active+undersized+degraded, 9 stale+active+clean, 21 active+undersized, 117 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 49/630 objects degraded (7.778%) 2024-03-21T13:08:16.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:16 smithi178 bash[75692]: audit 2024-03-21T13:08:15.452734+0000 mon.a (mon.0) 3633 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:16.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:16 smithi178 bash[75692]: cephadm 2024-03-21T13:08:15.454555+0000 mgr.x (mgr.34104) 2599 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:16.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:16 smithi178 bash[77880]: cluster 2024-03-21T13:08:15.267972+0000 mgr.x (mgr.34104) 2593 : cluster [DBG] pgmap v1710: 161 pgs: 14 active+undersized+degraded, 9 stale+active+clean, 21 active+undersized, 117 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 49/630 objects degraded (7.778%) 2024-03-21T13:08:16.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:16 smithi178 bash[77880]: audit 2024-03-21T13:08:15.288159+0000 mon.a (mon.0) 3624 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:16.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:16 smithi178 bash[77880]: audit 2024-03-21T13:08:15.299527+0000 mon.a (mon.0) 3625 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:16.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:16 smithi178 bash[77880]: audit 2024-03-21T13:08:15.333825+0000 mon.a (mon.0) 3626 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:16.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:16 smithi178 bash[77880]: audit 2024-03-21T13:08:15.335541+0000 mon.a (mon.0) 3627 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:16.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:16 smithi178 bash[77880]: cluster 2024-03-21T13:08:15.339889+0000 mgr.x (mgr.34104) 2594 : cluster [DBG] pgmap v1711: 161 pgs: 14 active+undersized+degraded, 9 stale+active+clean, 21 active+undersized, 117 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 49/630 objects degraded (7.778%) 2024-03-21T13:08:16.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:16 smithi178 bash[77880]: cluster 2024-03-21T13:08:15.340480+0000 mgr.x (mgr.34104) 2595 : cluster [DBG] pgmap v1712: 161 pgs: 14 active+undersized+degraded, 9 stale+active+clean, 21 active+undersized, 117 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 49/630 objects degraded (7.778%) 2024-03-21T13:08:16.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:16 smithi178 bash[77880]: audit 2024-03-21T13:08:15.348012+0000 mon.a (mon.0) 3628 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:16.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:16 smithi178 bash[77880]: cephadm 2024-03-21T13:08:15.350053+0000 mgr.x (mgr.34104) 2596 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:16.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:16 smithi178 bash[77880]: audit 2024-03-21T13:08:15.429918+0000 mon.a (mon.0) 3629 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:16.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:16 smithi178 bash[77880]: audit 2024-03-21T13:08:15.433739+0000 mon.a (mon.0) 3630 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:16.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:16 smithi178 bash[77880]: audit 2024-03-21T13:08:15.438878+0000 mon.a (mon.0) 3631 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:16.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:16 smithi178 bash[77880]: audit 2024-03-21T13:08:15.440568+0000 mon.a (mon.0) 3632 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:16.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:16 smithi178 bash[77880]: cluster 2024-03-21T13:08:15.444944+0000 mgr.x (mgr.34104) 2597 : cluster [DBG] pgmap v1713: 161 pgs: 14 active+undersized+degraded, 9 stale+active+clean, 21 active+undersized, 117 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 49/630 objects degraded (7.778%) 2024-03-21T13:08:16.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:16 smithi178 bash[77880]: cluster 2024-03-21T13:08:15.445974+0000 mgr.x (mgr.34104) 2598 : cluster [DBG] pgmap v1714: 161 pgs: 14 active+undersized+degraded, 9 stale+active+clean, 21 active+undersized, 117 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 49/630 objects degraded (7.778%) 2024-03-21T13:08:16.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:16 smithi178 bash[77880]: audit 2024-03-21T13:08:15.452734+0000 mon.a (mon.0) 3633 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:16.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:16 smithi178 bash[77880]: cephadm 2024-03-21T13:08:15.454555+0000 mgr.x (mgr.34104) 2599 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:16.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:16 smithi178 bash[77880]: audit 2024-03-21T13:08:15.535167+0000 mon.a (mon.0) 3634 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:16.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:16 smithi178 bash[77880]: audit 2024-03-21T13:08:15.539089+0000 mon.a (mon.0) 3635 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:16.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:16 smithi178 bash[77880]: audit 2024-03-21T13:08:15.545651+0000 mon.a (mon.0) 3636 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:16.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:16 smithi178 bash[77880]: audit 2024-03-21T13:08:15.547482+0000 mon.a (mon.0) 3637 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:16.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:16 smithi178 bash[77880]: cluster 2024-03-21T13:08:15.551390+0000 mgr.x (mgr.34104) 2600 : cluster [DBG] pgmap v1715: 161 pgs: 14 active+undersized+degraded, 9 stale+active+clean, 21 active+undersized, 117 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 49/630 objects degraded (7.778%) 2024-03-21T13:08:16.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:16 smithi178 bash[77880]: cluster 2024-03-21T13:08:15.551796+0000 mgr.x (mgr.34104) 2601 : cluster [DBG] pgmap v1716: 161 pgs: 14 active+undersized+degraded, 9 stale+active+clean, 21 active+undersized, 117 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 49/630 objects degraded (7.778%) 2024-03-21T13:08:16.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:16 smithi178 bash[77880]: audit 2024-03-21T13:08:15.559746+0000 mon.a (mon.0) 3638 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:16.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:16 smithi178 bash[77880]: cephadm 2024-03-21T13:08:15.561515+0000 mgr.x (mgr.34104) 2602 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:16.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:16 smithi178 bash[77880]: audit 2024-03-21T13:08:15.639565+0000 mon.a (mon.0) 3639 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:16.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:16 smithi178 bash[77880]: audit 2024-03-21T13:08:15.642745+0000 mon.a (mon.0) 3640 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:16.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:16 smithi178 bash[77880]: audit 2024-03-21T13:08:15.646269+0000 mon.a (mon.0) 3641 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:16.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:16 smithi178 bash[77880]: audit 2024-03-21T13:08:15.647734+0000 mon.a (mon.0) 3642 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:16.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:16 smithi178 bash[77880]: cluster 2024-03-21T13:08:15.651391+0000 mgr.x (mgr.34104) 2603 : cluster [DBG] pgmap v1717: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:16.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:16 smithi178 bash[77880]: cluster 2024-03-21T13:08:15.651795+0000 mgr.x (mgr.34104) 2604 : cluster [DBG] pgmap v1718: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:16.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:16 smithi178 bash[77880]: audit 2024-03-21T13:08:15.660170+0000 mon.a (mon.0) 3643 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:16.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:16 smithi178 bash[77880]: cephadm 2024-03-21T13:08:15.661941+0000 mgr.x (mgr.34104) 2605 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:16.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:16 smithi178 bash[77880]: audit 2024-03-21T13:08:15.739509+0000 mon.a (mon.0) 3644 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:16.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:16 smithi178 bash[77880]: audit 2024-03-21T13:08:15.743213+0000 mon.a (mon.0) 3645 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:16.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:16 smithi178 bash[75692]: audit 2024-03-21T13:08:15.535167+0000 mon.a (mon.0) 3634 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:16.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:16 smithi178 bash[75692]: audit 2024-03-21T13:08:15.539089+0000 mon.a (mon.0) 3635 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:16.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:16 smithi178 bash[75692]: audit 2024-03-21T13:08:15.545651+0000 mon.a (mon.0) 3636 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:16.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:16 smithi178 bash[75692]: audit 2024-03-21T13:08:15.547482+0000 mon.a (mon.0) 3637 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:16.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:16 smithi178 bash[75692]: cluster 2024-03-21T13:08:15.551390+0000 mgr.x (mgr.34104) 2600 : cluster [DBG] pgmap v1715: 161 pgs: 14 active+undersized+degraded, 9 stale+active+clean, 21 active+undersized, 117 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 49/630 objects degraded (7.778%) 2024-03-21T13:08:16.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:16 smithi178 bash[75692]: cluster 2024-03-21T13:08:15.551796+0000 mgr.x (mgr.34104) 2601 : cluster [DBG] pgmap v1716: 161 pgs: 14 active+undersized+degraded, 9 stale+active+clean, 21 active+undersized, 117 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 49/630 objects degraded (7.778%) 2024-03-21T13:08:16.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:16 smithi178 bash[75692]: audit 2024-03-21T13:08:15.559746+0000 mon.a (mon.0) 3638 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:16.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:16 smithi178 bash[75692]: cephadm 2024-03-21T13:08:15.561515+0000 mgr.x (mgr.34104) 2602 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:16.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:16 smithi178 bash[75692]: audit 2024-03-21T13:08:15.639565+0000 mon.a (mon.0) 3639 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:16.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:16 smithi178 bash[75692]: audit 2024-03-21T13:08:15.642745+0000 mon.a (mon.0) 3640 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:16.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:16 smithi178 bash[75692]: audit 2024-03-21T13:08:15.646269+0000 mon.a (mon.0) 3641 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:16.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:16 smithi178 bash[75692]: audit 2024-03-21T13:08:15.647734+0000 mon.a (mon.0) 3642 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:16.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:16 smithi178 bash[75692]: cluster 2024-03-21T13:08:15.651391+0000 mgr.x (mgr.34104) 2603 : cluster [DBG] pgmap v1717: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:16.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:16 smithi178 bash[75692]: cluster 2024-03-21T13:08:15.651795+0000 mgr.x (mgr.34104) 2604 : cluster [DBG] pgmap v1718: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:16.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:16 smithi178 bash[75692]: audit 2024-03-21T13:08:15.660170+0000 mon.a (mon.0) 3643 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:16.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:16 smithi178 bash[75692]: cephadm 2024-03-21T13:08:15.661941+0000 mgr.x (mgr.34104) 2605 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:16.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:16 smithi178 bash[75692]: audit 2024-03-21T13:08:15.739509+0000 mon.a (mon.0) 3644 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:16.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:16 smithi178 bash[75692]: audit 2024-03-21T13:08:15.743213+0000 mon.a (mon.0) 3645 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:16.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:16 smithi178 bash[77880]: audit 2024-03-21T13:08:15.747403+0000 mon.a (mon.0) 3646 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:16.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:16 smithi178 bash[77880]: audit 2024-03-21T13:08:15.749155+0000 mon.a (mon.0) 3647 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:16.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:16 smithi178 bash[77880]: cluster 2024-03-21T13:08:15.753017+0000 mgr.x (mgr.34104) 2606 : cluster [DBG] pgmap v1719: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:16.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:16 smithi178 bash[77880]: audit 2024-03-21T13:08:15.759321+0000 mon.a (mon.0) 3648 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:16.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:16 smithi178 bash[77880]: cephadm 2024-03-21T13:08:15.761206+0000 mgr.x (mgr.34104) 2607 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:16.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:16 smithi178 bash[77880]: audit 2024-03-21T13:08:15.839637+0000 mon.a (mon.0) 3649 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:16.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:16 smithi178 bash[77880]: audit 2024-03-21T13:08:15.843050+0000 mon.a (mon.0) 3650 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:16.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:16 smithi178 bash[77880]: audit 2024-03-21T13:08:15.846403+0000 mon.a (mon.0) 3651 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:16.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:16 smithi178 bash[77880]: audit 2024-03-21T13:08:15.847706+0000 mon.a (mon.0) 3652 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:16.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:16 smithi178 bash[77880]: cluster 2024-03-21T13:08:15.851046+0000 mgr.x (mgr.34104) 2608 : cluster [DBG] pgmap v1720: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:16.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:16 smithi178 bash[77880]: cluster 2024-03-21T13:08:15.851657+0000 mgr.x (mgr.34104) 2609 : cluster [DBG] pgmap v1721: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:16.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:16 smithi178 bash[77880]: audit 2024-03-21T13:08:15.859056+0000 mon.a (mon.0) 3653 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:16.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:16 smithi178 bash[77880]: cephadm 2024-03-21T13:08:15.860752+0000 mgr.x (mgr.34104) 2610 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:16.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:16 smithi178 bash[77880]: audit 2024-03-21T13:08:15.942584+0000 mon.a (mon.0) 3654 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:16.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:16 smithi178 bash[77880]: audit 2024-03-21T13:08:15.945525+0000 mon.a (mon.0) 3655 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:16.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:16 smithi178 bash[77880]: audit 2024-03-21T13:08:15.948356+0000 mon.a (mon.0) 3656 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:16.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:16 smithi178 bash[77880]: audit 2024-03-21T13:08:15.949724+0000 mon.a (mon.0) 3657 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:16.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:16 smithi178 bash[75692]: audit 2024-03-21T13:08:15.747403+0000 mon.a (mon.0) 3646 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:16.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:16 smithi178 bash[75692]: audit 2024-03-21T13:08:15.749155+0000 mon.a (mon.0) 3647 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:16.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:16 smithi178 bash[75692]: cluster 2024-03-21T13:08:15.753017+0000 mgr.x (mgr.34104) 2606 : cluster [DBG] pgmap v1719: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:16.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:16 smithi178 bash[75692]: audit 2024-03-21T13:08:15.759321+0000 mon.a (mon.0) 3648 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:16.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:16 smithi178 bash[75692]: cephadm 2024-03-21T13:08:15.761206+0000 mgr.x (mgr.34104) 2607 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:16.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:16 smithi178 bash[75692]: audit 2024-03-21T13:08:15.839637+0000 mon.a (mon.0) 3649 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:16.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:16 smithi178 bash[75692]: audit 2024-03-21T13:08:15.843050+0000 mon.a (mon.0) 3650 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:16.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:16 smithi178 bash[75692]: audit 2024-03-21T13:08:15.846403+0000 mon.a (mon.0) 3651 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:16.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:16 smithi178 bash[75692]: audit 2024-03-21T13:08:15.847706+0000 mon.a (mon.0) 3652 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:16.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:16 smithi178 bash[75692]: cluster 2024-03-21T13:08:15.851046+0000 mgr.x (mgr.34104) 2608 : cluster [DBG] pgmap v1720: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:16.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:16 smithi178 bash[75692]: cluster 2024-03-21T13:08:15.851657+0000 mgr.x (mgr.34104) 2609 : cluster [DBG] pgmap v1721: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:16.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:16 smithi178 bash[75692]: audit 2024-03-21T13:08:15.859056+0000 mon.a (mon.0) 3653 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:16.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:16 smithi178 bash[75692]: cephadm 2024-03-21T13:08:15.860752+0000 mgr.x (mgr.34104) 2610 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:16.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:16 smithi178 bash[75692]: audit 2024-03-21T13:08:15.942584+0000 mon.a (mon.0) 3654 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:16.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:16 smithi178 bash[75692]: audit 2024-03-21T13:08:15.945525+0000 mon.a (mon.0) 3655 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:16.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:16 smithi178 bash[75692]: audit 2024-03-21T13:08:15.948356+0000 mon.a (mon.0) 3656 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:16.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:16 smithi178 bash[75692]: audit 2024-03-21T13:08:15.949724+0000 mon.a (mon.0) 3657 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:16.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:16 smithi178 bash[77880]: cluster 2024-03-21T13:08:15.953202+0000 mgr.x (mgr.34104) 2611 : cluster [DBG] pgmap v1722: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:16.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:16 smithi178 bash[77880]: cluster 2024-03-21T13:08:15.953888+0000 mgr.x (mgr.34104) 2612 : cluster [DBG] pgmap v1723: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:16.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:16 smithi178 bash[77880]: audit 2024-03-21T13:08:15.961512+0000 mon.a (mon.0) 3658 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:16.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:16 smithi178 bash[77880]: cephadm 2024-03-21T13:08:15.963199+0000 mgr.x (mgr.34104) 2613 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:16.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:16 smithi178 bash[77880]: audit 2024-03-21T13:08:16.037706+0000 mon.a (mon.0) 3659 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:16.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:16 smithi178 bash[77880]: audit 2024-03-21T13:08:16.040563+0000 mon.a (mon.0) 3660 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:16.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:16 smithi178 bash[77880]: audit 2024-03-21T13:08:16.043741+0000 mon.a (mon.0) 3661 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:16.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:16 smithi178 bash[77880]: audit 2024-03-21T13:08:16.044931+0000 mon.a (mon.0) 3662 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:16.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:16 smithi178 bash[77880]: cluster 2024-03-21T13:08:16.048378+0000 mgr.x (mgr.34104) 2614 : cluster [DBG] pgmap v1724: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:16.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:16 smithi178 bash[77880]: cluster 2024-03-21T13:08:16.049368+0000 mgr.x (mgr.34104) 2615 : cluster [DBG] pgmap v1725: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:16.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:16 smithi178 bash[77880]: audit 2024-03-21T13:08:16.056682+0000 mon.a (mon.0) 3663 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:16.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:16 smithi178 bash[77880]: cephadm 2024-03-21T13:08:16.058372+0000 mgr.x (mgr.34104) 2616 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:16.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:16 smithi178 bash[77880]: audit 2024-03-21T13:08:16.136805+0000 mon.a (mon.0) 3664 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:16.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:16 smithi178 bash[77880]: audit 2024-03-21T13:08:16.139849+0000 mon.a (mon.0) 3665 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:16.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:16 smithi178 bash[77880]: audit 2024-03-21T13:08:16.142812+0000 mon.a (mon.0) 3666 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:16.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:16 smithi178 bash[77880]: audit 2024-03-21T13:08:16.144147+0000 mon.a (mon.0) 3667 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:16.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:16 smithi178 bash[77880]: cluster 2024-03-21T13:08:16.147311+0000 mgr.x (mgr.34104) 2617 : cluster [DBG] pgmap v1726: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:16.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:16 smithi178 bash[77880]: cluster 2024-03-21T13:08:16.147686+0000 mgr.x (mgr.34104) 2618 : cluster [DBG] pgmap v1727: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:16.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:16 smithi178 bash[75692]: cluster 2024-03-21T13:08:15.953202+0000 mgr.x (mgr.34104) 2611 : cluster [DBG] pgmap v1722: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:16.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:16 smithi178 bash[75692]: cluster 2024-03-21T13:08:15.953888+0000 mgr.x (mgr.34104) 2612 : cluster [DBG] pgmap v1723: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:16.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:16 smithi178 bash[75692]: audit 2024-03-21T13:08:15.961512+0000 mon.a (mon.0) 3658 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:16.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:16 smithi178 bash[75692]: cephadm 2024-03-21T13:08:15.963199+0000 mgr.x (mgr.34104) 2613 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:16.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:16 smithi178 bash[75692]: audit 2024-03-21T13:08:16.037706+0000 mon.a (mon.0) 3659 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:16.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:16 smithi178 bash[75692]: audit 2024-03-21T13:08:16.040563+0000 mon.a (mon.0) 3660 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:16.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:16 smithi178 bash[75692]: audit 2024-03-21T13:08:16.043741+0000 mon.a (mon.0) 3661 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:16.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:16 smithi178 bash[75692]: audit 2024-03-21T13:08:16.044931+0000 mon.a (mon.0) 3662 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:16.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:16 smithi178 bash[75692]: cluster 2024-03-21T13:08:16.048378+0000 mgr.x (mgr.34104) 2614 : cluster [DBG] pgmap v1724: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:16.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:16 smithi178 bash[75692]: cluster 2024-03-21T13:08:16.049368+0000 mgr.x (mgr.34104) 2615 : cluster [DBG] pgmap v1725: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:16.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:16 smithi178 bash[75692]: audit 2024-03-21T13:08:16.056682+0000 mon.a (mon.0) 3663 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:16.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:16 smithi178 bash[75692]: cephadm 2024-03-21T13:08:16.058372+0000 mgr.x (mgr.34104) 2616 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:16.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:16 smithi178 bash[75692]: audit 2024-03-21T13:08:16.136805+0000 mon.a (mon.0) 3664 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:16.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:16 smithi178 bash[75692]: audit 2024-03-21T13:08:16.139849+0000 mon.a (mon.0) 3665 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:16.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:16 smithi178 bash[75692]: audit 2024-03-21T13:08:16.142812+0000 mon.a (mon.0) 3666 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:16.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:16 smithi178 bash[75692]: audit 2024-03-21T13:08:16.144147+0000 mon.a (mon.0) 3667 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:16.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:16 smithi178 bash[75692]: cluster 2024-03-21T13:08:16.147311+0000 mgr.x (mgr.34104) 2617 : cluster [DBG] pgmap v1726: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:16.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:16 smithi178 bash[75692]: cluster 2024-03-21T13:08:16.147686+0000 mgr.x (mgr.34104) 2618 : cluster [DBG] pgmap v1727: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:16.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:16 smithi178 bash[77880]: audit 2024-03-21T13:08:16.155909+0000 mon.a (mon.0) 3668 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:16.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:16 smithi178 bash[77880]: cephadm 2024-03-21T13:08:16.157725+0000 mgr.x (mgr.34104) 2619 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:16.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:16 smithi178 bash[77880]: audit 2024-03-21T13:08:16.236028+0000 mon.a (mon.0) 3669 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:16.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:16 smithi178 bash[77880]: audit 2024-03-21T13:08:16.239511+0000 mon.a (mon.0) 3670 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:16.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:16 smithi178 bash[77880]: audit 2024-03-21T13:08:16.243584+0000 mon.a (mon.0) 3671 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:16.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:16 smithi178 bash[77880]: audit 2024-03-21T13:08:16.244896+0000 mon.a (mon.0) 3672 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:16.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:16 smithi178 bash[77880]: audit 2024-03-21T13:08:16.256147+0000 mon.a (mon.0) 3673 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:16.562 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:16 smithi178 bash[75692]: audit 2024-03-21T13:08:16.155909+0000 mon.a (mon.0) 3668 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:16.562 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:16 smithi178 bash[75692]: cephadm 2024-03-21T13:08:16.157725+0000 mgr.x (mgr.34104) 2619 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:16.562 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:16 smithi178 bash[75692]: audit 2024-03-21T13:08:16.236028+0000 mon.a (mon.0) 3669 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:16.562 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:16 smithi178 bash[75692]: audit 2024-03-21T13:08:16.239511+0000 mon.a (mon.0) 3670 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:16.562 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:16 smithi178 bash[75692]: audit 2024-03-21T13:08:16.243584+0000 mon.a (mon.0) 3671 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:16.562 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:16 smithi178 bash[75692]: audit 2024-03-21T13:08:16.244896+0000 mon.a (mon.0) 3672 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:16.562 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:16 smithi178 bash[75692]: audit 2024-03-21T13:08:16.256147+0000 mon.a (mon.0) 3673 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:16.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:16 smithi184 bash[59794]: cluster 2024-03-21T13:08:15.267972+0000 mgr.x (mgr.34104) 2593 : cluster [DBG] pgmap v1710: 161 pgs: 14 active+undersized+degraded, 9 stale+active+clean, 21 active+undersized, 117 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 49/630 objects degraded (7.778%) 2024-03-21T13:08:16.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:16 smithi184 bash[59794]: audit 2024-03-21T13:08:15.288159+0000 mon.a (mon.0) 3624 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:16.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:16 smithi184 bash[59794]: audit 2024-03-21T13:08:15.299527+0000 mon.a (mon.0) 3625 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:16.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:16 smithi184 bash[59794]: audit 2024-03-21T13:08:15.333825+0000 mon.a (mon.0) 3626 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:16.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:16 smithi184 bash[59794]: audit 2024-03-21T13:08:15.335541+0000 mon.a (mon.0) 3627 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:16.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:16 smithi184 bash[59794]: cluster 2024-03-21T13:08:15.339889+0000 mgr.x (mgr.34104) 2594 : cluster [DBG] pgmap v1711: 161 pgs: 14 active+undersized+degraded, 9 stale+active+clean, 21 active+undersized, 117 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 49/630 objects degraded (7.778%) 2024-03-21T13:08:16.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:16 smithi184 bash[59794]: cluster 2024-03-21T13:08:15.340480+0000 mgr.x (mgr.34104) 2595 : cluster [DBG] pgmap v1712: 161 pgs: 14 active+undersized+degraded, 9 stale+active+clean, 21 active+undersized, 117 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 49/630 objects degraded (7.778%) 2024-03-21T13:08:16.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:16 smithi184 bash[59794]: audit 2024-03-21T13:08:15.348012+0000 mon.a (mon.0) 3628 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:16.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:16 smithi184 bash[59794]: cephadm 2024-03-21T13:08:15.350053+0000 mgr.x (mgr.34104) 2596 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:16.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:16 smithi184 bash[59794]: audit 2024-03-21T13:08:15.429918+0000 mon.a (mon.0) 3629 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:16.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:16 smithi184 bash[59794]: audit 2024-03-21T13:08:15.433739+0000 mon.a (mon.0) 3630 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:16.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:16 smithi184 bash[59794]: audit 2024-03-21T13:08:15.438878+0000 mon.a (mon.0) 3631 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:16.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:16 smithi184 bash[59794]: audit 2024-03-21T13:08:15.440568+0000 mon.a (mon.0) 3632 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:16.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:16 smithi184 bash[59794]: cluster 2024-03-21T13:08:15.444944+0000 mgr.x (mgr.34104) 2597 : cluster [DBG] pgmap v1713: 161 pgs: 14 active+undersized+degraded, 9 stale+active+clean, 21 active+undersized, 117 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 49/630 objects degraded (7.778%) 2024-03-21T13:08:16.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:16 smithi184 bash[59794]: cluster 2024-03-21T13:08:15.445974+0000 mgr.x (mgr.34104) 2598 : cluster [DBG] pgmap v1714: 161 pgs: 14 active+undersized+degraded, 9 stale+active+clean, 21 active+undersized, 117 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 49/630 objects degraded (7.778%) 2024-03-21T13:08:16.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:16 smithi184 bash[59794]: audit 2024-03-21T13:08:15.452734+0000 mon.a (mon.0) 3633 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:16.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:16 smithi184 bash[59794]: cephadm 2024-03-21T13:08:15.454555+0000 mgr.x (mgr.34104) 2599 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:16.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:16 smithi184 bash[59794]: audit 2024-03-21T13:08:15.535167+0000 mon.a (mon.0) 3634 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:16.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:16 smithi184 bash[59794]: audit 2024-03-21T13:08:15.539089+0000 mon.a (mon.0) 3635 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:16.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:16 smithi184 bash[59794]: audit 2024-03-21T13:08:15.545651+0000 mon.a (mon.0) 3636 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:16.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:16 smithi184 bash[59794]: audit 2024-03-21T13:08:15.547482+0000 mon.a (mon.0) 3637 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:16.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:16 smithi184 bash[59794]: cluster 2024-03-21T13:08:15.551390+0000 mgr.x (mgr.34104) 2600 : cluster [DBG] pgmap v1715: 161 pgs: 14 active+undersized+degraded, 9 stale+active+clean, 21 active+undersized, 117 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 49/630 objects degraded (7.778%) 2024-03-21T13:08:16.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:16 smithi184 bash[59794]: cluster 2024-03-21T13:08:15.551796+0000 mgr.x (mgr.34104) 2601 : cluster [DBG] pgmap v1716: 161 pgs: 14 active+undersized+degraded, 9 stale+active+clean, 21 active+undersized, 117 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 49/630 objects degraded (7.778%) 2024-03-21T13:08:16.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:16 smithi184 bash[59794]: audit 2024-03-21T13:08:15.559746+0000 mon.a (mon.0) 3638 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:16.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:16 smithi184 bash[59794]: cephadm 2024-03-21T13:08:15.561515+0000 mgr.x (mgr.34104) 2602 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:16.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:16 smithi184 bash[59794]: audit 2024-03-21T13:08:15.639565+0000 mon.a (mon.0) 3639 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:16.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:16 smithi184 bash[59794]: audit 2024-03-21T13:08:15.642745+0000 mon.a (mon.0) 3640 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:16.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:16 smithi184 bash[59794]: audit 2024-03-21T13:08:15.646269+0000 mon.a (mon.0) 3641 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:16.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:16 smithi184 bash[59794]: audit 2024-03-21T13:08:15.647734+0000 mon.a (mon.0) 3642 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:16.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:16 smithi184 bash[59794]: cluster 2024-03-21T13:08:15.651391+0000 mgr.x (mgr.34104) 2603 : cluster [DBG] pgmap v1717: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:16.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:16 smithi184 bash[59794]: cluster 2024-03-21T13:08:15.651795+0000 mgr.x (mgr.34104) 2604 : cluster [DBG] pgmap v1718: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:16.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:16 smithi184 bash[59794]: audit 2024-03-21T13:08:15.660170+0000 mon.a (mon.0) 3643 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:16.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:16 smithi184 bash[59794]: cephadm 2024-03-21T13:08:15.661941+0000 mgr.x (mgr.34104) 2605 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:16.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:16 smithi184 bash[59794]: audit 2024-03-21T13:08:15.739509+0000 mon.a (mon.0) 3644 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:16.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:16 smithi184 bash[59794]: audit 2024-03-21T13:08:15.743213+0000 mon.a (mon.0) 3645 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:16.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:16 smithi184 bash[59794]: audit 2024-03-21T13:08:15.747403+0000 mon.a (mon.0) 3646 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:16.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:16 smithi184 bash[59794]: audit 2024-03-21T13:08:15.749155+0000 mon.a (mon.0) 3647 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:16.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:16 smithi184 bash[59794]: cluster 2024-03-21T13:08:15.753017+0000 mgr.x (mgr.34104) 2606 : cluster [DBG] pgmap v1719: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:16.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:16 smithi184 bash[59794]: audit 2024-03-21T13:08:15.759321+0000 mon.a (mon.0) 3648 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:16.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:16 smithi184 bash[59794]: cephadm 2024-03-21T13:08:15.761206+0000 mgr.x (mgr.34104) 2607 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:16.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:16 smithi184 bash[59794]: audit 2024-03-21T13:08:15.839637+0000 mon.a (mon.0) 3649 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:16.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:16 smithi184 bash[59794]: audit 2024-03-21T13:08:15.843050+0000 mon.a (mon.0) 3650 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:16.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:16 smithi184 bash[59794]: audit 2024-03-21T13:08:15.846403+0000 mon.a (mon.0) 3651 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:16.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:16 smithi184 bash[59794]: audit 2024-03-21T13:08:15.847706+0000 mon.a (mon.0) 3652 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:16.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:16 smithi184 bash[59794]: cluster 2024-03-21T13:08:15.851046+0000 mgr.x (mgr.34104) 2608 : cluster [DBG] pgmap v1720: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:16.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:16 smithi184 bash[59794]: cluster 2024-03-21T13:08:15.851657+0000 mgr.x (mgr.34104) 2609 : cluster [DBG] pgmap v1721: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:16.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:16 smithi184 bash[59794]: audit 2024-03-21T13:08:15.859056+0000 mon.a (mon.0) 3653 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:16.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:16 smithi184 bash[59794]: cephadm 2024-03-21T13:08:15.860752+0000 mgr.x (mgr.34104) 2610 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:16.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:16 smithi184 bash[59794]: audit 2024-03-21T13:08:15.942584+0000 mon.a (mon.0) 3654 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:16.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:16 smithi184 bash[59794]: audit 2024-03-21T13:08:15.945525+0000 mon.a (mon.0) 3655 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:16.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:16 smithi184 bash[59794]: audit 2024-03-21T13:08:15.948356+0000 mon.a (mon.0) 3656 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:16.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:16 smithi184 bash[59794]: audit 2024-03-21T13:08:15.949724+0000 mon.a (mon.0) 3657 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:16.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:16 smithi184 bash[59794]: cluster 2024-03-21T13:08:15.953202+0000 mgr.x (mgr.34104) 2611 : cluster [DBG] pgmap v1722: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:16.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:16 smithi184 bash[59794]: cluster 2024-03-21T13:08:15.953888+0000 mgr.x (mgr.34104) 2612 : cluster [DBG] pgmap v1723: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:16.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:16 smithi184 bash[59794]: audit 2024-03-21T13:08:15.961512+0000 mon.a (mon.0) 3658 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:16.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:16 smithi184 bash[59794]: cephadm 2024-03-21T13:08:15.963199+0000 mgr.x (mgr.34104) 2613 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:16.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:16 smithi184 bash[59794]: audit 2024-03-21T13:08:16.037706+0000 mon.a (mon.0) 3659 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:16.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:16 smithi184 bash[59794]: audit 2024-03-21T13:08:16.040563+0000 mon.a (mon.0) 3660 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:16.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:16 smithi184 bash[59794]: audit 2024-03-21T13:08:16.043741+0000 mon.a (mon.0) 3661 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:16.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:16 smithi184 bash[59794]: audit 2024-03-21T13:08:16.044931+0000 mon.a (mon.0) 3662 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:16.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:16 smithi184 bash[59794]: cluster 2024-03-21T13:08:16.048378+0000 mgr.x (mgr.34104) 2614 : cluster [DBG] pgmap v1724: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:16.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:16 smithi184 bash[59794]: cluster 2024-03-21T13:08:16.049368+0000 mgr.x (mgr.34104) 2615 : cluster [DBG] pgmap v1725: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:16.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:16 smithi184 bash[59794]: audit 2024-03-21T13:08:16.056682+0000 mon.a (mon.0) 3663 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:16.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:16 smithi184 bash[59794]: cephadm 2024-03-21T13:08:16.058372+0000 mgr.x (mgr.34104) 2616 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:16.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:16 smithi184 bash[59794]: audit 2024-03-21T13:08:16.136805+0000 mon.a (mon.0) 3664 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:16.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:16 smithi184 bash[59794]: audit 2024-03-21T13:08:16.139849+0000 mon.a (mon.0) 3665 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:16.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:16 smithi184 bash[59794]: audit 2024-03-21T13:08:16.142812+0000 mon.a (mon.0) 3666 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:16.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:16 smithi184 bash[59794]: audit 2024-03-21T13:08:16.144147+0000 mon.a (mon.0) 3667 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:16.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:16 smithi184 bash[59794]: cluster 2024-03-21T13:08:16.147311+0000 mgr.x (mgr.34104) 2617 : cluster [DBG] pgmap v1726: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:16.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:16 smithi184 bash[59794]: cluster 2024-03-21T13:08:16.147686+0000 mgr.x (mgr.34104) 2618 : cluster [DBG] pgmap v1727: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:16.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:16 smithi184 bash[59794]: audit 2024-03-21T13:08:16.155909+0000 mon.a (mon.0) 3668 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:16.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:16 smithi184 bash[59794]: cephadm 2024-03-21T13:08:16.157725+0000 mgr.x (mgr.34104) 2619 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:16.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:16 smithi184 bash[59794]: audit 2024-03-21T13:08:16.236028+0000 mon.a (mon.0) 3669 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:16.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:16 smithi184 bash[59794]: audit 2024-03-21T13:08:16.239511+0000 mon.a (mon.0) 3670 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:16.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:16 smithi184 bash[59794]: audit 2024-03-21T13:08:16.243584+0000 mon.a (mon.0) 3671 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:16.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:16 smithi184 bash[59794]: audit 2024-03-21T13:08:16.244896+0000 mon.a (mon.0) 3672 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:16.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:16 smithi184 bash[59794]: audit 2024-03-21T13:08:16.256147+0000 mon.a (mon.0) 3673 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:17.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:17 smithi178 bash[75692]: cluster 2024-03-21T13:08:16.247937+0000 mgr.x (mgr.34104) 2620 : cluster [DBG] pgmap v1728: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:17.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:17 smithi178 bash[75692]: cluster 2024-03-21T13:08:16.248227+0000 mgr.x (mgr.34104) 2621 : cluster [DBG] pgmap v1729: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:17.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:17 smithi178 bash[75692]: cephadm 2024-03-21T13:08:16.257911+0000 mgr.x (mgr.34104) 2622 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:17.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:17 smithi178 bash[75692]: audit 2024-03-21T13:08:16.336036+0000 mon.a (mon.0) 3674 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:17.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:17 smithi178 bash[75692]: audit 2024-03-21T13:08:16.339768+0000 mon.a (mon.0) 3675 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:17.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:17 smithi178 bash[75692]: audit 2024-03-21T13:08:16.343449+0000 mon.a (mon.0) 3676 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:17.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:17 smithi178 bash[75692]: audit 2024-03-21T13:08:16.345264+0000 mon.a (mon.0) 3677 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:17.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:17 smithi178 bash[75692]: cluster 2024-03-21T13:08:16.349120+0000 mgr.x (mgr.34104) 2623 : cluster [DBG] pgmap v1730: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:17.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:17 smithi178 bash[75692]: cluster 2024-03-21T13:08:16.349772+0000 mgr.x (mgr.34104) 2624 : cluster [DBG] pgmap v1731: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:17.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:17 smithi178 bash[75692]: audit 2024-03-21T13:08:16.357535+0000 mon.a (mon.0) 3678 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:17.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:17 smithi178 bash[75692]: cephadm 2024-03-21T13:08:16.359362+0000 mgr.x (mgr.34104) 2625 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:17.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:17 smithi178 bash[75692]: audit 2024-03-21T13:08:16.436303+0000 mon.a (mon.0) 3679 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:17.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:17 smithi178 bash[75692]: audit 2024-03-21T13:08:16.439993+0000 mon.a (mon.0) 3680 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:17.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:17 smithi178 bash[75692]: audit 2024-03-21T13:08:16.443935+0000 mon.a (mon.0) 3681 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:17.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:17 smithi178 bash[75692]: audit 2024-03-21T13:08:16.445558+0000 mon.a (mon.0) 3682 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:17.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:17 smithi178 bash[75692]: cluster 2024-03-21T13:08:16.449538+0000 mgr.x (mgr.34104) 2626 : cluster [DBG] pgmap v1732: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:17.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:17 smithi178 bash[77880]: cluster 2024-03-21T13:08:16.247937+0000 mgr.x (mgr.34104) 2620 : cluster [DBG] pgmap v1728: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:17.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:17 smithi178 bash[77880]: cluster 2024-03-21T13:08:16.248227+0000 mgr.x (mgr.34104) 2621 : cluster [DBG] pgmap v1729: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:17.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:17 smithi178 bash[77880]: cephadm 2024-03-21T13:08:16.257911+0000 mgr.x (mgr.34104) 2622 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:17.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:17 smithi178 bash[77880]: audit 2024-03-21T13:08:16.336036+0000 mon.a (mon.0) 3674 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:17.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:17 smithi178 bash[77880]: audit 2024-03-21T13:08:16.339768+0000 mon.a (mon.0) 3675 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:17.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:17 smithi178 bash[77880]: audit 2024-03-21T13:08:16.343449+0000 mon.a (mon.0) 3676 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:17.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:17 smithi178 bash[77880]: audit 2024-03-21T13:08:16.345264+0000 mon.a (mon.0) 3677 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:17.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:17 smithi178 bash[77880]: cluster 2024-03-21T13:08:16.349120+0000 mgr.x (mgr.34104) 2623 : cluster [DBG] pgmap v1730: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:17.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:17 smithi178 bash[77880]: cluster 2024-03-21T13:08:16.349772+0000 mgr.x (mgr.34104) 2624 : cluster [DBG] pgmap v1731: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:17.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:17 smithi178 bash[77880]: audit 2024-03-21T13:08:16.357535+0000 mon.a (mon.0) 3678 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:17.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:17 smithi178 bash[77880]: cephadm 2024-03-21T13:08:16.359362+0000 mgr.x (mgr.34104) 2625 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:17.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:17 smithi178 bash[77880]: audit 2024-03-21T13:08:16.436303+0000 mon.a (mon.0) 3679 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:17.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:17 smithi178 bash[77880]: audit 2024-03-21T13:08:16.439993+0000 mon.a (mon.0) 3680 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:17.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:17 smithi178 bash[77880]: audit 2024-03-21T13:08:16.443935+0000 mon.a (mon.0) 3681 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:17.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:17 smithi178 bash[77880]: audit 2024-03-21T13:08:16.445558+0000 mon.a (mon.0) 3682 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:17.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:17 smithi178 bash[77880]: cluster 2024-03-21T13:08:16.449538+0000 mgr.x (mgr.34104) 2626 : cluster [DBG] pgmap v1732: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:17.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:17 smithi178 bash[77880]: cluster 2024-03-21T13:08:16.450318+0000 mgr.x (mgr.34104) 2627 : cluster [DBG] pgmap v1733: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:17.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:17 smithi178 bash[77880]: audit 2024-03-21T13:08:16.457568+0000 mon.a (mon.0) 3683 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:17.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:17 smithi178 bash[77880]: cephadm 2024-03-21T13:08:16.459403+0000 mgr.x (mgr.34104) 2628 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:17.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:17 smithi178 bash[77880]: audit 2024-03-21T13:08:16.537987+0000 mon.a (mon.0) 3684 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:17.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:17 smithi178 bash[77880]: audit 2024-03-21T13:08:16.541380+0000 mon.a (mon.0) 3685 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:17.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:17 smithi178 bash[77880]: audit 2024-03-21T13:08:16.546276+0000 mon.a (mon.0) 3686 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:17.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:17 smithi178 bash[77880]: audit 2024-03-21T13:08:16.548051+0000 mon.a (mon.0) 3687 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:17.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:17 smithi178 bash[77880]: cluster 2024-03-21T13:08:16.551905+0000 mgr.x (mgr.34104) 2629 : cluster [DBG] pgmap v1734: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:17.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:17 smithi178 bash[77880]: cluster 2024-03-21T13:08:16.552432+0000 mgr.x (mgr.34104) 2630 : cluster [DBG] pgmap v1735: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:17.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:17 smithi178 bash[77880]: audit 2024-03-21T13:08:16.559848+0000 mon.a (mon.0) 3688 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:17.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:17 smithi178 bash[77880]: cephadm 2024-03-21T13:08:16.561796+0000 mgr.x (mgr.34104) 2631 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:17.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:17 smithi178 bash[77880]: audit 2024-03-21T13:08:16.643164+0000 mon.a (mon.0) 3689 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:17.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:17 smithi178 bash[77880]: audit 2024-03-21T13:08:16.646773+0000 mon.a (mon.0) 3690 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:17.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:17 smithi178 bash[77880]: audit 2024-03-21T13:08:16.650274+0000 mon.a (mon.0) 3691 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:17.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:17 smithi178 bash[77880]: audit 2024-03-21T13:08:16.651758+0000 mon.a (mon.0) 3692 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:17.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:17 smithi178 bash[77880]: cluster 2024-03-21T13:08:16.655304+0000 mgr.x (mgr.34104) 2632 : cluster [DBG] pgmap v1736: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:17.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:17 smithi178 bash[77880]: cluster 2024-03-21T13:08:16.655798+0000 mgr.x (mgr.34104) 2633 : cluster [DBG] pgmap v1737: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:17.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:17 smithi178 bash[77880]: audit 2024-03-21T13:08:16.663693+0000 mon.a (mon.0) 3693 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:17.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:17 smithi178 bash[77880]: cephadm 2024-03-21T13:08:16.665922+0000 mgr.x (mgr.34104) 2634 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:17.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:17 smithi178 bash[75692]: cluster 2024-03-21T13:08:16.450318+0000 mgr.x (mgr.34104) 2627 : cluster [DBG] pgmap v1733: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:17.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:17 smithi178 bash[75692]: audit 2024-03-21T13:08:16.457568+0000 mon.a (mon.0) 3683 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:17.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:17 smithi178 bash[75692]: cephadm 2024-03-21T13:08:16.459403+0000 mgr.x (mgr.34104) 2628 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:17.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:17 smithi178 bash[75692]: audit 2024-03-21T13:08:16.537987+0000 mon.a (mon.0) 3684 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:17.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:17 smithi178 bash[75692]: audit 2024-03-21T13:08:16.541380+0000 mon.a (mon.0) 3685 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:17.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:17 smithi178 bash[75692]: audit 2024-03-21T13:08:16.546276+0000 mon.a (mon.0) 3686 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:17.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:17 smithi178 bash[75692]: audit 2024-03-21T13:08:16.548051+0000 mon.a (mon.0) 3687 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:17.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:17 smithi178 bash[75692]: cluster 2024-03-21T13:08:16.551905+0000 mgr.x (mgr.34104) 2629 : cluster [DBG] pgmap v1734: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:17.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:17 smithi178 bash[75692]: cluster 2024-03-21T13:08:16.552432+0000 mgr.x (mgr.34104) 2630 : cluster [DBG] pgmap v1735: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:17.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:17 smithi178 bash[75692]: audit 2024-03-21T13:08:16.559848+0000 mon.a (mon.0) 3688 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:17.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:17 smithi178 bash[75692]: cephadm 2024-03-21T13:08:16.561796+0000 mgr.x (mgr.34104) 2631 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:17.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:17 smithi178 bash[75692]: audit 2024-03-21T13:08:16.643164+0000 mon.a (mon.0) 3689 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:17.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:17 smithi178 bash[75692]: audit 2024-03-21T13:08:16.646773+0000 mon.a (mon.0) 3690 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:17.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:17 smithi178 bash[75692]: audit 2024-03-21T13:08:16.650274+0000 mon.a (mon.0) 3691 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:17.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:17 smithi178 bash[75692]: audit 2024-03-21T13:08:16.651758+0000 mon.a (mon.0) 3692 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:17.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:17 smithi178 bash[75692]: cluster 2024-03-21T13:08:16.655304+0000 mgr.x (mgr.34104) 2632 : cluster [DBG] pgmap v1736: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:17.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:17 smithi178 bash[75692]: cluster 2024-03-21T13:08:16.655798+0000 mgr.x (mgr.34104) 2633 : cluster [DBG] pgmap v1737: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:17.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:17 smithi178 bash[75692]: audit 2024-03-21T13:08:16.663693+0000 mon.a (mon.0) 3693 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:17.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:17 smithi178 bash[75692]: cephadm 2024-03-21T13:08:16.665922+0000 mgr.x (mgr.34104) 2634 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:17.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:17 smithi178 bash[77880]: audit 2024-03-21T13:08:16.745489+0000 mon.a (mon.0) 3694 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:17.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:17 smithi178 bash[77880]: audit 2024-03-21T13:08:16.749132+0000 mon.a (mon.0) 3695 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:17.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:17 smithi178 bash[77880]: audit 2024-03-21T13:08:16.753009+0000 mon.a (mon.0) 3696 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:17.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:17 smithi178 bash[77880]: audit 2024-03-21T13:08:16.754680+0000 mon.a (mon.0) 3697 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:17.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:17 smithi178 bash[77880]: cluster 2024-03-21T13:08:16.758434+0000 mgr.x (mgr.34104) 2635 : cluster [DBG] pgmap v1738: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:17.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:17 smithi178 bash[77880]: cluster 2024-03-21T13:08:16.759115+0000 mgr.x (mgr.34104) 2636 : cluster [DBG] pgmap v1739: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:17.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:17 smithi178 bash[77880]: audit 2024-03-21T13:08:16.767438+0000 mon.a (mon.0) 3698 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:17.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:17 smithi178 bash[77880]: cephadm 2024-03-21T13:08:16.769671+0000 mgr.x (mgr.34104) 2637 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:17.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:17 smithi178 bash[77880]: audit 2024-03-21T13:08:16.851281+0000 mon.a (mon.0) 3699 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:17.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:17 smithi178 bash[77880]: audit 2024-03-21T13:08:16.854420+0000 mon.a (mon.0) 3700 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:17.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:17 smithi178 bash[77880]: audit 2024-03-21T13:08:16.857510+0000 mon.a (mon.0) 3701 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:17.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:17 smithi178 bash[77880]: audit 2024-03-21T13:08:16.858867+0000 mon.a (mon.0) 3702 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:17.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:17 smithi178 bash[77880]: cluster 2024-03-21T13:08:16.861966+0000 mgr.x (mgr.34104) 2638 : cluster [DBG] pgmap v1740: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:17.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:17 smithi178 bash[77880]: cluster 2024-03-21T13:08:16.862385+0000 mgr.x (mgr.34104) 2639 : cluster [DBG] pgmap v1741: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:17.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:17 smithi178 bash[77880]: audit 2024-03-21T13:08:16.870431+0000 mon.a (mon.0) 3703 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:17.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:17 smithi178 bash[77880]: cephadm 2024-03-21T13:08:16.872268+0000 mgr.x (mgr.34104) 2640 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:17.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:17 smithi178 bash[77880]: audit 2024-03-21T13:08:16.950676+0000 mon.a (mon.0) 3704 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:17.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:17 smithi178 bash[77880]: audit 2024-03-21T13:08:16.954237+0000 mon.a (mon.0) 3705 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:17.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:17 smithi178 bash[75692]: audit 2024-03-21T13:08:16.745489+0000 mon.a (mon.0) 3694 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:17.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:17 smithi178 bash[75692]: audit 2024-03-21T13:08:16.749132+0000 mon.a (mon.0) 3695 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:17.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:17 smithi178 bash[75692]: audit 2024-03-21T13:08:16.753009+0000 mon.a (mon.0) 3696 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:17.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:17 smithi178 bash[75692]: audit 2024-03-21T13:08:16.754680+0000 mon.a (mon.0) 3697 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:17.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:17 smithi178 bash[75692]: cluster 2024-03-21T13:08:16.758434+0000 mgr.x (mgr.34104) 2635 : cluster [DBG] pgmap v1738: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:17.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:17 smithi178 bash[75692]: cluster 2024-03-21T13:08:16.759115+0000 mgr.x (mgr.34104) 2636 : cluster [DBG] pgmap v1739: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:17.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:17 smithi178 bash[75692]: audit 2024-03-21T13:08:16.767438+0000 mon.a (mon.0) 3698 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:17.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:17 smithi178 bash[75692]: cephadm 2024-03-21T13:08:16.769671+0000 mgr.x (mgr.34104) 2637 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:17.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:17 smithi178 bash[75692]: audit 2024-03-21T13:08:16.851281+0000 mon.a (mon.0) 3699 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:17.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:17 smithi178 bash[75692]: audit 2024-03-21T13:08:16.854420+0000 mon.a (mon.0) 3700 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:17.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:17 smithi178 bash[75692]: audit 2024-03-21T13:08:16.857510+0000 mon.a (mon.0) 3701 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:17.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:17 smithi178 bash[75692]: audit 2024-03-21T13:08:16.858867+0000 mon.a (mon.0) 3702 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:17.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:17 smithi178 bash[75692]: cluster 2024-03-21T13:08:16.861966+0000 mgr.x (mgr.34104) 2638 : cluster [DBG] pgmap v1740: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:17.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:17 smithi178 bash[75692]: cluster 2024-03-21T13:08:16.862385+0000 mgr.x (mgr.34104) 2639 : cluster [DBG] pgmap v1741: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:17.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:17 smithi178 bash[75692]: audit 2024-03-21T13:08:16.870431+0000 mon.a (mon.0) 3703 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:17.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:17 smithi178 bash[75692]: cephadm 2024-03-21T13:08:16.872268+0000 mgr.x (mgr.34104) 2640 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:17.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:17 smithi178 bash[75692]: audit 2024-03-21T13:08:16.950676+0000 mon.a (mon.0) 3704 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:17.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:17 smithi178 bash[75692]: audit 2024-03-21T13:08:16.954237+0000 mon.a (mon.0) 3705 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:17.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:17 smithi178 bash[77880]: audit 2024-03-21T13:08:16.957926+0000 mon.a (mon.0) 3706 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:17.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:17 smithi178 bash[77880]: audit 2024-03-21T13:08:16.959232+0000 mon.a (mon.0) 3707 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:17.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:17 smithi178 bash[77880]: cluster 2024-03-21T13:08:16.962515+0000 mgr.x (mgr.34104) 2641 : cluster [DBG] pgmap v1742: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:17.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:17 smithi178 bash[77880]: cluster 2024-03-21T13:08:16.962939+0000 mgr.x (mgr.34104) 2642 : cluster [DBG] pgmap v1743: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:17.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:17 smithi178 bash[77880]: audit 2024-03-21T13:08:16.970859+0000 mon.a (mon.0) 3708 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:17.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:17 smithi178 bash[77880]: cephadm 2024-03-21T13:08:16.972741+0000 mgr.x (mgr.34104) 2643 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:17.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:17 smithi178 bash[77880]: audit 2024-03-21T13:08:17.055111+0000 mon.a (mon.0) 3709 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:17.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:17 smithi178 bash[77880]: audit 2024-03-21T13:08:17.058980+0000 mon.a (mon.0) 3710 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:17.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:17 smithi178 bash[77880]: audit 2024-03-21T13:08:17.063101+0000 mon.a (mon.0) 3711 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:17.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:17 smithi178 bash[77880]: audit 2024-03-21T13:08:17.064868+0000 mon.a (mon.0) 3712 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:17.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:17 smithi178 bash[77880]: cluster 2024-03-21T13:08:17.069176+0000 mgr.x (mgr.34104) 2644 : cluster [DBG] pgmap v1744: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:17.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:17 smithi178 bash[77880]: cluster 2024-03-21T13:08:17.069573+0000 mgr.x (mgr.34104) 2645 : cluster [DBG] pgmap v1745: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:17.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:17 smithi178 bash[77880]: audit 2024-03-21T13:08:17.078641+0000 mon.a (mon.0) 3713 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:17.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:17 smithi178 bash[77880]: cephadm 2024-03-21T13:08:17.080490+0000 mgr.x (mgr.34104) 2646 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:17.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:17 smithi178 bash[77880]: audit 2024-03-21T13:08:17.158622+0000 mon.a (mon.0) 3714 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:17.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:17 smithi178 bash[77880]: audit 2024-03-21T13:08:17.162311+0000 mon.a (mon.0) 3715 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:17.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:17 smithi178 bash[77880]: audit 2024-03-21T13:08:17.166703+0000 mon.a (mon.0) 3716 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:17.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:17 smithi178 bash[75692]: audit 2024-03-21T13:08:16.957926+0000 mon.a (mon.0) 3706 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:17.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:17 smithi178 bash[75692]: audit 2024-03-21T13:08:16.959232+0000 mon.a (mon.0) 3707 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:17.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:17 smithi178 bash[75692]: cluster 2024-03-21T13:08:16.962515+0000 mgr.x (mgr.34104) 2641 : cluster [DBG] pgmap v1742: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:17.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:17 smithi178 bash[75692]: cluster 2024-03-21T13:08:16.962939+0000 mgr.x (mgr.34104) 2642 : cluster [DBG] pgmap v1743: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:17.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:17 smithi178 bash[75692]: audit 2024-03-21T13:08:16.970859+0000 mon.a (mon.0) 3708 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:17.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:17 smithi178 bash[75692]: cephadm 2024-03-21T13:08:16.972741+0000 mgr.x (mgr.34104) 2643 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:17.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:17 smithi178 bash[75692]: audit 2024-03-21T13:08:17.055111+0000 mon.a (mon.0) 3709 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:17.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:17 smithi178 bash[75692]: audit 2024-03-21T13:08:17.058980+0000 mon.a (mon.0) 3710 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:17.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:17 smithi178 bash[75692]: audit 2024-03-21T13:08:17.063101+0000 mon.a (mon.0) 3711 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:17.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:17 smithi178 bash[75692]: audit 2024-03-21T13:08:17.064868+0000 mon.a (mon.0) 3712 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:17.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:17 smithi178 bash[75692]: cluster 2024-03-21T13:08:17.069176+0000 mgr.x (mgr.34104) 2644 : cluster [DBG] pgmap v1744: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:17.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:17 smithi178 bash[75692]: cluster 2024-03-21T13:08:17.069573+0000 mgr.x (mgr.34104) 2645 : cluster [DBG] pgmap v1745: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:17.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:17 smithi178 bash[75692]: audit 2024-03-21T13:08:17.078641+0000 mon.a (mon.0) 3713 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:17.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:17 smithi178 bash[75692]: cephadm 2024-03-21T13:08:17.080490+0000 mgr.x (mgr.34104) 2646 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:17.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:17 smithi178 bash[75692]: audit 2024-03-21T13:08:17.158622+0000 mon.a (mon.0) 3714 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:17.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:17 smithi178 bash[75692]: audit 2024-03-21T13:08:17.162311+0000 mon.a (mon.0) 3715 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:17.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:17 smithi178 bash[75692]: audit 2024-03-21T13:08:17.166703+0000 mon.a (mon.0) 3716 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:17.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:17 smithi178 bash[77880]: audit 2024-03-21T13:08:17.168658+0000 mon.a (mon.0) 3717 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:17.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:17 smithi178 bash[77880]: cluster 2024-03-21T13:08:17.172582+0000 mgr.x (mgr.34104) 2647 : cluster [DBG] pgmap v1746: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:17.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:17 smithi178 bash[77880]: cluster 2024-03-21T13:08:17.173374+0000 mgr.x (mgr.34104) 2648 : cluster [DBG] pgmap v1747: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:17.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:17 smithi178 bash[77880]: audit 2024-03-21T13:08:17.181368+0000 mon.a (mon.0) 3718 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:17.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:17 smithi178 bash[77880]: cephadm 2024-03-21T13:08:17.183288+0000 mgr.x (mgr.34104) 2649 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:17.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:17 smithi178 bash[77880]: audit 2024-03-21T13:08:17.261922+0000 mon.a (mon.0) 3719 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:17.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:17 smithi178 bash[77880]: audit 2024-03-21T13:08:17.265253+0000 mon.a (mon.0) 3720 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:17.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:17 smithi178 bash[77880]: audit 2024-03-21T13:08:17.268771+0000 mon.a (mon.0) 3721 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:17.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:17 smithi178 bash[77880]: audit 2024-03-21T13:08:17.270257+0000 mon.a (mon.0) 3722 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:17.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:17 smithi178 bash[77880]: audit 2024-03-21T13:08:17.282530+0000 mon.a (mon.0) 3723 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:17.562 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:17 smithi178 bash[75692]: audit 2024-03-21T13:08:17.168658+0000 mon.a (mon.0) 3717 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:17.562 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:17 smithi178 bash[75692]: cluster 2024-03-21T13:08:17.172582+0000 mgr.x (mgr.34104) 2647 : cluster [DBG] pgmap v1746: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:17.562 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:17 smithi178 bash[75692]: cluster 2024-03-21T13:08:17.173374+0000 mgr.x (mgr.34104) 2648 : cluster [DBG] pgmap v1747: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:17.562 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:17 smithi178 bash[75692]: audit 2024-03-21T13:08:17.181368+0000 mon.a (mon.0) 3718 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:17.562 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:17 smithi178 bash[75692]: cephadm 2024-03-21T13:08:17.183288+0000 mgr.x (mgr.34104) 2649 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:17.563 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:17 smithi178 bash[75692]: audit 2024-03-21T13:08:17.261922+0000 mon.a (mon.0) 3719 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:17.563 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:17 smithi178 bash[75692]: audit 2024-03-21T13:08:17.265253+0000 mon.a (mon.0) 3720 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:17.563 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:17 smithi178 bash[75692]: audit 2024-03-21T13:08:17.268771+0000 mon.a (mon.0) 3721 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:17.563 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:17 smithi178 bash[75692]: audit 2024-03-21T13:08:17.270257+0000 mon.a (mon.0) 3722 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:17.563 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:17 smithi178 bash[75692]: audit 2024-03-21T13:08:17.282530+0000 mon.a (mon.0) 3723 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:17.573 INFO:journalctl@ceph.osd.4.smithi184.stdout:Mar 21 13:08:17 smithi184 bash[66363]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-03-21T13:08:17.573 INFO:journalctl@ceph.osd.4.smithi184.stdout:Mar 21 13:08:17 smithi184 bash[66363]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-03-21T13:08:17.573 INFO:journalctl@ceph.osd.4.smithi184.stdout:Mar 21 13:08:17 smithi184 bash[66363]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2024-03-21T13:08:17.574 INFO:journalctl@ceph.osd.4.smithi184.stdout:Mar 21 13:08:17 smithi184 bash[66363]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-4 --no-mon-config --dev /dev/mapper/vg_nvme-lv_4 2024-03-21T13:08:17.574 INFO:journalctl@ceph.osd.4.smithi184.stdout:Mar 21 13:08:17 smithi184 bash[66363]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_4 2024-03-21T13:08:17.574 INFO:journalctl@ceph.osd.4.smithi184.stdout:Mar 21 13:08:17 smithi184 bash[66363]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2024-03-21T13:08:17.574 INFO:journalctl@ceph.osd.4.smithi184.stdout:Mar 21 13:08:17 smithi184 bash[66363]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_4 /var/lib/ceph/osd/ceph-4/block 2024-03-21T13:08:17.574 INFO:journalctl@ceph.osd.4.smithi184.stdout:Mar 21 13:08:17 smithi184 bash[66363]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2024-03-21T13:08:17.574 INFO:journalctl@ceph.osd.4.smithi184.stdout:Mar 21 13:08:17 smithi184 bash[66363]: --> ceph-volume raw activate successful for osd ID: 4 2024-03-21T13:08:17.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:17 smithi184 bash[59794]: cluster 2024-03-21T13:08:16.247937+0000 mgr.x (mgr.34104) 2620 : cluster [DBG] pgmap v1728: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:17.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:17 smithi184 bash[59794]: cluster 2024-03-21T13:08:16.248227+0000 mgr.x (mgr.34104) 2621 : cluster [DBG] pgmap v1729: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:17.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:17 smithi184 bash[59794]: cephadm 2024-03-21T13:08:16.257911+0000 mgr.x (mgr.34104) 2622 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:17.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:17 smithi184 bash[59794]: audit 2024-03-21T13:08:16.336036+0000 mon.a (mon.0) 3674 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:17.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:17 smithi184 bash[59794]: audit 2024-03-21T13:08:16.339768+0000 mon.a (mon.0) 3675 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:17.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:17 smithi184 bash[59794]: audit 2024-03-21T13:08:16.343449+0000 mon.a (mon.0) 3676 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:17.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:17 smithi184 bash[59794]: audit 2024-03-21T13:08:16.345264+0000 mon.a (mon.0) 3677 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:17.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:17 smithi184 bash[59794]: cluster 2024-03-21T13:08:16.349120+0000 mgr.x (mgr.34104) 2623 : cluster [DBG] pgmap v1730: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:17.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:17 smithi184 bash[59794]: cluster 2024-03-21T13:08:16.349772+0000 mgr.x (mgr.34104) 2624 : cluster [DBG] pgmap v1731: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:17.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:17 smithi184 bash[59794]: audit 2024-03-21T13:08:16.357535+0000 mon.a (mon.0) 3678 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:17.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:17 smithi184 bash[59794]: cephadm 2024-03-21T13:08:16.359362+0000 mgr.x (mgr.34104) 2625 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:17.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:17 smithi184 bash[59794]: audit 2024-03-21T13:08:16.436303+0000 mon.a (mon.0) 3679 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:17.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:17 smithi184 bash[59794]: audit 2024-03-21T13:08:16.439993+0000 mon.a (mon.0) 3680 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:17.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:17 smithi184 bash[59794]: audit 2024-03-21T13:08:16.443935+0000 mon.a (mon.0) 3681 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:17.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:17 smithi184 bash[59794]: audit 2024-03-21T13:08:16.445558+0000 mon.a (mon.0) 3682 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:17.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:17 smithi184 bash[59794]: cluster 2024-03-21T13:08:16.449538+0000 mgr.x (mgr.34104) 2626 : cluster [DBG] pgmap v1732: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:17.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:17 smithi184 bash[59794]: cluster 2024-03-21T13:08:16.450318+0000 mgr.x (mgr.34104) 2627 : cluster [DBG] pgmap v1733: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:17.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:17 smithi184 bash[59794]: audit 2024-03-21T13:08:16.457568+0000 mon.a (mon.0) 3683 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:17.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:17 smithi184 bash[59794]: cephadm 2024-03-21T13:08:16.459403+0000 mgr.x (mgr.34104) 2628 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:17.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:17 smithi184 bash[59794]: audit 2024-03-21T13:08:16.537987+0000 mon.a (mon.0) 3684 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:17.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:17 smithi184 bash[59794]: audit 2024-03-21T13:08:16.541380+0000 mon.a (mon.0) 3685 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:17.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:17 smithi184 bash[59794]: audit 2024-03-21T13:08:16.546276+0000 mon.a (mon.0) 3686 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:17.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:17 smithi184 bash[59794]: audit 2024-03-21T13:08:16.548051+0000 mon.a (mon.0) 3687 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:17.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:17 smithi184 bash[59794]: cluster 2024-03-21T13:08:16.551905+0000 mgr.x (mgr.34104) 2629 : cluster [DBG] pgmap v1734: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:17.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:17 smithi184 bash[59794]: cluster 2024-03-21T13:08:16.552432+0000 mgr.x (mgr.34104) 2630 : cluster [DBG] pgmap v1735: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:17.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:17 smithi184 bash[59794]: audit 2024-03-21T13:08:16.559848+0000 mon.a (mon.0) 3688 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:17.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:17 smithi184 bash[59794]: cephadm 2024-03-21T13:08:16.561796+0000 mgr.x (mgr.34104) 2631 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:17.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:17 smithi184 bash[59794]: audit 2024-03-21T13:08:16.643164+0000 mon.a (mon.0) 3689 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:17.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:17 smithi184 bash[59794]: audit 2024-03-21T13:08:16.646773+0000 mon.a (mon.0) 3690 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:17.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:17 smithi184 bash[59794]: audit 2024-03-21T13:08:16.650274+0000 mon.a (mon.0) 3691 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:17.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:17 smithi184 bash[59794]: audit 2024-03-21T13:08:16.651758+0000 mon.a (mon.0) 3692 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:17.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:17 smithi184 bash[59794]: cluster 2024-03-21T13:08:16.655304+0000 mgr.x (mgr.34104) 2632 : cluster [DBG] pgmap v1736: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:17.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:17 smithi184 bash[59794]: cluster 2024-03-21T13:08:16.655798+0000 mgr.x (mgr.34104) 2633 : cluster [DBG] pgmap v1737: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:17.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:17 smithi184 bash[59794]: audit 2024-03-21T13:08:16.663693+0000 mon.a (mon.0) 3693 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:17.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:17 smithi184 bash[59794]: cephadm 2024-03-21T13:08:16.665922+0000 mgr.x (mgr.34104) 2634 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:17.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:17 smithi184 bash[59794]: audit 2024-03-21T13:08:16.745489+0000 mon.a (mon.0) 3694 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:17.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:17 smithi184 bash[59794]: audit 2024-03-21T13:08:16.749132+0000 mon.a (mon.0) 3695 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:17.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:17 smithi184 bash[59794]: audit 2024-03-21T13:08:16.753009+0000 mon.a (mon.0) 3696 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:17.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:17 smithi184 bash[59794]: audit 2024-03-21T13:08:16.754680+0000 mon.a (mon.0) 3697 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:17.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:17 smithi184 bash[59794]: cluster 2024-03-21T13:08:16.758434+0000 mgr.x (mgr.34104) 2635 : cluster [DBG] pgmap v1738: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:17.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:17 smithi184 bash[59794]: cluster 2024-03-21T13:08:16.759115+0000 mgr.x (mgr.34104) 2636 : cluster [DBG] pgmap v1739: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:17.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:17 smithi184 bash[59794]: audit 2024-03-21T13:08:16.767438+0000 mon.a (mon.0) 3698 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:17.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:17 smithi184 bash[59794]: cephadm 2024-03-21T13:08:16.769671+0000 mgr.x (mgr.34104) 2637 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:17.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:17 smithi184 bash[59794]: audit 2024-03-21T13:08:16.851281+0000 mon.a (mon.0) 3699 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:17.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:17 smithi184 bash[59794]: audit 2024-03-21T13:08:16.854420+0000 mon.a (mon.0) 3700 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:17.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:17 smithi184 bash[59794]: audit 2024-03-21T13:08:16.857510+0000 mon.a (mon.0) 3701 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:17.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:17 smithi184 bash[59794]: audit 2024-03-21T13:08:16.858867+0000 mon.a (mon.0) 3702 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:17.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:17 smithi184 bash[59794]: cluster 2024-03-21T13:08:16.861966+0000 mgr.x (mgr.34104) 2638 : cluster [DBG] pgmap v1740: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:17.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:17 smithi184 bash[59794]: cluster 2024-03-21T13:08:16.862385+0000 mgr.x (mgr.34104) 2639 : cluster [DBG] pgmap v1741: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:17.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:17 smithi184 bash[59794]: audit 2024-03-21T13:08:16.870431+0000 mon.a (mon.0) 3703 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:17.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:17 smithi184 bash[59794]: cephadm 2024-03-21T13:08:16.872268+0000 mgr.x (mgr.34104) 2640 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:17.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:17 smithi184 bash[59794]: audit 2024-03-21T13:08:16.950676+0000 mon.a (mon.0) 3704 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:17.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:17 smithi184 bash[59794]: audit 2024-03-21T13:08:16.954237+0000 mon.a (mon.0) 3705 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:17.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:17 smithi184 bash[59794]: audit 2024-03-21T13:08:16.957926+0000 mon.a (mon.0) 3706 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:17.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:17 smithi184 bash[59794]: audit 2024-03-21T13:08:16.959232+0000 mon.a (mon.0) 3707 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:17.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:17 smithi184 bash[59794]: cluster 2024-03-21T13:08:16.962515+0000 mgr.x (mgr.34104) 2641 : cluster [DBG] pgmap v1742: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:17.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:17 smithi184 bash[59794]: cluster 2024-03-21T13:08:16.962939+0000 mgr.x (mgr.34104) 2642 : cluster [DBG] pgmap v1743: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:17.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:17 smithi184 bash[59794]: audit 2024-03-21T13:08:16.970859+0000 mon.a (mon.0) 3708 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:17.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:17 smithi184 bash[59794]: cephadm 2024-03-21T13:08:16.972741+0000 mgr.x (mgr.34104) 2643 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:17.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:17 smithi184 bash[59794]: audit 2024-03-21T13:08:17.055111+0000 mon.a (mon.0) 3709 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:17.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:17 smithi184 bash[59794]: audit 2024-03-21T13:08:17.058980+0000 mon.a (mon.0) 3710 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:17.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:17 smithi184 bash[59794]: audit 2024-03-21T13:08:17.063101+0000 mon.a (mon.0) 3711 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:17.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:17 smithi184 bash[59794]: audit 2024-03-21T13:08:17.064868+0000 mon.a (mon.0) 3712 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:17.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:17 smithi184 bash[59794]: cluster 2024-03-21T13:08:17.069176+0000 mgr.x (mgr.34104) 2644 : cluster [DBG] pgmap v1744: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:17.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:17 smithi184 bash[59794]: cluster 2024-03-21T13:08:17.069573+0000 mgr.x (mgr.34104) 2645 : cluster [DBG] pgmap v1745: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:17.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:17 smithi184 bash[59794]: audit 2024-03-21T13:08:17.078641+0000 mon.a (mon.0) 3713 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:17.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:17 smithi184 bash[59794]: cephadm 2024-03-21T13:08:17.080490+0000 mgr.x (mgr.34104) 2646 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:17.581 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:17 smithi184 bash[59794]: audit 2024-03-21T13:08:17.158622+0000 mon.a (mon.0) 3714 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:17.581 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:17 smithi184 bash[59794]: audit 2024-03-21T13:08:17.162311+0000 mon.a (mon.0) 3715 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:17.581 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:17 smithi184 bash[59794]: audit 2024-03-21T13:08:17.166703+0000 mon.a (mon.0) 3716 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:17.581 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:17 smithi184 bash[59794]: audit 2024-03-21T13:08:17.168658+0000 mon.a (mon.0) 3717 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:17.581 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:17 smithi184 bash[59794]: cluster 2024-03-21T13:08:17.172582+0000 mgr.x (mgr.34104) 2647 : cluster [DBG] pgmap v1746: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:17.581 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:17 smithi184 bash[59794]: cluster 2024-03-21T13:08:17.173374+0000 mgr.x (mgr.34104) 2648 : cluster [DBG] pgmap v1747: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:17.581 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:17 smithi184 bash[59794]: audit 2024-03-21T13:08:17.181368+0000 mon.a (mon.0) 3718 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:17.581 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:17 smithi184 bash[59794]: cephadm 2024-03-21T13:08:17.183288+0000 mgr.x (mgr.34104) 2649 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:17.581 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:17 smithi184 bash[59794]: audit 2024-03-21T13:08:17.261922+0000 mon.a (mon.0) 3719 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:17.581 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:17 smithi184 bash[59794]: audit 2024-03-21T13:08:17.265253+0000 mon.a (mon.0) 3720 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:17.581 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:17 smithi184 bash[59794]: audit 2024-03-21T13:08:17.268771+0000 mon.a (mon.0) 3721 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:17.581 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:17 smithi184 bash[59794]: audit 2024-03-21T13:08:17.270257+0000 mon.a (mon.0) 3722 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:17.581 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:17 smithi184 bash[59794]: audit 2024-03-21T13:08:17.282530+0000 mon.a (mon.0) 3723 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:18.302 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:18 smithi184 bash[59794]: cluster 2024-03-21T13:08:17.274060+0000 mgr.x (mgr.34104) 2650 : cluster [DBG] pgmap v1748: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:18.303 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:18 smithi184 bash[59794]: cluster 2024-03-21T13:08:17.274850+0000 mgr.x (mgr.34104) 2651 : cluster [DBG] pgmap v1749: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:18.303 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:18 smithi184 bash[59794]: cephadm 2024-03-21T13:08:17.284371+0000 mgr.x (mgr.34104) 2652 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:18.303 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:18 smithi184 bash[59794]: audit 2024-03-21T13:08:17.360734+0000 mon.a (mon.0) 3724 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:18.303 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:18 smithi184 bash[59794]: audit 2024-03-21T13:08:17.364431+0000 mon.a (mon.0) 3725 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:18.303 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:18 smithi184 bash[59794]: audit 2024-03-21T13:08:17.369179+0000 mon.a (mon.0) 3726 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:18.303 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:18 smithi184 bash[59794]: audit 2024-03-21T13:08:17.370752+0000 mon.a (mon.0) 3727 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:18.303 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:18 smithi184 bash[59794]: cluster 2024-03-21T13:08:17.374490+0000 mgr.x (mgr.34104) 2653 : cluster [DBG] pgmap v1750: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:18.303 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:18 smithi184 bash[59794]: cluster 2024-03-21T13:08:17.374945+0000 mgr.x (mgr.34104) 2654 : cluster [DBG] pgmap v1751: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:18.303 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:18 smithi184 bash[59794]: audit 2024-03-21T13:08:17.383000+0000 mon.a (mon.0) 3728 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:18.303 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:18 smithi184 bash[59794]: cephadm 2024-03-21T13:08:17.384878+0000 mgr.x (mgr.34104) 2655 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:18.303 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:18 smithi184 bash[59794]: audit 2024-03-21T13:08:17.466521+0000 mon.a (mon.0) 3729 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:18.303 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:18 smithi184 bash[59794]: audit 2024-03-21T13:08:17.469810+0000 mon.a (mon.0) 3730 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:18.304 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:18 smithi184 bash[59794]: audit 2024-03-21T13:08:17.473908+0000 mon.a (mon.0) 3731 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:18.304 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:18 smithi184 bash[59794]: audit 2024-03-21T13:08:17.475428+0000 mon.a (mon.0) 3732 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:18.304 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:18 smithi184 bash[59794]: cluster 2024-03-21T13:08:17.478791+0000 mgr.x (mgr.34104) 2656 : cluster [DBG] pgmap v1752: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:18.304 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:18 smithi184 bash[59794]: cluster 2024-03-21T13:08:17.479312+0000 mgr.x (mgr.34104) 2657 : cluster [DBG] pgmap v1753: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:18.304 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:18 smithi184 bash[59794]: audit 2024-03-21T13:08:17.487039+0000 mon.a (mon.0) 3733 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:18.305 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:18 smithi184 bash[59794]: cephadm 2024-03-21T13:08:17.488944+0000 mgr.x (mgr.34104) 2658 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:18.305 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:18 smithi184 bash[59794]: audit 2024-03-21T13:08:17.568692+0000 mon.a (mon.0) 3734 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:18.305 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:18 smithi184 bash[59794]: audit 2024-03-21T13:08:17.571846+0000 mon.a (mon.0) 3735 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:18.305 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:18 smithi184 bash[59794]: audit 2024-03-21T13:08:17.575167+0000 mon.a (mon.0) 3736 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:18.305 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:18 smithi184 bash[59794]: audit 2024-03-21T13:08:17.576444+0000 mon.a (mon.0) 3737 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:18.305 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:18 smithi184 bash[59794]: cluster 2024-03-21T13:08:17.580411+0000 mgr.x (mgr.34104) 2659 : cluster [DBG] pgmap v1754: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:18.305 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:18 smithi184 bash[59794]: cluster 2024-03-21T13:08:17.581390+0000 mgr.x (mgr.34104) 2660 : cluster [DBG] pgmap v1755: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:18.305 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:18 smithi184 bash[59794]: audit 2024-03-21T13:08:17.587406+0000 mon.a (mon.0) 3738 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:18.305 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:18 smithi184 bash[59794]: cephadm 2024-03-21T13:08:17.589380+0000 mgr.x (mgr.34104) 2661 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:18.305 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:18 smithi184 bash[59794]: audit 2024-03-21T13:08:17.666722+0000 mon.a (mon.0) 3739 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:18.305 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:18 smithi184 bash[59794]: audit 2024-03-21T13:08:17.669921+0000 mon.a (mon.0) 3740 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:18.305 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:18 smithi184 bash[59794]: audit 2024-03-21T13:08:17.672837+0000 mon.a (mon.0) 3741 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:18.305 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:18 smithi184 bash[59794]: audit 2024-03-21T13:08:17.674192+0000 mon.a (mon.0) 3742 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:18.305 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:18 smithi184 bash[59794]: cluster 2024-03-21T13:08:17.677733+0000 mgr.x (mgr.34104) 2662 : cluster [DBG] pgmap v1756: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:18.306 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:18 smithi184 bash[59794]: cluster 2024-03-21T13:08:17.678644+0000 mgr.x (mgr.34104) 2663 : cluster [DBG] pgmap v1757: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:18.306 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:18 smithi184 bash[59794]: audit 2024-03-21T13:08:17.685515+0000 mon.a (mon.0) 3743 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:18.306 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:18 smithi184 bash[59794]: cephadm 2024-03-21T13:08:17.687376+0000 mgr.x (mgr.34104) 2664 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:18.306 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:18 smithi184 bash[59794]: audit 2024-03-21T13:08:17.767148+0000 mon.a (mon.0) 3744 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:18.306 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:18 smithi184 bash[59794]: audit 2024-03-21T13:08:17.770463+0000 mon.a (mon.0) 3745 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:18.306 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:18 smithi184 bash[59794]: audit 2024-03-21T13:08:17.774626+0000 mon.a (mon.0) 3746 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:18.306 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:18 smithi184 bash[59794]: audit 2024-03-21T13:08:17.776495+0000 mon.a (mon.0) 3747 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:18.306 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:18 smithi184 bash[59794]: cluster 2024-03-21T13:08:17.780717+0000 mgr.x (mgr.34104) 2665 : cluster [DBG] pgmap v1758: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:18.306 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:18 smithi184 bash[59794]: cluster 2024-03-21T13:08:17.781561+0000 mgr.x (mgr.34104) 2666 : cluster [DBG] pgmap v1759: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:18.306 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:18 smithi184 bash[59794]: audit 2024-03-21T13:08:17.788645+0000 mon.a (mon.0) 3748 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:18.306 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:18 smithi184 bash[59794]: cephadm 2024-03-21T13:08:17.790520+0000 mgr.x (mgr.34104) 2667 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:18.306 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:18 smithi184 bash[59794]: audit 2024-03-21T13:08:17.872119+0000 mon.a (mon.0) 3749 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:18.306 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:18 smithi184 bash[59794]: audit 2024-03-21T13:08:17.875266+0000 mon.a (mon.0) 3750 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:18.306 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:18 smithi184 bash[59794]: audit 2024-03-21T13:08:17.879036+0000 mon.a (mon.0) 3751 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:18.306 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:18 smithi184 bash[59794]: audit 2024-03-21T13:08:17.880280+0000 mon.a (mon.0) 3752 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:18.307 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:18 smithi184 bash[59794]: cluster 2024-03-21T13:08:17.883831+0000 mgr.x (mgr.34104) 2668 : cluster [DBG] pgmap v1760: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:18.307 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:18 smithi184 bash[59794]: cluster 2024-03-21T13:08:17.884472+0000 mgr.x (mgr.34104) 2669 : cluster [DBG] pgmap v1761: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:18.307 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:18 smithi184 bash[59794]: audit 2024-03-21T13:08:17.889676+0000 mon.a (mon.0) 3753 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:18.307 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:18 smithi184 bash[59794]: cephadm 2024-03-21T13:08:17.891949+0000 mgr.x (mgr.34104) 2670 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:18.307 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:18 smithi184 bash[59794]: audit 2024-03-21T13:08:17.968744+0000 mon.a (mon.0) 3754 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:18.307 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:18 smithi184 bash[59794]: audit 2024-03-21T13:08:17.972264+0000 mon.a (mon.0) 3755 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:18.307 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:18 smithi184 bash[59794]: audit 2024-03-21T13:08:17.976191+0000 mon.a (mon.0) 3756 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:18.307 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:18 smithi184 bash[59794]: audit 2024-03-21T13:08:17.977672+0000 mon.a (mon.0) 3757 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:18.307 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:18 smithi184 bash[59794]: cluster 2024-03-21T13:08:17.981315+0000 mgr.x (mgr.34104) 2671 : cluster [DBG] pgmap v1762: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:18.308 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:18 smithi184 bash[59794]: cluster 2024-03-21T13:08:17.981948+0000 mgr.x (mgr.34104) 2672 : cluster [DBG] pgmap v1763: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:18.308 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:18 smithi184 bash[59794]: audit 2024-03-21T13:08:17.989978+0000 mon.a (mon.0) 3758 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:18.308 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:18 smithi184 bash[59794]: cephadm 2024-03-21T13:08:17.991794+0000 mgr.x (mgr.34104) 2673 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:18.308 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:18 smithi184 bash[59794]: audit 2024-03-21T13:08:18.068533+0000 mon.a (mon.0) 3759 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:18.308 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:18 smithi184 bash[59794]: audit 2024-03-21T13:08:18.072125+0000 mon.a (mon.0) 3760 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:18.308 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:18 smithi184 bash[59794]: audit 2024-03-21T13:08:18.075161+0000 mon.a (mon.0) 3761 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:18.308 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:18 smithi184 bash[59794]: audit 2024-03-21T13:08:18.076473+0000 mon.a (mon.0) 3762 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:18.308 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:18 smithi184 bash[59794]: cluster 2024-03-21T13:08:18.079612+0000 mgr.x (mgr.34104) 2674 : cluster [DBG] pgmap v1764: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:18.308 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:18 smithi184 bash[59794]: cluster 2024-03-21T13:08:18.080281+0000 mgr.x (mgr.34104) 2675 : cluster [DBG] pgmap v1765: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:18.308 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:18 smithi184 bash[59794]: audit 2024-03-21T13:08:18.088203+0000 mon.a (mon.0) 3763 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:18.308 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:18 smithi184 bash[59794]: cephadm 2024-03-21T13:08:18.089949+0000 mgr.x (mgr.34104) 2676 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:18.308 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:18 smithi184 bash[59794]: audit 2024-03-21T13:08:18.166527+0000 mon.a (mon.0) 3764 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:18.308 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:18 smithi184 bash[59794]: audit 2024-03-21T13:08:18.170044+0000 mon.a (mon.0) 3765 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:18.308 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:18 smithi184 bash[59794]: audit 2024-03-21T13:08:18.173907+0000 mon.a (mon.0) 3766 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:18.308 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:18 smithi184 bash[59794]: audit 2024-03-21T13:08:18.175168+0000 mon.a (mon.0) 3767 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:18.309 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:18 smithi184 bash[59794]: cluster 2024-03-21T13:08:18.178675+0000 mgr.x (mgr.34104) 2677 : cluster [DBG] pgmap v1766: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:18.309 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:18 smithi184 bash[59794]: cluster 2024-03-21T13:08:18.179369+0000 mgr.x (mgr.34104) 2678 : cluster [DBG] pgmap v1767: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:18.309 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:18 smithi184 bash[59794]: audit 2024-03-21T13:08:18.187457+0000 mon.a (mon.0) 3768 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:18.309 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:18 smithi184 bash[59794]: cephadm 2024-03-21T13:08:18.189194+0000 mgr.x (mgr.34104) 2679 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:18.309 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:18 smithi184 bash[59794]: audit 2024-03-21T13:08:18.266445+0000 mon.a (mon.0) 3769 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:18.309 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:18 smithi184 bash[59794]: audit 2024-03-21T13:08:18.270109+0000 mon.a (mon.0) 3770 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:18.309 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:18 smithi184 bash[59794]: audit 2024-03-21T13:08:18.273321+0000 mon.a (mon.0) 3771 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:18.309 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:18 smithi184 bash[59794]: audit 2024-03-21T13:08:18.274715+0000 mon.a (mon.0) 3772 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:18.309 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:18 smithi184 bash[59794]: audit 2024-03-21T13:08:18.287078+0000 mon.a (mon.0) 3773 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:18.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:18 smithi178 bash[75692]: cluster 2024-03-21T13:08:17.274060+0000 mgr.x (mgr.34104) 2650 : cluster [DBG] pgmap v1748: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:18.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:18 smithi178 bash[75692]: cluster 2024-03-21T13:08:17.274850+0000 mgr.x (mgr.34104) 2651 : cluster [DBG] pgmap v1749: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:18.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:18 smithi178 bash[75692]: cephadm 2024-03-21T13:08:17.284371+0000 mgr.x (mgr.34104) 2652 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:18.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:18 smithi178 bash[75692]: audit 2024-03-21T13:08:17.360734+0000 mon.a (mon.0) 3724 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:18.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:18 smithi178 bash[75692]: audit 2024-03-21T13:08:17.364431+0000 mon.a (mon.0) 3725 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:18.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:18 smithi178 bash[75692]: audit 2024-03-21T13:08:17.369179+0000 mon.a (mon.0) 3726 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:18.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:18 smithi178 bash[75692]: audit 2024-03-21T13:08:17.370752+0000 mon.a (mon.0) 3727 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:18.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:18 smithi178 bash[75692]: cluster 2024-03-21T13:08:17.374490+0000 mgr.x (mgr.34104) 2653 : cluster [DBG] pgmap v1750: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:18.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:18 smithi178 bash[75692]: cluster 2024-03-21T13:08:17.374945+0000 mgr.x (mgr.34104) 2654 : cluster [DBG] pgmap v1751: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:18.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:18 smithi178 bash[75692]: audit 2024-03-21T13:08:17.383000+0000 mon.a (mon.0) 3728 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:18.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:18 smithi178 bash[75692]: cephadm 2024-03-21T13:08:17.384878+0000 mgr.x (mgr.34104) 2655 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:18.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:18 smithi178 bash[75692]: audit 2024-03-21T13:08:17.466521+0000 mon.a (mon.0) 3729 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:18.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:18 smithi178 bash[75692]: audit 2024-03-21T13:08:17.469810+0000 mon.a (mon.0) 3730 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:18.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:18 smithi178 bash[75692]: audit 2024-03-21T13:08:17.473908+0000 mon.a (mon.0) 3731 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:18.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:18 smithi178 bash[75692]: audit 2024-03-21T13:08:17.475428+0000 mon.a (mon.0) 3732 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:18.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:18 smithi178 bash[75692]: cluster 2024-03-21T13:08:17.478791+0000 mgr.x (mgr.34104) 2656 : cluster [DBG] pgmap v1752: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:18.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:18 smithi178 bash[75692]: cluster 2024-03-21T13:08:17.479312+0000 mgr.x (mgr.34104) 2657 : cluster [DBG] pgmap v1753: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:18.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:18 smithi178 bash[75692]: audit 2024-03-21T13:08:17.487039+0000 mon.a (mon.0) 3733 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:18.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:18 smithi178 bash[75692]: cephadm 2024-03-21T13:08:17.488944+0000 mgr.x (mgr.34104) 2658 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:18.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:18 smithi178 bash[75692]: audit 2024-03-21T13:08:17.568692+0000 mon.a (mon.0) 3734 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:18.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:18 smithi178 bash[75692]: audit 2024-03-21T13:08:17.571846+0000 mon.a (mon.0) 3735 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:18.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:18 smithi178 bash[75692]: audit 2024-03-21T13:08:17.575167+0000 mon.a (mon.0) 3736 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:18.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:18 smithi178 bash[75692]: audit 2024-03-21T13:08:17.576444+0000 mon.a (mon.0) 3737 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:18.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:18 smithi178 bash[75692]: cluster 2024-03-21T13:08:17.580411+0000 mgr.x (mgr.34104) 2659 : cluster [DBG] pgmap v1754: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:18.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:18 smithi178 bash[75692]: cluster 2024-03-21T13:08:17.581390+0000 mgr.x (mgr.34104) 2660 : cluster [DBG] pgmap v1755: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:18.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:18 smithi178 bash[75692]: audit 2024-03-21T13:08:17.587406+0000 mon.a (mon.0) 3738 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:18.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:18 smithi178 bash[75692]: cephadm 2024-03-21T13:08:17.589380+0000 mgr.x (mgr.34104) 2661 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:18.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:18 smithi178 bash[75692]: audit 2024-03-21T13:08:17.666722+0000 mon.a (mon.0) 3739 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:18.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:18 smithi178 bash[75692]: audit 2024-03-21T13:08:17.669921+0000 mon.a (mon.0) 3740 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:18.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:18 smithi178 bash[75692]: audit 2024-03-21T13:08:17.672837+0000 mon.a (mon.0) 3741 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:18.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:18 smithi178 bash[75692]: audit 2024-03-21T13:08:17.674192+0000 mon.a (mon.0) 3742 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:18.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:18 smithi178 bash[75692]: cluster 2024-03-21T13:08:17.677733+0000 mgr.x (mgr.34104) 2662 : cluster [DBG] pgmap v1756: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:18.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:18 smithi178 bash[75692]: cluster 2024-03-21T13:08:17.678644+0000 mgr.x (mgr.34104) 2663 : cluster [DBG] pgmap v1757: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:18.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:18 smithi178 bash[75692]: audit 2024-03-21T13:08:17.685515+0000 mon.a (mon.0) 3743 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:18.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:18 smithi178 bash[75692]: cephadm 2024-03-21T13:08:17.687376+0000 mgr.x (mgr.34104) 2664 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:18.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:18 smithi178 bash[75692]: audit 2024-03-21T13:08:17.767148+0000 mon.a (mon.0) 3744 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:18.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:18 smithi178 bash[75692]: audit 2024-03-21T13:08:17.770463+0000 mon.a (mon.0) 3745 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:18.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:18 smithi178 bash[75692]: audit 2024-03-21T13:08:17.774626+0000 mon.a (mon.0) 3746 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:18.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:18 smithi178 bash[75692]: audit 2024-03-21T13:08:17.776495+0000 mon.a (mon.0) 3747 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:18.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:18 smithi178 bash[75692]: cluster 2024-03-21T13:08:17.780717+0000 mgr.x (mgr.34104) 2665 : cluster [DBG] pgmap v1758: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:18.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:18 smithi178 bash[75692]: cluster 2024-03-21T13:08:17.781561+0000 mgr.x (mgr.34104) 2666 : cluster [DBG] pgmap v1759: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:18.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:18 smithi178 bash[75692]: audit 2024-03-21T13:08:17.788645+0000 mon.a (mon.0) 3748 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:18.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:18 smithi178 bash[75692]: cephadm 2024-03-21T13:08:17.790520+0000 mgr.x (mgr.34104) 2667 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:18.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:18 smithi178 bash[75692]: audit 2024-03-21T13:08:17.872119+0000 mon.a (mon.0) 3749 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:18.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:18 smithi178 bash[75692]: audit 2024-03-21T13:08:17.875266+0000 mon.a (mon.0) 3750 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:18.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:18 smithi178 bash[75692]: audit 2024-03-21T13:08:17.879036+0000 mon.a (mon.0) 3751 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:18.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:18 smithi178 bash[75692]: audit 2024-03-21T13:08:17.880280+0000 mon.a (mon.0) 3752 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:18.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:18 smithi178 bash[75692]: cluster 2024-03-21T13:08:17.883831+0000 mgr.x (mgr.34104) 2668 : cluster [DBG] pgmap v1760: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:18.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:18 smithi178 bash[75692]: cluster 2024-03-21T13:08:17.884472+0000 mgr.x (mgr.34104) 2669 : cluster [DBG] pgmap v1761: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:18.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:18 smithi178 bash[75692]: audit 2024-03-21T13:08:17.889676+0000 mon.a (mon.0) 3753 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:18.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:18 smithi178 bash[75692]: cephadm 2024-03-21T13:08:17.891949+0000 mgr.x (mgr.34104) 2670 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:18.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:18 smithi178 bash[75692]: audit 2024-03-21T13:08:17.968744+0000 mon.a (mon.0) 3754 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:18.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:18 smithi178 bash[75692]: audit 2024-03-21T13:08:17.972264+0000 mon.a (mon.0) 3755 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:18.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:18 smithi178 bash[77880]: cluster 2024-03-21T13:08:17.274060+0000 mgr.x (mgr.34104) 2650 : cluster [DBG] pgmap v1748: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:18.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:18 smithi178 bash[77880]: cluster 2024-03-21T13:08:17.274850+0000 mgr.x (mgr.34104) 2651 : cluster [DBG] pgmap v1749: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:18.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:18 smithi178 bash[77880]: cephadm 2024-03-21T13:08:17.284371+0000 mgr.x (mgr.34104) 2652 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:18.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:18 smithi178 bash[77880]: audit 2024-03-21T13:08:17.360734+0000 mon.a (mon.0) 3724 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:18.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:18 smithi178 bash[77880]: audit 2024-03-21T13:08:17.364431+0000 mon.a (mon.0) 3725 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:18.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:18 smithi178 bash[77880]: audit 2024-03-21T13:08:17.369179+0000 mon.a (mon.0) 3726 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:18.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:18 smithi178 bash[77880]: audit 2024-03-21T13:08:17.370752+0000 mon.a (mon.0) 3727 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:18.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:18 smithi178 bash[77880]: cluster 2024-03-21T13:08:17.374490+0000 mgr.x (mgr.34104) 2653 : cluster [DBG] pgmap v1750: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:18.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:18 smithi178 bash[77880]: cluster 2024-03-21T13:08:17.374945+0000 mgr.x (mgr.34104) 2654 : cluster [DBG] pgmap v1751: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:18.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:18 smithi178 bash[77880]: audit 2024-03-21T13:08:17.383000+0000 mon.a (mon.0) 3728 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:18.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:18 smithi178 bash[77880]: cephadm 2024-03-21T13:08:17.384878+0000 mgr.x (mgr.34104) 2655 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:18.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:18 smithi178 bash[77880]: audit 2024-03-21T13:08:17.466521+0000 mon.a (mon.0) 3729 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:18.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:18 smithi178 bash[77880]: audit 2024-03-21T13:08:17.469810+0000 mon.a (mon.0) 3730 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:18.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:18 smithi178 bash[77880]: audit 2024-03-21T13:08:17.473908+0000 mon.a (mon.0) 3731 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:18.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:18 smithi178 bash[77880]: audit 2024-03-21T13:08:17.475428+0000 mon.a (mon.0) 3732 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:18.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:18 smithi178 bash[77880]: cluster 2024-03-21T13:08:17.478791+0000 mgr.x (mgr.34104) 2656 : cluster [DBG] pgmap v1752: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:18.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:18 smithi178 bash[77880]: cluster 2024-03-21T13:08:17.479312+0000 mgr.x (mgr.34104) 2657 : cluster [DBG] pgmap v1753: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:18.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:18 smithi178 bash[77880]: audit 2024-03-21T13:08:17.487039+0000 mon.a (mon.0) 3733 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:18.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:18 smithi178 bash[77880]: cephadm 2024-03-21T13:08:17.488944+0000 mgr.x (mgr.34104) 2658 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:18.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:18 smithi178 bash[77880]: audit 2024-03-21T13:08:17.568692+0000 mon.a (mon.0) 3734 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:18.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:18 smithi178 bash[77880]: audit 2024-03-21T13:08:17.571846+0000 mon.a (mon.0) 3735 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:18.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:18 smithi178 bash[77880]: audit 2024-03-21T13:08:17.575167+0000 mon.a (mon.0) 3736 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:18.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:18 smithi178 bash[77880]: audit 2024-03-21T13:08:17.576444+0000 mon.a (mon.0) 3737 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:18.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:18 smithi178 bash[77880]: cluster 2024-03-21T13:08:17.580411+0000 mgr.x (mgr.34104) 2659 : cluster [DBG] pgmap v1754: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:18.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:18 smithi178 bash[77880]: cluster 2024-03-21T13:08:17.581390+0000 mgr.x (mgr.34104) 2660 : cluster [DBG] pgmap v1755: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:18.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:18 smithi178 bash[77880]: audit 2024-03-21T13:08:17.587406+0000 mon.a (mon.0) 3738 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:18.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:18 smithi178 bash[77880]: cephadm 2024-03-21T13:08:17.589380+0000 mgr.x (mgr.34104) 2661 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:18.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:18 smithi178 bash[77880]: audit 2024-03-21T13:08:17.666722+0000 mon.a (mon.0) 3739 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:18.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:18 smithi178 bash[77880]: audit 2024-03-21T13:08:17.669921+0000 mon.a (mon.0) 3740 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:18.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:18 smithi178 bash[77880]: audit 2024-03-21T13:08:17.672837+0000 mon.a (mon.0) 3741 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:18.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:18 smithi178 bash[77880]: audit 2024-03-21T13:08:17.674192+0000 mon.a (mon.0) 3742 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:18.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:18 smithi178 bash[77880]: cluster 2024-03-21T13:08:17.677733+0000 mgr.x (mgr.34104) 2662 : cluster [DBG] pgmap v1756: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:18.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:18 smithi178 bash[77880]: cluster 2024-03-21T13:08:17.678644+0000 mgr.x (mgr.34104) 2663 : cluster [DBG] pgmap v1757: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:18.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:18 smithi178 bash[77880]: audit 2024-03-21T13:08:17.685515+0000 mon.a (mon.0) 3743 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:18.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:18 smithi178 bash[77880]: cephadm 2024-03-21T13:08:17.687376+0000 mgr.x (mgr.34104) 2664 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:18.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:18 smithi178 bash[77880]: audit 2024-03-21T13:08:17.767148+0000 mon.a (mon.0) 3744 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:18.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:18 smithi178 bash[77880]: audit 2024-03-21T13:08:17.770463+0000 mon.a (mon.0) 3745 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:18.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:18 smithi178 bash[77880]: audit 2024-03-21T13:08:17.774626+0000 mon.a (mon.0) 3746 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:18.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:18 smithi178 bash[77880]: audit 2024-03-21T13:08:17.776495+0000 mon.a (mon.0) 3747 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:18.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:18 smithi178 bash[77880]: cluster 2024-03-21T13:08:17.780717+0000 mgr.x (mgr.34104) 2665 : cluster [DBG] pgmap v1758: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:18.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:18 smithi178 bash[77880]: cluster 2024-03-21T13:08:17.781561+0000 mgr.x (mgr.34104) 2666 : cluster [DBG] pgmap v1759: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:18.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:18 smithi178 bash[77880]: audit 2024-03-21T13:08:17.788645+0000 mon.a (mon.0) 3748 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:18.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:18 smithi178 bash[77880]: cephadm 2024-03-21T13:08:17.790520+0000 mgr.x (mgr.34104) 2667 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:18.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:18 smithi178 bash[77880]: audit 2024-03-21T13:08:17.872119+0000 mon.a (mon.0) 3749 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:18.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:18 smithi178 bash[77880]: audit 2024-03-21T13:08:17.875266+0000 mon.a (mon.0) 3750 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:18.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:18 smithi178 bash[77880]: audit 2024-03-21T13:08:17.879036+0000 mon.a (mon.0) 3751 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:18.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:18 smithi178 bash[77880]: audit 2024-03-21T13:08:17.880280+0000 mon.a (mon.0) 3752 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:18.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:18 smithi178 bash[77880]: cluster 2024-03-21T13:08:17.883831+0000 mgr.x (mgr.34104) 2668 : cluster [DBG] pgmap v1760: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:18.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:18 smithi178 bash[77880]: cluster 2024-03-21T13:08:17.884472+0000 mgr.x (mgr.34104) 2669 : cluster [DBG] pgmap v1761: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:18.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:18 smithi178 bash[77880]: audit 2024-03-21T13:08:17.889676+0000 mon.a (mon.0) 3753 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:18.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:18 smithi178 bash[77880]: cephadm 2024-03-21T13:08:17.891949+0000 mgr.x (mgr.34104) 2670 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:18.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:18 smithi178 bash[77880]: audit 2024-03-21T13:08:17.968744+0000 mon.a (mon.0) 3754 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:18.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:18 smithi178 bash[77880]: audit 2024-03-21T13:08:17.972264+0000 mon.a (mon.0) 3755 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:18.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:18 smithi178 bash[77880]: audit 2024-03-21T13:08:17.976191+0000 mon.a (mon.0) 3756 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:18.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:18 smithi178 bash[77880]: audit 2024-03-21T13:08:17.977672+0000 mon.a (mon.0) 3757 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:18.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:18 smithi178 bash[77880]: cluster 2024-03-21T13:08:17.981315+0000 mgr.x (mgr.34104) 2671 : cluster [DBG] pgmap v1762: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:18.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:18 smithi178 bash[77880]: cluster 2024-03-21T13:08:17.981948+0000 mgr.x (mgr.34104) 2672 : cluster [DBG] pgmap v1763: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:18.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:18 smithi178 bash[77880]: audit 2024-03-21T13:08:17.989978+0000 mon.a (mon.0) 3758 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:18.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:18 smithi178 bash[77880]: cephadm 2024-03-21T13:08:17.991794+0000 mgr.x (mgr.34104) 2673 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:18.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:18 smithi178 bash[77880]: audit 2024-03-21T13:08:18.068533+0000 mon.a (mon.0) 3759 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:18.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:18 smithi178 bash[77880]: audit 2024-03-21T13:08:18.072125+0000 mon.a (mon.0) 3760 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:18.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:18 smithi178 bash[77880]: audit 2024-03-21T13:08:18.075161+0000 mon.a (mon.0) 3761 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:18.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:18 smithi178 bash[77880]: audit 2024-03-21T13:08:18.076473+0000 mon.a (mon.0) 3762 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:18.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:18 smithi178 bash[77880]: cluster 2024-03-21T13:08:18.079612+0000 mgr.x (mgr.34104) 2674 : cluster [DBG] pgmap v1764: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:18.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:18 smithi178 bash[77880]: cluster 2024-03-21T13:08:18.080281+0000 mgr.x (mgr.34104) 2675 : cluster [DBG] pgmap v1765: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:18.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:18 smithi178 bash[77880]: audit 2024-03-21T13:08:18.088203+0000 mon.a (mon.0) 3763 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:18.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:18 smithi178 bash[77880]: cephadm 2024-03-21T13:08:18.089949+0000 mgr.x (mgr.34104) 2676 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:18.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:18 smithi178 bash[77880]: audit 2024-03-21T13:08:18.166527+0000 mon.a (mon.0) 3764 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:18.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:18 smithi178 bash[77880]: audit 2024-03-21T13:08:18.170044+0000 mon.a (mon.0) 3765 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:18.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:18 smithi178 bash[77880]: audit 2024-03-21T13:08:18.173907+0000 mon.a (mon.0) 3766 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:18.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:18 smithi178 bash[75692]: audit 2024-03-21T13:08:17.976191+0000 mon.a (mon.0) 3756 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:18.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:18 smithi178 bash[75692]: audit 2024-03-21T13:08:17.977672+0000 mon.a (mon.0) 3757 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:18.562 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:18 smithi178 bash[75692]: cluster 2024-03-21T13:08:17.981315+0000 mgr.x (mgr.34104) 2671 : cluster [DBG] pgmap v1762: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:18.562 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:18 smithi178 bash[75692]: cluster 2024-03-21T13:08:17.981948+0000 mgr.x (mgr.34104) 2672 : cluster [DBG] pgmap v1763: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:18.562 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:18 smithi178 bash[75692]: audit 2024-03-21T13:08:17.989978+0000 mon.a (mon.0) 3758 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:18.562 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:18 smithi178 bash[75692]: cephadm 2024-03-21T13:08:17.991794+0000 mgr.x (mgr.34104) 2673 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:18.562 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:18 smithi178 bash[75692]: audit 2024-03-21T13:08:18.068533+0000 mon.a (mon.0) 3759 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:18.562 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:18 smithi178 bash[75692]: audit 2024-03-21T13:08:18.072125+0000 mon.a (mon.0) 3760 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:18.562 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:18 smithi178 bash[75692]: audit 2024-03-21T13:08:18.075161+0000 mon.a (mon.0) 3761 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:18.562 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:18 smithi178 bash[75692]: audit 2024-03-21T13:08:18.076473+0000 mon.a (mon.0) 3762 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:18.562 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:18 smithi178 bash[75692]: cluster 2024-03-21T13:08:18.079612+0000 mgr.x (mgr.34104) 2674 : cluster [DBG] pgmap v1764: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:18.563 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:18 smithi178 bash[75692]: cluster 2024-03-21T13:08:18.080281+0000 mgr.x (mgr.34104) 2675 : cluster [DBG] pgmap v1765: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:18.563 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:18 smithi178 bash[75692]: audit 2024-03-21T13:08:18.088203+0000 mon.a (mon.0) 3763 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:18.563 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:18 smithi178 bash[75692]: cephadm 2024-03-21T13:08:18.089949+0000 mgr.x (mgr.34104) 2676 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:18.563 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:18 smithi178 bash[75692]: audit 2024-03-21T13:08:18.166527+0000 mon.a (mon.0) 3764 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:18.563 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:18 smithi178 bash[75692]: audit 2024-03-21T13:08:18.170044+0000 mon.a (mon.0) 3765 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:18.563 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:18 smithi178 bash[75692]: audit 2024-03-21T13:08:18.173907+0000 mon.a (mon.0) 3766 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:18.563 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:18 smithi178 bash[77880]: audit 2024-03-21T13:08:18.175168+0000 mon.a (mon.0) 3767 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:18.563 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:18 smithi178 bash[77880]: cluster 2024-03-21T13:08:18.178675+0000 mgr.x (mgr.34104) 2677 : cluster [DBG] pgmap v1766: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:18.564 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:18 smithi178 bash[77880]: cluster 2024-03-21T13:08:18.179369+0000 mgr.x (mgr.34104) 2678 : cluster [DBG] pgmap v1767: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:18.564 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:18 smithi178 bash[77880]: audit 2024-03-21T13:08:18.187457+0000 mon.a (mon.0) 3768 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:18.564 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:18 smithi178 bash[77880]: cephadm 2024-03-21T13:08:18.189194+0000 mgr.x (mgr.34104) 2679 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:18.564 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:18 smithi178 bash[77880]: audit 2024-03-21T13:08:18.266445+0000 mon.a (mon.0) 3769 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:18.564 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:18 smithi178 bash[77880]: audit 2024-03-21T13:08:18.270109+0000 mon.a (mon.0) 3770 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:18.564 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:18 smithi178 bash[77880]: audit 2024-03-21T13:08:18.273321+0000 mon.a (mon.0) 3771 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:18.564 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:18 smithi178 bash[77880]: audit 2024-03-21T13:08:18.274715+0000 mon.a (mon.0) 3772 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:18.564 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:18 smithi178 bash[77880]: audit 2024-03-21T13:08:18.287078+0000 mon.a (mon.0) 3773 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:18.564 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:18 smithi178 bash[75692]: audit 2024-03-21T13:08:18.175168+0000 mon.a (mon.0) 3767 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:18.564 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:18 smithi178 bash[75692]: cluster 2024-03-21T13:08:18.178675+0000 mgr.x (mgr.34104) 2677 : cluster [DBG] pgmap v1766: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:18.564 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:18 smithi178 bash[75692]: cluster 2024-03-21T13:08:18.179369+0000 mgr.x (mgr.34104) 2678 : cluster [DBG] pgmap v1767: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:18.564 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:18 smithi178 bash[75692]: audit 2024-03-21T13:08:18.187457+0000 mon.a (mon.0) 3768 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:18.565 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:18 smithi178 bash[75692]: cephadm 2024-03-21T13:08:18.189194+0000 mgr.x (mgr.34104) 2679 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:18.565 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:18 smithi178 bash[75692]: audit 2024-03-21T13:08:18.266445+0000 mon.a (mon.0) 3769 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:18.565 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:18 smithi178 bash[75692]: audit 2024-03-21T13:08:18.270109+0000 mon.a (mon.0) 3770 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:18.565 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:18 smithi178 bash[75692]: audit 2024-03-21T13:08:18.273321+0000 mon.a (mon.0) 3771 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:18.565 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:18 smithi178 bash[75692]: audit 2024-03-21T13:08:18.274715+0000 mon.a (mon.0) 3772 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:18.565 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:18 smithi178 bash[75692]: audit 2024-03-21T13:08:18.287078+0000 mon.a (mon.0) 3773 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:19.054 INFO:teuthology.orchestra.run.smithi178.stdout:true 2024-03-21T13:08:19.626 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:19 smithi184 bash[59794]: cluster 2024-03-21T13:08:18.278225+0000 mgr.x (mgr.34104) 2680 : cluster [DBG] pgmap v1768: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:19.627 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:19 smithi184 bash[59794]: cluster 2024-03-21T13:08:18.278690+0000 mgr.x (mgr.34104) 2681 : cluster [DBG] pgmap v1769: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:19.627 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:19 smithi184 bash[59794]: cephadm 2024-03-21T13:08:18.289048+0000 mgr.x (mgr.34104) 2682 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:19.627 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:19 smithi184 bash[59794]: audit 2024-03-21T13:08:18.370370+0000 mon.a (mon.0) 3774 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:19.627 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:19 smithi184 bash[59794]: audit 2024-03-21T13:08:18.373051+0000 mon.a (mon.0) 3775 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:19.627 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:19 smithi184 bash[59794]: audit 2024-03-21T13:08:18.376245+0000 mon.a (mon.0) 3776 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:19.627 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:19 smithi184 bash[59794]: audit 2024-03-21T13:08:18.377423+0000 mon.a (mon.0) 3777 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:19.627 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:19 smithi184 bash[59794]: cluster 2024-03-21T13:08:18.380803+0000 mgr.x (mgr.34104) 2683 : cluster [DBG] pgmap v1770: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:19.627 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:19 smithi184 bash[59794]: cluster 2024-03-21T13:08:18.381556+0000 mgr.x (mgr.34104) 2684 : cluster [DBG] pgmap v1771: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:19.627 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:19 smithi184 bash[59794]: audit 2024-03-21T13:08:18.390069+0000 mon.a (mon.0) 3778 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:19.627 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:19 smithi184 bash[59794]: cephadm 2024-03-21T13:08:18.392119+0000 mgr.x (mgr.34104) 2685 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:19.627 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:19 smithi184 bash[59794]: audit 2024-03-21T13:08:18.469314+0000 mon.a (mon.0) 3779 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:19.627 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:19 smithi184 bash[59794]: audit 2024-03-21T13:08:18.473164+0000 mon.a (mon.0) 3780 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:19.627 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:19 smithi184 bash[59794]: audit 2024-03-21T13:08:18.477689+0000 mon.a (mon.0) 3781 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:19.627 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:19 smithi184 bash[59794]: audit 2024-03-21T13:08:18.479484+0000 mon.a (mon.0) 3782 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:19.628 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:19 smithi184 bash[59794]: cluster 2024-03-21T13:08:18.483259+0000 mgr.x (mgr.34104) 2686 : cluster [DBG] pgmap v1772: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:19.628 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:19 smithi184 bash[59794]: cluster 2024-03-21T13:08:18.484151+0000 mgr.x (mgr.34104) 2687 : cluster [DBG] pgmap v1773: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:19.628 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:19 smithi184 bash[59794]: audit 2024-03-21T13:08:18.491104+0000 mon.a (mon.0) 3783 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:19.628 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:19 smithi184 bash[59794]: cephadm 2024-03-21T13:08:18.492878+0000 mgr.x (mgr.34104) 2688 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:19.628 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:19 smithi184 bash[59794]: audit 2024-03-21T13:08:18.575901+0000 mon.a (mon.0) 3784 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:19.628 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:19 smithi184 bash[59794]: audit 2024-03-21T13:08:18.579138+0000 mon.a (mon.0) 3785 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:19.628 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:19 smithi184 bash[59794]: audit 2024-03-21T13:08:18.582756+0000 mon.a (mon.0) 3786 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:19.628 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:19 smithi184 bash[59794]: audit 2024-03-21T13:08:18.584327+0000 mon.a (mon.0) 3787 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:19.628 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:19 smithi184 bash[59794]: cluster 2024-03-21T13:08:18.587951+0000 mgr.x (mgr.34104) 2689 : cluster [DBG] pgmap v1774: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:19.628 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:19 smithi184 bash[59794]: cluster 2024-03-21T13:08:18.588725+0000 mgr.x (mgr.34104) 2690 : cluster [DBG] pgmap v1775: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:19.628 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:19 smithi184 bash[59794]: audit 2024-03-21T13:08:18.595988+0000 mon.a (mon.0) 3788 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:19.628 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:19 smithi184 bash[59794]: cephadm 2024-03-21T13:08:18.598033+0000 mgr.x (mgr.34104) 2691 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:19.628 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:19 smithi184 bash[59794]: audit 2024-03-21T13:08:18.678224+0000 mon.a (mon.0) 3789 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:19.628 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:19 smithi184 bash[59794]: audit 2024-03-21T13:08:18.681234+0000 mon.a (mon.0) 3790 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:19.629 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:19 smithi184 bash[59794]: audit 2024-03-21T13:08:18.684552+0000 mon.a (mon.0) 3791 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:19.629 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:19 smithi184 bash[59794]: audit 2024-03-21T13:08:18.685805+0000 mon.a (mon.0) 3792 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:19.629 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:19 smithi184 bash[59794]: cluster 2024-03-21T13:08:18.688781+0000 mgr.x (mgr.34104) 2692 : cluster [DBG] pgmap v1776: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:19.629 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:19 smithi184 bash[59794]: cluster 2024-03-21T13:08:18.689094+0000 mgr.x (mgr.34104) 2693 : cluster [DBG] pgmap v1777: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:19.629 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:19 smithi184 bash[59794]: audit 2024-03-21T13:08:18.698754+0000 mon.a (mon.0) 3793 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:19.629 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:19 smithi184 bash[59794]: cephadm 2024-03-21T13:08:18.700466+0000 mgr.x (mgr.34104) 2694 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:19.629 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:19 smithi184 bash[59794]: cluster 2024-03-21T13:08:18.771164+0000 mon.a (mon.0) 3794 : cluster [WRN] Health check update: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-21T13:08:19.630 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:19 smithi184 bash[59794]: audit 2024-03-21T13:08:18.780249+0000 mon.a (mon.0) 3795 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:19.630 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:19 smithi184 bash[59794]: audit 2024-03-21T13:08:18.782861+0000 mon.a (mon.0) 3796 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:19.630 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:19 smithi184 bash[59794]: audit 2024-03-21T13:08:18.785707+0000 mon.a (mon.0) 3797 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:19.630 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:19 smithi184 bash[59794]: audit 2024-03-21T13:08:18.786699+0000 mon.a (mon.0) 3798 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:19.630 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:19 smithi184 bash[59794]: cluster 2024-03-21T13:08:18.789627+0000 mgr.x (mgr.34104) 2695 : cluster [DBG] pgmap v1778: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:19.630 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:19 smithi184 bash[59794]: cluster 2024-03-21T13:08:18.790071+0000 mgr.x (mgr.34104) 2696 : cluster [DBG] pgmap v1779: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:19.630 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:19 smithi184 bash[59794]: audit 2024-03-21T13:08:18.796072+0000 mon.a (mon.0) 3799 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:19.630 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:19 smithi184 bash[59794]: cephadm 2024-03-21T13:08:18.797752+0000 mgr.x (mgr.34104) 2697 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:19.630 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:19 smithi184 bash[59794]: audit 2024-03-21T13:08:18.876047+0000 mon.a (mon.0) 3800 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:19.630 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:19 smithi184 bash[59794]: audit 2024-03-21T13:08:18.879205+0000 mon.a (mon.0) 3801 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:19.630 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:19 smithi184 bash[59794]: audit 2024-03-21T13:08:18.882369+0000 mon.a (mon.0) 3802 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:19.630 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:19 smithi184 bash[59794]: audit 2024-03-21T13:08:18.883648+0000 mon.a (mon.0) 3803 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:19.630 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:19 smithi184 bash[59794]: cluster 2024-03-21T13:08:18.887335+0000 mgr.x (mgr.34104) 2698 : cluster [DBG] pgmap v1780: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s; 95/630 objects degraded (15.079%) 2024-03-21T13:08:19.631 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:19 smithi184 bash[59794]: cluster 2024-03-21T13:08:18.887680+0000 mgr.x (mgr.34104) 2699 : cluster [DBG] pgmap v1781: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s; 95/630 objects degraded (15.079%) 2024-03-21T13:08:19.631 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:19 smithi184 bash[59794]: audit 2024-03-21T13:08:18.893670+0000 mon.a (mon.0) 3804 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:19.631 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:19 smithi184 bash[59794]: cephadm 2024-03-21T13:08:18.895305+0000 mgr.x (mgr.34104) 2700 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:19.631 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:19 smithi184 bash[59794]: audit 2024-03-21T13:08:18.972209+0000 mon.a (mon.0) 3805 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:19.631 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:19 smithi184 bash[59794]: audit 2024-03-21T13:08:18.975780+0000 mon.a (mon.0) 3806 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:19.631 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:19 smithi184 bash[59794]: audit 2024-03-21T13:08:18.979961+0000 mon.a (mon.0) 3807 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:19.631 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:19 smithi184 bash[59794]: audit 2024-03-21T13:08:18.981573+0000 mon.a (mon.0) 3808 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:19.631 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:19 smithi184 bash[59794]: cluster 2024-03-21T13:08:18.985601+0000 mgr.x (mgr.34104) 2701 : cluster [DBG] pgmap v1782: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s; 95/630 objects degraded (15.079%) 2024-03-21T13:08:19.631 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:19 smithi184 bash[59794]: cluster 2024-03-21T13:08:18.986666+0000 mgr.x (mgr.34104) 2702 : cluster [DBG] pgmap v1783: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s; 95/630 objects degraded (15.079%) 2024-03-21T13:08:19.631 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:19 smithi184 bash[59794]: audit 2024-03-21T13:08:18.993104+0000 mon.a (mon.0) 3809 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:19.631 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:19 smithi184 bash[59794]: cephadm 2024-03-21T13:08:18.994951+0000 mgr.x (mgr.34104) 2703 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:19.631 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:19 smithi184 bash[59794]: audit 2024-03-21T13:08:19.035388+0000 mgr.x (mgr.34104) 2704 : audit [DBG] from='client.54427 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:08:19.631 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:19 smithi184 bash[59794]: audit 2024-03-21T13:08:19.071082+0000 mon.a (mon.0) 3810 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:19.631 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:19 smithi184 bash[59794]: audit 2024-03-21T13:08:19.074353+0000 mon.a (mon.0) 3811 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:19.631 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:19 smithi184 bash[59794]: audit 2024-03-21T13:08:19.078169+0000 mon.a (mon.0) 3812 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:19.632 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:19 smithi184 bash[59794]: audit 2024-03-21T13:08:19.079510+0000 mon.a (mon.0) 3813 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:19.632 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:19 smithi184 bash[59794]: cluster 2024-03-21T13:08:19.083232+0000 mgr.x (mgr.34104) 2705 : cluster [DBG] pgmap v1784: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 17 op/s; 95/630 objects degraded (15.079%) 2024-03-21T13:08:19.632 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:19 smithi184 bash[59794]: cluster 2024-03-21T13:08:19.084279+0000 mgr.x (mgr.34104) 2706 : cluster [DBG] pgmap v1785: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 17 op/s; 95/630 objects degraded (15.079%) 2024-03-21T13:08:19.632 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:19 smithi184 bash[59794]: audit 2024-03-21T13:08:19.089658+0000 mon.a (mon.0) 3814 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:19.632 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:19 smithi184 bash[59794]: cephadm 2024-03-21T13:08:19.091426+0000 mgr.x (mgr.34104) 2707 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:19.632 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:19 smithi184 bash[59794]: audit 2024-03-21T13:08:19.167370+0000 mon.a (mon.0) 3815 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:19.632 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:19 smithi184 bash[59794]: audit 2024-03-21T13:08:19.170935+0000 mon.a (mon.0) 3816 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:19.632 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:19 smithi184 bash[59794]: audit 2024-03-21T13:08:19.174512+0000 mon.a (mon.0) 3817 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:19.632 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:19 smithi184 bash[59794]: audit 2024-03-21T13:08:19.175381+0000 mon.a (mon.0) 3818 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:19.632 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:19 smithi184 bash[59794]: cluster 2024-03-21T13:08:19.178761+0000 mgr.x (mgr.34104) 2708 : cluster [DBG] pgmap v1786: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:19.632 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:19 smithi184 bash[59794]: cluster 2024-03-21T13:08:19.179940+0000 mgr.x (mgr.34104) 2709 : cluster [DBG] pgmap v1787: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:19.632 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:19 smithi184 bash[59794]: audit 2024-03-21T13:08:19.184850+0000 mon.a (mon.0) 3819 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:19.632 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:19 smithi184 bash[59794]: cephadm 2024-03-21T13:08:19.186632+0000 mgr.x (mgr.34104) 2710 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:19.632 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:19 smithi184 bash[59794]: audit 2024-03-21T13:08:19.268895+0000 mon.a (mon.0) 3820 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:19.632 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:19 smithi184 bash[59794]: audit 2024-03-21T13:08:19.271765+0000 mon.a (mon.0) 3821 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:19.633 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:19 smithi184 bash[59794]: audit 2024-03-21T13:08:19.274978+0000 mon.a (mon.0) 3822 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:19.633 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:19 smithi184 bash[59794]: audit 2024-03-21T13:08:19.276325+0000 mon.a (mon.0) 3823 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:19.633 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:19 smithi184 bash[59794]: audit 2024-03-21T13:08:19.287697+0000 mon.a (mon.0) 3824 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:19.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:19 smithi178 bash[75692]: cluster 2024-03-21T13:08:18.278225+0000 mgr.x (mgr.34104) 2680 : cluster [DBG] pgmap v1768: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:19.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:19 smithi178 bash[75692]: cluster 2024-03-21T13:08:18.278690+0000 mgr.x (mgr.34104) 2681 : cluster [DBG] pgmap v1769: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:19.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:19 smithi178 bash[75692]: cephadm 2024-03-21T13:08:18.289048+0000 mgr.x (mgr.34104) 2682 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:19.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:19 smithi178 bash[75692]: audit 2024-03-21T13:08:18.370370+0000 mon.a (mon.0) 3774 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:19.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:19 smithi178 bash[75692]: audit 2024-03-21T13:08:18.373051+0000 mon.a (mon.0) 3775 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:19.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:19 smithi178 bash[75692]: audit 2024-03-21T13:08:18.376245+0000 mon.a (mon.0) 3776 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:19.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:19 smithi178 bash[75692]: audit 2024-03-21T13:08:18.377423+0000 mon.a (mon.0) 3777 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:19.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:19 smithi178 bash[75692]: cluster 2024-03-21T13:08:18.380803+0000 mgr.x (mgr.34104) 2683 : cluster [DBG] pgmap v1770: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:19.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:19 smithi178 bash[75692]: cluster 2024-03-21T13:08:18.381556+0000 mgr.x (mgr.34104) 2684 : cluster [DBG] pgmap v1771: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:19.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:19 smithi178 bash[75692]: audit 2024-03-21T13:08:18.390069+0000 mon.a (mon.0) 3778 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:19.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:19 smithi178 bash[75692]: cephadm 2024-03-21T13:08:18.392119+0000 mgr.x (mgr.34104) 2685 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:19.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:19 smithi178 bash[75692]: audit 2024-03-21T13:08:18.469314+0000 mon.a (mon.0) 3779 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:19.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:19 smithi178 bash[75692]: audit 2024-03-21T13:08:18.473164+0000 mon.a (mon.0) 3780 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:19.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:19 smithi178 bash[75692]: audit 2024-03-21T13:08:18.477689+0000 mon.a (mon.0) 3781 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:19.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:19 smithi178 bash[75692]: audit 2024-03-21T13:08:18.479484+0000 mon.a (mon.0) 3782 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:19.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:19 smithi178 bash[75692]: cluster 2024-03-21T13:08:18.483259+0000 mgr.x (mgr.34104) 2686 : cluster [DBG] pgmap v1772: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:19.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:19 smithi178 bash[75692]: cluster 2024-03-21T13:08:18.484151+0000 mgr.x (mgr.34104) 2687 : cluster [DBG] pgmap v1773: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:19.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:19 smithi178 bash[75692]: audit 2024-03-21T13:08:18.491104+0000 mon.a (mon.0) 3783 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:19.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:19 smithi178 bash[75692]: cephadm 2024-03-21T13:08:18.492878+0000 mgr.x (mgr.34104) 2688 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:19.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:19 smithi178 bash[75692]: audit 2024-03-21T13:08:18.575901+0000 mon.a (mon.0) 3784 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:19.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:19 smithi178 bash[75692]: audit 2024-03-21T13:08:18.579138+0000 mon.a (mon.0) 3785 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:19.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:19 smithi178 bash[75692]: audit 2024-03-21T13:08:18.582756+0000 mon.a (mon.0) 3786 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:19.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:19 smithi178 bash[75692]: audit 2024-03-21T13:08:18.584327+0000 mon.a (mon.0) 3787 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:19.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:19 smithi178 bash[75692]: cluster 2024-03-21T13:08:18.587951+0000 mgr.x (mgr.34104) 2689 : cluster [DBG] pgmap v1774: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:19.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:19 smithi178 bash[75692]: cluster 2024-03-21T13:08:18.588725+0000 mgr.x (mgr.34104) 2690 : cluster [DBG] pgmap v1775: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:19.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:19 smithi178 bash[75692]: audit 2024-03-21T13:08:18.595988+0000 mon.a (mon.0) 3788 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:19.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:19 smithi178 bash[75692]: cephadm 2024-03-21T13:08:18.598033+0000 mgr.x (mgr.34104) 2691 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:19.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:19 smithi178 bash[75692]: audit 2024-03-21T13:08:18.678224+0000 mon.a (mon.0) 3789 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:19.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:19 smithi178 bash[75692]: audit 2024-03-21T13:08:18.681234+0000 mon.a (mon.0) 3790 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:19.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:19 smithi178 bash[75692]: audit 2024-03-21T13:08:18.684552+0000 mon.a (mon.0) 3791 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:19.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:19 smithi178 bash[75692]: audit 2024-03-21T13:08:18.685805+0000 mon.a (mon.0) 3792 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:19.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:19 smithi178 bash[75692]: cluster 2024-03-21T13:08:18.688781+0000 mgr.x (mgr.34104) 2692 : cluster [DBG] pgmap v1776: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:19.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:19 smithi178 bash[75692]: cluster 2024-03-21T13:08:18.689094+0000 mgr.x (mgr.34104) 2693 : cluster [DBG] pgmap v1777: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:19.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:19 smithi178 bash[75692]: audit 2024-03-21T13:08:18.698754+0000 mon.a (mon.0) 3793 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:19.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:19 smithi178 bash[75692]: cephadm 2024-03-21T13:08:18.700466+0000 mgr.x (mgr.34104) 2694 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:19.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:19 smithi178 bash[77880]: cluster 2024-03-21T13:08:18.278225+0000 mgr.x (mgr.34104) 2680 : cluster [DBG] pgmap v1768: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:19.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:19 smithi178 bash[77880]: cluster 2024-03-21T13:08:18.278690+0000 mgr.x (mgr.34104) 2681 : cluster [DBG] pgmap v1769: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:19.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:19 smithi178 bash[77880]: cephadm 2024-03-21T13:08:18.289048+0000 mgr.x (mgr.34104) 2682 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:19.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:19 smithi178 bash[77880]: audit 2024-03-21T13:08:18.370370+0000 mon.a (mon.0) 3774 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:19.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:19 smithi178 bash[77880]: audit 2024-03-21T13:08:18.373051+0000 mon.a (mon.0) 3775 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:19.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:19 smithi178 bash[77880]: audit 2024-03-21T13:08:18.376245+0000 mon.a (mon.0) 3776 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:19.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:19 smithi178 bash[77880]: audit 2024-03-21T13:08:18.377423+0000 mon.a (mon.0) 3777 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:19.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:19 smithi178 bash[77880]: cluster 2024-03-21T13:08:18.380803+0000 mgr.x (mgr.34104) 2683 : cluster [DBG] pgmap v1770: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:19.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:19 smithi178 bash[77880]: cluster 2024-03-21T13:08:18.381556+0000 mgr.x (mgr.34104) 2684 : cluster [DBG] pgmap v1771: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:19.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:19 smithi178 bash[77880]: audit 2024-03-21T13:08:18.390069+0000 mon.a (mon.0) 3778 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:19.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:19 smithi178 bash[77880]: cephadm 2024-03-21T13:08:18.392119+0000 mgr.x (mgr.34104) 2685 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:19.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:19 smithi178 bash[77880]: audit 2024-03-21T13:08:18.469314+0000 mon.a (mon.0) 3779 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:19.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:19 smithi178 bash[77880]: audit 2024-03-21T13:08:18.473164+0000 mon.a (mon.0) 3780 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:19.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:19 smithi178 bash[77880]: audit 2024-03-21T13:08:18.477689+0000 mon.a (mon.0) 3781 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:19.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:19 smithi178 bash[77880]: audit 2024-03-21T13:08:18.479484+0000 mon.a (mon.0) 3782 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:19.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:19 smithi178 bash[77880]: cluster 2024-03-21T13:08:18.483259+0000 mgr.x (mgr.34104) 2686 : cluster [DBG] pgmap v1772: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:19.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:19 smithi178 bash[75692]: cluster 2024-03-21T13:08:18.771164+0000 mon.a (mon.0) 3794 : cluster [WRN] Health check update: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-21T13:08:19.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:19 smithi178 bash[75692]: audit 2024-03-21T13:08:18.780249+0000 mon.a (mon.0) 3795 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:19.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:19 smithi178 bash[75692]: audit 2024-03-21T13:08:18.782861+0000 mon.a (mon.0) 3796 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:19.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:19 smithi178 bash[75692]: audit 2024-03-21T13:08:18.785707+0000 mon.a (mon.0) 3797 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:19.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:19 smithi178 bash[75692]: audit 2024-03-21T13:08:18.786699+0000 mon.a (mon.0) 3798 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:19.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:19 smithi178 bash[75692]: cluster 2024-03-21T13:08:18.789627+0000 mgr.x (mgr.34104) 2695 : cluster [DBG] pgmap v1778: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:19.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:19 smithi178 bash[75692]: cluster 2024-03-21T13:08:18.790071+0000 mgr.x (mgr.34104) 2696 : cluster [DBG] pgmap v1779: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:19.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:19 smithi178 bash[75692]: audit 2024-03-21T13:08:18.796072+0000 mon.a (mon.0) 3799 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:19.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:19 smithi178 bash[75692]: cephadm 2024-03-21T13:08:18.797752+0000 mgr.x (mgr.34104) 2697 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:19.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:19 smithi178 bash[75692]: audit 2024-03-21T13:08:18.876047+0000 mon.a (mon.0) 3800 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:19.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:19 smithi178 bash[75692]: audit 2024-03-21T13:08:18.879205+0000 mon.a (mon.0) 3801 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:19.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:19 smithi178 bash[75692]: audit 2024-03-21T13:08:18.882369+0000 mon.a (mon.0) 3802 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:19.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:19 smithi178 bash[75692]: audit 2024-03-21T13:08:18.883648+0000 mon.a (mon.0) 3803 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:19.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:19 smithi178 bash[75692]: cluster 2024-03-21T13:08:18.887335+0000 mgr.x (mgr.34104) 2698 : cluster [DBG] pgmap v1780: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s; 95/630 objects degraded (15.079%) 2024-03-21T13:08:19.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:19 smithi178 bash[75692]: cluster 2024-03-21T13:08:18.887680+0000 mgr.x (mgr.34104) 2699 : cluster [DBG] pgmap v1781: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s; 95/630 objects degraded (15.079%) 2024-03-21T13:08:19.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:19 smithi178 bash[75692]: audit 2024-03-21T13:08:18.893670+0000 mon.a (mon.0) 3804 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:19.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:19 smithi178 bash[75692]: cephadm 2024-03-21T13:08:18.895305+0000 mgr.x (mgr.34104) 2700 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:19.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:19 smithi178 bash[77880]: cluster 2024-03-21T13:08:18.484151+0000 mgr.x (mgr.34104) 2687 : cluster [DBG] pgmap v1773: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:19.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:19 smithi178 bash[77880]: audit 2024-03-21T13:08:18.491104+0000 mon.a (mon.0) 3783 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:19.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:19 smithi178 bash[77880]: cephadm 2024-03-21T13:08:18.492878+0000 mgr.x (mgr.34104) 2688 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:19.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:19 smithi178 bash[77880]: audit 2024-03-21T13:08:18.575901+0000 mon.a (mon.0) 3784 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:19.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:19 smithi178 bash[77880]: audit 2024-03-21T13:08:18.579138+0000 mon.a (mon.0) 3785 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:19.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:19 smithi178 bash[77880]: audit 2024-03-21T13:08:18.582756+0000 mon.a (mon.0) 3786 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:19.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:19 smithi178 bash[77880]: audit 2024-03-21T13:08:18.584327+0000 mon.a (mon.0) 3787 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:19.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:19 smithi178 bash[77880]: cluster 2024-03-21T13:08:18.587951+0000 mgr.x (mgr.34104) 2689 : cluster [DBG] pgmap v1774: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:19.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:19 smithi178 bash[77880]: cluster 2024-03-21T13:08:18.588725+0000 mgr.x (mgr.34104) 2690 : cluster [DBG] pgmap v1775: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:19.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:19 smithi178 bash[77880]: audit 2024-03-21T13:08:18.595988+0000 mon.a (mon.0) 3788 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:19.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:19 smithi178 bash[77880]: cephadm 2024-03-21T13:08:18.598033+0000 mgr.x (mgr.34104) 2691 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:19.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:19 smithi178 bash[77880]: audit 2024-03-21T13:08:18.678224+0000 mon.a (mon.0) 3789 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:19.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:19 smithi178 bash[77880]: audit 2024-03-21T13:08:18.681234+0000 mon.a (mon.0) 3790 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:19.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:19 smithi178 bash[77880]: audit 2024-03-21T13:08:18.684552+0000 mon.a (mon.0) 3791 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:19.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:19 smithi178 bash[77880]: audit 2024-03-21T13:08:18.685805+0000 mon.a (mon.0) 3792 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:19.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:19 smithi178 bash[77880]: cluster 2024-03-21T13:08:18.688781+0000 mgr.x (mgr.34104) 2692 : cluster [DBG] pgmap v1776: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:19.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:19 smithi178 bash[77880]: cluster 2024-03-21T13:08:18.689094+0000 mgr.x (mgr.34104) 2693 : cluster [DBG] pgmap v1777: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:19.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:19 smithi178 bash[77880]: audit 2024-03-21T13:08:18.698754+0000 mon.a (mon.0) 3793 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:19.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:19 smithi178 bash[77880]: cephadm 2024-03-21T13:08:18.700466+0000 mgr.x (mgr.34104) 2694 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:19.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:19 smithi178 bash[75692]: audit 2024-03-21T13:08:18.972209+0000 mon.a (mon.0) 3805 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:19.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:19 smithi178 bash[75692]: audit 2024-03-21T13:08:18.975780+0000 mon.a (mon.0) 3806 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:19.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:19 smithi178 bash[75692]: audit 2024-03-21T13:08:18.979961+0000 mon.a (mon.0) 3807 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:19.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:19 smithi178 bash[75692]: audit 2024-03-21T13:08:18.981573+0000 mon.a (mon.0) 3808 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:19.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:19 smithi178 bash[75692]: cluster 2024-03-21T13:08:18.985601+0000 mgr.x (mgr.34104) 2701 : cluster [DBG] pgmap v1782: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s; 95/630 objects degraded (15.079%) 2024-03-21T13:08:19.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:19 smithi178 bash[75692]: cluster 2024-03-21T13:08:18.986666+0000 mgr.x (mgr.34104) 2702 : cluster [DBG] pgmap v1783: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s; 95/630 objects degraded (15.079%) 2024-03-21T13:08:19.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:19 smithi178 bash[75692]: audit 2024-03-21T13:08:18.993104+0000 mon.a (mon.0) 3809 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:19.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:19 smithi178 bash[75692]: cephadm 2024-03-21T13:08:18.994951+0000 mgr.x (mgr.34104) 2703 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:19.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:19 smithi178 bash[75692]: audit 2024-03-21T13:08:19.035388+0000 mgr.x (mgr.34104) 2704 : audit [DBG] from='client.54427 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:08:19.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:19 smithi178 bash[75692]: audit 2024-03-21T13:08:19.071082+0000 mon.a (mon.0) 3810 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:19.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:19 smithi178 bash[75692]: audit 2024-03-21T13:08:19.074353+0000 mon.a (mon.0) 3811 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:19.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:19 smithi178 bash[75692]: audit 2024-03-21T13:08:19.078169+0000 mon.a (mon.0) 3812 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:19.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:19 smithi178 bash[75692]: audit 2024-03-21T13:08:19.079510+0000 mon.a (mon.0) 3813 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:19.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:19 smithi178 bash[75692]: cluster 2024-03-21T13:08:19.083232+0000 mgr.x (mgr.34104) 2705 : cluster [DBG] pgmap v1784: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 17 op/s; 95/630 objects degraded (15.079%) 2024-03-21T13:08:19.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:19 smithi178 bash[75692]: cluster 2024-03-21T13:08:19.084279+0000 mgr.x (mgr.34104) 2706 : cluster [DBG] pgmap v1785: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 17 op/s; 95/630 objects degraded (15.079%) 2024-03-21T13:08:19.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:19 smithi178 bash[75692]: audit 2024-03-21T13:08:19.089658+0000 mon.a (mon.0) 3814 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:19.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:19 smithi178 bash[75692]: cephadm 2024-03-21T13:08:19.091426+0000 mgr.x (mgr.34104) 2707 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:19.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:19 smithi178 bash[75692]: audit 2024-03-21T13:08:19.167370+0000 mon.a (mon.0) 3815 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:19.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:19 smithi178 bash[75692]: audit 2024-03-21T13:08:19.170935+0000 mon.a (mon.0) 3816 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:19.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:19 smithi178 bash[75692]: audit 2024-03-21T13:08:19.174512+0000 mon.a (mon.0) 3817 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:19.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:19 smithi178 bash[75692]: audit 2024-03-21T13:08:19.175381+0000 mon.a (mon.0) 3818 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:19.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:19 smithi178 bash[75692]: cluster 2024-03-21T13:08:19.178761+0000 mgr.x (mgr.34104) 2708 : cluster [DBG] pgmap v1786: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:19.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:19 smithi178 bash[75692]: cluster 2024-03-21T13:08:19.179940+0000 mgr.x (mgr.34104) 2709 : cluster [DBG] pgmap v1787: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:19.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:19 smithi178 bash[75692]: audit 2024-03-21T13:08:19.184850+0000 mon.a (mon.0) 3819 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:19.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:19 smithi178 bash[75692]: cephadm 2024-03-21T13:08:19.186632+0000 mgr.x (mgr.34104) 2710 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:19.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:19 smithi178 bash[75692]: audit 2024-03-21T13:08:19.268895+0000 mon.a (mon.0) 3820 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:19.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:19 smithi178 bash[75692]: audit 2024-03-21T13:08:19.271765+0000 mon.a (mon.0) 3821 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:19.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:19 smithi178 bash[75692]: audit 2024-03-21T13:08:19.274978+0000 mon.a (mon.0) 3822 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:19.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:19 smithi178 bash[75692]: audit 2024-03-21T13:08:19.276325+0000 mon.a (mon.0) 3823 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:19.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:19 smithi178 bash[75692]: audit 2024-03-21T13:08:19.287697+0000 mon.a (mon.0) 3824 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:19.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:19 smithi178 bash[77880]: cluster 2024-03-21T13:08:18.771164+0000 mon.a (mon.0) 3794 : cluster [WRN] Health check update: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-21T13:08:19.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:19 smithi178 bash[77880]: audit 2024-03-21T13:08:18.780249+0000 mon.a (mon.0) 3795 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:19.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:19 smithi178 bash[77880]: audit 2024-03-21T13:08:18.782861+0000 mon.a (mon.0) 3796 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:19.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:19 smithi178 bash[77880]: audit 2024-03-21T13:08:18.785707+0000 mon.a (mon.0) 3797 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:19.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:19 smithi178 bash[77880]: audit 2024-03-21T13:08:18.786699+0000 mon.a (mon.0) 3798 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:19.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:19 smithi178 bash[77880]: cluster 2024-03-21T13:08:18.789627+0000 mgr.x (mgr.34104) 2695 : cluster [DBG] pgmap v1778: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:19.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:19 smithi178 bash[77880]: cluster 2024-03-21T13:08:18.790071+0000 mgr.x (mgr.34104) 2696 : cluster [DBG] pgmap v1779: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:19.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:19 smithi178 bash[77880]: audit 2024-03-21T13:08:18.796072+0000 mon.a (mon.0) 3799 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:19.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:19 smithi178 bash[77880]: cephadm 2024-03-21T13:08:18.797752+0000 mgr.x (mgr.34104) 2697 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:19.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:19 smithi178 bash[77880]: audit 2024-03-21T13:08:18.876047+0000 mon.a (mon.0) 3800 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:19.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:19 smithi178 bash[77880]: audit 2024-03-21T13:08:18.879205+0000 mon.a (mon.0) 3801 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:19.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:19 smithi178 bash[77880]: audit 2024-03-21T13:08:18.882369+0000 mon.a (mon.0) 3802 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:19.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:19 smithi178 bash[77880]: audit 2024-03-21T13:08:18.883648+0000 mon.a (mon.0) 3803 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:19.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:19 smithi178 bash[77880]: cluster 2024-03-21T13:08:18.887335+0000 mgr.x (mgr.34104) 2698 : cluster [DBG] pgmap v1780: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s; 95/630 objects degraded (15.079%) 2024-03-21T13:08:19.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:19 smithi178 bash[77880]: cluster 2024-03-21T13:08:18.887680+0000 mgr.x (mgr.34104) 2699 : cluster [DBG] pgmap v1781: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s; 95/630 objects degraded (15.079%) 2024-03-21T13:08:19.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:19 smithi178 bash[77880]: audit 2024-03-21T13:08:18.893670+0000 mon.a (mon.0) 3804 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:19.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:19 smithi178 bash[77880]: cephadm 2024-03-21T13:08:18.895305+0000 mgr.x (mgr.34104) 2700 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:19.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:19 smithi178 bash[77880]: audit 2024-03-21T13:08:18.972209+0000 mon.a (mon.0) 3805 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:19.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:19 smithi178 bash[77880]: audit 2024-03-21T13:08:18.975780+0000 mon.a (mon.0) 3806 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:19.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:19 smithi178 bash[77880]: audit 2024-03-21T13:08:18.979961+0000 mon.a (mon.0) 3807 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:19.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:19 smithi178 bash[77880]: audit 2024-03-21T13:08:18.981573+0000 mon.a (mon.0) 3808 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:19.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:19 smithi178 bash[77880]: cluster 2024-03-21T13:08:18.985601+0000 mgr.x (mgr.34104) 2701 : cluster [DBG] pgmap v1782: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s; 95/630 objects degraded (15.079%) 2024-03-21T13:08:19.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:19 smithi178 bash[77880]: cluster 2024-03-21T13:08:18.986666+0000 mgr.x (mgr.34104) 2702 : cluster [DBG] pgmap v1783: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s; 95/630 objects degraded (15.079%) 2024-03-21T13:08:19.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:19 smithi178 bash[77880]: audit 2024-03-21T13:08:18.993104+0000 mon.a (mon.0) 3809 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:19.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:19 smithi178 bash[77880]: cephadm 2024-03-21T13:08:18.994951+0000 mgr.x (mgr.34104) 2703 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:19.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:19 smithi178 bash[77880]: audit 2024-03-21T13:08:19.035388+0000 mgr.x (mgr.34104) 2704 : audit [DBG] from='client.54427 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:08:19.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:19 smithi178 bash[77880]: audit 2024-03-21T13:08:19.071082+0000 mon.a (mon.0) 3810 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:19.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:19 smithi178 bash[77880]: audit 2024-03-21T13:08:19.074353+0000 mon.a (mon.0) 3811 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:19.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:19 smithi178 bash[77880]: audit 2024-03-21T13:08:19.078169+0000 mon.a (mon.0) 3812 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:19.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:19 smithi178 bash[77880]: audit 2024-03-21T13:08:19.079510+0000 mon.a (mon.0) 3813 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:19.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:19 smithi178 bash[77880]: cluster 2024-03-21T13:08:19.083232+0000 mgr.x (mgr.34104) 2705 : cluster [DBG] pgmap v1784: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 17 op/s; 95/630 objects degraded (15.079%) 2024-03-21T13:08:19.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:19 smithi178 bash[77880]: cluster 2024-03-21T13:08:19.084279+0000 mgr.x (mgr.34104) 2706 : cluster [DBG] pgmap v1785: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 17 op/s; 95/630 objects degraded (15.079%) 2024-03-21T13:08:19.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:19 smithi178 bash[77880]: audit 2024-03-21T13:08:19.089658+0000 mon.a (mon.0) 3814 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:19.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:19 smithi178 bash[77880]: cephadm 2024-03-21T13:08:19.091426+0000 mgr.x (mgr.34104) 2707 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:19.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:19 smithi178 bash[77880]: audit 2024-03-21T13:08:19.167370+0000 mon.a (mon.0) 3815 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:19.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:19 smithi178 bash[77880]: audit 2024-03-21T13:08:19.170935+0000 mon.a (mon.0) 3816 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:19.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:19 smithi178 bash[77880]: audit 2024-03-21T13:08:19.174512+0000 mon.a (mon.0) 3817 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:19.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:19 smithi178 bash[77880]: audit 2024-03-21T13:08:19.175381+0000 mon.a (mon.0) 3818 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:19.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:19 smithi178 bash[77880]: cluster 2024-03-21T13:08:19.178761+0000 mgr.x (mgr.34104) 2708 : cluster [DBG] pgmap v1786: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:19.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:19 smithi178 bash[77880]: cluster 2024-03-21T13:08:19.179940+0000 mgr.x (mgr.34104) 2709 : cluster [DBG] pgmap v1787: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:19.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:19 smithi178 bash[77880]: audit 2024-03-21T13:08:19.184850+0000 mon.a (mon.0) 3819 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:19.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:19 smithi178 bash[77880]: cephadm 2024-03-21T13:08:19.186632+0000 mgr.x (mgr.34104) 2710 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:19.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:19 smithi178 bash[77880]: audit 2024-03-21T13:08:19.268895+0000 mon.a (mon.0) 3820 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:19.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:19 smithi178 bash[77880]: audit 2024-03-21T13:08:19.271765+0000 mon.a (mon.0) 3821 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:19.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:19 smithi178 bash[77880]: audit 2024-03-21T13:08:19.274978+0000 mon.a (mon.0) 3822 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:19.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:19 smithi178 bash[77880]: audit 2024-03-21T13:08:19.276325+0000 mon.a (mon.0) 3823 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:19.812 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:19 smithi178 bash[77880]: audit 2024-03-21T13:08:19.287697+0000 mon.a (mon.0) 3824 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:19.850 INFO:teuthology.orchestra.run.smithi178.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-21T13:08:19.850 INFO:teuthology.orchestra.run.smithi178.stdout:agent.smithi178 smithi178 running 9s ago 22m - - 2024-03-21T13:08:19.850 INFO:teuthology.orchestra.run.smithi178.stdout:agent.smithi184 smithi184 running 8s ago 22m - - 2024-03-21T13:08:19.850 INFO:teuthology.orchestra.run.smithi178.stdout:alertmanager.a smithi178 *:9093,9094 running (8m) 9s ago 15m 17.5M - 0.23.0 ba2b418f427c b9533705fcaf 2024-03-21T13:08:19.850 INFO:teuthology.orchestra.run.smithi178.stdout:grafana.a smithi184 *:3000 error 8s ago 14m - - 2024-03-21T13:08:19.850 INFO:teuthology.orchestra.run.smithi178.stdout:iscsi.foo.smithi178.qfgpzc smithi178 running (6m) 9s ago 12m 50.2M - 3.5 e1d6a67b021e 8cd81f5e1d31 2024-03-21T13:08:19.850 INFO:teuthology.orchestra.run.smithi178.stdout:mgr.x smithi184 *:8443,9283,8765 running (7m) 8s ago 21m 527M - 19.0.0-2267-g960fbbe4 19e12293512f 23b748469eab 2024-03-21T13:08:19.850 INFO:teuthology.orchestra.run.smithi178.stdout:mgr.y smithi178 *:8443,9283,8765 running (6m) 9s ago 23m 446M - 19.0.0-2267-g960fbbe4 19e12293512f 4b58d9293a93 2024-03-21T13:08:19.850 INFO:teuthology.orchestra.run.smithi178.stdout:mon.a smithi178 running (5m) 9s ago 23m 100M 2048M 19.0.0-2267-g960fbbe4 19e12293512f cdcc04604451 2024-03-21T13:08:19.851 INFO:teuthology.orchestra.run.smithi178.stdout:mon.b smithi184 running (4m) 8s ago 21m 47.9M 2048M 19.0.0-2267-g960fbbe4 19e12293512f 209431841a07 2024-03-21T13:08:19.851 INFO:teuthology.orchestra.run.smithi178.stdout:mon.c smithi178 running (4m) 9s ago 21m 53.1M 2048M 19.0.0-2267-g960fbbe4 19e12293512f 1de13280fabe 2024-03-21T13:08:19.851 INFO:teuthology.orchestra.run.smithi178.stdout:node-exporter.a smithi178 *:9100 running (8m) 9s ago 15m 12.4M - 1.3.1 1dbe0e931976 5d4ec1307be5 2024-03-21T13:08:19.851 INFO:teuthology.orchestra.run.smithi178.stdout:node-exporter.b smithi184 *:9100 running (8m) 8s ago 15m 12.3M - 1.3.1 1dbe0e931976 2a37d9a9b638 2024-03-21T13:08:19.851 INFO:teuthology.orchestra.run.smithi178.stdout:osd.0 smithi178 running (2m) 9s ago 20m 54.2M 4096M 19.0.0-2267-g960fbbe4 19e12293512f ca44aa92861d 2024-03-21T13:08:19.851 INFO:teuthology.orchestra.run.smithi178.stdout:osd.1 smithi178 running (2m) 9s ago 20m 52.6M 4096M 19.0.0-2267-g960fbbe4 19e12293512f c559dec8e3df 2024-03-21T13:08:19.851 INFO:teuthology.orchestra.run.smithi178.stdout:osd.2 smithi178 running (83s) 9s ago 19m 54.4M 4096M 19.0.0-2267-g960fbbe4 19e12293512f 4ba78eee5937 2024-03-21T13:08:19.851 INFO:teuthology.orchestra.run.smithi178.stdout:osd.3 smithi178 running (43s) 9s ago 19m 51.1M 4096M 19.0.0-2267-g960fbbe4 19e12293512f f26cfcfca7d2 2024-03-21T13:08:19.851 INFO:teuthology.orchestra.run.smithi178.stdout:osd.4 smithi184 starting - - - 4096M 2024-03-21T13:08:19.851 INFO:teuthology.orchestra.run.smithi178.stdout:osd.5 smithi184 running (17m) 8s ago 17m 65.3M 4096M 17.2.0 e1d6a67b021e a0e050155046 2024-03-21T13:08:19.851 INFO:teuthology.orchestra.run.smithi178.stdout:osd.6 smithi184 running (17m) 8s ago 17m 65.6M 4096M 17.2.0 e1d6a67b021e 68fa324445fb 2024-03-21T13:08:19.851 INFO:teuthology.orchestra.run.smithi178.stdout:osd.7 smithi184 running (16m) 8s ago 16m 67.3M 4096M 17.2.0 e1d6a67b021e 9153684ac7cd 2024-03-21T13:08:19.851 INFO:teuthology.orchestra.run.smithi178.stdout:prometheus.a smithi184 *:9095 running (6m) 8s ago 15m 70.7M - 2.33.4 514e6a882f6e 68f156839b90 2024-03-21T13:08:19.851 INFO:teuthology.orchestra.run.smithi178.stdout:rgw.foo.smithi178.amgrte smithi178 *:8000 running (13m) 9s ago 13m 89.9M - 17.2.0 e1d6a67b021e d914bef5b616 2024-03-21T13:08:19.852 INFO:teuthology.orchestra.run.smithi178.stdout:rgw.foo.smithi184.sylqte smithi184 *:8000 running (13m) 8s ago 13m 88.5M - 17.2.0 e1d6a67b021e 71e9025bfe7b 2024-03-21T13:08:19.852 INFO:teuthology.orchestra.run.smithi178.stdout:rgw.smpl.smithi178.avyvkd smithi178 *:80 running (13m) 9s ago 13m 88.9M - 17.2.0 e1d6a67b021e 95dce05fca01 2024-03-21T13:08:19.852 INFO:teuthology.orchestra.run.smithi178.stdout:rgw.smpl.smithi184.ccsuhn smithi184 *:80 running (13m) 8s ago 13m 88.9M - 17.2.0 e1d6a67b021e c3b20c5f0cde 2024-03-21T13:08:20.333 INFO:teuthology.orchestra.run.smithi178.stdout:{ 2024-03-21T13:08:20.333 INFO:teuthology.orchestra.run.smithi178.stdout: "mon": { 2024-03-21T13:08:20.333 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 3 2024-03-21T13:08:20.334 INFO:teuthology.orchestra.run.smithi178.stdout: }, 2024-03-21T13:08:20.334 INFO:teuthology.orchestra.run.smithi178.stdout: "mgr": { 2024-03-21T13:08:20.334 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 2 2024-03-21T13:08:20.334 INFO:teuthology.orchestra.run.smithi178.stdout: }, 2024-03-21T13:08:20.334 INFO:teuthology.orchestra.run.smithi178.stdout: "osd": { 2024-03-21T13:08:20.334 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3, 2024-03-21T13:08:20.334 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 4 2024-03-21T13:08:20.334 INFO:teuthology.orchestra.run.smithi178.stdout: }, 2024-03-21T13:08:20.334 INFO:teuthology.orchestra.run.smithi178.stdout: "rgw": { 2024-03-21T13:08:20.334 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2024-03-21T13:08:20.334 INFO:teuthology.orchestra.run.smithi178.stdout: }, 2024-03-21T13:08:20.334 INFO:teuthology.orchestra.run.smithi178.stdout: "overall": { 2024-03-21T13:08:20.334 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 7, 2024-03-21T13:08:20.334 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 9 2024-03-21T13:08:20.335 INFO:teuthology.orchestra.run.smithi178.stdout: } 2024-03-21T13:08:20.335 INFO:teuthology.orchestra.run.smithi178.stdout:} 2024-03-21T13:08:20.568 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:20 smithi184 bash[59794]: cluster 2024-03-21T13:08:19.279980+0000 mgr.x (mgr.34104) 2711 : cluster [DBG] pgmap v1788: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:20.568 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:20 smithi184 bash[59794]: cluster 2024-03-21T13:08:19.280724+0000 mgr.x (mgr.34104) 2712 : cluster [DBG] pgmap v1789: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:20.568 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:20 smithi184 bash[59794]: cephadm 2024-03-21T13:08:19.289444+0000 mgr.x (mgr.34104) 2713 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:20.568 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:20 smithi184 bash[59794]: audit 2024-03-21T13:08:19.371384+0000 mon.a (mon.0) 3825 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:20.568 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:20 smithi184 bash[59794]: audit 2024-03-21T13:08:19.374230+0000 mon.a (mon.0) 3826 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:20.568 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:20 smithi184 bash[59794]: audit 2024-03-21T13:08:19.376743+0000 mon.a (mon.0) 3827 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:20.568 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:20 smithi184 bash[59794]: audit 2024-03-21T13:08:19.377784+0000 mon.a (mon.0) 3828 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:20.568 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:20 smithi184 bash[59794]: cluster 2024-03-21T13:08:19.380540+0000 mgr.x (mgr.34104) 2714 : cluster [DBG] pgmap v1790: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:20.568 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:20 smithi184 bash[59794]: cluster 2024-03-21T13:08:19.380877+0000 mgr.x (mgr.34104) 2715 : cluster [DBG] pgmap v1791: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:20.568 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:20 smithi184 bash[59794]: audit 2024-03-21T13:08:19.387937+0000 mon.a (mon.0) 3829 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:20.569 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:20 smithi184 bash[59794]: cephadm 2024-03-21T13:08:19.389555+0000 mgr.x (mgr.34104) 2716 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:20.569 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:20 smithi184 bash[59794]: audit 2024-03-21T13:08:19.440081+0000 mgr.x (mgr.34104) 2717 : audit [DBG] from='client.44460 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:08:20.569 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:20 smithi184 bash[59794]: audit 2024-03-21T13:08:19.465863+0000 mon.a (mon.0) 3830 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:20.569 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:20 smithi184 bash[59794]: audit 2024-03-21T13:08:19.468568+0000 mon.a (mon.0) 3831 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:20.569 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:20 smithi184 bash[59794]: audit 2024-03-21T13:08:19.473419+0000 mon.a (mon.0) 3832 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:20.569 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:20 smithi184 bash[59794]: audit 2024-03-21T13:08:19.474874+0000 mon.a (mon.0) 3833 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:20.569 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:20 smithi184 bash[59794]: cluster 2024-03-21T13:08:19.478891+0000 mgr.x (mgr.34104) 2718 : cluster [DBG] pgmap v1792: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:20.569 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:20 smithi184 bash[59794]: cluster 2024-03-21T13:08:19.479770+0000 mgr.x (mgr.34104) 2719 : cluster [DBG] pgmap v1793: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:20.569 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:20 smithi184 bash[59794]: audit 2024-03-21T13:08:19.487432+0000 mon.a (mon.0) 3834 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:20.569 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:20 smithi184 bash[59794]: cephadm 2024-03-21T13:08:19.489182+0000 mgr.x (mgr.34104) 2720 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:20.569 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:20 smithi184 bash[59794]: audit 2024-03-21T13:08:19.570426+0000 mon.a (mon.0) 3835 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:20.569 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:20 smithi184 bash[59794]: audit 2024-03-21T13:08:19.573081+0000 mon.a (mon.0) 3836 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:20.569 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:20 smithi184 bash[59794]: audit 2024-03-21T13:08:19.576589+0000 mon.a (mon.0) 3837 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:20.569 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:20 smithi184 bash[59794]: audit 2024-03-21T13:08:19.578131+0000 mon.a (mon.0) 3838 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:20.570 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:20 smithi184 bash[59794]: cluster 2024-03-21T13:08:19.582220+0000 mgr.x (mgr.34104) 2721 : cluster [DBG] pgmap v1794: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:20.570 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:20 smithi184 bash[59794]: cluster 2024-03-21T13:08:19.582904+0000 mgr.x (mgr.34104) 2722 : cluster [DBG] pgmap v1795: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:20.570 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:20 smithi184 bash[59794]: audit 2024-03-21T13:08:19.595154+0000 mon.a (mon.0) 3839 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:20.570 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:20 smithi184 bash[59794]: cephadm 2024-03-21T13:08:19.596820+0000 mgr.x (mgr.34104) 2723 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:20.570 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:20 smithi184 bash[59794]: audit 2024-03-21T13:08:19.676547+0000 mon.a (mon.0) 3840 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:20.570 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:20 smithi184 bash[59794]: audit 2024-03-21T13:08:19.679908+0000 mon.a (mon.0) 3841 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:20.570 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:20 smithi184 bash[59794]: audit 2024-03-21T13:08:19.682875+0000 mon.a (mon.0) 3842 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:20.570 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:20 smithi184 bash[59794]: audit 2024-03-21T13:08:19.684442+0000 mon.a (mon.0) 3843 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:20.570 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:20 smithi184 bash[59794]: cluster 2024-03-21T13:08:19.687968+0000 mgr.x (mgr.34104) 2724 : cluster [DBG] pgmap v1796: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:20.570 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:20 smithi184 bash[59794]: cluster 2024-03-21T13:08:19.688896+0000 mgr.x (mgr.34104) 2725 : cluster [DBG] pgmap v1797: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:20.570 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:20 smithi184 bash[59794]: audit 2024-03-21T13:08:19.695904+0000 mon.a (mon.0) 3844 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:20.570 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:20 smithi184 bash[59794]: cephadm 2024-03-21T13:08:19.697661+0000 mgr.x (mgr.34104) 2726 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:20.570 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:20 smithi184 bash[59794]: audit 2024-03-21T13:08:19.761254+0000 mon.a (mon.0) 3845 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:20.571 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:20 smithi184 bash[59794]: audit 2024-03-21T13:08:19.764054+0000 mon.a (mon.0) 3846 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:20.571 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:20 smithi184 bash[59794]: audit 2024-03-21T13:08:19.767175+0000 mon.a (mon.0) 3847 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:20.571 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:20 smithi184 bash[59794]: audit 2024-03-21T13:08:19.768504+0000 mon.a (mon.0) 3848 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:20.571 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:20 smithi184 bash[59794]: cluster 2024-03-21T13:08:19.771788+0000 mgr.x (mgr.34104) 2727 : cluster [DBG] pgmap v1798: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:20.571 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:20 smithi184 bash[59794]: cluster 2024-03-21T13:08:19.772337+0000 mgr.x (mgr.34104) 2728 : cluster [DBG] pgmap v1799: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:20.571 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:20 smithi184 bash[59794]: audit 2024-03-21T13:08:19.779724+0000 mon.a (mon.0) 3849 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:20.571 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:20 smithi184 bash[59794]: cephadm 2024-03-21T13:08:19.781480+0000 mgr.x (mgr.34104) 2729 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:20.571 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:20 smithi184 bash[59794]: audit 2024-03-21T13:08:19.787774+0000 mon.a (mon.0) 3850 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:20.571 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:20 smithi184 bash[59794]: audit 2024-03-21T13:08:19.789394+0000 mon.a (mon.0) 3851 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:08:20.571 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:20 smithi184 bash[59794]: audit 2024-03-21T13:08:19.822014+0000 mgr.x (mgr.34104) 2730 : audit [DBG] from='client.44466 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:08:20.571 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:20 smithi184 bash[59794]: audit 2024-03-21T13:08:19.948071+0000 mon.a (mon.0) 3852 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:20.571 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:20 smithi184 bash[59794]: audit 2024-03-21T13:08:19.951250+0000 mon.a (mon.0) 3853 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:20.571 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:20 smithi184 bash[59794]: audit 2024-03-21T13:08:19.954820+0000 mon.a (mon.0) 3854 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:20.571 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:20 smithi184 bash[59794]: audit 2024-03-21T13:08:19.956280+0000 mon.a (mon.0) 3855 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:20.572 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:20 smithi184 bash[59794]: cluster 2024-03-21T13:08:19.959835+0000 mgr.x (mgr.34104) 2731 : cluster [DBG] pgmap v1800: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:20.572 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:20 smithi184 bash[59794]: cluster 2024-03-21T13:08:19.960441+0000 mgr.x (mgr.34104) 2732 : cluster [DBG] pgmap v1801: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:20.572 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:20 smithi184 bash[59794]: audit 2024-03-21T13:08:19.965910+0000 mon.a (mon.0) 3856 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:20.572 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:20 smithi184 bash[59794]: cephadm 2024-03-21T13:08:19.967790+0000 mgr.x (mgr.34104) 2733 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:20.572 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:20 smithi184 bash[59794]: audit 2024-03-21T13:08:20.047151+0000 mon.a (mon.0) 3857 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:20.572 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:20 smithi184 bash[59794]: audit 2024-03-21T13:08:20.050257+0000 mon.a (mon.0) 3858 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:20.572 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:20 smithi184 bash[59794]: audit 2024-03-21T13:08:20.053012+0000 mon.a (mon.0) 3859 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:20.572 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:20 smithi184 bash[59794]: audit 2024-03-21T13:08:20.054016+0000 mon.a (mon.0) 3860 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:20.572 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:20 smithi184 bash[59794]: cluster 2024-03-21T13:08:20.057143+0000 mgr.x (mgr.34104) 2734 : cluster [DBG] pgmap v1802: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:20.572 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:20 smithi184 bash[59794]: audit 2024-03-21T13:08:20.063314+0000 mon.a (mon.0) 3861 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:20.572 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:20 smithi184 bash[59794]: cephadm 2024-03-21T13:08:20.065026+0000 mgr.x (mgr.34104) 2735 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:20.572 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:20 smithi184 bash[59794]: audit 2024-03-21T13:08:20.143372+0000 mon.a (mon.0) 3862 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:20.572 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:20 smithi184 bash[59794]: audit 2024-03-21T13:08:20.146953+0000 mon.a (mon.0) 3863 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:20.572 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:20 smithi184 bash[59794]: audit 2024-03-21T13:08:20.150075+0000 mon.a (mon.0) 3864 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:20.572 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:20 smithi184 bash[59794]: audit 2024-03-21T13:08:20.151305+0000 mon.a (mon.0) 3865 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:20.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:20 smithi184 bash[59794]: cluster 2024-03-21T13:08:20.154808+0000 mgr.x (mgr.34104) 2736 : cluster [DBG] pgmap v1803: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:20.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:20 smithi184 bash[59794]: cluster 2024-03-21T13:08:20.155531+0000 mgr.x (mgr.34104) 2737 : cluster [DBG] pgmap v1804: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:20.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:20 smithi184 bash[59794]: audit 2024-03-21T13:08:20.162133+0000 mon.a (mon.0) 3866 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:20.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:20 smithi184 bash[59794]: cephadm 2024-03-21T13:08:20.164015+0000 mgr.x (mgr.34104) 2738 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:20.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:20 smithi184 bash[59794]: audit 2024-03-21T13:08:20.242410+0000 mon.a (mon.0) 3867 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:20.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:20 smithi184 bash[59794]: audit 2024-03-21T13:08:20.245650+0000 mon.a (mon.0) 3868 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:20.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:20 smithi184 bash[59794]: audit 2024-03-21T13:08:20.249380+0000 mon.a (mon.0) 3869 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:20.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:20 smithi184 bash[59794]: audit 2024-03-21T13:08:20.250589+0000 mon.a (mon.0) 3870 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:20.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:20 smithi184 bash[59794]: audit 2024-03-21T13:08:20.261730+0000 mon.a (mon.0) 3871 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:20.735 INFO:teuthology.orchestra.run.smithi178.stdout:{ 2024-03-21T13:08:20.735 INFO:teuthology.orchestra.run.smithi178.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753", 2024-03-21T13:08:20.735 INFO:teuthology.orchestra.run.smithi178.stdout: "in_progress": true, 2024-03-21T13:08:20.735 INFO:teuthology.orchestra.run.smithi178.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-21T13:08:20.735 INFO:teuthology.orchestra.run.smithi178.stdout: "services_complete": [ 2024-03-21T13:08:20.735 INFO:teuthology.orchestra.run.smithi178.stdout: "mgr", 2024-03-21T13:08:20.735 INFO:teuthology.orchestra.run.smithi178.stdout: "mon" 2024-03-21T13:08:20.735 INFO:teuthology.orchestra.run.smithi178.stdout: ], 2024-03-21T13:08:20.735 INFO:teuthology.orchestra.run.smithi178.stdout: "progress": "9/23 daemons upgraded", 2024-03-21T13:08:20.735 INFO:teuthology.orchestra.run.smithi178.stdout: "message": "Currently upgrading osd daemons", 2024-03-21T13:08:20.736 INFO:teuthology.orchestra.run.smithi178.stdout: "is_paused": false 2024-03-21T13:08:20.736 INFO:teuthology.orchestra.run.smithi178.stdout:} 2024-03-21T13:08:20.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:20 smithi178 bash[77880]: cluster 2024-03-21T13:08:19.279980+0000 mgr.x (mgr.34104) 2711 : cluster [DBG] pgmap v1788: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:20.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:20 smithi178 bash[77880]: cluster 2024-03-21T13:08:19.280724+0000 mgr.x (mgr.34104) 2712 : cluster [DBG] pgmap v1789: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:20.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:20 smithi178 bash[77880]: cephadm 2024-03-21T13:08:19.289444+0000 mgr.x (mgr.34104) 2713 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:20.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:20 smithi178 bash[77880]: audit 2024-03-21T13:08:19.371384+0000 mon.a (mon.0) 3825 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:20.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:20 smithi178 bash[77880]: audit 2024-03-21T13:08:19.374230+0000 mon.a (mon.0) 3826 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:20.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:20 smithi178 bash[77880]: audit 2024-03-21T13:08:19.376743+0000 mon.a (mon.0) 3827 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:20.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:20 smithi178 bash[77880]: audit 2024-03-21T13:08:19.377784+0000 mon.a (mon.0) 3828 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:20.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:20 smithi178 bash[77880]: cluster 2024-03-21T13:08:19.380540+0000 mgr.x (mgr.34104) 2714 : cluster [DBG] pgmap v1790: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:20.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:20 smithi178 bash[77880]: cluster 2024-03-21T13:08:19.380877+0000 mgr.x (mgr.34104) 2715 : cluster [DBG] pgmap v1791: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:20.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:20 smithi178 bash[77880]: audit 2024-03-21T13:08:19.387937+0000 mon.a (mon.0) 3829 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:20.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:20 smithi178 bash[77880]: cephadm 2024-03-21T13:08:19.389555+0000 mgr.x (mgr.34104) 2716 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:20.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:20 smithi178 bash[77880]: audit 2024-03-21T13:08:19.440081+0000 mgr.x (mgr.34104) 2717 : audit [DBG] from='client.44460 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:08:20.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:20 smithi178 bash[77880]: audit 2024-03-21T13:08:19.465863+0000 mon.a (mon.0) 3830 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:20.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:20 smithi178 bash[77880]: audit 2024-03-21T13:08:19.468568+0000 mon.a (mon.0) 3831 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:20.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:20 smithi178 bash[77880]: audit 2024-03-21T13:08:19.473419+0000 mon.a (mon.0) 3832 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:20.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:20 smithi178 bash[77880]: audit 2024-03-21T13:08:19.474874+0000 mon.a (mon.0) 3833 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:20.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:20 smithi178 bash[77880]: cluster 2024-03-21T13:08:19.478891+0000 mgr.x (mgr.34104) 2718 : cluster [DBG] pgmap v1792: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:20.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:20 smithi178 bash[75692]: cluster 2024-03-21T13:08:19.279980+0000 mgr.x (mgr.34104) 2711 : cluster [DBG] pgmap v1788: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:20.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:20 smithi178 bash[75692]: cluster 2024-03-21T13:08:19.280724+0000 mgr.x (mgr.34104) 2712 : cluster [DBG] pgmap v1789: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:20.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:20 smithi178 bash[75692]: cephadm 2024-03-21T13:08:19.289444+0000 mgr.x (mgr.34104) 2713 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:20.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:20 smithi178 bash[75692]: audit 2024-03-21T13:08:19.371384+0000 mon.a (mon.0) 3825 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:20.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:20 smithi178 bash[75692]: audit 2024-03-21T13:08:19.374230+0000 mon.a (mon.0) 3826 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:20.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:20 smithi178 bash[75692]: audit 2024-03-21T13:08:19.376743+0000 mon.a (mon.0) 3827 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:20.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:20 smithi178 bash[75692]: audit 2024-03-21T13:08:19.377784+0000 mon.a (mon.0) 3828 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:20.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:20 smithi178 bash[75692]: cluster 2024-03-21T13:08:19.380540+0000 mgr.x (mgr.34104) 2714 : cluster [DBG] pgmap v1790: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:20.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:20 smithi178 bash[75692]: cluster 2024-03-21T13:08:19.380877+0000 mgr.x (mgr.34104) 2715 : cluster [DBG] pgmap v1791: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:20.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:20 smithi178 bash[75692]: audit 2024-03-21T13:08:19.387937+0000 mon.a (mon.0) 3829 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:20.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:20 smithi178 bash[75692]: cephadm 2024-03-21T13:08:19.389555+0000 mgr.x (mgr.34104) 2716 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:20.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:20 smithi178 bash[75692]: audit 2024-03-21T13:08:19.440081+0000 mgr.x (mgr.34104) 2717 : audit [DBG] from='client.44460 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:08:20.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:20 smithi178 bash[75692]: audit 2024-03-21T13:08:19.465863+0000 mon.a (mon.0) 3830 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:20.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:20 smithi178 bash[75692]: audit 2024-03-21T13:08:19.468568+0000 mon.a (mon.0) 3831 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:20.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:20 smithi178 bash[75692]: audit 2024-03-21T13:08:19.473419+0000 mon.a (mon.0) 3832 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:20.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:20 smithi178 bash[75692]: audit 2024-03-21T13:08:19.474874+0000 mon.a (mon.0) 3833 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:20.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:20 smithi178 bash[75692]: cluster 2024-03-21T13:08:19.478891+0000 mgr.x (mgr.34104) 2718 : cluster [DBG] pgmap v1792: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:20.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:20 smithi178 bash[77880]: cluster 2024-03-21T13:08:19.479770+0000 mgr.x (mgr.34104) 2719 : cluster [DBG] pgmap v1793: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:20.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:20 smithi178 bash[77880]: audit 2024-03-21T13:08:19.487432+0000 mon.a (mon.0) 3834 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:20.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:20 smithi178 bash[77880]: cephadm 2024-03-21T13:08:19.489182+0000 mgr.x (mgr.34104) 2720 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:20.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:20 smithi178 bash[77880]: audit 2024-03-21T13:08:19.570426+0000 mon.a (mon.0) 3835 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:20.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:20 smithi178 bash[77880]: audit 2024-03-21T13:08:19.573081+0000 mon.a (mon.0) 3836 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:20.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:20 smithi178 bash[77880]: audit 2024-03-21T13:08:19.576589+0000 mon.a (mon.0) 3837 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:20.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:20 smithi178 bash[77880]: audit 2024-03-21T13:08:19.578131+0000 mon.a (mon.0) 3838 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:20.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:20 smithi178 bash[77880]: cluster 2024-03-21T13:08:19.582220+0000 mgr.x (mgr.34104) 2721 : cluster [DBG] pgmap v1794: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:20.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:20 smithi178 bash[77880]: cluster 2024-03-21T13:08:19.582904+0000 mgr.x (mgr.34104) 2722 : cluster [DBG] pgmap v1795: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:20.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:20 smithi178 bash[77880]: audit 2024-03-21T13:08:19.595154+0000 mon.a (mon.0) 3839 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:20.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:20 smithi178 bash[77880]: cephadm 2024-03-21T13:08:19.596820+0000 mgr.x (mgr.34104) 2723 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:20.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:20 smithi178 bash[77880]: audit 2024-03-21T13:08:19.676547+0000 mon.a (mon.0) 3840 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:20.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:20 smithi178 bash[77880]: audit 2024-03-21T13:08:19.679908+0000 mon.a (mon.0) 3841 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:20.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:20 smithi178 bash[77880]: audit 2024-03-21T13:08:19.682875+0000 mon.a (mon.0) 3842 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:20.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:20 smithi178 bash[77880]: audit 2024-03-21T13:08:19.684442+0000 mon.a (mon.0) 3843 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:20.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:20 smithi178 bash[77880]: cluster 2024-03-21T13:08:19.687968+0000 mgr.x (mgr.34104) 2724 : cluster [DBG] pgmap v1796: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:20.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:20 smithi178 bash[77880]: cluster 2024-03-21T13:08:19.688896+0000 mgr.x (mgr.34104) 2725 : cluster [DBG] pgmap v1797: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:20.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:20 smithi178 bash[75692]: cluster 2024-03-21T13:08:19.479770+0000 mgr.x (mgr.34104) 2719 : cluster [DBG] pgmap v1793: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:20.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:20 smithi178 bash[75692]: audit 2024-03-21T13:08:19.487432+0000 mon.a (mon.0) 3834 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:20.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:20 smithi178 bash[75692]: cephadm 2024-03-21T13:08:19.489182+0000 mgr.x (mgr.34104) 2720 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:20.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:20 smithi178 bash[75692]: audit 2024-03-21T13:08:19.570426+0000 mon.a (mon.0) 3835 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:20.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:20 smithi178 bash[75692]: audit 2024-03-21T13:08:19.573081+0000 mon.a (mon.0) 3836 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:20.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:20 smithi178 bash[75692]: audit 2024-03-21T13:08:19.576589+0000 mon.a (mon.0) 3837 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:20.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:20 smithi178 bash[75692]: audit 2024-03-21T13:08:19.578131+0000 mon.a (mon.0) 3838 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:20.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:20 smithi178 bash[75692]: cluster 2024-03-21T13:08:19.582220+0000 mgr.x (mgr.34104) 2721 : cluster [DBG] pgmap v1794: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:20.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:20 smithi178 bash[75692]: cluster 2024-03-21T13:08:19.582904+0000 mgr.x (mgr.34104) 2722 : cluster [DBG] pgmap v1795: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:20.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:20 smithi178 bash[75692]: audit 2024-03-21T13:08:19.595154+0000 mon.a (mon.0) 3839 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:20.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:20 smithi178 bash[75692]: cephadm 2024-03-21T13:08:19.596820+0000 mgr.x (mgr.34104) 2723 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:20.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:20 smithi178 bash[75692]: audit 2024-03-21T13:08:19.676547+0000 mon.a (mon.0) 3840 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:20.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:20 smithi178 bash[75692]: audit 2024-03-21T13:08:19.679908+0000 mon.a (mon.0) 3841 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:20.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:20 smithi178 bash[75692]: audit 2024-03-21T13:08:19.682875+0000 mon.a (mon.0) 3842 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:20.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:20 smithi178 bash[75692]: audit 2024-03-21T13:08:19.684442+0000 mon.a (mon.0) 3843 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:20.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:20 smithi178 bash[75692]: cluster 2024-03-21T13:08:19.687968+0000 mgr.x (mgr.34104) 2724 : cluster [DBG] pgmap v1796: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:20.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:20 smithi178 bash[75692]: cluster 2024-03-21T13:08:19.688896+0000 mgr.x (mgr.34104) 2725 : cluster [DBG] pgmap v1797: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:20.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:20 smithi178 bash[77880]: audit 2024-03-21T13:08:19.695904+0000 mon.a (mon.0) 3844 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:20.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:20 smithi178 bash[77880]: cephadm 2024-03-21T13:08:19.697661+0000 mgr.x (mgr.34104) 2726 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:20.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:20 smithi178 bash[77880]: audit 2024-03-21T13:08:19.761254+0000 mon.a (mon.0) 3845 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:20.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:20 smithi178 bash[77880]: audit 2024-03-21T13:08:19.764054+0000 mon.a (mon.0) 3846 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:20.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:20 smithi178 bash[77880]: audit 2024-03-21T13:08:19.767175+0000 mon.a (mon.0) 3847 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:20.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:20 smithi178 bash[77880]: audit 2024-03-21T13:08:19.768504+0000 mon.a (mon.0) 3848 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:20.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:20 smithi178 bash[77880]: cluster 2024-03-21T13:08:19.771788+0000 mgr.x (mgr.34104) 2727 : cluster [DBG] pgmap v1798: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:20.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:20 smithi178 bash[77880]: cluster 2024-03-21T13:08:19.772337+0000 mgr.x (mgr.34104) 2728 : cluster [DBG] pgmap v1799: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:20.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:20 smithi178 bash[77880]: audit 2024-03-21T13:08:19.779724+0000 mon.a (mon.0) 3849 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:20.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:20 smithi178 bash[77880]: cephadm 2024-03-21T13:08:19.781480+0000 mgr.x (mgr.34104) 2729 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:20.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:20 smithi178 bash[77880]: audit 2024-03-21T13:08:19.787774+0000 mon.a (mon.0) 3850 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:20.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:20 smithi178 bash[77880]: audit 2024-03-21T13:08:19.789394+0000 mon.a (mon.0) 3851 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:08:20.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:20 smithi178 bash[77880]: audit 2024-03-21T13:08:19.822014+0000 mgr.x (mgr.34104) 2730 : audit [DBG] from='client.44466 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:08:20.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:20 smithi178 bash[77880]: audit 2024-03-21T13:08:19.948071+0000 mon.a (mon.0) 3852 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:20.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:20 smithi178 bash[77880]: audit 2024-03-21T13:08:19.951250+0000 mon.a (mon.0) 3853 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:20.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:20 smithi178 bash[77880]: audit 2024-03-21T13:08:19.954820+0000 mon.a (mon.0) 3854 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:20.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:20 smithi178 bash[77880]: audit 2024-03-21T13:08:19.956280+0000 mon.a (mon.0) 3855 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:20.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:20 smithi178 bash[77880]: cluster 2024-03-21T13:08:19.959835+0000 mgr.x (mgr.34104) 2731 : cluster [DBG] pgmap v1800: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:20.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:20 smithi178 bash[77880]: cluster 2024-03-21T13:08:19.960441+0000 mgr.x (mgr.34104) 2732 : cluster [DBG] pgmap v1801: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:20.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:20 smithi178 bash[77880]: audit 2024-03-21T13:08:19.965910+0000 mon.a (mon.0) 3856 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:20.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:20 smithi178 bash[77880]: cephadm 2024-03-21T13:08:19.967790+0000 mgr.x (mgr.34104) 2733 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:20.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:20 smithi178 bash[77880]: audit 2024-03-21T13:08:20.047151+0000 mon.a (mon.0) 3857 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:20.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:20 smithi178 bash[77880]: audit 2024-03-21T13:08:20.050257+0000 mon.a (mon.0) 3858 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:20.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:20 smithi178 bash[77880]: audit 2024-03-21T13:08:20.053012+0000 mon.a (mon.0) 3859 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:20.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:20 smithi178 bash[77880]: audit 2024-03-21T13:08:20.054016+0000 mon.a (mon.0) 3860 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:20.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:20 smithi178 bash[77880]: cluster 2024-03-21T13:08:20.057143+0000 mgr.x (mgr.34104) 2734 : cluster [DBG] pgmap v1802: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:20.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:20 smithi178 bash[77880]: audit 2024-03-21T13:08:20.063314+0000 mon.a (mon.0) 3861 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:20.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:20 smithi178 bash[77880]: cephadm 2024-03-21T13:08:20.065026+0000 mgr.x (mgr.34104) 2735 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:20.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:20 smithi178 bash[77880]: audit 2024-03-21T13:08:20.143372+0000 mon.a (mon.0) 3862 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:20.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:20 smithi178 bash[77880]: audit 2024-03-21T13:08:20.146953+0000 mon.a (mon.0) 3863 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:20.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:20 smithi178 bash[77880]: audit 2024-03-21T13:08:20.150075+0000 mon.a (mon.0) 3864 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:20.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:20 smithi178 bash[77880]: audit 2024-03-21T13:08:20.151305+0000 mon.a (mon.0) 3865 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:20.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:20 smithi178 bash[77880]: cluster 2024-03-21T13:08:20.154808+0000 mgr.x (mgr.34104) 2736 : cluster [DBG] pgmap v1803: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:20.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:20 smithi178 bash[77880]: cluster 2024-03-21T13:08:20.155531+0000 mgr.x (mgr.34104) 2737 : cluster [DBG] pgmap v1804: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:20.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:20 smithi178 bash[77880]: audit 2024-03-21T13:08:20.162133+0000 mon.a (mon.0) 3866 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:20.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:20 smithi178 bash[77880]: cephadm 2024-03-21T13:08:20.164015+0000 mgr.x (mgr.34104) 2738 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:20.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:20 smithi178 bash[77880]: audit 2024-03-21T13:08:20.242410+0000 mon.a (mon.0) 3867 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:20.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:20 smithi178 bash[77880]: audit 2024-03-21T13:08:20.245650+0000 mon.a (mon.0) 3868 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:20.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:20 smithi178 bash[77880]: audit 2024-03-21T13:08:20.249380+0000 mon.a (mon.0) 3869 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:20.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:20 smithi178 bash[77880]: audit 2024-03-21T13:08:20.250589+0000 mon.a (mon.0) 3870 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:20.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:20 smithi178 bash[77880]: audit 2024-03-21T13:08:20.261730+0000 mon.a (mon.0) 3871 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:20.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:20 smithi178 bash[75692]: audit 2024-03-21T13:08:19.695904+0000 mon.a (mon.0) 3844 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:20.809 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:20 smithi178 bash[75692]: cephadm 2024-03-21T13:08:19.697661+0000 mgr.x (mgr.34104) 2726 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:20.809 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:20 smithi178 bash[75692]: audit 2024-03-21T13:08:19.761254+0000 mon.a (mon.0) 3845 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:20.809 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:20 smithi178 bash[75692]: audit 2024-03-21T13:08:19.764054+0000 mon.a (mon.0) 3846 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:20.809 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:20 smithi178 bash[75692]: audit 2024-03-21T13:08:19.767175+0000 mon.a (mon.0) 3847 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:20.809 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:20 smithi178 bash[75692]: audit 2024-03-21T13:08:19.768504+0000 mon.a (mon.0) 3848 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:20.809 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:20 smithi178 bash[75692]: cluster 2024-03-21T13:08:19.771788+0000 mgr.x (mgr.34104) 2727 : cluster [DBG] pgmap v1798: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:20.809 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:20 smithi178 bash[75692]: cluster 2024-03-21T13:08:19.772337+0000 mgr.x (mgr.34104) 2728 : cluster [DBG] pgmap v1799: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:20.809 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:20 smithi178 bash[75692]: audit 2024-03-21T13:08:19.779724+0000 mon.a (mon.0) 3849 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:20.809 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:20 smithi178 bash[75692]: cephadm 2024-03-21T13:08:19.781480+0000 mgr.x (mgr.34104) 2729 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:20.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:20 smithi178 bash[75692]: audit 2024-03-21T13:08:19.787774+0000 mon.a (mon.0) 3850 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:20.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:20 smithi178 bash[75692]: audit 2024-03-21T13:08:19.789394+0000 mon.a (mon.0) 3851 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:08:20.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:20 smithi178 bash[75692]: audit 2024-03-21T13:08:19.822014+0000 mgr.x (mgr.34104) 2730 : audit [DBG] from='client.44466 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:08:20.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:20 smithi178 bash[75692]: audit 2024-03-21T13:08:19.948071+0000 mon.a (mon.0) 3852 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:20.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:20 smithi178 bash[75692]: audit 2024-03-21T13:08:19.951250+0000 mon.a (mon.0) 3853 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:20.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:20 smithi178 bash[75692]: audit 2024-03-21T13:08:19.954820+0000 mon.a (mon.0) 3854 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:20.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:20 smithi178 bash[75692]: audit 2024-03-21T13:08:19.956280+0000 mon.a (mon.0) 3855 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:20.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:20 smithi178 bash[75692]: cluster 2024-03-21T13:08:19.959835+0000 mgr.x (mgr.34104) 2731 : cluster [DBG] pgmap v1800: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:20.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:20 smithi178 bash[75692]: cluster 2024-03-21T13:08:19.960441+0000 mgr.x (mgr.34104) 2732 : cluster [DBG] pgmap v1801: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:20.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:20 smithi178 bash[75692]: audit 2024-03-21T13:08:19.965910+0000 mon.a (mon.0) 3856 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:20.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:20 smithi178 bash[75692]: cephadm 2024-03-21T13:08:19.967790+0000 mgr.x (mgr.34104) 2733 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:20.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:20 smithi178 bash[75692]: audit 2024-03-21T13:08:20.047151+0000 mon.a (mon.0) 3857 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:20.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:20 smithi178 bash[75692]: audit 2024-03-21T13:08:20.050257+0000 mon.a (mon.0) 3858 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:20.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:20 smithi178 bash[75692]: audit 2024-03-21T13:08:20.053012+0000 mon.a (mon.0) 3859 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:20.811 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:20 smithi178 bash[75692]: audit 2024-03-21T13:08:20.054016+0000 mon.a (mon.0) 3860 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:20.811 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:20 smithi178 bash[75692]: cluster 2024-03-21T13:08:20.057143+0000 mgr.x (mgr.34104) 2734 : cluster [DBG] pgmap v1802: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:20.811 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:20 smithi178 bash[75692]: audit 2024-03-21T13:08:20.063314+0000 mon.a (mon.0) 3861 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:20.811 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:20 smithi178 bash[75692]: cephadm 2024-03-21T13:08:20.065026+0000 mgr.x (mgr.34104) 2735 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:20.811 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:20 smithi178 bash[75692]: audit 2024-03-21T13:08:20.143372+0000 mon.a (mon.0) 3862 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:20.811 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:20 smithi178 bash[75692]: audit 2024-03-21T13:08:20.146953+0000 mon.a (mon.0) 3863 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:20.811 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:20 smithi178 bash[75692]: audit 2024-03-21T13:08:20.150075+0000 mon.a (mon.0) 3864 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:20.811 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:20 smithi178 bash[75692]: audit 2024-03-21T13:08:20.151305+0000 mon.a (mon.0) 3865 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:20.811 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:20 smithi178 bash[75692]: cluster 2024-03-21T13:08:20.154808+0000 mgr.x (mgr.34104) 2736 : cluster [DBG] pgmap v1803: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:20.811 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:20 smithi178 bash[75692]: cluster 2024-03-21T13:08:20.155531+0000 mgr.x (mgr.34104) 2737 : cluster [DBG] pgmap v1804: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:20.811 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:20 smithi178 bash[75692]: audit 2024-03-21T13:08:20.162133+0000 mon.a (mon.0) 3866 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:20.811 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:20 smithi178 bash[75692]: cephadm 2024-03-21T13:08:20.164015+0000 mgr.x (mgr.34104) 2738 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:20.811 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:20 smithi178 bash[75692]: audit 2024-03-21T13:08:20.242410+0000 mon.a (mon.0) 3867 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:20.811 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:20 smithi178 bash[75692]: audit 2024-03-21T13:08:20.245650+0000 mon.a (mon.0) 3868 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:20.812 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:20 smithi178 bash[75692]: audit 2024-03-21T13:08:20.249380+0000 mon.a (mon.0) 3869 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:20.812 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:20 smithi178 bash[75692]: audit 2024-03-21T13:08:20.250589+0000 mon.a (mon.0) 3870 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:20.812 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:20 smithi178 bash[75692]: audit 2024-03-21T13:08:20.261730+0000 mon.a (mon.0) 3871 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:21.198 INFO:teuthology.orchestra.run.smithi178.stdout:HEALTH_WARN 1 failed cephadm daemon(s); 1 osds down; Degraded data redundancy: 95/630 objects degraded (15.079%), 23 pgs degraded 2024-03-21T13:08:21.198 INFO:teuthology.orchestra.run.smithi178.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-21T13:08:21.198 INFO:teuthology.orchestra.run.smithi178.stdout: daemon grafana.a on smithi184 is in error state 2024-03-21T13:08:21.198 INFO:teuthology.orchestra.run.smithi178.stdout:[WRN] OSD_DOWN: 1 osds down 2024-03-21T13:08:21.198 INFO:teuthology.orchestra.run.smithi178.stdout: osd.4 (root=default,host=smithi184) is down 2024-03-21T13:08:21.198 INFO:teuthology.orchestra.run.smithi178.stdout:[WRN] PG_DEGRADED: Degraded data redundancy: 95/630 objects degraded (15.079%), 23 pgs degraded 2024-03-21T13:08:21.198 INFO:teuthology.orchestra.run.smithi178.stdout: pg 2.d is active+undersized+degraded, acting [1,3] 2024-03-21T13:08:21.198 INFO:teuthology.orchestra.run.smithi178.stdout: pg 2.f is active+undersized+degraded, acting [0,7] 2024-03-21T13:08:21.198 INFO:teuthology.orchestra.run.smithi178.stdout: pg 2.1f is active+undersized+degraded, acting [0,7] 2024-03-21T13:08:21.198 INFO:teuthology.orchestra.run.smithi178.stdout: pg 3.1 is active+undersized+degraded, acting [0,3] 2024-03-21T13:08:21.198 INFO:teuthology.orchestra.run.smithi178.stdout: pg 3.3 is active+undersized+degraded, acting [0,6] 2024-03-21T13:08:21.199 INFO:teuthology.orchestra.run.smithi178.stdout: pg 3.6 is active+undersized+degraded, acting [0,1] 2024-03-21T13:08:21.199 INFO:teuthology.orchestra.run.smithi178.stdout: pg 3.9 is active+undersized+degraded, acting [2,7] 2024-03-21T13:08:21.199 INFO:teuthology.orchestra.run.smithi178.stdout: pg 3.a is active+undersized+degraded, acting [6,1] 2024-03-21T13:08:21.199 INFO:teuthology.orchestra.run.smithi178.stdout: pg 3.b is active+undersized+degraded, acting [3,0] 2024-03-21T13:08:21.199 INFO:teuthology.orchestra.run.smithi178.stdout: pg 3.f is active+undersized+degraded, acting [7,0] 2024-03-21T13:08:21.199 INFO:teuthology.orchestra.run.smithi178.stdout: pg 3.11 is active+undersized+degraded, acting [7,6] 2024-03-21T13:08:21.199 INFO:teuthology.orchestra.run.smithi178.stdout: pg 3.13 is active+undersized+degraded, acting [7,2] 2024-03-21T13:08:21.199 INFO:teuthology.orchestra.run.smithi178.stdout: pg 3.14 is active+undersized+degraded, acting [7,6] 2024-03-21T13:08:21.199 INFO:teuthology.orchestra.run.smithi178.stdout: pg 3.19 is active+undersized+degraded, acting [1,3] 2024-03-21T13:08:21.199 INFO:teuthology.orchestra.run.smithi178.stdout: pg 3.1a is active+undersized+degraded, acting [1,2] 2024-03-21T13:08:21.199 INFO:teuthology.orchestra.run.smithi178.stdout: pg 3.1b is active+undersized+degraded, acting [0,7] 2024-03-21T13:08:21.199 INFO:teuthology.orchestra.run.smithi178.stdout: pg 3.1c is active+undersized+degraded, acting [5,1] 2024-03-21T13:08:21.199 INFO:teuthology.orchestra.run.smithi178.stdout: pg 3.1d is active+undersized+degraded, acting [5,6] 2024-03-21T13:08:21.199 INFO:teuthology.orchestra.run.smithi178.stdout: pg 4.9 is active+undersized+degraded, acting [1,3] 2024-03-21T13:08:21.199 INFO:teuthology.orchestra.run.smithi178.stdout: pg 4.d is active+undersized+degraded, acting [2,1] 2024-03-21T13:08:21.200 INFO:teuthology.orchestra.run.smithi178.stdout: pg 4.e is active+undersized+degraded, acting [6,1] 2024-03-21T13:08:21.200 INFO:teuthology.orchestra.run.smithi178.stdout: pg 5.1c is active+undersized+degraded, acting [3,2] 2024-03-21T13:08:21.200 INFO:teuthology.orchestra.run.smithi178.stdout: pg 6.1a is active+undersized+degraded, acting [5,1] 2024-03-21T13:08:21.306 INFO:journalctl@ceph.osd.4.smithi184.stdout:Mar 21 13:08:20 smithi184 bash[66834]: debug 2024-03-21T13:08:20.962+0000 7fdd3c1d27c0 -1 Falling back to public interface 2024-03-21T13:08:21.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:21 smithi184 bash[59794]: cluster 2024-03-21T13:08:20.254153+0000 mgr.x (mgr.34104) 2739 : cluster [DBG] pgmap v1805: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:21.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:21 smithi184 bash[59794]: cluster 2024-03-21T13:08:20.254913+0000 mgr.x (mgr.34104) 2740 : cluster [DBG] pgmap v1806: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:21.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:21 smithi184 bash[59794]: cephadm 2024-03-21T13:08:20.263429+0000 mgr.x (mgr.34104) 2741 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:21.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:21 smithi184 bash[59794]: audit 2024-03-21T13:08:20.332005+0000 mon.b (mon.2) 4 : audit [DBG] from='client.? 172.21.15.178:0/3241144162' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:21.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:21 smithi184 bash[59794]: audit 2024-03-21T13:08:20.342307+0000 mon.a (mon.0) 3872 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:21.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:21 smithi184 bash[59794]: audit 2024-03-21T13:08:20.345542+0000 mon.a (mon.0) 3873 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:21.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:21 smithi184 bash[59794]: audit 2024-03-21T13:08:20.351005+0000 mon.a (mon.0) 3874 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:21.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:21 smithi184 bash[59794]: audit 2024-03-21T13:08:20.352573+0000 mon.a (mon.0) 3875 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:21.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:21 smithi184 bash[59794]: cluster 2024-03-21T13:08:20.355835+0000 mgr.x (mgr.34104) 2742 : cluster [DBG] pgmap v1807: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:21.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:21 smithi184 bash[59794]: cluster 2024-03-21T13:08:20.356374+0000 mgr.x (mgr.34104) 2743 : cluster [DBG] pgmap v1808: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:21.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:21 smithi184 bash[59794]: audit 2024-03-21T13:08:20.361526+0000 mon.a (mon.0) 3876 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:21.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:21 smithi184 bash[59794]: cephadm 2024-03-21T13:08:20.363184+0000 mgr.x (mgr.34104) 2744 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:21.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:21 smithi184 bash[59794]: audit 2024-03-21T13:08:20.446438+0000 mon.a (mon.0) 3877 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:21.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:21 smithi184 bash[59794]: audit 2024-03-21T13:08:20.449463+0000 mon.a (mon.0) 3878 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:21.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:21 smithi184 bash[59794]: audit 2024-03-21T13:08:20.452885+0000 mon.a (mon.0) 3879 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:21.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:21 smithi184 bash[59794]: audit 2024-03-21T13:08:20.454087+0000 mon.a (mon.0) 3880 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:21.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:21 smithi184 bash[59794]: cluster 2024-03-21T13:08:20.457555+0000 mgr.x (mgr.34104) 2745 : cluster [DBG] pgmap v1809: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:21.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:21 smithi184 bash[59794]: cluster 2024-03-21T13:08:20.458171+0000 mgr.x (mgr.34104) 2746 : cluster [DBG] pgmap v1810: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:21.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:21 smithi184 bash[59794]: audit 2024-03-21T13:08:20.463666+0000 mon.a (mon.0) 3881 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:21.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:21 smithi184 bash[59794]: cephadm 2024-03-21T13:08:20.465548+0000 mgr.x (mgr.34104) 2747 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:21.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:21 smithi184 bash[59794]: audit 2024-03-21T13:08:20.543400+0000 mon.a (mon.0) 3882 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:21.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:21 smithi184 bash[59794]: audit 2024-03-21T13:08:20.546293+0000 mon.a (mon.0) 3883 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:21.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:21 smithi184 bash[59794]: audit 2024-03-21T13:08:20.548900+0000 mon.a (mon.0) 3884 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:21.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:21 smithi184 bash[59794]: audit 2024-03-21T13:08:20.550274+0000 mon.a (mon.0) 3885 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:21.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:21 smithi184 bash[59794]: cluster 2024-03-21T13:08:20.553561+0000 mgr.x (mgr.34104) 2748 : cluster [DBG] pgmap v1811: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:21.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:21 smithi184 bash[59794]: cluster 2024-03-21T13:08:20.553989+0000 mgr.x (mgr.34104) 2749 : cluster [DBG] pgmap v1812: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:21.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:21 smithi184 bash[59794]: audit 2024-03-21T13:08:20.560326+0000 mon.a (mon.0) 3886 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:21.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:21 smithi184 bash[59794]: cephadm 2024-03-21T13:08:20.562180+0000 mgr.x (mgr.34104) 2750 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:21.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:21 smithi184 bash[59794]: audit 2024-03-21T13:08:20.641861+0000 mon.a (mon.0) 3887 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:21.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:21 smithi184 bash[59794]: audit 2024-03-21T13:08:20.644779+0000 mon.a (mon.0) 3888 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:21.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:21 smithi184 bash[59794]: audit 2024-03-21T13:08:20.648805+0000 mon.a (mon.0) 3889 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:21.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:21 smithi184 bash[59794]: audit 2024-03-21T13:08:20.650067+0000 mon.a (mon.0) 3890 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:21.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:21 smithi184 bash[59794]: cluster 2024-03-21T13:08:20.653941+0000 mgr.x (mgr.34104) 2751 : cluster [DBG] pgmap v1813: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:21.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:21 smithi184 bash[59794]: cluster 2024-03-21T13:08:20.654260+0000 mgr.x (mgr.34104) 2752 : cluster [DBG] pgmap v1814: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:21.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:21 smithi184 bash[59794]: audit 2024-03-21T13:08:20.662005+0000 mon.a (mon.0) 3891 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:21.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:21 smithi184 bash[59794]: cephadm 2024-03-21T13:08:20.663934+0000 mgr.x (mgr.34104) 2753 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:21.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:21 smithi184 bash[59794]: audit 2024-03-21T13:08:20.732950+0000 mgr.x (mgr.34104) 2754 : audit [DBG] from='client.54448 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:08:21.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:21 smithi184 bash[59794]: audit 2024-03-21T13:08:20.745398+0000 mon.a (mon.0) 3892 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:21.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:21 smithi184 bash[59794]: audit 2024-03-21T13:08:20.748152+0000 mon.a (mon.0) 3893 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:21.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:21 smithi184 bash[59794]: audit 2024-03-21T13:08:20.750873+0000 mon.a (mon.0) 3894 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:21.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:21 smithi184 bash[59794]: audit 2024-03-21T13:08:20.751871+0000 mon.a (mon.0) 3895 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:21.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:21 smithi184 bash[59794]: cluster 2024-03-21T13:08:20.754844+0000 mgr.x (mgr.34104) 2755 : cluster [DBG] pgmap v1815: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:21.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:21 smithi184 bash[59794]: cluster 2024-03-21T13:08:20.755151+0000 mgr.x (mgr.34104) 2756 : cluster [DBG] pgmap v1816: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:21.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:21 smithi184 bash[59794]: audit 2024-03-21T13:08:20.762824+0000 mon.a (mon.0) 3896 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:21.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:21 smithi184 bash[59794]: cephadm 2024-03-21T13:08:20.764656+0000 mgr.x (mgr.34104) 2757 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:21.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:21 smithi184 bash[59794]: audit 2024-03-21T13:08:20.820419+0000 mgr.x (mgr.34104) 2758 : audit [DBG] from='client.15585 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:08:21.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:21 smithi184 bash[59794]: audit 2024-03-21T13:08:20.843062+0000 mon.a (mon.0) 3897 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:21.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:21 smithi184 bash[59794]: audit 2024-03-21T13:08:20.846614+0000 mon.a (mon.0) 3898 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:21.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:21 smithi184 bash[59794]: audit 2024-03-21T13:08:20.850076+0000 mon.a (mon.0) 3899 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:21.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:21 smithi184 bash[59794]: audit 2024-03-21T13:08:20.851442+0000 mon.a (mon.0) 3900 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:21.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:21 smithi184 bash[59794]: cluster 2024-03-21T13:08:20.854675+0000 mgr.x (mgr.34104) 2759 : cluster [DBG] pgmap v1817: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:21.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:21 smithi184 bash[59794]: cluster 2024-03-21T13:08:20.855078+0000 mgr.x (mgr.34104) 2760 : cluster [DBG] pgmap v1818: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:21.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:21 smithi184 bash[59794]: audit 2024-03-21T13:08:20.860637+0000 mon.a (mon.0) 3901 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:21.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:21 smithi184 bash[59794]: cephadm 2024-03-21T13:08:20.862350+0000 mgr.x (mgr.34104) 2761 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:21.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:21 smithi184 bash[59794]: audit 2024-03-21T13:08:20.945447+0000 mon.a (mon.0) 3902 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:21.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:21 smithi184 bash[59794]: audit 2024-03-21T13:08:20.948638+0000 mon.a (mon.0) 3903 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:21.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:21 smithi184 bash[59794]: audit 2024-03-21T13:08:20.952628+0000 mon.a (mon.0) 3904 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:21.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:21 smithi184 bash[59794]: audit 2024-03-21T13:08:20.953985+0000 mon.a (mon.0) 3905 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:21.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:21 smithi184 bash[59794]: cluster 2024-03-21T13:08:20.957188+0000 mgr.x (mgr.34104) 2762 : cluster [DBG] pgmap v1819: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:21.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:21 smithi184 bash[59794]: cluster 2024-03-21T13:08:20.957590+0000 mgr.x (mgr.34104) 2763 : cluster [DBG] pgmap v1820: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:21.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:21 smithi184 bash[59794]: audit 2024-03-21T13:08:20.967354+0000 mon.a (mon.0) 3906 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:21.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:21 smithi184 bash[59794]: cephadm 2024-03-21T13:08:20.969425+0000 mgr.x (mgr.34104) 2764 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:21.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:21 smithi184 bash[59794]: audit 2024-03-21T13:08:21.047395+0000 mon.a (mon.0) 3907 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:21.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:21 smithi184 bash[59794]: audit 2024-03-21T13:08:21.051397+0000 mon.a (mon.0) 3908 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:21.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:21 smithi184 bash[59794]: audit 2024-03-21T13:08:21.054729+0000 mon.a (mon.0) 3909 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:21.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:21 smithi184 bash[59794]: audit 2024-03-21T13:08:21.056149+0000 mon.a (mon.0) 3910 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:21.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:21 smithi184 bash[59794]: cluster 2024-03-21T13:08:21.059845+0000 mgr.x (mgr.34104) 2765 : cluster [DBG] pgmap v1821: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:21.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:21 smithi184 bash[59794]: cluster 2024-03-21T13:08:21.060465+0000 mgr.x (mgr.34104) 2766 : cluster [DBG] pgmap v1822: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:21.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:21 smithi184 bash[59794]: audit 2024-03-21T13:08:21.067760+0000 mon.a (mon.0) 3911 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:21.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:21 smithi184 bash[59794]: cephadm 2024-03-21T13:08:21.069476+0000 mgr.x (mgr.34104) 2767 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:21.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:21 smithi184 bash[59794]: audit 2024-03-21T13:08:21.147848+0000 mon.a (mon.0) 3912 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:21.581 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:21 smithi184 bash[59794]: audit 2024-03-21T13:08:21.150548+0000 mon.a (mon.0) 3913 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:21.581 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:21 smithi184 bash[59794]: audit 2024-03-21T13:08:21.153533+0000 mon.a (mon.0) 3914 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:21.581 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:21 smithi184 bash[59794]: audit 2024-03-21T13:08:21.154605+0000 mon.a (mon.0) 3915 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:21.581 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:21 smithi184 bash[59794]: cluster 2024-03-21T13:08:21.157807+0000 mgr.x (mgr.34104) 2768 : cluster [DBG] pgmap v1823: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:21.581 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:21 smithi184 bash[59794]: cluster 2024-03-21T13:08:21.158566+0000 mgr.x (mgr.34104) 2769 : cluster [DBG] pgmap v1824: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:21.581 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:21 smithi184 bash[59794]: audit 2024-03-21T13:08:21.165050+0000 mon.a (mon.0) 3916 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:21.581 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:21 smithi184 bash[59794]: cephadm 2024-03-21T13:08:21.166818+0000 mgr.x (mgr.34104) 2770 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:21.581 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:21 smithi184 bash[59794]: audit 2024-03-21T13:08:21.195570+0000 mon.c (mon.1) 17 : audit [DBG] from='client.? 172.21.15.178:0/2038938613' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T13:08:21.581 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:21 smithi184 bash[59794]: audit 2024-03-21T13:08:21.244284+0000 mon.a (mon.0) 3917 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:21.581 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:21 smithi184 bash[59794]: audit 2024-03-21T13:08:21.247834+0000 mon.a (mon.0) 3918 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:21.581 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:21 smithi184 bash[59794]: audit 2024-03-21T13:08:21.251805+0000 mon.a (mon.0) 3919 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:21.581 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:21 smithi184 bash[59794]: audit 2024-03-21T13:08:21.253453+0000 mon.a (mon.0) 3920 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:21.581 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:21 smithi184 bash[59794]: audit 2024-03-21T13:08:21.265165+0000 mon.a (mon.0) 3921 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:21.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[75692]: cluster 2024-03-21T13:08:20.254153+0000 mgr.x (mgr.34104) 2739 : cluster [DBG] pgmap v1805: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:21.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[75692]: cluster 2024-03-21T13:08:20.254913+0000 mgr.x (mgr.34104) 2740 : cluster [DBG] pgmap v1806: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:21.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[75692]: cephadm 2024-03-21T13:08:20.263429+0000 mgr.x (mgr.34104) 2741 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:21.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[75692]: audit 2024-03-21T13:08:20.332005+0000 mon.b (mon.2) 4 : audit [DBG] from='client.? 172.21.15.178:0/3241144162' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:21.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[75692]: audit 2024-03-21T13:08:20.342307+0000 mon.a (mon.0) 3872 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:21.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[75692]: audit 2024-03-21T13:08:20.345542+0000 mon.a (mon.0) 3873 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:21.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[75692]: audit 2024-03-21T13:08:20.351005+0000 mon.a (mon.0) 3874 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:21.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[75692]: audit 2024-03-21T13:08:20.352573+0000 mon.a (mon.0) 3875 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:21.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[75692]: cluster 2024-03-21T13:08:20.355835+0000 mgr.x (mgr.34104) 2742 : cluster [DBG] pgmap v1807: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:21.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[75692]: cluster 2024-03-21T13:08:20.356374+0000 mgr.x (mgr.34104) 2743 : cluster [DBG] pgmap v1808: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:21.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[75692]: audit 2024-03-21T13:08:20.361526+0000 mon.a (mon.0) 3876 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:21.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[75692]: cephadm 2024-03-21T13:08:20.363184+0000 mgr.x (mgr.34104) 2744 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:21.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[75692]: audit 2024-03-21T13:08:20.446438+0000 mon.a (mon.0) 3877 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:21.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[75692]: audit 2024-03-21T13:08:20.449463+0000 mon.a (mon.0) 3878 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:21.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[75692]: audit 2024-03-21T13:08:20.452885+0000 mon.a (mon.0) 3879 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:21.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[75692]: audit 2024-03-21T13:08:20.454087+0000 mon.a (mon.0) 3880 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:21.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[75692]: cluster 2024-03-21T13:08:20.457555+0000 mgr.x (mgr.34104) 2745 : cluster [DBG] pgmap v1809: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:21.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[77880]: cluster 2024-03-21T13:08:20.254153+0000 mgr.x (mgr.34104) 2739 : cluster [DBG] pgmap v1805: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:21.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[77880]: cluster 2024-03-21T13:08:20.254913+0000 mgr.x (mgr.34104) 2740 : cluster [DBG] pgmap v1806: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:21.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[77880]: cephadm 2024-03-21T13:08:20.263429+0000 mgr.x (mgr.34104) 2741 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:21.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[77880]: audit 2024-03-21T13:08:20.332005+0000 mon.b (mon.2) 4 : audit [DBG] from='client.? 172.21.15.178:0/3241144162' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:21.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[77880]: audit 2024-03-21T13:08:20.342307+0000 mon.a (mon.0) 3872 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:21.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[77880]: audit 2024-03-21T13:08:20.345542+0000 mon.a (mon.0) 3873 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:21.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[77880]: audit 2024-03-21T13:08:20.351005+0000 mon.a (mon.0) 3874 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:21.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[77880]: audit 2024-03-21T13:08:20.352573+0000 mon.a (mon.0) 3875 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:21.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[77880]: cluster 2024-03-21T13:08:20.355835+0000 mgr.x (mgr.34104) 2742 : cluster [DBG] pgmap v1807: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:21.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[77880]: cluster 2024-03-21T13:08:20.356374+0000 mgr.x (mgr.34104) 2743 : cluster [DBG] pgmap v1808: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:21.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[77880]: audit 2024-03-21T13:08:20.361526+0000 mon.a (mon.0) 3876 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:21.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[77880]: cephadm 2024-03-21T13:08:20.363184+0000 mgr.x (mgr.34104) 2744 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:21.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[77880]: audit 2024-03-21T13:08:20.446438+0000 mon.a (mon.0) 3877 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:21.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[77880]: audit 2024-03-21T13:08:20.449463+0000 mon.a (mon.0) 3878 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:21.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[77880]: audit 2024-03-21T13:08:20.452885+0000 mon.a (mon.0) 3879 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:21.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[77880]: audit 2024-03-21T13:08:20.454087+0000 mon.a (mon.0) 3880 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:21.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[77880]: cluster 2024-03-21T13:08:20.457555+0000 mgr.x (mgr.34104) 2745 : cluster [DBG] pgmap v1809: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:21.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[75692]: cluster 2024-03-21T13:08:20.458171+0000 mgr.x (mgr.34104) 2746 : cluster [DBG] pgmap v1810: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:21.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[75692]: audit 2024-03-21T13:08:20.463666+0000 mon.a (mon.0) 3881 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:21.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[75692]: cephadm 2024-03-21T13:08:20.465548+0000 mgr.x (mgr.34104) 2747 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:21.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[75692]: audit 2024-03-21T13:08:20.543400+0000 mon.a (mon.0) 3882 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:21.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[75692]: audit 2024-03-21T13:08:20.546293+0000 mon.a (mon.0) 3883 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:21.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[75692]: audit 2024-03-21T13:08:20.548900+0000 mon.a (mon.0) 3884 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:21.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[75692]: audit 2024-03-21T13:08:20.550274+0000 mon.a (mon.0) 3885 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:21.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[75692]: cluster 2024-03-21T13:08:20.553561+0000 mgr.x (mgr.34104) 2748 : cluster [DBG] pgmap v1811: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:21.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[75692]: cluster 2024-03-21T13:08:20.553989+0000 mgr.x (mgr.34104) 2749 : cluster [DBG] pgmap v1812: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:21.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[75692]: audit 2024-03-21T13:08:20.560326+0000 mon.a (mon.0) 3886 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:21.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[75692]: cephadm 2024-03-21T13:08:20.562180+0000 mgr.x (mgr.34104) 2750 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:21.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[75692]: audit 2024-03-21T13:08:20.641861+0000 mon.a (mon.0) 3887 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:21.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[75692]: audit 2024-03-21T13:08:20.644779+0000 mon.a (mon.0) 3888 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:21.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[75692]: audit 2024-03-21T13:08:20.648805+0000 mon.a (mon.0) 3889 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:21.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[75692]: audit 2024-03-21T13:08:20.650067+0000 mon.a (mon.0) 3890 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:21.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[75692]: cluster 2024-03-21T13:08:20.653941+0000 mgr.x (mgr.34104) 2751 : cluster [DBG] pgmap v1813: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:21.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[75692]: cluster 2024-03-21T13:08:20.654260+0000 mgr.x (mgr.34104) 2752 : cluster [DBG] pgmap v1814: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:21.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[75692]: audit 2024-03-21T13:08:20.662005+0000 mon.a (mon.0) 3891 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:21.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[75692]: cephadm 2024-03-21T13:08:20.663934+0000 mgr.x (mgr.34104) 2753 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:21.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[75692]: audit 2024-03-21T13:08:20.732950+0000 mgr.x (mgr.34104) 2754 : audit [DBG] from='client.54448 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:08:21.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[75692]: audit 2024-03-21T13:08:20.745398+0000 mon.a (mon.0) 3892 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:21.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[75692]: audit 2024-03-21T13:08:20.748152+0000 mon.a (mon.0) 3893 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:21.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[75692]: audit 2024-03-21T13:08:20.750873+0000 mon.a (mon.0) 3894 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:21.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[75692]: audit 2024-03-21T13:08:20.751871+0000 mon.a (mon.0) 3895 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:21.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[75692]: cluster 2024-03-21T13:08:20.754844+0000 mgr.x (mgr.34104) 2755 : cluster [DBG] pgmap v1815: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:21.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[75692]: cluster 2024-03-21T13:08:20.755151+0000 mgr.x (mgr.34104) 2756 : cluster [DBG] pgmap v1816: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:21.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[75692]: audit 2024-03-21T13:08:20.762824+0000 mon.a (mon.0) 3896 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:21.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[75692]: cephadm 2024-03-21T13:08:20.764656+0000 mgr.x (mgr.34104) 2757 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:21.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[75692]: audit 2024-03-21T13:08:20.820419+0000 mgr.x (mgr.34104) 2758 : audit [DBG] from='client.15585 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:08:21.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[75692]: audit 2024-03-21T13:08:20.843062+0000 mon.a (mon.0) 3897 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:21.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[75692]: audit 2024-03-21T13:08:20.846614+0000 mon.a (mon.0) 3898 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:21.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[75692]: audit 2024-03-21T13:08:20.850076+0000 mon.a (mon.0) 3899 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:21.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[75692]: audit 2024-03-21T13:08:20.851442+0000 mon.a (mon.0) 3900 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:21.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[75692]: cluster 2024-03-21T13:08:20.854675+0000 mgr.x (mgr.34104) 2759 : cluster [DBG] pgmap v1817: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:21.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[75692]: cluster 2024-03-21T13:08:20.855078+0000 mgr.x (mgr.34104) 2760 : cluster [DBG] pgmap v1818: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:21.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[77880]: cluster 2024-03-21T13:08:20.458171+0000 mgr.x (mgr.34104) 2746 : cluster [DBG] pgmap v1810: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:21.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[77880]: audit 2024-03-21T13:08:20.463666+0000 mon.a (mon.0) 3881 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:21.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[77880]: cephadm 2024-03-21T13:08:20.465548+0000 mgr.x (mgr.34104) 2747 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:21.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[77880]: audit 2024-03-21T13:08:20.543400+0000 mon.a (mon.0) 3882 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:21.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[77880]: audit 2024-03-21T13:08:20.546293+0000 mon.a (mon.0) 3883 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:21.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[77880]: audit 2024-03-21T13:08:20.548900+0000 mon.a (mon.0) 3884 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:21.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[77880]: audit 2024-03-21T13:08:20.550274+0000 mon.a (mon.0) 3885 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:21.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[77880]: cluster 2024-03-21T13:08:20.553561+0000 mgr.x (mgr.34104) 2748 : cluster [DBG] pgmap v1811: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:21.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[77880]: cluster 2024-03-21T13:08:20.553989+0000 mgr.x (mgr.34104) 2749 : cluster [DBG] pgmap v1812: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:21.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[77880]: audit 2024-03-21T13:08:20.560326+0000 mon.a (mon.0) 3886 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:21.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[77880]: cephadm 2024-03-21T13:08:20.562180+0000 mgr.x (mgr.34104) 2750 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:21.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[77880]: audit 2024-03-21T13:08:20.641861+0000 mon.a (mon.0) 3887 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:21.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[77880]: audit 2024-03-21T13:08:20.644779+0000 mon.a (mon.0) 3888 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:21.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[77880]: audit 2024-03-21T13:08:20.648805+0000 mon.a (mon.0) 3889 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:21.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[77880]: audit 2024-03-21T13:08:20.650067+0000 mon.a (mon.0) 3890 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:21.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[77880]: cluster 2024-03-21T13:08:20.653941+0000 mgr.x (mgr.34104) 2751 : cluster [DBG] pgmap v1813: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:21.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[77880]: cluster 2024-03-21T13:08:20.654260+0000 mgr.x (mgr.34104) 2752 : cluster [DBG] pgmap v1814: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:21.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[77880]: audit 2024-03-21T13:08:20.662005+0000 mon.a (mon.0) 3891 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:21.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[75692]: audit 2024-03-21T13:08:20.860637+0000 mon.a (mon.0) 3901 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:21.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[75692]: cephadm 2024-03-21T13:08:20.862350+0000 mgr.x (mgr.34104) 2761 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:21.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[75692]: audit 2024-03-21T13:08:20.945447+0000 mon.a (mon.0) 3902 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:21.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[75692]: audit 2024-03-21T13:08:20.948638+0000 mon.a (mon.0) 3903 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:21.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[75692]: audit 2024-03-21T13:08:20.952628+0000 mon.a (mon.0) 3904 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:21.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[75692]: audit 2024-03-21T13:08:20.953985+0000 mon.a (mon.0) 3905 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:21.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[75692]: cluster 2024-03-21T13:08:20.957188+0000 mgr.x (mgr.34104) 2762 : cluster [DBG] pgmap v1819: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:21.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[75692]: cluster 2024-03-21T13:08:20.957590+0000 mgr.x (mgr.34104) 2763 : cluster [DBG] pgmap v1820: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:21.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[75692]: audit 2024-03-21T13:08:20.967354+0000 mon.a (mon.0) 3906 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:21.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[75692]: cephadm 2024-03-21T13:08:20.969425+0000 mgr.x (mgr.34104) 2764 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:21.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[75692]: audit 2024-03-21T13:08:21.047395+0000 mon.a (mon.0) 3907 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:21.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[75692]: audit 2024-03-21T13:08:21.051397+0000 mon.a (mon.0) 3908 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:21.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[75692]: audit 2024-03-21T13:08:21.054729+0000 mon.a (mon.0) 3909 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:21.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[75692]: audit 2024-03-21T13:08:21.056149+0000 mon.a (mon.0) 3910 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:21.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[75692]: cluster 2024-03-21T13:08:21.059845+0000 mgr.x (mgr.34104) 2765 : cluster [DBG] pgmap v1821: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:21.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[75692]: cluster 2024-03-21T13:08:21.060465+0000 mgr.x (mgr.34104) 2766 : cluster [DBG] pgmap v1822: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:21.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[75692]: audit 2024-03-21T13:08:21.067760+0000 mon.a (mon.0) 3911 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:21.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[75692]: cephadm 2024-03-21T13:08:21.069476+0000 mgr.x (mgr.34104) 2767 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:21.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[77880]: cephadm 2024-03-21T13:08:20.663934+0000 mgr.x (mgr.34104) 2753 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:21.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[77880]: audit 2024-03-21T13:08:20.732950+0000 mgr.x (mgr.34104) 2754 : audit [DBG] from='client.54448 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:08:21.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[77880]: audit 2024-03-21T13:08:20.745398+0000 mon.a (mon.0) 3892 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:21.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[77880]: audit 2024-03-21T13:08:20.748152+0000 mon.a (mon.0) 3893 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:21.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[77880]: audit 2024-03-21T13:08:20.750873+0000 mon.a (mon.0) 3894 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:21.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[77880]: audit 2024-03-21T13:08:20.751871+0000 mon.a (mon.0) 3895 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:21.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[77880]: cluster 2024-03-21T13:08:20.754844+0000 mgr.x (mgr.34104) 2755 : cluster [DBG] pgmap v1815: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:21.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[77880]: cluster 2024-03-21T13:08:20.755151+0000 mgr.x (mgr.34104) 2756 : cluster [DBG] pgmap v1816: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:21.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[77880]: audit 2024-03-21T13:08:20.762824+0000 mon.a (mon.0) 3896 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:21.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[77880]: cephadm 2024-03-21T13:08:20.764656+0000 mgr.x (mgr.34104) 2757 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:21.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[77880]: audit 2024-03-21T13:08:20.820419+0000 mgr.x (mgr.34104) 2758 : audit [DBG] from='client.15585 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:08:21.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[77880]: audit 2024-03-21T13:08:20.843062+0000 mon.a (mon.0) 3897 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:21.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[77880]: audit 2024-03-21T13:08:20.846614+0000 mon.a (mon.0) 3898 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:21.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[77880]: audit 2024-03-21T13:08:20.850076+0000 mon.a (mon.0) 3899 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:21.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[77880]: audit 2024-03-21T13:08:20.851442+0000 mon.a (mon.0) 3900 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:21.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[77880]: cluster 2024-03-21T13:08:20.854675+0000 mgr.x (mgr.34104) 2759 : cluster [DBG] pgmap v1817: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:21.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[77880]: cluster 2024-03-21T13:08:20.855078+0000 mgr.x (mgr.34104) 2760 : cluster [DBG] pgmap v1818: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:21.809 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[75692]: audit 2024-03-21T13:08:21.147848+0000 mon.a (mon.0) 3912 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:21.809 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[75692]: audit 2024-03-21T13:08:21.150548+0000 mon.a (mon.0) 3913 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:21.809 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[75692]: audit 2024-03-21T13:08:21.153533+0000 mon.a (mon.0) 3914 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:21.809 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[75692]: audit 2024-03-21T13:08:21.154605+0000 mon.a (mon.0) 3915 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:21.809 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[75692]: cluster 2024-03-21T13:08:21.157807+0000 mgr.x (mgr.34104) 2768 : cluster [DBG] pgmap v1823: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:21.809 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[75692]: cluster 2024-03-21T13:08:21.158566+0000 mgr.x (mgr.34104) 2769 : cluster [DBG] pgmap v1824: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:21.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[75692]: audit 2024-03-21T13:08:21.165050+0000 mon.a (mon.0) 3916 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:21.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[75692]: cephadm 2024-03-21T13:08:21.166818+0000 mgr.x (mgr.34104) 2770 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:21.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[75692]: audit 2024-03-21T13:08:21.195570+0000 mon.c (mon.1) 17 : audit [DBG] from='client.? 172.21.15.178:0/2038938613' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T13:08:21.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[75692]: audit 2024-03-21T13:08:21.244284+0000 mon.a (mon.0) 3917 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:21.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[75692]: audit 2024-03-21T13:08:21.247834+0000 mon.a (mon.0) 3918 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:21.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[75692]: audit 2024-03-21T13:08:21.251805+0000 mon.a (mon.0) 3919 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:21.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[75692]: audit 2024-03-21T13:08:21.253453+0000 mon.a (mon.0) 3920 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:21.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[75692]: audit 2024-03-21T13:08:21.265165+0000 mon.a (mon.0) 3921 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:21.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[77880]: audit 2024-03-21T13:08:20.860637+0000 mon.a (mon.0) 3901 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:21.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[77880]: cephadm 2024-03-21T13:08:20.862350+0000 mgr.x (mgr.34104) 2761 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:21.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[77880]: audit 2024-03-21T13:08:20.945447+0000 mon.a (mon.0) 3902 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:21.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[77880]: audit 2024-03-21T13:08:20.948638+0000 mon.a (mon.0) 3903 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:21.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[77880]: audit 2024-03-21T13:08:20.952628+0000 mon.a (mon.0) 3904 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:21.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[77880]: audit 2024-03-21T13:08:20.953985+0000 mon.a (mon.0) 3905 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:21.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[77880]: cluster 2024-03-21T13:08:20.957188+0000 mgr.x (mgr.34104) 2762 : cluster [DBG] pgmap v1819: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:21.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[77880]: cluster 2024-03-21T13:08:20.957590+0000 mgr.x (mgr.34104) 2763 : cluster [DBG] pgmap v1820: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:21.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[77880]: audit 2024-03-21T13:08:20.967354+0000 mon.a (mon.0) 3906 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:21.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[77880]: cephadm 2024-03-21T13:08:20.969425+0000 mgr.x (mgr.34104) 2764 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:21.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[77880]: audit 2024-03-21T13:08:21.047395+0000 mon.a (mon.0) 3907 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:21.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[77880]: audit 2024-03-21T13:08:21.051397+0000 mon.a (mon.0) 3908 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:21.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[77880]: audit 2024-03-21T13:08:21.054729+0000 mon.a (mon.0) 3909 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:21.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[77880]: audit 2024-03-21T13:08:21.056149+0000 mon.a (mon.0) 3910 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:21.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[77880]: cluster 2024-03-21T13:08:21.059845+0000 mgr.x (mgr.34104) 2765 : cluster [DBG] pgmap v1821: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:21.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[77880]: cluster 2024-03-21T13:08:21.060465+0000 mgr.x (mgr.34104) 2766 : cluster [DBG] pgmap v1822: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:21.812 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[77880]: audit 2024-03-21T13:08:21.067760+0000 mon.a (mon.0) 3911 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:21.812 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[77880]: cephadm 2024-03-21T13:08:21.069476+0000 mgr.x (mgr.34104) 2767 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:21.812 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[77880]: audit 2024-03-21T13:08:21.147848+0000 mon.a (mon.0) 3912 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:21.812 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[77880]: audit 2024-03-21T13:08:21.150548+0000 mon.a (mon.0) 3913 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:21.812 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[77880]: audit 2024-03-21T13:08:21.153533+0000 mon.a (mon.0) 3914 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:21.812 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[77880]: audit 2024-03-21T13:08:21.154605+0000 mon.a (mon.0) 3915 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:21.812 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[77880]: cluster 2024-03-21T13:08:21.157807+0000 mgr.x (mgr.34104) 2768 : cluster [DBG] pgmap v1823: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:21.812 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[77880]: cluster 2024-03-21T13:08:21.158566+0000 mgr.x (mgr.34104) 2769 : cluster [DBG] pgmap v1824: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:21.812 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[77880]: audit 2024-03-21T13:08:21.165050+0000 mon.a (mon.0) 3916 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:21.812 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[77880]: cephadm 2024-03-21T13:08:21.166818+0000 mgr.x (mgr.34104) 2770 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:21.812 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[77880]: audit 2024-03-21T13:08:21.195570+0000 mon.c (mon.1) 17 : audit [DBG] from='client.? 172.21.15.178:0/2038938613' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T13:08:21.812 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[77880]: audit 2024-03-21T13:08:21.244284+0000 mon.a (mon.0) 3917 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:21.812 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[77880]: audit 2024-03-21T13:08:21.247834+0000 mon.a (mon.0) 3918 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:21.812 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[77880]: audit 2024-03-21T13:08:21.251805+0000 mon.a (mon.0) 3919 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:21.813 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[77880]: audit 2024-03-21T13:08:21.253453+0000 mon.a (mon.0) 3920 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:21.813 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:21 smithi178 bash[77880]: audit 2024-03-21T13:08:21.265165+0000 mon.a (mon.0) 3921 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:22.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:22 smithi184 bash[59794]: cluster 2024-03-21T13:08:21.257252+0000 mgr.x (mgr.34104) 2771 : cluster [DBG] pgmap v1825: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:22.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:22 smithi184 bash[59794]: cluster 2024-03-21T13:08:21.257630+0000 mgr.x (mgr.34104) 2772 : cluster [DBG] pgmap v1826: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:22.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:22 smithi184 bash[59794]: cephadm 2024-03-21T13:08:21.266963+0000 mgr.x (mgr.34104) 2773 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:22.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:22 smithi184 bash[59794]: audit 2024-03-21T13:08:21.343836+0000 mon.a (mon.0) 3922 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:22.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:22 smithi184 bash[59794]: audit 2024-03-21T13:08:21.346732+0000 mon.a (mon.0) 3923 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:22.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:22 smithi184 bash[59794]: audit 2024-03-21T13:08:21.349986+0000 mon.a (mon.0) 3924 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:22.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:22 smithi184 bash[59794]: audit 2024-03-21T13:08:21.351641+0000 mon.a (mon.0) 3925 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:22.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:22 smithi184 bash[59794]: cluster 2024-03-21T13:08:21.355553+0000 mgr.x (mgr.34104) 2774 : cluster [DBG] pgmap v1827: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:22.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:22 smithi184 bash[59794]: cluster 2024-03-21T13:08:21.356062+0000 mgr.x (mgr.34104) 2775 : cluster [DBG] pgmap v1828: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:22.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:22 smithi184 bash[59794]: audit 2024-03-21T13:08:21.363540+0000 mon.a (mon.0) 3926 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:22.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:22 smithi184 bash[59794]: cephadm 2024-03-21T13:08:21.365520+0000 mgr.x (mgr.34104) 2776 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:22.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:22 smithi184 bash[59794]: audit 2024-03-21T13:08:21.443098+0000 mon.a (mon.0) 3927 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:22.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:22 smithi184 bash[59794]: audit 2024-03-21T13:08:21.446381+0000 mon.a (mon.0) 3928 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:22.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:22 smithi184 bash[59794]: audit 2024-03-21T13:08:21.451496+0000 mon.a (mon.0) 3929 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:22.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:22 smithi184 bash[59794]: audit 2024-03-21T13:08:21.453165+0000 mon.a (mon.0) 3930 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:22.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:22 smithi184 bash[59794]: cluster 2024-03-21T13:08:21.457258+0000 mgr.x (mgr.34104) 2777 : cluster [DBG] pgmap v1829: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:22.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:22 smithi184 bash[59794]: cluster 2024-03-21T13:08:21.458123+0000 mgr.x (mgr.34104) 2778 : cluster [DBG] pgmap v1830: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:22.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:22 smithi184 bash[59794]: audit 2024-03-21T13:08:21.465753+0000 mon.a (mon.0) 3931 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:22.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:22 smithi184 bash[59794]: cephadm 2024-03-21T13:08:21.467574+0000 mgr.x (mgr.34104) 2779 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:22.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:22 smithi184 bash[59794]: audit 2024-03-21T13:08:21.546710+0000 mon.a (mon.0) 3932 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:22.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:22 smithi184 bash[59794]: audit 2024-03-21T13:08:21.549837+0000 mon.a (mon.0) 3933 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:22.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:22 smithi184 bash[59794]: audit 2024-03-21T13:08:21.553040+0000 mon.a (mon.0) 3934 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:22.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:22 smithi184 bash[59794]: audit 2024-03-21T13:08:21.554339+0000 mon.a (mon.0) 3935 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:22.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:22 smithi184 bash[59794]: cluster 2024-03-21T13:08:21.558004+0000 mgr.x (mgr.34104) 2780 : cluster [DBG] pgmap v1831: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:22.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:22 smithi184 bash[59794]: cluster 2024-03-21T13:08:21.558798+0000 mgr.x (mgr.34104) 2781 : cluster [DBG] pgmap v1832: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:22.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:22 smithi184 bash[59794]: audit 2024-03-21T13:08:21.565748+0000 mon.a (mon.0) 3936 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:22.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:22 smithi184 bash[59794]: cephadm 2024-03-21T13:08:21.567527+0000 mgr.x (mgr.34104) 2782 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:22.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:22 smithi184 bash[59794]: audit 2024-03-21T13:08:21.645112+0000 mon.a (mon.0) 3937 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:22.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:22 smithi184 bash[59794]: audit 2024-03-21T13:08:21.648133+0000 mon.a (mon.0) 3938 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:22.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:22 smithi184 bash[59794]: audit 2024-03-21T13:08:21.651746+0000 mon.a (mon.0) 3939 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:22.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:22 smithi184 bash[59794]: audit 2024-03-21T13:08:21.653138+0000 mon.a (mon.0) 3940 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:22.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:22 smithi184 bash[59794]: cluster 2024-03-21T13:08:21.656720+0000 mgr.x (mgr.34104) 2783 : cluster [DBG] pgmap v1833: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:22.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:22 smithi184 bash[59794]: cluster 2024-03-21T13:08:21.657413+0000 mgr.x (mgr.34104) 2784 : cluster [DBG] pgmap v1834: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:22.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:22 smithi184 bash[59794]: audit 2024-03-21T13:08:21.664859+0000 mon.a (mon.0) 3941 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:22.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:22 smithi184 bash[59794]: cephadm 2024-03-21T13:08:21.666610+0000 mgr.x (mgr.34104) 2785 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:22.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:22 smithi184 bash[59794]: audit 2024-03-21T13:08:21.748035+0000 mon.a (mon.0) 3942 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:22.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:22 smithi184 bash[59794]: audit 2024-03-21T13:08:21.750932+0000 mon.a (mon.0) 3943 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:22.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:22 smithi184 bash[59794]: audit 2024-03-21T13:08:21.754603+0000 mon.a (mon.0) 3944 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:22.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:22 smithi184 bash[59794]: audit 2024-03-21T13:08:21.756347+0000 mon.a (mon.0) 3945 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:22.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:22 smithi184 bash[59794]: cluster 2024-03-21T13:08:21.759889+0000 mgr.x (mgr.34104) 2786 : cluster [DBG] pgmap v1835: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:22.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:22 smithi184 bash[59794]: cluster 2024-03-21T13:08:21.760307+0000 mgr.x (mgr.34104) 2787 : cluster [DBG] pgmap v1836: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:22.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:22 smithi184 bash[59794]: audit 2024-03-21T13:08:21.768412+0000 mon.a (mon.0) 3946 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:22.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:22 smithi184 bash[59794]: cephadm 2024-03-21T13:08:21.770104+0000 mgr.x (mgr.34104) 2788 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:22.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:22 smithi184 bash[59794]: audit 2024-03-21T13:08:21.847543+0000 mon.a (mon.0) 3947 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:22.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:22 smithi184 bash[59794]: audit 2024-03-21T13:08:21.851156+0000 mon.a (mon.0) 3948 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:22.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:22 smithi184 bash[59794]: audit 2024-03-21T13:08:21.854579+0000 mon.a (mon.0) 3949 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:22.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:22 smithi184 bash[59794]: audit 2024-03-21T13:08:21.856226+0000 mon.a (mon.0) 3950 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:22.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:22 smithi184 bash[59794]: cluster 2024-03-21T13:08:21.859500+0000 mgr.x (mgr.34104) 2789 : cluster [DBG] pgmap v1837: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:22.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:22 smithi184 bash[59794]: cluster 2024-03-21T13:08:21.859915+0000 mgr.x (mgr.34104) 2790 : cluster [DBG] pgmap v1838: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:22.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:22 smithi184 bash[59794]: audit 2024-03-21T13:08:21.869086+0000 mon.a (mon.0) 3951 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:22.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:22 smithi184 bash[59794]: cephadm 2024-03-21T13:08:21.870892+0000 mgr.x (mgr.34104) 2791 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:22.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:22 smithi184 bash[59794]: audit 2024-03-21T13:08:21.948781+0000 mon.a (mon.0) 3952 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:22.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:22 smithi184 bash[59794]: audit 2024-03-21T13:08:21.953388+0000 mon.a (mon.0) 3953 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:22.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:22 smithi184 bash[59794]: audit 2024-03-21T13:08:21.957806+0000 mon.a (mon.0) 3954 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:22.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:22 smithi184 bash[59794]: audit 2024-03-21T13:08:21.959497+0000 mon.a (mon.0) 3955 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:22.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:22 smithi184 bash[59794]: cluster 2024-03-21T13:08:21.963015+0000 mgr.x (mgr.34104) 2792 : cluster [DBG] pgmap v1839: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:22.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:22 smithi184 bash[59794]: cluster 2024-03-21T13:08:21.963456+0000 mgr.x (mgr.34104) 2793 : cluster [DBG] pgmap v1840: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:22.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:22 smithi184 bash[59794]: audit 2024-03-21T13:08:21.971604+0000 mon.a (mon.0) 3956 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:22.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:22 smithi184 bash[59794]: cephadm 2024-03-21T13:08:21.973328+0000 mgr.x (mgr.34104) 2794 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:22.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:22 smithi184 bash[59794]: audit 2024-03-21T13:08:22.051570+0000 mon.a (mon.0) 3957 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:22.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:22 smithi184 bash[59794]: audit 2024-03-21T13:08:22.055020+0000 mon.a (mon.0) 3958 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:22.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:22 smithi184 bash[59794]: audit 2024-03-21T13:08:22.058763+0000 mon.a (mon.0) 3959 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:22.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:22 smithi184 bash[59794]: audit 2024-03-21T13:08:22.060698+0000 mon.a (mon.0) 3960 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:22.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:22 smithi184 bash[59794]: cluster 2024-03-21T13:08:22.064642+0000 mgr.x (mgr.34104) 2795 : cluster [DBG] pgmap v1841: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:22.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:22 smithi184 bash[59794]: cluster 2024-03-21T13:08:22.065403+0000 mgr.x (mgr.34104) 2796 : cluster [DBG] pgmap v1842: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:22.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:22 smithi184 bash[59794]: audit 2024-03-21T13:08:22.072647+0000 mon.a (mon.0) 3961 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:22.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:22 smithi184 bash[59794]: cephadm 2024-03-21T13:08:22.074773+0000 mgr.x (mgr.34104) 2797 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:22.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:22 smithi184 bash[59794]: audit 2024-03-21T13:08:22.152482+0000 mon.a (mon.0) 3962 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:22.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:22 smithi184 bash[59794]: audit 2024-03-21T13:08:22.155628+0000 mon.a (mon.0) 3963 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:22.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:22 smithi184 bash[59794]: audit 2024-03-21T13:08:22.158694+0000 mon.a (mon.0) 3964 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:22.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:22 smithi184 bash[59794]: audit 2024-03-21T13:08:22.160265+0000 mon.a (mon.0) 3965 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:22.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:22 smithi184 bash[59794]: cluster 2024-03-21T13:08:22.163722+0000 mgr.x (mgr.34104) 2798 : cluster [DBG] pgmap v1843: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:22.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:22 smithi184 bash[59794]: cluster 2024-03-21T13:08:22.164309+0000 mgr.x (mgr.34104) 2799 : cluster [DBG] pgmap v1844: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:22.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:22 smithi184 bash[59794]: audit 2024-03-21T13:08:22.171991+0000 mon.a (mon.0) 3966 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:22.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:22 smithi184 bash[59794]: cephadm 2024-03-21T13:08:22.173687+0000 mgr.x (mgr.34104) 2800 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:22.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:22 smithi184 bash[59794]: audit 2024-03-21T13:08:22.252796+0000 mon.a (mon.0) 3967 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:22.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:22 smithi184 bash[59794]: audit 2024-03-21T13:08:22.256369+0000 mon.a (mon.0) 3968 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:22.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:22 smithi184 bash[59794]: audit 2024-03-21T13:08:22.260796+0000 mon.a (mon.0) 3969 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:22.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:22 smithi184 bash[59794]: audit 2024-03-21T13:08:22.262430+0000 mon.a (mon.0) 3970 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:22.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:22 smithi184 bash[59794]: audit 2024-03-21T13:08:22.274457+0000 mon.a (mon.0) 3971 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:22.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:22 smithi178 bash[77880]: cluster 2024-03-21T13:08:21.257252+0000 mgr.x (mgr.34104) 2771 : cluster [DBG] pgmap v1825: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:22.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:22 smithi178 bash[77880]: cluster 2024-03-21T13:08:21.257630+0000 mgr.x (mgr.34104) 2772 : cluster [DBG] pgmap v1826: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:22.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:22 smithi178 bash[77880]: cephadm 2024-03-21T13:08:21.266963+0000 mgr.x (mgr.34104) 2773 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:22.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:22 smithi178 bash[77880]: audit 2024-03-21T13:08:21.343836+0000 mon.a (mon.0) 3922 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:22.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:22 smithi178 bash[77880]: audit 2024-03-21T13:08:21.346732+0000 mon.a (mon.0) 3923 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:22.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:22 smithi178 bash[77880]: audit 2024-03-21T13:08:21.349986+0000 mon.a (mon.0) 3924 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:22.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:22 smithi178 bash[77880]: audit 2024-03-21T13:08:21.351641+0000 mon.a (mon.0) 3925 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:22.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:22 smithi178 bash[77880]: cluster 2024-03-21T13:08:21.355553+0000 mgr.x (mgr.34104) 2774 : cluster [DBG] pgmap v1827: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:22.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:22 smithi178 bash[77880]: cluster 2024-03-21T13:08:21.356062+0000 mgr.x (mgr.34104) 2775 : cluster [DBG] pgmap v1828: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:22.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:22 smithi178 bash[77880]: audit 2024-03-21T13:08:21.363540+0000 mon.a (mon.0) 3926 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:22.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:22 smithi178 bash[77880]: cephadm 2024-03-21T13:08:21.365520+0000 mgr.x (mgr.34104) 2776 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:22.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:22 smithi178 bash[77880]: audit 2024-03-21T13:08:21.443098+0000 mon.a (mon.0) 3927 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:22.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:22 smithi178 bash[77880]: audit 2024-03-21T13:08:21.446381+0000 mon.a (mon.0) 3928 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:22.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:22 smithi178 bash[77880]: audit 2024-03-21T13:08:21.451496+0000 mon.a (mon.0) 3929 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:22.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:22 smithi178 bash[77880]: audit 2024-03-21T13:08:21.453165+0000 mon.a (mon.0) 3930 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:22.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:22 smithi178 bash[77880]: cluster 2024-03-21T13:08:21.457258+0000 mgr.x (mgr.34104) 2777 : cluster [DBG] pgmap v1829: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:22.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:22 smithi178 bash[77880]: cluster 2024-03-21T13:08:21.458123+0000 mgr.x (mgr.34104) 2778 : cluster [DBG] pgmap v1830: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:22.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:22 smithi178 bash[77880]: audit 2024-03-21T13:08:21.465753+0000 mon.a (mon.0) 3931 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:22.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:22 smithi178 bash[77880]: cephadm 2024-03-21T13:08:21.467574+0000 mgr.x (mgr.34104) 2779 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:22.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:22 smithi178 bash[77880]: audit 2024-03-21T13:08:21.546710+0000 mon.a (mon.0) 3932 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:22.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:22 smithi178 bash[77880]: audit 2024-03-21T13:08:21.549837+0000 mon.a (mon.0) 3933 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:22.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:22 smithi178 bash[77880]: audit 2024-03-21T13:08:21.553040+0000 mon.a (mon.0) 3934 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:22.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:22 smithi178 bash[77880]: audit 2024-03-21T13:08:21.554339+0000 mon.a (mon.0) 3935 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:22.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:22 smithi178 bash[77880]: cluster 2024-03-21T13:08:21.558004+0000 mgr.x (mgr.34104) 2780 : cluster [DBG] pgmap v1831: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:22.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:22 smithi178 bash[77880]: cluster 2024-03-21T13:08:21.558798+0000 mgr.x (mgr.34104) 2781 : cluster [DBG] pgmap v1832: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:22.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:22 smithi178 bash[77880]: audit 2024-03-21T13:08:21.565748+0000 mon.a (mon.0) 3936 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:22.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:22 smithi178 bash[77880]: cephadm 2024-03-21T13:08:21.567527+0000 mgr.x (mgr.34104) 2782 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:22.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:22 smithi178 bash[77880]: audit 2024-03-21T13:08:21.645112+0000 mon.a (mon.0) 3937 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:22.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:22 smithi178 bash[77880]: audit 2024-03-21T13:08:21.648133+0000 mon.a (mon.0) 3938 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:22.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:22 smithi178 bash[77880]: audit 2024-03-21T13:08:21.651746+0000 mon.a (mon.0) 3939 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:22.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:22 smithi178 bash[77880]: audit 2024-03-21T13:08:21.653138+0000 mon.a (mon.0) 3940 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:22.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:22 smithi178 bash[77880]: cluster 2024-03-21T13:08:21.656720+0000 mgr.x (mgr.34104) 2783 : cluster [DBG] pgmap v1833: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:22.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:22 smithi178 bash[77880]: cluster 2024-03-21T13:08:21.657413+0000 mgr.x (mgr.34104) 2784 : cluster [DBG] pgmap v1834: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:22.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:22 smithi178 bash[77880]: audit 2024-03-21T13:08:21.664859+0000 mon.a (mon.0) 3941 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:22.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:22 smithi178 bash[77880]: cephadm 2024-03-21T13:08:21.666610+0000 mgr.x (mgr.34104) 2785 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:22.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:22 smithi178 bash[75692]: cluster 2024-03-21T13:08:21.257252+0000 mgr.x (mgr.34104) 2771 : cluster [DBG] pgmap v1825: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:22.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:22 smithi178 bash[75692]: cluster 2024-03-21T13:08:21.257630+0000 mgr.x (mgr.34104) 2772 : cluster [DBG] pgmap v1826: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:22.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:22 smithi178 bash[75692]: cephadm 2024-03-21T13:08:21.266963+0000 mgr.x (mgr.34104) 2773 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:22.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:22 smithi178 bash[75692]: audit 2024-03-21T13:08:21.343836+0000 mon.a (mon.0) 3922 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:22.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:22 smithi178 bash[75692]: audit 2024-03-21T13:08:21.346732+0000 mon.a (mon.0) 3923 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:22.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:22 smithi178 bash[75692]: audit 2024-03-21T13:08:21.349986+0000 mon.a (mon.0) 3924 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:22.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:22 smithi178 bash[75692]: audit 2024-03-21T13:08:21.351641+0000 mon.a (mon.0) 3925 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:22.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:22 smithi178 bash[75692]: cluster 2024-03-21T13:08:21.355553+0000 mgr.x (mgr.34104) 2774 : cluster [DBG] pgmap v1827: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:22.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:22 smithi178 bash[75692]: cluster 2024-03-21T13:08:21.356062+0000 mgr.x (mgr.34104) 2775 : cluster [DBG] pgmap v1828: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:22.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:22 smithi178 bash[75692]: audit 2024-03-21T13:08:21.363540+0000 mon.a (mon.0) 3926 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:22.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:22 smithi178 bash[75692]: cephadm 2024-03-21T13:08:21.365520+0000 mgr.x (mgr.34104) 2776 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:22.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:22 smithi178 bash[75692]: audit 2024-03-21T13:08:21.443098+0000 mon.a (mon.0) 3927 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:22.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:22 smithi178 bash[75692]: audit 2024-03-21T13:08:21.446381+0000 mon.a (mon.0) 3928 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:22.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:22 smithi178 bash[75692]: audit 2024-03-21T13:08:21.451496+0000 mon.a (mon.0) 3929 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:22.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:22 smithi178 bash[75692]: audit 2024-03-21T13:08:21.453165+0000 mon.a (mon.0) 3930 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:22.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:22 smithi178 bash[75692]: cluster 2024-03-21T13:08:21.457258+0000 mgr.x (mgr.34104) 2777 : cluster [DBG] pgmap v1829: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:22.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:22 smithi178 bash[77880]: audit 2024-03-21T13:08:21.748035+0000 mon.a (mon.0) 3942 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:22.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:22 smithi178 bash[77880]: audit 2024-03-21T13:08:21.750932+0000 mon.a (mon.0) 3943 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:22.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:22 smithi178 bash[77880]: audit 2024-03-21T13:08:21.754603+0000 mon.a (mon.0) 3944 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:22.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:22 smithi178 bash[77880]: audit 2024-03-21T13:08:21.756347+0000 mon.a (mon.0) 3945 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:22.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:22 smithi178 bash[77880]: cluster 2024-03-21T13:08:21.759889+0000 mgr.x (mgr.34104) 2786 : cluster [DBG] pgmap v1835: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:22.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:22 smithi178 bash[77880]: cluster 2024-03-21T13:08:21.760307+0000 mgr.x (mgr.34104) 2787 : cluster [DBG] pgmap v1836: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:22.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:22 smithi178 bash[77880]: audit 2024-03-21T13:08:21.768412+0000 mon.a (mon.0) 3946 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:22.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:22 smithi178 bash[77880]: cephadm 2024-03-21T13:08:21.770104+0000 mgr.x (mgr.34104) 2788 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:22.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:22 smithi178 bash[77880]: audit 2024-03-21T13:08:21.847543+0000 mon.a (mon.0) 3947 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:22.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:22 smithi178 bash[77880]: audit 2024-03-21T13:08:21.851156+0000 mon.a (mon.0) 3948 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:22.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:22 smithi178 bash[77880]: audit 2024-03-21T13:08:21.854579+0000 mon.a (mon.0) 3949 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:22.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:22 smithi178 bash[77880]: audit 2024-03-21T13:08:21.856226+0000 mon.a (mon.0) 3950 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:22.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:22 smithi178 bash[77880]: cluster 2024-03-21T13:08:21.859500+0000 mgr.x (mgr.34104) 2789 : cluster [DBG] pgmap v1837: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:22.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:22 smithi178 bash[77880]: cluster 2024-03-21T13:08:21.859915+0000 mgr.x (mgr.34104) 2790 : cluster [DBG] pgmap v1838: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:22.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:22 smithi178 bash[77880]: audit 2024-03-21T13:08:21.869086+0000 mon.a (mon.0) 3951 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:22.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:22 smithi178 bash[77880]: cephadm 2024-03-21T13:08:21.870892+0000 mgr.x (mgr.34104) 2791 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:22.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:22 smithi178 bash[77880]: audit 2024-03-21T13:08:21.948781+0000 mon.a (mon.0) 3952 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:22.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:22 smithi178 bash[77880]: audit 2024-03-21T13:08:21.953388+0000 mon.a (mon.0) 3953 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:22.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:22 smithi178 bash[77880]: audit 2024-03-21T13:08:21.957806+0000 mon.a (mon.0) 3954 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:22.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:22 smithi178 bash[77880]: audit 2024-03-21T13:08:21.959497+0000 mon.a (mon.0) 3955 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:22.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:22 smithi178 bash[77880]: cluster 2024-03-21T13:08:21.963015+0000 mgr.x (mgr.34104) 2792 : cluster [DBG] pgmap v1839: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:22.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:22 smithi178 bash[77880]: cluster 2024-03-21T13:08:21.963456+0000 mgr.x (mgr.34104) 2793 : cluster [DBG] pgmap v1840: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:22.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:22 smithi178 bash[77880]: audit 2024-03-21T13:08:21.971604+0000 mon.a (mon.0) 3956 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:22.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:22 smithi178 bash[77880]: cephadm 2024-03-21T13:08:21.973328+0000 mgr.x (mgr.34104) 2794 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:22.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:22 smithi178 bash[77880]: audit 2024-03-21T13:08:22.051570+0000 mon.a (mon.0) 3957 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:22.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:22 smithi178 bash[77880]: audit 2024-03-21T13:08:22.055020+0000 mon.a (mon.0) 3958 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:22.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:22 smithi178 bash[77880]: audit 2024-03-21T13:08:22.058763+0000 mon.a (mon.0) 3959 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:22.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:22 smithi178 bash[77880]: audit 2024-03-21T13:08:22.060698+0000 mon.a (mon.0) 3960 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:22.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:22 smithi178 bash[77880]: cluster 2024-03-21T13:08:22.064642+0000 mgr.x (mgr.34104) 2795 : cluster [DBG] pgmap v1841: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:22.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:22 smithi178 bash[77880]: cluster 2024-03-21T13:08:22.065403+0000 mgr.x (mgr.34104) 2796 : cluster [DBG] pgmap v1842: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:22.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:22 smithi178 bash[77880]: audit 2024-03-21T13:08:22.072647+0000 mon.a (mon.0) 3961 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:22.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:22 smithi178 bash[77880]: cephadm 2024-03-21T13:08:22.074773+0000 mgr.x (mgr.34104) 2797 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:22.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:22 smithi178 bash[77880]: audit 2024-03-21T13:08:22.152482+0000 mon.a (mon.0) 3962 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:22.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:22 smithi178 bash[77880]: audit 2024-03-21T13:08:22.155628+0000 mon.a (mon.0) 3963 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:22.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:22 smithi178 bash[77880]: audit 2024-03-21T13:08:22.158694+0000 mon.a (mon.0) 3964 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:22.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:22 smithi178 bash[77880]: audit 2024-03-21T13:08:22.160265+0000 mon.a (mon.0) 3965 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:22.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:22 smithi178 bash[77880]: cluster 2024-03-21T13:08:22.163722+0000 mgr.x (mgr.34104) 2798 : cluster [DBG] pgmap v1843: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:22.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:22 smithi178 bash[77880]: cluster 2024-03-21T13:08:22.164309+0000 mgr.x (mgr.34104) 2799 : cluster [DBG] pgmap v1844: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:22.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:22 smithi178 bash[77880]: audit 2024-03-21T13:08:22.171991+0000 mon.a (mon.0) 3966 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:22.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:22 smithi178 bash[77880]: cephadm 2024-03-21T13:08:22.173687+0000 mgr.x (mgr.34104) 2800 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:22.812 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:22 smithi178 bash[77880]: audit 2024-03-21T13:08:22.252796+0000 mon.a (mon.0) 3967 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:22.812 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:22 smithi178 bash[77880]: audit 2024-03-21T13:08:22.256369+0000 mon.a (mon.0) 3968 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:22.812 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:22 smithi178 bash[77880]: audit 2024-03-21T13:08:22.260796+0000 mon.a (mon.0) 3969 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:22.812 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:22 smithi178 bash[77880]: audit 2024-03-21T13:08:22.262430+0000 mon.a (mon.0) 3970 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:22.812 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:22 smithi178 bash[77880]: audit 2024-03-21T13:08:22.274457+0000 mon.a (mon.0) 3971 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:22.813 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:22 smithi178 bash[75692]: cluster 2024-03-21T13:08:21.458123+0000 mgr.x (mgr.34104) 2778 : cluster [DBG] pgmap v1830: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:22.813 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:22 smithi178 bash[75692]: audit 2024-03-21T13:08:21.465753+0000 mon.a (mon.0) 3931 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:22.813 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:22 smithi178 bash[75692]: cephadm 2024-03-21T13:08:21.467574+0000 mgr.x (mgr.34104) 2779 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:22.813 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:22 smithi178 bash[75692]: audit 2024-03-21T13:08:21.546710+0000 mon.a (mon.0) 3932 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:22.813 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:22 smithi178 bash[75692]: audit 2024-03-21T13:08:21.549837+0000 mon.a (mon.0) 3933 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:22.813 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:22 smithi178 bash[75692]: audit 2024-03-21T13:08:21.553040+0000 mon.a (mon.0) 3934 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:22.813 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:22 smithi178 bash[75692]: audit 2024-03-21T13:08:21.554339+0000 mon.a (mon.0) 3935 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:22.813 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:22 smithi178 bash[75692]: cluster 2024-03-21T13:08:21.558004+0000 mgr.x (mgr.34104) 2780 : cluster [DBG] pgmap v1831: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:22.814 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:22 smithi178 bash[75692]: cluster 2024-03-21T13:08:21.558798+0000 mgr.x (mgr.34104) 2781 : cluster [DBG] pgmap v1832: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:22.814 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:22 smithi178 bash[75692]: audit 2024-03-21T13:08:21.565748+0000 mon.a (mon.0) 3936 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:22.814 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:22 smithi178 bash[75692]: cephadm 2024-03-21T13:08:21.567527+0000 mgr.x (mgr.34104) 2782 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:22.814 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:22 smithi178 bash[75692]: audit 2024-03-21T13:08:21.645112+0000 mon.a (mon.0) 3937 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:22.814 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:22 smithi178 bash[75692]: audit 2024-03-21T13:08:21.648133+0000 mon.a (mon.0) 3938 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:22.814 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:22 smithi178 bash[75692]: audit 2024-03-21T13:08:21.651746+0000 mon.a (mon.0) 3939 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:22.814 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:22 smithi178 bash[75692]: audit 2024-03-21T13:08:21.653138+0000 mon.a (mon.0) 3940 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:22.814 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:22 smithi178 bash[75692]: cluster 2024-03-21T13:08:21.656720+0000 mgr.x (mgr.34104) 2783 : cluster [DBG] pgmap v1833: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:22.815 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:22 smithi178 bash[75692]: cluster 2024-03-21T13:08:21.657413+0000 mgr.x (mgr.34104) 2784 : cluster [DBG] pgmap v1834: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:22.815 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:22 smithi178 bash[75692]: audit 2024-03-21T13:08:21.664859+0000 mon.a (mon.0) 3941 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:22.815 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:22 smithi178 bash[75692]: cephadm 2024-03-21T13:08:21.666610+0000 mgr.x (mgr.34104) 2785 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:22.815 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:22 smithi178 bash[75692]: audit 2024-03-21T13:08:21.748035+0000 mon.a (mon.0) 3942 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:22.815 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:22 smithi178 bash[75692]: audit 2024-03-21T13:08:21.750932+0000 mon.a (mon.0) 3943 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:22.815 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:22 smithi178 bash[75692]: audit 2024-03-21T13:08:21.754603+0000 mon.a (mon.0) 3944 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:22.815 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:22 smithi178 bash[75692]: audit 2024-03-21T13:08:21.756347+0000 mon.a (mon.0) 3945 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:22.815 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:22 smithi178 bash[75692]: cluster 2024-03-21T13:08:21.759889+0000 mgr.x (mgr.34104) 2786 : cluster [DBG] pgmap v1835: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:22.815 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:22 smithi178 bash[75692]: cluster 2024-03-21T13:08:21.760307+0000 mgr.x (mgr.34104) 2787 : cluster [DBG] pgmap v1836: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:22.815 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:22 smithi178 bash[75692]: audit 2024-03-21T13:08:21.768412+0000 mon.a (mon.0) 3946 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:22.815 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:22 smithi178 bash[75692]: cephadm 2024-03-21T13:08:21.770104+0000 mgr.x (mgr.34104) 2788 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:22.815 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:22 smithi178 bash[75692]: audit 2024-03-21T13:08:21.847543+0000 mon.a (mon.0) 3947 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:22.815 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:22 smithi178 bash[75692]: audit 2024-03-21T13:08:21.851156+0000 mon.a (mon.0) 3948 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:22.816 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:22 smithi178 bash[75692]: audit 2024-03-21T13:08:21.854579+0000 mon.a (mon.0) 3949 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:22.816 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:22 smithi178 bash[75692]: audit 2024-03-21T13:08:21.856226+0000 mon.a (mon.0) 3950 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:22.816 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:22 smithi178 bash[75692]: cluster 2024-03-21T13:08:21.859500+0000 mgr.x (mgr.34104) 2789 : cluster [DBG] pgmap v1837: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:22.816 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:22 smithi178 bash[75692]: cluster 2024-03-21T13:08:21.859915+0000 mgr.x (mgr.34104) 2790 : cluster [DBG] pgmap v1838: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:22.816 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:22 smithi178 bash[75692]: audit 2024-03-21T13:08:21.869086+0000 mon.a (mon.0) 3951 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:22.816 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:22 smithi178 bash[75692]: cephadm 2024-03-21T13:08:21.870892+0000 mgr.x (mgr.34104) 2791 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:22.816 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:22 smithi178 bash[75692]: audit 2024-03-21T13:08:21.948781+0000 mon.a (mon.0) 3952 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:22.816 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:22 smithi178 bash[75692]: audit 2024-03-21T13:08:21.953388+0000 mon.a (mon.0) 3953 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:22.816 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:22 smithi178 bash[75692]: audit 2024-03-21T13:08:21.957806+0000 mon.a (mon.0) 3954 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:22.816 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:22 smithi178 bash[75692]: audit 2024-03-21T13:08:21.959497+0000 mon.a (mon.0) 3955 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:22.817 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:22 smithi178 bash[75692]: cluster 2024-03-21T13:08:21.963015+0000 mgr.x (mgr.34104) 2792 : cluster [DBG] pgmap v1839: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:22.817 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:22 smithi178 bash[75692]: cluster 2024-03-21T13:08:21.963456+0000 mgr.x (mgr.34104) 2793 : cluster [DBG] pgmap v1840: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:22.817 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:22 smithi178 bash[75692]: audit 2024-03-21T13:08:21.971604+0000 mon.a (mon.0) 3956 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:22.817 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:22 smithi178 bash[75692]: cephadm 2024-03-21T13:08:21.973328+0000 mgr.x (mgr.34104) 2794 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:22.817 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:22 smithi178 bash[75692]: audit 2024-03-21T13:08:22.051570+0000 mon.a (mon.0) 3957 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:22.817 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:22 smithi178 bash[75692]: audit 2024-03-21T13:08:22.055020+0000 mon.a (mon.0) 3958 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:22.817 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:22 smithi178 bash[75692]: audit 2024-03-21T13:08:22.058763+0000 mon.a (mon.0) 3959 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:22.817 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:22 smithi178 bash[75692]: audit 2024-03-21T13:08:22.060698+0000 mon.a (mon.0) 3960 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:22.817 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:22 smithi178 bash[75692]: cluster 2024-03-21T13:08:22.064642+0000 mgr.x (mgr.34104) 2795 : cluster [DBG] pgmap v1841: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:22.817 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:22 smithi178 bash[75692]: cluster 2024-03-21T13:08:22.065403+0000 mgr.x (mgr.34104) 2796 : cluster [DBG] pgmap v1842: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:22.817 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:22 smithi178 bash[75692]: audit 2024-03-21T13:08:22.072647+0000 mon.a (mon.0) 3961 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:22.817 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:22 smithi178 bash[75692]: cephadm 2024-03-21T13:08:22.074773+0000 mgr.x (mgr.34104) 2797 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:22.817 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:22 smithi178 bash[75692]: audit 2024-03-21T13:08:22.152482+0000 mon.a (mon.0) 3962 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:22.817 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:22 smithi178 bash[75692]: audit 2024-03-21T13:08:22.155628+0000 mon.a (mon.0) 3963 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:22.818 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:22 smithi178 bash[75692]: audit 2024-03-21T13:08:22.158694+0000 mon.a (mon.0) 3964 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:22.818 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:22 smithi178 bash[75692]: audit 2024-03-21T13:08:22.160265+0000 mon.a (mon.0) 3965 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:22.818 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:22 smithi178 bash[75692]: cluster 2024-03-21T13:08:22.163722+0000 mgr.x (mgr.34104) 2798 : cluster [DBG] pgmap v1843: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:22.818 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:22 smithi178 bash[75692]: cluster 2024-03-21T13:08:22.164309+0000 mgr.x (mgr.34104) 2799 : cluster [DBG] pgmap v1844: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:22.818 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:22 smithi178 bash[75692]: audit 2024-03-21T13:08:22.171991+0000 mon.a (mon.0) 3966 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:22.818 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:22 smithi178 bash[75692]: cephadm 2024-03-21T13:08:22.173687+0000 mgr.x (mgr.34104) 2800 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:22.818 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:22 smithi178 bash[75692]: audit 2024-03-21T13:08:22.252796+0000 mon.a (mon.0) 3967 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:22.818 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:22 smithi178 bash[75692]: audit 2024-03-21T13:08:22.256369+0000 mon.a (mon.0) 3968 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:22.818 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:22 smithi178 bash[75692]: audit 2024-03-21T13:08:22.260796+0000 mon.a (mon.0) 3969 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:22.818 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:22 smithi178 bash[75692]: audit 2024-03-21T13:08:22.262430+0000 mon.a (mon.0) 3970 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:22.818 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:22 smithi178 bash[75692]: audit 2024-03-21T13:08:22.274457+0000 mon.a (mon.0) 3971 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:23.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:23 smithi184 bash[59794]: cluster 2024-03-21T13:08:22.266448+0000 mgr.x (mgr.34104) 2801 : cluster [DBG] pgmap v1845: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:23.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:23 smithi184 bash[59794]: cluster 2024-03-21T13:08:22.267368+0000 mgr.x (mgr.34104) 2802 : cluster [DBG] pgmap v1846: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:23.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:23 smithi184 bash[59794]: cephadm 2024-03-21T13:08:22.276125+0000 mgr.x (mgr.34104) 2803 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:23.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:23 smithi184 bash[59794]: audit 2024-03-21T13:08:22.357725+0000 mon.a (mon.0) 3972 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:23.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:23 smithi184 bash[59794]: audit 2024-03-21T13:08:22.360520+0000 mon.a (mon.0) 3973 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:23.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:23 smithi184 bash[59794]: audit 2024-03-21T13:08:22.363687+0000 mon.a (mon.0) 3974 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:23.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:23 smithi184 bash[59794]: audit 2024-03-21T13:08:22.364838+0000 mon.a (mon.0) 3975 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:23.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:23 smithi184 bash[59794]: cluster 2024-03-21T13:08:22.368046+0000 mgr.x (mgr.34104) 2804 : cluster [DBG] pgmap v1847: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:23.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:23 smithi184 bash[59794]: cluster 2024-03-21T13:08:22.368456+0000 mgr.x (mgr.34104) 2805 : cluster [DBG] pgmap v1848: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:23.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:23 smithi184 bash[59794]: audit 2024-03-21T13:08:22.375866+0000 mon.a (mon.0) 3976 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:23.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:23 smithi184 bash[59794]: cephadm 2024-03-21T13:08:22.377702+0000 mgr.x (mgr.34104) 2806 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:23.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:23 smithi184 bash[59794]: audit 2024-03-21T13:08:22.456162+0000 mon.a (mon.0) 3977 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:23.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:23 smithi184 bash[59794]: audit 2024-03-21T13:08:22.459493+0000 mon.a (mon.0) 3978 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:23.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:23 smithi184 bash[59794]: audit 2024-03-21T13:08:22.463611+0000 mon.a (mon.0) 3979 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:23.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:23 smithi184 bash[59794]: audit 2024-03-21T13:08:22.465256+0000 mon.a (mon.0) 3980 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:23.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:23 smithi184 bash[59794]: cluster 2024-03-21T13:08:22.468785+0000 mgr.x (mgr.34104) 2807 : cluster [DBG] pgmap v1849: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:23.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:23 smithi184 bash[59794]: cluster 2024-03-21T13:08:22.469378+0000 mgr.x (mgr.34104) 2808 : cluster [DBG] pgmap v1850: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:23.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:23 smithi184 bash[59794]: audit 2024-03-21T13:08:22.477285+0000 mon.a (mon.0) 3981 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:23.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:23 smithi184 bash[59794]: cephadm 2024-03-21T13:08:22.479095+0000 mgr.x (mgr.34104) 2809 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:23.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:23 smithi184 bash[59794]: audit 2024-03-21T13:08:22.559881+0000 mon.a (mon.0) 3982 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:23.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:23 smithi184 bash[59794]: audit 2024-03-21T13:08:22.563128+0000 mon.a (mon.0) 3983 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:23.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:23 smithi184 bash[59794]: audit 2024-03-21T13:08:22.566645+0000 mon.a (mon.0) 3984 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:23.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:23 smithi184 bash[59794]: audit 2024-03-21T13:08:22.568521+0000 mon.a (mon.0) 3985 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:23.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:23 smithi184 bash[59794]: cluster 2024-03-21T13:08:22.573284+0000 mgr.x (mgr.34104) 2810 : cluster [DBG] pgmap v1851: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:23.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:23 smithi184 bash[59794]: cluster 2024-03-21T13:08:22.574432+0000 mgr.x (mgr.34104) 2811 : cluster [DBG] pgmap v1852: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:23.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:23 smithi184 bash[59794]: audit 2024-03-21T13:08:22.582545+0000 mon.a (mon.0) 3986 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:23.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:23 smithi184 bash[59794]: cephadm 2024-03-21T13:08:22.584362+0000 mgr.x (mgr.34104) 2812 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:23.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:23 smithi184 bash[59794]: audit 2024-03-21T13:08:22.665322+0000 mon.a (mon.0) 3987 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:23.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:23 smithi184 bash[59794]: audit 2024-03-21T13:08:22.668394+0000 mon.a (mon.0) 3988 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:23.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:23 smithi184 bash[59794]: audit 2024-03-21T13:08:22.672314+0000 mon.a (mon.0) 3989 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:23.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:23 smithi184 bash[59794]: audit 2024-03-21T13:08:22.674089+0000 mon.a (mon.0) 3990 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:23.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:23 smithi184 bash[59794]: cluster 2024-03-21T13:08:22.678223+0000 mgr.x (mgr.34104) 2813 : cluster [DBG] pgmap v1853: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:23.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:23 smithi184 bash[59794]: cluster 2024-03-21T13:08:22.679308+0000 mgr.x (mgr.34104) 2814 : cluster [DBG] pgmap v1854: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:23.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:23 smithi184 bash[59794]: audit 2024-03-21T13:08:22.686748+0000 mon.a (mon.0) 3991 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:23.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:23 smithi184 bash[59794]: cephadm 2024-03-21T13:08:22.688629+0000 mgr.x (mgr.34104) 2815 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:23.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:23 smithi184 bash[59794]: audit 2024-03-21T13:08:22.768032+0000 mon.a (mon.0) 3992 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:23.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:23 smithi184 bash[59794]: audit 2024-03-21T13:08:22.771125+0000 mon.a (mon.0) 3993 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:23.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:23 smithi184 bash[59794]: audit 2024-03-21T13:08:22.774324+0000 mon.a (mon.0) 3994 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:23.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:23 smithi184 bash[59794]: audit 2024-03-21T13:08:22.775561+0000 mon.a (mon.0) 3995 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:23.581 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:23 smithi184 bash[59794]: cluster 2024-03-21T13:08:22.779188+0000 mgr.x (mgr.34104) 2816 : cluster [DBG] pgmap v1855: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:23.582 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:23 smithi184 bash[59794]: cluster 2024-03-21T13:08:22.780213+0000 mgr.x (mgr.34104) 2817 : cluster [DBG] pgmap v1856: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:23.582 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:23 smithi184 bash[59794]: audit 2024-03-21T13:08:22.787046+0000 mon.a (mon.0) 3996 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:23.582 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:23 smithi184 bash[59794]: cephadm 2024-03-21T13:08:22.788764+0000 mgr.x (mgr.34104) 2818 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:23.582 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:23 smithi184 bash[59794]: audit 2024-03-21T13:08:22.869616+0000 mon.a (mon.0) 3997 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:23.582 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:23 smithi184 bash[59794]: audit 2024-03-21T13:08:22.874277+0000 mon.a (mon.0) 3998 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:23.582 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:23 smithi184 bash[59794]: audit 2024-03-21T13:08:22.878099+0000 mon.a (mon.0) 3999 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:23.582 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:23 smithi184 bash[59794]: audit 2024-03-21T13:08:22.879868+0000 mon.a (mon.0) 4000 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:23.582 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:23 smithi184 bash[59794]: cluster 2024-03-21T13:08:22.883645+0000 mgr.x (mgr.34104) 2819 : cluster [DBG] pgmap v1857: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:23.582 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:23 smithi184 bash[59794]: cluster 2024-03-21T13:08:22.884341+0000 mgr.x (mgr.34104) 2820 : cluster [DBG] pgmap v1858: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:23.582 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:23 smithi184 bash[59794]: audit 2024-03-21T13:08:22.891786+0000 mon.a (mon.0) 4001 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:23.582 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:23 smithi184 bash[59794]: cephadm 2024-03-21T13:08:22.893934+0000 mgr.x (mgr.34104) 2821 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:23.582 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:23 smithi184 bash[59794]: audit 2024-03-21T13:08:22.972092+0000 mon.a (mon.0) 4002 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:23.582 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:23 smithi184 bash[59794]: audit 2024-03-21T13:08:22.975933+0000 mon.a (mon.0) 4003 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:23.582 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:23 smithi184 bash[59794]: audit 2024-03-21T13:08:22.980348+0000 mon.a (mon.0) 4004 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:23.583 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:23 smithi184 bash[59794]: audit 2024-03-21T13:08:22.982027+0000 mon.a (mon.0) 4005 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:23.583 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:23 smithi184 bash[59794]: cluster 2024-03-21T13:08:22.985874+0000 mgr.x (mgr.34104) 2822 : cluster [DBG] pgmap v1859: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:23.583 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:23 smithi184 bash[59794]: cluster 2024-03-21T13:08:22.986299+0000 mgr.x (mgr.34104) 2823 : cluster [DBG] pgmap v1860: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:23.583 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:23 smithi184 bash[59794]: audit 2024-03-21T13:08:22.994031+0000 mon.a (mon.0) 4006 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:23.583 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:23 smithi184 bash[59794]: cephadm 2024-03-21T13:08:22.995808+0000 mgr.x (mgr.34104) 2824 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:23.583 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:23 smithi184 bash[59794]: audit 2024-03-21T13:08:23.078733+0000 mon.a (mon.0) 4007 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:23.583 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:23 smithi184 bash[59794]: audit 2024-03-21T13:08:23.082165+0000 mon.a (mon.0) 4008 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:23.583 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:23 smithi184 bash[59794]: audit 2024-03-21T13:08:23.085750+0000 mon.a (mon.0) 4009 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:23.583 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:23 smithi184 bash[59794]: audit 2024-03-21T13:08:23.087011+0000 mon.a (mon.0) 4010 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:23.583 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:23 smithi184 bash[59794]: cluster 2024-03-21T13:08:23.090368+0000 mgr.x (mgr.34104) 2825 : cluster [DBG] pgmap v1861: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:23.583 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:23 smithi184 bash[59794]: cluster 2024-03-21T13:08:23.091083+0000 mgr.x (mgr.34104) 2826 : cluster [DBG] pgmap v1862: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:23.583 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:23 smithi184 bash[59794]: audit 2024-03-21T13:08:23.098746+0000 mon.a (mon.0) 4011 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:23.583 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:23 smithi184 bash[59794]: cephadm 2024-03-21T13:08:23.100860+0000 mgr.x (mgr.34104) 2827 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:23.583 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:23 smithi184 bash[59794]: audit 2024-03-21T13:08:23.176512+0000 mon.a (mon.0) 4012 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:23.583 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:23 smithi184 bash[59794]: audit 2024-03-21T13:08:23.180768+0000 mon.a (mon.0) 4013 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:23.584 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:23 smithi184 bash[59794]: audit 2024-03-21T13:08:23.184221+0000 mon.a (mon.0) 4014 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:23.584 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:23 smithi184 bash[59794]: audit 2024-03-21T13:08:23.185509+0000 mon.a (mon.0) 4015 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:23.584 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:23 smithi184 bash[59794]: cluster 2024-03-21T13:08:23.188570+0000 mgr.x (mgr.34104) 2828 : cluster [DBG] pgmap v1863: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:23.584 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:23 smithi184 bash[59794]: cluster 2024-03-21T13:08:23.188892+0000 mgr.x (mgr.34104) 2829 : cluster [DBG] pgmap v1864: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:23.584 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:23 smithi184 bash[59794]: audit 2024-03-21T13:08:23.196898+0000 mon.a (mon.0) 4016 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:23.584 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:23 smithi184 bash[59794]: cephadm 2024-03-21T13:08:23.198657+0000 mgr.x (mgr.34104) 2830 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:23.584 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:23 smithi184 bash[59794]: audit 2024-03-21T13:08:23.275889+0000 mon.a (mon.0) 4017 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:23.584 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:23 smithi184 bash[59794]: audit 2024-03-21T13:08:23.279090+0000 mon.a (mon.0) 4018 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:23.584 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:23 smithi184 bash[59794]: audit 2024-03-21T13:08:23.282647+0000 mon.a (mon.0) 4019 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:23.584 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:23 smithi184 bash[59794]: audit 2024-03-21T13:08:23.284093+0000 mon.a (mon.0) 4020 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:23.584 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:23 smithi184 bash[59794]: audit 2024-03-21T13:08:23.295649+0000 mon.a (mon.0) 4021 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:23.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:23 smithi178 bash[77880]: cluster 2024-03-21T13:08:22.266448+0000 mgr.x (mgr.34104) 2801 : cluster [DBG] pgmap v1845: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:23.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:23 smithi178 bash[77880]: cluster 2024-03-21T13:08:22.267368+0000 mgr.x (mgr.34104) 2802 : cluster [DBG] pgmap v1846: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:23.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:23 smithi178 bash[77880]: cephadm 2024-03-21T13:08:22.276125+0000 mgr.x (mgr.34104) 2803 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:23.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:23 smithi178 bash[77880]: audit 2024-03-21T13:08:22.357725+0000 mon.a (mon.0) 3972 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:23.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:23 smithi178 bash[77880]: audit 2024-03-21T13:08:22.360520+0000 mon.a (mon.0) 3973 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:23.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:23 smithi178 bash[77880]: audit 2024-03-21T13:08:22.363687+0000 mon.a (mon.0) 3974 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:23.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:23 smithi178 bash[77880]: audit 2024-03-21T13:08:22.364838+0000 mon.a (mon.0) 3975 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:23.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:23 smithi178 bash[77880]: cluster 2024-03-21T13:08:22.368046+0000 mgr.x (mgr.34104) 2804 : cluster [DBG] pgmap v1847: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:23.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:23 smithi178 bash[77880]: cluster 2024-03-21T13:08:22.368456+0000 mgr.x (mgr.34104) 2805 : cluster [DBG] pgmap v1848: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:23.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:23 smithi178 bash[77880]: audit 2024-03-21T13:08:22.375866+0000 mon.a (mon.0) 3976 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:23.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:23 smithi178 bash[77880]: cephadm 2024-03-21T13:08:22.377702+0000 mgr.x (mgr.34104) 2806 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:23.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:23 smithi178 bash[77880]: audit 2024-03-21T13:08:22.456162+0000 mon.a (mon.0) 3977 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:23.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:23 smithi178 bash[77880]: audit 2024-03-21T13:08:22.459493+0000 mon.a (mon.0) 3978 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:23.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:23 smithi178 bash[77880]: audit 2024-03-21T13:08:22.463611+0000 mon.a (mon.0) 3979 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:23.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:23 smithi178 bash[77880]: audit 2024-03-21T13:08:22.465256+0000 mon.a (mon.0) 3980 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:23.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:23 smithi178 bash[77880]: cluster 2024-03-21T13:08:22.468785+0000 mgr.x (mgr.34104) 2807 : cluster [DBG] pgmap v1849: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:23.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:23 smithi178 bash[75692]: cluster 2024-03-21T13:08:22.266448+0000 mgr.x (mgr.34104) 2801 : cluster [DBG] pgmap v1845: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:23.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:23 smithi178 bash[75692]: cluster 2024-03-21T13:08:22.267368+0000 mgr.x (mgr.34104) 2802 : cluster [DBG] pgmap v1846: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:23.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:23 smithi178 bash[75692]: cephadm 2024-03-21T13:08:22.276125+0000 mgr.x (mgr.34104) 2803 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:23.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:23 smithi178 bash[75692]: audit 2024-03-21T13:08:22.357725+0000 mon.a (mon.0) 3972 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:23.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:23 smithi178 bash[75692]: audit 2024-03-21T13:08:22.360520+0000 mon.a (mon.0) 3973 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:23.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:23 smithi178 bash[75692]: audit 2024-03-21T13:08:22.363687+0000 mon.a (mon.0) 3974 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:23.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:23 smithi178 bash[75692]: audit 2024-03-21T13:08:22.364838+0000 mon.a (mon.0) 3975 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:23.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:23 smithi178 bash[75692]: cluster 2024-03-21T13:08:22.368046+0000 mgr.x (mgr.34104) 2804 : cluster [DBG] pgmap v1847: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:23.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:23 smithi178 bash[75692]: cluster 2024-03-21T13:08:22.368456+0000 mgr.x (mgr.34104) 2805 : cluster [DBG] pgmap v1848: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:23.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:23 smithi178 bash[75692]: audit 2024-03-21T13:08:22.375866+0000 mon.a (mon.0) 3976 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:23.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:23 smithi178 bash[75692]: cephadm 2024-03-21T13:08:22.377702+0000 mgr.x (mgr.34104) 2806 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:23.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:23 smithi178 bash[75692]: audit 2024-03-21T13:08:22.456162+0000 mon.a (mon.0) 3977 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:23.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:23 smithi178 bash[75692]: audit 2024-03-21T13:08:22.459493+0000 mon.a (mon.0) 3978 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:23.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:23 smithi178 bash[75692]: audit 2024-03-21T13:08:22.463611+0000 mon.a (mon.0) 3979 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:23.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:23 smithi178 bash[75692]: audit 2024-03-21T13:08:22.465256+0000 mon.a (mon.0) 3980 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:23.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:23 smithi178 bash[75692]: cluster 2024-03-21T13:08:22.468785+0000 mgr.x (mgr.34104) 2807 : cluster [DBG] pgmap v1849: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:23.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:23 smithi178 bash[77880]: cluster 2024-03-21T13:08:22.469378+0000 mgr.x (mgr.34104) 2808 : cluster [DBG] pgmap v1850: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:23.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:23 smithi178 bash[77880]: audit 2024-03-21T13:08:22.477285+0000 mon.a (mon.0) 3981 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:23.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:23 smithi178 bash[77880]: cephadm 2024-03-21T13:08:22.479095+0000 mgr.x (mgr.34104) 2809 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:23.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:23 smithi178 bash[77880]: audit 2024-03-21T13:08:22.559881+0000 mon.a (mon.0) 3982 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:23.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:23 smithi178 bash[77880]: audit 2024-03-21T13:08:22.563128+0000 mon.a (mon.0) 3983 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:23.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:23 smithi178 bash[77880]: audit 2024-03-21T13:08:22.566645+0000 mon.a (mon.0) 3984 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:23.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:23 smithi178 bash[77880]: audit 2024-03-21T13:08:22.568521+0000 mon.a (mon.0) 3985 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:23.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:23 smithi178 bash[77880]: cluster 2024-03-21T13:08:22.573284+0000 mgr.x (mgr.34104) 2810 : cluster [DBG] pgmap v1851: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:23.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:23 smithi178 bash[77880]: cluster 2024-03-21T13:08:22.574432+0000 mgr.x (mgr.34104) 2811 : cluster [DBG] pgmap v1852: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:23.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:23 smithi178 bash[77880]: audit 2024-03-21T13:08:22.582545+0000 mon.a (mon.0) 3986 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:23.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:23 smithi178 bash[77880]: cephadm 2024-03-21T13:08:22.584362+0000 mgr.x (mgr.34104) 2812 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:23.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:23 smithi178 bash[77880]: audit 2024-03-21T13:08:22.665322+0000 mon.a (mon.0) 3987 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:23.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:23 smithi178 bash[77880]: audit 2024-03-21T13:08:22.668394+0000 mon.a (mon.0) 3988 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:23.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:23 smithi178 bash[77880]: audit 2024-03-21T13:08:22.672314+0000 mon.a (mon.0) 3989 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:23.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:23 smithi178 bash[77880]: audit 2024-03-21T13:08:22.674089+0000 mon.a (mon.0) 3990 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:23.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:23 smithi178 bash[77880]: cluster 2024-03-21T13:08:22.678223+0000 mgr.x (mgr.34104) 2813 : cluster [DBG] pgmap v1853: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:23.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:23 smithi178 bash[77880]: cluster 2024-03-21T13:08:22.679308+0000 mgr.x (mgr.34104) 2814 : cluster [DBG] pgmap v1854: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:23.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:23 smithi178 bash[77880]: audit 2024-03-21T13:08:22.686748+0000 mon.a (mon.0) 3991 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:23.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:23 smithi178 bash[77880]: cephadm 2024-03-21T13:08:22.688629+0000 mgr.x (mgr.34104) 2815 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:23.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:23 smithi178 bash[77880]: audit 2024-03-21T13:08:22.768032+0000 mon.a (mon.0) 3992 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:23.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:23 smithi178 bash[77880]: audit 2024-03-21T13:08:22.771125+0000 mon.a (mon.0) 3993 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:23.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:23 smithi178 bash[77880]: audit 2024-03-21T13:08:22.774324+0000 mon.a (mon.0) 3994 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:23.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:23 smithi178 bash[77880]: audit 2024-03-21T13:08:22.775561+0000 mon.a (mon.0) 3995 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:23.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:23 smithi178 bash[77880]: cluster 2024-03-21T13:08:22.779188+0000 mgr.x (mgr.34104) 2816 : cluster [DBG] pgmap v1855: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:23.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:23 smithi178 bash[77880]: cluster 2024-03-21T13:08:22.780213+0000 mgr.x (mgr.34104) 2817 : cluster [DBG] pgmap v1856: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:23.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:23 smithi178 bash[77880]: audit 2024-03-21T13:08:22.787046+0000 mon.a (mon.0) 3996 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:23.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:23 smithi178 bash[77880]: cephadm 2024-03-21T13:08:22.788764+0000 mgr.x (mgr.34104) 2818 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:23.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:23 smithi178 bash[77880]: audit 2024-03-21T13:08:22.869616+0000 mon.a (mon.0) 3997 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:23.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:23 smithi178 bash[77880]: audit 2024-03-21T13:08:22.874277+0000 mon.a (mon.0) 3998 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:23.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:23 smithi178 bash[77880]: audit 2024-03-21T13:08:22.878099+0000 mon.a (mon.0) 3999 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:23.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:23 smithi178 bash[77880]: audit 2024-03-21T13:08:22.879868+0000 mon.a (mon.0) 4000 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:23.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:23 smithi178 bash[77880]: cluster 2024-03-21T13:08:22.883645+0000 mgr.x (mgr.34104) 2819 : cluster [DBG] pgmap v1857: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:23.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:23 smithi178 bash[77880]: cluster 2024-03-21T13:08:22.884341+0000 mgr.x (mgr.34104) 2820 : cluster [DBG] pgmap v1858: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:23.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:23 smithi178 bash[77880]: audit 2024-03-21T13:08:22.891786+0000 mon.a (mon.0) 4001 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:23.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:23 smithi178 bash[77880]: cephadm 2024-03-21T13:08:22.893934+0000 mgr.x (mgr.34104) 2821 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:23.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:23 smithi178 bash[77880]: audit 2024-03-21T13:08:22.972092+0000 mon.a (mon.0) 4002 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:23.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:23 smithi178 bash[77880]: audit 2024-03-21T13:08:22.975933+0000 mon.a (mon.0) 4003 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:23.811 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:23 smithi178 bash[75692]: cluster 2024-03-21T13:08:22.469378+0000 mgr.x (mgr.34104) 2808 : cluster [DBG] pgmap v1850: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:23.811 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:23 smithi178 bash[75692]: audit 2024-03-21T13:08:22.477285+0000 mon.a (mon.0) 3981 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:23.812 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:23 smithi178 bash[75692]: cephadm 2024-03-21T13:08:22.479095+0000 mgr.x (mgr.34104) 2809 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:23.812 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:23 smithi178 bash[75692]: audit 2024-03-21T13:08:22.559881+0000 mon.a (mon.0) 3982 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:23.812 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:23 smithi178 bash[75692]: audit 2024-03-21T13:08:22.563128+0000 mon.a (mon.0) 3983 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:23.812 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:23 smithi178 bash[75692]: audit 2024-03-21T13:08:22.566645+0000 mon.a (mon.0) 3984 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:23.812 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:23 smithi178 bash[75692]: audit 2024-03-21T13:08:22.568521+0000 mon.a (mon.0) 3985 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:23.812 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:23 smithi178 bash[75692]: cluster 2024-03-21T13:08:22.573284+0000 mgr.x (mgr.34104) 2810 : cluster [DBG] pgmap v1851: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:23.812 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:23 smithi178 bash[75692]: cluster 2024-03-21T13:08:22.574432+0000 mgr.x (mgr.34104) 2811 : cluster [DBG] pgmap v1852: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:23.812 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:23 smithi178 bash[75692]: audit 2024-03-21T13:08:22.582545+0000 mon.a (mon.0) 3986 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:23.812 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:23 smithi178 bash[75692]: cephadm 2024-03-21T13:08:22.584362+0000 mgr.x (mgr.34104) 2812 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:23.812 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:23 smithi178 bash[75692]: audit 2024-03-21T13:08:22.665322+0000 mon.a (mon.0) 3987 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:23.812 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:23 smithi178 bash[75692]: audit 2024-03-21T13:08:22.668394+0000 mon.a (mon.0) 3988 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:23.812 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:23 smithi178 bash[75692]: audit 2024-03-21T13:08:22.672314+0000 mon.a (mon.0) 3989 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:23.812 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:23 smithi178 bash[75692]: audit 2024-03-21T13:08:22.674089+0000 mon.a (mon.0) 3990 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:23.812 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:23 smithi178 bash[75692]: cluster 2024-03-21T13:08:22.678223+0000 mgr.x (mgr.34104) 2813 : cluster [DBG] pgmap v1853: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:23.813 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:23 smithi178 bash[75692]: cluster 2024-03-21T13:08:22.679308+0000 mgr.x (mgr.34104) 2814 : cluster [DBG] pgmap v1854: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:23.813 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:23 smithi178 bash[75692]: audit 2024-03-21T13:08:22.686748+0000 mon.a (mon.0) 3991 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:23.813 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:23 smithi178 bash[75692]: cephadm 2024-03-21T13:08:22.688629+0000 mgr.x (mgr.34104) 2815 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:23.814 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:23 smithi178 bash[77880]: audit 2024-03-21T13:08:22.980348+0000 mon.a (mon.0) 4004 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:23.814 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:23 smithi178 bash[77880]: audit 2024-03-21T13:08:22.982027+0000 mon.a (mon.0) 4005 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:23.814 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:23 smithi178 bash[77880]: cluster 2024-03-21T13:08:22.985874+0000 mgr.x (mgr.34104) 2822 : cluster [DBG] pgmap v1859: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:23.814 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:23 smithi178 bash[77880]: cluster 2024-03-21T13:08:22.986299+0000 mgr.x (mgr.34104) 2823 : cluster [DBG] pgmap v1860: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:23.814 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:23 smithi178 bash[77880]: audit 2024-03-21T13:08:22.994031+0000 mon.a (mon.0) 4006 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:23.814 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:23 smithi178 bash[77880]: cephadm 2024-03-21T13:08:22.995808+0000 mgr.x (mgr.34104) 2824 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:23.814 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:23 smithi178 bash[77880]: audit 2024-03-21T13:08:23.078733+0000 mon.a (mon.0) 4007 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:23.814 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:23 smithi178 bash[77880]: audit 2024-03-21T13:08:23.082165+0000 mon.a (mon.0) 4008 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:23.814 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:23 smithi178 bash[77880]: audit 2024-03-21T13:08:23.085750+0000 mon.a (mon.0) 4009 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:23.814 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:23 smithi178 bash[77880]: audit 2024-03-21T13:08:23.087011+0000 mon.a (mon.0) 4010 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:23.814 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:23 smithi178 bash[77880]: cluster 2024-03-21T13:08:23.090368+0000 mgr.x (mgr.34104) 2825 : cluster [DBG] pgmap v1861: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:23.814 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:23 smithi178 bash[77880]: cluster 2024-03-21T13:08:23.091083+0000 mgr.x (mgr.34104) 2826 : cluster [DBG] pgmap v1862: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:23.815 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:23 smithi178 bash[77880]: audit 2024-03-21T13:08:23.098746+0000 mon.a (mon.0) 4011 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:23.815 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:23 smithi178 bash[77880]: cephadm 2024-03-21T13:08:23.100860+0000 mgr.x (mgr.34104) 2827 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:23.815 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:23 smithi178 bash[77880]: audit 2024-03-21T13:08:23.176512+0000 mon.a (mon.0) 4012 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:23.815 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:23 smithi178 bash[77880]: audit 2024-03-21T13:08:23.180768+0000 mon.a (mon.0) 4013 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:23.815 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:23 smithi178 bash[77880]: audit 2024-03-21T13:08:23.184221+0000 mon.a (mon.0) 4014 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:23.815 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:23 smithi178 bash[77880]: audit 2024-03-21T13:08:23.185509+0000 mon.a (mon.0) 4015 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:23.815 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:23 smithi178 bash[77880]: cluster 2024-03-21T13:08:23.188570+0000 mgr.x (mgr.34104) 2828 : cluster [DBG] pgmap v1863: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:23.815 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:23 smithi178 bash[77880]: cluster 2024-03-21T13:08:23.188892+0000 mgr.x (mgr.34104) 2829 : cluster [DBG] pgmap v1864: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:23.815 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:23 smithi178 bash[77880]: audit 2024-03-21T13:08:23.196898+0000 mon.a (mon.0) 4016 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:23.815 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:23 smithi178 bash[77880]: cephadm 2024-03-21T13:08:23.198657+0000 mgr.x (mgr.34104) 2830 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:23.815 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:23 smithi178 bash[77880]: audit 2024-03-21T13:08:23.275889+0000 mon.a (mon.0) 4017 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:23.815 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:23 smithi178 bash[77880]: audit 2024-03-21T13:08:23.279090+0000 mon.a (mon.0) 4018 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:23.815 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:23 smithi178 bash[77880]: audit 2024-03-21T13:08:23.282647+0000 mon.a (mon.0) 4019 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:23.815 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:23 smithi178 bash[77880]: audit 2024-03-21T13:08:23.284093+0000 mon.a (mon.0) 4020 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:23.816 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:23 smithi178 bash[77880]: audit 2024-03-21T13:08:23.295649+0000 mon.a (mon.0) 4021 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:23.816 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:23 smithi178 bash[75692]: audit 2024-03-21T13:08:22.768032+0000 mon.a (mon.0) 3992 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:23.817 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:23 smithi178 bash[75692]: audit 2024-03-21T13:08:22.771125+0000 mon.a (mon.0) 3993 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:23.817 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:23 smithi178 bash[75692]: audit 2024-03-21T13:08:22.774324+0000 mon.a (mon.0) 3994 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:23.817 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:23 smithi178 bash[75692]: audit 2024-03-21T13:08:22.775561+0000 mon.a (mon.0) 3995 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:23.817 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:23 smithi178 bash[75692]: cluster 2024-03-21T13:08:22.779188+0000 mgr.x (mgr.34104) 2816 : cluster [DBG] pgmap v1855: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:23.817 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:23 smithi178 bash[75692]: cluster 2024-03-21T13:08:22.780213+0000 mgr.x (mgr.34104) 2817 : cluster [DBG] pgmap v1856: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:23.817 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:23 smithi178 bash[75692]: audit 2024-03-21T13:08:22.787046+0000 mon.a (mon.0) 3996 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:23.817 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:23 smithi178 bash[75692]: cephadm 2024-03-21T13:08:22.788764+0000 mgr.x (mgr.34104) 2818 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:23.817 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:23 smithi178 bash[75692]: audit 2024-03-21T13:08:22.869616+0000 mon.a (mon.0) 3997 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:23.817 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:23 smithi178 bash[75692]: audit 2024-03-21T13:08:22.874277+0000 mon.a (mon.0) 3998 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:23.818 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:23 smithi178 bash[75692]: audit 2024-03-21T13:08:22.878099+0000 mon.a (mon.0) 3999 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:23.818 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:23 smithi178 bash[75692]: audit 2024-03-21T13:08:22.879868+0000 mon.a (mon.0) 4000 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:23.818 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:23 smithi178 bash[75692]: cluster 2024-03-21T13:08:22.883645+0000 mgr.x (mgr.34104) 2819 : cluster [DBG] pgmap v1857: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:23.818 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:23 smithi178 bash[75692]: cluster 2024-03-21T13:08:22.884341+0000 mgr.x (mgr.34104) 2820 : cluster [DBG] pgmap v1858: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:23.819 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:23 smithi178 bash[75692]: audit 2024-03-21T13:08:22.891786+0000 mon.a (mon.0) 4001 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:23.819 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:23 smithi178 bash[75692]: cephadm 2024-03-21T13:08:22.893934+0000 mgr.x (mgr.34104) 2821 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:23.819 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:23 smithi178 bash[75692]: audit 2024-03-21T13:08:22.972092+0000 mon.a (mon.0) 4002 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:23.819 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:23 smithi178 bash[75692]: audit 2024-03-21T13:08:22.975933+0000 mon.a (mon.0) 4003 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:23.819 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:23 smithi178 bash[75692]: audit 2024-03-21T13:08:22.980348+0000 mon.a (mon.0) 4004 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:23.819 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:23 smithi178 bash[75692]: audit 2024-03-21T13:08:22.982027+0000 mon.a (mon.0) 4005 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:23.819 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:23 smithi178 bash[75692]: cluster 2024-03-21T13:08:22.985874+0000 mgr.x (mgr.34104) 2822 : cluster [DBG] pgmap v1859: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:23.819 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:23 smithi178 bash[75692]: cluster 2024-03-21T13:08:22.986299+0000 mgr.x (mgr.34104) 2823 : cluster [DBG] pgmap v1860: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:23.819 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:23 smithi178 bash[75692]: audit 2024-03-21T13:08:22.994031+0000 mon.a (mon.0) 4006 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:23.819 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:23 smithi178 bash[75692]: cephadm 2024-03-21T13:08:22.995808+0000 mgr.x (mgr.34104) 2824 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:23.819 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:23 smithi178 bash[75692]: audit 2024-03-21T13:08:23.078733+0000 mon.a (mon.0) 4007 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:23.819 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:23 smithi178 bash[75692]: audit 2024-03-21T13:08:23.082165+0000 mon.a (mon.0) 4008 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:23.819 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:23 smithi178 bash[75692]: audit 2024-03-21T13:08:23.085750+0000 mon.a (mon.0) 4009 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:23.819 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:23 smithi178 bash[75692]: audit 2024-03-21T13:08:23.087011+0000 mon.a (mon.0) 4010 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:23.820 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:23 smithi178 bash[75692]: cluster 2024-03-21T13:08:23.090368+0000 mgr.x (mgr.34104) 2825 : cluster [DBG] pgmap v1861: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:23.820 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:23 smithi178 bash[75692]: cluster 2024-03-21T13:08:23.091083+0000 mgr.x (mgr.34104) 2826 : cluster [DBG] pgmap v1862: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:23.820 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:23 smithi178 bash[75692]: audit 2024-03-21T13:08:23.098746+0000 mon.a (mon.0) 4011 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:23.820 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:23 smithi178 bash[75692]: cephadm 2024-03-21T13:08:23.100860+0000 mgr.x (mgr.34104) 2827 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:23.820 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:23 smithi178 bash[75692]: audit 2024-03-21T13:08:23.176512+0000 mon.a (mon.0) 4012 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:23.820 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:23 smithi178 bash[75692]: audit 2024-03-21T13:08:23.180768+0000 mon.a (mon.0) 4013 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:23.820 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:23 smithi178 bash[75692]: audit 2024-03-21T13:08:23.184221+0000 mon.a (mon.0) 4014 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:23.820 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:23 smithi178 bash[75692]: audit 2024-03-21T13:08:23.185509+0000 mon.a (mon.0) 4015 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:23.820 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:23 smithi178 bash[75692]: cluster 2024-03-21T13:08:23.188570+0000 mgr.x (mgr.34104) 2828 : cluster [DBG] pgmap v1863: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:23.820 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:23 smithi178 bash[75692]: cluster 2024-03-21T13:08:23.188892+0000 mgr.x (mgr.34104) 2829 : cluster [DBG] pgmap v1864: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:23.820 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:23 smithi178 bash[75692]: audit 2024-03-21T13:08:23.196898+0000 mon.a (mon.0) 4016 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:23.820 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:23 smithi178 bash[75692]: cephadm 2024-03-21T13:08:23.198657+0000 mgr.x (mgr.34104) 2830 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:23.820 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:23 smithi178 bash[75692]: audit 2024-03-21T13:08:23.275889+0000 mon.a (mon.0) 4017 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:23.821 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:23 smithi178 bash[75692]: audit 2024-03-21T13:08:23.279090+0000 mon.a (mon.0) 4018 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:23.821 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:23 smithi178 bash[75692]: audit 2024-03-21T13:08:23.282647+0000 mon.a (mon.0) 4019 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:23.821 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:23 smithi178 bash[75692]: audit 2024-03-21T13:08:23.284093+0000 mon.a (mon.0) 4020 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:23.821 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:23 smithi178 bash[75692]: audit 2024-03-21T13:08:23.295649+0000 mon.a (mon.0) 4021 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:24.078 INFO:journalctl@ceph.osd.4.smithi184.stdout:Mar 21 13:08:23 smithi184 bash[66834]: debug 2024-03-21T13:08:23.714+0000 7fdd3c1d27c0 -1 osd.4 0 read_superblock omap replica is missing. 2024-03-21T13:08:24.078 INFO:journalctl@ceph.osd.4.smithi184.stdout:Mar 21 13:08:23 smithi184 bash[66834]: debug 2024-03-21T13:08:23.762+0000 7fdd3c1d27c0 -1 osd.4 148 log_to_monitors true 2024-03-21T13:08:24.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:24 smithi184 bash[59794]: cluster 2024-03-21T13:08:23.287470+0000 mgr.x (mgr.34104) 2831 : cluster [DBG] pgmap v1865: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:24.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:24 smithi184 bash[59794]: cluster 2024-03-21T13:08:23.288059+0000 mgr.x (mgr.34104) 2832 : cluster [DBG] pgmap v1866: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:24.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:24 smithi184 bash[59794]: cephadm 2024-03-21T13:08:23.297550+0000 mgr.x (mgr.34104) 2833 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:24.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:24 smithi184 bash[59794]: audit 2024-03-21T13:08:23.378905+0000 mon.a (mon.0) 4022 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:24.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:24 smithi184 bash[59794]: audit 2024-03-21T13:08:23.383351+0000 mon.a (mon.0) 4023 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:24.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:24 smithi184 bash[59794]: audit 2024-03-21T13:08:23.387524+0000 mon.a (mon.0) 4024 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:24.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:24 smithi184 bash[59794]: audit 2024-03-21T13:08:23.389107+0000 mon.a (mon.0) 4025 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:24.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:24 smithi184 bash[59794]: cluster 2024-03-21T13:08:23.392245+0000 mgr.x (mgr.34104) 2834 : cluster [DBG] pgmap v1867: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:24.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:24 smithi184 bash[59794]: cluster 2024-03-21T13:08:23.392577+0000 mgr.x (mgr.34104) 2835 : cluster [DBG] pgmap v1868: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:24.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:24 smithi184 bash[59794]: audit 2024-03-21T13:08:23.400014+0000 mon.a (mon.0) 4026 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:24.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:24 smithi184 bash[59794]: cephadm 2024-03-21T13:08:23.401873+0000 mgr.x (mgr.34104) 2836 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:24.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:24 smithi184 bash[59794]: audit 2024-03-21T13:08:23.480432+0000 mon.a (mon.0) 4027 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:24.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:24 smithi184 bash[59794]: audit 2024-03-21T13:08:23.483725+0000 mon.a (mon.0) 4028 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:24.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:24 smithi184 bash[59794]: audit 2024-03-21T13:08:23.487976+0000 mon.a (mon.0) 4029 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:24.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:24 smithi184 bash[59794]: audit 2024-03-21T13:08:23.489702+0000 mon.a (mon.0) 4030 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:24.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:24 smithi184 bash[59794]: cluster 2024-03-21T13:08:23.493862+0000 mgr.x (mgr.34104) 2837 : cluster [DBG] pgmap v1869: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:24.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:24 smithi184 bash[59794]: cluster 2024-03-21T13:08:23.494748+0000 mgr.x (mgr.34104) 2838 : cluster [DBG] pgmap v1870: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:24.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:24 smithi184 bash[59794]: audit 2024-03-21T13:08:23.501408+0000 mon.a (mon.0) 4031 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:24.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:24 smithi184 bash[59794]: cephadm 2024-03-21T13:08:23.503268+0000 mgr.x (mgr.34104) 2839 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:24.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:24 smithi184 bash[59794]: audit 2024-03-21T13:08:23.585549+0000 mon.a (mon.0) 4032 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:24.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:24 smithi184 bash[59794]: audit 2024-03-21T13:08:23.588678+0000 mon.a (mon.0) 4033 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:24.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:24 smithi184 bash[59794]: audit 2024-03-21T13:08:23.591543+0000 mon.a (mon.0) 4034 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:24.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:24 smithi184 bash[59794]: audit 2024-03-21T13:08:23.593089+0000 mon.a (mon.0) 4035 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:24.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:24 smithi184 bash[59794]: cluster 2024-03-21T13:08:23.596775+0000 mgr.x (mgr.34104) 2840 : cluster [DBG] pgmap v1871: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:24.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:24 smithi184 bash[59794]: cluster 2024-03-21T13:08:23.597470+0000 mgr.x (mgr.34104) 2841 : cluster [DBG] pgmap v1872: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:24.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:24 smithi184 bash[59794]: audit 2024-03-21T13:08:23.603844+0000 mon.a (mon.0) 4036 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:24.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:24 smithi184 bash[59794]: cephadm 2024-03-21T13:08:23.605545+0000 mgr.x (mgr.34104) 2842 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:24.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:24 smithi184 bash[59794]: audit 2024-03-21T13:08:23.682561+0000 mon.a (mon.0) 4037 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:24.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:24 smithi184 bash[59794]: audit 2024-03-21T13:08:23.686088+0000 mon.a (mon.0) 4038 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:24.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:24 smithi184 bash[59794]: audit 2024-03-21T13:08:23.690590+0000 mon.a (mon.0) 4039 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:24.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:24 smithi184 bash[59794]: audit 2024-03-21T13:08:23.692015+0000 mon.a (mon.0) 4040 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:24.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:24 smithi184 bash[59794]: cluster 2024-03-21T13:08:23.695101+0000 mgr.x (mgr.34104) 2843 : cluster [DBG] pgmap v1873: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:24.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:24 smithi184 bash[59794]: cluster 2024-03-21T13:08:23.695638+0000 mgr.x (mgr.34104) 2844 : cluster [DBG] pgmap v1874: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:24.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:24 smithi184 bash[59794]: audit 2024-03-21T13:08:23.703419+0000 mon.a (mon.0) 4041 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:24.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:24 smithi184 bash[59794]: cephadm 2024-03-21T13:08:23.705175+0000 mgr.x (mgr.34104) 2845 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:24.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:24 smithi184 bash[59794]: audit 2024-03-21T13:08:23.770691+0000 mon.a (mon.0) 4042 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-03-21T13:08:24.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:24 smithi184 bash[59794]: audit 2024-03-21T13:08:23.771120+0000 mon.b (mon.2) 5 : audit [INF] from='osd.4 [v2:172.21.15.184:6800/3106877894,v1:172.21.15.184:6801/3106877894]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-03-21T13:08:24.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:24 smithi184 bash[59794]: cluster 2024-03-21T13:08:23.772155+0000 mon.a (mon.0) 4043 : cluster [WRN] Health check update: Degraded data redundancy: 95/630 objects degraded (15.079%), 23 pgs degraded (PG_DEGRADED) 2024-03-21T13:08:24.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:24 smithi184 bash[59794]: audit 2024-03-21T13:08:23.780197+0000 mon.a (mon.0) 4044 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:24.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:24 smithi184 bash[59794]: audit 2024-03-21T13:08:23.785258+0000 mon.a (mon.0) 4045 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:24.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:24 smithi184 bash[59794]: audit 2024-03-21T13:08:23.788961+0000 mon.a (mon.0) 4046 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:24.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:24 smithi184 bash[59794]: audit 2024-03-21T13:08:23.790057+0000 mon.a (mon.0) 4047 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:24.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:24 smithi184 bash[59794]: cluster 2024-03-21T13:08:23.793363+0000 mgr.x (mgr.34104) 2846 : cluster [DBG] pgmap v1875: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:24.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:24 smithi184 bash[59794]: cluster 2024-03-21T13:08:23.793799+0000 mgr.x (mgr.34104) 2847 : cluster [DBG] pgmap v1876: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:24.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:24 smithi184 bash[59794]: audit 2024-03-21T13:08:23.802160+0000 mon.a (mon.0) 4048 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:24.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:24 smithi184 bash[59794]: cephadm 2024-03-21T13:08:23.804101+0000 mgr.x (mgr.34104) 2848 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:24.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:24 smithi184 bash[59794]: audit 2024-03-21T13:08:23.887019+0000 mon.a (mon.0) 4049 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:24.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:24 smithi184 bash[59794]: audit 2024-03-21T13:08:23.890457+0000 mon.a (mon.0) 4050 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:24.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:24 smithi184 bash[59794]: audit 2024-03-21T13:08:23.893250+0000 mon.a (mon.0) 4051 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:24.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:24 smithi184 bash[59794]: audit 2024-03-21T13:08:23.894586+0000 mon.a (mon.0) 4052 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:24.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:24 smithi184 bash[59794]: cluster 2024-03-21T13:08:23.897889+0000 mgr.x (mgr.34104) 2849 : cluster [DBG] pgmap v1877: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s; 95/630 objects degraded (15.079%) 2024-03-21T13:08:24.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:24 smithi184 bash[59794]: cluster 2024-03-21T13:08:23.898302+0000 mgr.x (mgr.34104) 2850 : cluster [DBG] pgmap v1878: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s; 95/630 objects degraded (15.079%) 2024-03-21T13:08:24.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:24 smithi184 bash[59794]: audit 2024-03-21T13:08:23.905997+0000 mon.a (mon.0) 4053 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:24.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:24 smithi184 bash[59794]: cephadm 2024-03-21T13:08:23.907877+0000 mgr.x (mgr.34104) 2851 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:24.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:24 smithi184 bash[59794]: audit 2024-03-21T13:08:23.989228+0000 mon.a (mon.0) 4054 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:24.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:24 smithi184 bash[59794]: audit 2024-03-21T13:08:23.992085+0000 mon.a (mon.0) 4055 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:24.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:24 smithi184 bash[59794]: audit 2024-03-21T13:08:23.994948+0000 mon.a (mon.0) 4056 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:24.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:24 smithi184 bash[59794]: audit 2024-03-21T13:08:23.996244+0000 mon.a (mon.0) 4057 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:24.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:24 smithi184 bash[59794]: cluster 2024-03-21T13:08:23.999636+0000 mgr.x (mgr.34104) 2852 : cluster [DBG] pgmap v1879: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s; 95/630 objects degraded (15.079%) 2024-03-21T13:08:24.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:24 smithi184 bash[59794]: cluster 2024-03-21T13:08:24.000184+0000 mgr.x (mgr.34104) 2853 : cluster [DBG] pgmap v1880: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s; 95/630 objects degraded (15.079%) 2024-03-21T13:08:24.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:24 smithi184 bash[59794]: audit 2024-03-21T13:08:24.008241+0000 mon.a (mon.0) 4058 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:24.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:24 smithi184 bash[59794]: cephadm 2024-03-21T13:08:24.009978+0000 mgr.x (mgr.34104) 2854 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:24.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:24 smithi184 bash[59794]: audit 2024-03-21T13:08:24.091322+0000 mon.a (mon.0) 4059 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:24.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:24 smithi184 bash[59794]: audit 2024-03-21T13:08:24.094575+0000 mon.a (mon.0) 4060 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:24.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:24 smithi184 bash[59794]: audit 2024-03-21T13:08:24.098062+0000 mon.a (mon.0) 4061 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:24.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:24 smithi184 bash[59794]: audit 2024-03-21T13:08:24.099469+0000 mon.a (mon.0) 4062 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:24.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:24 smithi184 bash[59794]: cluster 2024-03-21T13:08:24.103207+0000 mgr.x (mgr.34104) 2855 : cluster [DBG] pgmap v1881: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s; 95/630 objects degraded (15.079%) 2024-03-21T13:08:24.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:24 smithi184 bash[59794]: cluster 2024-03-21T13:08:24.103753+0000 mgr.x (mgr.34104) 2856 : cluster [DBG] pgmap v1882: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s; 95/630 objects degraded (15.079%) 2024-03-21T13:08:24.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:24 smithi184 bash[59794]: audit 2024-03-21T13:08:24.111748+0000 mon.a (mon.0) 4063 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:24.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:24 smithi184 bash[59794]: cephadm 2024-03-21T13:08:24.119684+0000 mgr.x (mgr.34104) 2857 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:24.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:24 smithi184 bash[59794]: audit 2024-03-21T13:08:24.198028+0000 mon.a (mon.0) 4064 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:24.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:24 smithi184 bash[59794]: audit 2024-03-21T13:08:24.201589+0000 mon.a (mon.0) 4065 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:24.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:24 smithi184 bash[59794]: audit 2024-03-21T13:08:24.205791+0000 mon.a (mon.0) 4066 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:24.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:24 smithi184 bash[59794]: audit 2024-03-21T13:08:24.207531+0000 mon.a (mon.0) 4067 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:24.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:24 smithi184 bash[59794]: cluster 2024-03-21T13:08:24.211295+0000 mgr.x (mgr.34104) 2858 : cluster [DBG] pgmap v1883: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:24.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:24 smithi184 bash[59794]: cluster 2024-03-21T13:08:24.211975+0000 mgr.x (mgr.34104) 2859 : cluster [DBG] pgmap v1884: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:24.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:24 smithi184 bash[59794]: audit 2024-03-21T13:08:24.219396+0000 mon.a (mon.0) 4068 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:24.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:24 smithi184 bash[59794]: cephadm 2024-03-21T13:08:24.221239+0000 mgr.x (mgr.34104) 2860 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:24.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:24 smithi184 bash[59794]: audit 2024-03-21T13:08:24.297381+0000 mon.a (mon.0) 4069 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:24.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:24 smithi184 bash[59794]: audit 2024-03-21T13:08:24.300627+0000 mon.a (mon.0) 4070 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:24.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:24 smithi184 bash[59794]: audit 2024-03-21T13:08:24.304445+0000 mon.a (mon.0) 4071 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:24.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:24 smithi184 bash[59794]: audit 2024-03-21T13:08:24.305763+0000 mon.a (mon.0) 4072 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:24.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:24 smithi178 bash[75692]: cluster 2024-03-21T13:08:23.287470+0000 mgr.x (mgr.34104) 2831 : cluster [DBG] pgmap v1865: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:24.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:24 smithi178 bash[75692]: cluster 2024-03-21T13:08:23.288059+0000 mgr.x (mgr.34104) 2832 : cluster [DBG] pgmap v1866: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:24.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:24 smithi178 bash[75692]: cephadm 2024-03-21T13:08:23.297550+0000 mgr.x (mgr.34104) 2833 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:24.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:24 smithi178 bash[75692]: audit 2024-03-21T13:08:23.378905+0000 mon.a (mon.0) 4022 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:24.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:24 smithi178 bash[75692]: audit 2024-03-21T13:08:23.383351+0000 mon.a (mon.0) 4023 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:24.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:24 smithi178 bash[75692]: audit 2024-03-21T13:08:23.387524+0000 mon.a (mon.0) 4024 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:24.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:24 smithi178 bash[75692]: audit 2024-03-21T13:08:23.389107+0000 mon.a (mon.0) 4025 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:24.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:24 smithi178 bash[75692]: cluster 2024-03-21T13:08:23.392245+0000 mgr.x (mgr.34104) 2834 : cluster [DBG] pgmap v1867: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:24.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:24 smithi178 bash[75692]: cluster 2024-03-21T13:08:23.392577+0000 mgr.x (mgr.34104) 2835 : cluster [DBG] pgmap v1868: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:24.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:24 smithi178 bash[75692]: audit 2024-03-21T13:08:23.400014+0000 mon.a (mon.0) 4026 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:24.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:24 smithi178 bash[75692]: cephadm 2024-03-21T13:08:23.401873+0000 mgr.x (mgr.34104) 2836 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:24.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:24 smithi178 bash[75692]: audit 2024-03-21T13:08:23.480432+0000 mon.a (mon.0) 4027 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:24.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:24 smithi178 bash[75692]: audit 2024-03-21T13:08:23.483725+0000 mon.a (mon.0) 4028 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:24.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:24 smithi178 bash[75692]: audit 2024-03-21T13:08:23.487976+0000 mon.a (mon.0) 4029 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:24.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:24 smithi178 bash[75692]: audit 2024-03-21T13:08:23.489702+0000 mon.a (mon.0) 4030 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:24.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:24 smithi178 bash[75692]: cluster 2024-03-21T13:08:23.493862+0000 mgr.x (mgr.34104) 2837 : cluster [DBG] pgmap v1869: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:24.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:24 smithi178 bash[77880]: cluster 2024-03-21T13:08:23.287470+0000 mgr.x (mgr.34104) 2831 : cluster [DBG] pgmap v1865: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:24.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:24 smithi178 bash[77880]: cluster 2024-03-21T13:08:23.288059+0000 mgr.x (mgr.34104) 2832 : cluster [DBG] pgmap v1866: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:24.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:24 smithi178 bash[77880]: cephadm 2024-03-21T13:08:23.297550+0000 mgr.x (mgr.34104) 2833 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:24.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:24 smithi178 bash[77880]: audit 2024-03-21T13:08:23.378905+0000 mon.a (mon.0) 4022 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:24.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:24 smithi178 bash[77880]: audit 2024-03-21T13:08:23.383351+0000 mon.a (mon.0) 4023 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:24.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:24 smithi178 bash[77880]: audit 2024-03-21T13:08:23.387524+0000 mon.a (mon.0) 4024 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:24.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:24 smithi178 bash[77880]: audit 2024-03-21T13:08:23.389107+0000 mon.a (mon.0) 4025 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:24.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:24 smithi178 bash[77880]: cluster 2024-03-21T13:08:23.392245+0000 mgr.x (mgr.34104) 2834 : cluster [DBG] pgmap v1867: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:24.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:24 smithi178 bash[77880]: cluster 2024-03-21T13:08:23.392577+0000 mgr.x (mgr.34104) 2835 : cluster [DBG] pgmap v1868: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:24.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:24 smithi178 bash[77880]: audit 2024-03-21T13:08:23.400014+0000 mon.a (mon.0) 4026 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:24.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:24 smithi178 bash[77880]: cephadm 2024-03-21T13:08:23.401873+0000 mgr.x (mgr.34104) 2836 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:24.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:24 smithi178 bash[77880]: audit 2024-03-21T13:08:23.480432+0000 mon.a (mon.0) 4027 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:24.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:24 smithi178 bash[77880]: audit 2024-03-21T13:08:23.483725+0000 mon.a (mon.0) 4028 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:24.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:24 smithi178 bash[77880]: audit 2024-03-21T13:08:23.487976+0000 mon.a (mon.0) 4029 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:24.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:24 smithi178 bash[77880]: audit 2024-03-21T13:08:23.489702+0000 mon.a (mon.0) 4030 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:24.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:24 smithi178 bash[77880]: cluster 2024-03-21T13:08:23.493862+0000 mgr.x (mgr.34104) 2837 : cluster [DBG] pgmap v1869: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:24.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:24 smithi178 bash[75692]: cluster 2024-03-21T13:08:23.494748+0000 mgr.x (mgr.34104) 2838 : cluster [DBG] pgmap v1870: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:24.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:24 smithi178 bash[75692]: audit 2024-03-21T13:08:23.501408+0000 mon.a (mon.0) 4031 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:24.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:24 smithi178 bash[75692]: cephadm 2024-03-21T13:08:23.503268+0000 mgr.x (mgr.34104) 2839 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:24.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:24 smithi178 bash[75692]: audit 2024-03-21T13:08:23.585549+0000 mon.a (mon.0) 4032 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:24.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:24 smithi178 bash[75692]: audit 2024-03-21T13:08:23.588678+0000 mon.a (mon.0) 4033 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:24.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:24 smithi178 bash[75692]: audit 2024-03-21T13:08:23.591543+0000 mon.a (mon.0) 4034 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:24.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:24 smithi178 bash[75692]: audit 2024-03-21T13:08:23.593089+0000 mon.a (mon.0) 4035 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:24.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:24 smithi178 bash[75692]: cluster 2024-03-21T13:08:23.596775+0000 mgr.x (mgr.34104) 2840 : cluster [DBG] pgmap v1871: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:24.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:24 smithi178 bash[75692]: cluster 2024-03-21T13:08:23.597470+0000 mgr.x (mgr.34104) 2841 : cluster [DBG] pgmap v1872: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:24.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:24 smithi178 bash[75692]: audit 2024-03-21T13:08:23.603844+0000 mon.a (mon.0) 4036 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:24.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:24 smithi178 bash[75692]: cephadm 2024-03-21T13:08:23.605545+0000 mgr.x (mgr.34104) 2842 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:24.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:24 smithi178 bash[75692]: audit 2024-03-21T13:08:23.682561+0000 mon.a (mon.0) 4037 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:24.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:24 smithi178 bash[75692]: audit 2024-03-21T13:08:23.686088+0000 mon.a (mon.0) 4038 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:24.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:24 smithi178 bash[75692]: audit 2024-03-21T13:08:23.690590+0000 mon.a (mon.0) 4039 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:24.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:24 smithi178 bash[75692]: audit 2024-03-21T13:08:23.692015+0000 mon.a (mon.0) 4040 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:24.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:24 smithi178 bash[75692]: cluster 2024-03-21T13:08:23.695101+0000 mgr.x (mgr.34104) 2843 : cluster [DBG] pgmap v1873: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:24.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:24 smithi178 bash[75692]: cluster 2024-03-21T13:08:23.695638+0000 mgr.x (mgr.34104) 2844 : cluster [DBG] pgmap v1874: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:24.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:24 smithi178 bash[75692]: audit 2024-03-21T13:08:23.703419+0000 mon.a (mon.0) 4041 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:24.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:24 smithi178 bash[75692]: cephadm 2024-03-21T13:08:23.705175+0000 mgr.x (mgr.34104) 2845 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:24.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:24 smithi178 bash[77880]: cluster 2024-03-21T13:08:23.494748+0000 mgr.x (mgr.34104) 2838 : cluster [DBG] pgmap v1870: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:24.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:24 smithi178 bash[77880]: audit 2024-03-21T13:08:23.501408+0000 mon.a (mon.0) 4031 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:24.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:24 smithi178 bash[77880]: cephadm 2024-03-21T13:08:23.503268+0000 mgr.x (mgr.34104) 2839 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:24.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:24 smithi178 bash[77880]: audit 2024-03-21T13:08:23.585549+0000 mon.a (mon.0) 4032 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:24.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:24 smithi178 bash[77880]: audit 2024-03-21T13:08:23.588678+0000 mon.a (mon.0) 4033 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:24.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:24 smithi178 bash[77880]: audit 2024-03-21T13:08:23.591543+0000 mon.a (mon.0) 4034 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:24.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:24 smithi178 bash[77880]: audit 2024-03-21T13:08:23.593089+0000 mon.a (mon.0) 4035 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:24.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:24 smithi178 bash[77880]: cluster 2024-03-21T13:08:23.596775+0000 mgr.x (mgr.34104) 2840 : cluster [DBG] pgmap v1871: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:24.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:24 smithi178 bash[77880]: cluster 2024-03-21T13:08:23.597470+0000 mgr.x (mgr.34104) 2841 : cluster [DBG] pgmap v1872: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:24.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:24 smithi178 bash[77880]: audit 2024-03-21T13:08:23.603844+0000 mon.a (mon.0) 4036 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:24.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:24 smithi178 bash[77880]: cephadm 2024-03-21T13:08:23.605545+0000 mgr.x (mgr.34104) 2842 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:24.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:24 smithi178 bash[77880]: audit 2024-03-21T13:08:23.682561+0000 mon.a (mon.0) 4037 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:24.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:24 smithi178 bash[77880]: audit 2024-03-21T13:08:23.686088+0000 mon.a (mon.0) 4038 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:24.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:24 smithi178 bash[77880]: audit 2024-03-21T13:08:23.690590+0000 mon.a (mon.0) 4039 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:24.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:24 smithi178 bash[77880]: audit 2024-03-21T13:08:23.692015+0000 mon.a (mon.0) 4040 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:24.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:24 smithi178 bash[77880]: cluster 2024-03-21T13:08:23.695101+0000 mgr.x (mgr.34104) 2843 : cluster [DBG] pgmap v1873: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:24.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:24 smithi178 bash[77880]: cluster 2024-03-21T13:08:23.695638+0000 mgr.x (mgr.34104) 2844 : cluster [DBG] pgmap v1874: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:24.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:24 smithi178 bash[77880]: audit 2024-03-21T13:08:23.703419+0000 mon.a (mon.0) 4041 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:24.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:24 smithi178 bash[77880]: cephadm 2024-03-21T13:08:23.705175+0000 mgr.x (mgr.34104) 2845 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:24.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:24 smithi178 bash[75692]: audit 2024-03-21T13:08:23.770691+0000 mon.a (mon.0) 4042 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-03-21T13:08:24.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:24 smithi178 bash[75692]: audit 2024-03-21T13:08:23.771120+0000 mon.b (mon.2) 5 : audit [INF] from='osd.4 [v2:172.21.15.184:6800/3106877894,v1:172.21.15.184:6801/3106877894]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-03-21T13:08:24.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:24 smithi178 bash[75692]: cluster 2024-03-21T13:08:23.772155+0000 mon.a (mon.0) 4043 : cluster [WRN] Health check update: Degraded data redundancy: 95/630 objects degraded (15.079%), 23 pgs degraded (PG_DEGRADED) 2024-03-21T13:08:24.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:24 smithi178 bash[75692]: audit 2024-03-21T13:08:23.780197+0000 mon.a (mon.0) 4044 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:24.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:24 smithi178 bash[75692]: audit 2024-03-21T13:08:23.785258+0000 mon.a (mon.0) 4045 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:24.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:24 smithi178 bash[75692]: audit 2024-03-21T13:08:23.788961+0000 mon.a (mon.0) 4046 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:24.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:24 smithi178 bash[75692]: audit 2024-03-21T13:08:23.790057+0000 mon.a (mon.0) 4047 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:24.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:24 smithi178 bash[75692]: cluster 2024-03-21T13:08:23.793363+0000 mgr.x (mgr.34104) 2846 : cluster [DBG] pgmap v1875: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:24.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:24 smithi178 bash[75692]: cluster 2024-03-21T13:08:23.793799+0000 mgr.x (mgr.34104) 2847 : cluster [DBG] pgmap v1876: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:24.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:24 smithi178 bash[75692]: audit 2024-03-21T13:08:23.802160+0000 mon.a (mon.0) 4048 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:24.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:24 smithi178 bash[75692]: cephadm 2024-03-21T13:08:23.804101+0000 mgr.x (mgr.34104) 2848 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:24.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:24 smithi178 bash[75692]: audit 2024-03-21T13:08:23.887019+0000 mon.a (mon.0) 4049 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:24.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:24 smithi178 bash[75692]: audit 2024-03-21T13:08:23.890457+0000 mon.a (mon.0) 4050 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:24.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:24 smithi178 bash[75692]: audit 2024-03-21T13:08:23.893250+0000 mon.a (mon.0) 4051 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:24.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:24 smithi178 bash[75692]: audit 2024-03-21T13:08:23.894586+0000 mon.a (mon.0) 4052 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:24.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:24 smithi178 bash[75692]: cluster 2024-03-21T13:08:23.897889+0000 mgr.x (mgr.34104) 2849 : cluster [DBG] pgmap v1877: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s; 95/630 objects degraded (15.079%) 2024-03-21T13:08:24.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:24 smithi178 bash[75692]: cluster 2024-03-21T13:08:23.898302+0000 mgr.x (mgr.34104) 2850 : cluster [DBG] pgmap v1878: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s; 95/630 objects degraded (15.079%) 2024-03-21T13:08:24.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:24 smithi178 bash[77880]: audit 2024-03-21T13:08:23.770691+0000 mon.a (mon.0) 4042 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-03-21T13:08:24.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:24 smithi178 bash[77880]: audit 2024-03-21T13:08:23.771120+0000 mon.b (mon.2) 5 : audit [INF] from='osd.4 [v2:172.21.15.184:6800/3106877894,v1:172.21.15.184:6801/3106877894]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-03-21T13:08:24.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:24 smithi178 bash[77880]: cluster 2024-03-21T13:08:23.772155+0000 mon.a (mon.0) 4043 : cluster [WRN] Health check update: Degraded data redundancy: 95/630 objects degraded (15.079%), 23 pgs degraded (PG_DEGRADED) 2024-03-21T13:08:24.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:24 smithi178 bash[77880]: audit 2024-03-21T13:08:23.780197+0000 mon.a (mon.0) 4044 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:24.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:24 smithi178 bash[77880]: audit 2024-03-21T13:08:23.785258+0000 mon.a (mon.0) 4045 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:24.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:24 smithi178 bash[77880]: audit 2024-03-21T13:08:23.788961+0000 mon.a (mon.0) 4046 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:24.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:24 smithi178 bash[77880]: audit 2024-03-21T13:08:23.790057+0000 mon.a (mon.0) 4047 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:24.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:24 smithi178 bash[77880]: cluster 2024-03-21T13:08:23.793363+0000 mgr.x (mgr.34104) 2846 : cluster [DBG] pgmap v1875: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:24.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:24 smithi178 bash[77880]: cluster 2024-03-21T13:08:23.793799+0000 mgr.x (mgr.34104) 2847 : cluster [DBG] pgmap v1876: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:24.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:24 smithi178 bash[77880]: audit 2024-03-21T13:08:23.802160+0000 mon.a (mon.0) 4048 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:24.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:24 smithi178 bash[77880]: cephadm 2024-03-21T13:08:23.804101+0000 mgr.x (mgr.34104) 2848 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:24.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:24 smithi178 bash[77880]: audit 2024-03-21T13:08:23.887019+0000 mon.a (mon.0) 4049 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:24.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:24 smithi178 bash[77880]: audit 2024-03-21T13:08:23.890457+0000 mon.a (mon.0) 4050 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:24.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:24 smithi178 bash[77880]: audit 2024-03-21T13:08:23.893250+0000 mon.a (mon.0) 4051 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:24.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:24 smithi178 bash[77880]: audit 2024-03-21T13:08:23.894586+0000 mon.a (mon.0) 4052 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:24.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:24 smithi178 bash[77880]: cluster 2024-03-21T13:08:23.897889+0000 mgr.x (mgr.34104) 2849 : cluster [DBG] pgmap v1877: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s; 95/630 objects degraded (15.079%) 2024-03-21T13:08:24.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:24 smithi178 bash[77880]: cluster 2024-03-21T13:08:23.898302+0000 mgr.x (mgr.34104) 2850 : cluster [DBG] pgmap v1878: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s; 95/630 objects degraded (15.079%) 2024-03-21T13:08:24.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:24 smithi178 bash[75692]: audit 2024-03-21T13:08:23.905997+0000 mon.a (mon.0) 4053 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:24.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:24 smithi178 bash[75692]: cephadm 2024-03-21T13:08:23.907877+0000 mgr.x (mgr.34104) 2851 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:24.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:24 smithi178 bash[75692]: audit 2024-03-21T13:08:23.989228+0000 mon.a (mon.0) 4054 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:24.809 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:24 smithi178 bash[75692]: audit 2024-03-21T13:08:23.992085+0000 mon.a (mon.0) 4055 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:24.809 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:24 smithi178 bash[75692]: audit 2024-03-21T13:08:23.994948+0000 mon.a (mon.0) 4056 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:24.809 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:24 smithi178 bash[75692]: audit 2024-03-21T13:08:23.996244+0000 mon.a (mon.0) 4057 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:24.809 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:24 smithi178 bash[75692]: cluster 2024-03-21T13:08:23.999636+0000 mgr.x (mgr.34104) 2852 : cluster [DBG] pgmap v1879: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s; 95/630 objects degraded (15.079%) 2024-03-21T13:08:24.809 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:24 smithi178 bash[75692]: cluster 2024-03-21T13:08:24.000184+0000 mgr.x (mgr.34104) 2853 : cluster [DBG] pgmap v1880: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s; 95/630 objects degraded (15.079%) 2024-03-21T13:08:24.809 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:24 smithi178 bash[75692]: audit 2024-03-21T13:08:24.008241+0000 mon.a (mon.0) 4058 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:24.809 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:24 smithi178 bash[75692]: cephadm 2024-03-21T13:08:24.009978+0000 mgr.x (mgr.34104) 2854 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:24.809 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:24 smithi178 bash[75692]: audit 2024-03-21T13:08:24.091322+0000 mon.a (mon.0) 4059 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:24.809 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:24 smithi178 bash[75692]: audit 2024-03-21T13:08:24.094575+0000 mon.a (mon.0) 4060 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:24.809 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:24 smithi178 bash[75692]: audit 2024-03-21T13:08:24.098062+0000 mon.a (mon.0) 4061 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:24.809 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:24 smithi178 bash[75692]: audit 2024-03-21T13:08:24.099469+0000 mon.a (mon.0) 4062 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:24.809 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:24 smithi178 bash[75692]: cluster 2024-03-21T13:08:24.103207+0000 mgr.x (mgr.34104) 2855 : cluster [DBG] pgmap v1881: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s; 95/630 objects degraded (15.079%) 2024-03-21T13:08:24.809 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:24 smithi178 bash[75692]: cluster 2024-03-21T13:08:24.103753+0000 mgr.x (mgr.34104) 2856 : cluster [DBG] pgmap v1882: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s; 95/630 objects degraded (15.079%) 2024-03-21T13:08:24.809 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:24 smithi178 bash[75692]: audit 2024-03-21T13:08:24.111748+0000 mon.a (mon.0) 4063 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:24.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:24 smithi178 bash[77880]: audit 2024-03-21T13:08:23.905997+0000 mon.a (mon.0) 4053 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:24.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:24 smithi178 bash[77880]: cephadm 2024-03-21T13:08:23.907877+0000 mgr.x (mgr.34104) 2851 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:24.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:24 smithi178 bash[77880]: audit 2024-03-21T13:08:23.989228+0000 mon.a (mon.0) 4054 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:24.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:24 smithi178 bash[77880]: audit 2024-03-21T13:08:23.992085+0000 mon.a (mon.0) 4055 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:24.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:24 smithi178 bash[77880]: audit 2024-03-21T13:08:23.994948+0000 mon.a (mon.0) 4056 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:24.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:24 smithi178 bash[77880]: audit 2024-03-21T13:08:23.996244+0000 mon.a (mon.0) 4057 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:24.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:24 smithi178 bash[77880]: cluster 2024-03-21T13:08:23.999636+0000 mgr.x (mgr.34104) 2852 : cluster [DBG] pgmap v1879: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s; 95/630 objects degraded (15.079%) 2024-03-21T13:08:24.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:24 smithi178 bash[77880]: cluster 2024-03-21T13:08:24.000184+0000 mgr.x (mgr.34104) 2853 : cluster [DBG] pgmap v1880: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s; 95/630 objects degraded (15.079%) 2024-03-21T13:08:24.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:24 smithi178 bash[77880]: audit 2024-03-21T13:08:24.008241+0000 mon.a (mon.0) 4058 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:24.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:24 smithi178 bash[77880]: cephadm 2024-03-21T13:08:24.009978+0000 mgr.x (mgr.34104) 2854 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:24.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:24 smithi178 bash[77880]: audit 2024-03-21T13:08:24.091322+0000 mon.a (mon.0) 4059 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:24.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:24 smithi178 bash[77880]: audit 2024-03-21T13:08:24.094575+0000 mon.a (mon.0) 4060 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:24.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:24 smithi178 bash[77880]: audit 2024-03-21T13:08:24.098062+0000 mon.a (mon.0) 4061 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:24.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:24 smithi178 bash[77880]: audit 2024-03-21T13:08:24.099469+0000 mon.a (mon.0) 4062 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:24.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:24 smithi178 bash[77880]: cluster 2024-03-21T13:08:24.103207+0000 mgr.x (mgr.34104) 2855 : cluster [DBG] pgmap v1881: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s; 95/630 objects degraded (15.079%) 2024-03-21T13:08:24.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:24 smithi178 bash[77880]: cluster 2024-03-21T13:08:24.103753+0000 mgr.x (mgr.34104) 2856 : cluster [DBG] pgmap v1882: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s; 95/630 objects degraded (15.079%) 2024-03-21T13:08:24.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:24 smithi178 bash[77880]: audit 2024-03-21T13:08:24.111748+0000 mon.a (mon.0) 4063 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:24.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:24 smithi178 bash[77880]: cephadm 2024-03-21T13:08:24.119684+0000 mgr.x (mgr.34104) 2857 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:24.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:24 smithi178 bash[77880]: audit 2024-03-21T13:08:24.198028+0000 mon.a (mon.0) 4064 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:24.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:24 smithi178 bash[77880]: audit 2024-03-21T13:08:24.201589+0000 mon.a (mon.0) 4065 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:24.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:24 smithi178 bash[77880]: audit 2024-03-21T13:08:24.205791+0000 mon.a (mon.0) 4066 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:24.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:24 smithi178 bash[77880]: audit 2024-03-21T13:08:24.207531+0000 mon.a (mon.0) 4067 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:24.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:24 smithi178 bash[77880]: cluster 2024-03-21T13:08:24.211295+0000 mgr.x (mgr.34104) 2858 : cluster [DBG] pgmap v1883: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:24.812 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:24 smithi178 bash[77880]: cluster 2024-03-21T13:08:24.211975+0000 mgr.x (mgr.34104) 2859 : cluster [DBG] pgmap v1884: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:24.812 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:24 smithi178 bash[77880]: audit 2024-03-21T13:08:24.219396+0000 mon.a (mon.0) 4068 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:24.812 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:24 smithi178 bash[77880]: cephadm 2024-03-21T13:08:24.221239+0000 mgr.x (mgr.34104) 2860 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:24.812 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:24 smithi178 bash[77880]: audit 2024-03-21T13:08:24.297381+0000 mon.a (mon.0) 4069 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:24.812 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:24 smithi178 bash[77880]: audit 2024-03-21T13:08:24.300627+0000 mon.a (mon.0) 4070 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:24.812 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:24 smithi178 bash[77880]: audit 2024-03-21T13:08:24.304445+0000 mon.a (mon.0) 4071 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:24.812 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:24 smithi178 bash[77880]: audit 2024-03-21T13:08:24.305763+0000 mon.a (mon.0) 4072 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:24.812 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:24 smithi178 bash[75692]: cephadm 2024-03-21T13:08:24.119684+0000 mgr.x (mgr.34104) 2857 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:24.812 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:24 smithi178 bash[75692]: audit 2024-03-21T13:08:24.198028+0000 mon.a (mon.0) 4064 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:24.813 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:24 smithi178 bash[75692]: audit 2024-03-21T13:08:24.201589+0000 mon.a (mon.0) 4065 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:24.813 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:24 smithi178 bash[75692]: audit 2024-03-21T13:08:24.205791+0000 mon.a (mon.0) 4066 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:24.813 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:24 smithi178 bash[75692]: audit 2024-03-21T13:08:24.207531+0000 mon.a (mon.0) 4067 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:24.813 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:24 smithi178 bash[75692]: cluster 2024-03-21T13:08:24.211295+0000 mgr.x (mgr.34104) 2858 : cluster [DBG] pgmap v1883: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:24.813 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:24 smithi178 bash[75692]: cluster 2024-03-21T13:08:24.211975+0000 mgr.x (mgr.34104) 2859 : cluster [DBG] pgmap v1884: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:24.813 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:24 smithi178 bash[75692]: audit 2024-03-21T13:08:24.219396+0000 mon.a (mon.0) 4068 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:24.813 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:24 smithi178 bash[75692]: cephadm 2024-03-21T13:08:24.221239+0000 mgr.x (mgr.34104) 2860 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:24.813 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:24 smithi178 bash[75692]: audit 2024-03-21T13:08:24.297381+0000 mon.a (mon.0) 4069 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:24.813 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:24 smithi178 bash[75692]: audit 2024-03-21T13:08:24.300627+0000 mon.a (mon.0) 4070 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:24.813 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:24 smithi178 bash[75692]: audit 2024-03-21T13:08:24.304445+0000 mon.a (mon.0) 4071 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:24.813 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:24 smithi178 bash[75692]: audit 2024-03-21T13:08:24.305763+0000 mon.a (mon.0) 4072 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:25.323 INFO:journalctl@ceph.osd.4.smithi184.stdout:Mar 21 13:08:25 smithi184 bash[66834]: debug 2024-03-21T13:08:25.226+0000 7fdd29622700 -1 osd.4 148 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-03-21T13:08:25.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:25 smithi178 bash[77880]: cluster 2024-03-21T13:08:24.309222+0000 mgr.x (mgr.34104) 2861 : cluster [DBG] pgmap v1885: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:25.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:25 smithi178 bash[77880]: cluster 2024-03-21T13:08:24.309963+0000 mgr.x (mgr.34104) 2862 : cluster [DBG] pgmap v1886: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:25.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:25 smithi178 bash[77880]: audit 2024-03-21T13:08:24.328204+0000 mon.a (mon.0) 4073 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:25.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:25 smithi178 bash[77880]: cephadm 2024-03-21T13:08:24.329979+0000 mgr.x (mgr.34104) 2863 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:25.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:25 smithi178 bash[77880]: audit 2024-03-21T13:08:24.409822+0000 mon.a (mon.0) 4074 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:25.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:25 smithi178 bash[77880]: audit 2024-03-21T13:08:24.412859+0000 mon.a (mon.0) 4075 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:25.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:25 smithi178 bash[77880]: audit 2024-03-21T13:08:24.416384+0000 mon.a (mon.0) 4076 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:25.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:25 smithi178 bash[77880]: audit 2024-03-21T13:08:24.418429+0000 mon.a (mon.0) 4077 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:25.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:25 smithi178 bash[77880]: cluster 2024-03-21T13:08:24.422603+0000 mgr.x (mgr.34104) 2864 : cluster [DBG] pgmap v1887: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:25.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:25 smithi178 bash[77880]: cluster 2024-03-21T13:08:24.423210+0000 mgr.x (mgr.34104) 2865 : cluster [DBG] pgmap v1888: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:25.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:25 smithi178 bash[77880]: audit 2024-03-21T13:08:24.431419+0000 mon.a (mon.0) 4078 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:25.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:25 smithi178 bash[77880]: cephadm 2024-03-21T13:08:24.433403+0000 mgr.x (mgr.34104) 2866 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:25.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:25 smithi178 bash[77880]: audit 2024-03-21T13:08:24.513972+0000 mon.a (mon.0) 4079 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:25.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:25 smithi178 bash[77880]: audit 2024-03-21T13:08:24.517058+0000 mon.a (mon.0) 4080 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:25.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:25 smithi178 bash[77880]: audit 2024-03-21T13:08:24.520207+0000 mon.a (mon.0) 4081 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:25.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:25 smithi178 bash[77880]: audit 2024-03-21T13:08:24.521749+0000 mon.a (mon.0) 4082 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:25.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:25 smithi178 bash[77880]: cluster 2024-03-21T13:08:24.525362+0000 mgr.x (mgr.34104) 2867 : cluster [DBG] pgmap v1889: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:25.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:25 smithi178 bash[75692]: cluster 2024-03-21T13:08:24.309222+0000 mgr.x (mgr.34104) 2861 : cluster [DBG] pgmap v1885: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:25.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:25 smithi178 bash[75692]: cluster 2024-03-21T13:08:24.309963+0000 mgr.x (mgr.34104) 2862 : cluster [DBG] pgmap v1886: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:25.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:25 smithi178 bash[75692]: audit 2024-03-21T13:08:24.328204+0000 mon.a (mon.0) 4073 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:25.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:25 smithi178 bash[75692]: cephadm 2024-03-21T13:08:24.329979+0000 mgr.x (mgr.34104) 2863 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:25.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:25 smithi178 bash[75692]: audit 2024-03-21T13:08:24.409822+0000 mon.a (mon.0) 4074 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:25.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:25 smithi178 bash[75692]: audit 2024-03-21T13:08:24.412859+0000 mon.a (mon.0) 4075 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:25.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:25 smithi178 bash[75692]: audit 2024-03-21T13:08:24.416384+0000 mon.a (mon.0) 4076 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:25.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:25 smithi178 bash[75692]: audit 2024-03-21T13:08:24.418429+0000 mon.a (mon.0) 4077 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:25.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:25 smithi178 bash[75692]: cluster 2024-03-21T13:08:24.422603+0000 mgr.x (mgr.34104) 2864 : cluster [DBG] pgmap v1887: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:25.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:25 smithi178 bash[75692]: cluster 2024-03-21T13:08:24.423210+0000 mgr.x (mgr.34104) 2865 : cluster [DBG] pgmap v1888: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:25.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:25 smithi178 bash[75692]: audit 2024-03-21T13:08:24.431419+0000 mon.a (mon.0) 4078 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:25.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:25 smithi178 bash[75692]: cephadm 2024-03-21T13:08:24.433403+0000 mgr.x (mgr.34104) 2866 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:25.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:25 smithi178 bash[75692]: audit 2024-03-21T13:08:24.513972+0000 mon.a (mon.0) 4079 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:25.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:25 smithi178 bash[75692]: audit 2024-03-21T13:08:24.517058+0000 mon.a (mon.0) 4080 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:25.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:25 smithi178 bash[75692]: audit 2024-03-21T13:08:24.520207+0000 mon.a (mon.0) 4081 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:25.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:25 smithi178 bash[75692]: audit 2024-03-21T13:08:24.521749+0000 mon.a (mon.0) 4082 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:25.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:25 smithi178 bash[75692]: cluster 2024-03-21T13:08:24.525362+0000 mgr.x (mgr.34104) 2867 : cluster [DBG] pgmap v1889: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:25.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:25 smithi178 bash[77880]: cluster 2024-03-21T13:08:24.526263+0000 mgr.x (mgr.34104) 2868 : cluster [DBG] pgmap v1890: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:25.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:25 smithi178 bash[77880]: audit 2024-03-21T13:08:24.533647+0000 mon.a (mon.0) 4083 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:25.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:25 smithi178 bash[77880]: cephadm 2024-03-21T13:08:24.535365+0000 mgr.x (mgr.34104) 2869 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:25.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:25 smithi178 bash[77880]: audit 2024-03-21T13:08:24.612034+0000 mon.a (mon.0) 4084 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:25.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:25 smithi178 bash[77880]: audit 2024-03-21T13:08:24.615054+0000 mon.a (mon.0) 4085 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:25.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:25 smithi178 bash[77880]: audit 2024-03-21T13:08:24.618324+0000 mon.a (mon.0) 4086 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:25.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:25 smithi178 bash[77880]: audit 2024-03-21T13:08:24.619811+0000 mon.a (mon.0) 4087 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:25.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:25 smithi178 bash[77880]: cluster 2024-03-21T13:08:24.623602+0000 mgr.x (mgr.34104) 2870 : cluster [DBG] pgmap v1891: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:25.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:25 smithi178 bash[77880]: cluster 2024-03-21T13:08:24.623900+0000 mgr.x (mgr.34104) 2871 : cluster [DBG] pgmap v1892: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:25.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:25 smithi178 bash[77880]: audit 2024-03-21T13:08:24.631786+0000 mon.a (mon.0) 4088 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:25.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:25 smithi178 bash[77880]: cephadm 2024-03-21T13:08:24.633600+0000 mgr.x (mgr.34104) 2872 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:25.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:25 smithi178 bash[77880]: audit 2024-03-21T13:08:24.702263+0000 mon.a (mon.0) 4089 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-03-21T13:08:25.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:25 smithi178 bash[77880]: cluster 2024-03-21T13:08:24.709876+0000 mon.a (mon.0) 4090 : cluster [DBG] osdmap e151: 8 total, 7 up, 8 in 2024-03-21T13:08:25.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:25 smithi178 bash[77880]: audit 2024-03-21T13:08:24.711711+0000 mon.a (mon.0) 4091 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]: dispatch 2024-03-21T13:08:25.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:25 smithi178 bash[77880]: audit 2024-03-21T13:08:24.712032+0000 mon.b (mon.2) 6 : audit [INF] from='osd.4 [v2:172.21.15.184:6800/3106877894,v1:172.21.15.184:6801/3106877894]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]: dispatch 2024-03-21T13:08:25.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:25 smithi178 bash[77880]: audit 2024-03-21T13:08:24.712244+0000 mon.a (mon.0) 4092 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:25.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:25 smithi178 bash[77880]: audit 2024-03-21T13:08:24.716205+0000 mon.a (mon.0) 4093 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:25.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:25 smithi178 bash[77880]: audit 2024-03-21T13:08:24.718948+0000 mon.a (mon.0) 4094 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:25.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:25 smithi178 bash[75692]: cluster 2024-03-21T13:08:24.526263+0000 mgr.x (mgr.34104) 2868 : cluster [DBG] pgmap v1890: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:25.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:25 smithi178 bash[75692]: audit 2024-03-21T13:08:24.533647+0000 mon.a (mon.0) 4083 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:25.809 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:25 smithi178 bash[75692]: cephadm 2024-03-21T13:08:24.535365+0000 mgr.x (mgr.34104) 2869 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:25.809 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:25 smithi178 bash[75692]: audit 2024-03-21T13:08:24.612034+0000 mon.a (mon.0) 4084 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:25.809 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:25 smithi178 bash[75692]: audit 2024-03-21T13:08:24.615054+0000 mon.a (mon.0) 4085 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:25.809 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:25 smithi178 bash[75692]: audit 2024-03-21T13:08:24.618324+0000 mon.a (mon.0) 4086 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:25.809 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:25 smithi178 bash[75692]: audit 2024-03-21T13:08:24.619811+0000 mon.a (mon.0) 4087 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:25.809 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:25 smithi178 bash[75692]: cluster 2024-03-21T13:08:24.623602+0000 mgr.x (mgr.34104) 2870 : cluster [DBG] pgmap v1891: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:25.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:25 smithi178 bash[75692]: cluster 2024-03-21T13:08:24.623900+0000 mgr.x (mgr.34104) 2871 : cluster [DBG] pgmap v1892: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:25.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:25 smithi178 bash[75692]: audit 2024-03-21T13:08:24.631786+0000 mon.a (mon.0) 4088 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:25.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:25 smithi178 bash[75692]: cephadm 2024-03-21T13:08:24.633600+0000 mgr.x (mgr.34104) 2872 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:25.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:25 smithi178 bash[75692]: audit 2024-03-21T13:08:24.702263+0000 mon.a (mon.0) 4089 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-03-21T13:08:25.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:25 smithi178 bash[75692]: cluster 2024-03-21T13:08:24.709876+0000 mon.a (mon.0) 4090 : cluster [DBG] osdmap e151: 8 total, 7 up, 8 in 2024-03-21T13:08:25.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:25 smithi178 bash[75692]: audit 2024-03-21T13:08:24.711711+0000 mon.a (mon.0) 4091 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]: dispatch 2024-03-21T13:08:25.811 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:25 smithi178 bash[75692]: audit 2024-03-21T13:08:24.712032+0000 mon.b (mon.2) 6 : audit [INF] from='osd.4 [v2:172.21.15.184:6800/3106877894,v1:172.21.15.184:6801/3106877894]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]: dispatch 2024-03-21T13:08:25.811 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:25 smithi178 bash[75692]: audit 2024-03-21T13:08:24.712244+0000 mon.a (mon.0) 4092 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:25.811 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:25 smithi178 bash[75692]: audit 2024-03-21T13:08:24.716205+0000 mon.a (mon.0) 4093 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:25.811 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:25 smithi178 bash[75692]: audit 2024-03-21T13:08:24.718948+0000 mon.a (mon.0) 4094 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:25.812 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:25 smithi178 bash[77880]: audit 2024-03-21T13:08:24.719986+0000 mon.a (mon.0) 4095 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:25.812 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:25 smithi178 bash[77880]: cluster 2024-03-21T13:08:24.722843+0000 mgr.x (mgr.34104) 2873 : cluster [DBG] pgmap v1894: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:25.812 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:25 smithi178 bash[77880]: cluster 2024-03-21T13:08:24.723258+0000 mgr.x (mgr.34104) 2874 : cluster [DBG] pgmap v1895: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:25.812 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:25 smithi178 bash[77880]: audit 2024-03-21T13:08:24.733665+0000 mon.a (mon.0) 4096 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:25.812 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:25 smithi178 bash[77880]: cephadm 2024-03-21T13:08:24.735398+0000 mgr.x (mgr.34104) 2875 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:25.812 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:25 smithi178 bash[77880]: audit 2024-03-21T13:08:24.809246+0000 mon.a (mon.0) 4097 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:25.813 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:25 smithi178 bash[77880]: audit 2024-03-21T13:08:24.812411+0000 mon.a (mon.0) 4098 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:25.813 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:25 smithi178 bash[77880]: audit 2024-03-21T13:08:24.815571+0000 mon.a (mon.0) 4099 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:25.813 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:25 smithi178 bash[77880]: audit 2024-03-21T13:08:24.816825+0000 mon.a (mon.0) 4100 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:25.813 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:25 smithi178 bash[77880]: cluster 2024-03-21T13:08:24.820354+0000 mgr.x (mgr.34104) 2876 : cluster [DBG] pgmap v1896: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:25.813 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:25 smithi178 bash[77880]: cluster 2024-03-21T13:08:24.820878+0000 mgr.x (mgr.34104) 2877 : cluster [DBG] pgmap v1897: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:25.813 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:25 smithi178 bash[77880]: audit 2024-03-21T13:08:24.891344+0000 mon.a (mon.0) 4101 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:25.813 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:25 smithi178 bash[77880]: cephadm 2024-03-21T13:08:24.893436+0000 mgr.x (mgr.34104) 2878 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:25.814 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:25 smithi178 bash[77880]: audit 2024-03-21T13:08:24.975367+0000 mon.a (mon.0) 4102 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:25.814 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:25 smithi178 bash[77880]: audit 2024-03-21T13:08:24.978436+0000 mon.a (mon.0) 4103 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:25.814 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:25 smithi178 bash[77880]: audit 2024-03-21T13:08:24.981820+0000 mon.a (mon.0) 4104 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:25.814 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:25 smithi178 bash[77880]: audit 2024-03-21T13:08:24.983211+0000 mon.a (mon.0) 4105 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:25.815 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:25 smithi178 bash[75692]: audit 2024-03-21T13:08:24.719986+0000 mon.a (mon.0) 4095 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:25.815 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:25 smithi178 bash[75692]: cluster 2024-03-21T13:08:24.722843+0000 mgr.x (mgr.34104) 2873 : cluster [DBG] pgmap v1894: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:25.815 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:25 smithi178 bash[75692]: cluster 2024-03-21T13:08:24.723258+0000 mgr.x (mgr.34104) 2874 : cluster [DBG] pgmap v1895: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:25.815 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:25 smithi178 bash[75692]: audit 2024-03-21T13:08:24.733665+0000 mon.a (mon.0) 4096 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:25.815 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:25 smithi178 bash[75692]: cephadm 2024-03-21T13:08:24.735398+0000 mgr.x (mgr.34104) 2875 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:25.815 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:25 smithi178 bash[75692]: audit 2024-03-21T13:08:24.809246+0000 mon.a (mon.0) 4097 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:25.816 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:25 smithi178 bash[75692]: audit 2024-03-21T13:08:24.812411+0000 mon.a (mon.0) 4098 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:25.816 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:25 smithi178 bash[75692]: audit 2024-03-21T13:08:24.815571+0000 mon.a (mon.0) 4099 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:25.816 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:25 smithi178 bash[75692]: audit 2024-03-21T13:08:24.816825+0000 mon.a (mon.0) 4100 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:25.816 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:25 smithi178 bash[75692]: cluster 2024-03-21T13:08:24.820354+0000 mgr.x (mgr.34104) 2876 : cluster [DBG] pgmap v1896: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:25.816 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:25 smithi178 bash[75692]: cluster 2024-03-21T13:08:24.820878+0000 mgr.x (mgr.34104) 2877 : cluster [DBG] pgmap v1897: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:25.817 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:25 smithi178 bash[75692]: audit 2024-03-21T13:08:24.891344+0000 mon.a (mon.0) 4101 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:25.817 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:25 smithi178 bash[75692]: cephadm 2024-03-21T13:08:24.893436+0000 mgr.x (mgr.34104) 2878 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:25.817 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:25 smithi178 bash[75692]: audit 2024-03-21T13:08:24.975367+0000 mon.a (mon.0) 4102 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:25.817 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:25 smithi178 bash[75692]: audit 2024-03-21T13:08:24.978436+0000 mon.a (mon.0) 4103 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:25.817 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:25 smithi178 bash[75692]: audit 2024-03-21T13:08:24.981820+0000 mon.a (mon.0) 4104 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:25.817 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:25 smithi178 bash[75692]: audit 2024-03-21T13:08:24.983211+0000 mon.a (mon.0) 4105 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:25.818 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:25 smithi178 bash[77880]: cluster 2024-03-21T13:08:24.986518+0000 mgr.x (mgr.34104) 2879 : cluster [DBG] pgmap v1898: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:25.818 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:25 smithi178 bash[77880]: cluster 2024-03-21T13:08:24.987200+0000 mgr.x (mgr.34104) 2880 : cluster [DBG] pgmap v1899: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:25.818 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:25 smithi178 bash[77880]: audit 2024-03-21T13:08:25.028874+0000 mon.a (mon.0) 4106 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:25.819 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:25 smithi178 bash[77880]: cephadm 2024-03-21T13:08:25.031905+0000 mgr.x (mgr.34104) 2881 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:25.819 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:25 smithi178 bash[77880]: audit 2024-03-21T13:08:25.113957+0000 mon.a (mon.0) 4107 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:25.819 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:25 smithi178 bash[77880]: audit 2024-03-21T13:08:25.122043+0000 mon.a (mon.0) 4108 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:25.819 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:25 smithi178 bash[77880]: audit 2024-03-21T13:08:25.125292+0000 mon.a (mon.0) 4109 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:25.819 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:25 smithi178 bash[77880]: audit 2024-03-21T13:08:25.126407+0000 mon.a (mon.0) 4110 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:25.819 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:25 smithi178 bash[77880]: cluster 2024-03-21T13:08:25.129404+0000 mgr.x (mgr.34104) 2882 : cluster [DBG] pgmap v1900: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:25.819 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:25 smithi178 bash[77880]: cluster 2024-03-21T13:08:25.129811+0000 mgr.x (mgr.34104) 2883 : cluster [DBG] pgmap v1901: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:25.819 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:25 smithi178 bash[77880]: audit 2024-03-21T13:08:25.136531+0000 mon.a (mon.0) 4111 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:25.820 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:25 smithi178 bash[77880]: cephadm 2024-03-21T13:08:25.138184+0000 mgr.x (mgr.34104) 2884 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:25.820 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:25 smithi178 bash[77880]: audit 2024-03-21T13:08:25.195781+0000 mon.a (mon.0) 4112 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:25.820 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:25 smithi178 bash[77880]: audit 2024-03-21T13:08:25.198755+0000 mon.a (mon.0) 4113 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:25.820 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:25 smithi178 bash[77880]: audit 2024-03-21T13:08:25.201550+0000 mon.a (mon.0) 4114 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:25.820 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:25 smithi178 bash[77880]: audit 2024-03-21T13:08:25.202821+0000 mon.a (mon.0) 4115 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:25.820 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:25 smithi178 bash[77880]: cluster 2024-03-21T13:08:25.206083+0000 mgr.x (mgr.34104) 2885 : cluster [DBG] pgmap v1902: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:25.820 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:25 smithi178 bash[77880]: cluster 2024-03-21T13:08:25.206507+0000 mgr.x (mgr.34104) 2886 : cluster [DBG] pgmap v1903: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:25.820 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:25 smithi178 bash[77880]: audit 2024-03-21T13:08:25.214333+0000 mon.a (mon.0) 4116 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:25.821 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:25 smithi178 bash[77880]: cephadm 2024-03-21T13:08:25.216053+0000 mgr.x (mgr.34104) 2887 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:25.821 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:25 smithi178 bash[77880]: audit 2024-03-21T13:08:25.218891+0000 mon.a (mon.0) 4117 : audit [INF] from='osd.4 ' entity='osd.4' 2024-03-21T13:08:25.821 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:25 smithi178 bash[77880]: audit 2024-03-21T13:08:25.293297+0000 mon.a (mon.0) 4118 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:25.821 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:25 smithi178 bash[77880]: audit 2024-03-21T13:08:25.296886+0000 mon.a (mon.0) 4119 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:25.821 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:25 smithi178 bash[77880]: audit 2024-03-21T13:08:25.300747+0000 mon.a (mon.0) 4120 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:25.821 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:25 smithi178 bash[77880]: audit 2024-03-21T13:08:25.302487+0000 mon.a (mon.0) 4121 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:25.821 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:25 smithi178 bash[77880]: audit 2024-03-21T13:08:25.314290+0000 mon.a (mon.0) 4122 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:25.822 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:25 smithi178 bash[75692]: cluster 2024-03-21T13:08:24.986518+0000 mgr.x (mgr.34104) 2879 : cluster [DBG] pgmap v1898: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:25.822 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:25 smithi178 bash[75692]: cluster 2024-03-21T13:08:24.987200+0000 mgr.x (mgr.34104) 2880 : cluster [DBG] pgmap v1899: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:25.822 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:25 smithi178 bash[75692]: audit 2024-03-21T13:08:25.028874+0000 mon.a (mon.0) 4106 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:25.823 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:25 smithi178 bash[75692]: cephadm 2024-03-21T13:08:25.031905+0000 mgr.x (mgr.34104) 2881 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:25.823 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:25 smithi178 bash[75692]: audit 2024-03-21T13:08:25.113957+0000 mon.a (mon.0) 4107 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:25.823 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:25 smithi178 bash[75692]: audit 2024-03-21T13:08:25.122043+0000 mon.a (mon.0) 4108 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:25.823 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:25 smithi178 bash[75692]: audit 2024-03-21T13:08:25.125292+0000 mon.a (mon.0) 4109 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:25.823 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:25 smithi178 bash[75692]: audit 2024-03-21T13:08:25.126407+0000 mon.a (mon.0) 4110 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:25.823 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:25 smithi178 bash[75692]: cluster 2024-03-21T13:08:25.129404+0000 mgr.x (mgr.34104) 2882 : cluster [DBG] pgmap v1900: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:25.824 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:25 smithi178 bash[75692]: cluster 2024-03-21T13:08:25.129811+0000 mgr.x (mgr.34104) 2883 : cluster [DBG] pgmap v1901: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:25.824 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:25 smithi178 bash[75692]: audit 2024-03-21T13:08:25.136531+0000 mon.a (mon.0) 4111 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:25.824 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:25 smithi178 bash[75692]: cephadm 2024-03-21T13:08:25.138184+0000 mgr.x (mgr.34104) 2884 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:25.824 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:25 smithi178 bash[75692]: audit 2024-03-21T13:08:25.195781+0000 mon.a (mon.0) 4112 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:25.824 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:25 smithi178 bash[75692]: audit 2024-03-21T13:08:25.198755+0000 mon.a (mon.0) 4113 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:25.825 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:25 smithi178 bash[75692]: audit 2024-03-21T13:08:25.201550+0000 mon.a (mon.0) 4114 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:25.825 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:25 smithi178 bash[75692]: audit 2024-03-21T13:08:25.202821+0000 mon.a (mon.0) 4115 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:25.825 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:25 smithi178 bash[75692]: cluster 2024-03-21T13:08:25.206083+0000 mgr.x (mgr.34104) 2885 : cluster [DBG] pgmap v1902: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:25.825 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:25 smithi178 bash[75692]: cluster 2024-03-21T13:08:25.206507+0000 mgr.x (mgr.34104) 2886 : cluster [DBG] pgmap v1903: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:25.825 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:25 smithi178 bash[75692]: audit 2024-03-21T13:08:25.214333+0000 mon.a (mon.0) 4116 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:25.825 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:25 smithi178 bash[75692]: cephadm 2024-03-21T13:08:25.216053+0000 mgr.x (mgr.34104) 2887 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:25.826 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:25 smithi178 bash[75692]: audit 2024-03-21T13:08:25.218891+0000 mon.a (mon.0) 4117 : audit [INF] from='osd.4 ' entity='osd.4' 2024-03-21T13:08:25.826 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:25 smithi178 bash[75692]: audit 2024-03-21T13:08:25.293297+0000 mon.a (mon.0) 4118 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:25.826 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:25 smithi178 bash[75692]: audit 2024-03-21T13:08:25.296886+0000 mon.a (mon.0) 4119 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:25.826 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:25 smithi178 bash[75692]: audit 2024-03-21T13:08:25.300747+0000 mon.a (mon.0) 4120 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:25.826 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:25 smithi178 bash[75692]: audit 2024-03-21T13:08:25.302487+0000 mon.a (mon.0) 4121 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:25.826 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:25 smithi178 bash[75692]: audit 2024-03-21T13:08:25.314290+0000 mon.a (mon.0) 4122 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:25.827 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:08:25 smithi184 bash[52419]: ::ffff:172.21.15.184 - - [21/Mar/2024:13:08:25] "GET /metrics HTTP/1.1" 200 38595 "" "Prometheus/2.33.4" 2024-03-21T13:08:25.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:25 smithi184 bash[59794]: cluster 2024-03-21T13:08:24.309222+0000 mgr.x (mgr.34104) 2861 : cluster [DBG] pgmap v1885: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:25.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:25 smithi184 bash[59794]: cluster 2024-03-21T13:08:24.309963+0000 mgr.x (mgr.34104) 2862 : cluster [DBG] pgmap v1886: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:25.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:25 smithi184 bash[59794]: audit 2024-03-21T13:08:24.328204+0000 mon.a (mon.0) 4073 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:25.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:25 smithi184 bash[59794]: cephadm 2024-03-21T13:08:24.329979+0000 mgr.x (mgr.34104) 2863 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:25.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:25 smithi184 bash[59794]: audit 2024-03-21T13:08:24.409822+0000 mon.a (mon.0) 4074 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:25.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:25 smithi184 bash[59794]: audit 2024-03-21T13:08:24.412859+0000 mon.a (mon.0) 4075 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:25.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:25 smithi184 bash[59794]: audit 2024-03-21T13:08:24.416384+0000 mon.a (mon.0) 4076 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:25.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:25 smithi184 bash[59794]: audit 2024-03-21T13:08:24.418429+0000 mon.a (mon.0) 4077 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:25.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:25 smithi184 bash[59794]: cluster 2024-03-21T13:08:24.422603+0000 mgr.x (mgr.34104) 2864 : cluster [DBG] pgmap v1887: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:25.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:25 smithi184 bash[59794]: cluster 2024-03-21T13:08:24.423210+0000 mgr.x (mgr.34104) 2865 : cluster [DBG] pgmap v1888: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:25.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:25 smithi184 bash[59794]: audit 2024-03-21T13:08:24.431419+0000 mon.a (mon.0) 4078 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:25.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:25 smithi184 bash[59794]: cephadm 2024-03-21T13:08:24.433403+0000 mgr.x (mgr.34104) 2866 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:25.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:25 smithi184 bash[59794]: audit 2024-03-21T13:08:24.513972+0000 mon.a (mon.0) 4079 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:25.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:25 smithi184 bash[59794]: audit 2024-03-21T13:08:24.517058+0000 mon.a (mon.0) 4080 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:25.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:25 smithi184 bash[59794]: audit 2024-03-21T13:08:24.520207+0000 mon.a (mon.0) 4081 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:25.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:25 smithi184 bash[59794]: audit 2024-03-21T13:08:24.521749+0000 mon.a (mon.0) 4082 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:25.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:25 smithi184 bash[59794]: cluster 2024-03-21T13:08:24.525362+0000 mgr.x (mgr.34104) 2867 : cluster [DBG] pgmap v1889: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:25.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:25 smithi184 bash[59794]: cluster 2024-03-21T13:08:24.526263+0000 mgr.x (mgr.34104) 2868 : cluster [DBG] pgmap v1890: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:25.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:25 smithi184 bash[59794]: audit 2024-03-21T13:08:24.533647+0000 mon.a (mon.0) 4083 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:25.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:25 smithi184 bash[59794]: cephadm 2024-03-21T13:08:24.535365+0000 mgr.x (mgr.34104) 2869 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:25.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:25 smithi184 bash[59794]: audit 2024-03-21T13:08:24.612034+0000 mon.a (mon.0) 4084 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:25.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:25 smithi184 bash[59794]: audit 2024-03-21T13:08:24.615054+0000 mon.a (mon.0) 4085 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:25.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:25 smithi184 bash[59794]: audit 2024-03-21T13:08:24.618324+0000 mon.a (mon.0) 4086 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:25.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:25 smithi184 bash[59794]: audit 2024-03-21T13:08:24.619811+0000 mon.a (mon.0) 4087 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:25.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:25 smithi184 bash[59794]: cluster 2024-03-21T13:08:24.623602+0000 mgr.x (mgr.34104) 2870 : cluster [DBG] pgmap v1891: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:25.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:25 smithi184 bash[59794]: cluster 2024-03-21T13:08:24.623900+0000 mgr.x (mgr.34104) 2871 : cluster [DBG] pgmap v1892: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:25.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:25 smithi184 bash[59794]: audit 2024-03-21T13:08:24.631786+0000 mon.a (mon.0) 4088 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:25.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:25 smithi184 bash[59794]: cephadm 2024-03-21T13:08:24.633600+0000 mgr.x (mgr.34104) 2872 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:25.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:25 smithi184 bash[59794]: audit 2024-03-21T13:08:24.702263+0000 mon.a (mon.0) 4089 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-03-21T13:08:25.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:25 smithi184 bash[59794]: cluster 2024-03-21T13:08:24.709876+0000 mon.a (mon.0) 4090 : cluster [DBG] osdmap e151: 8 total, 7 up, 8 in 2024-03-21T13:08:25.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:25 smithi184 bash[59794]: audit 2024-03-21T13:08:24.711711+0000 mon.a (mon.0) 4091 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]: dispatch 2024-03-21T13:08:25.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:25 smithi184 bash[59794]: audit 2024-03-21T13:08:24.712032+0000 mon.b (mon.2) 6 : audit [INF] from='osd.4 [v2:172.21.15.184:6800/3106877894,v1:172.21.15.184:6801/3106877894]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]: dispatch 2024-03-21T13:08:25.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:25 smithi184 bash[59794]: audit 2024-03-21T13:08:24.712244+0000 mon.a (mon.0) 4092 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:25.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:25 smithi184 bash[59794]: audit 2024-03-21T13:08:24.716205+0000 mon.a (mon.0) 4093 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:25.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:25 smithi184 bash[59794]: audit 2024-03-21T13:08:24.718948+0000 mon.a (mon.0) 4094 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:25.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:25 smithi184 bash[59794]: audit 2024-03-21T13:08:24.719986+0000 mon.a (mon.0) 4095 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:25.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:25 smithi184 bash[59794]: cluster 2024-03-21T13:08:24.722843+0000 mgr.x (mgr.34104) 2873 : cluster [DBG] pgmap v1894: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:25.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:25 smithi184 bash[59794]: cluster 2024-03-21T13:08:24.723258+0000 mgr.x (mgr.34104) 2874 : cluster [DBG] pgmap v1895: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 192 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:25.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:25 smithi184 bash[59794]: audit 2024-03-21T13:08:24.733665+0000 mon.a (mon.0) 4096 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:25.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:25 smithi184 bash[59794]: cephadm 2024-03-21T13:08:24.735398+0000 mgr.x (mgr.34104) 2875 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:25.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:25 smithi184 bash[59794]: audit 2024-03-21T13:08:24.809246+0000 mon.a (mon.0) 4097 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:25.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:25 smithi184 bash[59794]: audit 2024-03-21T13:08:24.812411+0000 mon.a (mon.0) 4098 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:25.831 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:25 smithi184 bash[59794]: audit 2024-03-21T13:08:24.815571+0000 mon.a (mon.0) 4099 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:25.831 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:25 smithi184 bash[59794]: audit 2024-03-21T13:08:24.816825+0000 mon.a (mon.0) 4100 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:25.831 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:25 smithi184 bash[59794]: cluster 2024-03-21T13:08:24.820354+0000 mgr.x (mgr.34104) 2876 : cluster [DBG] pgmap v1896: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:25.831 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:25 smithi184 bash[59794]: cluster 2024-03-21T13:08:24.820878+0000 mgr.x (mgr.34104) 2877 : cluster [DBG] pgmap v1897: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:25.831 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:25 smithi184 bash[59794]: audit 2024-03-21T13:08:24.891344+0000 mon.a (mon.0) 4101 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:25.831 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:25 smithi184 bash[59794]: cephadm 2024-03-21T13:08:24.893436+0000 mgr.x (mgr.34104) 2878 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:25.831 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:25 smithi184 bash[59794]: audit 2024-03-21T13:08:24.975367+0000 mon.a (mon.0) 4102 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:25.831 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:25 smithi184 bash[59794]: audit 2024-03-21T13:08:24.978436+0000 mon.a (mon.0) 4103 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:25.831 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:25 smithi184 bash[59794]: audit 2024-03-21T13:08:24.981820+0000 mon.a (mon.0) 4104 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:25.831 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:25 smithi184 bash[59794]: audit 2024-03-21T13:08:24.983211+0000 mon.a (mon.0) 4105 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:25.831 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:25 smithi184 bash[59794]: cluster 2024-03-21T13:08:24.986518+0000 mgr.x (mgr.34104) 2879 : cluster [DBG] pgmap v1898: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:25.831 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:25 smithi184 bash[59794]: cluster 2024-03-21T13:08:24.987200+0000 mgr.x (mgr.34104) 2880 : cluster [DBG] pgmap v1899: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:25.831 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:25 smithi184 bash[59794]: audit 2024-03-21T13:08:25.028874+0000 mon.a (mon.0) 4106 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:25.831 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:25 smithi184 bash[59794]: cephadm 2024-03-21T13:08:25.031905+0000 mgr.x (mgr.34104) 2881 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:25.832 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:25 smithi184 bash[59794]: audit 2024-03-21T13:08:25.113957+0000 mon.a (mon.0) 4107 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:25.832 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:25 smithi184 bash[59794]: audit 2024-03-21T13:08:25.122043+0000 mon.a (mon.0) 4108 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:25.832 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:25 smithi184 bash[59794]: audit 2024-03-21T13:08:25.125292+0000 mon.a (mon.0) 4109 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:25.832 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:25 smithi184 bash[59794]: audit 2024-03-21T13:08:25.126407+0000 mon.a (mon.0) 4110 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:25.832 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:25 smithi184 bash[59794]: cluster 2024-03-21T13:08:25.129404+0000 mgr.x (mgr.34104) 2882 : cluster [DBG] pgmap v1900: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:25.832 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:25 smithi184 bash[59794]: cluster 2024-03-21T13:08:25.129811+0000 mgr.x (mgr.34104) 2883 : cluster [DBG] pgmap v1901: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:25.832 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:25 smithi184 bash[59794]: audit 2024-03-21T13:08:25.136531+0000 mon.a (mon.0) 4111 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:25.832 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:25 smithi184 bash[59794]: cephadm 2024-03-21T13:08:25.138184+0000 mgr.x (mgr.34104) 2884 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:25.832 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:25 smithi184 bash[59794]: audit 2024-03-21T13:08:25.195781+0000 mon.a (mon.0) 4112 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:25.832 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:25 smithi184 bash[59794]: audit 2024-03-21T13:08:25.198755+0000 mon.a (mon.0) 4113 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:25.832 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:25 smithi184 bash[59794]: audit 2024-03-21T13:08:25.201550+0000 mon.a (mon.0) 4114 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:25.832 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:25 smithi184 bash[59794]: audit 2024-03-21T13:08:25.202821+0000 mon.a (mon.0) 4115 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:25.832 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:25 smithi184 bash[59794]: cluster 2024-03-21T13:08:25.206083+0000 mgr.x (mgr.34104) 2885 : cluster [DBG] pgmap v1902: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:25.832 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:25 smithi184 bash[59794]: cluster 2024-03-21T13:08:25.206507+0000 mgr.x (mgr.34104) 2886 : cluster [DBG] pgmap v1903: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:25.832 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:25 smithi184 bash[59794]: audit 2024-03-21T13:08:25.214333+0000 mon.a (mon.0) 4116 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:25.833 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:25 smithi184 bash[59794]: cephadm 2024-03-21T13:08:25.216053+0000 mgr.x (mgr.34104) 2887 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:25.833 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:25 smithi184 bash[59794]: audit 2024-03-21T13:08:25.218891+0000 mon.a (mon.0) 4117 : audit [INF] from='osd.4 ' entity='osd.4' 2024-03-21T13:08:25.833 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:25 smithi184 bash[59794]: audit 2024-03-21T13:08:25.293297+0000 mon.a (mon.0) 4118 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:25.833 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:25 smithi184 bash[59794]: audit 2024-03-21T13:08:25.296886+0000 mon.a (mon.0) 4119 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:25.833 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:25 smithi184 bash[59794]: audit 2024-03-21T13:08:25.300747+0000 mon.a (mon.0) 4120 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:25.833 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:25 smithi184 bash[59794]: audit 2024-03-21T13:08:25.302487+0000 mon.a (mon.0) 4121 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:25.833 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:25 smithi184 bash[59794]: audit 2024-03-21T13:08:25.314290+0000 mon.a (mon.0) 4122 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:26.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:26 smithi184 bash[59794]: cluster 2024-03-21T13:08:25.306069+0000 mgr.x (mgr.34104) 2888 : cluster [DBG] pgmap v1904: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:26.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:26 smithi184 bash[59794]: cluster 2024-03-21T13:08:25.306719+0000 mgr.x (mgr.34104) 2889 : cluster [DBG] pgmap v1905: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:26.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:26 smithi184 bash[59794]: cephadm 2024-03-21T13:08:25.315974+0000 mgr.x (mgr.34104) 2890 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:26.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:26 smithi184 bash[59794]: audit 2024-03-21T13:08:25.392283+0000 mon.a (mon.0) 4123 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:26.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:26 smithi184 bash[59794]: audit 2024-03-21T13:08:25.395755+0000 mon.a (mon.0) 4124 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:26.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:26 smithi184 bash[59794]: audit 2024-03-21T13:08:25.399701+0000 mon.a (mon.0) 4125 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:26.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:26 smithi184 bash[59794]: audit 2024-03-21T13:08:25.401142+0000 mon.a (mon.0) 4126 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:26.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:26 smithi184 bash[59794]: cluster 2024-03-21T13:08:25.404715+0000 mgr.x (mgr.34104) 2891 : cluster [DBG] pgmap v1906: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:26.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:26 smithi184 bash[59794]: cluster 2024-03-21T13:08:25.405328+0000 mgr.x (mgr.34104) 2892 : cluster [DBG] pgmap v1907: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:26.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:26 smithi184 bash[59794]: audit 2024-03-21T13:08:25.412838+0000 mon.a (mon.0) 4127 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:26.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:26 smithi184 bash[59794]: cephadm 2024-03-21T13:08:25.414595+0000 mgr.x (mgr.34104) 2893 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:26.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:26 smithi184 bash[59794]: audit 2024-03-21T13:08:25.492968+0000 mon.a (mon.0) 4128 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:26.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:26 smithi184 bash[59794]: audit 2024-03-21T13:08:25.496099+0000 mon.a (mon.0) 4129 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:26.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:26 smithi184 bash[59794]: audit 2024-03-21T13:08:25.499042+0000 mon.a (mon.0) 4130 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:26.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:26 smithi184 bash[59794]: audit 2024-03-21T13:08:25.500139+0000 mon.a (mon.0) 4131 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:26.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:26 smithi184 bash[59794]: cluster 2024-03-21T13:08:25.503103+0000 mgr.x (mgr.34104) 2894 : cluster [DBG] pgmap v1908: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:26.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:26 smithi184 bash[59794]: cluster 2024-03-21T13:08:25.503640+0000 mgr.x (mgr.34104) 2895 : cluster [DBG] pgmap v1909: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:26.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:26 smithi184 bash[59794]: audit 2024-03-21T13:08:25.509616+0000 mon.a (mon.0) 4132 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:26.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:26 smithi184 bash[59794]: cephadm 2024-03-21T13:08:25.511404+0000 mgr.x (mgr.34104) 2896 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:26.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:26 smithi184 bash[59794]: audit 2024-03-21T13:08:25.586458+0000 mon.a (mon.0) 4133 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:26.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:26 smithi184 bash[59794]: audit 2024-03-21T13:08:25.589672+0000 mon.a (mon.0) 4134 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:26.581 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:26 smithi184 bash[59794]: audit 2024-03-21T13:08:25.593253+0000 mon.a (mon.0) 4135 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:26.581 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:26 smithi184 bash[59794]: audit 2024-03-21T13:08:25.594530+0000 mon.a (mon.0) 4136 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:26.581 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:26 smithi184 bash[59794]: cluster 2024-03-21T13:08:25.598618+0000 mgr.x (mgr.34104) 2897 : cluster [DBG] pgmap v1910: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:26.581 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:26 smithi184 bash[59794]: cluster 2024-03-21T13:08:25.599452+0000 mgr.x (mgr.34104) 2898 : cluster [DBG] pgmap v1911: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:26.581 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:26 smithi184 bash[59794]: audit 2024-03-21T13:08:25.606402+0000 mon.a (mon.0) 4137 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:26.581 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:26 smithi184 bash[59794]: cephadm 2024-03-21T13:08:25.610234+0000 mgr.x (mgr.34104) 2899 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:26.581 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:26 smithi184 bash[59794]: audit 2024-03-21T13:08:25.684229+0000 mon.a (mon.0) 4138 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:26.581 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:26 smithi184 bash[59794]: audit 2024-03-21T13:08:25.688706+0000 mon.a (mon.0) 4139 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:26.581 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:26 smithi184 bash[59794]: audit 2024-03-21T13:08:25.691525+0000 mon.a (mon.0) 4140 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:26.581 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:26 smithi184 bash[59794]: audit 2024-03-21T13:08:25.692775+0000 mon.a (mon.0) 4141 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:26.581 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:26 smithi184 bash[59794]: cluster 2024-03-21T13:08:25.695601+0000 mgr.x (mgr.34104) 2900 : cluster [DBG] pgmap v1912: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:26.582 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:26 smithi184 bash[59794]: cluster 2024-03-21T13:08:25.695918+0000 mgr.x (mgr.34104) 2901 : cluster [DBG] pgmap v1913: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:26.582 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:26 smithi184 bash[59794]: audit 2024-03-21T13:08:25.703104+0000 mon.a (mon.0) 4142 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:26.582 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:26 smithi184 bash[59794]: cephadm 2024-03-21T13:08:25.704772+0000 mgr.x (mgr.34104) 2902 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:26.582 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:26 smithi184 bash[59794]: audit 2024-03-21T13:08:25.782913+0000 mon.a (mon.0) 4143 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:26.582 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:26 smithi184 bash[59794]: audit 2024-03-21T13:08:25.786010+0000 mon.a (mon.0) 4144 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:26.582 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:26 smithi184 bash[59794]: audit 2024-03-21T13:08:25.789473+0000 mon.a (mon.0) 4145 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:26.582 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:26 smithi184 bash[59794]: audit 2024-03-21T13:08:25.790799+0000 mon.a (mon.0) 4146 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:26.582 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:26 smithi184 bash[59794]: cluster 2024-03-21T13:08:25.794228+0000 mgr.x (mgr.34104) 2903 : cluster [DBG] pgmap v1914: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:26.582 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:26 smithi184 bash[59794]: cluster 2024-03-21T13:08:25.794605+0000 mgr.x (mgr.34104) 2904 : cluster [DBG] pgmap v1915: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:26.582 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:26 smithi184 bash[59794]: audit 2024-03-21T13:08:25.803188+0000 mon.a (mon.0) 4147 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:26.582 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:26 smithi184 bash[59794]: cephadm 2024-03-21T13:08:25.804976+0000 mgr.x (mgr.34104) 2905 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:26.583 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:26 smithi184 bash[59794]: audit 2024-03-21T13:08:25.882588+0000 mon.a (mon.0) 4148 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:26.583 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:26 smithi184 bash[59794]: audit 2024-03-21T13:08:25.885953+0000 mon.a (mon.0) 4149 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:26.583 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:26 smithi184 bash[59794]: audit 2024-03-21T13:08:25.889635+0000 mon.a (mon.0) 4150 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:26.583 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:26 smithi184 bash[59794]: audit 2024-03-21T13:08:25.891643+0000 mon.a (mon.0) 4151 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:26.583 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:26 smithi184 bash[59794]: cluster 2024-03-21T13:08:25.895426+0000 mgr.x (mgr.34104) 2906 : cluster [DBG] pgmap v1916: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:26.583 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:26 smithi184 bash[59794]: cluster 2024-03-21T13:08:25.896217+0000 mgr.x (mgr.34104) 2907 : cluster [DBG] pgmap v1917: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:26.583 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:26 smithi184 bash[59794]: audit 2024-03-21T13:08:25.901698+0000 mon.a (mon.0) 4152 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:26.583 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:26 smithi184 bash[59794]: cephadm 2024-03-21T13:08:25.903501+0000 mgr.x (mgr.34104) 2908 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:26.583 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:26 smithi184 bash[59794]: audit 2024-03-21T13:08:25.984148+0000 mon.a (mon.0) 4153 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:26.583 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:26 smithi184 bash[59794]: audit 2024-03-21T13:08:25.987124+0000 mon.a (mon.0) 4154 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:26.583 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:26 smithi184 bash[59794]: audit 2024-03-21T13:08:25.989886+0000 mon.a (mon.0) 4155 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:26.584 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:26 smithi184 bash[59794]: audit 2024-03-21T13:08:25.991125+0000 mon.a (mon.0) 4156 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:26.584 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:26 smithi184 bash[59794]: cluster 2024-03-21T13:08:25.994065+0000 mgr.x (mgr.34104) 2909 : cluster [DBG] pgmap v1918: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:26.584 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:26 smithi184 bash[59794]: cluster 2024-03-21T13:08:25.994481+0000 mgr.x (mgr.34104) 2910 : cluster [DBG] pgmap v1919: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:26.584 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:26 smithi184 bash[59794]: audit 2024-03-21T13:08:26.002974+0000 mon.a (mon.0) 4157 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:26.584 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:26 smithi184 bash[59794]: cephadm 2024-03-21T13:08:26.004783+0000 mgr.x (mgr.34104) 2911 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:26.584 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:26 smithi184 bash[59794]: audit 2024-03-21T13:08:26.084260+0000 mon.a (mon.0) 4158 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:26.584 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:26 smithi184 bash[59794]: audit 2024-03-21T13:08:26.087958+0000 mon.a (mon.0) 4159 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:26.584 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:26 smithi184 bash[59794]: audit 2024-03-21T13:08:26.091200+0000 mon.a (mon.0) 4160 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:26.584 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:26 smithi184 bash[59794]: audit 2024-03-21T13:08:26.092483+0000 mon.a (mon.0) 4161 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:26.584 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:26 smithi184 bash[59794]: cluster 2024-03-21T13:08:26.095820+0000 mgr.x (mgr.34104) 2912 : cluster [DBG] pgmap v1920: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:26.584 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:26 smithi184 bash[59794]: cluster 2024-03-21T13:08:26.096118+0000 mgr.x (mgr.34104) 2913 : cluster [DBG] pgmap v1921: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:26.584 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:26 smithi184 bash[59794]: audit 2024-03-21T13:08:26.102904+0000 mon.a (mon.0) 4162 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:26.584 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:26 smithi184 bash[59794]: cephadm 2024-03-21T13:08:26.104772+0000 mgr.x (mgr.34104) 2914 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:26.584 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:26 smithi184 bash[59794]: audit 2024-03-21T13:08:26.182918+0000 mon.a (mon.0) 4163 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:26.584 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:26 smithi184 bash[59794]: audit 2024-03-21T13:08:26.186476+0000 mon.a (mon.0) 4164 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:26.585 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:26 smithi184 bash[59794]: audit 2024-03-21T13:08:26.190401+0000 mon.a (mon.0) 4165 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:26.585 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:26 smithi184 bash[59794]: audit 2024-03-21T13:08:26.191821+0000 mon.a (mon.0) 4166 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:26.585 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:26 smithi184 bash[59794]: cluster 2024-03-21T13:08:26.195142+0000 mgr.x (mgr.34104) 2915 : cluster [DBG] pgmap v1922: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:26.585 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:26 smithi184 bash[59794]: cluster 2024-03-21T13:08:26.195601+0000 mgr.x (mgr.34104) 2916 : cluster [DBG] pgmap v1923: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:26.585 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:26 smithi184 bash[59794]: audit 2024-03-21T13:08:26.203521+0000 mon.a (mon.0) 4167 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:26.585 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:26 smithi184 bash[59794]: cephadm 2024-03-21T13:08:26.205404+0000 mgr.x (mgr.34104) 2917 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:26.585 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:26 smithi184 bash[59794]: cluster 2024-03-21T13:08:26.217472+0000 mon.a (mon.0) 4168 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-21T13:08:26.585 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:26 smithi184 bash[59794]: cluster 2024-03-21T13:08:26.226858+0000 mon.a (mon.0) 4169 : cluster [INF] osd.4 [v2:172.21.15.184:6800/3106877894,v1:172.21.15.184:6801/3106877894] boot 2024-03-21T13:08:26.585 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:26 smithi184 bash[59794]: cluster 2024-03-21T13:08:26.227016+0000 mon.a (mon.0) 4170 : cluster [DBG] osdmap e152: 8 total, 8 up, 8 in 2024-03-21T13:08:26.585 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:26 smithi184 bash[59794]: audit 2024-03-21T13:08:26.228851+0000 mon.a (mon.0) 4171 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-21T13:08:26.585 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:26 smithi184 bash[59794]: audit 2024-03-21T13:08:26.288678+0000 mon.a (mon.0) 4172 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:26.585 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:26 smithi184 bash[59794]: audit 2024-03-21T13:08:26.291092+0000 mon.a (mon.0) 4173 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:26.585 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:26 smithi184 bash[59794]: audit 2024-03-21T13:08:26.293449+0000 mon.a (mon.0) 4174 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:26.585 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:26 smithi184 bash[59794]: audit 2024-03-21T13:08:26.294306+0000 mon.a (mon.0) 4175 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:26.585 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:26 smithi184 bash[59794]: audit 2024-03-21T13:08:26.302986+0000 mon.a (mon.0) 4176 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:26.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[75692]: cluster 2024-03-21T13:08:25.306069+0000 mgr.x (mgr.34104) 2888 : cluster [DBG] pgmap v1904: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:26.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[75692]: cluster 2024-03-21T13:08:25.306719+0000 mgr.x (mgr.34104) 2889 : cluster [DBG] pgmap v1905: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:26.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[75692]: cephadm 2024-03-21T13:08:25.315974+0000 mgr.x (mgr.34104) 2890 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:26.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[75692]: audit 2024-03-21T13:08:25.392283+0000 mon.a (mon.0) 4123 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:26.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[75692]: audit 2024-03-21T13:08:25.395755+0000 mon.a (mon.0) 4124 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:26.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[75692]: audit 2024-03-21T13:08:25.399701+0000 mon.a (mon.0) 4125 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:26.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[75692]: audit 2024-03-21T13:08:25.401142+0000 mon.a (mon.0) 4126 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:26.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[75692]: cluster 2024-03-21T13:08:25.404715+0000 mgr.x (mgr.34104) 2891 : cluster [DBG] pgmap v1906: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:26.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[75692]: cluster 2024-03-21T13:08:25.405328+0000 mgr.x (mgr.34104) 2892 : cluster [DBG] pgmap v1907: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:26.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[75692]: audit 2024-03-21T13:08:25.412838+0000 mon.a (mon.0) 4127 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:26.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[75692]: cephadm 2024-03-21T13:08:25.414595+0000 mgr.x (mgr.34104) 2893 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:26.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[75692]: audit 2024-03-21T13:08:25.492968+0000 mon.a (mon.0) 4128 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:26.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[75692]: audit 2024-03-21T13:08:25.496099+0000 mon.a (mon.0) 4129 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:26.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[75692]: audit 2024-03-21T13:08:25.499042+0000 mon.a (mon.0) 4130 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:26.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[75692]: audit 2024-03-21T13:08:25.500139+0000 mon.a (mon.0) 4131 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:26.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[75692]: cluster 2024-03-21T13:08:25.503103+0000 mgr.x (mgr.34104) 2894 : cluster [DBG] pgmap v1908: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:26.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[77880]: cluster 2024-03-21T13:08:25.306069+0000 mgr.x (mgr.34104) 2888 : cluster [DBG] pgmap v1904: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:26.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[77880]: cluster 2024-03-21T13:08:25.306719+0000 mgr.x (mgr.34104) 2889 : cluster [DBG] pgmap v1905: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:26.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[77880]: cephadm 2024-03-21T13:08:25.315974+0000 mgr.x (mgr.34104) 2890 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:26.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[77880]: audit 2024-03-21T13:08:25.392283+0000 mon.a (mon.0) 4123 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:26.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[77880]: audit 2024-03-21T13:08:25.395755+0000 mon.a (mon.0) 4124 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:26.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[77880]: audit 2024-03-21T13:08:25.399701+0000 mon.a (mon.0) 4125 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:26.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[77880]: audit 2024-03-21T13:08:25.401142+0000 mon.a (mon.0) 4126 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:26.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[77880]: cluster 2024-03-21T13:08:25.404715+0000 mgr.x (mgr.34104) 2891 : cluster [DBG] pgmap v1906: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:26.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[77880]: cluster 2024-03-21T13:08:25.405328+0000 mgr.x (mgr.34104) 2892 : cluster [DBG] pgmap v1907: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:26.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[77880]: audit 2024-03-21T13:08:25.412838+0000 mon.a (mon.0) 4127 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:26.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[77880]: cephadm 2024-03-21T13:08:25.414595+0000 mgr.x (mgr.34104) 2893 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:26.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[77880]: audit 2024-03-21T13:08:25.492968+0000 mon.a (mon.0) 4128 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:26.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[77880]: audit 2024-03-21T13:08:25.496099+0000 mon.a (mon.0) 4129 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:26.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[77880]: audit 2024-03-21T13:08:25.499042+0000 mon.a (mon.0) 4130 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:26.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[77880]: audit 2024-03-21T13:08:25.500139+0000 mon.a (mon.0) 4131 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:26.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[77880]: cluster 2024-03-21T13:08:25.503103+0000 mgr.x (mgr.34104) 2894 : cluster [DBG] pgmap v1908: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:26.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[75692]: cluster 2024-03-21T13:08:25.503640+0000 mgr.x (mgr.34104) 2895 : cluster [DBG] pgmap v1909: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:26.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[75692]: audit 2024-03-21T13:08:25.509616+0000 mon.a (mon.0) 4132 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:26.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[75692]: cephadm 2024-03-21T13:08:25.511404+0000 mgr.x (mgr.34104) 2896 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:26.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[75692]: audit 2024-03-21T13:08:25.586458+0000 mon.a (mon.0) 4133 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:26.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[75692]: audit 2024-03-21T13:08:25.589672+0000 mon.a (mon.0) 4134 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:26.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[75692]: audit 2024-03-21T13:08:25.593253+0000 mon.a (mon.0) 4135 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:26.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[75692]: audit 2024-03-21T13:08:25.594530+0000 mon.a (mon.0) 4136 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:26.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[75692]: cluster 2024-03-21T13:08:25.598618+0000 mgr.x (mgr.34104) 2897 : cluster [DBG] pgmap v1910: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:26.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[75692]: cluster 2024-03-21T13:08:25.599452+0000 mgr.x (mgr.34104) 2898 : cluster [DBG] pgmap v1911: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:26.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[75692]: audit 2024-03-21T13:08:25.606402+0000 mon.a (mon.0) 4137 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:26.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[75692]: cephadm 2024-03-21T13:08:25.610234+0000 mgr.x (mgr.34104) 2899 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:26.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[75692]: audit 2024-03-21T13:08:25.684229+0000 mon.a (mon.0) 4138 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:26.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[75692]: audit 2024-03-21T13:08:25.688706+0000 mon.a (mon.0) 4139 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:26.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[75692]: audit 2024-03-21T13:08:25.691525+0000 mon.a (mon.0) 4140 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:26.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[75692]: audit 2024-03-21T13:08:25.692775+0000 mon.a (mon.0) 4141 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:26.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[75692]: cluster 2024-03-21T13:08:25.695601+0000 mgr.x (mgr.34104) 2900 : cluster [DBG] pgmap v1912: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:26.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[75692]: cluster 2024-03-21T13:08:25.695918+0000 mgr.x (mgr.34104) 2901 : cluster [DBG] pgmap v1913: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:26.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[75692]: audit 2024-03-21T13:08:25.703104+0000 mon.a (mon.0) 4142 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:26.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[75692]: cephadm 2024-03-21T13:08:25.704772+0000 mgr.x (mgr.34104) 2902 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:26.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[77880]: cluster 2024-03-21T13:08:25.503640+0000 mgr.x (mgr.34104) 2895 : cluster [DBG] pgmap v1909: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:26.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[77880]: audit 2024-03-21T13:08:25.509616+0000 mon.a (mon.0) 4132 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:26.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[77880]: cephadm 2024-03-21T13:08:25.511404+0000 mgr.x (mgr.34104) 2896 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:26.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[77880]: audit 2024-03-21T13:08:25.586458+0000 mon.a (mon.0) 4133 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:26.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[77880]: audit 2024-03-21T13:08:25.589672+0000 mon.a (mon.0) 4134 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:26.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[77880]: audit 2024-03-21T13:08:25.593253+0000 mon.a (mon.0) 4135 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:26.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[77880]: audit 2024-03-21T13:08:25.594530+0000 mon.a (mon.0) 4136 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:26.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[77880]: cluster 2024-03-21T13:08:25.598618+0000 mgr.x (mgr.34104) 2897 : cluster [DBG] pgmap v1910: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:26.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[77880]: cluster 2024-03-21T13:08:25.599452+0000 mgr.x (mgr.34104) 2898 : cluster [DBG] pgmap v1911: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:26.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[77880]: audit 2024-03-21T13:08:25.606402+0000 mon.a (mon.0) 4137 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:26.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[77880]: cephadm 2024-03-21T13:08:25.610234+0000 mgr.x (mgr.34104) 2899 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:26.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[77880]: audit 2024-03-21T13:08:25.684229+0000 mon.a (mon.0) 4138 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:26.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[77880]: audit 2024-03-21T13:08:25.688706+0000 mon.a (mon.0) 4139 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:26.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[77880]: audit 2024-03-21T13:08:25.691525+0000 mon.a (mon.0) 4140 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:26.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[77880]: audit 2024-03-21T13:08:25.692775+0000 mon.a (mon.0) 4141 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:26.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[77880]: cluster 2024-03-21T13:08:25.695601+0000 mgr.x (mgr.34104) 2900 : cluster [DBG] pgmap v1912: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:26.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[77880]: cluster 2024-03-21T13:08:25.695918+0000 mgr.x (mgr.34104) 2901 : cluster [DBG] pgmap v1913: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:26.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[77880]: audit 2024-03-21T13:08:25.703104+0000 mon.a (mon.0) 4142 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:26.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[77880]: cephadm 2024-03-21T13:08:25.704772+0000 mgr.x (mgr.34104) 2902 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:26.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[75692]: audit 2024-03-21T13:08:25.782913+0000 mon.a (mon.0) 4143 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:26.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[75692]: audit 2024-03-21T13:08:25.786010+0000 mon.a (mon.0) 4144 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:26.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[75692]: audit 2024-03-21T13:08:25.789473+0000 mon.a (mon.0) 4145 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:26.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[75692]: audit 2024-03-21T13:08:25.790799+0000 mon.a (mon.0) 4146 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:26.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[75692]: cluster 2024-03-21T13:08:25.794228+0000 mgr.x (mgr.34104) 2903 : cluster [DBG] pgmap v1914: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:26.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[75692]: cluster 2024-03-21T13:08:25.794605+0000 mgr.x (mgr.34104) 2904 : cluster [DBG] pgmap v1915: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:26.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[75692]: audit 2024-03-21T13:08:25.803188+0000 mon.a (mon.0) 4147 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:26.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[75692]: cephadm 2024-03-21T13:08:25.804976+0000 mgr.x (mgr.34104) 2905 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:26.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[75692]: audit 2024-03-21T13:08:25.882588+0000 mon.a (mon.0) 4148 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:26.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[75692]: audit 2024-03-21T13:08:25.885953+0000 mon.a (mon.0) 4149 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:26.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[75692]: audit 2024-03-21T13:08:25.889635+0000 mon.a (mon.0) 4150 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:26.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[75692]: audit 2024-03-21T13:08:25.891643+0000 mon.a (mon.0) 4151 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:26.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[75692]: cluster 2024-03-21T13:08:25.895426+0000 mgr.x (mgr.34104) 2906 : cluster [DBG] pgmap v1916: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:26.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[75692]: cluster 2024-03-21T13:08:25.896217+0000 mgr.x (mgr.34104) 2907 : cluster [DBG] pgmap v1917: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:26.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[75692]: audit 2024-03-21T13:08:25.901698+0000 mon.a (mon.0) 4152 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:26.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[75692]: cephadm 2024-03-21T13:08:25.903501+0000 mgr.x (mgr.34104) 2908 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:26.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[75692]: audit 2024-03-21T13:08:25.984148+0000 mon.a (mon.0) 4153 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:26.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[75692]: audit 2024-03-21T13:08:25.987124+0000 mon.a (mon.0) 4154 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:26.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[75692]: audit 2024-03-21T13:08:25.989886+0000 mon.a (mon.0) 4155 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:26.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[75692]: audit 2024-03-21T13:08:25.991125+0000 mon.a (mon.0) 4156 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:26.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[75692]: cluster 2024-03-21T13:08:25.994065+0000 mgr.x (mgr.34104) 2909 : cluster [DBG] pgmap v1918: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:26.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[75692]: cluster 2024-03-21T13:08:25.994481+0000 mgr.x (mgr.34104) 2910 : cluster [DBG] pgmap v1919: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:26.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[75692]: audit 2024-03-21T13:08:26.002974+0000 mon.a (mon.0) 4157 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:26.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[75692]: cephadm 2024-03-21T13:08:26.004783+0000 mgr.x (mgr.34104) 2911 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:26.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[75692]: audit 2024-03-21T13:08:26.084260+0000 mon.a (mon.0) 4158 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:26.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[75692]: audit 2024-03-21T13:08:26.087958+0000 mon.a (mon.0) 4159 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:26.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[75692]: audit 2024-03-21T13:08:26.091200+0000 mon.a (mon.0) 4160 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:26.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[75692]: audit 2024-03-21T13:08:26.092483+0000 mon.a (mon.0) 4161 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:26.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[75692]: cluster 2024-03-21T13:08:26.095820+0000 mgr.x (mgr.34104) 2912 : cluster [DBG] pgmap v1920: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:26.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[75692]: cluster 2024-03-21T13:08:26.096118+0000 mgr.x (mgr.34104) 2913 : cluster [DBG] pgmap v1921: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:26.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[75692]: audit 2024-03-21T13:08:26.102904+0000 mon.a (mon.0) 4162 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:26.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[75692]: cephadm 2024-03-21T13:08:26.104772+0000 mgr.x (mgr.34104) 2914 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:26.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[75692]: audit 2024-03-21T13:08:26.182918+0000 mon.a (mon.0) 4163 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:26.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[75692]: audit 2024-03-21T13:08:26.186476+0000 mon.a (mon.0) 4164 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:26.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[75692]: audit 2024-03-21T13:08:26.190401+0000 mon.a (mon.0) 4165 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:26.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[77880]: audit 2024-03-21T13:08:25.782913+0000 mon.a (mon.0) 4143 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:26.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[77880]: audit 2024-03-21T13:08:25.786010+0000 mon.a (mon.0) 4144 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:26.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[77880]: audit 2024-03-21T13:08:25.789473+0000 mon.a (mon.0) 4145 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:26.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[77880]: audit 2024-03-21T13:08:25.790799+0000 mon.a (mon.0) 4146 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:26.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[77880]: cluster 2024-03-21T13:08:25.794228+0000 mgr.x (mgr.34104) 2903 : cluster [DBG] pgmap v1914: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:26.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[77880]: cluster 2024-03-21T13:08:25.794605+0000 mgr.x (mgr.34104) 2904 : cluster [DBG] pgmap v1915: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:26.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[77880]: audit 2024-03-21T13:08:25.803188+0000 mon.a (mon.0) 4147 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:26.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[77880]: cephadm 2024-03-21T13:08:25.804976+0000 mgr.x (mgr.34104) 2905 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:26.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[77880]: audit 2024-03-21T13:08:25.882588+0000 mon.a (mon.0) 4148 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:26.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[77880]: audit 2024-03-21T13:08:25.885953+0000 mon.a (mon.0) 4149 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:26.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[77880]: audit 2024-03-21T13:08:25.889635+0000 mon.a (mon.0) 4150 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:26.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[77880]: audit 2024-03-21T13:08:25.891643+0000 mon.a (mon.0) 4151 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:26.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[77880]: cluster 2024-03-21T13:08:25.895426+0000 mgr.x (mgr.34104) 2906 : cluster [DBG] pgmap v1916: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:26.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[77880]: cluster 2024-03-21T13:08:25.896217+0000 mgr.x (mgr.34104) 2907 : cluster [DBG] pgmap v1917: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:26.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[77880]: audit 2024-03-21T13:08:25.901698+0000 mon.a (mon.0) 4152 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:26.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[77880]: cephadm 2024-03-21T13:08:25.903501+0000 mgr.x (mgr.34104) 2908 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:26.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[77880]: audit 2024-03-21T13:08:25.984148+0000 mon.a (mon.0) 4153 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:26.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[77880]: audit 2024-03-21T13:08:25.987124+0000 mon.a (mon.0) 4154 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:26.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[75692]: audit 2024-03-21T13:08:26.191821+0000 mon.a (mon.0) 4166 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:26.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[75692]: cluster 2024-03-21T13:08:26.195142+0000 mgr.x (mgr.34104) 2915 : cluster [DBG] pgmap v1922: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:26.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[75692]: cluster 2024-03-21T13:08:26.195601+0000 mgr.x (mgr.34104) 2916 : cluster [DBG] pgmap v1923: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:26.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[75692]: audit 2024-03-21T13:08:26.203521+0000 mon.a (mon.0) 4167 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:26.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[75692]: cephadm 2024-03-21T13:08:26.205404+0000 mgr.x (mgr.34104) 2917 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:26.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[75692]: cluster 2024-03-21T13:08:26.217472+0000 mon.a (mon.0) 4168 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-21T13:08:26.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[75692]: cluster 2024-03-21T13:08:26.226858+0000 mon.a (mon.0) 4169 : cluster [INF] osd.4 [v2:172.21.15.184:6800/3106877894,v1:172.21.15.184:6801/3106877894] boot 2024-03-21T13:08:26.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[75692]: cluster 2024-03-21T13:08:26.227016+0000 mon.a (mon.0) 4170 : cluster [DBG] osdmap e152: 8 total, 8 up, 8 in 2024-03-21T13:08:26.811 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[75692]: audit 2024-03-21T13:08:26.228851+0000 mon.a (mon.0) 4171 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-21T13:08:26.811 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[75692]: audit 2024-03-21T13:08:26.288678+0000 mon.a (mon.0) 4172 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:26.811 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[75692]: audit 2024-03-21T13:08:26.291092+0000 mon.a (mon.0) 4173 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:26.811 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[75692]: audit 2024-03-21T13:08:26.293449+0000 mon.a (mon.0) 4174 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:26.811 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[75692]: audit 2024-03-21T13:08:26.294306+0000 mon.a (mon.0) 4175 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:26.811 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[75692]: audit 2024-03-21T13:08:26.302986+0000 mon.a (mon.0) 4176 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:26.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[77880]: audit 2024-03-21T13:08:25.989886+0000 mon.a (mon.0) 4155 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:26.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[77880]: audit 2024-03-21T13:08:25.991125+0000 mon.a (mon.0) 4156 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:26.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[77880]: cluster 2024-03-21T13:08:25.994065+0000 mgr.x (mgr.34104) 2909 : cluster [DBG] pgmap v1918: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:26.812 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[77880]: cluster 2024-03-21T13:08:25.994481+0000 mgr.x (mgr.34104) 2910 : cluster [DBG] pgmap v1919: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:26.812 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[77880]: audit 2024-03-21T13:08:26.002974+0000 mon.a (mon.0) 4157 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:26.812 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[77880]: cephadm 2024-03-21T13:08:26.004783+0000 mgr.x (mgr.34104) 2911 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:26.812 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[77880]: audit 2024-03-21T13:08:26.084260+0000 mon.a (mon.0) 4158 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:26.812 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[77880]: audit 2024-03-21T13:08:26.087958+0000 mon.a (mon.0) 4159 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:26.812 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[77880]: audit 2024-03-21T13:08:26.091200+0000 mon.a (mon.0) 4160 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:26.812 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[77880]: audit 2024-03-21T13:08:26.092483+0000 mon.a (mon.0) 4161 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:26.812 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[77880]: cluster 2024-03-21T13:08:26.095820+0000 mgr.x (mgr.34104) 2912 : cluster [DBG] pgmap v1920: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:26.812 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[77880]: cluster 2024-03-21T13:08:26.096118+0000 mgr.x (mgr.34104) 2913 : cluster [DBG] pgmap v1921: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:26.812 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[77880]: audit 2024-03-21T13:08:26.102904+0000 mon.a (mon.0) 4162 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:26.812 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[77880]: cephadm 2024-03-21T13:08:26.104772+0000 mgr.x (mgr.34104) 2914 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:26.813 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[77880]: audit 2024-03-21T13:08:26.182918+0000 mon.a (mon.0) 4163 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:26.813 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[77880]: audit 2024-03-21T13:08:26.186476+0000 mon.a (mon.0) 4164 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:26.813 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[77880]: audit 2024-03-21T13:08:26.190401+0000 mon.a (mon.0) 4165 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:26.813 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[77880]: audit 2024-03-21T13:08:26.191821+0000 mon.a (mon.0) 4166 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:26.813 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[77880]: cluster 2024-03-21T13:08:26.195142+0000 mgr.x (mgr.34104) 2915 : cluster [DBG] pgmap v1922: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:26.813 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[77880]: cluster 2024-03-21T13:08:26.195601+0000 mgr.x (mgr.34104) 2916 : cluster [DBG] pgmap v1923: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:26.813 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[77880]: audit 2024-03-21T13:08:26.203521+0000 mon.a (mon.0) 4167 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:26.813 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[77880]: cephadm 2024-03-21T13:08:26.205404+0000 mgr.x (mgr.34104) 2917 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:26.813 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[77880]: cluster 2024-03-21T13:08:26.217472+0000 mon.a (mon.0) 4168 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-21T13:08:26.813 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[77880]: cluster 2024-03-21T13:08:26.226858+0000 mon.a (mon.0) 4169 : cluster [INF] osd.4 [v2:172.21.15.184:6800/3106877894,v1:172.21.15.184:6801/3106877894] boot 2024-03-21T13:08:26.813 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[77880]: cluster 2024-03-21T13:08:26.227016+0000 mon.a (mon.0) 4170 : cluster [DBG] osdmap e152: 8 total, 8 up, 8 in 2024-03-21T13:08:26.813 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[77880]: audit 2024-03-21T13:08:26.228851+0000 mon.a (mon.0) 4171 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-21T13:08:26.813 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[77880]: audit 2024-03-21T13:08:26.288678+0000 mon.a (mon.0) 4172 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:26.814 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[77880]: audit 2024-03-21T13:08:26.291092+0000 mon.a (mon.0) 4173 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:26.814 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[77880]: audit 2024-03-21T13:08:26.293449+0000 mon.a (mon.0) 4174 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:26.814 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[77880]: audit 2024-03-21T13:08:26.294306+0000 mon.a (mon.0) 4175 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:26.814 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:26 smithi178 bash[77880]: audit 2024-03-21T13:08:26.302986+0000 mon.a (mon.0) 4176 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:27.573 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:08:27 smithi184 bash[52419]: debug 2024-03-21T13:08:27.190+0000 7f8424111700 -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) 2024-03-21T13:08:27.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:27 smithi184 bash[59794]: cluster 2024-03-21T13:08:26.297020+0000 mgr.x (mgr.34104) 2918 : cluster [DBG] pgmap v1925: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:27.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:27 smithi184 bash[59794]: cluster 2024-03-21T13:08:26.297424+0000 mgr.x (mgr.34104) 2919 : cluster [DBG] pgmap v1926: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:27.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:27 smithi184 bash[59794]: cephadm 2024-03-21T13:08:26.304660+0000 mgr.x (mgr.34104) 2920 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:27.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:27 smithi184 bash[59794]: audit 2024-03-21T13:08:26.382236+0000 mon.a (mon.0) 4177 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:27.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:27 smithi184 bash[59794]: audit 2024-03-21T13:08:26.385195+0000 mon.a (mon.0) 4178 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:27.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:27 smithi184 bash[59794]: audit 2024-03-21T13:08:26.388382+0000 mon.a (mon.0) 4179 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:27.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:27 smithi184 bash[59794]: audit 2024-03-21T13:08:26.389751+0000 mon.a (mon.0) 4180 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:27.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:27 smithi184 bash[59794]: cluster 2024-03-21T13:08:26.393127+0000 mgr.x (mgr.34104) 2921 : cluster [DBG] pgmap v1927: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:27.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:27 smithi184 bash[59794]: cluster 2024-03-21T13:08:26.393505+0000 mgr.x (mgr.34104) 2922 : cluster [DBG] pgmap v1928: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:27.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:27 smithi184 bash[59794]: audit 2024-03-21T13:08:26.401586+0000 mon.a (mon.0) 4181 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:27.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:27 smithi184 bash[59794]: cephadm 2024-03-21T13:08:26.403375+0000 mgr.x (mgr.34104) 2923 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:27.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:27 smithi184 bash[59794]: audit 2024-03-21T13:08:26.483201+0000 mon.a (mon.0) 4182 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:27.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:27 smithi184 bash[59794]: audit 2024-03-21T13:08:26.486324+0000 mon.a (mon.0) 4183 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:27.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:27 smithi184 bash[59794]: audit 2024-03-21T13:08:26.489652+0000 mon.a (mon.0) 4184 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:27.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:27 smithi184 bash[59794]: audit 2024-03-21T13:08:26.491070+0000 mon.a (mon.0) 4185 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:27.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:27 smithi184 bash[59794]: cluster 2024-03-21T13:08:26.494264+0000 mgr.x (mgr.34104) 2924 : cluster [DBG] pgmap v1929: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:27.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:27 smithi184 bash[59794]: cluster 2024-03-21T13:08:26.494658+0000 mgr.x (mgr.34104) 2925 : cluster [DBG] pgmap v1930: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:27.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:27 smithi184 bash[59794]: audit 2024-03-21T13:08:26.502733+0000 mon.a (mon.0) 4186 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:27.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:27 smithi184 bash[59794]: cephadm 2024-03-21T13:08:26.504479+0000 mgr.x (mgr.34104) 2926 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:27.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:27 smithi184 bash[59794]: audit 2024-03-21T13:08:26.582534+0000 mon.a (mon.0) 4187 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:27.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:27 smithi184 bash[59794]: audit 2024-03-21T13:08:26.586331+0000 mon.a (mon.0) 4188 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:27.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:27 smithi184 bash[59794]: audit 2024-03-21T13:08:26.589541+0000 mon.a (mon.0) 4189 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:27.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:27 smithi184 bash[59794]: audit 2024-03-21T13:08:26.590797+0000 mon.a (mon.0) 4190 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:27.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:27 smithi184 bash[59794]: cluster 2024-03-21T13:08:26.593819+0000 mgr.x (mgr.34104) 2927 : cluster [DBG] pgmap v1931: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:27.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:27 smithi184 bash[59794]: cluster 2024-03-21T13:08:26.594223+0000 mgr.x (mgr.34104) 2928 : cluster [DBG] pgmap v1932: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:27.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:27 smithi184 bash[59794]: audit 2024-03-21T13:08:26.602198+0000 mon.a (mon.0) 4191 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:27.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:27 smithi184 bash[59794]: cephadm 2024-03-21T13:08:26.603845+0000 mgr.x (mgr.34104) 2929 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:27.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:27 smithi184 bash[59794]: audit 2024-03-21T13:08:26.686896+0000 mon.a (mon.0) 4192 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:27.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:27 smithi184 bash[59794]: audit 2024-03-21T13:08:26.690427+0000 mon.a (mon.0) 4193 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:27.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:27 smithi184 bash[59794]: audit 2024-03-21T13:08:26.693618+0000 mon.a (mon.0) 4194 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:27.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:27 smithi184 bash[59794]: audit 2024-03-21T13:08:26.694980+0000 mon.a (mon.0) 4195 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:27.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:27 smithi184 bash[59794]: cluster 2024-03-21T13:08:26.698114+0000 mgr.x (mgr.34104) 2930 : cluster [DBG] pgmap v1933: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:27.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:27 smithi184 bash[59794]: cluster 2024-03-21T13:08:26.698501+0000 mgr.x (mgr.34104) 2931 : cluster [DBG] pgmap v1934: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:27.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:27 smithi184 bash[59794]: audit 2024-03-21T13:08:26.706718+0000 mon.a (mon.0) 4196 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:27.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:27 smithi184 bash[59794]: cephadm 2024-03-21T13:08:26.708677+0000 mgr.x (mgr.34104) 2932 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:27.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:27 smithi184 bash[59794]: audit 2024-03-21T13:08:26.782280+0000 mon.a (mon.0) 4197 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:27.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:27 smithi184 bash[59794]: audit 2024-03-21T13:08:26.785874+0000 mon.a (mon.0) 4198 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:27.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:27 smithi184 bash[59794]: audit 2024-03-21T13:08:26.789244+0000 mon.a (mon.0) 4199 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:27.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:27 smithi184 bash[59794]: audit 2024-03-21T13:08:26.790570+0000 mon.a (mon.0) 4200 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:27.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:27 smithi184 bash[59794]: cluster 2024-03-21T13:08:26.794553+0000 mgr.x (mgr.34104) 2933 : cluster [DBG] pgmap v1935: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:27.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:27 smithi184 bash[59794]: cluster 2024-03-21T13:08:26.794977+0000 mgr.x (mgr.34104) 2934 : cluster [DBG] pgmap v1936: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:27.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:27 smithi184 bash[59794]: audit 2024-03-21T13:08:26.802991+0000 mon.a (mon.0) 4201 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:27.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:27 smithi184 bash[59794]: cephadm 2024-03-21T13:08:26.804709+0000 mgr.x (mgr.34104) 2935 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:27.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:27 smithi184 bash[59794]: audit 2024-03-21T13:08:26.880457+0000 mon.a (mon.0) 4202 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:27.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:27 smithi184 bash[59794]: audit 2024-03-21T13:08:26.883699+0000 mon.a (mon.0) 4203 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:27.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:27 smithi184 bash[59794]: audit 2024-03-21T13:08:26.886730+0000 mon.a (mon.0) 4204 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:27.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:27 smithi184 bash[59794]: audit 2024-03-21T13:08:26.888070+0000 mon.a (mon.0) 4205 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:27.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:27 smithi184 bash[59794]: cluster 2024-03-21T13:08:26.891036+0000 mgr.x (mgr.34104) 2936 : cluster [DBG] pgmap v1937: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:27.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:27 smithi184 bash[59794]: cluster 2024-03-21T13:08:26.891406+0000 mgr.x (mgr.34104) 2937 : cluster [DBG] pgmap v1938: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:27.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:27 smithi184 bash[59794]: audit 2024-03-21T13:08:26.899421+0000 mon.a (mon.0) 4206 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:27.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:27 smithi184 bash[59794]: cephadm 2024-03-21T13:08:26.901199+0000 mgr.x (mgr.34104) 2938 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:27.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:27 smithi184 bash[59794]: audit 2024-03-21T13:08:26.977973+0000 mon.a (mon.0) 4207 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:27.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:27 smithi184 bash[59794]: audit 2024-03-21T13:08:26.982147+0000 mon.a (mon.0) 4208 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:27.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:27 smithi184 bash[59794]: audit 2024-03-21T13:08:26.986086+0000 mon.a (mon.0) 4209 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:27.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:27 smithi184 bash[59794]: audit 2024-03-21T13:08:26.987553+0000 mon.a (mon.0) 4210 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:27.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:27 smithi184 bash[59794]: cluster 2024-03-21T13:08:26.991171+0000 mgr.x (mgr.34104) 2939 : cluster [DBG] pgmap v1939: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:27.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:27 smithi184 bash[59794]: cluster 2024-03-21T13:08:26.992043+0000 mgr.x (mgr.34104) 2940 : cluster [DBG] pgmap v1940: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:27.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:27 smithi184 bash[59794]: audit 2024-03-21T13:08:26.999733+0000 mon.a (mon.0) 4211 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:27.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:27 smithi184 bash[59794]: cephadm 2024-03-21T13:08:27.001704+0000 mgr.x (mgr.34104) 2941 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:27.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:27 smithi184 bash[59794]: audit 2024-03-21T13:08:27.081778+0000 mon.a (mon.0) 4212 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:27.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:27 smithi184 bash[59794]: audit 2024-03-21T13:08:27.085453+0000 mon.a (mon.0) 4213 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:27.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:27 smithi184 bash[59794]: audit 2024-03-21T13:08:27.088668+0000 mon.a (mon.0) 4214 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:27.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:27 smithi184 bash[59794]: audit 2024-03-21T13:08:27.089991+0000 mon.a (mon.0) 4215 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:27.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:27 smithi184 bash[59794]: cluster 2024-03-21T13:08:27.092960+0000 mgr.x (mgr.34104) 2942 : cluster [DBG] pgmap v1941: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:27.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:27 smithi184 bash[59794]: cluster 2024-03-21T13:08:27.093304+0000 mgr.x (mgr.34104) 2943 : cluster [DBG] pgmap v1942: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:27.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:27 smithi184 bash[59794]: audit 2024-03-21T13:08:27.101165+0000 mon.a (mon.0) 4216 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:27.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:27 smithi184 bash[59794]: cephadm 2024-03-21T13:08:27.102824+0000 mgr.x (mgr.34104) 2944 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:27.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:27 smithi184 bash[59794]: audit 2024-03-21T13:08:27.140669+0000 mon.a (mon.0) 4217 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:27.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:27 smithi184 bash[59794]: audit 2024-03-21T13:08:27.149920+0000 mon.a (mon.0) 4218 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:27.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:27 smithi184 bash[59794]: cluster 2024-03-21T13:08:27.152927+0000 mgr.x (mgr.34104) 2945 : cluster [DBG] pgmap v1943: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:27.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:27 smithi184 bash[59794]: cluster 2024-03-21T13:08:27.153474+0000 mgr.x (mgr.34104) 2946 : cluster [DBG] pgmap v1944: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:27.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:27 smithi184 bash[59794]: audit 2024-03-21T13:08:27.159026+0000 mon.a (mon.0) 4219 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:27.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:27 smithi184 bash[59794]: audit 2024-03-21T13:08:27.182262+0000 mon.a (mon.0) 4220 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:27.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:27 smithi184 bash[59794]: audit 2024-03-21T13:08:27.185705+0000 mon.a (mon.0) 4221 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:27.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:27 smithi184 bash[59794]: audit 2024-03-21T13:08:27.188229+0000 mon.a (mon.0) 4222 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:27.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:27 smithi184 bash[59794]: audit 2024-03-21T13:08:27.190630+0000 mon.a (mon.0) 4223 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:27.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:27 smithi184 bash[59794]: audit 2024-03-21T13:08:27.193515+0000 mon.a (mon.0) 4224 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-03-21T13:08:27.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:27 smithi184 bash[59794]: audit 2024-03-21T13:08:27.194907+0000 mgr.x (mgr.34104) 2947 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-03-21T13:08:27.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:27 smithi184 bash[59794]: cephadm 2024-03-21T13:08:27.196551+0000 mgr.x (mgr.34104) 2948 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (13 PGs are or would become offline) 2024-03-21T13:08:27.581 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:27 smithi184 bash[59794]: cluster 2024-03-21T13:08:27.229645+0000 mon.a (mon.0) 4225 : cluster [DBG] osdmap e153: 8 total, 8 up, 8 in 2024-03-21T13:08:27.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:27 smithi178 bash[75692]: cluster 2024-03-21T13:08:26.297020+0000 mgr.x (mgr.34104) 2918 : cluster [DBG] pgmap v1925: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:27.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:27 smithi178 bash[75692]: cluster 2024-03-21T13:08:26.297424+0000 mgr.x (mgr.34104) 2919 : cluster [DBG] pgmap v1926: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:27.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:27 smithi178 bash[75692]: cephadm 2024-03-21T13:08:26.304660+0000 mgr.x (mgr.34104) 2920 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:27.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:27 smithi178 bash[75692]: audit 2024-03-21T13:08:26.382236+0000 mon.a (mon.0) 4177 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:27.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:27 smithi178 bash[75692]: audit 2024-03-21T13:08:26.385195+0000 mon.a (mon.0) 4178 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:27.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:27 smithi178 bash[75692]: audit 2024-03-21T13:08:26.388382+0000 mon.a (mon.0) 4179 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:27.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:27 smithi178 bash[75692]: audit 2024-03-21T13:08:26.389751+0000 mon.a (mon.0) 4180 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:27.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:27 smithi178 bash[75692]: cluster 2024-03-21T13:08:26.393127+0000 mgr.x (mgr.34104) 2921 : cluster [DBG] pgmap v1927: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:27.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:27 smithi178 bash[75692]: cluster 2024-03-21T13:08:26.393505+0000 mgr.x (mgr.34104) 2922 : cluster [DBG] pgmap v1928: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:27.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:27 smithi178 bash[75692]: audit 2024-03-21T13:08:26.401586+0000 mon.a (mon.0) 4181 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:27.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:27 smithi178 bash[75692]: cephadm 2024-03-21T13:08:26.403375+0000 mgr.x (mgr.34104) 2923 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:27.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:27 smithi178 bash[75692]: audit 2024-03-21T13:08:26.483201+0000 mon.a (mon.0) 4182 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:27.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:27 smithi178 bash[75692]: audit 2024-03-21T13:08:26.486324+0000 mon.a (mon.0) 4183 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:27.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:27 smithi178 bash[75692]: audit 2024-03-21T13:08:26.489652+0000 mon.a (mon.0) 4184 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:27.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:27 smithi178 bash[75692]: audit 2024-03-21T13:08:26.491070+0000 mon.a (mon.0) 4185 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:27.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:27 smithi178 bash[75692]: cluster 2024-03-21T13:08:26.494264+0000 mgr.x (mgr.34104) 2924 : cluster [DBG] pgmap v1929: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:27.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:27 smithi178 bash[77880]: cluster 2024-03-21T13:08:26.297020+0000 mgr.x (mgr.34104) 2918 : cluster [DBG] pgmap v1925: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:27.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:27 smithi178 bash[77880]: cluster 2024-03-21T13:08:26.297424+0000 mgr.x (mgr.34104) 2919 : cluster [DBG] pgmap v1926: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:27.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:27 smithi178 bash[77880]: cephadm 2024-03-21T13:08:26.304660+0000 mgr.x (mgr.34104) 2920 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:27.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:27 smithi178 bash[77880]: audit 2024-03-21T13:08:26.382236+0000 mon.a (mon.0) 4177 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:27.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:27 smithi178 bash[77880]: audit 2024-03-21T13:08:26.385195+0000 mon.a (mon.0) 4178 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:27.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:27 smithi178 bash[77880]: audit 2024-03-21T13:08:26.388382+0000 mon.a (mon.0) 4179 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:27.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:27 smithi178 bash[77880]: audit 2024-03-21T13:08:26.389751+0000 mon.a (mon.0) 4180 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:27.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:27 smithi178 bash[77880]: cluster 2024-03-21T13:08:26.393127+0000 mgr.x (mgr.34104) 2921 : cluster [DBG] pgmap v1927: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:27.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:27 smithi178 bash[77880]: cluster 2024-03-21T13:08:26.393505+0000 mgr.x (mgr.34104) 2922 : cluster [DBG] pgmap v1928: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:27.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:27 smithi178 bash[77880]: audit 2024-03-21T13:08:26.401586+0000 mon.a (mon.0) 4181 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:27.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:27 smithi178 bash[77880]: cephadm 2024-03-21T13:08:26.403375+0000 mgr.x (mgr.34104) 2923 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:27.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:27 smithi178 bash[77880]: audit 2024-03-21T13:08:26.483201+0000 mon.a (mon.0) 4182 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:27.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:27 smithi178 bash[77880]: audit 2024-03-21T13:08:26.486324+0000 mon.a (mon.0) 4183 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:27.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:27 smithi178 bash[77880]: audit 2024-03-21T13:08:26.489652+0000 mon.a (mon.0) 4184 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:27.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:27 smithi178 bash[77880]: audit 2024-03-21T13:08:26.491070+0000 mon.a (mon.0) 4185 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:27.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:27 smithi178 bash[77880]: cluster 2024-03-21T13:08:26.494264+0000 mgr.x (mgr.34104) 2924 : cluster [DBG] pgmap v1929: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:27.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:27 smithi178 bash[75692]: cluster 2024-03-21T13:08:26.494658+0000 mgr.x (mgr.34104) 2925 : cluster [DBG] pgmap v1930: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:27.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:27 smithi178 bash[75692]: audit 2024-03-21T13:08:26.502733+0000 mon.a (mon.0) 4186 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:27.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:27 smithi178 bash[75692]: cephadm 2024-03-21T13:08:26.504479+0000 mgr.x (mgr.34104) 2926 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:27.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:27 smithi178 bash[75692]: audit 2024-03-21T13:08:26.582534+0000 mon.a (mon.0) 4187 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:27.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:27 smithi178 bash[75692]: audit 2024-03-21T13:08:26.586331+0000 mon.a (mon.0) 4188 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:27.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:27 smithi178 bash[75692]: audit 2024-03-21T13:08:26.589541+0000 mon.a (mon.0) 4189 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:27.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:27 smithi178 bash[75692]: audit 2024-03-21T13:08:26.590797+0000 mon.a (mon.0) 4190 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:27.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:27 smithi178 bash[75692]: cluster 2024-03-21T13:08:26.593819+0000 mgr.x (mgr.34104) 2927 : cluster [DBG] pgmap v1931: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:27.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:27 smithi178 bash[75692]: cluster 2024-03-21T13:08:26.594223+0000 mgr.x (mgr.34104) 2928 : cluster [DBG] pgmap v1932: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:27.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:27 smithi178 bash[75692]: audit 2024-03-21T13:08:26.602198+0000 mon.a (mon.0) 4191 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:27.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:27 smithi178 bash[75692]: cephadm 2024-03-21T13:08:26.603845+0000 mgr.x (mgr.34104) 2929 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:27.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:27 smithi178 bash[75692]: audit 2024-03-21T13:08:26.686896+0000 mon.a (mon.0) 4192 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:27.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:27 smithi178 bash[75692]: audit 2024-03-21T13:08:26.690427+0000 mon.a (mon.0) 4193 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:27.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:27 smithi178 bash[75692]: audit 2024-03-21T13:08:26.693618+0000 mon.a (mon.0) 4194 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:27.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:27 smithi178 bash[75692]: audit 2024-03-21T13:08:26.694980+0000 mon.a (mon.0) 4195 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:27.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:27 smithi178 bash[75692]: cluster 2024-03-21T13:08:26.698114+0000 mgr.x (mgr.34104) 2930 : cluster [DBG] pgmap v1933: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:27.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:27 smithi178 bash[75692]: cluster 2024-03-21T13:08:26.698501+0000 mgr.x (mgr.34104) 2931 : cluster [DBG] pgmap v1934: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:27.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:27 smithi178 bash[75692]: audit 2024-03-21T13:08:26.706718+0000 mon.a (mon.0) 4196 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:27.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:27 smithi178 bash[75692]: cephadm 2024-03-21T13:08:26.708677+0000 mgr.x (mgr.34104) 2932 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:27.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:27 smithi178 bash[77880]: cluster 2024-03-21T13:08:26.494658+0000 mgr.x (mgr.34104) 2925 : cluster [DBG] pgmap v1930: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:27.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:27 smithi178 bash[77880]: audit 2024-03-21T13:08:26.502733+0000 mon.a (mon.0) 4186 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:27.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:27 smithi178 bash[77880]: cephadm 2024-03-21T13:08:26.504479+0000 mgr.x (mgr.34104) 2926 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:27.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:27 smithi178 bash[77880]: audit 2024-03-21T13:08:26.582534+0000 mon.a (mon.0) 4187 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:27.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:27 smithi178 bash[77880]: audit 2024-03-21T13:08:26.586331+0000 mon.a (mon.0) 4188 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:27.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:27 smithi178 bash[77880]: audit 2024-03-21T13:08:26.589541+0000 mon.a (mon.0) 4189 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:27.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:27 smithi178 bash[77880]: audit 2024-03-21T13:08:26.590797+0000 mon.a (mon.0) 4190 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:27.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:27 smithi178 bash[77880]: cluster 2024-03-21T13:08:26.593819+0000 mgr.x (mgr.34104) 2927 : cluster [DBG] pgmap v1931: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:27.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:27 smithi178 bash[77880]: cluster 2024-03-21T13:08:26.594223+0000 mgr.x (mgr.34104) 2928 : cluster [DBG] pgmap v1932: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:27.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:27 smithi178 bash[77880]: audit 2024-03-21T13:08:26.602198+0000 mon.a (mon.0) 4191 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:27.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:27 smithi178 bash[77880]: cephadm 2024-03-21T13:08:26.603845+0000 mgr.x (mgr.34104) 2929 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:27.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:27 smithi178 bash[77880]: audit 2024-03-21T13:08:26.686896+0000 mon.a (mon.0) 4192 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:27.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:27 smithi178 bash[77880]: audit 2024-03-21T13:08:26.690427+0000 mon.a (mon.0) 4193 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:27.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:27 smithi178 bash[77880]: audit 2024-03-21T13:08:26.693618+0000 mon.a (mon.0) 4194 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:27.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:27 smithi178 bash[77880]: audit 2024-03-21T13:08:26.694980+0000 mon.a (mon.0) 4195 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:27.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:27 smithi178 bash[77880]: cluster 2024-03-21T13:08:26.698114+0000 mgr.x (mgr.34104) 2930 : cluster [DBG] pgmap v1933: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:27.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:27 smithi178 bash[77880]: cluster 2024-03-21T13:08:26.698501+0000 mgr.x (mgr.34104) 2931 : cluster [DBG] pgmap v1934: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:27.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:27 smithi178 bash[77880]: audit 2024-03-21T13:08:26.706718+0000 mon.a (mon.0) 4196 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:27.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:27 smithi178 bash[77880]: cephadm 2024-03-21T13:08:26.708677+0000 mgr.x (mgr.34104) 2932 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:27.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:27 smithi178 bash[75692]: audit 2024-03-21T13:08:26.782280+0000 mon.a (mon.0) 4197 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:27.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:27 smithi178 bash[75692]: audit 2024-03-21T13:08:26.785874+0000 mon.a (mon.0) 4198 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:27.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:27 smithi178 bash[75692]: audit 2024-03-21T13:08:26.789244+0000 mon.a (mon.0) 4199 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:27.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:27 smithi178 bash[75692]: audit 2024-03-21T13:08:26.790570+0000 mon.a (mon.0) 4200 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:27.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:27 smithi178 bash[75692]: cluster 2024-03-21T13:08:26.794553+0000 mgr.x (mgr.34104) 2933 : cluster [DBG] pgmap v1935: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:27.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:27 smithi178 bash[75692]: cluster 2024-03-21T13:08:26.794977+0000 mgr.x (mgr.34104) 2934 : cluster [DBG] pgmap v1936: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:27.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:27 smithi178 bash[75692]: audit 2024-03-21T13:08:26.802991+0000 mon.a (mon.0) 4201 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:27.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:27 smithi178 bash[75692]: cephadm 2024-03-21T13:08:26.804709+0000 mgr.x (mgr.34104) 2935 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:27.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:27 smithi178 bash[75692]: audit 2024-03-21T13:08:26.880457+0000 mon.a (mon.0) 4202 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:27.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:27 smithi178 bash[75692]: audit 2024-03-21T13:08:26.883699+0000 mon.a (mon.0) 4203 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:27.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:27 smithi178 bash[75692]: audit 2024-03-21T13:08:26.886730+0000 mon.a (mon.0) 4204 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:27.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:27 smithi178 bash[75692]: audit 2024-03-21T13:08:26.888070+0000 mon.a (mon.0) 4205 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:27.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:27 smithi178 bash[75692]: cluster 2024-03-21T13:08:26.891036+0000 mgr.x (mgr.34104) 2936 : cluster [DBG] pgmap v1937: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:27.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:27 smithi178 bash[75692]: cluster 2024-03-21T13:08:26.891406+0000 mgr.x (mgr.34104) 2937 : cluster [DBG] pgmap v1938: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:27.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:27 smithi178 bash[75692]: audit 2024-03-21T13:08:26.899421+0000 mon.a (mon.0) 4206 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:27.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:27 smithi178 bash[75692]: cephadm 2024-03-21T13:08:26.901199+0000 mgr.x (mgr.34104) 2938 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:27.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:27 smithi178 bash[75692]: audit 2024-03-21T13:08:26.977973+0000 mon.a (mon.0) 4207 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:27.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:27 smithi178 bash[75692]: audit 2024-03-21T13:08:26.982147+0000 mon.a (mon.0) 4208 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:27.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:27 smithi178 bash[77880]: audit 2024-03-21T13:08:26.782280+0000 mon.a (mon.0) 4197 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:27.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:27 smithi178 bash[77880]: audit 2024-03-21T13:08:26.785874+0000 mon.a (mon.0) 4198 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:27.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:27 smithi178 bash[77880]: audit 2024-03-21T13:08:26.789244+0000 mon.a (mon.0) 4199 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:27.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:27 smithi178 bash[77880]: audit 2024-03-21T13:08:26.790570+0000 mon.a (mon.0) 4200 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:27.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:27 smithi178 bash[77880]: cluster 2024-03-21T13:08:26.794553+0000 mgr.x (mgr.34104) 2933 : cluster [DBG] pgmap v1935: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:27.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:27 smithi178 bash[77880]: cluster 2024-03-21T13:08:26.794977+0000 mgr.x (mgr.34104) 2934 : cluster [DBG] pgmap v1936: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:27.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:27 smithi178 bash[77880]: audit 2024-03-21T13:08:26.802991+0000 mon.a (mon.0) 4201 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:27.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:27 smithi178 bash[77880]: cephadm 2024-03-21T13:08:26.804709+0000 mgr.x (mgr.34104) 2935 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:27.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:27 smithi178 bash[77880]: audit 2024-03-21T13:08:26.880457+0000 mon.a (mon.0) 4202 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:27.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:27 smithi178 bash[77880]: audit 2024-03-21T13:08:26.883699+0000 mon.a (mon.0) 4203 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:27.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:27 smithi178 bash[77880]: audit 2024-03-21T13:08:26.886730+0000 mon.a (mon.0) 4204 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:27.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:27 smithi178 bash[77880]: audit 2024-03-21T13:08:26.888070+0000 mon.a (mon.0) 4205 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:27.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:27 smithi178 bash[77880]: cluster 2024-03-21T13:08:26.891036+0000 mgr.x (mgr.34104) 2936 : cluster [DBG] pgmap v1937: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:27.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:27 smithi178 bash[77880]: cluster 2024-03-21T13:08:26.891406+0000 mgr.x (mgr.34104) 2937 : cluster [DBG] pgmap v1938: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:27.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:27 smithi178 bash[77880]: audit 2024-03-21T13:08:26.899421+0000 mon.a (mon.0) 4206 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:27.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:27 smithi178 bash[77880]: cephadm 2024-03-21T13:08:26.901199+0000 mgr.x (mgr.34104) 2938 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:27.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:27 smithi178 bash[77880]: audit 2024-03-21T13:08:26.977973+0000 mon.a (mon.0) 4207 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:27.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:27 smithi178 bash[77880]: audit 2024-03-21T13:08:26.982147+0000 mon.a (mon.0) 4208 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:27.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:27 smithi178 bash[75692]: audit 2024-03-21T13:08:26.986086+0000 mon.a (mon.0) 4209 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:27.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:27 smithi178 bash[75692]: audit 2024-03-21T13:08:26.987553+0000 mon.a (mon.0) 4210 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:27.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:27 smithi178 bash[75692]: cluster 2024-03-21T13:08:26.991171+0000 mgr.x (mgr.34104) 2939 : cluster [DBG] pgmap v1939: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:27.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:27 smithi178 bash[75692]: cluster 2024-03-21T13:08:26.992043+0000 mgr.x (mgr.34104) 2940 : cluster [DBG] pgmap v1940: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:27.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:27 smithi178 bash[75692]: audit 2024-03-21T13:08:26.999733+0000 mon.a (mon.0) 4211 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:27.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:27 smithi178 bash[75692]: cephadm 2024-03-21T13:08:27.001704+0000 mgr.x (mgr.34104) 2941 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:27.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:27 smithi178 bash[75692]: audit 2024-03-21T13:08:27.081778+0000 mon.a (mon.0) 4212 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:27.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:27 smithi178 bash[75692]: audit 2024-03-21T13:08:27.085453+0000 mon.a (mon.0) 4213 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:27.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:27 smithi178 bash[75692]: audit 2024-03-21T13:08:27.088668+0000 mon.a (mon.0) 4214 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:27.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:27 smithi178 bash[75692]: audit 2024-03-21T13:08:27.089991+0000 mon.a (mon.0) 4215 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:27.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:27 smithi178 bash[75692]: cluster 2024-03-21T13:08:27.092960+0000 mgr.x (mgr.34104) 2942 : cluster [DBG] pgmap v1941: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:27.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:27 smithi178 bash[75692]: cluster 2024-03-21T13:08:27.093304+0000 mgr.x (mgr.34104) 2943 : cluster [DBG] pgmap v1942: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:27.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:27 smithi178 bash[75692]: audit 2024-03-21T13:08:27.101165+0000 mon.a (mon.0) 4216 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:27.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:27 smithi178 bash[75692]: cephadm 2024-03-21T13:08:27.102824+0000 mgr.x (mgr.34104) 2944 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:27.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:27 smithi178 bash[75692]: audit 2024-03-21T13:08:27.140669+0000 mon.a (mon.0) 4217 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:27.809 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:27 smithi178 bash[75692]: audit 2024-03-21T13:08:27.149920+0000 mon.a (mon.0) 4218 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:27.809 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:27 smithi178 bash[75692]: cluster 2024-03-21T13:08:27.152927+0000 mgr.x (mgr.34104) 2945 : cluster [DBG] pgmap v1943: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:27.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:27 smithi178 bash[77880]: audit 2024-03-21T13:08:26.986086+0000 mon.a (mon.0) 4209 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:27.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:27 smithi178 bash[77880]: audit 2024-03-21T13:08:26.987553+0000 mon.a (mon.0) 4210 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:27.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:27 smithi178 bash[77880]: cluster 2024-03-21T13:08:26.991171+0000 mgr.x (mgr.34104) 2939 : cluster [DBG] pgmap v1939: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:27.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:27 smithi178 bash[77880]: cluster 2024-03-21T13:08:26.992043+0000 mgr.x (mgr.34104) 2940 : cluster [DBG] pgmap v1940: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:27.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:27 smithi178 bash[77880]: audit 2024-03-21T13:08:26.999733+0000 mon.a (mon.0) 4211 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:27.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:27 smithi178 bash[77880]: cephadm 2024-03-21T13:08:27.001704+0000 mgr.x (mgr.34104) 2941 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:27.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:27 smithi178 bash[77880]: audit 2024-03-21T13:08:27.081778+0000 mon.a (mon.0) 4212 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:27.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:27 smithi178 bash[77880]: audit 2024-03-21T13:08:27.085453+0000 mon.a (mon.0) 4213 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:27.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:27 smithi178 bash[77880]: audit 2024-03-21T13:08:27.088668+0000 mon.a (mon.0) 4214 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:27.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:27 smithi178 bash[77880]: audit 2024-03-21T13:08:27.089991+0000 mon.a (mon.0) 4215 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:27.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:27 smithi178 bash[77880]: cluster 2024-03-21T13:08:27.092960+0000 mgr.x (mgr.34104) 2942 : cluster [DBG] pgmap v1941: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:27.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:27 smithi178 bash[77880]: cluster 2024-03-21T13:08:27.093304+0000 mgr.x (mgr.34104) 2943 : cluster [DBG] pgmap v1942: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:27.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:27 smithi178 bash[77880]: audit 2024-03-21T13:08:27.101165+0000 mon.a (mon.0) 4216 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:27.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:27 smithi178 bash[77880]: cephadm 2024-03-21T13:08:27.102824+0000 mgr.x (mgr.34104) 2944 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:27.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:27 smithi178 bash[77880]: audit 2024-03-21T13:08:27.140669+0000 mon.a (mon.0) 4217 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:27.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:27 smithi178 bash[77880]: audit 2024-03-21T13:08:27.149920+0000 mon.a (mon.0) 4218 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:27.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:27 smithi178 bash[77880]: cluster 2024-03-21T13:08:27.152927+0000 mgr.x (mgr.34104) 2945 : cluster [DBG] pgmap v1943: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:27.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:27 smithi178 bash[75692]: cluster 2024-03-21T13:08:27.153474+0000 mgr.x (mgr.34104) 2946 : cluster [DBG] pgmap v1944: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:27.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:27 smithi178 bash[75692]: audit 2024-03-21T13:08:27.159026+0000 mon.a (mon.0) 4219 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:27.811 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:27 smithi178 bash[75692]: audit 2024-03-21T13:08:27.182262+0000 mon.a (mon.0) 4220 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:27.811 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:27 smithi178 bash[75692]: audit 2024-03-21T13:08:27.185705+0000 mon.a (mon.0) 4221 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:27.811 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:27 smithi178 bash[75692]: audit 2024-03-21T13:08:27.188229+0000 mon.a (mon.0) 4222 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:27.811 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:27 smithi178 bash[75692]: audit 2024-03-21T13:08:27.190630+0000 mon.a (mon.0) 4223 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:27.811 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:27 smithi178 bash[75692]: audit 2024-03-21T13:08:27.193515+0000 mon.a (mon.0) 4224 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-03-21T13:08:27.811 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:27 smithi178 bash[75692]: audit 2024-03-21T13:08:27.194907+0000 mgr.x (mgr.34104) 2947 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-03-21T13:08:27.811 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:27 smithi178 bash[75692]: cephadm 2024-03-21T13:08:27.196551+0000 mgr.x (mgr.34104) 2948 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (13 PGs are or would become offline) 2024-03-21T13:08:27.811 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:27 smithi178 bash[75692]: cluster 2024-03-21T13:08:27.229645+0000 mon.a (mon.0) 4225 : cluster [DBG] osdmap e153: 8 total, 8 up, 8 in 2024-03-21T13:08:27.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:27 smithi178 bash[77880]: cluster 2024-03-21T13:08:27.153474+0000 mgr.x (mgr.34104) 2946 : cluster [DBG] pgmap v1944: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/630 objects degraded (15.079%) 2024-03-21T13:08:27.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:27 smithi178 bash[77880]: audit 2024-03-21T13:08:27.159026+0000 mon.a (mon.0) 4219 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:27.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:27 smithi178 bash[77880]: audit 2024-03-21T13:08:27.182262+0000 mon.a (mon.0) 4220 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:27.812 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:27 smithi178 bash[77880]: audit 2024-03-21T13:08:27.185705+0000 mon.a (mon.0) 4221 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:27.812 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:27 smithi178 bash[77880]: audit 2024-03-21T13:08:27.188229+0000 mon.a (mon.0) 4222 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:27.812 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:27 smithi178 bash[77880]: audit 2024-03-21T13:08:27.190630+0000 mon.a (mon.0) 4223 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:27.812 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:27 smithi178 bash[77880]: audit 2024-03-21T13:08:27.193515+0000 mon.a (mon.0) 4224 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-03-21T13:08:27.812 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:27 smithi178 bash[77880]: audit 2024-03-21T13:08:27.194907+0000 mgr.x (mgr.34104) 2947 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-03-21T13:08:27.812 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:27 smithi178 bash[77880]: cephadm 2024-03-21T13:08:27.196551+0000 mgr.x (mgr.34104) 2948 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (13 PGs are or would become offline) 2024-03-21T13:08:27.812 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:27 smithi178 bash[77880]: cluster 2024-03-21T13:08:27.229645+0000 mon.a (mon.0) 4225 : cluster [DBG] osdmap e153: 8 total, 8 up, 8 in 2024-03-21T13:08:29.532 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:29 smithi184 bash[59794]: cluster 2024-03-21T13:08:29.154906+0000 mgr.x (mgr.34104) 2949 : cluster [DBG] pgmap v1946: 161 pgs: 18 active+undersized+degraded, 31 active+undersized, 112 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 2.3 KiB/s rd, 2 op/s; 75/630 objects degraded (11.905%) 2024-03-21T13:08:29.532 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:29 smithi184 bash[59794]: cluster 2024-03-21T13:08:29.206214+0000 mon.a (mon.0) 4226 : cluster [WRN] Health check update: Degraded data redundancy: 75/630 objects degraded (11.905%), 18 pgs degraded (PG_DEGRADED) 2024-03-21T13:08:29.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:29 smithi178 bash[75692]: cluster 2024-03-21T13:08:29.154906+0000 mgr.x (mgr.34104) 2949 : cluster [DBG] pgmap v1946: 161 pgs: 18 active+undersized+degraded, 31 active+undersized, 112 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 2.3 KiB/s rd, 2 op/s; 75/630 objects degraded (11.905%) 2024-03-21T13:08:29.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:29 smithi178 bash[75692]: cluster 2024-03-21T13:08:29.206214+0000 mon.a (mon.0) 4226 : cluster [WRN] Health check update: Degraded data redundancy: 75/630 objects degraded (11.905%), 18 pgs degraded (PG_DEGRADED) 2024-03-21T13:08:29.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:29 smithi178 bash[77880]: cluster 2024-03-21T13:08:29.154906+0000 mgr.x (mgr.34104) 2949 : cluster [DBG] pgmap v1946: 161 pgs: 18 active+undersized+degraded, 31 active+undersized, 112 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 2.3 KiB/s rd, 2 op/s; 75/630 objects degraded (11.905%) 2024-03-21T13:08:29.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:29 smithi178 bash[77880]: cluster 2024-03-21T13:08:29.206214+0000 mon.a (mon.0) 4226 : cluster [WRN] Health check update: Degraded data redundancy: 75/630 objects degraded (11.905%), 18 pgs degraded (PG_DEGRADED) 2024-03-21T13:08:32.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:31 smithi178 bash[75692]: audit 2024-03-21T13:08:30.639799+0000 mon.a (mon.0) 4227 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:32.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:31 smithi178 bash[75692]: audit 2024-03-21T13:08:30.649046+0000 mon.a (mon.0) 4228 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:32.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:31 smithi178 bash[75692]: cluster 2024-03-21T13:08:30.653524+0000 mgr.x (mgr.34104) 2950 : cluster [DBG] pgmap v1947: 161 pgs: 161 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-03-21T13:08:32.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:31 smithi178 bash[75692]: cluster 2024-03-21T13:08:30.654075+0000 mgr.x (mgr.34104) 2951 : cluster [DBG] pgmap v1948: 161 pgs: 161 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-03-21T13:08:32.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:31 smithi178 bash[75692]: audit 2024-03-21T13:08:30.660793+0000 mon.a (mon.0) 4229 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:32.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:31 smithi178 bash[75692]: audit 2024-03-21T13:08:30.828491+0000 mgr.x (mgr.34104) 2952 : audit [DBG] from='client.15585 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:08:32.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:31 smithi178 bash[75692]: audit 2024-03-21T13:08:31.030361+0000 mon.a (mon.0) 4230 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:32.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:31 smithi178 bash[75692]: audit 2024-03-21T13:08:31.040507+0000 mon.a (mon.0) 4231 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:32.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:31 smithi178 bash[75692]: cluster 2024-03-21T13:08:31.043116+0000 mgr.x (mgr.34104) 2953 : cluster [DBG] pgmap v1949: 161 pgs: 161 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-03-21T13:08:32.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:31 smithi178 bash[75692]: cluster 2024-03-21T13:08:31.043436+0000 mgr.x (mgr.34104) 2954 : cluster [DBG] pgmap v1950: 161 pgs: 161 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-03-21T13:08:32.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:31 smithi178 bash[75692]: audit 2024-03-21T13:08:31.050591+0000 mon.a (mon.0) 4232 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:32.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:31 smithi178 bash[77880]: audit 2024-03-21T13:08:30.639799+0000 mon.a (mon.0) 4227 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:32.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:31 smithi178 bash[77880]: audit 2024-03-21T13:08:30.649046+0000 mon.a (mon.0) 4228 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:32.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:31 smithi178 bash[77880]: cluster 2024-03-21T13:08:30.653524+0000 mgr.x (mgr.34104) 2950 : cluster [DBG] pgmap v1947: 161 pgs: 161 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-03-21T13:08:32.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:31 smithi178 bash[77880]: cluster 2024-03-21T13:08:30.654075+0000 mgr.x (mgr.34104) 2951 : cluster [DBG] pgmap v1948: 161 pgs: 161 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-03-21T13:08:32.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:31 smithi178 bash[77880]: audit 2024-03-21T13:08:30.660793+0000 mon.a (mon.0) 4229 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:32.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:31 smithi178 bash[77880]: audit 2024-03-21T13:08:30.828491+0000 mgr.x (mgr.34104) 2952 : audit [DBG] from='client.15585 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:08:32.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:31 smithi178 bash[77880]: audit 2024-03-21T13:08:31.030361+0000 mon.a (mon.0) 4230 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:32.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:31 smithi178 bash[77880]: audit 2024-03-21T13:08:31.040507+0000 mon.a (mon.0) 4231 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:32.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:31 smithi178 bash[77880]: cluster 2024-03-21T13:08:31.043116+0000 mgr.x (mgr.34104) 2953 : cluster [DBG] pgmap v1949: 161 pgs: 161 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-03-21T13:08:32.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:31 smithi178 bash[77880]: cluster 2024-03-21T13:08:31.043436+0000 mgr.x (mgr.34104) 2954 : cluster [DBG] pgmap v1950: 161 pgs: 161 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-03-21T13:08:32.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:31 smithi178 bash[77880]: audit 2024-03-21T13:08:31.050591+0000 mon.a (mon.0) 4232 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:32.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:31 smithi184 bash[59794]: audit 2024-03-21T13:08:30.639799+0000 mon.a (mon.0) 4227 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:32.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:31 smithi184 bash[59794]: audit 2024-03-21T13:08:30.649046+0000 mon.a (mon.0) 4228 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:32.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:31 smithi184 bash[59794]: cluster 2024-03-21T13:08:30.653524+0000 mgr.x (mgr.34104) 2950 : cluster [DBG] pgmap v1947: 161 pgs: 161 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-03-21T13:08:32.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:31 smithi184 bash[59794]: cluster 2024-03-21T13:08:30.654075+0000 mgr.x (mgr.34104) 2951 : cluster [DBG] pgmap v1948: 161 pgs: 161 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-03-21T13:08:32.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:31 smithi184 bash[59794]: audit 2024-03-21T13:08:30.660793+0000 mon.a (mon.0) 4229 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:32.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:31 smithi184 bash[59794]: audit 2024-03-21T13:08:30.828491+0000 mgr.x (mgr.34104) 2952 : audit [DBG] from='client.15585 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:08:32.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:31 smithi184 bash[59794]: audit 2024-03-21T13:08:31.030361+0000 mon.a (mon.0) 4230 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:32.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:31 smithi184 bash[59794]: audit 2024-03-21T13:08:31.040507+0000 mon.a (mon.0) 4231 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:32.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:31 smithi184 bash[59794]: cluster 2024-03-21T13:08:31.043116+0000 mgr.x (mgr.34104) 2953 : cluster [DBG] pgmap v1949: 161 pgs: 161 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-03-21T13:08:32.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:31 smithi184 bash[59794]: cluster 2024-03-21T13:08:31.043436+0000 mgr.x (mgr.34104) 2954 : cluster [DBG] pgmap v1950: 161 pgs: 161 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-03-21T13:08:32.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:31 smithi184 bash[59794]: audit 2024-03-21T13:08:31.050591+0000 mon.a (mon.0) 4232 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:33.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:32 smithi178 bash[75692]: cluster 2024-03-21T13:08:31.646946+0000 mon.a (mon.0) 4233 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 75/630 objects degraded (11.905%), 18 pgs degraded) 2024-03-21T13:08:33.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:32 smithi178 bash[77880]: cluster 2024-03-21T13:08:31.646946+0000 mon.a (mon.0) 4233 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 75/630 objects degraded (11.905%), 18 pgs degraded) 2024-03-21T13:08:33.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:32 smithi184 bash[59794]: cluster 2024-03-21T13:08:31.646946+0000 mon.a (mon.0) 4233 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 75/630 objects degraded (11.905%), 18 pgs degraded) 2024-03-21T13:08:34.029 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:33 smithi184 bash[59794]: cluster 2024-03-21T13:08:33.044239+0000 mgr.x (mgr.34104) 2955 : cluster [DBG] pgmap v1951: 161 pgs: 161 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 879 B/s rd, 0 op/s 2024-03-21T13:08:34.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:33 smithi178 bash[75692]: cluster 2024-03-21T13:08:33.044239+0000 mgr.x (mgr.34104) 2955 : cluster [DBG] pgmap v1951: 161 pgs: 161 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 879 B/s rd, 0 op/s 2024-03-21T13:08:34.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:33 smithi178 bash[77880]: cluster 2024-03-21T13:08:33.044239+0000 mgr.x (mgr.34104) 2955 : cluster [DBG] pgmap v1951: 161 pgs: 161 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 879 B/s rd, 0 op/s 2024-03-21T13:08:35.800 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:08:35 smithi184 bash[52419]: ::ffff:172.21.15.184 - - [21/Mar/2024:13:08:35] "GET /metrics HTTP/1.1" 200 38599 "" "Prometheus/2.33.4" 2024-03-21T13:08:36.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:35 smithi184 bash[59794]: audit 2024-03-21T13:08:34.792404+0000 mon.a (mon.0) 4234 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:36.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:35 smithi184 bash[59794]: audit 2024-03-21T13:08:34.794179+0000 mon.a (mon.0) 4235 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:08:36.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:35 smithi184 bash[59794]: cluster 2024-03-21T13:08:35.045596+0000 mgr.x (mgr.34104) 2956 : cluster [DBG] pgmap v1952: 161 pgs: 161 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 869 B/s rd, 0 op/s 2024-03-21T13:08:36.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:35 smithi178 bash[75692]: audit 2024-03-21T13:08:34.792404+0000 mon.a (mon.0) 4234 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:36.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:35 smithi178 bash[75692]: audit 2024-03-21T13:08:34.794179+0000 mon.a (mon.0) 4235 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:08:36.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:35 smithi178 bash[75692]: cluster 2024-03-21T13:08:35.045596+0000 mgr.x (mgr.34104) 2956 : cluster [DBG] pgmap v1952: 161 pgs: 161 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 869 B/s rd, 0 op/s 2024-03-21T13:08:36.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:35 smithi178 bash[77880]: audit 2024-03-21T13:08:34.792404+0000 mon.a (mon.0) 4234 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:36.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:35 smithi178 bash[77880]: audit 2024-03-21T13:08:34.794179+0000 mon.a (mon.0) 4235 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:08:36.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:35 smithi178 bash[77880]: cluster 2024-03-21T13:08:35.045596+0000 mgr.x (mgr.34104) 2956 : cluster [DBG] pgmap v1952: 161 pgs: 161 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 869 B/s rd, 0 op/s 2024-03-21T13:08:38.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:38 smithi178 bash[75692]: cluster 2024-03-21T13:08:37.046786+0000 mgr.x (mgr.34104) 2957 : cluster [DBG] pgmap v1953: 161 pgs: 161 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 800 B/s rd, 0 op/s 2024-03-21T13:08:38.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:38 smithi178 bash[77880]: cluster 2024-03-21T13:08:37.046786+0000 mgr.x (mgr.34104) 2957 : cluster [DBG] pgmap v1953: 161 pgs: 161 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 800 B/s rd, 0 op/s 2024-03-21T13:08:38.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:38 smithi184 bash[59794]: cluster 2024-03-21T13:08:37.046786+0000 mgr.x (mgr.34104) 2957 : cluster [DBG] pgmap v1953: 161 pgs: 161 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 800 B/s rd, 0 op/s 2024-03-21T13:08:40.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:40 smithi178 bash[75692]: cluster 2024-03-21T13:08:39.048005+0000 mgr.x (mgr.34104) 2958 : cluster [DBG] pgmap v1954: 161 pgs: 161 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:08:40.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:40 smithi178 bash[75692]: audit 2024-03-21T13:08:40.043586+0000 mon.a (mon.0) 4236 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:40.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:40 smithi178 bash[77880]: cluster 2024-03-21T13:08:39.048005+0000 mgr.x (mgr.34104) 2958 : cluster [DBG] pgmap v1954: 161 pgs: 161 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:08:40.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:40 smithi178 bash[77880]: audit 2024-03-21T13:08:40.043586+0000 mon.a (mon.0) 4236 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:40.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:40 smithi184 bash[59794]: cluster 2024-03-21T13:08:39.048005+0000 mgr.x (mgr.34104) 2958 : cluster [DBG] pgmap v1954: 161 pgs: 161 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:08:40.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:40 smithi184 bash[59794]: audit 2024-03-21T13:08:40.043586+0000 mon.a (mon.0) 4236 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:42.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:42 smithi178 bash[75692]: audit 2024-03-21T13:08:40.836126+0000 mgr.x (mgr.34104) 2959 : audit [DBG] from='client.15585 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:08:42.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:42 smithi178 bash[75692]: cluster 2024-03-21T13:08:41.049381+0000 mgr.x (mgr.34104) 2960 : cluster [DBG] pgmap v1955: 161 pgs: 161 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-03-21T13:08:42.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:42 smithi178 bash[77880]: audit 2024-03-21T13:08:40.836126+0000 mgr.x (mgr.34104) 2959 : audit [DBG] from='client.15585 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:08:42.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:42 smithi178 bash[77880]: cluster 2024-03-21T13:08:41.049381+0000 mgr.x (mgr.34104) 2960 : cluster [DBG] pgmap v1955: 161 pgs: 161 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-03-21T13:08:42.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:42 smithi184 bash[59794]: audit 2024-03-21T13:08:40.836126+0000 mgr.x (mgr.34104) 2959 : audit [DBG] from='client.15585 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:08:42.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:42 smithi184 bash[59794]: cluster 2024-03-21T13:08:41.049381+0000 mgr.x (mgr.34104) 2960 : cluster [DBG] pgmap v1955: 161 pgs: 161 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-03-21T13:08:43.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:43 smithi178 bash[75692]: audit 2024-03-21T13:08:42.201080+0000 mon.a (mon.0) 4237 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-03-21T13:08:43.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:43 smithi178 bash[75692]: audit 2024-03-21T13:08:42.202554+0000 mgr.x (mgr.34104) 2961 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-03-21T13:08:43.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:43 smithi178 bash[75692]: cephadm 2024-03-21T13:08:42.205822+0000 mgr.x (mgr.34104) 2962 : cephadm [INF] Upgrade: osd.5 is safe to restart 2024-03-21T13:08:43.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:43 smithi178 bash[77880]: audit 2024-03-21T13:08:42.201080+0000 mon.a (mon.0) 4237 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-03-21T13:08:43.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:43 smithi178 bash[77880]: audit 2024-03-21T13:08:42.202554+0000 mgr.x (mgr.34104) 2961 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-03-21T13:08:43.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:43 smithi178 bash[77880]: cephadm 2024-03-21T13:08:42.205822+0000 mgr.x (mgr.34104) 2962 : cephadm [INF] Upgrade: osd.5 is safe to restart 2024-03-21T13:08:43.549 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:43 smithi184 bash[59794]: audit 2024-03-21T13:08:42.201080+0000 mon.a (mon.0) 4237 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-03-21T13:08:43.549 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:43 smithi184 bash[59794]: audit 2024-03-21T13:08:42.202554+0000 mgr.x (mgr.34104) 2961 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-03-21T13:08:43.550 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:43 smithi184 bash[59794]: cephadm 2024-03-21T13:08:42.205822+0000 mgr.x (mgr.34104) 2962 : cephadm [INF] Upgrade: osd.5 is safe to restart 2024-03-21T13:08:44.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:44 smithi184 bash[59794]: cluster 2024-03-21T13:08:43.050293+0000 mgr.x (mgr.34104) 2963 : cluster [DBG] pgmap v1956: 161 pgs: 161 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:08:44.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:44 smithi178 bash[75692]: cluster 2024-03-21T13:08:43.050293+0000 mgr.x (mgr.34104) 2963 : cluster [DBG] pgmap v1956: 161 pgs: 161 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:08:44.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:44 smithi178 bash[77880]: cluster 2024-03-21T13:08:43.050293+0000 mgr.x (mgr.34104) 2963 : cluster [DBG] pgmap v1956: 161 pgs: 161 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:08:45.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:45 smithi178 bash[75692]: cephadm 2024-03-21T13:08:44.525683+0000 mgr.x (mgr.34104) 2964 : cephadm [INF] Upgrade: Updating osd.5 2024-03-21T13:08:45.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:45 smithi178 bash[75692]: audit 2024-03-21T13:08:44.532200+0000 mon.a (mon.0) 4238 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:45.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:45 smithi178 bash[75692]: audit 2024-03-21T13:08:44.537299+0000 mon.a (mon.0) 4239 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-03-21T13:08:45.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:45 smithi178 bash[75692]: audit 2024-03-21T13:08:44.539340+0000 mon.a (mon.0) 4240 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:45.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:45 smithi178 bash[75692]: cephadm 2024-03-21T13:08:44.545722+0000 mgr.x (mgr.34104) 2965 : cephadm [INF] Deploying daemon osd.5 on smithi184 2024-03-21T13:08:45.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:45 smithi178 bash[75692]: cluster 2024-03-21T13:08:45.051777+0000 mgr.x (mgr.34104) 2966 : cluster [DBG] pgmap v1957: 161 pgs: 161 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:08:45.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:45 smithi178 bash[77880]: cephadm 2024-03-21T13:08:44.525683+0000 mgr.x (mgr.34104) 2964 : cephadm [INF] Upgrade: Updating osd.5 2024-03-21T13:08:45.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:45 smithi178 bash[77880]: audit 2024-03-21T13:08:44.532200+0000 mon.a (mon.0) 4238 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:45.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:45 smithi178 bash[77880]: audit 2024-03-21T13:08:44.537299+0000 mon.a (mon.0) 4239 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-03-21T13:08:45.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:45 smithi178 bash[77880]: audit 2024-03-21T13:08:44.539340+0000 mon.a (mon.0) 4240 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:45.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:45 smithi178 bash[77880]: cephadm 2024-03-21T13:08:44.545722+0000 mgr.x (mgr.34104) 2965 : cephadm [INF] Deploying daemon osd.5 on smithi184 2024-03-21T13:08:45.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:45 smithi178 bash[77880]: cluster 2024-03-21T13:08:45.051777+0000 mgr.x (mgr.34104) 2966 : cluster [DBG] pgmap v1957: 161 pgs: 161 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:08:45.818 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:08:45 smithi184 bash[52419]: ::ffff:172.21.15.184 - - [21/Mar/2024:13:08:45] "GET /metrics HTTP/1.1" 200 38599 "" "Prometheus/2.33.4" 2024-03-21T13:08:45.818 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:45 smithi184 bash[59794]: cephadm 2024-03-21T13:08:44.525683+0000 mgr.x (mgr.34104) 2964 : cephadm [INF] Upgrade: Updating osd.5 2024-03-21T13:08:45.818 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:45 smithi184 bash[59794]: audit 2024-03-21T13:08:44.532200+0000 mon.a (mon.0) 4238 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:45.818 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:45 smithi184 bash[59794]: audit 2024-03-21T13:08:44.537299+0000 mon.a (mon.0) 4239 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-03-21T13:08:45.818 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:45 smithi184 bash[59794]: audit 2024-03-21T13:08:44.539340+0000 mon.a (mon.0) 4240 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:45.819 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:45 smithi184 bash[59794]: cephadm 2024-03-21T13:08:44.545722+0000 mgr.x (mgr.34104) 2965 : cephadm [INF] Deploying daemon osd.5 on smithi184 2024-03-21T13:08:45.819 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:45 smithi184 bash[59794]: cluster 2024-03-21T13:08:45.051777+0000 mgr.x (mgr.34104) 2966 : cluster [DBG] pgmap v1957: 161 pgs: 161 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:08:48.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:48 smithi184 bash[59794]: cluster 2024-03-21T13:08:47.052960+0000 mgr.x (mgr.34104) 2967 : cluster [DBG] pgmap v1958: 161 pgs: 161 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:08:48.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:48 smithi178 bash[75692]: cluster 2024-03-21T13:08:47.052960+0000 mgr.x (mgr.34104) 2967 : cluster [DBG] pgmap v1958: 161 pgs: 161 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:08:48.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:48 smithi178 bash[77880]: cluster 2024-03-21T13:08:47.052960+0000 mgr.x (mgr.34104) 2967 : cluster [DBG] pgmap v1958: 161 pgs: 161 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:08:49.232 INFO:journalctl@ceph.osd.5.smithi184.stdout:Mar 21 13:08:49 smithi184 systemd[1]: Stopping Ceph osd.5 for a94f249e-e780-11ee-95cd-87774f69a715... 2024-03-21T13:08:49.573 INFO:journalctl@ceph.osd.5.smithi184.stdout:Mar 21 13:08:49 smithi184 bash[23942]: debug 2024-03-21T13:08:49.225+0000 7f0c3ae92700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.5 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-03-21T13:08:49.573 INFO:journalctl@ceph.osd.5.smithi184.stdout:Mar 21 13:08:49 smithi184 bash[23942]: debug 2024-03-21T13:08:49.225+0000 7f0c3ae92700 -1 osd.5 153 *** Got signal Terminated *** 2024-03-21T13:08:49.573 INFO:journalctl@ceph.osd.5.smithi184.stdout:Mar 21 13:08:49 smithi184 bash[23942]: debug 2024-03-21T13:08:49.229+0000 7f0c3ae92700 -1 osd.5 153 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-21T13:08:50.490 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:50 smithi178 bash[75692]: cluster 2024-03-21T13:08:49.054174+0000 mgr.x (mgr.34104) 2968 : cluster [DBG] pgmap v1959: 161 pgs: 161 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:08:50.491 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:50 smithi178 bash[75692]: cluster 2024-03-21T13:08:49.231962+0000 mon.a (mon.0) 4241 : cluster [INF] osd.5 marked itself down and dead 2024-03-21T13:08:50.491 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:50 smithi178 bash[75692]: audit 2024-03-21T13:08:49.787063+0000 mon.a (mon.0) 4242 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:08:50.491 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:50 smithi178 bash[77880]: cluster 2024-03-21T13:08:49.054174+0000 mgr.x (mgr.34104) 2968 : cluster [DBG] pgmap v1959: 161 pgs: 161 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:08:50.491 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:50 smithi178 bash[77880]: cluster 2024-03-21T13:08:49.231962+0000 mon.a (mon.0) 4241 : cluster [INF] osd.5 marked itself down and dead 2024-03-21T13:08:50.491 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:50 smithi178 bash[77880]: audit 2024-03-21T13:08:49.787063+0000 mon.a (mon.0) 4242 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:08:50.567 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:50 smithi184 bash[59794]: cluster 2024-03-21T13:08:49.054174+0000 mgr.x (mgr.34104) 2968 : cluster [DBG] pgmap v1959: 161 pgs: 161 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:08:50.567 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:50 smithi184 bash[59794]: cluster 2024-03-21T13:08:49.231962+0000 mon.a (mon.0) 4241 : cluster [INF] osd.5 marked itself down and dead 2024-03-21T13:08:50.567 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:50 smithi184 bash[59794]: audit 2024-03-21T13:08:49.787063+0000 mon.a (mon.0) 4242 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:08:51.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:51 smithi184 bash[59794]: cluster 2024-03-21T13:08:50.112397+0000 mon.a (mon.0) 4243 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-03-21T13:08:51.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:51 smithi184 bash[59794]: cluster 2024-03-21T13:08:50.125077+0000 mon.a (mon.0) 4244 : cluster [DBG] osdmap e154: 8 total, 7 up, 8 in 2024-03-21T13:08:51.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:51 smithi184 bash[59794]: audit 2024-03-21T13:08:50.172360+0000 mon.a (mon.0) 4245 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.6", "id": [1, 5]}]: dispatch 2024-03-21T13:08:51.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:51 smithi184 bash[59794]: audit 2024-03-21T13:08:50.172863+0000 mon.a (mon.0) 4246 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 0]}]: dispatch 2024-03-21T13:08:51.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:51 smithi184 bash[59794]: audit 2024-03-21T13:08:50.173314+0000 mon.a (mon.0) 4247 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 5]}]: dispatch 2024-03-21T13:08:51.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:51 smithi184 bash[59794]: audit 2024-03-21T13:08:50.173733+0000 mon.a (mon.0) 4248 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.c", "id": [3, 2]}]: dispatch 2024-03-21T13:08:51.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:51 smithi184 bash[59794]: audit 2024-03-21T13:08:50.174150+0000 mon.a (mon.0) 4249 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.11", "id": [3, 5]}]: dispatch 2024-03-21T13:08:51.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:51 smithi184 bash[59794]: audit 2024-03-21T13:08:50.174587+0000 mon.a (mon.0) 4250 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2, 3, 5]}]: dispatch 2024-03-21T13:08:51.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:51 smithi184 bash[59794]: audit 2024-03-21T13:08:50.175114+0000 mon.a (mon.0) 4251 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [4, 5]}]: dispatch 2024-03-21T13:08:51.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:51 smithi184 bash[59794]: audit 2024-03-21T13:08:50.175562+0000 mon.a (mon.0) 4252 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [3, 2, 1, 0]}]: dispatch 2024-03-21T13:08:51.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:51 smithi184 bash[59794]: audit 2024-03-21T13:08:50.175979+0000 mon.a (mon.0) 4253 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [3, 5]}]: dispatch 2024-03-21T13:08:51.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:51 smithi184 bash[59794]: audit 2024-03-21T13:08:50.822119+0000 mon.a (mon.0) 4254 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:51.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:51 smithi184 bash[59794]: audit 2024-03-21T13:08:50.831515+0000 mon.a (mon.0) 4255 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:51.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:51 smithi184 bash[59794]: audit 2024-03-21T13:08:50.843238+0000 mon.a (mon.0) 4256 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:51.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:51 smithi184 bash[59794]: audit 2024-03-21T13:08:50.901234+0000 mon.a (mon.0) 4257 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:51.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:51 smithi184 bash[59794]: audit 2024-03-21T13:08:50.911558+0000 mon.a (mon.0) 4258 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:51.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:51 smithi184 bash[59794]: audit 2024-03-21T13:08:50.923557+0000 mon.a (mon.0) 4259 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:51.507 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:51 smithi178 bash[77880]: cluster 2024-03-21T13:08:50.112397+0000 mon.a (mon.0) 4243 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-03-21T13:08:51.507 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:51 smithi178 bash[77880]: cluster 2024-03-21T13:08:50.125077+0000 mon.a (mon.0) 4244 : cluster [DBG] osdmap e154: 8 total, 7 up, 8 in 2024-03-21T13:08:51.507 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:51 smithi178 bash[77880]: audit 2024-03-21T13:08:50.172360+0000 mon.a (mon.0) 4245 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.6", "id": [1, 5]}]: dispatch 2024-03-21T13:08:51.507 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:51 smithi178 bash[77880]: audit 2024-03-21T13:08:50.172863+0000 mon.a (mon.0) 4246 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 0]}]: dispatch 2024-03-21T13:08:51.508 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:51 smithi178 bash[77880]: audit 2024-03-21T13:08:50.173314+0000 mon.a (mon.0) 4247 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 5]}]: dispatch 2024-03-21T13:08:51.508 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:51 smithi178 bash[77880]: audit 2024-03-21T13:08:50.173733+0000 mon.a (mon.0) 4248 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.c", "id": [3, 2]}]: dispatch 2024-03-21T13:08:51.508 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:51 smithi178 bash[77880]: audit 2024-03-21T13:08:50.174150+0000 mon.a (mon.0) 4249 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.11", "id": [3, 5]}]: dispatch 2024-03-21T13:08:51.508 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:51 smithi178 bash[77880]: audit 2024-03-21T13:08:50.174587+0000 mon.a (mon.0) 4250 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2, 3, 5]}]: dispatch 2024-03-21T13:08:51.508 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:51 smithi178 bash[77880]: audit 2024-03-21T13:08:50.175114+0000 mon.a (mon.0) 4251 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [4, 5]}]: dispatch 2024-03-21T13:08:51.508 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:51 smithi178 bash[77880]: audit 2024-03-21T13:08:50.175562+0000 mon.a (mon.0) 4252 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [3, 2, 1, 0]}]: dispatch 2024-03-21T13:08:51.508 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:51 smithi178 bash[77880]: audit 2024-03-21T13:08:50.175979+0000 mon.a (mon.0) 4253 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [3, 5]}]: dispatch 2024-03-21T13:08:51.508 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:51 smithi178 bash[77880]: audit 2024-03-21T13:08:50.822119+0000 mon.a (mon.0) 4254 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:51.508 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:51 smithi178 bash[77880]: audit 2024-03-21T13:08:50.831515+0000 mon.a (mon.0) 4255 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:51.508 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:51 smithi178 bash[77880]: audit 2024-03-21T13:08:50.843238+0000 mon.a (mon.0) 4256 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:51.508 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:51 smithi178 bash[77880]: audit 2024-03-21T13:08:50.901234+0000 mon.a (mon.0) 4257 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:51.508 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:51 smithi178 bash[77880]: audit 2024-03-21T13:08:50.911558+0000 mon.a (mon.0) 4258 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:51.508 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:51 smithi178 bash[77880]: audit 2024-03-21T13:08:50.923557+0000 mon.a (mon.0) 4259 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:51.509 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:51 smithi178 bash[75692]: cluster 2024-03-21T13:08:50.112397+0000 mon.a (mon.0) 4243 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-03-21T13:08:51.509 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:51 smithi178 bash[75692]: cluster 2024-03-21T13:08:50.125077+0000 mon.a (mon.0) 4244 : cluster [DBG] osdmap e154: 8 total, 7 up, 8 in 2024-03-21T13:08:51.509 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:51 smithi178 bash[75692]: audit 2024-03-21T13:08:50.172360+0000 mon.a (mon.0) 4245 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.6", "id": [1, 5]}]: dispatch 2024-03-21T13:08:51.509 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:51 smithi178 bash[75692]: audit 2024-03-21T13:08:50.172863+0000 mon.a (mon.0) 4246 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 0]}]: dispatch 2024-03-21T13:08:51.509 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:51 smithi178 bash[75692]: audit 2024-03-21T13:08:50.173314+0000 mon.a (mon.0) 4247 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 5]}]: dispatch 2024-03-21T13:08:51.509 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:51 smithi178 bash[75692]: audit 2024-03-21T13:08:50.173733+0000 mon.a (mon.0) 4248 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.c", "id": [3, 2]}]: dispatch 2024-03-21T13:08:51.509 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:51 smithi178 bash[75692]: audit 2024-03-21T13:08:50.174150+0000 mon.a (mon.0) 4249 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.11", "id": [3, 5]}]: dispatch 2024-03-21T13:08:51.509 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:51 smithi178 bash[75692]: audit 2024-03-21T13:08:50.174587+0000 mon.a (mon.0) 4250 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2, 3, 5]}]: dispatch 2024-03-21T13:08:51.509 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:51 smithi178 bash[75692]: audit 2024-03-21T13:08:50.175114+0000 mon.a (mon.0) 4251 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [4, 5]}]: dispatch 2024-03-21T13:08:51.509 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:51 smithi178 bash[75692]: audit 2024-03-21T13:08:50.175562+0000 mon.a (mon.0) 4252 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [3, 2, 1, 0]}]: dispatch 2024-03-21T13:08:51.509 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:51 smithi178 bash[75692]: audit 2024-03-21T13:08:50.175979+0000 mon.a (mon.0) 4253 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [3, 5]}]: dispatch 2024-03-21T13:08:51.509 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:51 smithi178 bash[75692]: audit 2024-03-21T13:08:50.822119+0000 mon.a (mon.0) 4254 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:51.509 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:51 smithi178 bash[75692]: audit 2024-03-21T13:08:50.831515+0000 mon.a (mon.0) 4255 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:51.510 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:51 smithi178 bash[75692]: audit 2024-03-21T13:08:50.843238+0000 mon.a (mon.0) 4256 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:51.510 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:51 smithi178 bash[75692]: audit 2024-03-21T13:08:50.901234+0000 mon.a (mon.0) 4257 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:51.510 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:51 smithi178 bash[75692]: audit 2024-03-21T13:08:50.911558+0000 mon.a (mon.0) 4258 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:51.510 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:51 smithi178 bash[75692]: audit 2024-03-21T13:08:50.923557+0000 mon.a (mon.0) 4259 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:51.573 INFO:journalctl@ceph.osd.5.smithi184.stdout:Mar 21 13:08:51 smithi184 bash[69102]: ceph-a94f249e-e780-11ee-95cd-87774f69a715-osd-5 2024-03-21T13:08:51.622 INFO:teuthology.orchestra.run.smithi178.stdout:true 2024-03-21T13:08:51.845 INFO:journalctl@ceph.osd.5.smithi184.stdout:Mar 21 13:08:51 smithi184 bash[69323]: Error response from daemon: No such container: ceph-a94f249e-e780-11ee-95cd-87774f69a715-osd-5 2024-03-21T13:08:52.421 INFO:teuthology.orchestra.run.smithi178.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-21T13:08:52.421 INFO:teuthology.orchestra.run.smithi178.stdout:agent.smithi178 smithi178 running 1s ago 22m - - 2024-03-21T13:08:52.421 INFO:teuthology.orchestra.run.smithi178.stdout:agent.smithi184 smithi184 running 1s ago 22m - - 2024-03-21T13:08:52.421 INFO:teuthology.orchestra.run.smithi178.stdout:alertmanager.a smithi178 *:9093,9094 running (9m) 1s ago 15m 17.6M - 0.23.0 ba2b418f427c b9533705fcaf 2024-03-21T13:08:52.421 INFO:teuthology.orchestra.run.smithi178.stdout:grafana.a smithi184 *:3000 error 1s ago 15m - - 2024-03-21T13:08:52.421 INFO:teuthology.orchestra.run.smithi178.stdout:iscsi.foo.smithi178.qfgpzc smithi178 running (7m) 1s ago 13m 50.3M - 3.5 e1d6a67b021e 8cd81f5e1d31 2024-03-21T13:08:52.421 INFO:teuthology.orchestra.run.smithi178.stdout:mgr.x smithi184 *:8443,9283,8765 running (7m) 1s ago 21m 529M - 19.0.0-2267-g960fbbe4 19e12293512f 23b748469eab 2024-03-21T13:08:52.421 INFO:teuthology.orchestra.run.smithi178.stdout:mgr.y smithi178 *:8443,9283,8765 running (6m) 1s ago 23m 446M - 19.0.0-2267-g960fbbe4 19e12293512f 4b58d9293a93 2024-03-21T13:08:52.421 INFO:teuthology.orchestra.run.smithi178.stdout:mon.a smithi178 running (5m) 1s ago 24m 108M 2048M 19.0.0-2267-g960fbbe4 19e12293512f cdcc04604451 2024-03-21T13:08:52.422 INFO:teuthology.orchestra.run.smithi178.stdout:mon.b smithi184 running (5m) 1s ago 22m 49.8M 2048M 19.0.0-2267-g960fbbe4 19e12293512f 209431841a07 2024-03-21T13:08:52.422 INFO:teuthology.orchestra.run.smithi178.stdout:mon.c smithi178 running (5m) 1s ago 22m 56.1M 2048M 19.0.0-2267-g960fbbe4 19e12293512f 1de13280fabe 2024-03-21T13:08:52.422 INFO:teuthology.orchestra.run.smithi178.stdout:node-exporter.a smithi178 *:9100 running (9m) 1s ago 16m 14.4M - 1.3.1 1dbe0e931976 5d4ec1307be5 2024-03-21T13:08:52.422 INFO:teuthology.orchestra.run.smithi178.stdout:node-exporter.b smithi184 *:9100 running (8m) 1s ago 16m 15.0M - 1.3.1 1dbe0e931976 2a37d9a9b638 2024-03-21T13:08:52.422 INFO:teuthology.orchestra.run.smithi178.stdout:osd.0 smithi178 running (3m) 1s ago 21m 54.5M 4096M 19.0.0-2267-g960fbbe4 19e12293512f ca44aa92861d 2024-03-21T13:08:52.422 INFO:teuthology.orchestra.run.smithi178.stdout:osd.1 smithi178 running (2m) 1s ago 20m 55.2M 4096M 19.0.0-2267-g960fbbe4 19e12293512f c559dec8e3df 2024-03-21T13:08:52.422 INFO:teuthology.orchestra.run.smithi178.stdout:osd.2 smithi178 running (116s) 1s ago 20m 55.5M 4096M 19.0.0-2267-g960fbbe4 19e12293512f 4ba78eee5937 2024-03-21T13:08:52.422 INFO:teuthology.orchestra.run.smithi178.stdout:osd.3 smithi178 running (75s) 1s ago 19m 51.5M 4096M 19.0.0-2267-g960fbbe4 19e12293512f f26cfcfca7d2 2024-03-21T13:08:52.422 INFO:teuthology.orchestra.run.smithi178.stdout:osd.4 smithi184 running (34s) 1s ago 19m 54.3M 4096M 19.0.0-2267-g960fbbe4 19e12293512f fdbedcf7f562 2024-03-21T13:08:52.422 INFO:teuthology.orchestra.run.smithi178.stdout:osd.5 smithi184 unknown 1s ago 18m 67.0M 4096M 17.2.0 e1d6a67b021e a0e050155046 2024-03-21T13:08:52.422 INFO:teuthology.orchestra.run.smithi178.stdout:osd.6 smithi184 running (17m) 1s ago 17m 66.5M 4096M 17.2.0 e1d6a67b021e 68fa324445fb 2024-03-21T13:08:52.422 INFO:teuthology.orchestra.run.smithi178.stdout:osd.7 smithi184 running (17m) 1s ago 17m 68.1M 4096M 17.2.0 e1d6a67b021e 9153684ac7cd 2024-03-21T13:08:52.422 INFO:teuthology.orchestra.run.smithi178.stdout:prometheus.a smithi184 *:9095 running (7m) 1s ago 16m 71.1M - 2.33.4 514e6a882f6e 68f156839b90 2024-03-21T13:08:52.423 INFO:teuthology.orchestra.run.smithi178.stdout:rgw.foo.smithi178.amgrte smithi178 *:8000 running (13m) 1s ago 13m 90.0M - 17.2.0 e1d6a67b021e d914bef5b616 2024-03-21T13:08:52.423 INFO:teuthology.orchestra.run.smithi178.stdout:rgw.foo.smithi184.sylqte smithi184 *:8000 running (13m) 1s ago 13m 88.7M - 17.2.0 e1d6a67b021e 71e9025bfe7b 2024-03-21T13:08:52.423 INFO:teuthology.orchestra.run.smithi178.stdout:rgw.smpl.smithi178.avyvkd smithi178 *:80 running (13m) 1s ago 13m 89.0M - 17.2.0 e1d6a67b021e 95dce05fca01 2024-03-21T13:08:52.423 INFO:teuthology.orchestra.run.smithi178.stdout:rgw.smpl.smithi184.ccsuhn smithi184 *:80 running (13m) 1s ago 13m 89.1M - 17.2.0 e1d6a67b021e c3b20c5f0cde 2024-03-21T13:08:52.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:52 smithi178 bash[77880]: cluster 2024-03-21T13:08:50.834825+0000 mgr.x (mgr.34104) 2969 : cluster [DBG] pgmap v1961: 161 pgs: 14 peering, 147 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 941 B/s rd, 0 op/s 2024-03-21T13:08:52.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:52 smithi178 bash[77880]: cluster 2024-03-21T13:08:50.835236+0000 mgr.x (mgr.34104) 2970 : cluster [DBG] pgmap v1962: 161 pgs: 14 peering, 147 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:08:52.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:52 smithi178 bash[77880]: audit 2024-03-21T13:08:50.844200+0000 mgr.x (mgr.34104) 2971 : audit [DBG] from='client.15585 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:08:52.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:52 smithi178 bash[77880]: cluster 2024-03-21T13:08:50.914728+0000 mgr.x (mgr.34104) 2972 : cluster [DBG] pgmap v1963: 161 pgs: 14 peering, 147 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 698 B/s rd, 0 op/s 2024-03-21T13:08:52.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:52 smithi178 bash[77880]: cluster 2024-03-21T13:08:50.915336+0000 mgr.x (mgr.34104) 2973 : cluster [DBG] pgmap v1964: 161 pgs: 14 peering, 147 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-21T13:08:52.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:52 smithi178 bash[77880]: audit 2024-03-21T13:08:51.127314+0000 mon.a (mon.0) 4260 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.6", "id": [1, 5]}]': finished 2024-03-21T13:08:52.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:52 smithi178 bash[77880]: audit 2024-03-21T13:08:51.127497+0000 mon.a (mon.0) 4261 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 0]}]': finished 2024-03-21T13:08:52.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:52 smithi178 bash[77880]: audit 2024-03-21T13:08:51.127671+0000 mon.a (mon.0) 4262 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 5]}]': finished 2024-03-21T13:08:52.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:52 smithi178 bash[77880]: audit 2024-03-21T13:08:51.127872+0000 mon.a (mon.0) 4263 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.c", "id": [3, 2]}]': finished 2024-03-21T13:08:52.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:52 smithi178 bash[77880]: audit 2024-03-21T13:08:51.128193+0000 mon.a (mon.0) 4264 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.11", "id": [3, 5]}]': finished 2024-03-21T13:08:52.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:52 smithi178 bash[77880]: audit 2024-03-21T13:08:51.128375+0000 mon.a (mon.0) 4265 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2, 3, 5]}]': finished 2024-03-21T13:08:52.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:52 smithi178 bash[77880]: audit 2024-03-21T13:08:51.128532+0000 mon.a (mon.0) 4266 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [4, 5]}]': finished 2024-03-21T13:08:52.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:52 smithi178 bash[77880]: audit 2024-03-21T13:08:51.128630+0000 mon.a (mon.0) 4267 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [3, 2, 1, 0]}]': finished 2024-03-21T13:08:52.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:52 smithi178 bash[77880]: audit 2024-03-21T13:08:51.128708+0000 mon.a (mon.0) 4268 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [3, 5]}]': finished 2024-03-21T13:08:52.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:52 smithi178 bash[77880]: cluster 2024-03-21T13:08:51.135111+0000 mon.a (mon.0) 4269 : cluster [DBG] osdmap e155: 8 total, 7 up, 8 in 2024-03-21T13:08:52.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:52 smithi178 bash[77880]: cluster 2024-03-21T13:08:51.828172+0000 mon.a (mon.0) 4270 : cluster [WRN] Health check update: 2 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-21T13:08:52.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:52 smithi178 bash[77880]: cluster 2024-03-21T13:08:51.828220+0000 mon.a (mon.0) 4271 : cluster [WRN] Health check failed: Reduced data availability: 1 pg inactive, 3 pgs peering (PG_AVAILABILITY) 2024-03-21T13:08:52.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:52 smithi178 bash[75692]: cluster 2024-03-21T13:08:50.834825+0000 mgr.x (mgr.34104) 2969 : cluster [DBG] pgmap v1961: 161 pgs: 14 peering, 147 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 941 B/s rd, 0 op/s 2024-03-21T13:08:52.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:52 smithi178 bash[75692]: cluster 2024-03-21T13:08:50.835236+0000 mgr.x (mgr.34104) 2970 : cluster [DBG] pgmap v1962: 161 pgs: 14 peering, 147 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:08:52.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:52 smithi178 bash[75692]: audit 2024-03-21T13:08:50.844200+0000 mgr.x (mgr.34104) 2971 : audit [DBG] from='client.15585 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:08:52.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:52 smithi178 bash[75692]: cluster 2024-03-21T13:08:50.914728+0000 mgr.x (mgr.34104) 2972 : cluster [DBG] pgmap v1963: 161 pgs: 14 peering, 147 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 698 B/s rd, 0 op/s 2024-03-21T13:08:52.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:52 smithi178 bash[75692]: cluster 2024-03-21T13:08:50.915336+0000 mgr.x (mgr.34104) 2973 : cluster [DBG] pgmap v1964: 161 pgs: 14 peering, 147 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-21T13:08:52.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:52 smithi178 bash[75692]: audit 2024-03-21T13:08:51.127314+0000 mon.a (mon.0) 4260 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.6", "id": [1, 5]}]': finished 2024-03-21T13:08:52.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:52 smithi178 bash[75692]: audit 2024-03-21T13:08:51.127497+0000 mon.a (mon.0) 4261 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 0]}]': finished 2024-03-21T13:08:52.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:52 smithi178 bash[75692]: audit 2024-03-21T13:08:51.127671+0000 mon.a (mon.0) 4262 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 5]}]': finished 2024-03-21T13:08:52.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:52 smithi178 bash[75692]: audit 2024-03-21T13:08:51.127872+0000 mon.a (mon.0) 4263 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.c", "id": [3, 2]}]': finished 2024-03-21T13:08:52.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:52 smithi178 bash[75692]: audit 2024-03-21T13:08:51.128193+0000 mon.a (mon.0) 4264 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.11", "id": [3, 5]}]': finished 2024-03-21T13:08:52.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:52 smithi178 bash[75692]: audit 2024-03-21T13:08:51.128375+0000 mon.a (mon.0) 4265 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2, 3, 5]}]': finished 2024-03-21T13:08:52.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:52 smithi178 bash[75692]: audit 2024-03-21T13:08:51.128532+0000 mon.a (mon.0) 4266 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [4, 5]}]': finished 2024-03-21T13:08:52.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:52 smithi178 bash[75692]: audit 2024-03-21T13:08:51.128630+0000 mon.a (mon.0) 4267 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [3, 2, 1, 0]}]': finished 2024-03-21T13:08:52.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:52 smithi178 bash[75692]: audit 2024-03-21T13:08:51.128708+0000 mon.a (mon.0) 4268 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [3, 5]}]': finished 2024-03-21T13:08:52.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:52 smithi178 bash[75692]: cluster 2024-03-21T13:08:51.135111+0000 mon.a (mon.0) 4269 : cluster [DBG] osdmap e155: 8 total, 7 up, 8 in 2024-03-21T13:08:52.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:52 smithi178 bash[75692]: cluster 2024-03-21T13:08:51.828172+0000 mon.a (mon.0) 4270 : cluster [WRN] Health check update: 2 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-21T13:08:52.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:52 smithi178 bash[75692]: cluster 2024-03-21T13:08:51.828220+0000 mon.a (mon.0) 4271 : cluster [WRN] Health check failed: Reduced data availability: 1 pg inactive, 3 pgs peering (PG_AVAILABILITY) 2024-03-21T13:08:52.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:52 smithi184 bash[59794]: cluster 2024-03-21T13:08:50.834825+0000 mgr.x (mgr.34104) 2969 : cluster [DBG] pgmap v1961: 161 pgs: 14 peering, 147 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 941 B/s rd, 0 op/s 2024-03-21T13:08:52.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:52 smithi184 bash[59794]: cluster 2024-03-21T13:08:50.835236+0000 mgr.x (mgr.34104) 2970 : cluster [DBG] pgmap v1962: 161 pgs: 14 peering, 147 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:08:52.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:52 smithi184 bash[59794]: audit 2024-03-21T13:08:50.844200+0000 mgr.x (mgr.34104) 2971 : audit [DBG] from='client.15585 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:08:52.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:52 smithi184 bash[59794]: cluster 2024-03-21T13:08:50.914728+0000 mgr.x (mgr.34104) 2972 : cluster [DBG] pgmap v1963: 161 pgs: 14 peering, 147 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 698 B/s rd, 0 op/s 2024-03-21T13:08:52.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:52 smithi184 bash[59794]: cluster 2024-03-21T13:08:50.915336+0000 mgr.x (mgr.34104) 2973 : cluster [DBG] pgmap v1964: 161 pgs: 14 peering, 147 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-21T13:08:52.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:52 smithi184 bash[59794]: audit 2024-03-21T13:08:51.127314+0000 mon.a (mon.0) 4260 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.6", "id": [1, 5]}]': finished 2024-03-21T13:08:52.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:52 smithi184 bash[59794]: audit 2024-03-21T13:08:51.127497+0000 mon.a (mon.0) 4261 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 0]}]': finished 2024-03-21T13:08:52.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:52 smithi184 bash[59794]: audit 2024-03-21T13:08:51.127671+0000 mon.a (mon.0) 4262 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 5]}]': finished 2024-03-21T13:08:52.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:52 smithi184 bash[59794]: audit 2024-03-21T13:08:51.127872+0000 mon.a (mon.0) 4263 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.c", "id": [3, 2]}]': finished 2024-03-21T13:08:52.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:52 smithi184 bash[59794]: audit 2024-03-21T13:08:51.128193+0000 mon.a (mon.0) 4264 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.11", "id": [3, 5]}]': finished 2024-03-21T13:08:52.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:52 smithi184 bash[59794]: audit 2024-03-21T13:08:51.128375+0000 mon.a (mon.0) 4265 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2, 3, 5]}]': finished 2024-03-21T13:08:52.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:52 smithi184 bash[59794]: audit 2024-03-21T13:08:51.128532+0000 mon.a (mon.0) 4266 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [4, 5]}]': finished 2024-03-21T13:08:52.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:52 smithi184 bash[59794]: audit 2024-03-21T13:08:51.128630+0000 mon.a (mon.0) 4267 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [3, 2, 1, 0]}]': finished 2024-03-21T13:08:52.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:52 smithi184 bash[59794]: audit 2024-03-21T13:08:51.128708+0000 mon.a (mon.0) 4268 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [3, 5]}]': finished 2024-03-21T13:08:52.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:52 smithi184 bash[59794]: cluster 2024-03-21T13:08:51.135111+0000 mon.a (mon.0) 4269 : cluster [DBG] osdmap e155: 8 total, 7 up, 8 in 2024-03-21T13:08:52.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:52 smithi184 bash[59794]: cluster 2024-03-21T13:08:51.828172+0000 mon.a (mon.0) 4270 : cluster [WRN] Health check update: 2 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-21T13:08:52.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:52 smithi184 bash[59794]: cluster 2024-03-21T13:08:51.828220+0000 mon.a (mon.0) 4271 : cluster [WRN] Health check failed: Reduced data availability: 1 pg inactive, 3 pgs peering (PG_AVAILABILITY) 2024-03-21T13:08:52.891 INFO:teuthology.orchestra.run.smithi178.stdout:{ 2024-03-21T13:08:52.891 INFO:teuthology.orchestra.run.smithi178.stdout: "mon": { 2024-03-21T13:08:52.891 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 3 2024-03-21T13:08:52.891 INFO:teuthology.orchestra.run.smithi178.stdout: }, 2024-03-21T13:08:52.891 INFO:teuthology.orchestra.run.smithi178.stdout: "mgr": { 2024-03-21T13:08:52.891 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 2 2024-03-21T13:08:52.891 INFO:teuthology.orchestra.run.smithi178.stdout: }, 2024-03-21T13:08:52.891 INFO:teuthology.orchestra.run.smithi178.stdout: "osd": { 2024-03-21T13:08:52.891 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2, 2024-03-21T13:08:52.891 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 5 2024-03-21T13:08:52.892 INFO:teuthology.orchestra.run.smithi178.stdout: }, 2024-03-21T13:08:52.892 INFO:teuthology.orchestra.run.smithi178.stdout: "rgw": { 2024-03-21T13:08:52.892 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2024-03-21T13:08:52.892 INFO:teuthology.orchestra.run.smithi178.stdout: }, 2024-03-21T13:08:52.892 INFO:teuthology.orchestra.run.smithi178.stdout: "overall": { 2024-03-21T13:08:52.892 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 6, 2024-03-21T13:08:52.892 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 10 2024-03-21T13:08:52.892 INFO:teuthology.orchestra.run.smithi178.stdout: } 2024-03-21T13:08:52.892 INFO:teuthology.orchestra.run.smithi178.stdout:} 2024-03-21T13:08:53.151 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:53 smithi178 bash[75692]: audit 2024-03-21T13:08:51.603696+0000 mgr.x (mgr.34104) 2974 : audit [DBG] from='client.54463 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:08:53.152 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:53 smithi178 bash[75692]: audit 2024-03-21T13:08:52.016747+0000 mgr.x (mgr.34104) 2975 : audit [DBG] from='client.44502 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:08:53.152 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:53 smithi178 bash[75692]: cluster 2024-03-21T13:08:52.132811+0000 mon.a (mon.0) 4272 : cluster [DBG] osdmap e156: 8 total, 7 up, 8 in 2024-03-21T13:08:53.152 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:53 smithi178 bash[75692]: audit 2024-03-21T13:08:52.888695+0000 mon.a (mon.0) 4273 : audit [DBG] from='client.? 172.21.15.178:0/2173619446' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:53.152 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:53 smithi178 bash[75692]: cluster 2024-03-21T13:08:53.137840+0000 mon.a (mon.0) 4274 : cluster [DBG] osdmap e157: 8 total, 7 up, 8 in 2024-03-21T13:08:53.295 INFO:teuthology.orchestra.run.smithi178.stdout:{ 2024-03-21T13:08:53.296 INFO:teuthology.orchestra.run.smithi178.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753", 2024-03-21T13:08:53.296 INFO:teuthology.orchestra.run.smithi178.stdout: "in_progress": true, 2024-03-21T13:08:53.296 INFO:teuthology.orchestra.run.smithi178.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-21T13:08:53.296 INFO:teuthology.orchestra.run.smithi178.stdout: "services_complete": [ 2024-03-21T13:08:53.296 INFO:teuthology.orchestra.run.smithi178.stdout: "mgr", 2024-03-21T13:08:53.296 INFO:teuthology.orchestra.run.smithi178.stdout: "mon" 2024-03-21T13:08:53.296 INFO:teuthology.orchestra.run.smithi178.stdout: ], 2024-03-21T13:08:53.296 INFO:teuthology.orchestra.run.smithi178.stdout: "progress": "10/23 daemons upgraded", 2024-03-21T13:08:53.296 INFO:teuthology.orchestra.run.smithi178.stdout: "message": "Currently upgrading osd daemons", 2024-03-21T13:08:53.296 INFO:teuthology.orchestra.run.smithi178.stdout: "is_paused": false 2024-03-21T13:08:53.296 INFO:teuthology.orchestra.run.smithi178.stdout:} 2024-03-21T13:08:53.547 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:53 smithi178 bash[77880]: audit 2024-03-21T13:08:51.603696+0000 mgr.x (mgr.34104) 2974 : audit [DBG] from='client.54463 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:08:53.547 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:53 smithi178 bash[77880]: audit 2024-03-21T13:08:52.016747+0000 mgr.x (mgr.34104) 2975 : audit [DBG] from='client.44502 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:08:53.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:53 smithi178 bash[77880]: cluster 2024-03-21T13:08:52.132811+0000 mon.a (mon.0) 4272 : cluster [DBG] osdmap e156: 8 total, 7 up, 8 in 2024-03-21T13:08:53.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:53 smithi178 bash[77880]: audit 2024-03-21T13:08:52.888695+0000 mon.a (mon.0) 4273 : audit [DBG] from='client.? 172.21.15.178:0/2173619446' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:53.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:53 smithi178 bash[77880]: cluster 2024-03-21T13:08:53.137840+0000 mon.a (mon.0) 4274 : cluster [DBG] osdmap e157: 8 total, 7 up, 8 in 2024-03-21T13:08:53.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:53 smithi184 bash[59794]: audit 2024-03-21T13:08:51.603696+0000 mgr.x (mgr.34104) 2974 : audit [DBG] from='client.54463 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:08:53.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:53 smithi184 bash[59794]: audit 2024-03-21T13:08:52.016747+0000 mgr.x (mgr.34104) 2975 : audit [DBG] from='client.44502 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:08:53.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:53 smithi184 bash[59794]: cluster 2024-03-21T13:08:52.132811+0000 mon.a (mon.0) 4272 : cluster [DBG] osdmap e156: 8 total, 7 up, 8 in 2024-03-21T13:08:53.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:53 smithi184 bash[59794]: audit 2024-03-21T13:08:52.888695+0000 mon.a (mon.0) 4273 : audit [DBG] from='client.? 172.21.15.178:0/2173619446' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:53.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:53 smithi184 bash[59794]: cluster 2024-03-21T13:08:53.137840+0000 mon.a (mon.0) 4274 : cluster [DBG] osdmap e157: 8 total, 7 up, 8 in 2024-03-21T13:08:53.752 INFO:teuthology.orchestra.run.smithi178.stdout:HEALTH_WARN 2 failed cephadm daemon(s); 1 osds down; Reduced data availability: 1 pg inactive, 4 pgs peering 2024-03-21T13:08:53.752 INFO:teuthology.orchestra.run.smithi178.stdout:[WRN] CEPHADM_FAILED_DAEMON: 2 failed cephadm daemon(s) 2024-03-21T13:08:53.752 INFO:teuthology.orchestra.run.smithi178.stdout: daemon osd.5 on smithi184 is in unknown state 2024-03-21T13:08:53.752 INFO:teuthology.orchestra.run.smithi178.stdout: daemon grafana.a on smithi184 is in error state 2024-03-21T13:08:53.752 INFO:teuthology.orchestra.run.smithi178.stdout:[WRN] OSD_DOWN: 1 osds down 2024-03-21T13:08:53.752 INFO:teuthology.orchestra.run.smithi178.stdout: osd.5 (root=default,host=smithi184) is down 2024-03-21T13:08:53.753 INFO:teuthology.orchestra.run.smithi178.stdout:[WRN] PG_AVAILABILITY: Reduced data availability: 1 pg inactive, 4 pgs peering 2024-03-21T13:08:53.753 INFO:teuthology.orchestra.run.smithi178.stdout: pg 3.16 is stuck peering for 3m, current state peering, last acting [7,1] 2024-03-21T13:08:53.753 INFO:teuthology.orchestra.run.smithi178.stdout: pg 4.8 is stuck peering for 14m, current state peering, last acting [7,6] 2024-03-21T13:08:53.753 INFO:teuthology.orchestra.run.smithi178.stdout: pg 4.14 is stuck peering for 68s, current state remapped+peering, last acting [2,7,3] 2024-03-21T13:08:53.753 INFO:teuthology.orchestra.run.smithi178.stdout: pg 4.15 is stuck peering for 13m, current state peering, last acting [7,3] 2024-03-21T13:08:54.297 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:54 smithi178 bash[77880]: audit 2024-03-21T13:08:52.392838+0000 mgr.x (mgr.34104) 2976 : audit [DBG] from='client.54475 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:08:54.297 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:54 smithi178 bash[77880]: cluster 2024-03-21T13:08:52.916223+0000 mgr.x (mgr.34104) 2977 : cluster [DBG] pgmap v1967: 161 pgs: 1 remapped+peering, 17 stale+active+clean, 14 peering, 4 active+undersized, 125 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:08:54.297 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:54 smithi178 bash[77880]: audit 2024-03-21T13:08:53.749853+0000 mon.a (mon.0) 4275 : audit [DBG] from='client.? 172.21.15.178:0/1838217949' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T13:08:54.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:54 smithi178 bash[75692]: audit 2024-03-21T13:08:52.392838+0000 mgr.x (mgr.34104) 2976 : audit [DBG] from='client.54475 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:08:54.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:54 smithi178 bash[75692]: cluster 2024-03-21T13:08:52.916223+0000 mgr.x (mgr.34104) 2977 : cluster [DBG] pgmap v1967: 161 pgs: 1 remapped+peering, 17 stale+active+clean, 14 peering, 4 active+undersized, 125 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:08:54.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:54 smithi178 bash[75692]: audit 2024-03-21T13:08:53.749853+0000 mon.a (mon.0) 4275 : audit [DBG] from='client.? 172.21.15.178:0/1838217949' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T13:08:54.412 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:54 smithi184 bash[59794]: audit 2024-03-21T13:08:52.392838+0000 mgr.x (mgr.34104) 2976 : audit [DBG] from='client.54475 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:08:54.412 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:54 smithi184 bash[59794]: cluster 2024-03-21T13:08:52.916223+0000 mgr.x (mgr.34104) 2977 : cluster [DBG] pgmap v1967: 161 pgs: 1 remapped+peering, 17 stale+active+clean, 14 peering, 4 active+undersized, 125 active+clean; 585 KiB data, 207 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:08:54.412 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:54 smithi184 bash[59794]: audit 2024-03-21T13:08:53.749853+0000 mon.a (mon.0) 4275 : audit [DBG] from='client.? 172.21.15.178:0/1838217949' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T13:08:54.686 INFO:journalctl@ceph.osd.5.smithi184.stdout:Mar 21 13:08:54 smithi184 systemd[1]: ceph-a94f249e-e780-11ee-95cd-87774f69a715@osd.5.service: Succeeded. 2024-03-21T13:08:54.687 INFO:journalctl@ceph.osd.5.smithi184.stdout:Mar 21 13:08:54 smithi184 systemd[1]: Stopped Ceph osd.5 for a94f249e-e780-11ee-95cd-87774f69a715. 2024-03-21T13:08:55.073 INFO:journalctl@ceph.osd.5.smithi184.stdout:Mar 21 13:08:54 smithi184 systemd[1]: Started Ceph osd.5 for a94f249e-e780-11ee-95cd-87774f69a715. 2024-03-21T13:08:55.544 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:55 smithi184 bash[59794]: audit 2024-03-21T13:08:53.293666+0000 mgr.x (mgr.34104) 2978 : audit [DBG] from='client.44520 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:08:55.544 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:55 smithi184 bash[59794]: audit 2024-03-21T13:08:54.736283+0000 mon.a (mon.0) 4276 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:55.545 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:55 smithi184 bash[59794]: audit 2024-03-21T13:08:54.746917+0000 mon.a (mon.0) 4277 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:55.545 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:55 smithi184 bash[59794]: audit 2024-03-21T13:08:54.787962+0000 mon.a (mon.0) 4278 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:55.545 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:55 smithi184 bash[59794]: audit 2024-03-21T13:08:54.789185+0000 mon.a (mon.0) 4279 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:55.545 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:55 smithi184 bash[59794]: audit 2024-03-21T13:08:54.801379+0000 mon.a (mon.0) 4280 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:55.545 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:55 smithi184 bash[59794]: audit 2024-03-21T13:08:54.887104+0000 mon.a (mon.0) 4281 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:55.545 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:55 smithi184 bash[59794]: audit 2024-03-21T13:08:54.892575+0000 mon.a (mon.0) 4282 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:55.545 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:55 smithi184 bash[59794]: audit 2024-03-21T13:08:54.898925+0000 mon.a (mon.0) 4283 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:55.545 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:55 smithi184 bash[59794]: audit 2024-03-21T13:08:54.900833+0000 mon.a (mon.0) 4284 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:55.545 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:55 smithi184 bash[59794]: audit 2024-03-21T13:08:54.913021+0000 mon.a (mon.0) 4285 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:55.545 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:55 smithi184 bash[59794]: audit 2024-03-21T13:08:54.996500+0000 mon.a (mon.0) 4286 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:55.545 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:55 smithi184 bash[59794]: audit 2024-03-21T13:08:54.999957+0000 mon.a (mon.0) 4287 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:55.545 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:55 smithi184 bash[59794]: audit 2024-03-21T13:08:55.003178+0000 mon.a (mon.0) 4288 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:55.545 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:55 smithi184 bash[59794]: audit 2024-03-21T13:08:55.004792+0000 mon.a (mon.0) 4289 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:55.546 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:55 smithi184 bash[59794]: audit 2024-03-21T13:08:55.016913+0000 mon.a (mon.0) 4290 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:55.546 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:55 smithi184 bash[59794]: audit 2024-03-21T13:08:55.100082+0000 mon.a (mon.0) 4291 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:55.546 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:55 smithi184 bash[59794]: audit 2024-03-21T13:08:55.103544+0000 mon.a (mon.0) 4292 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:55.546 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:55 smithi184 bash[59794]: audit 2024-03-21T13:08:55.107307+0000 mon.a (mon.0) 4293 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:55.546 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:55 smithi184 bash[59794]: audit 2024-03-21T13:08:55.109062+0000 mon.a (mon.0) 4294 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:55.546 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:55 smithi184 bash[59794]: audit 2024-03-21T13:08:55.118933+0000 mon.a (mon.0) 4295 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:55.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:55 smithi178 bash[77880]: audit 2024-03-21T13:08:53.293666+0000 mgr.x (mgr.34104) 2978 : audit [DBG] from='client.44520 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:08:55.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:55 smithi178 bash[77880]: audit 2024-03-21T13:08:54.736283+0000 mon.a (mon.0) 4276 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:55.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:55 smithi178 bash[77880]: audit 2024-03-21T13:08:54.746917+0000 mon.a (mon.0) 4277 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:55.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:55 smithi178 bash[77880]: audit 2024-03-21T13:08:54.787962+0000 mon.a (mon.0) 4278 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:55.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:55 smithi178 bash[77880]: audit 2024-03-21T13:08:54.789185+0000 mon.a (mon.0) 4279 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:55.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:55 smithi178 bash[77880]: audit 2024-03-21T13:08:54.801379+0000 mon.a (mon.0) 4280 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:55.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:55 smithi178 bash[77880]: audit 2024-03-21T13:08:54.887104+0000 mon.a (mon.0) 4281 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:55.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:55 smithi178 bash[77880]: audit 2024-03-21T13:08:54.892575+0000 mon.a (mon.0) 4282 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:55.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:55 smithi178 bash[77880]: audit 2024-03-21T13:08:54.898925+0000 mon.a (mon.0) 4283 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:55.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:55 smithi178 bash[77880]: audit 2024-03-21T13:08:54.900833+0000 mon.a (mon.0) 4284 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:55.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:55 smithi178 bash[77880]: audit 2024-03-21T13:08:54.913021+0000 mon.a (mon.0) 4285 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:55.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:55 smithi178 bash[77880]: audit 2024-03-21T13:08:54.996500+0000 mon.a (mon.0) 4286 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:55.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:55 smithi178 bash[77880]: audit 2024-03-21T13:08:54.999957+0000 mon.a (mon.0) 4287 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:55.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:55 smithi178 bash[77880]: audit 2024-03-21T13:08:55.003178+0000 mon.a (mon.0) 4288 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:55.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:55 smithi178 bash[77880]: audit 2024-03-21T13:08:55.004792+0000 mon.a (mon.0) 4289 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:55.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:55 smithi178 bash[77880]: audit 2024-03-21T13:08:55.016913+0000 mon.a (mon.0) 4290 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:55.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:55 smithi178 bash[77880]: audit 2024-03-21T13:08:55.100082+0000 mon.a (mon.0) 4291 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:55.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:55 smithi178 bash[77880]: audit 2024-03-21T13:08:55.103544+0000 mon.a (mon.0) 4292 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:55.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:55 smithi178 bash[77880]: audit 2024-03-21T13:08:55.107307+0000 mon.a (mon.0) 4293 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:55.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:55 smithi178 bash[77880]: audit 2024-03-21T13:08:55.109062+0000 mon.a (mon.0) 4294 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:55.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:55 smithi178 bash[77880]: audit 2024-03-21T13:08:55.118933+0000 mon.a (mon.0) 4295 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:55.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:55 smithi178 bash[75692]: audit 2024-03-21T13:08:53.293666+0000 mgr.x (mgr.34104) 2978 : audit [DBG] from='client.44520 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:08:55.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:55 smithi178 bash[75692]: audit 2024-03-21T13:08:54.736283+0000 mon.a (mon.0) 4276 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:55.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:55 smithi178 bash[75692]: audit 2024-03-21T13:08:54.746917+0000 mon.a (mon.0) 4277 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:55.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:55 smithi178 bash[75692]: audit 2024-03-21T13:08:54.787962+0000 mon.a (mon.0) 4278 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:55.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:55 smithi178 bash[75692]: audit 2024-03-21T13:08:54.789185+0000 mon.a (mon.0) 4279 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:55.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:55 smithi178 bash[75692]: audit 2024-03-21T13:08:54.801379+0000 mon.a (mon.0) 4280 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:55.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:55 smithi178 bash[75692]: audit 2024-03-21T13:08:54.887104+0000 mon.a (mon.0) 4281 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:55.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:55 smithi178 bash[75692]: audit 2024-03-21T13:08:54.892575+0000 mon.a (mon.0) 4282 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:55.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:55 smithi178 bash[75692]: audit 2024-03-21T13:08:54.898925+0000 mon.a (mon.0) 4283 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:55.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:55 smithi178 bash[75692]: audit 2024-03-21T13:08:54.900833+0000 mon.a (mon.0) 4284 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:55.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:55 smithi178 bash[75692]: audit 2024-03-21T13:08:54.913021+0000 mon.a (mon.0) 4285 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:55.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:55 smithi178 bash[75692]: audit 2024-03-21T13:08:54.996500+0000 mon.a (mon.0) 4286 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:55.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:55 smithi178 bash[75692]: audit 2024-03-21T13:08:54.999957+0000 mon.a (mon.0) 4287 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:55.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:55 smithi178 bash[75692]: audit 2024-03-21T13:08:55.003178+0000 mon.a (mon.0) 4288 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:55.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:55 smithi178 bash[75692]: audit 2024-03-21T13:08:55.004792+0000 mon.a (mon.0) 4289 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:55.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:55 smithi178 bash[75692]: audit 2024-03-21T13:08:55.016913+0000 mon.a (mon.0) 4290 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:55.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:55 smithi178 bash[75692]: audit 2024-03-21T13:08:55.100082+0000 mon.a (mon.0) 4291 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:55.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:55 smithi178 bash[75692]: audit 2024-03-21T13:08:55.103544+0000 mon.a (mon.0) 4292 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:55.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:55 smithi178 bash[75692]: audit 2024-03-21T13:08:55.107307+0000 mon.a (mon.0) 4293 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:55.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:55 smithi178 bash[75692]: audit 2024-03-21T13:08:55.109062+0000 mon.a (mon.0) 4294 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:55.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:55 smithi178 bash[75692]: audit 2024-03-21T13:08:55.118933+0000 mon.a (mon.0) 4295 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:55.823 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:08:55 smithi184 bash[52419]: ::ffff:172.21.15.184 - - [21/Mar/2024:13:08:55] "GET /metrics HTTP/1.1" 200 38601 "" "Prometheus/2.33.4" 2024-03-21T13:08:56.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:56 smithi178 bash[75692]: cluster 2024-03-21T13:08:54.793500+0000 mgr.x (mgr.34104) 2979 : cluster [DBG] pgmap v1969: 161 pgs: 3 active+clean+remapped, 105 active+clean, 21 active+undersized, 14 peering, 11 active+undersized+degraded, 6 stale+active+clean, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 41/630 objects degraded (6.508%) 2024-03-21T13:08:56.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:56 smithi178 bash[75692]: cluster 2024-03-21T13:08:54.794435+0000 mgr.x (mgr.34104) 2980 : cluster [DBG] pgmap v1970: 161 pgs: 3 active+clean+remapped, 105 active+clean, 21 active+undersized, 14 peering, 11 active+undersized+degraded, 6 stale+active+clean, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 41/630 objects degraded (6.508%) 2024-03-21T13:08:56.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:56 smithi178 bash[75692]: cephadm 2024-03-21T13:08:54.802985+0000 mgr.x (mgr.34104) 2981 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:56.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:56 smithi178 bash[75692]: cluster 2024-03-21T13:08:54.904839+0000 mgr.x (mgr.34104) 2982 : cluster [DBG] pgmap v1971: 161 pgs: 3 active+clean+remapped, 100 active+clean, 27 active+undersized, 14 peering, 14 active+undersized+degraded, 2 stale+active+clean, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 55/630 objects degraded (8.730%); 0 B/s, 0 objects/s recovering 2024-03-21T13:08:56.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:56 smithi178 bash[75692]: cluster 2024-03-21T13:08:54.905292+0000 mgr.x (mgr.34104) 2983 : cluster [DBG] pgmap v1972: 161 pgs: 3 active+clean+remapped, 100 active+clean, 27 active+undersized, 14 peering, 14 active+undersized+degraded, 2 stale+active+clean, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 55/630 objects degraded (8.730%); 0 B/s, 0 objects/s recovering 2024-03-21T13:08:56.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:56 smithi178 bash[75692]: cephadm 2024-03-21T13:08:54.914886+0000 mgr.x (mgr.34104) 2984 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:56.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:56 smithi178 bash[75692]: cluster 2024-03-21T13:08:55.008489+0000 mgr.x (mgr.34104) 2985 : cluster [DBG] pgmap v1973: 161 pgs: 3 active+clean+remapped, 100 active+clean, 27 active+undersized, 14 peering, 14 active+undersized+degraded, 2 stale+active+clean, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 55/630 objects degraded (8.730%); 0 B/s, 0 objects/s recovering 2024-03-21T13:08:56.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:56 smithi178 bash[75692]: cluster 2024-03-21T13:08:55.009278+0000 mgr.x (mgr.34104) 2986 : cluster [DBG] pgmap v1974: 161 pgs: 3 active+clean+remapped, 100 active+clean, 27 active+undersized, 14 peering, 14 active+undersized+degraded, 2 stale+active+clean, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 55/630 objects degraded (8.730%); 0 B/s, 0 objects/s recovering 2024-03-21T13:08:56.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:56 smithi178 bash[75692]: cephadm 2024-03-21T13:08:55.018509+0000 mgr.x (mgr.34104) 2987 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:56.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:56 smithi178 bash[75692]: cluster 2024-03-21T13:08:55.112900+0000 mgr.x (mgr.34104) 2988 : cluster [DBG] pgmap v1975: 161 pgs: 3 active+clean+remapped, 100 active+clean, 27 active+undersized, 14 peering, 14 active+undersized+degraded, 2 stale+active+clean, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 55/630 objects degraded (8.730%); 0 B/s, 3 objects/s recovering 2024-03-21T13:08:56.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:56 smithi178 bash[75692]: cluster 2024-03-21T13:08:55.113671+0000 mgr.x (mgr.34104) 2989 : cluster [DBG] pgmap v1976: 161 pgs: 3 active+clean+remapped, 100 active+clean, 27 active+undersized, 14 peering, 14 active+undersized+degraded, 2 stale+active+clean, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 55/630 objects degraded (8.730%); 0 B/s, 3 objects/s recovering 2024-03-21T13:08:56.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:56 smithi178 bash[75692]: cephadm 2024-03-21T13:08:55.120561+0000 mgr.x (mgr.34104) 2990 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:56.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:56 smithi178 bash[77880]: cluster 2024-03-21T13:08:54.793500+0000 mgr.x (mgr.34104) 2979 : cluster [DBG] pgmap v1969: 161 pgs: 3 active+clean+remapped, 105 active+clean, 21 active+undersized, 14 peering, 11 active+undersized+degraded, 6 stale+active+clean, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 41/630 objects degraded (6.508%) 2024-03-21T13:08:56.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:56 smithi178 bash[77880]: cluster 2024-03-21T13:08:54.794435+0000 mgr.x (mgr.34104) 2980 : cluster [DBG] pgmap v1970: 161 pgs: 3 active+clean+remapped, 105 active+clean, 21 active+undersized, 14 peering, 11 active+undersized+degraded, 6 stale+active+clean, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 41/630 objects degraded (6.508%) 2024-03-21T13:08:56.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:56 smithi178 bash[77880]: cephadm 2024-03-21T13:08:54.802985+0000 mgr.x (mgr.34104) 2981 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:56.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:56 smithi178 bash[77880]: cluster 2024-03-21T13:08:54.904839+0000 mgr.x (mgr.34104) 2982 : cluster [DBG] pgmap v1971: 161 pgs: 3 active+clean+remapped, 100 active+clean, 27 active+undersized, 14 peering, 14 active+undersized+degraded, 2 stale+active+clean, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 55/630 objects degraded (8.730%); 0 B/s, 0 objects/s recovering 2024-03-21T13:08:56.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:56 smithi178 bash[77880]: cluster 2024-03-21T13:08:54.905292+0000 mgr.x (mgr.34104) 2983 : cluster [DBG] pgmap v1972: 161 pgs: 3 active+clean+remapped, 100 active+clean, 27 active+undersized, 14 peering, 14 active+undersized+degraded, 2 stale+active+clean, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 55/630 objects degraded (8.730%); 0 B/s, 0 objects/s recovering 2024-03-21T13:08:56.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:56 smithi178 bash[77880]: cephadm 2024-03-21T13:08:54.914886+0000 mgr.x (mgr.34104) 2984 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:56.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:56 smithi178 bash[77880]: cluster 2024-03-21T13:08:55.008489+0000 mgr.x (mgr.34104) 2985 : cluster [DBG] pgmap v1973: 161 pgs: 3 active+clean+remapped, 100 active+clean, 27 active+undersized, 14 peering, 14 active+undersized+degraded, 2 stale+active+clean, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 55/630 objects degraded (8.730%); 0 B/s, 0 objects/s recovering 2024-03-21T13:08:56.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:56 smithi178 bash[77880]: cluster 2024-03-21T13:08:55.009278+0000 mgr.x (mgr.34104) 2986 : cluster [DBG] pgmap v1974: 161 pgs: 3 active+clean+remapped, 100 active+clean, 27 active+undersized, 14 peering, 14 active+undersized+degraded, 2 stale+active+clean, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 55/630 objects degraded (8.730%); 0 B/s, 0 objects/s recovering 2024-03-21T13:08:56.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:56 smithi178 bash[77880]: cephadm 2024-03-21T13:08:55.018509+0000 mgr.x (mgr.34104) 2987 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:56.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:56 smithi178 bash[77880]: cluster 2024-03-21T13:08:55.112900+0000 mgr.x (mgr.34104) 2988 : cluster [DBG] pgmap v1975: 161 pgs: 3 active+clean+remapped, 100 active+clean, 27 active+undersized, 14 peering, 14 active+undersized+degraded, 2 stale+active+clean, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 55/630 objects degraded (8.730%); 0 B/s, 3 objects/s recovering 2024-03-21T13:08:56.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:56 smithi178 bash[77880]: cluster 2024-03-21T13:08:55.113671+0000 mgr.x (mgr.34104) 2989 : cluster [DBG] pgmap v1976: 161 pgs: 3 active+clean+remapped, 100 active+clean, 27 active+undersized, 14 peering, 14 active+undersized+degraded, 2 stale+active+clean, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 55/630 objects degraded (8.730%); 0 B/s, 3 objects/s recovering 2024-03-21T13:08:56.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:56 smithi178 bash[77880]: cephadm 2024-03-21T13:08:55.120561+0000 mgr.x (mgr.34104) 2990 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:56.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:56 smithi178 bash[75692]: audit 2024-03-21T13:08:55.200516+0000 mon.a (mon.0) 4296 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:56.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:56 smithi178 bash[75692]: audit 2024-03-21T13:08:55.203968+0000 mon.a (mon.0) 4297 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:56.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:56 smithi178 bash[75692]: audit 2024-03-21T13:08:55.208179+0000 mon.a (mon.0) 4298 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:56.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:56 smithi178 bash[75692]: audit 2024-03-21T13:08:55.209767+0000 mon.a (mon.0) 4299 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:56.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:56 smithi178 bash[75692]: cluster 2024-03-21T13:08:55.213320+0000 mgr.x (mgr.34104) 2991 : cluster [DBG] pgmap v1977: 161 pgs: 3 active+clean+remapped, 100 active+clean, 27 active+undersized, 14 peering, 14 active+undersized+degraded, 2 stale+active+clean, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 55/630 objects degraded (8.730%) 2024-03-21T13:08:56.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:56 smithi178 bash[75692]: cluster 2024-03-21T13:08:55.214038+0000 mgr.x (mgr.34104) 2992 : cluster [DBG] pgmap v1978: 161 pgs: 3 active+clean+remapped, 100 active+clean, 27 active+undersized, 14 peering, 14 active+undersized+degraded, 2 stale+active+clean, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 55/630 objects degraded (8.730%) 2024-03-21T13:08:56.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:56 smithi178 bash[75692]: audit 2024-03-21T13:08:55.221757+0000 mon.a (mon.0) 4300 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:56.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:56 smithi178 bash[75692]: cephadm 2024-03-21T13:08:55.223402+0000 mgr.x (mgr.34104) 2993 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:56.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:56 smithi178 bash[75692]: audit 2024-03-21T13:08:55.300642+0000 mon.a (mon.0) 4301 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:56.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:56 smithi178 bash[75692]: audit 2024-03-21T13:08:55.304526+0000 mon.a (mon.0) 4302 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:56.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:56 smithi178 bash[75692]: audit 2024-03-21T13:08:55.309205+0000 mon.a (mon.0) 4303 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:56.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:56 smithi178 bash[75692]: audit 2024-03-21T13:08:55.310642+0000 mon.a (mon.0) 4304 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:56.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:56 smithi178 bash[75692]: audit 2024-03-21T13:08:55.323532+0000 mon.a (mon.0) 4305 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:56.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:56 smithi178 bash[75692]: audit 2024-03-21T13:08:55.402815+0000 mon.a (mon.0) 4306 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:56.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:56 smithi178 bash[75692]: audit 2024-03-21T13:08:55.406404+0000 mon.a (mon.0) 4307 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:56.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:56 smithi178 bash[75692]: audit 2024-03-21T13:08:55.410647+0000 mon.a (mon.0) 4308 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:56.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:56 smithi178 bash[75692]: audit 2024-03-21T13:08:55.412401+0000 mon.a (mon.0) 4309 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:56.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:56 smithi178 bash[75692]: audit 2024-03-21T13:08:55.425430+0000 mon.a (mon.0) 4310 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:56.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:56 smithi178 bash[75692]: audit 2024-03-21T13:08:55.503459+0000 mon.a (mon.0) 4311 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:56.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:56 smithi178 bash[75692]: audit 2024-03-21T13:08:55.506817+0000 mon.a (mon.0) 4312 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:56.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:56 smithi178 bash[75692]: audit 2024-03-21T13:08:55.510254+0000 mon.a (mon.0) 4313 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:56.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:56 smithi178 bash[75692]: audit 2024-03-21T13:08:55.511840+0000 mon.a (mon.0) 4314 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:56.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:56 smithi178 bash[75692]: audit 2024-03-21T13:08:55.523645+0000 mon.a (mon.0) 4315 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:56.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:56 smithi178 bash[75692]: audit 2024-03-21T13:08:55.603550+0000 mon.a (mon.0) 4316 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:56.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:56 smithi178 bash[75692]: audit 2024-03-21T13:08:55.607174+0000 mon.a (mon.0) 4317 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:56.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:56 smithi178 bash[75692]: audit 2024-03-21T13:08:55.611285+0000 mon.a (mon.0) 4318 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:56.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:56 smithi178 bash[75692]: audit 2024-03-21T13:08:55.612706+0000 mon.a (mon.0) 4319 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:56.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:56 smithi178 bash[75692]: audit 2024-03-21T13:08:55.625617+0000 mon.a (mon.0) 4320 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:56.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:56 smithi178 bash[75692]: audit 2024-03-21T13:08:55.705256+0000 mon.a (mon.0) 4321 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:56.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:56 smithi178 bash[75692]: audit 2024-03-21T13:08:55.708484+0000 mon.a (mon.0) 4322 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:56.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:56 smithi178 bash[75692]: audit 2024-03-21T13:08:55.711761+0000 mon.a (mon.0) 4323 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:56.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:56 smithi178 bash[75692]: audit 2024-03-21T13:08:55.712996+0000 mon.a (mon.0) 4324 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:56.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:56 smithi178 bash[75692]: audit 2024-03-21T13:08:55.724357+0000 mon.a (mon.0) 4325 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:56.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:56 smithi178 bash[75692]: cluster 2024-03-21T13:08:55.742482+0000 mon.a (mon.0) 4326 : cluster [WRN] Health check failed: Degraded data redundancy: 79/630 objects degraded (12.540%), 23 pgs degraded (PG_DEGRADED) 2024-03-21T13:08:56.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:56 smithi178 bash[75692]: audit 2024-03-21T13:08:55.805849+0000 mon.a (mon.0) 4327 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:56.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:56 smithi178 bash[75692]: audit 2024-03-21T13:08:55.808728+0000 mon.a (mon.0) 4328 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:56.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:56 smithi178 bash[75692]: audit 2024-03-21T13:08:55.811853+0000 mon.a (mon.0) 4329 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:56.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:56 smithi178 bash[77880]: audit 2024-03-21T13:08:55.200516+0000 mon.a (mon.0) 4296 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:56.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:56 smithi178 bash[77880]: audit 2024-03-21T13:08:55.203968+0000 mon.a (mon.0) 4297 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:56.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:56 smithi178 bash[77880]: audit 2024-03-21T13:08:55.208179+0000 mon.a (mon.0) 4298 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:56.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:56 smithi178 bash[77880]: audit 2024-03-21T13:08:55.209767+0000 mon.a (mon.0) 4299 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:56.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:56 smithi178 bash[77880]: cluster 2024-03-21T13:08:55.213320+0000 mgr.x (mgr.34104) 2991 : cluster [DBG] pgmap v1977: 161 pgs: 3 active+clean+remapped, 100 active+clean, 27 active+undersized, 14 peering, 14 active+undersized+degraded, 2 stale+active+clean, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 55/630 objects degraded (8.730%) 2024-03-21T13:08:56.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:56 smithi178 bash[77880]: cluster 2024-03-21T13:08:55.214038+0000 mgr.x (mgr.34104) 2992 : cluster [DBG] pgmap v1978: 161 pgs: 3 active+clean+remapped, 100 active+clean, 27 active+undersized, 14 peering, 14 active+undersized+degraded, 2 stale+active+clean, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 55/630 objects degraded (8.730%) 2024-03-21T13:08:56.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:56 smithi178 bash[77880]: audit 2024-03-21T13:08:55.221757+0000 mon.a (mon.0) 4300 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:56.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:56 smithi178 bash[77880]: cephadm 2024-03-21T13:08:55.223402+0000 mgr.x (mgr.34104) 2993 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:56.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:56 smithi178 bash[77880]: audit 2024-03-21T13:08:55.300642+0000 mon.a (mon.0) 4301 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:56.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:56 smithi178 bash[77880]: audit 2024-03-21T13:08:55.304526+0000 mon.a (mon.0) 4302 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:56.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:56 smithi178 bash[77880]: audit 2024-03-21T13:08:55.309205+0000 mon.a (mon.0) 4303 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:56.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:56 smithi178 bash[77880]: audit 2024-03-21T13:08:55.310642+0000 mon.a (mon.0) 4304 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:56.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:56 smithi178 bash[77880]: audit 2024-03-21T13:08:55.323532+0000 mon.a (mon.0) 4305 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:56.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:56 smithi178 bash[77880]: audit 2024-03-21T13:08:55.402815+0000 mon.a (mon.0) 4306 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:56.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:56 smithi178 bash[77880]: audit 2024-03-21T13:08:55.406404+0000 mon.a (mon.0) 4307 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:56.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:56 smithi178 bash[77880]: audit 2024-03-21T13:08:55.410647+0000 mon.a (mon.0) 4308 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:56.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:56 smithi178 bash[77880]: audit 2024-03-21T13:08:55.412401+0000 mon.a (mon.0) 4309 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:56.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:56 smithi178 bash[77880]: audit 2024-03-21T13:08:55.425430+0000 mon.a (mon.0) 4310 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:56.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:56 smithi178 bash[75692]: audit 2024-03-21T13:08:55.813262+0000 mon.a (mon.0) 4330 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:56.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:56 smithi178 bash[75692]: audit 2024-03-21T13:08:55.824506+0000 mon.a (mon.0) 4331 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:56.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:56 smithi178 bash[75692]: audit 2024-03-21T13:08:55.903732+0000 mon.a (mon.0) 4332 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:56.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:56 smithi178 bash[75692]: audit 2024-03-21T13:08:55.907003+0000 mon.a (mon.0) 4333 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:56.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:56 smithi178 bash[75692]: audit 2024-03-21T13:08:55.910711+0000 mon.a (mon.0) 4334 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:56.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:56 smithi178 bash[75692]: audit 2024-03-21T13:08:55.912309+0000 mon.a (mon.0) 4335 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:56.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:56 smithi178 bash[75692]: audit 2024-03-21T13:08:55.923979+0000 mon.a (mon.0) 4336 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:56.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:56 smithi178 bash[75692]: audit 2024-03-21T13:08:56.007463+0000 mon.a (mon.0) 4337 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:56.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:56 smithi178 bash[75692]: audit 2024-03-21T13:08:56.010800+0000 mon.a (mon.0) 4338 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:56.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:56 smithi178 bash[75692]: audit 2024-03-21T13:08:56.014644+0000 mon.a (mon.0) 4339 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:56.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:56 smithi178 bash[75692]: audit 2024-03-21T13:08:56.016201+0000 mon.a (mon.0) 4340 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:56.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:56 smithi178 bash[75692]: audit 2024-03-21T13:08:56.026462+0000 mon.a (mon.0) 4341 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:56.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:56 smithi178 bash[75692]: audit 2024-03-21T13:08:56.107848+0000 mon.a (mon.0) 4342 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:56.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:56 smithi178 bash[75692]: audit 2024-03-21T13:08:56.111157+0000 mon.a (mon.0) 4343 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:56.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:56 smithi178 bash[75692]: audit 2024-03-21T13:08:56.114223+0000 mon.a (mon.0) 4344 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:56.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:56 smithi178 bash[75692]: audit 2024-03-21T13:08:56.115705+0000 mon.a (mon.0) 4345 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:56.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:56 smithi178 bash[75692]: audit 2024-03-21T13:08:56.127206+0000 mon.a (mon.0) 4346 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:56.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:56 smithi178 bash[77880]: audit 2024-03-21T13:08:55.503459+0000 mon.a (mon.0) 4311 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:56.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:56 smithi178 bash[77880]: audit 2024-03-21T13:08:55.506817+0000 mon.a (mon.0) 4312 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:56.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:56 smithi178 bash[77880]: audit 2024-03-21T13:08:55.510254+0000 mon.a (mon.0) 4313 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:56.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:56 smithi178 bash[77880]: audit 2024-03-21T13:08:55.511840+0000 mon.a (mon.0) 4314 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:56.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:56 smithi178 bash[77880]: audit 2024-03-21T13:08:55.523645+0000 mon.a (mon.0) 4315 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:56.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:56 smithi178 bash[77880]: audit 2024-03-21T13:08:55.603550+0000 mon.a (mon.0) 4316 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:56.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:56 smithi178 bash[77880]: audit 2024-03-21T13:08:55.607174+0000 mon.a (mon.0) 4317 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:56.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:56 smithi178 bash[77880]: audit 2024-03-21T13:08:55.611285+0000 mon.a (mon.0) 4318 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:56.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:56 smithi178 bash[77880]: audit 2024-03-21T13:08:55.612706+0000 mon.a (mon.0) 4319 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:56.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:56 smithi178 bash[77880]: audit 2024-03-21T13:08:55.625617+0000 mon.a (mon.0) 4320 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:56.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:56 smithi178 bash[77880]: audit 2024-03-21T13:08:55.705256+0000 mon.a (mon.0) 4321 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:56.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:56 smithi178 bash[77880]: audit 2024-03-21T13:08:55.708484+0000 mon.a (mon.0) 4322 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:56.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:56 smithi178 bash[77880]: audit 2024-03-21T13:08:55.711761+0000 mon.a (mon.0) 4323 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:56.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:56 smithi178 bash[77880]: audit 2024-03-21T13:08:55.712996+0000 mon.a (mon.0) 4324 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:56.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:56 smithi178 bash[77880]: audit 2024-03-21T13:08:55.724357+0000 mon.a (mon.0) 4325 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:56.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:56 smithi178 bash[77880]: cluster 2024-03-21T13:08:55.742482+0000 mon.a (mon.0) 4326 : cluster [WRN] Health check failed: Degraded data redundancy: 79/630 objects degraded (12.540%), 23 pgs degraded (PG_DEGRADED) 2024-03-21T13:08:56.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:56 smithi178 bash[77880]: audit 2024-03-21T13:08:55.805849+0000 mon.a (mon.0) 4327 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:56.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:56 smithi178 bash[77880]: audit 2024-03-21T13:08:55.808728+0000 mon.a (mon.0) 4328 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:56.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:56 smithi178 bash[77880]: audit 2024-03-21T13:08:55.811853+0000 mon.a (mon.0) 4329 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:56.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:56 smithi178 bash[77880]: audit 2024-03-21T13:08:55.813262+0000 mon.a (mon.0) 4330 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:56.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:56 smithi178 bash[77880]: audit 2024-03-21T13:08:55.824506+0000 mon.a (mon.0) 4331 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:56.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:56 smithi178 bash[77880]: audit 2024-03-21T13:08:55.903732+0000 mon.a (mon.0) 4332 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:56.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:56 smithi178 bash[77880]: audit 2024-03-21T13:08:55.907003+0000 mon.a (mon.0) 4333 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:56.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:56 smithi178 bash[77880]: audit 2024-03-21T13:08:55.910711+0000 mon.a (mon.0) 4334 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:56.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:56 smithi178 bash[77880]: audit 2024-03-21T13:08:55.912309+0000 mon.a (mon.0) 4335 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:56.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:56 smithi178 bash[77880]: audit 2024-03-21T13:08:55.923979+0000 mon.a (mon.0) 4336 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:56.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:56 smithi178 bash[77880]: audit 2024-03-21T13:08:56.007463+0000 mon.a (mon.0) 4337 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:56.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:56 smithi178 bash[77880]: audit 2024-03-21T13:08:56.010800+0000 mon.a (mon.0) 4338 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:56.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:56 smithi178 bash[77880]: audit 2024-03-21T13:08:56.014644+0000 mon.a (mon.0) 4339 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:56.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:56 smithi178 bash[77880]: audit 2024-03-21T13:08:56.016201+0000 mon.a (mon.0) 4340 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:56.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:56 smithi178 bash[77880]: audit 2024-03-21T13:08:56.026462+0000 mon.a (mon.0) 4341 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:56.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:56 smithi178 bash[77880]: audit 2024-03-21T13:08:56.107848+0000 mon.a (mon.0) 4342 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:56.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:56 smithi178 bash[77880]: audit 2024-03-21T13:08:56.111157+0000 mon.a (mon.0) 4343 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:56.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:56 smithi178 bash[77880]: audit 2024-03-21T13:08:56.114223+0000 mon.a (mon.0) 4344 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:56.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:56 smithi178 bash[77880]: audit 2024-03-21T13:08:56.115705+0000 mon.a (mon.0) 4345 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:56.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:56 smithi178 bash[77880]: audit 2024-03-21T13:08:56.127206+0000 mon.a (mon.0) 4346 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:56.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:56 smithi184 bash[59794]: cluster 2024-03-21T13:08:54.793500+0000 mgr.x (mgr.34104) 2979 : cluster [DBG] pgmap v1969: 161 pgs: 3 active+clean+remapped, 105 active+clean, 21 active+undersized, 14 peering, 11 active+undersized+degraded, 6 stale+active+clean, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 41/630 objects degraded (6.508%) 2024-03-21T13:08:56.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:56 smithi184 bash[59794]: cluster 2024-03-21T13:08:54.794435+0000 mgr.x (mgr.34104) 2980 : cluster [DBG] pgmap v1970: 161 pgs: 3 active+clean+remapped, 105 active+clean, 21 active+undersized, 14 peering, 11 active+undersized+degraded, 6 stale+active+clean, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 41/630 objects degraded (6.508%) 2024-03-21T13:08:56.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:56 smithi184 bash[59794]: cephadm 2024-03-21T13:08:54.802985+0000 mgr.x (mgr.34104) 2981 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:56.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:56 smithi184 bash[59794]: cluster 2024-03-21T13:08:54.904839+0000 mgr.x (mgr.34104) 2982 : cluster [DBG] pgmap v1971: 161 pgs: 3 active+clean+remapped, 100 active+clean, 27 active+undersized, 14 peering, 14 active+undersized+degraded, 2 stale+active+clean, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 55/630 objects degraded (8.730%); 0 B/s, 0 objects/s recovering 2024-03-21T13:08:56.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:56 smithi184 bash[59794]: cluster 2024-03-21T13:08:54.905292+0000 mgr.x (mgr.34104) 2983 : cluster [DBG] pgmap v1972: 161 pgs: 3 active+clean+remapped, 100 active+clean, 27 active+undersized, 14 peering, 14 active+undersized+degraded, 2 stale+active+clean, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 55/630 objects degraded (8.730%); 0 B/s, 0 objects/s recovering 2024-03-21T13:08:56.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:56 smithi184 bash[59794]: cephadm 2024-03-21T13:08:54.914886+0000 mgr.x (mgr.34104) 2984 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:56.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:56 smithi184 bash[59794]: cluster 2024-03-21T13:08:55.008489+0000 mgr.x (mgr.34104) 2985 : cluster [DBG] pgmap v1973: 161 pgs: 3 active+clean+remapped, 100 active+clean, 27 active+undersized, 14 peering, 14 active+undersized+degraded, 2 stale+active+clean, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 55/630 objects degraded (8.730%); 0 B/s, 0 objects/s recovering 2024-03-21T13:08:56.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:56 smithi184 bash[59794]: cluster 2024-03-21T13:08:55.009278+0000 mgr.x (mgr.34104) 2986 : cluster [DBG] pgmap v1974: 161 pgs: 3 active+clean+remapped, 100 active+clean, 27 active+undersized, 14 peering, 14 active+undersized+degraded, 2 stale+active+clean, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 55/630 objects degraded (8.730%); 0 B/s, 0 objects/s recovering 2024-03-21T13:08:56.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:56 smithi184 bash[59794]: cephadm 2024-03-21T13:08:55.018509+0000 mgr.x (mgr.34104) 2987 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:56.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:56 smithi184 bash[59794]: cluster 2024-03-21T13:08:55.112900+0000 mgr.x (mgr.34104) 2988 : cluster [DBG] pgmap v1975: 161 pgs: 3 active+clean+remapped, 100 active+clean, 27 active+undersized, 14 peering, 14 active+undersized+degraded, 2 stale+active+clean, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 55/630 objects degraded (8.730%); 0 B/s, 3 objects/s recovering 2024-03-21T13:08:56.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:56 smithi184 bash[59794]: cluster 2024-03-21T13:08:55.113671+0000 mgr.x (mgr.34104) 2989 : cluster [DBG] pgmap v1976: 161 pgs: 3 active+clean+remapped, 100 active+clean, 27 active+undersized, 14 peering, 14 active+undersized+degraded, 2 stale+active+clean, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 55/630 objects degraded (8.730%); 0 B/s, 3 objects/s recovering 2024-03-21T13:08:56.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:56 smithi184 bash[59794]: cephadm 2024-03-21T13:08:55.120561+0000 mgr.x (mgr.34104) 2990 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:56.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:56 smithi184 bash[59794]: audit 2024-03-21T13:08:55.200516+0000 mon.a (mon.0) 4296 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:56.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:56 smithi184 bash[59794]: audit 2024-03-21T13:08:55.203968+0000 mon.a (mon.0) 4297 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:56.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:56 smithi184 bash[59794]: audit 2024-03-21T13:08:55.208179+0000 mon.a (mon.0) 4298 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:56.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:56 smithi184 bash[59794]: audit 2024-03-21T13:08:55.209767+0000 mon.a (mon.0) 4299 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:56.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:56 smithi184 bash[59794]: cluster 2024-03-21T13:08:55.213320+0000 mgr.x (mgr.34104) 2991 : cluster [DBG] pgmap v1977: 161 pgs: 3 active+clean+remapped, 100 active+clean, 27 active+undersized, 14 peering, 14 active+undersized+degraded, 2 stale+active+clean, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 55/630 objects degraded (8.730%) 2024-03-21T13:08:56.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:56 smithi184 bash[59794]: cluster 2024-03-21T13:08:55.214038+0000 mgr.x (mgr.34104) 2992 : cluster [DBG] pgmap v1978: 161 pgs: 3 active+clean+remapped, 100 active+clean, 27 active+undersized, 14 peering, 14 active+undersized+degraded, 2 stale+active+clean, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 55/630 objects degraded (8.730%) 2024-03-21T13:08:56.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:56 smithi184 bash[59794]: audit 2024-03-21T13:08:55.221757+0000 mon.a (mon.0) 4300 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:56.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:56 smithi184 bash[59794]: cephadm 2024-03-21T13:08:55.223402+0000 mgr.x (mgr.34104) 2993 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:56.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:56 smithi184 bash[59794]: audit 2024-03-21T13:08:55.300642+0000 mon.a (mon.0) 4301 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:56.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:56 smithi184 bash[59794]: audit 2024-03-21T13:08:55.304526+0000 mon.a (mon.0) 4302 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:56.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:56 smithi184 bash[59794]: audit 2024-03-21T13:08:55.309205+0000 mon.a (mon.0) 4303 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:56.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:56 smithi184 bash[59794]: audit 2024-03-21T13:08:55.310642+0000 mon.a (mon.0) 4304 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:56.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:56 smithi184 bash[59794]: audit 2024-03-21T13:08:55.323532+0000 mon.a (mon.0) 4305 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:56.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:56 smithi184 bash[59794]: audit 2024-03-21T13:08:55.402815+0000 mon.a (mon.0) 4306 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:56.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:56 smithi184 bash[59794]: audit 2024-03-21T13:08:55.406404+0000 mon.a (mon.0) 4307 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:56.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:56 smithi184 bash[59794]: audit 2024-03-21T13:08:55.410647+0000 mon.a (mon.0) 4308 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:56.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:56 smithi184 bash[59794]: audit 2024-03-21T13:08:55.412401+0000 mon.a (mon.0) 4309 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:56.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:56 smithi184 bash[59794]: audit 2024-03-21T13:08:55.425430+0000 mon.a (mon.0) 4310 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:56.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:56 smithi184 bash[59794]: audit 2024-03-21T13:08:55.503459+0000 mon.a (mon.0) 4311 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:56.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:56 smithi184 bash[59794]: audit 2024-03-21T13:08:55.506817+0000 mon.a (mon.0) 4312 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:56.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:56 smithi184 bash[59794]: audit 2024-03-21T13:08:55.510254+0000 mon.a (mon.0) 4313 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:56.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:56 smithi184 bash[59794]: audit 2024-03-21T13:08:55.511840+0000 mon.a (mon.0) 4314 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:56.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:56 smithi184 bash[59794]: audit 2024-03-21T13:08:55.523645+0000 mon.a (mon.0) 4315 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:56.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:56 smithi184 bash[59794]: audit 2024-03-21T13:08:55.603550+0000 mon.a (mon.0) 4316 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:56.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:56 smithi184 bash[59794]: audit 2024-03-21T13:08:55.607174+0000 mon.a (mon.0) 4317 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:56.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:56 smithi184 bash[59794]: audit 2024-03-21T13:08:55.611285+0000 mon.a (mon.0) 4318 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:56.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:56 smithi184 bash[59794]: audit 2024-03-21T13:08:55.612706+0000 mon.a (mon.0) 4319 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:56.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:56 smithi184 bash[59794]: audit 2024-03-21T13:08:55.625617+0000 mon.a (mon.0) 4320 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:56.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:56 smithi184 bash[59794]: audit 2024-03-21T13:08:55.705256+0000 mon.a (mon.0) 4321 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:56.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:56 smithi184 bash[59794]: audit 2024-03-21T13:08:55.708484+0000 mon.a (mon.0) 4322 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:56.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:56 smithi184 bash[59794]: audit 2024-03-21T13:08:55.711761+0000 mon.a (mon.0) 4323 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:56.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:56 smithi184 bash[59794]: audit 2024-03-21T13:08:55.712996+0000 mon.a (mon.0) 4324 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:56.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:56 smithi184 bash[59794]: audit 2024-03-21T13:08:55.724357+0000 mon.a (mon.0) 4325 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:56.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:56 smithi184 bash[59794]: cluster 2024-03-21T13:08:55.742482+0000 mon.a (mon.0) 4326 : cluster [WRN] Health check failed: Degraded data redundancy: 79/630 objects degraded (12.540%), 23 pgs degraded (PG_DEGRADED) 2024-03-21T13:08:56.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:56 smithi184 bash[59794]: audit 2024-03-21T13:08:55.805849+0000 mon.a (mon.0) 4327 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:56.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:56 smithi184 bash[59794]: audit 2024-03-21T13:08:55.808728+0000 mon.a (mon.0) 4328 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:56.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:56 smithi184 bash[59794]: audit 2024-03-21T13:08:55.811853+0000 mon.a (mon.0) 4329 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:56.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:56 smithi184 bash[59794]: audit 2024-03-21T13:08:55.813262+0000 mon.a (mon.0) 4330 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:56.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:56 smithi184 bash[59794]: audit 2024-03-21T13:08:55.824506+0000 mon.a (mon.0) 4331 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:56.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:56 smithi184 bash[59794]: audit 2024-03-21T13:08:55.903732+0000 mon.a (mon.0) 4332 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:56.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:56 smithi184 bash[59794]: audit 2024-03-21T13:08:55.907003+0000 mon.a (mon.0) 4333 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:56.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:56 smithi184 bash[59794]: audit 2024-03-21T13:08:55.910711+0000 mon.a (mon.0) 4334 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:56.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:56 smithi184 bash[59794]: audit 2024-03-21T13:08:55.912309+0000 mon.a (mon.0) 4335 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:56.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:56 smithi184 bash[59794]: audit 2024-03-21T13:08:55.923979+0000 mon.a (mon.0) 4336 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:56.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:56 smithi184 bash[59794]: audit 2024-03-21T13:08:56.007463+0000 mon.a (mon.0) 4337 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:56.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:56 smithi184 bash[59794]: audit 2024-03-21T13:08:56.010800+0000 mon.a (mon.0) 4338 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:56.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:56 smithi184 bash[59794]: audit 2024-03-21T13:08:56.014644+0000 mon.a (mon.0) 4339 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:56.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:56 smithi184 bash[59794]: audit 2024-03-21T13:08:56.016201+0000 mon.a (mon.0) 4340 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:56.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:56 smithi184 bash[59794]: audit 2024-03-21T13:08:56.026462+0000 mon.a (mon.0) 4341 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:56.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:56 smithi184 bash[59794]: audit 2024-03-21T13:08:56.107848+0000 mon.a (mon.0) 4342 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:56.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:56 smithi184 bash[59794]: audit 2024-03-21T13:08:56.111157+0000 mon.a (mon.0) 4343 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:56.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:56 smithi184 bash[59794]: audit 2024-03-21T13:08:56.114223+0000 mon.a (mon.0) 4344 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:56.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:56 smithi184 bash[59794]: audit 2024-03-21T13:08:56.115705+0000 mon.a (mon.0) 4345 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:56.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:56 smithi184 bash[59794]: audit 2024-03-21T13:08:56.127206+0000 mon.a (mon.0) 4346 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:57.323 INFO:journalctl@ceph.osd.5.smithi184.stdout:Mar 21 13:08:57 smithi184 bash[69493]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-03-21T13:08:57.323 INFO:journalctl@ceph.osd.5.smithi184.stdout:Mar 21 13:08:57 smithi184 bash[69493]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-03-21T13:08:57.323 INFO:journalctl@ceph.osd.5.smithi184.stdout:Mar 21 13:08:57 smithi184 bash[69493]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2024-03-21T13:08:57.323 INFO:journalctl@ceph.osd.5.smithi184.stdout:Mar 21 13:08:57 smithi184 bash[69493]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-5 --no-mon-config --dev /dev/mapper/vg_nvme-lv_3 2024-03-21T13:08:57.323 INFO:journalctl@ceph.osd.5.smithi184.stdout:Mar 21 13:08:57 smithi184 bash[69493]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_3 2024-03-21T13:08:57.323 INFO:journalctl@ceph.osd.5.smithi184.stdout:Mar 21 13:08:57 smithi184 bash[69493]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2024-03-21T13:08:57.323 INFO:journalctl@ceph.osd.5.smithi184.stdout:Mar 21 13:08:57 smithi184 bash[69493]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_3 /var/lib/ceph/osd/ceph-5/block 2024-03-21T13:08:57.323 INFO:journalctl@ceph.osd.5.smithi184.stdout:Mar 21 13:08:57 smithi184 bash[69493]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2024-03-21T13:08:57.324 INFO:journalctl@ceph.osd.5.smithi184.stdout:Mar 21 13:08:57 smithi184 bash[69493]: --> ceph-volume raw activate successful for osd ID: 5 2024-03-21T13:08:57.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:57 smithi184 bash[59794]: cluster 2024-03-21T13:08:55.314313+0000 mgr.x (mgr.34104) 2994 : cluster [DBG] pgmap v1979: 161 pgs: 3 active+clean+remapped, 100 active+clean, 27 active+undersized, 14 peering, 14 active+undersized+degraded, 2 stale+active+clean, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 55/630 objects degraded (8.730%) 2024-03-21T13:08:57.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:57 smithi184 bash[59794]: cluster 2024-03-21T13:08:55.314970+0000 mgr.x (mgr.34104) 2995 : cluster [DBG] pgmap v1980: 161 pgs: 3 active+clean+remapped, 100 active+clean, 27 active+undersized, 14 peering, 14 active+undersized+degraded, 2 stale+active+clean, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 55/630 objects degraded (8.730%) 2024-03-21T13:08:57.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:57 smithi184 bash[59794]: cephadm 2024-03-21T13:08:55.325214+0000 mgr.x (mgr.34104) 2996 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:57.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:57 smithi184 bash[59794]: cluster 2024-03-21T13:08:55.416652+0000 mgr.x (mgr.34104) 2997 : cluster [DBG] pgmap v1981: 161 pgs: 3 active+clean+remapped, 100 active+clean, 27 active+undersized, 14 peering, 14 active+undersized+degraded, 2 stale+active+clean, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 55/630 objects degraded (8.730%) 2024-03-21T13:08:57.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:57 smithi184 bash[59794]: cluster 2024-03-21T13:08:55.417616+0000 mgr.x (mgr.34104) 2998 : cluster [DBG] pgmap v1982: 161 pgs: 3 active+clean+remapped, 100 active+clean, 27 active+undersized, 14 peering, 14 active+undersized+degraded, 2 stale+active+clean, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 55/630 objects degraded (8.730%) 2024-03-21T13:08:57.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:57 smithi184 bash[59794]: cephadm 2024-03-21T13:08:55.427215+0000 mgr.x (mgr.34104) 2999 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:57.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:57 smithi184 bash[59794]: cluster 2024-03-21T13:08:55.515413+0000 mgr.x (mgr.34104) 3000 : cluster [DBG] pgmap v1983: 161 pgs: 3 active+clean+remapped, 100 active+clean, 27 active+undersized, 14 peering, 14 active+undersized+degraded, 2 stale+active+clean, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 55/630 objects degraded (8.730%) 2024-03-21T13:08:57.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:57 smithi184 bash[59794]: cluster 2024-03-21T13:08:55.516216+0000 mgr.x (mgr.34104) 3001 : cluster [DBG] pgmap v1984: 161 pgs: 3 active+clean+remapped, 100 active+clean, 27 active+undersized, 14 peering, 14 active+undersized+degraded, 2 stale+active+clean, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 55/630 objects degraded (8.730%) 2024-03-21T13:08:57.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:57 smithi184 bash[59794]: cephadm 2024-03-21T13:08:55.525179+0000 mgr.x (mgr.34104) 3002 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:57.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:57 smithi184 bash[59794]: cluster 2024-03-21T13:08:55.616860+0000 mgr.x (mgr.34104) 3003 : cluster [DBG] pgmap v1985: 161 pgs: 5 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:08:57.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:57 smithi184 bash[59794]: cluster 2024-03-21T13:08:55.617683+0000 mgr.x (mgr.34104) 3004 : cluster [DBG] pgmap v1986: 161 pgs: 5 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:08:57.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:57 smithi184 bash[59794]: cephadm 2024-03-21T13:08:55.627520+0000 mgr.x (mgr.34104) 3005 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:57.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:57 smithi184 bash[59794]: cluster 2024-03-21T13:08:55.716594+0000 mgr.x (mgr.34104) 3006 : cluster [DBG] pgmap v1987: 161 pgs: 5 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:08:57.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:57 smithi184 bash[59794]: cluster 2024-03-21T13:08:55.717644+0000 mgr.x (mgr.34104) 3007 : cluster [DBG] pgmap v1988: 161 pgs: 5 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:08:57.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:57 smithi184 bash[59794]: cephadm 2024-03-21T13:08:55.725931+0000 mgr.x (mgr.34104) 3008 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:57.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:57 smithi184 bash[59794]: cluster 2024-03-21T13:08:55.816598+0000 mgr.x (mgr.34104) 3009 : cluster [DBG] pgmap v1989: 161 pgs: 5 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:08:57.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:57 smithi184 bash[59794]: cluster 2024-03-21T13:08:55.817637+0000 mgr.x (mgr.34104) 3010 : cluster [DBG] pgmap v1990: 161 pgs: 5 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:08:57.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:57 smithi184 bash[59794]: cephadm 2024-03-21T13:08:55.826259+0000 mgr.x (mgr.34104) 3011 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:57.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:57 smithi184 bash[59794]: cluster 2024-03-21T13:08:55.915254+0000 mgr.x (mgr.34104) 3012 : cluster [DBG] pgmap v1991: 161 pgs: 5 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:08:57.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:57 smithi184 bash[59794]: cluster 2024-03-21T13:08:55.915781+0000 mgr.x (mgr.34104) 3013 : cluster [DBG] pgmap v1992: 161 pgs: 5 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:08:57.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:57 smithi184 bash[59794]: cephadm 2024-03-21T13:08:55.925766+0000 mgr.x (mgr.34104) 3014 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:57.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:57 smithi184 bash[59794]: cluster 2024-03-21T13:08:56.019762+0000 mgr.x (mgr.34104) 3015 : cluster [DBG] pgmap v1993: 161 pgs: 5 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:08:57.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:57 smithi184 bash[59794]: cluster 2024-03-21T13:08:56.020515+0000 mgr.x (mgr.34104) 3016 : cluster [DBG] pgmap v1994: 161 pgs: 5 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:08:57.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:57 smithi184 bash[59794]: cephadm 2024-03-21T13:08:56.028233+0000 mgr.x (mgr.34104) 3017 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:57.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:57 smithi184 bash[59794]: cluster 2024-03-21T13:08:56.119062+0000 mgr.x (mgr.34104) 3018 : cluster [DBG] pgmap v1995: 161 pgs: 5 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:08:57.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:57 smithi184 bash[59794]: cluster 2024-03-21T13:08:56.119775+0000 mgr.x (mgr.34104) 3019 : cluster [DBG] pgmap v1996: 161 pgs: 5 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:08:57.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:57 smithi184 bash[59794]: cephadm 2024-03-21T13:08:56.128773+0000 mgr.x (mgr.34104) 3020 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:57.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:57 smithi184 bash[59794]: audit 2024-03-21T13:08:56.205441+0000 mon.a (mon.0) 4347 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:57.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:57 smithi184 bash[59794]: audit 2024-03-21T13:08:56.209541+0000 mon.a (mon.0) 4348 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:57.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:57 smithi184 bash[59794]: audit 2024-03-21T13:08:56.213710+0000 mon.a (mon.0) 4349 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:57.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:57 smithi184 bash[59794]: audit 2024-03-21T13:08:56.215399+0000 mon.a (mon.0) 4350 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:57.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:57 smithi184 bash[59794]: cluster 2024-03-21T13:08:56.219915+0000 mgr.x (mgr.34104) 3021 : cluster [DBG] pgmap v1997: 161 pgs: 5 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:08:57.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:57 smithi184 bash[59794]: cluster 2024-03-21T13:08:56.220732+0000 mgr.x (mgr.34104) 3022 : cluster [DBG] pgmap v1998: 161 pgs: 5 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:08:57.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:57 smithi184 bash[59794]: audit 2024-03-21T13:08:56.228109+0000 mon.a (mon.0) 4351 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:57.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:57 smithi184 bash[59794]: cephadm 2024-03-21T13:08:56.229743+0000 mgr.x (mgr.34104) 3023 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:57.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:57 smithi184 bash[59794]: audit 2024-03-21T13:08:56.309338+0000 mon.a (mon.0) 4352 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:57.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:57 smithi184 bash[59794]: audit 2024-03-21T13:08:56.312522+0000 mon.a (mon.0) 4353 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:57.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:57 smithi184 bash[59794]: audit 2024-03-21T13:08:56.317882+0000 mon.a (mon.0) 4354 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:57.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:57 smithi184 bash[59794]: audit 2024-03-21T13:08:56.319551+0000 mon.a (mon.0) 4355 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:57.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:57 smithi184 bash[59794]: audit 2024-03-21T13:08:56.331754+0000 mon.a (mon.0) 4356 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:57.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:57 smithi184 bash[59794]: audit 2024-03-21T13:08:56.413184+0000 mon.a (mon.0) 4357 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:57.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:57 smithi184 bash[59794]: audit 2024-03-21T13:08:56.416625+0000 mon.a (mon.0) 4358 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:57.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:57 smithi184 bash[59794]: audit 2024-03-21T13:08:56.419565+0000 mon.a (mon.0) 4359 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:57.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:57 smithi184 bash[59794]: audit 2024-03-21T13:08:56.420876+0000 mon.a (mon.0) 4360 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:57.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:57 smithi184 bash[59794]: audit 2024-03-21T13:08:56.432537+0000 mon.a (mon.0) 4361 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:57.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:57 smithi184 bash[59794]: audit 2024-03-21T13:08:56.512877+0000 mon.a (mon.0) 4362 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:57.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:57 smithi184 bash[59794]: audit 2024-03-21T13:08:56.516392+0000 mon.a (mon.0) 4363 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:57.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:57 smithi184 bash[59794]: audit 2024-03-21T13:08:56.519830+0000 mon.a (mon.0) 4364 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:57.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:57 smithi184 bash[59794]: audit 2024-03-21T13:08:56.521232+0000 mon.a (mon.0) 4365 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:57.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:57 smithi184 bash[59794]: audit 2024-03-21T13:08:56.532428+0000 mon.a (mon.0) 4366 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:57.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:57 smithi184 bash[59794]: audit 2024-03-21T13:08:56.615455+0000 mon.a (mon.0) 4367 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:57.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:57 smithi184 bash[59794]: audit 2024-03-21T13:08:56.618668+0000 mon.a (mon.0) 4368 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:57.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:57 smithi184 bash[59794]: audit 2024-03-21T13:08:56.622767+0000 mon.a (mon.0) 4369 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:57.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:57 smithi184 bash[59794]: audit 2024-03-21T13:08:56.624339+0000 mon.a (mon.0) 4370 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:57.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:57 smithi184 bash[59794]: audit 2024-03-21T13:08:56.636579+0000 mon.a (mon.0) 4371 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:57.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:57 smithi184 bash[59794]: audit 2024-03-21T13:08:56.716699+0000 mon.a (mon.0) 4372 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:57.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:57 smithi184 bash[59794]: audit 2024-03-21T13:08:56.719670+0000 mon.a (mon.0) 4373 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:57.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:57 smithi184 bash[59794]: audit 2024-03-21T13:08:56.722244+0000 mon.a (mon.0) 4374 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:57.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:57 smithi184 bash[59794]: audit 2024-03-21T13:08:56.723616+0000 mon.a (mon.0) 4375 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:57.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:57 smithi184 bash[59794]: audit 2024-03-21T13:08:56.734290+0000 mon.a (mon.0) 4376 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:57.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:57 smithi184 bash[59794]: audit 2024-03-21T13:08:56.814606+0000 mon.a (mon.0) 4377 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:57.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:57 smithi184 bash[59794]: audit 2024-03-21T13:08:56.817680+0000 mon.a (mon.0) 4378 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:57.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:57 smithi184 bash[59794]: audit 2024-03-21T13:08:56.821186+0000 mon.a (mon.0) 4379 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:57.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:57 smithi184 bash[59794]: audit 2024-03-21T13:08:56.822956+0000 mon.a (mon.0) 4380 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:57.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:57 smithi184 bash[59794]: audit 2024-03-21T13:08:56.834580+0000 mon.a (mon.0) 4381 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:57.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:57 smithi184 bash[59794]: audit 2024-03-21T13:08:56.911437+0000 mon.a (mon.0) 4382 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:57.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:57 smithi184 bash[59794]: audit 2024-03-21T13:08:56.914499+0000 mon.a (mon.0) 4383 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:57.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:57 smithi184 bash[59794]: audit 2024-03-21T13:08:56.917708+0000 mon.a (mon.0) 4384 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:57.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:57 smithi184 bash[59794]: audit 2024-03-21T13:08:56.918944+0000 mon.a (mon.0) 4385 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:57.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:57 smithi184 bash[59794]: audit 2024-03-21T13:08:56.930556+0000 mon.a (mon.0) 4386 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:57.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:57 smithi184 bash[59794]: audit 2024-03-21T13:08:57.013591+0000 mon.a (mon.0) 4387 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:57.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:57 smithi184 bash[59794]: audit 2024-03-21T13:08:57.016717+0000 mon.a (mon.0) 4388 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:57.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:57 smithi184 bash[59794]: audit 2024-03-21T13:08:57.020404+0000 mon.a (mon.0) 4389 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:57.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:57 smithi184 bash[59794]: audit 2024-03-21T13:08:57.021823+0000 mon.a (mon.0) 4390 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:57.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:57 smithi184 bash[59794]: audit 2024-03-21T13:08:57.033280+0000 mon.a (mon.0) 4391 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:57.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:57 smithi184 bash[59794]: audit 2024-03-21T13:08:57.114204+0000 mon.a (mon.0) 4392 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:57.331 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:57 smithi184 bash[59794]: audit 2024-03-21T13:08:57.117166+0000 mon.a (mon.0) 4393 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:57.331 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:57 smithi184 bash[59794]: audit 2024-03-21T13:08:57.120102+0000 mon.a (mon.0) 4394 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:57.331 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:57 smithi184 bash[59794]: audit 2024-03-21T13:08:57.121275+0000 mon.a (mon.0) 4395 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:57.331 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:57 smithi184 bash[59794]: audit 2024-03-21T13:08:57.132804+0000 mon.a (mon.0) 4396 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:57.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:57 smithi178 bash[75692]: cluster 2024-03-21T13:08:55.314313+0000 mgr.x (mgr.34104) 2994 : cluster [DBG] pgmap v1979: 161 pgs: 3 active+clean+remapped, 100 active+clean, 27 active+undersized, 14 peering, 14 active+undersized+degraded, 2 stale+active+clean, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 55/630 objects degraded (8.730%) 2024-03-21T13:08:57.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:57 smithi178 bash[75692]: cluster 2024-03-21T13:08:55.314970+0000 mgr.x (mgr.34104) 2995 : cluster [DBG] pgmap v1980: 161 pgs: 3 active+clean+remapped, 100 active+clean, 27 active+undersized, 14 peering, 14 active+undersized+degraded, 2 stale+active+clean, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 55/630 objects degraded (8.730%) 2024-03-21T13:08:57.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:57 smithi178 bash[75692]: cephadm 2024-03-21T13:08:55.325214+0000 mgr.x (mgr.34104) 2996 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:57.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:57 smithi178 bash[75692]: cluster 2024-03-21T13:08:55.416652+0000 mgr.x (mgr.34104) 2997 : cluster [DBG] pgmap v1981: 161 pgs: 3 active+clean+remapped, 100 active+clean, 27 active+undersized, 14 peering, 14 active+undersized+degraded, 2 stale+active+clean, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 55/630 objects degraded (8.730%) 2024-03-21T13:08:57.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:57 smithi178 bash[75692]: cluster 2024-03-21T13:08:55.417616+0000 mgr.x (mgr.34104) 2998 : cluster [DBG] pgmap v1982: 161 pgs: 3 active+clean+remapped, 100 active+clean, 27 active+undersized, 14 peering, 14 active+undersized+degraded, 2 stale+active+clean, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 55/630 objects degraded (8.730%) 2024-03-21T13:08:57.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:57 smithi178 bash[75692]: cephadm 2024-03-21T13:08:55.427215+0000 mgr.x (mgr.34104) 2999 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:57.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:57 smithi178 bash[75692]: cluster 2024-03-21T13:08:55.515413+0000 mgr.x (mgr.34104) 3000 : cluster [DBG] pgmap v1983: 161 pgs: 3 active+clean+remapped, 100 active+clean, 27 active+undersized, 14 peering, 14 active+undersized+degraded, 2 stale+active+clean, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 55/630 objects degraded (8.730%) 2024-03-21T13:08:57.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:57 smithi178 bash[75692]: cluster 2024-03-21T13:08:55.516216+0000 mgr.x (mgr.34104) 3001 : cluster [DBG] pgmap v1984: 161 pgs: 3 active+clean+remapped, 100 active+clean, 27 active+undersized, 14 peering, 14 active+undersized+degraded, 2 stale+active+clean, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 55/630 objects degraded (8.730%) 2024-03-21T13:08:57.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:57 smithi178 bash[75692]: cephadm 2024-03-21T13:08:55.525179+0000 mgr.x (mgr.34104) 3002 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:57.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:57 smithi178 bash[75692]: cluster 2024-03-21T13:08:55.616860+0000 mgr.x (mgr.34104) 3003 : cluster [DBG] pgmap v1985: 161 pgs: 5 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:08:57.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:57 smithi178 bash[75692]: cluster 2024-03-21T13:08:55.617683+0000 mgr.x (mgr.34104) 3004 : cluster [DBG] pgmap v1986: 161 pgs: 5 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:08:57.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:57 smithi178 bash[75692]: cephadm 2024-03-21T13:08:55.627520+0000 mgr.x (mgr.34104) 3005 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:57.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:57 smithi178 bash[75692]: cluster 2024-03-21T13:08:55.716594+0000 mgr.x (mgr.34104) 3006 : cluster [DBG] pgmap v1987: 161 pgs: 5 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:08:57.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:57 smithi178 bash[75692]: cluster 2024-03-21T13:08:55.717644+0000 mgr.x (mgr.34104) 3007 : cluster [DBG] pgmap v1988: 161 pgs: 5 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:08:57.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:57 smithi178 bash[75692]: cephadm 2024-03-21T13:08:55.725931+0000 mgr.x (mgr.34104) 3008 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:57.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:57 smithi178 bash[75692]: cluster 2024-03-21T13:08:55.816598+0000 mgr.x (mgr.34104) 3009 : cluster [DBG] pgmap v1989: 161 pgs: 5 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:08:57.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:57 smithi178 bash[75692]: cluster 2024-03-21T13:08:55.817637+0000 mgr.x (mgr.34104) 3010 : cluster [DBG] pgmap v1990: 161 pgs: 5 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:08:57.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:57 smithi178 bash[75692]: cephadm 2024-03-21T13:08:55.826259+0000 mgr.x (mgr.34104) 3011 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:57.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:57 smithi178 bash[75692]: cluster 2024-03-21T13:08:55.915254+0000 mgr.x (mgr.34104) 3012 : cluster [DBG] pgmap v1991: 161 pgs: 5 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:08:57.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:57 smithi178 bash[75692]: cluster 2024-03-21T13:08:55.915781+0000 mgr.x (mgr.34104) 3013 : cluster [DBG] pgmap v1992: 161 pgs: 5 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:08:57.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:57 smithi178 bash[75692]: cephadm 2024-03-21T13:08:55.925766+0000 mgr.x (mgr.34104) 3014 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:57.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:57 smithi178 bash[75692]: cluster 2024-03-21T13:08:56.019762+0000 mgr.x (mgr.34104) 3015 : cluster [DBG] pgmap v1993: 161 pgs: 5 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:08:57.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:57 smithi178 bash[75692]: cluster 2024-03-21T13:08:56.020515+0000 mgr.x (mgr.34104) 3016 : cluster [DBG] pgmap v1994: 161 pgs: 5 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:08:57.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:57 smithi178 bash[75692]: cephadm 2024-03-21T13:08:56.028233+0000 mgr.x (mgr.34104) 3017 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:57.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:57 smithi178 bash[75692]: cluster 2024-03-21T13:08:56.119062+0000 mgr.x (mgr.34104) 3018 : cluster [DBG] pgmap v1995: 161 pgs: 5 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:08:57.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:57 smithi178 bash[75692]: cluster 2024-03-21T13:08:56.119775+0000 mgr.x (mgr.34104) 3019 : cluster [DBG] pgmap v1996: 161 pgs: 5 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:08:57.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:57 smithi178 bash[75692]: cephadm 2024-03-21T13:08:56.128773+0000 mgr.x (mgr.34104) 3020 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:57.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:57 smithi178 bash[75692]: audit 2024-03-21T13:08:56.205441+0000 mon.a (mon.0) 4347 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:57.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:57 smithi178 bash[75692]: audit 2024-03-21T13:08:56.209541+0000 mon.a (mon.0) 4348 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:57.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:57 smithi178 bash[75692]: audit 2024-03-21T13:08:56.213710+0000 mon.a (mon.0) 4349 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:57.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:57 smithi178 bash[75692]: audit 2024-03-21T13:08:56.215399+0000 mon.a (mon.0) 4350 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:57.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:57 smithi178 bash[75692]: cluster 2024-03-21T13:08:56.219915+0000 mgr.x (mgr.34104) 3021 : cluster [DBG] pgmap v1997: 161 pgs: 5 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:08:57.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:57 smithi178 bash[75692]: cluster 2024-03-21T13:08:56.220732+0000 mgr.x (mgr.34104) 3022 : cluster [DBG] pgmap v1998: 161 pgs: 5 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:08:57.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:57 smithi178 bash[75692]: audit 2024-03-21T13:08:56.228109+0000 mon.a (mon.0) 4351 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:57.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:57 smithi178 bash[75692]: cephadm 2024-03-21T13:08:56.229743+0000 mgr.x (mgr.34104) 3023 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:57.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:57 smithi178 bash[75692]: audit 2024-03-21T13:08:56.309338+0000 mon.a (mon.0) 4352 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:57.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:57 smithi178 bash[75692]: audit 2024-03-21T13:08:56.312522+0000 mon.a (mon.0) 4353 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:57.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:57 smithi178 bash[75692]: audit 2024-03-21T13:08:56.317882+0000 mon.a (mon.0) 4354 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:57.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:57 smithi178 bash[75692]: audit 2024-03-21T13:08:56.319551+0000 mon.a (mon.0) 4355 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:57.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:57 smithi178 bash[75692]: audit 2024-03-21T13:08:56.331754+0000 mon.a (mon.0) 4356 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:57.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:57 smithi178 bash[75692]: audit 2024-03-21T13:08:56.413184+0000 mon.a (mon.0) 4357 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:57.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:57 smithi178 bash[75692]: audit 2024-03-21T13:08:56.416625+0000 mon.a (mon.0) 4358 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:57.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:57 smithi178 bash[75692]: audit 2024-03-21T13:08:56.419565+0000 mon.a (mon.0) 4359 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:57.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:57 smithi178 bash[75692]: audit 2024-03-21T13:08:56.420876+0000 mon.a (mon.0) 4360 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:57.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:57 smithi178 bash[75692]: audit 2024-03-21T13:08:56.432537+0000 mon.a (mon.0) 4361 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:57.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:57 smithi178 bash[75692]: audit 2024-03-21T13:08:56.512877+0000 mon.a (mon.0) 4362 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:57.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:57 smithi178 bash[77880]: cluster 2024-03-21T13:08:55.314313+0000 mgr.x (mgr.34104) 2994 : cluster [DBG] pgmap v1979: 161 pgs: 3 active+clean+remapped, 100 active+clean, 27 active+undersized, 14 peering, 14 active+undersized+degraded, 2 stale+active+clean, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 55/630 objects degraded (8.730%) 2024-03-21T13:08:57.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:57 smithi178 bash[77880]: cluster 2024-03-21T13:08:55.314970+0000 mgr.x (mgr.34104) 2995 : cluster [DBG] pgmap v1980: 161 pgs: 3 active+clean+remapped, 100 active+clean, 27 active+undersized, 14 peering, 14 active+undersized+degraded, 2 stale+active+clean, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 55/630 objects degraded (8.730%) 2024-03-21T13:08:57.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:57 smithi178 bash[77880]: cephadm 2024-03-21T13:08:55.325214+0000 mgr.x (mgr.34104) 2996 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:57.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:57 smithi178 bash[77880]: cluster 2024-03-21T13:08:55.416652+0000 mgr.x (mgr.34104) 2997 : cluster [DBG] pgmap v1981: 161 pgs: 3 active+clean+remapped, 100 active+clean, 27 active+undersized, 14 peering, 14 active+undersized+degraded, 2 stale+active+clean, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 55/630 objects degraded (8.730%) 2024-03-21T13:08:57.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:57 smithi178 bash[77880]: cluster 2024-03-21T13:08:55.417616+0000 mgr.x (mgr.34104) 2998 : cluster [DBG] pgmap v1982: 161 pgs: 3 active+clean+remapped, 100 active+clean, 27 active+undersized, 14 peering, 14 active+undersized+degraded, 2 stale+active+clean, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 55/630 objects degraded (8.730%) 2024-03-21T13:08:57.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:57 smithi178 bash[77880]: cephadm 2024-03-21T13:08:55.427215+0000 mgr.x (mgr.34104) 2999 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:57.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:57 smithi178 bash[77880]: cluster 2024-03-21T13:08:55.515413+0000 mgr.x (mgr.34104) 3000 : cluster [DBG] pgmap v1983: 161 pgs: 3 active+clean+remapped, 100 active+clean, 27 active+undersized, 14 peering, 14 active+undersized+degraded, 2 stale+active+clean, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 55/630 objects degraded (8.730%) 2024-03-21T13:08:57.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:57 smithi178 bash[77880]: cluster 2024-03-21T13:08:55.516216+0000 mgr.x (mgr.34104) 3001 : cluster [DBG] pgmap v1984: 161 pgs: 3 active+clean+remapped, 100 active+clean, 27 active+undersized, 14 peering, 14 active+undersized+degraded, 2 stale+active+clean, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 55/630 objects degraded (8.730%) 2024-03-21T13:08:57.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:57 smithi178 bash[77880]: cephadm 2024-03-21T13:08:55.525179+0000 mgr.x (mgr.34104) 3002 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:57.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:57 smithi178 bash[77880]: cluster 2024-03-21T13:08:55.616860+0000 mgr.x (mgr.34104) 3003 : cluster [DBG] pgmap v1985: 161 pgs: 5 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:08:57.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:57 smithi178 bash[77880]: cluster 2024-03-21T13:08:55.617683+0000 mgr.x (mgr.34104) 3004 : cluster [DBG] pgmap v1986: 161 pgs: 5 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:08:57.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:57 smithi178 bash[77880]: cephadm 2024-03-21T13:08:55.627520+0000 mgr.x (mgr.34104) 3005 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:57.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:57 smithi178 bash[77880]: cluster 2024-03-21T13:08:55.716594+0000 mgr.x (mgr.34104) 3006 : cluster [DBG] pgmap v1987: 161 pgs: 5 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:08:57.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:57 smithi178 bash[77880]: cluster 2024-03-21T13:08:55.717644+0000 mgr.x (mgr.34104) 3007 : cluster [DBG] pgmap v1988: 161 pgs: 5 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:08:57.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:57 smithi178 bash[77880]: cephadm 2024-03-21T13:08:55.725931+0000 mgr.x (mgr.34104) 3008 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:57.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:57 smithi178 bash[77880]: cluster 2024-03-21T13:08:55.816598+0000 mgr.x (mgr.34104) 3009 : cluster [DBG] pgmap v1989: 161 pgs: 5 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:08:57.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:57 smithi178 bash[77880]: cluster 2024-03-21T13:08:55.817637+0000 mgr.x (mgr.34104) 3010 : cluster [DBG] pgmap v1990: 161 pgs: 5 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:08:57.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:57 smithi178 bash[77880]: cephadm 2024-03-21T13:08:55.826259+0000 mgr.x (mgr.34104) 3011 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:57.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:57 smithi178 bash[77880]: cluster 2024-03-21T13:08:55.915254+0000 mgr.x (mgr.34104) 3012 : cluster [DBG] pgmap v1991: 161 pgs: 5 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:08:57.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:57 smithi178 bash[77880]: cluster 2024-03-21T13:08:55.915781+0000 mgr.x (mgr.34104) 3013 : cluster [DBG] pgmap v1992: 161 pgs: 5 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:08:57.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:57 smithi178 bash[77880]: cephadm 2024-03-21T13:08:55.925766+0000 mgr.x (mgr.34104) 3014 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:57.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:57 smithi178 bash[77880]: cluster 2024-03-21T13:08:56.019762+0000 mgr.x (mgr.34104) 3015 : cluster [DBG] pgmap v1993: 161 pgs: 5 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:08:57.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:57 smithi178 bash[77880]: cluster 2024-03-21T13:08:56.020515+0000 mgr.x (mgr.34104) 3016 : cluster [DBG] pgmap v1994: 161 pgs: 5 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:08:57.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:57 smithi178 bash[77880]: cephadm 2024-03-21T13:08:56.028233+0000 mgr.x (mgr.34104) 3017 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:57.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:57 smithi178 bash[77880]: cluster 2024-03-21T13:08:56.119062+0000 mgr.x (mgr.34104) 3018 : cluster [DBG] pgmap v1995: 161 pgs: 5 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:08:57.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:57 smithi178 bash[77880]: cluster 2024-03-21T13:08:56.119775+0000 mgr.x (mgr.34104) 3019 : cluster [DBG] pgmap v1996: 161 pgs: 5 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:08:57.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:57 smithi178 bash[77880]: cephadm 2024-03-21T13:08:56.128773+0000 mgr.x (mgr.34104) 3020 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:57.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:57 smithi178 bash[75692]: audit 2024-03-21T13:08:56.516392+0000 mon.a (mon.0) 4363 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:57.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:57 smithi178 bash[75692]: audit 2024-03-21T13:08:56.519830+0000 mon.a (mon.0) 4364 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:57.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:57 smithi178 bash[75692]: audit 2024-03-21T13:08:56.521232+0000 mon.a (mon.0) 4365 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:57.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:57 smithi178 bash[75692]: audit 2024-03-21T13:08:56.532428+0000 mon.a (mon.0) 4366 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:57.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:57 smithi178 bash[75692]: audit 2024-03-21T13:08:56.615455+0000 mon.a (mon.0) 4367 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:57.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:57 smithi178 bash[75692]: audit 2024-03-21T13:08:56.618668+0000 mon.a (mon.0) 4368 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:57.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:57 smithi178 bash[75692]: audit 2024-03-21T13:08:56.622767+0000 mon.a (mon.0) 4369 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:57.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:57 smithi178 bash[75692]: audit 2024-03-21T13:08:56.624339+0000 mon.a (mon.0) 4370 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:57.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:57 smithi178 bash[75692]: audit 2024-03-21T13:08:56.636579+0000 mon.a (mon.0) 4371 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:57.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:57 smithi178 bash[75692]: audit 2024-03-21T13:08:56.716699+0000 mon.a (mon.0) 4372 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:57.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:57 smithi178 bash[75692]: audit 2024-03-21T13:08:56.719670+0000 mon.a (mon.0) 4373 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:57.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:57 smithi178 bash[75692]: audit 2024-03-21T13:08:56.722244+0000 mon.a (mon.0) 4374 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:57.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:57 smithi178 bash[75692]: audit 2024-03-21T13:08:56.723616+0000 mon.a (mon.0) 4375 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:57.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:57 smithi178 bash[75692]: audit 2024-03-21T13:08:56.734290+0000 mon.a (mon.0) 4376 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:57.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:57 smithi178 bash[75692]: audit 2024-03-21T13:08:56.814606+0000 mon.a (mon.0) 4377 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:57.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:57 smithi178 bash[75692]: audit 2024-03-21T13:08:56.817680+0000 mon.a (mon.0) 4378 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:57.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:57 smithi178 bash[75692]: audit 2024-03-21T13:08:56.821186+0000 mon.a (mon.0) 4379 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:57.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:57 smithi178 bash[75692]: audit 2024-03-21T13:08:56.822956+0000 mon.a (mon.0) 4380 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:57.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:57 smithi178 bash[75692]: audit 2024-03-21T13:08:56.834580+0000 mon.a (mon.0) 4381 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:57.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:57 smithi178 bash[75692]: audit 2024-03-21T13:08:56.911437+0000 mon.a (mon.0) 4382 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:57.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:57 smithi178 bash[75692]: audit 2024-03-21T13:08:56.914499+0000 mon.a (mon.0) 4383 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:57.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:57 smithi178 bash[75692]: audit 2024-03-21T13:08:56.917708+0000 mon.a (mon.0) 4384 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:57.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:57 smithi178 bash[75692]: audit 2024-03-21T13:08:56.918944+0000 mon.a (mon.0) 4385 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:57.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:57 smithi178 bash[75692]: audit 2024-03-21T13:08:56.930556+0000 mon.a (mon.0) 4386 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:57.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:57 smithi178 bash[75692]: audit 2024-03-21T13:08:57.013591+0000 mon.a (mon.0) 4387 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:57.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:57 smithi178 bash[75692]: audit 2024-03-21T13:08:57.016717+0000 mon.a (mon.0) 4388 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:57.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:57 smithi178 bash[75692]: audit 2024-03-21T13:08:57.020404+0000 mon.a (mon.0) 4389 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:57.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:57 smithi178 bash[75692]: audit 2024-03-21T13:08:57.021823+0000 mon.a (mon.0) 4390 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:57.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:57 smithi178 bash[75692]: audit 2024-03-21T13:08:57.033280+0000 mon.a (mon.0) 4391 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:57.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:57 smithi178 bash[75692]: audit 2024-03-21T13:08:57.114204+0000 mon.a (mon.0) 4392 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:57.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:57 smithi178 bash[75692]: audit 2024-03-21T13:08:57.117166+0000 mon.a (mon.0) 4393 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:57.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:57 smithi178 bash[75692]: audit 2024-03-21T13:08:57.120102+0000 mon.a (mon.0) 4394 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:57.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:57 smithi178 bash[75692]: audit 2024-03-21T13:08:57.121275+0000 mon.a (mon.0) 4395 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:57.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:57 smithi178 bash[75692]: audit 2024-03-21T13:08:57.132804+0000 mon.a (mon.0) 4396 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:57.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:57 smithi178 bash[77880]: audit 2024-03-21T13:08:56.205441+0000 mon.a (mon.0) 4347 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:57.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:57 smithi178 bash[77880]: audit 2024-03-21T13:08:56.209541+0000 mon.a (mon.0) 4348 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:57.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:57 smithi178 bash[77880]: audit 2024-03-21T13:08:56.213710+0000 mon.a (mon.0) 4349 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:57.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:57 smithi178 bash[77880]: audit 2024-03-21T13:08:56.215399+0000 mon.a (mon.0) 4350 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:57.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:57 smithi178 bash[77880]: cluster 2024-03-21T13:08:56.219915+0000 mgr.x (mgr.34104) 3021 : cluster [DBG] pgmap v1997: 161 pgs: 5 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:08:57.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:57 smithi178 bash[77880]: cluster 2024-03-21T13:08:56.220732+0000 mgr.x (mgr.34104) 3022 : cluster [DBG] pgmap v1998: 161 pgs: 5 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:08:57.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:57 smithi178 bash[77880]: audit 2024-03-21T13:08:56.228109+0000 mon.a (mon.0) 4351 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:57.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:57 smithi178 bash[77880]: cephadm 2024-03-21T13:08:56.229743+0000 mgr.x (mgr.34104) 3023 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:57.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:57 smithi178 bash[77880]: audit 2024-03-21T13:08:56.309338+0000 mon.a (mon.0) 4352 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:57.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:57 smithi178 bash[77880]: audit 2024-03-21T13:08:56.312522+0000 mon.a (mon.0) 4353 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:57.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:57 smithi178 bash[77880]: audit 2024-03-21T13:08:56.317882+0000 mon.a (mon.0) 4354 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:57.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:57 smithi178 bash[77880]: audit 2024-03-21T13:08:56.319551+0000 mon.a (mon.0) 4355 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:57.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:57 smithi178 bash[77880]: audit 2024-03-21T13:08:56.331754+0000 mon.a (mon.0) 4356 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:57.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:57 smithi178 bash[77880]: audit 2024-03-21T13:08:56.413184+0000 mon.a (mon.0) 4357 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:57.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:57 smithi178 bash[77880]: audit 2024-03-21T13:08:56.416625+0000 mon.a (mon.0) 4358 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:57.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:57 smithi178 bash[77880]: audit 2024-03-21T13:08:56.419565+0000 mon.a (mon.0) 4359 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:57.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:57 smithi178 bash[77880]: audit 2024-03-21T13:08:56.420876+0000 mon.a (mon.0) 4360 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:57.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:57 smithi178 bash[77880]: audit 2024-03-21T13:08:56.432537+0000 mon.a (mon.0) 4361 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:57.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:57 smithi178 bash[77880]: audit 2024-03-21T13:08:56.512877+0000 mon.a (mon.0) 4362 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:57.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:57 smithi178 bash[77880]: audit 2024-03-21T13:08:56.516392+0000 mon.a (mon.0) 4363 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:57.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:57 smithi178 bash[77880]: audit 2024-03-21T13:08:56.519830+0000 mon.a (mon.0) 4364 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:57.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:57 smithi178 bash[77880]: audit 2024-03-21T13:08:56.521232+0000 mon.a (mon.0) 4365 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:57.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:57 smithi178 bash[77880]: audit 2024-03-21T13:08:56.532428+0000 mon.a (mon.0) 4366 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:57.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:57 smithi178 bash[77880]: audit 2024-03-21T13:08:56.615455+0000 mon.a (mon.0) 4367 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:57.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:57 smithi178 bash[77880]: audit 2024-03-21T13:08:56.618668+0000 mon.a (mon.0) 4368 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:57.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:57 smithi178 bash[77880]: audit 2024-03-21T13:08:56.622767+0000 mon.a (mon.0) 4369 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:57.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:57 smithi178 bash[77880]: audit 2024-03-21T13:08:56.624339+0000 mon.a (mon.0) 4370 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:57.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:57 smithi178 bash[77880]: audit 2024-03-21T13:08:56.636579+0000 mon.a (mon.0) 4371 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:57.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:57 smithi178 bash[77880]: audit 2024-03-21T13:08:56.716699+0000 mon.a (mon.0) 4372 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:57.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:57 smithi178 bash[77880]: audit 2024-03-21T13:08:56.719670+0000 mon.a (mon.0) 4373 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:57.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:57 smithi178 bash[77880]: audit 2024-03-21T13:08:56.722244+0000 mon.a (mon.0) 4374 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:57.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:57 smithi178 bash[77880]: audit 2024-03-21T13:08:56.723616+0000 mon.a (mon.0) 4375 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:57.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:57 smithi178 bash[77880]: audit 2024-03-21T13:08:56.734290+0000 mon.a (mon.0) 4376 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:57.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:57 smithi178 bash[77880]: audit 2024-03-21T13:08:56.814606+0000 mon.a (mon.0) 4377 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:57.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:57 smithi178 bash[77880]: audit 2024-03-21T13:08:56.817680+0000 mon.a (mon.0) 4378 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:57.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:57 smithi178 bash[77880]: audit 2024-03-21T13:08:56.821186+0000 mon.a (mon.0) 4379 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:57.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:57 smithi178 bash[77880]: audit 2024-03-21T13:08:56.822956+0000 mon.a (mon.0) 4380 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:57.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:57 smithi178 bash[77880]: audit 2024-03-21T13:08:56.834580+0000 mon.a (mon.0) 4381 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:57.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:57 smithi178 bash[77880]: audit 2024-03-21T13:08:56.911437+0000 mon.a (mon.0) 4382 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:57.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:57 smithi178 bash[77880]: audit 2024-03-21T13:08:56.914499+0000 mon.a (mon.0) 4383 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:57.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:57 smithi178 bash[77880]: audit 2024-03-21T13:08:56.917708+0000 mon.a (mon.0) 4384 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:57.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:57 smithi178 bash[77880]: audit 2024-03-21T13:08:56.918944+0000 mon.a (mon.0) 4385 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:57.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:57 smithi178 bash[77880]: audit 2024-03-21T13:08:56.930556+0000 mon.a (mon.0) 4386 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:57.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:57 smithi178 bash[77880]: audit 2024-03-21T13:08:57.013591+0000 mon.a (mon.0) 4387 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:57.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:57 smithi178 bash[77880]: audit 2024-03-21T13:08:57.016717+0000 mon.a (mon.0) 4388 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:57.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:57 smithi178 bash[77880]: audit 2024-03-21T13:08:57.020404+0000 mon.a (mon.0) 4389 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:57.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:57 smithi178 bash[77880]: audit 2024-03-21T13:08:57.021823+0000 mon.a (mon.0) 4390 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:57.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:57 smithi178 bash[77880]: audit 2024-03-21T13:08:57.033280+0000 mon.a (mon.0) 4391 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:57.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:57 smithi178 bash[77880]: audit 2024-03-21T13:08:57.114204+0000 mon.a (mon.0) 4392 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:57.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:57 smithi178 bash[77880]: audit 2024-03-21T13:08:57.117166+0000 mon.a (mon.0) 4393 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:57.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:57 smithi178 bash[77880]: audit 2024-03-21T13:08:57.120102+0000 mon.a (mon.0) 4394 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:57.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:57 smithi178 bash[77880]: audit 2024-03-21T13:08:57.121275+0000 mon.a (mon.0) 4395 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:57.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:57 smithi178 bash[77880]: audit 2024-03-21T13:08:57.132804+0000 mon.a (mon.0) 4396 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:58.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:58 smithi184 bash[59794]: cluster 2024-03-21T13:08:56.323213+0000 mgr.x (mgr.34104) 3024 : cluster [DBG] pgmap v1999: 161 pgs: 5 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:08:58.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:58 smithi184 bash[59794]: cluster 2024-03-21T13:08:56.324142+0000 mgr.x (mgr.34104) 3025 : cluster [DBG] pgmap v2000: 161 pgs: 5 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:08:58.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:58 smithi184 bash[59794]: cephadm 2024-03-21T13:08:56.333553+0000 mgr.x (mgr.34104) 3026 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:58.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:58 smithi184 bash[59794]: cluster 2024-03-21T13:08:56.423708+0000 mgr.x (mgr.34104) 3027 : cluster [DBG] pgmap v2001: 161 pgs: 5 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:08:58.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:58 smithi184 bash[59794]: cluster 2024-03-21T13:08:56.424004+0000 mgr.x (mgr.34104) 3028 : cluster [DBG] pgmap v2002: 161 pgs: 5 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:08:58.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:58 smithi184 bash[59794]: cephadm 2024-03-21T13:08:56.434175+0000 mgr.x (mgr.34104) 3029 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:58.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:58 smithi184 bash[59794]: cluster 2024-03-21T13:08:56.524655+0000 mgr.x (mgr.34104) 3030 : cluster [DBG] pgmap v2003: 161 pgs: 5 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:08:58.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:58 smithi184 bash[59794]: cluster 2024-03-21T13:08:56.525447+0000 mgr.x (mgr.34104) 3031 : cluster [DBG] pgmap v2004: 161 pgs: 5 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:08:58.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:58 smithi184 bash[59794]: cephadm 2024-03-21T13:08:56.534152+0000 mgr.x (mgr.34104) 3032 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:58.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:58 smithi184 bash[59794]: cluster 2024-03-21T13:08:56.628112+0000 mgr.x (mgr.34104) 3033 : cluster [DBG] pgmap v2005: 161 pgs: 5 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:08:58.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:58 smithi184 bash[59794]: cluster 2024-03-21T13:08:56.629142+0000 mgr.x (mgr.34104) 3034 : cluster [DBG] pgmap v2006: 161 pgs: 5 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:08:58.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:58 smithi184 bash[59794]: cephadm 2024-03-21T13:08:56.638390+0000 mgr.x (mgr.34104) 3035 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:58.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:58 smithi184 bash[59794]: cluster 2024-03-21T13:08:56.726625+0000 mgr.x (mgr.34104) 3036 : cluster [DBG] pgmap v2007: 161 pgs: 5 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:08:58.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:58 smithi184 bash[59794]: cluster 2024-03-21T13:08:56.727233+0000 mgr.x (mgr.34104) 3037 : cluster [DBG] pgmap v2008: 161 pgs: 5 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:08:58.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:58 smithi184 bash[59794]: cephadm 2024-03-21T13:08:56.735970+0000 mgr.x (mgr.34104) 3038 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:58.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:58 smithi184 bash[59794]: cluster 2024-03-21T13:08:56.826096+0000 mgr.x (mgr.34104) 3039 : cluster [DBG] pgmap v2009: 161 pgs: 5 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:08:58.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:58 smithi184 bash[59794]: cluster 2024-03-21T13:08:56.826453+0000 mgr.x (mgr.34104) 3040 : cluster [DBG] pgmap v2010: 161 pgs: 5 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:08:58.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:58 smithi184 bash[59794]: cephadm 2024-03-21T13:08:56.836286+0000 mgr.x (mgr.34104) 3041 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:58.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:58 smithi184 bash[59794]: cluster 2024-03-21T13:08:56.922299+0000 mgr.x (mgr.34104) 3042 : cluster [DBG] pgmap v2011: 161 pgs: 5 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:08:58.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:58 smithi184 bash[59794]: cluster 2024-03-21T13:08:56.923052+0000 mgr.x (mgr.34104) 3043 : cluster [DBG] pgmap v2012: 161 pgs: 5 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:08:58.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:58 smithi184 bash[59794]: cephadm 2024-03-21T13:08:56.932235+0000 mgr.x (mgr.34104) 3044 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:58.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:58 smithi184 bash[59794]: cluster 2024-03-21T13:08:57.025163+0000 mgr.x (mgr.34104) 3045 : cluster [DBG] pgmap v2013: 161 pgs: 5 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:08:58.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:58 smithi184 bash[59794]: cluster 2024-03-21T13:08:57.025986+0000 mgr.x (mgr.34104) 3046 : cluster [DBG] pgmap v2014: 161 pgs: 5 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:08:58.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:58 smithi184 bash[59794]: cephadm 2024-03-21T13:08:57.034968+0000 mgr.x (mgr.34104) 3047 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:58.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:58 smithi184 bash[59794]: cluster 2024-03-21T13:08:57.124166+0000 mgr.x (mgr.34104) 3048 : cluster [DBG] pgmap v2015: 161 pgs: 5 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:08:58.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:58 smithi184 bash[59794]: cluster 2024-03-21T13:08:57.124567+0000 mgr.x (mgr.34104) 3049 : cluster [DBG] pgmap v2016: 161 pgs: 5 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:08:58.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:58 smithi184 bash[59794]: cephadm 2024-03-21T13:08:57.134345+0000 mgr.x (mgr.34104) 3050 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:58.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:58 smithi184 bash[59794]: audit 2024-03-21T13:08:57.214742+0000 mon.a (mon.0) 4397 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:58.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:58 smithi184 bash[59794]: audit 2024-03-21T13:08:57.217838+0000 mon.a (mon.0) 4398 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:58.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:58 smithi184 bash[59794]: audit 2024-03-21T13:08:57.222039+0000 mon.a (mon.0) 4399 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:58.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:58 smithi184 bash[59794]: audit 2024-03-21T13:08:57.223518+0000 mon.a (mon.0) 4400 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:58.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:58 smithi184 bash[59794]: cluster 2024-03-21T13:08:57.226805+0000 mgr.x (mgr.34104) 3051 : cluster [DBG] pgmap v2017: 161 pgs: 5 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:08:58.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:58 smithi184 bash[59794]: cluster 2024-03-21T13:08:57.227619+0000 mgr.x (mgr.34104) 3052 : cluster [DBG] pgmap v2018: 161 pgs: 5 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:08:58.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:58 smithi184 bash[59794]: audit 2024-03-21T13:08:57.234741+0000 mon.a (mon.0) 4401 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:58.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:58 smithi184 bash[59794]: audit 2024-03-21T13:08:57.313093+0000 mon.a (mon.0) 4402 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:58.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:58 smithi184 bash[59794]: audit 2024-03-21T13:08:57.316780+0000 mon.a (mon.0) 4403 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:58.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:58 smithi184 bash[59794]: audit 2024-03-21T13:08:57.320922+0000 mon.a (mon.0) 4404 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:58.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:58 smithi184 bash[59794]: audit 2024-03-21T13:08:57.322992+0000 mon.a (mon.0) 4405 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:58.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:58 smithi184 bash[59794]: audit 2024-03-21T13:08:57.335719+0000 mon.a (mon.0) 4406 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:58.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:58 smithi184 bash[59794]: audit 2024-03-21T13:08:57.399115+0000 mon.a (mon.0) 4407 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:58.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:58 smithi184 bash[59794]: audit 2024-03-21T13:08:57.402199+0000 mon.a (mon.0) 4408 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:58.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:58 smithi184 bash[59794]: audit 2024-03-21T13:08:57.405285+0000 mon.a (mon.0) 4409 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:58.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:58 smithi184 bash[59794]: audit 2024-03-21T13:08:57.406466+0000 mon.a (mon.0) 4410 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:58.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:58 smithi184 bash[59794]: audit 2024-03-21T13:08:57.418092+0000 mon.a (mon.0) 4411 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:58.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:58 smithi184 bash[59794]: audit 2024-03-21T13:08:57.496997+0000 mon.a (mon.0) 4412 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:58.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:58 smithi184 bash[59794]: audit 2024-03-21T13:08:57.499941+0000 mon.a (mon.0) 4413 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:58.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:58 smithi184 bash[59794]: audit 2024-03-21T13:08:57.503516+0000 mon.a (mon.0) 4414 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:58.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:58 smithi184 bash[59794]: audit 2024-03-21T13:08:57.505063+0000 mon.a (mon.0) 4415 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:58.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:58 smithi184 bash[59794]: audit 2024-03-21T13:08:57.516512+0000 mon.a (mon.0) 4416 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:58.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:58 smithi184 bash[59794]: audit 2024-03-21T13:08:57.600609+0000 mon.a (mon.0) 4417 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:58.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:58 smithi184 bash[59794]: audit 2024-03-21T13:08:57.605340+0000 mon.a (mon.0) 4418 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:58.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:58 smithi184 bash[59794]: audit 2024-03-21T13:08:57.608892+0000 mon.a (mon.0) 4419 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:58.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:58 smithi184 bash[59794]: audit 2024-03-21T13:08:57.610581+0000 mon.a (mon.0) 4420 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:58.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:58 smithi184 bash[59794]: audit 2024-03-21T13:08:57.622865+0000 mon.a (mon.0) 4421 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:58.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:58 smithi184 bash[59794]: audit 2024-03-21T13:08:57.704338+0000 mon.a (mon.0) 4422 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:58.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:58 smithi184 bash[59794]: audit 2024-03-21T13:08:57.707696+0000 mon.a (mon.0) 4423 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:58.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:58 smithi184 bash[59794]: audit 2024-03-21T13:08:57.710803+0000 mon.a (mon.0) 4424 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:58.331 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:58 smithi184 bash[59794]: audit 2024-03-21T13:08:57.712221+0000 mon.a (mon.0) 4425 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:58.331 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:58 smithi184 bash[59794]: audit 2024-03-21T13:08:57.723441+0000 mon.a (mon.0) 4426 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:58.331 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:58 smithi184 bash[59794]: audit 2024-03-21T13:08:57.800569+0000 mon.a (mon.0) 4427 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:58.331 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:58 smithi184 bash[59794]: audit 2024-03-21T13:08:57.804006+0000 mon.a (mon.0) 4428 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:58.331 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:58 smithi184 bash[59794]: audit 2024-03-21T13:08:57.807723+0000 mon.a (mon.0) 4429 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:58.331 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:58 smithi184 bash[59794]: audit 2024-03-21T13:08:57.809277+0000 mon.a (mon.0) 4430 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:58.331 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:58 smithi184 bash[59794]: audit 2024-03-21T13:08:57.821674+0000 mon.a (mon.0) 4431 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:58.332 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:58 smithi184 bash[59794]: audit 2024-03-21T13:08:57.903325+0000 mon.a (mon.0) 4432 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:58.332 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:58 smithi184 bash[59794]: audit 2024-03-21T13:08:57.906392+0000 mon.a (mon.0) 4433 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:58.332 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:58 smithi184 bash[59794]: audit 2024-03-21T13:08:57.909381+0000 mon.a (mon.0) 4434 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:58.332 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:58 smithi184 bash[59794]: audit 2024-03-21T13:08:57.910899+0000 mon.a (mon.0) 4435 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:58.332 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:58 smithi184 bash[59794]: audit 2024-03-21T13:08:57.923641+0000 mon.a (mon.0) 4436 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:58.332 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:58 smithi184 bash[59794]: audit 2024-03-21T13:08:58.000171+0000 mon.a (mon.0) 4437 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:58.332 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:58 smithi184 bash[59794]: audit 2024-03-21T13:08:58.002997+0000 mon.a (mon.0) 4438 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:58.332 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:58 smithi184 bash[59794]: audit 2024-03-21T13:08:58.005822+0000 mon.a (mon.0) 4439 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:58.332 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:58 smithi184 bash[59794]: audit 2024-03-21T13:08:58.007010+0000 mon.a (mon.0) 4440 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:58.333 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:58 smithi184 bash[59794]: audit 2024-03-21T13:08:58.018896+0000 mon.a (mon.0) 4441 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:58.333 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:58 smithi184 bash[59794]: audit 2024-03-21T13:08:58.101171+0000 mon.a (mon.0) 4442 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:58.333 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:58 smithi184 bash[59794]: audit 2024-03-21T13:08:58.105821+0000 mon.a (mon.0) 4443 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:58.333 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:58 smithi184 bash[59794]: audit 2024-03-21T13:08:58.109908+0000 mon.a (mon.0) 4444 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:58.333 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:58 smithi184 bash[59794]: audit 2024-03-21T13:08:58.111375+0000 mon.a (mon.0) 4445 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:58.333 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:58 smithi184 bash[59794]: audit 2024-03-21T13:08:58.123327+0000 mon.a (mon.0) 4446 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:58.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:58 smithi178 bash[75692]: cluster 2024-03-21T13:08:56.323213+0000 mgr.x (mgr.34104) 3024 : cluster [DBG] pgmap v1999: 161 pgs: 5 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:08:58.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:58 smithi178 bash[75692]: cluster 2024-03-21T13:08:56.324142+0000 mgr.x (mgr.34104) 3025 : cluster [DBG] pgmap v2000: 161 pgs: 5 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:08:58.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:58 smithi178 bash[75692]: cephadm 2024-03-21T13:08:56.333553+0000 mgr.x (mgr.34104) 3026 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:58.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:58 smithi178 bash[75692]: cluster 2024-03-21T13:08:56.423708+0000 mgr.x (mgr.34104) 3027 : cluster [DBG] pgmap v2001: 161 pgs: 5 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:08:58.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:58 smithi178 bash[75692]: cluster 2024-03-21T13:08:56.424004+0000 mgr.x (mgr.34104) 3028 : cluster [DBG] pgmap v2002: 161 pgs: 5 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:08:58.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:58 smithi178 bash[75692]: cephadm 2024-03-21T13:08:56.434175+0000 mgr.x (mgr.34104) 3029 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:58.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:58 smithi178 bash[75692]: cluster 2024-03-21T13:08:56.524655+0000 mgr.x (mgr.34104) 3030 : cluster [DBG] pgmap v2003: 161 pgs: 5 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:08:58.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:58 smithi178 bash[75692]: cluster 2024-03-21T13:08:56.525447+0000 mgr.x (mgr.34104) 3031 : cluster [DBG] pgmap v2004: 161 pgs: 5 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:08:58.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:58 smithi178 bash[75692]: cephadm 2024-03-21T13:08:56.534152+0000 mgr.x (mgr.34104) 3032 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:58.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:58 smithi178 bash[75692]: cluster 2024-03-21T13:08:56.628112+0000 mgr.x (mgr.34104) 3033 : cluster [DBG] pgmap v2005: 161 pgs: 5 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:08:58.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:58 smithi178 bash[75692]: cluster 2024-03-21T13:08:56.629142+0000 mgr.x (mgr.34104) 3034 : cluster [DBG] pgmap v2006: 161 pgs: 5 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:08:58.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:58 smithi178 bash[75692]: cephadm 2024-03-21T13:08:56.638390+0000 mgr.x (mgr.34104) 3035 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:58.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:58 smithi178 bash[75692]: cluster 2024-03-21T13:08:56.726625+0000 mgr.x (mgr.34104) 3036 : cluster [DBG] pgmap v2007: 161 pgs: 5 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:08:58.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:58 smithi178 bash[77880]: cluster 2024-03-21T13:08:56.323213+0000 mgr.x (mgr.34104) 3024 : cluster [DBG] pgmap v1999: 161 pgs: 5 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:08:58.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:58 smithi178 bash[77880]: cluster 2024-03-21T13:08:56.324142+0000 mgr.x (mgr.34104) 3025 : cluster [DBG] pgmap v2000: 161 pgs: 5 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:08:58.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:58 smithi178 bash[77880]: cephadm 2024-03-21T13:08:56.333553+0000 mgr.x (mgr.34104) 3026 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:58.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:58 smithi178 bash[77880]: cluster 2024-03-21T13:08:56.423708+0000 mgr.x (mgr.34104) 3027 : cluster [DBG] pgmap v2001: 161 pgs: 5 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:08:58.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:58 smithi178 bash[77880]: cluster 2024-03-21T13:08:56.424004+0000 mgr.x (mgr.34104) 3028 : cluster [DBG] pgmap v2002: 161 pgs: 5 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:08:58.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:58 smithi178 bash[77880]: cephadm 2024-03-21T13:08:56.434175+0000 mgr.x (mgr.34104) 3029 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:58.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:58 smithi178 bash[77880]: cluster 2024-03-21T13:08:56.524655+0000 mgr.x (mgr.34104) 3030 : cluster [DBG] pgmap v2003: 161 pgs: 5 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:08:58.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:58 smithi178 bash[77880]: cluster 2024-03-21T13:08:56.525447+0000 mgr.x (mgr.34104) 3031 : cluster [DBG] pgmap v2004: 161 pgs: 5 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:08:58.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:58 smithi178 bash[77880]: cephadm 2024-03-21T13:08:56.534152+0000 mgr.x (mgr.34104) 3032 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:58.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:58 smithi178 bash[77880]: cluster 2024-03-21T13:08:56.628112+0000 mgr.x (mgr.34104) 3033 : cluster [DBG] pgmap v2005: 161 pgs: 5 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:08:58.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:58 smithi178 bash[77880]: cluster 2024-03-21T13:08:56.629142+0000 mgr.x (mgr.34104) 3034 : cluster [DBG] pgmap v2006: 161 pgs: 5 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:08:58.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:58 smithi178 bash[77880]: cephadm 2024-03-21T13:08:56.638390+0000 mgr.x (mgr.34104) 3035 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:58.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:58 smithi178 bash[77880]: cluster 2024-03-21T13:08:56.726625+0000 mgr.x (mgr.34104) 3036 : cluster [DBG] pgmap v2007: 161 pgs: 5 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:08:58.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:58 smithi178 bash[77880]: cluster 2024-03-21T13:08:56.727233+0000 mgr.x (mgr.34104) 3037 : cluster [DBG] pgmap v2008: 161 pgs: 5 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:08:58.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:58 smithi178 bash[77880]: cephadm 2024-03-21T13:08:56.735970+0000 mgr.x (mgr.34104) 3038 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:58.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:58 smithi178 bash[77880]: cluster 2024-03-21T13:08:56.826096+0000 mgr.x (mgr.34104) 3039 : cluster [DBG] pgmap v2009: 161 pgs: 5 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:08:58.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:58 smithi178 bash[77880]: cluster 2024-03-21T13:08:56.826453+0000 mgr.x (mgr.34104) 3040 : cluster [DBG] pgmap v2010: 161 pgs: 5 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:08:58.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:58 smithi178 bash[77880]: cephadm 2024-03-21T13:08:56.836286+0000 mgr.x (mgr.34104) 3041 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:58.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:58 smithi178 bash[77880]: cluster 2024-03-21T13:08:56.922299+0000 mgr.x (mgr.34104) 3042 : cluster [DBG] pgmap v2011: 161 pgs: 5 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:08:58.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:58 smithi178 bash[77880]: cluster 2024-03-21T13:08:56.923052+0000 mgr.x (mgr.34104) 3043 : cluster [DBG] pgmap v2012: 161 pgs: 5 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:08:58.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:58 smithi178 bash[77880]: cephadm 2024-03-21T13:08:56.932235+0000 mgr.x (mgr.34104) 3044 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:58.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:58 smithi178 bash[77880]: cluster 2024-03-21T13:08:57.025163+0000 mgr.x (mgr.34104) 3045 : cluster [DBG] pgmap v2013: 161 pgs: 5 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:08:58.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:58 smithi178 bash[77880]: cluster 2024-03-21T13:08:57.025986+0000 mgr.x (mgr.34104) 3046 : cluster [DBG] pgmap v2014: 161 pgs: 5 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:08:58.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:58 smithi178 bash[77880]: cephadm 2024-03-21T13:08:57.034968+0000 mgr.x (mgr.34104) 3047 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:58.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:58 smithi178 bash[77880]: cluster 2024-03-21T13:08:57.124166+0000 mgr.x (mgr.34104) 3048 : cluster [DBG] pgmap v2015: 161 pgs: 5 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:08:58.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:58 smithi178 bash[77880]: cluster 2024-03-21T13:08:57.124567+0000 mgr.x (mgr.34104) 3049 : cluster [DBG] pgmap v2016: 161 pgs: 5 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:08:58.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:58 smithi178 bash[77880]: cephadm 2024-03-21T13:08:57.134345+0000 mgr.x (mgr.34104) 3050 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:58.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:58 smithi178 bash[77880]: audit 2024-03-21T13:08:57.214742+0000 mon.a (mon.0) 4397 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:58.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:58 smithi178 bash[75692]: cluster 2024-03-21T13:08:56.727233+0000 mgr.x (mgr.34104) 3037 : cluster [DBG] pgmap v2008: 161 pgs: 5 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:08:58.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:58 smithi178 bash[75692]: cephadm 2024-03-21T13:08:56.735970+0000 mgr.x (mgr.34104) 3038 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:58.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:58 smithi178 bash[75692]: cluster 2024-03-21T13:08:56.826096+0000 mgr.x (mgr.34104) 3039 : cluster [DBG] pgmap v2009: 161 pgs: 5 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:08:58.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:58 smithi178 bash[75692]: cluster 2024-03-21T13:08:56.826453+0000 mgr.x (mgr.34104) 3040 : cluster [DBG] pgmap v2010: 161 pgs: 5 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:08:58.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:58 smithi178 bash[75692]: cephadm 2024-03-21T13:08:56.836286+0000 mgr.x (mgr.34104) 3041 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:58.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:58 smithi178 bash[75692]: cluster 2024-03-21T13:08:56.922299+0000 mgr.x (mgr.34104) 3042 : cluster [DBG] pgmap v2011: 161 pgs: 5 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:08:58.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:58 smithi178 bash[75692]: cluster 2024-03-21T13:08:56.923052+0000 mgr.x (mgr.34104) 3043 : cluster [DBG] pgmap v2012: 161 pgs: 5 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:08:58.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:58 smithi178 bash[75692]: cephadm 2024-03-21T13:08:56.932235+0000 mgr.x (mgr.34104) 3044 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:58.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:58 smithi178 bash[75692]: cluster 2024-03-21T13:08:57.025163+0000 mgr.x (mgr.34104) 3045 : cluster [DBG] pgmap v2013: 161 pgs: 5 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:08:58.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:58 smithi178 bash[75692]: cluster 2024-03-21T13:08:57.025986+0000 mgr.x (mgr.34104) 3046 : cluster [DBG] pgmap v2014: 161 pgs: 5 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:08:58.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:58 smithi178 bash[75692]: cephadm 2024-03-21T13:08:57.034968+0000 mgr.x (mgr.34104) 3047 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:58.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:58 smithi178 bash[75692]: cluster 2024-03-21T13:08:57.124166+0000 mgr.x (mgr.34104) 3048 : cluster [DBG] pgmap v2015: 161 pgs: 5 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:08:58.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:58 smithi178 bash[75692]: cluster 2024-03-21T13:08:57.124567+0000 mgr.x (mgr.34104) 3049 : cluster [DBG] pgmap v2016: 161 pgs: 5 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:08:58.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:58 smithi178 bash[75692]: cephadm 2024-03-21T13:08:57.134345+0000 mgr.x (mgr.34104) 3050 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:58.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:58 smithi178 bash[75692]: audit 2024-03-21T13:08:57.214742+0000 mon.a (mon.0) 4397 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:58.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:58 smithi178 bash[77880]: audit 2024-03-21T13:08:57.217838+0000 mon.a (mon.0) 4398 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:58.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:58 smithi178 bash[77880]: audit 2024-03-21T13:08:57.222039+0000 mon.a (mon.0) 4399 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:58.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:58 smithi178 bash[77880]: audit 2024-03-21T13:08:57.223518+0000 mon.a (mon.0) 4400 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:58.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:58 smithi178 bash[77880]: cluster 2024-03-21T13:08:57.226805+0000 mgr.x (mgr.34104) 3051 : cluster [DBG] pgmap v2017: 161 pgs: 5 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:08:58.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:58 smithi178 bash[77880]: cluster 2024-03-21T13:08:57.227619+0000 mgr.x (mgr.34104) 3052 : cluster [DBG] pgmap v2018: 161 pgs: 5 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:08:58.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:58 smithi178 bash[77880]: audit 2024-03-21T13:08:57.234741+0000 mon.a (mon.0) 4401 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:58.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:58 smithi178 bash[77880]: audit 2024-03-21T13:08:57.313093+0000 mon.a (mon.0) 4402 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:58.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:58 smithi178 bash[77880]: audit 2024-03-21T13:08:57.316780+0000 mon.a (mon.0) 4403 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:58.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:58 smithi178 bash[77880]: audit 2024-03-21T13:08:57.320922+0000 mon.a (mon.0) 4404 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:58.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:58 smithi178 bash[77880]: audit 2024-03-21T13:08:57.322992+0000 mon.a (mon.0) 4405 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:58.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:58 smithi178 bash[77880]: audit 2024-03-21T13:08:57.335719+0000 mon.a (mon.0) 4406 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:58.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:58 smithi178 bash[77880]: audit 2024-03-21T13:08:57.399115+0000 mon.a (mon.0) 4407 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:58.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:58 smithi178 bash[77880]: audit 2024-03-21T13:08:57.402199+0000 mon.a (mon.0) 4408 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:58.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:58 smithi178 bash[77880]: audit 2024-03-21T13:08:57.405285+0000 mon.a (mon.0) 4409 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:58.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:58 smithi178 bash[77880]: audit 2024-03-21T13:08:57.406466+0000 mon.a (mon.0) 4410 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:58.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:58 smithi178 bash[77880]: audit 2024-03-21T13:08:57.418092+0000 mon.a (mon.0) 4411 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:58.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:58 smithi178 bash[77880]: audit 2024-03-21T13:08:57.496997+0000 mon.a (mon.0) 4412 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:58.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:58 smithi178 bash[77880]: audit 2024-03-21T13:08:57.499941+0000 mon.a (mon.0) 4413 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:58.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:58 smithi178 bash[75692]: audit 2024-03-21T13:08:57.217838+0000 mon.a (mon.0) 4398 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:58.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:58 smithi178 bash[75692]: audit 2024-03-21T13:08:57.222039+0000 mon.a (mon.0) 4399 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:58.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:58 smithi178 bash[75692]: audit 2024-03-21T13:08:57.223518+0000 mon.a (mon.0) 4400 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:58.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:58 smithi178 bash[75692]: cluster 2024-03-21T13:08:57.226805+0000 mgr.x (mgr.34104) 3051 : cluster [DBG] pgmap v2017: 161 pgs: 5 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:08:58.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:58 smithi178 bash[75692]: cluster 2024-03-21T13:08:57.227619+0000 mgr.x (mgr.34104) 3052 : cluster [DBG] pgmap v2018: 161 pgs: 5 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:08:58.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:58 smithi178 bash[75692]: audit 2024-03-21T13:08:57.234741+0000 mon.a (mon.0) 4401 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:58.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:58 smithi178 bash[75692]: audit 2024-03-21T13:08:57.313093+0000 mon.a (mon.0) 4402 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:58.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:58 smithi178 bash[75692]: audit 2024-03-21T13:08:57.316780+0000 mon.a (mon.0) 4403 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:58.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:58 smithi178 bash[75692]: audit 2024-03-21T13:08:57.320922+0000 mon.a (mon.0) 4404 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:58.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:58 smithi178 bash[75692]: audit 2024-03-21T13:08:57.322992+0000 mon.a (mon.0) 4405 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:58.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:58 smithi178 bash[75692]: audit 2024-03-21T13:08:57.335719+0000 mon.a (mon.0) 4406 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:58.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:58 smithi178 bash[75692]: audit 2024-03-21T13:08:57.399115+0000 mon.a (mon.0) 4407 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:58.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:58 smithi178 bash[75692]: audit 2024-03-21T13:08:57.402199+0000 mon.a (mon.0) 4408 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:58.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:58 smithi178 bash[75692]: audit 2024-03-21T13:08:57.405285+0000 mon.a (mon.0) 4409 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:58.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:58 smithi178 bash[75692]: audit 2024-03-21T13:08:57.406466+0000 mon.a (mon.0) 4410 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:58.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:58 smithi178 bash[75692]: audit 2024-03-21T13:08:57.418092+0000 mon.a (mon.0) 4411 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:58.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:58 smithi178 bash[75692]: audit 2024-03-21T13:08:57.496997+0000 mon.a (mon.0) 4412 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:58.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:58 smithi178 bash[75692]: audit 2024-03-21T13:08:57.499941+0000 mon.a (mon.0) 4413 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:58.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:58 smithi178 bash[77880]: audit 2024-03-21T13:08:57.503516+0000 mon.a (mon.0) 4414 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:58.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:58 smithi178 bash[77880]: audit 2024-03-21T13:08:57.505063+0000 mon.a (mon.0) 4415 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:58.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:58 smithi178 bash[77880]: audit 2024-03-21T13:08:57.516512+0000 mon.a (mon.0) 4416 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:58.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:58 smithi178 bash[77880]: audit 2024-03-21T13:08:57.600609+0000 mon.a (mon.0) 4417 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:58.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:58 smithi178 bash[77880]: audit 2024-03-21T13:08:57.605340+0000 mon.a (mon.0) 4418 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:58.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:58 smithi178 bash[77880]: audit 2024-03-21T13:08:57.608892+0000 mon.a (mon.0) 4419 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:58.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:58 smithi178 bash[77880]: audit 2024-03-21T13:08:57.610581+0000 mon.a (mon.0) 4420 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:58.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:58 smithi178 bash[77880]: audit 2024-03-21T13:08:57.622865+0000 mon.a (mon.0) 4421 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:58.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:58 smithi178 bash[77880]: audit 2024-03-21T13:08:57.704338+0000 mon.a (mon.0) 4422 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:58.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:58 smithi178 bash[77880]: audit 2024-03-21T13:08:57.707696+0000 mon.a (mon.0) 4423 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:58.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:58 smithi178 bash[77880]: audit 2024-03-21T13:08:57.710803+0000 mon.a (mon.0) 4424 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:58.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:58 smithi178 bash[77880]: audit 2024-03-21T13:08:57.712221+0000 mon.a (mon.0) 4425 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:58.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:58 smithi178 bash[77880]: audit 2024-03-21T13:08:57.723441+0000 mon.a (mon.0) 4426 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:58.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:58 smithi178 bash[77880]: audit 2024-03-21T13:08:57.800569+0000 mon.a (mon.0) 4427 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:58.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:58 smithi178 bash[77880]: audit 2024-03-21T13:08:57.804006+0000 mon.a (mon.0) 4428 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:58.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:58 smithi178 bash[77880]: audit 2024-03-21T13:08:57.807723+0000 mon.a (mon.0) 4429 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:58.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:58 smithi178 bash[77880]: audit 2024-03-21T13:08:57.809277+0000 mon.a (mon.0) 4430 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:58.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:58 smithi178 bash[77880]: audit 2024-03-21T13:08:57.821674+0000 mon.a (mon.0) 4431 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:58.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:58 smithi178 bash[77880]: audit 2024-03-21T13:08:57.903325+0000 mon.a (mon.0) 4432 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:58.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:58 smithi178 bash[77880]: audit 2024-03-21T13:08:57.906392+0000 mon.a (mon.0) 4433 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:58.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:58 smithi178 bash[77880]: audit 2024-03-21T13:08:57.909381+0000 mon.a (mon.0) 4434 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:58.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:58 smithi178 bash[77880]: audit 2024-03-21T13:08:57.910899+0000 mon.a (mon.0) 4435 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:58.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:58 smithi178 bash[77880]: audit 2024-03-21T13:08:57.923641+0000 mon.a (mon.0) 4436 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:58.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:58 smithi178 bash[77880]: audit 2024-03-21T13:08:58.000171+0000 mon.a (mon.0) 4437 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:58.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:58 smithi178 bash[77880]: audit 2024-03-21T13:08:58.002997+0000 mon.a (mon.0) 4438 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:58.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:58 smithi178 bash[77880]: audit 2024-03-21T13:08:58.005822+0000 mon.a (mon.0) 4439 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:58.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:58 smithi178 bash[77880]: audit 2024-03-21T13:08:58.007010+0000 mon.a (mon.0) 4440 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:58.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:58 smithi178 bash[77880]: audit 2024-03-21T13:08:58.018896+0000 mon.a (mon.0) 4441 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:58.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:58 smithi178 bash[77880]: audit 2024-03-21T13:08:58.101171+0000 mon.a (mon.0) 4442 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:58.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:58 smithi178 bash[77880]: audit 2024-03-21T13:08:58.105821+0000 mon.a (mon.0) 4443 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:58.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:58 smithi178 bash[77880]: audit 2024-03-21T13:08:58.109908+0000 mon.a (mon.0) 4444 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:58.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:58 smithi178 bash[77880]: audit 2024-03-21T13:08:58.111375+0000 mon.a (mon.0) 4445 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:58.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:58 smithi178 bash[77880]: audit 2024-03-21T13:08:58.123327+0000 mon.a (mon.0) 4446 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:58.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:58 smithi178 bash[75692]: audit 2024-03-21T13:08:57.503516+0000 mon.a (mon.0) 4414 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:58.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:58 smithi178 bash[75692]: audit 2024-03-21T13:08:57.505063+0000 mon.a (mon.0) 4415 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:58.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:58 smithi178 bash[75692]: audit 2024-03-21T13:08:57.516512+0000 mon.a (mon.0) 4416 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:58.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:58 smithi178 bash[75692]: audit 2024-03-21T13:08:57.600609+0000 mon.a (mon.0) 4417 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:58.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:58 smithi178 bash[75692]: audit 2024-03-21T13:08:57.605340+0000 mon.a (mon.0) 4418 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:58.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:58 smithi178 bash[75692]: audit 2024-03-21T13:08:57.608892+0000 mon.a (mon.0) 4419 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:58.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:58 smithi178 bash[75692]: audit 2024-03-21T13:08:57.610581+0000 mon.a (mon.0) 4420 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:58.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:58 smithi178 bash[75692]: audit 2024-03-21T13:08:57.622865+0000 mon.a (mon.0) 4421 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:58.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:58 smithi178 bash[75692]: audit 2024-03-21T13:08:57.704338+0000 mon.a (mon.0) 4422 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:58.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:58 smithi178 bash[75692]: audit 2024-03-21T13:08:57.707696+0000 mon.a (mon.0) 4423 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:58.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:58 smithi178 bash[75692]: audit 2024-03-21T13:08:57.710803+0000 mon.a (mon.0) 4424 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:58.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:58 smithi178 bash[75692]: audit 2024-03-21T13:08:57.712221+0000 mon.a (mon.0) 4425 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:58.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:58 smithi178 bash[75692]: audit 2024-03-21T13:08:57.723441+0000 mon.a (mon.0) 4426 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:58.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:58 smithi178 bash[75692]: audit 2024-03-21T13:08:57.800569+0000 mon.a (mon.0) 4427 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:58.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:58 smithi178 bash[75692]: audit 2024-03-21T13:08:57.804006+0000 mon.a (mon.0) 4428 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:58.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:58 smithi178 bash[75692]: audit 2024-03-21T13:08:57.807723+0000 mon.a (mon.0) 4429 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:58.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:58 smithi178 bash[75692]: audit 2024-03-21T13:08:57.809277+0000 mon.a (mon.0) 4430 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:58.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:58 smithi178 bash[75692]: audit 2024-03-21T13:08:57.821674+0000 mon.a (mon.0) 4431 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:58.562 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:58 smithi178 bash[75692]: audit 2024-03-21T13:08:57.903325+0000 mon.a (mon.0) 4432 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:58.562 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:58 smithi178 bash[75692]: audit 2024-03-21T13:08:57.906392+0000 mon.a (mon.0) 4433 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:58.562 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:58 smithi178 bash[75692]: audit 2024-03-21T13:08:57.909381+0000 mon.a (mon.0) 4434 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:58.562 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:58 smithi178 bash[75692]: audit 2024-03-21T13:08:57.910899+0000 mon.a (mon.0) 4435 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:58.562 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:58 smithi178 bash[75692]: audit 2024-03-21T13:08:57.923641+0000 mon.a (mon.0) 4436 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:58.562 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:58 smithi178 bash[75692]: audit 2024-03-21T13:08:58.000171+0000 mon.a (mon.0) 4437 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:58.562 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:58 smithi178 bash[75692]: audit 2024-03-21T13:08:58.002997+0000 mon.a (mon.0) 4438 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:58.562 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:58 smithi178 bash[75692]: audit 2024-03-21T13:08:58.005822+0000 mon.a (mon.0) 4439 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:58.562 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:58 smithi178 bash[75692]: audit 2024-03-21T13:08:58.007010+0000 mon.a (mon.0) 4440 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:58.562 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:58 smithi178 bash[75692]: audit 2024-03-21T13:08:58.018896+0000 mon.a (mon.0) 4441 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:58.562 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:58 smithi178 bash[75692]: audit 2024-03-21T13:08:58.101171+0000 mon.a (mon.0) 4442 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:58.562 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:58 smithi178 bash[75692]: audit 2024-03-21T13:08:58.105821+0000 mon.a (mon.0) 4443 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:58.562 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:58 smithi178 bash[75692]: audit 2024-03-21T13:08:58.109908+0000 mon.a (mon.0) 4444 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:58.562 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:58 smithi178 bash[75692]: audit 2024-03-21T13:08:58.111375+0000 mon.a (mon.0) 4445 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:58.562 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:58 smithi178 bash[75692]: audit 2024-03-21T13:08:58.123327+0000 mon.a (mon.0) 4446 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:59.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:59 smithi184 bash[59794]: cephadm 2024-03-21T13:08:57.236248+0000 mgr.x (mgr.34104) 3053 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:59.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:59 smithi184 bash[59794]: cluster 2024-03-21T13:08:57.327087+0000 mgr.x (mgr.34104) 3054 : cluster [DBG] pgmap v2019: 161 pgs: 5 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:08:59.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:59 smithi184 bash[59794]: cluster 2024-03-21T13:08:57.327807+0000 mgr.x (mgr.34104) 3055 : cluster [DBG] pgmap v2020: 161 pgs: 5 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:08:59.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:59 smithi184 bash[59794]: cephadm 2024-03-21T13:08:57.337253+0000 mgr.x (mgr.34104) 3056 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:59.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:59 smithi184 bash[59794]: cluster 2024-03-21T13:08:57.409727+0000 mgr.x (mgr.34104) 3057 : cluster [DBG] pgmap v2021: 161 pgs: 5 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:08:59.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:59 smithi184 bash[59794]: cluster 2024-03-21T13:08:57.410380+0000 mgr.x (mgr.34104) 3058 : cluster [DBG] pgmap v2022: 161 pgs: 5 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:08:59.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:59 smithi184 bash[59794]: cephadm 2024-03-21T13:08:57.419538+0000 mgr.x (mgr.34104) 3059 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:59.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:59 smithi184 bash[59794]: cluster 2024-03-21T13:08:57.508708+0000 mgr.x (mgr.34104) 3060 : cluster [DBG] pgmap v2023: 161 pgs: 5 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:08:59.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:59 smithi184 bash[59794]: cluster 2024-03-21T13:08:57.509342+0000 mgr.x (mgr.34104) 3061 : cluster [DBG] pgmap v2024: 161 pgs: 5 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:08:59.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:59 smithi184 bash[59794]: cephadm 2024-03-21T13:08:57.518162+0000 mgr.x (mgr.34104) 3062 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:59.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:59 smithi184 bash[59794]: cluster 2024-03-21T13:08:57.614274+0000 mgr.x (mgr.34104) 3063 : cluster [DBG] pgmap v2025: 161 pgs: 5 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:08:59.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:59 smithi184 bash[59794]: cluster 2024-03-21T13:08:57.614969+0000 mgr.x (mgr.34104) 3064 : cluster [DBG] pgmap v2026: 161 pgs: 5 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:08:59.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:59 smithi184 bash[59794]: cephadm 2024-03-21T13:08:57.624494+0000 mgr.x (mgr.34104) 3065 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:59.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:59 smithi184 bash[59794]: cluster 2024-03-21T13:08:57.714878+0000 mgr.x (mgr.34104) 3066 : cluster [DBG] pgmap v2027: 161 pgs: 5 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:08:59.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:59 smithi184 bash[59794]: cluster 2024-03-21T13:08:57.715184+0000 mgr.x (mgr.34104) 3067 : cluster [DBG] pgmap v2028: 161 pgs: 5 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:08:59.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:59 smithi184 bash[59794]: cephadm 2024-03-21T13:08:57.725142+0000 mgr.x (mgr.34104) 3068 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:59.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:59 smithi184 bash[59794]: cluster 2024-03-21T13:08:57.812697+0000 mgr.x (mgr.34104) 3069 : cluster [DBG] pgmap v2029: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:08:59.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:59 smithi184 bash[59794]: cluster 2024-03-21T13:08:57.813599+0000 mgr.x (mgr.34104) 3070 : cluster [DBG] pgmap v2030: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:08:59.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:59 smithi184 bash[59794]: cephadm 2024-03-21T13:08:57.823365+0000 mgr.x (mgr.34104) 3071 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:59.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:59 smithi184 bash[59794]: cluster 2024-03-21T13:08:57.914796+0000 mgr.x (mgr.34104) 3072 : cluster [DBG] pgmap v2031: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:08:59.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:59 smithi184 bash[59794]: cluster 2024-03-21T13:08:57.915510+0000 mgr.x (mgr.34104) 3073 : cluster [DBG] pgmap v2032: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:08:59.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:59 smithi184 bash[59794]: cephadm 2024-03-21T13:08:57.925297+0000 mgr.x (mgr.34104) 3074 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:59.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:59 smithi184 bash[59794]: cluster 2024-03-21T13:08:58.009903+0000 mgr.x (mgr.34104) 3075 : cluster [DBG] pgmap v2033: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:08:59.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:59 smithi184 bash[59794]: cluster 2024-03-21T13:08:58.010321+0000 mgr.x (mgr.34104) 3076 : cluster [DBG] pgmap v2034: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:08:59.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:59 smithi184 bash[59794]: cephadm 2024-03-21T13:08:58.020595+0000 mgr.x (mgr.34104) 3077 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:59.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:59 smithi184 bash[59794]: cluster 2024-03-21T13:08:58.114768+0000 mgr.x (mgr.34104) 3078 : cluster [DBG] pgmap v2035: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:08:59.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:59 smithi184 bash[59794]: cluster 2024-03-21T13:08:58.115225+0000 mgr.x (mgr.34104) 3079 : cluster [DBG] pgmap v2036: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:08:59.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:59 smithi184 bash[59794]: cephadm 2024-03-21T13:08:58.124826+0000 mgr.x (mgr.34104) 3080 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:59.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:59 smithi184 bash[59794]: audit 2024-03-21T13:08:58.202159+0000 mon.a (mon.0) 4447 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:59.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:59 smithi184 bash[59794]: audit 2024-03-21T13:08:58.205064+0000 mon.a (mon.0) 4448 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:59.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:59 smithi184 bash[59794]: audit 2024-03-21T13:08:58.208309+0000 mon.a (mon.0) 4449 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:59.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:59 smithi184 bash[59794]: audit 2024-03-21T13:08:58.209767+0000 mon.a (mon.0) 4450 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:59.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:59 smithi184 bash[59794]: cluster 2024-03-21T13:08:58.213069+0000 mgr.x (mgr.34104) 3081 : cluster [DBG] pgmap v2037: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:08:59.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:59 smithi184 bash[59794]: cluster 2024-03-21T13:08:58.213659+0000 mgr.x (mgr.34104) 3082 : cluster [DBG] pgmap v2038: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:08:59.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:59 smithi184 bash[59794]: audit 2024-03-21T13:08:58.220185+0000 mon.a (mon.0) 4451 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:59.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:59 smithi184 bash[59794]: cephadm 2024-03-21T13:08:58.221724+0000 mgr.x (mgr.34104) 3083 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:59.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:59 smithi184 bash[59794]: audit 2024-03-21T13:08:58.300560+0000 mon.a (mon.0) 4452 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:59.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:59 smithi184 bash[59794]: audit 2024-03-21T13:08:58.304930+0000 mon.a (mon.0) 4453 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:59.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:59 smithi184 bash[59794]: audit 2024-03-21T13:08:58.309094+0000 mon.a (mon.0) 4454 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:59.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:59 smithi184 bash[59794]: audit 2024-03-21T13:08:58.310414+0000 mon.a (mon.0) 4455 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:59.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:59 smithi184 bash[59794]: audit 2024-03-21T13:08:58.321598+0000 mon.a (mon.0) 4456 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:59.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:59 smithi184 bash[59794]: audit 2024-03-21T13:08:58.403881+0000 mon.a (mon.0) 4457 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:59.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:59 smithi184 bash[59794]: audit 2024-03-21T13:08:58.406885+0000 mon.a (mon.0) 4458 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:59.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:59 smithi184 bash[59794]: audit 2024-03-21T13:08:58.410818+0000 mon.a (mon.0) 4459 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:59.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:59 smithi184 bash[59794]: audit 2024-03-21T13:08:58.412766+0000 mon.a (mon.0) 4460 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:59.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:59 smithi184 bash[59794]: audit 2024-03-21T13:08:58.425593+0000 mon.a (mon.0) 4461 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:59.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:59 smithi184 bash[59794]: audit 2024-03-21T13:08:58.509752+0000 mon.a (mon.0) 4462 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:59.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:59 smithi184 bash[59794]: audit 2024-03-21T13:08:58.512919+0000 mon.a (mon.0) 4463 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:59.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:59 smithi184 bash[59794]: audit 2024-03-21T13:08:58.515831+0000 mon.a (mon.0) 4464 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:59.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:59 smithi184 bash[59794]: audit 2024-03-21T13:08:58.517410+0000 mon.a (mon.0) 4465 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:59.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:59 smithi184 bash[59794]: audit 2024-03-21T13:08:58.529448+0000 mon.a (mon.0) 4466 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:59.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:59 smithi184 bash[59794]: audit 2024-03-21T13:08:58.611465+0000 mon.a (mon.0) 4467 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:59.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:59 smithi184 bash[59794]: audit 2024-03-21T13:08:58.615046+0000 mon.a (mon.0) 4468 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:59.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:59 smithi184 bash[59794]: audit 2024-03-21T13:08:58.618947+0000 mon.a (mon.0) 4469 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:59.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:59 smithi184 bash[59794]: audit 2024-03-21T13:08:58.620751+0000 mon.a (mon.0) 4470 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:59.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:59 smithi184 bash[59794]: audit 2024-03-21T13:08:58.632990+0000 mon.a (mon.0) 4471 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:59.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:59 smithi184 bash[59794]: audit 2024-03-21T13:08:58.715398+0000 mon.a (mon.0) 4472 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:59.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:59 smithi184 bash[59794]: audit 2024-03-21T13:08:58.718456+0000 mon.a (mon.0) 4473 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:59.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:59 smithi184 bash[59794]: audit 2024-03-21T13:08:58.721359+0000 mon.a (mon.0) 4474 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:59.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:59 smithi184 bash[59794]: audit 2024-03-21T13:08:58.722580+0000 mon.a (mon.0) 4475 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:59.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:59 smithi184 bash[59794]: audit 2024-03-21T13:08:58.734407+0000 mon.a (mon.0) 4476 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:59.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:59 smithi184 bash[59794]: cluster 2024-03-21T13:08:58.748438+0000 mon.a (mon.0) 4477 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2024-03-21T13:08:59.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:59 smithi184 bash[59794]: cluster 2024-03-21T13:08:58.787665+0000 mon.a (mon.0) 4478 : cluster [WRN] Health check update: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-21T13:08:59.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:59 smithi184 bash[59794]: audit 2024-03-21T13:08:58.812599+0000 mon.a (mon.0) 4479 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:59.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:59 smithi184 bash[59794]: audit 2024-03-21T13:08:58.816237+0000 mon.a (mon.0) 4480 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:59.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:59 smithi184 bash[59794]: audit 2024-03-21T13:08:58.820294+0000 mon.a (mon.0) 4481 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:59.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:59 smithi184 bash[59794]: audit 2024-03-21T13:08:58.821947+0000 mon.a (mon.0) 4482 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:59.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:59 smithi184 bash[59794]: audit 2024-03-21T13:08:58.833993+0000 mon.a (mon.0) 4483 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:59.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:59 smithi184 bash[59794]: audit 2024-03-21T13:08:58.917118+0000 mon.a (mon.0) 4484 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:59.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:59 smithi184 bash[59794]: audit 2024-03-21T13:08:58.920162+0000 mon.a (mon.0) 4485 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:59.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:59 smithi184 bash[59794]: audit 2024-03-21T13:08:58.923720+0000 mon.a (mon.0) 4486 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:59.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:59 smithi184 bash[59794]: audit 2024-03-21T13:08:58.925177+0000 mon.a (mon.0) 4487 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:59.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:59 smithi184 bash[59794]: audit 2024-03-21T13:08:58.937698+0000 mon.a (mon.0) 4488 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:59.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:59 smithi184 bash[59794]: audit 2024-03-21T13:08:59.018309+0000 mon.a (mon.0) 4489 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:59.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:59 smithi184 bash[59794]: audit 2024-03-21T13:08:59.022038+0000 mon.a (mon.0) 4490 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:59.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:59 smithi184 bash[59794]: audit 2024-03-21T13:08:59.025259+0000 mon.a (mon.0) 4491 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:59.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:59 smithi184 bash[59794]: audit 2024-03-21T13:08:59.026493+0000 mon.a (mon.0) 4492 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:59.331 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:59 smithi184 bash[59794]: audit 2024-03-21T13:08:59.038027+0000 mon.a (mon.0) 4493 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:59.331 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:59 smithi184 bash[59794]: audit 2024-03-21T13:08:59.122760+0000 mon.a (mon.0) 4494 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:59.331 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:59 smithi184 bash[59794]: audit 2024-03-21T13:08:59.126298+0000 mon.a (mon.0) 4495 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:59.331 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:59 smithi184 bash[59794]: audit 2024-03-21T13:08:59.131631+0000 mon.a (mon.0) 4496 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:59.331 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:59 smithi184 bash[59794]: audit 2024-03-21T13:08:59.133447+0000 mon.a (mon.0) 4497 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:59.331 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:08:59 smithi184 bash[59794]: audit 2024-03-21T13:08:59.146276+0000 mon.a (mon.0) 4498 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:59.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[75692]: cephadm 2024-03-21T13:08:57.236248+0000 mgr.x (mgr.34104) 3053 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:59.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[75692]: cluster 2024-03-21T13:08:57.327087+0000 mgr.x (mgr.34104) 3054 : cluster [DBG] pgmap v2019: 161 pgs: 5 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:08:59.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[75692]: cluster 2024-03-21T13:08:57.327807+0000 mgr.x (mgr.34104) 3055 : cluster [DBG] pgmap v2020: 161 pgs: 5 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:08:59.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[75692]: cephadm 2024-03-21T13:08:57.337253+0000 mgr.x (mgr.34104) 3056 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:59.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[75692]: cluster 2024-03-21T13:08:57.409727+0000 mgr.x (mgr.34104) 3057 : cluster [DBG] pgmap v2021: 161 pgs: 5 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:08:59.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[75692]: cluster 2024-03-21T13:08:57.410380+0000 mgr.x (mgr.34104) 3058 : cluster [DBG] pgmap v2022: 161 pgs: 5 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:08:59.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[75692]: cephadm 2024-03-21T13:08:57.419538+0000 mgr.x (mgr.34104) 3059 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:59.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[75692]: cluster 2024-03-21T13:08:57.508708+0000 mgr.x (mgr.34104) 3060 : cluster [DBG] pgmap v2023: 161 pgs: 5 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:08:59.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[75692]: cluster 2024-03-21T13:08:57.509342+0000 mgr.x (mgr.34104) 3061 : cluster [DBG] pgmap v2024: 161 pgs: 5 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:08:59.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[75692]: cephadm 2024-03-21T13:08:57.518162+0000 mgr.x (mgr.34104) 3062 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:59.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[75692]: cluster 2024-03-21T13:08:57.614274+0000 mgr.x (mgr.34104) 3063 : cluster [DBG] pgmap v2025: 161 pgs: 5 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:08:59.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[75692]: cluster 2024-03-21T13:08:57.614969+0000 mgr.x (mgr.34104) 3064 : cluster [DBG] pgmap v2026: 161 pgs: 5 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:08:59.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[75692]: cephadm 2024-03-21T13:08:57.624494+0000 mgr.x (mgr.34104) 3065 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:59.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[75692]: cluster 2024-03-21T13:08:57.714878+0000 mgr.x (mgr.34104) 3066 : cluster [DBG] pgmap v2027: 161 pgs: 5 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:08:59.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[77880]: cephadm 2024-03-21T13:08:57.236248+0000 mgr.x (mgr.34104) 3053 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:59.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[77880]: cluster 2024-03-21T13:08:57.327087+0000 mgr.x (mgr.34104) 3054 : cluster [DBG] pgmap v2019: 161 pgs: 5 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:08:59.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[77880]: cluster 2024-03-21T13:08:57.327807+0000 mgr.x (mgr.34104) 3055 : cluster [DBG] pgmap v2020: 161 pgs: 5 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:08:59.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[77880]: cephadm 2024-03-21T13:08:57.337253+0000 mgr.x (mgr.34104) 3056 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:59.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[77880]: cluster 2024-03-21T13:08:57.409727+0000 mgr.x (mgr.34104) 3057 : cluster [DBG] pgmap v2021: 161 pgs: 5 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:08:59.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[77880]: cluster 2024-03-21T13:08:57.410380+0000 mgr.x (mgr.34104) 3058 : cluster [DBG] pgmap v2022: 161 pgs: 5 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:08:59.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[77880]: cephadm 2024-03-21T13:08:57.419538+0000 mgr.x (mgr.34104) 3059 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:59.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[77880]: cluster 2024-03-21T13:08:57.508708+0000 mgr.x (mgr.34104) 3060 : cluster [DBG] pgmap v2023: 161 pgs: 5 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:08:59.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[77880]: cluster 2024-03-21T13:08:57.509342+0000 mgr.x (mgr.34104) 3061 : cluster [DBG] pgmap v2024: 161 pgs: 5 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:08:59.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[77880]: cephadm 2024-03-21T13:08:57.518162+0000 mgr.x (mgr.34104) 3062 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:59.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[77880]: cluster 2024-03-21T13:08:57.614274+0000 mgr.x (mgr.34104) 3063 : cluster [DBG] pgmap v2025: 161 pgs: 5 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:08:59.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[77880]: cluster 2024-03-21T13:08:57.614969+0000 mgr.x (mgr.34104) 3064 : cluster [DBG] pgmap v2026: 161 pgs: 5 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:08:59.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[77880]: cephadm 2024-03-21T13:08:57.624494+0000 mgr.x (mgr.34104) 3065 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:59.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[77880]: cluster 2024-03-21T13:08:57.714878+0000 mgr.x (mgr.34104) 3066 : cluster [DBG] pgmap v2027: 161 pgs: 5 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:08:59.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[75692]: cluster 2024-03-21T13:08:57.715184+0000 mgr.x (mgr.34104) 3067 : cluster [DBG] pgmap v2028: 161 pgs: 5 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:08:59.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[75692]: cephadm 2024-03-21T13:08:57.725142+0000 mgr.x (mgr.34104) 3068 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:59.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[75692]: cluster 2024-03-21T13:08:57.812697+0000 mgr.x (mgr.34104) 3069 : cluster [DBG] pgmap v2029: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:08:59.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[75692]: cluster 2024-03-21T13:08:57.813599+0000 mgr.x (mgr.34104) 3070 : cluster [DBG] pgmap v2030: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:08:59.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[75692]: cephadm 2024-03-21T13:08:57.823365+0000 mgr.x (mgr.34104) 3071 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:59.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[75692]: cluster 2024-03-21T13:08:57.914796+0000 mgr.x (mgr.34104) 3072 : cluster [DBG] pgmap v2031: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:08:59.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[75692]: cluster 2024-03-21T13:08:57.915510+0000 mgr.x (mgr.34104) 3073 : cluster [DBG] pgmap v2032: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:08:59.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[75692]: cephadm 2024-03-21T13:08:57.925297+0000 mgr.x (mgr.34104) 3074 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:59.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[75692]: cluster 2024-03-21T13:08:58.009903+0000 mgr.x (mgr.34104) 3075 : cluster [DBG] pgmap v2033: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:08:59.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[75692]: cluster 2024-03-21T13:08:58.010321+0000 mgr.x (mgr.34104) 3076 : cluster [DBG] pgmap v2034: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:08:59.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[75692]: cephadm 2024-03-21T13:08:58.020595+0000 mgr.x (mgr.34104) 3077 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:59.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[75692]: cluster 2024-03-21T13:08:58.114768+0000 mgr.x (mgr.34104) 3078 : cluster [DBG] pgmap v2035: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:08:59.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[75692]: cluster 2024-03-21T13:08:58.115225+0000 mgr.x (mgr.34104) 3079 : cluster [DBG] pgmap v2036: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:08:59.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[75692]: cephadm 2024-03-21T13:08:58.124826+0000 mgr.x (mgr.34104) 3080 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:59.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[77880]: cluster 2024-03-21T13:08:57.715184+0000 mgr.x (mgr.34104) 3067 : cluster [DBG] pgmap v2028: 161 pgs: 5 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded, 1 remapped+peering; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:08:59.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[77880]: cephadm 2024-03-21T13:08:57.725142+0000 mgr.x (mgr.34104) 3068 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:59.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[77880]: cluster 2024-03-21T13:08:57.812697+0000 mgr.x (mgr.34104) 3069 : cluster [DBG] pgmap v2029: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:08:59.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[77880]: cluster 2024-03-21T13:08:57.813599+0000 mgr.x (mgr.34104) 3070 : cluster [DBG] pgmap v2030: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:08:59.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[77880]: cephadm 2024-03-21T13:08:57.823365+0000 mgr.x (mgr.34104) 3071 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:59.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[77880]: cluster 2024-03-21T13:08:57.914796+0000 mgr.x (mgr.34104) 3072 : cluster [DBG] pgmap v2031: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:08:59.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[77880]: cluster 2024-03-21T13:08:57.915510+0000 mgr.x (mgr.34104) 3073 : cluster [DBG] pgmap v2032: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:08:59.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[77880]: cephadm 2024-03-21T13:08:57.925297+0000 mgr.x (mgr.34104) 3074 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:59.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[77880]: cluster 2024-03-21T13:08:58.009903+0000 mgr.x (mgr.34104) 3075 : cluster [DBG] pgmap v2033: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:08:59.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[77880]: cluster 2024-03-21T13:08:58.010321+0000 mgr.x (mgr.34104) 3076 : cluster [DBG] pgmap v2034: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:08:59.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[77880]: cephadm 2024-03-21T13:08:58.020595+0000 mgr.x (mgr.34104) 3077 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:59.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[77880]: cluster 2024-03-21T13:08:58.114768+0000 mgr.x (mgr.34104) 3078 : cluster [DBG] pgmap v2035: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:08:59.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[77880]: cluster 2024-03-21T13:08:58.115225+0000 mgr.x (mgr.34104) 3079 : cluster [DBG] pgmap v2036: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:08:59.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[77880]: cephadm 2024-03-21T13:08:58.124826+0000 mgr.x (mgr.34104) 3080 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:59.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[77880]: audit 2024-03-21T13:08:58.202159+0000 mon.a (mon.0) 4447 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:59.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[77880]: audit 2024-03-21T13:08:58.205064+0000 mon.a (mon.0) 4448 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:59.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[77880]: audit 2024-03-21T13:08:58.208309+0000 mon.a (mon.0) 4449 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:59.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[77880]: audit 2024-03-21T13:08:58.209767+0000 mon.a (mon.0) 4450 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:59.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[77880]: cluster 2024-03-21T13:08:58.213069+0000 mgr.x (mgr.34104) 3081 : cluster [DBG] pgmap v2037: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:08:59.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[77880]: cluster 2024-03-21T13:08:58.213659+0000 mgr.x (mgr.34104) 3082 : cluster [DBG] pgmap v2038: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:08:59.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[77880]: audit 2024-03-21T13:08:58.220185+0000 mon.a (mon.0) 4451 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:59.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[77880]: cephadm 2024-03-21T13:08:58.221724+0000 mgr.x (mgr.34104) 3083 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:59.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[77880]: audit 2024-03-21T13:08:58.300560+0000 mon.a (mon.0) 4452 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:59.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[77880]: audit 2024-03-21T13:08:58.304930+0000 mon.a (mon.0) 4453 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:59.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[77880]: audit 2024-03-21T13:08:58.309094+0000 mon.a (mon.0) 4454 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:59.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[77880]: audit 2024-03-21T13:08:58.310414+0000 mon.a (mon.0) 4455 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:59.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[77880]: audit 2024-03-21T13:08:58.321598+0000 mon.a (mon.0) 4456 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:59.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[77880]: audit 2024-03-21T13:08:58.403881+0000 mon.a (mon.0) 4457 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:59.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[77880]: audit 2024-03-21T13:08:58.406885+0000 mon.a (mon.0) 4458 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:59.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[77880]: audit 2024-03-21T13:08:58.410818+0000 mon.a (mon.0) 4459 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:59.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[77880]: audit 2024-03-21T13:08:58.412766+0000 mon.a (mon.0) 4460 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:59.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[77880]: audit 2024-03-21T13:08:58.425593+0000 mon.a (mon.0) 4461 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:59.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[75692]: audit 2024-03-21T13:08:58.202159+0000 mon.a (mon.0) 4447 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:59.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[75692]: audit 2024-03-21T13:08:58.205064+0000 mon.a (mon.0) 4448 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:59.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[75692]: audit 2024-03-21T13:08:58.208309+0000 mon.a (mon.0) 4449 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:59.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[75692]: audit 2024-03-21T13:08:58.209767+0000 mon.a (mon.0) 4450 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:59.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[75692]: cluster 2024-03-21T13:08:58.213069+0000 mgr.x (mgr.34104) 3081 : cluster [DBG] pgmap v2037: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:08:59.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[75692]: cluster 2024-03-21T13:08:58.213659+0000 mgr.x (mgr.34104) 3082 : cluster [DBG] pgmap v2038: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:08:59.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[75692]: audit 2024-03-21T13:08:58.220185+0000 mon.a (mon.0) 4451 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:59.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[75692]: cephadm 2024-03-21T13:08:58.221724+0000 mgr.x (mgr.34104) 3083 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:08:59.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[75692]: audit 2024-03-21T13:08:58.300560+0000 mon.a (mon.0) 4452 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:59.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[75692]: audit 2024-03-21T13:08:58.304930+0000 mon.a (mon.0) 4453 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:59.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[75692]: audit 2024-03-21T13:08:58.309094+0000 mon.a (mon.0) 4454 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:59.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[75692]: audit 2024-03-21T13:08:58.310414+0000 mon.a (mon.0) 4455 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:59.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[75692]: audit 2024-03-21T13:08:58.321598+0000 mon.a (mon.0) 4456 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:59.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[75692]: audit 2024-03-21T13:08:58.403881+0000 mon.a (mon.0) 4457 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:59.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[75692]: audit 2024-03-21T13:08:58.406885+0000 mon.a (mon.0) 4458 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:59.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[75692]: audit 2024-03-21T13:08:58.410818+0000 mon.a (mon.0) 4459 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:59.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[75692]: audit 2024-03-21T13:08:58.412766+0000 mon.a (mon.0) 4460 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:59.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[75692]: audit 2024-03-21T13:08:58.425593+0000 mon.a (mon.0) 4461 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:59.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[77880]: audit 2024-03-21T13:08:58.509752+0000 mon.a (mon.0) 4462 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:59.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[77880]: audit 2024-03-21T13:08:58.512919+0000 mon.a (mon.0) 4463 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:59.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[77880]: audit 2024-03-21T13:08:58.515831+0000 mon.a (mon.0) 4464 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:59.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[77880]: audit 2024-03-21T13:08:58.517410+0000 mon.a (mon.0) 4465 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:59.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[77880]: audit 2024-03-21T13:08:58.529448+0000 mon.a (mon.0) 4466 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:59.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[77880]: audit 2024-03-21T13:08:58.611465+0000 mon.a (mon.0) 4467 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:59.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[77880]: audit 2024-03-21T13:08:58.615046+0000 mon.a (mon.0) 4468 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:59.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[77880]: audit 2024-03-21T13:08:58.618947+0000 mon.a (mon.0) 4469 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:59.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[77880]: audit 2024-03-21T13:08:58.620751+0000 mon.a (mon.0) 4470 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:59.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[77880]: audit 2024-03-21T13:08:58.632990+0000 mon.a (mon.0) 4471 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:59.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[77880]: audit 2024-03-21T13:08:58.715398+0000 mon.a (mon.0) 4472 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:59.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[77880]: audit 2024-03-21T13:08:58.718456+0000 mon.a (mon.0) 4473 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:59.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[77880]: audit 2024-03-21T13:08:58.721359+0000 mon.a (mon.0) 4474 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:59.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[77880]: audit 2024-03-21T13:08:58.722580+0000 mon.a (mon.0) 4475 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:59.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[77880]: audit 2024-03-21T13:08:58.734407+0000 mon.a (mon.0) 4476 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:59.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[77880]: cluster 2024-03-21T13:08:58.748438+0000 mon.a (mon.0) 4477 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2024-03-21T13:08:59.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[77880]: cluster 2024-03-21T13:08:58.787665+0000 mon.a (mon.0) 4478 : cluster [WRN] Health check update: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-21T13:08:59.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[77880]: audit 2024-03-21T13:08:58.812599+0000 mon.a (mon.0) 4479 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:59.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[77880]: audit 2024-03-21T13:08:58.816237+0000 mon.a (mon.0) 4480 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:59.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[75692]: audit 2024-03-21T13:08:58.509752+0000 mon.a (mon.0) 4462 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:59.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[75692]: audit 2024-03-21T13:08:58.512919+0000 mon.a (mon.0) 4463 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:59.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[75692]: audit 2024-03-21T13:08:58.515831+0000 mon.a (mon.0) 4464 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:59.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[75692]: audit 2024-03-21T13:08:58.517410+0000 mon.a (mon.0) 4465 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:59.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[75692]: audit 2024-03-21T13:08:58.529448+0000 mon.a (mon.0) 4466 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:59.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[75692]: audit 2024-03-21T13:08:58.611465+0000 mon.a (mon.0) 4467 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:59.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[75692]: audit 2024-03-21T13:08:58.615046+0000 mon.a (mon.0) 4468 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:59.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[75692]: audit 2024-03-21T13:08:58.618947+0000 mon.a (mon.0) 4469 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:59.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[75692]: audit 2024-03-21T13:08:58.620751+0000 mon.a (mon.0) 4470 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:59.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[75692]: audit 2024-03-21T13:08:58.632990+0000 mon.a (mon.0) 4471 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:59.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[75692]: audit 2024-03-21T13:08:58.715398+0000 mon.a (mon.0) 4472 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:59.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[75692]: audit 2024-03-21T13:08:58.718456+0000 mon.a (mon.0) 4473 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:59.562 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[75692]: audit 2024-03-21T13:08:58.721359+0000 mon.a (mon.0) 4474 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:59.562 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[75692]: audit 2024-03-21T13:08:58.722580+0000 mon.a (mon.0) 4475 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:59.562 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[75692]: audit 2024-03-21T13:08:58.734407+0000 mon.a (mon.0) 4476 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:59.562 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[75692]: cluster 2024-03-21T13:08:58.748438+0000 mon.a (mon.0) 4477 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2024-03-21T13:08:59.562 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[75692]: cluster 2024-03-21T13:08:58.787665+0000 mon.a (mon.0) 4478 : cluster [WRN] Health check update: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-21T13:08:59.562 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[75692]: audit 2024-03-21T13:08:58.812599+0000 mon.a (mon.0) 4479 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:59.562 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[75692]: audit 2024-03-21T13:08:58.816237+0000 mon.a (mon.0) 4480 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:59.563 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[77880]: audit 2024-03-21T13:08:58.820294+0000 mon.a (mon.0) 4481 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:59.563 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[77880]: audit 2024-03-21T13:08:58.821947+0000 mon.a (mon.0) 4482 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:59.563 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[77880]: audit 2024-03-21T13:08:58.833993+0000 mon.a (mon.0) 4483 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:59.563 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[77880]: audit 2024-03-21T13:08:58.917118+0000 mon.a (mon.0) 4484 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:59.563 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[77880]: audit 2024-03-21T13:08:58.920162+0000 mon.a (mon.0) 4485 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:59.563 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[77880]: audit 2024-03-21T13:08:58.923720+0000 mon.a (mon.0) 4486 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:59.563 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[77880]: audit 2024-03-21T13:08:58.925177+0000 mon.a (mon.0) 4487 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:59.563 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[77880]: audit 2024-03-21T13:08:58.937698+0000 mon.a (mon.0) 4488 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:59.564 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[77880]: audit 2024-03-21T13:08:59.018309+0000 mon.a (mon.0) 4489 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:59.564 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[77880]: audit 2024-03-21T13:08:59.022038+0000 mon.a (mon.0) 4490 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:59.564 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[77880]: audit 2024-03-21T13:08:59.025259+0000 mon.a (mon.0) 4491 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:59.564 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[77880]: audit 2024-03-21T13:08:59.026493+0000 mon.a (mon.0) 4492 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:59.564 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[77880]: audit 2024-03-21T13:08:59.038027+0000 mon.a (mon.0) 4493 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:59.564 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[77880]: audit 2024-03-21T13:08:59.122760+0000 mon.a (mon.0) 4494 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:59.564 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[77880]: audit 2024-03-21T13:08:59.126298+0000 mon.a (mon.0) 4495 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:59.564 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[77880]: audit 2024-03-21T13:08:59.131631+0000 mon.a (mon.0) 4496 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:59.565 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[77880]: audit 2024-03-21T13:08:59.133447+0000 mon.a (mon.0) 4497 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:59.565 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[77880]: audit 2024-03-21T13:08:59.146276+0000 mon.a (mon.0) 4498 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:59.565 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[75692]: audit 2024-03-21T13:08:58.820294+0000 mon.a (mon.0) 4481 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:59.565 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[75692]: audit 2024-03-21T13:08:58.821947+0000 mon.a (mon.0) 4482 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:59.565 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[75692]: audit 2024-03-21T13:08:58.833993+0000 mon.a (mon.0) 4483 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:59.565 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[75692]: audit 2024-03-21T13:08:58.917118+0000 mon.a (mon.0) 4484 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:59.565 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[75692]: audit 2024-03-21T13:08:58.920162+0000 mon.a (mon.0) 4485 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:59.565 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[75692]: audit 2024-03-21T13:08:58.923720+0000 mon.a (mon.0) 4486 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:59.566 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[75692]: audit 2024-03-21T13:08:58.925177+0000 mon.a (mon.0) 4487 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:59.566 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[75692]: audit 2024-03-21T13:08:58.937698+0000 mon.a (mon.0) 4488 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:59.566 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[75692]: audit 2024-03-21T13:08:59.018309+0000 mon.a (mon.0) 4489 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:59.566 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[75692]: audit 2024-03-21T13:08:59.022038+0000 mon.a (mon.0) 4490 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:59.566 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[75692]: audit 2024-03-21T13:08:59.025259+0000 mon.a (mon.0) 4491 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:59.566 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[75692]: audit 2024-03-21T13:08:59.026493+0000 mon.a (mon.0) 4492 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:59.566 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[75692]: audit 2024-03-21T13:08:59.038027+0000 mon.a (mon.0) 4493 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:08:59.566 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[75692]: audit 2024-03-21T13:08:59.122760+0000 mon.a (mon.0) 4494 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:08:59.566 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[75692]: audit 2024-03-21T13:08:59.126298+0000 mon.a (mon.0) 4495 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:08:59.567 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[75692]: audit 2024-03-21T13:08:59.131631+0000 mon.a (mon.0) 4496 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:08:59.567 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[75692]: audit 2024-03-21T13:08:59.133447+0000 mon.a (mon.0) 4497 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:08:59.567 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:08:59 smithi178 bash[75692]: audit 2024-03-21T13:08:59.146276+0000 mon.a (mon.0) 4498 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:00.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:00 smithi184 bash[59794]: cluster 2024-03-21T13:08:58.313610+0000 mgr.x (mgr.34104) 3084 : cluster [DBG] pgmap v2039: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:00.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:00 smithi184 bash[59794]: cluster 2024-03-21T13:08:58.314260+0000 mgr.x (mgr.34104) 3085 : cluster [DBG] pgmap v2040: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:00.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:00 smithi184 bash[59794]: cephadm 2024-03-21T13:08:58.323284+0000 mgr.x (mgr.34104) 3086 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:00.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:00 smithi184 bash[59794]: cluster 2024-03-21T13:08:58.416765+0000 mgr.x (mgr.34104) 3087 : cluster [DBG] pgmap v2041: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:00.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:00 smithi184 bash[59794]: cluster 2024-03-21T13:08:58.417483+0000 mgr.x (mgr.34104) 3088 : cluster [DBG] pgmap v2042: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:00.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:00 smithi184 bash[59794]: cephadm 2024-03-21T13:08:58.427162+0000 mgr.x (mgr.34104) 3089 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:00.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:00 smithi184 bash[59794]: cluster 2024-03-21T13:08:58.520850+0000 mgr.x (mgr.34104) 3090 : cluster [DBG] pgmap v2043: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:00.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:00 smithi184 bash[59794]: cluster 2024-03-21T13:08:58.521747+0000 mgr.x (mgr.34104) 3091 : cluster [DBG] pgmap v2044: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:00.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:00 smithi184 bash[59794]: cephadm 2024-03-21T13:08:58.531080+0000 mgr.x (mgr.34104) 3092 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:00.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:00 smithi184 bash[59794]: cluster 2024-03-21T13:08:58.624000+0000 mgr.x (mgr.34104) 3093 : cluster [DBG] pgmap v2045: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:00.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:00 smithi184 bash[59794]: cluster 2024-03-21T13:08:58.624462+0000 mgr.x (mgr.34104) 3094 : cluster [DBG] pgmap v2046: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:00.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:00 smithi184 bash[59794]: cephadm 2024-03-21T13:08:58.634692+0000 mgr.x (mgr.34104) 3095 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:00.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:00 smithi184 bash[59794]: cluster 2024-03-21T13:08:58.725885+0000 mgr.x (mgr.34104) 3096 : cluster [DBG] pgmap v2047: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:00.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:00 smithi184 bash[59794]: cluster 2024-03-21T13:08:58.726863+0000 mgr.x (mgr.34104) 3097 : cluster [DBG] pgmap v2048: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:00.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:00 smithi184 bash[59794]: cephadm 2024-03-21T13:08:58.736052+0000 mgr.x (mgr.34104) 3098 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:00.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:00 smithi184 bash[59794]: cluster 2024-03-21T13:08:58.825379+0000 mgr.x (mgr.34104) 3099 : cluster [DBG] pgmap v2049: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:00.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:00 smithi184 bash[59794]: cluster 2024-03-21T13:08:58.825948+0000 mgr.x (mgr.34104) 3100 : cluster [DBG] pgmap v2050: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:00.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:00 smithi184 bash[59794]: cephadm 2024-03-21T13:08:58.835768+0000 mgr.x (mgr.34104) 3101 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:00.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:00 smithi184 bash[59794]: cluster 2024-03-21T13:08:58.928890+0000 mgr.x (mgr.34104) 3102 : cluster [DBG] pgmap v2051: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:00.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:00 smithi184 bash[59794]: cluster 2024-03-21T13:08:58.929476+0000 mgr.x (mgr.34104) 3103 : cluster [DBG] pgmap v2052: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:00.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:00 smithi184 bash[59794]: cephadm 2024-03-21T13:08:58.939509+0000 mgr.x (mgr.34104) 3104 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:00.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:00 smithi184 bash[59794]: cluster 2024-03-21T13:08:59.029355+0000 mgr.x (mgr.34104) 3105 : cluster [DBG] pgmap v2053: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:00.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:00 smithi184 bash[59794]: cluster 2024-03-21T13:08:59.029675+0000 mgr.x (mgr.34104) 3106 : cluster [DBG] pgmap v2054: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:00.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:00 smithi184 bash[59794]: cephadm 2024-03-21T13:08:59.039682+0000 mgr.x (mgr.34104) 3107 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:00.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:00 smithi184 bash[59794]: cluster 2024-03-21T13:08:59.137133+0000 mgr.x (mgr.34104) 3108 : cluster [DBG] pgmap v2055: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:00.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:00 smithi184 bash[59794]: cluster 2024-03-21T13:08:59.138133+0000 mgr.x (mgr.34104) 3109 : cluster [DBG] pgmap v2056: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:00.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:00 smithi184 bash[59794]: cephadm 2024-03-21T13:08:59.148154+0000 mgr.x (mgr.34104) 3110 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:00.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:00 smithi184 bash[59794]: audit 2024-03-21T13:08:59.231262+0000 mon.a (mon.0) 4499 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:00.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:00 smithi184 bash[59794]: audit 2024-03-21T13:08:59.234387+0000 mon.a (mon.0) 4500 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:00.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:00 smithi184 bash[59794]: audit 2024-03-21T13:08:59.239824+0000 mon.a (mon.0) 4501 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:00.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:00 smithi184 bash[59794]: audit 2024-03-21T13:08:59.241556+0000 mon.a (mon.0) 4502 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:00.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:00 smithi184 bash[59794]: audit 2024-03-21T13:08:59.264358+0000 mon.a (mon.0) 4503 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:00.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:00 smithi184 bash[59794]: audit 2024-03-21T13:08:59.344956+0000 mon.a (mon.0) 4504 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:00.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:00 smithi184 bash[59794]: audit 2024-03-21T13:08:59.348017+0000 mon.a (mon.0) 4505 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:00.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:00 smithi184 bash[59794]: audit 2024-03-21T13:08:59.351660+0000 mon.a (mon.0) 4506 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:00.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:00 smithi184 bash[59794]: audit 2024-03-21T13:08:59.353190+0000 mon.a (mon.0) 4507 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:00.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:00 smithi184 bash[59794]: audit 2024-03-21T13:08:59.365541+0000 mon.a (mon.0) 4508 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:00.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:00 smithi184 bash[59794]: audit 2024-03-21T13:08:59.446028+0000 mon.a (mon.0) 4509 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:00.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:00 smithi184 bash[59794]: audit 2024-03-21T13:08:59.449191+0000 mon.a (mon.0) 4510 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:00.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:00 smithi184 bash[59794]: audit 2024-03-21T13:08:59.453213+0000 mon.a (mon.0) 4511 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:00.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:00 smithi184 bash[59794]: audit 2024-03-21T13:08:59.454750+0000 mon.a (mon.0) 4512 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:00.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:00 smithi184 bash[59794]: audit 2024-03-21T13:08:59.467114+0000 mon.a (mon.0) 4513 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:00.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:00 smithi184 bash[59794]: audit 2024-03-21T13:08:59.542067+0000 mon.a (mon.0) 4514 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:00.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:00 smithi184 bash[59794]: audit 2024-03-21T13:08:59.545801+0000 mon.a (mon.0) 4515 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:00.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:00 smithi184 bash[59794]: audit 2024-03-21T13:08:59.551906+0000 mon.a (mon.0) 4516 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:00.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:00 smithi184 bash[59794]: audit 2024-03-21T13:08:59.553108+0000 mon.a (mon.0) 4517 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:00.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:00 smithi184 bash[59794]: audit 2024-03-21T13:08:59.562382+0000 mon.a (mon.0) 4518 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:00.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:00 smithi184 bash[59794]: audit 2024-03-21T13:08:59.641122+0000 mon.a (mon.0) 4519 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:00.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:00 smithi184 bash[59794]: audit 2024-03-21T13:08:59.644128+0000 mon.a (mon.0) 4520 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:00.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:00 smithi184 bash[59794]: audit 2024-03-21T13:08:59.647063+0000 mon.a (mon.0) 4521 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:00.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:00 smithi184 bash[59794]: audit 2024-03-21T13:08:59.648445+0000 mon.a (mon.0) 4522 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:00.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:00 smithi184 bash[59794]: audit 2024-03-21T13:08:59.660725+0000 mon.a (mon.0) 4523 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:00.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:00 smithi184 bash[59794]: audit 2024-03-21T13:08:59.742275+0000 mon.a (mon.0) 4524 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:00.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:00 smithi184 bash[59794]: audit 2024-03-21T13:08:59.745541+0000 mon.a (mon.0) 4525 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:00.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:00 smithi184 bash[59794]: audit 2024-03-21T13:08:59.749011+0000 mon.a (mon.0) 4526 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:00.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:00 smithi184 bash[59794]: audit 2024-03-21T13:08:59.750353+0000 mon.a (mon.0) 4527 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:00.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:00 smithi184 bash[59794]: audit 2024-03-21T13:08:59.765122+0000 mon.a (mon.0) 4528 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:00.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:00 smithi184 bash[59794]: audit 2024-03-21T13:08:59.840247+0000 mon.a (mon.0) 4529 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:00.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:00 smithi184 bash[59794]: audit 2024-03-21T13:08:59.843931+0000 mon.a (mon.0) 4530 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:00.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:00 smithi184 bash[59794]: audit 2024-03-21T13:08:59.847130+0000 mon.a (mon.0) 4531 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:00.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:00 smithi184 bash[59794]: audit 2024-03-21T13:08:59.848299+0000 mon.a (mon.0) 4532 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:00.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:00 smithi184 bash[59794]: audit 2024-03-21T13:08:59.859485+0000 mon.a (mon.0) 4533 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:00.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:00 smithi184 bash[59794]: audit 2024-03-21T13:08:59.943152+0000 mon.a (mon.0) 4534 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:00.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:00 smithi184 bash[59794]: audit 2024-03-21T13:08:59.946240+0000 mon.a (mon.0) 4535 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:00.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:00 smithi184 bash[59794]: audit 2024-03-21T13:08:59.950710+0000 mon.a (mon.0) 4536 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:00.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:00 smithi184 bash[59794]: audit 2024-03-21T13:08:59.952441+0000 mon.a (mon.0) 4537 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:00.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:00 smithi184 bash[59794]: audit 2024-03-21T13:08:59.962651+0000 mon.a (mon.0) 4538 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:00.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:00 smithi184 bash[59794]: audit 2024-03-21T13:09:00.043670+0000 mon.a (mon.0) 4539 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:00.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:00 smithi184 bash[59794]: audit 2024-03-21T13:09:00.049729+0000 mon.a (mon.0) 4540 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:00.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:00 smithi184 bash[59794]: audit 2024-03-21T13:09:00.055514+0000 mon.a (mon.0) 4541 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:00.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:00 smithi184 bash[59794]: audit 2024-03-21T13:09:00.056782+0000 mon.a (mon.0) 4542 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:00.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:00 smithi184 bash[59794]: audit 2024-03-21T13:09:00.068301+0000 mon.a (mon.0) 4543 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:00.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:00 smithi184 bash[59794]: audit 2024-03-21T13:09:00.149677+0000 mon.a (mon.0) 4544 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:00.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:00 smithi184 bash[59794]: audit 2024-03-21T13:09:00.152827+0000 mon.a (mon.0) 4545 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:00.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:00 smithi184 bash[59794]: audit 2024-03-21T13:09:00.155641+0000 mon.a (mon.0) 4546 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:00.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:00 smithi184 bash[59794]: audit 2024-03-21T13:09:00.156818+0000 mon.a (mon.0) 4547 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:00.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:00 smithi184 bash[59794]: audit 2024-03-21T13:09:00.167465+0000 mon.a (mon.0) 4548 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:00.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:00 smithi178 bash[75692]: cluster 2024-03-21T13:08:58.313610+0000 mgr.x (mgr.34104) 3084 : cluster [DBG] pgmap v2039: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:00.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:00 smithi178 bash[75692]: cluster 2024-03-21T13:08:58.314260+0000 mgr.x (mgr.34104) 3085 : cluster [DBG] pgmap v2040: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:00.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:00 smithi178 bash[75692]: cephadm 2024-03-21T13:08:58.323284+0000 mgr.x (mgr.34104) 3086 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:00.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:00 smithi178 bash[75692]: cluster 2024-03-21T13:08:58.416765+0000 mgr.x (mgr.34104) 3087 : cluster [DBG] pgmap v2041: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:00.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:00 smithi178 bash[75692]: cluster 2024-03-21T13:08:58.417483+0000 mgr.x (mgr.34104) 3088 : cluster [DBG] pgmap v2042: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:00.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:00 smithi178 bash[75692]: cephadm 2024-03-21T13:08:58.427162+0000 mgr.x (mgr.34104) 3089 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:00.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:00 smithi178 bash[75692]: cluster 2024-03-21T13:08:58.520850+0000 mgr.x (mgr.34104) 3090 : cluster [DBG] pgmap v2043: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:00.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:00 smithi178 bash[75692]: cluster 2024-03-21T13:08:58.521747+0000 mgr.x (mgr.34104) 3091 : cluster [DBG] pgmap v2044: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:00.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:00 smithi178 bash[75692]: cephadm 2024-03-21T13:08:58.531080+0000 mgr.x (mgr.34104) 3092 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:00.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:00 smithi178 bash[75692]: cluster 2024-03-21T13:08:58.624000+0000 mgr.x (mgr.34104) 3093 : cluster [DBG] pgmap v2045: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:00.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:00 smithi178 bash[75692]: cluster 2024-03-21T13:08:58.624462+0000 mgr.x (mgr.34104) 3094 : cluster [DBG] pgmap v2046: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:00.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:00 smithi178 bash[75692]: cephadm 2024-03-21T13:08:58.634692+0000 mgr.x (mgr.34104) 3095 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:00.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:00 smithi178 bash[75692]: cluster 2024-03-21T13:08:58.725885+0000 mgr.x (mgr.34104) 3096 : cluster [DBG] pgmap v2047: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:00.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:00 smithi178 bash[77880]: cluster 2024-03-21T13:08:58.313610+0000 mgr.x (mgr.34104) 3084 : cluster [DBG] pgmap v2039: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:00.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:00 smithi178 bash[77880]: cluster 2024-03-21T13:08:58.314260+0000 mgr.x (mgr.34104) 3085 : cluster [DBG] pgmap v2040: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:00.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:00 smithi178 bash[77880]: cephadm 2024-03-21T13:08:58.323284+0000 mgr.x (mgr.34104) 3086 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:00.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:00 smithi178 bash[77880]: cluster 2024-03-21T13:08:58.416765+0000 mgr.x (mgr.34104) 3087 : cluster [DBG] pgmap v2041: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:00.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:00 smithi178 bash[77880]: cluster 2024-03-21T13:08:58.417483+0000 mgr.x (mgr.34104) 3088 : cluster [DBG] pgmap v2042: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:00.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:00 smithi178 bash[77880]: cephadm 2024-03-21T13:08:58.427162+0000 mgr.x (mgr.34104) 3089 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:00.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:00 smithi178 bash[77880]: cluster 2024-03-21T13:08:58.520850+0000 mgr.x (mgr.34104) 3090 : cluster [DBG] pgmap v2043: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:00.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:00 smithi178 bash[77880]: cluster 2024-03-21T13:08:58.521747+0000 mgr.x (mgr.34104) 3091 : cluster [DBG] pgmap v2044: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:00.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:00 smithi178 bash[77880]: cephadm 2024-03-21T13:08:58.531080+0000 mgr.x (mgr.34104) 3092 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:00.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:00 smithi178 bash[77880]: cluster 2024-03-21T13:08:58.624000+0000 mgr.x (mgr.34104) 3093 : cluster [DBG] pgmap v2045: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:00.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:00 smithi178 bash[77880]: cluster 2024-03-21T13:08:58.624462+0000 mgr.x (mgr.34104) 3094 : cluster [DBG] pgmap v2046: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:00.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:00 smithi178 bash[77880]: cephadm 2024-03-21T13:08:58.634692+0000 mgr.x (mgr.34104) 3095 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:00.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:00 smithi178 bash[77880]: cluster 2024-03-21T13:08:58.725885+0000 mgr.x (mgr.34104) 3096 : cluster [DBG] pgmap v2047: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:00.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:00 smithi178 bash[75692]: cluster 2024-03-21T13:08:58.726863+0000 mgr.x (mgr.34104) 3097 : cluster [DBG] pgmap v2048: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:00.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:00 smithi178 bash[75692]: cephadm 2024-03-21T13:08:58.736052+0000 mgr.x (mgr.34104) 3098 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:00.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:00 smithi178 bash[75692]: cluster 2024-03-21T13:08:58.825379+0000 mgr.x (mgr.34104) 3099 : cluster [DBG] pgmap v2049: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:00.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:00 smithi178 bash[75692]: cluster 2024-03-21T13:08:58.825948+0000 mgr.x (mgr.34104) 3100 : cluster [DBG] pgmap v2050: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:00.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:00 smithi178 bash[75692]: cephadm 2024-03-21T13:08:58.835768+0000 mgr.x (mgr.34104) 3101 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:00.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:00 smithi178 bash[75692]: cluster 2024-03-21T13:08:58.928890+0000 mgr.x (mgr.34104) 3102 : cluster [DBG] pgmap v2051: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:00.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:00 smithi178 bash[75692]: cluster 2024-03-21T13:08:58.929476+0000 mgr.x (mgr.34104) 3103 : cluster [DBG] pgmap v2052: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:00.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:00 smithi178 bash[75692]: cephadm 2024-03-21T13:08:58.939509+0000 mgr.x (mgr.34104) 3104 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:00.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:00 smithi178 bash[75692]: cluster 2024-03-21T13:08:59.029355+0000 mgr.x (mgr.34104) 3105 : cluster [DBG] pgmap v2053: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:00.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:00 smithi178 bash[75692]: cluster 2024-03-21T13:08:59.029675+0000 mgr.x (mgr.34104) 3106 : cluster [DBG] pgmap v2054: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:00.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:00 smithi178 bash[75692]: cephadm 2024-03-21T13:08:59.039682+0000 mgr.x (mgr.34104) 3107 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:00.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:00 smithi178 bash[75692]: cluster 2024-03-21T13:08:59.137133+0000 mgr.x (mgr.34104) 3108 : cluster [DBG] pgmap v2055: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:00.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:00 smithi178 bash[75692]: cluster 2024-03-21T13:08:59.138133+0000 mgr.x (mgr.34104) 3109 : cluster [DBG] pgmap v2056: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:00.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:00 smithi178 bash[75692]: cephadm 2024-03-21T13:08:59.148154+0000 mgr.x (mgr.34104) 3110 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:00.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:00 smithi178 bash[77880]: cluster 2024-03-21T13:08:58.726863+0000 mgr.x (mgr.34104) 3097 : cluster [DBG] pgmap v2048: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:00.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:00 smithi178 bash[77880]: cephadm 2024-03-21T13:08:58.736052+0000 mgr.x (mgr.34104) 3098 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:00.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:00 smithi178 bash[77880]: cluster 2024-03-21T13:08:58.825379+0000 mgr.x (mgr.34104) 3099 : cluster [DBG] pgmap v2049: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:00.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:00 smithi178 bash[77880]: cluster 2024-03-21T13:08:58.825948+0000 mgr.x (mgr.34104) 3100 : cluster [DBG] pgmap v2050: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:00.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:00 smithi178 bash[77880]: cephadm 2024-03-21T13:08:58.835768+0000 mgr.x (mgr.34104) 3101 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:00.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:00 smithi178 bash[77880]: cluster 2024-03-21T13:08:58.928890+0000 mgr.x (mgr.34104) 3102 : cluster [DBG] pgmap v2051: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:00.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:00 smithi178 bash[77880]: cluster 2024-03-21T13:08:58.929476+0000 mgr.x (mgr.34104) 3103 : cluster [DBG] pgmap v2052: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:00.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:00 smithi178 bash[77880]: cephadm 2024-03-21T13:08:58.939509+0000 mgr.x (mgr.34104) 3104 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:00.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:00 smithi178 bash[77880]: cluster 2024-03-21T13:08:59.029355+0000 mgr.x (mgr.34104) 3105 : cluster [DBG] pgmap v2053: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:00.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:00 smithi178 bash[77880]: cluster 2024-03-21T13:08:59.029675+0000 mgr.x (mgr.34104) 3106 : cluster [DBG] pgmap v2054: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:00.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:00 smithi178 bash[77880]: cephadm 2024-03-21T13:08:59.039682+0000 mgr.x (mgr.34104) 3107 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:00.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:00 smithi178 bash[77880]: cluster 2024-03-21T13:08:59.137133+0000 mgr.x (mgr.34104) 3108 : cluster [DBG] pgmap v2055: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:00.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:00 smithi178 bash[77880]: cluster 2024-03-21T13:08:59.138133+0000 mgr.x (mgr.34104) 3109 : cluster [DBG] pgmap v2056: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:00.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:00 smithi178 bash[77880]: cephadm 2024-03-21T13:08:59.148154+0000 mgr.x (mgr.34104) 3110 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:00.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:00 smithi178 bash[75692]: audit 2024-03-21T13:08:59.231262+0000 mon.a (mon.0) 4499 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:00.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:00 smithi178 bash[75692]: audit 2024-03-21T13:08:59.234387+0000 mon.a (mon.0) 4500 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:00.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:00 smithi178 bash[75692]: audit 2024-03-21T13:08:59.239824+0000 mon.a (mon.0) 4501 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:00.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:00 smithi178 bash[75692]: audit 2024-03-21T13:08:59.241556+0000 mon.a (mon.0) 4502 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:00.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:00 smithi178 bash[75692]: audit 2024-03-21T13:08:59.264358+0000 mon.a (mon.0) 4503 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:00.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:00 smithi178 bash[75692]: audit 2024-03-21T13:08:59.344956+0000 mon.a (mon.0) 4504 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:00.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:00 smithi178 bash[75692]: audit 2024-03-21T13:08:59.348017+0000 mon.a (mon.0) 4505 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:00.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:00 smithi178 bash[75692]: audit 2024-03-21T13:08:59.351660+0000 mon.a (mon.0) 4506 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:00.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:00 smithi178 bash[75692]: audit 2024-03-21T13:08:59.353190+0000 mon.a (mon.0) 4507 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:00.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:00 smithi178 bash[75692]: audit 2024-03-21T13:08:59.365541+0000 mon.a (mon.0) 4508 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:00.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:00 smithi178 bash[75692]: audit 2024-03-21T13:08:59.446028+0000 mon.a (mon.0) 4509 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:00.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:00 smithi178 bash[75692]: audit 2024-03-21T13:08:59.449191+0000 mon.a (mon.0) 4510 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:00.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:00 smithi178 bash[75692]: audit 2024-03-21T13:08:59.453213+0000 mon.a (mon.0) 4511 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:00.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:00 smithi178 bash[75692]: audit 2024-03-21T13:08:59.454750+0000 mon.a (mon.0) 4512 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:00.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:00 smithi178 bash[75692]: audit 2024-03-21T13:08:59.467114+0000 mon.a (mon.0) 4513 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:00.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:00 smithi178 bash[75692]: audit 2024-03-21T13:08:59.542067+0000 mon.a (mon.0) 4514 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:00.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:00 smithi178 bash[75692]: audit 2024-03-21T13:08:59.545801+0000 mon.a (mon.0) 4515 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:00.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:00 smithi178 bash[75692]: audit 2024-03-21T13:08:59.551906+0000 mon.a (mon.0) 4516 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:00.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:00 smithi178 bash[75692]: audit 2024-03-21T13:08:59.553108+0000 mon.a (mon.0) 4517 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:00.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:00 smithi178 bash[77880]: audit 2024-03-21T13:08:59.231262+0000 mon.a (mon.0) 4499 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:00.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:00 smithi178 bash[77880]: audit 2024-03-21T13:08:59.234387+0000 mon.a (mon.0) 4500 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:00.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:00 smithi178 bash[77880]: audit 2024-03-21T13:08:59.239824+0000 mon.a (mon.0) 4501 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:00.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:00 smithi178 bash[77880]: audit 2024-03-21T13:08:59.241556+0000 mon.a (mon.0) 4502 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:00.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:00 smithi178 bash[77880]: audit 2024-03-21T13:08:59.264358+0000 mon.a (mon.0) 4503 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:00.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:00 smithi178 bash[77880]: audit 2024-03-21T13:08:59.344956+0000 mon.a (mon.0) 4504 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:00.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:00 smithi178 bash[77880]: audit 2024-03-21T13:08:59.348017+0000 mon.a (mon.0) 4505 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:00.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:00 smithi178 bash[77880]: audit 2024-03-21T13:08:59.351660+0000 mon.a (mon.0) 4506 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:00.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:00 smithi178 bash[77880]: audit 2024-03-21T13:08:59.353190+0000 mon.a (mon.0) 4507 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:00.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:00 smithi178 bash[77880]: audit 2024-03-21T13:08:59.365541+0000 mon.a (mon.0) 4508 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:00.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:00 smithi178 bash[77880]: audit 2024-03-21T13:08:59.446028+0000 mon.a (mon.0) 4509 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:00.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:00 smithi178 bash[77880]: audit 2024-03-21T13:08:59.449191+0000 mon.a (mon.0) 4510 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:00.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:00 smithi178 bash[77880]: audit 2024-03-21T13:08:59.453213+0000 mon.a (mon.0) 4511 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:00.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:00 smithi178 bash[77880]: audit 2024-03-21T13:08:59.454750+0000 mon.a (mon.0) 4512 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:00.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:00 smithi178 bash[77880]: audit 2024-03-21T13:08:59.467114+0000 mon.a (mon.0) 4513 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:00.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:00 smithi178 bash[77880]: audit 2024-03-21T13:08:59.542067+0000 mon.a (mon.0) 4514 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:00.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:00 smithi178 bash[77880]: audit 2024-03-21T13:08:59.545801+0000 mon.a (mon.0) 4515 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:00.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:00 smithi178 bash[77880]: audit 2024-03-21T13:08:59.551906+0000 mon.a (mon.0) 4516 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:00.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:00 smithi178 bash[77880]: audit 2024-03-21T13:08:59.553108+0000 mon.a (mon.0) 4517 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:00.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:00 smithi178 bash[75692]: audit 2024-03-21T13:08:59.562382+0000 mon.a (mon.0) 4518 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:00.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:00 smithi178 bash[75692]: audit 2024-03-21T13:08:59.641122+0000 mon.a (mon.0) 4519 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:00.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:00 smithi178 bash[75692]: audit 2024-03-21T13:08:59.644128+0000 mon.a (mon.0) 4520 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:00.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:00 smithi178 bash[75692]: audit 2024-03-21T13:08:59.647063+0000 mon.a (mon.0) 4521 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:00.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:00 smithi178 bash[75692]: audit 2024-03-21T13:08:59.648445+0000 mon.a (mon.0) 4522 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:00.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:00 smithi178 bash[75692]: audit 2024-03-21T13:08:59.660725+0000 mon.a (mon.0) 4523 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:00.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:00 smithi178 bash[75692]: audit 2024-03-21T13:08:59.742275+0000 mon.a (mon.0) 4524 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:00.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:00 smithi178 bash[75692]: audit 2024-03-21T13:08:59.745541+0000 mon.a (mon.0) 4525 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:00.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:00 smithi178 bash[75692]: audit 2024-03-21T13:08:59.749011+0000 mon.a (mon.0) 4526 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:00.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:00 smithi178 bash[75692]: audit 2024-03-21T13:08:59.750353+0000 mon.a (mon.0) 4527 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:00.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:00 smithi178 bash[75692]: audit 2024-03-21T13:08:59.765122+0000 mon.a (mon.0) 4528 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:00.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:00 smithi178 bash[75692]: audit 2024-03-21T13:08:59.840247+0000 mon.a (mon.0) 4529 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:00.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:00 smithi178 bash[75692]: audit 2024-03-21T13:08:59.843931+0000 mon.a (mon.0) 4530 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:00.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:00 smithi178 bash[75692]: audit 2024-03-21T13:08:59.847130+0000 mon.a (mon.0) 4531 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:00.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:00 smithi178 bash[75692]: audit 2024-03-21T13:08:59.848299+0000 mon.a (mon.0) 4532 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:00.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:00 smithi178 bash[75692]: audit 2024-03-21T13:08:59.859485+0000 mon.a (mon.0) 4533 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:00.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:00 smithi178 bash[75692]: audit 2024-03-21T13:08:59.943152+0000 mon.a (mon.0) 4534 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:00.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:00 smithi178 bash[75692]: audit 2024-03-21T13:08:59.946240+0000 mon.a (mon.0) 4535 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:00.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:00 smithi178 bash[75692]: audit 2024-03-21T13:08:59.950710+0000 mon.a (mon.0) 4536 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:00.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:00 smithi178 bash[77880]: audit 2024-03-21T13:08:59.562382+0000 mon.a (mon.0) 4518 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:00.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:00 smithi178 bash[77880]: audit 2024-03-21T13:08:59.641122+0000 mon.a (mon.0) 4519 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:00.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:00 smithi178 bash[77880]: audit 2024-03-21T13:08:59.644128+0000 mon.a (mon.0) 4520 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:00.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:00 smithi178 bash[77880]: audit 2024-03-21T13:08:59.647063+0000 mon.a (mon.0) 4521 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:00.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:00 smithi178 bash[77880]: audit 2024-03-21T13:08:59.648445+0000 mon.a (mon.0) 4522 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:00.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:00 smithi178 bash[77880]: audit 2024-03-21T13:08:59.660725+0000 mon.a (mon.0) 4523 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:00.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:00 smithi178 bash[77880]: audit 2024-03-21T13:08:59.742275+0000 mon.a (mon.0) 4524 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:00.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:00 smithi178 bash[77880]: audit 2024-03-21T13:08:59.745541+0000 mon.a (mon.0) 4525 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:00.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:00 smithi178 bash[77880]: audit 2024-03-21T13:08:59.749011+0000 mon.a (mon.0) 4526 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:00.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:00 smithi178 bash[77880]: audit 2024-03-21T13:08:59.750353+0000 mon.a (mon.0) 4527 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:00.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:00 smithi178 bash[77880]: audit 2024-03-21T13:08:59.765122+0000 mon.a (mon.0) 4528 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:00.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:00 smithi178 bash[77880]: audit 2024-03-21T13:08:59.840247+0000 mon.a (mon.0) 4529 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:00.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:00 smithi178 bash[77880]: audit 2024-03-21T13:08:59.843931+0000 mon.a (mon.0) 4530 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:00.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:00 smithi178 bash[77880]: audit 2024-03-21T13:08:59.847130+0000 mon.a (mon.0) 4531 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:00.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:00 smithi178 bash[77880]: audit 2024-03-21T13:08:59.848299+0000 mon.a (mon.0) 4532 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:00.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:00 smithi178 bash[77880]: audit 2024-03-21T13:08:59.859485+0000 mon.a (mon.0) 4533 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:00.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:00 smithi178 bash[77880]: audit 2024-03-21T13:08:59.943152+0000 mon.a (mon.0) 4534 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:00.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:00 smithi178 bash[77880]: audit 2024-03-21T13:08:59.946240+0000 mon.a (mon.0) 4535 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:00.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:00 smithi178 bash[77880]: audit 2024-03-21T13:08:59.950710+0000 mon.a (mon.0) 4536 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:00.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:00 smithi178 bash[75692]: audit 2024-03-21T13:08:59.952441+0000 mon.a (mon.0) 4537 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:00.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:00 smithi178 bash[75692]: audit 2024-03-21T13:08:59.962651+0000 mon.a (mon.0) 4538 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:00.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:00 smithi178 bash[75692]: audit 2024-03-21T13:09:00.043670+0000 mon.a (mon.0) 4539 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:00.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:00 smithi178 bash[75692]: audit 2024-03-21T13:09:00.049729+0000 mon.a (mon.0) 4540 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:00.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:00 smithi178 bash[75692]: audit 2024-03-21T13:09:00.055514+0000 mon.a (mon.0) 4541 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:00.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:00 smithi178 bash[75692]: audit 2024-03-21T13:09:00.056782+0000 mon.a (mon.0) 4542 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:00.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:00 smithi178 bash[75692]: audit 2024-03-21T13:09:00.068301+0000 mon.a (mon.0) 4543 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:00.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:00 smithi178 bash[75692]: audit 2024-03-21T13:09:00.149677+0000 mon.a (mon.0) 4544 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:00.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:00 smithi178 bash[75692]: audit 2024-03-21T13:09:00.152827+0000 mon.a (mon.0) 4545 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:00.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:00 smithi178 bash[75692]: audit 2024-03-21T13:09:00.155641+0000 mon.a (mon.0) 4546 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:00.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:00 smithi178 bash[75692]: audit 2024-03-21T13:09:00.156818+0000 mon.a (mon.0) 4547 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:00.562 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:00 smithi178 bash[75692]: audit 2024-03-21T13:09:00.167465+0000 mon.a (mon.0) 4548 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:00.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:00 smithi178 bash[77880]: audit 2024-03-21T13:08:59.952441+0000 mon.a (mon.0) 4537 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:00.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:00 smithi178 bash[77880]: audit 2024-03-21T13:08:59.962651+0000 mon.a (mon.0) 4538 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:00.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:00 smithi178 bash[77880]: audit 2024-03-21T13:09:00.043670+0000 mon.a (mon.0) 4539 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:00.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:00 smithi178 bash[77880]: audit 2024-03-21T13:09:00.049729+0000 mon.a (mon.0) 4540 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:00.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:00 smithi178 bash[77880]: audit 2024-03-21T13:09:00.055514+0000 mon.a (mon.0) 4541 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:00.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:00 smithi178 bash[77880]: audit 2024-03-21T13:09:00.056782+0000 mon.a (mon.0) 4542 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:00.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:00 smithi178 bash[77880]: audit 2024-03-21T13:09:00.068301+0000 mon.a (mon.0) 4543 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:00.563 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:00 smithi178 bash[77880]: audit 2024-03-21T13:09:00.149677+0000 mon.a (mon.0) 4544 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:00.563 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:00 smithi178 bash[77880]: audit 2024-03-21T13:09:00.152827+0000 mon.a (mon.0) 4545 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:00.563 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:00 smithi178 bash[77880]: audit 2024-03-21T13:09:00.155641+0000 mon.a (mon.0) 4546 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:00.563 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:00 smithi178 bash[77880]: audit 2024-03-21T13:09:00.156818+0000 mon.a (mon.0) 4547 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:00.563 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:00 smithi178 bash[77880]: audit 2024-03-21T13:09:00.167465+0000 mon.a (mon.0) 4548 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:00.678 INFO:journalctl@ceph.osd.5.smithi184.stdout:Mar 21 13:09:00 smithi184 bash[69981]: debug 2024-03-21T13:09:00.441+0000 7fd3764ad7c0 -1 Falling back to public interface 2024-03-21T13:09:01.440 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:01 smithi184 bash[59794]: cluster 2024-03-21T13:08:59.245438+0000 mgr.x (mgr.34104) 3111 : cluster [DBG] pgmap v2057: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:01.440 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:01 smithi184 bash[59794]: cephadm 2024-03-21T13:08:59.265907+0000 mgr.x (mgr.34104) 3112 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:01.440 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:01 smithi184 bash[59794]: cluster 2024-03-21T13:08:59.357080+0000 mgr.x (mgr.34104) 3113 : cluster [DBG] pgmap v2058: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:01.440 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:01 smithi184 bash[59794]: cluster 2024-03-21T13:08:59.358241+0000 mgr.x (mgr.34104) 3114 : cluster [DBG] pgmap v2059: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:01.440 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:01 smithi184 bash[59794]: cephadm 2024-03-21T13:08:59.367252+0000 mgr.x (mgr.34104) 3115 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:01.440 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:01 smithi184 bash[59794]: cluster 2024-03-21T13:08:59.458297+0000 mgr.x (mgr.34104) 3116 : cluster [DBG] pgmap v2060: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:01.440 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:01 smithi184 bash[59794]: cluster 2024-03-21T13:08:59.459138+0000 mgr.x (mgr.34104) 3117 : cluster [DBG] pgmap v2061: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:01.440 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:01 smithi184 bash[59794]: cephadm 2024-03-21T13:08:59.468687+0000 mgr.x (mgr.34104) 3118 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:01.441 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:01 smithi184 bash[59794]: cluster 2024-03-21T13:08:59.556407+0000 mgr.x (mgr.34104) 3119 : cluster [DBG] pgmap v2062: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:01.441 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:01 smithi184 bash[59794]: cluster 2024-03-21T13:08:59.557092+0000 mgr.x (mgr.34104) 3120 : cluster [DBG] pgmap v2063: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:01.441 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:01 smithi184 bash[59794]: cephadm 2024-03-21T13:08:59.564187+0000 mgr.x (mgr.34104) 3121 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:01.441 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:01 smithi184 bash[59794]: cluster 2024-03-21T13:08:59.651827+0000 mgr.x (mgr.34104) 3122 : cluster [DBG] pgmap v2064: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:01.441 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:01 smithi184 bash[59794]: cluster 2024-03-21T13:08:59.652233+0000 mgr.x (mgr.34104) 3123 : cluster [DBG] pgmap v2065: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:01.441 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:01 smithi184 bash[59794]: cephadm 2024-03-21T13:08:59.662333+0000 mgr.x (mgr.34104) 3124 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:01.441 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:01 smithi184 bash[59794]: cluster 2024-03-21T13:08:59.754176+0000 mgr.x (mgr.34104) 3125 : cluster [DBG] pgmap v2066: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:01.441 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:01 smithi184 bash[59794]: cluster 2024-03-21T13:08:59.754577+0000 mgr.x (mgr.34104) 3126 : cluster [DBG] pgmap v2067: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:01.441 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:01 smithi184 bash[59794]: cephadm 2024-03-21T13:08:59.766606+0000 mgr.x (mgr.34104) 3127 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:01.441 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:01 smithi184 bash[59794]: cluster 2024-03-21T13:08:59.851649+0000 mgr.x (mgr.34104) 3128 : cluster [DBG] pgmap v2068: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:01.441 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:01 smithi184 bash[59794]: cluster 2024-03-21T13:08:59.852175+0000 mgr.x (mgr.34104) 3129 : cluster [DBG] pgmap v2069: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:01.441 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:01 smithi184 bash[59794]: cephadm 2024-03-21T13:08:59.861017+0000 mgr.x (mgr.34104) 3130 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:01.441 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:01 smithi184 bash[59794]: cluster 2024-03-21T13:08:59.956097+0000 mgr.x (mgr.34104) 3131 : cluster [DBG] pgmap v2070: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:01.441 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:01 smithi184 bash[59794]: cephadm 2024-03-21T13:08:59.964489+0000 mgr.x (mgr.34104) 3132 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:01.442 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:01 smithi184 bash[59794]: cluster 2024-03-21T13:09:00.059724+0000 mgr.x (mgr.34104) 3133 : cluster [DBG] pgmap v2071: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:01.442 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:01 smithi184 bash[59794]: cluster 2024-03-21T13:09:00.060159+0000 mgr.x (mgr.34104) 3134 : cluster [DBG] pgmap v2072: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:01.442 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:01 smithi184 bash[59794]: cephadm 2024-03-21T13:09:00.070380+0000 mgr.x (mgr.34104) 3135 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:01.442 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:01 smithi184 bash[59794]: cluster 2024-03-21T13:09:00.159561+0000 mgr.x (mgr.34104) 3136 : cluster [DBG] pgmap v2073: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:01.442 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:01 smithi184 bash[59794]: cluster 2024-03-21T13:09:00.159970+0000 mgr.x (mgr.34104) 3137 : cluster [DBG] pgmap v2074: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:01.442 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:01 smithi184 bash[59794]: cephadm 2024-03-21T13:09:00.168912+0000 mgr.x (mgr.34104) 3138 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:01.443 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:01 smithi184 bash[59794]: audit 2024-03-21T13:09:00.248203+0000 mon.a (mon.0) 4549 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:01.443 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:01 smithi184 bash[59794]: audit 2024-03-21T13:09:00.251610+0000 mon.a (mon.0) 4550 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:01.443 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:01 smithi184 bash[59794]: audit 2024-03-21T13:09:00.255512+0000 mon.a (mon.0) 4551 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:01.443 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:01 smithi184 bash[59794]: audit 2024-03-21T13:09:00.257051+0000 mon.a (mon.0) 4552 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:01.443 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:01 smithi184 bash[59794]: audit 2024-03-21T13:09:00.269651+0000 mon.a (mon.0) 4553 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:01.443 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:01 smithi184 bash[59794]: audit 2024-03-21T13:09:00.349315+0000 mon.a (mon.0) 4554 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:01.443 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:01 smithi184 bash[59794]: audit 2024-03-21T13:09:00.354316+0000 mon.a (mon.0) 4555 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:01.443 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:01 smithi184 bash[59794]: audit 2024-03-21T13:09:00.357995+0000 mon.a (mon.0) 4556 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:01.443 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:01 smithi184 bash[59794]: audit 2024-03-21T13:09:00.359692+0000 mon.a (mon.0) 4557 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:01.443 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:01 smithi184 bash[59794]: audit 2024-03-21T13:09:00.372366+0000 mon.a (mon.0) 4558 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:01.443 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:01 smithi184 bash[59794]: audit 2024-03-21T13:09:00.454859+0000 mon.a (mon.0) 4559 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:01.443 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:01 smithi184 bash[59794]: audit 2024-03-21T13:09:00.458334+0000 mon.a (mon.0) 4560 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:01.443 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:01 smithi184 bash[59794]: audit 2024-03-21T13:09:00.461999+0000 mon.a (mon.0) 4561 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:01.443 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:01 smithi184 bash[59794]: audit 2024-03-21T13:09:00.463522+0000 mon.a (mon.0) 4562 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:01.444 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:01 smithi184 bash[59794]: audit 2024-03-21T13:09:00.474289+0000 mon.a (mon.0) 4563 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:01.444 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:01 smithi184 bash[59794]: audit 2024-03-21T13:09:00.554205+0000 mon.a (mon.0) 4564 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:01.444 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:01 smithi184 bash[59794]: audit 2024-03-21T13:09:00.557574+0000 mon.a (mon.0) 4565 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:01.444 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:01 smithi184 bash[59794]: audit 2024-03-21T13:09:00.560548+0000 mon.a (mon.0) 4566 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:01.444 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:01 smithi184 bash[59794]: audit 2024-03-21T13:09:00.561790+0000 mon.a (mon.0) 4567 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:01.444 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:01 smithi184 bash[59794]: audit 2024-03-21T13:09:00.573156+0000 mon.a (mon.0) 4568 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:01.444 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:01 smithi184 bash[59794]: audit 2024-03-21T13:09:00.653760+0000 mon.a (mon.0) 4569 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:01.444 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:01 smithi184 bash[59794]: audit 2024-03-21T13:09:00.658733+0000 mon.a (mon.0) 4570 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:01.444 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:01 smithi184 bash[59794]: audit 2024-03-21T13:09:00.662407+0000 mon.a (mon.0) 4571 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:01.444 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:01 smithi184 bash[59794]: audit 2024-03-21T13:09:00.664035+0000 mon.a (mon.0) 4572 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:01.445 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:01 smithi184 bash[59794]: audit 2024-03-21T13:09:00.675924+0000 mon.a (mon.0) 4573 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:01.445 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:01 smithi184 bash[59794]: audit 2024-03-21T13:09:00.760360+0000 mon.a (mon.0) 4574 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:01.445 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:01 smithi184 bash[59794]: audit 2024-03-21T13:09:00.763642+0000 mon.a (mon.0) 4575 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:01.445 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:01 smithi184 bash[59794]: audit 2024-03-21T13:09:00.766691+0000 mon.a (mon.0) 4576 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:01.445 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:01 smithi184 bash[59794]: audit 2024-03-21T13:09:00.767920+0000 mon.a (mon.0) 4577 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:01.445 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:01 smithi184 bash[59794]: audit 2024-03-21T13:09:00.777503+0000 mon.a (mon.0) 4578 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:01.445 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:01 smithi184 bash[59794]: audit 2024-03-21T13:09:00.858250+0000 mon.a (mon.0) 4579 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:01.445 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:01 smithi184 bash[59794]: audit 2024-03-21T13:09:00.861639+0000 mon.a (mon.0) 4580 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:01.445 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:01 smithi184 bash[59794]: audit 2024-03-21T13:09:00.864815+0000 mon.a (mon.0) 4581 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:01.445 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:01 smithi184 bash[59794]: audit 2024-03-21T13:09:00.866076+0000 mon.a (mon.0) 4582 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:01.445 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:01 smithi184 bash[59794]: audit 2024-03-21T13:09:00.875784+0000 mon.a (mon.0) 4583 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:01.445 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:01 smithi184 bash[59794]: audit 2024-03-21T13:09:00.960187+0000 mon.a (mon.0) 4584 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:01.445 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:01 smithi184 bash[59794]: audit 2024-03-21T13:09:00.965071+0000 mon.a (mon.0) 4585 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:01.446 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:01 smithi184 bash[59794]: audit 2024-03-21T13:09:00.968653+0000 mon.a (mon.0) 4586 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:01.446 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:01 smithi184 bash[59794]: audit 2024-03-21T13:09:00.970122+0000 mon.a (mon.0) 4587 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:01.446 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:01 smithi184 bash[59794]: audit 2024-03-21T13:09:00.982740+0000 mon.a (mon.0) 4588 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:01.446 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:01 smithi184 bash[59794]: audit 2024-03-21T13:09:01.061444+0000 mon.a (mon.0) 4589 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:01.446 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:01 smithi184 bash[59794]: audit 2024-03-21T13:09:01.065967+0000 mon.a (mon.0) 4590 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:01.446 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:01 smithi184 bash[59794]: audit 2024-03-21T13:09:01.070124+0000 mon.a (mon.0) 4591 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:01.446 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:01 smithi184 bash[59794]: audit 2024-03-21T13:09:01.071452+0000 mon.a (mon.0) 4592 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:01.446 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:01 smithi184 bash[59794]: audit 2024-03-21T13:09:01.084327+0000 mon.a (mon.0) 4593 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:01.446 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:01 smithi184 bash[59794]: audit 2024-03-21T13:09:01.165352+0000 mon.a (mon.0) 4594 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:01.446 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:01 smithi184 bash[59794]: audit 2024-03-21T13:09:01.168924+0000 mon.a (mon.0) 4595 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:01.446 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:01 smithi184 bash[59794]: audit 2024-03-21T13:09:01.173408+0000 mon.a (mon.0) 4596 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:01.446 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:01 smithi184 bash[59794]: audit 2024-03-21T13:09:01.175166+0000 mon.a (mon.0) 4597 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:01.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:01 smithi178 bash[75692]: cluster 2024-03-21T13:08:59.245438+0000 mgr.x (mgr.34104) 3111 : cluster [DBG] pgmap v2057: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:01.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:01 smithi178 bash[75692]: cephadm 2024-03-21T13:08:59.265907+0000 mgr.x (mgr.34104) 3112 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:01.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:01 smithi178 bash[75692]: cluster 2024-03-21T13:08:59.357080+0000 mgr.x (mgr.34104) 3113 : cluster [DBG] pgmap v2058: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:01.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:01 smithi178 bash[75692]: cluster 2024-03-21T13:08:59.358241+0000 mgr.x (mgr.34104) 3114 : cluster [DBG] pgmap v2059: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:01.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:01 smithi178 bash[75692]: cephadm 2024-03-21T13:08:59.367252+0000 mgr.x (mgr.34104) 3115 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:01.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:01 smithi178 bash[75692]: cluster 2024-03-21T13:08:59.458297+0000 mgr.x (mgr.34104) 3116 : cluster [DBG] pgmap v2060: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:01.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:01 smithi178 bash[75692]: cluster 2024-03-21T13:08:59.459138+0000 mgr.x (mgr.34104) 3117 : cluster [DBG] pgmap v2061: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:01.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:01 smithi178 bash[75692]: cephadm 2024-03-21T13:08:59.468687+0000 mgr.x (mgr.34104) 3118 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:01.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:01 smithi178 bash[75692]: cluster 2024-03-21T13:08:59.556407+0000 mgr.x (mgr.34104) 3119 : cluster [DBG] pgmap v2062: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:01.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:01 smithi178 bash[75692]: cluster 2024-03-21T13:08:59.557092+0000 mgr.x (mgr.34104) 3120 : cluster [DBG] pgmap v2063: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:01.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:01 smithi178 bash[75692]: cephadm 2024-03-21T13:08:59.564187+0000 mgr.x (mgr.34104) 3121 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:01.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:01 smithi178 bash[75692]: cluster 2024-03-21T13:08:59.651827+0000 mgr.x (mgr.34104) 3122 : cluster [DBG] pgmap v2064: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:01.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:01 smithi178 bash[75692]: cluster 2024-03-21T13:08:59.652233+0000 mgr.x (mgr.34104) 3123 : cluster [DBG] pgmap v2065: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:01.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:01 smithi178 bash[77880]: cluster 2024-03-21T13:08:59.245438+0000 mgr.x (mgr.34104) 3111 : cluster [DBG] pgmap v2057: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:01.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:01 smithi178 bash[77880]: cephadm 2024-03-21T13:08:59.265907+0000 mgr.x (mgr.34104) 3112 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:01.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:01 smithi178 bash[77880]: cluster 2024-03-21T13:08:59.357080+0000 mgr.x (mgr.34104) 3113 : cluster [DBG] pgmap v2058: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:01.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:01 smithi178 bash[77880]: cluster 2024-03-21T13:08:59.358241+0000 mgr.x (mgr.34104) 3114 : cluster [DBG] pgmap v2059: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:01.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:01 smithi178 bash[77880]: cephadm 2024-03-21T13:08:59.367252+0000 mgr.x (mgr.34104) 3115 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:01.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:01 smithi178 bash[77880]: cluster 2024-03-21T13:08:59.458297+0000 mgr.x (mgr.34104) 3116 : cluster [DBG] pgmap v2060: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:01.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:01 smithi178 bash[77880]: cluster 2024-03-21T13:08:59.459138+0000 mgr.x (mgr.34104) 3117 : cluster [DBG] pgmap v2061: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:01.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:01 smithi178 bash[77880]: cephadm 2024-03-21T13:08:59.468687+0000 mgr.x (mgr.34104) 3118 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:01.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:01 smithi178 bash[77880]: cluster 2024-03-21T13:08:59.556407+0000 mgr.x (mgr.34104) 3119 : cluster [DBG] pgmap v2062: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:01.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:01 smithi178 bash[77880]: cluster 2024-03-21T13:08:59.557092+0000 mgr.x (mgr.34104) 3120 : cluster [DBG] pgmap v2063: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:01.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:01 smithi178 bash[77880]: cephadm 2024-03-21T13:08:59.564187+0000 mgr.x (mgr.34104) 3121 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:01.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:01 smithi178 bash[77880]: cluster 2024-03-21T13:08:59.651827+0000 mgr.x (mgr.34104) 3122 : cluster [DBG] pgmap v2064: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:01.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:01 smithi178 bash[77880]: cluster 2024-03-21T13:08:59.652233+0000 mgr.x (mgr.34104) 3123 : cluster [DBG] pgmap v2065: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:01.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:01 smithi178 bash[75692]: cephadm 2024-03-21T13:08:59.662333+0000 mgr.x (mgr.34104) 3124 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:01.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:01 smithi178 bash[75692]: cluster 2024-03-21T13:08:59.754176+0000 mgr.x (mgr.34104) 3125 : cluster [DBG] pgmap v2066: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:01.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:01 smithi178 bash[75692]: cluster 2024-03-21T13:08:59.754577+0000 mgr.x (mgr.34104) 3126 : cluster [DBG] pgmap v2067: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:01.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:01 smithi178 bash[75692]: cephadm 2024-03-21T13:08:59.766606+0000 mgr.x (mgr.34104) 3127 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:01.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:01 smithi178 bash[75692]: cluster 2024-03-21T13:08:59.851649+0000 mgr.x (mgr.34104) 3128 : cluster [DBG] pgmap v2068: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:01.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:01 smithi178 bash[75692]: cluster 2024-03-21T13:08:59.852175+0000 mgr.x (mgr.34104) 3129 : cluster [DBG] pgmap v2069: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:01.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:01 smithi178 bash[75692]: cephadm 2024-03-21T13:08:59.861017+0000 mgr.x (mgr.34104) 3130 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:01.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:01 smithi178 bash[75692]: cluster 2024-03-21T13:08:59.956097+0000 mgr.x (mgr.34104) 3131 : cluster [DBG] pgmap v2070: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:01.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:01 smithi178 bash[75692]: cephadm 2024-03-21T13:08:59.964489+0000 mgr.x (mgr.34104) 3132 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:01.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:01 smithi178 bash[75692]: cluster 2024-03-21T13:09:00.059724+0000 mgr.x (mgr.34104) 3133 : cluster [DBG] pgmap v2071: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:01.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:01 smithi178 bash[75692]: cluster 2024-03-21T13:09:00.060159+0000 mgr.x (mgr.34104) 3134 : cluster [DBG] pgmap v2072: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:01.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:01 smithi178 bash[75692]: cephadm 2024-03-21T13:09:00.070380+0000 mgr.x (mgr.34104) 3135 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:01.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:01 smithi178 bash[75692]: cluster 2024-03-21T13:09:00.159561+0000 mgr.x (mgr.34104) 3136 : cluster [DBG] pgmap v2073: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:01.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:01 smithi178 bash[75692]: cluster 2024-03-21T13:09:00.159970+0000 mgr.x (mgr.34104) 3137 : cluster [DBG] pgmap v2074: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:01.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:01 smithi178 bash[77880]: cephadm 2024-03-21T13:08:59.662333+0000 mgr.x (mgr.34104) 3124 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:01.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:01 smithi178 bash[77880]: cluster 2024-03-21T13:08:59.754176+0000 mgr.x (mgr.34104) 3125 : cluster [DBG] pgmap v2066: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:01.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:01 smithi178 bash[77880]: cluster 2024-03-21T13:08:59.754577+0000 mgr.x (mgr.34104) 3126 : cluster [DBG] pgmap v2067: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:01.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:01 smithi178 bash[77880]: cephadm 2024-03-21T13:08:59.766606+0000 mgr.x (mgr.34104) 3127 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:01.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:01 smithi178 bash[77880]: cluster 2024-03-21T13:08:59.851649+0000 mgr.x (mgr.34104) 3128 : cluster [DBG] pgmap v2068: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:01.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:01 smithi178 bash[77880]: cluster 2024-03-21T13:08:59.852175+0000 mgr.x (mgr.34104) 3129 : cluster [DBG] pgmap v2069: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:01.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:01 smithi178 bash[77880]: cephadm 2024-03-21T13:08:59.861017+0000 mgr.x (mgr.34104) 3130 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:01.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:01 smithi178 bash[77880]: cluster 2024-03-21T13:08:59.956097+0000 mgr.x (mgr.34104) 3131 : cluster [DBG] pgmap v2070: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:01.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:01 smithi178 bash[77880]: cephadm 2024-03-21T13:08:59.964489+0000 mgr.x (mgr.34104) 3132 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:01.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:01 smithi178 bash[77880]: cluster 2024-03-21T13:09:00.059724+0000 mgr.x (mgr.34104) 3133 : cluster [DBG] pgmap v2071: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:01.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:01 smithi178 bash[77880]: cluster 2024-03-21T13:09:00.060159+0000 mgr.x (mgr.34104) 3134 : cluster [DBG] pgmap v2072: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:01.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:01 smithi178 bash[77880]: cephadm 2024-03-21T13:09:00.070380+0000 mgr.x (mgr.34104) 3135 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:01.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:01 smithi178 bash[77880]: cluster 2024-03-21T13:09:00.159561+0000 mgr.x (mgr.34104) 3136 : cluster [DBG] pgmap v2073: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:01.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:01 smithi178 bash[77880]: cluster 2024-03-21T13:09:00.159970+0000 mgr.x (mgr.34104) 3137 : cluster [DBG] pgmap v2074: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:01.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:01 smithi178 bash[75692]: cephadm 2024-03-21T13:09:00.168912+0000 mgr.x (mgr.34104) 3138 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:01.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:01 smithi178 bash[75692]: audit 2024-03-21T13:09:00.248203+0000 mon.a (mon.0) 4549 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:01.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:01 smithi178 bash[75692]: audit 2024-03-21T13:09:00.251610+0000 mon.a (mon.0) 4550 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:01.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:01 smithi178 bash[75692]: audit 2024-03-21T13:09:00.255512+0000 mon.a (mon.0) 4551 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:01.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:01 smithi178 bash[75692]: audit 2024-03-21T13:09:00.257051+0000 mon.a (mon.0) 4552 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:01.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:01 smithi178 bash[75692]: audit 2024-03-21T13:09:00.269651+0000 mon.a (mon.0) 4553 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:01.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:01 smithi178 bash[75692]: audit 2024-03-21T13:09:00.349315+0000 mon.a (mon.0) 4554 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:01.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:01 smithi178 bash[75692]: audit 2024-03-21T13:09:00.354316+0000 mon.a (mon.0) 4555 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:01.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:01 smithi178 bash[75692]: audit 2024-03-21T13:09:00.357995+0000 mon.a (mon.0) 4556 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:01.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:01 smithi178 bash[75692]: audit 2024-03-21T13:09:00.359692+0000 mon.a (mon.0) 4557 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:01.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:01 smithi178 bash[75692]: audit 2024-03-21T13:09:00.372366+0000 mon.a (mon.0) 4558 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:01.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:01 smithi178 bash[75692]: audit 2024-03-21T13:09:00.454859+0000 mon.a (mon.0) 4559 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:01.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:01 smithi178 bash[75692]: audit 2024-03-21T13:09:00.458334+0000 mon.a (mon.0) 4560 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:01.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:01 smithi178 bash[75692]: audit 2024-03-21T13:09:00.461999+0000 mon.a (mon.0) 4561 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:01.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:01 smithi178 bash[75692]: audit 2024-03-21T13:09:00.463522+0000 mon.a (mon.0) 4562 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:01.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:01 smithi178 bash[75692]: audit 2024-03-21T13:09:00.474289+0000 mon.a (mon.0) 4563 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:01.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:01 smithi178 bash[75692]: audit 2024-03-21T13:09:00.554205+0000 mon.a (mon.0) 4564 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:01.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:01 smithi178 bash[75692]: audit 2024-03-21T13:09:00.557574+0000 mon.a (mon.0) 4565 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:01.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:01 smithi178 bash[75692]: audit 2024-03-21T13:09:00.560548+0000 mon.a (mon.0) 4566 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:01.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:01 smithi178 bash[77880]: cephadm 2024-03-21T13:09:00.168912+0000 mgr.x (mgr.34104) 3138 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:01.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:01 smithi178 bash[77880]: audit 2024-03-21T13:09:00.248203+0000 mon.a (mon.0) 4549 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:01.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:01 smithi178 bash[77880]: audit 2024-03-21T13:09:00.251610+0000 mon.a (mon.0) 4550 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:01.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:01 smithi178 bash[77880]: audit 2024-03-21T13:09:00.255512+0000 mon.a (mon.0) 4551 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:01.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:01 smithi178 bash[77880]: audit 2024-03-21T13:09:00.257051+0000 mon.a (mon.0) 4552 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:01.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:01 smithi178 bash[77880]: audit 2024-03-21T13:09:00.269651+0000 mon.a (mon.0) 4553 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:01.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:01 smithi178 bash[77880]: audit 2024-03-21T13:09:00.349315+0000 mon.a (mon.0) 4554 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:01.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:01 smithi178 bash[77880]: audit 2024-03-21T13:09:00.354316+0000 mon.a (mon.0) 4555 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:01.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:01 smithi178 bash[77880]: audit 2024-03-21T13:09:00.357995+0000 mon.a (mon.0) 4556 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:01.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:01 smithi178 bash[77880]: audit 2024-03-21T13:09:00.359692+0000 mon.a (mon.0) 4557 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:01.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:01 smithi178 bash[77880]: audit 2024-03-21T13:09:00.372366+0000 mon.a (mon.0) 4558 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:01.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:01 smithi178 bash[77880]: audit 2024-03-21T13:09:00.454859+0000 mon.a (mon.0) 4559 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:01.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:01 smithi178 bash[77880]: audit 2024-03-21T13:09:00.458334+0000 mon.a (mon.0) 4560 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:01.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:01 smithi178 bash[77880]: audit 2024-03-21T13:09:00.461999+0000 mon.a (mon.0) 4561 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:01.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:01 smithi178 bash[77880]: audit 2024-03-21T13:09:00.463522+0000 mon.a (mon.0) 4562 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:01.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:01 smithi178 bash[77880]: audit 2024-03-21T13:09:00.474289+0000 mon.a (mon.0) 4563 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:01.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:01 smithi178 bash[77880]: audit 2024-03-21T13:09:00.554205+0000 mon.a (mon.0) 4564 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:01.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:01 smithi178 bash[77880]: audit 2024-03-21T13:09:00.557574+0000 mon.a (mon.0) 4565 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:01.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:01 smithi178 bash[77880]: audit 2024-03-21T13:09:00.560548+0000 mon.a (mon.0) 4566 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:01.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:01 smithi178 bash[75692]: audit 2024-03-21T13:09:00.561790+0000 mon.a (mon.0) 4567 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:01.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:01 smithi178 bash[75692]: audit 2024-03-21T13:09:00.573156+0000 mon.a (mon.0) 4568 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:01.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:01 smithi178 bash[75692]: audit 2024-03-21T13:09:00.653760+0000 mon.a (mon.0) 4569 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:01.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:01 smithi178 bash[75692]: audit 2024-03-21T13:09:00.658733+0000 mon.a (mon.0) 4570 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:01.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:01 smithi178 bash[75692]: audit 2024-03-21T13:09:00.662407+0000 mon.a (mon.0) 4571 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:01.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:01 smithi178 bash[75692]: audit 2024-03-21T13:09:00.664035+0000 mon.a (mon.0) 4572 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:01.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:01 smithi178 bash[75692]: audit 2024-03-21T13:09:00.675924+0000 mon.a (mon.0) 4573 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:01.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:01 smithi178 bash[75692]: audit 2024-03-21T13:09:00.760360+0000 mon.a (mon.0) 4574 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:01.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:01 smithi178 bash[75692]: audit 2024-03-21T13:09:00.763642+0000 mon.a (mon.0) 4575 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:01.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:01 smithi178 bash[75692]: audit 2024-03-21T13:09:00.766691+0000 mon.a (mon.0) 4576 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:01.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:01 smithi178 bash[75692]: audit 2024-03-21T13:09:00.767920+0000 mon.a (mon.0) 4577 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:01.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:01 smithi178 bash[75692]: audit 2024-03-21T13:09:00.777503+0000 mon.a (mon.0) 4578 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:01.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:01 smithi178 bash[75692]: audit 2024-03-21T13:09:00.858250+0000 mon.a (mon.0) 4579 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:01.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:01 smithi178 bash[75692]: audit 2024-03-21T13:09:00.861639+0000 mon.a (mon.0) 4580 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:01.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:01 smithi178 bash[75692]: audit 2024-03-21T13:09:00.864815+0000 mon.a (mon.0) 4581 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:01.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:01 smithi178 bash[75692]: audit 2024-03-21T13:09:00.866076+0000 mon.a (mon.0) 4582 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:01.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:01 smithi178 bash[75692]: audit 2024-03-21T13:09:00.875784+0000 mon.a (mon.0) 4583 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:01.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:01 smithi178 bash[75692]: audit 2024-03-21T13:09:00.960187+0000 mon.a (mon.0) 4584 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:01.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:01 smithi178 bash[75692]: audit 2024-03-21T13:09:00.965071+0000 mon.a (mon.0) 4585 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:01.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:01 smithi178 bash[75692]: audit 2024-03-21T13:09:00.968653+0000 mon.a (mon.0) 4586 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:01.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:01 smithi178 bash[75692]: audit 2024-03-21T13:09:00.970122+0000 mon.a (mon.0) 4587 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:01.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:01 smithi178 bash[75692]: audit 2024-03-21T13:09:00.982740+0000 mon.a (mon.0) 4588 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:01.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:01 smithi178 bash[75692]: audit 2024-03-21T13:09:01.061444+0000 mon.a (mon.0) 4589 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:01.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:01 smithi178 bash[75692]: audit 2024-03-21T13:09:01.065967+0000 mon.a (mon.0) 4590 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:01.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:01 smithi178 bash[75692]: audit 2024-03-21T13:09:01.070124+0000 mon.a (mon.0) 4591 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:01.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:01 smithi178 bash[75692]: audit 2024-03-21T13:09:01.071452+0000 mon.a (mon.0) 4592 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:01.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:01 smithi178 bash[75692]: audit 2024-03-21T13:09:01.084327+0000 mon.a (mon.0) 4593 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:01.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:01 smithi178 bash[75692]: audit 2024-03-21T13:09:01.165352+0000 mon.a (mon.0) 4594 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:01.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:01 smithi178 bash[75692]: audit 2024-03-21T13:09:01.168924+0000 mon.a (mon.0) 4595 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:01.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:01 smithi178 bash[75692]: audit 2024-03-21T13:09:01.173408+0000 mon.a (mon.0) 4596 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:01.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:01 smithi178 bash[75692]: audit 2024-03-21T13:09:01.175166+0000 mon.a (mon.0) 4597 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:01.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:01 smithi178 bash[77880]: audit 2024-03-21T13:09:00.561790+0000 mon.a (mon.0) 4567 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:01.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:01 smithi178 bash[77880]: audit 2024-03-21T13:09:00.573156+0000 mon.a (mon.0) 4568 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:01.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:01 smithi178 bash[77880]: audit 2024-03-21T13:09:00.653760+0000 mon.a (mon.0) 4569 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:01.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:01 smithi178 bash[77880]: audit 2024-03-21T13:09:00.658733+0000 mon.a (mon.0) 4570 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:01.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:01 smithi178 bash[77880]: audit 2024-03-21T13:09:00.662407+0000 mon.a (mon.0) 4571 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:01.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:01 smithi178 bash[77880]: audit 2024-03-21T13:09:00.664035+0000 mon.a (mon.0) 4572 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:01.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:01 smithi178 bash[77880]: audit 2024-03-21T13:09:00.675924+0000 mon.a (mon.0) 4573 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:01.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:01 smithi178 bash[77880]: audit 2024-03-21T13:09:00.760360+0000 mon.a (mon.0) 4574 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:01.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:01 smithi178 bash[77880]: audit 2024-03-21T13:09:00.763642+0000 mon.a (mon.0) 4575 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:01.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:01 smithi178 bash[77880]: audit 2024-03-21T13:09:00.766691+0000 mon.a (mon.0) 4576 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:01.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:01 smithi178 bash[77880]: audit 2024-03-21T13:09:00.767920+0000 mon.a (mon.0) 4577 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:01.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:01 smithi178 bash[77880]: audit 2024-03-21T13:09:00.777503+0000 mon.a (mon.0) 4578 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:01.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:01 smithi178 bash[77880]: audit 2024-03-21T13:09:00.858250+0000 mon.a (mon.0) 4579 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:01.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:01 smithi178 bash[77880]: audit 2024-03-21T13:09:00.861639+0000 mon.a (mon.0) 4580 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:01.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:01 smithi178 bash[77880]: audit 2024-03-21T13:09:00.864815+0000 mon.a (mon.0) 4581 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:01.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:01 smithi178 bash[77880]: audit 2024-03-21T13:09:00.866076+0000 mon.a (mon.0) 4582 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:01.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:01 smithi178 bash[77880]: audit 2024-03-21T13:09:00.875784+0000 mon.a (mon.0) 4583 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:01.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:01 smithi178 bash[77880]: audit 2024-03-21T13:09:00.960187+0000 mon.a (mon.0) 4584 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:01.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:01 smithi178 bash[77880]: audit 2024-03-21T13:09:00.965071+0000 mon.a (mon.0) 4585 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:01.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:01 smithi178 bash[77880]: audit 2024-03-21T13:09:00.968653+0000 mon.a (mon.0) 4586 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:01.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:01 smithi178 bash[77880]: audit 2024-03-21T13:09:00.970122+0000 mon.a (mon.0) 4587 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:01.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:01 smithi178 bash[77880]: audit 2024-03-21T13:09:00.982740+0000 mon.a (mon.0) 4588 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:01.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:01 smithi178 bash[77880]: audit 2024-03-21T13:09:01.061444+0000 mon.a (mon.0) 4589 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:01.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:01 smithi178 bash[77880]: audit 2024-03-21T13:09:01.065967+0000 mon.a (mon.0) 4590 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:01.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:01 smithi178 bash[77880]: audit 2024-03-21T13:09:01.070124+0000 mon.a (mon.0) 4591 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:01.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:01 smithi178 bash[77880]: audit 2024-03-21T13:09:01.071452+0000 mon.a (mon.0) 4592 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:01.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:01 smithi178 bash[77880]: audit 2024-03-21T13:09:01.084327+0000 mon.a (mon.0) 4593 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:01.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:01 smithi178 bash[77880]: audit 2024-03-21T13:09:01.165352+0000 mon.a (mon.0) 4594 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:01.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:01 smithi178 bash[77880]: audit 2024-03-21T13:09:01.168924+0000 mon.a (mon.0) 4595 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:01.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:01 smithi178 bash[77880]: audit 2024-03-21T13:09:01.173408+0000 mon.a (mon.0) 4596 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:01.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:01 smithi178 bash[77880]: audit 2024-03-21T13:09:01.175166+0000 mon.a (mon.0) 4597 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:02.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:02 smithi178 bash[77880]: cluster 2024-03-21T13:09:00.260800+0000 mgr.x (mgr.34104) 3139 : cluster [DBG] pgmap v2075: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:02.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:02 smithi178 bash[77880]: cluster 2024-03-21T13:09:00.261108+0000 mgr.x (mgr.34104) 3140 : cluster [DBG] pgmap v2076: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:02.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:02 smithi178 bash[77880]: cephadm 2024-03-21T13:09:00.271253+0000 mgr.x (mgr.34104) 3141 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:02.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:02 smithi178 bash[77880]: cluster 2024-03-21T13:09:00.363478+0000 mgr.x (mgr.34104) 3142 : cluster [DBG] pgmap v2077: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:02.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:02 smithi178 bash[77880]: cluster 2024-03-21T13:09:00.363977+0000 mgr.x (mgr.34104) 3143 : cluster [DBG] pgmap v2078: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:02.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:02 smithi178 bash[77880]: cephadm 2024-03-21T13:09:00.373922+0000 mgr.x (mgr.34104) 3144 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:02.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:02 smithi178 bash[77880]: cluster 2024-03-21T13:09:00.466553+0000 mgr.x (mgr.34104) 3145 : cluster [DBG] pgmap v2079: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:02.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:02 smithi178 bash[77880]: cluster 2024-03-21T13:09:00.466965+0000 mgr.x (mgr.34104) 3146 : cluster [DBG] pgmap v2080: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:02.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:02 smithi178 bash[77880]: cephadm 2024-03-21T13:09:00.475832+0000 mgr.x (mgr.34104) 3147 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:02.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:02 smithi178 bash[77880]: cluster 2024-03-21T13:09:00.564768+0000 mgr.x (mgr.34104) 3148 : cluster [DBG] pgmap v2081: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:02.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:02 smithi178 bash[77880]: cluster 2024-03-21T13:09:00.565403+0000 mgr.x (mgr.34104) 3149 : cluster [DBG] pgmap v2082: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:02.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:02 smithi178 bash[77880]: cephadm 2024-03-21T13:09:00.574713+0000 mgr.x (mgr.34104) 3150 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:02.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:02 smithi178 bash[77880]: cluster 2024-03-21T13:09:00.667559+0000 mgr.x (mgr.34104) 3151 : cluster [DBG] pgmap v2083: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:02.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:02 smithi178 bash[75692]: cluster 2024-03-21T13:09:00.260800+0000 mgr.x (mgr.34104) 3139 : cluster [DBG] pgmap v2075: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:02.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:02 smithi178 bash[75692]: cluster 2024-03-21T13:09:00.261108+0000 mgr.x (mgr.34104) 3140 : cluster [DBG] pgmap v2076: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:02.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:02 smithi178 bash[75692]: cephadm 2024-03-21T13:09:00.271253+0000 mgr.x (mgr.34104) 3141 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:02.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:02 smithi178 bash[75692]: cluster 2024-03-21T13:09:00.363478+0000 mgr.x (mgr.34104) 3142 : cluster [DBG] pgmap v2077: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:02.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:02 smithi178 bash[75692]: cluster 2024-03-21T13:09:00.363977+0000 mgr.x (mgr.34104) 3143 : cluster [DBG] pgmap v2078: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:02.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:02 smithi178 bash[75692]: cephadm 2024-03-21T13:09:00.373922+0000 mgr.x (mgr.34104) 3144 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:02.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:02 smithi178 bash[75692]: cluster 2024-03-21T13:09:00.466553+0000 mgr.x (mgr.34104) 3145 : cluster [DBG] pgmap v2079: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:02.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:02 smithi178 bash[75692]: cluster 2024-03-21T13:09:00.466965+0000 mgr.x (mgr.34104) 3146 : cluster [DBG] pgmap v2080: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:02.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:02 smithi178 bash[75692]: cephadm 2024-03-21T13:09:00.475832+0000 mgr.x (mgr.34104) 3147 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:02.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:02 smithi178 bash[75692]: cluster 2024-03-21T13:09:00.564768+0000 mgr.x (mgr.34104) 3148 : cluster [DBG] pgmap v2081: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:02.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:02 smithi178 bash[75692]: cluster 2024-03-21T13:09:00.565403+0000 mgr.x (mgr.34104) 3149 : cluster [DBG] pgmap v2082: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:02.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:02 smithi178 bash[75692]: cephadm 2024-03-21T13:09:00.574713+0000 mgr.x (mgr.34104) 3150 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:02.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:02 smithi178 bash[75692]: cluster 2024-03-21T13:09:00.667559+0000 mgr.x (mgr.34104) 3151 : cluster [DBG] pgmap v2083: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:02.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:02 smithi178 bash[77880]: cluster 2024-03-21T13:09:00.668013+0000 mgr.x (mgr.34104) 3152 : cluster [DBG] pgmap v2084: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:02.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:02 smithi178 bash[77880]: cephadm 2024-03-21T13:09:00.678112+0000 mgr.x (mgr.34104) 3153 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:02.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:02 smithi178 bash[77880]: cluster 2024-03-21T13:09:00.770721+0000 mgr.x (mgr.34104) 3154 : cluster [DBG] pgmap v2085: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:02.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:02 smithi178 bash[77880]: cluster 2024-03-21T13:09:00.771128+0000 mgr.x (mgr.34104) 3155 : cluster [DBG] pgmap v2086: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:02.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:02 smithi178 bash[77880]: cephadm 2024-03-21T13:09:00.779112+0000 mgr.x (mgr.34104) 3156 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:02.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:02 smithi178 bash[77880]: audit 2024-03-21T13:09:00.855165+0000 mgr.x (mgr.34104) 3157 : audit [DBG] from='client.15585 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:09:02.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:02 smithi178 bash[77880]: cluster 2024-03-21T13:09:00.868819+0000 mgr.x (mgr.34104) 3158 : cluster [DBG] pgmap v2087: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:02.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:02 smithi178 bash[77880]: cluster 2024-03-21T13:09:00.869219+0000 mgr.x (mgr.34104) 3159 : cluster [DBG] pgmap v2088: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:02.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:02 smithi178 bash[77880]: cephadm 2024-03-21T13:09:00.877578+0000 mgr.x (mgr.34104) 3160 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:02.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:02 smithi178 bash[77880]: cluster 2024-03-21T13:09:00.973926+0000 mgr.x (mgr.34104) 3161 : cluster [DBG] pgmap v2089: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:02.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:02 smithi178 bash[77880]: cluster 2024-03-21T13:09:00.975037+0000 mgr.x (mgr.34104) 3162 : cluster [DBG] pgmap v2090: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:02.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:02 smithi178 bash[77880]: cephadm 2024-03-21T13:09:00.984206+0000 mgr.x (mgr.34104) 3163 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:02.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:02 smithi178 bash[77880]: cluster 2024-03-21T13:09:01.074929+0000 mgr.x (mgr.34104) 3164 : cluster [DBG] pgmap v2091: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:02.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:02 smithi178 bash[77880]: cluster 2024-03-21T13:09:01.075622+0000 mgr.x (mgr.34104) 3165 : cluster [DBG] pgmap v2092: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:02.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:02 smithi178 bash[75692]: cluster 2024-03-21T13:09:00.668013+0000 mgr.x (mgr.34104) 3152 : cluster [DBG] pgmap v2084: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:02.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:02 smithi178 bash[75692]: cephadm 2024-03-21T13:09:00.678112+0000 mgr.x (mgr.34104) 3153 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:02.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:02 smithi178 bash[75692]: cluster 2024-03-21T13:09:00.770721+0000 mgr.x (mgr.34104) 3154 : cluster [DBG] pgmap v2085: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:02.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:02 smithi178 bash[75692]: cluster 2024-03-21T13:09:00.771128+0000 mgr.x (mgr.34104) 3155 : cluster [DBG] pgmap v2086: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:02.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:02 smithi178 bash[75692]: cephadm 2024-03-21T13:09:00.779112+0000 mgr.x (mgr.34104) 3156 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:02.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:02 smithi178 bash[75692]: audit 2024-03-21T13:09:00.855165+0000 mgr.x (mgr.34104) 3157 : audit [DBG] from='client.15585 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:09:02.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:02 smithi178 bash[75692]: cluster 2024-03-21T13:09:00.868819+0000 mgr.x (mgr.34104) 3158 : cluster [DBG] pgmap v2087: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:02.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:02 smithi178 bash[75692]: cluster 2024-03-21T13:09:00.869219+0000 mgr.x (mgr.34104) 3159 : cluster [DBG] pgmap v2088: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:02.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:02 smithi178 bash[75692]: cephadm 2024-03-21T13:09:00.877578+0000 mgr.x (mgr.34104) 3160 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:02.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:02 smithi178 bash[75692]: cluster 2024-03-21T13:09:00.973926+0000 mgr.x (mgr.34104) 3161 : cluster [DBG] pgmap v2089: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:02.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:02 smithi178 bash[75692]: cluster 2024-03-21T13:09:00.975037+0000 mgr.x (mgr.34104) 3162 : cluster [DBG] pgmap v2090: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:02.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:02 smithi178 bash[75692]: cephadm 2024-03-21T13:09:00.984206+0000 mgr.x (mgr.34104) 3163 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:02.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:02 smithi178 bash[75692]: cluster 2024-03-21T13:09:01.074929+0000 mgr.x (mgr.34104) 3164 : cluster [DBG] pgmap v2091: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:02.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:02 smithi178 bash[75692]: cluster 2024-03-21T13:09:01.075622+0000 mgr.x (mgr.34104) 3165 : cluster [DBG] pgmap v2092: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:02.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:02 smithi178 bash[77880]: cephadm 2024-03-21T13:09:01.086067+0000 mgr.x (mgr.34104) 3166 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:02.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:02 smithi178 bash[77880]: cluster 2024-03-21T13:09:01.178229+0000 mgr.x (mgr.34104) 3167 : cluster [DBG] pgmap v2093: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:02.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:02 smithi178 bash[77880]: cluster 2024-03-21T13:09:01.178655+0000 mgr.x (mgr.34104) 3168 : cluster [DBG] pgmap v2094: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:02.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:02 smithi178 bash[77880]: audit 2024-03-21T13:09:01.195273+0000 mon.a (mon.0) 4598 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:02.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:02 smithi178 bash[77880]: cephadm 2024-03-21T13:09:01.196762+0000 mgr.x (mgr.34104) 3169 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:02.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:02 smithi178 bash[77880]: audit 2024-03-21T13:09:01.278234+0000 mon.a (mon.0) 4599 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:02.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:02 smithi178 bash[77880]: audit 2024-03-21T13:09:01.281088+0000 mon.a (mon.0) 4600 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:02.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:02 smithi178 bash[77880]: audit 2024-03-21T13:09:01.284212+0000 mon.a (mon.0) 4601 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:02.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:02 smithi178 bash[77880]: audit 2024-03-21T13:09:01.285534+0000 mon.a (mon.0) 4602 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:02.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:02 smithi178 bash[77880]: audit 2024-03-21T13:09:01.297200+0000 mon.a (mon.0) 4603 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:02.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:02 smithi178 bash[77880]: audit 2024-03-21T13:09:01.381683+0000 mon.a (mon.0) 4604 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:02.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:02 smithi178 bash[77880]: audit 2024-03-21T13:09:01.384519+0000 mon.a (mon.0) 4605 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:02.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:02 smithi178 bash[77880]: audit 2024-03-21T13:09:01.387424+0000 mon.a (mon.0) 4606 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:02.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:02 smithi178 bash[77880]: audit 2024-03-21T13:09:01.388766+0000 mon.a (mon.0) 4607 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:02.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:02 smithi178 bash[77880]: audit 2024-03-21T13:09:01.400557+0000 mon.a (mon.0) 4608 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:02.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:02 smithi178 bash[77880]: audit 2024-03-21T13:09:01.480646+0000 mon.a (mon.0) 4609 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:02.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:02 smithi178 bash[77880]: audit 2024-03-21T13:09:01.483917+0000 mon.a (mon.0) 4610 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:02.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:02 smithi178 bash[77880]: audit 2024-03-21T13:09:01.487548+0000 mon.a (mon.0) 4611 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:02.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:02 smithi178 bash[77880]: audit 2024-03-21T13:09:01.488924+0000 mon.a (mon.0) 4612 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:02.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:02 smithi178 bash[77880]: audit 2024-03-21T13:09:01.500364+0000 mon.a (mon.0) 4613 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:02.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:02 smithi178 bash[77880]: audit 2024-03-21T13:09:01.583640+0000 mon.a (mon.0) 4614 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:02.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:02 smithi178 bash[77880]: audit 2024-03-21T13:09:01.586812+0000 mon.a (mon.0) 4615 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:02.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:02 smithi178 bash[77880]: audit 2024-03-21T13:09:01.590366+0000 mon.a (mon.0) 4616 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:02.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:02 smithi178 bash[77880]: audit 2024-03-21T13:09:01.592161+0000 mon.a (mon.0) 4617 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:02.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:02 smithi178 bash[77880]: audit 2024-03-21T13:09:01.604305+0000 mon.a (mon.0) 4618 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:02.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:02 smithi178 bash[77880]: audit 2024-03-21T13:09:01.684965+0000 mon.a (mon.0) 4619 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:02.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:02 smithi178 bash[77880]: audit 2024-03-21T13:09:01.689795+0000 mon.a (mon.0) 4620 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:02.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:02 smithi178 bash[77880]: audit 2024-03-21T13:09:01.695130+0000 mon.a (mon.0) 4621 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:02.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:02 smithi178 bash[77880]: audit 2024-03-21T13:09:01.697032+0000 mon.a (mon.0) 4622 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:02.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:02 smithi178 bash[77880]: audit 2024-03-21T13:09:01.710056+0000 mon.a (mon.0) 4623 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:02.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:02 smithi178 bash[77880]: audit 2024-03-21T13:09:01.791350+0000 mon.a (mon.0) 4624 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:02.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:02 smithi178 bash[77880]: audit 2024-03-21T13:09:01.794268+0000 mon.a (mon.0) 4625 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:02.563 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:02 smithi178 bash[77880]: audit 2024-03-21T13:09:01.796946+0000 mon.a (mon.0) 4626 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:02.563 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:02 smithi178 bash[77880]: audit 2024-03-21T13:09:01.798135+0000 mon.a (mon.0) 4627 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:02.563 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:02 smithi178 bash[77880]: audit 2024-03-21T13:09:01.808656+0000 mon.a (mon.0) 4628 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:02.563 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:02 smithi178 bash[77880]: audit 2024-03-21T13:09:01.887859+0000 mon.a (mon.0) 4629 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:02.563 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:02 smithi178 bash[77880]: audit 2024-03-21T13:09:01.890809+0000 mon.a (mon.0) 4630 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:02.564 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:02 smithi178 bash[75692]: cephadm 2024-03-21T13:09:01.086067+0000 mgr.x (mgr.34104) 3166 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:02.564 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:02 smithi178 bash[75692]: cluster 2024-03-21T13:09:01.178229+0000 mgr.x (mgr.34104) 3167 : cluster [DBG] pgmap v2093: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:02.564 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:02 smithi178 bash[75692]: cluster 2024-03-21T13:09:01.178655+0000 mgr.x (mgr.34104) 3168 : cluster [DBG] pgmap v2094: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:02.564 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:02 smithi178 bash[75692]: audit 2024-03-21T13:09:01.195273+0000 mon.a (mon.0) 4598 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:02.564 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:02 smithi178 bash[75692]: cephadm 2024-03-21T13:09:01.196762+0000 mgr.x (mgr.34104) 3169 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:02.565 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:02 smithi178 bash[75692]: audit 2024-03-21T13:09:01.278234+0000 mon.a (mon.0) 4599 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:02.565 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:02 smithi178 bash[75692]: audit 2024-03-21T13:09:01.281088+0000 mon.a (mon.0) 4600 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:02.565 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:02 smithi178 bash[75692]: audit 2024-03-21T13:09:01.284212+0000 mon.a (mon.0) 4601 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:02.565 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:02 smithi178 bash[75692]: audit 2024-03-21T13:09:01.285534+0000 mon.a (mon.0) 4602 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:02.565 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:02 smithi178 bash[75692]: audit 2024-03-21T13:09:01.297200+0000 mon.a (mon.0) 4603 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:02.565 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:02 smithi178 bash[75692]: audit 2024-03-21T13:09:01.381683+0000 mon.a (mon.0) 4604 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:02.565 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:02 smithi178 bash[75692]: audit 2024-03-21T13:09:01.384519+0000 mon.a (mon.0) 4605 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:02.566 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:02 smithi178 bash[75692]: audit 2024-03-21T13:09:01.387424+0000 mon.a (mon.0) 4606 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:02.566 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:02 smithi178 bash[75692]: audit 2024-03-21T13:09:01.388766+0000 mon.a (mon.0) 4607 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:02.566 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:02 smithi178 bash[75692]: audit 2024-03-21T13:09:01.400557+0000 mon.a (mon.0) 4608 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:02.566 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:02 smithi178 bash[75692]: audit 2024-03-21T13:09:01.480646+0000 mon.a (mon.0) 4609 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:02.566 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:02 smithi178 bash[75692]: audit 2024-03-21T13:09:01.483917+0000 mon.a (mon.0) 4610 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:02.566 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:02 smithi178 bash[75692]: audit 2024-03-21T13:09:01.487548+0000 mon.a (mon.0) 4611 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:02.567 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:02 smithi178 bash[77880]: audit 2024-03-21T13:09:01.894062+0000 mon.a (mon.0) 4631 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:02.567 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:02 smithi178 bash[77880]: audit 2024-03-21T13:09:01.895193+0000 mon.a (mon.0) 4632 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:02.567 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:02 smithi178 bash[77880]: audit 2024-03-21T13:09:01.906645+0000 mon.a (mon.0) 4633 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:02.567 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:02 smithi178 bash[77880]: audit 2024-03-21T13:09:01.984699+0000 mon.a (mon.0) 4634 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:02.568 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:02 smithi178 bash[77880]: audit 2024-03-21T13:09:01.987626+0000 mon.a (mon.0) 4635 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:02.568 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:02 smithi178 bash[77880]: audit 2024-03-21T13:09:01.991179+0000 mon.a (mon.0) 4636 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:02.568 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:02 smithi178 bash[77880]: audit 2024-03-21T13:09:01.992353+0000 mon.a (mon.0) 4637 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:02.568 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:02 smithi178 bash[77880]: audit 2024-03-21T13:09:02.003413+0000 mon.a (mon.0) 4638 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:02.568 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:02 smithi178 bash[77880]: audit 2024-03-21T13:09:02.082189+0000 mon.a (mon.0) 4639 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:02.568 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:02 smithi178 bash[77880]: audit 2024-03-21T13:09:02.085458+0000 mon.a (mon.0) 4640 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:02.568 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:02 smithi178 bash[77880]: audit 2024-03-21T13:09:02.089849+0000 mon.a (mon.0) 4641 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:02.569 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:02 smithi178 bash[77880]: audit 2024-03-21T13:09:02.091335+0000 mon.a (mon.0) 4642 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:02.569 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:02 smithi178 bash[77880]: audit 2024-03-21T13:09:02.103195+0000 mon.a (mon.0) 4643 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:02.569 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:02 smithi178 bash[77880]: audit 2024-03-21T13:09:02.183834+0000 mon.a (mon.0) 4644 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:02.569 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:02 smithi178 bash[77880]: audit 2024-03-21T13:09:02.187211+0000 mon.a (mon.0) 4645 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:02.570 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:02 smithi178 bash[77880]: audit 2024-03-21T13:09:02.190279+0000 mon.a (mon.0) 4646 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:02.570 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:02 smithi178 bash[77880]: audit 2024-03-21T13:09:02.191518+0000 mon.a (mon.0) 4647 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:02.571 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:02 smithi178 bash[75692]: audit 2024-03-21T13:09:01.488924+0000 mon.a (mon.0) 4612 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:02.571 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:02 smithi178 bash[75692]: audit 2024-03-21T13:09:01.500364+0000 mon.a (mon.0) 4613 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:02.572 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:02 smithi178 bash[75692]: audit 2024-03-21T13:09:01.583640+0000 mon.a (mon.0) 4614 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:02.572 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:02 smithi178 bash[75692]: audit 2024-03-21T13:09:01.586812+0000 mon.a (mon.0) 4615 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:02.572 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:02 smithi178 bash[75692]: audit 2024-03-21T13:09:01.590366+0000 mon.a (mon.0) 4616 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:02.572 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:02 smithi178 bash[75692]: audit 2024-03-21T13:09:01.592161+0000 mon.a (mon.0) 4617 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:02.572 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:02 smithi178 bash[75692]: audit 2024-03-21T13:09:01.604305+0000 mon.a (mon.0) 4618 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:02.573 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:02 smithi178 bash[75692]: audit 2024-03-21T13:09:01.684965+0000 mon.a (mon.0) 4619 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:02.573 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:02 smithi178 bash[75692]: audit 2024-03-21T13:09:01.689795+0000 mon.a (mon.0) 4620 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:02.573 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:02 smithi178 bash[75692]: audit 2024-03-21T13:09:01.695130+0000 mon.a (mon.0) 4621 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:02.573 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:02 smithi178 bash[75692]: audit 2024-03-21T13:09:01.697032+0000 mon.a (mon.0) 4622 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:02.573 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:02 smithi178 bash[75692]: audit 2024-03-21T13:09:01.710056+0000 mon.a (mon.0) 4623 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:02.574 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:02 smithi178 bash[75692]: audit 2024-03-21T13:09:01.791350+0000 mon.a (mon.0) 4624 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:02.574 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:02 smithi178 bash[75692]: audit 2024-03-21T13:09:01.794268+0000 mon.a (mon.0) 4625 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:02.574 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:02 smithi178 bash[75692]: audit 2024-03-21T13:09:01.796946+0000 mon.a (mon.0) 4626 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:02.574 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:02 smithi178 bash[75692]: audit 2024-03-21T13:09:01.798135+0000 mon.a (mon.0) 4627 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:02.574 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:02 smithi178 bash[75692]: audit 2024-03-21T13:09:01.808656+0000 mon.a (mon.0) 4628 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:02.574 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:02 smithi178 bash[75692]: audit 2024-03-21T13:09:01.887859+0000 mon.a (mon.0) 4629 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:02.575 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:02 smithi178 bash[75692]: audit 2024-03-21T13:09:01.890809+0000 mon.a (mon.0) 4630 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:02.575 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:02 smithi178 bash[75692]: audit 2024-03-21T13:09:01.894062+0000 mon.a (mon.0) 4631 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:02.575 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:02 smithi178 bash[75692]: audit 2024-03-21T13:09:01.895193+0000 mon.a (mon.0) 4632 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:02.575 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:02 smithi178 bash[75692]: audit 2024-03-21T13:09:01.906645+0000 mon.a (mon.0) 4633 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:02.575 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:02 smithi178 bash[75692]: audit 2024-03-21T13:09:01.984699+0000 mon.a (mon.0) 4634 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:02.575 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:02 smithi178 bash[75692]: audit 2024-03-21T13:09:01.987626+0000 mon.a (mon.0) 4635 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:02.576 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:02 smithi178 bash[75692]: audit 2024-03-21T13:09:01.991179+0000 mon.a (mon.0) 4636 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:02.576 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:02 smithi178 bash[75692]: audit 2024-03-21T13:09:01.992353+0000 mon.a (mon.0) 4637 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:02.577 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:02 smithi178 bash[75692]: audit 2024-03-21T13:09:02.003413+0000 mon.a (mon.0) 4638 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:02.577 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:02 smithi178 bash[75692]: audit 2024-03-21T13:09:02.082189+0000 mon.a (mon.0) 4639 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:02.577 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:02 smithi178 bash[75692]: audit 2024-03-21T13:09:02.085458+0000 mon.a (mon.0) 4640 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:02.578 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:02 smithi178 bash[75692]: audit 2024-03-21T13:09:02.089849+0000 mon.a (mon.0) 4641 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:02.578 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:02 smithi178 bash[75692]: audit 2024-03-21T13:09:02.091335+0000 mon.a (mon.0) 4642 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:02.578 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:02 smithi178 bash[75692]: audit 2024-03-21T13:09:02.103195+0000 mon.a (mon.0) 4643 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:02.578 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:02 smithi178 bash[75692]: audit 2024-03-21T13:09:02.183834+0000 mon.a (mon.0) 4644 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:02.579 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:02 smithi178 bash[75692]: audit 2024-03-21T13:09:02.187211+0000 mon.a (mon.0) 4645 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:02.579 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:02 smithi178 bash[75692]: audit 2024-03-21T13:09:02.190279+0000 mon.a (mon.0) 4646 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:02.579 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:02 smithi178 bash[75692]: audit 2024-03-21T13:09:02.191518+0000 mon.a (mon.0) 4647 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:02.582 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:02 smithi184 bash[59794]: cluster 2024-03-21T13:09:00.260800+0000 mgr.x (mgr.34104) 3139 : cluster [DBG] pgmap v2075: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:02.583 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:02 smithi184 bash[59794]: cluster 2024-03-21T13:09:00.261108+0000 mgr.x (mgr.34104) 3140 : cluster [DBG] pgmap v2076: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:02.583 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:02 smithi184 bash[59794]: cephadm 2024-03-21T13:09:00.271253+0000 mgr.x (mgr.34104) 3141 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:02.583 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:02 smithi184 bash[59794]: cluster 2024-03-21T13:09:00.363478+0000 mgr.x (mgr.34104) 3142 : cluster [DBG] pgmap v2077: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:02.583 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:02 smithi184 bash[59794]: cluster 2024-03-21T13:09:00.363977+0000 mgr.x (mgr.34104) 3143 : cluster [DBG] pgmap v2078: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:02.584 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:02 smithi184 bash[59794]: cephadm 2024-03-21T13:09:00.373922+0000 mgr.x (mgr.34104) 3144 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:02.584 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:02 smithi184 bash[59794]: cluster 2024-03-21T13:09:00.466553+0000 mgr.x (mgr.34104) 3145 : cluster [DBG] pgmap v2079: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:02.584 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:02 smithi184 bash[59794]: cluster 2024-03-21T13:09:00.466965+0000 mgr.x (mgr.34104) 3146 : cluster [DBG] pgmap v2080: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:02.584 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:02 smithi184 bash[59794]: cephadm 2024-03-21T13:09:00.475832+0000 mgr.x (mgr.34104) 3147 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:02.584 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:02 smithi184 bash[59794]: cluster 2024-03-21T13:09:00.564768+0000 mgr.x (mgr.34104) 3148 : cluster [DBG] pgmap v2081: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:02.585 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:02 smithi184 bash[59794]: cluster 2024-03-21T13:09:00.565403+0000 mgr.x (mgr.34104) 3149 : cluster [DBG] pgmap v2082: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:02.585 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:02 smithi184 bash[59794]: cephadm 2024-03-21T13:09:00.574713+0000 mgr.x (mgr.34104) 3150 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:02.585 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:02 smithi184 bash[59794]: cluster 2024-03-21T13:09:00.667559+0000 mgr.x (mgr.34104) 3151 : cluster [DBG] pgmap v2083: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:02.585 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:02 smithi184 bash[59794]: cluster 2024-03-21T13:09:00.668013+0000 mgr.x (mgr.34104) 3152 : cluster [DBG] pgmap v2084: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:02.585 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:02 smithi184 bash[59794]: cephadm 2024-03-21T13:09:00.678112+0000 mgr.x (mgr.34104) 3153 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:02.585 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:02 smithi184 bash[59794]: cluster 2024-03-21T13:09:00.770721+0000 mgr.x (mgr.34104) 3154 : cluster [DBG] pgmap v2085: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:02.586 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:02 smithi184 bash[59794]: cluster 2024-03-21T13:09:00.771128+0000 mgr.x (mgr.34104) 3155 : cluster [DBG] pgmap v2086: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:02.586 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:02 smithi184 bash[59794]: cephadm 2024-03-21T13:09:00.779112+0000 mgr.x (mgr.34104) 3156 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:02.586 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:02 smithi184 bash[59794]: audit 2024-03-21T13:09:00.855165+0000 mgr.x (mgr.34104) 3157 : audit [DBG] from='client.15585 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:09:02.586 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:02 smithi184 bash[59794]: cluster 2024-03-21T13:09:00.868819+0000 mgr.x (mgr.34104) 3158 : cluster [DBG] pgmap v2087: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:02.586 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:02 smithi184 bash[59794]: cluster 2024-03-21T13:09:00.869219+0000 mgr.x (mgr.34104) 3159 : cluster [DBG] pgmap v2088: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:02.586 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:02 smithi184 bash[59794]: cephadm 2024-03-21T13:09:00.877578+0000 mgr.x (mgr.34104) 3160 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:02.587 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:02 smithi184 bash[59794]: cluster 2024-03-21T13:09:00.973926+0000 mgr.x (mgr.34104) 3161 : cluster [DBG] pgmap v2089: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:02.587 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:02 smithi184 bash[59794]: cluster 2024-03-21T13:09:00.975037+0000 mgr.x (mgr.34104) 3162 : cluster [DBG] pgmap v2090: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:02.587 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:02 smithi184 bash[59794]: cephadm 2024-03-21T13:09:00.984206+0000 mgr.x (mgr.34104) 3163 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:02.587 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:02 smithi184 bash[59794]: cluster 2024-03-21T13:09:01.074929+0000 mgr.x (mgr.34104) 3164 : cluster [DBG] pgmap v2091: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:02.587 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:02 smithi184 bash[59794]: cluster 2024-03-21T13:09:01.075622+0000 mgr.x (mgr.34104) 3165 : cluster [DBG] pgmap v2092: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:02.588 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:02 smithi184 bash[59794]: cephadm 2024-03-21T13:09:01.086067+0000 mgr.x (mgr.34104) 3166 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:02.588 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:02 smithi184 bash[59794]: cluster 2024-03-21T13:09:01.178229+0000 mgr.x (mgr.34104) 3167 : cluster [DBG] pgmap v2093: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:02.588 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:02 smithi184 bash[59794]: cluster 2024-03-21T13:09:01.178655+0000 mgr.x (mgr.34104) 3168 : cluster [DBG] pgmap v2094: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:02.588 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:02 smithi184 bash[59794]: audit 2024-03-21T13:09:01.195273+0000 mon.a (mon.0) 4598 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:02.588 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:02 smithi184 bash[59794]: cephadm 2024-03-21T13:09:01.196762+0000 mgr.x (mgr.34104) 3169 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:02.588 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:02 smithi184 bash[59794]: audit 2024-03-21T13:09:01.278234+0000 mon.a (mon.0) 4599 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:02.588 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:02 smithi184 bash[59794]: audit 2024-03-21T13:09:01.281088+0000 mon.a (mon.0) 4600 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:02.588 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:02 smithi184 bash[59794]: audit 2024-03-21T13:09:01.284212+0000 mon.a (mon.0) 4601 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:02.589 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:02 smithi184 bash[59794]: audit 2024-03-21T13:09:01.285534+0000 mon.a (mon.0) 4602 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:02.589 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:02 smithi184 bash[59794]: audit 2024-03-21T13:09:01.297200+0000 mon.a (mon.0) 4603 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:02.589 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:02 smithi184 bash[59794]: audit 2024-03-21T13:09:01.381683+0000 mon.a (mon.0) 4604 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:02.590 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:02 smithi184 bash[59794]: audit 2024-03-21T13:09:01.384519+0000 mon.a (mon.0) 4605 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:02.590 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:02 smithi184 bash[59794]: audit 2024-03-21T13:09:01.387424+0000 mon.a (mon.0) 4606 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:02.590 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:02 smithi184 bash[59794]: audit 2024-03-21T13:09:01.388766+0000 mon.a (mon.0) 4607 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:02.590 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:02 smithi184 bash[59794]: audit 2024-03-21T13:09:01.400557+0000 mon.a (mon.0) 4608 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:02.590 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:02 smithi184 bash[59794]: audit 2024-03-21T13:09:01.480646+0000 mon.a (mon.0) 4609 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:02.590 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:02 smithi184 bash[59794]: audit 2024-03-21T13:09:01.483917+0000 mon.a (mon.0) 4610 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:02.590 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:02 smithi184 bash[59794]: audit 2024-03-21T13:09:01.487548+0000 mon.a (mon.0) 4611 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:02.590 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:02 smithi184 bash[59794]: audit 2024-03-21T13:09:01.488924+0000 mon.a (mon.0) 4612 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:02.590 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:02 smithi184 bash[59794]: audit 2024-03-21T13:09:01.500364+0000 mon.a (mon.0) 4613 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:02.590 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:02 smithi184 bash[59794]: audit 2024-03-21T13:09:01.583640+0000 mon.a (mon.0) 4614 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:02.590 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:02 smithi184 bash[59794]: audit 2024-03-21T13:09:01.586812+0000 mon.a (mon.0) 4615 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:02.591 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:02 smithi184 bash[59794]: audit 2024-03-21T13:09:01.590366+0000 mon.a (mon.0) 4616 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:02.591 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:02 smithi184 bash[59794]: audit 2024-03-21T13:09:01.592161+0000 mon.a (mon.0) 4617 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:02.591 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:02 smithi184 bash[59794]: audit 2024-03-21T13:09:01.604305+0000 mon.a (mon.0) 4618 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:02.591 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:02 smithi184 bash[59794]: audit 2024-03-21T13:09:01.684965+0000 mon.a (mon.0) 4619 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:02.591 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:02 smithi184 bash[59794]: audit 2024-03-21T13:09:01.689795+0000 mon.a (mon.0) 4620 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:02.591 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:02 smithi184 bash[59794]: audit 2024-03-21T13:09:01.695130+0000 mon.a (mon.0) 4621 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:02.591 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:02 smithi184 bash[59794]: audit 2024-03-21T13:09:01.697032+0000 mon.a (mon.0) 4622 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:02.591 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:02 smithi184 bash[59794]: audit 2024-03-21T13:09:01.710056+0000 mon.a (mon.0) 4623 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:02.591 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:02 smithi184 bash[59794]: audit 2024-03-21T13:09:01.791350+0000 mon.a (mon.0) 4624 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:02.591 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:02 smithi184 bash[59794]: audit 2024-03-21T13:09:01.794268+0000 mon.a (mon.0) 4625 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:02.591 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:02 smithi184 bash[59794]: audit 2024-03-21T13:09:01.796946+0000 mon.a (mon.0) 4626 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:02.591 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:02 smithi184 bash[59794]: audit 2024-03-21T13:09:01.798135+0000 mon.a (mon.0) 4627 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:02.592 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:02 smithi184 bash[59794]: audit 2024-03-21T13:09:01.808656+0000 mon.a (mon.0) 4628 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:02.592 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:02 smithi184 bash[59794]: audit 2024-03-21T13:09:01.887859+0000 mon.a (mon.0) 4629 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:02.592 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:02 smithi184 bash[59794]: audit 2024-03-21T13:09:01.890809+0000 mon.a (mon.0) 4630 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:02.592 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:02 smithi184 bash[59794]: audit 2024-03-21T13:09:01.894062+0000 mon.a (mon.0) 4631 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:02.592 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:02 smithi184 bash[59794]: audit 2024-03-21T13:09:01.895193+0000 mon.a (mon.0) 4632 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:02.592 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:02 smithi184 bash[59794]: audit 2024-03-21T13:09:01.906645+0000 mon.a (mon.0) 4633 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:02.592 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:02 smithi184 bash[59794]: audit 2024-03-21T13:09:01.984699+0000 mon.a (mon.0) 4634 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:02.592 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:02 smithi184 bash[59794]: audit 2024-03-21T13:09:01.987626+0000 mon.a (mon.0) 4635 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:02.592 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:02 smithi184 bash[59794]: audit 2024-03-21T13:09:01.991179+0000 mon.a (mon.0) 4636 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:02.592 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:02 smithi184 bash[59794]: audit 2024-03-21T13:09:01.992353+0000 mon.a (mon.0) 4637 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:02.592 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:02 smithi184 bash[59794]: audit 2024-03-21T13:09:02.003413+0000 mon.a (mon.0) 4638 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:02.592 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:02 smithi184 bash[59794]: audit 2024-03-21T13:09:02.082189+0000 mon.a (mon.0) 4639 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:02.593 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:02 smithi184 bash[59794]: audit 2024-03-21T13:09:02.085458+0000 mon.a (mon.0) 4640 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:02.593 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:02 smithi184 bash[59794]: audit 2024-03-21T13:09:02.089849+0000 mon.a (mon.0) 4641 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:02.593 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:02 smithi184 bash[59794]: audit 2024-03-21T13:09:02.091335+0000 mon.a (mon.0) 4642 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:02.593 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:02 smithi184 bash[59794]: audit 2024-03-21T13:09:02.103195+0000 mon.a (mon.0) 4643 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:02.593 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:02 smithi184 bash[59794]: audit 2024-03-21T13:09:02.183834+0000 mon.a (mon.0) 4644 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:02.593 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:02 smithi184 bash[59794]: audit 2024-03-21T13:09:02.187211+0000 mon.a (mon.0) 4645 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:02.593 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:02 smithi184 bash[59794]: audit 2024-03-21T13:09:02.190279+0000 mon.a (mon.0) 4646 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:02.593 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:02 smithi184 bash[59794]: audit 2024-03-21T13:09:02.191518+0000 mon.a (mon.0) 4647 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:03.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:03 smithi178 bash[75692]: cluster 2024-03-21T13:09:01.288245+0000 mgr.x (mgr.34104) 3170 : cluster [DBG] pgmap v2095: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:03.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:03 smithi178 bash[75692]: cluster 2024-03-21T13:09:01.288727+0000 mgr.x (mgr.34104) 3171 : cluster [DBG] pgmap v2096: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:03.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:03 smithi178 bash[75692]: cephadm 2024-03-21T13:09:01.298658+0000 mgr.x (mgr.34104) 3172 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:03.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:03 smithi178 bash[75692]: cluster 2024-03-21T13:09:01.391738+0000 mgr.x (mgr.34104) 3173 : cluster [DBG] pgmap v2097: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:03.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:03 smithi178 bash[75692]: cluster 2024-03-21T13:09:01.392176+0000 mgr.x (mgr.34104) 3174 : cluster [DBG] pgmap v2098: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:03.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:03 smithi178 bash[75692]: cephadm 2024-03-21T13:09:01.402057+0000 mgr.x (mgr.34104) 3175 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:03.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:03 smithi178 bash[75692]: cluster 2024-03-21T13:09:01.492239+0000 mgr.x (mgr.34104) 3176 : cluster [DBG] pgmap v2099: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:03.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:03 smithi178 bash[75692]: cluster 2024-03-21T13:09:01.493067+0000 mgr.x (mgr.34104) 3177 : cluster [DBG] pgmap v2100: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:03.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:03 smithi178 bash[75692]: cephadm 2024-03-21T13:09:01.502242+0000 mgr.x (mgr.34104) 3178 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:03.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:03 smithi178 bash[75692]: cluster 2024-03-21T13:09:01.596099+0000 mgr.x (mgr.34104) 3179 : cluster [DBG] pgmap v2101: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:03.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:03 smithi178 bash[75692]: cluster 2024-03-21T13:09:01.597110+0000 mgr.x (mgr.34104) 3180 : cluster [DBG] pgmap v2102: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:03.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:03 smithi178 bash[75692]: cephadm 2024-03-21T13:09:01.605949+0000 mgr.x (mgr.34104) 3181 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:03.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:03 smithi178 bash[75692]: cluster 2024-03-21T13:09:01.701056+0000 mgr.x (mgr.34104) 3182 : cluster [DBG] pgmap v2103: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:03.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:03 smithi178 bash[77880]: cluster 2024-03-21T13:09:01.288245+0000 mgr.x (mgr.34104) 3170 : cluster [DBG] pgmap v2095: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:03.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:03 smithi178 bash[77880]: cluster 2024-03-21T13:09:01.288727+0000 mgr.x (mgr.34104) 3171 : cluster [DBG] pgmap v2096: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:03.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:03 smithi178 bash[77880]: cephadm 2024-03-21T13:09:01.298658+0000 mgr.x (mgr.34104) 3172 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:03.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:03 smithi178 bash[77880]: cluster 2024-03-21T13:09:01.391738+0000 mgr.x (mgr.34104) 3173 : cluster [DBG] pgmap v2097: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:03.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:03 smithi178 bash[77880]: cluster 2024-03-21T13:09:01.392176+0000 mgr.x (mgr.34104) 3174 : cluster [DBG] pgmap v2098: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:03.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:03 smithi178 bash[77880]: cephadm 2024-03-21T13:09:01.402057+0000 mgr.x (mgr.34104) 3175 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:03.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:03 smithi178 bash[77880]: cluster 2024-03-21T13:09:01.492239+0000 mgr.x (mgr.34104) 3176 : cluster [DBG] pgmap v2099: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:03.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:03 smithi178 bash[77880]: cluster 2024-03-21T13:09:01.493067+0000 mgr.x (mgr.34104) 3177 : cluster [DBG] pgmap v2100: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:03.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:03 smithi178 bash[77880]: cephadm 2024-03-21T13:09:01.502242+0000 mgr.x (mgr.34104) 3178 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:03.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:03 smithi178 bash[77880]: cluster 2024-03-21T13:09:01.596099+0000 mgr.x (mgr.34104) 3179 : cluster [DBG] pgmap v2101: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:03.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:03 smithi178 bash[77880]: cluster 2024-03-21T13:09:01.597110+0000 mgr.x (mgr.34104) 3180 : cluster [DBG] pgmap v2102: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:03.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:03 smithi178 bash[77880]: cephadm 2024-03-21T13:09:01.605949+0000 mgr.x (mgr.34104) 3181 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:03.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:03 smithi178 bash[77880]: cluster 2024-03-21T13:09:01.701056+0000 mgr.x (mgr.34104) 3182 : cluster [DBG] pgmap v2103: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:03.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:03 smithi178 bash[75692]: cluster 2024-03-21T13:09:01.701798+0000 mgr.x (mgr.34104) 3183 : cluster [DBG] pgmap v2104: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:03.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:03 smithi178 bash[75692]: cephadm 2024-03-21T13:09:01.711820+0000 mgr.x (mgr.34104) 3184 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:03.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:03 smithi178 bash[75692]: cluster 2024-03-21T13:09:01.801071+0000 mgr.x (mgr.34104) 3185 : cluster [DBG] pgmap v2105: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:03.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:03 smithi178 bash[75692]: cluster 2024-03-21T13:09:01.801657+0000 mgr.x (mgr.34104) 3186 : cluster [DBG] pgmap v2106: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:03.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:03 smithi178 bash[75692]: cephadm 2024-03-21T13:09:01.810425+0000 mgr.x (mgr.34104) 3187 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:03.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:03 smithi178 bash[75692]: cluster 2024-03-21T13:09:01.898828+0000 mgr.x (mgr.34104) 3188 : cluster [DBG] pgmap v2107: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:03.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:03 smithi178 bash[75692]: cluster 2024-03-21T13:09:01.899608+0000 mgr.x (mgr.34104) 3189 : cluster [DBG] pgmap v2108: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:03.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:03 smithi178 bash[75692]: cephadm 2024-03-21T13:09:01.908145+0000 mgr.x (mgr.34104) 3190 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:03.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:03 smithi178 bash[75692]: cluster 2024-03-21T13:09:01.995451+0000 mgr.x (mgr.34104) 3191 : cluster [DBG] pgmap v2109: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:03.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:03 smithi178 bash[75692]: cluster 2024-03-21T13:09:01.996198+0000 mgr.x (mgr.34104) 3192 : cluster [DBG] pgmap v2110: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:03.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:03 smithi178 bash[75692]: cephadm 2024-03-21T13:09:02.004931+0000 mgr.x (mgr.34104) 3193 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:03.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:03 smithi178 bash[75692]: cluster 2024-03-21T13:09:02.094768+0000 mgr.x (mgr.34104) 3194 : cluster [DBG] pgmap v2111: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:03.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:03 smithi178 bash[75692]: cluster 2024-03-21T13:09:02.095513+0000 mgr.x (mgr.34104) 3195 : cluster [DBG] pgmap v2112: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:03.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:03 smithi178 bash[75692]: cephadm 2024-03-21T13:09:02.104824+0000 mgr.x (mgr.34104) 3196 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:03.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:03 smithi178 bash[77880]: cluster 2024-03-21T13:09:01.701798+0000 mgr.x (mgr.34104) 3183 : cluster [DBG] pgmap v2104: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:03.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:03 smithi178 bash[77880]: cephadm 2024-03-21T13:09:01.711820+0000 mgr.x (mgr.34104) 3184 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:03.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:03 smithi178 bash[77880]: cluster 2024-03-21T13:09:01.801071+0000 mgr.x (mgr.34104) 3185 : cluster [DBG] pgmap v2105: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:03.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:03 smithi178 bash[77880]: cluster 2024-03-21T13:09:01.801657+0000 mgr.x (mgr.34104) 3186 : cluster [DBG] pgmap v2106: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:03.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:03 smithi178 bash[77880]: cephadm 2024-03-21T13:09:01.810425+0000 mgr.x (mgr.34104) 3187 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:03.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:03 smithi178 bash[77880]: cluster 2024-03-21T13:09:01.898828+0000 mgr.x (mgr.34104) 3188 : cluster [DBG] pgmap v2107: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:03.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:03 smithi178 bash[77880]: cluster 2024-03-21T13:09:01.899608+0000 mgr.x (mgr.34104) 3189 : cluster [DBG] pgmap v2108: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:03.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:03 smithi178 bash[77880]: cephadm 2024-03-21T13:09:01.908145+0000 mgr.x (mgr.34104) 3190 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:03.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:03 smithi178 bash[77880]: cluster 2024-03-21T13:09:01.995451+0000 mgr.x (mgr.34104) 3191 : cluster [DBG] pgmap v2109: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:03.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:03 smithi178 bash[77880]: cluster 2024-03-21T13:09:01.996198+0000 mgr.x (mgr.34104) 3192 : cluster [DBG] pgmap v2110: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:03.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:03 smithi178 bash[77880]: cephadm 2024-03-21T13:09:02.004931+0000 mgr.x (mgr.34104) 3193 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:03.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:03 smithi178 bash[77880]: cluster 2024-03-21T13:09:02.094768+0000 mgr.x (mgr.34104) 3194 : cluster [DBG] pgmap v2111: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:03.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:03 smithi178 bash[77880]: cluster 2024-03-21T13:09:02.095513+0000 mgr.x (mgr.34104) 3195 : cluster [DBG] pgmap v2112: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:03.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:03 smithi178 bash[77880]: cephadm 2024-03-21T13:09:02.104824+0000 mgr.x (mgr.34104) 3196 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:03.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:03 smithi178 bash[75692]: cluster 2024-03-21T13:09:02.195827+0000 mgr.x (mgr.34104) 3197 : cluster [DBG] pgmap v2113: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:03.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:03 smithi178 bash[75692]: cluster 2024-03-21T13:09:02.196367+0000 mgr.x (mgr.34104) 3198 : cluster [DBG] pgmap v2114: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:03.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:03 smithi178 bash[75692]: audit 2024-03-21T13:09:02.212717+0000 mon.a (mon.0) 4648 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:03.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:03 smithi178 bash[75692]: cephadm 2024-03-21T13:09:02.214297+0000 mgr.x (mgr.34104) 3199 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:03.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:03 smithi178 bash[75692]: audit 2024-03-21T13:09:02.292589+0000 mon.a (mon.0) 4649 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:03.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:03 smithi178 bash[75692]: audit 2024-03-21T13:09:02.295855+0000 mon.a (mon.0) 4650 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:03.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:03 smithi178 bash[75692]: audit 2024-03-21T13:09:02.300040+0000 mon.a (mon.0) 4651 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:03.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:03 smithi178 bash[75692]: audit 2024-03-21T13:09:02.301564+0000 mon.a (mon.0) 4652 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:03.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:03 smithi178 bash[75692]: audit 2024-03-21T13:09:02.313553+0000 mon.a (mon.0) 4653 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:03.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:03 smithi178 bash[75692]: audit 2024-03-21T13:09:02.391662+0000 mon.a (mon.0) 4654 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:03.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:03 smithi178 bash[75692]: audit 2024-03-21T13:09:02.395175+0000 mon.a (mon.0) 4655 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:03.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:03 smithi178 bash[75692]: audit 2024-03-21T13:09:02.399204+0000 mon.a (mon.0) 4656 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:03.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:03 smithi178 bash[75692]: audit 2024-03-21T13:09:02.400876+0000 mon.a (mon.0) 4657 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:03.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:03 smithi178 bash[75692]: audit 2024-03-21T13:09:02.413305+0000 mon.a (mon.0) 4658 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:03.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:03 smithi178 bash[75692]: audit 2024-03-21T13:09:02.499925+0000 mon.a (mon.0) 4659 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:03.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:03 smithi178 bash[75692]: audit 2024-03-21T13:09:02.503029+0000 mon.a (mon.0) 4660 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:03.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:03 smithi178 bash[75692]: audit 2024-03-21T13:09:02.505753+0000 mon.a (mon.0) 4661 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:03.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:03 smithi178 bash[75692]: audit 2024-03-21T13:09:02.507096+0000 mon.a (mon.0) 4662 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:03.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:03 smithi178 bash[77880]: cluster 2024-03-21T13:09:02.195827+0000 mgr.x (mgr.34104) 3197 : cluster [DBG] pgmap v2113: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:03.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:03 smithi178 bash[77880]: cluster 2024-03-21T13:09:02.196367+0000 mgr.x (mgr.34104) 3198 : cluster [DBG] pgmap v2114: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:03.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:03 smithi178 bash[77880]: audit 2024-03-21T13:09:02.212717+0000 mon.a (mon.0) 4648 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:03.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:03 smithi178 bash[77880]: cephadm 2024-03-21T13:09:02.214297+0000 mgr.x (mgr.34104) 3199 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:03.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:03 smithi178 bash[77880]: audit 2024-03-21T13:09:02.292589+0000 mon.a (mon.0) 4649 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:03.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:03 smithi178 bash[77880]: audit 2024-03-21T13:09:02.295855+0000 mon.a (mon.0) 4650 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:03.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:03 smithi178 bash[77880]: audit 2024-03-21T13:09:02.300040+0000 mon.a (mon.0) 4651 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:03.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:03 smithi178 bash[77880]: audit 2024-03-21T13:09:02.301564+0000 mon.a (mon.0) 4652 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:03.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:03 smithi178 bash[77880]: audit 2024-03-21T13:09:02.313553+0000 mon.a (mon.0) 4653 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:03.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:03 smithi178 bash[77880]: audit 2024-03-21T13:09:02.391662+0000 mon.a (mon.0) 4654 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:03.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:03 smithi178 bash[77880]: audit 2024-03-21T13:09:02.395175+0000 mon.a (mon.0) 4655 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:03.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:03 smithi178 bash[77880]: audit 2024-03-21T13:09:02.399204+0000 mon.a (mon.0) 4656 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:03.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:03 smithi178 bash[77880]: audit 2024-03-21T13:09:02.400876+0000 mon.a (mon.0) 4657 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:03.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:03 smithi178 bash[77880]: audit 2024-03-21T13:09:02.413305+0000 mon.a (mon.0) 4658 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:03.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:03 smithi178 bash[77880]: audit 2024-03-21T13:09:02.499925+0000 mon.a (mon.0) 4659 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:03.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:03 smithi178 bash[77880]: audit 2024-03-21T13:09:02.503029+0000 mon.a (mon.0) 4660 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:03.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:03 smithi178 bash[77880]: audit 2024-03-21T13:09:02.505753+0000 mon.a (mon.0) 4661 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:03.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:03 smithi178 bash[77880]: audit 2024-03-21T13:09:02.507096+0000 mon.a (mon.0) 4662 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:03.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:03 smithi178 bash[75692]: audit 2024-03-21T13:09:02.518252+0000 mon.a (mon.0) 4663 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:03.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:03 smithi178 bash[75692]: audit 2024-03-21T13:09:02.599614+0000 mon.a (mon.0) 4664 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:03.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:03 smithi178 bash[75692]: audit 2024-03-21T13:09:02.602664+0000 mon.a (mon.0) 4665 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:03.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:03 smithi178 bash[75692]: audit 2024-03-21T13:09:02.606024+0000 mon.a (mon.0) 4666 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:03.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:03 smithi178 bash[75692]: audit 2024-03-21T13:09:02.607445+0000 mon.a (mon.0) 4667 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:03.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:03 smithi178 bash[75692]: audit 2024-03-21T13:09:02.619182+0000 mon.a (mon.0) 4668 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:03.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:03 smithi178 bash[75692]: audit 2024-03-21T13:09:02.703159+0000 mon.a (mon.0) 4669 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:03.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:03 smithi178 bash[75692]: audit 2024-03-21T13:09:02.706274+0000 mon.a (mon.0) 4670 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:03.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:03 smithi178 bash[75692]: audit 2024-03-21T13:09:02.710110+0000 mon.a (mon.0) 4671 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:03.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:03 smithi178 bash[75692]: audit 2024-03-21T13:09:02.711928+0000 mon.a (mon.0) 4672 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:03.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:03 smithi178 bash[75692]: audit 2024-03-21T13:09:02.724569+0000 mon.a (mon.0) 4673 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:03.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:03 smithi178 bash[75692]: audit 2024-03-21T13:09:02.801300+0000 mon.a (mon.0) 4674 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:03.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:03 smithi178 bash[75692]: audit 2024-03-21T13:09:02.804239+0000 mon.a (mon.0) 4675 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:03.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:03 smithi178 bash[75692]: audit 2024-03-21T13:09:02.807108+0000 mon.a (mon.0) 4676 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:03.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:03 smithi178 bash[75692]: audit 2024-03-21T13:09:02.808476+0000 mon.a (mon.0) 4677 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:03.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:03 smithi178 bash[75692]: audit 2024-03-21T13:09:02.818984+0000 mon.a (mon.0) 4678 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:03.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:03 smithi178 bash[75692]: audit 2024-03-21T13:09:02.899055+0000 mon.a (mon.0) 4679 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:03.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:03 smithi178 bash[75692]: audit 2024-03-21T13:09:02.902284+0000 mon.a (mon.0) 4680 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:03.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:03 smithi178 bash[75692]: audit 2024-03-21T13:09:02.906758+0000 mon.a (mon.0) 4681 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:03.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:03 smithi178 bash[75692]: audit 2024-03-21T13:09:02.908085+0000 mon.a (mon.0) 4682 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:03.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:03 smithi178 bash[75692]: audit 2024-03-21T13:09:02.919515+0000 mon.a (mon.0) 4683 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:03.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:03 smithi178 bash[75692]: audit 2024-03-21T13:09:03.002689+0000 mon.a (mon.0) 4684 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:03.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:03 smithi178 bash[75692]: audit 2024-03-21T13:09:03.005801+0000 mon.a (mon.0) 4685 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:03.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:03 smithi178 bash[75692]: audit 2024-03-21T13:09:03.008583+0000 mon.a (mon.0) 4686 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:03.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:03 smithi178 bash[75692]: audit 2024-03-21T13:09:03.010000+0000 mon.a (mon.0) 4687 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:03.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:03 smithi178 bash[75692]: audit 2024-03-21T13:09:03.021959+0000 mon.a (mon.0) 4688 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:03.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:03 smithi178 bash[75692]: audit 2024-03-21T13:09:03.102919+0000 mon.a (mon.0) 4689 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:03.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:03 smithi178 bash[75692]: audit 2024-03-21T13:09:03.106606+0000 mon.a (mon.0) 4690 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:03.562 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:03 smithi178 bash[75692]: audit 2024-03-21T13:09:03.109735+0000 mon.a (mon.0) 4691 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:03.562 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:03 smithi178 bash[75692]: audit 2024-03-21T13:09:03.111090+0000 mon.a (mon.0) 4692 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:03.562 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:03 smithi178 bash[75692]: audit 2024-03-21T13:09:03.121444+0000 mon.a (mon.0) 4693 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:03.562 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:03 smithi178 bash[75692]: audit 2024-03-21T13:09:03.202478+0000 mon.a (mon.0) 4694 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:03.562 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:03 smithi178 bash[75692]: audit 2024-03-21T13:09:03.205944+0000 mon.a (mon.0) 4695 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:03.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:03 smithi178 bash[77880]: audit 2024-03-21T13:09:02.518252+0000 mon.a (mon.0) 4663 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:03.563 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:03 smithi178 bash[77880]: audit 2024-03-21T13:09:02.599614+0000 mon.a (mon.0) 4664 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:03.563 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:03 smithi178 bash[77880]: audit 2024-03-21T13:09:02.602664+0000 mon.a (mon.0) 4665 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:03.563 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:03 smithi178 bash[77880]: audit 2024-03-21T13:09:02.606024+0000 mon.a (mon.0) 4666 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:03.563 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:03 smithi178 bash[77880]: audit 2024-03-21T13:09:02.607445+0000 mon.a (mon.0) 4667 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:03.563 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:03 smithi178 bash[77880]: audit 2024-03-21T13:09:02.619182+0000 mon.a (mon.0) 4668 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:03.563 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:03 smithi178 bash[77880]: audit 2024-03-21T13:09:02.703159+0000 mon.a (mon.0) 4669 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:03.563 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:03 smithi178 bash[77880]: audit 2024-03-21T13:09:02.706274+0000 mon.a (mon.0) 4670 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:03.563 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:03 smithi178 bash[77880]: audit 2024-03-21T13:09:02.710110+0000 mon.a (mon.0) 4671 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:03.563 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:03 smithi178 bash[77880]: audit 2024-03-21T13:09:02.711928+0000 mon.a (mon.0) 4672 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:03.563 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:03 smithi178 bash[77880]: audit 2024-03-21T13:09:02.724569+0000 mon.a (mon.0) 4673 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:03.563 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:03 smithi178 bash[77880]: audit 2024-03-21T13:09:02.801300+0000 mon.a (mon.0) 4674 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:03.564 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:03 smithi178 bash[77880]: audit 2024-03-21T13:09:02.804239+0000 mon.a (mon.0) 4675 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:03.564 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:03 smithi178 bash[77880]: audit 2024-03-21T13:09:02.807108+0000 mon.a (mon.0) 4676 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:03.564 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:03 smithi178 bash[77880]: audit 2024-03-21T13:09:02.808476+0000 mon.a (mon.0) 4677 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:03.564 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:03 smithi178 bash[77880]: audit 2024-03-21T13:09:02.818984+0000 mon.a (mon.0) 4678 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:03.564 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:03 smithi178 bash[77880]: audit 2024-03-21T13:09:02.899055+0000 mon.a (mon.0) 4679 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:03.564 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:03 smithi178 bash[77880]: audit 2024-03-21T13:09:02.902284+0000 mon.a (mon.0) 4680 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:03.564 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:03 smithi178 bash[77880]: audit 2024-03-21T13:09:02.906758+0000 mon.a (mon.0) 4681 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:03.564 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:03 smithi178 bash[77880]: audit 2024-03-21T13:09:02.908085+0000 mon.a (mon.0) 4682 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:03.564 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:03 smithi178 bash[77880]: audit 2024-03-21T13:09:02.919515+0000 mon.a (mon.0) 4683 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:03.564 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:03 smithi178 bash[77880]: audit 2024-03-21T13:09:03.002689+0000 mon.a (mon.0) 4684 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:03.564 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:03 smithi178 bash[77880]: audit 2024-03-21T13:09:03.005801+0000 mon.a (mon.0) 4685 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:03.565 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:03 smithi178 bash[77880]: audit 2024-03-21T13:09:03.008583+0000 mon.a (mon.0) 4686 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:03.565 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:03 smithi178 bash[77880]: audit 2024-03-21T13:09:03.010000+0000 mon.a (mon.0) 4687 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:03.565 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:03 smithi178 bash[77880]: audit 2024-03-21T13:09:03.021959+0000 mon.a (mon.0) 4688 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:03.565 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:03 smithi178 bash[77880]: audit 2024-03-21T13:09:03.102919+0000 mon.a (mon.0) 4689 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:03.565 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:03 smithi178 bash[77880]: audit 2024-03-21T13:09:03.106606+0000 mon.a (mon.0) 4690 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:03.565 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:03 smithi178 bash[77880]: audit 2024-03-21T13:09:03.109735+0000 mon.a (mon.0) 4691 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:03.565 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:03 smithi178 bash[77880]: audit 2024-03-21T13:09:03.111090+0000 mon.a (mon.0) 4692 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:03.565 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:03 smithi178 bash[77880]: audit 2024-03-21T13:09:03.121444+0000 mon.a (mon.0) 4693 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:03.565 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:03 smithi178 bash[77880]: audit 2024-03-21T13:09:03.202478+0000 mon.a (mon.0) 4694 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:03.565 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:03 smithi178 bash[77880]: audit 2024-03-21T13:09:03.205944+0000 mon.a (mon.0) 4695 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:03.573 INFO:journalctl@ceph.osd.5.smithi184.stdout:Mar 21 13:09:03 smithi184 bash[69981]: debug 2024-03-21T13:09:03.409+0000 7fd3764ad7c0 -1 osd.5 0 read_superblock omap replica is missing. 2024-03-21T13:09:03.573 INFO:journalctl@ceph.osd.5.smithi184.stdout:Mar 21 13:09:03 smithi184 bash[69981]: debug 2024-03-21T13:09:03.457+0000 7fd3764ad7c0 -1 osd.5 153 log_to_monitors true 2024-03-21T13:09:03.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:03 smithi184 bash[59794]: cluster 2024-03-21T13:09:01.288245+0000 mgr.x (mgr.34104) 3170 : cluster [DBG] pgmap v2095: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:03.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:03 smithi184 bash[59794]: cluster 2024-03-21T13:09:01.288727+0000 mgr.x (mgr.34104) 3171 : cluster [DBG] pgmap v2096: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:03.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:03 smithi184 bash[59794]: cephadm 2024-03-21T13:09:01.298658+0000 mgr.x (mgr.34104) 3172 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:03.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:03 smithi184 bash[59794]: cluster 2024-03-21T13:09:01.391738+0000 mgr.x (mgr.34104) 3173 : cluster [DBG] pgmap v2097: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:03.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:03 smithi184 bash[59794]: cluster 2024-03-21T13:09:01.392176+0000 mgr.x (mgr.34104) 3174 : cluster [DBG] pgmap v2098: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:03.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:03 smithi184 bash[59794]: cephadm 2024-03-21T13:09:01.402057+0000 mgr.x (mgr.34104) 3175 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:03.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:03 smithi184 bash[59794]: cluster 2024-03-21T13:09:01.492239+0000 mgr.x (mgr.34104) 3176 : cluster [DBG] pgmap v2099: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:03.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:03 smithi184 bash[59794]: cluster 2024-03-21T13:09:01.493067+0000 mgr.x (mgr.34104) 3177 : cluster [DBG] pgmap v2100: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:03.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:03 smithi184 bash[59794]: cephadm 2024-03-21T13:09:01.502242+0000 mgr.x (mgr.34104) 3178 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:03.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:03 smithi184 bash[59794]: cluster 2024-03-21T13:09:01.596099+0000 mgr.x (mgr.34104) 3179 : cluster [DBG] pgmap v2101: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:03.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:03 smithi184 bash[59794]: cluster 2024-03-21T13:09:01.597110+0000 mgr.x (mgr.34104) 3180 : cluster [DBG] pgmap v2102: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:03.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:03 smithi184 bash[59794]: cephadm 2024-03-21T13:09:01.605949+0000 mgr.x (mgr.34104) 3181 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:03.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:03 smithi184 bash[59794]: cluster 2024-03-21T13:09:01.701056+0000 mgr.x (mgr.34104) 3182 : cluster [DBG] pgmap v2103: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:03.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:03 smithi184 bash[59794]: cluster 2024-03-21T13:09:01.701798+0000 mgr.x (mgr.34104) 3183 : cluster [DBG] pgmap v2104: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:03.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:03 smithi184 bash[59794]: cephadm 2024-03-21T13:09:01.711820+0000 mgr.x (mgr.34104) 3184 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:03.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:03 smithi184 bash[59794]: cluster 2024-03-21T13:09:01.801071+0000 mgr.x (mgr.34104) 3185 : cluster [DBG] pgmap v2105: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:03.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:03 smithi184 bash[59794]: cluster 2024-03-21T13:09:01.801657+0000 mgr.x (mgr.34104) 3186 : cluster [DBG] pgmap v2106: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:03.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:03 smithi184 bash[59794]: cephadm 2024-03-21T13:09:01.810425+0000 mgr.x (mgr.34104) 3187 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:03.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:03 smithi184 bash[59794]: cluster 2024-03-21T13:09:01.898828+0000 mgr.x (mgr.34104) 3188 : cluster [DBG] pgmap v2107: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:03.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:03 smithi184 bash[59794]: cluster 2024-03-21T13:09:01.899608+0000 mgr.x (mgr.34104) 3189 : cluster [DBG] pgmap v2108: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:03.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:03 smithi184 bash[59794]: cephadm 2024-03-21T13:09:01.908145+0000 mgr.x (mgr.34104) 3190 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:03.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:03 smithi184 bash[59794]: cluster 2024-03-21T13:09:01.995451+0000 mgr.x (mgr.34104) 3191 : cluster [DBG] pgmap v2109: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:03.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:03 smithi184 bash[59794]: cluster 2024-03-21T13:09:01.996198+0000 mgr.x (mgr.34104) 3192 : cluster [DBG] pgmap v2110: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:03.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:03 smithi184 bash[59794]: cephadm 2024-03-21T13:09:02.004931+0000 mgr.x (mgr.34104) 3193 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:03.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:03 smithi184 bash[59794]: cluster 2024-03-21T13:09:02.094768+0000 mgr.x (mgr.34104) 3194 : cluster [DBG] pgmap v2111: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:03.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:03 smithi184 bash[59794]: cluster 2024-03-21T13:09:02.095513+0000 mgr.x (mgr.34104) 3195 : cluster [DBG] pgmap v2112: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:03.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:03 smithi184 bash[59794]: cephadm 2024-03-21T13:09:02.104824+0000 mgr.x (mgr.34104) 3196 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:03.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:03 smithi184 bash[59794]: cluster 2024-03-21T13:09:02.195827+0000 mgr.x (mgr.34104) 3197 : cluster [DBG] pgmap v2113: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:03.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:03 smithi184 bash[59794]: cluster 2024-03-21T13:09:02.196367+0000 mgr.x (mgr.34104) 3198 : cluster [DBG] pgmap v2114: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:03.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:03 smithi184 bash[59794]: audit 2024-03-21T13:09:02.212717+0000 mon.a (mon.0) 4648 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:03.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:03 smithi184 bash[59794]: cephadm 2024-03-21T13:09:02.214297+0000 mgr.x (mgr.34104) 3199 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:03.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:03 smithi184 bash[59794]: audit 2024-03-21T13:09:02.292589+0000 mon.a (mon.0) 4649 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:03.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:03 smithi184 bash[59794]: audit 2024-03-21T13:09:02.295855+0000 mon.a (mon.0) 4650 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:03.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:03 smithi184 bash[59794]: audit 2024-03-21T13:09:02.300040+0000 mon.a (mon.0) 4651 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:03.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:03 smithi184 bash[59794]: audit 2024-03-21T13:09:02.301564+0000 mon.a (mon.0) 4652 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:03.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:03 smithi184 bash[59794]: audit 2024-03-21T13:09:02.313553+0000 mon.a (mon.0) 4653 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:03.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:03 smithi184 bash[59794]: audit 2024-03-21T13:09:02.391662+0000 mon.a (mon.0) 4654 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:03.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:03 smithi184 bash[59794]: audit 2024-03-21T13:09:02.395175+0000 mon.a (mon.0) 4655 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:03.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:03 smithi184 bash[59794]: audit 2024-03-21T13:09:02.399204+0000 mon.a (mon.0) 4656 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:03.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:03 smithi184 bash[59794]: audit 2024-03-21T13:09:02.400876+0000 mon.a (mon.0) 4657 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:03.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:03 smithi184 bash[59794]: audit 2024-03-21T13:09:02.413305+0000 mon.a (mon.0) 4658 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:03.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:03 smithi184 bash[59794]: audit 2024-03-21T13:09:02.499925+0000 mon.a (mon.0) 4659 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:03.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:03 smithi184 bash[59794]: audit 2024-03-21T13:09:02.503029+0000 mon.a (mon.0) 4660 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:03.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:03 smithi184 bash[59794]: audit 2024-03-21T13:09:02.505753+0000 mon.a (mon.0) 4661 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:03.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:03 smithi184 bash[59794]: audit 2024-03-21T13:09:02.507096+0000 mon.a (mon.0) 4662 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:03.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:03 smithi184 bash[59794]: audit 2024-03-21T13:09:02.518252+0000 mon.a (mon.0) 4663 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:03.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:03 smithi184 bash[59794]: audit 2024-03-21T13:09:02.599614+0000 mon.a (mon.0) 4664 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:03.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:03 smithi184 bash[59794]: audit 2024-03-21T13:09:02.602664+0000 mon.a (mon.0) 4665 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:03.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:03 smithi184 bash[59794]: audit 2024-03-21T13:09:02.606024+0000 mon.a (mon.0) 4666 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:03.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:03 smithi184 bash[59794]: audit 2024-03-21T13:09:02.607445+0000 mon.a (mon.0) 4667 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:03.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:03 smithi184 bash[59794]: audit 2024-03-21T13:09:02.619182+0000 mon.a (mon.0) 4668 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:03.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:03 smithi184 bash[59794]: audit 2024-03-21T13:09:02.703159+0000 mon.a (mon.0) 4669 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:03.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:03 smithi184 bash[59794]: audit 2024-03-21T13:09:02.706274+0000 mon.a (mon.0) 4670 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:03.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:03 smithi184 bash[59794]: audit 2024-03-21T13:09:02.710110+0000 mon.a (mon.0) 4671 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:03.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:03 smithi184 bash[59794]: audit 2024-03-21T13:09:02.711928+0000 mon.a (mon.0) 4672 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:03.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:03 smithi184 bash[59794]: audit 2024-03-21T13:09:02.724569+0000 mon.a (mon.0) 4673 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:03.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:03 smithi184 bash[59794]: audit 2024-03-21T13:09:02.801300+0000 mon.a (mon.0) 4674 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:03.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:03 smithi184 bash[59794]: audit 2024-03-21T13:09:02.804239+0000 mon.a (mon.0) 4675 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:03.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:03 smithi184 bash[59794]: audit 2024-03-21T13:09:02.807108+0000 mon.a (mon.0) 4676 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:03.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:03 smithi184 bash[59794]: audit 2024-03-21T13:09:02.808476+0000 mon.a (mon.0) 4677 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:03.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:03 smithi184 bash[59794]: audit 2024-03-21T13:09:02.818984+0000 mon.a (mon.0) 4678 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:03.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:03 smithi184 bash[59794]: audit 2024-03-21T13:09:02.899055+0000 mon.a (mon.0) 4679 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:03.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:03 smithi184 bash[59794]: audit 2024-03-21T13:09:02.902284+0000 mon.a (mon.0) 4680 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:03.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:03 smithi184 bash[59794]: audit 2024-03-21T13:09:02.906758+0000 mon.a (mon.0) 4681 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:03.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:03 smithi184 bash[59794]: audit 2024-03-21T13:09:02.908085+0000 mon.a (mon.0) 4682 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:03.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:03 smithi184 bash[59794]: audit 2024-03-21T13:09:02.919515+0000 mon.a (mon.0) 4683 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:03.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:03 smithi184 bash[59794]: audit 2024-03-21T13:09:03.002689+0000 mon.a (mon.0) 4684 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:03.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:03 smithi184 bash[59794]: audit 2024-03-21T13:09:03.005801+0000 mon.a (mon.0) 4685 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:03.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:03 smithi184 bash[59794]: audit 2024-03-21T13:09:03.008583+0000 mon.a (mon.0) 4686 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:03.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:03 smithi184 bash[59794]: audit 2024-03-21T13:09:03.010000+0000 mon.a (mon.0) 4687 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:03.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:03 smithi184 bash[59794]: audit 2024-03-21T13:09:03.021959+0000 mon.a (mon.0) 4688 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:03.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:03 smithi184 bash[59794]: audit 2024-03-21T13:09:03.102919+0000 mon.a (mon.0) 4689 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:03.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:03 smithi184 bash[59794]: audit 2024-03-21T13:09:03.106606+0000 mon.a (mon.0) 4690 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:03.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:03 smithi184 bash[59794]: audit 2024-03-21T13:09:03.109735+0000 mon.a (mon.0) 4691 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:03.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:03 smithi184 bash[59794]: audit 2024-03-21T13:09:03.111090+0000 mon.a (mon.0) 4692 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:03.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:03 smithi184 bash[59794]: audit 2024-03-21T13:09:03.121444+0000 mon.a (mon.0) 4693 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:03.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:03 smithi184 bash[59794]: audit 2024-03-21T13:09:03.202478+0000 mon.a (mon.0) 4694 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:03.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:03 smithi184 bash[59794]: audit 2024-03-21T13:09:03.205944+0000 mon.a (mon.0) 4695 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:04.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:04 smithi178 bash[75692]: cluster 2024-03-21T13:09:02.305109+0000 mgr.x (mgr.34104) 3200 : cluster [DBG] pgmap v2115: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:04.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:04 smithi178 bash[75692]: cluster 2024-03-21T13:09:02.305769+0000 mgr.x (mgr.34104) 3201 : cluster [DBG] pgmap v2116: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:04.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:04 smithi178 bash[75692]: cephadm 2024-03-21T13:09:02.315097+0000 mgr.x (mgr.34104) 3202 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:04.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:04 smithi178 bash[75692]: cluster 2024-03-21T13:09:02.404743+0000 mgr.x (mgr.34104) 3203 : cluster [DBG] pgmap v2117: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:04.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:04 smithi178 bash[75692]: cluster 2024-03-21T13:09:02.405485+0000 mgr.x (mgr.34104) 3204 : cluster [DBG] pgmap v2118: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:04.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:04 smithi178 bash[75692]: cephadm 2024-03-21T13:09:02.414839+0000 mgr.x (mgr.34104) 3205 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:04.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:04 smithi178 bash[75692]: cluster 2024-03-21T13:09:02.510030+0000 mgr.x (mgr.34104) 3206 : cluster [DBG] pgmap v2119: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:04.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:04 smithi178 bash[75692]: cluster 2024-03-21T13:09:02.510544+0000 mgr.x (mgr.34104) 3207 : cluster [DBG] pgmap v2120: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:04.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:04 smithi178 bash[75692]: cephadm 2024-03-21T13:09:02.519783+0000 mgr.x (mgr.34104) 3208 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:04.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:04 smithi178 bash[75692]: cluster 2024-03-21T13:09:02.610623+0000 mgr.x (mgr.34104) 3209 : cluster [DBG] pgmap v2121: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:04.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:04 smithi178 bash[75692]: cluster 2024-03-21T13:09:02.611100+0000 mgr.x (mgr.34104) 3210 : cluster [DBG] pgmap v2122: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:04.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:04 smithi178 bash[75692]: cephadm 2024-03-21T13:09:02.621062+0000 mgr.x (mgr.34104) 3211 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:04.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:04 smithi178 bash[75692]: cluster 2024-03-21T13:09:02.716080+0000 mgr.x (mgr.34104) 3212 : cluster [DBG] pgmap v2123: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:04.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:04 smithi178 bash[77880]: cluster 2024-03-21T13:09:02.305109+0000 mgr.x (mgr.34104) 3200 : cluster [DBG] pgmap v2115: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:04.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:04 smithi178 bash[77880]: cluster 2024-03-21T13:09:02.305769+0000 mgr.x (mgr.34104) 3201 : cluster [DBG] pgmap v2116: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:04.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:04 smithi178 bash[77880]: cephadm 2024-03-21T13:09:02.315097+0000 mgr.x (mgr.34104) 3202 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:04.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:04 smithi178 bash[77880]: cluster 2024-03-21T13:09:02.404743+0000 mgr.x (mgr.34104) 3203 : cluster [DBG] pgmap v2117: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:04.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:04 smithi178 bash[77880]: cluster 2024-03-21T13:09:02.405485+0000 mgr.x (mgr.34104) 3204 : cluster [DBG] pgmap v2118: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:04.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:04 smithi178 bash[77880]: cephadm 2024-03-21T13:09:02.414839+0000 mgr.x (mgr.34104) 3205 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:04.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:04 smithi178 bash[77880]: cluster 2024-03-21T13:09:02.510030+0000 mgr.x (mgr.34104) 3206 : cluster [DBG] pgmap v2119: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:04.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:04 smithi178 bash[77880]: cluster 2024-03-21T13:09:02.510544+0000 mgr.x (mgr.34104) 3207 : cluster [DBG] pgmap v2120: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:04.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:04 smithi178 bash[77880]: cephadm 2024-03-21T13:09:02.519783+0000 mgr.x (mgr.34104) 3208 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:04.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:04 smithi178 bash[77880]: cluster 2024-03-21T13:09:02.610623+0000 mgr.x (mgr.34104) 3209 : cluster [DBG] pgmap v2121: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:04.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:04 smithi178 bash[77880]: cluster 2024-03-21T13:09:02.611100+0000 mgr.x (mgr.34104) 3210 : cluster [DBG] pgmap v2122: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:04.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:04 smithi178 bash[77880]: cephadm 2024-03-21T13:09:02.621062+0000 mgr.x (mgr.34104) 3211 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:04.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:04 smithi178 bash[77880]: cluster 2024-03-21T13:09:02.716080+0000 mgr.x (mgr.34104) 3212 : cluster [DBG] pgmap v2123: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:04.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:04 smithi178 bash[75692]: cluster 2024-03-21T13:09:02.716526+0000 mgr.x (mgr.34104) 3213 : cluster [DBG] pgmap v2124: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:04.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:04 smithi178 bash[75692]: cephadm 2024-03-21T13:09:02.726142+0000 mgr.x (mgr.34104) 3214 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:04.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:04 smithi178 bash[75692]: cluster 2024-03-21T13:09:02.811708+0000 mgr.x (mgr.34104) 3215 : cluster [DBG] pgmap v2125: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:04.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:04 smithi178 bash[75692]: cluster 2024-03-21T13:09:02.812294+0000 mgr.x (mgr.34104) 3216 : cluster [DBG] pgmap v2126: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:04.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:04 smithi178 bash[75692]: cephadm 2024-03-21T13:09:02.820602+0000 mgr.x (mgr.34104) 3217 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:04.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:04 smithi178 bash[75692]: cluster 2024-03-21T13:09:02.911715+0000 mgr.x (mgr.34104) 3218 : cluster [DBG] pgmap v2127: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:04.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:04 smithi178 bash[75692]: cluster 2024-03-21T13:09:02.912726+0000 mgr.x (mgr.34104) 3219 : cluster [DBG] pgmap v2128: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:04.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:04 smithi178 bash[75692]: cephadm 2024-03-21T13:09:02.921034+0000 mgr.x (mgr.34104) 3220 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:04.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:04 smithi178 bash[75692]: cluster 2024-03-21T13:09:03.013233+0000 mgr.x (mgr.34104) 3221 : cluster [DBG] pgmap v2129: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:04.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:04 smithi178 bash[75692]: cluster 2024-03-21T13:09:03.013884+0000 mgr.x (mgr.34104) 3222 : cluster [DBG] pgmap v2130: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:04.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:04 smithi178 bash[75692]: cephadm 2024-03-21T13:09:03.023851+0000 mgr.x (mgr.34104) 3223 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:04.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:04 smithi178 bash[75692]: cluster 2024-03-21T13:09:03.114228+0000 mgr.x (mgr.34104) 3224 : cluster [DBG] pgmap v2131: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:04.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:04 smithi178 bash[75692]: cluster 2024-03-21T13:09:03.114615+0000 mgr.x (mgr.34104) 3225 : cluster [DBG] pgmap v2132: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:04.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:04 smithi178 bash[75692]: cephadm 2024-03-21T13:09:03.123131+0000 mgr.x (mgr.34104) 3226 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:04.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:04 smithi178 bash[77880]: cluster 2024-03-21T13:09:02.716526+0000 mgr.x (mgr.34104) 3213 : cluster [DBG] pgmap v2124: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:04.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:04 smithi178 bash[77880]: cephadm 2024-03-21T13:09:02.726142+0000 mgr.x (mgr.34104) 3214 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:04.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:04 smithi178 bash[77880]: cluster 2024-03-21T13:09:02.811708+0000 mgr.x (mgr.34104) 3215 : cluster [DBG] pgmap v2125: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:04.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:04 smithi178 bash[77880]: cluster 2024-03-21T13:09:02.812294+0000 mgr.x (mgr.34104) 3216 : cluster [DBG] pgmap v2126: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:04.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:04 smithi178 bash[77880]: cephadm 2024-03-21T13:09:02.820602+0000 mgr.x (mgr.34104) 3217 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:04.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:04 smithi178 bash[77880]: cluster 2024-03-21T13:09:02.911715+0000 mgr.x (mgr.34104) 3218 : cluster [DBG] pgmap v2127: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:04.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:04 smithi178 bash[77880]: cluster 2024-03-21T13:09:02.912726+0000 mgr.x (mgr.34104) 3219 : cluster [DBG] pgmap v2128: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:04.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:04 smithi178 bash[77880]: cephadm 2024-03-21T13:09:02.921034+0000 mgr.x (mgr.34104) 3220 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:04.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:04 smithi178 bash[77880]: cluster 2024-03-21T13:09:03.013233+0000 mgr.x (mgr.34104) 3221 : cluster [DBG] pgmap v2129: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:04.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:04 smithi178 bash[77880]: cluster 2024-03-21T13:09:03.013884+0000 mgr.x (mgr.34104) 3222 : cluster [DBG] pgmap v2130: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:04.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:04 smithi178 bash[77880]: cephadm 2024-03-21T13:09:03.023851+0000 mgr.x (mgr.34104) 3223 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:04.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:04 smithi178 bash[77880]: cluster 2024-03-21T13:09:03.114228+0000 mgr.x (mgr.34104) 3224 : cluster [DBG] pgmap v2131: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:04.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:04 smithi178 bash[77880]: cluster 2024-03-21T13:09:03.114615+0000 mgr.x (mgr.34104) 3225 : cluster [DBG] pgmap v2132: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:04.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:04 smithi178 bash[77880]: cephadm 2024-03-21T13:09:03.123131+0000 mgr.x (mgr.34104) 3226 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:04.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:04 smithi178 bash[75692]: audit 2024-03-21T13:09:03.211627+0000 mon.a (mon.0) 4696 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:04.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:04 smithi178 bash[75692]: audit 2024-03-21T13:09:03.225686+0000 mon.a (mon.0) 4697 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:04.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:04 smithi178 bash[75692]: cluster 2024-03-21T13:09:03.228736+0000 mgr.x (mgr.34104) 3227 : cluster [DBG] pgmap v2133: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:04.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:04 smithi178 bash[75692]: cluster 2024-03-21T13:09:03.229256+0000 mgr.x (mgr.34104) 3228 : cluster [DBG] pgmap v2134: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:04.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:04 smithi178 bash[75692]: audit 2024-03-21T13:09:03.233467+0000 mon.a (mon.0) 4698 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:04.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:04 smithi178 bash[75692]: cephadm 2024-03-21T13:09:03.234899+0000 mgr.x (mgr.34104) 3229 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:04.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:04 smithi178 bash[75692]: audit 2024-03-21T13:09:03.315791+0000 mon.a (mon.0) 4699 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:04.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:04 smithi178 bash[75692]: audit 2024-03-21T13:09:03.320134+0000 mon.a (mon.0) 4700 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:04.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:04 smithi178 bash[75692]: audit 2024-03-21T13:09:03.323769+0000 mon.a (mon.0) 4701 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:04.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:04 smithi178 bash[75692]: audit 2024-03-21T13:09:03.325230+0000 mon.a (mon.0) 4702 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:04.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:04 smithi178 bash[75692]: audit 2024-03-21T13:09:03.336822+0000 mon.a (mon.0) 4703 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:04.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:04 smithi178 bash[75692]: audit 2024-03-21T13:09:03.420364+0000 mon.a (mon.0) 4704 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:04.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:04 smithi178 bash[75692]: audit 2024-03-21T13:09:03.423437+0000 mon.a (mon.0) 4705 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:04.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:04 smithi178 bash[75692]: audit 2024-03-21T13:09:03.426363+0000 mon.a (mon.0) 4706 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:04.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:04 smithi178 bash[75692]: audit 2024-03-21T13:09:03.427859+0000 mon.a (mon.0) 4707 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:04.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:04 smithi178 bash[75692]: audit 2024-03-21T13:09:03.439452+0000 mon.a (mon.0) 4708 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:04.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:04 smithi178 bash[75692]: audit 2024-03-21T13:09:03.466788+0000 mon.a (mon.0) 4709 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-03-21T13:09:04.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:04 smithi178 bash[75692]: audit 2024-03-21T13:09:03.466985+0000 mon.b (mon.2) 7 : audit [INF] from='osd.5 [v2:172.21.15.184:6808/2828145505,v1:172.21.15.184:6809/2828145505]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-03-21T13:09:04.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:04 smithi178 bash[77880]: audit 2024-03-21T13:09:03.211627+0000 mon.a (mon.0) 4696 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:04.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:04 smithi178 bash[77880]: audit 2024-03-21T13:09:03.225686+0000 mon.a (mon.0) 4697 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:04.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:04 smithi178 bash[77880]: cluster 2024-03-21T13:09:03.228736+0000 mgr.x (mgr.34104) 3227 : cluster [DBG] pgmap v2133: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:04.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:04 smithi178 bash[77880]: cluster 2024-03-21T13:09:03.229256+0000 mgr.x (mgr.34104) 3228 : cluster [DBG] pgmap v2134: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:04.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:04 smithi178 bash[77880]: audit 2024-03-21T13:09:03.233467+0000 mon.a (mon.0) 4698 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:04.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:04 smithi178 bash[77880]: cephadm 2024-03-21T13:09:03.234899+0000 mgr.x (mgr.34104) 3229 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:04.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:04 smithi178 bash[77880]: audit 2024-03-21T13:09:03.315791+0000 mon.a (mon.0) 4699 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:04.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:04 smithi178 bash[77880]: audit 2024-03-21T13:09:03.320134+0000 mon.a (mon.0) 4700 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:04.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:04 smithi178 bash[77880]: audit 2024-03-21T13:09:03.323769+0000 mon.a (mon.0) 4701 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:04.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:04 smithi178 bash[77880]: audit 2024-03-21T13:09:03.325230+0000 mon.a (mon.0) 4702 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:04.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:04 smithi178 bash[77880]: audit 2024-03-21T13:09:03.336822+0000 mon.a (mon.0) 4703 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:04.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:04 smithi178 bash[77880]: audit 2024-03-21T13:09:03.420364+0000 mon.a (mon.0) 4704 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:04.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:04 smithi178 bash[77880]: audit 2024-03-21T13:09:03.423437+0000 mon.a (mon.0) 4705 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:04.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:04 smithi178 bash[77880]: audit 2024-03-21T13:09:03.426363+0000 mon.a (mon.0) 4706 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:04.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:04 smithi178 bash[77880]: audit 2024-03-21T13:09:03.427859+0000 mon.a (mon.0) 4707 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:04.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:04 smithi178 bash[77880]: audit 2024-03-21T13:09:03.439452+0000 mon.a (mon.0) 4708 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:04.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:04 smithi178 bash[77880]: audit 2024-03-21T13:09:03.466788+0000 mon.a (mon.0) 4709 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-03-21T13:09:04.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:04 smithi178 bash[77880]: audit 2024-03-21T13:09:03.466985+0000 mon.b (mon.2) 7 : audit [INF] from='osd.5 [v2:172.21.15.184:6808/2828145505,v1:172.21.15.184:6809/2828145505]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-03-21T13:09:04.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:04 smithi178 bash[75692]: audit 2024-03-21T13:09:03.514417+0000 mon.a (mon.0) 4710 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:04.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:04 smithi178 bash[75692]: audit 2024-03-21T13:09:03.517545+0000 mon.a (mon.0) 4711 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:04.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:04 smithi178 bash[75692]: audit 2024-03-21T13:09:03.521055+0000 mon.a (mon.0) 4712 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:04.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:04 smithi178 bash[75692]: audit 2024-03-21T13:09:03.522783+0000 mon.a (mon.0) 4713 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:04.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:04 smithi178 bash[75692]: audit 2024-03-21T13:09:03.535256+0000 mon.a (mon.0) 4714 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:04.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:04 smithi178 bash[75692]: audit 2024-03-21T13:09:03.621096+0000 mon.a (mon.0) 4715 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:04.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:04 smithi178 bash[75692]: audit 2024-03-21T13:09:03.626672+0000 mon.a (mon.0) 4716 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:04.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:04 smithi178 bash[75692]: audit 2024-03-21T13:09:03.630061+0000 mon.a (mon.0) 4717 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:04.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:04 smithi178 bash[75692]: audit 2024-03-21T13:09:03.631558+0000 mon.a (mon.0) 4718 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:04.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:04 smithi178 bash[75692]: audit 2024-03-21T13:09:03.643598+0000 mon.a (mon.0) 4719 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:04.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:04 smithi178 bash[75692]: audit 2024-03-21T13:09:03.721782+0000 mon.a (mon.0) 4720 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:04.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:04 smithi178 bash[75692]: audit 2024-03-21T13:09:03.726700+0000 mon.a (mon.0) 4721 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:04.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:04 smithi178 bash[75692]: audit 2024-03-21T13:09:03.731267+0000 mon.a (mon.0) 4722 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:04.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:04 smithi178 bash[75692]: audit 2024-03-21T13:09:03.732816+0000 mon.a (mon.0) 4723 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:04.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:04 smithi178 bash[75692]: audit 2024-03-21T13:09:03.744839+0000 mon.a (mon.0) 4724 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:04.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:04 smithi178 bash[75692]: audit 2024-03-21T13:09:03.823192+0000 mon.a (mon.0) 4725 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:04.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:04 smithi178 bash[75692]: audit 2024-03-21T13:09:03.827997+0000 mon.a (mon.0) 4726 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:04.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:04 smithi178 bash[75692]: audit 2024-03-21T13:09:03.834010+0000 mon.a (mon.0) 4727 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:04.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:04 smithi178 bash[75692]: audit 2024-03-21T13:09:03.835421+0000 mon.a (mon.0) 4728 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:04.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:04 smithi178 bash[77880]: audit 2024-03-21T13:09:03.514417+0000 mon.a (mon.0) 4710 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:04.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:04 smithi178 bash[77880]: audit 2024-03-21T13:09:03.517545+0000 mon.a (mon.0) 4711 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:04.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:04 smithi178 bash[77880]: audit 2024-03-21T13:09:03.521055+0000 mon.a (mon.0) 4712 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:04.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:04 smithi178 bash[77880]: audit 2024-03-21T13:09:03.522783+0000 mon.a (mon.0) 4713 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:04.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:04 smithi178 bash[77880]: audit 2024-03-21T13:09:03.535256+0000 mon.a (mon.0) 4714 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:04.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:04 smithi178 bash[77880]: audit 2024-03-21T13:09:03.621096+0000 mon.a (mon.0) 4715 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:04.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:04 smithi178 bash[77880]: audit 2024-03-21T13:09:03.626672+0000 mon.a (mon.0) 4716 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:04.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:04 smithi178 bash[77880]: audit 2024-03-21T13:09:03.630061+0000 mon.a (mon.0) 4717 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:04.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:04 smithi178 bash[77880]: audit 2024-03-21T13:09:03.631558+0000 mon.a (mon.0) 4718 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:04.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:04 smithi178 bash[77880]: audit 2024-03-21T13:09:03.643598+0000 mon.a (mon.0) 4719 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:04.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:04 smithi178 bash[77880]: audit 2024-03-21T13:09:03.721782+0000 mon.a (mon.0) 4720 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:04.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:04 smithi178 bash[77880]: audit 2024-03-21T13:09:03.726700+0000 mon.a (mon.0) 4721 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:04.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:04 smithi178 bash[77880]: audit 2024-03-21T13:09:03.731267+0000 mon.a (mon.0) 4722 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:04.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:04 smithi178 bash[77880]: audit 2024-03-21T13:09:03.732816+0000 mon.a (mon.0) 4723 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:04.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:04 smithi178 bash[77880]: audit 2024-03-21T13:09:03.744839+0000 mon.a (mon.0) 4724 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:04.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:04 smithi178 bash[77880]: audit 2024-03-21T13:09:03.823192+0000 mon.a (mon.0) 4725 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:04.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:04 smithi178 bash[77880]: audit 2024-03-21T13:09:03.827997+0000 mon.a (mon.0) 4726 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:04.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:04 smithi178 bash[77880]: audit 2024-03-21T13:09:03.834010+0000 mon.a (mon.0) 4727 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:04.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:04 smithi178 bash[77880]: audit 2024-03-21T13:09:03.835421+0000 mon.a (mon.0) 4728 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:04.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:04 smithi178 bash[75692]: audit 2024-03-21T13:09:03.854112+0000 mon.a (mon.0) 4729 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:04.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:04 smithi178 bash[75692]: audit 2024-03-21T13:09:03.933047+0000 mon.a (mon.0) 4730 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:04.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:04 smithi178 bash[75692]: audit 2024-03-21T13:09:03.936878+0000 mon.a (mon.0) 4731 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:04.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:04 smithi178 bash[75692]: audit 2024-03-21T13:09:03.941160+0000 mon.a (mon.0) 4732 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:04.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:04 smithi178 bash[75692]: audit 2024-03-21T13:09:03.942822+0000 mon.a (mon.0) 4733 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:04.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:04 smithi178 bash[75692]: audit 2024-03-21T13:09:03.954845+0000 mon.a (mon.0) 4734 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:04.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:04 smithi178 bash[75692]: audit 2024-03-21T13:09:04.036349+0000 mon.a (mon.0) 4735 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:04.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:04 smithi178 bash[75692]: audit 2024-03-21T13:09:04.039850+0000 mon.a (mon.0) 4736 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:04.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:04 smithi178 bash[75692]: audit 2024-03-21T13:09:04.044777+0000 mon.a (mon.0) 4737 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:04.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:04 smithi178 bash[75692]: audit 2024-03-21T13:09:04.047456+0000 mon.a (mon.0) 4738 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:04.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:04 smithi178 bash[75692]: audit 2024-03-21T13:09:04.060958+0000 mon.a (mon.0) 4739 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:04.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:04 smithi178 bash[75692]: audit 2024-03-21T13:09:04.141402+0000 mon.a (mon.0) 4740 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:04.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:04 smithi178 bash[75692]: audit 2024-03-21T13:09:04.144667+0000 mon.a (mon.0) 4741 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:04.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:04 smithi178 bash[75692]: audit 2024-03-21T13:09:04.147929+0000 mon.a (mon.0) 4742 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:04.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:04 smithi178 bash[75692]: audit 2024-03-21T13:09:04.149427+0000 mon.a (mon.0) 4743 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:04.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:04 smithi178 bash[75692]: audit 2024-03-21T13:09:04.161974+0000 mon.a (mon.0) 4744 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:04.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:04 smithi178 bash[77880]: audit 2024-03-21T13:09:03.854112+0000 mon.a (mon.0) 4729 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:04.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:04 smithi178 bash[77880]: audit 2024-03-21T13:09:03.933047+0000 mon.a (mon.0) 4730 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:04.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:04 smithi178 bash[77880]: audit 2024-03-21T13:09:03.936878+0000 mon.a (mon.0) 4731 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:04.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:04 smithi178 bash[77880]: audit 2024-03-21T13:09:03.941160+0000 mon.a (mon.0) 4732 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:04.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:04 smithi178 bash[77880]: audit 2024-03-21T13:09:03.942822+0000 mon.a (mon.0) 4733 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:04.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:04 smithi178 bash[77880]: audit 2024-03-21T13:09:03.954845+0000 mon.a (mon.0) 4734 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:04.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:04 smithi178 bash[77880]: audit 2024-03-21T13:09:04.036349+0000 mon.a (mon.0) 4735 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:04.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:04 smithi178 bash[77880]: audit 2024-03-21T13:09:04.039850+0000 mon.a (mon.0) 4736 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:04.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:04 smithi178 bash[77880]: audit 2024-03-21T13:09:04.044777+0000 mon.a (mon.0) 4737 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:04.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:04 smithi178 bash[77880]: audit 2024-03-21T13:09:04.047456+0000 mon.a (mon.0) 4738 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:04.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:04 smithi178 bash[77880]: audit 2024-03-21T13:09:04.060958+0000 mon.a (mon.0) 4739 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:04.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:04 smithi178 bash[77880]: audit 2024-03-21T13:09:04.141402+0000 mon.a (mon.0) 4740 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:04.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:04 smithi178 bash[77880]: audit 2024-03-21T13:09:04.144667+0000 mon.a (mon.0) 4741 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:04.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:04 smithi178 bash[77880]: audit 2024-03-21T13:09:04.147929+0000 mon.a (mon.0) 4742 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:04.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:04 smithi178 bash[77880]: audit 2024-03-21T13:09:04.149427+0000 mon.a (mon.0) 4743 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:04.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:04 smithi178 bash[77880]: audit 2024-03-21T13:09:04.161974+0000 mon.a (mon.0) 4744 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:04.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:04 smithi184 bash[59794]: cluster 2024-03-21T13:09:02.305109+0000 mgr.x (mgr.34104) 3200 : cluster [DBG] pgmap v2115: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:04.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:04 smithi184 bash[59794]: cluster 2024-03-21T13:09:02.305769+0000 mgr.x (mgr.34104) 3201 : cluster [DBG] pgmap v2116: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:04.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:04 smithi184 bash[59794]: cephadm 2024-03-21T13:09:02.315097+0000 mgr.x (mgr.34104) 3202 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:04.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:04 smithi184 bash[59794]: cluster 2024-03-21T13:09:02.404743+0000 mgr.x (mgr.34104) 3203 : cluster [DBG] pgmap v2117: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:04.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:04 smithi184 bash[59794]: cluster 2024-03-21T13:09:02.405485+0000 mgr.x (mgr.34104) 3204 : cluster [DBG] pgmap v2118: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:04.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:04 smithi184 bash[59794]: cephadm 2024-03-21T13:09:02.414839+0000 mgr.x (mgr.34104) 3205 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:04.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:04 smithi184 bash[59794]: cluster 2024-03-21T13:09:02.510030+0000 mgr.x (mgr.34104) 3206 : cluster [DBG] pgmap v2119: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:04.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:04 smithi184 bash[59794]: cluster 2024-03-21T13:09:02.510544+0000 mgr.x (mgr.34104) 3207 : cluster [DBG] pgmap v2120: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:04.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:04 smithi184 bash[59794]: cephadm 2024-03-21T13:09:02.519783+0000 mgr.x (mgr.34104) 3208 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:04.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:04 smithi184 bash[59794]: cluster 2024-03-21T13:09:02.610623+0000 mgr.x (mgr.34104) 3209 : cluster [DBG] pgmap v2121: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:04.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:04 smithi184 bash[59794]: cluster 2024-03-21T13:09:02.611100+0000 mgr.x (mgr.34104) 3210 : cluster [DBG] pgmap v2122: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:04.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:04 smithi184 bash[59794]: cephadm 2024-03-21T13:09:02.621062+0000 mgr.x (mgr.34104) 3211 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:04.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:04 smithi184 bash[59794]: cluster 2024-03-21T13:09:02.716080+0000 mgr.x (mgr.34104) 3212 : cluster [DBG] pgmap v2123: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:04.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:04 smithi184 bash[59794]: cluster 2024-03-21T13:09:02.716526+0000 mgr.x (mgr.34104) 3213 : cluster [DBG] pgmap v2124: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:04.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:04 smithi184 bash[59794]: cephadm 2024-03-21T13:09:02.726142+0000 mgr.x (mgr.34104) 3214 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:04.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:04 smithi184 bash[59794]: cluster 2024-03-21T13:09:02.811708+0000 mgr.x (mgr.34104) 3215 : cluster [DBG] pgmap v2125: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:04.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:04 smithi184 bash[59794]: cluster 2024-03-21T13:09:02.812294+0000 mgr.x (mgr.34104) 3216 : cluster [DBG] pgmap v2126: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:04.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:04 smithi184 bash[59794]: cephadm 2024-03-21T13:09:02.820602+0000 mgr.x (mgr.34104) 3217 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:04.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:04 smithi184 bash[59794]: cluster 2024-03-21T13:09:02.911715+0000 mgr.x (mgr.34104) 3218 : cluster [DBG] pgmap v2127: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:04.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:04 smithi184 bash[59794]: cluster 2024-03-21T13:09:02.912726+0000 mgr.x (mgr.34104) 3219 : cluster [DBG] pgmap v2128: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:04.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:04 smithi184 bash[59794]: cephadm 2024-03-21T13:09:02.921034+0000 mgr.x (mgr.34104) 3220 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:04.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:04 smithi184 bash[59794]: cluster 2024-03-21T13:09:03.013233+0000 mgr.x (mgr.34104) 3221 : cluster [DBG] pgmap v2129: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:04.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:04 smithi184 bash[59794]: cluster 2024-03-21T13:09:03.013884+0000 mgr.x (mgr.34104) 3222 : cluster [DBG] pgmap v2130: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:04.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:04 smithi184 bash[59794]: cephadm 2024-03-21T13:09:03.023851+0000 mgr.x (mgr.34104) 3223 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:04.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:04 smithi184 bash[59794]: cluster 2024-03-21T13:09:03.114228+0000 mgr.x (mgr.34104) 3224 : cluster [DBG] pgmap v2131: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:04.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:04 smithi184 bash[59794]: cluster 2024-03-21T13:09:03.114615+0000 mgr.x (mgr.34104) 3225 : cluster [DBG] pgmap v2132: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:04.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:04 smithi184 bash[59794]: cephadm 2024-03-21T13:09:03.123131+0000 mgr.x (mgr.34104) 3226 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:04.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:04 smithi184 bash[59794]: audit 2024-03-21T13:09:03.211627+0000 mon.a (mon.0) 4696 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:04.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:04 smithi184 bash[59794]: audit 2024-03-21T13:09:03.225686+0000 mon.a (mon.0) 4697 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:04.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:04 smithi184 bash[59794]: cluster 2024-03-21T13:09:03.228736+0000 mgr.x (mgr.34104) 3227 : cluster [DBG] pgmap v2133: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:04.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:04 smithi184 bash[59794]: cluster 2024-03-21T13:09:03.229256+0000 mgr.x (mgr.34104) 3228 : cluster [DBG] pgmap v2134: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:04.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:04 smithi184 bash[59794]: audit 2024-03-21T13:09:03.233467+0000 mon.a (mon.0) 4698 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:04.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:04 smithi184 bash[59794]: cephadm 2024-03-21T13:09:03.234899+0000 mgr.x (mgr.34104) 3229 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:04.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:04 smithi184 bash[59794]: audit 2024-03-21T13:09:03.315791+0000 mon.a (mon.0) 4699 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:04.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:04 smithi184 bash[59794]: audit 2024-03-21T13:09:03.320134+0000 mon.a (mon.0) 4700 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:04.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:04 smithi184 bash[59794]: audit 2024-03-21T13:09:03.323769+0000 mon.a (mon.0) 4701 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:04.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:04 smithi184 bash[59794]: audit 2024-03-21T13:09:03.325230+0000 mon.a (mon.0) 4702 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:04.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:04 smithi184 bash[59794]: audit 2024-03-21T13:09:03.336822+0000 mon.a (mon.0) 4703 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:04.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:04 smithi184 bash[59794]: audit 2024-03-21T13:09:03.420364+0000 mon.a (mon.0) 4704 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:04.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:04 smithi184 bash[59794]: audit 2024-03-21T13:09:03.423437+0000 mon.a (mon.0) 4705 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:04.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:04 smithi184 bash[59794]: audit 2024-03-21T13:09:03.426363+0000 mon.a (mon.0) 4706 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:04.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:04 smithi184 bash[59794]: audit 2024-03-21T13:09:03.427859+0000 mon.a (mon.0) 4707 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:04.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:04 smithi184 bash[59794]: audit 2024-03-21T13:09:03.439452+0000 mon.a (mon.0) 4708 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:04.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:04 smithi184 bash[59794]: audit 2024-03-21T13:09:03.466788+0000 mon.a (mon.0) 4709 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-03-21T13:09:04.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:04 smithi184 bash[59794]: audit 2024-03-21T13:09:03.466985+0000 mon.b (mon.2) 7 : audit [INF] from='osd.5 [v2:172.21.15.184:6808/2828145505,v1:172.21.15.184:6809/2828145505]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-03-21T13:09:04.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:04 smithi184 bash[59794]: audit 2024-03-21T13:09:03.514417+0000 mon.a (mon.0) 4710 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:04.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:04 smithi184 bash[59794]: audit 2024-03-21T13:09:03.517545+0000 mon.a (mon.0) 4711 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:04.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:04 smithi184 bash[59794]: audit 2024-03-21T13:09:03.521055+0000 mon.a (mon.0) 4712 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:04.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:04 smithi184 bash[59794]: audit 2024-03-21T13:09:03.522783+0000 mon.a (mon.0) 4713 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:04.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:04 smithi184 bash[59794]: audit 2024-03-21T13:09:03.535256+0000 mon.a (mon.0) 4714 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:04.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:04 smithi184 bash[59794]: audit 2024-03-21T13:09:03.621096+0000 mon.a (mon.0) 4715 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:04.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:04 smithi184 bash[59794]: audit 2024-03-21T13:09:03.626672+0000 mon.a (mon.0) 4716 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:04.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:04 smithi184 bash[59794]: audit 2024-03-21T13:09:03.630061+0000 mon.a (mon.0) 4717 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:04.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:04 smithi184 bash[59794]: audit 2024-03-21T13:09:03.631558+0000 mon.a (mon.0) 4718 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:04.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:04 smithi184 bash[59794]: audit 2024-03-21T13:09:03.643598+0000 mon.a (mon.0) 4719 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:04.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:04 smithi184 bash[59794]: audit 2024-03-21T13:09:03.721782+0000 mon.a (mon.0) 4720 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:04.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:04 smithi184 bash[59794]: audit 2024-03-21T13:09:03.726700+0000 mon.a (mon.0) 4721 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:04.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:04 smithi184 bash[59794]: audit 2024-03-21T13:09:03.731267+0000 mon.a (mon.0) 4722 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:04.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:04 smithi184 bash[59794]: audit 2024-03-21T13:09:03.732816+0000 mon.a (mon.0) 4723 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:04.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:04 smithi184 bash[59794]: audit 2024-03-21T13:09:03.744839+0000 mon.a (mon.0) 4724 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:04.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:04 smithi184 bash[59794]: audit 2024-03-21T13:09:03.823192+0000 mon.a (mon.0) 4725 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:04.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:04 smithi184 bash[59794]: audit 2024-03-21T13:09:03.827997+0000 mon.a (mon.0) 4726 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:04.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:04 smithi184 bash[59794]: audit 2024-03-21T13:09:03.834010+0000 mon.a (mon.0) 4727 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:04.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:04 smithi184 bash[59794]: audit 2024-03-21T13:09:03.835421+0000 mon.a (mon.0) 4728 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:04.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:04 smithi184 bash[59794]: audit 2024-03-21T13:09:03.854112+0000 mon.a (mon.0) 4729 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:04.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:04 smithi184 bash[59794]: audit 2024-03-21T13:09:03.933047+0000 mon.a (mon.0) 4730 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:04.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:04 smithi184 bash[59794]: audit 2024-03-21T13:09:03.936878+0000 mon.a (mon.0) 4731 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:04.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:04 smithi184 bash[59794]: audit 2024-03-21T13:09:03.941160+0000 mon.a (mon.0) 4732 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:04.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:04 smithi184 bash[59794]: audit 2024-03-21T13:09:03.942822+0000 mon.a (mon.0) 4733 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:04.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:04 smithi184 bash[59794]: audit 2024-03-21T13:09:03.954845+0000 mon.a (mon.0) 4734 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:04.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:04 smithi184 bash[59794]: audit 2024-03-21T13:09:04.036349+0000 mon.a (mon.0) 4735 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:04.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:04 smithi184 bash[59794]: audit 2024-03-21T13:09:04.039850+0000 mon.a (mon.0) 4736 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:04.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:04 smithi184 bash[59794]: audit 2024-03-21T13:09:04.044777+0000 mon.a (mon.0) 4737 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:04.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:04 smithi184 bash[59794]: audit 2024-03-21T13:09:04.047456+0000 mon.a (mon.0) 4738 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:04.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:04 smithi184 bash[59794]: audit 2024-03-21T13:09:04.060958+0000 mon.a (mon.0) 4739 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:04.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:04 smithi184 bash[59794]: audit 2024-03-21T13:09:04.141402+0000 mon.a (mon.0) 4740 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:04.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:04 smithi184 bash[59794]: audit 2024-03-21T13:09:04.144667+0000 mon.a (mon.0) 4741 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:04.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:04 smithi184 bash[59794]: audit 2024-03-21T13:09:04.147929+0000 mon.a (mon.0) 4742 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:04.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:04 smithi184 bash[59794]: audit 2024-03-21T13:09:04.149427+0000 mon.a (mon.0) 4743 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:04.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:04 smithi184 bash[59794]: audit 2024-03-21T13:09:04.161974+0000 mon.a (mon.0) 4744 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:05.222 INFO:journalctl@ceph.osd.5.smithi184.stdout:Mar 21 13:09:04 smithi184 bash[69981]: debug 2024-03-21T13:09:04.973+0000 7fd3638fd700 -1 osd.5 153 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-03-21T13:09:05.391 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:05 smithi184 bash[59794]: cluster 2024-03-21T13:09:03.328711+0000 mgr.x (mgr.34104) 3230 : cluster [DBG] pgmap v2135: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:05.391 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:05 smithi184 bash[59794]: cluster 2024-03-21T13:09:03.329659+0000 mgr.x (mgr.34104) 3231 : cluster [DBG] pgmap v2136: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:05.391 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:05 smithi184 bash[59794]: cephadm 2024-03-21T13:09:03.338451+0000 mgr.x (mgr.34104) 3232 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:05.391 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:05 smithi184 bash[59794]: cluster 2024-03-21T13:09:03.431009+0000 mgr.x (mgr.34104) 3233 : cluster [DBG] pgmap v2137: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:05.391 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:05 smithi184 bash[59794]: cluster 2024-03-21T13:09:03.432669+0000 mgr.x (mgr.34104) 3234 : cluster [DBG] pgmap v2138: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:05.392 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:05 smithi184 bash[59794]: cephadm 2024-03-21T13:09:03.440911+0000 mgr.x (mgr.34104) 3235 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:05.392 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:05 smithi184 bash[59794]: cluster 2024-03-21T13:09:03.526573+0000 mgr.x (mgr.34104) 3236 : cluster [DBG] pgmap v2139: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:05.392 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:05 smithi184 bash[59794]: cluster 2024-03-21T13:09:03.527199+0000 mgr.x (mgr.34104) 3237 : cluster [DBG] pgmap v2140: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:05.392 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:05 smithi184 bash[59794]: cephadm 2024-03-21T13:09:03.537062+0000 mgr.x (mgr.34104) 3238 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:05.392 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:05 smithi184 bash[59794]: cluster 2024-03-21T13:09:03.634618+0000 mgr.x (mgr.34104) 3239 : cluster [DBG] pgmap v2141: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:05.392 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:05 smithi184 bash[59794]: cluster 2024-03-21T13:09:03.635050+0000 mgr.x (mgr.34104) 3240 : cluster [DBG] pgmap v2142: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:05.392 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:05 smithi184 bash[59794]: cephadm 2024-03-21T13:09:03.645053+0000 mgr.x (mgr.34104) 3241 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:05.392 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:05 smithi184 bash[59794]: cluster 2024-03-21T13:09:03.736126+0000 mgr.x (mgr.34104) 3242 : cluster [DBG] pgmap v2143: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:05.392 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:05 smithi184 bash[59794]: cluster 2024-03-21T13:09:03.736565+0000 mgr.x (mgr.34104) 3243 : cluster [DBG] pgmap v2144: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:05.392 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:05 smithi184 bash[59794]: cephadm 2024-03-21T13:09:03.746543+0000 mgr.x (mgr.34104) 3244 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:05.392 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:05 smithi184 bash[59794]: cluster 2024-03-21T13:09:03.838754+0000 mgr.x (mgr.34104) 3245 : cluster [DBG] pgmap v2145: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:05.392 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:05 smithi184 bash[59794]: cluster 2024-03-21T13:09:03.839185+0000 mgr.x (mgr.34104) 3246 : cluster [DBG] pgmap v2146: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:05.392 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:05 smithi184 bash[59794]: cephadm 2024-03-21T13:09:03.855572+0000 mgr.x (mgr.34104) 3247 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:05.392 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:05 smithi184 bash[59794]: cluster 2024-03-21T13:09:03.946839+0000 mgr.x (mgr.34104) 3248 : cluster [DBG] pgmap v2147: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:05.393 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:05 smithi184 bash[59794]: cluster 2024-03-21T13:09:03.947586+0000 mgr.x (mgr.34104) 3249 : cluster [DBG] pgmap v2148: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:05.393 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:05 smithi184 bash[59794]: cephadm 2024-03-21T13:09:03.956379+0000 mgr.x (mgr.34104) 3250 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:05.393 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:05 smithi184 bash[59794]: cluster 2024-03-21T13:09:04.051347+0000 mgr.x (mgr.34104) 3251 : cluster [DBG] pgmap v2149: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 15 op/s; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:05.393 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:05 smithi184 bash[59794]: cluster 2024-03-21T13:09:04.052318+0000 mgr.x (mgr.34104) 3252 : cluster [DBG] pgmap v2150: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 15 op/s; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:05.393 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:05 smithi184 bash[59794]: cephadm 2024-03-21T13:09:04.062478+0000 mgr.x (mgr.34104) 3253 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:05.393 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:05 smithi184 bash[59794]: cluster 2024-03-21T13:09:04.153619+0000 mgr.x (mgr.34104) 3254 : cluster [DBG] pgmap v2151: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 15 op/s; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:05.393 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:05 smithi184 bash[59794]: cluster 2024-03-21T13:09:04.154627+0000 mgr.x (mgr.34104) 3255 : cluster [DBG] pgmap v2152: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 15 op/s; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:05.393 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:05 smithi184 bash[59794]: cephadm 2024-03-21T13:09:04.163595+0000 mgr.x (mgr.34104) 3256 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:05.393 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:05 smithi184 bash[59794]: audit 2024-03-21T13:09:04.244448+0000 mon.a (mon.0) 4745 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:05.393 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:05 smithi184 bash[59794]: audit 2024-03-21T13:09:04.247128+0000 mon.a (mon.0) 4746 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:05.393 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:05 smithi184 bash[59794]: audit 2024-03-21T13:09:04.249998+0000 mon.a (mon.0) 4747 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:05.393 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:05 smithi184 bash[59794]: audit 2024-03-21T13:09:04.251006+0000 mon.a (mon.0) 4748 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:05.393 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:05 smithi184 bash[59794]: audit 2024-03-21T13:09:04.260402+0000 mon.a (mon.0) 4749 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:05.393 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:05 smithi184 bash[59794]: audit 2024-03-21T13:09:04.339964+0000 mon.a (mon.0) 4750 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:05.393 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:05 smithi184 bash[59794]: audit 2024-03-21T13:09:04.343230+0000 mon.a (mon.0) 4751 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:05.394 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:05 smithi184 bash[59794]: audit 2024-03-21T13:09:04.346469+0000 mon.a (mon.0) 4752 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:05.394 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:05 smithi184 bash[59794]: audit 2024-03-21T13:09:04.347814+0000 mon.a (mon.0) 4753 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:05.394 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:05 smithi184 bash[59794]: audit 2024-03-21T13:09:04.359088+0000 mon.a (mon.0) 4754 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:05.394 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:05 smithi184 bash[59794]: audit 2024-03-21T13:09:04.437723+0000 mon.a (mon.0) 4755 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:05.394 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:05 smithi184 bash[59794]: audit 2024-03-21T13:09:04.439293+0000 mon.a (mon.0) 4756 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-03-21T13:09:05.394 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:05 smithi184 bash[59794]: cluster 2024-03-21T13:09:04.445319+0000 mon.a (mon.0) 4757 : cluster [DBG] osdmap e158: 8 total, 7 up, 8 in 2024-03-21T13:09:05.394 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:05 smithi184 bash[59794]: audit 2024-03-21T13:09:04.453776+0000 mon.a (mon.0) 4758 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:05.394 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:05 smithi184 bash[59794]: audit 2024-03-21T13:09:04.454360+0000 mon.b (mon.2) 8 : audit [INF] from='osd.5 [v2:172.21.15.184:6808/2828145505,v1:172.21.15.184:6809/2828145505]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]: dispatch 2024-03-21T13:09:05.394 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:05 smithi184 bash[59794]: audit 2024-03-21T13:09:04.455067+0000 mon.a (mon.0) 4759 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]: dispatch 2024-03-21T13:09:05.394 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:05 smithi184 bash[59794]: audit 2024-03-21T13:09:04.465363+0000 mon.a (mon.0) 4760 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:05.394 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:05 smithi184 bash[59794]: audit 2024-03-21T13:09:04.466949+0000 mon.a (mon.0) 4761 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:05.394 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:05 smithi184 bash[59794]: audit 2024-03-21T13:09:04.483861+0000 mon.a (mon.0) 4762 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:05.395 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:05 smithi184 bash[59794]: audit 2024-03-21T13:09:04.567070+0000 mon.a (mon.0) 4763 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:05.395 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:05 smithi184 bash[59794]: audit 2024-03-21T13:09:04.570368+0000 mon.a (mon.0) 4764 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:05.395 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:05 smithi184 bash[59794]: audit 2024-03-21T13:09:04.575881+0000 mon.a (mon.0) 4765 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:05.395 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:05 smithi184 bash[59794]: audit 2024-03-21T13:09:04.577539+0000 mon.a (mon.0) 4766 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:05.395 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:05 smithi184 bash[59794]: audit 2024-03-21T13:09:04.633458+0000 mon.a (mon.0) 4767 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:05.395 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:05 smithi184 bash[59794]: audit 2024-03-21T13:09:04.719023+0000 mon.a (mon.0) 4768 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:05.395 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:05 smithi184 bash[59794]: audit 2024-03-21T13:09:04.722159+0000 mon.a (mon.0) 4769 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:05.395 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:05 smithi184 bash[59794]: audit 2024-03-21T13:09:04.726150+0000 mon.a (mon.0) 4770 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:05.395 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:05 smithi184 bash[59794]: audit 2024-03-21T13:09:04.727744+0000 mon.a (mon.0) 4771 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:05.395 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:05 smithi184 bash[59794]: audit 2024-03-21T13:09:04.788117+0000 mon.a (mon.0) 4772 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:05.395 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:05 smithi184 bash[59794]: audit 2024-03-21T13:09:04.834017+0000 mon.a (mon.0) 4773 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:05.395 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:05 smithi184 bash[59794]: audit 2024-03-21T13:09:04.836107+0000 mon.a (mon.0) 4774 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:09:05.395 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:05 smithi184 bash[59794]: audit 2024-03-21T13:09:04.902679+0000 mon.a (mon.0) 4775 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:05.395 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:05 smithi184 bash[59794]: audit 2024-03-21T13:09:04.906147+0000 mon.a (mon.0) 4776 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:05.395 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:05 smithi184 bash[59794]: audit 2024-03-21T13:09:04.909231+0000 mon.a (mon.0) 4777 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:05.396 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:05 smithi184 bash[59794]: audit 2024-03-21T13:09:04.910594+0000 mon.a (mon.0) 4778 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:05.396 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:05 smithi184 bash[59794]: audit 2024-03-21T13:09:04.923024+0000 mon.a (mon.0) 4779 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:05.396 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:05 smithi184 bash[59794]: audit 2024-03-21T13:09:04.956341+0000 mon.a (mon.0) 4780 : audit [INF] from='osd.5 ' entity='osd.5' 2024-03-21T13:09:05.396 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:05 smithi184 bash[59794]: audit 2024-03-21T13:09:05.001147+0000 mon.a (mon.0) 4781 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:05.396 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:05 smithi184 bash[59794]: audit 2024-03-21T13:09:05.005790+0000 mon.a (mon.0) 4782 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:05.396 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:05 smithi184 bash[59794]: audit 2024-03-21T13:09:05.008816+0000 mon.a (mon.0) 4783 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:05.396 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:05 smithi184 bash[59794]: audit 2024-03-21T13:09:05.010328+0000 mon.a (mon.0) 4784 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:05.396 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:05 smithi184 bash[59794]: audit 2024-03-21T13:09:05.022181+0000 mon.a (mon.0) 4785 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:05.396 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:05 smithi184 bash[59794]: audit 2024-03-21T13:09:05.135523+0000 mon.a (mon.0) 4786 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:05.396 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:05 smithi184 bash[59794]: audit 2024-03-21T13:09:05.139533+0000 mon.a (mon.0) 4787 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:05.396 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:05 smithi184 bash[59794]: audit 2024-03-21T13:09:05.145471+0000 mon.a (mon.0) 4788 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:05.396 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:05 smithi184 bash[59794]: audit 2024-03-21T13:09:05.147163+0000 mon.a (mon.0) 4789 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:05.396 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:05 smithi184 bash[59794]: audit 2024-03-21T13:09:05.159283+0000 mon.a (mon.0) 4790 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:05.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:05 smithi178 bash[75692]: cluster 2024-03-21T13:09:03.328711+0000 mgr.x (mgr.34104) 3230 : cluster [DBG] pgmap v2135: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:05.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:05 smithi178 bash[75692]: cluster 2024-03-21T13:09:03.329659+0000 mgr.x (mgr.34104) 3231 : cluster [DBG] pgmap v2136: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:05.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:05 smithi178 bash[75692]: cephadm 2024-03-21T13:09:03.338451+0000 mgr.x (mgr.34104) 3232 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:05.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:05 smithi178 bash[75692]: cluster 2024-03-21T13:09:03.431009+0000 mgr.x (mgr.34104) 3233 : cluster [DBG] pgmap v2137: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:05.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:05 smithi178 bash[75692]: cluster 2024-03-21T13:09:03.432669+0000 mgr.x (mgr.34104) 3234 : cluster [DBG] pgmap v2138: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:05.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:05 smithi178 bash[75692]: cephadm 2024-03-21T13:09:03.440911+0000 mgr.x (mgr.34104) 3235 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:05.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:05 smithi178 bash[75692]: cluster 2024-03-21T13:09:03.526573+0000 mgr.x (mgr.34104) 3236 : cluster [DBG] pgmap v2139: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:05.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:05 smithi178 bash[75692]: cluster 2024-03-21T13:09:03.527199+0000 mgr.x (mgr.34104) 3237 : cluster [DBG] pgmap v2140: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:05.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:05 smithi178 bash[75692]: cephadm 2024-03-21T13:09:03.537062+0000 mgr.x (mgr.34104) 3238 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:05.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:05 smithi178 bash[75692]: cluster 2024-03-21T13:09:03.634618+0000 mgr.x (mgr.34104) 3239 : cluster [DBG] pgmap v2141: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:05.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:05 smithi178 bash[75692]: cluster 2024-03-21T13:09:03.635050+0000 mgr.x (mgr.34104) 3240 : cluster [DBG] pgmap v2142: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:05.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:05 smithi178 bash[75692]: cephadm 2024-03-21T13:09:03.645053+0000 mgr.x (mgr.34104) 3241 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:05.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:05 smithi178 bash[75692]: cluster 2024-03-21T13:09:03.736126+0000 mgr.x (mgr.34104) 3242 : cluster [DBG] pgmap v2143: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:05.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:05 smithi178 bash[77880]: cluster 2024-03-21T13:09:03.328711+0000 mgr.x (mgr.34104) 3230 : cluster [DBG] pgmap v2135: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:05.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:05 smithi178 bash[77880]: cluster 2024-03-21T13:09:03.329659+0000 mgr.x (mgr.34104) 3231 : cluster [DBG] pgmap v2136: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:05.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:05 smithi178 bash[77880]: cephadm 2024-03-21T13:09:03.338451+0000 mgr.x (mgr.34104) 3232 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:05.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:05 smithi178 bash[77880]: cluster 2024-03-21T13:09:03.431009+0000 mgr.x (mgr.34104) 3233 : cluster [DBG] pgmap v2137: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:05.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:05 smithi178 bash[77880]: cluster 2024-03-21T13:09:03.432669+0000 mgr.x (mgr.34104) 3234 : cluster [DBG] pgmap v2138: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:05.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:05 smithi178 bash[77880]: cephadm 2024-03-21T13:09:03.440911+0000 mgr.x (mgr.34104) 3235 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:05.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:05 smithi178 bash[77880]: cluster 2024-03-21T13:09:03.526573+0000 mgr.x (mgr.34104) 3236 : cluster [DBG] pgmap v2139: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:05.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:05 smithi178 bash[77880]: cluster 2024-03-21T13:09:03.527199+0000 mgr.x (mgr.34104) 3237 : cluster [DBG] pgmap v2140: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:05.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:05 smithi178 bash[77880]: cephadm 2024-03-21T13:09:03.537062+0000 mgr.x (mgr.34104) 3238 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:05.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:05 smithi178 bash[77880]: cluster 2024-03-21T13:09:03.634618+0000 mgr.x (mgr.34104) 3239 : cluster [DBG] pgmap v2141: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:05.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:05 smithi178 bash[77880]: cluster 2024-03-21T13:09:03.635050+0000 mgr.x (mgr.34104) 3240 : cluster [DBG] pgmap v2142: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:05.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:05 smithi178 bash[77880]: cephadm 2024-03-21T13:09:03.645053+0000 mgr.x (mgr.34104) 3241 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:05.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:05 smithi178 bash[77880]: cluster 2024-03-21T13:09:03.736126+0000 mgr.x (mgr.34104) 3242 : cluster [DBG] pgmap v2143: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:05.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:05 smithi178 bash[75692]: cluster 2024-03-21T13:09:03.736565+0000 mgr.x (mgr.34104) 3243 : cluster [DBG] pgmap v2144: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:05.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:05 smithi178 bash[75692]: cephadm 2024-03-21T13:09:03.746543+0000 mgr.x (mgr.34104) 3244 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:05.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:05 smithi178 bash[75692]: cluster 2024-03-21T13:09:03.838754+0000 mgr.x (mgr.34104) 3245 : cluster [DBG] pgmap v2145: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:05.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:05 smithi178 bash[75692]: cluster 2024-03-21T13:09:03.839185+0000 mgr.x (mgr.34104) 3246 : cluster [DBG] pgmap v2146: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:05.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:05 smithi178 bash[75692]: cephadm 2024-03-21T13:09:03.855572+0000 mgr.x (mgr.34104) 3247 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:05.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:05 smithi178 bash[75692]: cluster 2024-03-21T13:09:03.946839+0000 mgr.x (mgr.34104) 3248 : cluster [DBG] pgmap v2147: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:05.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:05 smithi178 bash[75692]: cluster 2024-03-21T13:09:03.947586+0000 mgr.x (mgr.34104) 3249 : cluster [DBG] pgmap v2148: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:05.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:05 smithi178 bash[75692]: cephadm 2024-03-21T13:09:03.956379+0000 mgr.x (mgr.34104) 3250 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:05.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:05 smithi178 bash[75692]: cluster 2024-03-21T13:09:04.051347+0000 mgr.x (mgr.34104) 3251 : cluster [DBG] pgmap v2149: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 15 op/s; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:05.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:05 smithi178 bash[75692]: cluster 2024-03-21T13:09:04.052318+0000 mgr.x (mgr.34104) 3252 : cluster [DBG] pgmap v2150: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 15 op/s; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:05.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:05 smithi178 bash[75692]: cephadm 2024-03-21T13:09:04.062478+0000 mgr.x (mgr.34104) 3253 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:05.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:05 smithi178 bash[75692]: cluster 2024-03-21T13:09:04.153619+0000 mgr.x (mgr.34104) 3254 : cluster [DBG] pgmap v2151: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 15 op/s; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:05.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:05 smithi178 bash[75692]: cluster 2024-03-21T13:09:04.154627+0000 mgr.x (mgr.34104) 3255 : cluster [DBG] pgmap v2152: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 15 op/s; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:05.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:05 smithi178 bash[75692]: cephadm 2024-03-21T13:09:04.163595+0000 mgr.x (mgr.34104) 3256 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:05.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:05 smithi178 bash[77880]: cluster 2024-03-21T13:09:03.736565+0000 mgr.x (mgr.34104) 3243 : cluster [DBG] pgmap v2144: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:05.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:05 smithi178 bash[77880]: cephadm 2024-03-21T13:09:03.746543+0000 mgr.x (mgr.34104) 3244 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:05.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:05 smithi178 bash[77880]: cluster 2024-03-21T13:09:03.838754+0000 mgr.x (mgr.34104) 3245 : cluster [DBG] pgmap v2145: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:05.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:05 smithi178 bash[77880]: cluster 2024-03-21T13:09:03.839185+0000 mgr.x (mgr.34104) 3246 : cluster [DBG] pgmap v2146: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:05.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:05 smithi178 bash[77880]: cephadm 2024-03-21T13:09:03.855572+0000 mgr.x (mgr.34104) 3247 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:05.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:05 smithi178 bash[77880]: cluster 2024-03-21T13:09:03.946839+0000 mgr.x (mgr.34104) 3248 : cluster [DBG] pgmap v2147: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:05.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:05 smithi178 bash[77880]: cluster 2024-03-21T13:09:03.947586+0000 mgr.x (mgr.34104) 3249 : cluster [DBG] pgmap v2148: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:05.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:05 smithi178 bash[77880]: cephadm 2024-03-21T13:09:03.956379+0000 mgr.x (mgr.34104) 3250 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:05.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:05 smithi178 bash[77880]: cluster 2024-03-21T13:09:04.051347+0000 mgr.x (mgr.34104) 3251 : cluster [DBG] pgmap v2149: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 15 op/s; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:05.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:05 smithi178 bash[77880]: cluster 2024-03-21T13:09:04.052318+0000 mgr.x (mgr.34104) 3252 : cluster [DBG] pgmap v2150: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 15 op/s; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:05.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:05 smithi178 bash[77880]: cephadm 2024-03-21T13:09:04.062478+0000 mgr.x (mgr.34104) 3253 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:05.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:05 smithi178 bash[77880]: cluster 2024-03-21T13:09:04.153619+0000 mgr.x (mgr.34104) 3254 : cluster [DBG] pgmap v2151: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 15 op/s; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:05.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:05 smithi178 bash[77880]: cluster 2024-03-21T13:09:04.154627+0000 mgr.x (mgr.34104) 3255 : cluster [DBG] pgmap v2152: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 15 op/s; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:05.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:05 smithi178 bash[77880]: cephadm 2024-03-21T13:09:04.163595+0000 mgr.x (mgr.34104) 3256 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:05.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:05 smithi178 bash[75692]: audit 2024-03-21T13:09:04.244448+0000 mon.a (mon.0) 4745 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:05.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:05 smithi178 bash[75692]: audit 2024-03-21T13:09:04.247128+0000 mon.a (mon.0) 4746 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:05.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:05 smithi178 bash[75692]: audit 2024-03-21T13:09:04.249998+0000 mon.a (mon.0) 4747 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:05.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:05 smithi178 bash[75692]: audit 2024-03-21T13:09:04.251006+0000 mon.a (mon.0) 4748 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:05.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:05 smithi178 bash[75692]: audit 2024-03-21T13:09:04.260402+0000 mon.a (mon.0) 4749 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:05.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:05 smithi178 bash[75692]: audit 2024-03-21T13:09:04.339964+0000 mon.a (mon.0) 4750 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:05.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:05 smithi178 bash[75692]: audit 2024-03-21T13:09:04.343230+0000 mon.a (mon.0) 4751 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:05.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:05 smithi178 bash[75692]: audit 2024-03-21T13:09:04.346469+0000 mon.a (mon.0) 4752 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:05.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:05 smithi178 bash[75692]: audit 2024-03-21T13:09:04.347814+0000 mon.a (mon.0) 4753 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:05.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:05 smithi178 bash[75692]: audit 2024-03-21T13:09:04.359088+0000 mon.a (mon.0) 4754 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:05.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:05 smithi178 bash[75692]: audit 2024-03-21T13:09:04.437723+0000 mon.a (mon.0) 4755 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:05.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:05 smithi178 bash[75692]: audit 2024-03-21T13:09:04.439293+0000 mon.a (mon.0) 4756 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-03-21T13:09:05.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:05 smithi178 bash[75692]: cluster 2024-03-21T13:09:04.445319+0000 mon.a (mon.0) 4757 : cluster [DBG] osdmap e158: 8 total, 7 up, 8 in 2024-03-21T13:09:05.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:05 smithi178 bash[75692]: audit 2024-03-21T13:09:04.453776+0000 mon.a (mon.0) 4758 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:05.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:05 smithi178 bash[75692]: audit 2024-03-21T13:09:04.454360+0000 mon.b (mon.2) 8 : audit [INF] from='osd.5 [v2:172.21.15.184:6808/2828145505,v1:172.21.15.184:6809/2828145505]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]: dispatch 2024-03-21T13:09:05.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:05 smithi178 bash[75692]: audit 2024-03-21T13:09:04.455067+0000 mon.a (mon.0) 4759 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]: dispatch 2024-03-21T13:09:05.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:05 smithi178 bash[75692]: audit 2024-03-21T13:09:04.465363+0000 mon.a (mon.0) 4760 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:05.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:05 smithi178 bash[75692]: audit 2024-03-21T13:09:04.466949+0000 mon.a (mon.0) 4761 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:05.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:05 smithi178 bash[77880]: audit 2024-03-21T13:09:04.244448+0000 mon.a (mon.0) 4745 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:05.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:05 smithi178 bash[77880]: audit 2024-03-21T13:09:04.247128+0000 mon.a (mon.0) 4746 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:05.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:05 smithi178 bash[77880]: audit 2024-03-21T13:09:04.249998+0000 mon.a (mon.0) 4747 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:05.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:05 smithi178 bash[77880]: audit 2024-03-21T13:09:04.251006+0000 mon.a (mon.0) 4748 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:05.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:05 smithi178 bash[77880]: audit 2024-03-21T13:09:04.260402+0000 mon.a (mon.0) 4749 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:05.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:05 smithi178 bash[77880]: audit 2024-03-21T13:09:04.339964+0000 mon.a (mon.0) 4750 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:05.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:05 smithi178 bash[77880]: audit 2024-03-21T13:09:04.343230+0000 mon.a (mon.0) 4751 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:05.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:05 smithi178 bash[77880]: audit 2024-03-21T13:09:04.346469+0000 mon.a (mon.0) 4752 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:05.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:05 smithi178 bash[77880]: audit 2024-03-21T13:09:04.347814+0000 mon.a (mon.0) 4753 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:05.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:05 smithi178 bash[77880]: audit 2024-03-21T13:09:04.359088+0000 mon.a (mon.0) 4754 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:05.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:05 smithi178 bash[77880]: audit 2024-03-21T13:09:04.437723+0000 mon.a (mon.0) 4755 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:05.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:05 smithi178 bash[77880]: audit 2024-03-21T13:09:04.439293+0000 mon.a (mon.0) 4756 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-03-21T13:09:05.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:05 smithi178 bash[77880]: cluster 2024-03-21T13:09:04.445319+0000 mon.a (mon.0) 4757 : cluster [DBG] osdmap e158: 8 total, 7 up, 8 in 2024-03-21T13:09:05.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:05 smithi178 bash[77880]: audit 2024-03-21T13:09:04.453776+0000 mon.a (mon.0) 4758 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:05.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:05 smithi178 bash[77880]: audit 2024-03-21T13:09:04.454360+0000 mon.b (mon.2) 8 : audit [INF] from='osd.5 [v2:172.21.15.184:6808/2828145505,v1:172.21.15.184:6809/2828145505]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]: dispatch 2024-03-21T13:09:05.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:05 smithi178 bash[77880]: audit 2024-03-21T13:09:04.455067+0000 mon.a (mon.0) 4759 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]: dispatch 2024-03-21T13:09:05.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:05 smithi178 bash[77880]: audit 2024-03-21T13:09:04.465363+0000 mon.a (mon.0) 4760 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:05.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:05 smithi178 bash[77880]: audit 2024-03-21T13:09:04.466949+0000 mon.a (mon.0) 4761 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:05.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:05 smithi178 bash[75692]: audit 2024-03-21T13:09:04.483861+0000 mon.a (mon.0) 4762 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:05.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:05 smithi178 bash[75692]: audit 2024-03-21T13:09:04.567070+0000 mon.a (mon.0) 4763 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:05.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:05 smithi178 bash[75692]: audit 2024-03-21T13:09:04.570368+0000 mon.a (mon.0) 4764 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:05.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:05 smithi178 bash[75692]: audit 2024-03-21T13:09:04.575881+0000 mon.a (mon.0) 4765 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:05.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:05 smithi178 bash[75692]: audit 2024-03-21T13:09:04.577539+0000 mon.a (mon.0) 4766 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:05.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:05 smithi178 bash[75692]: audit 2024-03-21T13:09:04.633458+0000 mon.a (mon.0) 4767 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:05.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:05 smithi178 bash[75692]: audit 2024-03-21T13:09:04.719023+0000 mon.a (mon.0) 4768 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:05.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:05 smithi178 bash[75692]: audit 2024-03-21T13:09:04.722159+0000 mon.a (mon.0) 4769 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:05.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:05 smithi178 bash[75692]: audit 2024-03-21T13:09:04.726150+0000 mon.a (mon.0) 4770 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:05.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:05 smithi178 bash[75692]: audit 2024-03-21T13:09:04.727744+0000 mon.a (mon.0) 4771 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:05.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:05 smithi178 bash[75692]: audit 2024-03-21T13:09:04.788117+0000 mon.a (mon.0) 4772 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:05.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:05 smithi178 bash[75692]: audit 2024-03-21T13:09:04.834017+0000 mon.a (mon.0) 4773 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:05.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:05 smithi178 bash[75692]: audit 2024-03-21T13:09:04.836107+0000 mon.a (mon.0) 4774 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:09:05.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:05 smithi178 bash[75692]: audit 2024-03-21T13:09:04.902679+0000 mon.a (mon.0) 4775 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:05.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:05 smithi178 bash[75692]: audit 2024-03-21T13:09:04.906147+0000 mon.a (mon.0) 4776 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:05.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:05 smithi178 bash[75692]: audit 2024-03-21T13:09:04.909231+0000 mon.a (mon.0) 4777 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:05.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:05 smithi178 bash[75692]: audit 2024-03-21T13:09:04.910594+0000 mon.a (mon.0) 4778 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:05.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:05 smithi178 bash[75692]: audit 2024-03-21T13:09:04.923024+0000 mon.a (mon.0) 4779 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:05.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:05 smithi178 bash[75692]: audit 2024-03-21T13:09:04.956341+0000 mon.a (mon.0) 4780 : audit [INF] from='osd.5 ' entity='osd.5' 2024-03-21T13:09:05.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:05 smithi178 bash[75692]: audit 2024-03-21T13:09:05.001147+0000 mon.a (mon.0) 4781 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:05.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:05 smithi178 bash[75692]: audit 2024-03-21T13:09:05.005790+0000 mon.a (mon.0) 4782 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:05.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:05 smithi178 bash[75692]: audit 2024-03-21T13:09:05.008816+0000 mon.a (mon.0) 4783 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:05.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:05 smithi178 bash[75692]: audit 2024-03-21T13:09:05.010328+0000 mon.a (mon.0) 4784 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:05.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:05 smithi178 bash[75692]: audit 2024-03-21T13:09:05.022181+0000 mon.a (mon.0) 4785 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:05.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:05 smithi178 bash[75692]: audit 2024-03-21T13:09:05.135523+0000 mon.a (mon.0) 4786 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:05.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:05 smithi178 bash[75692]: audit 2024-03-21T13:09:05.139533+0000 mon.a (mon.0) 4787 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:05.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:05 smithi178 bash[75692]: audit 2024-03-21T13:09:05.145471+0000 mon.a (mon.0) 4788 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:05.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:05 smithi178 bash[75692]: audit 2024-03-21T13:09:05.147163+0000 mon.a (mon.0) 4789 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:05.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:05 smithi178 bash[75692]: audit 2024-03-21T13:09:05.159283+0000 mon.a (mon.0) 4790 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:05.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:05 smithi178 bash[77880]: audit 2024-03-21T13:09:04.483861+0000 mon.a (mon.0) 4762 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:05.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:05 smithi178 bash[77880]: audit 2024-03-21T13:09:04.567070+0000 mon.a (mon.0) 4763 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:05.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:05 smithi178 bash[77880]: audit 2024-03-21T13:09:04.570368+0000 mon.a (mon.0) 4764 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:05.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:05 smithi178 bash[77880]: audit 2024-03-21T13:09:04.575881+0000 mon.a (mon.0) 4765 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:05.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:05 smithi178 bash[77880]: audit 2024-03-21T13:09:04.577539+0000 mon.a (mon.0) 4766 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:05.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:05 smithi178 bash[77880]: audit 2024-03-21T13:09:04.633458+0000 mon.a (mon.0) 4767 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:05.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:05 smithi178 bash[77880]: audit 2024-03-21T13:09:04.719023+0000 mon.a (mon.0) 4768 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:05.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:05 smithi178 bash[77880]: audit 2024-03-21T13:09:04.722159+0000 mon.a (mon.0) 4769 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:05.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:05 smithi178 bash[77880]: audit 2024-03-21T13:09:04.726150+0000 mon.a (mon.0) 4770 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:05.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:05 smithi178 bash[77880]: audit 2024-03-21T13:09:04.727744+0000 mon.a (mon.0) 4771 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:05.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:05 smithi178 bash[77880]: audit 2024-03-21T13:09:04.788117+0000 mon.a (mon.0) 4772 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:05.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:05 smithi178 bash[77880]: audit 2024-03-21T13:09:04.834017+0000 mon.a (mon.0) 4773 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:05.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:05 smithi178 bash[77880]: audit 2024-03-21T13:09:04.836107+0000 mon.a (mon.0) 4774 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:09:05.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:05 smithi178 bash[77880]: audit 2024-03-21T13:09:04.902679+0000 mon.a (mon.0) 4775 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:05.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:05 smithi178 bash[77880]: audit 2024-03-21T13:09:04.906147+0000 mon.a (mon.0) 4776 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:05.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:05 smithi178 bash[77880]: audit 2024-03-21T13:09:04.909231+0000 mon.a (mon.0) 4777 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:05.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:05 smithi178 bash[77880]: audit 2024-03-21T13:09:04.910594+0000 mon.a (mon.0) 4778 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:05.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:05 smithi178 bash[77880]: audit 2024-03-21T13:09:04.923024+0000 mon.a (mon.0) 4779 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:05.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:05 smithi178 bash[77880]: audit 2024-03-21T13:09:04.956341+0000 mon.a (mon.0) 4780 : audit [INF] from='osd.5 ' entity='osd.5' 2024-03-21T13:09:05.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:05 smithi178 bash[77880]: audit 2024-03-21T13:09:05.001147+0000 mon.a (mon.0) 4781 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:05.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:05 smithi178 bash[77880]: audit 2024-03-21T13:09:05.005790+0000 mon.a (mon.0) 4782 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:05.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:05 smithi178 bash[77880]: audit 2024-03-21T13:09:05.008816+0000 mon.a (mon.0) 4783 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:05.563 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:05 smithi178 bash[77880]: audit 2024-03-21T13:09:05.010328+0000 mon.a (mon.0) 4784 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:05.563 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:05 smithi178 bash[77880]: audit 2024-03-21T13:09:05.022181+0000 mon.a (mon.0) 4785 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:05.563 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:05 smithi178 bash[77880]: audit 2024-03-21T13:09:05.135523+0000 mon.a (mon.0) 4786 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:05.563 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:05 smithi178 bash[77880]: audit 2024-03-21T13:09:05.139533+0000 mon.a (mon.0) 4787 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:05.563 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:05 smithi178 bash[77880]: audit 2024-03-21T13:09:05.145471+0000 mon.a (mon.0) 4788 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:05.563 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:05 smithi178 bash[77880]: audit 2024-03-21T13:09:05.147163+0000 mon.a (mon.0) 4789 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:05.563 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:05 smithi178 bash[77880]: audit 2024-03-21T13:09:05.159283+0000 mon.a (mon.0) 4790 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:05.662 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:09:05 smithi184 bash[52419]: ::ffff:172.21.15.184 - - [21/Mar/2024:13:09:05] "GET /metrics HTTP/1.1" 200 38609 "" "Prometheus/2.33.4" 2024-03-21T13:09:06.402 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:06 smithi184 bash[59794]: cluster 2024-03-21T13:09:04.253984+0000 mgr.x (mgr.34104) 3257 : cluster [DBG] pgmap v2153: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:06.402 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:06 smithi184 bash[59794]: cluster 2024-03-21T13:09:04.254838+0000 mgr.x (mgr.34104) 3258 : cluster [DBG] pgmap v2154: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:06.403 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:06 smithi184 bash[59794]: cephadm 2024-03-21T13:09:04.261791+0000 mgr.x (mgr.34104) 3259 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:06.403 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:06 smithi184 bash[59794]: cluster 2024-03-21T13:09:04.350926+0000 mgr.x (mgr.34104) 3260 : cluster [DBG] pgmap v2155: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:06.403 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:06 smithi184 bash[59794]: cluster 2024-03-21T13:09:04.351635+0000 mgr.x (mgr.34104) 3261 : cluster [DBG] pgmap v2156: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:06.403 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:06 smithi184 bash[59794]: cephadm 2024-03-21T13:09:04.360591+0000 mgr.x (mgr.34104) 3262 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:06.403 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:06 smithi184 bash[59794]: cluster 2024-03-21T13:09:04.470277+0000 mgr.x (mgr.34104) 3263 : cluster [DBG] pgmap v2158: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:06.403 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:06 smithi184 bash[59794]: cluster 2024-03-21T13:09:04.471348+0000 mgr.x (mgr.34104) 3264 : cluster [DBG] pgmap v2159: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:06.403 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:06 smithi184 bash[59794]: cephadm 2024-03-21T13:09:04.485507+0000 mgr.x (mgr.34104) 3265 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:06.403 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:06 smithi184 bash[59794]: cluster 2024-03-21T13:09:04.581663+0000 mgr.x (mgr.34104) 3266 : cluster [DBG] pgmap v2160: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:06.403 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:06 smithi184 bash[59794]: cluster 2024-03-21T13:09:04.582490+0000 mgr.x (mgr.34104) 3267 : cluster [DBG] pgmap v2161: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:06.403 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:06 smithi184 bash[59794]: cephadm 2024-03-21T13:09:04.635413+0000 mgr.x (mgr.34104) 3268 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:06.403 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:06 smithi184 bash[59794]: cluster 2024-03-21T13:09:04.731622+0000 mgr.x (mgr.34104) 3269 : cluster [DBG] pgmap v2162: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:06.403 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:06 smithi184 bash[59794]: cluster 2024-03-21T13:09:04.732459+0000 mgr.x (mgr.34104) 3270 : cluster [DBG] pgmap v2163: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:06.403 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:06 smithi184 bash[59794]: cephadm 2024-03-21T13:09:04.790003+0000 mgr.x (mgr.34104) 3271 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:06.403 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:06 smithi184 bash[59794]: cluster 2024-03-21T13:09:04.914046+0000 mgr.x (mgr.34104) 3272 : cluster [DBG] pgmap v2164: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:06.404 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:06 smithi184 bash[59794]: cluster 2024-03-21T13:09:04.914552+0000 mgr.x (mgr.34104) 3273 : cluster [DBG] pgmap v2165: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:06.404 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:06 smithi184 bash[59794]: cephadm 2024-03-21T13:09:04.924718+0000 mgr.x (mgr.34104) 3274 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:06.404 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:06 smithi184 bash[59794]: cluster 2024-03-21T13:09:05.013957+0000 mgr.x (mgr.34104) 3275 : cluster [DBG] pgmap v2166: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:06.404 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:06 smithi184 bash[59794]: cluster 2024-03-21T13:09:05.014382+0000 mgr.x (mgr.34104) 3276 : cluster [DBG] pgmap v2167: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:06.404 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:06 smithi184 bash[59794]: cephadm 2024-03-21T13:09:05.023735+0000 mgr.x (mgr.34104) 3277 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:06.404 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:06 smithi184 bash[59794]: cluster 2024-03-21T13:09:05.150683+0000 mgr.x (mgr.34104) 3278 : cluster [DBG] pgmap v2168: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:06.404 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:06 smithi184 bash[59794]: cluster 2024-03-21T13:09:05.151014+0000 mgr.x (mgr.34104) 3279 : cluster [DBG] pgmap v2169: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:06.404 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:06 smithi184 bash[59794]: cephadm 2024-03-21T13:09:05.160985+0000 mgr.x (mgr.34104) 3280 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:06.404 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:06 smithi184 bash[59794]: audit 2024-03-21T13:09:05.240737+0000 mon.a (mon.0) 4791 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:06.404 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:06 smithi184 bash[59794]: audit 2024-03-21T13:09:05.243343+0000 mon.a (mon.0) 4792 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:06.404 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:06 smithi184 bash[59794]: audit 2024-03-21T13:09:05.245928+0000 mon.a (mon.0) 4793 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:06.404 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:06 smithi184 bash[59794]: audit 2024-03-21T13:09:05.246986+0000 mon.a (mon.0) 4794 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:06.404 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:06 smithi184 bash[59794]: audit 2024-03-21T13:09:05.255157+0000 mon.a (mon.0) 4795 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:06.404 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:06 smithi184 bash[59794]: audit 2024-03-21T13:09:05.331263+0000 mon.a (mon.0) 4796 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:06.405 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:06 smithi184 bash[59794]: audit 2024-03-21T13:09:05.334177+0000 mon.a (mon.0) 4797 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:06.405 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:06 smithi184 bash[59794]: audit 2024-03-21T13:09:05.336846+0000 mon.a (mon.0) 4798 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:06.405 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:06 smithi184 bash[59794]: audit 2024-03-21T13:09:05.337975+0000 mon.a (mon.0) 4799 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:06.405 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:06 smithi184 bash[59794]: audit 2024-03-21T13:09:05.349412+0000 mon.a (mon.0) 4800 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:06.405 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:06 smithi184 bash[59794]: audit 2024-03-21T13:09:05.432091+0000 mon.a (mon.0) 4801 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:06.405 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:06 smithi184 bash[59794]: audit 2024-03-21T13:09:05.435557+0000 mon.a (mon.0) 4802 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:06.405 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:06 smithi184 bash[59794]: audit 2024-03-21T13:09:05.438650+0000 mon.a (mon.0) 4803 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:06.405 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:06 smithi184 bash[59794]: audit 2024-03-21T13:09:05.439958+0000 mon.a (mon.0) 4804 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:06.405 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:06 smithi184 bash[59794]: audit 2024-03-21T13:09:05.460342+0000 mon.a (mon.0) 4805 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:06.405 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:06 smithi184 bash[59794]: audit 2024-03-21T13:09:05.540826+0000 mon.a (mon.0) 4806 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:06.405 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:06 smithi184 bash[59794]: audit 2024-03-21T13:09:05.544788+0000 mon.a (mon.0) 4807 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:06.405 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:06 smithi184 bash[59794]: audit 2024-03-21T13:09:05.547676+0000 mon.a (mon.0) 4808 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:06.405 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:06 smithi184 bash[59794]: audit 2024-03-21T13:09:05.549279+0000 mon.a (mon.0) 4809 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:06.405 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:06 smithi184 bash[59794]: audit 2024-03-21T13:09:05.561000+0000 mon.a (mon.0) 4810 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:06.405 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:06 smithi184 bash[59794]: audit 2024-03-21T13:09:05.641147+0000 mon.a (mon.0) 4811 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:06.406 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:06 smithi184 bash[59794]: audit 2024-03-21T13:09:05.645053+0000 mon.a (mon.0) 4812 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:06.406 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:06 smithi184 bash[59794]: audit 2024-03-21T13:09:05.649248+0000 mon.a (mon.0) 4813 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:06.406 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:06 smithi184 bash[59794]: audit 2024-03-21T13:09:05.651725+0000 mon.a (mon.0) 4814 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:06.406 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:06 smithi184 bash[59794]: audit 2024-03-21T13:09:05.664280+0000 mon.a (mon.0) 4815 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:06.406 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:06 smithi184 bash[59794]: audit 2024-03-21T13:09:05.744797+0000 mon.a (mon.0) 4816 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:06.406 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:06 smithi184 bash[59794]: audit 2024-03-21T13:09:05.748477+0000 mon.a (mon.0) 4817 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:06.406 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:06 smithi184 bash[59794]: audit 2024-03-21T13:09:05.751289+0000 mon.a (mon.0) 4818 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:06.406 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:06 smithi184 bash[59794]: audit 2024-03-21T13:09:05.752548+0000 mon.a (mon.0) 4819 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:06.406 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:06 smithi184 bash[59794]: audit 2024-03-21T13:09:05.765022+0000 mon.a (mon.0) 4820 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:06.406 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:06 smithi184 bash[59794]: audit 2024-03-21T13:09:05.848005+0000 mon.a (mon.0) 4821 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:06.406 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:06 smithi184 bash[59794]: audit 2024-03-21T13:09:05.851927+0000 mon.a (mon.0) 4822 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:06.406 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:06 smithi184 bash[59794]: audit 2024-03-21T13:09:05.855481+0000 mon.a (mon.0) 4823 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:06.406 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:06 smithi184 bash[59794]: audit 2024-03-21T13:09:05.856943+0000 mon.a (mon.0) 4824 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:06.406 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:06 smithi184 bash[59794]: audit 2024-03-21T13:09:05.867549+0000 mon.a (mon.0) 4825 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:06.407 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:06 smithi184 bash[59794]: audit 2024-03-21T13:09:05.946443+0000 mon.a (mon.0) 4826 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:06.407 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:06 smithi184 bash[59794]: audit 2024-03-21T13:09:05.950365+0000 mon.a (mon.0) 4827 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:06.407 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:06 smithi184 bash[59794]: cluster 2024-03-21T13:09:05.953375+0000 mon.a (mon.0) 4828 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-21T13:09:06.407 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:06 smithi184 bash[59794]: audit 2024-03-21T13:09:05.954425+0000 mon.a (mon.0) 4829 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:06.407 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:06 smithi184 bash[59794]: cluster 2024-03-21T13:09:05.968227+0000 mon.a (mon.0) 4830 : cluster [INF] osd.5 [v2:172.21.15.184:6808/2828145505,v1:172.21.15.184:6809/2828145505] boot 2024-03-21T13:09:06.407 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:06 smithi184 bash[59794]: cluster 2024-03-21T13:09:05.968538+0000 mon.a (mon.0) 4831 : cluster [DBG] osdmap e159: 8 total, 8 up, 8 in 2024-03-21T13:09:06.407 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:06 smithi184 bash[59794]: audit 2024-03-21T13:09:05.970893+0000 mon.a (mon.0) 4832 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:06.407 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:06 smithi184 bash[59794]: audit 2024-03-21T13:09:05.971771+0000 mon.a (mon.0) 4833 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-21T13:09:06.407 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:06 smithi184 bash[59794]: audit 2024-03-21T13:09:05.985357+0000 mon.a (mon.0) 4834 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:06.407 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:06 smithi184 bash[59794]: audit 2024-03-21T13:09:06.039609+0000 mon.a (mon.0) 4835 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:06.407 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:06 smithi184 bash[59794]: audit 2024-03-21T13:09:06.042969+0000 mon.a (mon.0) 4836 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:06.407 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:06 smithi184 bash[59794]: audit 2024-03-21T13:09:06.047859+0000 mon.a (mon.0) 4837 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:06.407 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:06 smithi184 bash[59794]: audit 2024-03-21T13:09:06.049055+0000 mon.a (mon.0) 4838 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:06.407 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:06 smithi184 bash[59794]: audit 2024-03-21T13:09:06.060919+0000 mon.a (mon.0) 4839 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:06.408 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:06 smithi184 bash[59794]: audit 2024-03-21T13:09:06.175566+0000 mon.a (mon.0) 4840 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:06.408 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:06 smithi184 bash[59794]: audit 2024-03-21T13:09:06.178679+0000 mon.a (mon.0) 4841 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:06.408 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:06 smithi184 bash[59794]: audit 2024-03-21T13:09:06.182182+0000 mon.a (mon.0) 4842 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:06.408 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:06 smithi184 bash[59794]: audit 2024-03-21T13:09:06.183616+0000 mon.a (mon.0) 4843 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:06.408 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:06 smithi184 bash[59794]: audit 2024-03-21T13:09:06.195402+0000 mon.a (mon.0) 4844 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:06.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:06 smithi178 bash[75692]: cluster 2024-03-21T13:09:04.253984+0000 mgr.x (mgr.34104) 3257 : cluster [DBG] pgmap v2153: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:06.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:06 smithi178 bash[75692]: cluster 2024-03-21T13:09:04.254838+0000 mgr.x (mgr.34104) 3258 : cluster [DBG] pgmap v2154: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:06.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:06 smithi178 bash[75692]: cephadm 2024-03-21T13:09:04.261791+0000 mgr.x (mgr.34104) 3259 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:06.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:06 smithi178 bash[75692]: cluster 2024-03-21T13:09:04.350926+0000 mgr.x (mgr.34104) 3260 : cluster [DBG] pgmap v2155: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:06.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:06 smithi178 bash[75692]: cluster 2024-03-21T13:09:04.351635+0000 mgr.x (mgr.34104) 3261 : cluster [DBG] pgmap v2156: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:06.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:06 smithi178 bash[75692]: cephadm 2024-03-21T13:09:04.360591+0000 mgr.x (mgr.34104) 3262 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:06.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:06 smithi178 bash[75692]: cluster 2024-03-21T13:09:04.470277+0000 mgr.x (mgr.34104) 3263 : cluster [DBG] pgmap v2158: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:06.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:06 smithi178 bash[75692]: cluster 2024-03-21T13:09:04.471348+0000 mgr.x (mgr.34104) 3264 : cluster [DBG] pgmap v2159: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:06.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:06 smithi178 bash[75692]: cephadm 2024-03-21T13:09:04.485507+0000 mgr.x (mgr.34104) 3265 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:06.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:06 smithi178 bash[75692]: cluster 2024-03-21T13:09:04.581663+0000 mgr.x (mgr.34104) 3266 : cluster [DBG] pgmap v2160: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:06.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:06 smithi178 bash[75692]: cluster 2024-03-21T13:09:04.582490+0000 mgr.x (mgr.34104) 3267 : cluster [DBG] pgmap v2161: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:06.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:06 smithi178 bash[75692]: cephadm 2024-03-21T13:09:04.635413+0000 mgr.x (mgr.34104) 3268 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:06.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:06 smithi178 bash[75692]: cluster 2024-03-21T13:09:04.731622+0000 mgr.x (mgr.34104) 3269 : cluster [DBG] pgmap v2162: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:06.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:06 smithi178 bash[77880]: cluster 2024-03-21T13:09:04.253984+0000 mgr.x (mgr.34104) 3257 : cluster [DBG] pgmap v2153: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:06.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:06 smithi178 bash[77880]: cluster 2024-03-21T13:09:04.254838+0000 mgr.x (mgr.34104) 3258 : cluster [DBG] pgmap v2154: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:06.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:06 smithi178 bash[77880]: cephadm 2024-03-21T13:09:04.261791+0000 mgr.x (mgr.34104) 3259 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:06.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:06 smithi178 bash[77880]: cluster 2024-03-21T13:09:04.350926+0000 mgr.x (mgr.34104) 3260 : cluster [DBG] pgmap v2155: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:06.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:06 smithi178 bash[77880]: cluster 2024-03-21T13:09:04.351635+0000 mgr.x (mgr.34104) 3261 : cluster [DBG] pgmap v2156: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:06.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:06 smithi178 bash[77880]: cephadm 2024-03-21T13:09:04.360591+0000 mgr.x (mgr.34104) 3262 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:06.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:06 smithi178 bash[77880]: cluster 2024-03-21T13:09:04.470277+0000 mgr.x (mgr.34104) 3263 : cluster [DBG] pgmap v2158: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:06.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:06 smithi178 bash[77880]: cluster 2024-03-21T13:09:04.471348+0000 mgr.x (mgr.34104) 3264 : cluster [DBG] pgmap v2159: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 211 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:06.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:06 smithi178 bash[77880]: cephadm 2024-03-21T13:09:04.485507+0000 mgr.x (mgr.34104) 3265 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:06.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:06 smithi178 bash[77880]: cluster 2024-03-21T13:09:04.581663+0000 mgr.x (mgr.34104) 3266 : cluster [DBG] pgmap v2160: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:06.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:06 smithi178 bash[77880]: cluster 2024-03-21T13:09:04.582490+0000 mgr.x (mgr.34104) 3267 : cluster [DBG] pgmap v2161: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:06.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:06 smithi178 bash[77880]: cephadm 2024-03-21T13:09:04.635413+0000 mgr.x (mgr.34104) 3268 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:06.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:06 smithi178 bash[77880]: cluster 2024-03-21T13:09:04.731622+0000 mgr.x (mgr.34104) 3269 : cluster [DBG] pgmap v2162: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:06.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:06 smithi178 bash[75692]: cluster 2024-03-21T13:09:04.732459+0000 mgr.x (mgr.34104) 3270 : cluster [DBG] pgmap v2163: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:06.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:06 smithi178 bash[75692]: cephadm 2024-03-21T13:09:04.790003+0000 mgr.x (mgr.34104) 3271 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:06.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:06 smithi178 bash[75692]: cluster 2024-03-21T13:09:04.914046+0000 mgr.x (mgr.34104) 3272 : cluster [DBG] pgmap v2164: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:06.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:06 smithi178 bash[75692]: cluster 2024-03-21T13:09:04.914552+0000 mgr.x (mgr.34104) 3273 : cluster [DBG] pgmap v2165: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:06.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:06 smithi178 bash[75692]: cephadm 2024-03-21T13:09:04.924718+0000 mgr.x (mgr.34104) 3274 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:06.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:06 smithi178 bash[75692]: cluster 2024-03-21T13:09:05.013957+0000 mgr.x (mgr.34104) 3275 : cluster [DBG] pgmap v2166: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:06.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:06 smithi178 bash[75692]: cluster 2024-03-21T13:09:05.014382+0000 mgr.x (mgr.34104) 3276 : cluster [DBG] pgmap v2167: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:06.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:06 smithi178 bash[75692]: cephadm 2024-03-21T13:09:05.023735+0000 mgr.x (mgr.34104) 3277 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:06.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:06 smithi178 bash[75692]: cluster 2024-03-21T13:09:05.150683+0000 mgr.x (mgr.34104) 3278 : cluster [DBG] pgmap v2168: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:06.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:06 smithi178 bash[75692]: cluster 2024-03-21T13:09:05.151014+0000 mgr.x (mgr.34104) 3279 : cluster [DBG] pgmap v2169: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:06.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:06 smithi178 bash[75692]: cephadm 2024-03-21T13:09:05.160985+0000 mgr.x (mgr.34104) 3280 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:06.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:06 smithi178 bash[75692]: audit 2024-03-21T13:09:05.240737+0000 mon.a (mon.0) 4791 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:06.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:06 smithi178 bash[75692]: audit 2024-03-21T13:09:05.243343+0000 mon.a (mon.0) 4792 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:06.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:06 smithi178 bash[75692]: audit 2024-03-21T13:09:05.245928+0000 mon.a (mon.0) 4793 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:06.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:06 smithi178 bash[75692]: audit 2024-03-21T13:09:05.246986+0000 mon.a (mon.0) 4794 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:06.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:06 smithi178 bash[77880]: cluster 2024-03-21T13:09:04.732459+0000 mgr.x (mgr.34104) 3270 : cluster [DBG] pgmap v2163: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:06.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:06 smithi178 bash[77880]: cephadm 2024-03-21T13:09:04.790003+0000 mgr.x (mgr.34104) 3271 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:06.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:06 smithi178 bash[77880]: cluster 2024-03-21T13:09:04.914046+0000 mgr.x (mgr.34104) 3272 : cluster [DBG] pgmap v2164: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:06.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:06 smithi178 bash[77880]: cluster 2024-03-21T13:09:04.914552+0000 mgr.x (mgr.34104) 3273 : cluster [DBG] pgmap v2165: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:06.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:06 smithi178 bash[77880]: cephadm 2024-03-21T13:09:04.924718+0000 mgr.x (mgr.34104) 3274 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:06.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:06 smithi178 bash[77880]: cluster 2024-03-21T13:09:05.013957+0000 mgr.x (mgr.34104) 3275 : cluster [DBG] pgmap v2166: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:06.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:06 smithi178 bash[77880]: cluster 2024-03-21T13:09:05.014382+0000 mgr.x (mgr.34104) 3276 : cluster [DBG] pgmap v2167: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:06.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:06 smithi178 bash[77880]: cephadm 2024-03-21T13:09:05.023735+0000 mgr.x (mgr.34104) 3277 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:06.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:06 smithi178 bash[77880]: cluster 2024-03-21T13:09:05.150683+0000 mgr.x (mgr.34104) 3278 : cluster [DBG] pgmap v2168: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:06.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:06 smithi178 bash[77880]: cluster 2024-03-21T13:09:05.151014+0000 mgr.x (mgr.34104) 3279 : cluster [DBG] pgmap v2169: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:06.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:06 smithi178 bash[77880]: cephadm 2024-03-21T13:09:05.160985+0000 mgr.x (mgr.34104) 3280 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:06.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:06 smithi178 bash[77880]: audit 2024-03-21T13:09:05.240737+0000 mon.a (mon.0) 4791 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:06.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:06 smithi178 bash[77880]: audit 2024-03-21T13:09:05.243343+0000 mon.a (mon.0) 4792 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:06.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:06 smithi178 bash[77880]: audit 2024-03-21T13:09:05.245928+0000 mon.a (mon.0) 4793 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:06.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:06 smithi178 bash[77880]: audit 2024-03-21T13:09:05.246986+0000 mon.a (mon.0) 4794 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:06.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:06 smithi178 bash[75692]: audit 2024-03-21T13:09:05.255157+0000 mon.a (mon.0) 4795 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:06.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:06 smithi178 bash[75692]: audit 2024-03-21T13:09:05.331263+0000 mon.a (mon.0) 4796 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:06.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:06 smithi178 bash[75692]: audit 2024-03-21T13:09:05.334177+0000 mon.a (mon.0) 4797 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:06.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:06 smithi178 bash[75692]: audit 2024-03-21T13:09:05.336846+0000 mon.a (mon.0) 4798 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:06.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:06 smithi178 bash[75692]: audit 2024-03-21T13:09:05.337975+0000 mon.a (mon.0) 4799 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:06.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:06 smithi178 bash[75692]: audit 2024-03-21T13:09:05.349412+0000 mon.a (mon.0) 4800 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:06.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:06 smithi178 bash[75692]: audit 2024-03-21T13:09:05.432091+0000 mon.a (mon.0) 4801 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:06.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:06 smithi178 bash[75692]: audit 2024-03-21T13:09:05.435557+0000 mon.a (mon.0) 4802 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:06.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:06 smithi178 bash[75692]: audit 2024-03-21T13:09:05.438650+0000 mon.a (mon.0) 4803 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:06.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:06 smithi178 bash[75692]: audit 2024-03-21T13:09:05.439958+0000 mon.a (mon.0) 4804 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:06.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:06 smithi178 bash[75692]: audit 2024-03-21T13:09:05.460342+0000 mon.a (mon.0) 4805 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:06.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:06 smithi178 bash[75692]: audit 2024-03-21T13:09:05.540826+0000 mon.a (mon.0) 4806 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:06.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:06 smithi178 bash[75692]: audit 2024-03-21T13:09:05.544788+0000 mon.a (mon.0) 4807 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:06.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:06 smithi178 bash[75692]: audit 2024-03-21T13:09:05.547676+0000 mon.a (mon.0) 4808 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:06.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:06 smithi178 bash[75692]: audit 2024-03-21T13:09:05.549279+0000 mon.a (mon.0) 4809 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:06.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:06 smithi178 bash[75692]: audit 2024-03-21T13:09:05.561000+0000 mon.a (mon.0) 4810 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:06.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:06 smithi178 bash[75692]: audit 2024-03-21T13:09:05.641147+0000 mon.a (mon.0) 4811 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:06.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:06 smithi178 bash[75692]: audit 2024-03-21T13:09:05.645053+0000 mon.a (mon.0) 4812 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:06.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:06 smithi178 bash[75692]: audit 2024-03-21T13:09:05.649248+0000 mon.a (mon.0) 4813 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:06.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:06 smithi178 bash[77880]: audit 2024-03-21T13:09:05.255157+0000 mon.a (mon.0) 4795 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:06.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:06 smithi178 bash[77880]: audit 2024-03-21T13:09:05.331263+0000 mon.a (mon.0) 4796 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:06.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:06 smithi178 bash[77880]: audit 2024-03-21T13:09:05.334177+0000 mon.a (mon.0) 4797 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:06.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:06 smithi178 bash[77880]: audit 2024-03-21T13:09:05.336846+0000 mon.a (mon.0) 4798 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:06.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:06 smithi178 bash[77880]: audit 2024-03-21T13:09:05.337975+0000 mon.a (mon.0) 4799 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:06.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:06 smithi178 bash[77880]: audit 2024-03-21T13:09:05.349412+0000 mon.a (mon.0) 4800 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:06.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:06 smithi178 bash[77880]: audit 2024-03-21T13:09:05.432091+0000 mon.a (mon.0) 4801 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:06.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:06 smithi178 bash[77880]: audit 2024-03-21T13:09:05.435557+0000 mon.a (mon.0) 4802 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:06.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:06 smithi178 bash[77880]: audit 2024-03-21T13:09:05.438650+0000 mon.a (mon.0) 4803 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:06.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:06 smithi178 bash[77880]: audit 2024-03-21T13:09:05.439958+0000 mon.a (mon.0) 4804 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:06.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:06 smithi178 bash[77880]: audit 2024-03-21T13:09:05.460342+0000 mon.a (mon.0) 4805 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:06.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:06 smithi178 bash[77880]: audit 2024-03-21T13:09:05.540826+0000 mon.a (mon.0) 4806 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:06.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:06 smithi178 bash[77880]: audit 2024-03-21T13:09:05.544788+0000 mon.a (mon.0) 4807 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:06.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:06 smithi178 bash[77880]: audit 2024-03-21T13:09:05.547676+0000 mon.a (mon.0) 4808 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:06.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:06 smithi178 bash[77880]: audit 2024-03-21T13:09:05.549279+0000 mon.a (mon.0) 4809 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:06.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:06 smithi178 bash[77880]: audit 2024-03-21T13:09:05.561000+0000 mon.a (mon.0) 4810 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:06.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:06 smithi178 bash[77880]: audit 2024-03-21T13:09:05.641147+0000 mon.a (mon.0) 4811 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:06.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:06 smithi178 bash[77880]: audit 2024-03-21T13:09:05.645053+0000 mon.a (mon.0) 4812 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:06.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:06 smithi178 bash[77880]: audit 2024-03-21T13:09:05.649248+0000 mon.a (mon.0) 4813 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:06.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:06 smithi178 bash[75692]: audit 2024-03-21T13:09:05.651725+0000 mon.a (mon.0) 4814 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:06.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:06 smithi178 bash[75692]: audit 2024-03-21T13:09:05.664280+0000 mon.a (mon.0) 4815 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:06.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:06 smithi178 bash[75692]: audit 2024-03-21T13:09:05.744797+0000 mon.a (mon.0) 4816 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:06.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:06 smithi178 bash[75692]: audit 2024-03-21T13:09:05.748477+0000 mon.a (mon.0) 4817 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:06.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:06 smithi178 bash[75692]: audit 2024-03-21T13:09:05.751289+0000 mon.a (mon.0) 4818 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:06.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:06 smithi178 bash[75692]: audit 2024-03-21T13:09:05.752548+0000 mon.a (mon.0) 4819 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:06.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:06 smithi178 bash[75692]: audit 2024-03-21T13:09:05.765022+0000 mon.a (mon.0) 4820 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:06.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:06 smithi178 bash[75692]: audit 2024-03-21T13:09:05.848005+0000 mon.a (mon.0) 4821 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:06.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:06 smithi178 bash[75692]: audit 2024-03-21T13:09:05.851927+0000 mon.a (mon.0) 4822 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:06.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:06 smithi178 bash[75692]: audit 2024-03-21T13:09:05.855481+0000 mon.a (mon.0) 4823 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:06.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:06 smithi178 bash[75692]: audit 2024-03-21T13:09:05.856943+0000 mon.a (mon.0) 4824 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:06.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:06 smithi178 bash[75692]: audit 2024-03-21T13:09:05.867549+0000 mon.a (mon.0) 4825 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:06.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:06 smithi178 bash[75692]: audit 2024-03-21T13:09:05.946443+0000 mon.a (mon.0) 4826 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:06.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:06 smithi178 bash[75692]: audit 2024-03-21T13:09:05.950365+0000 mon.a (mon.0) 4827 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:06.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:06 smithi178 bash[75692]: cluster 2024-03-21T13:09:05.953375+0000 mon.a (mon.0) 4828 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-21T13:09:06.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:06 smithi178 bash[75692]: audit 2024-03-21T13:09:05.954425+0000 mon.a (mon.0) 4829 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:06.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:06 smithi178 bash[75692]: cluster 2024-03-21T13:09:05.968227+0000 mon.a (mon.0) 4830 : cluster [INF] osd.5 [v2:172.21.15.184:6808/2828145505,v1:172.21.15.184:6809/2828145505] boot 2024-03-21T13:09:06.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:06 smithi178 bash[75692]: cluster 2024-03-21T13:09:05.968538+0000 mon.a (mon.0) 4831 : cluster [DBG] osdmap e159: 8 total, 8 up, 8 in 2024-03-21T13:09:06.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:06 smithi178 bash[75692]: audit 2024-03-21T13:09:05.970893+0000 mon.a (mon.0) 4832 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:06.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:06 smithi178 bash[75692]: audit 2024-03-21T13:09:05.971771+0000 mon.a (mon.0) 4833 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-21T13:09:06.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:06 smithi178 bash[75692]: audit 2024-03-21T13:09:05.985357+0000 mon.a (mon.0) 4834 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:06.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:06 smithi178 bash[75692]: audit 2024-03-21T13:09:06.039609+0000 mon.a (mon.0) 4835 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:06.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:06 smithi178 bash[75692]: audit 2024-03-21T13:09:06.042969+0000 mon.a (mon.0) 4836 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:06.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:06 smithi178 bash[75692]: audit 2024-03-21T13:09:06.047859+0000 mon.a (mon.0) 4837 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:06.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:06 smithi178 bash[75692]: audit 2024-03-21T13:09:06.049055+0000 mon.a (mon.0) 4838 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:06.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:06 smithi178 bash[75692]: audit 2024-03-21T13:09:06.060919+0000 mon.a (mon.0) 4839 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:06.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:06 smithi178 bash[75692]: audit 2024-03-21T13:09:06.175566+0000 mon.a (mon.0) 4840 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:06.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:06 smithi178 bash[75692]: audit 2024-03-21T13:09:06.178679+0000 mon.a (mon.0) 4841 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:06.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:06 smithi178 bash[75692]: audit 2024-03-21T13:09:06.182182+0000 mon.a (mon.0) 4842 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:06.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:06 smithi178 bash[75692]: audit 2024-03-21T13:09:06.183616+0000 mon.a (mon.0) 4843 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:06.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:06 smithi178 bash[75692]: audit 2024-03-21T13:09:06.195402+0000 mon.a (mon.0) 4844 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:06.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:06 smithi178 bash[77880]: audit 2024-03-21T13:09:05.651725+0000 mon.a (mon.0) 4814 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:06.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:06 smithi178 bash[77880]: audit 2024-03-21T13:09:05.664280+0000 mon.a (mon.0) 4815 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:06.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:06 smithi178 bash[77880]: audit 2024-03-21T13:09:05.744797+0000 mon.a (mon.0) 4816 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:06.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:06 smithi178 bash[77880]: audit 2024-03-21T13:09:05.748477+0000 mon.a (mon.0) 4817 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:06.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:06 smithi178 bash[77880]: audit 2024-03-21T13:09:05.751289+0000 mon.a (mon.0) 4818 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:06.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:06 smithi178 bash[77880]: audit 2024-03-21T13:09:05.752548+0000 mon.a (mon.0) 4819 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:06.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:06 smithi178 bash[77880]: audit 2024-03-21T13:09:05.765022+0000 mon.a (mon.0) 4820 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:06.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:06 smithi178 bash[77880]: audit 2024-03-21T13:09:05.848005+0000 mon.a (mon.0) 4821 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:06.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:06 smithi178 bash[77880]: audit 2024-03-21T13:09:05.851927+0000 mon.a (mon.0) 4822 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:06.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:06 smithi178 bash[77880]: audit 2024-03-21T13:09:05.855481+0000 mon.a (mon.0) 4823 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:06.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:06 smithi178 bash[77880]: audit 2024-03-21T13:09:05.856943+0000 mon.a (mon.0) 4824 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:06.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:06 smithi178 bash[77880]: audit 2024-03-21T13:09:05.867549+0000 mon.a (mon.0) 4825 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:06.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:06 smithi178 bash[77880]: audit 2024-03-21T13:09:05.946443+0000 mon.a (mon.0) 4826 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:06.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:06 smithi178 bash[77880]: audit 2024-03-21T13:09:05.950365+0000 mon.a (mon.0) 4827 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:06.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:06 smithi178 bash[77880]: cluster 2024-03-21T13:09:05.953375+0000 mon.a (mon.0) 4828 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-21T13:09:06.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:06 smithi178 bash[77880]: audit 2024-03-21T13:09:05.954425+0000 mon.a (mon.0) 4829 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:06.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:06 smithi178 bash[77880]: cluster 2024-03-21T13:09:05.968227+0000 mon.a (mon.0) 4830 : cluster [INF] osd.5 [v2:172.21.15.184:6808/2828145505,v1:172.21.15.184:6809/2828145505] boot 2024-03-21T13:09:06.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:06 smithi178 bash[77880]: cluster 2024-03-21T13:09:05.968538+0000 mon.a (mon.0) 4831 : cluster [DBG] osdmap e159: 8 total, 8 up, 8 in 2024-03-21T13:09:06.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:06 smithi178 bash[77880]: audit 2024-03-21T13:09:05.970893+0000 mon.a (mon.0) 4832 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:06.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:06 smithi178 bash[77880]: audit 2024-03-21T13:09:05.971771+0000 mon.a (mon.0) 4833 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-21T13:09:06.563 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:06 smithi178 bash[77880]: audit 2024-03-21T13:09:05.985357+0000 mon.a (mon.0) 4834 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:06.563 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:06 smithi178 bash[77880]: audit 2024-03-21T13:09:06.039609+0000 mon.a (mon.0) 4835 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:06.563 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:06 smithi178 bash[77880]: audit 2024-03-21T13:09:06.042969+0000 mon.a (mon.0) 4836 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:06.563 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:06 smithi178 bash[77880]: audit 2024-03-21T13:09:06.047859+0000 mon.a (mon.0) 4837 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:06.563 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:06 smithi178 bash[77880]: audit 2024-03-21T13:09:06.049055+0000 mon.a (mon.0) 4838 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:06.563 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:06 smithi178 bash[77880]: audit 2024-03-21T13:09:06.060919+0000 mon.a (mon.0) 4839 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:06.563 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:06 smithi178 bash[77880]: audit 2024-03-21T13:09:06.175566+0000 mon.a (mon.0) 4840 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:06.563 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:06 smithi178 bash[77880]: audit 2024-03-21T13:09:06.178679+0000 mon.a (mon.0) 4841 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:06.563 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:06 smithi178 bash[77880]: audit 2024-03-21T13:09:06.182182+0000 mon.a (mon.0) 4842 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:06.563 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:06 smithi178 bash[77880]: audit 2024-03-21T13:09:06.183616+0000 mon.a (mon.0) 4843 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:06.563 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:06 smithi178 bash[77880]: audit 2024-03-21T13:09:06.195402+0000 mon.a (mon.0) 4844 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:06.823 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:09:06 smithi184 bash[52419]: debug 2024-03-21T13:09:06.593+0000 7f8424111700 -1 mgr.server reply reply (16) Device or resource busy unsafe to stop osd(s) at this time (19 PGs are or would become offline) 2024-03-21T13:09:07.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:07 smithi178 bash[75692]: cluster 2024-03-21T13:09:05.249835+0000 mgr.x (mgr.34104) 3281 : cluster [DBG] pgmap v2170: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:07.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:07 smithi178 bash[75692]: cluster 2024-03-21T13:09:05.250343+0000 mgr.x (mgr.34104) 3282 : cluster [DBG] pgmap v2171: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:07.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:07 smithi178 bash[75692]: cephadm 2024-03-21T13:09:05.256668+0000 mgr.x (mgr.34104) 3283 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:07.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:07 smithi178 bash[75692]: cluster 2024-03-21T13:09:05.340895+0000 mgr.x (mgr.34104) 3284 : cluster [DBG] pgmap v2172: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:07.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:07 smithi178 bash[75692]: cluster 2024-03-21T13:09:05.341422+0000 mgr.x (mgr.34104) 3285 : cluster [DBG] pgmap v2173: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:07.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:07 smithi178 bash[75692]: cephadm 2024-03-21T13:09:05.351227+0000 mgr.x (mgr.34104) 3286 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:07.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:07 smithi178 bash[75692]: cluster 2024-03-21T13:09:05.444162+0000 mgr.x (mgr.34104) 3287 : cluster [DBG] pgmap v2174: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:07.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:07 smithi178 bash[75692]: cluster 2024-03-21T13:09:05.452301+0000 mgr.x (mgr.34104) 3288 : cluster [DBG] pgmap v2175: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:07.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:07 smithi178 bash[75692]: cephadm 2024-03-21T13:09:05.461863+0000 mgr.x (mgr.34104) 3289 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:07.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:07 smithi178 bash[75692]: cluster 2024-03-21T13:09:05.552198+0000 mgr.x (mgr.34104) 3290 : cluster [DBG] pgmap v2176: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:07.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:07 smithi178 bash[75692]: cluster 2024-03-21T13:09:05.552652+0000 mgr.x (mgr.34104) 3291 : cluster [DBG] pgmap v2177: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:07.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:07 smithi178 bash[75692]: cephadm 2024-03-21T13:09:05.562547+0000 mgr.x (mgr.34104) 3292 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:07.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:07 smithi178 bash[75692]: cluster 2024-03-21T13:09:05.655171+0000 mgr.x (mgr.34104) 3293 : cluster [DBG] pgmap v2178: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:07.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:07 smithi178 bash[77880]: cluster 2024-03-21T13:09:05.249835+0000 mgr.x (mgr.34104) 3281 : cluster [DBG] pgmap v2170: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:07.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:07 smithi178 bash[77880]: cluster 2024-03-21T13:09:05.250343+0000 mgr.x (mgr.34104) 3282 : cluster [DBG] pgmap v2171: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:07.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:07 smithi178 bash[77880]: cephadm 2024-03-21T13:09:05.256668+0000 mgr.x (mgr.34104) 3283 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:07.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:07 smithi178 bash[77880]: cluster 2024-03-21T13:09:05.340895+0000 mgr.x (mgr.34104) 3284 : cluster [DBG] pgmap v2172: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:07.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:07 smithi178 bash[77880]: cluster 2024-03-21T13:09:05.341422+0000 mgr.x (mgr.34104) 3285 : cluster [DBG] pgmap v2173: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:07.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:07 smithi178 bash[77880]: cephadm 2024-03-21T13:09:05.351227+0000 mgr.x (mgr.34104) 3286 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:07.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:07 smithi178 bash[77880]: cluster 2024-03-21T13:09:05.444162+0000 mgr.x (mgr.34104) 3287 : cluster [DBG] pgmap v2174: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:07.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:07 smithi178 bash[77880]: cluster 2024-03-21T13:09:05.452301+0000 mgr.x (mgr.34104) 3288 : cluster [DBG] pgmap v2175: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:07.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:07 smithi178 bash[77880]: cephadm 2024-03-21T13:09:05.461863+0000 mgr.x (mgr.34104) 3289 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:07.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:07 smithi178 bash[77880]: cluster 2024-03-21T13:09:05.552198+0000 mgr.x (mgr.34104) 3290 : cluster [DBG] pgmap v2176: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:07.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:07 smithi178 bash[77880]: cluster 2024-03-21T13:09:05.552652+0000 mgr.x (mgr.34104) 3291 : cluster [DBG] pgmap v2177: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:07.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:07 smithi178 bash[77880]: cephadm 2024-03-21T13:09:05.562547+0000 mgr.x (mgr.34104) 3292 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:07.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:07 smithi178 bash[77880]: cluster 2024-03-21T13:09:05.655171+0000 mgr.x (mgr.34104) 3293 : cluster [DBG] pgmap v2178: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:07.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:07 smithi178 bash[75692]: cluster 2024-03-21T13:09:05.655496+0000 mgr.x (mgr.34104) 3294 : cluster [DBG] pgmap v2179: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:07.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:07 smithi178 bash[75692]: cephadm 2024-03-21T13:09:05.665813+0000 mgr.x (mgr.34104) 3295 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:07.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:07 smithi178 bash[75692]: cluster 2024-03-21T13:09:05.755374+0000 mgr.x (mgr.34104) 3296 : cluster [DBG] pgmap v2180: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:07.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:07 smithi178 bash[75692]: cluster 2024-03-21T13:09:05.755756+0000 mgr.x (mgr.34104) 3297 : cluster [DBG] pgmap v2181: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:07.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:07 smithi178 bash[75692]: cephadm 2024-03-21T13:09:05.766705+0000 mgr.x (mgr.34104) 3298 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:07.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:07 smithi178 bash[75692]: cluster 2024-03-21T13:09:05.860308+0000 mgr.x (mgr.34104) 3299 : cluster [DBG] pgmap v2182: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:07.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:07 smithi178 bash[75692]: cluster 2024-03-21T13:09:05.860865+0000 mgr.x (mgr.34104) 3300 : cluster [DBG] pgmap v2183: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:07.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:07 smithi178 bash[75692]: cephadm 2024-03-21T13:09:05.869086+0000 mgr.x (mgr.34104) 3301 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:07.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:07 smithi178 bash[75692]: cluster 2024-03-21T13:09:05.977747+0000 mgr.x (mgr.34104) 3302 : cluster [DBG] pgmap v2185: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:07.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:07 smithi178 bash[75692]: cluster 2024-03-21T13:09:05.978241+0000 mgr.x (mgr.34104) 3303 : cluster [DBG] pgmap v2186: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:07.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:07 smithi178 bash[75692]: cephadm 2024-03-21T13:09:05.992250+0000 mgr.x (mgr.34104) 3304 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:07.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:07 smithi178 bash[75692]: cluster 2024-03-21T13:09:06.051882+0000 mgr.x (mgr.34104) 3305 : cluster [DBG] pgmap v2187: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:07.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:07 smithi178 bash[75692]: cluster 2024-03-21T13:09:06.052352+0000 mgr.x (mgr.34104) 3306 : cluster [DBG] pgmap v2188: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:07.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:07 smithi178 bash[75692]: cephadm 2024-03-21T13:09:06.062677+0000 mgr.x (mgr.34104) 3307 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:07.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:07 smithi178 bash[77880]: cluster 2024-03-21T13:09:05.655496+0000 mgr.x (mgr.34104) 3294 : cluster [DBG] pgmap v2179: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:07.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:07 smithi178 bash[77880]: cephadm 2024-03-21T13:09:05.665813+0000 mgr.x (mgr.34104) 3295 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:07.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:07 smithi178 bash[77880]: cluster 2024-03-21T13:09:05.755374+0000 mgr.x (mgr.34104) 3296 : cluster [DBG] pgmap v2180: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:07.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:07 smithi178 bash[77880]: cluster 2024-03-21T13:09:05.755756+0000 mgr.x (mgr.34104) 3297 : cluster [DBG] pgmap v2181: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:07.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:07 smithi178 bash[77880]: cephadm 2024-03-21T13:09:05.766705+0000 mgr.x (mgr.34104) 3298 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:07.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:07 smithi178 bash[77880]: cluster 2024-03-21T13:09:05.860308+0000 mgr.x (mgr.34104) 3299 : cluster [DBG] pgmap v2182: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:07.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:07 smithi178 bash[77880]: cluster 2024-03-21T13:09:05.860865+0000 mgr.x (mgr.34104) 3300 : cluster [DBG] pgmap v2183: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:07.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:07 smithi178 bash[77880]: cephadm 2024-03-21T13:09:05.869086+0000 mgr.x (mgr.34104) 3301 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:07.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:07 smithi178 bash[77880]: cluster 2024-03-21T13:09:05.977747+0000 mgr.x (mgr.34104) 3302 : cluster [DBG] pgmap v2185: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:07.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:07 smithi178 bash[77880]: cluster 2024-03-21T13:09:05.978241+0000 mgr.x (mgr.34104) 3303 : cluster [DBG] pgmap v2186: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:07.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:07 smithi178 bash[77880]: cephadm 2024-03-21T13:09:05.992250+0000 mgr.x (mgr.34104) 3304 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:07.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:07 smithi178 bash[77880]: cluster 2024-03-21T13:09:06.051882+0000 mgr.x (mgr.34104) 3305 : cluster [DBG] pgmap v2187: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:07.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:07 smithi178 bash[77880]: cluster 2024-03-21T13:09:06.052352+0000 mgr.x (mgr.34104) 3306 : cluster [DBG] pgmap v2188: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:07.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:07 smithi178 bash[77880]: cephadm 2024-03-21T13:09:06.062677+0000 mgr.x (mgr.34104) 3307 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:07.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:07 smithi178 bash[75692]: cluster 2024-03-21T13:09:06.186621+0000 mgr.x (mgr.34104) 3308 : cluster [DBG] pgmap v2189: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:07.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:07 smithi178 bash[75692]: cluster 2024-03-21T13:09:06.187115+0000 mgr.x (mgr.34104) 3309 : cluster [DBG] pgmap v2190: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:07.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:07 smithi178 bash[75692]: cephadm 2024-03-21T13:09:06.197063+0000 mgr.x (mgr.34104) 3310 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:07.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:07 smithi178 bash[75692]: audit 2024-03-21T13:09:06.274872+0000 mon.a (mon.0) 4845 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:07.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:07 smithi178 bash[75692]: audit 2024-03-21T13:09:06.279050+0000 mon.a (mon.0) 4846 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:07.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:07 smithi178 bash[75692]: audit 2024-03-21T13:09:06.282317+0000 mon.a (mon.0) 4847 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:07.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:07 smithi178 bash[75692]: audit 2024-03-21T13:09:06.283734+0000 mon.a (mon.0) 4848 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:07.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:07 smithi178 bash[75692]: audit 2024-03-21T13:09:06.295309+0000 mon.a (mon.0) 4849 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:07.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:07 smithi178 bash[75692]: audit 2024-03-21T13:09:06.356319+0000 mon.a (mon.0) 4850 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:07.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:07 smithi178 bash[75692]: audit 2024-03-21T13:09:06.359881+0000 mon.a (mon.0) 4851 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:07.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:07 smithi178 bash[75692]: audit 2024-03-21T13:09:06.362957+0000 mon.a (mon.0) 4852 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:07.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:07 smithi178 bash[75692]: audit 2024-03-21T13:09:06.364462+0000 mon.a (mon.0) 4853 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:07.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:07 smithi178 bash[75692]: audit 2024-03-21T13:09:06.376227+0000 mon.a (mon.0) 4854 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:07.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:07 smithi178 bash[75692]: audit 2024-03-21T13:09:06.461115+0000 mon.a (mon.0) 4855 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:07.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:07 smithi178 bash[75692]: audit 2024-03-21T13:09:06.466944+0000 mon.a (mon.0) 4856 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:07.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:07 smithi178 bash[75692]: audit 2024-03-21T13:09:06.471960+0000 mon.a (mon.0) 4857 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:07.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:07 smithi178 bash[75692]: audit 2024-03-21T13:09:06.478068+0000 mon.a (mon.0) 4858 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:07.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:07 smithi178 bash[75692]: audit 2024-03-21T13:09:06.479185+0000 mon.a (mon.0) 4859 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:07.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:07 smithi178 bash[77880]: cluster 2024-03-21T13:09:06.186621+0000 mgr.x (mgr.34104) 3308 : cluster [DBG] pgmap v2189: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:07.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:07 smithi178 bash[77880]: cluster 2024-03-21T13:09:06.187115+0000 mgr.x (mgr.34104) 3309 : cluster [DBG] pgmap v2190: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:07.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:07 smithi178 bash[77880]: cephadm 2024-03-21T13:09:06.197063+0000 mgr.x (mgr.34104) 3310 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:07.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:07 smithi178 bash[77880]: audit 2024-03-21T13:09:06.274872+0000 mon.a (mon.0) 4845 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:07.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:07 smithi178 bash[77880]: audit 2024-03-21T13:09:06.279050+0000 mon.a (mon.0) 4846 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:07.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:07 smithi178 bash[77880]: audit 2024-03-21T13:09:06.282317+0000 mon.a (mon.0) 4847 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:07.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:07 smithi178 bash[77880]: audit 2024-03-21T13:09:06.283734+0000 mon.a (mon.0) 4848 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:07.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:07 smithi178 bash[77880]: audit 2024-03-21T13:09:06.295309+0000 mon.a (mon.0) 4849 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:07.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:07 smithi178 bash[77880]: audit 2024-03-21T13:09:06.356319+0000 mon.a (mon.0) 4850 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:07.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:07 smithi178 bash[77880]: audit 2024-03-21T13:09:06.359881+0000 mon.a (mon.0) 4851 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:07.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:07 smithi178 bash[77880]: audit 2024-03-21T13:09:06.362957+0000 mon.a (mon.0) 4852 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:07.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:07 smithi178 bash[77880]: audit 2024-03-21T13:09:06.364462+0000 mon.a (mon.0) 4853 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:07.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:07 smithi178 bash[77880]: audit 2024-03-21T13:09:06.376227+0000 mon.a (mon.0) 4854 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:07.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:07 smithi178 bash[77880]: audit 2024-03-21T13:09:06.461115+0000 mon.a (mon.0) 4855 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:07.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:07 smithi178 bash[77880]: audit 2024-03-21T13:09:06.466944+0000 mon.a (mon.0) 4856 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:07.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:07 smithi178 bash[77880]: audit 2024-03-21T13:09:06.471960+0000 mon.a (mon.0) 4857 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:07.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:07 smithi178 bash[77880]: audit 2024-03-21T13:09:06.478068+0000 mon.a (mon.0) 4858 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:07.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:07 smithi178 bash[77880]: audit 2024-03-21T13:09:06.479185+0000 mon.a (mon.0) 4859 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:07.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:07 smithi178 bash[75692]: audit 2024-03-21T13:09:06.483986+0000 mon.a (mon.0) 4860 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:07.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:07 smithi178 bash[75692]: audit 2024-03-21T13:09:06.488155+0000 mon.a (mon.0) 4861 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:07.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:07 smithi178 bash[75692]: audit 2024-03-21T13:09:06.495698+0000 mon.a (mon.0) 4862 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:07.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:07 smithi178 bash[75692]: audit 2024-03-21T13:09:06.581871+0000 mon.a (mon.0) 4863 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:07.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:07 smithi178 bash[75692]: audit 2024-03-21T13:09:06.587184+0000 mon.a (mon.0) 4864 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:07.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:07 smithi178 bash[75692]: audit 2024-03-21T13:09:06.590788+0000 mon.a (mon.0) 4865 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:07.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:07 smithi178 bash[75692]: audit 2024-03-21T13:09:06.593692+0000 mon.a (mon.0) 4866 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:07.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:07 smithi178 bash[75692]: audit 2024-03-21T13:09:06.597370+0000 mon.a (mon.0) 4867 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-03-21T13:09:07.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:07 smithi178 bash[75692]: cluster 2024-03-21T13:09:06.964888+0000 mon.a (mon.0) 4868 : cluster [DBG] osdmap e160: 8 total, 8 up, 8 in 2024-03-21T13:09:07.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:07 smithi178 bash[77880]: audit 2024-03-21T13:09:06.483986+0000 mon.a (mon.0) 4860 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:07.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:07 smithi178 bash[77880]: audit 2024-03-21T13:09:06.488155+0000 mon.a (mon.0) 4861 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:07.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:07 smithi178 bash[77880]: audit 2024-03-21T13:09:06.495698+0000 mon.a (mon.0) 4862 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:07.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:07 smithi178 bash[77880]: audit 2024-03-21T13:09:06.581871+0000 mon.a (mon.0) 4863 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:07.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:07 smithi178 bash[77880]: audit 2024-03-21T13:09:06.587184+0000 mon.a (mon.0) 4864 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:07.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:07 smithi178 bash[77880]: audit 2024-03-21T13:09:06.590788+0000 mon.a (mon.0) 4865 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:07.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:07 smithi178 bash[77880]: audit 2024-03-21T13:09:06.593692+0000 mon.a (mon.0) 4866 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:07.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:07 smithi178 bash[77880]: audit 2024-03-21T13:09:06.597370+0000 mon.a (mon.0) 4867 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-03-21T13:09:07.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:07 smithi178 bash[77880]: cluster 2024-03-21T13:09:06.964888+0000 mon.a (mon.0) 4868 : cluster [DBG] osdmap e160: 8 total, 8 up, 8 in 2024-03-21T13:09:07.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:07 smithi184 bash[59794]: cluster 2024-03-21T13:09:05.249835+0000 mgr.x (mgr.34104) 3281 : cluster [DBG] pgmap v2170: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:07.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:07 smithi184 bash[59794]: cluster 2024-03-21T13:09:05.250343+0000 mgr.x (mgr.34104) 3282 : cluster [DBG] pgmap v2171: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:07.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:07 smithi184 bash[59794]: cephadm 2024-03-21T13:09:05.256668+0000 mgr.x (mgr.34104) 3283 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:07.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:07 smithi184 bash[59794]: cluster 2024-03-21T13:09:05.340895+0000 mgr.x (mgr.34104) 3284 : cluster [DBG] pgmap v2172: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:07.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:07 smithi184 bash[59794]: cluster 2024-03-21T13:09:05.341422+0000 mgr.x (mgr.34104) 3285 : cluster [DBG] pgmap v2173: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:07.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:07 smithi184 bash[59794]: cephadm 2024-03-21T13:09:05.351227+0000 mgr.x (mgr.34104) 3286 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:07.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:07 smithi184 bash[59794]: cluster 2024-03-21T13:09:05.444162+0000 mgr.x (mgr.34104) 3287 : cluster [DBG] pgmap v2174: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:07.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:07 smithi184 bash[59794]: cluster 2024-03-21T13:09:05.452301+0000 mgr.x (mgr.34104) 3288 : cluster [DBG] pgmap v2175: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:07.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:07 smithi184 bash[59794]: cephadm 2024-03-21T13:09:05.461863+0000 mgr.x (mgr.34104) 3289 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:07.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:07 smithi184 bash[59794]: cluster 2024-03-21T13:09:05.552198+0000 mgr.x (mgr.34104) 3290 : cluster [DBG] pgmap v2176: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:07.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:07 smithi184 bash[59794]: cluster 2024-03-21T13:09:05.552652+0000 mgr.x (mgr.34104) 3291 : cluster [DBG] pgmap v2177: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:07.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:07 smithi184 bash[59794]: cephadm 2024-03-21T13:09:05.562547+0000 mgr.x (mgr.34104) 3292 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:07.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:07 smithi184 bash[59794]: cluster 2024-03-21T13:09:05.655171+0000 mgr.x (mgr.34104) 3293 : cluster [DBG] pgmap v2178: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:07.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:07 smithi184 bash[59794]: cluster 2024-03-21T13:09:05.655496+0000 mgr.x (mgr.34104) 3294 : cluster [DBG] pgmap v2179: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:07.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:07 smithi184 bash[59794]: cephadm 2024-03-21T13:09:05.665813+0000 mgr.x (mgr.34104) 3295 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:07.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:07 smithi184 bash[59794]: cluster 2024-03-21T13:09:05.755374+0000 mgr.x (mgr.34104) 3296 : cluster [DBG] pgmap v2180: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:07.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:07 smithi184 bash[59794]: cluster 2024-03-21T13:09:05.755756+0000 mgr.x (mgr.34104) 3297 : cluster [DBG] pgmap v2181: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:07.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:07 smithi184 bash[59794]: cephadm 2024-03-21T13:09:05.766705+0000 mgr.x (mgr.34104) 3298 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:07.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:07 smithi184 bash[59794]: cluster 2024-03-21T13:09:05.860308+0000 mgr.x (mgr.34104) 3299 : cluster [DBG] pgmap v2182: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:07.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:07 smithi184 bash[59794]: cluster 2024-03-21T13:09:05.860865+0000 mgr.x (mgr.34104) 3300 : cluster [DBG] pgmap v2183: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:07.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:07 smithi184 bash[59794]: cephadm 2024-03-21T13:09:05.869086+0000 mgr.x (mgr.34104) 3301 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:07.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:07 smithi184 bash[59794]: cluster 2024-03-21T13:09:05.977747+0000 mgr.x (mgr.34104) 3302 : cluster [DBG] pgmap v2185: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:07.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:07 smithi184 bash[59794]: cluster 2024-03-21T13:09:05.978241+0000 mgr.x (mgr.34104) 3303 : cluster [DBG] pgmap v2186: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:07.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:07 smithi184 bash[59794]: cephadm 2024-03-21T13:09:05.992250+0000 mgr.x (mgr.34104) 3304 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:07.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:07 smithi184 bash[59794]: cluster 2024-03-21T13:09:06.051882+0000 mgr.x (mgr.34104) 3305 : cluster [DBG] pgmap v2187: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:07.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:07 smithi184 bash[59794]: cluster 2024-03-21T13:09:06.052352+0000 mgr.x (mgr.34104) 3306 : cluster [DBG] pgmap v2188: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:07.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:07 smithi184 bash[59794]: cephadm 2024-03-21T13:09:06.062677+0000 mgr.x (mgr.34104) 3307 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:07.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:07 smithi184 bash[59794]: cluster 2024-03-21T13:09:06.186621+0000 mgr.x (mgr.34104) 3308 : cluster [DBG] pgmap v2189: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:07.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:07 smithi184 bash[59794]: cluster 2024-03-21T13:09:06.187115+0000 mgr.x (mgr.34104) 3309 : cluster [DBG] pgmap v2190: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:07.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:07 smithi184 bash[59794]: cephadm 2024-03-21T13:09:06.197063+0000 mgr.x (mgr.34104) 3310 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:07.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:07 smithi184 bash[59794]: audit 2024-03-21T13:09:06.274872+0000 mon.a (mon.0) 4845 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:07.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:07 smithi184 bash[59794]: audit 2024-03-21T13:09:06.279050+0000 mon.a (mon.0) 4846 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:07.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:07 smithi184 bash[59794]: audit 2024-03-21T13:09:06.282317+0000 mon.a (mon.0) 4847 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:07.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:07 smithi184 bash[59794]: audit 2024-03-21T13:09:06.283734+0000 mon.a (mon.0) 4848 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:07.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:07 smithi184 bash[59794]: audit 2024-03-21T13:09:06.295309+0000 mon.a (mon.0) 4849 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:07.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:07 smithi184 bash[59794]: audit 2024-03-21T13:09:06.356319+0000 mon.a (mon.0) 4850 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:07.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:07 smithi184 bash[59794]: audit 2024-03-21T13:09:06.359881+0000 mon.a (mon.0) 4851 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:07.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:07 smithi184 bash[59794]: audit 2024-03-21T13:09:06.362957+0000 mon.a (mon.0) 4852 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:07.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:07 smithi184 bash[59794]: audit 2024-03-21T13:09:06.364462+0000 mon.a (mon.0) 4853 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:07.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:07 smithi184 bash[59794]: audit 2024-03-21T13:09:06.376227+0000 mon.a (mon.0) 4854 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:07.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:07 smithi184 bash[59794]: audit 2024-03-21T13:09:06.461115+0000 mon.a (mon.0) 4855 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:07.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:07 smithi184 bash[59794]: audit 2024-03-21T13:09:06.466944+0000 mon.a (mon.0) 4856 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:07.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:07 smithi184 bash[59794]: audit 2024-03-21T13:09:06.471960+0000 mon.a (mon.0) 4857 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:07.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:07 smithi184 bash[59794]: audit 2024-03-21T13:09:06.478068+0000 mon.a (mon.0) 4858 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:07.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:07 smithi184 bash[59794]: audit 2024-03-21T13:09:06.479185+0000 mon.a (mon.0) 4859 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:07.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:07 smithi184 bash[59794]: audit 2024-03-21T13:09:06.483986+0000 mon.a (mon.0) 4860 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:07.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:07 smithi184 bash[59794]: audit 2024-03-21T13:09:06.488155+0000 mon.a (mon.0) 4861 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:07.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:07 smithi184 bash[59794]: audit 2024-03-21T13:09:06.495698+0000 mon.a (mon.0) 4862 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:07.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:07 smithi184 bash[59794]: audit 2024-03-21T13:09:06.581871+0000 mon.a (mon.0) 4863 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:07.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:07 smithi184 bash[59794]: audit 2024-03-21T13:09:06.587184+0000 mon.a (mon.0) 4864 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:07.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:07 smithi184 bash[59794]: audit 2024-03-21T13:09:06.590788+0000 mon.a (mon.0) 4865 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:07.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:07 smithi184 bash[59794]: audit 2024-03-21T13:09:06.593692+0000 mon.a (mon.0) 4866 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:07.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:07 smithi184 bash[59794]: audit 2024-03-21T13:09:06.597370+0000 mon.a (mon.0) 4867 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-03-21T13:09:07.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:07 smithi184 bash[59794]: cluster 2024-03-21T13:09:06.964888+0000 mon.a (mon.0) 4868 : cluster [DBG] osdmap e160: 8 total, 8 up, 8 in 2024-03-21T13:09:08.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:08 smithi178 bash[75692]: cluster 2024-03-21T13:09:06.287163+0000 mgr.x (mgr.34104) 3311 : cluster [DBG] pgmap v2191: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:08.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:08 smithi178 bash[75692]: cluster 2024-03-21T13:09:06.287913+0000 mgr.x (mgr.34104) 3312 : cluster [DBG] pgmap v2192: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:08.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:08 smithi178 bash[75692]: cephadm 2024-03-21T13:09:06.297134+0000 mgr.x (mgr.34104) 3313 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:08.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:08 smithi178 bash[75692]: cluster 2024-03-21T13:09:06.367540+0000 mgr.x (mgr.34104) 3314 : cluster [DBG] pgmap v2193: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:08.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:08 smithi178 bash[75692]: cluster 2024-03-21T13:09:06.367987+0000 mgr.x (mgr.34104) 3315 : cluster [DBG] pgmap v2194: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:08.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:08 smithi178 bash[75692]: cephadm 2024-03-21T13:09:06.377747+0000 mgr.x (mgr.34104) 3316 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:08.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:08 smithi178 bash[75692]: cluster 2024-03-21T13:09:06.480785+0000 mgr.x (mgr.34104) 3317 : cluster [DBG] pgmap v2195: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:08.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:08 smithi178 bash[75692]: cluster 2024-03-21T13:09:06.481336+0000 mgr.x (mgr.34104) 3318 : cluster [DBG] pgmap v2196: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:08.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:08 smithi178 bash[75692]: cluster 2024-03-21T13:09:06.487414+0000 mgr.x (mgr.34104) 3319 : cluster [DBG] pgmap v2197: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:08.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:08 smithi178 bash[75692]: cluster 2024-03-21T13:09:06.488216+0000 mgr.x (mgr.34104) 3320 : cluster [DBG] pgmap v2198: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:08.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:08 smithi178 bash[75692]: audit 2024-03-21T13:09:06.598646+0000 mgr.x (mgr.34104) 3321 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-03-21T13:09:08.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:08 smithi178 bash[75692]: cephadm 2024-03-21T13:09:06.600601+0000 mgr.x (mgr.34104) 3322 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (19 PGs are or would become offline) 2024-03-21T13:09:08.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:08 smithi178 bash[75692]: cluster 2024-03-21T13:09:07.967865+0000 mon.a (mon.0) 4869 : cluster [DBG] osdmap e161: 8 total, 8 up, 8 in 2024-03-21T13:09:08.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:08 smithi178 bash[77880]: cluster 2024-03-21T13:09:06.287163+0000 mgr.x (mgr.34104) 3311 : cluster [DBG] pgmap v2191: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:08.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:08 smithi178 bash[77880]: cluster 2024-03-21T13:09:06.287913+0000 mgr.x (mgr.34104) 3312 : cluster [DBG] pgmap v2192: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:08.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:08 smithi178 bash[77880]: cephadm 2024-03-21T13:09:06.297134+0000 mgr.x (mgr.34104) 3313 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:08.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:08 smithi178 bash[77880]: cluster 2024-03-21T13:09:06.367540+0000 mgr.x (mgr.34104) 3314 : cluster [DBG] pgmap v2193: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:08.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:08 smithi178 bash[77880]: cluster 2024-03-21T13:09:06.367987+0000 mgr.x (mgr.34104) 3315 : cluster [DBG] pgmap v2194: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:08.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:08 smithi178 bash[77880]: cephadm 2024-03-21T13:09:06.377747+0000 mgr.x (mgr.34104) 3316 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:08.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:08 smithi178 bash[77880]: cluster 2024-03-21T13:09:06.480785+0000 mgr.x (mgr.34104) 3317 : cluster [DBG] pgmap v2195: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:08.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:08 smithi178 bash[77880]: cluster 2024-03-21T13:09:06.481336+0000 mgr.x (mgr.34104) 3318 : cluster [DBG] pgmap v2196: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:08.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:08 smithi178 bash[77880]: cluster 2024-03-21T13:09:06.487414+0000 mgr.x (mgr.34104) 3319 : cluster [DBG] pgmap v2197: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:08.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:08 smithi178 bash[77880]: cluster 2024-03-21T13:09:06.488216+0000 mgr.x (mgr.34104) 3320 : cluster [DBG] pgmap v2198: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:08.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:08 smithi178 bash[77880]: audit 2024-03-21T13:09:06.598646+0000 mgr.x (mgr.34104) 3321 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-03-21T13:09:08.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:08 smithi178 bash[77880]: cephadm 2024-03-21T13:09:06.600601+0000 mgr.x (mgr.34104) 3322 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (19 PGs are or would become offline) 2024-03-21T13:09:08.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:08 smithi178 bash[77880]: cluster 2024-03-21T13:09:07.967865+0000 mon.a (mon.0) 4869 : cluster [DBG] osdmap e161: 8 total, 8 up, 8 in 2024-03-21T13:09:08.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:08 smithi184 bash[59794]: cluster 2024-03-21T13:09:06.287163+0000 mgr.x (mgr.34104) 3311 : cluster [DBG] pgmap v2191: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:08.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:08 smithi184 bash[59794]: cluster 2024-03-21T13:09:06.287913+0000 mgr.x (mgr.34104) 3312 : cluster [DBG] pgmap v2192: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:08.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:08 smithi184 bash[59794]: cephadm 2024-03-21T13:09:06.297134+0000 mgr.x (mgr.34104) 3313 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:08.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:08 smithi184 bash[59794]: cluster 2024-03-21T13:09:06.367540+0000 mgr.x (mgr.34104) 3314 : cluster [DBG] pgmap v2193: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:08.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:08 smithi184 bash[59794]: cluster 2024-03-21T13:09:06.367987+0000 mgr.x (mgr.34104) 3315 : cluster [DBG] pgmap v2194: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:08.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:08 smithi184 bash[59794]: cephadm 2024-03-21T13:09:06.377747+0000 mgr.x (mgr.34104) 3316 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:08.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:08 smithi184 bash[59794]: cluster 2024-03-21T13:09:06.480785+0000 mgr.x (mgr.34104) 3317 : cluster [DBG] pgmap v2195: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:08.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:08 smithi184 bash[59794]: cluster 2024-03-21T13:09:06.481336+0000 mgr.x (mgr.34104) 3318 : cluster [DBG] pgmap v2196: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:08.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:08 smithi184 bash[59794]: cluster 2024-03-21T13:09:06.487414+0000 mgr.x (mgr.34104) 3319 : cluster [DBG] pgmap v2197: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:08.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:08 smithi184 bash[59794]: cluster 2024-03-21T13:09:06.488216+0000 mgr.x (mgr.34104) 3320 : cluster [DBG] pgmap v2198: 161 pgs: 6 active+clean+remapped, 98 active+clean, 34 active+undersized, 23 active+undersized+degraded; 585 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:08.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:08 smithi184 bash[59794]: audit 2024-03-21T13:09:06.598646+0000 mgr.x (mgr.34104) 3321 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-03-21T13:09:08.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:08 smithi184 bash[59794]: cephadm 2024-03-21T13:09:06.600601+0000 mgr.x (mgr.34104) 3322 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (19 PGs are or would become offline) 2024-03-21T13:09:08.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:08 smithi184 bash[59794]: cluster 2024-03-21T13:09:07.967865+0000 mon.a (mon.0) 4869 : cluster [DBG] osdmap e161: 8 total, 8 up, 8 in 2024-03-21T13:09:10.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:10 smithi178 bash[75692]: cluster 2024-03-21T13:09:08.489267+0000 mgr.x (mgr.34104) 3323 : cluster [DBG] pgmap v2201: 161 pgs: 6 active+clean+remapped, 101 active+clean, 31 active+undersized, 23 active+undersized+degraded; 585 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:10.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:10 smithi178 bash[77880]: cluster 2024-03-21T13:09:08.489267+0000 mgr.x (mgr.34104) 3323 : cluster [DBG] pgmap v2201: 161 pgs: 6 active+clean+remapped, 101 active+clean, 31 active+undersized, 23 active+undersized+degraded; 585 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:10.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:10 smithi184 bash[59794]: cluster 2024-03-21T13:09:08.489267+0000 mgr.x (mgr.34104) 3323 : cluster [DBG] pgmap v2201: 161 pgs: 6 active+clean+remapped, 101 active+clean, 31 active+undersized, 23 active+undersized+degraded; 585 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%); 1/630 objects misplaced (0.159%) 2024-03-21T13:09:11.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:11 smithi184 bash[59794]: cluster 2024-03-21T13:09:10.490846+0000 mgr.x (mgr.34104) 3324 : cluster [DBG] pgmap v2202: 161 pgs: 150 active+clean, 4 active+undersized, 7 active+undersized+degraded; 585 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 766 B/s rd, 0 op/s; 19/630 objects degraded (3.016%); 0 B/s, 0 objects/s recovering 2024-03-21T13:09:11.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:11 smithi184 bash[59794]: audit 2024-03-21T13:09:10.549145+0000 mon.a (mon.0) 4870 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:11.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:11 smithi184 bash[59794]: audit 2024-03-21T13:09:10.559562+0000 mon.a (mon.0) 4871 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:11.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:11 smithi184 bash[59794]: cluster 2024-03-21T13:09:10.562348+0000 mgr.x (mgr.34104) 3325 : cluster [DBG] pgmap v2203: 161 pgs: 150 active+clean, 4 active+undersized, 7 active+undersized+degraded; 585 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 753 B/s rd, 0 op/s; 19/630 objects degraded (3.016%); 0 B/s, 0 objects/s recovering 2024-03-21T13:09:11.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:11 smithi184 bash[59794]: cluster 2024-03-21T13:09:10.563068+0000 mgr.x (mgr.34104) 3326 : cluster [DBG] pgmap v2204: 161 pgs: 150 active+clean, 4 active+undersized, 7 active+undersized+degraded; 585 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 753 B/s rd, 0 op/s; 19/630 objects degraded (3.016%); 0 B/s, 0 objects/s recovering 2024-03-21T13:09:11.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:11 smithi184 bash[59794]: audit 2024-03-21T13:09:10.570905+0000 mon.a (mon.0) 4872 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:11.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:11 smithi184 bash[59794]: audit 2024-03-21T13:09:10.864287+0000 mgr.x (mgr.34104) 3327 : audit [DBG] from='client.15585 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:09:11.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:11 smithi184 bash[59794]: audit 2024-03-21T13:09:11.021018+0000 mon.a (mon.0) 4873 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:11.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:11 smithi184 bash[59794]: audit 2024-03-21T13:09:11.031463+0000 mon.a (mon.0) 4874 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:11.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:11 smithi184 bash[59794]: cluster 2024-03-21T13:09:11.034692+0000 mgr.x (mgr.34104) 3328 : cluster [DBG] pgmap v2205: 161 pgs: 161 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 754 B/s rd, 0 op/s; 0 B/s, 0 objects/s recovering 2024-03-21T13:09:11.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:11 smithi184 bash[59794]: cluster 2024-03-21T13:09:11.035314+0000 mgr.x (mgr.34104) 3329 : cluster [DBG] pgmap v2206: 161 pgs: 161 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 999 B/s rd, 0 op/s; 0 B/s, 0 objects/s recovering 2024-03-21T13:09:11.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:11 smithi184 bash[59794]: audit 2024-03-21T13:09:11.049145+0000 mon.a (mon.0) 4875 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:11.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:11 smithi184 bash[59794]: cluster 2024-03-21T13:09:11.233068+0000 mon.a (mon.0) 4876 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 79/630 objects degraded (12.540%), 23 pgs degraded) 2024-03-21T13:09:12.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:11 smithi178 bash[75692]: cluster 2024-03-21T13:09:10.490846+0000 mgr.x (mgr.34104) 3324 : cluster [DBG] pgmap v2202: 161 pgs: 150 active+clean, 4 active+undersized, 7 active+undersized+degraded; 585 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 766 B/s rd, 0 op/s; 19/630 objects degraded (3.016%); 0 B/s, 0 objects/s recovering 2024-03-21T13:09:12.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:11 smithi178 bash[75692]: audit 2024-03-21T13:09:10.549145+0000 mon.a (mon.0) 4870 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:12.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:11 smithi178 bash[75692]: audit 2024-03-21T13:09:10.559562+0000 mon.a (mon.0) 4871 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:12.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:11 smithi178 bash[75692]: cluster 2024-03-21T13:09:10.562348+0000 mgr.x (mgr.34104) 3325 : cluster [DBG] pgmap v2203: 161 pgs: 150 active+clean, 4 active+undersized, 7 active+undersized+degraded; 585 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 753 B/s rd, 0 op/s; 19/630 objects degraded (3.016%); 0 B/s, 0 objects/s recovering 2024-03-21T13:09:12.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:11 smithi178 bash[75692]: cluster 2024-03-21T13:09:10.563068+0000 mgr.x (mgr.34104) 3326 : cluster [DBG] pgmap v2204: 161 pgs: 150 active+clean, 4 active+undersized, 7 active+undersized+degraded; 585 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 753 B/s rd, 0 op/s; 19/630 objects degraded (3.016%); 0 B/s, 0 objects/s recovering 2024-03-21T13:09:12.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:11 smithi178 bash[75692]: audit 2024-03-21T13:09:10.570905+0000 mon.a (mon.0) 4872 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:12.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:11 smithi178 bash[75692]: audit 2024-03-21T13:09:10.864287+0000 mgr.x (mgr.34104) 3327 : audit [DBG] from='client.15585 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:09:12.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:11 smithi178 bash[75692]: audit 2024-03-21T13:09:11.021018+0000 mon.a (mon.0) 4873 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:12.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:11 smithi178 bash[75692]: audit 2024-03-21T13:09:11.031463+0000 mon.a (mon.0) 4874 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:12.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:11 smithi178 bash[75692]: cluster 2024-03-21T13:09:11.034692+0000 mgr.x (mgr.34104) 3328 : cluster [DBG] pgmap v2205: 161 pgs: 161 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 754 B/s rd, 0 op/s; 0 B/s, 0 objects/s recovering 2024-03-21T13:09:12.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:11 smithi178 bash[75692]: cluster 2024-03-21T13:09:11.035314+0000 mgr.x (mgr.34104) 3329 : cluster [DBG] pgmap v2206: 161 pgs: 161 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 999 B/s rd, 0 op/s; 0 B/s, 0 objects/s recovering 2024-03-21T13:09:12.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:11 smithi178 bash[75692]: audit 2024-03-21T13:09:11.049145+0000 mon.a (mon.0) 4875 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:12.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:11 smithi178 bash[75692]: cluster 2024-03-21T13:09:11.233068+0000 mon.a (mon.0) 4876 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 79/630 objects degraded (12.540%), 23 pgs degraded) 2024-03-21T13:09:12.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:11 smithi178 bash[77880]: cluster 2024-03-21T13:09:10.490846+0000 mgr.x (mgr.34104) 3324 : cluster [DBG] pgmap v2202: 161 pgs: 150 active+clean, 4 active+undersized, 7 active+undersized+degraded; 585 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 766 B/s rd, 0 op/s; 19/630 objects degraded (3.016%); 0 B/s, 0 objects/s recovering 2024-03-21T13:09:12.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:11 smithi178 bash[77880]: audit 2024-03-21T13:09:10.549145+0000 mon.a (mon.0) 4870 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:12.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:11 smithi178 bash[77880]: audit 2024-03-21T13:09:10.559562+0000 mon.a (mon.0) 4871 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:12.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:11 smithi178 bash[77880]: cluster 2024-03-21T13:09:10.562348+0000 mgr.x (mgr.34104) 3325 : cluster [DBG] pgmap v2203: 161 pgs: 150 active+clean, 4 active+undersized, 7 active+undersized+degraded; 585 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 753 B/s rd, 0 op/s; 19/630 objects degraded (3.016%); 0 B/s, 0 objects/s recovering 2024-03-21T13:09:12.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:11 smithi178 bash[77880]: cluster 2024-03-21T13:09:10.563068+0000 mgr.x (mgr.34104) 3326 : cluster [DBG] pgmap v2204: 161 pgs: 150 active+clean, 4 active+undersized, 7 active+undersized+degraded; 585 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 753 B/s rd, 0 op/s; 19/630 objects degraded (3.016%); 0 B/s, 0 objects/s recovering 2024-03-21T13:09:12.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:11 smithi178 bash[77880]: audit 2024-03-21T13:09:10.570905+0000 mon.a (mon.0) 4872 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:12.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:11 smithi178 bash[77880]: audit 2024-03-21T13:09:10.864287+0000 mgr.x (mgr.34104) 3327 : audit [DBG] from='client.15585 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:09:12.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:11 smithi178 bash[77880]: audit 2024-03-21T13:09:11.021018+0000 mon.a (mon.0) 4873 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:12.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:11 smithi178 bash[77880]: audit 2024-03-21T13:09:11.031463+0000 mon.a (mon.0) 4874 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:12.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:11 smithi178 bash[77880]: cluster 2024-03-21T13:09:11.034692+0000 mgr.x (mgr.34104) 3328 : cluster [DBG] pgmap v2205: 161 pgs: 161 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 754 B/s rd, 0 op/s; 0 B/s, 0 objects/s recovering 2024-03-21T13:09:12.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:11 smithi178 bash[77880]: cluster 2024-03-21T13:09:11.035314+0000 mgr.x (mgr.34104) 3329 : cluster [DBG] pgmap v2206: 161 pgs: 161 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 999 B/s rd, 0 op/s; 0 B/s, 0 objects/s recovering 2024-03-21T13:09:12.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:11 smithi178 bash[77880]: audit 2024-03-21T13:09:11.049145+0000 mon.a (mon.0) 4875 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:12.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:11 smithi178 bash[77880]: cluster 2024-03-21T13:09:11.233068+0000 mon.a (mon.0) 4876 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 79/630 objects degraded (12.540%), 23 pgs degraded) 2024-03-21T13:09:14.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:14 smithi184 bash[59794]: cluster 2024-03-21T13:09:13.036263+0000 mgr.x (mgr.34104) 3330 : cluster [DBG] pgmap v2207: 161 pgs: 161 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 675 B/s rd, 0 op/s; 0 B/s, 0 objects/s recovering 2024-03-21T13:09:14.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:14 smithi178 bash[75692]: cluster 2024-03-21T13:09:13.036263+0000 mgr.x (mgr.34104) 3330 : cluster [DBG] pgmap v2207: 161 pgs: 161 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 675 B/s rd, 0 op/s; 0 B/s, 0 objects/s recovering 2024-03-21T13:09:14.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:14 smithi178 bash[77880]: cluster 2024-03-21T13:09:13.036263+0000 mgr.x (mgr.34104) 3330 : cluster [DBG] pgmap v2207: 161 pgs: 161 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 675 B/s rd, 0 op/s; 0 B/s, 0 objects/s recovering 2024-03-21T13:09:15.823 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:09:15 smithi184 bash[52419]: ::ffff:172.21.15.184 - - [21/Mar/2024:13:09:15] "GET /metrics HTTP/1.1" 200 38609 "" "Prometheus/2.33.4" 2024-03-21T13:09:16.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:16 smithi178 bash[75692]: cluster 2024-03-21T13:09:15.037602+0000 mgr.x (mgr.34104) 3331 : cluster [DBG] pgmap v2208: 161 pgs: 161 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-21T13:09:16.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:16 smithi178 bash[77880]: cluster 2024-03-21T13:09:15.037602+0000 mgr.x (mgr.34104) 3331 : cluster [DBG] pgmap v2208: 161 pgs: 161 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-21T13:09:16.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:16 smithi184 bash[59794]: cluster 2024-03-21T13:09:15.037602+0000 mgr.x (mgr.34104) 3331 : cluster [DBG] pgmap v2208: 161 pgs: 161 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-21T13:09:18.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:18 smithi178 bash[75692]: cluster 2024-03-21T13:09:17.038651+0000 mgr.x (mgr.34104) 3332 : cluster [DBG] pgmap v2209: 161 pgs: 161 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 790 B/s rd, 0 op/s 2024-03-21T13:09:18.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:18 smithi178 bash[77880]: cluster 2024-03-21T13:09:17.038651+0000 mgr.x (mgr.34104) 3332 : cluster [DBG] pgmap v2209: 161 pgs: 161 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 790 B/s rd, 0 op/s 2024-03-21T13:09:18.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:18 smithi184 bash[59794]: cluster 2024-03-21T13:09:17.038651+0000 mgr.x (mgr.34104) 3332 : cluster [DBG] pgmap v2209: 161 pgs: 161 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 790 B/s rd, 0 op/s 2024-03-21T13:09:20.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:20 smithi178 bash[77880]: cluster 2024-03-21T13:09:19.039812+0000 mgr.x (mgr.34104) 3333 : cluster [DBG] pgmap v2210: 161 pgs: 161 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:09:20.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:20 smithi178 bash[77880]: audit 2024-03-21T13:09:19.793437+0000 mon.a (mon.0) 4877 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:20.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:20 smithi178 bash[77880]: audit 2024-03-21T13:09:19.795872+0000 mon.a (mon.0) 4878 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:09:20.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:20 smithi178 bash[77880]: audit 2024-03-21T13:09:20.070090+0000 mon.a (mon.0) 4879 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:20.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:20 smithi178 bash[75692]: cluster 2024-03-21T13:09:19.039812+0000 mgr.x (mgr.34104) 3333 : cluster [DBG] pgmap v2210: 161 pgs: 161 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:09:20.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:20 smithi178 bash[75692]: audit 2024-03-21T13:09:19.793437+0000 mon.a (mon.0) 4877 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:20.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:20 smithi178 bash[75692]: audit 2024-03-21T13:09:19.795872+0000 mon.a (mon.0) 4878 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:09:20.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:20 smithi178 bash[75692]: audit 2024-03-21T13:09:20.070090+0000 mon.a (mon.0) 4879 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:20.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:20 smithi184 bash[59794]: cluster 2024-03-21T13:09:19.039812+0000 mgr.x (mgr.34104) 3333 : cluster [DBG] pgmap v2210: 161 pgs: 161 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:09:20.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:20 smithi184 bash[59794]: audit 2024-03-21T13:09:19.793437+0000 mon.a (mon.0) 4877 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:20.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:20 smithi184 bash[59794]: audit 2024-03-21T13:09:19.795872+0000 mon.a (mon.0) 4878 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:09:20.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:20 smithi184 bash[59794]: audit 2024-03-21T13:09:20.070090+0000 mon.a (mon.0) 4879 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:22.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:22 smithi184 bash[59794]: audit 2024-03-21T13:09:20.875625+0000 mgr.x (mgr.34104) 3334 : audit [DBG] from='client.15585 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:09:22.331 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:22 smithi184 bash[59794]: cluster 2024-03-21T13:09:21.041221+0000 mgr.x (mgr.34104) 3335 : cluster [DBG] pgmap v2211: 161 pgs: 161 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-03-21T13:09:22.331 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:22 smithi184 bash[59794]: audit 2024-03-21T13:09:21.615723+0000 mon.a (mon.0) 4880 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-03-21T13:09:22.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:22 smithi178 bash[75692]: audit 2024-03-21T13:09:20.875625+0000 mgr.x (mgr.34104) 3334 : audit [DBG] from='client.15585 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:09:22.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:22 smithi178 bash[75692]: cluster 2024-03-21T13:09:21.041221+0000 mgr.x (mgr.34104) 3335 : cluster [DBG] pgmap v2211: 161 pgs: 161 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-03-21T13:09:22.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:22 smithi178 bash[75692]: audit 2024-03-21T13:09:21.615723+0000 mon.a (mon.0) 4880 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-03-21T13:09:22.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:22 smithi178 bash[77880]: audit 2024-03-21T13:09:20.875625+0000 mgr.x (mgr.34104) 3334 : audit [DBG] from='client.15585 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:09:22.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:22 smithi178 bash[77880]: cluster 2024-03-21T13:09:21.041221+0000 mgr.x (mgr.34104) 3335 : cluster [DBG] pgmap v2211: 161 pgs: 161 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-03-21T13:09:22.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:22 smithi178 bash[77880]: audit 2024-03-21T13:09:21.615723+0000 mon.a (mon.0) 4880 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-03-21T13:09:23.403 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:23 smithi184 bash[59794]: audit 2024-03-21T13:09:21.617105+0000 mgr.x (mgr.34104) 3336 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-03-21T13:09:23.403 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:23 smithi184 bash[59794]: cephadm 2024-03-21T13:09:21.620038+0000 mgr.x (mgr.34104) 3337 : cephadm [INF] Upgrade: osd.6 is safe to restart 2024-03-21T13:09:23.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:23 smithi178 bash[75692]: audit 2024-03-21T13:09:21.617105+0000 mgr.x (mgr.34104) 3336 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-03-21T13:09:23.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:23 smithi178 bash[75692]: cephadm 2024-03-21T13:09:21.620038+0000 mgr.x (mgr.34104) 3337 : cephadm [INF] Upgrade: osd.6 is safe to restart 2024-03-21T13:09:23.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:23 smithi178 bash[77880]: audit 2024-03-21T13:09:21.617105+0000 mgr.x (mgr.34104) 3336 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-03-21T13:09:23.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:23 smithi178 bash[77880]: cephadm 2024-03-21T13:09:21.620038+0000 mgr.x (mgr.34104) 3337 : cephadm [INF] Upgrade: osd.6 is safe to restart 2024-03-21T13:09:24.175 INFO:teuthology.orchestra.run.smithi178.stdout:true 2024-03-21T13:09:24.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:24 smithi178 bash[75692]: cluster 2024-03-21T13:09:23.042096+0000 mgr.x (mgr.34104) 3338 : cluster [DBG] pgmap v2212: 161 pgs: 161 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:09:24.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:24 smithi178 bash[77880]: cluster 2024-03-21T13:09:23.042096+0000 mgr.x (mgr.34104) 3338 : cluster [DBG] pgmap v2212: 161 pgs: 161 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:09:24.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:24 smithi184 bash[59794]: cluster 2024-03-21T13:09:23.042096+0000 mgr.x (mgr.34104) 3338 : cluster [DBG] pgmap v2212: 161 pgs: 161 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:09:24.962 INFO:teuthology.orchestra.run.smithi178.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-21T13:09:24.962 INFO:teuthology.orchestra.run.smithi178.stdout:agent.smithi178 smithi178 running 13s ago 23m - - 2024-03-21T13:09:24.962 INFO:teuthology.orchestra.run.smithi178.stdout:agent.smithi184 smithi184 running 14s ago 23m - - 2024-03-21T13:09:24.963 INFO:teuthology.orchestra.run.smithi178.stdout:alertmanager.a smithi178 *:9093,9094 running (9m) 13s ago 16m 17.5M - 0.23.0 ba2b418f427c b9533705fcaf 2024-03-21T13:09:24.963 INFO:teuthology.orchestra.run.smithi178.stdout:grafana.a smithi184 *:3000 error 14s ago 16m - - 2024-03-21T13:09:24.963 INFO:teuthology.orchestra.run.smithi178.stdout:iscsi.foo.smithi178.qfgpzc smithi178 running (7m) 13s ago 13m 50.4M - 3.5 e1d6a67b021e 8cd81f5e1d31 2024-03-21T13:09:24.963 INFO:teuthology.orchestra.run.smithi178.stdout:mgr.x smithi184 *:8443,9283,8765 running (8m) 14s ago 22m 531M - 19.0.0-2267-g960fbbe4 19e12293512f 23b748469eab 2024-03-21T13:09:24.963 INFO:teuthology.orchestra.run.smithi178.stdout:mgr.y smithi178 *:8443,9283,8765 running (7m) 13s ago 24m 446M - 19.0.0-2267-g960fbbe4 19e12293512f 4b58d9293a93 2024-03-21T13:09:24.963 INFO:teuthology.orchestra.run.smithi178.stdout:mon.a smithi178 running (6m) 13s ago 24m 109M 2048M 19.0.0-2267-g960fbbe4 19e12293512f cdcc04604451 2024-03-21T13:09:24.963 INFO:teuthology.orchestra.run.smithi178.stdout:mon.b smithi184 running (5m) 14s ago 22m 52.2M 2048M 19.0.0-2267-g960fbbe4 19e12293512f 209431841a07 2024-03-21T13:09:24.963 INFO:teuthology.orchestra.run.smithi178.stdout:mon.c smithi178 running (5m) 13s ago 22m 56.9M 2048M 19.0.0-2267-g960fbbe4 19e12293512f 1de13280fabe 2024-03-21T13:09:24.963 INFO:teuthology.orchestra.run.smithi178.stdout:node-exporter.a smithi178 *:9100 running (9m) 13s ago 16m 12.6M - 1.3.1 1dbe0e931976 5d4ec1307be5 2024-03-21T13:09:24.963 INFO:teuthology.orchestra.run.smithi178.stdout:node-exporter.b smithi184 *:9100 running (9m) 14s ago 16m 12.2M - 1.3.1 1dbe0e931976 2a37d9a9b638 2024-03-21T13:09:24.963 INFO:teuthology.orchestra.run.smithi178.stdout:osd.0 smithi178 running (4m) 13s ago 22m 55.2M 4096M 19.0.0-2267-g960fbbe4 19e12293512f ca44aa92861d 2024-03-21T13:09:24.963 INFO:teuthology.orchestra.run.smithi178.stdout:osd.1 smithi178 running (3m) 13s ago 21m 55.5M 4096M 19.0.0-2267-g960fbbe4 19e12293512f c559dec8e3df 2024-03-21T13:09:24.963 INFO:teuthology.orchestra.run.smithi178.stdout:osd.2 smithi178 running (2m) 13s ago 20m 56.0M 4096M 19.0.0-2267-g960fbbe4 19e12293512f 4ba78eee5937 2024-03-21T13:09:24.963 INFO:teuthology.orchestra.run.smithi178.stdout:osd.3 smithi178 running (108s) 13s ago 20m 51.9M 4096M 19.0.0-2267-g960fbbe4 19e12293512f f26cfcfca7d2 2024-03-21T13:09:24.963 INFO:teuthology.orchestra.run.smithi178.stdout:osd.4 smithi184 running (66s) 14s ago 19m 56.0M 4096M 19.0.0-2267-g960fbbe4 19e12293512f fdbedcf7f562 2024-03-21T13:09:24.964 INFO:teuthology.orchestra.run.smithi178.stdout:osd.5 smithi184 running (26s) 14s ago 18m 53.8M 4096M 19.0.0-2267-g960fbbe4 19e12293512f ea53f5dd04b2 2024-03-21T13:09:24.964 INFO:teuthology.orchestra.run.smithi178.stdout:osd.6 smithi184 running (18m) 14s ago 18m 68.8M 4096M 17.2.0 e1d6a67b021e 68fa324445fb 2024-03-21T13:09:24.964 INFO:teuthology.orchestra.run.smithi178.stdout:osd.7 smithi184 running (17m) 14s ago 17m 69.5M 4096M 17.2.0 e1d6a67b021e 9153684ac7cd 2024-03-21T13:09:24.964 INFO:teuthology.orchestra.run.smithi178.stdout:prometheus.a smithi184 *:9095 running (7m) 14s ago 16m 71.0M - 2.33.4 514e6a882f6e 68f156839b90 2024-03-21T13:09:24.964 INFO:teuthology.orchestra.run.smithi178.stdout:rgw.foo.smithi178.amgrte smithi178 *:8000 running (14m) 13s ago 14m 90.1M - 17.2.0 e1d6a67b021e d914bef5b616 2024-03-21T13:09:24.964 INFO:teuthology.orchestra.run.smithi178.stdout:rgw.foo.smithi184.sylqte smithi184 *:8000 running (14m) 14s ago 14m 88.9M - 17.2.0 e1d6a67b021e 71e9025bfe7b 2024-03-21T13:09:24.964 INFO:teuthology.orchestra.run.smithi178.stdout:rgw.smpl.smithi178.avyvkd smithi178 *:80 running (14m) 13s ago 14m 89.1M - 17.2.0 e1d6a67b021e 95dce05fca01 2024-03-21T13:09:24.964 INFO:teuthology.orchestra.run.smithi178.stdout:rgw.smpl.smithi184.ccsuhn smithi184 *:80 running (14m) 14s ago 14m 89.2M - 17.2.0 e1d6a67b021e c3b20c5f0cde 2024-03-21T13:09:25.434 INFO:teuthology.orchestra.run.smithi178.stdout:{ 2024-03-21T13:09:25.455 INFO:teuthology.orchestra.run.smithi178.stdout: "mon": { 2024-03-21T13:09:25.455 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 3 2024-03-21T13:09:25.455 INFO:teuthology.orchestra.run.smithi178.stdout: }, 2024-03-21T13:09:25.455 INFO:teuthology.orchestra.run.smithi178.stdout: "mgr": { 2024-03-21T13:09:25.455 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 2 2024-03-21T13:09:25.455 INFO:teuthology.orchestra.run.smithi178.stdout: }, 2024-03-21T13:09:25.455 INFO:teuthology.orchestra.run.smithi178.stdout: "osd": { 2024-03-21T13:09:25.455 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2, 2024-03-21T13:09:25.455 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 6 2024-03-21T13:09:25.455 INFO:teuthology.orchestra.run.smithi178.stdout: }, 2024-03-21T13:09:25.455 INFO:teuthology.orchestra.run.smithi178.stdout: "rgw": { 2024-03-21T13:09:25.456 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2024-03-21T13:09:25.456 INFO:teuthology.orchestra.run.smithi178.stdout: }, 2024-03-21T13:09:25.456 INFO:teuthology.orchestra.run.smithi178.stdout: "overall": { 2024-03-21T13:09:25.456 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 6, 2024-03-21T13:09:25.456 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 11 2024-03-21T13:09:25.456 INFO:teuthology.orchestra.run.smithi178.stdout: } 2024-03-21T13:09:25.456 INFO:teuthology.orchestra.run.smithi178.stdout:} 2024-03-21T13:09:25.529 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:25 smithi184 bash[59794]: audit 2024-03-21T13:09:24.157353+0000 mgr.x (mgr.34104) 3339 : audit [DBG] from='client.44538 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:09:25.529 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:25 smithi184 bash[59794]: cephadm 2024-03-21T13:09:24.191606+0000 mgr.x (mgr.34104) 3340 : cephadm [INF] Upgrade: Updating osd.6 2024-03-21T13:09:25.529 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:25 smithi184 bash[59794]: audit 2024-03-21T13:09:24.196319+0000 mon.a (mon.0) 4881 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:25.529 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:25 smithi184 bash[59794]: audit 2024-03-21T13:09:24.199719+0000 mon.a (mon.0) 4882 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-03-21T13:09:25.529 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:25 smithi184 bash[59794]: audit 2024-03-21T13:09:24.201174+0000 mon.a (mon.0) 4883 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:25.529 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:25 smithi184 bash[59794]: cephadm 2024-03-21T13:09:24.206642+0000 mgr.x (mgr.34104) 3341 : cephadm [INF] Deploying daemon osd.6 on smithi184 2024-03-21T13:09:25.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:25 smithi178 bash[75692]: audit 2024-03-21T13:09:24.157353+0000 mgr.x (mgr.34104) 3339 : audit [DBG] from='client.44538 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:09:25.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:25 smithi178 bash[75692]: cephadm 2024-03-21T13:09:24.191606+0000 mgr.x (mgr.34104) 3340 : cephadm [INF] Upgrade: Updating osd.6 2024-03-21T13:09:25.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:25 smithi178 bash[75692]: audit 2024-03-21T13:09:24.196319+0000 mon.a (mon.0) 4881 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:25.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:25 smithi178 bash[75692]: audit 2024-03-21T13:09:24.199719+0000 mon.a (mon.0) 4882 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-03-21T13:09:25.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:25 smithi178 bash[75692]: audit 2024-03-21T13:09:24.201174+0000 mon.a (mon.0) 4883 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:25.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:25 smithi178 bash[75692]: cephadm 2024-03-21T13:09:24.206642+0000 mgr.x (mgr.34104) 3341 : cephadm [INF] Deploying daemon osd.6 on smithi184 2024-03-21T13:09:25.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:25 smithi178 bash[77880]: audit 2024-03-21T13:09:24.157353+0000 mgr.x (mgr.34104) 3339 : audit [DBG] from='client.44538 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:09:25.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:25 smithi178 bash[77880]: cephadm 2024-03-21T13:09:24.191606+0000 mgr.x (mgr.34104) 3340 : cephadm [INF] Upgrade: Updating osd.6 2024-03-21T13:09:25.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:25 smithi178 bash[77880]: audit 2024-03-21T13:09:24.196319+0000 mon.a (mon.0) 4881 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:25.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:25 smithi178 bash[77880]: audit 2024-03-21T13:09:24.199719+0000 mon.a (mon.0) 4882 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-03-21T13:09:25.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:25 smithi178 bash[77880]: audit 2024-03-21T13:09:24.201174+0000 mon.a (mon.0) 4883 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:25.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:25 smithi178 bash[77880]: cephadm 2024-03-21T13:09:24.206642+0000 mgr.x (mgr.34104) 3341 : cephadm [INF] Deploying daemon osd.6 on smithi184 2024-03-21T13:09:25.820 INFO:teuthology.orchestra.run.smithi178.stdout:{ 2024-03-21T13:09:25.820 INFO:teuthology.orchestra.run.smithi178.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753", 2024-03-21T13:09:25.820 INFO:teuthology.orchestra.run.smithi178.stdout: "in_progress": true, 2024-03-21T13:09:25.821 INFO:teuthology.orchestra.run.smithi178.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-21T13:09:25.821 INFO:teuthology.orchestra.run.smithi178.stdout: "services_complete": [ 2024-03-21T13:09:25.821 INFO:teuthology.orchestra.run.smithi178.stdout: "mgr", 2024-03-21T13:09:25.821 INFO:teuthology.orchestra.run.smithi178.stdout: "mon" 2024-03-21T13:09:25.821 INFO:teuthology.orchestra.run.smithi178.stdout: ], 2024-03-21T13:09:25.821 INFO:teuthology.orchestra.run.smithi178.stdout: "progress": "11/23 daemons upgraded", 2024-03-21T13:09:25.821 INFO:teuthology.orchestra.run.smithi178.stdout: "message": "Currently upgrading osd daemons", 2024-03-21T13:09:25.821 INFO:teuthology.orchestra.run.smithi178.stdout: "is_paused": false 2024-03-21T13:09:25.821 INFO:teuthology.orchestra.run.smithi178.stdout:} 2024-03-21T13:09:25.823 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:09:25 smithi184 bash[52419]: ::ffff:172.21.15.184 - - [21/Mar/2024:13:09:25] "GET /metrics HTTP/1.1" 200 38614 "" "Prometheus/2.33.4" 2024-03-21T13:09:26.266 INFO:teuthology.orchestra.run.smithi178.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-21T13:09:26.266 INFO:teuthology.orchestra.run.smithi178.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-21T13:09:26.266 INFO:teuthology.orchestra.run.smithi178.stdout: daemon grafana.a on smithi184 is in error state 2024-03-21T13:09:26.465 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:26 smithi184 bash[59794]: audit 2024-03-21T13:09:24.550660+0000 mgr.x (mgr.34104) 3342 : audit [DBG] from='client.54511 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:09:26.465 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:26 smithi184 bash[59794]: audit 2024-03-21T13:09:24.934628+0000 mgr.x (mgr.34104) 3343 : audit [DBG] from='client.44550 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:09:26.465 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:26 smithi184 bash[59794]: cluster 2024-03-21T13:09:25.043577+0000 mgr.x (mgr.34104) 3344 : cluster [DBG] pgmap v2213: 161 pgs: 161 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:09:26.465 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:26 smithi184 bash[59794]: audit 2024-03-21T13:09:25.432204+0000 mon.a (mon.0) 4884 : audit [DBG] from='client.? 172.21.15.178:0/1937418488' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:26.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:26 smithi178 bash[75692]: audit 2024-03-21T13:09:24.550660+0000 mgr.x (mgr.34104) 3342 : audit [DBG] from='client.54511 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:09:26.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:26 smithi178 bash[75692]: audit 2024-03-21T13:09:24.934628+0000 mgr.x (mgr.34104) 3343 : audit [DBG] from='client.44550 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:09:26.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:26 smithi178 bash[75692]: cluster 2024-03-21T13:09:25.043577+0000 mgr.x (mgr.34104) 3344 : cluster [DBG] pgmap v2213: 161 pgs: 161 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:09:26.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:26 smithi178 bash[75692]: audit 2024-03-21T13:09:25.432204+0000 mon.a (mon.0) 4884 : audit [DBG] from='client.? 172.21.15.178:0/1937418488' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:26.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:26 smithi178 bash[77880]: audit 2024-03-21T13:09:24.550660+0000 mgr.x (mgr.34104) 3342 : audit [DBG] from='client.54511 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:09:26.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:26 smithi178 bash[77880]: audit 2024-03-21T13:09:24.934628+0000 mgr.x (mgr.34104) 3343 : audit [DBG] from='client.44550 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:09:26.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:26 smithi178 bash[77880]: cluster 2024-03-21T13:09:25.043577+0000 mgr.x (mgr.34104) 3344 : cluster [DBG] pgmap v2213: 161 pgs: 161 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:09:26.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:26 smithi178 bash[77880]: audit 2024-03-21T13:09:25.432204+0000 mon.a (mon.0) 4884 : audit [DBG] from='client.? 172.21.15.178:0/1937418488' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:27.477 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:27 smithi184 bash[59794]: audit 2024-03-21T13:09:25.818119+0000 mgr.x (mgr.34104) 3345 : audit [DBG] from='client.54529 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:09:27.477 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:27 smithi184 bash[59794]: audit 2024-03-21T13:09:26.264359+0000 mon.c (mon.1) 18 : audit [DBG] from='client.? 172.21.15.178:0/528956411' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T13:09:27.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:27 smithi178 bash[75692]: audit 2024-03-21T13:09:25.818119+0000 mgr.x (mgr.34104) 3345 : audit [DBG] from='client.54529 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:09:27.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:27 smithi178 bash[75692]: audit 2024-03-21T13:09:26.264359+0000 mon.c (mon.1) 18 : audit [DBG] from='client.? 172.21.15.178:0/528956411' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T13:09:27.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:27 smithi178 bash[77880]: audit 2024-03-21T13:09:25.818119+0000 mgr.x (mgr.34104) 3345 : audit [DBG] from='client.54529 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:09:27.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:27 smithi178 bash[77880]: audit 2024-03-21T13:09:26.264359+0000 mon.c (mon.1) 18 : audit [DBG] from='client.? 172.21.15.178:0/528956411' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T13:09:28.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:28 smithi178 bash[75692]: cluster 2024-03-21T13:09:27.044627+0000 mgr.x (mgr.34104) 3346 : cluster [DBG] pgmap v2214: 161 pgs: 161 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:09:28.547 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:28 smithi178 bash[77880]: cluster 2024-03-21T13:09:27.044627+0000 mgr.x (mgr.34104) 3346 : cluster [DBG] pgmap v2214: 161 pgs: 161 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:09:28.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:28 smithi184 bash[59794]: cluster 2024-03-21T13:09:27.044627+0000 mgr.x (mgr.34104) 3346 : cluster [DBG] pgmap v2214: 161 pgs: 161 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:09:29.073 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:09:28 smithi184 systemd[1]: Stopping Ceph osd.6 for a94f249e-e780-11ee-95cd-87774f69a715... 2024-03-21T13:09:29.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:29 smithi178 bash[75692]: cluster 2024-03-21T13:09:29.101442+0000 mon.a (mon.0) 4885 : cluster [INF] osd.6 marked itself down and dead 2024-03-21T13:09:29.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:29 smithi178 bash[77880]: cluster 2024-03-21T13:09:29.101442+0000 mon.a (mon.0) 4885 : cluster [INF] osd.6 marked itself down and dead 2024-03-21T13:09:29.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:29 smithi184 bash[59794]: cluster 2024-03-21T13:09:29.101442+0000 mon.a (mon.0) 4885 : cluster [INF] osd.6 marked itself down and dead 2024-03-21T13:09:29.573 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:09:29 smithi184 bash[27348]: debug 2024-03-21T13:09:29.097+0000 7f479839f700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.6 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-03-21T13:09:29.573 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:09:29 smithi184 bash[27348]: debug 2024-03-21T13:09:29.097+0000 7f479839f700 -1 osd.6 161 *** Got signal Terminated *** 2024-03-21T13:09:29.573 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:09:29 smithi184 bash[27348]: debug 2024-03-21T13:09:29.097+0000 7f479839f700 -1 osd.6 161 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-21T13:09:30.468 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:30 smithi184 bash[59794]: cluster 2024-03-21T13:09:29.045561+0000 mgr.x (mgr.34104) 3347 : cluster [DBG] pgmap v2215: 161 pgs: 161 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:09:30.468 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:30 smithi184 bash[59794]: cluster 2024-03-21T13:09:29.217338+0000 mon.a (mon.0) 4886 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-03-21T13:09:30.468 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:30 smithi184 bash[59794]: cluster 2024-03-21T13:09:29.230657+0000 mon.a (mon.0) 4887 : cluster [DBG] osdmap e162: 8 total, 7 up, 8 in 2024-03-21T13:09:30.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:30 smithi178 bash[75692]: cluster 2024-03-21T13:09:29.045561+0000 mgr.x (mgr.34104) 3347 : cluster [DBG] pgmap v2215: 161 pgs: 161 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:09:30.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:30 smithi178 bash[75692]: cluster 2024-03-21T13:09:29.217338+0000 mon.a (mon.0) 4886 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-03-21T13:09:30.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:30 smithi178 bash[75692]: cluster 2024-03-21T13:09:29.230657+0000 mon.a (mon.0) 4887 : cluster [DBG] osdmap e162: 8 total, 7 up, 8 in 2024-03-21T13:09:30.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:30 smithi178 bash[77880]: cluster 2024-03-21T13:09:29.045561+0000 mgr.x (mgr.34104) 3347 : cluster [DBG] pgmap v2215: 161 pgs: 161 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:09:30.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:30 smithi178 bash[77880]: cluster 2024-03-21T13:09:29.217338+0000 mon.a (mon.0) 4886 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-03-21T13:09:30.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:30 smithi178 bash[77880]: cluster 2024-03-21T13:09:29.230657+0000 mon.a (mon.0) 4887 : cluster [DBG] osdmap e162: 8 total, 7 up, 8 in 2024-03-21T13:09:31.323 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:09:31 smithi184 bash[72255]: ceph-a94f249e-e780-11ee-95cd-87774f69a715-osd-6 2024-03-21T13:09:31.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:31 smithi184 bash[59794]: cluster 2024-03-21T13:09:30.234373+0000 mon.a (mon.0) 4888 : cluster [DBG] osdmap e163: 8 total, 7 up, 8 in 2024-03-21T13:09:31.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:31 smithi184 bash[59794]: audit 2024-03-21T13:09:30.442092+0000 mon.a (mon.0) 4889 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:31.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:31 smithi184 bash[59794]: audit 2024-03-21T13:09:30.451575+0000 mon.a (mon.0) 4890 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:31.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:31 smithi184 bash[59794]: audit 2024-03-21T13:09:30.463592+0000 mon.a (mon.0) 4891 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:31.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:31 smithi184 bash[59794]: audit 2024-03-21T13:09:31.234251+0000 mon.a (mon.0) 4892 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:31.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:31 smithi178 bash[75692]: cluster 2024-03-21T13:09:30.234373+0000 mon.a (mon.0) 4888 : cluster [DBG] osdmap e163: 8 total, 7 up, 8 in 2024-03-21T13:09:31.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:31 smithi178 bash[75692]: audit 2024-03-21T13:09:30.442092+0000 mon.a (mon.0) 4889 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:31.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:31 smithi178 bash[75692]: audit 2024-03-21T13:09:30.451575+0000 mon.a (mon.0) 4890 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:31.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:31 smithi178 bash[75692]: audit 2024-03-21T13:09:30.463592+0000 mon.a (mon.0) 4891 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:31.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:31 smithi178 bash[75692]: audit 2024-03-21T13:09:31.234251+0000 mon.a (mon.0) 4892 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:31.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:31 smithi178 bash[77880]: cluster 2024-03-21T13:09:30.234373+0000 mon.a (mon.0) 4888 : cluster [DBG] osdmap e163: 8 total, 7 up, 8 in 2024-03-21T13:09:31.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:31 smithi178 bash[77880]: audit 2024-03-21T13:09:30.442092+0000 mon.a (mon.0) 4889 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:31.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:31 smithi178 bash[77880]: audit 2024-03-21T13:09:30.451575+0000 mon.a (mon.0) 4890 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:31.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:31 smithi178 bash[77880]: audit 2024-03-21T13:09:30.463592+0000 mon.a (mon.0) 4891 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:31.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:31 smithi178 bash[77880]: audit 2024-03-21T13:09:31.234251+0000 mon.a (mon.0) 4892 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:31.783 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:09:31 smithi184 bash[72403]: Error response from daemon: No such container: ceph-a94f249e-e780-11ee-95cd-87774f69a715-osd-6 2024-03-21T13:09:32.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:32 smithi178 bash[75692]: cluster 2024-03-21T13:09:30.454397+0000 mgr.x (mgr.34104) 3348 : cluster [DBG] pgmap v2218: 161 pgs: 32 peering, 5 stale+active+clean, 124 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:09:32.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:32 smithi178 bash[75692]: cluster 2024-03-21T13:09:30.455101+0000 mgr.x (mgr.34104) 3349 : cluster [DBG] pgmap v2219: 161 pgs: 32 peering, 5 stale+active+clean, 124 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:09:32.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:32 smithi178 bash[75692]: audit 2024-03-21T13:09:30.887096+0000 mgr.x (mgr.34104) 3350 : audit [DBG] from='client.15585 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:09:32.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:32 smithi178 bash[75692]: audit 2024-03-21T13:09:31.245061+0000 mon.a (mon.0) 4893 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:32.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:32 smithi178 bash[75692]: cluster 2024-03-21T13:09:31.248105+0000 mgr.x (mgr.34104) 3351 : cluster [DBG] pgmap v2220: 161 pgs: 6 active+undersized, 4 active+undersized+degraded, 32 peering, 4 stale+active+clean, 115 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 19/630 objects degraded (3.016%) 2024-03-21T13:09:32.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:32 smithi178 bash[75692]: cluster 2024-03-21T13:09:31.248690+0000 mgr.x (mgr.34104) 3352 : cluster [DBG] pgmap v2221: 161 pgs: 6 active+undersized, 4 active+undersized+degraded, 32 peering, 4 stale+active+clean, 115 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 19/630 objects degraded (3.016%) 2024-03-21T13:09:32.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:32 smithi178 bash[75692]: audit 2024-03-21T13:09:31.262154+0000 mon.a (mon.0) 4894 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:32.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:32 smithi178 bash[75692]: cluster 2024-03-21T13:09:31.448299+0000 mon.a (mon.0) 4895 : cluster [WRN] Health check update: 2 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-21T13:09:32.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:32 smithi178 bash[75692]: cluster 2024-03-21T13:09:31.448365+0000 mon.a (mon.0) 4896 : cluster [WRN] Health check failed: Reduced data availability: 6 pgs inactive, 8 pgs peering (PG_AVAILABILITY) 2024-03-21T13:09:32.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:32 smithi178 bash[75692]: cluster 2024-03-21T13:09:31.448434+0000 mon.a (mon.0) 4897 : cluster [WRN] Health check failed: Degraded data redundancy: 19/630 objects degraded (3.016%), 4 pgs degraded (PG_DEGRADED) 2024-03-21T13:09:32.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:32 smithi178 bash[77880]: cluster 2024-03-21T13:09:30.454397+0000 mgr.x (mgr.34104) 3348 : cluster [DBG] pgmap v2218: 161 pgs: 32 peering, 5 stale+active+clean, 124 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:09:32.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:32 smithi178 bash[77880]: cluster 2024-03-21T13:09:30.455101+0000 mgr.x (mgr.34104) 3349 : cluster [DBG] pgmap v2219: 161 pgs: 32 peering, 5 stale+active+clean, 124 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:09:32.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:32 smithi178 bash[77880]: audit 2024-03-21T13:09:30.887096+0000 mgr.x (mgr.34104) 3350 : audit [DBG] from='client.15585 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:09:32.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:32 smithi178 bash[77880]: audit 2024-03-21T13:09:31.245061+0000 mon.a (mon.0) 4893 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:32.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:32 smithi178 bash[77880]: cluster 2024-03-21T13:09:31.248105+0000 mgr.x (mgr.34104) 3351 : cluster [DBG] pgmap v2220: 161 pgs: 6 active+undersized, 4 active+undersized+degraded, 32 peering, 4 stale+active+clean, 115 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 19/630 objects degraded (3.016%) 2024-03-21T13:09:32.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:32 smithi178 bash[77880]: cluster 2024-03-21T13:09:31.248690+0000 mgr.x (mgr.34104) 3352 : cluster [DBG] pgmap v2221: 161 pgs: 6 active+undersized, 4 active+undersized+degraded, 32 peering, 4 stale+active+clean, 115 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 19/630 objects degraded (3.016%) 2024-03-21T13:09:32.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:32 smithi178 bash[77880]: audit 2024-03-21T13:09:31.262154+0000 mon.a (mon.0) 4894 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:32.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:32 smithi178 bash[77880]: cluster 2024-03-21T13:09:31.448299+0000 mon.a (mon.0) 4895 : cluster [WRN] Health check update: 2 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-21T13:09:32.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:32 smithi178 bash[77880]: cluster 2024-03-21T13:09:31.448365+0000 mon.a (mon.0) 4896 : cluster [WRN] Health check failed: Reduced data availability: 6 pgs inactive, 8 pgs peering (PG_AVAILABILITY) 2024-03-21T13:09:32.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:32 smithi178 bash[77880]: cluster 2024-03-21T13:09:31.448434+0000 mon.a (mon.0) 4897 : cluster [WRN] Health check failed: Degraded data redundancy: 19/630 objects degraded (3.016%), 4 pgs degraded (PG_DEGRADED) 2024-03-21T13:09:32.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:32 smithi184 bash[59794]: cluster 2024-03-21T13:09:30.454397+0000 mgr.x (mgr.34104) 3348 : cluster [DBG] pgmap v2218: 161 pgs: 32 peering, 5 stale+active+clean, 124 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:09:32.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:32 smithi184 bash[59794]: cluster 2024-03-21T13:09:30.455101+0000 mgr.x (mgr.34104) 3349 : cluster [DBG] pgmap v2219: 161 pgs: 32 peering, 5 stale+active+clean, 124 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:09:32.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:32 smithi184 bash[59794]: audit 2024-03-21T13:09:30.887096+0000 mgr.x (mgr.34104) 3350 : audit [DBG] from='client.15585 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:09:32.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:32 smithi184 bash[59794]: audit 2024-03-21T13:09:31.245061+0000 mon.a (mon.0) 4893 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:32.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:32 smithi184 bash[59794]: cluster 2024-03-21T13:09:31.248105+0000 mgr.x (mgr.34104) 3351 : cluster [DBG] pgmap v2220: 161 pgs: 6 active+undersized, 4 active+undersized+degraded, 32 peering, 4 stale+active+clean, 115 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 19/630 objects degraded (3.016%) 2024-03-21T13:09:32.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:32 smithi184 bash[59794]: cluster 2024-03-21T13:09:31.248690+0000 mgr.x (mgr.34104) 3352 : cluster [DBG] pgmap v2221: 161 pgs: 6 active+undersized, 4 active+undersized+degraded, 32 peering, 4 stale+active+clean, 115 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 19/630 objects degraded (3.016%) 2024-03-21T13:09:32.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:32 smithi184 bash[59794]: audit 2024-03-21T13:09:31.262154+0000 mon.a (mon.0) 4894 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:32.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:32 smithi184 bash[59794]: cluster 2024-03-21T13:09:31.448299+0000 mon.a (mon.0) 4895 : cluster [WRN] Health check update: 2 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-21T13:09:32.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:32 smithi184 bash[59794]: cluster 2024-03-21T13:09:31.448365+0000 mon.a (mon.0) 4896 : cluster [WRN] Health check failed: Reduced data availability: 6 pgs inactive, 8 pgs peering (PG_AVAILABILITY) 2024-03-21T13:09:32.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:32 smithi184 bash[59794]: cluster 2024-03-21T13:09:31.448434+0000 mon.a (mon.0) 4897 : cluster [WRN] Health check failed: Degraded data redundancy: 19/630 objects degraded (3.016%), 4 pgs degraded (PG_DEGRADED) 2024-03-21T13:09:34.182 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:09:33 smithi184 systemd[1]: ceph-a94f249e-e780-11ee-95cd-87774f69a715@osd.6.service: Succeeded. 2024-03-21T13:09:34.182 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:09:33 smithi184 systemd[1]: Stopped Ceph osd.6 for a94f249e-e780-11ee-95cd-87774f69a715. 2024-03-21T13:09:34.513 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:09:34 smithi184 systemd[1]: Started Ceph osd.6 for a94f249e-e780-11ee-95cd-87774f69a715. 2024-03-21T13:09:35.544 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:35 smithi184 bash[59794]: cluster 2024-03-21T13:09:33.249286+0000 mgr.x (mgr.34104) 3353 : cluster [DBG] pgmap v2222: 161 pgs: 7 active+undersized, 4 active+undersized+degraded, 32 peering, 3 stale+active+clean, 115 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 19/630 objects degraded (3.016%) 2024-03-21T13:09:35.544 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:35 smithi184 bash[59794]: audit 2024-03-21T13:09:34.226567+0000 mon.a (mon.0) 4898 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:35.544 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:35 smithi184 bash[59794]: audit 2024-03-21T13:09:34.238437+0000 mon.a (mon.0) 4899 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:35.544 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:35 smithi184 bash[59794]: audit 2024-03-21T13:09:34.250714+0000 mon.a (mon.0) 4900 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:35.544 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:35 smithi184 bash[59794]: audit 2024-03-21T13:09:34.251986+0000 mon.a (mon.0) 4901 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:35.544 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:35 smithi184 bash[59794]: audit 2024-03-21T13:09:34.262463+0000 mon.a (mon.0) 4902 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:35.544 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:35 smithi184 bash[59794]: audit 2024-03-21T13:09:34.348989+0000 mon.a (mon.0) 4903 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:35.544 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:35 smithi184 bash[59794]: audit 2024-03-21T13:09:34.352554+0000 mon.a (mon.0) 4904 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:35.544 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:35 smithi184 bash[59794]: audit 2024-03-21T13:09:34.357276+0000 mon.a (mon.0) 4905 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:35.545 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:35 smithi184 bash[59794]: audit 2024-03-21T13:09:34.358946+0000 mon.a (mon.0) 4906 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:35.545 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:35 smithi184 bash[59794]: audit 2024-03-21T13:09:34.369492+0000 mon.a (mon.0) 4907 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:35.545 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:35 smithi184 bash[59794]: audit 2024-03-21T13:09:34.450780+0000 mon.a (mon.0) 4908 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:35.545 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:35 smithi184 bash[59794]: audit 2024-03-21T13:09:34.454424+0000 mon.a (mon.0) 4909 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:35.545 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:35 smithi184 bash[59794]: audit 2024-03-21T13:09:34.458170+0000 mon.a (mon.0) 4910 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:35.545 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:35 smithi184 bash[59794]: audit 2024-03-21T13:09:34.459525+0000 mon.a (mon.0) 4911 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:35.545 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:35 smithi184 bash[59794]: audit 2024-03-21T13:09:34.471384+0000 mon.a (mon.0) 4912 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:35.545 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:35 smithi184 bash[59794]: audit 2024-03-21T13:09:34.553713+0000 mon.a (mon.0) 4913 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:35.545 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:35 smithi184 bash[59794]: audit 2024-03-21T13:09:34.556759+0000 mon.a (mon.0) 4914 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:35.545 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:35 smithi184 bash[59794]: audit 2024-03-21T13:09:34.560234+0000 mon.a (mon.0) 4915 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:35.545 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:35 smithi184 bash[59794]: audit 2024-03-21T13:09:34.561587+0000 mon.a (mon.0) 4916 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:35.545 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:35 smithi184 bash[59794]: audit 2024-03-21T13:09:34.574548+0000 mon.a (mon.0) 4917 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:35.545 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:35 smithi184 bash[59794]: audit 2024-03-21T13:09:34.658782+0000 mon.a (mon.0) 4918 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:35.545 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:35 smithi184 bash[59794]: audit 2024-03-21T13:09:34.661162+0000 mon.a (mon.0) 4919 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:35.546 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:35 smithi184 bash[59794]: audit 2024-03-21T13:09:34.663930+0000 mon.a (mon.0) 4920 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:35.546 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:35 smithi184 bash[59794]: audit 2024-03-21T13:09:34.664914+0000 mon.a (mon.0) 4921 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:35.546 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:35 smithi184 bash[59794]: audit 2024-03-21T13:09:34.674002+0000 mon.a (mon.0) 4922 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:35.546 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:35 smithi184 bash[59794]: audit 2024-03-21T13:09:34.753779+0000 mon.a (mon.0) 4923 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:35.546 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:35 smithi184 bash[59794]: audit 2024-03-21T13:09:34.756885+0000 mon.a (mon.0) 4924 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:35.546 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:35 smithi184 bash[59794]: audit 2024-03-21T13:09:34.760400+0000 mon.a (mon.0) 4925 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:35.546 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:35 smithi184 bash[59794]: audit 2024-03-21T13:09:34.761687+0000 mon.a (mon.0) 4926 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:35.546 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:35 smithi184 bash[59794]: audit 2024-03-21T13:09:34.772664+0000 mon.a (mon.0) 4927 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:35.546 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:35 smithi184 bash[59794]: audit 2024-03-21T13:09:34.791875+0000 mon.a (mon.0) 4928 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:35.546 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:35 smithi184 bash[59794]: audit 2024-03-21T13:09:34.793167+0000 mon.a (mon.0) 4929 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:09:35.546 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:35 smithi184 bash[59794]: audit 2024-03-21T13:09:34.886043+0000 mon.a (mon.0) 4930 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:35.547 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:35 smithi184 bash[59794]: audit 2024-03-21T13:09:34.890152+0000 mon.a (mon.0) 4931 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:35.547 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:35 smithi184 bash[59794]: audit 2024-03-21T13:09:34.893424+0000 mon.a (mon.0) 4932 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:35.547 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:35 smithi184 bash[59794]: audit 2024-03-21T13:09:34.894495+0000 mon.a (mon.0) 4933 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:35.547 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:35 smithi184 bash[59794]: audit 2024-03-21T13:09:34.905563+0000 mon.a (mon.0) 4934 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:35.547 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:35 smithi184 bash[59794]: audit 2024-03-21T13:09:34.987340+0000 mon.a (mon.0) 4935 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:35.547 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:35 smithi184 bash[59794]: audit 2024-03-21T13:09:34.990427+0000 mon.a (mon.0) 4936 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:35.547 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:35 smithi184 bash[59794]: audit 2024-03-21T13:09:34.993465+0000 mon.a (mon.0) 4937 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:35.547 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:35 smithi184 bash[59794]: audit 2024-03-21T13:09:34.994601+0000 mon.a (mon.0) 4938 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:35.547 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:35 smithi184 bash[59794]: audit 2024-03-21T13:09:35.005809+0000 mon.a (mon.0) 4939 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:35.547 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:35 smithi184 bash[59794]: audit 2024-03-21T13:09:35.088790+0000 mon.a (mon.0) 4940 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:35.547 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:35 smithi184 bash[59794]: audit 2024-03-21T13:09:35.092138+0000 mon.a (mon.0) 4941 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:35.547 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:35 smithi184 bash[59794]: audit 2024-03-21T13:09:35.095329+0000 mon.a (mon.0) 4942 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:35.547 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:35 smithi184 bash[59794]: audit 2024-03-21T13:09:35.097050+0000 mon.a (mon.0) 4943 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:35.547 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:35 smithi184 bash[59794]: audit 2024-03-21T13:09:35.109792+0000 mon.a (mon.0) 4944 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:35.548 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:35 smithi184 bash[59794]: audit 2024-03-21T13:09:35.190216+0000 mon.a (mon.0) 4945 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:35.548 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:35 smithi184 bash[59794]: audit 2024-03-21T13:09:35.193413+0000 mon.a (mon.0) 4946 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:35.548 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:35 smithi184 bash[59794]: audit 2024-03-21T13:09:35.197415+0000 mon.a (mon.0) 4947 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:35.548 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:35 smithi184 bash[59794]: audit 2024-03-21T13:09:35.198996+0000 mon.a (mon.0) 4948 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:35.548 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:35 smithi184 bash[59794]: audit 2024-03-21T13:09:35.214282+0000 mon.a (mon.0) 4949 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:35.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:35 smithi178 bash[77880]: cluster 2024-03-21T13:09:33.249286+0000 mgr.x (mgr.34104) 3353 : cluster [DBG] pgmap v2222: 161 pgs: 7 active+undersized, 4 active+undersized+degraded, 32 peering, 3 stale+active+clean, 115 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 19/630 objects degraded (3.016%) 2024-03-21T13:09:35.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:35 smithi178 bash[77880]: audit 2024-03-21T13:09:34.226567+0000 mon.a (mon.0) 4898 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:35.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:35 smithi178 bash[77880]: audit 2024-03-21T13:09:34.238437+0000 mon.a (mon.0) 4899 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:35.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:35 smithi178 bash[77880]: audit 2024-03-21T13:09:34.250714+0000 mon.a (mon.0) 4900 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:35.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:35 smithi178 bash[77880]: audit 2024-03-21T13:09:34.251986+0000 mon.a (mon.0) 4901 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:35.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:35 smithi178 bash[77880]: audit 2024-03-21T13:09:34.262463+0000 mon.a (mon.0) 4902 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:35.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:35 smithi178 bash[77880]: audit 2024-03-21T13:09:34.348989+0000 mon.a (mon.0) 4903 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:35.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:35 smithi178 bash[77880]: audit 2024-03-21T13:09:34.352554+0000 mon.a (mon.0) 4904 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:35.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:35 smithi178 bash[77880]: audit 2024-03-21T13:09:34.357276+0000 mon.a (mon.0) 4905 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:35.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:35 smithi178 bash[77880]: audit 2024-03-21T13:09:34.358946+0000 mon.a (mon.0) 4906 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:35.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:35 smithi178 bash[77880]: audit 2024-03-21T13:09:34.369492+0000 mon.a (mon.0) 4907 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:35.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:35 smithi178 bash[77880]: audit 2024-03-21T13:09:34.450780+0000 mon.a (mon.0) 4908 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:35.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:35 smithi178 bash[77880]: audit 2024-03-21T13:09:34.454424+0000 mon.a (mon.0) 4909 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:35.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:35 smithi178 bash[77880]: audit 2024-03-21T13:09:34.458170+0000 mon.a (mon.0) 4910 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:35.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:35 smithi178 bash[77880]: audit 2024-03-21T13:09:34.459525+0000 mon.a (mon.0) 4911 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:35.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:35 smithi178 bash[77880]: audit 2024-03-21T13:09:34.471384+0000 mon.a (mon.0) 4912 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:35.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:35 smithi178 bash[77880]: audit 2024-03-21T13:09:34.553713+0000 mon.a (mon.0) 4913 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:35.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:35 smithi178 bash[77880]: audit 2024-03-21T13:09:34.556759+0000 mon.a (mon.0) 4914 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:35.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:35 smithi178 bash[75692]: cluster 2024-03-21T13:09:33.249286+0000 mgr.x (mgr.34104) 3353 : cluster [DBG] pgmap v2222: 161 pgs: 7 active+undersized, 4 active+undersized+degraded, 32 peering, 3 stale+active+clean, 115 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 19/630 objects degraded (3.016%) 2024-03-21T13:09:35.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:35 smithi178 bash[75692]: audit 2024-03-21T13:09:34.226567+0000 mon.a (mon.0) 4898 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:35.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:35 smithi178 bash[75692]: audit 2024-03-21T13:09:34.238437+0000 mon.a (mon.0) 4899 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:35.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:35 smithi178 bash[75692]: audit 2024-03-21T13:09:34.250714+0000 mon.a (mon.0) 4900 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:35.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:35 smithi178 bash[75692]: audit 2024-03-21T13:09:34.251986+0000 mon.a (mon.0) 4901 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:35.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:35 smithi178 bash[75692]: audit 2024-03-21T13:09:34.262463+0000 mon.a (mon.0) 4902 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:35.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:35 smithi178 bash[75692]: audit 2024-03-21T13:09:34.348989+0000 mon.a (mon.0) 4903 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:35.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:35 smithi178 bash[75692]: audit 2024-03-21T13:09:34.352554+0000 mon.a (mon.0) 4904 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:35.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:35 smithi178 bash[75692]: audit 2024-03-21T13:09:34.357276+0000 mon.a (mon.0) 4905 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:35.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:35 smithi178 bash[75692]: audit 2024-03-21T13:09:34.358946+0000 mon.a (mon.0) 4906 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:35.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:35 smithi178 bash[75692]: audit 2024-03-21T13:09:34.369492+0000 mon.a (mon.0) 4907 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:35.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:35 smithi178 bash[75692]: audit 2024-03-21T13:09:34.450780+0000 mon.a (mon.0) 4908 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:35.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:35 smithi178 bash[75692]: audit 2024-03-21T13:09:34.454424+0000 mon.a (mon.0) 4909 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:35.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:35 smithi178 bash[75692]: audit 2024-03-21T13:09:34.458170+0000 mon.a (mon.0) 4910 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:35.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:35 smithi178 bash[75692]: audit 2024-03-21T13:09:34.459525+0000 mon.a (mon.0) 4911 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:35.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:35 smithi178 bash[75692]: audit 2024-03-21T13:09:34.471384+0000 mon.a (mon.0) 4912 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:35.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:35 smithi178 bash[75692]: audit 2024-03-21T13:09:34.553713+0000 mon.a (mon.0) 4913 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:35.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:35 smithi178 bash[75692]: audit 2024-03-21T13:09:34.556759+0000 mon.a (mon.0) 4914 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:35.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:35 smithi178 bash[77880]: audit 2024-03-21T13:09:34.560234+0000 mon.a (mon.0) 4915 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:35.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:35 smithi178 bash[77880]: audit 2024-03-21T13:09:34.561587+0000 mon.a (mon.0) 4916 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:35.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:35 smithi178 bash[77880]: audit 2024-03-21T13:09:34.574548+0000 mon.a (mon.0) 4917 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:35.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:35 smithi178 bash[77880]: audit 2024-03-21T13:09:34.658782+0000 mon.a (mon.0) 4918 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:35.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:35 smithi178 bash[77880]: audit 2024-03-21T13:09:34.661162+0000 mon.a (mon.0) 4919 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:35.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:35 smithi178 bash[77880]: audit 2024-03-21T13:09:34.663930+0000 mon.a (mon.0) 4920 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:35.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:35 smithi178 bash[77880]: audit 2024-03-21T13:09:34.664914+0000 mon.a (mon.0) 4921 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:35.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:35 smithi178 bash[77880]: audit 2024-03-21T13:09:34.674002+0000 mon.a (mon.0) 4922 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:35.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:35 smithi178 bash[77880]: audit 2024-03-21T13:09:34.753779+0000 mon.a (mon.0) 4923 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:35.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:35 smithi178 bash[77880]: audit 2024-03-21T13:09:34.756885+0000 mon.a (mon.0) 4924 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:35.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:35 smithi178 bash[77880]: audit 2024-03-21T13:09:34.760400+0000 mon.a (mon.0) 4925 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:35.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:35 smithi178 bash[77880]: audit 2024-03-21T13:09:34.761687+0000 mon.a (mon.0) 4926 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:35.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:35 smithi178 bash[77880]: audit 2024-03-21T13:09:34.772664+0000 mon.a (mon.0) 4927 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:35.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:35 smithi178 bash[77880]: audit 2024-03-21T13:09:34.791875+0000 mon.a (mon.0) 4928 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:35.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:35 smithi178 bash[77880]: audit 2024-03-21T13:09:34.793167+0000 mon.a (mon.0) 4929 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:09:35.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:35 smithi178 bash[77880]: audit 2024-03-21T13:09:34.886043+0000 mon.a (mon.0) 4930 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:35.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:35 smithi178 bash[77880]: audit 2024-03-21T13:09:34.890152+0000 mon.a (mon.0) 4931 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:35.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:35 smithi178 bash[77880]: audit 2024-03-21T13:09:34.893424+0000 mon.a (mon.0) 4932 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:35.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:35 smithi178 bash[77880]: audit 2024-03-21T13:09:34.894495+0000 mon.a (mon.0) 4933 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:35.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:35 smithi178 bash[77880]: audit 2024-03-21T13:09:34.905563+0000 mon.a (mon.0) 4934 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:35.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:35 smithi178 bash[77880]: audit 2024-03-21T13:09:34.987340+0000 mon.a (mon.0) 4935 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:35.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:35 smithi178 bash[77880]: audit 2024-03-21T13:09:34.990427+0000 mon.a (mon.0) 4936 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:35.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:35 smithi178 bash[77880]: audit 2024-03-21T13:09:34.993465+0000 mon.a (mon.0) 4937 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:35.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:35 smithi178 bash[77880]: audit 2024-03-21T13:09:34.994601+0000 mon.a (mon.0) 4938 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:35.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:35 smithi178 bash[77880]: audit 2024-03-21T13:09:35.005809+0000 mon.a (mon.0) 4939 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:35.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:35 smithi178 bash[77880]: audit 2024-03-21T13:09:35.088790+0000 mon.a (mon.0) 4940 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:35.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:35 smithi178 bash[77880]: audit 2024-03-21T13:09:35.092138+0000 mon.a (mon.0) 4941 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:35.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:35 smithi178 bash[77880]: audit 2024-03-21T13:09:35.095329+0000 mon.a (mon.0) 4942 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:35.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:35 smithi178 bash[77880]: audit 2024-03-21T13:09:35.097050+0000 mon.a (mon.0) 4943 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:35.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:35 smithi178 bash[77880]: audit 2024-03-21T13:09:35.109792+0000 mon.a (mon.0) 4944 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:35.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:35 smithi178 bash[77880]: audit 2024-03-21T13:09:35.190216+0000 mon.a (mon.0) 4945 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:35.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:35 smithi178 bash[77880]: audit 2024-03-21T13:09:35.193413+0000 mon.a (mon.0) 4946 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:35.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:35 smithi178 bash[77880]: audit 2024-03-21T13:09:35.197415+0000 mon.a (mon.0) 4947 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:35.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:35 smithi178 bash[77880]: audit 2024-03-21T13:09:35.198996+0000 mon.a (mon.0) 4948 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:35.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:35 smithi178 bash[77880]: audit 2024-03-21T13:09:35.214282+0000 mon.a (mon.0) 4949 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:35.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:35 smithi178 bash[75692]: audit 2024-03-21T13:09:34.560234+0000 mon.a (mon.0) 4915 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:35.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:35 smithi178 bash[75692]: audit 2024-03-21T13:09:34.561587+0000 mon.a (mon.0) 4916 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:35.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:35 smithi178 bash[75692]: audit 2024-03-21T13:09:34.574548+0000 mon.a (mon.0) 4917 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:35.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:35 smithi178 bash[75692]: audit 2024-03-21T13:09:34.658782+0000 mon.a (mon.0) 4918 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:35.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:35 smithi178 bash[75692]: audit 2024-03-21T13:09:34.661162+0000 mon.a (mon.0) 4919 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:35.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:35 smithi178 bash[75692]: audit 2024-03-21T13:09:34.663930+0000 mon.a (mon.0) 4920 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:35.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:35 smithi178 bash[75692]: audit 2024-03-21T13:09:34.664914+0000 mon.a (mon.0) 4921 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:35.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:35 smithi178 bash[75692]: audit 2024-03-21T13:09:34.674002+0000 mon.a (mon.0) 4922 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:35.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:35 smithi178 bash[75692]: audit 2024-03-21T13:09:34.753779+0000 mon.a (mon.0) 4923 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:35.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:35 smithi178 bash[75692]: audit 2024-03-21T13:09:34.756885+0000 mon.a (mon.0) 4924 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:35.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:35 smithi178 bash[75692]: audit 2024-03-21T13:09:34.760400+0000 mon.a (mon.0) 4925 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:35.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:35 smithi178 bash[75692]: audit 2024-03-21T13:09:34.761687+0000 mon.a (mon.0) 4926 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:35.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:35 smithi178 bash[75692]: audit 2024-03-21T13:09:34.772664+0000 mon.a (mon.0) 4927 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:35.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:35 smithi178 bash[75692]: audit 2024-03-21T13:09:34.791875+0000 mon.a (mon.0) 4928 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:35.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:35 smithi178 bash[75692]: audit 2024-03-21T13:09:34.793167+0000 mon.a (mon.0) 4929 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:09:35.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:35 smithi178 bash[75692]: audit 2024-03-21T13:09:34.886043+0000 mon.a (mon.0) 4930 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:35.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:35 smithi178 bash[75692]: audit 2024-03-21T13:09:34.890152+0000 mon.a (mon.0) 4931 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:35.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:35 smithi178 bash[75692]: audit 2024-03-21T13:09:34.893424+0000 mon.a (mon.0) 4932 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:35.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:35 smithi178 bash[75692]: audit 2024-03-21T13:09:34.894495+0000 mon.a (mon.0) 4933 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:35.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:35 smithi178 bash[75692]: audit 2024-03-21T13:09:34.905563+0000 mon.a (mon.0) 4934 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:35.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:35 smithi178 bash[75692]: audit 2024-03-21T13:09:34.987340+0000 mon.a (mon.0) 4935 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:35.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:35 smithi178 bash[75692]: audit 2024-03-21T13:09:34.990427+0000 mon.a (mon.0) 4936 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:35.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:35 smithi178 bash[75692]: audit 2024-03-21T13:09:34.993465+0000 mon.a (mon.0) 4937 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:35.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:35 smithi178 bash[75692]: audit 2024-03-21T13:09:34.994601+0000 mon.a (mon.0) 4938 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:35.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:35 smithi178 bash[75692]: audit 2024-03-21T13:09:35.005809+0000 mon.a (mon.0) 4939 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:35.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:35 smithi178 bash[75692]: audit 2024-03-21T13:09:35.088790+0000 mon.a (mon.0) 4940 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:35.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:35 smithi178 bash[75692]: audit 2024-03-21T13:09:35.092138+0000 mon.a (mon.0) 4941 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:35.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:35 smithi178 bash[75692]: audit 2024-03-21T13:09:35.095329+0000 mon.a (mon.0) 4942 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:35.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:35 smithi178 bash[75692]: audit 2024-03-21T13:09:35.097050+0000 mon.a (mon.0) 4943 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:35.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:35 smithi178 bash[75692]: audit 2024-03-21T13:09:35.109792+0000 mon.a (mon.0) 4944 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:35.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:35 smithi178 bash[75692]: audit 2024-03-21T13:09:35.190216+0000 mon.a (mon.0) 4945 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:35.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:35 smithi178 bash[75692]: audit 2024-03-21T13:09:35.193413+0000 mon.a (mon.0) 4946 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:35.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:35 smithi178 bash[75692]: audit 2024-03-21T13:09:35.197415+0000 mon.a (mon.0) 4947 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:35.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:35 smithi178 bash[75692]: audit 2024-03-21T13:09:35.198996+0000 mon.a (mon.0) 4948 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:35.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:35 smithi178 bash[75692]: audit 2024-03-21T13:09:35.214282+0000 mon.a (mon.0) 4949 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:35.823 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:09:35 smithi184 bash[52419]: ::ffff:172.21.15.184 - - [21/Mar/2024:13:09:35] "GET /metrics HTTP/1.1" 200 38611 "" "Prometheus/2.33.4" 2024-03-21T13:09:36.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:36 smithi178 bash[77880]: cluster 2024-03-21T13:09:34.255159+0000 mgr.x (mgr.34104) 3354 : cluster [DBG] pgmap v2223: 161 pgs: 14 active+undersized, 10 active+undersized+degraded, 32 peering, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 34/630 objects degraded (5.397%) 2024-03-21T13:09:36.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:36 smithi178 bash[77880]: cluster 2024-03-21T13:09:34.255976+0000 mgr.x (mgr.34104) 3355 : cluster [DBG] pgmap v2224: 161 pgs: 14 active+undersized, 10 active+undersized+degraded, 32 peering, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 34/630 objects degraded (5.397%) 2024-03-21T13:09:36.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:36 smithi178 bash[77880]: cephadm 2024-03-21T13:09:34.263957+0000 mgr.x (mgr.34104) 3356 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:36.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:36 smithi178 bash[77880]: cluster 2024-03-21T13:09:34.362867+0000 mgr.x (mgr.34104) 3357 : cluster [DBG] pgmap v2225: 161 pgs: 14 active+undersized, 10 active+undersized+degraded, 32 peering, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 34/630 objects degraded (5.397%) 2024-03-21T13:09:36.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:36 smithi178 bash[77880]: cephadm 2024-03-21T13:09:34.370982+0000 mgr.x (mgr.34104) 3358 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:36.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:36 smithi178 bash[77880]: cluster 2024-03-21T13:09:34.462757+0000 mgr.x (mgr.34104) 3359 : cluster [DBG] pgmap v2226: 161 pgs: 14 active+undersized, 10 active+undersized+degraded, 32 peering, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 34/630 objects degraded (5.397%) 2024-03-21T13:09:36.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:36 smithi178 bash[77880]: cluster 2024-03-21T13:09:34.463195+0000 mgr.x (mgr.34104) 3360 : cluster [DBG] pgmap v2227: 161 pgs: 14 active+undersized, 10 active+undersized+degraded, 32 peering, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 34/630 objects degraded (5.397%) 2024-03-21T13:09:36.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:36 smithi178 bash[77880]: cephadm 2024-03-21T13:09:34.472823+0000 mgr.x (mgr.34104) 3361 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:36.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:36 smithi178 bash[77880]: cluster 2024-03-21T13:09:34.565517+0000 mgr.x (mgr.34104) 3362 : cluster [DBG] pgmap v2228: 161 pgs: 20 active+undersized, 15 active+undersized+degraded, 21 peering, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 47/630 objects degraded (7.460%) 2024-03-21T13:09:36.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:36 smithi178 bash[77880]: cluster 2024-03-21T13:09:34.566297+0000 mgr.x (mgr.34104) 3363 : cluster [DBG] pgmap v2229: 161 pgs: 20 active+undersized, 15 active+undersized+degraded, 21 peering, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 47/630 objects degraded (7.460%) 2024-03-21T13:09:36.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:36 smithi178 bash[77880]: cephadm 2024-03-21T13:09:34.576131+0000 mgr.x (mgr.34104) 3364 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:36.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:36 smithi178 bash[77880]: cluster 2024-03-21T13:09:34.668086+0000 mgr.x (mgr.34104) 3365 : cluster [DBG] pgmap v2230: 161 pgs: 20 active+undersized, 15 active+undersized+degraded, 21 peering, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 47/630 objects degraded (7.460%) 2024-03-21T13:09:36.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:36 smithi178 bash[77880]: cluster 2024-03-21T13:09:34.668930+0000 mgr.x (mgr.34104) 3366 : cluster [DBG] pgmap v2231: 161 pgs: 20 active+undersized, 15 active+undersized+degraded, 21 peering, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 47/630 objects degraded (7.460%) 2024-03-21T13:09:36.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:36 smithi178 bash[77880]: cephadm 2024-03-21T13:09:34.675528+0000 mgr.x (mgr.34104) 3367 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:36.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:36 smithi178 bash[77880]: cluster 2024-03-21T13:09:34.764970+0000 mgr.x (mgr.34104) 3368 : cluster [DBG] pgmap v2232: 161 pgs: 20 active+undersized, 15 active+undersized+degraded, 21 peering, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 47/630 objects degraded (7.460%) 2024-03-21T13:09:36.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:36 smithi178 bash[75692]: cluster 2024-03-21T13:09:34.255159+0000 mgr.x (mgr.34104) 3354 : cluster [DBG] pgmap v2223: 161 pgs: 14 active+undersized, 10 active+undersized+degraded, 32 peering, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 34/630 objects degraded (5.397%) 2024-03-21T13:09:36.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:36 smithi178 bash[75692]: cluster 2024-03-21T13:09:34.255976+0000 mgr.x (mgr.34104) 3355 : cluster [DBG] pgmap v2224: 161 pgs: 14 active+undersized, 10 active+undersized+degraded, 32 peering, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 34/630 objects degraded (5.397%) 2024-03-21T13:09:36.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:36 smithi178 bash[75692]: cephadm 2024-03-21T13:09:34.263957+0000 mgr.x (mgr.34104) 3356 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:36.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:36 smithi178 bash[75692]: cluster 2024-03-21T13:09:34.362867+0000 mgr.x (mgr.34104) 3357 : cluster [DBG] pgmap v2225: 161 pgs: 14 active+undersized, 10 active+undersized+degraded, 32 peering, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 34/630 objects degraded (5.397%) 2024-03-21T13:09:36.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:36 smithi178 bash[75692]: cephadm 2024-03-21T13:09:34.370982+0000 mgr.x (mgr.34104) 3358 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:36.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:36 smithi178 bash[75692]: cluster 2024-03-21T13:09:34.462757+0000 mgr.x (mgr.34104) 3359 : cluster [DBG] pgmap v2226: 161 pgs: 14 active+undersized, 10 active+undersized+degraded, 32 peering, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 34/630 objects degraded (5.397%) 2024-03-21T13:09:36.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:36 smithi178 bash[75692]: cluster 2024-03-21T13:09:34.463195+0000 mgr.x (mgr.34104) 3360 : cluster [DBG] pgmap v2227: 161 pgs: 14 active+undersized, 10 active+undersized+degraded, 32 peering, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 34/630 objects degraded (5.397%) 2024-03-21T13:09:36.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:36 smithi178 bash[75692]: cephadm 2024-03-21T13:09:34.472823+0000 mgr.x (mgr.34104) 3361 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:36.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:36 smithi178 bash[75692]: cluster 2024-03-21T13:09:34.565517+0000 mgr.x (mgr.34104) 3362 : cluster [DBG] pgmap v2228: 161 pgs: 20 active+undersized, 15 active+undersized+degraded, 21 peering, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 47/630 objects degraded (7.460%) 2024-03-21T13:09:36.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:36 smithi178 bash[75692]: cluster 2024-03-21T13:09:34.566297+0000 mgr.x (mgr.34104) 3363 : cluster [DBG] pgmap v2229: 161 pgs: 20 active+undersized, 15 active+undersized+degraded, 21 peering, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 47/630 objects degraded (7.460%) 2024-03-21T13:09:36.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:36 smithi178 bash[75692]: cephadm 2024-03-21T13:09:34.576131+0000 mgr.x (mgr.34104) 3364 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:36.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:36 smithi178 bash[75692]: cluster 2024-03-21T13:09:34.668086+0000 mgr.x (mgr.34104) 3365 : cluster [DBG] pgmap v2230: 161 pgs: 20 active+undersized, 15 active+undersized+degraded, 21 peering, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 47/630 objects degraded (7.460%) 2024-03-21T13:09:36.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:36 smithi178 bash[75692]: cluster 2024-03-21T13:09:34.668930+0000 mgr.x (mgr.34104) 3366 : cluster [DBG] pgmap v2231: 161 pgs: 20 active+undersized, 15 active+undersized+degraded, 21 peering, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 47/630 objects degraded (7.460%) 2024-03-21T13:09:36.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:36 smithi178 bash[75692]: cephadm 2024-03-21T13:09:34.675528+0000 mgr.x (mgr.34104) 3367 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:36.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:36 smithi178 bash[75692]: cluster 2024-03-21T13:09:34.764970+0000 mgr.x (mgr.34104) 3368 : cluster [DBG] pgmap v2232: 161 pgs: 20 active+undersized, 15 active+undersized+degraded, 21 peering, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 47/630 objects degraded (7.460%) 2024-03-21T13:09:36.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:36 smithi178 bash[77880]: cluster 2024-03-21T13:09:34.765925+0000 mgr.x (mgr.34104) 3369 : cluster [DBG] pgmap v2233: 161 pgs: 20 active+undersized, 15 active+undersized+degraded, 21 peering, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 47/630 objects degraded (7.460%) 2024-03-21T13:09:36.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:36 smithi178 bash[77880]: cephadm 2024-03-21T13:09:34.774066+0000 mgr.x (mgr.34104) 3370 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:36.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:36 smithi178 bash[77880]: cluster 2024-03-21T13:09:34.897806+0000 mgr.x (mgr.34104) 3371 : cluster [DBG] pgmap v2234: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:36.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:36 smithi178 bash[77880]: cluster 2024-03-21T13:09:34.898751+0000 mgr.x (mgr.34104) 3372 : cluster [DBG] pgmap v2235: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:36.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:36 smithi178 bash[77880]: cephadm 2024-03-21T13:09:34.907117+0000 mgr.x (mgr.34104) 3373 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:36.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:36 smithi178 bash[77880]: cluster 2024-03-21T13:09:34.997564+0000 mgr.x (mgr.34104) 3374 : cluster [DBG] pgmap v2236: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:36.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:36 smithi178 bash[77880]: cluster 2024-03-21T13:09:34.998343+0000 mgr.x (mgr.34104) 3375 : cluster [DBG] pgmap v2237: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:36.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:36 smithi178 bash[77880]: cephadm 2024-03-21T13:09:35.007112+0000 mgr.x (mgr.34104) 3376 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:36.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:36 smithi178 bash[77880]: cluster 2024-03-21T13:09:35.100343+0000 mgr.x (mgr.34104) 3377 : cluster [DBG] pgmap v2238: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:36.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:36 smithi178 bash[77880]: cluster 2024-03-21T13:09:35.100996+0000 mgr.x (mgr.34104) 3378 : cluster [DBG] pgmap v2239: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:36.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:36 smithi178 bash[77880]: cephadm 2024-03-21T13:09:35.111191+0000 mgr.x (mgr.34104) 3379 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:36.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:36 smithi178 bash[77880]: cluster 2024-03-21T13:09:35.202796+0000 mgr.x (mgr.34104) 3380 : cluster [DBG] pgmap v2240: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:36.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:36 smithi178 bash[77880]: cluster 2024-03-21T13:09:35.203480+0000 mgr.x (mgr.34104) 3381 : cluster [DBG] pgmap v2241: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:36.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:36 smithi178 bash[77880]: cephadm 2024-03-21T13:09:35.215675+0000 mgr.x (mgr.34104) 3382 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:36.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:36 smithi178 bash[77880]: cluster 2024-03-21T13:09:35.233526+0000 mon.a (mon.0) 4950 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 6 pgs inactive, 8 pgs peering) 2024-03-21T13:09:36.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:36 smithi178 bash[77880]: audit 2024-03-21T13:09:35.292263+0000 mon.a (mon.0) 4951 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:36.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:36 smithi178 bash[75692]: cluster 2024-03-21T13:09:34.765925+0000 mgr.x (mgr.34104) 3369 : cluster [DBG] pgmap v2233: 161 pgs: 20 active+undersized, 15 active+undersized+degraded, 21 peering, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 47/630 objects degraded (7.460%) 2024-03-21T13:09:36.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:36 smithi178 bash[75692]: cephadm 2024-03-21T13:09:34.774066+0000 mgr.x (mgr.34104) 3370 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:36.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:36 smithi178 bash[75692]: cluster 2024-03-21T13:09:34.897806+0000 mgr.x (mgr.34104) 3371 : cluster [DBG] pgmap v2234: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:36.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:36 smithi178 bash[75692]: cluster 2024-03-21T13:09:34.898751+0000 mgr.x (mgr.34104) 3372 : cluster [DBG] pgmap v2235: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:36.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:36 smithi178 bash[75692]: cephadm 2024-03-21T13:09:34.907117+0000 mgr.x (mgr.34104) 3373 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:36.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:36 smithi178 bash[75692]: cluster 2024-03-21T13:09:34.997564+0000 mgr.x (mgr.34104) 3374 : cluster [DBG] pgmap v2236: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:36.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:36 smithi178 bash[75692]: cluster 2024-03-21T13:09:34.998343+0000 mgr.x (mgr.34104) 3375 : cluster [DBG] pgmap v2237: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:36.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:36 smithi178 bash[75692]: cephadm 2024-03-21T13:09:35.007112+0000 mgr.x (mgr.34104) 3376 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:36.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:36 smithi178 bash[75692]: cluster 2024-03-21T13:09:35.100343+0000 mgr.x (mgr.34104) 3377 : cluster [DBG] pgmap v2238: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:36.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:36 smithi178 bash[75692]: cluster 2024-03-21T13:09:35.100996+0000 mgr.x (mgr.34104) 3378 : cluster [DBG] pgmap v2239: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:36.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:36 smithi178 bash[75692]: cephadm 2024-03-21T13:09:35.111191+0000 mgr.x (mgr.34104) 3379 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:36.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:36 smithi178 bash[75692]: cluster 2024-03-21T13:09:35.202796+0000 mgr.x (mgr.34104) 3380 : cluster [DBG] pgmap v2240: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:36.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:36 smithi178 bash[75692]: cluster 2024-03-21T13:09:35.203480+0000 mgr.x (mgr.34104) 3381 : cluster [DBG] pgmap v2241: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:36.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:36 smithi178 bash[75692]: cephadm 2024-03-21T13:09:35.215675+0000 mgr.x (mgr.34104) 3382 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:36.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:36 smithi178 bash[75692]: cluster 2024-03-21T13:09:35.233526+0000 mon.a (mon.0) 4950 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 6 pgs inactive, 8 pgs peering) 2024-03-21T13:09:36.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:36 smithi178 bash[75692]: audit 2024-03-21T13:09:35.292263+0000 mon.a (mon.0) 4951 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:36.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:36 smithi178 bash[77880]: audit 2024-03-21T13:09:35.295827+0000 mon.a (mon.0) 4952 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:36.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:36 smithi178 bash[77880]: audit 2024-03-21T13:09:35.299959+0000 mon.a (mon.0) 4953 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:36.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:36 smithi178 bash[77880]: audit 2024-03-21T13:09:35.301846+0000 mon.a (mon.0) 4954 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:36.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:36 smithi178 bash[77880]: audit 2024-03-21T13:09:35.317061+0000 mon.a (mon.0) 4955 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:36.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:36 smithi178 bash[77880]: audit 2024-03-21T13:09:35.399379+0000 mon.a (mon.0) 4956 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:36.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:36 smithi178 bash[77880]: audit 2024-03-21T13:09:35.403255+0000 mon.a (mon.0) 4957 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:36.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:36 smithi178 bash[77880]: audit 2024-03-21T13:09:35.407369+0000 mon.a (mon.0) 4958 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:36.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:36 smithi178 bash[77880]: audit 2024-03-21T13:09:35.408712+0000 mon.a (mon.0) 4959 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:36.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:36 smithi178 bash[77880]: audit 2024-03-21T13:09:35.418590+0000 mon.a (mon.0) 4960 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:36.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:36 smithi178 bash[77880]: audit 2024-03-21T13:09:35.502325+0000 mon.a (mon.0) 4961 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:36.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:36 smithi178 bash[77880]: audit 2024-03-21T13:09:35.506096+0000 mon.a (mon.0) 4962 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:36.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:36 smithi178 bash[77880]: audit 2024-03-21T13:09:35.509777+0000 mon.a (mon.0) 4963 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:36.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:36 smithi178 bash[77880]: audit 2024-03-21T13:09:35.511053+0000 mon.a (mon.0) 4964 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:36.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:36 smithi178 bash[77880]: audit 2024-03-21T13:09:35.522474+0000 mon.a (mon.0) 4965 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:36.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:36 smithi178 bash[77880]: audit 2024-03-21T13:09:35.602006+0000 mon.a (mon.0) 4966 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:36.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:36 smithi178 bash[77880]: audit 2024-03-21T13:09:35.605829+0000 mon.a (mon.0) 4967 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:36.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:36 smithi178 bash[77880]: audit 2024-03-21T13:09:35.609743+0000 mon.a (mon.0) 4968 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:36.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:36 smithi178 bash[77880]: audit 2024-03-21T13:09:35.611808+0000 mon.a (mon.0) 4969 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:36.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:36 smithi178 bash[77880]: audit 2024-03-21T13:09:35.626296+0000 mon.a (mon.0) 4970 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:36.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:36 smithi178 bash[75692]: audit 2024-03-21T13:09:35.295827+0000 mon.a (mon.0) 4952 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:36.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:36 smithi178 bash[75692]: audit 2024-03-21T13:09:35.299959+0000 mon.a (mon.0) 4953 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:36.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:36 smithi178 bash[75692]: audit 2024-03-21T13:09:35.301846+0000 mon.a (mon.0) 4954 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:36.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:36 smithi178 bash[75692]: audit 2024-03-21T13:09:35.317061+0000 mon.a (mon.0) 4955 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:36.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:36 smithi178 bash[75692]: audit 2024-03-21T13:09:35.399379+0000 mon.a (mon.0) 4956 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:36.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:36 smithi178 bash[75692]: audit 2024-03-21T13:09:35.403255+0000 mon.a (mon.0) 4957 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:36.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:36 smithi178 bash[75692]: audit 2024-03-21T13:09:35.407369+0000 mon.a (mon.0) 4958 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:36.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:36 smithi178 bash[75692]: audit 2024-03-21T13:09:35.408712+0000 mon.a (mon.0) 4959 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:36.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:36 smithi178 bash[75692]: audit 2024-03-21T13:09:35.418590+0000 mon.a (mon.0) 4960 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:36.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:36 smithi178 bash[75692]: audit 2024-03-21T13:09:35.502325+0000 mon.a (mon.0) 4961 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:36.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:36 smithi178 bash[75692]: audit 2024-03-21T13:09:35.506096+0000 mon.a (mon.0) 4962 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:36.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:36 smithi178 bash[75692]: audit 2024-03-21T13:09:35.509777+0000 mon.a (mon.0) 4963 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:36.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:36 smithi178 bash[75692]: audit 2024-03-21T13:09:35.511053+0000 mon.a (mon.0) 4964 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:36.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:36 smithi178 bash[75692]: audit 2024-03-21T13:09:35.522474+0000 mon.a (mon.0) 4965 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:36.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:36 smithi178 bash[75692]: audit 2024-03-21T13:09:35.602006+0000 mon.a (mon.0) 4966 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:36.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:36 smithi178 bash[75692]: audit 2024-03-21T13:09:35.605829+0000 mon.a (mon.0) 4967 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:36.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:36 smithi178 bash[75692]: audit 2024-03-21T13:09:35.609743+0000 mon.a (mon.0) 4968 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:36.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:36 smithi178 bash[75692]: audit 2024-03-21T13:09:35.611808+0000 mon.a (mon.0) 4969 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:36.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:36 smithi178 bash[75692]: audit 2024-03-21T13:09:35.626296+0000 mon.a (mon.0) 4970 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:36.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:36 smithi178 bash[77880]: audit 2024-03-21T13:09:35.708687+0000 mon.a (mon.0) 4971 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:36.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:36 smithi178 bash[77880]: audit 2024-03-21T13:09:35.712018+0000 mon.a (mon.0) 4972 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:36.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:36 smithi178 bash[77880]: audit 2024-03-21T13:09:35.715898+0000 mon.a (mon.0) 4973 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:36.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:36 smithi178 bash[77880]: audit 2024-03-21T13:09:35.717209+0000 mon.a (mon.0) 4974 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:36.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:36 smithi178 bash[77880]: audit 2024-03-21T13:09:35.731490+0000 mon.a (mon.0) 4975 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:36.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:36 smithi178 bash[77880]: audit 2024-03-21T13:09:35.814308+0000 mon.a (mon.0) 4976 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:36.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:36 smithi178 bash[77880]: audit 2024-03-21T13:09:35.817836+0000 mon.a (mon.0) 4977 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:36.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:36 smithi178 bash[77880]: audit 2024-03-21T13:09:35.821208+0000 mon.a (mon.0) 4978 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:36.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:36 smithi178 bash[77880]: audit 2024-03-21T13:09:35.822558+0000 mon.a (mon.0) 4979 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:36.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:36 smithi178 bash[77880]: audit 2024-03-21T13:09:35.832702+0000 mon.a (mon.0) 4980 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:36.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:36 smithi178 bash[77880]: audit 2024-03-21T13:09:35.914252+0000 mon.a (mon.0) 4981 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:36.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:36 smithi178 bash[77880]: audit 2024-03-21T13:09:35.917291+0000 mon.a (mon.0) 4982 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:36.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:36 smithi178 bash[77880]: audit 2024-03-21T13:09:35.919954+0000 mon.a (mon.0) 4983 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:36.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:36 smithi178 bash[77880]: audit 2024-03-21T13:09:35.921006+0000 mon.a (mon.0) 4984 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:36.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:36 smithi178 bash[77880]: audit 2024-03-21T13:09:35.930424+0000 mon.a (mon.0) 4985 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:36.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:36 smithi178 bash[77880]: audit 2024-03-21T13:09:36.011415+0000 mon.a (mon.0) 4986 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:36.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:36 smithi178 bash[77880]: audit 2024-03-21T13:09:36.014465+0000 mon.a (mon.0) 4987 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:36.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:36 smithi178 bash[77880]: audit 2024-03-21T13:09:36.017991+0000 mon.a (mon.0) 4988 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:36.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:36 smithi178 bash[77880]: audit 2024-03-21T13:09:36.019339+0000 mon.a (mon.0) 4989 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:36.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:36 smithi178 bash[77880]: audit 2024-03-21T13:09:36.031143+0000 mon.a (mon.0) 4990 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:36.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:36 smithi178 bash[77880]: audit 2024-03-21T13:09:36.113626+0000 mon.a (mon.0) 4991 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:36.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:36 smithi178 bash[77880]: audit 2024-03-21T13:09:36.116543+0000 mon.a (mon.0) 4992 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:36.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:36 smithi178 bash[77880]: audit 2024-03-21T13:09:36.119983+0000 mon.a (mon.0) 4993 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:36.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:36 smithi178 bash[77880]: audit 2024-03-21T13:09:36.121121+0000 mon.a (mon.0) 4994 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:36.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:36 smithi178 bash[77880]: audit 2024-03-21T13:09:36.132724+0000 mon.a (mon.0) 4995 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:36.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:36 smithi178 bash[77880]: audit 2024-03-21T13:09:36.215811+0000 mon.a (mon.0) 4996 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:36.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:36 smithi178 bash[77880]: audit 2024-03-21T13:09:36.219418+0000 mon.a (mon.0) 4997 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:36.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:36 smithi178 bash[77880]: audit 2024-03-21T13:09:36.222989+0000 mon.a (mon.0) 4998 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:36.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:36 smithi178 bash[75692]: audit 2024-03-21T13:09:35.708687+0000 mon.a (mon.0) 4971 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:36.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:36 smithi178 bash[75692]: audit 2024-03-21T13:09:35.712018+0000 mon.a (mon.0) 4972 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:36.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:36 smithi178 bash[75692]: audit 2024-03-21T13:09:35.715898+0000 mon.a (mon.0) 4973 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:36.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:36 smithi178 bash[75692]: audit 2024-03-21T13:09:35.717209+0000 mon.a (mon.0) 4974 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:36.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:36 smithi178 bash[75692]: audit 2024-03-21T13:09:35.731490+0000 mon.a (mon.0) 4975 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:36.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:36 smithi178 bash[75692]: audit 2024-03-21T13:09:35.814308+0000 mon.a (mon.0) 4976 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:36.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:36 smithi178 bash[75692]: audit 2024-03-21T13:09:35.817836+0000 mon.a (mon.0) 4977 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:36.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:36 smithi178 bash[75692]: audit 2024-03-21T13:09:35.821208+0000 mon.a (mon.0) 4978 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:36.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:36 smithi178 bash[75692]: audit 2024-03-21T13:09:35.822558+0000 mon.a (mon.0) 4979 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:36.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:36 smithi178 bash[75692]: audit 2024-03-21T13:09:35.832702+0000 mon.a (mon.0) 4980 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:36.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:36 smithi178 bash[75692]: audit 2024-03-21T13:09:35.914252+0000 mon.a (mon.0) 4981 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:36.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:36 smithi178 bash[75692]: audit 2024-03-21T13:09:35.917291+0000 mon.a (mon.0) 4982 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:36.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:36 smithi178 bash[75692]: audit 2024-03-21T13:09:35.919954+0000 mon.a (mon.0) 4983 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:36.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:36 smithi178 bash[75692]: audit 2024-03-21T13:09:35.921006+0000 mon.a (mon.0) 4984 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:36.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:36 smithi178 bash[75692]: audit 2024-03-21T13:09:35.930424+0000 mon.a (mon.0) 4985 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:36.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:36 smithi178 bash[75692]: audit 2024-03-21T13:09:36.011415+0000 mon.a (mon.0) 4986 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:36.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:36 smithi178 bash[75692]: audit 2024-03-21T13:09:36.014465+0000 mon.a (mon.0) 4987 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:36.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:36 smithi178 bash[75692]: audit 2024-03-21T13:09:36.017991+0000 mon.a (mon.0) 4988 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:36.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:36 smithi178 bash[75692]: audit 2024-03-21T13:09:36.019339+0000 mon.a (mon.0) 4989 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:36.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:36 smithi178 bash[75692]: audit 2024-03-21T13:09:36.031143+0000 mon.a (mon.0) 4990 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:36.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:36 smithi178 bash[75692]: audit 2024-03-21T13:09:36.113626+0000 mon.a (mon.0) 4991 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:36.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:36 smithi178 bash[75692]: audit 2024-03-21T13:09:36.116543+0000 mon.a (mon.0) 4992 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:36.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:36 smithi178 bash[75692]: audit 2024-03-21T13:09:36.119983+0000 mon.a (mon.0) 4993 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:36.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:36 smithi178 bash[75692]: audit 2024-03-21T13:09:36.121121+0000 mon.a (mon.0) 4994 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:36.563 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:36 smithi178 bash[75692]: audit 2024-03-21T13:09:36.132724+0000 mon.a (mon.0) 4995 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:36.563 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:36 smithi178 bash[75692]: audit 2024-03-21T13:09:36.215811+0000 mon.a (mon.0) 4996 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:36.563 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:36 smithi178 bash[75692]: audit 2024-03-21T13:09:36.219418+0000 mon.a (mon.0) 4997 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:36.563 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:36 smithi178 bash[75692]: audit 2024-03-21T13:09:36.222989+0000 mon.a (mon.0) 4998 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:36.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:36 smithi184 bash[59794]: cluster 2024-03-21T13:09:34.255159+0000 mgr.x (mgr.34104) 3354 : cluster [DBG] pgmap v2223: 161 pgs: 14 active+undersized, 10 active+undersized+degraded, 32 peering, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 34/630 objects degraded (5.397%) 2024-03-21T13:09:36.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:36 smithi184 bash[59794]: cluster 2024-03-21T13:09:34.255976+0000 mgr.x (mgr.34104) 3355 : cluster [DBG] pgmap v2224: 161 pgs: 14 active+undersized, 10 active+undersized+degraded, 32 peering, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 34/630 objects degraded (5.397%) 2024-03-21T13:09:36.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:36 smithi184 bash[59794]: cephadm 2024-03-21T13:09:34.263957+0000 mgr.x (mgr.34104) 3356 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:36.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:36 smithi184 bash[59794]: cluster 2024-03-21T13:09:34.362867+0000 mgr.x (mgr.34104) 3357 : cluster [DBG] pgmap v2225: 161 pgs: 14 active+undersized, 10 active+undersized+degraded, 32 peering, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 34/630 objects degraded (5.397%) 2024-03-21T13:09:36.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:36 smithi184 bash[59794]: cephadm 2024-03-21T13:09:34.370982+0000 mgr.x (mgr.34104) 3358 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:36.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:36 smithi184 bash[59794]: cluster 2024-03-21T13:09:34.462757+0000 mgr.x (mgr.34104) 3359 : cluster [DBG] pgmap v2226: 161 pgs: 14 active+undersized, 10 active+undersized+degraded, 32 peering, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 34/630 objects degraded (5.397%) 2024-03-21T13:09:36.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:36 smithi184 bash[59794]: cluster 2024-03-21T13:09:34.463195+0000 mgr.x (mgr.34104) 3360 : cluster [DBG] pgmap v2227: 161 pgs: 14 active+undersized, 10 active+undersized+degraded, 32 peering, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 34/630 objects degraded (5.397%) 2024-03-21T13:09:36.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:36 smithi184 bash[59794]: cephadm 2024-03-21T13:09:34.472823+0000 mgr.x (mgr.34104) 3361 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:36.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:36 smithi184 bash[59794]: cluster 2024-03-21T13:09:34.565517+0000 mgr.x (mgr.34104) 3362 : cluster [DBG] pgmap v2228: 161 pgs: 20 active+undersized, 15 active+undersized+degraded, 21 peering, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 47/630 objects degraded (7.460%) 2024-03-21T13:09:36.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:36 smithi184 bash[59794]: cluster 2024-03-21T13:09:34.566297+0000 mgr.x (mgr.34104) 3363 : cluster [DBG] pgmap v2229: 161 pgs: 20 active+undersized, 15 active+undersized+degraded, 21 peering, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 47/630 objects degraded (7.460%) 2024-03-21T13:09:36.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:36 smithi184 bash[59794]: cephadm 2024-03-21T13:09:34.576131+0000 mgr.x (mgr.34104) 3364 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:36.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:36 smithi184 bash[59794]: cluster 2024-03-21T13:09:34.668086+0000 mgr.x (mgr.34104) 3365 : cluster [DBG] pgmap v2230: 161 pgs: 20 active+undersized, 15 active+undersized+degraded, 21 peering, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 47/630 objects degraded (7.460%) 2024-03-21T13:09:36.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:36 smithi184 bash[59794]: cluster 2024-03-21T13:09:34.668930+0000 mgr.x (mgr.34104) 3366 : cluster [DBG] pgmap v2231: 161 pgs: 20 active+undersized, 15 active+undersized+degraded, 21 peering, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 47/630 objects degraded (7.460%) 2024-03-21T13:09:36.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:36 smithi184 bash[59794]: cephadm 2024-03-21T13:09:34.675528+0000 mgr.x (mgr.34104) 3367 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:36.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:36 smithi184 bash[59794]: cluster 2024-03-21T13:09:34.764970+0000 mgr.x (mgr.34104) 3368 : cluster [DBG] pgmap v2232: 161 pgs: 20 active+undersized, 15 active+undersized+degraded, 21 peering, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 47/630 objects degraded (7.460%) 2024-03-21T13:09:36.574 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:09:36 smithi184 bash[72638]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-03-21T13:09:36.575 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:09:36 smithi184 bash[72638]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-03-21T13:09:36.575 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:09:36 smithi184 bash[72638]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2024-03-21T13:09:36.575 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:09:36 smithi184 bash[72638]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-6 --no-mon-config --dev /dev/mapper/vg_nvme-lv_2 2024-03-21T13:09:36.575 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:09:36 smithi184 bash[72638]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_2 2024-03-21T13:09:36.575 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:09:36 smithi184 bash[72638]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2024-03-21T13:09:36.575 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:09:36 smithi184 bash[72638]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_2 /var/lib/ceph/osd/ceph-6/block 2024-03-21T13:09:36.575 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:09:36 smithi184 bash[72638]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2024-03-21T13:09:36.575 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:09:36 smithi184 bash[72638]: --> ceph-volume raw activate successful for osd ID: 6 2024-03-21T13:09:36.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:36 smithi184 bash[59794]: cluster 2024-03-21T13:09:34.765925+0000 mgr.x (mgr.34104) 3369 : cluster [DBG] pgmap v2233: 161 pgs: 20 active+undersized, 15 active+undersized+degraded, 21 peering, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 47/630 objects degraded (7.460%) 2024-03-21T13:09:36.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:36 smithi184 bash[59794]: cephadm 2024-03-21T13:09:34.774066+0000 mgr.x (mgr.34104) 3370 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:36.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:36 smithi184 bash[59794]: cluster 2024-03-21T13:09:34.897806+0000 mgr.x (mgr.34104) 3371 : cluster [DBG] pgmap v2234: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:36.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:36 smithi184 bash[59794]: cluster 2024-03-21T13:09:34.898751+0000 mgr.x (mgr.34104) 3372 : cluster [DBG] pgmap v2235: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:36.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:36 smithi184 bash[59794]: cephadm 2024-03-21T13:09:34.907117+0000 mgr.x (mgr.34104) 3373 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:36.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:36 smithi184 bash[59794]: cluster 2024-03-21T13:09:34.997564+0000 mgr.x (mgr.34104) 3374 : cluster [DBG] pgmap v2236: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:36.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:36 smithi184 bash[59794]: cluster 2024-03-21T13:09:34.998343+0000 mgr.x (mgr.34104) 3375 : cluster [DBG] pgmap v2237: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:36.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:36 smithi184 bash[59794]: cephadm 2024-03-21T13:09:35.007112+0000 mgr.x (mgr.34104) 3376 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:36.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:36 smithi184 bash[59794]: cluster 2024-03-21T13:09:35.100343+0000 mgr.x (mgr.34104) 3377 : cluster [DBG] pgmap v2238: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:36.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:36 smithi184 bash[59794]: cluster 2024-03-21T13:09:35.100996+0000 mgr.x (mgr.34104) 3378 : cluster [DBG] pgmap v2239: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:36.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:36 smithi184 bash[59794]: cephadm 2024-03-21T13:09:35.111191+0000 mgr.x (mgr.34104) 3379 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:36.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:36 smithi184 bash[59794]: cluster 2024-03-21T13:09:35.202796+0000 mgr.x (mgr.34104) 3380 : cluster [DBG] pgmap v2240: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:36.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:36 smithi184 bash[59794]: cluster 2024-03-21T13:09:35.203480+0000 mgr.x (mgr.34104) 3381 : cluster [DBG] pgmap v2241: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:36.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:36 smithi184 bash[59794]: cephadm 2024-03-21T13:09:35.215675+0000 mgr.x (mgr.34104) 3382 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:36.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:36 smithi184 bash[59794]: cluster 2024-03-21T13:09:35.233526+0000 mon.a (mon.0) 4950 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 6 pgs inactive, 8 pgs peering) 2024-03-21T13:09:36.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:36 smithi184 bash[59794]: audit 2024-03-21T13:09:35.292263+0000 mon.a (mon.0) 4951 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:36.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:36 smithi184 bash[59794]: audit 2024-03-21T13:09:35.295827+0000 mon.a (mon.0) 4952 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:36.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:36 smithi184 bash[59794]: audit 2024-03-21T13:09:35.299959+0000 mon.a (mon.0) 4953 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:36.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:36 smithi184 bash[59794]: audit 2024-03-21T13:09:35.301846+0000 mon.a (mon.0) 4954 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:36.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:36 smithi184 bash[59794]: audit 2024-03-21T13:09:35.317061+0000 mon.a (mon.0) 4955 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:36.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:36 smithi184 bash[59794]: audit 2024-03-21T13:09:35.399379+0000 mon.a (mon.0) 4956 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:36.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:36 smithi184 bash[59794]: audit 2024-03-21T13:09:35.403255+0000 mon.a (mon.0) 4957 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:36.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:36 smithi184 bash[59794]: audit 2024-03-21T13:09:35.407369+0000 mon.a (mon.0) 4958 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:36.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:36 smithi184 bash[59794]: audit 2024-03-21T13:09:35.408712+0000 mon.a (mon.0) 4959 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:36.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:36 smithi184 bash[59794]: audit 2024-03-21T13:09:35.418590+0000 mon.a (mon.0) 4960 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:36.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:36 smithi184 bash[59794]: audit 2024-03-21T13:09:35.502325+0000 mon.a (mon.0) 4961 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:36.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:36 smithi184 bash[59794]: audit 2024-03-21T13:09:35.506096+0000 mon.a (mon.0) 4962 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:36.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:36 smithi184 bash[59794]: audit 2024-03-21T13:09:35.509777+0000 mon.a (mon.0) 4963 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:36.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:36 smithi184 bash[59794]: audit 2024-03-21T13:09:35.511053+0000 mon.a (mon.0) 4964 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:36.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:36 smithi184 bash[59794]: audit 2024-03-21T13:09:35.522474+0000 mon.a (mon.0) 4965 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:36.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:36 smithi184 bash[59794]: audit 2024-03-21T13:09:35.602006+0000 mon.a (mon.0) 4966 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:36.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:36 smithi184 bash[59794]: audit 2024-03-21T13:09:35.605829+0000 mon.a (mon.0) 4967 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:36.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:36 smithi184 bash[59794]: audit 2024-03-21T13:09:35.609743+0000 mon.a (mon.0) 4968 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:36.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:36 smithi184 bash[59794]: audit 2024-03-21T13:09:35.611808+0000 mon.a (mon.0) 4969 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:36.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:36 smithi184 bash[59794]: audit 2024-03-21T13:09:35.626296+0000 mon.a (mon.0) 4970 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:36.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:36 smithi184 bash[59794]: audit 2024-03-21T13:09:35.708687+0000 mon.a (mon.0) 4971 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:36.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:36 smithi184 bash[59794]: audit 2024-03-21T13:09:35.712018+0000 mon.a (mon.0) 4972 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:36.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:36 smithi184 bash[59794]: audit 2024-03-21T13:09:35.715898+0000 mon.a (mon.0) 4973 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:36.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:36 smithi184 bash[59794]: audit 2024-03-21T13:09:35.717209+0000 mon.a (mon.0) 4974 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:36.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:36 smithi184 bash[59794]: audit 2024-03-21T13:09:35.731490+0000 mon.a (mon.0) 4975 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:36.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:36 smithi184 bash[59794]: audit 2024-03-21T13:09:35.814308+0000 mon.a (mon.0) 4976 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:36.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:36 smithi184 bash[59794]: audit 2024-03-21T13:09:35.817836+0000 mon.a (mon.0) 4977 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:36.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:36 smithi184 bash[59794]: audit 2024-03-21T13:09:35.821208+0000 mon.a (mon.0) 4978 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:36.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:36 smithi184 bash[59794]: audit 2024-03-21T13:09:35.822558+0000 mon.a (mon.0) 4979 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:36.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:36 smithi184 bash[59794]: audit 2024-03-21T13:09:35.832702+0000 mon.a (mon.0) 4980 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:36.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:36 smithi184 bash[59794]: audit 2024-03-21T13:09:35.914252+0000 mon.a (mon.0) 4981 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:36.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:36 smithi184 bash[59794]: audit 2024-03-21T13:09:35.917291+0000 mon.a (mon.0) 4982 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:36.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:36 smithi184 bash[59794]: audit 2024-03-21T13:09:35.919954+0000 mon.a (mon.0) 4983 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:36.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:36 smithi184 bash[59794]: audit 2024-03-21T13:09:35.921006+0000 mon.a (mon.0) 4984 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:36.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:36 smithi184 bash[59794]: audit 2024-03-21T13:09:35.930424+0000 mon.a (mon.0) 4985 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:36.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:36 smithi184 bash[59794]: audit 2024-03-21T13:09:36.011415+0000 mon.a (mon.0) 4986 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:36.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:36 smithi184 bash[59794]: audit 2024-03-21T13:09:36.014465+0000 mon.a (mon.0) 4987 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:36.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:36 smithi184 bash[59794]: audit 2024-03-21T13:09:36.017991+0000 mon.a (mon.0) 4988 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:36.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:36 smithi184 bash[59794]: audit 2024-03-21T13:09:36.019339+0000 mon.a (mon.0) 4989 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:36.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:36 smithi184 bash[59794]: audit 2024-03-21T13:09:36.031143+0000 mon.a (mon.0) 4990 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:36.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:36 smithi184 bash[59794]: audit 2024-03-21T13:09:36.113626+0000 mon.a (mon.0) 4991 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:36.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:36 smithi184 bash[59794]: audit 2024-03-21T13:09:36.116543+0000 mon.a (mon.0) 4992 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:36.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:36 smithi184 bash[59794]: audit 2024-03-21T13:09:36.119983+0000 mon.a (mon.0) 4993 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:36.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:36 smithi184 bash[59794]: audit 2024-03-21T13:09:36.121121+0000 mon.a (mon.0) 4994 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:36.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:36 smithi184 bash[59794]: audit 2024-03-21T13:09:36.132724+0000 mon.a (mon.0) 4995 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:36.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:36 smithi184 bash[59794]: audit 2024-03-21T13:09:36.215811+0000 mon.a (mon.0) 4996 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:36.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:36 smithi184 bash[59794]: audit 2024-03-21T13:09:36.219418+0000 mon.a (mon.0) 4997 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:36.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:36 smithi184 bash[59794]: audit 2024-03-21T13:09:36.222989+0000 mon.a (mon.0) 4998 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:37.338 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:37 smithi184 bash[59794]: cluster 2024-03-21T13:09:35.307077+0000 mgr.x (mgr.34104) 3383 : cluster [DBG] pgmap v2242: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:37.338 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:37 smithi184 bash[59794]: cluster 2024-03-21T13:09:35.307767+0000 mgr.x (mgr.34104) 3384 : cluster [DBG] pgmap v2243: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:37.339 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:37 smithi184 bash[59794]: cephadm 2024-03-21T13:09:35.318666+0000 mgr.x (mgr.34104) 3385 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:37.339 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:37 smithi184 bash[59794]: cluster 2024-03-21T13:09:35.411481+0000 mgr.x (mgr.34104) 3386 : cluster [DBG] pgmap v2244: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:37.339 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:37 smithi184 bash[59794]: cluster 2024-03-21T13:09:35.411927+0000 mgr.x (mgr.34104) 3387 : cluster [DBG] pgmap v2245: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:37.339 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:37 smithi184 bash[59794]: cephadm 2024-03-21T13:09:35.419975+0000 mgr.x (mgr.34104) 3388 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:37.339 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:37 smithi184 bash[59794]: cluster 2024-03-21T13:09:35.514394+0000 mgr.x (mgr.34104) 3389 : cluster [DBG] pgmap v2246: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:37.339 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:37 smithi184 bash[59794]: cluster 2024-03-21T13:09:35.515159+0000 mgr.x (mgr.34104) 3390 : cluster [DBG] pgmap v2247: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:37.339 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:37 smithi184 bash[59794]: cephadm 2024-03-21T13:09:35.523937+0000 mgr.x (mgr.34104) 3391 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:37.339 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:37 smithi184 bash[59794]: cluster 2024-03-21T13:09:35.615878+0000 mgr.x (mgr.34104) 3392 : cluster [DBG] pgmap v2248: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:37.339 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:37 smithi184 bash[59794]: cluster 2024-03-21T13:09:35.616499+0000 mgr.x (mgr.34104) 3393 : cluster [DBG] pgmap v2249: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:37.339 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:37 smithi184 bash[59794]: cephadm 2024-03-21T13:09:35.627886+0000 mgr.x (mgr.34104) 3394 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:37.339 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:37 smithi184 bash[59794]: cluster 2024-03-21T13:09:35.720764+0000 mgr.x (mgr.34104) 3395 : cluster [DBG] pgmap v2250: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:37.339 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:37 smithi184 bash[59794]: cluster 2024-03-21T13:09:35.721701+0000 mgr.x (mgr.34104) 3396 : cluster [DBG] pgmap v2251: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:37.339 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:37 smithi184 bash[59794]: cephadm 2024-03-21T13:09:35.733102+0000 mgr.x (mgr.34104) 3397 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:37.340 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:37 smithi184 bash[59794]: cluster 2024-03-21T13:09:35.825845+0000 mgr.x (mgr.34104) 3398 : cluster [DBG] pgmap v2252: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:37.340 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:37 smithi184 bash[59794]: cluster 2024-03-21T13:09:35.826621+0000 mgr.x (mgr.34104) 3399 : cluster [DBG] pgmap v2253: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:37.340 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:37 smithi184 bash[59794]: cephadm 2024-03-21T13:09:35.834160+0000 mgr.x (mgr.34104) 3400 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:37.340 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:37 smithi184 bash[59794]: cluster 2024-03-21T13:09:35.923351+0000 mgr.x (mgr.34104) 3401 : cluster [DBG] pgmap v2254: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:37.340 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:37 smithi184 bash[59794]: cluster 2024-03-21T13:09:35.923828+0000 mgr.x (mgr.34104) 3402 : cluster [DBG] pgmap v2255: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:37.340 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:37 smithi184 bash[59794]: cephadm 2024-03-21T13:09:35.931830+0000 mgr.x (mgr.34104) 3403 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:37.340 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:37 smithi184 bash[59794]: cluster 2024-03-21T13:09:36.022748+0000 mgr.x (mgr.34104) 3404 : cluster [DBG] pgmap v2256: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:37.340 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:37 smithi184 bash[59794]: cluster 2024-03-21T13:09:36.023125+0000 mgr.x (mgr.34104) 3405 : cluster [DBG] pgmap v2257: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:37.340 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:37 smithi184 bash[59794]: cephadm 2024-03-21T13:09:36.032640+0000 mgr.x (mgr.34104) 3406 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:37.340 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:37 smithi184 bash[59794]: cluster 2024-03-21T13:09:36.123752+0000 mgr.x (mgr.34104) 3407 : cluster [DBG] pgmap v2258: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:37.340 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:37 smithi184 bash[59794]: cluster 2024-03-21T13:09:36.124042+0000 mgr.x (mgr.34104) 3408 : cluster [DBG] pgmap v2259: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:37.340 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:37 smithi184 bash[59794]: cephadm 2024-03-21T13:09:36.134259+0000 mgr.x (mgr.34104) 3409 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:37.340 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:37 smithi184 bash[59794]: audit 2024-03-21T13:09:36.225329+0000 mon.a (mon.0) 4999 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:37.340 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:37 smithi184 bash[59794]: cluster 2024-03-21T13:09:36.228545+0000 mgr.x (mgr.34104) 3410 : cluster [DBG] pgmap v2260: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:37.341 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:37 smithi184 bash[59794]: cluster 2024-03-21T13:09:36.229189+0000 mgr.x (mgr.34104) 3411 : cluster [DBG] pgmap v2261: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:37.341 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:37 smithi184 bash[59794]: audit 2024-03-21T13:09:36.254968+0000 mon.a (mon.0) 5000 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:37.341 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:37 smithi184 bash[59794]: audit 2024-03-21T13:09:36.339094+0000 mon.a (mon.0) 5001 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:37.341 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:37 smithi184 bash[59794]: audit 2024-03-21T13:09:36.342178+0000 mon.a (mon.0) 5002 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:37.341 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:37 smithi184 bash[59794]: audit 2024-03-21T13:09:36.345070+0000 mon.a (mon.0) 5003 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:37.341 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:37 smithi184 bash[59794]: audit 2024-03-21T13:09:36.346533+0000 mon.a (mon.0) 5004 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:37.341 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:37 smithi184 bash[59794]: audit 2024-03-21T13:09:36.358025+0000 mon.a (mon.0) 5005 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:37.341 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:37 smithi184 bash[59794]: audit 2024-03-21T13:09:36.435546+0000 mon.a (mon.0) 5006 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:37.341 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:37 smithi184 bash[59794]: audit 2024-03-21T13:09:36.438899+0000 mon.a (mon.0) 5007 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:37.341 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:37 smithi184 bash[59794]: audit 2024-03-21T13:09:36.441700+0000 mon.a (mon.0) 5008 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:37.341 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:37 smithi184 bash[59794]: audit 2024-03-21T13:09:36.442931+0000 mon.a (mon.0) 5009 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:37.341 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:37 smithi184 bash[59794]: audit 2024-03-21T13:09:36.454743+0000 mon.a (mon.0) 5010 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:37.341 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:37 smithi184 bash[59794]: audit 2024-03-21T13:09:36.535217+0000 mon.a (mon.0) 5011 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:37.341 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:37 smithi184 bash[59794]: audit 2024-03-21T13:09:36.538018+0000 mon.a (mon.0) 5012 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:37.342 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:37 smithi184 bash[59794]: audit 2024-03-21T13:09:36.541329+0000 mon.a (mon.0) 5013 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:37.342 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:37 smithi184 bash[59794]: audit 2024-03-21T13:09:36.542705+0000 mon.a (mon.0) 5014 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:37.342 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:37 smithi184 bash[59794]: audit 2024-03-21T13:09:36.555623+0000 mon.a (mon.0) 5015 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:37.342 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:37 smithi184 bash[59794]: audit 2024-03-21T13:09:36.638504+0000 mon.a (mon.0) 5016 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:37.342 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:37 smithi184 bash[59794]: audit 2024-03-21T13:09:36.641797+0000 mon.a (mon.0) 5017 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:37.342 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:37 smithi184 bash[59794]: audit 2024-03-21T13:09:36.644797+0000 mon.a (mon.0) 5018 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:37.342 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:37 smithi184 bash[59794]: audit 2024-03-21T13:09:36.646158+0000 mon.a (mon.0) 5019 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:37.342 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:37 smithi184 bash[59794]: audit 2024-03-21T13:09:36.657221+0000 mon.a (mon.0) 5020 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:37.343 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:37 smithi184 bash[59794]: audit 2024-03-21T13:09:36.736725+0000 mon.a (mon.0) 5021 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:37.343 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:37 smithi184 bash[59794]: audit 2024-03-21T13:09:36.741292+0000 mon.a (mon.0) 5022 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:37.343 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:37 smithi184 bash[59794]: audit 2024-03-21T13:09:36.746864+0000 mon.a (mon.0) 5023 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:37.343 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:37 smithi184 bash[59794]: audit 2024-03-21T13:09:36.748374+0000 mon.a (mon.0) 5024 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:37.343 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:37 smithi184 bash[59794]: audit 2024-03-21T13:09:36.760816+0000 mon.a (mon.0) 5025 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:37.343 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:37 smithi184 bash[59794]: audit 2024-03-21T13:09:36.839228+0000 mon.a (mon.0) 5026 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:37.343 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:37 smithi184 bash[59794]: audit 2024-03-21T13:09:36.842538+0000 mon.a (mon.0) 5027 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:37.343 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:37 smithi184 bash[59794]: audit 2024-03-21T13:09:36.845725+0000 mon.a (mon.0) 5028 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:37.343 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:37 smithi184 bash[59794]: audit 2024-03-21T13:09:36.847475+0000 mon.a (mon.0) 5029 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:37.343 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:37 smithi184 bash[59794]: audit 2024-03-21T13:09:36.860653+0000 mon.a (mon.0) 5030 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:37.343 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:37 smithi184 bash[59794]: audit 2024-03-21T13:09:36.943492+0000 mon.a (mon.0) 5031 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:37.344 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:37 smithi184 bash[59794]: audit 2024-03-21T13:09:36.946800+0000 mon.a (mon.0) 5032 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:37.344 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:37 smithi184 bash[59794]: audit 2024-03-21T13:09:36.951094+0000 mon.a (mon.0) 5033 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:37.344 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:37 smithi184 bash[59794]: audit 2024-03-21T13:09:36.952857+0000 mon.a (mon.0) 5034 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:37.344 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:37 smithi184 bash[59794]: audit 2024-03-21T13:09:36.964169+0000 mon.a (mon.0) 5035 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:37.344 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:37 smithi184 bash[59794]: audit 2024-03-21T13:09:37.047944+0000 mon.a (mon.0) 5036 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:37.344 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:37 smithi184 bash[59794]: audit 2024-03-21T13:09:37.051158+0000 mon.a (mon.0) 5037 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:37.344 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:37 smithi184 bash[59794]: audit 2024-03-21T13:09:37.055039+0000 mon.a (mon.0) 5038 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:37.344 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:37 smithi184 bash[59794]: audit 2024-03-21T13:09:37.056691+0000 mon.a (mon.0) 5039 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:37.344 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:37 smithi184 bash[59794]: audit 2024-03-21T13:09:37.069163+0000 mon.a (mon.0) 5040 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:37.344 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:37 smithi184 bash[59794]: audit 2024-03-21T13:09:37.155218+0000 mon.a (mon.0) 5041 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:37.344 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:37 smithi184 bash[59794]: audit 2024-03-21T13:09:37.158291+0000 mon.a (mon.0) 5042 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:37.344 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:37 smithi184 bash[59794]: audit 2024-03-21T13:09:37.161469+0000 mon.a (mon.0) 5043 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:37.344 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:37 smithi184 bash[59794]: audit 2024-03-21T13:09:37.162778+0000 mon.a (mon.0) 5044 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:37.345 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:37 smithi184 bash[59794]: audit 2024-03-21T13:09:37.174740+0000 mon.a (mon.0) 5045 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:37.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:37 smithi178 bash[75692]: cluster 2024-03-21T13:09:35.307077+0000 mgr.x (mgr.34104) 3383 : cluster [DBG] pgmap v2242: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:37.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:37 smithi178 bash[75692]: cluster 2024-03-21T13:09:35.307767+0000 mgr.x (mgr.34104) 3384 : cluster [DBG] pgmap v2243: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:37.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:37 smithi178 bash[75692]: cephadm 2024-03-21T13:09:35.318666+0000 mgr.x (mgr.34104) 3385 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:37.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:37 smithi178 bash[75692]: cluster 2024-03-21T13:09:35.411481+0000 mgr.x (mgr.34104) 3386 : cluster [DBG] pgmap v2244: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:37.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:37 smithi178 bash[75692]: cluster 2024-03-21T13:09:35.411927+0000 mgr.x (mgr.34104) 3387 : cluster [DBG] pgmap v2245: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:37.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:37 smithi178 bash[75692]: cephadm 2024-03-21T13:09:35.419975+0000 mgr.x (mgr.34104) 3388 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:37.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:37 smithi178 bash[75692]: cluster 2024-03-21T13:09:35.514394+0000 mgr.x (mgr.34104) 3389 : cluster [DBG] pgmap v2246: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:37.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:37 smithi178 bash[75692]: cluster 2024-03-21T13:09:35.515159+0000 mgr.x (mgr.34104) 3390 : cluster [DBG] pgmap v2247: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:37.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:37 smithi178 bash[75692]: cephadm 2024-03-21T13:09:35.523937+0000 mgr.x (mgr.34104) 3391 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:37.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:37 smithi178 bash[75692]: cluster 2024-03-21T13:09:35.615878+0000 mgr.x (mgr.34104) 3392 : cluster [DBG] pgmap v2248: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:37.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:37 smithi178 bash[75692]: cluster 2024-03-21T13:09:35.616499+0000 mgr.x (mgr.34104) 3393 : cluster [DBG] pgmap v2249: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:37.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:37 smithi178 bash[75692]: cephadm 2024-03-21T13:09:35.627886+0000 mgr.x (mgr.34104) 3394 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:37.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:37 smithi178 bash[75692]: cluster 2024-03-21T13:09:35.720764+0000 mgr.x (mgr.34104) 3395 : cluster [DBG] pgmap v2250: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:37.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:37 smithi178 bash[75692]: cluster 2024-03-21T13:09:35.721701+0000 mgr.x (mgr.34104) 3396 : cluster [DBG] pgmap v2251: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:37.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:37 smithi178 bash[75692]: cephadm 2024-03-21T13:09:35.733102+0000 mgr.x (mgr.34104) 3397 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:37.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:37 smithi178 bash[77880]: cluster 2024-03-21T13:09:35.307077+0000 mgr.x (mgr.34104) 3383 : cluster [DBG] pgmap v2242: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:37.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:37 smithi178 bash[77880]: cluster 2024-03-21T13:09:35.307767+0000 mgr.x (mgr.34104) 3384 : cluster [DBG] pgmap v2243: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:37.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:37 smithi178 bash[77880]: cephadm 2024-03-21T13:09:35.318666+0000 mgr.x (mgr.34104) 3385 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:37.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:37 smithi178 bash[77880]: cluster 2024-03-21T13:09:35.411481+0000 mgr.x (mgr.34104) 3386 : cluster [DBG] pgmap v2244: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:37.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:37 smithi178 bash[77880]: cluster 2024-03-21T13:09:35.411927+0000 mgr.x (mgr.34104) 3387 : cluster [DBG] pgmap v2245: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:37.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:37 smithi178 bash[77880]: cephadm 2024-03-21T13:09:35.419975+0000 mgr.x (mgr.34104) 3388 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:37.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:37 smithi178 bash[77880]: cluster 2024-03-21T13:09:35.514394+0000 mgr.x (mgr.34104) 3389 : cluster [DBG] pgmap v2246: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:37.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:37 smithi178 bash[77880]: cluster 2024-03-21T13:09:35.515159+0000 mgr.x (mgr.34104) 3390 : cluster [DBG] pgmap v2247: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:37.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:37 smithi178 bash[77880]: cephadm 2024-03-21T13:09:35.523937+0000 mgr.x (mgr.34104) 3391 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:37.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:37 smithi178 bash[77880]: cluster 2024-03-21T13:09:35.615878+0000 mgr.x (mgr.34104) 3392 : cluster [DBG] pgmap v2248: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:37.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:37 smithi178 bash[77880]: cluster 2024-03-21T13:09:35.616499+0000 mgr.x (mgr.34104) 3393 : cluster [DBG] pgmap v2249: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:37.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:37 smithi178 bash[77880]: cephadm 2024-03-21T13:09:35.627886+0000 mgr.x (mgr.34104) 3394 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:37.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:37 smithi178 bash[77880]: cluster 2024-03-21T13:09:35.720764+0000 mgr.x (mgr.34104) 3395 : cluster [DBG] pgmap v2250: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:37.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:37 smithi178 bash[77880]: cluster 2024-03-21T13:09:35.721701+0000 mgr.x (mgr.34104) 3396 : cluster [DBG] pgmap v2251: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:37.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:37 smithi178 bash[77880]: cephadm 2024-03-21T13:09:35.733102+0000 mgr.x (mgr.34104) 3397 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:37.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:37 smithi178 bash[75692]: cluster 2024-03-21T13:09:35.825845+0000 mgr.x (mgr.34104) 3398 : cluster [DBG] pgmap v2252: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:37.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:37 smithi178 bash[75692]: cluster 2024-03-21T13:09:35.826621+0000 mgr.x (mgr.34104) 3399 : cluster [DBG] pgmap v2253: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:37.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:37 smithi178 bash[75692]: cephadm 2024-03-21T13:09:35.834160+0000 mgr.x (mgr.34104) 3400 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:37.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:37 smithi178 bash[75692]: cluster 2024-03-21T13:09:35.923351+0000 mgr.x (mgr.34104) 3401 : cluster [DBG] pgmap v2254: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:37.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:37 smithi178 bash[75692]: cluster 2024-03-21T13:09:35.923828+0000 mgr.x (mgr.34104) 3402 : cluster [DBG] pgmap v2255: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:37.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:37 smithi178 bash[75692]: cephadm 2024-03-21T13:09:35.931830+0000 mgr.x (mgr.34104) 3403 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:37.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:37 smithi178 bash[75692]: cluster 2024-03-21T13:09:36.022748+0000 mgr.x (mgr.34104) 3404 : cluster [DBG] pgmap v2256: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:37.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:37 smithi178 bash[75692]: cluster 2024-03-21T13:09:36.023125+0000 mgr.x (mgr.34104) 3405 : cluster [DBG] pgmap v2257: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:37.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:37 smithi178 bash[75692]: cephadm 2024-03-21T13:09:36.032640+0000 mgr.x (mgr.34104) 3406 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:37.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:37 smithi178 bash[75692]: cluster 2024-03-21T13:09:36.123752+0000 mgr.x (mgr.34104) 3407 : cluster [DBG] pgmap v2258: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:37.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:37 smithi178 bash[75692]: cluster 2024-03-21T13:09:36.124042+0000 mgr.x (mgr.34104) 3408 : cluster [DBG] pgmap v2259: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:37.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:37 smithi178 bash[75692]: cephadm 2024-03-21T13:09:36.134259+0000 mgr.x (mgr.34104) 3409 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:37.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:37 smithi178 bash[75692]: audit 2024-03-21T13:09:36.225329+0000 mon.a (mon.0) 4999 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:37.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:37 smithi178 bash[75692]: cluster 2024-03-21T13:09:36.228545+0000 mgr.x (mgr.34104) 3410 : cluster [DBG] pgmap v2260: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:37.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:37 smithi178 bash[75692]: cluster 2024-03-21T13:09:36.229189+0000 mgr.x (mgr.34104) 3411 : cluster [DBG] pgmap v2261: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:37.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:37 smithi178 bash[75692]: audit 2024-03-21T13:09:36.254968+0000 mon.a (mon.0) 5000 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:37.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:37 smithi178 bash[75692]: audit 2024-03-21T13:09:36.339094+0000 mon.a (mon.0) 5001 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:37.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:37 smithi178 bash[75692]: audit 2024-03-21T13:09:36.342178+0000 mon.a (mon.0) 5002 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:37.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:37 smithi178 bash[75692]: audit 2024-03-21T13:09:36.345070+0000 mon.a (mon.0) 5003 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:37.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:37 smithi178 bash[75692]: audit 2024-03-21T13:09:36.346533+0000 mon.a (mon.0) 5004 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:37.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:37 smithi178 bash[75692]: audit 2024-03-21T13:09:36.358025+0000 mon.a (mon.0) 5005 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:37.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:37 smithi178 bash[75692]: audit 2024-03-21T13:09:36.435546+0000 mon.a (mon.0) 5006 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:37.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:37 smithi178 bash[75692]: audit 2024-03-21T13:09:36.438899+0000 mon.a (mon.0) 5007 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:37.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:37 smithi178 bash[75692]: audit 2024-03-21T13:09:36.441700+0000 mon.a (mon.0) 5008 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:37.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:37 smithi178 bash[75692]: audit 2024-03-21T13:09:36.442931+0000 mon.a (mon.0) 5009 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:37.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:37 smithi178 bash[75692]: audit 2024-03-21T13:09:36.454743+0000 mon.a (mon.0) 5010 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:37.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:37 smithi178 bash[75692]: audit 2024-03-21T13:09:36.535217+0000 mon.a (mon.0) 5011 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:37.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:37 smithi178 bash[75692]: audit 2024-03-21T13:09:36.538018+0000 mon.a (mon.0) 5012 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:37.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:37 smithi178 bash[75692]: audit 2024-03-21T13:09:36.541329+0000 mon.a (mon.0) 5013 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:37.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:37 smithi178 bash[75692]: audit 2024-03-21T13:09:36.542705+0000 mon.a (mon.0) 5014 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:37.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:37 smithi178 bash[75692]: audit 2024-03-21T13:09:36.555623+0000 mon.a (mon.0) 5015 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:37.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:37 smithi178 bash[75692]: audit 2024-03-21T13:09:36.638504+0000 mon.a (mon.0) 5016 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:37.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:37 smithi178 bash[75692]: audit 2024-03-21T13:09:36.641797+0000 mon.a (mon.0) 5017 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:37.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:37 smithi178 bash[75692]: audit 2024-03-21T13:09:36.644797+0000 mon.a (mon.0) 5018 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:37.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:37 smithi178 bash[75692]: audit 2024-03-21T13:09:36.646158+0000 mon.a (mon.0) 5019 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:37.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:37 smithi178 bash[75692]: audit 2024-03-21T13:09:36.657221+0000 mon.a (mon.0) 5020 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:37.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:37 smithi178 bash[77880]: cluster 2024-03-21T13:09:35.825845+0000 mgr.x (mgr.34104) 3398 : cluster [DBG] pgmap v2252: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:37.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:37 smithi178 bash[77880]: cluster 2024-03-21T13:09:35.826621+0000 mgr.x (mgr.34104) 3399 : cluster [DBG] pgmap v2253: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:37.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:37 smithi178 bash[77880]: cephadm 2024-03-21T13:09:35.834160+0000 mgr.x (mgr.34104) 3400 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:37.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:37 smithi178 bash[77880]: cluster 2024-03-21T13:09:35.923351+0000 mgr.x (mgr.34104) 3401 : cluster [DBG] pgmap v2254: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:37.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:37 smithi178 bash[77880]: cluster 2024-03-21T13:09:35.923828+0000 mgr.x (mgr.34104) 3402 : cluster [DBG] pgmap v2255: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:37.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:37 smithi178 bash[77880]: cephadm 2024-03-21T13:09:35.931830+0000 mgr.x (mgr.34104) 3403 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:37.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:37 smithi178 bash[77880]: cluster 2024-03-21T13:09:36.022748+0000 mgr.x (mgr.34104) 3404 : cluster [DBG] pgmap v2256: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:37.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:37 smithi178 bash[77880]: cluster 2024-03-21T13:09:36.023125+0000 mgr.x (mgr.34104) 3405 : cluster [DBG] pgmap v2257: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:37.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:37 smithi178 bash[77880]: cephadm 2024-03-21T13:09:36.032640+0000 mgr.x (mgr.34104) 3406 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:37.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:37 smithi178 bash[77880]: cluster 2024-03-21T13:09:36.123752+0000 mgr.x (mgr.34104) 3407 : cluster [DBG] pgmap v2258: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:37.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:37 smithi178 bash[77880]: cluster 2024-03-21T13:09:36.124042+0000 mgr.x (mgr.34104) 3408 : cluster [DBG] pgmap v2259: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:37.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:37 smithi178 bash[77880]: cephadm 2024-03-21T13:09:36.134259+0000 mgr.x (mgr.34104) 3409 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:37.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:37 smithi178 bash[77880]: audit 2024-03-21T13:09:36.225329+0000 mon.a (mon.0) 4999 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:37.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:37 smithi178 bash[77880]: cluster 2024-03-21T13:09:36.228545+0000 mgr.x (mgr.34104) 3410 : cluster [DBG] pgmap v2260: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:37.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:37 smithi178 bash[77880]: cluster 2024-03-21T13:09:36.229189+0000 mgr.x (mgr.34104) 3411 : cluster [DBG] pgmap v2261: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:37.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:37 smithi178 bash[77880]: audit 2024-03-21T13:09:36.254968+0000 mon.a (mon.0) 5000 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:37.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:37 smithi178 bash[75692]: audit 2024-03-21T13:09:36.736725+0000 mon.a (mon.0) 5021 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:37.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:37 smithi178 bash[75692]: audit 2024-03-21T13:09:36.741292+0000 mon.a (mon.0) 5022 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:37.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:37 smithi178 bash[75692]: audit 2024-03-21T13:09:36.746864+0000 mon.a (mon.0) 5023 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:37.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:37 smithi178 bash[75692]: audit 2024-03-21T13:09:36.748374+0000 mon.a (mon.0) 5024 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:37.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:37 smithi178 bash[75692]: audit 2024-03-21T13:09:36.760816+0000 mon.a (mon.0) 5025 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:37.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:37 smithi178 bash[75692]: audit 2024-03-21T13:09:36.839228+0000 mon.a (mon.0) 5026 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:37.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:37 smithi178 bash[75692]: audit 2024-03-21T13:09:36.842538+0000 mon.a (mon.0) 5027 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:37.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:37 smithi178 bash[75692]: audit 2024-03-21T13:09:36.845725+0000 mon.a (mon.0) 5028 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:37.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:37 smithi178 bash[75692]: audit 2024-03-21T13:09:36.847475+0000 mon.a (mon.0) 5029 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:37.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:37 smithi178 bash[75692]: audit 2024-03-21T13:09:36.860653+0000 mon.a (mon.0) 5030 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:37.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:37 smithi178 bash[75692]: audit 2024-03-21T13:09:36.943492+0000 mon.a (mon.0) 5031 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:37.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:37 smithi178 bash[75692]: audit 2024-03-21T13:09:36.946800+0000 mon.a (mon.0) 5032 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:37.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:37 smithi178 bash[75692]: audit 2024-03-21T13:09:36.951094+0000 mon.a (mon.0) 5033 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:37.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:37 smithi178 bash[75692]: audit 2024-03-21T13:09:36.952857+0000 mon.a (mon.0) 5034 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:37.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:37 smithi178 bash[75692]: audit 2024-03-21T13:09:36.964169+0000 mon.a (mon.0) 5035 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:37.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:37 smithi178 bash[75692]: audit 2024-03-21T13:09:37.047944+0000 mon.a (mon.0) 5036 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:37.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:37 smithi178 bash[75692]: audit 2024-03-21T13:09:37.051158+0000 mon.a (mon.0) 5037 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:37.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:37 smithi178 bash[75692]: audit 2024-03-21T13:09:37.055039+0000 mon.a (mon.0) 5038 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:37.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:37 smithi178 bash[75692]: audit 2024-03-21T13:09:37.056691+0000 mon.a (mon.0) 5039 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:37.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:37 smithi178 bash[75692]: audit 2024-03-21T13:09:37.069163+0000 mon.a (mon.0) 5040 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:37.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:37 smithi178 bash[75692]: audit 2024-03-21T13:09:37.155218+0000 mon.a (mon.0) 5041 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:37.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:37 smithi178 bash[75692]: audit 2024-03-21T13:09:37.158291+0000 mon.a (mon.0) 5042 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:37.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:37 smithi178 bash[75692]: audit 2024-03-21T13:09:37.161469+0000 mon.a (mon.0) 5043 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:37.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:37 smithi178 bash[75692]: audit 2024-03-21T13:09:37.162778+0000 mon.a (mon.0) 5044 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:37.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:37 smithi178 bash[75692]: audit 2024-03-21T13:09:37.174740+0000 mon.a (mon.0) 5045 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:37.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:37 smithi178 bash[77880]: audit 2024-03-21T13:09:36.339094+0000 mon.a (mon.0) 5001 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:37.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:37 smithi178 bash[77880]: audit 2024-03-21T13:09:36.342178+0000 mon.a (mon.0) 5002 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:37.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:37 smithi178 bash[77880]: audit 2024-03-21T13:09:36.345070+0000 mon.a (mon.0) 5003 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:37.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:37 smithi178 bash[77880]: audit 2024-03-21T13:09:36.346533+0000 mon.a (mon.0) 5004 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:37.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:37 smithi178 bash[77880]: audit 2024-03-21T13:09:36.358025+0000 mon.a (mon.0) 5005 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:37.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:37 smithi178 bash[77880]: audit 2024-03-21T13:09:36.435546+0000 mon.a (mon.0) 5006 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:37.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:37 smithi178 bash[77880]: audit 2024-03-21T13:09:36.438899+0000 mon.a (mon.0) 5007 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:37.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:37 smithi178 bash[77880]: audit 2024-03-21T13:09:36.441700+0000 mon.a (mon.0) 5008 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:37.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:37 smithi178 bash[77880]: audit 2024-03-21T13:09:36.442931+0000 mon.a (mon.0) 5009 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:37.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:37 smithi178 bash[77880]: audit 2024-03-21T13:09:36.454743+0000 mon.a (mon.0) 5010 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:37.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:37 smithi178 bash[77880]: audit 2024-03-21T13:09:36.535217+0000 mon.a (mon.0) 5011 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:37.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:37 smithi178 bash[77880]: audit 2024-03-21T13:09:36.538018+0000 mon.a (mon.0) 5012 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:37.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:37 smithi178 bash[77880]: audit 2024-03-21T13:09:36.541329+0000 mon.a (mon.0) 5013 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:37.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:37 smithi178 bash[77880]: audit 2024-03-21T13:09:36.542705+0000 mon.a (mon.0) 5014 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:37.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:37 smithi178 bash[77880]: audit 2024-03-21T13:09:36.555623+0000 mon.a (mon.0) 5015 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:37.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:37 smithi178 bash[77880]: audit 2024-03-21T13:09:36.638504+0000 mon.a (mon.0) 5016 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:37.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:37 smithi178 bash[77880]: audit 2024-03-21T13:09:36.641797+0000 mon.a (mon.0) 5017 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:37.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:37 smithi178 bash[77880]: audit 2024-03-21T13:09:36.644797+0000 mon.a (mon.0) 5018 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:37.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:37 smithi178 bash[77880]: audit 2024-03-21T13:09:36.646158+0000 mon.a (mon.0) 5019 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:37.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:37 smithi178 bash[77880]: audit 2024-03-21T13:09:36.657221+0000 mon.a (mon.0) 5020 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:37.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:37 smithi178 bash[77880]: audit 2024-03-21T13:09:36.736725+0000 mon.a (mon.0) 5021 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:37.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:37 smithi178 bash[77880]: audit 2024-03-21T13:09:36.741292+0000 mon.a (mon.0) 5022 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:37.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:37 smithi178 bash[77880]: audit 2024-03-21T13:09:36.746864+0000 mon.a (mon.0) 5023 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:37.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:37 smithi178 bash[77880]: audit 2024-03-21T13:09:36.748374+0000 mon.a (mon.0) 5024 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:37.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:37 smithi178 bash[77880]: audit 2024-03-21T13:09:36.760816+0000 mon.a (mon.0) 5025 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:37.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:37 smithi178 bash[77880]: audit 2024-03-21T13:09:36.839228+0000 mon.a (mon.0) 5026 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:37.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:37 smithi178 bash[77880]: audit 2024-03-21T13:09:36.842538+0000 mon.a (mon.0) 5027 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:37.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:37 smithi178 bash[77880]: audit 2024-03-21T13:09:36.845725+0000 mon.a (mon.0) 5028 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:37.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:37 smithi178 bash[77880]: audit 2024-03-21T13:09:36.847475+0000 mon.a (mon.0) 5029 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:37.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:37 smithi178 bash[77880]: audit 2024-03-21T13:09:36.860653+0000 mon.a (mon.0) 5030 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:37.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:37 smithi178 bash[77880]: audit 2024-03-21T13:09:36.943492+0000 mon.a (mon.0) 5031 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:37.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:37 smithi178 bash[77880]: audit 2024-03-21T13:09:36.946800+0000 mon.a (mon.0) 5032 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:37.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:37 smithi178 bash[77880]: audit 2024-03-21T13:09:36.951094+0000 mon.a (mon.0) 5033 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:37.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:37 smithi178 bash[77880]: audit 2024-03-21T13:09:36.952857+0000 mon.a (mon.0) 5034 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:37.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:37 smithi178 bash[77880]: audit 2024-03-21T13:09:36.964169+0000 mon.a (mon.0) 5035 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:37.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:37 smithi178 bash[77880]: audit 2024-03-21T13:09:37.047944+0000 mon.a (mon.0) 5036 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:37.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:37 smithi178 bash[77880]: audit 2024-03-21T13:09:37.051158+0000 mon.a (mon.0) 5037 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:37.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:37 smithi178 bash[77880]: audit 2024-03-21T13:09:37.055039+0000 mon.a (mon.0) 5038 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:37.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:37 smithi178 bash[77880]: audit 2024-03-21T13:09:37.056691+0000 mon.a (mon.0) 5039 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:37.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:37 smithi178 bash[77880]: audit 2024-03-21T13:09:37.069163+0000 mon.a (mon.0) 5040 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:37.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:37 smithi178 bash[77880]: audit 2024-03-21T13:09:37.155218+0000 mon.a (mon.0) 5041 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:37.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:37 smithi178 bash[77880]: audit 2024-03-21T13:09:37.158291+0000 mon.a (mon.0) 5042 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:37.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:37 smithi178 bash[77880]: audit 2024-03-21T13:09:37.161469+0000 mon.a (mon.0) 5043 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:37.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:37 smithi178 bash[77880]: audit 2024-03-21T13:09:37.162778+0000 mon.a (mon.0) 5044 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:37.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:37 smithi178 bash[77880]: audit 2024-03-21T13:09:37.174740+0000 mon.a (mon.0) 5045 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:38.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:38 smithi178 bash[75692]: cephadm 2024-03-21T13:09:36.256312+0000 mgr.x (mgr.34104) 3412 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:38.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:38 smithi178 bash[75692]: cluster 2024-03-21T13:09:36.349303+0000 mgr.x (mgr.34104) 3413 : cluster [DBG] pgmap v2262: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:38.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:38 smithi178 bash[75692]: cluster 2024-03-21T13:09:36.349651+0000 mgr.x (mgr.34104) 3414 : cluster [DBG] pgmap v2263: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:38.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:38 smithi178 bash[75692]: cephadm 2024-03-21T13:09:36.359633+0000 mgr.x (mgr.34104) 3415 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:38.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:38 smithi178 bash[75692]: cluster 2024-03-21T13:09:36.445631+0000 mgr.x (mgr.34104) 3416 : cluster [DBG] pgmap v2264: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:38.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:38 smithi178 bash[75692]: cluster 2024-03-21T13:09:36.446193+0000 mgr.x (mgr.34104) 3417 : cluster [DBG] pgmap v2265: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:38.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:38 smithi178 bash[75692]: cephadm 2024-03-21T13:09:36.456495+0000 mgr.x (mgr.34104) 3418 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:38.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:38 smithi178 bash[75692]: cluster 2024-03-21T13:09:36.545700+0000 mgr.x (mgr.34104) 3419 : cluster [DBG] pgmap v2266: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:38.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:38 smithi178 bash[75692]: cluster 2024-03-21T13:09:36.546045+0000 mgr.x (mgr.34104) 3420 : cluster [DBG] pgmap v2267: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:38.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:38 smithi178 bash[75692]: cephadm 2024-03-21T13:09:36.557248+0000 mgr.x (mgr.34104) 3421 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:38.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:38 smithi178 bash[75692]: cluster 2024-03-21T13:09:36.649019+0000 mgr.x (mgr.34104) 3422 : cluster [DBG] pgmap v2268: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:38.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:38 smithi178 bash[75692]: cluster 2024-03-21T13:09:36.649698+0000 mgr.x (mgr.34104) 3423 : cluster [DBG] pgmap v2269: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:38.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:38 smithi178 bash[75692]: cephadm 2024-03-21T13:09:36.658660+0000 mgr.x (mgr.34104) 3424 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:38.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:38 smithi178 bash[75692]: cluster 2024-03-21T13:09:36.752170+0000 mgr.x (mgr.34104) 3425 : cluster [DBG] pgmap v2270: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:38.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:38 smithi178 bash[75692]: cluster 2024-03-21T13:09:36.752879+0000 mgr.x (mgr.34104) 3426 : cluster [DBG] pgmap v2271: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:38.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:38 smithi178 bash[75692]: cephadm 2024-03-21T13:09:36.762649+0000 mgr.x (mgr.34104) 3427 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:38.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:38 smithi178 bash[77880]: cephadm 2024-03-21T13:09:36.256312+0000 mgr.x (mgr.34104) 3412 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:38.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:38 smithi178 bash[77880]: cluster 2024-03-21T13:09:36.349303+0000 mgr.x (mgr.34104) 3413 : cluster [DBG] pgmap v2262: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:38.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:38 smithi178 bash[77880]: cluster 2024-03-21T13:09:36.349651+0000 mgr.x (mgr.34104) 3414 : cluster [DBG] pgmap v2263: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:38.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:38 smithi178 bash[77880]: cephadm 2024-03-21T13:09:36.359633+0000 mgr.x (mgr.34104) 3415 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:38.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:38 smithi178 bash[77880]: cluster 2024-03-21T13:09:36.445631+0000 mgr.x (mgr.34104) 3416 : cluster [DBG] pgmap v2264: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:38.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:38 smithi178 bash[77880]: cluster 2024-03-21T13:09:36.446193+0000 mgr.x (mgr.34104) 3417 : cluster [DBG] pgmap v2265: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:38.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:38 smithi178 bash[77880]: cephadm 2024-03-21T13:09:36.456495+0000 mgr.x (mgr.34104) 3418 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:38.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:38 smithi178 bash[77880]: cluster 2024-03-21T13:09:36.545700+0000 mgr.x (mgr.34104) 3419 : cluster [DBG] pgmap v2266: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:38.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:38 smithi178 bash[77880]: cluster 2024-03-21T13:09:36.546045+0000 mgr.x (mgr.34104) 3420 : cluster [DBG] pgmap v2267: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:38.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:38 smithi178 bash[77880]: cephadm 2024-03-21T13:09:36.557248+0000 mgr.x (mgr.34104) 3421 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:38.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:38 smithi178 bash[77880]: cluster 2024-03-21T13:09:36.649019+0000 mgr.x (mgr.34104) 3422 : cluster [DBG] pgmap v2268: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:38.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:38 smithi178 bash[77880]: cluster 2024-03-21T13:09:36.649698+0000 mgr.x (mgr.34104) 3423 : cluster [DBG] pgmap v2269: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:38.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:38 smithi178 bash[77880]: cephadm 2024-03-21T13:09:36.658660+0000 mgr.x (mgr.34104) 3424 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:38.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:38 smithi178 bash[77880]: cluster 2024-03-21T13:09:36.752170+0000 mgr.x (mgr.34104) 3425 : cluster [DBG] pgmap v2270: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:38.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:38 smithi178 bash[77880]: cluster 2024-03-21T13:09:36.752879+0000 mgr.x (mgr.34104) 3426 : cluster [DBG] pgmap v2271: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:38.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:38 smithi178 bash[77880]: cephadm 2024-03-21T13:09:36.762649+0000 mgr.x (mgr.34104) 3427 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:38.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:38 smithi178 bash[75692]: cluster 2024-03-21T13:09:36.850385+0000 mgr.x (mgr.34104) 3428 : cluster [DBG] pgmap v2272: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:38.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:38 smithi178 bash[75692]: cluster 2024-03-21T13:09:36.850862+0000 mgr.x (mgr.34104) 3429 : cluster [DBG] pgmap v2273: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:38.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:38 smithi178 bash[75692]: cephadm 2024-03-21T13:09:36.862193+0000 mgr.x (mgr.34104) 3430 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:38.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:38 smithi178 bash[75692]: cluster 2024-03-21T13:09:36.956475+0000 mgr.x (mgr.34104) 3431 : cluster [DBG] pgmap v2274: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:38.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:38 smithi178 bash[75692]: cluster 2024-03-21T13:09:36.957218+0000 mgr.x (mgr.34104) 3432 : cluster [DBG] pgmap v2275: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:38.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:38 smithi178 bash[75692]: cephadm 2024-03-21T13:09:36.965667+0000 mgr.x (mgr.34104) 3433 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:38.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:38 smithi178 bash[75692]: cluster 2024-03-21T13:09:37.059971+0000 mgr.x (mgr.34104) 3434 : cluster [DBG] pgmap v2276: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:38.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:38 smithi178 bash[75692]: cluster 2024-03-21T13:09:37.060432+0000 mgr.x (mgr.34104) 3435 : cluster [DBG] pgmap v2277: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:38.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:38 smithi178 bash[75692]: cephadm 2024-03-21T13:09:37.070843+0000 mgr.x (mgr.34104) 3436 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:38.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:38 smithi178 bash[75692]: cluster 2024-03-21T13:09:37.165770+0000 mgr.x (mgr.34104) 3437 : cluster [DBG] pgmap v2278: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:38.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:38 smithi178 bash[75692]: cluster 2024-03-21T13:09:37.166158+0000 mgr.x (mgr.34104) 3438 : cluster [DBG] pgmap v2279: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:38.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:38 smithi178 bash[75692]: cephadm 2024-03-21T13:09:37.176264+0000 mgr.x (mgr.34104) 3439 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:38.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:38 smithi178 bash[75692]: audit 2024-03-21T13:09:37.253316+0000 mon.a (mon.0) 5046 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:38.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:38 smithi178 bash[75692]: audit 2024-03-21T13:09:37.255845+0000 mon.a (mon.0) 5047 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:38.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:38 smithi178 bash[75692]: audit 2024-03-21T13:09:37.258424+0000 mon.a (mon.0) 5048 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:38.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:38 smithi178 bash[75692]: audit 2024-03-21T13:09:37.259590+0000 mon.a (mon.0) 5049 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:38.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:38 smithi178 bash[77880]: cluster 2024-03-21T13:09:36.850385+0000 mgr.x (mgr.34104) 3428 : cluster [DBG] pgmap v2272: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:38.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:38 smithi178 bash[77880]: cluster 2024-03-21T13:09:36.850862+0000 mgr.x (mgr.34104) 3429 : cluster [DBG] pgmap v2273: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:38.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:38 smithi178 bash[77880]: cephadm 2024-03-21T13:09:36.862193+0000 mgr.x (mgr.34104) 3430 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:38.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:38 smithi178 bash[77880]: cluster 2024-03-21T13:09:36.956475+0000 mgr.x (mgr.34104) 3431 : cluster [DBG] pgmap v2274: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:38.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:38 smithi178 bash[77880]: cluster 2024-03-21T13:09:36.957218+0000 mgr.x (mgr.34104) 3432 : cluster [DBG] pgmap v2275: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:38.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:38 smithi178 bash[77880]: cephadm 2024-03-21T13:09:36.965667+0000 mgr.x (mgr.34104) 3433 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:38.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:38 smithi178 bash[77880]: cluster 2024-03-21T13:09:37.059971+0000 mgr.x (mgr.34104) 3434 : cluster [DBG] pgmap v2276: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:38.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:38 smithi178 bash[77880]: cluster 2024-03-21T13:09:37.060432+0000 mgr.x (mgr.34104) 3435 : cluster [DBG] pgmap v2277: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:38.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:38 smithi178 bash[77880]: cephadm 2024-03-21T13:09:37.070843+0000 mgr.x (mgr.34104) 3436 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:38.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:38 smithi178 bash[77880]: cluster 2024-03-21T13:09:37.165770+0000 mgr.x (mgr.34104) 3437 : cluster [DBG] pgmap v2278: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:38.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:38 smithi178 bash[77880]: cluster 2024-03-21T13:09:37.166158+0000 mgr.x (mgr.34104) 3438 : cluster [DBG] pgmap v2279: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:38.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:38 smithi178 bash[77880]: cephadm 2024-03-21T13:09:37.176264+0000 mgr.x (mgr.34104) 3439 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:38.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:38 smithi178 bash[77880]: audit 2024-03-21T13:09:37.253316+0000 mon.a (mon.0) 5046 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:38.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:38 smithi178 bash[77880]: audit 2024-03-21T13:09:37.255845+0000 mon.a (mon.0) 5047 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:38.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:38 smithi178 bash[77880]: audit 2024-03-21T13:09:37.258424+0000 mon.a (mon.0) 5048 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:38.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:38 smithi178 bash[77880]: audit 2024-03-21T13:09:37.259590+0000 mon.a (mon.0) 5049 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:38.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:38 smithi178 bash[75692]: audit 2024-03-21T13:09:37.267839+0000 mon.a (mon.0) 5050 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:38.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:38 smithi178 bash[75692]: audit 2024-03-21T13:09:37.348251+0000 mon.a (mon.0) 5051 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:38.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:38 smithi178 bash[75692]: audit 2024-03-21T13:09:37.351103+0000 mon.a (mon.0) 5052 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:38.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:38 smithi178 bash[75692]: audit 2024-03-21T13:09:37.353889+0000 mon.a (mon.0) 5053 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:38.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:38 smithi178 bash[75692]: audit 2024-03-21T13:09:37.355060+0000 mon.a (mon.0) 5054 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:38.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:38 smithi178 bash[75692]: audit 2024-03-21T13:09:37.367569+0000 mon.a (mon.0) 5055 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:38.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:38 smithi178 bash[75692]: audit 2024-03-21T13:09:37.447634+0000 mon.a (mon.0) 5056 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:38.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:38 smithi178 bash[75692]: audit 2024-03-21T13:09:37.450802+0000 mon.a (mon.0) 5057 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:38.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:38 smithi178 bash[75692]: audit 2024-03-21T13:09:37.454327+0000 mon.a (mon.0) 5058 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:38.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:38 smithi178 bash[75692]: audit 2024-03-21T13:09:37.455965+0000 mon.a (mon.0) 5059 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:38.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:38 smithi178 bash[75692]: audit 2024-03-21T13:09:37.468100+0000 mon.a (mon.0) 5060 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:38.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:38 smithi178 bash[75692]: audit 2024-03-21T13:09:37.546823+0000 mon.a (mon.0) 5061 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:38.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:38 smithi178 bash[75692]: audit 2024-03-21T13:09:37.550790+0000 mon.a (mon.0) 5062 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:38.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:38 smithi178 bash[75692]: audit 2024-03-21T13:09:37.556046+0000 mon.a (mon.0) 5063 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:38.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:38 smithi178 bash[75692]: audit 2024-03-21T13:09:37.557758+0000 mon.a (mon.0) 5064 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:38.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:38 smithi178 bash[75692]: audit 2024-03-21T13:09:37.570310+0000 mon.a (mon.0) 5065 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:38.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:38 smithi178 bash[75692]: audit 2024-03-21T13:09:37.653608+0000 mon.a (mon.0) 5066 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:38.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:38 smithi178 bash[75692]: audit 2024-03-21T13:09:37.656745+0000 mon.a (mon.0) 5067 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:38.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:38 smithi178 bash[75692]: audit 2024-03-21T13:09:37.660221+0000 mon.a (mon.0) 5068 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:38.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:38 smithi178 bash[77880]: audit 2024-03-21T13:09:37.267839+0000 mon.a (mon.0) 5050 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:38.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:38 smithi178 bash[77880]: audit 2024-03-21T13:09:37.348251+0000 mon.a (mon.0) 5051 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:38.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:38 smithi178 bash[77880]: audit 2024-03-21T13:09:37.351103+0000 mon.a (mon.0) 5052 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:38.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:38 smithi178 bash[77880]: audit 2024-03-21T13:09:37.353889+0000 mon.a (mon.0) 5053 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:38.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:38 smithi178 bash[77880]: audit 2024-03-21T13:09:37.355060+0000 mon.a (mon.0) 5054 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:38.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:38 smithi178 bash[77880]: audit 2024-03-21T13:09:37.367569+0000 mon.a (mon.0) 5055 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:38.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:38 smithi178 bash[77880]: audit 2024-03-21T13:09:37.447634+0000 mon.a (mon.0) 5056 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:38.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:38 smithi178 bash[77880]: audit 2024-03-21T13:09:37.450802+0000 mon.a (mon.0) 5057 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:38.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:38 smithi178 bash[77880]: audit 2024-03-21T13:09:37.454327+0000 mon.a (mon.0) 5058 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:38.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:38 smithi178 bash[77880]: audit 2024-03-21T13:09:37.455965+0000 mon.a (mon.0) 5059 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:38.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:38 smithi178 bash[77880]: audit 2024-03-21T13:09:37.468100+0000 mon.a (mon.0) 5060 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:38.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:38 smithi178 bash[77880]: audit 2024-03-21T13:09:37.546823+0000 mon.a (mon.0) 5061 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:38.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:38 smithi178 bash[77880]: audit 2024-03-21T13:09:37.550790+0000 mon.a (mon.0) 5062 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:38.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:38 smithi178 bash[77880]: audit 2024-03-21T13:09:37.556046+0000 mon.a (mon.0) 5063 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:38.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:38 smithi178 bash[77880]: audit 2024-03-21T13:09:37.557758+0000 mon.a (mon.0) 5064 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:38.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:38 smithi178 bash[77880]: audit 2024-03-21T13:09:37.570310+0000 mon.a (mon.0) 5065 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:38.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:38 smithi178 bash[77880]: audit 2024-03-21T13:09:37.653608+0000 mon.a (mon.0) 5066 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:38.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:38 smithi178 bash[77880]: audit 2024-03-21T13:09:37.656745+0000 mon.a (mon.0) 5067 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:38.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:38 smithi178 bash[77880]: audit 2024-03-21T13:09:37.660221+0000 mon.a (mon.0) 5068 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:38.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:38 smithi178 bash[75692]: audit 2024-03-21T13:09:37.661818+0000 mon.a (mon.0) 5069 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:38.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:38 smithi178 bash[75692]: audit 2024-03-21T13:09:37.673757+0000 mon.a (mon.0) 5070 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:38.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:38 smithi178 bash[75692]: audit 2024-03-21T13:09:37.752875+0000 mon.a (mon.0) 5071 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:38.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:38 smithi178 bash[75692]: audit 2024-03-21T13:09:37.756427+0000 mon.a (mon.0) 5072 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:38.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:38 smithi178 bash[75692]: audit 2024-03-21T13:09:37.760114+0000 mon.a (mon.0) 5073 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:38.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:38 smithi178 bash[75692]: audit 2024-03-21T13:09:37.761530+0000 mon.a (mon.0) 5074 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:38.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:38 smithi178 bash[75692]: audit 2024-03-21T13:09:37.772549+0000 mon.a (mon.0) 5075 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:38.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:38 smithi178 bash[75692]: audit 2024-03-21T13:09:37.851159+0000 mon.a (mon.0) 5076 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:38.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:38 smithi178 bash[75692]: audit 2024-03-21T13:09:37.854709+0000 mon.a (mon.0) 5077 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:38.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:38 smithi178 bash[75692]: audit 2024-03-21T13:09:37.858413+0000 mon.a (mon.0) 5078 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:38.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:38 smithi178 bash[75692]: audit 2024-03-21T13:09:37.860587+0000 mon.a (mon.0) 5079 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:38.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:38 smithi178 bash[75692]: audit 2024-03-21T13:09:37.874776+0000 mon.a (mon.0) 5080 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:38.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:38 smithi178 bash[75692]: audit 2024-03-21T13:09:37.955071+0000 mon.a (mon.0) 5081 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:38.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:38 smithi178 bash[75692]: audit 2024-03-21T13:09:37.958957+0000 mon.a (mon.0) 5082 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:38.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:38 smithi178 bash[75692]: audit 2024-03-21T13:09:37.962738+0000 mon.a (mon.0) 5083 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:38.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:38 smithi178 bash[75692]: audit 2024-03-21T13:09:37.964094+0000 mon.a (mon.0) 5084 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:38.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:38 smithi178 bash[75692]: audit 2024-03-21T13:09:37.976058+0000 mon.a (mon.0) 5085 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:38.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:38 smithi178 bash[75692]: audit 2024-03-21T13:09:38.058813+0000 mon.a (mon.0) 5086 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:38.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:38 smithi178 bash[75692]: audit 2024-03-21T13:09:38.062098+0000 mon.a (mon.0) 5087 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:38.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:38 smithi178 bash[75692]: audit 2024-03-21T13:09:38.065684+0000 mon.a (mon.0) 5088 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:38.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:38 smithi178 bash[75692]: audit 2024-03-21T13:09:38.067129+0000 mon.a (mon.0) 5089 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:38.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:38 smithi178 bash[75692]: audit 2024-03-21T13:09:38.077465+0000 mon.a (mon.0) 5090 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:38.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:38 smithi178 bash[75692]: audit 2024-03-21T13:09:38.160096+0000 mon.a (mon.0) 5091 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:38.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:38 smithi178 bash[75692]: audit 2024-03-21T13:09:38.163753+0000 mon.a (mon.0) 5092 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:38.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:38 smithi178 bash[75692]: audit 2024-03-21T13:09:38.167787+0000 mon.a (mon.0) 5093 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:38.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:38 smithi178 bash[75692]: audit 2024-03-21T13:09:38.169198+0000 mon.a (mon.0) 5094 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:38.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:38 smithi178 bash[75692]: audit 2024-03-21T13:09:38.180864+0000 mon.a (mon.0) 5095 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:38.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:38 smithi178 bash[77880]: audit 2024-03-21T13:09:37.661818+0000 mon.a (mon.0) 5069 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:38.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:38 smithi178 bash[77880]: audit 2024-03-21T13:09:37.673757+0000 mon.a (mon.0) 5070 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:38.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:38 smithi178 bash[77880]: audit 2024-03-21T13:09:37.752875+0000 mon.a (mon.0) 5071 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:38.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:38 smithi178 bash[77880]: audit 2024-03-21T13:09:37.756427+0000 mon.a (mon.0) 5072 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:38.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:38 smithi178 bash[77880]: audit 2024-03-21T13:09:37.760114+0000 mon.a (mon.0) 5073 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:38.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:38 smithi178 bash[77880]: audit 2024-03-21T13:09:37.761530+0000 mon.a (mon.0) 5074 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:38.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:38 smithi178 bash[77880]: audit 2024-03-21T13:09:37.772549+0000 mon.a (mon.0) 5075 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:38.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:38 smithi178 bash[77880]: audit 2024-03-21T13:09:37.851159+0000 mon.a (mon.0) 5076 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:38.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:38 smithi178 bash[77880]: audit 2024-03-21T13:09:37.854709+0000 mon.a (mon.0) 5077 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:38.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:38 smithi178 bash[77880]: audit 2024-03-21T13:09:37.858413+0000 mon.a (mon.0) 5078 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:38.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:38 smithi178 bash[77880]: audit 2024-03-21T13:09:37.860587+0000 mon.a (mon.0) 5079 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:38.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:38 smithi178 bash[77880]: audit 2024-03-21T13:09:37.874776+0000 mon.a (mon.0) 5080 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:38.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:38 smithi178 bash[77880]: audit 2024-03-21T13:09:37.955071+0000 mon.a (mon.0) 5081 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:38.563 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:38 smithi178 bash[77880]: audit 2024-03-21T13:09:37.958957+0000 mon.a (mon.0) 5082 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:38.563 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:38 smithi178 bash[77880]: audit 2024-03-21T13:09:37.962738+0000 mon.a (mon.0) 5083 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:38.563 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:38 smithi178 bash[77880]: audit 2024-03-21T13:09:37.964094+0000 mon.a (mon.0) 5084 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:38.563 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:38 smithi178 bash[77880]: audit 2024-03-21T13:09:37.976058+0000 mon.a (mon.0) 5085 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:38.563 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:38 smithi178 bash[77880]: audit 2024-03-21T13:09:38.058813+0000 mon.a (mon.0) 5086 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:38.563 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:38 smithi178 bash[77880]: audit 2024-03-21T13:09:38.062098+0000 mon.a (mon.0) 5087 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:38.563 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:38 smithi178 bash[77880]: audit 2024-03-21T13:09:38.065684+0000 mon.a (mon.0) 5088 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:38.563 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:38 smithi178 bash[77880]: audit 2024-03-21T13:09:38.067129+0000 mon.a (mon.0) 5089 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:38.563 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:38 smithi178 bash[77880]: audit 2024-03-21T13:09:38.077465+0000 mon.a (mon.0) 5090 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:38.564 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:38 smithi178 bash[77880]: audit 2024-03-21T13:09:38.160096+0000 mon.a (mon.0) 5091 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:38.564 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:38 smithi178 bash[77880]: audit 2024-03-21T13:09:38.163753+0000 mon.a (mon.0) 5092 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:38.564 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:38 smithi178 bash[77880]: audit 2024-03-21T13:09:38.167787+0000 mon.a (mon.0) 5093 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:38.564 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:38 smithi178 bash[77880]: audit 2024-03-21T13:09:38.169198+0000 mon.a (mon.0) 5094 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:38.564 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:38 smithi178 bash[77880]: audit 2024-03-21T13:09:38.180864+0000 mon.a (mon.0) 5095 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:38.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:38 smithi184 bash[59794]: cephadm 2024-03-21T13:09:36.256312+0000 mgr.x (mgr.34104) 3412 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:38.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:38 smithi184 bash[59794]: cluster 2024-03-21T13:09:36.349303+0000 mgr.x (mgr.34104) 3413 : cluster [DBG] pgmap v2262: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:38.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:38 smithi184 bash[59794]: cluster 2024-03-21T13:09:36.349651+0000 mgr.x (mgr.34104) 3414 : cluster [DBG] pgmap v2263: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:38.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:38 smithi184 bash[59794]: cephadm 2024-03-21T13:09:36.359633+0000 mgr.x (mgr.34104) 3415 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:38.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:38 smithi184 bash[59794]: cluster 2024-03-21T13:09:36.445631+0000 mgr.x (mgr.34104) 3416 : cluster [DBG] pgmap v2264: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:38.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:38 smithi184 bash[59794]: cluster 2024-03-21T13:09:36.446193+0000 mgr.x (mgr.34104) 3417 : cluster [DBG] pgmap v2265: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:38.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:38 smithi184 bash[59794]: cephadm 2024-03-21T13:09:36.456495+0000 mgr.x (mgr.34104) 3418 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:38.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:38 smithi184 bash[59794]: cluster 2024-03-21T13:09:36.545700+0000 mgr.x (mgr.34104) 3419 : cluster [DBG] pgmap v2266: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:38.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:38 smithi184 bash[59794]: cluster 2024-03-21T13:09:36.546045+0000 mgr.x (mgr.34104) 3420 : cluster [DBG] pgmap v2267: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:38.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:38 smithi184 bash[59794]: cephadm 2024-03-21T13:09:36.557248+0000 mgr.x (mgr.34104) 3421 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:38.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:38 smithi184 bash[59794]: cluster 2024-03-21T13:09:36.649019+0000 mgr.x (mgr.34104) 3422 : cluster [DBG] pgmap v2268: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:38.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:38 smithi184 bash[59794]: cluster 2024-03-21T13:09:36.649698+0000 mgr.x (mgr.34104) 3423 : cluster [DBG] pgmap v2269: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:38.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:38 smithi184 bash[59794]: cephadm 2024-03-21T13:09:36.658660+0000 mgr.x (mgr.34104) 3424 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:38.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:38 smithi184 bash[59794]: cluster 2024-03-21T13:09:36.752170+0000 mgr.x (mgr.34104) 3425 : cluster [DBG] pgmap v2270: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:38.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:38 smithi184 bash[59794]: cluster 2024-03-21T13:09:36.752879+0000 mgr.x (mgr.34104) 3426 : cluster [DBG] pgmap v2271: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:38.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:38 smithi184 bash[59794]: cephadm 2024-03-21T13:09:36.762649+0000 mgr.x (mgr.34104) 3427 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:38.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:38 smithi184 bash[59794]: cluster 2024-03-21T13:09:36.850385+0000 mgr.x (mgr.34104) 3428 : cluster [DBG] pgmap v2272: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:38.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:38 smithi184 bash[59794]: cluster 2024-03-21T13:09:36.850862+0000 mgr.x (mgr.34104) 3429 : cluster [DBG] pgmap v2273: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:38.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:38 smithi184 bash[59794]: cephadm 2024-03-21T13:09:36.862193+0000 mgr.x (mgr.34104) 3430 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:38.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:38 smithi184 bash[59794]: cluster 2024-03-21T13:09:36.956475+0000 mgr.x (mgr.34104) 3431 : cluster [DBG] pgmap v2274: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:38.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:38 smithi184 bash[59794]: cluster 2024-03-21T13:09:36.957218+0000 mgr.x (mgr.34104) 3432 : cluster [DBG] pgmap v2275: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:38.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:38 smithi184 bash[59794]: cephadm 2024-03-21T13:09:36.965667+0000 mgr.x (mgr.34104) 3433 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:38.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:38 smithi184 bash[59794]: cluster 2024-03-21T13:09:37.059971+0000 mgr.x (mgr.34104) 3434 : cluster [DBG] pgmap v2276: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:38.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:38 smithi184 bash[59794]: cluster 2024-03-21T13:09:37.060432+0000 mgr.x (mgr.34104) 3435 : cluster [DBG] pgmap v2277: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:38.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:38 smithi184 bash[59794]: cephadm 2024-03-21T13:09:37.070843+0000 mgr.x (mgr.34104) 3436 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:38.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:38 smithi184 bash[59794]: cluster 2024-03-21T13:09:37.165770+0000 mgr.x (mgr.34104) 3437 : cluster [DBG] pgmap v2278: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:38.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:38 smithi184 bash[59794]: cluster 2024-03-21T13:09:37.166158+0000 mgr.x (mgr.34104) 3438 : cluster [DBG] pgmap v2279: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:38.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:38 smithi184 bash[59794]: cephadm 2024-03-21T13:09:37.176264+0000 mgr.x (mgr.34104) 3439 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:38.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:38 smithi184 bash[59794]: audit 2024-03-21T13:09:37.253316+0000 mon.a (mon.0) 5046 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:38.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:38 smithi184 bash[59794]: audit 2024-03-21T13:09:37.255845+0000 mon.a (mon.0) 5047 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:38.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:38 smithi184 bash[59794]: audit 2024-03-21T13:09:37.258424+0000 mon.a (mon.0) 5048 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:38.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:38 smithi184 bash[59794]: audit 2024-03-21T13:09:37.259590+0000 mon.a (mon.0) 5049 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:38.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:38 smithi184 bash[59794]: audit 2024-03-21T13:09:37.267839+0000 mon.a (mon.0) 5050 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:38.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:38 smithi184 bash[59794]: audit 2024-03-21T13:09:37.348251+0000 mon.a (mon.0) 5051 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:38.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:38 smithi184 bash[59794]: audit 2024-03-21T13:09:37.351103+0000 mon.a (mon.0) 5052 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:38.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:38 smithi184 bash[59794]: audit 2024-03-21T13:09:37.353889+0000 mon.a (mon.0) 5053 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:38.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:38 smithi184 bash[59794]: audit 2024-03-21T13:09:37.355060+0000 mon.a (mon.0) 5054 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:38.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:38 smithi184 bash[59794]: audit 2024-03-21T13:09:37.367569+0000 mon.a (mon.0) 5055 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:38.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:38 smithi184 bash[59794]: audit 2024-03-21T13:09:37.447634+0000 mon.a (mon.0) 5056 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:38.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:38 smithi184 bash[59794]: audit 2024-03-21T13:09:37.450802+0000 mon.a (mon.0) 5057 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:38.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:38 smithi184 bash[59794]: audit 2024-03-21T13:09:37.454327+0000 mon.a (mon.0) 5058 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:38.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:38 smithi184 bash[59794]: audit 2024-03-21T13:09:37.455965+0000 mon.a (mon.0) 5059 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:38.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:38 smithi184 bash[59794]: audit 2024-03-21T13:09:37.468100+0000 mon.a (mon.0) 5060 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:38.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:38 smithi184 bash[59794]: audit 2024-03-21T13:09:37.546823+0000 mon.a (mon.0) 5061 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:38.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:38 smithi184 bash[59794]: audit 2024-03-21T13:09:37.550790+0000 mon.a (mon.0) 5062 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:38.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:38 smithi184 bash[59794]: audit 2024-03-21T13:09:37.556046+0000 mon.a (mon.0) 5063 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:38.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:38 smithi184 bash[59794]: audit 2024-03-21T13:09:37.557758+0000 mon.a (mon.0) 5064 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:38.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:38 smithi184 bash[59794]: audit 2024-03-21T13:09:37.570310+0000 mon.a (mon.0) 5065 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:38.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:38 smithi184 bash[59794]: audit 2024-03-21T13:09:37.653608+0000 mon.a (mon.0) 5066 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:38.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:38 smithi184 bash[59794]: audit 2024-03-21T13:09:37.656745+0000 mon.a (mon.0) 5067 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:38.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:38 smithi184 bash[59794]: audit 2024-03-21T13:09:37.660221+0000 mon.a (mon.0) 5068 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:38.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:38 smithi184 bash[59794]: audit 2024-03-21T13:09:37.661818+0000 mon.a (mon.0) 5069 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:38.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:38 smithi184 bash[59794]: audit 2024-03-21T13:09:37.673757+0000 mon.a (mon.0) 5070 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:38.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:38 smithi184 bash[59794]: audit 2024-03-21T13:09:37.752875+0000 mon.a (mon.0) 5071 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:38.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:38 smithi184 bash[59794]: audit 2024-03-21T13:09:37.756427+0000 mon.a (mon.0) 5072 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:38.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:38 smithi184 bash[59794]: audit 2024-03-21T13:09:37.760114+0000 mon.a (mon.0) 5073 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:38.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:38 smithi184 bash[59794]: audit 2024-03-21T13:09:37.761530+0000 mon.a (mon.0) 5074 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:38.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:38 smithi184 bash[59794]: audit 2024-03-21T13:09:37.772549+0000 mon.a (mon.0) 5075 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:38.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:38 smithi184 bash[59794]: audit 2024-03-21T13:09:37.851159+0000 mon.a (mon.0) 5076 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:38.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:38 smithi184 bash[59794]: audit 2024-03-21T13:09:37.854709+0000 mon.a (mon.0) 5077 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:38.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:38 smithi184 bash[59794]: audit 2024-03-21T13:09:37.858413+0000 mon.a (mon.0) 5078 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:38.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:38 smithi184 bash[59794]: audit 2024-03-21T13:09:37.860587+0000 mon.a (mon.0) 5079 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:38.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:38 smithi184 bash[59794]: audit 2024-03-21T13:09:37.874776+0000 mon.a (mon.0) 5080 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:38.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:38 smithi184 bash[59794]: audit 2024-03-21T13:09:37.955071+0000 mon.a (mon.0) 5081 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:38.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:38 smithi184 bash[59794]: audit 2024-03-21T13:09:37.958957+0000 mon.a (mon.0) 5082 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:38.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:38 smithi184 bash[59794]: audit 2024-03-21T13:09:37.962738+0000 mon.a (mon.0) 5083 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:38.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:38 smithi184 bash[59794]: audit 2024-03-21T13:09:37.964094+0000 mon.a (mon.0) 5084 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:38.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:38 smithi184 bash[59794]: audit 2024-03-21T13:09:37.976058+0000 mon.a (mon.0) 5085 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:38.581 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:38 smithi184 bash[59794]: audit 2024-03-21T13:09:38.058813+0000 mon.a (mon.0) 5086 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:38.581 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:38 smithi184 bash[59794]: audit 2024-03-21T13:09:38.062098+0000 mon.a (mon.0) 5087 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:38.581 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:38 smithi184 bash[59794]: audit 2024-03-21T13:09:38.065684+0000 mon.a (mon.0) 5088 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:38.581 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:38 smithi184 bash[59794]: audit 2024-03-21T13:09:38.067129+0000 mon.a (mon.0) 5089 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:38.581 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:38 smithi184 bash[59794]: audit 2024-03-21T13:09:38.077465+0000 mon.a (mon.0) 5090 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:38.581 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:38 smithi184 bash[59794]: audit 2024-03-21T13:09:38.160096+0000 mon.a (mon.0) 5091 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:38.581 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:38 smithi184 bash[59794]: audit 2024-03-21T13:09:38.163753+0000 mon.a (mon.0) 5092 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:38.581 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:38 smithi184 bash[59794]: audit 2024-03-21T13:09:38.167787+0000 mon.a (mon.0) 5093 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:38.581 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:38 smithi184 bash[59794]: audit 2024-03-21T13:09:38.169198+0000 mon.a (mon.0) 5094 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:38.582 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:38 smithi184 bash[59794]: audit 2024-03-21T13:09:38.180864+0000 mon.a (mon.0) 5095 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:39.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:39 smithi178 bash[75692]: cluster 2024-03-21T13:09:37.262396+0000 mgr.x (mgr.34104) 3440 : cluster [DBG] pgmap v2280: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:39.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:39 smithi178 bash[75692]: cluster 2024-03-21T13:09:37.262806+0000 mgr.x (mgr.34104) 3441 : cluster [DBG] pgmap v2281: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:39.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:39 smithi178 bash[75692]: cephadm 2024-03-21T13:09:37.269209+0000 mgr.x (mgr.34104) 3442 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:39.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:39 smithi178 bash[75692]: cluster 2024-03-21T13:09:37.358651+0000 mgr.x (mgr.34104) 3443 : cluster [DBG] pgmap v2282: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:39.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:39 smithi178 bash[75692]: cluster 2024-03-21T13:09:37.359045+0000 mgr.x (mgr.34104) 3444 : cluster [DBG] pgmap v2283: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:39.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:39 smithi178 bash[75692]: cephadm 2024-03-21T13:09:37.369173+0000 mgr.x (mgr.34104) 3445 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:39.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:39 smithi178 bash[75692]: cluster 2024-03-21T13:09:37.459341+0000 mgr.x (mgr.34104) 3446 : cluster [DBG] pgmap v2284: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:39.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:39 smithi178 bash[75692]: cluster 2024-03-21T13:09:37.459760+0000 mgr.x (mgr.34104) 3447 : cluster [DBG] pgmap v2285: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:39.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:39 smithi178 bash[75692]: cephadm 2024-03-21T13:09:37.469651+0000 mgr.x (mgr.34104) 3448 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:39.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:39 smithi178 bash[75692]: cluster 2024-03-21T13:09:37.561591+0000 mgr.x (mgr.34104) 3449 : cluster [DBG] pgmap v2286: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:39.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:39 smithi178 bash[75692]: cluster 2024-03-21T13:09:37.562335+0000 mgr.x (mgr.34104) 3450 : cluster [DBG] pgmap v2287: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:39.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:39 smithi178 bash[75692]: cephadm 2024-03-21T13:09:37.571896+0000 mgr.x (mgr.34104) 3451 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:39.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:39 smithi178 bash[75692]: cluster 2024-03-21T13:09:37.664633+0000 mgr.x (mgr.34104) 3452 : cluster [DBG] pgmap v2288: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:39.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:39 smithi178 bash[75692]: cluster 2024-03-21T13:09:37.665067+0000 mgr.x (mgr.34104) 3453 : cluster [DBG] pgmap v2289: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:39.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:39 smithi178 bash[75692]: cephadm 2024-03-21T13:09:37.675165+0000 mgr.x (mgr.34104) 3454 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:39.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:39 smithi178 bash[77880]: cluster 2024-03-21T13:09:37.262396+0000 mgr.x (mgr.34104) 3440 : cluster [DBG] pgmap v2280: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:39.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:39 smithi178 bash[77880]: cluster 2024-03-21T13:09:37.262806+0000 mgr.x (mgr.34104) 3441 : cluster [DBG] pgmap v2281: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:39.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:39 smithi178 bash[77880]: cephadm 2024-03-21T13:09:37.269209+0000 mgr.x (mgr.34104) 3442 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:39.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:39 smithi178 bash[77880]: cluster 2024-03-21T13:09:37.358651+0000 mgr.x (mgr.34104) 3443 : cluster [DBG] pgmap v2282: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:39.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:39 smithi178 bash[77880]: cluster 2024-03-21T13:09:37.359045+0000 mgr.x (mgr.34104) 3444 : cluster [DBG] pgmap v2283: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:39.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:39 smithi178 bash[77880]: cephadm 2024-03-21T13:09:37.369173+0000 mgr.x (mgr.34104) 3445 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:39.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:39 smithi178 bash[77880]: cluster 2024-03-21T13:09:37.459341+0000 mgr.x (mgr.34104) 3446 : cluster [DBG] pgmap v2284: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:39.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:39 smithi178 bash[77880]: cluster 2024-03-21T13:09:37.459760+0000 mgr.x (mgr.34104) 3447 : cluster [DBG] pgmap v2285: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:39.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:39 smithi178 bash[77880]: cephadm 2024-03-21T13:09:37.469651+0000 mgr.x (mgr.34104) 3448 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:39.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:39 smithi178 bash[77880]: cluster 2024-03-21T13:09:37.561591+0000 mgr.x (mgr.34104) 3449 : cluster [DBG] pgmap v2286: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:39.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:39 smithi178 bash[77880]: cluster 2024-03-21T13:09:37.562335+0000 mgr.x (mgr.34104) 3450 : cluster [DBG] pgmap v2287: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:39.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:39 smithi178 bash[77880]: cephadm 2024-03-21T13:09:37.571896+0000 mgr.x (mgr.34104) 3451 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:39.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:39 smithi178 bash[77880]: cluster 2024-03-21T13:09:37.664633+0000 mgr.x (mgr.34104) 3452 : cluster [DBG] pgmap v2288: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:39.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:39 smithi178 bash[77880]: cluster 2024-03-21T13:09:37.665067+0000 mgr.x (mgr.34104) 3453 : cluster [DBG] pgmap v2289: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:39.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:39 smithi178 bash[77880]: cephadm 2024-03-21T13:09:37.675165+0000 mgr.x (mgr.34104) 3454 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:39.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:39 smithi178 bash[75692]: cluster 2024-03-21T13:09:37.765203+0000 mgr.x (mgr.34104) 3455 : cluster [DBG] pgmap v2290: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:39.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:39 smithi178 bash[75692]: cluster 2024-03-21T13:09:37.765947+0000 mgr.x (mgr.34104) 3456 : cluster [DBG] pgmap v2291: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:39.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:39 smithi178 bash[75692]: cephadm 2024-03-21T13:09:37.774019+0000 mgr.x (mgr.34104) 3457 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:39.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:39 smithi178 bash[75692]: cluster 2024-03-21T13:09:37.864598+0000 mgr.x (mgr.34104) 3458 : cluster [DBG] pgmap v2292: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:39.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:39 smithi178 bash[75692]: cluster 2024-03-21T13:09:37.865371+0000 mgr.x (mgr.34104) 3459 : cluster [DBG] pgmap v2293: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:39.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:39 smithi178 bash[75692]: cephadm 2024-03-21T13:09:37.876790+0000 mgr.x (mgr.34104) 3460 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:39.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:39 smithi178 bash[75692]: cluster 2024-03-21T13:09:37.966943+0000 mgr.x (mgr.34104) 3461 : cluster [DBG] pgmap v2294: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:39.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:39 smithi178 bash[75692]: cluster 2024-03-21T13:09:37.967540+0000 mgr.x (mgr.34104) 3462 : cluster [DBG] pgmap v2295: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:39.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:39 smithi178 bash[75692]: cephadm 2024-03-21T13:09:37.977539+0000 mgr.x (mgr.34104) 3463 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:39.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:39 smithi178 bash[75692]: cluster 2024-03-21T13:09:38.070240+0000 mgr.x (mgr.34104) 3464 : cluster [DBG] pgmap v2296: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:39.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:39 smithi178 bash[75692]: cluster 2024-03-21T13:09:38.071033+0000 mgr.x (mgr.34104) 3465 : cluster [DBG] pgmap v2297: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:39.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:39 smithi178 bash[75692]: cephadm 2024-03-21T13:09:38.078855+0000 mgr.x (mgr.34104) 3466 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:39.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:39 smithi178 bash[75692]: cluster 2024-03-21T13:09:38.172131+0000 mgr.x (mgr.34104) 3467 : cluster [DBG] pgmap v2298: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:39.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:39 smithi178 bash[75692]: cluster 2024-03-21T13:09:38.172579+0000 mgr.x (mgr.34104) 3468 : cluster [DBG] pgmap v2299: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:39.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:39 smithi178 bash[75692]: cephadm 2024-03-21T13:09:38.182537+0000 mgr.x (mgr.34104) 3469 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:39.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:39 smithi178 bash[75692]: audit 2024-03-21T13:09:38.261385+0000 mon.a (mon.0) 5096 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:39.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:39 smithi178 bash[77880]: cluster 2024-03-21T13:09:37.765203+0000 mgr.x (mgr.34104) 3455 : cluster [DBG] pgmap v2290: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:39.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:39 smithi178 bash[77880]: cluster 2024-03-21T13:09:37.765947+0000 mgr.x (mgr.34104) 3456 : cluster [DBG] pgmap v2291: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:39.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:39 smithi178 bash[77880]: cephadm 2024-03-21T13:09:37.774019+0000 mgr.x (mgr.34104) 3457 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:39.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:39 smithi178 bash[77880]: cluster 2024-03-21T13:09:37.864598+0000 mgr.x (mgr.34104) 3458 : cluster [DBG] pgmap v2292: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:39.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:39 smithi178 bash[77880]: cluster 2024-03-21T13:09:37.865371+0000 mgr.x (mgr.34104) 3459 : cluster [DBG] pgmap v2293: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:39.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:39 smithi178 bash[77880]: cephadm 2024-03-21T13:09:37.876790+0000 mgr.x (mgr.34104) 3460 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:39.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:39 smithi178 bash[77880]: cluster 2024-03-21T13:09:37.966943+0000 mgr.x (mgr.34104) 3461 : cluster [DBG] pgmap v2294: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:39.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:39 smithi178 bash[77880]: cluster 2024-03-21T13:09:37.967540+0000 mgr.x (mgr.34104) 3462 : cluster [DBG] pgmap v2295: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:39.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:39 smithi178 bash[77880]: cephadm 2024-03-21T13:09:37.977539+0000 mgr.x (mgr.34104) 3463 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:39.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:39 smithi178 bash[77880]: cluster 2024-03-21T13:09:38.070240+0000 mgr.x (mgr.34104) 3464 : cluster [DBG] pgmap v2296: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:39.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:39 smithi178 bash[77880]: cluster 2024-03-21T13:09:38.071033+0000 mgr.x (mgr.34104) 3465 : cluster [DBG] pgmap v2297: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:39.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:39 smithi178 bash[77880]: cephadm 2024-03-21T13:09:38.078855+0000 mgr.x (mgr.34104) 3466 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:39.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:39 smithi178 bash[77880]: cluster 2024-03-21T13:09:38.172131+0000 mgr.x (mgr.34104) 3467 : cluster [DBG] pgmap v2298: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:39.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:39 smithi178 bash[77880]: cluster 2024-03-21T13:09:38.172579+0000 mgr.x (mgr.34104) 3468 : cluster [DBG] pgmap v2299: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:39.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:39 smithi178 bash[77880]: cephadm 2024-03-21T13:09:38.182537+0000 mgr.x (mgr.34104) 3469 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:39.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:39 smithi178 bash[77880]: audit 2024-03-21T13:09:38.261385+0000 mon.a (mon.0) 5096 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:39.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:39 smithi178 bash[75692]: audit 2024-03-21T13:09:38.263486+0000 mon.a (mon.0) 5097 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:39.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:39 smithi178 bash[75692]: audit 2024-03-21T13:09:38.265630+0000 mon.a (mon.0) 5098 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:39.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:39 smithi178 bash[75692]: audit 2024-03-21T13:09:38.266429+0000 mon.a (mon.0) 5099 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:39.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:39 smithi178 bash[75692]: audit 2024-03-21T13:09:38.274283+0000 mon.a (mon.0) 5100 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:39.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:39 smithi178 bash[75692]: audit 2024-03-21T13:09:38.351649+0000 mon.a (mon.0) 5101 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:39.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:39 smithi178 bash[75692]: audit 2024-03-21T13:09:38.354545+0000 mon.a (mon.0) 5102 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:39.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:39 smithi178 bash[75692]: audit 2024-03-21T13:09:38.357422+0000 mon.a (mon.0) 5103 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:39.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:39 smithi178 bash[75692]: audit 2024-03-21T13:09:38.358549+0000 mon.a (mon.0) 5104 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:39.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:39 smithi178 bash[75692]: audit 2024-03-21T13:09:38.369835+0000 mon.a (mon.0) 5105 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:39.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:39 smithi178 bash[75692]: audit 2024-03-21T13:09:38.454001+0000 mon.a (mon.0) 5106 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:39.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:39 smithi178 bash[75692]: audit 2024-03-21T13:09:38.457055+0000 mon.a (mon.0) 5107 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:39.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:39 smithi178 bash[75692]: audit 2024-03-21T13:09:38.460960+0000 mon.a (mon.0) 5108 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:39.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:39 smithi178 bash[75692]: audit 2024-03-21T13:09:38.462566+0000 mon.a (mon.0) 5109 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:39.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:39 smithi178 bash[75692]: audit 2024-03-21T13:09:38.474561+0000 mon.a (mon.0) 5110 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:39.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:39 smithi178 bash[75692]: audit 2024-03-21T13:09:38.555254+0000 mon.a (mon.0) 5111 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:39.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:39 smithi178 bash[75692]: audit 2024-03-21T13:09:38.558750+0000 mon.a (mon.0) 5112 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:39.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:39 smithi178 bash[75692]: audit 2024-03-21T13:09:38.563885+0000 mon.a (mon.0) 5113 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:39.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:39 smithi178 bash[75692]: audit 2024-03-21T13:09:38.565569+0000 mon.a (mon.0) 5114 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:39.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:39 smithi178 bash[75692]: audit 2024-03-21T13:09:38.577902+0000 mon.a (mon.0) 5115 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:39.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:39 smithi178 bash[75692]: audit 2024-03-21T13:09:38.659088+0000 mon.a (mon.0) 5116 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:39.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:39 smithi178 bash[77880]: audit 2024-03-21T13:09:38.263486+0000 mon.a (mon.0) 5097 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:39.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:39 smithi178 bash[77880]: audit 2024-03-21T13:09:38.265630+0000 mon.a (mon.0) 5098 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:39.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:39 smithi178 bash[77880]: audit 2024-03-21T13:09:38.266429+0000 mon.a (mon.0) 5099 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:39.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:39 smithi178 bash[77880]: audit 2024-03-21T13:09:38.274283+0000 mon.a (mon.0) 5100 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:39.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:39 smithi178 bash[77880]: audit 2024-03-21T13:09:38.351649+0000 mon.a (mon.0) 5101 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:39.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:39 smithi178 bash[77880]: audit 2024-03-21T13:09:38.354545+0000 mon.a (mon.0) 5102 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:39.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:39 smithi178 bash[77880]: audit 2024-03-21T13:09:38.357422+0000 mon.a (mon.0) 5103 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:39.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:39 smithi178 bash[77880]: audit 2024-03-21T13:09:38.358549+0000 mon.a (mon.0) 5104 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:39.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:39 smithi178 bash[77880]: audit 2024-03-21T13:09:38.369835+0000 mon.a (mon.0) 5105 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:39.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:39 smithi178 bash[77880]: audit 2024-03-21T13:09:38.454001+0000 mon.a (mon.0) 5106 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:39.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:39 smithi178 bash[77880]: audit 2024-03-21T13:09:38.457055+0000 mon.a (mon.0) 5107 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:39.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:39 smithi178 bash[77880]: audit 2024-03-21T13:09:38.460960+0000 mon.a (mon.0) 5108 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:39.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:39 smithi178 bash[77880]: audit 2024-03-21T13:09:38.462566+0000 mon.a (mon.0) 5109 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:39.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:39 smithi178 bash[77880]: audit 2024-03-21T13:09:38.474561+0000 mon.a (mon.0) 5110 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:39.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:39 smithi178 bash[77880]: audit 2024-03-21T13:09:38.555254+0000 mon.a (mon.0) 5111 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:39.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:39 smithi178 bash[77880]: audit 2024-03-21T13:09:38.558750+0000 mon.a (mon.0) 5112 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:39.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:39 smithi178 bash[77880]: audit 2024-03-21T13:09:38.563885+0000 mon.a (mon.0) 5113 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:39.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:39 smithi178 bash[77880]: audit 2024-03-21T13:09:38.565569+0000 mon.a (mon.0) 5114 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:39.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:39 smithi178 bash[77880]: audit 2024-03-21T13:09:38.577902+0000 mon.a (mon.0) 5115 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:39.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:39 smithi178 bash[77880]: audit 2024-03-21T13:09:38.659088+0000 mon.a (mon.0) 5116 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:39.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:39 smithi178 bash[75692]: audit 2024-03-21T13:09:38.662237+0000 mon.a (mon.0) 5117 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:39.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:39 smithi178 bash[75692]: audit 2024-03-21T13:09:38.671545+0000 mon.a (mon.0) 5118 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:39.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:39 smithi178 bash[75692]: audit 2024-03-21T13:09:38.673181+0000 mon.a (mon.0) 5119 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:39.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:39 smithi178 bash[75692]: audit 2024-03-21T13:09:38.684720+0000 mon.a (mon.0) 5120 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:39.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:39 smithi178 bash[75692]: cluster 2024-03-21T13:09:38.803164+0000 mon.a (mon.0) 5121 : cluster [WRN] Health check update: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-21T13:09:39.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:39 smithi178 bash[75692]: cluster 2024-03-21T13:09:38.803267+0000 mon.a (mon.0) 5122 : cluster [WRN] Health check update: Degraded data redundancy: 79/630 objects degraded (12.540%), 20 pgs degraded (PG_DEGRADED) 2024-03-21T13:09:39.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:39 smithi178 bash[75692]: audit 2024-03-21T13:09:39.058577+0000 mon.a (mon.0) 5123 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:39.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:39 smithi178 bash[75692]: audit 2024-03-21T13:09:39.062561+0000 mon.a (mon.0) 5124 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:39.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:39 smithi178 bash[75692]: audit 2024-03-21T13:09:39.066267+0000 mon.a (mon.0) 5125 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:39.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:39 smithi178 bash[75692]: audit 2024-03-21T13:09:39.067583+0000 mon.a (mon.0) 5126 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:39.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:39 smithi178 bash[75692]: audit 2024-03-21T13:09:39.077771+0000 mon.a (mon.0) 5127 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:39.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:39 smithi178 bash[75692]: audit 2024-03-21T13:09:39.162628+0000 mon.a (mon.0) 5128 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:39.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:39 smithi178 bash[75692]: audit 2024-03-21T13:09:39.165685+0000 mon.a (mon.0) 5129 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:39.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:39 smithi178 bash[75692]: audit 2024-03-21T13:09:39.168929+0000 mon.a (mon.0) 5130 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:39.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:39 smithi178 bash[75692]: audit 2024-03-21T13:09:39.170274+0000 mon.a (mon.0) 5131 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:39.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:39 smithi178 bash[75692]: audit 2024-03-21T13:09:39.181989+0000 mon.a (mon.0) 5132 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:39.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:39 smithi178 bash[77880]: audit 2024-03-21T13:09:38.662237+0000 mon.a (mon.0) 5117 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:39.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:39 smithi178 bash[77880]: audit 2024-03-21T13:09:38.671545+0000 mon.a (mon.0) 5118 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:39.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:39 smithi178 bash[77880]: audit 2024-03-21T13:09:38.673181+0000 mon.a (mon.0) 5119 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:39.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:39 smithi178 bash[77880]: audit 2024-03-21T13:09:38.684720+0000 mon.a (mon.0) 5120 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:39.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:39 smithi178 bash[77880]: cluster 2024-03-21T13:09:38.803164+0000 mon.a (mon.0) 5121 : cluster [WRN] Health check update: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-21T13:09:39.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:39 smithi178 bash[77880]: cluster 2024-03-21T13:09:38.803267+0000 mon.a (mon.0) 5122 : cluster [WRN] Health check update: Degraded data redundancy: 79/630 objects degraded (12.540%), 20 pgs degraded (PG_DEGRADED) 2024-03-21T13:09:39.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:39 smithi178 bash[77880]: audit 2024-03-21T13:09:39.058577+0000 mon.a (mon.0) 5123 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:39.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:39 smithi178 bash[77880]: audit 2024-03-21T13:09:39.062561+0000 mon.a (mon.0) 5124 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:39.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:39 smithi178 bash[77880]: audit 2024-03-21T13:09:39.066267+0000 mon.a (mon.0) 5125 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:39.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:39 smithi178 bash[77880]: audit 2024-03-21T13:09:39.067583+0000 mon.a (mon.0) 5126 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:39.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:39 smithi178 bash[77880]: audit 2024-03-21T13:09:39.077771+0000 mon.a (mon.0) 5127 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:39.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:39 smithi178 bash[77880]: audit 2024-03-21T13:09:39.162628+0000 mon.a (mon.0) 5128 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:39.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:39 smithi178 bash[77880]: audit 2024-03-21T13:09:39.165685+0000 mon.a (mon.0) 5129 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:39.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:39 smithi178 bash[77880]: audit 2024-03-21T13:09:39.168929+0000 mon.a (mon.0) 5130 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:39.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:39 smithi178 bash[77880]: audit 2024-03-21T13:09:39.170274+0000 mon.a (mon.0) 5131 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:39.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:39 smithi178 bash[77880]: audit 2024-03-21T13:09:39.181989+0000 mon.a (mon.0) 5132 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:39.564 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:39 smithi184 bash[59794]: cluster 2024-03-21T13:09:37.262396+0000 mgr.x (mgr.34104) 3440 : cluster [DBG] pgmap v2280: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:39.564 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:39 smithi184 bash[59794]: cluster 2024-03-21T13:09:37.262806+0000 mgr.x (mgr.34104) 3441 : cluster [DBG] pgmap v2281: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:39.564 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:39 smithi184 bash[59794]: cephadm 2024-03-21T13:09:37.269209+0000 mgr.x (mgr.34104) 3442 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:39.564 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:39 smithi184 bash[59794]: cluster 2024-03-21T13:09:37.358651+0000 mgr.x (mgr.34104) 3443 : cluster [DBG] pgmap v2282: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:39.564 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:39 smithi184 bash[59794]: cluster 2024-03-21T13:09:37.359045+0000 mgr.x (mgr.34104) 3444 : cluster [DBG] pgmap v2283: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:39.564 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:39 smithi184 bash[59794]: cephadm 2024-03-21T13:09:37.369173+0000 mgr.x (mgr.34104) 3445 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:39.564 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:39 smithi184 bash[59794]: cluster 2024-03-21T13:09:37.459341+0000 mgr.x (mgr.34104) 3446 : cluster [DBG] pgmap v2284: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:39.564 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:39 smithi184 bash[59794]: cluster 2024-03-21T13:09:37.459760+0000 mgr.x (mgr.34104) 3447 : cluster [DBG] pgmap v2285: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:39.564 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:39 smithi184 bash[59794]: cephadm 2024-03-21T13:09:37.469651+0000 mgr.x (mgr.34104) 3448 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:39.565 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:39 smithi184 bash[59794]: cluster 2024-03-21T13:09:37.561591+0000 mgr.x (mgr.34104) 3449 : cluster [DBG] pgmap v2286: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:39.565 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:39 smithi184 bash[59794]: cluster 2024-03-21T13:09:37.562335+0000 mgr.x (mgr.34104) 3450 : cluster [DBG] pgmap v2287: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:39.565 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:39 smithi184 bash[59794]: cephadm 2024-03-21T13:09:37.571896+0000 mgr.x (mgr.34104) 3451 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:39.565 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:39 smithi184 bash[59794]: cluster 2024-03-21T13:09:37.664633+0000 mgr.x (mgr.34104) 3452 : cluster [DBG] pgmap v2288: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:39.565 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:39 smithi184 bash[59794]: cluster 2024-03-21T13:09:37.665067+0000 mgr.x (mgr.34104) 3453 : cluster [DBG] pgmap v2289: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:39.565 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:39 smithi184 bash[59794]: cephadm 2024-03-21T13:09:37.675165+0000 mgr.x (mgr.34104) 3454 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:39.565 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:39 smithi184 bash[59794]: cluster 2024-03-21T13:09:37.765203+0000 mgr.x (mgr.34104) 3455 : cluster [DBG] pgmap v2290: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:39.566 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:39 smithi184 bash[59794]: cluster 2024-03-21T13:09:37.765947+0000 mgr.x (mgr.34104) 3456 : cluster [DBG] pgmap v2291: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:39.566 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:39 smithi184 bash[59794]: cephadm 2024-03-21T13:09:37.774019+0000 mgr.x (mgr.34104) 3457 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:39.566 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:39 smithi184 bash[59794]: cluster 2024-03-21T13:09:37.864598+0000 mgr.x (mgr.34104) 3458 : cluster [DBG] pgmap v2292: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:39.566 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:39 smithi184 bash[59794]: cluster 2024-03-21T13:09:37.865371+0000 mgr.x (mgr.34104) 3459 : cluster [DBG] pgmap v2293: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:39.566 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:39 smithi184 bash[59794]: cephadm 2024-03-21T13:09:37.876790+0000 mgr.x (mgr.34104) 3460 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:39.566 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:39 smithi184 bash[59794]: cluster 2024-03-21T13:09:37.966943+0000 mgr.x (mgr.34104) 3461 : cluster [DBG] pgmap v2294: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:39.566 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:39 smithi184 bash[59794]: cluster 2024-03-21T13:09:37.967540+0000 mgr.x (mgr.34104) 3462 : cluster [DBG] pgmap v2295: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:39.566 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:39 smithi184 bash[59794]: cephadm 2024-03-21T13:09:37.977539+0000 mgr.x (mgr.34104) 3463 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:39.566 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:39 smithi184 bash[59794]: cluster 2024-03-21T13:09:38.070240+0000 mgr.x (mgr.34104) 3464 : cluster [DBG] pgmap v2296: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:39.566 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:39 smithi184 bash[59794]: cluster 2024-03-21T13:09:38.071033+0000 mgr.x (mgr.34104) 3465 : cluster [DBG] pgmap v2297: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:39.566 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:39 smithi184 bash[59794]: cephadm 2024-03-21T13:09:38.078855+0000 mgr.x (mgr.34104) 3466 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:39.566 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:39 smithi184 bash[59794]: cluster 2024-03-21T13:09:38.172131+0000 mgr.x (mgr.34104) 3467 : cluster [DBG] pgmap v2298: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:39.567 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:39 smithi184 bash[59794]: cluster 2024-03-21T13:09:38.172579+0000 mgr.x (mgr.34104) 3468 : cluster [DBG] pgmap v2299: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:39.567 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:39 smithi184 bash[59794]: cephadm 2024-03-21T13:09:38.182537+0000 mgr.x (mgr.34104) 3469 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:39.567 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:39 smithi184 bash[59794]: audit 2024-03-21T13:09:38.261385+0000 mon.a (mon.0) 5096 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:39.567 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:39 smithi184 bash[59794]: audit 2024-03-21T13:09:38.263486+0000 mon.a (mon.0) 5097 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:39.567 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:39 smithi184 bash[59794]: audit 2024-03-21T13:09:38.265630+0000 mon.a (mon.0) 5098 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:39.567 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:39 smithi184 bash[59794]: audit 2024-03-21T13:09:38.266429+0000 mon.a (mon.0) 5099 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:39.567 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:39 smithi184 bash[59794]: audit 2024-03-21T13:09:38.274283+0000 mon.a (mon.0) 5100 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:39.567 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:39 smithi184 bash[59794]: audit 2024-03-21T13:09:38.351649+0000 mon.a (mon.0) 5101 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:39.567 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:39 smithi184 bash[59794]: audit 2024-03-21T13:09:38.354545+0000 mon.a (mon.0) 5102 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:39.567 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:39 smithi184 bash[59794]: audit 2024-03-21T13:09:38.357422+0000 mon.a (mon.0) 5103 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:39.567 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:39 smithi184 bash[59794]: audit 2024-03-21T13:09:38.358549+0000 mon.a (mon.0) 5104 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:39.567 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:39 smithi184 bash[59794]: audit 2024-03-21T13:09:38.369835+0000 mon.a (mon.0) 5105 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:39.567 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:39 smithi184 bash[59794]: audit 2024-03-21T13:09:38.454001+0000 mon.a (mon.0) 5106 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:39.568 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:39 smithi184 bash[59794]: audit 2024-03-21T13:09:38.457055+0000 mon.a (mon.0) 5107 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:39.568 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:39 smithi184 bash[59794]: audit 2024-03-21T13:09:38.460960+0000 mon.a (mon.0) 5108 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:39.568 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:39 smithi184 bash[59794]: audit 2024-03-21T13:09:38.462566+0000 mon.a (mon.0) 5109 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:39.568 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:39 smithi184 bash[59794]: audit 2024-03-21T13:09:38.474561+0000 mon.a (mon.0) 5110 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:39.568 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:39 smithi184 bash[59794]: audit 2024-03-21T13:09:38.555254+0000 mon.a (mon.0) 5111 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:39.568 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:39 smithi184 bash[59794]: audit 2024-03-21T13:09:38.558750+0000 mon.a (mon.0) 5112 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:39.568 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:39 smithi184 bash[59794]: audit 2024-03-21T13:09:38.563885+0000 mon.a (mon.0) 5113 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:39.568 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:39 smithi184 bash[59794]: audit 2024-03-21T13:09:38.565569+0000 mon.a (mon.0) 5114 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:39.569 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:39 smithi184 bash[59794]: audit 2024-03-21T13:09:38.577902+0000 mon.a (mon.0) 5115 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:39.569 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:39 smithi184 bash[59794]: audit 2024-03-21T13:09:38.659088+0000 mon.a (mon.0) 5116 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:39.569 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:39 smithi184 bash[59794]: audit 2024-03-21T13:09:38.662237+0000 mon.a (mon.0) 5117 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:39.569 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:39 smithi184 bash[59794]: audit 2024-03-21T13:09:38.671545+0000 mon.a (mon.0) 5118 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:39.569 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:39 smithi184 bash[59794]: audit 2024-03-21T13:09:38.673181+0000 mon.a (mon.0) 5119 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:39.569 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:39 smithi184 bash[59794]: audit 2024-03-21T13:09:38.684720+0000 mon.a (mon.0) 5120 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:39.569 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:39 smithi184 bash[59794]: cluster 2024-03-21T13:09:38.803164+0000 mon.a (mon.0) 5121 : cluster [WRN] Health check update: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-21T13:09:39.569 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:39 smithi184 bash[59794]: cluster 2024-03-21T13:09:38.803267+0000 mon.a (mon.0) 5122 : cluster [WRN] Health check update: Degraded data redundancy: 79/630 objects degraded (12.540%), 20 pgs degraded (PG_DEGRADED) 2024-03-21T13:09:39.569 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:39 smithi184 bash[59794]: audit 2024-03-21T13:09:39.058577+0000 mon.a (mon.0) 5123 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:39.569 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:39 smithi184 bash[59794]: audit 2024-03-21T13:09:39.062561+0000 mon.a (mon.0) 5124 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:39.569 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:39 smithi184 bash[59794]: audit 2024-03-21T13:09:39.066267+0000 mon.a (mon.0) 5125 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:39.569 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:39 smithi184 bash[59794]: audit 2024-03-21T13:09:39.067583+0000 mon.a (mon.0) 5126 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:39.570 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:39 smithi184 bash[59794]: audit 2024-03-21T13:09:39.077771+0000 mon.a (mon.0) 5127 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:39.570 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:39 smithi184 bash[59794]: audit 2024-03-21T13:09:39.162628+0000 mon.a (mon.0) 5128 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:39.570 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:39 smithi184 bash[59794]: audit 2024-03-21T13:09:39.165685+0000 mon.a (mon.0) 5129 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:39.570 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:39 smithi184 bash[59794]: audit 2024-03-21T13:09:39.168929+0000 mon.a (mon.0) 5130 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:39.570 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:39 smithi184 bash[59794]: audit 2024-03-21T13:09:39.170274+0000 mon.a (mon.0) 5131 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:39.570 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:39 smithi184 bash[59794]: audit 2024-03-21T13:09:39.181989+0000 mon.a (mon.0) 5132 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:39.823 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:09:39 smithi184 bash[73094]: debug 2024-03-21T13:09:39.660+0000 7ff8fc8eb700 1 -- 172.21.15.184:0/3001036906 <== mon.2 v2:172.21.15.184:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x558e364eb680 con 0x558e36528800 2024-03-21T13:09:40.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:40 smithi178 bash[75692]: cluster 2024-03-21T13:09:38.268754+0000 mgr.x (mgr.34104) 3470 : cluster [DBG] pgmap v2300: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:40.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:40 smithi178 bash[75692]: cluster 2024-03-21T13:09:38.269277+0000 mgr.x (mgr.34104) 3471 : cluster [DBG] pgmap v2301: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:40.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:40 smithi178 bash[75692]: cephadm 2024-03-21T13:09:38.275548+0000 mgr.x (mgr.34104) 3472 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:40.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:40 smithi178 bash[75692]: cluster 2024-03-21T13:09:38.361446+0000 mgr.x (mgr.34104) 3473 : cluster [DBG] pgmap v2302: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:40.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:40 smithi178 bash[75692]: cluster 2024-03-21T13:09:38.362011+0000 mgr.x (mgr.34104) 3474 : cluster [DBG] pgmap v2303: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:40.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:40 smithi178 bash[75692]: cephadm 2024-03-21T13:09:38.371179+0000 mgr.x (mgr.34104) 3475 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:40.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:40 smithi178 bash[75692]: cluster 2024-03-21T13:09:38.465858+0000 mgr.x (mgr.34104) 3476 : cluster [DBG] pgmap v2304: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:40.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:40 smithi178 bash[75692]: cluster 2024-03-21T13:09:38.466411+0000 mgr.x (mgr.34104) 3477 : cluster [DBG] pgmap v2305: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:40.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:40 smithi178 bash[75692]: cephadm 2024-03-21T13:09:38.475981+0000 mgr.x (mgr.34104) 3478 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:40.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:40 smithi178 bash[75692]: cluster 2024-03-21T13:09:38.569303+0000 mgr.x (mgr.34104) 3479 : cluster [DBG] pgmap v2306: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:40.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:40 smithi178 bash[75692]: cluster 2024-03-21T13:09:38.570070+0000 mgr.x (mgr.34104) 3480 : cluster [DBG] pgmap v2307: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:40.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:40 smithi178 bash[75692]: cephadm 2024-03-21T13:09:38.579433+0000 mgr.x (mgr.34104) 3481 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:40.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:40 smithi178 bash[75692]: cluster 2024-03-21T13:09:38.676780+0000 mgr.x (mgr.34104) 3482 : cluster [DBG] pgmap v2308: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:40.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:40 smithi178 bash[75692]: cluster 2024-03-21T13:09:38.677624+0000 mgr.x (mgr.34104) 3483 : cluster [DBG] pgmap v2309: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:40.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:40 smithi178 bash[75692]: cephadm 2024-03-21T13:09:38.686109+0000 mgr.x (mgr.34104) 3484 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:40.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:40 smithi178 bash[77880]: cluster 2024-03-21T13:09:38.268754+0000 mgr.x (mgr.34104) 3470 : cluster [DBG] pgmap v2300: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:40.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:40 smithi178 bash[77880]: cluster 2024-03-21T13:09:38.269277+0000 mgr.x (mgr.34104) 3471 : cluster [DBG] pgmap v2301: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:40.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:40 smithi178 bash[77880]: cephadm 2024-03-21T13:09:38.275548+0000 mgr.x (mgr.34104) 3472 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:40.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:40 smithi178 bash[77880]: cluster 2024-03-21T13:09:38.361446+0000 mgr.x (mgr.34104) 3473 : cluster [DBG] pgmap v2302: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:40.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:40 smithi178 bash[77880]: cluster 2024-03-21T13:09:38.362011+0000 mgr.x (mgr.34104) 3474 : cluster [DBG] pgmap v2303: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:40.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:40 smithi178 bash[77880]: cephadm 2024-03-21T13:09:38.371179+0000 mgr.x (mgr.34104) 3475 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:40.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:40 smithi178 bash[77880]: cluster 2024-03-21T13:09:38.465858+0000 mgr.x (mgr.34104) 3476 : cluster [DBG] pgmap v2304: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:40.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:40 smithi178 bash[77880]: cluster 2024-03-21T13:09:38.466411+0000 mgr.x (mgr.34104) 3477 : cluster [DBG] pgmap v2305: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:40.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:40 smithi178 bash[77880]: cephadm 2024-03-21T13:09:38.475981+0000 mgr.x (mgr.34104) 3478 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:40.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:40 smithi178 bash[77880]: cluster 2024-03-21T13:09:38.569303+0000 mgr.x (mgr.34104) 3479 : cluster [DBG] pgmap v2306: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:40.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:40 smithi178 bash[77880]: cluster 2024-03-21T13:09:38.570070+0000 mgr.x (mgr.34104) 3480 : cluster [DBG] pgmap v2307: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:40.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:40 smithi178 bash[77880]: cephadm 2024-03-21T13:09:38.579433+0000 mgr.x (mgr.34104) 3481 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:40.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:40 smithi178 bash[77880]: cluster 2024-03-21T13:09:38.676780+0000 mgr.x (mgr.34104) 3482 : cluster [DBG] pgmap v2308: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:40.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:40 smithi178 bash[77880]: cluster 2024-03-21T13:09:38.677624+0000 mgr.x (mgr.34104) 3483 : cluster [DBG] pgmap v2309: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:40.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:40 smithi178 bash[77880]: cephadm 2024-03-21T13:09:38.686109+0000 mgr.x (mgr.34104) 3484 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:40.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:40 smithi178 bash[75692]: cluster 2024-03-21T13:09:39.070181+0000 mgr.x (mgr.34104) 3485 : cluster [DBG] pgmap v2310: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 8.3 KiB/s rd, 8 op/s; 79/630 objects degraded (12.540%) 2024-03-21T13:09:40.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:40 smithi178 bash[75692]: cluster 2024-03-21T13:09:39.070491+0000 mgr.x (mgr.34104) 3486 : cluster [DBG] pgmap v2311: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 8.3 KiB/s rd, 8 op/s; 79/630 objects degraded (12.540%) 2024-03-21T13:09:40.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:40 smithi178 bash[75692]: cephadm 2024-03-21T13:09:39.079186+0000 mgr.x (mgr.34104) 3487 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:40.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:40 smithi178 bash[75692]: cluster 2024-03-21T13:09:39.173652+0000 mgr.x (mgr.34104) 3488 : cluster [DBG] pgmap v2312: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 8.3 KiB/s rd, 8 op/s; 79/630 objects degraded (12.540%) 2024-03-21T13:09:40.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:40 smithi178 bash[75692]: cluster 2024-03-21T13:09:39.174601+0000 mgr.x (mgr.34104) 3489 : cluster [DBG] pgmap v2313: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 8.3 KiB/s rd, 8 op/s; 79/630 objects degraded (12.540%) 2024-03-21T13:09:40.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:40 smithi178 bash[75692]: cephadm 2024-03-21T13:09:39.183598+0000 mgr.x (mgr.34104) 3490 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:40.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:40 smithi178 bash[75692]: audit 2024-03-21T13:09:39.259936+0000 mon.a (mon.0) 5133 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:40.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:40 smithi178 bash[75692]: audit 2024-03-21T13:09:39.262610+0000 mon.a (mon.0) 5134 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:40.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:40 smithi178 bash[75692]: audit 2024-03-21T13:09:39.264893+0000 mon.a (mon.0) 5135 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:40.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:40 smithi178 bash[75692]: audit 2024-03-21T13:09:39.265892+0000 mon.a (mon.0) 5136 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:40.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:40 smithi178 bash[75692]: audit 2024-03-21T13:09:39.273155+0000 mon.a (mon.0) 5137 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:40.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:40 smithi178 bash[75692]: audit 2024-03-21T13:09:39.354730+0000 mon.a (mon.0) 5138 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:40.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:40 smithi178 bash[75692]: audit 2024-03-21T13:09:39.357989+0000 mon.a (mon.0) 5139 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:40.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:40 smithi178 bash[75692]: audit 2024-03-21T13:09:39.361864+0000 mon.a (mon.0) 5140 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:40.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:40 smithi178 bash[75692]: audit 2024-03-21T13:09:39.363887+0000 mon.a (mon.0) 5141 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:40.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:40 smithi178 bash[75692]: audit 2024-03-21T13:09:39.376493+0000 mon.a (mon.0) 5142 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:40.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:40 smithi178 bash[75692]: audit 2024-03-21T13:09:39.457417+0000 mon.a (mon.0) 5143 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:40.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:40 smithi178 bash[75692]: audit 2024-03-21T13:09:39.460683+0000 mon.a (mon.0) 5144 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:40.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:40 smithi178 bash[75692]: audit 2024-03-21T13:09:39.464585+0000 mon.a (mon.0) 5145 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:40.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:40 smithi178 bash[75692]: audit 2024-03-21T13:09:39.466138+0000 mon.a (mon.0) 5146 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:40.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:40 smithi178 bash[75692]: audit 2024-03-21T13:09:39.477801+0000 mon.a (mon.0) 5147 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:40.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:40 smithi178 bash[75692]: audit 2024-03-21T13:09:39.562522+0000 mon.a (mon.0) 5148 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:40.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:40 smithi178 bash[75692]: audit 2024-03-21T13:09:39.566520+0000 mon.a (mon.0) 5149 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:40.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:40 smithi178 bash[75692]: audit 2024-03-21T13:09:39.570166+0000 mon.a (mon.0) 5150 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:40.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:40 smithi178 bash[75692]: audit 2024-03-21T13:09:39.571528+0000 mon.a (mon.0) 5151 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:40.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:40 smithi178 bash[75692]: audit 2024-03-21T13:09:39.583354+0000 mon.a (mon.0) 5152 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:40.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:40 smithi178 bash[75692]: audit 2024-03-21T13:09:39.663752+0000 mon.a (mon.0) 5153 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:40.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:40 smithi178 bash[75692]: audit 2024-03-21T13:09:39.667124+0000 mon.a (mon.0) 5154 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:40.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:40 smithi178 bash[75692]: audit 2024-03-21T13:09:39.670984+0000 mon.a (mon.0) 5155 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:40.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:40 smithi178 bash[75692]: audit 2024-03-21T13:09:39.672511+0000 mon.a (mon.0) 5156 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:40.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:40 smithi178 bash[75692]: audit 2024-03-21T13:09:39.684133+0000 mon.a (mon.0) 5157 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:40.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:40 smithi178 bash[75692]: audit 2024-03-21T13:09:39.762883+0000 mon.a (mon.0) 5158 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:40.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:40 smithi178 bash[75692]: audit 2024-03-21T13:09:39.766011+0000 mon.a (mon.0) 5159 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:40.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:40 smithi178 bash[75692]: audit 2024-03-21T13:09:39.769527+0000 mon.a (mon.0) 5160 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:40.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:40 smithi178 bash[75692]: audit 2024-03-21T13:09:39.771142+0000 mon.a (mon.0) 5161 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:40.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:40 smithi178 bash[75692]: audit 2024-03-21T13:09:39.783976+0000 mon.a (mon.0) 5162 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:40.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:40 smithi178 bash[75692]: audit 2024-03-21T13:09:39.850754+0000 mon.a (mon.0) 5163 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:40.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:40 smithi178 bash[77880]: cluster 2024-03-21T13:09:39.070181+0000 mgr.x (mgr.34104) 3485 : cluster [DBG] pgmap v2310: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 8.3 KiB/s rd, 8 op/s; 79/630 objects degraded (12.540%) 2024-03-21T13:09:40.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:40 smithi178 bash[77880]: cluster 2024-03-21T13:09:39.070491+0000 mgr.x (mgr.34104) 3486 : cluster [DBG] pgmap v2311: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 8.3 KiB/s rd, 8 op/s; 79/630 objects degraded (12.540%) 2024-03-21T13:09:40.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:40 smithi178 bash[77880]: cephadm 2024-03-21T13:09:39.079186+0000 mgr.x (mgr.34104) 3487 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:40.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:40 smithi178 bash[77880]: cluster 2024-03-21T13:09:39.173652+0000 mgr.x (mgr.34104) 3488 : cluster [DBG] pgmap v2312: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 8.3 KiB/s rd, 8 op/s; 79/630 objects degraded (12.540%) 2024-03-21T13:09:40.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:40 smithi178 bash[77880]: cluster 2024-03-21T13:09:39.174601+0000 mgr.x (mgr.34104) 3489 : cluster [DBG] pgmap v2313: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 8.3 KiB/s rd, 8 op/s; 79/630 objects degraded (12.540%) 2024-03-21T13:09:40.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:40 smithi178 bash[77880]: cephadm 2024-03-21T13:09:39.183598+0000 mgr.x (mgr.34104) 3490 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:40.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:40 smithi178 bash[77880]: audit 2024-03-21T13:09:39.259936+0000 mon.a (mon.0) 5133 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:40.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:40 smithi178 bash[77880]: audit 2024-03-21T13:09:39.262610+0000 mon.a (mon.0) 5134 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:40.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:40 smithi178 bash[77880]: audit 2024-03-21T13:09:39.264893+0000 mon.a (mon.0) 5135 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:40.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:40 smithi178 bash[77880]: audit 2024-03-21T13:09:39.265892+0000 mon.a (mon.0) 5136 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:40.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:40 smithi178 bash[77880]: audit 2024-03-21T13:09:39.273155+0000 mon.a (mon.0) 5137 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:40.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:40 smithi178 bash[77880]: audit 2024-03-21T13:09:39.354730+0000 mon.a (mon.0) 5138 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:40.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:40 smithi178 bash[77880]: audit 2024-03-21T13:09:39.357989+0000 mon.a (mon.0) 5139 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:40.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:40 smithi178 bash[77880]: audit 2024-03-21T13:09:39.361864+0000 mon.a (mon.0) 5140 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:40.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:40 smithi178 bash[77880]: audit 2024-03-21T13:09:39.363887+0000 mon.a (mon.0) 5141 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:40.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:40 smithi178 bash[77880]: audit 2024-03-21T13:09:39.376493+0000 mon.a (mon.0) 5142 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:40.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:40 smithi178 bash[77880]: audit 2024-03-21T13:09:39.457417+0000 mon.a (mon.0) 5143 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:40.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:40 smithi178 bash[77880]: audit 2024-03-21T13:09:39.460683+0000 mon.a (mon.0) 5144 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:40.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:40 smithi178 bash[75692]: audit 2024-03-21T13:09:39.853774+0000 mon.a (mon.0) 5164 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:40.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:40 smithi178 bash[75692]: audit 2024-03-21T13:09:39.859214+0000 mon.a (mon.0) 5165 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:40.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:40 smithi178 bash[75692]: audit 2024-03-21T13:09:39.861571+0000 mon.a (mon.0) 5166 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:40.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:40 smithi178 bash[75692]: audit 2024-03-21T13:09:39.875669+0000 mon.a (mon.0) 5167 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:40.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:40 smithi178 bash[75692]: audit 2024-03-21T13:09:39.958926+0000 mon.a (mon.0) 5168 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:40.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:40 smithi178 bash[75692]: audit 2024-03-21T13:09:39.962045+0000 mon.a (mon.0) 5169 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:40.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:40 smithi178 bash[75692]: audit 2024-03-21T13:09:39.965894+0000 mon.a (mon.0) 5170 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:40.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:40 smithi178 bash[75692]: audit 2024-03-21T13:09:39.967895+0000 mon.a (mon.0) 5171 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:40.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:40 smithi178 bash[75692]: audit 2024-03-21T13:09:39.980881+0000 mon.a (mon.0) 5172 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:40.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:40 smithi178 bash[75692]: audit 2024-03-21T13:09:40.061477+0000 mon.a (mon.0) 5173 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:40.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:40 smithi178 bash[75692]: audit 2024-03-21T13:09:40.064854+0000 mon.a (mon.0) 5174 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:40.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:40 smithi178 bash[75692]: audit 2024-03-21T13:09:40.068540+0000 mon.a (mon.0) 5175 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:40.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:40 smithi178 bash[75692]: audit 2024-03-21T13:09:40.070045+0000 mon.a (mon.0) 5176 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:40.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:40 smithi178 bash[75692]: audit 2024-03-21T13:09:40.081756+0000 mon.a (mon.0) 5177 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:40.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:40 smithi178 bash[75692]: audit 2024-03-21T13:09:40.165961+0000 mon.a (mon.0) 5178 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:40.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:40 smithi178 bash[75692]: audit 2024-03-21T13:09:40.169245+0000 mon.a (mon.0) 5179 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:40.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:40 smithi178 bash[75692]: audit 2024-03-21T13:09:40.173180+0000 mon.a (mon.0) 5180 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:40.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:40 smithi178 bash[75692]: audit 2024-03-21T13:09:40.175131+0000 mon.a (mon.0) 5181 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:40.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:40 smithi178 bash[75692]: audit 2024-03-21T13:09:40.187831+0000 mon.a (mon.0) 5182 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:40.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:40 smithi178 bash[77880]: audit 2024-03-21T13:09:39.464585+0000 mon.a (mon.0) 5145 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:40.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:40 smithi178 bash[77880]: audit 2024-03-21T13:09:39.466138+0000 mon.a (mon.0) 5146 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:40.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:40 smithi178 bash[77880]: audit 2024-03-21T13:09:39.477801+0000 mon.a (mon.0) 5147 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:40.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:40 smithi178 bash[77880]: audit 2024-03-21T13:09:39.562522+0000 mon.a (mon.0) 5148 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:40.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:40 smithi178 bash[77880]: audit 2024-03-21T13:09:39.566520+0000 mon.a (mon.0) 5149 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:40.563 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:40 smithi178 bash[77880]: audit 2024-03-21T13:09:39.570166+0000 mon.a (mon.0) 5150 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:40.563 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:40 smithi178 bash[77880]: audit 2024-03-21T13:09:39.571528+0000 mon.a (mon.0) 5151 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:40.563 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:40 smithi178 bash[77880]: audit 2024-03-21T13:09:39.583354+0000 mon.a (mon.0) 5152 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:40.563 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:40 smithi178 bash[77880]: audit 2024-03-21T13:09:39.663752+0000 mon.a (mon.0) 5153 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:40.563 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:40 smithi178 bash[77880]: audit 2024-03-21T13:09:39.667124+0000 mon.a (mon.0) 5154 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:40.563 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:40 smithi178 bash[77880]: audit 2024-03-21T13:09:39.670984+0000 mon.a (mon.0) 5155 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:40.563 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:40 smithi178 bash[77880]: audit 2024-03-21T13:09:39.672511+0000 mon.a (mon.0) 5156 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:40.563 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:40 smithi178 bash[77880]: audit 2024-03-21T13:09:39.684133+0000 mon.a (mon.0) 5157 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:40.563 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:40 smithi178 bash[77880]: audit 2024-03-21T13:09:39.762883+0000 mon.a (mon.0) 5158 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:40.563 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:40 smithi178 bash[77880]: audit 2024-03-21T13:09:39.766011+0000 mon.a (mon.0) 5159 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:40.564 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:40 smithi178 bash[77880]: audit 2024-03-21T13:09:39.769527+0000 mon.a (mon.0) 5160 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:40.564 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:40 smithi178 bash[77880]: audit 2024-03-21T13:09:39.771142+0000 mon.a (mon.0) 5161 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:40.564 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:40 smithi178 bash[77880]: audit 2024-03-21T13:09:39.783976+0000 mon.a (mon.0) 5162 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:40.564 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:40 smithi178 bash[77880]: audit 2024-03-21T13:09:39.850754+0000 mon.a (mon.0) 5163 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:40.564 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:40 smithi178 bash[77880]: audit 2024-03-21T13:09:39.853774+0000 mon.a (mon.0) 5164 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:40.564 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:40 smithi178 bash[77880]: audit 2024-03-21T13:09:39.859214+0000 mon.a (mon.0) 5165 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:40.565 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:40 smithi178 bash[77880]: audit 2024-03-21T13:09:39.861571+0000 mon.a (mon.0) 5166 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:40.565 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:40 smithi178 bash[77880]: audit 2024-03-21T13:09:39.875669+0000 mon.a (mon.0) 5167 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:40.565 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:40 smithi178 bash[77880]: audit 2024-03-21T13:09:39.958926+0000 mon.a (mon.0) 5168 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:40.565 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:40 smithi178 bash[77880]: audit 2024-03-21T13:09:39.962045+0000 mon.a (mon.0) 5169 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:40.565 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:40 smithi178 bash[77880]: audit 2024-03-21T13:09:39.965894+0000 mon.a (mon.0) 5170 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:40.565 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:40 smithi178 bash[77880]: audit 2024-03-21T13:09:39.967895+0000 mon.a (mon.0) 5171 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:40.565 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:40 smithi178 bash[77880]: audit 2024-03-21T13:09:39.980881+0000 mon.a (mon.0) 5172 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:40.566 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:40 smithi178 bash[77880]: audit 2024-03-21T13:09:40.061477+0000 mon.a (mon.0) 5173 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:40.566 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:40 smithi178 bash[77880]: audit 2024-03-21T13:09:40.064854+0000 mon.a (mon.0) 5174 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:40.566 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:40 smithi178 bash[77880]: audit 2024-03-21T13:09:40.068540+0000 mon.a (mon.0) 5175 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:40.566 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:40 smithi178 bash[77880]: audit 2024-03-21T13:09:40.070045+0000 mon.a (mon.0) 5176 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:40.566 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:40 smithi178 bash[77880]: audit 2024-03-21T13:09:40.081756+0000 mon.a (mon.0) 5177 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:40.566 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:40 smithi178 bash[77880]: audit 2024-03-21T13:09:40.165961+0000 mon.a (mon.0) 5178 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:40.567 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:40 smithi178 bash[77880]: audit 2024-03-21T13:09:40.169245+0000 mon.a (mon.0) 5179 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:40.567 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:40 smithi178 bash[77880]: audit 2024-03-21T13:09:40.173180+0000 mon.a (mon.0) 5180 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:40.567 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:40 smithi178 bash[77880]: audit 2024-03-21T13:09:40.175131+0000 mon.a (mon.0) 5181 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:40.567 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:40 smithi178 bash[77880]: audit 2024-03-21T13:09:40.187831+0000 mon.a (mon.0) 5182 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:40.575 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:09:40 smithi184 bash[73094]: debug 2024-03-21T13:09:40.220+0000 7ff905a837c0 -1 Falling back to public interface 2024-03-21T13:09:40.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:40 smithi184 bash[59794]: cluster 2024-03-21T13:09:38.268754+0000 mgr.x (mgr.34104) 3470 : cluster [DBG] pgmap v2300: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:40.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:40 smithi184 bash[59794]: cluster 2024-03-21T13:09:38.269277+0000 mgr.x (mgr.34104) 3471 : cluster [DBG] pgmap v2301: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:40.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:40 smithi184 bash[59794]: cephadm 2024-03-21T13:09:38.275548+0000 mgr.x (mgr.34104) 3472 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:40.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:40 smithi184 bash[59794]: cluster 2024-03-21T13:09:38.361446+0000 mgr.x (mgr.34104) 3473 : cluster [DBG] pgmap v2302: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:40.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:40 smithi184 bash[59794]: cluster 2024-03-21T13:09:38.362011+0000 mgr.x (mgr.34104) 3474 : cluster [DBG] pgmap v2303: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:40.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:40 smithi184 bash[59794]: cephadm 2024-03-21T13:09:38.371179+0000 mgr.x (mgr.34104) 3475 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:40.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:40 smithi184 bash[59794]: cluster 2024-03-21T13:09:38.465858+0000 mgr.x (mgr.34104) 3476 : cluster [DBG] pgmap v2304: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:40.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:40 smithi184 bash[59794]: cluster 2024-03-21T13:09:38.466411+0000 mgr.x (mgr.34104) 3477 : cluster [DBG] pgmap v2305: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:40.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:40 smithi184 bash[59794]: cephadm 2024-03-21T13:09:38.475981+0000 mgr.x (mgr.34104) 3478 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:40.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:40 smithi184 bash[59794]: cluster 2024-03-21T13:09:38.569303+0000 mgr.x (mgr.34104) 3479 : cluster [DBG] pgmap v2306: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:40.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:40 smithi184 bash[59794]: cluster 2024-03-21T13:09:38.570070+0000 mgr.x (mgr.34104) 3480 : cluster [DBG] pgmap v2307: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:40.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:40 smithi184 bash[59794]: cephadm 2024-03-21T13:09:38.579433+0000 mgr.x (mgr.34104) 3481 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:40.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:40 smithi184 bash[59794]: cluster 2024-03-21T13:09:38.676780+0000 mgr.x (mgr.34104) 3482 : cluster [DBG] pgmap v2308: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:40.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:40 smithi184 bash[59794]: cluster 2024-03-21T13:09:38.677624+0000 mgr.x (mgr.34104) 3483 : cluster [DBG] pgmap v2309: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:40.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:40 smithi184 bash[59794]: cephadm 2024-03-21T13:09:38.686109+0000 mgr.x (mgr.34104) 3484 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:40.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:40 smithi184 bash[59794]: cluster 2024-03-21T13:09:39.070181+0000 mgr.x (mgr.34104) 3485 : cluster [DBG] pgmap v2310: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 8.3 KiB/s rd, 8 op/s; 79/630 objects degraded (12.540%) 2024-03-21T13:09:40.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:40 smithi184 bash[59794]: cluster 2024-03-21T13:09:39.070491+0000 mgr.x (mgr.34104) 3486 : cluster [DBG] pgmap v2311: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 8.3 KiB/s rd, 8 op/s; 79/630 objects degraded (12.540%) 2024-03-21T13:09:40.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:40 smithi184 bash[59794]: cephadm 2024-03-21T13:09:39.079186+0000 mgr.x (mgr.34104) 3487 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:40.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:40 smithi184 bash[59794]: cluster 2024-03-21T13:09:39.173652+0000 mgr.x (mgr.34104) 3488 : cluster [DBG] pgmap v2312: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 8.3 KiB/s rd, 8 op/s; 79/630 objects degraded (12.540%) 2024-03-21T13:09:40.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:40 smithi184 bash[59794]: cluster 2024-03-21T13:09:39.174601+0000 mgr.x (mgr.34104) 3489 : cluster [DBG] pgmap v2313: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 8.3 KiB/s rd, 8 op/s; 79/630 objects degraded (12.540%) 2024-03-21T13:09:40.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:40 smithi184 bash[59794]: cephadm 2024-03-21T13:09:39.183598+0000 mgr.x (mgr.34104) 3490 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:40.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:40 smithi184 bash[59794]: audit 2024-03-21T13:09:39.259936+0000 mon.a (mon.0) 5133 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:40.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:40 smithi184 bash[59794]: audit 2024-03-21T13:09:39.262610+0000 mon.a (mon.0) 5134 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:40.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:40 smithi184 bash[59794]: audit 2024-03-21T13:09:39.264893+0000 mon.a (mon.0) 5135 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:40.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:40 smithi184 bash[59794]: audit 2024-03-21T13:09:39.265892+0000 mon.a (mon.0) 5136 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:40.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:40 smithi184 bash[59794]: audit 2024-03-21T13:09:39.273155+0000 mon.a (mon.0) 5137 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:40.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:40 smithi184 bash[59794]: audit 2024-03-21T13:09:39.354730+0000 mon.a (mon.0) 5138 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:40.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:40 smithi184 bash[59794]: audit 2024-03-21T13:09:39.357989+0000 mon.a (mon.0) 5139 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:40.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:40 smithi184 bash[59794]: audit 2024-03-21T13:09:39.361864+0000 mon.a (mon.0) 5140 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:40.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:40 smithi184 bash[59794]: audit 2024-03-21T13:09:39.363887+0000 mon.a (mon.0) 5141 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:40.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:40 smithi184 bash[59794]: audit 2024-03-21T13:09:39.376493+0000 mon.a (mon.0) 5142 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:40.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:40 smithi184 bash[59794]: audit 2024-03-21T13:09:39.457417+0000 mon.a (mon.0) 5143 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:40.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:40 smithi184 bash[59794]: audit 2024-03-21T13:09:39.460683+0000 mon.a (mon.0) 5144 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:40.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:40 smithi184 bash[59794]: audit 2024-03-21T13:09:39.464585+0000 mon.a (mon.0) 5145 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:40.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:40 smithi184 bash[59794]: audit 2024-03-21T13:09:39.466138+0000 mon.a (mon.0) 5146 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:40.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:40 smithi184 bash[59794]: audit 2024-03-21T13:09:39.477801+0000 mon.a (mon.0) 5147 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:40.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:40 smithi184 bash[59794]: audit 2024-03-21T13:09:39.562522+0000 mon.a (mon.0) 5148 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:40.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:40 smithi184 bash[59794]: audit 2024-03-21T13:09:39.566520+0000 mon.a (mon.0) 5149 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:40.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:40 smithi184 bash[59794]: audit 2024-03-21T13:09:39.570166+0000 mon.a (mon.0) 5150 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:40.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:40 smithi184 bash[59794]: audit 2024-03-21T13:09:39.571528+0000 mon.a (mon.0) 5151 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:40.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:40 smithi184 bash[59794]: audit 2024-03-21T13:09:39.583354+0000 mon.a (mon.0) 5152 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:40.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:40 smithi184 bash[59794]: audit 2024-03-21T13:09:39.663752+0000 mon.a (mon.0) 5153 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:40.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:40 smithi184 bash[59794]: audit 2024-03-21T13:09:39.667124+0000 mon.a (mon.0) 5154 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:40.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:40 smithi184 bash[59794]: audit 2024-03-21T13:09:39.670984+0000 mon.a (mon.0) 5155 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:40.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:40 smithi184 bash[59794]: audit 2024-03-21T13:09:39.672511+0000 mon.a (mon.0) 5156 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:40.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:40 smithi184 bash[59794]: audit 2024-03-21T13:09:39.684133+0000 mon.a (mon.0) 5157 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:40.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:40 smithi184 bash[59794]: audit 2024-03-21T13:09:39.762883+0000 mon.a (mon.0) 5158 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:40.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:40 smithi184 bash[59794]: audit 2024-03-21T13:09:39.766011+0000 mon.a (mon.0) 5159 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:40.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:40 smithi184 bash[59794]: audit 2024-03-21T13:09:39.769527+0000 mon.a (mon.0) 5160 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:40.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:40 smithi184 bash[59794]: audit 2024-03-21T13:09:39.771142+0000 mon.a (mon.0) 5161 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:40.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:40 smithi184 bash[59794]: audit 2024-03-21T13:09:39.783976+0000 mon.a (mon.0) 5162 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:40.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:40 smithi184 bash[59794]: audit 2024-03-21T13:09:39.850754+0000 mon.a (mon.0) 5163 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:40.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:40 smithi184 bash[59794]: audit 2024-03-21T13:09:39.853774+0000 mon.a (mon.0) 5164 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:40.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:40 smithi184 bash[59794]: audit 2024-03-21T13:09:39.859214+0000 mon.a (mon.0) 5165 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:40.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:40 smithi184 bash[59794]: audit 2024-03-21T13:09:39.861571+0000 mon.a (mon.0) 5166 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:40.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:40 smithi184 bash[59794]: audit 2024-03-21T13:09:39.875669+0000 mon.a (mon.0) 5167 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:40.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:40 smithi184 bash[59794]: audit 2024-03-21T13:09:39.958926+0000 mon.a (mon.0) 5168 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:40.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:40 smithi184 bash[59794]: audit 2024-03-21T13:09:39.962045+0000 mon.a (mon.0) 5169 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:40.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:40 smithi184 bash[59794]: audit 2024-03-21T13:09:39.965894+0000 mon.a (mon.0) 5170 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:40.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:40 smithi184 bash[59794]: audit 2024-03-21T13:09:39.967895+0000 mon.a (mon.0) 5171 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:40.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:40 smithi184 bash[59794]: audit 2024-03-21T13:09:39.980881+0000 mon.a (mon.0) 5172 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:40.581 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:40 smithi184 bash[59794]: audit 2024-03-21T13:09:40.061477+0000 mon.a (mon.0) 5173 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:40.581 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:40 smithi184 bash[59794]: audit 2024-03-21T13:09:40.064854+0000 mon.a (mon.0) 5174 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:40.581 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:40 smithi184 bash[59794]: audit 2024-03-21T13:09:40.068540+0000 mon.a (mon.0) 5175 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:40.581 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:40 smithi184 bash[59794]: audit 2024-03-21T13:09:40.070045+0000 mon.a (mon.0) 5176 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:40.581 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:40 smithi184 bash[59794]: audit 2024-03-21T13:09:40.081756+0000 mon.a (mon.0) 5177 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:40.581 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:40 smithi184 bash[59794]: audit 2024-03-21T13:09:40.165961+0000 mon.a (mon.0) 5178 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:40.581 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:40 smithi184 bash[59794]: audit 2024-03-21T13:09:40.169245+0000 mon.a (mon.0) 5179 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:40.581 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:40 smithi184 bash[59794]: audit 2024-03-21T13:09:40.173180+0000 mon.a (mon.0) 5180 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:40.581 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:40 smithi184 bash[59794]: audit 2024-03-21T13:09:40.175131+0000 mon.a (mon.0) 5181 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:40.581 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:40 smithi184 bash[59794]: audit 2024-03-21T13:09:40.187831+0000 mon.a (mon.0) 5182 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:41.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:41 smithi178 bash[75692]: cluster 2024-03-21T13:09:39.268162+0000 mgr.x (mgr.34104) 3491 : cluster [DBG] pgmap v2314: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 8.4 KiB/s rd, 8 op/s; 79/630 objects degraded (12.540%) 2024-03-21T13:09:41.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:41 smithi178 bash[75692]: cluster 2024-03-21T13:09:39.268540+0000 mgr.x (mgr.34104) 3492 : cluster [DBG] pgmap v2315: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 8.5 KiB/s rd, 8 op/s; 79/630 objects degraded (12.540%) 2024-03-21T13:09:41.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:41 smithi178 bash[75692]: cephadm 2024-03-21T13:09:39.274526+0000 mgr.x (mgr.34104) 3493 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:41.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:41 smithi178 bash[75692]: cluster 2024-03-21T13:09:39.367569+0000 mgr.x (mgr.34104) 3494 : cluster [DBG] pgmap v2316: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:41.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:41 smithi178 bash[75692]: cluster 2024-03-21T13:09:39.367931+0000 mgr.x (mgr.34104) 3495 : cluster [DBG] pgmap v2317: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:41.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:41 smithi178 bash[75692]: cephadm 2024-03-21T13:09:39.378219+0000 mgr.x (mgr.34104) 3496 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:41.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:41 smithi178 bash[75692]: cluster 2024-03-21T13:09:39.469541+0000 mgr.x (mgr.34104) 3497 : cluster [DBG] pgmap v2318: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:41.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:41 smithi178 bash[75692]: cluster 2024-03-21T13:09:39.470351+0000 mgr.x (mgr.34104) 3498 : cluster [DBG] pgmap v2319: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:41.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:41 smithi178 bash[75692]: cephadm 2024-03-21T13:09:39.479365+0000 mgr.x (mgr.34104) 3499 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:41.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:41 smithi178 bash[75692]: cluster 2024-03-21T13:09:39.574560+0000 mgr.x (mgr.34104) 3500 : cluster [DBG] pgmap v2320: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:41.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:41 smithi178 bash[75692]: cluster 2024-03-21T13:09:39.574970+0000 mgr.x (mgr.34104) 3501 : cluster [DBG] pgmap v2321: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:41.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:41 smithi178 bash[75692]: cephadm 2024-03-21T13:09:39.584650+0000 mgr.x (mgr.34104) 3502 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:41.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:41 smithi178 bash[75692]: cluster 2024-03-21T13:09:39.675446+0000 mgr.x (mgr.34104) 3503 : cluster [DBG] pgmap v2322: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:41.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:41 smithi178 bash[75692]: cluster 2024-03-21T13:09:39.675876+0000 mgr.x (mgr.34104) 3504 : cluster [DBG] pgmap v2323: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:41.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:41 smithi178 bash[75692]: cephadm 2024-03-21T13:09:39.685513+0000 mgr.x (mgr.34104) 3505 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:41.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:41 smithi178 bash[77880]: cluster 2024-03-21T13:09:39.268162+0000 mgr.x (mgr.34104) 3491 : cluster [DBG] pgmap v2314: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 8.4 KiB/s rd, 8 op/s; 79/630 objects degraded (12.540%) 2024-03-21T13:09:41.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:41 smithi178 bash[77880]: cluster 2024-03-21T13:09:39.268540+0000 mgr.x (mgr.34104) 3492 : cluster [DBG] pgmap v2315: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 8.5 KiB/s rd, 8 op/s; 79/630 objects degraded (12.540%) 2024-03-21T13:09:41.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:41 smithi178 bash[77880]: cephadm 2024-03-21T13:09:39.274526+0000 mgr.x (mgr.34104) 3493 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:41.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:41 smithi178 bash[77880]: cluster 2024-03-21T13:09:39.367569+0000 mgr.x (mgr.34104) 3494 : cluster [DBG] pgmap v2316: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:41.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:41 smithi178 bash[77880]: cluster 2024-03-21T13:09:39.367931+0000 mgr.x (mgr.34104) 3495 : cluster [DBG] pgmap v2317: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:41.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:41 smithi178 bash[77880]: cephadm 2024-03-21T13:09:39.378219+0000 mgr.x (mgr.34104) 3496 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:41.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:41 smithi178 bash[77880]: cluster 2024-03-21T13:09:39.469541+0000 mgr.x (mgr.34104) 3497 : cluster [DBG] pgmap v2318: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:41.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:41 smithi178 bash[77880]: cluster 2024-03-21T13:09:39.470351+0000 mgr.x (mgr.34104) 3498 : cluster [DBG] pgmap v2319: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:41.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:41 smithi178 bash[77880]: cephadm 2024-03-21T13:09:39.479365+0000 mgr.x (mgr.34104) 3499 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:41.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:41 smithi178 bash[77880]: cluster 2024-03-21T13:09:39.574560+0000 mgr.x (mgr.34104) 3500 : cluster [DBG] pgmap v2320: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:41.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:41 smithi178 bash[77880]: cluster 2024-03-21T13:09:39.574970+0000 mgr.x (mgr.34104) 3501 : cluster [DBG] pgmap v2321: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:41.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:41 smithi178 bash[77880]: cephadm 2024-03-21T13:09:39.584650+0000 mgr.x (mgr.34104) 3502 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:41.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:41 smithi178 bash[77880]: cluster 2024-03-21T13:09:39.675446+0000 mgr.x (mgr.34104) 3503 : cluster [DBG] pgmap v2322: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:41.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:41 smithi178 bash[77880]: cluster 2024-03-21T13:09:39.675876+0000 mgr.x (mgr.34104) 3504 : cluster [DBG] pgmap v2323: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:41.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:41 smithi178 bash[77880]: cephadm 2024-03-21T13:09:39.685513+0000 mgr.x (mgr.34104) 3505 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:41.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:41 smithi178 bash[75692]: cluster 2024-03-21T13:09:39.774482+0000 mgr.x (mgr.34104) 3506 : cluster [DBG] pgmap v2324: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:41.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:41 smithi178 bash[75692]: cluster 2024-03-21T13:09:39.774970+0000 mgr.x (mgr.34104) 3507 : cluster [DBG] pgmap v2325: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:41.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:41 smithi178 bash[75692]: cephadm 2024-03-21T13:09:39.785531+0000 mgr.x (mgr.34104) 3508 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:41.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:41 smithi178 bash[75692]: cluster 2024-03-21T13:09:39.865936+0000 mgr.x (mgr.34104) 3509 : cluster [DBG] pgmap v2326: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:41.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:41 smithi178 bash[75692]: cluster 2024-03-21T13:09:39.867051+0000 mgr.x (mgr.34104) 3510 : cluster [DBG] pgmap v2327: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:41.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:41 smithi178 bash[75692]: cephadm 2024-03-21T13:09:39.877088+0000 mgr.x (mgr.34104) 3511 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:41.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:41 smithi178 bash[75692]: cluster 2024-03-21T13:09:39.971579+0000 mgr.x (mgr.34104) 3512 : cluster [DBG] pgmap v2328: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:41.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:41 smithi178 bash[75692]: cluster 2024-03-21T13:09:39.971966+0000 mgr.x (mgr.34104) 3513 : cluster [DBG] pgmap v2329: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:41.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:41 smithi178 bash[75692]: cephadm 2024-03-21T13:09:39.982279+0000 mgr.x (mgr.34104) 3514 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:41.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:41 smithi178 bash[75692]: cluster 2024-03-21T13:09:40.073258+0000 mgr.x (mgr.34104) 3515 : cluster [DBG] pgmap v2330: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:41.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:41 smithi178 bash[75692]: cluster 2024-03-21T13:09:40.073633+0000 mgr.x (mgr.34104) 3516 : cluster [DBG] pgmap v2331: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:41.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:41 smithi178 bash[75692]: cephadm 2024-03-21T13:09:40.083221+0000 mgr.x (mgr.34104) 3517 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:41.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:41 smithi178 bash[75692]: cluster 2024-03-21T13:09:40.178800+0000 mgr.x (mgr.34104) 3518 : cluster [DBG] pgmap v2332: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:41.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:41 smithi178 bash[75692]: cluster 2024-03-21T13:09:40.179230+0000 mgr.x (mgr.34104) 3519 : cluster [DBG] pgmap v2333: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:41.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:41 smithi178 bash[75692]: cephadm 2024-03-21T13:09:40.189430+0000 mgr.x (mgr.34104) 3520 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:41.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:41 smithi178 bash[75692]: audit 2024-03-21T13:09:40.265583+0000 mon.a (mon.0) 5183 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:41.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:41 smithi178 bash[77880]: cluster 2024-03-21T13:09:39.774482+0000 mgr.x (mgr.34104) 3506 : cluster [DBG] pgmap v2324: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:41.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:41 smithi178 bash[77880]: cluster 2024-03-21T13:09:39.774970+0000 mgr.x (mgr.34104) 3507 : cluster [DBG] pgmap v2325: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:41.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:41 smithi178 bash[77880]: cephadm 2024-03-21T13:09:39.785531+0000 mgr.x (mgr.34104) 3508 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:41.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:41 smithi178 bash[77880]: cluster 2024-03-21T13:09:39.865936+0000 mgr.x (mgr.34104) 3509 : cluster [DBG] pgmap v2326: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:41.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:41 smithi178 bash[77880]: cluster 2024-03-21T13:09:39.867051+0000 mgr.x (mgr.34104) 3510 : cluster [DBG] pgmap v2327: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:41.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:41 smithi178 bash[77880]: cephadm 2024-03-21T13:09:39.877088+0000 mgr.x (mgr.34104) 3511 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:41.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:41 smithi178 bash[77880]: cluster 2024-03-21T13:09:39.971579+0000 mgr.x (mgr.34104) 3512 : cluster [DBG] pgmap v2328: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:41.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:41 smithi178 bash[77880]: cluster 2024-03-21T13:09:39.971966+0000 mgr.x (mgr.34104) 3513 : cluster [DBG] pgmap v2329: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:41.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:41 smithi178 bash[77880]: cephadm 2024-03-21T13:09:39.982279+0000 mgr.x (mgr.34104) 3514 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:41.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:41 smithi178 bash[77880]: cluster 2024-03-21T13:09:40.073258+0000 mgr.x (mgr.34104) 3515 : cluster [DBG] pgmap v2330: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:41.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:41 smithi178 bash[77880]: cluster 2024-03-21T13:09:40.073633+0000 mgr.x (mgr.34104) 3516 : cluster [DBG] pgmap v2331: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:41.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:41 smithi178 bash[77880]: cephadm 2024-03-21T13:09:40.083221+0000 mgr.x (mgr.34104) 3517 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:41.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:41 smithi178 bash[77880]: cluster 2024-03-21T13:09:40.178800+0000 mgr.x (mgr.34104) 3518 : cluster [DBG] pgmap v2332: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:41.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:41 smithi178 bash[77880]: cluster 2024-03-21T13:09:40.179230+0000 mgr.x (mgr.34104) 3519 : cluster [DBG] pgmap v2333: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:41.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:41 smithi178 bash[77880]: cephadm 2024-03-21T13:09:40.189430+0000 mgr.x (mgr.34104) 3520 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:41.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:41 smithi178 bash[77880]: audit 2024-03-21T13:09:40.265583+0000 mon.a (mon.0) 5183 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:41.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:41 smithi178 bash[75692]: audit 2024-03-21T13:09:40.268096+0000 mon.a (mon.0) 5184 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:41.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:41 smithi178 bash[75692]: audit 2024-03-21T13:09:40.270607+0000 mon.a (mon.0) 5185 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:41.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:41 smithi178 bash[75692]: audit 2024-03-21T13:09:40.271620+0000 mon.a (mon.0) 5186 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:41.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:41 smithi178 bash[75692]: audit 2024-03-21T13:09:40.280248+0000 mon.a (mon.0) 5187 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:41.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:41 smithi178 bash[75692]: audit 2024-03-21T13:09:40.361268+0000 mon.a (mon.0) 5188 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:41.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:41 smithi178 bash[75692]: audit 2024-03-21T13:09:40.364578+0000 mon.a (mon.0) 5189 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:41.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:41 smithi178 bash[75692]: audit 2024-03-21T13:09:40.369102+0000 mon.a (mon.0) 5190 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:41.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:41 smithi178 bash[75692]: audit 2024-03-21T13:09:40.371007+0000 mon.a (mon.0) 5191 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:41.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:41 smithi178 bash[75692]: audit 2024-03-21T13:09:40.383824+0000 mon.a (mon.0) 5192 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:41.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:41 smithi178 bash[75692]: audit 2024-03-21T13:09:40.467637+0000 mon.a (mon.0) 5193 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:41.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:41 smithi178 bash[75692]: audit 2024-03-21T13:09:40.471106+0000 mon.a (mon.0) 5194 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:41.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:41 smithi178 bash[75692]: audit 2024-03-21T13:09:40.474056+0000 mon.a (mon.0) 5195 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:41.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:41 smithi178 bash[75692]: audit 2024-03-21T13:09:40.475818+0000 mon.a (mon.0) 5196 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:41.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:41 smithi178 bash[75692]: audit 2024-03-21T13:09:40.487211+0000 mon.a (mon.0) 5197 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:41.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:41 smithi178 bash[75692]: audit 2024-03-21T13:09:40.568465+0000 mon.a (mon.0) 5198 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:41.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:41 smithi178 bash[75692]: audit 2024-03-21T13:09:40.571721+0000 mon.a (mon.0) 5199 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:41.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:41 smithi178 bash[75692]: audit 2024-03-21T13:09:40.574793+0000 mon.a (mon.0) 5200 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:41.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:41 smithi178 bash[75692]: audit 2024-03-21T13:09:40.576132+0000 mon.a (mon.0) 5201 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:41.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:41 smithi178 bash[75692]: audit 2024-03-21T13:09:40.587784+0000 mon.a (mon.0) 5202 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:41.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:41 smithi178 bash[77880]: audit 2024-03-21T13:09:40.268096+0000 mon.a (mon.0) 5184 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:41.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:41 smithi178 bash[77880]: audit 2024-03-21T13:09:40.270607+0000 mon.a (mon.0) 5185 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:41.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:41 smithi178 bash[77880]: audit 2024-03-21T13:09:40.271620+0000 mon.a (mon.0) 5186 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:41.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:41 smithi178 bash[77880]: audit 2024-03-21T13:09:40.280248+0000 mon.a (mon.0) 5187 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:41.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:41 smithi178 bash[77880]: audit 2024-03-21T13:09:40.361268+0000 mon.a (mon.0) 5188 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:41.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:41 smithi178 bash[77880]: audit 2024-03-21T13:09:40.364578+0000 mon.a (mon.0) 5189 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:41.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:41 smithi178 bash[77880]: audit 2024-03-21T13:09:40.369102+0000 mon.a (mon.0) 5190 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:41.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:41 smithi178 bash[77880]: audit 2024-03-21T13:09:40.371007+0000 mon.a (mon.0) 5191 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:41.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:41 smithi178 bash[77880]: audit 2024-03-21T13:09:40.383824+0000 mon.a (mon.0) 5192 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:41.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:41 smithi178 bash[77880]: audit 2024-03-21T13:09:40.467637+0000 mon.a (mon.0) 5193 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:41.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:41 smithi178 bash[77880]: audit 2024-03-21T13:09:40.471106+0000 mon.a (mon.0) 5194 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:41.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:41 smithi178 bash[77880]: audit 2024-03-21T13:09:40.474056+0000 mon.a (mon.0) 5195 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:41.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:41 smithi178 bash[77880]: audit 2024-03-21T13:09:40.475818+0000 mon.a (mon.0) 5196 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:41.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:41 smithi178 bash[77880]: audit 2024-03-21T13:09:40.487211+0000 mon.a (mon.0) 5197 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:41.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:41 smithi178 bash[77880]: audit 2024-03-21T13:09:40.568465+0000 mon.a (mon.0) 5198 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:41.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:41 smithi178 bash[77880]: audit 2024-03-21T13:09:40.571721+0000 mon.a (mon.0) 5199 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:41.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:41 smithi178 bash[77880]: audit 2024-03-21T13:09:40.574793+0000 mon.a (mon.0) 5200 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:41.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:41 smithi178 bash[77880]: audit 2024-03-21T13:09:40.576132+0000 mon.a (mon.0) 5201 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:41.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:41 smithi178 bash[77880]: audit 2024-03-21T13:09:40.587784+0000 mon.a (mon.0) 5202 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:41.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:41 smithi178 bash[75692]: audit 2024-03-21T13:09:40.667726+0000 mon.a (mon.0) 5203 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:41.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:41 smithi178 bash[75692]: audit 2024-03-21T13:09:40.670918+0000 mon.a (mon.0) 5204 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:41.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:41 smithi178 bash[75692]: audit 2024-03-21T13:09:40.674907+0000 mon.a (mon.0) 5205 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:41.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:41 smithi178 bash[75692]: audit 2024-03-21T13:09:40.676536+0000 mon.a (mon.0) 5206 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:41.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:41 smithi178 bash[75692]: audit 2024-03-21T13:09:40.688634+0000 mon.a (mon.0) 5207 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:41.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:41 smithi178 bash[75692]: audit 2024-03-21T13:09:40.772000+0000 mon.a (mon.0) 5208 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:41.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:41 smithi178 bash[75692]: audit 2024-03-21T13:09:40.775142+0000 mon.a (mon.0) 5209 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:41.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:41 smithi178 bash[75692]: audit 2024-03-21T13:09:40.778546+0000 mon.a (mon.0) 5210 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:41.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:41 smithi178 bash[75692]: audit 2024-03-21T13:09:40.780080+0000 mon.a (mon.0) 5211 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:41.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:41 smithi178 bash[75692]: audit 2024-03-21T13:09:40.791854+0000 mon.a (mon.0) 5212 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:41.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:41 smithi178 bash[75692]: audit 2024-03-21T13:09:40.871302+0000 mon.a (mon.0) 5213 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:41.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:41 smithi178 bash[75692]: audit 2024-03-21T13:09:40.875648+0000 mon.a (mon.0) 5214 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:41.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:41 smithi178 bash[75692]: audit 2024-03-21T13:09:40.879908+0000 mon.a (mon.0) 5215 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:41.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:41 smithi178 bash[75692]: audit 2024-03-21T13:09:40.881301+0000 mon.a (mon.0) 5216 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:41.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:41 smithi178 bash[75692]: audit 2024-03-21T13:09:40.892982+0000 mon.a (mon.0) 5217 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:41.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:41 smithi178 bash[75692]: audit 2024-03-21T13:09:40.977453+0000 mon.a (mon.0) 5218 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:41.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:41 smithi178 bash[75692]: audit 2024-03-21T13:09:40.980624+0000 mon.a (mon.0) 5219 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:41.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:41 smithi178 bash[75692]: audit 2024-03-21T13:09:40.984052+0000 mon.a (mon.0) 5220 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:41.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:41 smithi178 bash[75692]: audit 2024-03-21T13:09:40.985713+0000 mon.a (mon.0) 5221 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:41.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:41 smithi178 bash[75692]: audit 2024-03-21T13:09:40.997134+0000 mon.a (mon.0) 5222 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:41.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:41 smithi178 bash[77880]: audit 2024-03-21T13:09:40.667726+0000 mon.a (mon.0) 5203 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:41.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:41 smithi178 bash[77880]: audit 2024-03-21T13:09:40.670918+0000 mon.a (mon.0) 5204 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:41.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:41 smithi178 bash[77880]: audit 2024-03-21T13:09:40.674907+0000 mon.a (mon.0) 5205 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:41.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:41 smithi178 bash[77880]: audit 2024-03-21T13:09:40.676536+0000 mon.a (mon.0) 5206 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:41.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:41 smithi178 bash[77880]: audit 2024-03-21T13:09:40.688634+0000 mon.a (mon.0) 5207 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:41.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:41 smithi178 bash[77880]: audit 2024-03-21T13:09:40.772000+0000 mon.a (mon.0) 5208 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:41.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:41 smithi178 bash[77880]: audit 2024-03-21T13:09:40.775142+0000 mon.a (mon.0) 5209 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:41.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:41 smithi178 bash[77880]: audit 2024-03-21T13:09:40.778546+0000 mon.a (mon.0) 5210 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:41.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:41 smithi178 bash[77880]: audit 2024-03-21T13:09:40.780080+0000 mon.a (mon.0) 5211 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:41.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:41 smithi178 bash[77880]: audit 2024-03-21T13:09:40.791854+0000 mon.a (mon.0) 5212 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:41.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:41 smithi178 bash[77880]: audit 2024-03-21T13:09:40.871302+0000 mon.a (mon.0) 5213 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:41.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:41 smithi178 bash[77880]: audit 2024-03-21T13:09:40.875648+0000 mon.a (mon.0) 5214 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:41.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:41 smithi178 bash[77880]: audit 2024-03-21T13:09:40.879908+0000 mon.a (mon.0) 5215 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:41.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:41 smithi178 bash[77880]: audit 2024-03-21T13:09:40.881301+0000 mon.a (mon.0) 5216 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:41.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:41 smithi178 bash[77880]: audit 2024-03-21T13:09:40.892982+0000 mon.a (mon.0) 5217 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:41.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:41 smithi178 bash[77880]: audit 2024-03-21T13:09:40.977453+0000 mon.a (mon.0) 5218 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:41.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:41 smithi178 bash[77880]: audit 2024-03-21T13:09:40.980624+0000 mon.a (mon.0) 5219 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:41.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:41 smithi178 bash[77880]: audit 2024-03-21T13:09:40.984052+0000 mon.a (mon.0) 5220 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:41.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:41 smithi178 bash[77880]: audit 2024-03-21T13:09:40.985713+0000 mon.a (mon.0) 5221 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:41.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:41 smithi178 bash[77880]: audit 2024-03-21T13:09:40.997134+0000 mon.a (mon.0) 5222 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:41.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:41 smithi178 bash[75692]: audit 2024-03-21T13:09:41.076761+0000 mon.a (mon.0) 5223 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:41.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:41 smithi178 bash[75692]: audit 2024-03-21T13:09:41.080249+0000 mon.a (mon.0) 5224 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:41.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:41 smithi178 bash[75692]: audit 2024-03-21T13:09:41.083931+0000 mon.a (mon.0) 5225 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:41.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:41 smithi178 bash[75692]: audit 2024-03-21T13:09:41.085583+0000 mon.a (mon.0) 5226 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:41.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:41 smithi178 bash[75692]: audit 2024-03-21T13:09:41.097709+0000 mon.a (mon.0) 5227 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:41.562 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:41 smithi178 bash[75692]: audit 2024-03-21T13:09:41.180713+0000 mon.a (mon.0) 5228 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:41.562 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:41 smithi178 bash[75692]: audit 2024-03-21T13:09:41.184178+0000 mon.a (mon.0) 5229 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:41.562 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:41 smithi178 bash[75692]: audit 2024-03-21T13:09:41.188149+0000 mon.a (mon.0) 5230 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:41.562 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:41 smithi178 bash[75692]: audit 2024-03-21T13:09:41.189504+0000 mon.a (mon.0) 5231 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:41.562 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:41 smithi178 bash[75692]: audit 2024-03-21T13:09:41.200706+0000 mon.a (mon.0) 5232 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:41.563 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:41 smithi178 bash[77880]: audit 2024-03-21T13:09:41.076761+0000 mon.a (mon.0) 5223 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:41.563 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:41 smithi178 bash[77880]: audit 2024-03-21T13:09:41.080249+0000 mon.a (mon.0) 5224 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:41.563 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:41 smithi178 bash[77880]: audit 2024-03-21T13:09:41.083931+0000 mon.a (mon.0) 5225 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:41.563 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:41 smithi178 bash[77880]: audit 2024-03-21T13:09:41.085583+0000 mon.a (mon.0) 5226 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:41.563 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:41 smithi178 bash[77880]: audit 2024-03-21T13:09:41.097709+0000 mon.a (mon.0) 5227 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:41.563 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:41 smithi178 bash[77880]: audit 2024-03-21T13:09:41.180713+0000 mon.a (mon.0) 5228 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:41.564 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:41 smithi178 bash[77880]: audit 2024-03-21T13:09:41.184178+0000 mon.a (mon.0) 5229 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:41.564 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:41 smithi178 bash[77880]: audit 2024-03-21T13:09:41.188149+0000 mon.a (mon.0) 5230 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:41.564 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:41 smithi178 bash[77880]: audit 2024-03-21T13:09:41.189504+0000 mon.a (mon.0) 5231 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:41.564 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:41 smithi178 bash[77880]: audit 2024-03-21T13:09:41.200706+0000 mon.a (mon.0) 5232 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:41.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:41 smithi184 bash[59794]: cluster 2024-03-21T13:09:39.268162+0000 mgr.x (mgr.34104) 3491 : cluster [DBG] pgmap v2314: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 8.4 KiB/s rd, 8 op/s; 79/630 objects degraded (12.540%) 2024-03-21T13:09:41.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:41 smithi184 bash[59794]: cluster 2024-03-21T13:09:39.268540+0000 mgr.x (mgr.34104) 3492 : cluster [DBG] pgmap v2315: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 8.5 KiB/s rd, 8 op/s; 79/630 objects degraded (12.540%) 2024-03-21T13:09:41.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:41 smithi184 bash[59794]: cephadm 2024-03-21T13:09:39.274526+0000 mgr.x (mgr.34104) 3493 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:41.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:41 smithi184 bash[59794]: cluster 2024-03-21T13:09:39.367569+0000 mgr.x (mgr.34104) 3494 : cluster [DBG] pgmap v2316: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:41.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:41 smithi184 bash[59794]: cluster 2024-03-21T13:09:39.367931+0000 mgr.x (mgr.34104) 3495 : cluster [DBG] pgmap v2317: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:41.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:41 smithi184 bash[59794]: cephadm 2024-03-21T13:09:39.378219+0000 mgr.x (mgr.34104) 3496 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:41.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:41 smithi184 bash[59794]: cluster 2024-03-21T13:09:39.469541+0000 mgr.x (mgr.34104) 3497 : cluster [DBG] pgmap v2318: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:41.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:41 smithi184 bash[59794]: cluster 2024-03-21T13:09:39.470351+0000 mgr.x (mgr.34104) 3498 : cluster [DBG] pgmap v2319: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:41.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:41 smithi184 bash[59794]: cephadm 2024-03-21T13:09:39.479365+0000 mgr.x (mgr.34104) 3499 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:41.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:41 smithi184 bash[59794]: cluster 2024-03-21T13:09:39.574560+0000 mgr.x (mgr.34104) 3500 : cluster [DBG] pgmap v2320: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:41.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:41 smithi184 bash[59794]: cluster 2024-03-21T13:09:39.574970+0000 mgr.x (mgr.34104) 3501 : cluster [DBG] pgmap v2321: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:41.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:41 smithi184 bash[59794]: cephadm 2024-03-21T13:09:39.584650+0000 mgr.x (mgr.34104) 3502 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:41.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:41 smithi184 bash[59794]: cluster 2024-03-21T13:09:39.675446+0000 mgr.x (mgr.34104) 3503 : cluster [DBG] pgmap v2322: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:41.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:41 smithi184 bash[59794]: cluster 2024-03-21T13:09:39.675876+0000 mgr.x (mgr.34104) 3504 : cluster [DBG] pgmap v2323: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:41.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:41 smithi184 bash[59794]: cephadm 2024-03-21T13:09:39.685513+0000 mgr.x (mgr.34104) 3505 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:41.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:41 smithi184 bash[59794]: cluster 2024-03-21T13:09:39.774482+0000 mgr.x (mgr.34104) 3506 : cluster [DBG] pgmap v2324: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:41.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:41 smithi184 bash[59794]: cluster 2024-03-21T13:09:39.774970+0000 mgr.x (mgr.34104) 3507 : cluster [DBG] pgmap v2325: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:41.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:41 smithi184 bash[59794]: cephadm 2024-03-21T13:09:39.785531+0000 mgr.x (mgr.34104) 3508 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:41.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:41 smithi184 bash[59794]: cluster 2024-03-21T13:09:39.865936+0000 mgr.x (mgr.34104) 3509 : cluster [DBG] pgmap v2326: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:41.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:41 smithi184 bash[59794]: cluster 2024-03-21T13:09:39.867051+0000 mgr.x (mgr.34104) 3510 : cluster [DBG] pgmap v2327: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:41.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:41 smithi184 bash[59794]: cephadm 2024-03-21T13:09:39.877088+0000 mgr.x (mgr.34104) 3511 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:41.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:41 smithi184 bash[59794]: cluster 2024-03-21T13:09:39.971579+0000 mgr.x (mgr.34104) 3512 : cluster [DBG] pgmap v2328: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:41.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:41 smithi184 bash[59794]: cluster 2024-03-21T13:09:39.971966+0000 mgr.x (mgr.34104) 3513 : cluster [DBG] pgmap v2329: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:41.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:41 smithi184 bash[59794]: cephadm 2024-03-21T13:09:39.982279+0000 mgr.x (mgr.34104) 3514 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:41.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:41 smithi184 bash[59794]: cluster 2024-03-21T13:09:40.073258+0000 mgr.x (mgr.34104) 3515 : cluster [DBG] pgmap v2330: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:41.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:41 smithi184 bash[59794]: cluster 2024-03-21T13:09:40.073633+0000 mgr.x (mgr.34104) 3516 : cluster [DBG] pgmap v2331: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:41.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:41 smithi184 bash[59794]: cephadm 2024-03-21T13:09:40.083221+0000 mgr.x (mgr.34104) 3517 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:41.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:41 smithi184 bash[59794]: cluster 2024-03-21T13:09:40.178800+0000 mgr.x (mgr.34104) 3518 : cluster [DBG] pgmap v2332: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:41.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:41 smithi184 bash[59794]: cluster 2024-03-21T13:09:40.179230+0000 mgr.x (mgr.34104) 3519 : cluster [DBG] pgmap v2333: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:41.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:41 smithi184 bash[59794]: cephadm 2024-03-21T13:09:40.189430+0000 mgr.x (mgr.34104) 3520 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:41.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:41 smithi184 bash[59794]: audit 2024-03-21T13:09:40.265583+0000 mon.a (mon.0) 5183 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:41.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:41 smithi184 bash[59794]: audit 2024-03-21T13:09:40.268096+0000 mon.a (mon.0) 5184 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:41.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:41 smithi184 bash[59794]: audit 2024-03-21T13:09:40.270607+0000 mon.a (mon.0) 5185 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:41.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:41 smithi184 bash[59794]: audit 2024-03-21T13:09:40.271620+0000 mon.a (mon.0) 5186 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:41.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:41 smithi184 bash[59794]: audit 2024-03-21T13:09:40.280248+0000 mon.a (mon.0) 5187 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:41.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:41 smithi184 bash[59794]: audit 2024-03-21T13:09:40.361268+0000 mon.a (mon.0) 5188 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:41.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:41 smithi184 bash[59794]: audit 2024-03-21T13:09:40.364578+0000 mon.a (mon.0) 5189 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:41.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:41 smithi184 bash[59794]: audit 2024-03-21T13:09:40.369102+0000 mon.a (mon.0) 5190 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:41.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:41 smithi184 bash[59794]: audit 2024-03-21T13:09:40.371007+0000 mon.a (mon.0) 5191 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:41.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:41 smithi184 bash[59794]: audit 2024-03-21T13:09:40.383824+0000 mon.a (mon.0) 5192 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:41.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:41 smithi184 bash[59794]: audit 2024-03-21T13:09:40.467637+0000 mon.a (mon.0) 5193 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:41.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:41 smithi184 bash[59794]: audit 2024-03-21T13:09:40.471106+0000 mon.a (mon.0) 5194 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:41.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:41 smithi184 bash[59794]: audit 2024-03-21T13:09:40.474056+0000 mon.a (mon.0) 5195 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:41.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:41 smithi184 bash[59794]: audit 2024-03-21T13:09:40.475818+0000 mon.a (mon.0) 5196 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:41.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:41 smithi184 bash[59794]: audit 2024-03-21T13:09:40.487211+0000 mon.a (mon.0) 5197 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:41.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:41 smithi184 bash[59794]: audit 2024-03-21T13:09:40.568465+0000 mon.a (mon.0) 5198 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:41.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:41 smithi184 bash[59794]: audit 2024-03-21T13:09:40.571721+0000 mon.a (mon.0) 5199 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:41.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:41 smithi184 bash[59794]: audit 2024-03-21T13:09:40.574793+0000 mon.a (mon.0) 5200 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:41.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:41 smithi184 bash[59794]: audit 2024-03-21T13:09:40.576132+0000 mon.a (mon.0) 5201 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:41.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:41 smithi184 bash[59794]: audit 2024-03-21T13:09:40.587784+0000 mon.a (mon.0) 5202 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:41.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:41 smithi184 bash[59794]: audit 2024-03-21T13:09:40.667726+0000 mon.a (mon.0) 5203 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:41.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:41 smithi184 bash[59794]: audit 2024-03-21T13:09:40.670918+0000 mon.a (mon.0) 5204 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:41.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:41 smithi184 bash[59794]: audit 2024-03-21T13:09:40.674907+0000 mon.a (mon.0) 5205 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:41.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:41 smithi184 bash[59794]: audit 2024-03-21T13:09:40.676536+0000 mon.a (mon.0) 5206 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:41.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:41 smithi184 bash[59794]: audit 2024-03-21T13:09:40.688634+0000 mon.a (mon.0) 5207 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:41.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:41 smithi184 bash[59794]: audit 2024-03-21T13:09:40.772000+0000 mon.a (mon.0) 5208 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:41.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:41 smithi184 bash[59794]: audit 2024-03-21T13:09:40.775142+0000 mon.a (mon.0) 5209 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:41.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:41 smithi184 bash[59794]: audit 2024-03-21T13:09:40.778546+0000 mon.a (mon.0) 5210 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:41.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:41 smithi184 bash[59794]: audit 2024-03-21T13:09:40.780080+0000 mon.a (mon.0) 5211 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:41.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:41 smithi184 bash[59794]: audit 2024-03-21T13:09:40.791854+0000 mon.a (mon.0) 5212 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:41.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:41 smithi184 bash[59794]: audit 2024-03-21T13:09:40.871302+0000 mon.a (mon.0) 5213 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:41.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:41 smithi184 bash[59794]: audit 2024-03-21T13:09:40.875648+0000 mon.a (mon.0) 5214 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:41.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:41 smithi184 bash[59794]: audit 2024-03-21T13:09:40.879908+0000 mon.a (mon.0) 5215 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:41.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:41 smithi184 bash[59794]: audit 2024-03-21T13:09:40.881301+0000 mon.a (mon.0) 5216 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:41.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:41 smithi184 bash[59794]: audit 2024-03-21T13:09:40.892982+0000 mon.a (mon.0) 5217 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:41.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:41 smithi184 bash[59794]: audit 2024-03-21T13:09:40.977453+0000 mon.a (mon.0) 5218 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:41.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:41 smithi184 bash[59794]: audit 2024-03-21T13:09:40.980624+0000 mon.a (mon.0) 5219 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:41.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:41 smithi184 bash[59794]: audit 2024-03-21T13:09:40.984052+0000 mon.a (mon.0) 5220 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:41.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:41 smithi184 bash[59794]: audit 2024-03-21T13:09:40.985713+0000 mon.a (mon.0) 5221 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:41.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:41 smithi184 bash[59794]: audit 2024-03-21T13:09:40.997134+0000 mon.a (mon.0) 5222 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:41.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:41 smithi184 bash[59794]: audit 2024-03-21T13:09:41.076761+0000 mon.a (mon.0) 5223 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:41.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:41 smithi184 bash[59794]: audit 2024-03-21T13:09:41.080249+0000 mon.a (mon.0) 5224 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:41.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:41 smithi184 bash[59794]: audit 2024-03-21T13:09:41.083931+0000 mon.a (mon.0) 5225 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:41.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:41 smithi184 bash[59794]: audit 2024-03-21T13:09:41.085583+0000 mon.a (mon.0) 5226 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:41.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:41 smithi184 bash[59794]: audit 2024-03-21T13:09:41.097709+0000 mon.a (mon.0) 5227 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:41.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:41 smithi184 bash[59794]: audit 2024-03-21T13:09:41.180713+0000 mon.a (mon.0) 5228 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:41.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:41 smithi184 bash[59794]: audit 2024-03-21T13:09:41.184178+0000 mon.a (mon.0) 5229 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:41.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:41 smithi184 bash[59794]: audit 2024-03-21T13:09:41.188149+0000 mon.a (mon.0) 5230 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:41.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:41 smithi184 bash[59794]: audit 2024-03-21T13:09:41.189504+0000 mon.a (mon.0) 5231 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:41.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:41 smithi184 bash[59794]: audit 2024-03-21T13:09:41.200706+0000 mon.a (mon.0) 5232 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:42.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:42 smithi178 bash[75692]: cluster 2024-03-21T13:09:40.274328+0000 mgr.x (mgr.34104) 3521 : cluster [DBG] pgmap v2334: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:42.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:42 smithi178 bash[75692]: cluster 2024-03-21T13:09:40.274967+0000 mgr.x (mgr.34104) 3522 : cluster [DBG] pgmap v2335: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:42.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:42 smithi178 bash[75692]: cephadm 2024-03-21T13:09:40.281626+0000 mgr.x (mgr.34104) 3523 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:42.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:42 smithi178 bash[75692]: cluster 2024-03-21T13:09:40.374935+0000 mgr.x (mgr.34104) 3524 : cluster [DBG] pgmap v2336: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:42.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:42 smithi178 bash[75692]: cluster 2024-03-21T13:09:40.375724+0000 mgr.x (mgr.34104) 3525 : cluster [DBG] pgmap v2337: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:42.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:42 smithi178 bash[75692]: cephadm 2024-03-21T13:09:40.385537+0000 mgr.x (mgr.34104) 3526 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:42.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:42 smithi178 bash[75692]: cluster 2024-03-21T13:09:40.479032+0000 mgr.x (mgr.34104) 3527 : cluster [DBG] pgmap v2338: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:42.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:42 smithi178 bash[75692]: cluster 2024-03-21T13:09:40.479658+0000 mgr.x (mgr.34104) 3528 : cluster [DBG] pgmap v2339: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:42.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:42 smithi178 bash[75692]: cephadm 2024-03-21T13:09:40.488907+0000 mgr.x (mgr.34104) 3529 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:42.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:42 smithi178 bash[75692]: cluster 2024-03-21T13:09:40.579023+0000 mgr.x (mgr.34104) 3530 : cluster [DBG] pgmap v2340: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:42.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:42 smithi178 bash[75692]: cluster 2024-03-21T13:09:40.579540+0000 mgr.x (mgr.34104) 3531 : cluster [DBG] pgmap v2341: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:42.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:42 smithi178 bash[75692]: cephadm 2024-03-21T13:09:40.589322+0000 mgr.x (mgr.34104) 3532 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:42.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:42 smithi178 bash[75692]: cluster 2024-03-21T13:09:40.680193+0000 mgr.x (mgr.34104) 3533 : cluster [DBG] pgmap v2342: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:42.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:42 smithi178 bash[75692]: cluster 2024-03-21T13:09:40.680986+0000 mgr.x (mgr.34104) 3534 : cluster [DBG] pgmap v2343: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:42.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:42 smithi178 bash[75692]: cephadm 2024-03-21T13:09:40.690280+0000 mgr.x (mgr.34104) 3535 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:42.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:42 smithi178 bash[77880]: cluster 2024-03-21T13:09:40.274328+0000 mgr.x (mgr.34104) 3521 : cluster [DBG] pgmap v2334: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:42.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:42 smithi178 bash[77880]: cluster 2024-03-21T13:09:40.274967+0000 mgr.x (mgr.34104) 3522 : cluster [DBG] pgmap v2335: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:42.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:42 smithi178 bash[77880]: cephadm 2024-03-21T13:09:40.281626+0000 mgr.x (mgr.34104) 3523 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:42.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:42 smithi178 bash[77880]: cluster 2024-03-21T13:09:40.374935+0000 mgr.x (mgr.34104) 3524 : cluster [DBG] pgmap v2336: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:42.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:42 smithi178 bash[77880]: cluster 2024-03-21T13:09:40.375724+0000 mgr.x (mgr.34104) 3525 : cluster [DBG] pgmap v2337: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:42.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:42 smithi178 bash[77880]: cephadm 2024-03-21T13:09:40.385537+0000 mgr.x (mgr.34104) 3526 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:42.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:42 smithi178 bash[77880]: cluster 2024-03-21T13:09:40.479032+0000 mgr.x (mgr.34104) 3527 : cluster [DBG] pgmap v2338: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:42.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:42 smithi178 bash[77880]: cluster 2024-03-21T13:09:40.479658+0000 mgr.x (mgr.34104) 3528 : cluster [DBG] pgmap v2339: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:42.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:42 smithi178 bash[77880]: cephadm 2024-03-21T13:09:40.488907+0000 mgr.x (mgr.34104) 3529 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:42.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:42 smithi178 bash[77880]: cluster 2024-03-21T13:09:40.579023+0000 mgr.x (mgr.34104) 3530 : cluster [DBG] pgmap v2340: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:42.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:42 smithi178 bash[77880]: cluster 2024-03-21T13:09:40.579540+0000 mgr.x (mgr.34104) 3531 : cluster [DBG] pgmap v2341: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:42.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:42 smithi178 bash[77880]: cephadm 2024-03-21T13:09:40.589322+0000 mgr.x (mgr.34104) 3532 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:42.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:42 smithi178 bash[77880]: cluster 2024-03-21T13:09:40.680193+0000 mgr.x (mgr.34104) 3533 : cluster [DBG] pgmap v2342: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:42.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:42 smithi178 bash[77880]: cluster 2024-03-21T13:09:40.680986+0000 mgr.x (mgr.34104) 3534 : cluster [DBG] pgmap v2343: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:42.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:42 smithi178 bash[77880]: cephadm 2024-03-21T13:09:40.690280+0000 mgr.x (mgr.34104) 3535 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:42.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:42 smithi178 bash[75692]: cluster 2024-03-21T13:09:40.783001+0000 mgr.x (mgr.34104) 3536 : cluster [DBG] pgmap v2344: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:42.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:42 smithi178 bash[75692]: cluster 2024-03-21T13:09:40.783418+0000 mgr.x (mgr.34104) 3537 : cluster [DBG] pgmap v2345: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:42.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:42 smithi178 bash[75692]: cephadm 2024-03-21T13:09:40.793302+0000 mgr.x (mgr.34104) 3538 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:42.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:42 smithi178 bash[75692]: cluster 2024-03-21T13:09:40.884123+0000 mgr.x (mgr.34104) 3539 : cluster [DBG] pgmap v2346: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:42.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:42 smithi178 bash[75692]: cluster 2024-03-21T13:09:40.884504+0000 mgr.x (mgr.34104) 3540 : cluster [DBG] pgmap v2347: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:42.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:42 smithi178 bash[75692]: cephadm 2024-03-21T13:09:40.894577+0000 mgr.x (mgr.34104) 3541 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:42.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:42 smithi178 bash[75692]: audit 2024-03-21T13:09:40.896001+0000 mgr.x (mgr.34104) 3542 : audit [DBG] from='client.15585 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:09:42.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:42 smithi178 bash[75692]: cluster 2024-03-21T13:09:40.988791+0000 mgr.x (mgr.34104) 3543 : cluster [DBG] pgmap v2348: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:42.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:42 smithi178 bash[75692]: cluster 2024-03-21T13:09:40.989512+0000 mgr.x (mgr.34104) 3544 : cluster [DBG] pgmap v2349: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:42.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:42 smithi178 bash[75692]: cephadm 2024-03-21T13:09:40.998515+0000 mgr.x (mgr.34104) 3545 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:42.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:42 smithi178 bash[75692]: cluster 2024-03-21T13:09:41.088914+0000 mgr.x (mgr.34104) 3546 : cluster [DBG] pgmap v2350: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:42.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:42 smithi178 bash[75692]: cluster 2024-03-21T13:09:41.089635+0000 mgr.x (mgr.34104) 3547 : cluster [DBG] pgmap v2351: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:42.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:42 smithi178 bash[75692]: cephadm 2024-03-21T13:09:41.099105+0000 mgr.x (mgr.34104) 3548 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:42.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:42 smithi178 bash[75692]: cluster 2024-03-21T13:09:41.192735+0000 mgr.x (mgr.34104) 3549 : cluster [DBG] pgmap v2352: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:42.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:42 smithi178 bash[75692]: cluster 2024-03-21T13:09:41.193460+0000 mgr.x (mgr.34104) 3550 : cluster [DBG] pgmap v2353: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:42.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:42 smithi178 bash[75692]: cephadm 2024-03-21T13:09:41.202205+0000 mgr.x (mgr.34104) 3551 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:42.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:42 smithi178 bash[77880]: cluster 2024-03-21T13:09:40.783001+0000 mgr.x (mgr.34104) 3536 : cluster [DBG] pgmap v2344: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:42.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:42 smithi178 bash[77880]: cluster 2024-03-21T13:09:40.783418+0000 mgr.x (mgr.34104) 3537 : cluster [DBG] pgmap v2345: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:42.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:42 smithi178 bash[77880]: cephadm 2024-03-21T13:09:40.793302+0000 mgr.x (mgr.34104) 3538 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:42.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:42 smithi178 bash[77880]: cluster 2024-03-21T13:09:40.884123+0000 mgr.x (mgr.34104) 3539 : cluster [DBG] pgmap v2346: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:42.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:42 smithi178 bash[77880]: cluster 2024-03-21T13:09:40.884504+0000 mgr.x (mgr.34104) 3540 : cluster [DBG] pgmap v2347: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:42.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:42 smithi178 bash[77880]: cephadm 2024-03-21T13:09:40.894577+0000 mgr.x (mgr.34104) 3541 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:42.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:42 smithi178 bash[77880]: audit 2024-03-21T13:09:40.896001+0000 mgr.x (mgr.34104) 3542 : audit [DBG] from='client.15585 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:09:42.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:42 smithi178 bash[77880]: cluster 2024-03-21T13:09:40.988791+0000 mgr.x (mgr.34104) 3543 : cluster [DBG] pgmap v2348: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:42.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:42 smithi178 bash[77880]: cluster 2024-03-21T13:09:40.989512+0000 mgr.x (mgr.34104) 3544 : cluster [DBG] pgmap v2349: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:42.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:42 smithi178 bash[77880]: cephadm 2024-03-21T13:09:40.998515+0000 mgr.x (mgr.34104) 3545 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:42.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:42 smithi178 bash[77880]: cluster 2024-03-21T13:09:41.088914+0000 mgr.x (mgr.34104) 3546 : cluster [DBG] pgmap v2350: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:42.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:42 smithi178 bash[77880]: cluster 2024-03-21T13:09:41.089635+0000 mgr.x (mgr.34104) 3547 : cluster [DBG] pgmap v2351: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:42.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:42 smithi178 bash[77880]: cephadm 2024-03-21T13:09:41.099105+0000 mgr.x (mgr.34104) 3548 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:42.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:42 smithi178 bash[77880]: cluster 2024-03-21T13:09:41.192735+0000 mgr.x (mgr.34104) 3549 : cluster [DBG] pgmap v2352: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:42.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:42 smithi178 bash[77880]: cluster 2024-03-21T13:09:41.193460+0000 mgr.x (mgr.34104) 3550 : cluster [DBG] pgmap v2353: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:42.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:42 smithi178 bash[77880]: cephadm 2024-03-21T13:09:41.202205+0000 mgr.x (mgr.34104) 3551 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:42.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:42 smithi178 bash[75692]: audit 2024-03-21T13:09:41.279019+0000 mon.a (mon.0) 5233 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:42.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:42 smithi178 bash[75692]: audit 2024-03-21T13:09:41.281732+0000 mon.a (mon.0) 5234 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:42.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:42 smithi178 bash[75692]: audit 2024-03-21T13:09:41.284803+0000 mon.a (mon.0) 5235 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:42.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:42 smithi178 bash[75692]: audit 2024-03-21T13:09:41.286252+0000 mon.a (mon.0) 5236 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:42.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:42 smithi178 bash[75692]: audit 2024-03-21T13:09:41.296778+0000 mon.a (mon.0) 5237 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:42.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:42 smithi178 bash[75692]: audit 2024-03-21T13:09:41.376298+0000 mon.a (mon.0) 5238 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:42.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:42 smithi178 bash[75692]: audit 2024-03-21T13:09:41.380914+0000 mon.a (mon.0) 5239 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:42.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:42 smithi178 bash[75692]: audit 2024-03-21T13:09:41.385510+0000 mon.a (mon.0) 5240 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:42.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:42 smithi178 bash[75692]: audit 2024-03-21T13:09:41.387319+0000 mon.a (mon.0) 5241 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:42.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:42 smithi178 bash[75692]: audit 2024-03-21T13:09:41.399339+0000 mon.a (mon.0) 5242 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:42.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:42 smithi178 bash[75692]: audit 2024-03-21T13:09:41.477997+0000 mon.a (mon.0) 5243 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:42.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:42 smithi178 bash[75692]: audit 2024-03-21T13:09:41.481938+0000 mon.a (mon.0) 5244 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:42.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:42 smithi178 bash[75692]: audit 2024-03-21T13:09:41.485061+0000 mon.a (mon.0) 5245 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:42.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:42 smithi178 bash[75692]: audit 2024-03-21T13:09:41.486264+0000 mon.a (mon.0) 5246 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:42.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:42 smithi178 bash[75692]: audit 2024-03-21T13:09:41.498197+0000 mon.a (mon.0) 5247 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:42.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:42 smithi178 bash[75692]: audit 2024-03-21T13:09:41.576636+0000 mon.a (mon.0) 5248 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:42.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:42 smithi178 bash[75692]: audit 2024-03-21T13:09:41.580000+0000 mon.a (mon.0) 5249 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:42.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:42 smithi178 bash[75692]: audit 2024-03-21T13:09:41.583962+0000 mon.a (mon.0) 5250 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:42.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:42 smithi178 bash[75692]: audit 2024-03-21T13:09:41.585632+0000 mon.a (mon.0) 5251 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:42.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:42 smithi178 bash[75692]: audit 2024-03-21T13:09:41.596819+0000 mon.a (mon.0) 5252 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:42.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:42 smithi178 bash[77880]: audit 2024-03-21T13:09:41.279019+0000 mon.a (mon.0) 5233 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:42.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:42 smithi178 bash[77880]: audit 2024-03-21T13:09:41.281732+0000 mon.a (mon.0) 5234 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:42.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:42 smithi178 bash[77880]: audit 2024-03-21T13:09:41.284803+0000 mon.a (mon.0) 5235 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:42.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:42 smithi178 bash[77880]: audit 2024-03-21T13:09:41.286252+0000 mon.a (mon.0) 5236 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:42.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:42 smithi178 bash[77880]: audit 2024-03-21T13:09:41.296778+0000 mon.a (mon.0) 5237 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:42.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:42 smithi178 bash[77880]: audit 2024-03-21T13:09:41.376298+0000 mon.a (mon.0) 5238 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:42.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:42 smithi178 bash[77880]: audit 2024-03-21T13:09:41.380914+0000 mon.a (mon.0) 5239 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:42.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:42 smithi178 bash[77880]: audit 2024-03-21T13:09:41.385510+0000 mon.a (mon.0) 5240 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:42.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:42 smithi178 bash[77880]: audit 2024-03-21T13:09:41.387319+0000 mon.a (mon.0) 5241 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:42.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:42 smithi178 bash[77880]: audit 2024-03-21T13:09:41.399339+0000 mon.a (mon.0) 5242 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:42.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:42 smithi178 bash[77880]: audit 2024-03-21T13:09:41.477997+0000 mon.a (mon.0) 5243 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:42.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:42 smithi178 bash[77880]: audit 2024-03-21T13:09:41.481938+0000 mon.a (mon.0) 5244 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:42.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:42 smithi178 bash[77880]: audit 2024-03-21T13:09:41.485061+0000 mon.a (mon.0) 5245 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:42.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:42 smithi178 bash[77880]: audit 2024-03-21T13:09:41.486264+0000 mon.a (mon.0) 5246 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:42.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:42 smithi178 bash[77880]: audit 2024-03-21T13:09:41.498197+0000 mon.a (mon.0) 5247 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:42.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:42 smithi178 bash[77880]: audit 2024-03-21T13:09:41.576636+0000 mon.a (mon.0) 5248 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:42.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:42 smithi178 bash[77880]: audit 2024-03-21T13:09:41.580000+0000 mon.a (mon.0) 5249 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:42.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:42 smithi178 bash[77880]: audit 2024-03-21T13:09:41.583962+0000 mon.a (mon.0) 5250 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:42.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:42 smithi178 bash[77880]: audit 2024-03-21T13:09:41.585632+0000 mon.a (mon.0) 5251 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:42.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:42 smithi178 bash[77880]: audit 2024-03-21T13:09:41.596819+0000 mon.a (mon.0) 5252 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:42.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:42 smithi178 bash[75692]: audit 2024-03-21T13:09:41.677216+0000 mon.a (mon.0) 5253 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:42.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:42 smithi178 bash[75692]: audit 2024-03-21T13:09:41.680795+0000 mon.a (mon.0) 5254 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:42.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:42 smithi178 bash[75692]: audit 2024-03-21T13:09:41.685131+0000 mon.a (mon.0) 5255 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:42.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:42 smithi178 bash[75692]: audit 2024-03-21T13:09:41.687200+0000 mon.a (mon.0) 5256 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:42.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:42 smithi178 bash[75692]: audit 2024-03-21T13:09:41.698663+0000 mon.a (mon.0) 5257 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:42.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:42 smithi178 bash[75692]: audit 2024-03-21T13:09:41.781987+0000 mon.a (mon.0) 5258 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:42.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:42 smithi178 bash[75692]: audit 2024-03-21T13:09:41.785524+0000 mon.a (mon.0) 5259 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:42.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:42 smithi178 bash[75692]: audit 2024-03-21T13:09:41.788693+0000 mon.a (mon.0) 5260 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:42.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:42 smithi178 bash[75692]: audit 2024-03-21T13:09:41.790458+0000 mon.a (mon.0) 5261 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:42.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:42 smithi178 bash[75692]: audit 2024-03-21T13:09:41.802605+0000 mon.a (mon.0) 5262 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:42.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:42 smithi178 bash[75692]: audit 2024-03-21T13:09:41.881646+0000 mon.a (mon.0) 5263 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:42.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:42 smithi178 bash[75692]: audit 2024-03-21T13:09:41.884692+0000 mon.a (mon.0) 5264 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:42.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:42 smithi178 bash[75692]: audit 2024-03-21T13:09:41.887824+0000 mon.a (mon.0) 5265 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:42.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:42 smithi178 bash[75692]: audit 2024-03-21T13:09:41.889080+0000 mon.a (mon.0) 5266 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:42.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:42 smithi178 bash[75692]: audit 2024-03-21T13:09:41.900460+0000 mon.a (mon.0) 5267 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:42.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:42 smithi178 bash[75692]: audit 2024-03-21T13:09:41.982603+0000 mon.a (mon.0) 5268 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:42.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:42 smithi178 bash[75692]: audit 2024-03-21T13:09:41.985964+0000 mon.a (mon.0) 5269 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:42.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:42 smithi178 bash[75692]: audit 2024-03-21T13:09:41.989102+0000 mon.a (mon.0) 5270 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:42.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:42 smithi178 bash[75692]: audit 2024-03-21T13:09:41.990671+0000 mon.a (mon.0) 5271 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:42.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:42 smithi178 bash[75692]: audit 2024-03-21T13:09:42.001553+0000 mon.a (mon.0) 5272 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:42.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:42 smithi178 bash[75692]: audit 2024-03-21T13:09:42.084147+0000 mon.a (mon.0) 5273 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:42.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:42 smithi178 bash[75692]: audit 2024-03-21T13:09:42.087084+0000 mon.a (mon.0) 5274 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:42.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:42 smithi178 bash[75692]: audit 2024-03-21T13:09:42.090068+0000 mon.a (mon.0) 5275 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:42.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:42 smithi178 bash[75692]: audit 2024-03-21T13:09:42.091160+0000 mon.a (mon.0) 5276 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:42.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:42 smithi178 bash[75692]: audit 2024-03-21T13:09:42.103579+0000 mon.a (mon.0) 5277 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:42.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:42 smithi178 bash[75692]: audit 2024-03-21T13:09:42.187113+0000 mon.a (mon.0) 5278 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:42.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:42 smithi178 bash[75692]: audit 2024-03-21T13:09:42.190446+0000 mon.a (mon.0) 5279 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:42.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:42 smithi178 bash[75692]: audit 2024-03-21T13:09:42.193917+0000 mon.a (mon.0) 5280 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:42.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:42 smithi178 bash[75692]: audit 2024-03-21T13:09:42.195549+0000 mon.a (mon.0) 5281 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:42.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:42 smithi178 bash[75692]: audit 2024-03-21T13:09:42.207440+0000 mon.a (mon.0) 5282 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:42.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:42 smithi178 bash[77880]: audit 2024-03-21T13:09:41.677216+0000 mon.a (mon.0) 5253 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:42.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:42 smithi178 bash[77880]: audit 2024-03-21T13:09:41.680795+0000 mon.a (mon.0) 5254 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:42.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:42 smithi178 bash[77880]: audit 2024-03-21T13:09:41.685131+0000 mon.a (mon.0) 5255 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:42.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:42 smithi178 bash[77880]: audit 2024-03-21T13:09:41.687200+0000 mon.a (mon.0) 5256 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:42.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:42 smithi178 bash[77880]: audit 2024-03-21T13:09:41.698663+0000 mon.a (mon.0) 5257 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:42.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:42 smithi178 bash[77880]: audit 2024-03-21T13:09:41.781987+0000 mon.a (mon.0) 5258 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:42.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:42 smithi178 bash[77880]: audit 2024-03-21T13:09:41.785524+0000 mon.a (mon.0) 5259 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:42.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:42 smithi178 bash[77880]: audit 2024-03-21T13:09:41.788693+0000 mon.a (mon.0) 5260 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:42.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:42 smithi178 bash[77880]: audit 2024-03-21T13:09:41.790458+0000 mon.a (mon.0) 5261 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:42.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:42 smithi178 bash[77880]: audit 2024-03-21T13:09:41.802605+0000 mon.a (mon.0) 5262 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:42.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:42 smithi178 bash[77880]: audit 2024-03-21T13:09:41.881646+0000 mon.a (mon.0) 5263 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:42.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:42 smithi178 bash[77880]: audit 2024-03-21T13:09:41.884692+0000 mon.a (mon.0) 5264 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:42.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:42 smithi178 bash[77880]: audit 2024-03-21T13:09:41.887824+0000 mon.a (mon.0) 5265 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:42.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:42 smithi178 bash[77880]: audit 2024-03-21T13:09:41.889080+0000 mon.a (mon.0) 5266 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:42.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:42 smithi178 bash[77880]: audit 2024-03-21T13:09:41.900460+0000 mon.a (mon.0) 5267 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:42.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:42 smithi178 bash[77880]: audit 2024-03-21T13:09:41.982603+0000 mon.a (mon.0) 5268 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:42.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:42 smithi178 bash[77880]: audit 2024-03-21T13:09:41.985964+0000 mon.a (mon.0) 5269 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:42.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:42 smithi178 bash[77880]: audit 2024-03-21T13:09:41.989102+0000 mon.a (mon.0) 5270 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:42.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:42 smithi178 bash[77880]: audit 2024-03-21T13:09:41.990671+0000 mon.a (mon.0) 5271 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:42.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:42 smithi178 bash[77880]: audit 2024-03-21T13:09:42.001553+0000 mon.a (mon.0) 5272 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:42.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:42 smithi178 bash[77880]: audit 2024-03-21T13:09:42.084147+0000 mon.a (mon.0) 5273 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:42.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:42 smithi178 bash[77880]: audit 2024-03-21T13:09:42.087084+0000 mon.a (mon.0) 5274 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:42.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:42 smithi178 bash[77880]: audit 2024-03-21T13:09:42.090068+0000 mon.a (mon.0) 5275 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:42.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:42 smithi178 bash[77880]: audit 2024-03-21T13:09:42.091160+0000 mon.a (mon.0) 5276 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:42.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:42 smithi178 bash[77880]: audit 2024-03-21T13:09:42.103579+0000 mon.a (mon.0) 5277 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:42.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:42 smithi178 bash[77880]: audit 2024-03-21T13:09:42.187113+0000 mon.a (mon.0) 5278 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:42.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:42 smithi178 bash[77880]: audit 2024-03-21T13:09:42.190446+0000 mon.a (mon.0) 5279 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:42.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:42 smithi178 bash[77880]: audit 2024-03-21T13:09:42.193917+0000 mon.a (mon.0) 5280 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:42.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:42 smithi178 bash[77880]: audit 2024-03-21T13:09:42.195549+0000 mon.a (mon.0) 5281 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:42.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:42 smithi178 bash[77880]: audit 2024-03-21T13:09:42.207440+0000 mon.a (mon.0) 5282 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:42.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:42 smithi184 bash[59794]: cluster 2024-03-21T13:09:40.274328+0000 mgr.x (mgr.34104) 3521 : cluster [DBG] pgmap v2334: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:42.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:42 smithi184 bash[59794]: cluster 2024-03-21T13:09:40.274967+0000 mgr.x (mgr.34104) 3522 : cluster [DBG] pgmap v2335: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:42.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:42 smithi184 bash[59794]: cephadm 2024-03-21T13:09:40.281626+0000 mgr.x (mgr.34104) 3523 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:42.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:42 smithi184 bash[59794]: cluster 2024-03-21T13:09:40.374935+0000 mgr.x (mgr.34104) 3524 : cluster [DBG] pgmap v2336: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:42.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:42 smithi184 bash[59794]: cluster 2024-03-21T13:09:40.375724+0000 mgr.x (mgr.34104) 3525 : cluster [DBG] pgmap v2337: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:42.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:42 smithi184 bash[59794]: cephadm 2024-03-21T13:09:40.385537+0000 mgr.x (mgr.34104) 3526 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:42.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:42 smithi184 bash[59794]: cluster 2024-03-21T13:09:40.479032+0000 mgr.x (mgr.34104) 3527 : cluster [DBG] pgmap v2338: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:42.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:42 smithi184 bash[59794]: cluster 2024-03-21T13:09:40.479658+0000 mgr.x (mgr.34104) 3528 : cluster [DBG] pgmap v2339: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:42.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:42 smithi184 bash[59794]: cephadm 2024-03-21T13:09:40.488907+0000 mgr.x (mgr.34104) 3529 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:42.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:42 smithi184 bash[59794]: cluster 2024-03-21T13:09:40.579023+0000 mgr.x (mgr.34104) 3530 : cluster [DBG] pgmap v2340: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:42.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:42 smithi184 bash[59794]: cluster 2024-03-21T13:09:40.579540+0000 mgr.x (mgr.34104) 3531 : cluster [DBG] pgmap v2341: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:42.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:42 smithi184 bash[59794]: cephadm 2024-03-21T13:09:40.589322+0000 mgr.x (mgr.34104) 3532 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:42.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:42 smithi184 bash[59794]: cluster 2024-03-21T13:09:40.680193+0000 mgr.x (mgr.34104) 3533 : cluster [DBG] pgmap v2342: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:42.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:42 smithi184 bash[59794]: cluster 2024-03-21T13:09:40.680986+0000 mgr.x (mgr.34104) 3534 : cluster [DBG] pgmap v2343: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:42.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:42 smithi184 bash[59794]: cephadm 2024-03-21T13:09:40.690280+0000 mgr.x (mgr.34104) 3535 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:42.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:42 smithi184 bash[59794]: cluster 2024-03-21T13:09:40.783001+0000 mgr.x (mgr.34104) 3536 : cluster [DBG] pgmap v2344: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:42.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:42 smithi184 bash[59794]: cluster 2024-03-21T13:09:40.783418+0000 mgr.x (mgr.34104) 3537 : cluster [DBG] pgmap v2345: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:42.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:42 smithi184 bash[59794]: cephadm 2024-03-21T13:09:40.793302+0000 mgr.x (mgr.34104) 3538 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:42.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:42 smithi184 bash[59794]: cluster 2024-03-21T13:09:40.884123+0000 mgr.x (mgr.34104) 3539 : cluster [DBG] pgmap v2346: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:42.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:42 smithi184 bash[59794]: cluster 2024-03-21T13:09:40.884504+0000 mgr.x (mgr.34104) 3540 : cluster [DBG] pgmap v2347: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:42.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:42 smithi184 bash[59794]: cephadm 2024-03-21T13:09:40.894577+0000 mgr.x (mgr.34104) 3541 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:42.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:42 smithi184 bash[59794]: audit 2024-03-21T13:09:40.896001+0000 mgr.x (mgr.34104) 3542 : audit [DBG] from='client.15585 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:09:42.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:42 smithi184 bash[59794]: cluster 2024-03-21T13:09:40.988791+0000 mgr.x (mgr.34104) 3543 : cluster [DBG] pgmap v2348: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:42.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:42 smithi184 bash[59794]: cluster 2024-03-21T13:09:40.989512+0000 mgr.x (mgr.34104) 3544 : cluster [DBG] pgmap v2349: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:42.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:42 smithi184 bash[59794]: cephadm 2024-03-21T13:09:40.998515+0000 mgr.x (mgr.34104) 3545 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:42.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:42 smithi184 bash[59794]: cluster 2024-03-21T13:09:41.088914+0000 mgr.x (mgr.34104) 3546 : cluster [DBG] pgmap v2350: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:42.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:42 smithi184 bash[59794]: cluster 2024-03-21T13:09:41.089635+0000 mgr.x (mgr.34104) 3547 : cluster [DBG] pgmap v2351: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:42.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:42 smithi184 bash[59794]: cephadm 2024-03-21T13:09:41.099105+0000 mgr.x (mgr.34104) 3548 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:42.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:42 smithi184 bash[59794]: cluster 2024-03-21T13:09:41.192735+0000 mgr.x (mgr.34104) 3549 : cluster [DBG] pgmap v2352: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:42.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:42 smithi184 bash[59794]: cluster 2024-03-21T13:09:41.193460+0000 mgr.x (mgr.34104) 3550 : cluster [DBG] pgmap v2353: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:42.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:42 smithi184 bash[59794]: cephadm 2024-03-21T13:09:41.202205+0000 mgr.x (mgr.34104) 3551 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:42.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:42 smithi184 bash[59794]: audit 2024-03-21T13:09:41.279019+0000 mon.a (mon.0) 5233 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:42.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:42 smithi184 bash[59794]: audit 2024-03-21T13:09:41.281732+0000 mon.a (mon.0) 5234 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:42.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:42 smithi184 bash[59794]: audit 2024-03-21T13:09:41.284803+0000 mon.a (mon.0) 5235 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:42.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:42 smithi184 bash[59794]: audit 2024-03-21T13:09:41.286252+0000 mon.a (mon.0) 5236 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:42.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:42 smithi184 bash[59794]: audit 2024-03-21T13:09:41.296778+0000 mon.a (mon.0) 5237 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:42.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:42 smithi184 bash[59794]: audit 2024-03-21T13:09:41.376298+0000 mon.a (mon.0) 5238 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:42.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:42 smithi184 bash[59794]: audit 2024-03-21T13:09:41.380914+0000 mon.a (mon.0) 5239 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:42.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:42 smithi184 bash[59794]: audit 2024-03-21T13:09:41.385510+0000 mon.a (mon.0) 5240 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:42.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:42 smithi184 bash[59794]: audit 2024-03-21T13:09:41.387319+0000 mon.a (mon.0) 5241 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:42.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:42 smithi184 bash[59794]: audit 2024-03-21T13:09:41.399339+0000 mon.a (mon.0) 5242 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:42.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:42 smithi184 bash[59794]: audit 2024-03-21T13:09:41.477997+0000 mon.a (mon.0) 5243 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:42.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:42 smithi184 bash[59794]: audit 2024-03-21T13:09:41.481938+0000 mon.a (mon.0) 5244 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:42.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:42 smithi184 bash[59794]: audit 2024-03-21T13:09:41.485061+0000 mon.a (mon.0) 5245 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:42.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:42 smithi184 bash[59794]: audit 2024-03-21T13:09:41.486264+0000 mon.a (mon.0) 5246 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:42.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:42 smithi184 bash[59794]: audit 2024-03-21T13:09:41.498197+0000 mon.a (mon.0) 5247 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:42.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:42 smithi184 bash[59794]: audit 2024-03-21T13:09:41.576636+0000 mon.a (mon.0) 5248 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:42.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:42 smithi184 bash[59794]: audit 2024-03-21T13:09:41.580000+0000 mon.a (mon.0) 5249 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:42.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:42 smithi184 bash[59794]: audit 2024-03-21T13:09:41.583962+0000 mon.a (mon.0) 5250 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:42.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:42 smithi184 bash[59794]: audit 2024-03-21T13:09:41.585632+0000 mon.a (mon.0) 5251 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:42.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:42 smithi184 bash[59794]: audit 2024-03-21T13:09:41.596819+0000 mon.a (mon.0) 5252 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:42.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:42 smithi184 bash[59794]: audit 2024-03-21T13:09:41.677216+0000 mon.a (mon.0) 5253 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:42.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:42 smithi184 bash[59794]: audit 2024-03-21T13:09:41.680795+0000 mon.a (mon.0) 5254 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:42.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:42 smithi184 bash[59794]: audit 2024-03-21T13:09:41.685131+0000 mon.a (mon.0) 5255 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:42.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:42 smithi184 bash[59794]: audit 2024-03-21T13:09:41.687200+0000 mon.a (mon.0) 5256 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:42.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:42 smithi184 bash[59794]: audit 2024-03-21T13:09:41.698663+0000 mon.a (mon.0) 5257 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:42.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:42 smithi184 bash[59794]: audit 2024-03-21T13:09:41.781987+0000 mon.a (mon.0) 5258 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:42.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:42 smithi184 bash[59794]: audit 2024-03-21T13:09:41.785524+0000 mon.a (mon.0) 5259 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:42.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:42 smithi184 bash[59794]: audit 2024-03-21T13:09:41.788693+0000 mon.a (mon.0) 5260 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:42.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:42 smithi184 bash[59794]: audit 2024-03-21T13:09:41.790458+0000 mon.a (mon.0) 5261 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:42.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:42 smithi184 bash[59794]: audit 2024-03-21T13:09:41.802605+0000 mon.a (mon.0) 5262 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:42.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:42 smithi184 bash[59794]: audit 2024-03-21T13:09:41.881646+0000 mon.a (mon.0) 5263 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:42.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:42 smithi184 bash[59794]: audit 2024-03-21T13:09:41.884692+0000 mon.a (mon.0) 5264 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:42.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:42 smithi184 bash[59794]: audit 2024-03-21T13:09:41.887824+0000 mon.a (mon.0) 5265 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:42.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:42 smithi184 bash[59794]: audit 2024-03-21T13:09:41.889080+0000 mon.a (mon.0) 5266 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:42.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:42 smithi184 bash[59794]: audit 2024-03-21T13:09:41.900460+0000 mon.a (mon.0) 5267 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:42.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:42 smithi184 bash[59794]: audit 2024-03-21T13:09:41.982603+0000 mon.a (mon.0) 5268 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:42.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:42 smithi184 bash[59794]: audit 2024-03-21T13:09:41.985964+0000 mon.a (mon.0) 5269 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:42.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:42 smithi184 bash[59794]: audit 2024-03-21T13:09:41.989102+0000 mon.a (mon.0) 5270 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:42.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:42 smithi184 bash[59794]: audit 2024-03-21T13:09:41.990671+0000 mon.a (mon.0) 5271 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:42.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:42 smithi184 bash[59794]: audit 2024-03-21T13:09:42.001553+0000 mon.a (mon.0) 5272 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:42.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:42 smithi184 bash[59794]: audit 2024-03-21T13:09:42.084147+0000 mon.a (mon.0) 5273 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:42.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:42 smithi184 bash[59794]: audit 2024-03-21T13:09:42.087084+0000 mon.a (mon.0) 5274 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:42.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:42 smithi184 bash[59794]: audit 2024-03-21T13:09:42.090068+0000 mon.a (mon.0) 5275 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:42.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:42 smithi184 bash[59794]: audit 2024-03-21T13:09:42.091160+0000 mon.a (mon.0) 5276 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:42.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:42 smithi184 bash[59794]: audit 2024-03-21T13:09:42.103579+0000 mon.a (mon.0) 5277 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:42.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:42 smithi184 bash[59794]: audit 2024-03-21T13:09:42.187113+0000 mon.a (mon.0) 5278 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:42.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:42 smithi184 bash[59794]: audit 2024-03-21T13:09:42.190446+0000 mon.a (mon.0) 5279 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:42.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:42 smithi184 bash[59794]: audit 2024-03-21T13:09:42.193917+0000 mon.a (mon.0) 5280 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:42.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:42 smithi184 bash[59794]: audit 2024-03-21T13:09:42.195549+0000 mon.a (mon.0) 5281 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:42.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:42 smithi184 bash[59794]: audit 2024-03-21T13:09:42.207440+0000 mon.a (mon.0) 5282 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:43.277 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:43 smithi184 bash[59794]: cluster 2024-03-21T13:09:41.289068+0000 mgr.x (mgr.34104) 3552 : cluster [DBG] pgmap v2354: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:43.277 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:43 smithi184 bash[59794]: cluster 2024-03-21T13:09:41.289742+0000 mgr.x (mgr.34104) 3553 : cluster [DBG] pgmap v2355: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:43.277 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:43 smithi184 bash[59794]: cephadm 2024-03-21T13:09:41.298360+0000 mgr.x (mgr.34104) 3554 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:43.277 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:43 smithi184 bash[59794]: cluster 2024-03-21T13:09:41.390864+0000 mgr.x (mgr.34104) 3555 : cluster [DBG] pgmap v2356: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:43.278 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:43 smithi184 bash[59794]: cluster 2024-03-21T13:09:41.391621+0000 mgr.x (mgr.34104) 3556 : cluster [DBG] pgmap v2357: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:43.278 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:43 smithi184 bash[59794]: cephadm 2024-03-21T13:09:41.400831+0000 mgr.x (mgr.34104) 3557 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:43.278 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:43 smithi184 bash[59794]: cluster 2024-03-21T13:09:41.489210+0000 mgr.x (mgr.34104) 3558 : cluster [DBG] pgmap v2358: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:43.278 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:43 smithi184 bash[59794]: cluster 2024-03-21T13:09:41.489598+0000 mgr.x (mgr.34104) 3559 : cluster [DBG] pgmap v2359: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:43.278 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:43 smithi184 bash[59794]: cephadm 2024-03-21T13:09:41.499660+0000 mgr.x (mgr.34104) 3560 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:43.278 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:43 smithi184 bash[59794]: cluster 2024-03-21T13:09:41.588731+0000 mgr.x (mgr.34104) 3561 : cluster [DBG] pgmap v2360: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:43.278 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:43 smithi184 bash[59794]: cluster 2024-03-21T13:09:41.589334+0000 mgr.x (mgr.34104) 3562 : cluster [DBG] pgmap v2361: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:43.278 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:43 smithi184 bash[59794]: cephadm 2024-03-21T13:09:41.598248+0000 mgr.x (mgr.34104) 3563 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:43.278 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:43 smithi184 bash[59794]: cluster 2024-03-21T13:09:41.690468+0000 mgr.x (mgr.34104) 3564 : cluster [DBG] pgmap v2362: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:43.278 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:43 smithi184 bash[59794]: cluster 2024-03-21T13:09:41.691167+0000 mgr.x (mgr.34104) 3565 : cluster [DBG] pgmap v2363: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:43.278 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:09:43 smithi184 bash[73094]: debug 2024-03-21T13:09:43.028+0000 7ff905a837c0 -1 osd.6 0 read_superblock omap replica is missing. 2024-03-21T13:09:43.279 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:09:43 smithi184 bash[73094]: debug 2024-03-21T13:09:43.072+0000 7ff905a837c0 -1 osd.6 161 log_to_monitors true 2024-03-21T13:09:43.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[75692]: cluster 2024-03-21T13:09:41.289068+0000 mgr.x (mgr.34104) 3552 : cluster [DBG] pgmap v2354: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:43.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[75692]: cluster 2024-03-21T13:09:41.289742+0000 mgr.x (mgr.34104) 3553 : cluster [DBG] pgmap v2355: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:43.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[75692]: cephadm 2024-03-21T13:09:41.298360+0000 mgr.x (mgr.34104) 3554 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:43.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[75692]: cluster 2024-03-21T13:09:41.390864+0000 mgr.x (mgr.34104) 3555 : cluster [DBG] pgmap v2356: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:43.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[75692]: cluster 2024-03-21T13:09:41.391621+0000 mgr.x (mgr.34104) 3556 : cluster [DBG] pgmap v2357: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:43.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[75692]: cephadm 2024-03-21T13:09:41.400831+0000 mgr.x (mgr.34104) 3557 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:43.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[75692]: cluster 2024-03-21T13:09:41.489210+0000 mgr.x (mgr.34104) 3558 : cluster [DBG] pgmap v2358: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:43.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[75692]: cluster 2024-03-21T13:09:41.489598+0000 mgr.x (mgr.34104) 3559 : cluster [DBG] pgmap v2359: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:43.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[75692]: cephadm 2024-03-21T13:09:41.499660+0000 mgr.x (mgr.34104) 3560 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:43.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[75692]: cluster 2024-03-21T13:09:41.588731+0000 mgr.x (mgr.34104) 3561 : cluster [DBG] pgmap v2360: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:43.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[75692]: cluster 2024-03-21T13:09:41.589334+0000 mgr.x (mgr.34104) 3562 : cluster [DBG] pgmap v2361: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:43.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[75692]: cephadm 2024-03-21T13:09:41.598248+0000 mgr.x (mgr.34104) 3563 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:43.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[75692]: cluster 2024-03-21T13:09:41.690468+0000 mgr.x (mgr.34104) 3564 : cluster [DBG] pgmap v2362: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:43.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[75692]: cluster 2024-03-21T13:09:41.691167+0000 mgr.x (mgr.34104) 3565 : cluster [DBG] pgmap v2363: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:43.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[75692]: cephadm 2024-03-21T13:09:41.700131+0000 mgr.x (mgr.34104) 3566 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:43.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[77880]: cluster 2024-03-21T13:09:41.289068+0000 mgr.x (mgr.34104) 3552 : cluster [DBG] pgmap v2354: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:43.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[77880]: cluster 2024-03-21T13:09:41.289742+0000 mgr.x (mgr.34104) 3553 : cluster [DBG] pgmap v2355: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:43.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[77880]: cephadm 2024-03-21T13:09:41.298360+0000 mgr.x (mgr.34104) 3554 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:43.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[77880]: cluster 2024-03-21T13:09:41.390864+0000 mgr.x (mgr.34104) 3555 : cluster [DBG] pgmap v2356: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:43.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[77880]: cluster 2024-03-21T13:09:41.391621+0000 mgr.x (mgr.34104) 3556 : cluster [DBG] pgmap v2357: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:43.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[77880]: cephadm 2024-03-21T13:09:41.400831+0000 mgr.x (mgr.34104) 3557 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:43.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[77880]: cluster 2024-03-21T13:09:41.489210+0000 mgr.x (mgr.34104) 3558 : cluster [DBG] pgmap v2358: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:43.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[77880]: cluster 2024-03-21T13:09:41.489598+0000 mgr.x (mgr.34104) 3559 : cluster [DBG] pgmap v2359: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:43.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[77880]: cephadm 2024-03-21T13:09:41.499660+0000 mgr.x (mgr.34104) 3560 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:43.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[77880]: cluster 2024-03-21T13:09:41.588731+0000 mgr.x (mgr.34104) 3561 : cluster [DBG] pgmap v2360: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:43.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[77880]: cluster 2024-03-21T13:09:41.589334+0000 mgr.x (mgr.34104) 3562 : cluster [DBG] pgmap v2361: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:43.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[77880]: cephadm 2024-03-21T13:09:41.598248+0000 mgr.x (mgr.34104) 3563 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:43.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[77880]: cluster 2024-03-21T13:09:41.690468+0000 mgr.x (mgr.34104) 3564 : cluster [DBG] pgmap v2362: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:43.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[77880]: cluster 2024-03-21T13:09:41.691167+0000 mgr.x (mgr.34104) 3565 : cluster [DBG] pgmap v2363: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:43.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[77880]: cephadm 2024-03-21T13:09:41.700131+0000 mgr.x (mgr.34104) 3566 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:43.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[75692]: cluster 2024-03-21T13:09:41.794035+0000 mgr.x (mgr.34104) 3567 : cluster [DBG] pgmap v2364: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:43.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[75692]: cluster 2024-03-21T13:09:41.794900+0000 mgr.x (mgr.34104) 3568 : cluster [DBG] pgmap v2365: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:43.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[75692]: cephadm 2024-03-21T13:09:41.804459+0000 mgr.x (mgr.34104) 3569 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:43.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[75692]: cluster 2024-03-21T13:09:41.891770+0000 mgr.x (mgr.34104) 3570 : cluster [DBG] pgmap v2366: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:43.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[75692]: cluster 2024-03-21T13:09:41.892265+0000 mgr.x (mgr.34104) 3571 : cluster [DBG] pgmap v2367: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:43.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[75692]: cephadm 2024-03-21T13:09:41.901945+0000 mgr.x (mgr.34104) 3572 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:43.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[75692]: cluster 2024-03-21T13:09:41.993657+0000 mgr.x (mgr.34104) 3573 : cluster [DBG] pgmap v2368: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:43.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[75692]: cluster 2024-03-21T13:09:41.994224+0000 mgr.x (mgr.34104) 3574 : cluster [DBG] pgmap v2369: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:43.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[75692]: cephadm 2024-03-21T13:09:42.003182+0000 mgr.x (mgr.34104) 3575 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:43.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[75692]: cluster 2024-03-21T13:09:42.094881+0000 mgr.x (mgr.34104) 3576 : cluster [DBG] pgmap v2370: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:43.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[75692]: cluster 2024-03-21T13:09:42.095695+0000 mgr.x (mgr.34104) 3577 : cluster [DBG] pgmap v2371: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:43.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[75692]: cephadm 2024-03-21T13:09:42.105218+0000 mgr.x (mgr.34104) 3578 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:43.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[75692]: cluster 2024-03-21T13:09:42.199223+0000 mgr.x (mgr.34104) 3579 : cluster [DBG] pgmap v2372: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:43.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[75692]: cluster 2024-03-21T13:09:42.200079+0000 mgr.x (mgr.34104) 3580 : cluster [DBG] pgmap v2373: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:43.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[75692]: cephadm 2024-03-21T13:09:42.209411+0000 mgr.x (mgr.34104) 3581 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:43.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[75692]: audit 2024-03-21T13:09:42.286262+0000 mon.a (mon.0) 5283 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:43.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[77880]: cluster 2024-03-21T13:09:41.794035+0000 mgr.x (mgr.34104) 3567 : cluster [DBG] pgmap v2364: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:43.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[77880]: cluster 2024-03-21T13:09:41.794900+0000 mgr.x (mgr.34104) 3568 : cluster [DBG] pgmap v2365: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:43.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[77880]: cephadm 2024-03-21T13:09:41.804459+0000 mgr.x (mgr.34104) 3569 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:43.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[77880]: cluster 2024-03-21T13:09:41.891770+0000 mgr.x (mgr.34104) 3570 : cluster [DBG] pgmap v2366: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:43.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[77880]: cluster 2024-03-21T13:09:41.892265+0000 mgr.x (mgr.34104) 3571 : cluster [DBG] pgmap v2367: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:43.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[77880]: cephadm 2024-03-21T13:09:41.901945+0000 mgr.x (mgr.34104) 3572 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:43.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[77880]: cluster 2024-03-21T13:09:41.993657+0000 mgr.x (mgr.34104) 3573 : cluster [DBG] pgmap v2368: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:43.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[77880]: cluster 2024-03-21T13:09:41.994224+0000 mgr.x (mgr.34104) 3574 : cluster [DBG] pgmap v2369: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:43.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[77880]: cephadm 2024-03-21T13:09:42.003182+0000 mgr.x (mgr.34104) 3575 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:43.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[77880]: cluster 2024-03-21T13:09:42.094881+0000 mgr.x (mgr.34104) 3576 : cluster [DBG] pgmap v2370: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:43.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[77880]: cluster 2024-03-21T13:09:42.095695+0000 mgr.x (mgr.34104) 3577 : cluster [DBG] pgmap v2371: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:43.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[77880]: cephadm 2024-03-21T13:09:42.105218+0000 mgr.x (mgr.34104) 3578 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:43.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[77880]: cluster 2024-03-21T13:09:42.199223+0000 mgr.x (mgr.34104) 3579 : cluster [DBG] pgmap v2372: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:43.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[77880]: cluster 2024-03-21T13:09:42.200079+0000 mgr.x (mgr.34104) 3580 : cluster [DBG] pgmap v2373: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:43.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[77880]: cephadm 2024-03-21T13:09:42.209411+0000 mgr.x (mgr.34104) 3581 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:43.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[77880]: audit 2024-03-21T13:09:42.286262+0000 mon.a (mon.0) 5283 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:43.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[75692]: audit 2024-03-21T13:09:42.289608+0000 mon.a (mon.0) 5284 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:43.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[75692]: audit 2024-03-21T13:09:42.292635+0000 mon.a (mon.0) 5285 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:43.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[75692]: audit 2024-03-21T13:09:42.294230+0000 mon.a (mon.0) 5286 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:43.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[75692]: cluster 2024-03-21T13:09:42.297578+0000 mgr.x (mgr.34104) 3582 : cluster [DBG] pgmap v2374: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:43.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[75692]: cluster 2024-03-21T13:09:42.298384+0000 mgr.x (mgr.34104) 3583 : cluster [DBG] pgmap v2375: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:43.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[75692]: audit 2024-03-21T13:09:42.305353+0000 mon.a (mon.0) 5287 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:43.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[75692]: cephadm 2024-03-21T13:09:42.306870+0000 mgr.x (mgr.34104) 3584 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:43.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[75692]: audit 2024-03-21T13:09:42.388138+0000 mon.a (mon.0) 5288 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:43.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[75692]: audit 2024-03-21T13:09:42.391338+0000 mon.a (mon.0) 5289 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:43.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[75692]: audit 2024-03-21T13:09:42.396062+0000 mon.a (mon.0) 5290 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:43.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[75692]: audit 2024-03-21T13:09:42.397722+0000 mon.a (mon.0) 5291 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:43.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[75692]: cluster 2024-03-21T13:09:42.401305+0000 mgr.x (mgr.34104) 3585 : cluster [DBG] pgmap v2376: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:43.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[75692]: cluster 2024-03-21T13:09:42.401712+0000 mgr.x (mgr.34104) 3586 : cluster [DBG] pgmap v2377: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:43.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[75692]: audit 2024-03-21T13:09:42.410589+0000 mon.a (mon.0) 5292 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:43.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[75692]: cephadm 2024-03-21T13:09:42.412081+0000 mgr.x (mgr.34104) 3587 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:43.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[75692]: audit 2024-03-21T13:09:42.494168+0000 mon.a (mon.0) 5293 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:43.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[75692]: audit 2024-03-21T13:09:42.497238+0000 mon.a (mon.0) 5294 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:43.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[75692]: audit 2024-03-21T13:09:42.500777+0000 mon.a (mon.0) 5295 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:43.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[77880]: audit 2024-03-21T13:09:42.289608+0000 mon.a (mon.0) 5284 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:43.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[77880]: audit 2024-03-21T13:09:42.292635+0000 mon.a (mon.0) 5285 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:43.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[77880]: audit 2024-03-21T13:09:42.294230+0000 mon.a (mon.0) 5286 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:43.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[77880]: cluster 2024-03-21T13:09:42.297578+0000 mgr.x (mgr.34104) 3582 : cluster [DBG] pgmap v2374: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:43.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[77880]: cluster 2024-03-21T13:09:42.298384+0000 mgr.x (mgr.34104) 3583 : cluster [DBG] pgmap v2375: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:43.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[77880]: audit 2024-03-21T13:09:42.305353+0000 mon.a (mon.0) 5287 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:43.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[77880]: cephadm 2024-03-21T13:09:42.306870+0000 mgr.x (mgr.34104) 3584 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:43.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[77880]: audit 2024-03-21T13:09:42.388138+0000 mon.a (mon.0) 5288 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:43.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[77880]: audit 2024-03-21T13:09:42.391338+0000 mon.a (mon.0) 5289 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:43.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[77880]: audit 2024-03-21T13:09:42.396062+0000 mon.a (mon.0) 5290 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:43.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[77880]: audit 2024-03-21T13:09:42.397722+0000 mon.a (mon.0) 5291 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:43.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[77880]: cluster 2024-03-21T13:09:42.401305+0000 mgr.x (mgr.34104) 3585 : cluster [DBG] pgmap v2376: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:43.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[77880]: cluster 2024-03-21T13:09:42.401712+0000 mgr.x (mgr.34104) 3586 : cluster [DBG] pgmap v2377: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:43.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[77880]: audit 2024-03-21T13:09:42.410589+0000 mon.a (mon.0) 5292 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:43.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[77880]: cephadm 2024-03-21T13:09:42.412081+0000 mgr.x (mgr.34104) 3587 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:43.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[77880]: audit 2024-03-21T13:09:42.494168+0000 mon.a (mon.0) 5293 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:43.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[77880]: audit 2024-03-21T13:09:42.497238+0000 mon.a (mon.0) 5294 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:43.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[77880]: audit 2024-03-21T13:09:42.500777+0000 mon.a (mon.0) 5295 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:43.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[75692]: audit 2024-03-21T13:09:42.502023+0000 mon.a (mon.0) 5296 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:43.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[75692]: cluster 2024-03-21T13:09:42.505149+0000 mgr.x (mgr.34104) 3588 : cluster [DBG] pgmap v2378: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:43.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[75692]: cluster 2024-03-21T13:09:42.505948+0000 mgr.x (mgr.34104) 3589 : cluster [DBG] pgmap v2379: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:43.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[75692]: audit 2024-03-21T13:09:42.513393+0000 mon.a (mon.0) 5297 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:43.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[75692]: cephadm 2024-03-21T13:09:42.514868+0000 mgr.x (mgr.34104) 3590 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:43.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[75692]: audit 2024-03-21T13:09:42.596419+0000 mon.a (mon.0) 5298 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:43.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[75692]: audit 2024-03-21T13:09:42.599751+0000 mon.a (mon.0) 5299 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:43.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[75692]: audit 2024-03-21T13:09:42.602643+0000 mon.a (mon.0) 5300 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:43.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[75692]: audit 2024-03-21T13:09:42.604030+0000 mon.a (mon.0) 5301 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:43.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[75692]: cluster 2024-03-21T13:09:42.607099+0000 mgr.x (mgr.34104) 3591 : cluster [DBG] pgmap v2380: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:43.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[75692]: cluster 2024-03-21T13:09:42.607859+0000 mgr.x (mgr.34104) 3592 : cluster [DBG] pgmap v2381: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:43.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[75692]: audit 2024-03-21T13:09:42.615400+0000 mon.a (mon.0) 5302 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:43.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[75692]: cephadm 2024-03-21T13:09:42.617053+0000 mgr.x (mgr.34104) 3593 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:43.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[75692]: audit 2024-03-21T13:09:42.697214+0000 mon.a (mon.0) 5303 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:43.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[75692]: audit 2024-03-21T13:09:42.701065+0000 mon.a (mon.0) 5304 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:43.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[75692]: audit 2024-03-21T13:09:42.704064+0000 mon.a (mon.0) 5305 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:43.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[75692]: audit 2024-03-21T13:09:42.705359+0000 mon.a (mon.0) 5306 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:43.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[75692]: cluster 2024-03-21T13:09:42.708179+0000 mgr.x (mgr.34104) 3594 : cluster [DBG] pgmap v2382: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:43.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[77880]: audit 2024-03-21T13:09:42.502023+0000 mon.a (mon.0) 5296 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:43.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[77880]: cluster 2024-03-21T13:09:42.505149+0000 mgr.x (mgr.34104) 3588 : cluster [DBG] pgmap v2378: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:43.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[77880]: cluster 2024-03-21T13:09:42.505948+0000 mgr.x (mgr.34104) 3589 : cluster [DBG] pgmap v2379: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:43.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[77880]: audit 2024-03-21T13:09:42.513393+0000 mon.a (mon.0) 5297 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:43.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[77880]: cephadm 2024-03-21T13:09:42.514868+0000 mgr.x (mgr.34104) 3590 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:43.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[77880]: audit 2024-03-21T13:09:42.596419+0000 mon.a (mon.0) 5298 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:43.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[77880]: audit 2024-03-21T13:09:42.599751+0000 mon.a (mon.0) 5299 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:43.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[77880]: audit 2024-03-21T13:09:42.602643+0000 mon.a (mon.0) 5300 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:43.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[77880]: audit 2024-03-21T13:09:42.604030+0000 mon.a (mon.0) 5301 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:43.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[77880]: cluster 2024-03-21T13:09:42.607099+0000 mgr.x (mgr.34104) 3591 : cluster [DBG] pgmap v2380: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:43.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[77880]: cluster 2024-03-21T13:09:42.607859+0000 mgr.x (mgr.34104) 3592 : cluster [DBG] pgmap v2381: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:43.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[77880]: audit 2024-03-21T13:09:42.615400+0000 mon.a (mon.0) 5302 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:43.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[77880]: cephadm 2024-03-21T13:09:42.617053+0000 mgr.x (mgr.34104) 3593 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:43.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[77880]: audit 2024-03-21T13:09:42.697214+0000 mon.a (mon.0) 5303 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:43.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[77880]: audit 2024-03-21T13:09:42.701065+0000 mon.a (mon.0) 5304 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:43.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[77880]: audit 2024-03-21T13:09:42.704064+0000 mon.a (mon.0) 5305 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:43.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[77880]: audit 2024-03-21T13:09:42.705359+0000 mon.a (mon.0) 5306 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:43.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[77880]: cluster 2024-03-21T13:09:42.708179+0000 mgr.x (mgr.34104) 3594 : cluster [DBG] pgmap v2382: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:43.562 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[75692]: cluster 2024-03-21T13:09:42.708523+0000 mgr.x (mgr.34104) 3595 : cluster [DBG] pgmap v2383: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:43.562 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[75692]: audit 2024-03-21T13:09:42.715429+0000 mon.a (mon.0) 5307 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:43.562 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[75692]: cephadm 2024-03-21T13:09:42.716838+0000 mgr.x (mgr.34104) 3596 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:43.562 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[75692]: audit 2024-03-21T13:09:42.795575+0000 mon.a (mon.0) 5308 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:43.562 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[75692]: audit 2024-03-21T13:09:42.799090+0000 mon.a (mon.0) 5309 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:43.562 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[75692]: audit 2024-03-21T13:09:42.802349+0000 mon.a (mon.0) 5310 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:43.562 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[75692]: audit 2024-03-21T13:09:42.803836+0000 mon.a (mon.0) 5311 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:43.562 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[75692]: cluster 2024-03-21T13:09:42.807312+0000 mgr.x (mgr.34104) 3597 : cluster [DBG] pgmap v2384: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:43.563 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[75692]: cluster 2024-03-21T13:09:42.808075+0000 mgr.x (mgr.34104) 3598 : cluster [DBG] pgmap v2385: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:43.563 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[75692]: audit 2024-03-21T13:09:42.816330+0000 mon.a (mon.0) 5312 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:43.563 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[75692]: cephadm 2024-03-21T13:09:42.817925+0000 mgr.x (mgr.34104) 3599 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:43.563 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[75692]: audit 2024-03-21T13:09:42.897694+0000 mon.a (mon.0) 5313 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:43.563 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[75692]: audit 2024-03-21T13:09:42.900750+0000 mon.a (mon.0) 5314 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:43.563 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[75692]: audit 2024-03-21T13:09:42.904127+0000 mon.a (mon.0) 5315 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:43.563 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[75692]: audit 2024-03-21T13:09:42.905926+0000 mon.a (mon.0) 5316 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:43.563 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[75692]: cluster 2024-03-21T13:09:42.909156+0000 mgr.x (mgr.34104) 3600 : cluster [DBG] pgmap v2386: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:43.563 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[75692]: audit 2024-03-21T13:09:42.914961+0000 mon.a (mon.0) 5317 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:43.563 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[75692]: cephadm 2024-03-21T13:09:42.916431+0000 mgr.x (mgr.34104) 3601 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:43.563 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[77880]: cluster 2024-03-21T13:09:42.708523+0000 mgr.x (mgr.34104) 3595 : cluster [DBG] pgmap v2383: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:43.564 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[77880]: audit 2024-03-21T13:09:42.715429+0000 mon.a (mon.0) 5307 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:43.564 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[77880]: cephadm 2024-03-21T13:09:42.716838+0000 mgr.x (mgr.34104) 3596 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:43.564 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[77880]: audit 2024-03-21T13:09:42.795575+0000 mon.a (mon.0) 5308 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:43.564 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[77880]: audit 2024-03-21T13:09:42.799090+0000 mon.a (mon.0) 5309 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:43.564 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[77880]: audit 2024-03-21T13:09:42.802349+0000 mon.a (mon.0) 5310 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:43.564 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[77880]: audit 2024-03-21T13:09:42.803836+0000 mon.a (mon.0) 5311 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:43.564 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[77880]: cluster 2024-03-21T13:09:42.807312+0000 mgr.x (mgr.34104) 3597 : cluster [DBG] pgmap v2384: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:43.564 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[77880]: cluster 2024-03-21T13:09:42.808075+0000 mgr.x (mgr.34104) 3598 : cluster [DBG] pgmap v2385: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:43.564 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[77880]: audit 2024-03-21T13:09:42.816330+0000 mon.a (mon.0) 5312 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:43.564 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[77880]: cephadm 2024-03-21T13:09:42.817925+0000 mgr.x (mgr.34104) 3599 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:43.565 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[77880]: audit 2024-03-21T13:09:42.897694+0000 mon.a (mon.0) 5313 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:43.565 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[77880]: audit 2024-03-21T13:09:42.900750+0000 mon.a (mon.0) 5314 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:43.565 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[77880]: audit 2024-03-21T13:09:42.904127+0000 mon.a (mon.0) 5315 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:43.565 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[77880]: audit 2024-03-21T13:09:42.905926+0000 mon.a (mon.0) 5316 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:43.565 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[77880]: cluster 2024-03-21T13:09:42.909156+0000 mgr.x (mgr.34104) 3600 : cluster [DBG] pgmap v2386: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:43.565 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[77880]: audit 2024-03-21T13:09:42.914961+0000 mon.a (mon.0) 5317 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:43.565 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[77880]: cephadm 2024-03-21T13:09:42.916431+0000 mgr.x (mgr.34104) 3601 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:43.565 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[75692]: audit 2024-03-21T13:09:42.996188+0000 mon.a (mon.0) 5318 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:43.565 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[75692]: audit 2024-03-21T13:09:43.001844+0000 mon.a (mon.0) 5319 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:43.566 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[75692]: audit 2024-03-21T13:09:43.006152+0000 mon.a (mon.0) 5320 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:43.566 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[75692]: audit 2024-03-21T13:09:43.007410+0000 mon.a (mon.0) 5321 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:43.566 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[75692]: cluster 2024-03-21T13:09:43.010395+0000 mgr.x (mgr.34104) 3602 : cluster [DBG] pgmap v2387: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:43.566 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[75692]: cluster 2024-03-21T13:09:43.010975+0000 mgr.x (mgr.34104) 3603 : cluster [DBG] pgmap v2388: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:43.566 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[75692]: audit 2024-03-21T13:09:43.018702+0000 mon.a (mon.0) 5322 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:43.566 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[75692]: cephadm 2024-03-21T13:09:43.020378+0000 mgr.x (mgr.34104) 3604 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:43.566 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[75692]: audit 2024-03-21T13:09:43.080538+0000 mon.a (mon.0) 5323 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:43.566 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[75692]: audit 2024-03-21T13:09:43.083123+0000 mon.a (mon.0) 5324 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-03-21T13:09:43.566 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[75692]: audit 2024-03-21T13:09:43.083297+0000 mon.b (mon.2) 9 : audit [INF] from='osd.6 [v2:172.21.15.184:6816/22547901,v1:172.21.15.184:6817/22547901]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-03-21T13:09:43.566 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[75692]: audit 2024-03-21T13:09:43.083990+0000 mon.a (mon.0) 5325 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:43.566 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[75692]: audit 2024-03-21T13:09:43.086584+0000 mon.a (mon.0) 5326 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:43.566 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[75692]: audit 2024-03-21T13:09:43.087924+0000 mon.a (mon.0) 5327 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:43.566 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[75692]: cluster 2024-03-21T13:09:43.090844+0000 mgr.x (mgr.34104) 3605 : cluster [DBG] pgmap v2389: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:43.567 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[75692]: cluster 2024-03-21T13:09:43.091306+0000 mgr.x (mgr.34104) 3606 : cluster [DBG] pgmap v2390: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:43.567 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[75692]: audit 2024-03-21T13:09:43.099439+0000 mon.a (mon.0) 5328 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:43.567 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[75692]: cephadm 2024-03-21T13:09:43.100885+0000 mgr.x (mgr.34104) 3607 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:43.567 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[75692]: audit 2024-03-21T13:09:43.181117+0000 mon.a (mon.0) 5329 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:43.567 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[75692]: audit 2024-03-21T13:09:43.184048+0000 mon.a (mon.0) 5330 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:43.567 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[75692]: audit 2024-03-21T13:09:43.187314+0000 mon.a (mon.0) 5331 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:43.567 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[75692]: audit 2024-03-21T13:09:43.188503+0000 mon.a (mon.0) 5332 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:43.567 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[75692]: cluster 2024-03-21T13:09:43.191452+0000 mgr.x (mgr.34104) 3608 : cluster [DBG] pgmap v2391: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:43.567 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[75692]: cluster 2024-03-21T13:09:43.192118+0000 mgr.x (mgr.34104) 3609 : cluster [DBG] pgmap v2392: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:43.567 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[75692]: audit 2024-03-21T13:09:43.199499+0000 mon.a (mon.0) 5333 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:43.567 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[75692]: cephadm 2024-03-21T13:09:43.200883+0000 mgr.x (mgr.34104) 3610 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:43.568 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[77880]: audit 2024-03-21T13:09:42.996188+0000 mon.a (mon.0) 5318 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:43.568 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[77880]: audit 2024-03-21T13:09:43.001844+0000 mon.a (mon.0) 5319 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:43.568 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[77880]: audit 2024-03-21T13:09:43.006152+0000 mon.a (mon.0) 5320 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:43.568 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[77880]: audit 2024-03-21T13:09:43.007410+0000 mon.a (mon.0) 5321 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:43.568 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[77880]: cluster 2024-03-21T13:09:43.010395+0000 mgr.x (mgr.34104) 3602 : cluster [DBG] pgmap v2387: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:43.568 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[77880]: cluster 2024-03-21T13:09:43.010975+0000 mgr.x (mgr.34104) 3603 : cluster [DBG] pgmap v2388: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:43.568 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[77880]: audit 2024-03-21T13:09:43.018702+0000 mon.a (mon.0) 5322 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:43.568 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[77880]: cephadm 2024-03-21T13:09:43.020378+0000 mgr.x (mgr.34104) 3604 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:43.568 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[77880]: audit 2024-03-21T13:09:43.080538+0000 mon.a (mon.0) 5323 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:43.568 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[77880]: audit 2024-03-21T13:09:43.083123+0000 mon.a (mon.0) 5324 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-03-21T13:09:43.568 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[77880]: audit 2024-03-21T13:09:43.083297+0000 mon.b (mon.2) 9 : audit [INF] from='osd.6 [v2:172.21.15.184:6816/22547901,v1:172.21.15.184:6817/22547901]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-03-21T13:09:43.568 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[77880]: audit 2024-03-21T13:09:43.083990+0000 mon.a (mon.0) 5325 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:43.568 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[77880]: audit 2024-03-21T13:09:43.086584+0000 mon.a (mon.0) 5326 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:43.569 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[77880]: audit 2024-03-21T13:09:43.087924+0000 mon.a (mon.0) 5327 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:43.569 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[77880]: cluster 2024-03-21T13:09:43.090844+0000 mgr.x (mgr.34104) 3605 : cluster [DBG] pgmap v2389: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:43.569 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[77880]: cluster 2024-03-21T13:09:43.091306+0000 mgr.x (mgr.34104) 3606 : cluster [DBG] pgmap v2390: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:43.569 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[77880]: audit 2024-03-21T13:09:43.099439+0000 mon.a (mon.0) 5328 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:43.569 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[77880]: cephadm 2024-03-21T13:09:43.100885+0000 mgr.x (mgr.34104) 3607 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:43.569 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[77880]: audit 2024-03-21T13:09:43.181117+0000 mon.a (mon.0) 5329 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:43.569 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[77880]: audit 2024-03-21T13:09:43.184048+0000 mon.a (mon.0) 5330 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:43.569 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[77880]: audit 2024-03-21T13:09:43.187314+0000 mon.a (mon.0) 5331 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:43.569 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[77880]: audit 2024-03-21T13:09:43.188503+0000 mon.a (mon.0) 5332 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:43.569 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[77880]: cluster 2024-03-21T13:09:43.191452+0000 mgr.x (mgr.34104) 3608 : cluster [DBG] pgmap v2391: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:43.569 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[77880]: cluster 2024-03-21T13:09:43.192118+0000 mgr.x (mgr.34104) 3609 : cluster [DBG] pgmap v2392: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:43.569 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[77880]: audit 2024-03-21T13:09:43.199499+0000 mon.a (mon.0) 5333 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:43.569 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:43 smithi178 bash[77880]: cephadm 2024-03-21T13:09:43.200883+0000 mgr.x (mgr.34104) 3610 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:43.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:43 smithi184 bash[59794]: cephadm 2024-03-21T13:09:41.700131+0000 mgr.x (mgr.34104) 3566 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:43.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:43 smithi184 bash[59794]: cluster 2024-03-21T13:09:41.794035+0000 mgr.x (mgr.34104) 3567 : cluster [DBG] pgmap v2364: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:43.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:43 smithi184 bash[59794]: cluster 2024-03-21T13:09:41.794900+0000 mgr.x (mgr.34104) 3568 : cluster [DBG] pgmap v2365: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:43.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:43 smithi184 bash[59794]: cephadm 2024-03-21T13:09:41.804459+0000 mgr.x (mgr.34104) 3569 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:43.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:43 smithi184 bash[59794]: cluster 2024-03-21T13:09:41.891770+0000 mgr.x (mgr.34104) 3570 : cluster [DBG] pgmap v2366: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:43.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:43 smithi184 bash[59794]: cluster 2024-03-21T13:09:41.892265+0000 mgr.x (mgr.34104) 3571 : cluster [DBG] pgmap v2367: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:43.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:43 smithi184 bash[59794]: cephadm 2024-03-21T13:09:41.901945+0000 mgr.x (mgr.34104) 3572 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:43.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:43 smithi184 bash[59794]: cluster 2024-03-21T13:09:41.993657+0000 mgr.x (mgr.34104) 3573 : cluster [DBG] pgmap v2368: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:43.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:43 smithi184 bash[59794]: cluster 2024-03-21T13:09:41.994224+0000 mgr.x (mgr.34104) 3574 : cluster [DBG] pgmap v2369: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:43.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:43 smithi184 bash[59794]: cephadm 2024-03-21T13:09:42.003182+0000 mgr.x (mgr.34104) 3575 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:43.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:43 smithi184 bash[59794]: cluster 2024-03-21T13:09:42.094881+0000 mgr.x (mgr.34104) 3576 : cluster [DBG] pgmap v2370: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:43.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:43 smithi184 bash[59794]: cluster 2024-03-21T13:09:42.095695+0000 mgr.x (mgr.34104) 3577 : cluster [DBG] pgmap v2371: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:43.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:43 smithi184 bash[59794]: cephadm 2024-03-21T13:09:42.105218+0000 mgr.x (mgr.34104) 3578 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:43.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:43 smithi184 bash[59794]: cluster 2024-03-21T13:09:42.199223+0000 mgr.x (mgr.34104) 3579 : cluster [DBG] pgmap v2372: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:43.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:43 smithi184 bash[59794]: cluster 2024-03-21T13:09:42.200079+0000 mgr.x (mgr.34104) 3580 : cluster [DBG] pgmap v2373: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:43.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:43 smithi184 bash[59794]: cephadm 2024-03-21T13:09:42.209411+0000 mgr.x (mgr.34104) 3581 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:43.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:43 smithi184 bash[59794]: audit 2024-03-21T13:09:42.286262+0000 mon.a (mon.0) 5283 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:43.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:43 smithi184 bash[59794]: audit 2024-03-21T13:09:42.289608+0000 mon.a (mon.0) 5284 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:43.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:43 smithi184 bash[59794]: audit 2024-03-21T13:09:42.292635+0000 mon.a (mon.0) 5285 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:43.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:43 smithi184 bash[59794]: audit 2024-03-21T13:09:42.294230+0000 mon.a (mon.0) 5286 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:43.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:43 smithi184 bash[59794]: cluster 2024-03-21T13:09:42.297578+0000 mgr.x (mgr.34104) 3582 : cluster [DBG] pgmap v2374: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:43.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:43 smithi184 bash[59794]: cluster 2024-03-21T13:09:42.298384+0000 mgr.x (mgr.34104) 3583 : cluster [DBG] pgmap v2375: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:43.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:43 smithi184 bash[59794]: audit 2024-03-21T13:09:42.305353+0000 mon.a (mon.0) 5287 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:43.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:43 smithi184 bash[59794]: cephadm 2024-03-21T13:09:42.306870+0000 mgr.x (mgr.34104) 3584 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:43.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:43 smithi184 bash[59794]: audit 2024-03-21T13:09:42.388138+0000 mon.a (mon.0) 5288 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:43.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:43 smithi184 bash[59794]: audit 2024-03-21T13:09:42.391338+0000 mon.a (mon.0) 5289 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:43.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:43 smithi184 bash[59794]: audit 2024-03-21T13:09:42.396062+0000 mon.a (mon.0) 5290 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:43.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:43 smithi184 bash[59794]: audit 2024-03-21T13:09:42.397722+0000 mon.a (mon.0) 5291 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:43.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:43 smithi184 bash[59794]: cluster 2024-03-21T13:09:42.401305+0000 mgr.x (mgr.34104) 3585 : cluster [DBG] pgmap v2376: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:43.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:43 smithi184 bash[59794]: cluster 2024-03-21T13:09:42.401712+0000 mgr.x (mgr.34104) 3586 : cluster [DBG] pgmap v2377: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:43.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:43 smithi184 bash[59794]: audit 2024-03-21T13:09:42.410589+0000 mon.a (mon.0) 5292 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:43.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:43 smithi184 bash[59794]: cephadm 2024-03-21T13:09:42.412081+0000 mgr.x (mgr.34104) 3587 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:43.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:43 smithi184 bash[59794]: audit 2024-03-21T13:09:42.494168+0000 mon.a (mon.0) 5293 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:43.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:43 smithi184 bash[59794]: audit 2024-03-21T13:09:42.497238+0000 mon.a (mon.0) 5294 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:43.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:43 smithi184 bash[59794]: audit 2024-03-21T13:09:42.500777+0000 mon.a (mon.0) 5295 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:43.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:43 smithi184 bash[59794]: audit 2024-03-21T13:09:42.502023+0000 mon.a (mon.0) 5296 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:43.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:43 smithi184 bash[59794]: cluster 2024-03-21T13:09:42.505149+0000 mgr.x (mgr.34104) 3588 : cluster [DBG] pgmap v2378: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:43.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:43 smithi184 bash[59794]: cluster 2024-03-21T13:09:42.505948+0000 mgr.x (mgr.34104) 3589 : cluster [DBG] pgmap v2379: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:43.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:43 smithi184 bash[59794]: audit 2024-03-21T13:09:42.513393+0000 mon.a (mon.0) 5297 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:43.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:43 smithi184 bash[59794]: cephadm 2024-03-21T13:09:42.514868+0000 mgr.x (mgr.34104) 3590 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:43.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:43 smithi184 bash[59794]: audit 2024-03-21T13:09:42.596419+0000 mon.a (mon.0) 5298 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:43.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:43 smithi184 bash[59794]: audit 2024-03-21T13:09:42.599751+0000 mon.a (mon.0) 5299 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:43.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:43 smithi184 bash[59794]: audit 2024-03-21T13:09:42.602643+0000 mon.a (mon.0) 5300 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:43.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:43 smithi184 bash[59794]: audit 2024-03-21T13:09:42.604030+0000 mon.a (mon.0) 5301 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:43.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:43 smithi184 bash[59794]: cluster 2024-03-21T13:09:42.607099+0000 mgr.x (mgr.34104) 3591 : cluster [DBG] pgmap v2380: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:43.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:43 smithi184 bash[59794]: cluster 2024-03-21T13:09:42.607859+0000 mgr.x (mgr.34104) 3592 : cluster [DBG] pgmap v2381: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:43.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:43 smithi184 bash[59794]: audit 2024-03-21T13:09:42.615400+0000 mon.a (mon.0) 5302 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:43.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:43 smithi184 bash[59794]: cephadm 2024-03-21T13:09:42.617053+0000 mgr.x (mgr.34104) 3593 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:43.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:43 smithi184 bash[59794]: audit 2024-03-21T13:09:42.697214+0000 mon.a (mon.0) 5303 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:43.581 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:43 smithi184 bash[59794]: audit 2024-03-21T13:09:42.701065+0000 mon.a (mon.0) 5304 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:43.581 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:43 smithi184 bash[59794]: audit 2024-03-21T13:09:42.704064+0000 mon.a (mon.0) 5305 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:43.582 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:43 smithi184 bash[59794]: audit 2024-03-21T13:09:42.705359+0000 mon.a (mon.0) 5306 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:43.582 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:43 smithi184 bash[59794]: cluster 2024-03-21T13:09:42.708179+0000 mgr.x (mgr.34104) 3594 : cluster [DBG] pgmap v2382: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:43.582 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:43 smithi184 bash[59794]: cluster 2024-03-21T13:09:42.708523+0000 mgr.x (mgr.34104) 3595 : cluster [DBG] pgmap v2383: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:43.582 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:43 smithi184 bash[59794]: audit 2024-03-21T13:09:42.715429+0000 mon.a (mon.0) 5307 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:43.582 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:43 smithi184 bash[59794]: cephadm 2024-03-21T13:09:42.716838+0000 mgr.x (mgr.34104) 3596 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:43.582 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:43 smithi184 bash[59794]: audit 2024-03-21T13:09:42.795575+0000 mon.a (mon.0) 5308 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:43.582 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:43 smithi184 bash[59794]: audit 2024-03-21T13:09:42.799090+0000 mon.a (mon.0) 5309 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:43.583 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:43 smithi184 bash[59794]: audit 2024-03-21T13:09:42.802349+0000 mon.a (mon.0) 5310 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:43.583 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:43 smithi184 bash[59794]: audit 2024-03-21T13:09:42.803836+0000 mon.a (mon.0) 5311 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:43.583 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:43 smithi184 bash[59794]: cluster 2024-03-21T13:09:42.807312+0000 mgr.x (mgr.34104) 3597 : cluster [DBG] pgmap v2384: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:43.583 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:43 smithi184 bash[59794]: cluster 2024-03-21T13:09:42.808075+0000 mgr.x (mgr.34104) 3598 : cluster [DBG] pgmap v2385: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:43.583 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:43 smithi184 bash[59794]: audit 2024-03-21T13:09:42.816330+0000 mon.a (mon.0) 5312 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:43.583 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:43 smithi184 bash[59794]: cephadm 2024-03-21T13:09:42.817925+0000 mgr.x (mgr.34104) 3599 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:43.583 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:43 smithi184 bash[59794]: audit 2024-03-21T13:09:42.897694+0000 mon.a (mon.0) 5313 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:43.583 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:43 smithi184 bash[59794]: audit 2024-03-21T13:09:42.900750+0000 mon.a (mon.0) 5314 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:43.583 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:43 smithi184 bash[59794]: audit 2024-03-21T13:09:42.904127+0000 mon.a (mon.0) 5315 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:43.583 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:43 smithi184 bash[59794]: audit 2024-03-21T13:09:42.905926+0000 mon.a (mon.0) 5316 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:43.583 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:43 smithi184 bash[59794]: cluster 2024-03-21T13:09:42.909156+0000 mgr.x (mgr.34104) 3600 : cluster [DBG] pgmap v2386: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:43.583 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:43 smithi184 bash[59794]: audit 2024-03-21T13:09:42.914961+0000 mon.a (mon.0) 5317 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:43.583 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:43 smithi184 bash[59794]: cephadm 2024-03-21T13:09:42.916431+0000 mgr.x (mgr.34104) 3601 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:43.583 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:43 smithi184 bash[59794]: audit 2024-03-21T13:09:42.996188+0000 mon.a (mon.0) 5318 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:43.583 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:43 smithi184 bash[59794]: audit 2024-03-21T13:09:43.001844+0000 mon.a (mon.0) 5319 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:43.584 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:43 smithi184 bash[59794]: audit 2024-03-21T13:09:43.006152+0000 mon.a (mon.0) 5320 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:43.584 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:43 smithi184 bash[59794]: audit 2024-03-21T13:09:43.007410+0000 mon.a (mon.0) 5321 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:43.584 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:43 smithi184 bash[59794]: cluster 2024-03-21T13:09:43.010395+0000 mgr.x (mgr.34104) 3602 : cluster [DBG] pgmap v2387: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:43.584 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:43 smithi184 bash[59794]: cluster 2024-03-21T13:09:43.010975+0000 mgr.x (mgr.34104) 3603 : cluster [DBG] pgmap v2388: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:43.584 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:43 smithi184 bash[59794]: audit 2024-03-21T13:09:43.018702+0000 mon.a (mon.0) 5322 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:43.584 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:43 smithi184 bash[59794]: cephadm 2024-03-21T13:09:43.020378+0000 mgr.x (mgr.34104) 3604 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:43.584 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:43 smithi184 bash[59794]: audit 2024-03-21T13:09:43.080538+0000 mon.a (mon.0) 5323 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:43.584 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:43 smithi184 bash[59794]: audit 2024-03-21T13:09:43.083123+0000 mon.a (mon.0) 5324 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-03-21T13:09:43.584 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:43 smithi184 bash[59794]: audit 2024-03-21T13:09:43.083297+0000 mon.b (mon.2) 9 : audit [INF] from='osd.6 [v2:172.21.15.184:6816/22547901,v1:172.21.15.184:6817/22547901]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-03-21T13:09:43.584 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:43 smithi184 bash[59794]: audit 2024-03-21T13:09:43.083990+0000 mon.a (mon.0) 5325 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:43.585 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:43 smithi184 bash[59794]: audit 2024-03-21T13:09:43.086584+0000 mon.a (mon.0) 5326 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:43.585 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:43 smithi184 bash[59794]: audit 2024-03-21T13:09:43.087924+0000 mon.a (mon.0) 5327 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:43.585 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:43 smithi184 bash[59794]: cluster 2024-03-21T13:09:43.090844+0000 mgr.x (mgr.34104) 3605 : cluster [DBG] pgmap v2389: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:43.585 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:43 smithi184 bash[59794]: cluster 2024-03-21T13:09:43.091306+0000 mgr.x (mgr.34104) 3606 : cluster [DBG] pgmap v2390: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:43.585 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:43 smithi184 bash[59794]: audit 2024-03-21T13:09:43.099439+0000 mon.a (mon.0) 5328 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:43.586 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:43 smithi184 bash[59794]: cephadm 2024-03-21T13:09:43.100885+0000 mgr.x (mgr.34104) 3607 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:43.586 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:43 smithi184 bash[59794]: audit 2024-03-21T13:09:43.181117+0000 mon.a (mon.0) 5329 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:43.586 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:43 smithi184 bash[59794]: audit 2024-03-21T13:09:43.184048+0000 mon.a (mon.0) 5330 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:43.586 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:43 smithi184 bash[59794]: audit 2024-03-21T13:09:43.187314+0000 mon.a (mon.0) 5331 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:43.586 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:43 smithi184 bash[59794]: audit 2024-03-21T13:09:43.188503+0000 mon.a (mon.0) 5332 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:43.586 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:43 smithi184 bash[59794]: cluster 2024-03-21T13:09:43.191452+0000 mgr.x (mgr.34104) 3608 : cluster [DBG] pgmap v2391: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:43.587 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:43 smithi184 bash[59794]: cluster 2024-03-21T13:09:43.192118+0000 mgr.x (mgr.34104) 3609 : cluster [DBG] pgmap v2392: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:43.587 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:43 smithi184 bash[59794]: audit 2024-03-21T13:09:43.199499+0000 mon.a (mon.0) 5333 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:43.587 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:43 smithi184 bash[59794]: cephadm 2024-03-21T13:09:43.200883+0000 mgr.x (mgr.34104) 3610 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:44.283 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:09:44 smithi184 bash[73094]: debug 2024-03-21T13:09:44.064+0000 7ff8f6edb700 -1 osd.6 161 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-03-21T13:09:44.545 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:44 smithi184 bash[59794]: audit 2024-03-21T13:09:43.281652+0000 mon.a (mon.0) 5334 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:44.545 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:44 smithi184 bash[59794]: audit 2024-03-21T13:09:43.284327+0000 mon.a (mon.0) 5335 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:44.545 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:44 smithi184 bash[59794]: audit 2024-03-21T13:09:43.286790+0000 mon.a (mon.0) 5336 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:44.545 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:44 smithi184 bash[59794]: audit 2024-03-21T13:09:43.287523+0000 mon.a (mon.0) 5337 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:44.545 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:44 smithi184 bash[59794]: cluster 2024-03-21T13:09:43.289664+0000 mgr.x (mgr.34104) 3611 : cluster [DBG] pgmap v2393: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:44.545 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:44 smithi184 bash[59794]: cluster 2024-03-21T13:09:43.289948+0000 mgr.x (mgr.34104) 3612 : cluster [DBG] pgmap v2394: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:44.545 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:44 smithi184 bash[59794]: audit 2024-03-21T13:09:43.293657+0000 mon.a (mon.0) 5338 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:44.545 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:44 smithi184 bash[59794]: cephadm 2024-03-21T13:09:43.294850+0000 mgr.x (mgr.34104) 3613 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:44.545 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:44 smithi184 bash[59794]: audit 2024-03-21T13:09:43.369985+0000 mon.a (mon.0) 5339 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:44.545 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:44 smithi184 bash[59794]: audit 2024-03-21T13:09:43.373323+0000 mon.a (mon.0) 5340 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:44.545 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:44 smithi184 bash[59794]: audit 2024-03-21T13:09:43.377801+0000 mon.a (mon.0) 5341 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:44.546 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:44 smithi184 bash[59794]: audit 2024-03-21T13:09:43.379389+0000 mon.a (mon.0) 5342 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:44.546 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:44 smithi184 bash[59794]: cluster 2024-03-21T13:09:43.382753+0000 mgr.x (mgr.34104) 3614 : cluster [DBG] pgmap v2395: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:44.546 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:44 smithi184 bash[59794]: cluster 2024-03-21T13:09:43.383194+0000 mgr.x (mgr.34104) 3615 : cluster [DBG] pgmap v2396: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:44.546 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:44 smithi184 bash[59794]: audit 2024-03-21T13:09:43.391315+0000 mon.a (mon.0) 5343 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:44.546 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:44 smithi184 bash[59794]: cephadm 2024-03-21T13:09:43.392763+0000 mgr.x (mgr.34104) 3616 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:44.546 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:44 smithi184 bash[59794]: audit 2024-03-21T13:09:43.471573+0000 mon.a (mon.0) 5344 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:44.547 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:44 smithi184 bash[59794]: audit 2024-03-21T13:09:43.475293+0000 mon.a (mon.0) 5345 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:44.547 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:44 smithi184 bash[59794]: audit 2024-03-21T13:09:43.479972+0000 mon.a (mon.0) 5346 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:44.547 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:44 smithi184 bash[59794]: audit 2024-03-21T13:09:43.481771+0000 mon.a (mon.0) 5347 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:44.547 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:44 smithi184 bash[59794]: cluster 2024-03-21T13:09:43.485383+0000 mgr.x (mgr.34104) 3617 : cluster [DBG] pgmap v2397: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:44.547 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:44 smithi184 bash[59794]: cluster 2024-03-21T13:09:43.485701+0000 mgr.x (mgr.34104) 3618 : cluster [DBG] pgmap v2398: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:44.547 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:44 smithi184 bash[59794]: audit 2024-03-21T13:09:43.494142+0000 mon.a (mon.0) 5348 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:44.547 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:44 smithi184 bash[59794]: cephadm 2024-03-21T13:09:43.495612+0000 mgr.x (mgr.34104) 3619 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:44.547 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:44 smithi184 bash[59794]: audit 2024-03-21T13:09:43.574812+0000 mon.a (mon.0) 5349 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:44.547 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:44 smithi184 bash[59794]: audit 2024-03-21T13:09:43.578434+0000 mon.a (mon.0) 5350 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:44.547 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:44 smithi184 bash[59794]: audit 2024-03-21T13:09:43.582436+0000 mon.a (mon.0) 5351 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:44.547 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:44 smithi184 bash[59794]: audit 2024-03-21T13:09:43.583828+0000 mon.a (mon.0) 5352 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:44.547 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:44 smithi184 bash[59794]: cluster 2024-03-21T13:09:43.586752+0000 mgr.x (mgr.34104) 3620 : cluster [DBG] pgmap v2399: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:44.548 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:44 smithi184 bash[59794]: cluster 2024-03-21T13:09:43.587140+0000 mgr.x (mgr.34104) 3621 : cluster [DBG] pgmap v2400: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:44.548 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:44 smithi184 bash[59794]: audit 2024-03-21T13:09:43.595399+0000 mon.a (mon.0) 5353 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:44.548 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:44 smithi184 bash[59794]: cephadm 2024-03-21T13:09:43.597117+0000 mgr.x (mgr.34104) 3622 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:44.548 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:44 smithi184 bash[59794]: audit 2024-03-21T13:09:43.659760+0000 mon.a (mon.0) 5354 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:44.548 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:44 smithi184 bash[59794]: audit 2024-03-21T13:09:43.663445+0000 mon.a (mon.0) 5355 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:44.548 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:44 smithi184 bash[59794]: audit 2024-03-21T13:09:43.667552+0000 mon.a (mon.0) 5356 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:44.548 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:44 smithi184 bash[59794]: audit 2024-03-21T13:09:43.669347+0000 mon.a (mon.0) 5357 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:44.548 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:44 smithi184 bash[59794]: cluster 2024-03-21T13:09:43.672794+0000 mgr.x (mgr.34104) 3623 : cluster [DBG] pgmap v2401: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:44.548 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:44 smithi184 bash[59794]: cluster 2024-03-21T13:09:43.673372+0000 mgr.x (mgr.34104) 3624 : cluster [DBG] pgmap v2402: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:44.548 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:44 smithi184 bash[59794]: audit 2024-03-21T13:09:43.681858+0000 mon.a (mon.0) 5358 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:44.548 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:44 smithi184 bash[59794]: cephadm 2024-03-21T13:09:43.683453+0000 mgr.x (mgr.34104) 3625 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:44.548 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:44 smithi184 bash[59794]: audit 2024-03-21T13:09:43.767418+0000 mon.a (mon.0) 5359 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:44.548 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:44 smithi184 bash[59794]: audit 2024-03-21T13:09:43.770932+0000 mon.a (mon.0) 5360 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:44.548 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:44 smithi184 bash[59794]: audit 2024-03-21T13:09:43.775070+0000 mon.a (mon.0) 5361 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:44.548 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:44 smithi184 bash[59794]: audit 2024-03-21T13:09:43.776986+0000 mon.a (mon.0) 5362 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:44.549 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:44 smithi184 bash[59794]: cluster 2024-03-21T13:09:43.780526+0000 mgr.x (mgr.34104) 3626 : cluster [DBG] pgmap v2403: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:44.549 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:44 smithi184 bash[59794]: cluster 2024-03-21T13:09:43.780886+0000 mgr.x (mgr.34104) 3627 : cluster [DBG] pgmap v2404: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:44.549 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:44 smithi184 bash[59794]: audit 2024-03-21T13:09:43.789166+0000 mon.a (mon.0) 5363 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:44.549 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:44 smithi184 bash[59794]: cephadm 2024-03-21T13:09:43.790648+0000 mgr.x (mgr.34104) 3628 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:44.549 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:44 smithi184 bash[59794]: audit 2024-03-21T13:09:43.869835+0000 mon.a (mon.0) 5364 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:44.549 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:44 smithi184 bash[59794]: audit 2024-03-21T13:09:43.873547+0000 mon.a (mon.0) 5365 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:44.549 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:44 smithi184 bash[59794]: audit 2024-03-21T13:09:43.877057+0000 mon.a (mon.0) 5366 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:44.549 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:44 smithi184 bash[59794]: audit 2024-03-21T13:09:43.878281+0000 mon.a (mon.0) 5367 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:44.549 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:44 smithi184 bash[59794]: cluster 2024-03-21T13:09:43.881231+0000 mgr.x (mgr.34104) 3629 : cluster [DBG] pgmap v2405: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s; 79/630 objects degraded (12.540%) 2024-03-21T13:09:44.549 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:44 smithi184 bash[59794]: cluster 2024-03-21T13:09:43.881721+0000 mgr.x (mgr.34104) 3630 : cluster [DBG] pgmap v2406: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s; 79/630 objects degraded (12.540%) 2024-03-21T13:09:44.549 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:44 smithi184 bash[59794]: audit 2024-03-21T13:09:43.888968+0000 mon.a (mon.0) 5368 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:44.549 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:44 smithi184 bash[59794]: cephadm 2024-03-21T13:09:43.890573+0000 mgr.x (mgr.34104) 3631 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:44.549 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:44 smithi184 bash[59794]: audit 2024-03-21T13:09:43.973581+0000 mon.a (mon.0) 5369 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:44.549 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:44 smithi184 bash[59794]: audit 2024-03-21T13:09:43.976789+0000 mon.a (mon.0) 5370 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:44.550 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:44 smithi184 bash[59794]: audit 2024-03-21T13:09:43.980534+0000 mon.a (mon.0) 5371 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:44.550 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:44 smithi184 bash[59794]: audit 2024-03-21T13:09:43.982398+0000 mon.a (mon.0) 5372 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:44.550 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:44 smithi184 bash[59794]: cluster 2024-03-21T13:09:43.985994+0000 mgr.x (mgr.34104) 3632 : cluster [DBG] pgmap v2407: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 15 op/s; 79/630 objects degraded (12.540%) 2024-03-21T13:09:44.550 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:44 smithi184 bash[59794]: cluster 2024-03-21T13:09:43.986511+0000 mgr.x (mgr.34104) 3633 : cluster [DBG] pgmap v2408: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 15 op/s; 79/630 objects degraded (12.540%) 2024-03-21T13:09:44.550 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:44 smithi184 bash[59794]: audit 2024-03-21T13:09:43.995283+0000 mon.a (mon.0) 5373 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:44.550 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:44 smithi184 bash[59794]: cephadm 2024-03-21T13:09:43.996844+0000 mgr.x (mgr.34104) 3634 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:44.550 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:44 smithi184 bash[59794]: audit 2024-03-21T13:09:44.017079+0000 mon.a (mon.0) 5374 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-03-21T13:09:44.550 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:44 smithi184 bash[59794]: cluster 2024-03-21T13:09:44.023603+0000 mon.a (mon.0) 5375 : cluster [DBG] osdmap e164: 8 total, 7 up, 8 in 2024-03-21T13:09:44.550 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:44 smithi184 bash[59794]: audit 2024-03-21T13:09:44.032127+0000 mon.a (mon.0) 5376 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]: dispatch 2024-03-21T13:09:44.550 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:44 smithi184 bash[59794]: audit 2024-03-21T13:09:44.032202+0000 mon.b (mon.2) 10 : audit [INF] from='osd.6 [v2:172.21.15.184:6816/22547901,v1:172.21.15.184:6817/22547901]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]: dispatch 2024-03-21T13:09:44.550 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:44 smithi184 bash[59794]: audit 2024-03-21T13:09:44.072568+0000 mon.a (mon.0) 5377 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:44.550 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:44 smithi184 bash[59794]: audit 2024-03-21T13:09:44.075905+0000 mon.a (mon.0) 5378 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:44.550 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:44 smithi184 bash[59794]: audit 2024-03-21T13:09:44.078512+0000 mon.a (mon.0) 5379 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:44.550 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:44 smithi184 bash[59794]: audit 2024-03-21T13:09:44.079758+0000 mon.a (mon.0) 5380 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:44.551 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:44 smithi184 bash[59794]: cluster 2024-03-21T13:09:44.082423+0000 mgr.x (mgr.34104) 3635 : cluster [DBG] pgmap v2410: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s; 79/630 objects degraded (12.540%) 2024-03-21T13:09:44.551 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:44 smithi184 bash[59794]: cluster 2024-03-21T13:09:44.082949+0000 mgr.x (mgr.34104) 3636 : cluster [DBG] pgmap v2411: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:44.551 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:44 smithi184 bash[59794]: audit 2024-03-21T13:09:44.091233+0000 mon.a (mon.0) 5381 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:44.551 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:44 smithi184 bash[59794]: cephadm 2024-03-21T13:09:44.092614+0000 mgr.x (mgr.34104) 3637 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:44.551 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:44 smithi184 bash[59794]: audit 2024-03-21T13:09:44.174926+0000 mon.a (mon.0) 5382 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:44.551 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:44 smithi184 bash[59794]: audit 2024-03-21T13:09:44.178587+0000 mon.a (mon.0) 5383 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:44.551 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:44 smithi184 bash[59794]: audit 2024-03-21T13:09:44.182326+0000 mon.a (mon.0) 5384 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:44.551 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:44 smithi184 bash[59794]: audit 2024-03-21T13:09:44.184011+0000 mon.a (mon.0) 5385 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:44.551 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:44 smithi184 bash[59794]: cluster 2024-03-21T13:09:44.187449+0000 mgr.x (mgr.34104) 3638 : cluster [DBG] pgmap v2412: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:44.551 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:44 smithi184 bash[59794]: cluster 2024-03-21T13:09:44.188160+0000 mgr.x (mgr.34104) 3639 : cluster [DBG] pgmap v2413: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:44.551 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:44 smithi184 bash[59794]: audit 2024-03-21T13:09:44.196052+0000 mon.a (mon.0) 5386 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:44.551 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:44 smithi184 bash[59794]: cephadm 2024-03-21T13:09:44.197561+0000 mgr.x (mgr.34104) 3640 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:44.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[75692]: audit 2024-03-21T13:09:43.281652+0000 mon.a (mon.0) 5334 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:44.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[75692]: audit 2024-03-21T13:09:43.284327+0000 mon.a (mon.0) 5335 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:44.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[75692]: audit 2024-03-21T13:09:43.286790+0000 mon.a (mon.0) 5336 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:44.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[75692]: audit 2024-03-21T13:09:43.287523+0000 mon.a (mon.0) 5337 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:44.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[75692]: cluster 2024-03-21T13:09:43.289664+0000 mgr.x (mgr.34104) 3611 : cluster [DBG] pgmap v2393: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:44.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[75692]: cluster 2024-03-21T13:09:43.289948+0000 mgr.x (mgr.34104) 3612 : cluster [DBG] pgmap v2394: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:44.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[75692]: audit 2024-03-21T13:09:43.293657+0000 mon.a (mon.0) 5338 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:44.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[75692]: cephadm 2024-03-21T13:09:43.294850+0000 mgr.x (mgr.34104) 3613 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:44.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[75692]: audit 2024-03-21T13:09:43.369985+0000 mon.a (mon.0) 5339 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:44.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[75692]: audit 2024-03-21T13:09:43.373323+0000 mon.a (mon.0) 5340 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:44.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[75692]: audit 2024-03-21T13:09:43.377801+0000 mon.a (mon.0) 5341 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:44.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[75692]: audit 2024-03-21T13:09:43.379389+0000 mon.a (mon.0) 5342 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:44.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[75692]: cluster 2024-03-21T13:09:43.382753+0000 mgr.x (mgr.34104) 3614 : cluster [DBG] pgmap v2395: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:44.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[75692]: cluster 2024-03-21T13:09:43.383194+0000 mgr.x (mgr.34104) 3615 : cluster [DBG] pgmap v2396: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:44.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[75692]: audit 2024-03-21T13:09:43.391315+0000 mon.a (mon.0) 5343 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:44.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[75692]: cephadm 2024-03-21T13:09:43.392763+0000 mgr.x (mgr.34104) 3616 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:44.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[75692]: audit 2024-03-21T13:09:43.471573+0000 mon.a (mon.0) 5344 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:44.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[77880]: audit 2024-03-21T13:09:43.281652+0000 mon.a (mon.0) 5334 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:44.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[77880]: audit 2024-03-21T13:09:43.284327+0000 mon.a (mon.0) 5335 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:44.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[77880]: audit 2024-03-21T13:09:43.286790+0000 mon.a (mon.0) 5336 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:44.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[77880]: audit 2024-03-21T13:09:43.287523+0000 mon.a (mon.0) 5337 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:44.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[77880]: cluster 2024-03-21T13:09:43.289664+0000 mgr.x (mgr.34104) 3611 : cluster [DBG] pgmap v2393: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:44.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[77880]: cluster 2024-03-21T13:09:43.289948+0000 mgr.x (mgr.34104) 3612 : cluster [DBG] pgmap v2394: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:44.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[77880]: audit 2024-03-21T13:09:43.293657+0000 mon.a (mon.0) 5338 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:44.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[77880]: cephadm 2024-03-21T13:09:43.294850+0000 mgr.x (mgr.34104) 3613 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:44.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[77880]: audit 2024-03-21T13:09:43.369985+0000 mon.a (mon.0) 5339 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:44.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[77880]: audit 2024-03-21T13:09:43.373323+0000 mon.a (mon.0) 5340 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:44.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[77880]: audit 2024-03-21T13:09:43.377801+0000 mon.a (mon.0) 5341 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:44.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[77880]: audit 2024-03-21T13:09:43.379389+0000 mon.a (mon.0) 5342 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:44.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[77880]: cluster 2024-03-21T13:09:43.382753+0000 mgr.x (mgr.34104) 3614 : cluster [DBG] pgmap v2395: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:44.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[77880]: cluster 2024-03-21T13:09:43.383194+0000 mgr.x (mgr.34104) 3615 : cluster [DBG] pgmap v2396: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:44.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[77880]: audit 2024-03-21T13:09:43.391315+0000 mon.a (mon.0) 5343 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:44.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[77880]: cephadm 2024-03-21T13:09:43.392763+0000 mgr.x (mgr.34104) 3616 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:44.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[77880]: audit 2024-03-21T13:09:43.471573+0000 mon.a (mon.0) 5344 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:44.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[75692]: audit 2024-03-21T13:09:43.475293+0000 mon.a (mon.0) 5345 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:44.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[75692]: audit 2024-03-21T13:09:43.479972+0000 mon.a (mon.0) 5346 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:44.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[75692]: audit 2024-03-21T13:09:43.481771+0000 mon.a (mon.0) 5347 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:44.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[75692]: cluster 2024-03-21T13:09:43.485383+0000 mgr.x (mgr.34104) 3617 : cluster [DBG] pgmap v2397: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:44.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[75692]: cluster 2024-03-21T13:09:43.485701+0000 mgr.x (mgr.34104) 3618 : cluster [DBG] pgmap v2398: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:44.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[75692]: audit 2024-03-21T13:09:43.494142+0000 mon.a (mon.0) 5348 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:44.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[75692]: cephadm 2024-03-21T13:09:43.495612+0000 mgr.x (mgr.34104) 3619 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:44.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[75692]: audit 2024-03-21T13:09:43.574812+0000 mon.a (mon.0) 5349 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:44.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[75692]: audit 2024-03-21T13:09:43.578434+0000 mon.a (mon.0) 5350 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:44.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[75692]: audit 2024-03-21T13:09:43.582436+0000 mon.a (mon.0) 5351 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:44.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[75692]: audit 2024-03-21T13:09:43.583828+0000 mon.a (mon.0) 5352 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:44.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[75692]: cluster 2024-03-21T13:09:43.586752+0000 mgr.x (mgr.34104) 3620 : cluster [DBG] pgmap v2399: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:44.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[75692]: cluster 2024-03-21T13:09:43.587140+0000 mgr.x (mgr.34104) 3621 : cluster [DBG] pgmap v2400: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:44.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[75692]: audit 2024-03-21T13:09:43.595399+0000 mon.a (mon.0) 5353 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:44.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[75692]: cephadm 2024-03-21T13:09:43.597117+0000 mgr.x (mgr.34104) 3622 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:44.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[75692]: audit 2024-03-21T13:09:43.659760+0000 mon.a (mon.0) 5354 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:44.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[75692]: audit 2024-03-21T13:09:43.663445+0000 mon.a (mon.0) 5355 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:44.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[75692]: audit 2024-03-21T13:09:43.667552+0000 mon.a (mon.0) 5356 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:44.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[77880]: audit 2024-03-21T13:09:43.475293+0000 mon.a (mon.0) 5345 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:44.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[77880]: audit 2024-03-21T13:09:43.479972+0000 mon.a (mon.0) 5346 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:44.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[77880]: audit 2024-03-21T13:09:43.481771+0000 mon.a (mon.0) 5347 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:44.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[77880]: cluster 2024-03-21T13:09:43.485383+0000 mgr.x (mgr.34104) 3617 : cluster [DBG] pgmap v2397: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:44.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[77880]: cluster 2024-03-21T13:09:43.485701+0000 mgr.x (mgr.34104) 3618 : cluster [DBG] pgmap v2398: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:44.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[77880]: audit 2024-03-21T13:09:43.494142+0000 mon.a (mon.0) 5348 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:44.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[77880]: cephadm 2024-03-21T13:09:43.495612+0000 mgr.x (mgr.34104) 3619 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:44.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[77880]: audit 2024-03-21T13:09:43.574812+0000 mon.a (mon.0) 5349 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:44.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[77880]: audit 2024-03-21T13:09:43.578434+0000 mon.a (mon.0) 5350 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:44.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[77880]: audit 2024-03-21T13:09:43.582436+0000 mon.a (mon.0) 5351 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:44.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[77880]: audit 2024-03-21T13:09:43.583828+0000 mon.a (mon.0) 5352 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:44.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[77880]: cluster 2024-03-21T13:09:43.586752+0000 mgr.x (mgr.34104) 3620 : cluster [DBG] pgmap v2399: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:44.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[77880]: cluster 2024-03-21T13:09:43.587140+0000 mgr.x (mgr.34104) 3621 : cluster [DBG] pgmap v2400: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:44.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[77880]: audit 2024-03-21T13:09:43.595399+0000 mon.a (mon.0) 5353 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:44.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[77880]: cephadm 2024-03-21T13:09:43.597117+0000 mgr.x (mgr.34104) 3622 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:44.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[77880]: audit 2024-03-21T13:09:43.659760+0000 mon.a (mon.0) 5354 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:44.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[77880]: audit 2024-03-21T13:09:43.663445+0000 mon.a (mon.0) 5355 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:44.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[77880]: audit 2024-03-21T13:09:43.667552+0000 mon.a (mon.0) 5356 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:44.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[75692]: audit 2024-03-21T13:09:43.669347+0000 mon.a (mon.0) 5357 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:44.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[75692]: cluster 2024-03-21T13:09:43.672794+0000 mgr.x (mgr.34104) 3623 : cluster [DBG] pgmap v2401: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:44.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[75692]: cluster 2024-03-21T13:09:43.673372+0000 mgr.x (mgr.34104) 3624 : cluster [DBG] pgmap v2402: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:44.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[75692]: audit 2024-03-21T13:09:43.681858+0000 mon.a (mon.0) 5358 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:44.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[75692]: cephadm 2024-03-21T13:09:43.683453+0000 mgr.x (mgr.34104) 3625 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:44.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[75692]: audit 2024-03-21T13:09:43.767418+0000 mon.a (mon.0) 5359 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:44.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[75692]: audit 2024-03-21T13:09:43.770932+0000 mon.a (mon.0) 5360 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:44.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[75692]: audit 2024-03-21T13:09:43.775070+0000 mon.a (mon.0) 5361 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:44.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[75692]: audit 2024-03-21T13:09:43.776986+0000 mon.a (mon.0) 5362 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:44.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[75692]: cluster 2024-03-21T13:09:43.780526+0000 mgr.x (mgr.34104) 3626 : cluster [DBG] pgmap v2403: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:44.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[75692]: cluster 2024-03-21T13:09:43.780886+0000 mgr.x (mgr.34104) 3627 : cluster [DBG] pgmap v2404: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:44.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[75692]: audit 2024-03-21T13:09:43.789166+0000 mon.a (mon.0) 5363 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:44.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[75692]: cephadm 2024-03-21T13:09:43.790648+0000 mgr.x (mgr.34104) 3628 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:44.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[75692]: audit 2024-03-21T13:09:43.869835+0000 mon.a (mon.0) 5364 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:44.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[75692]: audit 2024-03-21T13:09:43.873547+0000 mon.a (mon.0) 5365 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:44.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[75692]: audit 2024-03-21T13:09:43.877057+0000 mon.a (mon.0) 5366 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:44.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[75692]: audit 2024-03-21T13:09:43.878281+0000 mon.a (mon.0) 5367 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:44.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[77880]: audit 2024-03-21T13:09:43.669347+0000 mon.a (mon.0) 5357 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:44.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[77880]: cluster 2024-03-21T13:09:43.672794+0000 mgr.x (mgr.34104) 3623 : cluster [DBG] pgmap v2401: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:44.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[77880]: cluster 2024-03-21T13:09:43.673372+0000 mgr.x (mgr.34104) 3624 : cluster [DBG] pgmap v2402: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:44.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[77880]: audit 2024-03-21T13:09:43.681858+0000 mon.a (mon.0) 5358 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:44.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[77880]: cephadm 2024-03-21T13:09:43.683453+0000 mgr.x (mgr.34104) 3625 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:44.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[77880]: audit 2024-03-21T13:09:43.767418+0000 mon.a (mon.0) 5359 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:44.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[77880]: audit 2024-03-21T13:09:43.770932+0000 mon.a (mon.0) 5360 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:44.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[77880]: audit 2024-03-21T13:09:43.775070+0000 mon.a (mon.0) 5361 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:44.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[77880]: audit 2024-03-21T13:09:43.776986+0000 mon.a (mon.0) 5362 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:44.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[77880]: cluster 2024-03-21T13:09:43.780526+0000 mgr.x (mgr.34104) 3626 : cluster [DBG] pgmap v2403: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:44.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[77880]: cluster 2024-03-21T13:09:43.780886+0000 mgr.x (mgr.34104) 3627 : cluster [DBG] pgmap v2404: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:44.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[77880]: audit 2024-03-21T13:09:43.789166+0000 mon.a (mon.0) 5363 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:44.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[77880]: cephadm 2024-03-21T13:09:43.790648+0000 mgr.x (mgr.34104) 3628 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:44.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[77880]: audit 2024-03-21T13:09:43.869835+0000 mon.a (mon.0) 5364 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:44.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[77880]: audit 2024-03-21T13:09:43.873547+0000 mon.a (mon.0) 5365 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:44.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[77880]: audit 2024-03-21T13:09:43.877057+0000 mon.a (mon.0) 5366 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:44.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[77880]: audit 2024-03-21T13:09:43.878281+0000 mon.a (mon.0) 5367 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:44.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[75692]: cluster 2024-03-21T13:09:43.881231+0000 mgr.x (mgr.34104) 3629 : cluster [DBG] pgmap v2405: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s; 79/630 objects degraded (12.540%) 2024-03-21T13:09:44.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[75692]: cluster 2024-03-21T13:09:43.881721+0000 mgr.x (mgr.34104) 3630 : cluster [DBG] pgmap v2406: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s; 79/630 objects degraded (12.540%) 2024-03-21T13:09:44.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[75692]: audit 2024-03-21T13:09:43.888968+0000 mon.a (mon.0) 5368 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:44.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[75692]: cephadm 2024-03-21T13:09:43.890573+0000 mgr.x (mgr.34104) 3631 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:44.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[75692]: audit 2024-03-21T13:09:43.973581+0000 mon.a (mon.0) 5369 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:44.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[75692]: audit 2024-03-21T13:09:43.976789+0000 mon.a (mon.0) 5370 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:44.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[75692]: audit 2024-03-21T13:09:43.980534+0000 mon.a (mon.0) 5371 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:44.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[75692]: audit 2024-03-21T13:09:43.982398+0000 mon.a (mon.0) 5372 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:44.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[75692]: cluster 2024-03-21T13:09:43.985994+0000 mgr.x (mgr.34104) 3632 : cluster [DBG] pgmap v2407: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 15 op/s; 79/630 objects degraded (12.540%) 2024-03-21T13:09:44.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[75692]: cluster 2024-03-21T13:09:43.986511+0000 mgr.x (mgr.34104) 3633 : cluster [DBG] pgmap v2408: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 15 op/s; 79/630 objects degraded (12.540%) 2024-03-21T13:09:44.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[75692]: audit 2024-03-21T13:09:43.995283+0000 mon.a (mon.0) 5373 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:44.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[75692]: cephadm 2024-03-21T13:09:43.996844+0000 mgr.x (mgr.34104) 3634 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:44.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[75692]: audit 2024-03-21T13:09:44.017079+0000 mon.a (mon.0) 5374 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-03-21T13:09:44.562 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[75692]: cluster 2024-03-21T13:09:44.023603+0000 mon.a (mon.0) 5375 : cluster [DBG] osdmap e164: 8 total, 7 up, 8 in 2024-03-21T13:09:44.562 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[75692]: audit 2024-03-21T13:09:44.032127+0000 mon.a (mon.0) 5376 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]: dispatch 2024-03-21T13:09:44.562 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[75692]: audit 2024-03-21T13:09:44.032202+0000 mon.b (mon.2) 10 : audit [INF] from='osd.6 [v2:172.21.15.184:6816/22547901,v1:172.21.15.184:6817/22547901]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]: dispatch 2024-03-21T13:09:44.562 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[75692]: audit 2024-03-21T13:09:44.072568+0000 mon.a (mon.0) 5377 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:44.562 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[75692]: audit 2024-03-21T13:09:44.075905+0000 mon.a (mon.0) 5378 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:44.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[77880]: cluster 2024-03-21T13:09:43.881231+0000 mgr.x (mgr.34104) 3629 : cluster [DBG] pgmap v2405: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s; 79/630 objects degraded (12.540%) 2024-03-21T13:09:44.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[77880]: cluster 2024-03-21T13:09:43.881721+0000 mgr.x (mgr.34104) 3630 : cluster [DBG] pgmap v2406: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s; 79/630 objects degraded (12.540%) 2024-03-21T13:09:44.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[77880]: audit 2024-03-21T13:09:43.888968+0000 mon.a (mon.0) 5368 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:44.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[77880]: cephadm 2024-03-21T13:09:43.890573+0000 mgr.x (mgr.34104) 3631 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:44.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[77880]: audit 2024-03-21T13:09:43.973581+0000 mon.a (mon.0) 5369 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:44.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[77880]: audit 2024-03-21T13:09:43.976789+0000 mon.a (mon.0) 5370 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:44.563 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[77880]: audit 2024-03-21T13:09:43.980534+0000 mon.a (mon.0) 5371 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:44.563 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[77880]: audit 2024-03-21T13:09:43.982398+0000 mon.a (mon.0) 5372 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:44.563 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[77880]: cluster 2024-03-21T13:09:43.985994+0000 mgr.x (mgr.34104) 3632 : cluster [DBG] pgmap v2407: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 15 op/s; 79/630 objects degraded (12.540%) 2024-03-21T13:09:44.563 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[77880]: cluster 2024-03-21T13:09:43.986511+0000 mgr.x (mgr.34104) 3633 : cluster [DBG] pgmap v2408: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 15 op/s; 79/630 objects degraded (12.540%) 2024-03-21T13:09:44.563 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[77880]: audit 2024-03-21T13:09:43.995283+0000 mon.a (mon.0) 5373 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:44.563 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[77880]: cephadm 2024-03-21T13:09:43.996844+0000 mgr.x (mgr.34104) 3634 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:44.563 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[77880]: audit 2024-03-21T13:09:44.017079+0000 mon.a (mon.0) 5374 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-03-21T13:09:44.563 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[77880]: cluster 2024-03-21T13:09:44.023603+0000 mon.a (mon.0) 5375 : cluster [DBG] osdmap e164: 8 total, 7 up, 8 in 2024-03-21T13:09:44.563 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[77880]: audit 2024-03-21T13:09:44.032127+0000 mon.a (mon.0) 5376 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]: dispatch 2024-03-21T13:09:44.563 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[77880]: audit 2024-03-21T13:09:44.032202+0000 mon.b (mon.2) 10 : audit [INF] from='osd.6 [v2:172.21.15.184:6816/22547901,v1:172.21.15.184:6817/22547901]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]: dispatch 2024-03-21T13:09:44.563 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[77880]: audit 2024-03-21T13:09:44.072568+0000 mon.a (mon.0) 5377 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:44.563 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[77880]: audit 2024-03-21T13:09:44.075905+0000 mon.a (mon.0) 5378 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:44.564 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[75692]: audit 2024-03-21T13:09:44.078512+0000 mon.a (mon.0) 5379 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:44.564 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[75692]: audit 2024-03-21T13:09:44.079758+0000 mon.a (mon.0) 5380 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:44.564 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[75692]: cluster 2024-03-21T13:09:44.082423+0000 mgr.x (mgr.34104) 3635 : cluster [DBG] pgmap v2410: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s; 79/630 objects degraded (12.540%) 2024-03-21T13:09:44.564 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[75692]: cluster 2024-03-21T13:09:44.082949+0000 mgr.x (mgr.34104) 3636 : cluster [DBG] pgmap v2411: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:44.564 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[75692]: audit 2024-03-21T13:09:44.091233+0000 mon.a (mon.0) 5381 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:44.564 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[75692]: cephadm 2024-03-21T13:09:44.092614+0000 mgr.x (mgr.34104) 3637 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:44.564 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[75692]: audit 2024-03-21T13:09:44.174926+0000 mon.a (mon.0) 5382 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:44.564 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[75692]: audit 2024-03-21T13:09:44.178587+0000 mon.a (mon.0) 5383 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:44.564 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[75692]: audit 2024-03-21T13:09:44.182326+0000 mon.a (mon.0) 5384 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:44.564 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[75692]: audit 2024-03-21T13:09:44.184011+0000 mon.a (mon.0) 5385 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:44.564 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[75692]: cluster 2024-03-21T13:09:44.187449+0000 mgr.x (mgr.34104) 3638 : cluster [DBG] pgmap v2412: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:44.564 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[75692]: cluster 2024-03-21T13:09:44.188160+0000 mgr.x (mgr.34104) 3639 : cluster [DBG] pgmap v2413: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:44.564 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[75692]: audit 2024-03-21T13:09:44.196052+0000 mon.a (mon.0) 5386 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:44.564 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[75692]: cephadm 2024-03-21T13:09:44.197561+0000 mgr.x (mgr.34104) 3640 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:44.565 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[77880]: audit 2024-03-21T13:09:44.078512+0000 mon.a (mon.0) 5379 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:44.565 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[77880]: audit 2024-03-21T13:09:44.079758+0000 mon.a (mon.0) 5380 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:44.565 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[77880]: cluster 2024-03-21T13:09:44.082423+0000 mgr.x (mgr.34104) 3635 : cluster [DBG] pgmap v2410: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s; 79/630 objects degraded (12.540%) 2024-03-21T13:09:44.565 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[77880]: cluster 2024-03-21T13:09:44.082949+0000 mgr.x (mgr.34104) 3636 : cluster [DBG] pgmap v2411: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:44.565 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[77880]: audit 2024-03-21T13:09:44.091233+0000 mon.a (mon.0) 5381 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:44.565 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[77880]: cephadm 2024-03-21T13:09:44.092614+0000 mgr.x (mgr.34104) 3637 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:44.565 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[77880]: audit 2024-03-21T13:09:44.174926+0000 mon.a (mon.0) 5382 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:44.565 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[77880]: audit 2024-03-21T13:09:44.178587+0000 mon.a (mon.0) 5383 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:44.565 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[77880]: audit 2024-03-21T13:09:44.182326+0000 mon.a (mon.0) 5384 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:44.565 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[77880]: audit 2024-03-21T13:09:44.184011+0000 mon.a (mon.0) 5385 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:44.565 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[77880]: cluster 2024-03-21T13:09:44.187449+0000 mgr.x (mgr.34104) 3638 : cluster [DBG] pgmap v2412: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:44.566 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[77880]: cluster 2024-03-21T13:09:44.188160+0000 mgr.x (mgr.34104) 3639 : cluster [DBG] pgmap v2413: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:44.566 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[77880]: audit 2024-03-21T13:09:44.196052+0000 mon.a (mon.0) 5386 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:44.566 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:44 smithi178 bash[77880]: cephadm 2024-03-21T13:09:44.197561+0000 mgr.x (mgr.34104) 3640 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:45.545 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:45 smithi184 bash[59794]: audit 2024-03-21T13:09:44.279395+0000 mon.a (mon.0) 5387 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:45.545 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:45 smithi184 bash[59794]: audit 2024-03-21T13:09:44.294353+0000 mon.a (mon.0) 5388 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:45.545 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:45 smithi184 bash[59794]: audit 2024-03-21T13:09:44.296916+0000 mon.a (mon.0) 5389 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:45.545 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:45 smithi184 bash[59794]: audit 2024-03-21T13:09:44.297830+0000 mon.a (mon.0) 5390 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:45.545 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:45 smithi184 bash[59794]: cluster 2024-03-21T13:09:44.300186+0000 mgr.x (mgr.34104) 3641 : cluster [DBG] pgmap v2414: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:45.545 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:45 smithi184 bash[59794]: cluster 2024-03-21T13:09:44.300476+0000 mgr.x (mgr.34104) 3642 : cluster [DBG] pgmap v2415: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:45.545 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:45 smithi184 bash[59794]: audit 2024-03-21T13:09:44.305616+0000 mon.a (mon.0) 5391 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:45.545 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:45 smithi184 bash[59794]: cephadm 2024-03-21T13:09:44.307056+0000 mgr.x (mgr.34104) 3643 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:45.545 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:45 smithi184 bash[59794]: audit 2024-03-21T13:09:44.388029+0000 mon.a (mon.0) 5392 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:45.546 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:45 smithi184 bash[59794]: audit 2024-03-21T13:09:44.391565+0000 mon.a (mon.0) 5393 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:45.546 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:45 smithi184 bash[59794]: audit 2024-03-21T13:09:44.396008+0000 mon.a (mon.0) 5394 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:45.546 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:45 smithi184 bash[59794]: audit 2024-03-21T13:09:44.397827+0000 mon.a (mon.0) 5395 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:45.546 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:45 smithi184 bash[59794]: cluster 2024-03-21T13:09:44.401478+0000 mgr.x (mgr.34104) 3644 : cluster [DBG] pgmap v2416: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:45.546 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:45 smithi184 bash[59794]: cluster 2024-03-21T13:09:44.401925+0000 mgr.x (mgr.34104) 3645 : cluster [DBG] pgmap v2417: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:45.546 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:45 smithi184 bash[59794]: audit 2024-03-21T13:09:44.410696+0000 mon.a (mon.0) 5396 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:45.546 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:45 smithi184 bash[59794]: cephadm 2024-03-21T13:09:44.412177+0000 mgr.x (mgr.34104) 3646 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:45.547 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:45 smithi184 bash[59794]: audit 2024-03-21T13:09:44.492519+0000 mon.a (mon.0) 5397 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:45.547 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:45 smithi184 bash[59794]: audit 2024-03-21T13:09:44.495737+0000 mon.a (mon.0) 5398 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:45.547 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:45 smithi184 bash[59794]: audit 2024-03-21T13:09:44.499789+0000 mon.a (mon.0) 5399 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:45.547 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:45 smithi184 bash[59794]: audit 2024-03-21T13:09:44.501406+0000 mon.a (mon.0) 5400 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:45.547 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:45 smithi184 bash[59794]: cluster 2024-03-21T13:09:44.504595+0000 mgr.x (mgr.34104) 3647 : cluster [DBG] pgmap v2418: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:45.547 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:45 smithi184 bash[59794]: cluster 2024-03-21T13:09:44.505008+0000 mgr.x (mgr.34104) 3648 : cluster [DBG] pgmap v2419: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:45.547 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:45 smithi184 bash[59794]: audit 2024-03-21T13:09:44.513081+0000 mon.a (mon.0) 5401 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:45.547 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:45 smithi184 bash[59794]: cephadm 2024-03-21T13:09:44.514734+0000 mgr.x (mgr.34104) 3649 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:45.547 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:45 smithi184 bash[59794]: audit 2024-03-21T13:09:44.627249+0000 mon.a (mon.0) 5402 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:45.547 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:45 smithi184 bash[59794]: audit 2024-03-21T13:09:44.632675+0000 mon.a (mon.0) 5403 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:45.547 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:45 smithi184 bash[59794]: audit 2024-03-21T13:09:44.638432+0000 mon.a (mon.0) 5404 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:45.547 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:45 smithi184 bash[59794]: audit 2024-03-21T13:09:44.640088+0000 mon.a (mon.0) 5405 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:45.548 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:45 smithi184 bash[59794]: cluster 2024-03-21T13:09:44.643410+0000 mgr.x (mgr.34104) 3650 : cluster [DBG] pgmap v2420: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:45.548 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:45 smithi184 bash[59794]: cluster 2024-03-21T13:09:44.643912+0000 mgr.x (mgr.34104) 3651 : cluster [DBG] pgmap v2421: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:45.548 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:45 smithi184 bash[59794]: audit 2024-03-21T13:09:44.651670+0000 mon.a (mon.0) 5406 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:45.548 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:45 smithi184 bash[59794]: cephadm 2024-03-21T13:09:44.653097+0000 mgr.x (mgr.34104) 3652 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:45.548 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:45 smithi184 bash[59794]: audit 2024-03-21T13:09:44.733553+0000 mon.a (mon.0) 5407 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:45.548 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:45 smithi184 bash[59794]: audit 2024-03-21T13:09:44.736323+0000 mon.a (mon.0) 5408 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:45.548 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:45 smithi184 bash[59794]: audit 2024-03-21T13:09:44.739698+0000 mon.a (mon.0) 5409 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:45.548 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:45 smithi184 bash[59794]: audit 2024-03-21T13:09:44.741357+0000 mon.a (mon.0) 5410 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:45.548 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:45 smithi184 bash[59794]: cluster 2024-03-21T13:09:44.744577+0000 mgr.x (mgr.34104) 3653 : cluster [DBG] pgmap v2422: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:45.548 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:45 smithi184 bash[59794]: cluster 2024-03-21T13:09:44.745164+0000 mgr.x (mgr.34104) 3654 : cluster [DBG] pgmap v2423: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:45.548 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:45 smithi184 bash[59794]: audit 2024-03-21T13:09:44.753147+0000 mon.a (mon.0) 5411 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:45.548 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:45 smithi184 bash[59794]: cephadm 2024-03-21T13:09:44.754893+0000 mgr.x (mgr.34104) 3655 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:45.548 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:45 smithi184 bash[59794]: audit 2024-03-21T13:09:44.837552+0000 mon.a (mon.0) 5412 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:45.548 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:45 smithi184 bash[59794]: audit 2024-03-21T13:09:44.840872+0000 mon.a (mon.0) 5413 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:45.549 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:45 smithi184 bash[59794]: audit 2024-03-21T13:09:44.844394+0000 mon.a (mon.0) 5414 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:45.549 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:45 smithi184 bash[59794]: audit 2024-03-21T13:09:44.845691+0000 mon.a (mon.0) 5415 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:45.549 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:45 smithi184 bash[59794]: cluster 2024-03-21T13:09:44.848663+0000 mgr.x (mgr.34104) 3656 : cluster [DBG] pgmap v2424: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:45.549 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:45 smithi184 bash[59794]: cluster 2024-03-21T13:09:44.849077+0000 mgr.x (mgr.34104) 3657 : cluster [DBG] pgmap v2425: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:45.549 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:45 smithi184 bash[59794]: audit 2024-03-21T13:09:44.857360+0000 mon.a (mon.0) 5416 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:45.549 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:45 smithi184 bash[59794]: cephadm 2024-03-21T13:09:44.859309+0000 mgr.x (mgr.34104) 3658 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:45.549 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:45 smithi184 bash[59794]: audit 2024-03-21T13:09:44.938764+0000 mon.a (mon.0) 5417 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:45.549 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:45 smithi184 bash[59794]: audit 2024-03-21T13:09:44.943018+0000 mon.a (mon.0) 5418 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:45.549 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:45 smithi184 bash[59794]: audit 2024-03-21T13:09:44.946873+0000 mon.a (mon.0) 5419 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:45.549 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:45 smithi184 bash[59794]: audit 2024-03-21T13:09:44.948692+0000 mon.a (mon.0) 5420 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:45.549 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:45 smithi184 bash[59794]: cluster 2024-03-21T13:09:44.952613+0000 mgr.x (mgr.34104) 3659 : cluster [DBG] pgmap v2426: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:45.549 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:45 smithi184 bash[59794]: cluster 2024-03-21T13:09:44.953317+0000 mgr.x (mgr.34104) 3660 : cluster [DBG] pgmap v2427: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:45.549 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:45 smithi184 bash[59794]: audit 2024-03-21T13:09:44.961153+0000 mon.a (mon.0) 5421 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:45.549 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:45 smithi184 bash[59794]: cephadm 2024-03-21T13:09:44.962743+0000 mgr.x (mgr.34104) 3661 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:45.549 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:45 smithi184 bash[59794]: cluster 2024-03-21T13:09:45.018338+0000 mon.a (mon.0) 5422 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-21T13:09:45.550 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:45 smithi184 bash[59794]: cluster 2024-03-21T13:09:45.028296+0000 mon.a (mon.0) 5423 : cluster [INF] osd.6 [v2:172.21.15.184:6816/22547901,v1:172.21.15.184:6817/22547901] boot 2024-03-21T13:09:45.550 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:45 smithi184 bash[59794]: cluster 2024-03-21T13:09:45.028551+0000 mon.a (mon.0) 5424 : cluster [DBG] osdmap e165: 8 total, 8 up, 8 in 2024-03-21T13:09:45.550 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:45 smithi184 bash[59794]: audit 2024-03-21T13:09:45.029665+0000 mon.a (mon.0) 5425 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-21T13:09:45.550 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:45 smithi184 bash[59794]: audit 2024-03-21T13:09:45.075642+0000 mon.a (mon.0) 5426 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:45.550 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:45 smithi184 bash[59794]: audit 2024-03-21T13:09:45.081522+0000 mon.a (mon.0) 5427 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:45.550 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:45 smithi184 bash[59794]: audit 2024-03-21T13:09:45.084421+0000 mon.a (mon.0) 5428 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:45.550 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:45 smithi184 bash[59794]: audit 2024-03-21T13:09:45.085949+0000 mon.a (mon.0) 5429 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:45.550 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:45 smithi184 bash[59794]: cluster 2024-03-21T13:09:45.088645+0000 mgr.x (mgr.34104) 3662 : cluster [DBG] pgmap v2429: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:45.550 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:45 smithi184 bash[59794]: cluster 2024-03-21T13:09:45.089070+0000 mgr.x (mgr.34104) 3663 : cluster [DBG] pgmap v2430: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:45.550 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:45 smithi184 bash[59794]: audit 2024-03-21T13:09:45.096371+0000 mon.a (mon.0) 5430 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:45.550 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:45 smithi184 bash[59794]: cephadm 2024-03-21T13:09:45.098000+0000 mgr.x (mgr.34104) 3664 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:45.550 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:45 smithi184 bash[59794]: audit 2024-03-21T13:09:45.173840+0000 mon.a (mon.0) 5431 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:45.550 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:45 smithi184 bash[59794]: audit 2024-03-21T13:09:45.176958+0000 mon.a (mon.0) 5432 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:45.550 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:45 smithi184 bash[59794]: audit 2024-03-21T13:09:45.180441+0000 mon.a (mon.0) 5433 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:45.551 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:45 smithi184 bash[59794]: audit 2024-03-21T13:09:45.181995+0000 mon.a (mon.0) 5434 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:45.551 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:45 smithi184 bash[59794]: cluster 2024-03-21T13:09:45.184854+0000 mgr.x (mgr.34104) 3665 : cluster [DBG] pgmap v2431: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:45.551 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:45 smithi184 bash[59794]: cluster 2024-03-21T13:09:45.185245+0000 mgr.x (mgr.34104) 3666 : cluster [DBG] pgmap v2432: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:45.551 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:45 smithi184 bash[59794]: audit 2024-03-21T13:09:45.194072+0000 mon.a (mon.0) 5435 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:45.551 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:45 smithi184 bash[59794]: cephadm 2024-03-21T13:09:45.195713+0000 mgr.x (mgr.34104) 3667 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:45.551 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:45 smithi184 bash[59794]: audit 2024-03-21T13:09:45.275189+0000 mon.a (mon.0) 5436 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:45.551 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:45 smithi184 bash[59794]: audit 2024-03-21T13:09:45.279126+0000 mon.a (mon.0) 5437 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:45.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:45 smithi178 bash[77880]: audit 2024-03-21T13:09:44.279395+0000 mon.a (mon.0) 5387 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:45.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:45 smithi178 bash[77880]: audit 2024-03-21T13:09:44.294353+0000 mon.a (mon.0) 5388 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:45.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:45 smithi178 bash[77880]: audit 2024-03-21T13:09:44.296916+0000 mon.a (mon.0) 5389 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:45.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:45 smithi178 bash[77880]: audit 2024-03-21T13:09:44.297830+0000 mon.a (mon.0) 5390 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:45.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:45 smithi178 bash[77880]: cluster 2024-03-21T13:09:44.300186+0000 mgr.x (mgr.34104) 3641 : cluster [DBG] pgmap v2414: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:45.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:45 smithi178 bash[77880]: cluster 2024-03-21T13:09:44.300476+0000 mgr.x (mgr.34104) 3642 : cluster [DBG] pgmap v2415: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:45.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:45 smithi178 bash[77880]: audit 2024-03-21T13:09:44.305616+0000 mon.a (mon.0) 5391 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:45.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:45 smithi178 bash[77880]: cephadm 2024-03-21T13:09:44.307056+0000 mgr.x (mgr.34104) 3643 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:45.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:45 smithi178 bash[77880]: audit 2024-03-21T13:09:44.388029+0000 mon.a (mon.0) 5392 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:45.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:45 smithi178 bash[77880]: audit 2024-03-21T13:09:44.391565+0000 mon.a (mon.0) 5393 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:45.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:45 smithi178 bash[77880]: audit 2024-03-21T13:09:44.396008+0000 mon.a (mon.0) 5394 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:45.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:45 smithi178 bash[77880]: audit 2024-03-21T13:09:44.397827+0000 mon.a (mon.0) 5395 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:45.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:45 smithi178 bash[77880]: cluster 2024-03-21T13:09:44.401478+0000 mgr.x (mgr.34104) 3644 : cluster [DBG] pgmap v2416: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:45.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:45 smithi178 bash[77880]: cluster 2024-03-21T13:09:44.401925+0000 mgr.x (mgr.34104) 3645 : cluster [DBG] pgmap v2417: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:45.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:45 smithi178 bash[77880]: audit 2024-03-21T13:09:44.410696+0000 mon.a (mon.0) 5396 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:45.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:45 smithi178 bash[77880]: cephadm 2024-03-21T13:09:44.412177+0000 mgr.x (mgr.34104) 3646 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:45.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:45 smithi178 bash[77880]: audit 2024-03-21T13:09:44.492519+0000 mon.a (mon.0) 5397 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:45.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:45 smithi178 bash[75692]: audit 2024-03-21T13:09:44.279395+0000 mon.a (mon.0) 5387 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:45.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:45 smithi178 bash[75692]: audit 2024-03-21T13:09:44.294353+0000 mon.a (mon.0) 5388 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:45.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:45 smithi178 bash[75692]: audit 2024-03-21T13:09:44.296916+0000 mon.a (mon.0) 5389 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:45.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:45 smithi178 bash[75692]: audit 2024-03-21T13:09:44.297830+0000 mon.a (mon.0) 5390 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:45.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:45 smithi178 bash[75692]: cluster 2024-03-21T13:09:44.300186+0000 mgr.x (mgr.34104) 3641 : cluster [DBG] pgmap v2414: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:45.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:45 smithi178 bash[75692]: cluster 2024-03-21T13:09:44.300476+0000 mgr.x (mgr.34104) 3642 : cluster [DBG] pgmap v2415: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:45.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:45 smithi178 bash[75692]: audit 2024-03-21T13:09:44.305616+0000 mon.a (mon.0) 5391 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:45.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:45 smithi178 bash[75692]: cephadm 2024-03-21T13:09:44.307056+0000 mgr.x (mgr.34104) 3643 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:45.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:45 smithi178 bash[75692]: audit 2024-03-21T13:09:44.388029+0000 mon.a (mon.0) 5392 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:45.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:45 smithi178 bash[75692]: audit 2024-03-21T13:09:44.391565+0000 mon.a (mon.0) 5393 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:45.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:45 smithi178 bash[75692]: audit 2024-03-21T13:09:44.396008+0000 mon.a (mon.0) 5394 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:45.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:45 smithi178 bash[75692]: audit 2024-03-21T13:09:44.397827+0000 mon.a (mon.0) 5395 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:45.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:45 smithi178 bash[75692]: cluster 2024-03-21T13:09:44.401478+0000 mgr.x (mgr.34104) 3644 : cluster [DBG] pgmap v2416: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:45.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:45 smithi178 bash[75692]: cluster 2024-03-21T13:09:44.401925+0000 mgr.x (mgr.34104) 3645 : cluster [DBG] pgmap v2417: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:45.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:45 smithi178 bash[75692]: audit 2024-03-21T13:09:44.410696+0000 mon.a (mon.0) 5396 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:45.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:45 smithi178 bash[75692]: cephadm 2024-03-21T13:09:44.412177+0000 mgr.x (mgr.34104) 3646 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:45.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:45 smithi178 bash[75692]: audit 2024-03-21T13:09:44.492519+0000 mon.a (mon.0) 5397 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:45.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:45 smithi178 bash[77880]: audit 2024-03-21T13:09:44.495737+0000 mon.a (mon.0) 5398 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:45.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:45 smithi178 bash[77880]: audit 2024-03-21T13:09:44.499789+0000 mon.a (mon.0) 5399 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:45.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:45 smithi178 bash[77880]: audit 2024-03-21T13:09:44.501406+0000 mon.a (mon.0) 5400 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:45.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:45 smithi178 bash[77880]: cluster 2024-03-21T13:09:44.504595+0000 mgr.x (mgr.34104) 3647 : cluster [DBG] pgmap v2418: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:45.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:45 smithi178 bash[77880]: cluster 2024-03-21T13:09:44.505008+0000 mgr.x (mgr.34104) 3648 : cluster [DBG] pgmap v2419: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:45.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:45 smithi178 bash[77880]: audit 2024-03-21T13:09:44.513081+0000 mon.a (mon.0) 5401 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:45.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:45 smithi178 bash[77880]: cephadm 2024-03-21T13:09:44.514734+0000 mgr.x (mgr.34104) 3649 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:45.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:45 smithi178 bash[77880]: audit 2024-03-21T13:09:44.627249+0000 mon.a (mon.0) 5402 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:45.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:45 smithi178 bash[77880]: audit 2024-03-21T13:09:44.632675+0000 mon.a (mon.0) 5403 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:45.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:45 smithi178 bash[77880]: audit 2024-03-21T13:09:44.638432+0000 mon.a (mon.0) 5404 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:45.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:45 smithi178 bash[77880]: audit 2024-03-21T13:09:44.640088+0000 mon.a (mon.0) 5405 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:45.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:45 smithi178 bash[77880]: cluster 2024-03-21T13:09:44.643410+0000 mgr.x (mgr.34104) 3650 : cluster [DBG] pgmap v2420: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:45.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:45 smithi178 bash[77880]: cluster 2024-03-21T13:09:44.643912+0000 mgr.x (mgr.34104) 3651 : cluster [DBG] pgmap v2421: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:45.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:45 smithi178 bash[77880]: audit 2024-03-21T13:09:44.651670+0000 mon.a (mon.0) 5406 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:45.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:45 smithi178 bash[77880]: cephadm 2024-03-21T13:09:44.653097+0000 mgr.x (mgr.34104) 3652 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:45.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:45 smithi178 bash[77880]: audit 2024-03-21T13:09:44.733553+0000 mon.a (mon.0) 5407 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:45.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:45 smithi178 bash[77880]: audit 2024-03-21T13:09:44.736323+0000 mon.a (mon.0) 5408 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:45.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:45 smithi178 bash[77880]: audit 2024-03-21T13:09:44.739698+0000 mon.a (mon.0) 5409 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:45.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:45 smithi178 bash[77880]: audit 2024-03-21T13:09:44.741357+0000 mon.a (mon.0) 5410 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:45.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:45 smithi178 bash[77880]: cluster 2024-03-21T13:09:44.744577+0000 mgr.x (mgr.34104) 3653 : cluster [DBG] pgmap v2422: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:45.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:45 smithi178 bash[77880]: cluster 2024-03-21T13:09:44.745164+0000 mgr.x (mgr.34104) 3654 : cluster [DBG] pgmap v2423: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:45.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:45 smithi178 bash[77880]: audit 2024-03-21T13:09:44.753147+0000 mon.a (mon.0) 5411 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:45.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:45 smithi178 bash[77880]: cephadm 2024-03-21T13:09:44.754893+0000 mgr.x (mgr.34104) 3655 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:45.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:45 smithi178 bash[77880]: audit 2024-03-21T13:09:44.837552+0000 mon.a (mon.0) 5412 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:45.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:45 smithi178 bash[77880]: audit 2024-03-21T13:09:44.840872+0000 mon.a (mon.0) 5413 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:45.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:45 smithi178 bash[77880]: audit 2024-03-21T13:09:44.844394+0000 mon.a (mon.0) 5414 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:45.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:45 smithi178 bash[77880]: audit 2024-03-21T13:09:44.845691+0000 mon.a (mon.0) 5415 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:45.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:45 smithi178 bash[77880]: cluster 2024-03-21T13:09:44.848663+0000 mgr.x (mgr.34104) 3656 : cluster [DBG] pgmap v2424: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:45.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:45 smithi178 bash[77880]: cluster 2024-03-21T13:09:44.849077+0000 mgr.x (mgr.34104) 3657 : cluster [DBG] pgmap v2425: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:45.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:45 smithi178 bash[77880]: audit 2024-03-21T13:09:44.857360+0000 mon.a (mon.0) 5416 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:45.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:45 smithi178 bash[77880]: cephadm 2024-03-21T13:09:44.859309+0000 mgr.x (mgr.34104) 3658 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:45.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:45 smithi178 bash[77880]: audit 2024-03-21T13:09:44.938764+0000 mon.a (mon.0) 5417 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:45.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:45 smithi178 bash[77880]: audit 2024-03-21T13:09:44.943018+0000 mon.a (mon.0) 5418 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:45.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:45 smithi178 bash[77880]: audit 2024-03-21T13:09:44.946873+0000 mon.a (mon.0) 5419 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:45.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:45 smithi178 bash[77880]: audit 2024-03-21T13:09:44.948692+0000 mon.a (mon.0) 5420 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:45.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:45 smithi178 bash[77880]: cluster 2024-03-21T13:09:44.952613+0000 mgr.x (mgr.34104) 3659 : cluster [DBG] pgmap v2426: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:45.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:45 smithi178 bash[75692]: audit 2024-03-21T13:09:44.495737+0000 mon.a (mon.0) 5398 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:45.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:45 smithi178 bash[75692]: audit 2024-03-21T13:09:44.499789+0000 mon.a (mon.0) 5399 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:45.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:45 smithi178 bash[75692]: audit 2024-03-21T13:09:44.501406+0000 mon.a (mon.0) 5400 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:45.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:45 smithi178 bash[75692]: cluster 2024-03-21T13:09:44.504595+0000 mgr.x (mgr.34104) 3647 : cluster [DBG] pgmap v2418: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:45.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:45 smithi178 bash[75692]: cluster 2024-03-21T13:09:44.505008+0000 mgr.x (mgr.34104) 3648 : cluster [DBG] pgmap v2419: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:45.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:45 smithi178 bash[75692]: audit 2024-03-21T13:09:44.513081+0000 mon.a (mon.0) 5401 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:45.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:45 smithi178 bash[75692]: cephadm 2024-03-21T13:09:44.514734+0000 mgr.x (mgr.34104) 3649 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:45.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:45 smithi178 bash[75692]: audit 2024-03-21T13:09:44.627249+0000 mon.a (mon.0) 5402 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:45.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:45 smithi178 bash[75692]: audit 2024-03-21T13:09:44.632675+0000 mon.a (mon.0) 5403 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:45.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:45 smithi178 bash[75692]: audit 2024-03-21T13:09:44.638432+0000 mon.a (mon.0) 5404 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:45.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:45 smithi178 bash[75692]: audit 2024-03-21T13:09:44.640088+0000 mon.a (mon.0) 5405 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:45.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:45 smithi178 bash[75692]: cluster 2024-03-21T13:09:44.643410+0000 mgr.x (mgr.34104) 3650 : cluster [DBG] pgmap v2420: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:45.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:45 smithi178 bash[75692]: cluster 2024-03-21T13:09:44.643912+0000 mgr.x (mgr.34104) 3651 : cluster [DBG] pgmap v2421: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:45.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:45 smithi178 bash[75692]: audit 2024-03-21T13:09:44.651670+0000 mon.a (mon.0) 5406 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:45.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:45 smithi178 bash[75692]: cephadm 2024-03-21T13:09:44.653097+0000 mgr.x (mgr.34104) 3652 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:45.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:45 smithi178 bash[75692]: audit 2024-03-21T13:09:44.733553+0000 mon.a (mon.0) 5407 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:45.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:45 smithi178 bash[75692]: audit 2024-03-21T13:09:44.736323+0000 mon.a (mon.0) 5408 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:45.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:45 smithi178 bash[75692]: audit 2024-03-21T13:09:44.739698+0000 mon.a (mon.0) 5409 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:45.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:45 smithi178 bash[77880]: cluster 2024-03-21T13:09:44.953317+0000 mgr.x (mgr.34104) 3660 : cluster [DBG] pgmap v2427: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:45.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:45 smithi178 bash[77880]: audit 2024-03-21T13:09:44.961153+0000 mon.a (mon.0) 5421 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:45.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:45 smithi178 bash[77880]: cephadm 2024-03-21T13:09:44.962743+0000 mgr.x (mgr.34104) 3661 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:45.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:45 smithi178 bash[77880]: cluster 2024-03-21T13:09:45.018338+0000 mon.a (mon.0) 5422 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-21T13:09:45.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:45 smithi178 bash[77880]: cluster 2024-03-21T13:09:45.028296+0000 mon.a (mon.0) 5423 : cluster [INF] osd.6 [v2:172.21.15.184:6816/22547901,v1:172.21.15.184:6817/22547901] boot 2024-03-21T13:09:45.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:45 smithi178 bash[77880]: cluster 2024-03-21T13:09:45.028551+0000 mon.a (mon.0) 5424 : cluster [DBG] osdmap e165: 8 total, 8 up, 8 in 2024-03-21T13:09:45.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:45 smithi178 bash[77880]: audit 2024-03-21T13:09:45.029665+0000 mon.a (mon.0) 5425 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-21T13:09:45.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:45 smithi178 bash[77880]: audit 2024-03-21T13:09:45.075642+0000 mon.a (mon.0) 5426 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:45.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:45 smithi178 bash[77880]: audit 2024-03-21T13:09:45.081522+0000 mon.a (mon.0) 5427 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:45.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:45 smithi178 bash[77880]: audit 2024-03-21T13:09:45.084421+0000 mon.a (mon.0) 5428 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:45.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:45 smithi178 bash[77880]: audit 2024-03-21T13:09:45.085949+0000 mon.a (mon.0) 5429 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:45.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:45 smithi178 bash[77880]: cluster 2024-03-21T13:09:45.088645+0000 mgr.x (mgr.34104) 3662 : cluster [DBG] pgmap v2429: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:45.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:45 smithi178 bash[77880]: cluster 2024-03-21T13:09:45.089070+0000 mgr.x (mgr.34104) 3663 : cluster [DBG] pgmap v2430: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:45.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:45 smithi178 bash[77880]: audit 2024-03-21T13:09:45.096371+0000 mon.a (mon.0) 5430 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:45.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:45 smithi178 bash[77880]: cephadm 2024-03-21T13:09:45.098000+0000 mgr.x (mgr.34104) 3664 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:45.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:45 smithi178 bash[77880]: audit 2024-03-21T13:09:45.173840+0000 mon.a (mon.0) 5431 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:45.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:45 smithi178 bash[77880]: audit 2024-03-21T13:09:45.176958+0000 mon.a (mon.0) 5432 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:45.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:45 smithi178 bash[77880]: audit 2024-03-21T13:09:45.180441+0000 mon.a (mon.0) 5433 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:45.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:45 smithi178 bash[77880]: audit 2024-03-21T13:09:45.181995+0000 mon.a (mon.0) 5434 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:45.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:45 smithi178 bash[77880]: cluster 2024-03-21T13:09:45.184854+0000 mgr.x (mgr.34104) 3665 : cluster [DBG] pgmap v2431: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:45.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:45 smithi178 bash[77880]: cluster 2024-03-21T13:09:45.185245+0000 mgr.x (mgr.34104) 3666 : cluster [DBG] pgmap v2432: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:45.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:45 smithi178 bash[77880]: audit 2024-03-21T13:09:45.194072+0000 mon.a (mon.0) 5435 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:45.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:45 smithi178 bash[77880]: cephadm 2024-03-21T13:09:45.195713+0000 mgr.x (mgr.34104) 3667 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:45.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:45 smithi178 bash[77880]: audit 2024-03-21T13:09:45.275189+0000 mon.a (mon.0) 5436 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:45.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:45 smithi178 bash[77880]: audit 2024-03-21T13:09:45.279126+0000 mon.a (mon.0) 5437 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:45.563 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:45 smithi178 bash[75692]: audit 2024-03-21T13:09:44.741357+0000 mon.a (mon.0) 5410 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:45.563 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:45 smithi178 bash[75692]: cluster 2024-03-21T13:09:44.744577+0000 mgr.x (mgr.34104) 3653 : cluster [DBG] pgmap v2422: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:45.563 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:45 smithi178 bash[75692]: cluster 2024-03-21T13:09:44.745164+0000 mgr.x (mgr.34104) 3654 : cluster [DBG] pgmap v2423: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:45.564 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:45 smithi178 bash[75692]: audit 2024-03-21T13:09:44.753147+0000 mon.a (mon.0) 5411 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:45.564 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:45 smithi178 bash[75692]: cephadm 2024-03-21T13:09:44.754893+0000 mgr.x (mgr.34104) 3655 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:45.564 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:45 smithi178 bash[75692]: audit 2024-03-21T13:09:44.837552+0000 mon.a (mon.0) 5412 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:45.564 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:45 smithi178 bash[75692]: audit 2024-03-21T13:09:44.840872+0000 mon.a (mon.0) 5413 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:45.564 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:45 smithi178 bash[75692]: audit 2024-03-21T13:09:44.844394+0000 mon.a (mon.0) 5414 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:45.564 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:45 smithi178 bash[75692]: audit 2024-03-21T13:09:44.845691+0000 mon.a (mon.0) 5415 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:45.564 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:45 smithi178 bash[75692]: cluster 2024-03-21T13:09:44.848663+0000 mgr.x (mgr.34104) 3656 : cluster [DBG] pgmap v2424: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:45.564 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:45 smithi178 bash[75692]: cluster 2024-03-21T13:09:44.849077+0000 mgr.x (mgr.34104) 3657 : cluster [DBG] pgmap v2425: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:45.564 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:45 smithi178 bash[75692]: audit 2024-03-21T13:09:44.857360+0000 mon.a (mon.0) 5416 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:45.564 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:45 smithi178 bash[75692]: cephadm 2024-03-21T13:09:44.859309+0000 mgr.x (mgr.34104) 3658 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:45.564 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:45 smithi178 bash[75692]: audit 2024-03-21T13:09:44.938764+0000 mon.a (mon.0) 5417 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:45.564 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:45 smithi178 bash[75692]: audit 2024-03-21T13:09:44.943018+0000 mon.a (mon.0) 5418 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:45.565 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:45 smithi178 bash[75692]: audit 2024-03-21T13:09:44.946873+0000 mon.a (mon.0) 5419 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:45.565 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:45 smithi178 bash[75692]: audit 2024-03-21T13:09:44.948692+0000 mon.a (mon.0) 5420 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:45.565 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:45 smithi178 bash[75692]: cluster 2024-03-21T13:09:44.952613+0000 mgr.x (mgr.34104) 3659 : cluster [DBG] pgmap v2426: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:45.565 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:45 smithi178 bash[75692]: cluster 2024-03-21T13:09:44.953317+0000 mgr.x (mgr.34104) 3660 : cluster [DBG] pgmap v2427: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:45.565 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:45 smithi178 bash[75692]: audit 2024-03-21T13:09:44.961153+0000 mon.a (mon.0) 5421 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:45.565 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:45 smithi178 bash[75692]: cephadm 2024-03-21T13:09:44.962743+0000 mgr.x (mgr.34104) 3661 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:45.565 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:45 smithi178 bash[75692]: cluster 2024-03-21T13:09:45.018338+0000 mon.a (mon.0) 5422 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-21T13:09:45.565 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:45 smithi178 bash[75692]: cluster 2024-03-21T13:09:45.028296+0000 mon.a (mon.0) 5423 : cluster [INF] osd.6 [v2:172.21.15.184:6816/22547901,v1:172.21.15.184:6817/22547901] boot 2024-03-21T13:09:45.565 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:45 smithi178 bash[75692]: cluster 2024-03-21T13:09:45.028551+0000 mon.a (mon.0) 5424 : cluster [DBG] osdmap e165: 8 total, 8 up, 8 in 2024-03-21T13:09:45.565 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:45 smithi178 bash[75692]: audit 2024-03-21T13:09:45.029665+0000 mon.a (mon.0) 5425 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-21T13:09:45.565 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:45 smithi178 bash[75692]: audit 2024-03-21T13:09:45.075642+0000 mon.a (mon.0) 5426 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:45.565 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:45 smithi178 bash[75692]: audit 2024-03-21T13:09:45.081522+0000 mon.a (mon.0) 5427 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:45.565 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:45 smithi178 bash[75692]: audit 2024-03-21T13:09:45.084421+0000 mon.a (mon.0) 5428 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:45.565 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:45 smithi178 bash[75692]: audit 2024-03-21T13:09:45.085949+0000 mon.a (mon.0) 5429 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:45.565 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:45 smithi178 bash[75692]: cluster 2024-03-21T13:09:45.088645+0000 mgr.x (mgr.34104) 3662 : cluster [DBG] pgmap v2429: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:45.566 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:45 smithi178 bash[75692]: cluster 2024-03-21T13:09:45.089070+0000 mgr.x (mgr.34104) 3663 : cluster [DBG] pgmap v2430: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:45.566 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:45 smithi178 bash[75692]: audit 2024-03-21T13:09:45.096371+0000 mon.a (mon.0) 5430 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:45.566 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:45 smithi178 bash[75692]: cephadm 2024-03-21T13:09:45.098000+0000 mgr.x (mgr.34104) 3664 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:45.566 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:45 smithi178 bash[75692]: audit 2024-03-21T13:09:45.173840+0000 mon.a (mon.0) 5431 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:45.566 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:45 smithi178 bash[75692]: audit 2024-03-21T13:09:45.176958+0000 mon.a (mon.0) 5432 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:45.566 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:45 smithi178 bash[75692]: audit 2024-03-21T13:09:45.180441+0000 mon.a (mon.0) 5433 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:45.566 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:45 smithi178 bash[75692]: audit 2024-03-21T13:09:45.181995+0000 mon.a (mon.0) 5434 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:45.566 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:45 smithi178 bash[75692]: cluster 2024-03-21T13:09:45.184854+0000 mgr.x (mgr.34104) 3665 : cluster [DBG] pgmap v2431: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:45.566 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:45 smithi178 bash[75692]: cluster 2024-03-21T13:09:45.185245+0000 mgr.x (mgr.34104) 3666 : cluster [DBG] pgmap v2432: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:45.566 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:45 smithi178 bash[75692]: audit 2024-03-21T13:09:45.194072+0000 mon.a (mon.0) 5435 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:45.566 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:45 smithi178 bash[75692]: cephadm 2024-03-21T13:09:45.195713+0000 mgr.x (mgr.34104) 3667 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:45.567 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:45 smithi178 bash[75692]: audit 2024-03-21T13:09:45.275189+0000 mon.a (mon.0) 5436 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:45.567 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:45 smithi178 bash[75692]: audit 2024-03-21T13:09:45.279126+0000 mon.a (mon.0) 5437 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:45.823 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:09:45 smithi184 bash[52419]: ::ffff:172.21.15.184 - - [21/Mar/2024:13:09:45] "GET /metrics HTTP/1.1" 200 38611 "" "Prometheus/2.33.4" 2024-03-21T13:09:46.423 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:46 smithi184 bash[59794]: audit 2024-03-21T13:09:45.282232+0000 mon.a (mon.0) 5438 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:46.423 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:46 smithi184 bash[59794]: audit 2024-03-21T13:09:45.289576+0000 mon.a (mon.0) 5439 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:46.423 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:46 smithi184 bash[59794]: cluster 2024-03-21T13:09:45.305791+0000 mgr.x (mgr.34104) 3668 : cluster [DBG] pgmap v2433: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:46.423 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:46 smithi184 bash[59794]: cluster 2024-03-21T13:09:45.306213+0000 mgr.x (mgr.34104) 3669 : cluster [DBG] pgmap v2434: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:46.423 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:46 smithi184 bash[59794]: audit 2024-03-21T13:09:45.309922+0000 mon.a (mon.0) 5440 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:46.423 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:46 smithi184 bash[59794]: cephadm 2024-03-21T13:09:45.311353+0000 mgr.x (mgr.34104) 3670 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:46.423 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:46 smithi184 bash[59794]: audit 2024-03-21T13:09:45.390177+0000 mon.a (mon.0) 5441 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:46.423 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:46 smithi184 bash[59794]: audit 2024-03-21T13:09:45.393432+0000 mon.a (mon.0) 5442 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:46.423 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:46 smithi184 bash[59794]: audit 2024-03-21T13:09:45.397350+0000 mon.a (mon.0) 5443 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:46.424 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:46 smithi184 bash[59794]: audit 2024-03-21T13:09:45.399154+0000 mon.a (mon.0) 5444 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:46.424 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:46 smithi184 bash[59794]: cluster 2024-03-21T13:09:45.403010+0000 mgr.x (mgr.34104) 3671 : cluster [DBG] pgmap v2435: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:46.424 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:46 smithi184 bash[59794]: audit 2024-03-21T13:09:45.409521+0000 mon.a (mon.0) 5445 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:46.424 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:46 smithi184 bash[59794]: cephadm 2024-03-21T13:09:45.411046+0000 mgr.x (mgr.34104) 3672 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:46.424 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:46 smithi184 bash[59794]: audit 2024-03-21T13:09:45.492203+0000 mon.a (mon.0) 5446 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:46.424 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:46 smithi184 bash[59794]: audit 2024-03-21T13:09:45.495820+0000 mon.a (mon.0) 5447 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:46.424 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:46 smithi184 bash[59794]: audit 2024-03-21T13:09:45.500836+0000 mon.a (mon.0) 5448 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:46.424 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:46 smithi184 bash[59794]: audit 2024-03-21T13:09:45.502538+0000 mon.a (mon.0) 5449 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:46.424 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:46 smithi184 bash[59794]: cluster 2024-03-21T13:09:45.506192+0000 mgr.x (mgr.34104) 3673 : cluster [DBG] pgmap v2436: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:46.424 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:46 smithi184 bash[59794]: cluster 2024-03-21T13:09:45.507006+0000 mgr.x (mgr.34104) 3674 : cluster [DBG] pgmap v2437: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:46.424 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:46 smithi184 bash[59794]: audit 2024-03-21T13:09:45.515026+0000 mon.a (mon.0) 5450 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:46.424 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:46 smithi184 bash[59794]: cephadm 2024-03-21T13:09:45.516631+0000 mgr.x (mgr.34104) 3675 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:46.424 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:46 smithi184 bash[59794]: audit 2024-03-21T13:09:45.596573+0000 mon.a (mon.0) 5451 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:46.425 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:46 smithi184 bash[59794]: audit 2024-03-21T13:09:45.599670+0000 mon.a (mon.0) 5452 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:46.425 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:46 smithi184 bash[59794]: audit 2024-03-21T13:09:45.603362+0000 mon.a (mon.0) 5453 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:46.425 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:46 smithi184 bash[59794]: audit 2024-03-21T13:09:45.604886+0000 mon.a (mon.0) 5454 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:46.425 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:46 smithi184 bash[59794]: cluster 2024-03-21T13:09:45.608043+0000 mgr.x (mgr.34104) 3676 : cluster [DBG] pgmap v2438: 161 pgs: 9 peering, 31 active+undersized, 16 active+undersized+degraded, 105 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 60/630 objects degraded (9.524%) 2024-03-21T13:09:46.425 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:46 smithi184 bash[59794]: cluster 2024-03-21T13:09:45.608705+0000 mgr.x (mgr.34104) 3677 : cluster [DBG] pgmap v2439: 161 pgs: 9 peering, 31 active+undersized, 16 active+undersized+degraded, 105 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 60/630 objects degraded (9.524%) 2024-03-21T13:09:46.425 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:46 smithi184 bash[59794]: audit 2024-03-21T13:09:45.617080+0000 mon.a (mon.0) 5455 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:46.425 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:46 smithi184 bash[59794]: cephadm 2024-03-21T13:09:45.618579+0000 mgr.x (mgr.34104) 3678 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:46.425 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:46 smithi184 bash[59794]: audit 2024-03-21T13:09:45.700102+0000 mon.a (mon.0) 5456 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:46.425 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:46 smithi184 bash[59794]: audit 2024-03-21T13:09:45.703258+0000 mon.a (mon.0) 5457 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:46.425 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:46 smithi184 bash[59794]: audit 2024-03-21T13:09:45.707174+0000 mon.a (mon.0) 5458 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:46.425 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:46 smithi184 bash[59794]: audit 2024-03-21T13:09:45.708698+0000 mon.a (mon.0) 5459 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:46.425 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:46 smithi184 bash[59794]: cluster 2024-03-21T13:09:45.712035+0000 mgr.x (mgr.34104) 3679 : cluster [DBG] pgmap v2440: 161 pgs: 9 peering, 31 active+undersized, 16 active+undersized+degraded, 105 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 60/630 objects degraded (9.524%) 2024-03-21T13:09:46.425 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:46 smithi184 bash[59794]: cluster 2024-03-21T13:09:45.712746+0000 mgr.x (mgr.34104) 3680 : cluster [DBG] pgmap v2441: 161 pgs: 9 peering, 31 active+undersized, 16 active+undersized+degraded, 105 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 60/630 objects degraded (9.524%) 2024-03-21T13:09:46.426 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:46 smithi184 bash[59794]: audit 2024-03-21T13:09:45.720472+0000 mon.a (mon.0) 5460 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:46.426 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:46 smithi184 bash[59794]: cephadm 2024-03-21T13:09:45.721859+0000 mgr.x (mgr.34104) 3681 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:46.426 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:46 smithi184 bash[59794]: audit 2024-03-21T13:09:45.799906+0000 mon.a (mon.0) 5461 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:46.426 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:46 smithi184 bash[59794]: audit 2024-03-21T13:09:45.803813+0000 mon.a (mon.0) 5462 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:46.427 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:46 smithi184 bash[59794]: audit 2024-03-21T13:09:45.808094+0000 mon.a (mon.0) 5463 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:46.427 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:46 smithi184 bash[59794]: audit 2024-03-21T13:09:45.810106+0000 mon.a (mon.0) 5464 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:46.427 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:46 smithi184 bash[59794]: cluster 2024-03-21T13:09:45.814230+0000 mgr.x (mgr.34104) 3682 : cluster [DBG] pgmap v2442: 161 pgs: 9 peering, 31 active+undersized, 16 active+undersized+degraded, 105 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 60/630 objects degraded (9.524%) 2024-03-21T13:09:46.427 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:46 smithi184 bash[59794]: cluster 2024-03-21T13:09:45.814932+0000 mgr.x (mgr.34104) 3683 : cluster [DBG] pgmap v2443: 161 pgs: 9 peering, 31 active+undersized, 16 active+undersized+degraded, 105 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 60/630 objects degraded (9.524%) 2024-03-21T13:09:46.427 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:46 smithi184 bash[59794]: audit 2024-03-21T13:09:45.823190+0000 mon.a (mon.0) 5465 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:46.427 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:46 smithi184 bash[59794]: cephadm 2024-03-21T13:09:45.824898+0000 mgr.x (mgr.34104) 3684 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:46.427 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:46 smithi184 bash[59794]: audit 2024-03-21T13:09:45.907997+0000 mon.a (mon.0) 5466 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:46.427 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:46 smithi184 bash[59794]: audit 2024-03-21T13:09:45.910916+0000 mon.a (mon.0) 5467 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:46.427 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:46 smithi184 bash[59794]: audit 2024-03-21T13:09:45.913762+0000 mon.a (mon.0) 5468 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:46.427 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:46 smithi184 bash[59794]: audit 2024-03-21T13:09:45.915096+0000 mon.a (mon.0) 5469 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:46.427 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:46 smithi184 bash[59794]: cluster 2024-03-21T13:09:45.919370+0000 mgr.x (mgr.34104) 3685 : cluster [DBG] pgmap v2444: 161 pgs: 9 peering, 31 active+undersized, 16 active+undersized+degraded, 105 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 60/630 objects degraded (9.524%) 2024-03-21T13:09:46.427 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:46 smithi184 bash[59794]: cluster 2024-03-21T13:09:45.920502+0000 mgr.x (mgr.34104) 3686 : cluster [DBG] pgmap v2445: 161 pgs: 9 peering, 31 active+undersized, 16 active+undersized+degraded, 105 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 60/630 objects degraded (9.524%) 2024-03-21T13:09:46.427 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:46 smithi184 bash[59794]: audit 2024-03-21T13:09:45.927293+0000 mon.a (mon.0) 5470 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:46.427 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:46 smithi184 bash[59794]: cephadm 2024-03-21T13:09:45.928824+0000 mgr.x (mgr.34104) 3687 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:46.428 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:46 smithi184 bash[59794]: audit 2024-03-21T13:09:46.006983+0000 mon.a (mon.0) 5471 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:46.428 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:46 smithi184 bash[59794]: audit 2024-03-21T13:09:46.010238+0000 mon.a (mon.0) 5472 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:46.428 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:46 smithi184 bash[59794]: audit 2024-03-21T13:09:46.015532+0000 mon.a (mon.0) 5473 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:46.428 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:46 smithi184 bash[59794]: audit 2024-03-21T13:09:46.017422+0000 mon.a (mon.0) 5474 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:46.428 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:46 smithi184 bash[59794]: cluster 2024-03-21T13:09:46.021415+0000 mgr.x (mgr.34104) 3688 : cluster [DBG] pgmap v2446: 161 pgs: 9 peering, 31 active+undersized, 16 active+undersized+degraded, 105 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 60/630 objects degraded (9.524%) 2024-03-21T13:09:46.428 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:46 smithi184 bash[59794]: cluster 2024-03-21T13:09:46.021907+0000 mgr.x (mgr.34104) 3689 : cluster [DBG] pgmap v2447: 161 pgs: 9 peering, 31 active+undersized, 16 active+undersized+degraded, 105 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 60/630 objects degraded (9.524%) 2024-03-21T13:09:46.428 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:46 smithi184 bash[59794]: cluster 2024-03-21T13:09:46.030941+0000 mon.a (mon.0) 5475 : cluster [DBG] osdmap e166: 8 total, 8 up, 8 in 2024-03-21T13:09:46.428 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:46 smithi184 bash[59794]: audit 2024-03-21T13:09:46.044044+0000 mon.a (mon.0) 5476 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:46.428 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:46 smithi184 bash[59794]: cephadm 2024-03-21T13:09:46.056405+0000 mgr.x (mgr.34104) 3690 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:46.428 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:46 smithi184 bash[59794]: audit 2024-03-21T13:09:46.123017+0000 mon.a (mon.0) 5477 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:46.428 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:46 smithi184 bash[59794]: audit 2024-03-21T13:09:46.127171+0000 mon.a (mon.0) 5478 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:46.428 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:46 smithi184 bash[59794]: audit 2024-03-21T13:09:46.131039+0000 mon.a (mon.0) 5479 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:46.428 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:46 smithi184 bash[59794]: audit 2024-03-21T13:09:46.132505+0000 mon.a (mon.0) 5480 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:46.428 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:46 smithi184 bash[59794]: cluster 2024-03-21T13:09:46.136916+0000 mgr.x (mgr.34104) 3691 : cluster [DBG] pgmap v2449: 161 pgs: 9 peering, 31 active+undersized, 16 active+undersized+degraded, 105 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 60/630 objects degraded (9.524%) 2024-03-21T13:09:46.429 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:46 smithi184 bash[59794]: cluster 2024-03-21T13:09:46.137298+0000 mgr.x (mgr.34104) 3692 : cluster [DBG] pgmap v2450: 161 pgs: 9 peering, 31 active+undersized, 16 active+undersized+degraded, 105 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 60/630 objects degraded (9.524%) 2024-03-21T13:09:46.429 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:46 smithi184 bash[59794]: audit 2024-03-21T13:09:46.145794+0000 mon.a (mon.0) 5481 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:46.429 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:46 smithi184 bash[59794]: cephadm 2024-03-21T13:09:46.147280+0000 mgr.x (mgr.34104) 3693 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:46.429 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:46 smithi184 bash[59794]: audit 2024-03-21T13:09:46.225649+0000 mon.a (mon.0) 5482 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:46.429 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:46 smithi184 bash[59794]: audit 2024-03-21T13:09:46.229052+0000 mon.a (mon.0) 5483 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:46.429 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:46 smithi184 bash[59794]: audit 2024-03-21T13:09:46.232505+0000 mon.a (mon.0) 5484 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:46.429 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:46 smithi184 bash[59794]: audit 2024-03-21T13:09:46.234162+0000 mon.a (mon.0) 5485 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:46.429 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:46 smithi184 bash[59794]: cluster 2024-03-21T13:09:46.237486+0000 mgr.x (mgr.34104) 3694 : cluster [DBG] pgmap v2451: 161 pgs: 9 peering, 31 active+undersized, 16 active+undersized+degraded, 105 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 60/630 objects degraded (9.524%) 2024-03-21T13:09:46.429 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:46 smithi184 bash[59794]: cluster 2024-03-21T13:09:46.238124+0000 mgr.x (mgr.34104) 3695 : cluster [DBG] pgmap v2452: 161 pgs: 9 peering, 31 active+undersized, 16 active+undersized+degraded, 105 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 60/630 objects degraded (9.524%) 2024-03-21T13:09:46.429 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:46 smithi184 bash[59794]: audit 2024-03-21T13:09:46.246449+0000 mon.a (mon.0) 5486 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:46.429 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:46 smithi184 bash[59794]: cephadm 2024-03-21T13:09:46.247937+0000 mgr.x (mgr.34104) 3696 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:46.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:46 smithi178 bash[75692]: audit 2024-03-21T13:09:45.282232+0000 mon.a (mon.0) 5438 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:46.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:46 smithi178 bash[75692]: audit 2024-03-21T13:09:45.289576+0000 mon.a (mon.0) 5439 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:46.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:46 smithi178 bash[75692]: cluster 2024-03-21T13:09:45.305791+0000 mgr.x (mgr.34104) 3668 : cluster [DBG] pgmap v2433: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:46.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:46 smithi178 bash[75692]: cluster 2024-03-21T13:09:45.306213+0000 mgr.x (mgr.34104) 3669 : cluster [DBG] pgmap v2434: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:46.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:46 smithi178 bash[75692]: audit 2024-03-21T13:09:45.309922+0000 mon.a (mon.0) 5440 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:46.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:46 smithi178 bash[75692]: cephadm 2024-03-21T13:09:45.311353+0000 mgr.x (mgr.34104) 3670 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:46.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:46 smithi178 bash[75692]: audit 2024-03-21T13:09:45.390177+0000 mon.a (mon.0) 5441 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:46.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:46 smithi178 bash[75692]: audit 2024-03-21T13:09:45.393432+0000 mon.a (mon.0) 5442 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:46.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:46 smithi178 bash[75692]: audit 2024-03-21T13:09:45.397350+0000 mon.a (mon.0) 5443 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:46.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:46 smithi178 bash[75692]: audit 2024-03-21T13:09:45.399154+0000 mon.a (mon.0) 5444 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:46.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:46 smithi178 bash[75692]: cluster 2024-03-21T13:09:45.403010+0000 mgr.x (mgr.34104) 3671 : cluster [DBG] pgmap v2435: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:46.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:46 smithi178 bash[75692]: audit 2024-03-21T13:09:45.409521+0000 mon.a (mon.0) 5445 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:46.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:46 smithi178 bash[75692]: cephadm 2024-03-21T13:09:45.411046+0000 mgr.x (mgr.34104) 3672 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:46.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:46 smithi178 bash[75692]: audit 2024-03-21T13:09:45.492203+0000 mon.a (mon.0) 5446 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:46.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:46 smithi178 bash[75692]: audit 2024-03-21T13:09:45.495820+0000 mon.a (mon.0) 5447 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:46.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:46 smithi178 bash[75692]: audit 2024-03-21T13:09:45.500836+0000 mon.a (mon.0) 5448 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:46.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:46 smithi178 bash[75692]: audit 2024-03-21T13:09:45.502538+0000 mon.a (mon.0) 5449 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:46.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:46 smithi178 bash[77880]: audit 2024-03-21T13:09:45.282232+0000 mon.a (mon.0) 5438 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:46.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:46 smithi178 bash[77880]: audit 2024-03-21T13:09:45.289576+0000 mon.a (mon.0) 5439 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:46.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:46 smithi178 bash[77880]: cluster 2024-03-21T13:09:45.305791+0000 mgr.x (mgr.34104) 3668 : cluster [DBG] pgmap v2433: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:46.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:46 smithi178 bash[77880]: cluster 2024-03-21T13:09:45.306213+0000 mgr.x (mgr.34104) 3669 : cluster [DBG] pgmap v2434: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:46.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:46 smithi178 bash[77880]: audit 2024-03-21T13:09:45.309922+0000 mon.a (mon.0) 5440 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:46.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:46 smithi178 bash[77880]: cephadm 2024-03-21T13:09:45.311353+0000 mgr.x (mgr.34104) 3670 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:46.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:46 smithi178 bash[77880]: audit 2024-03-21T13:09:45.390177+0000 mon.a (mon.0) 5441 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:46.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:46 smithi178 bash[77880]: audit 2024-03-21T13:09:45.393432+0000 mon.a (mon.0) 5442 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:46.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:46 smithi178 bash[77880]: audit 2024-03-21T13:09:45.397350+0000 mon.a (mon.0) 5443 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:46.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:46 smithi178 bash[77880]: audit 2024-03-21T13:09:45.399154+0000 mon.a (mon.0) 5444 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:46.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:46 smithi178 bash[77880]: cluster 2024-03-21T13:09:45.403010+0000 mgr.x (mgr.34104) 3671 : cluster [DBG] pgmap v2435: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:46.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:46 smithi178 bash[77880]: audit 2024-03-21T13:09:45.409521+0000 mon.a (mon.0) 5445 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:46.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:46 smithi178 bash[77880]: cephadm 2024-03-21T13:09:45.411046+0000 mgr.x (mgr.34104) 3672 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:46.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:46 smithi178 bash[77880]: audit 2024-03-21T13:09:45.492203+0000 mon.a (mon.0) 5446 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:46.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:46 smithi178 bash[77880]: audit 2024-03-21T13:09:45.495820+0000 mon.a (mon.0) 5447 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:46.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:46 smithi178 bash[77880]: audit 2024-03-21T13:09:45.500836+0000 mon.a (mon.0) 5448 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:46.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:46 smithi178 bash[77880]: audit 2024-03-21T13:09:45.502538+0000 mon.a (mon.0) 5449 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:46.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:46 smithi178 bash[77880]: cluster 2024-03-21T13:09:45.506192+0000 mgr.x (mgr.34104) 3673 : cluster [DBG] pgmap v2436: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:46.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:46 smithi178 bash[77880]: cluster 2024-03-21T13:09:45.507006+0000 mgr.x (mgr.34104) 3674 : cluster [DBG] pgmap v2437: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:46.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:46 smithi178 bash[77880]: audit 2024-03-21T13:09:45.515026+0000 mon.a (mon.0) 5450 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:46.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:46 smithi178 bash[77880]: cephadm 2024-03-21T13:09:45.516631+0000 mgr.x (mgr.34104) 3675 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:46.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:46 smithi178 bash[77880]: audit 2024-03-21T13:09:45.596573+0000 mon.a (mon.0) 5451 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:46.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:46 smithi178 bash[77880]: audit 2024-03-21T13:09:45.599670+0000 mon.a (mon.0) 5452 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:46.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:46 smithi178 bash[77880]: audit 2024-03-21T13:09:45.603362+0000 mon.a (mon.0) 5453 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:46.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:46 smithi178 bash[77880]: audit 2024-03-21T13:09:45.604886+0000 mon.a (mon.0) 5454 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:46.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:46 smithi178 bash[77880]: cluster 2024-03-21T13:09:45.608043+0000 mgr.x (mgr.34104) 3676 : cluster [DBG] pgmap v2438: 161 pgs: 9 peering, 31 active+undersized, 16 active+undersized+degraded, 105 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 60/630 objects degraded (9.524%) 2024-03-21T13:09:46.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:46 smithi178 bash[77880]: cluster 2024-03-21T13:09:45.608705+0000 mgr.x (mgr.34104) 3677 : cluster [DBG] pgmap v2439: 161 pgs: 9 peering, 31 active+undersized, 16 active+undersized+degraded, 105 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 60/630 objects degraded (9.524%) 2024-03-21T13:09:46.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:46 smithi178 bash[77880]: audit 2024-03-21T13:09:45.617080+0000 mon.a (mon.0) 5455 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:46.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:46 smithi178 bash[77880]: cephadm 2024-03-21T13:09:45.618579+0000 mgr.x (mgr.34104) 3678 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:46.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:46 smithi178 bash[77880]: audit 2024-03-21T13:09:45.700102+0000 mon.a (mon.0) 5456 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:46.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:46 smithi178 bash[77880]: audit 2024-03-21T13:09:45.703258+0000 mon.a (mon.0) 5457 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:46.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:46 smithi178 bash[77880]: audit 2024-03-21T13:09:45.707174+0000 mon.a (mon.0) 5458 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:46.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:46 smithi178 bash[77880]: audit 2024-03-21T13:09:45.708698+0000 mon.a (mon.0) 5459 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:46.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:46 smithi178 bash[77880]: cluster 2024-03-21T13:09:45.712035+0000 mgr.x (mgr.34104) 3679 : cluster [DBG] pgmap v2440: 161 pgs: 9 peering, 31 active+undersized, 16 active+undersized+degraded, 105 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 60/630 objects degraded (9.524%) 2024-03-21T13:09:46.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:46 smithi178 bash[77880]: cluster 2024-03-21T13:09:45.712746+0000 mgr.x (mgr.34104) 3680 : cluster [DBG] pgmap v2441: 161 pgs: 9 peering, 31 active+undersized, 16 active+undersized+degraded, 105 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 60/630 objects degraded (9.524%) 2024-03-21T13:09:46.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:46 smithi178 bash[75692]: cluster 2024-03-21T13:09:45.506192+0000 mgr.x (mgr.34104) 3673 : cluster [DBG] pgmap v2436: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:46.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:46 smithi178 bash[75692]: cluster 2024-03-21T13:09:45.507006+0000 mgr.x (mgr.34104) 3674 : cluster [DBG] pgmap v2437: 161 pgs: 36 active+undersized, 20 active+undersized+degraded, 105 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 79/630 objects degraded (12.540%) 2024-03-21T13:09:46.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:46 smithi178 bash[75692]: audit 2024-03-21T13:09:45.515026+0000 mon.a (mon.0) 5450 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:46.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:46 smithi178 bash[75692]: cephadm 2024-03-21T13:09:45.516631+0000 mgr.x (mgr.34104) 3675 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:46.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:46 smithi178 bash[75692]: audit 2024-03-21T13:09:45.596573+0000 mon.a (mon.0) 5451 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:46.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:46 smithi178 bash[75692]: audit 2024-03-21T13:09:45.599670+0000 mon.a (mon.0) 5452 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:46.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:46 smithi178 bash[75692]: audit 2024-03-21T13:09:45.603362+0000 mon.a (mon.0) 5453 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:46.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:46 smithi178 bash[75692]: audit 2024-03-21T13:09:45.604886+0000 mon.a (mon.0) 5454 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:46.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:46 smithi178 bash[75692]: cluster 2024-03-21T13:09:45.608043+0000 mgr.x (mgr.34104) 3676 : cluster [DBG] pgmap v2438: 161 pgs: 9 peering, 31 active+undersized, 16 active+undersized+degraded, 105 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 60/630 objects degraded (9.524%) 2024-03-21T13:09:46.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:46 smithi178 bash[75692]: cluster 2024-03-21T13:09:45.608705+0000 mgr.x (mgr.34104) 3677 : cluster [DBG] pgmap v2439: 161 pgs: 9 peering, 31 active+undersized, 16 active+undersized+degraded, 105 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 60/630 objects degraded (9.524%) 2024-03-21T13:09:46.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:46 smithi178 bash[75692]: audit 2024-03-21T13:09:45.617080+0000 mon.a (mon.0) 5455 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:46.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:46 smithi178 bash[75692]: cephadm 2024-03-21T13:09:45.618579+0000 mgr.x (mgr.34104) 3678 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:46.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:46 smithi178 bash[75692]: audit 2024-03-21T13:09:45.700102+0000 mon.a (mon.0) 5456 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:46.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:46 smithi178 bash[75692]: audit 2024-03-21T13:09:45.703258+0000 mon.a (mon.0) 5457 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:46.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:46 smithi178 bash[75692]: audit 2024-03-21T13:09:45.707174+0000 mon.a (mon.0) 5458 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:46.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:46 smithi178 bash[75692]: audit 2024-03-21T13:09:45.708698+0000 mon.a (mon.0) 5459 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:46.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:46 smithi178 bash[75692]: cluster 2024-03-21T13:09:45.712035+0000 mgr.x (mgr.34104) 3679 : cluster [DBG] pgmap v2440: 161 pgs: 9 peering, 31 active+undersized, 16 active+undersized+degraded, 105 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 60/630 objects degraded (9.524%) 2024-03-21T13:09:46.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:46 smithi178 bash[75692]: cluster 2024-03-21T13:09:45.712746+0000 mgr.x (mgr.34104) 3680 : cluster [DBG] pgmap v2441: 161 pgs: 9 peering, 31 active+undersized, 16 active+undersized+degraded, 105 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 60/630 objects degraded (9.524%) 2024-03-21T13:09:46.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:46 smithi178 bash[77880]: audit 2024-03-21T13:09:45.720472+0000 mon.a (mon.0) 5460 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:46.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:46 smithi178 bash[77880]: cephadm 2024-03-21T13:09:45.721859+0000 mgr.x (mgr.34104) 3681 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:46.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:46 smithi178 bash[77880]: audit 2024-03-21T13:09:45.799906+0000 mon.a (mon.0) 5461 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:46.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:46 smithi178 bash[77880]: audit 2024-03-21T13:09:45.803813+0000 mon.a (mon.0) 5462 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:46.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:46 smithi178 bash[77880]: audit 2024-03-21T13:09:45.808094+0000 mon.a (mon.0) 5463 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:46.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:46 smithi178 bash[77880]: audit 2024-03-21T13:09:45.810106+0000 mon.a (mon.0) 5464 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:46.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:46 smithi178 bash[77880]: cluster 2024-03-21T13:09:45.814230+0000 mgr.x (mgr.34104) 3682 : cluster [DBG] pgmap v2442: 161 pgs: 9 peering, 31 active+undersized, 16 active+undersized+degraded, 105 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 60/630 objects degraded (9.524%) 2024-03-21T13:09:46.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:46 smithi178 bash[77880]: cluster 2024-03-21T13:09:45.814932+0000 mgr.x (mgr.34104) 3683 : cluster [DBG] pgmap v2443: 161 pgs: 9 peering, 31 active+undersized, 16 active+undersized+degraded, 105 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 60/630 objects degraded (9.524%) 2024-03-21T13:09:46.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:46 smithi178 bash[77880]: audit 2024-03-21T13:09:45.823190+0000 mon.a (mon.0) 5465 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:46.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:46 smithi178 bash[77880]: cephadm 2024-03-21T13:09:45.824898+0000 mgr.x (mgr.34104) 3684 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:46.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:46 smithi178 bash[77880]: audit 2024-03-21T13:09:45.907997+0000 mon.a (mon.0) 5466 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:46.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:46 smithi178 bash[77880]: audit 2024-03-21T13:09:45.910916+0000 mon.a (mon.0) 5467 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:46.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:46 smithi178 bash[77880]: audit 2024-03-21T13:09:45.913762+0000 mon.a (mon.0) 5468 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:46.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:46 smithi178 bash[77880]: audit 2024-03-21T13:09:45.915096+0000 mon.a (mon.0) 5469 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:46.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:46 smithi178 bash[77880]: cluster 2024-03-21T13:09:45.919370+0000 mgr.x (mgr.34104) 3685 : cluster [DBG] pgmap v2444: 161 pgs: 9 peering, 31 active+undersized, 16 active+undersized+degraded, 105 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 60/630 objects degraded (9.524%) 2024-03-21T13:09:46.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:46 smithi178 bash[77880]: cluster 2024-03-21T13:09:45.920502+0000 mgr.x (mgr.34104) 3686 : cluster [DBG] pgmap v2445: 161 pgs: 9 peering, 31 active+undersized, 16 active+undersized+degraded, 105 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 60/630 objects degraded (9.524%) 2024-03-21T13:09:46.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:46 smithi178 bash[77880]: audit 2024-03-21T13:09:45.927293+0000 mon.a (mon.0) 5470 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:46.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:46 smithi178 bash[77880]: cephadm 2024-03-21T13:09:45.928824+0000 mgr.x (mgr.34104) 3687 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:46.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:46 smithi178 bash[75692]: audit 2024-03-21T13:09:45.720472+0000 mon.a (mon.0) 5460 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:46.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:46 smithi178 bash[75692]: cephadm 2024-03-21T13:09:45.721859+0000 mgr.x (mgr.34104) 3681 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:46.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:46 smithi178 bash[75692]: audit 2024-03-21T13:09:45.799906+0000 mon.a (mon.0) 5461 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:46.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:46 smithi178 bash[75692]: audit 2024-03-21T13:09:45.803813+0000 mon.a (mon.0) 5462 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:46.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:46 smithi178 bash[75692]: audit 2024-03-21T13:09:45.808094+0000 mon.a (mon.0) 5463 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:46.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:46 smithi178 bash[75692]: audit 2024-03-21T13:09:45.810106+0000 mon.a (mon.0) 5464 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:46.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:46 smithi178 bash[75692]: cluster 2024-03-21T13:09:45.814230+0000 mgr.x (mgr.34104) 3682 : cluster [DBG] pgmap v2442: 161 pgs: 9 peering, 31 active+undersized, 16 active+undersized+degraded, 105 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 60/630 objects degraded (9.524%) 2024-03-21T13:09:46.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:46 smithi178 bash[75692]: cluster 2024-03-21T13:09:45.814932+0000 mgr.x (mgr.34104) 3683 : cluster [DBG] pgmap v2443: 161 pgs: 9 peering, 31 active+undersized, 16 active+undersized+degraded, 105 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 60/630 objects degraded (9.524%) 2024-03-21T13:09:46.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:46 smithi178 bash[75692]: audit 2024-03-21T13:09:45.823190+0000 mon.a (mon.0) 5465 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:46.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:46 smithi178 bash[75692]: cephadm 2024-03-21T13:09:45.824898+0000 mgr.x (mgr.34104) 3684 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:46.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:46 smithi178 bash[75692]: audit 2024-03-21T13:09:45.907997+0000 mon.a (mon.0) 5466 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:46.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:46 smithi178 bash[75692]: audit 2024-03-21T13:09:45.910916+0000 mon.a (mon.0) 5467 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:46.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:46 smithi178 bash[75692]: audit 2024-03-21T13:09:45.913762+0000 mon.a (mon.0) 5468 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:46.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:46 smithi178 bash[75692]: audit 2024-03-21T13:09:45.915096+0000 mon.a (mon.0) 5469 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:46.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:46 smithi178 bash[75692]: cluster 2024-03-21T13:09:45.919370+0000 mgr.x (mgr.34104) 3685 : cluster [DBG] pgmap v2444: 161 pgs: 9 peering, 31 active+undersized, 16 active+undersized+degraded, 105 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 60/630 objects degraded (9.524%) 2024-03-21T13:09:46.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:46 smithi178 bash[75692]: cluster 2024-03-21T13:09:45.920502+0000 mgr.x (mgr.34104) 3686 : cluster [DBG] pgmap v2445: 161 pgs: 9 peering, 31 active+undersized, 16 active+undersized+degraded, 105 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 60/630 objects degraded (9.524%) 2024-03-21T13:09:46.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:46 smithi178 bash[75692]: audit 2024-03-21T13:09:45.927293+0000 mon.a (mon.0) 5470 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:46.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:46 smithi178 bash[75692]: cephadm 2024-03-21T13:09:45.928824+0000 mgr.x (mgr.34104) 3687 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:46.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:46 smithi178 bash[77880]: audit 2024-03-21T13:09:46.006983+0000 mon.a (mon.0) 5471 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:46.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:46 smithi178 bash[77880]: audit 2024-03-21T13:09:46.010238+0000 mon.a (mon.0) 5472 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:46.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:46 smithi178 bash[77880]: audit 2024-03-21T13:09:46.015532+0000 mon.a (mon.0) 5473 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:46.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:46 smithi178 bash[77880]: audit 2024-03-21T13:09:46.017422+0000 mon.a (mon.0) 5474 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:46.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:46 smithi178 bash[77880]: cluster 2024-03-21T13:09:46.021415+0000 mgr.x (mgr.34104) 3688 : cluster [DBG] pgmap v2446: 161 pgs: 9 peering, 31 active+undersized, 16 active+undersized+degraded, 105 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 60/630 objects degraded (9.524%) 2024-03-21T13:09:46.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:46 smithi178 bash[77880]: cluster 2024-03-21T13:09:46.021907+0000 mgr.x (mgr.34104) 3689 : cluster [DBG] pgmap v2447: 161 pgs: 9 peering, 31 active+undersized, 16 active+undersized+degraded, 105 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 60/630 objects degraded (9.524%) 2024-03-21T13:09:46.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:46 smithi178 bash[77880]: cluster 2024-03-21T13:09:46.030941+0000 mon.a (mon.0) 5475 : cluster [DBG] osdmap e166: 8 total, 8 up, 8 in 2024-03-21T13:09:46.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:46 smithi178 bash[77880]: audit 2024-03-21T13:09:46.044044+0000 mon.a (mon.0) 5476 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:46.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:46 smithi178 bash[77880]: cephadm 2024-03-21T13:09:46.056405+0000 mgr.x (mgr.34104) 3690 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:46.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:46 smithi178 bash[77880]: audit 2024-03-21T13:09:46.123017+0000 mon.a (mon.0) 5477 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:46.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:46 smithi178 bash[77880]: audit 2024-03-21T13:09:46.127171+0000 mon.a (mon.0) 5478 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:46.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:46 smithi178 bash[77880]: audit 2024-03-21T13:09:46.131039+0000 mon.a (mon.0) 5479 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:46.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:46 smithi178 bash[77880]: audit 2024-03-21T13:09:46.132505+0000 mon.a (mon.0) 5480 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:46.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:46 smithi178 bash[77880]: cluster 2024-03-21T13:09:46.136916+0000 mgr.x (mgr.34104) 3691 : cluster [DBG] pgmap v2449: 161 pgs: 9 peering, 31 active+undersized, 16 active+undersized+degraded, 105 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 60/630 objects degraded (9.524%) 2024-03-21T13:09:46.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:46 smithi178 bash[77880]: cluster 2024-03-21T13:09:46.137298+0000 mgr.x (mgr.34104) 3692 : cluster [DBG] pgmap v2450: 161 pgs: 9 peering, 31 active+undersized, 16 active+undersized+degraded, 105 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 60/630 objects degraded (9.524%) 2024-03-21T13:09:46.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:46 smithi178 bash[77880]: audit 2024-03-21T13:09:46.145794+0000 mon.a (mon.0) 5481 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:46.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:46 smithi178 bash[77880]: cephadm 2024-03-21T13:09:46.147280+0000 mgr.x (mgr.34104) 3693 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:46.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:46 smithi178 bash[77880]: audit 2024-03-21T13:09:46.225649+0000 mon.a (mon.0) 5482 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:46.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:46 smithi178 bash[77880]: audit 2024-03-21T13:09:46.229052+0000 mon.a (mon.0) 5483 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:46.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:46 smithi178 bash[77880]: audit 2024-03-21T13:09:46.232505+0000 mon.a (mon.0) 5484 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:46.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:46 smithi178 bash[77880]: audit 2024-03-21T13:09:46.234162+0000 mon.a (mon.0) 5485 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:46.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:46 smithi178 bash[77880]: cluster 2024-03-21T13:09:46.237486+0000 mgr.x (mgr.34104) 3694 : cluster [DBG] pgmap v2451: 161 pgs: 9 peering, 31 active+undersized, 16 active+undersized+degraded, 105 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 60/630 objects degraded (9.524%) 2024-03-21T13:09:46.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:46 smithi178 bash[77880]: cluster 2024-03-21T13:09:46.238124+0000 mgr.x (mgr.34104) 3695 : cluster [DBG] pgmap v2452: 161 pgs: 9 peering, 31 active+undersized, 16 active+undersized+degraded, 105 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 60/630 objects degraded (9.524%) 2024-03-21T13:09:46.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:46 smithi178 bash[77880]: audit 2024-03-21T13:09:46.246449+0000 mon.a (mon.0) 5486 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:46.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:46 smithi178 bash[77880]: cephadm 2024-03-21T13:09:46.247937+0000 mgr.x (mgr.34104) 3696 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:46.809 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:46 smithi178 bash[75692]: audit 2024-03-21T13:09:46.006983+0000 mon.a (mon.0) 5471 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:46.809 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:46 smithi178 bash[75692]: audit 2024-03-21T13:09:46.010238+0000 mon.a (mon.0) 5472 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:46.809 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:46 smithi178 bash[75692]: audit 2024-03-21T13:09:46.015532+0000 mon.a (mon.0) 5473 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:46.809 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:46 smithi178 bash[75692]: audit 2024-03-21T13:09:46.017422+0000 mon.a (mon.0) 5474 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:46.809 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:46 smithi178 bash[75692]: cluster 2024-03-21T13:09:46.021415+0000 mgr.x (mgr.34104) 3688 : cluster [DBG] pgmap v2446: 161 pgs: 9 peering, 31 active+undersized, 16 active+undersized+degraded, 105 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 60/630 objects degraded (9.524%) 2024-03-21T13:09:46.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:46 smithi178 bash[75692]: cluster 2024-03-21T13:09:46.021907+0000 mgr.x (mgr.34104) 3689 : cluster [DBG] pgmap v2447: 161 pgs: 9 peering, 31 active+undersized, 16 active+undersized+degraded, 105 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 60/630 objects degraded (9.524%) 2024-03-21T13:09:46.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:46 smithi178 bash[75692]: cluster 2024-03-21T13:09:46.030941+0000 mon.a (mon.0) 5475 : cluster [DBG] osdmap e166: 8 total, 8 up, 8 in 2024-03-21T13:09:46.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:46 smithi178 bash[75692]: audit 2024-03-21T13:09:46.044044+0000 mon.a (mon.0) 5476 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:46.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:46 smithi178 bash[75692]: cephadm 2024-03-21T13:09:46.056405+0000 mgr.x (mgr.34104) 3690 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:46.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:46 smithi178 bash[75692]: audit 2024-03-21T13:09:46.123017+0000 mon.a (mon.0) 5477 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:46.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:46 smithi178 bash[75692]: audit 2024-03-21T13:09:46.127171+0000 mon.a (mon.0) 5478 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:46.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:46 smithi178 bash[75692]: audit 2024-03-21T13:09:46.131039+0000 mon.a (mon.0) 5479 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:46.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:46 smithi178 bash[75692]: audit 2024-03-21T13:09:46.132505+0000 mon.a (mon.0) 5480 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:46.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:46 smithi178 bash[75692]: cluster 2024-03-21T13:09:46.136916+0000 mgr.x (mgr.34104) 3691 : cluster [DBG] pgmap v2449: 161 pgs: 9 peering, 31 active+undersized, 16 active+undersized+degraded, 105 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 60/630 objects degraded (9.524%) 2024-03-21T13:09:46.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:46 smithi178 bash[75692]: cluster 2024-03-21T13:09:46.137298+0000 mgr.x (mgr.34104) 3692 : cluster [DBG] pgmap v2450: 161 pgs: 9 peering, 31 active+undersized, 16 active+undersized+degraded, 105 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 60/630 objects degraded (9.524%) 2024-03-21T13:09:46.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:46 smithi178 bash[75692]: audit 2024-03-21T13:09:46.145794+0000 mon.a (mon.0) 5481 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:46.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:46 smithi178 bash[75692]: cephadm 2024-03-21T13:09:46.147280+0000 mgr.x (mgr.34104) 3693 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:46.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:46 smithi178 bash[75692]: audit 2024-03-21T13:09:46.225649+0000 mon.a (mon.0) 5482 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:46.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:46 smithi178 bash[75692]: audit 2024-03-21T13:09:46.229052+0000 mon.a (mon.0) 5483 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:46.811 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:46 smithi178 bash[75692]: audit 2024-03-21T13:09:46.232505+0000 mon.a (mon.0) 5484 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:46.811 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:46 smithi178 bash[75692]: audit 2024-03-21T13:09:46.234162+0000 mon.a (mon.0) 5485 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:46.811 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:46 smithi178 bash[75692]: cluster 2024-03-21T13:09:46.237486+0000 mgr.x (mgr.34104) 3694 : cluster [DBG] pgmap v2451: 161 pgs: 9 peering, 31 active+undersized, 16 active+undersized+degraded, 105 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 60/630 objects degraded (9.524%) 2024-03-21T13:09:46.811 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:46 smithi178 bash[75692]: cluster 2024-03-21T13:09:46.238124+0000 mgr.x (mgr.34104) 3695 : cluster [DBG] pgmap v2452: 161 pgs: 9 peering, 31 active+undersized, 16 active+undersized+degraded, 105 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 60/630 objects degraded (9.524%) 2024-03-21T13:09:46.811 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:46 smithi178 bash[75692]: audit 2024-03-21T13:09:46.246449+0000 mon.a (mon.0) 5486 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:46.811 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:46 smithi178 bash[75692]: cephadm 2024-03-21T13:09:46.247937+0000 mgr.x (mgr.34104) 3696 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:46.823 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:09:46 smithi184 bash[52419]: debug 2024-03-21T13:09:46.428+0000 7f8424111700 -1 mgr.server reply reply (16) Device or resource busy unsafe to stop osd(s) at this time (21 PGs are or would become offline) 2024-03-21T13:09:47.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:47 smithi184 bash[59794]: cluster 2024-03-21T13:09:46.290078+0000 mon.a (mon.0) 5487 : cluster [WRN] Health check update: Degraded data redundancy: 60/630 objects degraded (9.524%), 16 pgs degraded (PG_DEGRADED) 2024-03-21T13:09:47.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:47 smithi184 bash[59794]: audit 2024-03-21T13:09:46.321669+0000 mon.a (mon.0) 5488 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:47.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:47 smithi184 bash[59794]: audit 2024-03-21T13:09:46.324035+0000 mon.a (mon.0) 5489 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:47.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:47 smithi184 bash[59794]: audit 2024-03-21T13:09:46.326862+0000 mon.a (mon.0) 5490 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:47.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:47 smithi184 bash[59794]: audit 2024-03-21T13:09:46.327969+0000 mon.a (mon.0) 5491 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:47.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:47 smithi184 bash[59794]: cluster 2024-03-21T13:09:46.330533+0000 mgr.x (mgr.34104) 3697 : cluster [DBG] pgmap v2453: 161 pgs: 9 peering, 31 active+undersized, 16 active+undersized+degraded, 105 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 60/630 objects degraded (9.524%) 2024-03-21T13:09:47.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:47 smithi184 bash[59794]: cluster 2024-03-21T13:09:46.330829+0000 mgr.x (mgr.34104) 3698 : cluster [DBG] pgmap v2454: 161 pgs: 9 peering, 31 active+undersized, 16 active+undersized+degraded, 105 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 60/630 objects degraded (9.524%) 2024-03-21T13:09:47.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:47 smithi184 bash[59794]: audit 2024-03-21T13:09:46.337199+0000 mon.a (mon.0) 5492 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:47.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:47 smithi184 bash[59794]: cephadm 2024-03-21T13:09:46.338712+0000 mgr.x (mgr.34104) 3699 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:47.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:47 smithi184 bash[59794]: audit 2024-03-21T13:09:46.400678+0000 mon.a (mon.0) 5493 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:47.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:47 smithi184 bash[59794]: audit 2024-03-21T13:09:46.410746+0000 mon.a (mon.0) 5494 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:47.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:47 smithi184 bash[59794]: cluster 2024-03-21T13:09:46.413244+0000 mgr.x (mgr.34104) 3700 : cluster [DBG] pgmap v2455: 161 pgs: 9 peering, 31 active+undersized, 16 active+undersized+degraded, 105 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 60/630 objects degraded (9.524%) 2024-03-21T13:09:47.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:47 smithi184 bash[59794]: cluster 2024-03-21T13:09:46.413606+0000 mgr.x (mgr.34104) 3701 : cluster [DBG] pgmap v2456: 161 pgs: 9 peering, 31 active+undersized, 16 active+undersized+degraded, 105 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 60/630 objects degraded (9.524%) 2024-03-21T13:09:47.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:47 smithi184 bash[59794]: audit 2024-03-21T13:09:46.419184+0000 mon.a (mon.0) 5495 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:47.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:47 smithi184 bash[59794]: audit 2024-03-21T13:09:46.419713+0000 mon.a (mon.0) 5496 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:47.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:47 smithi184 bash[59794]: audit 2024-03-21T13:09:46.423006+0000 mon.a (mon.0) 5497 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:47.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:47 smithi184 bash[59794]: audit 2024-03-21T13:09:46.426691+0000 mon.a (mon.0) 5498 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:47.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:47 smithi184 bash[59794]: audit 2024-03-21T13:09:46.428677+0000 mon.a (mon.0) 5499 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:47.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:47 smithi184 bash[59794]: audit 2024-03-21T13:09:46.431820+0000 mon.a (mon.0) 5500 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-03-21T13:09:47.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:47 smithi184 bash[59794]: audit 2024-03-21T13:09:46.432961+0000 mgr.x (mgr.34104) 3702 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-03-21T13:09:47.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:47 smithi184 bash[59794]: cephadm 2024-03-21T13:09:46.434581+0000 mgr.x (mgr.34104) 3703 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (21 PGs are or would become offline) 2024-03-21T13:09:47.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:47 smithi178 bash[75692]: cluster 2024-03-21T13:09:46.290078+0000 mon.a (mon.0) 5487 : cluster [WRN] Health check update: Degraded data redundancy: 60/630 objects degraded (9.524%), 16 pgs degraded (PG_DEGRADED) 2024-03-21T13:09:47.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:47 smithi178 bash[75692]: audit 2024-03-21T13:09:46.321669+0000 mon.a (mon.0) 5488 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:47.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:47 smithi178 bash[75692]: audit 2024-03-21T13:09:46.324035+0000 mon.a (mon.0) 5489 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:47.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:47 smithi178 bash[75692]: audit 2024-03-21T13:09:46.326862+0000 mon.a (mon.0) 5490 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:47.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:47 smithi178 bash[75692]: audit 2024-03-21T13:09:46.327969+0000 mon.a (mon.0) 5491 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:47.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:47 smithi178 bash[75692]: cluster 2024-03-21T13:09:46.330533+0000 mgr.x (mgr.34104) 3697 : cluster [DBG] pgmap v2453: 161 pgs: 9 peering, 31 active+undersized, 16 active+undersized+degraded, 105 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 60/630 objects degraded (9.524%) 2024-03-21T13:09:47.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:47 smithi178 bash[75692]: cluster 2024-03-21T13:09:46.330829+0000 mgr.x (mgr.34104) 3698 : cluster [DBG] pgmap v2454: 161 pgs: 9 peering, 31 active+undersized, 16 active+undersized+degraded, 105 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 60/630 objects degraded (9.524%) 2024-03-21T13:09:47.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:47 smithi178 bash[75692]: audit 2024-03-21T13:09:46.337199+0000 mon.a (mon.0) 5492 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:47.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:47 smithi178 bash[75692]: cephadm 2024-03-21T13:09:46.338712+0000 mgr.x (mgr.34104) 3699 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:47.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:47 smithi178 bash[75692]: audit 2024-03-21T13:09:46.400678+0000 mon.a (mon.0) 5493 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:47.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:47 smithi178 bash[75692]: audit 2024-03-21T13:09:46.410746+0000 mon.a (mon.0) 5494 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:47.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:47 smithi178 bash[75692]: cluster 2024-03-21T13:09:46.413244+0000 mgr.x (mgr.34104) 3700 : cluster [DBG] pgmap v2455: 161 pgs: 9 peering, 31 active+undersized, 16 active+undersized+degraded, 105 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 60/630 objects degraded (9.524%) 2024-03-21T13:09:47.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:47 smithi178 bash[75692]: cluster 2024-03-21T13:09:46.413606+0000 mgr.x (mgr.34104) 3701 : cluster [DBG] pgmap v2456: 161 pgs: 9 peering, 31 active+undersized, 16 active+undersized+degraded, 105 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 60/630 objects degraded (9.524%) 2024-03-21T13:09:47.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:47 smithi178 bash[75692]: audit 2024-03-21T13:09:46.419184+0000 mon.a (mon.0) 5495 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:47.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:47 smithi178 bash[75692]: audit 2024-03-21T13:09:46.419713+0000 mon.a (mon.0) 5496 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:47.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:47 smithi178 bash[75692]: audit 2024-03-21T13:09:46.423006+0000 mon.a (mon.0) 5497 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:47.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:47 smithi178 bash[75692]: audit 2024-03-21T13:09:46.426691+0000 mon.a (mon.0) 5498 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:47.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:47 smithi178 bash[75692]: audit 2024-03-21T13:09:46.428677+0000 mon.a (mon.0) 5499 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:47.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:47 smithi178 bash[75692]: audit 2024-03-21T13:09:46.431820+0000 mon.a (mon.0) 5500 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-03-21T13:09:47.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:47 smithi178 bash[75692]: audit 2024-03-21T13:09:46.432961+0000 mgr.x (mgr.34104) 3702 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-03-21T13:09:47.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:47 smithi178 bash[75692]: cephadm 2024-03-21T13:09:46.434581+0000 mgr.x (mgr.34104) 3703 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (21 PGs are or would become offline) 2024-03-21T13:09:47.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:47 smithi178 bash[77880]: cluster 2024-03-21T13:09:46.290078+0000 mon.a (mon.0) 5487 : cluster [WRN] Health check update: Degraded data redundancy: 60/630 objects degraded (9.524%), 16 pgs degraded (PG_DEGRADED) 2024-03-21T13:09:47.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:47 smithi178 bash[77880]: audit 2024-03-21T13:09:46.321669+0000 mon.a (mon.0) 5488 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:47.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:47 smithi178 bash[77880]: audit 2024-03-21T13:09:46.324035+0000 mon.a (mon.0) 5489 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:47.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:47 smithi178 bash[77880]: audit 2024-03-21T13:09:46.326862+0000 mon.a (mon.0) 5490 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:09:47.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:47 smithi178 bash[77880]: audit 2024-03-21T13:09:46.327969+0000 mon.a (mon.0) 5491 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:09:47.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:47 smithi178 bash[77880]: cluster 2024-03-21T13:09:46.330533+0000 mgr.x (mgr.34104) 3697 : cluster [DBG] pgmap v2453: 161 pgs: 9 peering, 31 active+undersized, 16 active+undersized+degraded, 105 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 60/630 objects degraded (9.524%) 2024-03-21T13:09:47.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:47 smithi178 bash[77880]: cluster 2024-03-21T13:09:46.330829+0000 mgr.x (mgr.34104) 3698 : cluster [DBG] pgmap v2454: 161 pgs: 9 peering, 31 active+undersized, 16 active+undersized+degraded, 105 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 60/630 objects degraded (9.524%) 2024-03-21T13:09:47.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:47 smithi178 bash[77880]: audit 2024-03-21T13:09:46.337199+0000 mon.a (mon.0) 5492 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:47.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:47 smithi178 bash[77880]: cephadm 2024-03-21T13:09:46.338712+0000 mgr.x (mgr.34104) 3699 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:09:47.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:47 smithi178 bash[77880]: audit 2024-03-21T13:09:46.400678+0000 mon.a (mon.0) 5493 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:47.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:47 smithi178 bash[77880]: audit 2024-03-21T13:09:46.410746+0000 mon.a (mon.0) 5494 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:47.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:47 smithi178 bash[77880]: cluster 2024-03-21T13:09:46.413244+0000 mgr.x (mgr.34104) 3700 : cluster [DBG] pgmap v2455: 161 pgs: 9 peering, 31 active+undersized, 16 active+undersized+degraded, 105 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 60/630 objects degraded (9.524%) 2024-03-21T13:09:47.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:47 smithi178 bash[77880]: cluster 2024-03-21T13:09:46.413606+0000 mgr.x (mgr.34104) 3701 : cluster [DBG] pgmap v2456: 161 pgs: 9 peering, 31 active+undersized, 16 active+undersized+degraded, 105 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 60/630 objects degraded (9.524%) 2024-03-21T13:09:47.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:47 smithi178 bash[77880]: audit 2024-03-21T13:09:46.419184+0000 mon.a (mon.0) 5495 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:47.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:47 smithi178 bash[77880]: audit 2024-03-21T13:09:46.419713+0000 mon.a (mon.0) 5496 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:09:47.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:47 smithi178 bash[77880]: audit 2024-03-21T13:09:46.423006+0000 mon.a (mon.0) 5497 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:47.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:47 smithi178 bash[77880]: audit 2024-03-21T13:09:46.426691+0000 mon.a (mon.0) 5498 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:47.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:47 smithi178 bash[77880]: audit 2024-03-21T13:09:46.428677+0000 mon.a (mon.0) 5499 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:47.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:47 smithi178 bash[77880]: audit 2024-03-21T13:09:46.431820+0000 mon.a (mon.0) 5500 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-03-21T13:09:47.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:47 smithi178 bash[77880]: audit 2024-03-21T13:09:46.432961+0000 mgr.x (mgr.34104) 3702 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-03-21T13:09:47.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:47 smithi178 bash[77880]: cephadm 2024-03-21T13:09:46.434581+0000 mgr.x (mgr.34104) 3703 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (21 PGs are or would become offline) 2024-03-21T13:09:49.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:49 smithi184 bash[59794]: cluster 2024-03-21T13:09:48.414209+0000 mgr.x (mgr.34104) 3704 : cluster [DBG] pgmap v2457: 161 pgs: 9 peering, 31 active+undersized, 16 active+undersized+degraded, 105 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 60/630 objects degraded (9.524%) 2024-03-21T13:09:49.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:49 smithi178 bash[75692]: cluster 2024-03-21T13:09:48.414209+0000 mgr.x (mgr.34104) 3704 : cluster [DBG] pgmap v2457: 161 pgs: 9 peering, 31 active+undersized, 16 active+undersized+degraded, 105 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 60/630 objects degraded (9.524%) 2024-03-21T13:09:49.797 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:49 smithi178 bash[77880]: cluster 2024-03-21T13:09:48.414209+0000 mgr.x (mgr.34104) 3704 : cluster [DBG] pgmap v2457: 161 pgs: 9 peering, 31 active+undersized, 16 active+undersized+degraded, 105 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 60/630 objects degraded (9.524%) 2024-03-21T13:09:51.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:50 smithi178 bash[75692]: audit 2024-03-21T13:09:49.794699+0000 mon.a (mon.0) 5501 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:51.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:50 smithi178 bash[75692]: audit 2024-03-21T13:09:49.796931+0000 mon.a (mon.0) 5502 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:09:51.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:50 smithi178 bash[75692]: audit 2024-03-21T13:09:50.065002+0000 mon.a (mon.0) 5503 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:51.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:50 smithi178 bash[75692]: audit 2024-03-21T13:09:50.073085+0000 mon.a (mon.0) 5504 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:51.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:50 smithi178 bash[75692]: cluster 2024-03-21T13:09:50.075727+0000 mgr.x (mgr.34104) 3705 : cluster [DBG] pgmap v2458: 161 pgs: 9 peering, 152 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 800 B/s rd, 0 op/s 2024-03-21T13:09:51.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:50 smithi178 bash[75692]: cluster 2024-03-21T13:09:50.076089+0000 mgr.x (mgr.34104) 3706 : cluster [DBG] pgmap v2459: 161 pgs: 9 peering, 152 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 820 B/s rd, 0 op/s 2024-03-21T13:09:51.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:50 smithi178 bash[75692]: audit 2024-03-21T13:09:50.081609+0000 mon.a (mon.0) 5505 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:51.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:50 smithi178 bash[77880]: audit 2024-03-21T13:09:49.794699+0000 mon.a (mon.0) 5501 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:51.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:50 smithi178 bash[77880]: audit 2024-03-21T13:09:49.796931+0000 mon.a (mon.0) 5502 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:09:51.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:50 smithi178 bash[77880]: audit 2024-03-21T13:09:50.065002+0000 mon.a (mon.0) 5503 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:51.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:50 smithi178 bash[77880]: audit 2024-03-21T13:09:50.073085+0000 mon.a (mon.0) 5504 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:51.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:50 smithi178 bash[77880]: cluster 2024-03-21T13:09:50.075727+0000 mgr.x (mgr.34104) 3705 : cluster [DBG] pgmap v2458: 161 pgs: 9 peering, 152 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 800 B/s rd, 0 op/s 2024-03-21T13:09:51.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:50 smithi178 bash[77880]: cluster 2024-03-21T13:09:50.076089+0000 mgr.x (mgr.34104) 3706 : cluster [DBG] pgmap v2459: 161 pgs: 9 peering, 152 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 820 B/s rd, 0 op/s 2024-03-21T13:09:51.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:50 smithi178 bash[77880]: audit 2024-03-21T13:09:50.081609+0000 mon.a (mon.0) 5505 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:51.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:50 smithi184 bash[59794]: audit 2024-03-21T13:09:49.794699+0000 mon.a (mon.0) 5501 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:51.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:50 smithi184 bash[59794]: audit 2024-03-21T13:09:49.796931+0000 mon.a (mon.0) 5502 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:09:51.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:50 smithi184 bash[59794]: audit 2024-03-21T13:09:50.065002+0000 mon.a (mon.0) 5503 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:51.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:50 smithi184 bash[59794]: audit 2024-03-21T13:09:50.073085+0000 mon.a (mon.0) 5504 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:51.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:50 smithi184 bash[59794]: cluster 2024-03-21T13:09:50.075727+0000 mgr.x (mgr.34104) 3705 : cluster [DBG] pgmap v2458: 161 pgs: 9 peering, 152 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 800 B/s rd, 0 op/s 2024-03-21T13:09:51.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:50 smithi184 bash[59794]: cluster 2024-03-21T13:09:50.076089+0000 mgr.x (mgr.34104) 3706 : cluster [DBG] pgmap v2459: 161 pgs: 9 peering, 152 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 820 B/s rd, 0 op/s 2024-03-21T13:09:51.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:50 smithi184 bash[59794]: audit 2024-03-21T13:09:50.081609+0000 mon.a (mon.0) 5505 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:52.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:51 smithi178 bash[75692]: audit 2024-03-21T13:09:50.900235+0000 mgr.x (mgr.34104) 3707 : audit [DBG] from='client.15585 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:09:52.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:51 smithi178 bash[75692]: cluster 2024-03-21T13:09:51.071061+0000 mon.a (mon.0) 5506 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 60/630 objects degraded (9.524%), 16 pgs degraded) 2024-03-21T13:09:52.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:51 smithi178 bash[75692]: audit 2024-03-21T13:09:51.431429+0000 mon.a (mon.0) 5507 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:52.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:51 smithi178 bash[75692]: audit 2024-03-21T13:09:51.442576+0000 mon.a (mon.0) 5508 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:52.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:51 smithi178 bash[75692]: audit 2024-03-21T13:09:51.453553+0000 mon.a (mon.0) 5509 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:52.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:51 smithi178 bash[77880]: audit 2024-03-21T13:09:50.900235+0000 mgr.x (mgr.34104) 3707 : audit [DBG] from='client.15585 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:09:52.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:51 smithi178 bash[77880]: cluster 2024-03-21T13:09:51.071061+0000 mon.a (mon.0) 5506 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 60/630 objects degraded (9.524%), 16 pgs degraded) 2024-03-21T13:09:52.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:51 smithi178 bash[77880]: audit 2024-03-21T13:09:51.431429+0000 mon.a (mon.0) 5507 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:52.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:51 smithi178 bash[77880]: audit 2024-03-21T13:09:51.442576+0000 mon.a (mon.0) 5508 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:52.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:51 smithi178 bash[77880]: audit 2024-03-21T13:09:51.453553+0000 mon.a (mon.0) 5509 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:52.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:51 smithi184 bash[59794]: audit 2024-03-21T13:09:50.900235+0000 mgr.x (mgr.34104) 3707 : audit [DBG] from='client.15585 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:09:52.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:51 smithi184 bash[59794]: cluster 2024-03-21T13:09:51.071061+0000 mon.a (mon.0) 5506 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 60/630 objects degraded (9.524%), 16 pgs degraded) 2024-03-21T13:09:52.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:51 smithi184 bash[59794]: audit 2024-03-21T13:09:51.431429+0000 mon.a (mon.0) 5507 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:52.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:51 smithi184 bash[59794]: audit 2024-03-21T13:09:51.442576+0000 mon.a (mon.0) 5508 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:52.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:51 smithi184 bash[59794]: audit 2024-03-21T13:09:51.453553+0000 mon.a (mon.0) 5509 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:09:53.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:52 smithi184 bash[59794]: cluster 2024-03-21T13:09:51.445607+0000 mgr.x (mgr.34104) 3708 : cluster [DBG] pgmap v2460: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 600 B/s rd, 0 op/s 2024-03-21T13:09:53.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:52 smithi184 bash[59794]: cluster 2024-03-21T13:09:51.446054+0000 mgr.x (mgr.34104) 3709 : cluster [DBG] pgmap v2461: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 610 B/s rd, 0 op/s 2024-03-21T13:09:53.236 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:52 smithi178 bash[75692]: cluster 2024-03-21T13:09:51.445607+0000 mgr.x (mgr.34104) 3708 : cluster [DBG] pgmap v2460: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 600 B/s rd, 0 op/s 2024-03-21T13:09:53.236 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:52 smithi178 bash[75692]: cluster 2024-03-21T13:09:51.446054+0000 mgr.x (mgr.34104) 3709 : cluster [DBG] pgmap v2461: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 610 B/s rd, 0 op/s 2024-03-21T13:09:53.236 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:52 smithi178 bash[77880]: cluster 2024-03-21T13:09:51.445607+0000 mgr.x (mgr.34104) 3708 : cluster [DBG] pgmap v2460: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 600 B/s rd, 0 op/s 2024-03-21T13:09:53.236 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:52 smithi178 bash[77880]: cluster 2024-03-21T13:09:51.446054+0000 mgr.x (mgr.34104) 3709 : cluster [DBG] pgmap v2461: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 610 B/s rd, 0 op/s 2024-03-21T13:09:54.938 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:54 smithi178 bash[75692]: cluster 2024-03-21T13:09:53.446954+0000 mgr.x (mgr.34104) 3710 : cluster [DBG] pgmap v2462: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 436 B/s rd, 0 op/s 2024-03-21T13:09:54.938 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:54 smithi178 bash[77880]: cluster 2024-03-21T13:09:53.446954+0000 mgr.x (mgr.34104) 3710 : cluster [DBG] pgmap v2462: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 436 B/s rd, 0 op/s 2024-03-21T13:09:55.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:54 smithi184 bash[59794]: cluster 2024-03-21T13:09:53.446954+0000 mgr.x (mgr.34104) 3710 : cluster [DBG] pgmap v2462: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 436 B/s rd, 0 op/s 2024-03-21T13:09:55.823 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:09:55 smithi184 bash[52419]: ::ffff:172.21.15.184 - - [21/Mar/2024:13:09:55] "GET /metrics HTTP/1.1" 200 38628 "" "Prometheus/2.33.4" 2024-03-21T13:09:56.683 INFO:teuthology.orchestra.run.smithi178.stdout:true 2024-03-21T13:09:57.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:56 smithi184 bash[59794]: cluster 2024-03-21T13:09:55.448600+0000 mgr.x (mgr.34104) 3711 : cluster [DBG] pgmap v2463: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-21T13:09:57.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:56 smithi178 bash[75692]: cluster 2024-03-21T13:09:55.448600+0000 mgr.x (mgr.34104) 3711 : cluster [DBG] pgmap v2463: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-21T13:09:57.297 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:56 smithi178 bash[77880]: cluster 2024-03-21T13:09:55.448600+0000 mgr.x (mgr.34104) 3711 : cluster [DBG] pgmap v2463: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-21T13:09:57.467 INFO:teuthology.orchestra.run.smithi178.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-21T13:09:57.467 INFO:teuthology.orchestra.run.smithi178.stdout:agent.smithi178 smithi178 running 6s ago 23m - - 2024-03-21T13:09:57.467 INFO:teuthology.orchestra.run.smithi178.stdout:agent.smithi184 smithi184 running 7s ago 23m - - 2024-03-21T13:09:57.467 INFO:teuthology.orchestra.run.smithi178.stdout:alertmanager.a smithi178 *:9093,9094 running (10m) 6s ago 16m 17.7M - 0.23.0 ba2b418f427c b9533705fcaf 2024-03-21T13:09:57.467 INFO:teuthology.orchestra.run.smithi178.stdout:grafana.a smithi184 *:3000 error 7s ago 16m - - 2024-03-21T13:09:57.467 INFO:teuthology.orchestra.run.smithi178.stdout:iscsi.foo.smithi178.qfgpzc smithi178 running (8m) 6s ago 14m 50.5M - 3.5 e1d6a67b021e 8cd81f5e1d31 2024-03-21T13:09:57.468 INFO:teuthology.orchestra.run.smithi178.stdout:mgr.x smithi184 *:8443,9283,8765 running (8m) 7s ago 23m 532M - 19.0.0-2267-g960fbbe4 19e12293512f 23b748469eab 2024-03-21T13:09:57.468 INFO:teuthology.orchestra.run.smithi178.stdout:mgr.y smithi178 *:8443,9283,8765 running (7m) 6s ago 25m 446M - 19.0.0-2267-g960fbbe4 19e12293512f 4b58d9293a93 2024-03-21T13:09:57.468 INFO:teuthology.orchestra.run.smithi178.stdout:mon.a smithi178 running (6m) 6s ago 25m 116M 2048M 19.0.0-2267-g960fbbe4 19e12293512f cdcc04604451 2024-03-21T13:09:57.468 INFO:teuthology.orchestra.run.smithi178.stdout:mon.b smithi184 running (6m) 7s ago 23m 55.7M 2048M 19.0.0-2267-g960fbbe4 19e12293512f 209431841a07 2024-03-21T13:09:57.468 INFO:teuthology.orchestra.run.smithi178.stdout:mon.c smithi178 running (6m) 6s ago 23m 59.3M 2048M 19.0.0-2267-g960fbbe4 19e12293512f 1de13280fabe 2024-03-21T13:09:57.468 INFO:teuthology.orchestra.run.smithi178.stdout:node-exporter.a smithi178 *:9100 running (10m) 6s ago 17m 12.4M - 1.3.1 1dbe0e931976 5d4ec1307be5 2024-03-21T13:09:57.468 INFO:teuthology.orchestra.run.smithi178.stdout:node-exporter.b smithi184 *:9100 running (9m) 7s ago 17m 12.5M - 1.3.1 1dbe0e931976 2a37d9a9b638 2024-03-21T13:09:57.468 INFO:teuthology.orchestra.run.smithi178.stdout:osd.0 smithi178 running (4m) 6s ago 22m 57.4M 4096M 19.0.0-2267-g960fbbe4 19e12293512f ca44aa92861d 2024-03-21T13:09:57.468 INFO:teuthology.orchestra.run.smithi178.stdout:osd.1 smithi178 running (3m) 6s ago 21m 57.7M 4096M 19.0.0-2267-g960fbbe4 19e12293512f c559dec8e3df 2024-03-21T13:09:57.468 INFO:teuthology.orchestra.run.smithi178.stdout:osd.2 smithi178 running (3m) 6s ago 21m 57.1M 4096M 19.0.0-2267-g960fbbe4 19e12293512f 4ba78eee5937 2024-03-21T13:09:57.468 INFO:teuthology.orchestra.run.smithi178.stdout:osd.3 smithi178 running (2m) 6s ago 20m 53.4M 4096M 19.0.0-2267-g960fbbe4 19e12293512f f26cfcfca7d2 2024-03-21T13:09:57.468 INFO:teuthology.orchestra.run.smithi178.stdout:osd.4 smithi184 running (99s) 7s ago 20m 57.0M 4096M 19.0.0-2267-g960fbbe4 19e12293512f fdbedcf7f562 2024-03-21T13:09:57.468 INFO:teuthology.orchestra.run.smithi178.stdout:osd.5 smithi184 running (59s) 7s ago 19m 55.3M 4096M 19.0.0-2267-g960fbbe4 19e12293512f ea53f5dd04b2 2024-03-21T13:09:57.468 INFO:teuthology.orchestra.run.smithi178.stdout:osd.6 smithi184 running (20s) 7s ago 18m 49.3M 4096M 19.0.0-2267-g960fbbe4 19e12293512f b0765c5eb8f0 2024-03-21T13:09:57.468 INFO:teuthology.orchestra.run.smithi178.stdout:osd.7 smithi184 running (18m) 7s ago 18m 70.2M 4096M 17.2.0 e1d6a67b021e 9153684ac7cd 2024-03-21T13:09:57.469 INFO:teuthology.orchestra.run.smithi178.stdout:prometheus.a smithi184 *:9095 running (8m) 7s ago 17m 71.2M - 2.33.4 514e6a882f6e 68f156839b90 2024-03-21T13:09:57.469 INFO:teuthology.orchestra.run.smithi178.stdout:rgw.foo.smithi178.amgrte smithi178 *:8000 running (15m) 6s ago 15m 90.4M - 17.2.0 e1d6a67b021e d914bef5b616 2024-03-21T13:09:57.469 INFO:teuthology.orchestra.run.smithi178.stdout:rgw.foo.smithi184.sylqte smithi184 *:8000 running (14m) 7s ago 14m 89.1M - 17.2.0 e1d6a67b021e 71e9025bfe7b 2024-03-21T13:09:57.469 INFO:teuthology.orchestra.run.smithi178.stdout:rgw.smpl.smithi178.avyvkd smithi178 *:80 running (14m) 6s ago 14m 89.2M - 17.2.0 e1d6a67b021e 95dce05fca01 2024-03-21T13:09:57.469 INFO:teuthology.orchestra.run.smithi178.stdout:rgw.smpl.smithi184.ccsuhn smithi184 *:80 running (14m) 7s ago 14m 89.4M - 17.2.0 e1d6a67b021e c3b20c5f0cde 2024-03-21T13:09:57.928 INFO:teuthology.orchestra.run.smithi178.stdout:{ 2024-03-21T13:09:57.928 INFO:teuthology.orchestra.run.smithi178.stdout: "mon": { 2024-03-21T13:09:57.928 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 3 2024-03-21T13:09:57.928 INFO:teuthology.orchestra.run.smithi178.stdout: }, 2024-03-21T13:09:57.928 INFO:teuthology.orchestra.run.smithi178.stdout: "mgr": { 2024-03-21T13:09:57.929 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 2 2024-03-21T13:09:57.929 INFO:teuthology.orchestra.run.smithi178.stdout: }, 2024-03-21T13:09:57.929 INFO:teuthology.orchestra.run.smithi178.stdout: "osd": { 2024-03-21T13:09:57.929 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2024-03-21T13:09:57.929 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 7 2024-03-21T13:09:57.929 INFO:teuthology.orchestra.run.smithi178.stdout: }, 2024-03-21T13:09:57.929 INFO:teuthology.orchestra.run.smithi178.stdout: "rgw": { 2024-03-21T13:09:57.929 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2024-03-21T13:09:57.929 INFO:teuthology.orchestra.run.smithi178.stdout: }, 2024-03-21T13:09:57.929 INFO:teuthology.orchestra.run.smithi178.stdout: "overall": { 2024-03-21T13:09:57.929 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 5, 2024-03-21T13:09:57.929 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 12 2024-03-21T13:09:57.929 INFO:teuthology.orchestra.run.smithi178.stdout: } 2024-03-21T13:09:57.929 INFO:teuthology.orchestra.run.smithi178.stdout:} 2024-03-21T13:09:58.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:57 smithi184 bash[59794]: audit 2024-03-21T13:09:56.665838+0000 mgr.x (mgr.34104) 3712 : audit [DBG] from='client.44580 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:09:58.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:57 smithi184 bash[59794]: audit 2024-03-21T13:09:57.057066+0000 mgr.x (mgr.34104) 3713 : audit [DBG] from='client.54553 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:09:58.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:57 smithi178 bash[75692]: audit 2024-03-21T13:09:56.665838+0000 mgr.x (mgr.34104) 3712 : audit [DBG] from='client.44580 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:09:58.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:57 smithi178 bash[75692]: audit 2024-03-21T13:09:57.057066+0000 mgr.x (mgr.34104) 3713 : audit [DBG] from='client.54553 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:09:58.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:57 smithi178 bash[77880]: audit 2024-03-21T13:09:56.665838+0000 mgr.x (mgr.34104) 3712 : audit [DBG] from='client.44580 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:09:58.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:57 smithi178 bash[77880]: audit 2024-03-21T13:09:57.057066+0000 mgr.x (mgr.34104) 3713 : audit [DBG] from='client.54553 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:09:58.320 INFO:teuthology.orchestra.run.smithi178.stdout:{ 2024-03-21T13:09:58.320 INFO:teuthology.orchestra.run.smithi178.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753", 2024-03-21T13:09:58.320 INFO:teuthology.orchestra.run.smithi178.stdout: "in_progress": true, 2024-03-21T13:09:58.320 INFO:teuthology.orchestra.run.smithi178.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-21T13:09:58.320 INFO:teuthology.orchestra.run.smithi178.stdout: "services_complete": [ 2024-03-21T13:09:58.321 INFO:teuthology.orchestra.run.smithi178.stdout: "mgr", 2024-03-21T13:09:58.321 INFO:teuthology.orchestra.run.smithi178.stdout: "mon" 2024-03-21T13:09:58.321 INFO:teuthology.orchestra.run.smithi178.stdout: ], 2024-03-21T13:09:58.321 INFO:teuthology.orchestra.run.smithi178.stdout: "progress": "12/23 daemons upgraded", 2024-03-21T13:09:58.321 INFO:teuthology.orchestra.run.smithi178.stdout: "message": "Currently upgrading osd daemons", 2024-03-21T13:09:58.321 INFO:teuthology.orchestra.run.smithi178.stdout: "is_paused": false 2024-03-21T13:09:58.321 INFO:teuthology.orchestra.run.smithi178.stdout:} 2024-03-21T13:09:58.751 INFO:teuthology.orchestra.run.smithi178.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-21T13:09:58.751 INFO:teuthology.orchestra.run.smithi178.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-21T13:09:58.752 INFO:teuthology.orchestra.run.smithi178.stdout: daemon grafana.a on smithi184 is in error state 2024-03-21T13:09:59.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:58 smithi184 bash[59794]: audit 2024-03-21T13:09:57.439063+0000 mgr.x (mgr.34104) 3714 : audit [DBG] from='client.44592 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:09:59.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:58 smithi184 bash[59794]: cluster 2024-03-21T13:09:57.449522+0000 mgr.x (mgr.34104) 3715 : cluster [DBG] pgmap v2464: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 694 B/s rd, 0 op/s 2024-03-21T13:09:59.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:58 smithi184 bash[59794]: audit 2024-03-21T13:09:57.925832+0000 mon.a (mon.0) 5510 : audit [DBG] from='client.? 172.21.15.178:0/1935972572' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:59.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:58 smithi184 bash[59794]: audit 2024-03-21T13:09:58.749664+0000 mon.c (mon.1) 19 : audit [DBG] from='client.? 172.21.15.178:0/4156153500' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T13:09:59.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:58 smithi178 bash[75692]: audit 2024-03-21T13:09:57.439063+0000 mgr.x (mgr.34104) 3714 : audit [DBG] from='client.44592 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:09:59.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:58 smithi178 bash[75692]: cluster 2024-03-21T13:09:57.449522+0000 mgr.x (mgr.34104) 3715 : cluster [DBG] pgmap v2464: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 694 B/s rd, 0 op/s 2024-03-21T13:09:59.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:58 smithi178 bash[75692]: audit 2024-03-21T13:09:57.925832+0000 mon.a (mon.0) 5510 : audit [DBG] from='client.? 172.21.15.178:0/1935972572' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:59.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:58 smithi178 bash[75692]: audit 2024-03-21T13:09:58.749664+0000 mon.c (mon.1) 19 : audit [DBG] from='client.? 172.21.15.178:0/4156153500' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T13:09:59.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:58 smithi178 bash[77880]: audit 2024-03-21T13:09:57.439063+0000 mgr.x (mgr.34104) 3714 : audit [DBG] from='client.44592 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:09:59.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:58 smithi178 bash[77880]: cluster 2024-03-21T13:09:57.449522+0000 mgr.x (mgr.34104) 3715 : cluster [DBG] pgmap v2464: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 694 B/s rd, 0 op/s 2024-03-21T13:09:59.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:58 smithi178 bash[77880]: audit 2024-03-21T13:09:57.925832+0000 mon.a (mon.0) 5510 : audit [DBG] from='client.? 172.21.15.178:0/1935972572' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:09:59.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:58 smithi178 bash[77880]: audit 2024-03-21T13:09:58.749664+0000 mon.c (mon.1) 19 : audit [DBG] from='client.? 172.21.15.178:0/4156153500' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T13:10:00.297 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:09:59 smithi178 bash[77880]: audit 2024-03-21T13:09:58.317973+0000 mgr.x (mgr.34104) 3716 : audit [DBG] from='client.44604 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:10:00.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:09:59 smithi178 bash[75692]: audit 2024-03-21T13:09:58.317973+0000 mgr.x (mgr.34104) 3716 : audit [DBG] from='client.44604 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:10:00.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:09:59 smithi184 bash[59794]: audit 2024-03-21T13:09:58.317973+0000 mgr.x (mgr.34104) 3716 : audit [DBG] from='client.44604 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:10:01.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:00 smithi178 bash[75692]: cluster 2024-03-21T13:09:59.450762+0000 mgr.x (mgr.34104) 3717 : cluster [DBG] pgmap v2465: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-21T13:10:01.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:00 smithi178 bash[75692]: cluster 2024-03-21T13:10:00.000166+0000 mon.a (mon.0) 5511 : cluster [WRN] overall HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-21T13:10:01.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:00 smithi178 bash[75692]: audit 2024-03-21T13:10:00.094625+0000 mon.a (mon.0) 5512 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:01.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:00 smithi178 bash[77880]: cluster 2024-03-21T13:09:59.450762+0000 mgr.x (mgr.34104) 3717 : cluster [DBG] pgmap v2465: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-21T13:10:01.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:00 smithi178 bash[77880]: cluster 2024-03-21T13:10:00.000166+0000 mon.a (mon.0) 5511 : cluster [WRN] overall HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-21T13:10:01.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:00 smithi178 bash[77880]: audit 2024-03-21T13:10:00.094625+0000 mon.a (mon.0) 5512 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:01.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:00 smithi184 bash[59794]: cluster 2024-03-21T13:09:59.450762+0000 mgr.x (mgr.34104) 3717 : cluster [DBG] pgmap v2465: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-21T13:10:01.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:00 smithi184 bash[59794]: cluster 2024-03-21T13:10:00.000166+0000 mon.a (mon.0) 5511 : cluster [WRN] overall HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-21T13:10:01.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:00 smithi184 bash[59794]: audit 2024-03-21T13:10:00.094625+0000 mon.a (mon.0) 5512 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:02.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:01 smithi178 bash[75692]: audit 2024-03-21T13:10:00.911695+0000 mgr.x (mgr.34104) 3718 : audit [DBG] from='client.15585 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:10:02.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:01 smithi178 bash[75692]: audit 2024-03-21T13:10:01.449812+0000 mon.a (mon.0) 5513 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-03-21T13:10:02.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:01 smithi178 bash[77880]: audit 2024-03-21T13:10:00.911695+0000 mgr.x (mgr.34104) 3718 : audit [DBG] from='client.15585 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:10:02.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:01 smithi178 bash[77880]: audit 2024-03-21T13:10:01.449812+0000 mon.a (mon.0) 5513 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-03-21T13:10:02.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:01 smithi184 bash[59794]: audit 2024-03-21T13:10:00.911695+0000 mgr.x (mgr.34104) 3718 : audit [DBG] from='client.15585 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:10:02.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:01 smithi184 bash[59794]: audit 2024-03-21T13:10:01.449812+0000 mon.a (mon.0) 5513 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-03-21T13:10:03.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:02 smithi184 bash[59794]: audit 2024-03-21T13:10:01.451072+0000 mgr.x (mgr.34104) 3719 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-03-21T13:10:03.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:02 smithi184 bash[59794]: cluster 2024-03-21T13:10:01.453032+0000 mgr.x (mgr.34104) 3720 : cluster [DBG] pgmap v2466: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-03-21T13:10:03.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:02 smithi184 bash[59794]: cephadm 2024-03-21T13:10:01.454076+0000 mgr.x (mgr.34104) 3721 : cephadm [INF] Upgrade: osd.7 is safe to restart 2024-03-21T13:10:03.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:02 smithi178 bash[75692]: audit 2024-03-21T13:10:01.451072+0000 mgr.x (mgr.34104) 3719 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-03-21T13:10:03.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:02 smithi178 bash[75692]: cluster 2024-03-21T13:10:01.453032+0000 mgr.x (mgr.34104) 3720 : cluster [DBG] pgmap v2466: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-03-21T13:10:03.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:02 smithi178 bash[75692]: cephadm 2024-03-21T13:10:01.454076+0000 mgr.x (mgr.34104) 3721 : cephadm [INF] Upgrade: osd.7 is safe to restart 2024-03-21T13:10:03.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:02 smithi178 bash[77880]: audit 2024-03-21T13:10:01.451072+0000 mgr.x (mgr.34104) 3719 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-03-21T13:10:03.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:02 smithi178 bash[77880]: cluster 2024-03-21T13:10:01.453032+0000 mgr.x (mgr.34104) 3720 : cluster [DBG] pgmap v2466: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-03-21T13:10:03.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:02 smithi178 bash[77880]: cephadm 2024-03-21T13:10:01.454076+0000 mgr.x (mgr.34104) 3721 : cephadm [INF] Upgrade: osd.7 is safe to restart 2024-03-21T13:10:05.040 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:04 smithi184 bash[59794]: cluster 2024-03-21T13:10:03.453948+0000 mgr.x (mgr.34104) 3722 : cluster [DBG] pgmap v2467: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:10:05.040 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:04 smithi184 bash[59794]: cephadm 2024-03-21T13:10:03.773910+0000 mgr.x (mgr.34104) 3723 : cephadm [INF] Upgrade: Updating osd.7 2024-03-21T13:10:05.041 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:04 smithi184 bash[59794]: audit 2024-03-21T13:10:03.781075+0000 mon.a (mon.0) 5514 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:05.041 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:04 smithi184 bash[59794]: audit 2024-03-21T13:10:03.785514+0000 mon.a (mon.0) 5515 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-03-21T13:10:05.041 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:04 smithi184 bash[59794]: audit 2024-03-21T13:10:03.787470+0000 mon.a (mon.0) 5516 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:05.041 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:04 smithi184 bash[59794]: cephadm 2024-03-21T13:10:03.792002+0000 mgr.x (mgr.34104) 3724 : cephadm [INF] Deploying daemon osd.7 on smithi184 2024-03-21T13:10:05.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:04 smithi178 bash[75692]: cluster 2024-03-21T13:10:03.453948+0000 mgr.x (mgr.34104) 3722 : cluster [DBG] pgmap v2467: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:10:05.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:04 smithi178 bash[75692]: cephadm 2024-03-21T13:10:03.773910+0000 mgr.x (mgr.34104) 3723 : cephadm [INF] Upgrade: Updating osd.7 2024-03-21T13:10:05.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:04 smithi178 bash[75692]: audit 2024-03-21T13:10:03.781075+0000 mon.a (mon.0) 5514 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:05.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:04 smithi178 bash[75692]: audit 2024-03-21T13:10:03.785514+0000 mon.a (mon.0) 5515 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-03-21T13:10:05.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:04 smithi178 bash[75692]: audit 2024-03-21T13:10:03.787470+0000 mon.a (mon.0) 5516 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:05.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:04 smithi178 bash[75692]: cephadm 2024-03-21T13:10:03.792002+0000 mgr.x (mgr.34104) 3724 : cephadm [INF] Deploying daemon osd.7 on smithi184 2024-03-21T13:10:05.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:04 smithi178 bash[77880]: cluster 2024-03-21T13:10:03.453948+0000 mgr.x (mgr.34104) 3722 : cluster [DBG] pgmap v2467: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:10:05.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:04 smithi178 bash[77880]: cephadm 2024-03-21T13:10:03.773910+0000 mgr.x (mgr.34104) 3723 : cephadm [INF] Upgrade: Updating osd.7 2024-03-21T13:10:05.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:04 smithi178 bash[77880]: audit 2024-03-21T13:10:03.781075+0000 mon.a (mon.0) 5514 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:05.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:04 smithi178 bash[77880]: audit 2024-03-21T13:10:03.785514+0000 mon.a (mon.0) 5515 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-03-21T13:10:05.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:04 smithi178 bash[77880]: audit 2024-03-21T13:10:03.787470+0000 mon.a (mon.0) 5516 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:05.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:04 smithi178 bash[77880]: cephadm 2024-03-21T13:10:03.792002+0000 mgr.x (mgr.34104) 3724 : cephadm [INF] Deploying daemon osd.7 on smithi184 2024-03-21T13:10:05.573 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:10:05 smithi184 bash[52419]: ::ffff:172.21.15.184 - - [21/Mar/2024:13:10:05] "GET /metrics HTTP/1.1" 200 38626 "" "Prometheus/2.33.4" 2024-03-21T13:10:06.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:05 smithi184 bash[59794]: audit 2024-03-21T13:10:04.793264+0000 mon.a (mon.0) 5517 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:06.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:05 smithi184 bash[59794]: audit 2024-03-21T13:10:04.795022+0000 mon.a (mon.0) 5518 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:10:06.297 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:05 smithi178 bash[77880]: audit 2024-03-21T13:10:04.793264+0000 mon.a (mon.0) 5517 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:06.297 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:05 smithi178 bash[77880]: audit 2024-03-21T13:10:04.795022+0000 mon.a (mon.0) 5518 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:10:06.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:05 smithi178 bash[75692]: audit 2024-03-21T13:10:04.793264+0000 mon.a (mon.0) 5517 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:06.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:05 smithi178 bash[75692]: audit 2024-03-21T13:10:04.795022+0000 mon.a (mon.0) 5518 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:10:07.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:06 smithi184 bash[59794]: cluster 2024-03-21T13:10:05.455576+0000 mgr.x (mgr.34104) 3725 : cluster [DBG] pgmap v2468: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:10:07.297 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:06 smithi178 bash[77880]: cluster 2024-03-21T13:10:05.455576+0000 mgr.x (mgr.34104) 3725 : cluster [DBG] pgmap v2468: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:10:07.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:06 smithi178 bash[75692]: cluster 2024-03-21T13:10:05.455576+0000 mgr.x (mgr.34104) 3725 : cluster [DBG] pgmap v2468: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:10:08.519 INFO:journalctl@ceph.osd.7.smithi184.stdout:Mar 21 13:10:08 smithi184 systemd[1]: Stopping Ceph osd.7 for a94f249e-e780-11ee-95cd-87774f69a715... 2024-03-21T13:10:08.823 INFO:journalctl@ceph.osd.7.smithi184.stdout:Mar 21 13:10:08 smithi184 bash[31046]: debug 2024-03-21T13:10:08.512+0000 7fb15e2dc700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.7 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-03-21T13:10:08.823 INFO:journalctl@ceph.osd.7.smithi184.stdout:Mar 21 13:10:08 smithi184 bash[31046]: debug 2024-03-21T13:10:08.512+0000 7fb15e2dc700 -1 osd.7 166 *** Got signal Terminated *** 2024-03-21T13:10:08.823 INFO:journalctl@ceph.osd.7.smithi184.stdout:Mar 21 13:10:08 smithi184 bash[31046]: debug 2024-03-21T13:10:08.512+0000 7fb15e2dc700 -1 osd.7 166 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-21T13:10:09.297 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:08 smithi178 bash[77880]: cluster 2024-03-21T13:10:07.456671+0000 mgr.x (mgr.34104) 3726 : cluster [DBG] pgmap v2469: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:10:09.297 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:08 smithi178 bash[77880]: cluster 2024-03-21T13:10:08.518514+0000 mon.a (mon.0) 5519 : cluster [INF] osd.7 marked itself down and dead 2024-03-21T13:10:09.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:08 smithi178 bash[75692]: cluster 2024-03-21T13:10:07.456671+0000 mgr.x (mgr.34104) 3726 : cluster [DBG] pgmap v2469: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:10:09.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:08 smithi178 bash[75692]: cluster 2024-03-21T13:10:08.518514+0000 mon.a (mon.0) 5519 : cluster [INF] osd.7 marked itself down and dead 2024-03-21T13:10:09.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:08 smithi184 bash[59794]: cluster 2024-03-21T13:10:07.456671+0000 mgr.x (mgr.34104) 3726 : cluster [DBG] pgmap v2469: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:10:09.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:08 smithi184 bash[59794]: cluster 2024-03-21T13:10:08.518514+0000 mon.a (mon.0) 5519 : cluster [INF] osd.7 marked itself down and dead 2024-03-21T13:10:10.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:09 smithi184 bash[59794]: cluster 2024-03-21T13:10:08.805420+0000 mon.a (mon.0) 5520 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-03-21T13:10:10.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:09 smithi184 bash[59794]: cluster 2024-03-21T13:10:08.805488+0000 mon.a (mon.0) 5521 : cluster [WRN] Health check failed: all OSDs are running squid or later but require_osd_release < squid (OSD_UPGRADE_FINISHED) 2024-03-21T13:10:10.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:09 smithi184 bash[59794]: cluster 2024-03-21T13:10:08.817560+0000 mon.a (mon.0) 5522 : cluster [DBG] osdmap e167: 8 total, 7 up, 8 in 2024-03-21T13:10:10.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:09 smithi184 bash[59794]: cluster 2024-03-21T13:10:09.818101+0000 mon.a (mon.0) 5523 : cluster [DBG] osdmap e168: 8 total, 7 up, 8 in 2024-03-21T13:10:10.297 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:09 smithi178 bash[77880]: cluster 2024-03-21T13:10:08.805420+0000 mon.a (mon.0) 5520 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-03-21T13:10:10.297 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:09 smithi178 bash[77880]: cluster 2024-03-21T13:10:08.805488+0000 mon.a (mon.0) 5521 : cluster [WRN] Health check failed: all OSDs are running squid or later but require_osd_release < squid (OSD_UPGRADE_FINISHED) 2024-03-21T13:10:10.297 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:09 smithi178 bash[77880]: cluster 2024-03-21T13:10:08.817560+0000 mon.a (mon.0) 5522 : cluster [DBG] osdmap e167: 8 total, 7 up, 8 in 2024-03-21T13:10:10.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:09 smithi178 bash[77880]: cluster 2024-03-21T13:10:09.818101+0000 mon.a (mon.0) 5523 : cluster [DBG] osdmap e168: 8 total, 7 up, 8 in 2024-03-21T13:10:10.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:09 smithi178 bash[75692]: cluster 2024-03-21T13:10:08.805420+0000 mon.a (mon.0) 5520 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-03-21T13:10:10.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:09 smithi178 bash[75692]: cluster 2024-03-21T13:10:08.805488+0000 mon.a (mon.0) 5521 : cluster [WRN] Health check failed: all OSDs are running squid or later but require_osd_release < squid (OSD_UPGRADE_FINISHED) 2024-03-21T13:10:10.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:09 smithi178 bash[75692]: cluster 2024-03-21T13:10:08.817560+0000 mon.a (mon.0) 5522 : cluster [DBG] osdmap e167: 8 total, 7 up, 8 in 2024-03-21T13:10:10.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:09 smithi178 bash[75692]: cluster 2024-03-21T13:10:09.818101+0000 mon.a (mon.0) 5523 : cluster [DBG] osdmap e168: 8 total, 7 up, 8 in 2024-03-21T13:10:10.573 INFO:journalctl@ceph.osd.7.smithi184.stdout:Mar 21 13:10:10 smithi184 bash[75374]: ceph-a94f249e-e780-11ee-95cd-87774f69a715-osd-7 2024-03-21T13:10:10.896 INFO:journalctl@ceph.osd.7.smithi184.stdout:Mar 21 13:10:10 smithi184 bash[75539]: Error response from daemon: No such container: ceph-a94f249e-e780-11ee-95cd-87774f69a715-osd-7 2024-03-21T13:10:10.896 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:10 smithi184 bash[59794]: cluster 2024-03-21T13:10:09.457835+0000 mgr.x (mgr.34104) 3727 : cluster [DBG] pgmap v2471: 161 pgs: 22 peering, 15 stale+active+clean, 124 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 920 B/s rd, 0 op/s 2024-03-21T13:10:10.896 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:10 smithi184 bash[59794]: cluster 2024-03-21T13:10:09.833971+0000 mon.a (mon.0) 5524 : cluster [WRN] Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-03-21T13:10:10.896 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:10 smithi184 bash[59794]: audit 2024-03-21T13:10:10.243463+0000 mon.a (mon.0) 5525 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:10.896 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:10 smithi184 bash[59794]: audit 2024-03-21T13:10:10.255221+0000 mon.a (mon.0) 5526 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:10.896 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:10 smithi184 bash[59794]: audit 2024-03-21T13:10:10.266288+0000 mon.a (mon.0) 5527 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:10.896 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:10 smithi184 bash[59794]: audit 2024-03-21T13:10:10.655917+0000 mon.a (mon.0) 5528 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:10.897 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:10 smithi184 bash[59794]: audit 2024-03-21T13:10:10.665277+0000 mon.a (mon.0) 5529 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:10.897 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:10 smithi184 bash[59794]: audit 2024-03-21T13:10:10.674423+0000 mon.a (mon.0) 5530 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:11.297 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:10 smithi178 bash[77880]: cluster 2024-03-21T13:10:09.457835+0000 mgr.x (mgr.34104) 3727 : cluster [DBG] pgmap v2471: 161 pgs: 22 peering, 15 stale+active+clean, 124 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 920 B/s rd, 0 op/s 2024-03-21T13:10:11.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:10 smithi178 bash[77880]: cluster 2024-03-21T13:10:09.833971+0000 mon.a (mon.0) 5524 : cluster [WRN] Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-03-21T13:10:11.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:10 smithi178 bash[77880]: audit 2024-03-21T13:10:10.243463+0000 mon.a (mon.0) 5525 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:11.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:10 smithi178 bash[77880]: audit 2024-03-21T13:10:10.255221+0000 mon.a (mon.0) 5526 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:11.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:10 smithi178 bash[77880]: audit 2024-03-21T13:10:10.266288+0000 mon.a (mon.0) 5527 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:11.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:10 smithi178 bash[77880]: audit 2024-03-21T13:10:10.655917+0000 mon.a (mon.0) 5528 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:11.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:10 smithi178 bash[77880]: audit 2024-03-21T13:10:10.665277+0000 mon.a (mon.0) 5529 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:11.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:10 smithi178 bash[77880]: audit 2024-03-21T13:10:10.674423+0000 mon.a (mon.0) 5530 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:11.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:10 smithi178 bash[75692]: cluster 2024-03-21T13:10:09.457835+0000 mgr.x (mgr.34104) 3727 : cluster [DBG] pgmap v2471: 161 pgs: 22 peering, 15 stale+active+clean, 124 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 920 B/s rd, 0 op/s 2024-03-21T13:10:11.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:10 smithi178 bash[75692]: cluster 2024-03-21T13:10:09.833971+0000 mon.a (mon.0) 5524 : cluster [WRN] Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-03-21T13:10:11.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:10 smithi178 bash[75692]: audit 2024-03-21T13:10:10.243463+0000 mon.a (mon.0) 5525 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:11.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:10 smithi178 bash[75692]: audit 2024-03-21T13:10:10.255221+0000 mon.a (mon.0) 5526 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:11.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:10 smithi178 bash[75692]: audit 2024-03-21T13:10:10.266288+0000 mon.a (mon.0) 5527 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:11.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:10 smithi178 bash[75692]: audit 2024-03-21T13:10:10.655917+0000 mon.a (mon.0) 5528 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:11.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:10 smithi178 bash[75692]: audit 2024-03-21T13:10:10.665277+0000 mon.a (mon.0) 5529 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:11.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:10 smithi178 bash[75692]: audit 2024-03-21T13:10:10.674423+0000 mon.a (mon.0) 5530 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:11.992 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:11 smithi178 bash[77880]: cluster 2024-03-21T13:10:10.258341+0000 mgr.x (mgr.34104) 3728 : cluster [DBG] pgmap v2473: 161 pgs: 47 peering, 6 stale+active+clean, 108 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 752 B/s rd, 0 op/s 2024-03-21T13:10:11.992 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:11 smithi178 bash[77880]: cluster 2024-03-21T13:10:10.259052+0000 mgr.x (mgr.34104) 3729 : cluster [DBG] pgmap v2474: 161 pgs: 47 peering, 6 stale+active+clean, 108 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:10:11.992 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:11 smithi178 bash[77880]: cluster 2024-03-21T13:10:10.667467+0000 mgr.x (mgr.34104) 3730 : cluster [DBG] pgmap v2475: 161 pgs: 47 peering, 6 stale+active+clean, 108 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:10:11.992 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:11 smithi178 bash[77880]: cluster 2024-03-21T13:10:10.667865+0000 mgr.x (mgr.34104) 3731 : cluster [DBG] pgmap v2476: 161 pgs: 47 peering, 6 stale+active+clean, 108 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:10:11.992 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:11 smithi178 bash[77880]: audit 2024-03-21T13:10:10.917507+0000 mgr.x (mgr.34104) 3732 : audit [DBG] from='client.15585 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:10:11.992 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:11 smithi178 bash[77880]: cluster 2024-03-21T13:10:11.250493+0000 mon.a (mon.0) 5531 : cluster [WRN] Health check update: 2 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-21T13:10:11.992 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:11 smithi178 bash[77880]: audit 2024-03-21T13:10:11.615778+0000 mon.a (mon.0) 5532 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:11.992 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:11 smithi178 bash[77880]: audit 2024-03-21T13:10:11.628563+0000 mon.a (mon.0) 5533 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:11.992 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:11 smithi178 bash[77880]: audit 2024-03-21T13:10:11.639787+0000 mon.a (mon.0) 5534 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:11.993 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:11 smithi178 bash[75692]: cluster 2024-03-21T13:10:10.258341+0000 mgr.x (mgr.34104) 3728 : cluster [DBG] pgmap v2473: 161 pgs: 47 peering, 6 stale+active+clean, 108 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 752 B/s rd, 0 op/s 2024-03-21T13:10:11.993 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:11 smithi178 bash[75692]: cluster 2024-03-21T13:10:10.259052+0000 mgr.x (mgr.34104) 3729 : cluster [DBG] pgmap v2474: 161 pgs: 47 peering, 6 stale+active+clean, 108 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:10:11.993 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:11 smithi178 bash[75692]: cluster 2024-03-21T13:10:10.667467+0000 mgr.x (mgr.34104) 3730 : cluster [DBG] pgmap v2475: 161 pgs: 47 peering, 6 stale+active+clean, 108 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:10:11.993 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:11 smithi178 bash[75692]: cluster 2024-03-21T13:10:10.667865+0000 mgr.x (mgr.34104) 3731 : cluster [DBG] pgmap v2476: 161 pgs: 47 peering, 6 stale+active+clean, 108 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:10:11.993 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:11 smithi178 bash[75692]: audit 2024-03-21T13:10:10.917507+0000 mgr.x (mgr.34104) 3732 : audit [DBG] from='client.15585 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:10:11.993 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:11 smithi178 bash[75692]: cluster 2024-03-21T13:10:11.250493+0000 mon.a (mon.0) 5531 : cluster [WRN] Health check update: 2 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-21T13:10:11.993 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:11 smithi178 bash[75692]: audit 2024-03-21T13:10:11.615778+0000 mon.a (mon.0) 5532 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:11.993 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:11 smithi178 bash[75692]: audit 2024-03-21T13:10:11.628563+0000 mon.a (mon.0) 5533 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:11.993 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:11 smithi178 bash[75692]: audit 2024-03-21T13:10:11.639787+0000 mon.a (mon.0) 5534 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:12.157 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:11 smithi184 bash[59794]: cluster 2024-03-21T13:10:10.258341+0000 mgr.x (mgr.34104) 3728 : cluster [DBG] pgmap v2473: 161 pgs: 47 peering, 6 stale+active+clean, 108 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 752 B/s rd, 0 op/s 2024-03-21T13:10:12.157 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:11 smithi184 bash[59794]: cluster 2024-03-21T13:10:10.259052+0000 mgr.x (mgr.34104) 3729 : cluster [DBG] pgmap v2474: 161 pgs: 47 peering, 6 stale+active+clean, 108 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:10:12.157 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:11 smithi184 bash[59794]: cluster 2024-03-21T13:10:10.667467+0000 mgr.x (mgr.34104) 3730 : cluster [DBG] pgmap v2475: 161 pgs: 47 peering, 6 stale+active+clean, 108 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:10:12.157 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:11 smithi184 bash[59794]: cluster 2024-03-21T13:10:10.667865+0000 mgr.x (mgr.34104) 3731 : cluster [DBG] pgmap v2476: 161 pgs: 47 peering, 6 stale+active+clean, 108 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:10:12.157 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:11 smithi184 bash[59794]: audit 2024-03-21T13:10:10.917507+0000 mgr.x (mgr.34104) 3732 : audit [DBG] from='client.15585 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:10:12.157 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:11 smithi184 bash[59794]: cluster 2024-03-21T13:10:11.250493+0000 mon.a (mon.0) 5531 : cluster [WRN] Health check update: 2 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-21T13:10:12.157 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:11 smithi184 bash[59794]: audit 2024-03-21T13:10:11.615778+0000 mon.a (mon.0) 5532 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:12.157 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:11 smithi184 bash[59794]: audit 2024-03-21T13:10:11.628563+0000 mon.a (mon.0) 5533 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:12.157 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:11 smithi184 bash[59794]: audit 2024-03-21T13:10:11.639787+0000 mon.a (mon.0) 5534 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:13.143 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:12 smithi178 bash[75692]: cluster 2024-03-21T13:10:11.631486+0000 mgr.x (mgr.34104) 3733 : cluster [DBG] pgmap v2477: 161 pgs: 47 peering, 6 stale+active+clean, 108 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:10:13.144 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:12 smithi178 bash[75692]: cluster 2024-03-21T13:10:11.631973+0000 mgr.x (mgr.34104) 3734 : cluster [DBG] pgmap v2478: 161 pgs: 47 peering, 6 stale+active+clean, 108 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:10:13.144 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:12 smithi178 bash[77880]: cluster 2024-03-21T13:10:11.631486+0000 mgr.x (mgr.34104) 3733 : cluster [DBG] pgmap v2477: 161 pgs: 47 peering, 6 stale+active+clean, 108 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:10:13.144 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:12 smithi178 bash[77880]: cluster 2024-03-21T13:10:11.631973+0000 mgr.x (mgr.34104) 3734 : cluster [DBG] pgmap v2478: 161 pgs: 47 peering, 6 stale+active+clean, 108 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:10:13.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:12 smithi184 bash[59794]: cluster 2024-03-21T13:10:11.631486+0000 mgr.x (mgr.34104) 3733 : cluster [DBG] pgmap v2477: 161 pgs: 47 peering, 6 stale+active+clean, 108 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:10:13.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:12 smithi184 bash[59794]: cluster 2024-03-21T13:10:11.631973+0000 mgr.x (mgr.34104) 3734 : cluster [DBG] pgmap v2478: 161 pgs: 47 peering, 6 stale+active+clean, 108 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:10:13.897 INFO:journalctl@ceph.osd.7.smithi184.stdout:Mar 21 13:10:13 smithi184 systemd[1]: ceph-a94f249e-e780-11ee-95cd-87774f69a715@osd.7.service: Succeeded. 2024-03-21T13:10:13.897 INFO:journalctl@ceph.osd.7.smithi184.stdout:Mar 21 13:10:13 smithi184 systemd[1]: Stopped Ceph osd.7 for a94f249e-e780-11ee-95cd-87774f69a715. 2024-03-21T13:10:13.897 INFO:journalctl@ceph.osd.7.smithi184.stdout:Mar 21 13:10:13 smithi184 systemd[1]: Started Ceph osd.7 for a94f249e-e780-11ee-95cd-87774f69a715. 2024-03-21T13:10:14.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:13 smithi178 bash[75692]: cluster 2024-03-21T13:10:13.841837+0000 mon.a (mon.0) 5535 : cluster [WRN] Health check failed: Degraded data redundancy: 11/630 objects degraded (1.746%), 6 pgs degraded (PG_DEGRADED) 2024-03-21T13:10:14.297 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:13 smithi178 bash[77880]: cluster 2024-03-21T13:10:13.841837+0000 mon.a (mon.0) 5535 : cluster [WRN] Health check failed: Degraded data redundancy: 11/630 objects degraded (1.746%), 6 pgs degraded (PG_DEGRADED) 2024-03-21T13:10:14.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:13 smithi184 bash[59794]: cluster 2024-03-21T13:10:13.841837+0000 mon.a (mon.0) 5535 : cluster [WRN] Health check failed: Degraded data redundancy: 11/630 objects degraded (1.746%), 6 pgs degraded (PG_DEGRADED) 2024-03-21T13:10:15.264 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:14 smithi184 bash[59794]: cluster 2024-03-21T13:10:13.632739+0000 mgr.x (mgr.34104) 3735 : cluster [DBG] pgmap v2479: 161 pgs: 14 active+undersized, 6 active+undersized+degraded, 47 peering, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 11/630 objects degraded (1.746%) 2024-03-21T13:10:15.264 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:14 smithi184 bash[59794]: audit 2024-03-21T13:10:13.912361+0000 mon.a (mon.0) 5536 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:15.264 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:14 smithi184 bash[59794]: audit 2024-03-21T13:10:13.928699+0000 mon.a (mon.0) 5537 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:15.265 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:14 smithi184 bash[59794]: audit 2024-03-21T13:10:13.941742+0000 mon.a (mon.0) 5538 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:15.265 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:14 smithi184 bash[59794]: audit 2024-03-21T13:10:13.943126+0000 mon.a (mon.0) 5539 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:15.265 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:14 smithi184 bash[59794]: cluster 2024-03-21T13:10:13.946971+0000 mgr.x (mgr.34104) 3736 : cluster [DBG] pgmap v2480: 161 pgs: 21 active+undersized, 10 active+undersized+degraded, 36 peering, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 28/630 objects degraded (4.444%) 2024-03-21T13:10:15.265 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:14 smithi184 bash[59794]: cluster 2024-03-21T13:10:13.947608+0000 mgr.x (mgr.34104) 3737 : cluster [DBG] pgmap v2481: 161 pgs: 21 active+undersized, 10 active+undersized+degraded, 36 peering, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 28/630 objects degraded (4.444%) 2024-03-21T13:10:15.265 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:14 smithi184 bash[59794]: audit 2024-03-21T13:10:13.965565+0000 mon.a (mon.0) 5540 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:15.265 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:14 smithi184 bash[59794]: cephadm 2024-03-21T13:10:13.966962+0000 mgr.x (mgr.34104) 3738 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:15.265 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:14 smithi184 bash[59794]: audit 2024-03-21T13:10:14.046821+0000 mon.a (mon.0) 5541 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:15.265 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:14 smithi184 bash[59794]: audit 2024-03-21T13:10:14.049823+0000 mon.a (mon.0) 5542 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:15.265 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:14 smithi184 bash[59794]: audit 2024-03-21T13:10:14.054581+0000 mon.a (mon.0) 5543 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:15.265 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:14 smithi184 bash[59794]: audit 2024-03-21T13:10:14.056016+0000 mon.a (mon.0) 5544 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:15.265 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:14 smithi184 bash[59794]: cluster 2024-03-21T13:10:14.059731+0000 mgr.x (mgr.34104) 3739 : cluster [DBG] pgmap v2482: 161 pgs: 32 active+undersized, 10 active+undersized+degraded, 25 peering, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 28/630 objects degraded (4.444%) 2024-03-21T13:10:15.265 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:14 smithi184 bash[59794]: cluster 2024-03-21T13:10:14.060196+0000 mgr.x (mgr.34104) 3740 : cluster [DBG] pgmap v2483: 161 pgs: 32 active+undersized, 10 active+undersized+degraded, 25 peering, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 28/630 objects degraded (4.444%) 2024-03-21T13:10:15.265 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:14 smithi184 bash[59794]: audit 2024-03-21T13:10:14.068438+0000 mon.a (mon.0) 5545 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:15.266 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:14 smithi184 bash[59794]: cephadm 2024-03-21T13:10:14.070612+0000 mgr.x (mgr.34104) 3741 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:15.266 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:14 smithi184 bash[59794]: audit 2024-03-21T13:10:14.148818+0000 mon.a (mon.0) 5546 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:15.266 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:14 smithi184 bash[59794]: audit 2024-03-21T13:10:14.152965+0000 mon.a (mon.0) 5547 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:15.266 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:14 smithi184 bash[59794]: audit 2024-03-21T13:10:14.157012+0000 mon.a (mon.0) 5548 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:15.266 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:14 smithi184 bash[59794]: audit 2024-03-21T13:10:14.158728+0000 mon.a (mon.0) 5549 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:15.266 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:14 smithi184 bash[59794]: cluster 2024-03-21T13:10:14.162366+0000 mgr.x (mgr.34104) 3742 : cluster [DBG] pgmap v2484: 161 pgs: 32 active+undersized, 10 active+undersized+degraded, 25 peering, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 28/630 objects degraded (4.444%) 2024-03-21T13:10:15.266 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:14 smithi184 bash[59794]: cluster 2024-03-21T13:10:14.163195+0000 mgr.x (mgr.34104) 3743 : cluster [DBG] pgmap v2485: 161 pgs: 32 active+undersized, 10 active+undersized+degraded, 25 peering, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 9.4 KiB/s rd, 9 op/s; 28/630 objects degraded (4.444%) 2024-03-21T13:10:15.266 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:14 smithi184 bash[59794]: audit 2024-03-21T13:10:14.171738+0000 mon.a (mon.0) 5550 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:15.266 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:14 smithi184 bash[59794]: cephadm 2024-03-21T13:10:14.173317+0000 mgr.x (mgr.34104) 3744 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:15.266 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:14 smithi184 bash[59794]: audit 2024-03-21T13:10:14.254440+0000 mon.a (mon.0) 5551 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:15.266 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:14 smithi184 bash[59794]: audit 2024-03-21T13:10:14.257395+0000 mon.a (mon.0) 5552 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:15.266 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:14 smithi184 bash[59794]: audit 2024-03-21T13:10:14.261380+0000 mon.a (mon.0) 5553 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:15.266 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:14 smithi184 bash[59794]: audit 2024-03-21T13:10:14.263189+0000 mon.a (mon.0) 5554 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:15.267 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:14 smithi184 bash[59794]: audit 2024-03-21T13:10:14.275526+0000 mon.a (mon.0) 5555 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:15.267 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:14 smithi184 bash[59794]: audit 2024-03-21T13:10:14.357892+0000 mon.a (mon.0) 5556 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:15.267 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:14 smithi184 bash[59794]: audit 2024-03-21T13:10:14.361253+0000 mon.a (mon.0) 5557 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:15.267 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:14 smithi184 bash[59794]: audit 2024-03-21T13:10:14.365301+0000 mon.a (mon.0) 5558 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:15.267 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:14 smithi184 bash[59794]: audit 2024-03-21T13:10:14.366978+0000 mon.a (mon.0) 5559 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:15.267 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:14 smithi184 bash[59794]: audit 2024-03-21T13:10:14.377595+0000 mon.a (mon.0) 5560 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:15.267 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:14 smithi184 bash[59794]: audit 2024-03-21T13:10:14.459856+0000 mon.a (mon.0) 5561 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:15.267 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:14 smithi184 bash[59794]: audit 2024-03-21T13:10:14.463177+0000 mon.a (mon.0) 5562 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:15.267 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:14 smithi184 bash[59794]: audit 2024-03-21T13:10:14.467033+0000 mon.a (mon.0) 5563 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:15.267 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:14 smithi184 bash[59794]: audit 2024-03-21T13:10:14.468554+0000 mon.a (mon.0) 5564 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:15.267 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:14 smithi184 bash[59794]: audit 2024-03-21T13:10:14.480652+0000 mon.a (mon.0) 5565 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:15.267 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:14 smithi184 bash[59794]: audit 2024-03-21T13:10:14.564062+0000 mon.a (mon.0) 5566 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:15.267 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:14 smithi184 bash[59794]: audit 2024-03-21T13:10:14.568730+0000 mon.a (mon.0) 5567 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:15.267 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:14 smithi184 bash[59794]: audit 2024-03-21T13:10:14.572245+0000 mon.a (mon.0) 5568 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:15.268 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:14 smithi184 bash[59794]: audit 2024-03-21T13:10:14.573577+0000 mon.a (mon.0) 5569 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:15.268 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:14 smithi184 bash[59794]: audit 2024-03-21T13:10:14.586407+0000 mon.a (mon.0) 5570 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:15.268 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:14 smithi184 bash[59794]: audit 2024-03-21T13:10:14.673734+0000 mon.a (mon.0) 5571 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:15.268 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:14 smithi184 bash[59794]: audit 2024-03-21T13:10:14.676538+0000 mon.a (mon.0) 5572 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:15.268 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:14 smithi184 bash[59794]: audit 2024-03-21T13:10:14.681031+0000 mon.a (mon.0) 5573 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:15.268 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:14 smithi184 bash[59794]: audit 2024-03-21T13:10:14.682437+0000 mon.a (mon.0) 5574 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:15.268 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:14 smithi184 bash[59794]: audit 2024-03-21T13:10:14.692478+0000 mon.a (mon.0) 5575 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:15.268 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:14 smithi184 bash[59794]: audit 2024-03-21T13:10:14.774149+0000 mon.a (mon.0) 5576 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:15.268 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:14 smithi184 bash[59794]: audit 2024-03-21T13:10:14.777174+0000 mon.a (mon.0) 5577 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:15.268 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:14 smithi184 bash[59794]: audit 2024-03-21T13:10:14.780412+0000 mon.a (mon.0) 5578 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:15.268 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:14 smithi184 bash[59794]: audit 2024-03-21T13:10:14.781658+0000 mon.a (mon.0) 5579 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:15.268 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:14 smithi184 bash[59794]: audit 2024-03-21T13:10:14.792512+0000 mon.a (mon.0) 5580 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:15.268 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:14 smithi184 bash[59794]: audit 2024-03-21T13:10:14.875458+0000 mon.a (mon.0) 5581 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:15.268 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:14 smithi184 bash[59794]: audit 2024-03-21T13:10:14.879007+0000 mon.a (mon.0) 5582 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:15.268 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:14 smithi184 bash[59794]: audit 2024-03-21T13:10:14.882673+0000 mon.a (mon.0) 5583 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:15.269 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:14 smithi184 bash[59794]: audit 2024-03-21T13:10:14.884404+0000 mon.a (mon.0) 5584 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:15.269 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:14 smithi184 bash[59794]: audit 2024-03-21T13:10:14.896963+0000 mon.a (mon.0) 5585 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:15.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:14 smithi178 bash[75692]: cluster 2024-03-21T13:10:13.632739+0000 mgr.x (mgr.34104) 3735 : cluster [DBG] pgmap v2479: 161 pgs: 14 active+undersized, 6 active+undersized+degraded, 47 peering, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 11/630 objects degraded (1.746%) 2024-03-21T13:10:15.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:14 smithi178 bash[75692]: audit 2024-03-21T13:10:13.912361+0000 mon.a (mon.0) 5536 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:15.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:14 smithi178 bash[75692]: audit 2024-03-21T13:10:13.928699+0000 mon.a (mon.0) 5537 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:15.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:14 smithi178 bash[75692]: audit 2024-03-21T13:10:13.941742+0000 mon.a (mon.0) 5538 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:15.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:14 smithi178 bash[75692]: audit 2024-03-21T13:10:13.943126+0000 mon.a (mon.0) 5539 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:15.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:14 smithi178 bash[75692]: cluster 2024-03-21T13:10:13.946971+0000 mgr.x (mgr.34104) 3736 : cluster [DBG] pgmap v2480: 161 pgs: 21 active+undersized, 10 active+undersized+degraded, 36 peering, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 28/630 objects degraded (4.444%) 2024-03-21T13:10:15.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:14 smithi178 bash[75692]: cluster 2024-03-21T13:10:13.947608+0000 mgr.x (mgr.34104) 3737 : cluster [DBG] pgmap v2481: 161 pgs: 21 active+undersized, 10 active+undersized+degraded, 36 peering, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 28/630 objects degraded (4.444%) 2024-03-21T13:10:15.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:14 smithi178 bash[75692]: audit 2024-03-21T13:10:13.965565+0000 mon.a (mon.0) 5540 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:15.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:14 smithi178 bash[75692]: cephadm 2024-03-21T13:10:13.966962+0000 mgr.x (mgr.34104) 3738 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:15.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:14 smithi178 bash[75692]: audit 2024-03-21T13:10:14.046821+0000 mon.a (mon.0) 5541 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:15.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:14 smithi178 bash[75692]: audit 2024-03-21T13:10:14.049823+0000 mon.a (mon.0) 5542 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:15.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:14 smithi178 bash[75692]: audit 2024-03-21T13:10:14.054581+0000 mon.a (mon.0) 5543 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:15.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:14 smithi178 bash[75692]: audit 2024-03-21T13:10:14.056016+0000 mon.a (mon.0) 5544 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:15.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:14 smithi178 bash[75692]: cluster 2024-03-21T13:10:14.059731+0000 mgr.x (mgr.34104) 3739 : cluster [DBG] pgmap v2482: 161 pgs: 32 active+undersized, 10 active+undersized+degraded, 25 peering, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 28/630 objects degraded (4.444%) 2024-03-21T13:10:15.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:14 smithi178 bash[75692]: cluster 2024-03-21T13:10:14.060196+0000 mgr.x (mgr.34104) 3740 : cluster [DBG] pgmap v2483: 161 pgs: 32 active+undersized, 10 active+undersized+degraded, 25 peering, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 28/630 objects degraded (4.444%) 2024-03-21T13:10:15.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:14 smithi178 bash[75692]: audit 2024-03-21T13:10:14.068438+0000 mon.a (mon.0) 5545 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:15.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:14 smithi178 bash[75692]: cephadm 2024-03-21T13:10:14.070612+0000 mgr.x (mgr.34104) 3741 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:15.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:14 smithi178 bash[77880]: cluster 2024-03-21T13:10:13.632739+0000 mgr.x (mgr.34104) 3735 : cluster [DBG] pgmap v2479: 161 pgs: 14 active+undersized, 6 active+undersized+degraded, 47 peering, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 11/630 objects degraded (1.746%) 2024-03-21T13:10:15.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:14 smithi178 bash[77880]: audit 2024-03-21T13:10:13.912361+0000 mon.a (mon.0) 5536 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:15.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:14 smithi178 bash[77880]: audit 2024-03-21T13:10:13.928699+0000 mon.a (mon.0) 5537 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:15.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:14 smithi178 bash[77880]: audit 2024-03-21T13:10:13.941742+0000 mon.a (mon.0) 5538 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:15.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:14 smithi178 bash[77880]: audit 2024-03-21T13:10:13.943126+0000 mon.a (mon.0) 5539 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:15.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:14 smithi178 bash[77880]: cluster 2024-03-21T13:10:13.946971+0000 mgr.x (mgr.34104) 3736 : cluster [DBG] pgmap v2480: 161 pgs: 21 active+undersized, 10 active+undersized+degraded, 36 peering, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 28/630 objects degraded (4.444%) 2024-03-21T13:10:15.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:14 smithi178 bash[77880]: cluster 2024-03-21T13:10:13.947608+0000 mgr.x (mgr.34104) 3737 : cluster [DBG] pgmap v2481: 161 pgs: 21 active+undersized, 10 active+undersized+degraded, 36 peering, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 28/630 objects degraded (4.444%) 2024-03-21T13:10:15.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:14 smithi178 bash[77880]: audit 2024-03-21T13:10:13.965565+0000 mon.a (mon.0) 5540 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:15.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:14 smithi178 bash[77880]: cephadm 2024-03-21T13:10:13.966962+0000 mgr.x (mgr.34104) 3738 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:15.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:14 smithi178 bash[77880]: audit 2024-03-21T13:10:14.046821+0000 mon.a (mon.0) 5541 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:15.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:14 smithi178 bash[77880]: audit 2024-03-21T13:10:14.049823+0000 mon.a (mon.0) 5542 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:15.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:14 smithi178 bash[77880]: audit 2024-03-21T13:10:14.054581+0000 mon.a (mon.0) 5543 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:15.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:14 smithi178 bash[77880]: audit 2024-03-21T13:10:14.056016+0000 mon.a (mon.0) 5544 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:15.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:14 smithi178 bash[77880]: cluster 2024-03-21T13:10:14.059731+0000 mgr.x (mgr.34104) 3739 : cluster [DBG] pgmap v2482: 161 pgs: 32 active+undersized, 10 active+undersized+degraded, 25 peering, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 28/630 objects degraded (4.444%) 2024-03-21T13:10:15.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:14 smithi178 bash[77880]: cluster 2024-03-21T13:10:14.060196+0000 mgr.x (mgr.34104) 3740 : cluster [DBG] pgmap v2483: 161 pgs: 32 active+undersized, 10 active+undersized+degraded, 25 peering, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 28/630 objects degraded (4.444%) 2024-03-21T13:10:15.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:14 smithi178 bash[77880]: audit 2024-03-21T13:10:14.068438+0000 mon.a (mon.0) 5545 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:15.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:14 smithi178 bash[77880]: cephadm 2024-03-21T13:10:14.070612+0000 mgr.x (mgr.34104) 3741 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:15.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:14 smithi178 bash[75692]: audit 2024-03-21T13:10:14.148818+0000 mon.a (mon.0) 5546 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:15.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:14 smithi178 bash[75692]: audit 2024-03-21T13:10:14.152965+0000 mon.a (mon.0) 5547 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:15.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:14 smithi178 bash[75692]: audit 2024-03-21T13:10:14.157012+0000 mon.a (mon.0) 5548 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:15.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:14 smithi178 bash[75692]: audit 2024-03-21T13:10:14.158728+0000 mon.a (mon.0) 5549 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:15.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:14 smithi178 bash[75692]: cluster 2024-03-21T13:10:14.162366+0000 mgr.x (mgr.34104) 3742 : cluster [DBG] pgmap v2484: 161 pgs: 32 active+undersized, 10 active+undersized+degraded, 25 peering, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 28/630 objects degraded (4.444%) 2024-03-21T13:10:15.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:14 smithi178 bash[75692]: cluster 2024-03-21T13:10:14.163195+0000 mgr.x (mgr.34104) 3743 : cluster [DBG] pgmap v2485: 161 pgs: 32 active+undersized, 10 active+undersized+degraded, 25 peering, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 9.4 KiB/s rd, 9 op/s; 28/630 objects degraded (4.444%) 2024-03-21T13:10:15.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:14 smithi178 bash[75692]: audit 2024-03-21T13:10:14.171738+0000 mon.a (mon.0) 5550 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:15.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:14 smithi178 bash[75692]: cephadm 2024-03-21T13:10:14.173317+0000 mgr.x (mgr.34104) 3744 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:15.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:14 smithi178 bash[75692]: audit 2024-03-21T13:10:14.254440+0000 mon.a (mon.0) 5551 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:15.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:14 smithi178 bash[75692]: audit 2024-03-21T13:10:14.257395+0000 mon.a (mon.0) 5552 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:15.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:14 smithi178 bash[75692]: audit 2024-03-21T13:10:14.261380+0000 mon.a (mon.0) 5553 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:15.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:14 smithi178 bash[75692]: audit 2024-03-21T13:10:14.263189+0000 mon.a (mon.0) 5554 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:15.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:14 smithi178 bash[75692]: audit 2024-03-21T13:10:14.275526+0000 mon.a (mon.0) 5555 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:15.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:14 smithi178 bash[75692]: audit 2024-03-21T13:10:14.357892+0000 mon.a (mon.0) 5556 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:15.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:14 smithi178 bash[75692]: audit 2024-03-21T13:10:14.361253+0000 mon.a (mon.0) 5557 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:15.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:14 smithi178 bash[75692]: audit 2024-03-21T13:10:14.365301+0000 mon.a (mon.0) 5558 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:15.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:14 smithi178 bash[75692]: audit 2024-03-21T13:10:14.366978+0000 mon.a (mon.0) 5559 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:15.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:14 smithi178 bash[75692]: audit 2024-03-21T13:10:14.377595+0000 mon.a (mon.0) 5560 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:15.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:14 smithi178 bash[75692]: audit 2024-03-21T13:10:14.459856+0000 mon.a (mon.0) 5561 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:15.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:14 smithi178 bash[75692]: audit 2024-03-21T13:10:14.463177+0000 mon.a (mon.0) 5562 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:15.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:14 smithi178 bash[75692]: audit 2024-03-21T13:10:14.467033+0000 mon.a (mon.0) 5563 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:15.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:14 smithi178 bash[75692]: audit 2024-03-21T13:10:14.468554+0000 mon.a (mon.0) 5564 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:15.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:14 smithi178 bash[75692]: audit 2024-03-21T13:10:14.480652+0000 mon.a (mon.0) 5565 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:15.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:14 smithi178 bash[75692]: audit 2024-03-21T13:10:14.564062+0000 mon.a (mon.0) 5566 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:15.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:14 smithi178 bash[75692]: audit 2024-03-21T13:10:14.568730+0000 mon.a (mon.0) 5567 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:15.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:14 smithi178 bash[75692]: audit 2024-03-21T13:10:14.572245+0000 mon.a (mon.0) 5568 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:15.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:14 smithi178 bash[75692]: audit 2024-03-21T13:10:14.573577+0000 mon.a (mon.0) 5569 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:15.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:14 smithi178 bash[75692]: audit 2024-03-21T13:10:14.586407+0000 mon.a (mon.0) 5570 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:15.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:14 smithi178 bash[75692]: audit 2024-03-21T13:10:14.673734+0000 mon.a (mon.0) 5571 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:15.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:14 smithi178 bash[75692]: audit 2024-03-21T13:10:14.676538+0000 mon.a (mon.0) 5572 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:15.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:14 smithi178 bash[75692]: audit 2024-03-21T13:10:14.681031+0000 mon.a (mon.0) 5573 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:15.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:14 smithi178 bash[75692]: audit 2024-03-21T13:10:14.682437+0000 mon.a (mon.0) 5574 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:15.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:14 smithi178 bash[75692]: audit 2024-03-21T13:10:14.692478+0000 mon.a (mon.0) 5575 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:15.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:14 smithi178 bash[75692]: audit 2024-03-21T13:10:14.774149+0000 mon.a (mon.0) 5576 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:15.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:14 smithi178 bash[75692]: audit 2024-03-21T13:10:14.777174+0000 mon.a (mon.0) 5577 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:15.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:14 smithi178 bash[75692]: audit 2024-03-21T13:10:14.780412+0000 mon.a (mon.0) 5578 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:15.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:14 smithi178 bash[75692]: audit 2024-03-21T13:10:14.781658+0000 mon.a (mon.0) 5579 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:15.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:14 smithi178 bash[75692]: audit 2024-03-21T13:10:14.792512+0000 mon.a (mon.0) 5580 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:15.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:14 smithi178 bash[75692]: audit 2024-03-21T13:10:14.875458+0000 mon.a (mon.0) 5581 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:15.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:14 smithi178 bash[75692]: audit 2024-03-21T13:10:14.879007+0000 mon.a (mon.0) 5582 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:15.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:14 smithi178 bash[75692]: audit 2024-03-21T13:10:14.882673+0000 mon.a (mon.0) 5583 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:15.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:14 smithi178 bash[75692]: audit 2024-03-21T13:10:14.884404+0000 mon.a (mon.0) 5584 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:15.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:14 smithi178 bash[75692]: audit 2024-03-21T13:10:14.896963+0000 mon.a (mon.0) 5585 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:15.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:14 smithi178 bash[77880]: audit 2024-03-21T13:10:14.148818+0000 mon.a (mon.0) 5546 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:15.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:14 smithi178 bash[77880]: audit 2024-03-21T13:10:14.152965+0000 mon.a (mon.0) 5547 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:15.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:14 smithi178 bash[77880]: audit 2024-03-21T13:10:14.157012+0000 mon.a (mon.0) 5548 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:15.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:14 smithi178 bash[77880]: audit 2024-03-21T13:10:14.158728+0000 mon.a (mon.0) 5549 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:15.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:14 smithi178 bash[77880]: cluster 2024-03-21T13:10:14.162366+0000 mgr.x (mgr.34104) 3742 : cluster [DBG] pgmap v2484: 161 pgs: 32 active+undersized, 10 active+undersized+degraded, 25 peering, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 28/630 objects degraded (4.444%) 2024-03-21T13:10:15.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:14 smithi178 bash[77880]: cluster 2024-03-21T13:10:14.163195+0000 mgr.x (mgr.34104) 3743 : cluster [DBG] pgmap v2485: 161 pgs: 32 active+undersized, 10 active+undersized+degraded, 25 peering, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 9.4 KiB/s rd, 9 op/s; 28/630 objects degraded (4.444%) 2024-03-21T13:10:15.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:14 smithi178 bash[77880]: audit 2024-03-21T13:10:14.171738+0000 mon.a (mon.0) 5550 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:15.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:14 smithi178 bash[77880]: cephadm 2024-03-21T13:10:14.173317+0000 mgr.x (mgr.34104) 3744 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:15.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:14 smithi178 bash[77880]: audit 2024-03-21T13:10:14.254440+0000 mon.a (mon.0) 5551 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:15.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:14 smithi178 bash[77880]: audit 2024-03-21T13:10:14.257395+0000 mon.a (mon.0) 5552 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:15.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:14 smithi178 bash[77880]: audit 2024-03-21T13:10:14.261380+0000 mon.a (mon.0) 5553 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:15.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:14 smithi178 bash[77880]: audit 2024-03-21T13:10:14.263189+0000 mon.a (mon.0) 5554 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:15.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:14 smithi178 bash[77880]: audit 2024-03-21T13:10:14.275526+0000 mon.a (mon.0) 5555 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:15.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:14 smithi178 bash[77880]: audit 2024-03-21T13:10:14.357892+0000 mon.a (mon.0) 5556 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:15.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:14 smithi178 bash[77880]: audit 2024-03-21T13:10:14.361253+0000 mon.a (mon.0) 5557 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:15.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:14 smithi178 bash[77880]: audit 2024-03-21T13:10:14.365301+0000 mon.a (mon.0) 5558 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:15.309 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:14 smithi178 bash[77880]: audit 2024-03-21T13:10:14.366978+0000 mon.a (mon.0) 5559 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:15.309 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:14 smithi178 bash[77880]: audit 2024-03-21T13:10:14.377595+0000 mon.a (mon.0) 5560 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:15.309 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:14 smithi178 bash[77880]: audit 2024-03-21T13:10:14.459856+0000 mon.a (mon.0) 5561 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:15.309 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:14 smithi178 bash[77880]: audit 2024-03-21T13:10:14.463177+0000 mon.a (mon.0) 5562 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:15.309 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:14 smithi178 bash[77880]: audit 2024-03-21T13:10:14.467033+0000 mon.a (mon.0) 5563 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:15.309 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:14 smithi178 bash[77880]: audit 2024-03-21T13:10:14.468554+0000 mon.a (mon.0) 5564 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:15.309 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:14 smithi178 bash[77880]: audit 2024-03-21T13:10:14.480652+0000 mon.a (mon.0) 5565 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:15.309 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:14 smithi178 bash[77880]: audit 2024-03-21T13:10:14.564062+0000 mon.a (mon.0) 5566 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:15.309 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:14 smithi178 bash[77880]: audit 2024-03-21T13:10:14.568730+0000 mon.a (mon.0) 5567 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:15.309 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:14 smithi178 bash[77880]: audit 2024-03-21T13:10:14.572245+0000 mon.a (mon.0) 5568 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:15.309 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:14 smithi178 bash[77880]: audit 2024-03-21T13:10:14.573577+0000 mon.a (mon.0) 5569 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:15.310 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:14 smithi178 bash[77880]: audit 2024-03-21T13:10:14.586407+0000 mon.a (mon.0) 5570 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:15.310 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:14 smithi178 bash[77880]: audit 2024-03-21T13:10:14.673734+0000 mon.a (mon.0) 5571 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:15.310 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:14 smithi178 bash[77880]: audit 2024-03-21T13:10:14.676538+0000 mon.a (mon.0) 5572 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:15.310 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:14 smithi178 bash[77880]: audit 2024-03-21T13:10:14.681031+0000 mon.a (mon.0) 5573 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:15.310 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:14 smithi178 bash[77880]: audit 2024-03-21T13:10:14.682437+0000 mon.a (mon.0) 5574 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:15.310 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:14 smithi178 bash[77880]: audit 2024-03-21T13:10:14.692478+0000 mon.a (mon.0) 5575 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:15.310 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:14 smithi178 bash[77880]: audit 2024-03-21T13:10:14.774149+0000 mon.a (mon.0) 5576 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:15.310 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:14 smithi178 bash[77880]: audit 2024-03-21T13:10:14.777174+0000 mon.a (mon.0) 5577 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:15.310 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:14 smithi178 bash[77880]: audit 2024-03-21T13:10:14.780412+0000 mon.a (mon.0) 5578 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:15.310 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:14 smithi178 bash[77880]: audit 2024-03-21T13:10:14.781658+0000 mon.a (mon.0) 5579 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:15.310 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:14 smithi178 bash[77880]: audit 2024-03-21T13:10:14.792512+0000 mon.a (mon.0) 5580 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:15.310 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:14 smithi178 bash[77880]: audit 2024-03-21T13:10:14.875458+0000 mon.a (mon.0) 5581 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:15.310 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:14 smithi178 bash[77880]: audit 2024-03-21T13:10:14.879007+0000 mon.a (mon.0) 5582 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:15.310 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:14 smithi178 bash[77880]: audit 2024-03-21T13:10:14.882673+0000 mon.a (mon.0) 5583 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:15.311 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:14 smithi178 bash[77880]: audit 2024-03-21T13:10:14.884404+0000 mon.a (mon.0) 5584 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:15.311 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:14 smithi178 bash[77880]: audit 2024-03-21T13:10:14.896963+0000 mon.a (mon.0) 5585 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:15.823 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:10:15 smithi184 bash[52419]: ::ffff:172.21.15.184 - - [21/Mar/2024:13:10:15] "GET /metrics HTTP/1.1" 200 38626 "" "Prometheus/2.33.4" 2024-03-21T13:10:16.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:15 smithi178 bash[77880]: cluster 2024-03-21T13:10:14.266728+0000 mgr.x (mgr.34104) 3745 : cluster [DBG] pgmap v2486: 161 pgs: 32 active+undersized, 10 active+undersized+degraded, 25 peering, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 28/630 objects degraded (4.444%) 2024-03-21T13:10:16.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:15 smithi178 bash[77880]: cluster 2024-03-21T13:10:14.267079+0000 mgr.x (mgr.34104) 3746 : cluster [DBG] pgmap v2487: 161 pgs: 32 active+undersized, 10 active+undersized+degraded, 25 peering, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 28/630 objects degraded (4.444%) 2024-03-21T13:10:16.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:15 smithi178 bash[77880]: cephadm 2024-03-21T13:10:14.277088+0000 mgr.x (mgr.34104) 3747 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:16.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:15 smithi178 bash[77880]: cluster 2024-03-21T13:10:14.370693+0000 mgr.x (mgr.34104) 3748 : cluster [DBG] pgmap v2488: 161 pgs: 32 active+undersized, 10 active+undersized+degraded, 25 peering, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 28/630 objects degraded (4.444%) 2024-03-21T13:10:16.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:15 smithi178 bash[77880]: cluster 2024-03-21T13:10:14.371899+0000 mgr.x (mgr.34104) 3749 : cluster [DBG] pgmap v2489: 161 pgs: 32 active+undersized, 10 active+undersized+degraded, 25 peering, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 28/630 objects degraded (4.444%) 2024-03-21T13:10:16.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:15 smithi178 bash[77880]: cephadm 2024-03-21T13:10:14.379082+0000 mgr.x (mgr.34104) 3750 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:16.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:15 smithi178 bash[77880]: cluster 2024-03-21T13:10:14.471622+0000 mgr.x (mgr.34104) 3751 : cluster [DBG] pgmap v2490: 161 pgs: 32 active+undersized, 10 active+undersized+degraded, 25 peering, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 28/630 objects degraded (4.444%) 2024-03-21T13:10:16.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:15 smithi178 bash[77880]: cluster 2024-03-21T13:10:14.472308+0000 mgr.x (mgr.34104) 3752 : cluster [DBG] pgmap v2491: 161 pgs: 32 active+undersized, 10 active+undersized+degraded, 25 peering, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 28/630 objects degraded (4.444%) 2024-03-21T13:10:16.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:15 smithi178 bash[77880]: cephadm 2024-03-21T13:10:14.482145+0000 mgr.x (mgr.34104) 3753 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:16.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:15 smithi178 bash[77880]: cluster 2024-03-21T13:10:14.576692+0000 mgr.x (mgr.34104) 3754 : cluster [DBG] pgmap v2492: 161 pgs: 39 active+undersized, 16 active+undersized+degraded, 12 peering, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 49/630 objects degraded (7.778%) 2024-03-21T13:10:16.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:15 smithi178 bash[77880]: cluster 2024-03-21T13:10:14.576995+0000 mgr.x (mgr.34104) 3755 : cluster [DBG] pgmap v2493: 161 pgs: 39 active+undersized, 16 active+undersized+degraded, 12 peering, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 49/630 objects degraded (7.778%) 2024-03-21T13:10:16.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:15 smithi178 bash[77880]: cephadm 2024-03-21T13:10:14.587928+0000 mgr.x (mgr.34104) 3756 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:16.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:15 smithi178 bash[77880]: cluster 2024-03-21T13:10:14.685681+0000 mgr.x (mgr.34104) 3757 : cluster [DBG] pgmap v2494: 161 pgs: 39 active+undersized, 16 active+undersized+degraded, 12 peering, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 49/630 objects degraded (7.778%) 2024-03-21T13:10:16.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:15 smithi178 bash[77880]: cluster 2024-03-21T13:10:14.685988+0000 mgr.x (mgr.34104) 3758 : cluster [DBG] pgmap v2495: 161 pgs: 39 active+undersized, 16 active+undersized+degraded, 12 peering, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 49/630 objects degraded (7.778%) 2024-03-21T13:10:16.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:15 smithi178 bash[77880]: cephadm 2024-03-21T13:10:14.693845+0000 mgr.x (mgr.34104) 3759 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:16.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:15 smithi178 bash[75692]: cluster 2024-03-21T13:10:14.266728+0000 mgr.x (mgr.34104) 3745 : cluster [DBG] pgmap v2486: 161 pgs: 32 active+undersized, 10 active+undersized+degraded, 25 peering, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 28/630 objects degraded (4.444%) 2024-03-21T13:10:16.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:15 smithi178 bash[75692]: cluster 2024-03-21T13:10:14.267079+0000 mgr.x (mgr.34104) 3746 : cluster [DBG] pgmap v2487: 161 pgs: 32 active+undersized, 10 active+undersized+degraded, 25 peering, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 28/630 objects degraded (4.444%) 2024-03-21T13:10:16.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:15 smithi178 bash[75692]: cephadm 2024-03-21T13:10:14.277088+0000 mgr.x (mgr.34104) 3747 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:16.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:15 smithi178 bash[75692]: cluster 2024-03-21T13:10:14.370693+0000 mgr.x (mgr.34104) 3748 : cluster [DBG] pgmap v2488: 161 pgs: 32 active+undersized, 10 active+undersized+degraded, 25 peering, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 28/630 objects degraded (4.444%) 2024-03-21T13:10:16.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:15 smithi178 bash[75692]: cluster 2024-03-21T13:10:14.371899+0000 mgr.x (mgr.34104) 3749 : cluster [DBG] pgmap v2489: 161 pgs: 32 active+undersized, 10 active+undersized+degraded, 25 peering, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 28/630 objects degraded (4.444%) 2024-03-21T13:10:16.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:15 smithi178 bash[75692]: cephadm 2024-03-21T13:10:14.379082+0000 mgr.x (mgr.34104) 3750 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:16.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:15 smithi178 bash[75692]: cluster 2024-03-21T13:10:14.471622+0000 mgr.x (mgr.34104) 3751 : cluster [DBG] pgmap v2490: 161 pgs: 32 active+undersized, 10 active+undersized+degraded, 25 peering, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 28/630 objects degraded (4.444%) 2024-03-21T13:10:16.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:15 smithi178 bash[75692]: cluster 2024-03-21T13:10:14.472308+0000 mgr.x (mgr.34104) 3752 : cluster [DBG] pgmap v2491: 161 pgs: 32 active+undersized, 10 active+undersized+degraded, 25 peering, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 28/630 objects degraded (4.444%) 2024-03-21T13:10:16.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:15 smithi178 bash[75692]: cephadm 2024-03-21T13:10:14.482145+0000 mgr.x (mgr.34104) 3753 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:16.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:15 smithi178 bash[75692]: cluster 2024-03-21T13:10:14.576692+0000 mgr.x (mgr.34104) 3754 : cluster [DBG] pgmap v2492: 161 pgs: 39 active+undersized, 16 active+undersized+degraded, 12 peering, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 49/630 objects degraded (7.778%) 2024-03-21T13:10:16.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:15 smithi178 bash[75692]: cluster 2024-03-21T13:10:14.576995+0000 mgr.x (mgr.34104) 3755 : cluster [DBG] pgmap v2493: 161 pgs: 39 active+undersized, 16 active+undersized+degraded, 12 peering, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 49/630 objects degraded (7.778%) 2024-03-21T13:10:16.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:15 smithi178 bash[75692]: cephadm 2024-03-21T13:10:14.587928+0000 mgr.x (mgr.34104) 3756 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:16.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:15 smithi178 bash[75692]: cluster 2024-03-21T13:10:14.685681+0000 mgr.x (mgr.34104) 3757 : cluster [DBG] pgmap v2494: 161 pgs: 39 active+undersized, 16 active+undersized+degraded, 12 peering, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 49/630 objects degraded (7.778%) 2024-03-21T13:10:16.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:15 smithi178 bash[75692]: cluster 2024-03-21T13:10:14.685988+0000 mgr.x (mgr.34104) 3758 : cluster [DBG] pgmap v2495: 161 pgs: 39 active+undersized, 16 active+undersized+degraded, 12 peering, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 49/630 objects degraded (7.778%) 2024-03-21T13:10:16.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:15 smithi178 bash[75692]: cephadm 2024-03-21T13:10:14.693845+0000 mgr.x (mgr.34104) 3759 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:16.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:15 smithi178 bash[77880]: cluster 2024-03-21T13:10:14.784281+0000 mgr.x (mgr.34104) 3760 : cluster [DBG] pgmap v2496: 161 pgs: 39 active+undersized, 16 active+undersized+degraded, 12 peering, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 49/630 objects degraded (7.778%) 2024-03-21T13:10:16.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:15 smithi178 bash[77880]: cluster 2024-03-21T13:10:14.784681+0000 mgr.x (mgr.34104) 3761 : cluster [DBG] pgmap v2497: 161 pgs: 39 active+undersized, 16 active+undersized+degraded, 12 peering, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 49/630 objects degraded (7.778%) 2024-03-21T13:10:16.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:15 smithi178 bash[77880]: cephadm 2024-03-21T13:10:14.793850+0000 mgr.x (mgr.34104) 3762 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:16.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:15 smithi178 bash[77880]: cluster 2024-03-21T13:10:14.888084+0000 mgr.x (mgr.34104) 3763 : cluster [DBG] pgmap v2498: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:16.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:15 smithi178 bash[77880]: cluster 2024-03-21T13:10:14.888473+0000 mgr.x (mgr.34104) 3764 : cluster [DBG] pgmap v2499: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:16.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:15 smithi178 bash[77880]: cephadm 2024-03-21T13:10:14.898437+0000 mgr.x (mgr.34104) 3765 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:16.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:15 smithi178 bash[77880]: cluster 2024-03-21T13:10:14.925577+0000 mon.a (mon.0) 5586 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 5 pgs inactive, 10 pgs peering) 2024-03-21T13:10:16.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:15 smithi178 bash[77880]: audit 2024-03-21T13:10:14.976105+0000 mon.a (mon.0) 5587 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:16.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:15 smithi178 bash[77880]: audit 2024-03-21T13:10:14.979446+0000 mon.a (mon.0) 5588 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:16.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:15 smithi178 bash[77880]: audit 2024-03-21T13:10:14.983360+0000 mon.a (mon.0) 5589 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:16.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:15 smithi178 bash[77880]: audit 2024-03-21T13:10:14.985073+0000 mon.a (mon.0) 5590 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:16.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:15 smithi178 bash[77880]: cluster 2024-03-21T13:10:14.988180+0000 mgr.x (mgr.34104) 3766 : cluster [DBG] pgmap v2500: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:16.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:15 smithi178 bash[77880]: cluster 2024-03-21T13:10:14.988851+0000 mgr.x (mgr.34104) 3767 : cluster [DBG] pgmap v2501: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:16.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:15 smithi178 bash[77880]: audit 2024-03-21T13:10:14.996495+0000 mon.a (mon.0) 5591 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:16.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:15 smithi178 bash[77880]: cephadm 2024-03-21T13:10:14.998731+0000 mgr.x (mgr.34104) 3768 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:16.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:15 smithi178 bash[77880]: audit 2024-03-21T13:10:15.076458+0000 mon.a (mon.0) 5592 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:16.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:15 smithi178 bash[77880]: audit 2024-03-21T13:10:15.079860+0000 mon.a (mon.0) 5593 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:16.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:15 smithi178 bash[75692]: cluster 2024-03-21T13:10:14.784281+0000 mgr.x (mgr.34104) 3760 : cluster [DBG] pgmap v2496: 161 pgs: 39 active+undersized, 16 active+undersized+degraded, 12 peering, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 49/630 objects degraded (7.778%) 2024-03-21T13:10:16.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:15 smithi178 bash[75692]: cluster 2024-03-21T13:10:14.784681+0000 mgr.x (mgr.34104) 3761 : cluster [DBG] pgmap v2497: 161 pgs: 39 active+undersized, 16 active+undersized+degraded, 12 peering, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 49/630 objects degraded (7.778%) 2024-03-21T13:10:16.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:15 smithi178 bash[75692]: cephadm 2024-03-21T13:10:14.793850+0000 mgr.x (mgr.34104) 3762 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:16.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:15 smithi178 bash[75692]: cluster 2024-03-21T13:10:14.888084+0000 mgr.x (mgr.34104) 3763 : cluster [DBG] pgmap v2498: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:16.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:15 smithi178 bash[75692]: cluster 2024-03-21T13:10:14.888473+0000 mgr.x (mgr.34104) 3764 : cluster [DBG] pgmap v2499: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:16.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:15 smithi178 bash[75692]: cephadm 2024-03-21T13:10:14.898437+0000 mgr.x (mgr.34104) 3765 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:16.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:15 smithi178 bash[75692]: cluster 2024-03-21T13:10:14.925577+0000 mon.a (mon.0) 5586 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 5 pgs inactive, 10 pgs peering) 2024-03-21T13:10:16.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:15 smithi178 bash[75692]: audit 2024-03-21T13:10:14.976105+0000 mon.a (mon.0) 5587 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:16.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:15 smithi178 bash[75692]: audit 2024-03-21T13:10:14.979446+0000 mon.a (mon.0) 5588 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:16.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:15 smithi178 bash[75692]: audit 2024-03-21T13:10:14.983360+0000 mon.a (mon.0) 5589 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:16.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:15 smithi178 bash[75692]: audit 2024-03-21T13:10:14.985073+0000 mon.a (mon.0) 5590 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:16.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:15 smithi178 bash[75692]: cluster 2024-03-21T13:10:14.988180+0000 mgr.x (mgr.34104) 3766 : cluster [DBG] pgmap v2500: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:16.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:15 smithi178 bash[75692]: cluster 2024-03-21T13:10:14.988851+0000 mgr.x (mgr.34104) 3767 : cluster [DBG] pgmap v2501: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:16.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:15 smithi178 bash[75692]: audit 2024-03-21T13:10:14.996495+0000 mon.a (mon.0) 5591 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:16.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:15 smithi178 bash[75692]: cephadm 2024-03-21T13:10:14.998731+0000 mgr.x (mgr.34104) 3768 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:16.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:15 smithi178 bash[75692]: audit 2024-03-21T13:10:15.076458+0000 mon.a (mon.0) 5592 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:16.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:15 smithi178 bash[75692]: audit 2024-03-21T13:10:15.079860+0000 mon.a (mon.0) 5593 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:16.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:15 smithi178 bash[77880]: audit 2024-03-21T13:10:15.083032+0000 mon.a (mon.0) 5594 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:16.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:15 smithi178 bash[77880]: audit 2024-03-21T13:10:15.084167+0000 mon.a (mon.0) 5595 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:16.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:15 smithi178 bash[77880]: cluster 2024-03-21T13:10:15.087097+0000 mgr.x (mgr.34104) 3769 : cluster [DBG] pgmap v2502: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:16.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:15 smithi178 bash[77880]: cluster 2024-03-21T13:10:15.087876+0000 mgr.x (mgr.34104) 3770 : cluster [DBG] pgmap v2503: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:16.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:15 smithi178 bash[77880]: audit 2024-03-21T13:10:15.096692+0000 mon.a (mon.0) 5596 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:16.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:15 smithi178 bash[77880]: cephadm 2024-03-21T13:10:15.098053+0000 mgr.x (mgr.34104) 3771 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:16.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:15 smithi178 bash[77880]: audit 2024-03-21T13:10:15.177501+0000 mon.a (mon.0) 5597 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:16.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:15 smithi178 bash[77880]: audit 2024-03-21T13:10:15.180535+0000 mon.a (mon.0) 5598 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:16.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:15 smithi178 bash[77880]: audit 2024-03-21T13:10:15.185158+0000 mon.a (mon.0) 5599 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:16.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:15 smithi178 bash[77880]: audit 2024-03-21T13:10:15.186446+0000 mon.a (mon.0) 5600 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:16.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:15 smithi178 bash[77880]: cluster 2024-03-21T13:10:15.189579+0000 mgr.x (mgr.34104) 3772 : cluster [DBG] pgmap v2504: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:16.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:15 smithi178 bash[77880]: cluster 2024-03-21T13:10:15.190346+0000 mgr.x (mgr.34104) 3773 : cluster [DBG] pgmap v2505: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:16.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:15 smithi178 bash[77880]: audit 2024-03-21T13:10:15.201106+0000 mon.a (mon.0) 5601 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:16.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:15 smithi178 bash[77880]: cephadm 2024-03-21T13:10:15.202609+0000 mgr.x (mgr.34104) 3774 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:16.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:15 smithi178 bash[77880]: audit 2024-03-21T13:10:15.281394+0000 mon.a (mon.0) 5602 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:16.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:15 smithi178 bash[77880]: audit 2024-03-21T13:10:15.285605+0000 mon.a (mon.0) 5603 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:16.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:15 smithi178 bash[77880]: audit 2024-03-21T13:10:15.289323+0000 mon.a (mon.0) 5604 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:16.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:15 smithi178 bash[77880]: audit 2024-03-21T13:10:15.290926+0000 mon.a (mon.0) 5605 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:16.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:15 smithi178 bash[75692]: audit 2024-03-21T13:10:15.083032+0000 mon.a (mon.0) 5594 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:16.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:15 smithi178 bash[75692]: audit 2024-03-21T13:10:15.084167+0000 mon.a (mon.0) 5595 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:16.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:15 smithi178 bash[75692]: cluster 2024-03-21T13:10:15.087097+0000 mgr.x (mgr.34104) 3769 : cluster [DBG] pgmap v2502: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:16.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:15 smithi178 bash[75692]: cluster 2024-03-21T13:10:15.087876+0000 mgr.x (mgr.34104) 3770 : cluster [DBG] pgmap v2503: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:16.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:15 smithi178 bash[75692]: audit 2024-03-21T13:10:15.096692+0000 mon.a (mon.0) 5596 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:16.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:15 smithi178 bash[75692]: cephadm 2024-03-21T13:10:15.098053+0000 mgr.x (mgr.34104) 3771 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:16.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:15 smithi178 bash[75692]: audit 2024-03-21T13:10:15.177501+0000 mon.a (mon.0) 5597 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:16.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:15 smithi178 bash[75692]: audit 2024-03-21T13:10:15.180535+0000 mon.a (mon.0) 5598 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:16.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:15 smithi178 bash[75692]: audit 2024-03-21T13:10:15.185158+0000 mon.a (mon.0) 5599 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:16.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:15 smithi178 bash[75692]: audit 2024-03-21T13:10:15.186446+0000 mon.a (mon.0) 5600 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:16.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:15 smithi178 bash[75692]: cluster 2024-03-21T13:10:15.189579+0000 mgr.x (mgr.34104) 3772 : cluster [DBG] pgmap v2504: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:16.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:15 smithi178 bash[75692]: cluster 2024-03-21T13:10:15.190346+0000 mgr.x (mgr.34104) 3773 : cluster [DBG] pgmap v2505: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:16.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:15 smithi178 bash[75692]: audit 2024-03-21T13:10:15.201106+0000 mon.a (mon.0) 5601 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:16.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:15 smithi178 bash[75692]: cephadm 2024-03-21T13:10:15.202609+0000 mgr.x (mgr.34104) 3774 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:16.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:15 smithi178 bash[75692]: audit 2024-03-21T13:10:15.281394+0000 mon.a (mon.0) 5602 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:16.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:15 smithi178 bash[75692]: audit 2024-03-21T13:10:15.285605+0000 mon.a (mon.0) 5603 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:16.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:15 smithi178 bash[75692]: audit 2024-03-21T13:10:15.289323+0000 mon.a (mon.0) 5604 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:16.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:15 smithi178 bash[75692]: audit 2024-03-21T13:10:15.290926+0000 mon.a (mon.0) 5605 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:16.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:15 smithi178 bash[77880]: audit 2024-03-21T13:10:15.303138+0000 mon.a (mon.0) 5606 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:16.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:15 smithi178 bash[77880]: audit 2024-03-21T13:10:15.386816+0000 mon.a (mon.0) 5607 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:16.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:15 smithi178 bash[77880]: audit 2024-03-21T13:10:15.390535+0000 mon.a (mon.0) 5608 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:16.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:15 smithi178 bash[77880]: audit 2024-03-21T13:10:15.393730+0000 mon.a (mon.0) 5609 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:16.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:15 smithi178 bash[77880]: audit 2024-03-21T13:10:15.394943+0000 mon.a (mon.0) 5610 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:16.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:15 smithi178 bash[77880]: audit 2024-03-21T13:10:15.406883+0000 mon.a (mon.0) 5611 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:16.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:15 smithi178 bash[77880]: audit 2024-03-21T13:10:15.487290+0000 mon.a (mon.0) 5612 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:16.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:15 smithi178 bash[77880]: audit 2024-03-21T13:10:15.491029+0000 mon.a (mon.0) 5613 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:16.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:15 smithi178 bash[77880]: audit 2024-03-21T13:10:15.494681+0000 mon.a (mon.0) 5614 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:16.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:15 smithi178 bash[77880]: audit 2024-03-21T13:10:15.496156+0000 mon.a (mon.0) 5615 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:16.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:15 smithi178 bash[77880]: audit 2024-03-21T13:10:15.505916+0000 mon.a (mon.0) 5616 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:16.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:15 smithi178 bash[77880]: audit 2024-03-21T13:10:15.588041+0000 mon.a (mon.0) 5617 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:16.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:15 smithi178 bash[77880]: audit 2024-03-21T13:10:15.591004+0000 mon.a (mon.0) 5618 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:16.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:15 smithi178 bash[77880]: audit 2024-03-21T13:10:15.593795+0000 mon.a (mon.0) 5619 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:16.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:15 smithi178 bash[77880]: audit 2024-03-21T13:10:15.594910+0000 mon.a (mon.0) 5620 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:16.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:15 smithi178 bash[77880]: audit 2024-03-21T13:10:15.606065+0000 mon.a (mon.0) 5621 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:16.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:15 smithi178 bash[77880]: audit 2024-03-21T13:10:15.686460+0000 mon.a (mon.0) 5622 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:16.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:15 smithi178 bash[77880]: audit 2024-03-21T13:10:15.689753+0000 mon.a (mon.0) 5623 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:16.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:15 smithi178 bash[77880]: audit 2024-03-21T13:10:15.692678+0000 mon.a (mon.0) 5624 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:16.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:15 smithi178 bash[75692]: audit 2024-03-21T13:10:15.303138+0000 mon.a (mon.0) 5606 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:16.314 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:15 smithi178 bash[75692]: audit 2024-03-21T13:10:15.386816+0000 mon.a (mon.0) 5607 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:16.314 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:15 smithi178 bash[75692]: audit 2024-03-21T13:10:15.390535+0000 mon.a (mon.0) 5608 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:16.314 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:15 smithi178 bash[75692]: audit 2024-03-21T13:10:15.393730+0000 mon.a (mon.0) 5609 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:16.314 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:15 smithi178 bash[75692]: audit 2024-03-21T13:10:15.394943+0000 mon.a (mon.0) 5610 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:16.314 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:15 smithi178 bash[75692]: audit 2024-03-21T13:10:15.406883+0000 mon.a (mon.0) 5611 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:16.315 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:15 smithi178 bash[75692]: audit 2024-03-21T13:10:15.487290+0000 mon.a (mon.0) 5612 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:16.315 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:15 smithi178 bash[75692]: audit 2024-03-21T13:10:15.491029+0000 mon.a (mon.0) 5613 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:16.315 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:15 smithi178 bash[75692]: audit 2024-03-21T13:10:15.494681+0000 mon.a (mon.0) 5614 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:16.315 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:15 smithi178 bash[75692]: audit 2024-03-21T13:10:15.496156+0000 mon.a (mon.0) 5615 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:16.315 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:15 smithi178 bash[75692]: audit 2024-03-21T13:10:15.505916+0000 mon.a (mon.0) 5616 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:16.315 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:15 smithi178 bash[75692]: audit 2024-03-21T13:10:15.588041+0000 mon.a (mon.0) 5617 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:16.315 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:15 smithi178 bash[75692]: audit 2024-03-21T13:10:15.591004+0000 mon.a (mon.0) 5618 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:16.315 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:15 smithi178 bash[75692]: audit 2024-03-21T13:10:15.593795+0000 mon.a (mon.0) 5619 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:16.315 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:15 smithi178 bash[75692]: audit 2024-03-21T13:10:15.594910+0000 mon.a (mon.0) 5620 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:16.315 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:15 smithi178 bash[75692]: audit 2024-03-21T13:10:15.606065+0000 mon.a (mon.0) 5621 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:16.315 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:15 smithi178 bash[75692]: audit 2024-03-21T13:10:15.686460+0000 mon.a (mon.0) 5622 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:16.315 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:15 smithi178 bash[75692]: audit 2024-03-21T13:10:15.689753+0000 mon.a (mon.0) 5623 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:16.315 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:15 smithi178 bash[75692]: audit 2024-03-21T13:10:15.692678+0000 mon.a (mon.0) 5624 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:16.316 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:15 smithi178 bash[77880]: audit 2024-03-21T13:10:15.693876+0000 mon.a (mon.0) 5625 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:16.316 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:15 smithi178 bash[77880]: audit 2024-03-21T13:10:15.705135+0000 mon.a (mon.0) 5626 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:16.316 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:15 smithi178 bash[77880]: audit 2024-03-21T13:10:15.785577+0000 mon.a (mon.0) 5627 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:16.316 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:15 smithi178 bash[77880]: audit 2024-03-21T13:10:15.789811+0000 mon.a (mon.0) 5628 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:16.316 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:15 smithi178 bash[77880]: audit 2024-03-21T13:10:15.794381+0000 mon.a (mon.0) 5629 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:16.316 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:15 smithi178 bash[77880]: audit 2024-03-21T13:10:15.796029+0000 mon.a (mon.0) 5630 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:16.316 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:15 smithi178 bash[77880]: audit 2024-03-21T13:10:15.808629+0000 mon.a (mon.0) 5631 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:16.316 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:15 smithi178 bash[77880]: audit 2024-03-21T13:10:15.892101+0000 mon.a (mon.0) 5632 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:16.316 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:15 smithi178 bash[77880]: audit 2024-03-21T13:10:15.895978+0000 mon.a (mon.0) 5633 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:16.316 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:15 smithi178 bash[77880]: audit 2024-03-21T13:10:15.898924+0000 mon.a (mon.0) 5634 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:16.317 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:15 smithi178 bash[77880]: audit 2024-03-21T13:10:15.900250+0000 mon.a (mon.0) 5635 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:16.317 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:15 smithi178 bash[75692]: audit 2024-03-21T13:10:15.693876+0000 mon.a (mon.0) 5625 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:16.317 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:15 smithi178 bash[75692]: audit 2024-03-21T13:10:15.705135+0000 mon.a (mon.0) 5626 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:16.317 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:15 smithi178 bash[75692]: audit 2024-03-21T13:10:15.785577+0000 mon.a (mon.0) 5627 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:16.317 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:15 smithi178 bash[75692]: audit 2024-03-21T13:10:15.789811+0000 mon.a (mon.0) 5628 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:16.317 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:15 smithi178 bash[75692]: audit 2024-03-21T13:10:15.794381+0000 mon.a (mon.0) 5629 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:16.317 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:15 smithi178 bash[75692]: audit 2024-03-21T13:10:15.796029+0000 mon.a (mon.0) 5630 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:16.317 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:15 smithi178 bash[75692]: audit 2024-03-21T13:10:15.808629+0000 mon.a (mon.0) 5631 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:16.317 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:15 smithi178 bash[75692]: audit 2024-03-21T13:10:15.892101+0000 mon.a (mon.0) 5632 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:16.317 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:15 smithi178 bash[75692]: audit 2024-03-21T13:10:15.895978+0000 mon.a (mon.0) 5633 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:16.317 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:15 smithi178 bash[75692]: audit 2024-03-21T13:10:15.898924+0000 mon.a (mon.0) 5634 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:16.317 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:15 smithi178 bash[75692]: audit 2024-03-21T13:10:15.900250+0000 mon.a (mon.0) 5635 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:16.323 INFO:journalctl@ceph.osd.7.smithi184.stdout:Mar 21 13:10:15 smithi184 bash[75776]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-03-21T13:10:16.323 INFO:journalctl@ceph.osd.7.smithi184.stdout:Mar 21 13:10:15 smithi184 bash[75776]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-03-21T13:10:16.323 INFO:journalctl@ceph.osd.7.smithi184.stdout:Mar 21 13:10:15 smithi184 bash[75776]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2024-03-21T13:10:16.323 INFO:journalctl@ceph.osd.7.smithi184.stdout:Mar 21 13:10:15 smithi184 bash[75776]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-7 --no-mon-config --dev /dev/mapper/vg_nvme-lv_1 2024-03-21T13:10:16.323 INFO:journalctl@ceph.osd.7.smithi184.stdout:Mar 21 13:10:15 smithi184 bash[75776]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_1 2024-03-21T13:10:16.324 INFO:journalctl@ceph.osd.7.smithi184.stdout:Mar 21 13:10:15 smithi184 bash[75776]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2024-03-21T13:10:16.324 INFO:journalctl@ceph.osd.7.smithi184.stdout:Mar 21 13:10:15 smithi184 bash[75776]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_1 /var/lib/ceph/osd/ceph-7/block 2024-03-21T13:10:16.324 INFO:journalctl@ceph.osd.7.smithi184.stdout:Mar 21 13:10:15 smithi184 bash[75776]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2024-03-21T13:10:16.324 INFO:journalctl@ceph.osd.7.smithi184.stdout:Mar 21 13:10:15 smithi184 bash[75776]: --> ceph-volume raw activate successful for osd ID: 7 2024-03-21T13:10:16.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:15 smithi184 bash[59794]: cluster 2024-03-21T13:10:14.266728+0000 mgr.x (mgr.34104) 3745 : cluster [DBG] pgmap v2486: 161 pgs: 32 active+undersized, 10 active+undersized+degraded, 25 peering, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 28/630 objects degraded (4.444%) 2024-03-21T13:10:16.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:15 smithi184 bash[59794]: cluster 2024-03-21T13:10:14.267079+0000 mgr.x (mgr.34104) 3746 : cluster [DBG] pgmap v2487: 161 pgs: 32 active+undersized, 10 active+undersized+degraded, 25 peering, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 28/630 objects degraded (4.444%) 2024-03-21T13:10:16.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:15 smithi184 bash[59794]: cephadm 2024-03-21T13:10:14.277088+0000 mgr.x (mgr.34104) 3747 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:16.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:15 smithi184 bash[59794]: cluster 2024-03-21T13:10:14.370693+0000 mgr.x (mgr.34104) 3748 : cluster [DBG] pgmap v2488: 161 pgs: 32 active+undersized, 10 active+undersized+degraded, 25 peering, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 28/630 objects degraded (4.444%) 2024-03-21T13:10:16.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:15 smithi184 bash[59794]: cluster 2024-03-21T13:10:14.371899+0000 mgr.x (mgr.34104) 3749 : cluster [DBG] pgmap v2489: 161 pgs: 32 active+undersized, 10 active+undersized+degraded, 25 peering, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 28/630 objects degraded (4.444%) 2024-03-21T13:10:16.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:15 smithi184 bash[59794]: cephadm 2024-03-21T13:10:14.379082+0000 mgr.x (mgr.34104) 3750 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:16.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:15 smithi184 bash[59794]: cluster 2024-03-21T13:10:14.471622+0000 mgr.x (mgr.34104) 3751 : cluster [DBG] pgmap v2490: 161 pgs: 32 active+undersized, 10 active+undersized+degraded, 25 peering, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 28/630 objects degraded (4.444%) 2024-03-21T13:10:16.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:15 smithi184 bash[59794]: cluster 2024-03-21T13:10:14.472308+0000 mgr.x (mgr.34104) 3752 : cluster [DBG] pgmap v2491: 161 pgs: 32 active+undersized, 10 active+undersized+degraded, 25 peering, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 28/630 objects degraded (4.444%) 2024-03-21T13:10:16.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:15 smithi184 bash[59794]: cephadm 2024-03-21T13:10:14.482145+0000 mgr.x (mgr.34104) 3753 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:16.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:15 smithi184 bash[59794]: cluster 2024-03-21T13:10:14.576692+0000 mgr.x (mgr.34104) 3754 : cluster [DBG] pgmap v2492: 161 pgs: 39 active+undersized, 16 active+undersized+degraded, 12 peering, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 49/630 objects degraded (7.778%) 2024-03-21T13:10:16.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:15 smithi184 bash[59794]: cluster 2024-03-21T13:10:14.576995+0000 mgr.x (mgr.34104) 3755 : cluster [DBG] pgmap v2493: 161 pgs: 39 active+undersized, 16 active+undersized+degraded, 12 peering, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 49/630 objects degraded (7.778%) 2024-03-21T13:10:16.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:15 smithi184 bash[59794]: cephadm 2024-03-21T13:10:14.587928+0000 mgr.x (mgr.34104) 3756 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:16.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:15 smithi184 bash[59794]: cluster 2024-03-21T13:10:14.685681+0000 mgr.x (mgr.34104) 3757 : cluster [DBG] pgmap v2494: 161 pgs: 39 active+undersized, 16 active+undersized+degraded, 12 peering, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 49/630 objects degraded (7.778%) 2024-03-21T13:10:16.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:15 smithi184 bash[59794]: cluster 2024-03-21T13:10:14.685988+0000 mgr.x (mgr.34104) 3758 : cluster [DBG] pgmap v2495: 161 pgs: 39 active+undersized, 16 active+undersized+degraded, 12 peering, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 49/630 objects degraded (7.778%) 2024-03-21T13:10:16.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:15 smithi184 bash[59794]: cephadm 2024-03-21T13:10:14.693845+0000 mgr.x (mgr.34104) 3759 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:16.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:15 smithi184 bash[59794]: cluster 2024-03-21T13:10:14.784281+0000 mgr.x (mgr.34104) 3760 : cluster [DBG] pgmap v2496: 161 pgs: 39 active+undersized, 16 active+undersized+degraded, 12 peering, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 49/630 objects degraded (7.778%) 2024-03-21T13:10:16.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:15 smithi184 bash[59794]: cluster 2024-03-21T13:10:14.784681+0000 mgr.x (mgr.34104) 3761 : cluster [DBG] pgmap v2497: 161 pgs: 39 active+undersized, 16 active+undersized+degraded, 12 peering, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 49/630 objects degraded (7.778%) 2024-03-21T13:10:16.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:15 smithi184 bash[59794]: cephadm 2024-03-21T13:10:14.793850+0000 mgr.x (mgr.34104) 3762 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:16.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:15 smithi184 bash[59794]: cluster 2024-03-21T13:10:14.888084+0000 mgr.x (mgr.34104) 3763 : cluster [DBG] pgmap v2498: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:16.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:15 smithi184 bash[59794]: cluster 2024-03-21T13:10:14.888473+0000 mgr.x (mgr.34104) 3764 : cluster [DBG] pgmap v2499: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:16.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:15 smithi184 bash[59794]: cephadm 2024-03-21T13:10:14.898437+0000 mgr.x (mgr.34104) 3765 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:16.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:15 smithi184 bash[59794]: cluster 2024-03-21T13:10:14.925577+0000 mon.a (mon.0) 5586 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 5 pgs inactive, 10 pgs peering) 2024-03-21T13:10:16.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:15 smithi184 bash[59794]: audit 2024-03-21T13:10:14.976105+0000 mon.a (mon.0) 5587 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:16.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:15 smithi184 bash[59794]: audit 2024-03-21T13:10:14.979446+0000 mon.a (mon.0) 5588 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:16.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:15 smithi184 bash[59794]: audit 2024-03-21T13:10:14.983360+0000 mon.a (mon.0) 5589 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:16.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:15 smithi184 bash[59794]: audit 2024-03-21T13:10:14.985073+0000 mon.a (mon.0) 5590 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:16.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:15 smithi184 bash[59794]: cluster 2024-03-21T13:10:14.988180+0000 mgr.x (mgr.34104) 3766 : cluster [DBG] pgmap v2500: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:16.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:15 smithi184 bash[59794]: cluster 2024-03-21T13:10:14.988851+0000 mgr.x (mgr.34104) 3767 : cluster [DBG] pgmap v2501: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:16.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:15 smithi184 bash[59794]: audit 2024-03-21T13:10:14.996495+0000 mon.a (mon.0) 5591 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:16.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:15 smithi184 bash[59794]: cephadm 2024-03-21T13:10:14.998731+0000 mgr.x (mgr.34104) 3768 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:16.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:15 smithi184 bash[59794]: audit 2024-03-21T13:10:15.076458+0000 mon.a (mon.0) 5592 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:16.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:15 smithi184 bash[59794]: audit 2024-03-21T13:10:15.079860+0000 mon.a (mon.0) 5593 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:16.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:15 smithi184 bash[59794]: audit 2024-03-21T13:10:15.083032+0000 mon.a (mon.0) 5594 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:16.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:15 smithi184 bash[59794]: audit 2024-03-21T13:10:15.084167+0000 mon.a (mon.0) 5595 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:16.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:15 smithi184 bash[59794]: cluster 2024-03-21T13:10:15.087097+0000 mgr.x (mgr.34104) 3769 : cluster [DBG] pgmap v2502: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:16.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:15 smithi184 bash[59794]: cluster 2024-03-21T13:10:15.087876+0000 mgr.x (mgr.34104) 3770 : cluster [DBG] pgmap v2503: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:16.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:15 smithi184 bash[59794]: audit 2024-03-21T13:10:15.096692+0000 mon.a (mon.0) 5596 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:16.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:15 smithi184 bash[59794]: cephadm 2024-03-21T13:10:15.098053+0000 mgr.x (mgr.34104) 3771 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:16.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:15 smithi184 bash[59794]: audit 2024-03-21T13:10:15.177501+0000 mon.a (mon.0) 5597 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:16.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:15 smithi184 bash[59794]: audit 2024-03-21T13:10:15.180535+0000 mon.a (mon.0) 5598 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:16.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:15 smithi184 bash[59794]: audit 2024-03-21T13:10:15.185158+0000 mon.a (mon.0) 5599 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:16.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:15 smithi184 bash[59794]: audit 2024-03-21T13:10:15.186446+0000 mon.a (mon.0) 5600 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:16.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:15 smithi184 bash[59794]: cluster 2024-03-21T13:10:15.189579+0000 mgr.x (mgr.34104) 3772 : cluster [DBG] pgmap v2504: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:16.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:15 smithi184 bash[59794]: cluster 2024-03-21T13:10:15.190346+0000 mgr.x (mgr.34104) 3773 : cluster [DBG] pgmap v2505: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:16.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:15 smithi184 bash[59794]: audit 2024-03-21T13:10:15.201106+0000 mon.a (mon.0) 5601 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:16.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:15 smithi184 bash[59794]: cephadm 2024-03-21T13:10:15.202609+0000 mgr.x (mgr.34104) 3774 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:16.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:15 smithi184 bash[59794]: audit 2024-03-21T13:10:15.281394+0000 mon.a (mon.0) 5602 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:16.331 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:15 smithi184 bash[59794]: audit 2024-03-21T13:10:15.285605+0000 mon.a (mon.0) 5603 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:16.331 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:15 smithi184 bash[59794]: audit 2024-03-21T13:10:15.289323+0000 mon.a (mon.0) 5604 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:16.331 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:15 smithi184 bash[59794]: audit 2024-03-21T13:10:15.290926+0000 mon.a (mon.0) 5605 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:16.331 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:15 smithi184 bash[59794]: audit 2024-03-21T13:10:15.303138+0000 mon.a (mon.0) 5606 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:16.331 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:15 smithi184 bash[59794]: audit 2024-03-21T13:10:15.386816+0000 mon.a (mon.0) 5607 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:16.331 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:15 smithi184 bash[59794]: audit 2024-03-21T13:10:15.390535+0000 mon.a (mon.0) 5608 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:16.331 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:15 smithi184 bash[59794]: audit 2024-03-21T13:10:15.393730+0000 mon.a (mon.0) 5609 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:16.331 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:15 smithi184 bash[59794]: audit 2024-03-21T13:10:15.394943+0000 mon.a (mon.0) 5610 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:16.331 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:15 smithi184 bash[59794]: audit 2024-03-21T13:10:15.406883+0000 mon.a (mon.0) 5611 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:16.331 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:15 smithi184 bash[59794]: audit 2024-03-21T13:10:15.487290+0000 mon.a (mon.0) 5612 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:16.331 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:15 smithi184 bash[59794]: audit 2024-03-21T13:10:15.491029+0000 mon.a (mon.0) 5613 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:16.331 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:15 smithi184 bash[59794]: audit 2024-03-21T13:10:15.494681+0000 mon.a (mon.0) 5614 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:16.332 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:15 smithi184 bash[59794]: audit 2024-03-21T13:10:15.496156+0000 mon.a (mon.0) 5615 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:16.332 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:15 smithi184 bash[59794]: audit 2024-03-21T13:10:15.505916+0000 mon.a (mon.0) 5616 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:16.332 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:15 smithi184 bash[59794]: audit 2024-03-21T13:10:15.588041+0000 mon.a (mon.0) 5617 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:16.332 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:15 smithi184 bash[59794]: audit 2024-03-21T13:10:15.591004+0000 mon.a (mon.0) 5618 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:16.332 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:15 smithi184 bash[59794]: audit 2024-03-21T13:10:15.593795+0000 mon.a (mon.0) 5619 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:16.332 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:15 smithi184 bash[59794]: audit 2024-03-21T13:10:15.594910+0000 mon.a (mon.0) 5620 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:16.332 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:15 smithi184 bash[59794]: audit 2024-03-21T13:10:15.606065+0000 mon.a (mon.0) 5621 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:16.332 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:15 smithi184 bash[59794]: audit 2024-03-21T13:10:15.686460+0000 mon.a (mon.0) 5622 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:16.332 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:15 smithi184 bash[59794]: audit 2024-03-21T13:10:15.689753+0000 mon.a (mon.0) 5623 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:16.332 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:15 smithi184 bash[59794]: audit 2024-03-21T13:10:15.692678+0000 mon.a (mon.0) 5624 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:16.333 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:15 smithi184 bash[59794]: audit 2024-03-21T13:10:15.693876+0000 mon.a (mon.0) 5625 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:16.333 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:15 smithi184 bash[59794]: audit 2024-03-21T13:10:15.705135+0000 mon.a (mon.0) 5626 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:16.333 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:15 smithi184 bash[59794]: audit 2024-03-21T13:10:15.785577+0000 mon.a (mon.0) 5627 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:16.333 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:15 smithi184 bash[59794]: audit 2024-03-21T13:10:15.789811+0000 mon.a (mon.0) 5628 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:16.333 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:15 smithi184 bash[59794]: audit 2024-03-21T13:10:15.794381+0000 mon.a (mon.0) 5629 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:16.333 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:15 smithi184 bash[59794]: audit 2024-03-21T13:10:15.796029+0000 mon.a (mon.0) 5630 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:16.333 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:15 smithi184 bash[59794]: audit 2024-03-21T13:10:15.808629+0000 mon.a (mon.0) 5631 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:16.333 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:15 smithi184 bash[59794]: audit 2024-03-21T13:10:15.892101+0000 mon.a (mon.0) 5632 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:16.333 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:15 smithi184 bash[59794]: audit 2024-03-21T13:10:15.895978+0000 mon.a (mon.0) 5633 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:16.333 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:15 smithi184 bash[59794]: audit 2024-03-21T13:10:15.898924+0000 mon.a (mon.0) 5634 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:16.334 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:15 smithi184 bash[59794]: audit 2024-03-21T13:10:15.900250+0000 mon.a (mon.0) 5635 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:17.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:16 smithi178 bash[75692]: cluster 2024-03-21T13:10:15.294203+0000 mgr.x (mgr.34104) 3775 : cluster [DBG] pgmap v2506: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:17.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:16 smithi178 bash[75692]: cluster 2024-03-21T13:10:15.294913+0000 mgr.x (mgr.34104) 3776 : cluster [DBG] pgmap v2507: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:17.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:16 smithi178 bash[75692]: cephadm 2024-03-21T13:10:15.304375+0000 mgr.x (mgr.34104) 3777 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:17.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:16 smithi178 bash[75692]: cluster 2024-03-21T13:10:15.398094+0000 mgr.x (mgr.34104) 3778 : cluster [DBG] pgmap v2508: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:17.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:16 smithi178 bash[75692]: cluster 2024-03-21T13:10:15.398776+0000 mgr.x (mgr.34104) 3779 : cluster [DBG] pgmap v2509: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:17.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:16 smithi178 bash[75692]: cephadm 2024-03-21T13:10:15.408341+0000 mgr.x (mgr.34104) 3780 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:17.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:16 smithi178 bash[75692]: cluster 2024-03-21T13:10:15.499722+0000 mgr.x (mgr.34104) 3781 : cluster [DBG] pgmap v2510: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:17.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:16 smithi178 bash[75692]: cluster 2024-03-21T13:10:15.500694+0000 mgr.x (mgr.34104) 3782 : cluster [DBG] pgmap v2511: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:17.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:16 smithi178 bash[75692]: cephadm 2024-03-21T13:10:15.507192+0000 mgr.x (mgr.34104) 3783 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:17.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:16 smithi178 bash[75692]: cluster 2024-03-21T13:10:15.597176+0000 mgr.x (mgr.34104) 3784 : cluster [DBG] pgmap v2512: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:17.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:16 smithi178 bash[75692]: cluster 2024-03-21T13:10:15.597576+0000 mgr.x (mgr.34104) 3785 : cluster [DBG] pgmap v2513: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:17.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:16 smithi178 bash[75692]: cephadm 2024-03-21T13:10:15.607412+0000 mgr.x (mgr.34104) 3786 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:17.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:16 smithi178 bash[75692]: cluster 2024-03-21T13:10:15.696388+0000 mgr.x (mgr.34104) 3787 : cluster [DBG] pgmap v2514: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:17.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:16 smithi178 bash[75692]: cluster 2024-03-21T13:10:15.696816+0000 mgr.x (mgr.34104) 3788 : cluster [DBG] pgmap v2515: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:17.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:16 smithi178 bash[75692]: cephadm 2024-03-21T13:10:15.706703+0000 mgr.x (mgr.34104) 3789 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:17.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:16 smithi178 bash[77880]: cluster 2024-03-21T13:10:15.294203+0000 mgr.x (mgr.34104) 3775 : cluster [DBG] pgmap v2506: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:17.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:16 smithi178 bash[77880]: cluster 2024-03-21T13:10:15.294913+0000 mgr.x (mgr.34104) 3776 : cluster [DBG] pgmap v2507: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:17.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:16 smithi178 bash[77880]: cephadm 2024-03-21T13:10:15.304375+0000 mgr.x (mgr.34104) 3777 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:17.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:16 smithi178 bash[77880]: cluster 2024-03-21T13:10:15.398094+0000 mgr.x (mgr.34104) 3778 : cluster [DBG] pgmap v2508: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:17.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:16 smithi178 bash[77880]: cluster 2024-03-21T13:10:15.398776+0000 mgr.x (mgr.34104) 3779 : cluster [DBG] pgmap v2509: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:17.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:16 smithi178 bash[77880]: cephadm 2024-03-21T13:10:15.408341+0000 mgr.x (mgr.34104) 3780 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:17.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:16 smithi178 bash[77880]: cluster 2024-03-21T13:10:15.499722+0000 mgr.x (mgr.34104) 3781 : cluster [DBG] pgmap v2510: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:17.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:16 smithi178 bash[77880]: cluster 2024-03-21T13:10:15.500694+0000 mgr.x (mgr.34104) 3782 : cluster [DBG] pgmap v2511: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:17.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:16 smithi178 bash[77880]: cephadm 2024-03-21T13:10:15.507192+0000 mgr.x (mgr.34104) 3783 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:17.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:16 smithi178 bash[77880]: cluster 2024-03-21T13:10:15.597176+0000 mgr.x (mgr.34104) 3784 : cluster [DBG] pgmap v2512: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:17.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:16 smithi178 bash[77880]: cluster 2024-03-21T13:10:15.597576+0000 mgr.x (mgr.34104) 3785 : cluster [DBG] pgmap v2513: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:17.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:16 smithi178 bash[77880]: cephadm 2024-03-21T13:10:15.607412+0000 mgr.x (mgr.34104) 3786 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:17.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:16 smithi178 bash[77880]: cluster 2024-03-21T13:10:15.696388+0000 mgr.x (mgr.34104) 3787 : cluster [DBG] pgmap v2514: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:17.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:16 smithi178 bash[77880]: cluster 2024-03-21T13:10:15.696816+0000 mgr.x (mgr.34104) 3788 : cluster [DBG] pgmap v2515: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:17.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:16 smithi178 bash[77880]: cephadm 2024-03-21T13:10:15.706703+0000 mgr.x (mgr.34104) 3789 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:17.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:16 smithi178 bash[75692]: cluster 2024-03-21T13:10:15.799325+0000 mgr.x (mgr.34104) 3790 : cluster [DBG] pgmap v2516: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:17.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:16 smithi178 bash[75692]: cluster 2024-03-21T13:10:15.800011+0000 mgr.x (mgr.34104) 3791 : cluster [DBG] pgmap v2517: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:17.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:16 smithi178 bash[75692]: cephadm 2024-03-21T13:10:15.810055+0000 mgr.x (mgr.34104) 3792 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:17.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:16 smithi178 bash[75692]: cluster 2024-03-21T13:10:15.902752+0000 mgr.x (mgr.34104) 3793 : cluster [DBG] pgmap v2518: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:17.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:16 smithi178 bash[75692]: cluster 2024-03-21T13:10:15.903139+0000 mgr.x (mgr.34104) 3794 : cluster [DBG] pgmap v2519: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:17.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:16 smithi178 bash[75692]: audit 2024-03-21T13:10:15.911279+0000 mon.a (mon.0) 5636 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:17.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:16 smithi178 bash[75692]: cephadm 2024-03-21T13:10:15.912712+0000 mgr.x (mgr.34104) 3795 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:17.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:16 smithi178 bash[75692]: audit 2024-03-21T13:10:15.989951+0000 mon.a (mon.0) 5637 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:17.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:16 smithi178 bash[75692]: audit 2024-03-21T13:10:15.992543+0000 mon.a (mon.0) 5638 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:17.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:16 smithi178 bash[75692]: audit 2024-03-21T13:10:15.994977+0000 mon.a (mon.0) 5639 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:17.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:16 smithi178 bash[75692]: audit 2024-03-21T13:10:15.996058+0000 mon.a (mon.0) 5640 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:17.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:16 smithi178 bash[75692]: cluster 2024-03-21T13:10:15.998507+0000 mgr.x (mgr.34104) 3796 : cluster [DBG] pgmap v2520: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:17.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:16 smithi178 bash[75692]: cluster 2024-03-21T13:10:15.998911+0000 mgr.x (mgr.34104) 3797 : cluster [DBG] pgmap v2521: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:17.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:16 smithi178 bash[75692]: audit 2024-03-21T13:10:16.004878+0000 mon.a (mon.0) 5641 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:17.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:16 smithi178 bash[75692]: cephadm 2024-03-21T13:10:16.006094+0000 mgr.x (mgr.34104) 3798 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:17.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:16 smithi178 bash[75692]: audit 2024-03-21T13:10:16.082384+0000 mon.a (mon.0) 5642 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:17.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:16 smithi178 bash[75692]: audit 2024-03-21T13:10:16.086304+0000 mon.a (mon.0) 5643 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:17.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:16 smithi178 bash[75692]: audit 2024-03-21T13:10:16.089354+0000 mon.a (mon.0) 5644 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:17.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:16 smithi178 bash[77880]: cluster 2024-03-21T13:10:15.799325+0000 mgr.x (mgr.34104) 3790 : cluster [DBG] pgmap v2516: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:17.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:16 smithi178 bash[77880]: cluster 2024-03-21T13:10:15.800011+0000 mgr.x (mgr.34104) 3791 : cluster [DBG] pgmap v2517: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:17.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:16 smithi178 bash[77880]: cephadm 2024-03-21T13:10:15.810055+0000 mgr.x (mgr.34104) 3792 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:17.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:16 smithi178 bash[77880]: cluster 2024-03-21T13:10:15.902752+0000 mgr.x (mgr.34104) 3793 : cluster [DBG] pgmap v2518: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:17.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:16 smithi178 bash[77880]: cluster 2024-03-21T13:10:15.903139+0000 mgr.x (mgr.34104) 3794 : cluster [DBG] pgmap v2519: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:17.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:16 smithi178 bash[77880]: audit 2024-03-21T13:10:15.911279+0000 mon.a (mon.0) 5636 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:17.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:16 smithi178 bash[77880]: cephadm 2024-03-21T13:10:15.912712+0000 mgr.x (mgr.34104) 3795 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:17.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:16 smithi178 bash[77880]: audit 2024-03-21T13:10:15.989951+0000 mon.a (mon.0) 5637 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:17.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:16 smithi178 bash[77880]: audit 2024-03-21T13:10:15.992543+0000 mon.a (mon.0) 5638 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:17.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:16 smithi178 bash[77880]: audit 2024-03-21T13:10:15.994977+0000 mon.a (mon.0) 5639 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:17.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:16 smithi178 bash[77880]: audit 2024-03-21T13:10:15.996058+0000 mon.a (mon.0) 5640 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:17.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:16 smithi178 bash[77880]: cluster 2024-03-21T13:10:15.998507+0000 mgr.x (mgr.34104) 3796 : cluster [DBG] pgmap v2520: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:17.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:16 smithi178 bash[77880]: cluster 2024-03-21T13:10:15.998911+0000 mgr.x (mgr.34104) 3797 : cluster [DBG] pgmap v2521: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:17.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:16 smithi178 bash[77880]: audit 2024-03-21T13:10:16.004878+0000 mon.a (mon.0) 5641 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:17.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:16 smithi178 bash[77880]: cephadm 2024-03-21T13:10:16.006094+0000 mgr.x (mgr.34104) 3798 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:17.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:16 smithi178 bash[77880]: audit 2024-03-21T13:10:16.082384+0000 mon.a (mon.0) 5642 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:17.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:16 smithi178 bash[77880]: audit 2024-03-21T13:10:16.086304+0000 mon.a (mon.0) 5643 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:17.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:16 smithi178 bash[77880]: audit 2024-03-21T13:10:16.089354+0000 mon.a (mon.0) 5644 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:17.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:16 smithi178 bash[75692]: audit 2024-03-21T13:10:16.090748+0000 mon.a (mon.0) 5645 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:17.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:16 smithi178 bash[75692]: cluster 2024-03-21T13:10:16.093682+0000 mgr.x (mgr.34104) 3799 : cluster [DBG] pgmap v2522: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:17.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:16 smithi178 bash[75692]: cluster 2024-03-21T13:10:16.094089+0000 mgr.x (mgr.34104) 3800 : cluster [DBG] pgmap v2523: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:17.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:16 smithi178 bash[75692]: audit 2024-03-21T13:10:16.102183+0000 mon.a (mon.0) 5646 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:17.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:16 smithi178 bash[75692]: cephadm 2024-03-21T13:10:16.103463+0000 mgr.x (mgr.34104) 3801 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:17.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:16 smithi178 bash[75692]: audit 2024-03-21T13:10:16.181630+0000 mon.a (mon.0) 5647 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:17.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:16 smithi178 bash[75692]: audit 2024-03-21T13:10:16.184679+0000 mon.a (mon.0) 5648 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:17.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:16 smithi178 bash[75692]: audit 2024-03-21T13:10:16.187938+0000 mon.a (mon.0) 5649 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:17.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:16 smithi178 bash[75692]: audit 2024-03-21T13:10:16.189419+0000 mon.a (mon.0) 5650 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:17.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:16 smithi178 bash[75692]: cluster 2024-03-21T13:10:16.192121+0000 mgr.x (mgr.34104) 3802 : cluster [DBG] pgmap v2524: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:17.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:16 smithi178 bash[75692]: cluster 2024-03-21T13:10:16.192540+0000 mgr.x (mgr.34104) 3803 : cluster [DBG] pgmap v2525: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:17.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:16 smithi178 bash[75692]: audit 2024-03-21T13:10:16.201030+0000 mon.a (mon.0) 5651 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:17.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:16 smithi178 bash[75692]: cephadm 2024-03-21T13:10:16.202590+0000 mgr.x (mgr.34104) 3804 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:17.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:16 smithi178 bash[75692]: audit 2024-03-21T13:10:16.261140+0000 mon.a (mon.0) 5652 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:17.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:16 smithi178 bash[75692]: audit 2024-03-21T13:10:16.264256+0000 mon.a (mon.0) 5653 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:17.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:16 smithi178 bash[75692]: audit 2024-03-21T13:10:16.267038+0000 mon.a (mon.0) 5654 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:17.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:16 smithi178 bash[75692]: audit 2024-03-21T13:10:16.268352+0000 mon.a (mon.0) 5655 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:17.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:16 smithi178 bash[75692]: audit 2024-03-21T13:10:16.279664+0000 mon.a (mon.0) 5656 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:17.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:16 smithi178 bash[77880]: audit 2024-03-21T13:10:16.090748+0000 mon.a (mon.0) 5645 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:17.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:16 smithi178 bash[77880]: cluster 2024-03-21T13:10:16.093682+0000 mgr.x (mgr.34104) 3799 : cluster [DBG] pgmap v2522: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:17.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:16 smithi178 bash[77880]: cluster 2024-03-21T13:10:16.094089+0000 mgr.x (mgr.34104) 3800 : cluster [DBG] pgmap v2523: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:17.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:16 smithi178 bash[77880]: audit 2024-03-21T13:10:16.102183+0000 mon.a (mon.0) 5646 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:17.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:16 smithi178 bash[77880]: cephadm 2024-03-21T13:10:16.103463+0000 mgr.x (mgr.34104) 3801 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:17.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:16 smithi178 bash[77880]: audit 2024-03-21T13:10:16.181630+0000 mon.a (mon.0) 5647 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:17.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:16 smithi178 bash[77880]: audit 2024-03-21T13:10:16.184679+0000 mon.a (mon.0) 5648 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:17.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:16 smithi178 bash[77880]: audit 2024-03-21T13:10:16.187938+0000 mon.a (mon.0) 5649 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:17.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:16 smithi178 bash[77880]: audit 2024-03-21T13:10:16.189419+0000 mon.a (mon.0) 5650 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:17.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:16 smithi178 bash[77880]: cluster 2024-03-21T13:10:16.192121+0000 mgr.x (mgr.34104) 3802 : cluster [DBG] pgmap v2524: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:17.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:16 smithi178 bash[77880]: cluster 2024-03-21T13:10:16.192540+0000 mgr.x (mgr.34104) 3803 : cluster [DBG] pgmap v2525: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:17.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:16 smithi178 bash[77880]: audit 2024-03-21T13:10:16.201030+0000 mon.a (mon.0) 5651 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:17.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:16 smithi178 bash[77880]: cephadm 2024-03-21T13:10:16.202590+0000 mgr.x (mgr.34104) 3804 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:17.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:16 smithi178 bash[77880]: audit 2024-03-21T13:10:16.261140+0000 mon.a (mon.0) 5652 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:17.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:16 smithi178 bash[77880]: audit 2024-03-21T13:10:16.264256+0000 mon.a (mon.0) 5653 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:17.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:16 smithi178 bash[77880]: audit 2024-03-21T13:10:16.267038+0000 mon.a (mon.0) 5654 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:17.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:16 smithi178 bash[77880]: audit 2024-03-21T13:10:16.268352+0000 mon.a (mon.0) 5655 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:17.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:16 smithi178 bash[77880]: audit 2024-03-21T13:10:16.279664+0000 mon.a (mon.0) 5656 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:17.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:16 smithi178 bash[75692]: audit 2024-03-21T13:10:16.359375+0000 mon.a (mon.0) 5657 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:17.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:16 smithi178 bash[75692]: audit 2024-03-21T13:10:16.362362+0000 mon.a (mon.0) 5658 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:17.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:16 smithi178 bash[75692]: audit 2024-03-21T13:10:16.365061+0000 mon.a (mon.0) 5659 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:17.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:16 smithi178 bash[75692]: audit 2024-03-21T13:10:16.366272+0000 mon.a (mon.0) 5660 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:17.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:16 smithi178 bash[75692]: audit 2024-03-21T13:10:16.378287+0000 mon.a (mon.0) 5661 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:17.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:16 smithi178 bash[75692]: audit 2024-03-21T13:10:16.460312+0000 mon.a (mon.0) 5662 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:17.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:16 smithi178 bash[75692]: audit 2024-03-21T13:10:16.463164+0000 mon.a (mon.0) 5663 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:17.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:16 smithi178 bash[75692]: audit 2024-03-21T13:10:16.466461+0000 mon.a (mon.0) 5664 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:17.310 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:16 smithi178 bash[75692]: audit 2024-03-21T13:10:16.467709+0000 mon.a (mon.0) 5665 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:17.310 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:16 smithi178 bash[75692]: audit 2024-03-21T13:10:16.478977+0000 mon.a (mon.0) 5666 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:17.310 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:16 smithi178 bash[75692]: audit 2024-03-21T13:10:16.560188+0000 mon.a (mon.0) 5667 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:17.310 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:16 smithi178 bash[75692]: audit 2024-03-21T13:10:16.563511+0000 mon.a (mon.0) 5668 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:17.312 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:16 smithi178 bash[75692]: audit 2024-03-21T13:10:16.567068+0000 mon.a (mon.0) 5669 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:17.312 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:16 smithi178 bash[75692]: audit 2024-03-21T13:10:16.568544+0000 mon.a (mon.0) 5670 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:17.313 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:16 smithi178 bash[75692]: audit 2024-03-21T13:10:16.580487+0000 mon.a (mon.0) 5671 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:17.314 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:16 smithi178 bash[75692]: audit 2024-03-21T13:10:16.660118+0000 mon.a (mon.0) 5672 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:17.314 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:16 smithi178 bash[75692]: audit 2024-03-21T13:10:16.663715+0000 mon.a (mon.0) 5673 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:17.314 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:16 smithi178 bash[75692]: audit 2024-03-21T13:10:16.667677+0000 mon.a (mon.0) 5674 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:17.314 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:16 smithi178 bash[75692]: audit 2024-03-21T13:10:16.669261+0000 mon.a (mon.0) 5675 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:17.314 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:16 smithi178 bash[77880]: audit 2024-03-21T13:10:16.359375+0000 mon.a (mon.0) 5657 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:17.315 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:16 smithi178 bash[77880]: audit 2024-03-21T13:10:16.362362+0000 mon.a (mon.0) 5658 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:17.315 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:16 smithi178 bash[77880]: audit 2024-03-21T13:10:16.365061+0000 mon.a (mon.0) 5659 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:17.315 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:16 smithi178 bash[77880]: audit 2024-03-21T13:10:16.366272+0000 mon.a (mon.0) 5660 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:17.315 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:16 smithi178 bash[77880]: audit 2024-03-21T13:10:16.378287+0000 mon.a (mon.0) 5661 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:17.315 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:16 smithi178 bash[77880]: audit 2024-03-21T13:10:16.460312+0000 mon.a (mon.0) 5662 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:17.316 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:16 smithi178 bash[77880]: audit 2024-03-21T13:10:16.463164+0000 mon.a (mon.0) 5663 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:17.316 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:16 smithi178 bash[77880]: audit 2024-03-21T13:10:16.466461+0000 mon.a (mon.0) 5664 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:17.316 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:16 smithi178 bash[77880]: audit 2024-03-21T13:10:16.467709+0000 mon.a (mon.0) 5665 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:17.316 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:16 smithi178 bash[77880]: audit 2024-03-21T13:10:16.478977+0000 mon.a (mon.0) 5666 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:17.316 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:16 smithi178 bash[77880]: audit 2024-03-21T13:10:16.560188+0000 mon.a (mon.0) 5667 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:17.316 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:16 smithi178 bash[77880]: audit 2024-03-21T13:10:16.563511+0000 mon.a (mon.0) 5668 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:17.316 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:16 smithi178 bash[77880]: audit 2024-03-21T13:10:16.567068+0000 mon.a (mon.0) 5669 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:17.316 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:16 smithi178 bash[77880]: audit 2024-03-21T13:10:16.568544+0000 mon.a (mon.0) 5670 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:17.316 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:16 smithi178 bash[77880]: audit 2024-03-21T13:10:16.580487+0000 mon.a (mon.0) 5671 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:17.316 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:16 smithi178 bash[77880]: audit 2024-03-21T13:10:16.660118+0000 mon.a (mon.0) 5672 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:17.316 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:16 smithi178 bash[77880]: audit 2024-03-21T13:10:16.663715+0000 mon.a (mon.0) 5673 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:17.316 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:16 smithi178 bash[77880]: audit 2024-03-21T13:10:16.667677+0000 mon.a (mon.0) 5674 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:17.316 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:16 smithi178 bash[77880]: audit 2024-03-21T13:10:16.669261+0000 mon.a (mon.0) 5675 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:17.317 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:16 smithi178 bash[75692]: audit 2024-03-21T13:10:16.680517+0000 mon.a (mon.0) 5676 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:17.317 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:16 smithi178 bash[75692]: audit 2024-03-21T13:10:16.759328+0000 mon.a (mon.0) 5677 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:17.317 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:16 smithi178 bash[75692]: audit 2024-03-21T13:10:16.762504+0000 mon.a (mon.0) 5678 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:17.317 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:16 smithi178 bash[75692]: audit 2024-03-21T13:10:16.766291+0000 mon.a (mon.0) 5679 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:17.317 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:16 smithi178 bash[75692]: audit 2024-03-21T13:10:16.768062+0000 mon.a (mon.0) 5680 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:17.317 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:16 smithi178 bash[75692]: audit 2024-03-21T13:10:16.778710+0000 mon.a (mon.0) 5681 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:17.317 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:16 smithi178 bash[75692]: audit 2024-03-21T13:10:16.859456+0000 mon.a (mon.0) 5682 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:17.317 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:16 smithi178 bash[75692]: audit 2024-03-21T13:10:16.862773+0000 mon.a (mon.0) 5683 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:17.318 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:16 smithi178 bash[75692]: audit 2024-03-21T13:10:16.866220+0000 mon.a (mon.0) 5684 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:17.318 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:16 smithi178 bash[75692]: audit 2024-03-21T13:10:16.867648+0000 mon.a (mon.0) 5685 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:17.318 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:16 smithi178 bash[75692]: audit 2024-03-21T13:10:16.879063+0000 mon.a (mon.0) 5686 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:17.318 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:16 smithi178 bash[77880]: audit 2024-03-21T13:10:16.680517+0000 mon.a (mon.0) 5676 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:17.318 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:16 smithi178 bash[77880]: audit 2024-03-21T13:10:16.759328+0000 mon.a (mon.0) 5677 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:17.318 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:16 smithi178 bash[77880]: audit 2024-03-21T13:10:16.762504+0000 mon.a (mon.0) 5678 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:17.318 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:16 smithi178 bash[77880]: audit 2024-03-21T13:10:16.766291+0000 mon.a (mon.0) 5679 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:17.318 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:16 smithi178 bash[77880]: audit 2024-03-21T13:10:16.768062+0000 mon.a (mon.0) 5680 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:17.318 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:16 smithi178 bash[77880]: audit 2024-03-21T13:10:16.778710+0000 mon.a (mon.0) 5681 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:17.318 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:16 smithi178 bash[77880]: audit 2024-03-21T13:10:16.859456+0000 mon.a (mon.0) 5682 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:17.318 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:16 smithi178 bash[77880]: audit 2024-03-21T13:10:16.862773+0000 mon.a (mon.0) 5683 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:17.319 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:16 smithi178 bash[77880]: audit 2024-03-21T13:10:16.866220+0000 mon.a (mon.0) 5684 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:17.319 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:16 smithi178 bash[77880]: audit 2024-03-21T13:10:16.867648+0000 mon.a (mon.0) 5685 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:17.319 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:16 smithi178 bash[77880]: audit 2024-03-21T13:10:16.879063+0000 mon.a (mon.0) 5686 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:17.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:16 smithi184 bash[59794]: cluster 2024-03-21T13:10:15.294203+0000 mgr.x (mgr.34104) 3775 : cluster [DBG] pgmap v2506: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:17.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:16 smithi184 bash[59794]: cluster 2024-03-21T13:10:15.294913+0000 mgr.x (mgr.34104) 3776 : cluster [DBG] pgmap v2507: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:17.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:16 smithi184 bash[59794]: cephadm 2024-03-21T13:10:15.304375+0000 mgr.x (mgr.34104) 3777 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:17.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:16 smithi184 bash[59794]: cluster 2024-03-21T13:10:15.398094+0000 mgr.x (mgr.34104) 3778 : cluster [DBG] pgmap v2508: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:17.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:16 smithi184 bash[59794]: cluster 2024-03-21T13:10:15.398776+0000 mgr.x (mgr.34104) 3779 : cluster [DBG] pgmap v2509: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:17.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:16 smithi184 bash[59794]: cephadm 2024-03-21T13:10:15.408341+0000 mgr.x (mgr.34104) 3780 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:17.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:16 smithi184 bash[59794]: cluster 2024-03-21T13:10:15.499722+0000 mgr.x (mgr.34104) 3781 : cluster [DBG] pgmap v2510: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:17.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:16 smithi184 bash[59794]: cluster 2024-03-21T13:10:15.500694+0000 mgr.x (mgr.34104) 3782 : cluster [DBG] pgmap v2511: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:17.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:16 smithi184 bash[59794]: cephadm 2024-03-21T13:10:15.507192+0000 mgr.x (mgr.34104) 3783 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:17.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:16 smithi184 bash[59794]: cluster 2024-03-21T13:10:15.597176+0000 mgr.x (mgr.34104) 3784 : cluster [DBG] pgmap v2512: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:17.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:16 smithi184 bash[59794]: cluster 2024-03-21T13:10:15.597576+0000 mgr.x (mgr.34104) 3785 : cluster [DBG] pgmap v2513: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:17.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:16 smithi184 bash[59794]: cephadm 2024-03-21T13:10:15.607412+0000 mgr.x (mgr.34104) 3786 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:17.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:16 smithi184 bash[59794]: cluster 2024-03-21T13:10:15.696388+0000 mgr.x (mgr.34104) 3787 : cluster [DBG] pgmap v2514: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:17.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:16 smithi184 bash[59794]: cluster 2024-03-21T13:10:15.696816+0000 mgr.x (mgr.34104) 3788 : cluster [DBG] pgmap v2515: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:17.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:16 smithi184 bash[59794]: cephadm 2024-03-21T13:10:15.706703+0000 mgr.x (mgr.34104) 3789 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:17.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:16 smithi184 bash[59794]: cluster 2024-03-21T13:10:15.799325+0000 mgr.x (mgr.34104) 3790 : cluster [DBG] pgmap v2516: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:17.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:16 smithi184 bash[59794]: cluster 2024-03-21T13:10:15.800011+0000 mgr.x (mgr.34104) 3791 : cluster [DBG] pgmap v2517: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:17.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:16 smithi184 bash[59794]: cephadm 2024-03-21T13:10:15.810055+0000 mgr.x (mgr.34104) 3792 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:17.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:16 smithi184 bash[59794]: cluster 2024-03-21T13:10:15.902752+0000 mgr.x (mgr.34104) 3793 : cluster [DBG] pgmap v2518: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:17.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:16 smithi184 bash[59794]: cluster 2024-03-21T13:10:15.903139+0000 mgr.x (mgr.34104) 3794 : cluster [DBG] pgmap v2519: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:17.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:16 smithi184 bash[59794]: audit 2024-03-21T13:10:15.911279+0000 mon.a (mon.0) 5636 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:17.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:16 smithi184 bash[59794]: cephadm 2024-03-21T13:10:15.912712+0000 mgr.x (mgr.34104) 3795 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:17.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:16 smithi184 bash[59794]: audit 2024-03-21T13:10:15.989951+0000 mon.a (mon.0) 5637 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:17.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:16 smithi184 bash[59794]: audit 2024-03-21T13:10:15.992543+0000 mon.a (mon.0) 5638 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:17.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:16 smithi184 bash[59794]: audit 2024-03-21T13:10:15.994977+0000 mon.a (mon.0) 5639 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:17.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:16 smithi184 bash[59794]: audit 2024-03-21T13:10:15.996058+0000 mon.a (mon.0) 5640 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:17.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:16 smithi184 bash[59794]: cluster 2024-03-21T13:10:15.998507+0000 mgr.x (mgr.34104) 3796 : cluster [DBG] pgmap v2520: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:17.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:16 smithi184 bash[59794]: cluster 2024-03-21T13:10:15.998911+0000 mgr.x (mgr.34104) 3797 : cluster [DBG] pgmap v2521: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:17.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:16 smithi184 bash[59794]: audit 2024-03-21T13:10:16.004878+0000 mon.a (mon.0) 5641 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:17.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:16 smithi184 bash[59794]: cephadm 2024-03-21T13:10:16.006094+0000 mgr.x (mgr.34104) 3798 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:17.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:16 smithi184 bash[59794]: audit 2024-03-21T13:10:16.082384+0000 mon.a (mon.0) 5642 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:17.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:16 smithi184 bash[59794]: audit 2024-03-21T13:10:16.086304+0000 mon.a (mon.0) 5643 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:17.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:16 smithi184 bash[59794]: audit 2024-03-21T13:10:16.089354+0000 mon.a (mon.0) 5644 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:17.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:16 smithi184 bash[59794]: audit 2024-03-21T13:10:16.090748+0000 mon.a (mon.0) 5645 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:17.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:16 smithi184 bash[59794]: cluster 2024-03-21T13:10:16.093682+0000 mgr.x (mgr.34104) 3799 : cluster [DBG] pgmap v2522: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:17.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:16 smithi184 bash[59794]: cluster 2024-03-21T13:10:16.094089+0000 mgr.x (mgr.34104) 3800 : cluster [DBG] pgmap v2523: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:17.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:16 smithi184 bash[59794]: audit 2024-03-21T13:10:16.102183+0000 mon.a (mon.0) 5646 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:17.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:16 smithi184 bash[59794]: cephadm 2024-03-21T13:10:16.103463+0000 mgr.x (mgr.34104) 3801 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:17.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:16 smithi184 bash[59794]: audit 2024-03-21T13:10:16.181630+0000 mon.a (mon.0) 5647 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:17.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:16 smithi184 bash[59794]: audit 2024-03-21T13:10:16.184679+0000 mon.a (mon.0) 5648 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:17.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:16 smithi184 bash[59794]: audit 2024-03-21T13:10:16.187938+0000 mon.a (mon.0) 5649 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:17.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:16 smithi184 bash[59794]: audit 2024-03-21T13:10:16.189419+0000 mon.a (mon.0) 5650 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:17.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:16 smithi184 bash[59794]: cluster 2024-03-21T13:10:16.192121+0000 mgr.x (mgr.34104) 3802 : cluster [DBG] pgmap v2524: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:17.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:16 smithi184 bash[59794]: cluster 2024-03-21T13:10:16.192540+0000 mgr.x (mgr.34104) 3803 : cluster [DBG] pgmap v2525: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:17.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:16 smithi184 bash[59794]: audit 2024-03-21T13:10:16.201030+0000 mon.a (mon.0) 5651 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:17.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:16 smithi184 bash[59794]: cephadm 2024-03-21T13:10:16.202590+0000 mgr.x (mgr.34104) 3804 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:17.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:16 smithi184 bash[59794]: audit 2024-03-21T13:10:16.261140+0000 mon.a (mon.0) 5652 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:17.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:16 smithi184 bash[59794]: audit 2024-03-21T13:10:16.264256+0000 mon.a (mon.0) 5653 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:17.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:16 smithi184 bash[59794]: audit 2024-03-21T13:10:16.267038+0000 mon.a (mon.0) 5654 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:17.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:16 smithi184 bash[59794]: audit 2024-03-21T13:10:16.268352+0000 mon.a (mon.0) 5655 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:17.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:16 smithi184 bash[59794]: audit 2024-03-21T13:10:16.279664+0000 mon.a (mon.0) 5656 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:17.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:16 smithi184 bash[59794]: audit 2024-03-21T13:10:16.359375+0000 mon.a (mon.0) 5657 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:17.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:16 smithi184 bash[59794]: audit 2024-03-21T13:10:16.362362+0000 mon.a (mon.0) 5658 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:17.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:16 smithi184 bash[59794]: audit 2024-03-21T13:10:16.365061+0000 mon.a (mon.0) 5659 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:17.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:16 smithi184 bash[59794]: audit 2024-03-21T13:10:16.366272+0000 mon.a (mon.0) 5660 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:17.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:16 smithi184 bash[59794]: audit 2024-03-21T13:10:16.378287+0000 mon.a (mon.0) 5661 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:17.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:16 smithi184 bash[59794]: audit 2024-03-21T13:10:16.460312+0000 mon.a (mon.0) 5662 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:17.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:16 smithi184 bash[59794]: audit 2024-03-21T13:10:16.463164+0000 mon.a (mon.0) 5663 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:17.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:16 smithi184 bash[59794]: audit 2024-03-21T13:10:16.466461+0000 mon.a (mon.0) 5664 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:17.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:16 smithi184 bash[59794]: audit 2024-03-21T13:10:16.467709+0000 mon.a (mon.0) 5665 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:17.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:16 smithi184 bash[59794]: audit 2024-03-21T13:10:16.478977+0000 mon.a (mon.0) 5666 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:17.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:16 smithi184 bash[59794]: audit 2024-03-21T13:10:16.560188+0000 mon.a (mon.0) 5667 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:17.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:16 smithi184 bash[59794]: audit 2024-03-21T13:10:16.563511+0000 mon.a (mon.0) 5668 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:17.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:16 smithi184 bash[59794]: audit 2024-03-21T13:10:16.567068+0000 mon.a (mon.0) 5669 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:17.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:16 smithi184 bash[59794]: audit 2024-03-21T13:10:16.568544+0000 mon.a (mon.0) 5670 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:17.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:16 smithi184 bash[59794]: audit 2024-03-21T13:10:16.580487+0000 mon.a (mon.0) 5671 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:17.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:16 smithi184 bash[59794]: audit 2024-03-21T13:10:16.660118+0000 mon.a (mon.0) 5672 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:17.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:16 smithi184 bash[59794]: audit 2024-03-21T13:10:16.663715+0000 mon.a (mon.0) 5673 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:17.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:16 smithi184 bash[59794]: audit 2024-03-21T13:10:16.667677+0000 mon.a (mon.0) 5674 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:17.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:16 smithi184 bash[59794]: audit 2024-03-21T13:10:16.669261+0000 mon.a (mon.0) 5675 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:17.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:16 smithi184 bash[59794]: audit 2024-03-21T13:10:16.680517+0000 mon.a (mon.0) 5676 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:17.331 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:16 smithi184 bash[59794]: audit 2024-03-21T13:10:16.759328+0000 mon.a (mon.0) 5677 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:17.331 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:16 smithi184 bash[59794]: audit 2024-03-21T13:10:16.762504+0000 mon.a (mon.0) 5678 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:17.331 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:16 smithi184 bash[59794]: audit 2024-03-21T13:10:16.766291+0000 mon.a (mon.0) 5679 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:17.331 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:16 smithi184 bash[59794]: audit 2024-03-21T13:10:16.768062+0000 mon.a (mon.0) 5680 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:17.331 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:16 smithi184 bash[59794]: audit 2024-03-21T13:10:16.778710+0000 mon.a (mon.0) 5681 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:17.331 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:16 smithi184 bash[59794]: audit 2024-03-21T13:10:16.859456+0000 mon.a (mon.0) 5682 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:17.331 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:16 smithi184 bash[59794]: audit 2024-03-21T13:10:16.862773+0000 mon.a (mon.0) 5683 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:17.331 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:16 smithi184 bash[59794]: audit 2024-03-21T13:10:16.866220+0000 mon.a (mon.0) 5684 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:17.331 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:16 smithi184 bash[59794]: audit 2024-03-21T13:10:16.867648+0000 mon.a (mon.0) 5685 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:17.331 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:16 smithi184 bash[59794]: audit 2024-03-21T13:10:16.879063+0000 mon.a (mon.0) 5686 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:18.231 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:17 smithi184 bash[59794]: cluster 2024-03-21T13:10:16.270821+0000 mgr.x (mgr.34104) 3805 : cluster [DBG] pgmap v2526: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:18.232 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:17 smithi184 bash[59794]: cluster 2024-03-21T13:10:16.271142+0000 mgr.x (mgr.34104) 3806 : cluster [DBG] pgmap v2527: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:18.232 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:17 smithi184 bash[59794]: cephadm 2024-03-21T13:10:16.280956+0000 mgr.x (mgr.34104) 3807 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:18.232 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:17 smithi184 bash[59794]: cluster 2024-03-21T13:10:16.369042+0000 mgr.x (mgr.34104) 3808 : cluster [DBG] pgmap v2528: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:18.232 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:17 smithi184 bash[59794]: cluster 2024-03-21T13:10:16.369593+0000 mgr.x (mgr.34104) 3809 : cluster [DBG] pgmap v2529: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:18.232 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:17 smithi184 bash[59794]: cephadm 2024-03-21T13:10:16.379766+0000 mgr.x (mgr.34104) 3810 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:18.232 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:17 smithi184 bash[59794]: cluster 2024-03-21T13:10:16.470664+0000 mgr.x (mgr.34104) 3811 : cluster [DBG] pgmap v2530: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:18.232 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:17 smithi184 bash[59794]: cluster 2024-03-21T13:10:16.471451+0000 mgr.x (mgr.34104) 3812 : cluster [DBG] pgmap v2531: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:18.232 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:17 smithi184 bash[59794]: cephadm 2024-03-21T13:10:16.480449+0000 mgr.x (mgr.34104) 3813 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:18.232 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:17 smithi184 bash[59794]: cluster 2024-03-21T13:10:16.571716+0000 mgr.x (mgr.34104) 3814 : cluster [DBG] pgmap v2532: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:18.232 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:17 smithi184 bash[59794]: cluster 2024-03-21T13:10:16.572385+0000 mgr.x (mgr.34104) 3815 : cluster [DBG] pgmap v2533: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:18.232 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:17 smithi184 bash[59794]: cephadm 2024-03-21T13:10:16.581996+0000 mgr.x (mgr.34104) 3816 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:18.232 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:17 smithi184 bash[59794]: cluster 2024-03-21T13:10:16.672615+0000 mgr.x (mgr.34104) 3817 : cluster [DBG] pgmap v2534: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:18.233 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:17 smithi184 bash[59794]: cluster 2024-03-21T13:10:16.673350+0000 mgr.x (mgr.34104) 3818 : cluster [DBG] pgmap v2535: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:18.233 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:17 smithi184 bash[59794]: cephadm 2024-03-21T13:10:16.681811+0000 mgr.x (mgr.34104) 3819 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:18.233 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:17 smithi184 bash[59794]: cluster 2024-03-21T13:10:16.771571+0000 mgr.x (mgr.34104) 3820 : cluster [DBG] pgmap v2536: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:18.233 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:17 smithi184 bash[59794]: cephadm 2024-03-21T13:10:16.780323+0000 mgr.x (mgr.34104) 3821 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:18.233 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:17 smithi184 bash[59794]: cluster 2024-03-21T13:10:16.870304+0000 mgr.x (mgr.34104) 3822 : cluster [DBG] pgmap v2537: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:18.233 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:17 smithi184 bash[59794]: cluster 2024-03-21T13:10:16.870703+0000 mgr.x (mgr.34104) 3823 : cluster [DBG] pgmap v2538: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:18.233 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:17 smithi184 bash[59794]: cephadm 2024-03-21T13:10:16.880491+0000 mgr.x (mgr.34104) 3824 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:18.233 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:17 smithi184 bash[59794]: audit 2024-03-21T13:10:16.961057+0000 mon.a (mon.0) 5687 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:18.233 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:17 smithi184 bash[59794]: audit 2024-03-21T13:10:16.964242+0000 mon.a (mon.0) 5688 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:18.233 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:17 smithi184 bash[59794]: audit 2024-03-21T13:10:16.967770+0000 mon.a (mon.0) 5689 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:18.233 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:17 smithi184 bash[59794]: audit 2024-03-21T13:10:16.969427+0000 mon.a (mon.0) 5690 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:18.233 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:17 smithi184 bash[59794]: cluster 2024-03-21T13:10:16.972636+0000 mgr.x (mgr.34104) 3825 : cluster [DBG] pgmap v2539: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:18.233 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:17 smithi184 bash[59794]: cluster 2024-03-21T13:10:16.973326+0000 mgr.x (mgr.34104) 3826 : cluster [DBG] pgmap v2540: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:18.234 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:17 smithi184 bash[59794]: audit 2024-03-21T13:10:16.980138+0000 mon.a (mon.0) 5691 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:18.234 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:17 smithi184 bash[59794]: cephadm 2024-03-21T13:10:16.981591+0000 mgr.x (mgr.34104) 3827 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:18.234 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:17 smithi184 bash[59794]: audit 2024-03-21T13:10:17.064010+0000 mon.a (mon.0) 5692 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:18.234 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:17 smithi184 bash[59794]: audit 2024-03-21T13:10:17.068902+0000 mon.a (mon.0) 5693 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:18.234 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:17 smithi184 bash[59794]: audit 2024-03-21T13:10:17.073220+0000 mon.a (mon.0) 5694 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:18.234 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:17 smithi184 bash[59794]: audit 2024-03-21T13:10:17.074601+0000 mon.a (mon.0) 5695 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:18.234 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:17 smithi184 bash[59794]: cluster 2024-03-21T13:10:17.077636+0000 mgr.x (mgr.34104) 3828 : cluster [DBG] pgmap v2541: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:18.234 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:17 smithi184 bash[59794]: cluster 2024-03-21T13:10:17.077967+0000 mgr.x (mgr.34104) 3829 : cluster [DBG] pgmap v2542: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:18.234 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:17 smithi184 bash[59794]: audit 2024-03-21T13:10:17.087415+0000 mon.a (mon.0) 5696 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:18.234 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:17 smithi184 bash[59794]: cephadm 2024-03-21T13:10:17.088723+0000 mgr.x (mgr.34104) 3830 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:18.234 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:17 smithi184 bash[59794]: audit 2024-03-21T13:10:17.167992+0000 mon.a (mon.0) 5697 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:18.234 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:17 smithi184 bash[59794]: audit 2024-03-21T13:10:17.171381+0000 mon.a (mon.0) 5698 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:18.235 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:17 smithi184 bash[59794]: audit 2024-03-21T13:10:17.176098+0000 mon.a (mon.0) 5699 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:18.235 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:17 smithi184 bash[59794]: audit 2024-03-21T13:10:17.177633+0000 mon.a (mon.0) 5700 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:18.235 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:17 smithi184 bash[59794]: cluster 2024-03-21T13:10:17.181123+0000 mgr.x (mgr.34104) 3831 : cluster [DBG] pgmap v2543: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:18.235 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:17 smithi184 bash[59794]: cluster 2024-03-21T13:10:17.182073+0000 mgr.x (mgr.34104) 3832 : cluster [DBG] pgmap v2544: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:18.235 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:17 smithi184 bash[59794]: audit 2024-03-21T13:10:17.190328+0000 mon.a (mon.0) 5701 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:18.235 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:17 smithi184 bash[59794]: cephadm 2024-03-21T13:10:17.191706+0000 mgr.x (mgr.34104) 3833 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:18.235 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:17 smithi184 bash[59794]: audit 2024-03-21T13:10:17.271859+0000 mon.a (mon.0) 5702 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:18.235 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:17 smithi184 bash[59794]: audit 2024-03-21T13:10:17.274902+0000 mon.a (mon.0) 5703 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:18.235 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:17 smithi184 bash[59794]: audit 2024-03-21T13:10:17.277977+0000 mon.a (mon.0) 5704 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:18.235 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:17 smithi184 bash[59794]: audit 2024-03-21T13:10:17.279327+0000 mon.a (mon.0) 5705 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:18.236 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:17 smithi184 bash[59794]: audit 2024-03-21T13:10:17.291141+0000 mon.a (mon.0) 5706 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:18.236 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:17 smithi184 bash[59794]: audit 2024-03-21T13:10:17.371779+0000 mon.a (mon.0) 5707 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:18.236 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:17 smithi184 bash[59794]: audit 2024-03-21T13:10:17.374686+0000 mon.a (mon.0) 5708 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:18.237 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:17 smithi184 bash[59794]: audit 2024-03-21T13:10:17.377317+0000 mon.a (mon.0) 5709 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:18.237 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:17 smithi184 bash[59794]: audit 2024-03-21T13:10:17.378553+0000 mon.a (mon.0) 5710 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:18.237 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:17 smithi184 bash[59794]: audit 2024-03-21T13:10:17.390357+0000 mon.a (mon.0) 5711 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:18.237 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:17 smithi184 bash[59794]: audit 2024-03-21T13:10:17.470328+0000 mon.a (mon.0) 5712 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:18.237 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:17 smithi184 bash[59794]: audit 2024-03-21T13:10:17.473856+0000 mon.a (mon.0) 5713 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:18.237 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:17 smithi184 bash[59794]: audit 2024-03-21T13:10:17.477780+0000 mon.a (mon.0) 5714 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:18.237 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:17 smithi184 bash[59794]: audit 2024-03-21T13:10:17.479035+0000 mon.a (mon.0) 5715 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:18.237 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:17 smithi184 bash[59794]: audit 2024-03-21T13:10:17.489663+0000 mon.a (mon.0) 5716 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:18.237 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:17 smithi184 bash[59794]: audit 2024-03-21T13:10:17.568533+0000 mon.a (mon.0) 5717 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:18.238 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:17 smithi184 bash[59794]: audit 2024-03-21T13:10:17.572149+0000 mon.a (mon.0) 5718 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:18.238 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:17 smithi184 bash[59794]: audit 2024-03-21T13:10:17.575954+0000 mon.a (mon.0) 5719 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:18.238 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:17 smithi184 bash[59794]: audit 2024-03-21T13:10:17.577545+0000 mon.a (mon.0) 5720 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:18.238 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:17 smithi184 bash[59794]: audit 2024-03-21T13:10:17.589559+0000 mon.a (mon.0) 5721 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:18.238 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:17 smithi184 bash[59794]: audit 2024-03-21T13:10:17.668821+0000 mon.a (mon.0) 5722 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:18.238 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:17 smithi184 bash[59794]: audit 2024-03-21T13:10:17.672666+0000 mon.a (mon.0) 5723 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:18.238 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:17 smithi184 bash[59794]: audit 2024-03-21T13:10:17.676866+0000 mon.a (mon.0) 5724 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:18.238 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:17 smithi184 bash[59794]: audit 2024-03-21T13:10:17.678518+0000 mon.a (mon.0) 5725 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:18.238 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:17 smithi184 bash[59794]: audit 2024-03-21T13:10:17.690283+0000 mon.a (mon.0) 5726 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:18.238 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:17 smithi184 bash[59794]: audit 2024-03-21T13:10:17.768918+0000 mon.a (mon.0) 5727 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:18.239 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:17 smithi184 bash[59794]: audit 2024-03-21T13:10:17.772692+0000 mon.a (mon.0) 5728 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:18.239 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:17 smithi184 bash[59794]: audit 2024-03-21T13:10:17.776487+0000 mon.a (mon.0) 5729 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:18.239 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:17 smithi184 bash[59794]: audit 2024-03-21T13:10:17.778242+0000 mon.a (mon.0) 5730 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:18.239 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:17 smithi184 bash[59794]: audit 2024-03-21T13:10:17.790526+0000 mon.a (mon.0) 5731 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:18.239 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:17 smithi184 bash[59794]: audit 2024-03-21T13:10:17.867883+0000 mon.a (mon.0) 5732 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:18.239 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:17 smithi184 bash[59794]: audit 2024-03-21T13:10:17.871753+0000 mon.a (mon.0) 5733 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:18.239 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:17 smithi184 bash[59794]: audit 2024-03-21T13:10:17.875122+0000 mon.a (mon.0) 5734 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:18.239 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:17 smithi184 bash[59794]: audit 2024-03-21T13:10:17.876572+0000 mon.a (mon.0) 5735 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:18.240 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:17 smithi184 bash[59794]: audit 2024-03-21T13:10:17.889727+0000 mon.a (mon.0) 5736 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:18.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:17 smithi178 bash[75692]: cluster 2024-03-21T13:10:16.270821+0000 mgr.x (mgr.34104) 3805 : cluster [DBG] pgmap v2526: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:18.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:17 smithi178 bash[75692]: cluster 2024-03-21T13:10:16.271142+0000 mgr.x (mgr.34104) 3806 : cluster [DBG] pgmap v2527: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:18.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:17 smithi178 bash[75692]: cephadm 2024-03-21T13:10:16.280956+0000 mgr.x (mgr.34104) 3807 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:18.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:17 smithi178 bash[75692]: cluster 2024-03-21T13:10:16.369042+0000 mgr.x (mgr.34104) 3808 : cluster [DBG] pgmap v2528: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:18.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:17 smithi178 bash[75692]: cluster 2024-03-21T13:10:16.369593+0000 mgr.x (mgr.34104) 3809 : cluster [DBG] pgmap v2529: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:18.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:17 smithi178 bash[75692]: cephadm 2024-03-21T13:10:16.379766+0000 mgr.x (mgr.34104) 3810 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:18.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:17 smithi178 bash[75692]: cluster 2024-03-21T13:10:16.470664+0000 mgr.x (mgr.34104) 3811 : cluster [DBG] pgmap v2530: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:18.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:17 smithi178 bash[75692]: cluster 2024-03-21T13:10:16.471451+0000 mgr.x (mgr.34104) 3812 : cluster [DBG] pgmap v2531: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:18.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:17 smithi178 bash[75692]: cephadm 2024-03-21T13:10:16.480449+0000 mgr.x (mgr.34104) 3813 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:18.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:17 smithi178 bash[75692]: cluster 2024-03-21T13:10:16.571716+0000 mgr.x (mgr.34104) 3814 : cluster [DBG] pgmap v2532: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:18.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:17 smithi178 bash[75692]: cluster 2024-03-21T13:10:16.572385+0000 mgr.x (mgr.34104) 3815 : cluster [DBG] pgmap v2533: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:18.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:17 smithi178 bash[75692]: cephadm 2024-03-21T13:10:16.581996+0000 mgr.x (mgr.34104) 3816 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:18.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:17 smithi178 bash[75692]: cluster 2024-03-21T13:10:16.672615+0000 mgr.x (mgr.34104) 3817 : cluster [DBG] pgmap v2534: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:18.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:17 smithi178 bash[75692]: cluster 2024-03-21T13:10:16.673350+0000 mgr.x (mgr.34104) 3818 : cluster [DBG] pgmap v2535: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:18.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:17 smithi178 bash[75692]: cephadm 2024-03-21T13:10:16.681811+0000 mgr.x (mgr.34104) 3819 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:18.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:17 smithi178 bash[77880]: cluster 2024-03-21T13:10:16.270821+0000 mgr.x (mgr.34104) 3805 : cluster [DBG] pgmap v2526: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:18.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:17 smithi178 bash[77880]: cluster 2024-03-21T13:10:16.271142+0000 mgr.x (mgr.34104) 3806 : cluster [DBG] pgmap v2527: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:18.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:17 smithi178 bash[77880]: cephadm 2024-03-21T13:10:16.280956+0000 mgr.x (mgr.34104) 3807 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:18.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:17 smithi178 bash[77880]: cluster 2024-03-21T13:10:16.369042+0000 mgr.x (mgr.34104) 3808 : cluster [DBG] pgmap v2528: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:18.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:17 smithi178 bash[77880]: cluster 2024-03-21T13:10:16.369593+0000 mgr.x (mgr.34104) 3809 : cluster [DBG] pgmap v2529: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:18.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:17 smithi178 bash[77880]: cephadm 2024-03-21T13:10:16.379766+0000 mgr.x (mgr.34104) 3810 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:18.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:17 smithi178 bash[77880]: cluster 2024-03-21T13:10:16.470664+0000 mgr.x (mgr.34104) 3811 : cluster [DBG] pgmap v2530: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:18.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:17 smithi178 bash[77880]: cluster 2024-03-21T13:10:16.471451+0000 mgr.x (mgr.34104) 3812 : cluster [DBG] pgmap v2531: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:18.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:17 smithi178 bash[77880]: cephadm 2024-03-21T13:10:16.480449+0000 mgr.x (mgr.34104) 3813 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:18.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:17 smithi178 bash[77880]: cluster 2024-03-21T13:10:16.571716+0000 mgr.x (mgr.34104) 3814 : cluster [DBG] pgmap v2532: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:18.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:17 smithi178 bash[77880]: cluster 2024-03-21T13:10:16.572385+0000 mgr.x (mgr.34104) 3815 : cluster [DBG] pgmap v2533: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:18.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:17 smithi178 bash[77880]: cephadm 2024-03-21T13:10:16.581996+0000 mgr.x (mgr.34104) 3816 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:18.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:17 smithi178 bash[77880]: cluster 2024-03-21T13:10:16.672615+0000 mgr.x (mgr.34104) 3817 : cluster [DBG] pgmap v2534: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:18.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:17 smithi178 bash[77880]: cluster 2024-03-21T13:10:16.673350+0000 mgr.x (mgr.34104) 3818 : cluster [DBG] pgmap v2535: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:18.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:17 smithi178 bash[77880]: cephadm 2024-03-21T13:10:16.681811+0000 mgr.x (mgr.34104) 3819 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:18.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:17 smithi178 bash[75692]: cluster 2024-03-21T13:10:16.771571+0000 mgr.x (mgr.34104) 3820 : cluster [DBG] pgmap v2536: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:18.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:17 smithi178 bash[75692]: cephadm 2024-03-21T13:10:16.780323+0000 mgr.x (mgr.34104) 3821 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:18.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:17 smithi178 bash[75692]: cluster 2024-03-21T13:10:16.870304+0000 mgr.x (mgr.34104) 3822 : cluster [DBG] pgmap v2537: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:18.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:17 smithi178 bash[75692]: cluster 2024-03-21T13:10:16.870703+0000 mgr.x (mgr.34104) 3823 : cluster [DBG] pgmap v2538: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:18.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:17 smithi178 bash[75692]: cephadm 2024-03-21T13:10:16.880491+0000 mgr.x (mgr.34104) 3824 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:18.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:17 smithi178 bash[75692]: audit 2024-03-21T13:10:16.961057+0000 mon.a (mon.0) 5687 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:18.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:17 smithi178 bash[75692]: audit 2024-03-21T13:10:16.964242+0000 mon.a (mon.0) 5688 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:18.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:17 smithi178 bash[75692]: audit 2024-03-21T13:10:16.967770+0000 mon.a (mon.0) 5689 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:18.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:17 smithi178 bash[75692]: audit 2024-03-21T13:10:16.969427+0000 mon.a (mon.0) 5690 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:18.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:17 smithi178 bash[75692]: cluster 2024-03-21T13:10:16.972636+0000 mgr.x (mgr.34104) 3825 : cluster [DBG] pgmap v2539: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:18.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:17 smithi178 bash[75692]: cluster 2024-03-21T13:10:16.973326+0000 mgr.x (mgr.34104) 3826 : cluster [DBG] pgmap v2540: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:18.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:17 smithi178 bash[75692]: audit 2024-03-21T13:10:16.980138+0000 mon.a (mon.0) 5691 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:18.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:17 smithi178 bash[75692]: cephadm 2024-03-21T13:10:16.981591+0000 mgr.x (mgr.34104) 3827 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:18.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:17 smithi178 bash[75692]: audit 2024-03-21T13:10:17.064010+0000 mon.a (mon.0) 5692 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:18.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:17 smithi178 bash[75692]: audit 2024-03-21T13:10:17.068902+0000 mon.a (mon.0) 5693 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:18.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:17 smithi178 bash[75692]: audit 2024-03-21T13:10:17.073220+0000 mon.a (mon.0) 5694 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:18.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:17 smithi178 bash[75692]: audit 2024-03-21T13:10:17.074601+0000 mon.a (mon.0) 5695 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:18.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:17 smithi178 bash[75692]: cluster 2024-03-21T13:10:17.077636+0000 mgr.x (mgr.34104) 3828 : cluster [DBG] pgmap v2541: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:18.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:17 smithi178 bash[77880]: cluster 2024-03-21T13:10:16.771571+0000 mgr.x (mgr.34104) 3820 : cluster [DBG] pgmap v2536: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:18.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:17 smithi178 bash[77880]: cephadm 2024-03-21T13:10:16.780323+0000 mgr.x (mgr.34104) 3821 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:18.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:17 smithi178 bash[77880]: cluster 2024-03-21T13:10:16.870304+0000 mgr.x (mgr.34104) 3822 : cluster [DBG] pgmap v2537: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:18.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:17 smithi178 bash[77880]: cluster 2024-03-21T13:10:16.870703+0000 mgr.x (mgr.34104) 3823 : cluster [DBG] pgmap v2538: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:18.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:17 smithi178 bash[77880]: cephadm 2024-03-21T13:10:16.880491+0000 mgr.x (mgr.34104) 3824 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:18.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:17 smithi178 bash[77880]: audit 2024-03-21T13:10:16.961057+0000 mon.a (mon.0) 5687 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:18.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:17 smithi178 bash[77880]: audit 2024-03-21T13:10:16.964242+0000 mon.a (mon.0) 5688 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:18.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:17 smithi178 bash[77880]: audit 2024-03-21T13:10:16.967770+0000 mon.a (mon.0) 5689 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:18.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:17 smithi178 bash[77880]: audit 2024-03-21T13:10:16.969427+0000 mon.a (mon.0) 5690 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:18.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:17 smithi178 bash[77880]: cluster 2024-03-21T13:10:16.972636+0000 mgr.x (mgr.34104) 3825 : cluster [DBG] pgmap v2539: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:18.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:17 smithi178 bash[77880]: cluster 2024-03-21T13:10:16.973326+0000 mgr.x (mgr.34104) 3826 : cluster [DBG] pgmap v2540: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:18.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:17 smithi178 bash[77880]: audit 2024-03-21T13:10:16.980138+0000 mon.a (mon.0) 5691 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:18.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:17 smithi178 bash[77880]: cephadm 2024-03-21T13:10:16.981591+0000 mgr.x (mgr.34104) 3827 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:18.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:17 smithi178 bash[77880]: audit 2024-03-21T13:10:17.064010+0000 mon.a (mon.0) 5692 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:18.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:17 smithi178 bash[77880]: audit 2024-03-21T13:10:17.068902+0000 mon.a (mon.0) 5693 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:18.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:17 smithi178 bash[77880]: audit 2024-03-21T13:10:17.073220+0000 mon.a (mon.0) 5694 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:18.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:17 smithi178 bash[77880]: audit 2024-03-21T13:10:17.074601+0000 mon.a (mon.0) 5695 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:18.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:17 smithi178 bash[77880]: cluster 2024-03-21T13:10:17.077636+0000 mgr.x (mgr.34104) 3828 : cluster [DBG] pgmap v2541: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:18.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:17 smithi178 bash[75692]: cluster 2024-03-21T13:10:17.077967+0000 mgr.x (mgr.34104) 3829 : cluster [DBG] pgmap v2542: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:18.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:17 smithi178 bash[75692]: audit 2024-03-21T13:10:17.087415+0000 mon.a (mon.0) 5696 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:18.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:17 smithi178 bash[75692]: cephadm 2024-03-21T13:10:17.088723+0000 mgr.x (mgr.34104) 3830 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:18.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:17 smithi178 bash[75692]: audit 2024-03-21T13:10:17.167992+0000 mon.a (mon.0) 5697 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:18.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:17 smithi178 bash[75692]: audit 2024-03-21T13:10:17.171381+0000 mon.a (mon.0) 5698 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:18.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:17 smithi178 bash[75692]: audit 2024-03-21T13:10:17.176098+0000 mon.a (mon.0) 5699 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:18.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:17 smithi178 bash[75692]: audit 2024-03-21T13:10:17.177633+0000 mon.a (mon.0) 5700 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:18.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:17 smithi178 bash[75692]: cluster 2024-03-21T13:10:17.181123+0000 mgr.x (mgr.34104) 3831 : cluster [DBG] pgmap v2543: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:18.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:17 smithi178 bash[75692]: cluster 2024-03-21T13:10:17.182073+0000 mgr.x (mgr.34104) 3832 : cluster [DBG] pgmap v2544: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:18.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:17 smithi178 bash[75692]: audit 2024-03-21T13:10:17.190328+0000 mon.a (mon.0) 5701 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:18.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:17 smithi178 bash[75692]: cephadm 2024-03-21T13:10:17.191706+0000 mgr.x (mgr.34104) 3833 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:18.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:17 smithi178 bash[75692]: audit 2024-03-21T13:10:17.271859+0000 mon.a (mon.0) 5702 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:18.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:17 smithi178 bash[75692]: audit 2024-03-21T13:10:17.274902+0000 mon.a (mon.0) 5703 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:18.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:17 smithi178 bash[75692]: audit 2024-03-21T13:10:17.277977+0000 mon.a (mon.0) 5704 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:18.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:17 smithi178 bash[75692]: audit 2024-03-21T13:10:17.279327+0000 mon.a (mon.0) 5705 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:18.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:17 smithi178 bash[75692]: audit 2024-03-21T13:10:17.291141+0000 mon.a (mon.0) 5706 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:18.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:17 smithi178 bash[75692]: audit 2024-03-21T13:10:17.371779+0000 mon.a (mon.0) 5707 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:18.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:17 smithi178 bash[75692]: audit 2024-03-21T13:10:17.374686+0000 mon.a (mon.0) 5708 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:18.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:17 smithi178 bash[77880]: cluster 2024-03-21T13:10:17.077967+0000 mgr.x (mgr.34104) 3829 : cluster [DBG] pgmap v2542: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:18.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:17 smithi178 bash[77880]: audit 2024-03-21T13:10:17.087415+0000 mon.a (mon.0) 5696 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:18.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:17 smithi178 bash[77880]: cephadm 2024-03-21T13:10:17.088723+0000 mgr.x (mgr.34104) 3830 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:18.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:17 smithi178 bash[77880]: audit 2024-03-21T13:10:17.167992+0000 mon.a (mon.0) 5697 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:18.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:17 smithi178 bash[77880]: audit 2024-03-21T13:10:17.171381+0000 mon.a (mon.0) 5698 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:18.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:17 smithi178 bash[77880]: audit 2024-03-21T13:10:17.176098+0000 mon.a (mon.0) 5699 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:18.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:17 smithi178 bash[77880]: audit 2024-03-21T13:10:17.177633+0000 mon.a (mon.0) 5700 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:18.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:17 smithi178 bash[77880]: cluster 2024-03-21T13:10:17.181123+0000 mgr.x (mgr.34104) 3831 : cluster [DBG] pgmap v2543: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:18.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:17 smithi178 bash[77880]: cluster 2024-03-21T13:10:17.182073+0000 mgr.x (mgr.34104) 3832 : cluster [DBG] pgmap v2544: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:18.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:17 smithi178 bash[77880]: audit 2024-03-21T13:10:17.190328+0000 mon.a (mon.0) 5701 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:18.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:17 smithi178 bash[77880]: cephadm 2024-03-21T13:10:17.191706+0000 mgr.x (mgr.34104) 3833 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:18.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:17 smithi178 bash[77880]: audit 2024-03-21T13:10:17.271859+0000 mon.a (mon.0) 5702 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:18.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:17 smithi178 bash[77880]: audit 2024-03-21T13:10:17.274902+0000 mon.a (mon.0) 5703 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:18.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:17 smithi178 bash[77880]: audit 2024-03-21T13:10:17.277977+0000 mon.a (mon.0) 5704 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:18.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:17 smithi178 bash[77880]: audit 2024-03-21T13:10:17.279327+0000 mon.a (mon.0) 5705 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:18.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:17 smithi178 bash[77880]: audit 2024-03-21T13:10:17.291141+0000 mon.a (mon.0) 5706 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:18.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:17 smithi178 bash[77880]: audit 2024-03-21T13:10:17.371779+0000 mon.a (mon.0) 5707 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:18.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:17 smithi178 bash[77880]: audit 2024-03-21T13:10:17.374686+0000 mon.a (mon.0) 5708 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:18.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:17 smithi178 bash[75692]: audit 2024-03-21T13:10:17.377317+0000 mon.a (mon.0) 5709 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:18.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:17 smithi178 bash[75692]: audit 2024-03-21T13:10:17.378553+0000 mon.a (mon.0) 5710 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:18.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:17 smithi178 bash[75692]: audit 2024-03-21T13:10:17.390357+0000 mon.a (mon.0) 5711 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:18.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:17 smithi178 bash[75692]: audit 2024-03-21T13:10:17.470328+0000 mon.a (mon.0) 5712 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:18.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:17 smithi178 bash[75692]: audit 2024-03-21T13:10:17.473856+0000 mon.a (mon.0) 5713 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:18.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:17 smithi178 bash[75692]: audit 2024-03-21T13:10:17.477780+0000 mon.a (mon.0) 5714 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:18.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:17 smithi178 bash[75692]: audit 2024-03-21T13:10:17.479035+0000 mon.a (mon.0) 5715 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:18.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:17 smithi178 bash[75692]: audit 2024-03-21T13:10:17.489663+0000 mon.a (mon.0) 5716 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:18.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:17 smithi178 bash[75692]: audit 2024-03-21T13:10:17.568533+0000 mon.a (mon.0) 5717 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:18.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:17 smithi178 bash[75692]: audit 2024-03-21T13:10:17.572149+0000 mon.a (mon.0) 5718 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:18.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:17 smithi178 bash[75692]: audit 2024-03-21T13:10:17.575954+0000 mon.a (mon.0) 5719 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:18.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:17 smithi178 bash[75692]: audit 2024-03-21T13:10:17.577545+0000 mon.a (mon.0) 5720 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:18.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:17 smithi178 bash[75692]: audit 2024-03-21T13:10:17.589559+0000 mon.a (mon.0) 5721 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:18.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:17 smithi178 bash[75692]: audit 2024-03-21T13:10:17.668821+0000 mon.a (mon.0) 5722 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:18.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:17 smithi178 bash[75692]: audit 2024-03-21T13:10:17.672666+0000 mon.a (mon.0) 5723 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:18.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:17 smithi178 bash[75692]: audit 2024-03-21T13:10:17.676866+0000 mon.a (mon.0) 5724 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:18.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:17 smithi178 bash[75692]: audit 2024-03-21T13:10:17.678518+0000 mon.a (mon.0) 5725 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:18.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:17 smithi178 bash[75692]: audit 2024-03-21T13:10:17.690283+0000 mon.a (mon.0) 5726 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:18.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:17 smithi178 bash[75692]: audit 2024-03-21T13:10:17.768918+0000 mon.a (mon.0) 5727 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:18.309 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:17 smithi178 bash[77880]: audit 2024-03-21T13:10:17.377317+0000 mon.a (mon.0) 5709 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:18.309 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:17 smithi178 bash[77880]: audit 2024-03-21T13:10:17.378553+0000 mon.a (mon.0) 5710 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:18.309 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:17 smithi178 bash[77880]: audit 2024-03-21T13:10:17.390357+0000 mon.a (mon.0) 5711 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:18.309 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:17 smithi178 bash[77880]: audit 2024-03-21T13:10:17.470328+0000 mon.a (mon.0) 5712 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:18.309 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:17 smithi178 bash[77880]: audit 2024-03-21T13:10:17.473856+0000 mon.a (mon.0) 5713 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:18.309 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:17 smithi178 bash[77880]: audit 2024-03-21T13:10:17.477780+0000 mon.a (mon.0) 5714 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:18.309 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:17 smithi178 bash[77880]: audit 2024-03-21T13:10:17.479035+0000 mon.a (mon.0) 5715 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:18.309 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:17 smithi178 bash[77880]: audit 2024-03-21T13:10:17.489663+0000 mon.a (mon.0) 5716 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:18.309 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:17 smithi178 bash[77880]: audit 2024-03-21T13:10:17.568533+0000 mon.a (mon.0) 5717 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:18.309 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:17 smithi178 bash[77880]: audit 2024-03-21T13:10:17.572149+0000 mon.a (mon.0) 5718 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:18.309 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:17 smithi178 bash[77880]: audit 2024-03-21T13:10:17.575954+0000 mon.a (mon.0) 5719 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:18.310 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:17 smithi178 bash[77880]: audit 2024-03-21T13:10:17.577545+0000 mon.a (mon.0) 5720 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:18.310 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:17 smithi178 bash[77880]: audit 2024-03-21T13:10:17.589559+0000 mon.a (mon.0) 5721 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:18.310 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:17 smithi178 bash[77880]: audit 2024-03-21T13:10:17.668821+0000 mon.a (mon.0) 5722 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:18.310 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:17 smithi178 bash[77880]: audit 2024-03-21T13:10:17.672666+0000 mon.a (mon.0) 5723 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:18.310 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:17 smithi178 bash[77880]: audit 2024-03-21T13:10:17.676866+0000 mon.a (mon.0) 5724 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:18.310 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:17 smithi178 bash[77880]: audit 2024-03-21T13:10:17.678518+0000 mon.a (mon.0) 5725 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:18.311 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:17 smithi178 bash[77880]: audit 2024-03-21T13:10:17.690283+0000 mon.a (mon.0) 5726 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:18.311 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:17 smithi178 bash[77880]: audit 2024-03-21T13:10:17.768918+0000 mon.a (mon.0) 5727 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:18.311 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:17 smithi178 bash[75692]: audit 2024-03-21T13:10:17.772692+0000 mon.a (mon.0) 5728 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:18.311 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:17 smithi178 bash[75692]: audit 2024-03-21T13:10:17.776487+0000 mon.a (mon.0) 5729 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:18.311 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:17 smithi178 bash[75692]: audit 2024-03-21T13:10:17.778242+0000 mon.a (mon.0) 5730 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:18.311 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:17 smithi178 bash[75692]: audit 2024-03-21T13:10:17.790526+0000 mon.a (mon.0) 5731 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:18.311 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:17 smithi178 bash[75692]: audit 2024-03-21T13:10:17.867883+0000 mon.a (mon.0) 5732 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:18.311 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:17 smithi178 bash[75692]: audit 2024-03-21T13:10:17.871753+0000 mon.a (mon.0) 5733 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:18.311 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:17 smithi178 bash[75692]: audit 2024-03-21T13:10:17.875122+0000 mon.a (mon.0) 5734 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:18.311 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:17 smithi178 bash[75692]: audit 2024-03-21T13:10:17.876572+0000 mon.a (mon.0) 5735 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:18.312 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:17 smithi178 bash[75692]: audit 2024-03-21T13:10:17.889727+0000 mon.a (mon.0) 5736 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:18.312 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:17 smithi178 bash[77880]: audit 2024-03-21T13:10:17.772692+0000 mon.a (mon.0) 5728 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:18.312 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:17 smithi178 bash[77880]: audit 2024-03-21T13:10:17.776487+0000 mon.a (mon.0) 5729 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:18.312 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:17 smithi178 bash[77880]: audit 2024-03-21T13:10:17.778242+0000 mon.a (mon.0) 5730 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:18.312 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:17 smithi178 bash[77880]: audit 2024-03-21T13:10:17.790526+0000 mon.a (mon.0) 5731 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:18.312 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:17 smithi178 bash[77880]: audit 2024-03-21T13:10:17.867883+0000 mon.a (mon.0) 5732 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:18.312 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:17 smithi178 bash[77880]: audit 2024-03-21T13:10:17.871753+0000 mon.a (mon.0) 5733 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:18.312 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:17 smithi178 bash[77880]: audit 2024-03-21T13:10:17.875122+0000 mon.a (mon.0) 5734 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:18.312 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:17 smithi178 bash[77880]: audit 2024-03-21T13:10:17.876572+0000 mon.a (mon.0) 5735 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:18.312 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:17 smithi178 bash[77880]: audit 2024-03-21T13:10:17.889727+0000 mon.a (mon.0) 5736 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:19.241 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:18 smithi184 bash[59794]: cluster 2024-03-21T13:10:17.282539+0000 mgr.x (mgr.34104) 3834 : cluster [DBG] pgmap v2545: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:19.241 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:18 smithi184 bash[59794]: cluster 2024-03-21T13:10:17.283253+0000 mgr.x (mgr.34104) 3835 : cluster [DBG] pgmap v2546: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:19.241 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:18 smithi184 bash[59794]: cephadm 2024-03-21T13:10:17.292681+0000 mgr.x (mgr.34104) 3836 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:19.241 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:18 smithi184 bash[59794]: cluster 2024-03-21T13:10:17.381400+0000 mgr.x (mgr.34104) 3837 : cluster [DBG] pgmap v2547: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:19.241 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:18 smithi184 bash[59794]: cluster 2024-03-21T13:10:17.381870+0000 mgr.x (mgr.34104) 3838 : cluster [DBG] pgmap v2548: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:19.241 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:18 smithi184 bash[59794]: cephadm 2024-03-21T13:10:17.391632+0000 mgr.x (mgr.34104) 3839 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:19.241 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:18 smithi184 bash[59794]: cluster 2024-03-21T13:10:17.481717+0000 mgr.x (mgr.34104) 3840 : cluster [DBG] pgmap v2549: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:19.241 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:18 smithi184 bash[59794]: cluster 2024-03-21T13:10:17.482115+0000 mgr.x (mgr.34104) 3841 : cluster [DBG] pgmap v2550: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:19.241 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:18 smithi184 bash[59794]: cephadm 2024-03-21T13:10:17.490941+0000 mgr.x (mgr.34104) 3842 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:19.241 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:18 smithi184 bash[59794]: cluster 2024-03-21T13:10:17.580395+0000 mgr.x (mgr.34104) 3843 : cluster [DBG] pgmap v2551: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:19.242 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:18 smithi184 bash[59794]: cluster 2024-03-21T13:10:17.580772+0000 mgr.x (mgr.34104) 3844 : cluster [DBG] pgmap v2552: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:19.242 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:18 smithi184 bash[59794]: cephadm 2024-03-21T13:10:17.590872+0000 mgr.x (mgr.34104) 3845 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:19.242 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:18 smithi184 bash[59794]: cluster 2024-03-21T13:10:17.681971+0000 mgr.x (mgr.34104) 3846 : cluster [DBG] pgmap v2553: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:19.242 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:18 smithi184 bash[59794]: cluster 2024-03-21T13:10:17.682778+0000 mgr.x (mgr.34104) 3847 : cluster [DBG] pgmap v2554: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:19.242 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:18 smithi184 bash[59794]: cephadm 2024-03-21T13:10:17.691609+0000 mgr.x (mgr.34104) 3848 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:19.242 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:18 smithi184 bash[59794]: cluster 2024-03-21T13:10:17.781958+0000 mgr.x (mgr.34104) 3849 : cluster [DBG] pgmap v2555: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:19.242 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:18 smithi184 bash[59794]: cluster 2024-03-21T13:10:17.782707+0000 mgr.x (mgr.34104) 3850 : cluster [DBG] pgmap v2556: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:19.242 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:18 smithi184 bash[59794]: cephadm 2024-03-21T13:10:17.791909+0000 mgr.x (mgr.34104) 3851 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:19.242 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:18 smithi184 bash[59794]: cluster 2024-03-21T13:10:17.880049+0000 mgr.x (mgr.34104) 3852 : cluster [DBG] pgmap v2557: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:19.242 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:18 smithi184 bash[59794]: cluster 2024-03-21T13:10:17.881024+0000 mgr.x (mgr.34104) 3853 : cluster [DBG] pgmap v2558: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:19.242 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:18 smithi184 bash[59794]: cephadm 2024-03-21T13:10:17.891417+0000 mgr.x (mgr.34104) 3854 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:19.242 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:18 smithi184 bash[59794]: audit 2024-03-21T13:10:17.971929+0000 mon.a (mon.0) 5737 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:19.242 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:18 smithi184 bash[59794]: audit 2024-03-21T13:10:17.974536+0000 mon.a (mon.0) 5738 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:19.243 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:18 smithi184 bash[59794]: audit 2024-03-21T13:10:17.977907+0000 mon.a (mon.0) 5739 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:19.243 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:18 smithi184 bash[59794]: audit 2024-03-21T13:10:17.979237+0000 mon.a (mon.0) 5740 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:19.243 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:18 smithi184 bash[59794]: cluster 2024-03-21T13:10:17.982290+0000 mgr.x (mgr.34104) 3855 : cluster [DBG] pgmap v2559: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:19.243 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:18 smithi184 bash[59794]: cluster 2024-03-21T13:10:17.982882+0000 mgr.x (mgr.34104) 3856 : cluster [DBG] pgmap v2560: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:19.243 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:18 smithi184 bash[59794]: audit 2024-03-21T13:10:17.989405+0000 mon.a (mon.0) 5741 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:19.243 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:18 smithi184 bash[59794]: cephadm 2024-03-21T13:10:17.990652+0000 mgr.x (mgr.34104) 3857 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:19.243 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:18 smithi184 bash[59794]: audit 2024-03-21T13:10:18.072036+0000 mon.a (mon.0) 5742 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:19.243 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:18 smithi184 bash[59794]: audit 2024-03-21T13:10:18.075100+0000 mon.a (mon.0) 5743 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:19.243 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:18 smithi184 bash[59794]: audit 2024-03-21T13:10:18.077959+0000 mon.a (mon.0) 5744 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:19.243 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:18 smithi184 bash[59794]: audit 2024-03-21T13:10:18.079081+0000 mon.a (mon.0) 5745 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:19.243 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:18 smithi184 bash[59794]: cluster 2024-03-21T13:10:18.082140+0000 mgr.x (mgr.34104) 3858 : cluster [DBG] pgmap v2561: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:19.243 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:18 smithi184 bash[59794]: cluster 2024-03-21T13:10:18.082633+0000 mgr.x (mgr.34104) 3859 : cluster [DBG] pgmap v2562: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:19.243 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:18 smithi184 bash[59794]: audit 2024-03-21T13:10:18.090955+0000 mon.a (mon.0) 5746 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:19.243 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:18 smithi184 bash[59794]: cephadm 2024-03-21T13:10:18.092410+0000 mgr.x (mgr.34104) 3860 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:19.244 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:18 smithi184 bash[59794]: audit 2024-03-21T13:10:18.175206+0000 mon.a (mon.0) 5747 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:19.244 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:18 smithi184 bash[59794]: audit 2024-03-21T13:10:18.178291+0000 mon.a (mon.0) 5748 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:19.244 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:18 smithi184 bash[59794]: audit 2024-03-21T13:10:18.181843+0000 mon.a (mon.0) 5749 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:19.244 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:18 smithi184 bash[59794]: audit 2024-03-21T13:10:18.183184+0000 mon.a (mon.0) 5750 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:19.244 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:18 smithi184 bash[59794]: cluster 2024-03-21T13:10:18.186594+0000 mgr.x (mgr.34104) 3861 : cluster [DBG] pgmap v2563: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:19.244 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:18 smithi184 bash[59794]: cluster 2024-03-21T13:10:18.187393+0000 mgr.x (mgr.34104) 3862 : cluster [DBG] pgmap v2564: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:19.244 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:18 smithi184 bash[59794]: audit 2024-03-21T13:10:18.194723+0000 mon.a (mon.0) 5751 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:19.244 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:18 smithi184 bash[59794]: cephadm 2024-03-21T13:10:18.196112+0000 mgr.x (mgr.34104) 3863 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:19.244 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:18 smithi184 bash[59794]: audit 2024-03-21T13:10:18.273165+0000 mon.a (mon.0) 5752 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:19.244 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:18 smithi184 bash[59794]: audit 2024-03-21T13:10:18.276377+0000 mon.a (mon.0) 5753 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:19.244 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:18 smithi184 bash[59794]: audit 2024-03-21T13:10:18.279793+0000 mon.a (mon.0) 5754 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:19.244 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:18 smithi184 bash[59794]: audit 2024-03-21T13:10:18.281028+0000 mon.a (mon.0) 5755 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:19.244 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:18 smithi184 bash[59794]: audit 2024-03-21T13:10:18.292311+0000 mon.a (mon.0) 5756 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:19.244 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:18 smithi184 bash[59794]: audit 2024-03-21T13:10:18.370301+0000 mon.a (mon.0) 5757 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:19.245 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:18 smithi184 bash[59794]: audit 2024-03-21T13:10:18.373369+0000 mon.a (mon.0) 5758 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:19.245 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:18 smithi184 bash[59794]: audit 2024-03-21T13:10:18.376962+0000 mon.a (mon.0) 5759 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:19.245 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:18 smithi184 bash[59794]: audit 2024-03-21T13:10:18.378193+0000 mon.a (mon.0) 5760 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:19.245 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:18 smithi184 bash[59794]: audit 2024-03-21T13:10:18.389246+0000 mon.a (mon.0) 5761 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:19.245 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:18 smithi184 bash[59794]: audit 2024-03-21T13:10:18.468247+0000 mon.a (mon.0) 5762 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:19.245 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:18 smithi184 bash[59794]: audit 2024-03-21T13:10:18.471818+0000 mon.a (mon.0) 5763 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:19.245 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:18 smithi184 bash[59794]: audit 2024-03-21T13:10:18.475074+0000 mon.a (mon.0) 5764 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:19.246 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:18 smithi184 bash[59794]: audit 2024-03-21T13:10:18.476511+0000 mon.a (mon.0) 5765 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:19.246 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:18 smithi184 bash[59794]: audit 2024-03-21T13:10:18.487656+0000 mon.a (mon.0) 5766 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:19.246 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:18 smithi184 bash[59794]: audit 2024-03-21T13:10:18.567011+0000 mon.a (mon.0) 5767 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:19.246 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:18 smithi184 bash[59794]: audit 2024-03-21T13:10:18.570450+0000 mon.a (mon.0) 5768 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:19.246 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:18 smithi184 bash[59794]: audit 2024-03-21T13:10:18.574164+0000 mon.a (mon.0) 5769 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:19.246 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:18 smithi184 bash[59794]: audit 2024-03-21T13:10:18.575640+0000 mon.a (mon.0) 5770 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:19.246 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:18 smithi184 bash[59794]: audit 2024-03-21T13:10:18.587682+0000 mon.a (mon.0) 5771 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:19.246 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:18 smithi184 bash[59794]: audit 2024-03-21T13:10:18.668219+0000 mon.a (mon.0) 5772 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:19.246 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:18 smithi184 bash[59794]: audit 2024-03-21T13:10:18.671512+0000 mon.a (mon.0) 5773 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:19.246 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:18 smithi184 bash[59794]: audit 2024-03-21T13:10:18.676718+0000 mon.a (mon.0) 5774 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:19.247 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:18 smithi184 bash[59794]: audit 2024-03-21T13:10:18.678412+0000 mon.a (mon.0) 5775 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:19.247 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:18 smithi184 bash[59794]: audit 2024-03-21T13:10:18.690807+0000 mon.a (mon.0) 5776 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:19.247 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:18 smithi184 bash[59794]: audit 2024-03-21T13:10:18.775064+0000 mon.a (mon.0) 5777 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:19.247 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:18 smithi184 bash[59794]: audit 2024-03-21T13:10:18.778423+0000 mon.a (mon.0) 5778 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:19.247 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:18 smithi184 bash[59794]: audit 2024-03-21T13:10:18.782387+0000 mon.a (mon.0) 5779 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:19.247 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:18 smithi184 bash[59794]: audit 2024-03-21T13:10:18.783860+0000 mon.a (mon.0) 5780 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:19.247 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:18 smithi184 bash[59794]: audit 2024-03-21T13:10:18.795810+0000 mon.a (mon.0) 5781 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:19.247 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:18 smithi184 bash[59794]: cluster 2024-03-21T13:10:18.825418+0000 mon.a (mon.0) 5782 : cluster [WRN] Health check update: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-21T13:10:19.247 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:18 smithi184 bash[59794]: audit 2024-03-21T13:10:18.875289+0000 mon.a (mon.0) 5783 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:19.248 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:18 smithi184 bash[59794]: audit 2024-03-21T13:10:18.878648+0000 mon.a (mon.0) 5784 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:19.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:18 smithi184 bash[59794]: audit 2024-03-21T13:10:18.882702+0000 mon.a (mon.0) 5785 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:19.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:18 smithi184 bash[59794]: audit 2024-03-21T13:10:18.884916+0000 mon.a (mon.0) 5786 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:19.249 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:18 smithi184 bash[59794]: audit 2024-03-21T13:10:18.897533+0000 mon.a (mon.0) 5787 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:19.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:18 smithi178 bash[77880]: cluster 2024-03-21T13:10:17.282539+0000 mgr.x (mgr.34104) 3834 : cluster [DBG] pgmap v2545: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:19.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:18 smithi178 bash[77880]: cluster 2024-03-21T13:10:17.283253+0000 mgr.x (mgr.34104) 3835 : cluster [DBG] pgmap v2546: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:19.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:18 smithi178 bash[77880]: cephadm 2024-03-21T13:10:17.292681+0000 mgr.x (mgr.34104) 3836 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:19.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:18 smithi178 bash[77880]: cluster 2024-03-21T13:10:17.381400+0000 mgr.x (mgr.34104) 3837 : cluster [DBG] pgmap v2547: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:19.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:18 smithi178 bash[77880]: cluster 2024-03-21T13:10:17.381870+0000 mgr.x (mgr.34104) 3838 : cluster [DBG] pgmap v2548: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:19.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:18 smithi178 bash[77880]: cephadm 2024-03-21T13:10:17.391632+0000 mgr.x (mgr.34104) 3839 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:19.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:18 smithi178 bash[77880]: cluster 2024-03-21T13:10:17.481717+0000 mgr.x (mgr.34104) 3840 : cluster [DBG] pgmap v2549: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:19.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:18 smithi178 bash[77880]: cluster 2024-03-21T13:10:17.482115+0000 mgr.x (mgr.34104) 3841 : cluster [DBG] pgmap v2550: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:19.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:18 smithi178 bash[77880]: cephadm 2024-03-21T13:10:17.490941+0000 mgr.x (mgr.34104) 3842 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:19.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:18 smithi178 bash[77880]: cluster 2024-03-21T13:10:17.580395+0000 mgr.x (mgr.34104) 3843 : cluster [DBG] pgmap v2551: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:19.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:18 smithi178 bash[77880]: cluster 2024-03-21T13:10:17.580772+0000 mgr.x (mgr.34104) 3844 : cluster [DBG] pgmap v2552: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:19.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:18 smithi178 bash[77880]: cephadm 2024-03-21T13:10:17.590872+0000 mgr.x (mgr.34104) 3845 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:19.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:18 smithi178 bash[77880]: cluster 2024-03-21T13:10:17.681971+0000 mgr.x (mgr.34104) 3846 : cluster [DBG] pgmap v2553: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:19.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:18 smithi178 bash[77880]: cluster 2024-03-21T13:10:17.682778+0000 mgr.x (mgr.34104) 3847 : cluster [DBG] pgmap v2554: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:19.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:18 smithi178 bash[77880]: cephadm 2024-03-21T13:10:17.691609+0000 mgr.x (mgr.34104) 3848 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:19.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:18 smithi178 bash[75692]: cluster 2024-03-21T13:10:17.282539+0000 mgr.x (mgr.34104) 3834 : cluster [DBG] pgmap v2545: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:19.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:18 smithi178 bash[75692]: cluster 2024-03-21T13:10:17.283253+0000 mgr.x (mgr.34104) 3835 : cluster [DBG] pgmap v2546: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:19.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:18 smithi178 bash[75692]: cephadm 2024-03-21T13:10:17.292681+0000 mgr.x (mgr.34104) 3836 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:19.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:18 smithi178 bash[75692]: cluster 2024-03-21T13:10:17.381400+0000 mgr.x (mgr.34104) 3837 : cluster [DBG] pgmap v2547: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:19.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:18 smithi178 bash[75692]: cluster 2024-03-21T13:10:17.381870+0000 mgr.x (mgr.34104) 3838 : cluster [DBG] pgmap v2548: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:19.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:18 smithi178 bash[75692]: cephadm 2024-03-21T13:10:17.391632+0000 mgr.x (mgr.34104) 3839 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:19.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:18 smithi178 bash[75692]: cluster 2024-03-21T13:10:17.481717+0000 mgr.x (mgr.34104) 3840 : cluster [DBG] pgmap v2549: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:19.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:18 smithi178 bash[75692]: cluster 2024-03-21T13:10:17.482115+0000 mgr.x (mgr.34104) 3841 : cluster [DBG] pgmap v2550: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:19.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:18 smithi178 bash[75692]: cephadm 2024-03-21T13:10:17.490941+0000 mgr.x (mgr.34104) 3842 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:19.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:18 smithi178 bash[75692]: cluster 2024-03-21T13:10:17.580395+0000 mgr.x (mgr.34104) 3843 : cluster [DBG] pgmap v2551: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:19.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:18 smithi178 bash[75692]: cluster 2024-03-21T13:10:17.580772+0000 mgr.x (mgr.34104) 3844 : cluster [DBG] pgmap v2552: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:19.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:18 smithi178 bash[75692]: cephadm 2024-03-21T13:10:17.590872+0000 mgr.x (mgr.34104) 3845 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:19.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:18 smithi178 bash[75692]: cluster 2024-03-21T13:10:17.681971+0000 mgr.x (mgr.34104) 3846 : cluster [DBG] pgmap v2553: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:19.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:18 smithi178 bash[75692]: cluster 2024-03-21T13:10:17.682778+0000 mgr.x (mgr.34104) 3847 : cluster [DBG] pgmap v2554: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:19.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:18 smithi178 bash[75692]: cephadm 2024-03-21T13:10:17.691609+0000 mgr.x (mgr.34104) 3848 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:19.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:18 smithi178 bash[77880]: cluster 2024-03-21T13:10:17.781958+0000 mgr.x (mgr.34104) 3849 : cluster [DBG] pgmap v2555: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:19.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:18 smithi178 bash[77880]: cluster 2024-03-21T13:10:17.782707+0000 mgr.x (mgr.34104) 3850 : cluster [DBG] pgmap v2556: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:19.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:18 smithi178 bash[77880]: cephadm 2024-03-21T13:10:17.791909+0000 mgr.x (mgr.34104) 3851 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:19.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:18 smithi178 bash[77880]: cluster 2024-03-21T13:10:17.880049+0000 mgr.x (mgr.34104) 3852 : cluster [DBG] pgmap v2557: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:19.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:18 smithi178 bash[77880]: cluster 2024-03-21T13:10:17.881024+0000 mgr.x (mgr.34104) 3853 : cluster [DBG] pgmap v2558: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:19.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:18 smithi178 bash[77880]: cephadm 2024-03-21T13:10:17.891417+0000 mgr.x (mgr.34104) 3854 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:19.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:18 smithi178 bash[77880]: audit 2024-03-21T13:10:17.971929+0000 mon.a (mon.0) 5737 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:19.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:18 smithi178 bash[77880]: audit 2024-03-21T13:10:17.974536+0000 mon.a (mon.0) 5738 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:19.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:18 smithi178 bash[77880]: audit 2024-03-21T13:10:17.977907+0000 mon.a (mon.0) 5739 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:19.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:18 smithi178 bash[77880]: audit 2024-03-21T13:10:17.979237+0000 mon.a (mon.0) 5740 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:19.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:18 smithi178 bash[77880]: cluster 2024-03-21T13:10:17.982290+0000 mgr.x (mgr.34104) 3855 : cluster [DBG] pgmap v2559: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:19.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:18 smithi178 bash[77880]: cluster 2024-03-21T13:10:17.982882+0000 mgr.x (mgr.34104) 3856 : cluster [DBG] pgmap v2560: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:19.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:18 smithi178 bash[77880]: audit 2024-03-21T13:10:17.989405+0000 mon.a (mon.0) 5741 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:19.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:18 smithi178 bash[77880]: cephadm 2024-03-21T13:10:17.990652+0000 mgr.x (mgr.34104) 3857 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:19.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:18 smithi178 bash[77880]: audit 2024-03-21T13:10:18.072036+0000 mon.a (mon.0) 5742 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:19.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:18 smithi178 bash[77880]: audit 2024-03-21T13:10:18.075100+0000 mon.a (mon.0) 5743 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:19.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:18 smithi178 bash[77880]: audit 2024-03-21T13:10:18.077959+0000 mon.a (mon.0) 5744 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:19.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:18 smithi178 bash[77880]: audit 2024-03-21T13:10:18.079081+0000 mon.a (mon.0) 5745 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:19.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:18 smithi178 bash[77880]: cluster 2024-03-21T13:10:18.082140+0000 mgr.x (mgr.34104) 3858 : cluster [DBG] pgmap v2561: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:19.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:18 smithi178 bash[77880]: cluster 2024-03-21T13:10:18.082633+0000 mgr.x (mgr.34104) 3859 : cluster [DBG] pgmap v2562: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:19.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:18 smithi178 bash[77880]: audit 2024-03-21T13:10:18.090955+0000 mon.a (mon.0) 5746 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:19.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:18 smithi178 bash[77880]: cephadm 2024-03-21T13:10:18.092410+0000 mgr.x (mgr.34104) 3860 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:19.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:18 smithi178 bash[77880]: audit 2024-03-21T13:10:18.175206+0000 mon.a (mon.0) 5747 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:19.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:18 smithi178 bash[77880]: audit 2024-03-21T13:10:18.178291+0000 mon.a (mon.0) 5748 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:19.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:18 smithi178 bash[77880]: audit 2024-03-21T13:10:18.181843+0000 mon.a (mon.0) 5749 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:19.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:18 smithi178 bash[77880]: audit 2024-03-21T13:10:18.183184+0000 mon.a (mon.0) 5750 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:19.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:18 smithi178 bash[77880]: cluster 2024-03-21T13:10:18.186594+0000 mgr.x (mgr.34104) 3861 : cluster [DBG] pgmap v2563: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:19.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:18 smithi178 bash[77880]: cluster 2024-03-21T13:10:18.187393+0000 mgr.x (mgr.34104) 3862 : cluster [DBG] pgmap v2564: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:19.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:18 smithi178 bash[77880]: audit 2024-03-21T13:10:18.194723+0000 mon.a (mon.0) 5751 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:19.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:18 smithi178 bash[77880]: cephadm 2024-03-21T13:10:18.196112+0000 mgr.x (mgr.34104) 3863 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:19.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:18 smithi178 bash[77880]: audit 2024-03-21T13:10:18.273165+0000 mon.a (mon.0) 5752 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:19.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:18 smithi178 bash[77880]: audit 2024-03-21T13:10:18.276377+0000 mon.a (mon.0) 5753 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:19.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:18 smithi178 bash[77880]: audit 2024-03-21T13:10:18.279793+0000 mon.a (mon.0) 5754 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:19.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:18 smithi178 bash[77880]: audit 2024-03-21T13:10:18.281028+0000 mon.a (mon.0) 5755 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:19.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:18 smithi178 bash[77880]: audit 2024-03-21T13:10:18.292311+0000 mon.a (mon.0) 5756 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:19.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:18 smithi178 bash[77880]: audit 2024-03-21T13:10:18.370301+0000 mon.a (mon.0) 5757 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:19.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:18 smithi178 bash[75692]: cluster 2024-03-21T13:10:17.781958+0000 mgr.x (mgr.34104) 3849 : cluster [DBG] pgmap v2555: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:19.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:18 smithi178 bash[75692]: cluster 2024-03-21T13:10:17.782707+0000 mgr.x (mgr.34104) 3850 : cluster [DBG] pgmap v2556: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:19.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:18 smithi178 bash[75692]: cephadm 2024-03-21T13:10:17.791909+0000 mgr.x (mgr.34104) 3851 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:19.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:18 smithi178 bash[75692]: cluster 2024-03-21T13:10:17.880049+0000 mgr.x (mgr.34104) 3852 : cluster [DBG] pgmap v2557: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:19.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:18 smithi178 bash[75692]: cluster 2024-03-21T13:10:17.881024+0000 mgr.x (mgr.34104) 3853 : cluster [DBG] pgmap v2558: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:19.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:18 smithi178 bash[75692]: cephadm 2024-03-21T13:10:17.891417+0000 mgr.x (mgr.34104) 3854 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:19.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:18 smithi178 bash[75692]: audit 2024-03-21T13:10:17.971929+0000 mon.a (mon.0) 5737 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:19.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:18 smithi178 bash[75692]: audit 2024-03-21T13:10:17.974536+0000 mon.a (mon.0) 5738 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:19.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:18 smithi178 bash[75692]: audit 2024-03-21T13:10:17.977907+0000 mon.a (mon.0) 5739 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:19.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:18 smithi178 bash[75692]: audit 2024-03-21T13:10:17.979237+0000 mon.a (mon.0) 5740 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:19.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:18 smithi178 bash[75692]: cluster 2024-03-21T13:10:17.982290+0000 mgr.x (mgr.34104) 3855 : cluster [DBG] pgmap v2559: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:19.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:18 smithi178 bash[75692]: cluster 2024-03-21T13:10:17.982882+0000 mgr.x (mgr.34104) 3856 : cluster [DBG] pgmap v2560: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:19.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:18 smithi178 bash[75692]: audit 2024-03-21T13:10:17.989405+0000 mon.a (mon.0) 5741 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:19.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:18 smithi178 bash[75692]: cephadm 2024-03-21T13:10:17.990652+0000 mgr.x (mgr.34104) 3857 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:19.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:18 smithi178 bash[75692]: audit 2024-03-21T13:10:18.072036+0000 mon.a (mon.0) 5742 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:19.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:18 smithi178 bash[75692]: audit 2024-03-21T13:10:18.075100+0000 mon.a (mon.0) 5743 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:19.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:18 smithi178 bash[75692]: audit 2024-03-21T13:10:18.077959+0000 mon.a (mon.0) 5744 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:19.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:18 smithi178 bash[75692]: audit 2024-03-21T13:10:18.079081+0000 mon.a (mon.0) 5745 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:19.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:18 smithi178 bash[77880]: audit 2024-03-21T13:10:18.373369+0000 mon.a (mon.0) 5758 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:19.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:18 smithi178 bash[77880]: audit 2024-03-21T13:10:18.376962+0000 mon.a (mon.0) 5759 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:19.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:18 smithi178 bash[77880]: audit 2024-03-21T13:10:18.378193+0000 mon.a (mon.0) 5760 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:19.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:18 smithi178 bash[77880]: audit 2024-03-21T13:10:18.389246+0000 mon.a (mon.0) 5761 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:19.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:18 smithi178 bash[77880]: audit 2024-03-21T13:10:18.468247+0000 mon.a (mon.0) 5762 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:19.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:18 smithi178 bash[77880]: audit 2024-03-21T13:10:18.471818+0000 mon.a (mon.0) 5763 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:19.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:18 smithi178 bash[77880]: audit 2024-03-21T13:10:18.475074+0000 mon.a (mon.0) 5764 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:19.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:18 smithi178 bash[77880]: audit 2024-03-21T13:10:18.476511+0000 mon.a (mon.0) 5765 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:19.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:18 smithi178 bash[77880]: audit 2024-03-21T13:10:18.487656+0000 mon.a (mon.0) 5766 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:19.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:18 smithi178 bash[77880]: audit 2024-03-21T13:10:18.567011+0000 mon.a (mon.0) 5767 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:19.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:18 smithi178 bash[77880]: audit 2024-03-21T13:10:18.570450+0000 mon.a (mon.0) 5768 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:19.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:18 smithi178 bash[77880]: audit 2024-03-21T13:10:18.574164+0000 mon.a (mon.0) 5769 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:19.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:18 smithi178 bash[77880]: audit 2024-03-21T13:10:18.575640+0000 mon.a (mon.0) 5770 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:19.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:18 smithi178 bash[77880]: audit 2024-03-21T13:10:18.587682+0000 mon.a (mon.0) 5771 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:19.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:18 smithi178 bash[77880]: audit 2024-03-21T13:10:18.668219+0000 mon.a (mon.0) 5772 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:19.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:18 smithi178 bash[77880]: audit 2024-03-21T13:10:18.671512+0000 mon.a (mon.0) 5773 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:19.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:18 smithi178 bash[77880]: audit 2024-03-21T13:10:18.676718+0000 mon.a (mon.0) 5774 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:19.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:18 smithi178 bash[77880]: audit 2024-03-21T13:10:18.678412+0000 mon.a (mon.0) 5775 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:19.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:18 smithi178 bash[77880]: audit 2024-03-21T13:10:18.690807+0000 mon.a (mon.0) 5776 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:19.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:18 smithi178 bash[75692]: cluster 2024-03-21T13:10:18.082140+0000 mgr.x (mgr.34104) 3858 : cluster [DBG] pgmap v2561: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:19.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:18 smithi178 bash[75692]: cluster 2024-03-21T13:10:18.082633+0000 mgr.x (mgr.34104) 3859 : cluster [DBG] pgmap v2562: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:19.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:18 smithi178 bash[75692]: audit 2024-03-21T13:10:18.090955+0000 mon.a (mon.0) 5746 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:19.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:18 smithi178 bash[75692]: cephadm 2024-03-21T13:10:18.092410+0000 mgr.x (mgr.34104) 3860 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:19.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:18 smithi178 bash[75692]: audit 2024-03-21T13:10:18.175206+0000 mon.a (mon.0) 5747 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:19.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:18 smithi178 bash[75692]: audit 2024-03-21T13:10:18.178291+0000 mon.a (mon.0) 5748 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:19.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:18 smithi178 bash[75692]: audit 2024-03-21T13:10:18.181843+0000 mon.a (mon.0) 5749 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:19.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:18 smithi178 bash[75692]: audit 2024-03-21T13:10:18.183184+0000 mon.a (mon.0) 5750 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:19.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:18 smithi178 bash[75692]: cluster 2024-03-21T13:10:18.186594+0000 mgr.x (mgr.34104) 3861 : cluster [DBG] pgmap v2563: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:19.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:18 smithi178 bash[75692]: cluster 2024-03-21T13:10:18.187393+0000 mgr.x (mgr.34104) 3862 : cluster [DBG] pgmap v2564: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:19.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:18 smithi178 bash[75692]: audit 2024-03-21T13:10:18.194723+0000 mon.a (mon.0) 5751 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:19.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:18 smithi178 bash[75692]: cephadm 2024-03-21T13:10:18.196112+0000 mgr.x (mgr.34104) 3863 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:19.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:18 smithi178 bash[75692]: audit 2024-03-21T13:10:18.273165+0000 mon.a (mon.0) 5752 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:19.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:18 smithi178 bash[75692]: audit 2024-03-21T13:10:18.276377+0000 mon.a (mon.0) 5753 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:19.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:18 smithi178 bash[75692]: audit 2024-03-21T13:10:18.279793+0000 mon.a (mon.0) 5754 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:19.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:18 smithi178 bash[75692]: audit 2024-03-21T13:10:18.281028+0000 mon.a (mon.0) 5755 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:19.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:18 smithi178 bash[75692]: audit 2024-03-21T13:10:18.292311+0000 mon.a (mon.0) 5756 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:19.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:18 smithi178 bash[75692]: audit 2024-03-21T13:10:18.370301+0000 mon.a (mon.0) 5757 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:19.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:18 smithi178 bash[77880]: audit 2024-03-21T13:10:18.775064+0000 mon.a (mon.0) 5777 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:19.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:18 smithi178 bash[77880]: audit 2024-03-21T13:10:18.778423+0000 mon.a (mon.0) 5778 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:19.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:18 smithi178 bash[77880]: audit 2024-03-21T13:10:18.782387+0000 mon.a (mon.0) 5779 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:19.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:18 smithi178 bash[77880]: audit 2024-03-21T13:10:18.783860+0000 mon.a (mon.0) 5780 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:19.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:18 smithi178 bash[77880]: audit 2024-03-21T13:10:18.795810+0000 mon.a (mon.0) 5781 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:19.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:18 smithi178 bash[77880]: cluster 2024-03-21T13:10:18.825418+0000 mon.a (mon.0) 5782 : cluster [WRN] Health check update: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-21T13:10:19.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:18 smithi178 bash[77880]: audit 2024-03-21T13:10:18.875289+0000 mon.a (mon.0) 5783 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:19.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:18 smithi178 bash[77880]: audit 2024-03-21T13:10:18.878648+0000 mon.a (mon.0) 5784 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:19.309 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:18 smithi178 bash[77880]: audit 2024-03-21T13:10:18.882702+0000 mon.a (mon.0) 5785 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:19.309 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:18 smithi178 bash[77880]: audit 2024-03-21T13:10:18.884916+0000 mon.a (mon.0) 5786 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:19.309 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:18 smithi178 bash[77880]: audit 2024-03-21T13:10:18.897533+0000 mon.a (mon.0) 5787 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:19.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:18 smithi178 bash[75692]: audit 2024-03-21T13:10:18.373369+0000 mon.a (mon.0) 5758 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:19.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:18 smithi178 bash[75692]: audit 2024-03-21T13:10:18.376962+0000 mon.a (mon.0) 5759 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:19.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:18 smithi178 bash[75692]: audit 2024-03-21T13:10:18.378193+0000 mon.a (mon.0) 5760 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:19.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:18 smithi178 bash[75692]: audit 2024-03-21T13:10:18.389246+0000 mon.a (mon.0) 5761 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:19.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:18 smithi178 bash[75692]: audit 2024-03-21T13:10:18.468247+0000 mon.a (mon.0) 5762 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:19.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:18 smithi178 bash[75692]: audit 2024-03-21T13:10:18.471818+0000 mon.a (mon.0) 5763 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:19.310 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:18 smithi178 bash[75692]: audit 2024-03-21T13:10:18.475074+0000 mon.a (mon.0) 5764 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:19.310 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:18 smithi178 bash[75692]: audit 2024-03-21T13:10:18.476511+0000 mon.a (mon.0) 5765 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:19.310 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:18 smithi178 bash[75692]: audit 2024-03-21T13:10:18.487656+0000 mon.a (mon.0) 5766 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:19.310 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:18 smithi178 bash[75692]: audit 2024-03-21T13:10:18.567011+0000 mon.a (mon.0) 5767 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:19.310 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:18 smithi178 bash[75692]: audit 2024-03-21T13:10:18.570450+0000 mon.a (mon.0) 5768 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:19.310 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:18 smithi178 bash[75692]: audit 2024-03-21T13:10:18.574164+0000 mon.a (mon.0) 5769 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:19.310 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:18 smithi178 bash[75692]: audit 2024-03-21T13:10:18.575640+0000 mon.a (mon.0) 5770 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:19.310 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:18 smithi178 bash[75692]: audit 2024-03-21T13:10:18.587682+0000 mon.a (mon.0) 5771 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:19.310 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:18 smithi178 bash[75692]: audit 2024-03-21T13:10:18.668219+0000 mon.a (mon.0) 5772 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:19.310 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:18 smithi178 bash[75692]: audit 2024-03-21T13:10:18.671512+0000 mon.a (mon.0) 5773 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:19.310 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:18 smithi178 bash[75692]: audit 2024-03-21T13:10:18.676718+0000 mon.a (mon.0) 5774 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:19.310 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:18 smithi178 bash[75692]: audit 2024-03-21T13:10:18.678412+0000 mon.a (mon.0) 5775 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:19.310 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:18 smithi178 bash[75692]: audit 2024-03-21T13:10:18.690807+0000 mon.a (mon.0) 5776 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:19.310 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:18 smithi178 bash[75692]: audit 2024-03-21T13:10:18.775064+0000 mon.a (mon.0) 5777 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:19.311 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:18 smithi178 bash[75692]: audit 2024-03-21T13:10:18.778423+0000 mon.a (mon.0) 5778 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:19.311 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:18 smithi178 bash[75692]: audit 2024-03-21T13:10:18.782387+0000 mon.a (mon.0) 5779 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:19.311 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:18 smithi178 bash[75692]: audit 2024-03-21T13:10:18.783860+0000 mon.a (mon.0) 5780 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:19.311 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:18 smithi178 bash[75692]: audit 2024-03-21T13:10:18.795810+0000 mon.a (mon.0) 5781 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:19.311 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:18 smithi178 bash[75692]: cluster 2024-03-21T13:10:18.825418+0000 mon.a (mon.0) 5782 : cluster [WRN] Health check update: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-21T13:10:19.311 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:18 smithi178 bash[75692]: audit 2024-03-21T13:10:18.875289+0000 mon.a (mon.0) 5783 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:19.311 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:18 smithi178 bash[75692]: audit 2024-03-21T13:10:18.878648+0000 mon.a (mon.0) 5784 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:19.311 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:18 smithi178 bash[75692]: audit 2024-03-21T13:10:18.882702+0000 mon.a (mon.0) 5785 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:19.311 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:18 smithi178 bash[75692]: audit 2024-03-21T13:10:18.884916+0000 mon.a (mon.0) 5786 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:19.311 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:18 smithi178 bash[75692]: audit 2024-03-21T13:10:18.897533+0000 mon.a (mon.0) 5787 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:19.535 INFO:journalctl@ceph.osd.7.smithi184.stdout:Mar 21 13:10:19 smithi184 bash[76262]: debug 2024-03-21T13:10:19.231+0000 7f83c01f2700 1 -- 172.21.15.184:0/3837012018 <== mon.2 v2:172.21.15.184:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55730a853680 con 0x55730a890c00 2024-03-21T13:10:19.823 INFO:journalctl@ceph.osd.7.smithi184.stdout:Mar 21 13:10:19 smithi184 bash[76262]: debug 2024-03-21T13:10:19.527+0000 7f83c938a7c0 -1 Falling back to public interface 2024-03-21T13:10:19.964 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:19 smithi184 bash[59794]: cluster 2024-03-21T13:10:18.283537+0000 mgr.x (mgr.34104) 3864 : cluster [DBG] pgmap v2565: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:19.964 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:19 smithi184 bash[59794]: cluster 2024-03-21T13:10:18.283860+0000 mgr.x (mgr.34104) 3865 : cluster [DBG] pgmap v2566: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:19.964 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:19 smithi184 bash[59794]: cephadm 2024-03-21T13:10:18.293713+0000 mgr.x (mgr.34104) 3866 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:19.964 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:19 smithi184 bash[59794]: cluster 2024-03-21T13:10:18.380953+0000 mgr.x (mgr.34104) 3867 : cluster [DBG] pgmap v2567: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:19.964 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:19 smithi184 bash[59794]: cluster 2024-03-21T13:10:18.381617+0000 mgr.x (mgr.34104) 3868 : cluster [DBG] pgmap v2568: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:19.964 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:19 smithi184 bash[59794]: cephadm 2024-03-21T13:10:18.390632+0000 mgr.x (mgr.34104) 3869 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:19.964 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:19 smithi184 bash[59794]: cluster 2024-03-21T13:10:18.479895+0000 mgr.x (mgr.34104) 3870 : cluster [DBG] pgmap v2569: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:19.965 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:19 smithi184 bash[59794]: cluster 2024-03-21T13:10:18.480531+0000 mgr.x (mgr.34104) 3871 : cluster [DBG] pgmap v2570: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:19.965 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:19 smithi184 bash[59794]: cephadm 2024-03-21T13:10:18.489083+0000 mgr.x (mgr.34104) 3872 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:19.965 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:19 smithi184 bash[59794]: cluster 2024-03-21T13:10:18.578929+0000 mgr.x (mgr.34104) 3873 : cluster [DBG] pgmap v2571: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:19.965 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:19 smithi184 bash[59794]: cluster 2024-03-21T13:10:18.579579+0000 mgr.x (mgr.34104) 3874 : cluster [DBG] pgmap v2572: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:19.965 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:19 smithi184 bash[59794]: cephadm 2024-03-21T13:10:18.589156+0000 mgr.x (mgr.34104) 3875 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:19.965 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:19 smithi184 bash[59794]: cluster 2024-03-21T13:10:18.681715+0000 mgr.x (mgr.34104) 3876 : cluster [DBG] pgmap v2573: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:19.965 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:19 smithi184 bash[59794]: cluster 2024-03-21T13:10:18.682186+0000 mgr.x (mgr.34104) 3877 : cluster [DBG] pgmap v2574: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:19.965 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:19 smithi184 bash[59794]: cephadm 2024-03-21T13:10:18.692305+0000 mgr.x (mgr.34104) 3878 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:19.965 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:19 smithi184 bash[59794]: cluster 2024-03-21T13:10:18.787344+0000 mgr.x (mgr.34104) 3879 : cluster [DBG] pgmap v2575: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:19.965 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:19 smithi184 bash[59794]: cluster 2024-03-21T13:10:18.788236+0000 mgr.x (mgr.34104) 3880 : cluster [DBG] pgmap v2576: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:19.965 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:19 smithi184 bash[59794]: cephadm 2024-03-21T13:10:18.797066+0000 mgr.x (mgr.34104) 3881 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:19.965 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:19 smithi184 bash[59794]: cluster 2024-03-21T13:10:18.888583+0000 mgr.x (mgr.34104) 3882 : cluster [DBG] pgmap v2577: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s; 81/630 objects degraded (12.857%) 2024-03-21T13:10:19.965 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:19 smithi184 bash[59794]: cluster 2024-03-21T13:10:18.889141+0000 mgr.x (mgr.34104) 3883 : cluster [DBG] pgmap v2578: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s; 81/630 objects degraded (12.857%) 2024-03-21T13:10:19.965 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:19 smithi184 bash[59794]: cephadm 2024-03-21T13:10:18.898851+0000 mgr.x (mgr.34104) 3884 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:19.966 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:19 smithi184 bash[59794]: audit 2024-03-21T13:10:18.973541+0000 mon.a (mon.0) 5788 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:19.966 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:19 smithi184 bash[59794]: audit 2024-03-21T13:10:18.976646+0000 mon.a (mon.0) 5789 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:19.966 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:19 smithi184 bash[59794]: audit 2024-03-21T13:10:18.979792+0000 mon.a (mon.0) 5790 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:19.966 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:19 smithi184 bash[59794]: audit 2024-03-21T13:10:18.981046+0000 mon.a (mon.0) 5791 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:19.966 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:19 smithi184 bash[59794]: cluster 2024-03-21T13:10:18.984055+0000 mgr.x (mgr.34104) 3885 : cluster [DBG] pgmap v2579: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s; 81/630 objects degraded (12.857%) 2024-03-21T13:10:19.966 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:19 smithi184 bash[59794]: cluster 2024-03-21T13:10:18.984805+0000 mgr.x (mgr.34104) 3886 : cluster [DBG] pgmap v2580: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s; 81/630 objects degraded (12.857%) 2024-03-21T13:10:19.966 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:19 smithi184 bash[59794]: audit 2024-03-21T13:10:18.992375+0000 mon.a (mon.0) 5792 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:19.966 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:19 smithi184 bash[59794]: cephadm 2024-03-21T13:10:18.993891+0000 mgr.x (mgr.34104) 3887 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:19.966 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:19 smithi184 bash[59794]: audit 2024-03-21T13:10:19.072838+0000 mon.a (mon.0) 5793 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:19.966 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:19 smithi184 bash[59794]: audit 2024-03-21T13:10:19.076298+0000 mon.a (mon.0) 5794 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:19.966 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:19 smithi184 bash[59794]: audit 2024-03-21T13:10:19.079579+0000 mon.a (mon.0) 5795 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:19.966 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:19 smithi184 bash[59794]: audit 2024-03-21T13:10:19.080804+0000 mon.a (mon.0) 5796 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:19.966 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:19 smithi184 bash[59794]: cluster 2024-03-21T13:10:19.084716+0000 mgr.x (mgr.34104) 3888 : cluster [DBG] pgmap v2581: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s; 81/630 objects degraded (12.857%) 2024-03-21T13:10:19.966 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:19 smithi184 bash[59794]: cluster 2024-03-21T13:10:19.085852+0000 mgr.x (mgr.34104) 3889 : cluster [DBG] pgmap v2582: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s; 81/630 objects degraded (12.857%) 2024-03-21T13:10:19.967 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:19 smithi184 bash[59794]: audit 2024-03-21T13:10:19.092592+0000 mon.a (mon.0) 5797 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:19.967 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:19 smithi184 bash[59794]: cephadm 2024-03-21T13:10:19.093804+0000 mgr.x (mgr.34104) 3890 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:19.967 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:19 smithi184 bash[59794]: audit 2024-03-21T13:10:19.174336+0000 mon.a (mon.0) 5798 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:19.967 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:19 smithi184 bash[59794]: audit 2024-03-21T13:10:19.178267+0000 mon.a (mon.0) 5799 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:19.967 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:19 smithi184 bash[59794]: audit 2024-03-21T13:10:19.182739+0000 mon.a (mon.0) 5800 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:19.967 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:19 smithi184 bash[59794]: audit 2024-03-21T13:10:19.184344+0000 mon.a (mon.0) 5801 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:19.967 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:19 smithi184 bash[59794]: cluster 2024-03-21T13:10:19.187454+0000 mgr.x (mgr.34104) 3891 : cluster [DBG] pgmap v2583: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:19.967 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:19 smithi184 bash[59794]: cluster 2024-03-21T13:10:19.187908+0000 mgr.x (mgr.34104) 3892 : cluster [DBG] pgmap v2584: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:19.967 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:19 smithi184 bash[59794]: audit 2024-03-21T13:10:19.196169+0000 mon.a (mon.0) 5802 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:19.967 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:19 smithi184 bash[59794]: cephadm 2024-03-21T13:10:19.197464+0000 mgr.x (mgr.34104) 3893 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:19.967 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:19 smithi184 bash[59794]: audit 2024-03-21T13:10:19.278100+0000 mon.a (mon.0) 5803 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:19.967 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:19 smithi184 bash[59794]: audit 2024-03-21T13:10:19.281345+0000 mon.a (mon.0) 5804 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:19.967 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:19 smithi184 bash[59794]: audit 2024-03-21T13:10:19.284777+0000 mon.a (mon.0) 5805 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:19.967 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:19 smithi184 bash[59794]: audit 2024-03-21T13:10:19.286331+0000 mon.a (mon.0) 5806 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:19.968 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:19 smithi184 bash[59794]: audit 2024-03-21T13:10:19.299453+0000 mon.a (mon.0) 5807 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:19.968 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:19 smithi184 bash[59794]: audit 2024-03-21T13:10:19.379953+0000 mon.a (mon.0) 5808 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:19.968 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:19 smithi184 bash[59794]: audit 2024-03-21T13:10:19.383177+0000 mon.a (mon.0) 5809 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:19.968 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:19 smithi184 bash[59794]: audit 2024-03-21T13:10:19.386477+0000 mon.a (mon.0) 5810 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:19.968 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:19 smithi184 bash[59794]: audit 2024-03-21T13:10:19.388228+0000 mon.a (mon.0) 5811 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:19.968 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:19 smithi184 bash[59794]: audit 2024-03-21T13:10:19.399328+0000 mon.a (mon.0) 5812 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:19.968 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:19 smithi184 bash[59794]: audit 2024-03-21T13:10:19.479552+0000 mon.a (mon.0) 5813 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:19.969 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:19 smithi184 bash[59794]: audit 2024-03-21T13:10:19.482947+0000 mon.a (mon.0) 5814 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:19.969 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:19 smithi184 bash[59794]: audit 2024-03-21T13:10:19.486538+0000 mon.a (mon.0) 5815 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:19.969 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:19 smithi184 bash[59794]: audit 2024-03-21T13:10:19.488160+0000 mon.a (mon.0) 5816 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:19.969 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:19 smithi184 bash[59794]: audit 2024-03-21T13:10:19.499598+0000 mon.a (mon.0) 5817 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:19.969 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:19 smithi184 bash[59794]: audit 2024-03-21T13:10:19.580731+0000 mon.a (mon.0) 5818 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:19.969 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:19 smithi184 bash[59794]: audit 2024-03-21T13:10:19.583926+0000 mon.a (mon.0) 5819 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:19.969 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:19 smithi184 bash[59794]: audit 2024-03-21T13:10:19.587018+0000 mon.a (mon.0) 5820 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:19.969 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:19 smithi184 bash[59794]: audit 2024-03-21T13:10:19.588743+0000 mon.a (mon.0) 5821 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:19.969 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:19 smithi184 bash[59794]: audit 2024-03-21T13:10:19.600750+0000 mon.a (mon.0) 5822 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:19.969 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:19 smithi184 bash[59794]: audit 2024-03-21T13:10:19.680765+0000 mon.a (mon.0) 5823 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:19.969 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:19 smithi184 bash[59794]: audit 2024-03-21T13:10:19.684394+0000 mon.a (mon.0) 5824 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:19.969 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:19 smithi184 bash[59794]: audit 2024-03-21T13:10:19.688504+0000 mon.a (mon.0) 5825 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:19.969 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:19 smithi184 bash[59794]: audit 2024-03-21T13:10:19.690019+0000 mon.a (mon.0) 5826 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:19.969 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:19 smithi184 bash[59794]: audit 2024-03-21T13:10:19.702078+0000 mon.a (mon.0) 5827 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:19.969 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:19 smithi184 bash[59794]: audit 2024-03-21T13:10:19.783961+0000 mon.a (mon.0) 5828 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:19.970 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:19 smithi184 bash[59794]: audit 2024-03-21T13:10:19.787347+0000 mon.a (mon.0) 5829 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:19.970 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:19 smithi184 bash[59794]: audit 2024-03-21T13:10:19.794757+0000 mon.a (mon.0) 5830 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:19.970 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:19 smithi184 bash[59794]: audit 2024-03-21T13:10:19.795465+0000 mon.a (mon.0) 5831 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:19.970 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:19 smithi184 bash[59794]: audit 2024-03-21T13:10:19.796001+0000 mon.a (mon.0) 5832 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:10:19.970 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:19 smithi184 bash[59794]: audit 2024-03-21T13:10:19.796870+0000 mon.a (mon.0) 5833 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:19.970 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:19 smithi184 bash[59794]: audit 2024-03-21T13:10:19.826702+0000 mon.a (mon.0) 5834 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:19.970 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:19 smithi184 bash[59794]: audit 2024-03-21T13:10:19.911268+0000 mon.a (mon.0) 5835 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:19.970 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:19 smithi184 bash[59794]: audit 2024-03-21T13:10:19.916361+0000 mon.a (mon.0) 5836 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:19.970 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:19 smithi184 bash[59794]: audit 2024-03-21T13:10:19.919367+0000 mon.a (mon.0) 5837 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:19.970 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:19 smithi184 bash[59794]: audit 2024-03-21T13:10:19.920577+0000 mon.a (mon.0) 5838 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:19.970 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:19 smithi184 bash[59794]: audit 2024-03-21T13:10:19.928340+0000 mon.a (mon.0) 5839 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:20.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:19 smithi178 bash[75692]: cluster 2024-03-21T13:10:18.283537+0000 mgr.x (mgr.34104) 3864 : cluster [DBG] pgmap v2565: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:20.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:19 smithi178 bash[75692]: cluster 2024-03-21T13:10:18.283860+0000 mgr.x (mgr.34104) 3865 : cluster [DBG] pgmap v2566: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:20.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:19 smithi178 bash[75692]: cephadm 2024-03-21T13:10:18.293713+0000 mgr.x (mgr.34104) 3866 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:20.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:19 smithi178 bash[75692]: cluster 2024-03-21T13:10:18.380953+0000 mgr.x (mgr.34104) 3867 : cluster [DBG] pgmap v2567: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:20.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:19 smithi178 bash[75692]: cluster 2024-03-21T13:10:18.381617+0000 mgr.x (mgr.34104) 3868 : cluster [DBG] pgmap v2568: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:20.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:19 smithi178 bash[75692]: cephadm 2024-03-21T13:10:18.390632+0000 mgr.x (mgr.34104) 3869 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:20.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:19 smithi178 bash[75692]: cluster 2024-03-21T13:10:18.479895+0000 mgr.x (mgr.34104) 3870 : cluster [DBG] pgmap v2569: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:20.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:19 smithi178 bash[75692]: cluster 2024-03-21T13:10:18.480531+0000 mgr.x (mgr.34104) 3871 : cluster [DBG] pgmap v2570: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:20.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:19 smithi178 bash[75692]: cephadm 2024-03-21T13:10:18.489083+0000 mgr.x (mgr.34104) 3872 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:20.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:19 smithi178 bash[75692]: cluster 2024-03-21T13:10:18.578929+0000 mgr.x (mgr.34104) 3873 : cluster [DBG] pgmap v2571: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:20.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:19 smithi178 bash[75692]: cluster 2024-03-21T13:10:18.579579+0000 mgr.x (mgr.34104) 3874 : cluster [DBG] pgmap v2572: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:20.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:19 smithi178 bash[75692]: cephadm 2024-03-21T13:10:18.589156+0000 mgr.x (mgr.34104) 3875 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:20.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:19 smithi178 bash[75692]: cluster 2024-03-21T13:10:18.681715+0000 mgr.x (mgr.34104) 3876 : cluster [DBG] pgmap v2573: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:20.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:19 smithi178 bash[75692]: cluster 2024-03-21T13:10:18.682186+0000 mgr.x (mgr.34104) 3877 : cluster [DBG] pgmap v2574: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:20.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:19 smithi178 bash[75692]: cephadm 2024-03-21T13:10:18.692305+0000 mgr.x (mgr.34104) 3878 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:20.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:19 smithi178 bash[77880]: cluster 2024-03-21T13:10:18.283537+0000 mgr.x (mgr.34104) 3864 : cluster [DBG] pgmap v2565: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:20.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:19 smithi178 bash[77880]: cluster 2024-03-21T13:10:18.283860+0000 mgr.x (mgr.34104) 3865 : cluster [DBG] pgmap v2566: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:20.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:19 smithi178 bash[77880]: cephadm 2024-03-21T13:10:18.293713+0000 mgr.x (mgr.34104) 3866 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:20.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:19 smithi178 bash[77880]: cluster 2024-03-21T13:10:18.380953+0000 mgr.x (mgr.34104) 3867 : cluster [DBG] pgmap v2567: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:20.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:19 smithi178 bash[77880]: cluster 2024-03-21T13:10:18.381617+0000 mgr.x (mgr.34104) 3868 : cluster [DBG] pgmap v2568: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:20.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:19 smithi178 bash[77880]: cephadm 2024-03-21T13:10:18.390632+0000 mgr.x (mgr.34104) 3869 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:20.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:19 smithi178 bash[77880]: cluster 2024-03-21T13:10:18.479895+0000 mgr.x (mgr.34104) 3870 : cluster [DBG] pgmap v2569: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:20.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:19 smithi178 bash[77880]: cluster 2024-03-21T13:10:18.480531+0000 mgr.x (mgr.34104) 3871 : cluster [DBG] pgmap v2570: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:20.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:19 smithi178 bash[77880]: cephadm 2024-03-21T13:10:18.489083+0000 mgr.x (mgr.34104) 3872 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:20.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:19 smithi178 bash[77880]: cluster 2024-03-21T13:10:18.578929+0000 mgr.x (mgr.34104) 3873 : cluster [DBG] pgmap v2571: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:20.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:19 smithi178 bash[77880]: cluster 2024-03-21T13:10:18.579579+0000 mgr.x (mgr.34104) 3874 : cluster [DBG] pgmap v2572: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:20.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:19 smithi178 bash[77880]: cephadm 2024-03-21T13:10:18.589156+0000 mgr.x (mgr.34104) 3875 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:20.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:19 smithi178 bash[77880]: cluster 2024-03-21T13:10:18.681715+0000 mgr.x (mgr.34104) 3876 : cluster [DBG] pgmap v2573: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:20.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:19 smithi178 bash[77880]: cluster 2024-03-21T13:10:18.682186+0000 mgr.x (mgr.34104) 3877 : cluster [DBG] pgmap v2574: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:20.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:19 smithi178 bash[77880]: cephadm 2024-03-21T13:10:18.692305+0000 mgr.x (mgr.34104) 3878 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:20.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:19 smithi178 bash[75692]: cluster 2024-03-21T13:10:18.787344+0000 mgr.x (mgr.34104) 3879 : cluster [DBG] pgmap v2575: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:20.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:19 smithi178 bash[75692]: cluster 2024-03-21T13:10:18.788236+0000 mgr.x (mgr.34104) 3880 : cluster [DBG] pgmap v2576: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:20.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:19 smithi178 bash[75692]: cephadm 2024-03-21T13:10:18.797066+0000 mgr.x (mgr.34104) 3881 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:20.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:19 smithi178 bash[75692]: cluster 2024-03-21T13:10:18.888583+0000 mgr.x (mgr.34104) 3882 : cluster [DBG] pgmap v2577: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s; 81/630 objects degraded (12.857%) 2024-03-21T13:10:20.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:19 smithi178 bash[75692]: cluster 2024-03-21T13:10:18.889141+0000 mgr.x (mgr.34104) 3883 : cluster [DBG] pgmap v2578: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s; 81/630 objects degraded (12.857%) 2024-03-21T13:10:20.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:19 smithi178 bash[75692]: cephadm 2024-03-21T13:10:18.898851+0000 mgr.x (mgr.34104) 3884 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:20.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:19 smithi178 bash[75692]: audit 2024-03-21T13:10:18.973541+0000 mon.a (mon.0) 5788 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:20.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:19 smithi178 bash[75692]: audit 2024-03-21T13:10:18.976646+0000 mon.a (mon.0) 5789 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:20.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:19 smithi178 bash[75692]: audit 2024-03-21T13:10:18.979792+0000 mon.a (mon.0) 5790 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:20.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:19 smithi178 bash[75692]: audit 2024-03-21T13:10:18.981046+0000 mon.a (mon.0) 5791 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:20.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:19 smithi178 bash[75692]: cluster 2024-03-21T13:10:18.984055+0000 mgr.x (mgr.34104) 3885 : cluster [DBG] pgmap v2579: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s; 81/630 objects degraded (12.857%) 2024-03-21T13:10:20.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:19 smithi178 bash[75692]: cluster 2024-03-21T13:10:18.984805+0000 mgr.x (mgr.34104) 3886 : cluster [DBG] pgmap v2580: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s; 81/630 objects degraded (12.857%) 2024-03-21T13:10:20.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:19 smithi178 bash[75692]: audit 2024-03-21T13:10:18.992375+0000 mon.a (mon.0) 5792 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:20.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:19 smithi178 bash[75692]: cephadm 2024-03-21T13:10:18.993891+0000 mgr.x (mgr.34104) 3887 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:20.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:19 smithi178 bash[75692]: audit 2024-03-21T13:10:19.072838+0000 mon.a (mon.0) 5793 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:20.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:19 smithi178 bash[75692]: audit 2024-03-21T13:10:19.076298+0000 mon.a (mon.0) 5794 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:20.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:19 smithi178 bash[75692]: audit 2024-03-21T13:10:19.079579+0000 mon.a (mon.0) 5795 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:20.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:19 smithi178 bash[77880]: cluster 2024-03-21T13:10:18.787344+0000 mgr.x (mgr.34104) 3879 : cluster [DBG] pgmap v2575: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:20.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:19 smithi178 bash[77880]: cluster 2024-03-21T13:10:18.788236+0000 mgr.x (mgr.34104) 3880 : cluster [DBG] pgmap v2576: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:20.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:19 smithi178 bash[77880]: cephadm 2024-03-21T13:10:18.797066+0000 mgr.x (mgr.34104) 3881 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:20.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:19 smithi178 bash[77880]: cluster 2024-03-21T13:10:18.888583+0000 mgr.x (mgr.34104) 3882 : cluster [DBG] pgmap v2577: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s; 81/630 objects degraded (12.857%) 2024-03-21T13:10:20.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:19 smithi178 bash[77880]: cluster 2024-03-21T13:10:18.889141+0000 mgr.x (mgr.34104) 3883 : cluster [DBG] pgmap v2578: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s; 81/630 objects degraded (12.857%) 2024-03-21T13:10:20.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:19 smithi178 bash[77880]: cephadm 2024-03-21T13:10:18.898851+0000 mgr.x (mgr.34104) 3884 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:20.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:19 smithi178 bash[77880]: audit 2024-03-21T13:10:18.973541+0000 mon.a (mon.0) 5788 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:20.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:19 smithi178 bash[77880]: audit 2024-03-21T13:10:18.976646+0000 mon.a (mon.0) 5789 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:20.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:19 smithi178 bash[77880]: audit 2024-03-21T13:10:18.979792+0000 mon.a (mon.0) 5790 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:20.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:19 smithi178 bash[77880]: audit 2024-03-21T13:10:18.981046+0000 mon.a (mon.0) 5791 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:20.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:19 smithi178 bash[77880]: cluster 2024-03-21T13:10:18.984055+0000 mgr.x (mgr.34104) 3885 : cluster [DBG] pgmap v2579: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s; 81/630 objects degraded (12.857%) 2024-03-21T13:10:20.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:19 smithi178 bash[77880]: cluster 2024-03-21T13:10:18.984805+0000 mgr.x (mgr.34104) 3886 : cluster [DBG] pgmap v2580: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s; 81/630 objects degraded (12.857%) 2024-03-21T13:10:20.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:19 smithi178 bash[77880]: audit 2024-03-21T13:10:18.992375+0000 mon.a (mon.0) 5792 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:20.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:19 smithi178 bash[77880]: cephadm 2024-03-21T13:10:18.993891+0000 mgr.x (mgr.34104) 3887 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:20.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:19 smithi178 bash[77880]: audit 2024-03-21T13:10:19.072838+0000 mon.a (mon.0) 5793 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:20.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:19 smithi178 bash[77880]: audit 2024-03-21T13:10:19.076298+0000 mon.a (mon.0) 5794 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:20.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:19 smithi178 bash[77880]: audit 2024-03-21T13:10:19.079579+0000 mon.a (mon.0) 5795 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:20.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:19 smithi178 bash[75692]: audit 2024-03-21T13:10:19.080804+0000 mon.a (mon.0) 5796 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:20.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:19 smithi178 bash[75692]: cluster 2024-03-21T13:10:19.084716+0000 mgr.x (mgr.34104) 3888 : cluster [DBG] pgmap v2581: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s; 81/630 objects degraded (12.857%) 2024-03-21T13:10:20.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:19 smithi178 bash[75692]: cluster 2024-03-21T13:10:19.085852+0000 mgr.x (mgr.34104) 3889 : cluster [DBG] pgmap v2582: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s; 81/630 objects degraded (12.857%) 2024-03-21T13:10:20.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:19 smithi178 bash[75692]: audit 2024-03-21T13:10:19.092592+0000 mon.a (mon.0) 5797 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:20.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:19 smithi178 bash[75692]: cephadm 2024-03-21T13:10:19.093804+0000 mgr.x (mgr.34104) 3890 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:20.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:19 smithi178 bash[75692]: audit 2024-03-21T13:10:19.174336+0000 mon.a (mon.0) 5798 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:20.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:19 smithi178 bash[75692]: audit 2024-03-21T13:10:19.178267+0000 mon.a (mon.0) 5799 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:20.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:19 smithi178 bash[75692]: audit 2024-03-21T13:10:19.182739+0000 mon.a (mon.0) 5800 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:20.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:19 smithi178 bash[75692]: audit 2024-03-21T13:10:19.184344+0000 mon.a (mon.0) 5801 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:20.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:19 smithi178 bash[75692]: cluster 2024-03-21T13:10:19.187454+0000 mgr.x (mgr.34104) 3891 : cluster [DBG] pgmap v2583: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:20.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:19 smithi178 bash[75692]: cluster 2024-03-21T13:10:19.187908+0000 mgr.x (mgr.34104) 3892 : cluster [DBG] pgmap v2584: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:20.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:19 smithi178 bash[75692]: audit 2024-03-21T13:10:19.196169+0000 mon.a (mon.0) 5802 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:20.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:19 smithi178 bash[75692]: cephadm 2024-03-21T13:10:19.197464+0000 mgr.x (mgr.34104) 3893 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:20.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:19 smithi178 bash[75692]: audit 2024-03-21T13:10:19.278100+0000 mon.a (mon.0) 5803 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:20.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:19 smithi178 bash[75692]: audit 2024-03-21T13:10:19.281345+0000 mon.a (mon.0) 5804 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:20.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:19 smithi178 bash[75692]: audit 2024-03-21T13:10:19.284777+0000 mon.a (mon.0) 5805 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:20.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:19 smithi178 bash[75692]: audit 2024-03-21T13:10:19.286331+0000 mon.a (mon.0) 5806 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:20.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:19 smithi178 bash[75692]: audit 2024-03-21T13:10:19.299453+0000 mon.a (mon.0) 5807 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:20.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:19 smithi178 bash[77880]: audit 2024-03-21T13:10:19.080804+0000 mon.a (mon.0) 5796 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:20.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:19 smithi178 bash[77880]: cluster 2024-03-21T13:10:19.084716+0000 mgr.x (mgr.34104) 3888 : cluster [DBG] pgmap v2581: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s; 81/630 objects degraded (12.857%) 2024-03-21T13:10:20.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:19 smithi178 bash[77880]: cluster 2024-03-21T13:10:19.085852+0000 mgr.x (mgr.34104) 3889 : cluster [DBG] pgmap v2582: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s; 81/630 objects degraded (12.857%) 2024-03-21T13:10:20.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:19 smithi178 bash[77880]: audit 2024-03-21T13:10:19.092592+0000 mon.a (mon.0) 5797 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:20.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:19 smithi178 bash[77880]: cephadm 2024-03-21T13:10:19.093804+0000 mgr.x (mgr.34104) 3890 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:20.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:19 smithi178 bash[77880]: audit 2024-03-21T13:10:19.174336+0000 mon.a (mon.0) 5798 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:20.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:19 smithi178 bash[77880]: audit 2024-03-21T13:10:19.178267+0000 mon.a (mon.0) 5799 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:20.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:19 smithi178 bash[77880]: audit 2024-03-21T13:10:19.182739+0000 mon.a (mon.0) 5800 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:20.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:19 smithi178 bash[77880]: audit 2024-03-21T13:10:19.184344+0000 mon.a (mon.0) 5801 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:20.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:19 smithi178 bash[77880]: cluster 2024-03-21T13:10:19.187454+0000 mgr.x (mgr.34104) 3891 : cluster [DBG] pgmap v2583: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:20.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:19 smithi178 bash[77880]: cluster 2024-03-21T13:10:19.187908+0000 mgr.x (mgr.34104) 3892 : cluster [DBG] pgmap v2584: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:20.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:19 smithi178 bash[77880]: audit 2024-03-21T13:10:19.196169+0000 mon.a (mon.0) 5802 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:20.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:19 smithi178 bash[77880]: cephadm 2024-03-21T13:10:19.197464+0000 mgr.x (mgr.34104) 3893 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:20.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:19 smithi178 bash[77880]: audit 2024-03-21T13:10:19.278100+0000 mon.a (mon.0) 5803 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:20.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:19 smithi178 bash[77880]: audit 2024-03-21T13:10:19.281345+0000 mon.a (mon.0) 5804 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:20.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:19 smithi178 bash[77880]: audit 2024-03-21T13:10:19.284777+0000 mon.a (mon.0) 5805 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:20.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:19 smithi178 bash[77880]: audit 2024-03-21T13:10:19.286331+0000 mon.a (mon.0) 5806 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:20.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:19 smithi178 bash[77880]: audit 2024-03-21T13:10:19.299453+0000 mon.a (mon.0) 5807 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:20.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:19 smithi178 bash[75692]: audit 2024-03-21T13:10:19.379953+0000 mon.a (mon.0) 5808 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:20.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:19 smithi178 bash[75692]: audit 2024-03-21T13:10:19.383177+0000 mon.a (mon.0) 5809 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:20.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:19 smithi178 bash[75692]: audit 2024-03-21T13:10:19.386477+0000 mon.a (mon.0) 5810 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:20.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:19 smithi178 bash[75692]: audit 2024-03-21T13:10:19.388228+0000 mon.a (mon.0) 5811 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:20.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:19 smithi178 bash[75692]: audit 2024-03-21T13:10:19.399328+0000 mon.a (mon.0) 5812 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:20.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:19 smithi178 bash[75692]: audit 2024-03-21T13:10:19.479552+0000 mon.a (mon.0) 5813 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:20.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:19 smithi178 bash[75692]: audit 2024-03-21T13:10:19.482947+0000 mon.a (mon.0) 5814 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:20.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:19 smithi178 bash[75692]: audit 2024-03-21T13:10:19.486538+0000 mon.a (mon.0) 5815 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:20.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:19 smithi178 bash[75692]: audit 2024-03-21T13:10:19.488160+0000 mon.a (mon.0) 5816 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:20.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:19 smithi178 bash[75692]: audit 2024-03-21T13:10:19.499598+0000 mon.a (mon.0) 5817 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:20.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:19 smithi178 bash[75692]: audit 2024-03-21T13:10:19.580731+0000 mon.a (mon.0) 5818 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:20.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:19 smithi178 bash[75692]: audit 2024-03-21T13:10:19.583926+0000 mon.a (mon.0) 5819 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:20.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:19 smithi178 bash[75692]: audit 2024-03-21T13:10:19.587018+0000 mon.a (mon.0) 5820 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:20.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:19 smithi178 bash[75692]: audit 2024-03-21T13:10:19.588743+0000 mon.a (mon.0) 5821 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:20.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:19 smithi178 bash[75692]: audit 2024-03-21T13:10:19.600750+0000 mon.a (mon.0) 5822 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:20.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:19 smithi178 bash[75692]: audit 2024-03-21T13:10:19.680765+0000 mon.a (mon.0) 5823 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:20.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:19 smithi178 bash[75692]: audit 2024-03-21T13:10:19.684394+0000 mon.a (mon.0) 5824 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:20.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:19 smithi178 bash[75692]: audit 2024-03-21T13:10:19.688504+0000 mon.a (mon.0) 5825 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:20.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:19 smithi178 bash[75692]: audit 2024-03-21T13:10:19.690019+0000 mon.a (mon.0) 5826 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:20.309 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:19 smithi178 bash[77880]: audit 2024-03-21T13:10:19.379953+0000 mon.a (mon.0) 5808 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:20.309 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:19 smithi178 bash[77880]: audit 2024-03-21T13:10:19.383177+0000 mon.a (mon.0) 5809 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:20.309 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:19 smithi178 bash[77880]: audit 2024-03-21T13:10:19.386477+0000 mon.a (mon.0) 5810 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:20.309 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:19 smithi178 bash[77880]: audit 2024-03-21T13:10:19.388228+0000 mon.a (mon.0) 5811 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:20.309 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:19 smithi178 bash[77880]: audit 2024-03-21T13:10:19.399328+0000 mon.a (mon.0) 5812 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:20.309 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:19 smithi178 bash[77880]: audit 2024-03-21T13:10:19.479552+0000 mon.a (mon.0) 5813 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:20.309 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:19 smithi178 bash[77880]: audit 2024-03-21T13:10:19.482947+0000 mon.a (mon.0) 5814 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:20.309 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:19 smithi178 bash[77880]: audit 2024-03-21T13:10:19.486538+0000 mon.a (mon.0) 5815 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:20.309 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:19 smithi178 bash[77880]: audit 2024-03-21T13:10:19.488160+0000 mon.a (mon.0) 5816 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:20.309 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:19 smithi178 bash[77880]: audit 2024-03-21T13:10:19.499598+0000 mon.a (mon.0) 5817 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:20.309 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:19 smithi178 bash[77880]: audit 2024-03-21T13:10:19.580731+0000 mon.a (mon.0) 5818 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:20.309 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:19 smithi178 bash[77880]: audit 2024-03-21T13:10:19.583926+0000 mon.a (mon.0) 5819 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:20.309 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:19 smithi178 bash[77880]: audit 2024-03-21T13:10:19.587018+0000 mon.a (mon.0) 5820 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:20.310 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:19 smithi178 bash[77880]: audit 2024-03-21T13:10:19.588743+0000 mon.a (mon.0) 5821 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:20.310 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:19 smithi178 bash[77880]: audit 2024-03-21T13:10:19.600750+0000 mon.a (mon.0) 5822 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:20.310 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:19 smithi178 bash[77880]: audit 2024-03-21T13:10:19.680765+0000 mon.a (mon.0) 5823 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:20.310 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:19 smithi178 bash[77880]: audit 2024-03-21T13:10:19.684394+0000 mon.a (mon.0) 5824 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:20.310 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:19 smithi178 bash[77880]: audit 2024-03-21T13:10:19.688504+0000 mon.a (mon.0) 5825 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:20.310 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:19 smithi178 bash[77880]: audit 2024-03-21T13:10:19.690019+0000 mon.a (mon.0) 5826 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:20.310 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:19 smithi178 bash[75692]: audit 2024-03-21T13:10:19.702078+0000 mon.a (mon.0) 5827 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:20.310 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:19 smithi178 bash[75692]: audit 2024-03-21T13:10:19.783961+0000 mon.a (mon.0) 5828 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:20.310 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:19 smithi178 bash[75692]: audit 2024-03-21T13:10:19.787347+0000 mon.a (mon.0) 5829 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:20.310 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:19 smithi178 bash[75692]: audit 2024-03-21T13:10:19.794757+0000 mon.a (mon.0) 5830 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:20.311 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:19 smithi178 bash[75692]: audit 2024-03-21T13:10:19.795465+0000 mon.a (mon.0) 5831 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:20.311 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:19 smithi178 bash[75692]: audit 2024-03-21T13:10:19.796001+0000 mon.a (mon.0) 5832 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:10:20.311 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:19 smithi178 bash[75692]: audit 2024-03-21T13:10:19.796870+0000 mon.a (mon.0) 5833 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:20.311 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:19 smithi178 bash[75692]: audit 2024-03-21T13:10:19.826702+0000 mon.a (mon.0) 5834 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:20.311 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:19 smithi178 bash[75692]: audit 2024-03-21T13:10:19.911268+0000 mon.a (mon.0) 5835 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:20.311 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:19 smithi178 bash[75692]: audit 2024-03-21T13:10:19.916361+0000 mon.a (mon.0) 5836 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:20.311 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:19 smithi178 bash[75692]: audit 2024-03-21T13:10:19.919367+0000 mon.a (mon.0) 5837 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:20.311 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:19 smithi178 bash[75692]: audit 2024-03-21T13:10:19.920577+0000 mon.a (mon.0) 5838 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:20.311 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:19 smithi178 bash[75692]: audit 2024-03-21T13:10:19.928340+0000 mon.a (mon.0) 5839 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:20.311 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:19 smithi178 bash[77880]: audit 2024-03-21T13:10:19.702078+0000 mon.a (mon.0) 5827 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:20.311 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:19 smithi178 bash[77880]: audit 2024-03-21T13:10:19.783961+0000 mon.a (mon.0) 5828 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:20.311 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:19 smithi178 bash[77880]: audit 2024-03-21T13:10:19.787347+0000 mon.a (mon.0) 5829 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:20.311 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:19 smithi178 bash[77880]: audit 2024-03-21T13:10:19.794757+0000 mon.a (mon.0) 5830 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:20.312 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:19 smithi178 bash[77880]: audit 2024-03-21T13:10:19.795465+0000 mon.a (mon.0) 5831 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:20.312 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:19 smithi178 bash[77880]: audit 2024-03-21T13:10:19.796001+0000 mon.a (mon.0) 5832 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:10:20.312 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:19 smithi178 bash[77880]: audit 2024-03-21T13:10:19.796870+0000 mon.a (mon.0) 5833 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:20.312 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:19 smithi178 bash[77880]: audit 2024-03-21T13:10:19.826702+0000 mon.a (mon.0) 5834 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:20.312 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:19 smithi178 bash[77880]: audit 2024-03-21T13:10:19.911268+0000 mon.a (mon.0) 5835 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:20.312 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:19 smithi178 bash[77880]: audit 2024-03-21T13:10:19.916361+0000 mon.a (mon.0) 5836 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:20.312 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:19 smithi178 bash[77880]: audit 2024-03-21T13:10:19.919367+0000 mon.a (mon.0) 5837 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:20.312 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:19 smithi178 bash[77880]: audit 2024-03-21T13:10:19.920577+0000 mon.a (mon.0) 5838 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:20.312 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:19 smithi178 bash[77880]: audit 2024-03-21T13:10:19.928340+0000 mon.a (mon.0) 5839 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:20.982 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:20 smithi178 bash[75692]: cluster 2024-03-21T13:10:19.289276+0000 mgr.x (mgr.34104) 3894 : cluster [DBG] pgmap v2585: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:20.982 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:20 smithi178 bash[75692]: cluster 2024-03-21T13:10:19.289703+0000 mgr.x (mgr.34104) 3895 : cluster [DBG] pgmap v2586: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:20.982 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:20 smithi178 bash[75692]: cephadm 2024-03-21T13:10:19.301118+0000 mgr.x (mgr.34104) 3896 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:20.982 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:20 smithi178 bash[75692]: cluster 2024-03-21T13:10:19.391157+0000 mgr.x (mgr.34104) 3897 : cluster [DBG] pgmap v2587: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:20.982 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:20 smithi178 bash[75692]: cluster 2024-03-21T13:10:19.391601+0000 mgr.x (mgr.34104) 3898 : cluster [DBG] pgmap v2588: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:20.983 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:20 smithi178 bash[75692]: cephadm 2024-03-21T13:10:19.400914+0000 mgr.x (mgr.34104) 3899 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:20.983 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:20 smithi178 bash[75692]: cluster 2024-03-21T13:10:19.491723+0000 mgr.x (mgr.34104) 3900 : cluster [DBG] pgmap v2589: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:20.983 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:20 smithi178 bash[75692]: cluster 2024-03-21T13:10:19.492222+0000 mgr.x (mgr.34104) 3901 : cluster [DBG] pgmap v2590: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:20.983 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:20 smithi178 bash[75692]: cephadm 2024-03-21T13:10:19.500938+0000 mgr.x (mgr.34104) 3902 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:20.983 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:20 smithi178 bash[75692]: cluster 2024-03-21T13:10:19.592221+0000 mgr.x (mgr.34104) 3903 : cluster [DBG] pgmap v2591: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:20.983 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:20 smithi178 bash[75692]: cluster 2024-03-21T13:10:19.592820+0000 mgr.x (mgr.34104) 3904 : cluster [DBG] pgmap v2592: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:20.983 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:20 smithi178 bash[75692]: cephadm 2024-03-21T13:10:19.602057+0000 mgr.x (mgr.34104) 3905 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:20.983 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:20 smithi178 bash[75692]: cluster 2024-03-21T13:10:19.693439+0000 mgr.x (mgr.34104) 3906 : cluster [DBG] pgmap v2593: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:20.983 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:20 smithi178 bash[75692]: cluster 2024-03-21T13:10:19.694456+0000 mgr.x (mgr.34104) 3907 : cluster [DBG] pgmap v2594: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:20.983 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:20 smithi178 bash[75692]: cephadm 2024-03-21T13:10:19.703445+0000 mgr.x (mgr.34104) 3908 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:20.983 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:20 smithi178 bash[77880]: cluster 2024-03-21T13:10:19.289276+0000 mgr.x (mgr.34104) 3894 : cluster [DBG] pgmap v2585: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:20.984 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:20 smithi178 bash[77880]: cluster 2024-03-21T13:10:19.289703+0000 mgr.x (mgr.34104) 3895 : cluster [DBG] pgmap v2586: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:20.984 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:20 smithi178 bash[77880]: cephadm 2024-03-21T13:10:19.301118+0000 mgr.x (mgr.34104) 3896 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:20.984 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:20 smithi178 bash[77880]: cluster 2024-03-21T13:10:19.391157+0000 mgr.x (mgr.34104) 3897 : cluster [DBG] pgmap v2587: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:20.984 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:20 smithi178 bash[77880]: cluster 2024-03-21T13:10:19.391601+0000 mgr.x (mgr.34104) 3898 : cluster [DBG] pgmap v2588: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:20.984 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:20 smithi178 bash[77880]: cephadm 2024-03-21T13:10:19.400914+0000 mgr.x (mgr.34104) 3899 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:20.984 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:20 smithi178 bash[77880]: cluster 2024-03-21T13:10:19.491723+0000 mgr.x (mgr.34104) 3900 : cluster [DBG] pgmap v2589: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:20.984 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:20 smithi178 bash[77880]: cluster 2024-03-21T13:10:19.492222+0000 mgr.x (mgr.34104) 3901 : cluster [DBG] pgmap v2590: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:20.984 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:20 smithi178 bash[77880]: cephadm 2024-03-21T13:10:19.500938+0000 mgr.x (mgr.34104) 3902 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:20.984 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:20 smithi178 bash[77880]: cluster 2024-03-21T13:10:19.592221+0000 mgr.x (mgr.34104) 3903 : cluster [DBG] pgmap v2591: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:20.984 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:20 smithi178 bash[77880]: cluster 2024-03-21T13:10:19.592820+0000 mgr.x (mgr.34104) 3904 : cluster [DBG] pgmap v2592: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:20.984 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:20 smithi178 bash[77880]: cephadm 2024-03-21T13:10:19.602057+0000 mgr.x (mgr.34104) 3905 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:20.984 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:20 smithi178 bash[77880]: cluster 2024-03-21T13:10:19.693439+0000 mgr.x (mgr.34104) 3906 : cluster [DBG] pgmap v2593: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:20.984 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:20 smithi178 bash[77880]: cluster 2024-03-21T13:10:19.694456+0000 mgr.x (mgr.34104) 3907 : cluster [DBG] pgmap v2594: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:20.984 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:20 smithi178 bash[77880]: cephadm 2024-03-21T13:10:19.703445+0000 mgr.x (mgr.34104) 3908 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:20.985 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:20 smithi178 bash[75692]: cluster 2024-03-21T13:10:19.800394+0000 mgr.x (mgr.34104) 3909 : cluster [DBG] pgmap v2595: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:20.985 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:20 smithi178 bash[75692]: cluster 2024-03-21T13:10:19.803257+0000 mgr.x (mgr.34104) 3910 : cluster [DBG] pgmap v2596: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:20.985 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:20 smithi178 bash[75692]: cephadm 2024-03-21T13:10:19.827917+0000 mgr.x (mgr.34104) 3911 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:20.985 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:20 smithi178 bash[75692]: cluster 2024-03-21T13:10:19.923474+0000 mgr.x (mgr.34104) 3912 : cluster [DBG] pgmap v2597: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:20.985 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:20 smithi178 bash[75692]: cluster 2024-03-21T13:10:19.923900+0000 mgr.x (mgr.34104) 3913 : cluster [DBG] pgmap v2598: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:20.985 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:20 smithi178 bash[75692]: cephadm 2024-03-21T13:10:19.929485+0000 mgr.x (mgr.34104) 3914 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:20.985 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:20 smithi178 bash[75692]: audit 2024-03-21T13:10:20.010088+0000 mon.a (mon.0) 5840 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:20.985 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:20 smithi178 bash[75692]: audit 2024-03-21T13:10:20.013077+0000 mon.a (mon.0) 5841 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:20.985 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:20 smithi178 bash[75692]: audit 2024-03-21T13:10:20.016471+0000 mon.a (mon.0) 5842 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:20.985 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:20 smithi178 bash[75692]: audit 2024-03-21T13:10:20.017740+0000 mon.a (mon.0) 5843 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:20.985 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:20 smithi178 bash[75692]: cluster 2024-03-21T13:10:20.020554+0000 mgr.x (mgr.34104) 3915 : cluster [DBG] pgmap v2599: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:20.986 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:20 smithi178 bash[75692]: cluster 2024-03-21T13:10:20.020971+0000 mgr.x (mgr.34104) 3916 : cluster [DBG] pgmap v2600: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:20.986 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:20 smithi178 bash[75692]: audit 2024-03-21T13:10:20.029632+0000 mon.a (mon.0) 5844 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:20.986 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:20 smithi178 bash[75692]: cephadm 2024-03-21T13:10:20.030898+0000 mgr.x (mgr.34104) 3917 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:20.986 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:20 smithi178 bash[75692]: audit 2024-03-21T13:10:20.108825+0000 mon.a (mon.0) 5845 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:20.986 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:20 smithi178 bash[75692]: audit 2024-03-21T13:10:20.112228+0000 mon.a (mon.0) 5846 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:20.986 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:20 smithi178 bash[75692]: audit 2024-03-21T13:10:20.117071+0000 mon.a (mon.0) 5847 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:20.986 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:20 smithi178 bash[75692]: audit 2024-03-21T13:10:20.118484+0000 mon.a (mon.0) 5848 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:20.987 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:20 smithi178 bash[77880]: cluster 2024-03-21T13:10:19.800394+0000 mgr.x (mgr.34104) 3909 : cluster [DBG] pgmap v2595: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:20.987 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:20 smithi178 bash[77880]: cluster 2024-03-21T13:10:19.803257+0000 mgr.x (mgr.34104) 3910 : cluster [DBG] pgmap v2596: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:20.987 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:20 smithi178 bash[77880]: cephadm 2024-03-21T13:10:19.827917+0000 mgr.x (mgr.34104) 3911 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:20.987 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:20 smithi178 bash[77880]: cluster 2024-03-21T13:10:19.923474+0000 mgr.x (mgr.34104) 3912 : cluster [DBG] pgmap v2597: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:20.987 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:20 smithi178 bash[77880]: cluster 2024-03-21T13:10:19.923900+0000 mgr.x (mgr.34104) 3913 : cluster [DBG] pgmap v2598: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:20.987 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:20 smithi178 bash[77880]: cephadm 2024-03-21T13:10:19.929485+0000 mgr.x (mgr.34104) 3914 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:20.987 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:20 smithi178 bash[77880]: audit 2024-03-21T13:10:20.010088+0000 mon.a (mon.0) 5840 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:20.987 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:20 smithi178 bash[77880]: audit 2024-03-21T13:10:20.013077+0000 mon.a (mon.0) 5841 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:20.987 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:20 smithi178 bash[77880]: audit 2024-03-21T13:10:20.016471+0000 mon.a (mon.0) 5842 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:20.987 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:20 smithi178 bash[77880]: audit 2024-03-21T13:10:20.017740+0000 mon.a (mon.0) 5843 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:20.987 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:20 smithi178 bash[77880]: cluster 2024-03-21T13:10:20.020554+0000 mgr.x (mgr.34104) 3915 : cluster [DBG] pgmap v2599: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:20.987 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:20 smithi178 bash[77880]: cluster 2024-03-21T13:10:20.020971+0000 mgr.x (mgr.34104) 3916 : cluster [DBG] pgmap v2600: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:20.987 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:20 smithi178 bash[77880]: audit 2024-03-21T13:10:20.029632+0000 mon.a (mon.0) 5844 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:20.987 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:20 smithi178 bash[77880]: cephadm 2024-03-21T13:10:20.030898+0000 mgr.x (mgr.34104) 3917 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:20.988 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:20 smithi178 bash[77880]: audit 2024-03-21T13:10:20.108825+0000 mon.a (mon.0) 5845 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:20.988 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:20 smithi178 bash[77880]: audit 2024-03-21T13:10:20.112228+0000 mon.a (mon.0) 5846 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:20.988 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:20 smithi178 bash[77880]: audit 2024-03-21T13:10:20.117071+0000 mon.a (mon.0) 5847 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:20.988 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:20 smithi178 bash[77880]: audit 2024-03-21T13:10:20.118484+0000 mon.a (mon.0) 5848 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:20.988 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:20 smithi178 bash[75692]: cluster 2024-03-21T13:10:20.122071+0000 mgr.x (mgr.34104) 3918 : cluster [DBG] pgmap v2601: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:20.988 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:20 smithi178 bash[75692]: cluster 2024-03-21T13:10:20.122873+0000 mgr.x (mgr.34104) 3919 : cluster [DBG] pgmap v2602: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:20.988 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:20 smithi178 bash[75692]: audit 2024-03-21T13:10:20.130477+0000 mon.a (mon.0) 5849 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:20.988 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:20 smithi178 bash[75692]: cephadm 2024-03-21T13:10:20.132126+0000 mgr.x (mgr.34104) 3920 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:20.988 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:20 smithi178 bash[75692]: audit 2024-03-21T13:10:20.215056+0000 mon.a (mon.0) 5850 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:20.989 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:20 smithi178 bash[75692]: audit 2024-03-21T13:10:20.218066+0000 mon.a (mon.0) 5851 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:20.989 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:20 smithi178 bash[75692]: audit 2024-03-21T13:10:20.221393+0000 mon.a (mon.0) 5852 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:20.989 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:20 smithi178 bash[75692]: audit 2024-03-21T13:10:20.222617+0000 mon.a (mon.0) 5853 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:20.989 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:20 smithi178 bash[75692]: cluster 2024-03-21T13:10:20.225686+0000 mgr.x (mgr.34104) 3921 : cluster [DBG] pgmap v2603: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:20.989 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:20 smithi178 bash[75692]: cluster 2024-03-21T13:10:20.226713+0000 mgr.x (mgr.34104) 3922 : cluster [DBG] pgmap v2604: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:20.989 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:20 smithi178 bash[75692]: audit 2024-03-21T13:10:20.234598+0000 mon.a (mon.0) 5854 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:20.989 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:20 smithi178 bash[75692]: cephadm 2024-03-21T13:10:20.235985+0000 mgr.x (mgr.34104) 3923 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:20.989 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:20 smithi178 bash[75692]: audit 2024-03-21T13:10:20.313310+0000 mon.a (mon.0) 5855 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:20.989 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:20 smithi178 bash[75692]: audit 2024-03-21T13:10:20.316741+0000 mon.a (mon.0) 5856 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:20.989 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:20 smithi178 bash[75692]: audit 2024-03-21T13:10:20.320210+0000 mon.a (mon.0) 5857 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:20.989 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:20 smithi178 bash[75692]: audit 2024-03-21T13:10:20.321379+0000 mon.a (mon.0) 5858 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:20.989 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:20 smithi178 bash[75692]: audit 2024-03-21T13:10:20.333128+0000 mon.a (mon.0) 5859 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:20.989 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:20 smithi178 bash[75692]: audit 2024-03-21T13:10:20.396209+0000 mon.a (mon.0) 5860 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:20.989 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:20 smithi178 bash[75692]: audit 2024-03-21T13:10:20.399741+0000 mon.a (mon.0) 5861 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:20.989 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:20 smithi178 bash[75692]: audit 2024-03-21T13:10:20.403538+0000 mon.a (mon.0) 5862 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:20.990 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:20 smithi178 bash[75692]: audit 2024-03-21T13:10:20.405237+0000 mon.a (mon.0) 5863 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:20.990 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:20 smithi178 bash[75692]: audit 2024-03-21T13:10:20.417277+0000 mon.a (mon.0) 5864 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:20.990 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:20 smithi178 bash[75692]: audit 2024-03-21T13:10:20.497593+0000 mon.a (mon.0) 5865 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:20.990 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:20 smithi178 bash[77880]: cluster 2024-03-21T13:10:20.122071+0000 mgr.x (mgr.34104) 3918 : cluster [DBG] pgmap v2601: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:20.991 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:20 smithi178 bash[77880]: cluster 2024-03-21T13:10:20.122873+0000 mgr.x (mgr.34104) 3919 : cluster [DBG] pgmap v2602: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:20.991 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:20 smithi178 bash[77880]: audit 2024-03-21T13:10:20.130477+0000 mon.a (mon.0) 5849 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:20.991 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:20 smithi178 bash[77880]: cephadm 2024-03-21T13:10:20.132126+0000 mgr.x (mgr.34104) 3920 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:20.991 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:20 smithi178 bash[77880]: audit 2024-03-21T13:10:20.215056+0000 mon.a (mon.0) 5850 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:20.991 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:20 smithi178 bash[77880]: audit 2024-03-21T13:10:20.218066+0000 mon.a (mon.0) 5851 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:20.991 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:20 smithi178 bash[77880]: audit 2024-03-21T13:10:20.221393+0000 mon.a (mon.0) 5852 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:20.991 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:20 smithi178 bash[77880]: audit 2024-03-21T13:10:20.222617+0000 mon.a (mon.0) 5853 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:20.991 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:20 smithi178 bash[77880]: cluster 2024-03-21T13:10:20.225686+0000 mgr.x (mgr.34104) 3921 : cluster [DBG] pgmap v2603: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:20.991 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:20 smithi178 bash[77880]: cluster 2024-03-21T13:10:20.226713+0000 mgr.x (mgr.34104) 3922 : cluster [DBG] pgmap v2604: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:20.991 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:20 smithi178 bash[77880]: audit 2024-03-21T13:10:20.234598+0000 mon.a (mon.0) 5854 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:20.991 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:20 smithi178 bash[77880]: cephadm 2024-03-21T13:10:20.235985+0000 mgr.x (mgr.34104) 3923 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:20.992 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:20 smithi178 bash[77880]: audit 2024-03-21T13:10:20.313310+0000 mon.a (mon.0) 5855 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:20.992 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:20 smithi178 bash[77880]: audit 2024-03-21T13:10:20.316741+0000 mon.a (mon.0) 5856 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:20.992 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:20 smithi178 bash[77880]: audit 2024-03-21T13:10:20.320210+0000 mon.a (mon.0) 5857 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:20.992 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:20 smithi178 bash[77880]: audit 2024-03-21T13:10:20.321379+0000 mon.a (mon.0) 5858 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:20.992 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:20 smithi178 bash[77880]: audit 2024-03-21T13:10:20.333128+0000 mon.a (mon.0) 5859 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:20.992 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:20 smithi178 bash[77880]: audit 2024-03-21T13:10:20.396209+0000 mon.a (mon.0) 5860 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:20.992 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:20 smithi178 bash[77880]: audit 2024-03-21T13:10:20.399741+0000 mon.a (mon.0) 5861 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:20.993 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:20 smithi178 bash[77880]: audit 2024-03-21T13:10:20.403538+0000 mon.a (mon.0) 5862 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:20.993 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:20 smithi178 bash[77880]: audit 2024-03-21T13:10:20.405237+0000 mon.a (mon.0) 5863 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:20.993 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:20 smithi178 bash[77880]: audit 2024-03-21T13:10:20.417277+0000 mon.a (mon.0) 5864 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:20.993 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:20 smithi178 bash[77880]: audit 2024-03-21T13:10:20.497593+0000 mon.a (mon.0) 5865 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:20.993 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:20 smithi178 bash[77880]: audit 2024-03-21T13:10:20.500612+0000 mon.a (mon.0) 5866 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:20.993 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:20 smithi178 bash[77880]: audit 2024-03-21T13:10:20.504281+0000 mon.a (mon.0) 5867 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:20.993 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:20 smithi178 bash[77880]: audit 2024-03-21T13:10:20.505628+0000 mon.a (mon.0) 5868 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:20.993 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:20 smithi178 bash[77880]: audit 2024-03-21T13:10:20.516740+0000 mon.a (mon.0) 5869 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:20.993 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:20 smithi178 bash[77880]: audit 2024-03-21T13:10:20.593651+0000 mon.a (mon.0) 5870 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:20.993 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:20 smithi178 bash[77880]: audit 2024-03-21T13:10:20.596513+0000 mon.a (mon.0) 5871 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:20.993 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:20 smithi178 bash[77880]: audit 2024-03-21T13:10:20.599254+0000 mon.a (mon.0) 5872 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:20.993 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:20 smithi178 bash[77880]: audit 2024-03-21T13:10:20.600276+0000 mon.a (mon.0) 5873 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:20.993 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:20 smithi178 bash[77880]: audit 2024-03-21T13:10:20.611216+0000 mon.a (mon.0) 5874 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:20.993 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:20 smithi178 bash[77880]: audit 2024-03-21T13:10:20.696060+0000 mon.a (mon.0) 5875 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:20.994 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:20 smithi178 bash[77880]: audit 2024-03-21T13:10:20.699288+0000 mon.a (mon.0) 5876 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:20.994 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:20 smithi178 bash[77880]: audit 2024-03-21T13:10:20.703500+0000 mon.a (mon.0) 5877 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:20.994 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:20 smithi178 bash[77880]: audit 2024-03-21T13:10:20.705158+0000 mon.a (mon.0) 5878 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:20.994 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:20 smithi178 bash[77880]: audit 2024-03-21T13:10:20.717158+0000 mon.a (mon.0) 5879 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:20.994 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:20 smithi178 bash[77880]: audit 2024-03-21T13:10:20.796514+0000 mon.a (mon.0) 5880 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:20.994 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:20 smithi178 bash[77880]: audit 2024-03-21T13:10:20.800074+0000 mon.a (mon.0) 5881 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:21.297 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:20 smithi178 bash[77880]: audit 2024-03-21T13:10:20.803818+0000 mon.a (mon.0) 5882 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:21.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:20 smithi178 bash[77880]: audit 2024-03-21T13:10:20.805641+0000 mon.a (mon.0) 5883 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:21.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:20 smithi178 bash[77880]: audit 2024-03-21T13:10:20.817196+0000 mon.a (mon.0) 5884 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:21.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:20 smithi178 bash[77880]: audit 2024-03-21T13:10:20.899201+0000 mon.a (mon.0) 5885 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:21.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:20 smithi178 bash[77880]: audit 2024-03-21T13:10:20.902363+0000 mon.a (mon.0) 5886 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:21.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:20 smithi178 bash[77880]: audit 2024-03-21T13:10:20.906032+0000 mon.a (mon.0) 5887 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:21.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:20 smithi178 bash[77880]: audit 2024-03-21T13:10:20.907855+0000 mon.a (mon.0) 5888 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:21.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:20 smithi178 bash[77880]: audit 2024-03-21T13:10:20.920231+0000 mon.a (mon.0) 5889 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:21.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:20 smithi178 bash[75692]: audit 2024-03-21T13:10:20.500612+0000 mon.a (mon.0) 5866 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:21.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:20 smithi178 bash[75692]: audit 2024-03-21T13:10:20.504281+0000 mon.a (mon.0) 5867 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:21.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:20 smithi178 bash[75692]: audit 2024-03-21T13:10:20.505628+0000 mon.a (mon.0) 5868 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:21.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:20 smithi178 bash[75692]: audit 2024-03-21T13:10:20.516740+0000 mon.a (mon.0) 5869 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:21.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:20 smithi178 bash[75692]: audit 2024-03-21T13:10:20.593651+0000 mon.a (mon.0) 5870 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:21.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:20 smithi178 bash[75692]: audit 2024-03-21T13:10:20.596513+0000 mon.a (mon.0) 5871 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:21.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:20 smithi178 bash[75692]: audit 2024-03-21T13:10:20.599254+0000 mon.a (mon.0) 5872 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:21.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:20 smithi178 bash[75692]: audit 2024-03-21T13:10:20.600276+0000 mon.a (mon.0) 5873 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:21.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:20 smithi178 bash[75692]: audit 2024-03-21T13:10:20.611216+0000 mon.a (mon.0) 5874 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:21.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:20 smithi178 bash[75692]: audit 2024-03-21T13:10:20.696060+0000 mon.a (mon.0) 5875 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:21.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:20 smithi178 bash[75692]: audit 2024-03-21T13:10:20.699288+0000 mon.a (mon.0) 5876 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:21.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:20 smithi178 bash[75692]: audit 2024-03-21T13:10:20.703500+0000 mon.a (mon.0) 5877 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:21.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:20 smithi178 bash[75692]: audit 2024-03-21T13:10:20.705158+0000 mon.a (mon.0) 5878 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:21.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:20 smithi178 bash[75692]: audit 2024-03-21T13:10:20.717158+0000 mon.a (mon.0) 5879 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:21.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:20 smithi178 bash[75692]: audit 2024-03-21T13:10:20.796514+0000 mon.a (mon.0) 5880 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:21.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:20 smithi178 bash[75692]: audit 2024-03-21T13:10:20.800074+0000 mon.a (mon.0) 5881 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:21.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:20 smithi178 bash[75692]: audit 2024-03-21T13:10:20.803818+0000 mon.a (mon.0) 5882 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:21.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:20 smithi178 bash[75692]: audit 2024-03-21T13:10:20.805641+0000 mon.a (mon.0) 5883 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:21.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:20 smithi178 bash[75692]: audit 2024-03-21T13:10:20.817196+0000 mon.a (mon.0) 5884 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:21.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:20 smithi178 bash[75692]: audit 2024-03-21T13:10:20.899201+0000 mon.a (mon.0) 5885 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:21.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:20 smithi178 bash[75692]: audit 2024-03-21T13:10:20.902363+0000 mon.a (mon.0) 5886 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:21.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:20 smithi178 bash[75692]: audit 2024-03-21T13:10:20.906032+0000 mon.a (mon.0) 5887 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:21.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:20 smithi178 bash[75692]: audit 2024-03-21T13:10:20.907855+0000 mon.a (mon.0) 5888 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:21.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:20 smithi178 bash[75692]: audit 2024-03-21T13:10:20.920231+0000 mon.a (mon.0) 5889 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:21.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:20 smithi184 bash[59794]: cluster 2024-03-21T13:10:19.289276+0000 mgr.x (mgr.34104) 3894 : cluster [DBG] pgmap v2585: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:21.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:20 smithi184 bash[59794]: cluster 2024-03-21T13:10:19.289703+0000 mgr.x (mgr.34104) 3895 : cluster [DBG] pgmap v2586: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:21.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:20 smithi184 bash[59794]: cephadm 2024-03-21T13:10:19.301118+0000 mgr.x (mgr.34104) 3896 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:21.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:20 smithi184 bash[59794]: cluster 2024-03-21T13:10:19.391157+0000 mgr.x (mgr.34104) 3897 : cluster [DBG] pgmap v2587: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:21.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:20 smithi184 bash[59794]: cluster 2024-03-21T13:10:19.391601+0000 mgr.x (mgr.34104) 3898 : cluster [DBG] pgmap v2588: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:21.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:20 smithi184 bash[59794]: cephadm 2024-03-21T13:10:19.400914+0000 mgr.x (mgr.34104) 3899 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:21.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:20 smithi184 bash[59794]: cluster 2024-03-21T13:10:19.491723+0000 mgr.x (mgr.34104) 3900 : cluster [DBG] pgmap v2589: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:21.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:20 smithi184 bash[59794]: cluster 2024-03-21T13:10:19.492222+0000 mgr.x (mgr.34104) 3901 : cluster [DBG] pgmap v2590: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:21.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:20 smithi184 bash[59794]: cephadm 2024-03-21T13:10:19.500938+0000 mgr.x (mgr.34104) 3902 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:21.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:20 smithi184 bash[59794]: cluster 2024-03-21T13:10:19.592221+0000 mgr.x (mgr.34104) 3903 : cluster [DBG] pgmap v2591: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:21.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:20 smithi184 bash[59794]: cluster 2024-03-21T13:10:19.592820+0000 mgr.x (mgr.34104) 3904 : cluster [DBG] pgmap v2592: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:21.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:20 smithi184 bash[59794]: cephadm 2024-03-21T13:10:19.602057+0000 mgr.x (mgr.34104) 3905 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:21.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:20 smithi184 bash[59794]: cluster 2024-03-21T13:10:19.693439+0000 mgr.x (mgr.34104) 3906 : cluster [DBG] pgmap v2593: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:21.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:20 smithi184 bash[59794]: cluster 2024-03-21T13:10:19.694456+0000 mgr.x (mgr.34104) 3907 : cluster [DBG] pgmap v2594: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:21.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:20 smithi184 bash[59794]: cephadm 2024-03-21T13:10:19.703445+0000 mgr.x (mgr.34104) 3908 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:21.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:20 smithi184 bash[59794]: cluster 2024-03-21T13:10:19.800394+0000 mgr.x (mgr.34104) 3909 : cluster [DBG] pgmap v2595: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:21.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:20 smithi184 bash[59794]: cluster 2024-03-21T13:10:19.803257+0000 mgr.x (mgr.34104) 3910 : cluster [DBG] pgmap v2596: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:21.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:20 smithi184 bash[59794]: cephadm 2024-03-21T13:10:19.827917+0000 mgr.x (mgr.34104) 3911 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:21.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:20 smithi184 bash[59794]: cluster 2024-03-21T13:10:19.923474+0000 mgr.x (mgr.34104) 3912 : cluster [DBG] pgmap v2597: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:21.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:20 smithi184 bash[59794]: cluster 2024-03-21T13:10:19.923900+0000 mgr.x (mgr.34104) 3913 : cluster [DBG] pgmap v2598: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:21.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:20 smithi184 bash[59794]: cephadm 2024-03-21T13:10:19.929485+0000 mgr.x (mgr.34104) 3914 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:21.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:20 smithi184 bash[59794]: audit 2024-03-21T13:10:20.010088+0000 mon.a (mon.0) 5840 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:21.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:20 smithi184 bash[59794]: audit 2024-03-21T13:10:20.013077+0000 mon.a (mon.0) 5841 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:21.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:20 smithi184 bash[59794]: audit 2024-03-21T13:10:20.016471+0000 mon.a (mon.0) 5842 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:21.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:20 smithi184 bash[59794]: audit 2024-03-21T13:10:20.017740+0000 mon.a (mon.0) 5843 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:21.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:20 smithi184 bash[59794]: cluster 2024-03-21T13:10:20.020554+0000 mgr.x (mgr.34104) 3915 : cluster [DBG] pgmap v2599: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:21.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:20 smithi184 bash[59794]: cluster 2024-03-21T13:10:20.020971+0000 mgr.x (mgr.34104) 3916 : cluster [DBG] pgmap v2600: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:21.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:20 smithi184 bash[59794]: audit 2024-03-21T13:10:20.029632+0000 mon.a (mon.0) 5844 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:21.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:20 smithi184 bash[59794]: cephadm 2024-03-21T13:10:20.030898+0000 mgr.x (mgr.34104) 3917 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:21.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:20 smithi184 bash[59794]: audit 2024-03-21T13:10:20.108825+0000 mon.a (mon.0) 5845 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:21.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:20 smithi184 bash[59794]: audit 2024-03-21T13:10:20.112228+0000 mon.a (mon.0) 5846 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:21.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:20 smithi184 bash[59794]: audit 2024-03-21T13:10:20.117071+0000 mon.a (mon.0) 5847 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:21.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:20 smithi184 bash[59794]: audit 2024-03-21T13:10:20.118484+0000 mon.a (mon.0) 5848 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:21.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:20 smithi184 bash[59794]: cluster 2024-03-21T13:10:20.122071+0000 mgr.x (mgr.34104) 3918 : cluster [DBG] pgmap v2601: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:21.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:20 smithi184 bash[59794]: cluster 2024-03-21T13:10:20.122873+0000 mgr.x (mgr.34104) 3919 : cluster [DBG] pgmap v2602: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:21.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:20 smithi184 bash[59794]: audit 2024-03-21T13:10:20.130477+0000 mon.a (mon.0) 5849 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:21.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:20 smithi184 bash[59794]: cephadm 2024-03-21T13:10:20.132126+0000 mgr.x (mgr.34104) 3920 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:21.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:20 smithi184 bash[59794]: audit 2024-03-21T13:10:20.215056+0000 mon.a (mon.0) 5850 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:21.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:20 smithi184 bash[59794]: audit 2024-03-21T13:10:20.218066+0000 mon.a (mon.0) 5851 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:21.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:20 smithi184 bash[59794]: audit 2024-03-21T13:10:20.221393+0000 mon.a (mon.0) 5852 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:21.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:20 smithi184 bash[59794]: audit 2024-03-21T13:10:20.222617+0000 mon.a (mon.0) 5853 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:21.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:20 smithi184 bash[59794]: cluster 2024-03-21T13:10:20.225686+0000 mgr.x (mgr.34104) 3921 : cluster [DBG] pgmap v2603: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:21.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:20 smithi184 bash[59794]: cluster 2024-03-21T13:10:20.226713+0000 mgr.x (mgr.34104) 3922 : cluster [DBG] pgmap v2604: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:21.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:20 smithi184 bash[59794]: audit 2024-03-21T13:10:20.234598+0000 mon.a (mon.0) 5854 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:21.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:20 smithi184 bash[59794]: cephadm 2024-03-21T13:10:20.235985+0000 mgr.x (mgr.34104) 3923 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:21.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:20 smithi184 bash[59794]: audit 2024-03-21T13:10:20.313310+0000 mon.a (mon.0) 5855 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:21.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:20 smithi184 bash[59794]: audit 2024-03-21T13:10:20.316741+0000 mon.a (mon.0) 5856 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:21.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:20 smithi184 bash[59794]: audit 2024-03-21T13:10:20.320210+0000 mon.a (mon.0) 5857 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:21.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:20 smithi184 bash[59794]: audit 2024-03-21T13:10:20.321379+0000 mon.a (mon.0) 5858 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:21.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:20 smithi184 bash[59794]: audit 2024-03-21T13:10:20.333128+0000 mon.a (mon.0) 5859 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:21.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:20 smithi184 bash[59794]: audit 2024-03-21T13:10:20.396209+0000 mon.a (mon.0) 5860 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:21.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:20 smithi184 bash[59794]: audit 2024-03-21T13:10:20.399741+0000 mon.a (mon.0) 5861 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:21.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:20 smithi184 bash[59794]: audit 2024-03-21T13:10:20.403538+0000 mon.a (mon.0) 5862 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:21.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:20 smithi184 bash[59794]: audit 2024-03-21T13:10:20.405237+0000 mon.a (mon.0) 5863 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:21.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:20 smithi184 bash[59794]: audit 2024-03-21T13:10:20.417277+0000 mon.a (mon.0) 5864 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:21.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:20 smithi184 bash[59794]: audit 2024-03-21T13:10:20.497593+0000 mon.a (mon.0) 5865 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:21.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:20 smithi184 bash[59794]: audit 2024-03-21T13:10:20.500612+0000 mon.a (mon.0) 5866 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:21.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:20 smithi184 bash[59794]: audit 2024-03-21T13:10:20.504281+0000 mon.a (mon.0) 5867 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:21.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:20 smithi184 bash[59794]: audit 2024-03-21T13:10:20.505628+0000 mon.a (mon.0) 5868 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:21.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:20 smithi184 bash[59794]: audit 2024-03-21T13:10:20.516740+0000 mon.a (mon.0) 5869 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:21.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:20 smithi184 bash[59794]: audit 2024-03-21T13:10:20.593651+0000 mon.a (mon.0) 5870 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:21.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:20 smithi184 bash[59794]: audit 2024-03-21T13:10:20.596513+0000 mon.a (mon.0) 5871 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:21.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:20 smithi184 bash[59794]: audit 2024-03-21T13:10:20.599254+0000 mon.a (mon.0) 5872 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:21.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:20 smithi184 bash[59794]: audit 2024-03-21T13:10:20.600276+0000 mon.a (mon.0) 5873 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:21.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:20 smithi184 bash[59794]: audit 2024-03-21T13:10:20.611216+0000 mon.a (mon.0) 5874 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:21.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:20 smithi184 bash[59794]: audit 2024-03-21T13:10:20.696060+0000 mon.a (mon.0) 5875 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:21.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:20 smithi184 bash[59794]: audit 2024-03-21T13:10:20.699288+0000 mon.a (mon.0) 5876 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:21.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:20 smithi184 bash[59794]: audit 2024-03-21T13:10:20.703500+0000 mon.a (mon.0) 5877 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:21.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:20 smithi184 bash[59794]: audit 2024-03-21T13:10:20.705158+0000 mon.a (mon.0) 5878 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:21.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:20 smithi184 bash[59794]: audit 2024-03-21T13:10:20.717158+0000 mon.a (mon.0) 5879 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:21.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:20 smithi184 bash[59794]: audit 2024-03-21T13:10:20.796514+0000 mon.a (mon.0) 5880 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:21.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:20 smithi184 bash[59794]: audit 2024-03-21T13:10:20.800074+0000 mon.a (mon.0) 5881 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:21.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:20 smithi184 bash[59794]: audit 2024-03-21T13:10:20.803818+0000 mon.a (mon.0) 5882 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:21.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:20 smithi184 bash[59794]: audit 2024-03-21T13:10:20.805641+0000 mon.a (mon.0) 5883 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:21.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:20 smithi184 bash[59794]: audit 2024-03-21T13:10:20.817196+0000 mon.a (mon.0) 5884 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:21.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:20 smithi184 bash[59794]: audit 2024-03-21T13:10:20.899201+0000 mon.a (mon.0) 5885 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:21.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:20 smithi184 bash[59794]: audit 2024-03-21T13:10:20.902363+0000 mon.a (mon.0) 5886 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:21.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:20 smithi184 bash[59794]: audit 2024-03-21T13:10:20.906032+0000 mon.a (mon.0) 5887 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:21.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:20 smithi184 bash[59794]: audit 2024-03-21T13:10:20.907855+0000 mon.a (mon.0) 5888 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:21.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:20 smithi184 bash[59794]: audit 2024-03-21T13:10:20.920231+0000 mon.a (mon.0) 5889 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:22.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:21 smithi178 bash[75692]: cluster 2024-03-21T13:10:20.324258+0000 mgr.x (mgr.34104) 3924 : cluster [DBG] pgmap v2605: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:22.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:21 smithi178 bash[75692]: cluster 2024-03-21T13:10:20.324711+0000 mgr.x (mgr.34104) 3925 : cluster [DBG] pgmap v2606: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:22.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:21 smithi178 bash[75692]: cephadm 2024-03-21T13:10:20.334553+0000 mgr.x (mgr.34104) 3926 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:22.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:21 smithi178 bash[75692]: cluster 2024-03-21T13:10:20.408937+0000 mgr.x (mgr.34104) 3927 : cluster [DBG] pgmap v2607: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:22.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:21 smithi178 bash[75692]: cluster 2024-03-21T13:10:20.409699+0000 mgr.x (mgr.34104) 3928 : cluster [DBG] pgmap v2608: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:22.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:21 smithi178 bash[75692]: cephadm 2024-03-21T13:10:20.418558+0000 mgr.x (mgr.34104) 3929 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:22.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:21 smithi178 bash[75692]: cluster 2024-03-21T13:10:20.508724+0000 mgr.x (mgr.34104) 3930 : cluster [DBG] pgmap v2609: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:22.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:21 smithi178 bash[75692]: cluster 2024-03-21T13:10:20.509691+0000 mgr.x (mgr.34104) 3931 : cluster [DBG] pgmap v2610: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:22.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:21 smithi178 bash[75692]: cephadm 2024-03-21T13:10:20.517986+0000 mgr.x (mgr.34104) 3932 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:22.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:21 smithi178 bash[75692]: cluster 2024-03-21T13:10:20.603130+0000 mgr.x (mgr.34104) 3933 : cluster [DBG] pgmap v2611: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:22.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:21 smithi178 bash[75692]: cluster 2024-03-21T13:10:20.603909+0000 mgr.x (mgr.34104) 3934 : cluster [DBG] pgmap v2612: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:22.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:21 smithi178 bash[75692]: cephadm 2024-03-21T13:10:20.612572+0000 mgr.x (mgr.34104) 3935 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:22.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:21 smithi178 bash[75692]: cluster 2024-03-21T13:10:20.708587+0000 mgr.x (mgr.34104) 3936 : cluster [DBG] pgmap v2613: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:22.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:21 smithi178 bash[75692]: cluster 2024-03-21T13:10:20.709017+0000 mgr.x (mgr.34104) 3937 : cluster [DBG] pgmap v2614: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:22.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:21 smithi178 bash[75692]: cephadm 2024-03-21T13:10:20.718455+0000 mgr.x (mgr.34104) 3938 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:22.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:21 smithi178 bash[77880]: cluster 2024-03-21T13:10:20.324258+0000 mgr.x (mgr.34104) 3924 : cluster [DBG] pgmap v2605: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:22.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:21 smithi178 bash[77880]: cluster 2024-03-21T13:10:20.324711+0000 mgr.x (mgr.34104) 3925 : cluster [DBG] pgmap v2606: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:22.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:21 smithi178 bash[77880]: cephadm 2024-03-21T13:10:20.334553+0000 mgr.x (mgr.34104) 3926 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:22.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:21 smithi178 bash[77880]: cluster 2024-03-21T13:10:20.408937+0000 mgr.x (mgr.34104) 3927 : cluster [DBG] pgmap v2607: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:22.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:21 smithi178 bash[77880]: cluster 2024-03-21T13:10:20.409699+0000 mgr.x (mgr.34104) 3928 : cluster [DBG] pgmap v2608: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:22.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:21 smithi178 bash[77880]: cephadm 2024-03-21T13:10:20.418558+0000 mgr.x (mgr.34104) 3929 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:22.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:21 smithi178 bash[77880]: cluster 2024-03-21T13:10:20.508724+0000 mgr.x (mgr.34104) 3930 : cluster [DBG] pgmap v2609: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:22.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:21 smithi178 bash[77880]: cluster 2024-03-21T13:10:20.509691+0000 mgr.x (mgr.34104) 3931 : cluster [DBG] pgmap v2610: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:22.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:21 smithi178 bash[77880]: cephadm 2024-03-21T13:10:20.517986+0000 mgr.x (mgr.34104) 3932 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:22.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:21 smithi178 bash[77880]: cluster 2024-03-21T13:10:20.603130+0000 mgr.x (mgr.34104) 3933 : cluster [DBG] pgmap v2611: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:22.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:21 smithi178 bash[77880]: cluster 2024-03-21T13:10:20.603909+0000 mgr.x (mgr.34104) 3934 : cluster [DBG] pgmap v2612: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:22.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:21 smithi178 bash[77880]: cephadm 2024-03-21T13:10:20.612572+0000 mgr.x (mgr.34104) 3935 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:22.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:21 smithi178 bash[77880]: cluster 2024-03-21T13:10:20.708587+0000 mgr.x (mgr.34104) 3936 : cluster [DBG] pgmap v2613: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:22.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:21 smithi178 bash[77880]: cluster 2024-03-21T13:10:20.709017+0000 mgr.x (mgr.34104) 3937 : cluster [DBG] pgmap v2614: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:22.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:21 smithi178 bash[77880]: cephadm 2024-03-21T13:10:20.718455+0000 mgr.x (mgr.34104) 3938 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:22.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:21 smithi178 bash[75692]: cluster 2024-03-21T13:10:20.809051+0000 mgr.x (mgr.34104) 3939 : cluster [DBG] pgmap v2615: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:22.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:21 smithi178 bash[75692]: cluster 2024-03-21T13:10:20.809868+0000 mgr.x (mgr.34104) 3940 : cluster [DBG] pgmap v2616: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:22.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:21 smithi178 bash[75692]: cephadm 2024-03-21T13:10:20.818529+0000 mgr.x (mgr.34104) 3941 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:22.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:21 smithi178 bash[75692]: cluster 2024-03-21T13:10:20.911182+0000 mgr.x (mgr.34104) 3942 : cluster [DBG] pgmap v2617: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:22.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:21 smithi178 bash[75692]: cluster 2024-03-21T13:10:20.911678+0000 mgr.x (mgr.34104) 3943 : cluster [DBG] pgmap v2618: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:22.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:21 smithi178 bash[75692]: cephadm 2024-03-21T13:10:20.921682+0000 mgr.x (mgr.34104) 3944 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:22.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:21 smithi178 bash[75692]: audit 2024-03-21T13:10:20.927961+0000 mgr.x (mgr.34104) 3945 : audit [DBG] from='client.15585 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:10:22.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:21 smithi178 bash[75692]: audit 2024-03-21T13:10:20.997530+0000 mon.a (mon.0) 5890 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:22.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:21 smithi178 bash[75692]: audit 2024-03-21T13:10:21.000188+0000 mon.a (mon.0) 5891 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:22.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:21 smithi178 bash[75692]: audit 2024-03-21T13:10:21.002967+0000 mon.a (mon.0) 5892 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:22.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:21 smithi178 bash[75692]: audit 2024-03-21T13:10:21.004864+0000 mon.a (mon.0) 5893 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:22.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:21 smithi178 bash[75692]: cluster 2024-03-21T13:10:21.007600+0000 mgr.x (mgr.34104) 3946 : cluster [DBG] pgmap v2619: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:22.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:21 smithi178 bash[75692]: cluster 2024-03-21T13:10:21.008012+0000 mgr.x (mgr.34104) 3947 : cluster [DBG] pgmap v2620: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:22.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:21 smithi178 bash[75692]: audit 2024-03-21T13:10:21.014795+0000 mon.a (mon.0) 5894 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:22.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:21 smithi178 bash[75692]: cephadm 2024-03-21T13:10:21.016080+0000 mgr.x (mgr.34104) 3948 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:22.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:21 smithi178 bash[75692]: audit 2024-03-21T13:10:21.092175+0000 mon.a (mon.0) 5895 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:22.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:21 smithi178 bash[75692]: audit 2024-03-21T13:10:21.095815+0000 mon.a (mon.0) 5896 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:22.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:21 smithi178 bash[75692]: audit 2024-03-21T13:10:21.099672+0000 mon.a (mon.0) 5897 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:22.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:21 smithi178 bash[77880]: cluster 2024-03-21T13:10:20.809051+0000 mgr.x (mgr.34104) 3939 : cluster [DBG] pgmap v2615: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:22.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:21 smithi178 bash[77880]: cluster 2024-03-21T13:10:20.809868+0000 mgr.x (mgr.34104) 3940 : cluster [DBG] pgmap v2616: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:22.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:21 smithi178 bash[77880]: cephadm 2024-03-21T13:10:20.818529+0000 mgr.x (mgr.34104) 3941 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:22.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:21 smithi178 bash[77880]: cluster 2024-03-21T13:10:20.911182+0000 mgr.x (mgr.34104) 3942 : cluster [DBG] pgmap v2617: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:22.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:21 smithi178 bash[77880]: cluster 2024-03-21T13:10:20.911678+0000 mgr.x (mgr.34104) 3943 : cluster [DBG] pgmap v2618: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:22.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:21 smithi178 bash[77880]: cephadm 2024-03-21T13:10:20.921682+0000 mgr.x (mgr.34104) 3944 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:22.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:21 smithi178 bash[77880]: audit 2024-03-21T13:10:20.927961+0000 mgr.x (mgr.34104) 3945 : audit [DBG] from='client.15585 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:10:22.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:21 smithi178 bash[77880]: audit 2024-03-21T13:10:20.997530+0000 mon.a (mon.0) 5890 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:22.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:21 smithi178 bash[77880]: audit 2024-03-21T13:10:21.000188+0000 mon.a (mon.0) 5891 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:22.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:21 smithi178 bash[77880]: audit 2024-03-21T13:10:21.002967+0000 mon.a (mon.0) 5892 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:22.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:21 smithi178 bash[77880]: audit 2024-03-21T13:10:21.004864+0000 mon.a (mon.0) 5893 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:22.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:21 smithi178 bash[77880]: cluster 2024-03-21T13:10:21.007600+0000 mgr.x (mgr.34104) 3946 : cluster [DBG] pgmap v2619: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:22.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:21 smithi178 bash[77880]: cluster 2024-03-21T13:10:21.008012+0000 mgr.x (mgr.34104) 3947 : cluster [DBG] pgmap v2620: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:22.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:21 smithi178 bash[77880]: audit 2024-03-21T13:10:21.014795+0000 mon.a (mon.0) 5894 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:22.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:21 smithi178 bash[77880]: cephadm 2024-03-21T13:10:21.016080+0000 mgr.x (mgr.34104) 3948 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:22.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:21 smithi178 bash[77880]: audit 2024-03-21T13:10:21.092175+0000 mon.a (mon.0) 5895 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:22.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:21 smithi178 bash[77880]: audit 2024-03-21T13:10:21.095815+0000 mon.a (mon.0) 5896 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:22.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:21 smithi178 bash[77880]: audit 2024-03-21T13:10:21.099672+0000 mon.a (mon.0) 5897 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:22.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:21 smithi178 bash[75692]: audit 2024-03-21T13:10:21.101175+0000 mon.a (mon.0) 5898 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:22.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:21 smithi178 bash[75692]: cluster 2024-03-21T13:10:21.104644+0000 mgr.x (mgr.34104) 3949 : cluster [DBG] pgmap v2621: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:22.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:21 smithi178 bash[75692]: cluster 2024-03-21T13:10:21.105628+0000 mgr.x (mgr.34104) 3950 : cluster [DBG] pgmap v2622: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:22.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:21 smithi178 bash[75692]: audit 2024-03-21T13:10:21.113503+0000 mon.a (mon.0) 5899 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:22.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:21 smithi178 bash[75692]: cephadm 2024-03-21T13:10:21.114984+0000 mgr.x (mgr.34104) 3951 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:22.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:21 smithi178 bash[75692]: audit 2024-03-21T13:10:21.197668+0000 mon.a (mon.0) 5900 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:22.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:21 smithi178 bash[75692]: audit 2024-03-21T13:10:21.200828+0000 mon.a (mon.0) 5901 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:22.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:21 smithi178 bash[75692]: audit 2024-03-21T13:10:21.204214+0000 mon.a (mon.0) 5902 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:22.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:21 smithi178 bash[75692]: audit 2024-03-21T13:10:21.205624+0000 mon.a (mon.0) 5903 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:22.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:21 smithi178 bash[75692]: cluster 2024-03-21T13:10:21.208743+0000 mgr.x (mgr.34104) 3952 : cluster [DBG] pgmap v2623: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:22.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:21 smithi178 bash[75692]: cluster 2024-03-21T13:10:21.209390+0000 mgr.x (mgr.34104) 3953 : cluster [DBG] pgmap v2624: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:22.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:21 smithi178 bash[75692]: audit 2024-03-21T13:10:21.217889+0000 mon.a (mon.0) 5904 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:22.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:21 smithi178 bash[75692]: cephadm 2024-03-21T13:10:21.219300+0000 mgr.x (mgr.34104) 3954 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:22.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:21 smithi178 bash[75692]: audit 2024-03-21T13:10:21.297868+0000 mon.a (mon.0) 5905 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:22.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:21 smithi178 bash[75692]: audit 2024-03-21T13:10:21.300698+0000 mon.a (mon.0) 5906 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:22.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:21 smithi178 bash[75692]: audit 2024-03-21T13:10:21.303851+0000 mon.a (mon.0) 5907 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:22.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:21 smithi178 bash[75692]: audit 2024-03-21T13:10:21.305021+0000 mon.a (mon.0) 5908 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:22.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:21 smithi178 bash[75692]: audit 2024-03-21T13:10:21.316831+0000 mon.a (mon.0) 5909 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:22.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:21 smithi178 bash[77880]: audit 2024-03-21T13:10:21.101175+0000 mon.a (mon.0) 5898 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:22.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:21 smithi178 bash[77880]: cluster 2024-03-21T13:10:21.104644+0000 mgr.x (mgr.34104) 3949 : cluster [DBG] pgmap v2621: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:22.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:21 smithi178 bash[77880]: cluster 2024-03-21T13:10:21.105628+0000 mgr.x (mgr.34104) 3950 : cluster [DBG] pgmap v2622: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:22.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:21 smithi178 bash[77880]: audit 2024-03-21T13:10:21.113503+0000 mon.a (mon.0) 5899 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:22.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:21 smithi178 bash[77880]: cephadm 2024-03-21T13:10:21.114984+0000 mgr.x (mgr.34104) 3951 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:22.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:21 smithi178 bash[77880]: audit 2024-03-21T13:10:21.197668+0000 mon.a (mon.0) 5900 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:22.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:21 smithi178 bash[77880]: audit 2024-03-21T13:10:21.200828+0000 mon.a (mon.0) 5901 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:22.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:21 smithi178 bash[77880]: audit 2024-03-21T13:10:21.204214+0000 mon.a (mon.0) 5902 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:22.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:21 smithi178 bash[77880]: audit 2024-03-21T13:10:21.205624+0000 mon.a (mon.0) 5903 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:22.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:21 smithi178 bash[77880]: cluster 2024-03-21T13:10:21.208743+0000 mgr.x (mgr.34104) 3952 : cluster [DBG] pgmap v2623: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:22.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:21 smithi178 bash[77880]: cluster 2024-03-21T13:10:21.209390+0000 mgr.x (mgr.34104) 3953 : cluster [DBG] pgmap v2624: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:22.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:21 smithi178 bash[77880]: audit 2024-03-21T13:10:21.217889+0000 mon.a (mon.0) 5904 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:22.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:21 smithi178 bash[77880]: cephadm 2024-03-21T13:10:21.219300+0000 mgr.x (mgr.34104) 3954 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:22.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:21 smithi178 bash[77880]: audit 2024-03-21T13:10:21.297868+0000 mon.a (mon.0) 5905 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:22.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:21 smithi178 bash[77880]: audit 2024-03-21T13:10:21.300698+0000 mon.a (mon.0) 5906 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:22.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:21 smithi178 bash[77880]: audit 2024-03-21T13:10:21.303851+0000 mon.a (mon.0) 5907 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:22.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:21 smithi178 bash[77880]: audit 2024-03-21T13:10:21.305021+0000 mon.a (mon.0) 5908 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:22.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:21 smithi178 bash[77880]: audit 2024-03-21T13:10:21.316831+0000 mon.a (mon.0) 5909 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:22.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:21 smithi178 bash[75692]: audit 2024-03-21T13:10:21.381377+0000 mon.a (mon.0) 5910 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:22.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:21 smithi178 bash[75692]: audit 2024-03-21T13:10:21.388214+0000 mon.a (mon.0) 5911 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:22.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:21 smithi178 bash[75692]: audit 2024-03-21T13:10:21.391245+0000 mon.a (mon.0) 5912 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:22.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:21 smithi178 bash[75692]: audit 2024-03-21T13:10:21.392433+0000 mon.a (mon.0) 5913 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:22.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:21 smithi178 bash[75692]: audit 2024-03-21T13:10:21.403919+0000 mon.a (mon.0) 5914 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:22.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:21 smithi178 bash[75692]: audit 2024-03-21T13:10:21.468168+0000 mon.a (mon.0) 5915 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:22.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:21 smithi178 bash[75692]: audit 2024-03-21T13:10:21.471913+0000 mon.a (mon.0) 5916 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:22.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:21 smithi178 bash[75692]: audit 2024-03-21T13:10:21.475933+0000 mon.a (mon.0) 5917 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:22.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:21 smithi178 bash[75692]: audit 2024-03-21T13:10:21.477518+0000 mon.a (mon.0) 5918 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:22.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:21 smithi178 bash[75692]: audit 2024-03-21T13:10:21.489988+0000 mon.a (mon.0) 5919 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:22.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:21 smithi178 bash[75692]: audit 2024-03-21T13:10:21.574162+0000 mon.a (mon.0) 5920 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:22.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:21 smithi178 bash[75692]: audit 2024-03-21T13:10:21.577262+0000 mon.a (mon.0) 5921 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:22.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:21 smithi178 bash[75692]: audit 2024-03-21T13:10:21.582144+0000 mon.a (mon.0) 5922 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:22.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:21 smithi178 bash[75692]: audit 2024-03-21T13:10:21.584045+0000 mon.a (mon.0) 5923 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:22.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:21 smithi178 bash[75692]: audit 2024-03-21T13:10:21.595712+0000 mon.a (mon.0) 5924 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:22.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:21 smithi178 bash[75692]: audit 2024-03-21T13:10:21.675861+0000 mon.a (mon.0) 5925 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:22.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:21 smithi178 bash[75692]: audit 2024-03-21T13:10:21.679619+0000 mon.a (mon.0) 5926 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:22.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:21 smithi178 bash[75692]: audit 2024-03-21T13:10:21.682561+0000 mon.a (mon.0) 5927 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:22.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:21 smithi178 bash[75692]: audit 2024-03-21T13:10:21.683808+0000 mon.a (mon.0) 5928 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:22.310 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:21 smithi178 bash[77880]: audit 2024-03-21T13:10:21.381377+0000 mon.a (mon.0) 5910 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:22.310 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:21 smithi178 bash[77880]: audit 2024-03-21T13:10:21.388214+0000 mon.a (mon.0) 5911 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:22.311 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:21 smithi178 bash[77880]: audit 2024-03-21T13:10:21.391245+0000 mon.a (mon.0) 5912 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:22.311 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:21 smithi178 bash[77880]: audit 2024-03-21T13:10:21.392433+0000 mon.a (mon.0) 5913 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:22.311 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:21 smithi178 bash[77880]: audit 2024-03-21T13:10:21.403919+0000 mon.a (mon.0) 5914 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:22.312 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:21 smithi178 bash[77880]: audit 2024-03-21T13:10:21.468168+0000 mon.a (mon.0) 5915 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:22.312 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:21 smithi178 bash[77880]: audit 2024-03-21T13:10:21.471913+0000 mon.a (mon.0) 5916 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:22.312 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:21 smithi178 bash[77880]: audit 2024-03-21T13:10:21.475933+0000 mon.a (mon.0) 5917 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:22.312 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:21 smithi178 bash[77880]: audit 2024-03-21T13:10:21.477518+0000 mon.a (mon.0) 5918 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:22.312 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:21 smithi178 bash[77880]: audit 2024-03-21T13:10:21.489988+0000 mon.a (mon.0) 5919 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:22.312 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:21 smithi178 bash[77880]: audit 2024-03-21T13:10:21.574162+0000 mon.a (mon.0) 5920 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:22.312 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:21 smithi178 bash[77880]: audit 2024-03-21T13:10:21.577262+0000 mon.a (mon.0) 5921 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:22.312 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:21 smithi178 bash[77880]: audit 2024-03-21T13:10:21.582144+0000 mon.a (mon.0) 5922 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:22.312 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:21 smithi178 bash[77880]: audit 2024-03-21T13:10:21.584045+0000 mon.a (mon.0) 5923 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:22.312 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:21 smithi178 bash[77880]: audit 2024-03-21T13:10:21.595712+0000 mon.a (mon.0) 5924 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:22.312 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:21 smithi178 bash[77880]: audit 2024-03-21T13:10:21.675861+0000 mon.a (mon.0) 5925 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:22.312 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:21 smithi178 bash[77880]: audit 2024-03-21T13:10:21.679619+0000 mon.a (mon.0) 5926 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:22.312 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:21 smithi178 bash[77880]: audit 2024-03-21T13:10:21.682561+0000 mon.a (mon.0) 5927 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:22.313 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:21 smithi178 bash[77880]: audit 2024-03-21T13:10:21.683808+0000 mon.a (mon.0) 5928 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:22.313 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:21 smithi178 bash[75692]: audit 2024-03-21T13:10:21.694928+0000 mon.a (mon.0) 5929 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:22.313 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:21 smithi178 bash[75692]: audit 2024-03-21T13:10:21.774787+0000 mon.a (mon.0) 5930 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:22.313 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:21 smithi178 bash[75692]: audit 2024-03-21T13:10:21.777614+0000 mon.a (mon.0) 5931 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:22.313 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:21 smithi178 bash[75692]: audit 2024-03-21T13:10:21.780393+0000 mon.a (mon.0) 5932 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:22.313 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:21 smithi178 bash[75692]: audit 2024-03-21T13:10:21.781616+0000 mon.a (mon.0) 5933 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:22.313 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:21 smithi178 bash[75692]: audit 2024-03-21T13:10:21.792371+0000 mon.a (mon.0) 5934 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:22.313 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:21 smithi178 bash[75692]: audit 2024-03-21T13:10:21.867726+0000 mon.a (mon.0) 5935 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:22.313 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:21 smithi178 bash[75692]: audit 2024-03-21T13:10:21.871890+0000 mon.a (mon.0) 5936 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:22.314 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:21 smithi178 bash[75692]: audit 2024-03-21T13:10:21.875399+0000 mon.a (mon.0) 5937 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:22.314 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:21 smithi178 bash[75692]: audit 2024-03-21T13:10:21.876908+0000 mon.a (mon.0) 5938 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:22.314 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:21 smithi178 bash[75692]: audit 2024-03-21T13:10:21.888386+0000 mon.a (mon.0) 5939 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:22.314 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:21 smithi178 bash[75692]: audit 2024-03-21T13:10:21.964152+0000 mon.a (mon.0) 5940 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:22.314 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:21 smithi178 bash[77880]: audit 2024-03-21T13:10:21.694928+0000 mon.a (mon.0) 5929 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:22.314 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:21 smithi178 bash[77880]: audit 2024-03-21T13:10:21.774787+0000 mon.a (mon.0) 5930 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:22.314 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:21 smithi178 bash[77880]: audit 2024-03-21T13:10:21.777614+0000 mon.a (mon.0) 5931 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:22.314 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:21 smithi178 bash[77880]: audit 2024-03-21T13:10:21.780393+0000 mon.a (mon.0) 5932 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:22.314 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:21 smithi178 bash[77880]: audit 2024-03-21T13:10:21.781616+0000 mon.a (mon.0) 5933 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:22.314 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:21 smithi178 bash[77880]: audit 2024-03-21T13:10:21.792371+0000 mon.a (mon.0) 5934 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:22.314 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:21 smithi178 bash[77880]: audit 2024-03-21T13:10:21.867726+0000 mon.a (mon.0) 5935 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:22.315 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:21 smithi178 bash[77880]: audit 2024-03-21T13:10:21.871890+0000 mon.a (mon.0) 5936 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:22.315 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:21 smithi178 bash[77880]: audit 2024-03-21T13:10:21.875399+0000 mon.a (mon.0) 5937 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:22.315 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:21 smithi178 bash[77880]: audit 2024-03-21T13:10:21.876908+0000 mon.a (mon.0) 5938 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:22.315 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:21 smithi178 bash[77880]: audit 2024-03-21T13:10:21.888386+0000 mon.a (mon.0) 5939 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:22.315 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:21 smithi178 bash[77880]: audit 2024-03-21T13:10:21.964152+0000 mon.a (mon.0) 5940 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:22.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:21 smithi184 bash[59794]: cluster 2024-03-21T13:10:20.324258+0000 mgr.x (mgr.34104) 3924 : cluster [DBG] pgmap v2605: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:22.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:21 smithi184 bash[59794]: cluster 2024-03-21T13:10:20.324711+0000 mgr.x (mgr.34104) 3925 : cluster [DBG] pgmap v2606: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:22.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:21 smithi184 bash[59794]: cephadm 2024-03-21T13:10:20.334553+0000 mgr.x (mgr.34104) 3926 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:22.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:21 smithi184 bash[59794]: cluster 2024-03-21T13:10:20.408937+0000 mgr.x (mgr.34104) 3927 : cluster [DBG] pgmap v2607: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:22.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:21 smithi184 bash[59794]: cluster 2024-03-21T13:10:20.409699+0000 mgr.x (mgr.34104) 3928 : cluster [DBG] pgmap v2608: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:22.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:21 smithi184 bash[59794]: cephadm 2024-03-21T13:10:20.418558+0000 mgr.x (mgr.34104) 3929 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:22.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:21 smithi184 bash[59794]: cluster 2024-03-21T13:10:20.508724+0000 mgr.x (mgr.34104) 3930 : cluster [DBG] pgmap v2609: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:22.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:21 smithi184 bash[59794]: cluster 2024-03-21T13:10:20.509691+0000 mgr.x (mgr.34104) 3931 : cluster [DBG] pgmap v2610: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:22.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:21 smithi184 bash[59794]: cephadm 2024-03-21T13:10:20.517986+0000 mgr.x (mgr.34104) 3932 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:22.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:21 smithi184 bash[59794]: cluster 2024-03-21T13:10:20.603130+0000 mgr.x (mgr.34104) 3933 : cluster [DBG] pgmap v2611: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:22.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:21 smithi184 bash[59794]: cluster 2024-03-21T13:10:20.603909+0000 mgr.x (mgr.34104) 3934 : cluster [DBG] pgmap v2612: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:22.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:21 smithi184 bash[59794]: cephadm 2024-03-21T13:10:20.612572+0000 mgr.x (mgr.34104) 3935 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:22.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:21 smithi184 bash[59794]: cluster 2024-03-21T13:10:20.708587+0000 mgr.x (mgr.34104) 3936 : cluster [DBG] pgmap v2613: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:22.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:21 smithi184 bash[59794]: cluster 2024-03-21T13:10:20.709017+0000 mgr.x (mgr.34104) 3937 : cluster [DBG] pgmap v2614: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:22.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:21 smithi184 bash[59794]: cephadm 2024-03-21T13:10:20.718455+0000 mgr.x (mgr.34104) 3938 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:22.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:21 smithi184 bash[59794]: cluster 2024-03-21T13:10:20.809051+0000 mgr.x (mgr.34104) 3939 : cluster [DBG] pgmap v2615: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:22.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:21 smithi184 bash[59794]: cluster 2024-03-21T13:10:20.809868+0000 mgr.x (mgr.34104) 3940 : cluster [DBG] pgmap v2616: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:22.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:21 smithi184 bash[59794]: cephadm 2024-03-21T13:10:20.818529+0000 mgr.x (mgr.34104) 3941 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:22.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:21 smithi184 bash[59794]: cluster 2024-03-21T13:10:20.911182+0000 mgr.x (mgr.34104) 3942 : cluster [DBG] pgmap v2617: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:22.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:21 smithi184 bash[59794]: cluster 2024-03-21T13:10:20.911678+0000 mgr.x (mgr.34104) 3943 : cluster [DBG] pgmap v2618: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:22.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:21 smithi184 bash[59794]: cephadm 2024-03-21T13:10:20.921682+0000 mgr.x (mgr.34104) 3944 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:22.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:21 smithi184 bash[59794]: audit 2024-03-21T13:10:20.927961+0000 mgr.x (mgr.34104) 3945 : audit [DBG] from='client.15585 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:10:22.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:21 smithi184 bash[59794]: audit 2024-03-21T13:10:20.997530+0000 mon.a (mon.0) 5890 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:22.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:21 smithi184 bash[59794]: audit 2024-03-21T13:10:21.000188+0000 mon.a (mon.0) 5891 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:22.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:21 smithi184 bash[59794]: audit 2024-03-21T13:10:21.002967+0000 mon.a (mon.0) 5892 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:22.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:21 smithi184 bash[59794]: audit 2024-03-21T13:10:21.004864+0000 mon.a (mon.0) 5893 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:22.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:21 smithi184 bash[59794]: cluster 2024-03-21T13:10:21.007600+0000 mgr.x (mgr.34104) 3946 : cluster [DBG] pgmap v2619: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:22.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:21 smithi184 bash[59794]: cluster 2024-03-21T13:10:21.008012+0000 mgr.x (mgr.34104) 3947 : cluster [DBG] pgmap v2620: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:22.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:21 smithi184 bash[59794]: audit 2024-03-21T13:10:21.014795+0000 mon.a (mon.0) 5894 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:22.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:21 smithi184 bash[59794]: cephadm 2024-03-21T13:10:21.016080+0000 mgr.x (mgr.34104) 3948 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:22.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:21 smithi184 bash[59794]: audit 2024-03-21T13:10:21.092175+0000 mon.a (mon.0) 5895 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:22.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:21 smithi184 bash[59794]: audit 2024-03-21T13:10:21.095815+0000 mon.a (mon.0) 5896 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:22.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:21 smithi184 bash[59794]: audit 2024-03-21T13:10:21.099672+0000 mon.a (mon.0) 5897 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:22.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:21 smithi184 bash[59794]: audit 2024-03-21T13:10:21.101175+0000 mon.a (mon.0) 5898 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:22.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:21 smithi184 bash[59794]: cluster 2024-03-21T13:10:21.104644+0000 mgr.x (mgr.34104) 3949 : cluster [DBG] pgmap v2621: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:22.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:21 smithi184 bash[59794]: cluster 2024-03-21T13:10:21.105628+0000 mgr.x (mgr.34104) 3950 : cluster [DBG] pgmap v2622: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:22.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:21 smithi184 bash[59794]: audit 2024-03-21T13:10:21.113503+0000 mon.a (mon.0) 5899 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:22.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:21 smithi184 bash[59794]: cephadm 2024-03-21T13:10:21.114984+0000 mgr.x (mgr.34104) 3951 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:22.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:21 smithi184 bash[59794]: audit 2024-03-21T13:10:21.197668+0000 mon.a (mon.0) 5900 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:22.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:21 smithi184 bash[59794]: audit 2024-03-21T13:10:21.200828+0000 mon.a (mon.0) 5901 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:22.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:21 smithi184 bash[59794]: audit 2024-03-21T13:10:21.204214+0000 mon.a (mon.0) 5902 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:22.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:21 smithi184 bash[59794]: audit 2024-03-21T13:10:21.205624+0000 mon.a (mon.0) 5903 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:22.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:21 smithi184 bash[59794]: cluster 2024-03-21T13:10:21.208743+0000 mgr.x (mgr.34104) 3952 : cluster [DBG] pgmap v2623: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:22.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:21 smithi184 bash[59794]: cluster 2024-03-21T13:10:21.209390+0000 mgr.x (mgr.34104) 3953 : cluster [DBG] pgmap v2624: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:22.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:21 smithi184 bash[59794]: audit 2024-03-21T13:10:21.217889+0000 mon.a (mon.0) 5904 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:22.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:21 smithi184 bash[59794]: cephadm 2024-03-21T13:10:21.219300+0000 mgr.x (mgr.34104) 3954 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:22.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:21 smithi184 bash[59794]: audit 2024-03-21T13:10:21.297868+0000 mon.a (mon.0) 5905 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:22.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:21 smithi184 bash[59794]: audit 2024-03-21T13:10:21.300698+0000 mon.a (mon.0) 5906 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:22.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:21 smithi184 bash[59794]: audit 2024-03-21T13:10:21.303851+0000 mon.a (mon.0) 5907 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:22.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:21 smithi184 bash[59794]: audit 2024-03-21T13:10:21.305021+0000 mon.a (mon.0) 5908 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:22.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:21 smithi184 bash[59794]: audit 2024-03-21T13:10:21.316831+0000 mon.a (mon.0) 5909 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:22.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:21 smithi184 bash[59794]: audit 2024-03-21T13:10:21.381377+0000 mon.a (mon.0) 5910 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:22.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:21 smithi184 bash[59794]: audit 2024-03-21T13:10:21.388214+0000 mon.a (mon.0) 5911 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:22.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:21 smithi184 bash[59794]: audit 2024-03-21T13:10:21.391245+0000 mon.a (mon.0) 5912 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:22.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:21 smithi184 bash[59794]: audit 2024-03-21T13:10:21.392433+0000 mon.a (mon.0) 5913 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:22.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:21 smithi184 bash[59794]: audit 2024-03-21T13:10:21.403919+0000 mon.a (mon.0) 5914 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:22.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:21 smithi184 bash[59794]: audit 2024-03-21T13:10:21.468168+0000 mon.a (mon.0) 5915 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:22.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:21 smithi184 bash[59794]: audit 2024-03-21T13:10:21.471913+0000 mon.a (mon.0) 5916 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:22.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:21 smithi184 bash[59794]: audit 2024-03-21T13:10:21.475933+0000 mon.a (mon.0) 5917 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:22.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:21 smithi184 bash[59794]: audit 2024-03-21T13:10:21.477518+0000 mon.a (mon.0) 5918 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:22.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:21 smithi184 bash[59794]: audit 2024-03-21T13:10:21.489988+0000 mon.a (mon.0) 5919 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:22.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:21 smithi184 bash[59794]: audit 2024-03-21T13:10:21.574162+0000 mon.a (mon.0) 5920 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:22.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:21 smithi184 bash[59794]: audit 2024-03-21T13:10:21.577262+0000 mon.a (mon.0) 5921 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:22.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:21 smithi184 bash[59794]: audit 2024-03-21T13:10:21.582144+0000 mon.a (mon.0) 5922 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:22.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:21 smithi184 bash[59794]: audit 2024-03-21T13:10:21.584045+0000 mon.a (mon.0) 5923 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:22.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:21 smithi184 bash[59794]: audit 2024-03-21T13:10:21.595712+0000 mon.a (mon.0) 5924 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:22.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:21 smithi184 bash[59794]: audit 2024-03-21T13:10:21.675861+0000 mon.a (mon.0) 5925 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:22.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:21 smithi184 bash[59794]: audit 2024-03-21T13:10:21.679619+0000 mon.a (mon.0) 5926 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:22.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:21 smithi184 bash[59794]: audit 2024-03-21T13:10:21.682561+0000 mon.a (mon.0) 5927 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:22.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:21 smithi184 bash[59794]: audit 2024-03-21T13:10:21.683808+0000 mon.a (mon.0) 5928 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:22.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:21 smithi184 bash[59794]: audit 2024-03-21T13:10:21.694928+0000 mon.a (mon.0) 5929 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:22.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:21 smithi184 bash[59794]: audit 2024-03-21T13:10:21.774787+0000 mon.a (mon.0) 5930 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:22.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:21 smithi184 bash[59794]: audit 2024-03-21T13:10:21.777614+0000 mon.a (mon.0) 5931 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:22.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:21 smithi184 bash[59794]: audit 2024-03-21T13:10:21.780393+0000 mon.a (mon.0) 5932 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:22.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:21 smithi184 bash[59794]: audit 2024-03-21T13:10:21.781616+0000 mon.a (mon.0) 5933 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:22.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:21 smithi184 bash[59794]: audit 2024-03-21T13:10:21.792371+0000 mon.a (mon.0) 5934 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:22.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:21 smithi184 bash[59794]: audit 2024-03-21T13:10:21.867726+0000 mon.a (mon.0) 5935 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:22.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:21 smithi184 bash[59794]: audit 2024-03-21T13:10:21.871890+0000 mon.a (mon.0) 5936 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:22.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:21 smithi184 bash[59794]: audit 2024-03-21T13:10:21.875399+0000 mon.a (mon.0) 5937 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:22.331 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:21 smithi184 bash[59794]: audit 2024-03-21T13:10:21.876908+0000 mon.a (mon.0) 5938 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:22.331 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:21 smithi184 bash[59794]: audit 2024-03-21T13:10:21.888386+0000 mon.a (mon.0) 5939 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:22.331 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:21 smithi184 bash[59794]: audit 2024-03-21T13:10:21.964152+0000 mon.a (mon.0) 5940 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:22.827 INFO:journalctl@ceph.osd.7.smithi184.stdout:Mar 21 13:10:22 smithi184 bash[76262]: debug 2024-03-21T13:10:22.583+0000 7f83c938a7c0 -1 osd.7 0 read_superblock omap replica is missing. 2024-03-21T13:10:22.827 INFO:journalctl@ceph.osd.7.smithi184.stdout:Mar 21 13:10:22 smithi184 bash[76262]: debug 2024-03-21T13:10:22.635+0000 7f83c938a7c0 -1 osd.7 166 log_to_monitors true 2024-03-21T13:10:23.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:22 smithi178 bash[75692]: cluster 2024-03-21T13:10:21.307928+0000 mgr.x (mgr.34104) 3955 : cluster [DBG] pgmap v2625: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:23.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:22 smithi178 bash[75692]: cluster 2024-03-21T13:10:21.308538+0000 mgr.x (mgr.34104) 3956 : cluster [DBG] pgmap v2626: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:23.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:22 smithi178 bash[75692]: cephadm 2024-03-21T13:10:21.318274+0000 mgr.x (mgr.34104) 3957 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:23.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:22 smithi178 bash[75692]: cluster 2024-03-21T13:10:21.394837+0000 mgr.x (mgr.34104) 3958 : cluster [DBG] pgmap v2627: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:23.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:22 smithi178 bash[75692]: cluster 2024-03-21T13:10:21.395307+0000 mgr.x (mgr.34104) 3959 : cluster [DBG] pgmap v2628: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:23.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:22 smithi178 bash[75692]: cephadm 2024-03-21T13:10:21.405239+0000 mgr.x (mgr.34104) 3960 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:23.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:22 smithi178 bash[75692]: cluster 2024-03-21T13:10:21.481027+0000 mgr.x (mgr.34104) 3961 : cluster [DBG] pgmap v2629: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:23.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:22 smithi178 bash[75692]: cluster 2024-03-21T13:10:21.481781+0000 mgr.x (mgr.34104) 3962 : cluster [DBG] pgmap v2630: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:23.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:22 smithi178 bash[75692]: cephadm 2024-03-21T13:10:21.491500+0000 mgr.x (mgr.34104) 3963 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:23.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:22 smithi178 bash[75692]: cluster 2024-03-21T13:10:21.587415+0000 mgr.x (mgr.34104) 3964 : cluster [DBG] pgmap v2631: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:23.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:22 smithi178 bash[75692]: cluster 2024-03-21T13:10:21.588143+0000 mgr.x (mgr.34104) 3965 : cluster [DBG] pgmap v2632: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:23.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:22 smithi178 bash[75692]: cephadm 2024-03-21T13:10:21.597088+0000 mgr.x (mgr.34104) 3966 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:23.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:22 smithi178 bash[75692]: cluster 2024-03-21T13:10:21.686376+0000 mgr.x (mgr.34104) 3967 : cluster [DBG] pgmap v2633: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:23.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:22 smithi178 bash[75692]: cluster 2024-03-21T13:10:21.686725+0000 mgr.x (mgr.34104) 3968 : cluster [DBG] pgmap v2634: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:23.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:22 smithi178 bash[75692]: cephadm 2024-03-21T13:10:21.696167+0000 mgr.x (mgr.34104) 3969 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:23.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:22 smithi178 bash[77880]: cluster 2024-03-21T13:10:21.307928+0000 mgr.x (mgr.34104) 3955 : cluster [DBG] pgmap v2625: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:23.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:22 smithi178 bash[77880]: cluster 2024-03-21T13:10:21.308538+0000 mgr.x (mgr.34104) 3956 : cluster [DBG] pgmap v2626: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:23.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:22 smithi178 bash[77880]: cephadm 2024-03-21T13:10:21.318274+0000 mgr.x (mgr.34104) 3957 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:23.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:22 smithi178 bash[77880]: cluster 2024-03-21T13:10:21.394837+0000 mgr.x (mgr.34104) 3958 : cluster [DBG] pgmap v2627: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:23.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:22 smithi178 bash[77880]: cluster 2024-03-21T13:10:21.395307+0000 mgr.x (mgr.34104) 3959 : cluster [DBG] pgmap v2628: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:23.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:22 smithi178 bash[77880]: cephadm 2024-03-21T13:10:21.405239+0000 mgr.x (mgr.34104) 3960 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:23.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:22 smithi178 bash[77880]: cluster 2024-03-21T13:10:21.481027+0000 mgr.x (mgr.34104) 3961 : cluster [DBG] pgmap v2629: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:23.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:22 smithi178 bash[77880]: cluster 2024-03-21T13:10:21.481781+0000 mgr.x (mgr.34104) 3962 : cluster [DBG] pgmap v2630: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:23.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:22 smithi178 bash[77880]: cephadm 2024-03-21T13:10:21.491500+0000 mgr.x (mgr.34104) 3963 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:23.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:22 smithi178 bash[77880]: cluster 2024-03-21T13:10:21.587415+0000 mgr.x (mgr.34104) 3964 : cluster [DBG] pgmap v2631: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:23.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:22 smithi178 bash[77880]: cluster 2024-03-21T13:10:21.588143+0000 mgr.x (mgr.34104) 3965 : cluster [DBG] pgmap v2632: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:23.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:22 smithi178 bash[77880]: cephadm 2024-03-21T13:10:21.597088+0000 mgr.x (mgr.34104) 3966 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:23.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:22 smithi178 bash[77880]: cluster 2024-03-21T13:10:21.686376+0000 mgr.x (mgr.34104) 3967 : cluster [DBG] pgmap v2633: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:23.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:22 smithi178 bash[77880]: cluster 2024-03-21T13:10:21.686725+0000 mgr.x (mgr.34104) 3968 : cluster [DBG] pgmap v2634: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:23.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:22 smithi178 bash[77880]: cephadm 2024-03-21T13:10:21.696167+0000 mgr.x (mgr.34104) 3969 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:23.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:22 smithi178 bash[75692]: cluster 2024-03-21T13:10:21.784499+0000 mgr.x (mgr.34104) 3970 : cluster [DBG] pgmap v2635: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:23.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:22 smithi178 bash[75692]: cluster 2024-03-21T13:10:21.785188+0000 mgr.x (mgr.34104) 3971 : cluster [DBG] pgmap v2636: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:23.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:22 smithi178 bash[75692]: cephadm 2024-03-21T13:10:21.793739+0000 mgr.x (mgr.34104) 3972 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:23.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:22 smithi178 bash[75692]: cluster 2024-03-21T13:10:21.880328+0000 mgr.x (mgr.34104) 3973 : cluster [DBG] pgmap v2637: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:23.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:22 smithi178 bash[75692]: cluster 2024-03-21T13:10:21.881118+0000 mgr.x (mgr.34104) 3974 : cluster [DBG] pgmap v2638: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:23.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:22 smithi178 bash[75692]: cephadm 2024-03-21T13:10:21.889784+0000 mgr.x (mgr.34104) 3975 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:23.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:22 smithi178 bash[75692]: audit 2024-03-21T13:10:21.967468+0000 mon.a (mon.0) 5941 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:23.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:22 smithi178 bash[75692]: audit 2024-03-21T13:10:21.974660+0000 mon.a (mon.0) 5942 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:23.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:22 smithi178 bash[75692]: audit 2024-03-21T13:10:21.984623+0000 mon.a (mon.0) 5943 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:23.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:22 smithi178 bash[75692]: cluster 2024-03-21T13:10:21.988589+0000 mgr.x (mgr.34104) 3976 : cluster [DBG] pgmap v2639: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:23.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:22 smithi178 bash[75692]: cluster 2024-03-21T13:10:21.989146+0000 mgr.x (mgr.34104) 3977 : cluster [DBG] pgmap v2640: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:23.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:22 smithi178 bash[75692]: audit 2024-03-21T13:10:21.993595+0000 mon.a (mon.0) 5944 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:23.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:22 smithi178 bash[75692]: cephadm 2024-03-21T13:10:21.994929+0000 mgr.x (mgr.34104) 3978 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:23.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:22 smithi178 bash[75692]: audit 2024-03-21T13:10:22.076708+0000 mon.a (mon.0) 5945 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:23.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:22 smithi178 bash[75692]: audit 2024-03-21T13:10:22.081353+0000 mon.a (mon.0) 5946 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:23.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:22 smithi178 bash[75692]: audit 2024-03-21T13:10:22.085471+0000 mon.a (mon.0) 5947 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:23.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:22 smithi178 bash[75692]: audit 2024-03-21T13:10:22.087157+0000 mon.a (mon.0) 5948 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:23.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:22 smithi178 bash[77880]: cluster 2024-03-21T13:10:21.784499+0000 mgr.x (mgr.34104) 3970 : cluster [DBG] pgmap v2635: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:23.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:22 smithi178 bash[77880]: cluster 2024-03-21T13:10:21.785188+0000 mgr.x (mgr.34104) 3971 : cluster [DBG] pgmap v2636: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:23.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:22 smithi178 bash[77880]: cephadm 2024-03-21T13:10:21.793739+0000 mgr.x (mgr.34104) 3972 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:23.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:22 smithi178 bash[77880]: cluster 2024-03-21T13:10:21.880328+0000 mgr.x (mgr.34104) 3973 : cluster [DBG] pgmap v2637: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:23.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:22 smithi178 bash[77880]: cluster 2024-03-21T13:10:21.881118+0000 mgr.x (mgr.34104) 3974 : cluster [DBG] pgmap v2638: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:23.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:22 smithi178 bash[77880]: cephadm 2024-03-21T13:10:21.889784+0000 mgr.x (mgr.34104) 3975 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:23.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:22 smithi178 bash[77880]: audit 2024-03-21T13:10:21.967468+0000 mon.a (mon.0) 5941 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:23.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:22 smithi178 bash[77880]: audit 2024-03-21T13:10:21.974660+0000 mon.a (mon.0) 5942 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:23.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:22 smithi178 bash[77880]: audit 2024-03-21T13:10:21.984623+0000 mon.a (mon.0) 5943 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:23.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:22 smithi178 bash[77880]: cluster 2024-03-21T13:10:21.988589+0000 mgr.x (mgr.34104) 3976 : cluster [DBG] pgmap v2639: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:23.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:22 smithi178 bash[77880]: cluster 2024-03-21T13:10:21.989146+0000 mgr.x (mgr.34104) 3977 : cluster [DBG] pgmap v2640: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:23.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:22 smithi178 bash[77880]: audit 2024-03-21T13:10:21.993595+0000 mon.a (mon.0) 5944 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:23.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:22 smithi178 bash[77880]: cephadm 2024-03-21T13:10:21.994929+0000 mgr.x (mgr.34104) 3978 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:23.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:22 smithi178 bash[77880]: audit 2024-03-21T13:10:22.076708+0000 mon.a (mon.0) 5945 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:23.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:22 smithi178 bash[77880]: audit 2024-03-21T13:10:22.081353+0000 mon.a (mon.0) 5946 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:23.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:22 smithi178 bash[77880]: audit 2024-03-21T13:10:22.085471+0000 mon.a (mon.0) 5947 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:23.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:22 smithi178 bash[77880]: audit 2024-03-21T13:10:22.087157+0000 mon.a (mon.0) 5948 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:23.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:22 smithi178 bash[75692]: cluster 2024-03-21T13:10:22.090463+0000 mgr.x (mgr.34104) 3979 : cluster [DBG] pgmap v2641: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:23.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:22 smithi178 bash[75692]: cluster 2024-03-21T13:10:22.091054+0000 mgr.x (mgr.34104) 3980 : cluster [DBG] pgmap v2642: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:23.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:22 smithi178 bash[75692]: audit 2024-03-21T13:10:22.099583+0000 mon.a (mon.0) 5949 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:23.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:22 smithi178 bash[75692]: cephadm 2024-03-21T13:10:22.100841+0000 mgr.x (mgr.34104) 3981 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:23.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:22 smithi178 bash[75692]: audit 2024-03-21T13:10:22.183376+0000 mon.a (mon.0) 5950 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:23.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:22 smithi178 bash[75692]: audit 2024-03-21T13:10:22.186523+0000 mon.a (mon.0) 5951 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:23.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:22 smithi178 bash[75692]: audit 2024-03-21T13:10:22.190693+0000 mon.a (mon.0) 5952 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:23.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:22 smithi178 bash[75692]: audit 2024-03-21T13:10:22.192328+0000 mon.a (mon.0) 5953 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:23.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:22 smithi178 bash[75692]: cluster 2024-03-21T13:10:22.195058+0000 mgr.x (mgr.34104) 3982 : cluster [DBG] pgmap v2643: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:23.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:22 smithi178 bash[75692]: cluster 2024-03-21T13:10:22.195564+0000 mgr.x (mgr.34104) 3983 : cluster [DBG] pgmap v2644: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:23.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:22 smithi178 bash[75692]: audit 2024-03-21T13:10:22.203940+0000 mon.a (mon.0) 5954 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:23.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:22 smithi178 bash[75692]: cephadm 2024-03-21T13:10:22.205350+0000 mgr.x (mgr.34104) 3984 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:23.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:22 smithi178 bash[75692]: audit 2024-03-21T13:10:22.280682+0000 mon.a (mon.0) 5955 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:23.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:22 smithi178 bash[75692]: audit 2024-03-21T13:10:22.284170+0000 mon.a (mon.0) 5956 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:23.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:22 smithi178 bash[75692]: audit 2024-03-21T13:10:22.287022+0000 mon.a (mon.0) 5957 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:23.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:22 smithi178 bash[75692]: audit 2024-03-21T13:10:22.288180+0000 mon.a (mon.0) 5958 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:23.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:22 smithi178 bash[75692]: audit 2024-03-21T13:10:22.299294+0000 mon.a (mon.0) 5959 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:23.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:22 smithi178 bash[75692]: audit 2024-03-21T13:10:22.382914+0000 mon.a (mon.0) 5960 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:23.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:22 smithi178 bash[75692]: audit 2024-03-21T13:10:22.386095+0000 mon.a (mon.0) 5961 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:23.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:22 smithi178 bash[77880]: cluster 2024-03-21T13:10:22.090463+0000 mgr.x (mgr.34104) 3979 : cluster [DBG] pgmap v2641: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:23.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:22 smithi178 bash[77880]: cluster 2024-03-21T13:10:22.091054+0000 mgr.x (mgr.34104) 3980 : cluster [DBG] pgmap v2642: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:23.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:22 smithi178 bash[77880]: audit 2024-03-21T13:10:22.099583+0000 mon.a (mon.0) 5949 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:23.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:22 smithi178 bash[77880]: cephadm 2024-03-21T13:10:22.100841+0000 mgr.x (mgr.34104) 3981 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:23.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:22 smithi178 bash[77880]: audit 2024-03-21T13:10:22.183376+0000 mon.a (mon.0) 5950 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:23.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:22 smithi178 bash[77880]: audit 2024-03-21T13:10:22.186523+0000 mon.a (mon.0) 5951 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:23.309 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:22 smithi178 bash[77880]: audit 2024-03-21T13:10:22.190693+0000 mon.a (mon.0) 5952 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:23.309 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:22 smithi178 bash[77880]: audit 2024-03-21T13:10:22.192328+0000 mon.a (mon.0) 5953 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:23.309 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:22 smithi178 bash[77880]: cluster 2024-03-21T13:10:22.195058+0000 mgr.x (mgr.34104) 3982 : cluster [DBG] pgmap v2643: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:23.309 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:22 smithi178 bash[77880]: cluster 2024-03-21T13:10:22.195564+0000 mgr.x (mgr.34104) 3983 : cluster [DBG] pgmap v2644: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:23.309 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:22 smithi178 bash[77880]: audit 2024-03-21T13:10:22.203940+0000 mon.a (mon.0) 5954 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:23.309 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:22 smithi178 bash[77880]: cephadm 2024-03-21T13:10:22.205350+0000 mgr.x (mgr.34104) 3984 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:23.309 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:22 smithi178 bash[77880]: audit 2024-03-21T13:10:22.280682+0000 mon.a (mon.0) 5955 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:23.309 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:22 smithi178 bash[77880]: audit 2024-03-21T13:10:22.284170+0000 mon.a (mon.0) 5956 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:23.309 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:22 smithi178 bash[77880]: audit 2024-03-21T13:10:22.287022+0000 mon.a (mon.0) 5957 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:23.309 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:22 smithi178 bash[77880]: audit 2024-03-21T13:10:22.288180+0000 mon.a (mon.0) 5958 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:23.309 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:22 smithi178 bash[77880]: audit 2024-03-21T13:10:22.299294+0000 mon.a (mon.0) 5959 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:23.310 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:22 smithi178 bash[77880]: audit 2024-03-21T13:10:22.382914+0000 mon.a (mon.0) 5960 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:23.310 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:22 smithi178 bash[77880]: audit 2024-03-21T13:10:22.386095+0000 mon.a (mon.0) 5961 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:23.313 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:22 smithi178 bash[75692]: audit 2024-03-21T13:10:22.389352+0000 mon.a (mon.0) 5962 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:23.313 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:22 smithi178 bash[75692]: audit 2024-03-21T13:10:22.390679+0000 mon.a (mon.0) 5963 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:23.313 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:22 smithi178 bash[75692]: audit 2024-03-21T13:10:22.403205+0000 mon.a (mon.0) 5964 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:23.313 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:22 smithi178 bash[75692]: audit 2024-03-21T13:10:22.484338+0000 mon.a (mon.0) 5965 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:23.313 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:22 smithi178 bash[75692]: audit 2024-03-21T13:10:22.487999+0000 mon.a (mon.0) 5966 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:23.313 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:22 smithi178 bash[75692]: audit 2024-03-21T13:10:22.492600+0000 mon.a (mon.0) 5967 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:23.313 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:22 smithi178 bash[75692]: audit 2024-03-21T13:10:22.494334+0000 mon.a (mon.0) 5968 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:23.313 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:22 smithi178 bash[75692]: audit 2024-03-21T13:10:22.507918+0000 mon.a (mon.0) 5969 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:23.314 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:22 smithi178 bash[75692]: audit 2024-03-21T13:10:22.590735+0000 mon.a (mon.0) 5970 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:23.314 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:22 smithi178 bash[75692]: audit 2024-03-21T13:10:22.593753+0000 mon.a (mon.0) 5971 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:23.314 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:22 smithi178 bash[75692]: audit 2024-03-21T13:10:22.596789+0000 mon.a (mon.0) 5972 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:23.314 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:22 smithi178 bash[75692]: audit 2024-03-21T13:10:22.598112+0000 mon.a (mon.0) 5973 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:23.314 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:22 smithi178 bash[75692]: audit 2024-03-21T13:10:22.608290+0000 mon.a (mon.0) 5974 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:23.314 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:22 smithi178 bash[75692]: audit 2024-03-21T13:10:22.645488+0000 mon.b (mon.2) 11 : audit [INF] from='osd.7 [v2:172.21.15.184:6824/1799306493,v1:172.21.15.184:6825/1799306493]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-03-21T13:10:23.314 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:22 smithi178 bash[75692]: audit 2024-03-21T13:10:22.645632+0000 mon.a (mon.0) 5975 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-03-21T13:10:23.314 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:22 smithi178 bash[75692]: audit 2024-03-21T13:10:22.687509+0000 mon.a (mon.0) 5976 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:23.314 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:22 smithi178 bash[75692]: audit 2024-03-21T13:10:22.690764+0000 mon.a (mon.0) 5977 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:23.314 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:22 smithi178 bash[75692]: audit 2024-03-21T13:10:22.694774+0000 mon.a (mon.0) 5978 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:23.315 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:22 smithi178 bash[77880]: audit 2024-03-21T13:10:22.389352+0000 mon.a (mon.0) 5962 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:23.315 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:22 smithi178 bash[77880]: audit 2024-03-21T13:10:22.390679+0000 mon.a (mon.0) 5963 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:23.315 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:22 smithi178 bash[77880]: audit 2024-03-21T13:10:22.403205+0000 mon.a (mon.0) 5964 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:23.315 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:22 smithi178 bash[77880]: audit 2024-03-21T13:10:22.484338+0000 mon.a (mon.0) 5965 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:23.315 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:22 smithi178 bash[77880]: audit 2024-03-21T13:10:22.487999+0000 mon.a (mon.0) 5966 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:23.315 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:22 smithi178 bash[77880]: audit 2024-03-21T13:10:22.492600+0000 mon.a (mon.0) 5967 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:23.315 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:22 smithi178 bash[77880]: audit 2024-03-21T13:10:22.494334+0000 mon.a (mon.0) 5968 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:23.315 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:22 smithi178 bash[77880]: audit 2024-03-21T13:10:22.507918+0000 mon.a (mon.0) 5969 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:23.315 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:22 smithi178 bash[77880]: audit 2024-03-21T13:10:22.590735+0000 mon.a (mon.0) 5970 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:23.315 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:22 smithi178 bash[77880]: audit 2024-03-21T13:10:22.593753+0000 mon.a (mon.0) 5971 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:23.316 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:22 smithi178 bash[77880]: audit 2024-03-21T13:10:22.596789+0000 mon.a (mon.0) 5972 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:23.316 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:22 smithi178 bash[77880]: audit 2024-03-21T13:10:22.598112+0000 mon.a (mon.0) 5973 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:23.316 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:22 smithi178 bash[77880]: audit 2024-03-21T13:10:22.608290+0000 mon.a (mon.0) 5974 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:23.316 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:22 smithi178 bash[77880]: audit 2024-03-21T13:10:22.645488+0000 mon.b (mon.2) 11 : audit [INF] from='osd.7 [v2:172.21.15.184:6824/1799306493,v1:172.21.15.184:6825/1799306493]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-03-21T13:10:23.316 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:22 smithi178 bash[77880]: audit 2024-03-21T13:10:22.645632+0000 mon.a (mon.0) 5975 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-03-21T13:10:23.316 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:22 smithi178 bash[77880]: audit 2024-03-21T13:10:22.687509+0000 mon.a (mon.0) 5976 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:23.316 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:22 smithi178 bash[77880]: audit 2024-03-21T13:10:22.690764+0000 mon.a (mon.0) 5977 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:23.316 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:22 smithi178 bash[77880]: audit 2024-03-21T13:10:22.694774+0000 mon.a (mon.0) 5978 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:23.316 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:22 smithi178 bash[75692]: audit 2024-03-21T13:10:22.696254+0000 mon.a (mon.0) 5979 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:23.317 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:22 smithi178 bash[75692]: audit 2024-03-21T13:10:22.707658+0000 mon.a (mon.0) 5980 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:23.317 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:22 smithi178 bash[75692]: audit 2024-03-21T13:10:22.788488+0000 mon.a (mon.0) 5981 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:23.317 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:22 smithi178 bash[75692]: audit 2024-03-21T13:10:22.791943+0000 mon.a (mon.0) 5982 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:23.317 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:22 smithi178 bash[75692]: audit 2024-03-21T13:10:22.796305+0000 mon.a (mon.0) 5983 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:23.317 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:22 smithi178 bash[75692]: audit 2024-03-21T13:10:22.797960+0000 mon.a (mon.0) 5984 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:23.317 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:22 smithi178 bash[75692]: audit 2024-03-21T13:10:22.810473+0000 mon.a (mon.0) 5985 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:23.317 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:22 smithi178 bash[75692]: audit 2024-03-21T13:10:22.892374+0000 mon.a (mon.0) 5986 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:23.317 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:22 smithi178 bash[75692]: audit 2024-03-21T13:10:22.895647+0000 mon.a (mon.0) 5987 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:23.317 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:22 smithi178 bash[75692]: audit 2024-03-21T13:10:22.900248+0000 mon.a (mon.0) 5988 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:23.317 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:22 smithi178 bash[75692]: audit 2024-03-21T13:10:22.901904+0000 mon.a (mon.0) 5989 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:23.317 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:22 smithi178 bash[75692]: audit 2024-03-21T13:10:22.912060+0000 mon.a (mon.0) 5990 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:23.318 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:22 smithi178 bash[77880]: audit 2024-03-21T13:10:22.696254+0000 mon.a (mon.0) 5979 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:23.318 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:22 smithi178 bash[77880]: audit 2024-03-21T13:10:22.707658+0000 mon.a (mon.0) 5980 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:23.318 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:22 smithi178 bash[77880]: audit 2024-03-21T13:10:22.788488+0000 mon.a (mon.0) 5981 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:23.318 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:22 smithi178 bash[77880]: audit 2024-03-21T13:10:22.791943+0000 mon.a (mon.0) 5982 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:23.318 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:22 smithi178 bash[77880]: audit 2024-03-21T13:10:22.796305+0000 mon.a (mon.0) 5983 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:23.318 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:22 smithi178 bash[77880]: audit 2024-03-21T13:10:22.797960+0000 mon.a (mon.0) 5984 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:23.318 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:22 smithi178 bash[77880]: audit 2024-03-21T13:10:22.810473+0000 mon.a (mon.0) 5985 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:23.318 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:22 smithi178 bash[77880]: audit 2024-03-21T13:10:22.892374+0000 mon.a (mon.0) 5986 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:23.318 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:22 smithi178 bash[77880]: audit 2024-03-21T13:10:22.895647+0000 mon.a (mon.0) 5987 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:23.319 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:22 smithi178 bash[77880]: audit 2024-03-21T13:10:22.900248+0000 mon.a (mon.0) 5988 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:23.319 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:22 smithi178 bash[77880]: audit 2024-03-21T13:10:22.901904+0000 mon.a (mon.0) 5989 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:23.319 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:22 smithi178 bash[77880]: audit 2024-03-21T13:10:22.912060+0000 mon.a (mon.0) 5990 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:23.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:22 smithi184 bash[59794]: cluster 2024-03-21T13:10:21.307928+0000 mgr.x (mgr.34104) 3955 : cluster [DBG] pgmap v2625: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:23.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:22 smithi184 bash[59794]: cluster 2024-03-21T13:10:21.308538+0000 mgr.x (mgr.34104) 3956 : cluster [DBG] pgmap v2626: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:23.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:22 smithi184 bash[59794]: cephadm 2024-03-21T13:10:21.318274+0000 mgr.x (mgr.34104) 3957 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:23.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:22 smithi184 bash[59794]: cluster 2024-03-21T13:10:21.394837+0000 mgr.x (mgr.34104) 3958 : cluster [DBG] pgmap v2627: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:23.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:22 smithi184 bash[59794]: cluster 2024-03-21T13:10:21.395307+0000 mgr.x (mgr.34104) 3959 : cluster [DBG] pgmap v2628: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:23.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:22 smithi184 bash[59794]: cephadm 2024-03-21T13:10:21.405239+0000 mgr.x (mgr.34104) 3960 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:23.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:22 smithi184 bash[59794]: cluster 2024-03-21T13:10:21.481027+0000 mgr.x (mgr.34104) 3961 : cluster [DBG] pgmap v2629: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:23.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:22 smithi184 bash[59794]: cluster 2024-03-21T13:10:21.481781+0000 mgr.x (mgr.34104) 3962 : cluster [DBG] pgmap v2630: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:23.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:22 smithi184 bash[59794]: cephadm 2024-03-21T13:10:21.491500+0000 mgr.x (mgr.34104) 3963 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:23.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:22 smithi184 bash[59794]: cluster 2024-03-21T13:10:21.587415+0000 mgr.x (mgr.34104) 3964 : cluster [DBG] pgmap v2631: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:23.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:22 smithi184 bash[59794]: cluster 2024-03-21T13:10:21.588143+0000 mgr.x (mgr.34104) 3965 : cluster [DBG] pgmap v2632: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:23.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:22 smithi184 bash[59794]: cephadm 2024-03-21T13:10:21.597088+0000 mgr.x (mgr.34104) 3966 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:23.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:22 smithi184 bash[59794]: cluster 2024-03-21T13:10:21.686376+0000 mgr.x (mgr.34104) 3967 : cluster [DBG] pgmap v2633: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:23.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:22 smithi184 bash[59794]: cluster 2024-03-21T13:10:21.686725+0000 mgr.x (mgr.34104) 3968 : cluster [DBG] pgmap v2634: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:23.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:22 smithi184 bash[59794]: cephadm 2024-03-21T13:10:21.696167+0000 mgr.x (mgr.34104) 3969 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:23.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:22 smithi184 bash[59794]: cluster 2024-03-21T13:10:21.784499+0000 mgr.x (mgr.34104) 3970 : cluster [DBG] pgmap v2635: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:23.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:22 smithi184 bash[59794]: cluster 2024-03-21T13:10:21.785188+0000 mgr.x (mgr.34104) 3971 : cluster [DBG] pgmap v2636: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:23.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:22 smithi184 bash[59794]: cephadm 2024-03-21T13:10:21.793739+0000 mgr.x (mgr.34104) 3972 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:23.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:22 smithi184 bash[59794]: cluster 2024-03-21T13:10:21.880328+0000 mgr.x (mgr.34104) 3973 : cluster [DBG] pgmap v2637: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:23.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:22 smithi184 bash[59794]: cluster 2024-03-21T13:10:21.881118+0000 mgr.x (mgr.34104) 3974 : cluster [DBG] pgmap v2638: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:23.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:22 smithi184 bash[59794]: cephadm 2024-03-21T13:10:21.889784+0000 mgr.x (mgr.34104) 3975 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:23.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:22 smithi184 bash[59794]: audit 2024-03-21T13:10:21.967468+0000 mon.a (mon.0) 5941 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:23.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:22 smithi184 bash[59794]: audit 2024-03-21T13:10:21.974660+0000 mon.a (mon.0) 5942 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:23.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:22 smithi184 bash[59794]: audit 2024-03-21T13:10:21.984623+0000 mon.a (mon.0) 5943 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:23.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:22 smithi184 bash[59794]: cluster 2024-03-21T13:10:21.988589+0000 mgr.x (mgr.34104) 3976 : cluster [DBG] pgmap v2639: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:23.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:22 smithi184 bash[59794]: cluster 2024-03-21T13:10:21.989146+0000 mgr.x (mgr.34104) 3977 : cluster [DBG] pgmap v2640: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:23.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:22 smithi184 bash[59794]: audit 2024-03-21T13:10:21.993595+0000 mon.a (mon.0) 5944 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:23.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:22 smithi184 bash[59794]: cephadm 2024-03-21T13:10:21.994929+0000 mgr.x (mgr.34104) 3978 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:23.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:22 smithi184 bash[59794]: audit 2024-03-21T13:10:22.076708+0000 mon.a (mon.0) 5945 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:23.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:22 smithi184 bash[59794]: audit 2024-03-21T13:10:22.081353+0000 mon.a (mon.0) 5946 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:23.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:22 smithi184 bash[59794]: audit 2024-03-21T13:10:22.085471+0000 mon.a (mon.0) 5947 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:23.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:22 smithi184 bash[59794]: audit 2024-03-21T13:10:22.087157+0000 mon.a (mon.0) 5948 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:23.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:22 smithi184 bash[59794]: cluster 2024-03-21T13:10:22.090463+0000 mgr.x (mgr.34104) 3979 : cluster [DBG] pgmap v2641: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:23.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:22 smithi184 bash[59794]: cluster 2024-03-21T13:10:22.091054+0000 mgr.x (mgr.34104) 3980 : cluster [DBG] pgmap v2642: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:23.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:22 smithi184 bash[59794]: audit 2024-03-21T13:10:22.099583+0000 mon.a (mon.0) 5949 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:23.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:22 smithi184 bash[59794]: cephadm 2024-03-21T13:10:22.100841+0000 mgr.x (mgr.34104) 3981 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:23.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:22 smithi184 bash[59794]: audit 2024-03-21T13:10:22.183376+0000 mon.a (mon.0) 5950 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:23.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:22 smithi184 bash[59794]: audit 2024-03-21T13:10:22.186523+0000 mon.a (mon.0) 5951 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:23.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:22 smithi184 bash[59794]: audit 2024-03-21T13:10:22.190693+0000 mon.a (mon.0) 5952 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:23.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:22 smithi184 bash[59794]: audit 2024-03-21T13:10:22.192328+0000 mon.a (mon.0) 5953 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:23.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:22 smithi184 bash[59794]: cluster 2024-03-21T13:10:22.195058+0000 mgr.x (mgr.34104) 3982 : cluster [DBG] pgmap v2643: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:23.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:22 smithi184 bash[59794]: cluster 2024-03-21T13:10:22.195564+0000 mgr.x (mgr.34104) 3983 : cluster [DBG] pgmap v2644: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:23.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:22 smithi184 bash[59794]: audit 2024-03-21T13:10:22.203940+0000 mon.a (mon.0) 5954 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:23.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:22 smithi184 bash[59794]: cephadm 2024-03-21T13:10:22.205350+0000 mgr.x (mgr.34104) 3984 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:23.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:22 smithi184 bash[59794]: audit 2024-03-21T13:10:22.280682+0000 mon.a (mon.0) 5955 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:23.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:22 smithi184 bash[59794]: audit 2024-03-21T13:10:22.284170+0000 mon.a (mon.0) 5956 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:23.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:22 smithi184 bash[59794]: audit 2024-03-21T13:10:22.287022+0000 mon.a (mon.0) 5957 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:23.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:22 smithi184 bash[59794]: audit 2024-03-21T13:10:22.288180+0000 mon.a (mon.0) 5958 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:23.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:22 smithi184 bash[59794]: audit 2024-03-21T13:10:22.299294+0000 mon.a (mon.0) 5959 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:23.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:22 smithi184 bash[59794]: audit 2024-03-21T13:10:22.382914+0000 mon.a (mon.0) 5960 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:23.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:22 smithi184 bash[59794]: audit 2024-03-21T13:10:22.386095+0000 mon.a (mon.0) 5961 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:23.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:22 smithi184 bash[59794]: audit 2024-03-21T13:10:22.389352+0000 mon.a (mon.0) 5962 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:23.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:22 smithi184 bash[59794]: audit 2024-03-21T13:10:22.390679+0000 mon.a (mon.0) 5963 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:23.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:22 smithi184 bash[59794]: audit 2024-03-21T13:10:22.403205+0000 mon.a (mon.0) 5964 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:23.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:22 smithi184 bash[59794]: audit 2024-03-21T13:10:22.484338+0000 mon.a (mon.0) 5965 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:23.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:22 smithi184 bash[59794]: audit 2024-03-21T13:10:22.487999+0000 mon.a (mon.0) 5966 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:23.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:22 smithi184 bash[59794]: audit 2024-03-21T13:10:22.492600+0000 mon.a (mon.0) 5967 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:23.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:22 smithi184 bash[59794]: audit 2024-03-21T13:10:22.494334+0000 mon.a (mon.0) 5968 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:23.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:22 smithi184 bash[59794]: audit 2024-03-21T13:10:22.507918+0000 mon.a (mon.0) 5969 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:23.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:22 smithi184 bash[59794]: audit 2024-03-21T13:10:22.590735+0000 mon.a (mon.0) 5970 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:23.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:22 smithi184 bash[59794]: audit 2024-03-21T13:10:22.593753+0000 mon.a (mon.0) 5971 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:23.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:22 smithi184 bash[59794]: audit 2024-03-21T13:10:22.596789+0000 mon.a (mon.0) 5972 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:23.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:22 smithi184 bash[59794]: audit 2024-03-21T13:10:22.598112+0000 mon.a (mon.0) 5973 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:23.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:22 smithi184 bash[59794]: audit 2024-03-21T13:10:22.608290+0000 mon.a (mon.0) 5974 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:23.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:22 smithi184 bash[59794]: audit 2024-03-21T13:10:22.645488+0000 mon.b (mon.2) 11 : audit [INF] from='osd.7 [v2:172.21.15.184:6824/1799306493,v1:172.21.15.184:6825/1799306493]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-03-21T13:10:23.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:22 smithi184 bash[59794]: audit 2024-03-21T13:10:22.645632+0000 mon.a (mon.0) 5975 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-03-21T13:10:23.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:22 smithi184 bash[59794]: audit 2024-03-21T13:10:22.687509+0000 mon.a (mon.0) 5976 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:23.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:22 smithi184 bash[59794]: audit 2024-03-21T13:10:22.690764+0000 mon.a (mon.0) 5977 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:23.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:22 smithi184 bash[59794]: audit 2024-03-21T13:10:22.694774+0000 mon.a (mon.0) 5978 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:23.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:22 smithi184 bash[59794]: audit 2024-03-21T13:10:22.696254+0000 mon.a (mon.0) 5979 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:23.331 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:22 smithi184 bash[59794]: audit 2024-03-21T13:10:22.707658+0000 mon.a (mon.0) 5980 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:23.331 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:22 smithi184 bash[59794]: audit 2024-03-21T13:10:22.788488+0000 mon.a (mon.0) 5981 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:23.331 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:22 smithi184 bash[59794]: audit 2024-03-21T13:10:22.791943+0000 mon.a (mon.0) 5982 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:23.331 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:22 smithi184 bash[59794]: audit 2024-03-21T13:10:22.796305+0000 mon.a (mon.0) 5983 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:23.331 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:22 smithi184 bash[59794]: audit 2024-03-21T13:10:22.797960+0000 mon.a (mon.0) 5984 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:23.331 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:22 smithi184 bash[59794]: audit 2024-03-21T13:10:22.810473+0000 mon.a (mon.0) 5985 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:23.331 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:22 smithi184 bash[59794]: audit 2024-03-21T13:10:22.892374+0000 mon.a (mon.0) 5986 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:23.331 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:22 smithi184 bash[59794]: audit 2024-03-21T13:10:22.895647+0000 mon.a (mon.0) 5987 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:23.331 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:22 smithi184 bash[59794]: audit 2024-03-21T13:10:22.900248+0000 mon.a (mon.0) 5988 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:23.331 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:22 smithi184 bash[59794]: audit 2024-03-21T13:10:22.901904+0000 mon.a (mon.0) 5989 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:23.331 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:22 smithi184 bash[59794]: audit 2024-03-21T13:10:22.912060+0000 mon.a (mon.0) 5990 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:24.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:24 smithi178 bash[75692]: cluster 2024-03-21T13:10:22.291041+0000 mgr.x (mgr.34104) 3985 : cluster [DBG] pgmap v2645: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:24.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:24 smithi178 bash[75692]: cluster 2024-03-21T13:10:22.291905+0000 mgr.x (mgr.34104) 3986 : cluster [DBG] pgmap v2646: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:24.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:24 smithi178 bash[75692]: cephadm 2024-03-21T13:10:22.300517+0000 mgr.x (mgr.34104) 3987 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:24.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:24 smithi178 bash[75692]: cluster 2024-03-21T13:10:22.393763+0000 mgr.x (mgr.34104) 3988 : cluster [DBG] pgmap v2647: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:24.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:24 smithi178 bash[75692]: cluster 2024-03-21T13:10:22.394403+0000 mgr.x (mgr.34104) 3989 : cluster [DBG] pgmap v2648: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:24.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:24 smithi178 bash[75692]: cephadm 2024-03-21T13:10:22.404777+0000 mgr.x (mgr.34104) 3990 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:24.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:24 smithi178 bash[75692]: cluster 2024-03-21T13:10:22.498246+0000 mgr.x (mgr.34104) 3991 : cluster [DBG] pgmap v2649: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:24.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:24 smithi178 bash[75692]: cluster 2024-03-21T13:10:22.498832+0000 mgr.x (mgr.34104) 3992 : cluster [DBG] pgmap v2650: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:24.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:24 smithi178 bash[75692]: cephadm 2024-03-21T13:10:22.509393+0000 mgr.x (mgr.34104) 3993 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:24.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:24 smithi178 bash[75692]: cluster 2024-03-21T13:10:22.600767+0000 mgr.x (mgr.34104) 3994 : cluster [DBG] pgmap v2651: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:24.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:24 smithi178 bash[75692]: cluster 2024-03-21T13:10:22.601157+0000 mgr.x (mgr.34104) 3995 : cluster [DBG] pgmap v2652: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:24.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:24 smithi178 bash[75692]: cephadm 2024-03-21T13:10:22.609581+0000 mgr.x (mgr.34104) 3996 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:24.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:24 smithi178 bash[75692]: cluster 2024-03-21T13:10:22.699464+0000 mgr.x (mgr.34104) 3997 : cluster [DBG] pgmap v2653: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:24.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:24 smithi178 bash[75692]: cluster 2024-03-21T13:10:22.700269+0000 mgr.x (mgr.34104) 3998 : cluster [DBG] pgmap v2654: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:24.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:24 smithi178 bash[75692]: cephadm 2024-03-21T13:10:22.709137+0000 mgr.x (mgr.34104) 3999 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:24.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:24 smithi178 bash[77880]: cluster 2024-03-21T13:10:22.291041+0000 mgr.x (mgr.34104) 3985 : cluster [DBG] pgmap v2645: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:24.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:24 smithi178 bash[77880]: cluster 2024-03-21T13:10:22.291905+0000 mgr.x (mgr.34104) 3986 : cluster [DBG] pgmap v2646: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:24.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:24 smithi178 bash[77880]: cephadm 2024-03-21T13:10:22.300517+0000 mgr.x (mgr.34104) 3987 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:24.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:24 smithi178 bash[77880]: cluster 2024-03-21T13:10:22.393763+0000 mgr.x (mgr.34104) 3988 : cluster [DBG] pgmap v2647: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:24.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:24 smithi178 bash[77880]: cluster 2024-03-21T13:10:22.394403+0000 mgr.x (mgr.34104) 3989 : cluster [DBG] pgmap v2648: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:24.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:24 smithi178 bash[77880]: cephadm 2024-03-21T13:10:22.404777+0000 mgr.x (mgr.34104) 3990 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:24.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:24 smithi178 bash[77880]: cluster 2024-03-21T13:10:22.498246+0000 mgr.x (mgr.34104) 3991 : cluster [DBG] pgmap v2649: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:24.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:24 smithi178 bash[77880]: cluster 2024-03-21T13:10:22.498832+0000 mgr.x (mgr.34104) 3992 : cluster [DBG] pgmap v2650: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:24.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:24 smithi178 bash[77880]: cephadm 2024-03-21T13:10:22.509393+0000 mgr.x (mgr.34104) 3993 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:24.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:24 smithi178 bash[77880]: cluster 2024-03-21T13:10:22.600767+0000 mgr.x (mgr.34104) 3994 : cluster [DBG] pgmap v2651: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:24.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:24 smithi178 bash[77880]: cluster 2024-03-21T13:10:22.601157+0000 mgr.x (mgr.34104) 3995 : cluster [DBG] pgmap v2652: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:24.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:24 smithi178 bash[77880]: cephadm 2024-03-21T13:10:22.609581+0000 mgr.x (mgr.34104) 3996 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:24.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:24 smithi178 bash[77880]: cluster 2024-03-21T13:10:22.699464+0000 mgr.x (mgr.34104) 3997 : cluster [DBG] pgmap v2653: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:24.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:24 smithi178 bash[77880]: cluster 2024-03-21T13:10:22.700269+0000 mgr.x (mgr.34104) 3998 : cluster [DBG] pgmap v2654: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:24.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:24 smithi178 bash[77880]: cephadm 2024-03-21T13:10:22.709137+0000 mgr.x (mgr.34104) 3999 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:24.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:24 smithi178 bash[75692]: cluster 2024-03-21T13:10:22.801523+0000 mgr.x (mgr.34104) 4000 : cluster [DBG] pgmap v2655: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:24.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:24 smithi178 bash[75692]: cluster 2024-03-21T13:10:22.802304+0000 mgr.x (mgr.34104) 4001 : cluster [DBG] pgmap v2656: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:24.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:24 smithi178 bash[75692]: cephadm 2024-03-21T13:10:22.811941+0000 mgr.x (mgr.34104) 4002 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:24.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:24 smithi178 bash[75692]: cluster 2024-03-21T13:10:22.905234+0000 mgr.x (mgr.34104) 4003 : cluster [DBG] pgmap v2657: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:24.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:24 smithi178 bash[75692]: cluster 2024-03-21T13:10:22.905849+0000 mgr.x (mgr.34104) 4004 : cluster [DBG] pgmap v2658: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:24.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:24 smithi178 bash[75692]: cephadm 2024-03-21T13:10:22.913375+0000 mgr.x (mgr.34104) 4005 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:24.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:24 smithi178 bash[75692]: audit 2024-03-21T13:10:22.996301+0000 mon.a (mon.0) 5991 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:24.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:24 smithi178 bash[75692]: audit 2024-03-21T13:10:22.998550+0000 mon.a (mon.0) 5992 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:24.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:24 smithi178 bash[75692]: audit 2024-03-21T13:10:23.000934+0000 mon.a (mon.0) 5993 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:24.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:24 smithi178 bash[75692]: audit 2024-03-21T13:10:23.001927+0000 mon.a (mon.0) 5994 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:24.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:24 smithi178 bash[75692]: cluster 2024-03-21T13:10:23.004272+0000 mgr.x (mgr.34104) 4006 : cluster [DBG] pgmap v2659: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:24.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:24 smithi178 bash[75692]: cluster 2024-03-21T13:10:23.004823+0000 mgr.x (mgr.34104) 4007 : cluster [DBG] pgmap v2660: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:24.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:24 smithi178 bash[75692]: audit 2024-03-21T13:10:23.009821+0000 mon.a (mon.0) 5995 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:24.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:24 smithi178 bash[75692]: cephadm 2024-03-21T13:10:23.011028+0000 mgr.x (mgr.34104) 4008 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:24.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:24 smithi178 bash[75692]: audit 2024-03-21T13:10:23.094898+0000 mon.a (mon.0) 5996 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:24.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:24 smithi178 bash[75692]: audit 2024-03-21T13:10:23.099613+0000 mon.a (mon.0) 5997 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:24.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:24 smithi178 bash[75692]: audit 2024-03-21T13:10:23.104381+0000 mon.a (mon.0) 5998 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:24.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:24 smithi178 bash[75692]: audit 2024-03-21T13:10:23.105678+0000 mon.a (mon.0) 5999 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:24.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:24 smithi178 bash[77880]: cluster 2024-03-21T13:10:22.801523+0000 mgr.x (mgr.34104) 4000 : cluster [DBG] pgmap v2655: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:24.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:24 smithi178 bash[77880]: cluster 2024-03-21T13:10:22.802304+0000 mgr.x (mgr.34104) 4001 : cluster [DBG] pgmap v2656: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:24.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:24 smithi178 bash[77880]: cephadm 2024-03-21T13:10:22.811941+0000 mgr.x (mgr.34104) 4002 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:24.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:24 smithi178 bash[77880]: cluster 2024-03-21T13:10:22.905234+0000 mgr.x (mgr.34104) 4003 : cluster [DBG] pgmap v2657: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:24.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:24 smithi178 bash[77880]: cluster 2024-03-21T13:10:22.905849+0000 mgr.x (mgr.34104) 4004 : cluster [DBG] pgmap v2658: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:24.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:24 smithi178 bash[77880]: cephadm 2024-03-21T13:10:22.913375+0000 mgr.x (mgr.34104) 4005 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:24.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:24 smithi178 bash[77880]: audit 2024-03-21T13:10:22.996301+0000 mon.a (mon.0) 5991 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:24.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:24 smithi178 bash[77880]: audit 2024-03-21T13:10:22.998550+0000 mon.a (mon.0) 5992 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:24.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:24 smithi178 bash[77880]: audit 2024-03-21T13:10:23.000934+0000 mon.a (mon.0) 5993 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:24.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:24 smithi178 bash[77880]: audit 2024-03-21T13:10:23.001927+0000 mon.a (mon.0) 5994 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:24.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:24 smithi178 bash[77880]: cluster 2024-03-21T13:10:23.004272+0000 mgr.x (mgr.34104) 4006 : cluster [DBG] pgmap v2659: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:24.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:24 smithi178 bash[77880]: cluster 2024-03-21T13:10:23.004823+0000 mgr.x (mgr.34104) 4007 : cluster [DBG] pgmap v2660: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:24.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:24 smithi178 bash[77880]: audit 2024-03-21T13:10:23.009821+0000 mon.a (mon.0) 5995 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:24.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:24 smithi178 bash[77880]: cephadm 2024-03-21T13:10:23.011028+0000 mgr.x (mgr.34104) 4008 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:24.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:24 smithi178 bash[77880]: audit 2024-03-21T13:10:23.094898+0000 mon.a (mon.0) 5996 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:24.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:24 smithi178 bash[77880]: audit 2024-03-21T13:10:23.099613+0000 mon.a (mon.0) 5997 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:24.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:24 smithi178 bash[77880]: audit 2024-03-21T13:10:23.104381+0000 mon.a (mon.0) 5998 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:24.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:24 smithi178 bash[77880]: audit 2024-03-21T13:10:23.105678+0000 mon.a (mon.0) 5999 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:24.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:24 smithi178 bash[75692]: cluster 2024-03-21T13:10:23.108372+0000 mgr.x (mgr.34104) 4009 : cluster [DBG] pgmap v2661: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:24.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:24 smithi178 bash[75692]: cluster 2024-03-21T13:10:23.108708+0000 mgr.x (mgr.34104) 4010 : cluster [DBG] pgmap v2662: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:24.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:24 smithi178 bash[75692]: audit 2024-03-21T13:10:23.117532+0000 mon.a (mon.0) 6000 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:24.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:24 smithi178 bash[75692]: cephadm 2024-03-21T13:10:23.118903+0000 mgr.x (mgr.34104) 4011 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:24.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:24 smithi178 bash[75692]: audit 2024-03-21T13:10:23.199613+0000 mon.a (mon.0) 6001 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:24.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:24 smithi178 bash[75692]: audit 2024-03-21T13:10:23.203081+0000 mon.a (mon.0) 6002 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:24.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:24 smithi178 bash[75692]: audit 2024-03-21T13:10:23.207159+0000 mon.a (mon.0) 6003 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:24.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:24 smithi178 bash[75692]: audit 2024-03-21T13:10:23.208940+0000 mon.a (mon.0) 6004 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:24.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:24 smithi178 bash[75692]: cluster 2024-03-21T13:10:23.212368+0000 mgr.x (mgr.34104) 4012 : cluster [DBG] pgmap v2663: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:24.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:24 smithi178 bash[75692]: cluster 2024-03-21T13:10:23.213135+0000 mgr.x (mgr.34104) 4013 : cluster [DBG] pgmap v2664: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:24.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:24 smithi178 bash[75692]: audit 2024-03-21T13:10:23.221228+0000 mon.a (mon.0) 6005 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:24.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:24 smithi178 bash[75692]: cephadm 2024-03-21T13:10:23.222743+0000 mgr.x (mgr.34104) 4014 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:24.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:24 smithi178 bash[75692]: audit 2024-03-21T13:10:23.304492+0000 mon.a (mon.0) 6006 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:24.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:24 smithi178 bash[75692]: audit 2024-03-21T13:10:23.307754+0000 mon.a (mon.0) 6007 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:24.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:24 smithi178 bash[75692]: audit 2024-03-21T13:10:23.311581+0000 mon.a (mon.0) 6008 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:24.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:24 smithi178 bash[75692]: audit 2024-03-21T13:10:23.312899+0000 mon.a (mon.0) 6009 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:24.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:24 smithi178 bash[75692]: audit 2024-03-21T13:10:23.324290+0000 mon.a (mon.0) 6010 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:24.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:24 smithi178 bash[75692]: audit 2024-03-21T13:10:23.388114+0000 mon.a (mon.0) 6011 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:24.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:24 smithi178 bash[77880]: cluster 2024-03-21T13:10:23.108372+0000 mgr.x (mgr.34104) 4009 : cluster [DBG] pgmap v2661: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:24.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:24 smithi178 bash[77880]: cluster 2024-03-21T13:10:23.108708+0000 mgr.x (mgr.34104) 4010 : cluster [DBG] pgmap v2662: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:24.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:24 smithi178 bash[77880]: audit 2024-03-21T13:10:23.117532+0000 mon.a (mon.0) 6000 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:24.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:24 smithi178 bash[77880]: cephadm 2024-03-21T13:10:23.118903+0000 mgr.x (mgr.34104) 4011 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:24.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:24 smithi178 bash[77880]: audit 2024-03-21T13:10:23.199613+0000 mon.a (mon.0) 6001 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:24.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:24 smithi178 bash[77880]: audit 2024-03-21T13:10:23.203081+0000 mon.a (mon.0) 6002 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:24.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:24 smithi178 bash[77880]: audit 2024-03-21T13:10:23.207159+0000 mon.a (mon.0) 6003 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:24.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:24 smithi178 bash[77880]: audit 2024-03-21T13:10:23.208940+0000 mon.a (mon.0) 6004 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:24.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:24 smithi178 bash[77880]: cluster 2024-03-21T13:10:23.212368+0000 mgr.x (mgr.34104) 4012 : cluster [DBG] pgmap v2663: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:24.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:24 smithi178 bash[77880]: cluster 2024-03-21T13:10:23.213135+0000 mgr.x (mgr.34104) 4013 : cluster [DBG] pgmap v2664: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:24.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:24 smithi178 bash[77880]: audit 2024-03-21T13:10:23.221228+0000 mon.a (mon.0) 6005 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:24.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:24 smithi178 bash[77880]: cephadm 2024-03-21T13:10:23.222743+0000 mgr.x (mgr.34104) 4014 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:24.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:24 smithi178 bash[77880]: audit 2024-03-21T13:10:23.304492+0000 mon.a (mon.0) 6006 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:24.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:24 smithi178 bash[77880]: audit 2024-03-21T13:10:23.307754+0000 mon.a (mon.0) 6007 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:24.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:24 smithi178 bash[77880]: audit 2024-03-21T13:10:23.311581+0000 mon.a (mon.0) 6008 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:24.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:24 smithi178 bash[77880]: audit 2024-03-21T13:10:23.312899+0000 mon.a (mon.0) 6009 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:24.309 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:24 smithi178 bash[77880]: audit 2024-03-21T13:10:23.324290+0000 mon.a (mon.0) 6010 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:24.309 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:24 smithi178 bash[77880]: audit 2024-03-21T13:10:23.388114+0000 mon.a (mon.0) 6011 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:24.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:24 smithi178 bash[75692]: audit 2024-03-21T13:10:23.390977+0000 mon.a (mon.0) 6012 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:24.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:24 smithi178 bash[75692]: audit 2024-03-21T13:10:23.393952+0000 mon.a (mon.0) 6013 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:24.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:24 smithi178 bash[75692]: audit 2024-03-21T13:10:23.395180+0000 mon.a (mon.0) 6014 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:24.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:24 smithi178 bash[75692]: audit 2024-03-21T13:10:23.406942+0000 mon.a (mon.0) 6015 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:24.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:24 smithi178 bash[75692]: audit 2024-03-21T13:10:23.487988+0000 mon.a (mon.0) 6016 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:24.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:24 smithi178 bash[75692]: audit 2024-03-21T13:10:23.491138+0000 mon.a (mon.0) 6017 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:24.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:24 smithi178 bash[75692]: audit 2024-03-21T13:10:23.494187+0000 mon.a (mon.0) 6018 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:24.310 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:24 smithi178 bash[75692]: audit 2024-03-21T13:10:23.495412+0000 mon.a (mon.0) 6019 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:24.310 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:24 smithi178 bash[75692]: audit 2024-03-21T13:10:23.506411+0000 mon.a (mon.0) 6020 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:24.310 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:24 smithi178 bash[75692]: audit 2024-03-21T13:10:23.588003+0000 mon.a (mon.0) 6021 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:24.311 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:24 smithi178 bash[75692]: audit 2024-03-21T13:10:23.591196+0000 mon.a (mon.0) 6022 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:24.311 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:24 smithi178 bash[75692]: audit 2024-03-21T13:10:23.594469+0000 mon.a (mon.0) 6023 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:24.311 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:24 smithi178 bash[75692]: audit 2024-03-21T13:10:23.596066+0000 mon.a (mon.0) 6024 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:24.311 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:24 smithi178 bash[75692]: audit 2024-03-21T13:10:23.606133+0000 mon.a (mon.0) 6025 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:24.311 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:24 smithi178 bash[75692]: audit 2024-03-21T13:10:23.609439+0000 mon.a (mon.0) 6026 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-03-21T13:10:24.311 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:24 smithi178 bash[75692]: cluster 2024-03-21T13:10:23.616830+0000 mon.a (mon.0) 6027 : cluster [DBG] osdmap e169: 8 total, 7 up, 8 in 2024-03-21T13:10:24.311 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:24 smithi178 bash[75692]: audit 2024-03-21T13:10:23.617655+0000 mon.b (mon.2) 12 : audit [INF] from='osd.7 [v2:172.21.15.184:6824/1799306493,v1:172.21.15.184:6825/1799306493]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]: dispatch 2024-03-21T13:10:24.311 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:24 smithi178 bash[75692]: audit 2024-03-21T13:10:23.623551+0000 mon.a (mon.0) 6028 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]: dispatch 2024-03-21T13:10:24.314 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:24 smithi178 bash[77880]: audit 2024-03-21T13:10:23.390977+0000 mon.a (mon.0) 6012 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:24.314 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:24 smithi178 bash[77880]: audit 2024-03-21T13:10:23.393952+0000 mon.a (mon.0) 6013 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:24.314 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:24 smithi178 bash[77880]: audit 2024-03-21T13:10:23.395180+0000 mon.a (mon.0) 6014 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:24.314 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:24 smithi178 bash[77880]: audit 2024-03-21T13:10:23.406942+0000 mon.a (mon.0) 6015 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:24.315 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:24 smithi178 bash[77880]: audit 2024-03-21T13:10:23.487988+0000 mon.a (mon.0) 6016 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:24.315 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:24 smithi178 bash[77880]: audit 2024-03-21T13:10:23.491138+0000 mon.a (mon.0) 6017 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:24.315 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:24 smithi178 bash[77880]: audit 2024-03-21T13:10:23.494187+0000 mon.a (mon.0) 6018 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:24.315 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:24 smithi178 bash[77880]: audit 2024-03-21T13:10:23.495412+0000 mon.a (mon.0) 6019 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:24.315 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:24 smithi178 bash[77880]: audit 2024-03-21T13:10:23.506411+0000 mon.a (mon.0) 6020 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:24.315 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:24 smithi178 bash[77880]: audit 2024-03-21T13:10:23.588003+0000 mon.a (mon.0) 6021 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:24.315 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:24 smithi178 bash[77880]: audit 2024-03-21T13:10:23.591196+0000 mon.a (mon.0) 6022 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:24.315 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:24 smithi178 bash[77880]: audit 2024-03-21T13:10:23.594469+0000 mon.a (mon.0) 6023 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:24.315 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:24 smithi178 bash[77880]: audit 2024-03-21T13:10:23.596066+0000 mon.a (mon.0) 6024 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:24.315 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:24 smithi178 bash[77880]: audit 2024-03-21T13:10:23.606133+0000 mon.a (mon.0) 6025 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:24.316 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:24 smithi178 bash[77880]: audit 2024-03-21T13:10:23.609439+0000 mon.a (mon.0) 6026 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-03-21T13:10:24.316 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:24 smithi178 bash[77880]: cluster 2024-03-21T13:10:23.616830+0000 mon.a (mon.0) 6027 : cluster [DBG] osdmap e169: 8 total, 7 up, 8 in 2024-03-21T13:10:24.316 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:24 smithi178 bash[77880]: audit 2024-03-21T13:10:23.617655+0000 mon.b (mon.2) 12 : audit [INF] from='osd.7 [v2:172.21.15.184:6824/1799306493,v1:172.21.15.184:6825/1799306493]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]: dispatch 2024-03-21T13:10:24.316 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:24 smithi178 bash[77880]: audit 2024-03-21T13:10:23.623551+0000 mon.a (mon.0) 6028 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]: dispatch 2024-03-21T13:10:24.316 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:24 smithi178 bash[75692]: audit 2024-03-21T13:10:23.689230+0000 mon.a (mon.0) 6029 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:24.316 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:24 smithi178 bash[75692]: audit 2024-03-21T13:10:23.692103+0000 mon.a (mon.0) 6030 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:24.317 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:24 smithi178 bash[75692]: audit 2024-03-21T13:10:23.694985+0000 mon.a (mon.0) 6031 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:24.317 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:24 smithi178 bash[75692]: audit 2024-03-21T13:10:23.696232+0000 mon.a (mon.0) 6032 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:24.317 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:24 smithi178 bash[75692]: audit 2024-03-21T13:10:23.770721+0000 mon.a (mon.0) 6033 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:24.317 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:24 smithi178 bash[75692]: cluster 2024-03-21T13:10:23.826685+0000 mon.a (mon.0) 6034 : cluster [WRN] Health check update: Degraded data redundancy: 81/630 objects degraded (12.857%), 24 pgs degraded (PG_DEGRADED) 2024-03-21T13:10:24.317 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:24 smithi178 bash[75692]: audit 2024-03-21T13:10:23.852545+0000 mon.a (mon.0) 6035 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:24.317 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:24 smithi178 bash[75692]: audit 2024-03-21T13:10:23.856014+0000 mon.a (mon.0) 6036 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:24.317 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:24 smithi178 bash[75692]: audit 2024-03-21T13:10:23.859330+0000 mon.a (mon.0) 6037 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:24.317 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:24 smithi178 bash[75692]: audit 2024-03-21T13:10:23.860951+0000 mon.a (mon.0) 6038 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:24.317 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:24 smithi178 bash[75692]: audit 2024-03-21T13:10:23.914436+0000 mon.a (mon.0) 6039 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:24.318 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:24 smithi178 bash[77880]: audit 2024-03-21T13:10:23.689230+0000 mon.a (mon.0) 6029 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:24.318 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:24 smithi178 bash[77880]: audit 2024-03-21T13:10:23.692103+0000 mon.a (mon.0) 6030 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:24.318 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:24 smithi178 bash[77880]: audit 2024-03-21T13:10:23.694985+0000 mon.a (mon.0) 6031 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:24.318 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:24 smithi178 bash[77880]: audit 2024-03-21T13:10:23.696232+0000 mon.a (mon.0) 6032 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:24.318 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:24 smithi178 bash[77880]: audit 2024-03-21T13:10:23.770721+0000 mon.a (mon.0) 6033 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:24.318 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:24 smithi178 bash[77880]: cluster 2024-03-21T13:10:23.826685+0000 mon.a (mon.0) 6034 : cluster [WRN] Health check update: Degraded data redundancy: 81/630 objects degraded (12.857%), 24 pgs degraded (PG_DEGRADED) 2024-03-21T13:10:24.318 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:24 smithi178 bash[77880]: audit 2024-03-21T13:10:23.852545+0000 mon.a (mon.0) 6035 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:24.318 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:24 smithi178 bash[77880]: audit 2024-03-21T13:10:23.856014+0000 mon.a (mon.0) 6036 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:24.319 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:24 smithi178 bash[77880]: audit 2024-03-21T13:10:23.859330+0000 mon.a (mon.0) 6037 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:24.319 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:24 smithi178 bash[77880]: audit 2024-03-21T13:10:23.860951+0000 mon.a (mon.0) 6038 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:24.319 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:24 smithi178 bash[77880]: audit 2024-03-21T13:10:23.914436+0000 mon.a (mon.0) 6039 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:24.324 INFO:journalctl@ceph.osd.7.smithi184.stdout:Mar 21 13:10:24 smithi184 bash[76262]: debug 2024-03-21T13:10:24.175+0000 7f83b67da700 -1 osd.7 166 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-03-21T13:10:24.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:24 smithi184 bash[59794]: cluster 2024-03-21T13:10:22.291041+0000 mgr.x (mgr.34104) 3985 : cluster [DBG] pgmap v2645: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:24.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:24 smithi184 bash[59794]: cluster 2024-03-21T13:10:22.291905+0000 mgr.x (mgr.34104) 3986 : cluster [DBG] pgmap v2646: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:24.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:24 smithi184 bash[59794]: cephadm 2024-03-21T13:10:22.300517+0000 mgr.x (mgr.34104) 3987 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:24.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:24 smithi184 bash[59794]: cluster 2024-03-21T13:10:22.393763+0000 mgr.x (mgr.34104) 3988 : cluster [DBG] pgmap v2647: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:24.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:24 smithi184 bash[59794]: cluster 2024-03-21T13:10:22.394403+0000 mgr.x (mgr.34104) 3989 : cluster [DBG] pgmap v2648: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:24.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:24 smithi184 bash[59794]: cephadm 2024-03-21T13:10:22.404777+0000 mgr.x (mgr.34104) 3990 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:24.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:24 smithi184 bash[59794]: cluster 2024-03-21T13:10:22.498246+0000 mgr.x (mgr.34104) 3991 : cluster [DBG] pgmap v2649: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:24.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:24 smithi184 bash[59794]: cluster 2024-03-21T13:10:22.498832+0000 mgr.x (mgr.34104) 3992 : cluster [DBG] pgmap v2650: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:24.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:24 smithi184 bash[59794]: cephadm 2024-03-21T13:10:22.509393+0000 mgr.x (mgr.34104) 3993 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:24.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:24 smithi184 bash[59794]: cluster 2024-03-21T13:10:22.600767+0000 mgr.x (mgr.34104) 3994 : cluster [DBG] pgmap v2651: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:24.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:24 smithi184 bash[59794]: cluster 2024-03-21T13:10:22.601157+0000 mgr.x (mgr.34104) 3995 : cluster [DBG] pgmap v2652: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:24.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:24 smithi184 bash[59794]: cephadm 2024-03-21T13:10:22.609581+0000 mgr.x (mgr.34104) 3996 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:24.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:24 smithi184 bash[59794]: cluster 2024-03-21T13:10:22.699464+0000 mgr.x (mgr.34104) 3997 : cluster [DBG] pgmap v2653: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:24.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:24 smithi184 bash[59794]: cluster 2024-03-21T13:10:22.700269+0000 mgr.x (mgr.34104) 3998 : cluster [DBG] pgmap v2654: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:24.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:24 smithi184 bash[59794]: cephadm 2024-03-21T13:10:22.709137+0000 mgr.x (mgr.34104) 3999 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:24.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:24 smithi184 bash[59794]: cluster 2024-03-21T13:10:22.801523+0000 mgr.x (mgr.34104) 4000 : cluster [DBG] pgmap v2655: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:24.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:24 smithi184 bash[59794]: cluster 2024-03-21T13:10:22.802304+0000 mgr.x (mgr.34104) 4001 : cluster [DBG] pgmap v2656: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:24.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:24 smithi184 bash[59794]: cephadm 2024-03-21T13:10:22.811941+0000 mgr.x (mgr.34104) 4002 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:24.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:24 smithi184 bash[59794]: cluster 2024-03-21T13:10:22.905234+0000 mgr.x (mgr.34104) 4003 : cluster [DBG] pgmap v2657: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:24.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:24 smithi184 bash[59794]: cluster 2024-03-21T13:10:22.905849+0000 mgr.x (mgr.34104) 4004 : cluster [DBG] pgmap v2658: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:24.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:24 smithi184 bash[59794]: cephadm 2024-03-21T13:10:22.913375+0000 mgr.x (mgr.34104) 4005 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:24.331 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:24 smithi184 bash[59794]: audit 2024-03-21T13:10:22.996301+0000 mon.a (mon.0) 5991 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:24.331 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:24 smithi184 bash[59794]: audit 2024-03-21T13:10:22.998550+0000 mon.a (mon.0) 5992 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:24.331 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:24 smithi184 bash[59794]: audit 2024-03-21T13:10:23.000934+0000 mon.a (mon.0) 5993 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:24.331 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:24 smithi184 bash[59794]: audit 2024-03-21T13:10:23.001927+0000 mon.a (mon.0) 5994 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:24.331 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:24 smithi184 bash[59794]: cluster 2024-03-21T13:10:23.004272+0000 mgr.x (mgr.34104) 4006 : cluster [DBG] pgmap v2659: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:24.331 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:24 smithi184 bash[59794]: cluster 2024-03-21T13:10:23.004823+0000 mgr.x (mgr.34104) 4007 : cluster [DBG] pgmap v2660: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:24.332 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:24 smithi184 bash[59794]: audit 2024-03-21T13:10:23.009821+0000 mon.a (mon.0) 5995 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:24.332 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:24 smithi184 bash[59794]: cephadm 2024-03-21T13:10:23.011028+0000 mgr.x (mgr.34104) 4008 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:24.332 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:24 smithi184 bash[59794]: audit 2024-03-21T13:10:23.094898+0000 mon.a (mon.0) 5996 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:24.332 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:24 smithi184 bash[59794]: audit 2024-03-21T13:10:23.099613+0000 mon.a (mon.0) 5997 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:24.332 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:24 smithi184 bash[59794]: audit 2024-03-21T13:10:23.104381+0000 mon.a (mon.0) 5998 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:24.332 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:24 smithi184 bash[59794]: audit 2024-03-21T13:10:23.105678+0000 mon.a (mon.0) 5999 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:24.333 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:24 smithi184 bash[59794]: cluster 2024-03-21T13:10:23.108372+0000 mgr.x (mgr.34104) 4009 : cluster [DBG] pgmap v2661: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:24.333 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:24 smithi184 bash[59794]: cluster 2024-03-21T13:10:23.108708+0000 mgr.x (mgr.34104) 4010 : cluster [DBG] pgmap v2662: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:24.333 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:24 smithi184 bash[59794]: audit 2024-03-21T13:10:23.117532+0000 mon.a (mon.0) 6000 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:24.333 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:24 smithi184 bash[59794]: cephadm 2024-03-21T13:10:23.118903+0000 mgr.x (mgr.34104) 4011 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:24.333 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:24 smithi184 bash[59794]: audit 2024-03-21T13:10:23.199613+0000 mon.a (mon.0) 6001 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:24.333 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:24 smithi184 bash[59794]: audit 2024-03-21T13:10:23.203081+0000 mon.a (mon.0) 6002 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:24.333 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:24 smithi184 bash[59794]: audit 2024-03-21T13:10:23.207159+0000 mon.a (mon.0) 6003 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:24.334 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:24 smithi184 bash[59794]: audit 2024-03-21T13:10:23.208940+0000 mon.a (mon.0) 6004 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:24.334 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:24 smithi184 bash[59794]: cluster 2024-03-21T13:10:23.212368+0000 mgr.x (mgr.34104) 4012 : cluster [DBG] pgmap v2663: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:24.334 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:24 smithi184 bash[59794]: cluster 2024-03-21T13:10:23.213135+0000 mgr.x (mgr.34104) 4013 : cluster [DBG] pgmap v2664: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:24.334 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:24 smithi184 bash[59794]: audit 2024-03-21T13:10:23.221228+0000 mon.a (mon.0) 6005 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:24.334 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:24 smithi184 bash[59794]: cephadm 2024-03-21T13:10:23.222743+0000 mgr.x (mgr.34104) 4014 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:24.334 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:24 smithi184 bash[59794]: audit 2024-03-21T13:10:23.304492+0000 mon.a (mon.0) 6006 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:24.334 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:24 smithi184 bash[59794]: audit 2024-03-21T13:10:23.307754+0000 mon.a (mon.0) 6007 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:24.334 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:24 smithi184 bash[59794]: audit 2024-03-21T13:10:23.311581+0000 mon.a (mon.0) 6008 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:24.334 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:24 smithi184 bash[59794]: audit 2024-03-21T13:10:23.312899+0000 mon.a (mon.0) 6009 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:24.335 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:24 smithi184 bash[59794]: audit 2024-03-21T13:10:23.324290+0000 mon.a (mon.0) 6010 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:24.335 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:24 smithi184 bash[59794]: audit 2024-03-21T13:10:23.388114+0000 mon.a (mon.0) 6011 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:24.335 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:24 smithi184 bash[59794]: audit 2024-03-21T13:10:23.390977+0000 mon.a (mon.0) 6012 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:24.335 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:24 smithi184 bash[59794]: audit 2024-03-21T13:10:23.393952+0000 mon.a (mon.0) 6013 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:24.335 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:24 smithi184 bash[59794]: audit 2024-03-21T13:10:23.395180+0000 mon.a (mon.0) 6014 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:24.335 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:24 smithi184 bash[59794]: audit 2024-03-21T13:10:23.406942+0000 mon.a (mon.0) 6015 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:24.335 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:24 smithi184 bash[59794]: audit 2024-03-21T13:10:23.487988+0000 mon.a (mon.0) 6016 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:24.337 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:24 smithi184 bash[59794]: audit 2024-03-21T13:10:23.491138+0000 mon.a (mon.0) 6017 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:24.337 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:24 smithi184 bash[59794]: audit 2024-03-21T13:10:23.494187+0000 mon.a (mon.0) 6018 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:24.337 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:24 smithi184 bash[59794]: audit 2024-03-21T13:10:23.495412+0000 mon.a (mon.0) 6019 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:24.337 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:24 smithi184 bash[59794]: audit 2024-03-21T13:10:23.506411+0000 mon.a (mon.0) 6020 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:24.337 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:24 smithi184 bash[59794]: audit 2024-03-21T13:10:23.588003+0000 mon.a (mon.0) 6021 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:24.337 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:24 smithi184 bash[59794]: audit 2024-03-21T13:10:23.591196+0000 mon.a (mon.0) 6022 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:24.337 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:24 smithi184 bash[59794]: audit 2024-03-21T13:10:23.594469+0000 mon.a (mon.0) 6023 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:24.337 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:24 smithi184 bash[59794]: audit 2024-03-21T13:10:23.596066+0000 mon.a (mon.0) 6024 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:24.337 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:24 smithi184 bash[59794]: audit 2024-03-21T13:10:23.606133+0000 mon.a (mon.0) 6025 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:24.337 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:24 smithi184 bash[59794]: audit 2024-03-21T13:10:23.609439+0000 mon.a (mon.0) 6026 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-03-21T13:10:24.338 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:24 smithi184 bash[59794]: cluster 2024-03-21T13:10:23.616830+0000 mon.a (mon.0) 6027 : cluster [DBG] osdmap e169: 8 total, 7 up, 8 in 2024-03-21T13:10:24.338 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:24 smithi184 bash[59794]: audit 2024-03-21T13:10:23.617655+0000 mon.b (mon.2) 12 : audit [INF] from='osd.7 [v2:172.21.15.184:6824/1799306493,v1:172.21.15.184:6825/1799306493]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]: dispatch 2024-03-21T13:10:24.338 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:24 smithi184 bash[59794]: audit 2024-03-21T13:10:23.623551+0000 mon.a (mon.0) 6028 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]: dispatch 2024-03-21T13:10:24.338 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:24 smithi184 bash[59794]: audit 2024-03-21T13:10:23.689230+0000 mon.a (mon.0) 6029 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:24.338 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:24 smithi184 bash[59794]: audit 2024-03-21T13:10:23.692103+0000 mon.a (mon.0) 6030 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:24.338 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:24 smithi184 bash[59794]: audit 2024-03-21T13:10:23.694985+0000 mon.a (mon.0) 6031 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:24.338 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:24 smithi184 bash[59794]: audit 2024-03-21T13:10:23.696232+0000 mon.a (mon.0) 6032 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:24.338 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:24 smithi184 bash[59794]: audit 2024-03-21T13:10:23.770721+0000 mon.a (mon.0) 6033 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:24.338 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:24 smithi184 bash[59794]: cluster 2024-03-21T13:10:23.826685+0000 mon.a (mon.0) 6034 : cluster [WRN] Health check update: Degraded data redundancy: 81/630 objects degraded (12.857%), 24 pgs degraded (PG_DEGRADED) 2024-03-21T13:10:24.338 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:24 smithi184 bash[59794]: audit 2024-03-21T13:10:23.852545+0000 mon.a (mon.0) 6035 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:24.338 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:24 smithi184 bash[59794]: audit 2024-03-21T13:10:23.856014+0000 mon.a (mon.0) 6036 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:24.338 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:24 smithi184 bash[59794]: audit 2024-03-21T13:10:23.859330+0000 mon.a (mon.0) 6037 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:24.338 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:24 smithi184 bash[59794]: audit 2024-03-21T13:10:23.860951+0000 mon.a (mon.0) 6038 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:24.339 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:24 smithi184 bash[59794]: audit 2024-03-21T13:10:23.914436+0000 mon.a (mon.0) 6039 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:25.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:25 smithi178 bash[75692]: cluster 2024-03-21T13:10:23.315563+0000 mgr.x (mgr.34104) 4015 : cluster [DBG] pgmap v2665: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:25.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:25 smithi178 bash[75692]: cluster 2024-03-21T13:10:23.316009+0000 mgr.x (mgr.34104) 4016 : cluster [DBG] pgmap v2666: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:25.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:25 smithi178 bash[75692]: cephadm 2024-03-21T13:10:23.325747+0000 mgr.x (mgr.34104) 4017 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:25.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:25 smithi178 bash[75692]: cluster 2024-03-21T13:10:23.398294+0000 mgr.x (mgr.34104) 4018 : cluster [DBG] pgmap v2667: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:25.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:25 smithi178 bash[75692]: cluster 2024-03-21T13:10:23.399009+0000 mgr.x (mgr.34104) 4019 : cluster [DBG] pgmap v2668: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:25.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:25 smithi178 bash[75692]: cephadm 2024-03-21T13:10:23.408236+0000 mgr.x (mgr.34104) 4020 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:25.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:25 smithi178 bash[75692]: cluster 2024-03-21T13:10:23.498360+0000 mgr.x (mgr.34104) 4021 : cluster [DBG] pgmap v2669: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:25.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:25 smithi178 bash[75692]: cluster 2024-03-21T13:10:23.498981+0000 mgr.x (mgr.34104) 4022 : cluster [DBG] pgmap v2670: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:25.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:25 smithi178 bash[75692]: cephadm 2024-03-21T13:10:23.507890+0000 mgr.x (mgr.34104) 4023 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:25.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:25 smithi178 bash[75692]: cluster 2024-03-21T13:10:23.599308+0000 mgr.x (mgr.34104) 4024 : cluster [DBG] pgmap v2671: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:25.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:25 smithi178 bash[75692]: cluster 2024-03-21T13:10:23.599892+0000 mgr.x (mgr.34104) 4025 : cluster [DBG] pgmap v2672: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:25.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:25 smithi178 bash[75692]: cephadm 2024-03-21T13:10:23.607376+0000 mgr.x (mgr.34104) 4026 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:25.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:25 smithi178 bash[75692]: cluster 2024-03-21T13:10:23.698701+0000 mgr.x (mgr.34104) 4027 : cluster [DBG] pgmap v2674: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 324 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:25.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:25 smithi178 bash[75692]: cluster 2024-03-21T13:10:23.699125+0000 mgr.x (mgr.34104) 4028 : cluster [DBG] pgmap v2675: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 324 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:25.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:25 smithi178 bash[75692]: cephadm 2024-03-21T13:10:23.772512+0000 mgr.x (mgr.34104) 4029 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:25.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:25 smithi178 bash[77880]: cluster 2024-03-21T13:10:23.315563+0000 mgr.x (mgr.34104) 4015 : cluster [DBG] pgmap v2665: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:25.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:25 smithi178 bash[77880]: cluster 2024-03-21T13:10:23.316009+0000 mgr.x (mgr.34104) 4016 : cluster [DBG] pgmap v2666: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:25.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:25 smithi178 bash[77880]: cephadm 2024-03-21T13:10:23.325747+0000 mgr.x (mgr.34104) 4017 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:25.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:25 smithi178 bash[77880]: cluster 2024-03-21T13:10:23.398294+0000 mgr.x (mgr.34104) 4018 : cluster [DBG] pgmap v2667: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:25.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:25 smithi178 bash[77880]: cluster 2024-03-21T13:10:23.399009+0000 mgr.x (mgr.34104) 4019 : cluster [DBG] pgmap v2668: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:25.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:25 smithi178 bash[77880]: cephadm 2024-03-21T13:10:23.408236+0000 mgr.x (mgr.34104) 4020 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:25.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:25 smithi178 bash[77880]: cluster 2024-03-21T13:10:23.498360+0000 mgr.x (mgr.34104) 4021 : cluster [DBG] pgmap v2669: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:25.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:25 smithi178 bash[77880]: cluster 2024-03-21T13:10:23.498981+0000 mgr.x (mgr.34104) 4022 : cluster [DBG] pgmap v2670: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:25.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:25 smithi178 bash[77880]: cephadm 2024-03-21T13:10:23.507890+0000 mgr.x (mgr.34104) 4023 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:25.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:25 smithi178 bash[77880]: cluster 2024-03-21T13:10:23.599308+0000 mgr.x (mgr.34104) 4024 : cluster [DBG] pgmap v2671: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:25.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:25 smithi178 bash[77880]: cluster 2024-03-21T13:10:23.599892+0000 mgr.x (mgr.34104) 4025 : cluster [DBG] pgmap v2672: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:25.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:25 smithi178 bash[77880]: cephadm 2024-03-21T13:10:23.607376+0000 mgr.x (mgr.34104) 4026 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:25.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:25 smithi178 bash[77880]: cluster 2024-03-21T13:10:23.698701+0000 mgr.x (mgr.34104) 4027 : cluster [DBG] pgmap v2674: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 324 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:25.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:25 smithi178 bash[77880]: cluster 2024-03-21T13:10:23.699125+0000 mgr.x (mgr.34104) 4028 : cluster [DBG] pgmap v2675: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 324 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:25.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:25 smithi178 bash[77880]: cephadm 2024-03-21T13:10:23.772512+0000 mgr.x (mgr.34104) 4029 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:25.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:25 smithi178 bash[75692]: cluster 2024-03-21T13:10:23.863961+0000 mgr.x (mgr.34104) 4030 : cluster [DBG] pgmap v2676: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 324 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:25.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:25 smithi178 bash[75692]: cluster 2024-03-21T13:10:23.864452+0000 mgr.x (mgr.34104) 4031 : cluster [DBG] pgmap v2677: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 324 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:25.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:25 smithi178 bash[75692]: cephadm 2024-03-21T13:10:23.916371+0000 mgr.x (mgr.34104) 4032 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:25.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:25 smithi178 bash[75692]: audit 2024-03-21T13:10:23.993389+0000 mon.a (mon.0) 6040 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:25.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:25 smithi178 bash[75692]: audit 2024-03-21T13:10:23.999277+0000 mon.a (mon.0) 6041 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:25.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:25 smithi178 bash[75692]: audit 2024-03-21T13:10:24.044399+0000 mon.a (mon.0) 6042 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:25.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:25 smithi178 bash[75692]: audit 2024-03-21T13:10:24.045622+0000 mon.a (mon.0) 6043 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:25.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:25 smithi178 bash[75692]: cluster 2024-03-21T13:10:24.048568+0000 mgr.x (mgr.34104) 4033 : cluster [DBG] pgmap v2678: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 324 MiB used, 715 GiB / 715 GiB avail; 11 KiB/s rd, 11 op/s; 81/630 objects degraded (12.857%) 2024-03-21T13:10:25.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:25 smithi178 bash[75692]: cluster 2024-03-21T13:10:24.049087+0000 mgr.x (mgr.34104) 4034 : cluster [DBG] pgmap v2679: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 324 MiB used, 715 GiB / 715 GiB avail; 11 KiB/s rd, 11 op/s; 81/630 objects degraded (12.857%) 2024-03-21T13:10:25.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:25 smithi178 bash[75692]: audit 2024-03-21T13:10:24.054027+0000 mon.a (mon.0) 6044 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:25.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:25 smithi178 bash[75692]: cephadm 2024-03-21T13:10:24.055282+0000 mgr.x (mgr.34104) 4035 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:25.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:25 smithi178 bash[75692]: audit 2024-03-21T13:10:24.133213+0000 mon.a (mon.0) 6045 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:25.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:25 smithi178 bash[75692]: audit 2024-03-21T13:10:24.136757+0000 mon.a (mon.0) 6046 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:25.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:25 smithi178 bash[75692]: audit 2024-03-21T13:10:24.139975+0000 mon.a (mon.0) 6047 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:25.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:25 smithi178 bash[75692]: audit 2024-03-21T13:10:24.141500+0000 mon.a (mon.0) 6048 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:25.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:25 smithi178 bash[75692]: cluster 2024-03-21T13:10:24.148261+0000 mgr.x (mgr.34104) 4036 : cluster [DBG] pgmap v2680: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 324 MiB used, 715 GiB / 715 GiB avail; 11 KiB/s rd, 11 op/s; 81/630 objects degraded (12.857%) 2024-03-21T13:10:25.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:25 smithi178 bash[75692]: audit 2024-03-21T13:10:24.151209+0000 mon.a (mon.0) 6049 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:25.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:25 smithi178 bash[75692]: cephadm 2024-03-21T13:10:24.152522+0000 mgr.x (mgr.34104) 4037 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:25.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:25 smithi178 bash[77880]: cluster 2024-03-21T13:10:23.863961+0000 mgr.x (mgr.34104) 4030 : cluster [DBG] pgmap v2676: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 324 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:25.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:25 smithi178 bash[77880]: cluster 2024-03-21T13:10:23.864452+0000 mgr.x (mgr.34104) 4031 : cluster [DBG] pgmap v2677: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 324 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:25.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:25 smithi178 bash[77880]: cephadm 2024-03-21T13:10:23.916371+0000 mgr.x (mgr.34104) 4032 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:25.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:25 smithi178 bash[77880]: audit 2024-03-21T13:10:23.993389+0000 mon.a (mon.0) 6040 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:25.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:25 smithi178 bash[77880]: audit 2024-03-21T13:10:23.999277+0000 mon.a (mon.0) 6041 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:25.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:25 smithi178 bash[77880]: audit 2024-03-21T13:10:24.044399+0000 mon.a (mon.0) 6042 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:25.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:25 smithi178 bash[77880]: audit 2024-03-21T13:10:24.045622+0000 mon.a (mon.0) 6043 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:25.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:25 smithi178 bash[77880]: cluster 2024-03-21T13:10:24.048568+0000 mgr.x (mgr.34104) 4033 : cluster [DBG] pgmap v2678: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 324 MiB used, 715 GiB / 715 GiB avail; 11 KiB/s rd, 11 op/s; 81/630 objects degraded (12.857%) 2024-03-21T13:10:25.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:25 smithi178 bash[77880]: cluster 2024-03-21T13:10:24.049087+0000 mgr.x (mgr.34104) 4034 : cluster [DBG] pgmap v2679: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 324 MiB used, 715 GiB / 715 GiB avail; 11 KiB/s rd, 11 op/s; 81/630 objects degraded (12.857%) 2024-03-21T13:10:25.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:25 smithi178 bash[77880]: audit 2024-03-21T13:10:24.054027+0000 mon.a (mon.0) 6044 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:25.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:25 smithi178 bash[77880]: cephadm 2024-03-21T13:10:24.055282+0000 mgr.x (mgr.34104) 4035 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:25.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:25 smithi178 bash[77880]: audit 2024-03-21T13:10:24.133213+0000 mon.a (mon.0) 6045 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:25.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:25 smithi178 bash[77880]: audit 2024-03-21T13:10:24.136757+0000 mon.a (mon.0) 6046 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:25.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:25 smithi178 bash[77880]: audit 2024-03-21T13:10:24.139975+0000 mon.a (mon.0) 6047 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:25.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:25 smithi178 bash[77880]: audit 2024-03-21T13:10:24.141500+0000 mon.a (mon.0) 6048 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:25.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:25 smithi178 bash[77880]: cluster 2024-03-21T13:10:24.148261+0000 mgr.x (mgr.34104) 4036 : cluster [DBG] pgmap v2680: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 324 MiB used, 715 GiB / 715 GiB avail; 11 KiB/s rd, 11 op/s; 81/630 objects degraded (12.857%) 2024-03-21T13:10:25.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:25 smithi178 bash[77880]: audit 2024-03-21T13:10:24.151209+0000 mon.a (mon.0) 6049 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:25.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:25 smithi178 bash[77880]: cephadm 2024-03-21T13:10:24.152522+0000 mgr.x (mgr.34104) 4037 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:25.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:25 smithi178 bash[75692]: audit 2024-03-21T13:10:24.163101+0000 mon.a (mon.0) 6050 : audit [INF] from='osd.7 ' entity='osd.7' 2024-03-21T13:10:25.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:25 smithi178 bash[75692]: audit 2024-03-21T13:10:24.232968+0000 mon.a (mon.0) 6051 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:25.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:25 smithi178 bash[75692]: audit 2024-03-21T13:10:24.236833+0000 mon.a (mon.0) 6052 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:25.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:25 smithi178 bash[75692]: audit 2024-03-21T13:10:24.240138+0000 mon.a (mon.0) 6053 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:25.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:25 smithi178 bash[75692]: audit 2024-03-21T13:10:24.241687+0000 mon.a (mon.0) 6054 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:25.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:25 smithi178 bash[75692]: cluster 2024-03-21T13:10:24.244615+0000 mgr.x (mgr.34104) 4038 : cluster [DBG] pgmap v2681: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 324 MiB used, 715 GiB / 715 GiB avail; 9.2 KiB/s rd, 9 op/s; 81/630 objects degraded (12.857%) 2024-03-21T13:10:25.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:25 smithi178 bash[75692]: cluster 2024-03-21T13:10:24.245125+0000 mgr.x (mgr.34104) 4039 : cluster [DBG] pgmap v2682: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 324 MiB used, 715 GiB / 715 GiB avail; 13 KiB/s rd, 13 op/s; 81/630 objects degraded (12.857%) 2024-03-21T13:10:25.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:25 smithi178 bash[75692]: audit 2024-03-21T13:10:24.253502+0000 mon.a (mon.0) 6055 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:25.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:25 smithi178 bash[75692]: cephadm 2024-03-21T13:10:24.254931+0000 mgr.x (mgr.34104) 4040 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:25.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:25 smithi178 bash[75692]: audit 2024-03-21T13:10:24.333038+0000 mon.a (mon.0) 6056 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:25.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:25 smithi178 bash[75692]: audit 2024-03-21T13:10:24.336404+0000 mon.a (mon.0) 6057 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:25.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:25 smithi178 bash[75692]: audit 2024-03-21T13:10:24.339114+0000 mon.a (mon.0) 6058 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:25.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:25 smithi178 bash[75692]: audit 2024-03-21T13:10:24.340349+0000 mon.a (mon.0) 6059 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:25.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:25 smithi178 bash[75692]: audit 2024-03-21T13:10:24.352439+0000 mon.a (mon.0) 6060 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:25.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:25 smithi178 bash[75692]: audit 2024-03-21T13:10:24.433468+0000 mon.a (mon.0) 6061 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:25.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:25 smithi178 bash[75692]: audit 2024-03-21T13:10:24.440445+0000 mon.a (mon.0) 6062 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:25.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:25 smithi178 bash[75692]: audit 2024-03-21T13:10:24.443123+0000 mon.a (mon.0) 6063 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:25.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:25 smithi178 bash[75692]: audit 2024-03-21T13:10:24.444413+0000 mon.a (mon.0) 6064 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:25.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:25 smithi178 bash[75692]: audit 2024-03-21T13:10:24.455783+0000 mon.a (mon.0) 6065 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:25.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:25 smithi178 bash[77880]: audit 2024-03-21T13:10:24.163101+0000 mon.a (mon.0) 6050 : audit [INF] from='osd.7 ' entity='osd.7' 2024-03-21T13:10:25.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:25 smithi178 bash[77880]: audit 2024-03-21T13:10:24.232968+0000 mon.a (mon.0) 6051 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:25.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:25 smithi178 bash[77880]: audit 2024-03-21T13:10:24.236833+0000 mon.a (mon.0) 6052 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:25.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:25 smithi178 bash[77880]: audit 2024-03-21T13:10:24.240138+0000 mon.a (mon.0) 6053 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:25.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:25 smithi178 bash[77880]: audit 2024-03-21T13:10:24.241687+0000 mon.a (mon.0) 6054 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:25.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:25 smithi178 bash[77880]: cluster 2024-03-21T13:10:24.244615+0000 mgr.x (mgr.34104) 4038 : cluster [DBG] pgmap v2681: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 324 MiB used, 715 GiB / 715 GiB avail; 9.2 KiB/s rd, 9 op/s; 81/630 objects degraded (12.857%) 2024-03-21T13:10:25.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:25 smithi178 bash[77880]: cluster 2024-03-21T13:10:24.245125+0000 mgr.x (mgr.34104) 4039 : cluster [DBG] pgmap v2682: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 324 MiB used, 715 GiB / 715 GiB avail; 13 KiB/s rd, 13 op/s; 81/630 objects degraded (12.857%) 2024-03-21T13:10:25.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:25 smithi178 bash[77880]: audit 2024-03-21T13:10:24.253502+0000 mon.a (mon.0) 6055 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:25.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:25 smithi178 bash[77880]: cephadm 2024-03-21T13:10:24.254931+0000 mgr.x (mgr.34104) 4040 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:25.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:25 smithi178 bash[77880]: audit 2024-03-21T13:10:24.333038+0000 mon.a (mon.0) 6056 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:25.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:25 smithi178 bash[77880]: audit 2024-03-21T13:10:24.336404+0000 mon.a (mon.0) 6057 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:25.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:25 smithi178 bash[77880]: audit 2024-03-21T13:10:24.339114+0000 mon.a (mon.0) 6058 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:25.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:25 smithi178 bash[77880]: audit 2024-03-21T13:10:24.340349+0000 mon.a (mon.0) 6059 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:25.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:25 smithi178 bash[77880]: audit 2024-03-21T13:10:24.352439+0000 mon.a (mon.0) 6060 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:25.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:25 smithi178 bash[77880]: audit 2024-03-21T13:10:24.433468+0000 mon.a (mon.0) 6061 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:25.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:25 smithi178 bash[77880]: audit 2024-03-21T13:10:24.440445+0000 mon.a (mon.0) 6062 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:25.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:25 smithi178 bash[77880]: audit 2024-03-21T13:10:24.443123+0000 mon.a (mon.0) 6063 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:25.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:25 smithi178 bash[77880]: audit 2024-03-21T13:10:24.444413+0000 mon.a (mon.0) 6064 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:25.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:25 smithi178 bash[77880]: audit 2024-03-21T13:10:24.455783+0000 mon.a (mon.0) 6065 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:25.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:25 smithi178 bash[75692]: audit 2024-03-21T13:10:24.534265+0000 mon.a (mon.0) 6066 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:25.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:25 smithi178 bash[75692]: audit 2024-03-21T13:10:24.538113+0000 mon.a (mon.0) 6067 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:25.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:25 smithi178 bash[75692]: audit 2024-03-21T13:10:24.541178+0000 mon.a (mon.0) 6068 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:25.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:25 smithi178 bash[75692]: audit 2024-03-21T13:10:24.542434+0000 mon.a (mon.0) 6069 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:25.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:25 smithi178 bash[75692]: audit 2024-03-21T13:10:24.553851+0000 mon.a (mon.0) 6070 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:25.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:25 smithi178 bash[75692]: audit 2024-03-21T13:10:24.634362+0000 mon.a (mon.0) 6071 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:25.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:25 smithi178 bash[75692]: audit 2024-03-21T13:10:24.637985+0000 mon.a (mon.0) 6072 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:25.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:25 smithi178 bash[75692]: audit 2024-03-21T13:10:24.641802+0000 mon.a (mon.0) 6073 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:25.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:25 smithi178 bash[75692]: audit 2024-03-21T13:10:24.643180+0000 mon.a (mon.0) 6074 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:25.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:25 smithi178 bash[75692]: audit 2024-03-21T13:10:24.655323+0000 mon.a (mon.0) 6075 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:25.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:25 smithi178 bash[75692]: audit 2024-03-21T13:10:24.733398+0000 mon.a (mon.0) 6076 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:25.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:25 smithi178 bash[75692]: audit 2024-03-21T13:10:24.737442+0000 mon.a (mon.0) 6077 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:25.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:25 smithi178 bash[75692]: audit 2024-03-21T13:10:24.741580+0000 mon.a (mon.0) 6078 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:25.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:25 smithi178 bash[75692]: audit 2024-03-21T13:10:24.742880+0000 mon.a (mon.0) 6079 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:25.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:25 smithi178 bash[75692]: audit 2024-03-21T13:10:24.754596+0000 mon.a (mon.0) 6080 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:25.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:25 smithi178 bash[75692]: audit 2024-03-21T13:10:24.834948+0000 mon.a (mon.0) 6081 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:25.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:25 smithi178 bash[75692]: audit 2024-03-21T13:10:24.838160+0000 mon.a (mon.0) 6082 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:25.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:25 smithi178 bash[75692]: audit 2024-03-21T13:10:24.841324+0000 mon.a (mon.0) 6083 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:25.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:25 smithi178 bash[75692]: audit 2024-03-21T13:10:24.843024+0000 mon.a (mon.0) 6084 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:25.309 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:25 smithi178 bash[77880]: audit 2024-03-21T13:10:24.534265+0000 mon.a (mon.0) 6066 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:25.310 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:25 smithi178 bash[77880]: audit 2024-03-21T13:10:24.538113+0000 mon.a (mon.0) 6067 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:25.310 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:25 smithi178 bash[77880]: audit 2024-03-21T13:10:24.541178+0000 mon.a (mon.0) 6068 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:25.310 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:25 smithi178 bash[77880]: audit 2024-03-21T13:10:24.542434+0000 mon.a (mon.0) 6069 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:25.310 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:25 smithi178 bash[77880]: audit 2024-03-21T13:10:24.553851+0000 mon.a (mon.0) 6070 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:25.310 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:25 smithi178 bash[77880]: audit 2024-03-21T13:10:24.634362+0000 mon.a (mon.0) 6071 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:25.310 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:25 smithi178 bash[77880]: audit 2024-03-21T13:10:24.637985+0000 mon.a (mon.0) 6072 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:25.310 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:25 smithi178 bash[77880]: audit 2024-03-21T13:10:24.641802+0000 mon.a (mon.0) 6073 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:25.310 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:25 smithi178 bash[77880]: audit 2024-03-21T13:10:24.643180+0000 mon.a (mon.0) 6074 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:25.310 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:25 smithi178 bash[77880]: audit 2024-03-21T13:10:24.655323+0000 mon.a (mon.0) 6075 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:25.310 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:25 smithi178 bash[77880]: audit 2024-03-21T13:10:24.733398+0000 mon.a (mon.0) 6076 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:25.310 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:25 smithi178 bash[77880]: audit 2024-03-21T13:10:24.737442+0000 mon.a (mon.0) 6077 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:25.310 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:25 smithi178 bash[77880]: audit 2024-03-21T13:10:24.741580+0000 mon.a (mon.0) 6078 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:25.311 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:25 smithi178 bash[77880]: audit 2024-03-21T13:10:24.742880+0000 mon.a (mon.0) 6079 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:25.311 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:25 smithi178 bash[77880]: audit 2024-03-21T13:10:24.754596+0000 mon.a (mon.0) 6080 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:25.311 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:25 smithi178 bash[77880]: audit 2024-03-21T13:10:24.834948+0000 mon.a (mon.0) 6081 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:25.311 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:25 smithi178 bash[77880]: audit 2024-03-21T13:10:24.838160+0000 mon.a (mon.0) 6082 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:25.311 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:25 smithi178 bash[77880]: audit 2024-03-21T13:10:24.841324+0000 mon.a (mon.0) 6083 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:25.311 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:25 smithi178 bash[77880]: audit 2024-03-21T13:10:24.843024+0000 mon.a (mon.0) 6084 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:25.311 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:25 smithi178 bash[75692]: audit 2024-03-21T13:10:24.855666+0000 mon.a (mon.0) 6085 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:25.311 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:25 smithi178 bash[75692]: audit 2024-03-21T13:10:24.939178+0000 mon.a (mon.0) 6086 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:25.311 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:25 smithi178 bash[75692]: audit 2024-03-21T13:10:24.942648+0000 mon.a (mon.0) 6087 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:25.311 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:25 smithi178 bash[75692]: audit 2024-03-21T13:10:24.946435+0000 mon.a (mon.0) 6088 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:25.311 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:25 smithi178 bash[75692]: audit 2024-03-21T13:10:24.947917+0000 mon.a (mon.0) 6089 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:25.312 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:25 smithi178 bash[75692]: audit 2024-03-21T13:10:24.959792+0000 mon.a (mon.0) 6090 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:25.312 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:25 smithi178 bash[77880]: audit 2024-03-21T13:10:24.855666+0000 mon.a (mon.0) 6085 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:25.312 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:25 smithi178 bash[77880]: audit 2024-03-21T13:10:24.939178+0000 mon.a (mon.0) 6086 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:25.312 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:25 smithi178 bash[77880]: audit 2024-03-21T13:10:24.942648+0000 mon.a (mon.0) 6087 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:25.312 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:25 smithi178 bash[77880]: audit 2024-03-21T13:10:24.946435+0000 mon.a (mon.0) 6088 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:25.312 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:25 smithi178 bash[77880]: audit 2024-03-21T13:10:24.947917+0000 mon.a (mon.0) 6089 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:25.312 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:25 smithi178 bash[77880]: audit 2024-03-21T13:10:24.959792+0000 mon.a (mon.0) 6090 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:25.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:25 smithi184 bash[59794]: cluster 2024-03-21T13:10:23.315563+0000 mgr.x (mgr.34104) 4015 : cluster [DBG] pgmap v2665: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:25.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:25 smithi184 bash[59794]: cluster 2024-03-21T13:10:23.316009+0000 mgr.x (mgr.34104) 4016 : cluster [DBG] pgmap v2666: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:25.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:25 smithi184 bash[59794]: cephadm 2024-03-21T13:10:23.325747+0000 mgr.x (mgr.34104) 4017 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:25.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:25 smithi184 bash[59794]: cluster 2024-03-21T13:10:23.398294+0000 mgr.x (mgr.34104) 4018 : cluster [DBG] pgmap v2667: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:25.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:25 smithi184 bash[59794]: cluster 2024-03-21T13:10:23.399009+0000 mgr.x (mgr.34104) 4019 : cluster [DBG] pgmap v2668: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:25.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:25 smithi184 bash[59794]: cephadm 2024-03-21T13:10:23.408236+0000 mgr.x (mgr.34104) 4020 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:25.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:25 smithi184 bash[59794]: cluster 2024-03-21T13:10:23.498360+0000 mgr.x (mgr.34104) 4021 : cluster [DBG] pgmap v2669: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:25.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:25 smithi184 bash[59794]: cluster 2024-03-21T13:10:23.498981+0000 mgr.x (mgr.34104) 4022 : cluster [DBG] pgmap v2670: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:25.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:25 smithi184 bash[59794]: cephadm 2024-03-21T13:10:23.507890+0000 mgr.x (mgr.34104) 4023 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:25.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:25 smithi184 bash[59794]: cluster 2024-03-21T13:10:23.599308+0000 mgr.x (mgr.34104) 4024 : cluster [DBG] pgmap v2671: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:25.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:25 smithi184 bash[59794]: cluster 2024-03-21T13:10:23.599892+0000 mgr.x (mgr.34104) 4025 : cluster [DBG] pgmap v2672: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:25.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:25 smithi184 bash[59794]: cephadm 2024-03-21T13:10:23.607376+0000 mgr.x (mgr.34104) 4026 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:25.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:25 smithi184 bash[59794]: cluster 2024-03-21T13:10:23.698701+0000 mgr.x (mgr.34104) 4027 : cluster [DBG] pgmap v2674: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 324 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:25.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:25 smithi184 bash[59794]: cluster 2024-03-21T13:10:23.699125+0000 mgr.x (mgr.34104) 4028 : cluster [DBG] pgmap v2675: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 324 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:25.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:25 smithi184 bash[59794]: cephadm 2024-03-21T13:10:23.772512+0000 mgr.x (mgr.34104) 4029 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:25.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:25 smithi184 bash[59794]: cluster 2024-03-21T13:10:23.863961+0000 mgr.x (mgr.34104) 4030 : cluster [DBG] pgmap v2676: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 324 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:25.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:25 smithi184 bash[59794]: cluster 2024-03-21T13:10:23.864452+0000 mgr.x (mgr.34104) 4031 : cluster [DBG] pgmap v2677: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 324 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:25.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:25 smithi184 bash[59794]: cephadm 2024-03-21T13:10:23.916371+0000 mgr.x (mgr.34104) 4032 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:25.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:25 smithi184 bash[59794]: audit 2024-03-21T13:10:23.993389+0000 mon.a (mon.0) 6040 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:25.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:25 smithi184 bash[59794]: audit 2024-03-21T13:10:23.999277+0000 mon.a (mon.0) 6041 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:25.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:25 smithi184 bash[59794]: audit 2024-03-21T13:10:24.044399+0000 mon.a (mon.0) 6042 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:25.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:25 smithi184 bash[59794]: audit 2024-03-21T13:10:24.045622+0000 mon.a (mon.0) 6043 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:25.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:25 smithi184 bash[59794]: cluster 2024-03-21T13:10:24.048568+0000 mgr.x (mgr.34104) 4033 : cluster [DBG] pgmap v2678: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 324 MiB used, 715 GiB / 715 GiB avail; 11 KiB/s rd, 11 op/s; 81/630 objects degraded (12.857%) 2024-03-21T13:10:25.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:25 smithi184 bash[59794]: cluster 2024-03-21T13:10:24.049087+0000 mgr.x (mgr.34104) 4034 : cluster [DBG] pgmap v2679: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 324 MiB used, 715 GiB / 715 GiB avail; 11 KiB/s rd, 11 op/s; 81/630 objects degraded (12.857%) 2024-03-21T13:10:25.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:25 smithi184 bash[59794]: audit 2024-03-21T13:10:24.054027+0000 mon.a (mon.0) 6044 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:25.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:25 smithi184 bash[59794]: cephadm 2024-03-21T13:10:24.055282+0000 mgr.x (mgr.34104) 4035 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:25.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:25 smithi184 bash[59794]: audit 2024-03-21T13:10:24.133213+0000 mon.a (mon.0) 6045 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:25.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:25 smithi184 bash[59794]: audit 2024-03-21T13:10:24.136757+0000 mon.a (mon.0) 6046 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:25.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:25 smithi184 bash[59794]: audit 2024-03-21T13:10:24.139975+0000 mon.a (mon.0) 6047 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:25.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:25 smithi184 bash[59794]: audit 2024-03-21T13:10:24.141500+0000 mon.a (mon.0) 6048 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:25.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:25 smithi184 bash[59794]: cluster 2024-03-21T13:10:24.148261+0000 mgr.x (mgr.34104) 4036 : cluster [DBG] pgmap v2680: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 324 MiB used, 715 GiB / 715 GiB avail; 11 KiB/s rd, 11 op/s; 81/630 objects degraded (12.857%) 2024-03-21T13:10:25.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:25 smithi184 bash[59794]: audit 2024-03-21T13:10:24.151209+0000 mon.a (mon.0) 6049 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:25.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:25 smithi184 bash[59794]: cephadm 2024-03-21T13:10:24.152522+0000 mgr.x (mgr.34104) 4037 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:25.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:25 smithi184 bash[59794]: audit 2024-03-21T13:10:24.163101+0000 mon.a (mon.0) 6050 : audit [INF] from='osd.7 ' entity='osd.7' 2024-03-21T13:10:25.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:25 smithi184 bash[59794]: audit 2024-03-21T13:10:24.232968+0000 mon.a (mon.0) 6051 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:25.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:25 smithi184 bash[59794]: audit 2024-03-21T13:10:24.236833+0000 mon.a (mon.0) 6052 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:25.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:25 smithi184 bash[59794]: audit 2024-03-21T13:10:24.240138+0000 mon.a (mon.0) 6053 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:25.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:25 smithi184 bash[59794]: audit 2024-03-21T13:10:24.241687+0000 mon.a (mon.0) 6054 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:25.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:25 smithi184 bash[59794]: cluster 2024-03-21T13:10:24.244615+0000 mgr.x (mgr.34104) 4038 : cluster [DBG] pgmap v2681: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 324 MiB used, 715 GiB / 715 GiB avail; 9.2 KiB/s rd, 9 op/s; 81/630 objects degraded (12.857%) 2024-03-21T13:10:25.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:25 smithi184 bash[59794]: cluster 2024-03-21T13:10:24.245125+0000 mgr.x (mgr.34104) 4039 : cluster [DBG] pgmap v2682: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 324 MiB used, 715 GiB / 715 GiB avail; 13 KiB/s rd, 13 op/s; 81/630 objects degraded (12.857%) 2024-03-21T13:10:25.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:25 smithi184 bash[59794]: audit 2024-03-21T13:10:24.253502+0000 mon.a (mon.0) 6055 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:25.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:25 smithi184 bash[59794]: cephadm 2024-03-21T13:10:24.254931+0000 mgr.x (mgr.34104) 4040 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:25.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:25 smithi184 bash[59794]: audit 2024-03-21T13:10:24.333038+0000 mon.a (mon.0) 6056 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:25.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:25 smithi184 bash[59794]: audit 2024-03-21T13:10:24.336404+0000 mon.a (mon.0) 6057 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:25.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:25 smithi184 bash[59794]: audit 2024-03-21T13:10:24.339114+0000 mon.a (mon.0) 6058 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:25.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:25 smithi184 bash[59794]: audit 2024-03-21T13:10:24.340349+0000 mon.a (mon.0) 6059 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:25.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:25 smithi184 bash[59794]: audit 2024-03-21T13:10:24.352439+0000 mon.a (mon.0) 6060 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:25.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:25 smithi184 bash[59794]: audit 2024-03-21T13:10:24.433468+0000 mon.a (mon.0) 6061 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:25.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:25 smithi184 bash[59794]: audit 2024-03-21T13:10:24.440445+0000 mon.a (mon.0) 6062 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:25.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:25 smithi184 bash[59794]: audit 2024-03-21T13:10:24.443123+0000 mon.a (mon.0) 6063 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:25.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:25 smithi184 bash[59794]: audit 2024-03-21T13:10:24.444413+0000 mon.a (mon.0) 6064 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:25.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:25 smithi184 bash[59794]: audit 2024-03-21T13:10:24.455783+0000 mon.a (mon.0) 6065 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:25.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:25 smithi184 bash[59794]: audit 2024-03-21T13:10:24.534265+0000 mon.a (mon.0) 6066 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:25.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:25 smithi184 bash[59794]: audit 2024-03-21T13:10:24.538113+0000 mon.a (mon.0) 6067 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:25.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:25 smithi184 bash[59794]: audit 2024-03-21T13:10:24.541178+0000 mon.a (mon.0) 6068 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:25.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:25 smithi184 bash[59794]: audit 2024-03-21T13:10:24.542434+0000 mon.a (mon.0) 6069 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:25.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:25 smithi184 bash[59794]: audit 2024-03-21T13:10:24.553851+0000 mon.a (mon.0) 6070 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:25.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:25 smithi184 bash[59794]: audit 2024-03-21T13:10:24.634362+0000 mon.a (mon.0) 6071 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:25.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:25 smithi184 bash[59794]: audit 2024-03-21T13:10:24.637985+0000 mon.a (mon.0) 6072 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:25.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:25 smithi184 bash[59794]: audit 2024-03-21T13:10:24.641802+0000 mon.a (mon.0) 6073 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:25.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:25 smithi184 bash[59794]: audit 2024-03-21T13:10:24.643180+0000 mon.a (mon.0) 6074 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:25.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:25 smithi184 bash[59794]: audit 2024-03-21T13:10:24.655323+0000 mon.a (mon.0) 6075 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:25.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:25 smithi184 bash[59794]: audit 2024-03-21T13:10:24.733398+0000 mon.a (mon.0) 6076 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:25.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:25 smithi184 bash[59794]: audit 2024-03-21T13:10:24.737442+0000 mon.a (mon.0) 6077 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:25.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:25 smithi184 bash[59794]: audit 2024-03-21T13:10:24.741580+0000 mon.a (mon.0) 6078 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:25.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:25 smithi184 bash[59794]: audit 2024-03-21T13:10:24.742880+0000 mon.a (mon.0) 6079 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:25.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:25 smithi184 bash[59794]: audit 2024-03-21T13:10:24.754596+0000 mon.a (mon.0) 6080 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:25.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:25 smithi184 bash[59794]: audit 2024-03-21T13:10:24.834948+0000 mon.a (mon.0) 6081 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:25.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:25 smithi184 bash[59794]: audit 2024-03-21T13:10:24.838160+0000 mon.a (mon.0) 6082 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:25.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:25 smithi184 bash[59794]: audit 2024-03-21T13:10:24.841324+0000 mon.a (mon.0) 6083 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:25.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:25 smithi184 bash[59794]: audit 2024-03-21T13:10:24.843024+0000 mon.a (mon.0) 6084 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:25.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:25 smithi184 bash[59794]: audit 2024-03-21T13:10:24.855666+0000 mon.a (mon.0) 6085 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:25.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:25 smithi184 bash[59794]: audit 2024-03-21T13:10:24.939178+0000 mon.a (mon.0) 6086 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:25.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:25 smithi184 bash[59794]: audit 2024-03-21T13:10:24.942648+0000 mon.a (mon.0) 6087 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:25.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:25 smithi184 bash[59794]: audit 2024-03-21T13:10:24.946435+0000 mon.a (mon.0) 6088 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:25.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:25 smithi184 bash[59794]: audit 2024-03-21T13:10:24.947917+0000 mon.a (mon.0) 6089 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:25.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:25 smithi184 bash[59794]: audit 2024-03-21T13:10:24.959792+0000 mon.a (mon.0) 6090 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:25.823 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:10:25 smithi184 bash[52419]: ::ffff:172.21.15.184 - - [21/Mar/2024:13:10:25] "GET /metrics HTTP/1.1" 200 38705 "" "Prometheus/2.33.4" 2024-03-21T13:10:26.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:26 smithi184 bash[59794]: cluster 2024-03-21T13:10:24.343237+0000 mgr.x (mgr.34104) 4041 : cluster [DBG] pgmap v2683: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 324 MiB used, 715 GiB / 715 GiB avail; 10 KiB/s rd, 10 op/s; 81/630 objects degraded (12.857%) 2024-03-21T13:10:26.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:26 smithi184 bash[59794]: cluster 2024-03-21T13:10:24.343897+0000 mgr.x (mgr.34104) 4042 : cluster [DBG] pgmap v2684: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 324 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:26.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:26 smithi184 bash[59794]: cephadm 2024-03-21T13:10:24.353883+0000 mgr.x (mgr.34104) 4043 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:26.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:26 smithi184 bash[59794]: cluster 2024-03-21T13:10:24.446950+0000 mgr.x (mgr.34104) 4044 : cluster [DBG] pgmap v2685: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 324 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:26.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:26 smithi184 bash[59794]: cluster 2024-03-21T13:10:24.447318+0000 mgr.x (mgr.34104) 4045 : cluster [DBG] pgmap v2686: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 324 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:26.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:26 smithi184 bash[59794]: cephadm 2024-03-21T13:10:24.457300+0000 mgr.x (mgr.34104) 4046 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:26.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:26 smithi184 bash[59794]: cluster 2024-03-21T13:10:24.545076+0000 mgr.x (mgr.34104) 4047 : cluster [DBG] pgmap v2687: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 324 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:26.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:26 smithi184 bash[59794]: cluster 2024-03-21T13:10:24.545437+0000 mgr.x (mgr.34104) 4048 : cluster [DBG] pgmap v2688: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 324 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:26.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:26 smithi184 bash[59794]: cephadm 2024-03-21T13:10:24.555207+0000 mgr.x (mgr.34104) 4049 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:26.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:26 smithi184 bash[59794]: cluster 2024-03-21T13:10:24.646321+0000 mgr.x (mgr.34104) 4050 : cluster [DBG] pgmap v2689: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 324 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:26.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:26 smithi184 bash[59794]: cluster 2024-03-21T13:10:24.646654+0000 mgr.x (mgr.34104) 4051 : cluster [DBG] pgmap v2690: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 324 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:26.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:26 smithi184 bash[59794]: cephadm 2024-03-21T13:10:24.656729+0000 mgr.x (mgr.34104) 4052 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:26.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:26 smithi184 bash[59794]: cluster 2024-03-21T13:10:24.745636+0000 mgr.x (mgr.34104) 4053 : cluster [DBG] pgmap v2691: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 324 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:26.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:26 smithi184 bash[59794]: cluster 2024-03-21T13:10:24.746191+0000 mgr.x (mgr.34104) 4054 : cluster [DBG] pgmap v2692: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 324 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:26.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:26 smithi184 bash[59794]: cephadm 2024-03-21T13:10:24.756190+0000 mgr.x (mgr.34104) 4055 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:26.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:26 smithi184 bash[59794]: cluster 2024-03-21T13:10:24.846192+0000 mgr.x (mgr.34104) 4056 : cluster [DBG] pgmap v2693: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 324 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:26.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:26 smithi184 bash[59794]: cluster 2024-03-21T13:10:24.846587+0000 mgr.x (mgr.34104) 4057 : cluster [DBG] pgmap v2694: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 324 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:26.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:26 smithi184 bash[59794]: cephadm 2024-03-21T13:10:24.857129+0000 mgr.x (mgr.34104) 4058 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:26.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:26 smithi184 bash[59794]: cluster 2024-03-21T13:10:24.951266+0000 mgr.x (mgr.34104) 4059 : cluster [DBG] pgmap v2695: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 324 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:26.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:26 smithi184 bash[59794]: cluster 2024-03-21T13:10:24.952224+0000 mgr.x (mgr.34104) 4060 : cluster [DBG] pgmap v2696: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 324 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:26.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:26 smithi184 bash[59794]: cephadm 2024-03-21T13:10:24.961234+0000 mgr.x (mgr.34104) 4061 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:26.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:26 smithi184 bash[59794]: audit 2024-03-21T13:10:25.049563+0000 mon.a (mon.0) 6091 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:26.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:26 smithi184 bash[59794]: audit 2024-03-21T13:10:25.051632+0000 mon.a (mon.0) 6092 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:26.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:26 smithi184 bash[59794]: audit 2024-03-21T13:10:25.054214+0000 mon.a (mon.0) 6093 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:26.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:26 smithi184 bash[59794]: audit 2024-03-21T13:10:25.055102+0000 mon.a (mon.0) 6094 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:26.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:26 smithi184 bash[59794]: cluster 2024-03-21T13:10:25.057938+0000 mgr.x (mgr.34104) 4062 : cluster [DBG] pgmap v2697: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 324 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:26.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:26 smithi184 bash[59794]: cluster 2024-03-21T13:10:25.058728+0000 mgr.x (mgr.34104) 4063 : cluster [DBG] pgmap v2698: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 324 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:26.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:26 smithi184 bash[59794]: audit 2024-03-21T13:10:25.062378+0000 mon.a (mon.0) 6095 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:26.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:26 smithi184 bash[59794]: cephadm 2024-03-21T13:10:25.063505+0000 mgr.x (mgr.34104) 4064 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:26.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:26 smithi184 bash[59794]: cluster 2024-03-21T13:10:25.158724+0000 mon.a (mon.0) 6096 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-21T13:10:26.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:26 smithi184 bash[59794]: cluster 2024-03-21T13:10:25.169791+0000 mon.a (mon.0) 6097 : cluster [INF] osd.7 [v2:172.21.15.184:6824/1799306493,v1:172.21.15.184:6825/1799306493] boot 2024-03-21T13:10:26.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:26 smithi184 bash[59794]: cluster 2024-03-21T13:10:25.169888+0000 mon.a (mon.0) 6098 : cluster [DBG] osdmap e170: 8 total, 8 up, 8 in 2024-03-21T13:10:26.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:26 smithi184 bash[59794]: audit 2024-03-21T13:10:25.173310+0000 mon.a (mon.0) 6099 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-21T13:10:26.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:26 smithi184 bash[59794]: audit 2024-03-21T13:10:25.176603+0000 mon.a (mon.0) 6100 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:26.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:26 smithi184 bash[59794]: audit 2024-03-21T13:10:25.190056+0000 mon.a (mon.0) 6101 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:26.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:26 smithi184 bash[59794]: audit 2024-03-21T13:10:25.195303+0000 mon.a (mon.0) 6102 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:26.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:26 smithi184 bash[59794]: audit 2024-03-21T13:10:25.196465+0000 mon.a (mon.0) 6103 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:26.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:26 smithi184 bash[59794]: cluster 2024-03-21T13:10:25.201431+0000 mgr.x (mgr.34104) 4065 : cluster [DBG] pgmap v2700: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 324 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:26.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:26 smithi184 bash[59794]: cluster 2024-03-21T13:10:25.201962+0000 mgr.x (mgr.34104) 4066 : cluster [DBG] pgmap v2701: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 324 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:26.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:26 smithi184 bash[59794]: audit 2024-03-21T13:10:25.209946+0000 mon.a (mon.0) 6104 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:26.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:26 smithi184 bash[59794]: cephadm 2024-03-21T13:10:25.211619+0000 mgr.x (mgr.34104) 4067 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:26.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:26 smithi184 bash[59794]: audit 2024-03-21T13:10:25.292831+0000 mon.a (mon.0) 6105 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:26.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:26 smithi184 bash[59794]: audit 2024-03-21T13:10:25.296330+0000 mon.a (mon.0) 6106 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:26.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:26 smithi184 bash[59794]: audit 2024-03-21T13:10:25.299721+0000 mon.a (mon.0) 6107 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:26.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:26 smithi184 bash[59794]: audit 2024-03-21T13:10:25.301290+0000 mon.a (mon.0) 6108 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:26.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:26 smithi184 bash[59794]: audit 2024-03-21T13:10:25.312627+0000 mon.a (mon.0) 6109 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:26.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:26 smithi184 bash[59794]: audit 2024-03-21T13:10:25.391916+0000 mon.a (mon.0) 6110 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:26.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:26 smithi184 bash[59794]: audit 2024-03-21T13:10:25.395669+0000 mon.a (mon.0) 6111 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:26.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:26 smithi184 bash[59794]: audit 2024-03-21T13:10:25.398877+0000 mon.a (mon.0) 6112 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:26.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:26 smithi184 bash[59794]: audit 2024-03-21T13:10:25.400097+0000 mon.a (mon.0) 6113 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:26.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:26 smithi184 bash[59794]: audit 2024-03-21T13:10:25.411905+0000 mon.a (mon.0) 6114 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:26.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:26 smithi184 bash[59794]: audit 2024-03-21T13:10:25.493187+0000 mon.a (mon.0) 6115 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:26.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:26 smithi184 bash[59794]: audit 2024-03-21T13:10:25.499745+0000 mon.a (mon.0) 6116 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:26.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:26 smithi184 bash[59794]: audit 2024-03-21T13:10:25.500584+0000 mon.a (mon.0) 6117 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:26.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:26 smithi184 bash[59794]: audit 2024-03-21T13:10:25.508360+0000 mon.a (mon.0) 6118 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:26.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:26 smithi184 bash[59794]: audit 2024-03-21T13:10:25.509060+0000 mon.a (mon.0) 6119 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:26.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:26 smithi184 bash[59794]: audit 2024-03-21T13:10:25.513103+0000 mon.a (mon.0) 6120 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:26.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:26 smithi184 bash[59794]: audit 2024-03-21T13:10:25.517213+0000 mon.a (mon.0) 6121 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:26.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:26 smithi184 bash[59794]: audit 2024-03-21T13:10:25.523349+0000 mon.a (mon.0) 6122 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:26.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:26 smithi184 bash[59794]: audit 2024-03-21T13:10:25.606117+0000 mon.a (mon.0) 6123 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:26.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:26 smithi184 bash[59794]: audit 2024-03-21T13:10:25.609923+0000 mon.a (mon.0) 6124 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:26.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:26 smithi184 bash[59794]: audit 2024-03-21T13:10:25.612649+0000 mon.a (mon.0) 6125 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:26.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:26 smithi184 bash[59794]: audit 2024-03-21T13:10:25.614964+0000 mon.a (mon.0) 6126 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:26.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:26 smithi184 bash[59794]: audit 2024-03-21T13:10:25.618715+0000 mon.a (mon.0) 6127 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:26.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:26 smithi184 bash[59794]: audit 2024-03-21T13:10:25.627413+0000 mon.a (mon.0) 6128 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:26.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:26 smithi184 bash[59794]: audit 2024-03-21T13:10:25.631423+0000 mon.a (mon.0) 6129 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]: dispatch 2024-03-21T13:10:26.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:26 smithi184 bash[59794]: audit 2024-03-21T13:10:25.637566+0000 mon.a (mon.0) 6130 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]': finished 2024-03-21T13:10:26.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:26 smithi184 bash[59794]: audit 2024-03-21T13:10:25.641035+0000 mon.a (mon.0) 6131 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]: dispatch 2024-03-21T13:10:26.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:26 smithi184 bash[59794]: audit 2024-03-21T13:10:25.644999+0000 mon.a (mon.0) 6132 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]': finished 2024-03-21T13:10:26.331 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:26 smithi184 bash[59794]: audit 2024-03-21T13:10:25.647663+0000 mon.a (mon.0) 6133 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]: dispatch 2024-03-21T13:10:26.331 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:26 smithi184 bash[59794]: audit 2024-03-21T13:10:25.652082+0000 mon.a (mon.0) 6134 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]': finished 2024-03-21T13:10:26.331 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:26 smithi184 bash[59794]: audit 2024-03-21T13:10:25.655116+0000 mon.a (mon.0) 6135 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]: dispatch 2024-03-21T13:10:26.331 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:26 smithi184 bash[59794]: audit 2024-03-21T13:10:25.659421+0000 mon.a (mon.0) 6136 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]': finished 2024-03-21T13:10:26.331 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:26 smithi184 bash[59794]: audit 2024-03-21T13:10:25.662103+0000 mon.a (mon.0) 6137 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]: dispatch 2024-03-21T13:10:26.331 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:26 smithi184 bash[59794]: audit 2024-03-21T13:10:25.668744+0000 mon.a (mon.0) 6138 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]': finished 2024-03-21T13:10:26.331 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:26 smithi184 bash[59794]: audit 2024-03-21T13:10:25.672657+0000 mon.a (mon.0) 6139 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]: dispatch 2024-03-21T13:10:26.331 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:26 smithi184 bash[59794]: audit 2024-03-21T13:10:25.677030+0000 mon.a (mon.0) 6140 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]': finished 2024-03-21T13:10:26.331 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:26 smithi184 bash[59794]: audit 2024-03-21T13:10:25.679937+0000 mon.a (mon.0) 6141 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]: dispatch 2024-03-21T13:10:26.331 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:26 smithi184 bash[59794]: audit 2024-03-21T13:10:25.683222+0000 mon.a (mon.0) 6142 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]': finished 2024-03-21T13:10:26.332 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:26 smithi184 bash[59794]: audit 2024-03-21T13:10:25.685528+0000 mon.a (mon.0) 6143 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]: dispatch 2024-03-21T13:10:26.332 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:26 smithi184 bash[59794]: audit 2024-03-21T13:10:25.691407+0000 mon.a (mon.0) 6144 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]': finished 2024-03-21T13:10:26.332 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:26 smithi184 bash[59794]: audit 2024-03-21T13:10:25.696678+0000 mon.a (mon.0) 6145 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd require-osd-release", "release": "squid"}]: dispatch 2024-03-21T13:10:26.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:26 smithi178 bash[75692]: cluster 2024-03-21T13:10:24.343237+0000 mgr.x (mgr.34104) 4041 : cluster [DBG] pgmap v2683: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 324 MiB used, 715 GiB / 715 GiB avail; 10 KiB/s rd, 10 op/s; 81/630 objects degraded (12.857%) 2024-03-21T13:10:26.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:26 smithi178 bash[75692]: cluster 2024-03-21T13:10:24.343897+0000 mgr.x (mgr.34104) 4042 : cluster [DBG] pgmap v2684: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 324 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:26.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:26 smithi178 bash[75692]: cephadm 2024-03-21T13:10:24.353883+0000 mgr.x (mgr.34104) 4043 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:26.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:26 smithi178 bash[75692]: cluster 2024-03-21T13:10:24.446950+0000 mgr.x (mgr.34104) 4044 : cluster [DBG] pgmap v2685: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 324 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:26.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:26 smithi178 bash[75692]: cluster 2024-03-21T13:10:24.447318+0000 mgr.x (mgr.34104) 4045 : cluster [DBG] pgmap v2686: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 324 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:26.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:26 smithi178 bash[75692]: cephadm 2024-03-21T13:10:24.457300+0000 mgr.x (mgr.34104) 4046 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:26.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:26 smithi178 bash[75692]: cluster 2024-03-21T13:10:24.545076+0000 mgr.x (mgr.34104) 4047 : cluster [DBG] pgmap v2687: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 324 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:26.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:26 smithi178 bash[75692]: cluster 2024-03-21T13:10:24.545437+0000 mgr.x (mgr.34104) 4048 : cluster [DBG] pgmap v2688: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 324 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:26.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:26 smithi178 bash[75692]: cephadm 2024-03-21T13:10:24.555207+0000 mgr.x (mgr.34104) 4049 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:26.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:26 smithi178 bash[75692]: cluster 2024-03-21T13:10:24.646321+0000 mgr.x (mgr.34104) 4050 : cluster [DBG] pgmap v2689: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 324 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:26.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:26 smithi178 bash[75692]: cluster 2024-03-21T13:10:24.646654+0000 mgr.x (mgr.34104) 4051 : cluster [DBG] pgmap v2690: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 324 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:26.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:26 smithi178 bash[75692]: cephadm 2024-03-21T13:10:24.656729+0000 mgr.x (mgr.34104) 4052 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:26.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:26 smithi178 bash[75692]: cluster 2024-03-21T13:10:24.745636+0000 mgr.x (mgr.34104) 4053 : cluster [DBG] pgmap v2691: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 324 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:26.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:26 smithi178 bash[75692]: cluster 2024-03-21T13:10:24.746191+0000 mgr.x (mgr.34104) 4054 : cluster [DBG] pgmap v2692: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 324 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:26.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:26 smithi178 bash[75692]: cephadm 2024-03-21T13:10:24.756190+0000 mgr.x (mgr.34104) 4055 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:26.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:26 smithi178 bash[77880]: cluster 2024-03-21T13:10:24.343237+0000 mgr.x (mgr.34104) 4041 : cluster [DBG] pgmap v2683: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 324 MiB used, 715 GiB / 715 GiB avail; 10 KiB/s rd, 10 op/s; 81/630 objects degraded (12.857%) 2024-03-21T13:10:26.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:26 smithi178 bash[77880]: cluster 2024-03-21T13:10:24.343897+0000 mgr.x (mgr.34104) 4042 : cluster [DBG] pgmap v2684: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 324 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:26.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:26 smithi178 bash[77880]: cephadm 2024-03-21T13:10:24.353883+0000 mgr.x (mgr.34104) 4043 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:26.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:26 smithi178 bash[77880]: cluster 2024-03-21T13:10:24.446950+0000 mgr.x (mgr.34104) 4044 : cluster [DBG] pgmap v2685: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 324 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:26.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:26 smithi178 bash[77880]: cluster 2024-03-21T13:10:24.447318+0000 mgr.x (mgr.34104) 4045 : cluster [DBG] pgmap v2686: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 324 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:26.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:26 smithi178 bash[77880]: cephadm 2024-03-21T13:10:24.457300+0000 mgr.x (mgr.34104) 4046 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:26.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:26 smithi178 bash[77880]: cluster 2024-03-21T13:10:24.545076+0000 mgr.x (mgr.34104) 4047 : cluster [DBG] pgmap v2687: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 324 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:26.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:26 smithi178 bash[77880]: cluster 2024-03-21T13:10:24.545437+0000 mgr.x (mgr.34104) 4048 : cluster [DBG] pgmap v2688: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 324 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:26.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:26 smithi178 bash[77880]: cephadm 2024-03-21T13:10:24.555207+0000 mgr.x (mgr.34104) 4049 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:26.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:26 smithi178 bash[77880]: cluster 2024-03-21T13:10:24.646321+0000 mgr.x (mgr.34104) 4050 : cluster [DBG] pgmap v2689: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 324 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:26.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:26 smithi178 bash[77880]: cluster 2024-03-21T13:10:24.646654+0000 mgr.x (mgr.34104) 4051 : cluster [DBG] pgmap v2690: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 324 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:26.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:26 smithi178 bash[77880]: cephadm 2024-03-21T13:10:24.656729+0000 mgr.x (mgr.34104) 4052 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:26.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:26 smithi178 bash[77880]: cluster 2024-03-21T13:10:24.745636+0000 mgr.x (mgr.34104) 4053 : cluster [DBG] pgmap v2691: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 324 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:26.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:26 smithi178 bash[77880]: cluster 2024-03-21T13:10:24.746191+0000 mgr.x (mgr.34104) 4054 : cluster [DBG] pgmap v2692: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 324 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:26.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:26 smithi178 bash[77880]: cephadm 2024-03-21T13:10:24.756190+0000 mgr.x (mgr.34104) 4055 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:26.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:26 smithi178 bash[75692]: cluster 2024-03-21T13:10:24.846192+0000 mgr.x (mgr.34104) 4056 : cluster [DBG] pgmap v2693: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 324 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:26.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:26 smithi178 bash[75692]: cluster 2024-03-21T13:10:24.846587+0000 mgr.x (mgr.34104) 4057 : cluster [DBG] pgmap v2694: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 324 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:26.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:26 smithi178 bash[75692]: cephadm 2024-03-21T13:10:24.857129+0000 mgr.x (mgr.34104) 4058 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:26.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:26 smithi178 bash[75692]: cluster 2024-03-21T13:10:24.951266+0000 mgr.x (mgr.34104) 4059 : cluster [DBG] pgmap v2695: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 324 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:26.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:26 smithi178 bash[75692]: cluster 2024-03-21T13:10:24.952224+0000 mgr.x (mgr.34104) 4060 : cluster [DBG] pgmap v2696: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 324 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:26.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:26 smithi178 bash[75692]: cephadm 2024-03-21T13:10:24.961234+0000 mgr.x (mgr.34104) 4061 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:26.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:26 smithi178 bash[75692]: audit 2024-03-21T13:10:25.049563+0000 mon.a (mon.0) 6091 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:26.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:26 smithi178 bash[75692]: audit 2024-03-21T13:10:25.051632+0000 mon.a (mon.0) 6092 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:26.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:26 smithi178 bash[75692]: audit 2024-03-21T13:10:25.054214+0000 mon.a (mon.0) 6093 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:26.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:26 smithi178 bash[75692]: audit 2024-03-21T13:10:25.055102+0000 mon.a (mon.0) 6094 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:26.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:26 smithi178 bash[75692]: cluster 2024-03-21T13:10:25.057938+0000 mgr.x (mgr.34104) 4062 : cluster [DBG] pgmap v2697: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 324 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:26.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:26 smithi178 bash[75692]: cluster 2024-03-21T13:10:25.058728+0000 mgr.x (mgr.34104) 4063 : cluster [DBG] pgmap v2698: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 324 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:26.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:26 smithi178 bash[75692]: audit 2024-03-21T13:10:25.062378+0000 mon.a (mon.0) 6095 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:26.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:26 smithi178 bash[75692]: cephadm 2024-03-21T13:10:25.063505+0000 mgr.x (mgr.34104) 4064 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:26.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:26 smithi178 bash[75692]: cluster 2024-03-21T13:10:25.158724+0000 mon.a (mon.0) 6096 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-21T13:10:26.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:26 smithi178 bash[75692]: cluster 2024-03-21T13:10:25.169791+0000 mon.a (mon.0) 6097 : cluster [INF] osd.7 [v2:172.21.15.184:6824/1799306493,v1:172.21.15.184:6825/1799306493] boot 2024-03-21T13:10:26.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:26 smithi178 bash[75692]: cluster 2024-03-21T13:10:25.169888+0000 mon.a (mon.0) 6098 : cluster [DBG] osdmap e170: 8 total, 8 up, 8 in 2024-03-21T13:10:26.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:26 smithi178 bash[75692]: audit 2024-03-21T13:10:25.173310+0000 mon.a (mon.0) 6099 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-21T13:10:26.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:26 smithi178 bash[77880]: cluster 2024-03-21T13:10:24.846192+0000 mgr.x (mgr.34104) 4056 : cluster [DBG] pgmap v2693: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 324 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:26.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:26 smithi178 bash[77880]: cluster 2024-03-21T13:10:24.846587+0000 mgr.x (mgr.34104) 4057 : cluster [DBG] pgmap v2694: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 324 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:26.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:26 smithi178 bash[77880]: cephadm 2024-03-21T13:10:24.857129+0000 mgr.x (mgr.34104) 4058 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:26.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:26 smithi178 bash[77880]: cluster 2024-03-21T13:10:24.951266+0000 mgr.x (mgr.34104) 4059 : cluster [DBG] pgmap v2695: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 324 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:26.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:26 smithi178 bash[77880]: cluster 2024-03-21T13:10:24.952224+0000 mgr.x (mgr.34104) 4060 : cluster [DBG] pgmap v2696: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 324 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:26.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:26 smithi178 bash[77880]: cephadm 2024-03-21T13:10:24.961234+0000 mgr.x (mgr.34104) 4061 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:26.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:26 smithi178 bash[77880]: audit 2024-03-21T13:10:25.049563+0000 mon.a (mon.0) 6091 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:26.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:26 smithi178 bash[77880]: audit 2024-03-21T13:10:25.051632+0000 mon.a (mon.0) 6092 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:26.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:26 smithi178 bash[77880]: audit 2024-03-21T13:10:25.054214+0000 mon.a (mon.0) 6093 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:26.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:26 smithi178 bash[77880]: audit 2024-03-21T13:10:25.055102+0000 mon.a (mon.0) 6094 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:26.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:26 smithi178 bash[77880]: cluster 2024-03-21T13:10:25.057938+0000 mgr.x (mgr.34104) 4062 : cluster [DBG] pgmap v2697: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 324 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:26.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:26 smithi178 bash[77880]: cluster 2024-03-21T13:10:25.058728+0000 mgr.x (mgr.34104) 4063 : cluster [DBG] pgmap v2698: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 324 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:26.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:26 smithi178 bash[77880]: audit 2024-03-21T13:10:25.062378+0000 mon.a (mon.0) 6095 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:26.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:26 smithi178 bash[77880]: cephadm 2024-03-21T13:10:25.063505+0000 mgr.x (mgr.34104) 4064 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:26.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:26 smithi178 bash[77880]: cluster 2024-03-21T13:10:25.158724+0000 mon.a (mon.0) 6096 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-21T13:10:26.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:26 smithi178 bash[77880]: cluster 2024-03-21T13:10:25.169791+0000 mon.a (mon.0) 6097 : cluster [INF] osd.7 [v2:172.21.15.184:6824/1799306493,v1:172.21.15.184:6825/1799306493] boot 2024-03-21T13:10:26.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:26 smithi178 bash[77880]: cluster 2024-03-21T13:10:25.169888+0000 mon.a (mon.0) 6098 : cluster [DBG] osdmap e170: 8 total, 8 up, 8 in 2024-03-21T13:10:26.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:26 smithi178 bash[77880]: audit 2024-03-21T13:10:25.173310+0000 mon.a (mon.0) 6099 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-21T13:10:26.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:26 smithi178 bash[75692]: audit 2024-03-21T13:10:25.176603+0000 mon.a (mon.0) 6100 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:26.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:26 smithi178 bash[75692]: audit 2024-03-21T13:10:25.190056+0000 mon.a (mon.0) 6101 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:26.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:26 smithi178 bash[75692]: audit 2024-03-21T13:10:25.195303+0000 mon.a (mon.0) 6102 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:26.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:26 smithi178 bash[75692]: audit 2024-03-21T13:10:25.196465+0000 mon.a (mon.0) 6103 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:26.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:26 smithi178 bash[75692]: cluster 2024-03-21T13:10:25.201431+0000 mgr.x (mgr.34104) 4065 : cluster [DBG] pgmap v2700: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 324 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:26.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:26 smithi178 bash[75692]: cluster 2024-03-21T13:10:25.201962+0000 mgr.x (mgr.34104) 4066 : cluster [DBG] pgmap v2701: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 324 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:26.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:26 smithi178 bash[75692]: audit 2024-03-21T13:10:25.209946+0000 mon.a (mon.0) 6104 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:26.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:26 smithi178 bash[75692]: cephadm 2024-03-21T13:10:25.211619+0000 mgr.x (mgr.34104) 4067 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:26.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:26 smithi178 bash[75692]: audit 2024-03-21T13:10:25.292831+0000 mon.a (mon.0) 6105 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:26.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:26 smithi178 bash[75692]: audit 2024-03-21T13:10:25.296330+0000 mon.a (mon.0) 6106 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:26.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:26 smithi178 bash[75692]: audit 2024-03-21T13:10:25.299721+0000 mon.a (mon.0) 6107 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:26.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:26 smithi178 bash[75692]: audit 2024-03-21T13:10:25.301290+0000 mon.a (mon.0) 6108 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:26.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:26 smithi178 bash[75692]: audit 2024-03-21T13:10:25.312627+0000 mon.a (mon.0) 6109 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:26.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:26 smithi178 bash[75692]: audit 2024-03-21T13:10:25.391916+0000 mon.a (mon.0) 6110 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:26.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:26 smithi178 bash[75692]: audit 2024-03-21T13:10:25.395669+0000 mon.a (mon.0) 6111 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:26.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:26 smithi178 bash[75692]: audit 2024-03-21T13:10:25.398877+0000 mon.a (mon.0) 6112 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:26.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:26 smithi178 bash[75692]: audit 2024-03-21T13:10:25.400097+0000 mon.a (mon.0) 6113 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:26.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:26 smithi178 bash[75692]: audit 2024-03-21T13:10:25.411905+0000 mon.a (mon.0) 6114 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:26.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:26 smithi178 bash[75692]: audit 2024-03-21T13:10:25.493187+0000 mon.a (mon.0) 6115 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:26.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:26 smithi178 bash[77880]: audit 2024-03-21T13:10:25.176603+0000 mon.a (mon.0) 6100 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:26.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:26 smithi178 bash[77880]: audit 2024-03-21T13:10:25.190056+0000 mon.a (mon.0) 6101 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:26.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:26 smithi178 bash[77880]: audit 2024-03-21T13:10:25.195303+0000 mon.a (mon.0) 6102 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:26.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:26 smithi178 bash[77880]: audit 2024-03-21T13:10:25.196465+0000 mon.a (mon.0) 6103 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:26.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:26 smithi178 bash[77880]: cluster 2024-03-21T13:10:25.201431+0000 mgr.x (mgr.34104) 4065 : cluster [DBG] pgmap v2700: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 324 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:26.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:26 smithi178 bash[77880]: cluster 2024-03-21T13:10:25.201962+0000 mgr.x (mgr.34104) 4066 : cluster [DBG] pgmap v2701: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 324 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:26.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:26 smithi178 bash[77880]: audit 2024-03-21T13:10:25.209946+0000 mon.a (mon.0) 6104 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:26.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:26 smithi178 bash[77880]: cephadm 2024-03-21T13:10:25.211619+0000 mgr.x (mgr.34104) 4067 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:26.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:26 smithi178 bash[77880]: audit 2024-03-21T13:10:25.292831+0000 mon.a (mon.0) 6105 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:26.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:26 smithi178 bash[77880]: audit 2024-03-21T13:10:25.296330+0000 mon.a (mon.0) 6106 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:26.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:26 smithi178 bash[77880]: audit 2024-03-21T13:10:25.299721+0000 mon.a (mon.0) 6107 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:26.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:26 smithi178 bash[77880]: audit 2024-03-21T13:10:25.301290+0000 mon.a (mon.0) 6108 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:26.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:26 smithi178 bash[77880]: audit 2024-03-21T13:10:25.312627+0000 mon.a (mon.0) 6109 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:26.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:26 smithi178 bash[77880]: audit 2024-03-21T13:10:25.391916+0000 mon.a (mon.0) 6110 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:26.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:26 smithi178 bash[77880]: audit 2024-03-21T13:10:25.395669+0000 mon.a (mon.0) 6111 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:26.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:26 smithi178 bash[77880]: audit 2024-03-21T13:10:25.398877+0000 mon.a (mon.0) 6112 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:26.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:26 smithi178 bash[77880]: audit 2024-03-21T13:10:25.400097+0000 mon.a (mon.0) 6113 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:26.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:26 smithi178 bash[77880]: audit 2024-03-21T13:10:25.411905+0000 mon.a (mon.0) 6114 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:26.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:26 smithi178 bash[77880]: audit 2024-03-21T13:10:25.493187+0000 mon.a (mon.0) 6115 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:26.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:26 smithi178 bash[75692]: audit 2024-03-21T13:10:25.499745+0000 mon.a (mon.0) 6116 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:26.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:26 smithi178 bash[75692]: audit 2024-03-21T13:10:25.500584+0000 mon.a (mon.0) 6117 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:26.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:26 smithi178 bash[75692]: audit 2024-03-21T13:10:25.508360+0000 mon.a (mon.0) 6118 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:26.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:26 smithi178 bash[75692]: audit 2024-03-21T13:10:25.509060+0000 mon.a (mon.0) 6119 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:26.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:26 smithi178 bash[75692]: audit 2024-03-21T13:10:25.513103+0000 mon.a (mon.0) 6120 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:26.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:26 smithi178 bash[75692]: audit 2024-03-21T13:10:25.517213+0000 mon.a (mon.0) 6121 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:26.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:26 smithi178 bash[75692]: audit 2024-03-21T13:10:25.523349+0000 mon.a (mon.0) 6122 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:26.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:26 smithi178 bash[75692]: audit 2024-03-21T13:10:25.606117+0000 mon.a (mon.0) 6123 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:26.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:26 smithi178 bash[75692]: audit 2024-03-21T13:10:25.609923+0000 mon.a (mon.0) 6124 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:26.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:26 smithi178 bash[75692]: audit 2024-03-21T13:10:25.612649+0000 mon.a (mon.0) 6125 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:26.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:26 smithi178 bash[75692]: audit 2024-03-21T13:10:25.614964+0000 mon.a (mon.0) 6126 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:26.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:26 smithi178 bash[75692]: audit 2024-03-21T13:10:25.618715+0000 mon.a (mon.0) 6127 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:26.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:26 smithi178 bash[75692]: audit 2024-03-21T13:10:25.627413+0000 mon.a (mon.0) 6128 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:26.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:26 smithi178 bash[75692]: audit 2024-03-21T13:10:25.631423+0000 mon.a (mon.0) 6129 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]: dispatch 2024-03-21T13:10:26.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:26 smithi178 bash[75692]: audit 2024-03-21T13:10:25.637566+0000 mon.a (mon.0) 6130 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]': finished 2024-03-21T13:10:26.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:26 smithi178 bash[75692]: audit 2024-03-21T13:10:25.641035+0000 mon.a (mon.0) 6131 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]: dispatch 2024-03-21T13:10:26.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:26 smithi178 bash[75692]: audit 2024-03-21T13:10:25.644999+0000 mon.a (mon.0) 6132 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]': finished 2024-03-21T13:10:26.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:26 smithi178 bash[75692]: audit 2024-03-21T13:10:25.647663+0000 mon.a (mon.0) 6133 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]: dispatch 2024-03-21T13:10:26.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:26 smithi178 bash[75692]: audit 2024-03-21T13:10:25.652082+0000 mon.a (mon.0) 6134 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]': finished 2024-03-21T13:10:26.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:26 smithi178 bash[77880]: audit 2024-03-21T13:10:25.499745+0000 mon.a (mon.0) 6116 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:26.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:26 smithi178 bash[77880]: audit 2024-03-21T13:10:25.500584+0000 mon.a (mon.0) 6117 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:26.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:26 smithi178 bash[77880]: audit 2024-03-21T13:10:25.508360+0000 mon.a (mon.0) 6118 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:26.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:26 smithi178 bash[77880]: audit 2024-03-21T13:10:25.509060+0000 mon.a (mon.0) 6119 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:26.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:26 smithi178 bash[77880]: audit 2024-03-21T13:10:25.513103+0000 mon.a (mon.0) 6120 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:26.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:26 smithi178 bash[77880]: audit 2024-03-21T13:10:25.517213+0000 mon.a (mon.0) 6121 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:26.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:26 smithi178 bash[77880]: audit 2024-03-21T13:10:25.523349+0000 mon.a (mon.0) 6122 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:26.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:26 smithi178 bash[77880]: audit 2024-03-21T13:10:25.606117+0000 mon.a (mon.0) 6123 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:26.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:26 smithi178 bash[77880]: audit 2024-03-21T13:10:25.609923+0000 mon.a (mon.0) 6124 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:26.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:26 smithi178 bash[77880]: audit 2024-03-21T13:10:25.612649+0000 mon.a (mon.0) 6125 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:26.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:26 smithi178 bash[77880]: audit 2024-03-21T13:10:25.614964+0000 mon.a (mon.0) 6126 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:26.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:26 smithi178 bash[77880]: audit 2024-03-21T13:10:25.618715+0000 mon.a (mon.0) 6127 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:26.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:26 smithi178 bash[77880]: audit 2024-03-21T13:10:25.627413+0000 mon.a (mon.0) 6128 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:26.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:26 smithi178 bash[77880]: audit 2024-03-21T13:10:25.631423+0000 mon.a (mon.0) 6129 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]: dispatch 2024-03-21T13:10:26.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:26 smithi178 bash[77880]: audit 2024-03-21T13:10:25.637566+0000 mon.a (mon.0) 6130 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]': finished 2024-03-21T13:10:26.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:26 smithi178 bash[77880]: audit 2024-03-21T13:10:25.641035+0000 mon.a (mon.0) 6131 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]: dispatch 2024-03-21T13:10:26.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:26 smithi178 bash[77880]: audit 2024-03-21T13:10:25.644999+0000 mon.a (mon.0) 6132 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]': finished 2024-03-21T13:10:26.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:26 smithi178 bash[77880]: audit 2024-03-21T13:10:25.647663+0000 mon.a (mon.0) 6133 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]: dispatch 2024-03-21T13:10:26.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:26 smithi178 bash[77880]: audit 2024-03-21T13:10:25.652082+0000 mon.a (mon.0) 6134 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]': finished 2024-03-21T13:10:26.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:26 smithi178 bash[75692]: audit 2024-03-21T13:10:25.655116+0000 mon.a (mon.0) 6135 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]: dispatch 2024-03-21T13:10:26.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:26 smithi178 bash[75692]: audit 2024-03-21T13:10:25.659421+0000 mon.a (mon.0) 6136 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]': finished 2024-03-21T13:10:26.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:26 smithi178 bash[75692]: audit 2024-03-21T13:10:25.662103+0000 mon.a (mon.0) 6137 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]: dispatch 2024-03-21T13:10:26.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:26 smithi178 bash[75692]: audit 2024-03-21T13:10:25.668744+0000 mon.a (mon.0) 6138 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]': finished 2024-03-21T13:10:26.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:26 smithi178 bash[75692]: audit 2024-03-21T13:10:25.672657+0000 mon.a (mon.0) 6139 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]: dispatch 2024-03-21T13:10:26.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:26 smithi178 bash[75692]: audit 2024-03-21T13:10:25.677030+0000 mon.a (mon.0) 6140 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]': finished 2024-03-21T13:10:26.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:26 smithi178 bash[75692]: audit 2024-03-21T13:10:25.679937+0000 mon.a (mon.0) 6141 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]: dispatch 2024-03-21T13:10:26.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:26 smithi178 bash[75692]: audit 2024-03-21T13:10:25.683222+0000 mon.a (mon.0) 6142 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]': finished 2024-03-21T13:10:26.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:26 smithi178 bash[75692]: audit 2024-03-21T13:10:25.685528+0000 mon.a (mon.0) 6143 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]: dispatch 2024-03-21T13:10:26.562 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:26 smithi178 bash[75692]: audit 2024-03-21T13:10:25.691407+0000 mon.a (mon.0) 6144 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]': finished 2024-03-21T13:10:26.562 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:26 smithi178 bash[75692]: audit 2024-03-21T13:10:25.696678+0000 mon.a (mon.0) 6145 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd require-osd-release", "release": "squid"}]: dispatch 2024-03-21T13:10:26.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:26 smithi178 bash[77880]: audit 2024-03-21T13:10:25.655116+0000 mon.a (mon.0) 6135 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]: dispatch 2024-03-21T13:10:26.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:26 smithi178 bash[77880]: audit 2024-03-21T13:10:25.659421+0000 mon.a (mon.0) 6136 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]': finished 2024-03-21T13:10:26.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:26 smithi178 bash[77880]: audit 2024-03-21T13:10:25.662103+0000 mon.a (mon.0) 6137 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]: dispatch 2024-03-21T13:10:26.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:26 smithi178 bash[77880]: audit 2024-03-21T13:10:25.668744+0000 mon.a (mon.0) 6138 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]': finished 2024-03-21T13:10:26.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:26 smithi178 bash[77880]: audit 2024-03-21T13:10:25.672657+0000 mon.a (mon.0) 6139 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]: dispatch 2024-03-21T13:10:26.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:26 smithi178 bash[77880]: audit 2024-03-21T13:10:25.677030+0000 mon.a (mon.0) 6140 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]': finished 2024-03-21T13:10:26.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:26 smithi178 bash[77880]: audit 2024-03-21T13:10:25.679937+0000 mon.a (mon.0) 6141 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]: dispatch 2024-03-21T13:10:26.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:26 smithi178 bash[77880]: audit 2024-03-21T13:10:25.683222+0000 mon.a (mon.0) 6142 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]': finished 2024-03-21T13:10:26.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:26 smithi178 bash[77880]: audit 2024-03-21T13:10:25.685528+0000 mon.a (mon.0) 6143 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]: dispatch 2024-03-21T13:10:26.563 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:26 smithi178 bash[77880]: audit 2024-03-21T13:10:25.691407+0000 mon.a (mon.0) 6144 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]': finished 2024-03-21T13:10:26.563 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:26 smithi178 bash[77880]: audit 2024-03-21T13:10:25.696678+0000 mon.a (mon.0) 6145 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd require-osd-release", "release": "squid"}]: dispatch 2024-03-21T13:10:27.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:27 smithi184 bash[59794]: cluster 2024-03-21T13:10:25.304565+0000 mgr.x (mgr.34104) 4068 : cluster [DBG] pgmap v2702: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 324 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:27.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:27 smithi184 bash[59794]: cluster 2024-03-21T13:10:25.305132+0000 mgr.x (mgr.34104) 4069 : cluster [DBG] pgmap v2703: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 324 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:27.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:27 smithi184 bash[59794]: cephadm 2024-03-21T13:10:25.314069+0000 mgr.x (mgr.34104) 4070 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:27.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:27 smithi184 bash[59794]: cluster 2024-03-21T13:10:25.402971+0000 mgr.x (mgr.34104) 4071 : cluster [DBG] pgmap v2704: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 324 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:27.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:27 smithi184 bash[59794]: cluster 2024-03-21T13:10:25.403283+0000 mgr.x (mgr.34104) 4072 : cluster [DBG] pgmap v2705: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 324 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:27.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:27 smithi184 bash[59794]: cephadm 2024-03-21T13:10:25.413141+0000 mgr.x (mgr.34104) 4073 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:27.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:27 smithi184 bash[59794]: cluster 2024-03-21T13:10:25.510487+0000 mgr.x (mgr.34104) 4074 : cluster [DBG] pgmap v2706: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 324 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:27.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:27 smithi184 bash[59794]: cluster 2024-03-21T13:10:25.511140+0000 mgr.x (mgr.34104) 4075 : cluster [DBG] pgmap v2707: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 324 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:27.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:27 smithi184 bash[59794]: cluster 2024-03-21T13:10:25.516526+0000 mgr.x (mgr.34104) 4076 : cluster [DBG] pgmap v2708: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 324 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:27.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:27 smithi184 bash[59794]: cluster 2024-03-21T13:10:25.517096+0000 mgr.x (mgr.34104) 4077 : cluster [DBG] pgmap v2709: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 324 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:27.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:27 smithi184 bash[59794]: cephadm 2024-03-21T13:10:25.621011+0000 mgr.x (mgr.34104) 4078 : cephadm [INF] Upgrade: Setting container_image for all osd 2024-03-21T13:10:27.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:27 smithi184 bash[59794]: cephadm 2024-03-21T13:10:25.696853+0000 mgr.x (mgr.34104) 4079 : cephadm [INF] Upgrade: Setting require_osd_release to 19 squid 2024-03-21T13:10:27.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:27 smithi184 bash[59794]: cluster 2024-03-21T13:10:26.161564+0000 mon.a (mon.0) 6146 : cluster [INF] Health check cleared: OSD_UPGRADE_FINISHED (was: all OSDs are running squid or later but require_osd_release < squid) 2024-03-21T13:10:27.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:27 smithi184 bash[59794]: audit 2024-03-21T13:10:26.163990+0000 mon.a (mon.0) 6147 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd='[{"prefix": "osd require-osd-release", "release": "squid"}]': finished 2024-03-21T13:10:27.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:27 smithi184 bash[59794]: cluster 2024-03-21T13:10:26.173300+0000 mon.a (mon.0) 6148 : cluster [DBG] osdmap e171: 8 total, 8 up, 8 in 2024-03-21T13:10:27.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:27 smithi184 bash[59794]: audit 2024-03-21T13:10:26.185462+0000 mon.a (mon.0) 6149 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:27.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:27 smithi184 bash[59794]: cephadm 2024-03-21T13:10:26.194663+0000 mgr.x (mgr.34104) 4080 : cephadm [INF] Upgrade: Setting container_image for all mds 2024-03-21T13:10:27.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:27 smithi184 bash[59794]: audit 2024-03-21T13:10:26.199141+0000 mon.a (mon.0) 6150 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:27.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:27 smithi178 bash[75692]: cluster 2024-03-21T13:10:25.304565+0000 mgr.x (mgr.34104) 4068 : cluster [DBG] pgmap v2702: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 324 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:27.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:27 smithi178 bash[75692]: cluster 2024-03-21T13:10:25.305132+0000 mgr.x (mgr.34104) 4069 : cluster [DBG] pgmap v2703: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 324 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:27.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:27 smithi178 bash[75692]: cephadm 2024-03-21T13:10:25.314069+0000 mgr.x (mgr.34104) 4070 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:27.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:27 smithi178 bash[75692]: cluster 2024-03-21T13:10:25.402971+0000 mgr.x (mgr.34104) 4071 : cluster [DBG] pgmap v2704: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 324 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:27.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:27 smithi178 bash[75692]: cluster 2024-03-21T13:10:25.403283+0000 mgr.x (mgr.34104) 4072 : cluster [DBG] pgmap v2705: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 324 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:27.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:27 smithi178 bash[75692]: cephadm 2024-03-21T13:10:25.413141+0000 mgr.x (mgr.34104) 4073 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:27.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:27 smithi178 bash[75692]: cluster 2024-03-21T13:10:25.510487+0000 mgr.x (mgr.34104) 4074 : cluster [DBG] pgmap v2706: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 324 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:27.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:27 smithi178 bash[75692]: cluster 2024-03-21T13:10:25.511140+0000 mgr.x (mgr.34104) 4075 : cluster [DBG] pgmap v2707: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 324 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:27.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:27 smithi178 bash[75692]: cluster 2024-03-21T13:10:25.516526+0000 mgr.x (mgr.34104) 4076 : cluster [DBG] pgmap v2708: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 324 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:27.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:27 smithi178 bash[75692]: cluster 2024-03-21T13:10:25.517096+0000 mgr.x (mgr.34104) 4077 : cluster [DBG] pgmap v2709: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 324 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:27.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:27 smithi178 bash[75692]: cephadm 2024-03-21T13:10:25.621011+0000 mgr.x (mgr.34104) 4078 : cephadm [INF] Upgrade: Setting container_image for all osd 2024-03-21T13:10:27.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:27 smithi178 bash[75692]: cephadm 2024-03-21T13:10:25.696853+0000 mgr.x (mgr.34104) 4079 : cephadm [INF] Upgrade: Setting require_osd_release to 19 squid 2024-03-21T13:10:27.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:27 smithi178 bash[75692]: cluster 2024-03-21T13:10:26.161564+0000 mon.a (mon.0) 6146 : cluster [INF] Health check cleared: OSD_UPGRADE_FINISHED (was: all OSDs are running squid or later but require_osd_release < squid) 2024-03-21T13:10:27.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:27 smithi178 bash[75692]: audit 2024-03-21T13:10:26.163990+0000 mon.a (mon.0) 6147 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd='[{"prefix": "osd require-osd-release", "release": "squid"}]': finished 2024-03-21T13:10:27.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:27 smithi178 bash[75692]: cluster 2024-03-21T13:10:26.173300+0000 mon.a (mon.0) 6148 : cluster [DBG] osdmap e171: 8 total, 8 up, 8 in 2024-03-21T13:10:27.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:27 smithi178 bash[75692]: audit 2024-03-21T13:10:26.185462+0000 mon.a (mon.0) 6149 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:27.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:27 smithi178 bash[75692]: cephadm 2024-03-21T13:10:26.194663+0000 mgr.x (mgr.34104) 4080 : cephadm [INF] Upgrade: Setting container_image for all mds 2024-03-21T13:10:27.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:27 smithi178 bash[75692]: audit 2024-03-21T13:10:26.199141+0000 mon.a (mon.0) 6150 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:27.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:27 smithi178 bash[77880]: cluster 2024-03-21T13:10:25.304565+0000 mgr.x (mgr.34104) 4068 : cluster [DBG] pgmap v2702: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 324 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:27.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:27 smithi178 bash[77880]: cluster 2024-03-21T13:10:25.305132+0000 mgr.x (mgr.34104) 4069 : cluster [DBG] pgmap v2703: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 324 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:27.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:27 smithi178 bash[77880]: cephadm 2024-03-21T13:10:25.314069+0000 mgr.x (mgr.34104) 4070 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:27.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:27 smithi178 bash[77880]: cluster 2024-03-21T13:10:25.402971+0000 mgr.x (mgr.34104) 4071 : cluster [DBG] pgmap v2704: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 324 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:27.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:27 smithi178 bash[77880]: cluster 2024-03-21T13:10:25.403283+0000 mgr.x (mgr.34104) 4072 : cluster [DBG] pgmap v2705: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 324 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:27.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:27 smithi178 bash[77880]: cephadm 2024-03-21T13:10:25.413141+0000 mgr.x (mgr.34104) 4073 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:10:27.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:27 smithi178 bash[77880]: cluster 2024-03-21T13:10:25.510487+0000 mgr.x (mgr.34104) 4074 : cluster [DBG] pgmap v2706: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 324 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:27.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:27 smithi178 bash[77880]: cluster 2024-03-21T13:10:25.511140+0000 mgr.x (mgr.34104) 4075 : cluster [DBG] pgmap v2707: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 324 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:27.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:27 smithi178 bash[77880]: cluster 2024-03-21T13:10:25.516526+0000 mgr.x (mgr.34104) 4076 : cluster [DBG] pgmap v2708: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 324 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:27.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:27 smithi178 bash[77880]: cluster 2024-03-21T13:10:25.517096+0000 mgr.x (mgr.34104) 4077 : cluster [DBG] pgmap v2709: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 324 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:27.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:27 smithi178 bash[77880]: cephadm 2024-03-21T13:10:25.621011+0000 mgr.x (mgr.34104) 4078 : cephadm [INF] Upgrade: Setting container_image for all osd 2024-03-21T13:10:27.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:27 smithi178 bash[77880]: cephadm 2024-03-21T13:10:25.696853+0000 mgr.x (mgr.34104) 4079 : cephadm [INF] Upgrade: Setting require_osd_release to 19 squid 2024-03-21T13:10:27.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:27 smithi178 bash[77880]: cluster 2024-03-21T13:10:26.161564+0000 mon.a (mon.0) 6146 : cluster [INF] Health check cleared: OSD_UPGRADE_FINISHED (was: all OSDs are running squid or later but require_osd_release < squid) 2024-03-21T13:10:27.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:27 smithi178 bash[77880]: audit 2024-03-21T13:10:26.163990+0000 mon.a (mon.0) 6147 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd='[{"prefix": "osd require-osd-release", "release": "squid"}]': finished 2024-03-21T13:10:27.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:27 smithi178 bash[77880]: cluster 2024-03-21T13:10:26.173300+0000 mon.a (mon.0) 6148 : cluster [DBG] osdmap e171: 8 total, 8 up, 8 in 2024-03-21T13:10:27.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:27 smithi178 bash[77880]: audit 2024-03-21T13:10:26.185462+0000 mon.a (mon.0) 6149 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:27.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:27 smithi178 bash[77880]: cephadm 2024-03-21T13:10:26.194663+0000 mgr.x (mgr.34104) 4080 : cephadm [INF] Upgrade: Setting container_image for all mds 2024-03-21T13:10:27.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:27 smithi178 bash[77880]: audit 2024-03-21T13:10:26.199141+0000 mon.a (mon.0) 6150 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:29.193 INFO:teuthology.orchestra.run.smithi178.stdout:true 2024-03-21T13:10:29.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:29 smithi184 bash[59794]: cluster 2024-03-21T13:10:27.518125+0000 mgr.x (mgr.34104) 4081 : cluster [DBG] pgmap v2711: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 324 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:29.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:29 smithi178 bash[75692]: cluster 2024-03-21T13:10:27.518125+0000 mgr.x (mgr.34104) 4081 : cluster [DBG] pgmap v2711: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 324 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:29.547 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:29 smithi178 bash[77880]: cluster 2024-03-21T13:10:27.518125+0000 mgr.x (mgr.34104) 4081 : cluster [DBG] pgmap v2711: 161 pgs: 43 active+undersized, 24 active+undersized+degraded, 94 active+clean; 585 KiB data, 324 MiB used, 715 GiB / 715 GiB avail; 81/630 objects degraded (12.857%) 2024-03-21T13:10:29.989 INFO:teuthology.orchestra.run.smithi178.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-21T13:10:29.989 INFO:teuthology.orchestra.run.smithi178.stdout:agent.smithi178 smithi178 running 18s ago 24m - - 2024-03-21T13:10:29.989 INFO:teuthology.orchestra.run.smithi178.stdout:agent.smithi184 smithi184 running 0s ago 24m - - 2024-03-21T13:10:29.989 INFO:teuthology.orchestra.run.smithi178.stdout:alertmanager.a smithi178 *:9093,9094 running (10m) 18s ago 17m 17.7M - 0.23.0 ba2b418f427c b9533705fcaf 2024-03-21T13:10:29.989 INFO:teuthology.orchestra.run.smithi178.stdout:grafana.a smithi184 *:3000 error 0s ago 17m - - 2024-03-21T13:10:29.989 INFO:teuthology.orchestra.run.smithi178.stdout:iscsi.foo.smithi178.qfgpzc smithi178 running (8m) 18s ago 15m 50.6M - 3.5 e1d6a67b021e 8cd81f5e1d31 2024-03-21T13:10:29.989 INFO:teuthology.orchestra.run.smithi178.stdout:mgr.x smithi184 *:8443,9283,8765 running (9m) 0s ago 23m 535M - 19.0.0-2267-g960fbbe4 19e12293512f 23b748469eab 2024-03-21T13:10:29.989 INFO:teuthology.orchestra.run.smithi178.stdout:mgr.y smithi178 *:8443,9283,8765 running (8m) 18s ago 25m 446M - 19.0.0-2267-g960fbbe4 19e12293512f 4b58d9293a93 2024-03-21T13:10:29.989 INFO:teuthology.orchestra.run.smithi178.stdout:mon.a smithi178 running (7m) 18s ago 25m 122M 2048M 19.0.0-2267-g960fbbe4 19e12293512f cdcc04604451 2024-03-21T13:10:29.989 INFO:teuthology.orchestra.run.smithi178.stdout:mon.b smithi184 running (6m) 0s ago 23m 59.5M 2048M 19.0.0-2267-g960fbbe4 19e12293512f 209431841a07 2024-03-21T13:10:29.990 INFO:teuthology.orchestra.run.smithi178.stdout:mon.c smithi178 running (6m) 18s ago 24m 60.1M 2048M 19.0.0-2267-g960fbbe4 19e12293512f 1de13280fabe 2024-03-21T13:10:29.990 INFO:teuthology.orchestra.run.smithi178.stdout:node-exporter.a smithi178 *:9100 running (10m) 18s ago 17m 12.6M - 1.3.1 1dbe0e931976 5d4ec1307be5 2024-03-21T13:10:29.990 INFO:teuthology.orchestra.run.smithi178.stdout:node-exporter.b smithi184 *:9100 running (10m) 0s ago 17m 12.8M - 1.3.1 1dbe0e931976 2a37d9a9b638 2024-03-21T13:10:29.990 INFO:teuthology.orchestra.run.smithi178.stdout:osd.0 smithi178 running (5m) 18s ago 23m 58.1M 4096M 19.0.0-2267-g960fbbe4 19e12293512f ca44aa92861d 2024-03-21T13:10:29.990 INFO:teuthology.orchestra.run.smithi178.stdout:osd.1 smithi178 running (4m) 18s ago 22m 58.8M 4096M 19.0.0-2267-g960fbbe4 19e12293512f c559dec8e3df 2024-03-21T13:10:29.990 INFO:teuthology.orchestra.run.smithi178.stdout:osd.2 smithi178 running (3m) 18s ago 21m 56.7M 4096M 19.0.0-2267-g960fbbe4 19e12293512f 4ba78eee5937 2024-03-21T13:10:29.990 INFO:teuthology.orchestra.run.smithi178.stdout:osd.3 smithi178 running (2m) 18s ago 21m 54.2M 4096M 19.0.0-2267-g960fbbe4 19e12293512f f26cfcfca7d2 2024-03-21T13:10:29.990 INFO:teuthology.orchestra.run.smithi178.stdout:osd.4 smithi184 running (2m) 0s ago 20m 58.6M 4096M 19.0.0-2267-g960fbbe4 19e12293512f fdbedcf7f562 2024-03-21T13:10:29.990 INFO:teuthology.orchestra.run.smithi178.stdout:osd.5 smithi184 running (91s) 0s ago 20m 57.3M 4096M 19.0.0-2267-g960fbbe4 19e12293512f ea53f5dd04b2 2024-03-21T13:10:29.990 INFO:teuthology.orchestra.run.smithi178.stdout:osd.6 smithi184 running (52s) 0s ago 19m 51.5M 4096M 19.0.0-2267-g960fbbe4 19e12293512f b0765c5eb8f0 2024-03-21T13:10:29.990 INFO:teuthology.orchestra.run.smithi178.stdout:osd.7 smithi184 running (12s) 0s ago 18m 56.0M 4096M 19.0.0-2267-g960fbbe4 19e12293512f caf9c8ff9a5b 2024-03-21T13:10:29.990 INFO:teuthology.orchestra.run.smithi178.stdout:prometheus.a smithi184 *:9095 running (8m) 0s ago 17m 71.3M - 2.33.4 514e6a882f6e 68f156839b90 2024-03-21T13:10:29.990 INFO:teuthology.orchestra.run.smithi178.stdout:rgw.foo.smithi178.amgrte smithi178 *:8000 running (15m) 18s ago 15m 90.5M - 17.2.0 e1d6a67b021e d914bef5b616 2024-03-21T13:10:29.990 INFO:teuthology.orchestra.run.smithi178.stdout:rgw.foo.smithi184.sylqte smithi184 *:8000 running (15m) 0s ago 15m 89.8M - 17.2.0 e1d6a67b021e 71e9025bfe7b 2024-03-21T13:10:29.990 INFO:teuthology.orchestra.run.smithi178.stdout:rgw.smpl.smithi178.avyvkd smithi178 *:80 running (15m) 18s ago 15m 89.5M - 17.2.0 e1d6a67b021e 95dce05fca01 2024-03-21T13:10:29.991 INFO:teuthology.orchestra.run.smithi178.stdout:rgw.smpl.smithi184.ccsuhn smithi184 *:80 running (15m) 0s ago 15m 89.7M - 17.2.0 e1d6a67b021e c3b20c5f0cde 2024-03-21T13:10:30.458 INFO:teuthology.orchestra.run.smithi178.stdout:{ 2024-03-21T13:10:30.458 INFO:teuthology.orchestra.run.smithi178.stdout: "mon": { 2024-03-21T13:10:30.458 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 3 2024-03-21T13:10:30.458 INFO:teuthology.orchestra.run.smithi178.stdout: }, 2024-03-21T13:10:30.458 INFO:teuthology.orchestra.run.smithi178.stdout: "mgr": { 2024-03-21T13:10:30.458 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 2 2024-03-21T13:10:30.458 INFO:teuthology.orchestra.run.smithi178.stdout: }, 2024-03-21T13:10:30.458 INFO:teuthology.orchestra.run.smithi178.stdout: "osd": { 2024-03-21T13:10:30.458 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 8 2024-03-21T13:10:30.458 INFO:teuthology.orchestra.run.smithi178.stdout: }, 2024-03-21T13:10:30.458 INFO:teuthology.orchestra.run.smithi178.stdout: "rgw": { 2024-03-21T13:10:30.459 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2024-03-21T13:10:30.459 INFO:teuthology.orchestra.run.smithi178.stdout: }, 2024-03-21T13:10:30.459 INFO:teuthology.orchestra.run.smithi178.stdout: "overall": { 2024-03-21T13:10:30.459 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4, 2024-03-21T13:10:30.459 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 13 2024-03-21T13:10:30.459 INFO:teuthology.orchestra.run.smithi178.stdout: } 2024-03-21T13:10:30.459 INFO:teuthology.orchestra.run.smithi178.stdout:} 2024-03-21T13:10:30.491 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:30 smithi178 bash[75692]: cephadm 2024-03-21T13:10:29.126834+0000 mgr.x (mgr.34104) 4082 : cephadm [INF] Upgrade: Updating rgw.foo.smithi178.amgrte (1/4) 2024-03-21T13:10:30.491 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:30 smithi178 bash[75692]: audit 2024-03-21T13:10:29.132367+0000 mon.a (mon.0) 6151 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:30.491 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:30 smithi178 bash[75692]: audit 2024-03-21T13:10:29.136158+0000 mon.a (mon.0) 6152 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi178.amgrte", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-21T13:10:30.491 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:30 smithi178 bash[75692]: audit 2024-03-21T13:10:29.138614+0000 mon.a (mon.0) 6153 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:30.491 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:30 smithi178 bash[75692]: cephadm 2024-03-21T13:10:29.140498+0000 mgr.x (mgr.34104) 4083 : cephadm [INF] Deploying daemon rgw.foo.smithi178.amgrte on smithi178 2024-03-21T13:10:30.491 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:30 smithi178 bash[75692]: audit 2024-03-21T13:10:29.175787+0000 mgr.x (mgr.34104) 4084 : audit [DBG] from='client.54589 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:10:30.491 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:30 smithi178 bash[75692]: audit 2024-03-21T13:10:29.515771+0000 mon.a (mon.0) 6154 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:30.491 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:30 smithi178 bash[75692]: audit 2024-03-21T13:10:29.527929+0000 mon.a (mon.0) 6155 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:30.491 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:30 smithi178 bash[75692]: audit 2024-03-21T13:10:29.537928+0000 mon.a (mon.0) 6156 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:30.492 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:30 smithi178 bash[77880]: cephadm 2024-03-21T13:10:29.126834+0000 mgr.x (mgr.34104) 4082 : cephadm [INF] Upgrade: Updating rgw.foo.smithi178.amgrte (1/4) 2024-03-21T13:10:30.492 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:30 smithi178 bash[77880]: audit 2024-03-21T13:10:29.132367+0000 mon.a (mon.0) 6151 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:30.492 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:30 smithi178 bash[77880]: audit 2024-03-21T13:10:29.136158+0000 mon.a (mon.0) 6152 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi178.amgrte", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-21T13:10:30.492 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:30 smithi178 bash[77880]: audit 2024-03-21T13:10:29.138614+0000 mon.a (mon.0) 6153 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:30.492 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:30 smithi178 bash[77880]: cephadm 2024-03-21T13:10:29.140498+0000 mgr.x (mgr.34104) 4083 : cephadm [INF] Deploying daemon rgw.foo.smithi178.amgrte on smithi178 2024-03-21T13:10:30.492 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:30 smithi178 bash[77880]: audit 2024-03-21T13:10:29.175787+0000 mgr.x (mgr.34104) 4084 : audit [DBG] from='client.54589 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:10:30.492 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:30 smithi178 bash[77880]: audit 2024-03-21T13:10:29.515771+0000 mon.a (mon.0) 6154 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:30.492 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:30 smithi178 bash[77880]: audit 2024-03-21T13:10:29.527929+0000 mon.a (mon.0) 6155 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:30.492 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:30 smithi178 bash[77880]: audit 2024-03-21T13:10:29.537928+0000 mon.a (mon.0) 6156 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:30.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:30 smithi184 bash[59794]: cephadm 2024-03-21T13:10:29.126834+0000 mgr.x (mgr.34104) 4082 : cephadm [INF] Upgrade: Updating rgw.foo.smithi178.amgrte (1/4) 2024-03-21T13:10:30.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:30 smithi184 bash[59794]: audit 2024-03-21T13:10:29.132367+0000 mon.a (mon.0) 6151 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:30.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:30 smithi184 bash[59794]: audit 2024-03-21T13:10:29.136158+0000 mon.a (mon.0) 6152 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi178.amgrte", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-21T13:10:30.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:30 smithi184 bash[59794]: audit 2024-03-21T13:10:29.138614+0000 mon.a (mon.0) 6153 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:30.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:30 smithi184 bash[59794]: cephadm 2024-03-21T13:10:29.140498+0000 mgr.x (mgr.34104) 4083 : cephadm [INF] Deploying daemon rgw.foo.smithi178.amgrte on smithi178 2024-03-21T13:10:30.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:30 smithi184 bash[59794]: audit 2024-03-21T13:10:29.175787+0000 mgr.x (mgr.34104) 4084 : audit [DBG] from='client.54589 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:10:30.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:30 smithi184 bash[59794]: audit 2024-03-21T13:10:29.515771+0000 mon.a (mon.0) 6154 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:30.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:30 smithi184 bash[59794]: audit 2024-03-21T13:10:29.527929+0000 mon.a (mon.0) 6155 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:30.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:30 smithi184 bash[59794]: audit 2024-03-21T13:10:29.537928+0000 mon.a (mon.0) 6156 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:30.871 INFO:teuthology.orchestra.run.smithi178.stdout:{ 2024-03-21T13:10:30.871 INFO:teuthology.orchestra.run.smithi178.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753", 2024-03-21T13:10:30.871 INFO:teuthology.orchestra.run.smithi178.stdout: "in_progress": true, 2024-03-21T13:10:30.871 INFO:teuthology.orchestra.run.smithi178.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-21T13:10:30.871 INFO:teuthology.orchestra.run.smithi178.stdout: "services_complete": [ 2024-03-21T13:10:30.871 INFO:teuthology.orchestra.run.smithi178.stdout: "mgr", 2024-03-21T13:10:30.872 INFO:teuthology.orchestra.run.smithi178.stdout: "osd", 2024-03-21T13:10:30.872 INFO:teuthology.orchestra.run.smithi178.stdout: "mon" 2024-03-21T13:10:30.872 INFO:teuthology.orchestra.run.smithi178.stdout: ], 2024-03-21T13:10:30.872 INFO:teuthology.orchestra.run.smithi178.stdout: "progress": "13/23 daemons upgraded", 2024-03-21T13:10:30.872 INFO:teuthology.orchestra.run.smithi178.stdout: "message": "Currently upgrading rgw daemons", 2024-03-21T13:10:30.872 INFO:teuthology.orchestra.run.smithi178.stdout: "is_paused": false 2024-03-21T13:10:30.872 INFO:teuthology.orchestra.run.smithi178.stdout:} 2024-03-21T13:10:31.334 INFO:teuthology.orchestra.run.smithi178.stdout:HEALTH_WARN 1 failed cephadm daemon(s); Degraded data redundancy: 23/630 objects degraded (3.651%), 9 pgs degraded 2024-03-21T13:10:31.334 INFO:teuthology.orchestra.run.smithi178.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-21T13:10:31.335 INFO:teuthology.orchestra.run.smithi178.stdout: daemon grafana.a on smithi184 is in error state 2024-03-21T13:10:31.335 INFO:teuthology.orchestra.run.smithi178.stdout:[WRN] PG_DEGRADED: Degraded data redundancy: 23/630 objects degraded (3.651%), 9 pgs degraded 2024-03-21T13:10:31.335 INFO:teuthology.orchestra.run.smithi178.stdout: pg 2.9 is active+undersized+degraded, acting [1,3] 2024-03-21T13:10:31.335 INFO:teuthology.orchestra.run.smithi178.stdout: pg 2.a is active+undersized+degraded, acting [1,3] 2024-03-21T13:10:31.335 INFO:teuthology.orchestra.run.smithi178.stdout: pg 2.f is active+undersized+degraded, acting [4,0] 2024-03-21T13:10:31.335 INFO:teuthology.orchestra.run.smithi178.stdout: pg 2.12 is active+undersized+degraded, acting [5,3] 2024-03-21T13:10:31.335 INFO:teuthology.orchestra.run.smithi178.stdout: pg 3.9 is active+undersized+degraded, acting [4,2] 2024-03-21T13:10:31.335 INFO:teuthology.orchestra.run.smithi178.stdout: pg 3.14 is active+undersized+degraded, acting [4,6] 2024-03-21T13:10:31.335 INFO:teuthology.orchestra.run.smithi178.stdout: pg 3.16 is active+undersized+degraded, acting [5,1] 2024-03-21T13:10:31.335 INFO:teuthology.orchestra.run.smithi178.stdout: pg 4.14 is active+undersized+degraded, acting [5,2] 2024-03-21T13:10:31.335 INFO:teuthology.orchestra.run.smithi178.stdout: pg 4.15 is active+undersized+degraded, acting [5,3] 2024-03-21T13:10:31.473 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:31 smithi178 bash[75692]: cluster 2024-03-21T13:10:29.519536+0000 mgr.x (mgr.34104) 4085 : cluster [DBG] pgmap v2712: 161 pgs: 7 active+undersized, 9 active+undersized+degraded, 145 active+clean; 585 KiB data, 256 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 23/630 objects degraded (3.651%) 2024-03-21T13:10:31.473 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:31 smithi178 bash[75692]: cluster 2024-03-21T13:10:29.531045+0000 mgr.x (mgr.34104) 4086 : cluster [DBG] pgmap v2713: 161 pgs: 7 active+undersized, 9 active+undersized+degraded, 145 active+clean; 585 KiB data, 256 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 23/630 objects degraded (3.651%) 2024-03-21T13:10:31.473 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:31 smithi178 bash[75692]: cluster 2024-03-21T13:10:29.531781+0000 mgr.x (mgr.34104) 4087 : cluster [DBG] pgmap v2714: 161 pgs: 7 active+undersized, 9 active+undersized+degraded, 145 active+clean; 585 KiB data, 256 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 23/630 objects degraded (3.651%) 2024-03-21T13:10:31.473 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:31 smithi178 bash[75692]: audit 2024-03-21T13:10:29.571907+0000 mgr.x (mgr.34104) 4088 : audit [DBG] from='client.44628 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:10:31.473 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:31 smithi178 bash[75692]: audit 2024-03-21T13:10:29.961084+0000 mgr.x (mgr.34104) 4089 : audit [DBG] from='client.44634 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:10:31.473 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:31 smithi178 bash[75692]: audit 2024-03-21T13:10:30.452895+0000 mon.a (mon.0) 6157 : audit [DBG] from='client.? 172.21.15.178:0/2006883095' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:31.473 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:31 smithi178 bash[75692]: cluster 2024-03-21T13:10:30.511281+0000 mon.a (mon.0) 6158 : cluster [WRN] Health check update: Degraded data redundancy: 23/630 objects degraded (3.651%), 9 pgs degraded (PG_DEGRADED) 2024-03-21T13:10:31.474 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:31 smithi178 bash[77880]: cluster 2024-03-21T13:10:29.519536+0000 mgr.x (mgr.34104) 4085 : cluster [DBG] pgmap v2712: 161 pgs: 7 active+undersized, 9 active+undersized+degraded, 145 active+clean; 585 KiB data, 256 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 23/630 objects degraded (3.651%) 2024-03-21T13:10:31.474 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:31 smithi178 bash[77880]: cluster 2024-03-21T13:10:29.531045+0000 mgr.x (mgr.34104) 4086 : cluster [DBG] pgmap v2713: 161 pgs: 7 active+undersized, 9 active+undersized+degraded, 145 active+clean; 585 KiB data, 256 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 23/630 objects degraded (3.651%) 2024-03-21T13:10:31.474 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:31 smithi178 bash[77880]: cluster 2024-03-21T13:10:29.531781+0000 mgr.x (mgr.34104) 4087 : cluster [DBG] pgmap v2714: 161 pgs: 7 active+undersized, 9 active+undersized+degraded, 145 active+clean; 585 KiB data, 256 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 23/630 objects degraded (3.651%) 2024-03-21T13:10:31.474 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:31 smithi178 bash[77880]: audit 2024-03-21T13:10:29.571907+0000 mgr.x (mgr.34104) 4088 : audit [DBG] from='client.44628 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:10:31.474 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:31 smithi178 bash[77880]: audit 2024-03-21T13:10:29.961084+0000 mgr.x (mgr.34104) 4089 : audit [DBG] from='client.44634 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:10:31.474 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:31 smithi178 bash[77880]: audit 2024-03-21T13:10:30.452895+0000 mon.a (mon.0) 6157 : audit [DBG] from='client.? 172.21.15.178:0/2006883095' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:31.474 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:31 smithi178 bash[77880]: cluster 2024-03-21T13:10:30.511281+0000 mon.a (mon.0) 6158 : cluster [WRN] Health check update: Degraded data redundancy: 23/630 objects degraded (3.651%), 9 pgs degraded (PG_DEGRADED) 2024-03-21T13:10:31.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:31 smithi184 bash[59794]: cluster 2024-03-21T13:10:29.519536+0000 mgr.x (mgr.34104) 4085 : cluster [DBG] pgmap v2712: 161 pgs: 7 active+undersized, 9 active+undersized+degraded, 145 active+clean; 585 KiB data, 256 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 23/630 objects degraded (3.651%) 2024-03-21T13:10:31.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:31 smithi184 bash[59794]: cluster 2024-03-21T13:10:29.531045+0000 mgr.x (mgr.34104) 4086 : cluster [DBG] pgmap v2713: 161 pgs: 7 active+undersized, 9 active+undersized+degraded, 145 active+clean; 585 KiB data, 256 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 23/630 objects degraded (3.651%) 2024-03-21T13:10:31.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:31 smithi184 bash[59794]: cluster 2024-03-21T13:10:29.531781+0000 mgr.x (mgr.34104) 4087 : cluster [DBG] pgmap v2714: 161 pgs: 7 active+undersized, 9 active+undersized+degraded, 145 active+clean; 585 KiB data, 256 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 23/630 objects degraded (3.651%) 2024-03-21T13:10:31.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:31 smithi184 bash[59794]: audit 2024-03-21T13:10:29.571907+0000 mgr.x (mgr.34104) 4088 : audit [DBG] from='client.44628 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:10:31.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:31 smithi184 bash[59794]: audit 2024-03-21T13:10:29.961084+0000 mgr.x (mgr.34104) 4089 : audit [DBG] from='client.44634 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:10:31.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:31 smithi184 bash[59794]: audit 2024-03-21T13:10:30.452895+0000 mon.a (mon.0) 6157 : audit [DBG] from='client.? 172.21.15.178:0/2006883095' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:31.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:31 smithi184 bash[59794]: cluster 2024-03-21T13:10:30.511281+0000 mon.a (mon.0) 6158 : cluster [WRN] Health check update: Degraded data redundancy: 23/630 objects degraded (3.651%), 9 pgs degraded (PG_DEGRADED) 2024-03-21T13:10:32.496 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:32 smithi184 bash[59794]: audit 2024-03-21T13:10:30.868522+0000 mgr.x (mgr.34104) 4090 : audit [DBG] from='client.44646 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:10:32.496 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:32 smithi184 bash[59794]: audit 2024-03-21T13:10:30.936008+0000 mgr.x (mgr.34104) 4091 : audit [DBG] from='client.15585 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:10:32.496 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:32 smithi184 bash[59794]: audit 2024-03-21T13:10:31.332553+0000 mon.c (mon.1) 20 : audit [DBG] from='client.? 172.21.15.178:0/1900089318' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T13:10:32.497 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:32 smithi184 bash[59794]: audit 2024-03-21T13:10:31.803735+0000 mon.a (mon.0) 6159 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:32.497 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:32 smithi184 bash[59794]: audit 2024-03-21T13:10:31.812504+0000 mon.a (mon.0) 6160 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:32.497 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:32 smithi184 bash[59794]: audit 2024-03-21T13:10:31.822740+0000 mon.a (mon.0) 6161 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:32.547 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:32 smithi178 bash[77880]: audit 2024-03-21T13:10:30.868522+0000 mgr.x (mgr.34104) 4090 : audit [DBG] from='client.44646 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:10:32.547 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:32 smithi178 bash[77880]: audit 2024-03-21T13:10:30.936008+0000 mgr.x (mgr.34104) 4091 : audit [DBG] from='client.15585 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:10:32.547 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:32 smithi178 bash[77880]: audit 2024-03-21T13:10:31.332553+0000 mon.c (mon.1) 20 : audit [DBG] from='client.? 172.21.15.178:0/1900089318' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T13:10:32.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:32 smithi178 bash[77880]: audit 2024-03-21T13:10:31.803735+0000 mon.a (mon.0) 6159 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:32.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:32 smithi178 bash[77880]: audit 2024-03-21T13:10:31.812504+0000 mon.a (mon.0) 6160 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:32.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:32 smithi178 bash[77880]: audit 2024-03-21T13:10:31.822740+0000 mon.a (mon.0) 6161 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:32.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:32 smithi178 bash[75692]: audit 2024-03-21T13:10:30.868522+0000 mgr.x (mgr.34104) 4090 : audit [DBG] from='client.44646 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:10:32.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:32 smithi178 bash[75692]: audit 2024-03-21T13:10:30.936008+0000 mgr.x (mgr.34104) 4091 : audit [DBG] from='client.15585 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:10:32.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:32 smithi178 bash[75692]: audit 2024-03-21T13:10:31.332553+0000 mon.c (mon.1) 20 : audit [DBG] from='client.? 172.21.15.178:0/1900089318' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T13:10:32.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:32 smithi178 bash[75692]: audit 2024-03-21T13:10:31.803735+0000 mon.a (mon.0) 6159 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:32.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:32 smithi178 bash[75692]: audit 2024-03-21T13:10:31.812504+0000 mon.a (mon.0) 6160 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:32.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:32 smithi178 bash[75692]: audit 2024-03-21T13:10:31.822740+0000 mon.a (mon.0) 6161 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:33.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:33 smithi178 bash[75692]: cluster 2024-03-21T13:10:31.532902+0000 mgr.x (mgr.34104) 4092 : cluster [DBG] pgmap v2715: 161 pgs: 161 active+clean; 585 KiB data, 256 MiB used, 715 GiB / 715 GiB avail; 851 B/s rd, 0 op/s 2024-03-21T13:10:33.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:33 smithi178 bash[75692]: cluster 2024-03-21T13:10:31.815166+0000 mgr.x (mgr.34104) 4093 : cluster [DBG] pgmap v2716: 161 pgs: 161 active+clean; 585 KiB data, 256 MiB used, 715 GiB / 715 GiB avail; 906 B/s rd, 0 op/s 2024-03-21T13:10:33.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:33 smithi178 bash[75692]: cluster 2024-03-21T13:10:31.815596+0000 mgr.x (mgr.34104) 4094 : cluster [DBG] pgmap v2717: 161 pgs: 161 active+clean; 585 KiB data, 256 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:10:33.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:33 smithi178 bash[75692]: cluster 2024-03-21T13:10:32.139545+0000 mon.a (mon.0) 6162 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 23/630 objects degraded (3.651%), 9 pgs degraded) 2024-03-21T13:10:33.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:33 smithi178 bash[77880]: cluster 2024-03-21T13:10:31.532902+0000 mgr.x (mgr.34104) 4092 : cluster [DBG] pgmap v2715: 161 pgs: 161 active+clean; 585 KiB data, 256 MiB used, 715 GiB / 715 GiB avail; 851 B/s rd, 0 op/s 2024-03-21T13:10:33.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:33 smithi178 bash[77880]: cluster 2024-03-21T13:10:31.815166+0000 mgr.x (mgr.34104) 4093 : cluster [DBG] pgmap v2716: 161 pgs: 161 active+clean; 585 KiB data, 256 MiB used, 715 GiB / 715 GiB avail; 906 B/s rd, 0 op/s 2024-03-21T13:10:33.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:33 smithi178 bash[77880]: cluster 2024-03-21T13:10:31.815596+0000 mgr.x (mgr.34104) 4094 : cluster [DBG] pgmap v2717: 161 pgs: 161 active+clean; 585 KiB data, 256 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:10:33.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:33 smithi178 bash[77880]: cluster 2024-03-21T13:10:32.139545+0000 mon.a (mon.0) 6162 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 23/630 objects degraded (3.651%), 9 pgs degraded) 2024-03-21T13:10:33.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:33 smithi184 bash[59794]: cluster 2024-03-21T13:10:31.532902+0000 mgr.x (mgr.34104) 4092 : cluster [DBG] pgmap v2715: 161 pgs: 161 active+clean; 585 KiB data, 256 MiB used, 715 GiB / 715 GiB avail; 851 B/s rd, 0 op/s 2024-03-21T13:10:33.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:33 smithi184 bash[59794]: cluster 2024-03-21T13:10:31.815166+0000 mgr.x (mgr.34104) 4093 : cluster [DBG] pgmap v2716: 161 pgs: 161 active+clean; 585 KiB data, 256 MiB used, 715 GiB / 715 GiB avail; 906 B/s rd, 0 op/s 2024-03-21T13:10:33.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:33 smithi184 bash[59794]: cluster 2024-03-21T13:10:31.815596+0000 mgr.x (mgr.34104) 4094 : cluster [DBG] pgmap v2717: 161 pgs: 161 active+clean; 585 KiB data, 256 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:10:33.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:33 smithi184 bash[59794]: cluster 2024-03-21T13:10:32.139545+0000 mon.a (mon.0) 6162 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 23/630 objects degraded (3.651%), 9 pgs degraded) 2024-03-21T13:10:35.397 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:35 smithi178 bash[75692]: cluster 2024-03-21T13:10:33.816698+0000 mgr.x (mgr.34104) 4095 : cluster [DBG] pgmap v2718: 161 pgs: 161 active+clean; 585 KiB data, 256 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:10:35.397 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:35 smithi178 bash[75692]: audit 2024-03-21T13:10:34.077435+0000 mon.a (mon.0) 6163 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:35.397 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:35 smithi178 bash[75692]: audit 2024-03-21T13:10:34.088472+0000 mon.a (mon.0) 6164 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:35.398 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:35 smithi178 bash[75692]: audit 2024-03-21T13:10:34.794316+0000 mon.a (mon.0) 6165 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:35.398 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:35 smithi178 bash[75692]: audit 2024-03-21T13:10:34.796540+0000 mon.a (mon.0) 6166 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:10:35.398 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:35 smithi178 bash[77880]: cluster 2024-03-21T13:10:33.816698+0000 mgr.x (mgr.34104) 4095 : cluster [DBG] pgmap v2718: 161 pgs: 161 active+clean; 585 KiB data, 256 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:10:35.398 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:35 smithi178 bash[77880]: audit 2024-03-21T13:10:34.077435+0000 mon.a (mon.0) 6163 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:35.398 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:35 smithi178 bash[77880]: audit 2024-03-21T13:10:34.088472+0000 mon.a (mon.0) 6164 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:35.398 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:35 smithi178 bash[77880]: audit 2024-03-21T13:10:34.794316+0000 mon.a (mon.0) 6165 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:35.398 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:35 smithi178 bash[77880]: audit 2024-03-21T13:10:34.796540+0000 mon.a (mon.0) 6166 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:10:35.545 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:35 smithi184 bash[59794]: cluster 2024-03-21T13:10:33.816698+0000 mgr.x (mgr.34104) 4095 : cluster [DBG] pgmap v2718: 161 pgs: 161 active+clean; 585 KiB data, 256 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:10:35.545 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:35 smithi184 bash[59794]: audit 2024-03-21T13:10:34.077435+0000 mon.a (mon.0) 6163 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:35.545 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:35 smithi184 bash[59794]: audit 2024-03-21T13:10:34.088472+0000 mon.a (mon.0) 6164 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:35.545 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:35 smithi184 bash[59794]: audit 2024-03-21T13:10:34.794316+0000 mon.a (mon.0) 6165 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:35.545 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:35 smithi184 bash[59794]: audit 2024-03-21T13:10:34.796540+0000 mon.a (mon.0) 6166 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:10:35.823 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:10:35 smithi184 bash[52419]: ::ffff:172.21.15.184 - - [21/Mar/2024:13:10:35] "GET /metrics HTTP/1.1" 200 38703 "" "Prometheus/2.33.4" 2024-03-21T13:10:37.135 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:37 smithi178 bash[75692]: cluster 2024-03-21T13:10:35.818261+0000 mgr.x (mgr.34104) 4096 : cluster [DBG] pgmap v2719: 161 pgs: 161 active+clean; 585 KiB data, 256 MiB used, 715 GiB / 715 GiB avail; 814 B/s rd, 0 op/s 2024-03-21T13:10:37.136 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:37 smithi178 bash[77880]: cluster 2024-03-21T13:10:35.818261+0000 mgr.x (mgr.34104) 4096 : cluster [DBG] pgmap v2719: 161 pgs: 161 active+clean; 585 KiB data, 256 MiB used, 715 GiB / 715 GiB avail; 814 B/s rd, 0 op/s 2024-03-21T13:10:37.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:37 smithi184 bash[59794]: cluster 2024-03-21T13:10:35.818261+0000 mgr.x (mgr.34104) 4096 : cluster [DBG] pgmap v2719: 161 pgs: 161 active+clean; 585 KiB data, 256 MiB used, 715 GiB / 715 GiB avail; 814 B/s rd, 0 op/s 2024-03-21T13:10:39.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:39 smithi178 bash[75692]: cluster 2024-03-21T13:10:37.819214+0000 mgr.x (mgr.34104) 4097 : cluster [DBG] pgmap v2720: 161 pgs: 161 active+clean; 585 KiB data, 260 MiB used, 715 GiB / 715 GiB avail; 617 B/s rd, 0 op/s 2024-03-21T13:10:39.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:39 smithi178 bash[75692]: cephadm 2024-03-21T13:10:38.144079+0000 mgr.x (mgr.34104) 4098 : cephadm [INF] Upgrade: Updating rgw.smpl.smithi178.avyvkd (2/4) 2024-03-21T13:10:39.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:39 smithi178 bash[75692]: audit 2024-03-21T13:10:38.151045+0000 mon.a (mon.0) 6167 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:39.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:39 smithi178 bash[75692]: audit 2024-03-21T13:10:38.154688+0000 mon.a (mon.0) 6168 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi178.avyvkd", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-21T13:10:39.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:39 smithi178 bash[75692]: audit 2024-03-21T13:10:38.158363+0000 mon.a (mon.0) 6169 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:39.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:39 smithi178 bash[75692]: cephadm 2024-03-21T13:10:38.161049+0000 mgr.x (mgr.34104) 4099 : cephadm [INF] Deploying daemon rgw.smpl.smithi178.avyvkd on smithi178 2024-03-21T13:10:39.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:39 smithi178 bash[77880]: cluster 2024-03-21T13:10:37.819214+0000 mgr.x (mgr.34104) 4097 : cluster [DBG] pgmap v2720: 161 pgs: 161 active+clean; 585 KiB data, 260 MiB used, 715 GiB / 715 GiB avail; 617 B/s rd, 0 op/s 2024-03-21T13:10:39.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:39 smithi178 bash[77880]: cephadm 2024-03-21T13:10:38.144079+0000 mgr.x (mgr.34104) 4098 : cephadm [INF] Upgrade: Updating rgw.smpl.smithi178.avyvkd (2/4) 2024-03-21T13:10:39.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:39 smithi178 bash[77880]: audit 2024-03-21T13:10:38.151045+0000 mon.a (mon.0) 6167 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:39.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:39 smithi178 bash[77880]: audit 2024-03-21T13:10:38.154688+0000 mon.a (mon.0) 6168 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi178.avyvkd", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-21T13:10:39.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:39 smithi178 bash[77880]: audit 2024-03-21T13:10:38.158363+0000 mon.a (mon.0) 6169 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:39.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:39 smithi178 bash[77880]: cephadm 2024-03-21T13:10:38.161049+0000 mgr.x (mgr.34104) 4099 : cephadm [INF] Deploying daemon rgw.smpl.smithi178.avyvkd on smithi178 2024-03-21T13:10:39.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:39 smithi184 bash[59794]: cluster 2024-03-21T13:10:37.819214+0000 mgr.x (mgr.34104) 4097 : cluster [DBG] pgmap v2720: 161 pgs: 161 active+clean; 585 KiB data, 260 MiB used, 715 GiB / 715 GiB avail; 617 B/s rd, 0 op/s 2024-03-21T13:10:39.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:39 smithi184 bash[59794]: cephadm 2024-03-21T13:10:38.144079+0000 mgr.x (mgr.34104) 4098 : cephadm [INF] Upgrade: Updating rgw.smpl.smithi178.avyvkd (2/4) 2024-03-21T13:10:39.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:39 smithi184 bash[59794]: audit 2024-03-21T13:10:38.151045+0000 mon.a (mon.0) 6167 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:39.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:39 smithi184 bash[59794]: audit 2024-03-21T13:10:38.154688+0000 mon.a (mon.0) 6168 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi178.avyvkd", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-21T13:10:39.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:39 smithi184 bash[59794]: audit 2024-03-21T13:10:38.158363+0000 mon.a (mon.0) 6169 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:39.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:39 smithi184 bash[59794]: cephadm 2024-03-21T13:10:38.161049+0000 mgr.x (mgr.34104) 4099 : cephadm [INF] Deploying daemon rgw.smpl.smithi178.avyvkd on smithi178 2024-03-21T13:10:41.505 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:41 smithi178 bash[75692]: cluster 2024-03-21T13:10:39.820971+0000 mgr.x (mgr.34104) 4100 : cluster [DBG] pgmap v2721: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 79 KiB/s rd, 123 B/s wr, 122 op/s 2024-03-21T13:10:41.505 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:41 smithi178 bash[75692]: audit 2024-03-21T13:10:40.129569+0000 mon.a (mon.0) 6170 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:41.505 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:41 smithi178 bash[77880]: cluster 2024-03-21T13:10:39.820971+0000 mgr.x (mgr.34104) 4100 : cluster [DBG] pgmap v2721: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 79 KiB/s rd, 123 B/s wr, 122 op/s 2024-03-21T13:10:41.506 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:41 smithi178 bash[77880]: audit 2024-03-21T13:10:40.129569+0000 mon.a (mon.0) 6170 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:41.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:41 smithi184 bash[59794]: cluster 2024-03-21T13:10:39.820971+0000 mgr.x (mgr.34104) 4100 : cluster [DBG] pgmap v2721: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 79 KiB/s rd, 123 B/s wr, 122 op/s 2024-03-21T13:10:41.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:41 smithi184 bash[59794]: audit 2024-03-21T13:10:40.129569+0000 mon.a (mon.0) 6170 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:42.419 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:42 smithi178 bash[75692]: audit 2024-03-21T13:10:40.946065+0000 mgr.x (mgr.34104) 4101 : audit [DBG] from='client.15585 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:10:42.420 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:42 smithi178 bash[77880]: audit 2024-03-21T13:10:40.946065+0000 mgr.x (mgr.34104) 4101 : audit [DBG] from='client.15585 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:10:42.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:42 smithi184 bash[59794]: audit 2024-03-21T13:10:40.946065+0000 mgr.x (mgr.34104) 4101 : audit [DBG] from='client.15585 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:10:43.276 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:43 smithi178 bash[75692]: cluster 2024-03-21T13:10:41.821698+0000 mgr.x (mgr.34104) 4102 : cluster [DBG] pgmap v2722: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 66 KiB/s rd, 102 B/s wr, 101 op/s 2024-03-21T13:10:43.277 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:43 smithi178 bash[77880]: cluster 2024-03-21T13:10:41.821698+0000 mgr.x (mgr.34104) 4102 : cluster [DBG] pgmap v2722: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 66 KiB/s rd, 102 B/s wr, 101 op/s 2024-03-21T13:10:43.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:43 smithi184 bash[59794]: cluster 2024-03-21T13:10:41.821698+0000 mgr.x (mgr.34104) 4102 : cluster [DBG] pgmap v2722: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 66 KiB/s rd, 102 B/s wr, 101 op/s 2024-03-21T13:10:44.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:44 smithi178 bash[75692]: audit 2024-03-21T13:10:43.451553+0000 mon.a (mon.0) 6171 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:44.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:44 smithi178 bash[75692]: audit 2024-03-21T13:10:43.458816+0000 mon.a (mon.0) 6172 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:44.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:44 smithi178 bash[75692]: cluster 2024-03-21T13:10:43.822860+0000 mgr.x (mgr.34104) 4103 : cluster [DBG] pgmap v2723: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 55 KiB/s rd, 85 B/s wr, 84 op/s 2024-03-21T13:10:44.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:44 smithi178 bash[75692]: audit 2024-03-21T13:10:44.132820+0000 mon.a (mon.0) 6173 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:44.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:44 smithi178 bash[75692]: audit 2024-03-21T13:10:44.144742+0000 mon.a (mon.0) 6174 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:44.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:44 smithi178 bash[75692]: cluster 2024-03-21T13:10:44.148289+0000 mgr.x (mgr.34104) 4104 : cluster [DBG] pgmap v2724: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 64 KiB/s rd, 99 B/s wr, 98 op/s 2024-03-21T13:10:44.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:44 smithi178 bash[75692]: cluster 2024-03-21T13:10:44.148906+0000 mgr.x (mgr.34104) 4105 : cluster [DBG] pgmap v2725: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 79 KiB/s rd, 122 B/s wr, 121 op/s 2024-03-21T13:10:44.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:44 smithi178 bash[75692]: audit 2024-03-21T13:10:44.158275+0000 mon.a (mon.0) 6175 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:44.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:44 smithi178 bash[77880]: audit 2024-03-21T13:10:43.451553+0000 mon.a (mon.0) 6171 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:44.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:44 smithi178 bash[77880]: audit 2024-03-21T13:10:43.458816+0000 mon.a (mon.0) 6172 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:44.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:44 smithi178 bash[77880]: cluster 2024-03-21T13:10:43.822860+0000 mgr.x (mgr.34104) 4103 : cluster [DBG] pgmap v2723: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 55 KiB/s rd, 85 B/s wr, 84 op/s 2024-03-21T13:10:44.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:44 smithi178 bash[77880]: audit 2024-03-21T13:10:44.132820+0000 mon.a (mon.0) 6173 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:44.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:44 smithi178 bash[77880]: audit 2024-03-21T13:10:44.144742+0000 mon.a (mon.0) 6174 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:44.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:44 smithi178 bash[77880]: cluster 2024-03-21T13:10:44.148289+0000 mgr.x (mgr.34104) 4104 : cluster [DBG] pgmap v2724: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 64 KiB/s rd, 99 B/s wr, 98 op/s 2024-03-21T13:10:44.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:44 smithi178 bash[77880]: cluster 2024-03-21T13:10:44.148906+0000 mgr.x (mgr.34104) 4105 : cluster [DBG] pgmap v2725: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 79 KiB/s rd, 122 B/s wr, 121 op/s 2024-03-21T13:10:44.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:44 smithi178 bash[77880]: audit 2024-03-21T13:10:44.158275+0000 mon.a (mon.0) 6175 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:44.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:44 smithi184 bash[59794]: audit 2024-03-21T13:10:43.451553+0000 mon.a (mon.0) 6171 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:44.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:44 smithi184 bash[59794]: audit 2024-03-21T13:10:43.458816+0000 mon.a (mon.0) 6172 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:44.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:44 smithi184 bash[59794]: cluster 2024-03-21T13:10:43.822860+0000 mgr.x (mgr.34104) 4103 : cluster [DBG] pgmap v2723: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 55 KiB/s rd, 85 B/s wr, 84 op/s 2024-03-21T13:10:44.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:44 smithi184 bash[59794]: audit 2024-03-21T13:10:44.132820+0000 mon.a (mon.0) 6173 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:44.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:44 smithi184 bash[59794]: audit 2024-03-21T13:10:44.144742+0000 mon.a (mon.0) 6174 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:44.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:44 smithi184 bash[59794]: cluster 2024-03-21T13:10:44.148289+0000 mgr.x (mgr.34104) 4104 : cluster [DBG] pgmap v2724: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 64 KiB/s rd, 99 B/s wr, 98 op/s 2024-03-21T13:10:44.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:44 smithi184 bash[59794]: cluster 2024-03-21T13:10:44.148906+0000 mgr.x (mgr.34104) 4105 : cluster [DBG] pgmap v2725: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 79 KiB/s rd, 122 B/s wr, 121 op/s 2024-03-21T13:10:44.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:44 smithi184 bash[59794]: audit 2024-03-21T13:10:44.158275+0000 mon.a (mon.0) 6175 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:45.548 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:10:45 smithi184 bash[52419]: ::ffff:172.21.15.184 - - [21/Mar/2024:13:10:45] "GET /metrics HTTP/1.1" 200 38703 "" "Prometheus/2.33.4" 2024-03-21T13:10:47.258 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:46 smithi184 bash[59794]: cephadm 2024-03-21T13:10:45.908531+0000 mgr.x (mgr.34104) 4106 : cephadm [INF] Upgrade: Updating rgw.foo.smithi184.sylqte (3/4) 2024-03-21T13:10:47.258 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:46 smithi184 bash[59794]: audit 2024-03-21T13:10:45.915951+0000 mon.a (mon.0) 6176 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:47.258 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:46 smithi184 bash[59794]: audit 2024-03-21T13:10:45.920405+0000 mon.a (mon.0) 6177 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi184.sylqte", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-21T13:10:47.258 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:46 smithi184 bash[59794]: audit 2024-03-21T13:10:45.924465+0000 mon.a (mon.0) 6178 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:47.258 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:46 smithi184 bash[59794]: cephadm 2024-03-21T13:10:45.927181+0000 mgr.x (mgr.34104) 4107 : cephadm [INF] Deploying daemon rgw.foo.smithi184.sylqte on smithi184 2024-03-21T13:10:47.258 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:46 smithi184 bash[59794]: cluster 2024-03-21T13:10:46.150238+0000 mgr.x (mgr.34104) 4108 : cluster [DBG] pgmap v2726: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 81 KiB/s rd, 245 B/s wr, 124 op/s 2024-03-21T13:10:47.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:46 smithi178 bash[75692]: cephadm 2024-03-21T13:10:45.908531+0000 mgr.x (mgr.34104) 4106 : cephadm [INF] Upgrade: Updating rgw.foo.smithi184.sylqte (3/4) 2024-03-21T13:10:47.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:46 smithi178 bash[75692]: audit 2024-03-21T13:10:45.915951+0000 mon.a (mon.0) 6176 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:47.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:46 smithi178 bash[75692]: audit 2024-03-21T13:10:45.920405+0000 mon.a (mon.0) 6177 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi184.sylqte", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-21T13:10:47.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:46 smithi178 bash[75692]: audit 2024-03-21T13:10:45.924465+0000 mon.a (mon.0) 6178 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:47.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:46 smithi178 bash[75692]: cephadm 2024-03-21T13:10:45.927181+0000 mgr.x (mgr.34104) 4107 : cephadm [INF] Deploying daemon rgw.foo.smithi184.sylqte on smithi184 2024-03-21T13:10:47.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:46 smithi178 bash[75692]: cluster 2024-03-21T13:10:46.150238+0000 mgr.x (mgr.34104) 4108 : cluster [DBG] pgmap v2726: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 81 KiB/s rd, 245 B/s wr, 124 op/s 2024-03-21T13:10:47.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:46 smithi178 bash[77880]: cephadm 2024-03-21T13:10:45.908531+0000 mgr.x (mgr.34104) 4106 : cephadm [INF] Upgrade: Updating rgw.foo.smithi184.sylqte (3/4) 2024-03-21T13:10:47.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:46 smithi178 bash[77880]: audit 2024-03-21T13:10:45.915951+0000 mon.a (mon.0) 6176 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:47.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:46 smithi178 bash[77880]: audit 2024-03-21T13:10:45.920405+0000 mon.a (mon.0) 6177 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi184.sylqte", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-21T13:10:47.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:46 smithi178 bash[77880]: audit 2024-03-21T13:10:45.924465+0000 mon.a (mon.0) 6178 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:47.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:46 smithi178 bash[77880]: cephadm 2024-03-21T13:10:45.927181+0000 mgr.x (mgr.34104) 4107 : cephadm [INF] Deploying daemon rgw.foo.smithi184.sylqte on smithi184 2024-03-21T13:10:47.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:46 smithi178 bash[77880]: cluster 2024-03-21T13:10:46.150238+0000 mgr.x (mgr.34104) 4108 : cluster [DBG] pgmap v2726: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 81 KiB/s rd, 245 B/s wr, 124 op/s 2024-03-21T13:10:49.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:49 smithi178 bash[75692]: cluster 2024-03-21T13:10:48.151224+0000 mgr.x (mgr.34104) 4109 : cluster [DBG] pgmap v2727: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 2.8 KiB/s rd, 122 B/s wr, 3 op/s 2024-03-21T13:10:49.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:49 smithi178 bash[77880]: cluster 2024-03-21T13:10:48.151224+0000 mgr.x (mgr.34104) 4109 : cluster [DBG] pgmap v2727: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 2.8 KiB/s rd, 122 B/s wr, 3 op/s 2024-03-21T13:10:49.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:49 smithi184 bash[59794]: cluster 2024-03-21T13:10:48.151224+0000 mgr.x (mgr.34104) 4109 : cluster [DBG] pgmap v2727: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 2.8 KiB/s rd, 122 B/s wr, 3 op/s 2024-03-21T13:10:50.486 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:50 smithi184 bash[59794]: audit 2024-03-21T13:10:49.343417+0000 mon.a (mon.0) 6179 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:50.486 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:50 smithi184 bash[59794]: audit 2024-03-21T13:10:49.354667+0000 mon.a (mon.0) 6180 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:50.486 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:50 smithi184 bash[59794]: cluster 2024-03-21T13:10:49.357860+0000 mgr.x (mgr.34104) 4110 : cluster [DBG] pgmap v2728: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 51 KiB/s rd, 135 B/s wr, 78 op/s 2024-03-21T13:10:50.486 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:50 smithi184 bash[59794]: cluster 2024-03-21T13:10:49.358291+0000 mgr.x (mgr.34104) 4111 : cluster [DBG] pgmap v2729: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 69 KiB/s rd, 184 B/s wr, 107 op/s 2024-03-21T13:10:50.486 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:50 smithi184 bash[59794]: audit 2024-03-21T13:10:49.367506+0000 mon.a (mon.0) 6181 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:50.486 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:50 smithi184 bash[59794]: audit 2024-03-21T13:10:49.790161+0000 mon.a (mon.0) 6182 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:10:50.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:50 smithi178 bash[75692]: audit 2024-03-21T13:10:49.343417+0000 mon.a (mon.0) 6179 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:50.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:50 smithi178 bash[75692]: audit 2024-03-21T13:10:49.354667+0000 mon.a (mon.0) 6180 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:50.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:50 smithi178 bash[75692]: cluster 2024-03-21T13:10:49.357860+0000 mgr.x (mgr.34104) 4110 : cluster [DBG] pgmap v2728: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 51 KiB/s rd, 135 B/s wr, 78 op/s 2024-03-21T13:10:50.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:50 smithi178 bash[75692]: cluster 2024-03-21T13:10:49.358291+0000 mgr.x (mgr.34104) 4111 : cluster [DBG] pgmap v2729: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 69 KiB/s rd, 184 B/s wr, 107 op/s 2024-03-21T13:10:50.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:50 smithi178 bash[75692]: audit 2024-03-21T13:10:49.367506+0000 mon.a (mon.0) 6181 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:50.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:50 smithi178 bash[75692]: audit 2024-03-21T13:10:49.790161+0000 mon.a (mon.0) 6182 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:10:50.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:50 smithi178 bash[77880]: audit 2024-03-21T13:10:49.343417+0000 mon.a (mon.0) 6179 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:50.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:50 smithi178 bash[77880]: audit 2024-03-21T13:10:49.354667+0000 mon.a (mon.0) 6180 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:50.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:50 smithi178 bash[77880]: cluster 2024-03-21T13:10:49.357860+0000 mgr.x (mgr.34104) 4110 : cluster [DBG] pgmap v2728: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 51 KiB/s rd, 135 B/s wr, 78 op/s 2024-03-21T13:10:50.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:50 smithi178 bash[77880]: cluster 2024-03-21T13:10:49.358291+0000 mgr.x (mgr.34104) 4111 : cluster [DBG] pgmap v2729: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 69 KiB/s rd, 184 B/s wr, 107 op/s 2024-03-21T13:10:50.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:50 smithi178 bash[77880]: audit 2024-03-21T13:10:49.367506+0000 mon.a (mon.0) 6181 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:50.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:50 smithi178 bash[77880]: audit 2024-03-21T13:10:49.790161+0000 mon.a (mon.0) 6182 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:10:51.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:51 smithi178 bash[75692]: cluster 2024-03-21T13:10:50.350236+0000 mon.a (mon.0) 6183 : cluster [WRN] Health check update: 2 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-21T13:10:51.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:51 smithi178 bash[75692]: audit 2024-03-21T13:10:50.639373+0000 mon.a (mon.0) 6184 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:51.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:51 smithi178 bash[75692]: audit 2024-03-21T13:10:50.648413+0000 mon.a (mon.0) 6185 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:51.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:51 smithi178 bash[75692]: audit 2024-03-21T13:10:50.954615+0000 mgr.x (mgr.34104) 4112 : audit [DBG] from='client.15585 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:10:51.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:51 smithi178 bash[77880]: cluster 2024-03-21T13:10:50.350236+0000 mon.a (mon.0) 6183 : cluster [WRN] Health check update: 2 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-21T13:10:51.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:51 smithi178 bash[77880]: audit 2024-03-21T13:10:50.639373+0000 mon.a (mon.0) 6184 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:51.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:51 smithi178 bash[77880]: audit 2024-03-21T13:10:50.648413+0000 mon.a (mon.0) 6185 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:51.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:51 smithi178 bash[77880]: audit 2024-03-21T13:10:50.954615+0000 mgr.x (mgr.34104) 4112 : audit [DBG] from='client.15585 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:10:51.833 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:51 smithi184 bash[59794]: cluster 2024-03-21T13:10:50.350236+0000 mon.a (mon.0) 6183 : cluster [WRN] Health check update: 2 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-21T13:10:51.833 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:51 smithi184 bash[59794]: audit 2024-03-21T13:10:50.639373+0000 mon.a (mon.0) 6184 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:51.833 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:51 smithi184 bash[59794]: audit 2024-03-21T13:10:50.648413+0000 mon.a (mon.0) 6185 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:51.833 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:51 smithi184 bash[59794]: audit 2024-03-21T13:10:50.954615+0000 mgr.x (mgr.34104) 4112 : audit [DBG] from='client.15585 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:10:52.735 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:52 smithi184 bash[59794]: cluster 2024-03-21T13:10:51.359534+0000 mgr.x (mgr.34104) 4113 : cluster [DBG] pgmap v2730: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 91 KiB/s rd, 142 B/s wr, 140 op/s 2024-03-21T13:10:52.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:52 smithi178 bash[75692]: cluster 2024-03-21T13:10:51.359534+0000 mgr.x (mgr.34104) 4113 : cluster [DBG] pgmap v2730: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 91 KiB/s rd, 142 B/s wr, 140 op/s 2024-03-21T13:10:52.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:52 smithi178 bash[77880]: cluster 2024-03-21T13:10:51.359534+0000 mgr.x (mgr.34104) 4113 : cluster [DBG] pgmap v2730: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 91 KiB/s rd, 142 B/s wr, 140 op/s 2024-03-21T13:10:54.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:54 smithi178 bash[75692]: cluster 2024-03-21T13:10:53.360242+0000 mgr.x (mgr.34104) 4114 : cluster [DBG] pgmap v2731: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 71 KiB/s rd, 111 B/s wr, 109 op/s 2024-03-21T13:10:54.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:54 smithi178 bash[75692]: cephadm 2024-03-21T13:10:53.527995+0000 mgr.x (mgr.34104) 4115 : cephadm [INF] Upgrade: Updating rgw.smpl.smithi184.ccsuhn (4/4) 2024-03-21T13:10:54.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:54 smithi178 bash[75692]: audit 2024-03-21T13:10:53.535022+0000 mon.a (mon.0) 6186 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:54.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:54 smithi178 bash[75692]: audit 2024-03-21T13:10:53.539596+0000 mon.a (mon.0) 6187 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi184.ccsuhn", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-21T13:10:54.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:54 smithi178 bash[75692]: audit 2024-03-21T13:10:53.543905+0000 mon.a (mon.0) 6188 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:54.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:54 smithi178 bash[75692]: cephadm 2024-03-21T13:10:53.546566+0000 mgr.x (mgr.34104) 4116 : cephadm [INF] Deploying daemon rgw.smpl.smithi184.ccsuhn on smithi184 2024-03-21T13:10:54.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:54 smithi178 bash[77880]: cluster 2024-03-21T13:10:53.360242+0000 mgr.x (mgr.34104) 4114 : cluster [DBG] pgmap v2731: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 71 KiB/s rd, 111 B/s wr, 109 op/s 2024-03-21T13:10:54.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:54 smithi178 bash[77880]: cephadm 2024-03-21T13:10:53.527995+0000 mgr.x (mgr.34104) 4115 : cephadm [INF] Upgrade: Updating rgw.smpl.smithi184.ccsuhn (4/4) 2024-03-21T13:10:54.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:54 smithi178 bash[77880]: audit 2024-03-21T13:10:53.535022+0000 mon.a (mon.0) 6186 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:54.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:54 smithi178 bash[77880]: audit 2024-03-21T13:10:53.539596+0000 mon.a (mon.0) 6187 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi184.ccsuhn", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-21T13:10:54.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:54 smithi178 bash[77880]: audit 2024-03-21T13:10:53.543905+0000 mon.a (mon.0) 6188 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:54.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:54 smithi178 bash[77880]: cephadm 2024-03-21T13:10:53.546566+0000 mgr.x (mgr.34104) 4116 : cephadm [INF] Deploying daemon rgw.smpl.smithi184.ccsuhn on smithi184 2024-03-21T13:10:54.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:54 smithi184 bash[59794]: cluster 2024-03-21T13:10:53.360242+0000 mgr.x (mgr.34104) 4114 : cluster [DBG] pgmap v2731: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 71 KiB/s rd, 111 B/s wr, 109 op/s 2024-03-21T13:10:54.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:54 smithi184 bash[59794]: cephadm 2024-03-21T13:10:53.527995+0000 mgr.x (mgr.34104) 4115 : cephadm [INF] Upgrade: Updating rgw.smpl.smithi184.ccsuhn (4/4) 2024-03-21T13:10:54.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:54 smithi184 bash[59794]: audit 2024-03-21T13:10:53.535022+0000 mon.a (mon.0) 6186 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:54.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:54 smithi184 bash[59794]: audit 2024-03-21T13:10:53.539596+0000 mon.a (mon.0) 6187 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi184.ccsuhn", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-21T13:10:54.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:54 smithi184 bash[59794]: audit 2024-03-21T13:10:53.543905+0000 mon.a (mon.0) 6188 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:54.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:54 smithi184 bash[59794]: cephadm 2024-03-21T13:10:53.546566+0000 mgr.x (mgr.34104) 4116 : cephadm [INF] Deploying daemon rgw.smpl.smithi184.ccsuhn on smithi184 2024-03-21T13:10:55.823 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:10:55 smithi184 bash[52419]: ::ffff:172.21.15.184 - - [21/Mar/2024:13:10:55] "GET /metrics HTTP/1.1" 200 38726 "" "Prometheus/2.33.4" 2024-03-21T13:10:56.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:56 smithi178 bash[75692]: cluster 2024-03-21T13:10:55.361915+0000 mgr.x (mgr.34104) 4117 : cluster [DBG] pgmap v2732: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 140 KiB/s rd, 111 B/s wr, 217 op/s 2024-03-21T13:10:56.797 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:56 smithi178 bash[77880]: cluster 2024-03-21T13:10:55.361915+0000 mgr.x (mgr.34104) 4117 : cluster [DBG] pgmap v2732: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 140 KiB/s rd, 111 B/s wr, 217 op/s 2024-03-21T13:10:56.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:56 smithi184 bash[59794]: cluster 2024-03-21T13:10:55.361915+0000 mgr.x (mgr.34104) 4117 : cluster [DBG] pgmap v2732: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 140 KiB/s rd, 111 B/s wr, 217 op/s 2024-03-21T13:10:59.262 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:59 smithi178 bash[75692]: cluster 2024-03-21T13:10:57.362774+0000 mgr.x (mgr.34104) 4118 : cluster [DBG] pgmap v2733: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 140 KiB/s rd, 111 B/s wr, 217 op/s 2024-03-21T13:10:59.262 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:59 smithi178 bash[75692]: audit 2024-03-21T13:10:58.257076+0000 mon.a (mon.0) 6189 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:59.262 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:59 smithi178 bash[75692]: audit 2024-03-21T13:10:58.267584+0000 mon.a (mon.0) 6190 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:59.262 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:59 smithi178 bash[75692]: audit 2024-03-21T13:10:58.272797+0000 mon.a (mon.0) 6191 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:59.262 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:59 smithi178 bash[75692]: audit 2024-03-21T13:10:58.274451+0000 mon.a (mon.0) 6192 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:59.262 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:59 smithi178 bash[75692]: audit 2024-03-21T13:10:58.284996+0000 mon.a (mon.0) 6193 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:59.263 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:59 smithi178 bash[75692]: audit 2024-03-21T13:10:58.371024+0000 mon.a (mon.0) 6194 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:59.263 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:59 smithi178 bash[75692]: audit 2024-03-21T13:10:58.374553+0000 mon.a (mon.0) 6195 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:59.263 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:59 smithi178 bash[75692]: audit 2024-03-21T13:10:58.380156+0000 mon.a (mon.0) 6196 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:59.263 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:59 smithi178 bash[75692]: audit 2024-03-21T13:10:58.381927+0000 mon.a (mon.0) 6197 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:59.263 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:59 smithi178 bash[75692]: audit 2024-03-21T13:10:58.737096+0000 mon.a (mon.0) 6198 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:59.263 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:59 smithi178 bash[77880]: cluster 2024-03-21T13:10:57.362774+0000 mgr.x (mgr.34104) 4118 : cluster [DBG] pgmap v2733: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 140 KiB/s rd, 111 B/s wr, 217 op/s 2024-03-21T13:10:59.263 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:59 smithi178 bash[77880]: audit 2024-03-21T13:10:58.257076+0000 mon.a (mon.0) 6189 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:59.263 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:59 smithi178 bash[77880]: audit 2024-03-21T13:10:58.267584+0000 mon.a (mon.0) 6190 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:59.263 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:59 smithi178 bash[77880]: audit 2024-03-21T13:10:58.272797+0000 mon.a (mon.0) 6191 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:59.263 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:59 smithi178 bash[77880]: audit 2024-03-21T13:10:58.274451+0000 mon.a (mon.0) 6192 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:59.264 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:59 smithi178 bash[77880]: audit 2024-03-21T13:10:58.284996+0000 mon.a (mon.0) 6193 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:59.264 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:59 smithi178 bash[77880]: audit 2024-03-21T13:10:58.371024+0000 mon.a (mon.0) 6194 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:59.264 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:59 smithi178 bash[77880]: audit 2024-03-21T13:10:58.374553+0000 mon.a (mon.0) 6195 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:59.264 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:59 smithi178 bash[77880]: audit 2024-03-21T13:10:58.380156+0000 mon.a (mon.0) 6196 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:59.264 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:59 smithi178 bash[77880]: audit 2024-03-21T13:10:58.381927+0000 mon.a (mon.0) 6197 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:59.264 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:59 smithi178 bash[77880]: audit 2024-03-21T13:10:58.737096+0000 mon.a (mon.0) 6198 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:59.264 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:59 smithi178 bash[77880]: audit 2024-03-21T13:10:58.820208+0000 mon.a (mon.0) 6199 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:59.264 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:59 smithi178 bash[77880]: audit 2024-03-21T13:10:58.823850+0000 mon.a (mon.0) 6200 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:59.264 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:59 smithi178 bash[77880]: audit 2024-03-21T13:10:58.828554+0000 mon.a (mon.0) 6201 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:59.264 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:59 smithi178 bash[77880]: audit 2024-03-21T13:10:58.830384+0000 mon.a (mon.0) 6202 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:59.264 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:59 smithi178 bash[77880]: audit 2024-03-21T13:10:58.844272+0000 mon.a (mon.0) 6203 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:59.264 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:59 smithi178 bash[77880]: audit 2024-03-21T13:10:58.925792+0000 mon.a (mon.0) 6204 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:59.264 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:59 smithi178 bash[77880]: audit 2024-03-21T13:10:58.928920+0000 mon.a (mon.0) 6205 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:59.264 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:59 smithi178 bash[77880]: audit 2024-03-21T13:10:58.932423+0000 mon.a (mon.0) 6206 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:59.265 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:59 smithi178 bash[77880]: audit 2024-03-21T13:10:58.933909+0000 mon.a (mon.0) 6207 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:59.265 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:59 smithi178 bash[77880]: audit 2024-03-21T13:10:58.944422+0000 mon.a (mon.0) 6208 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:59.265 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:59 smithi178 bash[77880]: audit 2024-03-21T13:10:59.023118+0000 mon.a (mon.0) 6209 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:59.265 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:59 smithi178 bash[77880]: audit 2024-03-21T13:10:59.026076+0000 mon.a (mon.0) 6210 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:59.445 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:59 smithi184 bash[59794]: cluster 2024-03-21T13:10:57.362774+0000 mgr.x (mgr.34104) 4118 : cluster [DBG] pgmap v2733: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 140 KiB/s rd, 111 B/s wr, 217 op/s 2024-03-21T13:10:59.446 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:59 smithi184 bash[59794]: audit 2024-03-21T13:10:58.257076+0000 mon.a (mon.0) 6189 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:59.446 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:59 smithi184 bash[59794]: audit 2024-03-21T13:10:58.267584+0000 mon.a (mon.0) 6190 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:59.446 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:59 smithi184 bash[59794]: audit 2024-03-21T13:10:58.272797+0000 mon.a (mon.0) 6191 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:59.446 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:59 smithi184 bash[59794]: audit 2024-03-21T13:10:58.274451+0000 mon.a (mon.0) 6192 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:59.446 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:59 smithi184 bash[59794]: audit 2024-03-21T13:10:58.284996+0000 mon.a (mon.0) 6193 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:59.446 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:59 smithi184 bash[59794]: audit 2024-03-21T13:10:58.371024+0000 mon.a (mon.0) 6194 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:59.446 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:59 smithi184 bash[59794]: audit 2024-03-21T13:10:58.374553+0000 mon.a (mon.0) 6195 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:59.446 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:59 smithi184 bash[59794]: audit 2024-03-21T13:10:58.380156+0000 mon.a (mon.0) 6196 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:59.446 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:59 smithi184 bash[59794]: audit 2024-03-21T13:10:58.381927+0000 mon.a (mon.0) 6197 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:59.446 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:59 smithi184 bash[59794]: audit 2024-03-21T13:10:58.737096+0000 mon.a (mon.0) 6198 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:59.447 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:59 smithi184 bash[59794]: audit 2024-03-21T13:10:58.820208+0000 mon.a (mon.0) 6199 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:59.447 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:59 smithi184 bash[59794]: audit 2024-03-21T13:10:58.823850+0000 mon.a (mon.0) 6200 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:59.447 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:59 smithi184 bash[59794]: audit 2024-03-21T13:10:58.828554+0000 mon.a (mon.0) 6201 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:59.447 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:59 smithi184 bash[59794]: audit 2024-03-21T13:10:58.830384+0000 mon.a (mon.0) 6202 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:59.447 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:59 smithi184 bash[59794]: audit 2024-03-21T13:10:58.844272+0000 mon.a (mon.0) 6203 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:59.447 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:59 smithi184 bash[59794]: audit 2024-03-21T13:10:58.925792+0000 mon.a (mon.0) 6204 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:59.447 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:59 smithi184 bash[59794]: audit 2024-03-21T13:10:58.928920+0000 mon.a (mon.0) 6205 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:59.447 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:59 smithi184 bash[59794]: audit 2024-03-21T13:10:58.932423+0000 mon.a (mon.0) 6206 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:59.448 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:59 smithi184 bash[59794]: audit 2024-03-21T13:10:58.933909+0000 mon.a (mon.0) 6207 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:59.448 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:59 smithi184 bash[59794]: audit 2024-03-21T13:10:58.944422+0000 mon.a (mon.0) 6208 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:59.448 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:59 smithi184 bash[59794]: audit 2024-03-21T13:10:59.023118+0000 mon.a (mon.0) 6209 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:59.448 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:59 smithi184 bash[59794]: audit 2024-03-21T13:10:59.026076+0000 mon.a (mon.0) 6210 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:59.448 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:59 smithi184 bash[59794]: audit 2024-03-21T13:10:59.029215+0000 mon.a (mon.0) 6211 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:59.448 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:59 smithi184 bash[59794]: audit 2024-03-21T13:10:59.030316+0000 mon.a (mon.0) 6212 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:59.448 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:59 smithi184 bash[59794]: audit 2024-03-21T13:10:59.040263+0000 mon.a (mon.0) 6213 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:59.448 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:59 smithi184 bash[59794]: audit 2024-03-21T13:10:59.121381+0000 mon.a (mon.0) 6214 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:59.448 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:59 smithi184 bash[59794]: audit 2024-03-21T13:10:59.124835+0000 mon.a (mon.0) 6215 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:59.448 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:59 smithi184 bash[59794]: audit 2024-03-21T13:10:59.128614+0000 mon.a (mon.0) 6216 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:59.448 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:59 smithi184 bash[59794]: audit 2024-03-21T13:10:59.130011+0000 mon.a (mon.0) 6217 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:59.448 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:59 smithi184 bash[59794]: audit 2024-03-21T13:10:59.141024+0000 mon.a (mon.0) 6218 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:59.448 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:59 smithi184 bash[59794]: audit 2024-03-21T13:10:59.218631+0000 mon.a (mon.0) 6219 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:59.449 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:59 smithi184 bash[59794]: audit 2024-03-21T13:10:59.221999+0000 mon.a (mon.0) 6220 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:59.449 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:59 smithi184 bash[59794]: audit 2024-03-21T13:10:59.225976+0000 mon.a (mon.0) 6221 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:59.449 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:59 smithi184 bash[59794]: audit 2024-03-21T13:10:59.227576+0000 mon.a (mon.0) 6222 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:59.449 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:10:59 smithi184 bash[59794]: audit 2024-03-21T13:10:59.239432+0000 mon.a (mon.0) 6223 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:59.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:59 smithi178 bash[77880]: audit 2024-03-21T13:10:59.029215+0000 mon.a (mon.0) 6211 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:59.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:59 smithi178 bash[77880]: audit 2024-03-21T13:10:59.030316+0000 mon.a (mon.0) 6212 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:59.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:59 smithi178 bash[77880]: audit 2024-03-21T13:10:59.040263+0000 mon.a (mon.0) 6213 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:59.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:59 smithi178 bash[77880]: audit 2024-03-21T13:10:59.121381+0000 mon.a (mon.0) 6214 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:59.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:59 smithi178 bash[77880]: audit 2024-03-21T13:10:59.124835+0000 mon.a (mon.0) 6215 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:59.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:59 smithi178 bash[77880]: audit 2024-03-21T13:10:59.128614+0000 mon.a (mon.0) 6216 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:59.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:59 smithi178 bash[77880]: audit 2024-03-21T13:10:59.130011+0000 mon.a (mon.0) 6217 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:59.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:59 smithi178 bash[77880]: audit 2024-03-21T13:10:59.141024+0000 mon.a (mon.0) 6218 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:59.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:59 smithi178 bash[77880]: audit 2024-03-21T13:10:59.218631+0000 mon.a (mon.0) 6219 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:59.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:59 smithi178 bash[77880]: audit 2024-03-21T13:10:59.221999+0000 mon.a (mon.0) 6220 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:59.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:59 smithi178 bash[77880]: audit 2024-03-21T13:10:59.225976+0000 mon.a (mon.0) 6221 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:59.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:59 smithi178 bash[77880]: audit 2024-03-21T13:10:59.227576+0000 mon.a (mon.0) 6222 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:59.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:10:59 smithi178 bash[77880]: audit 2024-03-21T13:10:59.239432+0000 mon.a (mon.0) 6223 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:59.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:59 smithi178 bash[75692]: audit 2024-03-21T13:10:58.820208+0000 mon.a (mon.0) 6199 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:59.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:59 smithi178 bash[75692]: audit 2024-03-21T13:10:58.823850+0000 mon.a (mon.0) 6200 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:59.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:59 smithi178 bash[75692]: audit 2024-03-21T13:10:58.828554+0000 mon.a (mon.0) 6201 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:59.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:59 smithi178 bash[75692]: audit 2024-03-21T13:10:58.830384+0000 mon.a (mon.0) 6202 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:59.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:59 smithi178 bash[75692]: audit 2024-03-21T13:10:58.844272+0000 mon.a (mon.0) 6203 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:59.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:59 smithi178 bash[75692]: audit 2024-03-21T13:10:58.925792+0000 mon.a (mon.0) 6204 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:59.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:59 smithi178 bash[75692]: audit 2024-03-21T13:10:58.928920+0000 mon.a (mon.0) 6205 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:59.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:59 smithi178 bash[75692]: audit 2024-03-21T13:10:58.932423+0000 mon.a (mon.0) 6206 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:59.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:59 smithi178 bash[75692]: audit 2024-03-21T13:10:58.933909+0000 mon.a (mon.0) 6207 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:59.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:59 smithi178 bash[75692]: audit 2024-03-21T13:10:58.944422+0000 mon.a (mon.0) 6208 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:59.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:59 smithi178 bash[75692]: audit 2024-03-21T13:10:59.023118+0000 mon.a (mon.0) 6209 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:59.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:59 smithi178 bash[75692]: audit 2024-03-21T13:10:59.026076+0000 mon.a (mon.0) 6210 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:59.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:59 smithi178 bash[75692]: audit 2024-03-21T13:10:59.029215+0000 mon.a (mon.0) 6211 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:59.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:59 smithi178 bash[75692]: audit 2024-03-21T13:10:59.030316+0000 mon.a (mon.0) 6212 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:59.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:59 smithi178 bash[75692]: audit 2024-03-21T13:10:59.040263+0000 mon.a (mon.0) 6213 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:59.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:59 smithi178 bash[75692]: audit 2024-03-21T13:10:59.121381+0000 mon.a (mon.0) 6214 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:59.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:59 smithi178 bash[75692]: audit 2024-03-21T13:10:59.124835+0000 mon.a (mon.0) 6215 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:59.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:59 smithi178 bash[75692]: audit 2024-03-21T13:10:59.128614+0000 mon.a (mon.0) 6216 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:59.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:59 smithi178 bash[75692]: audit 2024-03-21T13:10:59.130011+0000 mon.a (mon.0) 6217 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:59.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:59 smithi178 bash[75692]: audit 2024-03-21T13:10:59.141024+0000 mon.a (mon.0) 6218 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:10:59.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:59 smithi178 bash[75692]: audit 2024-03-21T13:10:59.218631+0000 mon.a (mon.0) 6219 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:10:59.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:59 smithi178 bash[75692]: audit 2024-03-21T13:10:59.221999+0000 mon.a (mon.0) 6220 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:10:59.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:59 smithi178 bash[75692]: audit 2024-03-21T13:10:59.225976+0000 mon.a (mon.0) 6221 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:10:59.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:59 smithi178 bash[75692]: audit 2024-03-21T13:10:59.227576+0000 mon.a (mon.0) 6222 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:10:59.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:10:59 smithi178 bash[75692]: audit 2024-03-21T13:10:59.239432+0000 mon.a (mon.0) 6223 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:00.268 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:00 smithi184 bash[59794]: cluster 2024-03-21T13:10:58.277541+0000 mgr.x (mgr.34104) 4119 : cluster [DBG] pgmap v2734: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 104 KiB/s rd, 114 B/s wr, 160 op/s 2024-03-21T13:11:00.268 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:00 smithi184 bash[59794]: cluster 2024-03-21T13:10:58.277853+0000 mgr.x (mgr.34104) 4120 : cluster [DBG] pgmap v2735: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 104 KiB/s rd, 114 B/s wr, 160 op/s 2024-03-21T13:11:00.268 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:00 smithi184 bash[59794]: cephadm 2024-03-21T13:10:58.286277+0000 mgr.x (mgr.34104) 4121 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:00.268 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:00 smithi184 bash[59794]: cluster 2024-03-21T13:10:58.385127+0000 mgr.x (mgr.34104) 4122 : cluster [DBG] pgmap v2736: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 93 KiB/s rd, 145 B/s wr, 143 op/s 2024-03-21T13:11:00.268 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:00 smithi184 bash[59794]: cluster 2024-03-21T13:10:58.385780+0000 mgr.x (mgr.34104) 4123 : cluster [DBG] pgmap v2737: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 130 KiB/s rd, 203 B/s wr, 200 op/s 2024-03-21T13:11:00.269 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:00 smithi184 bash[59794]: cephadm 2024-03-21T13:10:58.389027+0000 mgr.x (mgr.34104) 4124 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-03-21T13:11:00.269 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:00 smithi184 bash[59794]: cephadm 2024-03-21T13:10:58.738482+0000 mgr.x (mgr.34104) 4125 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:00.269 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:00 smithi184 bash[59794]: cluster 2024-03-21T13:10:58.834320+0000 mgr.x (mgr.34104) 4126 : cluster [DBG] pgmap v2738: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:00.269 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:00 smithi184 bash[59794]: cluster 2024-03-21T13:10:58.834885+0000 mgr.x (mgr.34104) 4127 : cluster [DBG] pgmap v2739: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:00.269 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:00 smithi184 bash[59794]: cephadm 2024-03-21T13:10:58.845772+0000 mgr.x (mgr.34104) 4128 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:00.269 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:00 smithi184 bash[59794]: cluster 2024-03-21T13:10:58.937099+0000 mgr.x (mgr.34104) 4129 : cluster [DBG] pgmap v2740: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 7.6 KiB/s rd, 7 op/s 2024-03-21T13:11:00.269 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:00 smithi184 bash[59794]: cluster 2024-03-21T13:10:58.937575+0000 mgr.x (mgr.34104) 4130 : cluster [DBG] pgmap v2741: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 7.6 KiB/s rd, 7 op/s 2024-03-21T13:11:00.269 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:00 smithi184 bash[59794]: cephadm 2024-03-21T13:10:58.945574+0000 mgr.x (mgr.34104) 4131 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:00.269 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:00 smithi184 bash[59794]: cluster 2024-03-21T13:10:59.032869+0000 mgr.x (mgr.34104) 4132 : cluster [DBG] pgmap v2742: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 7.7 KiB/s rd, 7 op/s 2024-03-21T13:11:00.269 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:00 smithi184 bash[59794]: cluster 2024-03-21T13:10:59.033290+0000 mgr.x (mgr.34104) 4133 : cluster [DBG] pgmap v2743: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 7.7 KiB/s rd, 7 op/s 2024-03-21T13:11:00.269 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:00 smithi184 bash[59794]: cephadm 2024-03-21T13:10:59.041604+0000 mgr.x (mgr.34104) 4134 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:00.269 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:00 smithi184 bash[59794]: cluster 2024-03-21T13:10:59.132916+0000 mgr.x (mgr.34104) 4135 : cluster [DBG] pgmap v2744: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 23 KiB/s rd, 26 op/s 2024-03-21T13:11:00.269 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:00 smithi184 bash[59794]: cluster 2024-03-21T13:10:59.133568+0000 mgr.x (mgr.34104) 4136 : cluster [DBG] pgmap v2745: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 23 KiB/s rd, 26 op/s 2024-03-21T13:11:00.269 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:00 smithi184 bash[59794]: cephadm 2024-03-21T13:10:59.142327+0000 mgr.x (mgr.34104) 4137 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:00.269 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:00 smithi184 bash[59794]: cluster 2024-03-21T13:10:59.230741+0000 mgr.x (mgr.34104) 4138 : cluster [DBG] pgmap v2746: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 6.8 KiB/s rd, 10 op/s 2024-03-21T13:11:00.270 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:00 smithi184 bash[59794]: cluster 2024-03-21T13:10:59.231000+0000 mgr.x (mgr.34104) 4139 : cluster [DBG] pgmap v2747: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 6.8 KiB/s rd, 10 op/s 2024-03-21T13:11:00.270 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:00 smithi184 bash[59794]: cephadm 2024-03-21T13:10:59.240870+0000 mgr.x (mgr.34104) 4140 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:00.270 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:00 smithi184 bash[59794]: cluster 2024-03-21T13:10:59.265112+0000 mon.a (mon.0) 6224 : cluster [WRN] Health check update: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-21T13:11:00.270 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:00 smithi184 bash[59794]: audit 2024-03-21T13:10:59.322670+0000 mon.a (mon.0) 6225 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:00.270 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:00 smithi184 bash[59794]: audit 2024-03-21T13:10:59.325774+0000 mon.a (mon.0) 6226 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:00.270 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:00 smithi184 bash[59794]: audit 2024-03-21T13:10:59.328981+0000 mon.a (mon.0) 6227 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:00.270 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:00 smithi184 bash[59794]: audit 2024-03-21T13:10:59.330303+0000 mon.a (mon.0) 6228 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:00.270 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:00 smithi184 bash[59794]: audit 2024-03-21T13:10:59.341482+0000 mon.a (mon.0) 6229 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:00.270 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:00 smithi184 bash[59794]: audit 2024-03-21T13:10:59.423622+0000 mon.a (mon.0) 6230 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:00.270 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:00 smithi184 bash[59794]: audit 2024-03-21T13:10:59.426478+0000 mon.a (mon.0) 6231 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:00.270 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:00 smithi184 bash[59794]: audit 2024-03-21T13:10:59.429684+0000 mon.a (mon.0) 6232 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:00.270 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:00 smithi184 bash[59794]: audit 2024-03-21T13:10:59.431151+0000 mon.a (mon.0) 6233 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:00.271 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:00 smithi184 bash[59794]: audit 2024-03-21T13:10:59.443079+0000 mon.a (mon.0) 6234 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:00.271 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:00 smithi184 bash[59794]: audit 2024-03-21T13:10:59.524953+0000 mon.a (mon.0) 6235 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:00.271 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:00 smithi184 bash[59794]: audit 2024-03-21T13:10:59.528585+0000 mon.a (mon.0) 6236 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:00.271 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:00 smithi184 bash[59794]: audit 2024-03-21T13:10:59.533408+0000 mon.a (mon.0) 6237 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:00.271 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:00 smithi184 bash[59794]: audit 2024-03-21T13:10:59.534852+0000 mon.a (mon.0) 6238 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:00.271 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:00 smithi184 bash[59794]: audit 2024-03-21T13:10:59.546613+0000 mon.a (mon.0) 6239 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:00.271 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:00 smithi184 bash[59794]: audit 2024-03-21T13:10:59.631194+0000 mon.a (mon.0) 6240 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:00.271 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:00 smithi184 bash[59794]: audit 2024-03-21T13:10:59.634503+0000 mon.a (mon.0) 6241 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:00.271 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:00 smithi184 bash[59794]: audit 2024-03-21T13:10:59.638060+0000 mon.a (mon.0) 6242 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:00.271 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:00 smithi184 bash[59794]: audit 2024-03-21T13:10:59.639502+0000 mon.a (mon.0) 6243 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:00.271 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:00 smithi184 bash[59794]: audit 2024-03-21T13:10:59.651555+0000 mon.a (mon.0) 6244 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:00.271 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:00 smithi184 bash[59794]: audit 2024-03-21T13:10:59.732788+0000 mon.a (mon.0) 6245 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:00.271 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:00 smithi184 bash[59794]: audit 2024-03-21T13:10:59.736640+0000 mon.a (mon.0) 6246 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:00.271 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:00 smithi184 bash[59794]: audit 2024-03-21T13:10:59.739692+0000 mon.a (mon.0) 6247 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:00.272 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:00 smithi184 bash[59794]: audit 2024-03-21T13:10:59.740756+0000 mon.a (mon.0) 6248 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:00.272 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:00 smithi184 bash[59794]: audit 2024-03-21T13:10:59.748382+0000 mon.a (mon.0) 6249 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:00.272 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:00 smithi184 bash[59794]: audit 2024-03-21T13:10:59.833934+0000 mon.a (mon.0) 6250 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:00.272 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:00 smithi184 bash[59794]: audit 2024-03-21T13:10:59.837443+0000 mon.a (mon.0) 6251 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:00.272 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:00 smithi184 bash[59794]: audit 2024-03-21T13:10:59.841036+0000 mon.a (mon.0) 6252 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:00.272 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:00 smithi184 bash[59794]: audit 2024-03-21T13:10:59.842283+0000 mon.a (mon.0) 6253 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:00.272 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:00 smithi184 bash[59794]: audit 2024-03-21T13:10:59.854273+0000 mon.a (mon.0) 6254 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:00.272 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:00 smithi184 bash[59794]: audit 2024-03-21T13:10:59.938957+0000 mon.a (mon.0) 6255 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:00.272 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:00 smithi184 bash[59794]: audit 2024-03-21T13:10:59.942077+0000 mon.a (mon.0) 6256 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:00.272 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:00 smithi184 bash[59794]: audit 2024-03-21T13:10:59.944938+0000 mon.a (mon.0) 6257 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:00.272 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:00 smithi184 bash[59794]: audit 2024-03-21T13:10:59.946118+0000 mon.a (mon.0) 6258 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:00.272 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:00 smithi184 bash[59794]: audit 2024-03-21T13:10:59.955576+0000 mon.a (mon.0) 6259 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:00.273 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:00 smithi184 bash[59794]: audit 2024-03-21T13:11:00.035972+0000 mon.a (mon.0) 6260 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:00.273 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:00 smithi184 bash[59794]: audit 2024-03-21T13:11:00.040323+0000 mon.a (mon.0) 6261 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:00.273 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:00 smithi184 bash[59794]: audit 2024-03-21T13:11:00.046585+0000 mon.a (mon.0) 6262 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:00.273 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:00 smithi184 bash[59794]: audit 2024-03-21T13:11:00.047904+0000 mon.a (mon.0) 6263 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:00.273 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:00 smithi184 bash[59794]: audit 2024-03-21T13:11:00.057125+0000 mon.a (mon.0) 6264 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:00.273 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:00 smithi184 bash[59794]: audit 2024-03-21T13:11:00.136108+0000 mon.a (mon.0) 6265 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:00.273 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:00 smithi184 bash[59794]: audit 2024-03-21T13:11:00.139114+0000 mon.a (mon.0) 6266 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:00.273 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:00 smithi184 bash[59794]: audit 2024-03-21T13:11:00.141967+0000 mon.a (mon.0) 6267 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:00.273 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:00 smithi184 bash[59794]: audit 2024-03-21T13:11:00.143162+0000 mon.a (mon.0) 6268 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:00.273 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:00 smithi184 bash[59794]: audit 2024-03-21T13:11:00.153435+0000 mon.a (mon.0) 6269 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:00.273 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:00 smithi184 bash[59794]: audit 2024-03-21T13:11:00.237825+0000 mon.a (mon.0) 6270 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:00.273 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:00 smithi184 bash[59794]: audit 2024-03-21T13:11:00.240947+0000 mon.a (mon.0) 6271 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:00.273 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:00 smithi184 bash[59794]: audit 2024-03-21T13:11:00.243400+0000 mon.a (mon.0) 6272 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:00.273 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:00 smithi184 bash[59794]: audit 2024-03-21T13:11:00.244871+0000 mon.a (mon.0) 6273 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:00.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:00 smithi178 bash[75692]: cluster 2024-03-21T13:10:58.277541+0000 mgr.x (mgr.34104) 4119 : cluster [DBG] pgmap v2734: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 104 KiB/s rd, 114 B/s wr, 160 op/s 2024-03-21T13:11:00.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:00 smithi178 bash[75692]: cluster 2024-03-21T13:10:58.277853+0000 mgr.x (mgr.34104) 4120 : cluster [DBG] pgmap v2735: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 104 KiB/s rd, 114 B/s wr, 160 op/s 2024-03-21T13:11:00.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:00 smithi178 bash[75692]: cephadm 2024-03-21T13:10:58.286277+0000 mgr.x (mgr.34104) 4121 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:00.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:00 smithi178 bash[75692]: cluster 2024-03-21T13:10:58.385127+0000 mgr.x (mgr.34104) 4122 : cluster [DBG] pgmap v2736: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 93 KiB/s rd, 145 B/s wr, 143 op/s 2024-03-21T13:11:00.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:00 smithi178 bash[75692]: cluster 2024-03-21T13:10:58.385780+0000 mgr.x (mgr.34104) 4123 : cluster [DBG] pgmap v2737: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 130 KiB/s rd, 203 B/s wr, 200 op/s 2024-03-21T13:11:00.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:00 smithi178 bash[75692]: cephadm 2024-03-21T13:10:58.389027+0000 mgr.x (mgr.34104) 4124 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-03-21T13:11:00.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:00 smithi178 bash[75692]: cephadm 2024-03-21T13:10:58.738482+0000 mgr.x (mgr.34104) 4125 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:00.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:00 smithi178 bash[75692]: cluster 2024-03-21T13:10:58.834320+0000 mgr.x (mgr.34104) 4126 : cluster [DBG] pgmap v2738: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:00.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:00 smithi178 bash[75692]: cluster 2024-03-21T13:10:58.834885+0000 mgr.x (mgr.34104) 4127 : cluster [DBG] pgmap v2739: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:00.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:00 smithi178 bash[75692]: cephadm 2024-03-21T13:10:58.845772+0000 mgr.x (mgr.34104) 4128 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:00.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:00 smithi178 bash[75692]: cluster 2024-03-21T13:10:58.937099+0000 mgr.x (mgr.34104) 4129 : cluster [DBG] pgmap v2740: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 7.6 KiB/s rd, 7 op/s 2024-03-21T13:11:00.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:00 smithi178 bash[75692]: cluster 2024-03-21T13:10:58.937575+0000 mgr.x (mgr.34104) 4130 : cluster [DBG] pgmap v2741: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 7.6 KiB/s rd, 7 op/s 2024-03-21T13:11:00.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:00 smithi178 bash[75692]: cephadm 2024-03-21T13:10:58.945574+0000 mgr.x (mgr.34104) 4131 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:00.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:00 smithi178 bash[75692]: cluster 2024-03-21T13:10:59.032869+0000 mgr.x (mgr.34104) 4132 : cluster [DBG] pgmap v2742: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 7.7 KiB/s rd, 7 op/s 2024-03-21T13:11:00.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:00 smithi178 bash[75692]: cluster 2024-03-21T13:10:59.033290+0000 mgr.x (mgr.34104) 4133 : cluster [DBG] pgmap v2743: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 7.7 KiB/s rd, 7 op/s 2024-03-21T13:11:00.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:00 smithi178 bash[75692]: cephadm 2024-03-21T13:10:59.041604+0000 mgr.x (mgr.34104) 4134 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:00.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:00 smithi178 bash[75692]: cluster 2024-03-21T13:10:59.132916+0000 mgr.x (mgr.34104) 4135 : cluster [DBG] pgmap v2744: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 23 KiB/s rd, 26 op/s 2024-03-21T13:11:00.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:00 smithi178 bash[75692]: cluster 2024-03-21T13:10:59.133568+0000 mgr.x (mgr.34104) 4136 : cluster [DBG] pgmap v2745: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 23 KiB/s rd, 26 op/s 2024-03-21T13:11:00.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:00 smithi178 bash[75692]: cephadm 2024-03-21T13:10:59.142327+0000 mgr.x (mgr.34104) 4137 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:00.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:00 smithi178 bash[77880]: cluster 2024-03-21T13:10:58.277541+0000 mgr.x (mgr.34104) 4119 : cluster [DBG] pgmap v2734: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 104 KiB/s rd, 114 B/s wr, 160 op/s 2024-03-21T13:11:00.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:00 smithi178 bash[77880]: cluster 2024-03-21T13:10:58.277853+0000 mgr.x (mgr.34104) 4120 : cluster [DBG] pgmap v2735: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 104 KiB/s rd, 114 B/s wr, 160 op/s 2024-03-21T13:11:00.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:00 smithi178 bash[77880]: cephadm 2024-03-21T13:10:58.286277+0000 mgr.x (mgr.34104) 4121 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:00.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:00 smithi178 bash[77880]: cluster 2024-03-21T13:10:58.385127+0000 mgr.x (mgr.34104) 4122 : cluster [DBG] pgmap v2736: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 93 KiB/s rd, 145 B/s wr, 143 op/s 2024-03-21T13:11:00.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:00 smithi178 bash[77880]: cluster 2024-03-21T13:10:58.385780+0000 mgr.x (mgr.34104) 4123 : cluster [DBG] pgmap v2737: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 130 KiB/s rd, 203 B/s wr, 200 op/s 2024-03-21T13:11:00.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:00 smithi178 bash[77880]: cephadm 2024-03-21T13:10:58.389027+0000 mgr.x (mgr.34104) 4124 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-03-21T13:11:00.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:00 smithi178 bash[77880]: cephadm 2024-03-21T13:10:58.738482+0000 mgr.x (mgr.34104) 4125 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:00.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:00 smithi178 bash[77880]: cluster 2024-03-21T13:10:58.834320+0000 mgr.x (mgr.34104) 4126 : cluster [DBG] pgmap v2738: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:00.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:00 smithi178 bash[77880]: cluster 2024-03-21T13:10:58.834885+0000 mgr.x (mgr.34104) 4127 : cluster [DBG] pgmap v2739: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:00.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:00 smithi178 bash[77880]: cephadm 2024-03-21T13:10:58.845772+0000 mgr.x (mgr.34104) 4128 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:00.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:00 smithi178 bash[77880]: cluster 2024-03-21T13:10:58.937099+0000 mgr.x (mgr.34104) 4129 : cluster [DBG] pgmap v2740: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 7.6 KiB/s rd, 7 op/s 2024-03-21T13:11:00.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:00 smithi178 bash[77880]: cluster 2024-03-21T13:10:58.937575+0000 mgr.x (mgr.34104) 4130 : cluster [DBG] pgmap v2741: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 7.6 KiB/s rd, 7 op/s 2024-03-21T13:11:00.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:00 smithi178 bash[77880]: cephadm 2024-03-21T13:10:58.945574+0000 mgr.x (mgr.34104) 4131 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:00.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:00 smithi178 bash[77880]: cluster 2024-03-21T13:10:59.032869+0000 mgr.x (mgr.34104) 4132 : cluster [DBG] pgmap v2742: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 7.7 KiB/s rd, 7 op/s 2024-03-21T13:11:00.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:00 smithi178 bash[77880]: cluster 2024-03-21T13:10:59.033290+0000 mgr.x (mgr.34104) 4133 : cluster [DBG] pgmap v2743: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 7.7 KiB/s rd, 7 op/s 2024-03-21T13:11:00.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:00 smithi178 bash[77880]: cephadm 2024-03-21T13:10:59.041604+0000 mgr.x (mgr.34104) 4134 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:00.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:00 smithi178 bash[77880]: cluster 2024-03-21T13:10:59.132916+0000 mgr.x (mgr.34104) 4135 : cluster [DBG] pgmap v2744: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 23 KiB/s rd, 26 op/s 2024-03-21T13:11:00.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:00 smithi178 bash[77880]: cluster 2024-03-21T13:10:59.133568+0000 mgr.x (mgr.34104) 4136 : cluster [DBG] pgmap v2745: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 23 KiB/s rd, 26 op/s 2024-03-21T13:11:00.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:00 smithi178 bash[77880]: cephadm 2024-03-21T13:10:59.142327+0000 mgr.x (mgr.34104) 4137 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:00.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:00 smithi178 bash[75692]: cluster 2024-03-21T13:10:59.230741+0000 mgr.x (mgr.34104) 4138 : cluster [DBG] pgmap v2746: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 6.8 KiB/s rd, 10 op/s 2024-03-21T13:11:00.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:00 smithi178 bash[75692]: cluster 2024-03-21T13:10:59.231000+0000 mgr.x (mgr.34104) 4139 : cluster [DBG] pgmap v2747: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 6.8 KiB/s rd, 10 op/s 2024-03-21T13:11:00.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:00 smithi178 bash[75692]: cephadm 2024-03-21T13:10:59.240870+0000 mgr.x (mgr.34104) 4140 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:00.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:00 smithi178 bash[75692]: cluster 2024-03-21T13:10:59.265112+0000 mon.a (mon.0) 6224 : cluster [WRN] Health check update: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-21T13:11:00.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:00 smithi178 bash[75692]: audit 2024-03-21T13:10:59.322670+0000 mon.a (mon.0) 6225 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:00.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:00 smithi178 bash[75692]: audit 2024-03-21T13:10:59.325774+0000 mon.a (mon.0) 6226 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:00.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:00 smithi178 bash[75692]: audit 2024-03-21T13:10:59.328981+0000 mon.a (mon.0) 6227 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:00.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:00 smithi178 bash[75692]: audit 2024-03-21T13:10:59.330303+0000 mon.a (mon.0) 6228 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:00.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:00 smithi178 bash[75692]: audit 2024-03-21T13:10:59.341482+0000 mon.a (mon.0) 6229 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:00.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:00 smithi178 bash[75692]: audit 2024-03-21T13:10:59.423622+0000 mon.a (mon.0) 6230 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:00.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:00 smithi178 bash[75692]: audit 2024-03-21T13:10:59.426478+0000 mon.a (mon.0) 6231 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:00.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:00 smithi178 bash[75692]: audit 2024-03-21T13:10:59.429684+0000 mon.a (mon.0) 6232 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:00.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:00 smithi178 bash[75692]: audit 2024-03-21T13:10:59.431151+0000 mon.a (mon.0) 6233 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:00.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:00 smithi178 bash[75692]: audit 2024-03-21T13:10:59.443079+0000 mon.a (mon.0) 6234 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:00.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:00 smithi178 bash[75692]: audit 2024-03-21T13:10:59.524953+0000 mon.a (mon.0) 6235 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:00.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:00 smithi178 bash[75692]: audit 2024-03-21T13:10:59.528585+0000 mon.a (mon.0) 6236 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:00.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:00 smithi178 bash[75692]: audit 2024-03-21T13:10:59.533408+0000 mon.a (mon.0) 6237 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:00.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:00 smithi178 bash[75692]: audit 2024-03-21T13:10:59.534852+0000 mon.a (mon.0) 6238 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:00.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:00 smithi178 bash[75692]: audit 2024-03-21T13:10:59.546613+0000 mon.a (mon.0) 6239 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:00.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:00 smithi178 bash[77880]: cluster 2024-03-21T13:10:59.230741+0000 mgr.x (mgr.34104) 4138 : cluster [DBG] pgmap v2746: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 6.8 KiB/s rd, 10 op/s 2024-03-21T13:11:00.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:00 smithi178 bash[77880]: cluster 2024-03-21T13:10:59.231000+0000 mgr.x (mgr.34104) 4139 : cluster [DBG] pgmap v2747: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 6.8 KiB/s rd, 10 op/s 2024-03-21T13:11:00.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:00 smithi178 bash[77880]: cephadm 2024-03-21T13:10:59.240870+0000 mgr.x (mgr.34104) 4140 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:00.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:00 smithi178 bash[77880]: cluster 2024-03-21T13:10:59.265112+0000 mon.a (mon.0) 6224 : cluster [WRN] Health check update: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-21T13:11:00.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:00 smithi178 bash[77880]: audit 2024-03-21T13:10:59.322670+0000 mon.a (mon.0) 6225 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:00.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:00 smithi178 bash[77880]: audit 2024-03-21T13:10:59.325774+0000 mon.a (mon.0) 6226 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:00.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:00 smithi178 bash[77880]: audit 2024-03-21T13:10:59.328981+0000 mon.a (mon.0) 6227 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:00.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:00 smithi178 bash[77880]: audit 2024-03-21T13:10:59.330303+0000 mon.a (mon.0) 6228 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:00.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:00 smithi178 bash[77880]: audit 2024-03-21T13:10:59.341482+0000 mon.a (mon.0) 6229 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:00.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:00 smithi178 bash[77880]: audit 2024-03-21T13:10:59.423622+0000 mon.a (mon.0) 6230 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:00.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:00 smithi178 bash[77880]: audit 2024-03-21T13:10:59.426478+0000 mon.a (mon.0) 6231 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:00.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:00 smithi178 bash[77880]: audit 2024-03-21T13:10:59.429684+0000 mon.a (mon.0) 6232 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:00.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:00 smithi178 bash[77880]: audit 2024-03-21T13:10:59.431151+0000 mon.a (mon.0) 6233 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:00.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:00 smithi178 bash[77880]: audit 2024-03-21T13:10:59.443079+0000 mon.a (mon.0) 6234 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:00.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:00 smithi178 bash[77880]: audit 2024-03-21T13:10:59.524953+0000 mon.a (mon.0) 6235 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:00.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:00 smithi178 bash[77880]: audit 2024-03-21T13:10:59.528585+0000 mon.a (mon.0) 6236 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:00.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:00 smithi178 bash[77880]: audit 2024-03-21T13:10:59.533408+0000 mon.a (mon.0) 6237 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:00.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:00 smithi178 bash[77880]: audit 2024-03-21T13:10:59.534852+0000 mon.a (mon.0) 6238 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:00.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:00 smithi178 bash[77880]: audit 2024-03-21T13:10:59.546613+0000 mon.a (mon.0) 6239 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:00.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:00 smithi178 bash[75692]: audit 2024-03-21T13:10:59.631194+0000 mon.a (mon.0) 6240 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:00.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:00 smithi178 bash[75692]: audit 2024-03-21T13:10:59.634503+0000 mon.a (mon.0) 6241 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:00.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:00 smithi178 bash[75692]: audit 2024-03-21T13:10:59.638060+0000 mon.a (mon.0) 6242 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:00.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:00 smithi178 bash[75692]: audit 2024-03-21T13:10:59.639502+0000 mon.a (mon.0) 6243 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:00.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:00 smithi178 bash[75692]: audit 2024-03-21T13:10:59.651555+0000 mon.a (mon.0) 6244 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:00.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:00 smithi178 bash[75692]: audit 2024-03-21T13:10:59.732788+0000 mon.a (mon.0) 6245 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:00.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:00 smithi178 bash[75692]: audit 2024-03-21T13:10:59.736640+0000 mon.a (mon.0) 6246 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:00.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:00 smithi178 bash[75692]: audit 2024-03-21T13:10:59.739692+0000 mon.a (mon.0) 6247 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:00.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:00 smithi178 bash[75692]: audit 2024-03-21T13:10:59.740756+0000 mon.a (mon.0) 6248 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:00.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:00 smithi178 bash[75692]: audit 2024-03-21T13:10:59.748382+0000 mon.a (mon.0) 6249 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:00.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:00 smithi178 bash[75692]: audit 2024-03-21T13:10:59.833934+0000 mon.a (mon.0) 6250 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:00.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:00 smithi178 bash[75692]: audit 2024-03-21T13:10:59.837443+0000 mon.a (mon.0) 6251 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:00.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:00 smithi178 bash[75692]: audit 2024-03-21T13:10:59.841036+0000 mon.a (mon.0) 6252 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:00.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:00 smithi178 bash[75692]: audit 2024-03-21T13:10:59.842283+0000 mon.a (mon.0) 6253 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:00.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:00 smithi178 bash[75692]: audit 2024-03-21T13:10:59.854273+0000 mon.a (mon.0) 6254 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:00.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:00 smithi178 bash[75692]: audit 2024-03-21T13:10:59.938957+0000 mon.a (mon.0) 6255 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:00.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:00 smithi178 bash[75692]: audit 2024-03-21T13:10:59.942077+0000 mon.a (mon.0) 6256 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:00.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:00 smithi178 bash[75692]: audit 2024-03-21T13:10:59.944938+0000 mon.a (mon.0) 6257 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:00.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:00 smithi178 bash[75692]: audit 2024-03-21T13:10:59.946118+0000 mon.a (mon.0) 6258 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:00.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:00 smithi178 bash[77880]: audit 2024-03-21T13:10:59.631194+0000 mon.a (mon.0) 6240 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:00.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:00 smithi178 bash[77880]: audit 2024-03-21T13:10:59.634503+0000 mon.a (mon.0) 6241 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:00.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:00 smithi178 bash[77880]: audit 2024-03-21T13:10:59.638060+0000 mon.a (mon.0) 6242 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:00.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:00 smithi178 bash[77880]: audit 2024-03-21T13:10:59.639502+0000 mon.a (mon.0) 6243 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:00.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:00 smithi178 bash[77880]: audit 2024-03-21T13:10:59.651555+0000 mon.a (mon.0) 6244 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:00.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:00 smithi178 bash[77880]: audit 2024-03-21T13:10:59.732788+0000 mon.a (mon.0) 6245 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:00.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:00 smithi178 bash[77880]: audit 2024-03-21T13:10:59.736640+0000 mon.a (mon.0) 6246 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:00.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:00 smithi178 bash[77880]: audit 2024-03-21T13:10:59.739692+0000 mon.a (mon.0) 6247 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:00.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:00 smithi178 bash[77880]: audit 2024-03-21T13:10:59.740756+0000 mon.a (mon.0) 6248 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:00.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:00 smithi178 bash[77880]: audit 2024-03-21T13:10:59.748382+0000 mon.a (mon.0) 6249 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:00.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:00 smithi178 bash[77880]: audit 2024-03-21T13:10:59.833934+0000 mon.a (mon.0) 6250 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:00.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:00 smithi178 bash[77880]: audit 2024-03-21T13:10:59.837443+0000 mon.a (mon.0) 6251 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:00.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:00 smithi178 bash[77880]: audit 2024-03-21T13:10:59.841036+0000 mon.a (mon.0) 6252 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:00.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:00 smithi178 bash[77880]: audit 2024-03-21T13:10:59.842283+0000 mon.a (mon.0) 6253 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:00.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:00 smithi178 bash[77880]: audit 2024-03-21T13:10:59.854273+0000 mon.a (mon.0) 6254 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:00.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:00 smithi178 bash[77880]: audit 2024-03-21T13:10:59.938957+0000 mon.a (mon.0) 6255 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:00.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:00 smithi178 bash[77880]: audit 2024-03-21T13:10:59.942077+0000 mon.a (mon.0) 6256 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:00.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:00 smithi178 bash[77880]: audit 2024-03-21T13:10:59.944938+0000 mon.a (mon.0) 6257 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:00.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:00 smithi178 bash[77880]: audit 2024-03-21T13:10:59.946118+0000 mon.a (mon.0) 6258 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:00.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:00 smithi178 bash[75692]: audit 2024-03-21T13:10:59.955576+0000 mon.a (mon.0) 6259 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:00.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:00 smithi178 bash[75692]: audit 2024-03-21T13:11:00.035972+0000 mon.a (mon.0) 6260 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:00.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:00 smithi178 bash[75692]: audit 2024-03-21T13:11:00.040323+0000 mon.a (mon.0) 6261 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:00.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:00 smithi178 bash[75692]: audit 2024-03-21T13:11:00.046585+0000 mon.a (mon.0) 6262 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:00.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:00 smithi178 bash[75692]: audit 2024-03-21T13:11:00.047904+0000 mon.a (mon.0) 6263 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:00.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:00 smithi178 bash[75692]: audit 2024-03-21T13:11:00.057125+0000 mon.a (mon.0) 6264 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:00.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:00 smithi178 bash[75692]: audit 2024-03-21T13:11:00.136108+0000 mon.a (mon.0) 6265 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:00.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:00 smithi178 bash[75692]: audit 2024-03-21T13:11:00.139114+0000 mon.a (mon.0) 6266 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:00.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:00 smithi178 bash[75692]: audit 2024-03-21T13:11:00.141967+0000 mon.a (mon.0) 6267 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:00.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:00 smithi178 bash[75692]: audit 2024-03-21T13:11:00.143162+0000 mon.a (mon.0) 6268 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:00.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:00 smithi178 bash[75692]: audit 2024-03-21T13:11:00.153435+0000 mon.a (mon.0) 6269 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:00.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:00 smithi178 bash[75692]: audit 2024-03-21T13:11:00.237825+0000 mon.a (mon.0) 6270 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:00.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:00 smithi178 bash[75692]: audit 2024-03-21T13:11:00.240947+0000 mon.a (mon.0) 6271 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:00.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:00 smithi178 bash[75692]: audit 2024-03-21T13:11:00.243400+0000 mon.a (mon.0) 6272 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:00.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:00 smithi178 bash[75692]: audit 2024-03-21T13:11:00.244871+0000 mon.a (mon.0) 6273 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:00.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:00 smithi178 bash[77880]: audit 2024-03-21T13:10:59.955576+0000 mon.a (mon.0) 6259 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:00.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:00 smithi178 bash[77880]: audit 2024-03-21T13:11:00.035972+0000 mon.a (mon.0) 6260 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:00.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:00 smithi178 bash[77880]: audit 2024-03-21T13:11:00.040323+0000 mon.a (mon.0) 6261 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:00.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:00 smithi178 bash[77880]: audit 2024-03-21T13:11:00.046585+0000 mon.a (mon.0) 6262 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:00.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:00 smithi178 bash[77880]: audit 2024-03-21T13:11:00.047904+0000 mon.a (mon.0) 6263 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:00.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:00 smithi178 bash[77880]: audit 2024-03-21T13:11:00.057125+0000 mon.a (mon.0) 6264 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:00.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:00 smithi178 bash[77880]: audit 2024-03-21T13:11:00.136108+0000 mon.a (mon.0) 6265 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:00.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:00 smithi178 bash[77880]: audit 2024-03-21T13:11:00.139114+0000 mon.a (mon.0) 6266 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:00.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:00 smithi178 bash[77880]: audit 2024-03-21T13:11:00.141967+0000 mon.a (mon.0) 6267 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:00.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:00 smithi178 bash[77880]: audit 2024-03-21T13:11:00.143162+0000 mon.a (mon.0) 6268 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:00.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:00 smithi178 bash[77880]: audit 2024-03-21T13:11:00.153435+0000 mon.a (mon.0) 6269 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:00.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:00 smithi178 bash[77880]: audit 2024-03-21T13:11:00.237825+0000 mon.a (mon.0) 6270 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:00.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:00 smithi178 bash[77880]: audit 2024-03-21T13:11:00.240947+0000 mon.a (mon.0) 6271 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:00.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:00 smithi178 bash[77880]: audit 2024-03-21T13:11:00.243400+0000 mon.a (mon.0) 6272 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:00.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:00 smithi178 bash[77880]: audit 2024-03-21T13:11:00.244871+0000 mon.a (mon.0) 6273 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:01.270 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:01 smithi178 bash[75692]: cluster 2024-03-21T13:10:59.332953+0000 mgr.x (mgr.34104) 4141 : cluster [DBG] pgmap v2748: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 6.7 KiB/s rd, 9 op/s 2024-03-21T13:11:01.270 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:01 smithi178 bash[75692]: cluster 2024-03-21T13:10:59.333428+0000 mgr.x (mgr.34104) 4142 : cluster [DBG] pgmap v2749: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 6.7 KiB/s rd, 9 op/s 2024-03-21T13:11:01.270 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:01 smithi178 bash[75692]: cephadm 2024-03-21T13:10:59.342839+0000 mgr.x (mgr.34104) 4143 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:01.271 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:01 smithi178 bash[75692]: cluster 2024-03-21T13:10:59.433990+0000 mgr.x (mgr.34104) 4144 : cluster [DBG] pgmap v2750: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:01.271 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:01 smithi178 bash[75692]: cluster 2024-03-21T13:10:59.434342+0000 mgr.x (mgr.34104) 4145 : cluster [DBG] pgmap v2751: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:01.271 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:01 smithi178 bash[75692]: cephadm 2024-03-21T13:10:59.444861+0000 mgr.x (mgr.34104) 4146 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:01.271 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:01 smithi178 bash[75692]: cluster 2024-03-21T13:10:59.537582+0000 mgr.x (mgr.34104) 4147 : cluster [DBG] pgmap v2752: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:01.271 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:01 smithi178 bash[75692]: cluster 2024-03-21T13:10:59.538081+0000 mgr.x (mgr.34104) 4148 : cluster [DBG] pgmap v2753: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:01.271 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:01 smithi178 bash[75692]: cephadm 2024-03-21T13:10:59.547928+0000 mgr.x (mgr.34104) 4149 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:01.271 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:01 smithi178 bash[75692]: cluster 2024-03-21T13:10:59.642485+0000 mgr.x (mgr.34104) 4150 : cluster [DBG] pgmap v2754: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 3.2 KiB/s rd, 3 op/s 2024-03-21T13:11:01.271 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:01 smithi178 bash[75692]: cluster 2024-03-21T13:10:59.642806+0000 mgr.x (mgr.34104) 4151 : cluster [DBG] pgmap v2755: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 3.2 KiB/s rd, 3 op/s 2024-03-21T13:11:01.271 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:01 smithi178 bash[75692]: cephadm 2024-03-21T13:10:59.652943+0000 mgr.x (mgr.34104) 4152 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:01.271 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:01 smithi178 bash[75692]: cluster 2024-03-21T13:10:59.743040+0000 mgr.x (mgr.34104) 4153 : cluster [DBG] pgmap v2756: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 3.2 KiB/s rd, 3 op/s 2024-03-21T13:11:01.271 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:01 smithi178 bash[75692]: cluster 2024-03-21T13:10:59.743330+0000 mgr.x (mgr.34104) 4154 : cluster [DBG] pgmap v2757: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 3.2 KiB/s rd, 3 op/s 2024-03-21T13:11:01.271 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:01 smithi178 bash[75692]: cephadm 2024-03-21T13:10:59.749533+0000 mgr.x (mgr.34104) 4155 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:01.271 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:01 smithi178 bash[75692]: cluster 2024-03-21T13:10:59.845338+0000 mgr.x (mgr.34104) 4156 : cluster [DBG] pgmap v2758: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 58 KiB/s rd, 61 op/s 2024-03-21T13:11:01.271 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:01 smithi178 bash[75692]: cluster 2024-03-21T13:10:59.845566+0000 mgr.x (mgr.34104) 4157 : cluster [DBG] pgmap v2759: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 59 KiB/s rd, 61 op/s 2024-03-21T13:11:01.272 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:01 smithi178 bash[75692]: cephadm 2024-03-21T13:10:59.855704+0000 mgr.x (mgr.34104) 4158 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:01.272 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:01 smithi178 bash[75692]: cluster 2024-03-21T13:10:59.948597+0000 mgr.x (mgr.34104) 4159 : cluster [DBG] pgmap v2760: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 56 KiB/s rd, 58 op/s 2024-03-21T13:11:01.272 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:01 smithi178 bash[75692]: cluster 2024-03-21T13:10:59.948901+0000 mgr.x (mgr.34104) 4160 : cluster [DBG] pgmap v2761: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 56 KiB/s rd, 58 op/s 2024-03-21T13:11:01.272 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:01 smithi178 bash[75692]: cephadm 2024-03-21T13:10:59.956783+0000 mgr.x (mgr.34104) 4161 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:01.272 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:01 smithi178 bash[75692]: cluster 2024-03-21T13:11:00.050541+0000 mgr.x (mgr.34104) 4162 : cluster [DBG] pgmap v2762: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 55 KiB/s rd, 58 op/s 2024-03-21T13:11:01.272 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:01 smithi178 bash[75692]: cluster 2024-03-21T13:11:00.050837+0000 mgr.x (mgr.34104) 4163 : cluster [DBG] pgmap v2763: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 55 KiB/s rd, 58 op/s 2024-03-21T13:11:01.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:01 smithi178 bash[75692]: cephadm 2024-03-21T13:11:00.058535+0000 mgr.x (mgr.34104) 4164 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:01.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:01 smithi178 bash[75692]: cluster 2024-03-21T13:11:00.145676+0000 mgr.x (mgr.34104) 4165 : cluster [DBG] pgmap v2764: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:01.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:01 smithi178 bash[75692]: cluster 2024-03-21T13:11:00.146083+0000 mgr.x (mgr.34104) 4166 : cluster [DBG] pgmap v2765: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:01.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:01 smithi178 bash[75692]: cephadm 2024-03-21T13:11:00.154654+0000 mgr.x (mgr.34104) 4167 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:01.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:01 smithi178 bash[75692]: cluster 2024-03-21T13:11:00.249625+0000 mgr.x (mgr.34104) 4168 : cluster [DBG] pgmap v2766: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:01.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:01 smithi178 bash[75692]: cluster 2024-03-21T13:11:00.249917+0000 mgr.x (mgr.34104) 4169 : cluster [DBG] pgmap v2767: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:01.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:01 smithi178 bash[75692]: audit 2024-03-21T13:11:00.258103+0000 mon.a (mon.0) 6274 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:01.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:01 smithi178 bash[75692]: cephadm 2024-03-21T13:11:00.259368+0000 mgr.x (mgr.34104) 4170 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:01.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:01 smithi178 bash[75692]: audit 2024-03-21T13:11:00.324643+0000 mon.a (mon.0) 6275 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:01.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:01 smithi178 bash[75692]: audit 2024-03-21T13:11:00.328293+0000 mon.a (mon.0) 6276 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:01.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:01 smithi178 bash[75692]: audit 2024-03-21T13:11:00.332036+0000 mon.a (mon.0) 6277 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:01.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:01 smithi178 bash[75692]: audit 2024-03-21T13:11:00.333423+0000 mon.a (mon.0) 6278 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:01.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:01 smithi178 bash[75692]: audit 2024-03-21T13:11:00.343555+0000 mon.a (mon.0) 6279 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:01.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:01 smithi178 bash[75692]: audit 2024-03-21T13:11:00.422824+0000 mon.a (mon.0) 6280 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:01.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:01 smithi178 bash[75692]: audit 2024-03-21T13:11:00.425732+0000 mon.a (mon.0) 6281 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:01.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:01 smithi178 bash[75692]: audit 2024-03-21T13:11:00.430009+0000 mon.a (mon.0) 6282 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:01.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:01 smithi178 bash[75692]: audit 2024-03-21T13:11:00.432356+0000 mon.a (mon.0) 6283 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:01.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:01 smithi178 bash[75692]: audit 2024-03-21T13:11:00.442299+0000 mon.a (mon.0) 6284 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:01.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:01 smithi178 bash[75692]: audit 2024-03-21T13:11:00.522594+0000 mon.a (mon.0) 6285 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:01.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:01 smithi178 bash[77880]: cluster 2024-03-21T13:10:59.332953+0000 mgr.x (mgr.34104) 4141 : cluster [DBG] pgmap v2748: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 6.7 KiB/s rd, 9 op/s 2024-03-21T13:11:01.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:01 smithi178 bash[77880]: cluster 2024-03-21T13:10:59.333428+0000 mgr.x (mgr.34104) 4142 : cluster [DBG] pgmap v2749: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 6.7 KiB/s rd, 9 op/s 2024-03-21T13:11:01.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:01 smithi178 bash[77880]: cephadm 2024-03-21T13:10:59.342839+0000 mgr.x (mgr.34104) 4143 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:01.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:01 smithi178 bash[77880]: cluster 2024-03-21T13:10:59.433990+0000 mgr.x (mgr.34104) 4144 : cluster [DBG] pgmap v2750: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:01.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:01 smithi178 bash[77880]: cluster 2024-03-21T13:10:59.434342+0000 mgr.x (mgr.34104) 4145 : cluster [DBG] pgmap v2751: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:01.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:01 smithi178 bash[77880]: cephadm 2024-03-21T13:10:59.444861+0000 mgr.x (mgr.34104) 4146 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:01.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:01 smithi178 bash[77880]: cluster 2024-03-21T13:10:59.537582+0000 mgr.x (mgr.34104) 4147 : cluster [DBG] pgmap v2752: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:01.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:01 smithi178 bash[77880]: cluster 2024-03-21T13:10:59.538081+0000 mgr.x (mgr.34104) 4148 : cluster [DBG] pgmap v2753: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:01.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:01 smithi178 bash[77880]: cephadm 2024-03-21T13:10:59.547928+0000 mgr.x (mgr.34104) 4149 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:01.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:01 smithi178 bash[77880]: cluster 2024-03-21T13:10:59.642485+0000 mgr.x (mgr.34104) 4150 : cluster [DBG] pgmap v2754: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 3.2 KiB/s rd, 3 op/s 2024-03-21T13:11:01.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:01 smithi178 bash[77880]: cluster 2024-03-21T13:10:59.642806+0000 mgr.x (mgr.34104) 4151 : cluster [DBG] pgmap v2755: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 3.2 KiB/s rd, 3 op/s 2024-03-21T13:11:01.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:01 smithi178 bash[77880]: cephadm 2024-03-21T13:10:59.652943+0000 mgr.x (mgr.34104) 4152 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:01.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:01 smithi178 bash[77880]: cluster 2024-03-21T13:10:59.743040+0000 mgr.x (mgr.34104) 4153 : cluster [DBG] pgmap v2756: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 3.2 KiB/s rd, 3 op/s 2024-03-21T13:11:01.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:01 smithi178 bash[77880]: cluster 2024-03-21T13:10:59.743330+0000 mgr.x (mgr.34104) 4154 : cluster [DBG] pgmap v2757: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 3.2 KiB/s rd, 3 op/s 2024-03-21T13:11:01.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:01 smithi178 bash[77880]: cephadm 2024-03-21T13:10:59.749533+0000 mgr.x (mgr.34104) 4155 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:01.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:01 smithi178 bash[77880]: cluster 2024-03-21T13:10:59.845338+0000 mgr.x (mgr.34104) 4156 : cluster [DBG] pgmap v2758: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 58 KiB/s rd, 61 op/s 2024-03-21T13:11:01.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:01 smithi178 bash[77880]: cluster 2024-03-21T13:10:59.845566+0000 mgr.x (mgr.34104) 4157 : cluster [DBG] pgmap v2759: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 59 KiB/s rd, 61 op/s 2024-03-21T13:11:01.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:01 smithi178 bash[77880]: cephadm 2024-03-21T13:10:59.855704+0000 mgr.x (mgr.34104) 4158 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:01.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:01 smithi178 bash[77880]: cluster 2024-03-21T13:10:59.948597+0000 mgr.x (mgr.34104) 4159 : cluster [DBG] pgmap v2760: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 56 KiB/s rd, 58 op/s 2024-03-21T13:11:01.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:01 smithi178 bash[75692]: audit 2024-03-21T13:11:00.526365+0000 mon.a (mon.0) 6286 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:01.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:01 smithi178 bash[75692]: audit 2024-03-21T13:11:00.530455+0000 mon.a (mon.0) 6287 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:01.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:01 smithi178 bash[75692]: audit 2024-03-21T13:11:00.532027+0000 mon.a (mon.0) 6288 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:01.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:01 smithi178 bash[75692]: audit 2024-03-21T13:11:00.542465+0000 mon.a (mon.0) 6289 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:01.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:01 smithi178 bash[75692]: audit 2024-03-21T13:11:00.620054+0000 mon.a (mon.0) 6290 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:01.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:01 smithi178 bash[75692]: audit 2024-03-21T13:11:00.623234+0000 mon.a (mon.0) 6291 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:01.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:01 smithi178 bash[75692]: audit 2024-03-21T13:11:00.626987+0000 mon.a (mon.0) 6292 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:01.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:01 smithi178 bash[75692]: audit 2024-03-21T13:11:00.628480+0000 mon.a (mon.0) 6293 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:01.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:01 smithi178 bash[75692]: audit 2024-03-21T13:11:00.640038+0000 mon.a (mon.0) 6294 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:01.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:01 smithi178 bash[75692]: audit 2024-03-21T13:11:00.721858+0000 mon.a (mon.0) 6295 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:01.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:01 smithi178 bash[75692]: audit 2024-03-21T13:11:00.724857+0000 mon.a (mon.0) 6296 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:01.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:01 smithi178 bash[75692]: audit 2024-03-21T13:11:00.728452+0000 mon.a (mon.0) 6297 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:01.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:01 smithi178 bash[75692]: audit 2024-03-21T13:11:00.729884+0000 mon.a (mon.0) 6298 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:01.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:01 smithi178 bash[75692]: audit 2024-03-21T13:11:00.741567+0000 mon.a (mon.0) 6299 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:01.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:01 smithi178 bash[75692]: audit 2024-03-21T13:11:00.821680+0000 mon.a (mon.0) 6300 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:01.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:01 smithi178 bash[75692]: audit 2024-03-21T13:11:00.825172+0000 mon.a (mon.0) 6301 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:01.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:01 smithi178 bash[75692]: audit 2024-03-21T13:11:00.828907+0000 mon.a (mon.0) 6302 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:01.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:01 smithi178 bash[75692]: audit 2024-03-21T13:11:00.830536+0000 mon.a (mon.0) 6303 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:01.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:01 smithi178 bash[75692]: audit 2024-03-21T13:11:00.842513+0000 mon.a (mon.0) 6304 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:01.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:01 smithi178 bash[75692]: audit 2024-03-21T13:11:00.922208+0000 mon.a (mon.0) 6305 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:01.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:01 smithi178 bash[75692]: audit 2024-03-21T13:11:00.926092+0000 mon.a (mon.0) 6306 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:01.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:01 smithi178 bash[75692]: audit 2024-03-21T13:11:00.930299+0000 mon.a (mon.0) 6307 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:01.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:01 smithi178 bash[75692]: audit 2024-03-21T13:11:00.931821+0000 mon.a (mon.0) 6308 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:01.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:01 smithi178 bash[75692]: audit 2024-03-21T13:11:00.943026+0000 mon.a (mon.0) 6309 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:01.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:01 smithi178 bash[75692]: audit 2024-03-21T13:11:01.021107+0000 mon.a (mon.0) 6310 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:01.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:01 smithi178 bash[75692]: audit 2024-03-21T13:11:01.024803+0000 mon.a (mon.0) 6311 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:01.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:01 smithi178 bash[75692]: audit 2024-03-21T13:11:01.028980+0000 mon.a (mon.0) 6312 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:01.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:01 smithi178 bash[75692]: audit 2024-03-21T13:11:01.030404+0000 mon.a (mon.0) 6313 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:01.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:01 smithi178 bash[75692]: audit 2024-03-21T13:11:01.042493+0000 mon.a (mon.0) 6314 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:01.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:01 smithi178 bash[75692]: audit 2024-03-21T13:11:01.125945+0000 mon.a (mon.0) 6315 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:01.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:01 smithi178 bash[75692]: audit 2024-03-21T13:11:01.129345+0000 mon.a (mon.0) 6316 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:01.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:01 smithi178 bash[75692]: audit 2024-03-21T13:11:01.132135+0000 mon.a (mon.0) 6317 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:01.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:01 smithi178 bash[75692]: audit 2024-03-21T13:11:01.133273+0000 mon.a (mon.0) 6318 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:01.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:01 smithi178 bash[75692]: audit 2024-03-21T13:11:01.144697+0000 mon.a (mon.0) 6319 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:01.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:01 smithi178 bash[75692]: audit 2024-03-21T13:11:01.224620+0000 mon.a (mon.0) 6320 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:01.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:01 smithi178 bash[75692]: audit 2024-03-21T13:11:01.227436+0000 mon.a (mon.0) 6321 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:01.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:01 smithi178 bash[75692]: audit 2024-03-21T13:11:01.231103+0000 mon.a (mon.0) 6322 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:01.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:01 smithi178 bash[75692]: audit 2024-03-21T13:11:01.232345+0000 mon.a (mon.0) 6323 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:01.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:01 smithi178 bash[75692]: audit 2024-03-21T13:11:01.244202+0000 mon.a (mon.0) 6324 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:01.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:01 smithi178 bash[77880]: cluster 2024-03-21T13:10:59.948901+0000 mgr.x (mgr.34104) 4160 : cluster [DBG] pgmap v2761: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 56 KiB/s rd, 58 op/s 2024-03-21T13:11:01.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:01 smithi178 bash[77880]: cephadm 2024-03-21T13:10:59.956783+0000 mgr.x (mgr.34104) 4161 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:01.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:01 smithi178 bash[77880]: cluster 2024-03-21T13:11:00.050541+0000 mgr.x (mgr.34104) 4162 : cluster [DBG] pgmap v2762: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 55 KiB/s rd, 58 op/s 2024-03-21T13:11:01.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:01 smithi178 bash[77880]: cluster 2024-03-21T13:11:00.050837+0000 mgr.x (mgr.34104) 4163 : cluster [DBG] pgmap v2763: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 55 KiB/s rd, 58 op/s 2024-03-21T13:11:01.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:01 smithi178 bash[77880]: cephadm 2024-03-21T13:11:00.058535+0000 mgr.x (mgr.34104) 4164 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:01.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:01 smithi178 bash[77880]: cluster 2024-03-21T13:11:00.145676+0000 mgr.x (mgr.34104) 4165 : cluster [DBG] pgmap v2764: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:01.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:01 smithi178 bash[77880]: cluster 2024-03-21T13:11:00.146083+0000 mgr.x (mgr.34104) 4166 : cluster [DBG] pgmap v2765: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:01.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:01 smithi178 bash[77880]: cephadm 2024-03-21T13:11:00.154654+0000 mgr.x (mgr.34104) 4167 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:01.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:01 smithi178 bash[77880]: cluster 2024-03-21T13:11:00.249625+0000 mgr.x (mgr.34104) 4168 : cluster [DBG] pgmap v2766: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:01.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:01 smithi178 bash[77880]: cluster 2024-03-21T13:11:00.249917+0000 mgr.x (mgr.34104) 4169 : cluster [DBG] pgmap v2767: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:01.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:01 smithi178 bash[77880]: audit 2024-03-21T13:11:00.258103+0000 mon.a (mon.0) 6274 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:01.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:01 smithi178 bash[77880]: cephadm 2024-03-21T13:11:00.259368+0000 mgr.x (mgr.34104) 4170 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:01.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:01 smithi178 bash[77880]: audit 2024-03-21T13:11:00.324643+0000 mon.a (mon.0) 6275 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:01.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:01 smithi178 bash[77880]: audit 2024-03-21T13:11:00.328293+0000 mon.a (mon.0) 6276 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:01.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:01 smithi178 bash[77880]: audit 2024-03-21T13:11:00.332036+0000 mon.a (mon.0) 6277 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:01.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:01 smithi178 bash[77880]: audit 2024-03-21T13:11:00.333423+0000 mon.a (mon.0) 6278 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:01.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:01 smithi178 bash[77880]: audit 2024-03-21T13:11:00.343555+0000 mon.a (mon.0) 6279 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:01.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:01 smithi178 bash[77880]: audit 2024-03-21T13:11:00.422824+0000 mon.a (mon.0) 6280 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:01.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:01 smithi178 bash[77880]: audit 2024-03-21T13:11:00.425732+0000 mon.a (mon.0) 6281 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:01.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:01 smithi178 bash[77880]: audit 2024-03-21T13:11:00.430009+0000 mon.a (mon.0) 6282 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:01.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:01 smithi178 bash[77880]: audit 2024-03-21T13:11:00.432356+0000 mon.a (mon.0) 6283 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:01.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:01 smithi178 bash[77880]: audit 2024-03-21T13:11:00.442299+0000 mon.a (mon.0) 6284 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:01.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:01 smithi178 bash[77880]: audit 2024-03-21T13:11:00.522594+0000 mon.a (mon.0) 6285 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:01.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:01 smithi178 bash[77880]: audit 2024-03-21T13:11:00.526365+0000 mon.a (mon.0) 6286 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:01.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:01 smithi178 bash[77880]: audit 2024-03-21T13:11:00.530455+0000 mon.a (mon.0) 6287 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:01.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:01 smithi178 bash[77880]: audit 2024-03-21T13:11:00.532027+0000 mon.a (mon.0) 6288 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:01.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:01 smithi178 bash[77880]: audit 2024-03-21T13:11:00.542465+0000 mon.a (mon.0) 6289 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:01.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:01 smithi178 bash[77880]: audit 2024-03-21T13:11:00.620054+0000 mon.a (mon.0) 6290 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:01.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:01 smithi178 bash[77880]: audit 2024-03-21T13:11:00.623234+0000 mon.a (mon.0) 6291 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:01.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:01 smithi178 bash[77880]: audit 2024-03-21T13:11:00.626987+0000 mon.a (mon.0) 6292 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:01.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:01 smithi178 bash[77880]: audit 2024-03-21T13:11:00.628480+0000 mon.a (mon.0) 6293 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:01.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:01 smithi178 bash[77880]: audit 2024-03-21T13:11:00.640038+0000 mon.a (mon.0) 6294 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:01.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:01 smithi178 bash[77880]: audit 2024-03-21T13:11:00.721858+0000 mon.a (mon.0) 6295 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:01.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:01 smithi178 bash[77880]: audit 2024-03-21T13:11:00.724857+0000 mon.a (mon.0) 6296 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:01.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:01 smithi178 bash[77880]: audit 2024-03-21T13:11:00.728452+0000 mon.a (mon.0) 6297 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:01.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:01 smithi178 bash[77880]: audit 2024-03-21T13:11:00.729884+0000 mon.a (mon.0) 6298 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:01.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:01 smithi178 bash[77880]: audit 2024-03-21T13:11:00.741567+0000 mon.a (mon.0) 6299 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:01.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:01 smithi178 bash[77880]: audit 2024-03-21T13:11:00.821680+0000 mon.a (mon.0) 6300 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:01.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:01 smithi178 bash[77880]: audit 2024-03-21T13:11:00.825172+0000 mon.a (mon.0) 6301 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:01.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:01 smithi178 bash[77880]: audit 2024-03-21T13:11:00.828907+0000 mon.a (mon.0) 6302 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:01.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:01 smithi178 bash[77880]: audit 2024-03-21T13:11:00.830536+0000 mon.a (mon.0) 6303 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:01.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:01 smithi178 bash[77880]: audit 2024-03-21T13:11:00.842513+0000 mon.a (mon.0) 6304 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:01.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:01 smithi178 bash[77880]: audit 2024-03-21T13:11:00.922208+0000 mon.a (mon.0) 6305 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:01.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:01 smithi178 bash[77880]: audit 2024-03-21T13:11:00.926092+0000 mon.a (mon.0) 6306 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:01.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:01 smithi178 bash[77880]: audit 2024-03-21T13:11:00.930299+0000 mon.a (mon.0) 6307 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:01.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:01 smithi178 bash[77880]: audit 2024-03-21T13:11:00.931821+0000 mon.a (mon.0) 6308 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:01.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:01 smithi178 bash[77880]: audit 2024-03-21T13:11:00.943026+0000 mon.a (mon.0) 6309 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:01.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:01 smithi178 bash[77880]: audit 2024-03-21T13:11:01.021107+0000 mon.a (mon.0) 6310 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:01.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:01 smithi178 bash[77880]: audit 2024-03-21T13:11:01.024803+0000 mon.a (mon.0) 6311 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:01.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:01 smithi178 bash[77880]: audit 2024-03-21T13:11:01.028980+0000 mon.a (mon.0) 6312 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:01.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:01 smithi178 bash[77880]: audit 2024-03-21T13:11:01.030404+0000 mon.a (mon.0) 6313 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:01.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:01 smithi178 bash[77880]: audit 2024-03-21T13:11:01.042493+0000 mon.a (mon.0) 6314 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:01.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:01 smithi178 bash[77880]: audit 2024-03-21T13:11:01.125945+0000 mon.a (mon.0) 6315 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:01.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:01 smithi178 bash[77880]: audit 2024-03-21T13:11:01.129345+0000 mon.a (mon.0) 6316 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:01.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:01 smithi178 bash[77880]: audit 2024-03-21T13:11:01.132135+0000 mon.a (mon.0) 6317 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:01.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:01 smithi178 bash[77880]: audit 2024-03-21T13:11:01.133273+0000 mon.a (mon.0) 6318 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:01.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:01 smithi178 bash[77880]: audit 2024-03-21T13:11:01.144697+0000 mon.a (mon.0) 6319 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:01.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:01 smithi178 bash[77880]: audit 2024-03-21T13:11:01.224620+0000 mon.a (mon.0) 6320 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:01.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:01 smithi178 bash[77880]: audit 2024-03-21T13:11:01.227436+0000 mon.a (mon.0) 6321 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:01.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:01 smithi178 bash[77880]: audit 2024-03-21T13:11:01.231103+0000 mon.a (mon.0) 6322 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:01.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:01 smithi178 bash[77880]: audit 2024-03-21T13:11:01.232345+0000 mon.a (mon.0) 6323 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:01.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:01 smithi178 bash[77880]: audit 2024-03-21T13:11:01.244202+0000 mon.a (mon.0) 6324 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:01.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:01 smithi184 bash[59794]: cluster 2024-03-21T13:10:59.332953+0000 mgr.x (mgr.34104) 4141 : cluster [DBG] pgmap v2748: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 6.7 KiB/s rd, 9 op/s 2024-03-21T13:11:01.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:01 smithi184 bash[59794]: cluster 2024-03-21T13:10:59.333428+0000 mgr.x (mgr.34104) 4142 : cluster [DBG] pgmap v2749: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 6.7 KiB/s rd, 9 op/s 2024-03-21T13:11:01.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:01 smithi184 bash[59794]: cephadm 2024-03-21T13:10:59.342839+0000 mgr.x (mgr.34104) 4143 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:01.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:01 smithi184 bash[59794]: cluster 2024-03-21T13:10:59.433990+0000 mgr.x (mgr.34104) 4144 : cluster [DBG] pgmap v2750: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:01.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:01 smithi184 bash[59794]: cluster 2024-03-21T13:10:59.434342+0000 mgr.x (mgr.34104) 4145 : cluster [DBG] pgmap v2751: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:01.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:01 smithi184 bash[59794]: cephadm 2024-03-21T13:10:59.444861+0000 mgr.x (mgr.34104) 4146 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:01.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:01 smithi184 bash[59794]: cluster 2024-03-21T13:10:59.537582+0000 mgr.x (mgr.34104) 4147 : cluster [DBG] pgmap v2752: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:01.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:01 smithi184 bash[59794]: cluster 2024-03-21T13:10:59.538081+0000 mgr.x (mgr.34104) 4148 : cluster [DBG] pgmap v2753: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:01.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:01 smithi184 bash[59794]: cephadm 2024-03-21T13:10:59.547928+0000 mgr.x (mgr.34104) 4149 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:01.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:01 smithi184 bash[59794]: cluster 2024-03-21T13:10:59.642485+0000 mgr.x (mgr.34104) 4150 : cluster [DBG] pgmap v2754: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 3.2 KiB/s rd, 3 op/s 2024-03-21T13:11:01.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:01 smithi184 bash[59794]: cluster 2024-03-21T13:10:59.642806+0000 mgr.x (mgr.34104) 4151 : cluster [DBG] pgmap v2755: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 3.2 KiB/s rd, 3 op/s 2024-03-21T13:11:01.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:01 smithi184 bash[59794]: cephadm 2024-03-21T13:10:59.652943+0000 mgr.x (mgr.34104) 4152 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:01.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:01 smithi184 bash[59794]: cluster 2024-03-21T13:10:59.743040+0000 mgr.x (mgr.34104) 4153 : cluster [DBG] pgmap v2756: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 3.2 KiB/s rd, 3 op/s 2024-03-21T13:11:01.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:01 smithi184 bash[59794]: cluster 2024-03-21T13:10:59.743330+0000 mgr.x (mgr.34104) 4154 : cluster [DBG] pgmap v2757: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 3.2 KiB/s rd, 3 op/s 2024-03-21T13:11:01.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:01 smithi184 bash[59794]: cephadm 2024-03-21T13:10:59.749533+0000 mgr.x (mgr.34104) 4155 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:01.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:01 smithi184 bash[59794]: cluster 2024-03-21T13:10:59.845338+0000 mgr.x (mgr.34104) 4156 : cluster [DBG] pgmap v2758: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 58 KiB/s rd, 61 op/s 2024-03-21T13:11:01.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:01 smithi184 bash[59794]: cluster 2024-03-21T13:10:59.845566+0000 mgr.x (mgr.34104) 4157 : cluster [DBG] pgmap v2759: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 59 KiB/s rd, 61 op/s 2024-03-21T13:11:01.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:01 smithi184 bash[59794]: cephadm 2024-03-21T13:10:59.855704+0000 mgr.x (mgr.34104) 4158 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:01.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:01 smithi184 bash[59794]: cluster 2024-03-21T13:10:59.948597+0000 mgr.x (mgr.34104) 4159 : cluster [DBG] pgmap v2760: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 56 KiB/s rd, 58 op/s 2024-03-21T13:11:01.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:01 smithi184 bash[59794]: cluster 2024-03-21T13:10:59.948901+0000 mgr.x (mgr.34104) 4160 : cluster [DBG] pgmap v2761: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 56 KiB/s rd, 58 op/s 2024-03-21T13:11:01.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:01 smithi184 bash[59794]: cephadm 2024-03-21T13:10:59.956783+0000 mgr.x (mgr.34104) 4161 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:01.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:01 smithi184 bash[59794]: cluster 2024-03-21T13:11:00.050541+0000 mgr.x (mgr.34104) 4162 : cluster [DBG] pgmap v2762: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 55 KiB/s rd, 58 op/s 2024-03-21T13:11:01.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:01 smithi184 bash[59794]: cluster 2024-03-21T13:11:00.050837+0000 mgr.x (mgr.34104) 4163 : cluster [DBG] pgmap v2763: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 55 KiB/s rd, 58 op/s 2024-03-21T13:11:01.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:01 smithi184 bash[59794]: cephadm 2024-03-21T13:11:00.058535+0000 mgr.x (mgr.34104) 4164 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:01.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:01 smithi184 bash[59794]: cluster 2024-03-21T13:11:00.145676+0000 mgr.x (mgr.34104) 4165 : cluster [DBG] pgmap v2764: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:01.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:01 smithi184 bash[59794]: cluster 2024-03-21T13:11:00.146083+0000 mgr.x (mgr.34104) 4166 : cluster [DBG] pgmap v2765: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:01.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:01 smithi184 bash[59794]: cephadm 2024-03-21T13:11:00.154654+0000 mgr.x (mgr.34104) 4167 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:01.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:01 smithi184 bash[59794]: cluster 2024-03-21T13:11:00.249625+0000 mgr.x (mgr.34104) 4168 : cluster [DBG] pgmap v2766: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:01.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:01 smithi184 bash[59794]: cluster 2024-03-21T13:11:00.249917+0000 mgr.x (mgr.34104) 4169 : cluster [DBG] pgmap v2767: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:01.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:01 smithi184 bash[59794]: audit 2024-03-21T13:11:00.258103+0000 mon.a (mon.0) 6274 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:01.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:01 smithi184 bash[59794]: cephadm 2024-03-21T13:11:00.259368+0000 mgr.x (mgr.34104) 4170 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:01.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:01 smithi184 bash[59794]: audit 2024-03-21T13:11:00.324643+0000 mon.a (mon.0) 6275 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:01.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:01 smithi184 bash[59794]: audit 2024-03-21T13:11:00.328293+0000 mon.a (mon.0) 6276 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:01.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:01 smithi184 bash[59794]: audit 2024-03-21T13:11:00.332036+0000 mon.a (mon.0) 6277 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:01.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:01 smithi184 bash[59794]: audit 2024-03-21T13:11:00.333423+0000 mon.a (mon.0) 6278 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:01.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:01 smithi184 bash[59794]: audit 2024-03-21T13:11:00.343555+0000 mon.a (mon.0) 6279 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:01.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:01 smithi184 bash[59794]: audit 2024-03-21T13:11:00.422824+0000 mon.a (mon.0) 6280 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:01.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:01 smithi184 bash[59794]: audit 2024-03-21T13:11:00.425732+0000 mon.a (mon.0) 6281 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:01.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:01 smithi184 bash[59794]: audit 2024-03-21T13:11:00.430009+0000 mon.a (mon.0) 6282 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:01.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:01 smithi184 bash[59794]: audit 2024-03-21T13:11:00.432356+0000 mon.a (mon.0) 6283 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:01.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:01 smithi184 bash[59794]: audit 2024-03-21T13:11:00.442299+0000 mon.a (mon.0) 6284 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:01.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:01 smithi184 bash[59794]: audit 2024-03-21T13:11:00.522594+0000 mon.a (mon.0) 6285 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:01.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:01 smithi184 bash[59794]: audit 2024-03-21T13:11:00.526365+0000 mon.a (mon.0) 6286 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:01.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:01 smithi184 bash[59794]: audit 2024-03-21T13:11:00.530455+0000 mon.a (mon.0) 6287 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:01.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:01 smithi184 bash[59794]: audit 2024-03-21T13:11:00.532027+0000 mon.a (mon.0) 6288 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:01.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:01 smithi184 bash[59794]: audit 2024-03-21T13:11:00.542465+0000 mon.a (mon.0) 6289 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:01.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:01 smithi184 bash[59794]: audit 2024-03-21T13:11:00.620054+0000 mon.a (mon.0) 6290 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:01.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:01 smithi184 bash[59794]: audit 2024-03-21T13:11:00.623234+0000 mon.a (mon.0) 6291 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:01.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:01 smithi184 bash[59794]: audit 2024-03-21T13:11:00.626987+0000 mon.a (mon.0) 6292 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:01.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:01 smithi184 bash[59794]: audit 2024-03-21T13:11:00.628480+0000 mon.a (mon.0) 6293 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:01.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:01 smithi184 bash[59794]: audit 2024-03-21T13:11:00.640038+0000 mon.a (mon.0) 6294 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:01.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:01 smithi184 bash[59794]: audit 2024-03-21T13:11:00.721858+0000 mon.a (mon.0) 6295 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:01.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:01 smithi184 bash[59794]: audit 2024-03-21T13:11:00.724857+0000 mon.a (mon.0) 6296 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:01.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:01 smithi184 bash[59794]: audit 2024-03-21T13:11:00.728452+0000 mon.a (mon.0) 6297 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:01.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:01 smithi184 bash[59794]: audit 2024-03-21T13:11:00.729884+0000 mon.a (mon.0) 6298 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:01.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:01 smithi184 bash[59794]: audit 2024-03-21T13:11:00.741567+0000 mon.a (mon.0) 6299 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:01.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:01 smithi184 bash[59794]: audit 2024-03-21T13:11:00.821680+0000 mon.a (mon.0) 6300 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:01.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:01 smithi184 bash[59794]: audit 2024-03-21T13:11:00.825172+0000 mon.a (mon.0) 6301 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:01.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:01 smithi184 bash[59794]: audit 2024-03-21T13:11:00.828907+0000 mon.a (mon.0) 6302 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:01.581 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:01 smithi184 bash[59794]: audit 2024-03-21T13:11:00.830536+0000 mon.a (mon.0) 6303 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:01.581 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:01 smithi184 bash[59794]: audit 2024-03-21T13:11:00.842513+0000 mon.a (mon.0) 6304 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:01.581 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:01 smithi184 bash[59794]: audit 2024-03-21T13:11:00.922208+0000 mon.a (mon.0) 6305 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:01.581 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:01 smithi184 bash[59794]: audit 2024-03-21T13:11:00.926092+0000 mon.a (mon.0) 6306 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:01.581 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:01 smithi184 bash[59794]: audit 2024-03-21T13:11:00.930299+0000 mon.a (mon.0) 6307 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:01.581 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:01 smithi184 bash[59794]: audit 2024-03-21T13:11:00.931821+0000 mon.a (mon.0) 6308 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:01.581 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:01 smithi184 bash[59794]: audit 2024-03-21T13:11:00.943026+0000 mon.a (mon.0) 6309 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:01.581 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:01 smithi184 bash[59794]: audit 2024-03-21T13:11:01.021107+0000 mon.a (mon.0) 6310 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:01.581 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:01 smithi184 bash[59794]: audit 2024-03-21T13:11:01.024803+0000 mon.a (mon.0) 6311 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:01.581 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:01 smithi184 bash[59794]: audit 2024-03-21T13:11:01.028980+0000 mon.a (mon.0) 6312 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:01.581 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:01 smithi184 bash[59794]: audit 2024-03-21T13:11:01.030404+0000 mon.a (mon.0) 6313 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:01.581 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:01 smithi184 bash[59794]: audit 2024-03-21T13:11:01.042493+0000 mon.a (mon.0) 6314 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:01.581 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:01 smithi184 bash[59794]: audit 2024-03-21T13:11:01.125945+0000 mon.a (mon.0) 6315 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:01.582 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:01 smithi184 bash[59794]: audit 2024-03-21T13:11:01.129345+0000 mon.a (mon.0) 6316 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:01.582 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:01 smithi184 bash[59794]: audit 2024-03-21T13:11:01.132135+0000 mon.a (mon.0) 6317 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:01.582 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:01 smithi184 bash[59794]: audit 2024-03-21T13:11:01.133273+0000 mon.a (mon.0) 6318 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:01.582 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:01 smithi184 bash[59794]: audit 2024-03-21T13:11:01.144697+0000 mon.a (mon.0) 6319 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:01.582 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:01 smithi184 bash[59794]: audit 2024-03-21T13:11:01.224620+0000 mon.a (mon.0) 6320 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:01.582 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:01 smithi184 bash[59794]: audit 2024-03-21T13:11:01.227436+0000 mon.a (mon.0) 6321 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:01.582 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:01 smithi184 bash[59794]: audit 2024-03-21T13:11:01.231103+0000 mon.a (mon.0) 6322 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:01.582 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:01 smithi184 bash[59794]: audit 2024-03-21T13:11:01.232345+0000 mon.a (mon.0) 6323 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:01.582 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:01 smithi184 bash[59794]: audit 2024-03-21T13:11:01.244202+0000 mon.a (mon.0) 6324 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:01.753 INFO:teuthology.orchestra.run.smithi178.stdout:true 2024-03-21T13:11:02.547 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:02 smithi178 bash[77880]: cluster 2024-03-21T13:11:00.335877+0000 mgr.x (mgr.34104) 4171 : cluster [DBG] pgmap v2768: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:02.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:02 smithi178 bash[77880]: cluster 2024-03-21T13:11:00.336311+0000 mgr.x (mgr.34104) 4172 : cluster [DBG] pgmap v2769: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:02.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:02 smithi178 bash[77880]: cephadm 2024-03-21T13:11:00.344839+0000 mgr.x (mgr.34104) 4173 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:02.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:02 smithi178 bash[77880]: cluster 2024-03-21T13:11:00.435046+0000 mgr.x (mgr.34104) 4174 : cluster [DBG] pgmap v2770: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:02.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:02 smithi178 bash[77880]: cluster 2024-03-21T13:11:00.435568+0000 mgr.x (mgr.34104) 4175 : cluster [DBG] pgmap v2771: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:02.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:02 smithi178 bash[77880]: cephadm 2024-03-21T13:11:00.443464+0000 mgr.x (mgr.34104) 4176 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:02.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:02 smithi178 bash[77880]: cluster 2024-03-21T13:11:00.534569+0000 mgr.x (mgr.34104) 4177 : cluster [DBG] pgmap v2772: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:02.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:02 smithi178 bash[77880]: cluster 2024-03-21T13:11:00.534801+0000 mgr.x (mgr.34104) 4178 : cluster [DBG] pgmap v2773: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:02.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:02 smithi178 bash[77880]: cephadm 2024-03-21T13:11:00.543765+0000 mgr.x (mgr.34104) 4179 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:02.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:02 smithi178 bash[77880]: cluster 2024-03-21T13:11:00.631573+0000 mgr.x (mgr.34104) 4180 : cluster [DBG] pgmap v2774: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:02.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:02 smithi178 bash[77880]: cluster 2024-03-21T13:11:00.631791+0000 mgr.x (mgr.34104) 4181 : cluster [DBG] pgmap v2775: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:02.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:02 smithi178 bash[77880]: cephadm 2024-03-21T13:11:00.641367+0000 mgr.x (mgr.34104) 4182 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:02.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:02 smithi178 bash[77880]: cluster 2024-03-21T13:11:00.732698+0000 mgr.x (mgr.34104) 4183 : cluster [DBG] pgmap v2776: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:02.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:02 smithi178 bash[77880]: cluster 2024-03-21T13:11:00.733177+0000 mgr.x (mgr.34104) 4184 : cluster [DBG] pgmap v2777: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:02.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:02 smithi178 bash[77880]: cephadm 2024-03-21T13:11:00.742796+0000 mgr.x (mgr.34104) 4185 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:02.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:02 smithi178 bash[77880]: cluster 2024-03-21T13:11:00.833532+0000 mgr.x (mgr.34104) 4186 : cluster [DBG] pgmap v2778: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:02.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:02 smithi178 bash[77880]: cluster 2024-03-21T13:11:00.834075+0000 mgr.x (mgr.34104) 4187 : cluster [DBG] pgmap v2779: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:02.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:02 smithi178 bash[77880]: cephadm 2024-03-21T13:11:00.843746+0000 mgr.x (mgr.34104) 4188 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:02.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:02 smithi178 bash[77880]: cluster 2024-03-21T13:11:00.934947+0000 mgr.x (mgr.34104) 4189 : cluster [DBG] pgmap v2780: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:02.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:02 smithi178 bash[77880]: cephadm 2024-03-21T13:11:00.944201+0000 mgr.x (mgr.34104) 4190 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:02.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:02 smithi178 bash[75692]: cluster 2024-03-21T13:11:00.335877+0000 mgr.x (mgr.34104) 4171 : cluster [DBG] pgmap v2768: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:02.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:02 smithi178 bash[75692]: cluster 2024-03-21T13:11:00.336311+0000 mgr.x (mgr.34104) 4172 : cluster [DBG] pgmap v2769: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:02.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:02 smithi178 bash[75692]: cephadm 2024-03-21T13:11:00.344839+0000 mgr.x (mgr.34104) 4173 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:02.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:02 smithi178 bash[75692]: cluster 2024-03-21T13:11:00.435046+0000 mgr.x (mgr.34104) 4174 : cluster [DBG] pgmap v2770: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:02.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:02 smithi178 bash[75692]: cluster 2024-03-21T13:11:00.435568+0000 mgr.x (mgr.34104) 4175 : cluster [DBG] pgmap v2771: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:02.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:02 smithi178 bash[75692]: cephadm 2024-03-21T13:11:00.443464+0000 mgr.x (mgr.34104) 4176 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:02.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:02 smithi178 bash[75692]: cluster 2024-03-21T13:11:00.534569+0000 mgr.x (mgr.34104) 4177 : cluster [DBG] pgmap v2772: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:02.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:02 smithi178 bash[75692]: cluster 2024-03-21T13:11:00.534801+0000 mgr.x (mgr.34104) 4178 : cluster [DBG] pgmap v2773: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:02.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:02 smithi178 bash[75692]: cephadm 2024-03-21T13:11:00.543765+0000 mgr.x (mgr.34104) 4179 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:02.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:02 smithi178 bash[75692]: cluster 2024-03-21T13:11:00.631573+0000 mgr.x (mgr.34104) 4180 : cluster [DBG] pgmap v2774: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:02.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:02 smithi178 bash[75692]: cluster 2024-03-21T13:11:00.631791+0000 mgr.x (mgr.34104) 4181 : cluster [DBG] pgmap v2775: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:02.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:02 smithi178 bash[75692]: cephadm 2024-03-21T13:11:00.641367+0000 mgr.x (mgr.34104) 4182 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:02.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:02 smithi178 bash[75692]: cluster 2024-03-21T13:11:00.732698+0000 mgr.x (mgr.34104) 4183 : cluster [DBG] pgmap v2776: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:02.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:02 smithi178 bash[75692]: cluster 2024-03-21T13:11:00.733177+0000 mgr.x (mgr.34104) 4184 : cluster [DBG] pgmap v2777: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:02.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:02 smithi178 bash[75692]: cephadm 2024-03-21T13:11:00.742796+0000 mgr.x (mgr.34104) 4185 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:02.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:02 smithi178 bash[75692]: cluster 2024-03-21T13:11:00.833532+0000 mgr.x (mgr.34104) 4186 : cluster [DBG] pgmap v2778: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:02.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:02 smithi178 bash[75692]: cluster 2024-03-21T13:11:00.834075+0000 mgr.x (mgr.34104) 4187 : cluster [DBG] pgmap v2779: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:02.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:02 smithi178 bash[75692]: cephadm 2024-03-21T13:11:00.843746+0000 mgr.x (mgr.34104) 4188 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:02.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:02 smithi178 bash[75692]: cluster 2024-03-21T13:11:00.934947+0000 mgr.x (mgr.34104) 4189 : cluster [DBG] pgmap v2780: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:02.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:02 smithi178 bash[75692]: cephadm 2024-03-21T13:11:00.944201+0000 mgr.x (mgr.34104) 4190 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:02.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:02 smithi178 bash[77880]: audit 2024-03-21T13:11:00.963849+0000 mgr.x (mgr.34104) 4191 : audit [DBG] from='client.15585 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:11:02.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:02 smithi178 bash[77880]: cluster 2024-03-21T13:11:01.033246+0000 mgr.x (mgr.34104) 4192 : cluster [DBG] pgmap v2781: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:02.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:02 smithi178 bash[77880]: cluster 2024-03-21T13:11:01.033727+0000 mgr.x (mgr.34104) 4193 : cluster [DBG] pgmap v2782: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:02.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:02 smithi178 bash[77880]: cephadm 2024-03-21T13:11:01.043933+0000 mgr.x (mgr.34104) 4194 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:02.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:02 smithi178 bash[77880]: cluster 2024-03-21T13:11:01.135476+0000 mgr.x (mgr.34104) 4195 : cluster [DBG] pgmap v2783: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:02.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:02 smithi178 bash[77880]: cluster 2024-03-21T13:11:01.135761+0000 mgr.x (mgr.34104) 4196 : cluster [DBG] pgmap v2784: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:02.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:02 smithi178 bash[77880]: cephadm 2024-03-21T13:11:01.145942+0000 mgr.x (mgr.34104) 4197 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:02.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:02 smithi178 bash[77880]: cluster 2024-03-21T13:11:01.234939+0000 mgr.x (mgr.34104) 4198 : cluster [DBG] pgmap v2785: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:02.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:02 smithi178 bash[77880]: cluster 2024-03-21T13:11:01.235235+0000 mgr.x (mgr.34104) 4199 : cluster [DBG] pgmap v2786: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:02.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:02 smithi178 bash[77880]: cephadm 2024-03-21T13:11:01.245470+0000 mgr.x (mgr.34104) 4200 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:02.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:02 smithi178 bash[77880]: audit 2024-03-21T13:11:01.326346+0000 mon.a (mon.0) 6325 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:02.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:02 smithi178 bash[77880]: audit 2024-03-21T13:11:01.328964+0000 mon.a (mon.0) 6326 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:02.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:02 smithi178 bash[77880]: audit 2024-03-21T13:11:01.331830+0000 mon.a (mon.0) 6327 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:02.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:02 smithi178 bash[77880]: audit 2024-03-21T13:11:01.332862+0000 mon.a (mon.0) 6328 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:02.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:02 smithi178 bash[77880]: audit 2024-03-21T13:11:01.343072+0000 mon.a (mon.0) 6329 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:02.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:02 smithi178 bash[77880]: audit 2024-03-21T13:11:01.426601+0000 mon.a (mon.0) 6330 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:02.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:02 smithi178 bash[77880]: audit 2024-03-21T13:11:01.429380+0000 mon.a (mon.0) 6331 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:02.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:02 smithi178 bash[77880]: audit 2024-03-21T13:11:01.432247+0000 mon.a (mon.0) 6332 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:02.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:02 smithi178 bash[77880]: audit 2024-03-21T13:11:01.433331+0000 mon.a (mon.0) 6333 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:02.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:02 smithi178 bash[77880]: audit 2024-03-21T13:11:01.442640+0000 mon.a (mon.0) 6334 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:02.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:02 smithi178 bash[75692]: audit 2024-03-21T13:11:00.963849+0000 mgr.x (mgr.34104) 4191 : audit [DBG] from='client.15585 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:11:02.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:02 smithi178 bash[75692]: cluster 2024-03-21T13:11:01.033246+0000 mgr.x (mgr.34104) 4192 : cluster [DBG] pgmap v2781: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:02.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:02 smithi178 bash[75692]: cluster 2024-03-21T13:11:01.033727+0000 mgr.x (mgr.34104) 4193 : cluster [DBG] pgmap v2782: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:02.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:02 smithi178 bash[75692]: cephadm 2024-03-21T13:11:01.043933+0000 mgr.x (mgr.34104) 4194 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:02.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:02 smithi178 bash[75692]: cluster 2024-03-21T13:11:01.135476+0000 mgr.x (mgr.34104) 4195 : cluster [DBG] pgmap v2783: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:02.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:02 smithi178 bash[75692]: cluster 2024-03-21T13:11:01.135761+0000 mgr.x (mgr.34104) 4196 : cluster [DBG] pgmap v2784: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:02.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:02 smithi178 bash[75692]: cephadm 2024-03-21T13:11:01.145942+0000 mgr.x (mgr.34104) 4197 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:02.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:02 smithi178 bash[75692]: cluster 2024-03-21T13:11:01.234939+0000 mgr.x (mgr.34104) 4198 : cluster [DBG] pgmap v2785: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:02.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:02 smithi178 bash[75692]: cluster 2024-03-21T13:11:01.235235+0000 mgr.x (mgr.34104) 4199 : cluster [DBG] pgmap v2786: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:02.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:02 smithi178 bash[75692]: cephadm 2024-03-21T13:11:01.245470+0000 mgr.x (mgr.34104) 4200 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:02.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:02 smithi178 bash[75692]: audit 2024-03-21T13:11:01.326346+0000 mon.a (mon.0) 6325 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:02.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:02 smithi178 bash[75692]: audit 2024-03-21T13:11:01.328964+0000 mon.a (mon.0) 6326 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:02.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:02 smithi178 bash[75692]: audit 2024-03-21T13:11:01.331830+0000 mon.a (mon.0) 6327 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:02.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:02 smithi178 bash[75692]: audit 2024-03-21T13:11:01.332862+0000 mon.a (mon.0) 6328 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:02.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:02 smithi178 bash[75692]: audit 2024-03-21T13:11:01.343072+0000 mon.a (mon.0) 6329 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:02.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:02 smithi178 bash[75692]: audit 2024-03-21T13:11:01.426601+0000 mon.a (mon.0) 6330 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:02.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:02 smithi178 bash[75692]: audit 2024-03-21T13:11:01.429380+0000 mon.a (mon.0) 6331 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:02.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:02 smithi178 bash[75692]: audit 2024-03-21T13:11:01.432247+0000 mon.a (mon.0) 6332 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:02.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:02 smithi178 bash[75692]: audit 2024-03-21T13:11:01.433331+0000 mon.a (mon.0) 6333 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:02.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:02 smithi178 bash[75692]: audit 2024-03-21T13:11:01.442640+0000 mon.a (mon.0) 6334 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:02.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:02 smithi178 bash[77880]: audit 2024-03-21T13:11:01.523810+0000 mon.a (mon.0) 6335 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:02.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:02 smithi178 bash[77880]: audit 2024-03-21T13:11:01.526628+0000 mon.a (mon.0) 6336 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:02.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:02 smithi178 bash[77880]: audit 2024-03-21T13:11:01.529308+0000 mon.a (mon.0) 6337 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:02.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:02 smithi178 bash[77880]: audit 2024-03-21T13:11:01.530554+0000 mon.a (mon.0) 6338 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:02.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:02 smithi178 bash[77880]: audit 2024-03-21T13:11:01.540800+0000 mon.a (mon.0) 6339 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:02.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:02 smithi178 bash[77880]: audit 2024-03-21T13:11:01.621188+0000 mon.a (mon.0) 6340 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:02.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:02 smithi178 bash[77880]: audit 2024-03-21T13:11:01.624432+0000 mon.a (mon.0) 6341 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:02.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:02 smithi178 bash[77880]: audit 2024-03-21T13:11:01.629329+0000 mon.a (mon.0) 6342 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:02.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:02 smithi178 bash[77880]: audit 2024-03-21T13:11:01.630803+0000 mon.a (mon.0) 6343 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:02.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:02 smithi178 bash[77880]: audit 2024-03-21T13:11:01.642368+0000 mon.a (mon.0) 6344 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:02.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:02 smithi178 bash[77880]: audit 2024-03-21T13:11:01.721167+0000 mon.a (mon.0) 6345 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:02.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:02 smithi178 bash[77880]: audit 2024-03-21T13:11:01.724340+0000 mon.a (mon.0) 6346 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:02.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:02 smithi178 bash[77880]: audit 2024-03-21T13:11:01.726955+0000 mon.a (mon.0) 6347 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:02.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:02 smithi178 bash[77880]: audit 2024-03-21T13:11:01.728011+0000 mon.a (mon.0) 6348 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:02.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:02 smithi178 bash[77880]: audit 2024-03-21T13:11:01.738580+0000 mon.a (mon.0) 6349 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:02.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:02 smithi178 bash[77880]: audit 2024-03-21T13:11:01.819808+0000 mon.a (mon.0) 6350 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:02.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:02 smithi178 bash[77880]: audit 2024-03-21T13:11:01.823109+0000 mon.a (mon.0) 6351 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:02.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:02 smithi178 bash[77880]: audit 2024-03-21T13:11:01.825638+0000 mon.a (mon.0) 6352 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:02.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:02 smithi178 bash[77880]: audit 2024-03-21T13:11:01.826782+0000 mon.a (mon.0) 6353 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:02.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:02 smithi178 bash[75692]: audit 2024-03-21T13:11:01.523810+0000 mon.a (mon.0) 6335 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:02.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:02 smithi178 bash[75692]: audit 2024-03-21T13:11:01.526628+0000 mon.a (mon.0) 6336 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:02.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:02 smithi178 bash[75692]: audit 2024-03-21T13:11:01.529308+0000 mon.a (mon.0) 6337 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:02.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:02 smithi178 bash[75692]: audit 2024-03-21T13:11:01.530554+0000 mon.a (mon.0) 6338 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:02.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:02 smithi178 bash[75692]: audit 2024-03-21T13:11:01.540800+0000 mon.a (mon.0) 6339 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:02.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:02 smithi178 bash[75692]: audit 2024-03-21T13:11:01.621188+0000 mon.a (mon.0) 6340 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:02.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:02 smithi178 bash[75692]: audit 2024-03-21T13:11:01.624432+0000 mon.a (mon.0) 6341 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:02.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:02 smithi178 bash[75692]: audit 2024-03-21T13:11:01.629329+0000 mon.a (mon.0) 6342 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:02.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:02 smithi178 bash[75692]: audit 2024-03-21T13:11:01.630803+0000 mon.a (mon.0) 6343 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:02.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:02 smithi178 bash[75692]: audit 2024-03-21T13:11:01.642368+0000 mon.a (mon.0) 6344 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:02.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:02 smithi178 bash[75692]: audit 2024-03-21T13:11:01.721167+0000 mon.a (mon.0) 6345 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:02.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:02 smithi178 bash[75692]: audit 2024-03-21T13:11:01.724340+0000 mon.a (mon.0) 6346 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:02.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:02 smithi178 bash[75692]: audit 2024-03-21T13:11:01.726955+0000 mon.a (mon.0) 6347 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:02.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:02 smithi178 bash[75692]: audit 2024-03-21T13:11:01.728011+0000 mon.a (mon.0) 6348 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:02.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:02 smithi178 bash[75692]: audit 2024-03-21T13:11:01.738580+0000 mon.a (mon.0) 6349 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:02.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:02 smithi178 bash[75692]: audit 2024-03-21T13:11:01.819808+0000 mon.a (mon.0) 6350 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:02.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:02 smithi178 bash[75692]: audit 2024-03-21T13:11:01.823109+0000 mon.a (mon.0) 6351 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:02.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:02 smithi178 bash[75692]: audit 2024-03-21T13:11:01.825638+0000 mon.a (mon.0) 6352 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:02.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:02 smithi178 bash[75692]: audit 2024-03-21T13:11:01.826782+0000 mon.a (mon.0) 6353 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:02.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:02 smithi178 bash[77880]: audit 2024-03-21T13:11:01.838475+0000 mon.a (mon.0) 6354 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:02.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:02 smithi178 bash[77880]: audit 2024-03-21T13:11:01.923226+0000 mon.a (mon.0) 6355 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:02.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:02 smithi178 bash[77880]: audit 2024-03-21T13:11:01.926101+0000 mon.a (mon.0) 6356 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:02.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:02 smithi178 bash[77880]: audit 2024-03-21T13:11:01.929082+0000 mon.a (mon.0) 6357 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:02.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:02 smithi178 bash[77880]: audit 2024-03-21T13:11:01.930642+0000 mon.a (mon.0) 6358 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:02.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:02 smithi178 bash[77880]: audit 2024-03-21T13:11:01.941584+0000 mon.a (mon.0) 6359 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:02.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:02 smithi178 bash[77880]: audit 2024-03-21T13:11:02.021545+0000 mon.a (mon.0) 6360 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:02.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:02 smithi178 bash[77880]: audit 2024-03-21T13:11:02.024963+0000 mon.a (mon.0) 6361 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:02.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:02 smithi178 bash[77880]: audit 2024-03-21T13:11:02.028134+0000 mon.a (mon.0) 6362 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:02.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:02 smithi178 bash[77880]: audit 2024-03-21T13:11:02.030042+0000 mon.a (mon.0) 6363 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:02.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:02 smithi178 bash[77880]: audit 2024-03-21T13:11:02.041528+0000 mon.a (mon.0) 6364 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:02.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:02 smithi178 bash[77880]: audit 2024-03-21T13:11:02.121818+0000 mon.a (mon.0) 6365 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:02.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:02 smithi178 bash[77880]: audit 2024-03-21T13:11:02.126777+0000 mon.a (mon.0) 6366 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:02.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:02 smithi178 bash[77880]: audit 2024-03-21T13:11:02.130096+0000 mon.a (mon.0) 6367 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:02.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:02 smithi178 bash[77880]: audit 2024-03-21T13:11:02.131652+0000 mon.a (mon.0) 6368 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:02.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:02 smithi178 bash[77880]: audit 2024-03-21T13:11:02.143341+0000 mon.a (mon.0) 6369 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:02.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:02 smithi178 bash[77880]: audit 2024-03-21T13:11:02.223754+0000 mon.a (mon.0) 6370 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:02.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:02 smithi178 bash[77880]: audit 2024-03-21T13:11:02.227529+0000 mon.a (mon.0) 6371 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:02.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:02 smithi178 bash[77880]: audit 2024-03-21T13:11:02.231149+0000 mon.a (mon.0) 6372 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:02.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:02 smithi178 bash[77880]: audit 2024-03-21T13:11:02.232746+0000 mon.a (mon.0) 6373 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:02.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:02 smithi178 bash[77880]: audit 2024-03-21T13:11:02.244630+0000 mon.a (mon.0) 6374 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:02.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:02 smithi178 bash[75692]: audit 2024-03-21T13:11:01.838475+0000 mon.a (mon.0) 6354 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:02.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:02 smithi178 bash[75692]: audit 2024-03-21T13:11:01.923226+0000 mon.a (mon.0) 6355 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:02.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:02 smithi178 bash[75692]: audit 2024-03-21T13:11:01.926101+0000 mon.a (mon.0) 6356 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:02.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:02 smithi178 bash[75692]: audit 2024-03-21T13:11:01.929082+0000 mon.a (mon.0) 6357 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:02.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:02 smithi178 bash[75692]: audit 2024-03-21T13:11:01.930642+0000 mon.a (mon.0) 6358 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:02.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:02 smithi178 bash[75692]: audit 2024-03-21T13:11:01.941584+0000 mon.a (mon.0) 6359 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:02.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:02 smithi178 bash[75692]: audit 2024-03-21T13:11:02.021545+0000 mon.a (mon.0) 6360 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:02.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:02 smithi178 bash[75692]: audit 2024-03-21T13:11:02.024963+0000 mon.a (mon.0) 6361 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:02.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:02 smithi178 bash[75692]: audit 2024-03-21T13:11:02.028134+0000 mon.a (mon.0) 6362 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:02.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:02 smithi178 bash[75692]: audit 2024-03-21T13:11:02.030042+0000 mon.a (mon.0) 6363 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:02.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:02 smithi178 bash[75692]: audit 2024-03-21T13:11:02.041528+0000 mon.a (mon.0) 6364 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:02.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:02 smithi178 bash[75692]: audit 2024-03-21T13:11:02.121818+0000 mon.a (mon.0) 6365 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:02.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:02 smithi178 bash[75692]: audit 2024-03-21T13:11:02.126777+0000 mon.a (mon.0) 6366 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:02.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:02 smithi178 bash[75692]: audit 2024-03-21T13:11:02.130096+0000 mon.a (mon.0) 6367 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:02.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:02 smithi178 bash[75692]: audit 2024-03-21T13:11:02.131652+0000 mon.a (mon.0) 6368 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:02.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:02 smithi178 bash[75692]: audit 2024-03-21T13:11:02.143341+0000 mon.a (mon.0) 6369 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:02.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:02 smithi178 bash[75692]: audit 2024-03-21T13:11:02.223754+0000 mon.a (mon.0) 6370 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:02.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:02 smithi178 bash[75692]: audit 2024-03-21T13:11:02.227529+0000 mon.a (mon.0) 6371 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:02.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:02 smithi178 bash[75692]: audit 2024-03-21T13:11:02.231149+0000 mon.a (mon.0) 6372 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:02.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:02 smithi178 bash[75692]: audit 2024-03-21T13:11:02.232746+0000 mon.a (mon.0) 6373 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:02.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:02 smithi178 bash[75692]: audit 2024-03-21T13:11:02.244630+0000 mon.a (mon.0) 6374 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:02.561 INFO:teuthology.orchestra.run.smithi178.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-21T13:11:02.561 INFO:teuthology.orchestra.run.smithi178.stdout:agent.smithi178 smithi178 running 18s ago 25m - - 2024-03-21T13:11:02.561 INFO:teuthology.orchestra.run.smithi178.stdout:agent.smithi184 smithi184 running 13s ago 24m - - 2024-03-21T13:11:02.562 INFO:teuthology.orchestra.run.smithi178.stdout:alertmanager.a smithi178 *:9093,9094 running (11m) 18s ago 17m 17.7M - 0.23.0 ba2b418f427c b9533705fcaf 2024-03-21T13:11:02.562 INFO:teuthology.orchestra.run.smithi178.stdout:grafana.a smithi184 *:3000 error 13s ago 17m - - 2024-03-21T13:11:02.562 INFO:teuthology.orchestra.run.smithi178.stdout:iscsi.foo.smithi178.qfgpzc smithi178 running (9m) 18s ago 15m 50.7M - 3.5 e1d6a67b021e 8cd81f5e1d31 2024-03-21T13:11:02.562 INFO:teuthology.orchestra.run.smithi178.stdout:mgr.x smithi184 *:8443,9283,8765 running (9m) 13s ago 24m 536M - 19.0.0-2267-g960fbbe4 19e12293512f 23b748469eab 2024-03-21T13:11:02.562 INFO:teuthology.orchestra.run.smithi178.stdout:mgr.y smithi178 *:8443,9283,8765 running (8m) 18s ago 26m 447M - 19.0.0-2267-g960fbbe4 19e12293512f 4b58d9293a93 2024-03-21T13:11:02.562 INFO:teuthology.orchestra.run.smithi178.stdout:mon.a smithi178 running (7m) 18s ago 26m 129M 2048M 19.0.0-2267-g960fbbe4 19e12293512f cdcc04604451 2024-03-21T13:11:02.562 INFO:teuthology.orchestra.run.smithi178.stdout:mon.b smithi184 running (7m) 13s ago 24m 60.6M 2048M 19.0.0-2267-g960fbbe4 19e12293512f 209431841a07 2024-03-21T13:11:02.562 INFO:teuthology.orchestra.run.smithi178.stdout:mon.c smithi178 running (7m) 18s ago 24m 64.7M 2048M 19.0.0-2267-g960fbbe4 19e12293512f 1de13280fabe 2024-03-21T13:11:02.562 INFO:teuthology.orchestra.run.smithi178.stdout:node-exporter.a smithi178 *:9100 running (11m) 18s ago 18m 12.5M - 1.3.1 1dbe0e931976 5d4ec1307be5 2024-03-21T13:11:02.562 INFO:teuthology.orchestra.run.smithi178.stdout:node-exporter.b smithi184 *:9100 running (10m) 13s ago 18m 12.6M - 1.3.1 1dbe0e931976 2a37d9a9b638 2024-03-21T13:11:02.562 INFO:teuthology.orchestra.run.smithi178.stdout:osd.0 smithi178 running (5m) 18s ago 23m 61.3M 4096M 19.0.0-2267-g960fbbe4 19e12293512f ca44aa92861d 2024-03-21T13:11:02.562 INFO:teuthology.orchestra.run.smithi178.stdout:osd.1 smithi178 running (4m) 18s ago 23m 60.0M 4096M 19.0.0-2267-g960fbbe4 19e12293512f c559dec8e3df 2024-03-21T13:11:02.562 INFO:teuthology.orchestra.run.smithi178.stdout:osd.2 smithi178 running (4m) 18s ago 22m 59.4M 4096M 19.0.0-2267-g960fbbe4 19e12293512f 4ba78eee5937 2024-03-21T13:11:02.563 INFO:teuthology.orchestra.run.smithi178.stdout:osd.3 smithi178 running (3m) 18s ago 21m 57.2M 4096M 19.0.0-2267-g960fbbe4 19e12293512f f26cfcfca7d2 2024-03-21T13:11:02.563 INFO:teuthology.orchestra.run.smithi178.stdout:osd.4 smithi184 running (2m) 13s ago 21m 61.6M 4096M 19.0.0-2267-g960fbbe4 19e12293512f fdbedcf7f562 2024-03-21T13:11:02.563 INFO:teuthology.orchestra.run.smithi178.stdout:osd.5 smithi184 running (2m) 13s ago 20m 60.1M 4096M 19.0.0-2267-g960fbbe4 19e12293512f ea53f5dd04b2 2024-03-21T13:11:02.563 INFO:teuthology.orchestra.run.smithi178.stdout:osd.6 smithi184 running (85s) 13s ago 19m 52.6M 4096M 19.0.0-2267-g960fbbe4 19e12293512f b0765c5eb8f0 2024-03-21T13:11:02.563 INFO:teuthology.orchestra.run.smithi178.stdout:osd.7 smithi184 running (45s) 13s ago 19m 58.0M 4096M 19.0.0-2267-g960fbbe4 19e12293512f caf9c8ff9a5b 2024-03-21T13:11:02.563 INFO:teuthology.orchestra.run.smithi178.stdout:prometheus.a smithi184 *:9095 running (9m) 13s ago 18m 71.4M - 2.33.4 514e6a882f6e 68f156839b90 2024-03-21T13:11:02.563 INFO:teuthology.orchestra.run.smithi178.stdout:rgw.foo.smithi178.amgrte smithi178 *:8000 running (28s) 18s ago 16m 89.6M - 19.0.0-2267-g960fbbe4 19e12293512f d50d551d1986 2024-03-21T13:11:02.563 INFO:teuthology.orchestra.run.smithi178.stdout:rgw.foo.smithi184.sylqte smithi184 *:8000 starting - - - - 2024-03-21T13:11:02.563 INFO:teuthology.orchestra.run.smithi178.stdout:rgw.smpl.smithi178.avyvkd smithi178 *:80 running 18s ago 15m - - 2024-03-21T13:11:02.563 INFO:teuthology.orchestra.run.smithi178.stdout:rgw.smpl.smithi184.ccsuhn smithi184 *:80 starting - - - - 2024-03-21T13:11:02.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:02 smithi184 bash[59794]: cluster 2024-03-21T13:11:00.335877+0000 mgr.x (mgr.34104) 4171 : cluster [DBG] pgmap v2768: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:02.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:02 smithi184 bash[59794]: cluster 2024-03-21T13:11:00.336311+0000 mgr.x (mgr.34104) 4172 : cluster [DBG] pgmap v2769: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:02.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:02 smithi184 bash[59794]: cephadm 2024-03-21T13:11:00.344839+0000 mgr.x (mgr.34104) 4173 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:02.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:02 smithi184 bash[59794]: cluster 2024-03-21T13:11:00.435046+0000 mgr.x (mgr.34104) 4174 : cluster [DBG] pgmap v2770: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:02.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:02 smithi184 bash[59794]: cluster 2024-03-21T13:11:00.435568+0000 mgr.x (mgr.34104) 4175 : cluster [DBG] pgmap v2771: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:02.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:02 smithi184 bash[59794]: cephadm 2024-03-21T13:11:00.443464+0000 mgr.x (mgr.34104) 4176 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:02.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:02 smithi184 bash[59794]: cluster 2024-03-21T13:11:00.534569+0000 mgr.x (mgr.34104) 4177 : cluster [DBG] pgmap v2772: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:02.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:02 smithi184 bash[59794]: cluster 2024-03-21T13:11:00.534801+0000 mgr.x (mgr.34104) 4178 : cluster [DBG] pgmap v2773: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:02.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:02 smithi184 bash[59794]: cephadm 2024-03-21T13:11:00.543765+0000 mgr.x (mgr.34104) 4179 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:02.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:02 smithi184 bash[59794]: cluster 2024-03-21T13:11:00.631573+0000 mgr.x (mgr.34104) 4180 : cluster [DBG] pgmap v2774: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:02.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:02 smithi184 bash[59794]: cluster 2024-03-21T13:11:00.631791+0000 mgr.x (mgr.34104) 4181 : cluster [DBG] pgmap v2775: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:02.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:02 smithi184 bash[59794]: cephadm 2024-03-21T13:11:00.641367+0000 mgr.x (mgr.34104) 4182 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:02.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:02 smithi184 bash[59794]: cluster 2024-03-21T13:11:00.732698+0000 mgr.x (mgr.34104) 4183 : cluster [DBG] pgmap v2776: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:02.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:02 smithi184 bash[59794]: cluster 2024-03-21T13:11:00.733177+0000 mgr.x (mgr.34104) 4184 : cluster [DBG] pgmap v2777: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:02.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:02 smithi184 bash[59794]: cephadm 2024-03-21T13:11:00.742796+0000 mgr.x (mgr.34104) 4185 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:02.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:02 smithi184 bash[59794]: cluster 2024-03-21T13:11:00.833532+0000 mgr.x (mgr.34104) 4186 : cluster [DBG] pgmap v2778: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:02.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:02 smithi184 bash[59794]: cluster 2024-03-21T13:11:00.834075+0000 mgr.x (mgr.34104) 4187 : cluster [DBG] pgmap v2779: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:02.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:02 smithi184 bash[59794]: cephadm 2024-03-21T13:11:00.843746+0000 mgr.x (mgr.34104) 4188 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:02.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:02 smithi184 bash[59794]: cluster 2024-03-21T13:11:00.934947+0000 mgr.x (mgr.34104) 4189 : cluster [DBG] pgmap v2780: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:02.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:02 smithi184 bash[59794]: cephadm 2024-03-21T13:11:00.944201+0000 mgr.x (mgr.34104) 4190 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:02.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:02 smithi184 bash[59794]: audit 2024-03-21T13:11:00.963849+0000 mgr.x (mgr.34104) 4191 : audit [DBG] from='client.15585 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:11:02.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:02 smithi184 bash[59794]: cluster 2024-03-21T13:11:01.033246+0000 mgr.x (mgr.34104) 4192 : cluster [DBG] pgmap v2781: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:02.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:02 smithi184 bash[59794]: cluster 2024-03-21T13:11:01.033727+0000 mgr.x (mgr.34104) 4193 : cluster [DBG] pgmap v2782: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:02.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:02 smithi184 bash[59794]: cephadm 2024-03-21T13:11:01.043933+0000 mgr.x (mgr.34104) 4194 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:02.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:02 smithi184 bash[59794]: cluster 2024-03-21T13:11:01.135476+0000 mgr.x (mgr.34104) 4195 : cluster [DBG] pgmap v2783: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:02.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:02 smithi184 bash[59794]: cluster 2024-03-21T13:11:01.135761+0000 mgr.x (mgr.34104) 4196 : cluster [DBG] pgmap v2784: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:02.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:02 smithi184 bash[59794]: cephadm 2024-03-21T13:11:01.145942+0000 mgr.x (mgr.34104) 4197 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:02.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:02 smithi184 bash[59794]: cluster 2024-03-21T13:11:01.234939+0000 mgr.x (mgr.34104) 4198 : cluster [DBG] pgmap v2785: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:02.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:02 smithi184 bash[59794]: cluster 2024-03-21T13:11:01.235235+0000 mgr.x (mgr.34104) 4199 : cluster [DBG] pgmap v2786: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:02.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:02 smithi184 bash[59794]: cephadm 2024-03-21T13:11:01.245470+0000 mgr.x (mgr.34104) 4200 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:02.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:02 smithi184 bash[59794]: audit 2024-03-21T13:11:01.326346+0000 mon.a (mon.0) 6325 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:02.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:02 smithi184 bash[59794]: audit 2024-03-21T13:11:01.328964+0000 mon.a (mon.0) 6326 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:02.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:02 smithi184 bash[59794]: audit 2024-03-21T13:11:01.331830+0000 mon.a (mon.0) 6327 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:02.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:02 smithi184 bash[59794]: audit 2024-03-21T13:11:01.332862+0000 mon.a (mon.0) 6328 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:02.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:02 smithi184 bash[59794]: audit 2024-03-21T13:11:01.343072+0000 mon.a (mon.0) 6329 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:02.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:02 smithi184 bash[59794]: audit 2024-03-21T13:11:01.426601+0000 mon.a (mon.0) 6330 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:02.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:02 smithi184 bash[59794]: audit 2024-03-21T13:11:01.429380+0000 mon.a (mon.0) 6331 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:02.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:02 smithi184 bash[59794]: audit 2024-03-21T13:11:01.432247+0000 mon.a (mon.0) 6332 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:02.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:02 smithi184 bash[59794]: audit 2024-03-21T13:11:01.433331+0000 mon.a (mon.0) 6333 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:02.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:02 smithi184 bash[59794]: audit 2024-03-21T13:11:01.442640+0000 mon.a (mon.0) 6334 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:02.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:02 smithi184 bash[59794]: audit 2024-03-21T13:11:01.523810+0000 mon.a (mon.0) 6335 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:02.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:02 smithi184 bash[59794]: audit 2024-03-21T13:11:01.526628+0000 mon.a (mon.0) 6336 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:02.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:02 smithi184 bash[59794]: audit 2024-03-21T13:11:01.529308+0000 mon.a (mon.0) 6337 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:02.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:02 smithi184 bash[59794]: audit 2024-03-21T13:11:01.530554+0000 mon.a (mon.0) 6338 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:02.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:02 smithi184 bash[59794]: audit 2024-03-21T13:11:01.540800+0000 mon.a (mon.0) 6339 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:02.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:02 smithi184 bash[59794]: audit 2024-03-21T13:11:01.621188+0000 mon.a (mon.0) 6340 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:02.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:02 smithi184 bash[59794]: audit 2024-03-21T13:11:01.624432+0000 mon.a (mon.0) 6341 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:02.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:02 smithi184 bash[59794]: audit 2024-03-21T13:11:01.629329+0000 mon.a (mon.0) 6342 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:02.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:02 smithi184 bash[59794]: audit 2024-03-21T13:11:01.630803+0000 mon.a (mon.0) 6343 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:02.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:02 smithi184 bash[59794]: audit 2024-03-21T13:11:01.642368+0000 mon.a (mon.0) 6344 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:02.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:02 smithi184 bash[59794]: audit 2024-03-21T13:11:01.721167+0000 mon.a (mon.0) 6345 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:02.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:02 smithi184 bash[59794]: audit 2024-03-21T13:11:01.724340+0000 mon.a (mon.0) 6346 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:02.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:02 smithi184 bash[59794]: audit 2024-03-21T13:11:01.726955+0000 mon.a (mon.0) 6347 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:02.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:02 smithi184 bash[59794]: audit 2024-03-21T13:11:01.728011+0000 mon.a (mon.0) 6348 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:02.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:02 smithi184 bash[59794]: audit 2024-03-21T13:11:01.738580+0000 mon.a (mon.0) 6349 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:02.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:02 smithi184 bash[59794]: audit 2024-03-21T13:11:01.819808+0000 mon.a (mon.0) 6350 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:02.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:02 smithi184 bash[59794]: audit 2024-03-21T13:11:01.823109+0000 mon.a (mon.0) 6351 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:02.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:02 smithi184 bash[59794]: audit 2024-03-21T13:11:01.825638+0000 mon.a (mon.0) 6352 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:02.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:02 smithi184 bash[59794]: audit 2024-03-21T13:11:01.826782+0000 mon.a (mon.0) 6353 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:02.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:02 smithi184 bash[59794]: audit 2024-03-21T13:11:01.838475+0000 mon.a (mon.0) 6354 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:02.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:02 smithi184 bash[59794]: audit 2024-03-21T13:11:01.923226+0000 mon.a (mon.0) 6355 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:02.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:02 smithi184 bash[59794]: audit 2024-03-21T13:11:01.926101+0000 mon.a (mon.0) 6356 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:02.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:02 smithi184 bash[59794]: audit 2024-03-21T13:11:01.929082+0000 mon.a (mon.0) 6357 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:02.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:02 smithi184 bash[59794]: audit 2024-03-21T13:11:01.930642+0000 mon.a (mon.0) 6358 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:02.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:02 smithi184 bash[59794]: audit 2024-03-21T13:11:01.941584+0000 mon.a (mon.0) 6359 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:02.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:02 smithi184 bash[59794]: audit 2024-03-21T13:11:02.021545+0000 mon.a (mon.0) 6360 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:02.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:02 smithi184 bash[59794]: audit 2024-03-21T13:11:02.024963+0000 mon.a (mon.0) 6361 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:02.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:02 smithi184 bash[59794]: audit 2024-03-21T13:11:02.028134+0000 mon.a (mon.0) 6362 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:02.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:02 smithi184 bash[59794]: audit 2024-03-21T13:11:02.030042+0000 mon.a (mon.0) 6363 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:02.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:02 smithi184 bash[59794]: audit 2024-03-21T13:11:02.041528+0000 mon.a (mon.0) 6364 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:02.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:02 smithi184 bash[59794]: audit 2024-03-21T13:11:02.121818+0000 mon.a (mon.0) 6365 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:02.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:02 smithi184 bash[59794]: audit 2024-03-21T13:11:02.126777+0000 mon.a (mon.0) 6366 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:02.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:02 smithi184 bash[59794]: audit 2024-03-21T13:11:02.130096+0000 mon.a (mon.0) 6367 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:02.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:02 smithi184 bash[59794]: audit 2024-03-21T13:11:02.131652+0000 mon.a (mon.0) 6368 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:02.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:02 smithi184 bash[59794]: audit 2024-03-21T13:11:02.143341+0000 mon.a (mon.0) 6369 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:02.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:02 smithi184 bash[59794]: audit 2024-03-21T13:11:02.223754+0000 mon.a (mon.0) 6370 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:02.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:02 smithi184 bash[59794]: audit 2024-03-21T13:11:02.227529+0000 mon.a (mon.0) 6371 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:02.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:02 smithi184 bash[59794]: audit 2024-03-21T13:11:02.231149+0000 mon.a (mon.0) 6372 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:02.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:02 smithi184 bash[59794]: audit 2024-03-21T13:11:02.232746+0000 mon.a (mon.0) 6373 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:02.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:02 smithi184 bash[59794]: audit 2024-03-21T13:11:02.244630+0000 mon.a (mon.0) 6374 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:03.027 INFO:teuthology.orchestra.run.smithi178.stdout:{ 2024-03-21T13:11:03.027 INFO:teuthology.orchestra.run.smithi178.stdout: "mon": { 2024-03-21T13:11:03.027 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 3 2024-03-21T13:11:03.027 INFO:teuthology.orchestra.run.smithi178.stdout: }, 2024-03-21T13:11:03.027 INFO:teuthology.orchestra.run.smithi178.stdout: "mgr": { 2024-03-21T13:11:03.028 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 2 2024-03-21T13:11:03.028 INFO:teuthology.orchestra.run.smithi178.stdout: }, 2024-03-21T13:11:03.028 INFO:teuthology.orchestra.run.smithi178.stdout: "osd": { 2024-03-21T13:11:03.028 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 8 2024-03-21T13:11:03.028 INFO:teuthology.orchestra.run.smithi178.stdout: }, 2024-03-21T13:11:03.028 INFO:teuthology.orchestra.run.smithi178.stdout: "rgw": { 2024-03-21T13:11:03.028 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 4 2024-03-21T13:11:03.028 INFO:teuthology.orchestra.run.smithi178.stdout: }, 2024-03-21T13:11:03.028 INFO:teuthology.orchestra.run.smithi178.stdout: "overall": { 2024-03-21T13:11:03.028 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 17 2024-03-21T13:11:03.028 INFO:teuthology.orchestra.run.smithi178.stdout: } 2024-03-21T13:11:03.028 INFO:teuthology.orchestra.run.smithi178.stdout:} 2024-03-21T13:11:03.432 INFO:teuthology.orchestra.run.smithi178.stdout:{ 2024-03-21T13:11:03.433 INFO:teuthology.orchestra.run.smithi178.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753", 2024-03-21T13:11:03.433 INFO:teuthology.orchestra.run.smithi178.stdout: "in_progress": true, 2024-03-21T13:11:03.433 INFO:teuthology.orchestra.run.smithi178.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-21T13:11:03.433 INFO:teuthology.orchestra.run.smithi178.stdout: "services_complete": [ 2024-03-21T13:11:03.433 INFO:teuthology.orchestra.run.smithi178.stdout: "mgr", 2024-03-21T13:11:03.433 INFO:teuthology.orchestra.run.smithi178.stdout: "osd", 2024-03-21T13:11:03.433 INFO:teuthology.orchestra.run.smithi178.stdout: "mon" 2024-03-21T13:11:03.433 INFO:teuthology.orchestra.run.smithi178.stdout: ], 2024-03-21T13:11:03.433 INFO:teuthology.orchestra.run.smithi178.stdout: "progress": "14/23 daemons upgraded", 2024-03-21T13:11:03.433 INFO:teuthology.orchestra.run.smithi178.stdout: "message": "Currently upgrading rgw daemons", 2024-03-21T13:11:03.433 INFO:teuthology.orchestra.run.smithi178.stdout: "is_paused": false 2024-03-21T13:11:03.433 INFO:teuthology.orchestra.run.smithi178.stdout:} 2024-03-21T13:11:03.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[75692]: cluster 2024-03-21T13:11:01.335342+0000 mgr.x (mgr.34104) 4201 : cluster [DBG] pgmap v2787: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:03.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[75692]: cluster 2024-03-21T13:11:01.335803+0000 mgr.x (mgr.34104) 4202 : cluster [DBG] pgmap v2788: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:03.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[75692]: cephadm 2024-03-21T13:11:01.344177+0000 mgr.x (mgr.34104) 4203 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:03.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[75692]: cluster 2024-03-21T13:11:01.435642+0000 mgr.x (mgr.34104) 4204 : cluster [DBG] pgmap v2789: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:03.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[75692]: cluster 2024-03-21T13:11:01.436082+0000 mgr.x (mgr.34104) 4205 : cluster [DBG] pgmap v2790: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:03.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[75692]: cephadm 2024-03-21T13:11:01.443813+0000 mgr.x (mgr.34104) 4206 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:03.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[75692]: cluster 2024-03-21T13:11:01.533054+0000 mgr.x (mgr.34104) 4207 : cluster [DBG] pgmap v2791: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:03.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[75692]: cluster 2024-03-21T13:11:01.533555+0000 mgr.x (mgr.34104) 4208 : cluster [DBG] pgmap v2792: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:03.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[75692]: cephadm 2024-03-21T13:11:01.542265+0000 mgr.x (mgr.34104) 4209 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:03.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[75692]: cluster 2024-03-21T13:11:01.633934+0000 mgr.x (mgr.34104) 4210 : cluster [DBG] pgmap v2793: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:03.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[75692]: cluster 2024-03-21T13:11:01.634378+0000 mgr.x (mgr.34104) 4211 : cluster [DBG] pgmap v2794: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:03.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[75692]: cephadm 2024-03-21T13:11:01.643756+0000 mgr.x (mgr.34104) 4212 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:03.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[75692]: cluster 2024-03-21T13:11:01.730174+0000 mgr.x (mgr.34104) 4213 : cluster [DBG] pgmap v2795: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:03.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[75692]: cluster 2024-03-21T13:11:01.730371+0000 mgr.x (mgr.34104) 4214 : cluster [DBG] pgmap v2796: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:03.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[75692]: audit 2024-03-21T13:11:01.731459+0000 mgr.x (mgr.34104) 4215 : audit [DBG] from='client.44769 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:11:03.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[75692]: cephadm 2024-03-21T13:11:01.740068+0000 mgr.x (mgr.34104) 4216 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:03.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[75692]: cluster 2024-03-21T13:11:01.829531+0000 mgr.x (mgr.34104) 4217 : cluster [DBG] pgmap v2797: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:03.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[75692]: cluster 2024-03-21T13:11:01.829798+0000 mgr.x (mgr.34104) 4218 : cluster [DBG] pgmap v2798: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:03.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[75692]: cephadm 2024-03-21T13:11:01.839869+0000 mgr.x (mgr.34104) 4219 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:03.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[75692]: cluster 2024-03-21T13:11:01.933381+0000 mgr.x (mgr.34104) 4220 : cluster [DBG] pgmap v2799: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:03.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[75692]: cluster 2024-03-21T13:11:01.933771+0000 mgr.x (mgr.34104) 4221 : cluster [DBG] pgmap v2800: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:03.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[75692]: cephadm 2024-03-21T13:11:01.943074+0000 mgr.x (mgr.34104) 4222 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:03.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[75692]: cluster 2024-03-21T13:11:02.033468+0000 mgr.x (mgr.34104) 4223 : cluster [DBG] pgmap v2801: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:03.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[75692]: cluster 2024-03-21T13:11:02.033744+0000 mgr.x (mgr.34104) 4224 : cluster [DBG] pgmap v2802: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:03.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[75692]: cephadm 2024-03-21T13:11:02.043092+0000 mgr.x (mgr.34104) 4225 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:03.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[75692]: cluster 2024-03-21T13:11:02.134590+0000 mgr.x (mgr.34104) 4226 : cluster [DBG] pgmap v2803: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:03.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[75692]: cluster 2024-03-21T13:11:02.134921+0000 mgr.x (mgr.34104) 4227 : cluster [DBG] pgmap v2804: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:03.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[75692]: audit 2024-03-21T13:11:02.138163+0000 mgr.x (mgr.34104) 4228 : audit [DBG] from='client.64655 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:11:03.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[75692]: cephadm 2024-03-21T13:11:02.144578+0000 mgr.x (mgr.34104) 4229 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:03.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[75692]: cluster 2024-03-21T13:11:02.235617+0000 mgr.x (mgr.34104) 4230 : cluster [DBG] pgmap v2805: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:03.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[75692]: cluster 2024-03-21T13:11:02.235889+0000 mgr.x (mgr.34104) 4231 : cluster [DBG] pgmap v2806: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:03.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[75692]: cephadm 2024-03-21T13:11:02.245947+0000 mgr.x (mgr.34104) 4232 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:03.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[75692]: audit 2024-03-21T13:11:02.306066+0000 mon.a (mon.0) 6375 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:03.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[75692]: audit 2024-03-21T13:11:02.308524+0000 mon.a (mon.0) 6376 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:03.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[75692]: audit 2024-03-21T13:11:02.310961+0000 mon.a (mon.0) 6377 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:03.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[75692]: audit 2024-03-21T13:11:02.311933+0000 mon.a (mon.0) 6378 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:03.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[75692]: audit 2024-03-21T13:11:02.321698+0000 mon.a (mon.0) 6379 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:03.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[75692]: audit 2024-03-21T13:11:02.404775+0000 mon.a (mon.0) 6380 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:03.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[75692]: audit 2024-03-21T13:11:02.407175+0000 mon.a (mon.0) 6381 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:03.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[75692]: audit 2024-03-21T13:11:02.409802+0000 mon.a (mon.0) 6382 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:03.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[75692]: audit 2024-03-21T13:11:02.410940+0000 mon.a (mon.0) 6383 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:03.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[75692]: audit 2024-03-21T13:11:02.420598+0000 mon.a (mon.0) 6384 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:03.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[75692]: audit 2024-03-21T13:11:02.501173+0000 mon.a (mon.0) 6385 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:03.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[75692]: audit 2024-03-21T13:11:02.504900+0000 mon.a (mon.0) 6386 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:03.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[75692]: audit 2024-03-21T13:11:02.507540+0000 mon.a (mon.0) 6387 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:03.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[75692]: audit 2024-03-21T13:11:02.508703+0000 mon.a (mon.0) 6388 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:03.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[75692]: audit 2024-03-21T13:11:02.518426+0000 mon.a (mon.0) 6389 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:03.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[75692]: audit 2024-03-21T13:11:02.643196+0000 mon.a (mon.0) 6390 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:03.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[75692]: audit 2024-03-21T13:11:02.648308+0000 mon.a (mon.0) 6391 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:03.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[75692]: audit 2024-03-21T13:11:02.652772+0000 mon.a (mon.0) 6392 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:03.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[75692]: audit 2024-03-21T13:11:02.654548+0000 mon.a (mon.0) 6393 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:03.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[75692]: audit 2024-03-21T13:11:02.669284+0000 mon.a (mon.0) 6394 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:03.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[75692]: audit 2024-03-21T13:11:02.745532+0000 mon.a (mon.0) 6395 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:03.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[75692]: audit 2024-03-21T13:11:02.748554+0000 mon.a (mon.0) 6396 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:03.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[75692]: audit 2024-03-21T13:11:02.751451+0000 mon.a (mon.0) 6397 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:03.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[75692]: audit 2024-03-21T13:11:02.752714+0000 mon.a (mon.0) 6398 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:03.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[75692]: audit 2024-03-21T13:11:02.763371+0000 mon.a (mon.0) 6399 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:03.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[75692]: audit 2024-03-21T13:11:02.845912+0000 mon.a (mon.0) 6400 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:03.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[75692]: audit 2024-03-21T13:11:02.849922+0000 mon.a (mon.0) 6401 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:03.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[77880]: cluster 2024-03-21T13:11:01.335342+0000 mgr.x (mgr.34104) 4201 : cluster [DBG] pgmap v2787: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:03.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[77880]: cluster 2024-03-21T13:11:01.335803+0000 mgr.x (mgr.34104) 4202 : cluster [DBG] pgmap v2788: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:03.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[77880]: cephadm 2024-03-21T13:11:01.344177+0000 mgr.x (mgr.34104) 4203 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:03.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[77880]: cluster 2024-03-21T13:11:01.435642+0000 mgr.x (mgr.34104) 4204 : cluster [DBG] pgmap v2789: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:03.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[77880]: cluster 2024-03-21T13:11:01.436082+0000 mgr.x (mgr.34104) 4205 : cluster [DBG] pgmap v2790: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:03.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[77880]: cephadm 2024-03-21T13:11:01.443813+0000 mgr.x (mgr.34104) 4206 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:03.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[77880]: cluster 2024-03-21T13:11:01.533054+0000 mgr.x (mgr.34104) 4207 : cluster [DBG] pgmap v2791: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:03.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[77880]: cluster 2024-03-21T13:11:01.533555+0000 mgr.x (mgr.34104) 4208 : cluster [DBG] pgmap v2792: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:03.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[77880]: cephadm 2024-03-21T13:11:01.542265+0000 mgr.x (mgr.34104) 4209 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:03.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[77880]: cluster 2024-03-21T13:11:01.633934+0000 mgr.x (mgr.34104) 4210 : cluster [DBG] pgmap v2793: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:03.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[77880]: cluster 2024-03-21T13:11:01.634378+0000 mgr.x (mgr.34104) 4211 : cluster [DBG] pgmap v2794: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:03.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[77880]: cephadm 2024-03-21T13:11:01.643756+0000 mgr.x (mgr.34104) 4212 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:03.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[77880]: cluster 2024-03-21T13:11:01.730174+0000 mgr.x (mgr.34104) 4213 : cluster [DBG] pgmap v2795: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:03.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[77880]: cluster 2024-03-21T13:11:01.730371+0000 mgr.x (mgr.34104) 4214 : cluster [DBG] pgmap v2796: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:03.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[77880]: audit 2024-03-21T13:11:01.731459+0000 mgr.x (mgr.34104) 4215 : audit [DBG] from='client.44769 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:11:03.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[77880]: cephadm 2024-03-21T13:11:01.740068+0000 mgr.x (mgr.34104) 4216 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:03.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[77880]: cluster 2024-03-21T13:11:01.829531+0000 mgr.x (mgr.34104) 4217 : cluster [DBG] pgmap v2797: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:03.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[77880]: cluster 2024-03-21T13:11:01.829798+0000 mgr.x (mgr.34104) 4218 : cluster [DBG] pgmap v2798: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:03.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[77880]: cephadm 2024-03-21T13:11:01.839869+0000 mgr.x (mgr.34104) 4219 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:03.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[77880]: cluster 2024-03-21T13:11:01.933381+0000 mgr.x (mgr.34104) 4220 : cluster [DBG] pgmap v2799: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:03.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[75692]: audit 2024-03-21T13:11:02.853115+0000 mon.a (mon.0) 6402 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:03.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[75692]: audit 2024-03-21T13:11:02.854596+0000 mon.a (mon.0) 6403 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:03.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[75692]: audit 2024-03-21T13:11:02.865925+0000 mon.a (mon.0) 6404 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:03.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[75692]: audit 2024-03-21T13:11:02.944243+0000 mon.a (mon.0) 6405 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:03.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[75692]: audit 2024-03-21T13:11:02.947168+0000 mon.a (mon.0) 6406 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:03.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[75692]: audit 2024-03-21T13:11:02.950185+0000 mon.a (mon.0) 6407 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:03.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[75692]: audit 2024-03-21T13:11:02.951445+0000 mon.a (mon.0) 6408 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:03.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[75692]: audit 2024-03-21T13:11:02.961568+0000 mon.a (mon.0) 6409 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:03.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[75692]: audit 2024-03-21T13:11:03.025295+0000 mon.a (mon.0) 6410 : audit [DBG] from='client.? 172.21.15.178:0/2161579593' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:03.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[75692]: audit 2024-03-21T13:11:03.039552+0000 mon.a (mon.0) 6411 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:03.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[75692]: audit 2024-03-21T13:11:03.042785+0000 mon.a (mon.0) 6412 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:03.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[75692]: audit 2024-03-21T13:11:03.046017+0000 mon.a (mon.0) 6413 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:03.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[75692]: audit 2024-03-21T13:11:03.047165+0000 mon.a (mon.0) 6414 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:03.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[75692]: audit 2024-03-21T13:11:03.054555+0000 mon.a (mon.0) 6415 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:03.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[75692]: audit 2024-03-21T13:11:03.140380+0000 mon.a (mon.0) 6416 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:03.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[75692]: audit 2024-03-21T13:11:03.146591+0000 mon.a (mon.0) 6417 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:03.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[75692]: audit 2024-03-21T13:11:03.150099+0000 mon.a (mon.0) 6418 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:03.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[75692]: audit 2024-03-21T13:11:03.151511+0000 mon.a (mon.0) 6419 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:03.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[75692]: audit 2024-03-21T13:11:03.158550+0000 mon.a (mon.0) 6420 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:03.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[75692]: audit 2024-03-21T13:11:03.243396+0000 mon.a (mon.0) 6421 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:03.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[75692]: audit 2024-03-21T13:11:03.247130+0000 mon.a (mon.0) 6422 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:03.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[75692]: audit 2024-03-21T13:11:03.250313+0000 mon.a (mon.0) 6423 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:03.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[75692]: audit 2024-03-21T13:11:03.251772+0000 mon.a (mon.0) 6424 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:03.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[75692]: audit 2024-03-21T13:11:03.261441+0000 mon.a (mon.0) 6425 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:03.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[77880]: cluster 2024-03-21T13:11:01.933771+0000 mgr.x (mgr.34104) 4221 : cluster [DBG] pgmap v2800: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:03.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[77880]: cephadm 2024-03-21T13:11:01.943074+0000 mgr.x (mgr.34104) 4222 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:03.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[77880]: cluster 2024-03-21T13:11:02.033468+0000 mgr.x (mgr.34104) 4223 : cluster [DBG] pgmap v2801: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:03.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[77880]: cluster 2024-03-21T13:11:02.033744+0000 mgr.x (mgr.34104) 4224 : cluster [DBG] pgmap v2802: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:03.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[77880]: cephadm 2024-03-21T13:11:02.043092+0000 mgr.x (mgr.34104) 4225 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:03.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[77880]: cluster 2024-03-21T13:11:02.134590+0000 mgr.x (mgr.34104) 4226 : cluster [DBG] pgmap v2803: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:03.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[77880]: cluster 2024-03-21T13:11:02.134921+0000 mgr.x (mgr.34104) 4227 : cluster [DBG] pgmap v2804: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:03.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[77880]: audit 2024-03-21T13:11:02.138163+0000 mgr.x (mgr.34104) 4228 : audit [DBG] from='client.64655 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:11:03.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[77880]: cephadm 2024-03-21T13:11:02.144578+0000 mgr.x (mgr.34104) 4229 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:03.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[77880]: cluster 2024-03-21T13:11:02.235617+0000 mgr.x (mgr.34104) 4230 : cluster [DBG] pgmap v2805: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:03.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[77880]: cluster 2024-03-21T13:11:02.235889+0000 mgr.x (mgr.34104) 4231 : cluster [DBG] pgmap v2806: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:03.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[77880]: cephadm 2024-03-21T13:11:02.245947+0000 mgr.x (mgr.34104) 4232 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:03.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[77880]: audit 2024-03-21T13:11:02.306066+0000 mon.a (mon.0) 6375 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:03.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[77880]: audit 2024-03-21T13:11:02.308524+0000 mon.a (mon.0) 6376 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:03.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[77880]: audit 2024-03-21T13:11:02.310961+0000 mon.a (mon.0) 6377 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:03.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[77880]: audit 2024-03-21T13:11:02.311933+0000 mon.a (mon.0) 6378 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:03.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[77880]: audit 2024-03-21T13:11:02.321698+0000 mon.a (mon.0) 6379 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:03.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[77880]: audit 2024-03-21T13:11:02.404775+0000 mon.a (mon.0) 6380 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:03.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[77880]: audit 2024-03-21T13:11:02.407175+0000 mon.a (mon.0) 6381 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:03.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[77880]: audit 2024-03-21T13:11:02.409802+0000 mon.a (mon.0) 6382 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:03.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[77880]: audit 2024-03-21T13:11:02.410940+0000 mon.a (mon.0) 6383 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:03.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[77880]: audit 2024-03-21T13:11:02.420598+0000 mon.a (mon.0) 6384 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:03.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[77880]: audit 2024-03-21T13:11:02.501173+0000 mon.a (mon.0) 6385 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:03.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[77880]: audit 2024-03-21T13:11:02.504900+0000 mon.a (mon.0) 6386 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:03.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[77880]: audit 2024-03-21T13:11:02.507540+0000 mon.a (mon.0) 6387 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:03.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[77880]: audit 2024-03-21T13:11:02.508703+0000 mon.a (mon.0) 6388 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:03.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[77880]: audit 2024-03-21T13:11:02.518426+0000 mon.a (mon.0) 6389 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:03.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[77880]: audit 2024-03-21T13:11:02.643196+0000 mon.a (mon.0) 6390 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:03.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[77880]: audit 2024-03-21T13:11:02.648308+0000 mon.a (mon.0) 6391 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:03.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[77880]: audit 2024-03-21T13:11:02.652772+0000 mon.a (mon.0) 6392 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:03.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[77880]: audit 2024-03-21T13:11:02.654548+0000 mon.a (mon.0) 6393 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:03.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[77880]: audit 2024-03-21T13:11:02.669284+0000 mon.a (mon.0) 6394 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:03.563 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[77880]: audit 2024-03-21T13:11:02.745532+0000 mon.a (mon.0) 6395 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:03.563 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[77880]: audit 2024-03-21T13:11:02.748554+0000 mon.a (mon.0) 6396 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:03.563 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[77880]: audit 2024-03-21T13:11:02.751451+0000 mon.a (mon.0) 6397 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:03.563 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[77880]: audit 2024-03-21T13:11:02.752714+0000 mon.a (mon.0) 6398 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:03.563 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[77880]: audit 2024-03-21T13:11:02.763371+0000 mon.a (mon.0) 6399 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:03.563 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[77880]: audit 2024-03-21T13:11:02.845912+0000 mon.a (mon.0) 6400 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:03.563 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[77880]: audit 2024-03-21T13:11:02.849922+0000 mon.a (mon.0) 6401 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:03.564 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[77880]: audit 2024-03-21T13:11:02.853115+0000 mon.a (mon.0) 6402 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:03.564 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[77880]: audit 2024-03-21T13:11:02.854596+0000 mon.a (mon.0) 6403 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:03.564 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[77880]: audit 2024-03-21T13:11:02.865925+0000 mon.a (mon.0) 6404 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:03.564 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[77880]: audit 2024-03-21T13:11:02.944243+0000 mon.a (mon.0) 6405 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:03.564 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[77880]: audit 2024-03-21T13:11:02.947168+0000 mon.a (mon.0) 6406 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:03.564 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[77880]: audit 2024-03-21T13:11:02.950185+0000 mon.a (mon.0) 6407 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:03.564 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[77880]: audit 2024-03-21T13:11:02.951445+0000 mon.a (mon.0) 6408 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:03.564 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[77880]: audit 2024-03-21T13:11:02.961568+0000 mon.a (mon.0) 6409 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:03.564 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[77880]: audit 2024-03-21T13:11:03.025295+0000 mon.a (mon.0) 6410 : audit [DBG] from='client.? 172.21.15.178:0/2161579593' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:03.564 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[77880]: audit 2024-03-21T13:11:03.039552+0000 mon.a (mon.0) 6411 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:03.564 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[77880]: audit 2024-03-21T13:11:03.042785+0000 mon.a (mon.0) 6412 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:03.564 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[77880]: audit 2024-03-21T13:11:03.046017+0000 mon.a (mon.0) 6413 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:03.564 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[77880]: audit 2024-03-21T13:11:03.047165+0000 mon.a (mon.0) 6414 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:03.564 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[77880]: audit 2024-03-21T13:11:03.054555+0000 mon.a (mon.0) 6415 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:03.565 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[77880]: audit 2024-03-21T13:11:03.140380+0000 mon.a (mon.0) 6416 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:03.565 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[77880]: audit 2024-03-21T13:11:03.146591+0000 mon.a (mon.0) 6417 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:03.565 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[77880]: audit 2024-03-21T13:11:03.150099+0000 mon.a (mon.0) 6418 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:03.565 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[77880]: audit 2024-03-21T13:11:03.151511+0000 mon.a (mon.0) 6419 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:03.565 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[77880]: audit 2024-03-21T13:11:03.158550+0000 mon.a (mon.0) 6420 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:03.565 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[77880]: audit 2024-03-21T13:11:03.243396+0000 mon.a (mon.0) 6421 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:03.565 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[77880]: audit 2024-03-21T13:11:03.247130+0000 mon.a (mon.0) 6422 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:03.565 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[77880]: audit 2024-03-21T13:11:03.250313+0000 mon.a (mon.0) 6423 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:03.565 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[77880]: audit 2024-03-21T13:11:03.251772+0000 mon.a (mon.0) 6424 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:03.565 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:03 smithi178 bash[77880]: audit 2024-03-21T13:11:03.261441+0000 mon.a (mon.0) 6425 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:03.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:03 smithi184 bash[59794]: cluster 2024-03-21T13:11:01.335342+0000 mgr.x (mgr.34104) 4201 : cluster [DBG] pgmap v2787: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:03.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:03 smithi184 bash[59794]: cluster 2024-03-21T13:11:01.335803+0000 mgr.x (mgr.34104) 4202 : cluster [DBG] pgmap v2788: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:03.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:03 smithi184 bash[59794]: cephadm 2024-03-21T13:11:01.344177+0000 mgr.x (mgr.34104) 4203 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:03.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:03 smithi184 bash[59794]: cluster 2024-03-21T13:11:01.435642+0000 mgr.x (mgr.34104) 4204 : cluster [DBG] pgmap v2789: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:03.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:03 smithi184 bash[59794]: cluster 2024-03-21T13:11:01.436082+0000 mgr.x (mgr.34104) 4205 : cluster [DBG] pgmap v2790: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:03.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:03 smithi184 bash[59794]: cephadm 2024-03-21T13:11:01.443813+0000 mgr.x (mgr.34104) 4206 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:03.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:03 smithi184 bash[59794]: cluster 2024-03-21T13:11:01.533054+0000 mgr.x (mgr.34104) 4207 : cluster [DBG] pgmap v2791: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:03.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:03 smithi184 bash[59794]: cluster 2024-03-21T13:11:01.533555+0000 mgr.x (mgr.34104) 4208 : cluster [DBG] pgmap v2792: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:03.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:03 smithi184 bash[59794]: cephadm 2024-03-21T13:11:01.542265+0000 mgr.x (mgr.34104) 4209 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:03.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:03 smithi184 bash[59794]: cluster 2024-03-21T13:11:01.633934+0000 mgr.x (mgr.34104) 4210 : cluster [DBG] pgmap v2793: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:03.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:03 smithi184 bash[59794]: cluster 2024-03-21T13:11:01.634378+0000 mgr.x (mgr.34104) 4211 : cluster [DBG] pgmap v2794: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:03.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:03 smithi184 bash[59794]: cephadm 2024-03-21T13:11:01.643756+0000 mgr.x (mgr.34104) 4212 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:03.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:03 smithi184 bash[59794]: cluster 2024-03-21T13:11:01.730174+0000 mgr.x (mgr.34104) 4213 : cluster [DBG] pgmap v2795: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:03.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:03 smithi184 bash[59794]: cluster 2024-03-21T13:11:01.730371+0000 mgr.x (mgr.34104) 4214 : cluster [DBG] pgmap v2796: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:03.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:03 smithi184 bash[59794]: audit 2024-03-21T13:11:01.731459+0000 mgr.x (mgr.34104) 4215 : audit [DBG] from='client.44769 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:11:03.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:03 smithi184 bash[59794]: cephadm 2024-03-21T13:11:01.740068+0000 mgr.x (mgr.34104) 4216 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:03.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:03 smithi184 bash[59794]: cluster 2024-03-21T13:11:01.829531+0000 mgr.x (mgr.34104) 4217 : cluster [DBG] pgmap v2797: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:03.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:03 smithi184 bash[59794]: cluster 2024-03-21T13:11:01.829798+0000 mgr.x (mgr.34104) 4218 : cluster [DBG] pgmap v2798: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:03.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:03 smithi184 bash[59794]: cephadm 2024-03-21T13:11:01.839869+0000 mgr.x (mgr.34104) 4219 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:03.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:03 smithi184 bash[59794]: cluster 2024-03-21T13:11:01.933381+0000 mgr.x (mgr.34104) 4220 : cluster [DBG] pgmap v2799: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:03.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:03 smithi184 bash[59794]: cluster 2024-03-21T13:11:01.933771+0000 mgr.x (mgr.34104) 4221 : cluster [DBG] pgmap v2800: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:03.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:03 smithi184 bash[59794]: cephadm 2024-03-21T13:11:01.943074+0000 mgr.x (mgr.34104) 4222 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:03.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:03 smithi184 bash[59794]: cluster 2024-03-21T13:11:02.033468+0000 mgr.x (mgr.34104) 4223 : cluster [DBG] pgmap v2801: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:03.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:03 smithi184 bash[59794]: cluster 2024-03-21T13:11:02.033744+0000 mgr.x (mgr.34104) 4224 : cluster [DBG] pgmap v2802: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:03.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:03 smithi184 bash[59794]: cephadm 2024-03-21T13:11:02.043092+0000 mgr.x (mgr.34104) 4225 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:03.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:03 smithi184 bash[59794]: cluster 2024-03-21T13:11:02.134590+0000 mgr.x (mgr.34104) 4226 : cluster [DBG] pgmap v2803: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:03.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:03 smithi184 bash[59794]: cluster 2024-03-21T13:11:02.134921+0000 mgr.x (mgr.34104) 4227 : cluster [DBG] pgmap v2804: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:03.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:03 smithi184 bash[59794]: audit 2024-03-21T13:11:02.138163+0000 mgr.x (mgr.34104) 4228 : audit [DBG] from='client.64655 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:11:03.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:03 smithi184 bash[59794]: cephadm 2024-03-21T13:11:02.144578+0000 mgr.x (mgr.34104) 4229 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:03.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:03 smithi184 bash[59794]: cluster 2024-03-21T13:11:02.235617+0000 mgr.x (mgr.34104) 4230 : cluster [DBG] pgmap v2805: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:03.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:03 smithi184 bash[59794]: cluster 2024-03-21T13:11:02.235889+0000 mgr.x (mgr.34104) 4231 : cluster [DBG] pgmap v2806: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:03.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:03 smithi184 bash[59794]: cephadm 2024-03-21T13:11:02.245947+0000 mgr.x (mgr.34104) 4232 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:03.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:03 smithi184 bash[59794]: audit 2024-03-21T13:11:02.306066+0000 mon.a (mon.0) 6375 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:03.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:03 smithi184 bash[59794]: audit 2024-03-21T13:11:02.308524+0000 mon.a (mon.0) 6376 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:03.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:03 smithi184 bash[59794]: audit 2024-03-21T13:11:02.310961+0000 mon.a (mon.0) 6377 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:03.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:03 smithi184 bash[59794]: audit 2024-03-21T13:11:02.311933+0000 mon.a (mon.0) 6378 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:03.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:03 smithi184 bash[59794]: audit 2024-03-21T13:11:02.321698+0000 mon.a (mon.0) 6379 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:03.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:03 smithi184 bash[59794]: audit 2024-03-21T13:11:02.404775+0000 mon.a (mon.0) 6380 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:03.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:03 smithi184 bash[59794]: audit 2024-03-21T13:11:02.407175+0000 mon.a (mon.0) 6381 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:03.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:03 smithi184 bash[59794]: audit 2024-03-21T13:11:02.409802+0000 mon.a (mon.0) 6382 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:03.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:03 smithi184 bash[59794]: audit 2024-03-21T13:11:02.410940+0000 mon.a (mon.0) 6383 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:03.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:03 smithi184 bash[59794]: audit 2024-03-21T13:11:02.420598+0000 mon.a (mon.0) 6384 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:03.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:03 smithi184 bash[59794]: audit 2024-03-21T13:11:02.501173+0000 mon.a (mon.0) 6385 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:03.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:03 smithi184 bash[59794]: audit 2024-03-21T13:11:02.504900+0000 mon.a (mon.0) 6386 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:03.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:03 smithi184 bash[59794]: audit 2024-03-21T13:11:02.507540+0000 mon.a (mon.0) 6387 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:03.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:03 smithi184 bash[59794]: audit 2024-03-21T13:11:02.508703+0000 mon.a (mon.0) 6388 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:03.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:03 smithi184 bash[59794]: audit 2024-03-21T13:11:02.518426+0000 mon.a (mon.0) 6389 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:03.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:03 smithi184 bash[59794]: audit 2024-03-21T13:11:02.643196+0000 mon.a (mon.0) 6390 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:03.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:03 smithi184 bash[59794]: audit 2024-03-21T13:11:02.648308+0000 mon.a (mon.0) 6391 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:03.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:03 smithi184 bash[59794]: audit 2024-03-21T13:11:02.652772+0000 mon.a (mon.0) 6392 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:03.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:03 smithi184 bash[59794]: audit 2024-03-21T13:11:02.654548+0000 mon.a (mon.0) 6393 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:03.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:03 smithi184 bash[59794]: audit 2024-03-21T13:11:02.669284+0000 mon.a (mon.0) 6394 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:03.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:03 smithi184 bash[59794]: audit 2024-03-21T13:11:02.745532+0000 mon.a (mon.0) 6395 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:03.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:03 smithi184 bash[59794]: audit 2024-03-21T13:11:02.748554+0000 mon.a (mon.0) 6396 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:03.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:03 smithi184 bash[59794]: audit 2024-03-21T13:11:02.751451+0000 mon.a (mon.0) 6397 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:03.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:03 smithi184 bash[59794]: audit 2024-03-21T13:11:02.752714+0000 mon.a (mon.0) 6398 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:03.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:03 smithi184 bash[59794]: audit 2024-03-21T13:11:02.763371+0000 mon.a (mon.0) 6399 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:03.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:03 smithi184 bash[59794]: audit 2024-03-21T13:11:02.845912+0000 mon.a (mon.0) 6400 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:03.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:03 smithi184 bash[59794]: audit 2024-03-21T13:11:02.849922+0000 mon.a (mon.0) 6401 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:03.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:03 smithi184 bash[59794]: audit 2024-03-21T13:11:02.853115+0000 mon.a (mon.0) 6402 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:03.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:03 smithi184 bash[59794]: audit 2024-03-21T13:11:02.854596+0000 mon.a (mon.0) 6403 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:03.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:03 smithi184 bash[59794]: audit 2024-03-21T13:11:02.865925+0000 mon.a (mon.0) 6404 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:03.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:03 smithi184 bash[59794]: audit 2024-03-21T13:11:02.944243+0000 mon.a (mon.0) 6405 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:03.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:03 smithi184 bash[59794]: audit 2024-03-21T13:11:02.947168+0000 mon.a (mon.0) 6406 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:03.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:03 smithi184 bash[59794]: audit 2024-03-21T13:11:02.950185+0000 mon.a (mon.0) 6407 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:03.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:03 smithi184 bash[59794]: audit 2024-03-21T13:11:02.951445+0000 mon.a (mon.0) 6408 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:03.581 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:03 smithi184 bash[59794]: audit 2024-03-21T13:11:02.961568+0000 mon.a (mon.0) 6409 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:03.581 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:03 smithi184 bash[59794]: audit 2024-03-21T13:11:03.025295+0000 mon.a (mon.0) 6410 : audit [DBG] from='client.? 172.21.15.178:0/2161579593' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:03.581 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:03 smithi184 bash[59794]: audit 2024-03-21T13:11:03.039552+0000 mon.a (mon.0) 6411 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:03.581 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:03 smithi184 bash[59794]: audit 2024-03-21T13:11:03.042785+0000 mon.a (mon.0) 6412 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:03.581 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:03 smithi184 bash[59794]: audit 2024-03-21T13:11:03.046017+0000 mon.a (mon.0) 6413 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:03.581 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:03 smithi184 bash[59794]: audit 2024-03-21T13:11:03.047165+0000 mon.a (mon.0) 6414 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:03.581 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:03 smithi184 bash[59794]: audit 2024-03-21T13:11:03.054555+0000 mon.a (mon.0) 6415 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:03.581 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:03 smithi184 bash[59794]: audit 2024-03-21T13:11:03.140380+0000 mon.a (mon.0) 6416 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:03.581 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:03 smithi184 bash[59794]: audit 2024-03-21T13:11:03.146591+0000 mon.a (mon.0) 6417 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:03.581 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:03 smithi184 bash[59794]: audit 2024-03-21T13:11:03.150099+0000 mon.a (mon.0) 6418 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:03.581 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:03 smithi184 bash[59794]: audit 2024-03-21T13:11:03.151511+0000 mon.a (mon.0) 6419 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:03.581 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:03 smithi184 bash[59794]: audit 2024-03-21T13:11:03.158550+0000 mon.a (mon.0) 6420 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:03.581 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:03 smithi184 bash[59794]: audit 2024-03-21T13:11:03.243396+0000 mon.a (mon.0) 6421 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:03.581 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:03 smithi184 bash[59794]: audit 2024-03-21T13:11:03.247130+0000 mon.a (mon.0) 6422 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:03.582 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:03 smithi184 bash[59794]: audit 2024-03-21T13:11:03.250313+0000 mon.a (mon.0) 6423 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:03.582 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:03 smithi184 bash[59794]: audit 2024-03-21T13:11:03.251772+0000 mon.a (mon.0) 6424 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:03.582 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:03 smithi184 bash[59794]: audit 2024-03-21T13:11:03.261441+0000 mon.a (mon.0) 6425 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:03.896 INFO:teuthology.orchestra.run.smithi178.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-21T13:11:03.896 INFO:teuthology.orchestra.run.smithi178.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-21T13:11:03.896 INFO:teuthology.orchestra.run.smithi178.stdout: daemon grafana.a on smithi184 is in error state 2024-03-21T13:11:04.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[75692]: cluster 2024-03-21T13:11:02.314860+0000 mgr.x (mgr.34104) 4233 : cluster [DBG] pgmap v2807: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:04.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[75692]: cluster 2024-03-21T13:11:02.315136+0000 mgr.x (mgr.34104) 4234 : cluster [DBG] pgmap v2808: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:04.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[75692]: cephadm 2024-03-21T13:11:02.323150+0000 mgr.x (mgr.34104) 4235 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:04.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[75692]: cluster 2024-03-21T13:11:02.413544+0000 mgr.x (mgr.34104) 4236 : cluster [DBG] pgmap v2809: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:04.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[75692]: cluster 2024-03-21T13:11:02.413831+0000 mgr.x (mgr.34104) 4237 : cluster [DBG] pgmap v2810: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:04.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[75692]: cephadm 2024-03-21T13:11:02.421809+0000 mgr.x (mgr.34104) 4238 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:04.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[75692]: cluster 2024-03-21T13:11:02.511216+0000 mgr.x (mgr.34104) 4239 : cluster [DBG] pgmap v2811: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:04.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[75692]: cluster 2024-03-21T13:11:02.511697+0000 mgr.x (mgr.34104) 4240 : cluster [DBG] pgmap v2812: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:04.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[75692]: cephadm 2024-03-21T13:11:02.519649+0000 mgr.x (mgr.34104) 4241 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:04.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[75692]: audit 2024-03-21T13:11:02.522103+0000 mgr.x (mgr.34104) 4242 : audit [DBG] from='client.44778 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:11:04.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[75692]: cluster 2024-03-21T13:11:02.658070+0000 mgr.x (mgr.34104) 4243 : cluster [DBG] pgmap v2813: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:04.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[75692]: cluster 2024-03-21T13:11:02.658824+0000 mgr.x (mgr.34104) 4244 : cluster [DBG] pgmap v2814: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:04.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[75692]: cephadm 2024-03-21T13:11:02.670660+0000 mgr.x (mgr.34104) 4245 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:04.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[75692]: cluster 2024-03-21T13:11:02.755513+0000 mgr.x (mgr.34104) 4246 : cluster [DBG] pgmap v2815: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:04.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[75692]: cluster 2024-03-21T13:11:02.755920+0000 mgr.x (mgr.34104) 4247 : cluster [DBG] pgmap v2816: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:04.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[75692]: cephadm 2024-03-21T13:11:02.764521+0000 mgr.x (mgr.34104) 4248 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:04.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[75692]: cluster 2024-03-21T13:11:02.857436+0000 mgr.x (mgr.34104) 4249 : cluster [DBG] pgmap v2817: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 12 KiB/s rd, 11 op/s 2024-03-21T13:11:04.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[75692]: cluster 2024-03-21T13:11:02.857630+0000 mgr.x (mgr.34104) 4250 : cluster [DBG] pgmap v2818: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 12 KiB/s rd, 11 op/s 2024-03-21T13:11:04.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[75692]: cephadm 2024-03-21T13:11:02.867110+0000 mgr.x (mgr.34104) 4251 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:04.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[77880]: cluster 2024-03-21T13:11:02.314860+0000 mgr.x (mgr.34104) 4233 : cluster [DBG] pgmap v2807: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:04.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[77880]: cluster 2024-03-21T13:11:02.315136+0000 mgr.x (mgr.34104) 4234 : cluster [DBG] pgmap v2808: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:04.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[77880]: cephadm 2024-03-21T13:11:02.323150+0000 mgr.x (mgr.34104) 4235 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:04.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[77880]: cluster 2024-03-21T13:11:02.413544+0000 mgr.x (mgr.34104) 4236 : cluster [DBG] pgmap v2809: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:04.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[77880]: cluster 2024-03-21T13:11:02.413831+0000 mgr.x (mgr.34104) 4237 : cluster [DBG] pgmap v2810: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:04.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[77880]: cephadm 2024-03-21T13:11:02.421809+0000 mgr.x (mgr.34104) 4238 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:04.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[77880]: cluster 2024-03-21T13:11:02.511216+0000 mgr.x (mgr.34104) 4239 : cluster [DBG] pgmap v2811: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:04.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[77880]: cluster 2024-03-21T13:11:02.511697+0000 mgr.x (mgr.34104) 4240 : cluster [DBG] pgmap v2812: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:04.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[77880]: cephadm 2024-03-21T13:11:02.519649+0000 mgr.x (mgr.34104) 4241 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:04.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[77880]: audit 2024-03-21T13:11:02.522103+0000 mgr.x (mgr.34104) 4242 : audit [DBG] from='client.44778 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:11:04.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[77880]: cluster 2024-03-21T13:11:02.658070+0000 mgr.x (mgr.34104) 4243 : cluster [DBG] pgmap v2813: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:04.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[77880]: cluster 2024-03-21T13:11:02.658824+0000 mgr.x (mgr.34104) 4244 : cluster [DBG] pgmap v2814: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:04.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[77880]: cephadm 2024-03-21T13:11:02.670660+0000 mgr.x (mgr.34104) 4245 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:04.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[77880]: cluster 2024-03-21T13:11:02.755513+0000 mgr.x (mgr.34104) 4246 : cluster [DBG] pgmap v2815: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:04.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[77880]: cluster 2024-03-21T13:11:02.755920+0000 mgr.x (mgr.34104) 4247 : cluster [DBG] pgmap v2816: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:04.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[77880]: cephadm 2024-03-21T13:11:02.764521+0000 mgr.x (mgr.34104) 4248 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:04.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[77880]: cluster 2024-03-21T13:11:02.857436+0000 mgr.x (mgr.34104) 4249 : cluster [DBG] pgmap v2817: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 12 KiB/s rd, 11 op/s 2024-03-21T13:11:04.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[77880]: cluster 2024-03-21T13:11:02.857630+0000 mgr.x (mgr.34104) 4250 : cluster [DBG] pgmap v2818: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 12 KiB/s rd, 11 op/s 2024-03-21T13:11:04.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[77880]: cephadm 2024-03-21T13:11:02.867110+0000 mgr.x (mgr.34104) 4251 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:04.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[77880]: cluster 2024-03-21T13:11:02.953952+0000 mgr.x (mgr.34104) 4252 : cluster [DBG] pgmap v2819: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 14 KiB/s rd, 13 op/s 2024-03-21T13:11:04.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[77880]: cluster 2024-03-21T13:11:02.954341+0000 mgr.x (mgr.34104) 4253 : cluster [DBG] pgmap v2820: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 14 KiB/s rd, 13 op/s 2024-03-21T13:11:04.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[77880]: cephadm 2024-03-21T13:11:02.962764+0000 mgr.x (mgr.34104) 4254 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:04.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[77880]: cluster 2024-03-21T13:11:03.049661+0000 mgr.x (mgr.34104) 4255 : cluster [DBG] pgmap v2821: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 14 KiB/s rd, 13 op/s 2024-03-21T13:11:04.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[77880]: cluster 2024-03-21T13:11:03.050222+0000 mgr.x (mgr.34104) 4256 : cluster [DBG] pgmap v2822: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 14 KiB/s rd, 13 op/s 2024-03-21T13:11:04.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[77880]: cephadm 2024-03-21T13:11:03.055904+0000 mgr.x (mgr.34104) 4257 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:04.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[77880]: cluster 2024-03-21T13:11:03.153725+0000 mgr.x (mgr.34104) 4258 : cluster [DBG] pgmap v2823: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:04.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[77880]: cluster 2024-03-21T13:11:03.154227+0000 mgr.x (mgr.34104) 4259 : cluster [DBG] pgmap v2824: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:04.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[77880]: cephadm 2024-03-21T13:11:03.159636+0000 mgr.x (mgr.34104) 4260 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:04.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[77880]: cluster 2024-03-21T13:11:03.254580+0000 mgr.x (mgr.34104) 4261 : cluster [DBG] pgmap v2825: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:04.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[77880]: cluster 2024-03-21T13:11:03.254940+0000 mgr.x (mgr.34104) 4262 : cluster [DBG] pgmap v2826: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:04.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[77880]: cephadm 2024-03-21T13:11:03.262666+0000 mgr.x (mgr.34104) 4263 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:04.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[77880]: audit 2024-03-21T13:11:03.342925+0000 mon.a (mon.0) 6426 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:04.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[77880]: audit 2024-03-21T13:11:03.346133+0000 mon.a (mon.0) 6427 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:04.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[77880]: audit 2024-03-21T13:11:03.349446+0000 mon.a (mon.0) 6428 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:04.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[77880]: audit 2024-03-21T13:11:03.350581+0000 mon.a (mon.0) 6429 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:04.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[77880]: cluster 2024-03-21T13:11:03.353341+0000 mgr.x (mgr.34104) 4264 : cluster [DBG] pgmap v2827: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:04.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[77880]: cluster 2024-03-21T13:11:03.353732+0000 mgr.x (mgr.34104) 4265 : cluster [DBG] pgmap v2828: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:04.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[77880]: audit 2024-03-21T13:11:03.360922+0000 mon.a (mon.0) 6430 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:04.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[77880]: cephadm 2024-03-21T13:11:03.362090+0000 mgr.x (mgr.34104) 4266 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:04.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[75692]: cluster 2024-03-21T13:11:02.953952+0000 mgr.x (mgr.34104) 4252 : cluster [DBG] pgmap v2819: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 14 KiB/s rd, 13 op/s 2024-03-21T13:11:04.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[75692]: cluster 2024-03-21T13:11:02.954341+0000 mgr.x (mgr.34104) 4253 : cluster [DBG] pgmap v2820: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 14 KiB/s rd, 13 op/s 2024-03-21T13:11:04.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[75692]: cephadm 2024-03-21T13:11:02.962764+0000 mgr.x (mgr.34104) 4254 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:04.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[75692]: cluster 2024-03-21T13:11:03.049661+0000 mgr.x (mgr.34104) 4255 : cluster [DBG] pgmap v2821: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 14 KiB/s rd, 13 op/s 2024-03-21T13:11:04.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[75692]: cluster 2024-03-21T13:11:03.050222+0000 mgr.x (mgr.34104) 4256 : cluster [DBG] pgmap v2822: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 14 KiB/s rd, 13 op/s 2024-03-21T13:11:04.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[75692]: cephadm 2024-03-21T13:11:03.055904+0000 mgr.x (mgr.34104) 4257 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:04.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[75692]: cluster 2024-03-21T13:11:03.153725+0000 mgr.x (mgr.34104) 4258 : cluster [DBG] pgmap v2823: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:04.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[75692]: cluster 2024-03-21T13:11:03.154227+0000 mgr.x (mgr.34104) 4259 : cluster [DBG] pgmap v2824: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:04.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[75692]: cephadm 2024-03-21T13:11:03.159636+0000 mgr.x (mgr.34104) 4260 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:04.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[75692]: cluster 2024-03-21T13:11:03.254580+0000 mgr.x (mgr.34104) 4261 : cluster [DBG] pgmap v2825: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:04.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[75692]: cluster 2024-03-21T13:11:03.254940+0000 mgr.x (mgr.34104) 4262 : cluster [DBG] pgmap v2826: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:04.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[75692]: cephadm 2024-03-21T13:11:03.262666+0000 mgr.x (mgr.34104) 4263 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:04.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[75692]: audit 2024-03-21T13:11:03.342925+0000 mon.a (mon.0) 6426 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:04.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[75692]: audit 2024-03-21T13:11:03.346133+0000 mon.a (mon.0) 6427 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:04.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[75692]: audit 2024-03-21T13:11:03.349446+0000 mon.a (mon.0) 6428 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:04.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[75692]: audit 2024-03-21T13:11:03.350581+0000 mon.a (mon.0) 6429 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:04.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[75692]: cluster 2024-03-21T13:11:03.353341+0000 mgr.x (mgr.34104) 4264 : cluster [DBG] pgmap v2827: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:04.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[75692]: cluster 2024-03-21T13:11:03.353732+0000 mgr.x (mgr.34104) 4265 : cluster [DBG] pgmap v2828: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:04.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[75692]: audit 2024-03-21T13:11:03.360922+0000 mon.a (mon.0) 6430 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:04.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[75692]: cephadm 2024-03-21T13:11:03.362090+0000 mgr.x (mgr.34104) 4266 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:04.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[77880]: audit 2024-03-21T13:11:03.430408+0000 mgr.x (mgr.34104) 4267 : audit [DBG] from='client.54763 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:11:04.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[77880]: audit 2024-03-21T13:11:03.443439+0000 mon.a (mon.0) 6431 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:04.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[77880]: audit 2024-03-21T13:11:03.446605+0000 mon.a (mon.0) 6432 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:04.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[77880]: audit 2024-03-21T13:11:03.450136+0000 mon.a (mon.0) 6433 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:04.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[77880]: audit 2024-03-21T13:11:03.451350+0000 mon.a (mon.0) 6434 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:04.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[77880]: cluster 2024-03-21T13:11:03.454002+0000 mgr.x (mgr.34104) 4268 : cluster [DBG] pgmap v2829: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:04.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[77880]: cluster 2024-03-21T13:11:03.454415+0000 mgr.x (mgr.34104) 4269 : cluster [DBG] pgmap v2830: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:04.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[77880]: audit 2024-03-21T13:11:03.461194+0000 mon.a (mon.0) 6435 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:04.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[77880]: cephadm 2024-03-21T13:11:03.462635+0000 mgr.x (mgr.34104) 4270 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:04.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[77880]: audit 2024-03-21T13:11:03.540819+0000 mon.a (mon.0) 6436 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:04.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[77880]: audit 2024-03-21T13:11:03.544085+0000 mon.a (mon.0) 6437 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:04.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[77880]: audit 2024-03-21T13:11:03.548442+0000 mon.a (mon.0) 6438 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:04.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[77880]: audit 2024-03-21T13:11:03.549495+0000 mon.a (mon.0) 6439 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:04.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[77880]: cluster 2024-03-21T13:11:03.552040+0000 mgr.x (mgr.34104) 4271 : cluster [DBG] pgmap v2831: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:04.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[77880]: cluster 2024-03-21T13:11:03.552516+0000 mgr.x (mgr.34104) 4272 : cluster [DBG] pgmap v2832: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:04.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[77880]: audit 2024-03-21T13:11:03.557243+0000 mon.a (mon.0) 6440 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:04.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[77880]: cephadm 2024-03-21T13:11:03.558546+0000 mgr.x (mgr.34104) 4273 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:04.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[77880]: audit 2024-03-21T13:11:03.634526+0000 mon.a (mon.0) 6441 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:04.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[77880]: audit 2024-03-21T13:11:03.636993+0000 mon.a (mon.0) 6442 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:04.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[77880]: audit 2024-03-21T13:11:03.639389+0000 mon.a (mon.0) 6443 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:04.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[75692]: audit 2024-03-21T13:11:03.430408+0000 mgr.x (mgr.34104) 4267 : audit [DBG] from='client.54763 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:11:04.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[75692]: audit 2024-03-21T13:11:03.443439+0000 mon.a (mon.0) 6431 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:04.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[75692]: audit 2024-03-21T13:11:03.446605+0000 mon.a (mon.0) 6432 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:04.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[75692]: audit 2024-03-21T13:11:03.450136+0000 mon.a (mon.0) 6433 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:04.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[75692]: audit 2024-03-21T13:11:03.451350+0000 mon.a (mon.0) 6434 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:04.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[75692]: cluster 2024-03-21T13:11:03.454002+0000 mgr.x (mgr.34104) 4268 : cluster [DBG] pgmap v2829: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:04.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[75692]: cluster 2024-03-21T13:11:03.454415+0000 mgr.x (mgr.34104) 4269 : cluster [DBG] pgmap v2830: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:04.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[75692]: audit 2024-03-21T13:11:03.461194+0000 mon.a (mon.0) 6435 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:04.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[75692]: cephadm 2024-03-21T13:11:03.462635+0000 mgr.x (mgr.34104) 4270 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:04.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[75692]: audit 2024-03-21T13:11:03.540819+0000 mon.a (mon.0) 6436 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:04.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[75692]: audit 2024-03-21T13:11:03.544085+0000 mon.a (mon.0) 6437 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:04.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[75692]: audit 2024-03-21T13:11:03.548442+0000 mon.a (mon.0) 6438 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:04.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[75692]: audit 2024-03-21T13:11:03.549495+0000 mon.a (mon.0) 6439 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:04.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[75692]: cluster 2024-03-21T13:11:03.552040+0000 mgr.x (mgr.34104) 4271 : cluster [DBG] pgmap v2831: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:04.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[75692]: cluster 2024-03-21T13:11:03.552516+0000 mgr.x (mgr.34104) 4272 : cluster [DBG] pgmap v2832: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:04.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[75692]: audit 2024-03-21T13:11:03.557243+0000 mon.a (mon.0) 6440 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:04.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[75692]: cephadm 2024-03-21T13:11:03.558546+0000 mgr.x (mgr.34104) 4273 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:04.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[75692]: audit 2024-03-21T13:11:03.634526+0000 mon.a (mon.0) 6441 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:04.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[75692]: audit 2024-03-21T13:11:03.636993+0000 mon.a (mon.0) 6442 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:04.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[75692]: audit 2024-03-21T13:11:03.639389+0000 mon.a (mon.0) 6443 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:04.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[77880]: audit 2024-03-21T13:11:03.640551+0000 mon.a (mon.0) 6444 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:04.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[77880]: cluster 2024-03-21T13:11:03.643000+0000 mgr.x (mgr.34104) 4274 : cluster [DBG] pgmap v2833: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 311 KiB/s rd, 0 B/s wr, 497 op/s 2024-03-21T13:11:04.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[77880]: cluster 2024-03-21T13:11:03.643385+0000 mgr.x (mgr.34104) 4275 : cluster [DBG] pgmap v2834: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 311 KiB/s rd, 0 B/s wr, 497 op/s 2024-03-21T13:11:04.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[77880]: audit 2024-03-21T13:11:03.650378+0000 mon.a (mon.0) 6445 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:04.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[77880]: cephadm 2024-03-21T13:11:03.651617+0000 mgr.x (mgr.34104) 4276 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:04.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[77880]: audit 2024-03-21T13:11:03.730394+0000 mon.a (mon.0) 6446 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:04.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[77880]: audit 2024-03-21T13:11:03.733575+0000 mon.a (mon.0) 6447 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:04.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[77880]: audit 2024-03-21T13:11:03.738094+0000 mon.a (mon.0) 6448 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:04.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[77880]: audit 2024-03-21T13:11:03.739354+0000 mon.a (mon.0) 6449 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:04.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[77880]: cluster 2024-03-21T13:11:03.742145+0000 mgr.x (mgr.34104) 4277 : cluster [DBG] pgmap v2835: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 729 KiB/s rd, 0 B/s wr, 1.15k op/s 2024-03-21T13:11:04.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[77880]: cluster 2024-03-21T13:11:03.742709+0000 mgr.x (mgr.34104) 4278 : cluster [DBG] pgmap v2836: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 729 KiB/s rd, 0 B/s wr, 1.15k op/s 2024-03-21T13:11:04.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[77880]: audit 2024-03-21T13:11:03.749381+0000 mon.a (mon.0) 6450 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:04.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[77880]: cephadm 2024-03-21T13:11:03.750618+0000 mgr.x (mgr.34104) 4279 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:04.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[77880]: audit 2024-03-21T13:11:03.828144+0000 mon.a (mon.0) 6451 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:04.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[77880]: audit 2024-03-21T13:11:03.830780+0000 mon.a (mon.0) 6452 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:04.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[77880]: audit 2024-03-21T13:11:03.833968+0000 mon.a (mon.0) 6453 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:04.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[77880]: audit 2024-03-21T13:11:03.843734+0000 mon.a (mon.0) 6454 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:04.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[77880]: cluster 2024-03-21T13:11:03.846814+0000 mgr.x (mgr.34104) 4280 : cluster [DBG] pgmap v2837: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 713 KiB/s rd, 0 B/s wr, 1.13k op/s 2024-03-21T13:11:04.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[75692]: audit 2024-03-21T13:11:03.640551+0000 mon.a (mon.0) 6444 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:04.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[75692]: cluster 2024-03-21T13:11:03.643000+0000 mgr.x (mgr.34104) 4274 : cluster [DBG] pgmap v2833: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 311 KiB/s rd, 0 B/s wr, 497 op/s 2024-03-21T13:11:04.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[75692]: cluster 2024-03-21T13:11:03.643385+0000 mgr.x (mgr.34104) 4275 : cluster [DBG] pgmap v2834: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 311 KiB/s rd, 0 B/s wr, 497 op/s 2024-03-21T13:11:04.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[75692]: audit 2024-03-21T13:11:03.650378+0000 mon.a (mon.0) 6445 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:04.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[75692]: cephadm 2024-03-21T13:11:03.651617+0000 mgr.x (mgr.34104) 4276 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:04.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[75692]: audit 2024-03-21T13:11:03.730394+0000 mon.a (mon.0) 6446 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:04.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[75692]: audit 2024-03-21T13:11:03.733575+0000 mon.a (mon.0) 6447 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:04.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[75692]: audit 2024-03-21T13:11:03.738094+0000 mon.a (mon.0) 6448 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:04.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[75692]: audit 2024-03-21T13:11:03.739354+0000 mon.a (mon.0) 6449 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:04.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[75692]: cluster 2024-03-21T13:11:03.742145+0000 mgr.x (mgr.34104) 4277 : cluster [DBG] pgmap v2835: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 729 KiB/s rd, 0 B/s wr, 1.15k op/s 2024-03-21T13:11:04.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[75692]: cluster 2024-03-21T13:11:03.742709+0000 mgr.x (mgr.34104) 4278 : cluster [DBG] pgmap v2836: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 729 KiB/s rd, 0 B/s wr, 1.15k op/s 2024-03-21T13:11:04.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[75692]: audit 2024-03-21T13:11:03.749381+0000 mon.a (mon.0) 6450 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:04.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[75692]: cephadm 2024-03-21T13:11:03.750618+0000 mgr.x (mgr.34104) 4279 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:04.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[75692]: audit 2024-03-21T13:11:03.828144+0000 mon.a (mon.0) 6451 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:04.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[75692]: audit 2024-03-21T13:11:03.830780+0000 mon.a (mon.0) 6452 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:04.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[75692]: audit 2024-03-21T13:11:03.833968+0000 mon.a (mon.0) 6453 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:04.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[75692]: audit 2024-03-21T13:11:03.843734+0000 mon.a (mon.0) 6454 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:04.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[75692]: cluster 2024-03-21T13:11:03.846814+0000 mgr.x (mgr.34104) 4280 : cluster [DBG] pgmap v2837: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 713 KiB/s rd, 0 B/s wr, 1.13k op/s 2024-03-21T13:11:04.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[77880]: cluster 2024-03-21T13:11:03.847393+0000 mgr.x (mgr.34104) 4281 : cluster [DBG] pgmap v2838: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 712 KiB/s rd, 0 B/s wr, 1.13k op/s 2024-03-21T13:11:04.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[77880]: audit 2024-03-21T13:11:03.856169+0000 mon.a (mon.0) 6455 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:04.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[77880]: cephadm 2024-03-21T13:11:03.857649+0000 mgr.x (mgr.34104) 4282 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:04.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[77880]: audit 2024-03-21T13:11:03.894707+0000 mon.a (mon.0) 6456 : audit [DBG] from='client.? 172.21.15.178:0/3267952549' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T13:11:04.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[77880]: audit 2024-03-21T13:11:03.935671+0000 mon.a (mon.0) 6457 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:04.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[77880]: audit 2024-03-21T13:11:03.939031+0000 mon.a (mon.0) 6458 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:04.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[77880]: audit 2024-03-21T13:11:03.942869+0000 mon.a (mon.0) 6459 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:04.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[77880]: audit 2024-03-21T13:11:03.944490+0000 mon.a (mon.0) 6460 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:04.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[77880]: cluster 2024-03-21T13:11:03.947654+0000 mgr.x (mgr.34104) 4283 : cluster [DBG] pgmap v2839: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 765 KiB/s rd, 0 B/s wr, 1.19k op/s 2024-03-21T13:11:04.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[77880]: cluster 2024-03-21T13:11:03.948137+0000 mgr.x (mgr.34104) 4284 : cluster [DBG] pgmap v2840: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 765 KiB/s rd, 0 B/s wr, 1.18k op/s 2024-03-21T13:11:04.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[77880]: audit 2024-03-21T13:11:03.956832+0000 mon.a (mon.0) 6461 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:04.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[77880]: cephadm 2024-03-21T13:11:03.958086+0000 mgr.x (mgr.34104) 4285 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:04.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[77880]: audit 2024-03-21T13:11:04.037010+0000 mon.a (mon.0) 6462 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:04.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[77880]: audit 2024-03-21T13:11:04.040762+0000 mon.a (mon.0) 6463 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:04.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[77880]: audit 2024-03-21T13:11:04.045238+0000 mon.a (mon.0) 6464 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:04.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[77880]: audit 2024-03-21T13:11:04.047015+0000 mon.a (mon.0) 6465 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:04.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[77880]: cluster 2024-03-21T13:11:04.050426+0000 mgr.x (mgr.34104) 4286 : cluster [DBG] pgmap v2841: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 366 KiB/s rd, 0 B/s wr, 560 op/s 2024-03-21T13:11:04.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[77880]: cluster 2024-03-21T13:11:04.050961+0000 mgr.x (mgr.34104) 4287 : cluster [DBG] pgmap v2842: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 367 KiB/s rd, 0 B/s wr, 561 op/s 2024-03-21T13:11:04.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[77880]: audit 2024-03-21T13:11:04.059730+0000 mon.a (mon.0) 6466 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:04.563 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[75692]: cluster 2024-03-21T13:11:03.847393+0000 mgr.x (mgr.34104) 4281 : cluster [DBG] pgmap v2838: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 712 KiB/s rd, 0 B/s wr, 1.13k op/s 2024-03-21T13:11:04.563 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[75692]: audit 2024-03-21T13:11:03.856169+0000 mon.a (mon.0) 6455 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:04.563 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[75692]: cephadm 2024-03-21T13:11:03.857649+0000 mgr.x (mgr.34104) 4282 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:04.563 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[75692]: audit 2024-03-21T13:11:03.894707+0000 mon.a (mon.0) 6456 : audit [DBG] from='client.? 172.21.15.178:0/3267952549' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T13:11:04.563 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[75692]: audit 2024-03-21T13:11:03.935671+0000 mon.a (mon.0) 6457 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:04.563 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[75692]: audit 2024-03-21T13:11:03.939031+0000 mon.a (mon.0) 6458 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:04.563 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[75692]: audit 2024-03-21T13:11:03.942869+0000 mon.a (mon.0) 6459 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:04.563 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[75692]: audit 2024-03-21T13:11:03.944490+0000 mon.a (mon.0) 6460 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:04.563 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[75692]: cluster 2024-03-21T13:11:03.947654+0000 mgr.x (mgr.34104) 4283 : cluster [DBG] pgmap v2839: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 765 KiB/s rd, 0 B/s wr, 1.19k op/s 2024-03-21T13:11:04.563 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[75692]: cluster 2024-03-21T13:11:03.948137+0000 mgr.x (mgr.34104) 4284 : cluster [DBG] pgmap v2840: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 765 KiB/s rd, 0 B/s wr, 1.18k op/s 2024-03-21T13:11:04.563 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[75692]: audit 2024-03-21T13:11:03.956832+0000 mon.a (mon.0) 6461 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:04.563 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[75692]: cephadm 2024-03-21T13:11:03.958086+0000 mgr.x (mgr.34104) 4285 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:04.563 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[75692]: audit 2024-03-21T13:11:04.037010+0000 mon.a (mon.0) 6462 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:04.564 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[75692]: audit 2024-03-21T13:11:04.040762+0000 mon.a (mon.0) 6463 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:04.564 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[75692]: audit 2024-03-21T13:11:04.045238+0000 mon.a (mon.0) 6464 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:04.564 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[75692]: audit 2024-03-21T13:11:04.047015+0000 mon.a (mon.0) 6465 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:04.564 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[75692]: cluster 2024-03-21T13:11:04.050426+0000 mgr.x (mgr.34104) 4286 : cluster [DBG] pgmap v2841: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 366 KiB/s rd, 0 B/s wr, 560 op/s 2024-03-21T13:11:04.564 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[75692]: cluster 2024-03-21T13:11:04.050961+0000 mgr.x (mgr.34104) 4287 : cluster [DBG] pgmap v2842: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 367 KiB/s rd, 0 B/s wr, 561 op/s 2024-03-21T13:11:04.564 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[75692]: audit 2024-03-21T13:11:04.059730+0000 mon.a (mon.0) 6466 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:04.564 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[77880]: cephadm 2024-03-21T13:11:04.061056+0000 mgr.x (mgr.34104) 4288 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:04.564 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[77880]: audit 2024-03-21T13:11:04.137932+0000 mon.a (mon.0) 6467 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:04.564 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[77880]: audit 2024-03-21T13:11:04.140981+0000 mon.a (mon.0) 6468 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:04.564 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[77880]: audit 2024-03-21T13:11:04.144367+0000 mon.a (mon.0) 6469 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:04.564 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[77880]: audit 2024-03-21T13:11:04.145564+0000 mon.a (mon.0) 6470 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:04.565 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[77880]: cluster 2024-03-21T13:11:04.148244+0000 mgr.x (mgr.34104) 4289 : cluster [DBG] pgmap v2843: 161 pgs: 161 active+clean; 585 KiB data, 268 MiB used, 715 GiB / 715 GiB avail; 501 KiB/s rd, 0 B/s wr, 776 op/s 2024-03-21T13:11:04.565 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[77880]: cluster 2024-03-21T13:11:04.148675+0000 mgr.x (mgr.34104) 4290 : cluster [DBG] pgmap v2844: 161 pgs: 161 active+clean; 585 KiB data, 268 MiB used, 715 GiB / 715 GiB avail; 501 KiB/s rd, 0 B/s wr, 776 op/s 2024-03-21T13:11:04.565 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[77880]: audit 2024-03-21T13:11:04.156886+0000 mon.a (mon.0) 6471 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:04.565 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[77880]: cephadm 2024-03-21T13:11:04.158309+0000 mgr.x (mgr.34104) 4291 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:04.565 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[77880]: audit 2024-03-21T13:11:04.240717+0000 mon.a (mon.0) 6472 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:04.565 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[77880]: audit 2024-03-21T13:11:04.244999+0000 mon.a (mon.0) 6473 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:04.565 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[77880]: audit 2024-03-21T13:11:04.250104+0000 mon.a (mon.0) 6474 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:04.565 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[77880]: audit 2024-03-21T13:11:04.251827+0000 mon.a (mon.0) 6475 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:04.565 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[77880]: cluster 2024-03-21T13:11:04.255405+0000 mgr.x (mgr.34104) 4292 : cluster [DBG] pgmap v2845: 161 pgs: 161 active+clean; 585 KiB data, 268 MiB used, 715 GiB / 715 GiB avail; 123 KiB/s rd, 0 B/s wr, 198 op/s 2024-03-21T13:11:04.565 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[77880]: cluster 2024-03-21T13:11:04.255970+0000 mgr.x (mgr.34104) 4293 : cluster [DBG] pgmap v2846: 161 pgs: 161 active+clean; 585 KiB data, 268 MiB used, 715 GiB / 715 GiB avail; 123 KiB/s rd, 0 B/s wr, 198 op/s 2024-03-21T13:11:04.565 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[77880]: audit 2024-03-21T13:11:04.264478+0000 mon.a (mon.0) 6476 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:04.565 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[77880]: cephadm 2024-03-21T13:11:04.265979+0000 mgr.x (mgr.34104) 4294 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:04.565 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[75692]: cephadm 2024-03-21T13:11:04.061056+0000 mgr.x (mgr.34104) 4288 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:04.566 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[75692]: audit 2024-03-21T13:11:04.137932+0000 mon.a (mon.0) 6467 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:04.566 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[75692]: audit 2024-03-21T13:11:04.140981+0000 mon.a (mon.0) 6468 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:04.566 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[75692]: audit 2024-03-21T13:11:04.144367+0000 mon.a (mon.0) 6469 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:04.566 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[75692]: audit 2024-03-21T13:11:04.145564+0000 mon.a (mon.0) 6470 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:04.566 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[75692]: cluster 2024-03-21T13:11:04.148244+0000 mgr.x (mgr.34104) 4289 : cluster [DBG] pgmap v2843: 161 pgs: 161 active+clean; 585 KiB data, 268 MiB used, 715 GiB / 715 GiB avail; 501 KiB/s rd, 0 B/s wr, 776 op/s 2024-03-21T13:11:04.566 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[75692]: cluster 2024-03-21T13:11:04.148675+0000 mgr.x (mgr.34104) 4290 : cluster [DBG] pgmap v2844: 161 pgs: 161 active+clean; 585 KiB data, 268 MiB used, 715 GiB / 715 GiB avail; 501 KiB/s rd, 0 B/s wr, 776 op/s 2024-03-21T13:11:04.566 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[75692]: audit 2024-03-21T13:11:04.156886+0000 mon.a (mon.0) 6471 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:04.566 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[75692]: cephadm 2024-03-21T13:11:04.158309+0000 mgr.x (mgr.34104) 4291 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:04.566 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[75692]: audit 2024-03-21T13:11:04.240717+0000 mon.a (mon.0) 6472 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:04.566 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[75692]: audit 2024-03-21T13:11:04.244999+0000 mon.a (mon.0) 6473 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:04.566 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[75692]: audit 2024-03-21T13:11:04.250104+0000 mon.a (mon.0) 6474 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:04.566 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[75692]: audit 2024-03-21T13:11:04.251827+0000 mon.a (mon.0) 6475 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:04.566 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[75692]: cluster 2024-03-21T13:11:04.255405+0000 mgr.x (mgr.34104) 4292 : cluster [DBG] pgmap v2845: 161 pgs: 161 active+clean; 585 KiB data, 268 MiB used, 715 GiB / 715 GiB avail; 123 KiB/s rd, 0 B/s wr, 198 op/s 2024-03-21T13:11:04.567 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[75692]: cluster 2024-03-21T13:11:04.255970+0000 mgr.x (mgr.34104) 4293 : cluster [DBG] pgmap v2846: 161 pgs: 161 active+clean; 585 KiB data, 268 MiB used, 715 GiB / 715 GiB avail; 123 KiB/s rd, 0 B/s wr, 198 op/s 2024-03-21T13:11:04.567 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[75692]: audit 2024-03-21T13:11:04.264478+0000 mon.a (mon.0) 6476 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:04.567 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:04 smithi178 bash[75692]: cephadm 2024-03-21T13:11:04.265979+0000 mgr.x (mgr.34104) 4294 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:04.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:04 smithi184 bash[59794]: cluster 2024-03-21T13:11:02.314860+0000 mgr.x (mgr.34104) 4233 : cluster [DBG] pgmap v2807: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:04.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:04 smithi184 bash[59794]: cluster 2024-03-21T13:11:02.315136+0000 mgr.x (mgr.34104) 4234 : cluster [DBG] pgmap v2808: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:04.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:04 smithi184 bash[59794]: cephadm 2024-03-21T13:11:02.323150+0000 mgr.x (mgr.34104) 4235 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:04.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:04 smithi184 bash[59794]: cluster 2024-03-21T13:11:02.413544+0000 mgr.x (mgr.34104) 4236 : cluster [DBG] pgmap v2809: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:04.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:04 smithi184 bash[59794]: cluster 2024-03-21T13:11:02.413831+0000 mgr.x (mgr.34104) 4237 : cluster [DBG] pgmap v2810: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:04.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:04 smithi184 bash[59794]: cephadm 2024-03-21T13:11:02.421809+0000 mgr.x (mgr.34104) 4238 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:04.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:04 smithi184 bash[59794]: cluster 2024-03-21T13:11:02.511216+0000 mgr.x (mgr.34104) 4239 : cluster [DBG] pgmap v2811: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:04.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:04 smithi184 bash[59794]: cluster 2024-03-21T13:11:02.511697+0000 mgr.x (mgr.34104) 4240 : cluster [DBG] pgmap v2812: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:04.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:04 smithi184 bash[59794]: cephadm 2024-03-21T13:11:02.519649+0000 mgr.x (mgr.34104) 4241 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:04.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:04 smithi184 bash[59794]: audit 2024-03-21T13:11:02.522103+0000 mgr.x (mgr.34104) 4242 : audit [DBG] from='client.44778 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:11:04.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:04 smithi184 bash[59794]: cluster 2024-03-21T13:11:02.658070+0000 mgr.x (mgr.34104) 4243 : cluster [DBG] pgmap v2813: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:04.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:04 smithi184 bash[59794]: cluster 2024-03-21T13:11:02.658824+0000 mgr.x (mgr.34104) 4244 : cluster [DBG] pgmap v2814: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:04.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:04 smithi184 bash[59794]: cephadm 2024-03-21T13:11:02.670660+0000 mgr.x (mgr.34104) 4245 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:04.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:04 smithi184 bash[59794]: cluster 2024-03-21T13:11:02.755513+0000 mgr.x (mgr.34104) 4246 : cluster [DBG] pgmap v2815: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:04.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:04 smithi184 bash[59794]: cluster 2024-03-21T13:11:02.755920+0000 mgr.x (mgr.34104) 4247 : cluster [DBG] pgmap v2816: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:04.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:04 smithi184 bash[59794]: cephadm 2024-03-21T13:11:02.764521+0000 mgr.x (mgr.34104) 4248 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:04.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:04 smithi184 bash[59794]: cluster 2024-03-21T13:11:02.857436+0000 mgr.x (mgr.34104) 4249 : cluster [DBG] pgmap v2817: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 12 KiB/s rd, 11 op/s 2024-03-21T13:11:04.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:04 smithi184 bash[59794]: cluster 2024-03-21T13:11:02.857630+0000 mgr.x (mgr.34104) 4250 : cluster [DBG] pgmap v2818: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 12 KiB/s rd, 11 op/s 2024-03-21T13:11:04.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:04 smithi184 bash[59794]: cephadm 2024-03-21T13:11:02.867110+0000 mgr.x (mgr.34104) 4251 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:04.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:04 smithi184 bash[59794]: cluster 2024-03-21T13:11:02.953952+0000 mgr.x (mgr.34104) 4252 : cluster [DBG] pgmap v2819: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 14 KiB/s rd, 13 op/s 2024-03-21T13:11:04.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:04 smithi184 bash[59794]: cluster 2024-03-21T13:11:02.954341+0000 mgr.x (mgr.34104) 4253 : cluster [DBG] pgmap v2820: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 14 KiB/s rd, 13 op/s 2024-03-21T13:11:04.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:04 smithi184 bash[59794]: cephadm 2024-03-21T13:11:02.962764+0000 mgr.x (mgr.34104) 4254 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:04.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:04 smithi184 bash[59794]: cluster 2024-03-21T13:11:03.049661+0000 mgr.x (mgr.34104) 4255 : cluster [DBG] pgmap v2821: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 14 KiB/s rd, 13 op/s 2024-03-21T13:11:04.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:04 smithi184 bash[59794]: cluster 2024-03-21T13:11:03.050222+0000 mgr.x (mgr.34104) 4256 : cluster [DBG] pgmap v2822: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 14 KiB/s rd, 13 op/s 2024-03-21T13:11:04.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:04 smithi184 bash[59794]: cephadm 2024-03-21T13:11:03.055904+0000 mgr.x (mgr.34104) 4257 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:04.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:04 smithi184 bash[59794]: cluster 2024-03-21T13:11:03.153725+0000 mgr.x (mgr.34104) 4258 : cluster [DBG] pgmap v2823: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:04.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:04 smithi184 bash[59794]: cluster 2024-03-21T13:11:03.154227+0000 mgr.x (mgr.34104) 4259 : cluster [DBG] pgmap v2824: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:04.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:04 smithi184 bash[59794]: cephadm 2024-03-21T13:11:03.159636+0000 mgr.x (mgr.34104) 4260 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:04.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:04 smithi184 bash[59794]: cluster 2024-03-21T13:11:03.254580+0000 mgr.x (mgr.34104) 4261 : cluster [DBG] pgmap v2825: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:04.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:04 smithi184 bash[59794]: cluster 2024-03-21T13:11:03.254940+0000 mgr.x (mgr.34104) 4262 : cluster [DBG] pgmap v2826: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:04.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:04 smithi184 bash[59794]: cephadm 2024-03-21T13:11:03.262666+0000 mgr.x (mgr.34104) 4263 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:04.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:04 smithi184 bash[59794]: audit 2024-03-21T13:11:03.342925+0000 mon.a (mon.0) 6426 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:04.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:04 smithi184 bash[59794]: audit 2024-03-21T13:11:03.346133+0000 mon.a (mon.0) 6427 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:04.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:04 smithi184 bash[59794]: audit 2024-03-21T13:11:03.349446+0000 mon.a (mon.0) 6428 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:04.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:04 smithi184 bash[59794]: audit 2024-03-21T13:11:03.350581+0000 mon.a (mon.0) 6429 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:04.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:04 smithi184 bash[59794]: cluster 2024-03-21T13:11:03.353341+0000 mgr.x (mgr.34104) 4264 : cluster [DBG] pgmap v2827: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:04.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:04 smithi184 bash[59794]: cluster 2024-03-21T13:11:03.353732+0000 mgr.x (mgr.34104) 4265 : cluster [DBG] pgmap v2828: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:04.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:04 smithi184 bash[59794]: audit 2024-03-21T13:11:03.360922+0000 mon.a (mon.0) 6430 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:04.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:04 smithi184 bash[59794]: cephadm 2024-03-21T13:11:03.362090+0000 mgr.x (mgr.34104) 4266 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:04.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:04 smithi184 bash[59794]: audit 2024-03-21T13:11:03.430408+0000 mgr.x (mgr.34104) 4267 : audit [DBG] from='client.54763 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:11:04.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:04 smithi184 bash[59794]: audit 2024-03-21T13:11:03.443439+0000 mon.a (mon.0) 6431 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:04.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:04 smithi184 bash[59794]: audit 2024-03-21T13:11:03.446605+0000 mon.a (mon.0) 6432 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:04.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:04 smithi184 bash[59794]: audit 2024-03-21T13:11:03.450136+0000 mon.a (mon.0) 6433 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:04.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:04 smithi184 bash[59794]: audit 2024-03-21T13:11:03.451350+0000 mon.a (mon.0) 6434 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:04.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:04 smithi184 bash[59794]: cluster 2024-03-21T13:11:03.454002+0000 mgr.x (mgr.34104) 4268 : cluster [DBG] pgmap v2829: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:04.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:04 smithi184 bash[59794]: cluster 2024-03-21T13:11:03.454415+0000 mgr.x (mgr.34104) 4269 : cluster [DBG] pgmap v2830: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:04.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:04 smithi184 bash[59794]: audit 2024-03-21T13:11:03.461194+0000 mon.a (mon.0) 6435 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:04.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:04 smithi184 bash[59794]: cephadm 2024-03-21T13:11:03.462635+0000 mgr.x (mgr.34104) 4270 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:04.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:04 smithi184 bash[59794]: audit 2024-03-21T13:11:03.540819+0000 mon.a (mon.0) 6436 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:04.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:04 smithi184 bash[59794]: audit 2024-03-21T13:11:03.544085+0000 mon.a (mon.0) 6437 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:04.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:04 smithi184 bash[59794]: audit 2024-03-21T13:11:03.548442+0000 mon.a (mon.0) 6438 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:04.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:04 smithi184 bash[59794]: audit 2024-03-21T13:11:03.549495+0000 mon.a (mon.0) 6439 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:04.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:04 smithi184 bash[59794]: cluster 2024-03-21T13:11:03.552040+0000 mgr.x (mgr.34104) 4271 : cluster [DBG] pgmap v2831: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:04.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:04 smithi184 bash[59794]: cluster 2024-03-21T13:11:03.552516+0000 mgr.x (mgr.34104) 4272 : cluster [DBG] pgmap v2832: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:04.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:04 smithi184 bash[59794]: audit 2024-03-21T13:11:03.557243+0000 mon.a (mon.0) 6440 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:04.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:04 smithi184 bash[59794]: cephadm 2024-03-21T13:11:03.558546+0000 mgr.x (mgr.34104) 4273 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:04.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:04 smithi184 bash[59794]: audit 2024-03-21T13:11:03.634526+0000 mon.a (mon.0) 6441 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:04.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:04 smithi184 bash[59794]: audit 2024-03-21T13:11:03.636993+0000 mon.a (mon.0) 6442 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:04.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:04 smithi184 bash[59794]: audit 2024-03-21T13:11:03.639389+0000 mon.a (mon.0) 6443 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:04.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:04 smithi184 bash[59794]: audit 2024-03-21T13:11:03.640551+0000 mon.a (mon.0) 6444 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:04.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:04 smithi184 bash[59794]: cluster 2024-03-21T13:11:03.643000+0000 mgr.x (mgr.34104) 4274 : cluster [DBG] pgmap v2833: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 311 KiB/s rd, 0 B/s wr, 497 op/s 2024-03-21T13:11:04.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:04 smithi184 bash[59794]: cluster 2024-03-21T13:11:03.643385+0000 mgr.x (mgr.34104) 4275 : cluster [DBG] pgmap v2834: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 311 KiB/s rd, 0 B/s wr, 497 op/s 2024-03-21T13:11:04.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:04 smithi184 bash[59794]: audit 2024-03-21T13:11:03.650378+0000 mon.a (mon.0) 6445 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:04.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:04 smithi184 bash[59794]: cephadm 2024-03-21T13:11:03.651617+0000 mgr.x (mgr.34104) 4276 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:04.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:04 smithi184 bash[59794]: audit 2024-03-21T13:11:03.730394+0000 mon.a (mon.0) 6446 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:04.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:04 smithi184 bash[59794]: audit 2024-03-21T13:11:03.733575+0000 mon.a (mon.0) 6447 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:04.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:04 smithi184 bash[59794]: audit 2024-03-21T13:11:03.738094+0000 mon.a (mon.0) 6448 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:04.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:04 smithi184 bash[59794]: audit 2024-03-21T13:11:03.739354+0000 mon.a (mon.0) 6449 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:04.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:04 smithi184 bash[59794]: cluster 2024-03-21T13:11:03.742145+0000 mgr.x (mgr.34104) 4277 : cluster [DBG] pgmap v2835: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 729 KiB/s rd, 0 B/s wr, 1.15k op/s 2024-03-21T13:11:04.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:04 smithi184 bash[59794]: cluster 2024-03-21T13:11:03.742709+0000 mgr.x (mgr.34104) 4278 : cluster [DBG] pgmap v2836: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 729 KiB/s rd, 0 B/s wr, 1.15k op/s 2024-03-21T13:11:04.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:04 smithi184 bash[59794]: audit 2024-03-21T13:11:03.749381+0000 mon.a (mon.0) 6450 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:04.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:04 smithi184 bash[59794]: cephadm 2024-03-21T13:11:03.750618+0000 mgr.x (mgr.34104) 4279 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:04.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:04 smithi184 bash[59794]: audit 2024-03-21T13:11:03.828144+0000 mon.a (mon.0) 6451 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:04.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:04 smithi184 bash[59794]: audit 2024-03-21T13:11:03.830780+0000 mon.a (mon.0) 6452 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:04.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:04 smithi184 bash[59794]: audit 2024-03-21T13:11:03.833968+0000 mon.a (mon.0) 6453 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:04.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:04 smithi184 bash[59794]: audit 2024-03-21T13:11:03.843734+0000 mon.a (mon.0) 6454 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:04.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:04 smithi184 bash[59794]: cluster 2024-03-21T13:11:03.846814+0000 mgr.x (mgr.34104) 4280 : cluster [DBG] pgmap v2837: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 713 KiB/s rd, 0 B/s wr, 1.13k op/s 2024-03-21T13:11:04.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:04 smithi184 bash[59794]: cluster 2024-03-21T13:11:03.847393+0000 mgr.x (mgr.34104) 4281 : cluster [DBG] pgmap v2838: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 712 KiB/s rd, 0 B/s wr, 1.13k op/s 2024-03-21T13:11:04.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:04 smithi184 bash[59794]: audit 2024-03-21T13:11:03.856169+0000 mon.a (mon.0) 6455 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:04.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:04 smithi184 bash[59794]: cephadm 2024-03-21T13:11:03.857649+0000 mgr.x (mgr.34104) 4282 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:04.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:04 smithi184 bash[59794]: audit 2024-03-21T13:11:03.894707+0000 mon.a (mon.0) 6456 : audit [DBG] from='client.? 172.21.15.178:0/3267952549' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T13:11:04.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:04 smithi184 bash[59794]: audit 2024-03-21T13:11:03.935671+0000 mon.a (mon.0) 6457 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:04.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:04 smithi184 bash[59794]: audit 2024-03-21T13:11:03.939031+0000 mon.a (mon.0) 6458 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:04.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:04 smithi184 bash[59794]: audit 2024-03-21T13:11:03.942869+0000 mon.a (mon.0) 6459 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:04.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:04 smithi184 bash[59794]: audit 2024-03-21T13:11:03.944490+0000 mon.a (mon.0) 6460 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:04.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:04 smithi184 bash[59794]: cluster 2024-03-21T13:11:03.947654+0000 mgr.x (mgr.34104) 4283 : cluster [DBG] pgmap v2839: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 765 KiB/s rd, 0 B/s wr, 1.19k op/s 2024-03-21T13:11:04.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:04 smithi184 bash[59794]: cluster 2024-03-21T13:11:03.948137+0000 mgr.x (mgr.34104) 4284 : cluster [DBG] pgmap v2840: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 765 KiB/s rd, 0 B/s wr, 1.18k op/s 2024-03-21T13:11:04.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:04 smithi184 bash[59794]: audit 2024-03-21T13:11:03.956832+0000 mon.a (mon.0) 6461 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:04.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:04 smithi184 bash[59794]: cephadm 2024-03-21T13:11:03.958086+0000 mgr.x (mgr.34104) 4285 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:04.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:04 smithi184 bash[59794]: audit 2024-03-21T13:11:04.037010+0000 mon.a (mon.0) 6462 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:04.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:04 smithi184 bash[59794]: audit 2024-03-21T13:11:04.040762+0000 mon.a (mon.0) 6463 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:04.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:04 smithi184 bash[59794]: audit 2024-03-21T13:11:04.045238+0000 mon.a (mon.0) 6464 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:04.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:04 smithi184 bash[59794]: audit 2024-03-21T13:11:04.047015+0000 mon.a (mon.0) 6465 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:04.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:04 smithi184 bash[59794]: cluster 2024-03-21T13:11:04.050426+0000 mgr.x (mgr.34104) 4286 : cluster [DBG] pgmap v2841: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 366 KiB/s rd, 0 B/s wr, 560 op/s 2024-03-21T13:11:04.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:04 smithi184 bash[59794]: cluster 2024-03-21T13:11:04.050961+0000 mgr.x (mgr.34104) 4287 : cluster [DBG] pgmap v2842: 161 pgs: 161 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 367 KiB/s rd, 0 B/s wr, 561 op/s 2024-03-21T13:11:04.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:04 smithi184 bash[59794]: audit 2024-03-21T13:11:04.059730+0000 mon.a (mon.0) 6466 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:04.581 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:04 smithi184 bash[59794]: cephadm 2024-03-21T13:11:04.061056+0000 mgr.x (mgr.34104) 4288 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:04.581 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:04 smithi184 bash[59794]: audit 2024-03-21T13:11:04.137932+0000 mon.a (mon.0) 6467 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:04.581 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:04 smithi184 bash[59794]: audit 2024-03-21T13:11:04.140981+0000 mon.a (mon.0) 6468 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:04.581 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:04 smithi184 bash[59794]: audit 2024-03-21T13:11:04.144367+0000 mon.a (mon.0) 6469 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:04.581 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:04 smithi184 bash[59794]: audit 2024-03-21T13:11:04.145564+0000 mon.a (mon.0) 6470 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:04.581 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:04 smithi184 bash[59794]: cluster 2024-03-21T13:11:04.148244+0000 mgr.x (mgr.34104) 4289 : cluster [DBG] pgmap v2843: 161 pgs: 161 active+clean; 585 KiB data, 268 MiB used, 715 GiB / 715 GiB avail; 501 KiB/s rd, 0 B/s wr, 776 op/s 2024-03-21T13:11:04.581 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:04 smithi184 bash[59794]: cluster 2024-03-21T13:11:04.148675+0000 mgr.x (mgr.34104) 4290 : cluster [DBG] pgmap v2844: 161 pgs: 161 active+clean; 585 KiB data, 268 MiB used, 715 GiB / 715 GiB avail; 501 KiB/s rd, 0 B/s wr, 776 op/s 2024-03-21T13:11:04.581 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:04 smithi184 bash[59794]: audit 2024-03-21T13:11:04.156886+0000 mon.a (mon.0) 6471 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:04.581 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:04 smithi184 bash[59794]: cephadm 2024-03-21T13:11:04.158309+0000 mgr.x (mgr.34104) 4291 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:04.581 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:04 smithi184 bash[59794]: audit 2024-03-21T13:11:04.240717+0000 mon.a (mon.0) 6472 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:04.581 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:04 smithi184 bash[59794]: audit 2024-03-21T13:11:04.244999+0000 mon.a (mon.0) 6473 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:04.581 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:04 smithi184 bash[59794]: audit 2024-03-21T13:11:04.250104+0000 mon.a (mon.0) 6474 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:04.581 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:04 smithi184 bash[59794]: audit 2024-03-21T13:11:04.251827+0000 mon.a (mon.0) 6475 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:04.581 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:04 smithi184 bash[59794]: cluster 2024-03-21T13:11:04.255405+0000 mgr.x (mgr.34104) 4292 : cluster [DBG] pgmap v2845: 161 pgs: 161 active+clean; 585 KiB data, 268 MiB used, 715 GiB / 715 GiB avail; 123 KiB/s rd, 0 B/s wr, 198 op/s 2024-03-21T13:11:04.582 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:04 smithi184 bash[59794]: cluster 2024-03-21T13:11:04.255970+0000 mgr.x (mgr.34104) 4293 : cluster [DBG] pgmap v2846: 161 pgs: 161 active+clean; 585 KiB data, 268 MiB used, 715 GiB / 715 GiB avail; 123 KiB/s rd, 0 B/s wr, 198 op/s 2024-03-21T13:11:04.582 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:04 smithi184 bash[59794]: audit 2024-03-21T13:11:04.264478+0000 mon.a (mon.0) 6476 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:04.582 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:04 smithi184 bash[59794]: cephadm 2024-03-21T13:11:04.265979+0000 mgr.x (mgr.34104) 4294 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:05.545 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:05 smithi184 bash[59794]: audit 2024-03-21T13:11:04.311797+0000 mon.a (mon.0) 6477 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:05.546 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:05 smithi184 bash[59794]: audit 2024-03-21T13:11:04.318327+0000 mon.a (mon.0) 6478 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:05.546 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:05 smithi184 bash[59794]: cluster 2024-03-21T13:11:04.320361+0000 mgr.x (mgr.34104) 4295 : cluster [DBG] pgmap v2847: 161 pgs: 161 active+clean; 585 KiB data, 268 MiB used, 715 GiB / 715 GiB avail; 141 KiB/s rd, 0 B/s wr, 225 op/s 2024-03-21T13:11:05.546 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:05 smithi184 bash[59794]: cluster 2024-03-21T13:11:04.320634+0000 mgr.x (mgr.34104) 4296 : cluster [DBG] pgmap v2848: 161 pgs: 161 active+clean; 585 KiB data, 268 MiB used, 715 GiB / 715 GiB avail; 141 KiB/s rd, 0 B/s wr, 226 op/s 2024-03-21T13:11:05.546 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:05 smithi184 bash[59794]: audit 2024-03-21T13:11:04.325975+0000 mon.a (mon.0) 6479 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:05.546 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:05 smithi184 bash[59794]: audit 2024-03-21T13:11:04.354767+0000 mon.a (mon.0) 6480 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:05.546 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:05 smithi184 bash[59794]: audit 2024-03-21T13:11:04.358654+0000 mon.a (mon.0) 6481 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:05.546 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:05 smithi184 bash[59794]: audit 2024-03-21T13:11:04.361893+0000 mon.a (mon.0) 6482 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:05.546 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:05 smithi184 bash[59794]: audit 2024-03-21T13:11:04.363239+0000 mon.a (mon.0) 6483 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:05.546 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:05 smithi184 bash[59794]: cluster 2024-03-21T13:11:04.366097+0000 mgr.x (mgr.34104) 4297 : cluster [DBG] pgmap v2849: 161 pgs: 161 active+clean; 585 KiB data, 268 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:05.546 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:05 smithi184 bash[59794]: cluster 2024-03-21T13:11:04.366405+0000 mgr.x (mgr.34104) 4298 : cluster [DBG] pgmap v2850: 161 pgs: 161 active+clean; 585 KiB data, 268 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:05.546 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:05 smithi184 bash[59794]: audit 2024-03-21T13:11:04.374081+0000 mon.a (mon.0) 6484 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:05.547 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:05 smithi184 bash[59794]: cephadm 2024-03-21T13:11:04.375394+0000 mgr.x (mgr.34104) 4299 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:05.547 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:05 smithi184 bash[59794]: audit 2024-03-21T13:11:04.454382+0000 mon.a (mon.0) 6485 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:05.547 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:05 smithi184 bash[59794]: audit 2024-03-21T13:11:04.459265+0000 mon.a (mon.0) 6486 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:05.547 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:05 smithi184 bash[59794]: audit 2024-03-21T13:11:04.463416+0000 mon.a (mon.0) 6487 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:05.547 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:05 smithi184 bash[59794]: audit 2024-03-21T13:11:04.465162+0000 mon.a (mon.0) 6488 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:05.547 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:05 smithi184 bash[59794]: cluster 2024-03-21T13:11:04.468212+0000 mgr.x (mgr.34104) 4300 : cluster [DBG] pgmap v2851: 161 pgs: 161 active+clean; 585 KiB data, 268 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:05.547 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:05 smithi184 bash[59794]: cluster 2024-03-21T13:11:04.468522+0000 mgr.x (mgr.34104) 4301 : cluster [DBG] pgmap v2852: 161 pgs: 161 active+clean; 585 KiB data, 268 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:05.547 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:05 smithi184 bash[59794]: audit 2024-03-21T13:11:04.476941+0000 mon.a (mon.0) 6489 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:05.547 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:05 smithi184 bash[59794]: cephadm 2024-03-21T13:11:04.478263+0000 mgr.x (mgr.34104) 4302 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:05.547 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:05 smithi184 bash[59794]: audit 2024-03-21T13:11:04.556973+0000 mon.a (mon.0) 6490 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:05.547 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:05 smithi184 bash[59794]: audit 2024-03-21T13:11:04.559934+0000 mon.a (mon.0) 6491 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:05.547 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:05 smithi184 bash[59794]: audit 2024-03-21T13:11:04.563150+0000 mon.a (mon.0) 6492 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:05.547 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:05 smithi184 bash[59794]: audit 2024-03-21T13:11:04.564864+0000 mon.a (mon.0) 6493 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:05.547 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:05 smithi184 bash[59794]: cluster 2024-03-21T13:11:04.568332+0000 mgr.x (mgr.34104) 4303 : cluster [DBG] pgmap v2853: 161 pgs: 161 active+clean; 585 KiB data, 268 MiB used, 715 GiB / 715 GiB avail; 395 KiB/s rd, 0 B/s wr, 613 op/s 2024-03-21T13:11:05.548 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:05 smithi184 bash[59794]: cluster 2024-03-21T13:11:04.568646+0000 mgr.x (mgr.34104) 4304 : cluster [DBG] pgmap v2854: 161 pgs: 161 active+clean; 585 KiB data, 268 MiB used, 715 GiB / 715 GiB avail; 395 KiB/s rd, 0 B/s wr, 612 op/s 2024-03-21T13:11:05.548 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:05 smithi184 bash[59794]: audit 2024-03-21T13:11:04.576796+0000 mon.a (mon.0) 6494 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:05.548 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:05 smithi184 bash[59794]: cephadm 2024-03-21T13:11:04.577982+0000 mgr.x (mgr.34104) 4305 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:05.548 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:05 smithi184 bash[59794]: audit 2024-03-21T13:11:04.655127+0000 mon.a (mon.0) 6495 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:05.548 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:05 smithi184 bash[59794]: audit 2024-03-21T13:11:04.658401+0000 mon.a (mon.0) 6496 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:05.548 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:05 smithi184 bash[59794]: audit 2024-03-21T13:11:04.662353+0000 mon.a (mon.0) 6497 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:05.548 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:05 smithi184 bash[59794]: audit 2024-03-21T13:11:04.664104+0000 mon.a (mon.0) 6498 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:05.548 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:05 smithi184 bash[59794]: cluster 2024-03-21T13:11:04.667176+0000 mgr.x (mgr.34104) 4306 : cluster [DBG] pgmap v2855: 161 pgs: 161 active+clean; 585 KiB data, 268 MiB used, 715 GiB / 715 GiB avail; 325 KiB/s rd, 0 B/s wr, 504 op/s 2024-03-21T13:11:05.548 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:05 smithi184 bash[59794]: cluster 2024-03-21T13:11:04.667484+0000 mgr.x (mgr.34104) 4307 : cluster [DBG] pgmap v2856: 161 pgs: 161 active+clean; 585 KiB data, 268 MiB used, 715 GiB / 715 GiB avail; 326 KiB/s rd, 0 B/s wr, 504 op/s 2024-03-21T13:11:05.548 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:05 smithi184 bash[59794]: audit 2024-03-21T13:11:04.676801+0000 mon.a (mon.0) 6499 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:05.548 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:05 smithi184 bash[59794]: cephadm 2024-03-21T13:11:04.678063+0000 mgr.x (mgr.34104) 4308 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:05.548 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:05 smithi184 bash[59794]: audit 2024-03-21T13:11:04.757417+0000 mon.a (mon.0) 6500 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:05.548 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:05 smithi184 bash[59794]: audit 2024-03-21T13:11:04.760692+0000 mon.a (mon.0) 6501 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:05.548 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:05 smithi184 bash[59794]: audit 2024-03-21T13:11:04.764730+0000 mon.a (mon.0) 6502 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:05.549 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:05 smithi184 bash[59794]: audit 2024-03-21T13:11:04.766029+0000 mon.a (mon.0) 6503 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:05.549 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:05 smithi184 bash[59794]: cluster 2024-03-21T13:11:04.769020+0000 mgr.x (mgr.34104) 4309 : cluster [DBG] pgmap v2857: 161 pgs: 161 active+clean; 585 KiB data, 268 MiB used, 715 GiB / 715 GiB avail; 326 KiB/s rd, 0 B/s wr, 505 op/s 2024-03-21T13:11:05.549 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:05 smithi184 bash[59794]: cluster 2024-03-21T13:11:04.769435+0000 mgr.x (mgr.34104) 4310 : cluster [DBG] pgmap v2858: 161 pgs: 161 active+clean; 585 KiB data, 268 MiB used, 715 GiB / 715 GiB avail; 326 KiB/s rd, 0 B/s wr, 505 op/s 2024-03-21T13:11:05.549 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:05 smithi184 bash[59794]: audit 2024-03-21T13:11:04.777806+0000 mon.a (mon.0) 6504 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:05.549 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:05 smithi184 bash[59794]: cephadm 2024-03-21T13:11:04.779166+0000 mgr.x (mgr.34104) 4311 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:05.549 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:05 smithi184 bash[59794]: audit 2024-03-21T13:11:04.790792+0000 mon.a (mon.0) 6505 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:11:05.549 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:05 smithi184 bash[59794]: audit 2024-03-21T13:11:04.901526+0000 mon.a (mon.0) 6506 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:05.549 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:05 smithi184 bash[59794]: audit 2024-03-21T13:11:04.905247+0000 mon.a (mon.0) 6507 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:05.549 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:05 smithi184 bash[59794]: audit 2024-03-21T13:11:04.908376+0000 mon.a (mon.0) 6508 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:05.549 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:05 smithi184 bash[59794]: audit 2024-03-21T13:11:04.909602+0000 mon.a (mon.0) 6509 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:05.549 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:05 smithi184 bash[59794]: cluster 2024-03-21T13:11:04.912604+0000 mgr.x (mgr.34104) 4312 : cluster [DBG] pgmap v2859: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 567 KiB/s rd, 2.9 KiB/s wr, 848 op/s 2024-03-21T13:11:05.549 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:05 smithi184 bash[59794]: cluster 2024-03-21T13:11:04.913020+0000 mgr.x (mgr.34104) 4313 : cluster [DBG] pgmap v2860: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 566 KiB/s rd, 2.9 KiB/s wr, 848 op/s 2024-03-21T13:11:05.549 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:05 smithi184 bash[59794]: audit 2024-03-21T13:11:04.921100+0000 mon.a (mon.0) 6510 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:05.549 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:05 smithi184 bash[59794]: cephadm 2024-03-21T13:11:04.922318+0000 mgr.x (mgr.34104) 4314 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:05.550 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:05 smithi184 bash[59794]: audit 2024-03-21T13:11:05.004783+0000 mon.a (mon.0) 6511 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:05.550 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:05 smithi184 bash[59794]: audit 2024-03-21T13:11:05.009107+0000 mon.a (mon.0) 6512 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:05.550 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:05 smithi184 bash[59794]: audit 2024-03-21T13:11:05.013239+0000 mon.a (mon.0) 6513 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:05.550 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:05 smithi184 bash[59794]: audit 2024-03-21T13:11:05.014982+0000 mon.a (mon.0) 6514 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:05.550 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:05 smithi184 bash[59794]: cluster 2024-03-21T13:11:05.018171+0000 mgr.x (mgr.34104) 4315 : cluster [DBG] pgmap v2861: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 556 KiB/s rd, 2.8 KiB/s wr, 832 op/s 2024-03-21T13:11:05.550 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:05 smithi184 bash[59794]: cluster 2024-03-21T13:11:05.018654+0000 mgr.x (mgr.34104) 4316 : cluster [DBG] pgmap v2862: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 555 KiB/s rd, 2.8 KiB/s wr, 831 op/s 2024-03-21T13:11:05.550 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:05 smithi184 bash[59794]: audit 2024-03-21T13:11:05.027245+0000 mon.a (mon.0) 6515 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:05.550 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:05 smithi184 bash[59794]: cephadm 2024-03-21T13:11:05.028497+0000 mgr.x (mgr.34104) 4317 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:05.550 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:05 smithi184 bash[59794]: audit 2024-03-21T13:11:05.108674+0000 mon.a (mon.0) 6516 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:05.551 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:05 smithi184 bash[59794]: audit 2024-03-21T13:11:05.112077+0000 mon.a (mon.0) 6517 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:05.553 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:05 smithi184 bash[59794]: audit 2024-03-21T13:11:05.115673+0000 mon.a (mon.0) 6518 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:05.553 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:05 smithi184 bash[59794]: audit 2024-03-21T13:11:05.117439+0000 mon.a (mon.0) 6519 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:05.553 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:05 smithi184 bash[59794]: cluster 2024-03-21T13:11:05.120525+0000 mgr.x (mgr.34104) 4318 : cluster [DBG] pgmap v2863: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 555 KiB/s rd, 2.8 KiB/s wr, 830 op/s 2024-03-21T13:11:05.553 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:05 smithi184 bash[59794]: cluster 2024-03-21T13:11:05.120752+0000 mgr.x (mgr.34104) 4319 : cluster [DBG] pgmap v2864: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 555 KiB/s rd, 2.8 KiB/s wr, 830 op/s 2024-03-21T13:11:05.553 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:05 smithi184 bash[59794]: audit 2024-03-21T13:11:05.129429+0000 mon.a (mon.0) 6520 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:05.553 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:05 smithi184 bash[59794]: cephadm 2024-03-21T13:11:05.130878+0000 mgr.x (mgr.34104) 4320 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:05.553 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:05 smithi184 bash[59794]: audit 2024-03-21T13:11:05.209381+0000 mon.a (mon.0) 6521 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:05.554 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:05 smithi184 bash[59794]: audit 2024-03-21T13:11:05.214784+0000 mon.a (mon.0) 6522 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:05.554 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:05 smithi184 bash[59794]: audit 2024-03-21T13:11:05.219127+0000 mon.a (mon.0) 6523 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:05.554 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:05 smithi184 bash[59794]: audit 2024-03-21T13:11:05.220518+0000 mon.a (mon.0) 6524 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:05.554 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:05 smithi184 bash[59794]: cluster 2024-03-21T13:11:05.223447+0000 mgr.x (mgr.34104) 4321 : cluster [DBG] pgmap v2865: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:05.554 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:05 smithi184 bash[59794]: cluster 2024-03-21T13:11:05.223929+0000 mgr.x (mgr.34104) 4322 : cluster [DBG] pgmap v2866: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:05.554 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:05 smithi184 bash[59794]: audit 2024-03-21T13:11:05.231805+0000 mon.a (mon.0) 6525 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:05.554 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:05 smithi184 bash[59794]: cephadm 2024-03-21T13:11:05.232990+0000 mgr.x (mgr.34104) 4323 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:05.648 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:05 smithi178 bash[75692]: audit 2024-03-21T13:11:04.311797+0000 mon.a (mon.0) 6477 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:05.649 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:05 smithi178 bash[75692]: audit 2024-03-21T13:11:04.318327+0000 mon.a (mon.0) 6478 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:05.649 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:05 smithi178 bash[75692]: cluster 2024-03-21T13:11:04.320361+0000 mgr.x (mgr.34104) 4295 : cluster [DBG] pgmap v2847: 161 pgs: 161 active+clean; 585 KiB data, 268 MiB used, 715 GiB / 715 GiB avail; 141 KiB/s rd, 0 B/s wr, 225 op/s 2024-03-21T13:11:05.649 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:05 smithi178 bash[75692]: cluster 2024-03-21T13:11:04.320634+0000 mgr.x (mgr.34104) 4296 : cluster [DBG] pgmap v2848: 161 pgs: 161 active+clean; 585 KiB data, 268 MiB used, 715 GiB / 715 GiB avail; 141 KiB/s rd, 0 B/s wr, 226 op/s 2024-03-21T13:11:05.649 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:05 smithi178 bash[75692]: audit 2024-03-21T13:11:04.325975+0000 mon.a (mon.0) 6479 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:05.649 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:05 smithi178 bash[75692]: audit 2024-03-21T13:11:04.354767+0000 mon.a (mon.0) 6480 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:05.649 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:05 smithi178 bash[75692]: audit 2024-03-21T13:11:04.358654+0000 mon.a (mon.0) 6481 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:05.649 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:05 smithi178 bash[75692]: audit 2024-03-21T13:11:04.361893+0000 mon.a (mon.0) 6482 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:05.649 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:05 smithi178 bash[75692]: audit 2024-03-21T13:11:04.363239+0000 mon.a (mon.0) 6483 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:05.649 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:05 smithi178 bash[75692]: cluster 2024-03-21T13:11:04.366097+0000 mgr.x (mgr.34104) 4297 : cluster [DBG] pgmap v2849: 161 pgs: 161 active+clean; 585 KiB data, 268 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:05.649 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:05 smithi178 bash[75692]: cluster 2024-03-21T13:11:04.366405+0000 mgr.x (mgr.34104) 4298 : cluster [DBG] pgmap v2850: 161 pgs: 161 active+clean; 585 KiB data, 268 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:05.649 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:05 smithi178 bash[75692]: audit 2024-03-21T13:11:04.374081+0000 mon.a (mon.0) 6484 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:05.649 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:05 smithi178 bash[75692]: cephadm 2024-03-21T13:11:04.375394+0000 mgr.x (mgr.34104) 4299 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:05.649 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:05 smithi178 bash[75692]: audit 2024-03-21T13:11:04.454382+0000 mon.a (mon.0) 6485 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:05.650 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:05 smithi178 bash[75692]: audit 2024-03-21T13:11:04.459265+0000 mon.a (mon.0) 6486 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:05.650 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:05 smithi178 bash[75692]: audit 2024-03-21T13:11:04.463416+0000 mon.a (mon.0) 6487 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:05.650 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:05 smithi178 bash[75692]: audit 2024-03-21T13:11:04.465162+0000 mon.a (mon.0) 6488 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:05.650 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:05 smithi178 bash[75692]: cluster 2024-03-21T13:11:04.468212+0000 mgr.x (mgr.34104) 4300 : cluster [DBG] pgmap v2851: 161 pgs: 161 active+clean; 585 KiB data, 268 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:05.650 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:05 smithi178 bash[75692]: cluster 2024-03-21T13:11:04.468522+0000 mgr.x (mgr.34104) 4301 : cluster [DBG] pgmap v2852: 161 pgs: 161 active+clean; 585 KiB data, 268 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:05.650 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:05 smithi178 bash[77880]: audit 2024-03-21T13:11:04.311797+0000 mon.a (mon.0) 6477 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:05.650 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:05 smithi178 bash[77880]: audit 2024-03-21T13:11:04.318327+0000 mon.a (mon.0) 6478 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:05.650 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:05 smithi178 bash[77880]: cluster 2024-03-21T13:11:04.320361+0000 mgr.x (mgr.34104) 4295 : cluster [DBG] pgmap v2847: 161 pgs: 161 active+clean; 585 KiB data, 268 MiB used, 715 GiB / 715 GiB avail; 141 KiB/s rd, 0 B/s wr, 225 op/s 2024-03-21T13:11:05.650 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:05 smithi178 bash[77880]: cluster 2024-03-21T13:11:04.320634+0000 mgr.x (mgr.34104) 4296 : cluster [DBG] pgmap v2848: 161 pgs: 161 active+clean; 585 KiB data, 268 MiB used, 715 GiB / 715 GiB avail; 141 KiB/s rd, 0 B/s wr, 226 op/s 2024-03-21T13:11:05.650 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:05 smithi178 bash[77880]: audit 2024-03-21T13:11:04.325975+0000 mon.a (mon.0) 6479 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:05.651 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:05 smithi178 bash[77880]: audit 2024-03-21T13:11:04.354767+0000 mon.a (mon.0) 6480 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:05.651 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:05 smithi178 bash[77880]: audit 2024-03-21T13:11:04.358654+0000 mon.a (mon.0) 6481 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:05.651 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:05 smithi178 bash[77880]: audit 2024-03-21T13:11:04.361893+0000 mon.a (mon.0) 6482 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:05.651 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:05 smithi178 bash[77880]: audit 2024-03-21T13:11:04.363239+0000 mon.a (mon.0) 6483 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:05.651 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:05 smithi178 bash[77880]: cluster 2024-03-21T13:11:04.366097+0000 mgr.x (mgr.34104) 4297 : cluster [DBG] pgmap v2849: 161 pgs: 161 active+clean; 585 KiB data, 268 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:05.651 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:05 smithi178 bash[77880]: cluster 2024-03-21T13:11:04.366405+0000 mgr.x (mgr.34104) 4298 : cluster [DBG] pgmap v2850: 161 pgs: 161 active+clean; 585 KiB data, 268 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:05.651 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:05 smithi178 bash[77880]: audit 2024-03-21T13:11:04.374081+0000 mon.a (mon.0) 6484 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:05.651 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:05 smithi178 bash[77880]: cephadm 2024-03-21T13:11:04.375394+0000 mgr.x (mgr.34104) 4299 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:05.651 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:05 smithi178 bash[77880]: audit 2024-03-21T13:11:04.454382+0000 mon.a (mon.0) 6485 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:05.651 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:05 smithi178 bash[77880]: audit 2024-03-21T13:11:04.459265+0000 mon.a (mon.0) 6486 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:05.651 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:05 smithi178 bash[77880]: audit 2024-03-21T13:11:04.463416+0000 mon.a (mon.0) 6487 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:05.651 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:05 smithi178 bash[77880]: audit 2024-03-21T13:11:04.465162+0000 mon.a (mon.0) 6488 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:05.651 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:05 smithi178 bash[77880]: cluster 2024-03-21T13:11:04.468212+0000 mgr.x (mgr.34104) 4300 : cluster [DBG] pgmap v2851: 161 pgs: 161 active+clean; 585 KiB data, 268 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:05.651 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:05 smithi178 bash[77880]: cluster 2024-03-21T13:11:04.468522+0000 mgr.x (mgr.34104) 4301 : cluster [DBG] pgmap v2852: 161 pgs: 161 active+clean; 585 KiB data, 268 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:05.652 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:05 smithi178 bash[75692]: audit 2024-03-21T13:11:04.476941+0000 mon.a (mon.0) 6489 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:05.652 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:05 smithi178 bash[75692]: cephadm 2024-03-21T13:11:04.478263+0000 mgr.x (mgr.34104) 4302 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:05.652 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:05 smithi178 bash[75692]: audit 2024-03-21T13:11:04.556973+0000 mon.a (mon.0) 6490 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:05.652 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:05 smithi178 bash[75692]: audit 2024-03-21T13:11:04.559934+0000 mon.a (mon.0) 6491 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:05.652 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:05 smithi178 bash[75692]: audit 2024-03-21T13:11:04.563150+0000 mon.a (mon.0) 6492 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:05.652 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:05 smithi178 bash[75692]: audit 2024-03-21T13:11:04.564864+0000 mon.a (mon.0) 6493 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:05.652 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:05 smithi178 bash[75692]: cluster 2024-03-21T13:11:04.568332+0000 mgr.x (mgr.34104) 4303 : cluster [DBG] pgmap v2853: 161 pgs: 161 active+clean; 585 KiB data, 268 MiB used, 715 GiB / 715 GiB avail; 395 KiB/s rd, 0 B/s wr, 613 op/s 2024-03-21T13:11:05.652 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:05 smithi178 bash[75692]: cluster 2024-03-21T13:11:04.568646+0000 mgr.x (mgr.34104) 4304 : cluster [DBG] pgmap v2854: 161 pgs: 161 active+clean; 585 KiB data, 268 MiB used, 715 GiB / 715 GiB avail; 395 KiB/s rd, 0 B/s wr, 612 op/s 2024-03-21T13:11:05.652 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:05 smithi178 bash[75692]: audit 2024-03-21T13:11:04.576796+0000 mon.a (mon.0) 6494 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:05.652 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:05 smithi178 bash[75692]: cephadm 2024-03-21T13:11:04.577982+0000 mgr.x (mgr.34104) 4305 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:05.653 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:05 smithi178 bash[75692]: audit 2024-03-21T13:11:04.655127+0000 mon.a (mon.0) 6495 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:05.653 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:05 smithi178 bash[75692]: audit 2024-03-21T13:11:04.658401+0000 mon.a (mon.0) 6496 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:05.653 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:05 smithi178 bash[75692]: audit 2024-03-21T13:11:04.662353+0000 mon.a (mon.0) 6497 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:05.653 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:05 smithi178 bash[75692]: audit 2024-03-21T13:11:04.664104+0000 mon.a (mon.0) 6498 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:05.653 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:05 smithi178 bash[75692]: cluster 2024-03-21T13:11:04.667176+0000 mgr.x (mgr.34104) 4306 : cluster [DBG] pgmap v2855: 161 pgs: 161 active+clean; 585 KiB data, 268 MiB used, 715 GiB / 715 GiB avail; 325 KiB/s rd, 0 B/s wr, 504 op/s 2024-03-21T13:11:05.653 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:05 smithi178 bash[75692]: cluster 2024-03-21T13:11:04.667484+0000 mgr.x (mgr.34104) 4307 : cluster [DBG] pgmap v2856: 161 pgs: 161 active+clean; 585 KiB data, 268 MiB used, 715 GiB / 715 GiB avail; 326 KiB/s rd, 0 B/s wr, 504 op/s 2024-03-21T13:11:05.653 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:05 smithi178 bash[75692]: audit 2024-03-21T13:11:04.676801+0000 mon.a (mon.0) 6499 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:05.653 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:05 smithi178 bash[75692]: cephadm 2024-03-21T13:11:04.678063+0000 mgr.x (mgr.34104) 4308 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:05.653 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:05 smithi178 bash[75692]: audit 2024-03-21T13:11:04.757417+0000 mon.a (mon.0) 6500 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:05.653 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:05 smithi178 bash[75692]: audit 2024-03-21T13:11:04.760692+0000 mon.a (mon.0) 6501 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:05.653 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:05 smithi178 bash[75692]: audit 2024-03-21T13:11:04.764730+0000 mon.a (mon.0) 6502 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:05.653 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:05 smithi178 bash[75692]: audit 2024-03-21T13:11:04.766029+0000 mon.a (mon.0) 6503 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:05.653 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:05 smithi178 bash[75692]: cluster 2024-03-21T13:11:04.769020+0000 mgr.x (mgr.34104) 4309 : cluster [DBG] pgmap v2857: 161 pgs: 161 active+clean; 585 KiB data, 268 MiB used, 715 GiB / 715 GiB avail; 326 KiB/s rd, 0 B/s wr, 505 op/s 2024-03-21T13:11:05.653 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:05 smithi178 bash[75692]: cluster 2024-03-21T13:11:04.769435+0000 mgr.x (mgr.34104) 4310 : cluster [DBG] pgmap v2858: 161 pgs: 161 active+clean; 585 KiB data, 268 MiB used, 715 GiB / 715 GiB avail; 326 KiB/s rd, 0 B/s wr, 505 op/s 2024-03-21T13:11:05.653 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:05 smithi178 bash[75692]: audit 2024-03-21T13:11:04.777806+0000 mon.a (mon.0) 6504 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:05.653 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:05 smithi178 bash[75692]: cephadm 2024-03-21T13:11:04.779166+0000 mgr.x (mgr.34104) 4311 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:05.654 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:05 smithi178 bash[75692]: audit 2024-03-21T13:11:04.790792+0000 mon.a (mon.0) 6505 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:11:05.654 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:05 smithi178 bash[75692]: audit 2024-03-21T13:11:04.901526+0000 mon.a (mon.0) 6506 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:05.654 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:05 smithi178 bash[75692]: audit 2024-03-21T13:11:04.905247+0000 mon.a (mon.0) 6507 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:05.654 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:05 smithi178 bash[75692]: audit 2024-03-21T13:11:04.908376+0000 mon.a (mon.0) 6508 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:05.654 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:05 smithi178 bash[75692]: audit 2024-03-21T13:11:04.909602+0000 mon.a (mon.0) 6509 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:05.654 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:05 smithi178 bash[75692]: cluster 2024-03-21T13:11:04.912604+0000 mgr.x (mgr.34104) 4312 : cluster [DBG] pgmap v2859: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 567 KiB/s rd, 2.9 KiB/s wr, 848 op/s 2024-03-21T13:11:05.654 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:05 smithi178 bash[75692]: cluster 2024-03-21T13:11:04.913020+0000 mgr.x (mgr.34104) 4313 : cluster [DBG] pgmap v2860: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 566 KiB/s rd, 2.9 KiB/s wr, 848 op/s 2024-03-21T13:11:05.654 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:05 smithi178 bash[75692]: audit 2024-03-21T13:11:04.921100+0000 mon.a (mon.0) 6510 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:05.654 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:05 smithi178 bash[75692]: cephadm 2024-03-21T13:11:04.922318+0000 mgr.x (mgr.34104) 4314 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:05.654 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:05 smithi178 bash[75692]: audit 2024-03-21T13:11:05.004783+0000 mon.a (mon.0) 6511 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:05.654 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:05 smithi178 bash[75692]: audit 2024-03-21T13:11:05.009107+0000 mon.a (mon.0) 6512 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:05.654 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:05 smithi178 bash[75692]: audit 2024-03-21T13:11:05.013239+0000 mon.a (mon.0) 6513 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:05.655 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:05 smithi178 bash[77880]: audit 2024-03-21T13:11:04.476941+0000 mon.a (mon.0) 6489 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:05.655 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:05 smithi178 bash[77880]: cephadm 2024-03-21T13:11:04.478263+0000 mgr.x (mgr.34104) 4302 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:05.655 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:05 smithi178 bash[77880]: audit 2024-03-21T13:11:04.556973+0000 mon.a (mon.0) 6490 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:05.655 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:05 smithi178 bash[77880]: audit 2024-03-21T13:11:04.559934+0000 mon.a (mon.0) 6491 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:05.655 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:05 smithi178 bash[77880]: audit 2024-03-21T13:11:04.563150+0000 mon.a (mon.0) 6492 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:05.655 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:05 smithi178 bash[77880]: audit 2024-03-21T13:11:04.564864+0000 mon.a (mon.0) 6493 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:05.655 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:05 smithi178 bash[77880]: cluster 2024-03-21T13:11:04.568332+0000 mgr.x (mgr.34104) 4303 : cluster [DBG] pgmap v2853: 161 pgs: 161 active+clean; 585 KiB data, 268 MiB used, 715 GiB / 715 GiB avail; 395 KiB/s rd, 0 B/s wr, 613 op/s 2024-03-21T13:11:05.655 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:05 smithi178 bash[77880]: cluster 2024-03-21T13:11:04.568646+0000 mgr.x (mgr.34104) 4304 : cluster [DBG] pgmap v2854: 161 pgs: 161 active+clean; 585 KiB data, 268 MiB used, 715 GiB / 715 GiB avail; 395 KiB/s rd, 0 B/s wr, 612 op/s 2024-03-21T13:11:05.655 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:05 smithi178 bash[77880]: audit 2024-03-21T13:11:04.576796+0000 mon.a (mon.0) 6494 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:05.655 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:05 smithi178 bash[77880]: cephadm 2024-03-21T13:11:04.577982+0000 mgr.x (mgr.34104) 4305 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:05.655 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:05 smithi178 bash[77880]: audit 2024-03-21T13:11:04.655127+0000 mon.a (mon.0) 6495 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:05.655 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:05 smithi178 bash[77880]: audit 2024-03-21T13:11:04.658401+0000 mon.a (mon.0) 6496 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:05.656 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:05 smithi178 bash[77880]: audit 2024-03-21T13:11:04.662353+0000 mon.a (mon.0) 6497 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:05.656 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:05 smithi178 bash[77880]: audit 2024-03-21T13:11:04.664104+0000 mon.a (mon.0) 6498 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:05.656 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:05 smithi178 bash[77880]: cluster 2024-03-21T13:11:04.667176+0000 mgr.x (mgr.34104) 4306 : cluster [DBG] pgmap v2855: 161 pgs: 161 active+clean; 585 KiB data, 268 MiB used, 715 GiB / 715 GiB avail; 325 KiB/s rd, 0 B/s wr, 504 op/s 2024-03-21T13:11:05.656 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:05 smithi178 bash[77880]: cluster 2024-03-21T13:11:04.667484+0000 mgr.x (mgr.34104) 4307 : cluster [DBG] pgmap v2856: 161 pgs: 161 active+clean; 585 KiB data, 268 MiB used, 715 GiB / 715 GiB avail; 326 KiB/s rd, 0 B/s wr, 504 op/s 2024-03-21T13:11:05.656 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:05 smithi178 bash[77880]: audit 2024-03-21T13:11:04.676801+0000 mon.a (mon.0) 6499 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:05.656 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:05 smithi178 bash[77880]: cephadm 2024-03-21T13:11:04.678063+0000 mgr.x (mgr.34104) 4308 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:05.656 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:05 smithi178 bash[77880]: audit 2024-03-21T13:11:04.757417+0000 mon.a (mon.0) 6500 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:05.657 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:05 smithi178 bash[75692]: audit 2024-03-21T13:11:05.014982+0000 mon.a (mon.0) 6514 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:05.657 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:05 smithi178 bash[75692]: cluster 2024-03-21T13:11:05.018171+0000 mgr.x (mgr.34104) 4315 : cluster [DBG] pgmap v2861: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 556 KiB/s rd, 2.8 KiB/s wr, 832 op/s 2024-03-21T13:11:05.657 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:05 smithi178 bash[75692]: cluster 2024-03-21T13:11:05.018654+0000 mgr.x (mgr.34104) 4316 : cluster [DBG] pgmap v2862: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 555 KiB/s rd, 2.8 KiB/s wr, 831 op/s 2024-03-21T13:11:05.657 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:05 smithi178 bash[75692]: audit 2024-03-21T13:11:05.027245+0000 mon.a (mon.0) 6515 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:05.657 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:05 smithi178 bash[75692]: cephadm 2024-03-21T13:11:05.028497+0000 mgr.x (mgr.34104) 4317 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:05.657 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:05 smithi178 bash[75692]: audit 2024-03-21T13:11:05.108674+0000 mon.a (mon.0) 6516 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:05.657 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:05 smithi178 bash[75692]: audit 2024-03-21T13:11:05.112077+0000 mon.a (mon.0) 6517 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:05.657 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:05 smithi178 bash[75692]: audit 2024-03-21T13:11:05.115673+0000 mon.a (mon.0) 6518 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:05.657 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:05 smithi178 bash[75692]: audit 2024-03-21T13:11:05.117439+0000 mon.a (mon.0) 6519 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:05.657 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:05 smithi178 bash[75692]: cluster 2024-03-21T13:11:05.120525+0000 mgr.x (mgr.34104) 4318 : cluster [DBG] pgmap v2863: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 555 KiB/s rd, 2.8 KiB/s wr, 830 op/s 2024-03-21T13:11:05.657 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:05 smithi178 bash[75692]: cluster 2024-03-21T13:11:05.120752+0000 mgr.x (mgr.34104) 4319 : cluster [DBG] pgmap v2864: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 555 KiB/s rd, 2.8 KiB/s wr, 830 op/s 2024-03-21T13:11:05.657 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:05 smithi178 bash[75692]: audit 2024-03-21T13:11:05.129429+0000 mon.a (mon.0) 6520 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:05.657 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:05 smithi178 bash[75692]: cephadm 2024-03-21T13:11:05.130878+0000 mgr.x (mgr.34104) 4320 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:05.657 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:05 smithi178 bash[75692]: audit 2024-03-21T13:11:05.209381+0000 mon.a (mon.0) 6521 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:05.658 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:05 smithi178 bash[75692]: audit 2024-03-21T13:11:05.214784+0000 mon.a (mon.0) 6522 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:05.658 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:05 smithi178 bash[75692]: audit 2024-03-21T13:11:05.219127+0000 mon.a (mon.0) 6523 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:05.658 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:05 smithi178 bash[75692]: audit 2024-03-21T13:11:05.220518+0000 mon.a (mon.0) 6524 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:05.658 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:05 smithi178 bash[75692]: cluster 2024-03-21T13:11:05.223447+0000 mgr.x (mgr.34104) 4321 : cluster [DBG] pgmap v2865: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:05.658 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:05 smithi178 bash[75692]: cluster 2024-03-21T13:11:05.223929+0000 mgr.x (mgr.34104) 4322 : cluster [DBG] pgmap v2866: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:05.658 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:05 smithi178 bash[75692]: audit 2024-03-21T13:11:05.231805+0000 mon.a (mon.0) 6525 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:05.658 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:05 smithi178 bash[75692]: cephadm 2024-03-21T13:11:05.232990+0000 mgr.x (mgr.34104) 4323 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:05.659 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:05 smithi178 bash[77880]: audit 2024-03-21T13:11:04.760692+0000 mon.a (mon.0) 6501 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:05.659 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:05 smithi178 bash[77880]: audit 2024-03-21T13:11:04.764730+0000 mon.a (mon.0) 6502 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:05.659 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:05 smithi178 bash[77880]: audit 2024-03-21T13:11:04.766029+0000 mon.a (mon.0) 6503 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:05.659 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:05 smithi178 bash[77880]: cluster 2024-03-21T13:11:04.769020+0000 mgr.x (mgr.34104) 4309 : cluster [DBG] pgmap v2857: 161 pgs: 161 active+clean; 585 KiB data, 268 MiB used, 715 GiB / 715 GiB avail; 326 KiB/s rd, 0 B/s wr, 505 op/s 2024-03-21T13:11:05.659 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:05 smithi178 bash[77880]: cluster 2024-03-21T13:11:04.769435+0000 mgr.x (mgr.34104) 4310 : cluster [DBG] pgmap v2858: 161 pgs: 161 active+clean; 585 KiB data, 268 MiB used, 715 GiB / 715 GiB avail; 326 KiB/s rd, 0 B/s wr, 505 op/s 2024-03-21T13:11:05.659 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:05 smithi178 bash[77880]: audit 2024-03-21T13:11:04.777806+0000 mon.a (mon.0) 6504 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:05.659 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:05 smithi178 bash[77880]: cephadm 2024-03-21T13:11:04.779166+0000 mgr.x (mgr.34104) 4311 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:05.659 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:05 smithi178 bash[77880]: audit 2024-03-21T13:11:04.790792+0000 mon.a (mon.0) 6505 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:11:05.659 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:05 smithi178 bash[77880]: audit 2024-03-21T13:11:04.901526+0000 mon.a (mon.0) 6506 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:05.659 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:05 smithi178 bash[77880]: audit 2024-03-21T13:11:04.905247+0000 mon.a (mon.0) 6507 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:05.659 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:05 smithi178 bash[77880]: audit 2024-03-21T13:11:04.908376+0000 mon.a (mon.0) 6508 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:05.659 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:05 smithi178 bash[77880]: audit 2024-03-21T13:11:04.909602+0000 mon.a (mon.0) 6509 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:05.659 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:05 smithi178 bash[77880]: cluster 2024-03-21T13:11:04.912604+0000 mgr.x (mgr.34104) 4312 : cluster [DBG] pgmap v2859: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 567 KiB/s rd, 2.9 KiB/s wr, 848 op/s 2024-03-21T13:11:05.660 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:05 smithi178 bash[77880]: cluster 2024-03-21T13:11:04.913020+0000 mgr.x (mgr.34104) 4313 : cluster [DBG] pgmap v2860: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 566 KiB/s rd, 2.9 KiB/s wr, 848 op/s 2024-03-21T13:11:05.660 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:05 smithi178 bash[77880]: audit 2024-03-21T13:11:04.921100+0000 mon.a (mon.0) 6510 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:05.660 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:05 smithi178 bash[77880]: cephadm 2024-03-21T13:11:04.922318+0000 mgr.x (mgr.34104) 4314 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:05.660 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:05 smithi178 bash[77880]: audit 2024-03-21T13:11:05.004783+0000 mon.a (mon.0) 6511 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:05.660 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:05 smithi178 bash[77880]: audit 2024-03-21T13:11:05.009107+0000 mon.a (mon.0) 6512 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:05.660 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:05 smithi178 bash[77880]: audit 2024-03-21T13:11:05.013239+0000 mon.a (mon.0) 6513 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:05.660 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:05 smithi178 bash[77880]: audit 2024-03-21T13:11:05.014982+0000 mon.a (mon.0) 6514 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:05.660 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:05 smithi178 bash[77880]: cluster 2024-03-21T13:11:05.018171+0000 mgr.x (mgr.34104) 4315 : cluster [DBG] pgmap v2861: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 556 KiB/s rd, 2.8 KiB/s wr, 832 op/s 2024-03-21T13:11:05.660 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:05 smithi178 bash[77880]: cluster 2024-03-21T13:11:05.018654+0000 mgr.x (mgr.34104) 4316 : cluster [DBG] pgmap v2862: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 555 KiB/s rd, 2.8 KiB/s wr, 831 op/s 2024-03-21T13:11:05.660 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:05 smithi178 bash[77880]: audit 2024-03-21T13:11:05.027245+0000 mon.a (mon.0) 6515 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:05.660 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:05 smithi178 bash[77880]: cephadm 2024-03-21T13:11:05.028497+0000 mgr.x (mgr.34104) 4317 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:05.660 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:05 smithi178 bash[77880]: audit 2024-03-21T13:11:05.108674+0000 mon.a (mon.0) 6516 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:05.660 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:05 smithi178 bash[77880]: audit 2024-03-21T13:11:05.112077+0000 mon.a (mon.0) 6517 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:05.660 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:05 smithi178 bash[77880]: audit 2024-03-21T13:11:05.115673+0000 mon.a (mon.0) 6518 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:05.661 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:05 smithi178 bash[77880]: audit 2024-03-21T13:11:05.117439+0000 mon.a (mon.0) 6519 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:05.661 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:05 smithi178 bash[77880]: cluster 2024-03-21T13:11:05.120525+0000 mgr.x (mgr.34104) 4318 : cluster [DBG] pgmap v2863: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 555 KiB/s rd, 2.8 KiB/s wr, 830 op/s 2024-03-21T13:11:05.661 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:05 smithi178 bash[77880]: cluster 2024-03-21T13:11:05.120752+0000 mgr.x (mgr.34104) 4319 : cluster [DBG] pgmap v2864: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 555 KiB/s rd, 2.8 KiB/s wr, 830 op/s 2024-03-21T13:11:05.661 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:05 smithi178 bash[77880]: audit 2024-03-21T13:11:05.129429+0000 mon.a (mon.0) 6520 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:05.661 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:05 smithi178 bash[77880]: cephadm 2024-03-21T13:11:05.130878+0000 mgr.x (mgr.34104) 4320 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:05.661 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:05 smithi178 bash[77880]: audit 2024-03-21T13:11:05.209381+0000 mon.a (mon.0) 6521 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:05.661 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:05 smithi178 bash[77880]: audit 2024-03-21T13:11:05.214784+0000 mon.a (mon.0) 6522 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:05.661 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:05 smithi178 bash[77880]: audit 2024-03-21T13:11:05.219127+0000 mon.a (mon.0) 6523 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:05.661 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:05 smithi178 bash[77880]: audit 2024-03-21T13:11:05.220518+0000 mon.a (mon.0) 6524 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:05.661 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:05 smithi178 bash[77880]: cluster 2024-03-21T13:11:05.223447+0000 mgr.x (mgr.34104) 4321 : cluster [DBG] pgmap v2865: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:05.661 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:05 smithi178 bash[77880]: cluster 2024-03-21T13:11:05.223929+0000 mgr.x (mgr.34104) 4322 : cluster [DBG] pgmap v2866: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:05.661 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:05 smithi178 bash[77880]: audit 2024-03-21T13:11:05.231805+0000 mon.a (mon.0) 6525 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:05.661 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:05 smithi178 bash[77880]: cephadm 2024-03-21T13:11:05.232990+0000 mgr.x (mgr.34104) 4323 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:05.823 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:11:05 smithi184 bash[52419]: ::ffff:172.21.15.184 - - [21/Mar/2024:13:11:05] "GET /metrics HTTP/1.1" 200 38726 "" "Prometheus/2.33.4" 2024-03-21T13:11:06.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:06 smithi178 bash[77880]: audit 2024-03-21T13:11:05.326712+0000 mon.a (mon.0) 6526 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:06.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:06 smithi178 bash[77880]: audit 2024-03-21T13:11:05.329135+0000 mon.a (mon.0) 6527 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:06.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:06 smithi178 bash[77880]: audit 2024-03-21T13:11:05.331959+0000 mon.a (mon.0) 6528 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:06.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:06 smithi178 bash[77880]: audit 2024-03-21T13:11:05.333084+0000 mon.a (mon.0) 6529 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:06.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:06 smithi178 bash[77880]: cluster 2024-03-21T13:11:05.335537+0000 mgr.x (mgr.34104) 4324 : cluster [DBG] pgmap v2867: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:06.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:06 smithi178 bash[77880]: cluster 2024-03-21T13:11:05.335935+0000 mgr.x (mgr.34104) 4325 : cluster [DBG] pgmap v2868: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:06.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:06 smithi178 bash[77880]: audit 2024-03-21T13:11:05.340302+0000 mon.a (mon.0) 6530 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:06.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:06 smithi178 bash[77880]: cephadm 2024-03-21T13:11:05.341534+0000 mgr.x (mgr.34104) 4326 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:06.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:06 smithi178 bash[77880]: audit 2024-03-21T13:11:05.421263+0000 mon.a (mon.0) 6531 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:06.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:06 smithi178 bash[77880]: audit 2024-03-21T13:11:05.424464+0000 mon.a (mon.0) 6532 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:06.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:06 smithi178 bash[77880]: audit 2024-03-21T13:11:05.427581+0000 mon.a (mon.0) 6533 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:06.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:06 smithi178 bash[77880]: audit 2024-03-21T13:11:05.428695+0000 mon.a (mon.0) 6534 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:06.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:06 smithi178 bash[77880]: cluster 2024-03-21T13:11:05.431152+0000 mgr.x (mgr.34104) 4327 : cluster [DBG] pgmap v2869: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:06.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:06 smithi178 bash[77880]: cluster 2024-03-21T13:11:05.431628+0000 mgr.x (mgr.34104) 4328 : cluster [DBG] pgmap v2870: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:06.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:06 smithi178 bash[77880]: audit 2024-03-21T13:11:05.438683+0000 mon.a (mon.0) 6535 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:06.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:06 smithi178 bash[77880]: cephadm 2024-03-21T13:11:05.440108+0000 mgr.x (mgr.34104) 4329 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:06.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:06 smithi178 bash[77880]: audit 2024-03-21T13:11:05.558457+0000 mon.a (mon.0) 6536 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:06.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:06 smithi178 bash[77880]: audit 2024-03-21T13:11:05.561359+0000 mon.a (mon.0) 6537 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:06.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:06 smithi178 bash[77880]: audit 2024-03-21T13:11:05.564812+0000 mon.a (mon.0) 6538 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:06.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:06 smithi178 bash[75692]: audit 2024-03-21T13:11:05.326712+0000 mon.a (mon.0) 6526 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:06.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:06 smithi178 bash[75692]: audit 2024-03-21T13:11:05.329135+0000 mon.a (mon.0) 6527 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:06.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:06 smithi178 bash[75692]: audit 2024-03-21T13:11:05.331959+0000 mon.a (mon.0) 6528 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:06.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:06 smithi178 bash[75692]: audit 2024-03-21T13:11:05.333084+0000 mon.a (mon.0) 6529 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:06.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:06 smithi178 bash[75692]: cluster 2024-03-21T13:11:05.335537+0000 mgr.x (mgr.34104) 4324 : cluster [DBG] pgmap v2867: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:06.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:06 smithi178 bash[75692]: cluster 2024-03-21T13:11:05.335935+0000 mgr.x (mgr.34104) 4325 : cluster [DBG] pgmap v2868: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:06.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:06 smithi178 bash[75692]: audit 2024-03-21T13:11:05.340302+0000 mon.a (mon.0) 6530 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:06.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:06 smithi178 bash[75692]: cephadm 2024-03-21T13:11:05.341534+0000 mgr.x (mgr.34104) 4326 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:06.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:06 smithi178 bash[75692]: audit 2024-03-21T13:11:05.421263+0000 mon.a (mon.0) 6531 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:06.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:06 smithi178 bash[75692]: audit 2024-03-21T13:11:05.424464+0000 mon.a (mon.0) 6532 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:06.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:06 smithi178 bash[75692]: audit 2024-03-21T13:11:05.427581+0000 mon.a (mon.0) 6533 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:06.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:06 smithi178 bash[75692]: audit 2024-03-21T13:11:05.428695+0000 mon.a (mon.0) 6534 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:06.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:06 smithi178 bash[75692]: cluster 2024-03-21T13:11:05.431152+0000 mgr.x (mgr.34104) 4327 : cluster [DBG] pgmap v2869: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:06.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:06 smithi178 bash[75692]: cluster 2024-03-21T13:11:05.431628+0000 mgr.x (mgr.34104) 4328 : cluster [DBG] pgmap v2870: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:06.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:06 smithi178 bash[75692]: audit 2024-03-21T13:11:05.438683+0000 mon.a (mon.0) 6535 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:06.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:06 smithi178 bash[75692]: cephadm 2024-03-21T13:11:05.440108+0000 mgr.x (mgr.34104) 4329 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:06.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:06 smithi178 bash[75692]: audit 2024-03-21T13:11:05.558457+0000 mon.a (mon.0) 6536 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:06.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:06 smithi178 bash[75692]: audit 2024-03-21T13:11:05.561359+0000 mon.a (mon.0) 6537 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:06.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:06 smithi178 bash[75692]: audit 2024-03-21T13:11:05.564812+0000 mon.a (mon.0) 6538 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:06.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:06 smithi178 bash[77880]: audit 2024-03-21T13:11:05.566291+0000 mon.a (mon.0) 6539 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:06.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:06 smithi178 bash[77880]: cluster 2024-03-21T13:11:05.569543+0000 mgr.x (mgr.34104) 4330 : cluster [DBG] pgmap v2871: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:06.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:06 smithi178 bash[77880]: cluster 2024-03-21T13:11:05.570069+0000 mgr.x (mgr.34104) 4331 : cluster [DBG] pgmap v2872: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:06.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:06 smithi178 bash[77880]: audit 2024-03-21T13:11:05.578422+0000 mon.a (mon.0) 6540 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:06.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:06 smithi178 bash[77880]: cephadm 2024-03-21T13:11:05.579785+0000 mgr.x (mgr.34104) 4332 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:06.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:06 smithi178 bash[77880]: audit 2024-03-21T13:11:05.666527+0000 mon.a (mon.0) 6541 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:06.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:06 smithi178 bash[77880]: audit 2024-03-21T13:11:05.669305+0000 mon.a (mon.0) 6542 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:06.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:06 smithi178 bash[77880]: audit 2024-03-21T13:11:05.671842+0000 mon.a (mon.0) 6543 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:06.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:06 smithi178 bash[77880]: audit 2024-03-21T13:11:05.673029+0000 mon.a (mon.0) 6544 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:06.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:06 smithi178 bash[77880]: cluster 2024-03-21T13:11:05.675395+0000 mgr.x (mgr.34104) 4333 : cluster [DBG] pgmap v2873: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:06.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:06 smithi178 bash[77880]: cluster 2024-03-21T13:11:05.675645+0000 mgr.x (mgr.34104) 4334 : cluster [DBG] pgmap v2874: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:06.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:06 smithi178 bash[77880]: audit 2024-03-21T13:11:05.684007+0000 mon.a (mon.0) 6545 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:06.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:06 smithi178 bash[77880]: cephadm 2024-03-21T13:11:05.685282+0000 mgr.x (mgr.34104) 4335 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:06.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:06 smithi178 bash[77880]: audit 2024-03-21T13:11:05.769402+0000 mon.a (mon.0) 6546 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:06.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:06 smithi178 bash[77880]: audit 2024-03-21T13:11:05.772560+0000 mon.a (mon.0) 6547 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:06.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:06 smithi178 bash[77880]: audit 2024-03-21T13:11:05.775723+0000 mon.a (mon.0) 6548 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:06.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:06 smithi178 bash[77880]: audit 2024-03-21T13:11:05.777297+0000 mon.a (mon.0) 6549 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:06.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:06 smithi178 bash[77880]: cluster 2024-03-21T13:11:05.780072+0000 mgr.x (mgr.34104) 4336 : cluster [DBG] pgmap v2875: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:06.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:06 smithi178 bash[77880]: cluster 2024-03-21T13:11:05.780586+0000 mgr.x (mgr.34104) 4337 : cluster [DBG] pgmap v2876: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:06.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:06 smithi178 bash[77880]: audit 2024-03-21T13:11:05.788404+0000 mon.a (mon.0) 6550 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:06.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:06 smithi178 bash[77880]: cephadm 2024-03-21T13:11:05.789585+0000 mgr.x (mgr.34104) 4338 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:06.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:06 smithi178 bash[77880]: audit 2024-03-21T13:11:05.867987+0000 mon.a (mon.0) 6551 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:06.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:06 smithi178 bash[77880]: audit 2024-03-21T13:11:05.871996+0000 mon.a (mon.0) 6552 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:06.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:06 smithi178 bash[77880]: audit 2024-03-21T13:11:05.878028+0000 mon.a (mon.0) 6553 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:06.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:06 smithi178 bash[77880]: audit 2024-03-21T13:11:05.879355+0000 mon.a (mon.0) 6554 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:06.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:06 smithi178 bash[77880]: cluster 2024-03-21T13:11:05.881559+0000 mgr.x (mgr.34104) 4339 : cluster [DBG] pgmap v2877: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:06.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:06 smithi178 bash[77880]: cluster 2024-03-21T13:11:05.881780+0000 mgr.x (mgr.34104) 4340 : cluster [DBG] pgmap v2878: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:06.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:06 smithi178 bash[77880]: audit 2024-03-21T13:11:05.890820+0000 mon.a (mon.0) 6555 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:06.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:06 smithi178 bash[77880]: cephadm 2024-03-21T13:11:05.892003+0000 mgr.x (mgr.34104) 4341 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:06.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:06 smithi178 bash[77880]: audit 2024-03-21T13:11:05.971672+0000 mon.a (mon.0) 6556 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:06.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:06 smithi178 bash[77880]: audit 2024-03-21T13:11:05.974446+0000 mon.a (mon.0) 6557 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:06.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:06 smithi178 bash[77880]: audit 2024-03-21T13:11:05.977584+0000 mon.a (mon.0) 6558 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:06.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:06 smithi178 bash[77880]: audit 2024-03-21T13:11:05.978927+0000 mon.a (mon.0) 6559 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:06.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:06 smithi178 bash[77880]: cluster 2024-03-21T13:11:05.981444+0000 mgr.x (mgr.34104) 4342 : cluster [DBG] pgmap v2879: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:06.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:06 smithi178 bash[77880]: cluster 2024-03-21T13:11:05.981938+0000 mgr.x (mgr.34104) 4343 : cluster [DBG] pgmap v2880: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:06.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:06 smithi178 bash[77880]: audit 2024-03-21T13:11:05.987363+0000 mon.a (mon.0) 6560 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:06.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:06 smithi178 bash[77880]: cephadm 2024-03-21T13:11:05.988677+0000 mgr.x (mgr.34104) 4344 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:06.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:06 smithi178 bash[77880]: audit 2024-03-21T13:11:06.072295+0000 mon.a (mon.0) 6561 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:06.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:06 smithi178 bash[77880]: audit 2024-03-21T13:11:06.074907+0000 mon.a (mon.0) 6562 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:06.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:06 smithi178 bash[75692]: audit 2024-03-21T13:11:05.566291+0000 mon.a (mon.0) 6539 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:06.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:06 smithi178 bash[75692]: cluster 2024-03-21T13:11:05.569543+0000 mgr.x (mgr.34104) 4330 : cluster [DBG] pgmap v2871: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:06.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:06 smithi178 bash[75692]: cluster 2024-03-21T13:11:05.570069+0000 mgr.x (mgr.34104) 4331 : cluster [DBG] pgmap v2872: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:06.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:06 smithi178 bash[75692]: audit 2024-03-21T13:11:05.578422+0000 mon.a (mon.0) 6540 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:06.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:06 smithi178 bash[75692]: cephadm 2024-03-21T13:11:05.579785+0000 mgr.x (mgr.34104) 4332 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:06.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:06 smithi178 bash[75692]: audit 2024-03-21T13:11:05.666527+0000 mon.a (mon.0) 6541 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:06.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:06 smithi178 bash[75692]: audit 2024-03-21T13:11:05.669305+0000 mon.a (mon.0) 6542 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:06.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:06 smithi178 bash[75692]: audit 2024-03-21T13:11:05.671842+0000 mon.a (mon.0) 6543 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:06.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:06 smithi178 bash[75692]: audit 2024-03-21T13:11:05.673029+0000 mon.a (mon.0) 6544 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:06.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:06 smithi178 bash[75692]: cluster 2024-03-21T13:11:05.675395+0000 mgr.x (mgr.34104) 4333 : cluster [DBG] pgmap v2873: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:06.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:06 smithi178 bash[75692]: cluster 2024-03-21T13:11:05.675645+0000 mgr.x (mgr.34104) 4334 : cluster [DBG] pgmap v2874: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:06.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:06 smithi178 bash[75692]: audit 2024-03-21T13:11:05.684007+0000 mon.a (mon.0) 6545 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:06.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:06 smithi178 bash[75692]: cephadm 2024-03-21T13:11:05.685282+0000 mgr.x (mgr.34104) 4335 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:06.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:06 smithi178 bash[75692]: audit 2024-03-21T13:11:05.769402+0000 mon.a (mon.0) 6546 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:06.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:06 smithi178 bash[75692]: audit 2024-03-21T13:11:05.772560+0000 mon.a (mon.0) 6547 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:06.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:06 smithi178 bash[75692]: audit 2024-03-21T13:11:05.775723+0000 mon.a (mon.0) 6548 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:06.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:06 smithi178 bash[75692]: audit 2024-03-21T13:11:05.777297+0000 mon.a (mon.0) 6549 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:06.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:06 smithi178 bash[75692]: cluster 2024-03-21T13:11:05.780072+0000 mgr.x (mgr.34104) 4336 : cluster [DBG] pgmap v2875: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:06.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:06 smithi178 bash[75692]: cluster 2024-03-21T13:11:05.780586+0000 mgr.x (mgr.34104) 4337 : cluster [DBG] pgmap v2876: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:06.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:06 smithi178 bash[75692]: audit 2024-03-21T13:11:05.788404+0000 mon.a (mon.0) 6550 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:06.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:06 smithi178 bash[77880]: audit 2024-03-21T13:11:06.077534+0000 mon.a (mon.0) 6563 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:06.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:06 smithi178 bash[77880]: audit 2024-03-21T13:11:06.078693+0000 mon.a (mon.0) 6564 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:06.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:06 smithi178 bash[77880]: cluster 2024-03-21T13:11:06.081042+0000 mgr.x (mgr.34104) 4345 : cluster [DBG] pgmap v2881: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:06.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:06 smithi178 bash[77880]: cluster 2024-03-21T13:11:06.081260+0000 mgr.x (mgr.34104) 4346 : cluster [DBG] pgmap v2882: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:06.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:06 smithi178 bash[77880]: audit 2024-03-21T13:11:06.089992+0000 mon.a (mon.0) 6565 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:06.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:06 smithi178 bash[77880]: cephadm 2024-03-21T13:11:06.091100+0000 mgr.x (mgr.34104) 4347 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:06.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:06 smithi178 bash[77880]: audit 2024-03-21T13:11:06.169424+0000 mon.a (mon.0) 6566 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:06.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:06 smithi178 bash[77880]: audit 2024-03-21T13:11:06.172921+0000 mon.a (mon.0) 6567 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:06.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:06 smithi178 bash[77880]: audit 2024-03-21T13:11:06.177134+0000 mon.a (mon.0) 6568 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:06.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:06 smithi178 bash[77880]: audit 2024-03-21T13:11:06.178656+0000 mon.a (mon.0) 6569 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:06.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:06 smithi178 bash[77880]: cluster 2024-03-21T13:11:06.181536+0000 mgr.x (mgr.34104) 4348 : cluster [DBG] pgmap v2883: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:06.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:06 smithi178 bash[77880]: cluster 2024-03-21T13:11:06.181984+0000 mgr.x (mgr.34104) 4349 : cluster [DBG] pgmap v2884: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:06.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:06 smithi178 bash[77880]: audit 2024-03-21T13:11:06.189119+0000 mon.a (mon.0) 6570 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:06.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:06 smithi178 bash[77880]: cephadm 2024-03-21T13:11:06.190498+0000 mgr.x (mgr.34104) 4350 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:06.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:06 smithi178 bash[77880]: audit 2024-03-21T13:11:06.302063+0000 mon.a (mon.0) 6571 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:06.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:06 smithi178 bash[77880]: audit 2024-03-21T13:11:06.304917+0000 mon.a (mon.0) 6572 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:06.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:06 smithi178 bash[77880]: audit 2024-03-21T13:11:06.311795+0000 mon.a (mon.0) 6573 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:06.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:06 smithi178 bash[77880]: audit 2024-03-21T13:11:06.313639+0000 mon.a (mon.0) 6574 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:06.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:06 smithi178 bash[75692]: cephadm 2024-03-21T13:11:05.789585+0000 mgr.x (mgr.34104) 4338 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:06.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:06 smithi178 bash[75692]: audit 2024-03-21T13:11:05.867987+0000 mon.a (mon.0) 6551 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:06.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:06 smithi178 bash[75692]: audit 2024-03-21T13:11:05.871996+0000 mon.a (mon.0) 6552 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:06.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:06 smithi178 bash[75692]: audit 2024-03-21T13:11:05.878028+0000 mon.a (mon.0) 6553 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:06.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:06 smithi178 bash[75692]: audit 2024-03-21T13:11:05.879355+0000 mon.a (mon.0) 6554 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:06.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:06 smithi178 bash[75692]: cluster 2024-03-21T13:11:05.881559+0000 mgr.x (mgr.34104) 4339 : cluster [DBG] pgmap v2877: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:06.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:06 smithi178 bash[75692]: cluster 2024-03-21T13:11:05.881780+0000 mgr.x (mgr.34104) 4340 : cluster [DBG] pgmap v2878: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:06.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:06 smithi178 bash[75692]: audit 2024-03-21T13:11:05.890820+0000 mon.a (mon.0) 6555 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:06.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:06 smithi178 bash[75692]: cephadm 2024-03-21T13:11:05.892003+0000 mgr.x (mgr.34104) 4341 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:06.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:06 smithi178 bash[75692]: audit 2024-03-21T13:11:05.971672+0000 mon.a (mon.0) 6556 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:06.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:06 smithi178 bash[75692]: audit 2024-03-21T13:11:05.974446+0000 mon.a (mon.0) 6557 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:06.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:06 smithi178 bash[75692]: audit 2024-03-21T13:11:05.977584+0000 mon.a (mon.0) 6558 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:06.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:06 smithi178 bash[75692]: audit 2024-03-21T13:11:05.978927+0000 mon.a (mon.0) 6559 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:06.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:06 smithi178 bash[75692]: cluster 2024-03-21T13:11:05.981444+0000 mgr.x (mgr.34104) 4342 : cluster [DBG] pgmap v2879: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:06.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:06 smithi178 bash[75692]: cluster 2024-03-21T13:11:05.981938+0000 mgr.x (mgr.34104) 4343 : cluster [DBG] pgmap v2880: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:06.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:06 smithi178 bash[75692]: audit 2024-03-21T13:11:05.987363+0000 mon.a (mon.0) 6560 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:06.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:06 smithi178 bash[75692]: cephadm 2024-03-21T13:11:05.988677+0000 mgr.x (mgr.34104) 4344 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:06.809 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:06 smithi178 bash[75692]: audit 2024-03-21T13:11:06.072295+0000 mon.a (mon.0) 6561 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:06.809 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:06 smithi178 bash[75692]: audit 2024-03-21T13:11:06.074907+0000 mon.a (mon.0) 6562 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:06.809 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:06 smithi178 bash[75692]: audit 2024-03-21T13:11:06.077534+0000 mon.a (mon.0) 6563 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:06.809 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:06 smithi178 bash[75692]: audit 2024-03-21T13:11:06.078693+0000 mon.a (mon.0) 6564 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:06.809 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:06 smithi178 bash[75692]: cluster 2024-03-21T13:11:06.081042+0000 mgr.x (mgr.34104) 4345 : cluster [DBG] pgmap v2881: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:06.809 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:06 smithi178 bash[75692]: cluster 2024-03-21T13:11:06.081260+0000 mgr.x (mgr.34104) 4346 : cluster [DBG] pgmap v2882: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:06.809 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:06 smithi178 bash[75692]: audit 2024-03-21T13:11:06.089992+0000 mon.a (mon.0) 6565 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:06.809 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:06 smithi178 bash[75692]: cephadm 2024-03-21T13:11:06.091100+0000 mgr.x (mgr.34104) 4347 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:06.809 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:06 smithi178 bash[75692]: audit 2024-03-21T13:11:06.169424+0000 mon.a (mon.0) 6566 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:06.809 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:06 smithi178 bash[75692]: audit 2024-03-21T13:11:06.172921+0000 mon.a (mon.0) 6567 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:06.809 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:06 smithi178 bash[75692]: audit 2024-03-21T13:11:06.177134+0000 mon.a (mon.0) 6568 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:06.809 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:06 smithi178 bash[75692]: audit 2024-03-21T13:11:06.178656+0000 mon.a (mon.0) 6569 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:06.809 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:06 smithi178 bash[75692]: cluster 2024-03-21T13:11:06.181536+0000 mgr.x (mgr.34104) 4348 : cluster [DBG] pgmap v2883: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:06.809 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:06 smithi178 bash[75692]: cluster 2024-03-21T13:11:06.181984+0000 mgr.x (mgr.34104) 4349 : cluster [DBG] pgmap v2884: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:06.809 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:06 smithi178 bash[75692]: audit 2024-03-21T13:11:06.189119+0000 mon.a (mon.0) 6570 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:06.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:06 smithi178 bash[75692]: cephadm 2024-03-21T13:11:06.190498+0000 mgr.x (mgr.34104) 4350 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:06.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:06 smithi178 bash[75692]: audit 2024-03-21T13:11:06.302063+0000 mon.a (mon.0) 6571 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:06.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:06 smithi178 bash[75692]: audit 2024-03-21T13:11:06.304917+0000 mon.a (mon.0) 6572 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:06.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:06 smithi178 bash[75692]: audit 2024-03-21T13:11:06.311795+0000 mon.a (mon.0) 6573 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:06.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:06 smithi178 bash[75692]: audit 2024-03-21T13:11:06.313639+0000 mon.a (mon.0) 6574 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:06.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:06 smithi184 bash[59794]: audit 2024-03-21T13:11:05.326712+0000 mon.a (mon.0) 6526 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:06.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:06 smithi184 bash[59794]: audit 2024-03-21T13:11:05.329135+0000 mon.a (mon.0) 6527 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:06.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:06 smithi184 bash[59794]: audit 2024-03-21T13:11:05.331959+0000 mon.a (mon.0) 6528 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:06.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:06 smithi184 bash[59794]: audit 2024-03-21T13:11:05.333084+0000 mon.a (mon.0) 6529 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:06.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:06 smithi184 bash[59794]: cluster 2024-03-21T13:11:05.335537+0000 mgr.x (mgr.34104) 4324 : cluster [DBG] pgmap v2867: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:06.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:06 smithi184 bash[59794]: cluster 2024-03-21T13:11:05.335935+0000 mgr.x (mgr.34104) 4325 : cluster [DBG] pgmap v2868: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:06.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:06 smithi184 bash[59794]: audit 2024-03-21T13:11:05.340302+0000 mon.a (mon.0) 6530 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:06.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:06 smithi184 bash[59794]: cephadm 2024-03-21T13:11:05.341534+0000 mgr.x (mgr.34104) 4326 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:06.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:06 smithi184 bash[59794]: audit 2024-03-21T13:11:05.421263+0000 mon.a (mon.0) 6531 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:06.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:06 smithi184 bash[59794]: audit 2024-03-21T13:11:05.424464+0000 mon.a (mon.0) 6532 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:06.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:06 smithi184 bash[59794]: audit 2024-03-21T13:11:05.427581+0000 mon.a (mon.0) 6533 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:06.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:06 smithi184 bash[59794]: audit 2024-03-21T13:11:05.428695+0000 mon.a (mon.0) 6534 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:06.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:06 smithi184 bash[59794]: cluster 2024-03-21T13:11:05.431152+0000 mgr.x (mgr.34104) 4327 : cluster [DBG] pgmap v2869: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:06.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:06 smithi184 bash[59794]: cluster 2024-03-21T13:11:05.431628+0000 mgr.x (mgr.34104) 4328 : cluster [DBG] pgmap v2870: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:06.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:06 smithi184 bash[59794]: audit 2024-03-21T13:11:05.438683+0000 mon.a (mon.0) 6535 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:06.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:06 smithi184 bash[59794]: cephadm 2024-03-21T13:11:05.440108+0000 mgr.x (mgr.34104) 4329 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:06.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:06 smithi184 bash[59794]: audit 2024-03-21T13:11:05.558457+0000 mon.a (mon.0) 6536 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:06.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:06 smithi184 bash[59794]: audit 2024-03-21T13:11:05.561359+0000 mon.a (mon.0) 6537 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:06.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:06 smithi184 bash[59794]: audit 2024-03-21T13:11:05.564812+0000 mon.a (mon.0) 6538 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:06.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:06 smithi184 bash[59794]: audit 2024-03-21T13:11:05.566291+0000 mon.a (mon.0) 6539 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:06.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:06 smithi184 bash[59794]: cluster 2024-03-21T13:11:05.569543+0000 mgr.x (mgr.34104) 4330 : cluster [DBG] pgmap v2871: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:06.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:06 smithi184 bash[59794]: cluster 2024-03-21T13:11:05.570069+0000 mgr.x (mgr.34104) 4331 : cluster [DBG] pgmap v2872: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:06.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:06 smithi184 bash[59794]: audit 2024-03-21T13:11:05.578422+0000 mon.a (mon.0) 6540 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:06.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:06 smithi184 bash[59794]: cephadm 2024-03-21T13:11:05.579785+0000 mgr.x (mgr.34104) 4332 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:06.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:06 smithi184 bash[59794]: audit 2024-03-21T13:11:05.666527+0000 mon.a (mon.0) 6541 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:06.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:06 smithi184 bash[59794]: audit 2024-03-21T13:11:05.669305+0000 mon.a (mon.0) 6542 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:06.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:06 smithi184 bash[59794]: audit 2024-03-21T13:11:05.671842+0000 mon.a (mon.0) 6543 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:06.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:06 smithi184 bash[59794]: audit 2024-03-21T13:11:05.673029+0000 mon.a (mon.0) 6544 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:06.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:06 smithi184 bash[59794]: cluster 2024-03-21T13:11:05.675395+0000 mgr.x (mgr.34104) 4333 : cluster [DBG] pgmap v2873: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:06.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:06 smithi184 bash[59794]: cluster 2024-03-21T13:11:05.675645+0000 mgr.x (mgr.34104) 4334 : cluster [DBG] pgmap v2874: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:06.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:06 smithi184 bash[59794]: audit 2024-03-21T13:11:05.684007+0000 mon.a (mon.0) 6545 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:06.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:06 smithi184 bash[59794]: cephadm 2024-03-21T13:11:05.685282+0000 mgr.x (mgr.34104) 4335 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:06.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:06 smithi184 bash[59794]: audit 2024-03-21T13:11:05.769402+0000 mon.a (mon.0) 6546 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:06.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:06 smithi184 bash[59794]: audit 2024-03-21T13:11:05.772560+0000 mon.a (mon.0) 6547 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:06.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:06 smithi184 bash[59794]: audit 2024-03-21T13:11:05.775723+0000 mon.a (mon.0) 6548 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:06.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:06 smithi184 bash[59794]: audit 2024-03-21T13:11:05.777297+0000 mon.a (mon.0) 6549 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:06.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:06 smithi184 bash[59794]: cluster 2024-03-21T13:11:05.780072+0000 mgr.x (mgr.34104) 4336 : cluster [DBG] pgmap v2875: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:06.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:06 smithi184 bash[59794]: cluster 2024-03-21T13:11:05.780586+0000 mgr.x (mgr.34104) 4337 : cluster [DBG] pgmap v2876: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:06.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:06 smithi184 bash[59794]: audit 2024-03-21T13:11:05.788404+0000 mon.a (mon.0) 6550 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:06.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:06 smithi184 bash[59794]: cephadm 2024-03-21T13:11:05.789585+0000 mgr.x (mgr.34104) 4338 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:06.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:06 smithi184 bash[59794]: audit 2024-03-21T13:11:05.867987+0000 mon.a (mon.0) 6551 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:06.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:06 smithi184 bash[59794]: audit 2024-03-21T13:11:05.871996+0000 mon.a (mon.0) 6552 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:06.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:06 smithi184 bash[59794]: audit 2024-03-21T13:11:05.878028+0000 mon.a (mon.0) 6553 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:06.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:06 smithi184 bash[59794]: audit 2024-03-21T13:11:05.879355+0000 mon.a (mon.0) 6554 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:06.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:06 smithi184 bash[59794]: cluster 2024-03-21T13:11:05.881559+0000 mgr.x (mgr.34104) 4339 : cluster [DBG] pgmap v2877: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:06.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:06 smithi184 bash[59794]: cluster 2024-03-21T13:11:05.881780+0000 mgr.x (mgr.34104) 4340 : cluster [DBG] pgmap v2878: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:06.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:06 smithi184 bash[59794]: audit 2024-03-21T13:11:05.890820+0000 mon.a (mon.0) 6555 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:06.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:06 smithi184 bash[59794]: cephadm 2024-03-21T13:11:05.892003+0000 mgr.x (mgr.34104) 4341 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:06.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:06 smithi184 bash[59794]: audit 2024-03-21T13:11:05.971672+0000 mon.a (mon.0) 6556 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:06.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:06 smithi184 bash[59794]: audit 2024-03-21T13:11:05.974446+0000 mon.a (mon.0) 6557 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:06.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:06 smithi184 bash[59794]: audit 2024-03-21T13:11:05.977584+0000 mon.a (mon.0) 6558 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:06.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:06 smithi184 bash[59794]: audit 2024-03-21T13:11:05.978927+0000 mon.a (mon.0) 6559 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:06.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:06 smithi184 bash[59794]: cluster 2024-03-21T13:11:05.981444+0000 mgr.x (mgr.34104) 4342 : cluster [DBG] pgmap v2879: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:06.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:06 smithi184 bash[59794]: cluster 2024-03-21T13:11:05.981938+0000 mgr.x (mgr.34104) 4343 : cluster [DBG] pgmap v2880: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:06.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:06 smithi184 bash[59794]: audit 2024-03-21T13:11:05.987363+0000 mon.a (mon.0) 6560 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:06.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:06 smithi184 bash[59794]: cephadm 2024-03-21T13:11:05.988677+0000 mgr.x (mgr.34104) 4344 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:06.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:06 smithi184 bash[59794]: audit 2024-03-21T13:11:06.072295+0000 mon.a (mon.0) 6561 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:06.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:06 smithi184 bash[59794]: audit 2024-03-21T13:11:06.074907+0000 mon.a (mon.0) 6562 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:06.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:06 smithi184 bash[59794]: audit 2024-03-21T13:11:06.077534+0000 mon.a (mon.0) 6563 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:06.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:06 smithi184 bash[59794]: audit 2024-03-21T13:11:06.078693+0000 mon.a (mon.0) 6564 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:06.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:06 smithi184 bash[59794]: cluster 2024-03-21T13:11:06.081042+0000 mgr.x (mgr.34104) 4345 : cluster [DBG] pgmap v2881: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:06.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:06 smithi184 bash[59794]: cluster 2024-03-21T13:11:06.081260+0000 mgr.x (mgr.34104) 4346 : cluster [DBG] pgmap v2882: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:06.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:06 smithi184 bash[59794]: audit 2024-03-21T13:11:06.089992+0000 mon.a (mon.0) 6565 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:06.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:06 smithi184 bash[59794]: cephadm 2024-03-21T13:11:06.091100+0000 mgr.x (mgr.34104) 4347 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:06.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:06 smithi184 bash[59794]: audit 2024-03-21T13:11:06.169424+0000 mon.a (mon.0) 6566 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:06.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:06 smithi184 bash[59794]: audit 2024-03-21T13:11:06.172921+0000 mon.a (mon.0) 6567 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:06.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:06 smithi184 bash[59794]: audit 2024-03-21T13:11:06.177134+0000 mon.a (mon.0) 6568 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:06.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:06 smithi184 bash[59794]: audit 2024-03-21T13:11:06.178656+0000 mon.a (mon.0) 6569 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:06.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:06 smithi184 bash[59794]: cluster 2024-03-21T13:11:06.181536+0000 mgr.x (mgr.34104) 4348 : cluster [DBG] pgmap v2883: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:06.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:06 smithi184 bash[59794]: cluster 2024-03-21T13:11:06.181984+0000 mgr.x (mgr.34104) 4349 : cluster [DBG] pgmap v2884: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:06.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:06 smithi184 bash[59794]: audit 2024-03-21T13:11:06.189119+0000 mon.a (mon.0) 6570 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:06.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:06 smithi184 bash[59794]: cephadm 2024-03-21T13:11:06.190498+0000 mgr.x (mgr.34104) 4350 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:06.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:06 smithi184 bash[59794]: audit 2024-03-21T13:11:06.302063+0000 mon.a (mon.0) 6571 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:06.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:06 smithi184 bash[59794]: audit 2024-03-21T13:11:06.304917+0000 mon.a (mon.0) 6572 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:06.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:06 smithi184 bash[59794]: audit 2024-03-21T13:11:06.311795+0000 mon.a (mon.0) 6573 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:06.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:06 smithi184 bash[59794]: audit 2024-03-21T13:11:06.313639+0000 mon.a (mon.0) 6574 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:07.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:07 smithi184 bash[59794]: cluster 2024-03-21T13:11:06.316963+0000 mgr.x (mgr.34104) 4351 : cluster [DBG] pgmap v2885: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:07.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:07 smithi184 bash[59794]: cluster 2024-03-21T13:11:06.317248+0000 mgr.x (mgr.34104) 4352 : cluster [DBG] pgmap v2886: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:07.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:07 smithi184 bash[59794]: audit 2024-03-21T13:11:06.323681+0000 mon.a (mon.0) 6575 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:07.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:07 smithi184 bash[59794]: cephadm 2024-03-21T13:11:06.324881+0000 mgr.x (mgr.34104) 4353 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:07.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:07 smithi184 bash[59794]: audit 2024-03-21T13:11:06.404606+0000 mon.a (mon.0) 6576 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:07.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:07 smithi184 bash[59794]: audit 2024-03-21T13:11:06.407248+0000 mon.a (mon.0) 6577 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:07.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:07 smithi184 bash[59794]: audit 2024-03-21T13:11:06.410298+0000 mon.a (mon.0) 6578 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:07.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:07 smithi184 bash[59794]: audit 2024-03-21T13:11:06.411481+0000 mon.a (mon.0) 6579 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:07.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:07 smithi184 bash[59794]: cluster 2024-03-21T13:11:06.414095+0000 mgr.x (mgr.34104) 4354 : cluster [DBG] pgmap v2887: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:07.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:07 smithi184 bash[59794]: cluster 2024-03-21T13:11:06.414730+0000 mgr.x (mgr.34104) 4355 : cluster [DBG] pgmap v2888: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:07.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:07 smithi184 bash[59794]: audit 2024-03-21T13:11:06.422158+0000 mon.a (mon.0) 6580 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:07.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:07 smithi184 bash[59794]: cephadm 2024-03-21T13:11:06.423404+0000 mgr.x (mgr.34104) 4356 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:07.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:07 smithi184 bash[59794]: audit 2024-03-21T13:11:06.506302+0000 mon.a (mon.0) 6581 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:07.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:07 smithi184 bash[59794]: audit 2024-03-21T13:11:06.509116+0000 mon.a (mon.0) 6582 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:07.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:07 smithi184 bash[59794]: audit 2024-03-21T13:11:06.512311+0000 mon.a (mon.0) 6583 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:07.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:07 smithi184 bash[59794]: audit 2024-03-21T13:11:06.513649+0000 mon.a (mon.0) 6584 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:07.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:07 smithi184 bash[59794]: cluster 2024-03-21T13:11:06.516320+0000 mgr.x (mgr.34104) 4357 : cluster [DBG] pgmap v2889: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:07.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:07 smithi184 bash[59794]: cluster 2024-03-21T13:11:06.516908+0000 mgr.x (mgr.34104) 4358 : cluster [DBG] pgmap v2890: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:07.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:07 smithi184 bash[59794]: audit 2024-03-21T13:11:06.524450+0000 mon.a (mon.0) 6585 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:07.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:07 smithi184 bash[59794]: cephadm 2024-03-21T13:11:06.525654+0000 mgr.x (mgr.34104) 4359 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:07.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:07 smithi184 bash[59794]: audit 2024-03-21T13:11:06.607214+0000 mon.a (mon.0) 6586 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:07.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:07 smithi184 bash[59794]: audit 2024-03-21T13:11:06.610113+0000 mon.a (mon.0) 6587 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:07.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:07 smithi184 bash[59794]: audit 2024-03-21T13:11:06.612850+0000 mon.a (mon.0) 6588 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:07.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:07 smithi184 bash[59794]: audit 2024-03-21T13:11:06.613972+0000 mon.a (mon.0) 6589 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:07.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:07 smithi184 bash[59794]: cluster 2024-03-21T13:11:06.616123+0000 mgr.x (mgr.34104) 4360 : cluster [DBG] pgmap v2891: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:07.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:07 smithi184 bash[59794]: cluster 2024-03-21T13:11:06.616412+0000 mgr.x (mgr.34104) 4361 : cluster [DBG] pgmap v2892: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:07.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:07 smithi184 bash[59794]: audit 2024-03-21T13:11:06.624292+0000 mon.a (mon.0) 6590 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:07.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:07 smithi184 bash[59794]: cephadm 2024-03-21T13:11:06.625620+0000 mgr.x (mgr.34104) 4362 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:07.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:07 smithi184 bash[59794]: audit 2024-03-21T13:11:06.705343+0000 mon.a (mon.0) 6591 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:07.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:07 smithi184 bash[59794]: audit 2024-03-21T13:11:06.708329+0000 mon.a (mon.0) 6592 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:07.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:07 smithi184 bash[59794]: audit 2024-03-21T13:11:06.711423+0000 mon.a (mon.0) 6593 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:07.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:07 smithi184 bash[59794]: audit 2024-03-21T13:11:06.713502+0000 mon.a (mon.0) 6594 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:07.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:07 smithi184 bash[59794]: cluster 2024-03-21T13:11:06.718572+0000 mgr.x (mgr.34104) 4363 : cluster [DBG] pgmap v2893: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:07.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:07 smithi184 bash[59794]: cluster 2024-03-21T13:11:06.719276+0000 mgr.x (mgr.34104) 4364 : cluster [DBG] pgmap v2894: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:07.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:07 smithi184 bash[59794]: audit 2024-03-21T13:11:06.725628+0000 mon.a (mon.0) 6595 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:07.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:07 smithi184 bash[59794]: cephadm 2024-03-21T13:11:06.726661+0000 mgr.x (mgr.34104) 4365 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:07.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:07 smithi184 bash[59794]: audit 2024-03-21T13:11:06.805971+0000 mon.a (mon.0) 6596 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:07.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:07 smithi184 bash[59794]: audit 2024-03-21T13:11:06.814962+0000 mon.a (mon.0) 6597 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:07.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:07 smithi184 bash[59794]: audit 2024-03-21T13:11:06.815730+0000 mon.a (mon.0) 6598 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:07.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:07 smithi184 bash[59794]: cluster 2024-03-21T13:11:06.816816+0000 mgr.x (mgr.34104) 4366 : cluster [DBG] pgmap v2895: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:07.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:07 smithi184 bash[59794]: cluster 2024-03-21T13:11:06.816994+0000 mgr.x (mgr.34104) 4367 : cluster [DBG] pgmap v2896: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:07.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:07 smithi184 bash[59794]: audit 2024-03-21T13:11:06.821284+0000 mon.a (mon.0) 6599 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:07.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:07 smithi184 bash[59794]: audit 2024-03-21T13:11:06.824365+0000 mon.a (mon.0) 6600 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:07.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:07 smithi184 bash[59794]: audit 2024-03-21T13:11:06.828021+0000 mon.a (mon.0) 6601 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:07.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:07 smithi184 bash[59794]: audit 2024-03-21T13:11:06.829133+0000 mon.a (mon.0) 6602 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:07.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:07 smithi184 bash[59794]: cluster 2024-03-21T13:11:06.831443+0000 mgr.x (mgr.34104) 4368 : cluster [DBG] pgmap v2897: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:07.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:07 smithi184 bash[59794]: cluster 2024-03-21T13:11:06.831764+0000 mgr.x (mgr.34104) 4369 : cluster [DBG] pgmap v2898: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:07.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:07 smithi184 bash[59794]: audit 2024-03-21T13:11:06.837023+0000 mon.a (mon.0) 6603 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:07.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:07 smithi184 bash[59794]: cephadm 2024-03-21T13:11:06.838380+0000 mgr.x (mgr.34104) 4370 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:07.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:07 smithi184 bash[59794]: audit 2024-03-21T13:11:06.912375+0000 mon.a (mon.0) 6604 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:07.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:07 smithi184 bash[59794]: audit 2024-03-21T13:11:06.915389+0000 mon.a (mon.0) 6605 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:07.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:07 smithi184 bash[59794]: audit 2024-03-21T13:11:06.918919+0000 mon.a (mon.0) 6606 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:07.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:07 smithi184 bash[59794]: audit 2024-03-21T13:11:06.920294+0000 mon.a (mon.0) 6607 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:07.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:07 smithi184 bash[59794]: cluster 2024-03-21T13:11:06.922866+0000 mgr.x (mgr.34104) 4371 : cluster [DBG] pgmap v2899: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:07.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:07 smithi184 bash[59794]: cluster 2024-03-21T13:11:06.923348+0000 mgr.x (mgr.34104) 4372 : cluster [DBG] pgmap v2900: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:07.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:07 smithi184 bash[59794]: audit 2024-03-21T13:11:06.931550+0000 mon.a (mon.0) 6608 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:07.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:07 smithi184 bash[59794]: cephadm 2024-03-21T13:11:06.932827+0000 mgr.x (mgr.34104) 4373 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:07.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:07 smithi184 bash[59794]: audit 2024-03-21T13:11:07.010887+0000 mon.a (mon.0) 6609 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:07.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:07 smithi184 bash[59794]: audit 2024-03-21T13:11:07.013845+0000 mon.a (mon.0) 6610 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:07.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:07 smithi184 bash[59794]: audit 2024-03-21T13:11:07.017331+0000 mon.a (mon.0) 6611 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:07.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:07 smithi184 bash[59794]: audit 2024-03-21T13:11:07.018799+0000 mon.a (mon.0) 6612 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:07.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:07 smithi184 bash[59794]: cluster 2024-03-21T13:11:07.024810+0000 mgr.x (mgr.34104) 4374 : cluster [DBG] pgmap v2901: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:07.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:07 smithi184 bash[59794]: audit 2024-03-21T13:11:07.028170+0000 mon.a (mon.0) 6613 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:07.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:07 smithi184 bash[59794]: cephadm 2024-03-21T13:11:07.029329+0000 mgr.x (mgr.34104) 4375 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:07.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:07 smithi184 bash[59794]: audit 2024-03-21T13:11:07.108304+0000 mon.a (mon.0) 6614 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:07.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:07 smithi184 bash[59794]: audit 2024-03-21T13:11:07.112345+0000 mon.a (mon.0) 6615 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:07.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:07 smithi184 bash[59794]: audit 2024-03-21T13:11:07.116883+0000 mon.a (mon.0) 6616 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:07.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:07 smithi184 bash[59794]: audit 2024-03-21T13:11:07.118643+0000 mon.a (mon.0) 6617 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:07.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:07 smithi184 bash[59794]: cluster 2024-03-21T13:11:07.121400+0000 mgr.x (mgr.34104) 4376 : cluster [DBG] pgmap v2902: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:07.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:07 smithi184 bash[59794]: cluster 2024-03-21T13:11:07.121637+0000 mgr.x (mgr.34104) 4377 : cluster [DBG] pgmap v2903: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:07.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:07 smithi184 bash[59794]: audit 2024-03-21T13:11:07.130311+0000 mon.a (mon.0) 6618 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:07.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:07 smithi184 bash[59794]: cephadm 2024-03-21T13:11:07.131890+0000 mgr.x (mgr.34104) 4378 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:07.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:07 smithi184 bash[59794]: audit 2024-03-21T13:11:07.207139+0000 mon.a (mon.0) 6619 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:07.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:07 smithi184 bash[59794]: audit 2024-03-21T13:11:07.211605+0000 mon.a (mon.0) 6620 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:07.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:07 smithi184 bash[59794]: audit 2024-03-21T13:11:07.215215+0000 mon.a (mon.0) 6621 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:07.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:07 smithi184 bash[59794]: audit 2024-03-21T13:11:07.217085+0000 mon.a (mon.0) 6622 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:07.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:07 smithi184 bash[59794]: cluster 2024-03-21T13:11:07.220067+0000 mgr.x (mgr.34104) 4379 : cluster [DBG] pgmap v2904: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:07.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:07 smithi184 bash[59794]: cluster 2024-03-21T13:11:07.220330+0000 mgr.x (mgr.34104) 4380 : cluster [DBG] pgmap v2905: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:07.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:07 smithi184 bash[59794]: audit 2024-03-21T13:11:07.227310+0000 mon.a (mon.0) 6623 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:07.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:07 smithi184 bash[59794]: cephadm 2024-03-21T13:11:07.228617+0000 mgr.x (mgr.34104) 4381 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:07.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:07 smithi178 bash[75692]: cluster 2024-03-21T13:11:06.316963+0000 mgr.x (mgr.34104) 4351 : cluster [DBG] pgmap v2885: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:07.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:07 smithi178 bash[75692]: cluster 2024-03-21T13:11:06.317248+0000 mgr.x (mgr.34104) 4352 : cluster [DBG] pgmap v2886: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:07.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:07 smithi178 bash[75692]: audit 2024-03-21T13:11:06.323681+0000 mon.a (mon.0) 6575 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:07.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:07 smithi178 bash[75692]: cephadm 2024-03-21T13:11:06.324881+0000 mgr.x (mgr.34104) 4353 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:07.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:07 smithi178 bash[75692]: audit 2024-03-21T13:11:06.404606+0000 mon.a (mon.0) 6576 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:07.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:07 smithi178 bash[75692]: audit 2024-03-21T13:11:06.407248+0000 mon.a (mon.0) 6577 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:07.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:07 smithi178 bash[75692]: audit 2024-03-21T13:11:06.410298+0000 mon.a (mon.0) 6578 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:07.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:07 smithi178 bash[75692]: audit 2024-03-21T13:11:06.411481+0000 mon.a (mon.0) 6579 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:07.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:07 smithi178 bash[75692]: cluster 2024-03-21T13:11:06.414095+0000 mgr.x (mgr.34104) 4354 : cluster [DBG] pgmap v2887: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:07.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:07 smithi178 bash[75692]: cluster 2024-03-21T13:11:06.414730+0000 mgr.x (mgr.34104) 4355 : cluster [DBG] pgmap v2888: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:07.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:07 smithi178 bash[75692]: audit 2024-03-21T13:11:06.422158+0000 mon.a (mon.0) 6580 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:07.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:07 smithi178 bash[75692]: cephadm 2024-03-21T13:11:06.423404+0000 mgr.x (mgr.34104) 4356 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:07.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:07 smithi178 bash[75692]: audit 2024-03-21T13:11:06.506302+0000 mon.a (mon.0) 6581 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:07.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:07 smithi178 bash[75692]: audit 2024-03-21T13:11:06.509116+0000 mon.a (mon.0) 6582 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:07.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:07 smithi178 bash[75692]: audit 2024-03-21T13:11:06.512311+0000 mon.a (mon.0) 6583 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:07.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:07 smithi178 bash[75692]: audit 2024-03-21T13:11:06.513649+0000 mon.a (mon.0) 6584 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:07.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:07 smithi178 bash[75692]: cluster 2024-03-21T13:11:06.516320+0000 mgr.x (mgr.34104) 4357 : cluster [DBG] pgmap v2889: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:07.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:07 smithi178 bash[75692]: cluster 2024-03-21T13:11:06.516908+0000 mgr.x (mgr.34104) 4358 : cluster [DBG] pgmap v2890: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:07.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:07 smithi178 bash[75692]: audit 2024-03-21T13:11:06.524450+0000 mon.a (mon.0) 6585 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:07.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:07 smithi178 bash[77880]: cluster 2024-03-21T13:11:06.316963+0000 mgr.x (mgr.34104) 4351 : cluster [DBG] pgmap v2885: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:07.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:07 smithi178 bash[77880]: cluster 2024-03-21T13:11:06.317248+0000 mgr.x (mgr.34104) 4352 : cluster [DBG] pgmap v2886: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:07.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:07 smithi178 bash[77880]: audit 2024-03-21T13:11:06.323681+0000 mon.a (mon.0) 6575 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:07.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:07 smithi178 bash[77880]: cephadm 2024-03-21T13:11:06.324881+0000 mgr.x (mgr.34104) 4353 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:07.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:07 smithi178 bash[77880]: audit 2024-03-21T13:11:06.404606+0000 mon.a (mon.0) 6576 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:07.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:07 smithi178 bash[77880]: audit 2024-03-21T13:11:06.407248+0000 mon.a (mon.0) 6577 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:07.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:07 smithi178 bash[77880]: audit 2024-03-21T13:11:06.410298+0000 mon.a (mon.0) 6578 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:07.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:07 smithi178 bash[77880]: audit 2024-03-21T13:11:06.411481+0000 mon.a (mon.0) 6579 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:07.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:07 smithi178 bash[77880]: cluster 2024-03-21T13:11:06.414095+0000 mgr.x (mgr.34104) 4354 : cluster [DBG] pgmap v2887: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:07.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:07 smithi178 bash[77880]: cluster 2024-03-21T13:11:06.414730+0000 mgr.x (mgr.34104) 4355 : cluster [DBG] pgmap v2888: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:07.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:07 smithi178 bash[77880]: audit 2024-03-21T13:11:06.422158+0000 mon.a (mon.0) 6580 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:07.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:07 smithi178 bash[77880]: cephadm 2024-03-21T13:11:06.423404+0000 mgr.x (mgr.34104) 4356 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:07.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:07 smithi178 bash[77880]: audit 2024-03-21T13:11:06.506302+0000 mon.a (mon.0) 6581 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:07.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:07 smithi178 bash[77880]: audit 2024-03-21T13:11:06.509116+0000 mon.a (mon.0) 6582 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:07.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:07 smithi178 bash[77880]: audit 2024-03-21T13:11:06.512311+0000 mon.a (mon.0) 6583 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:07.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:07 smithi178 bash[77880]: audit 2024-03-21T13:11:06.513649+0000 mon.a (mon.0) 6584 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:07.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:07 smithi178 bash[77880]: cluster 2024-03-21T13:11:06.516320+0000 mgr.x (mgr.34104) 4357 : cluster [DBG] pgmap v2889: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:07.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:07 smithi178 bash[77880]: cluster 2024-03-21T13:11:06.516908+0000 mgr.x (mgr.34104) 4358 : cluster [DBG] pgmap v2890: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:07.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:07 smithi178 bash[77880]: audit 2024-03-21T13:11:06.524450+0000 mon.a (mon.0) 6585 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:07.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:07 smithi178 bash[75692]: cephadm 2024-03-21T13:11:06.525654+0000 mgr.x (mgr.34104) 4359 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:07.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:07 smithi178 bash[75692]: audit 2024-03-21T13:11:06.607214+0000 mon.a (mon.0) 6586 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:07.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:07 smithi178 bash[75692]: audit 2024-03-21T13:11:06.610113+0000 mon.a (mon.0) 6587 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:07.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:07 smithi178 bash[75692]: audit 2024-03-21T13:11:06.612850+0000 mon.a (mon.0) 6588 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:07.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:07 smithi178 bash[75692]: audit 2024-03-21T13:11:06.613972+0000 mon.a (mon.0) 6589 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:07.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:07 smithi178 bash[75692]: cluster 2024-03-21T13:11:06.616123+0000 mgr.x (mgr.34104) 4360 : cluster [DBG] pgmap v2891: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:07.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:07 smithi178 bash[75692]: cluster 2024-03-21T13:11:06.616412+0000 mgr.x (mgr.34104) 4361 : cluster [DBG] pgmap v2892: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:07.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:07 smithi178 bash[75692]: audit 2024-03-21T13:11:06.624292+0000 mon.a (mon.0) 6590 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:07.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:07 smithi178 bash[75692]: cephadm 2024-03-21T13:11:06.625620+0000 mgr.x (mgr.34104) 4362 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:07.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:07 smithi178 bash[75692]: audit 2024-03-21T13:11:06.705343+0000 mon.a (mon.0) 6591 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:07.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:07 smithi178 bash[75692]: audit 2024-03-21T13:11:06.708329+0000 mon.a (mon.0) 6592 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:07.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:07 smithi178 bash[75692]: audit 2024-03-21T13:11:06.711423+0000 mon.a (mon.0) 6593 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:07.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:07 smithi178 bash[75692]: audit 2024-03-21T13:11:06.713502+0000 mon.a (mon.0) 6594 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:07.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:07 smithi178 bash[75692]: cluster 2024-03-21T13:11:06.718572+0000 mgr.x (mgr.34104) 4363 : cluster [DBG] pgmap v2893: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:07.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:07 smithi178 bash[75692]: cluster 2024-03-21T13:11:06.719276+0000 mgr.x (mgr.34104) 4364 : cluster [DBG] pgmap v2894: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:07.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:07 smithi178 bash[75692]: audit 2024-03-21T13:11:06.725628+0000 mon.a (mon.0) 6595 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:07.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:07 smithi178 bash[75692]: cephadm 2024-03-21T13:11:06.726661+0000 mgr.x (mgr.34104) 4365 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:07.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:07 smithi178 bash[75692]: audit 2024-03-21T13:11:06.805971+0000 mon.a (mon.0) 6596 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:07.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:07 smithi178 bash[75692]: audit 2024-03-21T13:11:06.814962+0000 mon.a (mon.0) 6597 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:07.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:07 smithi178 bash[75692]: audit 2024-03-21T13:11:06.815730+0000 mon.a (mon.0) 6598 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:07.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:07 smithi178 bash[77880]: cephadm 2024-03-21T13:11:06.525654+0000 mgr.x (mgr.34104) 4359 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:07.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:07 smithi178 bash[77880]: audit 2024-03-21T13:11:06.607214+0000 mon.a (mon.0) 6586 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:07.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:07 smithi178 bash[77880]: audit 2024-03-21T13:11:06.610113+0000 mon.a (mon.0) 6587 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:07.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:07 smithi178 bash[77880]: audit 2024-03-21T13:11:06.612850+0000 mon.a (mon.0) 6588 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:07.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:07 smithi178 bash[77880]: audit 2024-03-21T13:11:06.613972+0000 mon.a (mon.0) 6589 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:07.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:07 smithi178 bash[77880]: cluster 2024-03-21T13:11:06.616123+0000 mgr.x (mgr.34104) 4360 : cluster [DBG] pgmap v2891: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:07.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:07 smithi178 bash[77880]: cluster 2024-03-21T13:11:06.616412+0000 mgr.x (mgr.34104) 4361 : cluster [DBG] pgmap v2892: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:07.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:07 smithi178 bash[77880]: audit 2024-03-21T13:11:06.624292+0000 mon.a (mon.0) 6590 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:07.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:07 smithi178 bash[77880]: cephadm 2024-03-21T13:11:06.625620+0000 mgr.x (mgr.34104) 4362 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:07.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:07 smithi178 bash[77880]: audit 2024-03-21T13:11:06.705343+0000 mon.a (mon.0) 6591 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:07.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:07 smithi178 bash[77880]: audit 2024-03-21T13:11:06.708329+0000 mon.a (mon.0) 6592 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:07.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:07 smithi178 bash[77880]: audit 2024-03-21T13:11:06.711423+0000 mon.a (mon.0) 6593 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:07.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:07 smithi178 bash[77880]: audit 2024-03-21T13:11:06.713502+0000 mon.a (mon.0) 6594 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:07.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:07 smithi178 bash[77880]: cluster 2024-03-21T13:11:06.718572+0000 mgr.x (mgr.34104) 4363 : cluster [DBG] pgmap v2893: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:07.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:07 smithi178 bash[77880]: cluster 2024-03-21T13:11:06.719276+0000 mgr.x (mgr.34104) 4364 : cluster [DBG] pgmap v2894: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:07.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:07 smithi178 bash[77880]: audit 2024-03-21T13:11:06.725628+0000 mon.a (mon.0) 6595 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:07.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:07 smithi178 bash[77880]: cephadm 2024-03-21T13:11:06.726661+0000 mgr.x (mgr.34104) 4365 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:07.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:07 smithi178 bash[77880]: audit 2024-03-21T13:11:06.805971+0000 mon.a (mon.0) 6596 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:07.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:07 smithi178 bash[77880]: audit 2024-03-21T13:11:06.814962+0000 mon.a (mon.0) 6597 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:07.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:07 smithi178 bash[77880]: audit 2024-03-21T13:11:06.815730+0000 mon.a (mon.0) 6598 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:07.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:07 smithi178 bash[75692]: cluster 2024-03-21T13:11:06.816816+0000 mgr.x (mgr.34104) 4366 : cluster [DBG] pgmap v2895: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:07.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:07 smithi178 bash[75692]: cluster 2024-03-21T13:11:06.816994+0000 mgr.x (mgr.34104) 4367 : cluster [DBG] pgmap v2896: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:07.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:07 smithi178 bash[75692]: audit 2024-03-21T13:11:06.821284+0000 mon.a (mon.0) 6599 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:07.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:07 smithi178 bash[75692]: audit 2024-03-21T13:11:06.824365+0000 mon.a (mon.0) 6600 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:07.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:07 smithi178 bash[75692]: audit 2024-03-21T13:11:06.828021+0000 mon.a (mon.0) 6601 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:07.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:07 smithi178 bash[75692]: audit 2024-03-21T13:11:06.829133+0000 mon.a (mon.0) 6602 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:07.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:07 smithi178 bash[75692]: cluster 2024-03-21T13:11:06.831443+0000 mgr.x (mgr.34104) 4368 : cluster [DBG] pgmap v2897: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:07.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:07 smithi178 bash[75692]: cluster 2024-03-21T13:11:06.831764+0000 mgr.x (mgr.34104) 4369 : cluster [DBG] pgmap v2898: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:07.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:07 smithi178 bash[75692]: audit 2024-03-21T13:11:06.837023+0000 mon.a (mon.0) 6603 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:07.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:07 smithi178 bash[75692]: cephadm 2024-03-21T13:11:06.838380+0000 mgr.x (mgr.34104) 4370 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:07.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:07 smithi178 bash[75692]: audit 2024-03-21T13:11:06.912375+0000 mon.a (mon.0) 6604 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:07.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:07 smithi178 bash[75692]: audit 2024-03-21T13:11:06.915389+0000 mon.a (mon.0) 6605 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:07.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:07 smithi178 bash[75692]: audit 2024-03-21T13:11:06.918919+0000 mon.a (mon.0) 6606 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:07.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:07 smithi178 bash[75692]: audit 2024-03-21T13:11:06.920294+0000 mon.a (mon.0) 6607 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:07.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:07 smithi178 bash[75692]: cluster 2024-03-21T13:11:06.922866+0000 mgr.x (mgr.34104) 4371 : cluster [DBG] pgmap v2899: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:07.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:07 smithi178 bash[75692]: cluster 2024-03-21T13:11:06.923348+0000 mgr.x (mgr.34104) 4372 : cluster [DBG] pgmap v2900: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:07.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:07 smithi178 bash[75692]: audit 2024-03-21T13:11:06.931550+0000 mon.a (mon.0) 6608 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:07.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:07 smithi178 bash[75692]: cephadm 2024-03-21T13:11:06.932827+0000 mgr.x (mgr.34104) 4373 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:07.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:07 smithi178 bash[75692]: audit 2024-03-21T13:11:07.010887+0000 mon.a (mon.0) 6609 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:07.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:07 smithi178 bash[75692]: audit 2024-03-21T13:11:07.013845+0000 mon.a (mon.0) 6610 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:07.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:07 smithi178 bash[75692]: audit 2024-03-21T13:11:07.017331+0000 mon.a (mon.0) 6611 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:07.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:07 smithi178 bash[75692]: audit 2024-03-21T13:11:07.018799+0000 mon.a (mon.0) 6612 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:07.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:07 smithi178 bash[75692]: cluster 2024-03-21T13:11:07.024810+0000 mgr.x (mgr.34104) 4374 : cluster [DBG] pgmap v2901: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:07.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:07 smithi178 bash[75692]: audit 2024-03-21T13:11:07.028170+0000 mon.a (mon.0) 6613 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:07.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:07 smithi178 bash[75692]: cephadm 2024-03-21T13:11:07.029329+0000 mgr.x (mgr.34104) 4375 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:07.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:07 smithi178 bash[75692]: audit 2024-03-21T13:11:07.108304+0000 mon.a (mon.0) 6614 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:07.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:07 smithi178 bash[75692]: audit 2024-03-21T13:11:07.112345+0000 mon.a (mon.0) 6615 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:07.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:07 smithi178 bash[75692]: audit 2024-03-21T13:11:07.116883+0000 mon.a (mon.0) 6616 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:07.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:07 smithi178 bash[75692]: audit 2024-03-21T13:11:07.118643+0000 mon.a (mon.0) 6617 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:07.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:07 smithi178 bash[75692]: cluster 2024-03-21T13:11:07.121400+0000 mgr.x (mgr.34104) 4376 : cluster [DBG] pgmap v2902: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:07.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:07 smithi178 bash[75692]: cluster 2024-03-21T13:11:07.121637+0000 mgr.x (mgr.34104) 4377 : cluster [DBG] pgmap v2903: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:07.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:07 smithi178 bash[75692]: audit 2024-03-21T13:11:07.130311+0000 mon.a (mon.0) 6618 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:07.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:07 smithi178 bash[75692]: cephadm 2024-03-21T13:11:07.131890+0000 mgr.x (mgr.34104) 4378 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:07.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:07 smithi178 bash[75692]: audit 2024-03-21T13:11:07.207139+0000 mon.a (mon.0) 6619 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:07.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:07 smithi178 bash[75692]: audit 2024-03-21T13:11:07.211605+0000 mon.a (mon.0) 6620 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:07.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:07 smithi178 bash[75692]: audit 2024-03-21T13:11:07.215215+0000 mon.a (mon.0) 6621 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:07.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:07 smithi178 bash[75692]: audit 2024-03-21T13:11:07.217085+0000 mon.a (mon.0) 6622 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:07.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:07 smithi178 bash[75692]: cluster 2024-03-21T13:11:07.220067+0000 mgr.x (mgr.34104) 4379 : cluster [DBG] pgmap v2904: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:07.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:07 smithi178 bash[75692]: cluster 2024-03-21T13:11:07.220330+0000 mgr.x (mgr.34104) 4380 : cluster [DBG] pgmap v2905: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:07.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:07 smithi178 bash[75692]: audit 2024-03-21T13:11:07.227310+0000 mon.a (mon.0) 6623 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:07.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:07 smithi178 bash[75692]: cephadm 2024-03-21T13:11:07.228617+0000 mgr.x (mgr.34104) 4381 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:07.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:07 smithi178 bash[77880]: cluster 2024-03-21T13:11:06.816816+0000 mgr.x (mgr.34104) 4366 : cluster [DBG] pgmap v2895: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:07.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:07 smithi178 bash[77880]: cluster 2024-03-21T13:11:06.816994+0000 mgr.x (mgr.34104) 4367 : cluster [DBG] pgmap v2896: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:07.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:07 smithi178 bash[77880]: audit 2024-03-21T13:11:06.821284+0000 mon.a (mon.0) 6599 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:07.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:07 smithi178 bash[77880]: audit 2024-03-21T13:11:06.824365+0000 mon.a (mon.0) 6600 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:07.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:07 smithi178 bash[77880]: audit 2024-03-21T13:11:06.828021+0000 mon.a (mon.0) 6601 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:07.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:07 smithi178 bash[77880]: audit 2024-03-21T13:11:06.829133+0000 mon.a (mon.0) 6602 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:07.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:07 smithi178 bash[77880]: cluster 2024-03-21T13:11:06.831443+0000 mgr.x (mgr.34104) 4368 : cluster [DBG] pgmap v2897: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:07.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:07 smithi178 bash[77880]: cluster 2024-03-21T13:11:06.831764+0000 mgr.x (mgr.34104) 4369 : cluster [DBG] pgmap v2898: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:07.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:07 smithi178 bash[77880]: audit 2024-03-21T13:11:06.837023+0000 mon.a (mon.0) 6603 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:07.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:07 smithi178 bash[77880]: cephadm 2024-03-21T13:11:06.838380+0000 mgr.x (mgr.34104) 4370 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:07.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:07 smithi178 bash[77880]: audit 2024-03-21T13:11:06.912375+0000 mon.a (mon.0) 6604 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:07.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:07 smithi178 bash[77880]: audit 2024-03-21T13:11:06.915389+0000 mon.a (mon.0) 6605 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:07.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:07 smithi178 bash[77880]: audit 2024-03-21T13:11:06.918919+0000 mon.a (mon.0) 6606 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:07.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:07 smithi178 bash[77880]: audit 2024-03-21T13:11:06.920294+0000 mon.a (mon.0) 6607 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:07.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:07 smithi178 bash[77880]: cluster 2024-03-21T13:11:06.922866+0000 mgr.x (mgr.34104) 4371 : cluster [DBG] pgmap v2899: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:07.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:07 smithi178 bash[77880]: cluster 2024-03-21T13:11:06.923348+0000 mgr.x (mgr.34104) 4372 : cluster [DBG] pgmap v2900: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:07.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:07 smithi178 bash[77880]: audit 2024-03-21T13:11:06.931550+0000 mon.a (mon.0) 6608 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:07.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:07 smithi178 bash[77880]: cephadm 2024-03-21T13:11:06.932827+0000 mgr.x (mgr.34104) 4373 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:07.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:07 smithi178 bash[77880]: audit 2024-03-21T13:11:07.010887+0000 mon.a (mon.0) 6609 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:07.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:07 smithi178 bash[77880]: audit 2024-03-21T13:11:07.013845+0000 mon.a (mon.0) 6610 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:07.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:07 smithi178 bash[77880]: audit 2024-03-21T13:11:07.017331+0000 mon.a (mon.0) 6611 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:07.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:07 smithi178 bash[77880]: audit 2024-03-21T13:11:07.018799+0000 mon.a (mon.0) 6612 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:07.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:07 smithi178 bash[77880]: cluster 2024-03-21T13:11:07.024810+0000 mgr.x (mgr.34104) 4374 : cluster [DBG] pgmap v2901: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:07.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:07 smithi178 bash[77880]: audit 2024-03-21T13:11:07.028170+0000 mon.a (mon.0) 6613 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:07.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:07 smithi178 bash[77880]: cephadm 2024-03-21T13:11:07.029329+0000 mgr.x (mgr.34104) 4375 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:07.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:07 smithi178 bash[77880]: audit 2024-03-21T13:11:07.108304+0000 mon.a (mon.0) 6614 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:07.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:07 smithi178 bash[77880]: audit 2024-03-21T13:11:07.112345+0000 mon.a (mon.0) 6615 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:07.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:07 smithi178 bash[77880]: audit 2024-03-21T13:11:07.116883+0000 mon.a (mon.0) 6616 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:07.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:07 smithi178 bash[77880]: audit 2024-03-21T13:11:07.118643+0000 mon.a (mon.0) 6617 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:07.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:07 smithi178 bash[77880]: cluster 2024-03-21T13:11:07.121400+0000 mgr.x (mgr.34104) 4376 : cluster [DBG] pgmap v2902: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:07.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:07 smithi178 bash[77880]: cluster 2024-03-21T13:11:07.121637+0000 mgr.x (mgr.34104) 4377 : cluster [DBG] pgmap v2903: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:07.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:07 smithi178 bash[77880]: audit 2024-03-21T13:11:07.130311+0000 mon.a (mon.0) 6618 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:07.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:07 smithi178 bash[77880]: cephadm 2024-03-21T13:11:07.131890+0000 mgr.x (mgr.34104) 4378 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:07.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:07 smithi178 bash[77880]: audit 2024-03-21T13:11:07.207139+0000 mon.a (mon.0) 6619 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:07.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:07 smithi178 bash[77880]: audit 2024-03-21T13:11:07.211605+0000 mon.a (mon.0) 6620 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:07.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:07 smithi178 bash[77880]: audit 2024-03-21T13:11:07.215215+0000 mon.a (mon.0) 6621 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:07.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:07 smithi178 bash[77880]: audit 2024-03-21T13:11:07.217085+0000 mon.a (mon.0) 6622 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:07.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:07 smithi178 bash[77880]: cluster 2024-03-21T13:11:07.220067+0000 mgr.x (mgr.34104) 4379 : cluster [DBG] pgmap v2904: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:07.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:07 smithi178 bash[77880]: cluster 2024-03-21T13:11:07.220330+0000 mgr.x (mgr.34104) 4380 : cluster [DBG] pgmap v2905: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:07.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:07 smithi178 bash[77880]: audit 2024-03-21T13:11:07.227310+0000 mon.a (mon.0) 6623 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:07.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:07 smithi178 bash[77880]: cephadm 2024-03-21T13:11:07.228617+0000 mgr.x (mgr.34104) 4381 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:08.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:08 smithi184 bash[59794]: audit 2024-03-21T13:11:07.353492+0000 mon.a (mon.0) 6624 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:08.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:08 smithi184 bash[59794]: audit 2024-03-21T13:11:07.356440+0000 mon.a (mon.0) 6625 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:08.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:08 smithi184 bash[59794]: audit 2024-03-21T13:11:07.358781+0000 mon.a (mon.0) 6626 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:08.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:08 smithi184 bash[59794]: audit 2024-03-21T13:11:07.359755+0000 mon.a (mon.0) 6627 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:08.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:08 smithi184 bash[59794]: cluster 2024-03-21T13:11:07.361962+0000 mgr.x (mgr.34104) 4382 : cluster [DBG] pgmap v2906: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:08.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:08 smithi184 bash[59794]: cluster 2024-03-21T13:11:07.362217+0000 mgr.x (mgr.34104) 4383 : cluster [DBG] pgmap v2907: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:08.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:08 smithi184 bash[59794]: audit 2024-03-21T13:11:07.366814+0000 mon.a (mon.0) 6628 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:08.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:08 smithi184 bash[59794]: cephadm 2024-03-21T13:11:07.367955+0000 mgr.x (mgr.34104) 4384 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:08.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:08 smithi184 bash[59794]: audit 2024-03-21T13:11:07.445086+0000 mon.a (mon.0) 6629 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:08.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:08 smithi184 bash[59794]: audit 2024-03-21T13:11:07.448584+0000 mon.a (mon.0) 6630 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:08.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:08 smithi184 bash[59794]: audit 2024-03-21T13:11:07.453543+0000 mon.a (mon.0) 6631 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:08.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:08 smithi184 bash[59794]: audit 2024-03-21T13:11:07.455101+0000 mon.a (mon.0) 6632 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:08.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:08 smithi184 bash[59794]: cluster 2024-03-21T13:11:07.457607+0000 mgr.x (mgr.34104) 4385 : cluster [DBG] pgmap v2908: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:08.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:08 smithi184 bash[59794]: cluster 2024-03-21T13:11:07.457886+0000 mgr.x (mgr.34104) 4386 : cluster [DBG] pgmap v2909: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:08.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:08 smithi184 bash[59794]: audit 2024-03-21T13:11:07.466286+0000 mon.a (mon.0) 6633 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:08.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:08 smithi184 bash[59794]: cephadm 2024-03-21T13:11:07.467559+0000 mgr.x (mgr.34104) 4387 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:08.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:08 smithi184 bash[59794]: audit 2024-03-21T13:11:07.546693+0000 mon.a (mon.0) 6634 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:08.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:08 smithi184 bash[59794]: audit 2024-03-21T13:11:07.550918+0000 mon.a (mon.0) 6635 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:08.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:08 smithi184 bash[59794]: audit 2024-03-21T13:11:07.555584+0000 mon.a (mon.0) 6636 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:08.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:08 smithi184 bash[59794]: audit 2024-03-21T13:11:07.557175+0000 mon.a (mon.0) 6637 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:08.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:08 smithi184 bash[59794]: cluster 2024-03-21T13:11:07.559740+0000 mgr.x (mgr.34104) 4388 : cluster [DBG] pgmap v2910: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:08.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:08 smithi184 bash[59794]: cluster 2024-03-21T13:11:07.559995+0000 mgr.x (mgr.34104) 4389 : cluster [DBG] pgmap v2911: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:08.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:08 smithi184 bash[59794]: audit 2024-03-21T13:11:07.568410+0000 mon.a (mon.0) 6638 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:08.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:08 smithi184 bash[59794]: cephadm 2024-03-21T13:11:07.569764+0000 mgr.x (mgr.34104) 4390 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:08.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:08 smithi184 bash[59794]: audit 2024-03-21T13:11:07.648880+0000 mon.a (mon.0) 6639 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:08.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:08 smithi184 bash[59794]: audit 2024-03-21T13:11:07.652621+0000 mon.a (mon.0) 6640 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:08.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:08 smithi184 bash[59794]: audit 2024-03-21T13:11:07.656221+0000 mon.a (mon.0) 6641 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:08.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:08 smithi184 bash[59794]: audit 2024-03-21T13:11:07.657573+0000 mon.a (mon.0) 6642 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:08.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:08 smithi184 bash[59794]: cluster 2024-03-21T13:11:07.660152+0000 mgr.x (mgr.34104) 4391 : cluster [DBG] pgmap v2912: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:08.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:08 smithi184 bash[59794]: cluster 2024-03-21T13:11:07.660399+0000 mgr.x (mgr.34104) 4392 : cluster [DBG] pgmap v2913: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:08.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:08 smithi184 bash[59794]: audit 2024-03-21T13:11:07.667475+0000 mon.a (mon.0) 6643 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:08.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:08 smithi184 bash[59794]: cephadm 2024-03-21T13:11:07.668982+0000 mgr.x (mgr.34104) 4393 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:08.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:08 smithi184 bash[59794]: audit 2024-03-21T13:11:07.746818+0000 mon.a (mon.0) 6644 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:08.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:08 smithi184 bash[59794]: audit 2024-03-21T13:11:07.750212+0000 mon.a (mon.0) 6645 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:08.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:08 smithi184 bash[59794]: audit 2024-03-21T13:11:07.754101+0000 mon.a (mon.0) 6646 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:08.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:08 smithi184 bash[59794]: audit 2024-03-21T13:11:07.755505+0000 mon.a (mon.0) 6647 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:08.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:08 smithi184 bash[59794]: cluster 2024-03-21T13:11:07.758136+0000 mgr.x (mgr.34104) 4394 : cluster [DBG] pgmap v2914: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:08.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:08 smithi184 bash[59794]: cluster 2024-03-21T13:11:07.758540+0000 mgr.x (mgr.34104) 4395 : cluster [DBG] pgmap v2915: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:08.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:08 smithi184 bash[59794]: audit 2024-03-21T13:11:07.767857+0000 mon.a (mon.0) 6648 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:08.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:08 smithi184 bash[59794]: cephadm 2024-03-21T13:11:07.769140+0000 mgr.x (mgr.34104) 4396 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:08.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:08 smithi184 bash[59794]: audit 2024-03-21T13:11:07.850983+0000 mon.a (mon.0) 6649 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:08.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:08 smithi184 bash[59794]: audit 2024-03-21T13:11:07.854368+0000 mon.a (mon.0) 6650 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:08.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:08 smithi184 bash[59794]: audit 2024-03-21T13:11:07.857454+0000 mon.a (mon.0) 6651 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:08.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:08 smithi184 bash[59794]: audit 2024-03-21T13:11:07.858622+0000 mon.a (mon.0) 6652 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:08.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:08 smithi184 bash[59794]: cluster 2024-03-21T13:11:07.861118+0000 mgr.x (mgr.34104) 4397 : cluster [DBG] pgmap v2916: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:08.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:08 smithi184 bash[59794]: cluster 2024-03-21T13:11:07.861448+0000 mgr.x (mgr.34104) 4398 : cluster [DBG] pgmap v2917: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:08.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:08 smithi184 bash[59794]: audit 2024-03-21T13:11:07.869824+0000 mon.a (mon.0) 6653 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:08.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:08 smithi184 bash[59794]: cephadm 2024-03-21T13:11:07.870986+0000 mgr.x (mgr.34104) 4399 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:08.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:08 smithi184 bash[59794]: audit 2024-03-21T13:11:07.946935+0000 mon.a (mon.0) 6654 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:08.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:08 smithi184 bash[59794]: audit 2024-03-21T13:11:07.950109+0000 mon.a (mon.0) 6655 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:08.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:08 smithi184 bash[59794]: audit 2024-03-21T13:11:07.953671+0000 mon.a (mon.0) 6656 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:08.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:08 smithi184 bash[59794]: audit 2024-03-21T13:11:07.955114+0000 mon.a (mon.0) 6657 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:08.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:08 smithi184 bash[59794]: cluster 2024-03-21T13:11:07.957974+0000 mgr.x (mgr.34104) 4400 : cluster [DBG] pgmap v2918: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:08.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:08 smithi184 bash[59794]: cluster 2024-03-21T13:11:07.958442+0000 mgr.x (mgr.34104) 4401 : cluster [DBG] pgmap v2919: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:08.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:08 smithi184 bash[59794]: audit 2024-03-21T13:11:07.966742+0000 mon.a (mon.0) 6658 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:08.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:08 smithi184 bash[59794]: cephadm 2024-03-21T13:11:07.968101+0000 mgr.x (mgr.34104) 4402 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:08.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:08 smithi184 bash[59794]: audit 2024-03-21T13:11:08.047233+0000 mon.a (mon.0) 6659 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:08.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:08 smithi184 bash[59794]: audit 2024-03-21T13:11:08.050743+0000 mon.a (mon.0) 6660 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:08.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:08 smithi184 bash[59794]: audit 2024-03-21T13:11:08.053929+0000 mon.a (mon.0) 6661 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:08.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:08 smithi184 bash[59794]: audit 2024-03-21T13:11:08.055082+0000 mon.a (mon.0) 6662 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:08.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:08 smithi184 bash[59794]: cluster 2024-03-21T13:11:08.057316+0000 mgr.x (mgr.34104) 4403 : cluster [DBG] pgmap v2920: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:08.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:08 smithi184 bash[59794]: cluster 2024-03-21T13:11:08.057571+0000 mgr.x (mgr.34104) 4404 : cluster [DBG] pgmap v2921: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:08.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:08 smithi184 bash[59794]: audit 2024-03-21T13:11:08.066286+0000 mon.a (mon.0) 6663 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:08.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:08 smithi184 bash[59794]: cephadm 2024-03-21T13:11:08.067717+0000 mgr.x (mgr.34104) 4405 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:08.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:08 smithi184 bash[59794]: audit 2024-03-21T13:11:08.132350+0000 mon.a (mon.0) 6664 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:08.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:08 smithi184 bash[59794]: audit 2024-03-21T13:11:08.136207+0000 mon.a (mon.0) 6665 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:08.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:08 smithi184 bash[59794]: audit 2024-03-21T13:11:08.139311+0000 mon.a (mon.0) 6666 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:08.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:08 smithi184 bash[59794]: audit 2024-03-21T13:11:08.140935+0000 mon.a (mon.0) 6667 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:08.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:08 smithi184 bash[59794]: cluster 2024-03-21T13:11:08.143617+0000 mgr.x (mgr.34104) 4406 : cluster [DBG] pgmap v2922: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:08.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:08 smithi184 bash[59794]: cluster 2024-03-21T13:11:08.143977+0000 mgr.x (mgr.34104) 4407 : cluster [DBG] pgmap v2923: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:08.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:08 smithi184 bash[59794]: audit 2024-03-21T13:11:08.152620+0000 mon.a (mon.0) 6668 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:08.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:08 smithi184 bash[59794]: cephadm 2024-03-21T13:11:08.154081+0000 mgr.x (mgr.34104) 4408 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:08.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:08 smithi184 bash[59794]: audit 2024-03-21T13:11:08.225169+0000 mon.a (mon.0) 6669 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:08.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:08 smithi184 bash[59794]: audit 2024-03-21T13:11:08.235492+0000 mon.a (mon.0) 6670 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:08.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:08 smithi184 bash[59794]: audit 2024-03-21T13:11:08.236616+0000 mon.a (mon.0) 6671 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:08.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:08 smithi184 bash[59794]: cluster 2024-03-21T13:11:08.237957+0000 mgr.x (mgr.34104) 4409 : cluster [DBG] pgmap v2924: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:08.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:08 smithi184 bash[59794]: cluster 2024-03-21T13:11:08.238388+0000 mgr.x (mgr.34104) 4410 : cluster [DBG] pgmap v2925: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:08.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:08 smithi184 bash[59794]: audit 2024-03-21T13:11:08.242090+0000 mon.a (mon.0) 6672 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:08.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:08 smithi184 bash[59794]: audit 2024-03-21T13:11:08.245124+0000 mon.a (mon.0) 6673 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:08.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:08 smithi184 bash[59794]: audit 2024-03-21T13:11:08.248649+0000 mon.a (mon.0) 6674 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:08.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:08 smithi184 bash[59794]: audit 2024-03-21T13:11:08.250374+0000 mon.a (mon.0) 6675 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:08.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:08 smithi184 bash[59794]: audit 2024-03-21T13:11:08.254100+0000 mon.a (mon.0) 6676 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:08.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:08 smithi184 bash[59794]: audit 2024-03-21T13:11:08.257554+0000 mon.a (mon.0) 6677 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:08.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:08 smithi184 bash[59794]: audit 2024-03-21T13:11:08.260328+0000 mon.a (mon.0) 6678 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:08.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:08 smithi184 bash[59794]: cephadm 2024-03-21T13:11:08.261972+0000 mgr.x (mgr.34104) 4411 : cephadm [INF] Upgrade: Setting container_image for all rgw 2024-03-21T13:11:08.581 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:08 smithi184 bash[59794]: audit 2024-03-21T13:11:08.267143+0000 mon.a (mon.0) 6679 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:08.581 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:08 smithi184 bash[59794]: audit 2024-03-21T13:11:08.270543+0000 mon.a (mon.0) 6680 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.foo.smithi178.amgrte"}]: dispatch 2024-03-21T13:11:08.581 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:08 smithi184 bash[59794]: audit 2024-03-21T13:11:08.275801+0000 mon.a (mon.0) 6681 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.foo.smithi178.amgrte"}]': finished 2024-03-21T13:11:08.581 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:08 smithi184 bash[59794]: audit 2024-03-21T13:11:08.279364+0000 mon.a (mon.0) 6682 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.foo.smithi184.sylqte"}]: dispatch 2024-03-21T13:11:08.581 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:08 smithi184 bash[59794]: audit 2024-03-21T13:11:08.284340+0000 mon.a (mon.0) 6683 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.foo.smithi184.sylqte"}]': finished 2024-03-21T13:11:08.581 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:08 smithi184 bash[59794]: audit 2024-03-21T13:11:08.287136+0000 mon.a (mon.0) 6684 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.smpl.smithi178.avyvkd"}]: dispatch 2024-03-21T13:11:08.581 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:08 smithi184 bash[59794]: audit 2024-03-21T13:11:08.290516+0000 mon.a (mon.0) 6685 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.smpl.smithi178.avyvkd"}]': finished 2024-03-21T13:11:08.581 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:08 smithi184 bash[59794]: audit 2024-03-21T13:11:08.293313+0000 mon.a (mon.0) 6686 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.smpl.smithi184.ccsuhn"}]: dispatch 2024-03-21T13:11:08.581 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:08 smithi184 bash[59794]: audit 2024-03-21T13:11:08.297705+0000 mon.a (mon.0) 6687 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.smpl.smithi184.ccsuhn"}]': finished 2024-03-21T13:11:08.581 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:08 smithi184 bash[59794]: audit 2024-03-21T13:11:08.301376+0000 mon.a (mon.0) 6688 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:08.581 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:08 smithi184 bash[59794]: audit 2024-03-21T13:11:08.307622+0000 mon.a (mon.0) 6689 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:08.581 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:08 smithi184 bash[59794]: audit 2024-03-21T13:11:08.310855+0000 mon.a (mon.0) 6690 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:08.581 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:08 smithi184 bash[59794]: audit 2024-03-21T13:11:08.313956+0000 mon.a (mon.0) 6691 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:08.581 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:08 smithi184 bash[59794]: audit 2024-03-21T13:11:08.320732+0000 mon.a (mon.0) 6692 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:08.746 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[75692]: audit 2024-03-21T13:11:07.353492+0000 mon.a (mon.0) 6624 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:08.746 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[75692]: audit 2024-03-21T13:11:07.356440+0000 mon.a (mon.0) 6625 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:08.746 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[75692]: audit 2024-03-21T13:11:07.358781+0000 mon.a (mon.0) 6626 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:08.746 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[75692]: audit 2024-03-21T13:11:07.359755+0000 mon.a (mon.0) 6627 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:08.746 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[75692]: cluster 2024-03-21T13:11:07.361962+0000 mgr.x (mgr.34104) 4382 : cluster [DBG] pgmap v2906: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:08.746 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[75692]: cluster 2024-03-21T13:11:07.362217+0000 mgr.x (mgr.34104) 4383 : cluster [DBG] pgmap v2907: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:08.746 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[75692]: audit 2024-03-21T13:11:07.366814+0000 mon.a (mon.0) 6628 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:08.747 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[75692]: cephadm 2024-03-21T13:11:07.367955+0000 mgr.x (mgr.34104) 4384 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:08.747 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[75692]: audit 2024-03-21T13:11:07.445086+0000 mon.a (mon.0) 6629 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:08.747 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[75692]: audit 2024-03-21T13:11:07.448584+0000 mon.a (mon.0) 6630 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:08.747 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[75692]: audit 2024-03-21T13:11:07.453543+0000 mon.a (mon.0) 6631 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:08.747 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[75692]: audit 2024-03-21T13:11:07.455101+0000 mon.a (mon.0) 6632 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:08.747 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[75692]: cluster 2024-03-21T13:11:07.457607+0000 mgr.x (mgr.34104) 4385 : cluster [DBG] pgmap v2908: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:08.747 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[75692]: cluster 2024-03-21T13:11:07.457886+0000 mgr.x (mgr.34104) 4386 : cluster [DBG] pgmap v2909: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:08.747 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[75692]: audit 2024-03-21T13:11:07.466286+0000 mon.a (mon.0) 6633 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:08.747 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[75692]: cephadm 2024-03-21T13:11:07.467559+0000 mgr.x (mgr.34104) 4387 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:08.747 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[75692]: audit 2024-03-21T13:11:07.546693+0000 mon.a (mon.0) 6634 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:08.747 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[75692]: audit 2024-03-21T13:11:07.550918+0000 mon.a (mon.0) 6635 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:08.747 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[75692]: audit 2024-03-21T13:11:07.555584+0000 mon.a (mon.0) 6636 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:08.748 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[77880]: audit 2024-03-21T13:11:07.353492+0000 mon.a (mon.0) 6624 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:08.748 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[77880]: audit 2024-03-21T13:11:07.356440+0000 mon.a (mon.0) 6625 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:08.748 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[77880]: audit 2024-03-21T13:11:07.358781+0000 mon.a (mon.0) 6626 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:08.748 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[77880]: audit 2024-03-21T13:11:07.359755+0000 mon.a (mon.0) 6627 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:08.748 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[77880]: cluster 2024-03-21T13:11:07.361962+0000 mgr.x (mgr.34104) 4382 : cluster [DBG] pgmap v2906: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:08.748 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[77880]: cluster 2024-03-21T13:11:07.362217+0000 mgr.x (mgr.34104) 4383 : cluster [DBG] pgmap v2907: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:08.748 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[77880]: audit 2024-03-21T13:11:07.366814+0000 mon.a (mon.0) 6628 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:08.748 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[77880]: cephadm 2024-03-21T13:11:07.367955+0000 mgr.x (mgr.34104) 4384 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:08.748 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[77880]: audit 2024-03-21T13:11:07.445086+0000 mon.a (mon.0) 6629 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:08.749 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[77880]: audit 2024-03-21T13:11:07.448584+0000 mon.a (mon.0) 6630 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:08.749 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[77880]: audit 2024-03-21T13:11:07.453543+0000 mon.a (mon.0) 6631 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:08.749 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[77880]: audit 2024-03-21T13:11:07.455101+0000 mon.a (mon.0) 6632 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:08.749 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[77880]: cluster 2024-03-21T13:11:07.457607+0000 mgr.x (mgr.34104) 4385 : cluster [DBG] pgmap v2908: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:08.749 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[77880]: cluster 2024-03-21T13:11:07.457886+0000 mgr.x (mgr.34104) 4386 : cluster [DBG] pgmap v2909: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:08.749 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[77880]: audit 2024-03-21T13:11:07.466286+0000 mon.a (mon.0) 6633 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:08.749 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[77880]: cephadm 2024-03-21T13:11:07.467559+0000 mgr.x (mgr.34104) 4387 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:08.749 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[77880]: audit 2024-03-21T13:11:07.546693+0000 mon.a (mon.0) 6634 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:08.749 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[77880]: audit 2024-03-21T13:11:07.550918+0000 mon.a (mon.0) 6635 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:08.749 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[77880]: audit 2024-03-21T13:11:07.555584+0000 mon.a (mon.0) 6636 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:08.750 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[75692]: audit 2024-03-21T13:11:07.557175+0000 mon.a (mon.0) 6637 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:08.750 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[75692]: cluster 2024-03-21T13:11:07.559740+0000 mgr.x (mgr.34104) 4388 : cluster [DBG] pgmap v2910: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:08.750 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[75692]: cluster 2024-03-21T13:11:07.559995+0000 mgr.x (mgr.34104) 4389 : cluster [DBG] pgmap v2911: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:08.750 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[75692]: audit 2024-03-21T13:11:07.568410+0000 mon.a (mon.0) 6638 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:08.750 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[75692]: cephadm 2024-03-21T13:11:07.569764+0000 mgr.x (mgr.34104) 4390 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:08.750 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[75692]: audit 2024-03-21T13:11:07.648880+0000 mon.a (mon.0) 6639 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:08.750 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[75692]: audit 2024-03-21T13:11:07.652621+0000 mon.a (mon.0) 6640 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:08.750 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[75692]: audit 2024-03-21T13:11:07.656221+0000 mon.a (mon.0) 6641 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:08.750 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[75692]: audit 2024-03-21T13:11:07.657573+0000 mon.a (mon.0) 6642 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:08.750 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[75692]: cluster 2024-03-21T13:11:07.660152+0000 mgr.x (mgr.34104) 4391 : cluster [DBG] pgmap v2912: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:08.750 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[75692]: cluster 2024-03-21T13:11:07.660399+0000 mgr.x (mgr.34104) 4392 : cluster [DBG] pgmap v2913: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:08.750 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[75692]: audit 2024-03-21T13:11:07.667475+0000 mon.a (mon.0) 6643 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:08.750 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[75692]: cephadm 2024-03-21T13:11:07.668982+0000 mgr.x (mgr.34104) 4393 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:08.751 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[75692]: audit 2024-03-21T13:11:07.746818+0000 mon.a (mon.0) 6644 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:08.751 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[75692]: audit 2024-03-21T13:11:07.750212+0000 mon.a (mon.0) 6645 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:08.751 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[75692]: audit 2024-03-21T13:11:07.754101+0000 mon.a (mon.0) 6646 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:08.751 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[75692]: audit 2024-03-21T13:11:07.755505+0000 mon.a (mon.0) 6647 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:08.751 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[75692]: cluster 2024-03-21T13:11:07.758136+0000 mgr.x (mgr.34104) 4394 : cluster [DBG] pgmap v2914: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:08.751 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[75692]: cluster 2024-03-21T13:11:07.758540+0000 mgr.x (mgr.34104) 4395 : cluster [DBG] pgmap v2915: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:08.751 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[75692]: audit 2024-03-21T13:11:07.767857+0000 mon.a (mon.0) 6648 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:08.751 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[77880]: audit 2024-03-21T13:11:07.557175+0000 mon.a (mon.0) 6637 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:08.751 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[77880]: cluster 2024-03-21T13:11:07.559740+0000 mgr.x (mgr.34104) 4388 : cluster [DBG] pgmap v2910: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:08.751 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[77880]: cluster 2024-03-21T13:11:07.559995+0000 mgr.x (mgr.34104) 4389 : cluster [DBG] pgmap v2911: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:08.751 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[77880]: audit 2024-03-21T13:11:07.568410+0000 mon.a (mon.0) 6638 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:08.752 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[77880]: cephadm 2024-03-21T13:11:07.569764+0000 mgr.x (mgr.34104) 4390 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:08.752 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[77880]: audit 2024-03-21T13:11:07.648880+0000 mon.a (mon.0) 6639 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:08.752 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[77880]: audit 2024-03-21T13:11:07.652621+0000 mon.a (mon.0) 6640 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:08.752 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[77880]: audit 2024-03-21T13:11:07.656221+0000 mon.a (mon.0) 6641 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:08.752 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[77880]: audit 2024-03-21T13:11:07.657573+0000 mon.a (mon.0) 6642 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:08.752 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[77880]: cluster 2024-03-21T13:11:07.660152+0000 mgr.x (mgr.34104) 4391 : cluster [DBG] pgmap v2912: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:08.752 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[77880]: cluster 2024-03-21T13:11:07.660399+0000 mgr.x (mgr.34104) 4392 : cluster [DBG] pgmap v2913: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:08.752 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[77880]: audit 2024-03-21T13:11:07.667475+0000 mon.a (mon.0) 6643 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:08.752 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[77880]: cephadm 2024-03-21T13:11:07.668982+0000 mgr.x (mgr.34104) 4393 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:08.752 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[77880]: audit 2024-03-21T13:11:07.746818+0000 mon.a (mon.0) 6644 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:08.752 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[77880]: audit 2024-03-21T13:11:07.750212+0000 mon.a (mon.0) 6645 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:08.752 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[77880]: audit 2024-03-21T13:11:07.754101+0000 mon.a (mon.0) 6646 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:08.752 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[77880]: audit 2024-03-21T13:11:07.755505+0000 mon.a (mon.0) 6647 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:08.753 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[77880]: cluster 2024-03-21T13:11:07.758136+0000 mgr.x (mgr.34104) 4394 : cluster [DBG] pgmap v2914: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:08.753 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[77880]: cluster 2024-03-21T13:11:07.758540+0000 mgr.x (mgr.34104) 4395 : cluster [DBG] pgmap v2915: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:08.753 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[77880]: audit 2024-03-21T13:11:07.767857+0000 mon.a (mon.0) 6648 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:08.753 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[75692]: cephadm 2024-03-21T13:11:07.769140+0000 mgr.x (mgr.34104) 4396 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:08.753 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[75692]: audit 2024-03-21T13:11:07.850983+0000 mon.a (mon.0) 6649 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:08.753 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[75692]: audit 2024-03-21T13:11:07.854368+0000 mon.a (mon.0) 6650 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:08.753 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[75692]: audit 2024-03-21T13:11:07.857454+0000 mon.a (mon.0) 6651 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:08.753 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[75692]: audit 2024-03-21T13:11:07.858622+0000 mon.a (mon.0) 6652 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:08.753 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[75692]: cluster 2024-03-21T13:11:07.861118+0000 mgr.x (mgr.34104) 4397 : cluster [DBG] pgmap v2916: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:08.753 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[75692]: cluster 2024-03-21T13:11:07.861448+0000 mgr.x (mgr.34104) 4398 : cluster [DBG] pgmap v2917: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:08.754 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[75692]: audit 2024-03-21T13:11:07.869824+0000 mon.a (mon.0) 6653 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:08.754 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[75692]: cephadm 2024-03-21T13:11:07.870986+0000 mgr.x (mgr.34104) 4399 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:08.754 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[75692]: audit 2024-03-21T13:11:07.946935+0000 mon.a (mon.0) 6654 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:08.754 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[75692]: audit 2024-03-21T13:11:07.950109+0000 mon.a (mon.0) 6655 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:08.754 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[75692]: audit 2024-03-21T13:11:07.953671+0000 mon.a (mon.0) 6656 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:08.754 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[75692]: audit 2024-03-21T13:11:07.955114+0000 mon.a (mon.0) 6657 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:08.754 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[75692]: cluster 2024-03-21T13:11:07.957974+0000 mgr.x (mgr.34104) 4400 : cluster [DBG] pgmap v2918: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:08.754 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[75692]: cluster 2024-03-21T13:11:07.958442+0000 mgr.x (mgr.34104) 4401 : cluster [DBG] pgmap v2919: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:08.754 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[75692]: audit 2024-03-21T13:11:07.966742+0000 mon.a (mon.0) 6658 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:08.754 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[75692]: cephadm 2024-03-21T13:11:07.968101+0000 mgr.x (mgr.34104) 4402 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:08.754 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[75692]: audit 2024-03-21T13:11:08.047233+0000 mon.a (mon.0) 6659 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:08.754 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[75692]: audit 2024-03-21T13:11:08.050743+0000 mon.a (mon.0) 6660 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:08.755 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[77880]: cephadm 2024-03-21T13:11:07.769140+0000 mgr.x (mgr.34104) 4396 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:08.755 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[77880]: audit 2024-03-21T13:11:07.850983+0000 mon.a (mon.0) 6649 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:08.755 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[77880]: audit 2024-03-21T13:11:07.854368+0000 mon.a (mon.0) 6650 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:08.755 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[77880]: audit 2024-03-21T13:11:07.857454+0000 mon.a (mon.0) 6651 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:08.755 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[77880]: audit 2024-03-21T13:11:07.858622+0000 mon.a (mon.0) 6652 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:08.755 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[77880]: cluster 2024-03-21T13:11:07.861118+0000 mgr.x (mgr.34104) 4397 : cluster [DBG] pgmap v2916: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:08.755 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[77880]: cluster 2024-03-21T13:11:07.861448+0000 mgr.x (mgr.34104) 4398 : cluster [DBG] pgmap v2917: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:08.755 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[77880]: audit 2024-03-21T13:11:07.869824+0000 mon.a (mon.0) 6653 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:08.755 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[77880]: cephadm 2024-03-21T13:11:07.870986+0000 mgr.x (mgr.34104) 4399 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:08.756 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[77880]: audit 2024-03-21T13:11:07.946935+0000 mon.a (mon.0) 6654 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:08.756 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[77880]: audit 2024-03-21T13:11:07.950109+0000 mon.a (mon.0) 6655 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:08.756 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[77880]: audit 2024-03-21T13:11:07.953671+0000 mon.a (mon.0) 6656 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:08.756 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[77880]: audit 2024-03-21T13:11:07.955114+0000 mon.a (mon.0) 6657 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:08.756 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[77880]: cluster 2024-03-21T13:11:07.957974+0000 mgr.x (mgr.34104) 4400 : cluster [DBG] pgmap v2918: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:08.756 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[77880]: cluster 2024-03-21T13:11:07.958442+0000 mgr.x (mgr.34104) 4401 : cluster [DBG] pgmap v2919: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:08.756 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[77880]: audit 2024-03-21T13:11:07.966742+0000 mon.a (mon.0) 6658 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:08.756 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[77880]: cephadm 2024-03-21T13:11:07.968101+0000 mgr.x (mgr.34104) 4402 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:08.756 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[77880]: audit 2024-03-21T13:11:08.047233+0000 mon.a (mon.0) 6659 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:08.756 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[77880]: audit 2024-03-21T13:11:08.050743+0000 mon.a (mon.0) 6660 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:08.756 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[75692]: audit 2024-03-21T13:11:08.053929+0000 mon.a (mon.0) 6661 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:08.757 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[75692]: audit 2024-03-21T13:11:08.055082+0000 mon.a (mon.0) 6662 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:08.757 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[75692]: cluster 2024-03-21T13:11:08.057316+0000 mgr.x (mgr.34104) 4403 : cluster [DBG] pgmap v2920: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:08.757 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[75692]: cluster 2024-03-21T13:11:08.057571+0000 mgr.x (mgr.34104) 4404 : cluster [DBG] pgmap v2921: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:08.757 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[75692]: audit 2024-03-21T13:11:08.066286+0000 mon.a (mon.0) 6663 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:08.757 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[75692]: cephadm 2024-03-21T13:11:08.067717+0000 mgr.x (mgr.34104) 4405 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:08.757 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[75692]: audit 2024-03-21T13:11:08.132350+0000 mon.a (mon.0) 6664 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:08.757 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[75692]: audit 2024-03-21T13:11:08.136207+0000 mon.a (mon.0) 6665 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:08.757 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[75692]: audit 2024-03-21T13:11:08.139311+0000 mon.a (mon.0) 6666 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:08.757 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[75692]: audit 2024-03-21T13:11:08.140935+0000 mon.a (mon.0) 6667 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:08.757 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[75692]: cluster 2024-03-21T13:11:08.143617+0000 mgr.x (mgr.34104) 4406 : cluster [DBG] pgmap v2922: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:08.757 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[75692]: cluster 2024-03-21T13:11:08.143977+0000 mgr.x (mgr.34104) 4407 : cluster [DBG] pgmap v2923: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:08.757 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[75692]: audit 2024-03-21T13:11:08.152620+0000 mon.a (mon.0) 6668 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:08.757 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[75692]: cephadm 2024-03-21T13:11:08.154081+0000 mgr.x (mgr.34104) 4408 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:08.757 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[75692]: audit 2024-03-21T13:11:08.225169+0000 mon.a (mon.0) 6669 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:08.758 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[75692]: audit 2024-03-21T13:11:08.235492+0000 mon.a (mon.0) 6670 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:08.758 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[75692]: audit 2024-03-21T13:11:08.236616+0000 mon.a (mon.0) 6671 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:08.758 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[75692]: cluster 2024-03-21T13:11:08.237957+0000 mgr.x (mgr.34104) 4409 : cluster [DBG] pgmap v2924: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:08.758 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[75692]: cluster 2024-03-21T13:11:08.238388+0000 mgr.x (mgr.34104) 4410 : cluster [DBG] pgmap v2925: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:08.758 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[75692]: audit 2024-03-21T13:11:08.242090+0000 mon.a (mon.0) 6672 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:08.758 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[77880]: audit 2024-03-21T13:11:08.053929+0000 mon.a (mon.0) 6661 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:08.758 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[77880]: audit 2024-03-21T13:11:08.055082+0000 mon.a (mon.0) 6662 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:08.758 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[77880]: cluster 2024-03-21T13:11:08.057316+0000 mgr.x (mgr.34104) 4403 : cluster [DBG] pgmap v2920: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:08.758 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[77880]: cluster 2024-03-21T13:11:08.057571+0000 mgr.x (mgr.34104) 4404 : cluster [DBG] pgmap v2921: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:08.759 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[77880]: audit 2024-03-21T13:11:08.066286+0000 mon.a (mon.0) 6663 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:08.759 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[77880]: cephadm 2024-03-21T13:11:08.067717+0000 mgr.x (mgr.34104) 4405 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:08.759 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[77880]: audit 2024-03-21T13:11:08.132350+0000 mon.a (mon.0) 6664 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:08.759 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[77880]: audit 2024-03-21T13:11:08.136207+0000 mon.a (mon.0) 6665 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:08.759 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[77880]: audit 2024-03-21T13:11:08.139311+0000 mon.a (mon.0) 6666 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:08.759 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[77880]: audit 2024-03-21T13:11:08.140935+0000 mon.a (mon.0) 6667 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:08.759 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[77880]: cluster 2024-03-21T13:11:08.143617+0000 mgr.x (mgr.34104) 4406 : cluster [DBG] pgmap v2922: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:08.759 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[77880]: cluster 2024-03-21T13:11:08.143977+0000 mgr.x (mgr.34104) 4407 : cluster [DBG] pgmap v2923: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:08.759 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[77880]: audit 2024-03-21T13:11:08.152620+0000 mon.a (mon.0) 6668 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:08.759 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[77880]: cephadm 2024-03-21T13:11:08.154081+0000 mgr.x (mgr.34104) 4408 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:08.759 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[77880]: audit 2024-03-21T13:11:08.225169+0000 mon.a (mon.0) 6669 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:08.759 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[77880]: audit 2024-03-21T13:11:08.235492+0000 mon.a (mon.0) 6670 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:08.760 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[77880]: audit 2024-03-21T13:11:08.236616+0000 mon.a (mon.0) 6671 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:08.760 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[77880]: cluster 2024-03-21T13:11:08.237957+0000 mgr.x (mgr.34104) 4409 : cluster [DBG] pgmap v2924: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:08.760 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[77880]: cluster 2024-03-21T13:11:08.238388+0000 mgr.x (mgr.34104) 4410 : cluster [DBG] pgmap v2925: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:08.760 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[77880]: audit 2024-03-21T13:11:08.242090+0000 mon.a (mon.0) 6672 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:08.760 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[75692]: audit 2024-03-21T13:11:08.245124+0000 mon.a (mon.0) 6673 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:08.760 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[75692]: audit 2024-03-21T13:11:08.248649+0000 mon.a (mon.0) 6674 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:08.760 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[75692]: audit 2024-03-21T13:11:08.250374+0000 mon.a (mon.0) 6675 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:08.760 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[75692]: audit 2024-03-21T13:11:08.254100+0000 mon.a (mon.0) 6676 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:08.761 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[75692]: audit 2024-03-21T13:11:08.257554+0000 mon.a (mon.0) 6677 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:08.761 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[75692]: audit 2024-03-21T13:11:08.260328+0000 mon.a (mon.0) 6678 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:08.761 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[75692]: cephadm 2024-03-21T13:11:08.261972+0000 mgr.x (mgr.34104) 4411 : cephadm [INF] Upgrade: Setting container_image for all rgw 2024-03-21T13:11:08.761 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[75692]: audit 2024-03-21T13:11:08.267143+0000 mon.a (mon.0) 6679 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:08.761 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[75692]: audit 2024-03-21T13:11:08.270543+0000 mon.a (mon.0) 6680 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.foo.smithi178.amgrte"}]: dispatch 2024-03-21T13:11:08.761 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[75692]: audit 2024-03-21T13:11:08.275801+0000 mon.a (mon.0) 6681 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.foo.smithi178.amgrte"}]': finished 2024-03-21T13:11:08.761 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[75692]: audit 2024-03-21T13:11:08.279364+0000 mon.a (mon.0) 6682 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.foo.smithi184.sylqte"}]: dispatch 2024-03-21T13:11:08.761 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[75692]: audit 2024-03-21T13:11:08.284340+0000 mon.a (mon.0) 6683 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.foo.smithi184.sylqte"}]': finished 2024-03-21T13:11:08.761 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[75692]: audit 2024-03-21T13:11:08.287136+0000 mon.a (mon.0) 6684 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.smpl.smithi178.avyvkd"}]: dispatch 2024-03-21T13:11:08.761 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[75692]: audit 2024-03-21T13:11:08.290516+0000 mon.a (mon.0) 6685 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.smpl.smithi178.avyvkd"}]': finished 2024-03-21T13:11:08.761 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[75692]: audit 2024-03-21T13:11:08.293313+0000 mon.a (mon.0) 6686 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.smpl.smithi184.ccsuhn"}]: dispatch 2024-03-21T13:11:08.761 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[75692]: audit 2024-03-21T13:11:08.297705+0000 mon.a (mon.0) 6687 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.smpl.smithi184.ccsuhn"}]': finished 2024-03-21T13:11:08.761 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[75692]: audit 2024-03-21T13:11:08.301376+0000 mon.a (mon.0) 6688 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:08.762 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[75692]: audit 2024-03-21T13:11:08.307622+0000 mon.a (mon.0) 6689 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:08.762 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[75692]: audit 2024-03-21T13:11:08.310855+0000 mon.a (mon.0) 6690 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:08.762 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[75692]: audit 2024-03-21T13:11:08.313956+0000 mon.a (mon.0) 6691 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:08.762 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[75692]: audit 2024-03-21T13:11:08.320732+0000 mon.a (mon.0) 6692 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:08.762 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[77880]: audit 2024-03-21T13:11:08.245124+0000 mon.a (mon.0) 6673 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:08.762 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[77880]: audit 2024-03-21T13:11:08.248649+0000 mon.a (mon.0) 6674 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:08.762 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[77880]: audit 2024-03-21T13:11:08.250374+0000 mon.a (mon.0) 6675 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:08.762 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[77880]: audit 2024-03-21T13:11:08.254100+0000 mon.a (mon.0) 6676 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:08.762 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[77880]: audit 2024-03-21T13:11:08.257554+0000 mon.a (mon.0) 6677 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:08.762 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[77880]: audit 2024-03-21T13:11:08.260328+0000 mon.a (mon.0) 6678 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:08.763 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[77880]: cephadm 2024-03-21T13:11:08.261972+0000 mgr.x (mgr.34104) 4411 : cephadm [INF] Upgrade: Setting container_image for all rgw 2024-03-21T13:11:08.763 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[77880]: audit 2024-03-21T13:11:08.267143+0000 mon.a (mon.0) 6679 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:08.763 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[77880]: audit 2024-03-21T13:11:08.270543+0000 mon.a (mon.0) 6680 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.foo.smithi178.amgrte"}]: dispatch 2024-03-21T13:11:08.763 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[77880]: audit 2024-03-21T13:11:08.275801+0000 mon.a (mon.0) 6681 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.foo.smithi178.amgrte"}]': finished 2024-03-21T13:11:08.763 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[77880]: audit 2024-03-21T13:11:08.279364+0000 mon.a (mon.0) 6682 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.foo.smithi184.sylqte"}]: dispatch 2024-03-21T13:11:08.763 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[77880]: audit 2024-03-21T13:11:08.284340+0000 mon.a (mon.0) 6683 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.foo.smithi184.sylqte"}]': finished 2024-03-21T13:11:08.763 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[77880]: audit 2024-03-21T13:11:08.287136+0000 mon.a (mon.0) 6684 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.smpl.smithi178.avyvkd"}]: dispatch 2024-03-21T13:11:08.763 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[77880]: audit 2024-03-21T13:11:08.290516+0000 mon.a (mon.0) 6685 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.smpl.smithi178.avyvkd"}]': finished 2024-03-21T13:11:08.763 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[77880]: audit 2024-03-21T13:11:08.293313+0000 mon.a (mon.0) 6686 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.smpl.smithi184.ccsuhn"}]: dispatch 2024-03-21T13:11:08.763 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[77880]: audit 2024-03-21T13:11:08.297705+0000 mon.a (mon.0) 6687 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.smpl.smithi184.ccsuhn"}]': finished 2024-03-21T13:11:08.763 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[77880]: audit 2024-03-21T13:11:08.301376+0000 mon.a (mon.0) 6688 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:08.763 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[77880]: audit 2024-03-21T13:11:08.307622+0000 mon.a (mon.0) 6689 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:08.763 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[77880]: audit 2024-03-21T13:11:08.310855+0000 mon.a (mon.0) 6690 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:08.763 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[77880]: audit 2024-03-21T13:11:08.313956+0000 mon.a (mon.0) 6691 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:08.764 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:08 smithi178 bash[77880]: audit 2024-03-21T13:11:08.320732+0000 mon.a (mon.0) 6692 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:09.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:09 smithi178 bash[75692]: cephadm 2024-03-21T13:11:08.303435+0000 mgr.x (mgr.34104) 4412 : cephadm [INF] Upgrade: Setting container_image for all rbd-mirror 2024-03-21T13:11:09.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:09 smithi178 bash[75692]: cephadm 2024-03-21T13:11:08.316018+0000 mgr.x (mgr.34104) 4413 : cephadm [INF] Upgrade: Setting container_image for all ceph-exporter 2024-03-21T13:11:09.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:09 smithi178 bash[77880]: cephadm 2024-03-21T13:11:08.303435+0000 mgr.x (mgr.34104) 4412 : cephadm [INF] Upgrade: Setting container_image for all rbd-mirror 2024-03-21T13:11:09.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:09 smithi178 bash[77880]: cephadm 2024-03-21T13:11:08.316018+0000 mgr.x (mgr.34104) 4413 : cephadm [INF] Upgrade: Setting container_image for all ceph-exporter 2024-03-21T13:11:09.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:09 smithi184 bash[59794]: cephadm 2024-03-21T13:11:08.303435+0000 mgr.x (mgr.34104) 4412 : cephadm [INF] Upgrade: Setting container_image for all rbd-mirror 2024-03-21T13:11:09.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:09 smithi184 bash[59794]: cephadm 2024-03-21T13:11:08.316018+0000 mgr.x (mgr.34104) 4413 : cephadm [INF] Upgrade: Setting container_image for all ceph-exporter 2024-03-21T13:11:10.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:10 smithi178 bash[75692]: cluster 2024-03-21T13:11:10.240140+0000 mgr.x (mgr.34104) 4414 : cluster [DBG] pgmap v2926: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 2.3 KiB/s rd, 2 op/s 2024-03-21T13:11:10.547 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:10 smithi178 bash[77880]: cluster 2024-03-21T13:11:10.240140+0000 mgr.x (mgr.34104) 4414 : cluster [DBG] pgmap v2926: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 2.3 KiB/s rd, 2 op/s 2024-03-21T13:11:10.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:10 smithi184 bash[59794]: cluster 2024-03-21T13:11:10.240140+0000 mgr.x (mgr.34104) 4414 : cluster [DBG] pgmap v2926: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 2.3 KiB/s rd, 2 op/s 2024-03-21T13:11:12.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:12 smithi178 bash[75692]: audit 2024-03-21T13:11:10.969416+0000 mgr.x (mgr.34104) 4415 : audit [DBG] from='client.15585 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:11:12.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:12 smithi178 bash[75692]: cephadm 2024-03-21T13:11:11.249293+0000 mgr.x (mgr.34104) 4416 : cephadm [INF] Upgrade: Updating iscsi.foo.smithi178.qfgpzc 2024-03-21T13:11:12.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:12 smithi178 bash[75692]: audit 2024-03-21T13:11:11.256381+0000 mon.a (mon.0) 6693 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:12.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:12 smithi178 bash[75692]: audit 2024-03-21T13:11:11.261041+0000 mon.a (mon.0) 6694 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi178.qfgpzc", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-03-21T13:11:12.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:12 smithi178 bash[75692]: audit 2024-03-21T13:11:11.278372+0000 mon.a (mon.0) 6695 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:12.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:12 smithi178 bash[75692]: audit 2024-03-21T13:11:11.640913+0000 mon.a (mon.0) 6696 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:12.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:12 smithi178 bash[75692]: audit 2024-03-21T13:11:11.651541+0000 mon.a (mon.0) 6697 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:12.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:12 smithi178 bash[75692]: audit 2024-03-21T13:11:11.658756+0000 mon.a (mon.0) 6698 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:12.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:12 smithi178 bash[77880]: audit 2024-03-21T13:11:10.969416+0000 mgr.x (mgr.34104) 4415 : audit [DBG] from='client.15585 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:11:12.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:12 smithi178 bash[77880]: cephadm 2024-03-21T13:11:11.249293+0000 mgr.x (mgr.34104) 4416 : cephadm [INF] Upgrade: Updating iscsi.foo.smithi178.qfgpzc 2024-03-21T13:11:12.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:12 smithi178 bash[77880]: audit 2024-03-21T13:11:11.256381+0000 mon.a (mon.0) 6693 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:12.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:12 smithi178 bash[77880]: audit 2024-03-21T13:11:11.261041+0000 mon.a (mon.0) 6694 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi178.qfgpzc", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-03-21T13:11:12.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:12 smithi178 bash[77880]: audit 2024-03-21T13:11:11.278372+0000 mon.a (mon.0) 6695 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:12.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:12 smithi178 bash[77880]: audit 2024-03-21T13:11:11.640913+0000 mon.a (mon.0) 6696 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:12.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:12 smithi178 bash[77880]: audit 2024-03-21T13:11:11.651541+0000 mon.a (mon.0) 6697 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:12.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:12 smithi178 bash[77880]: audit 2024-03-21T13:11:11.658756+0000 mon.a (mon.0) 6698 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:12.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:12 smithi184 bash[59794]: audit 2024-03-21T13:11:10.969416+0000 mgr.x (mgr.34104) 4415 : audit [DBG] from='client.15585 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:11:12.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:12 smithi184 bash[59794]: cephadm 2024-03-21T13:11:11.249293+0000 mgr.x (mgr.34104) 4416 : cephadm [INF] Upgrade: Updating iscsi.foo.smithi178.qfgpzc 2024-03-21T13:11:12.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:12 smithi184 bash[59794]: audit 2024-03-21T13:11:11.256381+0000 mon.a (mon.0) 6693 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:12.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:12 smithi184 bash[59794]: audit 2024-03-21T13:11:11.261041+0000 mon.a (mon.0) 6694 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi178.qfgpzc", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-03-21T13:11:12.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:12 smithi184 bash[59794]: audit 2024-03-21T13:11:11.278372+0000 mon.a (mon.0) 6695 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:12.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:12 smithi184 bash[59794]: audit 2024-03-21T13:11:11.640913+0000 mon.a (mon.0) 6696 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:12.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:12 smithi184 bash[59794]: audit 2024-03-21T13:11:11.651541+0000 mon.a (mon.0) 6697 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:12.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:12 smithi184 bash[59794]: audit 2024-03-21T13:11:11.658756+0000 mon.a (mon.0) 6698 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:13.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:13 smithi178 bash[75692]: cephadm 2024-03-21T13:11:11.280995+0000 mgr.x (mgr.34104) 4417 : cephadm [INF] Deploying daemon iscsi.foo.smithi178.qfgpzc on smithi178 2024-03-21T13:11:13.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:13 smithi178 bash[75692]: cluster 2024-03-21T13:11:11.653724+0000 mgr.x (mgr.34104) 4418 : cluster [DBG] pgmap v2927: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-03-21T13:11:13.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:13 smithi178 bash[75692]: cluster 2024-03-21T13:11:11.654115+0000 mgr.x (mgr.34104) 4419 : cluster [DBG] pgmap v2928: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-03-21T13:11:13.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:13 smithi178 bash[77880]: cephadm 2024-03-21T13:11:11.280995+0000 mgr.x (mgr.34104) 4417 : cephadm [INF] Deploying daemon iscsi.foo.smithi178.qfgpzc on smithi178 2024-03-21T13:11:13.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:13 smithi178 bash[77880]: cluster 2024-03-21T13:11:11.653724+0000 mgr.x (mgr.34104) 4418 : cluster [DBG] pgmap v2927: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-03-21T13:11:13.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:13 smithi178 bash[77880]: cluster 2024-03-21T13:11:11.654115+0000 mgr.x (mgr.34104) 4419 : cluster [DBG] pgmap v2928: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-03-21T13:11:13.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:13 smithi184 bash[59794]: cephadm 2024-03-21T13:11:11.280995+0000 mgr.x (mgr.34104) 4417 : cephadm [INF] Deploying daemon iscsi.foo.smithi178.qfgpzc on smithi178 2024-03-21T13:11:13.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:13 smithi184 bash[59794]: cluster 2024-03-21T13:11:11.653724+0000 mgr.x (mgr.34104) 4418 : cluster [DBG] pgmap v2927: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-03-21T13:11:13.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:13 smithi184 bash[59794]: cluster 2024-03-21T13:11:11.654115+0000 mgr.x (mgr.34104) 4419 : cluster [DBG] pgmap v2928: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-03-21T13:11:15.546 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:15 smithi184 bash[59794]: cluster 2024-03-21T13:11:13.655051+0000 mgr.x (mgr.34104) 4420 : cluster [DBG] pgmap v2929: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 929 B/s rd, 0 op/s 2024-03-21T13:11:15.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:15 smithi178 bash[75692]: cluster 2024-03-21T13:11:13.655051+0000 mgr.x (mgr.34104) 4420 : cluster [DBG] pgmap v2929: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 929 B/s rd, 0 op/s 2024-03-21T13:11:15.547 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:15 smithi178 bash[77880]: cluster 2024-03-21T13:11:13.655051+0000 mgr.x (mgr.34104) 4420 : cluster [DBG] pgmap v2929: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 929 B/s rd, 0 op/s 2024-03-21T13:11:15.823 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:11:15 smithi184 bash[52419]: ::ffff:172.21.15.184 - - [21/Mar/2024:13:11:15] "GET /metrics HTTP/1.1" 200 38726 "" "Prometheus/2.33.4" 2024-03-21T13:11:17.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:17 smithi178 bash[75692]: cluster 2024-03-21T13:11:15.656723+0000 mgr.x (mgr.34104) 4421 : cluster [DBG] pgmap v2930: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-03-21T13:11:17.547 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:17 smithi178 bash[77880]: cluster 2024-03-21T13:11:15.656723+0000 mgr.x (mgr.34104) 4421 : cluster [DBG] pgmap v2930: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-03-21T13:11:17.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:17 smithi184 bash[59794]: cluster 2024-03-21T13:11:15.656723+0000 mgr.x (mgr.34104) 4421 : cluster [DBG] pgmap v2930: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-03-21T13:11:19.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:19 smithi178 bash[75692]: cluster 2024-03-21T13:11:17.657626+0000 mgr.x (mgr.34104) 4422 : cluster [DBG] pgmap v2931: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-21T13:11:19.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:19 smithi178 bash[77880]: cluster 2024-03-21T13:11:17.657626+0000 mgr.x (mgr.34104) 4422 : cluster [DBG] pgmap v2931: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-21T13:11:19.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:19 smithi184 bash[59794]: cluster 2024-03-21T13:11:17.657626+0000 mgr.x (mgr.34104) 4422 : cluster [DBG] pgmap v2931: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-21T13:11:20.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:20 smithi178 bash[75692]: audit 2024-03-21T13:11:19.791138+0000 mon.a (mon.0) 6699 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:11:20.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:20 smithi178 bash[77880]: audit 2024-03-21T13:11:19.791138+0000 mon.a (mon.0) 6699 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:11:20.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:20 smithi184 bash[59794]: audit 2024-03-21T13:11:19.791138+0000 mon.a (mon.0) 6699 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:11:21.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:21 smithi178 bash[75692]: cluster 2024-03-21T13:11:19.659188+0000 mgr.x (mgr.34104) 4423 : cluster [DBG] pgmap v2932: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-21T13:11:21.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:21 smithi178 bash[75692]: audit 2024-03-21T13:11:20.979901+0000 mgr.x (mgr.34104) 4424 : audit [DBG] from='client.15585 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:11:21.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:21 smithi178 bash[77880]: cluster 2024-03-21T13:11:19.659188+0000 mgr.x (mgr.34104) 4423 : cluster [DBG] pgmap v2932: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-21T13:11:21.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:21 smithi178 bash[77880]: audit 2024-03-21T13:11:20.979901+0000 mgr.x (mgr.34104) 4424 : audit [DBG] from='client.15585 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:11:21.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:21 smithi184 bash[59794]: cluster 2024-03-21T13:11:19.659188+0000 mgr.x (mgr.34104) 4423 : cluster [DBG] pgmap v2932: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-21T13:11:21.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:21 smithi184 bash[59794]: audit 2024-03-21T13:11:20.979901+0000 mgr.x (mgr.34104) 4424 : audit [DBG] from='client.15585 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:11:22.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:22 smithi178 bash[75692]: cluster 2024-03-21T13:11:21.660364+0000 mgr.x (mgr.34104) 4425 : cluster [DBG] pgmap v2933: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-03-21T13:11:22.547 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:22 smithi178 bash[77880]: cluster 2024-03-21T13:11:21.660364+0000 mgr.x (mgr.34104) 4425 : cluster [DBG] pgmap v2933: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-03-21T13:11:22.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:22 smithi184 bash[59794]: cluster 2024-03-21T13:11:21.660364+0000 mgr.x (mgr.34104) 4425 : cluster [DBG] pgmap v2933: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-03-21T13:11:24.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:23 smithi178 bash[75692]: audit 2024-03-21T13:11:22.629809+0000 mon.a (mon.0) 6700 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:24.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:23 smithi178 bash[75692]: audit 2024-03-21T13:11:22.639612+0000 mon.a (mon.0) 6701 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:24.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:23 smithi178 bash[75692]: cluster 2024-03-21T13:11:22.642308+0000 mgr.x (mgr.34104) 4426 : cluster [DBG] pgmap v2934: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 931 B/s rd, 0 op/s 2024-03-21T13:11:24.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:23 smithi178 bash[75692]: cluster 2024-03-21T13:11:22.643056+0000 mgr.x (mgr.34104) 4427 : cluster [DBG] pgmap v2935: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-21T13:11:24.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:23 smithi178 bash[75692]: audit 2024-03-21T13:11:22.652379+0000 mon.a (mon.0) 6702 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:24.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:23 smithi178 bash[77880]: audit 2024-03-21T13:11:22.629809+0000 mon.a (mon.0) 6700 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:24.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:23 smithi178 bash[77880]: audit 2024-03-21T13:11:22.639612+0000 mon.a (mon.0) 6701 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:24.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:23 smithi178 bash[77880]: cluster 2024-03-21T13:11:22.642308+0000 mgr.x (mgr.34104) 4426 : cluster [DBG] pgmap v2934: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 931 B/s rd, 0 op/s 2024-03-21T13:11:24.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:23 smithi178 bash[77880]: cluster 2024-03-21T13:11:22.643056+0000 mgr.x (mgr.34104) 4427 : cluster [DBG] pgmap v2935: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-21T13:11:24.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:23 smithi178 bash[77880]: audit 2024-03-21T13:11:22.652379+0000 mon.a (mon.0) 6702 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:24.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:23 smithi184 bash[59794]: audit 2024-03-21T13:11:22.629809+0000 mon.a (mon.0) 6700 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:24.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:23 smithi184 bash[59794]: audit 2024-03-21T13:11:22.639612+0000 mon.a (mon.0) 6701 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:24.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:23 smithi184 bash[59794]: cluster 2024-03-21T13:11:22.642308+0000 mgr.x (mgr.34104) 4426 : cluster [DBG] pgmap v2934: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 931 B/s rd, 0 op/s 2024-03-21T13:11:24.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:23 smithi184 bash[59794]: cluster 2024-03-21T13:11:22.643056+0000 mgr.x (mgr.34104) 4427 : cluster [DBG] pgmap v2935: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-21T13:11:24.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:23 smithi184 bash[59794]: audit 2024-03-21T13:11:22.652379+0000 mon.a (mon.0) 6702 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:25.008 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:24 smithi178 bash[75692]: cluster 2024-03-21T13:11:23.636578+0000 mon.a (mon.0) 6703 : cluster [WRN] Health check update: 2 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-21T13:11:25.008 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:24 smithi178 bash[77880]: cluster 2024-03-21T13:11:23.636578+0000 mon.a (mon.0) 6703 : cluster [WRN] Health check update: 2 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-21T13:11:25.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:24 smithi184 bash[59794]: cluster 2024-03-21T13:11:23.636578+0000 mon.a (mon.0) 6703 : cluster [WRN] Health check update: 2 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-21T13:11:25.823 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:11:25 smithi184 bash[52419]: ::ffff:172.21.15.184 - - [21/Mar/2024:13:11:25] "GET /metrics HTTP/1.1" 200 38778 "" "Prometheus/2.33.4" 2024-03-21T13:11:25.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:25 smithi184 bash[59794]: cluster 2024-03-21T13:11:24.644715+0000 mgr.x (mgr.34104) 4428 : cluster [DBG] pgmap v2936: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-21T13:11:25.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:25 smithi184 bash[59794]: audit 2024-03-21T13:11:25.335151+0000 mon.a (mon.0) 6704 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:25.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:25 smithi184 bash[59794]: audit 2024-03-21T13:11:25.343305+0000 mon.a (mon.0) 6705 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:25.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:25 smithi184 bash[59794]: audit 2024-03-21T13:11:25.392122+0000 mon.a (mon.0) 6706 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:25.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:25 smithi184 bash[59794]: audit 2024-03-21T13:11:25.394180+0000 mon.a (mon.0) 6707 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:25.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:25 smithi184 bash[59794]: audit 2024-03-21T13:11:25.407577+0000 mon.a (mon.0) 6708 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:25.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:25 smithi184 bash[59794]: audit 2024-03-21T13:11:25.489282+0000 mon.a (mon.0) 6709 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-03-21T13:11:25.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:25 smithi184 bash[59794]: audit 2024-03-21T13:11:25.497049+0000 mon.a (mon.0) 6710 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-03-21T13:11:25.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:25 smithi184 bash[59794]: audit 2024-03-21T13:11:25.513312+0000 mon.a (mon.0) 6711 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:25.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:25 smithi184 bash[59794]: audit 2024-03-21T13:11:25.516926+0000 mon.a (mon.0) 6712 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:25.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:25 smithi184 bash[59794]: audit 2024-03-21T13:11:25.522694+0000 mon.a (mon.0) 6713 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:25.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:25 smithi184 bash[59794]: audit 2024-03-21T13:11:25.524869+0000 mon.a (mon.0) 6714 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:25.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:25 smithi184 bash[59794]: audit 2024-03-21T13:11:25.537434+0000 mon.a (mon.0) 6715 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:25.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:25 smithi184 bash[59794]: audit 2024-03-21T13:11:25.623865+0000 mon.a (mon.0) 6716 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:25.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:25 smithi184 bash[59794]: audit 2024-03-21T13:11:25.627127+0000 mon.a (mon.0) 6717 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:26.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:25 smithi178 bash[75692]: cluster 2024-03-21T13:11:24.644715+0000 mgr.x (mgr.34104) 4428 : cluster [DBG] pgmap v2936: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-21T13:11:26.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:25 smithi178 bash[75692]: audit 2024-03-21T13:11:25.335151+0000 mon.a (mon.0) 6704 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:26.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:25 smithi178 bash[75692]: audit 2024-03-21T13:11:25.343305+0000 mon.a (mon.0) 6705 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:26.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:25 smithi178 bash[75692]: audit 2024-03-21T13:11:25.392122+0000 mon.a (mon.0) 6706 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:26.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:25 smithi178 bash[75692]: audit 2024-03-21T13:11:25.394180+0000 mon.a (mon.0) 6707 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:26.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:25 smithi178 bash[75692]: audit 2024-03-21T13:11:25.407577+0000 mon.a (mon.0) 6708 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:26.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:25 smithi178 bash[75692]: audit 2024-03-21T13:11:25.489282+0000 mon.a (mon.0) 6709 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-03-21T13:11:26.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:25 smithi178 bash[75692]: audit 2024-03-21T13:11:25.497049+0000 mon.a (mon.0) 6710 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-03-21T13:11:26.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:25 smithi178 bash[75692]: audit 2024-03-21T13:11:25.513312+0000 mon.a (mon.0) 6711 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:26.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:25 smithi178 bash[75692]: audit 2024-03-21T13:11:25.516926+0000 mon.a (mon.0) 6712 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:26.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:25 smithi178 bash[75692]: audit 2024-03-21T13:11:25.522694+0000 mon.a (mon.0) 6713 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:26.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:25 smithi178 bash[75692]: audit 2024-03-21T13:11:25.524869+0000 mon.a (mon.0) 6714 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:26.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:25 smithi178 bash[75692]: audit 2024-03-21T13:11:25.537434+0000 mon.a (mon.0) 6715 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:26.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:25 smithi178 bash[75692]: audit 2024-03-21T13:11:25.623865+0000 mon.a (mon.0) 6716 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:26.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:25 smithi178 bash[75692]: audit 2024-03-21T13:11:25.627127+0000 mon.a (mon.0) 6717 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:26.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:25 smithi178 bash[77880]: cluster 2024-03-21T13:11:24.644715+0000 mgr.x (mgr.34104) 4428 : cluster [DBG] pgmap v2936: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-21T13:11:26.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:25 smithi178 bash[77880]: audit 2024-03-21T13:11:25.335151+0000 mon.a (mon.0) 6704 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:26.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:25 smithi178 bash[77880]: audit 2024-03-21T13:11:25.343305+0000 mon.a (mon.0) 6705 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:26.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:25 smithi178 bash[77880]: audit 2024-03-21T13:11:25.392122+0000 mon.a (mon.0) 6706 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:26.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:25 smithi178 bash[77880]: audit 2024-03-21T13:11:25.394180+0000 mon.a (mon.0) 6707 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:26.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:25 smithi178 bash[77880]: audit 2024-03-21T13:11:25.407577+0000 mon.a (mon.0) 6708 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:26.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:25 smithi178 bash[77880]: audit 2024-03-21T13:11:25.489282+0000 mon.a (mon.0) 6709 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-03-21T13:11:26.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:25 smithi178 bash[77880]: audit 2024-03-21T13:11:25.497049+0000 mon.a (mon.0) 6710 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-03-21T13:11:26.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:25 smithi178 bash[77880]: audit 2024-03-21T13:11:25.513312+0000 mon.a (mon.0) 6711 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:26.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:25 smithi178 bash[77880]: audit 2024-03-21T13:11:25.516926+0000 mon.a (mon.0) 6712 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:26.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:25 smithi178 bash[77880]: audit 2024-03-21T13:11:25.522694+0000 mon.a (mon.0) 6713 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:26.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:25 smithi178 bash[77880]: audit 2024-03-21T13:11:25.524869+0000 mon.a (mon.0) 6714 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:26.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:25 smithi178 bash[77880]: audit 2024-03-21T13:11:25.537434+0000 mon.a (mon.0) 6715 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:26.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:25 smithi178 bash[77880]: audit 2024-03-21T13:11:25.623865+0000 mon.a (mon.0) 6716 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:26.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:25 smithi178 bash[77880]: audit 2024-03-21T13:11:25.627127+0000 mon.a (mon.0) 6717 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:26.856 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:26 smithi178 bash[75692]: cluster 2024-03-21T13:11:25.398693+0000 mgr.x (mgr.34104) 4429 : cluster [DBG] pgmap v2937: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-03-21T13:11:26.856 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:26 smithi178 bash[75692]: cluster 2024-03-21T13:11:25.399265+0000 mgr.x (mgr.34104) 4430 : cluster [DBG] pgmap v2938: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 891 B/s rd, 0 op/s 2024-03-21T13:11:26.856 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:26 smithi178 bash[75692]: cephadm 2024-03-21T13:11:25.409135+0000 mgr.x (mgr.34104) 4431 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:26.856 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:26 smithi178 bash[75692]: audit 2024-03-21T13:11:25.490725+0000 mgr.x (mgr.34104) 4432 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-03-21T13:11:26.857 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:26 smithi178 bash[75692]: audit 2024-03-21T13:11:25.498673+0000 mgr.x (mgr.34104) 4433 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-03-21T13:11:26.857 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:26 smithi178 bash[75692]: cluster 2024-03-21T13:11:25.528383+0000 mgr.x (mgr.34104) 4434 : cluster [DBG] pgmap v2939: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-03-21T13:11:26.857 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:26 smithi178 bash[75692]: cluster 2024-03-21T13:11:25.528970+0000 mgr.x (mgr.34104) 4435 : cluster [DBG] pgmap v2940: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s 2024-03-21T13:11:26.857 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:26 smithi178 bash[75692]: cephadm 2024-03-21T13:11:25.538948+0000 mgr.x (mgr.34104) 4436 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:26.857 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:26 smithi178 bash[75692]: audit 2024-03-21T13:11:25.630270+0000 mon.a (mon.0) 6718 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:26.857 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:26 smithi178 bash[75692]: audit 2024-03-21T13:11:25.632300+0000 mon.a (mon.0) 6719 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:26.857 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:26 smithi178 bash[75692]: cluster 2024-03-21T13:11:25.641249+0000 mgr.x (mgr.34104) 4437 : cluster [DBG] pgmap v2941: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s 2024-03-21T13:11:26.857 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:26 smithi178 bash[75692]: cluster 2024-03-21T13:11:25.641948+0000 mgr.x (mgr.34104) 4438 : cluster [DBG] pgmap v2942: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:26.857 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:26 smithi178 bash[75692]: audit 2024-03-21T13:11:25.652855+0000 mon.a (mon.0) 6720 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:26.857 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:26 smithi178 bash[75692]: cephadm 2024-03-21T13:11:25.654185+0000 mgr.x (mgr.34104) 4439 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:26.857 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:26 smithi178 bash[75692]: audit 2024-03-21T13:11:25.736123+0000 mon.a (mon.0) 6721 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:26.857 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:26 smithi178 bash[75692]: audit 2024-03-21T13:11:25.739074+0000 mon.a (mon.0) 6722 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:26.857 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:26 smithi178 bash[75692]: audit 2024-03-21T13:11:25.741911+0000 mon.a (mon.0) 6723 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:26.857 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:26 smithi178 bash[75692]: audit 2024-03-21T13:11:25.743110+0000 mon.a (mon.0) 6724 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:26.858 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:26 smithi178 bash[75692]: cluster 2024-03-21T13:11:25.746395+0000 mgr.x (mgr.34104) 4440 : cluster [DBG] pgmap v2943: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:26.858 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:26 smithi178 bash[75692]: cluster 2024-03-21T13:11:25.746948+0000 mgr.x (mgr.34104) 4441 : cluster [DBG] pgmap v2944: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:26.858 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:26 smithi178 bash[75692]: audit 2024-03-21T13:11:25.755555+0000 mon.a (mon.0) 6725 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:26.858 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:26 smithi178 bash[75692]: cephadm 2024-03-21T13:11:25.756924+0000 mgr.x (mgr.34104) 4442 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:26.858 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:26 smithi178 bash[75692]: audit 2024-03-21T13:11:25.834707+0000 mon.a (mon.0) 6726 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:26.858 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:26 smithi178 bash[75692]: audit 2024-03-21T13:11:25.838082+0000 mon.a (mon.0) 6727 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:26.858 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:26 smithi178 bash[75692]: audit 2024-03-21T13:11:25.841411+0000 mon.a (mon.0) 6728 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:26.858 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:26 smithi178 bash[75692]: audit 2024-03-21T13:11:25.843014+0000 mon.a (mon.0) 6729 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:26.859 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:26 smithi178 bash[75692]: cluster 2024-03-21T13:11:25.846066+0000 mgr.x (mgr.34104) 4443 : cluster [DBG] pgmap v2945: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:26.859 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:26 smithi178 bash[75692]: cluster 2024-03-21T13:11:25.846734+0000 mgr.x (mgr.34104) 4444 : cluster [DBG] pgmap v2946: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:26.859 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:26 smithi178 bash[75692]: audit 2024-03-21T13:11:25.854788+0000 mon.a (mon.0) 6730 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:26.859 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:26 smithi178 bash[75692]: cephadm 2024-03-21T13:11:25.856115+0000 mgr.x (mgr.34104) 4445 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:26.859 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:26 smithi178 bash[75692]: audit 2024-03-21T13:11:25.935852+0000 mon.a (mon.0) 6731 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:26.859 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:26 smithi178 bash[75692]: audit 2024-03-21T13:11:25.939123+0000 mon.a (mon.0) 6732 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:26.859 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:26 smithi178 bash[75692]: audit 2024-03-21T13:11:25.942560+0000 mon.a (mon.0) 6733 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:26.859 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:26 smithi178 bash[75692]: audit 2024-03-21T13:11:25.944098+0000 mon.a (mon.0) 6734 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:26.859 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:26 smithi178 bash[75692]: cluster 2024-03-21T13:11:25.947452+0000 mgr.x (mgr.34104) 4446 : cluster [DBG] pgmap v2947: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:26.859 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:26 smithi178 bash[75692]: cluster 2024-03-21T13:11:25.948163+0000 mgr.x (mgr.34104) 4447 : cluster [DBG] pgmap v2948: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:26.859 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:26 smithi178 bash[75692]: audit 2024-03-21T13:11:25.956143+0000 mon.a (mon.0) 6735 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:26.859 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:26 smithi178 bash[75692]: cephadm 2024-03-21T13:11:25.957442+0000 mgr.x (mgr.34104) 4448 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:26.860 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:26 smithi178 bash[77880]: cluster 2024-03-21T13:11:25.398693+0000 mgr.x (mgr.34104) 4429 : cluster [DBG] pgmap v2937: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-03-21T13:11:26.860 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:26 smithi178 bash[77880]: cluster 2024-03-21T13:11:25.399265+0000 mgr.x (mgr.34104) 4430 : cluster [DBG] pgmap v2938: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 891 B/s rd, 0 op/s 2024-03-21T13:11:26.860 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:26 smithi178 bash[77880]: cephadm 2024-03-21T13:11:25.409135+0000 mgr.x (mgr.34104) 4431 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:26.860 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:26 smithi178 bash[77880]: audit 2024-03-21T13:11:25.490725+0000 mgr.x (mgr.34104) 4432 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-03-21T13:11:26.860 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:26 smithi178 bash[77880]: audit 2024-03-21T13:11:25.498673+0000 mgr.x (mgr.34104) 4433 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-03-21T13:11:26.860 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:26 smithi178 bash[77880]: cluster 2024-03-21T13:11:25.528383+0000 mgr.x (mgr.34104) 4434 : cluster [DBG] pgmap v2939: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-03-21T13:11:26.860 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:26 smithi178 bash[77880]: cluster 2024-03-21T13:11:25.528970+0000 mgr.x (mgr.34104) 4435 : cluster [DBG] pgmap v2940: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s 2024-03-21T13:11:26.860 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:26 smithi178 bash[77880]: cephadm 2024-03-21T13:11:25.538948+0000 mgr.x (mgr.34104) 4436 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:26.860 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:26 smithi178 bash[77880]: audit 2024-03-21T13:11:25.630270+0000 mon.a (mon.0) 6718 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:26.860 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:26 smithi178 bash[77880]: audit 2024-03-21T13:11:25.632300+0000 mon.a (mon.0) 6719 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:26.860 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:26 smithi178 bash[77880]: cluster 2024-03-21T13:11:25.641249+0000 mgr.x (mgr.34104) 4437 : cluster [DBG] pgmap v2941: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s 2024-03-21T13:11:26.860 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:26 smithi178 bash[77880]: cluster 2024-03-21T13:11:25.641948+0000 mgr.x (mgr.34104) 4438 : cluster [DBG] pgmap v2942: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:26.860 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:26 smithi178 bash[77880]: audit 2024-03-21T13:11:25.652855+0000 mon.a (mon.0) 6720 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:26.860 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:26 smithi178 bash[77880]: cephadm 2024-03-21T13:11:25.654185+0000 mgr.x (mgr.34104) 4439 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:26.860 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:26 smithi178 bash[77880]: audit 2024-03-21T13:11:25.736123+0000 mon.a (mon.0) 6721 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:26.861 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:26 smithi178 bash[77880]: audit 2024-03-21T13:11:25.739074+0000 mon.a (mon.0) 6722 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:26.861 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:26 smithi178 bash[77880]: audit 2024-03-21T13:11:25.741911+0000 mon.a (mon.0) 6723 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:26.861 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:26 smithi178 bash[77880]: audit 2024-03-21T13:11:25.743110+0000 mon.a (mon.0) 6724 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:26.861 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:26 smithi178 bash[77880]: cluster 2024-03-21T13:11:25.746395+0000 mgr.x (mgr.34104) 4440 : cluster [DBG] pgmap v2943: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:26.861 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:26 smithi178 bash[75692]: audit 2024-03-21T13:11:26.036475+0000 mon.a (mon.0) 6736 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:26.861 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:26 smithi178 bash[75692]: audit 2024-03-21T13:11:26.039766+0000 mon.a (mon.0) 6737 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:26.861 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:26 smithi178 bash[75692]: audit 2024-03-21T13:11:26.043634+0000 mon.a (mon.0) 6738 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:26.861 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:26 smithi178 bash[75692]: audit 2024-03-21T13:11:26.045061+0000 mon.a (mon.0) 6739 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:26.862 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:26 smithi178 bash[75692]: cluster 2024-03-21T13:11:26.047741+0000 mgr.x (mgr.34104) 4449 : cluster [DBG] pgmap v2949: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:26.862 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:26 smithi178 bash[75692]: cluster 2024-03-21T13:11:26.048025+0000 mgr.x (mgr.34104) 4450 : cluster [DBG] pgmap v2950: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:26.862 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:26 smithi178 bash[75692]: audit 2024-03-21T13:11:26.056430+0000 mon.a (mon.0) 6740 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:26.862 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:26 smithi178 bash[75692]: cephadm 2024-03-21T13:11:26.057620+0000 mgr.x (mgr.34104) 4451 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:26.862 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:26 smithi178 bash[75692]: audit 2024-03-21T13:11:26.138869+0000 mon.a (mon.0) 6741 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:26.862 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:26 smithi178 bash[75692]: audit 2024-03-21T13:11:26.141927+0000 mon.a (mon.0) 6742 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:26.862 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:26 smithi178 bash[75692]: audit 2024-03-21T13:11:26.145956+0000 mon.a (mon.0) 6743 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:26.862 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:26 smithi178 bash[75692]: audit 2024-03-21T13:11:26.147552+0000 mon.a (mon.0) 6744 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:26.862 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:26 smithi178 bash[75692]: cluster 2024-03-21T13:11:26.150422+0000 mgr.x (mgr.34104) 4452 : cluster [DBG] pgmap v2951: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:26.862 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:26 smithi178 bash[75692]: cluster 2024-03-21T13:11:26.150777+0000 mgr.x (mgr.34104) 4453 : cluster [DBG] pgmap v2952: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:26.862 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:26 smithi178 bash[75692]: audit 2024-03-21T13:11:26.159271+0000 mon.a (mon.0) 6745 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:26.862 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:26 smithi178 bash[75692]: cephadm 2024-03-21T13:11:26.160573+0000 mgr.x (mgr.34104) 4454 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:26.862 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:26 smithi178 bash[75692]: audit 2024-03-21T13:11:26.239246+0000 mon.a (mon.0) 6746 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:26.862 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:26 smithi178 bash[75692]: audit 2024-03-21T13:11:26.242623+0000 mon.a (mon.0) 6747 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:26.863 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:26 smithi178 bash[75692]: audit 2024-03-21T13:11:26.246387+0000 mon.a (mon.0) 6748 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:26.863 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:26 smithi178 bash[75692]: audit 2024-03-21T13:11:26.247617+0000 mon.a (mon.0) 6749 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:26.863 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:26 smithi178 bash[75692]: cluster 2024-03-21T13:11:26.250286+0000 mgr.x (mgr.34104) 4455 : cluster [DBG] pgmap v2953: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:26.863 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:26 smithi178 bash[75692]: cluster 2024-03-21T13:11:26.250541+0000 mgr.x (mgr.34104) 4456 : cluster [DBG] pgmap v2954: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:26.863 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:26 smithi178 bash[75692]: audit 2024-03-21T13:11:26.259121+0000 mon.a (mon.0) 6750 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:26.863 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:26 smithi178 bash[75692]: cephadm 2024-03-21T13:11:26.260256+0000 mgr.x (mgr.34104) 4457 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:26.863 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:26 smithi178 bash[75692]: audit 2024-03-21T13:11:26.341636+0000 mon.a (mon.0) 6751 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:26.863 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:26 smithi178 bash[75692]: audit 2024-03-21T13:11:26.344832+0000 mon.a (mon.0) 6752 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:26.863 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:26 smithi178 bash[75692]: audit 2024-03-21T13:11:26.348813+0000 mon.a (mon.0) 6753 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:26.864 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:26 smithi178 bash[75692]: audit 2024-03-21T13:11:26.350300+0000 mon.a (mon.0) 6754 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:26.864 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:26 smithi178 bash[75692]: audit 2024-03-21T13:11:26.362232+0000 mon.a (mon.0) 6755 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:26.864 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:26 smithi178 bash[75692]: audit 2024-03-21T13:11:26.443534+0000 mon.a (mon.0) 6756 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:26.864 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:26 smithi178 bash[75692]: audit 2024-03-21T13:11:26.446454+0000 mon.a (mon.0) 6757 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:26.864 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:26 smithi178 bash[75692]: audit 2024-03-21T13:11:26.449535+0000 mon.a (mon.0) 6758 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:26.864 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:26 smithi178 bash[75692]: audit 2024-03-21T13:11:26.450646+0000 mon.a (mon.0) 6759 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:26.864 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:26 smithi178 bash[75692]: audit 2024-03-21T13:11:26.461492+0000 mon.a (mon.0) 6760 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:26.864 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:26 smithi178 bash[75692]: audit 2024-03-21T13:11:26.545053+0000 mon.a (mon.0) 6761 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:26.864 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:26 smithi178 bash[75692]: audit 2024-03-21T13:11:26.548048+0000 mon.a (mon.0) 6762 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:26.864 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:26 smithi178 bash[75692]: audit 2024-03-21T13:11:26.551225+0000 mon.a (mon.0) 6763 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:26.864 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:26 smithi178 bash[75692]: audit 2024-03-21T13:11:26.552392+0000 mon.a (mon.0) 6764 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:26.864 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:26 smithi178 bash[75692]: audit 2024-03-21T13:11:26.563894+0000 mon.a (mon.0) 6765 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:26.865 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:26 smithi178 bash[77880]: cluster 2024-03-21T13:11:25.746948+0000 mgr.x (mgr.34104) 4441 : cluster [DBG] pgmap v2944: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:26.865 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:26 smithi178 bash[77880]: audit 2024-03-21T13:11:25.755555+0000 mon.a (mon.0) 6725 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:26.865 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:26 smithi178 bash[77880]: cephadm 2024-03-21T13:11:25.756924+0000 mgr.x (mgr.34104) 4442 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:26.865 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:26 smithi178 bash[77880]: audit 2024-03-21T13:11:25.834707+0000 mon.a (mon.0) 6726 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:26.865 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:26 smithi178 bash[77880]: audit 2024-03-21T13:11:25.838082+0000 mon.a (mon.0) 6727 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:26.865 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:26 smithi178 bash[77880]: audit 2024-03-21T13:11:25.841411+0000 mon.a (mon.0) 6728 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:26.865 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:26 smithi178 bash[77880]: audit 2024-03-21T13:11:25.843014+0000 mon.a (mon.0) 6729 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:26.865 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:26 smithi178 bash[77880]: cluster 2024-03-21T13:11:25.846066+0000 mgr.x (mgr.34104) 4443 : cluster [DBG] pgmap v2945: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:26.865 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:26 smithi178 bash[77880]: cluster 2024-03-21T13:11:25.846734+0000 mgr.x (mgr.34104) 4444 : cluster [DBG] pgmap v2946: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:26.865 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:26 smithi178 bash[77880]: audit 2024-03-21T13:11:25.854788+0000 mon.a (mon.0) 6730 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:26.866 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:26 smithi178 bash[77880]: cephadm 2024-03-21T13:11:25.856115+0000 mgr.x (mgr.34104) 4445 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:26.866 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:26 smithi178 bash[77880]: audit 2024-03-21T13:11:25.935852+0000 mon.a (mon.0) 6731 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:26.866 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:26 smithi178 bash[77880]: audit 2024-03-21T13:11:25.939123+0000 mon.a (mon.0) 6732 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:26.866 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:26 smithi178 bash[77880]: audit 2024-03-21T13:11:25.942560+0000 mon.a (mon.0) 6733 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:26.866 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:26 smithi178 bash[77880]: audit 2024-03-21T13:11:25.944098+0000 mon.a (mon.0) 6734 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:26.866 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:26 smithi178 bash[77880]: cluster 2024-03-21T13:11:25.947452+0000 mgr.x (mgr.34104) 4446 : cluster [DBG] pgmap v2947: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:26.866 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:26 smithi178 bash[77880]: cluster 2024-03-21T13:11:25.948163+0000 mgr.x (mgr.34104) 4447 : cluster [DBG] pgmap v2948: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:26.866 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:26 smithi178 bash[77880]: audit 2024-03-21T13:11:25.956143+0000 mon.a (mon.0) 6735 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:26.866 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:26 smithi178 bash[77880]: cephadm 2024-03-21T13:11:25.957442+0000 mgr.x (mgr.34104) 4448 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:26.866 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:26 smithi178 bash[77880]: audit 2024-03-21T13:11:26.036475+0000 mon.a (mon.0) 6736 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:26.866 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:26 smithi178 bash[77880]: audit 2024-03-21T13:11:26.039766+0000 mon.a (mon.0) 6737 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:26.866 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:26 smithi178 bash[77880]: audit 2024-03-21T13:11:26.043634+0000 mon.a (mon.0) 6738 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:26.866 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:26 smithi178 bash[77880]: audit 2024-03-21T13:11:26.045061+0000 mon.a (mon.0) 6739 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:26.866 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:26 smithi178 bash[77880]: cluster 2024-03-21T13:11:26.047741+0000 mgr.x (mgr.34104) 4449 : cluster [DBG] pgmap v2949: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:26.867 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:26 smithi178 bash[77880]: cluster 2024-03-21T13:11:26.048025+0000 mgr.x (mgr.34104) 4450 : cluster [DBG] pgmap v2950: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:26.867 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:26 smithi178 bash[77880]: audit 2024-03-21T13:11:26.056430+0000 mon.a (mon.0) 6740 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:26.867 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:26 smithi178 bash[77880]: cephadm 2024-03-21T13:11:26.057620+0000 mgr.x (mgr.34104) 4451 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:26.867 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:26 smithi178 bash[77880]: audit 2024-03-21T13:11:26.138869+0000 mon.a (mon.0) 6741 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:26.867 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:26 smithi178 bash[77880]: audit 2024-03-21T13:11:26.141927+0000 mon.a (mon.0) 6742 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:26.867 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:26 smithi178 bash[77880]: audit 2024-03-21T13:11:26.145956+0000 mon.a (mon.0) 6743 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:26.867 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:26 smithi178 bash[77880]: audit 2024-03-21T13:11:26.147552+0000 mon.a (mon.0) 6744 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:26.867 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:26 smithi178 bash[77880]: cluster 2024-03-21T13:11:26.150422+0000 mgr.x (mgr.34104) 4452 : cluster [DBG] pgmap v2951: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:26.867 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:26 smithi178 bash[77880]: cluster 2024-03-21T13:11:26.150777+0000 mgr.x (mgr.34104) 4453 : cluster [DBG] pgmap v2952: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:26.867 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:26 smithi178 bash[77880]: audit 2024-03-21T13:11:26.159271+0000 mon.a (mon.0) 6745 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:26.867 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:26 smithi178 bash[77880]: cephadm 2024-03-21T13:11:26.160573+0000 mgr.x (mgr.34104) 4454 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:26.867 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:26 smithi178 bash[77880]: audit 2024-03-21T13:11:26.239246+0000 mon.a (mon.0) 6746 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:26.867 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:26 smithi178 bash[77880]: audit 2024-03-21T13:11:26.242623+0000 mon.a (mon.0) 6747 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:26.867 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:26 smithi178 bash[77880]: audit 2024-03-21T13:11:26.246387+0000 mon.a (mon.0) 6748 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:26.867 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:26 smithi178 bash[77880]: audit 2024-03-21T13:11:26.247617+0000 mon.a (mon.0) 6749 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:26.868 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:26 smithi178 bash[77880]: cluster 2024-03-21T13:11:26.250286+0000 mgr.x (mgr.34104) 4455 : cluster [DBG] pgmap v2953: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:26.868 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:26 smithi178 bash[77880]: cluster 2024-03-21T13:11:26.250541+0000 mgr.x (mgr.34104) 4456 : cluster [DBG] pgmap v2954: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:26.868 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:26 smithi178 bash[77880]: audit 2024-03-21T13:11:26.259121+0000 mon.a (mon.0) 6750 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:26.868 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:26 smithi178 bash[77880]: cephadm 2024-03-21T13:11:26.260256+0000 mgr.x (mgr.34104) 4457 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:26.868 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:26 smithi178 bash[77880]: audit 2024-03-21T13:11:26.341636+0000 mon.a (mon.0) 6751 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:26.868 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:26 smithi178 bash[77880]: audit 2024-03-21T13:11:26.344832+0000 mon.a (mon.0) 6752 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:26.868 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:26 smithi178 bash[77880]: audit 2024-03-21T13:11:26.348813+0000 mon.a (mon.0) 6753 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:26.868 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:26 smithi178 bash[77880]: audit 2024-03-21T13:11:26.350300+0000 mon.a (mon.0) 6754 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:26.868 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:26 smithi178 bash[77880]: audit 2024-03-21T13:11:26.362232+0000 mon.a (mon.0) 6755 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:26.868 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:26 smithi178 bash[77880]: audit 2024-03-21T13:11:26.443534+0000 mon.a (mon.0) 6756 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:26.868 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:26 smithi178 bash[77880]: audit 2024-03-21T13:11:26.446454+0000 mon.a (mon.0) 6757 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:26.868 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:26 smithi178 bash[77880]: audit 2024-03-21T13:11:26.449535+0000 mon.a (mon.0) 6758 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:26.868 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:26 smithi178 bash[77880]: audit 2024-03-21T13:11:26.450646+0000 mon.a (mon.0) 6759 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:26.868 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:26 smithi178 bash[77880]: audit 2024-03-21T13:11:26.461492+0000 mon.a (mon.0) 6760 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:26.868 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:26 smithi178 bash[77880]: audit 2024-03-21T13:11:26.545053+0000 mon.a (mon.0) 6761 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:26.869 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:26 smithi178 bash[77880]: audit 2024-03-21T13:11:26.548048+0000 mon.a (mon.0) 6762 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:26.869 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:26 smithi178 bash[77880]: audit 2024-03-21T13:11:26.551225+0000 mon.a (mon.0) 6763 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:26.869 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:26 smithi178 bash[77880]: audit 2024-03-21T13:11:26.552392+0000 mon.a (mon.0) 6764 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:26.869 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:26 smithi178 bash[77880]: audit 2024-03-21T13:11:26.563894+0000 mon.a (mon.0) 6765 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:27.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:26 smithi184 bash[59794]: cluster 2024-03-21T13:11:25.398693+0000 mgr.x (mgr.34104) 4429 : cluster [DBG] pgmap v2937: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-03-21T13:11:27.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:26 smithi184 bash[59794]: cluster 2024-03-21T13:11:25.399265+0000 mgr.x (mgr.34104) 4430 : cluster [DBG] pgmap v2938: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 891 B/s rd, 0 op/s 2024-03-21T13:11:27.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:26 smithi184 bash[59794]: cephadm 2024-03-21T13:11:25.409135+0000 mgr.x (mgr.34104) 4431 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:27.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:26 smithi184 bash[59794]: audit 2024-03-21T13:11:25.490725+0000 mgr.x (mgr.34104) 4432 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-03-21T13:11:27.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:26 smithi184 bash[59794]: audit 2024-03-21T13:11:25.498673+0000 mgr.x (mgr.34104) 4433 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-03-21T13:11:27.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:26 smithi184 bash[59794]: cluster 2024-03-21T13:11:25.528383+0000 mgr.x (mgr.34104) 4434 : cluster [DBG] pgmap v2939: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-03-21T13:11:27.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:26 smithi184 bash[59794]: cluster 2024-03-21T13:11:25.528970+0000 mgr.x (mgr.34104) 4435 : cluster [DBG] pgmap v2940: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s 2024-03-21T13:11:27.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:26 smithi184 bash[59794]: cephadm 2024-03-21T13:11:25.538948+0000 mgr.x (mgr.34104) 4436 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:27.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:26 smithi184 bash[59794]: audit 2024-03-21T13:11:25.630270+0000 mon.a (mon.0) 6718 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:27.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:26 smithi184 bash[59794]: audit 2024-03-21T13:11:25.632300+0000 mon.a (mon.0) 6719 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:27.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:26 smithi184 bash[59794]: cluster 2024-03-21T13:11:25.641249+0000 mgr.x (mgr.34104) 4437 : cluster [DBG] pgmap v2941: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s 2024-03-21T13:11:27.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:26 smithi184 bash[59794]: cluster 2024-03-21T13:11:25.641948+0000 mgr.x (mgr.34104) 4438 : cluster [DBG] pgmap v2942: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:27.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:26 smithi184 bash[59794]: audit 2024-03-21T13:11:25.652855+0000 mon.a (mon.0) 6720 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:27.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:26 smithi184 bash[59794]: cephadm 2024-03-21T13:11:25.654185+0000 mgr.x (mgr.34104) 4439 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:27.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:26 smithi184 bash[59794]: audit 2024-03-21T13:11:25.736123+0000 mon.a (mon.0) 6721 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:27.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:26 smithi184 bash[59794]: audit 2024-03-21T13:11:25.739074+0000 mon.a (mon.0) 6722 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:27.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:26 smithi184 bash[59794]: audit 2024-03-21T13:11:25.741911+0000 mon.a (mon.0) 6723 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:27.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:26 smithi184 bash[59794]: audit 2024-03-21T13:11:25.743110+0000 mon.a (mon.0) 6724 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:27.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:26 smithi184 bash[59794]: cluster 2024-03-21T13:11:25.746395+0000 mgr.x (mgr.34104) 4440 : cluster [DBG] pgmap v2943: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:27.080 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:26 smithi184 bash[59794]: cluster 2024-03-21T13:11:25.746948+0000 mgr.x (mgr.34104) 4441 : cluster [DBG] pgmap v2944: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:27.081 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:26 smithi184 bash[59794]: audit 2024-03-21T13:11:25.755555+0000 mon.a (mon.0) 6725 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:27.081 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:26 smithi184 bash[59794]: cephadm 2024-03-21T13:11:25.756924+0000 mgr.x (mgr.34104) 4442 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:27.081 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:26 smithi184 bash[59794]: audit 2024-03-21T13:11:25.834707+0000 mon.a (mon.0) 6726 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:27.081 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:26 smithi184 bash[59794]: audit 2024-03-21T13:11:25.838082+0000 mon.a (mon.0) 6727 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:27.081 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:26 smithi184 bash[59794]: audit 2024-03-21T13:11:25.841411+0000 mon.a (mon.0) 6728 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:27.081 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:26 smithi184 bash[59794]: audit 2024-03-21T13:11:25.843014+0000 mon.a (mon.0) 6729 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:27.081 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:26 smithi184 bash[59794]: cluster 2024-03-21T13:11:25.846066+0000 mgr.x (mgr.34104) 4443 : cluster [DBG] pgmap v2945: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:27.081 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:26 smithi184 bash[59794]: cluster 2024-03-21T13:11:25.846734+0000 mgr.x (mgr.34104) 4444 : cluster [DBG] pgmap v2946: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:27.081 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:26 smithi184 bash[59794]: audit 2024-03-21T13:11:25.854788+0000 mon.a (mon.0) 6730 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:27.081 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:26 smithi184 bash[59794]: cephadm 2024-03-21T13:11:25.856115+0000 mgr.x (mgr.34104) 4445 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:27.082 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:26 smithi184 bash[59794]: audit 2024-03-21T13:11:25.935852+0000 mon.a (mon.0) 6731 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:27.082 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:26 smithi184 bash[59794]: audit 2024-03-21T13:11:25.939123+0000 mon.a (mon.0) 6732 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:27.082 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:26 smithi184 bash[59794]: audit 2024-03-21T13:11:25.942560+0000 mon.a (mon.0) 6733 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:27.082 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:26 smithi184 bash[59794]: audit 2024-03-21T13:11:25.944098+0000 mon.a (mon.0) 6734 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:27.082 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:26 smithi184 bash[59794]: cluster 2024-03-21T13:11:25.947452+0000 mgr.x (mgr.34104) 4446 : cluster [DBG] pgmap v2947: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:27.082 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:26 smithi184 bash[59794]: cluster 2024-03-21T13:11:25.948163+0000 mgr.x (mgr.34104) 4447 : cluster [DBG] pgmap v2948: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:27.082 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:26 smithi184 bash[59794]: audit 2024-03-21T13:11:25.956143+0000 mon.a (mon.0) 6735 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:27.082 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:26 smithi184 bash[59794]: cephadm 2024-03-21T13:11:25.957442+0000 mgr.x (mgr.34104) 4448 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:27.082 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:26 smithi184 bash[59794]: audit 2024-03-21T13:11:26.036475+0000 mon.a (mon.0) 6736 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:27.082 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:26 smithi184 bash[59794]: audit 2024-03-21T13:11:26.039766+0000 mon.a (mon.0) 6737 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:27.082 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:26 smithi184 bash[59794]: audit 2024-03-21T13:11:26.043634+0000 mon.a (mon.0) 6738 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:27.082 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:26 smithi184 bash[59794]: audit 2024-03-21T13:11:26.045061+0000 mon.a (mon.0) 6739 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:27.082 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:26 smithi184 bash[59794]: cluster 2024-03-21T13:11:26.047741+0000 mgr.x (mgr.34104) 4449 : cluster [DBG] pgmap v2949: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:27.082 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:26 smithi184 bash[59794]: cluster 2024-03-21T13:11:26.048025+0000 mgr.x (mgr.34104) 4450 : cluster [DBG] pgmap v2950: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:27.083 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:26 smithi184 bash[59794]: audit 2024-03-21T13:11:26.056430+0000 mon.a (mon.0) 6740 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:27.083 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:26 smithi184 bash[59794]: cephadm 2024-03-21T13:11:26.057620+0000 mgr.x (mgr.34104) 4451 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:27.083 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:26 smithi184 bash[59794]: audit 2024-03-21T13:11:26.138869+0000 mon.a (mon.0) 6741 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:27.083 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:26 smithi184 bash[59794]: audit 2024-03-21T13:11:26.141927+0000 mon.a (mon.0) 6742 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:27.083 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:26 smithi184 bash[59794]: audit 2024-03-21T13:11:26.145956+0000 mon.a (mon.0) 6743 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:27.083 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:26 smithi184 bash[59794]: audit 2024-03-21T13:11:26.147552+0000 mon.a (mon.0) 6744 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:27.083 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:26 smithi184 bash[59794]: cluster 2024-03-21T13:11:26.150422+0000 mgr.x (mgr.34104) 4452 : cluster [DBG] pgmap v2951: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:27.083 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:26 smithi184 bash[59794]: cluster 2024-03-21T13:11:26.150777+0000 mgr.x (mgr.34104) 4453 : cluster [DBG] pgmap v2952: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:27.083 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:26 smithi184 bash[59794]: audit 2024-03-21T13:11:26.159271+0000 mon.a (mon.0) 6745 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:27.083 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:26 smithi184 bash[59794]: cephadm 2024-03-21T13:11:26.160573+0000 mgr.x (mgr.34104) 4454 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:27.083 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:26 smithi184 bash[59794]: audit 2024-03-21T13:11:26.239246+0000 mon.a (mon.0) 6746 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:27.083 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:26 smithi184 bash[59794]: audit 2024-03-21T13:11:26.242623+0000 mon.a (mon.0) 6747 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:27.083 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:26 smithi184 bash[59794]: audit 2024-03-21T13:11:26.246387+0000 mon.a (mon.0) 6748 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:27.083 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:26 smithi184 bash[59794]: audit 2024-03-21T13:11:26.247617+0000 mon.a (mon.0) 6749 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:27.084 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:26 smithi184 bash[59794]: cluster 2024-03-21T13:11:26.250286+0000 mgr.x (mgr.34104) 4455 : cluster [DBG] pgmap v2953: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:27.084 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:26 smithi184 bash[59794]: cluster 2024-03-21T13:11:26.250541+0000 mgr.x (mgr.34104) 4456 : cluster [DBG] pgmap v2954: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:27.084 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:26 smithi184 bash[59794]: audit 2024-03-21T13:11:26.259121+0000 mon.a (mon.0) 6750 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:27.084 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:26 smithi184 bash[59794]: cephadm 2024-03-21T13:11:26.260256+0000 mgr.x (mgr.34104) 4457 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:27.084 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:26 smithi184 bash[59794]: audit 2024-03-21T13:11:26.341636+0000 mon.a (mon.0) 6751 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:27.084 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:26 smithi184 bash[59794]: audit 2024-03-21T13:11:26.344832+0000 mon.a (mon.0) 6752 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:27.084 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:26 smithi184 bash[59794]: audit 2024-03-21T13:11:26.348813+0000 mon.a (mon.0) 6753 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:27.084 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:26 smithi184 bash[59794]: audit 2024-03-21T13:11:26.350300+0000 mon.a (mon.0) 6754 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:27.084 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:26 smithi184 bash[59794]: audit 2024-03-21T13:11:26.362232+0000 mon.a (mon.0) 6755 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:27.084 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:26 smithi184 bash[59794]: audit 2024-03-21T13:11:26.443534+0000 mon.a (mon.0) 6756 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:27.084 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:26 smithi184 bash[59794]: audit 2024-03-21T13:11:26.446454+0000 mon.a (mon.0) 6757 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:27.084 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:26 smithi184 bash[59794]: audit 2024-03-21T13:11:26.449535+0000 mon.a (mon.0) 6758 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:27.084 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:26 smithi184 bash[59794]: audit 2024-03-21T13:11:26.450646+0000 mon.a (mon.0) 6759 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:27.084 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:26 smithi184 bash[59794]: audit 2024-03-21T13:11:26.461492+0000 mon.a (mon.0) 6760 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:27.084 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:26 smithi184 bash[59794]: audit 2024-03-21T13:11:26.545053+0000 mon.a (mon.0) 6761 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:27.085 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:26 smithi184 bash[59794]: audit 2024-03-21T13:11:26.548048+0000 mon.a (mon.0) 6762 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:27.085 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:26 smithi184 bash[59794]: audit 2024-03-21T13:11:26.551225+0000 mon.a (mon.0) 6763 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:27.085 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:26 smithi184 bash[59794]: audit 2024-03-21T13:11:26.552392+0000 mon.a (mon.0) 6764 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:27.085 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:26 smithi184 bash[59794]: audit 2024-03-21T13:11:26.563894+0000 mon.a (mon.0) 6765 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:27.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:27 smithi178 bash[75692]: cluster 2024-03-21T13:11:26.353151+0000 mgr.x (mgr.34104) 4458 : cluster [DBG] pgmap v2955: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:27.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:27 smithi178 bash[75692]: cluster 2024-03-21T13:11:26.353511+0000 mgr.x (mgr.34104) 4459 : cluster [DBG] pgmap v2956: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:27.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:27 smithi178 bash[75692]: cephadm 2024-03-21T13:11:26.363402+0000 mgr.x (mgr.34104) 4460 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:27.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:27 smithi178 bash[75692]: cluster 2024-03-21T13:11:26.453315+0000 mgr.x (mgr.34104) 4461 : cluster [DBG] pgmap v2957: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:27.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:27 smithi178 bash[75692]: cluster 2024-03-21T13:11:26.453622+0000 mgr.x (mgr.34104) 4462 : cluster [DBG] pgmap v2958: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:27.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:27 smithi178 bash[75692]: cephadm 2024-03-21T13:11:26.462612+0000 mgr.x (mgr.34104) 4463 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:27.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:27 smithi178 bash[75692]: cluster 2024-03-21T13:11:26.554887+0000 mgr.x (mgr.34104) 4464 : cluster [DBG] pgmap v2959: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:27.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:27 smithi178 bash[75692]: cluster 2024-03-21T13:11:26.555236+0000 mgr.x (mgr.34104) 4465 : cluster [DBG] pgmap v2960: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:27.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:27 smithi178 bash[75692]: cephadm 2024-03-21T13:11:26.565102+0000 mgr.x (mgr.34104) 4466 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:27.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:27 smithi178 bash[75692]: audit 2024-03-21T13:11:26.647723+0000 mon.a (mon.0) 6766 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:27.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:27 smithi178 bash[75692]: audit 2024-03-21T13:11:26.660877+0000 mon.a (mon.0) 6767 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:27.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:27 smithi178 bash[75692]: audit 2024-03-21T13:11:26.664315+0000 mon.a (mon.0) 6768 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:27.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:27 smithi178 bash[75692]: audit 2024-03-21T13:11:26.665202+0000 mon.a (mon.0) 6769 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:27.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:27 smithi178 bash[75692]: cluster 2024-03-21T13:11:26.667440+0000 mgr.x (mgr.34104) 4467 : cluster [DBG] pgmap v2961: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:27.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:27 smithi178 bash[75692]: cluster 2024-03-21T13:11:26.667801+0000 mgr.x (mgr.34104) 4468 : cluster [DBG] pgmap v2962: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:27.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:27 smithi178 bash[75692]: audit 2024-03-21T13:11:26.672153+0000 mon.a (mon.0) 6770 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:27.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:27 smithi178 bash[75692]: cephadm 2024-03-21T13:11:26.673304+0000 mgr.x (mgr.34104) 4469 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:27.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:27 smithi178 bash[75692]: audit 2024-03-21T13:11:26.751264+0000 mon.a (mon.0) 6771 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:27.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:27 smithi178 bash[75692]: audit 2024-03-21T13:11:26.756135+0000 mon.a (mon.0) 6772 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:27.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:27 smithi178 bash[77880]: cluster 2024-03-21T13:11:26.353151+0000 mgr.x (mgr.34104) 4458 : cluster [DBG] pgmap v2955: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:27.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:27 smithi178 bash[77880]: cluster 2024-03-21T13:11:26.353511+0000 mgr.x (mgr.34104) 4459 : cluster [DBG] pgmap v2956: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:27.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:27 smithi178 bash[77880]: cephadm 2024-03-21T13:11:26.363402+0000 mgr.x (mgr.34104) 4460 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:27.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:27 smithi178 bash[77880]: cluster 2024-03-21T13:11:26.453315+0000 mgr.x (mgr.34104) 4461 : cluster [DBG] pgmap v2957: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:27.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:27 smithi178 bash[77880]: cluster 2024-03-21T13:11:26.453622+0000 mgr.x (mgr.34104) 4462 : cluster [DBG] pgmap v2958: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:27.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:27 smithi178 bash[77880]: cephadm 2024-03-21T13:11:26.462612+0000 mgr.x (mgr.34104) 4463 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:27.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:27 smithi178 bash[77880]: cluster 2024-03-21T13:11:26.554887+0000 mgr.x (mgr.34104) 4464 : cluster [DBG] pgmap v2959: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:27.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:27 smithi178 bash[77880]: cluster 2024-03-21T13:11:26.555236+0000 mgr.x (mgr.34104) 4465 : cluster [DBG] pgmap v2960: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:27.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:27 smithi178 bash[77880]: cephadm 2024-03-21T13:11:26.565102+0000 mgr.x (mgr.34104) 4466 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:27.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:27 smithi178 bash[77880]: audit 2024-03-21T13:11:26.647723+0000 mon.a (mon.0) 6766 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:27.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:27 smithi178 bash[77880]: audit 2024-03-21T13:11:26.660877+0000 mon.a (mon.0) 6767 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:27.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:27 smithi178 bash[77880]: audit 2024-03-21T13:11:26.664315+0000 mon.a (mon.0) 6768 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:27.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:27 smithi178 bash[77880]: audit 2024-03-21T13:11:26.665202+0000 mon.a (mon.0) 6769 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:27.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:27 smithi178 bash[77880]: cluster 2024-03-21T13:11:26.667440+0000 mgr.x (mgr.34104) 4467 : cluster [DBG] pgmap v2961: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:27.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:27 smithi178 bash[77880]: cluster 2024-03-21T13:11:26.667801+0000 mgr.x (mgr.34104) 4468 : cluster [DBG] pgmap v2962: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:27.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:27 smithi178 bash[77880]: audit 2024-03-21T13:11:26.672153+0000 mon.a (mon.0) 6770 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:27.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:27 smithi178 bash[77880]: cephadm 2024-03-21T13:11:26.673304+0000 mgr.x (mgr.34104) 4469 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:27.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:27 smithi178 bash[77880]: audit 2024-03-21T13:11:26.751264+0000 mon.a (mon.0) 6771 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:27.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:27 smithi178 bash[77880]: audit 2024-03-21T13:11:26.756135+0000 mon.a (mon.0) 6772 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:27.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:27 smithi178 bash[75692]: audit 2024-03-21T13:11:26.760071+0000 mon.a (mon.0) 6773 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:27.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:27 smithi178 bash[75692]: audit 2024-03-21T13:11:26.761601+0000 mon.a (mon.0) 6774 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:27.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:27 smithi178 bash[75692]: cluster 2024-03-21T13:11:26.764792+0000 mgr.x (mgr.34104) 4470 : cluster [DBG] pgmap v2963: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:27.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:27 smithi178 bash[75692]: cluster 2024-03-21T13:11:26.765457+0000 mgr.x (mgr.34104) 4471 : cluster [DBG] pgmap v2964: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:27.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:27 smithi178 bash[75692]: audit 2024-03-21T13:11:26.773916+0000 mon.a (mon.0) 6775 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:27.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:27 smithi178 bash[75692]: cephadm 2024-03-21T13:11:26.775301+0000 mgr.x (mgr.34104) 4472 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:27.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:27 smithi178 bash[75692]: audit 2024-03-21T13:11:26.856427+0000 mon.a (mon.0) 6776 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:27.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:27 smithi178 bash[75692]: audit 2024-03-21T13:11:26.859979+0000 mon.a (mon.0) 6777 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:27.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:27 smithi178 bash[75692]: audit 2024-03-21T13:11:26.863933+0000 mon.a (mon.0) 6778 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:27.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:27 smithi178 bash[75692]: audit 2024-03-21T13:11:26.865234+0000 mon.a (mon.0) 6779 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:27.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:27 smithi178 bash[75692]: cluster 2024-03-21T13:11:26.868349+0000 mgr.x (mgr.34104) 4473 : cluster [DBG] pgmap v2965: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:27.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:27 smithi178 bash[75692]: cluster 2024-03-21T13:11:26.869029+0000 mgr.x (mgr.34104) 4474 : cluster [DBG] pgmap v2966: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:27.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:27 smithi178 bash[75692]: audit 2024-03-21T13:11:26.876534+0000 mon.a (mon.0) 6780 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:27.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:27 smithi178 bash[75692]: cephadm 2024-03-21T13:11:26.877836+0000 mgr.x (mgr.34104) 4475 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:27.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:27 smithi178 bash[75692]: audit 2024-03-21T13:11:26.959127+0000 mon.a (mon.0) 6781 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:27.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:27 smithi178 bash[75692]: audit 2024-03-21T13:11:26.962318+0000 mon.a (mon.0) 6782 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:27.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:27 smithi178 bash[75692]: audit 2024-03-21T13:11:26.965640+0000 mon.a (mon.0) 6783 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:27.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:27 smithi178 bash[75692]: audit 2024-03-21T13:11:26.966893+0000 mon.a (mon.0) 6784 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:27.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:27 smithi178 bash[75692]: cluster 2024-03-21T13:11:26.969627+0000 mgr.x (mgr.34104) 4476 : cluster [DBG] pgmap v2967: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:27.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:27 smithi178 bash[75692]: cluster 2024-03-21T13:11:26.970050+0000 mgr.x (mgr.34104) 4477 : cluster [DBG] pgmap v2968: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:27.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:27 smithi178 bash[77880]: audit 2024-03-21T13:11:26.760071+0000 mon.a (mon.0) 6773 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:27.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:27 smithi178 bash[77880]: audit 2024-03-21T13:11:26.761601+0000 mon.a (mon.0) 6774 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:27.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:27 smithi178 bash[77880]: cluster 2024-03-21T13:11:26.764792+0000 mgr.x (mgr.34104) 4470 : cluster [DBG] pgmap v2963: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:27.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:27 smithi178 bash[77880]: cluster 2024-03-21T13:11:26.765457+0000 mgr.x (mgr.34104) 4471 : cluster [DBG] pgmap v2964: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:27.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:27 smithi178 bash[77880]: audit 2024-03-21T13:11:26.773916+0000 mon.a (mon.0) 6775 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:27.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:27 smithi178 bash[77880]: cephadm 2024-03-21T13:11:26.775301+0000 mgr.x (mgr.34104) 4472 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:27.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:27 smithi178 bash[77880]: audit 2024-03-21T13:11:26.856427+0000 mon.a (mon.0) 6776 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:27.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:27 smithi178 bash[77880]: audit 2024-03-21T13:11:26.859979+0000 mon.a (mon.0) 6777 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:27.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:27 smithi178 bash[77880]: audit 2024-03-21T13:11:26.863933+0000 mon.a (mon.0) 6778 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:27.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:27 smithi178 bash[77880]: audit 2024-03-21T13:11:26.865234+0000 mon.a (mon.0) 6779 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:27.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:27 smithi178 bash[77880]: cluster 2024-03-21T13:11:26.868349+0000 mgr.x (mgr.34104) 4473 : cluster [DBG] pgmap v2965: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:27.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:27 smithi178 bash[77880]: cluster 2024-03-21T13:11:26.869029+0000 mgr.x (mgr.34104) 4474 : cluster [DBG] pgmap v2966: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:27.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:27 smithi178 bash[77880]: audit 2024-03-21T13:11:26.876534+0000 mon.a (mon.0) 6780 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:27.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:27 smithi178 bash[77880]: cephadm 2024-03-21T13:11:26.877836+0000 mgr.x (mgr.34104) 4475 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:27.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:27 smithi178 bash[77880]: audit 2024-03-21T13:11:26.959127+0000 mon.a (mon.0) 6781 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:27.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:27 smithi178 bash[77880]: audit 2024-03-21T13:11:26.962318+0000 mon.a (mon.0) 6782 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:27.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:27 smithi178 bash[77880]: audit 2024-03-21T13:11:26.965640+0000 mon.a (mon.0) 6783 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:27.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:27 smithi178 bash[77880]: audit 2024-03-21T13:11:26.966893+0000 mon.a (mon.0) 6784 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:27.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:27 smithi178 bash[77880]: cluster 2024-03-21T13:11:26.969627+0000 mgr.x (mgr.34104) 4476 : cluster [DBG] pgmap v2967: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:27.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:27 smithi178 bash[77880]: cluster 2024-03-21T13:11:26.970050+0000 mgr.x (mgr.34104) 4477 : cluster [DBG] pgmap v2968: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:27.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:27 smithi178 bash[75692]: audit 2024-03-21T13:11:26.978540+0000 mon.a (mon.0) 6785 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:27.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:27 smithi178 bash[75692]: cephadm 2024-03-21T13:11:26.979752+0000 mgr.x (mgr.34104) 4478 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:27.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:27 smithi178 bash[75692]: audit 2024-03-21T13:11:27.063005+0000 mon.a (mon.0) 6786 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:27.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:27 smithi178 bash[75692]: audit 2024-03-21T13:11:27.066260+0000 mon.a (mon.0) 6787 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:27.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:27 smithi178 bash[75692]: audit 2024-03-21T13:11:27.069692+0000 mon.a (mon.0) 6788 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:27.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:27 smithi178 bash[75692]: audit 2024-03-21T13:11:27.071428+0000 mon.a (mon.0) 6789 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:27.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:27 smithi178 bash[75692]: cluster 2024-03-21T13:11:27.075220+0000 mgr.x (mgr.34104) 4479 : cluster [DBG] pgmap v2969: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:27.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:27 smithi178 bash[75692]: cluster 2024-03-21T13:11:27.075731+0000 mgr.x (mgr.34104) 4480 : cluster [DBG] pgmap v2970: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:27.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:27 smithi178 bash[75692]: audit 2024-03-21T13:11:27.080765+0000 mon.a (mon.0) 6790 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:27.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:27 smithi178 bash[75692]: cephadm 2024-03-21T13:11:27.082075+0000 mgr.x (mgr.34104) 4481 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:27.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:27 smithi178 bash[75692]: audit 2024-03-21T13:11:27.161440+0000 mon.a (mon.0) 6791 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:27.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:27 smithi178 bash[75692]: audit 2024-03-21T13:11:27.164806+0000 mon.a (mon.0) 6792 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:27.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:27 smithi178 bash[75692]: audit 2024-03-21T13:11:27.168634+0000 mon.a (mon.0) 6793 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:27.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:27 smithi178 bash[75692]: audit 2024-03-21T13:11:27.170143+0000 mon.a (mon.0) 6794 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:27.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:27 smithi178 bash[75692]: cluster 2024-03-21T13:11:27.172929+0000 mgr.x (mgr.34104) 4482 : cluster [DBG] pgmap v2971: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:27.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:27 smithi178 bash[75692]: cluster 2024-03-21T13:11:27.173355+0000 mgr.x (mgr.34104) 4483 : cluster [DBG] pgmap v2972: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:27.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:27 smithi178 bash[75692]: audit 2024-03-21T13:11:27.182207+0000 mon.a (mon.0) 6795 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:27.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:27 smithi178 bash[75692]: cephadm 2024-03-21T13:11:27.183562+0000 mgr.x (mgr.34104) 4484 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:27.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:27 smithi178 bash[75692]: audit 2024-03-21T13:11:27.264300+0000 mon.a (mon.0) 6796 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:27.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:27 smithi178 bash[75692]: audit 2024-03-21T13:11:27.267046+0000 mon.a (mon.0) 6797 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:27.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:27 smithi178 bash[75692]: audit 2024-03-21T13:11:27.270466+0000 mon.a (mon.0) 6798 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:27.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:27 smithi178 bash[75692]: audit 2024-03-21T13:11:27.271990+0000 mon.a (mon.0) 6799 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:27.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:27 smithi178 bash[75692]: cluster 2024-03-21T13:11:27.275054+0000 mgr.x (mgr.34104) 4485 : cluster [DBG] pgmap v2973: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:27.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:27 smithi178 bash[75692]: cluster 2024-03-21T13:11:27.275293+0000 mgr.x (mgr.34104) 4486 : cluster [DBG] pgmap v2974: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:27.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:27 smithi178 bash[75692]: audit 2024-03-21T13:11:27.283686+0000 mon.a (mon.0) 6800 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:27.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:27 smithi178 bash[75692]: audit 2024-03-21T13:11:27.366427+0000 mon.a (mon.0) 6801 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:27.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:27 smithi178 bash[75692]: audit 2024-03-21T13:11:27.369331+0000 mon.a (mon.0) 6802 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:27.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:27 smithi178 bash[75692]: audit 2024-03-21T13:11:27.373038+0000 mon.a (mon.0) 6803 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:27.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:27 smithi178 bash[75692]: audit 2024-03-21T13:11:27.374506+0000 mon.a (mon.0) 6804 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:27.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:27 smithi178 bash[75692]: audit 2024-03-21T13:11:27.385075+0000 mon.a (mon.0) 6805 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:27.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:27 smithi178 bash[75692]: audit 2024-03-21T13:11:27.465110+0000 mon.a (mon.0) 6806 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:27.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:27 smithi178 bash[75692]: audit 2024-03-21T13:11:27.468633+0000 mon.a (mon.0) 6807 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:27.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:27 smithi178 bash[75692]: audit 2024-03-21T13:11:27.473482+0000 mon.a (mon.0) 6808 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:27.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:27 smithi178 bash[75692]: audit 2024-03-21T13:11:27.474989+0000 mon.a (mon.0) 6809 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:27.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:27 smithi178 bash[75692]: audit 2024-03-21T13:11:27.485634+0000 mon.a (mon.0) 6810 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:27.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:27 smithi178 bash[75692]: audit 2024-03-21T13:11:27.568653+0000 mon.a (mon.0) 6811 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:27.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:27 smithi178 bash[75692]: audit 2024-03-21T13:11:27.571593+0000 mon.a (mon.0) 6812 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:27.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:27 smithi178 bash[75692]: audit 2024-03-21T13:11:27.575085+0000 mon.a (mon.0) 6813 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:27.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:27 smithi178 bash[75692]: audit 2024-03-21T13:11:27.576248+0000 mon.a (mon.0) 6814 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:27.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:27 smithi178 bash[75692]: audit 2024-03-21T13:11:27.586249+0000 mon.a (mon.0) 6815 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:27.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:27 smithi178 bash[77880]: audit 2024-03-21T13:11:26.978540+0000 mon.a (mon.0) 6785 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:27.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:27 smithi178 bash[77880]: cephadm 2024-03-21T13:11:26.979752+0000 mgr.x (mgr.34104) 4478 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:27.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:27 smithi178 bash[77880]: audit 2024-03-21T13:11:27.063005+0000 mon.a (mon.0) 6786 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:27.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:27 smithi178 bash[77880]: audit 2024-03-21T13:11:27.066260+0000 mon.a (mon.0) 6787 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:27.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:27 smithi178 bash[77880]: audit 2024-03-21T13:11:27.069692+0000 mon.a (mon.0) 6788 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:27.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:27 smithi178 bash[77880]: audit 2024-03-21T13:11:27.071428+0000 mon.a (mon.0) 6789 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:27.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:27 smithi178 bash[77880]: cluster 2024-03-21T13:11:27.075220+0000 mgr.x (mgr.34104) 4479 : cluster [DBG] pgmap v2969: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:27.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:27 smithi178 bash[77880]: cluster 2024-03-21T13:11:27.075731+0000 mgr.x (mgr.34104) 4480 : cluster [DBG] pgmap v2970: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:27.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:27 smithi178 bash[77880]: audit 2024-03-21T13:11:27.080765+0000 mon.a (mon.0) 6790 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:27.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:27 smithi178 bash[77880]: cephadm 2024-03-21T13:11:27.082075+0000 mgr.x (mgr.34104) 4481 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:27.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:27 smithi178 bash[77880]: audit 2024-03-21T13:11:27.161440+0000 mon.a (mon.0) 6791 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:27.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:27 smithi178 bash[77880]: audit 2024-03-21T13:11:27.164806+0000 mon.a (mon.0) 6792 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:27.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:27 smithi178 bash[77880]: audit 2024-03-21T13:11:27.168634+0000 mon.a (mon.0) 6793 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:27.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:27 smithi178 bash[77880]: audit 2024-03-21T13:11:27.170143+0000 mon.a (mon.0) 6794 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:27.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:27 smithi178 bash[77880]: cluster 2024-03-21T13:11:27.172929+0000 mgr.x (mgr.34104) 4482 : cluster [DBG] pgmap v2971: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:27.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:27 smithi178 bash[77880]: cluster 2024-03-21T13:11:27.173355+0000 mgr.x (mgr.34104) 4483 : cluster [DBG] pgmap v2972: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:27.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:27 smithi178 bash[77880]: audit 2024-03-21T13:11:27.182207+0000 mon.a (mon.0) 6795 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:27.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:27 smithi178 bash[77880]: cephadm 2024-03-21T13:11:27.183562+0000 mgr.x (mgr.34104) 4484 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:27.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:27 smithi178 bash[77880]: audit 2024-03-21T13:11:27.264300+0000 mon.a (mon.0) 6796 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:27.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:27 smithi178 bash[77880]: audit 2024-03-21T13:11:27.267046+0000 mon.a (mon.0) 6797 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:27.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:27 smithi178 bash[77880]: audit 2024-03-21T13:11:27.270466+0000 mon.a (mon.0) 6798 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:27.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:27 smithi178 bash[77880]: audit 2024-03-21T13:11:27.271990+0000 mon.a (mon.0) 6799 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:27.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:27 smithi178 bash[77880]: cluster 2024-03-21T13:11:27.275054+0000 mgr.x (mgr.34104) 4485 : cluster [DBG] pgmap v2973: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:27.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:27 smithi178 bash[77880]: cluster 2024-03-21T13:11:27.275293+0000 mgr.x (mgr.34104) 4486 : cluster [DBG] pgmap v2974: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:27.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:27 smithi178 bash[77880]: audit 2024-03-21T13:11:27.283686+0000 mon.a (mon.0) 6800 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:27.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:27 smithi178 bash[77880]: audit 2024-03-21T13:11:27.366427+0000 mon.a (mon.0) 6801 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:27.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:27 smithi178 bash[77880]: audit 2024-03-21T13:11:27.369331+0000 mon.a (mon.0) 6802 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:27.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:27 smithi178 bash[77880]: audit 2024-03-21T13:11:27.373038+0000 mon.a (mon.0) 6803 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:27.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:27 smithi178 bash[77880]: audit 2024-03-21T13:11:27.374506+0000 mon.a (mon.0) 6804 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:27.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:27 smithi178 bash[77880]: audit 2024-03-21T13:11:27.385075+0000 mon.a (mon.0) 6805 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:27.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:27 smithi178 bash[77880]: audit 2024-03-21T13:11:27.465110+0000 mon.a (mon.0) 6806 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:27.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:27 smithi178 bash[77880]: audit 2024-03-21T13:11:27.468633+0000 mon.a (mon.0) 6807 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:27.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:27 smithi178 bash[77880]: audit 2024-03-21T13:11:27.473482+0000 mon.a (mon.0) 6808 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:27.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:27 smithi178 bash[77880]: audit 2024-03-21T13:11:27.474989+0000 mon.a (mon.0) 6809 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:27.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:27 smithi178 bash[77880]: audit 2024-03-21T13:11:27.485634+0000 mon.a (mon.0) 6810 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:27.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:27 smithi178 bash[77880]: audit 2024-03-21T13:11:27.568653+0000 mon.a (mon.0) 6811 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:27.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:27 smithi178 bash[77880]: audit 2024-03-21T13:11:27.571593+0000 mon.a (mon.0) 6812 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:27.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:27 smithi178 bash[77880]: audit 2024-03-21T13:11:27.575085+0000 mon.a (mon.0) 6813 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:27.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:27 smithi178 bash[77880]: audit 2024-03-21T13:11:27.576248+0000 mon.a (mon.0) 6814 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:27.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:27 smithi178 bash[77880]: audit 2024-03-21T13:11:27.586249+0000 mon.a (mon.0) 6815 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:28.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:27 smithi184 bash[59794]: cluster 2024-03-21T13:11:26.353151+0000 mgr.x (mgr.34104) 4458 : cluster [DBG] pgmap v2955: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:28.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:27 smithi184 bash[59794]: cluster 2024-03-21T13:11:26.353511+0000 mgr.x (mgr.34104) 4459 : cluster [DBG] pgmap v2956: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:28.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:27 smithi184 bash[59794]: cephadm 2024-03-21T13:11:26.363402+0000 mgr.x (mgr.34104) 4460 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:28.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:27 smithi184 bash[59794]: cluster 2024-03-21T13:11:26.453315+0000 mgr.x (mgr.34104) 4461 : cluster [DBG] pgmap v2957: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:28.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:27 smithi184 bash[59794]: cluster 2024-03-21T13:11:26.453622+0000 mgr.x (mgr.34104) 4462 : cluster [DBG] pgmap v2958: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:28.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:27 smithi184 bash[59794]: cephadm 2024-03-21T13:11:26.462612+0000 mgr.x (mgr.34104) 4463 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:28.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:27 smithi184 bash[59794]: cluster 2024-03-21T13:11:26.554887+0000 mgr.x (mgr.34104) 4464 : cluster [DBG] pgmap v2959: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:28.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:27 smithi184 bash[59794]: cluster 2024-03-21T13:11:26.555236+0000 mgr.x (mgr.34104) 4465 : cluster [DBG] pgmap v2960: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:28.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:27 smithi184 bash[59794]: cephadm 2024-03-21T13:11:26.565102+0000 mgr.x (mgr.34104) 4466 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:28.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:27 smithi184 bash[59794]: audit 2024-03-21T13:11:26.647723+0000 mon.a (mon.0) 6766 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:28.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:27 smithi184 bash[59794]: audit 2024-03-21T13:11:26.660877+0000 mon.a (mon.0) 6767 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:28.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:27 smithi184 bash[59794]: audit 2024-03-21T13:11:26.664315+0000 mon.a (mon.0) 6768 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:28.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:27 smithi184 bash[59794]: audit 2024-03-21T13:11:26.665202+0000 mon.a (mon.0) 6769 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:28.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:27 smithi184 bash[59794]: cluster 2024-03-21T13:11:26.667440+0000 mgr.x (mgr.34104) 4467 : cluster [DBG] pgmap v2961: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:28.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:27 smithi184 bash[59794]: cluster 2024-03-21T13:11:26.667801+0000 mgr.x (mgr.34104) 4468 : cluster [DBG] pgmap v2962: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:28.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:27 smithi184 bash[59794]: audit 2024-03-21T13:11:26.672153+0000 mon.a (mon.0) 6770 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:28.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:27 smithi184 bash[59794]: cephadm 2024-03-21T13:11:26.673304+0000 mgr.x (mgr.34104) 4469 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:28.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:27 smithi184 bash[59794]: audit 2024-03-21T13:11:26.751264+0000 mon.a (mon.0) 6771 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:28.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:27 smithi184 bash[59794]: audit 2024-03-21T13:11:26.756135+0000 mon.a (mon.0) 6772 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:28.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:27 smithi184 bash[59794]: audit 2024-03-21T13:11:26.760071+0000 mon.a (mon.0) 6773 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:28.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:27 smithi184 bash[59794]: audit 2024-03-21T13:11:26.761601+0000 mon.a (mon.0) 6774 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:28.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:27 smithi184 bash[59794]: cluster 2024-03-21T13:11:26.764792+0000 mgr.x (mgr.34104) 4470 : cluster [DBG] pgmap v2963: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:28.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:27 smithi184 bash[59794]: cluster 2024-03-21T13:11:26.765457+0000 mgr.x (mgr.34104) 4471 : cluster [DBG] pgmap v2964: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:28.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:27 smithi184 bash[59794]: audit 2024-03-21T13:11:26.773916+0000 mon.a (mon.0) 6775 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:28.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:27 smithi184 bash[59794]: cephadm 2024-03-21T13:11:26.775301+0000 mgr.x (mgr.34104) 4472 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:28.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:27 smithi184 bash[59794]: audit 2024-03-21T13:11:26.856427+0000 mon.a (mon.0) 6776 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:28.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:27 smithi184 bash[59794]: audit 2024-03-21T13:11:26.859979+0000 mon.a (mon.0) 6777 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:28.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:27 smithi184 bash[59794]: audit 2024-03-21T13:11:26.863933+0000 mon.a (mon.0) 6778 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:28.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:27 smithi184 bash[59794]: audit 2024-03-21T13:11:26.865234+0000 mon.a (mon.0) 6779 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:28.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:27 smithi184 bash[59794]: cluster 2024-03-21T13:11:26.868349+0000 mgr.x (mgr.34104) 4473 : cluster [DBG] pgmap v2965: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:28.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:27 smithi184 bash[59794]: cluster 2024-03-21T13:11:26.869029+0000 mgr.x (mgr.34104) 4474 : cluster [DBG] pgmap v2966: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:28.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:27 smithi184 bash[59794]: audit 2024-03-21T13:11:26.876534+0000 mon.a (mon.0) 6780 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:28.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:27 smithi184 bash[59794]: cephadm 2024-03-21T13:11:26.877836+0000 mgr.x (mgr.34104) 4475 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:28.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:27 smithi184 bash[59794]: audit 2024-03-21T13:11:26.959127+0000 mon.a (mon.0) 6781 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:28.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:27 smithi184 bash[59794]: audit 2024-03-21T13:11:26.962318+0000 mon.a (mon.0) 6782 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:28.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:27 smithi184 bash[59794]: audit 2024-03-21T13:11:26.965640+0000 mon.a (mon.0) 6783 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:28.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:27 smithi184 bash[59794]: audit 2024-03-21T13:11:26.966893+0000 mon.a (mon.0) 6784 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:28.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:27 smithi184 bash[59794]: cluster 2024-03-21T13:11:26.969627+0000 mgr.x (mgr.34104) 4476 : cluster [DBG] pgmap v2967: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:28.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:27 smithi184 bash[59794]: cluster 2024-03-21T13:11:26.970050+0000 mgr.x (mgr.34104) 4477 : cluster [DBG] pgmap v2968: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:28.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:27 smithi184 bash[59794]: audit 2024-03-21T13:11:26.978540+0000 mon.a (mon.0) 6785 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:28.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:27 smithi184 bash[59794]: cephadm 2024-03-21T13:11:26.979752+0000 mgr.x (mgr.34104) 4478 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:28.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:27 smithi184 bash[59794]: audit 2024-03-21T13:11:27.063005+0000 mon.a (mon.0) 6786 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:28.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:27 smithi184 bash[59794]: audit 2024-03-21T13:11:27.066260+0000 mon.a (mon.0) 6787 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:28.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:27 smithi184 bash[59794]: audit 2024-03-21T13:11:27.069692+0000 mon.a (mon.0) 6788 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:28.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:27 smithi184 bash[59794]: audit 2024-03-21T13:11:27.071428+0000 mon.a (mon.0) 6789 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:28.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:27 smithi184 bash[59794]: cluster 2024-03-21T13:11:27.075220+0000 mgr.x (mgr.34104) 4479 : cluster [DBG] pgmap v2969: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:28.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:27 smithi184 bash[59794]: cluster 2024-03-21T13:11:27.075731+0000 mgr.x (mgr.34104) 4480 : cluster [DBG] pgmap v2970: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:28.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:27 smithi184 bash[59794]: audit 2024-03-21T13:11:27.080765+0000 mon.a (mon.0) 6790 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:28.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:27 smithi184 bash[59794]: cephadm 2024-03-21T13:11:27.082075+0000 mgr.x (mgr.34104) 4481 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:28.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:27 smithi184 bash[59794]: audit 2024-03-21T13:11:27.161440+0000 mon.a (mon.0) 6791 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:28.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:27 smithi184 bash[59794]: audit 2024-03-21T13:11:27.164806+0000 mon.a (mon.0) 6792 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:28.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:27 smithi184 bash[59794]: audit 2024-03-21T13:11:27.168634+0000 mon.a (mon.0) 6793 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:28.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:27 smithi184 bash[59794]: audit 2024-03-21T13:11:27.170143+0000 mon.a (mon.0) 6794 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:28.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:27 smithi184 bash[59794]: cluster 2024-03-21T13:11:27.172929+0000 mgr.x (mgr.34104) 4482 : cluster [DBG] pgmap v2971: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:28.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:27 smithi184 bash[59794]: cluster 2024-03-21T13:11:27.173355+0000 mgr.x (mgr.34104) 4483 : cluster [DBG] pgmap v2972: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:28.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:27 smithi184 bash[59794]: audit 2024-03-21T13:11:27.182207+0000 mon.a (mon.0) 6795 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:28.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:27 smithi184 bash[59794]: cephadm 2024-03-21T13:11:27.183562+0000 mgr.x (mgr.34104) 4484 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:28.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:27 smithi184 bash[59794]: audit 2024-03-21T13:11:27.264300+0000 mon.a (mon.0) 6796 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:28.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:27 smithi184 bash[59794]: audit 2024-03-21T13:11:27.267046+0000 mon.a (mon.0) 6797 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:28.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:27 smithi184 bash[59794]: audit 2024-03-21T13:11:27.270466+0000 mon.a (mon.0) 6798 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:28.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:27 smithi184 bash[59794]: audit 2024-03-21T13:11:27.271990+0000 mon.a (mon.0) 6799 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:28.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:27 smithi184 bash[59794]: cluster 2024-03-21T13:11:27.275054+0000 mgr.x (mgr.34104) 4485 : cluster [DBG] pgmap v2973: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:28.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:27 smithi184 bash[59794]: cluster 2024-03-21T13:11:27.275293+0000 mgr.x (mgr.34104) 4486 : cluster [DBG] pgmap v2974: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:28.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:27 smithi184 bash[59794]: audit 2024-03-21T13:11:27.283686+0000 mon.a (mon.0) 6800 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:28.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:27 smithi184 bash[59794]: audit 2024-03-21T13:11:27.366427+0000 mon.a (mon.0) 6801 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:28.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:27 smithi184 bash[59794]: audit 2024-03-21T13:11:27.369331+0000 mon.a (mon.0) 6802 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:28.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:27 smithi184 bash[59794]: audit 2024-03-21T13:11:27.373038+0000 mon.a (mon.0) 6803 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:28.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:27 smithi184 bash[59794]: audit 2024-03-21T13:11:27.374506+0000 mon.a (mon.0) 6804 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:28.080 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:27 smithi184 bash[59794]: audit 2024-03-21T13:11:27.385075+0000 mon.a (mon.0) 6805 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:28.080 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:27 smithi184 bash[59794]: audit 2024-03-21T13:11:27.465110+0000 mon.a (mon.0) 6806 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:28.080 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:27 smithi184 bash[59794]: audit 2024-03-21T13:11:27.468633+0000 mon.a (mon.0) 6807 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:28.080 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:27 smithi184 bash[59794]: audit 2024-03-21T13:11:27.473482+0000 mon.a (mon.0) 6808 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:28.080 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:27 smithi184 bash[59794]: audit 2024-03-21T13:11:27.474989+0000 mon.a (mon.0) 6809 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:28.080 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:27 smithi184 bash[59794]: audit 2024-03-21T13:11:27.485634+0000 mon.a (mon.0) 6810 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:28.080 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:27 smithi184 bash[59794]: audit 2024-03-21T13:11:27.568653+0000 mon.a (mon.0) 6811 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:28.080 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:27 smithi184 bash[59794]: audit 2024-03-21T13:11:27.571593+0000 mon.a (mon.0) 6812 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:28.080 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:27 smithi184 bash[59794]: audit 2024-03-21T13:11:27.575085+0000 mon.a (mon.0) 6813 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:28.080 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:27 smithi184 bash[59794]: audit 2024-03-21T13:11:27.576248+0000 mon.a (mon.0) 6814 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:28.080 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:27 smithi184 bash[59794]: audit 2024-03-21T13:11:27.586249+0000 mon.a (mon.0) 6815 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:28.922 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:28 smithi178 bash[75692]: cephadm 2024-03-21T13:11:27.285079+0000 mgr.x (mgr.34104) 4487 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:28.922 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:28 smithi178 bash[75692]: cluster 2024-03-21T13:11:27.377391+0000 mgr.x (mgr.34104) 4488 : cluster [DBG] pgmap v2975: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:28.922 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:28 smithi178 bash[75692]: cluster 2024-03-21T13:11:27.377909+0000 mgr.x (mgr.34104) 4489 : cluster [DBG] pgmap v2976: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:28.922 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:28 smithi178 bash[75692]: cephadm 2024-03-21T13:11:27.386472+0000 mgr.x (mgr.34104) 4490 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:28.922 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:28 smithi178 bash[75692]: cluster 2024-03-21T13:11:27.477966+0000 mgr.x (mgr.34104) 4491 : cluster [DBG] pgmap v2977: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:28.922 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:28 smithi178 bash[75692]: cephadm 2024-03-21T13:11:27.487077+0000 mgr.x (mgr.34104) 4492 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:28.922 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:28 smithi178 bash[75692]: cluster 2024-03-21T13:11:27.578790+0000 mgr.x (mgr.34104) 4493 : cluster [DBG] pgmap v2978: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:28.922 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:28 smithi178 bash[75692]: cluster 2024-03-21T13:11:27.579316+0000 mgr.x (mgr.34104) 4494 : cluster [DBG] pgmap v2979: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:28.922 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:28 smithi178 bash[75692]: cephadm 2024-03-21T13:11:27.587455+0000 mgr.x (mgr.34104) 4495 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:28.923 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:28 smithi178 bash[75692]: audit 2024-03-21T13:11:27.669145+0000 mon.a (mon.0) 6816 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:28.923 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:28 smithi178 bash[75692]: audit 2024-03-21T13:11:27.671610+0000 mon.a (mon.0) 6817 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:28.923 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:28 smithi178 bash[75692]: audit 2024-03-21T13:11:27.674360+0000 mon.a (mon.0) 6818 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:28.923 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:28 smithi178 bash[75692]: audit 2024-03-21T13:11:27.675373+0000 mon.a (mon.0) 6819 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:28.923 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:28 smithi178 bash[75692]: cluster 2024-03-21T13:11:27.677674+0000 mgr.x (mgr.34104) 4496 : cluster [DBG] pgmap v2980: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:28.923 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:28 smithi178 bash[75692]: cluster 2024-03-21T13:11:27.678087+0000 mgr.x (mgr.34104) 4497 : cluster [DBG] pgmap v2981: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:28.923 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:28 smithi178 bash[75692]: audit 2024-03-21T13:11:27.682313+0000 mon.a (mon.0) 6820 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:28.923 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:28 smithi178 bash[75692]: cephadm 2024-03-21T13:11:27.683370+0000 mgr.x (mgr.34104) 4498 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:28.923 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:28 smithi178 bash[75692]: audit 2024-03-21T13:11:27.762715+0000 mon.a (mon.0) 6821 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:28.923 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:28 smithi178 bash[75692]: audit 2024-03-21T13:11:27.765648+0000 mon.a (mon.0) 6822 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:28.923 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:28 smithi178 bash[77880]: cephadm 2024-03-21T13:11:27.285079+0000 mgr.x (mgr.34104) 4487 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:28.924 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:28 smithi178 bash[77880]: cluster 2024-03-21T13:11:27.377391+0000 mgr.x (mgr.34104) 4488 : cluster [DBG] pgmap v2975: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:28.924 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:28 smithi178 bash[77880]: cluster 2024-03-21T13:11:27.377909+0000 mgr.x (mgr.34104) 4489 : cluster [DBG] pgmap v2976: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:28.924 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:28 smithi178 bash[77880]: cephadm 2024-03-21T13:11:27.386472+0000 mgr.x (mgr.34104) 4490 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:28.924 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:28 smithi178 bash[77880]: cluster 2024-03-21T13:11:27.477966+0000 mgr.x (mgr.34104) 4491 : cluster [DBG] pgmap v2977: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:28.924 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:28 smithi178 bash[77880]: cephadm 2024-03-21T13:11:27.487077+0000 mgr.x (mgr.34104) 4492 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:28.924 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:28 smithi178 bash[77880]: cluster 2024-03-21T13:11:27.578790+0000 mgr.x (mgr.34104) 4493 : cluster [DBG] pgmap v2978: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:28.924 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:28 smithi178 bash[77880]: cluster 2024-03-21T13:11:27.579316+0000 mgr.x (mgr.34104) 4494 : cluster [DBG] pgmap v2979: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:28.924 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:28 smithi178 bash[77880]: cephadm 2024-03-21T13:11:27.587455+0000 mgr.x (mgr.34104) 4495 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:28.924 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:28 smithi178 bash[77880]: audit 2024-03-21T13:11:27.669145+0000 mon.a (mon.0) 6816 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:28.924 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:28 smithi178 bash[77880]: audit 2024-03-21T13:11:27.671610+0000 mon.a (mon.0) 6817 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:28.924 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:28 smithi178 bash[77880]: audit 2024-03-21T13:11:27.674360+0000 mon.a (mon.0) 6818 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:28.924 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:28 smithi178 bash[77880]: audit 2024-03-21T13:11:27.675373+0000 mon.a (mon.0) 6819 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:28.924 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:28 smithi178 bash[77880]: cluster 2024-03-21T13:11:27.677674+0000 mgr.x (mgr.34104) 4496 : cluster [DBG] pgmap v2980: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:28.924 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:28 smithi178 bash[77880]: cluster 2024-03-21T13:11:27.678087+0000 mgr.x (mgr.34104) 4497 : cluster [DBG] pgmap v2981: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:28.925 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:28 smithi178 bash[77880]: audit 2024-03-21T13:11:27.682313+0000 mon.a (mon.0) 6820 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:28.925 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:28 smithi178 bash[77880]: cephadm 2024-03-21T13:11:27.683370+0000 mgr.x (mgr.34104) 4498 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:28.925 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:28 smithi178 bash[77880]: audit 2024-03-21T13:11:27.762715+0000 mon.a (mon.0) 6821 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:28.925 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:28 smithi178 bash[77880]: audit 2024-03-21T13:11:27.765648+0000 mon.a (mon.0) 6822 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:28.925 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:28 smithi178 bash[75692]: audit 2024-03-21T13:11:27.768537+0000 mon.a (mon.0) 6823 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:28.925 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:28 smithi178 bash[75692]: audit 2024-03-21T13:11:27.769605+0000 mon.a (mon.0) 6824 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:28.925 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:28 smithi178 bash[75692]: cluster 2024-03-21T13:11:27.772162+0000 mgr.x (mgr.34104) 4499 : cluster [DBG] pgmap v2982: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:28.925 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:28 smithi178 bash[75692]: cluster 2024-03-21T13:11:27.772669+0000 mgr.x (mgr.34104) 4500 : cluster [DBG] pgmap v2983: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:28.926 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:28 smithi178 bash[75692]: audit 2024-03-21T13:11:27.779313+0000 mon.a (mon.0) 6825 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:28.926 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:28 smithi178 bash[75692]: cephadm 2024-03-21T13:11:27.780549+0000 mgr.x (mgr.34104) 4501 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:28.926 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:28 smithi178 bash[75692]: audit 2024-03-21T13:11:27.860406+0000 mon.a (mon.0) 6826 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:28.926 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:28 smithi178 bash[75692]: audit 2024-03-21T13:11:27.864255+0000 mon.a (mon.0) 6827 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:28.926 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:28 smithi178 bash[75692]: audit 2024-03-21T13:11:27.869370+0000 mon.a (mon.0) 6828 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:28.926 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:28 smithi178 bash[75692]: audit 2024-03-21T13:11:27.871138+0000 mon.a (mon.0) 6829 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:28.926 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:28 smithi178 bash[75692]: cluster 2024-03-21T13:11:27.874101+0000 mgr.x (mgr.34104) 4502 : cluster [DBG] pgmap v2984: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:28.926 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:28 smithi178 bash[75692]: cluster 2024-03-21T13:11:27.874384+0000 mgr.x (mgr.34104) 4503 : cluster [DBG] pgmap v2985: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:28.926 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:28 smithi178 bash[75692]: audit 2024-03-21T13:11:27.883385+0000 mon.a (mon.0) 6830 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:28.926 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:28 smithi178 bash[75692]: cephadm 2024-03-21T13:11:27.884838+0000 mgr.x (mgr.34104) 4504 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:28.926 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:28 smithi178 bash[75692]: audit 2024-03-21T13:11:27.967271+0000 mon.a (mon.0) 6831 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:28.926 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:28 smithi178 bash[75692]: audit 2024-03-21T13:11:27.972637+0000 mon.a (mon.0) 6832 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:28.926 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:28 smithi178 bash[75692]: audit 2024-03-21T13:11:27.976505+0000 mon.a (mon.0) 6833 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:28.927 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:28 smithi178 bash[75692]: audit 2024-03-21T13:11:27.978150+0000 mon.a (mon.0) 6834 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:28.927 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:28 smithi178 bash[75692]: cluster 2024-03-21T13:11:27.981545+0000 mgr.x (mgr.34104) 4505 : cluster [DBG] pgmap v2986: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:28.927 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:28 smithi178 bash[75692]: cluster 2024-03-21T13:11:27.982125+0000 mgr.x (mgr.34104) 4506 : cluster [DBG] pgmap v2987: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:28.927 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:28 smithi178 bash[75692]: audit 2024-03-21T13:11:27.990987+0000 mon.a (mon.0) 6835 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:28.927 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:28 smithi178 bash[75692]: cephadm 2024-03-21T13:11:27.992285+0000 mgr.x (mgr.34104) 4507 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:28.927 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:28 smithi178 bash[75692]: audit 2024-03-21T13:11:28.072895+0000 mon.a (mon.0) 6836 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:28.927 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:28 smithi178 bash[75692]: audit 2024-03-21T13:11:28.076470+0000 mon.a (mon.0) 6837 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:28.927 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:28 smithi178 bash[75692]: audit 2024-03-21T13:11:28.082030+0000 mon.a (mon.0) 6838 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:28.927 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:28 smithi178 bash[75692]: audit 2024-03-21T13:11:28.083823+0000 mon.a (mon.0) 6839 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:28.927 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:28 smithi178 bash[75692]: cluster 2024-03-21T13:11:28.087339+0000 mgr.x (mgr.34104) 4508 : cluster [DBG] pgmap v2988: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:28.927 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:28 smithi178 bash[75692]: cluster 2024-03-21T13:11:28.088070+0000 mgr.x (mgr.34104) 4509 : cluster [DBG] pgmap v2989: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:28.927 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:28 smithi178 bash[75692]: audit 2024-03-21T13:11:28.096492+0000 mon.a (mon.0) 6840 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:28.927 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:28 smithi178 bash[75692]: cephadm 2024-03-21T13:11:28.097912+0000 mgr.x (mgr.34104) 4510 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:28.927 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:28 smithi178 bash[75692]: audit 2024-03-21T13:11:28.180064+0000 mon.a (mon.0) 6841 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:28.927 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:28 smithi178 bash[75692]: audit 2024-03-21T13:11:28.183910+0000 mon.a (mon.0) 6842 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:28.928 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:28 smithi178 bash[75692]: audit 2024-03-21T13:11:28.188081+0000 mon.a (mon.0) 6843 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:28.928 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:28 smithi178 bash[75692]: audit 2024-03-21T13:11:28.189674+0000 mon.a (mon.0) 6844 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:28.928 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:28 smithi178 bash[75692]: cluster 2024-03-21T13:11:28.192566+0000 mgr.x (mgr.34104) 4511 : cluster [DBG] pgmap v2990: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:28.928 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:28 smithi178 bash[75692]: cluster 2024-03-21T13:11:28.192812+0000 mgr.x (mgr.34104) 4512 : cluster [DBG] pgmap v2991: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:28.928 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:28 smithi178 bash[75692]: audit 2024-03-21T13:11:28.198777+0000 mon.a (mon.0) 6845 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:28.928 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:28 smithi178 bash[75692]: cephadm 2024-03-21T13:11:28.199981+0000 mgr.x (mgr.34104) 4513 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:28.928 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:28 smithi178 bash[75692]: audit 2024-03-21T13:11:28.279143+0000 mon.a (mon.0) 6846 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:28.928 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:28 smithi178 bash[75692]: audit 2024-03-21T13:11:28.282327+0000 mon.a (mon.0) 6847 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:28.928 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:28 smithi178 bash[77880]: audit 2024-03-21T13:11:27.768537+0000 mon.a (mon.0) 6823 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:28.928 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:28 smithi178 bash[77880]: audit 2024-03-21T13:11:27.769605+0000 mon.a (mon.0) 6824 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:28.929 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:28 smithi178 bash[77880]: cluster 2024-03-21T13:11:27.772162+0000 mgr.x (mgr.34104) 4499 : cluster [DBG] pgmap v2982: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:28.929 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:28 smithi178 bash[77880]: cluster 2024-03-21T13:11:27.772669+0000 mgr.x (mgr.34104) 4500 : cluster [DBG] pgmap v2983: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:28.929 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:28 smithi178 bash[77880]: audit 2024-03-21T13:11:27.779313+0000 mon.a (mon.0) 6825 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:28.929 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:28 smithi178 bash[77880]: cephadm 2024-03-21T13:11:27.780549+0000 mgr.x (mgr.34104) 4501 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:28.929 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:28 smithi178 bash[77880]: audit 2024-03-21T13:11:27.860406+0000 mon.a (mon.0) 6826 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:28.929 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:28 smithi178 bash[77880]: audit 2024-03-21T13:11:27.864255+0000 mon.a (mon.0) 6827 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:28.929 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:28 smithi178 bash[77880]: audit 2024-03-21T13:11:27.869370+0000 mon.a (mon.0) 6828 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:28.929 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:28 smithi178 bash[77880]: audit 2024-03-21T13:11:27.871138+0000 mon.a (mon.0) 6829 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:28.929 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:28 smithi178 bash[77880]: cluster 2024-03-21T13:11:27.874101+0000 mgr.x (mgr.34104) 4502 : cluster [DBG] pgmap v2984: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:28.929 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:28 smithi178 bash[77880]: cluster 2024-03-21T13:11:27.874384+0000 mgr.x (mgr.34104) 4503 : cluster [DBG] pgmap v2985: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:28.929 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:28 smithi178 bash[77880]: audit 2024-03-21T13:11:27.883385+0000 mon.a (mon.0) 6830 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:28.929 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:28 smithi178 bash[77880]: cephadm 2024-03-21T13:11:27.884838+0000 mgr.x (mgr.34104) 4504 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:28.929 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:28 smithi178 bash[77880]: audit 2024-03-21T13:11:27.967271+0000 mon.a (mon.0) 6831 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:28.930 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:28 smithi178 bash[77880]: audit 2024-03-21T13:11:27.972637+0000 mon.a (mon.0) 6832 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:28.930 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:28 smithi178 bash[77880]: audit 2024-03-21T13:11:27.976505+0000 mon.a (mon.0) 6833 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:28.930 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:28 smithi178 bash[77880]: audit 2024-03-21T13:11:27.978150+0000 mon.a (mon.0) 6834 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:28.930 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:28 smithi178 bash[77880]: cluster 2024-03-21T13:11:27.981545+0000 mgr.x (mgr.34104) 4505 : cluster [DBG] pgmap v2986: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:28.930 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:28 smithi178 bash[77880]: cluster 2024-03-21T13:11:27.982125+0000 mgr.x (mgr.34104) 4506 : cluster [DBG] pgmap v2987: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:28.930 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:28 smithi178 bash[75692]: audit 2024-03-21T13:11:28.285933+0000 mon.a (mon.0) 6848 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:28.930 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:28 smithi178 bash[75692]: audit 2024-03-21T13:11:28.287503+0000 mon.a (mon.0) 6849 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:28.930 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:28 smithi178 bash[75692]: audit 2024-03-21T13:11:28.299510+0000 mon.a (mon.0) 6850 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:28.930 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:28 smithi178 bash[75692]: audit 2024-03-21T13:11:28.379854+0000 mon.a (mon.0) 6851 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:28.930 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:28 smithi178 bash[75692]: audit 2024-03-21T13:11:28.383147+0000 mon.a (mon.0) 6852 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:28.930 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:28 smithi178 bash[75692]: audit 2024-03-21T13:11:28.387526+0000 mon.a (mon.0) 6853 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:28.931 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:28 smithi178 bash[75692]: audit 2024-03-21T13:11:28.388885+0000 mon.a (mon.0) 6854 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:28.931 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:28 smithi178 bash[75692]: audit 2024-03-21T13:11:28.400476+0000 mon.a (mon.0) 6855 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:28.931 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:28 smithi178 bash[75692]: audit 2024-03-21T13:11:28.479726+0000 mon.a (mon.0) 6856 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:28.931 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:28 smithi178 bash[75692]: audit 2024-03-21T13:11:28.483637+0000 mon.a (mon.0) 6857 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:28.931 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:28 smithi178 bash[75692]: audit 2024-03-21T13:11:28.487282+0000 mon.a (mon.0) 6858 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:28.931 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:28 smithi178 bash[75692]: audit 2024-03-21T13:11:28.488666+0000 mon.a (mon.0) 6859 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:28.931 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:28 smithi178 bash[75692]: audit 2024-03-21T13:11:28.500923+0000 mon.a (mon.0) 6860 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:28.931 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:28 smithi178 bash[75692]: audit 2024-03-21T13:11:28.583979+0000 mon.a (mon.0) 6861 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:28.931 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:28 smithi178 bash[75692]: audit 2024-03-21T13:11:28.587030+0000 mon.a (mon.0) 6862 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:28.931 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:28 smithi178 bash[75692]: audit 2024-03-21T13:11:28.590620+0000 mon.a (mon.0) 6863 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:28.931 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:28 smithi178 bash[75692]: audit 2024-03-21T13:11:28.591973+0000 mon.a (mon.0) 6864 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:28.931 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:28 smithi178 bash[75692]: audit 2024-03-21T13:11:28.601989+0000 mon.a (mon.0) 6865 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:28.932 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:28 smithi178 bash[77880]: audit 2024-03-21T13:11:27.990987+0000 mon.a (mon.0) 6835 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:28.932 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:28 smithi178 bash[77880]: cephadm 2024-03-21T13:11:27.992285+0000 mgr.x (mgr.34104) 4507 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:28.932 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:28 smithi178 bash[77880]: audit 2024-03-21T13:11:28.072895+0000 mon.a (mon.0) 6836 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:28.932 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:28 smithi178 bash[77880]: audit 2024-03-21T13:11:28.076470+0000 mon.a (mon.0) 6837 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:28.932 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:28 smithi178 bash[77880]: audit 2024-03-21T13:11:28.082030+0000 mon.a (mon.0) 6838 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:28.932 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:28 smithi178 bash[77880]: audit 2024-03-21T13:11:28.083823+0000 mon.a (mon.0) 6839 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:28.932 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:28 smithi178 bash[77880]: cluster 2024-03-21T13:11:28.087339+0000 mgr.x (mgr.34104) 4508 : cluster [DBG] pgmap v2988: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:28.932 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:28 smithi178 bash[77880]: cluster 2024-03-21T13:11:28.088070+0000 mgr.x (mgr.34104) 4509 : cluster [DBG] pgmap v2989: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:28.932 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:28 smithi178 bash[77880]: audit 2024-03-21T13:11:28.096492+0000 mon.a (mon.0) 6840 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:28.932 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:28 smithi178 bash[77880]: cephadm 2024-03-21T13:11:28.097912+0000 mgr.x (mgr.34104) 4510 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:28.932 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:28 smithi178 bash[77880]: audit 2024-03-21T13:11:28.180064+0000 mon.a (mon.0) 6841 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:28.932 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:28 smithi178 bash[77880]: audit 2024-03-21T13:11:28.183910+0000 mon.a (mon.0) 6842 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:28.933 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:28 smithi178 bash[77880]: audit 2024-03-21T13:11:28.188081+0000 mon.a (mon.0) 6843 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:28.933 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:28 smithi178 bash[77880]: audit 2024-03-21T13:11:28.189674+0000 mon.a (mon.0) 6844 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:28.933 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:28 smithi178 bash[77880]: cluster 2024-03-21T13:11:28.192566+0000 mgr.x (mgr.34104) 4511 : cluster [DBG] pgmap v2990: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:28.933 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:28 smithi178 bash[77880]: cluster 2024-03-21T13:11:28.192812+0000 mgr.x (mgr.34104) 4512 : cluster [DBG] pgmap v2991: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:28.933 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:28 smithi178 bash[77880]: audit 2024-03-21T13:11:28.198777+0000 mon.a (mon.0) 6845 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:28.933 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:28 smithi178 bash[77880]: cephadm 2024-03-21T13:11:28.199981+0000 mgr.x (mgr.34104) 4513 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:28.933 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:28 smithi178 bash[77880]: audit 2024-03-21T13:11:28.279143+0000 mon.a (mon.0) 6846 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:28.933 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:28 smithi178 bash[77880]: audit 2024-03-21T13:11:28.282327+0000 mon.a (mon.0) 6847 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:28.933 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:28 smithi178 bash[77880]: audit 2024-03-21T13:11:28.285933+0000 mon.a (mon.0) 6848 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:28.933 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:28 smithi178 bash[77880]: audit 2024-03-21T13:11:28.287503+0000 mon.a (mon.0) 6849 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:28.933 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:28 smithi178 bash[77880]: audit 2024-03-21T13:11:28.299510+0000 mon.a (mon.0) 6850 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:28.933 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:28 smithi178 bash[77880]: audit 2024-03-21T13:11:28.379854+0000 mon.a (mon.0) 6851 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:28.933 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:28 smithi178 bash[77880]: audit 2024-03-21T13:11:28.383147+0000 mon.a (mon.0) 6852 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:28.933 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:28 smithi178 bash[77880]: audit 2024-03-21T13:11:28.387526+0000 mon.a (mon.0) 6853 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:28.933 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:28 smithi178 bash[77880]: audit 2024-03-21T13:11:28.388885+0000 mon.a (mon.0) 6854 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:28.934 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:28 smithi178 bash[77880]: audit 2024-03-21T13:11:28.400476+0000 mon.a (mon.0) 6855 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:28.934 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:28 smithi178 bash[77880]: audit 2024-03-21T13:11:28.479726+0000 mon.a (mon.0) 6856 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:28.934 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:28 smithi178 bash[77880]: audit 2024-03-21T13:11:28.483637+0000 mon.a (mon.0) 6857 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:28.934 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:28 smithi178 bash[77880]: audit 2024-03-21T13:11:28.487282+0000 mon.a (mon.0) 6858 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:28.934 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:28 smithi178 bash[77880]: audit 2024-03-21T13:11:28.488666+0000 mon.a (mon.0) 6859 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:28.934 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:28 smithi178 bash[77880]: audit 2024-03-21T13:11:28.500923+0000 mon.a (mon.0) 6860 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:28.934 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:28 smithi178 bash[77880]: audit 2024-03-21T13:11:28.583979+0000 mon.a (mon.0) 6861 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:28.934 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:28 smithi178 bash[77880]: audit 2024-03-21T13:11:28.587030+0000 mon.a (mon.0) 6862 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:28.934 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:28 smithi178 bash[77880]: audit 2024-03-21T13:11:28.590620+0000 mon.a (mon.0) 6863 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:28.934 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:28 smithi178 bash[77880]: audit 2024-03-21T13:11:28.591973+0000 mon.a (mon.0) 6864 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:28.934 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:28 smithi178 bash[77880]: audit 2024-03-21T13:11:28.601989+0000 mon.a (mon.0) 6865 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:29.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:28 smithi184 bash[59794]: cephadm 2024-03-21T13:11:27.285079+0000 mgr.x (mgr.34104) 4487 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:29.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:28 smithi184 bash[59794]: cluster 2024-03-21T13:11:27.377391+0000 mgr.x (mgr.34104) 4488 : cluster [DBG] pgmap v2975: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:29.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:28 smithi184 bash[59794]: cluster 2024-03-21T13:11:27.377909+0000 mgr.x (mgr.34104) 4489 : cluster [DBG] pgmap v2976: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:29.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:28 smithi184 bash[59794]: cephadm 2024-03-21T13:11:27.386472+0000 mgr.x (mgr.34104) 4490 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:29.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:28 smithi184 bash[59794]: cluster 2024-03-21T13:11:27.477966+0000 mgr.x (mgr.34104) 4491 : cluster [DBG] pgmap v2977: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:29.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:28 smithi184 bash[59794]: cephadm 2024-03-21T13:11:27.487077+0000 mgr.x (mgr.34104) 4492 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:29.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:28 smithi184 bash[59794]: cluster 2024-03-21T13:11:27.578790+0000 mgr.x (mgr.34104) 4493 : cluster [DBG] pgmap v2978: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:29.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:28 smithi184 bash[59794]: cluster 2024-03-21T13:11:27.579316+0000 mgr.x (mgr.34104) 4494 : cluster [DBG] pgmap v2979: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:29.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:28 smithi184 bash[59794]: cephadm 2024-03-21T13:11:27.587455+0000 mgr.x (mgr.34104) 4495 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:29.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:28 smithi184 bash[59794]: audit 2024-03-21T13:11:27.669145+0000 mon.a (mon.0) 6816 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:29.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:28 smithi184 bash[59794]: audit 2024-03-21T13:11:27.671610+0000 mon.a (mon.0) 6817 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:29.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:28 smithi184 bash[59794]: audit 2024-03-21T13:11:27.674360+0000 mon.a (mon.0) 6818 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:29.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:28 smithi184 bash[59794]: audit 2024-03-21T13:11:27.675373+0000 mon.a (mon.0) 6819 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:29.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:28 smithi184 bash[59794]: cluster 2024-03-21T13:11:27.677674+0000 mgr.x (mgr.34104) 4496 : cluster [DBG] pgmap v2980: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:29.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:28 smithi184 bash[59794]: cluster 2024-03-21T13:11:27.678087+0000 mgr.x (mgr.34104) 4497 : cluster [DBG] pgmap v2981: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:29.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:28 smithi184 bash[59794]: audit 2024-03-21T13:11:27.682313+0000 mon.a (mon.0) 6820 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:29.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:28 smithi184 bash[59794]: cephadm 2024-03-21T13:11:27.683370+0000 mgr.x (mgr.34104) 4498 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:29.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:28 smithi184 bash[59794]: audit 2024-03-21T13:11:27.762715+0000 mon.a (mon.0) 6821 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:29.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:28 smithi184 bash[59794]: audit 2024-03-21T13:11:27.765648+0000 mon.a (mon.0) 6822 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:29.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:28 smithi184 bash[59794]: audit 2024-03-21T13:11:27.768537+0000 mon.a (mon.0) 6823 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:29.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:28 smithi184 bash[59794]: audit 2024-03-21T13:11:27.769605+0000 mon.a (mon.0) 6824 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:29.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:28 smithi184 bash[59794]: cluster 2024-03-21T13:11:27.772162+0000 mgr.x (mgr.34104) 4499 : cluster [DBG] pgmap v2982: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:29.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:28 smithi184 bash[59794]: cluster 2024-03-21T13:11:27.772669+0000 mgr.x (mgr.34104) 4500 : cluster [DBG] pgmap v2983: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:29.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:28 smithi184 bash[59794]: audit 2024-03-21T13:11:27.779313+0000 mon.a (mon.0) 6825 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:29.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:28 smithi184 bash[59794]: cephadm 2024-03-21T13:11:27.780549+0000 mgr.x (mgr.34104) 4501 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:29.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:28 smithi184 bash[59794]: audit 2024-03-21T13:11:27.860406+0000 mon.a (mon.0) 6826 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:29.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:28 smithi184 bash[59794]: audit 2024-03-21T13:11:27.864255+0000 mon.a (mon.0) 6827 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:29.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:28 smithi184 bash[59794]: audit 2024-03-21T13:11:27.869370+0000 mon.a (mon.0) 6828 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:29.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:28 smithi184 bash[59794]: audit 2024-03-21T13:11:27.871138+0000 mon.a (mon.0) 6829 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:29.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:28 smithi184 bash[59794]: cluster 2024-03-21T13:11:27.874101+0000 mgr.x (mgr.34104) 4502 : cluster [DBG] pgmap v2984: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:29.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:28 smithi184 bash[59794]: cluster 2024-03-21T13:11:27.874384+0000 mgr.x (mgr.34104) 4503 : cluster [DBG] pgmap v2985: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:29.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:28 smithi184 bash[59794]: audit 2024-03-21T13:11:27.883385+0000 mon.a (mon.0) 6830 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:29.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:28 smithi184 bash[59794]: cephadm 2024-03-21T13:11:27.884838+0000 mgr.x (mgr.34104) 4504 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:29.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:28 smithi184 bash[59794]: audit 2024-03-21T13:11:27.967271+0000 mon.a (mon.0) 6831 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:29.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:28 smithi184 bash[59794]: audit 2024-03-21T13:11:27.972637+0000 mon.a (mon.0) 6832 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:29.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:28 smithi184 bash[59794]: audit 2024-03-21T13:11:27.976505+0000 mon.a (mon.0) 6833 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:29.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:28 smithi184 bash[59794]: audit 2024-03-21T13:11:27.978150+0000 mon.a (mon.0) 6834 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:29.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:28 smithi184 bash[59794]: cluster 2024-03-21T13:11:27.981545+0000 mgr.x (mgr.34104) 4505 : cluster [DBG] pgmap v2986: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:29.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:28 smithi184 bash[59794]: cluster 2024-03-21T13:11:27.982125+0000 mgr.x (mgr.34104) 4506 : cluster [DBG] pgmap v2987: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:29.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:28 smithi184 bash[59794]: audit 2024-03-21T13:11:27.990987+0000 mon.a (mon.0) 6835 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:29.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:28 smithi184 bash[59794]: cephadm 2024-03-21T13:11:27.992285+0000 mgr.x (mgr.34104) 4507 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:29.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:28 smithi184 bash[59794]: audit 2024-03-21T13:11:28.072895+0000 mon.a (mon.0) 6836 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:29.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:28 smithi184 bash[59794]: audit 2024-03-21T13:11:28.076470+0000 mon.a (mon.0) 6837 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:29.080 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:28 smithi184 bash[59794]: audit 2024-03-21T13:11:28.082030+0000 mon.a (mon.0) 6838 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:29.080 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:28 smithi184 bash[59794]: audit 2024-03-21T13:11:28.083823+0000 mon.a (mon.0) 6839 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:29.080 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:28 smithi184 bash[59794]: cluster 2024-03-21T13:11:28.087339+0000 mgr.x (mgr.34104) 4508 : cluster [DBG] pgmap v2988: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:29.080 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:28 smithi184 bash[59794]: cluster 2024-03-21T13:11:28.088070+0000 mgr.x (mgr.34104) 4509 : cluster [DBG] pgmap v2989: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:29.080 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:28 smithi184 bash[59794]: audit 2024-03-21T13:11:28.096492+0000 mon.a (mon.0) 6840 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:29.080 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:28 smithi184 bash[59794]: cephadm 2024-03-21T13:11:28.097912+0000 mgr.x (mgr.34104) 4510 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:29.080 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:28 smithi184 bash[59794]: audit 2024-03-21T13:11:28.180064+0000 mon.a (mon.0) 6841 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:29.081 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:28 smithi184 bash[59794]: audit 2024-03-21T13:11:28.183910+0000 mon.a (mon.0) 6842 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:29.081 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:28 smithi184 bash[59794]: audit 2024-03-21T13:11:28.188081+0000 mon.a (mon.0) 6843 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:29.081 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:28 smithi184 bash[59794]: audit 2024-03-21T13:11:28.189674+0000 mon.a (mon.0) 6844 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:29.081 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:28 smithi184 bash[59794]: cluster 2024-03-21T13:11:28.192566+0000 mgr.x (mgr.34104) 4511 : cluster [DBG] pgmap v2990: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:29.081 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:28 smithi184 bash[59794]: cluster 2024-03-21T13:11:28.192812+0000 mgr.x (mgr.34104) 4512 : cluster [DBG] pgmap v2991: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:29.081 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:28 smithi184 bash[59794]: audit 2024-03-21T13:11:28.198777+0000 mon.a (mon.0) 6845 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:29.082 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:28 smithi184 bash[59794]: cephadm 2024-03-21T13:11:28.199981+0000 mgr.x (mgr.34104) 4513 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:29.082 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:28 smithi184 bash[59794]: audit 2024-03-21T13:11:28.279143+0000 mon.a (mon.0) 6846 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:29.082 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:28 smithi184 bash[59794]: audit 2024-03-21T13:11:28.282327+0000 mon.a (mon.0) 6847 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:29.082 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:28 smithi184 bash[59794]: audit 2024-03-21T13:11:28.285933+0000 mon.a (mon.0) 6848 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:29.082 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:28 smithi184 bash[59794]: audit 2024-03-21T13:11:28.287503+0000 mon.a (mon.0) 6849 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:29.083 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:28 smithi184 bash[59794]: audit 2024-03-21T13:11:28.299510+0000 mon.a (mon.0) 6850 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:29.083 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:28 smithi184 bash[59794]: audit 2024-03-21T13:11:28.379854+0000 mon.a (mon.0) 6851 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:29.083 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:28 smithi184 bash[59794]: audit 2024-03-21T13:11:28.383147+0000 mon.a (mon.0) 6852 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:29.083 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:28 smithi184 bash[59794]: audit 2024-03-21T13:11:28.387526+0000 mon.a (mon.0) 6853 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:29.083 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:28 smithi184 bash[59794]: audit 2024-03-21T13:11:28.388885+0000 mon.a (mon.0) 6854 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:29.083 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:28 smithi184 bash[59794]: audit 2024-03-21T13:11:28.400476+0000 mon.a (mon.0) 6855 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:29.083 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:28 smithi184 bash[59794]: audit 2024-03-21T13:11:28.479726+0000 mon.a (mon.0) 6856 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:29.083 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:28 smithi184 bash[59794]: audit 2024-03-21T13:11:28.483637+0000 mon.a (mon.0) 6857 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:29.083 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:28 smithi184 bash[59794]: audit 2024-03-21T13:11:28.487282+0000 mon.a (mon.0) 6858 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:29.083 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:28 smithi184 bash[59794]: audit 2024-03-21T13:11:28.488666+0000 mon.a (mon.0) 6859 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:29.083 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:28 smithi184 bash[59794]: audit 2024-03-21T13:11:28.500923+0000 mon.a (mon.0) 6860 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:29.083 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:28 smithi184 bash[59794]: audit 2024-03-21T13:11:28.583979+0000 mon.a (mon.0) 6861 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:29.083 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:28 smithi184 bash[59794]: audit 2024-03-21T13:11:28.587030+0000 mon.a (mon.0) 6862 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:29.083 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:28 smithi184 bash[59794]: audit 2024-03-21T13:11:28.590620+0000 mon.a (mon.0) 6863 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:29.084 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:28 smithi184 bash[59794]: audit 2024-03-21T13:11:28.591973+0000 mon.a (mon.0) 6864 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:29.084 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:28 smithi184 bash[59794]: audit 2024-03-21T13:11:28.601989+0000 mon.a (mon.0) 6865 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:30.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:29 smithi178 bash[75692]: cluster 2024-03-21T13:11:28.290605+0000 mgr.x (mgr.34104) 4514 : cluster [DBG] pgmap v2992: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:30.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:29 smithi178 bash[75692]: cluster 2024-03-21T13:11:28.290897+0000 mgr.x (mgr.34104) 4515 : cluster [DBG] pgmap v2993: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:30.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:29 smithi178 bash[75692]: cephadm 2024-03-21T13:11:28.300745+0000 mgr.x (mgr.34104) 4516 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:30.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:29 smithi178 bash[75692]: cluster 2024-03-21T13:11:28.392053+0000 mgr.x (mgr.34104) 4517 : cluster [DBG] pgmap v2994: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:30.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:29 smithi178 bash[75692]: cluster 2024-03-21T13:11:28.392401+0000 mgr.x (mgr.34104) 4518 : cluster [DBG] pgmap v2995: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:30.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:29 smithi178 bash[75692]: cephadm 2024-03-21T13:11:28.401768+0000 mgr.x (mgr.34104) 4519 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:30.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:29 smithi178 bash[75692]: cluster 2024-03-21T13:11:28.491976+0000 mgr.x (mgr.34104) 4520 : cluster [DBG] pgmap v2996: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:30.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:29 smithi178 bash[75692]: cluster 2024-03-21T13:11:28.492181+0000 mgr.x (mgr.34104) 4521 : cluster [DBG] pgmap v2997: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:30.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:29 smithi178 bash[75692]: cephadm 2024-03-21T13:11:28.502344+0000 mgr.x (mgr.34104) 4522 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:30.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:29 smithi178 bash[75692]: cluster 2024-03-21T13:11:28.594896+0000 mgr.x (mgr.34104) 4523 : cluster [DBG] pgmap v2998: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:30.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:29 smithi178 bash[75692]: cluster 2024-03-21T13:11:28.595272+0000 mgr.x (mgr.34104) 4524 : cluster [DBG] pgmap v2999: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:30.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:29 smithi178 bash[75692]: cephadm 2024-03-21T13:11:28.603136+0000 mgr.x (mgr.34104) 4525 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:30.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:29 smithi178 bash[75692]: audit 2024-03-21T13:11:28.686782+0000 mon.a (mon.0) 6866 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:30.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:29 smithi178 bash[75692]: audit 2024-03-21T13:11:28.689478+0000 mon.a (mon.0) 6867 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:30.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:29 smithi178 bash[75692]: audit 2024-03-21T13:11:28.692097+0000 mon.a (mon.0) 6868 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:30.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:29 smithi178 bash[75692]: audit 2024-03-21T13:11:28.693248+0000 mon.a (mon.0) 6869 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:30.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:29 smithi178 bash[75692]: cluster 2024-03-21T13:11:28.695923+0000 mgr.x (mgr.34104) 4526 : cluster [DBG] pgmap v3000: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:30.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:29 smithi178 bash[75692]: cluster 2024-03-21T13:11:28.696466+0000 mgr.x (mgr.34104) 4527 : cluster [DBG] pgmap v3001: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:30.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:29 smithi178 bash[75692]: audit 2024-03-21T13:11:28.700923+0000 mon.a (mon.0) 6870 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:30.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:29 smithi178 bash[75692]: cephadm 2024-03-21T13:11:28.702213+0000 mgr.x (mgr.34104) 4528 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:30.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:29 smithi178 bash[77880]: cluster 2024-03-21T13:11:28.290605+0000 mgr.x (mgr.34104) 4514 : cluster [DBG] pgmap v2992: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:30.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:29 smithi178 bash[77880]: cluster 2024-03-21T13:11:28.290897+0000 mgr.x (mgr.34104) 4515 : cluster [DBG] pgmap v2993: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:30.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:29 smithi178 bash[77880]: cephadm 2024-03-21T13:11:28.300745+0000 mgr.x (mgr.34104) 4516 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:30.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:29 smithi178 bash[77880]: cluster 2024-03-21T13:11:28.392053+0000 mgr.x (mgr.34104) 4517 : cluster [DBG] pgmap v2994: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:30.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:29 smithi178 bash[77880]: cluster 2024-03-21T13:11:28.392401+0000 mgr.x (mgr.34104) 4518 : cluster [DBG] pgmap v2995: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:30.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:29 smithi178 bash[77880]: cephadm 2024-03-21T13:11:28.401768+0000 mgr.x (mgr.34104) 4519 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:30.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:29 smithi178 bash[77880]: cluster 2024-03-21T13:11:28.491976+0000 mgr.x (mgr.34104) 4520 : cluster [DBG] pgmap v2996: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:30.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:29 smithi178 bash[77880]: cluster 2024-03-21T13:11:28.492181+0000 mgr.x (mgr.34104) 4521 : cluster [DBG] pgmap v2997: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:30.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:29 smithi178 bash[77880]: cephadm 2024-03-21T13:11:28.502344+0000 mgr.x (mgr.34104) 4522 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:30.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:29 smithi178 bash[77880]: cluster 2024-03-21T13:11:28.594896+0000 mgr.x (mgr.34104) 4523 : cluster [DBG] pgmap v2998: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:30.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:29 smithi178 bash[77880]: cluster 2024-03-21T13:11:28.595272+0000 mgr.x (mgr.34104) 4524 : cluster [DBG] pgmap v2999: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:30.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:29 smithi178 bash[77880]: cephadm 2024-03-21T13:11:28.603136+0000 mgr.x (mgr.34104) 4525 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:30.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:29 smithi178 bash[77880]: audit 2024-03-21T13:11:28.686782+0000 mon.a (mon.0) 6866 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:30.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:29 smithi178 bash[77880]: audit 2024-03-21T13:11:28.689478+0000 mon.a (mon.0) 6867 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:30.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:29 smithi178 bash[77880]: audit 2024-03-21T13:11:28.692097+0000 mon.a (mon.0) 6868 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:30.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:29 smithi178 bash[77880]: audit 2024-03-21T13:11:28.693248+0000 mon.a (mon.0) 6869 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:30.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:29 smithi178 bash[77880]: cluster 2024-03-21T13:11:28.695923+0000 mgr.x (mgr.34104) 4526 : cluster [DBG] pgmap v3000: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:30.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:29 smithi178 bash[77880]: cluster 2024-03-21T13:11:28.696466+0000 mgr.x (mgr.34104) 4527 : cluster [DBG] pgmap v3001: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:30.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:29 smithi178 bash[77880]: audit 2024-03-21T13:11:28.700923+0000 mon.a (mon.0) 6870 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:30.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:29 smithi178 bash[77880]: cephadm 2024-03-21T13:11:28.702213+0000 mgr.x (mgr.34104) 4528 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:30.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:29 smithi178 bash[75692]: audit 2024-03-21T13:11:28.784242+0000 mon.a (mon.0) 6871 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:30.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:29 smithi178 bash[75692]: audit 2024-03-21T13:11:28.787120+0000 mon.a (mon.0) 6872 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:30.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:29 smithi178 bash[75692]: audit 2024-03-21T13:11:28.789791+0000 mon.a (mon.0) 6873 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:30.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:29 smithi178 bash[75692]: audit 2024-03-21T13:11:28.790983+0000 mon.a (mon.0) 6874 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:30.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:29 smithi178 bash[75692]: cluster 2024-03-21T13:11:28.793482+0000 mgr.x (mgr.34104) 4529 : cluster [DBG] pgmap v3002: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:30.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:29 smithi178 bash[75692]: audit 2024-03-21T13:11:28.800579+0000 mon.a (mon.0) 6875 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:30.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:29 smithi178 bash[75692]: cephadm 2024-03-21T13:11:28.801839+0000 mgr.x (mgr.34104) 4530 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:30.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:29 smithi178 bash[75692]: cluster 2024-03-21T13:11:28.847733+0000 mon.a (mon.0) 6876 : cluster [WRN] Health check update: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-21T13:11:30.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:29 smithi178 bash[75692]: audit 2024-03-21T13:11:28.883194+0000 mon.a (mon.0) 6877 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:30.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:29 smithi178 bash[75692]: audit 2024-03-21T13:11:28.887838+0000 mon.a (mon.0) 6878 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:30.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:29 smithi178 bash[75692]: audit 2024-03-21T13:11:28.892197+0000 mon.a (mon.0) 6879 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:30.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:29 smithi178 bash[75692]: audit 2024-03-21T13:11:28.893987+0000 mon.a (mon.0) 6880 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:30.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:29 smithi178 bash[75692]: cluster 2024-03-21T13:11:28.897312+0000 mgr.x (mgr.34104) 4531 : cluster [DBG] pgmap v3003: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:30.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:29 smithi178 bash[75692]: cluster 2024-03-21T13:11:28.898006+0000 mgr.x (mgr.34104) 4532 : cluster [DBG] pgmap v3004: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:30.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:29 smithi178 bash[75692]: audit 2024-03-21T13:11:28.906085+0000 mon.a (mon.0) 6881 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:30.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:29 smithi178 bash[75692]: cephadm 2024-03-21T13:11:28.907583+0000 mgr.x (mgr.34104) 4533 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:30.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:29 smithi178 bash[75692]: audit 2024-03-21T13:11:28.992726+0000 mon.a (mon.0) 6882 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:30.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:29 smithi178 bash[75692]: audit 2024-03-21T13:11:28.995840+0000 mon.a (mon.0) 6883 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:30.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:29 smithi178 bash[75692]: audit 2024-03-21T13:11:28.999217+0000 mon.a (mon.0) 6884 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:30.053 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:29 smithi178 bash[77880]: audit 2024-03-21T13:11:28.784242+0000 mon.a (mon.0) 6871 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:30.053 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:29 smithi178 bash[77880]: audit 2024-03-21T13:11:28.787120+0000 mon.a (mon.0) 6872 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:30.053 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:29 smithi178 bash[77880]: audit 2024-03-21T13:11:28.789791+0000 mon.a (mon.0) 6873 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:30.053 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:29 smithi178 bash[77880]: audit 2024-03-21T13:11:28.790983+0000 mon.a (mon.0) 6874 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:30.053 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:29 smithi178 bash[77880]: cluster 2024-03-21T13:11:28.793482+0000 mgr.x (mgr.34104) 4529 : cluster [DBG] pgmap v3002: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:30.053 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:29 smithi178 bash[77880]: audit 2024-03-21T13:11:28.800579+0000 mon.a (mon.0) 6875 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:30.053 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:29 smithi178 bash[77880]: cephadm 2024-03-21T13:11:28.801839+0000 mgr.x (mgr.34104) 4530 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:30.053 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:29 smithi178 bash[77880]: cluster 2024-03-21T13:11:28.847733+0000 mon.a (mon.0) 6876 : cluster [WRN] Health check update: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-21T13:11:30.053 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:29 smithi178 bash[77880]: audit 2024-03-21T13:11:28.883194+0000 mon.a (mon.0) 6877 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:30.054 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:29 smithi178 bash[77880]: audit 2024-03-21T13:11:28.887838+0000 mon.a (mon.0) 6878 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:30.054 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:29 smithi178 bash[77880]: audit 2024-03-21T13:11:28.892197+0000 mon.a (mon.0) 6879 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:30.054 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:29 smithi178 bash[77880]: audit 2024-03-21T13:11:28.893987+0000 mon.a (mon.0) 6880 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:30.054 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:29 smithi178 bash[77880]: cluster 2024-03-21T13:11:28.897312+0000 mgr.x (mgr.34104) 4531 : cluster [DBG] pgmap v3003: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:30.054 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:29 smithi178 bash[77880]: cluster 2024-03-21T13:11:28.898006+0000 mgr.x (mgr.34104) 4532 : cluster [DBG] pgmap v3004: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:30.054 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:29 smithi178 bash[77880]: audit 2024-03-21T13:11:28.906085+0000 mon.a (mon.0) 6881 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:30.054 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:29 smithi178 bash[77880]: cephadm 2024-03-21T13:11:28.907583+0000 mgr.x (mgr.34104) 4533 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:30.054 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:29 smithi178 bash[77880]: audit 2024-03-21T13:11:28.992726+0000 mon.a (mon.0) 6882 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:30.054 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:29 smithi178 bash[77880]: audit 2024-03-21T13:11:28.995840+0000 mon.a (mon.0) 6883 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:30.054 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:29 smithi178 bash[77880]: audit 2024-03-21T13:11:28.999217+0000 mon.a (mon.0) 6884 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:30.055 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:29 smithi178 bash[75692]: audit 2024-03-21T13:11:29.000278+0000 mon.a (mon.0) 6885 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:30.055 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:29 smithi178 bash[75692]: cluster 2024-03-21T13:11:29.002382+0000 mgr.x (mgr.34104) 4534 : cluster [DBG] pgmap v3005: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:30.055 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:29 smithi178 bash[75692]: cluster 2024-03-21T13:11:29.002671+0000 mgr.x (mgr.34104) 4535 : cluster [DBG] pgmap v3006: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:30.055 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:29 smithi178 bash[75692]: audit 2024-03-21T13:11:29.009626+0000 mon.a (mon.0) 6886 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:30.055 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:29 smithi178 bash[75692]: cephadm 2024-03-21T13:11:29.010831+0000 mgr.x (mgr.34104) 4536 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:30.055 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:29 smithi178 bash[75692]: audit 2024-03-21T13:11:29.088233+0000 mon.a (mon.0) 6887 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:30.055 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:29 smithi178 bash[75692]: audit 2024-03-21T13:11:29.091342+0000 mon.a (mon.0) 6888 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:30.055 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:29 smithi178 bash[75692]: audit 2024-03-21T13:11:29.094421+0000 mon.a (mon.0) 6889 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:30.055 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:29 smithi178 bash[75692]: audit 2024-03-21T13:11:29.095671+0000 mon.a (mon.0) 6890 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:30.055 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:29 smithi178 bash[75692]: cluster 2024-03-21T13:11:29.098480+0000 mgr.x (mgr.34104) 4537 : cluster [DBG] pgmap v3007: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:30.055 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:29 smithi178 bash[75692]: cluster 2024-03-21T13:11:29.098894+0000 mgr.x (mgr.34104) 4538 : cluster [DBG] pgmap v3008: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:30.056 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:29 smithi178 bash[75692]: audit 2024-03-21T13:11:29.108092+0000 mon.a (mon.0) 6891 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:30.056 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:29 smithi178 bash[75692]: cephadm 2024-03-21T13:11:29.109274+0000 mgr.x (mgr.34104) 4539 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:30.056 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:29 smithi178 bash[75692]: audit 2024-03-21T13:11:29.191435+0000 mon.a (mon.0) 6892 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:30.056 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:29 smithi178 bash[75692]: audit 2024-03-21T13:11:29.196223+0000 mon.a (mon.0) 6893 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:30.056 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:29 smithi178 bash[75692]: audit 2024-03-21T13:11:29.200548+0000 mon.a (mon.0) 6894 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:30.056 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:29 smithi178 bash[75692]: audit 2024-03-21T13:11:29.202063+0000 mon.a (mon.0) 6895 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:30.056 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:29 smithi178 bash[75692]: cluster 2024-03-21T13:11:29.205021+0000 mgr.x (mgr.34104) 4540 : cluster [DBG] pgmap v3009: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:30.056 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:29 smithi178 bash[75692]: cluster 2024-03-21T13:11:29.205459+0000 mgr.x (mgr.34104) 4541 : cluster [DBG] pgmap v3010: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:30.056 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:29 smithi178 bash[75692]: audit 2024-03-21T13:11:29.209637+0000 mon.a (mon.0) 6896 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:30.056 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:29 smithi178 bash[75692]: cephadm 2024-03-21T13:11:29.210779+0000 mgr.x (mgr.34104) 4542 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:30.056 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:29 smithi178 bash[75692]: audit 2024-03-21T13:11:29.292628+0000 mon.a (mon.0) 6897 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:30.056 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:29 smithi178 bash[75692]: audit 2024-03-21T13:11:29.296048+0000 mon.a (mon.0) 6898 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:30.056 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:29 smithi178 bash[75692]: audit 2024-03-21T13:11:29.299583+0000 mon.a (mon.0) 6899 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:30.056 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:29 smithi178 bash[75692]: audit 2024-03-21T13:11:29.300927+0000 mon.a (mon.0) 6900 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:30.056 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:29 smithi178 bash[75692]: audit 2024-03-21T13:11:29.310682+0000 mon.a (mon.0) 6901 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:30.057 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:29 smithi178 bash[75692]: audit 2024-03-21T13:11:29.392598+0000 mon.a (mon.0) 6902 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:30.057 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:29 smithi178 bash[75692]: audit 2024-03-21T13:11:29.395409+0000 mon.a (mon.0) 6903 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:30.057 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:29 smithi178 bash[75692]: audit 2024-03-21T13:11:29.398686+0000 mon.a (mon.0) 6904 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:30.057 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:29 smithi178 bash[75692]: audit 2024-03-21T13:11:29.399955+0000 mon.a (mon.0) 6905 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:30.057 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:29 smithi178 bash[75692]: audit 2024-03-21T13:11:29.409711+0000 mon.a (mon.0) 6906 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:30.057 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:29 smithi178 bash[75692]: audit 2024-03-21T13:11:29.491320+0000 mon.a (mon.0) 6907 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:30.057 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:29 smithi178 bash[75692]: audit 2024-03-21T13:11:29.494182+0000 mon.a (mon.0) 6908 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:30.057 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:29 smithi178 bash[75692]: audit 2024-03-21T13:11:29.497477+0000 mon.a (mon.0) 6909 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:30.057 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:29 smithi178 bash[75692]: audit 2024-03-21T13:11:29.498292+0000 mon.a (mon.0) 6910 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:30.057 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:29 smithi178 bash[75692]: audit 2024-03-21T13:11:29.505903+0000 mon.a (mon.0) 6911 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:30.057 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:29 smithi178 bash[75692]: audit 2024-03-21T13:11:29.584724+0000 mon.a (mon.0) 6912 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:30.057 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:29 smithi178 bash[75692]: audit 2024-03-21T13:11:29.587651+0000 mon.a (mon.0) 6913 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:30.057 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:29 smithi178 bash[75692]: audit 2024-03-21T13:11:29.590783+0000 mon.a (mon.0) 6914 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:30.057 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:29 smithi178 bash[75692]: audit 2024-03-21T13:11:29.591973+0000 mon.a (mon.0) 6915 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:30.058 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:29 smithi178 bash[75692]: audit 2024-03-21T13:11:29.602691+0000 mon.a (mon.0) 6916 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:30.058 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:29 smithi178 bash[77880]: audit 2024-03-21T13:11:29.000278+0000 mon.a (mon.0) 6885 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:30.058 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:29 smithi178 bash[77880]: cluster 2024-03-21T13:11:29.002382+0000 mgr.x (mgr.34104) 4534 : cluster [DBG] pgmap v3005: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:30.058 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:29 smithi178 bash[77880]: cluster 2024-03-21T13:11:29.002671+0000 mgr.x (mgr.34104) 4535 : cluster [DBG] pgmap v3006: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:30.058 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:29 smithi178 bash[77880]: audit 2024-03-21T13:11:29.009626+0000 mon.a (mon.0) 6886 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:30.058 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:29 smithi178 bash[77880]: cephadm 2024-03-21T13:11:29.010831+0000 mgr.x (mgr.34104) 4536 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:30.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:29 smithi178 bash[77880]: audit 2024-03-21T13:11:29.088233+0000 mon.a (mon.0) 6887 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:30.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:29 smithi178 bash[77880]: audit 2024-03-21T13:11:29.091342+0000 mon.a (mon.0) 6888 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:30.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:29 smithi178 bash[77880]: audit 2024-03-21T13:11:29.094421+0000 mon.a (mon.0) 6889 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:30.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:29 smithi178 bash[77880]: audit 2024-03-21T13:11:29.095671+0000 mon.a (mon.0) 6890 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:30.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:29 smithi178 bash[77880]: cluster 2024-03-21T13:11:29.098480+0000 mgr.x (mgr.34104) 4537 : cluster [DBG] pgmap v3007: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:30.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:29 smithi178 bash[77880]: cluster 2024-03-21T13:11:29.098894+0000 mgr.x (mgr.34104) 4538 : cluster [DBG] pgmap v3008: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:30.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:29 smithi178 bash[77880]: audit 2024-03-21T13:11:29.108092+0000 mon.a (mon.0) 6891 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:30.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:29 smithi178 bash[77880]: cephadm 2024-03-21T13:11:29.109274+0000 mgr.x (mgr.34104) 4539 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:30.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:29 smithi178 bash[77880]: audit 2024-03-21T13:11:29.191435+0000 mon.a (mon.0) 6892 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:30.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:29 smithi178 bash[77880]: audit 2024-03-21T13:11:29.196223+0000 mon.a (mon.0) 6893 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:30.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:29 smithi178 bash[77880]: audit 2024-03-21T13:11:29.200548+0000 mon.a (mon.0) 6894 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:30.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:29 smithi178 bash[77880]: audit 2024-03-21T13:11:29.202063+0000 mon.a (mon.0) 6895 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:30.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:29 smithi178 bash[77880]: cluster 2024-03-21T13:11:29.205021+0000 mgr.x (mgr.34104) 4540 : cluster [DBG] pgmap v3009: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:30.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:29 smithi178 bash[77880]: cluster 2024-03-21T13:11:29.205459+0000 mgr.x (mgr.34104) 4541 : cluster [DBG] pgmap v3010: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:30.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:29 smithi178 bash[77880]: audit 2024-03-21T13:11:29.209637+0000 mon.a (mon.0) 6896 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:30.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:29 smithi178 bash[77880]: cephadm 2024-03-21T13:11:29.210779+0000 mgr.x (mgr.34104) 4542 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:30.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:29 smithi178 bash[77880]: audit 2024-03-21T13:11:29.292628+0000 mon.a (mon.0) 6897 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:30.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:29 smithi178 bash[77880]: audit 2024-03-21T13:11:29.296048+0000 mon.a (mon.0) 6898 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:30.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:29 smithi178 bash[77880]: audit 2024-03-21T13:11:29.299583+0000 mon.a (mon.0) 6899 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:30.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:29 smithi178 bash[77880]: audit 2024-03-21T13:11:29.300927+0000 mon.a (mon.0) 6900 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:30.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:29 smithi178 bash[77880]: audit 2024-03-21T13:11:29.310682+0000 mon.a (mon.0) 6901 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:30.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:29 smithi178 bash[77880]: audit 2024-03-21T13:11:29.392598+0000 mon.a (mon.0) 6902 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:30.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:29 smithi178 bash[77880]: audit 2024-03-21T13:11:29.395409+0000 mon.a (mon.0) 6903 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:30.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:29 smithi178 bash[77880]: audit 2024-03-21T13:11:29.398686+0000 mon.a (mon.0) 6904 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:30.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:29 smithi178 bash[77880]: audit 2024-03-21T13:11:29.399955+0000 mon.a (mon.0) 6905 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:30.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:29 smithi178 bash[77880]: audit 2024-03-21T13:11:29.409711+0000 mon.a (mon.0) 6906 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:30.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:29 smithi178 bash[77880]: audit 2024-03-21T13:11:29.491320+0000 mon.a (mon.0) 6907 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:30.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:29 smithi178 bash[77880]: audit 2024-03-21T13:11:29.494182+0000 mon.a (mon.0) 6908 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:30.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:29 smithi178 bash[77880]: audit 2024-03-21T13:11:29.497477+0000 mon.a (mon.0) 6909 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:30.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:29 smithi178 bash[77880]: audit 2024-03-21T13:11:29.498292+0000 mon.a (mon.0) 6910 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:30.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:29 smithi178 bash[77880]: audit 2024-03-21T13:11:29.505903+0000 mon.a (mon.0) 6911 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:30.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:29 smithi178 bash[77880]: audit 2024-03-21T13:11:29.584724+0000 mon.a (mon.0) 6912 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:30.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:29 smithi178 bash[77880]: audit 2024-03-21T13:11:29.587651+0000 mon.a (mon.0) 6913 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:30.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:29 smithi178 bash[77880]: audit 2024-03-21T13:11:29.590783+0000 mon.a (mon.0) 6914 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:30.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:29 smithi178 bash[77880]: audit 2024-03-21T13:11:29.591973+0000 mon.a (mon.0) 6915 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:30.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:29 smithi178 bash[77880]: audit 2024-03-21T13:11:29.602691+0000 mon.a (mon.0) 6916 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:30.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:29 smithi184 bash[59794]: cluster 2024-03-21T13:11:28.290605+0000 mgr.x (mgr.34104) 4514 : cluster [DBG] pgmap v2992: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:30.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:29 smithi184 bash[59794]: cluster 2024-03-21T13:11:28.290897+0000 mgr.x (mgr.34104) 4515 : cluster [DBG] pgmap v2993: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:30.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:29 smithi184 bash[59794]: cephadm 2024-03-21T13:11:28.300745+0000 mgr.x (mgr.34104) 4516 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:30.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:29 smithi184 bash[59794]: cluster 2024-03-21T13:11:28.392053+0000 mgr.x (mgr.34104) 4517 : cluster [DBG] pgmap v2994: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:30.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:29 smithi184 bash[59794]: cluster 2024-03-21T13:11:28.392401+0000 mgr.x (mgr.34104) 4518 : cluster [DBG] pgmap v2995: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:30.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:29 smithi184 bash[59794]: cephadm 2024-03-21T13:11:28.401768+0000 mgr.x (mgr.34104) 4519 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:30.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:29 smithi184 bash[59794]: cluster 2024-03-21T13:11:28.491976+0000 mgr.x (mgr.34104) 4520 : cluster [DBG] pgmap v2996: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:30.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:29 smithi184 bash[59794]: cluster 2024-03-21T13:11:28.492181+0000 mgr.x (mgr.34104) 4521 : cluster [DBG] pgmap v2997: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:30.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:29 smithi184 bash[59794]: cephadm 2024-03-21T13:11:28.502344+0000 mgr.x (mgr.34104) 4522 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:30.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:29 smithi184 bash[59794]: cluster 2024-03-21T13:11:28.594896+0000 mgr.x (mgr.34104) 4523 : cluster [DBG] pgmap v2998: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:30.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:29 smithi184 bash[59794]: cluster 2024-03-21T13:11:28.595272+0000 mgr.x (mgr.34104) 4524 : cluster [DBG] pgmap v2999: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:30.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:29 smithi184 bash[59794]: cephadm 2024-03-21T13:11:28.603136+0000 mgr.x (mgr.34104) 4525 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:30.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:29 smithi184 bash[59794]: audit 2024-03-21T13:11:28.686782+0000 mon.a (mon.0) 6866 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:30.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:29 smithi184 bash[59794]: audit 2024-03-21T13:11:28.689478+0000 mon.a (mon.0) 6867 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:30.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:29 smithi184 bash[59794]: audit 2024-03-21T13:11:28.692097+0000 mon.a (mon.0) 6868 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:30.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:29 smithi184 bash[59794]: audit 2024-03-21T13:11:28.693248+0000 mon.a (mon.0) 6869 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:30.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:29 smithi184 bash[59794]: cluster 2024-03-21T13:11:28.695923+0000 mgr.x (mgr.34104) 4526 : cluster [DBG] pgmap v3000: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:30.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:29 smithi184 bash[59794]: cluster 2024-03-21T13:11:28.696466+0000 mgr.x (mgr.34104) 4527 : cluster [DBG] pgmap v3001: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:30.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:29 smithi184 bash[59794]: audit 2024-03-21T13:11:28.700923+0000 mon.a (mon.0) 6870 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:30.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:29 smithi184 bash[59794]: cephadm 2024-03-21T13:11:28.702213+0000 mgr.x (mgr.34104) 4528 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:30.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:29 smithi184 bash[59794]: audit 2024-03-21T13:11:28.784242+0000 mon.a (mon.0) 6871 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:30.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:29 smithi184 bash[59794]: audit 2024-03-21T13:11:28.787120+0000 mon.a (mon.0) 6872 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:30.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:29 smithi184 bash[59794]: audit 2024-03-21T13:11:28.789791+0000 mon.a (mon.0) 6873 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:30.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:29 smithi184 bash[59794]: audit 2024-03-21T13:11:28.790983+0000 mon.a (mon.0) 6874 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:30.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:29 smithi184 bash[59794]: cluster 2024-03-21T13:11:28.793482+0000 mgr.x (mgr.34104) 4529 : cluster [DBG] pgmap v3002: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:30.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:29 smithi184 bash[59794]: audit 2024-03-21T13:11:28.800579+0000 mon.a (mon.0) 6875 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:30.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:29 smithi184 bash[59794]: cephadm 2024-03-21T13:11:28.801839+0000 mgr.x (mgr.34104) 4530 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:30.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:29 smithi184 bash[59794]: cluster 2024-03-21T13:11:28.847733+0000 mon.a (mon.0) 6876 : cluster [WRN] Health check update: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-21T13:11:30.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:29 smithi184 bash[59794]: audit 2024-03-21T13:11:28.883194+0000 mon.a (mon.0) 6877 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:30.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:29 smithi184 bash[59794]: audit 2024-03-21T13:11:28.887838+0000 mon.a (mon.0) 6878 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:30.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:29 smithi184 bash[59794]: audit 2024-03-21T13:11:28.892197+0000 mon.a (mon.0) 6879 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:30.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:29 smithi184 bash[59794]: audit 2024-03-21T13:11:28.893987+0000 mon.a (mon.0) 6880 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:30.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:29 smithi184 bash[59794]: cluster 2024-03-21T13:11:28.897312+0000 mgr.x (mgr.34104) 4531 : cluster [DBG] pgmap v3003: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:30.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:29 smithi184 bash[59794]: cluster 2024-03-21T13:11:28.898006+0000 mgr.x (mgr.34104) 4532 : cluster [DBG] pgmap v3004: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:30.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:29 smithi184 bash[59794]: audit 2024-03-21T13:11:28.906085+0000 mon.a (mon.0) 6881 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:30.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:29 smithi184 bash[59794]: cephadm 2024-03-21T13:11:28.907583+0000 mgr.x (mgr.34104) 4533 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:30.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:29 smithi184 bash[59794]: audit 2024-03-21T13:11:28.992726+0000 mon.a (mon.0) 6882 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:30.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:29 smithi184 bash[59794]: audit 2024-03-21T13:11:28.995840+0000 mon.a (mon.0) 6883 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:30.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:29 smithi184 bash[59794]: audit 2024-03-21T13:11:28.999217+0000 mon.a (mon.0) 6884 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:30.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:29 smithi184 bash[59794]: audit 2024-03-21T13:11:29.000278+0000 mon.a (mon.0) 6885 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:30.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:29 smithi184 bash[59794]: cluster 2024-03-21T13:11:29.002382+0000 mgr.x (mgr.34104) 4534 : cluster [DBG] pgmap v3005: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:30.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:29 smithi184 bash[59794]: cluster 2024-03-21T13:11:29.002671+0000 mgr.x (mgr.34104) 4535 : cluster [DBG] pgmap v3006: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:30.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:29 smithi184 bash[59794]: audit 2024-03-21T13:11:29.009626+0000 mon.a (mon.0) 6886 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:30.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:29 smithi184 bash[59794]: cephadm 2024-03-21T13:11:29.010831+0000 mgr.x (mgr.34104) 4536 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:30.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:29 smithi184 bash[59794]: audit 2024-03-21T13:11:29.088233+0000 mon.a (mon.0) 6887 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:30.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:29 smithi184 bash[59794]: audit 2024-03-21T13:11:29.091342+0000 mon.a (mon.0) 6888 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:30.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:29 smithi184 bash[59794]: audit 2024-03-21T13:11:29.094421+0000 mon.a (mon.0) 6889 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:30.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:29 smithi184 bash[59794]: audit 2024-03-21T13:11:29.095671+0000 mon.a (mon.0) 6890 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:30.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:29 smithi184 bash[59794]: cluster 2024-03-21T13:11:29.098480+0000 mgr.x (mgr.34104) 4537 : cluster [DBG] pgmap v3007: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:30.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:29 smithi184 bash[59794]: cluster 2024-03-21T13:11:29.098894+0000 mgr.x (mgr.34104) 4538 : cluster [DBG] pgmap v3008: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:30.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:29 smithi184 bash[59794]: audit 2024-03-21T13:11:29.108092+0000 mon.a (mon.0) 6891 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:30.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:29 smithi184 bash[59794]: cephadm 2024-03-21T13:11:29.109274+0000 mgr.x (mgr.34104) 4539 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:30.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:29 smithi184 bash[59794]: audit 2024-03-21T13:11:29.191435+0000 mon.a (mon.0) 6892 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:30.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:29 smithi184 bash[59794]: audit 2024-03-21T13:11:29.196223+0000 mon.a (mon.0) 6893 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:30.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:29 smithi184 bash[59794]: audit 2024-03-21T13:11:29.200548+0000 mon.a (mon.0) 6894 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:30.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:29 smithi184 bash[59794]: audit 2024-03-21T13:11:29.202063+0000 mon.a (mon.0) 6895 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:30.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:29 smithi184 bash[59794]: cluster 2024-03-21T13:11:29.205021+0000 mgr.x (mgr.34104) 4540 : cluster [DBG] pgmap v3009: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:30.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:29 smithi184 bash[59794]: cluster 2024-03-21T13:11:29.205459+0000 mgr.x (mgr.34104) 4541 : cluster [DBG] pgmap v3010: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:30.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:29 smithi184 bash[59794]: audit 2024-03-21T13:11:29.209637+0000 mon.a (mon.0) 6896 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:30.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:29 smithi184 bash[59794]: cephadm 2024-03-21T13:11:29.210779+0000 mgr.x (mgr.34104) 4542 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:30.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:29 smithi184 bash[59794]: audit 2024-03-21T13:11:29.292628+0000 mon.a (mon.0) 6897 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:30.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:29 smithi184 bash[59794]: audit 2024-03-21T13:11:29.296048+0000 mon.a (mon.0) 6898 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:30.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:29 smithi184 bash[59794]: audit 2024-03-21T13:11:29.299583+0000 mon.a (mon.0) 6899 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:30.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:29 smithi184 bash[59794]: audit 2024-03-21T13:11:29.300927+0000 mon.a (mon.0) 6900 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:30.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:29 smithi184 bash[59794]: audit 2024-03-21T13:11:29.310682+0000 mon.a (mon.0) 6901 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:30.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:29 smithi184 bash[59794]: audit 2024-03-21T13:11:29.392598+0000 mon.a (mon.0) 6902 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:30.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:29 smithi184 bash[59794]: audit 2024-03-21T13:11:29.395409+0000 mon.a (mon.0) 6903 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:30.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:29 smithi184 bash[59794]: audit 2024-03-21T13:11:29.398686+0000 mon.a (mon.0) 6904 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:30.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:29 smithi184 bash[59794]: audit 2024-03-21T13:11:29.399955+0000 mon.a (mon.0) 6905 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:30.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:29 smithi184 bash[59794]: audit 2024-03-21T13:11:29.409711+0000 mon.a (mon.0) 6906 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:30.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:29 smithi184 bash[59794]: audit 2024-03-21T13:11:29.491320+0000 mon.a (mon.0) 6907 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:30.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:29 smithi184 bash[59794]: audit 2024-03-21T13:11:29.494182+0000 mon.a (mon.0) 6908 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:30.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:29 smithi184 bash[59794]: audit 2024-03-21T13:11:29.497477+0000 mon.a (mon.0) 6909 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:30.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:29 smithi184 bash[59794]: audit 2024-03-21T13:11:29.498292+0000 mon.a (mon.0) 6910 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:30.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:29 smithi184 bash[59794]: audit 2024-03-21T13:11:29.505903+0000 mon.a (mon.0) 6911 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:30.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:29 smithi184 bash[59794]: audit 2024-03-21T13:11:29.584724+0000 mon.a (mon.0) 6912 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:30.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:29 smithi184 bash[59794]: audit 2024-03-21T13:11:29.587651+0000 mon.a (mon.0) 6913 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:30.080 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:29 smithi184 bash[59794]: audit 2024-03-21T13:11:29.590783+0000 mon.a (mon.0) 6914 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:30.080 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:29 smithi184 bash[59794]: audit 2024-03-21T13:11:29.591973+0000 mon.a (mon.0) 6915 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:30.080 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:29 smithi184 bash[59794]: audit 2024-03-21T13:11:29.602691+0000 mon.a (mon.0) 6916 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:30.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:30 smithi178 bash[75692]: cluster 2024-03-21T13:11:29.304155+0000 mgr.x (mgr.34104) 4543 : cluster [DBG] pgmap v3011: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:30.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:30 smithi178 bash[75692]: cluster 2024-03-21T13:11:29.304711+0000 mgr.x (mgr.34104) 4544 : cluster [DBG] pgmap v3012: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:30.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:30 smithi178 bash[75692]: cephadm 2024-03-21T13:11:29.311899+0000 mgr.x (mgr.34104) 4545 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:30.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:30 smithi178 bash[75692]: cluster 2024-03-21T13:11:29.402904+0000 mgr.x (mgr.34104) 4546 : cluster [DBG] pgmap v3013: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:30.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:30 smithi178 bash[75692]: cluster 2024-03-21T13:11:29.403453+0000 mgr.x (mgr.34104) 4547 : cluster [DBG] pgmap v3014: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:30.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:30 smithi178 bash[75692]: cephadm 2024-03-21T13:11:29.410829+0000 mgr.x (mgr.34104) 4548 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:30.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:30 smithi178 bash[75692]: cluster 2024-03-21T13:11:29.500589+0000 mgr.x (mgr.34104) 4549 : cluster [DBG] pgmap v3015: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:30.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:30 smithi178 bash[75692]: cluster 2024-03-21T13:11:29.501134+0000 mgr.x (mgr.34104) 4550 : cluster [DBG] pgmap v3016: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:30.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:30 smithi178 bash[75692]: cephadm 2024-03-21T13:11:29.506934+0000 mgr.x (mgr.34104) 4551 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:30.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:30 smithi178 bash[75692]: cluster 2024-03-21T13:11:29.595735+0000 mgr.x (mgr.34104) 4552 : cluster [DBG] pgmap v3017: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:30.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:30 smithi178 bash[75692]: cephadm 2024-03-21T13:11:29.603848+0000 mgr.x (mgr.34104) 4553 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:30.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:30 smithi178 bash[75692]: audit 2024-03-21T13:11:29.688437+0000 mon.a (mon.0) 6917 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:30.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:30 smithi178 bash[75692]: audit 2024-03-21T13:11:29.690618+0000 mon.a (mon.0) 6918 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:30.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:30 smithi178 bash[75692]: audit 2024-03-21T13:11:29.693679+0000 mon.a (mon.0) 6919 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:30.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:30 smithi178 bash[75692]: audit 2024-03-21T13:11:29.694586+0000 mon.a (mon.0) 6920 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:30.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:30 smithi178 bash[75692]: cluster 2024-03-21T13:11:29.696756+0000 mgr.x (mgr.34104) 4554 : cluster [DBG] pgmap v3018: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:30.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:30 smithi178 bash[75692]: cluster 2024-03-21T13:11:29.697154+0000 mgr.x (mgr.34104) 4555 : cluster [DBG] pgmap v3019: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:30.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:30 smithi178 bash[75692]: audit 2024-03-21T13:11:29.698213+0000 mon.c (mon.1) 21 : audit [DBG] from='client.? 172.21.15.178:0/1658427764' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2024-03-21T13:11:30.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:30 smithi178 bash[75692]: audit 2024-03-21T13:11:29.701781+0000 mon.a (mon.0) 6921 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:30.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:30 smithi178 bash[77880]: cluster 2024-03-21T13:11:29.304155+0000 mgr.x (mgr.34104) 4543 : cluster [DBG] pgmap v3011: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:30.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:30 smithi178 bash[77880]: cluster 2024-03-21T13:11:29.304711+0000 mgr.x (mgr.34104) 4544 : cluster [DBG] pgmap v3012: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:30.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:30 smithi178 bash[77880]: cephadm 2024-03-21T13:11:29.311899+0000 mgr.x (mgr.34104) 4545 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:30.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:30 smithi178 bash[77880]: cluster 2024-03-21T13:11:29.402904+0000 mgr.x (mgr.34104) 4546 : cluster [DBG] pgmap v3013: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:30.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:30 smithi178 bash[77880]: cluster 2024-03-21T13:11:29.403453+0000 mgr.x (mgr.34104) 4547 : cluster [DBG] pgmap v3014: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:30.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:30 smithi178 bash[77880]: cephadm 2024-03-21T13:11:29.410829+0000 mgr.x (mgr.34104) 4548 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:30.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:30 smithi178 bash[77880]: cluster 2024-03-21T13:11:29.500589+0000 mgr.x (mgr.34104) 4549 : cluster [DBG] pgmap v3015: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:30.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:30 smithi178 bash[77880]: cluster 2024-03-21T13:11:29.501134+0000 mgr.x (mgr.34104) 4550 : cluster [DBG] pgmap v3016: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:30.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:30 smithi178 bash[77880]: cephadm 2024-03-21T13:11:29.506934+0000 mgr.x (mgr.34104) 4551 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:30.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:30 smithi178 bash[77880]: cluster 2024-03-21T13:11:29.595735+0000 mgr.x (mgr.34104) 4552 : cluster [DBG] pgmap v3017: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:30.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:30 smithi178 bash[77880]: cephadm 2024-03-21T13:11:29.603848+0000 mgr.x (mgr.34104) 4553 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:30.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:30 smithi178 bash[77880]: audit 2024-03-21T13:11:29.688437+0000 mon.a (mon.0) 6917 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:30.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:30 smithi178 bash[77880]: audit 2024-03-21T13:11:29.690618+0000 mon.a (mon.0) 6918 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:30.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:30 smithi178 bash[77880]: audit 2024-03-21T13:11:29.693679+0000 mon.a (mon.0) 6919 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:30.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:30 smithi178 bash[77880]: audit 2024-03-21T13:11:29.694586+0000 mon.a (mon.0) 6920 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:30.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:30 smithi178 bash[77880]: cluster 2024-03-21T13:11:29.696756+0000 mgr.x (mgr.34104) 4554 : cluster [DBG] pgmap v3018: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:30.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:30 smithi178 bash[77880]: cluster 2024-03-21T13:11:29.697154+0000 mgr.x (mgr.34104) 4555 : cluster [DBG] pgmap v3019: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:30.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:30 smithi178 bash[77880]: audit 2024-03-21T13:11:29.698213+0000 mon.c (mon.1) 21 : audit [DBG] from='client.? 172.21.15.178:0/1658427764' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2024-03-21T13:11:30.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:30 smithi178 bash[77880]: audit 2024-03-21T13:11:29.701781+0000 mon.a (mon.0) 6921 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:30.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:30 smithi178 bash[75692]: cephadm 2024-03-21T13:11:29.703075+0000 mgr.x (mgr.34104) 4556 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:30.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:30 smithi178 bash[75692]: audit 2024-03-21T13:11:29.784379+0000 mon.a (mon.0) 6922 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:30.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:30 smithi178 bash[75692]: audit 2024-03-21T13:11:29.788011+0000 mon.a (mon.0) 6923 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:30.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:30 smithi178 bash[75692]: audit 2024-03-21T13:11:29.791169+0000 mon.a (mon.0) 6924 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:30.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:30 smithi178 bash[75692]: audit 2024-03-21T13:11:29.792524+0000 mon.a (mon.0) 6925 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:30.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:30 smithi178 bash[75692]: cluster 2024-03-21T13:11:29.795189+0000 mgr.x (mgr.34104) 4557 : cluster [DBG] pgmap v3020: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:30.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:30 smithi178 bash[75692]: cluster 2024-03-21T13:11:29.795739+0000 mgr.x (mgr.34104) 4558 : cluster [DBG] pgmap v3021: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:30.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:30 smithi178 bash[75692]: audit 2024-03-21T13:11:29.802418+0000 mon.a (mon.0) 6926 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:30.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:30 smithi178 bash[75692]: cephadm 2024-03-21T13:11:29.803543+0000 mgr.x (mgr.34104) 4559 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:30.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:30 smithi178 bash[75692]: audit 2024-03-21T13:11:29.881155+0000 mon.a (mon.0) 6927 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:30.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:30 smithi178 bash[75692]: audit 2024-03-21T13:11:29.884455+0000 mon.a (mon.0) 6928 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:30.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:30 smithi178 bash[75692]: audit 2024-03-21T13:11:29.888258+0000 mon.a (mon.0) 6929 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:30.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:30 smithi178 bash[75692]: audit 2024-03-21T13:11:29.889612+0000 mon.a (mon.0) 6930 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:30.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:30 smithi178 bash[75692]: cluster 2024-03-21T13:11:29.893400+0000 mgr.x (mgr.34104) 4560 : cluster [DBG] pgmap v3022: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:30.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:30 smithi178 bash[75692]: cluster 2024-03-21T13:11:29.893913+0000 mgr.x (mgr.34104) 4561 : cluster [DBG] pgmap v3023: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:30.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:30 smithi178 bash[75692]: audit 2024-03-21T13:11:29.899651+0000 mon.a (mon.0) 6931 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:30.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:30 smithi178 bash[75692]: cephadm 2024-03-21T13:11:29.900941+0000 mgr.x (mgr.34104) 4562 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:30.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:30 smithi178 bash[75692]: audit 2024-03-21T13:11:29.980405+0000 mon.a (mon.0) 6932 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:30.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:30 smithi178 bash[75692]: audit 2024-03-21T13:11:29.984057+0000 mon.a (mon.0) 6933 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:30.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:30 smithi178 bash[75692]: audit 2024-03-21T13:11:29.989636+0000 mon.a (mon.0) 6934 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:30.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:30 smithi178 bash[77880]: cephadm 2024-03-21T13:11:29.703075+0000 mgr.x (mgr.34104) 4556 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:30.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:30 smithi178 bash[77880]: audit 2024-03-21T13:11:29.784379+0000 mon.a (mon.0) 6922 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:30.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:30 smithi178 bash[77880]: audit 2024-03-21T13:11:29.788011+0000 mon.a (mon.0) 6923 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:30.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:30 smithi178 bash[77880]: audit 2024-03-21T13:11:29.791169+0000 mon.a (mon.0) 6924 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:30.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:30 smithi178 bash[77880]: audit 2024-03-21T13:11:29.792524+0000 mon.a (mon.0) 6925 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:30.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:30 smithi178 bash[77880]: cluster 2024-03-21T13:11:29.795189+0000 mgr.x (mgr.34104) 4557 : cluster [DBG] pgmap v3020: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:30.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:30 smithi178 bash[77880]: cluster 2024-03-21T13:11:29.795739+0000 mgr.x (mgr.34104) 4558 : cluster [DBG] pgmap v3021: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:30.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:30 smithi178 bash[77880]: audit 2024-03-21T13:11:29.802418+0000 mon.a (mon.0) 6926 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:30.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:30 smithi178 bash[77880]: cephadm 2024-03-21T13:11:29.803543+0000 mgr.x (mgr.34104) 4559 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:30.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:30 smithi178 bash[77880]: audit 2024-03-21T13:11:29.881155+0000 mon.a (mon.0) 6927 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:30.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:30 smithi178 bash[77880]: audit 2024-03-21T13:11:29.884455+0000 mon.a (mon.0) 6928 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:30.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:30 smithi178 bash[77880]: audit 2024-03-21T13:11:29.888258+0000 mon.a (mon.0) 6929 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:30.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:30 smithi178 bash[77880]: audit 2024-03-21T13:11:29.889612+0000 mon.a (mon.0) 6930 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:30.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:30 smithi178 bash[77880]: cluster 2024-03-21T13:11:29.893400+0000 mgr.x (mgr.34104) 4560 : cluster [DBG] pgmap v3022: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:30.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:30 smithi178 bash[77880]: cluster 2024-03-21T13:11:29.893913+0000 mgr.x (mgr.34104) 4561 : cluster [DBG] pgmap v3023: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:30.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:30 smithi178 bash[77880]: audit 2024-03-21T13:11:29.899651+0000 mon.a (mon.0) 6931 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:30.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:30 smithi178 bash[77880]: cephadm 2024-03-21T13:11:29.900941+0000 mgr.x (mgr.34104) 4562 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:30.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:30 smithi178 bash[77880]: audit 2024-03-21T13:11:29.980405+0000 mon.a (mon.0) 6932 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:30.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:30 smithi178 bash[77880]: audit 2024-03-21T13:11:29.984057+0000 mon.a (mon.0) 6933 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:30.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:30 smithi178 bash[77880]: audit 2024-03-21T13:11:29.989636+0000 mon.a (mon.0) 6934 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:30.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:30 smithi178 bash[75692]: audit 2024-03-21T13:11:29.991551+0000 mon.a (mon.0) 6935 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:30.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:30 smithi178 bash[75692]: cluster 2024-03-21T13:11:29.994810+0000 mgr.x (mgr.34104) 4563 : cluster [DBG] pgmap v3024: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:30.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:30 smithi178 bash[75692]: cluster 2024-03-21T13:11:29.995312+0000 mgr.x (mgr.34104) 4564 : cluster [DBG] pgmap v3025: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:30.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:30 smithi178 bash[75692]: audit 2024-03-21T13:11:30.006453+0000 mon.a (mon.0) 6936 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:30.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:30 smithi178 bash[75692]: cephadm 2024-03-21T13:11:30.007722+0000 mgr.x (mgr.34104) 4565 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:30.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:30 smithi178 bash[75692]: audit 2024-03-21T13:11:30.084053+0000 mon.a (mon.0) 6937 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:30.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:30 smithi178 bash[75692]: audit 2024-03-21T13:11:30.087478+0000 mon.a (mon.0) 6938 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:30.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:30 smithi178 bash[75692]: audit 2024-03-21T13:11:30.090447+0000 mon.a (mon.0) 6939 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:30.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:30 smithi178 bash[75692]: audit 2024-03-21T13:11:30.091704+0000 mon.a (mon.0) 6940 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:30.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:30 smithi178 bash[75692]: cluster 2024-03-21T13:11:30.094353+0000 mgr.x (mgr.34104) 4566 : cluster [DBG] pgmap v3026: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:30.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:30 smithi178 bash[75692]: cluster 2024-03-21T13:11:30.094828+0000 mgr.x (mgr.34104) 4567 : cluster [DBG] pgmap v3027: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:30.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:30 smithi178 bash[75692]: audit 2024-03-21T13:11:30.103035+0000 mon.a (mon.0) 6941 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:30.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:30 smithi178 bash[75692]: cephadm 2024-03-21T13:11:30.104210+0000 mgr.x (mgr.34104) 4568 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:30.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:30 smithi178 bash[75692]: audit 2024-03-21T13:11:30.181219+0000 mon.a (mon.0) 6942 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:30.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:30 smithi178 bash[75692]: audit 2024-03-21T13:11:30.185402+0000 mon.a (mon.0) 6943 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:30.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:30 smithi178 bash[75692]: audit 2024-03-21T13:11:30.188973+0000 mon.a (mon.0) 6944 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:30.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:30 smithi178 bash[75692]: audit 2024-03-21T13:11:30.190255+0000 mon.a (mon.0) 6945 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:30.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:30 smithi178 bash[75692]: cluster 2024-03-21T13:11:30.193333+0000 mgr.x (mgr.34104) 4569 : cluster [DBG] pgmap v3028: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:30.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:30 smithi178 bash[75692]: audit 2024-03-21T13:11:30.200639+0000 mon.a (mon.0) 6946 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:30.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:30 smithi178 bash[75692]: cephadm 2024-03-21T13:11:30.202001+0000 mgr.x (mgr.34104) 4570 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:30.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:30 smithi178 bash[77880]: audit 2024-03-21T13:11:29.991551+0000 mon.a (mon.0) 6935 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:30.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:30 smithi178 bash[77880]: cluster 2024-03-21T13:11:29.994810+0000 mgr.x (mgr.34104) 4563 : cluster [DBG] pgmap v3024: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:30.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:30 smithi178 bash[77880]: cluster 2024-03-21T13:11:29.995312+0000 mgr.x (mgr.34104) 4564 : cluster [DBG] pgmap v3025: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:30.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:30 smithi178 bash[77880]: audit 2024-03-21T13:11:30.006453+0000 mon.a (mon.0) 6936 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:30.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:30 smithi178 bash[77880]: cephadm 2024-03-21T13:11:30.007722+0000 mgr.x (mgr.34104) 4565 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:30.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:30 smithi178 bash[77880]: audit 2024-03-21T13:11:30.084053+0000 mon.a (mon.0) 6937 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:30.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:30 smithi178 bash[77880]: audit 2024-03-21T13:11:30.087478+0000 mon.a (mon.0) 6938 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:30.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:30 smithi178 bash[77880]: audit 2024-03-21T13:11:30.090447+0000 mon.a (mon.0) 6939 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:30.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:30 smithi178 bash[77880]: audit 2024-03-21T13:11:30.091704+0000 mon.a (mon.0) 6940 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:30.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:30 smithi178 bash[77880]: cluster 2024-03-21T13:11:30.094353+0000 mgr.x (mgr.34104) 4566 : cluster [DBG] pgmap v3026: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:30.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:30 smithi178 bash[77880]: cluster 2024-03-21T13:11:30.094828+0000 mgr.x (mgr.34104) 4567 : cluster [DBG] pgmap v3027: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:30.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:30 smithi178 bash[77880]: audit 2024-03-21T13:11:30.103035+0000 mon.a (mon.0) 6941 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:30.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:30 smithi178 bash[77880]: cephadm 2024-03-21T13:11:30.104210+0000 mgr.x (mgr.34104) 4568 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:30.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:30 smithi178 bash[77880]: audit 2024-03-21T13:11:30.181219+0000 mon.a (mon.0) 6942 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:30.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:30 smithi178 bash[77880]: audit 2024-03-21T13:11:30.185402+0000 mon.a (mon.0) 6943 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:30.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:30 smithi178 bash[77880]: audit 2024-03-21T13:11:30.188973+0000 mon.a (mon.0) 6944 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:30.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:30 smithi178 bash[77880]: audit 2024-03-21T13:11:30.190255+0000 mon.a (mon.0) 6945 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:30.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:30 smithi178 bash[77880]: cluster 2024-03-21T13:11:30.193333+0000 mgr.x (mgr.34104) 4569 : cluster [DBG] pgmap v3028: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:30.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:30 smithi178 bash[77880]: audit 2024-03-21T13:11:30.200639+0000 mon.a (mon.0) 6946 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:30.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:30 smithi178 bash[77880]: cephadm 2024-03-21T13:11:30.202001+0000 mgr.x (mgr.34104) 4570 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:30.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:30 smithi178 bash[75692]: audit 2024-03-21T13:11:30.283233+0000 mon.a (mon.0) 6947 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:30.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:30 smithi178 bash[75692]: audit 2024-03-21T13:11:30.286176+0000 mon.a (mon.0) 6948 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:30.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:30 smithi178 bash[75692]: audit 2024-03-21T13:11:30.289441+0000 mon.a (mon.0) 6949 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:30.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:30 smithi178 bash[75692]: audit 2024-03-21T13:11:30.290693+0000 mon.a (mon.0) 6950 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:30.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:30 smithi178 bash[75692]: audit 2024-03-21T13:11:30.303766+0000 mon.a (mon.0) 6951 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:30.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:30 smithi178 bash[75692]: audit 2024-03-21T13:11:30.384409+0000 mon.a (mon.0) 6952 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:30.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:30 smithi178 bash[75692]: audit 2024-03-21T13:11:30.387311+0000 mon.a (mon.0) 6953 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:30.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:30 smithi178 bash[75692]: audit 2024-03-21T13:11:30.390451+0000 mon.a (mon.0) 6954 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:30.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:30 smithi178 bash[75692]: audit 2024-03-21T13:11:30.391845+0000 mon.a (mon.0) 6955 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:30.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:30 smithi178 bash[75692]: audit 2024-03-21T13:11:30.402255+0000 mon.a (mon.0) 6956 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:30.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:30 smithi178 bash[75692]: audit 2024-03-21T13:11:30.482342+0000 mon.a (mon.0) 6957 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:30.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:30 smithi178 bash[75692]: audit 2024-03-21T13:11:30.485889+0000 mon.a (mon.0) 6958 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:30.811 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:30 smithi178 bash[75692]: audit 2024-03-21T13:11:30.488839+0000 mon.a (mon.0) 6959 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:30.811 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:30 smithi178 bash[75692]: audit 2024-03-21T13:11:30.490002+0000 mon.a (mon.0) 6960 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:30.811 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:30 smithi178 bash[75692]: audit 2024-03-21T13:11:30.501146+0000 mon.a (mon.0) 6961 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:30.811 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:30 smithi178 bash[75692]: audit 2024-03-21T13:11:30.579314+0000 mon.a (mon.0) 6962 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:30.811 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:30 smithi178 bash[75692]: audit 2024-03-21T13:11:30.583515+0000 mon.a (mon.0) 6963 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:30.811 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:30 smithi178 bash[75692]: audit 2024-03-21T13:11:30.587114+0000 mon.a (mon.0) 6964 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:30.811 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:30 smithi178 bash[75692]: audit 2024-03-21T13:11:30.588463+0000 mon.a (mon.0) 6965 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:30.811 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:30 smithi178 bash[75692]: audit 2024-03-21T13:11:30.597326+0000 mon.a (mon.0) 6966 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:30.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:30 smithi178 bash[77880]: audit 2024-03-21T13:11:30.283233+0000 mon.a (mon.0) 6947 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:30.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:30 smithi178 bash[77880]: audit 2024-03-21T13:11:30.286176+0000 mon.a (mon.0) 6948 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:30.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:30 smithi178 bash[77880]: audit 2024-03-21T13:11:30.289441+0000 mon.a (mon.0) 6949 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:30.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:30 smithi178 bash[77880]: audit 2024-03-21T13:11:30.290693+0000 mon.a (mon.0) 6950 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:30.812 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:30 smithi178 bash[77880]: audit 2024-03-21T13:11:30.303766+0000 mon.a (mon.0) 6951 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:30.812 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:30 smithi178 bash[77880]: audit 2024-03-21T13:11:30.384409+0000 mon.a (mon.0) 6952 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:30.812 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:30 smithi178 bash[77880]: audit 2024-03-21T13:11:30.387311+0000 mon.a (mon.0) 6953 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:30.812 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:30 smithi178 bash[77880]: audit 2024-03-21T13:11:30.390451+0000 mon.a (mon.0) 6954 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:30.812 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:30 smithi178 bash[77880]: audit 2024-03-21T13:11:30.391845+0000 mon.a (mon.0) 6955 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:30.812 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:30 smithi178 bash[77880]: audit 2024-03-21T13:11:30.402255+0000 mon.a (mon.0) 6956 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:30.812 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:30 smithi178 bash[77880]: audit 2024-03-21T13:11:30.482342+0000 mon.a (mon.0) 6957 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:30.812 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:30 smithi178 bash[77880]: audit 2024-03-21T13:11:30.485889+0000 mon.a (mon.0) 6958 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:30.812 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:30 smithi178 bash[77880]: audit 2024-03-21T13:11:30.488839+0000 mon.a (mon.0) 6959 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:30.812 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:30 smithi178 bash[77880]: audit 2024-03-21T13:11:30.490002+0000 mon.a (mon.0) 6960 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:30.812 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:30 smithi178 bash[77880]: audit 2024-03-21T13:11:30.501146+0000 mon.a (mon.0) 6961 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:30.812 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:30 smithi178 bash[77880]: audit 2024-03-21T13:11:30.579314+0000 mon.a (mon.0) 6962 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:30.812 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:30 smithi178 bash[77880]: audit 2024-03-21T13:11:30.583515+0000 mon.a (mon.0) 6963 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:30.812 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:30 smithi178 bash[77880]: audit 2024-03-21T13:11:30.587114+0000 mon.a (mon.0) 6964 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:30.813 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:30 smithi178 bash[77880]: audit 2024-03-21T13:11:30.588463+0000 mon.a (mon.0) 6965 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:30.813 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:30 smithi178 bash[77880]: audit 2024-03-21T13:11:30.597326+0000 mon.a (mon.0) 6966 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:31.061 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:30 smithi184 bash[59794]: cluster 2024-03-21T13:11:29.304155+0000 mgr.x (mgr.34104) 4543 : cluster [DBG] pgmap v3011: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:31.061 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:30 smithi184 bash[59794]: cluster 2024-03-21T13:11:29.304711+0000 mgr.x (mgr.34104) 4544 : cluster [DBG] pgmap v3012: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:31.062 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:30 smithi184 bash[59794]: cephadm 2024-03-21T13:11:29.311899+0000 mgr.x (mgr.34104) 4545 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:31.062 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:30 smithi184 bash[59794]: cluster 2024-03-21T13:11:29.402904+0000 mgr.x (mgr.34104) 4546 : cluster [DBG] pgmap v3013: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:31.062 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:30 smithi184 bash[59794]: cluster 2024-03-21T13:11:29.403453+0000 mgr.x (mgr.34104) 4547 : cluster [DBG] pgmap v3014: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:31.062 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:30 smithi184 bash[59794]: cephadm 2024-03-21T13:11:29.410829+0000 mgr.x (mgr.34104) 4548 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:31.062 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:30 smithi184 bash[59794]: cluster 2024-03-21T13:11:29.500589+0000 mgr.x (mgr.34104) 4549 : cluster [DBG] pgmap v3015: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:31.062 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:30 smithi184 bash[59794]: cluster 2024-03-21T13:11:29.501134+0000 mgr.x (mgr.34104) 4550 : cluster [DBG] pgmap v3016: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:31.062 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:30 smithi184 bash[59794]: cephadm 2024-03-21T13:11:29.506934+0000 mgr.x (mgr.34104) 4551 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:31.062 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:30 smithi184 bash[59794]: cluster 2024-03-21T13:11:29.595735+0000 mgr.x (mgr.34104) 4552 : cluster [DBG] pgmap v3017: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:31.062 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:30 smithi184 bash[59794]: cephadm 2024-03-21T13:11:29.603848+0000 mgr.x (mgr.34104) 4553 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:31.062 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:30 smithi184 bash[59794]: audit 2024-03-21T13:11:29.688437+0000 mon.a (mon.0) 6917 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:31.062 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:30 smithi184 bash[59794]: audit 2024-03-21T13:11:29.690618+0000 mon.a (mon.0) 6918 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:31.062 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:30 smithi184 bash[59794]: audit 2024-03-21T13:11:29.693679+0000 mon.a (mon.0) 6919 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:31.062 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:30 smithi184 bash[59794]: audit 2024-03-21T13:11:29.694586+0000 mon.a (mon.0) 6920 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:31.062 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:30 smithi184 bash[59794]: cluster 2024-03-21T13:11:29.696756+0000 mgr.x (mgr.34104) 4554 : cluster [DBG] pgmap v3018: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:31.063 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:30 smithi184 bash[59794]: cluster 2024-03-21T13:11:29.697154+0000 mgr.x (mgr.34104) 4555 : cluster [DBG] pgmap v3019: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:31.063 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:30 smithi184 bash[59794]: audit 2024-03-21T13:11:29.698213+0000 mon.c (mon.1) 21 : audit [DBG] from='client.? 172.21.15.178:0/1658427764' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2024-03-21T13:11:31.063 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:30 smithi184 bash[59794]: audit 2024-03-21T13:11:29.701781+0000 mon.a (mon.0) 6921 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:31.063 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:30 smithi184 bash[59794]: cephadm 2024-03-21T13:11:29.703075+0000 mgr.x (mgr.34104) 4556 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:31.064 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:30 smithi184 bash[59794]: audit 2024-03-21T13:11:29.784379+0000 mon.a (mon.0) 6922 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:31.064 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:30 smithi184 bash[59794]: audit 2024-03-21T13:11:29.788011+0000 mon.a (mon.0) 6923 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:31.064 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:30 smithi184 bash[59794]: audit 2024-03-21T13:11:29.791169+0000 mon.a (mon.0) 6924 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:31.064 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:30 smithi184 bash[59794]: audit 2024-03-21T13:11:29.792524+0000 mon.a (mon.0) 6925 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:31.064 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:30 smithi184 bash[59794]: cluster 2024-03-21T13:11:29.795189+0000 mgr.x (mgr.34104) 4557 : cluster [DBG] pgmap v3020: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:31.064 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:30 smithi184 bash[59794]: cluster 2024-03-21T13:11:29.795739+0000 mgr.x (mgr.34104) 4558 : cluster [DBG] pgmap v3021: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:31.064 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:30 smithi184 bash[59794]: audit 2024-03-21T13:11:29.802418+0000 mon.a (mon.0) 6926 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:31.064 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:30 smithi184 bash[59794]: cephadm 2024-03-21T13:11:29.803543+0000 mgr.x (mgr.34104) 4559 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:31.064 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:30 smithi184 bash[59794]: audit 2024-03-21T13:11:29.881155+0000 mon.a (mon.0) 6927 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:31.064 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:30 smithi184 bash[59794]: audit 2024-03-21T13:11:29.884455+0000 mon.a (mon.0) 6928 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:31.064 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:30 smithi184 bash[59794]: audit 2024-03-21T13:11:29.888258+0000 mon.a (mon.0) 6929 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:31.064 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:30 smithi184 bash[59794]: audit 2024-03-21T13:11:29.889612+0000 mon.a (mon.0) 6930 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:31.064 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:30 smithi184 bash[59794]: cluster 2024-03-21T13:11:29.893400+0000 mgr.x (mgr.34104) 4560 : cluster [DBG] pgmap v3022: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:31.064 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:30 smithi184 bash[59794]: cluster 2024-03-21T13:11:29.893913+0000 mgr.x (mgr.34104) 4561 : cluster [DBG] pgmap v3023: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:31.065 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:30 smithi184 bash[59794]: audit 2024-03-21T13:11:29.899651+0000 mon.a (mon.0) 6931 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:31.065 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:30 smithi184 bash[59794]: cephadm 2024-03-21T13:11:29.900941+0000 mgr.x (mgr.34104) 4562 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:31.065 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:30 smithi184 bash[59794]: audit 2024-03-21T13:11:29.980405+0000 mon.a (mon.0) 6932 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:31.065 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:30 smithi184 bash[59794]: audit 2024-03-21T13:11:29.984057+0000 mon.a (mon.0) 6933 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:31.065 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:30 smithi184 bash[59794]: audit 2024-03-21T13:11:29.989636+0000 mon.a (mon.0) 6934 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:31.065 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:30 smithi184 bash[59794]: audit 2024-03-21T13:11:29.991551+0000 mon.a (mon.0) 6935 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:31.065 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:30 smithi184 bash[59794]: cluster 2024-03-21T13:11:29.994810+0000 mgr.x (mgr.34104) 4563 : cluster [DBG] pgmap v3024: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:31.065 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:30 smithi184 bash[59794]: cluster 2024-03-21T13:11:29.995312+0000 mgr.x (mgr.34104) 4564 : cluster [DBG] pgmap v3025: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:31.065 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:30 smithi184 bash[59794]: audit 2024-03-21T13:11:30.006453+0000 mon.a (mon.0) 6936 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:31.066 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:30 smithi184 bash[59794]: cephadm 2024-03-21T13:11:30.007722+0000 mgr.x (mgr.34104) 4565 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:31.066 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:30 smithi184 bash[59794]: audit 2024-03-21T13:11:30.084053+0000 mon.a (mon.0) 6937 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:31.066 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:30 smithi184 bash[59794]: audit 2024-03-21T13:11:30.087478+0000 mon.a (mon.0) 6938 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:31.066 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:30 smithi184 bash[59794]: audit 2024-03-21T13:11:30.090447+0000 mon.a (mon.0) 6939 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:31.066 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:30 smithi184 bash[59794]: audit 2024-03-21T13:11:30.091704+0000 mon.a (mon.0) 6940 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:31.066 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:30 smithi184 bash[59794]: cluster 2024-03-21T13:11:30.094353+0000 mgr.x (mgr.34104) 4566 : cluster [DBG] pgmap v3026: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:31.066 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:30 smithi184 bash[59794]: cluster 2024-03-21T13:11:30.094828+0000 mgr.x (mgr.34104) 4567 : cluster [DBG] pgmap v3027: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:31.066 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:30 smithi184 bash[59794]: audit 2024-03-21T13:11:30.103035+0000 mon.a (mon.0) 6941 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:31.066 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:30 smithi184 bash[59794]: cephadm 2024-03-21T13:11:30.104210+0000 mgr.x (mgr.34104) 4568 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:31.066 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:30 smithi184 bash[59794]: audit 2024-03-21T13:11:30.181219+0000 mon.a (mon.0) 6942 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:31.066 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:30 smithi184 bash[59794]: audit 2024-03-21T13:11:30.185402+0000 mon.a (mon.0) 6943 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:31.066 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:30 smithi184 bash[59794]: audit 2024-03-21T13:11:30.188973+0000 mon.a (mon.0) 6944 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:31.066 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:30 smithi184 bash[59794]: audit 2024-03-21T13:11:30.190255+0000 mon.a (mon.0) 6945 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:31.067 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:30 smithi184 bash[59794]: cluster 2024-03-21T13:11:30.193333+0000 mgr.x (mgr.34104) 4569 : cluster [DBG] pgmap v3028: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:31.067 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:30 smithi184 bash[59794]: audit 2024-03-21T13:11:30.200639+0000 mon.a (mon.0) 6946 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:31.067 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:30 smithi184 bash[59794]: cephadm 2024-03-21T13:11:30.202001+0000 mgr.x (mgr.34104) 4570 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:31.067 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:30 smithi184 bash[59794]: audit 2024-03-21T13:11:30.283233+0000 mon.a (mon.0) 6947 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:31.067 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:30 smithi184 bash[59794]: audit 2024-03-21T13:11:30.286176+0000 mon.a (mon.0) 6948 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:31.067 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:30 smithi184 bash[59794]: audit 2024-03-21T13:11:30.289441+0000 mon.a (mon.0) 6949 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:31.067 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:30 smithi184 bash[59794]: audit 2024-03-21T13:11:30.290693+0000 mon.a (mon.0) 6950 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:31.067 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:30 smithi184 bash[59794]: audit 2024-03-21T13:11:30.303766+0000 mon.a (mon.0) 6951 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:31.067 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:30 smithi184 bash[59794]: audit 2024-03-21T13:11:30.384409+0000 mon.a (mon.0) 6952 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:31.067 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:30 smithi184 bash[59794]: audit 2024-03-21T13:11:30.387311+0000 mon.a (mon.0) 6953 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:31.067 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:30 smithi184 bash[59794]: audit 2024-03-21T13:11:30.390451+0000 mon.a (mon.0) 6954 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:31.067 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:30 smithi184 bash[59794]: audit 2024-03-21T13:11:30.391845+0000 mon.a (mon.0) 6955 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:31.067 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:30 smithi184 bash[59794]: audit 2024-03-21T13:11:30.402255+0000 mon.a (mon.0) 6956 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:31.067 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:30 smithi184 bash[59794]: audit 2024-03-21T13:11:30.482342+0000 mon.a (mon.0) 6957 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:31.068 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:30 smithi184 bash[59794]: audit 2024-03-21T13:11:30.485889+0000 mon.a (mon.0) 6958 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:31.068 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:30 smithi184 bash[59794]: audit 2024-03-21T13:11:30.488839+0000 mon.a (mon.0) 6959 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:31.068 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:30 smithi184 bash[59794]: audit 2024-03-21T13:11:30.490002+0000 mon.a (mon.0) 6960 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:31.068 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:30 smithi184 bash[59794]: audit 2024-03-21T13:11:30.501146+0000 mon.a (mon.0) 6961 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:31.068 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:30 smithi184 bash[59794]: audit 2024-03-21T13:11:30.579314+0000 mon.a (mon.0) 6962 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:31.068 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:30 smithi184 bash[59794]: audit 2024-03-21T13:11:30.583515+0000 mon.a (mon.0) 6963 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:31.068 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:30 smithi184 bash[59794]: audit 2024-03-21T13:11:30.587114+0000 mon.a (mon.0) 6964 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:31.068 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:30 smithi184 bash[59794]: audit 2024-03-21T13:11:30.588463+0000 mon.a (mon.0) 6965 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:31.068 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:30 smithi184 bash[59794]: audit 2024-03-21T13:11:30.597326+0000 mon.a (mon.0) 6966 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:31.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:31 smithi178 bash[75692]: cluster 2024-03-21T13:11:30.293543+0000 mgr.x (mgr.34104) 4571 : cluster [DBG] pgmap v3029: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:31.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:31 smithi178 bash[75692]: cluster 2024-03-21T13:11:30.294112+0000 mgr.x (mgr.34104) 4572 : cluster [DBG] pgmap v3030: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:31.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:31 smithi178 bash[75692]: cephadm 2024-03-21T13:11:30.304919+0000 mgr.x (mgr.34104) 4573 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:31.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:31 smithi178 bash[75692]: cluster 2024-03-21T13:11:30.394633+0000 mgr.x (mgr.34104) 4574 : cluster [DBG] pgmap v3031: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:31.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:31 smithi178 bash[75692]: cluster 2024-03-21T13:11:30.395248+0000 mgr.x (mgr.34104) 4575 : cluster [DBG] pgmap v3032: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:31.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:31 smithi178 bash[75692]: cephadm 2024-03-21T13:11:30.403348+0000 mgr.x (mgr.34104) 4576 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:31.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:31 smithi178 bash[75692]: cluster 2024-03-21T13:11:30.492659+0000 mgr.x (mgr.34104) 4577 : cluster [DBG] pgmap v3033: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:31.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:31 smithi178 bash[75692]: cluster 2024-03-21T13:11:30.493240+0000 mgr.x (mgr.34104) 4578 : cluster [DBG] pgmap v3034: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:31.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:31 smithi178 bash[75692]: cephadm 2024-03-21T13:11:30.502558+0000 mgr.x (mgr.34104) 4579 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:31.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:31 smithi178 bash[75692]: cluster 2024-03-21T13:11:30.591274+0000 mgr.x (mgr.34104) 4580 : cluster [DBG] pgmap v3035: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:31.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:31 smithi178 bash[75692]: cluster 2024-03-21T13:11:30.591851+0000 mgr.x (mgr.34104) 4581 : cluster [DBG] pgmap v3036: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:31.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:31 smithi178 bash[75692]: cephadm 2024-03-21T13:11:30.598692+0000 mgr.x (mgr.34104) 4582 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:31.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:31 smithi178 bash[75692]: audit 2024-03-21T13:11:30.680082+0000 mon.a (mon.0) 6967 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:31.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:31 smithi178 bash[75692]: audit 2024-03-21T13:11:30.695887+0000 mon.a (mon.0) 6968 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:31.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:31 smithi178 bash[75692]: audit 2024-03-21T13:11:30.699804+0000 mon.a (mon.0) 6969 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:31.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:31 smithi178 bash[75692]: audit 2024-03-21T13:11:30.701065+0000 mon.a (mon.0) 6970 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:31.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:31 smithi178 bash[75692]: cluster 2024-03-21T13:11:30.703844+0000 mgr.x (mgr.34104) 4583 : cluster [DBG] pgmap v3037: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:31.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:31 smithi178 bash[75692]: cluster 2024-03-21T13:11:30.704180+0000 mgr.x (mgr.34104) 4584 : cluster [DBG] pgmap v3038: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:31.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:31 smithi178 bash[75692]: audit 2024-03-21T13:11:30.709663+0000 mon.a (mon.0) 6971 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:31.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:31 smithi178 bash[75692]: cephadm 2024-03-21T13:11:30.710990+0000 mgr.x (mgr.34104) 4585 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:31.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:31 smithi178 bash[77880]: cluster 2024-03-21T13:11:30.293543+0000 mgr.x (mgr.34104) 4571 : cluster [DBG] pgmap v3029: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:31.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:31 smithi178 bash[77880]: cluster 2024-03-21T13:11:30.294112+0000 mgr.x (mgr.34104) 4572 : cluster [DBG] pgmap v3030: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:31.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:31 smithi178 bash[77880]: cephadm 2024-03-21T13:11:30.304919+0000 mgr.x (mgr.34104) 4573 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:31.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:31 smithi178 bash[77880]: cluster 2024-03-21T13:11:30.394633+0000 mgr.x (mgr.34104) 4574 : cluster [DBG] pgmap v3031: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:31.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:31 smithi178 bash[77880]: cluster 2024-03-21T13:11:30.395248+0000 mgr.x (mgr.34104) 4575 : cluster [DBG] pgmap v3032: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:31.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:31 smithi178 bash[77880]: cephadm 2024-03-21T13:11:30.403348+0000 mgr.x (mgr.34104) 4576 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:31.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:31 smithi178 bash[77880]: cluster 2024-03-21T13:11:30.492659+0000 mgr.x (mgr.34104) 4577 : cluster [DBG] pgmap v3033: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:31.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:31 smithi178 bash[77880]: cluster 2024-03-21T13:11:30.493240+0000 mgr.x (mgr.34104) 4578 : cluster [DBG] pgmap v3034: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:31.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:31 smithi178 bash[77880]: cephadm 2024-03-21T13:11:30.502558+0000 mgr.x (mgr.34104) 4579 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:31.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:31 smithi178 bash[77880]: cluster 2024-03-21T13:11:30.591274+0000 mgr.x (mgr.34104) 4580 : cluster [DBG] pgmap v3035: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:31.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:31 smithi178 bash[77880]: cluster 2024-03-21T13:11:30.591851+0000 mgr.x (mgr.34104) 4581 : cluster [DBG] pgmap v3036: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:31.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:31 smithi178 bash[77880]: cephadm 2024-03-21T13:11:30.598692+0000 mgr.x (mgr.34104) 4582 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:31.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:31 smithi178 bash[77880]: audit 2024-03-21T13:11:30.680082+0000 mon.a (mon.0) 6967 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:31.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:31 smithi178 bash[77880]: audit 2024-03-21T13:11:30.695887+0000 mon.a (mon.0) 6968 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:31.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:31 smithi178 bash[77880]: audit 2024-03-21T13:11:30.699804+0000 mon.a (mon.0) 6969 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:31.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:31 smithi178 bash[77880]: audit 2024-03-21T13:11:30.701065+0000 mon.a (mon.0) 6970 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:31.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:31 smithi178 bash[77880]: cluster 2024-03-21T13:11:30.703844+0000 mgr.x (mgr.34104) 4583 : cluster [DBG] pgmap v3037: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:31.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:31 smithi178 bash[77880]: cluster 2024-03-21T13:11:30.704180+0000 mgr.x (mgr.34104) 4584 : cluster [DBG] pgmap v3038: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:31.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:31 smithi178 bash[77880]: audit 2024-03-21T13:11:30.709663+0000 mon.a (mon.0) 6971 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:31.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:31 smithi178 bash[77880]: cephadm 2024-03-21T13:11:30.710990+0000 mgr.x (mgr.34104) 4585 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:31.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:31 smithi178 bash[75692]: audit 2024-03-21T13:11:30.795349+0000 mon.a (mon.0) 6972 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:31.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:31 smithi178 bash[75692]: audit 2024-03-21T13:11:30.798796+0000 mon.a (mon.0) 6973 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:31.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:31 smithi178 bash[75692]: audit 2024-03-21T13:11:30.802342+0000 mon.a (mon.0) 6974 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:31.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:31 smithi178 bash[75692]: audit 2024-03-21T13:11:30.803945+0000 mon.a (mon.0) 6975 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:31.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:31 smithi178 bash[75692]: cluster 2024-03-21T13:11:30.807204+0000 mgr.x (mgr.34104) 4586 : cluster [DBG] pgmap v3039: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:31.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:31 smithi178 bash[75692]: cluster 2024-03-21T13:11:30.807621+0000 mgr.x (mgr.34104) 4587 : cluster [DBG] pgmap v3040: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:31.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:31 smithi178 bash[75692]: audit 2024-03-21T13:11:30.815759+0000 mon.a (mon.0) 6976 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:31.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:31 smithi178 bash[75692]: cephadm 2024-03-21T13:11:30.816916+0000 mgr.x (mgr.34104) 4588 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:31.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:31 smithi178 bash[75692]: audit 2024-03-21T13:11:30.894432+0000 mon.a (mon.0) 6977 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:31.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:31 smithi178 bash[75692]: audit 2024-03-21T13:11:30.897772+0000 mon.a (mon.0) 6978 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:31.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:31 smithi178 bash[75692]: audit 2024-03-21T13:11:30.902111+0000 mon.a (mon.0) 6979 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:31.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:31 smithi178 bash[75692]: audit 2024-03-21T13:11:30.903507+0000 mon.a (mon.0) 6980 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:31.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:31 smithi178 bash[75692]: cluster 2024-03-21T13:11:30.906266+0000 mgr.x (mgr.34104) 4589 : cluster [DBG] pgmap v3041: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:31.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:31 smithi178 bash[75692]: cluster 2024-03-21T13:11:30.906701+0000 mgr.x (mgr.34104) 4590 : cluster [DBG] pgmap v3042: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:31.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:31 smithi178 bash[75692]: audit 2024-03-21T13:11:30.915140+0000 mon.a (mon.0) 6981 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:31.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:31 smithi178 bash[75692]: cephadm 2024-03-21T13:11:30.916270+0000 mgr.x (mgr.34104) 4591 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:31.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:31 smithi178 bash[75692]: audit 2024-03-21T13:11:30.994021+0000 mon.a (mon.0) 6982 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:31.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:31 smithi178 bash[75692]: audit 2024-03-21T13:11:30.998727+0000 mon.a (mon.0) 6983 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:31.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:31 smithi178 bash[75692]: audit 2024-03-21T13:11:31.001618+0000 mon.a (mon.0) 6984 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:31.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:31 smithi178 bash[77880]: audit 2024-03-21T13:11:30.795349+0000 mon.a (mon.0) 6972 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:31.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:31 smithi178 bash[77880]: audit 2024-03-21T13:11:30.798796+0000 mon.a (mon.0) 6973 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:31.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:31 smithi178 bash[77880]: audit 2024-03-21T13:11:30.802342+0000 mon.a (mon.0) 6974 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:31.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:31 smithi178 bash[77880]: audit 2024-03-21T13:11:30.803945+0000 mon.a (mon.0) 6975 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:31.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:31 smithi178 bash[77880]: cluster 2024-03-21T13:11:30.807204+0000 mgr.x (mgr.34104) 4586 : cluster [DBG] pgmap v3039: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:31.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:31 smithi178 bash[77880]: cluster 2024-03-21T13:11:30.807621+0000 mgr.x (mgr.34104) 4587 : cluster [DBG] pgmap v3040: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:31.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:31 smithi178 bash[77880]: audit 2024-03-21T13:11:30.815759+0000 mon.a (mon.0) 6976 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:31.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:31 smithi178 bash[77880]: cephadm 2024-03-21T13:11:30.816916+0000 mgr.x (mgr.34104) 4588 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:31.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:31 smithi178 bash[77880]: audit 2024-03-21T13:11:30.894432+0000 mon.a (mon.0) 6977 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:31.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:31 smithi178 bash[77880]: audit 2024-03-21T13:11:30.897772+0000 mon.a (mon.0) 6978 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:31.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:31 smithi178 bash[77880]: audit 2024-03-21T13:11:30.902111+0000 mon.a (mon.0) 6979 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:31.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:31 smithi178 bash[77880]: audit 2024-03-21T13:11:30.903507+0000 mon.a (mon.0) 6980 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:31.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:31 smithi178 bash[77880]: cluster 2024-03-21T13:11:30.906266+0000 mgr.x (mgr.34104) 4589 : cluster [DBG] pgmap v3041: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:31.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:31 smithi178 bash[77880]: cluster 2024-03-21T13:11:30.906701+0000 mgr.x (mgr.34104) 4590 : cluster [DBG] pgmap v3042: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:31.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:31 smithi178 bash[77880]: audit 2024-03-21T13:11:30.915140+0000 mon.a (mon.0) 6981 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:31.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:31 smithi178 bash[77880]: cephadm 2024-03-21T13:11:30.916270+0000 mgr.x (mgr.34104) 4591 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:31.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:31 smithi178 bash[77880]: audit 2024-03-21T13:11:30.994021+0000 mon.a (mon.0) 6982 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:31.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:31 smithi178 bash[77880]: audit 2024-03-21T13:11:30.998727+0000 mon.a (mon.0) 6983 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:31.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:31 smithi178 bash[77880]: audit 2024-03-21T13:11:31.001618+0000 mon.a (mon.0) 6984 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:31.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:31 smithi178 bash[75692]: audit 2024-03-21T13:11:31.002591+0000 mon.a (mon.0) 6985 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:31.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:31 smithi178 bash[75692]: cluster 2024-03-21T13:11:31.004630+0000 mgr.x (mgr.34104) 4592 : cluster [DBG] pgmap v3043: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:31.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:31 smithi178 bash[75692]: cluster 2024-03-21T13:11:31.004875+0000 mgr.x (mgr.34104) 4593 : cluster [DBG] pgmap v3044: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:31.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:31 smithi178 bash[75692]: audit 2024-03-21T13:11:31.010727+0000 mon.a (mon.0) 6986 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:31.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:31 smithi178 bash[75692]: cephadm 2024-03-21T13:11:31.011756+0000 mgr.x (mgr.34104) 4594 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:31.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:31 smithi178 bash[75692]: audit 2024-03-21T13:11:31.088606+0000 mon.a (mon.0) 6987 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:31.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:31 smithi178 bash[75692]: audit 2024-03-21T13:11:31.091658+0000 mon.a (mon.0) 6988 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:31.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:31 smithi178 bash[75692]: audit 2024-03-21T13:11:31.095413+0000 mon.a (mon.0) 6989 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:31.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:31 smithi178 bash[75692]: audit 2024-03-21T13:11:31.096654+0000 mon.a (mon.0) 6990 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:31.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:31 smithi178 bash[75692]: cluster 2024-03-21T13:11:31.099348+0000 mgr.x (mgr.34104) 4595 : cluster [DBG] pgmap v3045: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:31.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:31 smithi178 bash[75692]: cluster 2024-03-21T13:11:31.099878+0000 mgr.x (mgr.34104) 4596 : cluster [DBG] pgmap v3046: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:31.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:31 smithi178 bash[75692]: audit 2024-03-21T13:11:31.106635+0000 mon.a (mon.0) 6991 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:31.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:31 smithi178 bash[75692]: cephadm 2024-03-21T13:11:31.107914+0000 mgr.x (mgr.34104) 4597 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:31.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:31 smithi178 bash[75692]: audit 2024-03-21T13:11:31.187386+0000 mon.a (mon.0) 6992 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:31.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:31 smithi178 bash[75692]: audit 2024-03-21T13:11:31.190446+0000 mon.a (mon.0) 6993 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:31.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:31 smithi178 bash[75692]: audit 2024-03-21T13:11:31.194226+0000 mon.a (mon.0) 6994 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:31.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:31 smithi178 bash[75692]: audit 2024-03-21T13:11:31.195775+0000 mon.a (mon.0) 6995 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:31.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:31 smithi178 bash[75692]: cluster 2024-03-21T13:11:31.198598+0000 mgr.x (mgr.34104) 4598 : cluster [DBG] pgmap v3047: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:31.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:31 smithi178 bash[75692]: cluster 2024-03-21T13:11:31.199111+0000 mgr.x (mgr.34104) 4599 : cluster [DBG] pgmap v3048: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:31.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:31 smithi178 bash[75692]: audit 2024-03-21T13:11:31.207614+0000 mon.a (mon.0) 6996 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:31.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:31 smithi178 bash[75692]: cephadm 2024-03-21T13:11:31.208824+0000 mgr.x (mgr.34104) 4600 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:31.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:31 smithi178 bash[75692]: audit 2024-03-21T13:11:31.290085+0000 mon.a (mon.0) 6997 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:31.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:31 smithi178 bash[75692]: audit 2024-03-21T13:11:31.293850+0000 mon.a (mon.0) 6998 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:31.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:31 smithi178 bash[75692]: audit 2024-03-21T13:11:31.298923+0000 mon.a (mon.0) 6999 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:31.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:31 smithi178 bash[75692]: audit 2024-03-21T13:11:31.300651+0000 mon.a (mon.0) 7000 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:31.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:31 smithi178 bash[75692]: audit 2024-03-21T13:11:31.313702+0000 mon.a (mon.0) 7001 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:31.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:31 smithi178 bash[75692]: audit 2024-03-21T13:11:31.398997+0000 mon.a (mon.0) 7002 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:31.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:31 smithi178 bash[75692]: audit 2024-03-21T13:11:31.402173+0000 mon.a (mon.0) 7003 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:31.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:31 smithi178 bash[75692]: audit 2024-03-21T13:11:31.405517+0000 mon.a (mon.0) 7004 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:31.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:31 smithi178 bash[75692]: audit 2024-03-21T13:11:31.406910+0000 mon.a (mon.0) 7005 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:31.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:31 smithi178 bash[75692]: audit 2024-03-21T13:11:31.418066+0000 mon.a (mon.0) 7006 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:31.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:31 smithi178 bash[75692]: audit 2024-03-21T13:11:31.501292+0000 mon.a (mon.0) 7007 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:31.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:31 smithi178 bash[75692]: audit 2024-03-21T13:11:31.504298+0000 mon.a (mon.0) 7008 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:31.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:31 smithi178 bash[75692]: audit 2024-03-21T13:11:31.508826+0000 mon.a (mon.0) 7009 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:31.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:31 smithi178 bash[75692]: audit 2024-03-21T13:11:31.509983+0000 mon.a (mon.0) 7010 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:31.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:31 smithi178 bash[75692]: audit 2024-03-21T13:11:31.519138+0000 mon.a (mon.0) 7011 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:31.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:31 smithi178 bash[75692]: audit 2024-03-21T13:11:31.603131+0000 mon.a (mon.0) 7012 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:31.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:31 smithi178 bash[75692]: audit 2024-03-21T13:11:31.606384+0000 mon.a (mon.0) 7013 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:31.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:31 smithi178 bash[75692]: audit 2024-03-21T13:11:31.609682+0000 mon.a (mon.0) 7014 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:31.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:31 smithi178 bash[75692]: audit 2024-03-21T13:11:31.610978+0000 mon.a (mon.0) 7015 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:31.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:31 smithi178 bash[75692]: audit 2024-03-21T13:11:31.621122+0000 mon.a (mon.0) 7016 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:31.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:31 smithi178 bash[77880]: audit 2024-03-21T13:11:31.002591+0000 mon.a (mon.0) 6985 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:31.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:31 smithi178 bash[77880]: cluster 2024-03-21T13:11:31.004630+0000 mgr.x (mgr.34104) 4592 : cluster [DBG] pgmap v3043: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:31.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:31 smithi178 bash[77880]: cluster 2024-03-21T13:11:31.004875+0000 mgr.x (mgr.34104) 4593 : cluster [DBG] pgmap v3044: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:31.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:31 smithi178 bash[77880]: audit 2024-03-21T13:11:31.010727+0000 mon.a (mon.0) 6986 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:31.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:31 smithi178 bash[77880]: cephadm 2024-03-21T13:11:31.011756+0000 mgr.x (mgr.34104) 4594 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:31.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:31 smithi178 bash[77880]: audit 2024-03-21T13:11:31.088606+0000 mon.a (mon.0) 6987 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:31.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:31 smithi178 bash[77880]: audit 2024-03-21T13:11:31.091658+0000 mon.a (mon.0) 6988 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:31.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:31 smithi178 bash[77880]: audit 2024-03-21T13:11:31.095413+0000 mon.a (mon.0) 6989 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:31.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:31 smithi178 bash[77880]: audit 2024-03-21T13:11:31.096654+0000 mon.a (mon.0) 6990 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:31.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:31 smithi178 bash[77880]: cluster 2024-03-21T13:11:31.099348+0000 mgr.x (mgr.34104) 4595 : cluster [DBG] pgmap v3045: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:31.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:31 smithi178 bash[77880]: cluster 2024-03-21T13:11:31.099878+0000 mgr.x (mgr.34104) 4596 : cluster [DBG] pgmap v3046: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:31.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:31 smithi178 bash[77880]: audit 2024-03-21T13:11:31.106635+0000 mon.a (mon.0) 6991 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:31.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:31 smithi178 bash[77880]: cephadm 2024-03-21T13:11:31.107914+0000 mgr.x (mgr.34104) 4597 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:31.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:31 smithi178 bash[77880]: audit 2024-03-21T13:11:31.187386+0000 mon.a (mon.0) 6992 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:31.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:31 smithi178 bash[77880]: audit 2024-03-21T13:11:31.190446+0000 mon.a (mon.0) 6993 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:31.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:31 smithi178 bash[77880]: audit 2024-03-21T13:11:31.194226+0000 mon.a (mon.0) 6994 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:31.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:31 smithi178 bash[77880]: audit 2024-03-21T13:11:31.195775+0000 mon.a (mon.0) 6995 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:31.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:31 smithi178 bash[77880]: cluster 2024-03-21T13:11:31.198598+0000 mgr.x (mgr.34104) 4598 : cluster [DBG] pgmap v3047: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:31.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:31 smithi178 bash[77880]: cluster 2024-03-21T13:11:31.199111+0000 mgr.x (mgr.34104) 4599 : cluster [DBG] pgmap v3048: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:31.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:31 smithi178 bash[77880]: audit 2024-03-21T13:11:31.207614+0000 mon.a (mon.0) 6996 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:31.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:31 smithi178 bash[77880]: cephadm 2024-03-21T13:11:31.208824+0000 mgr.x (mgr.34104) 4600 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:31.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:31 smithi178 bash[77880]: audit 2024-03-21T13:11:31.290085+0000 mon.a (mon.0) 6997 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:31.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:31 smithi178 bash[77880]: audit 2024-03-21T13:11:31.293850+0000 mon.a (mon.0) 6998 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:31.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:31 smithi178 bash[77880]: audit 2024-03-21T13:11:31.298923+0000 mon.a (mon.0) 6999 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:31.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:31 smithi178 bash[77880]: audit 2024-03-21T13:11:31.300651+0000 mon.a (mon.0) 7000 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:31.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:31 smithi178 bash[77880]: audit 2024-03-21T13:11:31.313702+0000 mon.a (mon.0) 7001 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:31.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:31 smithi178 bash[77880]: audit 2024-03-21T13:11:31.398997+0000 mon.a (mon.0) 7002 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:31.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:31 smithi178 bash[77880]: audit 2024-03-21T13:11:31.402173+0000 mon.a (mon.0) 7003 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:31.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:31 smithi178 bash[77880]: audit 2024-03-21T13:11:31.405517+0000 mon.a (mon.0) 7004 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:31.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:31 smithi178 bash[77880]: audit 2024-03-21T13:11:31.406910+0000 mon.a (mon.0) 7005 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:31.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:31 smithi178 bash[77880]: audit 2024-03-21T13:11:31.418066+0000 mon.a (mon.0) 7006 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:31.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:31 smithi178 bash[77880]: audit 2024-03-21T13:11:31.501292+0000 mon.a (mon.0) 7007 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:31.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:31 smithi178 bash[77880]: audit 2024-03-21T13:11:31.504298+0000 mon.a (mon.0) 7008 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:31.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:31 smithi178 bash[77880]: audit 2024-03-21T13:11:31.508826+0000 mon.a (mon.0) 7009 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:31.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:31 smithi178 bash[77880]: audit 2024-03-21T13:11:31.509983+0000 mon.a (mon.0) 7010 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:31.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:31 smithi178 bash[77880]: audit 2024-03-21T13:11:31.519138+0000 mon.a (mon.0) 7011 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:31.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:31 smithi178 bash[77880]: audit 2024-03-21T13:11:31.603131+0000 mon.a (mon.0) 7012 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:31.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:31 smithi178 bash[77880]: audit 2024-03-21T13:11:31.606384+0000 mon.a (mon.0) 7013 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:31.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:31 smithi178 bash[77880]: audit 2024-03-21T13:11:31.609682+0000 mon.a (mon.0) 7014 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:31.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:31 smithi178 bash[77880]: audit 2024-03-21T13:11:31.610978+0000 mon.a (mon.0) 7015 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:31.812 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:31 smithi178 bash[77880]: audit 2024-03-21T13:11:31.621122+0000 mon.a (mon.0) 7016 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:32.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:31 smithi184 bash[59794]: cluster 2024-03-21T13:11:30.293543+0000 mgr.x (mgr.34104) 4571 : cluster [DBG] pgmap v3029: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:32.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:31 smithi184 bash[59794]: cluster 2024-03-21T13:11:30.294112+0000 mgr.x (mgr.34104) 4572 : cluster [DBG] pgmap v3030: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:32.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:31 smithi184 bash[59794]: cephadm 2024-03-21T13:11:30.304919+0000 mgr.x (mgr.34104) 4573 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:32.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:31 smithi184 bash[59794]: cluster 2024-03-21T13:11:30.394633+0000 mgr.x (mgr.34104) 4574 : cluster [DBG] pgmap v3031: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:32.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:31 smithi184 bash[59794]: cluster 2024-03-21T13:11:30.395248+0000 mgr.x (mgr.34104) 4575 : cluster [DBG] pgmap v3032: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:32.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:31 smithi184 bash[59794]: cephadm 2024-03-21T13:11:30.403348+0000 mgr.x (mgr.34104) 4576 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:32.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:31 smithi184 bash[59794]: cluster 2024-03-21T13:11:30.492659+0000 mgr.x (mgr.34104) 4577 : cluster [DBG] pgmap v3033: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:32.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:31 smithi184 bash[59794]: cluster 2024-03-21T13:11:30.493240+0000 mgr.x (mgr.34104) 4578 : cluster [DBG] pgmap v3034: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:32.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:31 smithi184 bash[59794]: cephadm 2024-03-21T13:11:30.502558+0000 mgr.x (mgr.34104) 4579 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:32.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:31 smithi184 bash[59794]: cluster 2024-03-21T13:11:30.591274+0000 mgr.x (mgr.34104) 4580 : cluster [DBG] pgmap v3035: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:32.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:31 smithi184 bash[59794]: cluster 2024-03-21T13:11:30.591851+0000 mgr.x (mgr.34104) 4581 : cluster [DBG] pgmap v3036: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:32.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:31 smithi184 bash[59794]: cephadm 2024-03-21T13:11:30.598692+0000 mgr.x (mgr.34104) 4582 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:32.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:31 smithi184 bash[59794]: audit 2024-03-21T13:11:30.680082+0000 mon.a (mon.0) 6967 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:32.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:31 smithi184 bash[59794]: audit 2024-03-21T13:11:30.695887+0000 mon.a (mon.0) 6968 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:32.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:31 smithi184 bash[59794]: audit 2024-03-21T13:11:30.699804+0000 mon.a (mon.0) 6969 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:32.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:31 smithi184 bash[59794]: audit 2024-03-21T13:11:30.701065+0000 mon.a (mon.0) 6970 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:32.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:31 smithi184 bash[59794]: cluster 2024-03-21T13:11:30.703844+0000 mgr.x (mgr.34104) 4583 : cluster [DBG] pgmap v3037: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:32.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:31 smithi184 bash[59794]: cluster 2024-03-21T13:11:30.704180+0000 mgr.x (mgr.34104) 4584 : cluster [DBG] pgmap v3038: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:32.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:31 smithi184 bash[59794]: audit 2024-03-21T13:11:30.709663+0000 mon.a (mon.0) 6971 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:32.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:31 smithi184 bash[59794]: cephadm 2024-03-21T13:11:30.710990+0000 mgr.x (mgr.34104) 4585 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:32.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:31 smithi184 bash[59794]: audit 2024-03-21T13:11:30.795349+0000 mon.a (mon.0) 6972 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:32.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:31 smithi184 bash[59794]: audit 2024-03-21T13:11:30.798796+0000 mon.a (mon.0) 6973 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:32.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:31 smithi184 bash[59794]: audit 2024-03-21T13:11:30.802342+0000 mon.a (mon.0) 6974 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:32.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:31 smithi184 bash[59794]: audit 2024-03-21T13:11:30.803945+0000 mon.a (mon.0) 6975 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:32.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:31 smithi184 bash[59794]: cluster 2024-03-21T13:11:30.807204+0000 mgr.x (mgr.34104) 4586 : cluster [DBG] pgmap v3039: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:32.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:31 smithi184 bash[59794]: cluster 2024-03-21T13:11:30.807621+0000 mgr.x (mgr.34104) 4587 : cluster [DBG] pgmap v3040: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:32.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:31 smithi184 bash[59794]: audit 2024-03-21T13:11:30.815759+0000 mon.a (mon.0) 6976 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:32.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:31 smithi184 bash[59794]: cephadm 2024-03-21T13:11:30.816916+0000 mgr.x (mgr.34104) 4588 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:32.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:31 smithi184 bash[59794]: audit 2024-03-21T13:11:30.894432+0000 mon.a (mon.0) 6977 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:32.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:31 smithi184 bash[59794]: audit 2024-03-21T13:11:30.897772+0000 mon.a (mon.0) 6978 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:32.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:31 smithi184 bash[59794]: audit 2024-03-21T13:11:30.902111+0000 mon.a (mon.0) 6979 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:32.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:31 smithi184 bash[59794]: audit 2024-03-21T13:11:30.903507+0000 mon.a (mon.0) 6980 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:32.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:31 smithi184 bash[59794]: cluster 2024-03-21T13:11:30.906266+0000 mgr.x (mgr.34104) 4589 : cluster [DBG] pgmap v3041: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:32.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:31 smithi184 bash[59794]: cluster 2024-03-21T13:11:30.906701+0000 mgr.x (mgr.34104) 4590 : cluster [DBG] pgmap v3042: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:32.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:31 smithi184 bash[59794]: audit 2024-03-21T13:11:30.915140+0000 mon.a (mon.0) 6981 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:32.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:31 smithi184 bash[59794]: cephadm 2024-03-21T13:11:30.916270+0000 mgr.x (mgr.34104) 4591 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:32.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:31 smithi184 bash[59794]: audit 2024-03-21T13:11:30.994021+0000 mon.a (mon.0) 6982 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:32.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:31 smithi184 bash[59794]: audit 2024-03-21T13:11:30.998727+0000 mon.a (mon.0) 6983 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:32.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:31 smithi184 bash[59794]: audit 2024-03-21T13:11:31.001618+0000 mon.a (mon.0) 6984 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:32.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:31 smithi184 bash[59794]: audit 2024-03-21T13:11:31.002591+0000 mon.a (mon.0) 6985 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:32.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:31 smithi184 bash[59794]: cluster 2024-03-21T13:11:31.004630+0000 mgr.x (mgr.34104) 4592 : cluster [DBG] pgmap v3043: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:32.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:31 smithi184 bash[59794]: cluster 2024-03-21T13:11:31.004875+0000 mgr.x (mgr.34104) 4593 : cluster [DBG] pgmap v3044: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:32.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:31 smithi184 bash[59794]: audit 2024-03-21T13:11:31.010727+0000 mon.a (mon.0) 6986 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:32.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:31 smithi184 bash[59794]: cephadm 2024-03-21T13:11:31.011756+0000 mgr.x (mgr.34104) 4594 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:32.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:31 smithi184 bash[59794]: audit 2024-03-21T13:11:31.088606+0000 mon.a (mon.0) 6987 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:32.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:31 smithi184 bash[59794]: audit 2024-03-21T13:11:31.091658+0000 mon.a (mon.0) 6988 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:32.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:31 smithi184 bash[59794]: audit 2024-03-21T13:11:31.095413+0000 mon.a (mon.0) 6989 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:32.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:31 smithi184 bash[59794]: audit 2024-03-21T13:11:31.096654+0000 mon.a (mon.0) 6990 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:32.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:31 smithi184 bash[59794]: cluster 2024-03-21T13:11:31.099348+0000 mgr.x (mgr.34104) 4595 : cluster [DBG] pgmap v3045: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:32.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:31 smithi184 bash[59794]: cluster 2024-03-21T13:11:31.099878+0000 mgr.x (mgr.34104) 4596 : cluster [DBG] pgmap v3046: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:32.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:31 smithi184 bash[59794]: audit 2024-03-21T13:11:31.106635+0000 mon.a (mon.0) 6991 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:32.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:31 smithi184 bash[59794]: cephadm 2024-03-21T13:11:31.107914+0000 mgr.x (mgr.34104) 4597 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:32.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:31 smithi184 bash[59794]: audit 2024-03-21T13:11:31.187386+0000 mon.a (mon.0) 6992 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:32.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:31 smithi184 bash[59794]: audit 2024-03-21T13:11:31.190446+0000 mon.a (mon.0) 6993 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:32.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:31 smithi184 bash[59794]: audit 2024-03-21T13:11:31.194226+0000 mon.a (mon.0) 6994 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:32.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:31 smithi184 bash[59794]: audit 2024-03-21T13:11:31.195775+0000 mon.a (mon.0) 6995 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:32.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:31 smithi184 bash[59794]: cluster 2024-03-21T13:11:31.198598+0000 mgr.x (mgr.34104) 4598 : cluster [DBG] pgmap v3047: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:32.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:31 smithi184 bash[59794]: cluster 2024-03-21T13:11:31.199111+0000 mgr.x (mgr.34104) 4599 : cluster [DBG] pgmap v3048: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:32.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:31 smithi184 bash[59794]: audit 2024-03-21T13:11:31.207614+0000 mon.a (mon.0) 6996 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:32.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:31 smithi184 bash[59794]: cephadm 2024-03-21T13:11:31.208824+0000 mgr.x (mgr.34104) 4600 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:32.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:31 smithi184 bash[59794]: audit 2024-03-21T13:11:31.290085+0000 mon.a (mon.0) 6997 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:32.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:31 smithi184 bash[59794]: audit 2024-03-21T13:11:31.293850+0000 mon.a (mon.0) 6998 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:32.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:31 smithi184 bash[59794]: audit 2024-03-21T13:11:31.298923+0000 mon.a (mon.0) 6999 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:32.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:31 smithi184 bash[59794]: audit 2024-03-21T13:11:31.300651+0000 mon.a (mon.0) 7000 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:32.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:31 smithi184 bash[59794]: audit 2024-03-21T13:11:31.313702+0000 mon.a (mon.0) 7001 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:32.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:31 smithi184 bash[59794]: audit 2024-03-21T13:11:31.398997+0000 mon.a (mon.0) 7002 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:32.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:31 smithi184 bash[59794]: audit 2024-03-21T13:11:31.402173+0000 mon.a (mon.0) 7003 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:32.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:31 smithi184 bash[59794]: audit 2024-03-21T13:11:31.405517+0000 mon.a (mon.0) 7004 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:32.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:31 smithi184 bash[59794]: audit 2024-03-21T13:11:31.406910+0000 mon.a (mon.0) 7005 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:32.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:31 smithi184 bash[59794]: audit 2024-03-21T13:11:31.418066+0000 mon.a (mon.0) 7006 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:32.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:31 smithi184 bash[59794]: audit 2024-03-21T13:11:31.501292+0000 mon.a (mon.0) 7007 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:32.080 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:31 smithi184 bash[59794]: audit 2024-03-21T13:11:31.504298+0000 mon.a (mon.0) 7008 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:32.080 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:31 smithi184 bash[59794]: audit 2024-03-21T13:11:31.508826+0000 mon.a (mon.0) 7009 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:32.080 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:31 smithi184 bash[59794]: audit 2024-03-21T13:11:31.509983+0000 mon.a (mon.0) 7010 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:32.080 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:31 smithi184 bash[59794]: audit 2024-03-21T13:11:31.519138+0000 mon.a (mon.0) 7011 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:32.080 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:31 smithi184 bash[59794]: audit 2024-03-21T13:11:31.603131+0000 mon.a (mon.0) 7012 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:32.080 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:31 smithi184 bash[59794]: audit 2024-03-21T13:11:31.606384+0000 mon.a (mon.0) 7013 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:32.081 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:31 smithi184 bash[59794]: audit 2024-03-21T13:11:31.609682+0000 mon.a (mon.0) 7014 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:32.081 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:31 smithi184 bash[59794]: audit 2024-03-21T13:11:31.610978+0000 mon.a (mon.0) 7015 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:32.081 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:31 smithi184 bash[59794]: audit 2024-03-21T13:11:31.621122+0000 mon.a (mon.0) 7016 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:33.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[75692]: cluster 2024-03-21T13:11:31.304083+0000 mgr.x (mgr.34104) 4601 : cluster [DBG] pgmap v3049: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:33.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[75692]: cluster 2024-03-21T13:11:31.304628+0000 mgr.x (mgr.34104) 4602 : cluster [DBG] pgmap v3050: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:33.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[75692]: cephadm 2024-03-21T13:11:31.315134+0000 mgr.x (mgr.34104) 4603 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:33.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[75692]: cluster 2024-03-21T13:11:31.409329+0000 mgr.x (mgr.34104) 4604 : cluster [DBG] pgmap v3051: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:33.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[75692]: cluster 2024-03-21T13:11:31.409650+0000 mgr.x (mgr.34104) 4605 : cluster [DBG] pgmap v3052: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:33.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[75692]: cephadm 2024-03-21T13:11:31.419482+0000 mgr.x (mgr.34104) 4606 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:33.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[75692]: cluster 2024-03-21T13:11:31.513303+0000 mgr.x (mgr.34104) 4607 : cluster [DBG] pgmap v3053: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:33.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[75692]: cluster 2024-03-21T13:11:31.513790+0000 mgr.x (mgr.34104) 4608 : cluster [DBG] pgmap v3054: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:33.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[75692]: cephadm 2024-03-21T13:11:31.520366+0000 mgr.x (mgr.34104) 4609 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:33.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[75692]: cluster 2024-03-21T13:11:31.613558+0000 mgr.x (mgr.34104) 4610 : cluster [DBG] pgmap v3055: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:33.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[75692]: cluster 2024-03-21T13:11:31.614030+0000 mgr.x (mgr.34104) 4611 : cluster [DBG] pgmap v3056: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:33.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[75692]: cephadm 2024-03-21T13:11:31.622281+0000 mgr.x (mgr.34104) 4612 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:33.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[75692]: audit 2024-03-21T13:11:31.711352+0000 mon.a (mon.0) 7017 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:33.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[75692]: audit 2024-03-21T13:11:31.713500+0000 mon.a (mon.0) 7018 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:33.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[75692]: audit 2024-03-21T13:11:31.715748+0000 mon.a (mon.0) 7019 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:33.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[75692]: audit 2024-03-21T13:11:31.716569+0000 mon.a (mon.0) 7020 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:33.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[75692]: cluster 2024-03-21T13:11:31.718692+0000 mgr.x (mgr.34104) 4613 : cluster [DBG] pgmap v3057: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:33.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[75692]: cluster 2024-03-21T13:11:31.719037+0000 mgr.x (mgr.34104) 4614 : cluster [DBG] pgmap v3058: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:33.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[75692]: audit 2024-03-21T13:11:31.724035+0000 mon.a (mon.0) 7021 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:33.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[75692]: cephadm 2024-03-21T13:11:31.725102+0000 mgr.x (mgr.34104) 4615 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:33.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[75692]: audit 2024-03-21T13:11:31.784780+0000 mon.a (mon.0) 7022 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:33.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[75692]: audit 2024-03-21T13:11:31.788277+0000 mon.a (mon.0) 7023 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:33.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[75692]: audit 2024-03-21T13:11:31.791161+0000 mon.a (mon.0) 7024 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:33.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[75692]: audit 2024-03-21T13:11:31.792370+0000 mon.a (mon.0) 7025 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:33.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[75692]: cluster 2024-03-21T13:11:31.794425+0000 mgr.x (mgr.34104) 4616 : cluster [DBG] pgmap v3059: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:33.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[75692]: cluster 2024-03-21T13:11:31.794603+0000 mgr.x (mgr.34104) 4617 : cluster [DBG] pgmap v3060: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:33.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[75692]: audit 2024-03-21T13:11:31.803476+0000 mon.a (mon.0) 7026 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:33.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[75692]: cephadm 2024-03-21T13:11:31.804623+0000 mgr.x (mgr.34104) 4618 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:33.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[75692]: audit 2024-03-21T13:11:31.848125+0000 mon.a (mon.0) 7027 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:33.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[75692]: audit 2024-03-21T13:11:31.859602+0000 mon.a (mon.0) 7028 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:33.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[75692]: cluster 2024-03-21T13:11:31.862090+0000 mgr.x (mgr.34104) 4619 : cluster [DBG] pgmap v3061: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:33.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[75692]: cluster 2024-03-21T13:11:31.862444+0000 mgr.x (mgr.34104) 4620 : cluster [DBG] pgmap v3062: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:33.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[75692]: audit 2024-03-21T13:11:31.869096+0000 mon.a (mon.0) 7029 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:33.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[75692]: audit 2024-03-21T13:11:31.884607+0000 mon.a (mon.0) 7030 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:33.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[75692]: audit 2024-03-21T13:11:31.888198+0000 mon.a (mon.0) 7031 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:33.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[75692]: audit 2024-03-21T13:11:31.892453+0000 mon.a (mon.0) 7032 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:33.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[75692]: audit 2024-03-21T13:11:31.894071+0000 mon.a (mon.0) 7033 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:33.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[75692]: cluster 2024-03-21T13:11:31.897279+0000 mgr.x (mgr.34104) 4621 : cluster [DBG] pgmap v3063: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:33.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[75692]: cluster 2024-03-21T13:11:31.897748+0000 mgr.x (mgr.34104) 4622 : cluster [DBG] pgmap v3064: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:33.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[75692]: audit 2024-03-21T13:11:31.905449+0000 mon.a (mon.0) 7034 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:33.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[77880]: cluster 2024-03-21T13:11:31.304083+0000 mgr.x (mgr.34104) 4601 : cluster [DBG] pgmap v3049: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:33.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[77880]: cluster 2024-03-21T13:11:31.304628+0000 mgr.x (mgr.34104) 4602 : cluster [DBG] pgmap v3050: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:33.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[77880]: cephadm 2024-03-21T13:11:31.315134+0000 mgr.x (mgr.34104) 4603 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:33.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[77880]: cluster 2024-03-21T13:11:31.409329+0000 mgr.x (mgr.34104) 4604 : cluster [DBG] pgmap v3051: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:33.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[77880]: cluster 2024-03-21T13:11:31.409650+0000 mgr.x (mgr.34104) 4605 : cluster [DBG] pgmap v3052: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:33.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[77880]: cephadm 2024-03-21T13:11:31.419482+0000 mgr.x (mgr.34104) 4606 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:33.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[77880]: cluster 2024-03-21T13:11:31.513303+0000 mgr.x (mgr.34104) 4607 : cluster [DBG] pgmap v3053: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:33.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[77880]: cluster 2024-03-21T13:11:31.513790+0000 mgr.x (mgr.34104) 4608 : cluster [DBG] pgmap v3054: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:33.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[77880]: cephadm 2024-03-21T13:11:31.520366+0000 mgr.x (mgr.34104) 4609 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:33.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[77880]: cluster 2024-03-21T13:11:31.613558+0000 mgr.x (mgr.34104) 4610 : cluster [DBG] pgmap v3055: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:33.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[77880]: cluster 2024-03-21T13:11:31.614030+0000 mgr.x (mgr.34104) 4611 : cluster [DBG] pgmap v3056: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:33.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[77880]: cephadm 2024-03-21T13:11:31.622281+0000 mgr.x (mgr.34104) 4612 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:33.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[77880]: audit 2024-03-21T13:11:31.711352+0000 mon.a (mon.0) 7017 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:33.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[77880]: audit 2024-03-21T13:11:31.713500+0000 mon.a (mon.0) 7018 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:33.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[77880]: audit 2024-03-21T13:11:31.715748+0000 mon.a (mon.0) 7019 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:33.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[77880]: audit 2024-03-21T13:11:31.716569+0000 mon.a (mon.0) 7020 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:33.053 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[77880]: cluster 2024-03-21T13:11:31.718692+0000 mgr.x (mgr.34104) 4613 : cluster [DBG] pgmap v3057: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:33.053 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[77880]: cluster 2024-03-21T13:11:31.719037+0000 mgr.x (mgr.34104) 4614 : cluster [DBG] pgmap v3058: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:33.053 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[77880]: audit 2024-03-21T13:11:31.724035+0000 mon.a (mon.0) 7021 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:33.053 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[77880]: cephadm 2024-03-21T13:11:31.725102+0000 mgr.x (mgr.34104) 4615 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:33.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[75692]: cephadm 2024-03-21T13:11:31.906708+0000 mgr.x (mgr.34104) 4623 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:33.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[75692]: audit 2024-03-21T13:11:31.984011+0000 mon.a (mon.0) 7035 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:33.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[75692]: audit 2024-03-21T13:11:31.987898+0000 mon.a (mon.0) 7036 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:33.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[75692]: audit 2024-03-21T13:11:31.992131+0000 mon.a (mon.0) 7037 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:33.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[75692]: audit 2024-03-21T13:11:31.993556+0000 mon.a (mon.0) 7038 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:33.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[75692]: cluster 2024-03-21T13:11:31.996475+0000 mgr.x (mgr.34104) 4624 : cluster [DBG] pgmap v3065: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:33.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[75692]: cluster 2024-03-21T13:11:31.996996+0000 mgr.x (mgr.34104) 4625 : cluster [DBG] pgmap v3066: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:33.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[75692]: audit 2024-03-21T13:11:32.005257+0000 mon.a (mon.0) 7039 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:33.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[75692]: cephadm 2024-03-21T13:11:32.006419+0000 mgr.x (mgr.34104) 4626 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:33.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[75692]: audit 2024-03-21T13:11:32.083235+0000 mon.a (mon.0) 7040 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:33.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[75692]: audit 2024-03-21T13:11:32.086610+0000 mon.a (mon.0) 7041 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:33.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[75692]: audit 2024-03-21T13:11:32.090645+0000 mon.a (mon.0) 7042 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:33.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[75692]: audit 2024-03-21T13:11:32.092367+0000 mon.a (mon.0) 7043 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:33.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[75692]: cluster 2024-03-21T13:11:32.095238+0000 mgr.x (mgr.34104) 4627 : cluster [DBG] pgmap v3067: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:33.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[75692]: cluster 2024-03-21T13:11:32.095817+0000 mgr.x (mgr.34104) 4628 : cluster [DBG] pgmap v3068: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:33.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[75692]: audit 2024-03-21T13:11:32.103282+0000 mon.a (mon.0) 7044 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:33.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[75692]: cephadm 2024-03-21T13:11:32.104501+0000 mgr.x (mgr.34104) 4629 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:33.055 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[75692]: audit 2024-03-21T13:11:32.181608+0000 mon.a (mon.0) 7045 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:33.055 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[75692]: audit 2024-03-21T13:11:32.186614+0000 mon.a (mon.0) 7046 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:33.055 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[75692]: audit 2024-03-21T13:11:32.191018+0000 mon.a (mon.0) 7047 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:33.055 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[75692]: audit 2024-03-21T13:11:32.192607+0000 mon.a (mon.0) 7048 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:33.055 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[75692]: cluster 2024-03-21T13:11:32.195333+0000 mgr.x (mgr.34104) 4630 : cluster [DBG] pgmap v3069: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:33.055 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[75692]: cluster 2024-03-21T13:11:32.195593+0000 mgr.x (mgr.34104) 4631 : cluster [DBG] pgmap v3070: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:33.055 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[75692]: audit 2024-03-21T13:11:32.204055+0000 mon.a (mon.0) 7049 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:33.055 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[75692]: cephadm 2024-03-21T13:11:32.205386+0000 mgr.x (mgr.34104) 4632 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:33.055 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[75692]: audit 2024-03-21T13:11:32.287081+0000 mon.a (mon.0) 7050 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:33.055 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[75692]: audit 2024-03-21T13:11:32.290147+0000 mon.a (mon.0) 7051 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:33.055 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[75692]: audit 2024-03-21T13:11:32.293129+0000 mon.a (mon.0) 7052 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:33.055 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[75692]: audit 2024-03-21T13:11:32.294700+0000 mon.a (mon.0) 7053 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:33.055 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[75692]: audit 2024-03-21T13:11:32.306673+0000 mon.a (mon.0) 7054 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:33.055 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[75692]: audit 2024-03-21T13:11:32.387070+0000 mon.a (mon.0) 7055 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:33.055 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[75692]: audit 2024-03-21T13:11:32.389767+0000 mon.a (mon.0) 7056 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:33.056 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[75692]: audit 2024-03-21T13:11:32.392535+0000 mon.a (mon.0) 7057 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:33.056 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[75692]: audit 2024-03-21T13:11:32.393571+0000 mon.a (mon.0) 7058 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:33.056 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[75692]: audit 2024-03-21T13:11:32.402933+0000 mon.a (mon.0) 7059 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:33.056 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[75692]: audit 2024-03-21T13:11:32.487220+0000 mon.a (mon.0) 7060 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:33.056 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[75692]: audit 2024-03-21T13:11:32.490723+0000 mon.a (mon.0) 7061 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:33.056 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[75692]: audit 2024-03-21T13:11:32.494501+0000 mon.a (mon.0) 7062 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:33.056 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[75692]: audit 2024-03-21T13:11:32.495560+0000 mon.a (mon.0) 7063 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:33.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[77880]: audit 2024-03-21T13:11:31.784780+0000 mon.a (mon.0) 7022 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:33.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[77880]: audit 2024-03-21T13:11:31.788277+0000 mon.a (mon.0) 7023 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:33.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[77880]: audit 2024-03-21T13:11:31.791161+0000 mon.a (mon.0) 7024 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:33.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[77880]: audit 2024-03-21T13:11:31.792370+0000 mon.a (mon.0) 7025 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:33.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[77880]: cluster 2024-03-21T13:11:31.794425+0000 mgr.x (mgr.34104) 4616 : cluster [DBG] pgmap v3059: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:33.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[77880]: cluster 2024-03-21T13:11:31.794603+0000 mgr.x (mgr.34104) 4617 : cluster [DBG] pgmap v3060: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:33.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[77880]: audit 2024-03-21T13:11:31.803476+0000 mon.a (mon.0) 7026 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:33.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[77880]: cephadm 2024-03-21T13:11:31.804623+0000 mgr.x (mgr.34104) 4618 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:33.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[77880]: audit 2024-03-21T13:11:31.848125+0000 mon.a (mon.0) 7027 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:33.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[77880]: audit 2024-03-21T13:11:31.859602+0000 mon.a (mon.0) 7028 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:33.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[77880]: cluster 2024-03-21T13:11:31.862090+0000 mgr.x (mgr.34104) 4619 : cluster [DBG] pgmap v3061: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:33.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[77880]: cluster 2024-03-21T13:11:31.862444+0000 mgr.x (mgr.34104) 4620 : cluster [DBG] pgmap v3062: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:33.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[77880]: audit 2024-03-21T13:11:31.869096+0000 mon.a (mon.0) 7029 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:33.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[77880]: audit 2024-03-21T13:11:31.884607+0000 mon.a (mon.0) 7030 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:33.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[77880]: audit 2024-03-21T13:11:31.888198+0000 mon.a (mon.0) 7031 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:33.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[77880]: audit 2024-03-21T13:11:31.892453+0000 mon.a (mon.0) 7032 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:33.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[77880]: audit 2024-03-21T13:11:31.894071+0000 mon.a (mon.0) 7033 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:33.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[77880]: cluster 2024-03-21T13:11:31.897279+0000 mgr.x (mgr.34104) 4621 : cluster [DBG] pgmap v3063: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:33.058 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[77880]: cluster 2024-03-21T13:11:31.897748+0000 mgr.x (mgr.34104) 4622 : cluster [DBG] pgmap v3064: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:33.058 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[77880]: audit 2024-03-21T13:11:31.905449+0000 mon.a (mon.0) 7034 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:33.058 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[75692]: audit 2024-03-21T13:11:32.504778+0000 mon.a (mon.0) 7064 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:33.058 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[75692]: audit 2024-03-21T13:11:32.583232+0000 mon.a (mon.0) 7065 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:33.058 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[75692]: audit 2024-03-21T13:11:32.586573+0000 mon.a (mon.0) 7066 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:33.058 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[75692]: audit 2024-03-21T13:11:32.590475+0000 mon.a (mon.0) 7067 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:33.058 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[75692]: audit 2024-03-21T13:11:32.591855+0000 mon.a (mon.0) 7068 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:33.058 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[75692]: audit 2024-03-21T13:11:32.603819+0000 mon.a (mon.0) 7069 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:33.058 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[75692]: audit 2024-03-21T13:11:32.687465+0000 mon.a (mon.0) 7070 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:33.058 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[75692]: audit 2024-03-21T13:11:32.691055+0000 mon.a (mon.0) 7071 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:33.058 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[75692]: audit 2024-03-21T13:11:32.694138+0000 mon.a (mon.0) 7072 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:33.059 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[75692]: audit 2024-03-21T13:11:32.695702+0000 mon.a (mon.0) 7073 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:33.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[77880]: cephadm 2024-03-21T13:11:31.906708+0000 mgr.x (mgr.34104) 4623 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:33.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[77880]: audit 2024-03-21T13:11:31.984011+0000 mon.a (mon.0) 7035 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:33.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[77880]: audit 2024-03-21T13:11:31.987898+0000 mon.a (mon.0) 7036 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:33.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[77880]: audit 2024-03-21T13:11:31.992131+0000 mon.a (mon.0) 7037 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:33.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[77880]: audit 2024-03-21T13:11:31.993556+0000 mon.a (mon.0) 7038 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:33.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[77880]: cluster 2024-03-21T13:11:31.996475+0000 mgr.x (mgr.34104) 4624 : cluster [DBG] pgmap v3065: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:33.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[77880]: cluster 2024-03-21T13:11:31.996996+0000 mgr.x (mgr.34104) 4625 : cluster [DBG] pgmap v3066: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:33.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[77880]: audit 2024-03-21T13:11:32.005257+0000 mon.a (mon.0) 7039 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:33.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[77880]: cephadm 2024-03-21T13:11:32.006419+0000 mgr.x (mgr.34104) 4626 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:33.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[77880]: audit 2024-03-21T13:11:32.083235+0000 mon.a (mon.0) 7040 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:33.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[77880]: audit 2024-03-21T13:11:32.086610+0000 mon.a (mon.0) 7041 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:33.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[77880]: audit 2024-03-21T13:11:32.090645+0000 mon.a (mon.0) 7042 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:33.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[77880]: audit 2024-03-21T13:11:32.092367+0000 mon.a (mon.0) 7043 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:33.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[77880]: cluster 2024-03-21T13:11:32.095238+0000 mgr.x (mgr.34104) 4627 : cluster [DBG] pgmap v3067: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:33.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[77880]: cluster 2024-03-21T13:11:32.095817+0000 mgr.x (mgr.34104) 4628 : cluster [DBG] pgmap v3068: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:33.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[77880]: audit 2024-03-21T13:11:32.103282+0000 mon.a (mon.0) 7044 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:33.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[77880]: cephadm 2024-03-21T13:11:32.104501+0000 mgr.x (mgr.34104) 4629 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:33.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[77880]: audit 2024-03-21T13:11:32.181608+0000 mon.a (mon.0) 7045 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:33.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[77880]: audit 2024-03-21T13:11:32.186614+0000 mon.a (mon.0) 7046 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:33.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[77880]: audit 2024-03-21T13:11:32.191018+0000 mon.a (mon.0) 7047 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:33.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[77880]: audit 2024-03-21T13:11:32.192607+0000 mon.a (mon.0) 7048 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:33.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[77880]: cluster 2024-03-21T13:11:32.195333+0000 mgr.x (mgr.34104) 4630 : cluster [DBG] pgmap v3069: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:33.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[77880]: cluster 2024-03-21T13:11:32.195593+0000 mgr.x (mgr.34104) 4631 : cluster [DBG] pgmap v3070: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:33.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[77880]: audit 2024-03-21T13:11:32.204055+0000 mon.a (mon.0) 7049 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:33.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[77880]: cephadm 2024-03-21T13:11:32.205386+0000 mgr.x (mgr.34104) 4632 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:33.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[77880]: audit 2024-03-21T13:11:32.287081+0000 mon.a (mon.0) 7050 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:33.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[77880]: audit 2024-03-21T13:11:32.290147+0000 mon.a (mon.0) 7051 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:33.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[77880]: audit 2024-03-21T13:11:32.293129+0000 mon.a (mon.0) 7052 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:33.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[77880]: audit 2024-03-21T13:11:32.294700+0000 mon.a (mon.0) 7053 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:33.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[77880]: audit 2024-03-21T13:11:32.306673+0000 mon.a (mon.0) 7054 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:33.062 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[77880]: audit 2024-03-21T13:11:32.387070+0000 mon.a (mon.0) 7055 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:33.062 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[77880]: audit 2024-03-21T13:11:32.389767+0000 mon.a (mon.0) 7056 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:33.062 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[77880]: audit 2024-03-21T13:11:32.392535+0000 mon.a (mon.0) 7057 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:33.062 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[77880]: audit 2024-03-21T13:11:32.393571+0000 mon.a (mon.0) 7058 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:33.062 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[77880]: audit 2024-03-21T13:11:32.402933+0000 mon.a (mon.0) 7059 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:33.062 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[77880]: audit 2024-03-21T13:11:32.487220+0000 mon.a (mon.0) 7060 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:33.062 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[77880]: audit 2024-03-21T13:11:32.490723+0000 mon.a (mon.0) 7061 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:33.062 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[77880]: audit 2024-03-21T13:11:32.494501+0000 mon.a (mon.0) 7062 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:33.062 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[77880]: audit 2024-03-21T13:11:32.495560+0000 mon.a (mon.0) 7063 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:33.062 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[77880]: audit 2024-03-21T13:11:32.504778+0000 mon.a (mon.0) 7064 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:33.062 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[77880]: audit 2024-03-21T13:11:32.583232+0000 mon.a (mon.0) 7065 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:33.062 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[77880]: audit 2024-03-21T13:11:32.586573+0000 mon.a (mon.0) 7066 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:33.062 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[77880]: audit 2024-03-21T13:11:32.590475+0000 mon.a (mon.0) 7067 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:33.063 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[77880]: audit 2024-03-21T13:11:32.591855+0000 mon.a (mon.0) 7068 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:33.063 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[77880]: audit 2024-03-21T13:11:32.603819+0000 mon.a (mon.0) 7069 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:33.063 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[77880]: audit 2024-03-21T13:11:32.687465+0000 mon.a (mon.0) 7070 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:33.063 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[77880]: audit 2024-03-21T13:11:32.691055+0000 mon.a (mon.0) 7071 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:33.063 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[77880]: audit 2024-03-21T13:11:32.694138+0000 mon.a (mon.0) 7072 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:33.063 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:32 smithi178 bash[77880]: audit 2024-03-21T13:11:32.695702+0000 mon.a (mon.0) 7073 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:33.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:32 smithi184 bash[59794]: cluster 2024-03-21T13:11:31.304083+0000 mgr.x (mgr.34104) 4601 : cluster [DBG] pgmap v3049: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:33.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:32 smithi184 bash[59794]: cluster 2024-03-21T13:11:31.304628+0000 mgr.x (mgr.34104) 4602 : cluster [DBG] pgmap v3050: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:33.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:32 smithi184 bash[59794]: cephadm 2024-03-21T13:11:31.315134+0000 mgr.x (mgr.34104) 4603 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:33.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:32 smithi184 bash[59794]: cluster 2024-03-21T13:11:31.409329+0000 mgr.x (mgr.34104) 4604 : cluster [DBG] pgmap v3051: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:33.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:32 smithi184 bash[59794]: cluster 2024-03-21T13:11:31.409650+0000 mgr.x (mgr.34104) 4605 : cluster [DBG] pgmap v3052: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:33.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:32 smithi184 bash[59794]: cephadm 2024-03-21T13:11:31.419482+0000 mgr.x (mgr.34104) 4606 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:33.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:32 smithi184 bash[59794]: cluster 2024-03-21T13:11:31.513303+0000 mgr.x (mgr.34104) 4607 : cluster [DBG] pgmap v3053: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:33.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:32 smithi184 bash[59794]: cluster 2024-03-21T13:11:31.513790+0000 mgr.x (mgr.34104) 4608 : cluster [DBG] pgmap v3054: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:33.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:32 smithi184 bash[59794]: cephadm 2024-03-21T13:11:31.520366+0000 mgr.x (mgr.34104) 4609 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:33.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:32 smithi184 bash[59794]: cluster 2024-03-21T13:11:31.613558+0000 mgr.x (mgr.34104) 4610 : cluster [DBG] pgmap v3055: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:33.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:32 smithi184 bash[59794]: cluster 2024-03-21T13:11:31.614030+0000 mgr.x (mgr.34104) 4611 : cluster [DBG] pgmap v3056: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:33.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:32 smithi184 bash[59794]: cephadm 2024-03-21T13:11:31.622281+0000 mgr.x (mgr.34104) 4612 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:33.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:32 smithi184 bash[59794]: audit 2024-03-21T13:11:31.711352+0000 mon.a (mon.0) 7017 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:33.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:32 smithi184 bash[59794]: audit 2024-03-21T13:11:31.713500+0000 mon.a (mon.0) 7018 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:33.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:32 smithi184 bash[59794]: audit 2024-03-21T13:11:31.715748+0000 mon.a (mon.0) 7019 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:33.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:32 smithi184 bash[59794]: audit 2024-03-21T13:11:31.716569+0000 mon.a (mon.0) 7020 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:33.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:32 smithi184 bash[59794]: cluster 2024-03-21T13:11:31.718692+0000 mgr.x (mgr.34104) 4613 : cluster [DBG] pgmap v3057: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:33.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:32 smithi184 bash[59794]: cluster 2024-03-21T13:11:31.719037+0000 mgr.x (mgr.34104) 4614 : cluster [DBG] pgmap v3058: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:33.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:32 smithi184 bash[59794]: audit 2024-03-21T13:11:31.724035+0000 mon.a (mon.0) 7021 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:33.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:32 smithi184 bash[59794]: cephadm 2024-03-21T13:11:31.725102+0000 mgr.x (mgr.34104) 4615 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:33.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:32 smithi184 bash[59794]: audit 2024-03-21T13:11:31.784780+0000 mon.a (mon.0) 7022 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:33.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:32 smithi184 bash[59794]: audit 2024-03-21T13:11:31.788277+0000 mon.a (mon.0) 7023 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:33.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:32 smithi184 bash[59794]: audit 2024-03-21T13:11:31.791161+0000 mon.a (mon.0) 7024 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:33.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:32 smithi184 bash[59794]: audit 2024-03-21T13:11:31.792370+0000 mon.a (mon.0) 7025 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:33.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:32 smithi184 bash[59794]: cluster 2024-03-21T13:11:31.794425+0000 mgr.x (mgr.34104) 4616 : cluster [DBG] pgmap v3059: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:33.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:32 smithi184 bash[59794]: cluster 2024-03-21T13:11:31.794603+0000 mgr.x (mgr.34104) 4617 : cluster [DBG] pgmap v3060: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:33.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:32 smithi184 bash[59794]: audit 2024-03-21T13:11:31.803476+0000 mon.a (mon.0) 7026 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:33.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:32 smithi184 bash[59794]: cephadm 2024-03-21T13:11:31.804623+0000 mgr.x (mgr.34104) 4618 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:33.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:32 smithi184 bash[59794]: audit 2024-03-21T13:11:31.848125+0000 mon.a (mon.0) 7027 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:33.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:32 smithi184 bash[59794]: audit 2024-03-21T13:11:31.859602+0000 mon.a (mon.0) 7028 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:33.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:32 smithi184 bash[59794]: cluster 2024-03-21T13:11:31.862090+0000 mgr.x (mgr.34104) 4619 : cluster [DBG] pgmap v3061: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:33.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:32 smithi184 bash[59794]: cluster 2024-03-21T13:11:31.862444+0000 mgr.x (mgr.34104) 4620 : cluster [DBG] pgmap v3062: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:33.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:32 smithi184 bash[59794]: audit 2024-03-21T13:11:31.869096+0000 mon.a (mon.0) 7029 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:33.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:32 smithi184 bash[59794]: audit 2024-03-21T13:11:31.884607+0000 mon.a (mon.0) 7030 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:33.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:32 smithi184 bash[59794]: audit 2024-03-21T13:11:31.888198+0000 mon.a (mon.0) 7031 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:33.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:32 smithi184 bash[59794]: audit 2024-03-21T13:11:31.892453+0000 mon.a (mon.0) 7032 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:33.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:32 smithi184 bash[59794]: audit 2024-03-21T13:11:31.894071+0000 mon.a (mon.0) 7033 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:33.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:32 smithi184 bash[59794]: cluster 2024-03-21T13:11:31.897279+0000 mgr.x (mgr.34104) 4621 : cluster [DBG] pgmap v3063: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:33.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:32 smithi184 bash[59794]: cluster 2024-03-21T13:11:31.897748+0000 mgr.x (mgr.34104) 4622 : cluster [DBG] pgmap v3064: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:33.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:32 smithi184 bash[59794]: audit 2024-03-21T13:11:31.905449+0000 mon.a (mon.0) 7034 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:33.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:32 smithi184 bash[59794]: cephadm 2024-03-21T13:11:31.906708+0000 mgr.x (mgr.34104) 4623 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:33.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:32 smithi184 bash[59794]: audit 2024-03-21T13:11:31.984011+0000 mon.a (mon.0) 7035 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:33.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:32 smithi184 bash[59794]: audit 2024-03-21T13:11:31.987898+0000 mon.a (mon.0) 7036 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:33.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:32 smithi184 bash[59794]: audit 2024-03-21T13:11:31.992131+0000 mon.a (mon.0) 7037 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:33.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:32 smithi184 bash[59794]: audit 2024-03-21T13:11:31.993556+0000 mon.a (mon.0) 7038 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:33.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:32 smithi184 bash[59794]: cluster 2024-03-21T13:11:31.996475+0000 mgr.x (mgr.34104) 4624 : cluster [DBG] pgmap v3065: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:33.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:32 smithi184 bash[59794]: cluster 2024-03-21T13:11:31.996996+0000 mgr.x (mgr.34104) 4625 : cluster [DBG] pgmap v3066: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:33.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:32 smithi184 bash[59794]: audit 2024-03-21T13:11:32.005257+0000 mon.a (mon.0) 7039 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:33.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:32 smithi184 bash[59794]: cephadm 2024-03-21T13:11:32.006419+0000 mgr.x (mgr.34104) 4626 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:33.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:32 smithi184 bash[59794]: audit 2024-03-21T13:11:32.083235+0000 mon.a (mon.0) 7040 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:33.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:32 smithi184 bash[59794]: audit 2024-03-21T13:11:32.086610+0000 mon.a (mon.0) 7041 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:33.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:32 smithi184 bash[59794]: audit 2024-03-21T13:11:32.090645+0000 mon.a (mon.0) 7042 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:33.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:32 smithi184 bash[59794]: audit 2024-03-21T13:11:32.092367+0000 mon.a (mon.0) 7043 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:33.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:32 smithi184 bash[59794]: cluster 2024-03-21T13:11:32.095238+0000 mgr.x (mgr.34104) 4627 : cluster [DBG] pgmap v3067: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:33.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:32 smithi184 bash[59794]: cluster 2024-03-21T13:11:32.095817+0000 mgr.x (mgr.34104) 4628 : cluster [DBG] pgmap v3068: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:33.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:32 smithi184 bash[59794]: audit 2024-03-21T13:11:32.103282+0000 mon.a (mon.0) 7044 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:33.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:32 smithi184 bash[59794]: cephadm 2024-03-21T13:11:32.104501+0000 mgr.x (mgr.34104) 4629 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:33.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:32 smithi184 bash[59794]: audit 2024-03-21T13:11:32.181608+0000 mon.a (mon.0) 7045 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:33.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:32 smithi184 bash[59794]: audit 2024-03-21T13:11:32.186614+0000 mon.a (mon.0) 7046 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:33.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:32 smithi184 bash[59794]: audit 2024-03-21T13:11:32.191018+0000 mon.a (mon.0) 7047 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:33.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:32 smithi184 bash[59794]: audit 2024-03-21T13:11:32.192607+0000 mon.a (mon.0) 7048 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:33.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:32 smithi184 bash[59794]: cluster 2024-03-21T13:11:32.195333+0000 mgr.x (mgr.34104) 4630 : cluster [DBG] pgmap v3069: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:33.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:32 smithi184 bash[59794]: cluster 2024-03-21T13:11:32.195593+0000 mgr.x (mgr.34104) 4631 : cluster [DBG] pgmap v3070: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:33.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:32 smithi184 bash[59794]: audit 2024-03-21T13:11:32.204055+0000 mon.a (mon.0) 7049 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:33.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:32 smithi184 bash[59794]: cephadm 2024-03-21T13:11:32.205386+0000 mgr.x (mgr.34104) 4632 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:33.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:32 smithi184 bash[59794]: audit 2024-03-21T13:11:32.287081+0000 mon.a (mon.0) 7050 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:33.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:32 smithi184 bash[59794]: audit 2024-03-21T13:11:32.290147+0000 mon.a (mon.0) 7051 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:33.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:32 smithi184 bash[59794]: audit 2024-03-21T13:11:32.293129+0000 mon.a (mon.0) 7052 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:33.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:32 smithi184 bash[59794]: audit 2024-03-21T13:11:32.294700+0000 mon.a (mon.0) 7053 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:33.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:32 smithi184 bash[59794]: audit 2024-03-21T13:11:32.306673+0000 mon.a (mon.0) 7054 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:33.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:32 smithi184 bash[59794]: audit 2024-03-21T13:11:32.387070+0000 mon.a (mon.0) 7055 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:33.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:32 smithi184 bash[59794]: audit 2024-03-21T13:11:32.389767+0000 mon.a (mon.0) 7056 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:33.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:32 smithi184 bash[59794]: audit 2024-03-21T13:11:32.392535+0000 mon.a (mon.0) 7057 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:33.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:32 smithi184 bash[59794]: audit 2024-03-21T13:11:32.393571+0000 mon.a (mon.0) 7058 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:33.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:32 smithi184 bash[59794]: audit 2024-03-21T13:11:32.402933+0000 mon.a (mon.0) 7059 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:33.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:32 smithi184 bash[59794]: audit 2024-03-21T13:11:32.487220+0000 mon.a (mon.0) 7060 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:33.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:32 smithi184 bash[59794]: audit 2024-03-21T13:11:32.490723+0000 mon.a (mon.0) 7061 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:33.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:32 smithi184 bash[59794]: audit 2024-03-21T13:11:32.494501+0000 mon.a (mon.0) 7062 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:33.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:32 smithi184 bash[59794]: audit 2024-03-21T13:11:32.495560+0000 mon.a (mon.0) 7063 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:33.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:32 smithi184 bash[59794]: audit 2024-03-21T13:11:32.504778+0000 mon.a (mon.0) 7064 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:33.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:32 smithi184 bash[59794]: audit 2024-03-21T13:11:32.583232+0000 mon.a (mon.0) 7065 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:33.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:32 smithi184 bash[59794]: audit 2024-03-21T13:11:32.586573+0000 mon.a (mon.0) 7066 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:33.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:32 smithi184 bash[59794]: audit 2024-03-21T13:11:32.590475+0000 mon.a (mon.0) 7067 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:33.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:32 smithi184 bash[59794]: audit 2024-03-21T13:11:32.591855+0000 mon.a (mon.0) 7068 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:33.080 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:32 smithi184 bash[59794]: audit 2024-03-21T13:11:32.603819+0000 mon.a (mon.0) 7069 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:33.080 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:32 smithi184 bash[59794]: audit 2024-03-21T13:11:32.687465+0000 mon.a (mon.0) 7070 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:33.080 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:32 smithi184 bash[59794]: audit 2024-03-21T13:11:32.691055+0000 mon.a (mon.0) 7071 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:33.080 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:32 smithi184 bash[59794]: audit 2024-03-21T13:11:32.694138+0000 mon.a (mon.0) 7072 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:33.080 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:32 smithi184 bash[59794]: audit 2024-03-21T13:11:32.695702+0000 mon.a (mon.0) 7073 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:34.000 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:33 smithi184 bash[59794]: cluster 2024-03-21T13:11:32.297469+0000 mgr.x (mgr.34104) 4633 : cluster [DBG] pgmap v3071: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:34.001 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:33 smithi184 bash[59794]: cluster 2024-03-21T13:11:32.297718+0000 mgr.x (mgr.34104) 4634 : cluster [DBG] pgmap v3072: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:34.001 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:33 smithi184 bash[59794]: cephadm 2024-03-21T13:11:32.307999+0000 mgr.x (mgr.34104) 4635 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:34.001 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:33 smithi184 bash[59794]: cluster 2024-03-21T13:11:32.395885+0000 mgr.x (mgr.34104) 4636 : cluster [DBG] pgmap v3073: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:34.001 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:33 smithi184 bash[59794]: cluster 2024-03-21T13:11:32.396201+0000 mgr.x (mgr.34104) 4637 : cluster [DBG] pgmap v3074: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:34.001 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:33 smithi184 bash[59794]: cephadm 2024-03-21T13:11:32.404269+0000 mgr.x (mgr.34104) 4638 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:34.001 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:33 smithi184 bash[59794]: cluster 2024-03-21T13:11:32.498045+0000 mgr.x (mgr.34104) 4639 : cluster [DBG] pgmap v3075: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:34.001 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:33 smithi184 bash[59794]: cluster 2024-03-21T13:11:32.498292+0000 mgr.x (mgr.34104) 4640 : cluster [DBG] pgmap v3076: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:34.001 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:33 smithi184 bash[59794]: cephadm 2024-03-21T13:11:32.506110+0000 mgr.x (mgr.34104) 4641 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:34.001 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:33 smithi184 bash[59794]: cluster 2024-03-21T13:11:32.594982+0000 mgr.x (mgr.34104) 4642 : cluster [DBG] pgmap v3077: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:34.001 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:33 smithi184 bash[59794]: cluster 2024-03-21T13:11:32.595455+0000 mgr.x (mgr.34104) 4643 : cluster [DBG] pgmap v3078: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:34.001 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:33 smithi184 bash[59794]: cephadm 2024-03-21T13:11:32.605046+0000 mgr.x (mgr.34104) 4644 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:34.001 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:33 smithi184 bash[59794]: cluster 2024-03-21T13:11:32.698531+0000 mgr.x (mgr.34104) 4645 : cluster [DBG] pgmap v3079: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:34.001 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:33 smithi184 bash[59794]: cluster 2024-03-21T13:11:32.699012+0000 mgr.x (mgr.34104) 4646 : cluster [DBG] pgmap v3080: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:34.001 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:33 smithi184 bash[59794]: audit 2024-03-21T13:11:32.749372+0000 mon.a (mon.0) 7074 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:34.002 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:33 smithi184 bash[59794]: cephadm 2024-03-21T13:11:32.750726+0000 mgr.x (mgr.34104) 4647 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:34.002 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:33 smithi184 bash[59794]: audit 2024-03-21T13:11:32.832034+0000 mon.a (mon.0) 7075 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:34.002 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:33 smithi184 bash[59794]: audit 2024-03-21T13:11:32.835113+0000 mon.a (mon.0) 7076 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:34.002 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:33 smithi184 bash[59794]: audit 2024-03-21T13:11:32.838065+0000 mon.a (mon.0) 7077 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:34.002 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:33 smithi184 bash[59794]: audit 2024-03-21T13:11:32.839427+0000 mon.a (mon.0) 7078 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:34.002 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:33 smithi184 bash[59794]: cluster 2024-03-21T13:11:32.842311+0000 mgr.x (mgr.34104) 4648 : cluster [DBG] pgmap v3081: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:34.002 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:33 smithi184 bash[59794]: cluster 2024-03-21T13:11:32.842762+0000 mgr.x (mgr.34104) 4649 : cluster [DBG] pgmap v3082: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:34.002 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:33 smithi184 bash[59794]: audit 2024-03-21T13:11:32.850918+0000 mon.a (mon.0) 7079 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:34.002 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:33 smithi184 bash[59794]: cephadm 2024-03-21T13:11:32.852254+0000 mgr.x (mgr.34104) 4650 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:34.002 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:33 smithi184 bash[59794]: audit 2024-03-21T13:11:32.931806+0000 mon.a (mon.0) 7080 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:34.002 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:33 smithi184 bash[59794]: audit 2024-03-21T13:11:32.935059+0000 mon.a (mon.0) 7081 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:34.002 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:33 smithi184 bash[59794]: audit 2024-03-21T13:11:32.938373+0000 mon.a (mon.0) 7082 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:34.002 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:33 smithi184 bash[59794]: audit 2024-03-21T13:11:32.939698+0000 mon.a (mon.0) 7083 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:34.002 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:33 smithi184 bash[59794]: cluster 2024-03-21T13:11:32.941965+0000 mgr.x (mgr.34104) 4651 : cluster [DBG] pgmap v3083: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:34.003 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:33 smithi184 bash[59794]: cluster 2024-03-21T13:11:32.942204+0000 mgr.x (mgr.34104) 4652 : cluster [DBG] pgmap v3084: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:34.003 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:33 smithi184 bash[59794]: audit 2024-03-21T13:11:32.950962+0000 mon.a (mon.0) 7084 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:34.003 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:33 smithi184 bash[59794]: cephadm 2024-03-21T13:11:32.952310+0000 mgr.x (mgr.34104) 4653 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:34.003 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:33 smithi184 bash[59794]: audit 2024-03-21T13:11:33.031160+0000 mon.a (mon.0) 7085 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:34.003 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:33 smithi184 bash[59794]: audit 2024-03-21T13:11:33.034254+0000 mon.a (mon.0) 7086 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:34.003 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:33 smithi184 bash[59794]: audit 2024-03-21T13:11:33.037091+0000 mon.a (mon.0) 7087 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:34.003 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:33 smithi184 bash[59794]: audit 2024-03-21T13:11:33.038327+0000 mon.a (mon.0) 7088 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:34.003 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:33 smithi184 bash[59794]: cluster 2024-03-21T13:11:33.040832+0000 mgr.x (mgr.34104) 4654 : cluster [DBG] pgmap v3085: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:34.003 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:33 smithi184 bash[59794]: cluster 2024-03-21T13:11:33.041060+0000 mgr.x (mgr.34104) 4655 : cluster [DBG] pgmap v3086: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:34.003 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:33 smithi184 bash[59794]: audit 2024-03-21T13:11:33.050904+0000 mon.a (mon.0) 7089 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:34.003 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:33 smithi184 bash[59794]: cephadm 2024-03-21T13:11:33.052088+0000 mgr.x (mgr.34104) 4656 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:34.003 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:33 smithi184 bash[59794]: audit 2024-03-21T13:11:33.132062+0000 mon.a (mon.0) 7090 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:34.003 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:33 smithi184 bash[59794]: audit 2024-03-21T13:11:33.135605+0000 mon.a (mon.0) 7091 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:34.003 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:33 smithi184 bash[59794]: audit 2024-03-21T13:11:33.139463+0000 mon.a (mon.0) 7092 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:34.004 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:33 smithi184 bash[59794]: audit 2024-03-21T13:11:33.140925+0000 mon.a (mon.0) 7093 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:34.004 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:33 smithi184 bash[59794]: cluster 2024-03-21T13:11:33.143794+0000 mgr.x (mgr.34104) 4657 : cluster [DBG] pgmap v3087: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:34.004 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:33 smithi184 bash[59794]: cluster 2024-03-21T13:11:33.144010+0000 mgr.x (mgr.34104) 4658 : cluster [DBG] pgmap v3088: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:34.004 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:33 smithi184 bash[59794]: audit 2024-03-21T13:11:33.152934+0000 mon.a (mon.0) 7094 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:34.004 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:33 smithi184 bash[59794]: cephadm 2024-03-21T13:11:33.154267+0000 mgr.x (mgr.34104) 4659 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:34.004 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:33 smithi184 bash[59794]: audit 2024-03-21T13:11:33.232642+0000 mon.a (mon.0) 7095 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:34.004 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:33 smithi184 bash[59794]: audit 2024-03-21T13:11:33.236143+0000 mon.a (mon.0) 7096 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:34.004 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:33 smithi184 bash[59794]: audit 2024-03-21T13:11:33.239219+0000 mon.a (mon.0) 7097 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:34.004 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:33 smithi184 bash[59794]: audit 2024-03-21T13:11:33.240785+0000 mon.a (mon.0) 7098 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:34.004 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:33 smithi184 bash[59794]: cluster 2024-03-21T13:11:33.243641+0000 mgr.x (mgr.34104) 4660 : cluster [DBG] pgmap v3089: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:34.004 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:33 smithi184 bash[59794]: cluster 2024-03-21T13:11:33.244089+0000 mgr.x (mgr.34104) 4661 : cluster [DBG] pgmap v3090: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:34.004 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:33 smithi184 bash[59794]: audit 2024-03-21T13:11:33.252629+0000 mon.a (mon.0) 7099 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:34.004 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:33 smithi184 bash[59794]: cephadm 2024-03-21T13:11:33.253886+0000 mgr.x (mgr.34104) 4662 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:34.004 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:33 smithi184 bash[59794]: audit 2024-03-21T13:11:33.333438+0000 mon.a (mon.0) 7100 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:34.005 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:33 smithi184 bash[59794]: audit 2024-03-21T13:11:33.336894+0000 mon.a (mon.0) 7101 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:34.005 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:33 smithi184 bash[59794]: audit 2024-03-21T13:11:33.342007+0000 mon.a (mon.0) 7102 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:34.005 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:33 smithi184 bash[59794]: audit 2024-03-21T13:11:33.343420+0000 mon.a (mon.0) 7103 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:34.005 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:33 smithi184 bash[59794]: audit 2024-03-21T13:11:33.353865+0000 mon.a (mon.0) 7104 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:34.005 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:33 smithi184 bash[59794]: audit 2024-03-21T13:11:33.433311+0000 mon.a (mon.0) 7105 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:34.005 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:33 smithi184 bash[59794]: audit 2024-03-21T13:11:33.436660+0000 mon.a (mon.0) 7106 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:34.005 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:33 smithi184 bash[59794]: audit 2024-03-21T13:11:33.440294+0000 mon.a (mon.0) 7107 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:34.005 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:33 smithi184 bash[59794]: audit 2024-03-21T13:11:33.441582+0000 mon.a (mon.0) 7108 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:34.005 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:33 smithi184 bash[59794]: audit 2024-03-21T13:11:33.451842+0000 mon.a (mon.0) 7109 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:34.005 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:33 smithi184 bash[59794]: audit 2024-03-21T13:11:33.531325+0000 mon.a (mon.0) 7110 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:34.005 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:33 smithi184 bash[59794]: audit 2024-03-21T13:11:33.533930+0000 mon.a (mon.0) 7111 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:34.005 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:33 smithi184 bash[59794]: audit 2024-03-21T13:11:33.537319+0000 mon.a (mon.0) 7112 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:34.005 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:33 smithi184 bash[59794]: audit 2024-03-21T13:11:33.538434+0000 mon.a (mon.0) 7113 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:34.005 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:33 smithi184 bash[59794]: audit 2024-03-21T13:11:33.548143+0000 mon.a (mon.0) 7114 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:34.005 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:33 smithi184 bash[59794]: audit 2024-03-21T13:11:33.629155+0000 mon.a (mon.0) 7115 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:34.006 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:33 smithi184 bash[59794]: audit 2024-03-21T13:11:33.632741+0000 mon.a (mon.0) 7116 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:34.006 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:33 smithi184 bash[59794]: audit 2024-03-21T13:11:33.635551+0000 mon.a (mon.0) 7117 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:34.006 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:33 smithi184 bash[59794]: audit 2024-03-21T13:11:33.636994+0000 mon.a (mon.0) 7118 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:34.006 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:33 smithi184 bash[59794]: audit 2024-03-21T13:11:33.648268+0000 mon.a (mon.0) 7119 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:34.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:33 smithi178 bash[75692]: cluster 2024-03-21T13:11:32.297469+0000 mgr.x (mgr.34104) 4633 : cluster [DBG] pgmap v3071: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:34.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:33 smithi178 bash[75692]: cluster 2024-03-21T13:11:32.297718+0000 mgr.x (mgr.34104) 4634 : cluster [DBG] pgmap v3072: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:34.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:33 smithi178 bash[75692]: cephadm 2024-03-21T13:11:32.307999+0000 mgr.x (mgr.34104) 4635 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:34.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:33 smithi178 bash[75692]: cluster 2024-03-21T13:11:32.395885+0000 mgr.x (mgr.34104) 4636 : cluster [DBG] pgmap v3073: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:34.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:33 smithi178 bash[75692]: cluster 2024-03-21T13:11:32.396201+0000 mgr.x (mgr.34104) 4637 : cluster [DBG] pgmap v3074: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:34.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:33 smithi178 bash[75692]: cephadm 2024-03-21T13:11:32.404269+0000 mgr.x (mgr.34104) 4638 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:34.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:33 smithi178 bash[75692]: cluster 2024-03-21T13:11:32.498045+0000 mgr.x (mgr.34104) 4639 : cluster [DBG] pgmap v3075: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:34.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:33 smithi178 bash[75692]: cluster 2024-03-21T13:11:32.498292+0000 mgr.x (mgr.34104) 4640 : cluster [DBG] pgmap v3076: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:34.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:33 smithi178 bash[75692]: cephadm 2024-03-21T13:11:32.506110+0000 mgr.x (mgr.34104) 4641 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:34.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:33 smithi178 bash[75692]: cluster 2024-03-21T13:11:32.594982+0000 mgr.x (mgr.34104) 4642 : cluster [DBG] pgmap v3077: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:34.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:33 smithi178 bash[75692]: cluster 2024-03-21T13:11:32.595455+0000 mgr.x (mgr.34104) 4643 : cluster [DBG] pgmap v3078: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:34.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:33 smithi178 bash[75692]: cephadm 2024-03-21T13:11:32.605046+0000 mgr.x (mgr.34104) 4644 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:34.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:33 smithi178 bash[75692]: cluster 2024-03-21T13:11:32.698531+0000 mgr.x (mgr.34104) 4645 : cluster [DBG] pgmap v3079: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:34.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:33 smithi178 bash[75692]: cluster 2024-03-21T13:11:32.699012+0000 mgr.x (mgr.34104) 4646 : cluster [DBG] pgmap v3080: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:34.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:33 smithi178 bash[75692]: audit 2024-03-21T13:11:32.749372+0000 mon.a (mon.0) 7074 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:34.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:33 smithi178 bash[75692]: cephadm 2024-03-21T13:11:32.750726+0000 mgr.x (mgr.34104) 4647 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:34.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:33 smithi178 bash[75692]: audit 2024-03-21T13:11:32.832034+0000 mon.a (mon.0) 7075 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:34.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:33 smithi178 bash[75692]: audit 2024-03-21T13:11:32.835113+0000 mon.a (mon.0) 7076 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:34.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:33 smithi178 bash[75692]: audit 2024-03-21T13:11:32.838065+0000 mon.a (mon.0) 7077 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:34.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:33 smithi178 bash[75692]: audit 2024-03-21T13:11:32.839427+0000 mon.a (mon.0) 7078 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:34.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:33 smithi178 bash[75692]: cluster 2024-03-21T13:11:32.842311+0000 mgr.x (mgr.34104) 4648 : cluster [DBG] pgmap v3081: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:34.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:33 smithi178 bash[75692]: cluster 2024-03-21T13:11:32.842762+0000 mgr.x (mgr.34104) 4649 : cluster [DBG] pgmap v3082: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:34.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:33 smithi178 bash[75692]: audit 2024-03-21T13:11:32.850918+0000 mon.a (mon.0) 7079 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:34.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:33 smithi178 bash[75692]: cephadm 2024-03-21T13:11:32.852254+0000 mgr.x (mgr.34104) 4650 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:34.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:33 smithi178 bash[75692]: audit 2024-03-21T13:11:32.931806+0000 mon.a (mon.0) 7080 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:34.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:33 smithi178 bash[75692]: audit 2024-03-21T13:11:32.935059+0000 mon.a (mon.0) 7081 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:34.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:33 smithi178 bash[75692]: audit 2024-03-21T13:11:32.938373+0000 mon.a (mon.0) 7082 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:34.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:33 smithi178 bash[75692]: audit 2024-03-21T13:11:32.939698+0000 mon.a (mon.0) 7083 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:34.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:33 smithi178 bash[75692]: cluster 2024-03-21T13:11:32.941965+0000 mgr.x (mgr.34104) 4651 : cluster [DBG] pgmap v3083: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:34.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:33 smithi178 bash[75692]: cluster 2024-03-21T13:11:32.942204+0000 mgr.x (mgr.34104) 4652 : cluster [DBG] pgmap v3084: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:34.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:33 smithi178 bash[75692]: audit 2024-03-21T13:11:32.950962+0000 mon.a (mon.0) 7084 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:34.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:33 smithi178 bash[75692]: cephadm 2024-03-21T13:11:32.952310+0000 mgr.x (mgr.34104) 4653 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:34.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:33 smithi178 bash[75692]: audit 2024-03-21T13:11:33.031160+0000 mon.a (mon.0) 7085 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:34.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:33 smithi178 bash[75692]: audit 2024-03-21T13:11:33.034254+0000 mon.a (mon.0) 7086 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:34.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:33 smithi178 bash[75692]: audit 2024-03-21T13:11:33.037091+0000 mon.a (mon.0) 7087 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:34.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:33 smithi178 bash[75692]: audit 2024-03-21T13:11:33.038327+0000 mon.a (mon.0) 7088 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:34.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:33 smithi178 bash[75692]: cluster 2024-03-21T13:11:33.040832+0000 mgr.x (mgr.34104) 4654 : cluster [DBG] pgmap v3085: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:34.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:33 smithi178 bash[75692]: cluster 2024-03-21T13:11:33.041060+0000 mgr.x (mgr.34104) 4655 : cluster [DBG] pgmap v3086: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:34.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:33 smithi178 bash[75692]: audit 2024-03-21T13:11:33.050904+0000 mon.a (mon.0) 7089 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:34.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:33 smithi178 bash[75692]: cephadm 2024-03-21T13:11:33.052088+0000 mgr.x (mgr.34104) 4656 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:34.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:33 smithi178 bash[75692]: audit 2024-03-21T13:11:33.132062+0000 mon.a (mon.0) 7090 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:34.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:33 smithi178 bash[75692]: audit 2024-03-21T13:11:33.135605+0000 mon.a (mon.0) 7091 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:34.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:33 smithi178 bash[75692]: audit 2024-03-21T13:11:33.139463+0000 mon.a (mon.0) 7092 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:34.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:33 smithi178 bash[75692]: audit 2024-03-21T13:11:33.140925+0000 mon.a (mon.0) 7093 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:34.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:33 smithi178 bash[75692]: cluster 2024-03-21T13:11:33.143794+0000 mgr.x (mgr.34104) 4657 : cluster [DBG] pgmap v3087: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:34.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:33 smithi178 bash[75692]: cluster 2024-03-21T13:11:33.144010+0000 mgr.x (mgr.34104) 4658 : cluster [DBG] pgmap v3088: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:34.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:33 smithi178 bash[75692]: audit 2024-03-21T13:11:33.152934+0000 mon.a (mon.0) 7094 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:34.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:33 smithi178 bash[75692]: cephadm 2024-03-21T13:11:33.154267+0000 mgr.x (mgr.34104) 4659 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:34.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:33 smithi178 bash[75692]: audit 2024-03-21T13:11:33.232642+0000 mon.a (mon.0) 7095 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:34.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:33 smithi178 bash[75692]: audit 2024-03-21T13:11:33.236143+0000 mon.a (mon.0) 7096 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:34.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:33 smithi178 bash[75692]: audit 2024-03-21T13:11:33.239219+0000 mon.a (mon.0) 7097 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:34.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:33 smithi178 bash[75692]: audit 2024-03-21T13:11:33.240785+0000 mon.a (mon.0) 7098 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:34.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:33 smithi178 bash[75692]: cluster 2024-03-21T13:11:33.243641+0000 mgr.x (mgr.34104) 4660 : cluster [DBG] pgmap v3089: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:34.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:33 smithi178 bash[75692]: cluster 2024-03-21T13:11:33.244089+0000 mgr.x (mgr.34104) 4661 : cluster [DBG] pgmap v3090: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:34.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:33 smithi178 bash[75692]: audit 2024-03-21T13:11:33.252629+0000 mon.a (mon.0) 7099 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:34.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:33 smithi178 bash[75692]: cephadm 2024-03-21T13:11:33.253886+0000 mgr.x (mgr.34104) 4662 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:34.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:33 smithi178 bash[75692]: audit 2024-03-21T13:11:33.333438+0000 mon.a (mon.0) 7100 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:34.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:33 smithi178 bash[75692]: audit 2024-03-21T13:11:33.336894+0000 mon.a (mon.0) 7101 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:34.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:33 smithi178 bash[75692]: audit 2024-03-21T13:11:33.342007+0000 mon.a (mon.0) 7102 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:34.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:33 smithi178 bash[75692]: audit 2024-03-21T13:11:33.343420+0000 mon.a (mon.0) 7103 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:34.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:33 smithi178 bash[75692]: audit 2024-03-21T13:11:33.353865+0000 mon.a (mon.0) 7104 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:34.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:33 smithi178 bash[75692]: audit 2024-03-21T13:11:33.433311+0000 mon.a (mon.0) 7105 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:34.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:33 smithi178 bash[75692]: audit 2024-03-21T13:11:33.436660+0000 mon.a (mon.0) 7106 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:34.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:33 smithi178 bash[75692]: audit 2024-03-21T13:11:33.440294+0000 mon.a (mon.0) 7107 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:34.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:33 smithi178 bash[75692]: audit 2024-03-21T13:11:33.441582+0000 mon.a (mon.0) 7108 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:34.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:33 smithi178 bash[75692]: audit 2024-03-21T13:11:33.451842+0000 mon.a (mon.0) 7109 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:34.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:33 smithi178 bash[75692]: audit 2024-03-21T13:11:33.531325+0000 mon.a (mon.0) 7110 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:34.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:33 smithi178 bash[75692]: audit 2024-03-21T13:11:33.533930+0000 mon.a (mon.0) 7111 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:34.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:33 smithi178 bash[75692]: audit 2024-03-21T13:11:33.537319+0000 mon.a (mon.0) 7112 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:34.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:33 smithi178 bash[75692]: audit 2024-03-21T13:11:33.538434+0000 mon.a (mon.0) 7113 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:34.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:33 smithi178 bash[75692]: audit 2024-03-21T13:11:33.548143+0000 mon.a (mon.0) 7114 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:34.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:33 smithi178 bash[75692]: audit 2024-03-21T13:11:33.629155+0000 mon.a (mon.0) 7115 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:34.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:33 smithi178 bash[75692]: audit 2024-03-21T13:11:33.632741+0000 mon.a (mon.0) 7116 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:34.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:33 smithi178 bash[75692]: audit 2024-03-21T13:11:33.635551+0000 mon.a (mon.0) 7117 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:34.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:33 smithi178 bash[75692]: audit 2024-03-21T13:11:33.636994+0000 mon.a (mon.0) 7118 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:34.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:33 smithi178 bash[75692]: audit 2024-03-21T13:11:33.648268+0000 mon.a (mon.0) 7119 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:34.054 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:33 smithi178 bash[77880]: cluster 2024-03-21T13:11:32.297469+0000 mgr.x (mgr.34104) 4633 : cluster [DBG] pgmap v3071: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:34.054 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:33 smithi178 bash[77880]: cluster 2024-03-21T13:11:32.297718+0000 mgr.x (mgr.34104) 4634 : cluster [DBG] pgmap v3072: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:34.054 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:33 smithi178 bash[77880]: cephadm 2024-03-21T13:11:32.307999+0000 mgr.x (mgr.34104) 4635 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:34.054 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:33 smithi178 bash[77880]: cluster 2024-03-21T13:11:32.395885+0000 mgr.x (mgr.34104) 4636 : cluster [DBG] pgmap v3073: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:34.054 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:33 smithi178 bash[77880]: cluster 2024-03-21T13:11:32.396201+0000 mgr.x (mgr.34104) 4637 : cluster [DBG] pgmap v3074: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:34.054 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:33 smithi178 bash[77880]: cephadm 2024-03-21T13:11:32.404269+0000 mgr.x (mgr.34104) 4638 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:34.054 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:33 smithi178 bash[77880]: cluster 2024-03-21T13:11:32.498045+0000 mgr.x (mgr.34104) 4639 : cluster [DBG] pgmap v3075: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:34.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:33 smithi178 bash[77880]: cluster 2024-03-21T13:11:32.498292+0000 mgr.x (mgr.34104) 4640 : cluster [DBG] pgmap v3076: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:34.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:33 smithi178 bash[77880]: cephadm 2024-03-21T13:11:32.506110+0000 mgr.x (mgr.34104) 4641 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:34.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:33 smithi178 bash[77880]: cluster 2024-03-21T13:11:32.594982+0000 mgr.x (mgr.34104) 4642 : cluster [DBG] pgmap v3077: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:34.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:33 smithi178 bash[77880]: cluster 2024-03-21T13:11:32.595455+0000 mgr.x (mgr.34104) 4643 : cluster [DBG] pgmap v3078: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:34.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:33 smithi178 bash[77880]: cephadm 2024-03-21T13:11:32.605046+0000 mgr.x (mgr.34104) 4644 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:34.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:33 smithi178 bash[77880]: cluster 2024-03-21T13:11:32.698531+0000 mgr.x (mgr.34104) 4645 : cluster [DBG] pgmap v3079: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:34.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:33 smithi178 bash[77880]: cluster 2024-03-21T13:11:32.699012+0000 mgr.x (mgr.34104) 4646 : cluster [DBG] pgmap v3080: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:34.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:33 smithi178 bash[77880]: audit 2024-03-21T13:11:32.749372+0000 mon.a (mon.0) 7074 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:34.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:33 smithi178 bash[77880]: cephadm 2024-03-21T13:11:32.750726+0000 mgr.x (mgr.34104) 4647 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:34.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:33 smithi178 bash[77880]: audit 2024-03-21T13:11:32.832034+0000 mon.a (mon.0) 7075 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:34.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:33 smithi178 bash[77880]: audit 2024-03-21T13:11:32.835113+0000 mon.a (mon.0) 7076 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:34.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:33 smithi178 bash[77880]: audit 2024-03-21T13:11:32.838065+0000 mon.a (mon.0) 7077 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:34.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:33 smithi178 bash[77880]: audit 2024-03-21T13:11:32.839427+0000 mon.a (mon.0) 7078 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:34.055 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:33 smithi178 bash[77880]: cluster 2024-03-21T13:11:32.842311+0000 mgr.x (mgr.34104) 4648 : cluster [DBG] pgmap v3081: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:34.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:33 smithi178 bash[77880]: cluster 2024-03-21T13:11:32.842762+0000 mgr.x (mgr.34104) 4649 : cluster [DBG] pgmap v3082: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:34.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:33 smithi178 bash[77880]: audit 2024-03-21T13:11:32.850918+0000 mon.a (mon.0) 7079 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:34.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:33 smithi178 bash[77880]: cephadm 2024-03-21T13:11:32.852254+0000 mgr.x (mgr.34104) 4650 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:34.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:33 smithi178 bash[77880]: audit 2024-03-21T13:11:32.931806+0000 mon.a (mon.0) 7080 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:34.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:33 smithi178 bash[77880]: audit 2024-03-21T13:11:32.935059+0000 mon.a (mon.0) 7081 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:34.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:33 smithi178 bash[77880]: audit 2024-03-21T13:11:32.938373+0000 mon.a (mon.0) 7082 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:34.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:33 smithi178 bash[77880]: audit 2024-03-21T13:11:32.939698+0000 mon.a (mon.0) 7083 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:34.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:33 smithi178 bash[77880]: cluster 2024-03-21T13:11:32.941965+0000 mgr.x (mgr.34104) 4651 : cluster [DBG] pgmap v3083: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:34.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:33 smithi178 bash[77880]: cluster 2024-03-21T13:11:32.942204+0000 mgr.x (mgr.34104) 4652 : cluster [DBG] pgmap v3084: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:34.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:33 smithi178 bash[77880]: audit 2024-03-21T13:11:32.950962+0000 mon.a (mon.0) 7084 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:34.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:33 smithi178 bash[77880]: cephadm 2024-03-21T13:11:32.952310+0000 mgr.x (mgr.34104) 4653 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:34.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:33 smithi178 bash[77880]: audit 2024-03-21T13:11:33.031160+0000 mon.a (mon.0) 7085 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:34.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:33 smithi178 bash[77880]: audit 2024-03-21T13:11:33.034254+0000 mon.a (mon.0) 7086 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:34.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:33 smithi178 bash[77880]: audit 2024-03-21T13:11:33.037091+0000 mon.a (mon.0) 7087 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:34.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:33 smithi178 bash[77880]: audit 2024-03-21T13:11:33.038327+0000 mon.a (mon.0) 7088 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:34.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:33 smithi178 bash[77880]: cluster 2024-03-21T13:11:33.040832+0000 mgr.x (mgr.34104) 4654 : cluster [DBG] pgmap v3085: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:34.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:33 smithi178 bash[77880]: cluster 2024-03-21T13:11:33.041060+0000 mgr.x (mgr.34104) 4655 : cluster [DBG] pgmap v3086: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:34.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:33 smithi178 bash[77880]: audit 2024-03-21T13:11:33.050904+0000 mon.a (mon.0) 7089 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:34.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:33 smithi178 bash[77880]: cephadm 2024-03-21T13:11:33.052088+0000 mgr.x (mgr.34104) 4656 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:34.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:33 smithi178 bash[77880]: audit 2024-03-21T13:11:33.132062+0000 mon.a (mon.0) 7090 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:34.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:33 smithi178 bash[77880]: audit 2024-03-21T13:11:33.135605+0000 mon.a (mon.0) 7091 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:34.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:33 smithi178 bash[77880]: audit 2024-03-21T13:11:33.139463+0000 mon.a (mon.0) 7092 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:34.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:33 smithi178 bash[77880]: audit 2024-03-21T13:11:33.140925+0000 mon.a (mon.0) 7093 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:34.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:33 smithi178 bash[77880]: cluster 2024-03-21T13:11:33.143794+0000 mgr.x (mgr.34104) 4657 : cluster [DBG] pgmap v3087: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:34.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:33 smithi178 bash[77880]: cluster 2024-03-21T13:11:33.144010+0000 mgr.x (mgr.34104) 4658 : cluster [DBG] pgmap v3088: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:34.058 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:33 smithi178 bash[77880]: audit 2024-03-21T13:11:33.152934+0000 mon.a (mon.0) 7094 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:34.058 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:33 smithi178 bash[77880]: cephadm 2024-03-21T13:11:33.154267+0000 mgr.x (mgr.34104) 4659 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:34.058 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:33 smithi178 bash[77880]: audit 2024-03-21T13:11:33.232642+0000 mon.a (mon.0) 7095 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:34.058 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:33 smithi178 bash[77880]: audit 2024-03-21T13:11:33.236143+0000 mon.a (mon.0) 7096 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:34.058 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:33 smithi178 bash[77880]: audit 2024-03-21T13:11:33.239219+0000 mon.a (mon.0) 7097 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:34.058 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:33 smithi178 bash[77880]: audit 2024-03-21T13:11:33.240785+0000 mon.a (mon.0) 7098 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:34.058 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:33 smithi178 bash[77880]: cluster 2024-03-21T13:11:33.243641+0000 mgr.x (mgr.34104) 4660 : cluster [DBG] pgmap v3089: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:34.058 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:33 smithi178 bash[77880]: cluster 2024-03-21T13:11:33.244089+0000 mgr.x (mgr.34104) 4661 : cluster [DBG] pgmap v3090: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:34.058 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:33 smithi178 bash[77880]: audit 2024-03-21T13:11:33.252629+0000 mon.a (mon.0) 7099 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:34.058 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:33 smithi178 bash[77880]: cephadm 2024-03-21T13:11:33.253886+0000 mgr.x (mgr.34104) 4662 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:34.058 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:33 smithi178 bash[77880]: audit 2024-03-21T13:11:33.333438+0000 mon.a (mon.0) 7100 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:34.058 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:33 smithi178 bash[77880]: audit 2024-03-21T13:11:33.336894+0000 mon.a (mon.0) 7101 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:34.058 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:33 smithi178 bash[77880]: audit 2024-03-21T13:11:33.342007+0000 mon.a (mon.0) 7102 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:34.058 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:33 smithi178 bash[77880]: audit 2024-03-21T13:11:33.343420+0000 mon.a (mon.0) 7103 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:34.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:33 smithi178 bash[77880]: audit 2024-03-21T13:11:33.353865+0000 mon.a (mon.0) 7104 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:34.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:33 smithi178 bash[77880]: audit 2024-03-21T13:11:33.433311+0000 mon.a (mon.0) 7105 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:34.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:33 smithi178 bash[77880]: audit 2024-03-21T13:11:33.436660+0000 mon.a (mon.0) 7106 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:34.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:33 smithi178 bash[77880]: audit 2024-03-21T13:11:33.440294+0000 mon.a (mon.0) 7107 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:34.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:33 smithi178 bash[77880]: audit 2024-03-21T13:11:33.441582+0000 mon.a (mon.0) 7108 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:34.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:33 smithi178 bash[77880]: audit 2024-03-21T13:11:33.451842+0000 mon.a (mon.0) 7109 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:34.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:33 smithi178 bash[77880]: audit 2024-03-21T13:11:33.531325+0000 mon.a (mon.0) 7110 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:34.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:33 smithi178 bash[77880]: audit 2024-03-21T13:11:33.533930+0000 mon.a (mon.0) 7111 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:34.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:33 smithi178 bash[77880]: audit 2024-03-21T13:11:33.537319+0000 mon.a (mon.0) 7112 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:34.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:33 smithi178 bash[77880]: audit 2024-03-21T13:11:33.538434+0000 mon.a (mon.0) 7113 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:34.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:33 smithi178 bash[77880]: audit 2024-03-21T13:11:33.548143+0000 mon.a (mon.0) 7114 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:34.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:33 smithi178 bash[77880]: audit 2024-03-21T13:11:33.629155+0000 mon.a (mon.0) 7115 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:34.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:33 smithi178 bash[77880]: audit 2024-03-21T13:11:33.632741+0000 mon.a (mon.0) 7116 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:34.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:33 smithi178 bash[77880]: audit 2024-03-21T13:11:33.635551+0000 mon.a (mon.0) 7117 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:34.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:33 smithi178 bash[77880]: audit 2024-03-21T13:11:33.636994+0000 mon.a (mon.0) 7118 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:34.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:33 smithi178 bash[77880]: audit 2024-03-21T13:11:33.648268+0000 mon.a (mon.0) 7119 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:34.331 INFO:teuthology.orchestra.run.smithi178.stdout:true 2024-03-21T13:11:35.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:34 smithi178 bash[77880]: cluster 2024-03-21T13:11:33.345932+0000 mgr.x (mgr.34104) 4663 : cluster [DBG] pgmap v3091: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:35.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:34 smithi178 bash[77880]: cephadm 2024-03-21T13:11:33.355024+0000 mgr.x (mgr.34104) 4664 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:35.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:34 smithi178 bash[77880]: cluster 2024-03-21T13:11:33.444618+0000 mgr.x (mgr.34104) 4665 : cluster [DBG] pgmap v3092: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:35.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:34 smithi178 bash[77880]: cluster 2024-03-21T13:11:33.445134+0000 mgr.x (mgr.34104) 4666 : cluster [DBG] pgmap v3093: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:35.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:34 smithi178 bash[77880]: cephadm 2024-03-21T13:11:33.453158+0000 mgr.x (mgr.34104) 4667 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:35.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:34 smithi178 bash[77880]: cluster 2024-03-21T13:11:33.540743+0000 mgr.x (mgr.34104) 4668 : cluster [DBG] pgmap v3094: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:35.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:34 smithi178 bash[77880]: cluster 2024-03-21T13:11:33.541046+0000 mgr.x (mgr.34104) 4669 : cluster [DBG] pgmap v3095: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:35.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:34 smithi178 bash[77880]: cephadm 2024-03-21T13:11:33.549644+0000 mgr.x (mgr.34104) 4670 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:35.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:34 smithi178 bash[77880]: cluster 2024-03-21T13:11:33.639533+0000 mgr.x (mgr.34104) 4671 : cluster [DBG] pgmap v3096: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:35.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:34 smithi178 bash[77880]: cluster 2024-03-21T13:11:33.639784+0000 mgr.x (mgr.34104) 4672 : cluster [DBG] pgmap v3097: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:35.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:34 smithi178 bash[77880]: cephadm 2024-03-21T13:11:33.649507+0000 mgr.x (mgr.34104) 4673 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:35.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:34 smithi178 bash[77880]: audit 2024-03-21T13:11:33.732588+0000 mon.a (mon.0) 7120 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:35.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:34 smithi178 bash[77880]: audit 2024-03-21T13:11:33.734735+0000 mon.a (mon.0) 7121 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:35.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:34 smithi178 bash[77880]: audit 2024-03-21T13:11:33.737239+0000 mon.a (mon.0) 7122 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:35.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:34 smithi178 bash[77880]: audit 2024-03-21T13:11:33.738372+0000 mon.a (mon.0) 7123 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:35.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:34 smithi178 bash[77880]: cluster 2024-03-21T13:11:33.740505+0000 mgr.x (mgr.34104) 4674 : cluster [DBG] pgmap v3098: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:35.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:34 smithi178 bash[77880]: cluster 2024-03-21T13:11:33.740778+0000 mgr.x (mgr.34104) 4675 : cluster [DBG] pgmap v3099: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:35.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:34 smithi178 bash[77880]: audit 2024-03-21T13:11:33.747227+0000 mon.a (mon.0) 7124 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:35.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:34 smithi178 bash[77880]: cephadm 2024-03-21T13:11:33.748359+0000 mgr.x (mgr.34104) 4676 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:35.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:34 smithi178 bash[77880]: audit 2024-03-21T13:11:33.831064+0000 mon.a (mon.0) 7125 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:35.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:34 smithi178 bash[75692]: cluster 2024-03-21T13:11:33.345932+0000 mgr.x (mgr.34104) 4663 : cluster [DBG] pgmap v3091: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:35.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:34 smithi178 bash[75692]: cephadm 2024-03-21T13:11:33.355024+0000 mgr.x (mgr.34104) 4664 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:35.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:34 smithi178 bash[75692]: cluster 2024-03-21T13:11:33.444618+0000 mgr.x (mgr.34104) 4665 : cluster [DBG] pgmap v3092: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:35.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:34 smithi178 bash[75692]: cluster 2024-03-21T13:11:33.445134+0000 mgr.x (mgr.34104) 4666 : cluster [DBG] pgmap v3093: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:35.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:34 smithi178 bash[75692]: cephadm 2024-03-21T13:11:33.453158+0000 mgr.x (mgr.34104) 4667 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:35.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:34 smithi178 bash[75692]: cluster 2024-03-21T13:11:33.540743+0000 mgr.x (mgr.34104) 4668 : cluster [DBG] pgmap v3094: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:35.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:34 smithi178 bash[75692]: cluster 2024-03-21T13:11:33.541046+0000 mgr.x (mgr.34104) 4669 : cluster [DBG] pgmap v3095: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:35.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:34 smithi178 bash[75692]: cephadm 2024-03-21T13:11:33.549644+0000 mgr.x (mgr.34104) 4670 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:35.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:34 smithi178 bash[75692]: cluster 2024-03-21T13:11:33.639533+0000 mgr.x (mgr.34104) 4671 : cluster [DBG] pgmap v3096: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:35.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:34 smithi178 bash[75692]: cluster 2024-03-21T13:11:33.639784+0000 mgr.x (mgr.34104) 4672 : cluster [DBG] pgmap v3097: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:35.050 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:34 smithi178 bash[75692]: cephadm 2024-03-21T13:11:33.649507+0000 mgr.x (mgr.34104) 4673 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:35.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:34 smithi178 bash[75692]: audit 2024-03-21T13:11:33.732588+0000 mon.a (mon.0) 7120 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:35.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:34 smithi178 bash[75692]: audit 2024-03-21T13:11:33.734735+0000 mon.a (mon.0) 7121 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:35.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:34 smithi178 bash[75692]: audit 2024-03-21T13:11:33.737239+0000 mon.a (mon.0) 7122 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:35.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:34 smithi178 bash[75692]: audit 2024-03-21T13:11:33.738372+0000 mon.a (mon.0) 7123 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:35.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:34 smithi178 bash[75692]: cluster 2024-03-21T13:11:33.740505+0000 mgr.x (mgr.34104) 4674 : cluster [DBG] pgmap v3098: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:35.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:34 smithi178 bash[75692]: cluster 2024-03-21T13:11:33.740778+0000 mgr.x (mgr.34104) 4675 : cluster [DBG] pgmap v3099: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:35.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:34 smithi178 bash[75692]: audit 2024-03-21T13:11:33.747227+0000 mon.a (mon.0) 7124 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:35.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:34 smithi178 bash[75692]: cephadm 2024-03-21T13:11:33.748359+0000 mgr.x (mgr.34104) 4676 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:35.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:34 smithi178 bash[75692]: audit 2024-03-21T13:11:33.831064+0000 mon.a (mon.0) 7125 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:35.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:34 smithi178 bash[77880]: audit 2024-03-21T13:11:33.833939+0000 mon.a (mon.0) 7126 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:35.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:34 smithi178 bash[77880]: audit 2024-03-21T13:11:33.836985+0000 mon.a (mon.0) 7127 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:35.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:34 smithi178 bash[77880]: audit 2024-03-21T13:11:33.838244+0000 mon.a (mon.0) 7128 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:35.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:34 smithi178 bash[77880]: cluster 2024-03-21T13:11:33.840633+0000 mgr.x (mgr.34104) 4677 : cluster [DBG] pgmap v3100: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:35.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:34 smithi178 bash[77880]: cluster 2024-03-21T13:11:33.841062+0000 mgr.x (mgr.34104) 4678 : cluster [DBG] pgmap v3101: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:35.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:34 smithi178 bash[77880]: audit 2024-03-21T13:11:33.849562+0000 mon.a (mon.0) 7129 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:35.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:34 smithi178 bash[77880]: cephadm 2024-03-21T13:11:33.850686+0000 mgr.x (mgr.34104) 4679 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:35.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:34 smithi178 bash[77880]: audit 2024-03-21T13:11:33.931744+0000 mon.a (mon.0) 7130 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:35.053 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:34 smithi178 bash[77880]: audit 2024-03-21T13:11:33.934778+0000 mon.a (mon.0) 7131 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:35.053 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:34 smithi178 bash[77880]: audit 2024-03-21T13:11:33.937951+0000 mon.a (mon.0) 7132 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:35.053 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:34 smithi178 bash[77880]: audit 2024-03-21T13:11:33.938909+0000 mon.a (mon.0) 7133 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:35.053 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:34 smithi178 bash[77880]: cluster 2024-03-21T13:11:33.941854+0000 mgr.x (mgr.34104) 4680 : cluster [DBG] pgmap v3102: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 19 op/s 2024-03-21T13:11:35.053 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:34 smithi178 bash[77880]: cluster 2024-03-21T13:11:33.942538+0000 mgr.x (mgr.34104) 4681 : cluster [DBG] pgmap v3103: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 19 op/s 2024-03-21T13:11:35.053 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:34 smithi178 bash[77880]: audit 2024-03-21T13:11:33.946500+0000 mon.a (mon.0) 7134 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:35.053 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:34 smithi178 bash[77880]: cephadm 2024-03-21T13:11:33.947635+0000 mgr.x (mgr.34104) 4682 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:35.053 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:34 smithi178 bash[77880]: audit 2024-03-21T13:11:34.025281+0000 mon.a (mon.0) 7135 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:35.053 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:34 smithi178 bash[77880]: audit 2024-03-21T13:11:34.027543+0000 mon.a (mon.0) 7136 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:35.053 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:34 smithi178 bash[77880]: audit 2024-03-21T13:11:34.029952+0000 mon.a (mon.0) 7137 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:35.053 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:34 smithi178 bash[77880]: audit 2024-03-21T13:11:34.030892+0000 mon.a (mon.0) 7138 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:35.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:34 smithi178 bash[75692]: audit 2024-03-21T13:11:33.833939+0000 mon.a (mon.0) 7126 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:35.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:34 smithi178 bash[75692]: audit 2024-03-21T13:11:33.836985+0000 mon.a (mon.0) 7127 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:35.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:34 smithi178 bash[75692]: audit 2024-03-21T13:11:33.838244+0000 mon.a (mon.0) 7128 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:35.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:34 smithi178 bash[75692]: cluster 2024-03-21T13:11:33.840633+0000 mgr.x (mgr.34104) 4677 : cluster [DBG] pgmap v3100: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:35.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:34 smithi178 bash[75692]: cluster 2024-03-21T13:11:33.841062+0000 mgr.x (mgr.34104) 4678 : cluster [DBG] pgmap v3101: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:35.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:34 smithi178 bash[75692]: audit 2024-03-21T13:11:33.849562+0000 mon.a (mon.0) 7129 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:35.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:34 smithi178 bash[75692]: cephadm 2024-03-21T13:11:33.850686+0000 mgr.x (mgr.34104) 4679 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:35.055 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:34 smithi178 bash[75692]: audit 2024-03-21T13:11:33.931744+0000 mon.a (mon.0) 7130 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:35.055 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:34 smithi178 bash[75692]: audit 2024-03-21T13:11:33.934778+0000 mon.a (mon.0) 7131 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:35.055 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:34 smithi178 bash[75692]: audit 2024-03-21T13:11:33.937951+0000 mon.a (mon.0) 7132 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:35.055 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:34 smithi178 bash[75692]: audit 2024-03-21T13:11:33.938909+0000 mon.a (mon.0) 7133 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:35.055 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:34 smithi178 bash[75692]: cluster 2024-03-21T13:11:33.941854+0000 mgr.x (mgr.34104) 4680 : cluster [DBG] pgmap v3102: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 19 op/s 2024-03-21T13:11:35.055 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:34 smithi178 bash[75692]: cluster 2024-03-21T13:11:33.942538+0000 mgr.x (mgr.34104) 4681 : cluster [DBG] pgmap v3103: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 19 op/s 2024-03-21T13:11:35.055 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:34 smithi178 bash[75692]: audit 2024-03-21T13:11:33.946500+0000 mon.a (mon.0) 7134 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:35.056 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:34 smithi178 bash[75692]: cephadm 2024-03-21T13:11:33.947635+0000 mgr.x (mgr.34104) 4682 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:35.057 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:34 smithi178 bash[75692]: audit 2024-03-21T13:11:34.025281+0000 mon.a (mon.0) 7135 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:35.057 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:34 smithi178 bash[75692]: audit 2024-03-21T13:11:34.027543+0000 mon.a (mon.0) 7136 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:35.057 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:34 smithi178 bash[75692]: audit 2024-03-21T13:11:34.029952+0000 mon.a (mon.0) 7137 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:35.057 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:34 smithi178 bash[75692]: audit 2024-03-21T13:11:34.030892+0000 mon.a (mon.0) 7138 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:35.058 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:34 smithi178 bash[77880]: cluster 2024-03-21T13:11:34.033334+0000 mgr.x (mgr.34104) 4683 : cluster [DBG] pgmap v3104: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 20 op/s 2024-03-21T13:11:35.058 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:34 smithi178 bash[77880]: cluster 2024-03-21T13:11:34.033539+0000 mgr.x (mgr.34104) 4684 : cluster [DBG] pgmap v3105: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 20 op/s 2024-03-21T13:11:35.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:34 smithi178 bash[77880]: audit 2024-03-21T13:11:34.043759+0000 mon.a (mon.0) 7139 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:35.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:34 smithi178 bash[77880]: cephadm 2024-03-21T13:11:34.045003+0000 mgr.x (mgr.34104) 4685 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:35.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:34 smithi178 bash[77880]: audit 2024-03-21T13:11:34.121981+0000 mon.a (mon.0) 7140 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:35.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:34 smithi178 bash[77880]: audit 2024-03-21T13:11:34.124955+0000 mon.a (mon.0) 7141 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:35.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:34 smithi178 bash[77880]: audit 2024-03-21T13:11:34.128623+0000 mon.a (mon.0) 7142 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:35.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:34 smithi178 bash[77880]: audit 2024-03-21T13:11:34.129525+0000 mon.a (mon.0) 7143 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:35.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:34 smithi178 bash[77880]: cluster 2024-03-21T13:11:34.132059+0000 mgr.x (mgr.34104) 4686 : cluster [DBG] pgmap v3106: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 20 op/s 2024-03-21T13:11:35.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:34 smithi178 bash[77880]: cluster 2024-03-21T13:11:34.132556+0000 mgr.x (mgr.34104) 4687 : cluster [DBG] pgmap v3107: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 20 op/s 2024-03-21T13:11:35.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:34 smithi178 bash[77880]: audit 2024-03-21T13:11:34.139152+0000 mon.a (mon.0) 7144 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:35.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:34 smithi178 bash[77880]: cephadm 2024-03-21T13:11:34.140418+0000 mgr.x (mgr.34104) 4688 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:35.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:34 smithi178 bash[77880]: audit 2024-03-21T13:11:34.220467+0000 mon.a (mon.0) 7145 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:35.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:34 smithi178 bash[77880]: audit 2024-03-21T13:11:34.224022+0000 mon.a (mon.0) 7146 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:35.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:34 smithi178 bash[77880]: audit 2024-03-21T13:11:34.227019+0000 mon.a (mon.0) 7147 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:35.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:34 smithi178 bash[77880]: audit 2024-03-21T13:11:34.228161+0000 mon.a (mon.0) 7148 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:35.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:34 smithi178 bash[77880]: cluster 2024-03-21T13:11:34.230587+0000 mgr.x (mgr.34104) 4689 : cluster [DBG] pgmap v3108: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:35.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:34 smithi178 bash[77880]: cluster 2024-03-21T13:11:34.230780+0000 mgr.x (mgr.34104) 4690 : cluster [DBG] pgmap v3109: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:35.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:34 smithi178 bash[77880]: audit 2024-03-21T13:11:34.237931+0000 mon.a (mon.0) 7149 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:35.060 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:34 smithi178 bash[75692]: cluster 2024-03-21T13:11:34.033334+0000 mgr.x (mgr.34104) 4683 : cluster [DBG] pgmap v3104: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 20 op/s 2024-03-21T13:11:35.060 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:34 smithi178 bash[75692]: cluster 2024-03-21T13:11:34.033539+0000 mgr.x (mgr.34104) 4684 : cluster [DBG] pgmap v3105: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 20 op/s 2024-03-21T13:11:35.060 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:34 smithi178 bash[75692]: audit 2024-03-21T13:11:34.043759+0000 mon.a (mon.0) 7139 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:35.060 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:34 smithi178 bash[75692]: cephadm 2024-03-21T13:11:34.045003+0000 mgr.x (mgr.34104) 4685 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:35.061 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:34 smithi178 bash[75692]: audit 2024-03-21T13:11:34.121981+0000 mon.a (mon.0) 7140 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:35.061 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:34 smithi178 bash[75692]: audit 2024-03-21T13:11:34.124955+0000 mon.a (mon.0) 7141 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:35.061 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:34 smithi178 bash[75692]: audit 2024-03-21T13:11:34.128623+0000 mon.a (mon.0) 7142 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:35.061 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:34 smithi178 bash[75692]: audit 2024-03-21T13:11:34.129525+0000 mon.a (mon.0) 7143 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:35.061 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:34 smithi178 bash[75692]: cluster 2024-03-21T13:11:34.132059+0000 mgr.x (mgr.34104) 4686 : cluster [DBG] pgmap v3106: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 20 op/s 2024-03-21T13:11:35.061 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:34 smithi178 bash[75692]: cluster 2024-03-21T13:11:34.132556+0000 mgr.x (mgr.34104) 4687 : cluster [DBG] pgmap v3107: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 20 op/s 2024-03-21T13:11:35.061 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:34 smithi178 bash[75692]: audit 2024-03-21T13:11:34.139152+0000 mon.a (mon.0) 7144 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:35.061 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:34 smithi178 bash[75692]: cephadm 2024-03-21T13:11:34.140418+0000 mgr.x (mgr.34104) 4688 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:35.061 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:34 smithi178 bash[75692]: audit 2024-03-21T13:11:34.220467+0000 mon.a (mon.0) 7145 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:35.061 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:34 smithi178 bash[75692]: audit 2024-03-21T13:11:34.224022+0000 mon.a (mon.0) 7146 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:35.061 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:34 smithi178 bash[75692]: audit 2024-03-21T13:11:34.227019+0000 mon.a (mon.0) 7147 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:35.062 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:34 smithi178 bash[75692]: audit 2024-03-21T13:11:34.228161+0000 mon.a (mon.0) 7148 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:35.062 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:34 smithi178 bash[75692]: cluster 2024-03-21T13:11:34.230587+0000 mgr.x (mgr.34104) 4689 : cluster [DBG] pgmap v3108: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:35.062 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:34 smithi178 bash[75692]: cluster 2024-03-21T13:11:34.230780+0000 mgr.x (mgr.34104) 4690 : cluster [DBG] pgmap v3109: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:35.062 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:34 smithi178 bash[75692]: audit 2024-03-21T13:11:34.237931+0000 mon.a (mon.0) 7149 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:35.062 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:34 smithi178 bash[77880]: cephadm 2024-03-21T13:11:34.239153+0000 mgr.x (mgr.34104) 4691 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:35.062 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:34 smithi178 bash[77880]: audit 2024-03-21T13:11:34.318056+0000 mon.a (mon.0) 7150 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:35.062 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:34 smithi178 bash[77880]: audit 2024-03-21T13:11:34.321169+0000 mon.a (mon.0) 7151 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:35.062 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:34 smithi178 bash[77880]: audit 2024-03-21T13:11:34.324608+0000 mon.a (mon.0) 7152 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:35.063 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:34 smithi178 bash[77880]: audit 2024-03-21T13:11:34.326070+0000 mon.a (mon.0) 7153 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:35.063 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:34 smithi178 bash[77880]: audit 2024-03-21T13:11:34.339082+0000 mon.a (mon.0) 7154 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:35.067 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:34 smithi178 bash[77880]: audit 2024-03-21T13:11:34.420113+0000 mon.a (mon.0) 7155 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:35.068 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:34 smithi178 bash[77880]: audit 2024-03-21T13:11:34.423217+0000 mon.a (mon.0) 7156 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:35.068 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:34 smithi178 bash[77880]: audit 2024-03-21T13:11:34.426858+0000 mon.a (mon.0) 7157 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:35.068 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:34 smithi178 bash[77880]: audit 2024-03-21T13:11:34.428361+0000 mon.a (mon.0) 7158 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:35.068 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:34 smithi178 bash[77880]: audit 2024-03-21T13:11:34.440552+0000 mon.a (mon.0) 7159 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:35.068 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:34 smithi178 bash[77880]: audit 2024-03-21T13:11:34.520641+0000 mon.a (mon.0) 7160 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:35.068 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:34 smithi178 bash[77880]: audit 2024-03-21T13:11:34.523055+0000 mon.a (mon.0) 7161 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:35.068 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:34 smithi178 bash[77880]: audit 2024-03-21T13:11:34.526017+0000 mon.a (mon.0) 7162 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:35.068 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:34 smithi178 bash[77880]: audit 2024-03-21T13:11:34.526977+0000 mon.a (mon.0) 7163 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:35.069 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:34 smithi178 bash[77880]: audit 2024-03-21T13:11:34.536124+0000 mon.a (mon.0) 7164 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:35.069 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:34 smithi178 bash[77880]: audit 2024-03-21T13:11:34.619752+0000 mon.a (mon.0) 7165 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:35.069 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:34 smithi178 bash[77880]: audit 2024-03-21T13:11:34.622692+0000 mon.a (mon.0) 7166 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:35.069 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:34 smithi178 bash[77880]: audit 2024-03-21T13:11:34.625782+0000 mon.a (mon.0) 7167 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:35.069 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:34 smithi178 bash[77880]: audit 2024-03-21T13:11:34.626934+0000 mon.a (mon.0) 7168 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:35.069 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:34 smithi178 bash[77880]: audit 2024-03-21T13:11:34.637347+0000 mon.a (mon.0) 7169 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:35.069 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:34 smithi178 bash[75692]: cephadm 2024-03-21T13:11:34.239153+0000 mgr.x (mgr.34104) 4691 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:35.069 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:34 smithi178 bash[75692]: audit 2024-03-21T13:11:34.318056+0000 mon.a (mon.0) 7150 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:35.069 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:34 smithi178 bash[75692]: audit 2024-03-21T13:11:34.321169+0000 mon.a (mon.0) 7151 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:35.070 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:34 smithi178 bash[75692]: audit 2024-03-21T13:11:34.324608+0000 mon.a (mon.0) 7152 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:35.070 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:34 smithi178 bash[75692]: audit 2024-03-21T13:11:34.326070+0000 mon.a (mon.0) 7153 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:35.070 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:34 smithi178 bash[75692]: audit 2024-03-21T13:11:34.339082+0000 mon.a (mon.0) 7154 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:35.070 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:34 smithi178 bash[75692]: audit 2024-03-21T13:11:34.420113+0000 mon.a (mon.0) 7155 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:35.070 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:34 smithi178 bash[75692]: audit 2024-03-21T13:11:34.423217+0000 mon.a (mon.0) 7156 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:35.070 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:34 smithi178 bash[75692]: audit 2024-03-21T13:11:34.426858+0000 mon.a (mon.0) 7157 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:35.070 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:34 smithi178 bash[75692]: audit 2024-03-21T13:11:34.428361+0000 mon.a (mon.0) 7158 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:35.070 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:34 smithi178 bash[75692]: audit 2024-03-21T13:11:34.440552+0000 mon.a (mon.0) 7159 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:35.070 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:34 smithi178 bash[75692]: audit 2024-03-21T13:11:34.520641+0000 mon.a (mon.0) 7160 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:35.070 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:34 smithi178 bash[75692]: audit 2024-03-21T13:11:34.523055+0000 mon.a (mon.0) 7161 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:35.070 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:34 smithi178 bash[75692]: audit 2024-03-21T13:11:34.526017+0000 mon.a (mon.0) 7162 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:35.070 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:34 smithi178 bash[75692]: audit 2024-03-21T13:11:34.526977+0000 mon.a (mon.0) 7163 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:35.070 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:34 smithi178 bash[75692]: audit 2024-03-21T13:11:34.536124+0000 mon.a (mon.0) 7164 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:35.070 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:34 smithi178 bash[75692]: audit 2024-03-21T13:11:34.619752+0000 mon.a (mon.0) 7165 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:35.071 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:34 smithi178 bash[75692]: audit 2024-03-21T13:11:34.622692+0000 mon.a (mon.0) 7166 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:35.071 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:34 smithi178 bash[75692]: audit 2024-03-21T13:11:34.625782+0000 mon.a (mon.0) 7167 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:35.071 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:34 smithi178 bash[75692]: audit 2024-03-21T13:11:34.626934+0000 mon.a (mon.0) 7168 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:35.071 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:34 smithi178 bash[75692]: audit 2024-03-21T13:11:34.637347+0000 mon.a (mon.0) 7169 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:35.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:34 smithi184 bash[59794]: cluster 2024-03-21T13:11:33.345932+0000 mgr.x (mgr.34104) 4663 : cluster [DBG] pgmap v3091: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:35.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:34 smithi184 bash[59794]: cephadm 2024-03-21T13:11:33.355024+0000 mgr.x (mgr.34104) 4664 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:35.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:34 smithi184 bash[59794]: cluster 2024-03-21T13:11:33.444618+0000 mgr.x (mgr.34104) 4665 : cluster [DBG] pgmap v3092: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:35.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:34 smithi184 bash[59794]: cluster 2024-03-21T13:11:33.445134+0000 mgr.x (mgr.34104) 4666 : cluster [DBG] pgmap v3093: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:35.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:34 smithi184 bash[59794]: cephadm 2024-03-21T13:11:33.453158+0000 mgr.x (mgr.34104) 4667 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:35.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:34 smithi184 bash[59794]: cluster 2024-03-21T13:11:33.540743+0000 mgr.x (mgr.34104) 4668 : cluster [DBG] pgmap v3094: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:35.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:34 smithi184 bash[59794]: cluster 2024-03-21T13:11:33.541046+0000 mgr.x (mgr.34104) 4669 : cluster [DBG] pgmap v3095: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:35.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:34 smithi184 bash[59794]: cephadm 2024-03-21T13:11:33.549644+0000 mgr.x (mgr.34104) 4670 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:35.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:34 smithi184 bash[59794]: cluster 2024-03-21T13:11:33.639533+0000 mgr.x (mgr.34104) 4671 : cluster [DBG] pgmap v3096: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:35.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:34 smithi184 bash[59794]: cluster 2024-03-21T13:11:33.639784+0000 mgr.x (mgr.34104) 4672 : cluster [DBG] pgmap v3097: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:35.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:34 smithi184 bash[59794]: cephadm 2024-03-21T13:11:33.649507+0000 mgr.x (mgr.34104) 4673 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:35.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:34 smithi184 bash[59794]: audit 2024-03-21T13:11:33.732588+0000 mon.a (mon.0) 7120 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:35.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:34 smithi184 bash[59794]: audit 2024-03-21T13:11:33.734735+0000 mon.a (mon.0) 7121 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:35.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:34 smithi184 bash[59794]: audit 2024-03-21T13:11:33.737239+0000 mon.a (mon.0) 7122 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:35.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:34 smithi184 bash[59794]: audit 2024-03-21T13:11:33.738372+0000 mon.a (mon.0) 7123 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:35.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:34 smithi184 bash[59794]: cluster 2024-03-21T13:11:33.740505+0000 mgr.x (mgr.34104) 4674 : cluster [DBG] pgmap v3098: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:35.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:34 smithi184 bash[59794]: cluster 2024-03-21T13:11:33.740778+0000 mgr.x (mgr.34104) 4675 : cluster [DBG] pgmap v3099: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:35.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:34 smithi184 bash[59794]: audit 2024-03-21T13:11:33.747227+0000 mon.a (mon.0) 7124 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:35.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:34 smithi184 bash[59794]: cephadm 2024-03-21T13:11:33.748359+0000 mgr.x (mgr.34104) 4676 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:35.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:34 smithi184 bash[59794]: audit 2024-03-21T13:11:33.831064+0000 mon.a (mon.0) 7125 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:35.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:34 smithi184 bash[59794]: audit 2024-03-21T13:11:33.833939+0000 mon.a (mon.0) 7126 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:35.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:34 smithi184 bash[59794]: audit 2024-03-21T13:11:33.836985+0000 mon.a (mon.0) 7127 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:35.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:34 smithi184 bash[59794]: audit 2024-03-21T13:11:33.838244+0000 mon.a (mon.0) 7128 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:35.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:34 smithi184 bash[59794]: cluster 2024-03-21T13:11:33.840633+0000 mgr.x (mgr.34104) 4677 : cluster [DBG] pgmap v3100: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:35.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:34 smithi184 bash[59794]: cluster 2024-03-21T13:11:33.841062+0000 mgr.x (mgr.34104) 4678 : cluster [DBG] pgmap v3101: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:35.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:34 smithi184 bash[59794]: audit 2024-03-21T13:11:33.849562+0000 mon.a (mon.0) 7129 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:35.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:34 smithi184 bash[59794]: cephadm 2024-03-21T13:11:33.850686+0000 mgr.x (mgr.34104) 4679 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:35.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:34 smithi184 bash[59794]: audit 2024-03-21T13:11:33.931744+0000 mon.a (mon.0) 7130 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:35.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:34 smithi184 bash[59794]: audit 2024-03-21T13:11:33.934778+0000 mon.a (mon.0) 7131 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:35.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:34 smithi184 bash[59794]: audit 2024-03-21T13:11:33.937951+0000 mon.a (mon.0) 7132 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:35.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:34 smithi184 bash[59794]: audit 2024-03-21T13:11:33.938909+0000 mon.a (mon.0) 7133 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:35.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:34 smithi184 bash[59794]: cluster 2024-03-21T13:11:33.941854+0000 mgr.x (mgr.34104) 4680 : cluster [DBG] pgmap v3102: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 19 op/s 2024-03-21T13:11:35.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:34 smithi184 bash[59794]: cluster 2024-03-21T13:11:33.942538+0000 mgr.x (mgr.34104) 4681 : cluster [DBG] pgmap v3103: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 19 op/s 2024-03-21T13:11:35.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:34 smithi184 bash[59794]: audit 2024-03-21T13:11:33.946500+0000 mon.a (mon.0) 7134 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:35.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:34 smithi184 bash[59794]: cephadm 2024-03-21T13:11:33.947635+0000 mgr.x (mgr.34104) 4682 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:35.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:34 smithi184 bash[59794]: audit 2024-03-21T13:11:34.025281+0000 mon.a (mon.0) 7135 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:35.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:34 smithi184 bash[59794]: audit 2024-03-21T13:11:34.027543+0000 mon.a (mon.0) 7136 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:35.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:34 smithi184 bash[59794]: audit 2024-03-21T13:11:34.029952+0000 mon.a (mon.0) 7137 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:35.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:34 smithi184 bash[59794]: audit 2024-03-21T13:11:34.030892+0000 mon.a (mon.0) 7138 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:35.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:34 smithi184 bash[59794]: cluster 2024-03-21T13:11:34.033334+0000 mgr.x (mgr.34104) 4683 : cluster [DBG] pgmap v3104: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 20 op/s 2024-03-21T13:11:35.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:34 smithi184 bash[59794]: cluster 2024-03-21T13:11:34.033539+0000 mgr.x (mgr.34104) 4684 : cluster [DBG] pgmap v3105: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 20 op/s 2024-03-21T13:11:35.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:34 smithi184 bash[59794]: audit 2024-03-21T13:11:34.043759+0000 mon.a (mon.0) 7139 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:35.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:34 smithi184 bash[59794]: cephadm 2024-03-21T13:11:34.045003+0000 mgr.x (mgr.34104) 4685 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:35.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:34 smithi184 bash[59794]: audit 2024-03-21T13:11:34.121981+0000 mon.a (mon.0) 7140 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:35.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:34 smithi184 bash[59794]: audit 2024-03-21T13:11:34.124955+0000 mon.a (mon.0) 7141 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:35.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:34 smithi184 bash[59794]: audit 2024-03-21T13:11:34.128623+0000 mon.a (mon.0) 7142 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:35.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:34 smithi184 bash[59794]: audit 2024-03-21T13:11:34.129525+0000 mon.a (mon.0) 7143 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:35.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:34 smithi184 bash[59794]: cluster 2024-03-21T13:11:34.132059+0000 mgr.x (mgr.34104) 4686 : cluster [DBG] pgmap v3106: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 20 op/s 2024-03-21T13:11:35.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:34 smithi184 bash[59794]: cluster 2024-03-21T13:11:34.132556+0000 mgr.x (mgr.34104) 4687 : cluster [DBG] pgmap v3107: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 20 op/s 2024-03-21T13:11:35.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:34 smithi184 bash[59794]: audit 2024-03-21T13:11:34.139152+0000 mon.a (mon.0) 7144 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:35.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:34 smithi184 bash[59794]: cephadm 2024-03-21T13:11:34.140418+0000 mgr.x (mgr.34104) 4688 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:35.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:34 smithi184 bash[59794]: audit 2024-03-21T13:11:34.220467+0000 mon.a (mon.0) 7145 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:35.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:34 smithi184 bash[59794]: audit 2024-03-21T13:11:34.224022+0000 mon.a (mon.0) 7146 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:35.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:34 smithi184 bash[59794]: audit 2024-03-21T13:11:34.227019+0000 mon.a (mon.0) 7147 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:35.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:34 smithi184 bash[59794]: audit 2024-03-21T13:11:34.228161+0000 mon.a (mon.0) 7148 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:35.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:34 smithi184 bash[59794]: cluster 2024-03-21T13:11:34.230587+0000 mgr.x (mgr.34104) 4689 : cluster [DBG] pgmap v3108: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:35.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:34 smithi184 bash[59794]: cluster 2024-03-21T13:11:34.230780+0000 mgr.x (mgr.34104) 4690 : cluster [DBG] pgmap v3109: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:35.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:34 smithi184 bash[59794]: audit 2024-03-21T13:11:34.237931+0000 mon.a (mon.0) 7149 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:35.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:34 smithi184 bash[59794]: cephadm 2024-03-21T13:11:34.239153+0000 mgr.x (mgr.34104) 4691 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:35.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:34 smithi184 bash[59794]: audit 2024-03-21T13:11:34.318056+0000 mon.a (mon.0) 7150 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:35.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:34 smithi184 bash[59794]: audit 2024-03-21T13:11:34.321169+0000 mon.a (mon.0) 7151 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:35.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:34 smithi184 bash[59794]: audit 2024-03-21T13:11:34.324608+0000 mon.a (mon.0) 7152 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:35.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:34 smithi184 bash[59794]: audit 2024-03-21T13:11:34.326070+0000 mon.a (mon.0) 7153 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:35.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:34 smithi184 bash[59794]: audit 2024-03-21T13:11:34.339082+0000 mon.a (mon.0) 7154 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:35.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:34 smithi184 bash[59794]: audit 2024-03-21T13:11:34.420113+0000 mon.a (mon.0) 7155 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:35.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:34 smithi184 bash[59794]: audit 2024-03-21T13:11:34.423217+0000 mon.a (mon.0) 7156 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:35.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:34 smithi184 bash[59794]: audit 2024-03-21T13:11:34.426858+0000 mon.a (mon.0) 7157 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:35.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:34 smithi184 bash[59794]: audit 2024-03-21T13:11:34.428361+0000 mon.a (mon.0) 7158 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:35.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:34 smithi184 bash[59794]: audit 2024-03-21T13:11:34.440552+0000 mon.a (mon.0) 7159 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:35.080 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:34 smithi184 bash[59794]: audit 2024-03-21T13:11:34.520641+0000 mon.a (mon.0) 7160 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:35.080 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:34 smithi184 bash[59794]: audit 2024-03-21T13:11:34.523055+0000 mon.a (mon.0) 7161 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:35.080 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:34 smithi184 bash[59794]: audit 2024-03-21T13:11:34.526017+0000 mon.a (mon.0) 7162 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:35.080 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:34 smithi184 bash[59794]: audit 2024-03-21T13:11:34.526977+0000 mon.a (mon.0) 7163 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:35.080 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:34 smithi184 bash[59794]: audit 2024-03-21T13:11:34.536124+0000 mon.a (mon.0) 7164 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:35.080 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:34 smithi184 bash[59794]: audit 2024-03-21T13:11:34.619752+0000 mon.a (mon.0) 7165 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:35.080 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:34 smithi184 bash[59794]: audit 2024-03-21T13:11:34.622692+0000 mon.a (mon.0) 7166 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:35.080 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:34 smithi184 bash[59794]: audit 2024-03-21T13:11:34.625782+0000 mon.a (mon.0) 7167 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:35.080 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:34 smithi184 bash[59794]: audit 2024-03-21T13:11:34.626934+0000 mon.a (mon.0) 7168 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:35.080 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:34 smithi184 bash[59794]: audit 2024-03-21T13:11:34.637347+0000 mon.a (mon.0) 7169 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:35.295 INFO:teuthology.orchestra.run.smithi178.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-21T13:11:35.295 INFO:teuthology.orchestra.run.smithi178.stdout:agent.smithi178 smithi178 running 12s ago 25m - - 2024-03-21T13:11:35.295 INFO:teuthology.orchestra.run.smithi178.stdout:agent.smithi184 smithi184 running 3s ago 25m - - 2024-03-21T13:11:35.296 INFO:teuthology.orchestra.run.smithi178.stdout:alertmanager.a smithi178 *:9093,9094 running (11m) 12s ago 18m 17.7M - 0.23.0 ba2b418f427c b9533705fcaf 2024-03-21T13:11:35.296 INFO:teuthology.orchestra.run.smithi178.stdout:grafana.a smithi184 *:3000 error 3s ago 18m - - 2024-03-21T13:11:35.296 INFO:teuthology.orchestra.run.smithi178.stdout:iscsi.foo.smithi178.qfgpzc smithi178 starting - - - - 2024-03-21T13:11:35.296 INFO:teuthology.orchestra.run.smithi178.stdout:mgr.x smithi184 *:8443,9283,8765 running (10m) 3s ago 24m 539M - 19.0.0-2267-g960fbbe4 19e12293512f 23b748469eab 2024-03-21T13:11:35.296 INFO:teuthology.orchestra.run.smithi178.stdout:mgr.y smithi178 *:8443,9283,8765 running (9m) 12s ago 26m 447M - 19.0.0-2267-g960fbbe4 19e12293512f 4b58d9293a93 2024-03-21T13:11:35.296 INFO:teuthology.orchestra.run.smithi178.stdout:mon.a smithi178 running (8m) 12s ago 26m 136M 2048M 19.0.0-2267-g960fbbe4 19e12293512f cdcc04604451 2024-03-21T13:11:35.296 INFO:teuthology.orchestra.run.smithi178.stdout:mon.b smithi184 running (7m) 3s ago 24m 62.1M 2048M 19.0.0-2267-g960fbbe4 19e12293512f 209431841a07 2024-03-21T13:11:35.296 INFO:teuthology.orchestra.run.smithi178.stdout:mon.c smithi178 running (8m) 12s ago 25m 66.6M 2048M 19.0.0-2267-g960fbbe4 19e12293512f 1de13280fabe 2024-03-21T13:11:35.296 INFO:teuthology.orchestra.run.smithi178.stdout:node-exporter.a smithi178 *:9100 running (11m) 12s ago 18m 12.8M - 1.3.1 1dbe0e931976 5d4ec1307be5 2024-03-21T13:11:35.296 INFO:teuthology.orchestra.run.smithi178.stdout:node-exporter.b smithi184 *:9100 running (11m) 3s ago 18m 12.9M - 1.3.1 1dbe0e931976 2a37d9a9b638 2024-03-21T13:11:35.296 INFO:teuthology.orchestra.run.smithi178.stdout:osd.0 smithi178 running (6m) 12s ago 24m 63.7M 4096M 19.0.0-2267-g960fbbe4 19e12293512f ca44aa92861d 2024-03-21T13:11:35.297 INFO:teuthology.orchestra.run.smithi178.stdout:osd.1 smithi178 running (5m) 12s ago 23m 62.5M 4096M 19.0.0-2267-g960fbbe4 19e12293512f c559dec8e3df 2024-03-21T13:11:35.297 INFO:teuthology.orchestra.run.smithi178.stdout:osd.2 smithi178 running (4m) 12s ago 23m 61.2M 4096M 19.0.0-2267-g960fbbe4 19e12293512f 4ba78eee5937 2024-03-21T13:11:35.297 INFO:teuthology.orchestra.run.smithi178.stdout:osd.3 smithi178 running (3m) 12s ago 22m 60.8M 4096M 19.0.0-2267-g960fbbe4 19e12293512f f26cfcfca7d2 2024-03-21T13:11:35.297 INFO:teuthology.orchestra.run.smithi178.stdout:osd.4 smithi184 running (3m) 3s ago 21m 63.6M 4096M 19.0.0-2267-g960fbbe4 19e12293512f fdbedcf7f562 2024-03-21T13:11:35.297 INFO:teuthology.orchestra.run.smithi178.stdout:osd.5 smithi184 running (2m) 3s ago 21m 62.3M 4096M 19.0.0-2267-g960fbbe4 19e12293512f ea53f5dd04b2 2024-03-21T13:11:35.297 INFO:teuthology.orchestra.run.smithi178.stdout:osd.6 smithi184 running (117s) 3s ago 20m 54.9M 4096M 19.0.0-2267-g960fbbe4 19e12293512f b0765c5eb8f0 2024-03-21T13:11:35.297 INFO:teuthology.orchestra.run.smithi178.stdout:osd.7 smithi184 running (78s) 3s ago 19m 60.5M 4096M 19.0.0-2267-g960fbbe4 19e12293512f caf9c8ff9a5b 2024-03-21T13:11:35.297 INFO:teuthology.orchestra.run.smithi178.stdout:prometheus.a smithi184 *:9095 running (9m) 3s ago 18m 71.4M - 2.33.4 514e6a882f6e 68f156839b90 2024-03-21T13:11:35.297 INFO:teuthology.orchestra.run.smithi178.stdout:rgw.foo.smithi178.amgrte smithi178 *:8000 running (61s) 12s ago 16m 90.2M - 19.0.0-2267-g960fbbe4 19e12293512f d50d551d1986 2024-03-21T13:11:35.297 INFO:teuthology.orchestra.run.smithi178.stdout:rgw.foo.smithi184.sylqte smithi184 *:8000 running (44s) 3s ago 16m 89.9M - 19.0.0-2267-g960fbbe4 19e12293512f df4876fbb053 2024-03-21T13:11:35.297 INFO:teuthology.orchestra.run.smithi178.stdout:rgw.smpl.smithi178.avyvkd smithi178 *:80 running (51s) 12s ago 16m 89.8M - 19.0.0-2267-g960fbbe4 19e12293512f 7ca4c68d0b72 2024-03-21T13:11:35.297 INFO:teuthology.orchestra.run.smithi178.stdout:rgw.smpl.smithi184.ccsuhn smithi184 *:80 running (37s) 3s ago 16m 90.0M - 19.0.0-2267-g960fbbe4 19e12293512f 63ad46f72bd7 2024-03-21T13:11:35.817 INFO:teuthology.orchestra.run.smithi178.stdout:{ 2024-03-21T13:11:35.817 INFO:teuthology.orchestra.run.smithi178.stdout: "mon": { 2024-03-21T13:11:35.817 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 3 2024-03-21T13:11:35.817 INFO:teuthology.orchestra.run.smithi178.stdout: }, 2024-03-21T13:11:35.817 INFO:teuthology.orchestra.run.smithi178.stdout: "mgr": { 2024-03-21T13:11:35.817 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 2 2024-03-21T13:11:35.817 INFO:teuthology.orchestra.run.smithi178.stdout: }, 2024-03-21T13:11:35.817 INFO:teuthology.orchestra.run.smithi178.stdout: "osd": { 2024-03-21T13:11:35.817 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 8 2024-03-21T13:11:35.817 INFO:teuthology.orchestra.run.smithi178.stdout: }, 2024-03-21T13:11:35.817 INFO:teuthology.orchestra.run.smithi178.stdout: "rgw": { 2024-03-21T13:11:35.817 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 4 2024-03-21T13:11:35.818 INFO:teuthology.orchestra.run.smithi178.stdout: }, 2024-03-21T13:11:35.818 INFO:teuthology.orchestra.run.smithi178.stdout: "overall": { 2024-03-21T13:11:35.818 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 17 2024-03-21T13:11:35.818 INFO:teuthology.orchestra.run.smithi178.stdout: } 2024-03-21T13:11:35.818 INFO:teuthology.orchestra.run.smithi178.stdout:} 2024-03-21T13:11:35.823 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:11:35 smithi184 bash[52419]: ::ffff:172.21.15.184 - - [21/Mar/2024:13:11:35] "GET /metrics HTTP/1.1" 200 38775 "" "Prometheus/2.33.4" 2024-03-21T13:11:35.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:35 smithi184 bash[59794]: audit 2024-03-21T13:11:34.312908+0000 mgr.x (mgr.34104) 4692 : audit [DBG] from='client.54799 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:11:35.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:35 smithi184 bash[59794]: cluster 2024-03-21T13:11:34.329046+0000 mgr.x (mgr.34104) 4693 : cluster [DBG] pgmap v3110: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:35.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:35 smithi184 bash[59794]: cluster 2024-03-21T13:11:34.329232+0000 mgr.x (mgr.34104) 4694 : cluster [DBG] pgmap v3111: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:35.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:35 smithi184 bash[59794]: cephadm 2024-03-21T13:11:34.340431+0000 mgr.x (mgr.34104) 4695 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:35.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:35 smithi184 bash[59794]: cluster 2024-03-21T13:11:34.431078+0000 mgr.x (mgr.34104) 4696 : cluster [DBG] pgmap v3112: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:35.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:35 smithi184 bash[59794]: cluster 2024-03-21T13:11:34.431272+0000 mgr.x (mgr.34104) 4697 : cluster [DBG] pgmap v3113: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:35.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:35 smithi184 bash[59794]: cephadm 2024-03-21T13:11:34.441804+0000 mgr.x (mgr.34104) 4698 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:35.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:35 smithi184 bash[59794]: cluster 2024-03-21T13:11:34.529171+0000 mgr.x (mgr.34104) 4699 : cluster [DBG] pgmap v3114: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:35.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:35 smithi184 bash[59794]: cluster 2024-03-21T13:11:34.529571+0000 mgr.x (mgr.34104) 4700 : cluster [DBG] pgmap v3115: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:35.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:35 smithi184 bash[59794]: cephadm 2024-03-21T13:11:34.537841+0000 mgr.x (mgr.34104) 4701 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:35.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:35 smithi184 bash[59794]: cluster 2024-03-21T13:11:34.629699+0000 mgr.x (mgr.34104) 4702 : cluster [DBG] pgmap v3116: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:35.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:35 smithi184 bash[59794]: cluster 2024-03-21T13:11:34.630183+0000 mgr.x (mgr.34104) 4703 : cluster [DBG] pgmap v3117: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:35.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:35 smithi184 bash[59794]: cephadm 2024-03-21T13:11:34.638750+0000 mgr.x (mgr.34104) 4704 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:35.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:35 smithi184 bash[59794]: audit 2024-03-21T13:11:34.719979+0000 mon.a (mon.0) 7170 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:35.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:35 smithi184 bash[59794]: audit 2024-03-21T13:11:34.727056+0000 mgr.x (mgr.34104) 4705 : audit [DBG] from='client.54805 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:11:35.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:35 smithi184 bash[59794]: audit 2024-03-21T13:11:34.730295+0000 mon.a (mon.0) 7171 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:35.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:35 smithi184 bash[59794]: audit 2024-03-21T13:11:34.732742+0000 mon.a (mon.0) 7172 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:35.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:35 smithi184 bash[59794]: audit 2024-03-21T13:11:34.733696+0000 mon.a (mon.0) 7173 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:35.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:35 smithi184 bash[59794]: cluster 2024-03-21T13:11:34.735742+0000 mgr.x (mgr.34104) 4706 : cluster [DBG] pgmap v3118: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:35.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:35 smithi184 bash[59794]: cluster 2024-03-21T13:11:34.736075+0000 mgr.x (mgr.34104) 4707 : cluster [DBG] pgmap v3119: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:35.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:35 smithi184 bash[59794]: audit 2024-03-21T13:11:34.739762+0000 mon.a (mon.0) 7174 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:35.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:35 smithi184 bash[59794]: cephadm 2024-03-21T13:11:34.740873+0000 mgr.x (mgr.34104) 4708 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:35.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:35 smithi184 bash[59794]: audit 2024-03-21T13:11:34.791072+0000 mon.a (mon.0) 7175 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:11:35.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:35 smithi184 bash[59794]: audit 2024-03-21T13:11:34.850298+0000 mon.a (mon.0) 7176 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:35.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:35 smithi184 bash[59794]: audit 2024-03-21T13:11:34.853950+0000 mon.a (mon.0) 7177 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:35.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:35 smithi184 bash[59794]: audit 2024-03-21T13:11:34.857243+0000 mon.a (mon.0) 7178 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:35.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:35 smithi184 bash[59794]: audit 2024-03-21T13:11:34.858528+0000 mon.a (mon.0) 7179 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:35.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:35 smithi184 bash[59794]: cluster 2024-03-21T13:11:34.861901+0000 mgr.x (mgr.34104) 4709 : cluster [DBG] pgmap v3120: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:35.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:35 smithi184 bash[59794]: cluster 2024-03-21T13:11:34.862428+0000 mgr.x (mgr.34104) 4710 : cluster [DBG] pgmap v3121: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:35.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:35 smithi184 bash[59794]: audit 2024-03-21T13:11:34.868830+0000 mon.a (mon.0) 7180 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:35.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:35 smithi184 bash[59794]: cephadm 2024-03-21T13:11:34.870090+0000 mgr.x (mgr.34104) 4711 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:35.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:35 smithi184 bash[59794]: audit 2024-03-21T13:11:34.951928+0000 mon.a (mon.0) 7181 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:35.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:35 smithi184 bash[59794]: audit 2024-03-21T13:11:34.954584+0000 mon.a (mon.0) 7182 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:35.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:35 smithi184 bash[59794]: audit 2024-03-21T13:11:34.958446+0000 mon.a (mon.0) 7183 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:35.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:35 smithi184 bash[59794]: audit 2024-03-21T13:11:34.959625+0000 mon.a (mon.0) 7184 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:35.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:35 smithi184 bash[59794]: cluster 2024-03-21T13:11:34.962655+0000 mgr.x (mgr.34104) 4712 : cluster [DBG] pgmap v3122: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:35.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:35 smithi184 bash[59794]: cluster 2024-03-21T13:11:34.963054+0000 mgr.x (mgr.34104) 4713 : cluster [DBG] pgmap v3123: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:35.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:35 smithi184 bash[59794]: audit 2024-03-21T13:11:34.968446+0000 mon.a (mon.0) 7185 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:35.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:35 smithi184 bash[59794]: cephadm 2024-03-21T13:11:34.969629+0000 mgr.x (mgr.34104) 4714 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:35.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:35 smithi184 bash[59794]: audit 2024-03-21T13:11:35.048416+0000 mon.a (mon.0) 7186 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:35.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:35 smithi184 bash[59794]: audit 2024-03-21T13:11:35.051483+0000 mon.a (mon.0) 7187 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:35.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:35 smithi184 bash[59794]: audit 2024-03-21T13:11:35.054343+0000 mon.a (mon.0) 7188 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:35.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:35 smithi184 bash[59794]: audit 2024-03-21T13:11:35.055281+0000 mon.a (mon.0) 7189 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:35.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:35 smithi184 bash[59794]: cluster 2024-03-21T13:11:35.057849+0000 mgr.x (mgr.34104) 4715 : cluster [DBG] pgmap v3124: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:35.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:35 smithi184 bash[59794]: cluster 2024-03-21T13:11:35.058532+0000 mgr.x (mgr.34104) 4716 : cluster [DBG] pgmap v3125: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:35.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:35 smithi184 bash[59794]: audit 2024-03-21T13:11:35.065659+0000 mon.a (mon.0) 7190 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:35.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:35 smithi184 bash[59794]: cephadm 2024-03-21T13:11:35.067058+0000 mgr.x (mgr.34104) 4717 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:35.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:35 smithi184 bash[59794]: audit 2024-03-21T13:11:35.145644+0000 mon.a (mon.0) 7191 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:35.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:35 smithi184 bash[59794]: audit 2024-03-21T13:11:35.148672+0000 mon.a (mon.0) 7192 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:35.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:35 smithi184 bash[59794]: audit 2024-03-21T13:11:35.152123+0000 mon.a (mon.0) 7193 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:35.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:35 smithi184 bash[59794]: audit 2024-03-21T13:11:35.153227+0000 mon.a (mon.0) 7194 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:35.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:35 smithi184 bash[59794]: cluster 2024-03-21T13:11:35.155733+0000 mgr.x (mgr.34104) 4718 : cluster [DBG] pgmap v3126: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:35.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:35 smithi184 bash[59794]: cluster 2024-03-21T13:11:35.156371+0000 mgr.x (mgr.34104) 4719 : cluster [DBG] pgmap v3127: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:35.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:35 smithi184 bash[59794]: audit 2024-03-21T13:11:35.163897+0000 mon.a (mon.0) 7195 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:35.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:35 smithi184 bash[59794]: cephadm 2024-03-21T13:11:35.165150+0000 mgr.x (mgr.34104) 4720 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:35.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:35 smithi184 bash[59794]: audit 2024-03-21T13:11:35.247324+0000 mon.a (mon.0) 7196 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:35.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:35 smithi184 bash[59794]: audit 2024-03-21T13:11:35.250083+0000 mon.a (mon.0) 7197 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:35.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:35 smithi184 bash[59794]: audit 2024-03-21T13:11:35.253077+0000 mon.a (mon.0) 7198 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:35.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:35 smithi184 bash[59794]: audit 2024-03-21T13:11:35.254042+0000 mon.a (mon.0) 7199 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:35.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:35 smithi184 bash[59794]: audit 2024-03-21T13:11:35.256129+0000 mgr.x (mgr.34104) 4721 : audit [DBG] from='client.44835 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:11:35.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:35 smithi184 bash[59794]: cluster 2024-03-21T13:11:35.256410+0000 mgr.x (mgr.34104) 4722 : cluster [DBG] pgmap v3128: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:35.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:35 smithi184 bash[59794]: cluster 2024-03-21T13:11:35.256640+0000 mgr.x (mgr.34104) 4723 : cluster [DBG] pgmap v3129: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:35.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:35 smithi184 bash[59794]: audit 2024-03-21T13:11:35.265702+0000 mon.a (mon.0) 7200 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:35.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:35 smithi184 bash[59794]: cephadm 2024-03-21T13:11:35.268503+0000 mgr.x (mgr.34104) 4724 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:35.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:35 smithi184 bash[59794]: audit 2024-03-21T13:11:35.390624+0000 mon.a (mon.0) 7201 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:35.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:35 smithi184 bash[59794]: audit 2024-03-21T13:11:35.393971+0000 mon.a (mon.0) 7202 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:35.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:35 smithi184 bash[59794]: audit 2024-03-21T13:11:35.397644+0000 mon.a (mon.0) 7203 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:35.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:35 smithi184 bash[59794]: audit 2024-03-21T13:11:35.399062+0000 mon.a (mon.0) 7204 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:35.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:35 smithi184 bash[59794]: audit 2024-03-21T13:11:35.409528+0000 mon.a (mon.0) 7205 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:35.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:35 smithi184 bash[59794]: audit 2024-03-21T13:11:35.487920+0000 mon.a (mon.0) 7206 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:35.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:35 smithi184 bash[59794]: audit 2024-03-21T13:11:35.490985+0000 mon.a (mon.0) 7207 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:35.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:35 smithi184 bash[59794]: audit 2024-03-21T13:11:35.494310+0000 mon.a (mon.0) 7208 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:35.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:35 smithi184 bash[59794]: audit 2024-03-21T13:11:35.495486+0000 mon.a (mon.0) 7209 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:35.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:35 smithi184 bash[59794]: audit 2024-03-21T13:11:35.504195+0000 mon.a (mon.0) 7210 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:35.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:35 smithi184 bash[59794]: audit 2024-03-21T13:11:35.586241+0000 mon.a (mon.0) 7211 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:35.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:35 smithi184 bash[59794]: audit 2024-03-21T13:11:35.590702+0000 mon.a (mon.0) 7212 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:35.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:35 smithi184 bash[59794]: audit 2024-03-21T13:11:35.594600+0000 mon.a (mon.0) 7213 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:35.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:35 smithi184 bash[59794]: audit 2024-03-21T13:11:35.595997+0000 mon.a (mon.0) 7214 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:35.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:35 smithi184 bash[59794]: audit 2024-03-21T13:11:35.605425+0000 mon.a (mon.0) 7215 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:35.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:35 smithi184 bash[59794]: audit 2024-03-21T13:11:35.678255+0000 mon.a (mon.0) 7216 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:35.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:35 smithi184 bash[59794]: audit 2024-03-21T13:11:35.678798+0000 mon.a (mon.0) 7217 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:35.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:35 smithi184 bash[59794]: audit 2024-03-21T13:11:35.682759+0000 mon.a (mon.0) 7218 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:35.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:35 smithi184 bash[59794]: audit 2024-03-21T13:11:35.686431+0000 mon.a (mon.0) 7219 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:35.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:35 smithi184 bash[59794]: audit 2024-03-21T13:11:35.687203+0000 mon.a (mon.0) 7220 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:35.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:35 smithi184 bash[59794]: audit 2024-03-21T13:11:35.692143+0000 mon.a (mon.0) 7221 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:35.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:35 smithi184 bash[59794]: audit 2024-03-21T13:11:35.694878+0000 mon.a (mon.0) 7222 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:35.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:35 smithi184 bash[59794]: audit 2024-03-21T13:11:35.701203+0000 mon.a (mon.0) 7223 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:36.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[75692]: audit 2024-03-21T13:11:34.312908+0000 mgr.x (mgr.34104) 4692 : audit [DBG] from='client.54799 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:11:36.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[75692]: cluster 2024-03-21T13:11:34.329046+0000 mgr.x (mgr.34104) 4693 : cluster [DBG] pgmap v3110: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:36.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[75692]: cluster 2024-03-21T13:11:34.329232+0000 mgr.x (mgr.34104) 4694 : cluster [DBG] pgmap v3111: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:36.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[75692]: cephadm 2024-03-21T13:11:34.340431+0000 mgr.x (mgr.34104) 4695 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:36.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[75692]: cluster 2024-03-21T13:11:34.431078+0000 mgr.x (mgr.34104) 4696 : cluster [DBG] pgmap v3112: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:36.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[75692]: cluster 2024-03-21T13:11:34.431272+0000 mgr.x (mgr.34104) 4697 : cluster [DBG] pgmap v3113: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:36.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[75692]: cephadm 2024-03-21T13:11:34.441804+0000 mgr.x (mgr.34104) 4698 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:36.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[75692]: cluster 2024-03-21T13:11:34.529171+0000 mgr.x (mgr.34104) 4699 : cluster [DBG] pgmap v3114: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:36.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[75692]: cluster 2024-03-21T13:11:34.529571+0000 mgr.x (mgr.34104) 4700 : cluster [DBG] pgmap v3115: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:36.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[75692]: cephadm 2024-03-21T13:11:34.537841+0000 mgr.x (mgr.34104) 4701 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:36.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[75692]: cluster 2024-03-21T13:11:34.629699+0000 mgr.x (mgr.34104) 4702 : cluster [DBG] pgmap v3116: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:36.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[75692]: cluster 2024-03-21T13:11:34.630183+0000 mgr.x (mgr.34104) 4703 : cluster [DBG] pgmap v3117: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:36.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[75692]: cephadm 2024-03-21T13:11:34.638750+0000 mgr.x (mgr.34104) 4704 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:36.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[75692]: audit 2024-03-21T13:11:34.719979+0000 mon.a (mon.0) 7170 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:36.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[75692]: audit 2024-03-21T13:11:34.727056+0000 mgr.x (mgr.34104) 4705 : audit [DBG] from='client.54805 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:11:36.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[75692]: audit 2024-03-21T13:11:34.730295+0000 mon.a (mon.0) 7171 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:36.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[75692]: audit 2024-03-21T13:11:34.732742+0000 mon.a (mon.0) 7172 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:36.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[75692]: audit 2024-03-21T13:11:34.733696+0000 mon.a (mon.0) 7173 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:36.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[75692]: cluster 2024-03-21T13:11:34.735742+0000 mgr.x (mgr.34104) 4706 : cluster [DBG] pgmap v3118: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:36.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[77880]: audit 2024-03-21T13:11:34.312908+0000 mgr.x (mgr.34104) 4692 : audit [DBG] from='client.54799 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:11:36.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[77880]: cluster 2024-03-21T13:11:34.329046+0000 mgr.x (mgr.34104) 4693 : cluster [DBG] pgmap v3110: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:36.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[77880]: cluster 2024-03-21T13:11:34.329232+0000 mgr.x (mgr.34104) 4694 : cluster [DBG] pgmap v3111: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:36.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[77880]: cephadm 2024-03-21T13:11:34.340431+0000 mgr.x (mgr.34104) 4695 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:36.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[77880]: cluster 2024-03-21T13:11:34.431078+0000 mgr.x (mgr.34104) 4696 : cluster [DBG] pgmap v3112: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:36.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[77880]: cluster 2024-03-21T13:11:34.431272+0000 mgr.x (mgr.34104) 4697 : cluster [DBG] pgmap v3113: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:36.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[77880]: cephadm 2024-03-21T13:11:34.441804+0000 mgr.x (mgr.34104) 4698 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:36.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[77880]: cluster 2024-03-21T13:11:34.529171+0000 mgr.x (mgr.34104) 4699 : cluster [DBG] pgmap v3114: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:36.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[77880]: cluster 2024-03-21T13:11:34.529571+0000 mgr.x (mgr.34104) 4700 : cluster [DBG] pgmap v3115: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:36.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[77880]: cephadm 2024-03-21T13:11:34.537841+0000 mgr.x (mgr.34104) 4701 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:36.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[77880]: cluster 2024-03-21T13:11:34.629699+0000 mgr.x (mgr.34104) 4702 : cluster [DBG] pgmap v3116: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:36.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[77880]: cluster 2024-03-21T13:11:34.630183+0000 mgr.x (mgr.34104) 4703 : cluster [DBG] pgmap v3117: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:36.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[77880]: cephadm 2024-03-21T13:11:34.638750+0000 mgr.x (mgr.34104) 4704 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:36.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[77880]: audit 2024-03-21T13:11:34.719979+0000 mon.a (mon.0) 7170 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:36.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[77880]: audit 2024-03-21T13:11:34.727056+0000 mgr.x (mgr.34104) 4705 : audit [DBG] from='client.54805 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:11:36.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[77880]: audit 2024-03-21T13:11:34.730295+0000 mon.a (mon.0) 7171 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:36.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[77880]: audit 2024-03-21T13:11:34.732742+0000 mon.a (mon.0) 7172 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:36.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[77880]: audit 2024-03-21T13:11:34.733696+0000 mon.a (mon.0) 7173 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:36.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[77880]: cluster 2024-03-21T13:11:34.735742+0000 mgr.x (mgr.34104) 4706 : cluster [DBG] pgmap v3118: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:36.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[77880]: cluster 2024-03-21T13:11:34.736075+0000 mgr.x (mgr.34104) 4707 : cluster [DBG] pgmap v3119: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:36.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[77880]: audit 2024-03-21T13:11:34.739762+0000 mon.a (mon.0) 7174 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:36.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[77880]: cephadm 2024-03-21T13:11:34.740873+0000 mgr.x (mgr.34104) 4708 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:36.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[77880]: audit 2024-03-21T13:11:34.791072+0000 mon.a (mon.0) 7175 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:11:36.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[77880]: audit 2024-03-21T13:11:34.850298+0000 mon.a (mon.0) 7176 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:36.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[77880]: audit 2024-03-21T13:11:34.853950+0000 mon.a (mon.0) 7177 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:36.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[77880]: audit 2024-03-21T13:11:34.857243+0000 mon.a (mon.0) 7178 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:36.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[77880]: audit 2024-03-21T13:11:34.858528+0000 mon.a (mon.0) 7179 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:36.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[77880]: cluster 2024-03-21T13:11:34.861901+0000 mgr.x (mgr.34104) 4709 : cluster [DBG] pgmap v3120: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:36.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[77880]: cluster 2024-03-21T13:11:34.862428+0000 mgr.x (mgr.34104) 4710 : cluster [DBG] pgmap v3121: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:36.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[77880]: audit 2024-03-21T13:11:34.868830+0000 mon.a (mon.0) 7180 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:36.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[77880]: cephadm 2024-03-21T13:11:34.870090+0000 mgr.x (mgr.34104) 4711 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:36.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[77880]: audit 2024-03-21T13:11:34.951928+0000 mon.a (mon.0) 7181 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:36.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[77880]: audit 2024-03-21T13:11:34.954584+0000 mon.a (mon.0) 7182 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:36.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[77880]: audit 2024-03-21T13:11:34.958446+0000 mon.a (mon.0) 7183 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:36.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[77880]: audit 2024-03-21T13:11:34.959625+0000 mon.a (mon.0) 7184 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:36.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[77880]: cluster 2024-03-21T13:11:34.962655+0000 mgr.x (mgr.34104) 4712 : cluster [DBG] pgmap v3122: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:36.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[77880]: cluster 2024-03-21T13:11:34.963054+0000 mgr.x (mgr.34104) 4713 : cluster [DBG] pgmap v3123: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:36.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[77880]: audit 2024-03-21T13:11:34.968446+0000 mon.a (mon.0) 7185 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:36.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[77880]: cephadm 2024-03-21T13:11:34.969629+0000 mgr.x (mgr.34104) 4714 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:36.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[75692]: cluster 2024-03-21T13:11:34.736075+0000 mgr.x (mgr.34104) 4707 : cluster [DBG] pgmap v3119: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:36.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[75692]: audit 2024-03-21T13:11:34.739762+0000 mon.a (mon.0) 7174 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:36.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[75692]: cephadm 2024-03-21T13:11:34.740873+0000 mgr.x (mgr.34104) 4708 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:36.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[75692]: audit 2024-03-21T13:11:34.791072+0000 mon.a (mon.0) 7175 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:11:36.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[75692]: audit 2024-03-21T13:11:34.850298+0000 mon.a (mon.0) 7176 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:36.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[75692]: audit 2024-03-21T13:11:34.853950+0000 mon.a (mon.0) 7177 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:36.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[75692]: audit 2024-03-21T13:11:34.857243+0000 mon.a (mon.0) 7178 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:36.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[75692]: audit 2024-03-21T13:11:34.858528+0000 mon.a (mon.0) 7179 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:36.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[75692]: cluster 2024-03-21T13:11:34.861901+0000 mgr.x (mgr.34104) 4709 : cluster [DBG] pgmap v3120: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:36.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[75692]: cluster 2024-03-21T13:11:34.862428+0000 mgr.x (mgr.34104) 4710 : cluster [DBG] pgmap v3121: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:36.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[75692]: audit 2024-03-21T13:11:34.868830+0000 mon.a (mon.0) 7180 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:36.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[75692]: cephadm 2024-03-21T13:11:34.870090+0000 mgr.x (mgr.34104) 4711 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:36.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[75692]: audit 2024-03-21T13:11:34.951928+0000 mon.a (mon.0) 7181 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:36.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[75692]: audit 2024-03-21T13:11:34.954584+0000 mon.a (mon.0) 7182 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:36.053 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[75692]: audit 2024-03-21T13:11:34.958446+0000 mon.a (mon.0) 7183 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:36.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[75692]: audit 2024-03-21T13:11:34.959625+0000 mon.a (mon.0) 7184 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:36.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[75692]: cluster 2024-03-21T13:11:34.962655+0000 mgr.x (mgr.34104) 4712 : cluster [DBG] pgmap v3122: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:36.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[75692]: cluster 2024-03-21T13:11:34.963054+0000 mgr.x (mgr.34104) 4713 : cluster [DBG] pgmap v3123: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:36.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[75692]: audit 2024-03-21T13:11:34.968446+0000 mon.a (mon.0) 7185 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:36.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[75692]: cephadm 2024-03-21T13:11:34.969629+0000 mgr.x (mgr.34104) 4714 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:36.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[75692]: audit 2024-03-21T13:11:35.048416+0000 mon.a (mon.0) 7186 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:36.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[75692]: audit 2024-03-21T13:11:35.051483+0000 mon.a (mon.0) 7187 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:36.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[75692]: audit 2024-03-21T13:11:35.054343+0000 mon.a (mon.0) 7188 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:36.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[75692]: audit 2024-03-21T13:11:35.055281+0000 mon.a (mon.0) 7189 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:36.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[75692]: cluster 2024-03-21T13:11:35.057849+0000 mgr.x (mgr.34104) 4715 : cluster [DBG] pgmap v3124: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:36.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[75692]: cluster 2024-03-21T13:11:35.058532+0000 mgr.x (mgr.34104) 4716 : cluster [DBG] pgmap v3125: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:36.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[75692]: audit 2024-03-21T13:11:35.065659+0000 mon.a (mon.0) 7190 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:36.054 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[75692]: cephadm 2024-03-21T13:11:35.067058+0000 mgr.x (mgr.34104) 4717 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:36.055 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[75692]: audit 2024-03-21T13:11:35.145644+0000 mon.a (mon.0) 7191 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:36.055 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[75692]: audit 2024-03-21T13:11:35.148672+0000 mon.a (mon.0) 7192 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:36.055 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[75692]: audit 2024-03-21T13:11:35.152123+0000 mon.a (mon.0) 7193 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:36.055 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[75692]: audit 2024-03-21T13:11:35.153227+0000 mon.a (mon.0) 7194 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:36.055 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[75692]: cluster 2024-03-21T13:11:35.155733+0000 mgr.x (mgr.34104) 4718 : cluster [DBG] pgmap v3126: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:36.055 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[75692]: cluster 2024-03-21T13:11:35.156371+0000 mgr.x (mgr.34104) 4719 : cluster [DBG] pgmap v3127: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:36.055 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[75692]: audit 2024-03-21T13:11:35.163897+0000 mon.a (mon.0) 7195 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:36.055 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[75692]: cephadm 2024-03-21T13:11:35.165150+0000 mgr.x (mgr.34104) 4720 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:36.055 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[75692]: audit 2024-03-21T13:11:35.247324+0000 mon.a (mon.0) 7196 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:36.055 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[75692]: audit 2024-03-21T13:11:35.250083+0000 mon.a (mon.0) 7197 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:36.055 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[75692]: audit 2024-03-21T13:11:35.253077+0000 mon.a (mon.0) 7198 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:36.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[77880]: audit 2024-03-21T13:11:35.048416+0000 mon.a (mon.0) 7186 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:36.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[77880]: audit 2024-03-21T13:11:35.051483+0000 mon.a (mon.0) 7187 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:36.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[77880]: audit 2024-03-21T13:11:35.054343+0000 mon.a (mon.0) 7188 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:36.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[77880]: audit 2024-03-21T13:11:35.055281+0000 mon.a (mon.0) 7189 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:36.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[77880]: cluster 2024-03-21T13:11:35.057849+0000 mgr.x (mgr.34104) 4715 : cluster [DBG] pgmap v3124: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:36.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[77880]: cluster 2024-03-21T13:11:35.058532+0000 mgr.x (mgr.34104) 4716 : cluster [DBG] pgmap v3125: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:36.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[77880]: audit 2024-03-21T13:11:35.065659+0000 mon.a (mon.0) 7190 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:36.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[77880]: cephadm 2024-03-21T13:11:35.067058+0000 mgr.x (mgr.34104) 4717 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:36.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[77880]: audit 2024-03-21T13:11:35.145644+0000 mon.a (mon.0) 7191 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:36.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[77880]: audit 2024-03-21T13:11:35.148672+0000 mon.a (mon.0) 7192 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:36.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[77880]: audit 2024-03-21T13:11:35.152123+0000 mon.a (mon.0) 7193 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:36.056 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[77880]: audit 2024-03-21T13:11:35.153227+0000 mon.a (mon.0) 7194 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:36.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[77880]: cluster 2024-03-21T13:11:35.155733+0000 mgr.x (mgr.34104) 4718 : cluster [DBG] pgmap v3126: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:36.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[77880]: cluster 2024-03-21T13:11:35.156371+0000 mgr.x (mgr.34104) 4719 : cluster [DBG] pgmap v3127: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:36.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[77880]: audit 2024-03-21T13:11:35.163897+0000 mon.a (mon.0) 7195 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:36.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[77880]: cephadm 2024-03-21T13:11:35.165150+0000 mgr.x (mgr.34104) 4720 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:36.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[77880]: audit 2024-03-21T13:11:35.247324+0000 mon.a (mon.0) 7196 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:36.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[77880]: audit 2024-03-21T13:11:35.250083+0000 mon.a (mon.0) 7197 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:36.057 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[77880]: audit 2024-03-21T13:11:35.253077+0000 mon.a (mon.0) 7198 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:36.057 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[75692]: audit 2024-03-21T13:11:35.254042+0000 mon.a (mon.0) 7199 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:36.057 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[75692]: audit 2024-03-21T13:11:35.256129+0000 mgr.x (mgr.34104) 4721 : audit [DBG] from='client.44835 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:11:36.057 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[75692]: cluster 2024-03-21T13:11:35.256410+0000 mgr.x (mgr.34104) 4722 : cluster [DBG] pgmap v3128: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:36.057 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[75692]: cluster 2024-03-21T13:11:35.256640+0000 mgr.x (mgr.34104) 4723 : cluster [DBG] pgmap v3129: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:36.058 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[75692]: audit 2024-03-21T13:11:35.265702+0000 mon.a (mon.0) 7200 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:36.058 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[75692]: cephadm 2024-03-21T13:11:35.268503+0000 mgr.x (mgr.34104) 4724 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:36.058 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[75692]: audit 2024-03-21T13:11:35.390624+0000 mon.a (mon.0) 7201 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:36.058 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[75692]: audit 2024-03-21T13:11:35.393971+0000 mon.a (mon.0) 7202 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:36.058 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[75692]: audit 2024-03-21T13:11:35.397644+0000 mon.a (mon.0) 7203 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:36.058 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[75692]: audit 2024-03-21T13:11:35.399062+0000 mon.a (mon.0) 7204 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:36.058 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[75692]: audit 2024-03-21T13:11:35.409528+0000 mon.a (mon.0) 7205 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:36.058 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[75692]: audit 2024-03-21T13:11:35.487920+0000 mon.a (mon.0) 7206 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:36.058 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[75692]: audit 2024-03-21T13:11:35.490985+0000 mon.a (mon.0) 7207 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:36.058 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[75692]: audit 2024-03-21T13:11:35.494310+0000 mon.a (mon.0) 7208 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:36.058 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[75692]: audit 2024-03-21T13:11:35.495486+0000 mon.a (mon.0) 7209 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:36.058 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[75692]: audit 2024-03-21T13:11:35.504195+0000 mon.a (mon.0) 7210 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:36.058 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[75692]: audit 2024-03-21T13:11:35.586241+0000 mon.a (mon.0) 7211 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:36.058 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[75692]: audit 2024-03-21T13:11:35.590702+0000 mon.a (mon.0) 7212 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:36.059 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[75692]: audit 2024-03-21T13:11:35.594600+0000 mon.a (mon.0) 7213 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:36.059 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[75692]: audit 2024-03-21T13:11:35.595997+0000 mon.a (mon.0) 7214 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:36.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[77880]: audit 2024-03-21T13:11:35.254042+0000 mon.a (mon.0) 7199 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:36.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[77880]: audit 2024-03-21T13:11:35.256129+0000 mgr.x (mgr.34104) 4721 : audit [DBG] from='client.44835 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:11:36.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[77880]: cluster 2024-03-21T13:11:35.256410+0000 mgr.x (mgr.34104) 4722 : cluster [DBG] pgmap v3128: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:36.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[77880]: cluster 2024-03-21T13:11:35.256640+0000 mgr.x (mgr.34104) 4723 : cluster [DBG] pgmap v3129: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:36.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[77880]: audit 2024-03-21T13:11:35.265702+0000 mon.a (mon.0) 7200 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:36.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[77880]: cephadm 2024-03-21T13:11:35.268503+0000 mgr.x (mgr.34104) 4724 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:36.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[77880]: audit 2024-03-21T13:11:35.390624+0000 mon.a (mon.0) 7201 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:36.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[77880]: audit 2024-03-21T13:11:35.393971+0000 mon.a (mon.0) 7202 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:36.059 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[77880]: audit 2024-03-21T13:11:35.397644+0000 mon.a (mon.0) 7203 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:36.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[77880]: audit 2024-03-21T13:11:35.399062+0000 mon.a (mon.0) 7204 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:36.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[77880]: audit 2024-03-21T13:11:35.409528+0000 mon.a (mon.0) 7205 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:36.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[77880]: audit 2024-03-21T13:11:35.487920+0000 mon.a (mon.0) 7206 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:36.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[77880]: audit 2024-03-21T13:11:35.490985+0000 mon.a (mon.0) 7207 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:36.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[77880]: audit 2024-03-21T13:11:35.494310+0000 mon.a (mon.0) 7208 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:36.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[77880]: audit 2024-03-21T13:11:35.495486+0000 mon.a (mon.0) 7209 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:36.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[77880]: audit 2024-03-21T13:11:35.504195+0000 mon.a (mon.0) 7210 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:36.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[77880]: audit 2024-03-21T13:11:35.586241+0000 mon.a (mon.0) 7211 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:36.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[77880]: audit 2024-03-21T13:11:35.590702+0000 mon.a (mon.0) 7212 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:36.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[77880]: audit 2024-03-21T13:11:35.594600+0000 mon.a (mon.0) 7213 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:36.060 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[77880]: audit 2024-03-21T13:11:35.595997+0000 mon.a (mon.0) 7214 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:36.061 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[75692]: audit 2024-03-21T13:11:35.605425+0000 mon.a (mon.0) 7215 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:36.061 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[75692]: audit 2024-03-21T13:11:35.678255+0000 mon.a (mon.0) 7216 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:36.061 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[75692]: audit 2024-03-21T13:11:35.678798+0000 mon.a (mon.0) 7217 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:36.061 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[75692]: audit 2024-03-21T13:11:35.682759+0000 mon.a (mon.0) 7218 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:36.061 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[75692]: audit 2024-03-21T13:11:35.686431+0000 mon.a (mon.0) 7219 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:36.061 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[75692]: audit 2024-03-21T13:11:35.687203+0000 mon.a (mon.0) 7220 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:36.061 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[75692]: audit 2024-03-21T13:11:35.692143+0000 mon.a (mon.0) 7221 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:36.061 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[75692]: audit 2024-03-21T13:11:35.694878+0000 mon.a (mon.0) 7222 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:36.061 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[75692]: audit 2024-03-21T13:11:35.701203+0000 mon.a (mon.0) 7223 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:36.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[77880]: audit 2024-03-21T13:11:35.605425+0000 mon.a (mon.0) 7215 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:36.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[77880]: audit 2024-03-21T13:11:35.678255+0000 mon.a (mon.0) 7216 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:36.061 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[77880]: audit 2024-03-21T13:11:35.678798+0000 mon.a (mon.0) 7217 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:36.062 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[77880]: audit 2024-03-21T13:11:35.682759+0000 mon.a (mon.0) 7218 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:36.062 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[77880]: audit 2024-03-21T13:11:35.686431+0000 mon.a (mon.0) 7219 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:36.062 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[77880]: audit 2024-03-21T13:11:35.687203+0000 mon.a (mon.0) 7220 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:36.062 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[77880]: audit 2024-03-21T13:11:35.692143+0000 mon.a (mon.0) 7221 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:36.062 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[77880]: audit 2024-03-21T13:11:35.694878+0000 mon.a (mon.0) 7222 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:36.062 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:35 smithi178 bash[77880]: audit 2024-03-21T13:11:35.701203+0000 mon.a (mon.0) 7223 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:36.215 INFO:teuthology.orchestra.run.smithi178.stdout:{ 2024-03-21T13:11:36.215 INFO:teuthology.orchestra.run.smithi178.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753", 2024-03-21T13:11:36.215 INFO:teuthology.orchestra.run.smithi178.stdout: "in_progress": true, 2024-03-21T13:11:36.215 INFO:teuthology.orchestra.run.smithi178.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-21T13:11:36.215 INFO:teuthology.orchestra.run.smithi178.stdout: "services_complete": [ 2024-03-21T13:11:36.216 INFO:teuthology.orchestra.run.smithi178.stdout: "rgw", 2024-03-21T13:11:36.216 INFO:teuthology.orchestra.run.smithi178.stdout: "osd", 2024-03-21T13:11:36.216 INFO:teuthology.orchestra.run.smithi178.stdout: "mgr", 2024-03-21T13:11:36.216 INFO:teuthology.orchestra.run.smithi178.stdout: "iscsi", 2024-03-21T13:11:36.216 INFO:teuthology.orchestra.run.smithi178.stdout: "mon" 2024-03-21T13:11:36.216 INFO:teuthology.orchestra.run.smithi178.stdout: ], 2024-03-21T13:11:36.216 INFO:teuthology.orchestra.run.smithi178.stdout: "progress": "18/23 daemons upgraded", 2024-03-21T13:11:36.216 INFO:teuthology.orchestra.run.smithi178.stdout: "message": "Currently upgrading node-exporter daemons", 2024-03-21T13:11:36.216 INFO:teuthology.orchestra.run.smithi178.stdout: "is_paused": false 2024-03-21T13:11:36.216 INFO:teuthology.orchestra.run.smithi178.stdout:} 2024-03-21T13:11:36.674 INFO:teuthology.orchestra.run.smithi178.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-21T13:11:36.674 INFO:teuthology.orchestra.run.smithi178.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-21T13:11:36.674 INFO:teuthology.orchestra.run.smithi178.stdout: daemon grafana.a on smithi184 is in error state 2024-03-21T13:11:37.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:36 smithi178 bash[75692]: cluster 2024-03-21T13:11:35.401806+0000 mgr.x (mgr.34104) 4725 : cluster [DBG] pgmap v3130: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:37.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:36 smithi178 bash[75692]: cluster 2024-03-21T13:11:35.402235+0000 mgr.x (mgr.34104) 4726 : cluster [DBG] pgmap v3131: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:37.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:36 smithi178 bash[75692]: cephadm 2024-03-21T13:11:35.410752+0000 mgr.x (mgr.34104) 4727 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:37.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:36 smithi178 bash[75692]: cluster 2024-03-21T13:11:35.497984+0000 mgr.x (mgr.34104) 4728 : cluster [DBG] pgmap v3132: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:37.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:36 smithi178 bash[75692]: cluster 2024-03-21T13:11:35.498362+0000 mgr.x (mgr.34104) 4729 : cluster [DBG] pgmap v3133: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:37.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:36 smithi178 bash[75692]: cephadm 2024-03-21T13:11:35.505387+0000 mgr.x (mgr.34104) 4730 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:37.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:36 smithi178 bash[75692]: cluster 2024-03-21T13:11:35.599003+0000 mgr.x (mgr.34104) 4731 : cluster [DBG] pgmap v3134: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:37.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:36 smithi178 bash[75692]: cluster 2024-03-21T13:11:35.599315+0000 mgr.x (mgr.34104) 4732 : cluster [DBG] pgmap v3135: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:37.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:36 smithi178 bash[75692]: cephadm 2024-03-21T13:11:35.606528+0000 mgr.x (mgr.34104) 4733 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:37.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:36 smithi178 bash[75692]: cluster 2024-03-21T13:11:35.688633+0000 mgr.x (mgr.34104) 4734 : cluster [DBG] pgmap v3136: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:37.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:36 smithi178 bash[75692]: cluster 2024-03-21T13:11:35.688930+0000 mgr.x (mgr.34104) 4735 : cluster [DBG] pgmap v3137: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:37.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:36 smithi178 bash[75692]: cluster 2024-03-21T13:11:35.694598+0000 mgr.x (mgr.34104) 4736 : cluster [DBG] pgmap v3138: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:37.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:36 smithi178 bash[75692]: cluster 2024-03-21T13:11:35.695000+0000 mgr.x (mgr.34104) 4737 : cluster [DBG] pgmap v3139: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:37.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:36 smithi178 bash[75692]: audit 2024-03-21T13:11:35.788430+0000 mon.a (mon.0) 7224 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:37.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:36 smithi178 bash[75692]: audit 2024-03-21T13:11:35.791492+0000 mon.a (mon.0) 7225 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:37.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:36 smithi178 bash[75692]: audit 2024-03-21T13:11:35.793843+0000 mon.a (mon.0) 7226 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:37.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:36 smithi178 bash[75692]: audit 2024-03-21T13:11:35.796036+0000 mon.a (mon.0) 7227 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:37.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:36 smithi178 bash[75692]: audit 2024-03-21T13:11:35.799062+0000 mon.a (mon.0) 7228 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:37.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:36 smithi178 bash[75692]: audit 2024-03-21T13:11:35.802330+0000 mon.a (mon.0) 7229 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:37.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:36 smithi178 bash[77880]: cluster 2024-03-21T13:11:35.401806+0000 mgr.x (mgr.34104) 4725 : cluster [DBG] pgmap v3130: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:37.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:36 smithi178 bash[77880]: cluster 2024-03-21T13:11:35.402235+0000 mgr.x (mgr.34104) 4726 : cluster [DBG] pgmap v3131: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:37.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:36 smithi178 bash[77880]: cephadm 2024-03-21T13:11:35.410752+0000 mgr.x (mgr.34104) 4727 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:37.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:36 smithi178 bash[77880]: cluster 2024-03-21T13:11:35.497984+0000 mgr.x (mgr.34104) 4728 : cluster [DBG] pgmap v3132: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:37.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:36 smithi178 bash[77880]: cluster 2024-03-21T13:11:35.498362+0000 mgr.x (mgr.34104) 4729 : cluster [DBG] pgmap v3133: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:37.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:36 smithi178 bash[77880]: cephadm 2024-03-21T13:11:35.505387+0000 mgr.x (mgr.34104) 4730 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:37.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:36 smithi178 bash[77880]: cluster 2024-03-21T13:11:35.599003+0000 mgr.x (mgr.34104) 4731 : cluster [DBG] pgmap v3134: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:37.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:36 smithi178 bash[77880]: cluster 2024-03-21T13:11:35.599315+0000 mgr.x (mgr.34104) 4732 : cluster [DBG] pgmap v3135: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:37.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:36 smithi178 bash[77880]: cephadm 2024-03-21T13:11:35.606528+0000 mgr.x (mgr.34104) 4733 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:37.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:36 smithi178 bash[77880]: cluster 2024-03-21T13:11:35.688633+0000 mgr.x (mgr.34104) 4734 : cluster [DBG] pgmap v3136: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:37.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:36 smithi178 bash[77880]: cluster 2024-03-21T13:11:35.688930+0000 mgr.x (mgr.34104) 4735 : cluster [DBG] pgmap v3137: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:37.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:36 smithi178 bash[77880]: cluster 2024-03-21T13:11:35.694598+0000 mgr.x (mgr.34104) 4736 : cluster [DBG] pgmap v3138: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:37.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:36 smithi178 bash[77880]: cluster 2024-03-21T13:11:35.695000+0000 mgr.x (mgr.34104) 4737 : cluster [DBG] pgmap v3139: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:37.050 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:36 smithi178 bash[77880]: audit 2024-03-21T13:11:35.788430+0000 mon.a (mon.0) 7224 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:37.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:36 smithi178 bash[77880]: audit 2024-03-21T13:11:35.791492+0000 mon.a (mon.0) 7225 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:37.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:36 smithi178 bash[77880]: audit 2024-03-21T13:11:35.793843+0000 mon.a (mon.0) 7226 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:37.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:36 smithi178 bash[77880]: audit 2024-03-21T13:11:35.796036+0000 mon.a (mon.0) 7227 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:37.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:36 smithi178 bash[77880]: audit 2024-03-21T13:11:35.799062+0000 mon.a (mon.0) 7228 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:37.051 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:36 smithi178 bash[77880]: audit 2024-03-21T13:11:35.802330+0000 mon.a (mon.0) 7229 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:37.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:36 smithi178 bash[75692]: audit 2024-03-21T13:11:35.805000+0000 mon.a (mon.0) 7230 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:37.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:36 smithi178 bash[75692]: audit 2024-03-21T13:11:35.806849+0000 mon.a (mon.0) 7231 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:37.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:36 smithi178 bash[75692]: audit 2024-03-21T13:11:35.808759+0000 mon.a (mon.0) 7232 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:37.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:36 smithi178 bash[75692]: audit 2024-03-21T13:11:35.810769+0000 mon.a (mon.0) 7233 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:37.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:36 smithi178 bash[75692]: audit 2024-03-21T13:11:35.813080+0000 mon.a (mon.0) 7234 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:37.051 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:36 smithi178 bash[75692]: audit 2024-03-21T13:11:35.814411+0000 mon.a (mon.0) 7235 : audit [DBG] from='client.? 172.21.15.178:0/798593769' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:37.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:36 smithi178 bash[75692]: cephadm 2024-03-21T13:11:35.815155+0000 mgr.x (mgr.34104) 4738 : cephadm [INF] Upgrade: Setting container_image for all iscsi 2024-03-21T13:11:37.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:36 smithi178 bash[75692]: audit 2024-03-21T13:11:35.820754+0000 mon.a (mon.0) 7236 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:37.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:36 smithi178 bash[75692]: audit 2024-03-21T13:11:35.823700+0000 mon.a (mon.0) 7237 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi.foo.smithi178.qfgpzc"}]: dispatch 2024-03-21T13:11:37.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:36 smithi178 bash[75692]: audit 2024-03-21T13:11:35.827458+0000 mon.a (mon.0) 7238 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi.foo.smithi178.qfgpzc"}]': finished 2024-03-21T13:11:37.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:36 smithi178 bash[75692]: audit 2024-03-21T13:11:35.830094+0000 mon.a (mon.0) 7239 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:37.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:36 smithi178 bash[75692]: cephadm 2024-03-21T13:11:35.831369+0000 mgr.x (mgr.34104) 4739 : cephadm [INF] Upgrade: Setting container_image for all nfs 2024-03-21T13:11:37.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:36 smithi178 bash[75692]: audit 2024-03-21T13:11:35.834255+0000 mon.a (mon.0) 7240 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:37.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:36 smithi178 bash[75692]: audit 2024-03-21T13:11:35.836918+0000 mon.a (mon.0) 7241 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:37.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:36 smithi178 bash[75692]: cephadm 2024-03-21T13:11:35.838301+0000 mgr.x (mgr.34104) 4740 : cephadm [INF] Upgrade: Setting container_image for all nvmeof 2024-03-21T13:11:37.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:36 smithi178 bash[75692]: audit 2024-03-21T13:11:35.841088+0000 mon.a (mon.0) 7242 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:37.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:36 smithi178 bash[75692]: audit 2024-03-21T13:11:36.212940+0000 mgr.x (mgr.34104) 4741 : audit [DBG] from='client.54823 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:11:37.052 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:36 smithi178 bash[75692]: audit 2024-03-21T13:11:36.672311+0000 mon.c (mon.1) 22 : audit [DBG] from='client.? 172.21.15.178:0/1339932297' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T13:11:37.052 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:36 smithi178 bash[77880]: audit 2024-03-21T13:11:35.805000+0000 mon.a (mon.0) 7230 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:37.053 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:36 smithi178 bash[77880]: audit 2024-03-21T13:11:35.806849+0000 mon.a (mon.0) 7231 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:37.053 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:36 smithi178 bash[77880]: audit 2024-03-21T13:11:35.808759+0000 mon.a (mon.0) 7232 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:37.053 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:36 smithi178 bash[77880]: audit 2024-03-21T13:11:35.810769+0000 mon.a (mon.0) 7233 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:37.053 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:36 smithi178 bash[77880]: audit 2024-03-21T13:11:35.813080+0000 mon.a (mon.0) 7234 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:37.053 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:36 smithi178 bash[77880]: audit 2024-03-21T13:11:35.814411+0000 mon.a (mon.0) 7235 : audit [DBG] from='client.? 172.21.15.178:0/798593769' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:37.053 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:36 smithi178 bash[77880]: cephadm 2024-03-21T13:11:35.815155+0000 mgr.x (mgr.34104) 4738 : cephadm [INF] Upgrade: Setting container_image for all iscsi 2024-03-21T13:11:37.053 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:36 smithi178 bash[77880]: audit 2024-03-21T13:11:35.820754+0000 mon.a (mon.0) 7236 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:37.053 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:36 smithi178 bash[77880]: audit 2024-03-21T13:11:35.823700+0000 mon.a (mon.0) 7237 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi.foo.smithi178.qfgpzc"}]: dispatch 2024-03-21T13:11:37.053 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:36 smithi178 bash[77880]: audit 2024-03-21T13:11:35.827458+0000 mon.a (mon.0) 7238 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi.foo.smithi178.qfgpzc"}]': finished 2024-03-21T13:11:37.053 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:36 smithi178 bash[77880]: audit 2024-03-21T13:11:35.830094+0000 mon.a (mon.0) 7239 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:37.053 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:36 smithi178 bash[77880]: cephadm 2024-03-21T13:11:35.831369+0000 mgr.x (mgr.34104) 4739 : cephadm [INF] Upgrade: Setting container_image for all nfs 2024-03-21T13:11:37.053 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:36 smithi178 bash[77880]: audit 2024-03-21T13:11:35.834255+0000 mon.a (mon.0) 7240 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:37.053 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:36 smithi178 bash[77880]: audit 2024-03-21T13:11:35.836918+0000 mon.a (mon.0) 7241 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:37.053 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:36 smithi178 bash[77880]: cephadm 2024-03-21T13:11:35.838301+0000 mgr.x (mgr.34104) 4740 : cephadm [INF] Upgrade: Setting container_image for all nvmeof 2024-03-21T13:11:37.054 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:36 smithi178 bash[77880]: audit 2024-03-21T13:11:35.841088+0000 mon.a (mon.0) 7242 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:37.054 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:36 smithi178 bash[77880]: audit 2024-03-21T13:11:36.212940+0000 mgr.x (mgr.34104) 4741 : audit [DBG] from='client.54823 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:11:37.054 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:36 smithi178 bash[77880]: audit 2024-03-21T13:11:36.672311+0000 mon.c (mon.1) 22 : audit [DBG] from='client.? 172.21.15.178:0/1339932297' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T13:11:37.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:36 smithi184 bash[59794]: cluster 2024-03-21T13:11:35.401806+0000 mgr.x (mgr.34104) 4725 : cluster [DBG] pgmap v3130: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:37.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:36 smithi184 bash[59794]: cluster 2024-03-21T13:11:35.402235+0000 mgr.x (mgr.34104) 4726 : cluster [DBG] pgmap v3131: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:37.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:36 smithi184 bash[59794]: cephadm 2024-03-21T13:11:35.410752+0000 mgr.x (mgr.34104) 4727 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:37.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:36 smithi184 bash[59794]: cluster 2024-03-21T13:11:35.497984+0000 mgr.x (mgr.34104) 4728 : cluster [DBG] pgmap v3132: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:37.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:36 smithi184 bash[59794]: cluster 2024-03-21T13:11:35.498362+0000 mgr.x (mgr.34104) 4729 : cluster [DBG] pgmap v3133: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:37.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:36 smithi184 bash[59794]: cephadm 2024-03-21T13:11:35.505387+0000 mgr.x (mgr.34104) 4730 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:37.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:36 smithi184 bash[59794]: cluster 2024-03-21T13:11:35.599003+0000 mgr.x (mgr.34104) 4731 : cluster [DBG] pgmap v3134: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:37.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:36 smithi184 bash[59794]: cluster 2024-03-21T13:11:35.599315+0000 mgr.x (mgr.34104) 4732 : cluster [DBG] pgmap v3135: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:37.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:36 smithi184 bash[59794]: cephadm 2024-03-21T13:11:35.606528+0000 mgr.x (mgr.34104) 4733 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:37.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:36 smithi184 bash[59794]: cluster 2024-03-21T13:11:35.688633+0000 mgr.x (mgr.34104) 4734 : cluster [DBG] pgmap v3136: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:37.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:36 smithi184 bash[59794]: cluster 2024-03-21T13:11:35.688930+0000 mgr.x (mgr.34104) 4735 : cluster [DBG] pgmap v3137: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:37.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:36 smithi184 bash[59794]: cluster 2024-03-21T13:11:35.694598+0000 mgr.x (mgr.34104) 4736 : cluster [DBG] pgmap v3138: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:37.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:36 smithi184 bash[59794]: cluster 2024-03-21T13:11:35.695000+0000 mgr.x (mgr.34104) 4737 : cluster [DBG] pgmap v3139: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:37.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:36 smithi184 bash[59794]: audit 2024-03-21T13:11:35.788430+0000 mon.a (mon.0) 7224 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:37.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:36 smithi184 bash[59794]: audit 2024-03-21T13:11:35.791492+0000 mon.a (mon.0) 7225 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:37.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:36 smithi184 bash[59794]: audit 2024-03-21T13:11:35.793843+0000 mon.a (mon.0) 7226 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:37.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:36 smithi184 bash[59794]: audit 2024-03-21T13:11:35.796036+0000 mon.a (mon.0) 7227 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:37.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:36 smithi184 bash[59794]: audit 2024-03-21T13:11:35.799062+0000 mon.a (mon.0) 7228 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:37.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:36 smithi184 bash[59794]: audit 2024-03-21T13:11:35.802330+0000 mon.a (mon.0) 7229 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:37.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:36 smithi184 bash[59794]: audit 2024-03-21T13:11:35.805000+0000 mon.a (mon.0) 7230 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:37.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:36 smithi184 bash[59794]: audit 2024-03-21T13:11:35.806849+0000 mon.a (mon.0) 7231 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:37.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:36 smithi184 bash[59794]: audit 2024-03-21T13:11:35.808759+0000 mon.a (mon.0) 7232 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:37.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:36 smithi184 bash[59794]: audit 2024-03-21T13:11:35.810769+0000 mon.a (mon.0) 7233 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:37.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:36 smithi184 bash[59794]: audit 2024-03-21T13:11:35.813080+0000 mon.a (mon.0) 7234 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:37.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:36 smithi184 bash[59794]: audit 2024-03-21T13:11:35.814411+0000 mon.a (mon.0) 7235 : audit [DBG] from='client.? 172.21.15.178:0/798593769' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:37.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:36 smithi184 bash[59794]: cephadm 2024-03-21T13:11:35.815155+0000 mgr.x (mgr.34104) 4738 : cephadm [INF] Upgrade: Setting container_image for all iscsi 2024-03-21T13:11:37.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:36 smithi184 bash[59794]: audit 2024-03-21T13:11:35.820754+0000 mon.a (mon.0) 7236 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:37.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:36 smithi184 bash[59794]: audit 2024-03-21T13:11:35.823700+0000 mon.a (mon.0) 7237 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi.foo.smithi178.qfgpzc"}]: dispatch 2024-03-21T13:11:37.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:36 smithi184 bash[59794]: audit 2024-03-21T13:11:35.827458+0000 mon.a (mon.0) 7238 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi.foo.smithi178.qfgpzc"}]': finished 2024-03-21T13:11:37.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:36 smithi184 bash[59794]: audit 2024-03-21T13:11:35.830094+0000 mon.a (mon.0) 7239 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:37.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:36 smithi184 bash[59794]: cephadm 2024-03-21T13:11:35.831369+0000 mgr.x (mgr.34104) 4739 : cephadm [INF] Upgrade: Setting container_image for all nfs 2024-03-21T13:11:37.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:36 smithi184 bash[59794]: audit 2024-03-21T13:11:35.834255+0000 mon.a (mon.0) 7240 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:37.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:36 smithi184 bash[59794]: audit 2024-03-21T13:11:35.836918+0000 mon.a (mon.0) 7241 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:37.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:36 smithi184 bash[59794]: cephadm 2024-03-21T13:11:35.838301+0000 mgr.x (mgr.34104) 4740 : cephadm [INF] Upgrade: Setting container_image for all nvmeof 2024-03-21T13:11:37.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:36 smithi184 bash[59794]: audit 2024-03-21T13:11:35.841088+0000 mon.a (mon.0) 7242 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:37.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:36 smithi184 bash[59794]: audit 2024-03-21T13:11:36.212940+0000 mgr.x (mgr.34104) 4741 : audit [DBG] from='client.54823 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:11:37.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:36 smithi184 bash[59794]: audit 2024-03-21T13:11:36.672311+0000 mon.c (mon.1) 22 : audit [DBG] from='client.? 172.21.15.178:0/1339932297' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T13:11:38.935 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:38 smithi178 bash[75692]: cluster 2024-03-21T13:11:37.695742+0000 mgr.x (mgr.34104) 4742 : cluster [DBG] pgmap v3140: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:38.936 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:38 smithi178 bash[77880]: cluster 2024-03-21T13:11:37.695742+0000 mgr.x (mgr.34104) 4742 : cluster [DBG] pgmap v3140: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:39.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:38 smithi184 bash[59794]: cluster 2024-03-21T13:11:37.695742+0000 mgr.x (mgr.34104) 4742 : cluster [DBG] pgmap v3140: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:40.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:39 smithi178 bash[75692]: audit 2024-03-21T13:11:39.260081+0000 mgr.x (mgr.34104) 4743 : audit [DBG] from='client.54784 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:11:40.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:39 smithi178 bash[75692]: audit 2024-03-21T13:11:39.290044+0000 mon.a (mon.0) 7243 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:40.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:39 smithi178 bash[75692]: audit 2024-03-21T13:11:39.299657+0000 mon.a (mon.0) 7244 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:40.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:39 smithi178 bash[75692]: audit 2024-03-21T13:11:39.310615+0000 mon.a (mon.0) 7245 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:40.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:39 smithi178 bash[77880]: audit 2024-03-21T13:11:39.260081+0000 mgr.x (mgr.34104) 4743 : audit [DBG] from='client.54784 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:11:40.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:39 smithi178 bash[77880]: audit 2024-03-21T13:11:39.290044+0000 mon.a (mon.0) 7243 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:40.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:39 smithi178 bash[77880]: audit 2024-03-21T13:11:39.299657+0000 mon.a (mon.0) 7244 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:40.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:39 smithi178 bash[77880]: audit 2024-03-21T13:11:39.310615+0000 mon.a (mon.0) 7245 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:40.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:39 smithi184 bash[59794]: audit 2024-03-21T13:11:39.260081+0000 mgr.x (mgr.34104) 4743 : audit [DBG] from='client.54784 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:11:40.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:39 smithi184 bash[59794]: audit 2024-03-21T13:11:39.290044+0000 mon.a (mon.0) 7243 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:40.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:39 smithi184 bash[59794]: audit 2024-03-21T13:11:39.299657+0000 mon.a (mon.0) 7244 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:40.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:39 smithi184 bash[59794]: audit 2024-03-21T13:11:39.310615+0000 mon.a (mon.0) 7245 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:41.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:40 smithi178 bash[75692]: cluster 2024-03-21T13:11:39.302681+0000 mgr.x (mgr.34104) 4744 : cluster [DBG] pgmap v3141: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-03-21T13:11:41.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:40 smithi178 bash[75692]: cluster 2024-03-21T13:11:39.303170+0000 mgr.x (mgr.34104) 4745 : cluster [DBG] pgmap v3142: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-03-21T13:11:41.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:40 smithi178 bash[75692]: cephadm 2024-03-21T13:11:40.069089+0000 mgr.x (mgr.34104) 4746 : cephadm [INF] Upgrade: Updating node-exporter.a (1/2) 2024-03-21T13:11:41.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:40 smithi178 bash[75692]: cephadm 2024-03-21T13:11:40.070017+0000 mgr.x (mgr.34104) 4747 : cephadm [INF] Deploying daemon node-exporter.a on smithi178 2024-03-21T13:11:41.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:40 smithi178 bash[77880]: cluster 2024-03-21T13:11:39.302681+0000 mgr.x (mgr.34104) 4744 : cluster [DBG] pgmap v3141: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-03-21T13:11:41.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:40 smithi178 bash[77880]: cluster 2024-03-21T13:11:39.303170+0000 mgr.x (mgr.34104) 4745 : cluster [DBG] pgmap v3142: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-03-21T13:11:41.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:40 smithi178 bash[77880]: cephadm 2024-03-21T13:11:40.069089+0000 mgr.x (mgr.34104) 4746 : cephadm [INF] Upgrade: Updating node-exporter.a (1/2) 2024-03-21T13:11:41.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:40 smithi178 bash[77880]: cephadm 2024-03-21T13:11:40.070017+0000 mgr.x (mgr.34104) 4747 : cephadm [INF] Deploying daemon node-exporter.a on smithi178 2024-03-21T13:11:41.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:40 smithi184 bash[59794]: cluster 2024-03-21T13:11:39.302681+0000 mgr.x (mgr.34104) 4744 : cluster [DBG] pgmap v3141: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-03-21T13:11:41.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:40 smithi184 bash[59794]: cluster 2024-03-21T13:11:39.303170+0000 mgr.x (mgr.34104) 4745 : cluster [DBG] pgmap v3142: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-03-21T13:11:41.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:40 smithi184 bash[59794]: cephadm 2024-03-21T13:11:40.069089+0000 mgr.x (mgr.34104) 4746 : cephadm [INF] Upgrade: Updating node-exporter.a (1/2) 2024-03-21T13:11:41.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:40 smithi184 bash[59794]: cephadm 2024-03-21T13:11:40.070017+0000 mgr.x (mgr.34104) 4747 : cephadm [INF] Deploying daemon node-exporter.a on smithi178 2024-03-21T13:11:43.049 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:42 smithi178 bash[75692]: cluster 2024-03-21T13:11:41.304440+0000 mgr.x (mgr.34104) 4748 : cluster [DBG] pgmap v3143: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 911 B/s rd, 0 op/s 2024-03-21T13:11:43.049 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:42 smithi178 bash[77880]: cluster 2024-03-21T13:11:41.304440+0000 mgr.x (mgr.34104) 4748 : cluster [DBG] pgmap v3143: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 911 B/s rd, 0 op/s 2024-03-21T13:11:43.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:42 smithi184 bash[59794]: cluster 2024-03-21T13:11:41.304440+0000 mgr.x (mgr.34104) 4748 : cluster [DBG] pgmap v3143: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 911 B/s rd, 0 op/s 2024-03-21T13:11:43.772 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 13:11:43 smithi178 systemd[1]: Stopping Ceph node-exporter.a for a94f249e-e780-11ee-95cd-87774f69a715... 2024-03-21T13:11:44.750 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 13:11:44 smithi178 bash[109320]: ceph-a94f249e-e780-11ee-95cd-87774f69a715-node-exporter-a 2024-03-21T13:11:44.750 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 13:11:44 smithi178 systemd[1]: ceph-a94f249e-e780-11ee-95cd-87774f69a715@node-exporter.a.service: Main process exited, code=exited, status=143/n/a 2024-03-21T13:11:44.750 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 13:11:44 smithi178 bash[109395]: Error response from daemon: No such container: ceph-a94f249e-e780-11ee-95cd-87774f69a715-node-exporter-a 2024-03-21T13:11:44.750 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 13:11:44 smithi178 systemd[1]: ceph-a94f249e-e780-11ee-95cd-87774f69a715@node-exporter.a.service: Failed with result 'exit-code'. 2024-03-21T13:11:44.750 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 13:11:44 smithi178 systemd[1]: Stopped Ceph node-exporter.a for a94f249e-e780-11ee-95cd-87774f69a715. 2024-03-21T13:11:45.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:44 smithi178 bash[75692]: cluster 2024-03-21T13:11:43.305305+0000 mgr.x (mgr.34104) 4749 : cluster [DBG] pgmap v3144: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 672 B/s rd, 0 op/s 2024-03-21T13:11:45.048 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:44 smithi178 bash[77880]: cluster 2024-03-21T13:11:43.305305+0000 mgr.x (mgr.34104) 4749 : cluster [DBG] pgmap v3144: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 672 B/s rd, 0 op/s 2024-03-21T13:11:45.048 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 13:11:44 smithi178 systemd[1]: Started Ceph node-exporter.a for a94f249e-e780-11ee-95cd-87774f69a715. 2024-03-21T13:11:45.049 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 13:11:44 smithi178 bash[109461]: Unable to find image 'quay.io/prometheus/node-exporter:v1.5.0' locally 2024-03-21T13:11:45.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:44 smithi184 bash[59794]: cluster 2024-03-21T13:11:43.305305+0000 mgr.x (mgr.34104) 4749 : cluster [DBG] pgmap v3144: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 672 B/s rd, 0 op/s 2024-03-21T13:11:45.785 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 13:11:45 smithi178 bash[109461]: v1.5.0: Pulling from prometheus/node-exporter 2024-03-21T13:11:45.823 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:11:45 smithi184 bash[52419]: ::ffff:172.21.15.184 - - [21/Mar/2024:13:11:45] "GET /metrics HTTP/1.1" 200 38775 "" "Prometheus/2.33.4" 2024-03-21T13:11:46.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:45 smithi178 bash[77880]: audit 2024-03-21T13:11:44.968190+0000 mon.a (mon.0) 7246 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:46.047 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:45 smithi178 bash[77880]: audit 2024-03-21T13:11:44.975689+0000 mon.a (mon.0) 7247 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:46.047 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:45 smithi178 bash[75692]: audit 2024-03-21T13:11:44.968190+0000 mon.a (mon.0) 7246 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:46.048 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:45 smithi178 bash[75692]: audit 2024-03-21T13:11:44.975689+0000 mon.a (mon.0) 7247 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:46.048 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 13:11:45 smithi178 bash[109461]: 22b70bddd3ac: Pulling fs layer 2024-03-21T13:11:46.048 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 13:11:45 smithi178 bash[109461]: 5c12815fee55: Pulling fs layer 2024-03-21T13:11:46.048 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 13:11:45 smithi178 bash[109461]: c0e87333d380: Pulling fs layer 2024-03-21T13:11:46.048 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 13:11:45 smithi178 bash[109461]: 5c12815fee55: Verifying Checksum 2024-03-21T13:11:46.048 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 13:11:45 smithi178 bash[109461]: 5c12815fee55: Download complete 2024-03-21T13:11:46.048 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 13:11:45 smithi178 bash[109461]: 22b70bddd3ac: Download complete 2024-03-21T13:11:46.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:45 smithi184 bash[59794]: audit 2024-03-21T13:11:44.968190+0000 mon.a (mon.0) 7246 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:46.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:45 smithi184 bash[59794]: audit 2024-03-21T13:11:44.975689+0000 mon.a (mon.0) 7247 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:46.549 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 13:11:46 smithi178 bash[109461]: c0e87333d380: Verifying Checksum 2024-03-21T13:11:46.549 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 13:11:46 smithi178 bash[109461]: c0e87333d380: Download complete 2024-03-21T13:11:46.549 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 13:11:46 smithi178 bash[109461]: 22b70bddd3ac: Pull complete 2024-03-21T13:11:46.979 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 13:11:46 smithi178 bash[109461]: 5c12815fee55: Pull complete 2024-03-21T13:11:47.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:46 smithi184 bash[59794]: cluster 2024-03-21T13:11:45.306403+0000 mgr.x (mgr.34104) 4750 : cluster [DBG] pgmap v3145: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-21T13:11:47.245 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:46 smithi178 bash[75692]: cluster 2024-03-21T13:11:45.306403+0000 mgr.x (mgr.34104) 4750 : cluster [DBG] pgmap v3145: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-21T13:11:47.245 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:46 smithi178 bash[77880]: cluster 2024-03-21T13:11:45.306403+0000 mgr.x (mgr.34104) 4750 : cluster [DBG] pgmap v3145: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-21T13:11:47.245 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 13:11:47 smithi178 bash[109461]: c0e87333d380: Pull complete 2024-03-21T13:11:47.245 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 13:11:47 smithi178 bash[109461]: Digest: sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c 2024-03-21T13:11:47.547 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 13:11:47 smithi178 bash[109461]: Status: Downloaded newer image for quay.io/prometheus/node-exporter:v1.5.0 2024-03-21T13:11:48.323 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:11:48 smithi184 systemd[1]: Stopping Ceph node-exporter.b for a94f249e-e780-11ee-95cd-87774f69a715... 2024-03-21T13:11:48.985 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 13:11:48 smithi178 bash[109461]: ts=2024-03-21T13:11:48.751Z caller=node_exporter.go:180 level=info msg="Starting node_exporter" version="(version=1.5.0, branch=HEAD, revision=1b48970ffcf5630534fb00bb0687d73c66d1c959)" 2024-03-21T13:11:48.985 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 13:11:48 smithi178 bash[109461]: ts=2024-03-21T13:11:48.751Z caller=node_exporter.go:181 level=info msg="Build context" build_context="(go=go1.19.3, user=root@6e7732a7b81b, date=20221129-18:59:09)" 2024-03-21T13:11:48.985 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 13:11:48 smithi178 bash[109461]: ts=2024-03-21T13:11:48.752Z caller=diskstats_common.go:111 level=info collector=diskstats msg="Parsed flag --collector.diskstats.device-exclude" flag=^(ram|loop|fd|(h|s|v|xv)d[a-z]|nvme\d+n\d+p)\d+$ 2024-03-21T13:11:48.985 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 13:11:48 smithi178 bash[109461]: ts=2024-03-21T13:11:48.753Z caller=diskstats_linux.go:264 level=error collector=diskstats msg="Failed to open directory, disabling udev device properties" path=/run/udev/data 2024-03-21T13:11:48.985 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 13:11:48 smithi178 bash[109461]: ts=2024-03-21T13:11:48.753Z caller=filesystem_common.go:111 level=info collector=filesystem msg="Parsed flag --collector.filesystem.mount-points-exclude" flag=^/(dev|proc|run/credentials/.+|sys|var/lib/docker/.+|var/lib/containers/storage/.+)($|/) 2024-03-21T13:11:48.986 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 13:11:48 smithi178 bash[109461]: ts=2024-03-21T13:11:48.753Z caller=filesystem_common.go:113 level=info collector=filesystem msg="Parsed flag --collector.filesystem.fs-types-exclude" flag=^(autofs|binfmt_misc|bpf|cgroup2?|configfs|debugfs|devpts|devtmpfs|fusectl|hugetlbfs|iso9660|mqueue|nsfs|overlay|proc|procfs|pstore|rpc_pipefs|securityfs|selinuxfs|squashfs|sysfs|tracefs)$ 2024-03-21T13:11:48.986 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 13:11:48 smithi178 bash[109461]: ts=2024-03-21T13:11:48.753Z caller=node_exporter.go:110 level=info msg="Enabled collectors" 2024-03-21T13:11:48.986 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 13:11:48 smithi178 bash[109461]: ts=2024-03-21T13:11:48.753Z caller=node_exporter.go:117 level=info collector=arp 2024-03-21T13:11:48.986 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 13:11:48 smithi178 bash[109461]: ts=2024-03-21T13:11:48.753Z caller=node_exporter.go:117 level=info collector=bcache 2024-03-21T13:11:48.986 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 13:11:48 smithi178 bash[109461]: ts=2024-03-21T13:11:48.753Z caller=node_exporter.go:117 level=info collector=bonding 2024-03-21T13:11:48.986 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 13:11:48 smithi178 bash[109461]: ts=2024-03-21T13:11:48.753Z caller=node_exporter.go:117 level=info collector=btrfs 2024-03-21T13:11:48.987 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 13:11:48 smithi178 bash[109461]: ts=2024-03-21T13:11:48.753Z caller=node_exporter.go:117 level=info collector=conntrack 2024-03-21T13:11:48.987 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 13:11:48 smithi178 bash[109461]: ts=2024-03-21T13:11:48.753Z caller=node_exporter.go:117 level=info collector=cpu 2024-03-21T13:11:48.987 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 13:11:48 smithi178 bash[109461]: ts=2024-03-21T13:11:48.753Z caller=node_exporter.go:117 level=info collector=cpufreq 2024-03-21T13:11:48.987 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 13:11:48 smithi178 bash[109461]: ts=2024-03-21T13:11:48.753Z caller=node_exporter.go:117 level=info collector=diskstats 2024-03-21T13:11:48.987 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 13:11:48 smithi178 bash[109461]: ts=2024-03-21T13:11:48.753Z caller=node_exporter.go:117 level=info collector=dmi 2024-03-21T13:11:48.987 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 13:11:48 smithi178 bash[109461]: ts=2024-03-21T13:11:48.753Z caller=node_exporter.go:117 level=info collector=edac 2024-03-21T13:11:48.987 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 13:11:48 smithi178 bash[109461]: ts=2024-03-21T13:11:48.753Z caller=node_exporter.go:117 level=info collector=entropy 2024-03-21T13:11:48.987 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 13:11:48 smithi178 bash[109461]: ts=2024-03-21T13:11:48.753Z caller=node_exporter.go:117 level=info collector=fibrechannel 2024-03-21T13:11:48.989 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 13:11:48 smithi178 bash[109461]: ts=2024-03-21T13:11:48.754Z caller=node_exporter.go:117 level=info collector=filefd 2024-03-21T13:11:48.989 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 13:11:48 smithi178 bash[109461]: ts=2024-03-21T13:11:48.754Z caller=node_exporter.go:117 level=info collector=filesystem 2024-03-21T13:11:48.989 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 13:11:48 smithi178 bash[109461]: ts=2024-03-21T13:11:48.754Z caller=node_exporter.go:117 level=info collector=hwmon 2024-03-21T13:11:48.989 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 13:11:48 smithi178 bash[109461]: ts=2024-03-21T13:11:48.754Z caller=node_exporter.go:117 level=info collector=infiniband 2024-03-21T13:11:48.989 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 13:11:48 smithi178 bash[109461]: ts=2024-03-21T13:11:48.754Z caller=node_exporter.go:117 level=info collector=ipvs 2024-03-21T13:11:48.989 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 13:11:48 smithi178 bash[109461]: ts=2024-03-21T13:11:48.754Z caller=node_exporter.go:117 level=info collector=loadavg 2024-03-21T13:11:48.990 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 13:11:48 smithi178 bash[109461]: ts=2024-03-21T13:11:48.754Z caller=node_exporter.go:117 level=info collector=mdadm 2024-03-21T13:11:48.990 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 13:11:48 smithi178 bash[109461]: ts=2024-03-21T13:11:48.754Z caller=node_exporter.go:117 level=info collector=meminfo 2024-03-21T13:11:48.990 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 13:11:48 smithi178 bash[109461]: ts=2024-03-21T13:11:48.754Z caller=node_exporter.go:117 level=info collector=netclass 2024-03-21T13:11:48.991 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 13:11:48 smithi178 bash[109461]: ts=2024-03-21T13:11:48.754Z caller=node_exporter.go:117 level=info collector=netdev 2024-03-21T13:11:48.991 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 13:11:48 smithi178 bash[109461]: ts=2024-03-21T13:11:48.754Z caller=node_exporter.go:117 level=info collector=netstat 2024-03-21T13:11:48.991 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 13:11:48 smithi178 bash[109461]: ts=2024-03-21T13:11:48.754Z caller=node_exporter.go:117 level=info collector=nfs 2024-03-21T13:11:48.991 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 13:11:48 smithi178 bash[109461]: ts=2024-03-21T13:11:48.754Z caller=node_exporter.go:117 level=info collector=nfsd 2024-03-21T13:11:48.991 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 13:11:48 smithi178 bash[109461]: ts=2024-03-21T13:11:48.754Z caller=node_exporter.go:117 level=info collector=nvme 2024-03-21T13:11:48.991 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 13:11:48 smithi178 bash[109461]: ts=2024-03-21T13:11:48.754Z caller=node_exporter.go:117 level=info collector=os 2024-03-21T13:11:48.992 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 13:11:48 smithi178 bash[109461]: ts=2024-03-21T13:11:48.754Z caller=node_exporter.go:117 level=info collector=powersupplyclass 2024-03-21T13:11:48.992 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 13:11:48 smithi178 bash[109461]: ts=2024-03-21T13:11:48.754Z caller=node_exporter.go:117 level=info collector=pressure 2024-03-21T13:11:48.992 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 13:11:48 smithi178 bash[109461]: ts=2024-03-21T13:11:48.754Z caller=node_exporter.go:117 level=info collector=rapl 2024-03-21T13:11:48.992 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 13:11:48 smithi178 bash[109461]: ts=2024-03-21T13:11:48.754Z caller=node_exporter.go:117 level=info collector=schedstat 2024-03-21T13:11:48.992 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 13:11:48 smithi178 bash[109461]: ts=2024-03-21T13:11:48.754Z caller=node_exporter.go:117 level=info collector=selinux 2024-03-21T13:11:48.992 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 13:11:48 smithi178 bash[109461]: ts=2024-03-21T13:11:48.754Z caller=node_exporter.go:117 level=info collector=sockstat 2024-03-21T13:11:48.992 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 13:11:48 smithi178 bash[109461]: ts=2024-03-21T13:11:48.754Z caller=node_exporter.go:117 level=info collector=softnet 2024-03-21T13:11:48.993 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 13:11:48 smithi178 bash[109461]: ts=2024-03-21T13:11:48.754Z caller=node_exporter.go:117 level=info collector=stat 2024-03-21T13:11:48.993 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 13:11:48 smithi178 bash[109461]: ts=2024-03-21T13:11:48.754Z caller=node_exporter.go:117 level=info collector=tapestats 2024-03-21T13:11:48.993 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 13:11:48 smithi178 bash[109461]: ts=2024-03-21T13:11:48.754Z caller=node_exporter.go:117 level=info collector=textfile 2024-03-21T13:11:48.993 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 13:11:48 smithi178 bash[109461]: ts=2024-03-21T13:11:48.754Z caller=node_exporter.go:117 level=info collector=thermal_zone 2024-03-21T13:11:48.993 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 13:11:48 smithi178 bash[109461]: ts=2024-03-21T13:11:48.754Z caller=node_exporter.go:117 level=info collector=time 2024-03-21T13:11:48.993 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 13:11:48 smithi178 bash[109461]: ts=2024-03-21T13:11:48.754Z caller=node_exporter.go:117 level=info collector=udp_queues 2024-03-21T13:11:48.994 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 13:11:48 smithi178 bash[109461]: ts=2024-03-21T13:11:48.754Z caller=node_exporter.go:117 level=info collector=uname 2024-03-21T13:11:48.994 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 13:11:48 smithi178 bash[109461]: ts=2024-03-21T13:11:48.754Z caller=node_exporter.go:117 level=info collector=vmstat 2024-03-21T13:11:48.994 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 13:11:48 smithi178 bash[109461]: ts=2024-03-21T13:11:48.754Z caller=node_exporter.go:117 level=info collector=xfs 2024-03-21T13:11:48.994 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 13:11:48 smithi178 bash[109461]: ts=2024-03-21T13:11:48.754Z caller=node_exporter.go:117 level=info collector=zfs 2024-03-21T13:11:48.994 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 13:11:48 smithi178 bash[109461]: ts=2024-03-21T13:11:48.755Z caller=tls_config.go:232 level=info msg="Listening on" address=[::]:9100 2024-03-21T13:11:48.994 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 13:11:48 smithi178 bash[109461]: ts=2024-03-21T13:11:48.755Z caller=tls_config.go:235 level=info msg="TLS is disabled." http2=false address=[::]:9100 2024-03-21T13:11:49.236 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:11:48 smithi184 bash[83828]: ceph-a94f249e-e780-11ee-95cd-87774f69a715-node-exporter-b 2024-03-21T13:11:49.236 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:11:49 smithi184 systemd[1]: ceph-a94f249e-e780-11ee-95cd-87774f69a715@node-exporter.b.service: Main process exited, code=exited, status=143/n/a 2024-03-21T13:11:49.237 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:11:49 smithi184 bash[83904]: Error response from daemon: No such container: ceph-a94f249e-e780-11ee-95cd-87774f69a715-node-exporter-b 2024-03-21T13:11:49.237 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:11:49 smithi184 systemd[1]: ceph-a94f249e-e780-11ee-95cd-87774f69a715@node-exporter.b.service: Failed with result 'exit-code'. 2024-03-21T13:11:49.237 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:11:49 smithi184 systemd[1]: Stopped Ceph node-exporter.b for a94f249e-e780-11ee-95cd-87774f69a715. 2024-03-21T13:11:49.237 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:48 smithi184 bash[59794]: cluster 2024-03-21T13:11:47.307113+0000 mgr.x (mgr.34104) 4751 : cluster [DBG] pgmap v3146: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-21T13:11:49.237 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:48 smithi184 bash[59794]: cephadm 2024-03-21T13:11:47.518748+0000 mgr.x (mgr.34104) 4752 : cephadm [INF] Upgrade: Updating node-exporter.b (2/2) 2024-03-21T13:11:49.237 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:48 smithi184 bash[59794]: cephadm 2024-03-21T13:11:47.519579+0000 mgr.x (mgr.34104) 4753 : cephadm [INF] Deploying daemon node-exporter.b on smithi184 2024-03-21T13:11:49.271 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:48 smithi178 bash[77880]: cluster 2024-03-21T13:11:47.307113+0000 mgr.x (mgr.34104) 4751 : cluster [DBG] pgmap v3146: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-21T13:11:49.272 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:48 smithi178 bash[77880]: cephadm 2024-03-21T13:11:47.518748+0000 mgr.x (mgr.34104) 4752 : cephadm [INF] Upgrade: Updating node-exporter.b (2/2) 2024-03-21T13:11:49.272 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:48 smithi178 bash[77880]: cephadm 2024-03-21T13:11:47.519579+0000 mgr.x (mgr.34104) 4753 : cephadm [INF] Deploying daemon node-exporter.b on smithi184 2024-03-21T13:11:49.272 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:48 smithi178 bash[75692]: cluster 2024-03-21T13:11:47.307113+0000 mgr.x (mgr.34104) 4751 : cluster [DBG] pgmap v3146: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-21T13:11:49.272 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:48 smithi178 bash[75692]: cephadm 2024-03-21T13:11:47.518748+0000 mgr.x (mgr.34104) 4752 : cephadm [INF] Upgrade: Updating node-exporter.b (2/2) 2024-03-21T13:11:49.272 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:48 smithi178 bash[75692]: cephadm 2024-03-21T13:11:47.519579+0000 mgr.x (mgr.34104) 4753 : cephadm [INF] Deploying daemon node-exporter.b on smithi184 2024-03-21T13:11:49.534 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:11:49 smithi184 systemd[1]: Started Ceph node-exporter.b for a94f249e-e780-11ee-95cd-87774f69a715. 2024-03-21T13:11:49.823 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:11:49 smithi184 bash[83985]: Unable to find image 'quay.io/prometheus/node-exporter:v1.5.0' locally 2024-03-21T13:11:50.273 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:11:50 smithi184 bash[83985]: v1.5.0: Pulling from prometheus/node-exporter 2024-03-21T13:11:50.273 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:11:50 smithi184 bash[83985]: 22b70bddd3ac: Pulling fs layer 2024-03-21T13:11:50.274 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:49 smithi184 bash[59794]: audit 2024-03-21T13:11:49.269420+0000 mgr.x (mgr.34104) 4754 : audit [DBG] from='client.54784 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:11:50.274 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:49 smithi184 bash[59794]: audit 2024-03-21T13:11:49.519202+0000 mon.a (mon.0) 7248 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:50.274 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:49 smithi184 bash[59794]: audit 2024-03-21T13:11:49.528030+0000 mon.a (mon.0) 7249 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:50.274 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:49 smithi184 bash[59794]: audit 2024-03-21T13:11:49.542351+0000 mon.a (mon.0) 7250 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:50.274 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:49 smithi184 bash[59794]: audit 2024-03-21T13:11:49.543851+0000 mon.a (mon.0) 7251 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:50.274 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:49 smithi184 bash[59794]: audit 2024-03-21T13:11:49.554448+0000 mon.a (mon.0) 7252 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:50.274 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:49 smithi184 bash[59794]: audit 2024-03-21T13:11:49.637247+0000 mon.a (mon.0) 7253 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:50.274 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:49 smithi184 bash[59794]: audit 2024-03-21T13:11:49.640624+0000 mon.a (mon.0) 7254 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:50.274 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:49 smithi184 bash[59794]: audit 2024-03-21T13:11:49.646863+0000 mon.a (mon.0) 7255 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:50.275 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:49 smithi184 bash[59794]: audit 2024-03-21T13:11:49.649170+0000 mon.a (mon.0) 7256 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:50.275 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:49 smithi184 bash[59794]: audit 2024-03-21T13:11:49.662838+0000 mon.a (mon.0) 7257 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:50.275 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:49 smithi184 bash[59794]: audit 2024-03-21T13:11:49.744566+0000 mon.a (mon.0) 7258 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:50.275 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:49 smithi184 bash[59794]: audit 2024-03-21T13:11:49.747774+0000 mon.a (mon.0) 7259 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:50.275 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:49 smithi184 bash[59794]: audit 2024-03-21T13:11:49.751412+0000 mon.a (mon.0) 7260 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:50.275 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:49 smithi184 bash[59794]: audit 2024-03-21T13:11:49.752840+0000 mon.a (mon.0) 7261 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:50.275 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:49 smithi184 bash[59794]: audit 2024-03-21T13:11:49.764598+0000 mon.a (mon.0) 7262 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:50.275 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:49 smithi184 bash[59794]: audit 2024-03-21T13:11:49.791240+0000 mon.a (mon.0) 7263 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:11:50.275 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:49 smithi184 bash[59794]: audit 2024-03-21T13:11:49.861101+0000 mon.a (mon.0) 7264 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:50.275 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:49 smithi184 bash[59794]: audit 2024-03-21T13:11:49.865580+0000 mon.a (mon.0) 7265 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:50.275 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:49 smithi184 bash[59794]: audit 2024-03-21T13:11:49.870077+0000 mon.a (mon.0) 7266 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:50.275 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:49 smithi184 bash[59794]: audit 2024-03-21T13:11:49.872140+0000 mon.a (mon.0) 7267 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:50.275 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:49 smithi184 bash[59794]: audit 2024-03-21T13:11:49.884687+0000 mon.a (mon.0) 7268 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:50.276 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:49 smithi184 bash[59794]: audit 2024-03-21T13:11:49.970721+0000 mon.a (mon.0) 7269 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:50.276 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:49 smithi184 bash[59794]: audit 2024-03-21T13:11:49.973609+0000 mon.a (mon.0) 7270 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:50.276 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:49 smithi184 bash[59794]: audit 2024-03-21T13:11:49.976576+0000 mon.a (mon.0) 7271 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:50.276 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:49 smithi184 bash[59794]: audit 2024-03-21T13:11:49.977828+0000 mon.a (mon.0) 7272 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:50.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:49 smithi178 bash[75692]: audit 2024-03-21T13:11:49.269420+0000 mgr.x (mgr.34104) 4754 : audit [DBG] from='client.54784 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:11:50.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:49 smithi178 bash[75692]: audit 2024-03-21T13:11:49.519202+0000 mon.a (mon.0) 7248 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:50.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:49 smithi178 bash[75692]: audit 2024-03-21T13:11:49.528030+0000 mon.a (mon.0) 7249 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:50.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:49 smithi178 bash[75692]: audit 2024-03-21T13:11:49.542351+0000 mon.a (mon.0) 7250 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:50.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:49 smithi178 bash[75692]: audit 2024-03-21T13:11:49.543851+0000 mon.a (mon.0) 7251 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:50.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:49 smithi178 bash[75692]: audit 2024-03-21T13:11:49.554448+0000 mon.a (mon.0) 7252 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:50.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:49 smithi178 bash[75692]: audit 2024-03-21T13:11:49.637247+0000 mon.a (mon.0) 7253 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:50.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:49 smithi178 bash[75692]: audit 2024-03-21T13:11:49.640624+0000 mon.a (mon.0) 7254 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:50.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:49 smithi178 bash[75692]: audit 2024-03-21T13:11:49.646863+0000 mon.a (mon.0) 7255 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:50.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:49 smithi178 bash[75692]: audit 2024-03-21T13:11:49.649170+0000 mon.a (mon.0) 7256 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:50.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:49 smithi178 bash[75692]: audit 2024-03-21T13:11:49.662838+0000 mon.a (mon.0) 7257 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:50.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:49 smithi178 bash[75692]: audit 2024-03-21T13:11:49.744566+0000 mon.a (mon.0) 7258 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:50.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:49 smithi178 bash[75692]: audit 2024-03-21T13:11:49.747774+0000 mon.a (mon.0) 7259 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:50.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:49 smithi178 bash[75692]: audit 2024-03-21T13:11:49.751412+0000 mon.a (mon.0) 7260 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:50.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:49 smithi178 bash[75692]: audit 2024-03-21T13:11:49.752840+0000 mon.a (mon.0) 7261 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:50.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:49 smithi178 bash[75692]: audit 2024-03-21T13:11:49.764598+0000 mon.a (mon.0) 7262 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:50.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:49 smithi178 bash[75692]: audit 2024-03-21T13:11:49.791240+0000 mon.a (mon.0) 7263 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:11:50.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:49 smithi178 bash[75692]: audit 2024-03-21T13:11:49.861101+0000 mon.a (mon.0) 7264 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:50.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:49 smithi178 bash[75692]: audit 2024-03-21T13:11:49.865580+0000 mon.a (mon.0) 7265 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:50.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:49 smithi178 bash[77880]: audit 2024-03-21T13:11:49.269420+0000 mgr.x (mgr.34104) 4754 : audit [DBG] from='client.54784 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:11:50.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:49 smithi178 bash[77880]: audit 2024-03-21T13:11:49.519202+0000 mon.a (mon.0) 7248 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:50.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:49 smithi178 bash[77880]: audit 2024-03-21T13:11:49.528030+0000 mon.a (mon.0) 7249 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:50.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:49 smithi178 bash[77880]: audit 2024-03-21T13:11:49.542351+0000 mon.a (mon.0) 7250 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:50.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:49 smithi178 bash[77880]: audit 2024-03-21T13:11:49.543851+0000 mon.a (mon.0) 7251 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:50.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:49 smithi178 bash[77880]: audit 2024-03-21T13:11:49.554448+0000 mon.a (mon.0) 7252 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:50.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:49 smithi178 bash[77880]: audit 2024-03-21T13:11:49.637247+0000 mon.a (mon.0) 7253 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:50.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:49 smithi178 bash[77880]: audit 2024-03-21T13:11:49.640624+0000 mon.a (mon.0) 7254 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:50.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:49 smithi178 bash[77880]: audit 2024-03-21T13:11:49.646863+0000 mon.a (mon.0) 7255 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:50.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:49 smithi178 bash[77880]: audit 2024-03-21T13:11:49.649170+0000 mon.a (mon.0) 7256 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:50.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:49 smithi178 bash[77880]: audit 2024-03-21T13:11:49.662838+0000 mon.a (mon.0) 7257 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:50.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:49 smithi178 bash[77880]: audit 2024-03-21T13:11:49.744566+0000 mon.a (mon.0) 7258 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:50.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:49 smithi178 bash[77880]: audit 2024-03-21T13:11:49.747774+0000 mon.a (mon.0) 7259 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:50.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:49 smithi178 bash[77880]: audit 2024-03-21T13:11:49.751412+0000 mon.a (mon.0) 7260 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:50.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:49 smithi178 bash[77880]: audit 2024-03-21T13:11:49.752840+0000 mon.a (mon.0) 7261 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:50.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:49 smithi178 bash[77880]: audit 2024-03-21T13:11:49.764598+0000 mon.a (mon.0) 7262 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:50.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:49 smithi178 bash[77880]: audit 2024-03-21T13:11:49.791240+0000 mon.a (mon.0) 7263 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:11:50.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:49 smithi178 bash[77880]: audit 2024-03-21T13:11:49.861101+0000 mon.a (mon.0) 7264 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:50.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:49 smithi178 bash[77880]: audit 2024-03-21T13:11:49.865580+0000 mon.a (mon.0) 7265 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:50.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:49 smithi178 bash[75692]: audit 2024-03-21T13:11:49.870077+0000 mon.a (mon.0) 7266 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:50.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:49 smithi178 bash[75692]: audit 2024-03-21T13:11:49.872140+0000 mon.a (mon.0) 7267 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:50.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:49 smithi178 bash[75692]: audit 2024-03-21T13:11:49.884687+0000 mon.a (mon.0) 7268 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:50.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:49 smithi178 bash[75692]: audit 2024-03-21T13:11:49.970721+0000 mon.a (mon.0) 7269 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:50.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:49 smithi178 bash[75692]: audit 2024-03-21T13:11:49.973609+0000 mon.a (mon.0) 7270 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:50.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:49 smithi178 bash[75692]: audit 2024-03-21T13:11:49.976576+0000 mon.a (mon.0) 7271 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:50.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:49 smithi178 bash[75692]: audit 2024-03-21T13:11:49.977828+0000 mon.a (mon.0) 7272 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:50.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:49 smithi178 bash[77880]: audit 2024-03-21T13:11:49.870077+0000 mon.a (mon.0) 7266 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:50.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:49 smithi178 bash[77880]: audit 2024-03-21T13:11:49.872140+0000 mon.a (mon.0) 7267 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:50.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:49 smithi178 bash[77880]: audit 2024-03-21T13:11:49.884687+0000 mon.a (mon.0) 7268 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:50.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:49 smithi178 bash[77880]: audit 2024-03-21T13:11:49.970721+0000 mon.a (mon.0) 7269 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:50.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:49 smithi178 bash[77880]: audit 2024-03-21T13:11:49.973609+0000 mon.a (mon.0) 7270 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:50.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:49 smithi178 bash[77880]: audit 2024-03-21T13:11:49.976576+0000 mon.a (mon.0) 7271 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:50.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:49 smithi178 bash[77880]: audit 2024-03-21T13:11:49.977828+0000 mon.a (mon.0) 7272 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:50.573 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:11:50 smithi184 bash[83985]: 5c12815fee55: Pulling fs layer 2024-03-21T13:11:50.573 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:11:50 smithi184 bash[83985]: c0e87333d380: Pulling fs layer 2024-03-21T13:11:51.003 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:11:50 smithi184 bash[83985]: 5c12815fee55: Verifying Checksum 2024-03-21T13:11:51.004 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:11:50 smithi184 bash[83985]: 5c12815fee55: Download complete 2024-03-21T13:11:51.004 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:11:50 smithi184 bash[83985]: 22b70bddd3ac: Verifying Checksum 2024-03-21T13:11:51.004 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:11:50 smithi184 bash[83985]: 22b70bddd3ac: Download complete 2024-03-21T13:11:51.004 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:51 smithi184 bash[59794]: cluster 2024-03-21T13:11:49.308302+0000 mgr.x (mgr.34104) 4755 : cluster [DBG] pgmap v3147: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-03-21T13:11:51.004 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:51 smithi184 bash[59794]: cluster 2024-03-21T13:11:49.546844+0000 mgr.x (mgr.34104) 4756 : cluster [DBG] pgmap v3148: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 999 B/s rd, 0 op/s 2024-03-21T13:11:51.004 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:51 smithi184 bash[59794]: cluster 2024-03-21T13:11:49.547413+0000 mgr.x (mgr.34104) 4757 : cluster [DBG] pgmap v3149: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:11:51.004 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:51 smithi184 bash[59794]: cephadm 2024-03-21T13:11:49.555862+0000 mgr.x (mgr.34104) 4758 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:51.004 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:51 smithi184 bash[59794]: cluster 2024-03-21T13:11:49.653302+0000 mgr.x (mgr.34104) 4759 : cluster [DBG] pgmap v3150: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s rd, 1 op/s 2024-03-21T13:11:51.004 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:51 smithi184 bash[59794]: cluster 2024-03-21T13:11:49.653878+0000 mgr.x (mgr.34104) 4760 : cluster [DBG] pgmap v3151: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-21T13:11:51.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:50 smithi178 bash[75692]: cluster 2024-03-21T13:11:49.308302+0000 mgr.x (mgr.34104) 4755 : cluster [DBG] pgmap v3147: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-03-21T13:11:51.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:50 smithi178 bash[75692]: cluster 2024-03-21T13:11:49.546844+0000 mgr.x (mgr.34104) 4756 : cluster [DBG] pgmap v3148: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 999 B/s rd, 0 op/s 2024-03-21T13:11:51.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:50 smithi178 bash[75692]: cluster 2024-03-21T13:11:49.547413+0000 mgr.x (mgr.34104) 4757 : cluster [DBG] pgmap v3149: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:11:51.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:50 smithi178 bash[75692]: cephadm 2024-03-21T13:11:49.555862+0000 mgr.x (mgr.34104) 4758 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:51.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:50 smithi178 bash[75692]: cluster 2024-03-21T13:11:49.653302+0000 mgr.x (mgr.34104) 4759 : cluster [DBG] pgmap v3150: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s rd, 1 op/s 2024-03-21T13:11:51.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:50 smithi178 bash[75692]: cluster 2024-03-21T13:11:49.653878+0000 mgr.x (mgr.34104) 4760 : cluster [DBG] pgmap v3151: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-21T13:11:51.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:50 smithi178 bash[75692]: cephadm 2024-03-21T13:11:49.664248+0000 mgr.x (mgr.34104) 4761 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:51.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:51 smithi178 bash[75692]: cluster 2024-03-21T13:11:49.755410+0000 mgr.x (mgr.34104) 4762 : cluster [DBG] pgmap v3152: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 2.0 KiB/s rd, 2 op/s 2024-03-21T13:11:51.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:51 smithi178 bash[75692]: cluster 2024-03-21T13:11:49.755708+0000 mgr.x (mgr.34104) 4763 : cluster [DBG] pgmap v3153: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:51.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:51 smithi178 bash[75692]: cephadm 2024-03-21T13:11:49.766044+0000 mgr.x (mgr.34104) 4764 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:51.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:51 smithi178 bash[75692]: cluster 2024-03-21T13:11:49.875220+0000 mgr.x (mgr.34104) 4765 : cluster [DBG] pgmap v3154: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:51.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:51 smithi178 bash[75692]: cluster 2024-03-21T13:11:49.875549+0000 mgr.x (mgr.34104) 4766 : cluster [DBG] pgmap v3155: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:51.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:51 smithi178 bash[75692]: cephadm 2024-03-21T13:11:49.886140+0000 mgr.x (mgr.34104) 4767 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:51.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:51 smithi178 bash[75692]: cluster 2024-03-21T13:11:49.980467+0000 mgr.x (mgr.34104) 4768 : cluster [DBG] pgmap v3156: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:51.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:51 smithi178 bash[75692]: cluster 2024-03-21T13:11:49.981194+0000 mgr.x (mgr.34104) 4769 : cluster [DBG] pgmap v3157: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:51.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:51 smithi178 bash[75692]: audit 2024-03-21T13:11:49.996701+0000 mon.a (mon.0) 7273 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:51.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:51 smithi178 bash[75692]: cephadm 2024-03-21T13:11:49.997906+0000 mgr.x (mgr.34104) 4770 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:51.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:51 smithi178 bash[75692]: audit 2024-03-21T13:11:50.076830+0000 mon.a (mon.0) 7274 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:51.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:51 smithi178 bash[75692]: audit 2024-03-21T13:11:50.080018+0000 mon.a (mon.0) 7275 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:51.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:51 smithi178 bash[77880]: cluster 2024-03-21T13:11:49.308302+0000 mgr.x (mgr.34104) 4755 : cluster [DBG] pgmap v3147: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-03-21T13:11:51.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:51 smithi178 bash[77880]: cluster 2024-03-21T13:11:49.546844+0000 mgr.x (mgr.34104) 4756 : cluster [DBG] pgmap v3148: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 999 B/s rd, 0 op/s 2024-03-21T13:11:51.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:51 smithi178 bash[77880]: cluster 2024-03-21T13:11:49.547413+0000 mgr.x (mgr.34104) 4757 : cluster [DBG] pgmap v3149: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:11:51.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:51 smithi178 bash[77880]: cephadm 2024-03-21T13:11:49.555862+0000 mgr.x (mgr.34104) 4758 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:51.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:51 smithi178 bash[77880]: cluster 2024-03-21T13:11:49.653302+0000 mgr.x (mgr.34104) 4759 : cluster [DBG] pgmap v3150: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s rd, 1 op/s 2024-03-21T13:11:51.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:51 smithi178 bash[77880]: cluster 2024-03-21T13:11:49.653878+0000 mgr.x (mgr.34104) 4760 : cluster [DBG] pgmap v3151: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-21T13:11:51.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:51 smithi178 bash[77880]: cephadm 2024-03-21T13:11:49.664248+0000 mgr.x (mgr.34104) 4761 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:51.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:51 smithi178 bash[77880]: cluster 2024-03-21T13:11:49.755410+0000 mgr.x (mgr.34104) 4762 : cluster [DBG] pgmap v3152: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 2.0 KiB/s rd, 2 op/s 2024-03-21T13:11:51.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:51 smithi178 bash[77880]: cluster 2024-03-21T13:11:49.755708+0000 mgr.x (mgr.34104) 4763 : cluster [DBG] pgmap v3153: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:51.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:51 smithi178 bash[77880]: cephadm 2024-03-21T13:11:49.766044+0000 mgr.x (mgr.34104) 4764 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:51.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:51 smithi178 bash[77880]: cluster 2024-03-21T13:11:49.875220+0000 mgr.x (mgr.34104) 4765 : cluster [DBG] pgmap v3154: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:51.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:51 smithi178 bash[77880]: cluster 2024-03-21T13:11:49.875549+0000 mgr.x (mgr.34104) 4766 : cluster [DBG] pgmap v3155: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:51.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:51 smithi178 bash[77880]: cephadm 2024-03-21T13:11:49.886140+0000 mgr.x (mgr.34104) 4767 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:51.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:51 smithi178 bash[77880]: cluster 2024-03-21T13:11:49.980467+0000 mgr.x (mgr.34104) 4768 : cluster [DBG] pgmap v3156: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:51.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:51 smithi178 bash[77880]: cluster 2024-03-21T13:11:49.981194+0000 mgr.x (mgr.34104) 4769 : cluster [DBG] pgmap v3157: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:51.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:51 smithi178 bash[77880]: audit 2024-03-21T13:11:49.996701+0000 mon.a (mon.0) 7273 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:51.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:51 smithi178 bash[77880]: cephadm 2024-03-21T13:11:49.997906+0000 mgr.x (mgr.34104) 4770 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:51.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:51 smithi178 bash[77880]: audit 2024-03-21T13:11:50.076830+0000 mon.a (mon.0) 7274 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:51.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:51 smithi178 bash[77880]: audit 2024-03-21T13:11:50.080018+0000 mon.a (mon.0) 7275 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:51.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:51 smithi178 bash[75692]: audit 2024-03-21T13:11:50.083585+0000 mon.a (mon.0) 7276 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:51.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:51 smithi178 bash[75692]: audit 2024-03-21T13:11:50.085318+0000 mon.a (mon.0) 7277 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:51.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:51 smithi178 bash[75692]: cluster 2024-03-21T13:11:50.089474+0000 mgr.x (mgr.34104) 4771 : cluster [DBG] pgmap v3158: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:51.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:51 smithi178 bash[75692]: cluster 2024-03-21T13:11:50.090011+0000 mgr.x (mgr.34104) 4772 : cluster [DBG] pgmap v3159: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:51.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:51 smithi178 bash[75692]: audit 2024-03-21T13:11:50.097921+0000 mon.a (mon.0) 7278 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:51.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:51 smithi178 bash[75692]: cephadm 2024-03-21T13:11:50.099126+0000 mgr.x (mgr.34104) 4773 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:51.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:51 smithi178 bash[75692]: audit 2024-03-21T13:11:50.177000+0000 mon.a (mon.0) 7279 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:51.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:51 smithi178 bash[75692]: audit 2024-03-21T13:11:50.180184+0000 mon.a (mon.0) 7280 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:51.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:51 smithi178 bash[75692]: audit 2024-03-21T13:11:50.183998+0000 mon.a (mon.0) 7281 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:51.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:51 smithi178 bash[75692]: audit 2024-03-21T13:11:50.185427+0000 mon.a (mon.0) 7282 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:51.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:51 smithi178 bash[75692]: cluster 2024-03-21T13:11:50.188118+0000 mgr.x (mgr.34104) 4774 : cluster [DBG] pgmap v3160: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:51.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:51 smithi178 bash[75692]: cluster 2024-03-21T13:11:50.188475+0000 mgr.x (mgr.34104) 4775 : cluster [DBG] pgmap v3161: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:51.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:51 smithi178 bash[75692]: audit 2024-03-21T13:11:50.196719+0000 mon.a (mon.0) 7283 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:51.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:51 smithi178 bash[75692]: cephadm 2024-03-21T13:11:50.197833+0000 mgr.x (mgr.34104) 4776 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:51.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:51 smithi178 bash[75692]: audit 2024-03-21T13:11:50.274913+0000 mon.a (mon.0) 7284 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:51.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:51 smithi178 bash[75692]: audit 2024-03-21T13:11:50.278340+0000 mon.a (mon.0) 7285 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:51.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:51 smithi178 bash[75692]: audit 2024-03-21T13:11:50.282769+0000 mon.a (mon.0) 7286 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:51.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:51 smithi178 bash[75692]: audit 2024-03-21T13:11:50.284289+0000 mon.a (mon.0) 7287 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:51.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:51 smithi178 bash[75692]: audit 2024-03-21T13:11:50.295689+0000 mon.a (mon.0) 7288 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:51.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:51 smithi178 bash[75692]: audit 2024-03-21T13:11:50.374529+0000 mon.a (mon.0) 7289 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:51.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:51 smithi178 bash[77880]: audit 2024-03-21T13:11:50.083585+0000 mon.a (mon.0) 7276 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:51.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:51 smithi178 bash[77880]: audit 2024-03-21T13:11:50.085318+0000 mon.a (mon.0) 7277 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:51.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:51 smithi178 bash[77880]: cluster 2024-03-21T13:11:50.089474+0000 mgr.x (mgr.34104) 4771 : cluster [DBG] pgmap v3158: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:51.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:51 smithi178 bash[77880]: cluster 2024-03-21T13:11:50.090011+0000 mgr.x (mgr.34104) 4772 : cluster [DBG] pgmap v3159: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:51.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:51 smithi178 bash[77880]: audit 2024-03-21T13:11:50.097921+0000 mon.a (mon.0) 7278 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:51.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:51 smithi178 bash[77880]: cephadm 2024-03-21T13:11:50.099126+0000 mgr.x (mgr.34104) 4773 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:51.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:51 smithi178 bash[77880]: audit 2024-03-21T13:11:50.177000+0000 mon.a (mon.0) 7279 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:51.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:51 smithi178 bash[77880]: audit 2024-03-21T13:11:50.180184+0000 mon.a (mon.0) 7280 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:51.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:51 smithi178 bash[77880]: audit 2024-03-21T13:11:50.183998+0000 mon.a (mon.0) 7281 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:51.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:51 smithi178 bash[77880]: audit 2024-03-21T13:11:50.185427+0000 mon.a (mon.0) 7282 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:51.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:51 smithi178 bash[77880]: cluster 2024-03-21T13:11:50.188118+0000 mgr.x (mgr.34104) 4774 : cluster [DBG] pgmap v3160: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:51.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:51 smithi178 bash[77880]: cluster 2024-03-21T13:11:50.188475+0000 mgr.x (mgr.34104) 4775 : cluster [DBG] pgmap v3161: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:51.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:51 smithi178 bash[77880]: audit 2024-03-21T13:11:50.196719+0000 mon.a (mon.0) 7283 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:51.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:51 smithi178 bash[77880]: cephadm 2024-03-21T13:11:50.197833+0000 mgr.x (mgr.34104) 4776 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:51.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:51 smithi178 bash[77880]: audit 2024-03-21T13:11:50.274913+0000 mon.a (mon.0) 7284 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:51.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:51 smithi178 bash[77880]: audit 2024-03-21T13:11:50.278340+0000 mon.a (mon.0) 7285 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:51.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:51 smithi178 bash[77880]: audit 2024-03-21T13:11:50.282769+0000 mon.a (mon.0) 7286 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:51.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:51 smithi178 bash[77880]: audit 2024-03-21T13:11:50.284289+0000 mon.a (mon.0) 7287 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:51.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:51 smithi178 bash[77880]: audit 2024-03-21T13:11:50.295689+0000 mon.a (mon.0) 7288 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:51.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:51 smithi178 bash[77880]: audit 2024-03-21T13:11:50.374529+0000 mon.a (mon.0) 7289 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:51.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:51 smithi178 bash[75692]: audit 2024-03-21T13:11:50.378028+0000 mon.a (mon.0) 7290 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:51.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:51 smithi178 bash[75692]: audit 2024-03-21T13:11:50.381749+0000 mon.a (mon.0) 7291 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:51.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:51 smithi178 bash[75692]: audit 2024-03-21T13:11:50.383707+0000 mon.a (mon.0) 7292 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:51.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:51 smithi178 bash[75692]: audit 2024-03-21T13:11:50.395266+0000 mon.a (mon.0) 7293 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:51.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:51 smithi178 bash[75692]: audit 2024-03-21T13:11:50.478398+0000 mon.a (mon.0) 7294 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:51.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:51 smithi178 bash[75692]: audit 2024-03-21T13:11:50.482057+0000 mon.a (mon.0) 7295 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:51.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:51 smithi178 bash[75692]: audit 2024-03-21T13:11:50.486779+0000 mon.a (mon.0) 7296 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:51.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:51 smithi178 bash[75692]: audit 2024-03-21T13:11:50.488115+0000 mon.a (mon.0) 7297 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:51.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:51 smithi178 bash[75692]: audit 2024-03-21T13:11:50.495078+0000 mon.a (mon.0) 7298 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:51.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:51 smithi178 bash[75692]: audit 2024-03-21T13:11:50.575010+0000 mon.a (mon.0) 7299 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:51.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:51 smithi178 bash[75692]: audit 2024-03-21T13:11:50.578108+0000 mon.a (mon.0) 7300 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:51.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:51 smithi178 bash[75692]: audit 2024-03-21T13:11:50.581043+0000 mon.a (mon.0) 7301 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:51.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:51 smithi178 bash[75692]: audit 2024-03-21T13:11:50.582343+0000 mon.a (mon.0) 7302 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:51.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:51 smithi178 bash[75692]: audit 2024-03-21T13:11:50.595370+0000 mon.a (mon.0) 7303 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:51.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:51 smithi178 bash[75692]: audit 2024-03-21T13:11:50.675986+0000 mon.a (mon.0) 7304 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:51.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:51 smithi178 bash[75692]: audit 2024-03-21T13:11:50.678699+0000 mon.a (mon.0) 7305 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:51.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:51 smithi178 bash[75692]: audit 2024-03-21T13:11:50.681549+0000 mon.a (mon.0) 7306 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:51.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:51 smithi178 bash[75692]: audit 2024-03-21T13:11:50.682656+0000 mon.a (mon.0) 7307 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:51.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:51 smithi178 bash[75692]: audit 2024-03-21T13:11:50.692911+0000 mon.a (mon.0) 7308 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:51.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:51 smithi178 bash[77880]: audit 2024-03-21T13:11:50.378028+0000 mon.a (mon.0) 7290 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:51.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:51 smithi178 bash[77880]: audit 2024-03-21T13:11:50.381749+0000 mon.a (mon.0) 7291 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:51.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:51 smithi178 bash[77880]: audit 2024-03-21T13:11:50.383707+0000 mon.a (mon.0) 7292 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:51.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:51 smithi178 bash[77880]: audit 2024-03-21T13:11:50.395266+0000 mon.a (mon.0) 7293 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:51.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:51 smithi178 bash[77880]: audit 2024-03-21T13:11:50.478398+0000 mon.a (mon.0) 7294 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:51.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:51 smithi178 bash[77880]: audit 2024-03-21T13:11:50.482057+0000 mon.a (mon.0) 7295 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:51.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:51 smithi178 bash[77880]: audit 2024-03-21T13:11:50.486779+0000 mon.a (mon.0) 7296 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:51.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:51 smithi178 bash[77880]: audit 2024-03-21T13:11:50.488115+0000 mon.a (mon.0) 7297 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:51.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:51 smithi178 bash[77880]: audit 2024-03-21T13:11:50.495078+0000 mon.a (mon.0) 7298 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:51.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:51 smithi178 bash[77880]: audit 2024-03-21T13:11:50.575010+0000 mon.a (mon.0) 7299 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:51.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:51 smithi178 bash[77880]: audit 2024-03-21T13:11:50.578108+0000 mon.a (mon.0) 7300 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:51.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:51 smithi178 bash[77880]: audit 2024-03-21T13:11:50.581043+0000 mon.a (mon.0) 7301 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:51.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:51 smithi178 bash[77880]: audit 2024-03-21T13:11:50.582343+0000 mon.a (mon.0) 7302 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:51.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:51 smithi178 bash[77880]: audit 2024-03-21T13:11:50.595370+0000 mon.a (mon.0) 7303 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:51.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:51 smithi178 bash[77880]: audit 2024-03-21T13:11:50.675986+0000 mon.a (mon.0) 7304 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:51.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:51 smithi178 bash[77880]: audit 2024-03-21T13:11:50.678699+0000 mon.a (mon.0) 7305 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:51.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:51 smithi178 bash[77880]: audit 2024-03-21T13:11:50.681549+0000 mon.a (mon.0) 7306 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:51.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:51 smithi178 bash[77880]: audit 2024-03-21T13:11:50.682656+0000 mon.a (mon.0) 7307 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:51.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:51 smithi178 bash[77880]: audit 2024-03-21T13:11:50.692911+0000 mon.a (mon.0) 7308 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:51.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:51 smithi178 bash[75692]: audit 2024-03-21T13:11:50.772250+0000 mon.a (mon.0) 7309 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:51.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:51 smithi178 bash[75692]: audit 2024-03-21T13:11:50.775065+0000 mon.a (mon.0) 7310 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:51.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:51 smithi178 bash[75692]: audit 2024-03-21T13:11:50.778668+0000 mon.a (mon.0) 7311 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:51.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:51 smithi178 bash[75692]: audit 2024-03-21T13:11:50.780286+0000 mon.a (mon.0) 7312 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:51.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:51 smithi178 bash[75692]: audit 2024-03-21T13:11:50.791627+0000 mon.a (mon.0) 7313 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:51.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:51 smithi178 bash[75692]: audit 2024-03-21T13:11:50.871217+0000 mon.a (mon.0) 7314 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:51.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:51 smithi178 bash[75692]: audit 2024-03-21T13:11:50.874528+0000 mon.a (mon.0) 7315 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:51.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:51 smithi178 bash[75692]: audit 2024-03-21T13:11:50.878363+0000 mon.a (mon.0) 7316 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:51.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:51 smithi178 bash[75692]: audit 2024-03-21T13:11:50.879937+0000 mon.a (mon.0) 7317 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:51.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:51 smithi178 bash[75692]: audit 2024-03-21T13:11:50.891529+0000 mon.a (mon.0) 7318 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:51.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:51 smithi178 bash[75692]: audit 2024-03-21T13:11:50.970087+0000 mon.a (mon.0) 7319 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:51.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:51 smithi178 bash[75692]: audit 2024-03-21T13:11:50.973002+0000 mon.a (mon.0) 7320 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:51.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:51 smithi178 bash[75692]: audit 2024-03-21T13:11:50.976450+0000 mon.a (mon.0) 7321 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:51.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:51 smithi178 bash[75692]: audit 2024-03-21T13:11:50.977932+0000 mon.a (mon.0) 7322 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:51.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:51 smithi178 bash[75692]: audit 2024-03-21T13:11:50.989216+0000 mon.a (mon.0) 7323 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:51.309 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:51 smithi178 bash[77880]: audit 2024-03-21T13:11:50.772250+0000 mon.a (mon.0) 7309 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:51.309 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:51 smithi178 bash[77880]: audit 2024-03-21T13:11:50.775065+0000 mon.a (mon.0) 7310 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:51.309 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:51 smithi178 bash[77880]: audit 2024-03-21T13:11:50.778668+0000 mon.a (mon.0) 7311 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:51.309 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:51 smithi178 bash[77880]: audit 2024-03-21T13:11:50.780286+0000 mon.a (mon.0) 7312 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:51.309 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:51 smithi178 bash[77880]: audit 2024-03-21T13:11:50.791627+0000 mon.a (mon.0) 7313 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:51.309 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:51 smithi178 bash[77880]: audit 2024-03-21T13:11:50.871217+0000 mon.a (mon.0) 7314 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:51.309 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:51 smithi178 bash[77880]: audit 2024-03-21T13:11:50.874528+0000 mon.a (mon.0) 7315 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:51.309 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:51 smithi178 bash[77880]: audit 2024-03-21T13:11:50.878363+0000 mon.a (mon.0) 7316 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:51.309 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:51 smithi178 bash[77880]: audit 2024-03-21T13:11:50.879937+0000 mon.a (mon.0) 7317 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:51.309 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:51 smithi178 bash[77880]: audit 2024-03-21T13:11:50.891529+0000 mon.a (mon.0) 7318 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:51.309 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:51 smithi178 bash[77880]: audit 2024-03-21T13:11:50.970087+0000 mon.a (mon.0) 7319 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:51.309 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:51 smithi178 bash[77880]: audit 2024-03-21T13:11:50.973002+0000 mon.a (mon.0) 7320 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:51.310 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:51 smithi178 bash[77880]: audit 2024-03-21T13:11:50.976450+0000 mon.a (mon.0) 7321 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:51.310 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:51 smithi178 bash[77880]: audit 2024-03-21T13:11:50.977932+0000 mon.a (mon.0) 7322 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:51.310 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:51 smithi178 bash[77880]: audit 2024-03-21T13:11:50.989216+0000 mon.a (mon.0) 7323 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:51.323 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:11:51 smithi184 bash[83985]: c0e87333d380: Verifying Checksum 2024-03-21T13:11:51.323 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:11:51 smithi184 bash[83985]: c0e87333d380: Download complete 2024-03-21T13:11:51.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:51 smithi184 bash[59794]: cephadm 2024-03-21T13:11:49.664248+0000 mgr.x (mgr.34104) 4761 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:51.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:51 smithi184 bash[59794]: cluster 2024-03-21T13:11:49.755410+0000 mgr.x (mgr.34104) 4762 : cluster [DBG] pgmap v3152: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 2.0 KiB/s rd, 2 op/s 2024-03-21T13:11:51.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:51 smithi184 bash[59794]: cluster 2024-03-21T13:11:49.755708+0000 mgr.x (mgr.34104) 4763 : cluster [DBG] pgmap v3153: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:51.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:51 smithi184 bash[59794]: cephadm 2024-03-21T13:11:49.766044+0000 mgr.x (mgr.34104) 4764 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:51.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:51 smithi184 bash[59794]: cluster 2024-03-21T13:11:49.875220+0000 mgr.x (mgr.34104) 4765 : cluster [DBG] pgmap v3154: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:51.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:51 smithi184 bash[59794]: cluster 2024-03-21T13:11:49.875549+0000 mgr.x (mgr.34104) 4766 : cluster [DBG] pgmap v3155: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:51.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:51 smithi184 bash[59794]: cephadm 2024-03-21T13:11:49.886140+0000 mgr.x (mgr.34104) 4767 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:51.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:51 smithi184 bash[59794]: cluster 2024-03-21T13:11:49.980467+0000 mgr.x (mgr.34104) 4768 : cluster [DBG] pgmap v3156: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:51.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:51 smithi184 bash[59794]: cluster 2024-03-21T13:11:49.981194+0000 mgr.x (mgr.34104) 4769 : cluster [DBG] pgmap v3157: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:51.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:51 smithi184 bash[59794]: audit 2024-03-21T13:11:49.996701+0000 mon.a (mon.0) 7273 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:51.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:51 smithi184 bash[59794]: cephadm 2024-03-21T13:11:49.997906+0000 mgr.x (mgr.34104) 4770 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:51.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:51 smithi184 bash[59794]: audit 2024-03-21T13:11:50.076830+0000 mon.a (mon.0) 7274 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:51.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:51 smithi184 bash[59794]: audit 2024-03-21T13:11:50.080018+0000 mon.a (mon.0) 7275 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:51.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:51 smithi184 bash[59794]: audit 2024-03-21T13:11:50.083585+0000 mon.a (mon.0) 7276 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:51.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:51 smithi184 bash[59794]: audit 2024-03-21T13:11:50.085318+0000 mon.a (mon.0) 7277 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:51.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:51 smithi184 bash[59794]: cluster 2024-03-21T13:11:50.089474+0000 mgr.x (mgr.34104) 4771 : cluster [DBG] pgmap v3158: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:51.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:51 smithi184 bash[59794]: cluster 2024-03-21T13:11:50.090011+0000 mgr.x (mgr.34104) 4772 : cluster [DBG] pgmap v3159: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:51.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:51 smithi184 bash[59794]: audit 2024-03-21T13:11:50.097921+0000 mon.a (mon.0) 7278 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:51.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:51 smithi184 bash[59794]: cephadm 2024-03-21T13:11:50.099126+0000 mgr.x (mgr.34104) 4773 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:51.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:51 smithi184 bash[59794]: audit 2024-03-21T13:11:50.177000+0000 mon.a (mon.0) 7279 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:51.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:51 smithi184 bash[59794]: audit 2024-03-21T13:11:50.180184+0000 mon.a (mon.0) 7280 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:51.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:51 smithi184 bash[59794]: audit 2024-03-21T13:11:50.183998+0000 mon.a (mon.0) 7281 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:51.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:51 smithi184 bash[59794]: audit 2024-03-21T13:11:50.185427+0000 mon.a (mon.0) 7282 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:51.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:51 smithi184 bash[59794]: cluster 2024-03-21T13:11:50.188118+0000 mgr.x (mgr.34104) 4774 : cluster [DBG] pgmap v3160: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:51.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:51 smithi184 bash[59794]: cluster 2024-03-21T13:11:50.188475+0000 mgr.x (mgr.34104) 4775 : cluster [DBG] pgmap v3161: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:51.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:51 smithi184 bash[59794]: audit 2024-03-21T13:11:50.196719+0000 mon.a (mon.0) 7283 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:51.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:51 smithi184 bash[59794]: cephadm 2024-03-21T13:11:50.197833+0000 mgr.x (mgr.34104) 4776 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:51.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:51 smithi184 bash[59794]: audit 2024-03-21T13:11:50.274913+0000 mon.a (mon.0) 7284 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:51.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:51 smithi184 bash[59794]: audit 2024-03-21T13:11:50.278340+0000 mon.a (mon.0) 7285 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:51.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:51 smithi184 bash[59794]: audit 2024-03-21T13:11:50.282769+0000 mon.a (mon.0) 7286 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:51.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:51 smithi184 bash[59794]: audit 2024-03-21T13:11:50.284289+0000 mon.a (mon.0) 7287 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:51.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:51 smithi184 bash[59794]: audit 2024-03-21T13:11:50.295689+0000 mon.a (mon.0) 7288 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:51.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:51 smithi184 bash[59794]: audit 2024-03-21T13:11:50.374529+0000 mon.a (mon.0) 7289 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:51.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:51 smithi184 bash[59794]: audit 2024-03-21T13:11:50.378028+0000 mon.a (mon.0) 7290 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:51.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:51 smithi184 bash[59794]: audit 2024-03-21T13:11:50.381749+0000 mon.a (mon.0) 7291 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:51.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:51 smithi184 bash[59794]: audit 2024-03-21T13:11:50.383707+0000 mon.a (mon.0) 7292 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:51.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:51 smithi184 bash[59794]: audit 2024-03-21T13:11:50.395266+0000 mon.a (mon.0) 7293 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:51.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:51 smithi184 bash[59794]: audit 2024-03-21T13:11:50.478398+0000 mon.a (mon.0) 7294 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:51.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:51 smithi184 bash[59794]: audit 2024-03-21T13:11:50.482057+0000 mon.a (mon.0) 7295 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:51.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:51 smithi184 bash[59794]: audit 2024-03-21T13:11:50.486779+0000 mon.a (mon.0) 7296 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:51.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:51 smithi184 bash[59794]: audit 2024-03-21T13:11:50.488115+0000 mon.a (mon.0) 7297 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:51.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:51 smithi184 bash[59794]: audit 2024-03-21T13:11:50.495078+0000 mon.a (mon.0) 7298 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:51.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:51 smithi184 bash[59794]: audit 2024-03-21T13:11:50.575010+0000 mon.a (mon.0) 7299 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:51.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:51 smithi184 bash[59794]: audit 2024-03-21T13:11:50.578108+0000 mon.a (mon.0) 7300 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:51.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:51 smithi184 bash[59794]: audit 2024-03-21T13:11:50.581043+0000 mon.a (mon.0) 7301 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:51.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:51 smithi184 bash[59794]: audit 2024-03-21T13:11:50.582343+0000 mon.a (mon.0) 7302 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:51.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:51 smithi184 bash[59794]: audit 2024-03-21T13:11:50.595370+0000 mon.a (mon.0) 7303 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:51.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:51 smithi184 bash[59794]: audit 2024-03-21T13:11:50.675986+0000 mon.a (mon.0) 7304 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:51.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:51 smithi184 bash[59794]: audit 2024-03-21T13:11:50.678699+0000 mon.a (mon.0) 7305 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:51.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:51 smithi184 bash[59794]: audit 2024-03-21T13:11:50.681549+0000 mon.a (mon.0) 7306 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:51.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:51 smithi184 bash[59794]: audit 2024-03-21T13:11:50.682656+0000 mon.a (mon.0) 7307 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:51.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:51 smithi184 bash[59794]: audit 2024-03-21T13:11:50.692911+0000 mon.a (mon.0) 7308 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:51.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:51 smithi184 bash[59794]: audit 2024-03-21T13:11:50.772250+0000 mon.a (mon.0) 7309 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:51.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:51 smithi184 bash[59794]: audit 2024-03-21T13:11:50.775065+0000 mon.a (mon.0) 7310 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:51.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:51 smithi184 bash[59794]: audit 2024-03-21T13:11:50.778668+0000 mon.a (mon.0) 7311 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:51.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:51 smithi184 bash[59794]: audit 2024-03-21T13:11:50.780286+0000 mon.a (mon.0) 7312 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:51.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:51 smithi184 bash[59794]: audit 2024-03-21T13:11:50.791627+0000 mon.a (mon.0) 7313 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:51.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:51 smithi184 bash[59794]: audit 2024-03-21T13:11:50.871217+0000 mon.a (mon.0) 7314 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:51.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:51 smithi184 bash[59794]: audit 2024-03-21T13:11:50.874528+0000 mon.a (mon.0) 7315 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:51.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:51 smithi184 bash[59794]: audit 2024-03-21T13:11:50.878363+0000 mon.a (mon.0) 7316 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:51.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:51 smithi184 bash[59794]: audit 2024-03-21T13:11:50.879937+0000 mon.a (mon.0) 7317 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:51.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:51 smithi184 bash[59794]: audit 2024-03-21T13:11:50.891529+0000 mon.a (mon.0) 7318 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:51.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:51 smithi184 bash[59794]: audit 2024-03-21T13:11:50.970087+0000 mon.a (mon.0) 7319 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:51.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:51 smithi184 bash[59794]: audit 2024-03-21T13:11:50.973002+0000 mon.a (mon.0) 7320 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:51.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:51 smithi184 bash[59794]: audit 2024-03-21T13:11:50.976450+0000 mon.a (mon.0) 7321 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:51.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:51 smithi184 bash[59794]: audit 2024-03-21T13:11:50.977932+0000 mon.a (mon.0) 7322 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:51.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:51 smithi184 bash[59794]: audit 2024-03-21T13:11:50.989216+0000 mon.a (mon.0) 7323 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:51.964 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:11:51 smithi184 bash[83985]: 22b70bddd3ac: Pull complete 2024-03-21T13:11:52.240 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:52 smithi178 bash[77880]: cluster 2024-03-21T13:11:50.287101+0000 mgr.x (mgr.34104) 4777 : cluster [DBG] pgmap v3162: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:52.240 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:52 smithi178 bash[77880]: cluster 2024-03-21T13:11:50.287625+0000 mgr.x (mgr.34104) 4778 : cluster [DBG] pgmap v3163: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:52.240 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:52 smithi178 bash[77880]: cephadm 2024-03-21T13:11:50.296921+0000 mgr.x (mgr.34104) 4779 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:52.240 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:52 smithi178 bash[77880]: cluster 2024-03-21T13:11:50.386694+0000 mgr.x (mgr.34104) 4780 : cluster [DBG] pgmap v3164: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:52.240 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:52 smithi178 bash[77880]: cluster 2024-03-21T13:11:50.387342+0000 mgr.x (mgr.34104) 4781 : cluster [DBG] pgmap v3165: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:52.240 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:52 smithi178 bash[77880]: cephadm 2024-03-21T13:11:50.396885+0000 mgr.x (mgr.34104) 4782 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:52.240 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:52 smithi178 bash[77880]: cluster 2024-03-21T13:11:50.490460+0000 mgr.x (mgr.34104) 4783 : cluster [DBG] pgmap v3166: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:52.240 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:52 smithi178 bash[77880]: cluster 2024-03-21T13:11:50.490880+0000 mgr.x (mgr.34104) 4784 : cluster [DBG] pgmap v3167: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:52.240 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:52 smithi178 bash[77880]: cephadm 2024-03-21T13:11:50.496205+0000 mgr.x (mgr.34104) 4785 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:52.240 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:52 smithi178 bash[77880]: cluster 2024-03-21T13:11:50.585038+0000 mgr.x (mgr.34104) 4786 : cluster [DBG] pgmap v3168: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:52.241 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:52 smithi178 bash[77880]: cluster 2024-03-21T13:11:50.585601+0000 mgr.x (mgr.34104) 4787 : cluster [DBG] pgmap v3169: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:52.241 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:52 smithi178 bash[77880]: cephadm 2024-03-21T13:11:50.596644+0000 mgr.x (mgr.34104) 4788 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:52.241 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:52 smithi178 bash[77880]: cluster 2024-03-21T13:11:50.684984+0000 mgr.x (mgr.34104) 4789 : cluster [DBG] pgmap v3170: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:52.241 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:52 smithi178 bash[77880]: cluster 2024-03-21T13:11:50.685191+0000 mgr.x (mgr.34104) 4790 : cluster [DBG] pgmap v3171: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:52.241 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:52 smithi178 bash[77880]: cephadm 2024-03-21T13:11:50.694520+0000 mgr.x (mgr.34104) 4791 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:52.241 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:52 smithi178 bash[77880]: cluster 2024-03-21T13:11:50.783169+0000 mgr.x (mgr.34104) 4792 : cluster [DBG] pgmap v3172: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:52.241 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:52 smithi178 bash[77880]: cluster 2024-03-21T13:11:50.783722+0000 mgr.x (mgr.34104) 4793 : cluster [DBG] pgmap v3173: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:52.241 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:52 smithi178 bash[77880]: cephadm 2024-03-21T13:11:50.792757+0000 mgr.x (mgr.34104) 4794 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:52.241 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:52 smithi178 bash[77880]: cluster 2024-03-21T13:11:50.882672+0000 mgr.x (mgr.34104) 4795 : cluster [DBG] pgmap v3174: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:52.241 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:52 smithi178 bash[77880]: cluster 2024-03-21T13:11:50.882909+0000 mgr.x (mgr.34104) 4796 : cluster [DBG] pgmap v3175: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:52.242 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:52 smithi178 bash[75692]: cluster 2024-03-21T13:11:50.287101+0000 mgr.x (mgr.34104) 4777 : cluster [DBG] pgmap v3162: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:52.242 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:52 smithi178 bash[75692]: cluster 2024-03-21T13:11:50.287625+0000 mgr.x (mgr.34104) 4778 : cluster [DBG] pgmap v3163: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:52.242 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:52 smithi178 bash[75692]: cephadm 2024-03-21T13:11:50.296921+0000 mgr.x (mgr.34104) 4779 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:52.242 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:52 smithi178 bash[75692]: cluster 2024-03-21T13:11:50.386694+0000 mgr.x (mgr.34104) 4780 : cluster [DBG] pgmap v3164: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:52.242 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:52 smithi178 bash[75692]: cluster 2024-03-21T13:11:50.387342+0000 mgr.x (mgr.34104) 4781 : cluster [DBG] pgmap v3165: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:52.242 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:52 smithi178 bash[75692]: cephadm 2024-03-21T13:11:50.396885+0000 mgr.x (mgr.34104) 4782 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:52.242 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:52 smithi178 bash[75692]: cluster 2024-03-21T13:11:50.490460+0000 mgr.x (mgr.34104) 4783 : cluster [DBG] pgmap v3166: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:52.242 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:52 smithi178 bash[75692]: cluster 2024-03-21T13:11:50.490880+0000 mgr.x (mgr.34104) 4784 : cluster [DBG] pgmap v3167: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:52.242 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:52 smithi178 bash[75692]: cephadm 2024-03-21T13:11:50.496205+0000 mgr.x (mgr.34104) 4785 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:52.242 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:52 smithi178 bash[75692]: cluster 2024-03-21T13:11:50.585038+0000 mgr.x (mgr.34104) 4786 : cluster [DBG] pgmap v3168: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:52.242 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:52 smithi178 bash[75692]: cluster 2024-03-21T13:11:50.585601+0000 mgr.x (mgr.34104) 4787 : cluster [DBG] pgmap v3169: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:52.242 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:52 smithi178 bash[75692]: cephadm 2024-03-21T13:11:50.596644+0000 mgr.x (mgr.34104) 4788 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:52.242 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:52 smithi178 bash[75692]: cluster 2024-03-21T13:11:50.684984+0000 mgr.x (mgr.34104) 4789 : cluster [DBG] pgmap v3170: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:52.243 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:52 smithi178 bash[75692]: cluster 2024-03-21T13:11:50.685191+0000 mgr.x (mgr.34104) 4790 : cluster [DBG] pgmap v3171: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:52.243 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:52 smithi178 bash[75692]: cephadm 2024-03-21T13:11:50.694520+0000 mgr.x (mgr.34104) 4791 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:52.243 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:52 smithi178 bash[75692]: cluster 2024-03-21T13:11:50.783169+0000 mgr.x (mgr.34104) 4792 : cluster [DBG] pgmap v3172: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:52.243 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:52 smithi178 bash[75692]: cluster 2024-03-21T13:11:50.783722+0000 mgr.x (mgr.34104) 4793 : cluster [DBG] pgmap v3173: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:52.243 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:52 smithi178 bash[75692]: cephadm 2024-03-21T13:11:50.792757+0000 mgr.x (mgr.34104) 4794 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:52.243 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:52 smithi178 bash[75692]: cluster 2024-03-21T13:11:50.882672+0000 mgr.x (mgr.34104) 4795 : cluster [DBG] pgmap v3174: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:52.243 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:52 smithi178 bash[75692]: cluster 2024-03-21T13:11:50.882909+0000 mgr.x (mgr.34104) 4796 : cluster [DBG] pgmap v3175: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:52.243 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:52 smithi178 bash[77880]: cephadm 2024-03-21T13:11:50.892896+0000 mgr.x (mgr.34104) 4797 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:52.243 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:52 smithi178 bash[77880]: cluster 2024-03-21T13:11:50.980641+0000 mgr.x (mgr.34104) 4798 : cluster [DBG] pgmap v3176: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:52.244 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:52 smithi178 bash[77880]: cluster 2024-03-21T13:11:50.980878+0000 mgr.x (mgr.34104) 4799 : cluster [DBG] pgmap v3177: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:52.244 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:52 smithi178 bash[77880]: cephadm 2024-03-21T13:11:50.990396+0000 mgr.x (mgr.34104) 4800 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:52.244 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:52 smithi178 bash[77880]: audit 2024-03-21T13:11:51.068083+0000 mon.a (mon.0) 7324 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:52.244 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:52 smithi178 bash[77880]: audit 2024-03-21T13:11:51.071119+0000 mon.a (mon.0) 7325 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:52.244 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:52 smithi178 bash[77880]: audit 2024-03-21T13:11:51.074159+0000 mon.a (mon.0) 7326 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:52.244 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:52 smithi178 bash[77880]: audit 2024-03-21T13:11:51.075472+0000 mon.a (mon.0) 7327 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:52.244 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:52 smithi178 bash[77880]: cluster 2024-03-21T13:11:51.078258+0000 mgr.x (mgr.34104) 4801 : cluster [DBG] pgmap v3178: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:52.244 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:52 smithi178 bash[77880]: cluster 2024-03-21T13:11:51.078572+0000 mgr.x (mgr.34104) 4802 : cluster [DBG] pgmap v3179: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:52.244 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:52 smithi178 bash[77880]: audit 2024-03-21T13:11:51.086660+0000 mon.a (mon.0) 7328 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:52.244 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:52 smithi178 bash[77880]: cephadm 2024-03-21T13:11:51.087783+0000 mgr.x (mgr.34104) 4803 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:52.244 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:52 smithi178 bash[77880]: audit 2024-03-21T13:11:51.164725+0000 mon.a (mon.0) 7329 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:52.244 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:52 smithi178 bash[77880]: audit 2024-03-21T13:11:51.167722+0000 mon.a (mon.0) 7330 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:52.244 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:52 smithi178 bash[77880]: audit 2024-03-21T13:11:51.171793+0000 mon.a (mon.0) 7331 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:52.244 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:52 smithi178 bash[77880]: audit 2024-03-21T13:11:51.173151+0000 mon.a (mon.0) 7332 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:52.245 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:52 smithi178 bash[77880]: cluster 2024-03-21T13:11:51.175652+0000 mgr.x (mgr.34104) 4804 : cluster [DBG] pgmap v3180: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:52.245 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:52 smithi178 bash[77880]: cluster 2024-03-21T13:11:51.175927+0000 mgr.x (mgr.34104) 4805 : cluster [DBG] pgmap v3181: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:52.245 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:52 smithi178 bash[77880]: audit 2024-03-21T13:11:51.183318+0000 mon.a (mon.0) 7333 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:52.245 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:52 smithi178 bash[77880]: cephadm 2024-03-21T13:11:51.184587+0000 mgr.x (mgr.34104) 4806 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:52.245 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:52 smithi178 bash[75692]: cephadm 2024-03-21T13:11:50.892896+0000 mgr.x (mgr.34104) 4797 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:52.245 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:52 smithi178 bash[75692]: cluster 2024-03-21T13:11:50.980641+0000 mgr.x (mgr.34104) 4798 : cluster [DBG] pgmap v3176: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:52.245 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:52 smithi178 bash[75692]: cluster 2024-03-21T13:11:50.980878+0000 mgr.x (mgr.34104) 4799 : cluster [DBG] pgmap v3177: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:52.245 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:52 smithi178 bash[75692]: cephadm 2024-03-21T13:11:50.990396+0000 mgr.x (mgr.34104) 4800 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:52.245 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:52 smithi178 bash[75692]: audit 2024-03-21T13:11:51.068083+0000 mon.a (mon.0) 7324 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:52.245 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:52 smithi178 bash[75692]: audit 2024-03-21T13:11:51.071119+0000 mon.a (mon.0) 7325 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:52.245 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:52 smithi178 bash[75692]: audit 2024-03-21T13:11:51.074159+0000 mon.a (mon.0) 7326 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:52.246 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:52 smithi178 bash[75692]: audit 2024-03-21T13:11:51.075472+0000 mon.a (mon.0) 7327 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:52.246 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:52 smithi178 bash[75692]: cluster 2024-03-21T13:11:51.078258+0000 mgr.x (mgr.34104) 4801 : cluster [DBG] pgmap v3178: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:52.246 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:52 smithi178 bash[75692]: cluster 2024-03-21T13:11:51.078572+0000 mgr.x (mgr.34104) 4802 : cluster [DBG] pgmap v3179: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:52.246 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:52 smithi178 bash[75692]: audit 2024-03-21T13:11:51.086660+0000 mon.a (mon.0) 7328 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:52.246 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:52 smithi178 bash[75692]: cephadm 2024-03-21T13:11:51.087783+0000 mgr.x (mgr.34104) 4803 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:52.246 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:52 smithi178 bash[75692]: audit 2024-03-21T13:11:51.164725+0000 mon.a (mon.0) 7329 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:52.246 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:52 smithi178 bash[75692]: audit 2024-03-21T13:11:51.167722+0000 mon.a (mon.0) 7330 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:52.246 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:52 smithi178 bash[75692]: audit 2024-03-21T13:11:51.171793+0000 mon.a (mon.0) 7331 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:52.246 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:52 smithi178 bash[75692]: audit 2024-03-21T13:11:51.173151+0000 mon.a (mon.0) 7332 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:52.246 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:52 smithi178 bash[75692]: cluster 2024-03-21T13:11:51.175652+0000 mgr.x (mgr.34104) 4804 : cluster [DBG] pgmap v3180: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:52.246 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:52 smithi178 bash[75692]: cluster 2024-03-21T13:11:51.175927+0000 mgr.x (mgr.34104) 4805 : cluster [DBG] pgmap v3181: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:52.246 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:52 smithi178 bash[75692]: audit 2024-03-21T13:11:51.183318+0000 mon.a (mon.0) 7333 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:52.246 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:52 smithi178 bash[75692]: cephadm 2024-03-21T13:11:51.184587+0000 mgr.x (mgr.34104) 4806 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:52.247 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:52 smithi178 bash[77880]: audit 2024-03-21T13:11:51.266226+0000 mon.a (mon.0) 7334 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:52.247 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:52 smithi178 bash[77880]: audit 2024-03-21T13:11:51.268997+0000 mon.a (mon.0) 7335 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:52.247 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:52 smithi178 bash[77880]: audit 2024-03-21T13:11:51.272796+0000 mon.a (mon.0) 7336 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:52.247 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:52 smithi178 bash[77880]: audit 2024-03-21T13:11:51.279633+0000 mon.a (mon.0) 7337 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:52.247 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:52 smithi178 bash[77880]: cluster 2024-03-21T13:11:51.282426+0000 mgr.x (mgr.34104) 4807 : cluster [DBG] pgmap v3182: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:52.247 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:52 smithi178 bash[77880]: audit 2024-03-21T13:11:51.326192+0000 mon.a (mon.0) 7338 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:52.247 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:52 smithi178 bash[77880]: audit 2024-03-21T13:11:51.407280+0000 mon.a (mon.0) 7339 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:52.247 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:52 smithi178 bash[77880]: audit 2024-03-21T13:11:51.409879+0000 mon.a (mon.0) 7340 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:52.247 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:52 smithi178 bash[77880]: audit 2024-03-21T13:11:51.412522+0000 mon.a (mon.0) 7341 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:52.247 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:52 smithi178 bash[77880]: audit 2024-03-21T13:11:51.413668+0000 mon.a (mon.0) 7342 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:52.248 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:52 smithi178 bash[77880]: audit 2024-03-21T13:11:51.425082+0000 mon.a (mon.0) 7343 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:52.248 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:52 smithi178 bash[77880]: audit 2024-03-21T13:11:51.507400+0000 mon.a (mon.0) 7344 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:52.248 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:52 smithi178 bash[77880]: audit 2024-03-21T13:11:51.509993+0000 mon.a (mon.0) 7345 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:52.248 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:52 smithi178 bash[77880]: audit 2024-03-21T13:11:51.512502+0000 mon.a (mon.0) 7346 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:52.248 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:52 smithi178 bash[77880]: audit 2024-03-21T13:11:51.513856+0000 mon.a (mon.0) 7347 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:52.248 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:52 smithi178 bash[77880]: audit 2024-03-21T13:11:51.523155+0000 mon.a (mon.0) 7348 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:52.248 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:52 smithi178 bash[77880]: audit 2024-03-21T13:11:51.602629+0000 mon.a (mon.0) 7349 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:52.248 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:52 smithi178 bash[77880]: audit 2024-03-21T13:11:51.605290+0000 mon.a (mon.0) 7350 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:52.248 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:52 smithi178 bash[77880]: audit 2024-03-21T13:11:51.608541+0000 mon.a (mon.0) 7351 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:52.248 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:52 smithi178 bash[75692]: audit 2024-03-21T13:11:51.266226+0000 mon.a (mon.0) 7334 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:52.248 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:52 smithi178 bash[75692]: audit 2024-03-21T13:11:51.268997+0000 mon.a (mon.0) 7335 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:52.249 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:52 smithi178 bash[75692]: audit 2024-03-21T13:11:51.272796+0000 mon.a (mon.0) 7336 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:52.249 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:52 smithi178 bash[75692]: audit 2024-03-21T13:11:51.279633+0000 mon.a (mon.0) 7337 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:52.249 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:52 smithi178 bash[75692]: cluster 2024-03-21T13:11:51.282426+0000 mgr.x (mgr.34104) 4807 : cluster [DBG] pgmap v3182: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:52.249 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:52 smithi178 bash[75692]: audit 2024-03-21T13:11:51.326192+0000 mon.a (mon.0) 7338 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:52.249 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:52 smithi178 bash[75692]: audit 2024-03-21T13:11:51.407280+0000 mon.a (mon.0) 7339 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:52.249 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:52 smithi178 bash[75692]: audit 2024-03-21T13:11:51.409879+0000 mon.a (mon.0) 7340 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:52.249 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:52 smithi178 bash[75692]: audit 2024-03-21T13:11:51.412522+0000 mon.a (mon.0) 7341 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:52.249 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:52 smithi178 bash[75692]: audit 2024-03-21T13:11:51.413668+0000 mon.a (mon.0) 7342 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:52.249 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:52 smithi178 bash[75692]: audit 2024-03-21T13:11:51.425082+0000 mon.a (mon.0) 7343 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:52.249 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:52 smithi178 bash[75692]: audit 2024-03-21T13:11:51.507400+0000 mon.a (mon.0) 7344 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:52.249 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:52 smithi178 bash[75692]: audit 2024-03-21T13:11:51.509993+0000 mon.a (mon.0) 7345 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:52.249 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:52 smithi178 bash[75692]: audit 2024-03-21T13:11:51.512502+0000 mon.a (mon.0) 7346 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:52.249 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:52 smithi178 bash[75692]: audit 2024-03-21T13:11:51.513856+0000 mon.a (mon.0) 7347 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:52.249 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:52 smithi178 bash[75692]: audit 2024-03-21T13:11:51.523155+0000 mon.a (mon.0) 7348 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:52.250 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:52 smithi178 bash[75692]: audit 2024-03-21T13:11:51.602629+0000 mon.a (mon.0) 7349 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:52.250 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:52 smithi178 bash[75692]: audit 2024-03-21T13:11:51.605290+0000 mon.a (mon.0) 7350 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:52.250 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:52 smithi178 bash[75692]: audit 2024-03-21T13:11:51.608541+0000 mon.a (mon.0) 7351 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:52.250 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:52 smithi178 bash[77880]: audit 2024-03-21T13:11:51.609931+0000 mon.a (mon.0) 7352 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:52.250 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:52 smithi178 bash[77880]: audit 2024-03-21T13:11:51.621219+0000 mon.a (mon.0) 7353 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:52.250 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:52 smithi178 bash[77880]: audit 2024-03-21T13:11:51.703592+0000 mon.a (mon.0) 7354 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:52.250 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:52 smithi178 bash[77880]: audit 2024-03-21T13:11:51.706352+0000 mon.a (mon.0) 7355 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:52.250 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:52 smithi178 bash[77880]: audit 2024-03-21T13:11:51.709496+0000 mon.a (mon.0) 7356 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:52.251 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:52 smithi178 bash[77880]: audit 2024-03-21T13:11:51.710874+0000 mon.a (mon.0) 7357 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:52.251 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:52 smithi178 bash[77880]: audit 2024-03-21T13:11:51.722192+0000 mon.a (mon.0) 7358 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:52.251 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:52 smithi178 bash[77880]: audit 2024-03-21T13:11:51.800748+0000 mon.a (mon.0) 7359 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:52.251 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:52 smithi178 bash[77880]: audit 2024-03-21T13:11:51.804314+0000 mon.a (mon.0) 7360 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:52.251 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:52 smithi178 bash[77880]: audit 2024-03-21T13:11:51.807822+0000 mon.a (mon.0) 7361 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:52.251 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:52 smithi178 bash[77880]: audit 2024-03-21T13:11:51.809804+0000 mon.a (mon.0) 7362 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:52.251 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:52 smithi178 bash[77880]: audit 2024-03-21T13:11:51.821523+0000 mon.a (mon.0) 7363 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:52.251 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:52 smithi178 bash[77880]: audit 2024-03-21T13:11:51.899003+0000 mon.a (mon.0) 7364 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:52.251 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:52 smithi178 bash[77880]: audit 2024-03-21T13:11:51.901786+0000 mon.a (mon.0) 7365 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:52.251 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:52 smithi178 bash[77880]: audit 2024-03-21T13:11:51.905715+0000 mon.a (mon.0) 7366 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:52.251 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:52 smithi178 bash[77880]: audit 2024-03-21T13:11:51.908711+0000 mon.a (mon.0) 7367 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:52.251 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:52 smithi178 bash[77880]: audit 2024-03-21T13:11:51.917860+0000 mon.a (mon.0) 7368 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:52.251 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:52 smithi178 bash[77880]: audit 2024-03-21T13:11:51.982037+0000 mon.a (mon.0) 7369 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:52.251 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:52 smithi178 bash[77880]: audit 2024-03-21T13:11:51.985336+0000 mon.a (mon.0) 7370 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:52.252 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:52 smithi178 bash[77880]: audit 2024-03-21T13:11:51.988449+0000 mon.a (mon.0) 7371 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:52.252 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:52 smithi178 bash[77880]: audit 2024-03-21T13:11:51.989486+0000 mon.a (mon.0) 7372 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:52.252 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:52 smithi178 bash[77880]: audit 2024-03-21T13:11:51.997133+0000 mon.a (mon.0) 7373 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:52.252 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:52 smithi178 bash[75692]: audit 2024-03-21T13:11:51.609931+0000 mon.a (mon.0) 7352 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:52.252 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:52 smithi178 bash[75692]: audit 2024-03-21T13:11:51.621219+0000 mon.a (mon.0) 7353 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:52.252 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:52 smithi178 bash[75692]: audit 2024-03-21T13:11:51.703592+0000 mon.a (mon.0) 7354 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:52.252 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:52 smithi178 bash[75692]: audit 2024-03-21T13:11:51.706352+0000 mon.a (mon.0) 7355 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:52.253 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:52 smithi178 bash[75692]: audit 2024-03-21T13:11:51.709496+0000 mon.a (mon.0) 7356 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:52.253 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:52 smithi178 bash[75692]: audit 2024-03-21T13:11:51.710874+0000 mon.a (mon.0) 7357 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:52.253 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:52 smithi178 bash[75692]: audit 2024-03-21T13:11:51.722192+0000 mon.a (mon.0) 7358 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:52.253 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:52 smithi178 bash[75692]: audit 2024-03-21T13:11:51.800748+0000 mon.a (mon.0) 7359 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:52.253 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:52 smithi178 bash[75692]: audit 2024-03-21T13:11:51.804314+0000 mon.a (mon.0) 7360 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:52.253 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:52 smithi178 bash[75692]: audit 2024-03-21T13:11:51.807822+0000 mon.a (mon.0) 7361 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:52.253 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:52 smithi178 bash[75692]: audit 2024-03-21T13:11:51.809804+0000 mon.a (mon.0) 7362 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:52.253 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:52 smithi178 bash[75692]: audit 2024-03-21T13:11:51.821523+0000 mon.a (mon.0) 7363 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:52.253 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:52 smithi178 bash[75692]: audit 2024-03-21T13:11:51.899003+0000 mon.a (mon.0) 7364 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:52.253 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:52 smithi178 bash[75692]: audit 2024-03-21T13:11:51.901786+0000 mon.a (mon.0) 7365 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:52.253 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:52 smithi178 bash[75692]: audit 2024-03-21T13:11:51.905715+0000 mon.a (mon.0) 7366 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:52.253 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:52 smithi178 bash[75692]: audit 2024-03-21T13:11:51.908711+0000 mon.a (mon.0) 7367 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:52.253 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:52 smithi178 bash[75692]: audit 2024-03-21T13:11:51.917860+0000 mon.a (mon.0) 7368 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:52.253 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:52 smithi178 bash[75692]: audit 2024-03-21T13:11:51.982037+0000 mon.a (mon.0) 7369 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:52.253 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:52 smithi178 bash[75692]: audit 2024-03-21T13:11:51.985336+0000 mon.a (mon.0) 7370 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:52.254 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:52 smithi178 bash[75692]: audit 2024-03-21T13:11:51.988449+0000 mon.a (mon.0) 7371 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:52.254 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:52 smithi178 bash[75692]: audit 2024-03-21T13:11:51.989486+0000 mon.a (mon.0) 7372 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:52.254 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:52 smithi178 bash[75692]: audit 2024-03-21T13:11:51.997133+0000 mon.a (mon.0) 7373 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:52.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:52 smithi184 bash[59794]: cluster 2024-03-21T13:11:50.287101+0000 mgr.x (mgr.34104) 4777 : cluster [DBG] pgmap v3162: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:52.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:52 smithi184 bash[59794]: cluster 2024-03-21T13:11:50.287625+0000 mgr.x (mgr.34104) 4778 : cluster [DBG] pgmap v3163: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:52.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:52 smithi184 bash[59794]: cephadm 2024-03-21T13:11:50.296921+0000 mgr.x (mgr.34104) 4779 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:52.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:52 smithi184 bash[59794]: cluster 2024-03-21T13:11:50.386694+0000 mgr.x (mgr.34104) 4780 : cluster [DBG] pgmap v3164: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:52.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:52 smithi184 bash[59794]: cluster 2024-03-21T13:11:50.387342+0000 mgr.x (mgr.34104) 4781 : cluster [DBG] pgmap v3165: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:52.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:52 smithi184 bash[59794]: cephadm 2024-03-21T13:11:50.396885+0000 mgr.x (mgr.34104) 4782 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:52.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:52 smithi184 bash[59794]: cluster 2024-03-21T13:11:50.490460+0000 mgr.x (mgr.34104) 4783 : cluster [DBG] pgmap v3166: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:52.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:52 smithi184 bash[59794]: cluster 2024-03-21T13:11:50.490880+0000 mgr.x (mgr.34104) 4784 : cluster [DBG] pgmap v3167: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:52.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:52 smithi184 bash[59794]: cephadm 2024-03-21T13:11:50.496205+0000 mgr.x (mgr.34104) 4785 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:52.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:52 smithi184 bash[59794]: cluster 2024-03-21T13:11:50.585038+0000 mgr.x (mgr.34104) 4786 : cluster [DBG] pgmap v3168: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:52.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:52 smithi184 bash[59794]: cluster 2024-03-21T13:11:50.585601+0000 mgr.x (mgr.34104) 4787 : cluster [DBG] pgmap v3169: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:52.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:52 smithi184 bash[59794]: cephadm 2024-03-21T13:11:50.596644+0000 mgr.x (mgr.34104) 4788 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:52.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:52 smithi184 bash[59794]: cluster 2024-03-21T13:11:50.684984+0000 mgr.x (mgr.34104) 4789 : cluster [DBG] pgmap v3170: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:52.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:52 smithi184 bash[59794]: cluster 2024-03-21T13:11:50.685191+0000 mgr.x (mgr.34104) 4790 : cluster [DBG] pgmap v3171: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:52.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:52 smithi184 bash[59794]: cephadm 2024-03-21T13:11:50.694520+0000 mgr.x (mgr.34104) 4791 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:52.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:52 smithi184 bash[59794]: cluster 2024-03-21T13:11:50.783169+0000 mgr.x (mgr.34104) 4792 : cluster [DBG] pgmap v3172: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:52.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:52 smithi184 bash[59794]: cluster 2024-03-21T13:11:50.783722+0000 mgr.x (mgr.34104) 4793 : cluster [DBG] pgmap v3173: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:52.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:52 smithi184 bash[59794]: cephadm 2024-03-21T13:11:50.792757+0000 mgr.x (mgr.34104) 4794 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:52.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:52 smithi184 bash[59794]: cluster 2024-03-21T13:11:50.882672+0000 mgr.x (mgr.34104) 4795 : cluster [DBG] pgmap v3174: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:52.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:52 smithi184 bash[59794]: cluster 2024-03-21T13:11:50.882909+0000 mgr.x (mgr.34104) 4796 : cluster [DBG] pgmap v3175: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:52.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:52 smithi184 bash[59794]: cephadm 2024-03-21T13:11:50.892896+0000 mgr.x (mgr.34104) 4797 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:52.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:52 smithi184 bash[59794]: cluster 2024-03-21T13:11:50.980641+0000 mgr.x (mgr.34104) 4798 : cluster [DBG] pgmap v3176: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:52.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:52 smithi184 bash[59794]: cluster 2024-03-21T13:11:50.980878+0000 mgr.x (mgr.34104) 4799 : cluster [DBG] pgmap v3177: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:52.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:52 smithi184 bash[59794]: cephadm 2024-03-21T13:11:50.990396+0000 mgr.x (mgr.34104) 4800 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:52.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:52 smithi184 bash[59794]: audit 2024-03-21T13:11:51.068083+0000 mon.a (mon.0) 7324 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:52.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:52 smithi184 bash[59794]: audit 2024-03-21T13:11:51.071119+0000 mon.a (mon.0) 7325 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:52.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:52 smithi184 bash[59794]: audit 2024-03-21T13:11:51.074159+0000 mon.a (mon.0) 7326 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:52.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:52 smithi184 bash[59794]: audit 2024-03-21T13:11:51.075472+0000 mon.a (mon.0) 7327 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:52.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:52 smithi184 bash[59794]: cluster 2024-03-21T13:11:51.078258+0000 mgr.x (mgr.34104) 4801 : cluster [DBG] pgmap v3178: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:52.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:52 smithi184 bash[59794]: cluster 2024-03-21T13:11:51.078572+0000 mgr.x (mgr.34104) 4802 : cluster [DBG] pgmap v3179: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:52.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:52 smithi184 bash[59794]: audit 2024-03-21T13:11:51.086660+0000 mon.a (mon.0) 7328 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:52.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:52 smithi184 bash[59794]: cephadm 2024-03-21T13:11:51.087783+0000 mgr.x (mgr.34104) 4803 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:52.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:52 smithi184 bash[59794]: audit 2024-03-21T13:11:51.164725+0000 mon.a (mon.0) 7329 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:52.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:52 smithi184 bash[59794]: audit 2024-03-21T13:11:51.167722+0000 mon.a (mon.0) 7330 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:52.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:52 smithi184 bash[59794]: audit 2024-03-21T13:11:51.171793+0000 mon.a (mon.0) 7331 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:52.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:52 smithi184 bash[59794]: audit 2024-03-21T13:11:51.173151+0000 mon.a (mon.0) 7332 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:52.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:52 smithi184 bash[59794]: cluster 2024-03-21T13:11:51.175652+0000 mgr.x (mgr.34104) 4804 : cluster [DBG] pgmap v3180: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:52.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:52 smithi184 bash[59794]: cluster 2024-03-21T13:11:51.175927+0000 mgr.x (mgr.34104) 4805 : cluster [DBG] pgmap v3181: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:52.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:52 smithi184 bash[59794]: audit 2024-03-21T13:11:51.183318+0000 mon.a (mon.0) 7333 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:52.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:52 smithi184 bash[59794]: cephadm 2024-03-21T13:11:51.184587+0000 mgr.x (mgr.34104) 4806 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:52.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:52 smithi184 bash[59794]: audit 2024-03-21T13:11:51.266226+0000 mon.a (mon.0) 7334 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:52.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:52 smithi184 bash[59794]: audit 2024-03-21T13:11:51.268997+0000 mon.a (mon.0) 7335 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:52.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:52 smithi184 bash[59794]: audit 2024-03-21T13:11:51.272796+0000 mon.a (mon.0) 7336 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:52.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:52 smithi184 bash[59794]: audit 2024-03-21T13:11:51.279633+0000 mon.a (mon.0) 7337 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:52.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:52 smithi184 bash[59794]: cluster 2024-03-21T13:11:51.282426+0000 mgr.x (mgr.34104) 4807 : cluster [DBG] pgmap v3182: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:52.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:52 smithi184 bash[59794]: audit 2024-03-21T13:11:51.326192+0000 mon.a (mon.0) 7338 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:52.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:52 smithi184 bash[59794]: audit 2024-03-21T13:11:51.407280+0000 mon.a (mon.0) 7339 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:52.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:52 smithi184 bash[59794]: audit 2024-03-21T13:11:51.409879+0000 mon.a (mon.0) 7340 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:52.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:52 smithi184 bash[59794]: audit 2024-03-21T13:11:51.412522+0000 mon.a (mon.0) 7341 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:52.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:52 smithi184 bash[59794]: audit 2024-03-21T13:11:51.413668+0000 mon.a (mon.0) 7342 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:52.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:52 smithi184 bash[59794]: audit 2024-03-21T13:11:51.425082+0000 mon.a (mon.0) 7343 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:52.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:52 smithi184 bash[59794]: audit 2024-03-21T13:11:51.507400+0000 mon.a (mon.0) 7344 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:52.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:52 smithi184 bash[59794]: audit 2024-03-21T13:11:51.509993+0000 mon.a (mon.0) 7345 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:52.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:52 smithi184 bash[59794]: audit 2024-03-21T13:11:51.512502+0000 mon.a (mon.0) 7346 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:52.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:52 smithi184 bash[59794]: audit 2024-03-21T13:11:51.513856+0000 mon.a (mon.0) 7347 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:52.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:52 smithi184 bash[59794]: audit 2024-03-21T13:11:51.523155+0000 mon.a (mon.0) 7348 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:52.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:52 smithi184 bash[59794]: audit 2024-03-21T13:11:51.602629+0000 mon.a (mon.0) 7349 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:52.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:52 smithi184 bash[59794]: audit 2024-03-21T13:11:51.605290+0000 mon.a (mon.0) 7350 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:52.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:52 smithi184 bash[59794]: audit 2024-03-21T13:11:51.608541+0000 mon.a (mon.0) 7351 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:52.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:52 smithi184 bash[59794]: audit 2024-03-21T13:11:51.609931+0000 mon.a (mon.0) 7352 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:52.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:52 smithi184 bash[59794]: audit 2024-03-21T13:11:51.621219+0000 mon.a (mon.0) 7353 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:52.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:52 smithi184 bash[59794]: audit 2024-03-21T13:11:51.703592+0000 mon.a (mon.0) 7354 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:52.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:52 smithi184 bash[59794]: audit 2024-03-21T13:11:51.706352+0000 mon.a (mon.0) 7355 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:52.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:52 smithi184 bash[59794]: audit 2024-03-21T13:11:51.709496+0000 mon.a (mon.0) 7356 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:52.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:52 smithi184 bash[59794]: audit 2024-03-21T13:11:51.710874+0000 mon.a (mon.0) 7357 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:52.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:52 smithi184 bash[59794]: audit 2024-03-21T13:11:51.722192+0000 mon.a (mon.0) 7358 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:52.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:52 smithi184 bash[59794]: audit 2024-03-21T13:11:51.800748+0000 mon.a (mon.0) 7359 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:52.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:52 smithi184 bash[59794]: audit 2024-03-21T13:11:51.804314+0000 mon.a (mon.0) 7360 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:52.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:52 smithi184 bash[59794]: audit 2024-03-21T13:11:51.807822+0000 mon.a (mon.0) 7361 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:52.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:52 smithi184 bash[59794]: audit 2024-03-21T13:11:51.809804+0000 mon.a (mon.0) 7362 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:52.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:52 smithi184 bash[59794]: audit 2024-03-21T13:11:51.821523+0000 mon.a (mon.0) 7363 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:52.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:52 smithi184 bash[59794]: audit 2024-03-21T13:11:51.899003+0000 mon.a (mon.0) 7364 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:52.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:52 smithi184 bash[59794]: audit 2024-03-21T13:11:51.901786+0000 mon.a (mon.0) 7365 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:52.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:52 smithi184 bash[59794]: audit 2024-03-21T13:11:51.905715+0000 mon.a (mon.0) 7366 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:52.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:52 smithi184 bash[59794]: audit 2024-03-21T13:11:51.908711+0000 mon.a (mon.0) 7367 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:52.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:52 smithi184 bash[59794]: audit 2024-03-21T13:11:51.917860+0000 mon.a (mon.0) 7368 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:52.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:52 smithi184 bash[59794]: audit 2024-03-21T13:11:51.982037+0000 mon.a (mon.0) 7369 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:52.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:52 smithi184 bash[59794]: audit 2024-03-21T13:11:51.985336+0000 mon.a (mon.0) 7370 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:52.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:52 smithi184 bash[59794]: audit 2024-03-21T13:11:51.988449+0000 mon.a (mon.0) 7371 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:52.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:52 smithi184 bash[59794]: audit 2024-03-21T13:11:51.989486+0000 mon.a (mon.0) 7372 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:52.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:52 smithi184 bash[59794]: audit 2024-03-21T13:11:51.997133+0000 mon.a (mon.0) 7373 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:52.744 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:11:52 smithi184 bash[83985]: 5c12815fee55: Pull complete 2024-03-21T13:11:53.009 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:11:52 smithi184 bash[83985]: c0e87333d380: Pull complete 2024-03-21T13:11:53.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[75692]: cluster 2024-03-21T13:11:51.282685+0000 mgr.x (mgr.34104) 4808 : cluster [DBG] pgmap v3183: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:53.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[75692]: cephadm 2024-03-21T13:11:51.327633+0000 mgr.x (mgr.34104) 4809 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:53.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[75692]: cluster 2024-03-21T13:11:51.416107+0000 mgr.x (mgr.34104) 4810 : cluster [DBG] pgmap v3184: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:53.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[75692]: cluster 2024-03-21T13:11:51.416610+0000 mgr.x (mgr.34104) 4811 : cluster [DBG] pgmap v3185: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:53.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[75692]: cephadm 2024-03-21T13:11:51.426638+0000 mgr.x (mgr.34104) 4812 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:53.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[75692]: cluster 2024-03-21T13:11:51.516730+0000 mgr.x (mgr.34104) 4813 : cluster [DBG] pgmap v3186: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:53.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[75692]: cluster 2024-03-21T13:11:51.517209+0000 mgr.x (mgr.34104) 4814 : cluster [DBG] pgmap v3187: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:53.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[75692]: cephadm 2024-03-21T13:11:51.524380+0000 mgr.x (mgr.34104) 4815 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:53.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[75692]: cluster 2024-03-21T13:11:51.612388+0000 mgr.x (mgr.34104) 4816 : cluster [DBG] pgmap v3188: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:53.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[75692]: cluster 2024-03-21T13:11:51.612694+0000 mgr.x (mgr.34104) 4817 : cluster [DBG] pgmap v3189: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:53.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[75692]: cephadm 2024-03-21T13:11:51.622455+0000 mgr.x (mgr.34104) 4818 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:53.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[75692]: cluster 2024-03-21T13:11:51.713600+0000 mgr.x (mgr.34104) 4819 : cluster [DBG] pgmap v3190: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:53.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[75692]: cluster 2024-03-21T13:11:51.713992+0000 mgr.x (mgr.34104) 4820 : cluster [DBG] pgmap v3191: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:53.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[75692]: cephadm 2024-03-21T13:11:51.723393+0000 mgr.x (mgr.34104) 4821 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:53.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[75692]: cluster 2024-03-21T13:11:51.813251+0000 mgr.x (mgr.34104) 4822 : cluster [DBG] pgmap v3192: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:53.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[75692]: cluster 2024-03-21T13:11:51.813659+0000 mgr.x (mgr.34104) 4823 : cluster [DBG] pgmap v3193: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:53.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[75692]: cephadm 2024-03-21T13:11:51.822763+0000 mgr.x (mgr.34104) 4824 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:53.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[75692]: cluster 2024-03-21T13:11:51.911353+0000 mgr.x (mgr.34104) 4825 : cluster [DBG] pgmap v3194: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:53.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[75692]: cluster 2024-03-21T13:11:51.911847+0000 mgr.x (mgr.34104) 4826 : cluster [DBG] pgmap v3195: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:53.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[75692]: cephadm 2024-03-21T13:11:51.919157+0000 mgr.x (mgr.34104) 4827 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:53.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[77880]: cluster 2024-03-21T13:11:51.282685+0000 mgr.x (mgr.34104) 4808 : cluster [DBG] pgmap v3183: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:53.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[77880]: cephadm 2024-03-21T13:11:51.327633+0000 mgr.x (mgr.34104) 4809 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:53.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[77880]: cluster 2024-03-21T13:11:51.416107+0000 mgr.x (mgr.34104) 4810 : cluster [DBG] pgmap v3184: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:53.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[77880]: cluster 2024-03-21T13:11:51.416610+0000 mgr.x (mgr.34104) 4811 : cluster [DBG] pgmap v3185: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:53.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[77880]: cephadm 2024-03-21T13:11:51.426638+0000 mgr.x (mgr.34104) 4812 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:53.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[77880]: cluster 2024-03-21T13:11:51.516730+0000 mgr.x (mgr.34104) 4813 : cluster [DBG] pgmap v3186: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:53.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[77880]: cluster 2024-03-21T13:11:51.517209+0000 mgr.x (mgr.34104) 4814 : cluster [DBG] pgmap v3187: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:53.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[77880]: cephadm 2024-03-21T13:11:51.524380+0000 mgr.x (mgr.34104) 4815 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:53.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[77880]: cluster 2024-03-21T13:11:51.612388+0000 mgr.x (mgr.34104) 4816 : cluster [DBG] pgmap v3188: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:53.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[77880]: cluster 2024-03-21T13:11:51.612694+0000 mgr.x (mgr.34104) 4817 : cluster [DBG] pgmap v3189: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:53.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[77880]: cephadm 2024-03-21T13:11:51.622455+0000 mgr.x (mgr.34104) 4818 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:53.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[77880]: cluster 2024-03-21T13:11:51.713600+0000 mgr.x (mgr.34104) 4819 : cluster [DBG] pgmap v3190: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:53.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[77880]: cluster 2024-03-21T13:11:51.713992+0000 mgr.x (mgr.34104) 4820 : cluster [DBG] pgmap v3191: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:53.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[77880]: cephadm 2024-03-21T13:11:51.723393+0000 mgr.x (mgr.34104) 4821 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:53.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[77880]: cluster 2024-03-21T13:11:51.813251+0000 mgr.x (mgr.34104) 4822 : cluster [DBG] pgmap v3192: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:53.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[77880]: cluster 2024-03-21T13:11:51.813659+0000 mgr.x (mgr.34104) 4823 : cluster [DBG] pgmap v3193: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:53.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[77880]: cephadm 2024-03-21T13:11:51.822763+0000 mgr.x (mgr.34104) 4824 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:53.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[77880]: cluster 2024-03-21T13:11:51.911353+0000 mgr.x (mgr.34104) 4825 : cluster [DBG] pgmap v3194: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:53.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[77880]: cluster 2024-03-21T13:11:51.911847+0000 mgr.x (mgr.34104) 4826 : cluster [DBG] pgmap v3195: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:53.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[77880]: cephadm 2024-03-21T13:11:51.919157+0000 mgr.x (mgr.34104) 4827 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:53.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[75692]: cluster 2024-03-21T13:11:51.991701+0000 mgr.x (mgr.34104) 4828 : cluster [DBG] pgmap v3196: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:53.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[75692]: cluster 2024-03-21T13:11:51.992008+0000 mgr.x (mgr.34104) 4829 : cluster [DBG] pgmap v3197: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:53.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[75692]: cephadm 2024-03-21T13:11:51.998534+0000 mgr.x (mgr.34104) 4830 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:53.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[75692]: audit 2024-03-21T13:11:52.061566+0000 mon.a (mon.0) 7374 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:53.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[75692]: audit 2024-03-21T13:11:52.067182+0000 mon.a (mon.0) 7375 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:53.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[75692]: audit 2024-03-21T13:11:52.071875+0000 mon.a (mon.0) 7376 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:53.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[75692]: audit 2024-03-21T13:11:52.077792+0000 mon.a (mon.0) 7377 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:53.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[75692]: audit 2024-03-21T13:11:52.079032+0000 mon.a (mon.0) 7378 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:53.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[75692]: cluster 2024-03-21T13:11:52.079996+0000 mgr.x (mgr.34104) 4831 : cluster [DBG] pgmap v3198: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:53.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[75692]: cluster 2024-03-21T13:11:52.080342+0000 mgr.x (mgr.34104) 4832 : cluster [DBG] pgmap v3199: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:53.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[75692]: audit 2024-03-21T13:11:52.082555+0000 mon.a (mon.0) 7379 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:53.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[75692]: cluster 2024-03-21T13:11:52.085717+0000 mgr.x (mgr.34104) 4833 : cluster [DBG] pgmap v3200: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:53.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[75692]: cluster 2024-03-21T13:11:52.086011+0000 mgr.x (mgr.34104) 4834 : cluster [DBG] pgmap v3201: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:53.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[75692]: audit 2024-03-21T13:11:52.087531+0000 mon.a (mon.0) 7380 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:53.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[75692]: audit 2024-03-21T13:11:52.093158+0000 mon.a (mon.0) 7381 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:53.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[75692]: cephadm 2024-03-21T13:11:52.094448+0000 mgr.x (mgr.34104) 4835 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:53.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[75692]: audit 2024-03-21T13:11:52.172659+0000 mon.a (mon.0) 7382 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:53.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[75692]: audit 2024-03-21T13:11:52.176138+0000 mon.a (mon.0) 7383 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:53.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[75692]: audit 2024-03-21T13:11:52.178931+0000 mon.a (mon.0) 7384 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:53.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[75692]: audit 2024-03-21T13:11:52.180237+0000 mon.a (mon.0) 7385 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:53.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[77880]: cluster 2024-03-21T13:11:51.991701+0000 mgr.x (mgr.34104) 4828 : cluster [DBG] pgmap v3196: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:53.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[77880]: cluster 2024-03-21T13:11:51.992008+0000 mgr.x (mgr.34104) 4829 : cluster [DBG] pgmap v3197: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:53.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[77880]: cephadm 2024-03-21T13:11:51.998534+0000 mgr.x (mgr.34104) 4830 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:53.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[77880]: audit 2024-03-21T13:11:52.061566+0000 mon.a (mon.0) 7374 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:53.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[77880]: audit 2024-03-21T13:11:52.067182+0000 mon.a (mon.0) 7375 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:53.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[77880]: audit 2024-03-21T13:11:52.071875+0000 mon.a (mon.0) 7376 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:53.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[77880]: audit 2024-03-21T13:11:52.077792+0000 mon.a (mon.0) 7377 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:53.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[77880]: audit 2024-03-21T13:11:52.079032+0000 mon.a (mon.0) 7378 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:53.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[77880]: cluster 2024-03-21T13:11:52.079996+0000 mgr.x (mgr.34104) 4831 : cluster [DBG] pgmap v3198: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:53.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[77880]: cluster 2024-03-21T13:11:52.080342+0000 mgr.x (mgr.34104) 4832 : cluster [DBG] pgmap v3199: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:53.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[77880]: audit 2024-03-21T13:11:52.082555+0000 mon.a (mon.0) 7379 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:53.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[77880]: cluster 2024-03-21T13:11:52.085717+0000 mgr.x (mgr.34104) 4833 : cluster [DBG] pgmap v3200: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:53.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[77880]: cluster 2024-03-21T13:11:52.086011+0000 mgr.x (mgr.34104) 4834 : cluster [DBG] pgmap v3201: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:53.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[77880]: audit 2024-03-21T13:11:52.087531+0000 mon.a (mon.0) 7380 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:53.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[77880]: audit 2024-03-21T13:11:52.093158+0000 mon.a (mon.0) 7381 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:53.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[77880]: cephadm 2024-03-21T13:11:52.094448+0000 mgr.x (mgr.34104) 4835 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:53.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[77880]: audit 2024-03-21T13:11:52.172659+0000 mon.a (mon.0) 7382 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:53.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[77880]: audit 2024-03-21T13:11:52.176138+0000 mon.a (mon.0) 7383 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:53.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[77880]: audit 2024-03-21T13:11:52.178931+0000 mon.a (mon.0) 7384 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:53.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[77880]: audit 2024-03-21T13:11:52.180237+0000 mon.a (mon.0) 7385 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:53.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[75692]: cluster 2024-03-21T13:11:52.182561+0000 mgr.x (mgr.34104) 4836 : cluster [DBG] pgmap v3202: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:53.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[75692]: cluster 2024-03-21T13:11:52.182825+0000 mgr.x (mgr.34104) 4837 : cluster [DBG] pgmap v3203: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:53.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[75692]: audit 2024-03-21T13:11:52.191438+0000 mon.a (mon.0) 7386 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:53.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[75692]: cephadm 2024-03-21T13:11:52.192563+0000 mgr.x (mgr.34104) 4838 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:53.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[75692]: audit 2024-03-21T13:11:52.269828+0000 mon.a (mon.0) 7387 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:53.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[75692]: audit 2024-03-21T13:11:52.273985+0000 mon.a (mon.0) 7388 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:53.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[75692]: audit 2024-03-21T13:11:52.277660+0000 mon.a (mon.0) 7389 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:53.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[75692]: audit 2024-03-21T13:11:52.279074+0000 mon.a (mon.0) 7390 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:53.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[75692]: cluster 2024-03-21T13:11:52.281901+0000 mgr.x (mgr.34104) 4839 : cluster [DBG] pgmap v3204: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:53.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[75692]: cluster 2024-03-21T13:11:52.282170+0000 mgr.x (mgr.34104) 4840 : cluster [DBG] pgmap v3205: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:53.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[75692]: audit 2024-03-21T13:11:52.290452+0000 mon.a (mon.0) 7391 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:53.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[75692]: audit 2024-03-21T13:11:52.369574+0000 mon.a (mon.0) 7392 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:53.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[75692]: audit 2024-03-21T13:11:52.372853+0000 mon.a (mon.0) 7393 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:53.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[75692]: audit 2024-03-21T13:11:52.375915+0000 mon.a (mon.0) 7394 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:53.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[75692]: audit 2024-03-21T13:11:52.377408+0000 mon.a (mon.0) 7395 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:53.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[75692]: audit 2024-03-21T13:11:52.388282+0000 mon.a (mon.0) 7396 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:53.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[75692]: audit 2024-03-21T13:11:52.467035+0000 mon.a (mon.0) 7397 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:53.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[75692]: audit 2024-03-21T13:11:52.470127+0000 mon.a (mon.0) 7398 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:53.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[75692]: audit 2024-03-21T13:11:52.473578+0000 mon.a (mon.0) 7399 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:53.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[77880]: cluster 2024-03-21T13:11:52.182561+0000 mgr.x (mgr.34104) 4836 : cluster [DBG] pgmap v3202: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:53.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[77880]: cluster 2024-03-21T13:11:52.182825+0000 mgr.x (mgr.34104) 4837 : cluster [DBG] pgmap v3203: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:53.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[77880]: audit 2024-03-21T13:11:52.191438+0000 mon.a (mon.0) 7386 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:53.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[77880]: cephadm 2024-03-21T13:11:52.192563+0000 mgr.x (mgr.34104) 4838 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:53.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[77880]: audit 2024-03-21T13:11:52.269828+0000 mon.a (mon.0) 7387 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:53.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[77880]: audit 2024-03-21T13:11:52.273985+0000 mon.a (mon.0) 7388 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:53.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[77880]: audit 2024-03-21T13:11:52.277660+0000 mon.a (mon.0) 7389 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:53.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[77880]: audit 2024-03-21T13:11:52.279074+0000 mon.a (mon.0) 7390 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:53.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[77880]: cluster 2024-03-21T13:11:52.281901+0000 mgr.x (mgr.34104) 4839 : cluster [DBG] pgmap v3204: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:53.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[77880]: cluster 2024-03-21T13:11:52.282170+0000 mgr.x (mgr.34104) 4840 : cluster [DBG] pgmap v3205: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:53.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[77880]: audit 2024-03-21T13:11:52.290452+0000 mon.a (mon.0) 7391 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:53.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[77880]: audit 2024-03-21T13:11:52.369574+0000 mon.a (mon.0) 7392 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:53.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[77880]: audit 2024-03-21T13:11:52.372853+0000 mon.a (mon.0) 7393 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:53.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[77880]: audit 2024-03-21T13:11:52.375915+0000 mon.a (mon.0) 7394 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:53.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[77880]: audit 2024-03-21T13:11:52.377408+0000 mon.a (mon.0) 7395 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:53.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[77880]: audit 2024-03-21T13:11:52.388282+0000 mon.a (mon.0) 7396 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:53.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[77880]: audit 2024-03-21T13:11:52.467035+0000 mon.a (mon.0) 7397 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:53.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[77880]: audit 2024-03-21T13:11:52.470127+0000 mon.a (mon.0) 7398 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:53.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[77880]: audit 2024-03-21T13:11:52.473578+0000 mon.a (mon.0) 7399 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:53.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[75692]: audit 2024-03-21T13:11:52.475059+0000 mon.a (mon.0) 7400 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:53.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[75692]: audit 2024-03-21T13:11:52.486595+0000 mon.a (mon.0) 7401 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:53.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[75692]: audit 2024-03-21T13:11:52.568687+0000 mon.a (mon.0) 7402 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:53.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[75692]: audit 2024-03-21T13:11:52.572000+0000 mon.a (mon.0) 7403 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:53.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[75692]: audit 2024-03-21T13:11:52.575150+0000 mon.a (mon.0) 7404 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:53.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[75692]: audit 2024-03-21T13:11:52.576583+0000 mon.a (mon.0) 7405 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:53.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[75692]: audit 2024-03-21T13:11:52.587594+0000 mon.a (mon.0) 7406 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:53.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[75692]: audit 2024-03-21T13:11:52.654784+0000 mon.a (mon.0) 7407 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:53.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[75692]: audit 2024-03-21T13:11:52.658176+0000 mon.a (mon.0) 7408 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:53.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[75692]: audit 2024-03-21T13:11:52.661171+0000 mon.a (mon.0) 7409 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:53.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[75692]: audit 2024-03-21T13:11:52.662373+0000 mon.a (mon.0) 7410 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:53.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[75692]: audit 2024-03-21T13:11:52.673787+0000 mon.a (mon.0) 7411 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:53.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[75692]: audit 2024-03-21T13:11:52.738773+0000 mon.a (mon.0) 7412 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:53.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[75692]: audit 2024-03-21T13:11:52.742120+0000 mon.a (mon.0) 7413 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:53.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[75692]: audit 2024-03-21T13:11:52.745737+0000 mon.a (mon.0) 7414 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:53.310 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[75692]: audit 2024-03-21T13:11:52.747092+0000 mon.a (mon.0) 7415 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:53.310 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[75692]: audit 2024-03-21T13:11:52.757472+0000 mon.a (mon.0) 7416 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:53.310 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[75692]: audit 2024-03-21T13:11:52.839358+0000 mon.a (mon.0) 7417 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:53.310 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[75692]: audit 2024-03-21T13:11:52.842852+0000 mon.a (mon.0) 7418 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:53.310 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[75692]: audit 2024-03-21T13:11:52.846144+0000 mon.a (mon.0) 7419 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:53.310 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[75692]: audit 2024-03-21T13:11:52.847889+0000 mon.a (mon.0) 7420 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:53.311 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[75692]: audit 2024-03-21T13:11:52.860442+0000 mon.a (mon.0) 7421 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:53.311 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[75692]: audit 2024-03-21T13:11:52.940832+0000 mon.a (mon.0) 7422 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:53.311 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[75692]: audit 2024-03-21T13:11:52.944267+0000 mon.a (mon.0) 7423 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:53.311 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[75692]: audit 2024-03-21T13:11:52.948705+0000 mon.a (mon.0) 7424 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:53.311 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[75692]: audit 2024-03-21T13:11:52.950227+0000 mon.a (mon.0) 7425 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:53.311 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[75692]: audit 2024-03-21T13:11:52.962125+0000 mon.a (mon.0) 7426 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:53.311 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[77880]: audit 2024-03-21T13:11:52.475059+0000 mon.a (mon.0) 7400 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:53.311 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[77880]: audit 2024-03-21T13:11:52.486595+0000 mon.a (mon.0) 7401 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:53.312 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[77880]: audit 2024-03-21T13:11:52.568687+0000 mon.a (mon.0) 7402 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:53.312 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[77880]: audit 2024-03-21T13:11:52.572000+0000 mon.a (mon.0) 7403 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:53.312 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[77880]: audit 2024-03-21T13:11:52.575150+0000 mon.a (mon.0) 7404 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:53.312 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[77880]: audit 2024-03-21T13:11:52.576583+0000 mon.a (mon.0) 7405 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:53.312 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[77880]: audit 2024-03-21T13:11:52.587594+0000 mon.a (mon.0) 7406 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:53.312 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[77880]: audit 2024-03-21T13:11:52.654784+0000 mon.a (mon.0) 7407 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:53.312 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[77880]: audit 2024-03-21T13:11:52.658176+0000 mon.a (mon.0) 7408 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:53.312 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[77880]: audit 2024-03-21T13:11:52.661171+0000 mon.a (mon.0) 7409 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:53.312 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[77880]: audit 2024-03-21T13:11:52.662373+0000 mon.a (mon.0) 7410 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:53.312 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[77880]: audit 2024-03-21T13:11:52.673787+0000 mon.a (mon.0) 7411 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:53.312 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[77880]: audit 2024-03-21T13:11:52.738773+0000 mon.a (mon.0) 7412 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:53.312 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[77880]: audit 2024-03-21T13:11:52.742120+0000 mon.a (mon.0) 7413 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:53.312 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[77880]: audit 2024-03-21T13:11:52.745737+0000 mon.a (mon.0) 7414 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:53.312 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[77880]: audit 2024-03-21T13:11:52.747092+0000 mon.a (mon.0) 7415 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:53.313 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[77880]: audit 2024-03-21T13:11:52.757472+0000 mon.a (mon.0) 7416 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:53.313 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[77880]: audit 2024-03-21T13:11:52.839358+0000 mon.a (mon.0) 7417 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:53.313 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[77880]: audit 2024-03-21T13:11:52.842852+0000 mon.a (mon.0) 7418 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:53.313 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[77880]: audit 2024-03-21T13:11:52.846144+0000 mon.a (mon.0) 7419 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:53.313 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[77880]: audit 2024-03-21T13:11:52.847889+0000 mon.a (mon.0) 7420 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:53.313 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[77880]: audit 2024-03-21T13:11:52.860442+0000 mon.a (mon.0) 7421 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:53.313 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[77880]: audit 2024-03-21T13:11:52.940832+0000 mon.a (mon.0) 7422 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:53.313 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[77880]: audit 2024-03-21T13:11:52.944267+0000 mon.a (mon.0) 7423 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:53.313 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[77880]: audit 2024-03-21T13:11:52.948705+0000 mon.a (mon.0) 7424 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:53.313 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[77880]: audit 2024-03-21T13:11:52.950227+0000 mon.a (mon.0) 7425 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:53.313 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:53 smithi178 bash[77880]: audit 2024-03-21T13:11:52.962125+0000 mon.a (mon.0) 7426 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:53.323 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:11:53 smithi184 bash[83985]: Digest: sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c 2024-03-21T13:11:53.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:53 smithi184 bash[59794]: cluster 2024-03-21T13:11:51.282685+0000 mgr.x (mgr.34104) 4808 : cluster [DBG] pgmap v3183: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:53.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:53 smithi184 bash[59794]: cephadm 2024-03-21T13:11:51.327633+0000 mgr.x (mgr.34104) 4809 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:53.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:53 smithi184 bash[59794]: cluster 2024-03-21T13:11:51.416107+0000 mgr.x (mgr.34104) 4810 : cluster [DBG] pgmap v3184: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:53.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:53 smithi184 bash[59794]: cluster 2024-03-21T13:11:51.416610+0000 mgr.x (mgr.34104) 4811 : cluster [DBG] pgmap v3185: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:53.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:53 smithi184 bash[59794]: cephadm 2024-03-21T13:11:51.426638+0000 mgr.x (mgr.34104) 4812 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:53.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:53 smithi184 bash[59794]: cluster 2024-03-21T13:11:51.516730+0000 mgr.x (mgr.34104) 4813 : cluster [DBG] pgmap v3186: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:53.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:53 smithi184 bash[59794]: cluster 2024-03-21T13:11:51.517209+0000 mgr.x (mgr.34104) 4814 : cluster [DBG] pgmap v3187: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:53.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:53 smithi184 bash[59794]: cephadm 2024-03-21T13:11:51.524380+0000 mgr.x (mgr.34104) 4815 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:53.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:53 smithi184 bash[59794]: cluster 2024-03-21T13:11:51.612388+0000 mgr.x (mgr.34104) 4816 : cluster [DBG] pgmap v3188: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:53.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:53 smithi184 bash[59794]: cluster 2024-03-21T13:11:51.612694+0000 mgr.x (mgr.34104) 4817 : cluster [DBG] pgmap v3189: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:53.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:53 smithi184 bash[59794]: cephadm 2024-03-21T13:11:51.622455+0000 mgr.x (mgr.34104) 4818 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:53.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:53 smithi184 bash[59794]: cluster 2024-03-21T13:11:51.713600+0000 mgr.x (mgr.34104) 4819 : cluster [DBG] pgmap v3190: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:53.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:53 smithi184 bash[59794]: cluster 2024-03-21T13:11:51.713992+0000 mgr.x (mgr.34104) 4820 : cluster [DBG] pgmap v3191: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:53.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:53 smithi184 bash[59794]: cephadm 2024-03-21T13:11:51.723393+0000 mgr.x (mgr.34104) 4821 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:53.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:53 smithi184 bash[59794]: cluster 2024-03-21T13:11:51.813251+0000 mgr.x (mgr.34104) 4822 : cluster [DBG] pgmap v3192: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:53.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:53 smithi184 bash[59794]: cluster 2024-03-21T13:11:51.813659+0000 mgr.x (mgr.34104) 4823 : cluster [DBG] pgmap v3193: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:53.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:53 smithi184 bash[59794]: cephadm 2024-03-21T13:11:51.822763+0000 mgr.x (mgr.34104) 4824 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:53.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:53 smithi184 bash[59794]: cluster 2024-03-21T13:11:51.911353+0000 mgr.x (mgr.34104) 4825 : cluster [DBG] pgmap v3194: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:53.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:53 smithi184 bash[59794]: cluster 2024-03-21T13:11:51.911847+0000 mgr.x (mgr.34104) 4826 : cluster [DBG] pgmap v3195: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:53.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:53 smithi184 bash[59794]: cephadm 2024-03-21T13:11:51.919157+0000 mgr.x (mgr.34104) 4827 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:53.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:53 smithi184 bash[59794]: cluster 2024-03-21T13:11:51.991701+0000 mgr.x (mgr.34104) 4828 : cluster [DBG] pgmap v3196: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:53.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:53 smithi184 bash[59794]: cluster 2024-03-21T13:11:51.992008+0000 mgr.x (mgr.34104) 4829 : cluster [DBG] pgmap v3197: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:53.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:53 smithi184 bash[59794]: cephadm 2024-03-21T13:11:51.998534+0000 mgr.x (mgr.34104) 4830 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:53.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:53 smithi184 bash[59794]: audit 2024-03-21T13:11:52.061566+0000 mon.a (mon.0) 7374 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:53.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:53 smithi184 bash[59794]: audit 2024-03-21T13:11:52.067182+0000 mon.a (mon.0) 7375 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:53.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:53 smithi184 bash[59794]: audit 2024-03-21T13:11:52.071875+0000 mon.a (mon.0) 7376 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:53.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:53 smithi184 bash[59794]: audit 2024-03-21T13:11:52.077792+0000 mon.a (mon.0) 7377 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:53.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:53 smithi184 bash[59794]: audit 2024-03-21T13:11:52.079032+0000 mon.a (mon.0) 7378 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:53.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:53 smithi184 bash[59794]: cluster 2024-03-21T13:11:52.079996+0000 mgr.x (mgr.34104) 4831 : cluster [DBG] pgmap v3198: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:53.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:53 smithi184 bash[59794]: cluster 2024-03-21T13:11:52.080342+0000 mgr.x (mgr.34104) 4832 : cluster [DBG] pgmap v3199: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:53.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:53 smithi184 bash[59794]: audit 2024-03-21T13:11:52.082555+0000 mon.a (mon.0) 7379 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:53.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:53 smithi184 bash[59794]: cluster 2024-03-21T13:11:52.085717+0000 mgr.x (mgr.34104) 4833 : cluster [DBG] pgmap v3200: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:53.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:53 smithi184 bash[59794]: cluster 2024-03-21T13:11:52.086011+0000 mgr.x (mgr.34104) 4834 : cluster [DBG] pgmap v3201: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:53.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:53 smithi184 bash[59794]: audit 2024-03-21T13:11:52.087531+0000 mon.a (mon.0) 7380 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:53.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:53 smithi184 bash[59794]: audit 2024-03-21T13:11:52.093158+0000 mon.a (mon.0) 7381 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:53.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:53 smithi184 bash[59794]: cephadm 2024-03-21T13:11:52.094448+0000 mgr.x (mgr.34104) 4835 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:53.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:53 smithi184 bash[59794]: audit 2024-03-21T13:11:52.172659+0000 mon.a (mon.0) 7382 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:53.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:53 smithi184 bash[59794]: audit 2024-03-21T13:11:52.176138+0000 mon.a (mon.0) 7383 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:53.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:53 smithi184 bash[59794]: audit 2024-03-21T13:11:52.178931+0000 mon.a (mon.0) 7384 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:53.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:53 smithi184 bash[59794]: audit 2024-03-21T13:11:52.180237+0000 mon.a (mon.0) 7385 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:53.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:53 smithi184 bash[59794]: cluster 2024-03-21T13:11:52.182561+0000 mgr.x (mgr.34104) 4836 : cluster [DBG] pgmap v3202: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:53.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:53 smithi184 bash[59794]: cluster 2024-03-21T13:11:52.182825+0000 mgr.x (mgr.34104) 4837 : cluster [DBG] pgmap v3203: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:53.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:53 smithi184 bash[59794]: audit 2024-03-21T13:11:52.191438+0000 mon.a (mon.0) 7386 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:53.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:53 smithi184 bash[59794]: cephadm 2024-03-21T13:11:52.192563+0000 mgr.x (mgr.34104) 4838 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:53.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:53 smithi184 bash[59794]: audit 2024-03-21T13:11:52.269828+0000 mon.a (mon.0) 7387 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:53.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:53 smithi184 bash[59794]: audit 2024-03-21T13:11:52.273985+0000 mon.a (mon.0) 7388 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:53.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:53 smithi184 bash[59794]: audit 2024-03-21T13:11:52.277660+0000 mon.a (mon.0) 7389 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:53.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:53 smithi184 bash[59794]: audit 2024-03-21T13:11:52.279074+0000 mon.a (mon.0) 7390 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:53.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:53 smithi184 bash[59794]: cluster 2024-03-21T13:11:52.281901+0000 mgr.x (mgr.34104) 4839 : cluster [DBG] pgmap v3204: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:53.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:53 smithi184 bash[59794]: cluster 2024-03-21T13:11:52.282170+0000 mgr.x (mgr.34104) 4840 : cluster [DBG] pgmap v3205: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:53.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:53 smithi184 bash[59794]: audit 2024-03-21T13:11:52.290452+0000 mon.a (mon.0) 7391 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:53.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:53 smithi184 bash[59794]: audit 2024-03-21T13:11:52.369574+0000 mon.a (mon.0) 7392 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:53.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:53 smithi184 bash[59794]: audit 2024-03-21T13:11:52.372853+0000 mon.a (mon.0) 7393 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:53.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:53 smithi184 bash[59794]: audit 2024-03-21T13:11:52.375915+0000 mon.a (mon.0) 7394 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:53.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:53 smithi184 bash[59794]: audit 2024-03-21T13:11:52.377408+0000 mon.a (mon.0) 7395 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:53.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:53 smithi184 bash[59794]: audit 2024-03-21T13:11:52.388282+0000 mon.a (mon.0) 7396 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:53.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:53 smithi184 bash[59794]: audit 2024-03-21T13:11:52.467035+0000 mon.a (mon.0) 7397 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:53.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:53 smithi184 bash[59794]: audit 2024-03-21T13:11:52.470127+0000 mon.a (mon.0) 7398 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:53.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:53 smithi184 bash[59794]: audit 2024-03-21T13:11:52.473578+0000 mon.a (mon.0) 7399 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:53.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:53 smithi184 bash[59794]: audit 2024-03-21T13:11:52.475059+0000 mon.a (mon.0) 7400 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:53.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:53 smithi184 bash[59794]: audit 2024-03-21T13:11:52.486595+0000 mon.a (mon.0) 7401 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:53.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:53 smithi184 bash[59794]: audit 2024-03-21T13:11:52.568687+0000 mon.a (mon.0) 7402 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:53.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:53 smithi184 bash[59794]: audit 2024-03-21T13:11:52.572000+0000 mon.a (mon.0) 7403 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:53.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:53 smithi184 bash[59794]: audit 2024-03-21T13:11:52.575150+0000 mon.a (mon.0) 7404 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:53.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:53 smithi184 bash[59794]: audit 2024-03-21T13:11:52.576583+0000 mon.a (mon.0) 7405 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:53.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:53 smithi184 bash[59794]: audit 2024-03-21T13:11:52.587594+0000 mon.a (mon.0) 7406 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:53.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:53 smithi184 bash[59794]: audit 2024-03-21T13:11:52.654784+0000 mon.a (mon.0) 7407 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:53.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:53 smithi184 bash[59794]: audit 2024-03-21T13:11:52.658176+0000 mon.a (mon.0) 7408 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:53.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:53 smithi184 bash[59794]: audit 2024-03-21T13:11:52.661171+0000 mon.a (mon.0) 7409 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:53.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:53 smithi184 bash[59794]: audit 2024-03-21T13:11:52.662373+0000 mon.a (mon.0) 7410 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:53.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:53 smithi184 bash[59794]: audit 2024-03-21T13:11:52.673787+0000 mon.a (mon.0) 7411 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:53.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:53 smithi184 bash[59794]: audit 2024-03-21T13:11:52.738773+0000 mon.a (mon.0) 7412 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:53.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:53 smithi184 bash[59794]: audit 2024-03-21T13:11:52.742120+0000 mon.a (mon.0) 7413 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:53.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:53 smithi184 bash[59794]: audit 2024-03-21T13:11:52.745737+0000 mon.a (mon.0) 7414 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:53.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:53 smithi184 bash[59794]: audit 2024-03-21T13:11:52.747092+0000 mon.a (mon.0) 7415 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:53.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:53 smithi184 bash[59794]: audit 2024-03-21T13:11:52.757472+0000 mon.a (mon.0) 7416 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:53.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:53 smithi184 bash[59794]: audit 2024-03-21T13:11:52.839358+0000 mon.a (mon.0) 7417 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:53.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:53 smithi184 bash[59794]: audit 2024-03-21T13:11:52.842852+0000 mon.a (mon.0) 7418 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:53.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:53 smithi184 bash[59794]: audit 2024-03-21T13:11:52.846144+0000 mon.a (mon.0) 7419 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:53.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:53 smithi184 bash[59794]: audit 2024-03-21T13:11:52.847889+0000 mon.a (mon.0) 7420 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:53.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:53 smithi184 bash[59794]: audit 2024-03-21T13:11:52.860442+0000 mon.a (mon.0) 7421 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:53.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:53 smithi184 bash[59794]: audit 2024-03-21T13:11:52.940832+0000 mon.a (mon.0) 7422 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:53.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:53 smithi184 bash[59794]: audit 2024-03-21T13:11:52.944267+0000 mon.a (mon.0) 7423 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:53.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:53 smithi184 bash[59794]: audit 2024-03-21T13:11:52.948705+0000 mon.a (mon.0) 7424 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:53.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:53 smithi184 bash[59794]: audit 2024-03-21T13:11:52.950227+0000 mon.a (mon.0) 7425 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:53.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:53 smithi184 bash[59794]: audit 2024-03-21T13:11:52.962125+0000 mon.a (mon.0) 7426 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:53.823 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:11:53 smithi184 bash[83985]: Status: Downloaded newer image for quay.io/prometheus/node-exporter:v1.5.0 2024-03-21T13:11:54.297 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:54 smithi178 bash[77880]: cephadm 2024-03-21T13:11:52.291748+0000 mgr.x (mgr.34104) 4841 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:54.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:54 smithi178 bash[77880]: cluster 2024-03-21T13:11:52.379904+0000 mgr.x (mgr.34104) 4842 : cluster [DBG] pgmap v3206: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:54.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:54 smithi178 bash[77880]: cluster 2024-03-21T13:11:52.380173+0000 mgr.x (mgr.34104) 4843 : cluster [DBG] pgmap v3207: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:54.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:54 smithi178 bash[77880]: cephadm 2024-03-21T13:11:52.389499+0000 mgr.x (mgr.34104) 4844 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:54.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:54 smithi178 bash[77880]: cluster 2024-03-21T13:11:52.477586+0000 mgr.x (mgr.34104) 4845 : cluster [DBG] pgmap v3208: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:54.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:54 smithi178 bash[77880]: cluster 2024-03-21T13:11:52.477860+0000 mgr.x (mgr.34104) 4846 : cluster [DBG] pgmap v3209: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:54.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:54 smithi178 bash[77880]: cephadm 2024-03-21T13:11:52.487822+0000 mgr.x (mgr.34104) 4847 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:54.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:54 smithi178 bash[77880]: cluster 2024-03-21T13:11:52.578998+0000 mgr.x (mgr.34104) 4848 : cluster [DBG] pgmap v3210: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:54.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:54 smithi178 bash[77880]: cluster 2024-03-21T13:11:52.579259+0000 mgr.x (mgr.34104) 4849 : cluster [DBG] pgmap v3211: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:54.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:54 smithi178 bash[77880]: cephadm 2024-03-21T13:11:52.588770+0000 mgr.x (mgr.34104) 4850 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:54.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:54 smithi178 bash[77880]: cluster 2024-03-21T13:11:52.664796+0000 mgr.x (mgr.34104) 4851 : cluster [DBG] pgmap v3212: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:54.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:54 smithi178 bash[77880]: cluster 2024-03-21T13:11:52.665073+0000 mgr.x (mgr.34104) 4852 : cluster [DBG] pgmap v3213: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:54.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:54 smithi178 bash[77880]: cephadm 2024-03-21T13:11:52.675069+0000 mgr.x (mgr.34104) 4853 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:54.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:54 smithi178 bash[77880]: cluster 2024-03-21T13:11:52.749894+0000 mgr.x (mgr.34104) 4854 : cluster [DBG] pgmap v3214: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:54.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:54 smithi178 bash[77880]: cluster 2024-03-21T13:11:52.750400+0000 mgr.x (mgr.34104) 4855 : cluster [DBG] pgmap v3215: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:54.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:54 smithi178 bash[77880]: cephadm 2024-03-21T13:11:52.758577+0000 mgr.x (mgr.34104) 4856 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:54.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:54 smithi178 bash[77880]: cluster 2024-03-21T13:11:52.851507+0000 mgr.x (mgr.34104) 4857 : cluster [DBG] pgmap v3216: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:54.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:54 smithi178 bash[77880]: cluster 2024-03-21T13:11:52.852257+0000 mgr.x (mgr.34104) 4858 : cluster [DBG] pgmap v3217: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:54.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:54 smithi178 bash[77880]: cephadm 2024-03-21T13:11:52.861801+0000 mgr.x (mgr.34104) 4859 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:54.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:54 smithi178 bash[77880]: cluster 2024-03-21T13:11:52.953153+0000 mgr.x (mgr.34104) 4860 : cluster [DBG] pgmap v3218: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:54.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:54 smithi178 bash[75692]: cephadm 2024-03-21T13:11:52.291748+0000 mgr.x (mgr.34104) 4841 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:54.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:54 smithi178 bash[75692]: cluster 2024-03-21T13:11:52.379904+0000 mgr.x (mgr.34104) 4842 : cluster [DBG] pgmap v3206: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:54.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:54 smithi178 bash[75692]: cluster 2024-03-21T13:11:52.380173+0000 mgr.x (mgr.34104) 4843 : cluster [DBG] pgmap v3207: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:54.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:54 smithi178 bash[75692]: cephadm 2024-03-21T13:11:52.389499+0000 mgr.x (mgr.34104) 4844 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:54.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:54 smithi178 bash[75692]: cluster 2024-03-21T13:11:52.477586+0000 mgr.x (mgr.34104) 4845 : cluster [DBG] pgmap v3208: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:54.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:54 smithi178 bash[75692]: cluster 2024-03-21T13:11:52.477860+0000 mgr.x (mgr.34104) 4846 : cluster [DBG] pgmap v3209: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:54.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:54 smithi178 bash[75692]: cephadm 2024-03-21T13:11:52.487822+0000 mgr.x (mgr.34104) 4847 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:54.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:54 smithi178 bash[75692]: cluster 2024-03-21T13:11:52.578998+0000 mgr.x (mgr.34104) 4848 : cluster [DBG] pgmap v3210: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:54.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:54 smithi178 bash[75692]: cluster 2024-03-21T13:11:52.579259+0000 mgr.x (mgr.34104) 4849 : cluster [DBG] pgmap v3211: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:54.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:54 smithi178 bash[75692]: cephadm 2024-03-21T13:11:52.588770+0000 mgr.x (mgr.34104) 4850 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:54.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:54 smithi178 bash[75692]: cluster 2024-03-21T13:11:52.664796+0000 mgr.x (mgr.34104) 4851 : cluster [DBG] pgmap v3212: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:54.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:54 smithi178 bash[75692]: cluster 2024-03-21T13:11:52.665073+0000 mgr.x (mgr.34104) 4852 : cluster [DBG] pgmap v3213: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:54.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:54 smithi178 bash[75692]: cephadm 2024-03-21T13:11:52.675069+0000 mgr.x (mgr.34104) 4853 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:54.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:54 smithi178 bash[75692]: cluster 2024-03-21T13:11:52.749894+0000 mgr.x (mgr.34104) 4854 : cluster [DBG] pgmap v3214: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:54.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:54 smithi178 bash[75692]: cluster 2024-03-21T13:11:52.750400+0000 mgr.x (mgr.34104) 4855 : cluster [DBG] pgmap v3215: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:54.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:54 smithi178 bash[75692]: cephadm 2024-03-21T13:11:52.758577+0000 mgr.x (mgr.34104) 4856 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:54.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:54 smithi178 bash[75692]: cluster 2024-03-21T13:11:52.851507+0000 mgr.x (mgr.34104) 4857 : cluster [DBG] pgmap v3216: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:54.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:54 smithi178 bash[75692]: cluster 2024-03-21T13:11:52.852257+0000 mgr.x (mgr.34104) 4858 : cluster [DBG] pgmap v3217: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:54.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:54 smithi178 bash[75692]: cephadm 2024-03-21T13:11:52.861801+0000 mgr.x (mgr.34104) 4859 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:54.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:54 smithi178 bash[75692]: cluster 2024-03-21T13:11:52.953153+0000 mgr.x (mgr.34104) 4860 : cluster [DBG] pgmap v3218: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:54.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:54 smithi178 bash[77880]: cluster 2024-03-21T13:11:52.953735+0000 mgr.x (mgr.34104) 4861 : cluster [DBG] pgmap v3219: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:54.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:54 smithi178 bash[77880]: cephadm 2024-03-21T13:11:52.963259+0000 mgr.x (mgr.34104) 4862 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:54.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:54 smithi178 bash[77880]: audit 2024-03-21T13:11:53.041408+0000 mon.a (mon.0) 7427 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:54.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:54 smithi178 bash[77880]: audit 2024-03-21T13:11:53.044733+0000 mon.a (mon.0) 7428 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:54.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:54 smithi178 bash[77880]: audit 2024-03-21T13:11:53.048139+0000 mon.a (mon.0) 7429 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:54.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:54 smithi178 bash[77880]: audit 2024-03-21T13:11:53.049310+0000 mon.a (mon.0) 7430 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:54.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:54 smithi178 bash[77880]: cluster 2024-03-21T13:11:53.052089+0000 mgr.x (mgr.34104) 4863 : cluster [DBG] pgmap v3220: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:54.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:54 smithi178 bash[77880]: cluster 2024-03-21T13:11:53.052495+0000 mgr.x (mgr.34104) 4864 : cluster [DBG] pgmap v3221: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:54.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:54 smithi178 bash[77880]: audit 2024-03-21T13:11:53.059069+0000 mon.a (mon.0) 7431 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:54.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:54 smithi178 bash[77880]: cephadm 2024-03-21T13:11:53.060342+0000 mgr.x (mgr.34104) 4865 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:54.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:54 smithi178 bash[77880]: audit 2024-03-21T13:11:53.139862+0000 mon.a (mon.0) 7432 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:54.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:54 smithi178 bash[77880]: audit 2024-03-21T13:11:53.143380+0000 mon.a (mon.0) 7433 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:54.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:54 smithi178 bash[77880]: audit 2024-03-21T13:11:53.146625+0000 mon.a (mon.0) 7434 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:54.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:54 smithi178 bash[77880]: audit 2024-03-21T13:11:53.148389+0000 mon.a (mon.0) 7435 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:54.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:54 smithi178 bash[77880]: cluster 2024-03-21T13:11:53.151266+0000 mgr.x (mgr.34104) 4866 : cluster [DBG] pgmap v3222: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:54.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:54 smithi178 bash[77880]: cluster 2024-03-21T13:11:53.151815+0000 mgr.x (mgr.34104) 4867 : cluster [DBG] pgmap v3223: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:54.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:54 smithi178 bash[77880]: audit 2024-03-21T13:11:53.158903+0000 mon.a (mon.0) 7436 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:54.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:54 smithi178 bash[77880]: cephadm 2024-03-21T13:11:53.160053+0000 mgr.x (mgr.34104) 4868 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:54.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:54 smithi178 bash[77880]: audit 2024-03-21T13:11:53.237592+0000 mon.a (mon.0) 7437 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:54.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:54 smithi178 bash[77880]: audit 2024-03-21T13:11:53.241118+0000 mon.a (mon.0) 7438 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:54.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:54 smithi178 bash[77880]: audit 2024-03-21T13:11:53.244506+0000 mon.a (mon.0) 7439 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:54.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:54 smithi178 bash[77880]: audit 2024-03-21T13:11:53.246264+0000 mon.a (mon.0) 7440 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:54.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:54 smithi178 bash[77880]: cluster 2024-03-21T13:11:53.249305+0000 mgr.x (mgr.34104) 4869 : cluster [DBG] pgmap v3224: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:54.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:54 smithi178 bash[77880]: cluster 2024-03-21T13:11:53.249844+0000 mgr.x (mgr.34104) 4870 : cluster [DBG] pgmap v3225: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:54.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:54 smithi178 bash[77880]: audit 2024-03-21T13:11:53.257993+0000 mon.a (mon.0) 7441 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:54.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:54 smithi178 bash[77880]: cephadm 2024-03-21T13:11:53.259445+0000 mgr.x (mgr.34104) 4871 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:54.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:54 smithi178 bash[77880]: audit 2024-03-21T13:11:53.339419+0000 mon.a (mon.0) 7442 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:54.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:54 smithi178 bash[77880]: audit 2024-03-21T13:11:53.343019+0000 mon.a (mon.0) 7443 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:54.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:54 smithi178 bash[77880]: audit 2024-03-21T13:11:53.346539+0000 mon.a (mon.0) 7444 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:54.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:54 smithi178 bash[77880]: audit 2024-03-21T13:11:53.348021+0000 mon.a (mon.0) 7445 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:54.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:54 smithi178 bash[77880]: audit 2024-03-21T13:11:53.359922+0000 mon.a (mon.0) 7446 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:54.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:54 smithi178 bash[77880]: audit 2024-03-21T13:11:53.441303+0000 mon.a (mon.0) 7447 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:54.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:54 smithi178 bash[77880]: audit 2024-03-21T13:11:53.444676+0000 mon.a (mon.0) 7448 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:54.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:54 smithi178 bash[77880]: audit 2024-03-21T13:11:53.448306+0000 mon.a (mon.0) 7449 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:54.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:54 smithi178 bash[77880]: audit 2024-03-21T13:11:53.449703+0000 mon.a (mon.0) 7450 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:54.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:54 smithi178 bash[77880]: audit 2024-03-21T13:11:53.461494+0000 mon.a (mon.0) 7451 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:54.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:54 smithi178 bash[77880]: audit 2024-03-21T13:11:53.542381+0000 mon.a (mon.0) 7452 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:54.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:54 smithi178 bash[77880]: audit 2024-03-21T13:11:53.546536+0000 mon.a (mon.0) 7453 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:54.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:54 smithi178 bash[77880]: audit 2024-03-21T13:11:53.550148+0000 mon.a (mon.0) 7454 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:54.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:54 smithi178 bash[75692]: cluster 2024-03-21T13:11:52.953735+0000 mgr.x (mgr.34104) 4861 : cluster [DBG] pgmap v3219: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:54.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:54 smithi178 bash[75692]: cephadm 2024-03-21T13:11:52.963259+0000 mgr.x (mgr.34104) 4862 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:54.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:54 smithi178 bash[75692]: audit 2024-03-21T13:11:53.041408+0000 mon.a (mon.0) 7427 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:54.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:54 smithi178 bash[75692]: audit 2024-03-21T13:11:53.044733+0000 mon.a (mon.0) 7428 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:54.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:54 smithi178 bash[75692]: audit 2024-03-21T13:11:53.048139+0000 mon.a (mon.0) 7429 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:54.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:54 smithi178 bash[75692]: audit 2024-03-21T13:11:53.049310+0000 mon.a (mon.0) 7430 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:54.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:54 smithi178 bash[75692]: cluster 2024-03-21T13:11:53.052089+0000 mgr.x (mgr.34104) 4863 : cluster [DBG] pgmap v3220: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:54.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:54 smithi178 bash[75692]: cluster 2024-03-21T13:11:53.052495+0000 mgr.x (mgr.34104) 4864 : cluster [DBG] pgmap v3221: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:54.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:54 smithi178 bash[75692]: audit 2024-03-21T13:11:53.059069+0000 mon.a (mon.0) 7431 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:54.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:54 smithi178 bash[75692]: cephadm 2024-03-21T13:11:53.060342+0000 mgr.x (mgr.34104) 4865 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:54.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:54 smithi178 bash[75692]: audit 2024-03-21T13:11:53.139862+0000 mon.a (mon.0) 7432 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:54.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:54 smithi178 bash[75692]: audit 2024-03-21T13:11:53.143380+0000 mon.a (mon.0) 7433 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:54.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:54 smithi178 bash[75692]: audit 2024-03-21T13:11:53.146625+0000 mon.a (mon.0) 7434 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:54.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:54 smithi178 bash[75692]: audit 2024-03-21T13:11:53.148389+0000 mon.a (mon.0) 7435 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:54.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:54 smithi178 bash[75692]: cluster 2024-03-21T13:11:53.151266+0000 mgr.x (mgr.34104) 4866 : cluster [DBG] pgmap v3222: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:54.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:54 smithi178 bash[75692]: cluster 2024-03-21T13:11:53.151815+0000 mgr.x (mgr.34104) 4867 : cluster [DBG] pgmap v3223: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:54.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:54 smithi178 bash[75692]: audit 2024-03-21T13:11:53.158903+0000 mon.a (mon.0) 7436 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:54.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:54 smithi178 bash[75692]: cephadm 2024-03-21T13:11:53.160053+0000 mgr.x (mgr.34104) 4868 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:54.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:54 smithi178 bash[75692]: audit 2024-03-21T13:11:53.237592+0000 mon.a (mon.0) 7437 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:54.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:54 smithi178 bash[75692]: audit 2024-03-21T13:11:53.241118+0000 mon.a (mon.0) 7438 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:54.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:54 smithi178 bash[77880]: audit 2024-03-21T13:11:53.551391+0000 mon.a (mon.0) 7455 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:54.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:54 smithi178 bash[77880]: audit 2024-03-21T13:11:53.562671+0000 mon.a (mon.0) 7456 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:54.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:54 smithi178 bash[77880]: audit 2024-03-21T13:11:53.644440+0000 mon.a (mon.0) 7457 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:54.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:54 smithi178 bash[77880]: audit 2024-03-21T13:11:53.648313+0000 mon.a (mon.0) 7458 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:54.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:54 smithi178 bash[77880]: audit 2024-03-21T13:11:53.652884+0000 mon.a (mon.0) 7459 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:54.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:54 smithi178 bash[77880]: audit 2024-03-21T13:11:53.654402+0000 mon.a (mon.0) 7460 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:54.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:54 smithi178 bash[77880]: audit 2024-03-21T13:11:53.664746+0000 mon.a (mon.0) 7461 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:54.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:54 smithi178 bash[77880]: audit 2024-03-21T13:11:53.745246+0000 mon.a (mon.0) 7462 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:54.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:54 smithi178 bash[77880]: audit 2024-03-21T13:11:53.748342+0000 mon.a (mon.0) 7463 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:54.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:54 smithi178 bash[77880]: audit 2024-03-21T13:11:53.751629+0000 mon.a (mon.0) 7464 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:54.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:54 smithi178 bash[77880]: audit 2024-03-21T13:11:53.752851+0000 mon.a (mon.0) 7465 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:54.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:54 smithi178 bash[77880]: audit 2024-03-21T13:11:53.760971+0000 mon.a (mon.0) 7466 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:54.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:54 smithi178 bash[77880]: audit 2024-03-21T13:11:53.843169+0000 mon.a (mon.0) 7467 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:54.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:54 smithi178 bash[77880]: audit 2024-03-21T13:11:53.846410+0000 mon.a (mon.0) 7468 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:54.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:54 smithi178 bash[77880]: audit 2024-03-21T13:11:53.849736+0000 mon.a (mon.0) 7469 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:54.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:54 smithi178 bash[77880]: audit 2024-03-21T13:11:53.850699+0000 mon.a (mon.0) 7470 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:54.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:54 smithi178 bash[77880]: audit 2024-03-21T13:11:53.861286+0000 mon.a (mon.0) 7471 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:54.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:54 smithi178 bash[77880]: audit 2024-03-21T13:11:53.946707+0000 mon.a (mon.0) 7472 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:54.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:54 smithi178 bash[77880]: audit 2024-03-21T13:11:53.949664+0000 mon.a (mon.0) 7473 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:54.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:54 smithi178 bash[77880]: audit 2024-03-21T13:11:53.953472+0000 mon.a (mon.0) 7474 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:54.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:54 smithi178 bash[77880]: audit 2024-03-21T13:11:53.955114+0000 mon.a (mon.0) 7475 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:54.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:54 smithi178 bash[77880]: audit 2024-03-21T13:11:53.967049+0000 mon.a (mon.0) 7476 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:54.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:54 smithi178 bash[75692]: audit 2024-03-21T13:11:53.244506+0000 mon.a (mon.0) 7439 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:54.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:54 smithi178 bash[75692]: audit 2024-03-21T13:11:53.246264+0000 mon.a (mon.0) 7440 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:54.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:54 smithi178 bash[75692]: cluster 2024-03-21T13:11:53.249305+0000 mgr.x (mgr.34104) 4869 : cluster [DBG] pgmap v3224: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:54.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:54 smithi178 bash[75692]: cluster 2024-03-21T13:11:53.249844+0000 mgr.x (mgr.34104) 4870 : cluster [DBG] pgmap v3225: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:54.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:54 smithi178 bash[75692]: audit 2024-03-21T13:11:53.257993+0000 mon.a (mon.0) 7441 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:54.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:54 smithi178 bash[75692]: cephadm 2024-03-21T13:11:53.259445+0000 mgr.x (mgr.34104) 4871 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:54.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:54 smithi178 bash[75692]: audit 2024-03-21T13:11:53.339419+0000 mon.a (mon.0) 7442 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:54.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:54 smithi178 bash[75692]: audit 2024-03-21T13:11:53.343019+0000 mon.a (mon.0) 7443 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:54.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:54 smithi178 bash[75692]: audit 2024-03-21T13:11:53.346539+0000 mon.a (mon.0) 7444 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:54.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:54 smithi178 bash[75692]: audit 2024-03-21T13:11:53.348021+0000 mon.a (mon.0) 7445 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:54.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:54 smithi178 bash[75692]: audit 2024-03-21T13:11:53.359922+0000 mon.a (mon.0) 7446 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:54.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:54 smithi178 bash[75692]: audit 2024-03-21T13:11:53.441303+0000 mon.a (mon.0) 7447 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:54.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:54 smithi178 bash[75692]: audit 2024-03-21T13:11:53.444676+0000 mon.a (mon.0) 7448 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:54.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:54 smithi178 bash[75692]: audit 2024-03-21T13:11:53.448306+0000 mon.a (mon.0) 7449 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:54.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:54 smithi178 bash[75692]: audit 2024-03-21T13:11:53.449703+0000 mon.a (mon.0) 7450 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:54.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:54 smithi178 bash[75692]: audit 2024-03-21T13:11:53.461494+0000 mon.a (mon.0) 7451 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:54.310 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:54 smithi178 bash[75692]: audit 2024-03-21T13:11:53.542381+0000 mon.a (mon.0) 7452 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:54.310 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:54 smithi178 bash[75692]: audit 2024-03-21T13:11:53.546536+0000 mon.a (mon.0) 7453 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:54.310 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:54 smithi178 bash[75692]: audit 2024-03-21T13:11:53.550148+0000 mon.a (mon.0) 7454 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:54.310 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:54 smithi178 bash[75692]: audit 2024-03-21T13:11:53.551391+0000 mon.a (mon.0) 7455 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:54.310 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:54 smithi178 bash[75692]: audit 2024-03-21T13:11:53.562671+0000 mon.a (mon.0) 7456 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:54.310 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:54 smithi178 bash[75692]: audit 2024-03-21T13:11:53.644440+0000 mon.a (mon.0) 7457 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:54.310 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:54 smithi178 bash[75692]: audit 2024-03-21T13:11:53.648313+0000 mon.a (mon.0) 7458 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:54.310 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:54 smithi178 bash[75692]: audit 2024-03-21T13:11:53.652884+0000 mon.a (mon.0) 7459 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:54.310 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:54 smithi178 bash[75692]: audit 2024-03-21T13:11:53.654402+0000 mon.a (mon.0) 7460 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:54.310 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:54 smithi178 bash[75692]: audit 2024-03-21T13:11:53.664746+0000 mon.a (mon.0) 7461 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:54.310 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:54 smithi178 bash[75692]: audit 2024-03-21T13:11:53.745246+0000 mon.a (mon.0) 7462 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:54.310 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:54 smithi178 bash[75692]: audit 2024-03-21T13:11:53.748342+0000 mon.a (mon.0) 7463 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:54.310 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:54 smithi178 bash[75692]: audit 2024-03-21T13:11:53.751629+0000 mon.a (mon.0) 7464 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:54.310 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:54 smithi178 bash[75692]: audit 2024-03-21T13:11:53.752851+0000 mon.a (mon.0) 7465 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:54.311 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:54 smithi178 bash[75692]: audit 2024-03-21T13:11:53.760971+0000 mon.a (mon.0) 7466 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:54.311 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:54 smithi178 bash[75692]: audit 2024-03-21T13:11:53.843169+0000 mon.a (mon.0) 7467 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:54.311 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:54 smithi178 bash[75692]: audit 2024-03-21T13:11:53.846410+0000 mon.a (mon.0) 7468 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:54.311 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:54 smithi178 bash[75692]: audit 2024-03-21T13:11:53.849736+0000 mon.a (mon.0) 7469 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:54.311 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:54 smithi178 bash[75692]: audit 2024-03-21T13:11:53.850699+0000 mon.a (mon.0) 7470 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:54.311 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:54 smithi178 bash[75692]: audit 2024-03-21T13:11:53.861286+0000 mon.a (mon.0) 7471 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:54.311 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:54 smithi178 bash[75692]: audit 2024-03-21T13:11:53.946707+0000 mon.a (mon.0) 7472 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:54.311 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:54 smithi178 bash[75692]: audit 2024-03-21T13:11:53.949664+0000 mon.a (mon.0) 7473 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:54.311 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:54 smithi178 bash[75692]: audit 2024-03-21T13:11:53.953472+0000 mon.a (mon.0) 7474 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:54.311 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:54 smithi178 bash[75692]: audit 2024-03-21T13:11:53.955114+0000 mon.a (mon.0) 7475 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:54.311 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:54 smithi178 bash[75692]: audit 2024-03-21T13:11:53.967049+0000 mon.a (mon.0) 7476 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:54.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:54 smithi184 bash[59794]: cephadm 2024-03-21T13:11:52.291748+0000 mgr.x (mgr.34104) 4841 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:54.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:54 smithi184 bash[59794]: cluster 2024-03-21T13:11:52.379904+0000 mgr.x (mgr.34104) 4842 : cluster [DBG] pgmap v3206: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:54.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:54 smithi184 bash[59794]: cluster 2024-03-21T13:11:52.380173+0000 mgr.x (mgr.34104) 4843 : cluster [DBG] pgmap v3207: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:54.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:54 smithi184 bash[59794]: cephadm 2024-03-21T13:11:52.389499+0000 mgr.x (mgr.34104) 4844 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:54.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:54 smithi184 bash[59794]: cluster 2024-03-21T13:11:52.477586+0000 mgr.x (mgr.34104) 4845 : cluster [DBG] pgmap v3208: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:54.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:54 smithi184 bash[59794]: cluster 2024-03-21T13:11:52.477860+0000 mgr.x (mgr.34104) 4846 : cluster [DBG] pgmap v3209: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:54.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:54 smithi184 bash[59794]: cephadm 2024-03-21T13:11:52.487822+0000 mgr.x (mgr.34104) 4847 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:54.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:54 smithi184 bash[59794]: cluster 2024-03-21T13:11:52.578998+0000 mgr.x (mgr.34104) 4848 : cluster [DBG] pgmap v3210: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:54.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:54 smithi184 bash[59794]: cluster 2024-03-21T13:11:52.579259+0000 mgr.x (mgr.34104) 4849 : cluster [DBG] pgmap v3211: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:54.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:54 smithi184 bash[59794]: cephadm 2024-03-21T13:11:52.588770+0000 mgr.x (mgr.34104) 4850 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:54.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:54 smithi184 bash[59794]: cluster 2024-03-21T13:11:52.664796+0000 mgr.x (mgr.34104) 4851 : cluster [DBG] pgmap v3212: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:54.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:54 smithi184 bash[59794]: cluster 2024-03-21T13:11:52.665073+0000 mgr.x (mgr.34104) 4852 : cluster [DBG] pgmap v3213: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:54.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:54 smithi184 bash[59794]: cephadm 2024-03-21T13:11:52.675069+0000 mgr.x (mgr.34104) 4853 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:54.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:54 smithi184 bash[59794]: cluster 2024-03-21T13:11:52.749894+0000 mgr.x (mgr.34104) 4854 : cluster [DBG] pgmap v3214: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:54.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:54 smithi184 bash[59794]: cluster 2024-03-21T13:11:52.750400+0000 mgr.x (mgr.34104) 4855 : cluster [DBG] pgmap v3215: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:54.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:54 smithi184 bash[59794]: cephadm 2024-03-21T13:11:52.758577+0000 mgr.x (mgr.34104) 4856 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:54.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:54 smithi184 bash[59794]: cluster 2024-03-21T13:11:52.851507+0000 mgr.x (mgr.34104) 4857 : cluster [DBG] pgmap v3216: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:54.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:54 smithi184 bash[59794]: cluster 2024-03-21T13:11:52.852257+0000 mgr.x (mgr.34104) 4858 : cluster [DBG] pgmap v3217: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:54.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:54 smithi184 bash[59794]: cephadm 2024-03-21T13:11:52.861801+0000 mgr.x (mgr.34104) 4859 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:54.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:54 smithi184 bash[59794]: cluster 2024-03-21T13:11:52.953153+0000 mgr.x (mgr.34104) 4860 : cluster [DBG] pgmap v3218: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:54.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:54 smithi184 bash[59794]: cluster 2024-03-21T13:11:52.953735+0000 mgr.x (mgr.34104) 4861 : cluster [DBG] pgmap v3219: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:54.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:54 smithi184 bash[59794]: cephadm 2024-03-21T13:11:52.963259+0000 mgr.x (mgr.34104) 4862 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:54.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:54 smithi184 bash[59794]: audit 2024-03-21T13:11:53.041408+0000 mon.a (mon.0) 7427 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:54.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:54 smithi184 bash[59794]: audit 2024-03-21T13:11:53.044733+0000 mon.a (mon.0) 7428 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:54.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:54 smithi184 bash[59794]: audit 2024-03-21T13:11:53.048139+0000 mon.a (mon.0) 7429 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:54.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:54 smithi184 bash[59794]: audit 2024-03-21T13:11:53.049310+0000 mon.a (mon.0) 7430 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:54.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:54 smithi184 bash[59794]: cluster 2024-03-21T13:11:53.052089+0000 mgr.x (mgr.34104) 4863 : cluster [DBG] pgmap v3220: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:54.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:54 smithi184 bash[59794]: cluster 2024-03-21T13:11:53.052495+0000 mgr.x (mgr.34104) 4864 : cluster [DBG] pgmap v3221: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:54.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:54 smithi184 bash[59794]: audit 2024-03-21T13:11:53.059069+0000 mon.a (mon.0) 7431 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:54.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:54 smithi184 bash[59794]: cephadm 2024-03-21T13:11:53.060342+0000 mgr.x (mgr.34104) 4865 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:54.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:54 smithi184 bash[59794]: audit 2024-03-21T13:11:53.139862+0000 mon.a (mon.0) 7432 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:54.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:54 smithi184 bash[59794]: audit 2024-03-21T13:11:53.143380+0000 mon.a (mon.0) 7433 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:54.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:54 smithi184 bash[59794]: audit 2024-03-21T13:11:53.146625+0000 mon.a (mon.0) 7434 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:54.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:54 smithi184 bash[59794]: audit 2024-03-21T13:11:53.148389+0000 mon.a (mon.0) 7435 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:54.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:54 smithi184 bash[59794]: cluster 2024-03-21T13:11:53.151266+0000 mgr.x (mgr.34104) 4866 : cluster [DBG] pgmap v3222: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:54.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:54 smithi184 bash[59794]: cluster 2024-03-21T13:11:53.151815+0000 mgr.x (mgr.34104) 4867 : cluster [DBG] pgmap v3223: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:54.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:54 smithi184 bash[59794]: audit 2024-03-21T13:11:53.158903+0000 mon.a (mon.0) 7436 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:54.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:54 smithi184 bash[59794]: cephadm 2024-03-21T13:11:53.160053+0000 mgr.x (mgr.34104) 4868 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:54.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:54 smithi184 bash[59794]: audit 2024-03-21T13:11:53.237592+0000 mon.a (mon.0) 7437 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:54.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:54 smithi184 bash[59794]: audit 2024-03-21T13:11:53.241118+0000 mon.a (mon.0) 7438 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:54.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:54 smithi184 bash[59794]: audit 2024-03-21T13:11:53.244506+0000 mon.a (mon.0) 7439 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:54.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:54 smithi184 bash[59794]: audit 2024-03-21T13:11:53.246264+0000 mon.a (mon.0) 7440 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:54.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:54 smithi184 bash[59794]: cluster 2024-03-21T13:11:53.249305+0000 mgr.x (mgr.34104) 4869 : cluster [DBG] pgmap v3224: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:54.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:54 smithi184 bash[59794]: cluster 2024-03-21T13:11:53.249844+0000 mgr.x (mgr.34104) 4870 : cluster [DBG] pgmap v3225: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:54.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:54 smithi184 bash[59794]: audit 2024-03-21T13:11:53.257993+0000 mon.a (mon.0) 7441 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:54.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:54 smithi184 bash[59794]: cephadm 2024-03-21T13:11:53.259445+0000 mgr.x (mgr.34104) 4871 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:54.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:54 smithi184 bash[59794]: audit 2024-03-21T13:11:53.339419+0000 mon.a (mon.0) 7442 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:54.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:54 smithi184 bash[59794]: audit 2024-03-21T13:11:53.343019+0000 mon.a (mon.0) 7443 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:54.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:54 smithi184 bash[59794]: audit 2024-03-21T13:11:53.346539+0000 mon.a (mon.0) 7444 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:54.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:54 smithi184 bash[59794]: audit 2024-03-21T13:11:53.348021+0000 mon.a (mon.0) 7445 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:54.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:54 smithi184 bash[59794]: audit 2024-03-21T13:11:53.359922+0000 mon.a (mon.0) 7446 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:54.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:54 smithi184 bash[59794]: audit 2024-03-21T13:11:53.441303+0000 mon.a (mon.0) 7447 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:54.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:54 smithi184 bash[59794]: audit 2024-03-21T13:11:53.444676+0000 mon.a (mon.0) 7448 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:54.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:54 smithi184 bash[59794]: audit 2024-03-21T13:11:53.448306+0000 mon.a (mon.0) 7449 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:54.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:54 smithi184 bash[59794]: audit 2024-03-21T13:11:53.449703+0000 mon.a (mon.0) 7450 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:54.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:54 smithi184 bash[59794]: audit 2024-03-21T13:11:53.461494+0000 mon.a (mon.0) 7451 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:54.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:54 smithi184 bash[59794]: audit 2024-03-21T13:11:53.542381+0000 mon.a (mon.0) 7452 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:54.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:54 smithi184 bash[59794]: audit 2024-03-21T13:11:53.546536+0000 mon.a (mon.0) 7453 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:54.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:54 smithi184 bash[59794]: audit 2024-03-21T13:11:53.550148+0000 mon.a (mon.0) 7454 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:54.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:54 smithi184 bash[59794]: audit 2024-03-21T13:11:53.551391+0000 mon.a (mon.0) 7455 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:54.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:54 smithi184 bash[59794]: audit 2024-03-21T13:11:53.562671+0000 mon.a (mon.0) 7456 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:54.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:54 smithi184 bash[59794]: audit 2024-03-21T13:11:53.644440+0000 mon.a (mon.0) 7457 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:54.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:54 smithi184 bash[59794]: audit 2024-03-21T13:11:53.648313+0000 mon.a (mon.0) 7458 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:54.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:54 smithi184 bash[59794]: audit 2024-03-21T13:11:53.652884+0000 mon.a (mon.0) 7459 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:54.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:54 smithi184 bash[59794]: audit 2024-03-21T13:11:53.654402+0000 mon.a (mon.0) 7460 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:54.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:54 smithi184 bash[59794]: audit 2024-03-21T13:11:53.664746+0000 mon.a (mon.0) 7461 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:54.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:54 smithi184 bash[59794]: audit 2024-03-21T13:11:53.745246+0000 mon.a (mon.0) 7462 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:54.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:54 smithi184 bash[59794]: audit 2024-03-21T13:11:53.748342+0000 mon.a (mon.0) 7463 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:54.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:54 smithi184 bash[59794]: audit 2024-03-21T13:11:53.751629+0000 mon.a (mon.0) 7464 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:54.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:54 smithi184 bash[59794]: audit 2024-03-21T13:11:53.752851+0000 mon.a (mon.0) 7465 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:54.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:54 smithi184 bash[59794]: audit 2024-03-21T13:11:53.760971+0000 mon.a (mon.0) 7466 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:54.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:54 smithi184 bash[59794]: audit 2024-03-21T13:11:53.843169+0000 mon.a (mon.0) 7467 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:54.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:54 smithi184 bash[59794]: audit 2024-03-21T13:11:53.846410+0000 mon.a (mon.0) 7468 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:54.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:54 smithi184 bash[59794]: audit 2024-03-21T13:11:53.849736+0000 mon.a (mon.0) 7469 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:54.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:54 smithi184 bash[59794]: audit 2024-03-21T13:11:53.850699+0000 mon.a (mon.0) 7470 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:54.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:54 smithi184 bash[59794]: audit 2024-03-21T13:11:53.861286+0000 mon.a (mon.0) 7471 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:54.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:54 smithi184 bash[59794]: audit 2024-03-21T13:11:53.946707+0000 mon.a (mon.0) 7472 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:54.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:54 smithi184 bash[59794]: audit 2024-03-21T13:11:53.949664+0000 mon.a (mon.0) 7473 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:54.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:54 smithi184 bash[59794]: audit 2024-03-21T13:11:53.953472+0000 mon.a (mon.0) 7474 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:54.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:54 smithi184 bash[59794]: audit 2024-03-21T13:11:53.955114+0000 mon.a (mon.0) 7475 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:54.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:54 smithi184 bash[59794]: audit 2024-03-21T13:11:53.967049+0000 mon.a (mon.0) 7476 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:55.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:55 smithi178 bash[75692]: cluster 2024-03-21T13:11:53.350957+0000 mgr.x (mgr.34104) 4872 : cluster [DBG] pgmap v3226: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:55.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:55 smithi178 bash[75692]: cluster 2024-03-21T13:11:53.351488+0000 mgr.x (mgr.34104) 4873 : cluster [DBG] pgmap v3227: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:55.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:55 smithi178 bash[75692]: cephadm 2024-03-21T13:11:53.361294+0000 mgr.x (mgr.34104) 4874 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:55.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:55 smithi178 bash[75692]: cluster 2024-03-21T13:11:53.452787+0000 mgr.x (mgr.34104) 4875 : cluster [DBG] pgmap v3228: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:55.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:55 smithi178 bash[75692]: cluster 2024-03-21T13:11:53.453096+0000 mgr.x (mgr.34104) 4876 : cluster [DBG] pgmap v3229: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:55.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:55 smithi178 bash[75692]: cephadm 2024-03-21T13:11:53.462679+0000 mgr.x (mgr.34104) 4877 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:55.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:55 smithi178 bash[75692]: cluster 2024-03-21T13:11:53.554471+0000 mgr.x (mgr.34104) 4878 : cluster [DBG] pgmap v3230: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:55.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:55 smithi178 bash[75692]: cluster 2024-03-21T13:11:53.554941+0000 mgr.x (mgr.34104) 4879 : cluster [DBG] pgmap v3231: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:55.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:55 smithi178 bash[75692]: cephadm 2024-03-21T13:11:53.564037+0000 mgr.x (mgr.34104) 4880 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:55.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:55 smithi178 bash[75692]: cluster 2024-03-21T13:11:53.657364+0000 mgr.x (mgr.34104) 4881 : cluster [DBG] pgmap v3232: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:55.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:55 smithi178 bash[75692]: cluster 2024-03-21T13:11:53.657919+0000 mgr.x (mgr.34104) 4882 : cluster [DBG] pgmap v3233: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:55.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:55 smithi178 bash[75692]: cephadm 2024-03-21T13:11:53.666009+0000 mgr.x (mgr.34104) 4883 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:55.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:55 smithi178 bash[75692]: cluster 2024-03-21T13:11:53.755943+0000 mgr.x (mgr.34104) 4884 : cluster [DBG] pgmap v3234: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:55.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:55 smithi178 bash[75692]: cluster 2024-03-21T13:11:53.756432+0000 mgr.x (mgr.34104) 4885 : cluster [DBG] pgmap v3235: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:55.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:55 smithi178 bash[75692]: cephadm 2024-03-21T13:11:53.762170+0000 mgr.x (mgr.34104) 4886 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:55.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:55 smithi178 bash[75692]: cluster 2024-03-21T13:11:53.853559+0000 mgr.x (mgr.34104) 4887 : cluster [DBG] pgmap v3236: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:55.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:55 smithi178 bash[75692]: cluster 2024-03-21T13:11:53.853846+0000 mgr.x (mgr.34104) 4888 : cluster [DBG] pgmap v3237: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:55.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:55 smithi178 bash[75692]: cephadm 2024-03-21T13:11:53.862426+0000 mgr.x (mgr.34104) 4889 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:55.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:55 smithi178 bash[75692]: cluster 2024-03-21T13:11:53.958375+0000 mgr.x (mgr.34104) 4890 : cluster [DBG] pgmap v3238: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s 2024-03-21T13:11:55.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:55 smithi178 bash[75692]: cluster 2024-03-21T13:11:53.958649+0000 mgr.x (mgr.34104) 4891 : cluster [DBG] pgmap v3239: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s 2024-03-21T13:11:55.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:55 smithi178 bash[77880]: cluster 2024-03-21T13:11:53.350957+0000 mgr.x (mgr.34104) 4872 : cluster [DBG] pgmap v3226: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:55.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:55 smithi178 bash[77880]: cluster 2024-03-21T13:11:53.351488+0000 mgr.x (mgr.34104) 4873 : cluster [DBG] pgmap v3227: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:55.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:55 smithi178 bash[77880]: cephadm 2024-03-21T13:11:53.361294+0000 mgr.x (mgr.34104) 4874 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:55.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:55 smithi178 bash[77880]: cluster 2024-03-21T13:11:53.452787+0000 mgr.x (mgr.34104) 4875 : cluster [DBG] pgmap v3228: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:55.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:55 smithi178 bash[77880]: cluster 2024-03-21T13:11:53.453096+0000 mgr.x (mgr.34104) 4876 : cluster [DBG] pgmap v3229: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:55.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:55 smithi178 bash[77880]: cephadm 2024-03-21T13:11:53.462679+0000 mgr.x (mgr.34104) 4877 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:55.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:55 smithi178 bash[77880]: cluster 2024-03-21T13:11:53.554471+0000 mgr.x (mgr.34104) 4878 : cluster [DBG] pgmap v3230: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:55.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:55 smithi178 bash[77880]: cluster 2024-03-21T13:11:53.554941+0000 mgr.x (mgr.34104) 4879 : cluster [DBG] pgmap v3231: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:55.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:55 smithi178 bash[77880]: cephadm 2024-03-21T13:11:53.564037+0000 mgr.x (mgr.34104) 4880 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:55.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:55 smithi178 bash[77880]: cluster 2024-03-21T13:11:53.657364+0000 mgr.x (mgr.34104) 4881 : cluster [DBG] pgmap v3232: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:55.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:55 smithi178 bash[77880]: cluster 2024-03-21T13:11:53.657919+0000 mgr.x (mgr.34104) 4882 : cluster [DBG] pgmap v3233: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:55.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:55 smithi178 bash[77880]: cephadm 2024-03-21T13:11:53.666009+0000 mgr.x (mgr.34104) 4883 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:55.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:55 smithi178 bash[77880]: cluster 2024-03-21T13:11:53.755943+0000 mgr.x (mgr.34104) 4884 : cluster [DBG] pgmap v3234: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:55.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:55 smithi178 bash[77880]: cluster 2024-03-21T13:11:53.756432+0000 mgr.x (mgr.34104) 4885 : cluster [DBG] pgmap v3235: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:55.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:55 smithi178 bash[77880]: cephadm 2024-03-21T13:11:53.762170+0000 mgr.x (mgr.34104) 4886 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:55.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:55 smithi178 bash[77880]: cluster 2024-03-21T13:11:53.853559+0000 mgr.x (mgr.34104) 4887 : cluster [DBG] pgmap v3236: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:55.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:55 smithi178 bash[77880]: cluster 2024-03-21T13:11:53.853846+0000 mgr.x (mgr.34104) 4888 : cluster [DBG] pgmap v3237: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:55.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:55 smithi178 bash[77880]: cephadm 2024-03-21T13:11:53.862426+0000 mgr.x (mgr.34104) 4889 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:55.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:55 smithi178 bash[77880]: cluster 2024-03-21T13:11:53.958375+0000 mgr.x (mgr.34104) 4890 : cluster [DBG] pgmap v3238: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s 2024-03-21T13:11:55.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:55 smithi178 bash[77880]: cluster 2024-03-21T13:11:53.958649+0000 mgr.x (mgr.34104) 4891 : cluster [DBG] pgmap v3239: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s 2024-03-21T13:11:55.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:55 smithi178 bash[75692]: cephadm 2024-03-21T13:11:53.968424+0000 mgr.x (mgr.34104) 4892 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:55.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:55 smithi178 bash[75692]: audit 2024-03-21T13:11:54.042400+0000 mon.a (mon.0) 7477 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:55.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:55 smithi178 bash[75692]: audit 2024-03-21T13:11:54.044740+0000 mon.a (mon.0) 7478 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:55.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:55 smithi178 bash[75692]: audit 2024-03-21T13:11:54.047610+0000 mon.a (mon.0) 7479 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:55.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:55 smithi178 bash[75692]: audit 2024-03-21T13:11:54.048945+0000 mon.a (mon.0) 7480 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:55.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:55 smithi178 bash[75692]: cluster 2024-03-21T13:11:54.051296+0000 mgr.x (mgr.34104) 4893 : cluster [DBG] pgmap v3240: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s 2024-03-21T13:11:55.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:55 smithi178 bash[75692]: cluster 2024-03-21T13:11:54.051745+0000 mgr.x (mgr.34104) 4894 : cluster [DBG] pgmap v3241: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s 2024-03-21T13:11:55.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:55 smithi178 bash[75692]: audit 2024-03-21T13:11:54.058930+0000 mon.a (mon.0) 7481 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:55.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:55 smithi178 bash[75692]: cephadm 2024-03-21T13:11:54.060240+0000 mgr.x (mgr.34104) 4895 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:55.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:55 smithi178 bash[75692]: audit 2024-03-21T13:11:54.143158+0000 mon.a (mon.0) 7482 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:55.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:55 smithi178 bash[75692]: audit 2024-03-21T13:11:54.145520+0000 mon.a (mon.0) 7483 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:55.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:55 smithi178 bash[75692]: audit 2024-03-21T13:11:54.148173+0000 mon.a (mon.0) 7484 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:55.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:55 smithi178 bash[75692]: audit 2024-03-21T13:11:54.149416+0000 mon.a (mon.0) 7485 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:55.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:55 smithi178 bash[75692]: cluster 2024-03-21T13:11:54.152148+0000 mgr.x (mgr.34104) 4896 : cluster [DBG] pgmap v3242: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s 2024-03-21T13:11:55.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:55 smithi178 bash[75692]: cluster 2024-03-21T13:11:54.152695+0000 mgr.x (mgr.34104) 4897 : cluster [DBG] pgmap v3243: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s 2024-03-21T13:11:55.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:55 smithi178 bash[75692]: audit 2024-03-21T13:11:54.159472+0000 mon.a (mon.0) 7486 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:55.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:55 smithi178 bash[75692]: cephadm 2024-03-21T13:11:54.160739+0000 mgr.x (mgr.34104) 4898 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:55.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:55 smithi178 bash[75692]: audit 2024-03-21T13:11:54.236441+0000 mon.a (mon.0) 7487 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:55.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:55 smithi178 bash[75692]: audit 2024-03-21T13:11:54.238956+0000 mon.a (mon.0) 7488 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:55.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:55 smithi178 bash[77880]: cephadm 2024-03-21T13:11:53.968424+0000 mgr.x (mgr.34104) 4892 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:55.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:55 smithi178 bash[77880]: audit 2024-03-21T13:11:54.042400+0000 mon.a (mon.0) 7477 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:55.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:55 smithi178 bash[77880]: audit 2024-03-21T13:11:54.044740+0000 mon.a (mon.0) 7478 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:55.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:55 smithi178 bash[77880]: audit 2024-03-21T13:11:54.047610+0000 mon.a (mon.0) 7479 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:55.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:55 smithi178 bash[77880]: audit 2024-03-21T13:11:54.048945+0000 mon.a (mon.0) 7480 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:55.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:55 smithi178 bash[77880]: cluster 2024-03-21T13:11:54.051296+0000 mgr.x (mgr.34104) 4893 : cluster [DBG] pgmap v3240: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s 2024-03-21T13:11:55.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:55 smithi178 bash[77880]: cluster 2024-03-21T13:11:54.051745+0000 mgr.x (mgr.34104) 4894 : cluster [DBG] pgmap v3241: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s 2024-03-21T13:11:55.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:55 smithi178 bash[77880]: audit 2024-03-21T13:11:54.058930+0000 mon.a (mon.0) 7481 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:55.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:55 smithi178 bash[77880]: cephadm 2024-03-21T13:11:54.060240+0000 mgr.x (mgr.34104) 4895 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:55.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:55 smithi178 bash[77880]: audit 2024-03-21T13:11:54.143158+0000 mon.a (mon.0) 7482 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:55.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:55 smithi178 bash[77880]: audit 2024-03-21T13:11:54.145520+0000 mon.a (mon.0) 7483 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:55.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:55 smithi178 bash[77880]: audit 2024-03-21T13:11:54.148173+0000 mon.a (mon.0) 7484 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:55.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:55 smithi178 bash[77880]: audit 2024-03-21T13:11:54.149416+0000 mon.a (mon.0) 7485 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:55.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:55 smithi178 bash[77880]: cluster 2024-03-21T13:11:54.152148+0000 mgr.x (mgr.34104) 4896 : cluster [DBG] pgmap v3242: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s 2024-03-21T13:11:55.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:55 smithi178 bash[77880]: cluster 2024-03-21T13:11:54.152695+0000 mgr.x (mgr.34104) 4897 : cluster [DBG] pgmap v3243: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s 2024-03-21T13:11:55.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:55 smithi178 bash[77880]: audit 2024-03-21T13:11:54.159472+0000 mon.a (mon.0) 7486 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:55.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:55 smithi178 bash[77880]: cephadm 2024-03-21T13:11:54.160739+0000 mgr.x (mgr.34104) 4898 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:55.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:55 smithi178 bash[77880]: audit 2024-03-21T13:11:54.236441+0000 mon.a (mon.0) 7487 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:55.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:55 smithi178 bash[77880]: audit 2024-03-21T13:11:54.238956+0000 mon.a (mon.0) 7488 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:55.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:55 smithi178 bash[75692]: audit 2024-03-21T13:11:54.241373+0000 mon.a (mon.0) 7489 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:55.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:55 smithi178 bash[75692]: audit 2024-03-21T13:11:54.242389+0000 mon.a (mon.0) 7490 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:55.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:55 smithi178 bash[75692]: cluster 2024-03-21T13:11:54.244813+0000 mgr.x (mgr.34104) 4899 : cluster [DBG] pgmap v3244: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:55.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:55 smithi178 bash[75692]: cluster 2024-03-21T13:11:54.245143+0000 mgr.x (mgr.34104) 4900 : cluster [DBG] pgmap v3245: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:55.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:55 smithi178 bash[75692]: audit 2024-03-21T13:11:54.252144+0000 mon.a (mon.0) 7491 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:55.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:55 smithi178 bash[75692]: cephadm 2024-03-21T13:11:54.253435+0000 mgr.x (mgr.34104) 4901 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:55.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:55 smithi178 bash[75692]: audit 2024-03-21T13:11:54.334368+0000 mon.a (mon.0) 7492 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:55.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:55 smithi178 bash[75692]: audit 2024-03-21T13:11:54.337846+0000 mon.a (mon.0) 7493 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:55.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:55 smithi178 bash[75692]: audit 2024-03-21T13:11:54.342481+0000 mon.a (mon.0) 7494 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:55.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:55 smithi178 bash[75692]: audit 2024-03-21T13:11:54.345309+0000 mon.a (mon.0) 7495 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:55.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:55 smithi178 bash[75692]: audit 2024-03-21T13:11:54.357502+0000 mon.a (mon.0) 7496 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:55.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:55 smithi178 bash[75692]: audit 2024-03-21T13:11:54.442080+0000 mon.a (mon.0) 7497 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:55.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:55 smithi178 bash[75692]: audit 2024-03-21T13:11:54.445229+0000 mon.a (mon.0) 7498 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:55.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:55 smithi178 bash[75692]: audit 2024-03-21T13:11:54.448359+0000 mon.a (mon.0) 7499 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:55.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:55 smithi178 bash[75692]: audit 2024-03-21T13:11:54.449902+0000 mon.a (mon.0) 7500 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:55.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:55 smithi178 bash[75692]: audit 2024-03-21T13:11:54.460719+0000 mon.a (mon.0) 7501 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:55.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:55 smithi178 bash[75692]: audit 2024-03-21T13:11:54.538917+0000 mon.a (mon.0) 7502 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:55.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:55 smithi178 bash[75692]: audit 2024-03-21T13:11:54.542297+0000 mon.a (mon.0) 7503 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:55.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:55 smithi178 bash[75692]: audit 2024-03-21T13:11:54.545410+0000 mon.a (mon.0) 7504 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:55.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:55 smithi178 bash[77880]: audit 2024-03-21T13:11:54.241373+0000 mon.a (mon.0) 7489 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:55.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:55 smithi178 bash[77880]: audit 2024-03-21T13:11:54.242389+0000 mon.a (mon.0) 7490 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:55.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:55 smithi178 bash[77880]: cluster 2024-03-21T13:11:54.244813+0000 mgr.x (mgr.34104) 4899 : cluster [DBG] pgmap v3244: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:55.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:55 smithi178 bash[77880]: cluster 2024-03-21T13:11:54.245143+0000 mgr.x (mgr.34104) 4900 : cluster [DBG] pgmap v3245: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:55.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:55 smithi178 bash[77880]: audit 2024-03-21T13:11:54.252144+0000 mon.a (mon.0) 7491 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:55.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:55 smithi178 bash[77880]: cephadm 2024-03-21T13:11:54.253435+0000 mgr.x (mgr.34104) 4901 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:55.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:55 smithi178 bash[77880]: audit 2024-03-21T13:11:54.334368+0000 mon.a (mon.0) 7492 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:55.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:55 smithi178 bash[77880]: audit 2024-03-21T13:11:54.337846+0000 mon.a (mon.0) 7493 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:55.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:55 smithi178 bash[77880]: audit 2024-03-21T13:11:54.342481+0000 mon.a (mon.0) 7494 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:55.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:55 smithi178 bash[77880]: audit 2024-03-21T13:11:54.345309+0000 mon.a (mon.0) 7495 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:55.309 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:55 smithi178 bash[77880]: audit 2024-03-21T13:11:54.357502+0000 mon.a (mon.0) 7496 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:55.309 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:55 smithi178 bash[77880]: audit 2024-03-21T13:11:54.442080+0000 mon.a (mon.0) 7497 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:55.309 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:55 smithi178 bash[77880]: audit 2024-03-21T13:11:54.445229+0000 mon.a (mon.0) 7498 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:55.309 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:55 smithi178 bash[77880]: audit 2024-03-21T13:11:54.448359+0000 mon.a (mon.0) 7499 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:55.309 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:55 smithi178 bash[77880]: audit 2024-03-21T13:11:54.449902+0000 mon.a (mon.0) 7500 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:55.309 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:55 smithi178 bash[77880]: audit 2024-03-21T13:11:54.460719+0000 mon.a (mon.0) 7501 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:55.309 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:55 smithi178 bash[77880]: audit 2024-03-21T13:11:54.538917+0000 mon.a (mon.0) 7502 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:55.309 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:55 smithi178 bash[77880]: audit 2024-03-21T13:11:54.542297+0000 mon.a (mon.0) 7503 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:55.309 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:55 smithi178 bash[77880]: audit 2024-03-21T13:11:54.545410+0000 mon.a (mon.0) 7504 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:55.310 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:55 smithi178 bash[75692]: audit 2024-03-21T13:11:54.546614+0000 mon.a (mon.0) 7505 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:55.310 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:55 smithi178 bash[75692]: audit 2024-03-21T13:11:54.557407+0000 mon.a (mon.0) 7506 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:55.310 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:55 smithi178 bash[75692]: audit 2024-03-21T13:11:54.636699+0000 mon.a (mon.0) 7507 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:55.310 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:55 smithi178 bash[75692]: audit 2024-03-21T13:11:54.639966+0000 mon.a (mon.0) 7508 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:55.310 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:55 smithi178 bash[75692]: audit 2024-03-21T13:11:54.643067+0000 mon.a (mon.0) 7509 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:55.310 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:55 smithi178 bash[75692]: audit 2024-03-21T13:11:54.644552+0000 mon.a (mon.0) 7510 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:55.310 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:55 smithi178 bash[75692]: audit 2024-03-21T13:11:54.656740+0000 mon.a (mon.0) 7511 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:55.310 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:55 smithi178 bash[75692]: audit 2024-03-21T13:11:54.741216+0000 mon.a (mon.0) 7512 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:55.310 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:55 smithi178 bash[75692]: audit 2024-03-21T13:11:54.744723+0000 mon.a (mon.0) 7513 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:55.310 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:55 smithi178 bash[75692]: audit 2024-03-21T13:11:54.748357+0000 mon.a (mon.0) 7514 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:55.310 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:55 smithi178 bash[75692]: audit 2024-03-21T13:11:54.749991+0000 mon.a (mon.0) 7515 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:55.310 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:55 smithi178 bash[75692]: audit 2024-03-21T13:11:54.763834+0000 mon.a (mon.0) 7516 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:55.311 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:55 smithi178 bash[75692]: audit 2024-03-21T13:11:54.844951+0000 mon.a (mon.0) 7517 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:55.311 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:55 smithi178 bash[75692]: audit 2024-03-21T13:11:54.848165+0000 mon.a (mon.0) 7518 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:55.311 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:55 smithi178 bash[75692]: audit 2024-03-21T13:11:54.852061+0000 mon.a (mon.0) 7519 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:55.311 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:55 smithi178 bash[75692]: audit 2024-03-21T13:11:54.853510+0000 mon.a (mon.0) 7520 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:55.311 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:55 smithi178 bash[75692]: audit 2024-03-21T13:11:54.867436+0000 mon.a (mon.0) 7521 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:55.311 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:55 smithi178 bash[75692]: audit 2024-03-21T13:11:54.951074+0000 mon.a (mon.0) 7522 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:55.311 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:55 smithi178 bash[75692]: audit 2024-03-21T13:11:54.954422+0000 mon.a (mon.0) 7523 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:55.311 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:55 smithi178 bash[75692]: audit 2024-03-21T13:11:54.958518+0000 mon.a (mon.0) 7524 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:55.311 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:55 smithi178 bash[75692]: audit 2024-03-21T13:11:54.959888+0000 mon.a (mon.0) 7525 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:55.311 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:55 smithi178 bash[75692]: audit 2024-03-21T13:11:54.971369+0000 mon.a (mon.0) 7526 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:55.311 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:55 smithi178 bash[77880]: audit 2024-03-21T13:11:54.546614+0000 mon.a (mon.0) 7505 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:55.312 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:55 smithi178 bash[77880]: audit 2024-03-21T13:11:54.557407+0000 mon.a (mon.0) 7506 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:55.312 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:55 smithi178 bash[77880]: audit 2024-03-21T13:11:54.636699+0000 mon.a (mon.0) 7507 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:55.312 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:55 smithi178 bash[77880]: audit 2024-03-21T13:11:54.639966+0000 mon.a (mon.0) 7508 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:55.312 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:55 smithi178 bash[77880]: audit 2024-03-21T13:11:54.643067+0000 mon.a (mon.0) 7509 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:55.312 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:55 smithi178 bash[77880]: audit 2024-03-21T13:11:54.644552+0000 mon.a (mon.0) 7510 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:55.312 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:55 smithi178 bash[77880]: audit 2024-03-21T13:11:54.656740+0000 mon.a (mon.0) 7511 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:55.312 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:55 smithi178 bash[77880]: audit 2024-03-21T13:11:54.741216+0000 mon.a (mon.0) 7512 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:55.312 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:55 smithi178 bash[77880]: audit 2024-03-21T13:11:54.744723+0000 mon.a (mon.0) 7513 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:55.312 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:55 smithi178 bash[77880]: audit 2024-03-21T13:11:54.748357+0000 mon.a (mon.0) 7514 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:55.312 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:55 smithi178 bash[77880]: audit 2024-03-21T13:11:54.749991+0000 mon.a (mon.0) 7515 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:55.312 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:55 smithi178 bash[77880]: audit 2024-03-21T13:11:54.763834+0000 mon.a (mon.0) 7516 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:55.312 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:55 smithi178 bash[77880]: audit 2024-03-21T13:11:54.844951+0000 mon.a (mon.0) 7517 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:55.312 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:55 smithi178 bash[77880]: audit 2024-03-21T13:11:54.848165+0000 mon.a (mon.0) 7518 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:55.313 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:55 smithi178 bash[77880]: audit 2024-03-21T13:11:54.852061+0000 mon.a (mon.0) 7519 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:55.313 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:55 smithi178 bash[77880]: audit 2024-03-21T13:11:54.853510+0000 mon.a (mon.0) 7520 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:55.313 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:55 smithi178 bash[77880]: audit 2024-03-21T13:11:54.867436+0000 mon.a (mon.0) 7521 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:55.313 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:55 smithi178 bash[77880]: audit 2024-03-21T13:11:54.951074+0000 mon.a (mon.0) 7522 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:55.313 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:55 smithi178 bash[77880]: audit 2024-03-21T13:11:54.954422+0000 mon.a (mon.0) 7523 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:55.313 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:55 smithi178 bash[77880]: audit 2024-03-21T13:11:54.958518+0000 mon.a (mon.0) 7524 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:55.313 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:55 smithi178 bash[77880]: audit 2024-03-21T13:11:54.959888+0000 mon.a (mon.0) 7525 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:55.313 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:55 smithi178 bash[77880]: audit 2024-03-21T13:11:54.971369+0000 mon.a (mon.0) 7526 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:55.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:55 smithi184 bash[59794]: cluster 2024-03-21T13:11:53.350957+0000 mgr.x (mgr.34104) 4872 : cluster [DBG] pgmap v3226: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:55.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:55 smithi184 bash[59794]: cluster 2024-03-21T13:11:53.351488+0000 mgr.x (mgr.34104) 4873 : cluster [DBG] pgmap v3227: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:55.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:55 smithi184 bash[59794]: cephadm 2024-03-21T13:11:53.361294+0000 mgr.x (mgr.34104) 4874 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:55.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:55 smithi184 bash[59794]: cluster 2024-03-21T13:11:53.452787+0000 mgr.x (mgr.34104) 4875 : cluster [DBG] pgmap v3228: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:55.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:55 smithi184 bash[59794]: cluster 2024-03-21T13:11:53.453096+0000 mgr.x (mgr.34104) 4876 : cluster [DBG] pgmap v3229: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:55.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:55 smithi184 bash[59794]: cephadm 2024-03-21T13:11:53.462679+0000 mgr.x (mgr.34104) 4877 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:55.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:55 smithi184 bash[59794]: cluster 2024-03-21T13:11:53.554471+0000 mgr.x (mgr.34104) 4878 : cluster [DBG] pgmap v3230: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:55.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:55 smithi184 bash[59794]: cluster 2024-03-21T13:11:53.554941+0000 mgr.x (mgr.34104) 4879 : cluster [DBG] pgmap v3231: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:55.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:55 smithi184 bash[59794]: cephadm 2024-03-21T13:11:53.564037+0000 mgr.x (mgr.34104) 4880 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:55.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:55 smithi184 bash[59794]: cluster 2024-03-21T13:11:53.657364+0000 mgr.x (mgr.34104) 4881 : cluster [DBG] pgmap v3232: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:55.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:55 smithi184 bash[59794]: cluster 2024-03-21T13:11:53.657919+0000 mgr.x (mgr.34104) 4882 : cluster [DBG] pgmap v3233: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:55.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:55 smithi184 bash[59794]: cephadm 2024-03-21T13:11:53.666009+0000 mgr.x (mgr.34104) 4883 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:55.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:55 smithi184 bash[59794]: cluster 2024-03-21T13:11:53.755943+0000 mgr.x (mgr.34104) 4884 : cluster [DBG] pgmap v3234: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:55.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:55 smithi184 bash[59794]: cluster 2024-03-21T13:11:53.756432+0000 mgr.x (mgr.34104) 4885 : cluster [DBG] pgmap v3235: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:55.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:55 smithi184 bash[59794]: cephadm 2024-03-21T13:11:53.762170+0000 mgr.x (mgr.34104) 4886 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:55.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:55 smithi184 bash[59794]: cluster 2024-03-21T13:11:53.853559+0000 mgr.x (mgr.34104) 4887 : cluster [DBG] pgmap v3236: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:55.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:55 smithi184 bash[59794]: cluster 2024-03-21T13:11:53.853846+0000 mgr.x (mgr.34104) 4888 : cluster [DBG] pgmap v3237: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:55.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:55 smithi184 bash[59794]: cephadm 2024-03-21T13:11:53.862426+0000 mgr.x (mgr.34104) 4889 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:55.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:55 smithi184 bash[59794]: cluster 2024-03-21T13:11:53.958375+0000 mgr.x (mgr.34104) 4890 : cluster [DBG] pgmap v3238: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s 2024-03-21T13:11:55.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:55 smithi184 bash[59794]: cluster 2024-03-21T13:11:53.958649+0000 mgr.x (mgr.34104) 4891 : cluster [DBG] pgmap v3239: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s 2024-03-21T13:11:55.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:55 smithi184 bash[59794]: cephadm 2024-03-21T13:11:53.968424+0000 mgr.x (mgr.34104) 4892 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:55.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:55 smithi184 bash[59794]: audit 2024-03-21T13:11:54.042400+0000 mon.a (mon.0) 7477 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:55.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:55 smithi184 bash[59794]: audit 2024-03-21T13:11:54.044740+0000 mon.a (mon.0) 7478 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:55.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:55 smithi184 bash[59794]: audit 2024-03-21T13:11:54.047610+0000 mon.a (mon.0) 7479 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:55.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:55 smithi184 bash[59794]: audit 2024-03-21T13:11:54.048945+0000 mon.a (mon.0) 7480 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:55.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:55 smithi184 bash[59794]: cluster 2024-03-21T13:11:54.051296+0000 mgr.x (mgr.34104) 4893 : cluster [DBG] pgmap v3240: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s 2024-03-21T13:11:55.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:55 smithi184 bash[59794]: cluster 2024-03-21T13:11:54.051745+0000 mgr.x (mgr.34104) 4894 : cluster [DBG] pgmap v3241: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s 2024-03-21T13:11:55.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:55 smithi184 bash[59794]: audit 2024-03-21T13:11:54.058930+0000 mon.a (mon.0) 7481 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:55.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:55 smithi184 bash[59794]: cephadm 2024-03-21T13:11:54.060240+0000 mgr.x (mgr.34104) 4895 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:55.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:55 smithi184 bash[59794]: audit 2024-03-21T13:11:54.143158+0000 mon.a (mon.0) 7482 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:55.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:55 smithi184 bash[59794]: audit 2024-03-21T13:11:54.145520+0000 mon.a (mon.0) 7483 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:55.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:55 smithi184 bash[59794]: audit 2024-03-21T13:11:54.148173+0000 mon.a (mon.0) 7484 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:55.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:55 smithi184 bash[59794]: audit 2024-03-21T13:11:54.149416+0000 mon.a (mon.0) 7485 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:55.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:55 smithi184 bash[59794]: cluster 2024-03-21T13:11:54.152148+0000 mgr.x (mgr.34104) 4896 : cluster [DBG] pgmap v3242: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s 2024-03-21T13:11:55.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:55 smithi184 bash[59794]: cluster 2024-03-21T13:11:54.152695+0000 mgr.x (mgr.34104) 4897 : cluster [DBG] pgmap v3243: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s 2024-03-21T13:11:55.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:55 smithi184 bash[59794]: audit 2024-03-21T13:11:54.159472+0000 mon.a (mon.0) 7486 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:55.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:55 smithi184 bash[59794]: cephadm 2024-03-21T13:11:54.160739+0000 mgr.x (mgr.34104) 4898 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:55.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:55 smithi184 bash[59794]: audit 2024-03-21T13:11:54.236441+0000 mon.a (mon.0) 7487 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:55.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:55 smithi184 bash[59794]: audit 2024-03-21T13:11:54.238956+0000 mon.a (mon.0) 7488 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:55.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:55 smithi184 bash[59794]: audit 2024-03-21T13:11:54.241373+0000 mon.a (mon.0) 7489 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:55.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:55 smithi184 bash[59794]: audit 2024-03-21T13:11:54.242389+0000 mon.a (mon.0) 7490 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:55.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:55 smithi184 bash[59794]: cluster 2024-03-21T13:11:54.244813+0000 mgr.x (mgr.34104) 4899 : cluster [DBG] pgmap v3244: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:55.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:55 smithi184 bash[59794]: cluster 2024-03-21T13:11:54.245143+0000 mgr.x (mgr.34104) 4900 : cluster [DBG] pgmap v3245: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:55.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:55 smithi184 bash[59794]: audit 2024-03-21T13:11:54.252144+0000 mon.a (mon.0) 7491 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:55.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:55 smithi184 bash[59794]: cephadm 2024-03-21T13:11:54.253435+0000 mgr.x (mgr.34104) 4901 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:55.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:55 smithi184 bash[59794]: audit 2024-03-21T13:11:54.334368+0000 mon.a (mon.0) 7492 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:55.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:55 smithi184 bash[59794]: audit 2024-03-21T13:11:54.337846+0000 mon.a (mon.0) 7493 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:55.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:55 smithi184 bash[59794]: audit 2024-03-21T13:11:54.342481+0000 mon.a (mon.0) 7494 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:55.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:55 smithi184 bash[59794]: audit 2024-03-21T13:11:54.345309+0000 mon.a (mon.0) 7495 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:55.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:55 smithi184 bash[59794]: audit 2024-03-21T13:11:54.357502+0000 mon.a (mon.0) 7496 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:55.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:55 smithi184 bash[59794]: audit 2024-03-21T13:11:54.442080+0000 mon.a (mon.0) 7497 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:55.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:55 smithi184 bash[59794]: audit 2024-03-21T13:11:54.445229+0000 mon.a (mon.0) 7498 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:55.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:55 smithi184 bash[59794]: audit 2024-03-21T13:11:54.448359+0000 mon.a (mon.0) 7499 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:55.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:55 smithi184 bash[59794]: audit 2024-03-21T13:11:54.449902+0000 mon.a (mon.0) 7500 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:55.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:55 smithi184 bash[59794]: audit 2024-03-21T13:11:54.460719+0000 mon.a (mon.0) 7501 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:55.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:55 smithi184 bash[59794]: audit 2024-03-21T13:11:54.538917+0000 mon.a (mon.0) 7502 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:55.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:55 smithi184 bash[59794]: audit 2024-03-21T13:11:54.542297+0000 mon.a (mon.0) 7503 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:55.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:55 smithi184 bash[59794]: audit 2024-03-21T13:11:54.545410+0000 mon.a (mon.0) 7504 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:55.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:55 smithi184 bash[59794]: audit 2024-03-21T13:11:54.546614+0000 mon.a (mon.0) 7505 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:55.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:55 smithi184 bash[59794]: audit 2024-03-21T13:11:54.557407+0000 mon.a (mon.0) 7506 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:55.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:55 smithi184 bash[59794]: audit 2024-03-21T13:11:54.636699+0000 mon.a (mon.0) 7507 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:55.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:55 smithi184 bash[59794]: audit 2024-03-21T13:11:54.639966+0000 mon.a (mon.0) 7508 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:55.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:55 smithi184 bash[59794]: audit 2024-03-21T13:11:54.643067+0000 mon.a (mon.0) 7509 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:55.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:55 smithi184 bash[59794]: audit 2024-03-21T13:11:54.644552+0000 mon.a (mon.0) 7510 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:55.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:55 smithi184 bash[59794]: audit 2024-03-21T13:11:54.656740+0000 mon.a (mon.0) 7511 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:55.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:55 smithi184 bash[59794]: audit 2024-03-21T13:11:54.741216+0000 mon.a (mon.0) 7512 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:55.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:55 smithi184 bash[59794]: audit 2024-03-21T13:11:54.744723+0000 mon.a (mon.0) 7513 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:55.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:55 smithi184 bash[59794]: audit 2024-03-21T13:11:54.748357+0000 mon.a (mon.0) 7514 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:55.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:55 smithi184 bash[59794]: audit 2024-03-21T13:11:54.749991+0000 mon.a (mon.0) 7515 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:55.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:55 smithi184 bash[59794]: audit 2024-03-21T13:11:54.763834+0000 mon.a (mon.0) 7516 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:55.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:55 smithi184 bash[59794]: audit 2024-03-21T13:11:54.844951+0000 mon.a (mon.0) 7517 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:55.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:55 smithi184 bash[59794]: audit 2024-03-21T13:11:54.848165+0000 mon.a (mon.0) 7518 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:55.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:55 smithi184 bash[59794]: audit 2024-03-21T13:11:54.852061+0000 mon.a (mon.0) 7519 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:55.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:55 smithi184 bash[59794]: audit 2024-03-21T13:11:54.853510+0000 mon.a (mon.0) 7520 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:55.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:55 smithi184 bash[59794]: audit 2024-03-21T13:11:54.867436+0000 mon.a (mon.0) 7521 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:55.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:55 smithi184 bash[59794]: audit 2024-03-21T13:11:54.951074+0000 mon.a (mon.0) 7522 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:55.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:55 smithi184 bash[59794]: audit 2024-03-21T13:11:54.954422+0000 mon.a (mon.0) 7523 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:55.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:55 smithi184 bash[59794]: audit 2024-03-21T13:11:54.958518+0000 mon.a (mon.0) 7524 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:55.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:55 smithi184 bash[59794]: audit 2024-03-21T13:11:54.959888+0000 mon.a (mon.0) 7525 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:55.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:55 smithi184 bash[59794]: audit 2024-03-21T13:11:54.971369+0000 mon.a (mon.0) 7526 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:55.545 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:11:55 smithi184 bash[52419]: ::ffff:172.21.15.184 - - [21/Mar/2024:13:11:55] "GET /metrics HTTP/1.1" 200 38778 "" "Prometheus/2.33.4" 2024-03-21T13:11:56.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:56 smithi178 bash[75692]: cluster 2024-03-21T13:11:54.348744+0000 mgr.x (mgr.34104) 4902 : cluster [DBG] pgmap v3246: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:56.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:56 smithi178 bash[75692]: cluster 2024-03-21T13:11:54.349261+0000 mgr.x (mgr.34104) 4903 : cluster [DBG] pgmap v3247: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:56.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:56 smithi178 bash[75692]: cephadm 2024-03-21T13:11:54.359030+0000 mgr.x (mgr.34104) 4904 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:56.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:56 smithi178 bash[75692]: cluster 2024-03-21T13:11:54.452420+0000 mgr.x (mgr.34104) 4905 : cluster [DBG] pgmap v3248: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:56.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:56 smithi178 bash[75692]: cephadm 2024-03-21T13:11:54.461892+0000 mgr.x (mgr.34104) 4906 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:56.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:56 smithi178 bash[75692]: cluster 2024-03-21T13:11:54.549378+0000 mgr.x (mgr.34104) 4907 : cluster [DBG] pgmap v3249: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:56.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:56 smithi178 bash[75692]: cluster 2024-03-21T13:11:54.549912+0000 mgr.x (mgr.34104) 4908 : cluster [DBG] pgmap v3250: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:56.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:56 smithi178 bash[75692]: cephadm 2024-03-21T13:11:54.558482+0000 mgr.x (mgr.34104) 4909 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:56.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:56 smithi178 bash[75692]: cluster 2024-03-21T13:11:54.647792+0000 mgr.x (mgr.34104) 4910 : cluster [DBG] pgmap v3251: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:56.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:56 smithi178 bash[75692]: cluster 2024-03-21T13:11:54.648291+0000 mgr.x (mgr.34104) 4911 : cluster [DBG] pgmap v3252: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:56.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:56 smithi178 bash[75692]: cephadm 2024-03-21T13:11:54.658049+0000 mgr.x (mgr.34104) 4912 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:56.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:56 smithi178 bash[75692]: cluster 2024-03-21T13:11:54.753240+0000 mgr.x (mgr.34104) 4913 : cluster [DBG] pgmap v3253: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:56.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:56 smithi178 bash[75692]: cluster 2024-03-21T13:11:54.753935+0000 mgr.x (mgr.34104) 4914 : cluster [DBG] pgmap v3254: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:56.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:56 smithi178 bash[75692]: cephadm 2024-03-21T13:11:54.765356+0000 mgr.x (mgr.34104) 4915 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:56.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:56 smithi178 bash[75692]: cluster 2024-03-21T13:11:54.856721+0000 mgr.x (mgr.34104) 4916 : cluster [DBG] pgmap v3255: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:56.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:56 smithi178 bash[75692]: cluster 2024-03-21T13:11:54.856950+0000 mgr.x (mgr.34104) 4917 : cluster [DBG] pgmap v3256: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:56.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:56 smithi178 bash[75692]: cephadm 2024-03-21T13:11:54.868679+0000 mgr.x (mgr.34104) 4918 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:56.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:56 smithi178 bash[75692]: cluster 2024-03-21T13:11:54.962755+0000 mgr.x (mgr.34104) 4919 : cluster [DBG] pgmap v3257: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:56.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:56 smithi178 bash[75692]: cluster 2024-03-21T13:11:54.963150+0000 mgr.x (mgr.34104) 4920 : cluster [DBG] pgmap v3258: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:56.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:56 smithi178 bash[75692]: cephadm 2024-03-21T13:11:54.972578+0000 mgr.x (mgr.34104) 4921 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:56.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:56 smithi178 bash[75692]: audit 2024-03-21T13:11:55.052996+0000 mon.a (mon.0) 7527 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:56.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:56 smithi178 bash[75692]: audit 2024-03-21T13:11:55.055639+0000 mon.a (mon.0) 7528 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:56.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:56 smithi178 bash[75692]: audit 2024-03-21T13:11:55.058917+0000 mon.a (mon.0) 7529 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:56.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:56 smithi178 bash[75692]: audit 2024-03-21T13:11:55.060266+0000 mon.a (mon.0) 7530 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:56.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:56 smithi178 bash[75692]: cluster 2024-03-21T13:11:55.062823+0000 mgr.x (mgr.34104) 4922 : cluster [DBG] pgmap v3259: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:56.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:56 smithi178 bash[75692]: cluster 2024-03-21T13:11:55.063237+0000 mgr.x (mgr.34104) 4923 : cluster [DBG] pgmap v3260: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:56.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:56 smithi178 bash[75692]: audit 2024-03-21T13:11:55.070239+0000 mon.a (mon.0) 7531 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:56.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:56 smithi178 bash[75692]: cephadm 2024-03-21T13:11:55.071516+0000 mgr.x (mgr.34104) 4924 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:56.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:56 smithi178 bash[75692]: audit 2024-03-21T13:11:55.149631+0000 mon.a (mon.0) 7532 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:56.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:56 smithi178 bash[75692]: audit 2024-03-21T13:11:55.152945+0000 mon.a (mon.0) 7533 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:56.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:56 smithi178 bash[75692]: audit 2024-03-21T13:11:55.155591+0000 mon.a (mon.0) 7534 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:56.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:56 smithi178 bash[75692]: audit 2024-03-21T13:11:55.156688+0000 mon.a (mon.0) 7535 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:56.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:56 smithi178 bash[75692]: cluster 2024-03-21T13:11:55.159021+0000 mgr.x (mgr.34104) 4925 : cluster [DBG] pgmap v3261: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:56.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:56 smithi178 bash[75692]: cluster 2024-03-21T13:11:55.159286+0000 mgr.x (mgr.34104) 4926 : cluster [DBG] pgmap v3262: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:56.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:56 smithi178 bash[75692]: audit 2024-03-21T13:11:55.166051+0000 mon.a (mon.0) 7536 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:56.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:56 smithi178 bash[75692]: cephadm 2024-03-21T13:11:55.167182+0000 mgr.x (mgr.34104) 4927 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:56.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:56 smithi178 bash[75692]: audit 2024-03-21T13:11:55.243656+0000 mon.a (mon.0) 7537 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:56.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:56 smithi178 bash[75692]: audit 2024-03-21T13:11:55.247236+0000 mon.a (mon.0) 7538 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:56.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:56 smithi178 bash[75692]: audit 2024-03-21T13:11:55.251076+0000 mon.a (mon.0) 7539 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:56.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:56 smithi178 bash[75692]: audit 2024-03-21T13:11:55.252604+0000 mon.a (mon.0) 7540 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:56.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:56 smithi178 bash[75692]: cluster 2024-03-21T13:11:55.256107+0000 mgr.x (mgr.34104) 4928 : cluster [DBG] pgmap v3263: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:56.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:56 smithi178 bash[75692]: cluster 2024-03-21T13:11:55.256556+0000 mgr.x (mgr.34104) 4929 : cluster [DBG] pgmap v3264: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:56.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:56 smithi178 bash[75692]: audit 2024-03-21T13:11:55.264158+0000 mon.a (mon.0) 7541 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:56.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:56 smithi178 bash[75692]: cephadm 2024-03-21T13:11:55.265608+0000 mgr.x (mgr.34104) 4930 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:56.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:56 smithi178 bash[75692]: audit 2024-03-21T13:11:55.345134+0000 mon.a (mon.0) 7542 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:56.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:56 smithi178 bash[75692]: audit 2024-03-21T13:11:55.348079+0000 mon.a (mon.0) 7543 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:56.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:56 smithi178 bash[75692]: audit 2024-03-21T13:11:55.351857+0000 mon.a (mon.0) 7544 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:56.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:56 smithi178 bash[75692]: audit 2024-03-21T13:11:55.353289+0000 mon.a (mon.0) 7545 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:56.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:56 smithi178 bash[75692]: audit 2024-03-21T13:11:55.364523+0000 mon.a (mon.0) 7546 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:56.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:56 smithi178 bash[75692]: audit 2024-03-21T13:11:55.442949+0000 mon.a (mon.0) 7547 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:56.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:56 smithi178 bash[75692]: audit 2024-03-21T13:11:55.446118+0000 mon.a (mon.0) 7548 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:56.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:56 smithi178 bash[75692]: audit 2024-03-21T13:11:55.449265+0000 mon.a (mon.0) 7549 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:56.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:56 smithi178 bash[75692]: audit 2024-03-21T13:11:55.450492+0000 mon.a (mon.0) 7550 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:56.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:56 smithi178 bash[75692]: audit 2024-03-21T13:11:55.459767+0000 mon.a (mon.0) 7551 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:56.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:56 smithi178 bash[75692]: audit 2024-03-21T13:11:55.540847+0000 mon.a (mon.0) 7552 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:56.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:56 smithi178 bash[75692]: audit 2024-03-21T13:11:55.544844+0000 mon.a (mon.0) 7553 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:56.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:56 smithi178 bash[75692]: audit 2024-03-21T13:11:55.547994+0000 mon.a (mon.0) 7554 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:56.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:56 smithi178 bash[75692]: audit 2024-03-21T13:11:55.549490+0000 mon.a (mon.0) 7555 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:56.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:56 smithi178 bash[75692]: audit 2024-03-21T13:11:55.560830+0000 mon.a (mon.0) 7556 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:56.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:56 smithi178 bash[75692]: audit 2024-03-21T13:11:55.642562+0000 mon.a (mon.0) 7557 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:56.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:56 smithi178 bash[75692]: audit 2024-03-21T13:11:55.645623+0000 mon.a (mon.0) 7558 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:56.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:56 smithi178 bash[75692]: audit 2024-03-21T13:11:55.648792+0000 mon.a (mon.0) 7559 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:56.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:56 smithi178 bash[75692]: audit 2024-03-21T13:11:55.649963+0000 mon.a (mon.0) 7560 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:56.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:56 smithi178 bash[75692]: audit 2024-03-21T13:11:55.659602+0000 mon.a (mon.0) 7561 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:56.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:56 smithi178 bash[75692]: audit 2024-03-21T13:11:55.743348+0000 mon.a (mon.0) 7562 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:56.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:56 smithi178 bash[75692]: audit 2024-03-21T13:11:55.746029+0000 mon.a (mon.0) 7563 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:56.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:56 smithi178 bash[75692]: audit 2024-03-21T13:11:55.749262+0000 mon.a (mon.0) 7564 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:56.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:56 smithi178 bash[75692]: audit 2024-03-21T13:11:55.750781+0000 mon.a (mon.0) 7565 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:56.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:56 smithi178 bash[75692]: audit 2024-03-21T13:11:55.762480+0000 mon.a (mon.0) 7566 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:56.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:56 smithi178 bash[75692]: audit 2024-03-21T13:11:55.847079+0000 mon.a (mon.0) 7567 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:56.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:56 smithi178 bash[75692]: audit 2024-03-21T13:11:55.850305+0000 mon.a (mon.0) 7568 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:56.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:56 smithi178 bash[75692]: audit 2024-03-21T13:11:55.854250+0000 mon.a (mon.0) 7569 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:56.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:56 smithi178 bash[75692]: audit 2024-03-21T13:11:55.855666+0000 mon.a (mon.0) 7570 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:56.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:56 smithi178 bash[75692]: audit 2024-03-21T13:11:55.868125+0000 mon.a (mon.0) 7571 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:56.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:56 smithi178 bash[75692]: audit 2024-03-21T13:11:55.945519+0000 mon.a (mon.0) 7572 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:56.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:56 smithi178 bash[75692]: audit 2024-03-21T13:11:55.948541+0000 mon.a (mon.0) 7573 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:56.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:56 smithi178 bash[75692]: audit 2024-03-21T13:11:55.951687+0000 mon.a (mon.0) 7574 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:56.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:56 smithi178 bash[75692]: audit 2024-03-21T13:11:55.953048+0000 mon.a (mon.0) 7575 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:56.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:56 smithi178 bash[75692]: audit 2024-03-21T13:11:55.964238+0000 mon.a (mon.0) 7576 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:56.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:56 smithi178 bash[77880]: cluster 2024-03-21T13:11:54.348744+0000 mgr.x (mgr.34104) 4902 : cluster [DBG] pgmap v3246: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:56.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:56 smithi178 bash[77880]: cluster 2024-03-21T13:11:54.349261+0000 mgr.x (mgr.34104) 4903 : cluster [DBG] pgmap v3247: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:56.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:56 smithi178 bash[77880]: cephadm 2024-03-21T13:11:54.359030+0000 mgr.x (mgr.34104) 4904 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:56.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:56 smithi178 bash[77880]: cluster 2024-03-21T13:11:54.452420+0000 mgr.x (mgr.34104) 4905 : cluster [DBG] pgmap v3248: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:56.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:56 smithi178 bash[77880]: cephadm 2024-03-21T13:11:54.461892+0000 mgr.x (mgr.34104) 4906 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:56.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:56 smithi178 bash[77880]: cluster 2024-03-21T13:11:54.549378+0000 mgr.x (mgr.34104) 4907 : cluster [DBG] pgmap v3249: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:56.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:56 smithi178 bash[77880]: cluster 2024-03-21T13:11:54.549912+0000 mgr.x (mgr.34104) 4908 : cluster [DBG] pgmap v3250: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:56.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:56 smithi178 bash[77880]: cephadm 2024-03-21T13:11:54.558482+0000 mgr.x (mgr.34104) 4909 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:56.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:56 smithi178 bash[77880]: cluster 2024-03-21T13:11:54.647792+0000 mgr.x (mgr.34104) 4910 : cluster [DBG] pgmap v3251: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:56.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:56 smithi178 bash[77880]: cluster 2024-03-21T13:11:54.648291+0000 mgr.x (mgr.34104) 4911 : cluster [DBG] pgmap v3252: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:56.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:56 smithi178 bash[77880]: cephadm 2024-03-21T13:11:54.658049+0000 mgr.x (mgr.34104) 4912 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:56.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:56 smithi178 bash[77880]: cluster 2024-03-21T13:11:54.753240+0000 mgr.x (mgr.34104) 4913 : cluster [DBG] pgmap v3253: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:56.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:56 smithi178 bash[77880]: cluster 2024-03-21T13:11:54.753935+0000 mgr.x (mgr.34104) 4914 : cluster [DBG] pgmap v3254: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:56.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:56 smithi178 bash[77880]: cephadm 2024-03-21T13:11:54.765356+0000 mgr.x (mgr.34104) 4915 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:56.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:56 smithi178 bash[77880]: cluster 2024-03-21T13:11:54.856721+0000 mgr.x (mgr.34104) 4916 : cluster [DBG] pgmap v3255: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:56.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:56 smithi178 bash[77880]: cluster 2024-03-21T13:11:54.856950+0000 mgr.x (mgr.34104) 4917 : cluster [DBG] pgmap v3256: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:56.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:56 smithi178 bash[77880]: cephadm 2024-03-21T13:11:54.868679+0000 mgr.x (mgr.34104) 4918 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:56.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:56 smithi178 bash[77880]: cluster 2024-03-21T13:11:54.962755+0000 mgr.x (mgr.34104) 4919 : cluster [DBG] pgmap v3257: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:56.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:56 smithi178 bash[77880]: cluster 2024-03-21T13:11:54.963150+0000 mgr.x (mgr.34104) 4920 : cluster [DBG] pgmap v3258: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:56.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:56 smithi178 bash[77880]: cephadm 2024-03-21T13:11:54.972578+0000 mgr.x (mgr.34104) 4921 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:56.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:56 smithi178 bash[77880]: audit 2024-03-21T13:11:55.052996+0000 mon.a (mon.0) 7527 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:56.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:56 smithi178 bash[77880]: audit 2024-03-21T13:11:55.055639+0000 mon.a (mon.0) 7528 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:56.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:56 smithi178 bash[77880]: audit 2024-03-21T13:11:55.058917+0000 mon.a (mon.0) 7529 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:56.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:56 smithi178 bash[77880]: audit 2024-03-21T13:11:55.060266+0000 mon.a (mon.0) 7530 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:56.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:56 smithi178 bash[77880]: cluster 2024-03-21T13:11:55.062823+0000 mgr.x (mgr.34104) 4922 : cluster [DBG] pgmap v3259: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:56.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:56 smithi178 bash[77880]: cluster 2024-03-21T13:11:55.063237+0000 mgr.x (mgr.34104) 4923 : cluster [DBG] pgmap v3260: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:56.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:56 smithi178 bash[77880]: audit 2024-03-21T13:11:55.070239+0000 mon.a (mon.0) 7531 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:56.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:56 smithi178 bash[77880]: cephadm 2024-03-21T13:11:55.071516+0000 mgr.x (mgr.34104) 4924 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:56.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:56 smithi178 bash[77880]: audit 2024-03-21T13:11:55.149631+0000 mon.a (mon.0) 7532 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:56.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:56 smithi178 bash[77880]: audit 2024-03-21T13:11:55.152945+0000 mon.a (mon.0) 7533 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:56.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:56 smithi178 bash[77880]: audit 2024-03-21T13:11:55.155591+0000 mon.a (mon.0) 7534 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:56.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:56 smithi178 bash[77880]: audit 2024-03-21T13:11:55.156688+0000 mon.a (mon.0) 7535 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:56.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:56 smithi178 bash[77880]: cluster 2024-03-21T13:11:55.159021+0000 mgr.x (mgr.34104) 4925 : cluster [DBG] pgmap v3261: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:56.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:56 smithi178 bash[77880]: cluster 2024-03-21T13:11:55.159286+0000 mgr.x (mgr.34104) 4926 : cluster [DBG] pgmap v3262: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:56.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:56 smithi178 bash[77880]: audit 2024-03-21T13:11:55.166051+0000 mon.a (mon.0) 7536 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:56.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:56 smithi178 bash[77880]: cephadm 2024-03-21T13:11:55.167182+0000 mgr.x (mgr.34104) 4927 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:56.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:56 smithi178 bash[77880]: audit 2024-03-21T13:11:55.243656+0000 mon.a (mon.0) 7537 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:56.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:56 smithi178 bash[77880]: audit 2024-03-21T13:11:55.247236+0000 mon.a (mon.0) 7538 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:56.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:56 smithi178 bash[77880]: audit 2024-03-21T13:11:55.251076+0000 mon.a (mon.0) 7539 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:56.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:56 smithi178 bash[77880]: audit 2024-03-21T13:11:55.252604+0000 mon.a (mon.0) 7540 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:56.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:56 smithi178 bash[77880]: cluster 2024-03-21T13:11:55.256107+0000 mgr.x (mgr.34104) 4928 : cluster [DBG] pgmap v3263: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:56.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:56 smithi178 bash[77880]: cluster 2024-03-21T13:11:55.256556+0000 mgr.x (mgr.34104) 4929 : cluster [DBG] pgmap v3264: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:56.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:56 smithi178 bash[77880]: audit 2024-03-21T13:11:55.264158+0000 mon.a (mon.0) 7541 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:56.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:56 smithi178 bash[77880]: cephadm 2024-03-21T13:11:55.265608+0000 mgr.x (mgr.34104) 4930 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:56.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:56 smithi178 bash[77880]: audit 2024-03-21T13:11:55.345134+0000 mon.a (mon.0) 7542 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:56.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:56 smithi178 bash[77880]: audit 2024-03-21T13:11:55.348079+0000 mon.a (mon.0) 7543 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:56.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:56 smithi178 bash[77880]: audit 2024-03-21T13:11:55.351857+0000 mon.a (mon.0) 7544 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:56.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:56 smithi178 bash[77880]: audit 2024-03-21T13:11:55.353289+0000 mon.a (mon.0) 7545 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:56.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:56 smithi178 bash[77880]: audit 2024-03-21T13:11:55.364523+0000 mon.a (mon.0) 7546 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:56.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:56 smithi178 bash[77880]: audit 2024-03-21T13:11:55.442949+0000 mon.a (mon.0) 7547 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:56.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:56 smithi178 bash[77880]: audit 2024-03-21T13:11:55.446118+0000 mon.a (mon.0) 7548 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:56.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:56 smithi178 bash[77880]: audit 2024-03-21T13:11:55.449265+0000 mon.a (mon.0) 7549 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:56.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:56 smithi178 bash[77880]: audit 2024-03-21T13:11:55.450492+0000 mon.a (mon.0) 7550 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:56.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:56 smithi178 bash[77880]: audit 2024-03-21T13:11:55.459767+0000 mon.a (mon.0) 7551 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:56.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:56 smithi178 bash[77880]: audit 2024-03-21T13:11:55.540847+0000 mon.a (mon.0) 7552 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:56.309 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:56 smithi178 bash[77880]: audit 2024-03-21T13:11:55.544844+0000 mon.a (mon.0) 7553 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:56.309 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:56 smithi178 bash[77880]: audit 2024-03-21T13:11:55.547994+0000 mon.a (mon.0) 7554 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:56.309 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:56 smithi178 bash[77880]: audit 2024-03-21T13:11:55.549490+0000 mon.a (mon.0) 7555 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:56.309 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:56 smithi178 bash[77880]: audit 2024-03-21T13:11:55.560830+0000 mon.a (mon.0) 7556 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:56.309 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:56 smithi178 bash[77880]: audit 2024-03-21T13:11:55.642562+0000 mon.a (mon.0) 7557 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:56.309 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:56 smithi178 bash[77880]: audit 2024-03-21T13:11:55.645623+0000 mon.a (mon.0) 7558 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:56.309 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:56 smithi178 bash[77880]: audit 2024-03-21T13:11:55.648792+0000 mon.a (mon.0) 7559 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:56.309 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:56 smithi178 bash[77880]: audit 2024-03-21T13:11:55.649963+0000 mon.a (mon.0) 7560 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:56.309 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:56 smithi178 bash[77880]: audit 2024-03-21T13:11:55.659602+0000 mon.a (mon.0) 7561 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:56.309 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:56 smithi178 bash[77880]: audit 2024-03-21T13:11:55.743348+0000 mon.a (mon.0) 7562 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:56.309 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:56 smithi178 bash[77880]: audit 2024-03-21T13:11:55.746029+0000 mon.a (mon.0) 7563 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:56.309 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:56 smithi178 bash[77880]: audit 2024-03-21T13:11:55.749262+0000 mon.a (mon.0) 7564 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:56.309 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:56 smithi178 bash[77880]: audit 2024-03-21T13:11:55.750781+0000 mon.a (mon.0) 7565 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:56.309 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:56 smithi178 bash[77880]: audit 2024-03-21T13:11:55.762480+0000 mon.a (mon.0) 7566 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:56.309 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:56 smithi178 bash[77880]: audit 2024-03-21T13:11:55.847079+0000 mon.a (mon.0) 7567 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:56.310 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:56 smithi178 bash[77880]: audit 2024-03-21T13:11:55.850305+0000 mon.a (mon.0) 7568 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:56.310 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:56 smithi178 bash[77880]: audit 2024-03-21T13:11:55.854250+0000 mon.a (mon.0) 7569 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:56.310 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:56 smithi178 bash[77880]: audit 2024-03-21T13:11:55.855666+0000 mon.a (mon.0) 7570 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:56.310 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:56 smithi178 bash[77880]: audit 2024-03-21T13:11:55.868125+0000 mon.a (mon.0) 7571 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:56.310 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:56 smithi178 bash[77880]: audit 2024-03-21T13:11:55.945519+0000 mon.a (mon.0) 7572 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:56.310 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:56 smithi178 bash[77880]: audit 2024-03-21T13:11:55.948541+0000 mon.a (mon.0) 7573 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:56.310 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:56 smithi178 bash[77880]: audit 2024-03-21T13:11:55.951687+0000 mon.a (mon.0) 7574 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:56.310 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:56 smithi178 bash[77880]: audit 2024-03-21T13:11:55.953048+0000 mon.a (mon.0) 7575 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:56.310 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:56 smithi178 bash[77880]: audit 2024-03-21T13:11:55.964238+0000 mon.a (mon.0) 7576 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:56.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:56 smithi184 bash[59794]: cluster 2024-03-21T13:11:54.348744+0000 mgr.x (mgr.34104) 4902 : cluster [DBG] pgmap v3246: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:56.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:56 smithi184 bash[59794]: cluster 2024-03-21T13:11:54.349261+0000 mgr.x (mgr.34104) 4903 : cluster [DBG] pgmap v3247: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:56.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:56 smithi184 bash[59794]: cephadm 2024-03-21T13:11:54.359030+0000 mgr.x (mgr.34104) 4904 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:56.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:56 smithi184 bash[59794]: cluster 2024-03-21T13:11:54.452420+0000 mgr.x (mgr.34104) 4905 : cluster [DBG] pgmap v3248: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:56.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:56 smithi184 bash[59794]: cephadm 2024-03-21T13:11:54.461892+0000 mgr.x (mgr.34104) 4906 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:56.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:56 smithi184 bash[59794]: cluster 2024-03-21T13:11:54.549378+0000 mgr.x (mgr.34104) 4907 : cluster [DBG] pgmap v3249: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:56.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:56 smithi184 bash[59794]: cluster 2024-03-21T13:11:54.549912+0000 mgr.x (mgr.34104) 4908 : cluster [DBG] pgmap v3250: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:56.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:56 smithi184 bash[59794]: cephadm 2024-03-21T13:11:54.558482+0000 mgr.x (mgr.34104) 4909 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:56.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:56 smithi184 bash[59794]: cluster 2024-03-21T13:11:54.647792+0000 mgr.x (mgr.34104) 4910 : cluster [DBG] pgmap v3251: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:56.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:56 smithi184 bash[59794]: cluster 2024-03-21T13:11:54.648291+0000 mgr.x (mgr.34104) 4911 : cluster [DBG] pgmap v3252: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:56.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:56 smithi184 bash[59794]: cephadm 2024-03-21T13:11:54.658049+0000 mgr.x (mgr.34104) 4912 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:56.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:56 smithi184 bash[59794]: cluster 2024-03-21T13:11:54.753240+0000 mgr.x (mgr.34104) 4913 : cluster [DBG] pgmap v3253: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:56.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:56 smithi184 bash[59794]: cluster 2024-03-21T13:11:54.753935+0000 mgr.x (mgr.34104) 4914 : cluster [DBG] pgmap v3254: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:56.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:56 smithi184 bash[59794]: cephadm 2024-03-21T13:11:54.765356+0000 mgr.x (mgr.34104) 4915 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:56.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:56 smithi184 bash[59794]: cluster 2024-03-21T13:11:54.856721+0000 mgr.x (mgr.34104) 4916 : cluster [DBG] pgmap v3255: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:56.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:56 smithi184 bash[59794]: cluster 2024-03-21T13:11:54.856950+0000 mgr.x (mgr.34104) 4917 : cluster [DBG] pgmap v3256: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:56.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:56 smithi184 bash[59794]: cephadm 2024-03-21T13:11:54.868679+0000 mgr.x (mgr.34104) 4918 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:56.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:56 smithi184 bash[59794]: cluster 2024-03-21T13:11:54.962755+0000 mgr.x (mgr.34104) 4919 : cluster [DBG] pgmap v3257: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:56.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:56 smithi184 bash[59794]: cluster 2024-03-21T13:11:54.963150+0000 mgr.x (mgr.34104) 4920 : cluster [DBG] pgmap v3258: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:56.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:56 smithi184 bash[59794]: cephadm 2024-03-21T13:11:54.972578+0000 mgr.x (mgr.34104) 4921 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:56.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:56 smithi184 bash[59794]: audit 2024-03-21T13:11:55.052996+0000 mon.a (mon.0) 7527 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:56.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:56 smithi184 bash[59794]: audit 2024-03-21T13:11:55.055639+0000 mon.a (mon.0) 7528 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:56.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:56 smithi184 bash[59794]: audit 2024-03-21T13:11:55.058917+0000 mon.a (mon.0) 7529 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:56.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:56 smithi184 bash[59794]: audit 2024-03-21T13:11:55.060266+0000 mon.a (mon.0) 7530 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:56.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:56 smithi184 bash[59794]: cluster 2024-03-21T13:11:55.062823+0000 mgr.x (mgr.34104) 4922 : cluster [DBG] pgmap v3259: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:56.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:56 smithi184 bash[59794]: cluster 2024-03-21T13:11:55.063237+0000 mgr.x (mgr.34104) 4923 : cluster [DBG] pgmap v3260: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:56.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:56 smithi184 bash[59794]: audit 2024-03-21T13:11:55.070239+0000 mon.a (mon.0) 7531 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:56.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:56 smithi184 bash[59794]: cephadm 2024-03-21T13:11:55.071516+0000 mgr.x (mgr.34104) 4924 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:56.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:56 smithi184 bash[59794]: audit 2024-03-21T13:11:55.149631+0000 mon.a (mon.0) 7532 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:56.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:56 smithi184 bash[59794]: audit 2024-03-21T13:11:55.152945+0000 mon.a (mon.0) 7533 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:56.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:56 smithi184 bash[59794]: audit 2024-03-21T13:11:55.155591+0000 mon.a (mon.0) 7534 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:56.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:56 smithi184 bash[59794]: audit 2024-03-21T13:11:55.156688+0000 mon.a (mon.0) 7535 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:56.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:56 smithi184 bash[59794]: cluster 2024-03-21T13:11:55.159021+0000 mgr.x (mgr.34104) 4925 : cluster [DBG] pgmap v3261: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:56.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:56 smithi184 bash[59794]: cluster 2024-03-21T13:11:55.159286+0000 mgr.x (mgr.34104) 4926 : cluster [DBG] pgmap v3262: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:56.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:56 smithi184 bash[59794]: audit 2024-03-21T13:11:55.166051+0000 mon.a (mon.0) 7536 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:56.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:56 smithi184 bash[59794]: cephadm 2024-03-21T13:11:55.167182+0000 mgr.x (mgr.34104) 4927 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:56.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:56 smithi184 bash[59794]: audit 2024-03-21T13:11:55.243656+0000 mon.a (mon.0) 7537 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:56.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:56 smithi184 bash[59794]: audit 2024-03-21T13:11:55.247236+0000 mon.a (mon.0) 7538 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:56.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:56 smithi184 bash[59794]: audit 2024-03-21T13:11:55.251076+0000 mon.a (mon.0) 7539 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:56.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:56 smithi184 bash[59794]: audit 2024-03-21T13:11:55.252604+0000 mon.a (mon.0) 7540 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:56.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:56 smithi184 bash[59794]: cluster 2024-03-21T13:11:55.256107+0000 mgr.x (mgr.34104) 4928 : cluster [DBG] pgmap v3263: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:56.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:56 smithi184 bash[59794]: cluster 2024-03-21T13:11:55.256556+0000 mgr.x (mgr.34104) 4929 : cluster [DBG] pgmap v3264: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:56.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:56 smithi184 bash[59794]: audit 2024-03-21T13:11:55.264158+0000 mon.a (mon.0) 7541 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:56.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:56 smithi184 bash[59794]: cephadm 2024-03-21T13:11:55.265608+0000 mgr.x (mgr.34104) 4930 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:56.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:56 smithi184 bash[59794]: audit 2024-03-21T13:11:55.345134+0000 mon.a (mon.0) 7542 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:56.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:56 smithi184 bash[59794]: audit 2024-03-21T13:11:55.348079+0000 mon.a (mon.0) 7543 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:56.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:56 smithi184 bash[59794]: audit 2024-03-21T13:11:55.351857+0000 mon.a (mon.0) 7544 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:56.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:56 smithi184 bash[59794]: audit 2024-03-21T13:11:55.353289+0000 mon.a (mon.0) 7545 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:56.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:56 smithi184 bash[59794]: audit 2024-03-21T13:11:55.364523+0000 mon.a (mon.0) 7546 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:56.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:56 smithi184 bash[59794]: audit 2024-03-21T13:11:55.442949+0000 mon.a (mon.0) 7547 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:56.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:56 smithi184 bash[59794]: audit 2024-03-21T13:11:55.446118+0000 mon.a (mon.0) 7548 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:56.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:56 smithi184 bash[59794]: audit 2024-03-21T13:11:55.449265+0000 mon.a (mon.0) 7549 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:56.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:56 smithi184 bash[59794]: audit 2024-03-21T13:11:55.450492+0000 mon.a (mon.0) 7550 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:56.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:56 smithi184 bash[59794]: audit 2024-03-21T13:11:55.459767+0000 mon.a (mon.0) 7551 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:56.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:56 smithi184 bash[59794]: audit 2024-03-21T13:11:55.540847+0000 mon.a (mon.0) 7552 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:56.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:56 smithi184 bash[59794]: audit 2024-03-21T13:11:55.544844+0000 mon.a (mon.0) 7553 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:56.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:56 smithi184 bash[59794]: audit 2024-03-21T13:11:55.547994+0000 mon.a (mon.0) 7554 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:56.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:56 smithi184 bash[59794]: audit 2024-03-21T13:11:55.549490+0000 mon.a (mon.0) 7555 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:56.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:56 smithi184 bash[59794]: audit 2024-03-21T13:11:55.560830+0000 mon.a (mon.0) 7556 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:56.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:56 smithi184 bash[59794]: audit 2024-03-21T13:11:55.642562+0000 mon.a (mon.0) 7557 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:56.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:56 smithi184 bash[59794]: audit 2024-03-21T13:11:55.645623+0000 mon.a (mon.0) 7558 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:56.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:56 smithi184 bash[59794]: audit 2024-03-21T13:11:55.648792+0000 mon.a (mon.0) 7559 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:56.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:56 smithi184 bash[59794]: audit 2024-03-21T13:11:55.649963+0000 mon.a (mon.0) 7560 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:56.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:56 smithi184 bash[59794]: audit 2024-03-21T13:11:55.659602+0000 mon.a (mon.0) 7561 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:56.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:56 smithi184 bash[59794]: audit 2024-03-21T13:11:55.743348+0000 mon.a (mon.0) 7562 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:56.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:56 smithi184 bash[59794]: audit 2024-03-21T13:11:55.746029+0000 mon.a (mon.0) 7563 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:56.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:56 smithi184 bash[59794]: audit 2024-03-21T13:11:55.749262+0000 mon.a (mon.0) 7564 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:56.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:56 smithi184 bash[59794]: audit 2024-03-21T13:11:55.750781+0000 mon.a (mon.0) 7565 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:56.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:56 smithi184 bash[59794]: audit 2024-03-21T13:11:55.762480+0000 mon.a (mon.0) 7566 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:56.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:56 smithi184 bash[59794]: audit 2024-03-21T13:11:55.847079+0000 mon.a (mon.0) 7567 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:56.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:56 smithi184 bash[59794]: audit 2024-03-21T13:11:55.850305+0000 mon.a (mon.0) 7568 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:56.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:56 smithi184 bash[59794]: audit 2024-03-21T13:11:55.854250+0000 mon.a (mon.0) 7569 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:56.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:56 smithi184 bash[59794]: audit 2024-03-21T13:11:55.855666+0000 mon.a (mon.0) 7570 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:56.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:56 smithi184 bash[59794]: audit 2024-03-21T13:11:55.868125+0000 mon.a (mon.0) 7571 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:56.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:56 smithi184 bash[59794]: audit 2024-03-21T13:11:55.945519+0000 mon.a (mon.0) 7572 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:56.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:56 smithi184 bash[59794]: audit 2024-03-21T13:11:55.948541+0000 mon.a (mon.0) 7573 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:56.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:56 smithi184 bash[59794]: audit 2024-03-21T13:11:55.951687+0000 mon.a (mon.0) 7574 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:56.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:56 smithi184 bash[59794]: audit 2024-03-21T13:11:55.953048+0000 mon.a (mon.0) 7575 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:56.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:56 smithi184 bash[59794]: audit 2024-03-21T13:11:55.964238+0000 mon.a (mon.0) 7576 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:56.650 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:11:56 smithi184 bash[83985]: ts=2024-03-21T13:11:56.447Z caller=node_exporter.go:180 level=info msg="Starting node_exporter" version="(version=1.5.0, branch=HEAD, revision=1b48970ffcf5630534fb00bb0687d73c66d1c959)" 2024-03-21T13:11:56.650 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:11:56 smithi184 bash[83985]: ts=2024-03-21T13:11:56.447Z caller=node_exporter.go:181 level=info msg="Build context" build_context="(go=go1.19.3, user=root@6e7732a7b81b, date=20221129-18:59:09)" 2024-03-21T13:11:56.650 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:11:56 smithi184 bash[83985]: ts=2024-03-21T13:11:56.448Z caller=diskstats_common.go:111 level=info collector=diskstats msg="Parsed flag --collector.diskstats.device-exclude" flag=^(ram|loop|fd|(h|s|v|xv)d[a-z]|nvme\d+n\d+p)\d+$ 2024-03-21T13:11:56.650 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:11:56 smithi184 bash[83985]: ts=2024-03-21T13:11:56.449Z caller=diskstats_linux.go:264 level=error collector=diskstats msg="Failed to open directory, disabling udev device properties" path=/run/udev/data 2024-03-21T13:11:56.650 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:11:56 smithi184 bash[83985]: ts=2024-03-21T13:11:56.449Z caller=filesystem_common.go:111 level=info collector=filesystem msg="Parsed flag --collector.filesystem.mount-points-exclude" flag=^/(dev|proc|run/credentials/.+|sys|var/lib/docker/.+|var/lib/containers/storage/.+)($|/) 2024-03-21T13:11:56.650 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:11:56 smithi184 bash[83985]: ts=2024-03-21T13:11:56.449Z caller=filesystem_common.go:113 level=info collector=filesystem msg="Parsed flag --collector.filesystem.fs-types-exclude" flag=^(autofs|binfmt_misc|bpf|cgroup2?|configfs|debugfs|devpts|devtmpfs|fusectl|hugetlbfs|iso9660|mqueue|nsfs|overlay|proc|procfs|pstore|rpc_pipefs|securityfs|selinuxfs|squashfs|sysfs|tracefs)$ 2024-03-21T13:11:56.651 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:11:56 smithi184 bash[83985]: ts=2024-03-21T13:11:56.449Z caller=node_exporter.go:110 level=info msg="Enabled collectors" 2024-03-21T13:11:56.651 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:11:56 smithi184 bash[83985]: ts=2024-03-21T13:11:56.449Z caller=node_exporter.go:117 level=info collector=arp 2024-03-21T13:11:56.651 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:11:56 smithi184 bash[83985]: ts=2024-03-21T13:11:56.449Z caller=node_exporter.go:117 level=info collector=bcache 2024-03-21T13:11:56.651 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:11:56 smithi184 bash[83985]: ts=2024-03-21T13:11:56.449Z caller=node_exporter.go:117 level=info collector=bonding 2024-03-21T13:11:56.651 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:11:56 smithi184 bash[83985]: ts=2024-03-21T13:11:56.449Z caller=node_exporter.go:117 level=info collector=btrfs 2024-03-21T13:11:56.651 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:11:56 smithi184 bash[83985]: ts=2024-03-21T13:11:56.449Z caller=node_exporter.go:117 level=info collector=conntrack 2024-03-21T13:11:56.651 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:11:56 smithi184 bash[83985]: ts=2024-03-21T13:11:56.449Z caller=node_exporter.go:117 level=info collector=cpu 2024-03-21T13:11:56.651 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:11:56 smithi184 bash[83985]: ts=2024-03-21T13:11:56.449Z caller=node_exporter.go:117 level=info collector=cpufreq 2024-03-21T13:11:56.651 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:11:56 smithi184 bash[83985]: ts=2024-03-21T13:11:56.449Z caller=node_exporter.go:117 level=info collector=diskstats 2024-03-21T13:11:56.651 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:11:56 smithi184 bash[83985]: ts=2024-03-21T13:11:56.449Z caller=node_exporter.go:117 level=info collector=dmi 2024-03-21T13:11:56.651 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:11:56 smithi184 bash[83985]: ts=2024-03-21T13:11:56.449Z caller=node_exporter.go:117 level=info collector=edac 2024-03-21T13:11:56.651 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:11:56 smithi184 bash[83985]: ts=2024-03-21T13:11:56.449Z caller=node_exporter.go:117 level=info collector=entropy 2024-03-21T13:11:56.651 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:11:56 smithi184 bash[83985]: ts=2024-03-21T13:11:56.449Z caller=node_exporter.go:117 level=info collector=fibrechannel 2024-03-21T13:11:56.652 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:11:56 smithi184 bash[83985]: ts=2024-03-21T13:11:56.449Z caller=node_exporter.go:117 level=info collector=filefd 2024-03-21T13:11:56.652 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:11:56 smithi184 bash[83985]: ts=2024-03-21T13:11:56.449Z caller=node_exporter.go:117 level=info collector=filesystem 2024-03-21T13:11:56.652 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:11:56 smithi184 bash[83985]: ts=2024-03-21T13:11:56.449Z caller=node_exporter.go:117 level=info collector=hwmon 2024-03-21T13:11:56.652 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:11:56 smithi184 bash[83985]: ts=2024-03-21T13:11:56.449Z caller=node_exporter.go:117 level=info collector=infiniband 2024-03-21T13:11:56.652 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:11:56 smithi184 bash[83985]: ts=2024-03-21T13:11:56.449Z caller=node_exporter.go:117 level=info collector=ipvs 2024-03-21T13:11:56.652 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:11:56 smithi184 bash[83985]: ts=2024-03-21T13:11:56.449Z caller=node_exporter.go:117 level=info collector=loadavg 2024-03-21T13:11:56.652 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:11:56 smithi184 bash[83985]: ts=2024-03-21T13:11:56.449Z caller=node_exporter.go:117 level=info collector=mdadm 2024-03-21T13:11:56.652 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:11:56 smithi184 bash[83985]: ts=2024-03-21T13:11:56.450Z caller=node_exporter.go:117 level=info collector=meminfo 2024-03-21T13:11:56.652 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:11:56 smithi184 bash[83985]: ts=2024-03-21T13:11:56.450Z caller=node_exporter.go:117 level=info collector=netclass 2024-03-21T13:11:56.652 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:11:56 smithi184 bash[83985]: ts=2024-03-21T13:11:56.450Z caller=node_exporter.go:117 level=info collector=netdev 2024-03-21T13:11:56.652 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:11:56 smithi184 bash[83985]: ts=2024-03-21T13:11:56.450Z caller=node_exporter.go:117 level=info collector=netstat 2024-03-21T13:11:56.652 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:11:56 smithi184 bash[83985]: ts=2024-03-21T13:11:56.450Z caller=node_exporter.go:117 level=info collector=nfs 2024-03-21T13:11:56.652 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:11:56 smithi184 bash[83985]: ts=2024-03-21T13:11:56.450Z caller=node_exporter.go:117 level=info collector=nfsd 2024-03-21T13:11:56.652 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:11:56 smithi184 bash[83985]: ts=2024-03-21T13:11:56.450Z caller=node_exporter.go:117 level=info collector=nvme 2024-03-21T13:11:56.653 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:11:56 smithi184 bash[83985]: ts=2024-03-21T13:11:56.450Z caller=node_exporter.go:117 level=info collector=os 2024-03-21T13:11:56.653 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:11:56 smithi184 bash[83985]: ts=2024-03-21T13:11:56.450Z caller=node_exporter.go:117 level=info collector=powersupplyclass 2024-03-21T13:11:56.653 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:11:56 smithi184 bash[83985]: ts=2024-03-21T13:11:56.450Z caller=node_exporter.go:117 level=info collector=pressure 2024-03-21T13:11:56.653 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:11:56 smithi184 bash[83985]: ts=2024-03-21T13:11:56.450Z caller=node_exporter.go:117 level=info collector=rapl 2024-03-21T13:11:56.653 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:11:56 smithi184 bash[83985]: ts=2024-03-21T13:11:56.450Z caller=node_exporter.go:117 level=info collector=schedstat 2024-03-21T13:11:56.653 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:11:56 smithi184 bash[83985]: ts=2024-03-21T13:11:56.450Z caller=node_exporter.go:117 level=info collector=selinux 2024-03-21T13:11:56.653 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:11:56 smithi184 bash[83985]: ts=2024-03-21T13:11:56.450Z caller=node_exporter.go:117 level=info collector=sockstat 2024-03-21T13:11:56.653 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:11:56 smithi184 bash[83985]: ts=2024-03-21T13:11:56.450Z caller=node_exporter.go:117 level=info collector=softnet 2024-03-21T13:11:56.653 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:11:56 smithi184 bash[83985]: ts=2024-03-21T13:11:56.450Z caller=node_exporter.go:117 level=info collector=stat 2024-03-21T13:11:56.653 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:11:56 smithi184 bash[83985]: ts=2024-03-21T13:11:56.450Z caller=node_exporter.go:117 level=info collector=tapestats 2024-03-21T13:11:56.653 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:11:56 smithi184 bash[83985]: ts=2024-03-21T13:11:56.450Z caller=node_exporter.go:117 level=info collector=textfile 2024-03-21T13:11:56.653 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:11:56 smithi184 bash[83985]: ts=2024-03-21T13:11:56.450Z caller=node_exporter.go:117 level=info collector=thermal_zone 2024-03-21T13:11:56.653 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:11:56 smithi184 bash[83985]: ts=2024-03-21T13:11:56.450Z caller=node_exporter.go:117 level=info collector=time 2024-03-21T13:11:56.653 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:11:56 smithi184 bash[83985]: ts=2024-03-21T13:11:56.450Z caller=node_exporter.go:117 level=info collector=udp_queues 2024-03-21T13:11:56.653 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:11:56 smithi184 bash[83985]: ts=2024-03-21T13:11:56.450Z caller=node_exporter.go:117 level=info collector=uname 2024-03-21T13:11:56.654 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:11:56 smithi184 bash[83985]: ts=2024-03-21T13:11:56.450Z caller=node_exporter.go:117 level=info collector=vmstat 2024-03-21T13:11:56.654 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:11:56 smithi184 bash[83985]: ts=2024-03-21T13:11:56.450Z caller=node_exporter.go:117 level=info collector=xfs 2024-03-21T13:11:56.654 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:11:56 smithi184 bash[83985]: ts=2024-03-21T13:11:56.450Z caller=node_exporter.go:117 level=info collector=zfs 2024-03-21T13:11:56.654 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:11:56 smithi184 bash[83985]: ts=2024-03-21T13:11:56.450Z caller=tls_config.go:232 level=info msg="Listening on" address=[::]:9100 2024-03-21T13:11:56.654 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:11:56 smithi184 bash[83985]: ts=2024-03-21T13:11:56.450Z caller=tls_config.go:235 level=info msg="TLS is disabled." http2=false address=[::]:9100 2024-03-21T13:11:57.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:57 smithi178 bash[75692]: cluster 2024-03-21T13:11:55.355833+0000 mgr.x (mgr.34104) 4931 : cluster [DBG] pgmap v3265: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:57.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:57 smithi178 bash[75692]: cluster 2024-03-21T13:11:55.356287+0000 mgr.x (mgr.34104) 4932 : cluster [DBG] pgmap v3266: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:57.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:57 smithi178 bash[75692]: cephadm 2024-03-21T13:11:55.365778+0000 mgr.x (mgr.34104) 4933 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:57.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:57 smithi178 bash[75692]: cluster 2024-03-21T13:11:55.452746+0000 mgr.x (mgr.34104) 4934 : cluster [DBG] pgmap v3267: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:57.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:57 smithi178 bash[75692]: cluster 2024-03-21T13:11:55.453060+0000 mgr.x (mgr.34104) 4935 : cluster [DBG] pgmap v3268: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:57.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:57 smithi178 bash[75692]: cephadm 2024-03-21T13:11:55.460838+0000 mgr.x (mgr.34104) 4936 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:57.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:57 smithi178 bash[75692]: cluster 2024-03-21T13:11:55.551850+0000 mgr.x (mgr.34104) 4937 : cluster [DBG] pgmap v3269: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:57.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:57 smithi178 bash[75692]: cluster 2024-03-21T13:11:55.552106+0000 mgr.x (mgr.34104) 4938 : cluster [DBG] pgmap v3270: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:57.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:57 smithi178 bash[75692]: cephadm 2024-03-21T13:11:55.562062+0000 mgr.x (mgr.34104) 4939 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:57.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:57 smithi178 bash[75692]: cluster 2024-03-21T13:11:55.652472+0000 mgr.x (mgr.34104) 4940 : cluster [DBG] pgmap v3271: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:57.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:57 smithi178 bash[75692]: cluster 2024-03-21T13:11:55.652840+0000 mgr.x (mgr.34104) 4941 : cluster [DBG] pgmap v3272: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:57.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:57 smithi178 bash[75692]: cephadm 2024-03-21T13:11:55.660883+0000 mgr.x (mgr.34104) 4942 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:57.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:57 smithi178 bash[75692]: cluster 2024-03-21T13:11:55.753780+0000 mgr.x (mgr.34104) 4943 : cluster [DBG] pgmap v3273: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:57.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:57 smithi178 bash[75692]: cluster 2024-03-21T13:11:55.754007+0000 mgr.x (mgr.34104) 4944 : cluster [DBG] pgmap v3274: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:57.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:57 smithi178 bash[75692]: cephadm 2024-03-21T13:11:55.763946+0000 mgr.x (mgr.34104) 4945 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:57.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:57 smithi178 bash[75692]: cluster 2024-03-21T13:11:55.858860+0000 mgr.x (mgr.34104) 4946 : cluster [DBG] pgmap v3275: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:57.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:57 smithi178 bash[75692]: cluster 2024-03-21T13:11:55.859364+0000 mgr.x (mgr.34104) 4947 : cluster [DBG] pgmap v3276: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:57.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:57 smithi178 bash[75692]: cephadm 2024-03-21T13:11:55.869374+0000 mgr.x (mgr.34104) 4948 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:57.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:57 smithi178 bash[75692]: cluster 2024-03-21T13:11:55.955490+0000 mgr.x (mgr.34104) 4949 : cluster [DBG] pgmap v3277: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:57.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:57 smithi178 bash[75692]: cluster 2024-03-21T13:11:55.956043+0000 mgr.x (mgr.34104) 4950 : cluster [DBG] pgmap v3278: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:57.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:57 smithi178 bash[77880]: cluster 2024-03-21T13:11:55.355833+0000 mgr.x (mgr.34104) 4931 : cluster [DBG] pgmap v3265: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:57.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:57 smithi178 bash[77880]: cluster 2024-03-21T13:11:55.356287+0000 mgr.x (mgr.34104) 4932 : cluster [DBG] pgmap v3266: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:57.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:57 smithi178 bash[77880]: cephadm 2024-03-21T13:11:55.365778+0000 mgr.x (mgr.34104) 4933 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:57.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:57 smithi178 bash[77880]: cluster 2024-03-21T13:11:55.452746+0000 mgr.x (mgr.34104) 4934 : cluster [DBG] pgmap v3267: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:57.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:57 smithi178 bash[77880]: cluster 2024-03-21T13:11:55.453060+0000 mgr.x (mgr.34104) 4935 : cluster [DBG] pgmap v3268: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:57.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:57 smithi178 bash[77880]: cephadm 2024-03-21T13:11:55.460838+0000 mgr.x (mgr.34104) 4936 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:57.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:57 smithi178 bash[77880]: cluster 2024-03-21T13:11:55.551850+0000 mgr.x (mgr.34104) 4937 : cluster [DBG] pgmap v3269: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:57.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:57 smithi178 bash[77880]: cluster 2024-03-21T13:11:55.552106+0000 mgr.x (mgr.34104) 4938 : cluster [DBG] pgmap v3270: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:57.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:57 smithi178 bash[77880]: cephadm 2024-03-21T13:11:55.562062+0000 mgr.x (mgr.34104) 4939 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:57.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:57 smithi178 bash[77880]: cluster 2024-03-21T13:11:55.652472+0000 mgr.x (mgr.34104) 4940 : cluster [DBG] pgmap v3271: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:57.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:57 smithi178 bash[77880]: cluster 2024-03-21T13:11:55.652840+0000 mgr.x (mgr.34104) 4941 : cluster [DBG] pgmap v3272: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:57.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:57 smithi178 bash[77880]: cephadm 2024-03-21T13:11:55.660883+0000 mgr.x (mgr.34104) 4942 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:57.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:57 smithi178 bash[77880]: cluster 2024-03-21T13:11:55.753780+0000 mgr.x (mgr.34104) 4943 : cluster [DBG] pgmap v3273: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:57.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:57 smithi178 bash[77880]: cluster 2024-03-21T13:11:55.754007+0000 mgr.x (mgr.34104) 4944 : cluster [DBG] pgmap v3274: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:57.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:57 smithi178 bash[77880]: cephadm 2024-03-21T13:11:55.763946+0000 mgr.x (mgr.34104) 4945 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:57.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:57 smithi178 bash[77880]: cluster 2024-03-21T13:11:55.858860+0000 mgr.x (mgr.34104) 4946 : cluster [DBG] pgmap v3275: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:57.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:57 smithi178 bash[77880]: cluster 2024-03-21T13:11:55.859364+0000 mgr.x (mgr.34104) 4947 : cluster [DBG] pgmap v3276: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:57.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:57 smithi178 bash[77880]: cephadm 2024-03-21T13:11:55.869374+0000 mgr.x (mgr.34104) 4948 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:57.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:57 smithi178 bash[77880]: cluster 2024-03-21T13:11:55.955490+0000 mgr.x (mgr.34104) 4949 : cluster [DBG] pgmap v3277: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:57.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:57 smithi178 bash[77880]: cluster 2024-03-21T13:11:55.956043+0000 mgr.x (mgr.34104) 4950 : cluster [DBG] pgmap v3278: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:57.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:57 smithi178 bash[75692]: cephadm 2024-03-21T13:11:55.965409+0000 mgr.x (mgr.34104) 4951 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:57.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:57 smithi178 bash[75692]: audit 2024-03-21T13:11:56.041937+0000 mon.a (mon.0) 7577 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:57.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:57 smithi178 bash[75692]: audit 2024-03-21T13:11:56.046145+0000 mon.a (mon.0) 7578 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:57.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:57 smithi178 bash[75692]: audit 2024-03-21T13:11:56.049950+0000 mon.a (mon.0) 7579 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:57.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:57 smithi178 bash[75692]: audit 2024-03-21T13:11:56.051144+0000 mon.a (mon.0) 7580 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:57.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:57 smithi178 bash[75692]: cluster 2024-03-21T13:11:56.054569+0000 mgr.x (mgr.34104) 4952 : cluster [DBG] pgmap v3279: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:57.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:57 smithi178 bash[75692]: cluster 2024-03-21T13:11:56.054851+0000 mgr.x (mgr.34104) 4953 : cluster [DBG] pgmap v3280: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:57.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:57 smithi178 bash[75692]: audit 2024-03-21T13:11:56.061756+0000 mon.a (mon.0) 7581 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:57.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:57 smithi178 bash[75692]: cephadm 2024-03-21T13:11:56.062817+0000 mgr.x (mgr.34104) 4954 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:57.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:57 smithi178 bash[75692]: audit 2024-03-21T13:11:56.143892+0000 mon.a (mon.0) 7582 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:57.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:57 smithi178 bash[75692]: audit 2024-03-21T13:11:56.147189+0000 mon.a (mon.0) 7583 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:57.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:57 smithi178 bash[75692]: audit 2024-03-21T13:11:56.151155+0000 mon.a (mon.0) 7584 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:57.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:57 smithi178 bash[75692]: audit 2024-03-21T13:11:56.152888+0000 mon.a (mon.0) 7585 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:57.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:57 smithi178 bash[75692]: cluster 2024-03-21T13:11:56.155839+0000 mgr.x (mgr.34104) 4955 : cluster [DBG] pgmap v3281: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:57.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:57 smithi178 bash[75692]: cluster 2024-03-21T13:11:56.156362+0000 mgr.x (mgr.34104) 4956 : cluster [DBG] pgmap v3282: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:57.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:57 smithi178 bash[75692]: audit 2024-03-21T13:11:56.164647+0000 mon.a (mon.0) 7586 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:57.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:57 smithi178 bash[75692]: cephadm 2024-03-21T13:11:56.165962+0000 mgr.x (mgr.34104) 4957 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:57.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:57 smithi178 bash[75692]: audit 2024-03-21T13:11:56.245981+0000 mon.a (mon.0) 7587 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:57.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:57 smithi178 bash[75692]: audit 2024-03-21T13:11:56.249410+0000 mon.a (mon.0) 7588 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:57.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:57 smithi178 bash[77880]: cephadm 2024-03-21T13:11:55.965409+0000 mgr.x (mgr.34104) 4951 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:57.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:57 smithi178 bash[77880]: audit 2024-03-21T13:11:56.041937+0000 mon.a (mon.0) 7577 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:57.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:57 smithi178 bash[77880]: audit 2024-03-21T13:11:56.046145+0000 mon.a (mon.0) 7578 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:57.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:57 smithi178 bash[77880]: audit 2024-03-21T13:11:56.049950+0000 mon.a (mon.0) 7579 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:57.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:57 smithi178 bash[77880]: audit 2024-03-21T13:11:56.051144+0000 mon.a (mon.0) 7580 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:57.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:57 smithi178 bash[77880]: cluster 2024-03-21T13:11:56.054569+0000 mgr.x (mgr.34104) 4952 : cluster [DBG] pgmap v3279: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:57.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:57 smithi178 bash[77880]: cluster 2024-03-21T13:11:56.054851+0000 mgr.x (mgr.34104) 4953 : cluster [DBG] pgmap v3280: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:57.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:57 smithi178 bash[77880]: audit 2024-03-21T13:11:56.061756+0000 mon.a (mon.0) 7581 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:57.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:57 smithi178 bash[77880]: cephadm 2024-03-21T13:11:56.062817+0000 mgr.x (mgr.34104) 4954 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:57.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:57 smithi178 bash[77880]: audit 2024-03-21T13:11:56.143892+0000 mon.a (mon.0) 7582 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:57.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:57 smithi178 bash[77880]: audit 2024-03-21T13:11:56.147189+0000 mon.a (mon.0) 7583 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:57.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:57 smithi178 bash[77880]: audit 2024-03-21T13:11:56.151155+0000 mon.a (mon.0) 7584 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:57.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:57 smithi178 bash[77880]: audit 2024-03-21T13:11:56.152888+0000 mon.a (mon.0) 7585 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:57.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:57 smithi178 bash[77880]: cluster 2024-03-21T13:11:56.155839+0000 mgr.x (mgr.34104) 4955 : cluster [DBG] pgmap v3281: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:57.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:57 smithi178 bash[77880]: cluster 2024-03-21T13:11:56.156362+0000 mgr.x (mgr.34104) 4956 : cluster [DBG] pgmap v3282: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:57.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:57 smithi178 bash[77880]: audit 2024-03-21T13:11:56.164647+0000 mon.a (mon.0) 7586 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:57.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:57 smithi178 bash[77880]: cephadm 2024-03-21T13:11:56.165962+0000 mgr.x (mgr.34104) 4957 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:57.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:57 smithi178 bash[77880]: audit 2024-03-21T13:11:56.245981+0000 mon.a (mon.0) 7587 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:57.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:57 smithi178 bash[77880]: audit 2024-03-21T13:11:56.249410+0000 mon.a (mon.0) 7588 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:57.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:57 smithi178 bash[75692]: audit 2024-03-21T13:11:56.252779+0000 mon.a (mon.0) 7589 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:57.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:57 smithi178 bash[75692]: audit 2024-03-21T13:11:56.254336+0000 mon.a (mon.0) 7590 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:57.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:57 smithi178 bash[75692]: cluster 2024-03-21T13:11:56.257020+0000 mgr.x (mgr.34104) 4958 : cluster [DBG] pgmap v3283: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:57.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:57 smithi178 bash[75692]: cluster 2024-03-21T13:11:56.257518+0000 mgr.x (mgr.34104) 4959 : cluster [DBG] pgmap v3284: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:57.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:57 smithi178 bash[75692]: audit 2024-03-21T13:11:56.265867+0000 mon.a (mon.0) 7591 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:57.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:57 smithi178 bash[75692]: cephadm 2024-03-21T13:11:56.267266+0000 mgr.x (mgr.34104) 4960 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:57.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:57 smithi178 bash[75692]: audit 2024-03-21T13:11:56.345519+0000 mon.a (mon.0) 7592 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:57.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:57 smithi178 bash[75692]: audit 2024-03-21T13:11:56.349010+0000 mon.a (mon.0) 7593 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:57.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:57 smithi178 bash[75692]: audit 2024-03-21T13:11:56.352336+0000 mon.a (mon.0) 7594 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:57.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:57 smithi178 bash[75692]: audit 2024-03-21T13:11:56.353694+0000 mon.a (mon.0) 7595 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:57.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:57 smithi178 bash[75692]: audit 2024-03-21T13:11:56.365469+0000 mon.a (mon.0) 7596 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:57.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:57 smithi178 bash[75692]: audit 2024-03-21T13:11:56.442021+0000 mon.a (mon.0) 7597 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:57.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:57 smithi178 bash[75692]: audit 2024-03-21T13:11:56.445271+0000 mon.a (mon.0) 7598 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:57.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:57 smithi178 bash[75692]: audit 2024-03-21T13:11:56.447933+0000 mon.a (mon.0) 7599 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:57.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:57 smithi178 bash[75692]: audit 2024-03-21T13:11:56.449048+0000 mon.a (mon.0) 7600 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:57.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:57 smithi178 bash[75692]: audit 2024-03-21T13:11:56.464566+0000 mon.a (mon.0) 7601 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:57.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:57 smithi178 bash[75692]: audit 2024-03-21T13:11:56.543961+0000 mon.a (mon.0) 7602 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:57.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:57 smithi178 bash[75692]: audit 2024-03-21T13:11:56.547095+0000 mon.a (mon.0) 7603 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:57.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:57 smithi178 bash[75692]: audit 2024-03-21T13:11:56.550329+0000 mon.a (mon.0) 7604 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:57.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:57 smithi178 bash[75692]: audit 2024-03-21T13:11:56.551462+0000 mon.a (mon.0) 7605 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:57.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:57 smithi178 bash[77880]: audit 2024-03-21T13:11:56.252779+0000 mon.a (mon.0) 7589 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:57.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:57 smithi178 bash[77880]: audit 2024-03-21T13:11:56.254336+0000 mon.a (mon.0) 7590 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:57.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:57 smithi178 bash[77880]: cluster 2024-03-21T13:11:56.257020+0000 mgr.x (mgr.34104) 4958 : cluster [DBG] pgmap v3283: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:57.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:57 smithi178 bash[77880]: cluster 2024-03-21T13:11:56.257518+0000 mgr.x (mgr.34104) 4959 : cluster [DBG] pgmap v3284: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:57.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:57 smithi178 bash[77880]: audit 2024-03-21T13:11:56.265867+0000 mon.a (mon.0) 7591 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:57.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:57 smithi178 bash[77880]: cephadm 2024-03-21T13:11:56.267266+0000 mgr.x (mgr.34104) 4960 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:57.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:57 smithi178 bash[77880]: audit 2024-03-21T13:11:56.345519+0000 mon.a (mon.0) 7592 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:57.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:57 smithi178 bash[77880]: audit 2024-03-21T13:11:56.349010+0000 mon.a (mon.0) 7593 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:57.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:57 smithi178 bash[77880]: audit 2024-03-21T13:11:56.352336+0000 mon.a (mon.0) 7594 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:57.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:57 smithi178 bash[77880]: audit 2024-03-21T13:11:56.353694+0000 mon.a (mon.0) 7595 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:57.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:57 smithi178 bash[77880]: audit 2024-03-21T13:11:56.365469+0000 mon.a (mon.0) 7596 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:57.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:57 smithi178 bash[77880]: audit 2024-03-21T13:11:56.442021+0000 mon.a (mon.0) 7597 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:57.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:57 smithi178 bash[77880]: audit 2024-03-21T13:11:56.445271+0000 mon.a (mon.0) 7598 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:57.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:57 smithi178 bash[77880]: audit 2024-03-21T13:11:56.447933+0000 mon.a (mon.0) 7599 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:57.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:57 smithi178 bash[77880]: audit 2024-03-21T13:11:56.449048+0000 mon.a (mon.0) 7600 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:57.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:57 smithi178 bash[77880]: audit 2024-03-21T13:11:56.464566+0000 mon.a (mon.0) 7601 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:57.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:57 smithi178 bash[77880]: audit 2024-03-21T13:11:56.543961+0000 mon.a (mon.0) 7602 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:57.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:57 smithi178 bash[77880]: audit 2024-03-21T13:11:56.547095+0000 mon.a (mon.0) 7603 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:57.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:57 smithi178 bash[77880]: audit 2024-03-21T13:11:56.550329+0000 mon.a (mon.0) 7604 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:57.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:57 smithi178 bash[77880]: audit 2024-03-21T13:11:56.551462+0000 mon.a (mon.0) 7605 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:57.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:57 smithi178 bash[77880]: audit 2024-03-21T13:11:56.562070+0000 mon.a (mon.0) 7606 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:57.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:57 smithi178 bash[77880]: audit 2024-03-21T13:11:56.641794+0000 mon.a (mon.0) 7607 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:57.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:57 smithi178 bash[77880]: audit 2024-03-21T13:11:56.645016+0000 mon.a (mon.0) 7608 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:57.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:57 smithi178 bash[77880]: audit 2024-03-21T13:11:56.648026+0000 mon.a (mon.0) 7609 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:57.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:57 smithi178 bash[77880]: audit 2024-03-21T13:11:56.649643+0000 mon.a (mon.0) 7610 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:57.309 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:57 smithi178 bash[77880]: audit 2024-03-21T13:11:56.660906+0000 mon.a (mon.0) 7611 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:57.309 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:57 smithi178 bash[77880]: audit 2024-03-21T13:11:56.744228+0000 mon.a (mon.0) 7612 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:57.309 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:57 smithi178 bash[77880]: audit 2024-03-21T13:11:56.747165+0000 mon.a (mon.0) 7613 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:57.309 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:57 smithi178 bash[77880]: audit 2024-03-21T13:11:56.749798+0000 mon.a (mon.0) 7614 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:57.309 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:57 smithi178 bash[77880]: audit 2024-03-21T13:11:56.751033+0000 mon.a (mon.0) 7615 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:57.309 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:57 smithi178 bash[77880]: audit 2024-03-21T13:11:56.762316+0000 mon.a (mon.0) 7616 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:57.309 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:57 smithi178 bash[77880]: audit 2024-03-21T13:11:56.846970+0000 mon.a (mon.0) 7617 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:57.309 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:57 smithi178 bash[77880]: audit 2024-03-21T13:11:56.850106+0000 mon.a (mon.0) 7618 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:57.309 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:57 smithi178 bash[77880]: audit 2024-03-21T13:11:56.853874+0000 mon.a (mon.0) 7619 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:57.309 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:57 smithi178 bash[77880]: audit 2024-03-21T13:11:56.855402+0000 mon.a (mon.0) 7620 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:57.309 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:57 smithi178 bash[77880]: audit 2024-03-21T13:11:56.868678+0000 mon.a (mon.0) 7621 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:57.309 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:57 smithi178 bash[77880]: audit 2024-03-21T13:11:56.952155+0000 mon.a (mon.0) 7622 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:57.309 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:57 smithi178 bash[77880]: audit 2024-03-21T13:11:56.955081+0000 mon.a (mon.0) 7623 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:57.309 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:57 smithi178 bash[77880]: audit 2024-03-21T13:11:56.959444+0000 mon.a (mon.0) 7624 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:57.310 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:57 smithi178 bash[75692]: audit 2024-03-21T13:11:56.562070+0000 mon.a (mon.0) 7606 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:57.310 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:57 smithi178 bash[75692]: audit 2024-03-21T13:11:56.641794+0000 mon.a (mon.0) 7607 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:57.310 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:57 smithi178 bash[75692]: audit 2024-03-21T13:11:56.645016+0000 mon.a (mon.0) 7608 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:57.310 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:57 smithi178 bash[75692]: audit 2024-03-21T13:11:56.648026+0000 mon.a (mon.0) 7609 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:57.310 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:57 smithi178 bash[75692]: audit 2024-03-21T13:11:56.649643+0000 mon.a (mon.0) 7610 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:57.310 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:57 smithi178 bash[75692]: audit 2024-03-21T13:11:56.660906+0000 mon.a (mon.0) 7611 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:57.310 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:57 smithi178 bash[75692]: audit 2024-03-21T13:11:56.744228+0000 mon.a (mon.0) 7612 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:57.310 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:57 smithi178 bash[75692]: audit 2024-03-21T13:11:56.747165+0000 mon.a (mon.0) 7613 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:57.310 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:57 smithi178 bash[75692]: audit 2024-03-21T13:11:56.749798+0000 mon.a (mon.0) 7614 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:57.310 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:57 smithi178 bash[75692]: audit 2024-03-21T13:11:56.751033+0000 mon.a (mon.0) 7615 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:57.310 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:57 smithi178 bash[75692]: audit 2024-03-21T13:11:56.762316+0000 mon.a (mon.0) 7616 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:57.310 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:57 smithi178 bash[75692]: audit 2024-03-21T13:11:56.846970+0000 mon.a (mon.0) 7617 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:57.310 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:57 smithi178 bash[75692]: audit 2024-03-21T13:11:56.850106+0000 mon.a (mon.0) 7618 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:57.311 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:57 smithi178 bash[75692]: audit 2024-03-21T13:11:56.853874+0000 mon.a (mon.0) 7619 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:57.311 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:57 smithi178 bash[75692]: audit 2024-03-21T13:11:56.855402+0000 mon.a (mon.0) 7620 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:57.311 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:57 smithi178 bash[75692]: audit 2024-03-21T13:11:56.868678+0000 mon.a (mon.0) 7621 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:57.311 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:57 smithi178 bash[75692]: audit 2024-03-21T13:11:56.952155+0000 mon.a (mon.0) 7622 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:57.311 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:57 smithi178 bash[75692]: audit 2024-03-21T13:11:56.955081+0000 mon.a (mon.0) 7623 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:57.311 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:57 smithi178 bash[75692]: audit 2024-03-21T13:11:56.959444+0000 mon.a (mon.0) 7624 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:57.311 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:57 smithi178 bash[77880]: audit 2024-03-21T13:11:56.960977+0000 mon.a (mon.0) 7625 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:57.311 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:57 smithi178 bash[77880]: audit 2024-03-21T13:11:56.970168+0000 mon.a (mon.0) 7626 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:57.311 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:57 smithi178 bash[75692]: audit 2024-03-21T13:11:56.960977+0000 mon.a (mon.0) 7625 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:57.312 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:57 smithi178 bash[75692]: audit 2024-03-21T13:11:56.970168+0000 mon.a (mon.0) 7626 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:57.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:57 smithi184 bash[59794]: cluster 2024-03-21T13:11:55.355833+0000 mgr.x (mgr.34104) 4931 : cluster [DBG] pgmap v3265: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:57.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:57 smithi184 bash[59794]: cluster 2024-03-21T13:11:55.356287+0000 mgr.x (mgr.34104) 4932 : cluster [DBG] pgmap v3266: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:57.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:57 smithi184 bash[59794]: cephadm 2024-03-21T13:11:55.365778+0000 mgr.x (mgr.34104) 4933 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:57.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:57 smithi184 bash[59794]: cluster 2024-03-21T13:11:55.452746+0000 mgr.x (mgr.34104) 4934 : cluster [DBG] pgmap v3267: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:57.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:57 smithi184 bash[59794]: cluster 2024-03-21T13:11:55.453060+0000 mgr.x (mgr.34104) 4935 : cluster [DBG] pgmap v3268: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:57.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:57 smithi184 bash[59794]: cephadm 2024-03-21T13:11:55.460838+0000 mgr.x (mgr.34104) 4936 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:57.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:57 smithi184 bash[59794]: cluster 2024-03-21T13:11:55.551850+0000 mgr.x (mgr.34104) 4937 : cluster [DBG] pgmap v3269: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:57.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:57 smithi184 bash[59794]: cluster 2024-03-21T13:11:55.552106+0000 mgr.x (mgr.34104) 4938 : cluster [DBG] pgmap v3270: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:57.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:57 smithi184 bash[59794]: cephadm 2024-03-21T13:11:55.562062+0000 mgr.x (mgr.34104) 4939 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:57.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:57 smithi184 bash[59794]: cluster 2024-03-21T13:11:55.652472+0000 mgr.x (mgr.34104) 4940 : cluster [DBG] pgmap v3271: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:57.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:57 smithi184 bash[59794]: cluster 2024-03-21T13:11:55.652840+0000 mgr.x (mgr.34104) 4941 : cluster [DBG] pgmap v3272: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:57.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:57 smithi184 bash[59794]: cephadm 2024-03-21T13:11:55.660883+0000 mgr.x (mgr.34104) 4942 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:57.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:57 smithi184 bash[59794]: cluster 2024-03-21T13:11:55.753780+0000 mgr.x (mgr.34104) 4943 : cluster [DBG] pgmap v3273: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:57.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:57 smithi184 bash[59794]: cluster 2024-03-21T13:11:55.754007+0000 mgr.x (mgr.34104) 4944 : cluster [DBG] pgmap v3274: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:57.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:57 smithi184 bash[59794]: cephadm 2024-03-21T13:11:55.763946+0000 mgr.x (mgr.34104) 4945 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:57.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:57 smithi184 bash[59794]: cluster 2024-03-21T13:11:55.858860+0000 mgr.x (mgr.34104) 4946 : cluster [DBG] pgmap v3275: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:57.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:57 smithi184 bash[59794]: cluster 2024-03-21T13:11:55.859364+0000 mgr.x (mgr.34104) 4947 : cluster [DBG] pgmap v3276: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:57.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:57 smithi184 bash[59794]: cephadm 2024-03-21T13:11:55.869374+0000 mgr.x (mgr.34104) 4948 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:57.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:57 smithi184 bash[59794]: cluster 2024-03-21T13:11:55.955490+0000 mgr.x (mgr.34104) 4949 : cluster [DBG] pgmap v3277: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:57.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:57 smithi184 bash[59794]: cluster 2024-03-21T13:11:55.956043+0000 mgr.x (mgr.34104) 4950 : cluster [DBG] pgmap v3278: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:57.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:57 smithi184 bash[59794]: cephadm 2024-03-21T13:11:55.965409+0000 mgr.x (mgr.34104) 4951 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:57.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:57 smithi184 bash[59794]: audit 2024-03-21T13:11:56.041937+0000 mon.a (mon.0) 7577 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:57.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:57 smithi184 bash[59794]: audit 2024-03-21T13:11:56.046145+0000 mon.a (mon.0) 7578 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:57.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:57 smithi184 bash[59794]: audit 2024-03-21T13:11:56.049950+0000 mon.a (mon.0) 7579 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:57.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:57 smithi184 bash[59794]: audit 2024-03-21T13:11:56.051144+0000 mon.a (mon.0) 7580 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:57.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:57 smithi184 bash[59794]: cluster 2024-03-21T13:11:56.054569+0000 mgr.x (mgr.34104) 4952 : cluster [DBG] pgmap v3279: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:57.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:57 smithi184 bash[59794]: cluster 2024-03-21T13:11:56.054851+0000 mgr.x (mgr.34104) 4953 : cluster [DBG] pgmap v3280: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:57.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:57 smithi184 bash[59794]: audit 2024-03-21T13:11:56.061756+0000 mon.a (mon.0) 7581 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:57.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:57 smithi184 bash[59794]: cephadm 2024-03-21T13:11:56.062817+0000 mgr.x (mgr.34104) 4954 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:57.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:57 smithi184 bash[59794]: audit 2024-03-21T13:11:56.143892+0000 mon.a (mon.0) 7582 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:57.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:57 smithi184 bash[59794]: audit 2024-03-21T13:11:56.147189+0000 mon.a (mon.0) 7583 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:57.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:57 smithi184 bash[59794]: audit 2024-03-21T13:11:56.151155+0000 mon.a (mon.0) 7584 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:57.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:57 smithi184 bash[59794]: audit 2024-03-21T13:11:56.152888+0000 mon.a (mon.0) 7585 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:57.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:57 smithi184 bash[59794]: cluster 2024-03-21T13:11:56.155839+0000 mgr.x (mgr.34104) 4955 : cluster [DBG] pgmap v3281: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:57.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:57 smithi184 bash[59794]: cluster 2024-03-21T13:11:56.156362+0000 mgr.x (mgr.34104) 4956 : cluster [DBG] pgmap v3282: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:57.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:57 smithi184 bash[59794]: audit 2024-03-21T13:11:56.164647+0000 mon.a (mon.0) 7586 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:57.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:57 smithi184 bash[59794]: cephadm 2024-03-21T13:11:56.165962+0000 mgr.x (mgr.34104) 4957 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:57.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:57 smithi184 bash[59794]: audit 2024-03-21T13:11:56.245981+0000 mon.a (mon.0) 7587 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:57.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:57 smithi184 bash[59794]: audit 2024-03-21T13:11:56.249410+0000 mon.a (mon.0) 7588 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:57.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:57 smithi184 bash[59794]: audit 2024-03-21T13:11:56.252779+0000 mon.a (mon.0) 7589 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:57.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:57 smithi184 bash[59794]: audit 2024-03-21T13:11:56.254336+0000 mon.a (mon.0) 7590 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:57.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:57 smithi184 bash[59794]: cluster 2024-03-21T13:11:56.257020+0000 mgr.x (mgr.34104) 4958 : cluster [DBG] pgmap v3283: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:57.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:57 smithi184 bash[59794]: cluster 2024-03-21T13:11:56.257518+0000 mgr.x (mgr.34104) 4959 : cluster [DBG] pgmap v3284: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:57.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:57 smithi184 bash[59794]: audit 2024-03-21T13:11:56.265867+0000 mon.a (mon.0) 7591 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:57.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:57 smithi184 bash[59794]: cephadm 2024-03-21T13:11:56.267266+0000 mgr.x (mgr.34104) 4960 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:57.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:57 smithi184 bash[59794]: audit 2024-03-21T13:11:56.345519+0000 mon.a (mon.0) 7592 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:57.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:57 smithi184 bash[59794]: audit 2024-03-21T13:11:56.349010+0000 mon.a (mon.0) 7593 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:57.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:57 smithi184 bash[59794]: audit 2024-03-21T13:11:56.352336+0000 mon.a (mon.0) 7594 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:57.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:57 smithi184 bash[59794]: audit 2024-03-21T13:11:56.353694+0000 mon.a (mon.0) 7595 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:57.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:57 smithi184 bash[59794]: audit 2024-03-21T13:11:56.365469+0000 mon.a (mon.0) 7596 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:57.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:57 smithi184 bash[59794]: audit 2024-03-21T13:11:56.442021+0000 mon.a (mon.0) 7597 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:57.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:57 smithi184 bash[59794]: audit 2024-03-21T13:11:56.445271+0000 mon.a (mon.0) 7598 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:57.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:57 smithi184 bash[59794]: audit 2024-03-21T13:11:56.447933+0000 mon.a (mon.0) 7599 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:57.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:57 smithi184 bash[59794]: audit 2024-03-21T13:11:56.449048+0000 mon.a (mon.0) 7600 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:57.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:57 smithi184 bash[59794]: audit 2024-03-21T13:11:56.464566+0000 mon.a (mon.0) 7601 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:57.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:57 smithi184 bash[59794]: audit 2024-03-21T13:11:56.543961+0000 mon.a (mon.0) 7602 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:57.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:57 smithi184 bash[59794]: audit 2024-03-21T13:11:56.547095+0000 mon.a (mon.0) 7603 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:57.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:57 smithi184 bash[59794]: audit 2024-03-21T13:11:56.550329+0000 mon.a (mon.0) 7604 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:57.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:57 smithi184 bash[59794]: audit 2024-03-21T13:11:56.551462+0000 mon.a (mon.0) 7605 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:57.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:57 smithi184 bash[59794]: audit 2024-03-21T13:11:56.562070+0000 mon.a (mon.0) 7606 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:57.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:57 smithi184 bash[59794]: audit 2024-03-21T13:11:56.641794+0000 mon.a (mon.0) 7607 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:57.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:57 smithi184 bash[59794]: audit 2024-03-21T13:11:56.645016+0000 mon.a (mon.0) 7608 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:57.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:57 smithi184 bash[59794]: audit 2024-03-21T13:11:56.648026+0000 mon.a (mon.0) 7609 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:57.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:57 smithi184 bash[59794]: audit 2024-03-21T13:11:56.649643+0000 mon.a (mon.0) 7610 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:57.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:57 smithi184 bash[59794]: audit 2024-03-21T13:11:56.660906+0000 mon.a (mon.0) 7611 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:57.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:57 smithi184 bash[59794]: audit 2024-03-21T13:11:56.744228+0000 mon.a (mon.0) 7612 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:57.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:57 smithi184 bash[59794]: audit 2024-03-21T13:11:56.747165+0000 mon.a (mon.0) 7613 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:57.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:57 smithi184 bash[59794]: audit 2024-03-21T13:11:56.749798+0000 mon.a (mon.0) 7614 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:57.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:57 smithi184 bash[59794]: audit 2024-03-21T13:11:56.751033+0000 mon.a (mon.0) 7615 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:57.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:57 smithi184 bash[59794]: audit 2024-03-21T13:11:56.762316+0000 mon.a (mon.0) 7616 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:57.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:57 smithi184 bash[59794]: audit 2024-03-21T13:11:56.846970+0000 mon.a (mon.0) 7617 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:57.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:57 smithi184 bash[59794]: audit 2024-03-21T13:11:56.850106+0000 mon.a (mon.0) 7618 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:57.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:57 smithi184 bash[59794]: audit 2024-03-21T13:11:56.853874+0000 mon.a (mon.0) 7619 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:57.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:57 smithi184 bash[59794]: audit 2024-03-21T13:11:56.855402+0000 mon.a (mon.0) 7620 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:57.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:57 smithi184 bash[59794]: audit 2024-03-21T13:11:56.868678+0000 mon.a (mon.0) 7621 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:57.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:57 smithi184 bash[59794]: audit 2024-03-21T13:11:56.952155+0000 mon.a (mon.0) 7622 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:57.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:57 smithi184 bash[59794]: audit 2024-03-21T13:11:56.955081+0000 mon.a (mon.0) 7623 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:57.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:57 smithi184 bash[59794]: audit 2024-03-21T13:11:56.959444+0000 mon.a (mon.0) 7624 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:57.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:57 smithi184 bash[59794]: audit 2024-03-21T13:11:56.960977+0000 mon.a (mon.0) 7625 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:57.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:57 smithi184 bash[59794]: audit 2024-03-21T13:11:56.970168+0000 mon.a (mon.0) 7626 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:58.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:58 smithi178 bash[75692]: cluster 2024-03-21T13:11:56.356313+0000 mgr.x (mgr.34104) 4961 : cluster [DBG] pgmap v3285: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:58.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:58 smithi178 bash[75692]: cluster 2024-03-21T13:11:56.356734+0000 mgr.x (mgr.34104) 4962 : cluster [DBG] pgmap v3286: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:58.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:58 smithi178 bash[75692]: cephadm 2024-03-21T13:11:56.366781+0000 mgr.x (mgr.34104) 4963 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:58.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:58 smithi178 bash[75692]: cluster 2024-03-21T13:11:56.451757+0000 mgr.x (mgr.34104) 4964 : cluster [DBG] pgmap v3287: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:58.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:58 smithi178 bash[75692]: cluster 2024-03-21T13:11:56.452025+0000 mgr.x (mgr.34104) 4965 : cluster [DBG] pgmap v3288: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:58.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:58 smithi178 bash[75692]: cephadm 2024-03-21T13:11:56.465797+0000 mgr.x (mgr.34104) 4966 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:58.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:58 smithi178 bash[75692]: cluster 2024-03-21T13:11:56.553952+0000 mgr.x (mgr.34104) 4967 : cluster [DBG] pgmap v3289: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:58.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:58 smithi178 bash[75692]: cluster 2024-03-21T13:11:56.554445+0000 mgr.x (mgr.34104) 4968 : cluster [DBG] pgmap v3290: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:58.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:58 smithi178 bash[75692]: cephadm 2024-03-21T13:11:56.563263+0000 mgr.x (mgr.34104) 4969 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:58.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:58 smithi178 bash[75692]: cluster 2024-03-21T13:11:56.652055+0000 mgr.x (mgr.34104) 4970 : cluster [DBG] pgmap v3291: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:58.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:58 smithi178 bash[75692]: cluster 2024-03-21T13:11:56.652353+0000 mgr.x (mgr.34104) 4971 : cluster [DBG] pgmap v3292: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:58.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:58 smithi178 bash[75692]: cephadm 2024-03-21T13:11:56.662342+0000 mgr.x (mgr.34104) 4972 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:58.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:58 smithi178 bash[75692]: cluster 2024-03-21T13:11:56.753440+0000 mgr.x (mgr.34104) 4973 : cluster [DBG] pgmap v3293: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:58.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:58 smithi178 bash[75692]: cluster 2024-03-21T13:11:56.753991+0000 mgr.x (mgr.34104) 4974 : cluster [DBG] pgmap v3294: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:58.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:58 smithi178 bash[75692]: cephadm 2024-03-21T13:11:56.763610+0000 mgr.x (mgr.34104) 4975 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:58.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:58 smithi178 bash[75692]: cluster 2024-03-21T13:11:56.858119+0000 mgr.x (mgr.34104) 4976 : cluster [DBG] pgmap v3295: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:58.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:58 smithi178 bash[75692]: cluster 2024-03-21T13:11:56.858621+0000 mgr.x (mgr.34104) 4977 : cluster [DBG] pgmap v3296: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:58.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:58 smithi178 bash[75692]: cephadm 2024-03-21T13:11:56.869983+0000 mgr.x (mgr.34104) 4978 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:58.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:58 smithi178 bash[75692]: cluster 2024-03-21T13:11:56.963464+0000 mgr.x (mgr.34104) 4979 : cluster [DBG] pgmap v3297: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:58.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:58 smithi178 bash[75692]: cluster 2024-03-21T13:11:56.963657+0000 mgr.x (mgr.34104) 4980 : cluster [DBG] pgmap v3298: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:58.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:58 smithi178 bash[77880]: cluster 2024-03-21T13:11:56.356313+0000 mgr.x (mgr.34104) 4961 : cluster [DBG] pgmap v3285: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:58.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:58 smithi178 bash[77880]: cluster 2024-03-21T13:11:56.356734+0000 mgr.x (mgr.34104) 4962 : cluster [DBG] pgmap v3286: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:58.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:58 smithi178 bash[77880]: cephadm 2024-03-21T13:11:56.366781+0000 mgr.x (mgr.34104) 4963 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:58.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:58 smithi178 bash[77880]: cluster 2024-03-21T13:11:56.451757+0000 mgr.x (mgr.34104) 4964 : cluster [DBG] pgmap v3287: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:58.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:58 smithi178 bash[77880]: cluster 2024-03-21T13:11:56.452025+0000 mgr.x (mgr.34104) 4965 : cluster [DBG] pgmap v3288: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:58.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:58 smithi178 bash[77880]: cephadm 2024-03-21T13:11:56.465797+0000 mgr.x (mgr.34104) 4966 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:58.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:58 smithi178 bash[77880]: cluster 2024-03-21T13:11:56.553952+0000 mgr.x (mgr.34104) 4967 : cluster [DBG] pgmap v3289: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:58.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:58 smithi178 bash[77880]: cluster 2024-03-21T13:11:56.554445+0000 mgr.x (mgr.34104) 4968 : cluster [DBG] pgmap v3290: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:58.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:58 smithi178 bash[77880]: cephadm 2024-03-21T13:11:56.563263+0000 mgr.x (mgr.34104) 4969 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:58.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:58 smithi178 bash[77880]: cluster 2024-03-21T13:11:56.652055+0000 mgr.x (mgr.34104) 4970 : cluster [DBG] pgmap v3291: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:58.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:58 smithi178 bash[77880]: cluster 2024-03-21T13:11:56.652353+0000 mgr.x (mgr.34104) 4971 : cluster [DBG] pgmap v3292: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:58.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:58 smithi178 bash[77880]: cephadm 2024-03-21T13:11:56.662342+0000 mgr.x (mgr.34104) 4972 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:58.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:58 smithi178 bash[77880]: cluster 2024-03-21T13:11:56.753440+0000 mgr.x (mgr.34104) 4973 : cluster [DBG] pgmap v3293: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:58.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:58 smithi178 bash[77880]: cluster 2024-03-21T13:11:56.753991+0000 mgr.x (mgr.34104) 4974 : cluster [DBG] pgmap v3294: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:58.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:58 smithi178 bash[77880]: cephadm 2024-03-21T13:11:56.763610+0000 mgr.x (mgr.34104) 4975 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:58.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:58 smithi178 bash[77880]: cluster 2024-03-21T13:11:56.858119+0000 mgr.x (mgr.34104) 4976 : cluster [DBG] pgmap v3295: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:58.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:58 smithi178 bash[77880]: cluster 2024-03-21T13:11:56.858621+0000 mgr.x (mgr.34104) 4977 : cluster [DBG] pgmap v3296: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:58.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:58 smithi178 bash[77880]: cephadm 2024-03-21T13:11:56.869983+0000 mgr.x (mgr.34104) 4978 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:58.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:58 smithi178 bash[77880]: cluster 2024-03-21T13:11:56.963464+0000 mgr.x (mgr.34104) 4979 : cluster [DBG] pgmap v3297: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:58.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:58 smithi178 bash[77880]: cluster 2024-03-21T13:11:56.963657+0000 mgr.x (mgr.34104) 4980 : cluster [DBG] pgmap v3298: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:58.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:58 smithi178 bash[75692]: cephadm 2024-03-21T13:11:56.971340+0000 mgr.x (mgr.34104) 4981 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:58.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:58 smithi178 bash[75692]: audit 2024-03-21T13:11:57.046250+0000 mon.a (mon.0) 7627 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:58.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:58 smithi178 bash[75692]: audit 2024-03-21T13:11:57.048827+0000 mon.a (mon.0) 7628 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:58.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:58 smithi178 bash[75692]: audit 2024-03-21T13:11:57.051461+0000 mon.a (mon.0) 7629 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:58.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:58 smithi178 bash[75692]: audit 2024-03-21T13:11:57.052570+0000 mon.a (mon.0) 7630 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:58.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:58 smithi178 bash[75692]: cluster 2024-03-21T13:11:57.054710+0000 mgr.x (mgr.34104) 4982 : cluster [DBG] pgmap v3299: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:58.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:58 smithi178 bash[75692]: cluster 2024-03-21T13:11:57.054957+0000 mgr.x (mgr.34104) 4983 : cluster [DBG] pgmap v3300: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:58.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:58 smithi178 bash[75692]: audit 2024-03-21T13:11:57.060351+0000 mon.a (mon.0) 7631 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:58.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:58 smithi178 bash[75692]: cephadm 2024-03-21T13:11:57.061405+0000 mgr.x (mgr.34104) 4984 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:58.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:58 smithi178 bash[75692]: audit 2024-03-21T13:11:57.139707+0000 mon.a (mon.0) 7632 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:58.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:58 smithi178 bash[75692]: audit 2024-03-21T13:11:57.142720+0000 mon.a (mon.0) 7633 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:58.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:58 smithi178 bash[75692]: audit 2024-03-21T13:11:57.146275+0000 mon.a (mon.0) 7634 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:58.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:58 smithi178 bash[75692]: audit 2024-03-21T13:11:57.147367+0000 mon.a (mon.0) 7635 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:58.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:58 smithi178 bash[75692]: cluster 2024-03-21T13:11:57.149816+0000 mgr.x (mgr.34104) 4985 : cluster [DBG] pgmap v3301: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:58.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:58 smithi178 bash[75692]: cluster 2024-03-21T13:11:57.150191+0000 mgr.x (mgr.34104) 4986 : cluster [DBG] pgmap v3302: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:58.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:58 smithi178 bash[75692]: audit 2024-03-21T13:11:57.156706+0000 mon.a (mon.0) 7636 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:58.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:58 smithi178 bash[75692]: cephadm 2024-03-21T13:11:57.157915+0000 mgr.x (mgr.34104) 4987 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:58.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:58 smithi178 bash[75692]: audit 2024-03-21T13:11:57.238228+0000 mon.a (mon.0) 7637 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:58.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:58 smithi178 bash[75692]: audit 2024-03-21T13:11:57.241303+0000 mon.a (mon.0) 7638 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:58.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:58 smithi178 bash[77880]: cephadm 2024-03-21T13:11:56.971340+0000 mgr.x (mgr.34104) 4981 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:58.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:58 smithi178 bash[77880]: audit 2024-03-21T13:11:57.046250+0000 mon.a (mon.0) 7627 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:58.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:58 smithi178 bash[77880]: audit 2024-03-21T13:11:57.048827+0000 mon.a (mon.0) 7628 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:58.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:58 smithi178 bash[77880]: audit 2024-03-21T13:11:57.051461+0000 mon.a (mon.0) 7629 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:58.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:58 smithi178 bash[77880]: audit 2024-03-21T13:11:57.052570+0000 mon.a (mon.0) 7630 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:58.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:58 smithi178 bash[77880]: cluster 2024-03-21T13:11:57.054710+0000 mgr.x (mgr.34104) 4982 : cluster [DBG] pgmap v3299: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:58.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:58 smithi178 bash[77880]: cluster 2024-03-21T13:11:57.054957+0000 mgr.x (mgr.34104) 4983 : cluster [DBG] pgmap v3300: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:58.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:58 smithi178 bash[77880]: audit 2024-03-21T13:11:57.060351+0000 mon.a (mon.0) 7631 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:58.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:58 smithi178 bash[77880]: cephadm 2024-03-21T13:11:57.061405+0000 mgr.x (mgr.34104) 4984 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:58.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:58 smithi178 bash[77880]: audit 2024-03-21T13:11:57.139707+0000 mon.a (mon.0) 7632 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:58.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:58 smithi178 bash[77880]: audit 2024-03-21T13:11:57.142720+0000 mon.a (mon.0) 7633 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:58.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:58 smithi178 bash[77880]: audit 2024-03-21T13:11:57.146275+0000 mon.a (mon.0) 7634 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:58.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:58 smithi178 bash[77880]: audit 2024-03-21T13:11:57.147367+0000 mon.a (mon.0) 7635 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:58.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:58 smithi178 bash[77880]: cluster 2024-03-21T13:11:57.149816+0000 mgr.x (mgr.34104) 4985 : cluster [DBG] pgmap v3301: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:58.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:58 smithi178 bash[77880]: cluster 2024-03-21T13:11:57.150191+0000 mgr.x (mgr.34104) 4986 : cluster [DBG] pgmap v3302: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:58.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:58 smithi178 bash[77880]: audit 2024-03-21T13:11:57.156706+0000 mon.a (mon.0) 7636 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:58.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:58 smithi178 bash[77880]: cephadm 2024-03-21T13:11:57.157915+0000 mgr.x (mgr.34104) 4987 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:58.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:58 smithi178 bash[77880]: audit 2024-03-21T13:11:57.238228+0000 mon.a (mon.0) 7637 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:58.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:58 smithi178 bash[77880]: audit 2024-03-21T13:11:57.241303+0000 mon.a (mon.0) 7638 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:58.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:58 smithi178 bash[75692]: audit 2024-03-21T13:11:57.244979+0000 mon.a (mon.0) 7639 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:58.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:58 smithi178 bash[75692]: audit 2024-03-21T13:11:57.246395+0000 mon.a (mon.0) 7640 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:58.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:58 smithi178 bash[75692]: cluster 2024-03-21T13:11:57.249275+0000 mgr.x (mgr.34104) 4988 : cluster [DBG] pgmap v3303: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:58.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:58 smithi178 bash[75692]: audit 2024-03-21T13:11:57.256692+0000 mon.a (mon.0) 7641 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:58.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:58 smithi178 bash[75692]: cephadm 2024-03-21T13:11:57.257942+0000 mgr.x (mgr.34104) 4989 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:58.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:58 smithi178 bash[75692]: audit 2024-03-21T13:11:57.338867+0000 mon.a (mon.0) 7642 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:58.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:58 smithi178 bash[75692]: audit 2024-03-21T13:11:57.341838+0000 mon.a (mon.0) 7643 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:58.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:58 smithi178 bash[75692]: audit 2024-03-21T13:11:57.345882+0000 mon.a (mon.0) 7644 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:58.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:58 smithi178 bash[75692]: audit 2024-03-21T13:11:57.346988+0000 mon.a (mon.0) 7645 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:58.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:58 smithi178 bash[75692]: audit 2024-03-21T13:11:57.357644+0000 mon.a (mon.0) 7646 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:58.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:58 smithi178 bash[75692]: audit 2024-03-21T13:11:57.442140+0000 mon.a (mon.0) 7647 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:58.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:58 smithi178 bash[75692]: audit 2024-03-21T13:11:57.445698+0000 mon.a (mon.0) 7648 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:58.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:58 smithi178 bash[75692]: audit 2024-03-21T13:11:57.449244+0000 mon.a (mon.0) 7649 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:58.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:58 smithi178 bash[75692]: audit 2024-03-21T13:11:57.450426+0000 mon.a (mon.0) 7650 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:58.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:58 smithi178 bash[75692]: audit 2024-03-21T13:11:57.459777+0000 mon.a (mon.0) 7651 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:58.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:58 smithi178 bash[75692]: audit 2024-03-21T13:11:57.542371+0000 mon.a (mon.0) 7652 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:58.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:58 smithi178 bash[75692]: audit 2024-03-21T13:11:57.544961+0000 mon.a (mon.0) 7653 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:58.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:58 smithi178 bash[75692]: audit 2024-03-21T13:11:57.547206+0000 mon.a (mon.0) 7654 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:58.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:58 smithi178 bash[75692]: audit 2024-03-21T13:11:57.548207+0000 mon.a (mon.0) 7655 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:58.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:58 smithi178 bash[75692]: audit 2024-03-21T13:11:57.555824+0000 mon.a (mon.0) 7656 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:58.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:58 smithi178 bash[77880]: audit 2024-03-21T13:11:57.244979+0000 mon.a (mon.0) 7639 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:58.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:58 smithi178 bash[77880]: audit 2024-03-21T13:11:57.246395+0000 mon.a (mon.0) 7640 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:58.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:58 smithi178 bash[77880]: cluster 2024-03-21T13:11:57.249275+0000 mgr.x (mgr.34104) 4988 : cluster [DBG] pgmap v3303: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:58.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:58 smithi178 bash[77880]: audit 2024-03-21T13:11:57.256692+0000 mon.a (mon.0) 7641 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:58.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:58 smithi178 bash[77880]: cephadm 2024-03-21T13:11:57.257942+0000 mgr.x (mgr.34104) 4989 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:58.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:58 smithi178 bash[77880]: audit 2024-03-21T13:11:57.338867+0000 mon.a (mon.0) 7642 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:58.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:58 smithi178 bash[77880]: audit 2024-03-21T13:11:57.341838+0000 mon.a (mon.0) 7643 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:58.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:58 smithi178 bash[77880]: audit 2024-03-21T13:11:57.345882+0000 mon.a (mon.0) 7644 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:58.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:58 smithi178 bash[77880]: audit 2024-03-21T13:11:57.346988+0000 mon.a (mon.0) 7645 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:58.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:58 smithi178 bash[77880]: audit 2024-03-21T13:11:57.357644+0000 mon.a (mon.0) 7646 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:58.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:58 smithi178 bash[77880]: audit 2024-03-21T13:11:57.442140+0000 mon.a (mon.0) 7647 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:58.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:58 smithi178 bash[77880]: audit 2024-03-21T13:11:57.445698+0000 mon.a (mon.0) 7648 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:58.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:58 smithi178 bash[77880]: audit 2024-03-21T13:11:57.449244+0000 mon.a (mon.0) 7649 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:58.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:58 smithi178 bash[77880]: audit 2024-03-21T13:11:57.450426+0000 mon.a (mon.0) 7650 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:58.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:58 smithi178 bash[77880]: audit 2024-03-21T13:11:57.459777+0000 mon.a (mon.0) 7651 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:58.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:58 smithi178 bash[77880]: audit 2024-03-21T13:11:57.542371+0000 mon.a (mon.0) 7652 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:58.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:58 smithi178 bash[77880]: audit 2024-03-21T13:11:57.544961+0000 mon.a (mon.0) 7653 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:58.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:58 smithi178 bash[77880]: audit 2024-03-21T13:11:57.547206+0000 mon.a (mon.0) 7654 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:58.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:58 smithi178 bash[77880]: audit 2024-03-21T13:11:57.548207+0000 mon.a (mon.0) 7655 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:58.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:58 smithi178 bash[77880]: audit 2024-03-21T13:11:57.555824+0000 mon.a (mon.0) 7656 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:58.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:58 smithi178 bash[75692]: audit 2024-03-21T13:11:57.637043+0000 mon.a (mon.0) 7657 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:58.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:58 smithi178 bash[75692]: audit 2024-03-21T13:11:57.640305+0000 mon.a (mon.0) 7658 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:58.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:58 smithi178 bash[75692]: audit 2024-03-21T13:11:57.642797+0000 mon.a (mon.0) 7659 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:58.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:58 smithi178 bash[75692]: audit 2024-03-21T13:11:57.643871+0000 mon.a (mon.0) 7660 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:58.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:58 smithi178 bash[75692]: audit 2024-03-21T13:11:57.653387+0000 mon.a (mon.0) 7661 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:58.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:58 smithi178 bash[75692]: audit 2024-03-21T13:11:57.737362+0000 mon.a (mon.0) 7662 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:58.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:58 smithi178 bash[75692]: audit 2024-03-21T13:11:57.741184+0000 mon.a (mon.0) 7663 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:58.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:58 smithi178 bash[75692]: audit 2024-03-21T13:11:57.744831+0000 mon.a (mon.0) 7664 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:58.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:58 smithi178 bash[75692]: audit 2024-03-21T13:11:57.746270+0000 mon.a (mon.0) 7665 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:58.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:58 smithi178 bash[75692]: audit 2024-03-21T13:11:57.756563+0000 mon.a (mon.0) 7666 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:58.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:58 smithi178 bash[75692]: audit 2024-03-21T13:11:57.840429+0000 mon.a (mon.0) 7667 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:58.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:58 smithi178 bash[75692]: audit 2024-03-21T13:11:57.843481+0000 mon.a (mon.0) 7668 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:58.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:58 smithi178 bash[75692]: audit 2024-03-21T13:11:57.847529+0000 mon.a (mon.0) 7669 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:58.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:58 smithi178 bash[75692]: audit 2024-03-21T13:11:57.849131+0000 mon.a (mon.0) 7670 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:58.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:58 smithi178 bash[75692]: audit 2024-03-21T13:11:57.859980+0000 mon.a (mon.0) 7671 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:58.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:58 smithi178 bash[75692]: audit 2024-03-21T13:11:57.940484+0000 mon.a (mon.0) 7672 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:58.310 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:58 smithi178 bash[75692]: audit 2024-03-21T13:11:57.943093+0000 mon.a (mon.0) 7673 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:58.310 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:58 smithi178 bash[75692]: audit 2024-03-21T13:11:57.947346+0000 mon.a (mon.0) 7674 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:58.310 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:58 smithi178 bash[75692]: audit 2024-03-21T13:11:57.948945+0000 mon.a (mon.0) 7675 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:58.310 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:58 smithi178 bash[75692]: audit 2024-03-21T13:11:57.959106+0000 mon.a (mon.0) 7676 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:58.310 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:58 smithi178 bash[77880]: audit 2024-03-21T13:11:57.637043+0000 mon.a (mon.0) 7657 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:58.310 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:58 smithi178 bash[77880]: audit 2024-03-21T13:11:57.640305+0000 mon.a (mon.0) 7658 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:58.310 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:58 smithi178 bash[77880]: audit 2024-03-21T13:11:57.642797+0000 mon.a (mon.0) 7659 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:58.310 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:58 smithi178 bash[77880]: audit 2024-03-21T13:11:57.643871+0000 mon.a (mon.0) 7660 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:58.310 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:58 smithi178 bash[77880]: audit 2024-03-21T13:11:57.653387+0000 mon.a (mon.0) 7661 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:58.310 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:58 smithi178 bash[77880]: audit 2024-03-21T13:11:57.737362+0000 mon.a (mon.0) 7662 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:58.310 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:58 smithi178 bash[77880]: audit 2024-03-21T13:11:57.741184+0000 mon.a (mon.0) 7663 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:58.311 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:58 smithi178 bash[77880]: audit 2024-03-21T13:11:57.744831+0000 mon.a (mon.0) 7664 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:58.311 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:58 smithi178 bash[77880]: audit 2024-03-21T13:11:57.746270+0000 mon.a (mon.0) 7665 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:58.311 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:58 smithi178 bash[77880]: audit 2024-03-21T13:11:57.756563+0000 mon.a (mon.0) 7666 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:58.311 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:58 smithi178 bash[77880]: audit 2024-03-21T13:11:57.840429+0000 mon.a (mon.0) 7667 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:58.311 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:58 smithi178 bash[77880]: audit 2024-03-21T13:11:57.843481+0000 mon.a (mon.0) 7668 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:58.311 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:58 smithi178 bash[77880]: audit 2024-03-21T13:11:57.847529+0000 mon.a (mon.0) 7669 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:58.311 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:58 smithi178 bash[77880]: audit 2024-03-21T13:11:57.849131+0000 mon.a (mon.0) 7670 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:58.311 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:58 smithi178 bash[77880]: audit 2024-03-21T13:11:57.859980+0000 mon.a (mon.0) 7671 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:58.311 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:58 smithi178 bash[77880]: audit 2024-03-21T13:11:57.940484+0000 mon.a (mon.0) 7672 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:58.311 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:58 smithi178 bash[77880]: audit 2024-03-21T13:11:57.943093+0000 mon.a (mon.0) 7673 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:58.311 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:58 smithi178 bash[77880]: audit 2024-03-21T13:11:57.947346+0000 mon.a (mon.0) 7674 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:58.312 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:58 smithi178 bash[77880]: audit 2024-03-21T13:11:57.948945+0000 mon.a (mon.0) 7675 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:58.312 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:58 smithi178 bash[77880]: audit 2024-03-21T13:11:57.959106+0000 mon.a (mon.0) 7676 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:58.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:58 smithi184 bash[59794]: cluster 2024-03-21T13:11:56.356313+0000 mgr.x (mgr.34104) 4961 : cluster [DBG] pgmap v3285: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:58.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:58 smithi184 bash[59794]: cluster 2024-03-21T13:11:56.356734+0000 mgr.x (mgr.34104) 4962 : cluster [DBG] pgmap v3286: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:58.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:58 smithi184 bash[59794]: cephadm 2024-03-21T13:11:56.366781+0000 mgr.x (mgr.34104) 4963 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:58.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:58 smithi184 bash[59794]: cluster 2024-03-21T13:11:56.451757+0000 mgr.x (mgr.34104) 4964 : cluster [DBG] pgmap v3287: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:58.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:58 smithi184 bash[59794]: cluster 2024-03-21T13:11:56.452025+0000 mgr.x (mgr.34104) 4965 : cluster [DBG] pgmap v3288: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:58.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:58 smithi184 bash[59794]: cephadm 2024-03-21T13:11:56.465797+0000 mgr.x (mgr.34104) 4966 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:58.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:58 smithi184 bash[59794]: cluster 2024-03-21T13:11:56.553952+0000 mgr.x (mgr.34104) 4967 : cluster [DBG] pgmap v3289: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:58.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:58 smithi184 bash[59794]: cluster 2024-03-21T13:11:56.554445+0000 mgr.x (mgr.34104) 4968 : cluster [DBG] pgmap v3290: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:58.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:58 smithi184 bash[59794]: cephadm 2024-03-21T13:11:56.563263+0000 mgr.x (mgr.34104) 4969 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:58.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:58 smithi184 bash[59794]: cluster 2024-03-21T13:11:56.652055+0000 mgr.x (mgr.34104) 4970 : cluster [DBG] pgmap v3291: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:58.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:58 smithi184 bash[59794]: cluster 2024-03-21T13:11:56.652353+0000 mgr.x (mgr.34104) 4971 : cluster [DBG] pgmap v3292: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:58.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:58 smithi184 bash[59794]: cephadm 2024-03-21T13:11:56.662342+0000 mgr.x (mgr.34104) 4972 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:58.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:58 smithi184 bash[59794]: cluster 2024-03-21T13:11:56.753440+0000 mgr.x (mgr.34104) 4973 : cluster [DBG] pgmap v3293: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:58.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:58 smithi184 bash[59794]: cluster 2024-03-21T13:11:56.753991+0000 mgr.x (mgr.34104) 4974 : cluster [DBG] pgmap v3294: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:58.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:58 smithi184 bash[59794]: cephadm 2024-03-21T13:11:56.763610+0000 mgr.x (mgr.34104) 4975 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:58.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:58 smithi184 bash[59794]: cluster 2024-03-21T13:11:56.858119+0000 mgr.x (mgr.34104) 4976 : cluster [DBG] pgmap v3295: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:58.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:58 smithi184 bash[59794]: cluster 2024-03-21T13:11:56.858621+0000 mgr.x (mgr.34104) 4977 : cluster [DBG] pgmap v3296: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:58.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:58 smithi184 bash[59794]: cephadm 2024-03-21T13:11:56.869983+0000 mgr.x (mgr.34104) 4978 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:58.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:58 smithi184 bash[59794]: cluster 2024-03-21T13:11:56.963464+0000 mgr.x (mgr.34104) 4979 : cluster [DBG] pgmap v3297: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:58.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:58 smithi184 bash[59794]: cluster 2024-03-21T13:11:56.963657+0000 mgr.x (mgr.34104) 4980 : cluster [DBG] pgmap v3298: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:58.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:58 smithi184 bash[59794]: cephadm 2024-03-21T13:11:56.971340+0000 mgr.x (mgr.34104) 4981 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:58.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:58 smithi184 bash[59794]: audit 2024-03-21T13:11:57.046250+0000 mon.a (mon.0) 7627 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:58.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:58 smithi184 bash[59794]: audit 2024-03-21T13:11:57.048827+0000 mon.a (mon.0) 7628 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:58.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:58 smithi184 bash[59794]: audit 2024-03-21T13:11:57.051461+0000 mon.a (mon.0) 7629 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:58.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:58 smithi184 bash[59794]: audit 2024-03-21T13:11:57.052570+0000 mon.a (mon.0) 7630 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:58.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:58 smithi184 bash[59794]: cluster 2024-03-21T13:11:57.054710+0000 mgr.x (mgr.34104) 4982 : cluster [DBG] pgmap v3299: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:58.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:58 smithi184 bash[59794]: cluster 2024-03-21T13:11:57.054957+0000 mgr.x (mgr.34104) 4983 : cluster [DBG] pgmap v3300: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:58.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:58 smithi184 bash[59794]: audit 2024-03-21T13:11:57.060351+0000 mon.a (mon.0) 7631 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:58.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:58 smithi184 bash[59794]: cephadm 2024-03-21T13:11:57.061405+0000 mgr.x (mgr.34104) 4984 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:58.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:58 smithi184 bash[59794]: audit 2024-03-21T13:11:57.139707+0000 mon.a (mon.0) 7632 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:58.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:58 smithi184 bash[59794]: audit 2024-03-21T13:11:57.142720+0000 mon.a (mon.0) 7633 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:58.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:58 smithi184 bash[59794]: audit 2024-03-21T13:11:57.146275+0000 mon.a (mon.0) 7634 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:58.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:58 smithi184 bash[59794]: audit 2024-03-21T13:11:57.147367+0000 mon.a (mon.0) 7635 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:58.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:58 smithi184 bash[59794]: cluster 2024-03-21T13:11:57.149816+0000 mgr.x (mgr.34104) 4985 : cluster [DBG] pgmap v3301: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:58.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:58 smithi184 bash[59794]: cluster 2024-03-21T13:11:57.150191+0000 mgr.x (mgr.34104) 4986 : cluster [DBG] pgmap v3302: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:58.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:58 smithi184 bash[59794]: audit 2024-03-21T13:11:57.156706+0000 mon.a (mon.0) 7636 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:58.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:58 smithi184 bash[59794]: cephadm 2024-03-21T13:11:57.157915+0000 mgr.x (mgr.34104) 4987 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:58.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:58 smithi184 bash[59794]: audit 2024-03-21T13:11:57.238228+0000 mon.a (mon.0) 7637 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:58.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:58 smithi184 bash[59794]: audit 2024-03-21T13:11:57.241303+0000 mon.a (mon.0) 7638 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:58.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:58 smithi184 bash[59794]: audit 2024-03-21T13:11:57.244979+0000 mon.a (mon.0) 7639 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:58.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:58 smithi184 bash[59794]: audit 2024-03-21T13:11:57.246395+0000 mon.a (mon.0) 7640 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:58.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:58 smithi184 bash[59794]: cluster 2024-03-21T13:11:57.249275+0000 mgr.x (mgr.34104) 4988 : cluster [DBG] pgmap v3303: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:58.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:58 smithi184 bash[59794]: audit 2024-03-21T13:11:57.256692+0000 mon.a (mon.0) 7641 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:58.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:58 smithi184 bash[59794]: cephadm 2024-03-21T13:11:57.257942+0000 mgr.x (mgr.34104) 4989 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:58.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:58 smithi184 bash[59794]: audit 2024-03-21T13:11:57.338867+0000 mon.a (mon.0) 7642 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:58.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:58 smithi184 bash[59794]: audit 2024-03-21T13:11:57.341838+0000 mon.a (mon.0) 7643 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:58.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:58 smithi184 bash[59794]: audit 2024-03-21T13:11:57.345882+0000 mon.a (mon.0) 7644 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:58.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:58 smithi184 bash[59794]: audit 2024-03-21T13:11:57.346988+0000 mon.a (mon.0) 7645 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:58.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:58 smithi184 bash[59794]: audit 2024-03-21T13:11:57.357644+0000 mon.a (mon.0) 7646 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:58.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:58 smithi184 bash[59794]: audit 2024-03-21T13:11:57.442140+0000 mon.a (mon.0) 7647 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:58.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:58 smithi184 bash[59794]: audit 2024-03-21T13:11:57.445698+0000 mon.a (mon.0) 7648 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:58.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:58 smithi184 bash[59794]: audit 2024-03-21T13:11:57.449244+0000 mon.a (mon.0) 7649 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:58.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:58 smithi184 bash[59794]: audit 2024-03-21T13:11:57.450426+0000 mon.a (mon.0) 7650 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:58.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:58 smithi184 bash[59794]: audit 2024-03-21T13:11:57.459777+0000 mon.a (mon.0) 7651 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:58.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:58 smithi184 bash[59794]: audit 2024-03-21T13:11:57.542371+0000 mon.a (mon.0) 7652 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:58.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:58 smithi184 bash[59794]: audit 2024-03-21T13:11:57.544961+0000 mon.a (mon.0) 7653 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:58.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:58 smithi184 bash[59794]: audit 2024-03-21T13:11:57.547206+0000 mon.a (mon.0) 7654 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:58.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:58 smithi184 bash[59794]: audit 2024-03-21T13:11:57.548207+0000 mon.a (mon.0) 7655 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:58.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:58 smithi184 bash[59794]: audit 2024-03-21T13:11:57.555824+0000 mon.a (mon.0) 7656 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:58.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:58 smithi184 bash[59794]: audit 2024-03-21T13:11:57.637043+0000 mon.a (mon.0) 7657 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:58.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:58 smithi184 bash[59794]: audit 2024-03-21T13:11:57.640305+0000 mon.a (mon.0) 7658 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:58.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:58 smithi184 bash[59794]: audit 2024-03-21T13:11:57.642797+0000 mon.a (mon.0) 7659 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:58.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:58 smithi184 bash[59794]: audit 2024-03-21T13:11:57.643871+0000 mon.a (mon.0) 7660 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:58.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:58 smithi184 bash[59794]: audit 2024-03-21T13:11:57.653387+0000 mon.a (mon.0) 7661 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:58.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:58 smithi184 bash[59794]: audit 2024-03-21T13:11:57.737362+0000 mon.a (mon.0) 7662 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:58.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:58 smithi184 bash[59794]: audit 2024-03-21T13:11:57.741184+0000 mon.a (mon.0) 7663 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:58.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:58 smithi184 bash[59794]: audit 2024-03-21T13:11:57.744831+0000 mon.a (mon.0) 7664 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:58.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:58 smithi184 bash[59794]: audit 2024-03-21T13:11:57.746270+0000 mon.a (mon.0) 7665 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:58.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:58 smithi184 bash[59794]: audit 2024-03-21T13:11:57.756563+0000 mon.a (mon.0) 7666 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:58.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:58 smithi184 bash[59794]: audit 2024-03-21T13:11:57.840429+0000 mon.a (mon.0) 7667 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:58.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:58 smithi184 bash[59794]: audit 2024-03-21T13:11:57.843481+0000 mon.a (mon.0) 7668 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:58.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:58 smithi184 bash[59794]: audit 2024-03-21T13:11:57.847529+0000 mon.a (mon.0) 7669 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:58.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:58 smithi184 bash[59794]: audit 2024-03-21T13:11:57.849131+0000 mon.a (mon.0) 7670 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:58.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:58 smithi184 bash[59794]: audit 2024-03-21T13:11:57.859980+0000 mon.a (mon.0) 7671 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:58.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:58 smithi184 bash[59794]: audit 2024-03-21T13:11:57.940484+0000 mon.a (mon.0) 7672 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:58.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:58 smithi184 bash[59794]: audit 2024-03-21T13:11:57.943093+0000 mon.a (mon.0) 7673 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:58.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:58 smithi184 bash[59794]: audit 2024-03-21T13:11:57.947346+0000 mon.a (mon.0) 7674 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:58.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:58 smithi184 bash[59794]: audit 2024-03-21T13:11:57.948945+0000 mon.a (mon.0) 7675 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:58.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:58 smithi184 bash[59794]: audit 2024-03-21T13:11:57.959106+0000 mon.a (mon.0) 7676 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:59.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:59 smithi184 bash[59794]: cluster 2024-03-21T13:11:57.349922+0000 mgr.x (mgr.34104) 4990 : cluster [DBG] pgmap v3304: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:59.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:59 smithi184 bash[59794]: cluster 2024-03-21T13:11:57.350380+0000 mgr.x (mgr.34104) 4991 : cluster [DBG] pgmap v3305: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:59.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:59 smithi184 bash[59794]: cephadm 2024-03-21T13:11:57.358829+0000 mgr.x (mgr.34104) 4992 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:59.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:59 smithi184 bash[59794]: cluster 2024-03-21T13:11:57.453085+0000 mgr.x (mgr.34104) 4993 : cluster [DBG] pgmap v3306: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:59.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:59 smithi184 bash[59794]: cluster 2024-03-21T13:11:57.453582+0000 mgr.x (mgr.34104) 4994 : cluster [DBG] pgmap v3307: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:59.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:59 smithi184 bash[59794]: cephadm 2024-03-21T13:11:57.461099+0000 mgr.x (mgr.34104) 4995 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:59.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:59 smithi184 bash[59794]: cluster 2024-03-21T13:11:57.550520+0000 mgr.x (mgr.34104) 4996 : cluster [DBG] pgmap v3308: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:59.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:59 smithi184 bash[59794]: cluster 2024-03-21T13:11:57.550957+0000 mgr.x (mgr.34104) 4997 : cluster [DBG] pgmap v3309: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:59.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:59 smithi184 bash[59794]: cephadm 2024-03-21T13:11:57.556876+0000 mgr.x (mgr.34104) 4998 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:59.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:59 smithi184 bash[59794]: cluster 2024-03-21T13:11:57.646064+0000 mgr.x (mgr.34104) 4999 : cluster [DBG] pgmap v3310: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:59.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:59 smithi184 bash[59794]: cluster 2024-03-21T13:11:57.646379+0000 mgr.x (mgr.34104) 5000 : cluster [DBG] pgmap v3311: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:59.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:59 smithi184 bash[59794]: cephadm 2024-03-21T13:11:57.654550+0000 mgr.x (mgr.34104) 5001 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:59.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:59 smithi184 bash[59794]: cluster 2024-03-21T13:11:57.749057+0000 mgr.x (mgr.34104) 5002 : cluster [DBG] pgmap v3312: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:59.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:59 smithi184 bash[59794]: cephadm 2024-03-21T13:11:57.757848+0000 mgr.x (mgr.34104) 5003 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:59.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:59 smithi184 bash[59794]: cluster 2024-03-21T13:11:57.852130+0000 mgr.x (mgr.34104) 5004 : cluster [DBG] pgmap v3313: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:59.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:59 smithi184 bash[59794]: cluster 2024-03-21T13:11:57.852525+0000 mgr.x (mgr.34104) 5005 : cluster [DBG] pgmap v3314: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:59.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:59 smithi184 bash[59794]: cephadm 2024-03-21T13:11:57.861182+0000 mgr.x (mgr.34104) 5006 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:59.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:59 smithi184 bash[59794]: cluster 2024-03-21T13:11:57.951939+0000 mgr.x (mgr.34104) 5007 : cluster [DBG] pgmap v3315: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:59.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:59 smithi184 bash[59794]: cluster 2024-03-21T13:11:57.952448+0000 mgr.x (mgr.34104) 5008 : cluster [DBG] pgmap v3316: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:59.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:59 smithi184 bash[59794]: cephadm 2024-03-21T13:11:57.960290+0000 mgr.x (mgr.34104) 5009 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:59.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:59 smithi184 bash[59794]: audit 2024-03-21T13:11:58.042647+0000 mon.a (mon.0) 7677 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:59.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:59 smithi184 bash[59794]: audit 2024-03-21T13:11:58.044839+0000 mon.a (mon.0) 7678 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:59.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:59 smithi184 bash[59794]: audit 2024-03-21T13:11:58.046862+0000 mon.a (mon.0) 7679 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:59.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:59 smithi184 bash[59794]: audit 2024-03-21T13:11:58.047985+0000 mon.a (mon.0) 7680 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:59.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:59 smithi184 bash[59794]: cluster 2024-03-21T13:11:58.050093+0000 mgr.x (mgr.34104) 5010 : cluster [DBG] pgmap v3317: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:59.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:59 smithi184 bash[59794]: cluster 2024-03-21T13:11:58.050299+0000 mgr.x (mgr.34104) 5011 : cluster [DBG] pgmap v3318: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:59.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:59 smithi184 bash[59794]: audit 2024-03-21T13:11:58.055354+0000 mon.a (mon.0) 7681 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:59.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:59 smithi184 bash[59794]: cephadm 2024-03-21T13:11:58.056477+0000 mgr.x (mgr.34104) 5012 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:59.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:59 smithi184 bash[59794]: audit 2024-03-21T13:11:58.136517+0000 mon.a (mon.0) 7682 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:59.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:59 smithi184 bash[59794]: audit 2024-03-21T13:11:58.139870+0000 mon.a (mon.0) 7683 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:59.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:59 smithi184 bash[59794]: audit 2024-03-21T13:11:58.143208+0000 mon.a (mon.0) 7684 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:59.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:59 smithi184 bash[59794]: audit 2024-03-21T13:11:58.144485+0000 mon.a (mon.0) 7685 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:59.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:59 smithi184 bash[59794]: cluster 2024-03-21T13:11:58.147288+0000 mgr.x (mgr.34104) 5013 : cluster [DBG] pgmap v3319: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:59.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:59 smithi184 bash[59794]: cluster 2024-03-21T13:11:58.147789+0000 mgr.x (mgr.34104) 5014 : cluster [DBG] pgmap v3320: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:59.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:59 smithi184 bash[59794]: audit 2024-03-21T13:11:58.155627+0000 mon.a (mon.0) 7686 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:59.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:59 smithi184 bash[59794]: cephadm 2024-03-21T13:11:58.156952+0000 mgr.x (mgr.34104) 5015 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:59.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:59 smithi184 bash[59794]: audit 2024-03-21T13:11:58.237832+0000 mon.a (mon.0) 7687 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:59.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:59 smithi184 bash[59794]: audit 2024-03-21T13:11:58.241467+0000 mon.a (mon.0) 7688 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:59.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:59 smithi184 bash[59794]: audit 2024-03-21T13:11:58.246274+0000 mon.a (mon.0) 7689 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:59.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:59 smithi184 bash[59794]: audit 2024-03-21T13:11:58.247895+0000 mon.a (mon.0) 7690 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:59.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:59 smithi184 bash[59794]: cluster 2024-03-21T13:11:58.251562+0000 mgr.x (mgr.34104) 5016 : cluster [DBG] pgmap v3321: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:59.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:59 smithi184 bash[59794]: cluster 2024-03-21T13:11:58.252222+0000 mgr.x (mgr.34104) 5017 : cluster [DBG] pgmap v3322: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:59.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:59 smithi184 bash[59794]: audit 2024-03-21T13:11:58.260791+0000 mon.a (mon.0) 7691 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:59.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:59 smithi184 bash[59794]: cephadm 2024-03-21T13:11:58.262122+0000 mgr.x (mgr.34104) 5018 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:59.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:59 smithi184 bash[59794]: audit 2024-03-21T13:11:58.340068+0000 mon.a (mon.0) 7692 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:59.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:59 smithi184 bash[59794]: audit 2024-03-21T13:11:58.343233+0000 mon.a (mon.0) 7693 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:59.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:59 smithi184 bash[59794]: audit 2024-03-21T13:11:58.347237+0000 mon.a (mon.0) 7694 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:59.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:59 smithi184 bash[59794]: audit 2024-03-21T13:11:58.348937+0000 mon.a (mon.0) 7695 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:59.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:59 smithi184 bash[59794]: audit 2024-03-21T13:11:58.360327+0000 mon.a (mon.0) 7696 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:59.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:59 smithi184 bash[59794]: audit 2024-03-21T13:11:58.443584+0000 mon.a (mon.0) 7697 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:59.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:59 smithi184 bash[59794]: audit 2024-03-21T13:11:58.446810+0000 mon.a (mon.0) 7698 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:59.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:59 smithi184 bash[59794]: audit 2024-03-21T13:11:58.449753+0000 mon.a (mon.0) 7699 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:59.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:59 smithi184 bash[59794]: audit 2024-03-21T13:11:58.451396+0000 mon.a (mon.0) 7700 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:59.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:59 smithi184 bash[59794]: audit 2024-03-21T13:11:58.473753+0000 mon.a (mon.0) 7701 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:59.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:59 smithi184 bash[59794]: audit 2024-03-21T13:11:58.554597+0000 mon.a (mon.0) 7702 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:59.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:59 smithi184 bash[59794]: audit 2024-03-21T13:11:58.558570+0000 mon.a (mon.0) 7703 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:59.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:59 smithi184 bash[59794]: audit 2024-03-21T13:11:58.563599+0000 mon.a (mon.0) 7704 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:59.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:59 smithi184 bash[59794]: audit 2024-03-21T13:11:58.565177+0000 mon.a (mon.0) 7705 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:59.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:59 smithi184 bash[59794]: audit 2024-03-21T13:11:58.574083+0000 mon.a (mon.0) 7706 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:59.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:59 smithi184 bash[59794]: audit 2024-03-21T13:11:58.654257+0000 mon.a (mon.0) 7707 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:59.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:59 smithi184 bash[59794]: audit 2024-03-21T13:11:58.657456+0000 mon.a (mon.0) 7708 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:59.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:59 smithi184 bash[59794]: audit 2024-03-21T13:11:58.661856+0000 mon.a (mon.0) 7709 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:59.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:59 smithi184 bash[59794]: audit 2024-03-21T13:11:58.663634+0000 mon.a (mon.0) 7710 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:59.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:59 smithi184 bash[59794]: audit 2024-03-21T13:11:58.675909+0000 mon.a (mon.0) 7711 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:59.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:59 smithi184 bash[59794]: audit 2024-03-21T13:11:58.759654+0000 mon.a (mon.0) 7712 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:59.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:59 smithi184 bash[59794]: audit 2024-03-21T13:11:58.762780+0000 mon.a (mon.0) 7713 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:59.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:59 smithi184 bash[59794]: audit 2024-03-21T13:11:58.766161+0000 mon.a (mon.0) 7714 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:59.080 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:59 smithi184 bash[59794]: audit 2024-03-21T13:11:58.767459+0000 mon.a (mon.0) 7715 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:59.080 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:59 smithi184 bash[59794]: audit 2024-03-21T13:11:58.778819+0000 mon.a (mon.0) 7716 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:59.080 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:59 smithi184 bash[59794]: audit 2024-03-21T13:11:58.862896+0000 mon.a (mon.0) 7717 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:59.080 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:59 smithi184 bash[59794]: audit 2024-03-21T13:11:58.871552+0000 mon.a (mon.0) 7718 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:59.080 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:59 smithi184 bash[59794]: audit 2024-03-21T13:11:58.876424+0000 mon.a (mon.0) 7719 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:59.080 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:59 smithi184 bash[59794]: audit 2024-03-21T13:11:58.877920+0000 mon.a (mon.0) 7720 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:59.080 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:59 smithi184 bash[59794]: audit 2024-03-21T13:11:58.888760+0000 mon.a (mon.0) 7721 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:59.080 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:59 smithi184 bash[59794]: audit 2024-03-21T13:11:58.971690+0000 mon.a (mon.0) 7722 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:59.080 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:59 smithi184 bash[59794]: audit 2024-03-21T13:11:58.975472+0000 mon.a (mon.0) 7723 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:59.080 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:59 smithi184 bash[59794]: audit 2024-03-21T13:11:58.980322+0000 mon.a (mon.0) 7724 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:59.080 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:59 smithi184 bash[59794]: audit 2024-03-21T13:11:58.981920+0000 mon.a (mon.0) 7725 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:59.080 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:11:59 smithi184 bash[59794]: audit 2024-03-21T13:11:58.992148+0000 mon.a (mon.0) 7726 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:59.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:59 smithi178 bash[75692]: cluster 2024-03-21T13:11:57.349922+0000 mgr.x (mgr.34104) 4990 : cluster [DBG] pgmap v3304: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:59.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:59 smithi178 bash[75692]: cluster 2024-03-21T13:11:57.350380+0000 mgr.x (mgr.34104) 4991 : cluster [DBG] pgmap v3305: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:59.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:59 smithi178 bash[75692]: cephadm 2024-03-21T13:11:57.358829+0000 mgr.x (mgr.34104) 4992 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:59.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:59 smithi178 bash[75692]: cluster 2024-03-21T13:11:57.453085+0000 mgr.x (mgr.34104) 4993 : cluster [DBG] pgmap v3306: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:59.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:59 smithi178 bash[75692]: cluster 2024-03-21T13:11:57.453582+0000 mgr.x (mgr.34104) 4994 : cluster [DBG] pgmap v3307: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:59.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:59 smithi178 bash[75692]: cephadm 2024-03-21T13:11:57.461099+0000 mgr.x (mgr.34104) 4995 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:59.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:59 smithi178 bash[75692]: cluster 2024-03-21T13:11:57.550520+0000 mgr.x (mgr.34104) 4996 : cluster [DBG] pgmap v3308: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:59.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:59 smithi178 bash[75692]: cluster 2024-03-21T13:11:57.550957+0000 mgr.x (mgr.34104) 4997 : cluster [DBG] pgmap v3309: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:59.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:59 smithi178 bash[75692]: cephadm 2024-03-21T13:11:57.556876+0000 mgr.x (mgr.34104) 4998 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:59.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:59 smithi178 bash[75692]: cluster 2024-03-21T13:11:57.646064+0000 mgr.x (mgr.34104) 4999 : cluster [DBG] pgmap v3310: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:59.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:59 smithi178 bash[75692]: cluster 2024-03-21T13:11:57.646379+0000 mgr.x (mgr.34104) 5000 : cluster [DBG] pgmap v3311: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:59.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:59 smithi178 bash[75692]: cephadm 2024-03-21T13:11:57.654550+0000 mgr.x (mgr.34104) 5001 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:59.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:59 smithi178 bash[75692]: cluster 2024-03-21T13:11:57.749057+0000 mgr.x (mgr.34104) 5002 : cluster [DBG] pgmap v3312: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:59.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:59 smithi178 bash[75692]: cephadm 2024-03-21T13:11:57.757848+0000 mgr.x (mgr.34104) 5003 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:59.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:59 smithi178 bash[75692]: cluster 2024-03-21T13:11:57.852130+0000 mgr.x (mgr.34104) 5004 : cluster [DBG] pgmap v3313: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:59.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:59 smithi178 bash[75692]: cluster 2024-03-21T13:11:57.852525+0000 mgr.x (mgr.34104) 5005 : cluster [DBG] pgmap v3314: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:59.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:59 smithi178 bash[75692]: cephadm 2024-03-21T13:11:57.861182+0000 mgr.x (mgr.34104) 5006 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:59.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:59 smithi178 bash[75692]: cluster 2024-03-21T13:11:57.951939+0000 mgr.x (mgr.34104) 5007 : cluster [DBG] pgmap v3315: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:59.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:59 smithi178 bash[75692]: cluster 2024-03-21T13:11:57.952448+0000 mgr.x (mgr.34104) 5008 : cluster [DBG] pgmap v3316: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:59.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:59 smithi178 bash[75692]: cephadm 2024-03-21T13:11:57.960290+0000 mgr.x (mgr.34104) 5009 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:59.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:59 smithi178 bash[77880]: cluster 2024-03-21T13:11:57.349922+0000 mgr.x (mgr.34104) 4990 : cluster [DBG] pgmap v3304: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:59.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:59 smithi178 bash[77880]: cluster 2024-03-21T13:11:57.350380+0000 mgr.x (mgr.34104) 4991 : cluster [DBG] pgmap v3305: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:59.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:59 smithi178 bash[77880]: cephadm 2024-03-21T13:11:57.358829+0000 mgr.x (mgr.34104) 4992 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:59.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:59 smithi178 bash[77880]: cluster 2024-03-21T13:11:57.453085+0000 mgr.x (mgr.34104) 4993 : cluster [DBG] pgmap v3306: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:59.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:59 smithi178 bash[77880]: cluster 2024-03-21T13:11:57.453582+0000 mgr.x (mgr.34104) 4994 : cluster [DBG] pgmap v3307: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:59.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:59 smithi178 bash[77880]: cephadm 2024-03-21T13:11:57.461099+0000 mgr.x (mgr.34104) 4995 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:59.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:59 smithi178 bash[77880]: cluster 2024-03-21T13:11:57.550520+0000 mgr.x (mgr.34104) 4996 : cluster [DBG] pgmap v3308: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:59.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:59 smithi178 bash[77880]: cluster 2024-03-21T13:11:57.550957+0000 mgr.x (mgr.34104) 4997 : cluster [DBG] pgmap v3309: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:59.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:59 smithi178 bash[77880]: cephadm 2024-03-21T13:11:57.556876+0000 mgr.x (mgr.34104) 4998 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:59.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:59 smithi178 bash[77880]: cluster 2024-03-21T13:11:57.646064+0000 mgr.x (mgr.34104) 4999 : cluster [DBG] pgmap v3310: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:59.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:59 smithi178 bash[77880]: cluster 2024-03-21T13:11:57.646379+0000 mgr.x (mgr.34104) 5000 : cluster [DBG] pgmap v3311: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:59.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:59 smithi178 bash[77880]: cephadm 2024-03-21T13:11:57.654550+0000 mgr.x (mgr.34104) 5001 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:59.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:59 smithi178 bash[77880]: cluster 2024-03-21T13:11:57.749057+0000 mgr.x (mgr.34104) 5002 : cluster [DBG] pgmap v3312: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:59.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:59 smithi178 bash[77880]: cephadm 2024-03-21T13:11:57.757848+0000 mgr.x (mgr.34104) 5003 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:59.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:59 smithi178 bash[77880]: cluster 2024-03-21T13:11:57.852130+0000 mgr.x (mgr.34104) 5004 : cluster [DBG] pgmap v3313: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:59.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:59 smithi178 bash[77880]: cluster 2024-03-21T13:11:57.852525+0000 mgr.x (mgr.34104) 5005 : cluster [DBG] pgmap v3314: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:59.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:59 smithi178 bash[77880]: cephadm 2024-03-21T13:11:57.861182+0000 mgr.x (mgr.34104) 5006 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:59.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:59 smithi178 bash[77880]: cluster 2024-03-21T13:11:57.951939+0000 mgr.x (mgr.34104) 5007 : cluster [DBG] pgmap v3315: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:59.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:59 smithi178 bash[77880]: cluster 2024-03-21T13:11:57.952448+0000 mgr.x (mgr.34104) 5008 : cluster [DBG] pgmap v3316: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:59.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:59 smithi178 bash[77880]: cephadm 2024-03-21T13:11:57.960290+0000 mgr.x (mgr.34104) 5009 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:59.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:59 smithi178 bash[75692]: audit 2024-03-21T13:11:58.042647+0000 mon.a (mon.0) 7677 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:59.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:59 smithi178 bash[75692]: audit 2024-03-21T13:11:58.044839+0000 mon.a (mon.0) 7678 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:59.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:59 smithi178 bash[75692]: audit 2024-03-21T13:11:58.046862+0000 mon.a (mon.0) 7679 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:59.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:59 smithi178 bash[75692]: audit 2024-03-21T13:11:58.047985+0000 mon.a (mon.0) 7680 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:59.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:59 smithi178 bash[75692]: cluster 2024-03-21T13:11:58.050093+0000 mgr.x (mgr.34104) 5010 : cluster [DBG] pgmap v3317: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:59.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:59 smithi178 bash[75692]: cluster 2024-03-21T13:11:58.050299+0000 mgr.x (mgr.34104) 5011 : cluster [DBG] pgmap v3318: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:59.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:59 smithi178 bash[75692]: audit 2024-03-21T13:11:58.055354+0000 mon.a (mon.0) 7681 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:59.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:59 smithi178 bash[75692]: cephadm 2024-03-21T13:11:58.056477+0000 mgr.x (mgr.34104) 5012 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:59.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:59 smithi178 bash[75692]: audit 2024-03-21T13:11:58.136517+0000 mon.a (mon.0) 7682 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:59.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:59 smithi178 bash[75692]: audit 2024-03-21T13:11:58.139870+0000 mon.a (mon.0) 7683 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:59.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:59 smithi178 bash[75692]: audit 2024-03-21T13:11:58.143208+0000 mon.a (mon.0) 7684 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:59.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:59 smithi178 bash[75692]: audit 2024-03-21T13:11:58.144485+0000 mon.a (mon.0) 7685 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:59.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:59 smithi178 bash[75692]: cluster 2024-03-21T13:11:58.147288+0000 mgr.x (mgr.34104) 5013 : cluster [DBG] pgmap v3319: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:59.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:59 smithi178 bash[75692]: cluster 2024-03-21T13:11:58.147789+0000 mgr.x (mgr.34104) 5014 : cluster [DBG] pgmap v3320: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:59.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:59 smithi178 bash[75692]: audit 2024-03-21T13:11:58.155627+0000 mon.a (mon.0) 7686 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:59.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:59 smithi178 bash[75692]: cephadm 2024-03-21T13:11:58.156952+0000 mgr.x (mgr.34104) 5015 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:59.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:59 smithi178 bash[75692]: audit 2024-03-21T13:11:58.237832+0000 mon.a (mon.0) 7687 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:59.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:59 smithi178 bash[75692]: audit 2024-03-21T13:11:58.241467+0000 mon.a (mon.0) 7688 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:59.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:59 smithi178 bash[75692]: audit 2024-03-21T13:11:58.246274+0000 mon.a (mon.0) 7689 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:59.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:59 smithi178 bash[77880]: audit 2024-03-21T13:11:58.042647+0000 mon.a (mon.0) 7677 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:59.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:59 smithi178 bash[77880]: audit 2024-03-21T13:11:58.044839+0000 mon.a (mon.0) 7678 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:59.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:59 smithi178 bash[77880]: audit 2024-03-21T13:11:58.046862+0000 mon.a (mon.0) 7679 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:59.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:59 smithi178 bash[77880]: audit 2024-03-21T13:11:58.047985+0000 mon.a (mon.0) 7680 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:59.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:59 smithi178 bash[77880]: cluster 2024-03-21T13:11:58.050093+0000 mgr.x (mgr.34104) 5010 : cluster [DBG] pgmap v3317: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:59.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:59 smithi178 bash[77880]: cluster 2024-03-21T13:11:58.050299+0000 mgr.x (mgr.34104) 5011 : cluster [DBG] pgmap v3318: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:59.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:59 smithi178 bash[77880]: audit 2024-03-21T13:11:58.055354+0000 mon.a (mon.0) 7681 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:59.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:59 smithi178 bash[77880]: cephadm 2024-03-21T13:11:58.056477+0000 mgr.x (mgr.34104) 5012 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:59.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:59 smithi178 bash[77880]: audit 2024-03-21T13:11:58.136517+0000 mon.a (mon.0) 7682 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:59.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:59 smithi178 bash[77880]: audit 2024-03-21T13:11:58.139870+0000 mon.a (mon.0) 7683 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:59.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:59 smithi178 bash[77880]: audit 2024-03-21T13:11:58.143208+0000 mon.a (mon.0) 7684 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:59.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:59 smithi178 bash[77880]: audit 2024-03-21T13:11:58.144485+0000 mon.a (mon.0) 7685 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:59.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:59 smithi178 bash[77880]: cluster 2024-03-21T13:11:58.147288+0000 mgr.x (mgr.34104) 5013 : cluster [DBG] pgmap v3319: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:59.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:59 smithi178 bash[77880]: cluster 2024-03-21T13:11:58.147789+0000 mgr.x (mgr.34104) 5014 : cluster [DBG] pgmap v3320: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:59.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:59 smithi178 bash[77880]: audit 2024-03-21T13:11:58.155627+0000 mon.a (mon.0) 7686 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:59.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:59 smithi178 bash[77880]: cephadm 2024-03-21T13:11:58.156952+0000 mgr.x (mgr.34104) 5015 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:59.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:59 smithi178 bash[77880]: audit 2024-03-21T13:11:58.237832+0000 mon.a (mon.0) 7687 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:59.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:59 smithi178 bash[77880]: audit 2024-03-21T13:11:58.241467+0000 mon.a (mon.0) 7688 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:59.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:59 smithi178 bash[77880]: audit 2024-03-21T13:11:58.246274+0000 mon.a (mon.0) 7689 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:59.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:59 smithi178 bash[75692]: audit 2024-03-21T13:11:58.247895+0000 mon.a (mon.0) 7690 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:59.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:59 smithi178 bash[75692]: cluster 2024-03-21T13:11:58.251562+0000 mgr.x (mgr.34104) 5016 : cluster [DBG] pgmap v3321: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:59.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:59 smithi178 bash[75692]: cluster 2024-03-21T13:11:58.252222+0000 mgr.x (mgr.34104) 5017 : cluster [DBG] pgmap v3322: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:59.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:59 smithi178 bash[75692]: audit 2024-03-21T13:11:58.260791+0000 mon.a (mon.0) 7691 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:59.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:59 smithi178 bash[75692]: cephadm 2024-03-21T13:11:58.262122+0000 mgr.x (mgr.34104) 5018 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:59.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:59 smithi178 bash[75692]: audit 2024-03-21T13:11:58.340068+0000 mon.a (mon.0) 7692 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:59.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:59 smithi178 bash[75692]: audit 2024-03-21T13:11:58.343233+0000 mon.a (mon.0) 7693 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:59.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:59 smithi178 bash[75692]: audit 2024-03-21T13:11:58.347237+0000 mon.a (mon.0) 7694 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:59.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:59 smithi178 bash[75692]: audit 2024-03-21T13:11:58.348937+0000 mon.a (mon.0) 7695 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:59.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:59 smithi178 bash[75692]: audit 2024-03-21T13:11:58.360327+0000 mon.a (mon.0) 7696 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:59.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:59 smithi178 bash[75692]: audit 2024-03-21T13:11:58.443584+0000 mon.a (mon.0) 7697 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:59.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:59 smithi178 bash[75692]: audit 2024-03-21T13:11:58.446810+0000 mon.a (mon.0) 7698 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:59.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:59 smithi178 bash[75692]: audit 2024-03-21T13:11:58.449753+0000 mon.a (mon.0) 7699 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:59.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:59 smithi178 bash[75692]: audit 2024-03-21T13:11:58.451396+0000 mon.a (mon.0) 7700 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:59.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:59 smithi178 bash[75692]: audit 2024-03-21T13:11:58.473753+0000 mon.a (mon.0) 7701 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:59.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:59 smithi178 bash[75692]: audit 2024-03-21T13:11:58.554597+0000 mon.a (mon.0) 7702 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:59.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:59 smithi178 bash[75692]: audit 2024-03-21T13:11:58.558570+0000 mon.a (mon.0) 7703 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:59.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:59 smithi178 bash[75692]: audit 2024-03-21T13:11:58.563599+0000 mon.a (mon.0) 7704 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:59.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:59 smithi178 bash[75692]: audit 2024-03-21T13:11:58.565177+0000 mon.a (mon.0) 7705 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:59.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:59 smithi178 bash[75692]: audit 2024-03-21T13:11:58.574083+0000 mon.a (mon.0) 7706 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:59.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:59 smithi178 bash[77880]: audit 2024-03-21T13:11:58.247895+0000 mon.a (mon.0) 7690 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:59.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:59 smithi178 bash[77880]: cluster 2024-03-21T13:11:58.251562+0000 mgr.x (mgr.34104) 5016 : cluster [DBG] pgmap v3321: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:59.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:59 smithi178 bash[77880]: cluster 2024-03-21T13:11:58.252222+0000 mgr.x (mgr.34104) 5017 : cluster [DBG] pgmap v3322: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:11:59.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:59 smithi178 bash[77880]: audit 2024-03-21T13:11:58.260791+0000 mon.a (mon.0) 7691 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:59.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:59 smithi178 bash[77880]: cephadm 2024-03-21T13:11:58.262122+0000 mgr.x (mgr.34104) 5018 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:11:59.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:59 smithi178 bash[77880]: audit 2024-03-21T13:11:58.340068+0000 mon.a (mon.0) 7692 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:59.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:59 smithi178 bash[77880]: audit 2024-03-21T13:11:58.343233+0000 mon.a (mon.0) 7693 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:59.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:59 smithi178 bash[77880]: audit 2024-03-21T13:11:58.347237+0000 mon.a (mon.0) 7694 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:59.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:59 smithi178 bash[77880]: audit 2024-03-21T13:11:58.348937+0000 mon.a (mon.0) 7695 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:59.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:59 smithi178 bash[77880]: audit 2024-03-21T13:11:58.360327+0000 mon.a (mon.0) 7696 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:59.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:59 smithi178 bash[77880]: audit 2024-03-21T13:11:58.443584+0000 mon.a (mon.0) 7697 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:59.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:59 smithi178 bash[77880]: audit 2024-03-21T13:11:58.446810+0000 mon.a (mon.0) 7698 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:59.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:59 smithi178 bash[77880]: audit 2024-03-21T13:11:58.449753+0000 mon.a (mon.0) 7699 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:59.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:59 smithi178 bash[77880]: audit 2024-03-21T13:11:58.451396+0000 mon.a (mon.0) 7700 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:59.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:59 smithi178 bash[77880]: audit 2024-03-21T13:11:58.473753+0000 mon.a (mon.0) 7701 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:59.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:59 smithi178 bash[77880]: audit 2024-03-21T13:11:58.554597+0000 mon.a (mon.0) 7702 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:59.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:59 smithi178 bash[77880]: audit 2024-03-21T13:11:58.558570+0000 mon.a (mon.0) 7703 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:59.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:59 smithi178 bash[77880]: audit 2024-03-21T13:11:58.563599+0000 mon.a (mon.0) 7704 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:59.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:59 smithi178 bash[77880]: audit 2024-03-21T13:11:58.565177+0000 mon.a (mon.0) 7705 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:59.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:59 smithi178 bash[77880]: audit 2024-03-21T13:11:58.574083+0000 mon.a (mon.0) 7706 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:59.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:59 smithi178 bash[75692]: audit 2024-03-21T13:11:58.654257+0000 mon.a (mon.0) 7707 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:59.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:59 smithi178 bash[75692]: audit 2024-03-21T13:11:58.657456+0000 mon.a (mon.0) 7708 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:59.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:59 smithi178 bash[75692]: audit 2024-03-21T13:11:58.661856+0000 mon.a (mon.0) 7709 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:59.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:59 smithi178 bash[75692]: audit 2024-03-21T13:11:58.663634+0000 mon.a (mon.0) 7710 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:59.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:59 smithi178 bash[75692]: audit 2024-03-21T13:11:58.675909+0000 mon.a (mon.0) 7711 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:59.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:59 smithi178 bash[75692]: audit 2024-03-21T13:11:58.759654+0000 mon.a (mon.0) 7712 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:59.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:59 smithi178 bash[75692]: audit 2024-03-21T13:11:58.762780+0000 mon.a (mon.0) 7713 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:59.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:59 smithi178 bash[75692]: audit 2024-03-21T13:11:58.766161+0000 mon.a (mon.0) 7714 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:59.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:59 smithi178 bash[75692]: audit 2024-03-21T13:11:58.767459+0000 mon.a (mon.0) 7715 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:59.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:59 smithi178 bash[75692]: audit 2024-03-21T13:11:58.778819+0000 mon.a (mon.0) 7716 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:59.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:59 smithi178 bash[75692]: audit 2024-03-21T13:11:58.862896+0000 mon.a (mon.0) 7717 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:59.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:59 smithi178 bash[75692]: audit 2024-03-21T13:11:58.871552+0000 mon.a (mon.0) 7718 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:59.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:59 smithi178 bash[75692]: audit 2024-03-21T13:11:58.876424+0000 mon.a (mon.0) 7719 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:59.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:59 smithi178 bash[75692]: audit 2024-03-21T13:11:58.877920+0000 mon.a (mon.0) 7720 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:59.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:59 smithi178 bash[75692]: audit 2024-03-21T13:11:58.888760+0000 mon.a (mon.0) 7721 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:59.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:59 smithi178 bash[75692]: audit 2024-03-21T13:11:58.971690+0000 mon.a (mon.0) 7722 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:59.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:59 smithi178 bash[75692]: audit 2024-03-21T13:11:58.975472+0000 mon.a (mon.0) 7723 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:59.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:59 smithi178 bash[75692]: audit 2024-03-21T13:11:58.980322+0000 mon.a (mon.0) 7724 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:59.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:59 smithi178 bash[75692]: audit 2024-03-21T13:11:58.981920+0000 mon.a (mon.0) 7725 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:59.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:11:59 smithi178 bash[75692]: audit 2024-03-21T13:11:58.992148+0000 mon.a (mon.0) 7726 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:59.310 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:59 smithi178 bash[77880]: audit 2024-03-21T13:11:58.654257+0000 mon.a (mon.0) 7707 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:59.310 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:59 smithi178 bash[77880]: audit 2024-03-21T13:11:58.657456+0000 mon.a (mon.0) 7708 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:59.310 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:59 smithi178 bash[77880]: audit 2024-03-21T13:11:58.661856+0000 mon.a (mon.0) 7709 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:59.310 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:59 smithi178 bash[77880]: audit 2024-03-21T13:11:58.663634+0000 mon.a (mon.0) 7710 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:59.310 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:59 smithi178 bash[77880]: audit 2024-03-21T13:11:58.675909+0000 mon.a (mon.0) 7711 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:59.310 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:59 smithi178 bash[77880]: audit 2024-03-21T13:11:58.759654+0000 mon.a (mon.0) 7712 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:59.310 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:59 smithi178 bash[77880]: audit 2024-03-21T13:11:58.762780+0000 mon.a (mon.0) 7713 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:59.310 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:59 smithi178 bash[77880]: audit 2024-03-21T13:11:58.766161+0000 mon.a (mon.0) 7714 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:59.310 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:59 smithi178 bash[77880]: audit 2024-03-21T13:11:58.767459+0000 mon.a (mon.0) 7715 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:59.310 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:59 smithi178 bash[77880]: audit 2024-03-21T13:11:58.778819+0000 mon.a (mon.0) 7716 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:59.310 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:59 smithi178 bash[77880]: audit 2024-03-21T13:11:58.862896+0000 mon.a (mon.0) 7717 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:59.310 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:59 smithi178 bash[77880]: audit 2024-03-21T13:11:58.871552+0000 mon.a (mon.0) 7718 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:59.310 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:59 smithi178 bash[77880]: audit 2024-03-21T13:11:58.876424+0000 mon.a (mon.0) 7719 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:59.310 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:59 smithi178 bash[77880]: audit 2024-03-21T13:11:58.877920+0000 mon.a (mon.0) 7720 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:59.311 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:59 smithi178 bash[77880]: audit 2024-03-21T13:11:58.888760+0000 mon.a (mon.0) 7721 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:11:59.311 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:59 smithi178 bash[77880]: audit 2024-03-21T13:11:58.971690+0000 mon.a (mon.0) 7722 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:11:59.311 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:59 smithi178 bash[77880]: audit 2024-03-21T13:11:58.975472+0000 mon.a (mon.0) 7723 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:11:59.311 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:59 smithi178 bash[77880]: audit 2024-03-21T13:11:58.980322+0000 mon.a (mon.0) 7724 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:11:59.311 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:59 smithi178 bash[77880]: audit 2024-03-21T13:11:58.981920+0000 mon.a (mon.0) 7725 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:11:59.311 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:11:59 smithi178 bash[77880]: audit 2024-03-21T13:11:58.992148+0000 mon.a (mon.0) 7726 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:00.297 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:00 smithi178 bash[77880]: cluster 2024-03-21T13:11:58.352011+0000 mgr.x (mgr.34104) 5019 : cluster [DBG] pgmap v3323: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:00.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:00 smithi178 bash[77880]: cluster 2024-03-21T13:11:58.352507+0000 mgr.x (mgr.34104) 5020 : cluster [DBG] pgmap v3324: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:00.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:00 smithi178 bash[77880]: cephadm 2024-03-21T13:11:58.361878+0000 mgr.x (mgr.34104) 5021 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:00.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:00 smithi178 bash[77880]: cluster 2024-03-21T13:11:58.454454+0000 mgr.x (mgr.34104) 5022 : cluster [DBG] pgmap v3325: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:00.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:00 smithi178 bash[77880]: cluster 2024-03-21T13:11:58.454930+0000 mgr.x (mgr.34104) 5023 : cluster [DBG] pgmap v3326: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:00.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:00 smithi178 bash[77880]: cephadm 2024-03-21T13:11:58.475184+0000 mgr.x (mgr.34104) 5024 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:00.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:00 smithi178 bash[77880]: cluster 2024-03-21T13:11:58.568337+0000 mgr.x (mgr.34104) 5025 : cluster [DBG] pgmap v3327: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:00.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:00 smithi178 bash[77880]: cluster 2024-03-21T13:11:58.568628+0000 mgr.x (mgr.34104) 5026 : cluster [DBG] pgmap v3328: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:00.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:00 smithi178 bash[77880]: cephadm 2024-03-21T13:11:58.575236+0000 mgr.x (mgr.34104) 5027 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:00.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:00 smithi178 bash[77880]: cluster 2024-03-21T13:11:58.667240+0000 mgr.x (mgr.34104) 5028 : cluster [DBG] pgmap v3329: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:00.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:00 smithi178 bash[77880]: cluster 2024-03-21T13:11:58.667535+0000 mgr.x (mgr.34104) 5029 : cluster [DBG] pgmap v3330: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:00.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:00 smithi178 bash[77880]: cephadm 2024-03-21T13:11:58.677270+0000 mgr.x (mgr.34104) 5030 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:00.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:00 smithi178 bash[77880]: cluster 2024-03-21T13:11:58.770277+0000 mgr.x (mgr.34104) 5031 : cluster [DBG] pgmap v3331: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:00.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:00 smithi178 bash[77880]: cluster 2024-03-21T13:11:58.770879+0000 mgr.x (mgr.34104) 5032 : cluster [DBG] pgmap v3332: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:00.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:00 smithi178 bash[77880]: cephadm 2024-03-21T13:11:58.780026+0000 mgr.x (mgr.34104) 5033 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:00.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:00 smithi178 bash[77880]: cluster 2024-03-21T13:11:58.880747+0000 mgr.x (mgr.34104) 5034 : cluster [DBG] pgmap v3333: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:00.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:00 smithi178 bash[77880]: cluster 2024-03-21T13:11:58.881054+0000 mgr.x (mgr.34104) 5035 : cluster [DBG] pgmap v3334: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:00.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:00 smithi178 bash[77880]: cephadm 2024-03-21T13:11:58.890031+0000 mgr.x (mgr.34104) 5036 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:00.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:00 smithi178 bash[77880]: cluster 2024-03-21T13:11:58.985323+0000 mgr.x (mgr.34104) 5037 : cluster [DBG] pgmap v3335: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 15 op/s 2024-03-21T13:12:00.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:00 smithi178 bash[77880]: cephadm 2024-03-21T13:11:58.993463+0000 mgr.x (mgr.34104) 5038 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:00.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:00 smithi178 bash[77880]: audit 2024-03-21T13:11:59.074879+0000 mon.a (mon.0) 7727 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:00.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:00 smithi178 bash[77880]: audit 2024-03-21T13:11:59.078903+0000 mon.a (mon.0) 7728 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:00.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:00 smithi178 bash[77880]: audit 2024-03-21T13:11:59.082078+0000 mon.a (mon.0) 7729 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:00.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:00 smithi178 bash[77880]: audit 2024-03-21T13:11:59.083927+0000 mon.a (mon.0) 7730 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:00.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:00 smithi178 bash[77880]: cluster 2024-03-21T13:11:59.087075+0000 mgr.x (mgr.34104) 5039 : cluster [DBG] pgmap v3336: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 12 KiB/s rd, 11 op/s 2024-03-21T13:12:00.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:00 smithi178 bash[77880]: cluster 2024-03-21T13:11:59.087411+0000 mgr.x (mgr.34104) 5040 : cluster [DBG] pgmap v3337: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 15 op/s 2024-03-21T13:12:00.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:00 smithi178 bash[77880]: audit 2024-03-21T13:11:59.092035+0000 mon.a (mon.0) 7731 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:00.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:00 smithi178 bash[77880]: cephadm 2024-03-21T13:11:59.093145+0000 mgr.x (mgr.34104) 5041 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:00.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:00 smithi178 bash[77880]: audit 2024-03-21T13:11:59.171528+0000 mon.a (mon.0) 7732 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:00.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:00 smithi178 bash[77880]: audit 2024-03-21T13:11:59.175116+0000 mon.a (mon.0) 7733 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:00.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:00 smithi178 bash[77880]: audit 2024-03-21T13:11:59.180291+0000 mon.a (mon.0) 7734 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:00.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:00 smithi178 bash[77880]: audit 2024-03-21T13:11:59.182038+0000 mon.a (mon.0) 7735 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:00.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:00 smithi178 bash[77880]: cluster 2024-03-21T13:11:59.185164+0000 mgr.x (mgr.34104) 5042 : cluster [DBG] pgmap v3338: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 12 KiB/s rd, 12 op/s 2024-03-21T13:12:00.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:00 smithi178 bash[77880]: cluster 2024-03-21T13:11:59.185671+0000 mgr.x (mgr.34104) 5043 : cluster [DBG] pgmap v3339: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s 2024-03-21T13:12:00.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:00 smithi178 bash[77880]: audit 2024-03-21T13:11:59.193283+0000 mon.a (mon.0) 7736 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:00.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:00 smithi178 bash[77880]: cephadm 2024-03-21T13:11:59.194689+0000 mgr.x (mgr.34104) 5044 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:00.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:00 smithi178 bash[77880]: audit 2024-03-21T13:11:59.272584+0000 mon.a (mon.0) 7737 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:00.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:00 smithi178 bash[77880]: audit 2024-03-21T13:11:59.275839+0000 mgr.x (mgr.34104) 5045 : audit [DBG] from='client.54784 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:12:00.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:00 smithi178 bash[77880]: audit 2024-03-21T13:11:59.277178+0000 mon.a (mon.0) 7738 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:00.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:00 smithi178 bash[75692]: cluster 2024-03-21T13:11:58.352011+0000 mgr.x (mgr.34104) 5019 : cluster [DBG] pgmap v3323: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:00.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:00 smithi178 bash[75692]: cluster 2024-03-21T13:11:58.352507+0000 mgr.x (mgr.34104) 5020 : cluster [DBG] pgmap v3324: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:00.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:00 smithi178 bash[75692]: cephadm 2024-03-21T13:11:58.361878+0000 mgr.x (mgr.34104) 5021 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:00.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:00 smithi178 bash[75692]: cluster 2024-03-21T13:11:58.454454+0000 mgr.x (mgr.34104) 5022 : cluster [DBG] pgmap v3325: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:00.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:00 smithi178 bash[75692]: cluster 2024-03-21T13:11:58.454930+0000 mgr.x (mgr.34104) 5023 : cluster [DBG] pgmap v3326: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:00.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:00 smithi178 bash[75692]: cephadm 2024-03-21T13:11:58.475184+0000 mgr.x (mgr.34104) 5024 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:00.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:00 smithi178 bash[75692]: cluster 2024-03-21T13:11:58.568337+0000 mgr.x (mgr.34104) 5025 : cluster [DBG] pgmap v3327: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:00.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:00 smithi178 bash[75692]: cluster 2024-03-21T13:11:58.568628+0000 mgr.x (mgr.34104) 5026 : cluster [DBG] pgmap v3328: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:00.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:00 smithi178 bash[75692]: cephadm 2024-03-21T13:11:58.575236+0000 mgr.x (mgr.34104) 5027 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:00.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:00 smithi178 bash[75692]: cluster 2024-03-21T13:11:58.667240+0000 mgr.x (mgr.34104) 5028 : cluster [DBG] pgmap v3329: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:00.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:00 smithi178 bash[75692]: cluster 2024-03-21T13:11:58.667535+0000 mgr.x (mgr.34104) 5029 : cluster [DBG] pgmap v3330: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:00.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:00 smithi178 bash[75692]: cephadm 2024-03-21T13:11:58.677270+0000 mgr.x (mgr.34104) 5030 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:00.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:00 smithi178 bash[75692]: cluster 2024-03-21T13:11:58.770277+0000 mgr.x (mgr.34104) 5031 : cluster [DBG] pgmap v3331: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:00.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:00 smithi178 bash[75692]: cluster 2024-03-21T13:11:58.770879+0000 mgr.x (mgr.34104) 5032 : cluster [DBG] pgmap v3332: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:00.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:00 smithi178 bash[75692]: cephadm 2024-03-21T13:11:58.780026+0000 mgr.x (mgr.34104) 5033 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:00.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:00 smithi178 bash[75692]: cluster 2024-03-21T13:11:58.880747+0000 mgr.x (mgr.34104) 5034 : cluster [DBG] pgmap v3333: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:00.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:00 smithi178 bash[75692]: cluster 2024-03-21T13:11:58.881054+0000 mgr.x (mgr.34104) 5035 : cluster [DBG] pgmap v3334: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:00.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:00 smithi178 bash[75692]: cephadm 2024-03-21T13:11:58.890031+0000 mgr.x (mgr.34104) 5036 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:00.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:00 smithi178 bash[75692]: cluster 2024-03-21T13:11:58.985323+0000 mgr.x (mgr.34104) 5037 : cluster [DBG] pgmap v3335: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 15 op/s 2024-03-21T13:12:00.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:00 smithi178 bash[75692]: cephadm 2024-03-21T13:11:58.993463+0000 mgr.x (mgr.34104) 5038 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:00.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:00 smithi178 bash[77880]: audit 2024-03-21T13:11:59.281450+0000 mon.a (mon.0) 7739 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:00.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:00 smithi178 bash[77880]: audit 2024-03-21T13:11:59.283182+0000 mon.a (mon.0) 7740 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:00.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:00 smithi178 bash[77880]: cluster 2024-03-21T13:11:59.285721+0000 mgr.x (mgr.34104) 5046 : cluster [DBG] pgmap v3340: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 12 KiB/s rd, 12 op/s 2024-03-21T13:12:00.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:00 smithi178 bash[77880]: audit 2024-03-21T13:11:59.294671+0000 mon.a (mon.0) 7741 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:00.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:00 smithi178 bash[77880]: audit 2024-03-21T13:11:59.374320+0000 mon.a (mon.0) 7742 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:00.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:00 smithi178 bash[77880]: audit 2024-03-21T13:11:59.377603+0000 mon.a (mon.0) 7743 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:00.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:00 smithi178 bash[77880]: audit 2024-03-21T13:11:59.380841+0000 mon.a (mon.0) 7744 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:00.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:00 smithi178 bash[77880]: audit 2024-03-21T13:11:59.382367+0000 mon.a (mon.0) 7745 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:00.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:00 smithi178 bash[77880]: audit 2024-03-21T13:11:59.394194+0000 mon.a (mon.0) 7746 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:00.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:00 smithi178 bash[77880]: audit 2024-03-21T13:11:59.475435+0000 mon.a (mon.0) 7747 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:00.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:00 smithi178 bash[77880]: audit 2024-03-21T13:11:59.484566+0000 mon.a (mon.0) 7748 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:00.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:00 smithi178 bash[77880]: audit 2024-03-21T13:11:59.493571+0000 mon.a (mon.0) 7749 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:00.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:00 smithi178 bash[77880]: audit 2024-03-21T13:11:59.508798+0000 mon.a (mon.0) 7750 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:00.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:00 smithi178 bash[77880]: audit 2024-03-21T13:11:59.513482+0000 mon.a (mon.0) 7751 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:00.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:00 smithi178 bash[77880]: audit 2024-03-21T13:11:59.517250+0000 mon.a (mon.0) 7752 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:00.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:00 smithi178 bash[77880]: audit 2024-03-21T13:11:59.520127+0000 mon.a (mon.0) 7753 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:00.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:00 smithi178 bash[77880]: audit 2024-03-21T13:11:59.524617+0000 mon.a (mon.0) 7754 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:00.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:00 smithi178 bash[77880]: audit 2024-03-21T13:11:59.528919+0000 mon.a (mon.0) 7755 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:00.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:00 smithi178 bash[77880]: audit 2024-03-21T13:11:59.531849+0000 mon.a (mon.0) 7756 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:00.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:00 smithi178 bash[77880]: audit 2024-03-21T13:11:59.534045+0000 mon.a (mon.0) 7757 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:00.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:00 smithi178 bash[77880]: audit 2024-03-21T13:11:59.536232+0000 mon.a (mon.0) 7758 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:00.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:00 smithi178 bash[77880]: audit 2024-03-21T13:11:59.538598+0000 mon.a (mon.0) 7759 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:00.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:00 smithi178 bash[77880]: audit 2024-03-21T13:11:59.541350+0000 mon.a (mon.0) 7760 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:00.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:00 smithi178 bash[77880]: audit 2024-03-21T13:11:59.544132+0000 mon.a (mon.0) 7761 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:00.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:00 smithi178 bash[77880]: audit 2024-03-21T13:11:59.547053+0000 mon.a (mon.0) 7762 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:00.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:00 smithi178 bash[75692]: audit 2024-03-21T13:11:59.074879+0000 mon.a (mon.0) 7727 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:00.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:00 smithi178 bash[75692]: audit 2024-03-21T13:11:59.078903+0000 mon.a (mon.0) 7728 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:00.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:00 smithi178 bash[75692]: audit 2024-03-21T13:11:59.082078+0000 mon.a (mon.0) 7729 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:00.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:00 smithi178 bash[75692]: audit 2024-03-21T13:11:59.083927+0000 mon.a (mon.0) 7730 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:00.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:00 smithi178 bash[75692]: cluster 2024-03-21T13:11:59.087075+0000 mgr.x (mgr.34104) 5039 : cluster [DBG] pgmap v3336: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 12 KiB/s rd, 11 op/s 2024-03-21T13:12:00.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:00 smithi178 bash[75692]: cluster 2024-03-21T13:11:59.087411+0000 mgr.x (mgr.34104) 5040 : cluster [DBG] pgmap v3337: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 15 op/s 2024-03-21T13:12:00.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:00 smithi178 bash[75692]: audit 2024-03-21T13:11:59.092035+0000 mon.a (mon.0) 7731 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:00.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:00 smithi178 bash[75692]: cephadm 2024-03-21T13:11:59.093145+0000 mgr.x (mgr.34104) 5041 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:00.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:00 smithi178 bash[75692]: audit 2024-03-21T13:11:59.171528+0000 mon.a (mon.0) 7732 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:00.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:00 smithi178 bash[75692]: audit 2024-03-21T13:11:59.175116+0000 mon.a (mon.0) 7733 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:00.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:00 smithi178 bash[75692]: audit 2024-03-21T13:11:59.180291+0000 mon.a (mon.0) 7734 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:00.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:00 smithi178 bash[75692]: audit 2024-03-21T13:11:59.182038+0000 mon.a (mon.0) 7735 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:00.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:00 smithi178 bash[75692]: cluster 2024-03-21T13:11:59.185164+0000 mgr.x (mgr.34104) 5042 : cluster [DBG] pgmap v3338: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 12 KiB/s rd, 12 op/s 2024-03-21T13:12:00.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:00 smithi178 bash[75692]: cluster 2024-03-21T13:11:59.185671+0000 mgr.x (mgr.34104) 5043 : cluster [DBG] pgmap v3339: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s 2024-03-21T13:12:00.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:00 smithi178 bash[75692]: audit 2024-03-21T13:11:59.193283+0000 mon.a (mon.0) 7736 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:00.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:00 smithi178 bash[75692]: cephadm 2024-03-21T13:11:59.194689+0000 mgr.x (mgr.34104) 5044 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:00.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:00 smithi178 bash[75692]: audit 2024-03-21T13:11:59.272584+0000 mon.a (mon.0) 7737 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:00.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:00 smithi178 bash[75692]: audit 2024-03-21T13:11:59.275839+0000 mgr.x (mgr.34104) 5045 : audit [DBG] from='client.54784 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:12:00.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:00 smithi178 bash[75692]: audit 2024-03-21T13:11:59.277178+0000 mon.a (mon.0) 7738 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:00.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:00 smithi178 bash[75692]: audit 2024-03-21T13:11:59.281450+0000 mon.a (mon.0) 7739 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:00.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:00 smithi178 bash[75692]: audit 2024-03-21T13:11:59.283182+0000 mon.a (mon.0) 7740 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:00.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:00 smithi178 bash[75692]: cluster 2024-03-21T13:11:59.285721+0000 mgr.x (mgr.34104) 5046 : cluster [DBG] pgmap v3340: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 12 KiB/s rd, 12 op/s 2024-03-21T13:12:00.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:00 smithi178 bash[75692]: audit 2024-03-21T13:11:59.294671+0000 mon.a (mon.0) 7741 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:00.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:00 smithi178 bash[75692]: audit 2024-03-21T13:11:59.374320+0000 mon.a (mon.0) 7742 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:00.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:00 smithi178 bash[75692]: audit 2024-03-21T13:11:59.377603+0000 mon.a (mon.0) 7743 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:00.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:00 smithi178 bash[75692]: audit 2024-03-21T13:11:59.380841+0000 mon.a (mon.0) 7744 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:00.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:00 smithi178 bash[75692]: audit 2024-03-21T13:11:59.382367+0000 mon.a (mon.0) 7745 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:00.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:00 smithi178 bash[75692]: audit 2024-03-21T13:11:59.394194+0000 mon.a (mon.0) 7746 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:00.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:00 smithi178 bash[75692]: audit 2024-03-21T13:11:59.475435+0000 mon.a (mon.0) 7747 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:00.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:00 smithi178 bash[75692]: audit 2024-03-21T13:11:59.484566+0000 mon.a (mon.0) 7748 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:00.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:00 smithi178 bash[75692]: audit 2024-03-21T13:11:59.493571+0000 mon.a (mon.0) 7749 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:00.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:00 smithi178 bash[75692]: audit 2024-03-21T13:11:59.508798+0000 mon.a (mon.0) 7750 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:00.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:00 smithi178 bash[75692]: audit 2024-03-21T13:11:59.513482+0000 mon.a (mon.0) 7751 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:00.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:00 smithi178 bash[75692]: audit 2024-03-21T13:11:59.517250+0000 mon.a (mon.0) 7752 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:00.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:00 smithi178 bash[75692]: audit 2024-03-21T13:11:59.520127+0000 mon.a (mon.0) 7753 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:00.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:00 smithi178 bash[75692]: audit 2024-03-21T13:11:59.524617+0000 mon.a (mon.0) 7754 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:00.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:00 smithi178 bash[75692]: audit 2024-03-21T13:11:59.528919+0000 mon.a (mon.0) 7755 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:00.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:00 smithi178 bash[75692]: audit 2024-03-21T13:11:59.531849+0000 mon.a (mon.0) 7756 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:00.310 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:00 smithi178 bash[75692]: audit 2024-03-21T13:11:59.534045+0000 mon.a (mon.0) 7757 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:00.310 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:00 smithi178 bash[75692]: audit 2024-03-21T13:11:59.536232+0000 mon.a (mon.0) 7758 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:00.310 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:00 smithi178 bash[75692]: audit 2024-03-21T13:11:59.538598+0000 mon.a (mon.0) 7759 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:00.310 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:00 smithi178 bash[75692]: audit 2024-03-21T13:11:59.541350+0000 mon.a (mon.0) 7760 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:00.310 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:00 smithi178 bash[75692]: audit 2024-03-21T13:11:59.544132+0000 mon.a (mon.0) 7761 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:00.310 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:00 smithi178 bash[75692]: audit 2024-03-21T13:11:59.547053+0000 mon.a (mon.0) 7762 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:00.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:00 smithi184 bash[59794]: cluster 2024-03-21T13:11:58.352011+0000 mgr.x (mgr.34104) 5019 : cluster [DBG] pgmap v3323: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:00.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:00 smithi184 bash[59794]: cluster 2024-03-21T13:11:58.352507+0000 mgr.x (mgr.34104) 5020 : cluster [DBG] pgmap v3324: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:00.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:00 smithi184 bash[59794]: cephadm 2024-03-21T13:11:58.361878+0000 mgr.x (mgr.34104) 5021 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:00.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:00 smithi184 bash[59794]: cluster 2024-03-21T13:11:58.454454+0000 mgr.x (mgr.34104) 5022 : cluster [DBG] pgmap v3325: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:00.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:00 smithi184 bash[59794]: cluster 2024-03-21T13:11:58.454930+0000 mgr.x (mgr.34104) 5023 : cluster [DBG] pgmap v3326: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:00.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:00 smithi184 bash[59794]: cephadm 2024-03-21T13:11:58.475184+0000 mgr.x (mgr.34104) 5024 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:00.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:00 smithi184 bash[59794]: cluster 2024-03-21T13:11:58.568337+0000 mgr.x (mgr.34104) 5025 : cluster [DBG] pgmap v3327: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:00.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:00 smithi184 bash[59794]: cluster 2024-03-21T13:11:58.568628+0000 mgr.x (mgr.34104) 5026 : cluster [DBG] pgmap v3328: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:00.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:00 smithi184 bash[59794]: cephadm 2024-03-21T13:11:58.575236+0000 mgr.x (mgr.34104) 5027 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:00.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:00 smithi184 bash[59794]: cluster 2024-03-21T13:11:58.667240+0000 mgr.x (mgr.34104) 5028 : cluster [DBG] pgmap v3329: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:00.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:00 smithi184 bash[59794]: cluster 2024-03-21T13:11:58.667535+0000 mgr.x (mgr.34104) 5029 : cluster [DBG] pgmap v3330: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:00.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:00 smithi184 bash[59794]: cephadm 2024-03-21T13:11:58.677270+0000 mgr.x (mgr.34104) 5030 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:00.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:00 smithi184 bash[59794]: cluster 2024-03-21T13:11:58.770277+0000 mgr.x (mgr.34104) 5031 : cluster [DBG] pgmap v3331: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:00.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:00 smithi184 bash[59794]: cluster 2024-03-21T13:11:58.770879+0000 mgr.x (mgr.34104) 5032 : cluster [DBG] pgmap v3332: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:00.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:00 smithi184 bash[59794]: cephadm 2024-03-21T13:11:58.780026+0000 mgr.x (mgr.34104) 5033 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:00.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:00 smithi184 bash[59794]: cluster 2024-03-21T13:11:58.880747+0000 mgr.x (mgr.34104) 5034 : cluster [DBG] pgmap v3333: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:00.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:00 smithi184 bash[59794]: cluster 2024-03-21T13:11:58.881054+0000 mgr.x (mgr.34104) 5035 : cluster [DBG] pgmap v3334: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:00.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:00 smithi184 bash[59794]: cephadm 2024-03-21T13:11:58.890031+0000 mgr.x (mgr.34104) 5036 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:00.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:00 smithi184 bash[59794]: cluster 2024-03-21T13:11:58.985323+0000 mgr.x (mgr.34104) 5037 : cluster [DBG] pgmap v3335: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 15 op/s 2024-03-21T13:12:00.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:00 smithi184 bash[59794]: cephadm 2024-03-21T13:11:58.993463+0000 mgr.x (mgr.34104) 5038 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:00.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:00 smithi184 bash[59794]: audit 2024-03-21T13:11:59.074879+0000 mon.a (mon.0) 7727 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:00.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:00 smithi184 bash[59794]: audit 2024-03-21T13:11:59.078903+0000 mon.a (mon.0) 7728 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:00.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:00 smithi184 bash[59794]: audit 2024-03-21T13:11:59.082078+0000 mon.a (mon.0) 7729 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:00.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:00 smithi184 bash[59794]: audit 2024-03-21T13:11:59.083927+0000 mon.a (mon.0) 7730 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:00.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:00 smithi184 bash[59794]: cluster 2024-03-21T13:11:59.087075+0000 mgr.x (mgr.34104) 5039 : cluster [DBG] pgmap v3336: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 12 KiB/s rd, 11 op/s 2024-03-21T13:12:00.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:00 smithi184 bash[59794]: cluster 2024-03-21T13:11:59.087411+0000 mgr.x (mgr.34104) 5040 : cluster [DBG] pgmap v3337: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 15 op/s 2024-03-21T13:12:00.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:00 smithi184 bash[59794]: audit 2024-03-21T13:11:59.092035+0000 mon.a (mon.0) 7731 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:00.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:00 smithi184 bash[59794]: cephadm 2024-03-21T13:11:59.093145+0000 mgr.x (mgr.34104) 5041 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:00.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:00 smithi184 bash[59794]: audit 2024-03-21T13:11:59.171528+0000 mon.a (mon.0) 7732 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:00.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:00 smithi184 bash[59794]: audit 2024-03-21T13:11:59.175116+0000 mon.a (mon.0) 7733 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:00.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:00 smithi184 bash[59794]: audit 2024-03-21T13:11:59.180291+0000 mon.a (mon.0) 7734 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:00.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:00 smithi184 bash[59794]: audit 2024-03-21T13:11:59.182038+0000 mon.a (mon.0) 7735 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:00.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:00 smithi184 bash[59794]: cluster 2024-03-21T13:11:59.185164+0000 mgr.x (mgr.34104) 5042 : cluster [DBG] pgmap v3338: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 12 KiB/s rd, 12 op/s 2024-03-21T13:12:00.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:00 smithi184 bash[59794]: cluster 2024-03-21T13:11:59.185671+0000 mgr.x (mgr.34104) 5043 : cluster [DBG] pgmap v3339: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s 2024-03-21T13:12:00.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:00 smithi184 bash[59794]: audit 2024-03-21T13:11:59.193283+0000 mon.a (mon.0) 7736 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:00.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:00 smithi184 bash[59794]: cephadm 2024-03-21T13:11:59.194689+0000 mgr.x (mgr.34104) 5044 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:00.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:00 smithi184 bash[59794]: audit 2024-03-21T13:11:59.272584+0000 mon.a (mon.0) 7737 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:00.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:00 smithi184 bash[59794]: audit 2024-03-21T13:11:59.275839+0000 mgr.x (mgr.34104) 5045 : audit [DBG] from='client.54784 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:12:00.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:00 smithi184 bash[59794]: audit 2024-03-21T13:11:59.277178+0000 mon.a (mon.0) 7738 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:00.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:00 smithi184 bash[59794]: audit 2024-03-21T13:11:59.281450+0000 mon.a (mon.0) 7739 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:00.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:00 smithi184 bash[59794]: audit 2024-03-21T13:11:59.283182+0000 mon.a (mon.0) 7740 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:00.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:00 smithi184 bash[59794]: cluster 2024-03-21T13:11:59.285721+0000 mgr.x (mgr.34104) 5046 : cluster [DBG] pgmap v3340: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 12 KiB/s rd, 12 op/s 2024-03-21T13:12:00.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:00 smithi184 bash[59794]: audit 2024-03-21T13:11:59.294671+0000 mon.a (mon.0) 7741 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:00.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:00 smithi184 bash[59794]: audit 2024-03-21T13:11:59.374320+0000 mon.a (mon.0) 7742 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:00.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:00 smithi184 bash[59794]: audit 2024-03-21T13:11:59.377603+0000 mon.a (mon.0) 7743 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:00.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:00 smithi184 bash[59794]: audit 2024-03-21T13:11:59.380841+0000 mon.a (mon.0) 7744 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:00.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:00 smithi184 bash[59794]: audit 2024-03-21T13:11:59.382367+0000 mon.a (mon.0) 7745 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:00.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:00 smithi184 bash[59794]: audit 2024-03-21T13:11:59.394194+0000 mon.a (mon.0) 7746 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:00.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:00 smithi184 bash[59794]: audit 2024-03-21T13:11:59.475435+0000 mon.a (mon.0) 7747 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:00.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:00 smithi184 bash[59794]: audit 2024-03-21T13:11:59.484566+0000 mon.a (mon.0) 7748 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:00.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:00 smithi184 bash[59794]: audit 2024-03-21T13:11:59.493571+0000 mon.a (mon.0) 7749 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:00.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:00 smithi184 bash[59794]: audit 2024-03-21T13:11:59.508798+0000 mon.a (mon.0) 7750 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:00.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:00 smithi184 bash[59794]: audit 2024-03-21T13:11:59.513482+0000 mon.a (mon.0) 7751 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:00.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:00 smithi184 bash[59794]: audit 2024-03-21T13:11:59.517250+0000 mon.a (mon.0) 7752 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:00.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:00 smithi184 bash[59794]: audit 2024-03-21T13:11:59.520127+0000 mon.a (mon.0) 7753 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:00.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:00 smithi184 bash[59794]: audit 2024-03-21T13:11:59.524617+0000 mon.a (mon.0) 7754 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:00.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:00 smithi184 bash[59794]: audit 2024-03-21T13:11:59.528919+0000 mon.a (mon.0) 7755 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:00.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:00 smithi184 bash[59794]: audit 2024-03-21T13:11:59.531849+0000 mon.a (mon.0) 7756 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:00.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:00 smithi184 bash[59794]: audit 2024-03-21T13:11:59.534045+0000 mon.a (mon.0) 7757 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:00.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:00 smithi184 bash[59794]: audit 2024-03-21T13:11:59.536232+0000 mon.a (mon.0) 7758 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:00.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:00 smithi184 bash[59794]: audit 2024-03-21T13:11:59.538598+0000 mon.a (mon.0) 7759 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:00.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:00 smithi184 bash[59794]: audit 2024-03-21T13:11:59.541350+0000 mon.a (mon.0) 7760 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:00.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:00 smithi184 bash[59794]: audit 2024-03-21T13:11:59.544132+0000 mon.a (mon.0) 7761 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:00.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:00 smithi184 bash[59794]: audit 2024-03-21T13:11:59.547053+0000 mon.a (mon.0) 7762 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:01.293 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:01 smithi178 bash[75692]: cluster 2024-03-21T13:11:59.286091+0000 mgr.x (mgr.34104) 5047 : cluster [DBG] pgmap v3341: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:01.294 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:01 smithi178 bash[75692]: cephadm 2024-03-21T13:11:59.296218+0000 mgr.x (mgr.34104) 5048 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:01.294 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:01 smithi178 bash[75692]: cluster 2024-03-21T13:11:59.385796+0000 mgr.x (mgr.34104) 5049 : cluster [DBG] pgmap v3342: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:01.294 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:01 smithi178 bash[75692]: cluster 2024-03-21T13:11:59.386132+0000 mgr.x (mgr.34104) 5050 : cluster [DBG] pgmap v3343: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:01.294 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:01 smithi178 bash[75692]: cephadm 2024-03-21T13:11:59.395527+0000 mgr.x (mgr.34104) 5051 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:01.294 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:01 smithi178 bash[75692]: cluster 2024-03-21T13:11:59.486918+0000 mgr.x (mgr.34104) 5052 : cluster [DBG] pgmap v3344: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:01.294 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:01 smithi178 bash[75692]: cluster 2024-03-21T13:11:59.487305+0000 mgr.x (mgr.34104) 5053 : cluster [DBG] pgmap v3345: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:01.294 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:01 smithi178 bash[75692]: audit 2024-03-21T13:12:00.825154+0000 mon.a (mon.0) 7763 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:01.294 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:01 smithi178 bash[75692]: audit 2024-03-21T13:12:00.834273+0000 mon.a (mon.0) 7764 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:01.294 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:01 smithi178 bash[75692]: audit 2024-03-21T13:12:00.844094+0000 mon.a (mon.0) 7765 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:01.295 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:01 smithi178 bash[77880]: cluster 2024-03-21T13:11:59.286091+0000 mgr.x (mgr.34104) 5047 : cluster [DBG] pgmap v3341: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:01.295 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:01 smithi178 bash[77880]: cephadm 2024-03-21T13:11:59.296218+0000 mgr.x (mgr.34104) 5048 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:01.295 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:01 smithi178 bash[77880]: cluster 2024-03-21T13:11:59.385796+0000 mgr.x (mgr.34104) 5049 : cluster [DBG] pgmap v3342: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:01.295 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:01 smithi178 bash[77880]: cluster 2024-03-21T13:11:59.386132+0000 mgr.x (mgr.34104) 5050 : cluster [DBG] pgmap v3343: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:01.295 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:01 smithi178 bash[77880]: cephadm 2024-03-21T13:11:59.395527+0000 mgr.x (mgr.34104) 5051 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:01.295 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:01 smithi178 bash[77880]: cluster 2024-03-21T13:11:59.486918+0000 mgr.x (mgr.34104) 5052 : cluster [DBG] pgmap v3344: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:01.295 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:01 smithi178 bash[77880]: cluster 2024-03-21T13:11:59.487305+0000 mgr.x (mgr.34104) 5053 : cluster [DBG] pgmap v3345: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:01.295 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:01 smithi178 bash[77880]: audit 2024-03-21T13:12:00.825154+0000 mon.a (mon.0) 7763 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:01.295 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:01 smithi178 bash[77880]: audit 2024-03-21T13:12:00.834273+0000 mon.a (mon.0) 7764 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:01.295 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:01 smithi178 bash[77880]: audit 2024-03-21T13:12:00.844094+0000 mon.a (mon.0) 7765 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:01.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:01 smithi184 bash[59794]: cluster 2024-03-21T13:11:59.286091+0000 mgr.x (mgr.34104) 5047 : cluster [DBG] pgmap v3341: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:01.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:01 smithi184 bash[59794]: cephadm 2024-03-21T13:11:59.296218+0000 mgr.x (mgr.34104) 5048 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:01.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:01 smithi184 bash[59794]: cluster 2024-03-21T13:11:59.385796+0000 mgr.x (mgr.34104) 5049 : cluster [DBG] pgmap v3342: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:01.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:01 smithi184 bash[59794]: cluster 2024-03-21T13:11:59.386132+0000 mgr.x (mgr.34104) 5050 : cluster [DBG] pgmap v3343: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:01.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:01 smithi184 bash[59794]: cephadm 2024-03-21T13:11:59.395527+0000 mgr.x (mgr.34104) 5051 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:01.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:01 smithi184 bash[59794]: cluster 2024-03-21T13:11:59.486918+0000 mgr.x (mgr.34104) 5052 : cluster [DBG] pgmap v3344: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:01.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:01 smithi184 bash[59794]: cluster 2024-03-21T13:11:59.487305+0000 mgr.x (mgr.34104) 5053 : cluster [DBG] pgmap v3345: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:01.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:01 smithi184 bash[59794]: audit 2024-03-21T13:12:00.825154+0000 mon.a (mon.0) 7763 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:01.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:01 smithi184 bash[59794]: audit 2024-03-21T13:12:00.834273+0000 mon.a (mon.0) 7764 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:01.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:01 smithi184 bash[59794]: audit 2024-03-21T13:12:00.844094+0000 mon.a (mon.0) 7765 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:02.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:02 smithi184 bash[59794]: cluster 2024-03-21T13:12:00.837362+0000 mgr.x (mgr.34104) 5054 : cluster [DBG] pgmap v3346: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:02.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:02 smithi184 bash[59794]: cluster 2024-03-21T13:12:00.837961+0000 mgr.x (mgr.34104) 5055 : cluster [DBG] pgmap v3347: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:02.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:02 smithi184 bash[59794]: audit 2024-03-21T13:12:01.501474+0000 mon.a (mon.0) 7766 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:02.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:02 smithi184 bash[59794]: audit 2024-03-21T13:12:01.511539+0000 mon.a (mon.0) 7767 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:02.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:02 smithi184 bash[59794]: audit 2024-03-21T13:12:01.522531+0000 mon.a (mon.0) 7768 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:02.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:02 smithi178 bash[75692]: cluster 2024-03-21T13:12:00.837362+0000 mgr.x (mgr.34104) 5054 : cluster [DBG] pgmap v3346: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:02.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:02 smithi178 bash[75692]: cluster 2024-03-21T13:12:00.837961+0000 mgr.x (mgr.34104) 5055 : cluster [DBG] pgmap v3347: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:02.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:02 smithi178 bash[75692]: audit 2024-03-21T13:12:01.501474+0000 mon.a (mon.0) 7766 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:02.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:02 smithi178 bash[75692]: audit 2024-03-21T13:12:01.511539+0000 mon.a (mon.0) 7767 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:02.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:02 smithi178 bash[75692]: audit 2024-03-21T13:12:01.522531+0000 mon.a (mon.0) 7768 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:02.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:02 smithi178 bash[77880]: cluster 2024-03-21T13:12:00.837362+0000 mgr.x (mgr.34104) 5054 : cluster [DBG] pgmap v3346: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:02.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:02 smithi178 bash[77880]: cluster 2024-03-21T13:12:00.837961+0000 mgr.x (mgr.34104) 5055 : cluster [DBG] pgmap v3347: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:02.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:02 smithi178 bash[77880]: audit 2024-03-21T13:12:01.501474+0000 mon.a (mon.0) 7766 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:02.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:02 smithi178 bash[77880]: audit 2024-03-21T13:12:01.511539+0000 mon.a (mon.0) 7767 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:02.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:02 smithi178 bash[77880]: audit 2024-03-21T13:12:01.522531+0000 mon.a (mon.0) 7768 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:03.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:03 smithi178 bash[75692]: cluster 2024-03-21T13:12:01.514330+0000 mgr.x (mgr.34104) 5056 : cluster [DBG] pgmap v3348: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:03.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:03 smithi178 bash[75692]: cluster 2024-03-21T13:12:01.514932+0000 mgr.x (mgr.34104) 5057 : cluster [DBG] pgmap v3349: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:03.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:03 smithi178 bash[77880]: cluster 2024-03-21T13:12:01.514330+0000 mgr.x (mgr.34104) 5056 : cluster [DBG] pgmap v3348: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:03.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:03 smithi178 bash[77880]: cluster 2024-03-21T13:12:01.514932+0000 mgr.x (mgr.34104) 5057 : cluster [DBG] pgmap v3349: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:03.314 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:03 smithi184 bash[59794]: cluster 2024-03-21T13:12:01.514330+0000 mgr.x (mgr.34104) 5056 : cluster [DBG] pgmap v3348: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:03.314 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:03 smithi184 bash[59794]: cluster 2024-03-21T13:12:01.514932+0000 mgr.x (mgr.34104) 5057 : cluster [DBG] pgmap v3349: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:04.087 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 13:12:03 smithi178 systemd[1]: Stopping Ceph node-exporter.a for a94f249e-e780-11ee-95cd-87774f69a715... 2024-03-21T13:12:04.087 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:04 smithi178 bash[75692]: cephadm 2024-03-21T13:12:02.874213+0000 mgr.x (mgr.34104) 5058 : cephadm [INF] Upgrade: Updating node-exporter.a (1/2) 2024-03-21T13:12:04.088 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:04 smithi178 bash[75692]: cephadm 2024-03-21T13:12:02.875318+0000 mgr.x (mgr.34104) 5059 : cephadm [INF] Deploying daemon node-exporter.a on smithi178 2024-03-21T13:12:04.088 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:04 smithi178 bash[77880]: cephadm 2024-03-21T13:12:02.874213+0000 mgr.x (mgr.34104) 5058 : cephadm [INF] Upgrade: Updating node-exporter.a (1/2) 2024-03-21T13:12:04.088 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:04 smithi178 bash[77880]: cephadm 2024-03-21T13:12:02.875318+0000 mgr.x (mgr.34104) 5059 : cephadm [INF] Deploying daemon node-exporter.a on smithi178 2024-03-21T13:12:04.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:04 smithi184 bash[59794]: cephadm 2024-03-21T13:12:02.874213+0000 mgr.x (mgr.34104) 5058 : cephadm [INF] Upgrade: Updating node-exporter.a (1/2) 2024-03-21T13:12:04.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:04 smithi184 bash[59794]: cephadm 2024-03-21T13:12:02.875318+0000 mgr.x (mgr.34104) 5059 : cephadm [INF] Deploying daemon node-exporter.a on smithi178 2024-03-21T13:12:05.316 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 13:12:05 smithi178 bash[110848]: ceph-a94f249e-e780-11ee-95cd-87774f69a715-node-exporter-a 2024-03-21T13:12:05.316 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 13:12:05 smithi178 systemd[1]: ceph-a94f249e-e780-11ee-95cd-87774f69a715@node-exporter.a.service: Main process exited, code=exited, status=143/n/a 2024-03-21T13:12:05.316 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:05 smithi178 bash[75692]: cluster 2024-03-21T13:12:03.515816+0000 mgr.x (mgr.34104) 5060 : cluster [DBG] pgmap v3350: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:05.317 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:05 smithi178 bash[75692]: audit 2024-03-21T13:12:04.699360+0000 mon.a (mon.0) 7769 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:05.317 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:05 smithi178 bash[75692]: audit 2024-03-21T13:12:04.707512+0000 mon.a (mon.0) 7770 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:05.317 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:05 smithi178 bash[75692]: audit 2024-03-21T13:12:04.720315+0000 mon.a (mon.0) 7771 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:05.317 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:05 smithi178 bash[75692]: audit 2024-03-21T13:12:04.726105+0000 mon.a (mon.0) 7772 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:05.317 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:05 smithi178 bash[75692]: audit 2024-03-21T13:12:04.733302+0000 mon.a (mon.0) 7773 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:05.317 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:05 smithi178 bash[75692]: audit 2024-03-21T13:12:04.743001+0000 mon.a (mon.0) 7774 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:05.317 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:05 smithi178 bash[75692]: audit 2024-03-21T13:12:04.792139+0000 mon.a (mon.0) 7775 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:12:05.317 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:05 smithi178 bash[77880]: cluster 2024-03-21T13:12:03.515816+0000 mgr.x (mgr.34104) 5060 : cluster [DBG] pgmap v3350: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:05.317 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:05 smithi178 bash[77880]: audit 2024-03-21T13:12:04.699360+0000 mon.a (mon.0) 7769 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:05.317 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:05 smithi178 bash[77880]: audit 2024-03-21T13:12:04.707512+0000 mon.a (mon.0) 7770 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:05.317 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:05 smithi178 bash[77880]: audit 2024-03-21T13:12:04.720315+0000 mon.a (mon.0) 7771 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:05.318 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:05 smithi178 bash[77880]: audit 2024-03-21T13:12:04.726105+0000 mon.a (mon.0) 7772 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:05.318 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:05 smithi178 bash[77880]: audit 2024-03-21T13:12:04.733302+0000 mon.a (mon.0) 7773 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:05.318 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:05 smithi178 bash[77880]: audit 2024-03-21T13:12:04.743001+0000 mon.a (mon.0) 7774 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:05.318 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:05 smithi178 bash[77880]: audit 2024-03-21T13:12:04.792139+0000 mon.a (mon.0) 7775 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:12:05.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:05 smithi184 bash[59794]: cluster 2024-03-21T13:12:03.515816+0000 mgr.x (mgr.34104) 5060 : cluster [DBG] pgmap v3350: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:05.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:05 smithi184 bash[59794]: audit 2024-03-21T13:12:04.699360+0000 mon.a (mon.0) 7769 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:05.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:05 smithi184 bash[59794]: audit 2024-03-21T13:12:04.707512+0000 mon.a (mon.0) 7770 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:05.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:05 smithi184 bash[59794]: audit 2024-03-21T13:12:04.720315+0000 mon.a (mon.0) 7771 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:05.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:05 smithi184 bash[59794]: audit 2024-03-21T13:12:04.726105+0000 mon.a (mon.0) 7772 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:05.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:05 smithi184 bash[59794]: audit 2024-03-21T13:12:04.733302+0000 mon.a (mon.0) 7773 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:05.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:05 smithi184 bash[59794]: audit 2024-03-21T13:12:04.743001+0000 mon.a (mon.0) 7774 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:05.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:05 smithi184 bash[59794]: audit 2024-03-21T13:12:04.792139+0000 mon.a (mon.0) 7775 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:12:05.625 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 13:12:05 smithi178 bash[111012]: Error response from daemon: No such container: ceph-a94f249e-e780-11ee-95cd-87774f69a715-node-exporter-a 2024-03-21T13:12:05.626 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 13:12:05 smithi178 systemd[1]: ceph-a94f249e-e780-11ee-95cd-87774f69a715@node-exporter.a.service: Failed with result 'exit-code'. 2024-03-21T13:12:05.626 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 13:12:05 smithi178 systemd[1]: Stopped Ceph node-exporter.a for a94f249e-e780-11ee-95cd-87774f69a715. 2024-03-21T13:12:05.626 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 13:12:05 smithi178 systemd[1]: Started Ceph node-exporter.a for a94f249e-e780-11ee-95cd-87774f69a715. 2024-03-21T13:12:05.823 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:12:05 smithi184 bash[52419]: ::ffff:172.21.15.184 - - [21/Mar/2024:13:12:05] "GET /metrics HTTP/1.1" 200 38777 "" "Prometheus/2.33.4" 2024-03-21T13:12:06.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:06 smithi184 bash[59794]: cluster 2024-03-21T13:12:04.714277+0000 mgr.x (mgr.34104) 5061 : cluster [DBG] pgmap v3351: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 979 B/s rd, 0 op/s 2024-03-21T13:12:06.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:06 smithi184 bash[59794]: cluster 2024-03-21T13:12:04.714784+0000 mgr.x (mgr.34104) 5062 : cluster [DBG] pgmap v3352: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-03-21T13:12:06.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:06 smithi184 bash[59794]: cluster 2024-03-21T13:12:04.735595+0000 mgr.x (mgr.34104) 5063 : cluster [DBG] pgmap v3353: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-03-21T13:12:06.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:06 smithi184 bash[59794]: cluster 2024-03-21T13:12:04.735960+0000 mgr.x (mgr.34104) 5064 : cluster [DBG] pgmap v3354: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s rd, 1 op/s 2024-03-21T13:12:06.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:06 smithi184 bash[59794]: audit 2024-03-21T13:12:05.608605+0000 mon.a (mon.0) 7776 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:06.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:06 smithi184 bash[59794]: audit 2024-03-21T13:12:05.616700+0000 mon.a (mon.0) 7777 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:06.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:06 smithi184 bash[59794]: cluster 2024-03-21T13:12:05.704473+0000 mon.a (mon.0) 7778 : cluster [WRN] Health check update: 2 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-21T13:12:06.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:06 smithi178 bash[75692]: cluster 2024-03-21T13:12:04.714277+0000 mgr.x (mgr.34104) 5061 : cluster [DBG] pgmap v3351: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 979 B/s rd, 0 op/s 2024-03-21T13:12:06.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:06 smithi178 bash[75692]: cluster 2024-03-21T13:12:04.714784+0000 mgr.x (mgr.34104) 5062 : cluster [DBG] pgmap v3352: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-03-21T13:12:06.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:06 smithi178 bash[75692]: cluster 2024-03-21T13:12:04.735595+0000 mgr.x (mgr.34104) 5063 : cluster [DBG] pgmap v3353: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-03-21T13:12:06.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:06 smithi178 bash[75692]: cluster 2024-03-21T13:12:04.735960+0000 mgr.x (mgr.34104) 5064 : cluster [DBG] pgmap v3354: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s rd, 1 op/s 2024-03-21T13:12:06.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:06 smithi178 bash[75692]: audit 2024-03-21T13:12:05.608605+0000 mon.a (mon.0) 7776 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:06.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:06 smithi178 bash[75692]: audit 2024-03-21T13:12:05.616700+0000 mon.a (mon.0) 7777 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:06.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:06 smithi178 bash[75692]: cluster 2024-03-21T13:12:05.704473+0000 mon.a (mon.0) 7778 : cluster [WRN] Health check update: 2 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-21T13:12:06.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:06 smithi178 bash[77880]: cluster 2024-03-21T13:12:04.714277+0000 mgr.x (mgr.34104) 5061 : cluster [DBG] pgmap v3351: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 979 B/s rd, 0 op/s 2024-03-21T13:12:06.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:06 smithi178 bash[77880]: cluster 2024-03-21T13:12:04.714784+0000 mgr.x (mgr.34104) 5062 : cluster [DBG] pgmap v3352: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-03-21T13:12:06.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:06 smithi178 bash[77880]: cluster 2024-03-21T13:12:04.735595+0000 mgr.x (mgr.34104) 5063 : cluster [DBG] pgmap v3353: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-03-21T13:12:06.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:06 smithi178 bash[77880]: cluster 2024-03-21T13:12:04.735960+0000 mgr.x (mgr.34104) 5064 : cluster [DBG] pgmap v3354: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s rd, 1 op/s 2024-03-21T13:12:06.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:06 smithi178 bash[77880]: audit 2024-03-21T13:12:05.608605+0000 mon.a (mon.0) 7776 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:06.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:06 smithi178 bash[77880]: audit 2024-03-21T13:12:05.616700+0000 mon.a (mon.0) 7777 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:06.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:06 smithi178 bash[77880]: cluster 2024-03-21T13:12:05.704473+0000 mon.a (mon.0) 7778 : cluster [WRN] Health check update: 2 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-21T13:12:07.098 INFO:teuthology.orchestra.run.smithi178.stdout:true 2024-03-21T13:12:07.798 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 13:12:07 smithi178 bash[111077]: ts=2024-03-21T13:12:07.470Z caller=node_exporter.go:180 level=info msg="Starting node_exporter" version="(version=1.5.0, branch=HEAD, revision=1b48970ffcf5630534fb00bb0687d73c66d1c959)" 2024-03-21T13:12:07.798 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 13:12:07 smithi178 bash[111077]: ts=2024-03-21T13:12:07.470Z caller=node_exporter.go:181 level=info msg="Build context" build_context="(go=go1.19.3, user=root@6e7732a7b81b, date=20221129-18:59:09)" 2024-03-21T13:12:07.798 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 13:12:07 smithi178 bash[111077]: ts=2024-03-21T13:12:07.471Z caller=filesystem_common.go:111 level=info collector=filesystem msg="Parsed flag --collector.filesystem.mount-points-exclude" flag=^/(dev|proc|run/credentials/.+|sys|var/lib/docker/.+|var/lib/containers/storage/.+)($|/) 2024-03-21T13:12:07.798 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 13:12:07 smithi178 bash[111077]: ts=2024-03-21T13:12:07.471Z caller=filesystem_common.go:113 level=info collector=filesystem msg="Parsed flag --collector.filesystem.fs-types-exclude" flag=^(autofs|binfmt_misc|bpf|cgroup2?|configfs|debugfs|devpts|devtmpfs|fusectl|hugetlbfs|iso9660|mqueue|nsfs|overlay|proc|procfs|pstore|rpc_pipefs|securityfs|selinuxfs|squashfs|sysfs|tracefs)$ 2024-03-21T13:12:07.798 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 13:12:07 smithi178 bash[111077]: ts=2024-03-21T13:12:07.471Z caller=diskstats_common.go:111 level=info collector=diskstats msg="Parsed flag --collector.diskstats.device-exclude" flag=^(ram|loop|fd|(h|s|v|xv)d[a-z]|nvme\d+n\d+p)\d+$ 2024-03-21T13:12:07.798 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 13:12:07 smithi178 bash[111077]: ts=2024-03-21T13:12:07.471Z caller=diskstats_linux.go:264 level=error collector=diskstats msg="Failed to open directory, disabling udev device properties" path=/run/udev/data 2024-03-21T13:12:07.798 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 13:12:07 smithi178 bash[111077]: ts=2024-03-21T13:12:07.472Z caller=node_exporter.go:110 level=info msg="Enabled collectors" 2024-03-21T13:12:07.798 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 13:12:07 smithi178 bash[111077]: ts=2024-03-21T13:12:07.472Z caller=node_exporter.go:117 level=info collector=arp 2024-03-21T13:12:07.798 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 13:12:07 smithi178 bash[111077]: ts=2024-03-21T13:12:07.472Z caller=node_exporter.go:117 level=info collector=bcache 2024-03-21T13:12:07.799 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 13:12:07 smithi178 bash[111077]: ts=2024-03-21T13:12:07.472Z caller=node_exporter.go:117 level=info collector=bonding 2024-03-21T13:12:07.799 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 13:12:07 smithi178 bash[111077]: ts=2024-03-21T13:12:07.472Z caller=node_exporter.go:117 level=info collector=btrfs 2024-03-21T13:12:07.799 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 13:12:07 smithi178 bash[111077]: ts=2024-03-21T13:12:07.472Z caller=node_exporter.go:117 level=info collector=conntrack 2024-03-21T13:12:07.799 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 13:12:07 smithi178 bash[111077]: ts=2024-03-21T13:12:07.472Z caller=node_exporter.go:117 level=info collector=cpu 2024-03-21T13:12:07.799 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 13:12:07 smithi178 bash[111077]: ts=2024-03-21T13:12:07.472Z caller=node_exporter.go:117 level=info collector=cpufreq 2024-03-21T13:12:07.799 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 13:12:07 smithi178 bash[111077]: ts=2024-03-21T13:12:07.472Z caller=node_exporter.go:117 level=info collector=diskstats 2024-03-21T13:12:07.799 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 13:12:07 smithi178 bash[111077]: ts=2024-03-21T13:12:07.472Z caller=node_exporter.go:117 level=info collector=dmi 2024-03-21T13:12:07.799 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 13:12:07 smithi178 bash[111077]: ts=2024-03-21T13:12:07.472Z caller=node_exporter.go:117 level=info collector=edac 2024-03-21T13:12:07.799 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 13:12:07 smithi178 bash[111077]: ts=2024-03-21T13:12:07.472Z caller=node_exporter.go:117 level=info collector=entropy 2024-03-21T13:12:07.799 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 13:12:07 smithi178 bash[111077]: ts=2024-03-21T13:12:07.472Z caller=node_exporter.go:117 level=info collector=fibrechannel 2024-03-21T13:12:07.799 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 13:12:07 smithi178 bash[111077]: ts=2024-03-21T13:12:07.472Z caller=node_exporter.go:117 level=info collector=filefd 2024-03-21T13:12:07.799 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 13:12:07 smithi178 bash[111077]: ts=2024-03-21T13:12:07.472Z caller=node_exporter.go:117 level=info collector=filesystem 2024-03-21T13:12:07.799 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 13:12:07 smithi178 bash[111077]: ts=2024-03-21T13:12:07.472Z caller=node_exporter.go:117 level=info collector=hwmon 2024-03-21T13:12:07.799 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 13:12:07 smithi178 bash[111077]: ts=2024-03-21T13:12:07.472Z caller=node_exporter.go:117 level=info collector=infiniband 2024-03-21T13:12:07.799 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 13:12:07 smithi178 bash[111077]: ts=2024-03-21T13:12:07.472Z caller=node_exporter.go:117 level=info collector=ipvs 2024-03-21T13:12:07.799 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 13:12:07 smithi178 bash[111077]: ts=2024-03-21T13:12:07.472Z caller=node_exporter.go:117 level=info collector=loadavg 2024-03-21T13:12:07.800 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 13:12:07 smithi178 bash[111077]: ts=2024-03-21T13:12:07.472Z caller=node_exporter.go:117 level=info collector=mdadm 2024-03-21T13:12:07.800 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 13:12:07 smithi178 bash[111077]: ts=2024-03-21T13:12:07.472Z caller=node_exporter.go:117 level=info collector=meminfo 2024-03-21T13:12:07.800 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 13:12:07 smithi178 bash[111077]: ts=2024-03-21T13:12:07.472Z caller=node_exporter.go:117 level=info collector=netclass 2024-03-21T13:12:07.800 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 13:12:07 smithi178 bash[111077]: ts=2024-03-21T13:12:07.472Z caller=node_exporter.go:117 level=info collector=netdev 2024-03-21T13:12:07.800 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 13:12:07 smithi178 bash[111077]: ts=2024-03-21T13:12:07.472Z caller=node_exporter.go:117 level=info collector=netstat 2024-03-21T13:12:07.800 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 13:12:07 smithi178 bash[111077]: ts=2024-03-21T13:12:07.472Z caller=node_exporter.go:117 level=info collector=nfs 2024-03-21T13:12:07.800 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 13:12:07 smithi178 bash[111077]: ts=2024-03-21T13:12:07.472Z caller=node_exporter.go:117 level=info collector=nfsd 2024-03-21T13:12:07.800 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 13:12:07 smithi178 bash[111077]: ts=2024-03-21T13:12:07.472Z caller=node_exporter.go:117 level=info collector=nvme 2024-03-21T13:12:07.800 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 13:12:07 smithi178 bash[111077]: ts=2024-03-21T13:12:07.472Z caller=node_exporter.go:117 level=info collector=os 2024-03-21T13:12:07.801 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 13:12:07 smithi178 bash[111077]: ts=2024-03-21T13:12:07.472Z caller=node_exporter.go:117 level=info collector=powersupplyclass 2024-03-21T13:12:07.801 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 13:12:07 smithi178 bash[111077]: ts=2024-03-21T13:12:07.472Z caller=node_exporter.go:117 level=info collector=pressure 2024-03-21T13:12:07.801 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 13:12:07 smithi178 bash[111077]: ts=2024-03-21T13:12:07.472Z caller=node_exporter.go:117 level=info collector=rapl 2024-03-21T13:12:07.801 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 13:12:07 smithi178 bash[111077]: ts=2024-03-21T13:12:07.472Z caller=node_exporter.go:117 level=info collector=schedstat 2024-03-21T13:12:07.801 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 13:12:07 smithi178 bash[111077]: ts=2024-03-21T13:12:07.472Z caller=node_exporter.go:117 level=info collector=selinux 2024-03-21T13:12:07.801 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 13:12:07 smithi178 bash[111077]: ts=2024-03-21T13:12:07.472Z caller=node_exporter.go:117 level=info collector=sockstat 2024-03-21T13:12:07.801 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 13:12:07 smithi178 bash[111077]: ts=2024-03-21T13:12:07.472Z caller=node_exporter.go:117 level=info collector=softnet 2024-03-21T13:12:07.801 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 13:12:07 smithi178 bash[111077]: ts=2024-03-21T13:12:07.472Z caller=node_exporter.go:117 level=info collector=stat 2024-03-21T13:12:07.801 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 13:12:07 smithi178 bash[111077]: ts=2024-03-21T13:12:07.472Z caller=node_exporter.go:117 level=info collector=tapestats 2024-03-21T13:12:07.801 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 13:12:07 smithi178 bash[111077]: ts=2024-03-21T13:12:07.472Z caller=node_exporter.go:117 level=info collector=textfile 2024-03-21T13:12:07.801 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 13:12:07 smithi178 bash[111077]: ts=2024-03-21T13:12:07.472Z caller=node_exporter.go:117 level=info collector=thermal_zone 2024-03-21T13:12:07.801 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 13:12:07 smithi178 bash[111077]: ts=2024-03-21T13:12:07.472Z caller=node_exporter.go:117 level=info collector=time 2024-03-21T13:12:07.801 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 13:12:07 smithi178 bash[111077]: ts=2024-03-21T13:12:07.472Z caller=node_exporter.go:117 level=info collector=udp_queues 2024-03-21T13:12:07.801 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 13:12:07 smithi178 bash[111077]: ts=2024-03-21T13:12:07.472Z caller=node_exporter.go:117 level=info collector=uname 2024-03-21T13:12:07.801 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 13:12:07 smithi178 bash[111077]: ts=2024-03-21T13:12:07.472Z caller=node_exporter.go:117 level=info collector=vmstat 2024-03-21T13:12:07.802 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 13:12:07 smithi178 bash[111077]: ts=2024-03-21T13:12:07.472Z caller=node_exporter.go:117 level=info collector=xfs 2024-03-21T13:12:07.802 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 13:12:07 smithi178 bash[111077]: ts=2024-03-21T13:12:07.472Z caller=node_exporter.go:117 level=info collector=zfs 2024-03-21T13:12:07.802 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 13:12:07 smithi178 bash[111077]: ts=2024-03-21T13:12:07.473Z caller=tls_config.go:232 level=info msg="Listening on" address=[::]:9100 2024-03-21T13:12:07.802 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 13:12:07 smithi178 bash[111077]: ts=2024-03-21T13:12:07.473Z caller=tls_config.go:235 level=info msg="TLS is disabled." http2=false address=[::]:9100 2024-03-21T13:12:07.904 INFO:teuthology.orchestra.run.smithi178.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-21T13:12:07.904 INFO:teuthology.orchestra.run.smithi178.stdout:agent.smithi178 smithi178 running 3s ago 26m - - 2024-03-21T13:12:07.904 INFO:teuthology.orchestra.run.smithi178.stdout:agent.smithi184 smithi184 running 3s ago 25m - - 2024-03-21T13:12:07.904 INFO:teuthology.orchestra.run.smithi178.stdout:alertmanager.a smithi178 *:9093,9094 running (12m) 3s ago 19m 17.9M - 0.23.0 ba2b418f427c b9533705fcaf 2024-03-21T13:12:07.904 INFO:teuthology.orchestra.run.smithi178.stdout:grafana.a smithi184 *:3000 error 3s ago 18m - - 2024-03-21T13:12:07.904 INFO:teuthology.orchestra.run.smithi178.stdout:iscsi.foo.smithi178.qfgpzc smithi178 running (42s) 3s ago 16m 45.4M - 3.7 19e12293512f 73d2108e472a 2024-03-21T13:12:07.904 INFO:teuthology.orchestra.run.smithi178.stdout:mgr.x smithi184 *:8443,9283,8765 running (10m) 3s ago 25m 543M - 19.0.0-2267-g960fbbe4 19e12293512f 23b748469eab 2024-03-21T13:12:07.904 INFO:teuthology.orchestra.run.smithi178.stdout:mgr.y smithi178 *:8443,9283,8765 running (9m) 3s ago 27m 447M - 19.0.0-2267-g960fbbe4 19e12293512f 4b58d9293a93 2024-03-21T13:12:07.904 INFO:teuthology.orchestra.run.smithi178.stdout:mon.a smithi178 running (9m) 3s ago 27m 148M 2048M 19.0.0-2267-g960fbbe4 19e12293512f cdcc04604451 2024-03-21T13:12:07.904 INFO:teuthology.orchestra.run.smithi178.stdout:mon.b smithi184 running (8m) 3s ago 25m 64.2M 2048M 19.0.0-2267-g960fbbe4 19e12293512f 209431841a07 2024-03-21T13:12:07.904 INFO:teuthology.orchestra.run.smithi178.stdout:mon.c smithi178 running (8m) 3s ago 25m 68.4M 2048M 19.0.0-2267-g960fbbe4 19e12293512f 1de13280fabe 2024-03-21T13:12:07.905 INFO:teuthology.orchestra.run.smithi178.stdout:node-exporter.a smithi178 *:9100 starting - - - - 2024-03-21T13:12:07.905 INFO:teuthology.orchestra.run.smithi178.stdout:node-exporter.b smithi184 *:9100 running (14s) 3s ago 19m 4228k - 1.5.0 0da6a335fe13 8e46081957f4 2024-03-21T13:12:07.905 INFO:teuthology.orchestra.run.smithi178.stdout:osd.0 smithi178 running (6m) 3s ago 24m 63.8M 4096M 19.0.0-2267-g960fbbe4 19e12293512f ca44aa92861d 2024-03-21T13:12:07.905 INFO:teuthology.orchestra.run.smithi178.stdout:osd.1 smithi178 running (5m) 3s ago 24m 63.2M 4096M 19.0.0-2267-g960fbbe4 19e12293512f c559dec8e3df 2024-03-21T13:12:07.905 INFO:teuthology.orchestra.run.smithi178.stdout:osd.2 smithi178 running (5m) 3s ago 23m 61.3M 4096M 19.0.0-2267-g960fbbe4 19e12293512f 4ba78eee5937 2024-03-21T13:12:07.905 INFO:teuthology.orchestra.run.smithi178.stdout:osd.3 smithi178 running (4m) 3s ago 22m 61.2M 4096M 19.0.0-2267-g960fbbe4 19e12293512f f26cfcfca7d2 2024-03-21T13:12:07.905 INFO:teuthology.orchestra.run.smithi178.stdout:osd.4 smithi184 running (3m) 3s ago 22m 64.4M 4096M 19.0.0-2267-g960fbbe4 19e12293512f fdbedcf7f562 2024-03-21T13:12:07.905 INFO:teuthology.orchestra.run.smithi178.stdout:osd.5 smithi184 running (3m) 3s ago 21m 63.1M 4096M 19.0.0-2267-g960fbbe4 19e12293512f ea53f5dd04b2 2024-03-21T13:12:07.905 INFO:teuthology.orchestra.run.smithi178.stdout:osd.6 smithi184 running (2m) 3s ago 21m 55.5M 4096M 19.0.0-2267-g960fbbe4 19e12293512f b0765c5eb8f0 2024-03-21T13:12:07.905 INFO:teuthology.orchestra.run.smithi178.stdout:osd.7 smithi184 running (110s) 3s ago 20m 61.0M 4096M 19.0.0-2267-g960fbbe4 19e12293512f caf9c8ff9a5b 2024-03-21T13:12:07.905 INFO:teuthology.orchestra.run.smithi178.stdout:prometheus.a smithi184 *:9095 running (10m) 3s ago 19m 71.7M - 2.33.4 514e6a882f6e 68f156839b90 2024-03-21T13:12:07.905 INFO:teuthology.orchestra.run.smithi178.stdout:rgw.foo.smithi178.amgrte smithi178 *:8000 running (93s) 3s ago 17m 90.6M - 19.0.0-2267-g960fbbe4 19e12293512f d50d551d1986 2024-03-21T13:12:07.905 INFO:teuthology.orchestra.run.smithi178.stdout:rgw.foo.smithi184.sylqte smithi184 *:8000 running (77s) 3s ago 17m 90.4M - 19.0.0-2267-g960fbbe4 19e12293512f df4876fbb053 2024-03-21T13:12:07.905 INFO:teuthology.orchestra.run.smithi178.stdout:rgw.smpl.smithi178.avyvkd smithi178 *:80 running (84s) 3s ago 16m 90.3M - 19.0.0-2267-g960fbbe4 19e12293512f 7ca4c68d0b72 2024-03-21T13:12:07.905 INFO:teuthology.orchestra.run.smithi178.stdout:rgw.smpl.smithi184.ccsuhn smithi184 *:80 running (69s) 3s ago 16m 90.5M - 19.0.0-2267-g960fbbe4 19e12293512f 63ad46f72bd7 2024-03-21T13:12:08.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:08 smithi184 bash[59794]: cluster 2024-03-21T13:12:06.737115+0000 mgr.x (mgr.34104) 5065 : cluster [DBG] pgmap v3355: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 980 B/s rd, 0 op/s 2024-03-21T13:12:08.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:08 smithi184 bash[59794]: audit 2024-03-21T13:12:07.079799+0000 mgr.x (mgr.34104) 5066 : audit [DBG] from='client.54835 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:12:08.366 INFO:teuthology.orchestra.run.smithi178.stdout:{ 2024-03-21T13:12:08.366 INFO:teuthology.orchestra.run.smithi178.stdout: "mon": { 2024-03-21T13:12:08.366 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 3 2024-03-21T13:12:08.366 INFO:teuthology.orchestra.run.smithi178.stdout: }, 2024-03-21T13:12:08.366 INFO:teuthology.orchestra.run.smithi178.stdout: "mgr": { 2024-03-21T13:12:08.366 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 2 2024-03-21T13:12:08.367 INFO:teuthology.orchestra.run.smithi178.stdout: }, 2024-03-21T13:12:08.367 INFO:teuthology.orchestra.run.smithi178.stdout: "osd": { 2024-03-21T13:12:08.367 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 8 2024-03-21T13:12:08.367 INFO:teuthology.orchestra.run.smithi178.stdout: }, 2024-03-21T13:12:08.367 INFO:teuthology.orchestra.run.smithi178.stdout: "rgw": { 2024-03-21T13:12:08.367 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 4 2024-03-21T13:12:08.367 INFO:teuthology.orchestra.run.smithi178.stdout: }, 2024-03-21T13:12:08.367 INFO:teuthology.orchestra.run.smithi178.stdout: "overall": { 2024-03-21T13:12:08.367 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 17 2024-03-21T13:12:08.367 INFO:teuthology.orchestra.run.smithi178.stdout: } 2024-03-21T13:12:08.367 INFO:teuthology.orchestra.run.smithi178.stdout:} 2024-03-21T13:12:08.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:08 smithi178 bash[75692]: cluster 2024-03-21T13:12:06.737115+0000 mgr.x (mgr.34104) 5065 : cluster [DBG] pgmap v3355: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 980 B/s rd, 0 op/s 2024-03-21T13:12:08.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:08 smithi178 bash[75692]: audit 2024-03-21T13:12:07.079799+0000 mgr.x (mgr.34104) 5066 : audit [DBG] from='client.54835 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:12:08.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:08 smithi178 bash[77880]: cluster 2024-03-21T13:12:06.737115+0000 mgr.x (mgr.34104) 5065 : cluster [DBG] pgmap v3355: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 980 B/s rd, 0 op/s 2024-03-21T13:12:08.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:08 smithi178 bash[77880]: audit 2024-03-21T13:12:07.079799+0000 mgr.x (mgr.34104) 5066 : audit [DBG] from='client.54835 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:12:08.757 INFO:teuthology.orchestra.run.smithi178.stdout:{ 2024-03-21T13:12:08.758 INFO:teuthology.orchestra.run.smithi178.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753", 2024-03-21T13:12:08.758 INFO:teuthology.orchestra.run.smithi178.stdout: "in_progress": true, 2024-03-21T13:12:08.758 INFO:teuthology.orchestra.run.smithi178.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-21T13:12:08.758 INFO:teuthology.orchestra.run.smithi178.stdout: "services_complete": [ 2024-03-21T13:12:08.758 INFO:teuthology.orchestra.run.smithi178.stdout: "rgw", 2024-03-21T13:12:08.758 INFO:teuthology.orchestra.run.smithi178.stdout: "osd", 2024-03-21T13:12:08.758 INFO:teuthology.orchestra.run.smithi178.stdout: "mgr", 2024-03-21T13:12:08.758 INFO:teuthology.orchestra.run.smithi178.stdout: "iscsi", 2024-03-21T13:12:08.758 INFO:teuthology.orchestra.run.smithi178.stdout: "mon" 2024-03-21T13:12:08.758 INFO:teuthology.orchestra.run.smithi178.stdout: ], 2024-03-21T13:12:08.758 INFO:teuthology.orchestra.run.smithi178.stdout: "progress": "18/23 daemons upgraded", 2024-03-21T13:12:08.758 INFO:teuthology.orchestra.run.smithi178.stdout: "message": "Currently upgrading node-exporter daemons", 2024-03-21T13:12:08.759 INFO:teuthology.orchestra.run.smithi178.stdout: "is_paused": false 2024-03-21T13:12:08.759 INFO:teuthology.orchestra.run.smithi178.stdout:} 2024-03-21T13:12:08.824 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:12:08 smithi184 systemd[1]: Stopping Ceph node-exporter.b for a94f249e-e780-11ee-95cd-87774f69a715... 2024-03-21T13:12:09.226 INFO:teuthology.orchestra.run.smithi178.stdout:HEALTH_WARN 2 failed cephadm daemon(s) 2024-03-21T13:12:09.227 INFO:teuthology.orchestra.run.smithi178.stdout:[WRN] CEPHADM_FAILED_DAEMON: 2 failed cephadm daemon(s) 2024-03-21T13:12:09.227 INFO:teuthology.orchestra.run.smithi178.stdout: daemon node-exporter.a on smithi178 is in unknown state 2024-03-21T13:12:09.227 INFO:teuthology.orchestra.run.smithi178.stdout: daemon grafana.a on smithi184 is in error state 2024-03-21T13:12:09.289 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:09 smithi178 bash[75692]: audit 2024-03-21T13:12:07.498600+0000 mgr.x (mgr.34104) 5067 : audit [DBG] from='client.44865 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:12:09.289 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:09 smithi178 bash[75692]: audit 2024-03-21T13:12:07.874874+0000 mgr.x (mgr.34104) 5068 : audit [DBG] from='client.54847 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:12:09.289 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:09 smithi178 bash[75692]: cephadm 2024-03-21T13:12:08.067539+0000 mgr.x (mgr.34104) 5069 : cephadm [INF] Upgrade: Updating node-exporter.b (2/2) 2024-03-21T13:12:09.289 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:09 smithi178 bash[75692]: cephadm 2024-03-21T13:12:08.068305+0000 mgr.x (mgr.34104) 5070 : cephadm [INF] Deploying daemon node-exporter.b on smithi184 2024-03-21T13:12:09.289 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:09 smithi178 bash[75692]: audit 2024-03-21T13:12:08.363687+0000 mon.c (mon.1) 23 : audit [DBG] from='client.? 172.21.15.178:0/1892148630' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:09.290 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:09 smithi178 bash[77880]: audit 2024-03-21T13:12:07.498600+0000 mgr.x (mgr.34104) 5067 : audit [DBG] from='client.44865 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:12:09.290 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:09 smithi178 bash[77880]: audit 2024-03-21T13:12:07.874874+0000 mgr.x (mgr.34104) 5068 : audit [DBG] from='client.54847 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:12:09.290 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:09 smithi178 bash[77880]: cephadm 2024-03-21T13:12:08.067539+0000 mgr.x (mgr.34104) 5069 : cephadm [INF] Upgrade: Updating node-exporter.b (2/2) 2024-03-21T13:12:09.290 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:09 smithi178 bash[77880]: cephadm 2024-03-21T13:12:08.068305+0000 mgr.x (mgr.34104) 5070 : cephadm [INF] Deploying daemon node-exporter.b on smithi184 2024-03-21T13:12:09.290 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:09 smithi178 bash[77880]: audit 2024-03-21T13:12:08.363687+0000 mon.c (mon.1) 23 : audit [DBG] from='client.? 172.21.15.178:0/1892148630' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:09.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:09 smithi184 bash[59794]: audit 2024-03-21T13:12:07.498600+0000 mgr.x (mgr.34104) 5067 : audit [DBG] from='client.44865 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:12:09.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:09 smithi184 bash[59794]: audit 2024-03-21T13:12:07.874874+0000 mgr.x (mgr.34104) 5068 : audit [DBG] from='client.54847 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:12:09.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:09 smithi184 bash[59794]: cephadm 2024-03-21T13:12:08.067539+0000 mgr.x (mgr.34104) 5069 : cephadm [INF] Upgrade: Updating node-exporter.b (2/2) 2024-03-21T13:12:09.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:09 smithi184 bash[59794]: cephadm 2024-03-21T13:12:08.068305+0000 mgr.x (mgr.34104) 5070 : cephadm [INF] Deploying daemon node-exporter.b on smithi184 2024-03-21T13:12:09.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:09 smithi184 bash[59794]: audit 2024-03-21T13:12:08.363687+0000 mon.c (mon.1) 23 : audit [DBG] from='client.? 172.21.15.178:0/1892148630' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:09.823 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:12:09 smithi184 bash[85339]: ceph-a94f249e-e780-11ee-95cd-87774f69a715-node-exporter-b 2024-03-21T13:12:09.823 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:12:09 smithi184 systemd[1]: ceph-a94f249e-e780-11ee-95cd-87774f69a715@node-exporter.b.service: Main process exited, code=exited, status=143/n/a 2024-03-21T13:12:09.823 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:12:09 smithi184 bash[85411]: Error response from daemon: No such container: ceph-a94f249e-e780-11ee-95cd-87774f69a715-node-exporter-b 2024-03-21T13:12:09.823 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:12:09 smithi184 systemd[1]: ceph-a94f249e-e780-11ee-95cd-87774f69a715@node-exporter.b.service: Failed with result 'exit-code'. 2024-03-21T13:12:09.823 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:12:09 smithi184 systemd[1]: Stopped Ceph node-exporter.b for a94f249e-e780-11ee-95cd-87774f69a715. 2024-03-21T13:12:10.323 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:12:10 smithi184 systemd[1]: Started Ceph node-exporter.b for a94f249e-e780-11ee-95cd-87774f69a715. 2024-03-21T13:12:10.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:10 smithi184 bash[59794]: cluster 2024-03-21T13:12:08.738241+0000 mgr.x (mgr.34104) 5071 : cluster [DBG] pgmap v3356: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 980 B/s rd, 0 op/s 2024-03-21T13:12:10.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:10 smithi184 bash[59794]: audit 2024-03-21T13:12:08.755321+0000 mgr.x (mgr.34104) 5072 : audit [DBG] from='client.44883 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:12:10.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:10 smithi184 bash[59794]: audit 2024-03-21T13:12:09.224379+0000 mon.a (mon.0) 7779 : audit [DBG] from='client.? 172.21.15.178:0/1516515448' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T13:12:10.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:10 smithi184 bash[59794]: audit 2024-03-21T13:12:09.286967+0000 mgr.x (mgr.34104) 5073 : audit [DBG] from='client.54784 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:12:10.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:10 smithi178 bash[75692]: cluster 2024-03-21T13:12:08.738241+0000 mgr.x (mgr.34104) 5071 : cluster [DBG] pgmap v3356: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 980 B/s rd, 0 op/s 2024-03-21T13:12:10.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:10 smithi178 bash[75692]: audit 2024-03-21T13:12:08.755321+0000 mgr.x (mgr.34104) 5072 : audit [DBG] from='client.44883 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:12:10.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:10 smithi178 bash[75692]: audit 2024-03-21T13:12:09.224379+0000 mon.a (mon.0) 7779 : audit [DBG] from='client.? 172.21.15.178:0/1516515448' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T13:12:10.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:10 smithi178 bash[75692]: audit 2024-03-21T13:12:09.286967+0000 mgr.x (mgr.34104) 5073 : audit [DBG] from='client.54784 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:12:10.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:10 smithi178 bash[77880]: cluster 2024-03-21T13:12:08.738241+0000 mgr.x (mgr.34104) 5071 : cluster [DBG] pgmap v3356: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 980 B/s rd, 0 op/s 2024-03-21T13:12:10.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:10 smithi178 bash[77880]: audit 2024-03-21T13:12:08.755321+0000 mgr.x (mgr.34104) 5072 : audit [DBG] from='client.44883 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:12:10.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:10 smithi178 bash[77880]: audit 2024-03-21T13:12:09.224379+0000 mon.a (mon.0) 7779 : audit [DBG] from='client.? 172.21.15.178:0/1516515448' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T13:12:10.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:10 smithi178 bash[77880]: audit 2024-03-21T13:12:09.286967+0000 mgr.x (mgr.34104) 5073 : audit [DBG] from='client.54784 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:12:11.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:11 smithi184 bash[59794]: audit 2024-03-21T13:12:10.073074+0000 mon.a (mon.0) 7780 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:11.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:11 smithi184 bash[59794]: audit 2024-03-21T13:12:10.083998+0000 mon.a (mon.0) 7781 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:11.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:11 smithi184 bash[59794]: audit 2024-03-21T13:12:10.088259+0000 mon.a (mon.0) 7782 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:11.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:11 smithi184 bash[59794]: audit 2024-03-21T13:12:10.089397+0000 mon.a (mon.0) 7783 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:11.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:11 smithi184 bash[59794]: cluster 2024-03-21T13:12:10.091946+0000 mgr.x (mgr.34104) 5074 : cluster [DBG] pgmap v3357: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 952 B/s rd, 0 op/s 2024-03-21T13:12:11.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:11 smithi184 bash[59794]: cluster 2024-03-21T13:12:10.092237+0000 mgr.x (mgr.34104) 5075 : cluster [DBG] pgmap v3358: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 952 B/s rd, 0 op/s 2024-03-21T13:12:11.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:11 smithi184 bash[59794]: audit 2024-03-21T13:12:10.098623+0000 mon.a (mon.0) 7784 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:11.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:11 smithi184 bash[59794]: cephadm 2024-03-21T13:12:10.099863+0000 mgr.x (mgr.34104) 5076 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:11.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:11 smithi184 bash[59794]: audit 2024-03-21T13:12:10.180334+0000 mon.a (mon.0) 7785 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:11.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:11 smithi184 bash[59794]: audit 2024-03-21T13:12:10.183866+0000 mon.a (mon.0) 7786 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:11.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:11 smithi184 bash[59794]: audit 2024-03-21T13:12:10.190711+0000 mon.a (mon.0) 7787 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:11.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:11 smithi184 bash[59794]: audit 2024-03-21T13:12:10.192650+0000 mon.a (mon.0) 7788 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:11.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:11 smithi184 bash[59794]: cluster 2024-03-21T13:12:10.196353+0000 mgr.x (mgr.34104) 5077 : cluster [DBG] pgmap v3359: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 937 B/s rd, 0 op/s 2024-03-21T13:12:11.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:11 smithi184 bash[59794]: cluster 2024-03-21T13:12:10.197051+0000 mgr.x (mgr.34104) 5078 : cluster [DBG] pgmap v3360: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 937 B/s rd, 0 op/s 2024-03-21T13:12:11.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:11 smithi184 bash[59794]: audit 2024-03-21T13:12:10.206259+0000 mon.a (mon.0) 7789 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:11.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:11 smithi184 bash[59794]: cephadm 2024-03-21T13:12:10.207578+0000 mgr.x (mgr.34104) 5079 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:11.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:11 smithi184 bash[59794]: audit 2024-03-21T13:12:10.290128+0000 mon.a (mon.0) 7790 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:11.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:11 smithi184 bash[59794]: audit 2024-03-21T13:12:10.293319+0000 mon.a (mon.0) 7791 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:11.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:11 smithi184 bash[59794]: audit 2024-03-21T13:12:10.296472+0000 mon.a (mon.0) 7792 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:11.325 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:12:11 smithi184 bash[85475]: ts=2024-03-21T13:12:11.135Z caller=node_exporter.go:180 level=info msg="Starting node_exporter" version="(version=1.5.0, branch=HEAD, revision=1b48970ffcf5630534fb00bb0687d73c66d1c959)" 2024-03-21T13:12:11.325 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:12:11 smithi184 bash[85475]: ts=2024-03-21T13:12:11.135Z caller=node_exporter.go:181 level=info msg="Build context" build_context="(go=go1.19.3, user=root@6e7732a7b81b, date=20221129-18:59:09)" 2024-03-21T13:12:11.325 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:12:11 smithi184 bash[85475]: ts=2024-03-21T13:12:11.135Z caller=diskstats_common.go:111 level=info collector=diskstats msg="Parsed flag --collector.diskstats.device-exclude" flag=^(ram|loop|fd|(h|s|v|xv)d[a-z]|nvme\d+n\d+p)\d+$ 2024-03-21T13:12:11.325 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:12:11 smithi184 bash[85475]: ts=2024-03-21T13:12:11.135Z caller=diskstats_linux.go:264 level=error collector=diskstats msg="Failed to open directory, disabling udev device properties" path=/run/udev/data 2024-03-21T13:12:11.325 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:12:11 smithi184 bash[85475]: ts=2024-03-21T13:12:11.135Z caller=filesystem_common.go:111 level=info collector=filesystem msg="Parsed flag --collector.filesystem.mount-points-exclude" flag=^/(dev|proc|run/credentials/.+|sys|var/lib/docker/.+|var/lib/containers/storage/.+)($|/) 2024-03-21T13:12:11.326 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:12:11 smithi184 bash[85475]: ts=2024-03-21T13:12:11.135Z caller=filesystem_common.go:113 level=info collector=filesystem msg="Parsed flag --collector.filesystem.fs-types-exclude" flag=^(autofs|binfmt_misc|bpf|cgroup2?|configfs|debugfs|devpts|devtmpfs|fusectl|hugetlbfs|iso9660|mqueue|nsfs|overlay|proc|procfs|pstore|rpc_pipefs|securityfs|selinuxfs|squashfs|sysfs|tracefs)$ 2024-03-21T13:12:11.326 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:12:11 smithi184 bash[85475]: ts=2024-03-21T13:12:11.136Z caller=node_exporter.go:110 level=info msg="Enabled collectors" 2024-03-21T13:12:11.326 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:12:11 smithi184 bash[85475]: ts=2024-03-21T13:12:11.136Z caller=node_exporter.go:117 level=info collector=arp 2024-03-21T13:12:11.326 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:12:11 smithi184 bash[85475]: ts=2024-03-21T13:12:11.136Z caller=node_exporter.go:117 level=info collector=bcache 2024-03-21T13:12:11.326 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:12:11 smithi184 bash[85475]: ts=2024-03-21T13:12:11.136Z caller=node_exporter.go:117 level=info collector=bonding 2024-03-21T13:12:11.326 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:12:11 smithi184 bash[85475]: ts=2024-03-21T13:12:11.136Z caller=node_exporter.go:117 level=info collector=btrfs 2024-03-21T13:12:11.326 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:12:11 smithi184 bash[85475]: ts=2024-03-21T13:12:11.136Z caller=node_exporter.go:117 level=info collector=conntrack 2024-03-21T13:12:11.326 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:12:11 smithi184 bash[85475]: ts=2024-03-21T13:12:11.136Z caller=node_exporter.go:117 level=info collector=cpu 2024-03-21T13:12:11.326 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:12:11 smithi184 bash[85475]: ts=2024-03-21T13:12:11.136Z caller=node_exporter.go:117 level=info collector=cpufreq 2024-03-21T13:12:11.326 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:12:11 smithi184 bash[85475]: ts=2024-03-21T13:12:11.136Z caller=node_exporter.go:117 level=info collector=diskstats 2024-03-21T13:12:11.326 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:12:11 smithi184 bash[85475]: ts=2024-03-21T13:12:11.136Z caller=node_exporter.go:117 level=info collector=dmi 2024-03-21T13:12:11.326 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:12:11 smithi184 bash[85475]: ts=2024-03-21T13:12:11.136Z caller=node_exporter.go:117 level=info collector=edac 2024-03-21T13:12:11.326 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:12:11 smithi184 bash[85475]: ts=2024-03-21T13:12:11.136Z caller=node_exporter.go:117 level=info collector=entropy 2024-03-21T13:12:11.327 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:12:11 smithi184 bash[85475]: ts=2024-03-21T13:12:11.136Z caller=node_exporter.go:117 level=info collector=fibrechannel 2024-03-21T13:12:11.327 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:12:11 smithi184 bash[85475]: ts=2024-03-21T13:12:11.136Z caller=node_exporter.go:117 level=info collector=filefd 2024-03-21T13:12:11.327 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:12:11 smithi184 bash[85475]: ts=2024-03-21T13:12:11.136Z caller=node_exporter.go:117 level=info collector=filesystem 2024-03-21T13:12:11.327 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:12:11 smithi184 bash[85475]: ts=2024-03-21T13:12:11.136Z caller=node_exporter.go:117 level=info collector=hwmon 2024-03-21T13:12:11.327 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:12:11 smithi184 bash[85475]: ts=2024-03-21T13:12:11.136Z caller=node_exporter.go:117 level=info collector=infiniband 2024-03-21T13:12:11.327 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:12:11 smithi184 bash[85475]: ts=2024-03-21T13:12:11.136Z caller=node_exporter.go:117 level=info collector=ipvs 2024-03-21T13:12:11.327 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:12:11 smithi184 bash[85475]: ts=2024-03-21T13:12:11.136Z caller=node_exporter.go:117 level=info collector=loadavg 2024-03-21T13:12:11.327 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:12:11 smithi184 bash[85475]: ts=2024-03-21T13:12:11.136Z caller=node_exporter.go:117 level=info collector=mdadm 2024-03-21T13:12:11.327 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:12:11 smithi184 bash[85475]: ts=2024-03-21T13:12:11.136Z caller=node_exporter.go:117 level=info collector=meminfo 2024-03-21T13:12:11.328 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:12:11 smithi184 bash[85475]: ts=2024-03-21T13:12:11.136Z caller=node_exporter.go:117 level=info collector=netclass 2024-03-21T13:12:11.328 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:12:11 smithi184 bash[85475]: ts=2024-03-21T13:12:11.136Z caller=node_exporter.go:117 level=info collector=netdev 2024-03-21T13:12:11.328 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:12:11 smithi184 bash[85475]: ts=2024-03-21T13:12:11.136Z caller=node_exporter.go:117 level=info collector=netstat 2024-03-21T13:12:11.328 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:12:11 smithi184 bash[85475]: ts=2024-03-21T13:12:11.136Z caller=node_exporter.go:117 level=info collector=nfs 2024-03-21T13:12:11.328 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:12:11 smithi184 bash[85475]: ts=2024-03-21T13:12:11.136Z caller=node_exporter.go:117 level=info collector=nfsd 2024-03-21T13:12:11.328 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:12:11 smithi184 bash[85475]: ts=2024-03-21T13:12:11.136Z caller=node_exporter.go:117 level=info collector=nvme 2024-03-21T13:12:11.328 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:12:11 smithi184 bash[85475]: ts=2024-03-21T13:12:11.137Z caller=node_exporter.go:117 level=info collector=os 2024-03-21T13:12:11.328 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:12:11 smithi184 bash[85475]: ts=2024-03-21T13:12:11.137Z caller=node_exporter.go:117 level=info collector=powersupplyclass 2024-03-21T13:12:11.328 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:12:11 smithi184 bash[85475]: ts=2024-03-21T13:12:11.137Z caller=node_exporter.go:117 level=info collector=pressure 2024-03-21T13:12:11.328 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:12:11 smithi184 bash[85475]: ts=2024-03-21T13:12:11.137Z caller=node_exporter.go:117 level=info collector=rapl 2024-03-21T13:12:11.328 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:12:11 smithi184 bash[85475]: ts=2024-03-21T13:12:11.137Z caller=node_exporter.go:117 level=info collector=schedstat 2024-03-21T13:12:11.328 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:12:11 smithi184 bash[85475]: ts=2024-03-21T13:12:11.137Z caller=node_exporter.go:117 level=info collector=selinux 2024-03-21T13:12:11.329 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:12:11 smithi184 bash[85475]: ts=2024-03-21T13:12:11.137Z caller=node_exporter.go:117 level=info collector=sockstat 2024-03-21T13:12:11.329 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:12:11 smithi184 bash[85475]: ts=2024-03-21T13:12:11.137Z caller=node_exporter.go:117 level=info collector=softnet 2024-03-21T13:12:11.329 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:12:11 smithi184 bash[85475]: ts=2024-03-21T13:12:11.137Z caller=node_exporter.go:117 level=info collector=stat 2024-03-21T13:12:11.329 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:12:11 smithi184 bash[85475]: ts=2024-03-21T13:12:11.137Z caller=node_exporter.go:117 level=info collector=tapestats 2024-03-21T13:12:11.329 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:12:11 smithi184 bash[85475]: ts=2024-03-21T13:12:11.137Z caller=node_exporter.go:117 level=info collector=textfile 2024-03-21T13:12:11.329 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:12:11 smithi184 bash[85475]: ts=2024-03-21T13:12:11.137Z caller=node_exporter.go:117 level=info collector=thermal_zone 2024-03-21T13:12:11.329 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:12:11 smithi184 bash[85475]: ts=2024-03-21T13:12:11.137Z caller=node_exporter.go:117 level=info collector=time 2024-03-21T13:12:11.329 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:12:11 smithi184 bash[85475]: ts=2024-03-21T13:12:11.137Z caller=node_exporter.go:117 level=info collector=udp_queues 2024-03-21T13:12:11.329 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:12:11 smithi184 bash[85475]: ts=2024-03-21T13:12:11.137Z caller=node_exporter.go:117 level=info collector=uname 2024-03-21T13:12:11.329 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:12:11 smithi184 bash[85475]: ts=2024-03-21T13:12:11.137Z caller=node_exporter.go:117 level=info collector=vmstat 2024-03-21T13:12:11.329 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:12:11 smithi184 bash[85475]: ts=2024-03-21T13:12:11.137Z caller=node_exporter.go:117 level=info collector=xfs 2024-03-21T13:12:11.329 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:12:11 smithi184 bash[85475]: ts=2024-03-21T13:12:11.137Z caller=node_exporter.go:117 level=info collector=zfs 2024-03-21T13:12:11.329 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:12:11 smithi184 bash[85475]: ts=2024-03-21T13:12:11.137Z caller=tls_config.go:232 level=info msg="Listening on" address=[::]:9100 2024-03-21T13:12:11.329 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:12:11 smithi184 bash[85475]: ts=2024-03-21T13:12:11.137Z caller=tls_config.go:235 level=info msg="TLS is disabled." http2=false address=[::]:9100 2024-03-21T13:12:11.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:11 smithi184 bash[59794]: audit 2024-03-21T13:12:10.297960+0000 mon.a (mon.0) 7793 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:11.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:11 smithi184 bash[59794]: audit 2024-03-21T13:12:10.309691+0000 mon.a (mon.0) 7794 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:11.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:11 smithi184 bash[59794]: audit 2024-03-21T13:12:10.388919+0000 mon.a (mon.0) 7795 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:11.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:11 smithi184 bash[59794]: audit 2024-03-21T13:12:10.392251+0000 mon.a (mon.0) 7796 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:11.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:11 smithi184 bash[59794]: audit 2024-03-21T13:12:10.395692+0000 mon.a (mon.0) 7797 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:11.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:11 smithi184 bash[59794]: audit 2024-03-21T13:12:10.397039+0000 mon.a (mon.0) 7798 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:11.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:11 smithi184 bash[59794]: audit 2024-03-21T13:12:10.408335+0000 mon.a (mon.0) 7799 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:11.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:11 smithi184 bash[59794]: audit 2024-03-21T13:12:10.489874+0000 mon.a (mon.0) 7800 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:11.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:11 smithi184 bash[59794]: audit 2024-03-21T13:12:10.493060+0000 mon.a (mon.0) 7801 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:11.331 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:11 smithi184 bash[59794]: audit 2024-03-21T13:12:10.496270+0000 mon.a (mon.0) 7802 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:11.331 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:11 smithi184 bash[59794]: audit 2024-03-21T13:12:10.497507+0000 mon.a (mon.0) 7803 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:11.331 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:11 smithi184 bash[59794]: audit 2024-03-21T13:12:10.508844+0000 mon.a (mon.0) 7804 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:11.331 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:11 smithi184 bash[59794]: audit 2024-03-21T13:12:10.591377+0000 mon.a (mon.0) 7805 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:11.331 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:11 smithi184 bash[59794]: audit 2024-03-21T13:12:10.596073+0000 mon.a (mon.0) 7806 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:11.331 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:11 smithi184 bash[59794]: audit 2024-03-21T13:12:10.599926+0000 mon.a (mon.0) 7807 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:11.331 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:11 smithi184 bash[59794]: audit 2024-03-21T13:12:10.601455+0000 mon.a (mon.0) 7808 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:11.331 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:11 smithi184 bash[59794]: audit 2024-03-21T13:12:10.613441+0000 mon.a (mon.0) 7809 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:11.331 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:11 smithi184 bash[59794]: audit 2024-03-21T13:12:10.690381+0000 mon.a (mon.0) 7810 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:11.331 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:11 smithi184 bash[59794]: audit 2024-03-21T13:12:10.693573+0000 mon.a (mon.0) 7811 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:11.331 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:11 smithi184 bash[59794]: audit 2024-03-21T13:12:10.698398+0000 mon.a (mon.0) 7812 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:11.331 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:11 smithi184 bash[59794]: audit 2024-03-21T13:12:10.699892+0000 mon.a (mon.0) 7813 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:11.331 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:11 smithi184 bash[59794]: audit 2024-03-21T13:12:10.709768+0000 mon.a (mon.0) 7814 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:11.331 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:11 smithi184 bash[59794]: audit 2024-03-21T13:12:10.794215+0000 mon.a (mon.0) 7815 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:11.331 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:11 smithi184 bash[59794]: audit 2024-03-21T13:12:10.797248+0000 mon.a (mon.0) 7816 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:11.332 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:11 smithi184 bash[59794]: audit 2024-03-21T13:12:10.800749+0000 mon.a (mon.0) 7817 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:11.332 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:11 smithi184 bash[59794]: audit 2024-03-21T13:12:10.802323+0000 mon.a (mon.0) 7818 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:11.332 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:11 smithi184 bash[59794]: audit 2024-03-21T13:12:10.813957+0000 mon.a (mon.0) 7819 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:11.332 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:11 smithi184 bash[59794]: audit 2024-03-21T13:12:10.895112+0000 mon.a (mon.0) 7820 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:11.332 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:11 smithi184 bash[59794]: audit 2024-03-21T13:12:10.898046+0000 mon.a (mon.0) 7821 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:11.332 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:11 smithi184 bash[59794]: audit 2024-03-21T13:12:10.901831+0000 mon.a (mon.0) 7822 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:11.332 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:11 smithi184 bash[59794]: audit 2024-03-21T13:12:10.903145+0000 mon.a (mon.0) 7823 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:11.332 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:11 smithi184 bash[59794]: audit 2024-03-21T13:12:10.915301+0000 mon.a (mon.0) 7824 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:11.332 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:11 smithi184 bash[59794]: audit 2024-03-21T13:12:10.993337+0000 mon.a (mon.0) 7825 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:11.332 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:11 smithi184 bash[59794]: audit 2024-03-21T13:12:10.996431+0000 mon.a (mon.0) 7826 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:11.332 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:11 smithi184 bash[59794]: audit 2024-03-21T13:12:11.000802+0000 mon.a (mon.0) 7827 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:11.332 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:11 smithi184 bash[59794]: audit 2024-03-21T13:12:11.002223+0000 mon.a (mon.0) 7828 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:11.332 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:11 smithi184 bash[59794]: audit 2024-03-21T13:12:11.010446+0000 mon.a (mon.0) 7829 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:11.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:11 smithi178 bash[75692]: audit 2024-03-21T13:12:10.073074+0000 mon.a (mon.0) 7780 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:11.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:11 smithi178 bash[75692]: audit 2024-03-21T13:12:10.083998+0000 mon.a (mon.0) 7781 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:11.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:11 smithi178 bash[75692]: audit 2024-03-21T13:12:10.088259+0000 mon.a (mon.0) 7782 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:11.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:11 smithi178 bash[75692]: audit 2024-03-21T13:12:10.089397+0000 mon.a (mon.0) 7783 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:11.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:11 smithi178 bash[75692]: cluster 2024-03-21T13:12:10.091946+0000 mgr.x (mgr.34104) 5074 : cluster [DBG] pgmap v3357: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 952 B/s rd, 0 op/s 2024-03-21T13:12:11.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:11 smithi178 bash[75692]: cluster 2024-03-21T13:12:10.092237+0000 mgr.x (mgr.34104) 5075 : cluster [DBG] pgmap v3358: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 952 B/s rd, 0 op/s 2024-03-21T13:12:11.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:11 smithi178 bash[75692]: audit 2024-03-21T13:12:10.098623+0000 mon.a (mon.0) 7784 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:11.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:11 smithi178 bash[75692]: cephadm 2024-03-21T13:12:10.099863+0000 mgr.x (mgr.34104) 5076 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:11.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:11 smithi178 bash[75692]: audit 2024-03-21T13:12:10.180334+0000 mon.a (mon.0) 7785 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:11.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:11 smithi178 bash[75692]: audit 2024-03-21T13:12:10.183866+0000 mon.a (mon.0) 7786 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:11.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:11 smithi178 bash[75692]: audit 2024-03-21T13:12:10.190711+0000 mon.a (mon.0) 7787 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:11.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:11 smithi178 bash[75692]: audit 2024-03-21T13:12:10.192650+0000 mon.a (mon.0) 7788 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:11.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:11 smithi178 bash[75692]: cluster 2024-03-21T13:12:10.196353+0000 mgr.x (mgr.34104) 5077 : cluster [DBG] pgmap v3359: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 937 B/s rd, 0 op/s 2024-03-21T13:12:11.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:11 smithi178 bash[75692]: cluster 2024-03-21T13:12:10.197051+0000 mgr.x (mgr.34104) 5078 : cluster [DBG] pgmap v3360: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 937 B/s rd, 0 op/s 2024-03-21T13:12:11.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:11 smithi178 bash[75692]: audit 2024-03-21T13:12:10.206259+0000 mon.a (mon.0) 7789 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:11.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:11 smithi178 bash[75692]: cephadm 2024-03-21T13:12:10.207578+0000 mgr.x (mgr.34104) 5079 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:11.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:11 smithi178 bash[75692]: audit 2024-03-21T13:12:10.290128+0000 mon.a (mon.0) 7790 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:11.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:11 smithi178 bash[75692]: audit 2024-03-21T13:12:10.293319+0000 mon.a (mon.0) 7791 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:11.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:11 smithi178 bash[75692]: audit 2024-03-21T13:12:10.296472+0000 mon.a (mon.0) 7792 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:11.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:11 smithi178 bash[77880]: audit 2024-03-21T13:12:10.073074+0000 mon.a (mon.0) 7780 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:11.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:11 smithi178 bash[77880]: audit 2024-03-21T13:12:10.083998+0000 mon.a (mon.0) 7781 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:11.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:11 smithi178 bash[77880]: audit 2024-03-21T13:12:10.088259+0000 mon.a (mon.0) 7782 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:11.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:11 smithi178 bash[77880]: audit 2024-03-21T13:12:10.089397+0000 mon.a (mon.0) 7783 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:11.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:11 smithi178 bash[77880]: cluster 2024-03-21T13:12:10.091946+0000 mgr.x (mgr.34104) 5074 : cluster [DBG] pgmap v3357: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 952 B/s rd, 0 op/s 2024-03-21T13:12:11.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:11 smithi178 bash[77880]: cluster 2024-03-21T13:12:10.092237+0000 mgr.x (mgr.34104) 5075 : cluster [DBG] pgmap v3358: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 952 B/s rd, 0 op/s 2024-03-21T13:12:11.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:11 smithi178 bash[77880]: audit 2024-03-21T13:12:10.098623+0000 mon.a (mon.0) 7784 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:11.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:11 smithi178 bash[77880]: cephadm 2024-03-21T13:12:10.099863+0000 mgr.x (mgr.34104) 5076 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:11.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:11 smithi178 bash[77880]: audit 2024-03-21T13:12:10.180334+0000 mon.a (mon.0) 7785 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:11.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:11 smithi178 bash[77880]: audit 2024-03-21T13:12:10.183866+0000 mon.a (mon.0) 7786 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:11.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:11 smithi178 bash[77880]: audit 2024-03-21T13:12:10.190711+0000 mon.a (mon.0) 7787 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:11.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:11 smithi178 bash[77880]: audit 2024-03-21T13:12:10.192650+0000 mon.a (mon.0) 7788 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:11.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:11 smithi178 bash[77880]: cluster 2024-03-21T13:12:10.196353+0000 mgr.x (mgr.34104) 5077 : cluster [DBG] pgmap v3359: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 937 B/s rd, 0 op/s 2024-03-21T13:12:11.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:11 smithi178 bash[77880]: cluster 2024-03-21T13:12:10.197051+0000 mgr.x (mgr.34104) 5078 : cluster [DBG] pgmap v3360: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 937 B/s rd, 0 op/s 2024-03-21T13:12:11.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:11 smithi178 bash[77880]: audit 2024-03-21T13:12:10.206259+0000 mon.a (mon.0) 7789 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:11.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:11 smithi178 bash[77880]: cephadm 2024-03-21T13:12:10.207578+0000 mgr.x (mgr.34104) 5079 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:11.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:11 smithi178 bash[77880]: audit 2024-03-21T13:12:10.290128+0000 mon.a (mon.0) 7790 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:11.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:11 smithi178 bash[77880]: audit 2024-03-21T13:12:10.293319+0000 mon.a (mon.0) 7791 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:11.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:11 smithi178 bash[77880]: audit 2024-03-21T13:12:10.296472+0000 mon.a (mon.0) 7792 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:11.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:11 smithi178 bash[75692]: audit 2024-03-21T13:12:10.297960+0000 mon.a (mon.0) 7793 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:11.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:11 smithi178 bash[75692]: audit 2024-03-21T13:12:10.309691+0000 mon.a (mon.0) 7794 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:11.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:11 smithi178 bash[75692]: audit 2024-03-21T13:12:10.388919+0000 mon.a (mon.0) 7795 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:11.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:11 smithi178 bash[75692]: audit 2024-03-21T13:12:10.392251+0000 mon.a (mon.0) 7796 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:11.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:11 smithi178 bash[75692]: audit 2024-03-21T13:12:10.395692+0000 mon.a (mon.0) 7797 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:11.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:11 smithi178 bash[75692]: audit 2024-03-21T13:12:10.397039+0000 mon.a (mon.0) 7798 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:11.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:11 smithi178 bash[75692]: audit 2024-03-21T13:12:10.408335+0000 mon.a (mon.0) 7799 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:11.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:11 smithi178 bash[75692]: audit 2024-03-21T13:12:10.489874+0000 mon.a (mon.0) 7800 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:11.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:11 smithi178 bash[75692]: audit 2024-03-21T13:12:10.493060+0000 mon.a (mon.0) 7801 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:11.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:11 smithi178 bash[75692]: audit 2024-03-21T13:12:10.496270+0000 mon.a (mon.0) 7802 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:11.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:11 smithi178 bash[75692]: audit 2024-03-21T13:12:10.497507+0000 mon.a (mon.0) 7803 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:11.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:11 smithi178 bash[75692]: audit 2024-03-21T13:12:10.508844+0000 mon.a (mon.0) 7804 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:11.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:11 smithi178 bash[75692]: audit 2024-03-21T13:12:10.591377+0000 mon.a (mon.0) 7805 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:11.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:11 smithi178 bash[75692]: audit 2024-03-21T13:12:10.596073+0000 mon.a (mon.0) 7806 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:11.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:11 smithi178 bash[75692]: audit 2024-03-21T13:12:10.599926+0000 mon.a (mon.0) 7807 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:11.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:11 smithi178 bash[75692]: audit 2024-03-21T13:12:10.601455+0000 mon.a (mon.0) 7808 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:11.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:11 smithi178 bash[75692]: audit 2024-03-21T13:12:10.613441+0000 mon.a (mon.0) 7809 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:11.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:11 smithi178 bash[75692]: audit 2024-03-21T13:12:10.690381+0000 mon.a (mon.0) 7810 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:11.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:11 smithi178 bash[75692]: audit 2024-03-21T13:12:10.693573+0000 mon.a (mon.0) 7811 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:11.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:11 smithi178 bash[77880]: audit 2024-03-21T13:12:10.297960+0000 mon.a (mon.0) 7793 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:11.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:11 smithi178 bash[77880]: audit 2024-03-21T13:12:10.309691+0000 mon.a (mon.0) 7794 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:11.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:11 smithi178 bash[77880]: audit 2024-03-21T13:12:10.388919+0000 mon.a (mon.0) 7795 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:11.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:11 smithi178 bash[77880]: audit 2024-03-21T13:12:10.392251+0000 mon.a (mon.0) 7796 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:11.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:11 smithi178 bash[77880]: audit 2024-03-21T13:12:10.395692+0000 mon.a (mon.0) 7797 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:11.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:11 smithi178 bash[77880]: audit 2024-03-21T13:12:10.397039+0000 mon.a (mon.0) 7798 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:11.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:11 smithi178 bash[77880]: audit 2024-03-21T13:12:10.408335+0000 mon.a (mon.0) 7799 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:11.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:11 smithi178 bash[77880]: audit 2024-03-21T13:12:10.489874+0000 mon.a (mon.0) 7800 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:11.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:11 smithi178 bash[77880]: audit 2024-03-21T13:12:10.493060+0000 mon.a (mon.0) 7801 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:11.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:11 smithi178 bash[77880]: audit 2024-03-21T13:12:10.496270+0000 mon.a (mon.0) 7802 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:11.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:11 smithi178 bash[77880]: audit 2024-03-21T13:12:10.497507+0000 mon.a (mon.0) 7803 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:11.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:11 smithi178 bash[77880]: audit 2024-03-21T13:12:10.508844+0000 mon.a (mon.0) 7804 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:11.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:11 smithi178 bash[77880]: audit 2024-03-21T13:12:10.591377+0000 mon.a (mon.0) 7805 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:11.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:11 smithi178 bash[77880]: audit 2024-03-21T13:12:10.596073+0000 mon.a (mon.0) 7806 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:11.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:11 smithi178 bash[77880]: audit 2024-03-21T13:12:10.599926+0000 mon.a (mon.0) 7807 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:11.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:11 smithi178 bash[77880]: audit 2024-03-21T13:12:10.601455+0000 mon.a (mon.0) 7808 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:11.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:11 smithi178 bash[77880]: audit 2024-03-21T13:12:10.613441+0000 mon.a (mon.0) 7809 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:11.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:11 smithi178 bash[77880]: audit 2024-03-21T13:12:10.690381+0000 mon.a (mon.0) 7810 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:11.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:11 smithi178 bash[77880]: audit 2024-03-21T13:12:10.693573+0000 mon.a (mon.0) 7811 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:11.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:11 smithi178 bash[75692]: audit 2024-03-21T13:12:10.698398+0000 mon.a (mon.0) 7812 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:11.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:11 smithi178 bash[75692]: audit 2024-03-21T13:12:10.699892+0000 mon.a (mon.0) 7813 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:11.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:11 smithi178 bash[75692]: audit 2024-03-21T13:12:10.709768+0000 mon.a (mon.0) 7814 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:11.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:11 smithi178 bash[75692]: audit 2024-03-21T13:12:10.794215+0000 mon.a (mon.0) 7815 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:11.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:11 smithi178 bash[75692]: audit 2024-03-21T13:12:10.797248+0000 mon.a (mon.0) 7816 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:11.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:11 smithi178 bash[75692]: audit 2024-03-21T13:12:10.800749+0000 mon.a (mon.0) 7817 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:11.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:11 smithi178 bash[75692]: audit 2024-03-21T13:12:10.802323+0000 mon.a (mon.0) 7818 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:11.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:11 smithi178 bash[75692]: audit 2024-03-21T13:12:10.813957+0000 mon.a (mon.0) 7819 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:11.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:11 smithi178 bash[75692]: audit 2024-03-21T13:12:10.895112+0000 mon.a (mon.0) 7820 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:11.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:11 smithi178 bash[75692]: audit 2024-03-21T13:12:10.898046+0000 mon.a (mon.0) 7821 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:11.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:11 smithi178 bash[75692]: audit 2024-03-21T13:12:10.901831+0000 mon.a (mon.0) 7822 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:11.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:11 smithi178 bash[75692]: audit 2024-03-21T13:12:10.903145+0000 mon.a (mon.0) 7823 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:11.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:11 smithi178 bash[75692]: audit 2024-03-21T13:12:10.915301+0000 mon.a (mon.0) 7824 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:11.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:11 smithi178 bash[75692]: audit 2024-03-21T13:12:10.993337+0000 mon.a (mon.0) 7825 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:11.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:11 smithi178 bash[75692]: audit 2024-03-21T13:12:10.996431+0000 mon.a (mon.0) 7826 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:11.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:11 smithi178 bash[75692]: audit 2024-03-21T13:12:11.000802+0000 mon.a (mon.0) 7827 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:11.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:11 smithi178 bash[75692]: audit 2024-03-21T13:12:11.002223+0000 mon.a (mon.0) 7828 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:11.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:11 smithi178 bash[75692]: audit 2024-03-21T13:12:11.010446+0000 mon.a (mon.0) 7829 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:11.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:11 smithi178 bash[77880]: audit 2024-03-21T13:12:10.698398+0000 mon.a (mon.0) 7812 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:11.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:11 smithi178 bash[77880]: audit 2024-03-21T13:12:10.699892+0000 mon.a (mon.0) 7813 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:11.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:11 smithi178 bash[77880]: audit 2024-03-21T13:12:10.709768+0000 mon.a (mon.0) 7814 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:11.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:11 smithi178 bash[77880]: audit 2024-03-21T13:12:10.794215+0000 mon.a (mon.0) 7815 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:11.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:11 smithi178 bash[77880]: audit 2024-03-21T13:12:10.797248+0000 mon.a (mon.0) 7816 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:11.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:11 smithi178 bash[77880]: audit 2024-03-21T13:12:10.800749+0000 mon.a (mon.0) 7817 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:11.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:11 smithi178 bash[77880]: audit 2024-03-21T13:12:10.802323+0000 mon.a (mon.0) 7818 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:11.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:11 smithi178 bash[77880]: audit 2024-03-21T13:12:10.813957+0000 mon.a (mon.0) 7819 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:11.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:11 smithi178 bash[77880]: audit 2024-03-21T13:12:10.895112+0000 mon.a (mon.0) 7820 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:11.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:11 smithi178 bash[77880]: audit 2024-03-21T13:12:10.898046+0000 mon.a (mon.0) 7821 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:11.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:11 smithi178 bash[77880]: audit 2024-03-21T13:12:10.901831+0000 mon.a (mon.0) 7822 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:11.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:11 smithi178 bash[77880]: audit 2024-03-21T13:12:10.903145+0000 mon.a (mon.0) 7823 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:11.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:11 smithi178 bash[77880]: audit 2024-03-21T13:12:10.915301+0000 mon.a (mon.0) 7824 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:11.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:11 smithi178 bash[77880]: audit 2024-03-21T13:12:10.993337+0000 mon.a (mon.0) 7825 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:11.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:11 smithi178 bash[77880]: audit 2024-03-21T13:12:10.996431+0000 mon.a (mon.0) 7826 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:11.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:11 smithi178 bash[77880]: audit 2024-03-21T13:12:11.000802+0000 mon.a (mon.0) 7827 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:11.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:11 smithi178 bash[77880]: audit 2024-03-21T13:12:11.002223+0000 mon.a (mon.0) 7828 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:11.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:11 smithi178 bash[77880]: audit 2024-03-21T13:12:11.010446+0000 mon.a (mon.0) 7829 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:12.220 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:12 smithi178 bash[75692]: cluster 2024-03-21T13:12:10.300608+0000 mgr.x (mgr.34104) 5080 : cluster [DBG] pgmap v3361: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-03-21T13:12:12.220 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:12 smithi178 bash[75692]: cluster 2024-03-21T13:12:10.300945+0000 mgr.x (mgr.34104) 5081 : cluster [DBG] pgmap v3362: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 3.2 KiB/s rd, 3 op/s 2024-03-21T13:12:12.220 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:12 smithi178 bash[75692]: cephadm 2024-03-21T13:12:10.310936+0000 mgr.x (mgr.34104) 5082 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:12.220 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:12 smithi178 bash[75692]: cluster 2024-03-21T13:12:10.399644+0000 mgr.x (mgr.34104) 5083 : cluster [DBG] pgmap v3363: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:12.220 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:12 smithi178 bash[75692]: cluster 2024-03-21T13:12:10.399918+0000 mgr.x (mgr.34104) 5084 : cluster [DBG] pgmap v3364: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:12.220 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:12 smithi178 bash[75692]: cephadm 2024-03-21T13:12:10.409544+0000 mgr.x (mgr.34104) 5085 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:12.221 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:12 smithi178 bash[75692]: cluster 2024-03-21T13:12:10.500053+0000 mgr.x (mgr.34104) 5086 : cluster [DBG] pgmap v3365: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:12.221 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:12 smithi178 bash[75692]: cluster 2024-03-21T13:12:10.500333+0000 mgr.x (mgr.34104) 5087 : cluster [DBG] pgmap v3366: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:12.221 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:12 smithi178 bash[75692]: cephadm 2024-03-21T13:12:10.510317+0000 mgr.x (mgr.34104) 5088 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:12.221 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:12 smithi178 bash[75692]: cluster 2024-03-21T13:12:10.604285+0000 mgr.x (mgr.34104) 5089 : cluster [DBG] pgmap v3367: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:12.221 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:12 smithi178 bash[75692]: cluster 2024-03-21T13:12:10.604546+0000 mgr.x (mgr.34104) 5090 : cluster [DBG] pgmap v3368: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:12.221 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:12 smithi178 bash[75692]: cephadm 2024-03-21T13:12:10.614706+0000 mgr.x (mgr.34104) 5091 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:12.221 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:12 smithi178 bash[75692]: cluster 2024-03-21T13:12:10.702812+0000 mgr.x (mgr.34104) 5092 : cluster [DBG] pgmap v3369: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:12.221 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:12 smithi178 bash[75692]: cluster 2024-03-21T13:12:10.703315+0000 mgr.x (mgr.34104) 5093 : cluster [DBG] pgmap v3370: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:12.221 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:12 smithi178 bash[75692]: cephadm 2024-03-21T13:12:10.711088+0000 mgr.x (mgr.34104) 5094 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:12.221 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:12 smithi178 bash[75692]: cluster 2024-03-21T13:12:10.805079+0000 mgr.x (mgr.34104) 5095 : cluster [DBG] pgmap v3371: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:12.221 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:12 smithi178 bash[75692]: cluster 2024-03-21T13:12:10.805534+0000 mgr.x (mgr.34104) 5096 : cluster [DBG] pgmap v3372: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:12.221 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:12 smithi178 bash[75692]: cephadm 2024-03-21T13:12:10.815209+0000 mgr.x (mgr.34104) 5097 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:12.221 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:12 smithi178 bash[75692]: cluster 2024-03-21T13:12:10.905913+0000 mgr.x (mgr.34104) 5098 : cluster [DBG] pgmap v3373: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:12.221 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:12 smithi178 bash[75692]: cluster 2024-03-21T13:12:10.906363+0000 mgr.x (mgr.34104) 5099 : cluster [DBG] pgmap v3374: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:12.222 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:12 smithi178 bash[75692]: cephadm 2024-03-21T13:12:10.916427+0000 mgr.x (mgr.34104) 5100 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:12.222 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:12 smithi178 bash[75692]: cluster 2024-03-21T13:12:11.004876+0000 mgr.x (mgr.34104) 5101 : cluster [DBG] pgmap v3375: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:12.222 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:12 smithi178 bash[75692]: cluster 2024-03-21T13:12:11.005178+0000 mgr.x (mgr.34104) 5102 : cluster [DBG] pgmap v3376: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:12.222 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:12 smithi178 bash[75692]: cephadm 2024-03-21T13:12:11.011452+0000 mgr.x (mgr.34104) 5103 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:12.222 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:12 smithi178 bash[75692]: cluster 2024-03-21T13:12:11.087863+0000 mon.a (mon.0) 7830 : cluster [WRN] Health check update: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-21T13:12:12.222 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:12 smithi178 bash[75692]: audit 2024-03-21T13:12:11.094358+0000 mon.a (mon.0) 7831 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:12.222 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:12 smithi178 bash[75692]: audit 2024-03-21T13:12:11.096440+0000 mon.a (mon.0) 7832 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:12.222 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:12 smithi178 bash[75692]: audit 2024-03-21T13:12:11.098753+0000 mon.a (mon.0) 7833 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:12.222 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:12 smithi178 bash[75692]: audit 2024-03-21T13:12:11.099908+0000 mon.a (mon.0) 7834 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:12.222 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:12 smithi178 bash[75692]: cluster 2024-03-21T13:12:11.101942+0000 mgr.x (mgr.34104) 5104 : cluster [DBG] pgmap v3377: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:12.222 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:12 smithi178 bash[75692]: cluster 2024-03-21T13:12:11.102241+0000 mgr.x (mgr.34104) 5105 : cluster [DBG] pgmap v3378: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:12.222 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:12 smithi178 bash[75692]: audit 2024-03-21T13:12:11.107247+0000 mon.a (mon.0) 7835 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:12.222 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:12 smithi178 bash[75692]: cephadm 2024-03-21T13:12:11.108410+0000 mgr.x (mgr.34104) 5106 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:12.223 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:12 smithi178 bash[75692]: audit 2024-03-21T13:12:11.188957+0000 mon.a (mon.0) 7836 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:12.223 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:12 smithi178 bash[75692]: audit 2024-03-21T13:12:11.191780+0000 mon.a (mon.0) 7837 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:12.223 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:12 smithi178 bash[75692]: audit 2024-03-21T13:12:11.194990+0000 mon.a (mon.0) 7838 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:12.223 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:12 smithi178 bash[75692]: audit 2024-03-21T13:12:11.196289+0000 mon.a (mon.0) 7839 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:12.223 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:12 smithi178 bash[75692]: cluster 2024-03-21T13:12:11.198769+0000 mgr.x (mgr.34104) 5107 : cluster [DBG] pgmap v3379: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:12.223 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:12 smithi178 bash[75692]: cluster 2024-03-21T13:12:11.199217+0000 mgr.x (mgr.34104) 5108 : cluster [DBG] pgmap v3380: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:12.223 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:12 smithi178 bash[75692]: audit 2024-03-21T13:12:11.207726+0000 mon.a (mon.0) 7840 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:12.223 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:12 smithi178 bash[75692]: cephadm 2024-03-21T13:12:11.208890+0000 mgr.x (mgr.34104) 5109 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:12.223 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:12 smithi178 bash[75692]: audit 2024-03-21T13:12:11.284927+0000 mon.a (mon.0) 7841 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:12.223 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:12 smithi178 bash[75692]: audit 2024-03-21T13:12:11.287556+0000 mon.a (mon.0) 7842 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:12.223 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:12 smithi178 bash[75692]: audit 2024-03-21T13:12:11.292101+0000 mon.a (mon.0) 7843 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:12.223 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:12 smithi178 bash[75692]: audit 2024-03-21T13:12:11.293606+0000 mon.a (mon.0) 7844 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:12.223 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:12 smithi178 bash[75692]: audit 2024-03-21T13:12:11.303969+0000 mon.a (mon.0) 7845 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:12.223 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:12 smithi178 bash[75692]: audit 2024-03-21T13:12:11.383010+0000 mon.a (mon.0) 7846 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:12.224 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:12 smithi178 bash[75692]: audit 2024-03-21T13:12:11.386269+0000 mon.a (mon.0) 7847 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:12.224 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:12 smithi178 bash[75692]: audit 2024-03-21T13:12:11.390232+0000 mon.a (mon.0) 7848 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:12.224 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:12 smithi178 bash[75692]: audit 2024-03-21T13:12:11.391787+0000 mon.a (mon.0) 7849 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:12.224 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:12 smithi178 bash[75692]: audit 2024-03-21T13:12:11.404841+0000 mon.a (mon.0) 7850 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:12.224 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:12 smithi178 bash[75692]: audit 2024-03-21T13:12:11.488127+0000 mon.a (mon.0) 7851 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:12.224 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:12 smithi178 bash[75692]: audit 2024-03-21T13:12:11.490948+0000 mon.a (mon.0) 7852 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:12.224 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:12 smithi178 bash[75692]: audit 2024-03-21T13:12:11.494205+0000 mon.a (mon.0) 7853 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:12.224 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:12 smithi178 bash[75692]: audit 2024-03-21T13:12:11.495488+0000 mon.a (mon.0) 7854 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:12.224 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:12 smithi178 bash[75692]: audit 2024-03-21T13:12:11.506313+0000 mon.a (mon.0) 7855 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:12.224 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:12 smithi178 bash[75692]: audit 2024-03-21T13:12:11.590147+0000 mon.a (mon.0) 7856 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:12.224 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:12 smithi178 bash[75692]: audit 2024-03-21T13:12:11.592731+0000 mon.a (mon.0) 7857 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:12.224 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:12 smithi178 bash[75692]: audit 2024-03-21T13:12:11.596421+0000 mon.a (mon.0) 7858 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:12.225 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:12 smithi178 bash[77880]: cluster 2024-03-21T13:12:10.300608+0000 mgr.x (mgr.34104) 5080 : cluster [DBG] pgmap v3361: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-03-21T13:12:12.225 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:12 smithi178 bash[77880]: cluster 2024-03-21T13:12:10.300945+0000 mgr.x (mgr.34104) 5081 : cluster [DBG] pgmap v3362: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 3.2 KiB/s rd, 3 op/s 2024-03-21T13:12:12.225 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:12 smithi178 bash[77880]: cephadm 2024-03-21T13:12:10.310936+0000 mgr.x (mgr.34104) 5082 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:12.225 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:12 smithi178 bash[77880]: cluster 2024-03-21T13:12:10.399644+0000 mgr.x (mgr.34104) 5083 : cluster [DBG] pgmap v3363: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:12.225 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:12 smithi178 bash[77880]: cluster 2024-03-21T13:12:10.399918+0000 mgr.x (mgr.34104) 5084 : cluster [DBG] pgmap v3364: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:12.225 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:12 smithi178 bash[77880]: cephadm 2024-03-21T13:12:10.409544+0000 mgr.x (mgr.34104) 5085 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:12.225 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:12 smithi178 bash[77880]: cluster 2024-03-21T13:12:10.500053+0000 mgr.x (mgr.34104) 5086 : cluster [DBG] pgmap v3365: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:12.225 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:12 smithi178 bash[77880]: cluster 2024-03-21T13:12:10.500333+0000 mgr.x (mgr.34104) 5087 : cluster [DBG] pgmap v3366: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:12.225 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:12 smithi178 bash[77880]: cephadm 2024-03-21T13:12:10.510317+0000 mgr.x (mgr.34104) 5088 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:12.226 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:12 smithi178 bash[77880]: cluster 2024-03-21T13:12:10.604285+0000 mgr.x (mgr.34104) 5089 : cluster [DBG] pgmap v3367: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:12.226 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:12 smithi178 bash[77880]: cluster 2024-03-21T13:12:10.604546+0000 mgr.x (mgr.34104) 5090 : cluster [DBG] pgmap v3368: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:12.226 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:12 smithi178 bash[77880]: cephadm 2024-03-21T13:12:10.614706+0000 mgr.x (mgr.34104) 5091 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:12.226 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:12 smithi178 bash[77880]: cluster 2024-03-21T13:12:10.702812+0000 mgr.x (mgr.34104) 5092 : cluster [DBG] pgmap v3369: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:12.226 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:12 smithi178 bash[77880]: cluster 2024-03-21T13:12:10.703315+0000 mgr.x (mgr.34104) 5093 : cluster [DBG] pgmap v3370: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:12.226 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:12 smithi178 bash[77880]: cephadm 2024-03-21T13:12:10.711088+0000 mgr.x (mgr.34104) 5094 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:12.226 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:12 smithi178 bash[77880]: cluster 2024-03-21T13:12:10.805079+0000 mgr.x (mgr.34104) 5095 : cluster [DBG] pgmap v3371: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:12.226 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:12 smithi178 bash[77880]: cluster 2024-03-21T13:12:10.805534+0000 mgr.x (mgr.34104) 5096 : cluster [DBG] pgmap v3372: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:12.226 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:12 smithi178 bash[77880]: cephadm 2024-03-21T13:12:10.815209+0000 mgr.x (mgr.34104) 5097 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:12.226 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:12 smithi178 bash[77880]: cluster 2024-03-21T13:12:10.905913+0000 mgr.x (mgr.34104) 5098 : cluster [DBG] pgmap v3373: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:12.226 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:12 smithi178 bash[77880]: cluster 2024-03-21T13:12:10.906363+0000 mgr.x (mgr.34104) 5099 : cluster [DBG] pgmap v3374: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:12.227 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:12 smithi178 bash[75692]: audit 2024-03-21T13:12:11.597680+0000 mon.a (mon.0) 7859 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:12.227 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:12 smithi178 bash[75692]: audit 2024-03-21T13:12:11.609084+0000 mon.a (mon.0) 7860 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:12.227 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:12 smithi178 bash[75692]: audit 2024-03-21T13:12:11.691811+0000 mon.a (mon.0) 7861 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:12.227 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:12 smithi178 bash[75692]: audit 2024-03-21T13:12:11.694531+0000 mon.a (mon.0) 7862 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:12.227 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:12 smithi178 bash[75692]: audit 2024-03-21T13:12:11.698132+0000 mon.a (mon.0) 7863 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:12.227 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:12 smithi178 bash[75692]: audit 2024-03-21T13:12:11.699633+0000 mon.a (mon.0) 7864 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:12.227 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:12 smithi178 bash[75692]: audit 2024-03-21T13:12:11.711494+0000 mon.a (mon.0) 7865 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:12.227 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:12 smithi178 bash[75692]: audit 2024-03-21T13:12:11.794513+0000 mon.a (mon.0) 7866 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:12.227 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:12 smithi178 bash[75692]: audit 2024-03-21T13:12:11.797507+0000 mon.a (mon.0) 7867 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:12.227 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:12 smithi178 bash[75692]: audit 2024-03-21T13:12:11.800417+0000 mon.a (mon.0) 7868 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:12.227 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:12 smithi178 bash[75692]: audit 2024-03-21T13:12:11.801840+0000 mon.a (mon.0) 7869 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:12.228 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:12 smithi178 bash[75692]: audit 2024-03-21T13:12:11.812320+0000 mon.a (mon.0) 7870 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:12.228 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:12 smithi178 bash[75692]: audit 2024-03-21T13:12:11.892596+0000 mon.a (mon.0) 7871 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:12.228 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:12 smithi178 bash[75692]: audit 2024-03-21T13:12:11.894670+0000 mon.a (mon.0) 7872 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:12.228 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:12 smithi178 bash[75692]: audit 2024-03-21T13:12:11.897693+0000 mon.a (mon.0) 7873 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:12.228 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:12 smithi178 bash[75692]: audit 2024-03-21T13:12:11.898604+0000 mon.a (mon.0) 7874 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:12.228 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:12 smithi178 bash[75692]: audit 2024-03-21T13:12:11.906786+0000 mon.a (mon.0) 7875 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:12.228 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:12 smithi178 bash[75692]: audit 2024-03-21T13:12:11.984852+0000 mon.a (mon.0) 7876 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:12.228 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:12 smithi178 bash[75692]: audit 2024-03-21T13:12:11.987779+0000 mon.a (mon.0) 7877 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:12.228 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:12 smithi178 bash[75692]: audit 2024-03-21T13:12:11.991678+0000 mon.a (mon.0) 7878 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:12.228 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:12 smithi178 bash[75692]: audit 2024-03-21T13:12:11.992940+0000 mon.a (mon.0) 7879 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:12.228 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:12 smithi178 bash[75692]: audit 2024-03-21T13:12:12.003607+0000 mon.a (mon.0) 7880 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:12.229 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:12 smithi178 bash[77880]: cephadm 2024-03-21T13:12:10.916427+0000 mgr.x (mgr.34104) 5100 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:12.229 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:12 smithi178 bash[77880]: cluster 2024-03-21T13:12:11.004876+0000 mgr.x (mgr.34104) 5101 : cluster [DBG] pgmap v3375: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:12.229 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:12 smithi178 bash[77880]: cluster 2024-03-21T13:12:11.005178+0000 mgr.x (mgr.34104) 5102 : cluster [DBG] pgmap v3376: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:12.229 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:12 smithi178 bash[77880]: cephadm 2024-03-21T13:12:11.011452+0000 mgr.x (mgr.34104) 5103 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:12.229 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:12 smithi178 bash[77880]: cluster 2024-03-21T13:12:11.087863+0000 mon.a (mon.0) 7830 : cluster [WRN] Health check update: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-21T13:12:12.229 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:12 smithi178 bash[77880]: audit 2024-03-21T13:12:11.094358+0000 mon.a (mon.0) 7831 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:12.229 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:12 smithi178 bash[77880]: audit 2024-03-21T13:12:11.096440+0000 mon.a (mon.0) 7832 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:12.229 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:12 smithi178 bash[77880]: audit 2024-03-21T13:12:11.098753+0000 mon.a (mon.0) 7833 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:12.229 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:12 smithi178 bash[77880]: audit 2024-03-21T13:12:11.099908+0000 mon.a (mon.0) 7834 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:12.230 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:12 smithi178 bash[77880]: cluster 2024-03-21T13:12:11.101942+0000 mgr.x (mgr.34104) 5104 : cluster [DBG] pgmap v3377: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:12.230 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:12 smithi178 bash[77880]: cluster 2024-03-21T13:12:11.102241+0000 mgr.x (mgr.34104) 5105 : cluster [DBG] pgmap v3378: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:12.230 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:12 smithi178 bash[77880]: audit 2024-03-21T13:12:11.107247+0000 mon.a (mon.0) 7835 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:12.230 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:12 smithi178 bash[77880]: cephadm 2024-03-21T13:12:11.108410+0000 mgr.x (mgr.34104) 5106 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:12.230 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:12 smithi178 bash[77880]: audit 2024-03-21T13:12:11.188957+0000 mon.a (mon.0) 7836 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:12.230 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:12 smithi178 bash[77880]: audit 2024-03-21T13:12:11.191780+0000 mon.a (mon.0) 7837 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:12.230 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:12 smithi178 bash[77880]: audit 2024-03-21T13:12:11.194990+0000 mon.a (mon.0) 7838 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:12.230 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:12 smithi178 bash[77880]: audit 2024-03-21T13:12:11.196289+0000 mon.a (mon.0) 7839 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:12.230 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:12 smithi178 bash[77880]: cluster 2024-03-21T13:12:11.198769+0000 mgr.x (mgr.34104) 5107 : cluster [DBG] pgmap v3379: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:12.230 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:12 smithi178 bash[77880]: cluster 2024-03-21T13:12:11.199217+0000 mgr.x (mgr.34104) 5108 : cluster [DBG] pgmap v3380: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:12.230 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:12 smithi178 bash[77880]: audit 2024-03-21T13:12:11.207726+0000 mon.a (mon.0) 7840 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:12.230 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:12 smithi178 bash[77880]: cephadm 2024-03-21T13:12:11.208890+0000 mgr.x (mgr.34104) 5109 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:12.230 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:12 smithi178 bash[77880]: audit 2024-03-21T13:12:11.284927+0000 mon.a (mon.0) 7841 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:12.230 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:12 smithi178 bash[77880]: audit 2024-03-21T13:12:11.287556+0000 mon.a (mon.0) 7842 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:12.231 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:12 smithi178 bash[77880]: audit 2024-03-21T13:12:11.292101+0000 mon.a (mon.0) 7843 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:12.231 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:12 smithi178 bash[77880]: audit 2024-03-21T13:12:11.293606+0000 mon.a (mon.0) 7844 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:12.231 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:12 smithi178 bash[77880]: audit 2024-03-21T13:12:11.303969+0000 mon.a (mon.0) 7845 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:12.231 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:12 smithi178 bash[77880]: audit 2024-03-21T13:12:11.383010+0000 mon.a (mon.0) 7846 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:12.231 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:12 smithi178 bash[77880]: audit 2024-03-21T13:12:11.386269+0000 mon.a (mon.0) 7847 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:12.231 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:12 smithi178 bash[77880]: audit 2024-03-21T13:12:11.390232+0000 mon.a (mon.0) 7848 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:12.231 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:12 smithi178 bash[77880]: audit 2024-03-21T13:12:11.391787+0000 mon.a (mon.0) 7849 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:12.231 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:12 smithi178 bash[77880]: audit 2024-03-21T13:12:11.404841+0000 mon.a (mon.0) 7850 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:12.231 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:12 smithi178 bash[77880]: audit 2024-03-21T13:12:11.488127+0000 mon.a (mon.0) 7851 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:12.231 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:12 smithi178 bash[77880]: audit 2024-03-21T13:12:11.490948+0000 mon.a (mon.0) 7852 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:12.231 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:12 smithi178 bash[77880]: audit 2024-03-21T13:12:11.494205+0000 mon.a (mon.0) 7853 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:12.231 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:12 smithi178 bash[77880]: audit 2024-03-21T13:12:11.495488+0000 mon.a (mon.0) 7854 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:12.231 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:12 smithi178 bash[77880]: audit 2024-03-21T13:12:11.506313+0000 mon.a (mon.0) 7855 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:12.231 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:12 smithi178 bash[77880]: audit 2024-03-21T13:12:11.590147+0000 mon.a (mon.0) 7856 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:12.232 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:12 smithi178 bash[77880]: audit 2024-03-21T13:12:11.592731+0000 mon.a (mon.0) 7857 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:12.232 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:12 smithi178 bash[77880]: audit 2024-03-21T13:12:11.596421+0000 mon.a (mon.0) 7858 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:12.232 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:12 smithi178 bash[77880]: audit 2024-03-21T13:12:11.597680+0000 mon.a (mon.0) 7859 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:12.232 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:12 smithi178 bash[77880]: audit 2024-03-21T13:12:11.609084+0000 mon.a (mon.0) 7860 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:12.232 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:12 smithi178 bash[77880]: audit 2024-03-21T13:12:11.691811+0000 mon.a (mon.0) 7861 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:12.232 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:12 smithi178 bash[77880]: audit 2024-03-21T13:12:11.694531+0000 mon.a (mon.0) 7862 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:12.232 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:12 smithi178 bash[77880]: audit 2024-03-21T13:12:11.698132+0000 mon.a (mon.0) 7863 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:12.232 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:12 smithi178 bash[77880]: audit 2024-03-21T13:12:11.699633+0000 mon.a (mon.0) 7864 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:12.232 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:12 smithi178 bash[77880]: audit 2024-03-21T13:12:11.711494+0000 mon.a (mon.0) 7865 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:12.232 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:12 smithi178 bash[77880]: audit 2024-03-21T13:12:11.794513+0000 mon.a (mon.0) 7866 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:12.232 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:12 smithi178 bash[77880]: audit 2024-03-21T13:12:11.797507+0000 mon.a (mon.0) 7867 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:12.232 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:12 smithi178 bash[77880]: audit 2024-03-21T13:12:11.800417+0000 mon.a (mon.0) 7868 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:12.232 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:12 smithi178 bash[77880]: audit 2024-03-21T13:12:11.801840+0000 mon.a (mon.0) 7869 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:12.233 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:12 smithi178 bash[77880]: audit 2024-03-21T13:12:11.812320+0000 mon.a (mon.0) 7870 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:12.233 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:12 smithi178 bash[77880]: audit 2024-03-21T13:12:11.892596+0000 mon.a (mon.0) 7871 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:12.233 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:12 smithi178 bash[77880]: audit 2024-03-21T13:12:11.894670+0000 mon.a (mon.0) 7872 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:12.233 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:12 smithi178 bash[77880]: audit 2024-03-21T13:12:11.897693+0000 mon.a (mon.0) 7873 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:12.233 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:12 smithi178 bash[77880]: audit 2024-03-21T13:12:11.898604+0000 mon.a (mon.0) 7874 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:12.233 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:12 smithi178 bash[77880]: audit 2024-03-21T13:12:11.906786+0000 mon.a (mon.0) 7875 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:12.233 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:12 smithi178 bash[77880]: audit 2024-03-21T13:12:11.984852+0000 mon.a (mon.0) 7876 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:12.233 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:12 smithi178 bash[77880]: audit 2024-03-21T13:12:11.987779+0000 mon.a (mon.0) 7877 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:12.233 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:12 smithi178 bash[77880]: audit 2024-03-21T13:12:11.991678+0000 mon.a (mon.0) 7878 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:12.233 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:12 smithi178 bash[77880]: audit 2024-03-21T13:12:11.992940+0000 mon.a (mon.0) 7879 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:12.233 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:12 smithi178 bash[77880]: audit 2024-03-21T13:12:12.003607+0000 mon.a (mon.0) 7880 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:12.463 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:12 smithi184 bash[59794]: cluster 2024-03-21T13:12:10.300608+0000 mgr.x (mgr.34104) 5080 : cluster [DBG] pgmap v3361: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-03-21T13:12:12.463 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:12 smithi184 bash[59794]: cluster 2024-03-21T13:12:10.300945+0000 mgr.x (mgr.34104) 5081 : cluster [DBG] pgmap v3362: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 3.2 KiB/s rd, 3 op/s 2024-03-21T13:12:12.463 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:12 smithi184 bash[59794]: cephadm 2024-03-21T13:12:10.310936+0000 mgr.x (mgr.34104) 5082 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:12.463 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:12 smithi184 bash[59794]: cluster 2024-03-21T13:12:10.399644+0000 mgr.x (mgr.34104) 5083 : cluster [DBG] pgmap v3363: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:12.463 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:12 smithi184 bash[59794]: cluster 2024-03-21T13:12:10.399918+0000 mgr.x (mgr.34104) 5084 : cluster [DBG] pgmap v3364: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:12.463 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:12 smithi184 bash[59794]: cephadm 2024-03-21T13:12:10.409544+0000 mgr.x (mgr.34104) 5085 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:12.463 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:12 smithi184 bash[59794]: cluster 2024-03-21T13:12:10.500053+0000 mgr.x (mgr.34104) 5086 : cluster [DBG] pgmap v3365: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:12.463 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:12 smithi184 bash[59794]: cluster 2024-03-21T13:12:10.500333+0000 mgr.x (mgr.34104) 5087 : cluster [DBG] pgmap v3366: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:12.464 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:12 smithi184 bash[59794]: cephadm 2024-03-21T13:12:10.510317+0000 mgr.x (mgr.34104) 5088 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:12.464 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:12 smithi184 bash[59794]: cluster 2024-03-21T13:12:10.604285+0000 mgr.x (mgr.34104) 5089 : cluster [DBG] pgmap v3367: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:12.464 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:12 smithi184 bash[59794]: cluster 2024-03-21T13:12:10.604546+0000 mgr.x (mgr.34104) 5090 : cluster [DBG] pgmap v3368: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:12.464 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:12 smithi184 bash[59794]: cephadm 2024-03-21T13:12:10.614706+0000 mgr.x (mgr.34104) 5091 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:12.464 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:12 smithi184 bash[59794]: cluster 2024-03-21T13:12:10.702812+0000 mgr.x (mgr.34104) 5092 : cluster [DBG] pgmap v3369: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:12.464 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:12 smithi184 bash[59794]: cluster 2024-03-21T13:12:10.703315+0000 mgr.x (mgr.34104) 5093 : cluster [DBG] pgmap v3370: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:12.464 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:12 smithi184 bash[59794]: cephadm 2024-03-21T13:12:10.711088+0000 mgr.x (mgr.34104) 5094 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:12.464 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:12 smithi184 bash[59794]: cluster 2024-03-21T13:12:10.805079+0000 mgr.x (mgr.34104) 5095 : cluster [DBG] pgmap v3371: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:12.464 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:12 smithi184 bash[59794]: cluster 2024-03-21T13:12:10.805534+0000 mgr.x (mgr.34104) 5096 : cluster [DBG] pgmap v3372: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:12.464 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:12 smithi184 bash[59794]: cephadm 2024-03-21T13:12:10.815209+0000 mgr.x (mgr.34104) 5097 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:12.464 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:12 smithi184 bash[59794]: cluster 2024-03-21T13:12:10.905913+0000 mgr.x (mgr.34104) 5098 : cluster [DBG] pgmap v3373: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:12.464 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:12 smithi184 bash[59794]: cluster 2024-03-21T13:12:10.906363+0000 mgr.x (mgr.34104) 5099 : cluster [DBG] pgmap v3374: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:12.464 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:12 smithi184 bash[59794]: cephadm 2024-03-21T13:12:10.916427+0000 mgr.x (mgr.34104) 5100 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:12.464 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:12 smithi184 bash[59794]: cluster 2024-03-21T13:12:11.004876+0000 mgr.x (mgr.34104) 5101 : cluster [DBG] pgmap v3375: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:12.464 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:12 smithi184 bash[59794]: cluster 2024-03-21T13:12:11.005178+0000 mgr.x (mgr.34104) 5102 : cluster [DBG] pgmap v3376: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:12.465 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:12 smithi184 bash[59794]: cephadm 2024-03-21T13:12:11.011452+0000 mgr.x (mgr.34104) 5103 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:12.465 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:12 smithi184 bash[59794]: cluster 2024-03-21T13:12:11.087863+0000 mon.a (mon.0) 7830 : cluster [WRN] Health check update: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-21T13:12:12.465 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:12 smithi184 bash[59794]: audit 2024-03-21T13:12:11.094358+0000 mon.a (mon.0) 7831 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:12.465 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:12 smithi184 bash[59794]: audit 2024-03-21T13:12:11.096440+0000 mon.a (mon.0) 7832 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:12.465 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:12 smithi184 bash[59794]: audit 2024-03-21T13:12:11.098753+0000 mon.a (mon.0) 7833 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:12.465 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:12 smithi184 bash[59794]: audit 2024-03-21T13:12:11.099908+0000 mon.a (mon.0) 7834 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:12.465 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:12 smithi184 bash[59794]: cluster 2024-03-21T13:12:11.101942+0000 mgr.x (mgr.34104) 5104 : cluster [DBG] pgmap v3377: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:12.465 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:12 smithi184 bash[59794]: cluster 2024-03-21T13:12:11.102241+0000 mgr.x (mgr.34104) 5105 : cluster [DBG] pgmap v3378: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:12.465 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:12 smithi184 bash[59794]: audit 2024-03-21T13:12:11.107247+0000 mon.a (mon.0) 7835 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:12.465 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:12 smithi184 bash[59794]: cephadm 2024-03-21T13:12:11.108410+0000 mgr.x (mgr.34104) 5106 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:12.465 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:12 smithi184 bash[59794]: audit 2024-03-21T13:12:11.188957+0000 mon.a (mon.0) 7836 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:12.465 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:12 smithi184 bash[59794]: audit 2024-03-21T13:12:11.191780+0000 mon.a (mon.0) 7837 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:12.465 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:12 smithi184 bash[59794]: audit 2024-03-21T13:12:11.194990+0000 mon.a (mon.0) 7838 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:12.465 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:12 smithi184 bash[59794]: audit 2024-03-21T13:12:11.196289+0000 mon.a (mon.0) 7839 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:12.466 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:12 smithi184 bash[59794]: cluster 2024-03-21T13:12:11.198769+0000 mgr.x (mgr.34104) 5107 : cluster [DBG] pgmap v3379: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:12.466 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:12 smithi184 bash[59794]: cluster 2024-03-21T13:12:11.199217+0000 mgr.x (mgr.34104) 5108 : cluster [DBG] pgmap v3380: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:12.466 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:12 smithi184 bash[59794]: audit 2024-03-21T13:12:11.207726+0000 mon.a (mon.0) 7840 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:12.466 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:12 smithi184 bash[59794]: cephadm 2024-03-21T13:12:11.208890+0000 mgr.x (mgr.34104) 5109 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:12.466 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:12 smithi184 bash[59794]: audit 2024-03-21T13:12:11.284927+0000 mon.a (mon.0) 7841 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:12.466 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:12 smithi184 bash[59794]: audit 2024-03-21T13:12:11.287556+0000 mon.a (mon.0) 7842 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:12.467 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:12 smithi184 bash[59794]: audit 2024-03-21T13:12:11.292101+0000 mon.a (mon.0) 7843 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:12.467 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:12 smithi184 bash[59794]: audit 2024-03-21T13:12:11.293606+0000 mon.a (mon.0) 7844 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:12.467 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:12 smithi184 bash[59794]: audit 2024-03-21T13:12:11.303969+0000 mon.a (mon.0) 7845 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:12.467 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:12 smithi184 bash[59794]: audit 2024-03-21T13:12:11.383010+0000 mon.a (mon.0) 7846 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:12.467 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:12 smithi184 bash[59794]: audit 2024-03-21T13:12:11.386269+0000 mon.a (mon.0) 7847 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:12.467 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:12 smithi184 bash[59794]: audit 2024-03-21T13:12:11.390232+0000 mon.a (mon.0) 7848 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:12.467 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:12 smithi184 bash[59794]: audit 2024-03-21T13:12:11.391787+0000 mon.a (mon.0) 7849 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:12.468 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:12 smithi184 bash[59794]: audit 2024-03-21T13:12:11.404841+0000 mon.a (mon.0) 7850 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:12.468 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:12 smithi184 bash[59794]: audit 2024-03-21T13:12:11.488127+0000 mon.a (mon.0) 7851 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:12.468 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:12 smithi184 bash[59794]: audit 2024-03-21T13:12:11.490948+0000 mon.a (mon.0) 7852 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:12.468 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:12 smithi184 bash[59794]: audit 2024-03-21T13:12:11.494205+0000 mon.a (mon.0) 7853 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:12.468 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:12 smithi184 bash[59794]: audit 2024-03-21T13:12:11.495488+0000 mon.a (mon.0) 7854 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:12.468 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:12 smithi184 bash[59794]: audit 2024-03-21T13:12:11.506313+0000 mon.a (mon.0) 7855 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:12.468 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:12 smithi184 bash[59794]: audit 2024-03-21T13:12:11.590147+0000 mon.a (mon.0) 7856 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:12.468 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:12 smithi184 bash[59794]: audit 2024-03-21T13:12:11.592731+0000 mon.a (mon.0) 7857 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:12.468 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:12 smithi184 bash[59794]: audit 2024-03-21T13:12:11.596421+0000 mon.a (mon.0) 7858 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:12.468 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:12 smithi184 bash[59794]: audit 2024-03-21T13:12:11.597680+0000 mon.a (mon.0) 7859 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:12.468 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:12 smithi184 bash[59794]: audit 2024-03-21T13:12:11.609084+0000 mon.a (mon.0) 7860 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:12.468 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:12 smithi184 bash[59794]: audit 2024-03-21T13:12:11.691811+0000 mon.a (mon.0) 7861 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:12.468 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:12 smithi184 bash[59794]: audit 2024-03-21T13:12:11.694531+0000 mon.a (mon.0) 7862 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:12.468 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:12 smithi184 bash[59794]: audit 2024-03-21T13:12:11.698132+0000 mon.a (mon.0) 7863 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:12.469 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:12 smithi184 bash[59794]: audit 2024-03-21T13:12:11.699633+0000 mon.a (mon.0) 7864 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:12.469 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:12 smithi184 bash[59794]: audit 2024-03-21T13:12:11.711494+0000 mon.a (mon.0) 7865 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:12.469 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:12 smithi184 bash[59794]: audit 2024-03-21T13:12:11.794513+0000 mon.a (mon.0) 7866 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:12.469 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:12 smithi184 bash[59794]: audit 2024-03-21T13:12:11.797507+0000 mon.a (mon.0) 7867 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:12.469 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:12 smithi184 bash[59794]: audit 2024-03-21T13:12:11.800417+0000 mon.a (mon.0) 7868 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:12.469 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:12 smithi184 bash[59794]: audit 2024-03-21T13:12:11.801840+0000 mon.a (mon.0) 7869 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:12.469 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:12 smithi184 bash[59794]: audit 2024-03-21T13:12:11.812320+0000 mon.a (mon.0) 7870 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:12.469 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:12 smithi184 bash[59794]: audit 2024-03-21T13:12:11.892596+0000 mon.a (mon.0) 7871 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:12.469 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:12 smithi184 bash[59794]: audit 2024-03-21T13:12:11.894670+0000 mon.a (mon.0) 7872 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:12.470 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:12 smithi184 bash[59794]: audit 2024-03-21T13:12:11.897693+0000 mon.a (mon.0) 7873 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:12.470 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:12 smithi184 bash[59794]: audit 2024-03-21T13:12:11.898604+0000 mon.a (mon.0) 7874 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:12.470 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:12 smithi184 bash[59794]: audit 2024-03-21T13:12:11.906786+0000 mon.a (mon.0) 7875 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:12.470 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:12 smithi184 bash[59794]: audit 2024-03-21T13:12:11.984852+0000 mon.a (mon.0) 7876 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:12.471 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:12 smithi184 bash[59794]: audit 2024-03-21T13:12:11.987779+0000 mon.a (mon.0) 7877 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:12.471 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:12 smithi184 bash[59794]: audit 2024-03-21T13:12:11.991678+0000 mon.a (mon.0) 7878 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:12.471 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:12 smithi184 bash[59794]: audit 2024-03-21T13:12:11.992940+0000 mon.a (mon.0) 7879 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:12.471 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:12 smithi184 bash[59794]: audit 2024-03-21T13:12:12.003607+0000 mon.a (mon.0) 7880 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:13.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:13 smithi178 bash[75692]: cluster 2024-03-21T13:12:11.295884+0000 mgr.x (mgr.34104) 5110 : cluster [DBG] pgmap v3381: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:13.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:13 smithi178 bash[75692]: cluster 2024-03-21T13:12:11.296134+0000 mgr.x (mgr.34104) 5111 : cluster [DBG] pgmap v3382: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:13.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:13 smithi178 bash[75692]: cephadm 2024-03-21T13:12:11.305141+0000 mgr.x (mgr.34104) 5112 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:13.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:13 smithi178 bash[75692]: cluster 2024-03-21T13:12:11.394638+0000 mgr.x (mgr.34104) 5113 : cluster [DBG] pgmap v3383: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:13.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:13 smithi178 bash[75692]: cluster 2024-03-21T13:12:11.394871+0000 mgr.x (mgr.34104) 5114 : cluster [DBG] pgmap v3384: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:13.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:13 smithi178 bash[75692]: cephadm 2024-03-21T13:12:11.406098+0000 mgr.x (mgr.34104) 5115 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:13.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:13 smithi178 bash[75692]: cluster 2024-03-21T13:12:11.497959+0000 mgr.x (mgr.34104) 5116 : cluster [DBG] pgmap v3385: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:13.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:13 smithi178 bash[75692]: cluster 2024-03-21T13:12:11.498417+0000 mgr.x (mgr.34104) 5117 : cluster [DBG] pgmap v3386: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:13.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:13 smithi178 bash[75692]: cephadm 2024-03-21T13:12:11.507637+0000 mgr.x (mgr.34104) 5118 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:13.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:13 smithi178 bash[75692]: cluster 2024-03-21T13:12:11.600229+0000 mgr.x (mgr.34104) 5119 : cluster [DBG] pgmap v3387: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:13.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:13 smithi178 bash[75692]: cluster 2024-03-21T13:12:11.600753+0000 mgr.x (mgr.34104) 5120 : cluster [DBG] pgmap v3388: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:13.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:13 smithi178 bash[75692]: cephadm 2024-03-21T13:12:11.610490+0000 mgr.x (mgr.34104) 5121 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:13.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:13 smithi178 bash[75692]: cluster 2024-03-21T13:12:11.702536+0000 mgr.x (mgr.34104) 5122 : cluster [DBG] pgmap v3389: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:13.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:13 smithi178 bash[75692]: cluster 2024-03-21T13:12:11.702841+0000 mgr.x (mgr.34104) 5123 : cluster [DBG] pgmap v3390: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:13.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:13 smithi178 bash[75692]: cephadm 2024-03-21T13:12:11.712869+0000 mgr.x (mgr.34104) 5124 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:13.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:13 smithi178 bash[75692]: cluster 2024-03-21T13:12:11.804377+0000 mgr.x (mgr.34104) 5125 : cluster [DBG] pgmap v3391: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:13.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:13 smithi178 bash[75692]: cluster 2024-03-21T13:12:11.804873+0000 mgr.x (mgr.34104) 5126 : cluster [DBG] pgmap v3392: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:13.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:13 smithi178 bash[75692]: cephadm 2024-03-21T13:12:11.813479+0000 mgr.x (mgr.34104) 5127 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:13.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:13 smithi178 bash[75692]: cluster 2024-03-21T13:12:11.900592+0000 mgr.x (mgr.34104) 5128 : cluster [DBG] pgmap v3393: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:13.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:13 smithi178 bash[75692]: cluster 2024-03-21T13:12:11.900820+0000 mgr.x (mgr.34104) 5129 : cluster [DBG] pgmap v3394: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:13.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:13 smithi178 bash[77880]: cluster 2024-03-21T13:12:11.295884+0000 mgr.x (mgr.34104) 5110 : cluster [DBG] pgmap v3381: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:13.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:13 smithi178 bash[77880]: cluster 2024-03-21T13:12:11.296134+0000 mgr.x (mgr.34104) 5111 : cluster [DBG] pgmap v3382: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:13.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:13 smithi178 bash[77880]: cephadm 2024-03-21T13:12:11.305141+0000 mgr.x (mgr.34104) 5112 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:13.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:13 smithi178 bash[77880]: cluster 2024-03-21T13:12:11.394638+0000 mgr.x (mgr.34104) 5113 : cluster [DBG] pgmap v3383: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:13.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:13 smithi178 bash[77880]: cluster 2024-03-21T13:12:11.394871+0000 mgr.x (mgr.34104) 5114 : cluster [DBG] pgmap v3384: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:13.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:13 smithi178 bash[77880]: cephadm 2024-03-21T13:12:11.406098+0000 mgr.x (mgr.34104) 5115 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:13.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:13 smithi178 bash[77880]: cluster 2024-03-21T13:12:11.497959+0000 mgr.x (mgr.34104) 5116 : cluster [DBG] pgmap v3385: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:13.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:13 smithi178 bash[77880]: cluster 2024-03-21T13:12:11.498417+0000 mgr.x (mgr.34104) 5117 : cluster [DBG] pgmap v3386: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:13.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:13 smithi178 bash[77880]: cephadm 2024-03-21T13:12:11.507637+0000 mgr.x (mgr.34104) 5118 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:13.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:13 smithi178 bash[77880]: cluster 2024-03-21T13:12:11.600229+0000 mgr.x (mgr.34104) 5119 : cluster [DBG] pgmap v3387: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:13.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:13 smithi178 bash[77880]: cluster 2024-03-21T13:12:11.600753+0000 mgr.x (mgr.34104) 5120 : cluster [DBG] pgmap v3388: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:13.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:13 smithi178 bash[77880]: cephadm 2024-03-21T13:12:11.610490+0000 mgr.x (mgr.34104) 5121 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:13.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:13 smithi178 bash[77880]: cluster 2024-03-21T13:12:11.702536+0000 mgr.x (mgr.34104) 5122 : cluster [DBG] pgmap v3389: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:13.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:13 smithi178 bash[77880]: cluster 2024-03-21T13:12:11.702841+0000 mgr.x (mgr.34104) 5123 : cluster [DBG] pgmap v3390: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:13.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:13 smithi178 bash[77880]: cephadm 2024-03-21T13:12:11.712869+0000 mgr.x (mgr.34104) 5124 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:13.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:13 smithi178 bash[77880]: cluster 2024-03-21T13:12:11.804377+0000 mgr.x (mgr.34104) 5125 : cluster [DBG] pgmap v3391: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:13.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:13 smithi178 bash[77880]: cluster 2024-03-21T13:12:11.804873+0000 mgr.x (mgr.34104) 5126 : cluster [DBG] pgmap v3392: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:13.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:13 smithi178 bash[77880]: cephadm 2024-03-21T13:12:11.813479+0000 mgr.x (mgr.34104) 5127 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:13.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:13 smithi178 bash[77880]: cluster 2024-03-21T13:12:11.900592+0000 mgr.x (mgr.34104) 5128 : cluster [DBG] pgmap v3393: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:13.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:13 smithi178 bash[77880]: cluster 2024-03-21T13:12:11.900820+0000 mgr.x (mgr.34104) 5129 : cluster [DBG] pgmap v3394: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:13.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:13 smithi178 bash[75692]: cephadm 2024-03-21T13:12:11.907893+0000 mgr.x (mgr.34104) 5130 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:13.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:13 smithi178 bash[75692]: cluster 2024-03-21T13:12:11.995936+0000 mgr.x (mgr.34104) 5131 : cluster [DBG] pgmap v3395: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:13.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:13 smithi178 bash[75692]: cluster 2024-03-21T13:12:11.996565+0000 mgr.x (mgr.34104) 5132 : cluster [DBG] pgmap v3396: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:13.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:13 smithi178 bash[75692]: cephadm 2024-03-21T13:12:12.004953+0000 mgr.x (mgr.34104) 5133 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:13.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:13 smithi178 bash[75692]: audit 2024-03-21T13:12:12.099152+0000 mon.a (mon.0) 7881 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:13.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:13 smithi178 bash[75692]: audit 2024-03-21T13:12:12.101278+0000 mon.a (mon.0) 7882 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:13.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:13 smithi178 bash[75692]: audit 2024-03-21T13:12:12.104155+0000 mon.a (mon.0) 7883 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:13.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:13 smithi178 bash[75692]: audit 2024-03-21T13:12:12.105057+0000 mon.a (mon.0) 7884 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:13.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:13 smithi178 bash[75692]: cluster 2024-03-21T13:12:12.107224+0000 mgr.x (mgr.34104) 5134 : cluster [DBG] pgmap v3397: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:13.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:13 smithi178 bash[75692]: cluster 2024-03-21T13:12:12.107544+0000 mgr.x (mgr.34104) 5135 : cluster [DBG] pgmap v3398: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:13.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:13 smithi178 bash[75692]: audit 2024-03-21T13:12:12.112758+0000 mon.a (mon.0) 7885 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:13.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:13 smithi178 bash[75692]: cephadm 2024-03-21T13:12:12.113938+0000 mgr.x (mgr.34104) 5136 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:13.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:13 smithi178 bash[75692]: audit 2024-03-21T13:12:12.195926+0000 mon.a (mon.0) 7886 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:13.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:13 smithi178 bash[75692]: audit 2024-03-21T13:12:12.198743+0000 mon.a (mon.0) 7887 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:13.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:13 smithi178 bash[75692]: audit 2024-03-21T13:12:12.202720+0000 mon.a (mon.0) 7888 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:13.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:13 smithi178 bash[75692]: audit 2024-03-21T13:12:12.204442+0000 mon.a (mon.0) 7889 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:13.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:13 smithi178 bash[75692]: cluster 2024-03-21T13:12:12.207712+0000 mgr.x (mgr.34104) 5137 : cluster [DBG] pgmap v3399: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:13.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:13 smithi178 bash[75692]: cluster 2024-03-21T13:12:12.207979+0000 mgr.x (mgr.34104) 5138 : cluster [DBG] pgmap v3400: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:13.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:13 smithi178 bash[75692]: audit 2024-03-21T13:12:12.217008+0000 mon.a (mon.0) 7890 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:13.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:13 smithi178 bash[75692]: cephadm 2024-03-21T13:12:12.218347+0000 mgr.x (mgr.34104) 5139 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:13.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:13 smithi178 bash[77880]: cephadm 2024-03-21T13:12:11.907893+0000 mgr.x (mgr.34104) 5130 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:13.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:13 smithi178 bash[77880]: cluster 2024-03-21T13:12:11.995936+0000 mgr.x (mgr.34104) 5131 : cluster [DBG] pgmap v3395: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:13.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:13 smithi178 bash[77880]: cluster 2024-03-21T13:12:11.996565+0000 mgr.x (mgr.34104) 5132 : cluster [DBG] pgmap v3396: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:13.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:13 smithi178 bash[77880]: cephadm 2024-03-21T13:12:12.004953+0000 mgr.x (mgr.34104) 5133 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:13.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:13 smithi178 bash[77880]: audit 2024-03-21T13:12:12.099152+0000 mon.a (mon.0) 7881 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:13.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:13 smithi178 bash[77880]: audit 2024-03-21T13:12:12.101278+0000 mon.a (mon.0) 7882 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:13.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:13 smithi178 bash[77880]: audit 2024-03-21T13:12:12.104155+0000 mon.a (mon.0) 7883 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:13.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:13 smithi178 bash[77880]: audit 2024-03-21T13:12:12.105057+0000 mon.a (mon.0) 7884 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:13.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:13 smithi178 bash[77880]: cluster 2024-03-21T13:12:12.107224+0000 mgr.x (mgr.34104) 5134 : cluster [DBG] pgmap v3397: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:13.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:13 smithi178 bash[77880]: cluster 2024-03-21T13:12:12.107544+0000 mgr.x (mgr.34104) 5135 : cluster [DBG] pgmap v3398: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:13.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:13 smithi178 bash[77880]: audit 2024-03-21T13:12:12.112758+0000 mon.a (mon.0) 7885 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:13.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:13 smithi178 bash[77880]: cephadm 2024-03-21T13:12:12.113938+0000 mgr.x (mgr.34104) 5136 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:13.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:13 smithi178 bash[77880]: audit 2024-03-21T13:12:12.195926+0000 mon.a (mon.0) 7886 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:13.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:13 smithi178 bash[77880]: audit 2024-03-21T13:12:12.198743+0000 mon.a (mon.0) 7887 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:13.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:13 smithi178 bash[77880]: audit 2024-03-21T13:12:12.202720+0000 mon.a (mon.0) 7888 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:13.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:13 smithi178 bash[77880]: audit 2024-03-21T13:12:12.204442+0000 mon.a (mon.0) 7889 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:13.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:13 smithi178 bash[77880]: cluster 2024-03-21T13:12:12.207712+0000 mgr.x (mgr.34104) 5137 : cluster [DBG] pgmap v3399: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:13.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:13 smithi178 bash[77880]: cluster 2024-03-21T13:12:12.207979+0000 mgr.x (mgr.34104) 5138 : cluster [DBG] pgmap v3400: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:13.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:13 smithi178 bash[77880]: audit 2024-03-21T13:12:12.217008+0000 mon.a (mon.0) 7890 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:13.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:13 smithi178 bash[77880]: cephadm 2024-03-21T13:12:12.218347+0000 mgr.x (mgr.34104) 5139 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:13.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:13 smithi178 bash[75692]: audit 2024-03-21T13:12:12.296174+0000 mon.a (mon.0) 7891 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:13.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:13 smithi178 bash[75692]: audit 2024-03-21T13:12:12.299061+0000 mon.a (mon.0) 7892 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:13.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:13 smithi178 bash[75692]: audit 2024-03-21T13:12:12.302712+0000 mon.a (mon.0) 7893 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:13.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:13 smithi178 bash[75692]: audit 2024-03-21T13:12:12.304150+0000 mon.a (mon.0) 7894 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:13.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:13 smithi178 bash[75692]: audit 2024-03-21T13:12:12.315623+0000 mon.a (mon.0) 7895 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:13.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:13 smithi178 bash[75692]: audit 2024-03-21T13:12:12.394692+0000 mon.a (mon.0) 7896 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:13.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:13 smithi178 bash[75692]: audit 2024-03-21T13:12:12.398311+0000 mon.a (mon.0) 7897 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:13.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:13 smithi178 bash[75692]: audit 2024-03-21T13:12:12.404861+0000 mon.a (mon.0) 7898 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:13.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:13 smithi178 bash[75692]: audit 2024-03-21T13:12:12.407218+0000 mon.a (mon.0) 7899 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:13.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:13 smithi178 bash[75692]: audit 2024-03-21T13:12:12.422040+0000 mon.a (mon.0) 7900 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:13.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:13 smithi178 bash[75692]: audit 2024-03-21T13:12:12.504246+0000 mon.a (mon.0) 7901 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:13.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:13 smithi178 bash[75692]: audit 2024-03-21T13:12:12.507102+0000 mon.a (mon.0) 7902 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:13.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:13 smithi178 bash[75692]: audit 2024-03-21T13:12:12.509983+0000 mon.a (mon.0) 7903 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:13.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:13 smithi178 bash[75692]: audit 2024-03-21T13:12:12.511198+0000 mon.a (mon.0) 7904 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:13.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:13 smithi178 bash[75692]: audit 2024-03-21T13:12:12.522642+0000 mon.a (mon.0) 7905 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:13.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:13 smithi178 bash[75692]: audit 2024-03-21T13:12:12.598582+0000 mon.a (mon.0) 7906 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:13.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:13 smithi178 bash[75692]: audit 2024-03-21T13:12:12.601509+0000 mon.a (mon.0) 7907 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:13.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:13 smithi178 bash[75692]: audit 2024-03-21T13:12:12.605666+0000 mon.a (mon.0) 7908 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:13.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:13 smithi178 bash[75692]: audit 2024-03-21T13:12:12.609444+0000 mon.a (mon.0) 7909 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:13.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:13 smithi178 bash[77880]: audit 2024-03-21T13:12:12.296174+0000 mon.a (mon.0) 7891 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:13.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:13 smithi178 bash[77880]: audit 2024-03-21T13:12:12.299061+0000 mon.a (mon.0) 7892 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:13.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:13 smithi178 bash[77880]: audit 2024-03-21T13:12:12.302712+0000 mon.a (mon.0) 7893 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:13.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:13 smithi178 bash[77880]: audit 2024-03-21T13:12:12.304150+0000 mon.a (mon.0) 7894 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:13.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:13 smithi178 bash[77880]: audit 2024-03-21T13:12:12.315623+0000 mon.a (mon.0) 7895 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:13.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:13 smithi178 bash[77880]: audit 2024-03-21T13:12:12.394692+0000 mon.a (mon.0) 7896 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:13.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:13 smithi178 bash[77880]: audit 2024-03-21T13:12:12.398311+0000 mon.a (mon.0) 7897 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:13.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:13 smithi178 bash[77880]: audit 2024-03-21T13:12:12.404861+0000 mon.a (mon.0) 7898 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:13.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:13 smithi178 bash[77880]: audit 2024-03-21T13:12:12.407218+0000 mon.a (mon.0) 7899 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:13.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:13 smithi178 bash[77880]: audit 2024-03-21T13:12:12.422040+0000 mon.a (mon.0) 7900 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:13.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:13 smithi178 bash[77880]: audit 2024-03-21T13:12:12.504246+0000 mon.a (mon.0) 7901 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:13.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:13 smithi178 bash[77880]: audit 2024-03-21T13:12:12.507102+0000 mon.a (mon.0) 7902 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:13.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:13 smithi178 bash[77880]: audit 2024-03-21T13:12:12.509983+0000 mon.a (mon.0) 7903 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:13.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:13 smithi178 bash[77880]: audit 2024-03-21T13:12:12.511198+0000 mon.a (mon.0) 7904 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:13.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:13 smithi178 bash[77880]: audit 2024-03-21T13:12:12.522642+0000 mon.a (mon.0) 7905 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:13.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:13 smithi178 bash[77880]: audit 2024-03-21T13:12:12.598582+0000 mon.a (mon.0) 7906 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:13.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:13 smithi178 bash[77880]: audit 2024-03-21T13:12:12.601509+0000 mon.a (mon.0) 7907 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:13.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:13 smithi178 bash[77880]: audit 2024-03-21T13:12:12.605666+0000 mon.a (mon.0) 7908 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:13.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:13 smithi178 bash[77880]: audit 2024-03-21T13:12:12.609444+0000 mon.a (mon.0) 7909 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:13.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:13 smithi178 bash[75692]: audit 2024-03-21T13:12:12.621308+0000 mon.a (mon.0) 7910 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:13.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:13 smithi178 bash[75692]: audit 2024-03-21T13:12:12.701143+0000 mon.a (mon.0) 7911 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:13.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:13 smithi178 bash[75692]: audit 2024-03-21T13:12:12.704297+0000 mon.a (mon.0) 7912 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:13.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:13 smithi178 bash[75692]: audit 2024-03-21T13:12:12.708006+0000 mon.a (mon.0) 7913 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:13.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:13 smithi178 bash[75692]: audit 2024-03-21T13:12:12.709458+0000 mon.a (mon.0) 7914 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:13.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:13 smithi178 bash[75692]: audit 2024-03-21T13:12:12.721341+0000 mon.a (mon.0) 7915 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:13.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:13 smithi178 bash[75692]: audit 2024-03-21T13:12:12.801616+0000 mon.a (mon.0) 7916 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:13.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:13 smithi178 bash[75692]: audit 2024-03-21T13:12:12.804374+0000 mon.a (mon.0) 7917 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:13.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:13 smithi178 bash[75692]: audit 2024-03-21T13:12:12.807144+0000 mon.a (mon.0) 7918 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:13.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:13 smithi178 bash[75692]: audit 2024-03-21T13:12:12.808570+0000 mon.a (mon.0) 7919 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:13.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:13 smithi178 bash[75692]: audit 2024-03-21T13:12:12.820499+0000 mon.a (mon.0) 7920 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:13.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:13 smithi178 bash[75692]: audit 2024-03-21T13:12:12.901305+0000 mon.a (mon.0) 7921 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:13.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:13 smithi178 bash[75692]: audit 2024-03-21T13:12:12.903884+0000 mon.a (mon.0) 7922 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:13.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:13 smithi178 bash[75692]: audit 2024-03-21T13:12:12.907056+0000 mon.a (mon.0) 7923 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:13.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:13 smithi178 bash[75692]: audit 2024-03-21T13:12:12.908188+0000 mon.a (mon.0) 7924 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:13.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:13 smithi178 bash[75692]: audit 2024-03-21T13:12:12.918238+0000 mon.a (mon.0) 7925 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:13.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:13 smithi178 bash[75692]: audit 2024-03-21T13:12:13.000212+0000 mon.a (mon.0) 7926 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:13.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:13 smithi178 bash[75692]: audit 2024-03-21T13:12:13.003090+0000 mon.a (mon.0) 7927 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:13.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:13 smithi178 bash[75692]: audit 2024-03-21T13:12:13.006177+0000 mon.a (mon.0) 7928 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:13.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:13 smithi178 bash[75692]: audit 2024-03-21T13:12:13.007370+0000 mon.a (mon.0) 7929 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:13.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:13 smithi178 bash[75692]: audit 2024-03-21T13:12:13.016987+0000 mon.a (mon.0) 7930 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:13.309 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:13 smithi178 bash[77880]: audit 2024-03-21T13:12:12.621308+0000 mon.a (mon.0) 7910 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:13.309 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:13 smithi178 bash[77880]: audit 2024-03-21T13:12:12.701143+0000 mon.a (mon.0) 7911 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:13.310 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:13 smithi178 bash[77880]: audit 2024-03-21T13:12:12.704297+0000 mon.a (mon.0) 7912 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:13.310 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:13 smithi178 bash[77880]: audit 2024-03-21T13:12:12.708006+0000 mon.a (mon.0) 7913 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:13.310 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:13 smithi178 bash[77880]: audit 2024-03-21T13:12:12.709458+0000 mon.a (mon.0) 7914 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:13.310 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:13 smithi178 bash[77880]: audit 2024-03-21T13:12:12.721341+0000 mon.a (mon.0) 7915 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:13.310 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:13 smithi178 bash[77880]: audit 2024-03-21T13:12:12.801616+0000 mon.a (mon.0) 7916 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:13.310 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:13 smithi178 bash[77880]: audit 2024-03-21T13:12:12.804374+0000 mon.a (mon.0) 7917 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:13.310 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:13 smithi178 bash[77880]: audit 2024-03-21T13:12:12.807144+0000 mon.a (mon.0) 7918 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:13.310 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:13 smithi178 bash[77880]: audit 2024-03-21T13:12:12.808570+0000 mon.a (mon.0) 7919 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:13.310 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:13 smithi178 bash[77880]: audit 2024-03-21T13:12:12.820499+0000 mon.a (mon.0) 7920 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:13.310 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:13 smithi178 bash[77880]: audit 2024-03-21T13:12:12.901305+0000 mon.a (mon.0) 7921 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:13.310 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:13 smithi178 bash[77880]: audit 2024-03-21T13:12:12.903884+0000 mon.a (mon.0) 7922 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:13.310 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:13 smithi178 bash[77880]: audit 2024-03-21T13:12:12.907056+0000 mon.a (mon.0) 7923 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:13.310 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:13 smithi178 bash[77880]: audit 2024-03-21T13:12:12.908188+0000 mon.a (mon.0) 7924 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:13.310 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:13 smithi178 bash[77880]: audit 2024-03-21T13:12:12.918238+0000 mon.a (mon.0) 7925 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:13.310 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:13 smithi178 bash[77880]: audit 2024-03-21T13:12:13.000212+0000 mon.a (mon.0) 7926 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:13.311 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:13 smithi178 bash[77880]: audit 2024-03-21T13:12:13.003090+0000 mon.a (mon.0) 7927 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:13.311 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:13 smithi178 bash[77880]: audit 2024-03-21T13:12:13.006177+0000 mon.a (mon.0) 7928 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:13.311 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:13 smithi178 bash[77880]: audit 2024-03-21T13:12:13.007370+0000 mon.a (mon.0) 7929 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:13.311 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:13 smithi178 bash[77880]: audit 2024-03-21T13:12:13.016987+0000 mon.a (mon.0) 7930 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:13.485 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:13 smithi184 bash[59794]: cluster 2024-03-21T13:12:11.295884+0000 mgr.x (mgr.34104) 5110 : cluster [DBG] pgmap v3381: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:13.485 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:13 smithi184 bash[59794]: cluster 2024-03-21T13:12:11.296134+0000 mgr.x (mgr.34104) 5111 : cluster [DBG] pgmap v3382: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:13.486 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:13 smithi184 bash[59794]: cephadm 2024-03-21T13:12:11.305141+0000 mgr.x (mgr.34104) 5112 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:13.486 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:13 smithi184 bash[59794]: cluster 2024-03-21T13:12:11.394638+0000 mgr.x (mgr.34104) 5113 : cluster [DBG] pgmap v3383: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:13.486 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:13 smithi184 bash[59794]: cluster 2024-03-21T13:12:11.394871+0000 mgr.x (mgr.34104) 5114 : cluster [DBG] pgmap v3384: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:13.486 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:13 smithi184 bash[59794]: cephadm 2024-03-21T13:12:11.406098+0000 mgr.x (mgr.34104) 5115 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:13.486 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:13 smithi184 bash[59794]: cluster 2024-03-21T13:12:11.497959+0000 mgr.x (mgr.34104) 5116 : cluster [DBG] pgmap v3385: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:13.486 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:13 smithi184 bash[59794]: cluster 2024-03-21T13:12:11.498417+0000 mgr.x (mgr.34104) 5117 : cluster [DBG] pgmap v3386: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:13.486 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:13 smithi184 bash[59794]: cephadm 2024-03-21T13:12:11.507637+0000 mgr.x (mgr.34104) 5118 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:13.486 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:13 smithi184 bash[59794]: cluster 2024-03-21T13:12:11.600229+0000 mgr.x (mgr.34104) 5119 : cluster [DBG] pgmap v3387: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:13.486 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:13 smithi184 bash[59794]: cluster 2024-03-21T13:12:11.600753+0000 mgr.x (mgr.34104) 5120 : cluster [DBG] pgmap v3388: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:13.486 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:13 smithi184 bash[59794]: cephadm 2024-03-21T13:12:11.610490+0000 mgr.x (mgr.34104) 5121 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:13.486 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:13 smithi184 bash[59794]: cluster 2024-03-21T13:12:11.702536+0000 mgr.x (mgr.34104) 5122 : cluster [DBG] pgmap v3389: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:13.486 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:13 smithi184 bash[59794]: cluster 2024-03-21T13:12:11.702841+0000 mgr.x (mgr.34104) 5123 : cluster [DBG] pgmap v3390: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:13.486 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:13 smithi184 bash[59794]: cephadm 2024-03-21T13:12:11.712869+0000 mgr.x (mgr.34104) 5124 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:13.486 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:13 smithi184 bash[59794]: cluster 2024-03-21T13:12:11.804377+0000 mgr.x (mgr.34104) 5125 : cluster [DBG] pgmap v3391: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:13.487 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:13 smithi184 bash[59794]: cluster 2024-03-21T13:12:11.804873+0000 mgr.x (mgr.34104) 5126 : cluster [DBG] pgmap v3392: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:13.487 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:13 smithi184 bash[59794]: cephadm 2024-03-21T13:12:11.813479+0000 mgr.x (mgr.34104) 5127 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:13.487 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:13 smithi184 bash[59794]: cluster 2024-03-21T13:12:11.900592+0000 mgr.x (mgr.34104) 5128 : cluster [DBG] pgmap v3393: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:13.487 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:13 smithi184 bash[59794]: cluster 2024-03-21T13:12:11.900820+0000 mgr.x (mgr.34104) 5129 : cluster [DBG] pgmap v3394: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:13.487 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:13 smithi184 bash[59794]: cephadm 2024-03-21T13:12:11.907893+0000 mgr.x (mgr.34104) 5130 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:13.487 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:13 smithi184 bash[59794]: cluster 2024-03-21T13:12:11.995936+0000 mgr.x (mgr.34104) 5131 : cluster [DBG] pgmap v3395: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:13.487 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:13 smithi184 bash[59794]: cluster 2024-03-21T13:12:11.996565+0000 mgr.x (mgr.34104) 5132 : cluster [DBG] pgmap v3396: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:13.487 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:13 smithi184 bash[59794]: cephadm 2024-03-21T13:12:12.004953+0000 mgr.x (mgr.34104) 5133 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:13.487 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:13 smithi184 bash[59794]: audit 2024-03-21T13:12:12.099152+0000 mon.a (mon.0) 7881 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:13.487 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:13 smithi184 bash[59794]: audit 2024-03-21T13:12:12.101278+0000 mon.a (mon.0) 7882 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:13.487 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:13 smithi184 bash[59794]: audit 2024-03-21T13:12:12.104155+0000 mon.a (mon.0) 7883 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:13.487 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:13 smithi184 bash[59794]: audit 2024-03-21T13:12:12.105057+0000 mon.a (mon.0) 7884 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:13.487 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:13 smithi184 bash[59794]: cluster 2024-03-21T13:12:12.107224+0000 mgr.x (mgr.34104) 5134 : cluster [DBG] pgmap v3397: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:13.487 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:13 smithi184 bash[59794]: cluster 2024-03-21T13:12:12.107544+0000 mgr.x (mgr.34104) 5135 : cluster [DBG] pgmap v3398: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:13.488 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:13 smithi184 bash[59794]: audit 2024-03-21T13:12:12.112758+0000 mon.a (mon.0) 7885 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:13.488 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:13 smithi184 bash[59794]: cephadm 2024-03-21T13:12:12.113938+0000 mgr.x (mgr.34104) 5136 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:13.488 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:13 smithi184 bash[59794]: audit 2024-03-21T13:12:12.195926+0000 mon.a (mon.0) 7886 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:13.488 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:13 smithi184 bash[59794]: audit 2024-03-21T13:12:12.198743+0000 mon.a (mon.0) 7887 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:13.488 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:13 smithi184 bash[59794]: audit 2024-03-21T13:12:12.202720+0000 mon.a (mon.0) 7888 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:13.488 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:13 smithi184 bash[59794]: audit 2024-03-21T13:12:12.204442+0000 mon.a (mon.0) 7889 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:13.488 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:13 smithi184 bash[59794]: cluster 2024-03-21T13:12:12.207712+0000 mgr.x (mgr.34104) 5137 : cluster [DBG] pgmap v3399: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:13.488 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:13 smithi184 bash[59794]: cluster 2024-03-21T13:12:12.207979+0000 mgr.x (mgr.34104) 5138 : cluster [DBG] pgmap v3400: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:13.488 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:13 smithi184 bash[59794]: audit 2024-03-21T13:12:12.217008+0000 mon.a (mon.0) 7890 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:13.488 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:13 smithi184 bash[59794]: cephadm 2024-03-21T13:12:12.218347+0000 mgr.x (mgr.34104) 5139 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:13.488 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:13 smithi184 bash[59794]: audit 2024-03-21T13:12:12.296174+0000 mon.a (mon.0) 7891 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:13.488 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:13 smithi184 bash[59794]: audit 2024-03-21T13:12:12.299061+0000 mon.a (mon.0) 7892 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:13.488 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:13 smithi184 bash[59794]: audit 2024-03-21T13:12:12.302712+0000 mon.a (mon.0) 7893 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:13.488 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:13 smithi184 bash[59794]: audit 2024-03-21T13:12:12.304150+0000 mon.a (mon.0) 7894 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:13.489 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:13 smithi184 bash[59794]: audit 2024-03-21T13:12:12.315623+0000 mon.a (mon.0) 7895 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:13.489 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:13 smithi184 bash[59794]: audit 2024-03-21T13:12:12.394692+0000 mon.a (mon.0) 7896 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:13.489 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:13 smithi184 bash[59794]: audit 2024-03-21T13:12:12.398311+0000 mon.a (mon.0) 7897 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:13.489 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:13 smithi184 bash[59794]: audit 2024-03-21T13:12:12.404861+0000 mon.a (mon.0) 7898 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:13.489 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:13 smithi184 bash[59794]: audit 2024-03-21T13:12:12.407218+0000 mon.a (mon.0) 7899 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:13.489 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:13 smithi184 bash[59794]: audit 2024-03-21T13:12:12.422040+0000 mon.a (mon.0) 7900 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:13.489 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:13 smithi184 bash[59794]: audit 2024-03-21T13:12:12.504246+0000 mon.a (mon.0) 7901 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:13.489 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:13 smithi184 bash[59794]: audit 2024-03-21T13:12:12.507102+0000 mon.a (mon.0) 7902 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:13.489 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:13 smithi184 bash[59794]: audit 2024-03-21T13:12:12.509983+0000 mon.a (mon.0) 7903 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:13.489 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:13 smithi184 bash[59794]: audit 2024-03-21T13:12:12.511198+0000 mon.a (mon.0) 7904 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:13.489 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:13 smithi184 bash[59794]: audit 2024-03-21T13:12:12.522642+0000 mon.a (mon.0) 7905 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:13.489 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:13 smithi184 bash[59794]: audit 2024-03-21T13:12:12.598582+0000 mon.a (mon.0) 7906 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:13.489 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:13 smithi184 bash[59794]: audit 2024-03-21T13:12:12.601509+0000 mon.a (mon.0) 7907 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:13.489 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:13 smithi184 bash[59794]: audit 2024-03-21T13:12:12.605666+0000 mon.a (mon.0) 7908 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:13.489 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:13 smithi184 bash[59794]: audit 2024-03-21T13:12:12.609444+0000 mon.a (mon.0) 7909 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:13.489 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:13 smithi184 bash[59794]: audit 2024-03-21T13:12:12.621308+0000 mon.a (mon.0) 7910 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:13.490 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:13 smithi184 bash[59794]: audit 2024-03-21T13:12:12.701143+0000 mon.a (mon.0) 7911 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:13.490 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:13 smithi184 bash[59794]: audit 2024-03-21T13:12:12.704297+0000 mon.a (mon.0) 7912 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:13.490 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:13 smithi184 bash[59794]: audit 2024-03-21T13:12:12.708006+0000 mon.a (mon.0) 7913 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:13.490 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:13 smithi184 bash[59794]: audit 2024-03-21T13:12:12.709458+0000 mon.a (mon.0) 7914 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:13.490 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:13 smithi184 bash[59794]: audit 2024-03-21T13:12:12.721341+0000 mon.a (mon.0) 7915 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:13.490 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:13 smithi184 bash[59794]: audit 2024-03-21T13:12:12.801616+0000 mon.a (mon.0) 7916 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:13.490 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:13 smithi184 bash[59794]: audit 2024-03-21T13:12:12.804374+0000 mon.a (mon.0) 7917 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:13.490 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:13 smithi184 bash[59794]: audit 2024-03-21T13:12:12.807144+0000 mon.a (mon.0) 7918 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:13.490 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:13 smithi184 bash[59794]: audit 2024-03-21T13:12:12.808570+0000 mon.a (mon.0) 7919 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:13.490 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:13 smithi184 bash[59794]: audit 2024-03-21T13:12:12.820499+0000 mon.a (mon.0) 7920 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:13.490 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:13 smithi184 bash[59794]: audit 2024-03-21T13:12:12.901305+0000 mon.a (mon.0) 7921 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:13.490 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:13 smithi184 bash[59794]: audit 2024-03-21T13:12:12.903884+0000 mon.a (mon.0) 7922 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:13.490 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:13 smithi184 bash[59794]: audit 2024-03-21T13:12:12.907056+0000 mon.a (mon.0) 7923 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:13.490 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:13 smithi184 bash[59794]: audit 2024-03-21T13:12:12.908188+0000 mon.a (mon.0) 7924 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:13.491 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:13 smithi184 bash[59794]: audit 2024-03-21T13:12:12.918238+0000 mon.a (mon.0) 7925 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:13.491 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:13 smithi184 bash[59794]: audit 2024-03-21T13:12:13.000212+0000 mon.a (mon.0) 7926 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:13.491 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:13 smithi184 bash[59794]: audit 2024-03-21T13:12:13.003090+0000 mon.a (mon.0) 7927 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:13.491 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:13 smithi184 bash[59794]: audit 2024-03-21T13:12:13.006177+0000 mon.a (mon.0) 7928 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:13.491 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:13 smithi184 bash[59794]: audit 2024-03-21T13:12:13.007370+0000 mon.a (mon.0) 7929 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:13.491 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:13 smithi184 bash[59794]: audit 2024-03-21T13:12:13.016987+0000 mon.a (mon.0) 7930 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:14.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:14 smithi178 bash[75692]: cluster 2024-03-21T13:12:12.306940+0000 mgr.x (mgr.34104) 5140 : cluster [DBG] pgmap v3401: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:14.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:14 smithi178 bash[75692]: cluster 2024-03-21T13:12:12.307298+0000 mgr.x (mgr.34104) 5141 : cluster [DBG] pgmap v3402: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:14.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:14 smithi178 bash[75692]: cephadm 2024-03-21T13:12:12.316884+0000 mgr.x (mgr.34104) 5142 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:14.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:14 smithi178 bash[75692]: cluster 2024-03-21T13:12:12.412802+0000 mgr.x (mgr.34104) 5143 : cluster [DBG] pgmap v3403: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:14.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:14 smithi178 bash[75692]: cluster 2024-03-21T13:12:12.413343+0000 mgr.x (mgr.34104) 5144 : cluster [DBG] pgmap v3404: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:14.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:14 smithi178 bash[75692]: cephadm 2024-03-21T13:12:12.423220+0000 mgr.x (mgr.34104) 5145 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:14.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:14 smithi178 bash[75692]: cluster 2024-03-21T13:12:12.513576+0000 mgr.x (mgr.34104) 5146 : cluster [DBG] pgmap v3405: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:14.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:14 smithi178 bash[75692]: cluster 2024-03-21T13:12:12.513916+0000 mgr.x (mgr.34104) 5147 : cluster [DBG] pgmap v3406: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:14.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:14 smithi178 bash[75692]: cephadm 2024-03-21T13:12:12.523981+0000 mgr.x (mgr.34104) 5148 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:14.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:14 smithi178 bash[75692]: cluster 2024-03-21T13:12:12.612351+0000 mgr.x (mgr.34104) 5149 : cluster [DBG] pgmap v3407: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:14.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:14 smithi178 bash[75692]: cluster 2024-03-21T13:12:12.612632+0000 mgr.x (mgr.34104) 5150 : cluster [DBG] pgmap v3408: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:14.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:14 smithi178 bash[75692]: cephadm 2024-03-21T13:12:12.622536+0000 mgr.x (mgr.34104) 5151 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:14.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:14 smithi178 bash[75692]: cluster 2024-03-21T13:12:12.712201+0000 mgr.x (mgr.34104) 5152 : cluster [DBG] pgmap v3409: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:14.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:14 smithi178 bash[75692]: cluster 2024-03-21T13:12:12.712751+0000 mgr.x (mgr.34104) 5153 : cluster [DBG] pgmap v3410: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:14.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:14 smithi178 bash[75692]: cephadm 2024-03-21T13:12:12.722491+0000 mgr.x (mgr.34104) 5154 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:14.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:14 smithi178 bash[75692]: cluster 2024-03-21T13:12:12.811660+0000 mgr.x (mgr.34104) 5155 : cluster [DBG] pgmap v3411: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:14.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:14 smithi178 bash[75692]: cluster 2024-03-21T13:12:12.812309+0000 mgr.x (mgr.34104) 5156 : cluster [DBG] pgmap v3412: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:14.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:14 smithi178 bash[75692]: cephadm 2024-03-21T13:12:12.821807+0000 mgr.x (mgr.34104) 5157 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:14.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:14 smithi178 bash[75692]: cluster 2024-03-21T13:12:12.910493+0000 mgr.x (mgr.34104) 5158 : cluster [DBG] pgmap v3413: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:14.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:14 smithi178 bash[75692]: cluster 2024-03-21T13:12:12.910767+0000 mgr.x (mgr.34104) 5159 : cluster [DBG] pgmap v3414: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:14.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:14 smithi178 bash[77880]: cluster 2024-03-21T13:12:12.306940+0000 mgr.x (mgr.34104) 5140 : cluster [DBG] pgmap v3401: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:14.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:14 smithi178 bash[77880]: cluster 2024-03-21T13:12:12.307298+0000 mgr.x (mgr.34104) 5141 : cluster [DBG] pgmap v3402: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:14.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:14 smithi178 bash[77880]: cephadm 2024-03-21T13:12:12.316884+0000 mgr.x (mgr.34104) 5142 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:14.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:14 smithi178 bash[77880]: cluster 2024-03-21T13:12:12.412802+0000 mgr.x (mgr.34104) 5143 : cluster [DBG] pgmap v3403: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:14.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:14 smithi178 bash[77880]: cluster 2024-03-21T13:12:12.413343+0000 mgr.x (mgr.34104) 5144 : cluster [DBG] pgmap v3404: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:14.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:14 smithi178 bash[77880]: cephadm 2024-03-21T13:12:12.423220+0000 mgr.x (mgr.34104) 5145 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:14.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:14 smithi178 bash[77880]: cluster 2024-03-21T13:12:12.513576+0000 mgr.x (mgr.34104) 5146 : cluster [DBG] pgmap v3405: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:14.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:14 smithi178 bash[77880]: cluster 2024-03-21T13:12:12.513916+0000 mgr.x (mgr.34104) 5147 : cluster [DBG] pgmap v3406: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:14.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:14 smithi178 bash[77880]: cephadm 2024-03-21T13:12:12.523981+0000 mgr.x (mgr.34104) 5148 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:14.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:14 smithi178 bash[77880]: cluster 2024-03-21T13:12:12.612351+0000 mgr.x (mgr.34104) 5149 : cluster [DBG] pgmap v3407: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:14.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:14 smithi178 bash[77880]: cluster 2024-03-21T13:12:12.612632+0000 mgr.x (mgr.34104) 5150 : cluster [DBG] pgmap v3408: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:14.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:14 smithi178 bash[77880]: cephadm 2024-03-21T13:12:12.622536+0000 mgr.x (mgr.34104) 5151 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:14.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:14 smithi178 bash[77880]: cluster 2024-03-21T13:12:12.712201+0000 mgr.x (mgr.34104) 5152 : cluster [DBG] pgmap v3409: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:14.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:14 smithi178 bash[77880]: cluster 2024-03-21T13:12:12.712751+0000 mgr.x (mgr.34104) 5153 : cluster [DBG] pgmap v3410: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:14.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:14 smithi178 bash[77880]: cephadm 2024-03-21T13:12:12.722491+0000 mgr.x (mgr.34104) 5154 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:14.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:14 smithi178 bash[77880]: cluster 2024-03-21T13:12:12.811660+0000 mgr.x (mgr.34104) 5155 : cluster [DBG] pgmap v3411: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:14.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:14 smithi178 bash[77880]: cluster 2024-03-21T13:12:12.812309+0000 mgr.x (mgr.34104) 5156 : cluster [DBG] pgmap v3412: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:14.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:14 smithi178 bash[77880]: cephadm 2024-03-21T13:12:12.821807+0000 mgr.x (mgr.34104) 5157 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:14.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:14 smithi178 bash[77880]: cluster 2024-03-21T13:12:12.910493+0000 mgr.x (mgr.34104) 5158 : cluster [DBG] pgmap v3413: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:14.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:14 smithi178 bash[77880]: cluster 2024-03-21T13:12:12.910767+0000 mgr.x (mgr.34104) 5159 : cluster [DBG] pgmap v3414: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:14.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:14 smithi178 bash[75692]: cephadm 2024-03-21T13:12:12.919285+0000 mgr.x (mgr.34104) 5160 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:14.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:14 smithi178 bash[75692]: cluster 2024-03-21T13:12:13.009939+0000 mgr.x (mgr.34104) 5161 : cluster [DBG] pgmap v3415: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:14.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:14 smithi178 bash[75692]: cluster 2024-03-21T13:12:13.010447+0000 mgr.x (mgr.34104) 5162 : cluster [DBG] pgmap v3416: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:14.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:14 smithi178 bash[75692]: cephadm 2024-03-21T13:12:13.018052+0000 mgr.x (mgr.34104) 5163 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:14.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:14 smithi178 bash[75692]: audit 2024-03-21T13:12:13.097349+0000 mon.a (mon.0) 7931 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:14.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:14 smithi178 bash[75692]: audit 2024-03-21T13:12:13.119044+0000 mon.a (mon.0) 7932 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:14.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:14 smithi178 bash[75692]: audit 2024-03-21T13:12:13.123575+0000 mon.a (mon.0) 7933 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:14.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:14 smithi178 bash[75692]: audit 2024-03-21T13:12:13.125124+0000 mon.a (mon.0) 7934 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:14.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:14 smithi178 bash[75692]: cluster 2024-03-21T13:12:13.128412+0000 mgr.x (mgr.34104) 5164 : cluster [DBG] pgmap v3417: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:14.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:14 smithi178 bash[75692]: cluster 2024-03-21T13:12:13.128907+0000 mgr.x (mgr.34104) 5165 : cluster [DBG] pgmap v3418: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:14.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:14 smithi178 bash[75692]: audit 2024-03-21T13:12:13.132904+0000 mon.a (mon.0) 7935 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:14.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:14 smithi178 bash[75692]: cephadm 2024-03-21T13:12:13.133962+0000 mgr.x (mgr.34104) 5166 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:14.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:14 smithi178 bash[75692]: audit 2024-03-21T13:12:13.210722+0000 mon.a (mon.0) 7936 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:14.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:14 smithi178 bash[75692]: audit 2024-03-21T13:12:13.215554+0000 mon.a (mon.0) 7937 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:14.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:14 smithi178 bash[75692]: audit 2024-03-21T13:12:13.220441+0000 mon.a (mon.0) 7938 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:14.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:14 smithi178 bash[75692]: audit 2024-03-21T13:12:13.222173+0000 mon.a (mon.0) 7939 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:14.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:14 smithi178 bash[75692]: cluster 2024-03-21T13:12:13.224695+0000 mgr.x (mgr.34104) 5167 : cluster [DBG] pgmap v3419: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:14.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:14 smithi178 bash[75692]: cluster 2024-03-21T13:12:13.225020+0000 mgr.x (mgr.34104) 5168 : cluster [DBG] pgmap v3420: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:14.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:14 smithi178 bash[75692]: audit 2024-03-21T13:12:13.234202+0000 mon.a (mon.0) 7940 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:14.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:14 smithi178 bash[75692]: cephadm 2024-03-21T13:12:13.235419+0000 mgr.x (mgr.34104) 5169 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:14.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:14 smithi178 bash[77880]: cephadm 2024-03-21T13:12:12.919285+0000 mgr.x (mgr.34104) 5160 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:14.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:14 smithi178 bash[77880]: cluster 2024-03-21T13:12:13.009939+0000 mgr.x (mgr.34104) 5161 : cluster [DBG] pgmap v3415: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:14.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:14 smithi178 bash[77880]: cluster 2024-03-21T13:12:13.010447+0000 mgr.x (mgr.34104) 5162 : cluster [DBG] pgmap v3416: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:14.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:14 smithi178 bash[77880]: cephadm 2024-03-21T13:12:13.018052+0000 mgr.x (mgr.34104) 5163 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:14.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:14 smithi178 bash[77880]: audit 2024-03-21T13:12:13.097349+0000 mon.a (mon.0) 7931 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:14.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:14 smithi178 bash[77880]: audit 2024-03-21T13:12:13.119044+0000 mon.a (mon.0) 7932 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:14.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:14 smithi178 bash[77880]: audit 2024-03-21T13:12:13.123575+0000 mon.a (mon.0) 7933 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:14.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:14 smithi178 bash[77880]: audit 2024-03-21T13:12:13.125124+0000 mon.a (mon.0) 7934 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:14.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:14 smithi178 bash[77880]: cluster 2024-03-21T13:12:13.128412+0000 mgr.x (mgr.34104) 5164 : cluster [DBG] pgmap v3417: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:14.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:14 smithi178 bash[77880]: cluster 2024-03-21T13:12:13.128907+0000 mgr.x (mgr.34104) 5165 : cluster [DBG] pgmap v3418: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:14.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:14 smithi178 bash[77880]: audit 2024-03-21T13:12:13.132904+0000 mon.a (mon.0) 7935 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:14.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:14 smithi178 bash[77880]: cephadm 2024-03-21T13:12:13.133962+0000 mgr.x (mgr.34104) 5166 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:14.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:14 smithi178 bash[77880]: audit 2024-03-21T13:12:13.210722+0000 mon.a (mon.0) 7936 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:14.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:14 smithi178 bash[77880]: audit 2024-03-21T13:12:13.215554+0000 mon.a (mon.0) 7937 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:14.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:14 smithi178 bash[77880]: audit 2024-03-21T13:12:13.220441+0000 mon.a (mon.0) 7938 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:14.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:14 smithi178 bash[77880]: audit 2024-03-21T13:12:13.222173+0000 mon.a (mon.0) 7939 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:14.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:14 smithi178 bash[77880]: cluster 2024-03-21T13:12:13.224695+0000 mgr.x (mgr.34104) 5167 : cluster [DBG] pgmap v3419: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:14.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:14 smithi178 bash[77880]: cluster 2024-03-21T13:12:13.225020+0000 mgr.x (mgr.34104) 5168 : cluster [DBG] pgmap v3420: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:14.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:14 smithi178 bash[77880]: audit 2024-03-21T13:12:13.234202+0000 mon.a (mon.0) 7940 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:14.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:14 smithi178 bash[77880]: cephadm 2024-03-21T13:12:13.235419+0000 mgr.x (mgr.34104) 5169 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:14.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:14 smithi178 bash[75692]: audit 2024-03-21T13:12:13.318919+0000 mon.a (mon.0) 7941 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:14.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:14 smithi178 bash[75692]: audit 2024-03-21T13:12:13.321602+0000 mon.a (mon.0) 7942 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:14.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:14 smithi178 bash[75692]: audit 2024-03-21T13:12:13.325297+0000 mon.a (mon.0) 7943 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:14.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:14 smithi178 bash[75692]: audit 2024-03-21T13:12:13.326722+0000 mon.a (mon.0) 7944 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:14.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:14 smithi178 bash[75692]: audit 2024-03-21T13:12:13.338546+0000 mon.a (mon.0) 7945 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:14.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:14 smithi178 bash[75692]: audit 2024-03-21T13:12:13.420342+0000 mon.a (mon.0) 7946 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:14.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:14 smithi178 bash[75692]: audit 2024-03-21T13:12:13.425223+0000 mon.a (mon.0) 7947 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:14.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:14 smithi178 bash[75692]: audit 2024-03-21T13:12:13.430167+0000 mon.a (mon.0) 7948 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:14.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:14 smithi178 bash[75692]: audit 2024-03-21T13:12:13.431660+0000 mon.a (mon.0) 7949 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:14.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:14 smithi178 bash[75692]: audit 2024-03-21T13:12:13.441256+0000 mon.a (mon.0) 7950 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:14.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:14 smithi178 bash[75692]: audit 2024-03-21T13:12:13.520103+0000 mon.a (mon.0) 7951 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:14.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:14 smithi178 bash[75692]: audit 2024-03-21T13:12:13.523928+0000 mon.a (mon.0) 7952 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:14.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:14 smithi178 bash[75692]: audit 2024-03-21T13:12:13.528446+0000 mon.a (mon.0) 7953 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:14.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:14 smithi178 bash[75692]: audit 2024-03-21T13:12:13.530082+0000 mon.a (mon.0) 7954 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:14.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:14 smithi178 bash[75692]: audit 2024-03-21T13:12:13.541100+0000 mon.a (mon.0) 7955 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:14.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:14 smithi178 bash[75692]: audit 2024-03-21T13:12:13.607177+0000 mon.a (mon.0) 7956 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:14.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:14 smithi178 bash[75692]: audit 2024-03-21T13:12:13.609974+0000 mon.a (mon.0) 7957 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:14.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:14 smithi178 bash[75692]: audit 2024-03-21T13:12:13.615318+0000 mon.a (mon.0) 7958 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:14.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:14 smithi178 bash[75692]: audit 2024-03-21T13:12:13.617148+0000 mon.a (mon.0) 7959 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:14.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:14 smithi178 bash[77880]: audit 2024-03-21T13:12:13.318919+0000 mon.a (mon.0) 7941 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:14.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:14 smithi178 bash[77880]: audit 2024-03-21T13:12:13.321602+0000 mon.a (mon.0) 7942 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:14.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:14 smithi178 bash[77880]: audit 2024-03-21T13:12:13.325297+0000 mon.a (mon.0) 7943 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:14.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:14 smithi178 bash[77880]: audit 2024-03-21T13:12:13.326722+0000 mon.a (mon.0) 7944 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:14.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:14 smithi178 bash[77880]: audit 2024-03-21T13:12:13.338546+0000 mon.a (mon.0) 7945 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:14.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:14 smithi178 bash[77880]: audit 2024-03-21T13:12:13.420342+0000 mon.a (mon.0) 7946 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:14.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:14 smithi178 bash[77880]: audit 2024-03-21T13:12:13.425223+0000 mon.a (mon.0) 7947 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:14.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:14 smithi178 bash[77880]: audit 2024-03-21T13:12:13.430167+0000 mon.a (mon.0) 7948 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:14.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:14 smithi178 bash[77880]: audit 2024-03-21T13:12:13.431660+0000 mon.a (mon.0) 7949 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:14.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:14 smithi178 bash[77880]: audit 2024-03-21T13:12:13.441256+0000 mon.a (mon.0) 7950 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:14.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:14 smithi178 bash[77880]: audit 2024-03-21T13:12:13.520103+0000 mon.a (mon.0) 7951 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:14.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:14 smithi178 bash[77880]: audit 2024-03-21T13:12:13.523928+0000 mon.a (mon.0) 7952 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:14.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:14 smithi178 bash[77880]: audit 2024-03-21T13:12:13.528446+0000 mon.a (mon.0) 7953 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:14.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:14 smithi178 bash[77880]: audit 2024-03-21T13:12:13.530082+0000 mon.a (mon.0) 7954 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:14.309 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:14 smithi178 bash[77880]: audit 2024-03-21T13:12:13.541100+0000 mon.a (mon.0) 7955 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:14.309 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:14 smithi178 bash[77880]: audit 2024-03-21T13:12:13.607177+0000 mon.a (mon.0) 7956 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:14.309 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:14 smithi178 bash[77880]: audit 2024-03-21T13:12:13.609974+0000 mon.a (mon.0) 7957 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:14.309 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:14 smithi178 bash[77880]: audit 2024-03-21T13:12:13.615318+0000 mon.a (mon.0) 7958 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:14.309 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:14 smithi178 bash[77880]: audit 2024-03-21T13:12:13.617148+0000 mon.a (mon.0) 7959 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:14.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:14 smithi178 bash[75692]: audit 2024-03-21T13:12:13.626500+0000 mon.a (mon.0) 7960 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:14.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:14 smithi178 bash[75692]: audit 2024-03-21T13:12:13.704911+0000 mon.a (mon.0) 7961 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:14.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:14 smithi178 bash[75692]: audit 2024-03-21T13:12:13.708964+0000 mon.a (mon.0) 7962 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:14.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:14 smithi178 bash[75692]: audit 2024-03-21T13:12:13.713143+0000 mon.a (mon.0) 7963 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:14.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:14 smithi178 bash[75692]: audit 2024-03-21T13:12:13.714743+0000 mon.a (mon.0) 7964 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:14.310 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:14 smithi178 bash[75692]: audit 2024-03-21T13:12:13.727132+0000 mon.a (mon.0) 7965 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:14.310 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:14 smithi178 bash[75692]: audit 2024-03-21T13:12:13.806934+0000 mon.a (mon.0) 7966 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:14.310 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:14 smithi178 bash[75692]: audit 2024-03-21T13:12:13.810286+0000 mon.a (mon.0) 7967 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:14.310 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:14 smithi178 bash[75692]: audit 2024-03-21T13:12:13.814028+0000 mon.a (mon.0) 7968 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:14.310 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:14 smithi178 bash[75692]: audit 2024-03-21T13:12:13.815504+0000 mon.a (mon.0) 7969 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:14.310 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:14 smithi178 bash[75692]: audit 2024-03-21T13:12:13.826448+0000 mon.a (mon.0) 7970 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:14.310 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:14 smithi178 bash[75692]: audit 2024-03-21T13:12:13.904864+0000 mon.a (mon.0) 7971 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:14.310 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:14 smithi178 bash[75692]: audit 2024-03-21T13:12:13.907597+0000 mon.a (mon.0) 7972 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:14.310 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:14 smithi178 bash[75692]: audit 2024-03-21T13:12:13.910387+0000 mon.a (mon.0) 7973 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:14.310 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:14 smithi178 bash[75692]: audit 2024-03-21T13:12:13.911800+0000 mon.a (mon.0) 7974 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:14.310 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:14 smithi178 bash[75692]: audit 2024-03-21T13:12:13.923281+0000 mon.a (mon.0) 7975 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:14.310 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:14 smithi178 bash[75692]: audit 2024-03-21T13:12:14.002441+0000 mon.a (mon.0) 7976 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:14.310 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:14 smithi178 bash[75692]: audit 2024-03-21T13:12:14.005634+0000 mon.a (mon.0) 7977 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:14.310 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:14 smithi178 bash[75692]: audit 2024-03-21T13:12:14.009071+0000 mon.a (mon.0) 7978 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:14.311 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:14 smithi178 bash[77880]: audit 2024-03-21T13:12:13.626500+0000 mon.a (mon.0) 7960 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:14.311 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:14 smithi178 bash[77880]: audit 2024-03-21T13:12:13.704911+0000 mon.a (mon.0) 7961 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:14.311 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:14 smithi178 bash[77880]: audit 2024-03-21T13:12:13.708964+0000 mon.a (mon.0) 7962 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:14.311 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:14 smithi178 bash[77880]: audit 2024-03-21T13:12:13.713143+0000 mon.a (mon.0) 7963 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:14.311 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:14 smithi178 bash[77880]: audit 2024-03-21T13:12:13.714743+0000 mon.a (mon.0) 7964 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:14.311 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:14 smithi178 bash[77880]: audit 2024-03-21T13:12:13.727132+0000 mon.a (mon.0) 7965 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:14.311 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:14 smithi178 bash[77880]: audit 2024-03-21T13:12:13.806934+0000 mon.a (mon.0) 7966 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:14.311 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:14 smithi178 bash[77880]: audit 2024-03-21T13:12:13.810286+0000 mon.a (mon.0) 7967 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:14.311 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:14 smithi178 bash[77880]: audit 2024-03-21T13:12:13.814028+0000 mon.a (mon.0) 7968 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:14.311 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:14 smithi178 bash[77880]: audit 2024-03-21T13:12:13.815504+0000 mon.a (mon.0) 7969 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:14.311 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:14 smithi178 bash[77880]: audit 2024-03-21T13:12:13.826448+0000 mon.a (mon.0) 7970 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:14.311 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:14 smithi178 bash[77880]: audit 2024-03-21T13:12:13.904864+0000 mon.a (mon.0) 7971 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:14.312 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:14 smithi178 bash[77880]: audit 2024-03-21T13:12:13.907597+0000 mon.a (mon.0) 7972 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:14.312 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:14 smithi178 bash[77880]: audit 2024-03-21T13:12:13.910387+0000 mon.a (mon.0) 7973 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:14.312 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:14 smithi178 bash[77880]: audit 2024-03-21T13:12:13.911800+0000 mon.a (mon.0) 7974 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:14.312 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:14 smithi178 bash[77880]: audit 2024-03-21T13:12:13.923281+0000 mon.a (mon.0) 7975 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:14.312 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:14 smithi178 bash[77880]: audit 2024-03-21T13:12:14.002441+0000 mon.a (mon.0) 7976 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:14.312 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:14 smithi178 bash[77880]: audit 2024-03-21T13:12:14.005634+0000 mon.a (mon.0) 7977 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:14.312 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:14 smithi178 bash[77880]: audit 2024-03-21T13:12:14.009071+0000 mon.a (mon.0) 7978 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:14.312 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:14 smithi178 bash[75692]: audit 2024-03-21T13:12:14.010409+0000 mon.a (mon.0) 7979 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:14.312 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:14 smithi178 bash[75692]: audit 2024-03-21T13:12:14.021323+0000 mon.a (mon.0) 7980 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:14.312 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:14 smithi178 bash[75692]: audit 2024-03-21T13:12:14.104681+0000 mon.a (mon.0) 7981 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:14.313 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:14 smithi178 bash[77880]: audit 2024-03-21T13:12:14.010409+0000 mon.a (mon.0) 7979 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:14.313 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:14 smithi178 bash[77880]: audit 2024-03-21T13:12:14.021323+0000 mon.a (mon.0) 7980 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:14.313 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:14 smithi178 bash[77880]: audit 2024-03-21T13:12:14.104681+0000 mon.a (mon.0) 7981 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:14.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:14 smithi184 bash[59794]: cluster 2024-03-21T13:12:12.306940+0000 mgr.x (mgr.34104) 5140 : cluster [DBG] pgmap v3401: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:14.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:14 smithi184 bash[59794]: cluster 2024-03-21T13:12:12.307298+0000 mgr.x (mgr.34104) 5141 : cluster [DBG] pgmap v3402: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:14.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:14 smithi184 bash[59794]: cephadm 2024-03-21T13:12:12.316884+0000 mgr.x (mgr.34104) 5142 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:14.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:14 smithi184 bash[59794]: cluster 2024-03-21T13:12:12.412802+0000 mgr.x (mgr.34104) 5143 : cluster [DBG] pgmap v3403: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:14.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:14 smithi184 bash[59794]: cluster 2024-03-21T13:12:12.413343+0000 mgr.x (mgr.34104) 5144 : cluster [DBG] pgmap v3404: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:14.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:14 smithi184 bash[59794]: cephadm 2024-03-21T13:12:12.423220+0000 mgr.x (mgr.34104) 5145 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:14.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:14 smithi184 bash[59794]: cluster 2024-03-21T13:12:12.513576+0000 mgr.x (mgr.34104) 5146 : cluster [DBG] pgmap v3405: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:14.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:14 smithi184 bash[59794]: cluster 2024-03-21T13:12:12.513916+0000 mgr.x (mgr.34104) 5147 : cluster [DBG] pgmap v3406: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:14.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:14 smithi184 bash[59794]: cephadm 2024-03-21T13:12:12.523981+0000 mgr.x (mgr.34104) 5148 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:14.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:14 smithi184 bash[59794]: cluster 2024-03-21T13:12:12.612351+0000 mgr.x (mgr.34104) 5149 : cluster [DBG] pgmap v3407: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:14.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:14 smithi184 bash[59794]: cluster 2024-03-21T13:12:12.612632+0000 mgr.x (mgr.34104) 5150 : cluster [DBG] pgmap v3408: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:14.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:14 smithi184 bash[59794]: cephadm 2024-03-21T13:12:12.622536+0000 mgr.x (mgr.34104) 5151 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:14.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:14 smithi184 bash[59794]: cluster 2024-03-21T13:12:12.712201+0000 mgr.x (mgr.34104) 5152 : cluster [DBG] pgmap v3409: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:14.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:14 smithi184 bash[59794]: cluster 2024-03-21T13:12:12.712751+0000 mgr.x (mgr.34104) 5153 : cluster [DBG] pgmap v3410: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:14.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:14 smithi184 bash[59794]: cephadm 2024-03-21T13:12:12.722491+0000 mgr.x (mgr.34104) 5154 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:14.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:14 smithi184 bash[59794]: cluster 2024-03-21T13:12:12.811660+0000 mgr.x (mgr.34104) 5155 : cluster [DBG] pgmap v3411: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:14.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:14 smithi184 bash[59794]: cluster 2024-03-21T13:12:12.812309+0000 mgr.x (mgr.34104) 5156 : cluster [DBG] pgmap v3412: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:14.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:14 smithi184 bash[59794]: cephadm 2024-03-21T13:12:12.821807+0000 mgr.x (mgr.34104) 5157 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:14.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:14 smithi184 bash[59794]: cluster 2024-03-21T13:12:12.910493+0000 mgr.x (mgr.34104) 5158 : cluster [DBG] pgmap v3413: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:14.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:14 smithi184 bash[59794]: cluster 2024-03-21T13:12:12.910767+0000 mgr.x (mgr.34104) 5159 : cluster [DBG] pgmap v3414: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:14.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:14 smithi184 bash[59794]: cephadm 2024-03-21T13:12:12.919285+0000 mgr.x (mgr.34104) 5160 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:14.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:14 smithi184 bash[59794]: cluster 2024-03-21T13:12:13.009939+0000 mgr.x (mgr.34104) 5161 : cluster [DBG] pgmap v3415: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:14.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:14 smithi184 bash[59794]: cluster 2024-03-21T13:12:13.010447+0000 mgr.x (mgr.34104) 5162 : cluster [DBG] pgmap v3416: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:14.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:14 smithi184 bash[59794]: cephadm 2024-03-21T13:12:13.018052+0000 mgr.x (mgr.34104) 5163 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:14.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:14 smithi184 bash[59794]: audit 2024-03-21T13:12:13.097349+0000 mon.a (mon.0) 7931 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:14.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:14 smithi184 bash[59794]: audit 2024-03-21T13:12:13.119044+0000 mon.a (mon.0) 7932 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:14.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:14 smithi184 bash[59794]: audit 2024-03-21T13:12:13.123575+0000 mon.a (mon.0) 7933 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:14.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:14 smithi184 bash[59794]: audit 2024-03-21T13:12:13.125124+0000 mon.a (mon.0) 7934 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:14.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:14 smithi184 bash[59794]: cluster 2024-03-21T13:12:13.128412+0000 mgr.x (mgr.34104) 5164 : cluster [DBG] pgmap v3417: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:14.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:14 smithi184 bash[59794]: cluster 2024-03-21T13:12:13.128907+0000 mgr.x (mgr.34104) 5165 : cluster [DBG] pgmap v3418: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:14.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:14 smithi184 bash[59794]: audit 2024-03-21T13:12:13.132904+0000 mon.a (mon.0) 7935 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:14.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:14 smithi184 bash[59794]: cephadm 2024-03-21T13:12:13.133962+0000 mgr.x (mgr.34104) 5166 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:14.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:14 smithi184 bash[59794]: audit 2024-03-21T13:12:13.210722+0000 mon.a (mon.0) 7936 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:14.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:14 smithi184 bash[59794]: audit 2024-03-21T13:12:13.215554+0000 mon.a (mon.0) 7937 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:14.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:14 smithi184 bash[59794]: audit 2024-03-21T13:12:13.220441+0000 mon.a (mon.0) 7938 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:14.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:14 smithi184 bash[59794]: audit 2024-03-21T13:12:13.222173+0000 mon.a (mon.0) 7939 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:14.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:14 smithi184 bash[59794]: cluster 2024-03-21T13:12:13.224695+0000 mgr.x (mgr.34104) 5167 : cluster [DBG] pgmap v3419: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:14.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:14 smithi184 bash[59794]: cluster 2024-03-21T13:12:13.225020+0000 mgr.x (mgr.34104) 5168 : cluster [DBG] pgmap v3420: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:14.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:14 smithi184 bash[59794]: audit 2024-03-21T13:12:13.234202+0000 mon.a (mon.0) 7940 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:14.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:14 smithi184 bash[59794]: cephadm 2024-03-21T13:12:13.235419+0000 mgr.x (mgr.34104) 5169 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:14.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:14 smithi184 bash[59794]: audit 2024-03-21T13:12:13.318919+0000 mon.a (mon.0) 7941 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:14.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:14 smithi184 bash[59794]: audit 2024-03-21T13:12:13.321602+0000 mon.a (mon.0) 7942 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:14.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:14 smithi184 bash[59794]: audit 2024-03-21T13:12:13.325297+0000 mon.a (mon.0) 7943 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:14.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:14 smithi184 bash[59794]: audit 2024-03-21T13:12:13.326722+0000 mon.a (mon.0) 7944 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:14.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:14 smithi184 bash[59794]: audit 2024-03-21T13:12:13.338546+0000 mon.a (mon.0) 7945 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:14.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:14 smithi184 bash[59794]: audit 2024-03-21T13:12:13.420342+0000 mon.a (mon.0) 7946 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:14.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:14 smithi184 bash[59794]: audit 2024-03-21T13:12:13.425223+0000 mon.a (mon.0) 7947 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:14.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:14 smithi184 bash[59794]: audit 2024-03-21T13:12:13.430167+0000 mon.a (mon.0) 7948 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:14.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:14 smithi184 bash[59794]: audit 2024-03-21T13:12:13.431660+0000 mon.a (mon.0) 7949 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:14.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:14 smithi184 bash[59794]: audit 2024-03-21T13:12:13.441256+0000 mon.a (mon.0) 7950 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:14.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:14 smithi184 bash[59794]: audit 2024-03-21T13:12:13.520103+0000 mon.a (mon.0) 7951 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:14.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:14 smithi184 bash[59794]: audit 2024-03-21T13:12:13.523928+0000 mon.a (mon.0) 7952 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:14.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:14 smithi184 bash[59794]: audit 2024-03-21T13:12:13.528446+0000 mon.a (mon.0) 7953 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:14.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:14 smithi184 bash[59794]: audit 2024-03-21T13:12:13.530082+0000 mon.a (mon.0) 7954 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:14.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:14 smithi184 bash[59794]: audit 2024-03-21T13:12:13.541100+0000 mon.a (mon.0) 7955 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:14.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:14 smithi184 bash[59794]: audit 2024-03-21T13:12:13.607177+0000 mon.a (mon.0) 7956 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:14.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:14 smithi184 bash[59794]: audit 2024-03-21T13:12:13.609974+0000 mon.a (mon.0) 7957 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:14.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:14 smithi184 bash[59794]: audit 2024-03-21T13:12:13.615318+0000 mon.a (mon.0) 7958 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:14.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:14 smithi184 bash[59794]: audit 2024-03-21T13:12:13.617148+0000 mon.a (mon.0) 7959 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:14.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:14 smithi184 bash[59794]: audit 2024-03-21T13:12:13.626500+0000 mon.a (mon.0) 7960 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:14.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:14 smithi184 bash[59794]: audit 2024-03-21T13:12:13.704911+0000 mon.a (mon.0) 7961 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:14.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:14 smithi184 bash[59794]: audit 2024-03-21T13:12:13.708964+0000 mon.a (mon.0) 7962 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:14.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:14 smithi184 bash[59794]: audit 2024-03-21T13:12:13.713143+0000 mon.a (mon.0) 7963 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:14.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:14 smithi184 bash[59794]: audit 2024-03-21T13:12:13.714743+0000 mon.a (mon.0) 7964 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:14.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:14 smithi184 bash[59794]: audit 2024-03-21T13:12:13.727132+0000 mon.a (mon.0) 7965 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:14.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:14 smithi184 bash[59794]: audit 2024-03-21T13:12:13.806934+0000 mon.a (mon.0) 7966 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:14.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:14 smithi184 bash[59794]: audit 2024-03-21T13:12:13.810286+0000 mon.a (mon.0) 7967 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:14.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:14 smithi184 bash[59794]: audit 2024-03-21T13:12:13.814028+0000 mon.a (mon.0) 7968 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:14.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:14 smithi184 bash[59794]: audit 2024-03-21T13:12:13.815504+0000 mon.a (mon.0) 7969 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:14.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:14 smithi184 bash[59794]: audit 2024-03-21T13:12:13.826448+0000 mon.a (mon.0) 7970 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:14.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:14 smithi184 bash[59794]: audit 2024-03-21T13:12:13.904864+0000 mon.a (mon.0) 7971 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:14.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:14 smithi184 bash[59794]: audit 2024-03-21T13:12:13.907597+0000 mon.a (mon.0) 7972 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:14.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:14 smithi184 bash[59794]: audit 2024-03-21T13:12:13.910387+0000 mon.a (mon.0) 7973 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:14.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:14 smithi184 bash[59794]: audit 2024-03-21T13:12:13.911800+0000 mon.a (mon.0) 7974 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:14.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:14 smithi184 bash[59794]: audit 2024-03-21T13:12:13.923281+0000 mon.a (mon.0) 7975 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:14.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:14 smithi184 bash[59794]: audit 2024-03-21T13:12:14.002441+0000 mon.a (mon.0) 7976 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:14.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:14 smithi184 bash[59794]: audit 2024-03-21T13:12:14.005634+0000 mon.a (mon.0) 7977 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:14.331 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:14 smithi184 bash[59794]: audit 2024-03-21T13:12:14.009071+0000 mon.a (mon.0) 7978 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:14.331 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:14 smithi184 bash[59794]: audit 2024-03-21T13:12:14.010409+0000 mon.a (mon.0) 7979 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:14.331 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:14 smithi184 bash[59794]: audit 2024-03-21T13:12:14.021323+0000 mon.a (mon.0) 7980 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:14.331 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:14 smithi184 bash[59794]: audit 2024-03-21T13:12:14.104681+0000 mon.a (mon.0) 7981 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:15.409 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:15 smithi178 bash[75692]: cluster 2024-03-21T13:12:13.329618+0000 mgr.x (mgr.34104) 5170 : cluster [DBG] pgmap v3421: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:15.409 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:15 smithi178 bash[75692]: cluster 2024-03-21T13:12:13.329853+0000 mgr.x (mgr.34104) 5171 : cluster [DBG] pgmap v3422: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:15.409 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:15 smithi178 bash[75692]: cephadm 2024-03-21T13:12:13.339980+0000 mgr.x (mgr.34104) 5172 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:15.409 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:15 smithi178 bash[75692]: cluster 2024-03-21T13:12:13.433981+0000 mgr.x (mgr.34104) 5173 : cluster [DBG] pgmap v3423: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:15.410 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:15 smithi178 bash[75692]: cluster 2024-03-21T13:12:13.434249+0000 mgr.x (mgr.34104) 5174 : cluster [DBG] pgmap v3424: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:15.410 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:15 smithi178 bash[75692]: cephadm 2024-03-21T13:12:13.442356+0000 mgr.x (mgr.34104) 5175 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:15.410 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:15 smithi178 bash[75692]: cluster 2024-03-21T13:12:13.533051+0000 mgr.x (mgr.34104) 5176 : cluster [DBG] pgmap v3425: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:15.410 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:15 smithi178 bash[75692]: cluster 2024-03-21T13:12:13.533521+0000 mgr.x (mgr.34104) 5177 : cluster [DBG] pgmap v3426: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:15.410 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:15 smithi178 bash[75692]: cephadm 2024-03-21T13:12:13.542303+0000 mgr.x (mgr.34104) 5178 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:15.410 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:15 smithi178 bash[75692]: cluster 2024-03-21T13:12:13.620695+0000 mgr.x (mgr.34104) 5179 : cluster [DBG] pgmap v3427: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:15.410 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:15 smithi178 bash[75692]: cluster 2024-03-21T13:12:13.621207+0000 mgr.x (mgr.34104) 5180 : cluster [DBG] pgmap v3428: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:15.410 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:15 smithi178 bash[75692]: cephadm 2024-03-21T13:12:13.627700+0000 mgr.x (mgr.34104) 5181 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:15.410 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:15 smithi178 bash[75692]: cluster 2024-03-21T13:12:13.718094+0000 mgr.x (mgr.34104) 5182 : cluster [DBG] pgmap v3429: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:15.410 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:15 smithi178 bash[75692]: cluster 2024-03-21T13:12:13.718612+0000 mgr.x (mgr.34104) 5183 : cluster [DBG] pgmap v3430: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:15.410 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:15 smithi178 bash[75692]: cephadm 2024-03-21T13:12:13.728487+0000 mgr.x (mgr.34104) 5184 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:15.410 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:15 smithi178 bash[75692]: cluster 2024-03-21T13:12:13.818042+0000 mgr.x (mgr.34104) 5185 : cluster [DBG] pgmap v3431: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:15.411 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:15 smithi178 bash[75692]: cluster 2024-03-21T13:12:13.818251+0000 mgr.x (mgr.34104) 5186 : cluster [DBG] pgmap v3432: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:15.411 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:15 smithi178 bash[75692]: cephadm 2024-03-21T13:12:13.827557+0000 mgr.x (mgr.34104) 5187 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:15.411 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:15 smithi178 bash[75692]: cluster 2024-03-21T13:12:13.914605+0000 mgr.x (mgr.34104) 5188 : cluster [DBG] pgmap v3433: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 17 op/s 2024-03-21T13:12:15.411 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:15 smithi178 bash[75692]: cluster 2024-03-21T13:12:13.914884+0000 mgr.x (mgr.34104) 5189 : cluster [DBG] pgmap v3434: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 17 op/s 2024-03-21T13:12:15.411 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:15 smithi178 bash[75692]: cephadm 2024-03-21T13:12:13.924653+0000 mgr.x (mgr.34104) 5190 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:15.411 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:15 smithi178 bash[75692]: cluster 2024-03-21T13:12:14.012980+0000 mgr.x (mgr.34104) 5191 : cluster [DBG] pgmap v3435: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s 2024-03-21T13:12:15.411 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:15 smithi178 bash[75692]: cluster 2024-03-21T13:12:14.013251+0000 mgr.x (mgr.34104) 5192 : cluster [DBG] pgmap v3436: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s 2024-03-21T13:12:15.411 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:15 smithi178 bash[75692]: cephadm 2024-03-21T13:12:14.022473+0000 mgr.x (mgr.34104) 5193 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:15.411 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:15 smithi178 bash[75692]: audit 2024-03-21T13:12:14.112636+0000 mon.a (mon.0) 7982 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:15.411 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:15 smithi178 bash[75692]: audit 2024-03-21T13:12:14.123866+0000 mon.a (mon.0) 7983 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:15.411 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:15 smithi178 bash[75692]: audit 2024-03-21T13:12:14.125149+0000 mon.a (mon.0) 7984 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:15.411 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:15 smithi178 bash[75692]: cluster 2024-03-21T13:12:14.127421+0000 mgr.x (mgr.34104) 5194 : cluster [DBG] pgmap v3437: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s 2024-03-21T13:12:15.411 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:15 smithi178 bash[75692]: cluster 2024-03-21T13:12:14.127740+0000 mgr.x (mgr.34104) 5195 : cluster [DBG] pgmap v3438: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s 2024-03-21T13:12:15.411 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:15 smithi178 bash[75692]: audit 2024-03-21T13:12:14.131911+0000 mon.a (mon.0) 7985 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:15.411 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:15 smithi178 bash[75692]: cephadm 2024-03-21T13:12:14.133035+0000 mgr.x (mgr.34104) 5196 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:15.412 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:15 smithi178 bash[75692]: audit 2024-03-21T13:12:14.210878+0000 mon.a (mon.0) 7986 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:15.412 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:15 smithi178 bash[75692]: audit 2024-03-21T13:12:14.213869+0000 mon.a (mon.0) 7987 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:15.412 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:15 smithi178 bash[75692]: audit 2024-03-21T13:12:14.217523+0000 mon.a (mon.0) 7988 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:15.412 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:15 smithi178 bash[75692]: audit 2024-03-21T13:12:14.218714+0000 mon.a (mon.0) 7989 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:15.412 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:15 smithi178 bash[75692]: cluster 2024-03-21T13:12:14.221587+0000 mgr.x (mgr.34104) 5197 : cluster [DBG] pgmap v3439: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:15.412 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:15 smithi178 bash[75692]: cluster 2024-03-21T13:12:14.222173+0000 mgr.x (mgr.34104) 5198 : cluster [DBG] pgmap v3440: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:15.412 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:15 smithi178 bash[75692]: audit 2024-03-21T13:12:14.228518+0000 mon.a (mon.0) 7990 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:15.412 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:15 smithi178 bash[75692]: cephadm 2024-03-21T13:12:14.229668+0000 mgr.x (mgr.34104) 5199 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:15.412 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:15 smithi178 bash[75692]: audit 2024-03-21T13:12:14.314297+0000 mon.a (mon.0) 7991 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:15.412 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:15 smithi178 bash[75692]: audit 2024-03-21T13:12:14.317750+0000 mon.a (mon.0) 7992 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:15.412 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:15 smithi178 bash[75692]: audit 2024-03-21T13:12:14.320516+0000 mon.a (mon.0) 7993 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:15.412 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:15 smithi178 bash[75692]: audit 2024-03-21T13:12:14.321732+0000 mon.a (mon.0) 7994 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:15.412 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:15 smithi178 bash[75692]: audit 2024-03-21T13:12:14.333127+0000 mon.a (mon.0) 7995 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:15.412 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:15 smithi178 bash[75692]: audit 2024-03-21T13:12:14.418024+0000 mon.a (mon.0) 7996 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:15.413 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:15 smithi178 bash[75692]: audit 2024-03-21T13:12:14.420569+0000 mon.a (mon.0) 7997 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:15.413 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:15 smithi178 bash[75692]: audit 2024-03-21T13:12:14.423685+0000 mon.a (mon.0) 7998 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:15.413 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:15 smithi178 bash[75692]: audit 2024-03-21T13:12:14.424995+0000 mon.a (mon.0) 7999 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:15.413 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:15 smithi178 bash[75692]: audit 2024-03-21T13:12:14.434728+0000 mon.a (mon.0) 8000 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:15.413 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:15 smithi178 bash[75692]: audit 2024-03-21T13:12:14.513659+0000 mon.a (mon.0) 8001 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:15.413 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:15 smithi178 bash[75692]: audit 2024-03-21T13:12:14.516844+0000 mon.a (mon.0) 8002 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:15.413 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:15 smithi178 bash[75692]: audit 2024-03-21T13:12:14.522891+0000 mon.a (mon.0) 8003 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:15.413 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:15 smithi178 bash[75692]: audit 2024-03-21T13:12:14.525112+0000 mon.a (mon.0) 8004 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:15.413 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:15 smithi178 bash[75692]: audit 2024-03-21T13:12:14.537776+0000 mon.a (mon.0) 8005 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:15.413 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:15 smithi178 bash[75692]: audit 2024-03-21T13:12:14.621107+0000 mon.a (mon.0) 8006 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:15.413 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:15 smithi178 bash[75692]: audit 2024-03-21T13:12:14.623984+0000 mon.a (mon.0) 8007 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:15.413 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:15 smithi178 bash[75692]: audit 2024-03-21T13:12:14.626913+0000 mon.a (mon.0) 8008 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:15.413 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:15 smithi178 bash[75692]: audit 2024-03-21T13:12:14.628155+0000 mon.a (mon.0) 8009 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:15.413 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:15 smithi178 bash[75692]: audit 2024-03-21T13:12:14.639306+0000 mon.a (mon.0) 8010 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:15.414 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:15 smithi178 bash[75692]: audit 2024-03-21T13:12:14.717660+0000 mon.a (mon.0) 8011 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:15.414 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:15 smithi178 bash[75692]: audit 2024-03-21T13:12:14.720920+0000 mon.a (mon.0) 8012 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:15.414 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:15 smithi178 bash[75692]: audit 2024-03-21T13:12:14.724583+0000 mon.a (mon.0) 8013 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:15.414 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:15 smithi178 bash[75692]: audit 2024-03-21T13:12:14.725976+0000 mon.a (mon.0) 8014 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:15.414 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:15 smithi178 bash[75692]: audit 2024-03-21T13:12:14.737323+0000 mon.a (mon.0) 8015 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:15.414 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:15 smithi178 bash[75692]: audit 2024-03-21T13:12:14.815881+0000 mon.a (mon.0) 8016 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:15.414 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:15 smithi178 bash[75692]: audit 2024-03-21T13:12:14.819368+0000 mon.a (mon.0) 8017 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:15.414 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:15 smithi178 bash[75692]: audit 2024-03-21T13:12:14.822472+0000 mon.a (mon.0) 8018 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:15.414 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:15 smithi178 bash[75692]: audit 2024-03-21T13:12:14.823651+0000 mon.a (mon.0) 8019 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:15.414 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:15 smithi178 bash[75692]: audit 2024-03-21T13:12:14.835029+0000 mon.a (mon.0) 8020 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:15.414 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:15 smithi178 bash[75692]: audit 2024-03-21T13:12:14.913666+0000 mon.a (mon.0) 8021 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:15.414 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:15 smithi178 bash[75692]: audit 2024-03-21T13:12:14.916898+0000 mon.a (mon.0) 8022 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:15.414 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:15 smithi178 bash[75692]: audit 2024-03-21T13:12:14.921080+0000 mon.a (mon.0) 8023 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:15.415 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:15 smithi178 bash[75692]: audit 2024-03-21T13:12:14.922572+0000 mon.a (mon.0) 8024 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:15.415 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:15 smithi178 bash[75692]: audit 2024-03-21T13:12:14.934900+0000 mon.a (mon.0) 8025 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:15.415 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:15 smithi178 bash[75692]: audit 2024-03-21T13:12:15.013627+0000 mon.a (mon.0) 8026 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:15.415 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:15 smithi178 bash[75692]: audit 2024-03-21T13:12:15.017756+0000 mon.a (mon.0) 8027 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:15.415 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:15 smithi178 bash[75692]: audit 2024-03-21T13:12:15.021622+0000 mon.a (mon.0) 8028 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:15.415 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:15 smithi178 bash[77880]: cluster 2024-03-21T13:12:13.329618+0000 mgr.x (mgr.34104) 5170 : cluster [DBG] pgmap v3421: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:15.415 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:15 smithi178 bash[77880]: cluster 2024-03-21T13:12:13.329853+0000 mgr.x (mgr.34104) 5171 : cluster [DBG] pgmap v3422: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:15.415 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:15 smithi178 bash[77880]: cephadm 2024-03-21T13:12:13.339980+0000 mgr.x (mgr.34104) 5172 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:15.415 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:15 smithi178 bash[77880]: cluster 2024-03-21T13:12:13.433981+0000 mgr.x (mgr.34104) 5173 : cluster [DBG] pgmap v3423: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:15.415 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:15 smithi178 bash[77880]: cluster 2024-03-21T13:12:13.434249+0000 mgr.x (mgr.34104) 5174 : cluster [DBG] pgmap v3424: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:15.416 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:15 smithi178 bash[77880]: cephadm 2024-03-21T13:12:13.442356+0000 mgr.x (mgr.34104) 5175 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:15.416 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:15 smithi178 bash[77880]: cluster 2024-03-21T13:12:13.533051+0000 mgr.x (mgr.34104) 5176 : cluster [DBG] pgmap v3425: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:15.416 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:15 smithi178 bash[77880]: cluster 2024-03-21T13:12:13.533521+0000 mgr.x (mgr.34104) 5177 : cluster [DBG] pgmap v3426: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:15.416 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:15 smithi178 bash[77880]: cephadm 2024-03-21T13:12:13.542303+0000 mgr.x (mgr.34104) 5178 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:15.416 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:15 smithi178 bash[77880]: cluster 2024-03-21T13:12:13.620695+0000 mgr.x (mgr.34104) 5179 : cluster [DBG] pgmap v3427: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:15.416 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:15 smithi178 bash[77880]: cluster 2024-03-21T13:12:13.621207+0000 mgr.x (mgr.34104) 5180 : cluster [DBG] pgmap v3428: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:15.416 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:15 smithi178 bash[77880]: cephadm 2024-03-21T13:12:13.627700+0000 mgr.x (mgr.34104) 5181 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:15.416 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:15 smithi178 bash[77880]: cluster 2024-03-21T13:12:13.718094+0000 mgr.x (mgr.34104) 5182 : cluster [DBG] pgmap v3429: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:15.416 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:15 smithi178 bash[77880]: cluster 2024-03-21T13:12:13.718612+0000 mgr.x (mgr.34104) 5183 : cluster [DBG] pgmap v3430: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:15.416 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:15 smithi178 bash[77880]: cephadm 2024-03-21T13:12:13.728487+0000 mgr.x (mgr.34104) 5184 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:15.416 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:15 smithi178 bash[77880]: cluster 2024-03-21T13:12:13.818042+0000 mgr.x (mgr.34104) 5185 : cluster [DBG] pgmap v3431: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:15.416 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:15 smithi178 bash[77880]: cluster 2024-03-21T13:12:13.818251+0000 mgr.x (mgr.34104) 5186 : cluster [DBG] pgmap v3432: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:15.417 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:15 smithi178 bash[77880]: cephadm 2024-03-21T13:12:13.827557+0000 mgr.x (mgr.34104) 5187 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:15.417 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:15 smithi178 bash[77880]: cluster 2024-03-21T13:12:13.914605+0000 mgr.x (mgr.34104) 5188 : cluster [DBG] pgmap v3433: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 17 op/s 2024-03-21T13:12:15.417 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:15 smithi178 bash[77880]: cluster 2024-03-21T13:12:13.914884+0000 mgr.x (mgr.34104) 5189 : cluster [DBG] pgmap v3434: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 17 op/s 2024-03-21T13:12:15.417 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:15 smithi178 bash[77880]: cephadm 2024-03-21T13:12:13.924653+0000 mgr.x (mgr.34104) 5190 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:15.417 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:15 smithi178 bash[77880]: cluster 2024-03-21T13:12:14.012980+0000 mgr.x (mgr.34104) 5191 : cluster [DBG] pgmap v3435: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s 2024-03-21T13:12:15.417 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:15 smithi178 bash[77880]: cluster 2024-03-21T13:12:14.013251+0000 mgr.x (mgr.34104) 5192 : cluster [DBG] pgmap v3436: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s 2024-03-21T13:12:15.417 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:15 smithi178 bash[77880]: cephadm 2024-03-21T13:12:14.022473+0000 mgr.x (mgr.34104) 5193 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:15.417 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:15 smithi178 bash[77880]: audit 2024-03-21T13:12:14.112636+0000 mon.a (mon.0) 7982 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:15.417 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:15 smithi178 bash[77880]: audit 2024-03-21T13:12:14.123866+0000 mon.a (mon.0) 7983 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:15.418 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:15 smithi178 bash[77880]: audit 2024-03-21T13:12:14.125149+0000 mon.a (mon.0) 7984 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:15.418 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:15 smithi178 bash[77880]: cluster 2024-03-21T13:12:14.127421+0000 mgr.x (mgr.34104) 5194 : cluster [DBG] pgmap v3437: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s 2024-03-21T13:12:15.418 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:15 smithi178 bash[77880]: cluster 2024-03-21T13:12:14.127740+0000 mgr.x (mgr.34104) 5195 : cluster [DBG] pgmap v3438: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s 2024-03-21T13:12:15.418 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:15 smithi178 bash[77880]: audit 2024-03-21T13:12:14.131911+0000 mon.a (mon.0) 7985 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:15.418 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:15 smithi178 bash[77880]: cephadm 2024-03-21T13:12:14.133035+0000 mgr.x (mgr.34104) 5196 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:15.418 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:15 smithi178 bash[77880]: audit 2024-03-21T13:12:14.210878+0000 mon.a (mon.0) 7986 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:15.418 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:15 smithi178 bash[77880]: audit 2024-03-21T13:12:14.213869+0000 mon.a (mon.0) 7987 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:15.418 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:15 smithi178 bash[77880]: audit 2024-03-21T13:12:14.217523+0000 mon.a (mon.0) 7988 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:15.418 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:15 smithi178 bash[77880]: audit 2024-03-21T13:12:14.218714+0000 mon.a (mon.0) 7989 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:15.418 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:15 smithi178 bash[77880]: cluster 2024-03-21T13:12:14.221587+0000 mgr.x (mgr.34104) 5197 : cluster [DBG] pgmap v3439: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:15.418 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:15 smithi178 bash[77880]: cluster 2024-03-21T13:12:14.222173+0000 mgr.x (mgr.34104) 5198 : cluster [DBG] pgmap v3440: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:15.418 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:15 smithi178 bash[77880]: audit 2024-03-21T13:12:14.228518+0000 mon.a (mon.0) 7990 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:15.418 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:15 smithi178 bash[77880]: cephadm 2024-03-21T13:12:14.229668+0000 mgr.x (mgr.34104) 5199 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:15.419 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:15 smithi178 bash[77880]: audit 2024-03-21T13:12:14.314297+0000 mon.a (mon.0) 7991 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:15.419 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:15 smithi178 bash[77880]: audit 2024-03-21T13:12:14.317750+0000 mon.a (mon.0) 7992 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:15.419 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:15 smithi178 bash[77880]: audit 2024-03-21T13:12:14.320516+0000 mon.a (mon.0) 7993 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:15.419 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:15 smithi178 bash[77880]: audit 2024-03-21T13:12:14.321732+0000 mon.a (mon.0) 7994 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:15.419 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:15 smithi178 bash[77880]: audit 2024-03-21T13:12:14.333127+0000 mon.a (mon.0) 7995 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:15.419 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:15 smithi178 bash[77880]: audit 2024-03-21T13:12:14.418024+0000 mon.a (mon.0) 7996 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:15.419 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:15 smithi178 bash[77880]: audit 2024-03-21T13:12:14.420569+0000 mon.a (mon.0) 7997 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:15.419 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:15 smithi178 bash[77880]: audit 2024-03-21T13:12:14.423685+0000 mon.a (mon.0) 7998 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:15.419 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:15 smithi178 bash[77880]: audit 2024-03-21T13:12:14.424995+0000 mon.a (mon.0) 7999 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:15.419 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:15 smithi178 bash[77880]: audit 2024-03-21T13:12:14.434728+0000 mon.a (mon.0) 8000 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:15.419 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:15 smithi178 bash[77880]: audit 2024-03-21T13:12:14.513659+0000 mon.a (mon.0) 8001 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:15.419 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:15 smithi178 bash[77880]: audit 2024-03-21T13:12:14.516844+0000 mon.a (mon.0) 8002 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:15.419 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:15 smithi178 bash[77880]: audit 2024-03-21T13:12:14.522891+0000 mon.a (mon.0) 8003 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:15.420 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:15 smithi178 bash[77880]: audit 2024-03-21T13:12:14.525112+0000 mon.a (mon.0) 8004 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:15.420 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:15 smithi178 bash[77880]: audit 2024-03-21T13:12:14.537776+0000 mon.a (mon.0) 8005 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:15.420 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:15 smithi178 bash[77880]: audit 2024-03-21T13:12:14.621107+0000 mon.a (mon.0) 8006 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:15.420 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:15 smithi178 bash[77880]: audit 2024-03-21T13:12:14.623984+0000 mon.a (mon.0) 8007 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:15.420 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:15 smithi178 bash[77880]: audit 2024-03-21T13:12:14.626913+0000 mon.a (mon.0) 8008 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:15.420 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:15 smithi178 bash[77880]: audit 2024-03-21T13:12:14.628155+0000 mon.a (mon.0) 8009 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:15.420 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:15 smithi178 bash[77880]: audit 2024-03-21T13:12:14.639306+0000 mon.a (mon.0) 8010 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:15.420 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:15 smithi178 bash[77880]: audit 2024-03-21T13:12:14.717660+0000 mon.a (mon.0) 8011 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:15.420 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:15 smithi178 bash[77880]: audit 2024-03-21T13:12:14.720920+0000 mon.a (mon.0) 8012 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:15.420 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:15 smithi178 bash[77880]: audit 2024-03-21T13:12:14.724583+0000 mon.a (mon.0) 8013 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:15.420 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:15 smithi178 bash[77880]: audit 2024-03-21T13:12:14.725976+0000 mon.a (mon.0) 8014 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:15.420 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:15 smithi178 bash[77880]: audit 2024-03-21T13:12:14.737323+0000 mon.a (mon.0) 8015 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:15.420 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:15 smithi178 bash[77880]: audit 2024-03-21T13:12:14.815881+0000 mon.a (mon.0) 8016 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:15.421 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:15 smithi178 bash[77880]: audit 2024-03-21T13:12:14.819368+0000 mon.a (mon.0) 8017 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:15.421 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:15 smithi178 bash[77880]: audit 2024-03-21T13:12:14.822472+0000 mon.a (mon.0) 8018 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:15.421 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:15 smithi178 bash[77880]: audit 2024-03-21T13:12:14.823651+0000 mon.a (mon.0) 8019 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:15.421 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:15 smithi178 bash[77880]: audit 2024-03-21T13:12:14.835029+0000 mon.a (mon.0) 8020 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:15.421 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:15 smithi178 bash[77880]: audit 2024-03-21T13:12:14.913666+0000 mon.a (mon.0) 8021 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:15.421 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:15 smithi178 bash[77880]: audit 2024-03-21T13:12:14.916898+0000 mon.a (mon.0) 8022 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:15.421 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:15 smithi178 bash[77880]: audit 2024-03-21T13:12:14.921080+0000 mon.a (mon.0) 8023 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:15.421 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:15 smithi178 bash[77880]: audit 2024-03-21T13:12:14.922572+0000 mon.a (mon.0) 8024 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:15.421 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:15 smithi178 bash[77880]: audit 2024-03-21T13:12:14.934900+0000 mon.a (mon.0) 8025 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:15.421 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:15 smithi178 bash[77880]: audit 2024-03-21T13:12:15.013627+0000 mon.a (mon.0) 8026 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:15.421 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:15 smithi178 bash[77880]: audit 2024-03-21T13:12:15.017756+0000 mon.a (mon.0) 8027 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:15.421 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:15 smithi178 bash[77880]: audit 2024-03-21T13:12:15.021622+0000 mon.a (mon.0) 8028 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:15.422 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:15 smithi178 bash[75692]: audit 2024-03-21T13:12:15.023083+0000 mon.a (mon.0) 8029 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:15.422 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:15 smithi178 bash[75692]: audit 2024-03-21T13:12:15.033941+0000 mon.a (mon.0) 8030 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:15.422 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:15 smithi178 bash[75692]: audit 2024-03-21T13:12:15.112737+0000 mon.a (mon.0) 8031 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:15.422 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:15 smithi178 bash[77880]: audit 2024-03-21T13:12:15.023083+0000 mon.a (mon.0) 8029 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:15.422 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:15 smithi178 bash[77880]: audit 2024-03-21T13:12:15.033941+0000 mon.a (mon.0) 8030 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:15.422 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:15 smithi178 bash[77880]: audit 2024-03-21T13:12:15.112737+0000 mon.a (mon.0) 8031 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:15.545 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:15 smithi184 bash[59794]: cluster 2024-03-21T13:12:13.329618+0000 mgr.x (mgr.34104) 5170 : cluster [DBG] pgmap v3421: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:15.545 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:15 smithi184 bash[59794]: cluster 2024-03-21T13:12:13.329853+0000 mgr.x (mgr.34104) 5171 : cluster [DBG] pgmap v3422: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:15.545 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:15 smithi184 bash[59794]: cephadm 2024-03-21T13:12:13.339980+0000 mgr.x (mgr.34104) 5172 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:15.545 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:15 smithi184 bash[59794]: cluster 2024-03-21T13:12:13.433981+0000 mgr.x (mgr.34104) 5173 : cluster [DBG] pgmap v3423: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:15.546 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:15 smithi184 bash[59794]: cluster 2024-03-21T13:12:13.434249+0000 mgr.x (mgr.34104) 5174 : cluster [DBG] pgmap v3424: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:15.546 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:15 smithi184 bash[59794]: cephadm 2024-03-21T13:12:13.442356+0000 mgr.x (mgr.34104) 5175 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:15.546 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:15 smithi184 bash[59794]: cluster 2024-03-21T13:12:13.533051+0000 mgr.x (mgr.34104) 5176 : cluster [DBG] pgmap v3425: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:15.546 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:15 smithi184 bash[59794]: cluster 2024-03-21T13:12:13.533521+0000 mgr.x (mgr.34104) 5177 : cluster [DBG] pgmap v3426: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:15.546 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:15 smithi184 bash[59794]: cephadm 2024-03-21T13:12:13.542303+0000 mgr.x (mgr.34104) 5178 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:15.546 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:15 smithi184 bash[59794]: cluster 2024-03-21T13:12:13.620695+0000 mgr.x (mgr.34104) 5179 : cluster [DBG] pgmap v3427: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:15.546 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:15 smithi184 bash[59794]: cluster 2024-03-21T13:12:13.621207+0000 mgr.x (mgr.34104) 5180 : cluster [DBG] pgmap v3428: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:15.546 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:15 smithi184 bash[59794]: cephadm 2024-03-21T13:12:13.627700+0000 mgr.x (mgr.34104) 5181 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:15.547 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:15 smithi184 bash[59794]: cluster 2024-03-21T13:12:13.718094+0000 mgr.x (mgr.34104) 5182 : cluster [DBG] pgmap v3429: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:15.547 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:15 smithi184 bash[59794]: cluster 2024-03-21T13:12:13.718612+0000 mgr.x (mgr.34104) 5183 : cluster [DBG] pgmap v3430: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:15.547 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:15 smithi184 bash[59794]: cephadm 2024-03-21T13:12:13.728487+0000 mgr.x (mgr.34104) 5184 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:15.547 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:15 smithi184 bash[59794]: cluster 2024-03-21T13:12:13.818042+0000 mgr.x (mgr.34104) 5185 : cluster [DBG] pgmap v3431: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:15.547 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:15 smithi184 bash[59794]: cluster 2024-03-21T13:12:13.818251+0000 mgr.x (mgr.34104) 5186 : cluster [DBG] pgmap v3432: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:15.547 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:15 smithi184 bash[59794]: cephadm 2024-03-21T13:12:13.827557+0000 mgr.x (mgr.34104) 5187 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:15.547 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:15 smithi184 bash[59794]: cluster 2024-03-21T13:12:13.914605+0000 mgr.x (mgr.34104) 5188 : cluster [DBG] pgmap v3433: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 17 op/s 2024-03-21T13:12:15.547 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:15 smithi184 bash[59794]: cluster 2024-03-21T13:12:13.914884+0000 mgr.x (mgr.34104) 5189 : cluster [DBG] pgmap v3434: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 17 op/s 2024-03-21T13:12:15.547 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:15 smithi184 bash[59794]: cephadm 2024-03-21T13:12:13.924653+0000 mgr.x (mgr.34104) 5190 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:15.547 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:15 smithi184 bash[59794]: cluster 2024-03-21T13:12:14.012980+0000 mgr.x (mgr.34104) 5191 : cluster [DBG] pgmap v3435: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s 2024-03-21T13:12:15.547 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:15 smithi184 bash[59794]: cluster 2024-03-21T13:12:14.013251+0000 mgr.x (mgr.34104) 5192 : cluster [DBG] pgmap v3436: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s 2024-03-21T13:12:15.547 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:15 smithi184 bash[59794]: cephadm 2024-03-21T13:12:14.022473+0000 mgr.x (mgr.34104) 5193 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:15.548 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:15 smithi184 bash[59794]: audit 2024-03-21T13:12:14.112636+0000 mon.a (mon.0) 7982 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:15.548 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:15 smithi184 bash[59794]: audit 2024-03-21T13:12:14.123866+0000 mon.a (mon.0) 7983 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:15.548 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:15 smithi184 bash[59794]: audit 2024-03-21T13:12:14.125149+0000 mon.a (mon.0) 7984 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:15.548 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:15 smithi184 bash[59794]: cluster 2024-03-21T13:12:14.127421+0000 mgr.x (mgr.34104) 5194 : cluster [DBG] pgmap v3437: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s 2024-03-21T13:12:15.548 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:15 smithi184 bash[59794]: cluster 2024-03-21T13:12:14.127740+0000 mgr.x (mgr.34104) 5195 : cluster [DBG] pgmap v3438: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s 2024-03-21T13:12:15.548 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:15 smithi184 bash[59794]: audit 2024-03-21T13:12:14.131911+0000 mon.a (mon.0) 7985 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:15.549 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:15 smithi184 bash[59794]: cephadm 2024-03-21T13:12:14.133035+0000 mgr.x (mgr.34104) 5196 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:15.549 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:15 smithi184 bash[59794]: audit 2024-03-21T13:12:14.210878+0000 mon.a (mon.0) 7986 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:15.549 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:15 smithi184 bash[59794]: audit 2024-03-21T13:12:14.213869+0000 mon.a (mon.0) 7987 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:15.549 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:15 smithi184 bash[59794]: audit 2024-03-21T13:12:14.217523+0000 mon.a (mon.0) 7988 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:15.549 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:15 smithi184 bash[59794]: audit 2024-03-21T13:12:14.218714+0000 mon.a (mon.0) 7989 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:15.549 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:15 smithi184 bash[59794]: cluster 2024-03-21T13:12:14.221587+0000 mgr.x (mgr.34104) 5197 : cluster [DBG] pgmap v3439: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:15.549 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:15 smithi184 bash[59794]: cluster 2024-03-21T13:12:14.222173+0000 mgr.x (mgr.34104) 5198 : cluster [DBG] pgmap v3440: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:15.549 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:15 smithi184 bash[59794]: audit 2024-03-21T13:12:14.228518+0000 mon.a (mon.0) 7990 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:15.549 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:15 smithi184 bash[59794]: cephadm 2024-03-21T13:12:14.229668+0000 mgr.x (mgr.34104) 5199 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:15.550 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:15 smithi184 bash[59794]: audit 2024-03-21T13:12:14.314297+0000 mon.a (mon.0) 7991 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:15.550 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:15 smithi184 bash[59794]: audit 2024-03-21T13:12:14.317750+0000 mon.a (mon.0) 7992 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:15.550 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:15 smithi184 bash[59794]: audit 2024-03-21T13:12:14.320516+0000 mon.a (mon.0) 7993 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:15.550 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:15 smithi184 bash[59794]: audit 2024-03-21T13:12:14.321732+0000 mon.a (mon.0) 7994 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:15.550 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:15 smithi184 bash[59794]: audit 2024-03-21T13:12:14.333127+0000 mon.a (mon.0) 7995 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:15.550 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:15 smithi184 bash[59794]: audit 2024-03-21T13:12:14.418024+0000 mon.a (mon.0) 7996 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:15.550 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:15 smithi184 bash[59794]: audit 2024-03-21T13:12:14.420569+0000 mon.a (mon.0) 7997 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:15.550 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:15 smithi184 bash[59794]: audit 2024-03-21T13:12:14.423685+0000 mon.a (mon.0) 7998 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:15.550 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:15 smithi184 bash[59794]: audit 2024-03-21T13:12:14.424995+0000 mon.a (mon.0) 7999 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:15.550 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:15 smithi184 bash[59794]: audit 2024-03-21T13:12:14.434728+0000 mon.a (mon.0) 8000 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:15.550 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:15 smithi184 bash[59794]: audit 2024-03-21T13:12:14.513659+0000 mon.a (mon.0) 8001 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:15.550 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:15 smithi184 bash[59794]: audit 2024-03-21T13:12:14.516844+0000 mon.a (mon.0) 8002 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:15.550 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:15 smithi184 bash[59794]: audit 2024-03-21T13:12:14.522891+0000 mon.a (mon.0) 8003 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:15.551 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:15 smithi184 bash[59794]: audit 2024-03-21T13:12:14.525112+0000 mon.a (mon.0) 8004 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:15.551 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:15 smithi184 bash[59794]: audit 2024-03-21T13:12:14.537776+0000 mon.a (mon.0) 8005 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:15.551 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:15 smithi184 bash[59794]: audit 2024-03-21T13:12:14.621107+0000 mon.a (mon.0) 8006 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:15.551 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:15 smithi184 bash[59794]: audit 2024-03-21T13:12:14.623984+0000 mon.a (mon.0) 8007 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:15.551 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:15 smithi184 bash[59794]: audit 2024-03-21T13:12:14.626913+0000 mon.a (mon.0) 8008 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:15.551 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:15 smithi184 bash[59794]: audit 2024-03-21T13:12:14.628155+0000 mon.a (mon.0) 8009 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:15.551 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:15 smithi184 bash[59794]: audit 2024-03-21T13:12:14.639306+0000 mon.a (mon.0) 8010 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:15.551 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:15 smithi184 bash[59794]: audit 2024-03-21T13:12:14.717660+0000 mon.a (mon.0) 8011 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:15.551 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:15 smithi184 bash[59794]: audit 2024-03-21T13:12:14.720920+0000 mon.a (mon.0) 8012 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:15.551 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:15 smithi184 bash[59794]: audit 2024-03-21T13:12:14.724583+0000 mon.a (mon.0) 8013 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:15.551 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:15 smithi184 bash[59794]: audit 2024-03-21T13:12:14.725976+0000 mon.a (mon.0) 8014 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:15.551 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:15 smithi184 bash[59794]: audit 2024-03-21T13:12:14.737323+0000 mon.a (mon.0) 8015 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:15.551 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:15 smithi184 bash[59794]: audit 2024-03-21T13:12:14.815881+0000 mon.a (mon.0) 8016 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:15.551 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:15 smithi184 bash[59794]: audit 2024-03-21T13:12:14.819368+0000 mon.a (mon.0) 8017 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:15.552 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:15 smithi184 bash[59794]: audit 2024-03-21T13:12:14.822472+0000 mon.a (mon.0) 8018 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:15.552 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:15 smithi184 bash[59794]: audit 2024-03-21T13:12:14.823651+0000 mon.a (mon.0) 8019 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:15.552 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:15 smithi184 bash[59794]: audit 2024-03-21T13:12:14.835029+0000 mon.a (mon.0) 8020 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:15.552 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:15 smithi184 bash[59794]: audit 2024-03-21T13:12:14.913666+0000 mon.a (mon.0) 8021 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:15.552 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:15 smithi184 bash[59794]: audit 2024-03-21T13:12:14.916898+0000 mon.a (mon.0) 8022 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:15.552 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:15 smithi184 bash[59794]: audit 2024-03-21T13:12:14.921080+0000 mon.a (mon.0) 8023 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:15.552 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:15 smithi184 bash[59794]: audit 2024-03-21T13:12:14.922572+0000 mon.a (mon.0) 8024 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:15.552 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:15 smithi184 bash[59794]: audit 2024-03-21T13:12:14.934900+0000 mon.a (mon.0) 8025 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:15.552 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:15 smithi184 bash[59794]: audit 2024-03-21T13:12:15.013627+0000 mon.a (mon.0) 8026 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:15.552 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:15 smithi184 bash[59794]: audit 2024-03-21T13:12:15.017756+0000 mon.a (mon.0) 8027 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:15.552 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:15 smithi184 bash[59794]: audit 2024-03-21T13:12:15.021622+0000 mon.a (mon.0) 8028 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:15.552 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:15 smithi184 bash[59794]: audit 2024-03-21T13:12:15.023083+0000 mon.a (mon.0) 8029 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:15.552 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:15 smithi184 bash[59794]: audit 2024-03-21T13:12:15.033941+0000 mon.a (mon.0) 8030 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:15.552 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:15 smithi184 bash[59794]: audit 2024-03-21T13:12:15.112737+0000 mon.a (mon.0) 8031 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:15.823 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:12:15 smithi184 bash[52419]: ::ffff:172.21.15.184 - - [21/Mar/2024:13:12:15] "GET /metrics HTTP/1.1" 200 38777 "" "Prometheus/2.33.4" 2024-03-21T13:12:16.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:16 smithi178 bash[75692]: cluster 2024-03-21T13:12:14.324583+0000 mgr.x (mgr.34104) 5200 : cluster [DBG] pgmap v3441: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:16.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:16 smithi178 bash[75692]: cluster 2024-03-21T13:12:14.324829+0000 mgr.x (mgr.34104) 5201 : cluster [DBG] pgmap v3442: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:16.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:16 smithi178 bash[75692]: cephadm 2024-03-21T13:12:14.334357+0000 mgr.x (mgr.34104) 5202 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:16.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:16 smithi178 bash[75692]: cluster 2024-03-21T13:12:14.427794+0000 mgr.x (mgr.34104) 5203 : cluster [DBG] pgmap v3443: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:16.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:16 smithi178 bash[75692]: cluster 2024-03-21T13:12:14.428237+0000 mgr.x (mgr.34104) 5204 : cluster [DBG] pgmap v3444: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:16.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:16 smithi178 bash[75692]: cephadm 2024-03-21T13:12:14.436195+0000 mgr.x (mgr.34104) 5205 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:16.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:16 smithi178 bash[75692]: cluster 2024-03-21T13:12:14.528561+0000 mgr.x (mgr.34104) 5206 : cluster [DBG] pgmap v3445: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:16.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:16 smithi178 bash[75692]: cluster 2024-03-21T13:12:14.528963+0000 mgr.x (mgr.34104) 5207 : cluster [DBG] pgmap v3446: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:16.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:16 smithi178 bash[75692]: cephadm 2024-03-21T13:12:14.539093+0000 mgr.x (mgr.34104) 5208 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:16.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:16 smithi178 bash[75692]: cluster 2024-03-21T13:12:14.630523+0000 mgr.x (mgr.34104) 5209 : cluster [DBG] pgmap v3447: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:16.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:16 smithi178 bash[75692]: cluster 2024-03-21T13:12:14.630768+0000 mgr.x (mgr.34104) 5210 : cluster [DBG] pgmap v3448: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:16.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:16 smithi178 bash[75692]: cephadm 2024-03-21T13:12:14.640454+0000 mgr.x (mgr.34104) 5211 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:16.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:16 smithi178 bash[75692]: cluster 2024-03-21T13:12:14.728746+0000 mgr.x (mgr.34104) 5212 : cluster [DBG] pgmap v3449: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:16.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:16 smithi178 bash[75692]: cluster 2024-03-21T13:12:14.729090+0000 mgr.x (mgr.34104) 5213 : cluster [DBG] pgmap v3450: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:16.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:16 smithi178 bash[75692]: cephadm 2024-03-21T13:12:14.738596+0000 mgr.x (mgr.34104) 5214 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:16.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:16 smithi178 bash[75692]: cluster 2024-03-21T13:12:14.826404+0000 mgr.x (mgr.34104) 5215 : cluster [DBG] pgmap v3451: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:16.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:16 smithi178 bash[75692]: cluster 2024-03-21T13:12:14.826778+0000 mgr.x (mgr.34104) 5216 : cluster [DBG] pgmap v3452: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:16.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:16 smithi178 bash[75692]: cephadm 2024-03-21T13:12:14.836207+0000 mgr.x (mgr.34104) 5217 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:16.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:16 smithi178 bash[75692]: cluster 2024-03-21T13:12:14.925840+0000 mgr.x (mgr.34104) 5218 : cluster [DBG] pgmap v3453: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:16.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:16 smithi178 bash[75692]: cluster 2024-03-21T13:12:14.926402+0000 mgr.x (mgr.34104) 5219 : cluster [DBG] pgmap v3454: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:16.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:16 smithi178 bash[77880]: cluster 2024-03-21T13:12:14.324583+0000 mgr.x (mgr.34104) 5200 : cluster [DBG] pgmap v3441: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:16.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:16 smithi178 bash[77880]: cluster 2024-03-21T13:12:14.324829+0000 mgr.x (mgr.34104) 5201 : cluster [DBG] pgmap v3442: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:16.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:16 smithi178 bash[77880]: cephadm 2024-03-21T13:12:14.334357+0000 mgr.x (mgr.34104) 5202 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:16.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:16 smithi178 bash[77880]: cluster 2024-03-21T13:12:14.427794+0000 mgr.x (mgr.34104) 5203 : cluster [DBG] pgmap v3443: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:16.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:16 smithi178 bash[77880]: cluster 2024-03-21T13:12:14.428237+0000 mgr.x (mgr.34104) 5204 : cluster [DBG] pgmap v3444: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:16.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:16 smithi178 bash[77880]: cephadm 2024-03-21T13:12:14.436195+0000 mgr.x (mgr.34104) 5205 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:16.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:16 smithi178 bash[77880]: cluster 2024-03-21T13:12:14.528561+0000 mgr.x (mgr.34104) 5206 : cluster [DBG] pgmap v3445: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:16.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:16 smithi178 bash[77880]: cluster 2024-03-21T13:12:14.528963+0000 mgr.x (mgr.34104) 5207 : cluster [DBG] pgmap v3446: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:16.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:16 smithi178 bash[77880]: cephadm 2024-03-21T13:12:14.539093+0000 mgr.x (mgr.34104) 5208 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:16.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:16 smithi178 bash[77880]: cluster 2024-03-21T13:12:14.630523+0000 mgr.x (mgr.34104) 5209 : cluster [DBG] pgmap v3447: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:16.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:16 smithi178 bash[77880]: cluster 2024-03-21T13:12:14.630768+0000 mgr.x (mgr.34104) 5210 : cluster [DBG] pgmap v3448: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:16.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:16 smithi178 bash[77880]: cephadm 2024-03-21T13:12:14.640454+0000 mgr.x (mgr.34104) 5211 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:16.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:16 smithi178 bash[77880]: cluster 2024-03-21T13:12:14.728746+0000 mgr.x (mgr.34104) 5212 : cluster [DBG] pgmap v3449: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:16.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:16 smithi178 bash[77880]: cluster 2024-03-21T13:12:14.729090+0000 mgr.x (mgr.34104) 5213 : cluster [DBG] pgmap v3450: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:16.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:16 smithi178 bash[77880]: cephadm 2024-03-21T13:12:14.738596+0000 mgr.x (mgr.34104) 5214 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:16.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:16 smithi178 bash[77880]: cluster 2024-03-21T13:12:14.826404+0000 mgr.x (mgr.34104) 5215 : cluster [DBG] pgmap v3451: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:16.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:16 smithi178 bash[77880]: cluster 2024-03-21T13:12:14.826778+0000 mgr.x (mgr.34104) 5216 : cluster [DBG] pgmap v3452: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:16.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:16 smithi178 bash[77880]: cephadm 2024-03-21T13:12:14.836207+0000 mgr.x (mgr.34104) 5217 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:16.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:16 smithi178 bash[77880]: cluster 2024-03-21T13:12:14.925840+0000 mgr.x (mgr.34104) 5218 : cluster [DBG] pgmap v3453: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:16.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:16 smithi178 bash[77880]: cluster 2024-03-21T13:12:14.926402+0000 mgr.x (mgr.34104) 5219 : cluster [DBG] pgmap v3454: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:16.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:16 smithi178 bash[77880]: cephadm 2024-03-21T13:12:14.936118+0000 mgr.x (mgr.34104) 5220 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:16.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:16 smithi178 bash[77880]: cluster 2024-03-21T13:12:15.025909+0000 mgr.x (mgr.34104) 5221 : cluster [DBG] pgmap v3455: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:16.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:16 smithi178 bash[77880]: cluster 2024-03-21T13:12:15.026434+0000 mgr.x (mgr.34104) 5222 : cluster [DBG] pgmap v3456: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:16.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:16 smithi178 bash[77880]: cephadm 2024-03-21T13:12:15.035306+0000 mgr.x (mgr.34104) 5223 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:16.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:16 smithi178 bash[77880]: audit 2024-03-21T13:12:15.122530+0000 mon.a (mon.0) 8032 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:16.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:16 smithi178 bash[77880]: audit 2024-03-21T13:12:15.136162+0000 mon.a (mon.0) 8033 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:16.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:16 smithi178 bash[77880]: audit 2024-03-21T13:12:15.137665+0000 mon.a (mon.0) 8034 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:16.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:16 smithi178 bash[77880]: cluster 2024-03-21T13:12:15.140298+0000 mgr.x (mgr.34104) 5224 : cluster [DBG] pgmap v3457: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:16.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:16 smithi178 bash[77880]: cluster 2024-03-21T13:12:15.140778+0000 mgr.x (mgr.34104) 5225 : cluster [DBG] pgmap v3458: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:16.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:16 smithi178 bash[77880]: audit 2024-03-21T13:12:15.145168+0000 mon.a (mon.0) 8035 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:16.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:16 smithi178 bash[77880]: cephadm 2024-03-21T13:12:15.146571+0000 mgr.x (mgr.34104) 5226 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:16.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:16 smithi178 bash[77880]: audit 2024-03-21T13:12:15.230985+0000 mon.a (mon.0) 8036 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:16.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:16 smithi178 bash[77880]: audit 2024-03-21T13:12:15.234015+0000 mon.a (mon.0) 8037 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:16.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:16 smithi178 bash[77880]: audit 2024-03-21T13:12:15.238459+0000 mon.a (mon.0) 8038 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:16.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:16 smithi178 bash[77880]: audit 2024-03-21T13:12:15.240272+0000 mon.a (mon.0) 8039 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:16.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:16 smithi178 bash[77880]: cluster 2024-03-21T13:12:15.243787+0000 mgr.x (mgr.34104) 5227 : cluster [DBG] pgmap v3459: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:16.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:16 smithi178 bash[77880]: cluster 2024-03-21T13:12:15.244420+0000 mgr.x (mgr.34104) 5228 : cluster [DBG] pgmap v3460: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:16.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:16 smithi178 bash[77880]: audit 2024-03-21T13:12:15.253968+0000 mon.a (mon.0) 8040 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:16.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:16 smithi178 bash[77880]: cephadm 2024-03-21T13:12:15.255559+0000 mgr.x (mgr.34104) 5229 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:16.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:16 smithi178 bash[77880]: audit 2024-03-21T13:12:15.337914+0000 mon.a (mon.0) 8041 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:16.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:16 smithi178 bash[75692]: cephadm 2024-03-21T13:12:14.936118+0000 mgr.x (mgr.34104) 5220 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:16.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:16 smithi178 bash[75692]: cluster 2024-03-21T13:12:15.025909+0000 mgr.x (mgr.34104) 5221 : cluster [DBG] pgmap v3455: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:16.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:16 smithi178 bash[75692]: cluster 2024-03-21T13:12:15.026434+0000 mgr.x (mgr.34104) 5222 : cluster [DBG] pgmap v3456: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:16.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:16 smithi178 bash[75692]: cephadm 2024-03-21T13:12:15.035306+0000 mgr.x (mgr.34104) 5223 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:16.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:16 smithi178 bash[75692]: audit 2024-03-21T13:12:15.122530+0000 mon.a (mon.0) 8032 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:16.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:16 smithi178 bash[75692]: audit 2024-03-21T13:12:15.136162+0000 mon.a (mon.0) 8033 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:16.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:16 smithi178 bash[75692]: audit 2024-03-21T13:12:15.137665+0000 mon.a (mon.0) 8034 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:16.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:16 smithi178 bash[75692]: cluster 2024-03-21T13:12:15.140298+0000 mgr.x (mgr.34104) 5224 : cluster [DBG] pgmap v3457: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:16.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:16 smithi178 bash[75692]: cluster 2024-03-21T13:12:15.140778+0000 mgr.x (mgr.34104) 5225 : cluster [DBG] pgmap v3458: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:16.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:16 smithi178 bash[75692]: audit 2024-03-21T13:12:15.145168+0000 mon.a (mon.0) 8035 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:16.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:16 smithi178 bash[75692]: cephadm 2024-03-21T13:12:15.146571+0000 mgr.x (mgr.34104) 5226 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:16.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:16 smithi178 bash[75692]: audit 2024-03-21T13:12:15.230985+0000 mon.a (mon.0) 8036 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:16.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:16 smithi178 bash[75692]: audit 2024-03-21T13:12:15.234015+0000 mon.a (mon.0) 8037 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:16.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:16 smithi178 bash[75692]: audit 2024-03-21T13:12:15.238459+0000 mon.a (mon.0) 8038 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:16.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:16 smithi178 bash[75692]: audit 2024-03-21T13:12:15.240272+0000 mon.a (mon.0) 8039 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:16.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:16 smithi178 bash[75692]: cluster 2024-03-21T13:12:15.243787+0000 mgr.x (mgr.34104) 5227 : cluster [DBG] pgmap v3459: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:16.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:16 smithi178 bash[75692]: cluster 2024-03-21T13:12:15.244420+0000 mgr.x (mgr.34104) 5228 : cluster [DBG] pgmap v3460: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:16.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:16 smithi178 bash[75692]: audit 2024-03-21T13:12:15.253968+0000 mon.a (mon.0) 8040 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:16.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:16 smithi178 bash[75692]: cephadm 2024-03-21T13:12:15.255559+0000 mgr.x (mgr.34104) 5229 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:16.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:16 smithi178 bash[75692]: audit 2024-03-21T13:12:15.337914+0000 mon.a (mon.0) 8041 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:16.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:16 smithi178 bash[77880]: audit 2024-03-21T13:12:15.340631+0000 mon.a (mon.0) 8042 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:16.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:16 smithi178 bash[77880]: audit 2024-03-21T13:12:15.343480+0000 mon.a (mon.0) 8043 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:16.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:16 smithi178 bash[77880]: audit 2024-03-21T13:12:15.344563+0000 mon.a (mon.0) 8044 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:16.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:16 smithi178 bash[77880]: audit 2024-03-21T13:12:15.355416+0000 mon.a (mon.0) 8045 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:16.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:16 smithi178 bash[77880]: audit 2024-03-21T13:12:15.436375+0000 mon.a (mon.0) 8046 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:16.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:16 smithi178 bash[77880]: audit 2024-03-21T13:12:15.439248+0000 mon.a (mon.0) 8047 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:16.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:16 smithi178 bash[77880]: audit 2024-03-21T13:12:15.446430+0000 mon.a (mon.0) 8048 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:16.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:16 smithi178 bash[77880]: audit 2024-03-21T13:12:15.447848+0000 mon.a (mon.0) 8049 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:16.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:16 smithi178 bash[77880]: audit 2024-03-21T13:12:15.459956+0000 mon.a (mon.0) 8050 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:16.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:16 smithi178 bash[77880]: audit 2024-03-21T13:12:15.539903+0000 mon.a (mon.0) 8051 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:16.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:16 smithi178 bash[77880]: audit 2024-03-21T13:12:15.544911+0000 mon.a (mon.0) 8052 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:16.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:16 smithi178 bash[77880]: audit 2024-03-21T13:12:15.547520+0000 mon.a (mon.0) 8053 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:16.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:16 smithi178 bash[77880]: audit 2024-03-21T13:12:15.548651+0000 mon.a (mon.0) 8054 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:16.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:16 smithi178 bash[77880]: audit 2024-03-21T13:12:15.559910+0000 mon.a (mon.0) 8055 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:16.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:16 smithi178 bash[77880]: audit 2024-03-21T13:12:15.638030+0000 mon.a (mon.0) 8056 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:16.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:16 smithi178 bash[77880]: audit 2024-03-21T13:12:15.640229+0000 mon.a (mon.0) 8057 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:16.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:16 smithi178 bash[77880]: audit 2024-03-21T13:12:15.642700+0000 mon.a (mon.0) 8058 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:16.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:16 smithi178 bash[77880]: audit 2024-03-21T13:12:15.643824+0000 mon.a (mon.0) 8059 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:16.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:16 smithi178 bash[77880]: audit 2024-03-21T13:12:15.652127+0000 mon.a (mon.0) 8060 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:16.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:16 smithi178 bash[77880]: audit 2024-03-21T13:12:15.730974+0000 mon.a (mon.0) 8061 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:16.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:16 smithi178 bash[77880]: audit 2024-03-21T13:12:15.733916+0000 mon.a (mon.0) 8062 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:16.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:16 smithi178 bash[77880]: audit 2024-03-21T13:12:15.738402+0000 mon.a (mon.0) 8063 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:16.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:16 smithi178 bash[77880]: audit 2024-03-21T13:12:15.740005+0000 mon.a (mon.0) 8064 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:16.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:16 smithi178 bash[77880]: audit 2024-03-21T13:12:15.751536+0000 mon.a (mon.0) 8065 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:16.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:16 smithi178 bash[77880]: audit 2024-03-21T13:12:15.831361+0000 mon.a (mon.0) 8066 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:16.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:16 smithi178 bash[77880]: audit 2024-03-21T13:12:15.834359+0000 mon.a (mon.0) 8067 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:16.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:16 smithi178 bash[77880]: audit 2024-03-21T13:12:15.837810+0000 mon.a (mon.0) 8068 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:16.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:16 smithi178 bash[77880]: audit 2024-03-21T13:12:15.839082+0000 mon.a (mon.0) 8069 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:16.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:16 smithi178 bash[77880]: audit 2024-03-21T13:12:15.850608+0000 mon.a (mon.0) 8070 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:16.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:16 smithi178 bash[77880]: audit 2024-03-21T13:12:15.930108+0000 mon.a (mon.0) 8071 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:16.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:16 smithi178 bash[77880]: audit 2024-03-21T13:12:15.933296+0000 mon.a (mon.0) 8072 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:16.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:16 smithi178 bash[77880]: audit 2024-03-21T13:12:15.936195+0000 mon.a (mon.0) 8073 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:16.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:16 smithi178 bash[77880]: audit 2024-03-21T13:12:15.937582+0000 mon.a (mon.0) 8074 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:16.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:16 smithi178 bash[77880]: audit 2024-03-21T13:12:15.948508+0000 mon.a (mon.0) 8075 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:16.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:16 smithi178 bash[77880]: audit 2024-03-21T13:12:16.026793+0000 mon.a (mon.0) 8076 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:16.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:16 smithi178 bash[77880]: audit 2024-03-21T13:12:16.029808+0000 mon.a (mon.0) 8077 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:16.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:16 smithi178 bash[77880]: audit 2024-03-21T13:12:16.033399+0000 mon.a (mon.0) 8078 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:16.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:16 smithi178 bash[77880]: audit 2024-03-21T13:12:16.034616+0000 mon.a (mon.0) 8079 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:16.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:16 smithi178 bash[77880]: audit 2024-03-21T13:12:16.046156+0000 mon.a (mon.0) 8080 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:16.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:16 smithi178 bash[75692]: audit 2024-03-21T13:12:15.340631+0000 mon.a (mon.0) 8042 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:16.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:16 smithi178 bash[75692]: audit 2024-03-21T13:12:15.343480+0000 mon.a (mon.0) 8043 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:16.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:16 smithi178 bash[75692]: audit 2024-03-21T13:12:15.344563+0000 mon.a (mon.0) 8044 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:16.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:16 smithi178 bash[75692]: audit 2024-03-21T13:12:15.355416+0000 mon.a (mon.0) 8045 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:16.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:16 smithi178 bash[75692]: audit 2024-03-21T13:12:15.436375+0000 mon.a (mon.0) 8046 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:16.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:16 smithi178 bash[75692]: audit 2024-03-21T13:12:15.439248+0000 mon.a (mon.0) 8047 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:16.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:16 smithi178 bash[75692]: audit 2024-03-21T13:12:15.446430+0000 mon.a (mon.0) 8048 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:16.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:16 smithi178 bash[75692]: audit 2024-03-21T13:12:15.447848+0000 mon.a (mon.0) 8049 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:16.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:16 smithi178 bash[75692]: audit 2024-03-21T13:12:15.459956+0000 mon.a (mon.0) 8050 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:16.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:16 smithi178 bash[75692]: audit 2024-03-21T13:12:15.539903+0000 mon.a (mon.0) 8051 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:16.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:16 smithi178 bash[75692]: audit 2024-03-21T13:12:15.544911+0000 mon.a (mon.0) 8052 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:16.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:16 smithi178 bash[75692]: audit 2024-03-21T13:12:15.547520+0000 mon.a (mon.0) 8053 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:16.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:16 smithi178 bash[75692]: audit 2024-03-21T13:12:15.548651+0000 mon.a (mon.0) 8054 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:16.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:16 smithi178 bash[75692]: audit 2024-03-21T13:12:15.559910+0000 mon.a (mon.0) 8055 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:16.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:16 smithi178 bash[75692]: audit 2024-03-21T13:12:15.638030+0000 mon.a (mon.0) 8056 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:16.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:16 smithi178 bash[75692]: audit 2024-03-21T13:12:15.640229+0000 mon.a (mon.0) 8057 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:16.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:16 smithi178 bash[75692]: audit 2024-03-21T13:12:15.642700+0000 mon.a (mon.0) 8058 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:16.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:16 smithi178 bash[75692]: audit 2024-03-21T13:12:15.643824+0000 mon.a (mon.0) 8059 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:16.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:16 smithi178 bash[75692]: audit 2024-03-21T13:12:15.652127+0000 mon.a (mon.0) 8060 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:16.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:16 smithi178 bash[75692]: audit 2024-03-21T13:12:15.730974+0000 mon.a (mon.0) 8061 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:16.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:16 smithi178 bash[75692]: audit 2024-03-21T13:12:15.733916+0000 mon.a (mon.0) 8062 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:16.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:16 smithi178 bash[75692]: audit 2024-03-21T13:12:15.738402+0000 mon.a (mon.0) 8063 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:16.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:16 smithi178 bash[75692]: audit 2024-03-21T13:12:15.740005+0000 mon.a (mon.0) 8064 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:16.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:16 smithi178 bash[75692]: audit 2024-03-21T13:12:15.751536+0000 mon.a (mon.0) 8065 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:16.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:16 smithi178 bash[75692]: audit 2024-03-21T13:12:15.831361+0000 mon.a (mon.0) 8066 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:16.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:16 smithi178 bash[75692]: audit 2024-03-21T13:12:15.834359+0000 mon.a (mon.0) 8067 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:16.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:16 smithi178 bash[75692]: audit 2024-03-21T13:12:15.837810+0000 mon.a (mon.0) 8068 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:16.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:16 smithi178 bash[75692]: audit 2024-03-21T13:12:15.839082+0000 mon.a (mon.0) 8069 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:16.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:16 smithi178 bash[75692]: audit 2024-03-21T13:12:15.850608+0000 mon.a (mon.0) 8070 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:16.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:16 smithi178 bash[75692]: audit 2024-03-21T13:12:15.930108+0000 mon.a (mon.0) 8071 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:16.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:16 smithi178 bash[75692]: audit 2024-03-21T13:12:15.933296+0000 mon.a (mon.0) 8072 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:16.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:16 smithi178 bash[75692]: audit 2024-03-21T13:12:15.936195+0000 mon.a (mon.0) 8073 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:16.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:16 smithi178 bash[75692]: audit 2024-03-21T13:12:15.937582+0000 mon.a (mon.0) 8074 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:16.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:16 smithi178 bash[75692]: audit 2024-03-21T13:12:15.948508+0000 mon.a (mon.0) 8075 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:16.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:16 smithi178 bash[75692]: audit 2024-03-21T13:12:16.026793+0000 mon.a (mon.0) 8076 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:16.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:16 smithi178 bash[75692]: audit 2024-03-21T13:12:16.029808+0000 mon.a (mon.0) 8077 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:16.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:16 smithi178 bash[75692]: audit 2024-03-21T13:12:16.033399+0000 mon.a (mon.0) 8078 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:16.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:16 smithi178 bash[75692]: audit 2024-03-21T13:12:16.034616+0000 mon.a (mon.0) 8079 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:16.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:16 smithi178 bash[75692]: audit 2024-03-21T13:12:16.046156+0000 mon.a (mon.0) 8080 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:16.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:16 smithi184 bash[59794]: cluster 2024-03-21T13:12:14.324583+0000 mgr.x (mgr.34104) 5200 : cluster [DBG] pgmap v3441: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:16.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:16 smithi184 bash[59794]: cluster 2024-03-21T13:12:14.324829+0000 mgr.x (mgr.34104) 5201 : cluster [DBG] pgmap v3442: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:16.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:16 smithi184 bash[59794]: cephadm 2024-03-21T13:12:14.334357+0000 mgr.x (mgr.34104) 5202 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:16.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:16 smithi184 bash[59794]: cluster 2024-03-21T13:12:14.427794+0000 mgr.x (mgr.34104) 5203 : cluster [DBG] pgmap v3443: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:16.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:16 smithi184 bash[59794]: cluster 2024-03-21T13:12:14.428237+0000 mgr.x (mgr.34104) 5204 : cluster [DBG] pgmap v3444: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:16.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:16 smithi184 bash[59794]: cephadm 2024-03-21T13:12:14.436195+0000 mgr.x (mgr.34104) 5205 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:16.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:16 smithi184 bash[59794]: cluster 2024-03-21T13:12:14.528561+0000 mgr.x (mgr.34104) 5206 : cluster [DBG] pgmap v3445: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:16.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:16 smithi184 bash[59794]: cluster 2024-03-21T13:12:14.528963+0000 mgr.x (mgr.34104) 5207 : cluster [DBG] pgmap v3446: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:16.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:16 smithi184 bash[59794]: cephadm 2024-03-21T13:12:14.539093+0000 mgr.x (mgr.34104) 5208 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:16.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:16 smithi184 bash[59794]: cluster 2024-03-21T13:12:14.630523+0000 mgr.x (mgr.34104) 5209 : cluster [DBG] pgmap v3447: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:16.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:16 smithi184 bash[59794]: cluster 2024-03-21T13:12:14.630768+0000 mgr.x (mgr.34104) 5210 : cluster [DBG] pgmap v3448: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:16.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:16 smithi184 bash[59794]: cephadm 2024-03-21T13:12:14.640454+0000 mgr.x (mgr.34104) 5211 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:16.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:16 smithi184 bash[59794]: cluster 2024-03-21T13:12:14.728746+0000 mgr.x (mgr.34104) 5212 : cluster [DBG] pgmap v3449: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:16.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:16 smithi184 bash[59794]: cluster 2024-03-21T13:12:14.729090+0000 mgr.x (mgr.34104) 5213 : cluster [DBG] pgmap v3450: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:16.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:16 smithi184 bash[59794]: cephadm 2024-03-21T13:12:14.738596+0000 mgr.x (mgr.34104) 5214 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:16.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:16 smithi184 bash[59794]: cluster 2024-03-21T13:12:14.826404+0000 mgr.x (mgr.34104) 5215 : cluster [DBG] pgmap v3451: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:16.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:16 smithi184 bash[59794]: cluster 2024-03-21T13:12:14.826778+0000 mgr.x (mgr.34104) 5216 : cluster [DBG] pgmap v3452: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:16.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:16 smithi184 bash[59794]: cephadm 2024-03-21T13:12:14.836207+0000 mgr.x (mgr.34104) 5217 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:16.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:16 smithi184 bash[59794]: cluster 2024-03-21T13:12:14.925840+0000 mgr.x (mgr.34104) 5218 : cluster [DBG] pgmap v3453: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:16.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:16 smithi184 bash[59794]: cluster 2024-03-21T13:12:14.926402+0000 mgr.x (mgr.34104) 5219 : cluster [DBG] pgmap v3454: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:16.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:16 smithi184 bash[59794]: cephadm 2024-03-21T13:12:14.936118+0000 mgr.x (mgr.34104) 5220 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:16.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:16 smithi184 bash[59794]: cluster 2024-03-21T13:12:15.025909+0000 mgr.x (mgr.34104) 5221 : cluster [DBG] pgmap v3455: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:16.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:16 smithi184 bash[59794]: cluster 2024-03-21T13:12:15.026434+0000 mgr.x (mgr.34104) 5222 : cluster [DBG] pgmap v3456: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:16.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:16 smithi184 bash[59794]: cephadm 2024-03-21T13:12:15.035306+0000 mgr.x (mgr.34104) 5223 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:16.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:16 smithi184 bash[59794]: audit 2024-03-21T13:12:15.122530+0000 mon.a (mon.0) 8032 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:16.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:16 smithi184 bash[59794]: audit 2024-03-21T13:12:15.136162+0000 mon.a (mon.0) 8033 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:16.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:16 smithi184 bash[59794]: audit 2024-03-21T13:12:15.137665+0000 mon.a (mon.0) 8034 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:16.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:16 smithi184 bash[59794]: cluster 2024-03-21T13:12:15.140298+0000 mgr.x (mgr.34104) 5224 : cluster [DBG] pgmap v3457: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:16.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:16 smithi184 bash[59794]: cluster 2024-03-21T13:12:15.140778+0000 mgr.x (mgr.34104) 5225 : cluster [DBG] pgmap v3458: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:16.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:16 smithi184 bash[59794]: audit 2024-03-21T13:12:15.145168+0000 mon.a (mon.0) 8035 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:16.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:16 smithi184 bash[59794]: cephadm 2024-03-21T13:12:15.146571+0000 mgr.x (mgr.34104) 5226 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:16.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:16 smithi184 bash[59794]: audit 2024-03-21T13:12:15.230985+0000 mon.a (mon.0) 8036 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:16.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:16 smithi184 bash[59794]: audit 2024-03-21T13:12:15.234015+0000 mon.a (mon.0) 8037 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:16.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:16 smithi184 bash[59794]: audit 2024-03-21T13:12:15.238459+0000 mon.a (mon.0) 8038 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:16.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:16 smithi184 bash[59794]: audit 2024-03-21T13:12:15.240272+0000 mon.a (mon.0) 8039 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:16.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:16 smithi184 bash[59794]: cluster 2024-03-21T13:12:15.243787+0000 mgr.x (mgr.34104) 5227 : cluster [DBG] pgmap v3459: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:16.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:16 smithi184 bash[59794]: cluster 2024-03-21T13:12:15.244420+0000 mgr.x (mgr.34104) 5228 : cluster [DBG] pgmap v3460: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:16.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:16 smithi184 bash[59794]: audit 2024-03-21T13:12:15.253968+0000 mon.a (mon.0) 8040 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:16.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:16 smithi184 bash[59794]: cephadm 2024-03-21T13:12:15.255559+0000 mgr.x (mgr.34104) 5229 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:16.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:16 smithi184 bash[59794]: audit 2024-03-21T13:12:15.337914+0000 mon.a (mon.0) 8041 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:16.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:16 smithi184 bash[59794]: audit 2024-03-21T13:12:15.340631+0000 mon.a (mon.0) 8042 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:16.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:16 smithi184 bash[59794]: audit 2024-03-21T13:12:15.343480+0000 mon.a (mon.0) 8043 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:16.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:16 smithi184 bash[59794]: audit 2024-03-21T13:12:15.344563+0000 mon.a (mon.0) 8044 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:16.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:16 smithi184 bash[59794]: audit 2024-03-21T13:12:15.355416+0000 mon.a (mon.0) 8045 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:16.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:16 smithi184 bash[59794]: audit 2024-03-21T13:12:15.436375+0000 mon.a (mon.0) 8046 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:16.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:16 smithi184 bash[59794]: audit 2024-03-21T13:12:15.439248+0000 mon.a (mon.0) 8047 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:16.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:16 smithi184 bash[59794]: audit 2024-03-21T13:12:15.446430+0000 mon.a (mon.0) 8048 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:16.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:16 smithi184 bash[59794]: audit 2024-03-21T13:12:15.447848+0000 mon.a (mon.0) 8049 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:16.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:16 smithi184 bash[59794]: audit 2024-03-21T13:12:15.459956+0000 mon.a (mon.0) 8050 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:16.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:16 smithi184 bash[59794]: audit 2024-03-21T13:12:15.539903+0000 mon.a (mon.0) 8051 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:16.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:16 smithi184 bash[59794]: audit 2024-03-21T13:12:15.544911+0000 mon.a (mon.0) 8052 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:16.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:16 smithi184 bash[59794]: audit 2024-03-21T13:12:15.547520+0000 mon.a (mon.0) 8053 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:16.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:16 smithi184 bash[59794]: audit 2024-03-21T13:12:15.548651+0000 mon.a (mon.0) 8054 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:16.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:16 smithi184 bash[59794]: audit 2024-03-21T13:12:15.559910+0000 mon.a (mon.0) 8055 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:16.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:16 smithi184 bash[59794]: audit 2024-03-21T13:12:15.638030+0000 mon.a (mon.0) 8056 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:16.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:16 smithi184 bash[59794]: audit 2024-03-21T13:12:15.640229+0000 mon.a (mon.0) 8057 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:16.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:16 smithi184 bash[59794]: audit 2024-03-21T13:12:15.642700+0000 mon.a (mon.0) 8058 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:16.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:16 smithi184 bash[59794]: audit 2024-03-21T13:12:15.643824+0000 mon.a (mon.0) 8059 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:16.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:16 smithi184 bash[59794]: audit 2024-03-21T13:12:15.652127+0000 mon.a (mon.0) 8060 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:16.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:16 smithi184 bash[59794]: audit 2024-03-21T13:12:15.730974+0000 mon.a (mon.0) 8061 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:16.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:16 smithi184 bash[59794]: audit 2024-03-21T13:12:15.733916+0000 mon.a (mon.0) 8062 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:16.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:16 smithi184 bash[59794]: audit 2024-03-21T13:12:15.738402+0000 mon.a (mon.0) 8063 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:16.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:16 smithi184 bash[59794]: audit 2024-03-21T13:12:15.740005+0000 mon.a (mon.0) 8064 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:16.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:16 smithi184 bash[59794]: audit 2024-03-21T13:12:15.751536+0000 mon.a (mon.0) 8065 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:16.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:16 smithi184 bash[59794]: audit 2024-03-21T13:12:15.831361+0000 mon.a (mon.0) 8066 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:16.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:16 smithi184 bash[59794]: audit 2024-03-21T13:12:15.834359+0000 mon.a (mon.0) 8067 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:16.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:16 smithi184 bash[59794]: audit 2024-03-21T13:12:15.837810+0000 mon.a (mon.0) 8068 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:16.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:16 smithi184 bash[59794]: audit 2024-03-21T13:12:15.839082+0000 mon.a (mon.0) 8069 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:16.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:16 smithi184 bash[59794]: audit 2024-03-21T13:12:15.850608+0000 mon.a (mon.0) 8070 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:16.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:16 smithi184 bash[59794]: audit 2024-03-21T13:12:15.930108+0000 mon.a (mon.0) 8071 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:16.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:16 smithi184 bash[59794]: audit 2024-03-21T13:12:15.933296+0000 mon.a (mon.0) 8072 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:16.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:16 smithi184 bash[59794]: audit 2024-03-21T13:12:15.936195+0000 mon.a (mon.0) 8073 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:16.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:16 smithi184 bash[59794]: audit 2024-03-21T13:12:15.937582+0000 mon.a (mon.0) 8074 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:16.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:16 smithi184 bash[59794]: audit 2024-03-21T13:12:15.948508+0000 mon.a (mon.0) 8075 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:16.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:16 smithi184 bash[59794]: audit 2024-03-21T13:12:16.026793+0000 mon.a (mon.0) 8076 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:16.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:16 smithi184 bash[59794]: audit 2024-03-21T13:12:16.029808+0000 mon.a (mon.0) 8077 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:16.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:16 smithi184 bash[59794]: audit 2024-03-21T13:12:16.033399+0000 mon.a (mon.0) 8078 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:16.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:16 smithi184 bash[59794]: audit 2024-03-21T13:12:16.034616+0000 mon.a (mon.0) 8079 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:16.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:16 smithi184 bash[59794]: audit 2024-03-21T13:12:16.046156+0000 mon.a (mon.0) 8080 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:17.414 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:17 smithi178 bash[75692]: cluster 2024-03-21T13:12:15.346560+0000 mgr.x (mgr.34104) 5230 : cluster [DBG] pgmap v3461: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:17.414 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:17 smithi178 bash[75692]: cluster 2024-03-21T13:12:15.346806+0000 mgr.x (mgr.34104) 5231 : cluster [DBG] pgmap v3462: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:17.414 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:17 smithi178 bash[75692]: cephadm 2024-03-21T13:12:15.356588+0000 mgr.x (mgr.34104) 5232 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:17.414 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:17 smithi178 bash[75692]: cluster 2024-03-21T13:12:15.451359+0000 mgr.x (mgr.34104) 5233 : cluster [DBG] pgmap v3463: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:17.414 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:17 smithi178 bash[75692]: cluster 2024-03-21T13:12:15.451681+0000 mgr.x (mgr.34104) 5234 : cluster [DBG] pgmap v3464: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:17.414 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:17 smithi178 bash[75692]: cephadm 2024-03-21T13:12:15.461095+0000 mgr.x (mgr.34104) 5235 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:17.414 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:17 smithi178 bash[75692]: cluster 2024-03-21T13:12:15.550848+0000 mgr.x (mgr.34104) 5236 : cluster [DBG] pgmap v3465: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:17.414 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:17 smithi178 bash[75692]: cluster 2024-03-21T13:12:15.551114+0000 mgr.x (mgr.34104) 5237 : cluster [DBG] pgmap v3466: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:17.414 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:17 smithi178 bash[75692]: cephadm 2024-03-21T13:12:15.561094+0000 mgr.x (mgr.34104) 5238 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:17.414 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:17 smithi178 bash[75692]: cluster 2024-03-21T13:12:15.645979+0000 mgr.x (mgr.34104) 5239 : cluster [DBG] pgmap v3467: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:17.414 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:17 smithi178 bash[75692]: cluster 2024-03-21T13:12:15.646299+0000 mgr.x (mgr.34104) 5240 : cluster [DBG] pgmap v3468: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:17.414 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:17 smithi178 bash[75692]: cephadm 2024-03-21T13:12:15.653447+0000 mgr.x (mgr.34104) 5241 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:17.415 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:17 smithi178 bash[75692]: cluster 2024-03-21T13:12:15.742938+0000 mgr.x (mgr.34104) 5242 : cluster [DBG] pgmap v3469: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:17.415 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:17 smithi178 bash[75692]: cluster 2024-03-21T13:12:15.743232+0000 mgr.x (mgr.34104) 5243 : cluster [DBG] pgmap v3470: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:17.415 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:17 smithi178 bash[75692]: cephadm 2024-03-21T13:12:15.752700+0000 mgr.x (mgr.34104) 5244 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:17.415 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:17 smithi178 bash[75692]: cluster 2024-03-21T13:12:15.841690+0000 mgr.x (mgr.34104) 5245 : cluster [DBG] pgmap v3471: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:17.415 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:17 smithi178 bash[75692]: cluster 2024-03-21T13:12:15.842261+0000 mgr.x (mgr.34104) 5246 : cluster [DBG] pgmap v3472: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:17.415 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:17 smithi178 bash[75692]: cephadm 2024-03-21T13:12:15.851907+0000 mgr.x (mgr.34104) 5247 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:17.415 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:17 smithi178 bash[75692]: cluster 2024-03-21T13:12:15.940239+0000 mgr.x (mgr.34104) 5248 : cluster [DBG] pgmap v3473: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:17.415 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:17 smithi178 bash[75692]: cluster 2024-03-21T13:12:15.940648+0000 mgr.x (mgr.34104) 5249 : cluster [DBG] pgmap v3474: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:17.415 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:17 smithi178 bash[75692]: cephadm 2024-03-21T13:12:15.949722+0000 mgr.x (mgr.34104) 5250 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:17.415 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:17 smithi178 bash[75692]: cluster 2024-03-21T13:12:16.037459+0000 mgr.x (mgr.34104) 5251 : cluster [DBG] pgmap v3475: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:17.415 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:17 smithi178 bash[75692]: cluster 2024-03-21T13:12:16.037890+0000 mgr.x (mgr.34104) 5252 : cluster [DBG] pgmap v3476: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:17.415 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:17 smithi178 bash[75692]: cephadm 2024-03-21T13:12:16.047343+0000 mgr.x (mgr.34104) 5253 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:17.415 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:17 smithi178 bash[75692]: audit 2024-03-21T13:12:16.132897+0000 mon.a (mon.0) 8081 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:17.415 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:17 smithi178 bash[75692]: audit 2024-03-21T13:12:16.148729+0000 mon.a (mon.0) 8082 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:17.416 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:17 smithi178 bash[75692]: audit 2024-03-21T13:12:16.151426+0000 mon.a (mon.0) 8083 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:17.416 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:17 smithi178 bash[75692]: audit 2024-03-21T13:12:16.152511+0000 mon.a (mon.0) 8084 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:17.416 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:17 smithi178 bash[75692]: cluster 2024-03-21T13:12:16.155022+0000 mgr.x (mgr.34104) 5254 : cluster [DBG] pgmap v3477: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:17.416 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:17 smithi178 bash[75692]: cluster 2024-03-21T13:12:16.155464+0000 mgr.x (mgr.34104) 5255 : cluster [DBG] pgmap v3478: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:17.416 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:17 smithi178 bash[75692]: audit 2024-03-21T13:12:16.195546+0000 mon.a (mon.0) 8085 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:17.416 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:17 smithi178 bash[75692]: cephadm 2024-03-21T13:12:16.196925+0000 mgr.x (mgr.34104) 5256 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:17.416 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:17 smithi178 bash[75692]: audit 2024-03-21T13:12:16.278924+0000 mon.a (mon.0) 8086 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:17.416 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:17 smithi178 bash[75692]: audit 2024-03-21T13:12:16.281945+0000 mon.a (mon.0) 8087 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:17.416 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:17 smithi178 bash[75692]: audit 2024-03-21T13:12:16.286356+0000 mon.a (mon.0) 8088 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:17.416 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:17 smithi178 bash[75692]: audit 2024-03-21T13:12:16.288004+0000 mon.a (mon.0) 8089 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:17.416 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:17 smithi178 bash[75692]: audit 2024-03-21T13:12:16.300392+0000 mon.a (mon.0) 8090 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:17.416 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:17 smithi178 bash[75692]: audit 2024-03-21T13:12:16.378641+0000 mon.a (mon.0) 8091 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:17.416 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:17 smithi178 bash[75692]: audit 2024-03-21T13:12:16.381358+0000 mon.a (mon.0) 8092 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:17.417 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:17 smithi178 bash[77880]: cluster 2024-03-21T13:12:15.346560+0000 mgr.x (mgr.34104) 5230 : cluster [DBG] pgmap v3461: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:17.417 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:17 smithi178 bash[77880]: cluster 2024-03-21T13:12:15.346806+0000 mgr.x (mgr.34104) 5231 : cluster [DBG] pgmap v3462: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:17.417 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:17 smithi178 bash[77880]: cephadm 2024-03-21T13:12:15.356588+0000 mgr.x (mgr.34104) 5232 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:17.417 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:17 smithi178 bash[77880]: cluster 2024-03-21T13:12:15.451359+0000 mgr.x (mgr.34104) 5233 : cluster [DBG] pgmap v3463: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:17.417 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:17 smithi178 bash[77880]: cluster 2024-03-21T13:12:15.451681+0000 mgr.x (mgr.34104) 5234 : cluster [DBG] pgmap v3464: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:17.417 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:17 smithi178 bash[77880]: cephadm 2024-03-21T13:12:15.461095+0000 mgr.x (mgr.34104) 5235 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:17.417 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:17 smithi178 bash[77880]: cluster 2024-03-21T13:12:15.550848+0000 mgr.x (mgr.34104) 5236 : cluster [DBG] pgmap v3465: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:17.417 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:17 smithi178 bash[77880]: cluster 2024-03-21T13:12:15.551114+0000 mgr.x (mgr.34104) 5237 : cluster [DBG] pgmap v3466: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:17.417 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:17 smithi178 bash[77880]: cephadm 2024-03-21T13:12:15.561094+0000 mgr.x (mgr.34104) 5238 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:17.417 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:17 smithi178 bash[77880]: cluster 2024-03-21T13:12:15.645979+0000 mgr.x (mgr.34104) 5239 : cluster [DBG] pgmap v3467: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:17.417 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:17 smithi178 bash[77880]: cluster 2024-03-21T13:12:15.646299+0000 mgr.x (mgr.34104) 5240 : cluster [DBG] pgmap v3468: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:17.417 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:17 smithi178 bash[77880]: cephadm 2024-03-21T13:12:15.653447+0000 mgr.x (mgr.34104) 5241 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:17.417 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:17 smithi178 bash[77880]: cluster 2024-03-21T13:12:15.742938+0000 mgr.x (mgr.34104) 5242 : cluster [DBG] pgmap v3469: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:17.418 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:17 smithi178 bash[77880]: cluster 2024-03-21T13:12:15.743232+0000 mgr.x (mgr.34104) 5243 : cluster [DBG] pgmap v3470: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:17.418 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:17 smithi178 bash[77880]: cephadm 2024-03-21T13:12:15.752700+0000 mgr.x (mgr.34104) 5244 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:17.418 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:17 smithi178 bash[77880]: cluster 2024-03-21T13:12:15.841690+0000 mgr.x (mgr.34104) 5245 : cluster [DBG] pgmap v3471: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:17.418 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:17 smithi178 bash[77880]: cluster 2024-03-21T13:12:15.842261+0000 mgr.x (mgr.34104) 5246 : cluster [DBG] pgmap v3472: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:17.418 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:17 smithi178 bash[77880]: cephadm 2024-03-21T13:12:15.851907+0000 mgr.x (mgr.34104) 5247 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:17.418 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:17 smithi178 bash[77880]: cluster 2024-03-21T13:12:15.940239+0000 mgr.x (mgr.34104) 5248 : cluster [DBG] pgmap v3473: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:17.418 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:17 smithi178 bash[77880]: cluster 2024-03-21T13:12:15.940648+0000 mgr.x (mgr.34104) 5249 : cluster [DBG] pgmap v3474: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:17.418 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:17 smithi178 bash[75692]: audit 2024-03-21T13:12:16.384312+0000 mon.a (mon.0) 8093 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:17.418 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:17 smithi178 bash[75692]: audit 2024-03-21T13:12:16.385593+0000 mon.a (mon.0) 8094 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:17.418 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:17 smithi178 bash[75692]: audit 2024-03-21T13:12:16.396019+0000 mon.a (mon.0) 8095 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:17.419 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:17 smithi178 bash[75692]: audit 2024-03-21T13:12:16.472964+0000 mon.a (mon.0) 8096 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:17.419 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:17 smithi178 bash[75692]: audit 2024-03-21T13:12:16.476923+0000 mon.a (mon.0) 8097 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:17.419 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:17 smithi178 bash[75692]: audit 2024-03-21T13:12:16.480397+0000 mon.a (mon.0) 8098 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:17.419 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:17 smithi178 bash[75692]: audit 2024-03-21T13:12:16.481965+0000 mon.a (mon.0) 8099 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:17.419 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:17 smithi178 bash[75692]: audit 2024-03-21T13:12:16.493100+0000 mon.a (mon.0) 8100 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:17.419 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:17 smithi178 bash[75692]: audit 2024-03-21T13:12:16.574968+0000 mon.a (mon.0) 8101 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:17.419 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:17 smithi178 bash[75692]: audit 2024-03-21T13:12:16.578248+0000 mon.a (mon.0) 8102 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:17.419 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:17 smithi178 bash[75692]: audit 2024-03-21T13:12:16.584695+0000 mon.a (mon.0) 8103 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:17.420 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:17 smithi178 bash[75692]: audit 2024-03-21T13:12:16.586496+0000 mon.a (mon.0) 8104 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:17.420 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:17 smithi178 bash[75692]: audit 2024-03-21T13:12:16.599141+0000 mon.a (mon.0) 8105 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:17.420 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:17 smithi178 bash[75692]: audit 2024-03-21T13:12:16.678793+0000 mon.a (mon.0) 8106 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:17.420 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:17 smithi178 bash[75692]: audit 2024-03-21T13:12:16.682185+0000 mon.a (mon.0) 8107 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:17.420 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:17 smithi178 bash[75692]: audit 2024-03-21T13:12:16.685715+0000 mon.a (mon.0) 8108 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:17.420 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:17 smithi178 bash[75692]: audit 2024-03-21T13:12:16.686806+0000 mon.a (mon.0) 8109 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:17.420 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:17 smithi178 bash[75692]: audit 2024-03-21T13:12:16.697879+0000 mon.a (mon.0) 8110 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:17.420 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:17 smithi178 bash[75692]: audit 2024-03-21T13:12:16.777779+0000 mon.a (mon.0) 8111 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:17.420 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:17 smithi178 bash[75692]: audit 2024-03-21T13:12:16.780401+0000 mon.a (mon.0) 8112 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:17.420 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:17 smithi178 bash[77880]: cephadm 2024-03-21T13:12:15.949722+0000 mgr.x (mgr.34104) 5250 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:17.420 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:17 smithi178 bash[77880]: cluster 2024-03-21T13:12:16.037459+0000 mgr.x (mgr.34104) 5251 : cluster [DBG] pgmap v3475: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:17.421 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:17 smithi178 bash[77880]: cluster 2024-03-21T13:12:16.037890+0000 mgr.x (mgr.34104) 5252 : cluster [DBG] pgmap v3476: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:17.421 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:17 smithi178 bash[77880]: cephadm 2024-03-21T13:12:16.047343+0000 mgr.x (mgr.34104) 5253 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:17.421 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:17 smithi178 bash[77880]: audit 2024-03-21T13:12:16.132897+0000 mon.a (mon.0) 8081 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:17.421 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:17 smithi178 bash[77880]: audit 2024-03-21T13:12:16.148729+0000 mon.a (mon.0) 8082 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:17.421 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:17 smithi178 bash[77880]: audit 2024-03-21T13:12:16.151426+0000 mon.a (mon.0) 8083 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:17.421 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:17 smithi178 bash[77880]: audit 2024-03-21T13:12:16.152511+0000 mon.a (mon.0) 8084 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:17.421 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:17 smithi178 bash[77880]: cluster 2024-03-21T13:12:16.155022+0000 mgr.x (mgr.34104) 5254 : cluster [DBG] pgmap v3477: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:17.421 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:17 smithi178 bash[77880]: cluster 2024-03-21T13:12:16.155464+0000 mgr.x (mgr.34104) 5255 : cluster [DBG] pgmap v3478: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:17.421 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:17 smithi178 bash[77880]: audit 2024-03-21T13:12:16.195546+0000 mon.a (mon.0) 8085 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:17.421 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:17 smithi178 bash[77880]: cephadm 2024-03-21T13:12:16.196925+0000 mgr.x (mgr.34104) 5256 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:17.422 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:17 smithi178 bash[77880]: audit 2024-03-21T13:12:16.278924+0000 mon.a (mon.0) 8086 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:17.422 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:17 smithi178 bash[77880]: audit 2024-03-21T13:12:16.281945+0000 mon.a (mon.0) 8087 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:17.422 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:17 smithi178 bash[77880]: audit 2024-03-21T13:12:16.286356+0000 mon.a (mon.0) 8088 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:17.422 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:17 smithi178 bash[77880]: audit 2024-03-21T13:12:16.288004+0000 mon.a (mon.0) 8089 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:17.422 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:17 smithi178 bash[77880]: audit 2024-03-21T13:12:16.300392+0000 mon.a (mon.0) 8090 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:17.422 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:17 smithi178 bash[77880]: audit 2024-03-21T13:12:16.378641+0000 mon.a (mon.0) 8091 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:17.422 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:17 smithi178 bash[77880]: audit 2024-03-21T13:12:16.381358+0000 mon.a (mon.0) 8092 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:17.422 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:17 smithi178 bash[75692]: audit 2024-03-21T13:12:16.784193+0000 mon.a (mon.0) 8113 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:17.422 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:17 smithi178 bash[75692]: audit 2024-03-21T13:12:16.785417+0000 mon.a (mon.0) 8114 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:17.422 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:17 smithi178 bash[75692]: audit 2024-03-21T13:12:16.794687+0000 mon.a (mon.0) 8115 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:17.422 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:17 smithi178 bash[75692]: audit 2024-03-21T13:12:16.873189+0000 mon.a (mon.0) 8116 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:17.423 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:17 smithi178 bash[75692]: audit 2024-03-21T13:12:16.875849+0000 mon.a (mon.0) 8117 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:17.423 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:17 smithi178 bash[75692]: audit 2024-03-21T13:12:16.879775+0000 mon.a (mon.0) 8118 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:17.423 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:17 smithi178 bash[75692]: audit 2024-03-21T13:12:16.881234+0000 mon.a (mon.0) 8119 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:17.423 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:17 smithi178 bash[75692]: audit 2024-03-21T13:12:16.893056+0000 mon.a (mon.0) 8120 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:17.423 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:17 smithi178 bash[75692]: audit 2024-03-21T13:12:16.972960+0000 mon.a (mon.0) 8121 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:17.423 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:17 smithi178 bash[75692]: audit 2024-03-21T13:12:16.977428+0000 mon.a (mon.0) 8122 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:17.423 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:17 smithi178 bash[75692]: audit 2024-03-21T13:12:16.981598+0000 mon.a (mon.0) 8123 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:17.423 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:17 smithi178 bash[75692]: audit 2024-03-21T13:12:16.983291+0000 mon.a (mon.0) 8124 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:17.423 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:17 smithi178 bash[75692]: audit 2024-03-21T13:12:16.995674+0000 mon.a (mon.0) 8125 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:17.424 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:17 smithi178 bash[75692]: audit 2024-03-21T13:12:17.078315+0000 mon.a (mon.0) 8126 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:17.424 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:17 smithi178 bash[75692]: audit 2024-03-21T13:12:17.081358+0000 mon.a (mon.0) 8127 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:17.424 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:17 smithi178 bash[75692]: audit 2024-03-21T13:12:17.085079+0000 mon.a (mon.0) 8128 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:17.424 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:17 smithi178 bash[75692]: audit 2024-03-21T13:12:17.086316+0000 mon.a (mon.0) 8129 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:17.424 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:17 smithi178 bash[75692]: audit 2024-03-21T13:12:17.097638+0000 mon.a (mon.0) 8130 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:17.424 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:17 smithi178 bash[77880]: audit 2024-03-21T13:12:16.384312+0000 mon.a (mon.0) 8093 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:17.424 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:17 smithi178 bash[77880]: audit 2024-03-21T13:12:16.385593+0000 mon.a (mon.0) 8094 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:17.424 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:17 smithi178 bash[77880]: audit 2024-03-21T13:12:16.396019+0000 mon.a (mon.0) 8095 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:17.424 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:17 smithi178 bash[77880]: audit 2024-03-21T13:12:16.472964+0000 mon.a (mon.0) 8096 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:17.424 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:17 smithi178 bash[77880]: audit 2024-03-21T13:12:16.476923+0000 mon.a (mon.0) 8097 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:17.425 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:17 smithi178 bash[77880]: audit 2024-03-21T13:12:16.480397+0000 mon.a (mon.0) 8098 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:17.425 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:17 smithi178 bash[77880]: audit 2024-03-21T13:12:16.481965+0000 mon.a (mon.0) 8099 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:17.425 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:17 smithi178 bash[77880]: audit 2024-03-21T13:12:16.493100+0000 mon.a (mon.0) 8100 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:17.425 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:17 smithi178 bash[77880]: audit 2024-03-21T13:12:16.574968+0000 mon.a (mon.0) 8101 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:17.425 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:17 smithi178 bash[77880]: audit 2024-03-21T13:12:16.578248+0000 mon.a (mon.0) 8102 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:17.425 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:17 smithi178 bash[77880]: audit 2024-03-21T13:12:16.584695+0000 mon.a (mon.0) 8103 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:17.425 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:17 smithi178 bash[77880]: audit 2024-03-21T13:12:16.586496+0000 mon.a (mon.0) 8104 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:17.425 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:17 smithi178 bash[77880]: audit 2024-03-21T13:12:16.599141+0000 mon.a (mon.0) 8105 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:17.425 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:17 smithi178 bash[77880]: audit 2024-03-21T13:12:16.678793+0000 mon.a (mon.0) 8106 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:17.425 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:17 smithi178 bash[77880]: audit 2024-03-21T13:12:16.682185+0000 mon.a (mon.0) 8107 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:17.425 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:17 smithi178 bash[77880]: audit 2024-03-21T13:12:16.685715+0000 mon.a (mon.0) 8108 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:17.426 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:17 smithi178 bash[77880]: audit 2024-03-21T13:12:16.686806+0000 mon.a (mon.0) 8109 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:17.426 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:17 smithi178 bash[77880]: audit 2024-03-21T13:12:16.697879+0000 mon.a (mon.0) 8110 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:17.426 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:17 smithi178 bash[77880]: audit 2024-03-21T13:12:16.777779+0000 mon.a (mon.0) 8111 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:17.426 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:17 smithi178 bash[77880]: audit 2024-03-21T13:12:16.780401+0000 mon.a (mon.0) 8112 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:17.426 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:17 smithi178 bash[77880]: audit 2024-03-21T13:12:16.784193+0000 mon.a (mon.0) 8113 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:17.426 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:17 smithi178 bash[77880]: audit 2024-03-21T13:12:16.785417+0000 mon.a (mon.0) 8114 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:17.426 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:17 smithi178 bash[77880]: audit 2024-03-21T13:12:16.794687+0000 mon.a (mon.0) 8115 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:17.426 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:17 smithi178 bash[77880]: audit 2024-03-21T13:12:16.873189+0000 mon.a (mon.0) 8116 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:17.426 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:17 smithi178 bash[77880]: audit 2024-03-21T13:12:16.875849+0000 mon.a (mon.0) 8117 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:17.426 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:17 smithi178 bash[77880]: audit 2024-03-21T13:12:16.879775+0000 mon.a (mon.0) 8118 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:17.426 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:17 smithi178 bash[77880]: audit 2024-03-21T13:12:16.881234+0000 mon.a (mon.0) 8119 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:17.426 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:17 smithi178 bash[77880]: audit 2024-03-21T13:12:16.893056+0000 mon.a (mon.0) 8120 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:17.426 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:17 smithi178 bash[77880]: audit 2024-03-21T13:12:16.972960+0000 mon.a (mon.0) 8121 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:17.426 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:17 smithi178 bash[77880]: audit 2024-03-21T13:12:16.977428+0000 mon.a (mon.0) 8122 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:17.427 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:17 smithi178 bash[77880]: audit 2024-03-21T13:12:16.981598+0000 mon.a (mon.0) 8123 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:17.427 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:17 smithi178 bash[77880]: audit 2024-03-21T13:12:16.983291+0000 mon.a (mon.0) 8124 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:17.427 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:17 smithi178 bash[77880]: audit 2024-03-21T13:12:16.995674+0000 mon.a (mon.0) 8125 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:17.427 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:17 smithi178 bash[77880]: audit 2024-03-21T13:12:17.078315+0000 mon.a (mon.0) 8126 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:17.427 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:17 smithi178 bash[77880]: audit 2024-03-21T13:12:17.081358+0000 mon.a (mon.0) 8127 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:17.427 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:17 smithi178 bash[77880]: audit 2024-03-21T13:12:17.085079+0000 mon.a (mon.0) 8128 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:17.427 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:17 smithi178 bash[77880]: audit 2024-03-21T13:12:17.086316+0000 mon.a (mon.0) 8129 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:17.427 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:17 smithi178 bash[77880]: audit 2024-03-21T13:12:17.097638+0000 mon.a (mon.0) 8130 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:17.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:17 smithi184 bash[59794]: cluster 2024-03-21T13:12:15.346560+0000 mgr.x (mgr.34104) 5230 : cluster [DBG] pgmap v3461: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:17.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:17 smithi184 bash[59794]: cluster 2024-03-21T13:12:15.346806+0000 mgr.x (mgr.34104) 5231 : cluster [DBG] pgmap v3462: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:17.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:17 smithi184 bash[59794]: cephadm 2024-03-21T13:12:15.356588+0000 mgr.x (mgr.34104) 5232 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:17.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:17 smithi184 bash[59794]: cluster 2024-03-21T13:12:15.451359+0000 mgr.x (mgr.34104) 5233 : cluster [DBG] pgmap v3463: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:17.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:17 smithi184 bash[59794]: cluster 2024-03-21T13:12:15.451681+0000 mgr.x (mgr.34104) 5234 : cluster [DBG] pgmap v3464: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:17.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:17 smithi184 bash[59794]: cephadm 2024-03-21T13:12:15.461095+0000 mgr.x (mgr.34104) 5235 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:17.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:17 smithi184 bash[59794]: cluster 2024-03-21T13:12:15.550848+0000 mgr.x (mgr.34104) 5236 : cluster [DBG] pgmap v3465: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:17.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:17 smithi184 bash[59794]: cluster 2024-03-21T13:12:15.551114+0000 mgr.x (mgr.34104) 5237 : cluster [DBG] pgmap v3466: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:17.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:17 smithi184 bash[59794]: cephadm 2024-03-21T13:12:15.561094+0000 mgr.x (mgr.34104) 5238 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:17.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:17 smithi184 bash[59794]: cluster 2024-03-21T13:12:15.645979+0000 mgr.x (mgr.34104) 5239 : cluster [DBG] pgmap v3467: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:17.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:17 smithi184 bash[59794]: cluster 2024-03-21T13:12:15.646299+0000 mgr.x (mgr.34104) 5240 : cluster [DBG] pgmap v3468: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:17.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:17 smithi184 bash[59794]: cephadm 2024-03-21T13:12:15.653447+0000 mgr.x (mgr.34104) 5241 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:17.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:17 smithi184 bash[59794]: cluster 2024-03-21T13:12:15.742938+0000 mgr.x (mgr.34104) 5242 : cluster [DBG] pgmap v3469: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:17.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:17 smithi184 bash[59794]: cluster 2024-03-21T13:12:15.743232+0000 mgr.x (mgr.34104) 5243 : cluster [DBG] pgmap v3470: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:17.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:17 smithi184 bash[59794]: cephadm 2024-03-21T13:12:15.752700+0000 mgr.x (mgr.34104) 5244 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:17.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:17 smithi184 bash[59794]: cluster 2024-03-21T13:12:15.841690+0000 mgr.x (mgr.34104) 5245 : cluster [DBG] pgmap v3471: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:17.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:17 smithi184 bash[59794]: cluster 2024-03-21T13:12:15.842261+0000 mgr.x (mgr.34104) 5246 : cluster [DBG] pgmap v3472: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:17.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:17 smithi184 bash[59794]: cephadm 2024-03-21T13:12:15.851907+0000 mgr.x (mgr.34104) 5247 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:17.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:17 smithi184 bash[59794]: cluster 2024-03-21T13:12:15.940239+0000 mgr.x (mgr.34104) 5248 : cluster [DBG] pgmap v3473: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:17.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:17 smithi184 bash[59794]: cluster 2024-03-21T13:12:15.940648+0000 mgr.x (mgr.34104) 5249 : cluster [DBG] pgmap v3474: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:17.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:17 smithi184 bash[59794]: cephadm 2024-03-21T13:12:15.949722+0000 mgr.x (mgr.34104) 5250 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:17.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:17 smithi184 bash[59794]: cluster 2024-03-21T13:12:16.037459+0000 mgr.x (mgr.34104) 5251 : cluster [DBG] pgmap v3475: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:17.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:17 smithi184 bash[59794]: cluster 2024-03-21T13:12:16.037890+0000 mgr.x (mgr.34104) 5252 : cluster [DBG] pgmap v3476: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:17.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:17 smithi184 bash[59794]: cephadm 2024-03-21T13:12:16.047343+0000 mgr.x (mgr.34104) 5253 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:17.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:17 smithi184 bash[59794]: audit 2024-03-21T13:12:16.132897+0000 mon.a (mon.0) 8081 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:17.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:17 smithi184 bash[59794]: audit 2024-03-21T13:12:16.148729+0000 mon.a (mon.0) 8082 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:17.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:17 smithi184 bash[59794]: audit 2024-03-21T13:12:16.151426+0000 mon.a (mon.0) 8083 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:17.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:17 smithi184 bash[59794]: audit 2024-03-21T13:12:16.152511+0000 mon.a (mon.0) 8084 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:17.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:17 smithi184 bash[59794]: cluster 2024-03-21T13:12:16.155022+0000 mgr.x (mgr.34104) 5254 : cluster [DBG] pgmap v3477: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:17.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:17 smithi184 bash[59794]: cluster 2024-03-21T13:12:16.155464+0000 mgr.x (mgr.34104) 5255 : cluster [DBG] pgmap v3478: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:17.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:17 smithi184 bash[59794]: audit 2024-03-21T13:12:16.195546+0000 mon.a (mon.0) 8085 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:17.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:17 smithi184 bash[59794]: cephadm 2024-03-21T13:12:16.196925+0000 mgr.x (mgr.34104) 5256 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:17.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:17 smithi184 bash[59794]: audit 2024-03-21T13:12:16.278924+0000 mon.a (mon.0) 8086 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:17.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:17 smithi184 bash[59794]: audit 2024-03-21T13:12:16.281945+0000 mon.a (mon.0) 8087 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:17.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:17 smithi184 bash[59794]: audit 2024-03-21T13:12:16.286356+0000 mon.a (mon.0) 8088 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:17.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:17 smithi184 bash[59794]: audit 2024-03-21T13:12:16.288004+0000 mon.a (mon.0) 8089 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:17.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:17 smithi184 bash[59794]: audit 2024-03-21T13:12:16.300392+0000 mon.a (mon.0) 8090 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:17.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:17 smithi184 bash[59794]: audit 2024-03-21T13:12:16.378641+0000 mon.a (mon.0) 8091 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:17.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:17 smithi184 bash[59794]: audit 2024-03-21T13:12:16.381358+0000 mon.a (mon.0) 8092 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:17.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:17 smithi184 bash[59794]: audit 2024-03-21T13:12:16.384312+0000 mon.a (mon.0) 8093 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:17.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:17 smithi184 bash[59794]: audit 2024-03-21T13:12:16.385593+0000 mon.a (mon.0) 8094 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:17.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:17 smithi184 bash[59794]: audit 2024-03-21T13:12:16.396019+0000 mon.a (mon.0) 8095 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:17.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:17 smithi184 bash[59794]: audit 2024-03-21T13:12:16.472964+0000 mon.a (mon.0) 8096 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:17.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:17 smithi184 bash[59794]: audit 2024-03-21T13:12:16.476923+0000 mon.a (mon.0) 8097 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:17.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:17 smithi184 bash[59794]: audit 2024-03-21T13:12:16.480397+0000 mon.a (mon.0) 8098 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:17.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:17 smithi184 bash[59794]: audit 2024-03-21T13:12:16.481965+0000 mon.a (mon.0) 8099 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:17.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:17 smithi184 bash[59794]: audit 2024-03-21T13:12:16.493100+0000 mon.a (mon.0) 8100 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:17.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:17 smithi184 bash[59794]: audit 2024-03-21T13:12:16.574968+0000 mon.a (mon.0) 8101 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:17.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:17 smithi184 bash[59794]: audit 2024-03-21T13:12:16.578248+0000 mon.a (mon.0) 8102 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:17.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:17 smithi184 bash[59794]: audit 2024-03-21T13:12:16.584695+0000 mon.a (mon.0) 8103 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:17.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:17 smithi184 bash[59794]: audit 2024-03-21T13:12:16.586496+0000 mon.a (mon.0) 8104 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:17.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:17 smithi184 bash[59794]: audit 2024-03-21T13:12:16.599141+0000 mon.a (mon.0) 8105 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:17.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:17 smithi184 bash[59794]: audit 2024-03-21T13:12:16.678793+0000 mon.a (mon.0) 8106 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:17.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:17 smithi184 bash[59794]: audit 2024-03-21T13:12:16.682185+0000 mon.a (mon.0) 8107 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:17.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:17 smithi184 bash[59794]: audit 2024-03-21T13:12:16.685715+0000 mon.a (mon.0) 8108 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:17.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:17 smithi184 bash[59794]: audit 2024-03-21T13:12:16.686806+0000 mon.a (mon.0) 8109 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:17.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:17 smithi184 bash[59794]: audit 2024-03-21T13:12:16.697879+0000 mon.a (mon.0) 8110 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:17.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:17 smithi184 bash[59794]: audit 2024-03-21T13:12:16.777779+0000 mon.a (mon.0) 8111 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:17.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:17 smithi184 bash[59794]: audit 2024-03-21T13:12:16.780401+0000 mon.a (mon.0) 8112 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:17.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:17 smithi184 bash[59794]: audit 2024-03-21T13:12:16.784193+0000 mon.a (mon.0) 8113 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:17.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:17 smithi184 bash[59794]: audit 2024-03-21T13:12:16.785417+0000 mon.a (mon.0) 8114 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:17.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:17 smithi184 bash[59794]: audit 2024-03-21T13:12:16.794687+0000 mon.a (mon.0) 8115 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:17.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:17 smithi184 bash[59794]: audit 2024-03-21T13:12:16.873189+0000 mon.a (mon.0) 8116 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:17.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:17 smithi184 bash[59794]: audit 2024-03-21T13:12:16.875849+0000 mon.a (mon.0) 8117 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:17.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:17 smithi184 bash[59794]: audit 2024-03-21T13:12:16.879775+0000 mon.a (mon.0) 8118 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:17.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:17 smithi184 bash[59794]: audit 2024-03-21T13:12:16.881234+0000 mon.a (mon.0) 8119 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:17.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:17 smithi184 bash[59794]: audit 2024-03-21T13:12:16.893056+0000 mon.a (mon.0) 8120 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:17.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:17 smithi184 bash[59794]: audit 2024-03-21T13:12:16.972960+0000 mon.a (mon.0) 8121 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:17.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:17 smithi184 bash[59794]: audit 2024-03-21T13:12:16.977428+0000 mon.a (mon.0) 8122 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:17.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:17 smithi184 bash[59794]: audit 2024-03-21T13:12:16.981598+0000 mon.a (mon.0) 8123 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:17.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:17 smithi184 bash[59794]: audit 2024-03-21T13:12:16.983291+0000 mon.a (mon.0) 8124 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:17.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:17 smithi184 bash[59794]: audit 2024-03-21T13:12:16.995674+0000 mon.a (mon.0) 8125 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:17.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:17 smithi184 bash[59794]: audit 2024-03-21T13:12:17.078315+0000 mon.a (mon.0) 8126 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:17.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:17 smithi184 bash[59794]: audit 2024-03-21T13:12:17.081358+0000 mon.a (mon.0) 8127 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:17.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:17 smithi184 bash[59794]: audit 2024-03-21T13:12:17.085079+0000 mon.a (mon.0) 8128 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:17.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:17 smithi184 bash[59794]: audit 2024-03-21T13:12:17.086316+0000 mon.a (mon.0) 8129 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:17.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:17 smithi184 bash[59794]: audit 2024-03-21T13:12:17.097638+0000 mon.a (mon.0) 8130 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:18.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:18 smithi184 bash[59794]: cluster 2024-03-21T13:12:16.291250+0000 mgr.x (mgr.34104) 5257 : cluster [DBG] pgmap v3479: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:18.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:18 smithi184 bash[59794]: cluster 2024-03-21T13:12:16.292117+0000 mgr.x (mgr.34104) 5258 : cluster [DBG] pgmap v3480: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:18.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:18 smithi184 bash[59794]: cephadm 2024-03-21T13:12:16.301538+0000 mgr.x (mgr.34104) 5259 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:18.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:18 smithi184 bash[59794]: cluster 2024-03-21T13:12:16.388540+0000 mgr.x (mgr.34104) 5260 : cluster [DBG] pgmap v3481: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:18.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:18 smithi184 bash[59794]: cluster 2024-03-21T13:12:16.388791+0000 mgr.x (mgr.34104) 5261 : cluster [DBG] pgmap v3482: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:18.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:18 smithi184 bash[59794]: cephadm 2024-03-21T13:12:16.397204+0000 mgr.x (mgr.34104) 5262 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:18.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:18 smithi184 bash[59794]: cluster 2024-03-21T13:12:16.484344+0000 mgr.x (mgr.34104) 5263 : cluster [DBG] pgmap v3483: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:18.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:18 smithi184 bash[59794]: cluster 2024-03-21T13:12:16.484651+0000 mgr.x (mgr.34104) 5264 : cluster [DBG] pgmap v3484: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:18.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:18 smithi184 bash[59794]: cephadm 2024-03-21T13:12:16.494375+0000 mgr.x (mgr.34104) 5265 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:18.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:18 smithi184 bash[59794]: cluster 2024-03-21T13:12:16.590176+0000 mgr.x (mgr.34104) 5266 : cluster [DBG] pgmap v3485: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:18.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:18 smithi184 bash[59794]: cluster 2024-03-21T13:12:16.590879+0000 mgr.x (mgr.34104) 5267 : cluster [DBG] pgmap v3486: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:18.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:18 smithi184 bash[59794]: cephadm 2024-03-21T13:12:16.600405+0000 mgr.x (mgr.34104) 5268 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:18.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:18 smithi184 bash[59794]: cluster 2024-03-21T13:12:16.689009+0000 mgr.x (mgr.34104) 5269 : cluster [DBG] pgmap v3487: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:18.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:18 smithi184 bash[59794]: cluster 2024-03-21T13:12:16.689248+0000 mgr.x (mgr.34104) 5270 : cluster [DBG] pgmap v3488: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:18.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:18 smithi184 bash[59794]: cephadm 2024-03-21T13:12:16.699060+0000 mgr.x (mgr.34104) 5271 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:18.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:18 smithi184 bash[59794]: cluster 2024-03-21T13:12:16.787491+0000 mgr.x (mgr.34104) 5272 : cluster [DBG] pgmap v3489: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:18.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:18 smithi184 bash[59794]: cluster 2024-03-21T13:12:16.787751+0000 mgr.x (mgr.34104) 5273 : cluster [DBG] pgmap v3490: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:18.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:18 smithi184 bash[59794]: cephadm 2024-03-21T13:12:16.795915+0000 mgr.x (mgr.34104) 5274 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:18.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:18 smithi184 bash[59794]: cluster 2024-03-21T13:12:16.884316+0000 mgr.x (mgr.34104) 5275 : cluster [DBG] pgmap v3491: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:18.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:18 smithi184 bash[59794]: cluster 2024-03-21T13:12:16.884589+0000 mgr.x (mgr.34104) 5276 : cluster [DBG] pgmap v3492: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:18.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:18 smithi184 bash[59794]: cephadm 2024-03-21T13:12:16.894438+0000 mgr.x (mgr.34104) 5277 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:18.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:18 smithi184 bash[59794]: cluster 2024-03-21T13:12:16.986488+0000 mgr.x (mgr.34104) 5278 : cluster [DBG] pgmap v3493: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:18.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:18 smithi184 bash[59794]: cluster 2024-03-21T13:12:16.986753+0000 mgr.x (mgr.34104) 5279 : cluster [DBG] pgmap v3494: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:18.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:18 smithi184 bash[59794]: cephadm 2024-03-21T13:12:16.997116+0000 mgr.x (mgr.34104) 5280 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:18.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:18 smithi184 bash[59794]: cluster 2024-03-21T13:12:17.088462+0000 mgr.x (mgr.34104) 5281 : cluster [DBG] pgmap v3495: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:18.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:18 smithi184 bash[59794]: cluster 2024-03-21T13:12:17.088746+0000 mgr.x (mgr.34104) 5282 : cluster [DBG] pgmap v3496: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:18.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:18 smithi184 bash[59794]: cephadm 2024-03-21T13:12:17.098825+0000 mgr.x (mgr.34104) 5283 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:18.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:18 smithi184 bash[59794]: audit 2024-03-21T13:12:17.176115+0000 mon.a (mon.0) 8131 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:18.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:18 smithi184 bash[59794]: audit 2024-03-21T13:12:17.179012+0000 mon.a (mon.0) 8132 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:18.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:18 smithi184 bash[59794]: audit 2024-03-21T13:12:17.182422+0000 mon.a (mon.0) 8133 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:18.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:18 smithi184 bash[59794]: audit 2024-03-21T13:12:17.183689+0000 mon.a (mon.0) 8134 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:18.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:18 smithi184 bash[59794]: cluster 2024-03-21T13:12:17.186331+0000 mgr.x (mgr.34104) 5284 : cluster [DBG] pgmap v3497: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:18.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:18 smithi184 bash[59794]: cluster 2024-03-21T13:12:17.186682+0000 mgr.x (mgr.34104) 5285 : cluster [DBG] pgmap v3498: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:18.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:18 smithi184 bash[59794]: audit 2024-03-21T13:12:17.194955+0000 mon.a (mon.0) 8135 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:18.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:18 smithi184 bash[59794]: cephadm 2024-03-21T13:12:17.196128+0000 mgr.x (mgr.34104) 5286 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:18.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:18 smithi184 bash[59794]: audit 2024-03-21T13:12:17.273973+0000 mon.a (mon.0) 8136 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:18.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:18 smithi184 bash[59794]: audit 2024-03-21T13:12:17.277125+0000 mon.a (mon.0) 8137 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:18.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:18 smithi184 bash[59794]: audit 2024-03-21T13:12:17.280852+0000 mon.a (mon.0) 8138 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:18.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:18 smithi184 bash[59794]: audit 2024-03-21T13:12:17.282416+0000 mon.a (mon.0) 8139 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:18.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:18 smithi184 bash[59794]: cluster 2024-03-21T13:12:17.285272+0000 mgr.x (mgr.34104) 5287 : cluster [DBG] pgmap v3499: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:18.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:18 smithi184 bash[59794]: cluster 2024-03-21T13:12:17.285813+0000 mgr.x (mgr.34104) 5288 : cluster [DBG] pgmap v3500: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:18.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:18 smithi184 bash[59794]: audit 2024-03-21T13:12:17.294274+0000 mon.a (mon.0) 8140 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:18.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:18 smithi184 bash[59794]: audit 2024-03-21T13:12:17.372286+0000 mon.a (mon.0) 8141 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:18.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:18 smithi184 bash[59794]: audit 2024-03-21T13:12:17.375415+0000 mon.a (mon.0) 8142 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:18.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:18 smithi184 bash[59794]: audit 2024-03-21T13:12:17.379332+0000 mon.a (mon.0) 8143 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:18.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:18 smithi184 bash[59794]: audit 2024-03-21T13:12:17.381081+0000 mon.a (mon.0) 8144 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:18.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:18 smithi184 bash[59794]: audit 2024-03-21T13:12:17.392787+0000 mon.a (mon.0) 8145 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:18.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:18 smithi184 bash[59794]: audit 2024-03-21T13:12:17.471052+0000 mon.a (mon.0) 8146 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:18.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:18 smithi184 bash[59794]: audit 2024-03-21T13:12:17.474480+0000 mon.a (mon.0) 8147 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:18.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:18 smithi184 bash[59794]: audit 2024-03-21T13:12:17.479619+0000 mon.a (mon.0) 8148 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:18.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:18 smithi184 bash[59794]: audit 2024-03-21T13:12:17.481352+0000 mon.a (mon.0) 8149 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:18.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:18 smithi184 bash[59794]: audit 2024-03-21T13:12:17.489560+0000 mon.a (mon.0) 8150 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:18.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:18 smithi184 bash[59794]: audit 2024-03-21T13:12:17.568409+0000 mon.a (mon.0) 8151 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:18.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:18 smithi184 bash[59794]: audit 2024-03-21T13:12:17.571699+0000 mon.a (mon.0) 8152 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:18.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:18 smithi184 bash[59794]: audit 2024-03-21T13:12:17.575739+0000 mon.a (mon.0) 8153 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:18.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:18 smithi184 bash[59794]: audit 2024-03-21T13:12:17.577340+0000 mon.a (mon.0) 8154 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:18.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:18 smithi184 bash[59794]: audit 2024-03-21T13:12:17.589240+0000 mon.a (mon.0) 8155 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:18.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:18 smithi184 bash[59794]: audit 2024-03-21T13:12:17.651145+0000 mon.a (mon.0) 8156 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:18.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:18 smithi184 bash[59794]: audit 2024-03-21T13:12:17.654289+0000 mon.a (mon.0) 8157 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:18.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:18 smithi184 bash[59794]: audit 2024-03-21T13:12:17.657045+0000 mon.a (mon.0) 8158 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:18.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:18 smithi184 bash[59794]: audit 2024-03-21T13:12:17.658196+0000 mon.a (mon.0) 8159 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:18.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:18 smithi184 bash[59794]: audit 2024-03-21T13:12:17.667616+0000 mon.a (mon.0) 8160 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:18.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:18 smithi184 bash[59794]: audit 2024-03-21T13:12:17.751265+0000 mon.a (mon.0) 8161 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:18.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:18 smithi184 bash[59794]: audit 2024-03-21T13:12:17.754104+0000 mon.a (mon.0) 8162 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:18.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:18 smithi184 bash[59794]: audit 2024-03-21T13:12:17.756967+0000 mon.a (mon.0) 8163 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:18.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:18 smithi184 bash[59794]: audit 2024-03-21T13:12:17.758163+0000 mon.a (mon.0) 8164 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:18.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:18 smithi184 bash[59794]: audit 2024-03-21T13:12:17.767783+0000 mon.a (mon.0) 8165 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:18.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:18 smithi184 bash[59794]: audit 2024-03-21T13:12:17.850365+0000 mon.a (mon.0) 8166 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:18.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:18 smithi184 bash[59794]: audit 2024-03-21T13:12:17.853375+0000 mon.a (mon.0) 8167 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:18.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:18 smithi184 bash[59794]: audit 2024-03-21T13:12:17.857367+0000 mon.a (mon.0) 8168 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:18.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:18 smithi184 bash[59794]: audit 2024-03-21T13:12:17.858952+0000 mon.a (mon.0) 8169 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:18.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:18 smithi184 bash[59794]: audit 2024-03-21T13:12:17.870736+0000 mon.a (mon.0) 8170 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:18.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:18 smithi184 bash[59794]: audit 2024-03-21T13:12:17.951681+0000 mon.a (mon.0) 8171 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:18.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:18 smithi184 bash[59794]: audit 2024-03-21T13:12:17.954149+0000 mon.a (mon.0) 8172 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:18.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:18 smithi184 bash[59794]: audit 2024-03-21T13:12:17.956615+0000 mon.a (mon.0) 8173 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:18.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:18 smithi184 bash[59794]: audit 2024-03-21T13:12:17.957716+0000 mon.a (mon.0) 8174 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:18.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:18 smithi184 bash[59794]: audit 2024-03-21T13:12:17.968416+0000 mon.a (mon.0) 8175 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:18.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:18 smithi184 bash[59794]: audit 2024-03-21T13:12:18.047089+0000 mon.a (mon.0) 8176 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:18.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:18 smithi184 bash[59794]: audit 2024-03-21T13:12:18.050320+0000 mon.a (mon.0) 8177 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:18.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:18 smithi184 bash[59794]: audit 2024-03-21T13:12:18.054369+0000 mon.a (mon.0) 8178 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:18.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:18 smithi184 bash[59794]: audit 2024-03-21T13:12:18.055650+0000 mon.a (mon.0) 8179 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:18.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:18 smithi184 bash[59794]: audit 2024-03-21T13:12:18.065954+0000 mon.a (mon.0) 8180 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:18.483 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:18 smithi178 bash[75692]: cluster 2024-03-21T13:12:16.291250+0000 mgr.x (mgr.34104) 5257 : cluster [DBG] pgmap v3479: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:18.483 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:18 smithi178 bash[75692]: cluster 2024-03-21T13:12:16.292117+0000 mgr.x (mgr.34104) 5258 : cluster [DBG] pgmap v3480: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:18.483 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:18 smithi178 bash[75692]: cephadm 2024-03-21T13:12:16.301538+0000 mgr.x (mgr.34104) 5259 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:18.483 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:18 smithi178 bash[75692]: cluster 2024-03-21T13:12:16.388540+0000 mgr.x (mgr.34104) 5260 : cluster [DBG] pgmap v3481: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:18.483 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:18 smithi178 bash[75692]: cluster 2024-03-21T13:12:16.388791+0000 mgr.x (mgr.34104) 5261 : cluster [DBG] pgmap v3482: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:18.484 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:18 smithi178 bash[75692]: cephadm 2024-03-21T13:12:16.397204+0000 mgr.x (mgr.34104) 5262 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:18.484 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:18 smithi178 bash[75692]: cluster 2024-03-21T13:12:16.484344+0000 mgr.x (mgr.34104) 5263 : cluster [DBG] pgmap v3483: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:18.484 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:18 smithi178 bash[75692]: cluster 2024-03-21T13:12:16.484651+0000 mgr.x (mgr.34104) 5264 : cluster [DBG] pgmap v3484: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:18.484 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:18 smithi178 bash[75692]: cephadm 2024-03-21T13:12:16.494375+0000 mgr.x (mgr.34104) 5265 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:18.484 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:18 smithi178 bash[75692]: cluster 2024-03-21T13:12:16.590176+0000 mgr.x (mgr.34104) 5266 : cluster [DBG] pgmap v3485: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:18.484 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:18 smithi178 bash[75692]: cluster 2024-03-21T13:12:16.590879+0000 mgr.x (mgr.34104) 5267 : cluster [DBG] pgmap v3486: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:18.484 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:18 smithi178 bash[75692]: cephadm 2024-03-21T13:12:16.600405+0000 mgr.x (mgr.34104) 5268 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:18.484 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:18 smithi178 bash[75692]: cluster 2024-03-21T13:12:16.689009+0000 mgr.x (mgr.34104) 5269 : cluster [DBG] pgmap v3487: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:18.484 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:18 smithi178 bash[75692]: cluster 2024-03-21T13:12:16.689248+0000 mgr.x (mgr.34104) 5270 : cluster [DBG] pgmap v3488: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:18.484 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:18 smithi178 bash[75692]: cephadm 2024-03-21T13:12:16.699060+0000 mgr.x (mgr.34104) 5271 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:18.484 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:18 smithi178 bash[75692]: cluster 2024-03-21T13:12:16.787491+0000 mgr.x (mgr.34104) 5272 : cluster [DBG] pgmap v3489: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:18.484 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:18 smithi178 bash[75692]: cluster 2024-03-21T13:12:16.787751+0000 mgr.x (mgr.34104) 5273 : cluster [DBG] pgmap v3490: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:18.484 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:18 smithi178 bash[75692]: cephadm 2024-03-21T13:12:16.795915+0000 mgr.x (mgr.34104) 5274 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:18.484 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:18 smithi178 bash[75692]: cluster 2024-03-21T13:12:16.884316+0000 mgr.x (mgr.34104) 5275 : cluster [DBG] pgmap v3491: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:18.485 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:18 smithi178 bash[75692]: cluster 2024-03-21T13:12:16.884589+0000 mgr.x (mgr.34104) 5276 : cluster [DBG] pgmap v3492: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:18.485 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:18 smithi178 bash[77880]: cluster 2024-03-21T13:12:16.291250+0000 mgr.x (mgr.34104) 5257 : cluster [DBG] pgmap v3479: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:18.485 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:18 smithi178 bash[77880]: cluster 2024-03-21T13:12:16.292117+0000 mgr.x (mgr.34104) 5258 : cluster [DBG] pgmap v3480: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:18.485 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:18 smithi178 bash[77880]: cephadm 2024-03-21T13:12:16.301538+0000 mgr.x (mgr.34104) 5259 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:18.485 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:18 smithi178 bash[77880]: cluster 2024-03-21T13:12:16.388540+0000 mgr.x (mgr.34104) 5260 : cluster [DBG] pgmap v3481: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:18.485 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:18 smithi178 bash[77880]: cluster 2024-03-21T13:12:16.388791+0000 mgr.x (mgr.34104) 5261 : cluster [DBG] pgmap v3482: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:18.485 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:18 smithi178 bash[77880]: cephadm 2024-03-21T13:12:16.397204+0000 mgr.x (mgr.34104) 5262 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:18.485 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:18 smithi178 bash[77880]: cluster 2024-03-21T13:12:16.484344+0000 mgr.x (mgr.34104) 5263 : cluster [DBG] pgmap v3483: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:18.485 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:18 smithi178 bash[77880]: cluster 2024-03-21T13:12:16.484651+0000 mgr.x (mgr.34104) 5264 : cluster [DBG] pgmap v3484: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:18.485 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:18 smithi178 bash[77880]: cephadm 2024-03-21T13:12:16.494375+0000 mgr.x (mgr.34104) 5265 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:18.486 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:18 smithi178 bash[77880]: cluster 2024-03-21T13:12:16.590176+0000 mgr.x (mgr.34104) 5266 : cluster [DBG] pgmap v3485: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:18.486 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:18 smithi178 bash[77880]: cluster 2024-03-21T13:12:16.590879+0000 mgr.x (mgr.34104) 5267 : cluster [DBG] pgmap v3486: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:18.486 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:18 smithi178 bash[77880]: cephadm 2024-03-21T13:12:16.600405+0000 mgr.x (mgr.34104) 5268 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:18.486 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:18 smithi178 bash[77880]: cluster 2024-03-21T13:12:16.689009+0000 mgr.x (mgr.34104) 5269 : cluster [DBG] pgmap v3487: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:18.486 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:18 smithi178 bash[77880]: cluster 2024-03-21T13:12:16.689248+0000 mgr.x (mgr.34104) 5270 : cluster [DBG] pgmap v3488: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:18.486 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:18 smithi178 bash[77880]: cephadm 2024-03-21T13:12:16.699060+0000 mgr.x (mgr.34104) 5271 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:18.486 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:18 smithi178 bash[77880]: cluster 2024-03-21T13:12:16.787491+0000 mgr.x (mgr.34104) 5272 : cluster [DBG] pgmap v3489: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:18.486 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:18 smithi178 bash[77880]: cluster 2024-03-21T13:12:16.787751+0000 mgr.x (mgr.34104) 5273 : cluster [DBG] pgmap v3490: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:18.486 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:18 smithi178 bash[77880]: cephadm 2024-03-21T13:12:16.795915+0000 mgr.x (mgr.34104) 5274 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:18.486 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:18 smithi178 bash[77880]: cluster 2024-03-21T13:12:16.884316+0000 mgr.x (mgr.34104) 5275 : cluster [DBG] pgmap v3491: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:18.486 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:18 smithi178 bash[77880]: cluster 2024-03-21T13:12:16.884589+0000 mgr.x (mgr.34104) 5276 : cluster [DBG] pgmap v3492: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:18.487 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:18 smithi178 bash[75692]: cephadm 2024-03-21T13:12:16.894438+0000 mgr.x (mgr.34104) 5277 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:18.487 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:18 smithi178 bash[75692]: cluster 2024-03-21T13:12:16.986488+0000 mgr.x (mgr.34104) 5278 : cluster [DBG] pgmap v3493: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:18.487 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:18 smithi178 bash[75692]: cluster 2024-03-21T13:12:16.986753+0000 mgr.x (mgr.34104) 5279 : cluster [DBG] pgmap v3494: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:18.487 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:18 smithi178 bash[75692]: cephadm 2024-03-21T13:12:16.997116+0000 mgr.x (mgr.34104) 5280 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:18.487 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:18 smithi178 bash[75692]: cluster 2024-03-21T13:12:17.088462+0000 mgr.x (mgr.34104) 5281 : cluster [DBG] pgmap v3495: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:18.487 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:18 smithi178 bash[75692]: cluster 2024-03-21T13:12:17.088746+0000 mgr.x (mgr.34104) 5282 : cluster [DBG] pgmap v3496: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:18.487 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:18 smithi178 bash[75692]: cephadm 2024-03-21T13:12:17.098825+0000 mgr.x (mgr.34104) 5283 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:18.487 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:18 smithi178 bash[75692]: audit 2024-03-21T13:12:17.176115+0000 mon.a (mon.0) 8131 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:18.487 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:18 smithi178 bash[75692]: audit 2024-03-21T13:12:17.179012+0000 mon.a (mon.0) 8132 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:18.487 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:18 smithi178 bash[75692]: audit 2024-03-21T13:12:17.182422+0000 mon.a (mon.0) 8133 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:18.487 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:18 smithi178 bash[75692]: audit 2024-03-21T13:12:17.183689+0000 mon.a (mon.0) 8134 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:18.487 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:18 smithi178 bash[75692]: cluster 2024-03-21T13:12:17.186331+0000 mgr.x (mgr.34104) 5284 : cluster [DBG] pgmap v3497: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:18.487 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:18 smithi178 bash[75692]: cluster 2024-03-21T13:12:17.186682+0000 mgr.x (mgr.34104) 5285 : cluster [DBG] pgmap v3498: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:18.488 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:18 smithi178 bash[75692]: audit 2024-03-21T13:12:17.194955+0000 mon.a (mon.0) 8135 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:18.488 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:18 smithi178 bash[75692]: cephadm 2024-03-21T13:12:17.196128+0000 mgr.x (mgr.34104) 5286 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:18.488 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:18 smithi178 bash[75692]: audit 2024-03-21T13:12:17.273973+0000 mon.a (mon.0) 8136 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:18.488 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:18 smithi178 bash[75692]: audit 2024-03-21T13:12:17.277125+0000 mon.a (mon.0) 8137 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:18.488 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:18 smithi178 bash[75692]: audit 2024-03-21T13:12:17.280852+0000 mon.a (mon.0) 8138 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:18.488 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:18 smithi178 bash[75692]: audit 2024-03-21T13:12:17.282416+0000 mon.a (mon.0) 8139 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:18.488 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:18 smithi178 bash[75692]: cluster 2024-03-21T13:12:17.285272+0000 mgr.x (mgr.34104) 5287 : cluster [DBG] pgmap v3499: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:18.488 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:18 smithi178 bash[77880]: cephadm 2024-03-21T13:12:16.894438+0000 mgr.x (mgr.34104) 5277 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:18.488 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:18 smithi178 bash[77880]: cluster 2024-03-21T13:12:16.986488+0000 mgr.x (mgr.34104) 5278 : cluster [DBG] pgmap v3493: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:18.488 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:18 smithi178 bash[77880]: cluster 2024-03-21T13:12:16.986753+0000 mgr.x (mgr.34104) 5279 : cluster [DBG] pgmap v3494: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:18.488 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:18 smithi178 bash[77880]: cephadm 2024-03-21T13:12:16.997116+0000 mgr.x (mgr.34104) 5280 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:18.489 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:18 smithi178 bash[77880]: cluster 2024-03-21T13:12:17.088462+0000 mgr.x (mgr.34104) 5281 : cluster [DBG] pgmap v3495: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:18.489 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:18 smithi178 bash[77880]: cluster 2024-03-21T13:12:17.088746+0000 mgr.x (mgr.34104) 5282 : cluster [DBG] pgmap v3496: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:18.489 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:18 smithi178 bash[77880]: cephadm 2024-03-21T13:12:17.098825+0000 mgr.x (mgr.34104) 5283 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:18.489 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:18 smithi178 bash[77880]: audit 2024-03-21T13:12:17.176115+0000 mon.a (mon.0) 8131 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:18.489 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:18 smithi178 bash[77880]: audit 2024-03-21T13:12:17.179012+0000 mon.a (mon.0) 8132 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:18.489 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:18 smithi178 bash[77880]: audit 2024-03-21T13:12:17.182422+0000 mon.a (mon.0) 8133 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:18.489 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:18 smithi178 bash[77880]: audit 2024-03-21T13:12:17.183689+0000 mon.a (mon.0) 8134 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:18.489 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:18 smithi178 bash[77880]: cluster 2024-03-21T13:12:17.186331+0000 mgr.x (mgr.34104) 5284 : cluster [DBG] pgmap v3497: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:18.489 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:18 smithi178 bash[77880]: cluster 2024-03-21T13:12:17.186682+0000 mgr.x (mgr.34104) 5285 : cluster [DBG] pgmap v3498: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:18.489 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:18 smithi178 bash[77880]: audit 2024-03-21T13:12:17.194955+0000 mon.a (mon.0) 8135 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:18.489 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:18 smithi178 bash[77880]: cephadm 2024-03-21T13:12:17.196128+0000 mgr.x (mgr.34104) 5286 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:18.489 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:18 smithi178 bash[77880]: audit 2024-03-21T13:12:17.273973+0000 mon.a (mon.0) 8136 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:18.489 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:18 smithi178 bash[77880]: audit 2024-03-21T13:12:17.277125+0000 mon.a (mon.0) 8137 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:18.490 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:18 smithi178 bash[77880]: audit 2024-03-21T13:12:17.280852+0000 mon.a (mon.0) 8138 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:18.490 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:18 smithi178 bash[77880]: audit 2024-03-21T13:12:17.282416+0000 mon.a (mon.0) 8139 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:18.490 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:18 smithi178 bash[77880]: cluster 2024-03-21T13:12:17.285272+0000 mgr.x (mgr.34104) 5287 : cluster [DBG] pgmap v3499: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:18.490 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:18 smithi178 bash[75692]: cluster 2024-03-21T13:12:17.285813+0000 mgr.x (mgr.34104) 5288 : cluster [DBG] pgmap v3500: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:18.490 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:18 smithi178 bash[75692]: audit 2024-03-21T13:12:17.294274+0000 mon.a (mon.0) 8140 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:18.490 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:18 smithi178 bash[75692]: audit 2024-03-21T13:12:17.372286+0000 mon.a (mon.0) 8141 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:18.490 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:18 smithi178 bash[75692]: audit 2024-03-21T13:12:17.375415+0000 mon.a (mon.0) 8142 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:18.490 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:18 smithi178 bash[75692]: audit 2024-03-21T13:12:17.379332+0000 mon.a (mon.0) 8143 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:18.490 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:18 smithi178 bash[75692]: audit 2024-03-21T13:12:17.381081+0000 mon.a (mon.0) 8144 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:18.491 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:18 smithi178 bash[75692]: audit 2024-03-21T13:12:17.392787+0000 mon.a (mon.0) 8145 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:18.491 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:18 smithi178 bash[75692]: audit 2024-03-21T13:12:17.471052+0000 mon.a (mon.0) 8146 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:18.491 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:18 smithi178 bash[75692]: audit 2024-03-21T13:12:17.474480+0000 mon.a (mon.0) 8147 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:18.491 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:18 smithi178 bash[75692]: audit 2024-03-21T13:12:17.479619+0000 mon.a (mon.0) 8148 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:18.491 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:18 smithi178 bash[75692]: audit 2024-03-21T13:12:17.481352+0000 mon.a (mon.0) 8149 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:18.491 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:18 smithi178 bash[75692]: audit 2024-03-21T13:12:17.489560+0000 mon.a (mon.0) 8150 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:18.491 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:18 smithi178 bash[75692]: audit 2024-03-21T13:12:17.568409+0000 mon.a (mon.0) 8151 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:18.491 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:18 smithi178 bash[75692]: audit 2024-03-21T13:12:17.571699+0000 mon.a (mon.0) 8152 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:18.491 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:18 smithi178 bash[75692]: audit 2024-03-21T13:12:17.575739+0000 mon.a (mon.0) 8153 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:18.491 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:18 smithi178 bash[75692]: audit 2024-03-21T13:12:17.577340+0000 mon.a (mon.0) 8154 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:18.491 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:18 smithi178 bash[75692]: audit 2024-03-21T13:12:17.589240+0000 mon.a (mon.0) 8155 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:18.491 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:18 smithi178 bash[75692]: audit 2024-03-21T13:12:17.651145+0000 mon.a (mon.0) 8156 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:18.491 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:18 smithi178 bash[75692]: audit 2024-03-21T13:12:17.654289+0000 mon.a (mon.0) 8157 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:18.492 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:18 smithi178 bash[77880]: cluster 2024-03-21T13:12:17.285813+0000 mgr.x (mgr.34104) 5288 : cluster [DBG] pgmap v3500: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:18.492 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:18 smithi178 bash[77880]: audit 2024-03-21T13:12:17.294274+0000 mon.a (mon.0) 8140 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:18.492 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:18 smithi178 bash[77880]: audit 2024-03-21T13:12:17.372286+0000 mon.a (mon.0) 8141 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:18.492 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:18 smithi178 bash[77880]: audit 2024-03-21T13:12:17.375415+0000 mon.a (mon.0) 8142 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:18.492 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:18 smithi178 bash[77880]: audit 2024-03-21T13:12:17.379332+0000 mon.a (mon.0) 8143 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:18.492 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:18 smithi178 bash[77880]: audit 2024-03-21T13:12:17.381081+0000 mon.a (mon.0) 8144 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:18.492 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:18 smithi178 bash[77880]: audit 2024-03-21T13:12:17.392787+0000 mon.a (mon.0) 8145 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:18.492 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:18 smithi178 bash[77880]: audit 2024-03-21T13:12:17.471052+0000 mon.a (mon.0) 8146 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:18.492 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:18 smithi178 bash[77880]: audit 2024-03-21T13:12:17.474480+0000 mon.a (mon.0) 8147 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:18.492 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:18 smithi178 bash[77880]: audit 2024-03-21T13:12:17.479619+0000 mon.a (mon.0) 8148 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:18.492 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:18 smithi178 bash[77880]: audit 2024-03-21T13:12:17.481352+0000 mon.a (mon.0) 8149 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:18.492 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:18 smithi178 bash[77880]: audit 2024-03-21T13:12:17.489560+0000 mon.a (mon.0) 8150 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:18.493 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:18 smithi178 bash[77880]: audit 2024-03-21T13:12:17.568409+0000 mon.a (mon.0) 8151 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:18.493 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:18 smithi178 bash[77880]: audit 2024-03-21T13:12:17.571699+0000 mon.a (mon.0) 8152 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:18.493 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:18 smithi178 bash[77880]: audit 2024-03-21T13:12:17.575739+0000 mon.a (mon.0) 8153 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:18.493 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:18 smithi178 bash[77880]: audit 2024-03-21T13:12:17.577340+0000 mon.a (mon.0) 8154 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:18.493 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:18 smithi178 bash[77880]: audit 2024-03-21T13:12:17.589240+0000 mon.a (mon.0) 8155 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:18.493 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:18 smithi178 bash[77880]: audit 2024-03-21T13:12:17.651145+0000 mon.a (mon.0) 8156 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:18.493 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:18 smithi178 bash[77880]: audit 2024-03-21T13:12:17.654289+0000 mon.a (mon.0) 8157 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:18.493 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:18 smithi178 bash[75692]: audit 2024-03-21T13:12:17.657045+0000 mon.a (mon.0) 8158 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:18.493 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:18 smithi178 bash[75692]: audit 2024-03-21T13:12:17.658196+0000 mon.a (mon.0) 8159 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:18.494 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:18 smithi178 bash[75692]: audit 2024-03-21T13:12:17.667616+0000 mon.a (mon.0) 8160 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:18.494 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:18 smithi178 bash[75692]: audit 2024-03-21T13:12:17.751265+0000 mon.a (mon.0) 8161 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:18.494 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:18 smithi178 bash[75692]: audit 2024-03-21T13:12:17.754104+0000 mon.a (mon.0) 8162 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:18.494 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:18 smithi178 bash[75692]: audit 2024-03-21T13:12:17.756967+0000 mon.a (mon.0) 8163 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:18.494 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:18 smithi178 bash[75692]: audit 2024-03-21T13:12:17.758163+0000 mon.a (mon.0) 8164 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:18.494 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:18 smithi178 bash[75692]: audit 2024-03-21T13:12:17.767783+0000 mon.a (mon.0) 8165 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:18.494 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:18 smithi178 bash[75692]: audit 2024-03-21T13:12:17.850365+0000 mon.a (mon.0) 8166 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:18.494 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:18 smithi178 bash[75692]: audit 2024-03-21T13:12:17.853375+0000 mon.a (mon.0) 8167 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:18.494 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:18 smithi178 bash[75692]: audit 2024-03-21T13:12:17.857367+0000 mon.a (mon.0) 8168 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:18.494 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:18 smithi178 bash[75692]: audit 2024-03-21T13:12:17.858952+0000 mon.a (mon.0) 8169 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:18.494 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:18 smithi178 bash[75692]: audit 2024-03-21T13:12:17.870736+0000 mon.a (mon.0) 8170 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:18.494 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:18 smithi178 bash[75692]: audit 2024-03-21T13:12:17.951681+0000 mon.a (mon.0) 8171 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:18.494 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:18 smithi178 bash[75692]: audit 2024-03-21T13:12:17.954149+0000 mon.a (mon.0) 8172 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:18.494 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:18 smithi178 bash[75692]: audit 2024-03-21T13:12:17.956615+0000 mon.a (mon.0) 8173 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:18.495 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:18 smithi178 bash[75692]: audit 2024-03-21T13:12:17.957716+0000 mon.a (mon.0) 8174 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:18.495 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:18 smithi178 bash[75692]: audit 2024-03-21T13:12:17.968416+0000 mon.a (mon.0) 8175 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:18.495 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:18 smithi178 bash[75692]: audit 2024-03-21T13:12:18.047089+0000 mon.a (mon.0) 8176 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:18.495 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:18 smithi178 bash[75692]: audit 2024-03-21T13:12:18.050320+0000 mon.a (mon.0) 8177 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:18.495 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:18 smithi178 bash[75692]: audit 2024-03-21T13:12:18.054369+0000 mon.a (mon.0) 8178 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:18.495 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:18 smithi178 bash[75692]: audit 2024-03-21T13:12:18.055650+0000 mon.a (mon.0) 8179 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:18.495 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:18 smithi178 bash[75692]: audit 2024-03-21T13:12:18.065954+0000 mon.a (mon.0) 8180 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:18.495 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:18 smithi178 bash[77880]: audit 2024-03-21T13:12:17.657045+0000 mon.a (mon.0) 8158 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:18.495 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:18 smithi178 bash[77880]: audit 2024-03-21T13:12:17.658196+0000 mon.a (mon.0) 8159 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:18.495 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:18 smithi178 bash[77880]: audit 2024-03-21T13:12:17.667616+0000 mon.a (mon.0) 8160 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:18.496 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:18 smithi178 bash[77880]: audit 2024-03-21T13:12:17.751265+0000 mon.a (mon.0) 8161 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:18.496 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:18 smithi178 bash[77880]: audit 2024-03-21T13:12:17.754104+0000 mon.a (mon.0) 8162 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:18.496 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:18 smithi178 bash[77880]: audit 2024-03-21T13:12:17.756967+0000 mon.a (mon.0) 8163 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:18.496 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:18 smithi178 bash[77880]: audit 2024-03-21T13:12:17.758163+0000 mon.a (mon.0) 8164 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:18.496 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:18 smithi178 bash[77880]: audit 2024-03-21T13:12:17.767783+0000 mon.a (mon.0) 8165 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:18.496 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:18 smithi178 bash[77880]: audit 2024-03-21T13:12:17.850365+0000 mon.a (mon.0) 8166 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:18.496 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:18 smithi178 bash[77880]: audit 2024-03-21T13:12:17.853375+0000 mon.a (mon.0) 8167 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:18.496 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:18 smithi178 bash[77880]: audit 2024-03-21T13:12:17.857367+0000 mon.a (mon.0) 8168 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:18.496 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:18 smithi178 bash[77880]: audit 2024-03-21T13:12:17.858952+0000 mon.a (mon.0) 8169 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:18.496 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:18 smithi178 bash[77880]: audit 2024-03-21T13:12:17.870736+0000 mon.a (mon.0) 8170 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:18.496 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:18 smithi178 bash[77880]: audit 2024-03-21T13:12:17.951681+0000 mon.a (mon.0) 8171 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:18.496 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:18 smithi178 bash[77880]: audit 2024-03-21T13:12:17.954149+0000 mon.a (mon.0) 8172 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:18.497 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:18 smithi178 bash[77880]: audit 2024-03-21T13:12:17.956615+0000 mon.a (mon.0) 8173 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:18.497 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:18 smithi178 bash[77880]: audit 2024-03-21T13:12:17.957716+0000 mon.a (mon.0) 8174 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:18.497 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:18 smithi178 bash[77880]: audit 2024-03-21T13:12:17.968416+0000 mon.a (mon.0) 8175 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:18.497 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:18 smithi178 bash[77880]: audit 2024-03-21T13:12:18.047089+0000 mon.a (mon.0) 8176 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:18.497 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:18 smithi178 bash[77880]: audit 2024-03-21T13:12:18.050320+0000 mon.a (mon.0) 8177 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:18.497 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:18 smithi178 bash[77880]: audit 2024-03-21T13:12:18.054369+0000 mon.a (mon.0) 8178 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:18.497 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:18 smithi178 bash[77880]: audit 2024-03-21T13:12:18.055650+0000 mon.a (mon.0) 8179 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:18.497 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:18 smithi178 bash[77880]: audit 2024-03-21T13:12:18.065954+0000 mon.a (mon.0) 8180 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:19.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[75692]: cephadm 2024-03-21T13:12:17.295430+0000 mgr.x (mgr.34104) 5289 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:19.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[75692]: cluster 2024-03-21T13:12:17.384130+0000 mgr.x (mgr.34104) 5290 : cluster [DBG] pgmap v3501: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:19.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[75692]: cluster 2024-03-21T13:12:17.384834+0000 mgr.x (mgr.34104) 5291 : cluster [DBG] pgmap v3502: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:19.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[75692]: cephadm 2024-03-21T13:12:17.393899+0000 mgr.x (mgr.34104) 5292 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:19.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[75692]: cluster 2024-03-21T13:12:17.484466+0000 mgr.x (mgr.34104) 5293 : cluster [DBG] pgmap v3503: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:19.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[75692]: cluster 2024-03-21T13:12:17.484871+0000 mgr.x (mgr.34104) 5294 : cluster [DBG] pgmap v3504: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:19.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[75692]: cephadm 2024-03-21T13:12:17.490639+0000 mgr.x (mgr.34104) 5295 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:19.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[75692]: cluster 2024-03-21T13:12:17.580630+0000 mgr.x (mgr.34104) 5296 : cluster [DBG] pgmap v3505: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:19.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[75692]: cluster 2024-03-21T13:12:17.581496+0000 mgr.x (mgr.34104) 5297 : cluster [DBG] pgmap v3506: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:19.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[75692]: cephadm 2024-03-21T13:12:17.590631+0000 mgr.x (mgr.34104) 5298 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:19.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[75692]: cluster 2024-03-21T13:12:17.660403+0000 mgr.x (mgr.34104) 5299 : cluster [DBG] pgmap v3507: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:19.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[75692]: cluster 2024-03-21T13:12:17.660662+0000 mgr.x (mgr.34104) 5300 : cluster [DBG] pgmap v3508: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:19.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[75692]: cephadm 2024-03-21T13:12:17.668880+0000 mgr.x (mgr.34104) 5301 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:19.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[75692]: cluster 2024-03-21T13:12:17.760548+0000 mgr.x (mgr.34104) 5302 : cluster [DBG] pgmap v3509: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:19.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[75692]: cluster 2024-03-21T13:12:17.760812+0000 mgr.x (mgr.34104) 5303 : cluster [DBG] pgmap v3510: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:19.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[75692]: cephadm 2024-03-21T13:12:17.769128+0000 mgr.x (mgr.34104) 5304 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:19.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[75692]: cluster 2024-03-21T13:12:17.862024+0000 mgr.x (mgr.34104) 5305 : cluster [DBG] pgmap v3511: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:19.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[75692]: cluster 2024-03-21T13:12:17.862214+0000 mgr.x (mgr.34104) 5306 : cluster [DBG] pgmap v3512: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:19.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[75692]: cephadm 2024-03-21T13:12:17.871946+0000 mgr.x (mgr.34104) 5307 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:19.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[75692]: cluster 2024-03-21T13:12:17.960264+0000 mgr.x (mgr.34104) 5308 : cluster [DBG] pgmap v3513: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:19.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[77880]: cephadm 2024-03-21T13:12:17.295430+0000 mgr.x (mgr.34104) 5289 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:19.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[77880]: cluster 2024-03-21T13:12:17.384130+0000 mgr.x (mgr.34104) 5290 : cluster [DBG] pgmap v3501: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:19.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[77880]: cluster 2024-03-21T13:12:17.384834+0000 mgr.x (mgr.34104) 5291 : cluster [DBG] pgmap v3502: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:19.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[77880]: cephadm 2024-03-21T13:12:17.393899+0000 mgr.x (mgr.34104) 5292 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:19.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[77880]: cluster 2024-03-21T13:12:17.484466+0000 mgr.x (mgr.34104) 5293 : cluster [DBG] pgmap v3503: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:19.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[77880]: cluster 2024-03-21T13:12:17.484871+0000 mgr.x (mgr.34104) 5294 : cluster [DBG] pgmap v3504: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:19.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[77880]: cephadm 2024-03-21T13:12:17.490639+0000 mgr.x (mgr.34104) 5295 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:19.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[77880]: cluster 2024-03-21T13:12:17.580630+0000 mgr.x (mgr.34104) 5296 : cluster [DBG] pgmap v3505: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:19.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[77880]: cluster 2024-03-21T13:12:17.581496+0000 mgr.x (mgr.34104) 5297 : cluster [DBG] pgmap v3506: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:19.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[77880]: cephadm 2024-03-21T13:12:17.590631+0000 mgr.x (mgr.34104) 5298 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:19.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[77880]: cluster 2024-03-21T13:12:17.660403+0000 mgr.x (mgr.34104) 5299 : cluster [DBG] pgmap v3507: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:19.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[77880]: cluster 2024-03-21T13:12:17.660662+0000 mgr.x (mgr.34104) 5300 : cluster [DBG] pgmap v3508: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:19.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[77880]: cephadm 2024-03-21T13:12:17.668880+0000 mgr.x (mgr.34104) 5301 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:19.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[77880]: cluster 2024-03-21T13:12:17.760548+0000 mgr.x (mgr.34104) 5302 : cluster [DBG] pgmap v3509: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:19.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[77880]: cluster 2024-03-21T13:12:17.760812+0000 mgr.x (mgr.34104) 5303 : cluster [DBG] pgmap v3510: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:19.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[77880]: cephadm 2024-03-21T13:12:17.769128+0000 mgr.x (mgr.34104) 5304 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:19.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[77880]: cluster 2024-03-21T13:12:17.862024+0000 mgr.x (mgr.34104) 5305 : cluster [DBG] pgmap v3511: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:19.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[77880]: cluster 2024-03-21T13:12:17.862214+0000 mgr.x (mgr.34104) 5306 : cluster [DBG] pgmap v3512: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:19.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[77880]: cephadm 2024-03-21T13:12:17.871946+0000 mgr.x (mgr.34104) 5307 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:19.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[77880]: cluster 2024-03-21T13:12:17.960264+0000 mgr.x (mgr.34104) 5308 : cluster [DBG] pgmap v3513: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:19.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[75692]: cluster 2024-03-21T13:12:17.960915+0000 mgr.x (mgr.34104) 5309 : cluster [DBG] pgmap v3514: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:19.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[75692]: cephadm 2024-03-21T13:12:17.969487+0000 mgr.x (mgr.34104) 5310 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:19.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[75692]: cluster 2024-03-21T13:12:18.058797+0000 mgr.x (mgr.34104) 5311 : cluster [DBG] pgmap v3515: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:19.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[75692]: cluster 2024-03-21T13:12:18.059650+0000 mgr.x (mgr.34104) 5312 : cluster [DBG] pgmap v3516: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:19.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[75692]: cephadm 2024-03-21T13:12:18.067055+0000 mgr.x (mgr.34104) 5313 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:19.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[75692]: audit 2024-03-21T13:12:18.147468+0000 mon.a (mon.0) 8181 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:19.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[75692]: audit 2024-03-21T13:12:18.155954+0000 mon.a (mon.0) 8182 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:19.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[75692]: audit 2024-03-21T13:12:18.169853+0000 mon.a (mon.0) 8183 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:19.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[75692]: audit 2024-03-21T13:12:18.170816+0000 mon.a (mon.0) 8184 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:19.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[75692]: cluster 2024-03-21T13:12:18.173115+0000 mgr.x (mgr.34104) 5314 : cluster [DBG] pgmap v3517: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:19.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[75692]: audit 2024-03-21T13:12:18.177569+0000 mon.a (mon.0) 8185 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:19.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[75692]: cephadm 2024-03-21T13:12:18.178741+0000 mgr.x (mgr.34104) 5315 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:19.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[75692]: audit 2024-03-21T13:12:18.256193+0000 mon.a (mon.0) 8186 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:19.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[75692]: audit 2024-03-21T13:12:18.258972+0000 mon.a (mon.0) 8187 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:19.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[75692]: audit 2024-03-21T13:12:18.262319+0000 mon.a (mon.0) 8188 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:19.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[75692]: audit 2024-03-21T13:12:18.263643+0000 mon.a (mon.0) 8189 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:19.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[75692]: cluster 2024-03-21T13:12:18.266098+0000 mgr.x (mgr.34104) 5316 : cluster [DBG] pgmap v3518: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:19.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[75692]: cluster 2024-03-21T13:12:18.266369+0000 mgr.x (mgr.34104) 5317 : cluster [DBG] pgmap v3519: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:19.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[75692]: audit 2024-03-21T13:12:18.274797+0000 mon.a (mon.0) 8190 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:19.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[75692]: cephadm 2024-03-21T13:12:18.275979+0000 mgr.x (mgr.34104) 5318 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:19.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[77880]: cluster 2024-03-21T13:12:17.960915+0000 mgr.x (mgr.34104) 5309 : cluster [DBG] pgmap v3514: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:19.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[77880]: cephadm 2024-03-21T13:12:17.969487+0000 mgr.x (mgr.34104) 5310 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:19.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[77880]: cluster 2024-03-21T13:12:18.058797+0000 mgr.x (mgr.34104) 5311 : cluster [DBG] pgmap v3515: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:19.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[77880]: cluster 2024-03-21T13:12:18.059650+0000 mgr.x (mgr.34104) 5312 : cluster [DBG] pgmap v3516: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:19.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[77880]: cephadm 2024-03-21T13:12:18.067055+0000 mgr.x (mgr.34104) 5313 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:19.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[77880]: audit 2024-03-21T13:12:18.147468+0000 mon.a (mon.0) 8181 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:19.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[77880]: audit 2024-03-21T13:12:18.155954+0000 mon.a (mon.0) 8182 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:19.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[77880]: audit 2024-03-21T13:12:18.169853+0000 mon.a (mon.0) 8183 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:19.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[77880]: audit 2024-03-21T13:12:18.170816+0000 mon.a (mon.0) 8184 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:19.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[77880]: cluster 2024-03-21T13:12:18.173115+0000 mgr.x (mgr.34104) 5314 : cluster [DBG] pgmap v3517: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:19.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[77880]: audit 2024-03-21T13:12:18.177569+0000 mon.a (mon.0) 8185 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:19.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[77880]: cephadm 2024-03-21T13:12:18.178741+0000 mgr.x (mgr.34104) 5315 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:19.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[77880]: audit 2024-03-21T13:12:18.256193+0000 mon.a (mon.0) 8186 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:19.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[77880]: audit 2024-03-21T13:12:18.258972+0000 mon.a (mon.0) 8187 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:19.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[77880]: audit 2024-03-21T13:12:18.262319+0000 mon.a (mon.0) 8188 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:19.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[77880]: audit 2024-03-21T13:12:18.263643+0000 mon.a (mon.0) 8189 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:19.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[77880]: cluster 2024-03-21T13:12:18.266098+0000 mgr.x (mgr.34104) 5316 : cluster [DBG] pgmap v3518: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:19.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[77880]: cluster 2024-03-21T13:12:18.266369+0000 mgr.x (mgr.34104) 5317 : cluster [DBG] pgmap v3519: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:19.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[77880]: audit 2024-03-21T13:12:18.274797+0000 mon.a (mon.0) 8190 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:19.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[77880]: cephadm 2024-03-21T13:12:18.275979+0000 mgr.x (mgr.34104) 5318 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:19.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[75692]: audit 2024-03-21T13:12:18.352752+0000 mon.a (mon.0) 8191 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:19.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[75692]: audit 2024-03-21T13:12:18.357189+0000 mon.a (mon.0) 8192 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:19.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[75692]: audit 2024-03-21T13:12:18.361179+0000 mon.a (mon.0) 8193 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:19.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[75692]: audit 2024-03-21T13:12:18.362871+0000 mon.a (mon.0) 8194 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:19.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[75692]: audit 2024-03-21T13:12:18.371671+0000 mon.a (mon.0) 8195 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:19.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[75692]: audit 2024-03-21T13:12:18.451697+0000 mon.a (mon.0) 8196 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:19.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[75692]: audit 2024-03-21T13:12:18.454680+0000 mon.a (mon.0) 8197 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:19.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[75692]: audit 2024-03-21T13:12:18.458188+0000 mon.a (mon.0) 8198 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:19.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[75692]: audit 2024-03-21T13:12:18.459766+0000 mon.a (mon.0) 8199 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:19.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[75692]: audit 2024-03-21T13:12:18.469710+0000 mon.a (mon.0) 8200 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:19.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[75692]: audit 2024-03-21T13:12:18.547909+0000 mon.a (mon.0) 8201 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:19.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[75692]: audit 2024-03-21T13:12:18.551142+0000 mon.a (mon.0) 8202 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:19.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[75692]: audit 2024-03-21T13:12:18.555377+0000 mon.a (mon.0) 8203 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:19.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[75692]: audit 2024-03-21T13:12:18.556775+0000 mon.a (mon.0) 8204 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:19.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[75692]: audit 2024-03-21T13:12:18.568537+0000 mon.a (mon.0) 8205 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:19.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[75692]: audit 2024-03-21T13:12:18.646344+0000 mon.a (mon.0) 8206 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:19.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[75692]: audit 2024-03-21T13:12:18.649679+0000 mon.a (mon.0) 8207 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:19.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[75692]: audit 2024-03-21T13:12:18.653176+0000 mon.a (mon.0) 8208 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:19.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[75692]: audit 2024-03-21T13:12:18.654749+0000 mon.a (mon.0) 8209 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:19.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[77880]: audit 2024-03-21T13:12:18.352752+0000 mon.a (mon.0) 8191 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:19.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[77880]: audit 2024-03-21T13:12:18.357189+0000 mon.a (mon.0) 8192 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:19.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[77880]: audit 2024-03-21T13:12:18.361179+0000 mon.a (mon.0) 8193 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:19.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[77880]: audit 2024-03-21T13:12:18.362871+0000 mon.a (mon.0) 8194 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:19.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[77880]: audit 2024-03-21T13:12:18.371671+0000 mon.a (mon.0) 8195 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:19.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[77880]: audit 2024-03-21T13:12:18.451697+0000 mon.a (mon.0) 8196 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:19.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[77880]: audit 2024-03-21T13:12:18.454680+0000 mon.a (mon.0) 8197 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:19.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[77880]: audit 2024-03-21T13:12:18.458188+0000 mon.a (mon.0) 8198 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:19.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[77880]: audit 2024-03-21T13:12:18.459766+0000 mon.a (mon.0) 8199 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:19.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[77880]: audit 2024-03-21T13:12:18.469710+0000 mon.a (mon.0) 8200 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:19.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[77880]: audit 2024-03-21T13:12:18.547909+0000 mon.a (mon.0) 8201 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:19.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[77880]: audit 2024-03-21T13:12:18.551142+0000 mon.a (mon.0) 8202 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:19.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[77880]: audit 2024-03-21T13:12:18.555377+0000 mon.a (mon.0) 8203 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:19.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[77880]: audit 2024-03-21T13:12:18.556775+0000 mon.a (mon.0) 8204 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:19.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[77880]: audit 2024-03-21T13:12:18.568537+0000 mon.a (mon.0) 8205 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:19.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[77880]: audit 2024-03-21T13:12:18.646344+0000 mon.a (mon.0) 8206 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:19.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[77880]: audit 2024-03-21T13:12:18.649679+0000 mon.a (mon.0) 8207 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:19.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[77880]: audit 2024-03-21T13:12:18.653176+0000 mon.a (mon.0) 8208 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:19.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[77880]: audit 2024-03-21T13:12:18.654749+0000 mon.a (mon.0) 8209 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:19.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[75692]: audit 2024-03-21T13:12:18.665428+0000 mon.a (mon.0) 8210 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:19.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[75692]: audit 2024-03-21T13:12:18.744643+0000 mon.a (mon.0) 8211 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:19.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[75692]: audit 2024-03-21T13:12:18.747427+0000 mon.a (mon.0) 8212 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:19.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[75692]: audit 2024-03-21T13:12:18.750423+0000 mon.a (mon.0) 8213 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:19.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[75692]: audit 2024-03-21T13:12:18.751703+0000 mon.a (mon.0) 8214 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:19.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[75692]: audit 2024-03-21T13:12:18.761783+0000 mon.a (mon.0) 8215 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:19.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[75692]: audit 2024-03-21T13:12:18.839380+0000 mon.a (mon.0) 8216 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:19.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[75692]: audit 2024-03-21T13:12:18.842619+0000 mon.a (mon.0) 8217 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:19.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[75692]: audit 2024-03-21T13:12:18.846685+0000 mon.a (mon.0) 8218 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:19.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[75692]: audit 2024-03-21T13:12:18.848451+0000 mon.a (mon.0) 8219 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:19.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[75692]: audit 2024-03-21T13:12:18.860616+0000 mon.a (mon.0) 8220 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:19.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[75692]: audit 2024-03-21T13:12:18.939267+0000 mon.a (mon.0) 8221 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:19.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[75692]: audit 2024-03-21T13:12:18.943196+0000 mon.a (mon.0) 8222 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:19.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[75692]: audit 2024-03-21T13:12:18.946568+0000 mon.a (mon.0) 8223 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:19.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[75692]: audit 2024-03-21T13:12:18.947902+0000 mon.a (mon.0) 8224 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:19.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[75692]: audit 2024-03-21T13:12:18.958157+0000 mon.a (mon.0) 8225 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:19.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[75692]: audit 2024-03-21T13:12:19.037145+0000 mon.a (mon.0) 8226 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:19.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[75692]: audit 2024-03-21T13:12:19.040318+0000 mon.a (mon.0) 8227 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:19.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[75692]: audit 2024-03-21T13:12:19.043771+0000 mon.a (mon.0) 8228 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:19.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[75692]: audit 2024-03-21T13:12:19.045286+0000 mon.a (mon.0) 8229 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:19.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[75692]: audit 2024-03-21T13:12:19.056982+0000 mon.a (mon.0) 8230 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:19.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[75692]: audit 2024-03-21T13:12:19.135219+0000 mon.a (mon.0) 8231 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:19.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[75692]: audit 2024-03-21T13:12:19.138595+0000 mon.a (mon.0) 8232 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:19.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[75692]: audit 2024-03-21T13:12:19.142579+0000 mon.a (mon.0) 8233 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:19.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[75692]: audit 2024-03-21T13:12:19.144741+0000 mon.a (mon.0) 8234 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:19.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[77880]: audit 2024-03-21T13:12:18.665428+0000 mon.a (mon.0) 8210 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:19.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[77880]: audit 2024-03-21T13:12:18.744643+0000 mon.a (mon.0) 8211 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:19.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[77880]: audit 2024-03-21T13:12:18.747427+0000 mon.a (mon.0) 8212 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:19.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[77880]: audit 2024-03-21T13:12:18.750423+0000 mon.a (mon.0) 8213 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:19.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[77880]: audit 2024-03-21T13:12:18.751703+0000 mon.a (mon.0) 8214 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:19.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[77880]: audit 2024-03-21T13:12:18.761783+0000 mon.a (mon.0) 8215 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:19.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[77880]: audit 2024-03-21T13:12:18.839380+0000 mon.a (mon.0) 8216 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:19.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[77880]: audit 2024-03-21T13:12:18.842619+0000 mon.a (mon.0) 8217 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:19.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[77880]: audit 2024-03-21T13:12:18.846685+0000 mon.a (mon.0) 8218 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:19.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[77880]: audit 2024-03-21T13:12:18.848451+0000 mon.a (mon.0) 8219 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:19.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[77880]: audit 2024-03-21T13:12:18.860616+0000 mon.a (mon.0) 8220 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:19.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[77880]: audit 2024-03-21T13:12:18.939267+0000 mon.a (mon.0) 8221 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:19.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[77880]: audit 2024-03-21T13:12:18.943196+0000 mon.a (mon.0) 8222 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:19.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[77880]: audit 2024-03-21T13:12:18.946568+0000 mon.a (mon.0) 8223 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:19.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[77880]: audit 2024-03-21T13:12:18.947902+0000 mon.a (mon.0) 8224 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:19.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[77880]: audit 2024-03-21T13:12:18.958157+0000 mon.a (mon.0) 8225 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:19.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[77880]: audit 2024-03-21T13:12:19.037145+0000 mon.a (mon.0) 8226 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:19.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[77880]: audit 2024-03-21T13:12:19.040318+0000 mon.a (mon.0) 8227 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:19.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[77880]: audit 2024-03-21T13:12:19.043771+0000 mon.a (mon.0) 8228 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:19.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[77880]: audit 2024-03-21T13:12:19.045286+0000 mon.a (mon.0) 8229 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:19.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[77880]: audit 2024-03-21T13:12:19.056982+0000 mon.a (mon.0) 8230 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:19.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[77880]: audit 2024-03-21T13:12:19.135219+0000 mon.a (mon.0) 8231 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:19.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[77880]: audit 2024-03-21T13:12:19.138595+0000 mon.a (mon.0) 8232 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:19.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[77880]: audit 2024-03-21T13:12:19.142579+0000 mon.a (mon.0) 8233 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:19.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:19 smithi178 bash[77880]: audit 2024-03-21T13:12:19.144741+0000 mon.a (mon.0) 8234 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:19.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:19 smithi184 bash[59794]: cephadm 2024-03-21T13:12:17.295430+0000 mgr.x (mgr.34104) 5289 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:19.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:19 smithi184 bash[59794]: cluster 2024-03-21T13:12:17.384130+0000 mgr.x (mgr.34104) 5290 : cluster [DBG] pgmap v3501: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:19.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:19 smithi184 bash[59794]: cluster 2024-03-21T13:12:17.384834+0000 mgr.x (mgr.34104) 5291 : cluster [DBG] pgmap v3502: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:19.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:19 smithi184 bash[59794]: cephadm 2024-03-21T13:12:17.393899+0000 mgr.x (mgr.34104) 5292 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:19.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:19 smithi184 bash[59794]: cluster 2024-03-21T13:12:17.484466+0000 mgr.x (mgr.34104) 5293 : cluster [DBG] pgmap v3503: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:19.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:19 smithi184 bash[59794]: cluster 2024-03-21T13:12:17.484871+0000 mgr.x (mgr.34104) 5294 : cluster [DBG] pgmap v3504: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:19.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:19 smithi184 bash[59794]: cephadm 2024-03-21T13:12:17.490639+0000 mgr.x (mgr.34104) 5295 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:19.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:19 smithi184 bash[59794]: cluster 2024-03-21T13:12:17.580630+0000 mgr.x (mgr.34104) 5296 : cluster [DBG] pgmap v3505: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:19.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:19 smithi184 bash[59794]: cluster 2024-03-21T13:12:17.581496+0000 mgr.x (mgr.34104) 5297 : cluster [DBG] pgmap v3506: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:19.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:19 smithi184 bash[59794]: cephadm 2024-03-21T13:12:17.590631+0000 mgr.x (mgr.34104) 5298 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:19.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:19 smithi184 bash[59794]: cluster 2024-03-21T13:12:17.660403+0000 mgr.x (mgr.34104) 5299 : cluster [DBG] pgmap v3507: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:19.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:19 smithi184 bash[59794]: cluster 2024-03-21T13:12:17.660662+0000 mgr.x (mgr.34104) 5300 : cluster [DBG] pgmap v3508: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:19.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:19 smithi184 bash[59794]: cephadm 2024-03-21T13:12:17.668880+0000 mgr.x (mgr.34104) 5301 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:19.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:19 smithi184 bash[59794]: cluster 2024-03-21T13:12:17.760548+0000 mgr.x (mgr.34104) 5302 : cluster [DBG] pgmap v3509: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:19.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:19 smithi184 bash[59794]: cluster 2024-03-21T13:12:17.760812+0000 mgr.x (mgr.34104) 5303 : cluster [DBG] pgmap v3510: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:19.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:19 smithi184 bash[59794]: cephadm 2024-03-21T13:12:17.769128+0000 mgr.x (mgr.34104) 5304 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:19.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:19 smithi184 bash[59794]: cluster 2024-03-21T13:12:17.862024+0000 mgr.x (mgr.34104) 5305 : cluster [DBG] pgmap v3511: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:19.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:19 smithi184 bash[59794]: cluster 2024-03-21T13:12:17.862214+0000 mgr.x (mgr.34104) 5306 : cluster [DBG] pgmap v3512: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:19.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:19 smithi184 bash[59794]: cephadm 2024-03-21T13:12:17.871946+0000 mgr.x (mgr.34104) 5307 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:19.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:19 smithi184 bash[59794]: cluster 2024-03-21T13:12:17.960264+0000 mgr.x (mgr.34104) 5308 : cluster [DBG] pgmap v3513: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:19.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:19 smithi184 bash[59794]: cluster 2024-03-21T13:12:17.960915+0000 mgr.x (mgr.34104) 5309 : cluster [DBG] pgmap v3514: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:19.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:19 smithi184 bash[59794]: cephadm 2024-03-21T13:12:17.969487+0000 mgr.x (mgr.34104) 5310 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:19.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:19 smithi184 bash[59794]: cluster 2024-03-21T13:12:18.058797+0000 mgr.x (mgr.34104) 5311 : cluster [DBG] pgmap v3515: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:19.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:19 smithi184 bash[59794]: cluster 2024-03-21T13:12:18.059650+0000 mgr.x (mgr.34104) 5312 : cluster [DBG] pgmap v3516: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:19.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:19 smithi184 bash[59794]: cephadm 2024-03-21T13:12:18.067055+0000 mgr.x (mgr.34104) 5313 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:19.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:19 smithi184 bash[59794]: audit 2024-03-21T13:12:18.147468+0000 mon.a (mon.0) 8181 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:19.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:19 smithi184 bash[59794]: audit 2024-03-21T13:12:18.155954+0000 mon.a (mon.0) 8182 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:19.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:19 smithi184 bash[59794]: audit 2024-03-21T13:12:18.169853+0000 mon.a (mon.0) 8183 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:19.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:19 smithi184 bash[59794]: audit 2024-03-21T13:12:18.170816+0000 mon.a (mon.0) 8184 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:19.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:19 smithi184 bash[59794]: cluster 2024-03-21T13:12:18.173115+0000 mgr.x (mgr.34104) 5314 : cluster [DBG] pgmap v3517: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:19.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:19 smithi184 bash[59794]: audit 2024-03-21T13:12:18.177569+0000 mon.a (mon.0) 8185 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:19.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:19 smithi184 bash[59794]: cephadm 2024-03-21T13:12:18.178741+0000 mgr.x (mgr.34104) 5315 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:19.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:19 smithi184 bash[59794]: audit 2024-03-21T13:12:18.256193+0000 mon.a (mon.0) 8186 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:19.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:19 smithi184 bash[59794]: audit 2024-03-21T13:12:18.258972+0000 mon.a (mon.0) 8187 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:19.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:19 smithi184 bash[59794]: audit 2024-03-21T13:12:18.262319+0000 mon.a (mon.0) 8188 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:19.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:19 smithi184 bash[59794]: audit 2024-03-21T13:12:18.263643+0000 mon.a (mon.0) 8189 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:19.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:19 smithi184 bash[59794]: cluster 2024-03-21T13:12:18.266098+0000 mgr.x (mgr.34104) 5316 : cluster [DBG] pgmap v3518: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:19.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:19 smithi184 bash[59794]: cluster 2024-03-21T13:12:18.266369+0000 mgr.x (mgr.34104) 5317 : cluster [DBG] pgmap v3519: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:19.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:19 smithi184 bash[59794]: audit 2024-03-21T13:12:18.274797+0000 mon.a (mon.0) 8190 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:19.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:19 smithi184 bash[59794]: cephadm 2024-03-21T13:12:18.275979+0000 mgr.x (mgr.34104) 5318 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:19.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:19 smithi184 bash[59794]: audit 2024-03-21T13:12:18.352752+0000 mon.a (mon.0) 8191 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:19.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:19 smithi184 bash[59794]: audit 2024-03-21T13:12:18.357189+0000 mon.a (mon.0) 8192 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:19.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:19 smithi184 bash[59794]: audit 2024-03-21T13:12:18.361179+0000 mon.a (mon.0) 8193 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:19.581 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:19 smithi184 bash[59794]: audit 2024-03-21T13:12:18.362871+0000 mon.a (mon.0) 8194 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:19.581 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:19 smithi184 bash[59794]: audit 2024-03-21T13:12:18.371671+0000 mon.a (mon.0) 8195 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:19.581 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:19 smithi184 bash[59794]: audit 2024-03-21T13:12:18.451697+0000 mon.a (mon.0) 8196 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:19.581 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:19 smithi184 bash[59794]: audit 2024-03-21T13:12:18.454680+0000 mon.a (mon.0) 8197 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:19.581 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:19 smithi184 bash[59794]: audit 2024-03-21T13:12:18.458188+0000 mon.a (mon.0) 8198 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:19.581 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:19 smithi184 bash[59794]: audit 2024-03-21T13:12:18.459766+0000 mon.a (mon.0) 8199 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:19.581 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:19 smithi184 bash[59794]: audit 2024-03-21T13:12:18.469710+0000 mon.a (mon.0) 8200 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:19.581 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:19 smithi184 bash[59794]: audit 2024-03-21T13:12:18.547909+0000 mon.a (mon.0) 8201 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:19.581 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:19 smithi184 bash[59794]: audit 2024-03-21T13:12:18.551142+0000 mon.a (mon.0) 8202 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:19.581 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:19 smithi184 bash[59794]: audit 2024-03-21T13:12:18.555377+0000 mon.a (mon.0) 8203 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:19.581 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:19 smithi184 bash[59794]: audit 2024-03-21T13:12:18.556775+0000 mon.a (mon.0) 8204 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:19.581 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:19 smithi184 bash[59794]: audit 2024-03-21T13:12:18.568537+0000 mon.a (mon.0) 8205 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:19.581 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:19 smithi184 bash[59794]: audit 2024-03-21T13:12:18.646344+0000 mon.a (mon.0) 8206 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:19.581 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:19 smithi184 bash[59794]: audit 2024-03-21T13:12:18.649679+0000 mon.a (mon.0) 8207 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:19.582 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:19 smithi184 bash[59794]: audit 2024-03-21T13:12:18.653176+0000 mon.a (mon.0) 8208 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:19.582 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:19 smithi184 bash[59794]: audit 2024-03-21T13:12:18.654749+0000 mon.a (mon.0) 8209 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:19.582 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:19 smithi184 bash[59794]: audit 2024-03-21T13:12:18.665428+0000 mon.a (mon.0) 8210 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:19.582 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:19 smithi184 bash[59794]: audit 2024-03-21T13:12:18.744643+0000 mon.a (mon.0) 8211 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:19.582 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:19 smithi184 bash[59794]: audit 2024-03-21T13:12:18.747427+0000 mon.a (mon.0) 8212 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:19.582 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:19 smithi184 bash[59794]: audit 2024-03-21T13:12:18.750423+0000 mon.a (mon.0) 8213 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:19.582 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:19 smithi184 bash[59794]: audit 2024-03-21T13:12:18.751703+0000 mon.a (mon.0) 8214 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:19.582 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:19 smithi184 bash[59794]: audit 2024-03-21T13:12:18.761783+0000 mon.a (mon.0) 8215 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:19.582 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:19 smithi184 bash[59794]: audit 2024-03-21T13:12:18.839380+0000 mon.a (mon.0) 8216 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:19.582 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:19 smithi184 bash[59794]: audit 2024-03-21T13:12:18.842619+0000 mon.a (mon.0) 8217 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:19.582 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:19 smithi184 bash[59794]: audit 2024-03-21T13:12:18.846685+0000 mon.a (mon.0) 8218 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:19.582 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:19 smithi184 bash[59794]: audit 2024-03-21T13:12:18.848451+0000 mon.a (mon.0) 8219 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:19.582 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:19 smithi184 bash[59794]: audit 2024-03-21T13:12:18.860616+0000 mon.a (mon.0) 8220 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:19.582 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:19 smithi184 bash[59794]: audit 2024-03-21T13:12:18.939267+0000 mon.a (mon.0) 8221 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:19.582 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:19 smithi184 bash[59794]: audit 2024-03-21T13:12:18.943196+0000 mon.a (mon.0) 8222 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:19.583 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:19 smithi184 bash[59794]: audit 2024-03-21T13:12:18.946568+0000 mon.a (mon.0) 8223 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:19.583 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:19 smithi184 bash[59794]: audit 2024-03-21T13:12:18.947902+0000 mon.a (mon.0) 8224 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:19.583 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:19 smithi184 bash[59794]: audit 2024-03-21T13:12:18.958157+0000 mon.a (mon.0) 8225 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:19.583 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:19 smithi184 bash[59794]: audit 2024-03-21T13:12:19.037145+0000 mon.a (mon.0) 8226 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:19.583 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:19 smithi184 bash[59794]: audit 2024-03-21T13:12:19.040318+0000 mon.a (mon.0) 8227 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:19.583 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:19 smithi184 bash[59794]: audit 2024-03-21T13:12:19.043771+0000 mon.a (mon.0) 8228 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:19.583 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:19 smithi184 bash[59794]: audit 2024-03-21T13:12:19.045286+0000 mon.a (mon.0) 8229 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:19.583 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:19 smithi184 bash[59794]: audit 2024-03-21T13:12:19.056982+0000 mon.a (mon.0) 8230 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:19.583 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:19 smithi184 bash[59794]: audit 2024-03-21T13:12:19.135219+0000 mon.a (mon.0) 8231 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:19.583 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:19 smithi184 bash[59794]: audit 2024-03-21T13:12:19.138595+0000 mon.a (mon.0) 8232 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:19.583 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:19 smithi184 bash[59794]: audit 2024-03-21T13:12:19.142579+0000 mon.a (mon.0) 8233 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:19.583 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:19 smithi184 bash[59794]: audit 2024-03-21T13:12:19.144741+0000 mon.a (mon.0) 8234 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:20.542 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:20 smithi178 bash[75692]: cluster 2024-03-21T13:12:18.365806+0000 mgr.x (mgr.34104) 5319 : cluster [DBG] pgmap v3520: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:20.542 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:20 smithi178 bash[75692]: cluster 2024-03-21T13:12:18.366233+0000 mgr.x (mgr.34104) 5320 : cluster [DBG] pgmap v3521: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:20.542 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:20 smithi178 bash[75692]: cephadm 2024-03-21T13:12:18.373476+0000 mgr.x (mgr.34104) 5321 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:20.542 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:20 smithi178 bash[75692]: cluster 2024-03-21T13:12:18.462308+0000 mgr.x (mgr.34104) 5322 : cluster [DBG] pgmap v3522: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:20.542 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:20 smithi178 bash[75692]: cluster 2024-03-21T13:12:18.462755+0000 mgr.x (mgr.34104) 5323 : cluster [DBG] pgmap v3523: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:20.542 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:20 smithi178 bash[75692]: cephadm 2024-03-21T13:12:18.471223+0000 mgr.x (mgr.34104) 5324 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:20.543 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:20 smithi178 bash[75692]: cluster 2024-03-21T13:12:18.559799+0000 mgr.x (mgr.34104) 5325 : cluster [DBG] pgmap v3524: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:20.543 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:20 smithi178 bash[75692]: cluster 2024-03-21T13:12:18.560314+0000 mgr.x (mgr.34104) 5326 : cluster [DBG] pgmap v3525: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:20.543 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:20 smithi178 bash[75692]: cephadm 2024-03-21T13:12:18.569917+0000 mgr.x (mgr.34104) 5327 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:20.543 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:20 smithi178 bash[75692]: cluster 2024-03-21T13:12:18.657791+0000 mgr.x (mgr.34104) 5328 : cluster [DBG] pgmap v3526: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:20.543 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:20 smithi178 bash[75692]: cluster 2024-03-21T13:12:18.658240+0000 mgr.x (mgr.34104) 5329 : cluster [DBG] pgmap v3527: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:20.543 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:20 smithi178 bash[75692]: cephadm 2024-03-21T13:12:18.666627+0000 mgr.x (mgr.34104) 5330 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:20.543 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:20 smithi178 bash[75692]: cluster 2024-03-21T13:12:18.754390+0000 mgr.x (mgr.34104) 5331 : cluster [DBG] pgmap v3528: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:20.543 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:20 smithi178 bash[75692]: cluster 2024-03-21T13:12:18.754882+0000 mgr.x (mgr.34104) 5332 : cluster [DBG] pgmap v3529: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:20.543 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:20 smithi178 bash[75692]: cephadm 2024-03-21T13:12:18.762861+0000 mgr.x (mgr.34104) 5333 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:20.543 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:20 smithi178 bash[75692]: cluster 2024-03-21T13:12:18.851705+0000 mgr.x (mgr.34104) 5334 : cluster [DBG] pgmap v3530: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:20.543 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:20 smithi178 bash[75692]: cluster 2024-03-21T13:12:18.852205+0000 mgr.x (mgr.34104) 5335 : cluster [DBG] pgmap v3531: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:20.543 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:20 smithi178 bash[75692]: cephadm 2024-03-21T13:12:18.861811+0000 mgr.x (mgr.34104) 5336 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:20.543 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:20 smithi178 bash[75692]: cluster 2024-03-21T13:12:18.951009+0000 mgr.x (mgr.34104) 5337 : cluster [DBG] pgmap v3532: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 17 op/s 2024-03-21T13:12:20.543 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:20 smithi178 bash[75692]: cluster 2024-03-21T13:12:18.951412+0000 mgr.x (mgr.34104) 5338 : cluster [DBG] pgmap v3533: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 17 op/s 2024-03-21T13:12:20.544 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:20 smithi178 bash[77880]: cluster 2024-03-21T13:12:18.365806+0000 mgr.x (mgr.34104) 5319 : cluster [DBG] pgmap v3520: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:20.544 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:20 smithi178 bash[77880]: cluster 2024-03-21T13:12:18.366233+0000 mgr.x (mgr.34104) 5320 : cluster [DBG] pgmap v3521: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:20.544 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:20 smithi178 bash[77880]: cephadm 2024-03-21T13:12:18.373476+0000 mgr.x (mgr.34104) 5321 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:20.544 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:20 smithi178 bash[77880]: cluster 2024-03-21T13:12:18.462308+0000 mgr.x (mgr.34104) 5322 : cluster [DBG] pgmap v3522: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:20.544 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:20 smithi178 bash[77880]: cluster 2024-03-21T13:12:18.462755+0000 mgr.x (mgr.34104) 5323 : cluster [DBG] pgmap v3523: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:20.544 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:20 smithi178 bash[77880]: cephadm 2024-03-21T13:12:18.471223+0000 mgr.x (mgr.34104) 5324 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:20.544 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:20 smithi178 bash[77880]: cluster 2024-03-21T13:12:18.559799+0000 mgr.x (mgr.34104) 5325 : cluster [DBG] pgmap v3524: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:20.544 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:20 smithi178 bash[77880]: cluster 2024-03-21T13:12:18.560314+0000 mgr.x (mgr.34104) 5326 : cluster [DBG] pgmap v3525: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:20.544 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:20 smithi178 bash[77880]: cephadm 2024-03-21T13:12:18.569917+0000 mgr.x (mgr.34104) 5327 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:20.545 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:20 smithi178 bash[77880]: cluster 2024-03-21T13:12:18.657791+0000 mgr.x (mgr.34104) 5328 : cluster [DBG] pgmap v3526: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:20.545 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:20 smithi178 bash[77880]: cluster 2024-03-21T13:12:18.658240+0000 mgr.x (mgr.34104) 5329 : cluster [DBG] pgmap v3527: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:20.545 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:20 smithi178 bash[77880]: cephadm 2024-03-21T13:12:18.666627+0000 mgr.x (mgr.34104) 5330 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:20.545 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:20 smithi178 bash[77880]: cluster 2024-03-21T13:12:18.754390+0000 mgr.x (mgr.34104) 5331 : cluster [DBG] pgmap v3528: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:20.545 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:20 smithi178 bash[77880]: cluster 2024-03-21T13:12:18.754882+0000 mgr.x (mgr.34104) 5332 : cluster [DBG] pgmap v3529: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:20.545 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:20 smithi178 bash[77880]: cephadm 2024-03-21T13:12:18.762861+0000 mgr.x (mgr.34104) 5333 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:20.545 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:20 smithi178 bash[77880]: cluster 2024-03-21T13:12:18.851705+0000 mgr.x (mgr.34104) 5334 : cluster [DBG] pgmap v3530: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:20.545 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:20 smithi178 bash[77880]: cluster 2024-03-21T13:12:18.852205+0000 mgr.x (mgr.34104) 5335 : cluster [DBG] pgmap v3531: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:20.545 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:20 smithi178 bash[77880]: cephadm 2024-03-21T13:12:18.861811+0000 mgr.x (mgr.34104) 5336 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:20.545 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:20 smithi178 bash[77880]: cluster 2024-03-21T13:12:18.951009+0000 mgr.x (mgr.34104) 5337 : cluster [DBG] pgmap v3532: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 17 op/s 2024-03-21T13:12:20.545 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:20 smithi178 bash[77880]: cluster 2024-03-21T13:12:18.951412+0000 mgr.x (mgr.34104) 5338 : cluster [DBG] pgmap v3533: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 17 op/s 2024-03-21T13:12:20.546 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:20 smithi178 bash[75692]: cephadm 2024-03-21T13:12:18.959305+0000 mgr.x (mgr.34104) 5339 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:20.546 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:20 smithi178 bash[75692]: cluster 2024-03-21T13:12:19.048058+0000 mgr.x (mgr.34104) 5340 : cluster [DBG] pgmap v3534: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 17 op/s 2024-03-21T13:12:20.546 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:20 smithi178 bash[75692]: cluster 2024-03-21T13:12:19.048511+0000 mgr.x (mgr.34104) 5341 : cluster [DBG] pgmap v3535: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 17 op/s 2024-03-21T13:12:20.546 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:20 smithi178 bash[75692]: cephadm 2024-03-21T13:12:19.058192+0000 mgr.x (mgr.34104) 5342 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:20.546 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:20 smithi178 bash[75692]: cluster 2024-03-21T13:12:19.148473+0000 mgr.x (mgr.34104) 5343 : cluster [DBG] pgmap v3536: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s 2024-03-21T13:12:20.546 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:20 smithi178 bash[75692]: cluster 2024-03-21T13:12:19.148755+0000 mgr.x (mgr.34104) 5344 : cluster [DBG] pgmap v3537: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s 2024-03-21T13:12:20.546 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:20 smithi178 bash[75692]: audit 2024-03-21T13:12:19.163598+0000 mon.a (mon.0) 8235 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:20.546 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:20 smithi178 bash[75692]: cephadm 2024-03-21T13:12:19.164839+0000 mgr.x (mgr.34104) 5345 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:20.546 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:20 smithi178 bash[75692]: audit 2024-03-21T13:12:19.228204+0000 mon.a (mon.0) 8236 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:20.546 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:20 smithi178 bash[75692]: audit 2024-03-21T13:12:19.231172+0000 mon.a (mon.0) 8237 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:20.546 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:20 smithi178 bash[75692]: audit 2024-03-21T13:12:19.234185+0000 mon.a (mon.0) 8238 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:20.546 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:20 smithi178 bash[75692]: audit 2024-03-21T13:12:19.235535+0000 mon.a (mon.0) 8239 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:20.546 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:20 smithi178 bash[75692]: cluster 2024-03-21T13:12:19.238280+0000 mgr.x (mgr.34104) 5346 : cluster [DBG] pgmap v3538: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:20.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:20 smithi178 bash[75692]: cluster 2024-03-21T13:12:19.238645+0000 mgr.x (mgr.34104) 5347 : cluster [DBG] pgmap v3539: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:20.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:20 smithi178 bash[75692]: audit 2024-03-21T13:12:19.248602+0000 mon.a (mon.0) 8240 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:20.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:20 smithi178 bash[75692]: cephadm 2024-03-21T13:12:19.250143+0000 mgr.x (mgr.34104) 5348 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:20.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:20 smithi178 bash[75692]: audit 2024-03-21T13:12:19.329005+0000 mon.a (mon.0) 8241 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:20.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:20 smithi178 bash[75692]: audit 2024-03-21T13:12:19.331571+0000 mon.a (mon.0) 8242 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:20.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:20 smithi178 bash[75692]: audit 2024-03-21T13:12:19.333828+0000 mon.a (mon.0) 8243 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:20.547 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:20 smithi178 bash[77880]: cephadm 2024-03-21T13:12:18.959305+0000 mgr.x (mgr.34104) 5339 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:20.547 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:20 smithi178 bash[77880]: cluster 2024-03-21T13:12:19.048058+0000 mgr.x (mgr.34104) 5340 : cluster [DBG] pgmap v3534: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 17 op/s 2024-03-21T13:12:20.547 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:20 smithi178 bash[77880]: cluster 2024-03-21T13:12:19.048511+0000 mgr.x (mgr.34104) 5341 : cluster [DBG] pgmap v3535: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 17 op/s 2024-03-21T13:12:20.547 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:20 smithi178 bash[77880]: cephadm 2024-03-21T13:12:19.058192+0000 mgr.x (mgr.34104) 5342 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:20.547 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:20 smithi178 bash[77880]: cluster 2024-03-21T13:12:19.148473+0000 mgr.x (mgr.34104) 5343 : cluster [DBG] pgmap v3536: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s 2024-03-21T13:12:20.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:20 smithi178 bash[77880]: cluster 2024-03-21T13:12:19.148755+0000 mgr.x (mgr.34104) 5344 : cluster [DBG] pgmap v3537: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s 2024-03-21T13:12:20.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:20 smithi178 bash[77880]: audit 2024-03-21T13:12:19.163598+0000 mon.a (mon.0) 8235 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:20.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:20 smithi178 bash[77880]: cephadm 2024-03-21T13:12:19.164839+0000 mgr.x (mgr.34104) 5345 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:20.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:20 smithi178 bash[77880]: audit 2024-03-21T13:12:19.228204+0000 mon.a (mon.0) 8236 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:20.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:20 smithi178 bash[77880]: audit 2024-03-21T13:12:19.231172+0000 mon.a (mon.0) 8237 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:20.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:20 smithi178 bash[77880]: audit 2024-03-21T13:12:19.234185+0000 mon.a (mon.0) 8238 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:20.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:20 smithi178 bash[77880]: audit 2024-03-21T13:12:19.235535+0000 mon.a (mon.0) 8239 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:20.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:20 smithi178 bash[77880]: cluster 2024-03-21T13:12:19.238280+0000 mgr.x (mgr.34104) 5346 : cluster [DBG] pgmap v3538: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:20.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:20 smithi178 bash[77880]: cluster 2024-03-21T13:12:19.238645+0000 mgr.x (mgr.34104) 5347 : cluster [DBG] pgmap v3539: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:20.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:20 smithi178 bash[77880]: audit 2024-03-21T13:12:19.248602+0000 mon.a (mon.0) 8240 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:20.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:20 smithi178 bash[77880]: cephadm 2024-03-21T13:12:19.250143+0000 mgr.x (mgr.34104) 5348 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:20.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:20 smithi178 bash[77880]: audit 2024-03-21T13:12:19.329005+0000 mon.a (mon.0) 8241 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:20.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:20 smithi178 bash[77880]: audit 2024-03-21T13:12:19.331571+0000 mon.a (mon.0) 8242 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:20.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:20 smithi178 bash[77880]: audit 2024-03-21T13:12:19.333828+0000 mon.a (mon.0) 8243 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:20.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:20 smithi178 bash[75692]: audit 2024-03-21T13:12:19.334967+0000 mon.a (mon.0) 8244 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:20.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:20 smithi178 bash[75692]: audit 2024-03-21T13:12:19.345491+0000 mon.a (mon.0) 8245 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:20.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:20 smithi178 bash[75692]: audit 2024-03-21T13:12:19.411200+0000 mon.a (mon.0) 8246 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:20.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:20 smithi178 bash[75692]: audit 2024-03-21T13:12:19.414215+0000 mon.a (mon.0) 8247 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:20.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:20 smithi178 bash[75692]: audit 2024-03-21T13:12:19.417202+0000 mon.a (mon.0) 8248 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:20.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:20 smithi178 bash[75692]: audit 2024-03-21T13:12:19.418333+0000 mon.a (mon.0) 8249 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:20.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:20 smithi178 bash[75692]: audit 2024-03-21T13:12:19.428612+0000 mon.a (mon.0) 8250 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:20.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:20 smithi178 bash[75692]: audit 2024-03-21T13:12:19.504716+0000 mon.a (mon.0) 8251 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:20.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:20 smithi178 bash[75692]: audit 2024-03-21T13:12:19.507695+0000 mon.a (mon.0) 8252 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:20.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:20 smithi178 bash[75692]: audit 2024-03-21T13:12:19.511074+0000 mon.a (mon.0) 8253 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:20.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:20 smithi178 bash[75692]: audit 2024-03-21T13:12:19.512384+0000 mon.a (mon.0) 8254 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:20.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:20 smithi178 bash[75692]: audit 2024-03-21T13:12:19.521670+0000 mon.a (mon.0) 8255 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:20.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:20 smithi178 bash[75692]: audit 2024-03-21T13:12:19.601703+0000 mon.a (mon.0) 8256 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:20.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:20 smithi178 bash[75692]: audit 2024-03-21T13:12:19.603972+0000 mon.a (mon.0) 8257 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:20.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:20 smithi178 bash[75692]: audit 2024-03-21T13:12:19.606984+0000 mon.a (mon.0) 8258 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:20.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:20 smithi178 bash[75692]: audit 2024-03-21T13:12:19.607966+0000 mon.a (mon.0) 8259 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:20.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:20 smithi178 bash[75692]: audit 2024-03-21T13:12:19.618796+0000 mon.a (mon.0) 8260 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:20.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:20 smithi178 bash[75692]: audit 2024-03-21T13:12:19.698597+0000 mon.a (mon.0) 8261 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:20.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:20 smithi178 bash[75692]: audit 2024-03-21T13:12:19.701120+0000 mon.a (mon.0) 8262 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:20.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:20 smithi178 bash[77880]: audit 2024-03-21T13:12:19.334967+0000 mon.a (mon.0) 8244 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:20.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:20 smithi178 bash[77880]: audit 2024-03-21T13:12:19.345491+0000 mon.a (mon.0) 8245 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:20.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:20 smithi178 bash[77880]: audit 2024-03-21T13:12:19.411200+0000 mon.a (mon.0) 8246 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:20.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:20 smithi178 bash[77880]: audit 2024-03-21T13:12:19.414215+0000 mon.a (mon.0) 8247 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:20.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:20 smithi178 bash[77880]: audit 2024-03-21T13:12:19.417202+0000 mon.a (mon.0) 8248 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:20.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:20 smithi178 bash[77880]: audit 2024-03-21T13:12:19.418333+0000 mon.a (mon.0) 8249 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:20.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:20 smithi178 bash[77880]: audit 2024-03-21T13:12:19.428612+0000 mon.a (mon.0) 8250 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:20.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:20 smithi178 bash[77880]: audit 2024-03-21T13:12:19.504716+0000 mon.a (mon.0) 8251 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:20.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:20 smithi178 bash[77880]: audit 2024-03-21T13:12:19.507695+0000 mon.a (mon.0) 8252 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:20.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:20 smithi178 bash[77880]: audit 2024-03-21T13:12:19.511074+0000 mon.a (mon.0) 8253 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:20.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:20 smithi178 bash[77880]: audit 2024-03-21T13:12:19.512384+0000 mon.a (mon.0) 8254 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:20.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:20 smithi178 bash[77880]: audit 2024-03-21T13:12:19.521670+0000 mon.a (mon.0) 8255 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:20.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:20 smithi178 bash[77880]: audit 2024-03-21T13:12:19.601703+0000 mon.a (mon.0) 8256 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:20.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:20 smithi178 bash[77880]: audit 2024-03-21T13:12:19.603972+0000 mon.a (mon.0) 8257 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:20.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:20 smithi178 bash[77880]: audit 2024-03-21T13:12:19.606984+0000 mon.a (mon.0) 8258 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:20.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:20 smithi178 bash[77880]: audit 2024-03-21T13:12:19.607966+0000 mon.a (mon.0) 8259 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:20.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:20 smithi178 bash[77880]: audit 2024-03-21T13:12:19.618796+0000 mon.a (mon.0) 8260 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:20.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:20 smithi178 bash[77880]: audit 2024-03-21T13:12:19.698597+0000 mon.a (mon.0) 8261 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:20.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:20 smithi178 bash[77880]: audit 2024-03-21T13:12:19.701120+0000 mon.a (mon.0) 8262 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:20.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:20 smithi178 bash[75692]: audit 2024-03-21T13:12:19.703882+0000 mon.a (mon.0) 8263 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:20.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:20 smithi178 bash[75692]: audit 2024-03-21T13:12:19.705012+0000 mon.a (mon.0) 8264 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:20.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:20 smithi178 bash[75692]: audit 2024-03-21T13:12:19.712965+0000 mon.a (mon.0) 8265 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:20.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:20 smithi178 bash[75692]: audit 2024-03-21T13:12:19.775113+0000 mon.a (mon.0) 8266 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:20.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:20 smithi178 bash[75692]: audit 2024-03-21T13:12:19.778894+0000 mon.a (mon.0) 8267 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:20.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:20 smithi178 bash[75692]: audit 2024-03-21T13:12:19.781749+0000 mon.a (mon.0) 8268 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:20.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:20 smithi178 bash[75692]: audit 2024-03-21T13:12:19.782706+0000 mon.a (mon.0) 8269 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:20.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:20 smithi178 bash[75692]: audit 2024-03-21T13:12:19.791246+0000 mon.a (mon.0) 8270 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:20.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:20 smithi178 bash[75692]: audit 2024-03-21T13:12:19.791803+0000 mon.a (mon.0) 8271 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:12:20.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:20 smithi178 bash[75692]: audit 2024-03-21T13:12:19.914272+0000 mon.a (mon.0) 8272 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:20.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:20 smithi178 bash[75692]: audit 2024-03-21T13:12:19.917747+0000 mon.a (mon.0) 8273 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:20.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:20 smithi178 bash[75692]: audit 2024-03-21T13:12:19.921773+0000 mon.a (mon.0) 8274 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:20.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:20 smithi178 bash[75692]: audit 2024-03-21T13:12:19.922968+0000 mon.a (mon.0) 8275 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:20.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:20 smithi178 bash[75692]: audit 2024-03-21T13:12:19.931622+0000 mon.a (mon.0) 8276 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:20.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:20 smithi178 bash[75692]: audit 2024-03-21T13:12:20.045375+0000 mon.a (mon.0) 8277 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:20.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:20 smithi178 bash[75692]: audit 2024-03-21T13:12:20.047926+0000 mon.a (mon.0) 8278 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:20.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:20 smithi178 bash[75692]: audit 2024-03-21T13:12:20.050821+0000 mon.a (mon.0) 8279 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:20.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:20 smithi178 bash[75692]: audit 2024-03-21T13:12:20.052160+0000 mon.a (mon.0) 8280 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:20.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:20 smithi178 bash[75692]: audit 2024-03-21T13:12:20.061390+0000 mon.a (mon.0) 8281 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:20.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:20 smithi178 bash[75692]: audit 2024-03-21T13:12:20.142599+0000 mon.a (mon.0) 8282 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:20.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:20 smithi178 bash[75692]: audit 2024-03-21T13:12:20.145027+0000 mon.a (mon.0) 8283 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:20.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:20 smithi178 bash[75692]: audit 2024-03-21T13:12:20.148113+0000 mon.a (mon.0) 8284 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:20.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:20 smithi178 bash[75692]: audit 2024-03-21T13:12:20.149515+0000 mon.a (mon.0) 8285 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:20.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:20 smithi178 bash[75692]: audit 2024-03-21T13:12:20.162781+0000 mon.a (mon.0) 8286 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:20.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:20 smithi178 bash[77880]: audit 2024-03-21T13:12:19.703882+0000 mon.a (mon.0) 8263 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:20.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:20 smithi178 bash[77880]: audit 2024-03-21T13:12:19.705012+0000 mon.a (mon.0) 8264 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:20.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:20 smithi178 bash[77880]: audit 2024-03-21T13:12:19.712965+0000 mon.a (mon.0) 8265 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:20.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:20 smithi178 bash[77880]: audit 2024-03-21T13:12:19.775113+0000 mon.a (mon.0) 8266 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:20.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:20 smithi178 bash[77880]: audit 2024-03-21T13:12:19.778894+0000 mon.a (mon.0) 8267 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:20.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:20 smithi178 bash[77880]: audit 2024-03-21T13:12:19.781749+0000 mon.a (mon.0) 8268 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:20.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:20 smithi178 bash[77880]: audit 2024-03-21T13:12:19.782706+0000 mon.a (mon.0) 8269 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:20.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:20 smithi178 bash[77880]: audit 2024-03-21T13:12:19.791246+0000 mon.a (mon.0) 8270 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:20.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:20 smithi178 bash[77880]: audit 2024-03-21T13:12:19.791803+0000 mon.a (mon.0) 8271 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:12:20.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:20 smithi178 bash[77880]: audit 2024-03-21T13:12:19.914272+0000 mon.a (mon.0) 8272 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:20.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:20 smithi178 bash[77880]: audit 2024-03-21T13:12:19.917747+0000 mon.a (mon.0) 8273 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:20.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:20 smithi178 bash[77880]: audit 2024-03-21T13:12:19.921773+0000 mon.a (mon.0) 8274 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:20.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:20 smithi178 bash[77880]: audit 2024-03-21T13:12:19.922968+0000 mon.a (mon.0) 8275 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:20.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:20 smithi178 bash[77880]: audit 2024-03-21T13:12:19.931622+0000 mon.a (mon.0) 8276 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:20.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:20 smithi178 bash[77880]: audit 2024-03-21T13:12:20.045375+0000 mon.a (mon.0) 8277 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:20.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:20 smithi178 bash[77880]: audit 2024-03-21T13:12:20.047926+0000 mon.a (mon.0) 8278 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:20.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:20 smithi178 bash[77880]: audit 2024-03-21T13:12:20.050821+0000 mon.a (mon.0) 8279 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:20.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:20 smithi178 bash[77880]: audit 2024-03-21T13:12:20.052160+0000 mon.a (mon.0) 8280 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:20.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:20 smithi178 bash[77880]: audit 2024-03-21T13:12:20.061390+0000 mon.a (mon.0) 8281 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:20.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:20 smithi178 bash[77880]: audit 2024-03-21T13:12:20.142599+0000 mon.a (mon.0) 8282 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:20.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:20 smithi178 bash[77880]: audit 2024-03-21T13:12:20.145027+0000 mon.a (mon.0) 8283 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:20.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:20 smithi178 bash[77880]: audit 2024-03-21T13:12:20.148113+0000 mon.a (mon.0) 8284 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:20.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:20 smithi178 bash[77880]: audit 2024-03-21T13:12:20.149515+0000 mon.a (mon.0) 8285 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:20.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:20 smithi178 bash[77880]: audit 2024-03-21T13:12:20.162781+0000 mon.a (mon.0) 8286 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:20.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:20 smithi184 bash[59794]: cluster 2024-03-21T13:12:18.365806+0000 mgr.x (mgr.34104) 5319 : cluster [DBG] pgmap v3520: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:20.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:20 smithi184 bash[59794]: cluster 2024-03-21T13:12:18.366233+0000 mgr.x (mgr.34104) 5320 : cluster [DBG] pgmap v3521: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:20.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:20 smithi184 bash[59794]: cephadm 2024-03-21T13:12:18.373476+0000 mgr.x (mgr.34104) 5321 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:20.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:20 smithi184 bash[59794]: cluster 2024-03-21T13:12:18.462308+0000 mgr.x (mgr.34104) 5322 : cluster [DBG] pgmap v3522: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:20.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:20 smithi184 bash[59794]: cluster 2024-03-21T13:12:18.462755+0000 mgr.x (mgr.34104) 5323 : cluster [DBG] pgmap v3523: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:20.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:20 smithi184 bash[59794]: cephadm 2024-03-21T13:12:18.471223+0000 mgr.x (mgr.34104) 5324 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:20.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:20 smithi184 bash[59794]: cluster 2024-03-21T13:12:18.559799+0000 mgr.x (mgr.34104) 5325 : cluster [DBG] pgmap v3524: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:20.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:20 smithi184 bash[59794]: cluster 2024-03-21T13:12:18.560314+0000 mgr.x (mgr.34104) 5326 : cluster [DBG] pgmap v3525: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:20.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:20 smithi184 bash[59794]: cephadm 2024-03-21T13:12:18.569917+0000 mgr.x (mgr.34104) 5327 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:20.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:20 smithi184 bash[59794]: cluster 2024-03-21T13:12:18.657791+0000 mgr.x (mgr.34104) 5328 : cluster [DBG] pgmap v3526: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:20.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:20 smithi184 bash[59794]: cluster 2024-03-21T13:12:18.658240+0000 mgr.x (mgr.34104) 5329 : cluster [DBG] pgmap v3527: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:20.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:20 smithi184 bash[59794]: cephadm 2024-03-21T13:12:18.666627+0000 mgr.x (mgr.34104) 5330 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:20.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:20 smithi184 bash[59794]: cluster 2024-03-21T13:12:18.754390+0000 mgr.x (mgr.34104) 5331 : cluster [DBG] pgmap v3528: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:20.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:20 smithi184 bash[59794]: cluster 2024-03-21T13:12:18.754882+0000 mgr.x (mgr.34104) 5332 : cluster [DBG] pgmap v3529: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:20.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:20 smithi184 bash[59794]: cephadm 2024-03-21T13:12:18.762861+0000 mgr.x (mgr.34104) 5333 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:20.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:20 smithi184 bash[59794]: cluster 2024-03-21T13:12:18.851705+0000 mgr.x (mgr.34104) 5334 : cluster [DBG] pgmap v3530: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:20.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:20 smithi184 bash[59794]: cluster 2024-03-21T13:12:18.852205+0000 mgr.x (mgr.34104) 5335 : cluster [DBG] pgmap v3531: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:20.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:20 smithi184 bash[59794]: cephadm 2024-03-21T13:12:18.861811+0000 mgr.x (mgr.34104) 5336 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:20.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:20 smithi184 bash[59794]: cluster 2024-03-21T13:12:18.951009+0000 mgr.x (mgr.34104) 5337 : cluster [DBG] pgmap v3532: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 17 op/s 2024-03-21T13:12:20.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:20 smithi184 bash[59794]: cluster 2024-03-21T13:12:18.951412+0000 mgr.x (mgr.34104) 5338 : cluster [DBG] pgmap v3533: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 17 op/s 2024-03-21T13:12:20.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:20 smithi184 bash[59794]: cephadm 2024-03-21T13:12:18.959305+0000 mgr.x (mgr.34104) 5339 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:20.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:20 smithi184 bash[59794]: cluster 2024-03-21T13:12:19.048058+0000 mgr.x (mgr.34104) 5340 : cluster [DBG] pgmap v3534: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 17 op/s 2024-03-21T13:12:20.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:20 smithi184 bash[59794]: cluster 2024-03-21T13:12:19.048511+0000 mgr.x (mgr.34104) 5341 : cluster [DBG] pgmap v3535: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 17 op/s 2024-03-21T13:12:20.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:20 smithi184 bash[59794]: cephadm 2024-03-21T13:12:19.058192+0000 mgr.x (mgr.34104) 5342 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:20.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:20 smithi184 bash[59794]: cluster 2024-03-21T13:12:19.148473+0000 mgr.x (mgr.34104) 5343 : cluster [DBG] pgmap v3536: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s 2024-03-21T13:12:20.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:20 smithi184 bash[59794]: cluster 2024-03-21T13:12:19.148755+0000 mgr.x (mgr.34104) 5344 : cluster [DBG] pgmap v3537: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s 2024-03-21T13:12:20.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:20 smithi184 bash[59794]: audit 2024-03-21T13:12:19.163598+0000 mon.a (mon.0) 8235 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:20.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:20 smithi184 bash[59794]: cephadm 2024-03-21T13:12:19.164839+0000 mgr.x (mgr.34104) 5345 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:20.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:20 smithi184 bash[59794]: audit 2024-03-21T13:12:19.228204+0000 mon.a (mon.0) 8236 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:20.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:20 smithi184 bash[59794]: audit 2024-03-21T13:12:19.231172+0000 mon.a (mon.0) 8237 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:20.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:20 smithi184 bash[59794]: audit 2024-03-21T13:12:19.234185+0000 mon.a (mon.0) 8238 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:20.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:20 smithi184 bash[59794]: audit 2024-03-21T13:12:19.235535+0000 mon.a (mon.0) 8239 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:20.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:20 smithi184 bash[59794]: cluster 2024-03-21T13:12:19.238280+0000 mgr.x (mgr.34104) 5346 : cluster [DBG] pgmap v3538: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:20.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:20 smithi184 bash[59794]: cluster 2024-03-21T13:12:19.238645+0000 mgr.x (mgr.34104) 5347 : cluster [DBG] pgmap v3539: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:20.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:20 smithi184 bash[59794]: audit 2024-03-21T13:12:19.248602+0000 mon.a (mon.0) 8240 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:20.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:20 smithi184 bash[59794]: cephadm 2024-03-21T13:12:19.250143+0000 mgr.x (mgr.34104) 5348 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:20.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:20 smithi184 bash[59794]: audit 2024-03-21T13:12:19.329005+0000 mon.a (mon.0) 8241 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:20.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:20 smithi184 bash[59794]: audit 2024-03-21T13:12:19.331571+0000 mon.a (mon.0) 8242 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:20.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:20 smithi184 bash[59794]: audit 2024-03-21T13:12:19.333828+0000 mon.a (mon.0) 8243 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:20.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:20 smithi184 bash[59794]: audit 2024-03-21T13:12:19.334967+0000 mon.a (mon.0) 8244 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:20.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:20 smithi184 bash[59794]: audit 2024-03-21T13:12:19.345491+0000 mon.a (mon.0) 8245 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:20.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:20 smithi184 bash[59794]: audit 2024-03-21T13:12:19.411200+0000 mon.a (mon.0) 8246 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:20.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:20 smithi184 bash[59794]: audit 2024-03-21T13:12:19.414215+0000 mon.a (mon.0) 8247 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:20.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:20 smithi184 bash[59794]: audit 2024-03-21T13:12:19.417202+0000 mon.a (mon.0) 8248 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:20.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:20 smithi184 bash[59794]: audit 2024-03-21T13:12:19.418333+0000 mon.a (mon.0) 8249 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:20.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:20 smithi184 bash[59794]: audit 2024-03-21T13:12:19.428612+0000 mon.a (mon.0) 8250 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:20.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:20 smithi184 bash[59794]: audit 2024-03-21T13:12:19.504716+0000 mon.a (mon.0) 8251 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:20.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:20 smithi184 bash[59794]: audit 2024-03-21T13:12:19.507695+0000 mon.a (mon.0) 8252 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:20.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:20 smithi184 bash[59794]: audit 2024-03-21T13:12:19.511074+0000 mon.a (mon.0) 8253 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:20.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:20 smithi184 bash[59794]: audit 2024-03-21T13:12:19.512384+0000 mon.a (mon.0) 8254 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:20.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:20 smithi184 bash[59794]: audit 2024-03-21T13:12:19.521670+0000 mon.a (mon.0) 8255 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:20.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:20 smithi184 bash[59794]: audit 2024-03-21T13:12:19.601703+0000 mon.a (mon.0) 8256 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:20.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:20 smithi184 bash[59794]: audit 2024-03-21T13:12:19.603972+0000 mon.a (mon.0) 8257 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:20.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:20 smithi184 bash[59794]: audit 2024-03-21T13:12:19.606984+0000 mon.a (mon.0) 8258 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:20.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:20 smithi184 bash[59794]: audit 2024-03-21T13:12:19.607966+0000 mon.a (mon.0) 8259 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:20.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:20 smithi184 bash[59794]: audit 2024-03-21T13:12:19.618796+0000 mon.a (mon.0) 8260 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:20.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:20 smithi184 bash[59794]: audit 2024-03-21T13:12:19.698597+0000 mon.a (mon.0) 8261 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:20.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:20 smithi184 bash[59794]: audit 2024-03-21T13:12:19.701120+0000 mon.a (mon.0) 8262 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:20.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:20 smithi184 bash[59794]: audit 2024-03-21T13:12:19.703882+0000 mon.a (mon.0) 8263 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:20.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:20 smithi184 bash[59794]: audit 2024-03-21T13:12:19.705012+0000 mon.a (mon.0) 8264 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:20.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:20 smithi184 bash[59794]: audit 2024-03-21T13:12:19.712965+0000 mon.a (mon.0) 8265 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:20.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:20 smithi184 bash[59794]: audit 2024-03-21T13:12:19.775113+0000 mon.a (mon.0) 8266 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:20.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:20 smithi184 bash[59794]: audit 2024-03-21T13:12:19.778894+0000 mon.a (mon.0) 8267 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:20.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:20 smithi184 bash[59794]: audit 2024-03-21T13:12:19.781749+0000 mon.a (mon.0) 8268 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:20.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:20 smithi184 bash[59794]: audit 2024-03-21T13:12:19.782706+0000 mon.a (mon.0) 8269 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:20.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:20 smithi184 bash[59794]: audit 2024-03-21T13:12:19.791246+0000 mon.a (mon.0) 8270 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:20.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:20 smithi184 bash[59794]: audit 2024-03-21T13:12:19.791803+0000 mon.a (mon.0) 8271 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:12:20.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:20 smithi184 bash[59794]: audit 2024-03-21T13:12:19.914272+0000 mon.a (mon.0) 8272 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:20.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:20 smithi184 bash[59794]: audit 2024-03-21T13:12:19.917747+0000 mon.a (mon.0) 8273 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:20.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:20 smithi184 bash[59794]: audit 2024-03-21T13:12:19.921773+0000 mon.a (mon.0) 8274 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:20.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:20 smithi184 bash[59794]: audit 2024-03-21T13:12:19.922968+0000 mon.a (mon.0) 8275 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:20.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:20 smithi184 bash[59794]: audit 2024-03-21T13:12:19.931622+0000 mon.a (mon.0) 8276 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:20.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:20 smithi184 bash[59794]: audit 2024-03-21T13:12:20.045375+0000 mon.a (mon.0) 8277 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:20.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:20 smithi184 bash[59794]: audit 2024-03-21T13:12:20.047926+0000 mon.a (mon.0) 8278 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:20.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:20 smithi184 bash[59794]: audit 2024-03-21T13:12:20.050821+0000 mon.a (mon.0) 8279 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:20.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:20 smithi184 bash[59794]: audit 2024-03-21T13:12:20.052160+0000 mon.a (mon.0) 8280 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:20.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:20 smithi184 bash[59794]: audit 2024-03-21T13:12:20.061390+0000 mon.a (mon.0) 8281 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:20.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:20 smithi184 bash[59794]: audit 2024-03-21T13:12:20.142599+0000 mon.a (mon.0) 8282 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:20.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:20 smithi184 bash[59794]: audit 2024-03-21T13:12:20.145027+0000 mon.a (mon.0) 8283 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:20.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:20 smithi184 bash[59794]: audit 2024-03-21T13:12:20.148113+0000 mon.a (mon.0) 8284 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:20.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:20 smithi184 bash[59794]: audit 2024-03-21T13:12:20.149515+0000 mon.a (mon.0) 8285 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:20.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:20 smithi184 bash[59794]: audit 2024-03-21T13:12:20.162781+0000 mon.a (mon.0) 8286 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:21.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:21 smithi184 bash[59794]: audit 2024-03-21T13:12:19.295867+0000 mgr.x (mgr.34104) 5349 : audit [DBG] from='client.54784 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:12:21.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:21 smithi184 bash[59794]: cluster 2024-03-21T13:12:19.337610+0000 mgr.x (mgr.34104) 5350 : cluster [DBG] pgmap v3540: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:21.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:21 smithi184 bash[59794]: cluster 2024-03-21T13:12:19.338037+0000 mgr.x (mgr.34104) 5351 : cluster [DBG] pgmap v3541: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:21.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:21 smithi184 bash[59794]: cephadm 2024-03-21T13:12:19.346733+0000 mgr.x (mgr.34104) 5352 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:21.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:21 smithi184 bash[59794]: cluster 2024-03-21T13:12:19.420930+0000 mgr.x (mgr.34104) 5353 : cluster [DBG] pgmap v3542: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:21.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:21 smithi184 bash[59794]: cluster 2024-03-21T13:12:19.421354+0000 mgr.x (mgr.34104) 5354 : cluster [DBG] pgmap v3543: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:21.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:21 smithi184 bash[59794]: cephadm 2024-03-21T13:12:19.430014+0000 mgr.x (mgr.34104) 5355 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:21.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:21 smithi184 bash[59794]: cluster 2024-03-21T13:12:19.514800+0000 mgr.x (mgr.34104) 5356 : cluster [DBG] pgmap v3544: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:21.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:21 smithi184 bash[59794]: cluster 2024-03-21T13:12:19.515055+0000 mgr.x (mgr.34104) 5357 : cluster [DBG] pgmap v3545: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:21.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:21 smithi184 bash[59794]: cephadm 2024-03-21T13:12:19.522973+0000 mgr.x (mgr.34104) 5358 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:21.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:21 smithi184 bash[59794]: cluster 2024-03-21T13:12:19.610641+0000 mgr.x (mgr.34104) 5359 : cluster [DBG] pgmap v3546: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:21.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:21 smithi184 bash[59794]: cluster 2024-03-21T13:12:19.611211+0000 mgr.x (mgr.34104) 5360 : cluster [DBG] pgmap v3547: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:21.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:21 smithi184 bash[59794]: cephadm 2024-03-21T13:12:19.620966+0000 mgr.x (mgr.34104) 5361 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:21.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:21 smithi184 bash[59794]: cluster 2024-03-21T13:12:19.707097+0000 mgr.x (mgr.34104) 5362 : cluster [DBG] pgmap v3548: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:21.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:21 smithi184 bash[59794]: cluster 2024-03-21T13:12:19.707403+0000 mgr.x (mgr.34104) 5363 : cluster [DBG] pgmap v3549: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:21.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:21 smithi184 bash[59794]: cephadm 2024-03-21T13:12:19.714169+0000 mgr.x (mgr.34104) 5364 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:21.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:21 smithi184 bash[59794]: cluster 2024-03-21T13:12:19.784861+0000 mgr.x (mgr.34104) 5365 : cluster [DBG] pgmap v3550: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:21.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:21 smithi184 bash[59794]: cluster 2024-03-21T13:12:19.785154+0000 mgr.x (mgr.34104) 5366 : cluster [DBG] pgmap v3551: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:21.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:21 smithi184 bash[59794]: cephadm 2024-03-21T13:12:19.793087+0000 mgr.x (mgr.34104) 5367 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:21.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:21 smithi184 bash[59794]: cluster 2024-03-21T13:12:19.925805+0000 mgr.x (mgr.34104) 5368 : cluster [DBG] pgmap v3552: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:21.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:21 smithi184 bash[59794]: cluster 2024-03-21T13:12:19.926222+0000 mgr.x (mgr.34104) 5369 : cluster [DBG] pgmap v3553: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:21.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:21 smithi184 bash[59794]: cephadm 2024-03-21T13:12:19.935186+0000 mgr.x (mgr.34104) 5370 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:21.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:21 smithi184 bash[59794]: cluster 2024-03-21T13:12:20.054542+0000 mgr.x (mgr.34104) 5371 : cluster [DBG] pgmap v3554: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:21.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:21 smithi184 bash[59794]: cluster 2024-03-21T13:12:20.054787+0000 mgr.x (mgr.34104) 5372 : cluster [DBG] pgmap v3555: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:21.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:21 smithi184 bash[59794]: cephadm 2024-03-21T13:12:20.062702+0000 mgr.x (mgr.34104) 5373 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:21.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:21 smithi184 bash[59794]: cluster 2024-03-21T13:12:20.151995+0000 mgr.x (mgr.34104) 5374 : cluster [DBG] pgmap v3556: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:21.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:21 smithi184 bash[59794]: cluster 2024-03-21T13:12:20.152311+0000 mgr.x (mgr.34104) 5375 : cluster [DBG] pgmap v3557: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:21.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:21 smithi184 bash[59794]: cephadm 2024-03-21T13:12:20.164142+0000 mgr.x (mgr.34104) 5376 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:21.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:21 smithi184 bash[59794]: audit 2024-03-21T13:12:20.216322+0000 mon.a (mon.0) 8287 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:21.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:21 smithi184 bash[59794]: audit 2024-03-21T13:12:20.226322+0000 mon.a (mon.0) 8288 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:21.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:21 smithi184 bash[59794]: cluster 2024-03-21T13:12:20.228886+0000 mgr.x (mgr.34104) 5377 : cluster [DBG] pgmap v3558: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:21.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:21 smithi184 bash[59794]: cluster 2024-03-21T13:12:20.229363+0000 mgr.x (mgr.34104) 5378 : cluster [DBG] pgmap v3559: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:21.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:21 smithi184 bash[59794]: audit 2024-03-21T13:12:20.235886+0000 mon.a (mon.0) 8289 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:21.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:21 smithi184 bash[59794]: audit 2024-03-21T13:12:20.278973+0000 mon.a (mon.0) 8290 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:21.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:21 smithi184 bash[59794]: audit 2024-03-21T13:12:20.281947+0000 mon.a (mon.0) 8291 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:21.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:21 smithi184 bash[59794]: audit 2024-03-21T13:12:20.285465+0000 mon.a (mon.0) 8292 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:21.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:21 smithi184 bash[59794]: audit 2024-03-21T13:12:20.286547+0000 mon.a (mon.0) 8293 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:21.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:21 smithi184 bash[59794]: cluster 2024-03-21T13:12:20.288742+0000 mgr.x (mgr.34104) 5379 : cluster [DBG] pgmap v3560: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:21.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:21 smithi184 bash[59794]: cluster 2024-03-21T13:12:20.288982+0000 mgr.x (mgr.34104) 5380 : cluster [DBG] pgmap v3561: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:21.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:21 smithi184 bash[59794]: audit 2024-03-21T13:12:20.296190+0000 mon.a (mon.0) 8294 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:21.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:21 smithi184 bash[59794]: audit 2024-03-21T13:12:20.358906+0000 mon.a (mon.0) 8295 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:21.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:21 smithi184 bash[59794]: audit 2024-03-21T13:12:20.363724+0000 mon.a (mon.0) 8296 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:21.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:21 smithi184 bash[59794]: audit 2024-03-21T13:12:20.367595+0000 mon.a (mon.0) 8297 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:21.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:21 smithi184 bash[59794]: audit 2024-03-21T13:12:20.369233+0000 mon.a (mon.0) 8298 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:21.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:21 smithi184 bash[59794]: audit 2024-03-21T13:12:20.378548+0000 mon.a (mon.0) 8299 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:21.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:21 smithi184 bash[59794]: audit 2024-03-21T13:12:20.461286+0000 mon.a (mon.0) 8300 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:21.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:21 smithi184 bash[59794]: audit 2024-03-21T13:12:20.464133+0000 mon.a (mon.0) 8301 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:21.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:21 smithi184 bash[59794]: audit 2024-03-21T13:12:20.466952+0000 mon.a (mon.0) 8302 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:21.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:21 smithi184 bash[59794]: audit 2024-03-21T13:12:20.468015+0000 mon.a (mon.0) 8303 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:21.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:21 smithi184 bash[59794]: audit 2024-03-21T13:12:20.478523+0000 mon.a (mon.0) 8304 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:21.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:21 smithi184 bash[59794]: audit 2024-03-21T13:12:20.521293+0000 mon.a (mon.0) 8305 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:21.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:21 smithi184 bash[59794]: audit 2024-03-21T13:12:20.530398+0000 mon.a (mon.0) 8306 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:21.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:21 smithi184 bash[59794]: audit 2024-03-21T13:12:20.538374+0000 mon.a (mon.0) 8307 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:21.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:21 smithi184 bash[59794]: audit 2024-03-21T13:12:20.561494+0000 mon.a (mon.0) 8308 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:21.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:21 smithi184 bash[59794]: audit 2024-03-21T13:12:20.564513+0000 mon.a (mon.0) 8309 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:21.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:21 smithi184 bash[59794]: audit 2024-03-21T13:12:20.567286+0000 mon.a (mon.0) 8310 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:21.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:21 smithi184 bash[59794]: audit 2024-03-21T13:12:20.569692+0000 mon.a (mon.0) 8311 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:21.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:21 smithi184 bash[59794]: audit 2024-03-21T13:12:20.573297+0000 mon.a (mon.0) 8312 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:21.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:21 smithi184 bash[59794]: audit 2024-03-21T13:12:20.577366+0000 mon.a (mon.0) 8313 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:21.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:21 smithi184 bash[59794]: audit 2024-03-21T13:12:20.580593+0000 mon.a (mon.0) 8314 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:21.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:21 smithi184 bash[59794]: audit 2024-03-21T13:12:20.583048+0000 mon.a (mon.0) 8315 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:21.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:21 smithi184 bash[59794]: audit 2024-03-21T13:12:20.585241+0000 mon.a (mon.0) 8316 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:21.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:21 smithi184 bash[59794]: audit 2024-03-21T13:12:20.586965+0000 mon.a (mon.0) 8317 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:21.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:21 smithi184 bash[59794]: audit 2024-03-21T13:12:20.589000+0000 mon.a (mon.0) 8318 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:21.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:21 smithi184 bash[59794]: audit 2024-03-21T13:12:20.591095+0000 mon.a (mon.0) 8319 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:21.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:21 smithi184 bash[59794]: audit 2024-03-21T13:12:20.593164+0000 mon.a (mon.0) 8320 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:21.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:21 smithi184 bash[59794]: audit 2024-03-21T13:12:20.595443+0000 mon.a (mon.0) 8321 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:21.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:21 smithi178 bash[75692]: audit 2024-03-21T13:12:19.295867+0000 mgr.x (mgr.34104) 5349 : audit [DBG] from='client.54784 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:12:21.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:21 smithi178 bash[75692]: cluster 2024-03-21T13:12:19.337610+0000 mgr.x (mgr.34104) 5350 : cluster [DBG] pgmap v3540: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:21.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:21 smithi178 bash[75692]: cluster 2024-03-21T13:12:19.338037+0000 mgr.x (mgr.34104) 5351 : cluster [DBG] pgmap v3541: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:21.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:21 smithi178 bash[75692]: cephadm 2024-03-21T13:12:19.346733+0000 mgr.x (mgr.34104) 5352 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:21.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:21 smithi178 bash[75692]: cluster 2024-03-21T13:12:19.420930+0000 mgr.x (mgr.34104) 5353 : cluster [DBG] pgmap v3542: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:21.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:21 smithi178 bash[75692]: cluster 2024-03-21T13:12:19.421354+0000 mgr.x (mgr.34104) 5354 : cluster [DBG] pgmap v3543: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:21.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:21 smithi178 bash[75692]: cephadm 2024-03-21T13:12:19.430014+0000 mgr.x (mgr.34104) 5355 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:21.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:21 smithi178 bash[75692]: cluster 2024-03-21T13:12:19.514800+0000 mgr.x (mgr.34104) 5356 : cluster [DBG] pgmap v3544: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:21.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:21 smithi178 bash[75692]: cluster 2024-03-21T13:12:19.515055+0000 mgr.x (mgr.34104) 5357 : cluster [DBG] pgmap v3545: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:21.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:21 smithi178 bash[75692]: cephadm 2024-03-21T13:12:19.522973+0000 mgr.x (mgr.34104) 5358 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:21.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:21 smithi178 bash[75692]: cluster 2024-03-21T13:12:19.610641+0000 mgr.x (mgr.34104) 5359 : cluster [DBG] pgmap v3546: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:21.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:21 smithi178 bash[75692]: cluster 2024-03-21T13:12:19.611211+0000 mgr.x (mgr.34104) 5360 : cluster [DBG] pgmap v3547: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:21.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:21 smithi178 bash[75692]: cephadm 2024-03-21T13:12:19.620966+0000 mgr.x (mgr.34104) 5361 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:21.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:21 smithi178 bash[75692]: cluster 2024-03-21T13:12:19.707097+0000 mgr.x (mgr.34104) 5362 : cluster [DBG] pgmap v3548: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:21.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:21 smithi178 bash[75692]: cluster 2024-03-21T13:12:19.707403+0000 mgr.x (mgr.34104) 5363 : cluster [DBG] pgmap v3549: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:21.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:21 smithi178 bash[75692]: cephadm 2024-03-21T13:12:19.714169+0000 mgr.x (mgr.34104) 5364 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:21.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:21 smithi178 bash[75692]: cluster 2024-03-21T13:12:19.784861+0000 mgr.x (mgr.34104) 5365 : cluster [DBG] pgmap v3550: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:21.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:21 smithi178 bash[75692]: cluster 2024-03-21T13:12:19.785154+0000 mgr.x (mgr.34104) 5366 : cluster [DBG] pgmap v3551: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:21.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:21 smithi178 bash[75692]: cephadm 2024-03-21T13:12:19.793087+0000 mgr.x (mgr.34104) 5367 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:21.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:21 smithi178 bash[75692]: cluster 2024-03-21T13:12:19.925805+0000 mgr.x (mgr.34104) 5368 : cluster [DBG] pgmap v3552: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:21.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:21 smithi178 bash[75692]: cluster 2024-03-21T13:12:19.926222+0000 mgr.x (mgr.34104) 5369 : cluster [DBG] pgmap v3553: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:21.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:21 smithi178 bash[75692]: cephadm 2024-03-21T13:12:19.935186+0000 mgr.x (mgr.34104) 5370 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:21.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:21 smithi178 bash[75692]: cluster 2024-03-21T13:12:20.054542+0000 mgr.x (mgr.34104) 5371 : cluster [DBG] pgmap v3554: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:21.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:21 smithi178 bash[75692]: cluster 2024-03-21T13:12:20.054787+0000 mgr.x (mgr.34104) 5372 : cluster [DBG] pgmap v3555: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:21.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:21 smithi178 bash[75692]: cephadm 2024-03-21T13:12:20.062702+0000 mgr.x (mgr.34104) 5373 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:21.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:21 smithi178 bash[75692]: cluster 2024-03-21T13:12:20.151995+0000 mgr.x (mgr.34104) 5374 : cluster [DBG] pgmap v3556: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:21.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:21 smithi178 bash[75692]: cluster 2024-03-21T13:12:20.152311+0000 mgr.x (mgr.34104) 5375 : cluster [DBG] pgmap v3557: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:21.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:21 smithi178 bash[75692]: cephadm 2024-03-21T13:12:20.164142+0000 mgr.x (mgr.34104) 5376 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:21.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:21 smithi178 bash[75692]: audit 2024-03-21T13:12:20.216322+0000 mon.a (mon.0) 8287 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:21.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:21 smithi178 bash[75692]: audit 2024-03-21T13:12:20.226322+0000 mon.a (mon.0) 8288 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:21.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:21 smithi178 bash[75692]: cluster 2024-03-21T13:12:20.228886+0000 mgr.x (mgr.34104) 5377 : cluster [DBG] pgmap v3558: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:21.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:21 smithi178 bash[75692]: cluster 2024-03-21T13:12:20.229363+0000 mgr.x (mgr.34104) 5378 : cluster [DBG] pgmap v3559: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:21.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:21 smithi178 bash[75692]: audit 2024-03-21T13:12:20.235886+0000 mon.a (mon.0) 8289 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:21.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:21 smithi178 bash[75692]: audit 2024-03-21T13:12:20.278973+0000 mon.a (mon.0) 8290 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:21.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:21 smithi178 bash[75692]: audit 2024-03-21T13:12:20.281947+0000 mon.a (mon.0) 8291 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:21.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:21 smithi178 bash[75692]: audit 2024-03-21T13:12:20.285465+0000 mon.a (mon.0) 8292 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:21.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:21 smithi178 bash[75692]: audit 2024-03-21T13:12:20.286547+0000 mon.a (mon.0) 8293 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:21.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:21 smithi178 bash[75692]: cluster 2024-03-21T13:12:20.288742+0000 mgr.x (mgr.34104) 5379 : cluster [DBG] pgmap v3560: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:21.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:21 smithi178 bash[75692]: cluster 2024-03-21T13:12:20.288982+0000 mgr.x (mgr.34104) 5380 : cluster [DBG] pgmap v3561: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:21.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:21 smithi178 bash[75692]: audit 2024-03-21T13:12:20.296190+0000 mon.a (mon.0) 8294 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:21.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:21 smithi178 bash[77880]: audit 2024-03-21T13:12:19.295867+0000 mgr.x (mgr.34104) 5349 : audit [DBG] from='client.54784 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:12:21.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:21 smithi178 bash[77880]: cluster 2024-03-21T13:12:19.337610+0000 mgr.x (mgr.34104) 5350 : cluster [DBG] pgmap v3540: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:21.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:21 smithi178 bash[77880]: cluster 2024-03-21T13:12:19.338037+0000 mgr.x (mgr.34104) 5351 : cluster [DBG] pgmap v3541: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:21.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:21 smithi178 bash[77880]: cephadm 2024-03-21T13:12:19.346733+0000 mgr.x (mgr.34104) 5352 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:21.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:21 smithi178 bash[77880]: cluster 2024-03-21T13:12:19.420930+0000 mgr.x (mgr.34104) 5353 : cluster [DBG] pgmap v3542: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:21.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:21 smithi178 bash[77880]: cluster 2024-03-21T13:12:19.421354+0000 mgr.x (mgr.34104) 5354 : cluster [DBG] pgmap v3543: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:21.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:21 smithi178 bash[77880]: cephadm 2024-03-21T13:12:19.430014+0000 mgr.x (mgr.34104) 5355 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:21.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:21 smithi178 bash[77880]: cluster 2024-03-21T13:12:19.514800+0000 mgr.x (mgr.34104) 5356 : cluster [DBG] pgmap v3544: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:21.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:21 smithi178 bash[77880]: cluster 2024-03-21T13:12:19.515055+0000 mgr.x (mgr.34104) 5357 : cluster [DBG] pgmap v3545: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:21.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:21 smithi178 bash[77880]: cephadm 2024-03-21T13:12:19.522973+0000 mgr.x (mgr.34104) 5358 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:21.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:21 smithi178 bash[77880]: cluster 2024-03-21T13:12:19.610641+0000 mgr.x (mgr.34104) 5359 : cluster [DBG] pgmap v3546: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:21.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:21 smithi178 bash[77880]: cluster 2024-03-21T13:12:19.611211+0000 mgr.x (mgr.34104) 5360 : cluster [DBG] pgmap v3547: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:21.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:21 smithi178 bash[77880]: cephadm 2024-03-21T13:12:19.620966+0000 mgr.x (mgr.34104) 5361 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:21.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:21 smithi178 bash[77880]: cluster 2024-03-21T13:12:19.707097+0000 mgr.x (mgr.34104) 5362 : cluster [DBG] pgmap v3548: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:21.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:21 smithi178 bash[77880]: cluster 2024-03-21T13:12:19.707403+0000 mgr.x (mgr.34104) 5363 : cluster [DBG] pgmap v3549: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:21.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:21 smithi178 bash[77880]: cephadm 2024-03-21T13:12:19.714169+0000 mgr.x (mgr.34104) 5364 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:21.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:21 smithi178 bash[77880]: cluster 2024-03-21T13:12:19.784861+0000 mgr.x (mgr.34104) 5365 : cluster [DBG] pgmap v3550: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:21.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:21 smithi178 bash[77880]: cluster 2024-03-21T13:12:19.785154+0000 mgr.x (mgr.34104) 5366 : cluster [DBG] pgmap v3551: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:21.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:21 smithi178 bash[77880]: cephadm 2024-03-21T13:12:19.793087+0000 mgr.x (mgr.34104) 5367 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:21.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:21 smithi178 bash[77880]: cluster 2024-03-21T13:12:19.925805+0000 mgr.x (mgr.34104) 5368 : cluster [DBG] pgmap v3552: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:21.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:21 smithi178 bash[75692]: audit 2024-03-21T13:12:20.358906+0000 mon.a (mon.0) 8295 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:21.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:21 smithi178 bash[75692]: audit 2024-03-21T13:12:20.363724+0000 mon.a (mon.0) 8296 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:21.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:21 smithi178 bash[75692]: audit 2024-03-21T13:12:20.367595+0000 mon.a (mon.0) 8297 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:21.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:21 smithi178 bash[75692]: audit 2024-03-21T13:12:20.369233+0000 mon.a (mon.0) 8298 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:21.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:21 smithi178 bash[75692]: audit 2024-03-21T13:12:20.378548+0000 mon.a (mon.0) 8299 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:21.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:21 smithi178 bash[75692]: audit 2024-03-21T13:12:20.461286+0000 mon.a (mon.0) 8300 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:21.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:21 smithi178 bash[75692]: audit 2024-03-21T13:12:20.464133+0000 mon.a (mon.0) 8301 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:21.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:21 smithi178 bash[75692]: audit 2024-03-21T13:12:20.466952+0000 mon.a (mon.0) 8302 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:21.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:21 smithi178 bash[75692]: audit 2024-03-21T13:12:20.468015+0000 mon.a (mon.0) 8303 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:21.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:21 smithi178 bash[75692]: audit 2024-03-21T13:12:20.478523+0000 mon.a (mon.0) 8304 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:21.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:21 smithi178 bash[75692]: audit 2024-03-21T13:12:20.521293+0000 mon.a (mon.0) 8305 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:21.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:21 smithi178 bash[75692]: audit 2024-03-21T13:12:20.530398+0000 mon.a (mon.0) 8306 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:21.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:21 smithi178 bash[75692]: audit 2024-03-21T13:12:20.538374+0000 mon.a (mon.0) 8307 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:21.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:21 smithi178 bash[75692]: audit 2024-03-21T13:12:20.561494+0000 mon.a (mon.0) 8308 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:21.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:21 smithi178 bash[75692]: audit 2024-03-21T13:12:20.564513+0000 mon.a (mon.0) 8309 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:21.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:21 smithi178 bash[75692]: audit 2024-03-21T13:12:20.567286+0000 mon.a (mon.0) 8310 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:21.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:21 smithi178 bash[75692]: audit 2024-03-21T13:12:20.569692+0000 mon.a (mon.0) 8311 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:21.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:21 smithi178 bash[75692]: audit 2024-03-21T13:12:20.573297+0000 mon.a (mon.0) 8312 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:21.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:21 smithi178 bash[75692]: audit 2024-03-21T13:12:20.577366+0000 mon.a (mon.0) 8313 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:21.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:21 smithi178 bash[75692]: audit 2024-03-21T13:12:20.580593+0000 mon.a (mon.0) 8314 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:21.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:21 smithi178 bash[75692]: audit 2024-03-21T13:12:20.583048+0000 mon.a (mon.0) 8315 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:21.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:21 smithi178 bash[75692]: audit 2024-03-21T13:12:20.585241+0000 mon.a (mon.0) 8316 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:21.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:21 smithi178 bash[75692]: audit 2024-03-21T13:12:20.586965+0000 mon.a (mon.0) 8317 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:21.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:21 smithi178 bash[75692]: audit 2024-03-21T13:12:20.589000+0000 mon.a (mon.0) 8318 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:21.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:21 smithi178 bash[75692]: audit 2024-03-21T13:12:20.591095+0000 mon.a (mon.0) 8319 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:21.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:21 smithi178 bash[75692]: audit 2024-03-21T13:12:20.593164+0000 mon.a (mon.0) 8320 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:21.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:21 smithi178 bash[75692]: audit 2024-03-21T13:12:20.595443+0000 mon.a (mon.0) 8321 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:21.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:21 smithi178 bash[77880]: cluster 2024-03-21T13:12:19.926222+0000 mgr.x (mgr.34104) 5369 : cluster [DBG] pgmap v3553: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:21.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:21 smithi178 bash[77880]: cephadm 2024-03-21T13:12:19.935186+0000 mgr.x (mgr.34104) 5370 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:21.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:21 smithi178 bash[77880]: cluster 2024-03-21T13:12:20.054542+0000 mgr.x (mgr.34104) 5371 : cluster [DBG] pgmap v3554: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:21.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:21 smithi178 bash[77880]: cluster 2024-03-21T13:12:20.054787+0000 mgr.x (mgr.34104) 5372 : cluster [DBG] pgmap v3555: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:21.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:21 smithi178 bash[77880]: cephadm 2024-03-21T13:12:20.062702+0000 mgr.x (mgr.34104) 5373 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:21.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:21 smithi178 bash[77880]: cluster 2024-03-21T13:12:20.151995+0000 mgr.x (mgr.34104) 5374 : cluster [DBG] pgmap v3556: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:21.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:21 smithi178 bash[77880]: cluster 2024-03-21T13:12:20.152311+0000 mgr.x (mgr.34104) 5375 : cluster [DBG] pgmap v3557: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:21.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:21 smithi178 bash[77880]: cephadm 2024-03-21T13:12:20.164142+0000 mgr.x (mgr.34104) 5376 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:21.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:21 smithi178 bash[77880]: audit 2024-03-21T13:12:20.216322+0000 mon.a (mon.0) 8287 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:21.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:21 smithi178 bash[77880]: audit 2024-03-21T13:12:20.226322+0000 mon.a (mon.0) 8288 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:21.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:21 smithi178 bash[77880]: cluster 2024-03-21T13:12:20.228886+0000 mgr.x (mgr.34104) 5377 : cluster [DBG] pgmap v3558: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:21.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:21 smithi178 bash[77880]: cluster 2024-03-21T13:12:20.229363+0000 mgr.x (mgr.34104) 5378 : cluster [DBG] pgmap v3559: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:21.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:21 smithi178 bash[77880]: audit 2024-03-21T13:12:20.235886+0000 mon.a (mon.0) 8289 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:21.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:21 smithi178 bash[77880]: audit 2024-03-21T13:12:20.278973+0000 mon.a (mon.0) 8290 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:21.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:21 smithi178 bash[77880]: audit 2024-03-21T13:12:20.281947+0000 mon.a (mon.0) 8291 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:21.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:21 smithi178 bash[77880]: audit 2024-03-21T13:12:20.285465+0000 mon.a (mon.0) 8292 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:21.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:21 smithi178 bash[77880]: audit 2024-03-21T13:12:20.286547+0000 mon.a (mon.0) 8293 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:21.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:21 smithi178 bash[77880]: cluster 2024-03-21T13:12:20.288742+0000 mgr.x (mgr.34104) 5379 : cluster [DBG] pgmap v3560: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:21.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:21 smithi178 bash[77880]: cluster 2024-03-21T13:12:20.288982+0000 mgr.x (mgr.34104) 5380 : cluster [DBG] pgmap v3561: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:21.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:21 smithi178 bash[77880]: audit 2024-03-21T13:12:20.296190+0000 mon.a (mon.0) 8294 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:21.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:21 smithi178 bash[77880]: audit 2024-03-21T13:12:20.358906+0000 mon.a (mon.0) 8295 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:21.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:21 smithi178 bash[77880]: audit 2024-03-21T13:12:20.363724+0000 mon.a (mon.0) 8296 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:21.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:21 smithi178 bash[77880]: audit 2024-03-21T13:12:20.367595+0000 mon.a (mon.0) 8297 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:21.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:21 smithi178 bash[77880]: audit 2024-03-21T13:12:20.369233+0000 mon.a (mon.0) 8298 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:21.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:21 smithi178 bash[77880]: audit 2024-03-21T13:12:20.378548+0000 mon.a (mon.0) 8299 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:21.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:21 smithi178 bash[77880]: audit 2024-03-21T13:12:20.461286+0000 mon.a (mon.0) 8300 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:21.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:21 smithi178 bash[77880]: audit 2024-03-21T13:12:20.464133+0000 mon.a (mon.0) 8301 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:21.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:21 smithi178 bash[77880]: audit 2024-03-21T13:12:20.466952+0000 mon.a (mon.0) 8302 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:21.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:21 smithi178 bash[77880]: audit 2024-03-21T13:12:20.468015+0000 mon.a (mon.0) 8303 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:21.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:21 smithi178 bash[77880]: audit 2024-03-21T13:12:20.478523+0000 mon.a (mon.0) 8304 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:21.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:21 smithi178 bash[77880]: audit 2024-03-21T13:12:20.521293+0000 mon.a (mon.0) 8305 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:21.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:21 smithi178 bash[77880]: audit 2024-03-21T13:12:20.530398+0000 mon.a (mon.0) 8306 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:21.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:21 smithi178 bash[77880]: audit 2024-03-21T13:12:20.538374+0000 mon.a (mon.0) 8307 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:21.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:21 smithi178 bash[77880]: audit 2024-03-21T13:12:20.561494+0000 mon.a (mon.0) 8308 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:21.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:21 smithi178 bash[77880]: audit 2024-03-21T13:12:20.564513+0000 mon.a (mon.0) 8309 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:21.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:21 smithi178 bash[77880]: audit 2024-03-21T13:12:20.567286+0000 mon.a (mon.0) 8310 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:21.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:21 smithi178 bash[77880]: audit 2024-03-21T13:12:20.569692+0000 mon.a (mon.0) 8311 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:21.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:21 smithi178 bash[77880]: audit 2024-03-21T13:12:20.573297+0000 mon.a (mon.0) 8312 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:21.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:21 smithi178 bash[77880]: audit 2024-03-21T13:12:20.577366+0000 mon.a (mon.0) 8313 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:21.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:21 smithi178 bash[77880]: audit 2024-03-21T13:12:20.580593+0000 mon.a (mon.0) 8314 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:21.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:21 smithi178 bash[77880]: audit 2024-03-21T13:12:20.583048+0000 mon.a (mon.0) 8315 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:21.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:21 smithi178 bash[77880]: audit 2024-03-21T13:12:20.585241+0000 mon.a (mon.0) 8316 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:21.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:21 smithi178 bash[77880]: audit 2024-03-21T13:12:20.586965+0000 mon.a (mon.0) 8317 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:21.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:21 smithi178 bash[77880]: audit 2024-03-21T13:12:20.589000+0000 mon.a (mon.0) 8318 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:21.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:21 smithi178 bash[77880]: audit 2024-03-21T13:12:20.591095+0000 mon.a (mon.0) 8319 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:21.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:21 smithi178 bash[77880]: audit 2024-03-21T13:12:20.593164+0000 mon.a (mon.0) 8320 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:21.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:21 smithi178 bash[77880]: audit 2024-03-21T13:12:20.595443+0000 mon.a (mon.0) 8321 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:22.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:22 smithi178 bash[75692]: cephadm 2024-03-21T13:12:20.297286+0000 mgr.x (mgr.34104) 5381 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:22.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:22 smithi178 bash[75692]: cluster 2024-03-21T13:12:20.372194+0000 mgr.x (mgr.34104) 5382 : cluster [DBG] pgmap v3562: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:22.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:22 smithi178 bash[75692]: cluster 2024-03-21T13:12:20.372564+0000 mgr.x (mgr.34104) 5383 : cluster [DBG] pgmap v3563: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:22.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:22 smithi178 bash[75692]: cephadm 2024-03-21T13:12:20.381573+0000 mgr.x (mgr.34104) 5384 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:22.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:22 smithi178 bash[75692]: cluster 2024-03-21T13:12:20.470198+0000 mgr.x (mgr.34104) 5385 : cluster [DBG] pgmap v3564: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:22.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:22 smithi178 bash[75692]: cluster 2024-03-21T13:12:20.470469+0000 mgr.x (mgr.34104) 5386 : cluster [DBG] pgmap v3565: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:22.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:22 smithi178 bash[75692]: cephadm 2024-03-21T13:12:20.479653+0000 mgr.x (mgr.34104) 5387 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:22.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:22 smithi178 bash[75692]: cluster 2024-03-21T13:12:20.532555+0000 mgr.x (mgr.34104) 5388 : cluster [DBG] pgmap v3566: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:22.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:22 smithi178 bash[75692]: cluster 2024-03-21T13:12:20.532816+0000 mgr.x (mgr.34104) 5389 : cluster [DBG] pgmap v3567: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:22.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:22 smithi178 bash[77880]: cephadm 2024-03-21T13:12:20.297286+0000 mgr.x (mgr.34104) 5381 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:22.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:22 smithi178 bash[77880]: cluster 2024-03-21T13:12:20.372194+0000 mgr.x (mgr.34104) 5382 : cluster [DBG] pgmap v3562: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:22.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:22 smithi178 bash[77880]: cluster 2024-03-21T13:12:20.372564+0000 mgr.x (mgr.34104) 5383 : cluster [DBG] pgmap v3563: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:22.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:22 smithi178 bash[77880]: cephadm 2024-03-21T13:12:20.381573+0000 mgr.x (mgr.34104) 5384 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:22.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:22 smithi178 bash[77880]: cluster 2024-03-21T13:12:20.470198+0000 mgr.x (mgr.34104) 5385 : cluster [DBG] pgmap v3564: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:22.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:22 smithi178 bash[77880]: cluster 2024-03-21T13:12:20.470469+0000 mgr.x (mgr.34104) 5386 : cluster [DBG] pgmap v3565: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:22.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:22 smithi178 bash[77880]: cephadm 2024-03-21T13:12:20.479653+0000 mgr.x (mgr.34104) 5387 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:22.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:22 smithi178 bash[77880]: cluster 2024-03-21T13:12:20.532555+0000 mgr.x (mgr.34104) 5388 : cluster [DBG] pgmap v3566: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:22.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:22 smithi178 bash[77880]: cluster 2024-03-21T13:12:20.532816+0000 mgr.x (mgr.34104) 5389 : cluster [DBG] pgmap v3567: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:22.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:22 smithi184 bash[59794]: cephadm 2024-03-21T13:12:20.297286+0000 mgr.x (mgr.34104) 5381 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:22.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:22 smithi184 bash[59794]: cluster 2024-03-21T13:12:20.372194+0000 mgr.x (mgr.34104) 5382 : cluster [DBG] pgmap v3562: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:22.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:22 smithi184 bash[59794]: cluster 2024-03-21T13:12:20.372564+0000 mgr.x (mgr.34104) 5383 : cluster [DBG] pgmap v3563: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:22.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:22 smithi184 bash[59794]: cephadm 2024-03-21T13:12:20.381573+0000 mgr.x (mgr.34104) 5384 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:22.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:22 smithi184 bash[59794]: cluster 2024-03-21T13:12:20.470198+0000 mgr.x (mgr.34104) 5385 : cluster [DBG] pgmap v3564: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:22.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:22 smithi184 bash[59794]: cluster 2024-03-21T13:12:20.470469+0000 mgr.x (mgr.34104) 5386 : cluster [DBG] pgmap v3565: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:22.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:22 smithi184 bash[59794]: cephadm 2024-03-21T13:12:20.479653+0000 mgr.x (mgr.34104) 5387 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:22.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:22 smithi184 bash[59794]: cluster 2024-03-21T13:12:20.532555+0000 mgr.x (mgr.34104) 5388 : cluster [DBG] pgmap v3566: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:22.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:22 smithi184 bash[59794]: cluster 2024-03-21T13:12:20.532816+0000 mgr.x (mgr.34104) 5389 : cluster [DBG] pgmap v3567: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:24.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:24 smithi178 bash[75692]: cluster 2024-03-21T13:12:22.533484+0000 mgr.x (mgr.34104) 5390 : cluster [DBG] pgmap v3568: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:24.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:24 smithi178 bash[75692]: audit 2024-03-21T13:12:24.065072+0000 mon.a (mon.0) 8322 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:24.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:24 smithi178 bash[75692]: audit 2024-03-21T13:12:24.077352+0000 mon.a (mon.0) 8323 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:24.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:24 smithi178 bash[75692]: audit 2024-03-21T13:12:24.089687+0000 mon.a (mon.0) 8324 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:24.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:24 smithi178 bash[77880]: cluster 2024-03-21T13:12:22.533484+0000 mgr.x (mgr.34104) 5390 : cluster [DBG] pgmap v3568: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:24.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:24 smithi178 bash[77880]: audit 2024-03-21T13:12:24.065072+0000 mon.a (mon.0) 8322 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:24.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:24 smithi178 bash[77880]: audit 2024-03-21T13:12:24.077352+0000 mon.a (mon.0) 8323 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:24.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:24 smithi178 bash[77880]: audit 2024-03-21T13:12:24.089687+0000 mon.a (mon.0) 8324 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:24.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:24 smithi184 bash[59794]: cluster 2024-03-21T13:12:22.533484+0000 mgr.x (mgr.34104) 5390 : cluster [DBG] pgmap v3568: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:24.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:24 smithi184 bash[59794]: audit 2024-03-21T13:12:24.065072+0000 mon.a (mon.0) 8322 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:24.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:24 smithi184 bash[59794]: audit 2024-03-21T13:12:24.077352+0000 mon.a (mon.0) 8323 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:24.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:24 smithi184 bash[59794]: audit 2024-03-21T13:12:24.089687+0000 mon.a (mon.0) 8324 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:25.545 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:25 smithi184 bash[59794]: cluster 2024-03-21T13:12:24.081101+0000 mgr.x (mgr.34104) 5391 : cluster [DBG] pgmap v3569: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-03-21T13:12:25.545 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:25 smithi184 bash[59794]: cluster 2024-03-21T13:12:24.081649+0000 mgr.x (mgr.34104) 5392 : cluster [DBG] pgmap v3570: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-03-21T13:12:25.545 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:25 smithi184 bash[59794]: cephadm 2024-03-21T13:12:24.219513+0000 mgr.x (mgr.34104) 5393 : cephadm [INF] Upgrade: Updating prometheus.a 2024-03-21T13:12:25.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:25 smithi178 bash[75692]: cluster 2024-03-21T13:12:24.081101+0000 mgr.x (mgr.34104) 5391 : cluster [DBG] pgmap v3569: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-03-21T13:12:25.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:25 smithi178 bash[75692]: cluster 2024-03-21T13:12:24.081649+0000 mgr.x (mgr.34104) 5392 : cluster [DBG] pgmap v3570: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-03-21T13:12:25.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:25 smithi178 bash[75692]: cephadm 2024-03-21T13:12:24.219513+0000 mgr.x (mgr.34104) 5393 : cephadm [INF] Upgrade: Updating prometheus.a 2024-03-21T13:12:25.547 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:25 smithi178 bash[77880]: cluster 2024-03-21T13:12:24.081101+0000 mgr.x (mgr.34104) 5391 : cluster [DBG] pgmap v3569: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-03-21T13:12:25.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:25 smithi178 bash[77880]: cluster 2024-03-21T13:12:24.081649+0000 mgr.x (mgr.34104) 5392 : cluster [DBG] pgmap v3570: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-03-21T13:12:25.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:25 smithi178 bash[77880]: cephadm 2024-03-21T13:12:24.219513+0000 mgr.x (mgr.34104) 5393 : cephadm [INF] Upgrade: Updating prometheus.a 2024-03-21T13:12:25.823 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:12:25 smithi184 bash[52419]: ::ffff:172.21.15.184 - - [21/Mar/2024:13:12:25] "GET /metrics HTTP/1.1" 200 38775 "" "Prometheus/2.33.4" 2024-03-21T13:12:26.541 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:26 smithi178 bash[77880]: cephadm 2024-03-21T13:12:24.471004+0000 mgr.x (mgr.34104) 5394 : cephadm [INF] Deploying daemon prometheus.a on smithi184 2024-03-21T13:12:26.541 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:26 smithi178 bash[77880]: audit 2024-03-21T13:12:25.695260+0000 mon.a (mon.0) 8325 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:26.541 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:26 smithi178 bash[77880]: audit 2024-03-21T13:12:25.703529+0000 mon.a (mon.0) 8326 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:26.541 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:26 smithi178 bash[77880]: audit 2024-03-21T13:12:25.711736+0000 mon.a (mon.0) 8327 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:26.541 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:26 smithi178 bash[75692]: cephadm 2024-03-21T13:12:24.471004+0000 mgr.x (mgr.34104) 5394 : cephadm [INF] Deploying daemon prometheus.a on smithi184 2024-03-21T13:12:26.542 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:26 smithi178 bash[75692]: audit 2024-03-21T13:12:25.695260+0000 mon.a (mon.0) 8325 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:26.542 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:26 smithi178 bash[75692]: audit 2024-03-21T13:12:25.703529+0000 mon.a (mon.0) 8326 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:26.542 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:26 smithi178 bash[75692]: audit 2024-03-21T13:12:25.711736+0000 mon.a (mon.0) 8327 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:26.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:26 smithi184 bash[59794]: cephadm 2024-03-21T13:12:24.471004+0000 mgr.x (mgr.34104) 5394 : cephadm [INF] Deploying daemon prometheus.a on smithi184 2024-03-21T13:12:26.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:26 smithi184 bash[59794]: audit 2024-03-21T13:12:25.695260+0000 mon.a (mon.0) 8325 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:26.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:26 smithi184 bash[59794]: audit 2024-03-21T13:12:25.703529+0000 mon.a (mon.0) 8326 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:26.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:26 smithi184 bash[59794]: audit 2024-03-21T13:12:25.711736+0000 mon.a (mon.0) 8327 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:27.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:27 smithi178 bash[75692]: cluster 2024-03-21T13:12:25.706006+0000 mgr.x (mgr.34104) 5395 : cluster [DBG] pgmap v3571: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 978 B/s rd, 0 op/s 2024-03-21T13:12:27.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:27 smithi178 bash[75692]: cluster 2024-03-21T13:12:25.706441+0000 mgr.x (mgr.34104) 5396 : cluster [DBG] pgmap v3572: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 989 B/s rd, 0 op/s 2024-03-21T13:12:27.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:27 smithi178 bash[77880]: cluster 2024-03-21T13:12:25.706006+0000 mgr.x (mgr.34104) 5395 : cluster [DBG] pgmap v3571: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 978 B/s rd, 0 op/s 2024-03-21T13:12:27.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:27 smithi178 bash[77880]: cluster 2024-03-21T13:12:25.706441+0000 mgr.x (mgr.34104) 5396 : cluster [DBG] pgmap v3572: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 989 B/s rd, 0 op/s 2024-03-21T13:12:27.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:27 smithi184 bash[59794]: cluster 2024-03-21T13:12:25.706006+0000 mgr.x (mgr.34104) 5395 : cluster [DBG] pgmap v3571: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 978 B/s rd, 0 op/s 2024-03-21T13:12:27.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:27 smithi184 bash[59794]: cluster 2024-03-21T13:12:25.706441+0000 mgr.x (mgr.34104) 5396 : cluster [DBG] pgmap v3572: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 989 B/s rd, 0 op/s 2024-03-21T13:12:29.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:29 smithi184 bash[59794]: cluster 2024-03-21T13:12:27.707178+0000 mgr.x (mgr.34104) 5397 : cluster [DBG] pgmap v3573: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 713 B/s rd, 0 op/s 2024-03-21T13:12:29.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:29 smithi178 bash[75692]: cluster 2024-03-21T13:12:27.707178+0000 mgr.x (mgr.34104) 5397 : cluster [DBG] pgmap v3573: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 713 B/s rd, 0 op/s 2024-03-21T13:12:29.547 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:29 smithi178 bash[77880]: cluster 2024-03-21T13:12:27.707178+0000 mgr.x (mgr.34104) 5397 : cluster [DBG] pgmap v3573: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 713 B/s rd, 0 op/s 2024-03-21T13:12:31.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:31 smithi178 bash[75692]: audit 2024-03-21T13:12:29.303373+0000 mgr.x (mgr.34104) 5398 : audit [DBG] from='client.54784 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:12:31.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:31 smithi178 bash[75692]: cluster 2024-03-21T13:12:29.708796+0000 mgr.x (mgr.34104) 5399 : cluster [DBG] pgmap v3574: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-03-21T13:12:31.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:31 smithi178 bash[77880]: audit 2024-03-21T13:12:29.303373+0000 mgr.x (mgr.34104) 5398 : audit [DBG] from='client.54784 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:12:31.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:31 smithi178 bash[77880]: cluster 2024-03-21T13:12:29.708796+0000 mgr.x (mgr.34104) 5399 : cluster [DBG] pgmap v3574: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-03-21T13:12:31.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:31 smithi184 bash[59794]: audit 2024-03-21T13:12:29.303373+0000 mgr.x (mgr.34104) 5398 : audit [DBG] from='client.54784 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:12:31.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:31 smithi184 bash[59794]: cluster 2024-03-21T13:12:29.708796+0000 mgr.x (mgr.34104) 5399 : cluster [DBG] pgmap v3574: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-03-21T13:12:31.885 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:12:31 smithi184 systemd[1]: Stopping Ceph prometheus.a for a94f249e-e780-11ee-95cd-87774f69a715... 2024-03-21T13:12:31.885 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:12:31 smithi184 bash[54688]: ts=2024-03-21T13:12:31.736Z caller=main.go:775 level=warn msg="Received SIGTERM, exiting gracefully..." 2024-03-21T13:12:31.885 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:12:31 smithi184 bash[54688]: ts=2024-03-21T13:12:31.736Z caller=main.go:798 level=info msg="Stopping scrape discovery manager..." 2024-03-21T13:12:31.885 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:12:31 smithi184 bash[54688]: ts=2024-03-21T13:12:31.736Z caller=main.go:812 level=info msg="Stopping notify discovery manager..." 2024-03-21T13:12:31.885 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:12:31 smithi184 bash[54688]: ts=2024-03-21T13:12:31.736Z caller=main.go:834 level=info msg="Stopping scrape manager..." 2024-03-21T13:12:31.885 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:12:31 smithi184 bash[54688]: ts=2024-03-21T13:12:31.736Z caller=main.go:794 level=info msg="Scrape discovery manager stopped" 2024-03-21T13:12:31.885 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:12:31 smithi184 bash[54688]: ts=2024-03-21T13:12:31.736Z caller=main.go:808 level=info msg="Notify discovery manager stopped" 2024-03-21T13:12:31.885 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:12:31 smithi184 bash[54688]: ts=2024-03-21T13:12:31.737Z caller=manager.go:945 level=info component="rule manager" msg="Stopping rule manager..." 2024-03-21T13:12:31.886 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:12:31 smithi184 bash[54688]: ts=2024-03-21T13:12:31.737Z caller=main.go:828 level=info msg="Scrape manager stopped" 2024-03-21T13:12:31.886 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:12:31 smithi184 bash[54688]: ts=2024-03-21T13:12:31.737Z caller=manager.go:955 level=info component="rule manager" msg="Rule manager stopped" 2024-03-21T13:12:31.886 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:12:31 smithi184 bash[54688]: ts=2024-03-21T13:12:31.738Z caller=notifier.go:600 level=info component=notifier msg="Stopping notification manager..." 2024-03-21T13:12:31.886 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:12:31 smithi184 bash[54688]: ts=2024-03-21T13:12:31.738Z caller=main.go:1054 level=info msg="Notifier manager stopped" 2024-03-21T13:12:31.886 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:12:31 smithi184 bash[54688]: ts=2024-03-21T13:12:31.738Z caller=main.go:1066 level=info msg="See you next time!" 2024-03-21T13:12:32.672 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:12:32 smithi184 bash[87245]: ceph-a94f249e-e780-11ee-95cd-87774f69a715-prometheus-a 2024-03-21T13:12:32.673 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:12:32 smithi184 bash[87320]: Error response from daemon: No such container: ceph-a94f249e-e780-11ee-95cd-87774f69a715-prometheus-a 2024-03-21T13:12:32.673 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:12:32 smithi184 systemd[1]: ceph-a94f249e-e780-11ee-95cd-87774f69a715@prometheus.a.service: Succeeded. 2024-03-21T13:12:32.673 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:12:32 smithi184 systemd[1]: Stopped Ceph prometheus.a for a94f249e-e780-11ee-95cd-87774f69a715. 2024-03-21T13:12:33.073 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:12:32 smithi184 systemd[1]: Started Ceph prometheus.a for a94f249e-e780-11ee-95cd-87774f69a715. 2024-03-21T13:12:33.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:33 smithi178 bash[75692]: cluster 2024-03-21T13:12:31.709926+0000 mgr.x (mgr.34104) 5400 : cluster [DBG] pgmap v3575: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 671 B/s rd, 0 op/s 2024-03-21T13:12:33.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:33 smithi178 bash[75692]: audit 2024-03-21T13:12:32.829599+0000 mon.a (mon.0) 8328 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:33.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:33 smithi178 bash[75692]: audit 2024-03-21T13:12:32.838343+0000 mon.a (mon.0) 8329 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:33.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:33 smithi178 bash[75692]: audit 2024-03-21T13:12:32.857699+0000 mon.a (mon.0) 8330 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:33.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:33 smithi178 bash[75692]: audit 2024-03-21T13:12:32.859648+0000 mon.a (mon.0) 8331 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:33.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:33 smithi178 bash[75692]: audit 2024-03-21T13:12:32.871179+0000 mon.a (mon.0) 8332 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:33.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:33 smithi178 bash[75692]: audit 2024-03-21T13:12:32.952868+0000 mon.a (mon.0) 8333 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-21T13:12:33.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:33 smithi178 bash[75692]: audit 2024-03-21T13:12:32.962612+0000 mon.a (mon.0) 8334 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:33.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:33 smithi178 bash[75692]: audit 2024-03-21T13:12:32.966522+0000 mon.a (mon.0) 8335 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:33.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:33 smithi178 bash[75692]: audit 2024-03-21T13:12:32.972004+0000 mon.a (mon.0) 8336 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:33.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:33 smithi178 bash[75692]: audit 2024-03-21T13:12:32.973808+0000 mon.a (mon.0) 8337 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:33.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:33 smithi178 bash[75692]: audit 2024-03-21T13:12:32.985283+0000 mon.a (mon.0) 8338 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:33.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:33 smithi178 bash[75692]: audit 2024-03-21T13:12:33.070274+0000 mon.a (mon.0) 8339 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:33.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:33 smithi178 bash[75692]: audit 2024-03-21T13:12:33.073236+0000 mon.a (mon.0) 8340 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:33.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:33 smithi178 bash[75692]: audit 2024-03-21T13:12:33.077045+0000 mon.a (mon.0) 8341 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:33.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:33 smithi178 bash[75692]: audit 2024-03-21T13:12:33.078457+0000 mon.a (mon.0) 8342 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:33.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:33 smithi178 bash[75692]: audit 2024-03-21T13:12:33.088751+0000 mon.a (mon.0) 8343 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:33.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:33 smithi178 bash[75692]: audit 2024-03-21T13:12:33.172099+0000 mon.a (mon.0) 8344 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:33.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:33 smithi178 bash[75692]: audit 2024-03-21T13:12:33.175380+0000 mon.a (mon.0) 8345 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:33.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:33 smithi178 bash[77880]: cluster 2024-03-21T13:12:31.709926+0000 mgr.x (mgr.34104) 5400 : cluster [DBG] pgmap v3575: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 671 B/s rd, 0 op/s 2024-03-21T13:12:33.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:33 smithi178 bash[77880]: audit 2024-03-21T13:12:32.829599+0000 mon.a (mon.0) 8328 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:33.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:33 smithi178 bash[77880]: audit 2024-03-21T13:12:32.838343+0000 mon.a (mon.0) 8329 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:33.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:33 smithi178 bash[77880]: audit 2024-03-21T13:12:32.857699+0000 mon.a (mon.0) 8330 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:33.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:33 smithi178 bash[77880]: audit 2024-03-21T13:12:32.859648+0000 mon.a (mon.0) 8331 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:33.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:33 smithi178 bash[77880]: audit 2024-03-21T13:12:32.871179+0000 mon.a (mon.0) 8332 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:33.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:33 smithi178 bash[77880]: audit 2024-03-21T13:12:32.952868+0000 mon.a (mon.0) 8333 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-21T13:12:33.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:33 smithi178 bash[77880]: audit 2024-03-21T13:12:32.962612+0000 mon.a (mon.0) 8334 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:33.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:33 smithi178 bash[77880]: audit 2024-03-21T13:12:32.966522+0000 mon.a (mon.0) 8335 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:33.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:33 smithi178 bash[77880]: audit 2024-03-21T13:12:32.972004+0000 mon.a (mon.0) 8336 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:33.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:33 smithi178 bash[77880]: audit 2024-03-21T13:12:32.973808+0000 mon.a (mon.0) 8337 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:33.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:33 smithi178 bash[77880]: audit 2024-03-21T13:12:32.985283+0000 mon.a (mon.0) 8338 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:33.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:33 smithi178 bash[77880]: audit 2024-03-21T13:12:33.070274+0000 mon.a (mon.0) 8339 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:33.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:33 smithi178 bash[77880]: audit 2024-03-21T13:12:33.073236+0000 mon.a (mon.0) 8340 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:33.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:33 smithi178 bash[77880]: audit 2024-03-21T13:12:33.077045+0000 mon.a (mon.0) 8341 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:33.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:33 smithi178 bash[77880]: audit 2024-03-21T13:12:33.078457+0000 mon.a (mon.0) 8342 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:33.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:33 smithi178 bash[77880]: audit 2024-03-21T13:12:33.088751+0000 mon.a (mon.0) 8343 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:33.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:33 smithi178 bash[77880]: audit 2024-03-21T13:12:33.172099+0000 mon.a (mon.0) 8344 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:33.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:33 smithi178 bash[77880]: audit 2024-03-21T13:12:33.175380+0000 mon.a (mon.0) 8345 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:33.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:33 smithi178 bash[75692]: audit 2024-03-21T13:12:33.178671+0000 mon.a (mon.0) 8346 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:33.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:33 smithi178 bash[75692]: audit 2024-03-21T13:12:33.180001+0000 mon.a (mon.0) 8347 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:33.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:33 smithi178 bash[75692]: audit 2024-03-21T13:12:33.191187+0000 mon.a (mon.0) 8348 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:33.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:33 smithi178 bash[77880]: audit 2024-03-21T13:12:33.178671+0000 mon.a (mon.0) 8346 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:33.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:33 smithi178 bash[77880]: audit 2024-03-21T13:12:33.180001+0000 mon.a (mon.0) 8347 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:33.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:33 smithi178 bash[77880]: audit 2024-03-21T13:12:33.191187+0000 mon.a (mon.0) 8348 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:33.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:33 smithi184 bash[59794]: cluster 2024-03-21T13:12:31.709926+0000 mgr.x (mgr.34104) 5400 : cluster [DBG] pgmap v3575: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 671 B/s rd, 0 op/s 2024-03-21T13:12:33.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:33 smithi184 bash[59794]: audit 2024-03-21T13:12:32.829599+0000 mon.a (mon.0) 8328 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:33.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:33 smithi184 bash[59794]: audit 2024-03-21T13:12:32.838343+0000 mon.a (mon.0) 8329 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:33.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:33 smithi184 bash[59794]: audit 2024-03-21T13:12:32.857699+0000 mon.a (mon.0) 8330 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:33.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:33 smithi184 bash[59794]: audit 2024-03-21T13:12:32.859648+0000 mon.a (mon.0) 8331 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:33.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:33 smithi184 bash[59794]: audit 2024-03-21T13:12:32.871179+0000 mon.a (mon.0) 8332 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:33.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:33 smithi184 bash[59794]: audit 2024-03-21T13:12:32.952868+0000 mon.a (mon.0) 8333 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-21T13:12:33.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:33 smithi184 bash[59794]: audit 2024-03-21T13:12:32.962612+0000 mon.a (mon.0) 8334 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:33.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:33 smithi184 bash[59794]: audit 2024-03-21T13:12:32.966522+0000 mon.a (mon.0) 8335 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:33.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:33 smithi184 bash[59794]: audit 2024-03-21T13:12:32.972004+0000 mon.a (mon.0) 8336 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:33.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:33 smithi184 bash[59794]: audit 2024-03-21T13:12:32.973808+0000 mon.a (mon.0) 8337 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:33.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:33 smithi184 bash[59794]: audit 2024-03-21T13:12:32.985283+0000 mon.a (mon.0) 8338 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:33.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:33 smithi184 bash[59794]: audit 2024-03-21T13:12:33.070274+0000 mon.a (mon.0) 8339 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:33.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:33 smithi184 bash[59794]: audit 2024-03-21T13:12:33.073236+0000 mon.a (mon.0) 8340 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:33.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:33 smithi184 bash[59794]: audit 2024-03-21T13:12:33.077045+0000 mon.a (mon.0) 8341 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:33.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:33 smithi184 bash[59794]: audit 2024-03-21T13:12:33.078457+0000 mon.a (mon.0) 8342 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:33.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:33 smithi184 bash[59794]: audit 2024-03-21T13:12:33.088751+0000 mon.a (mon.0) 8343 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:33.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:33 smithi184 bash[59794]: audit 2024-03-21T13:12:33.172099+0000 mon.a (mon.0) 8344 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:33.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:33 smithi184 bash[59794]: audit 2024-03-21T13:12:33.175380+0000 mon.a (mon.0) 8345 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:33.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:33 smithi184 bash[59794]: audit 2024-03-21T13:12:33.178671+0000 mon.a (mon.0) 8346 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:33.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:33 smithi184 bash[59794]: audit 2024-03-21T13:12:33.180001+0000 mon.a (mon.0) 8347 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:33.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:33 smithi184 bash[59794]: audit 2024-03-21T13:12:33.191187+0000 mon.a (mon.0) 8348 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:34.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:34 smithi178 bash[75692]: cluster 2024-03-21T13:12:32.862867+0000 mgr.x (mgr.34104) 5401 : cluster [DBG] pgmap v3576: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 583 B/s rd, 0 op/s 2024-03-21T13:12:34.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:34 smithi178 bash[75692]: cluster 2024-03-21T13:12:32.863306+0000 mgr.x (mgr.34104) 5402 : cluster [DBG] pgmap v3577: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 715 B/s rd, 0 op/s 2024-03-21T13:12:34.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:34 smithi178 bash[75692]: cephadm 2024-03-21T13:12:32.872613+0000 mgr.x (mgr.34104) 5403 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:34.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:34 smithi178 bash[75692]: audit 2024-03-21T13:12:32.954629+0000 mgr.x (mgr.34104) 5404 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-21T13:12:34.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:34 smithi178 bash[75692]: cluster 2024-03-21T13:12:32.977399+0000 mgr.x (mgr.34104) 5405 : cluster [DBG] pgmap v3578: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 704 B/s rd, 0 op/s 2024-03-21T13:12:34.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:34 smithi178 bash[75692]: cephadm 2024-03-21T13:12:32.986566+0000 mgr.x (mgr.34104) 5406 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:34.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:34 smithi178 bash[75692]: cluster 2024-03-21T13:12:33.081027+0000 mgr.x (mgr.34104) 5407 : cluster [DBG] pgmap v3579: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 952 B/s rd, 0 op/s 2024-03-21T13:12:34.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:34 smithi178 bash[75692]: cephadm 2024-03-21T13:12:33.089990+0000 mgr.x (mgr.34104) 5408 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:34.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:34 smithi178 bash[75692]: cluster 2024-03-21T13:12:33.182509+0000 mgr.x (mgr.34104) 5409 : cluster [DBG] pgmap v3580: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:34.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:34 smithi178 bash[75692]: cluster 2024-03-21T13:12:33.182970+0000 mgr.x (mgr.34104) 5410 : cluster [DBG] pgmap v3581: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:34.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:34 smithi178 bash[75692]: cephadm 2024-03-21T13:12:33.192371+0000 mgr.x (mgr.34104) 5411 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:34.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:34 smithi178 bash[75692]: audit 2024-03-21T13:12:33.274499+0000 mon.a (mon.0) 8349 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:34.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:34 smithi178 bash[75692]: audit 2024-03-21T13:12:33.277373+0000 mon.a (mon.0) 8350 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:34.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:34 smithi178 bash[75692]: audit 2024-03-21T13:12:33.280284+0000 mon.a (mon.0) 8351 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:34.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:34 smithi178 bash[75692]: audit 2024-03-21T13:12:33.281627+0000 mon.a (mon.0) 8352 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:34.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:34 smithi178 bash[75692]: cluster 2024-03-21T13:12:33.284126+0000 mgr.x (mgr.34104) 5412 : cluster [DBG] pgmap v3582: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:34.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:34 smithi178 bash[75692]: cluster 2024-03-21T13:12:33.284461+0000 mgr.x (mgr.34104) 5413 : cluster [DBG] pgmap v3583: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:34.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:34 smithi178 bash[75692]: audit 2024-03-21T13:12:33.292572+0000 mon.a (mon.0) 8353 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:34.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:34 smithi178 bash[75692]: cephadm 2024-03-21T13:12:33.293963+0000 mgr.x (mgr.34104) 5414 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:34.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:34 smithi178 bash[75692]: audit 2024-03-21T13:12:33.375762+0000 mon.a (mon.0) 8354 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:34.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:34 smithi178 bash[75692]: audit 2024-03-21T13:12:33.380325+0000 mon.a (mon.0) 8355 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:34.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:34 smithi178 bash[75692]: audit 2024-03-21T13:12:33.384352+0000 mon.a (mon.0) 8356 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:34.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:34 smithi178 bash[75692]: audit 2024-03-21T13:12:33.386356+0000 mon.a (mon.0) 8357 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:34.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:34 smithi178 bash[75692]: audit 2024-03-21T13:12:33.397480+0000 mon.a (mon.0) 8358 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:34.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:34 smithi178 bash[75692]: audit 2024-03-21T13:12:33.476117+0000 mon.a (mon.0) 8359 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:34.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:34 smithi178 bash[75692]: audit 2024-03-21T13:12:33.479482+0000 mon.a (mon.0) 8360 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:34.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:34 smithi178 bash[75692]: audit 2024-03-21T13:12:33.483912+0000 mon.a (mon.0) 8361 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:34.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:34 smithi178 bash[75692]: audit 2024-03-21T13:12:33.485333+0000 mon.a (mon.0) 8362 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:34.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:34 smithi178 bash[75692]: audit 2024-03-21T13:12:33.496378+0000 mon.a (mon.0) 8363 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:34.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:34 smithi178 bash[75692]: audit 2024-03-21T13:12:33.581248+0000 mon.a (mon.0) 8364 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:34.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:34 smithi178 bash[75692]: audit 2024-03-21T13:12:33.585045+0000 mon.a (mon.0) 8365 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:34.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:34 smithi178 bash[75692]: audit 2024-03-21T13:12:33.588814+0000 mon.a (mon.0) 8366 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:34.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:34 smithi178 bash[75692]: audit 2024-03-21T13:12:33.590823+0000 mon.a (mon.0) 8367 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:34.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:34 smithi178 bash[75692]: audit 2024-03-21T13:12:33.603032+0000 mon.a (mon.0) 8368 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:34.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:34 smithi178 bash[75692]: audit 2024-03-21T13:12:33.690062+0000 mon.a (mon.0) 8369 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:34.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:34 smithi178 bash[75692]: audit 2024-03-21T13:12:33.693551+0000 mon.a (mon.0) 8370 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:34.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:34 smithi178 bash[75692]: audit 2024-03-21T13:12:33.697191+0000 mon.a (mon.0) 8371 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:34.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:34 smithi178 bash[75692]: audit 2024-03-21T13:12:33.698525+0000 mon.a (mon.0) 8372 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:34.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:34 smithi178 bash[77880]: cluster 2024-03-21T13:12:32.862867+0000 mgr.x (mgr.34104) 5401 : cluster [DBG] pgmap v3576: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 583 B/s rd, 0 op/s 2024-03-21T13:12:34.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:34 smithi178 bash[77880]: cluster 2024-03-21T13:12:32.863306+0000 mgr.x (mgr.34104) 5402 : cluster [DBG] pgmap v3577: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 715 B/s rd, 0 op/s 2024-03-21T13:12:34.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:34 smithi178 bash[77880]: cephadm 2024-03-21T13:12:32.872613+0000 mgr.x (mgr.34104) 5403 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:34.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:34 smithi178 bash[77880]: audit 2024-03-21T13:12:32.954629+0000 mgr.x (mgr.34104) 5404 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-21T13:12:34.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:34 smithi178 bash[77880]: cluster 2024-03-21T13:12:32.977399+0000 mgr.x (mgr.34104) 5405 : cluster [DBG] pgmap v3578: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 704 B/s rd, 0 op/s 2024-03-21T13:12:34.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:34 smithi178 bash[77880]: cephadm 2024-03-21T13:12:32.986566+0000 mgr.x (mgr.34104) 5406 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:34.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:34 smithi178 bash[77880]: cluster 2024-03-21T13:12:33.081027+0000 mgr.x (mgr.34104) 5407 : cluster [DBG] pgmap v3579: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 952 B/s rd, 0 op/s 2024-03-21T13:12:34.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:34 smithi178 bash[77880]: cephadm 2024-03-21T13:12:33.089990+0000 mgr.x (mgr.34104) 5408 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:34.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:34 smithi178 bash[77880]: cluster 2024-03-21T13:12:33.182509+0000 mgr.x (mgr.34104) 5409 : cluster [DBG] pgmap v3580: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:34.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:34 smithi178 bash[77880]: cluster 2024-03-21T13:12:33.182970+0000 mgr.x (mgr.34104) 5410 : cluster [DBG] pgmap v3581: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:34.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:34 smithi178 bash[77880]: cephadm 2024-03-21T13:12:33.192371+0000 mgr.x (mgr.34104) 5411 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:34.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:34 smithi178 bash[77880]: audit 2024-03-21T13:12:33.274499+0000 mon.a (mon.0) 8349 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:34.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:34 smithi178 bash[77880]: audit 2024-03-21T13:12:33.277373+0000 mon.a (mon.0) 8350 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:34.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:34 smithi178 bash[77880]: audit 2024-03-21T13:12:33.280284+0000 mon.a (mon.0) 8351 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:34.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:34 smithi178 bash[77880]: audit 2024-03-21T13:12:33.281627+0000 mon.a (mon.0) 8352 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:34.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:34 smithi178 bash[77880]: cluster 2024-03-21T13:12:33.284126+0000 mgr.x (mgr.34104) 5412 : cluster [DBG] pgmap v3582: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:34.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:34 smithi178 bash[77880]: cluster 2024-03-21T13:12:33.284461+0000 mgr.x (mgr.34104) 5413 : cluster [DBG] pgmap v3583: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:34.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:34 smithi178 bash[77880]: audit 2024-03-21T13:12:33.292572+0000 mon.a (mon.0) 8353 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:34.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:34 smithi178 bash[77880]: cephadm 2024-03-21T13:12:33.293963+0000 mgr.x (mgr.34104) 5414 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:34.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:34 smithi178 bash[75692]: audit 2024-03-21T13:12:33.710013+0000 mon.a (mon.0) 8373 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:34.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:34 smithi178 bash[75692]: audit 2024-03-21T13:12:33.791629+0000 mon.a (mon.0) 8374 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:34.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:34 smithi178 bash[75692]: audit 2024-03-21T13:12:33.794669+0000 mon.a (mon.0) 8375 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:34.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:34 smithi178 bash[75692]: audit 2024-03-21T13:12:33.797930+0000 mon.a (mon.0) 8376 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:34.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:34 smithi178 bash[75692]: audit 2024-03-21T13:12:33.799196+0000 mon.a (mon.0) 8377 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:34.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:34 smithi178 bash[75692]: audit 2024-03-21T13:12:33.810971+0000 mon.a (mon.0) 8378 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:34.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:34 smithi178 bash[75692]: audit 2024-03-21T13:12:33.894186+0000 mon.a (mon.0) 8379 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:34.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:34 smithi178 bash[75692]: audit 2024-03-21T13:12:33.897155+0000 mon.a (mon.0) 8380 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:34.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:34 smithi178 bash[75692]: audit 2024-03-21T13:12:33.900261+0000 mon.a (mon.0) 8381 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:34.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:34 smithi178 bash[75692]: audit 2024-03-21T13:12:33.901309+0000 mon.a (mon.0) 8382 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:34.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:34 smithi178 bash[75692]: audit 2024-03-21T13:12:33.912943+0000 mon.a (mon.0) 8383 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:34.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:34 smithi178 bash[75692]: audit 2024-03-21T13:12:33.992627+0000 mon.a (mon.0) 8384 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:34.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:34 smithi178 bash[75692]: audit 2024-03-21T13:12:33.995910+0000 mon.a (mon.0) 8385 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:34.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:34 smithi178 bash[75692]: audit 2024-03-21T13:12:33.999135+0000 mon.a (mon.0) 8386 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:34.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:34 smithi178 bash[75692]: audit 2024-03-21T13:12:34.000396+0000 mon.a (mon.0) 8387 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:34.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:34 smithi178 bash[75692]: audit 2024-03-21T13:12:34.012404+0000 mon.a (mon.0) 8388 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:34.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:34 smithi178 bash[75692]: audit 2024-03-21T13:12:34.090754+0000 mon.a (mon.0) 8389 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:34.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:34 smithi178 bash[75692]: audit 2024-03-21T13:12:34.095015+0000 mon.a (mon.0) 8390 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:34.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:34 smithi178 bash[75692]: audit 2024-03-21T13:12:34.098864+0000 mon.a (mon.0) 8391 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:34.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:34 smithi178 bash[75692]: audit 2024-03-21T13:12:34.100725+0000 mon.a (mon.0) 8392 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:34.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:34 smithi178 bash[75692]: audit 2024-03-21T13:12:34.113137+0000 mon.a (mon.0) 8393 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:34.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:34 smithi178 bash[75692]: audit 2024-03-21T13:12:34.191386+0000 mon.a (mon.0) 8394 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:34.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:34 smithi178 bash[75692]: audit 2024-03-21T13:12:34.194996+0000 mon.a (mon.0) 8395 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:34.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:34 smithi178 bash[75692]: audit 2024-03-21T13:12:34.198996+0000 mon.a (mon.0) 8396 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:34.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:34 smithi178 bash[75692]: audit 2024-03-21T13:12:34.200431+0000 mon.a (mon.0) 8397 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:34.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:34 smithi178 bash[75692]: audit 2024-03-21T13:12:34.213089+0000 mon.a (mon.0) 8398 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:34.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:34 smithi178 bash[77880]: audit 2024-03-21T13:12:33.375762+0000 mon.a (mon.0) 8354 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:34.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:34 smithi178 bash[77880]: audit 2024-03-21T13:12:33.380325+0000 mon.a (mon.0) 8355 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:34.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:34 smithi178 bash[77880]: audit 2024-03-21T13:12:33.384352+0000 mon.a (mon.0) 8356 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:34.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:34 smithi178 bash[77880]: audit 2024-03-21T13:12:33.386356+0000 mon.a (mon.0) 8357 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:34.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:34 smithi178 bash[77880]: audit 2024-03-21T13:12:33.397480+0000 mon.a (mon.0) 8358 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:34.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:34 smithi178 bash[77880]: audit 2024-03-21T13:12:33.476117+0000 mon.a (mon.0) 8359 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:34.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:34 smithi178 bash[77880]: audit 2024-03-21T13:12:33.479482+0000 mon.a (mon.0) 8360 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:34.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:34 smithi178 bash[77880]: audit 2024-03-21T13:12:33.483912+0000 mon.a (mon.0) 8361 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:34.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:34 smithi178 bash[77880]: audit 2024-03-21T13:12:33.485333+0000 mon.a (mon.0) 8362 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:34.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:34 smithi178 bash[77880]: audit 2024-03-21T13:12:33.496378+0000 mon.a (mon.0) 8363 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:34.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:34 smithi178 bash[77880]: audit 2024-03-21T13:12:33.581248+0000 mon.a (mon.0) 8364 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:34.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:34 smithi178 bash[77880]: audit 2024-03-21T13:12:33.585045+0000 mon.a (mon.0) 8365 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:34.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:34 smithi178 bash[77880]: audit 2024-03-21T13:12:33.588814+0000 mon.a (mon.0) 8366 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:34.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:34 smithi178 bash[77880]: audit 2024-03-21T13:12:33.590823+0000 mon.a (mon.0) 8367 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:34.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:34 smithi178 bash[77880]: audit 2024-03-21T13:12:33.603032+0000 mon.a (mon.0) 8368 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:34.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:34 smithi178 bash[77880]: audit 2024-03-21T13:12:33.690062+0000 mon.a (mon.0) 8369 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:34.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:34 smithi178 bash[77880]: audit 2024-03-21T13:12:33.693551+0000 mon.a (mon.0) 8370 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:34.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:34 smithi178 bash[77880]: audit 2024-03-21T13:12:33.697191+0000 mon.a (mon.0) 8371 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:34.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:34 smithi178 bash[77880]: audit 2024-03-21T13:12:33.698525+0000 mon.a (mon.0) 8372 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:34.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:34 smithi178 bash[77880]: audit 2024-03-21T13:12:33.710013+0000 mon.a (mon.0) 8373 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:34.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:34 smithi178 bash[77880]: audit 2024-03-21T13:12:33.791629+0000 mon.a (mon.0) 8374 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:34.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:34 smithi178 bash[77880]: audit 2024-03-21T13:12:33.794669+0000 mon.a (mon.0) 8375 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:34.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:34 smithi178 bash[77880]: audit 2024-03-21T13:12:33.797930+0000 mon.a (mon.0) 8376 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:34.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:34 smithi178 bash[77880]: audit 2024-03-21T13:12:33.799196+0000 mon.a (mon.0) 8377 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:34.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:34 smithi178 bash[77880]: audit 2024-03-21T13:12:33.810971+0000 mon.a (mon.0) 8378 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:34.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:34 smithi178 bash[77880]: audit 2024-03-21T13:12:33.894186+0000 mon.a (mon.0) 8379 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:34.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:34 smithi178 bash[77880]: audit 2024-03-21T13:12:33.897155+0000 mon.a (mon.0) 8380 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:34.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:34 smithi178 bash[77880]: audit 2024-03-21T13:12:33.900261+0000 mon.a (mon.0) 8381 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:34.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:34 smithi178 bash[77880]: audit 2024-03-21T13:12:33.901309+0000 mon.a (mon.0) 8382 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:34.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:34 smithi178 bash[77880]: audit 2024-03-21T13:12:33.912943+0000 mon.a (mon.0) 8383 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:34.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:34 smithi178 bash[77880]: audit 2024-03-21T13:12:33.992627+0000 mon.a (mon.0) 8384 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:34.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:34 smithi178 bash[77880]: audit 2024-03-21T13:12:33.995910+0000 mon.a (mon.0) 8385 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:34.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:34 smithi178 bash[77880]: audit 2024-03-21T13:12:33.999135+0000 mon.a (mon.0) 8386 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:34.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:34 smithi178 bash[77880]: audit 2024-03-21T13:12:34.000396+0000 mon.a (mon.0) 8387 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:34.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:34 smithi178 bash[77880]: audit 2024-03-21T13:12:34.012404+0000 mon.a (mon.0) 8388 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:34.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:34 smithi178 bash[77880]: audit 2024-03-21T13:12:34.090754+0000 mon.a (mon.0) 8389 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:34.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:34 smithi178 bash[77880]: audit 2024-03-21T13:12:34.095015+0000 mon.a (mon.0) 8390 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:34.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:34 smithi178 bash[77880]: audit 2024-03-21T13:12:34.098864+0000 mon.a (mon.0) 8391 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:34.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:34 smithi178 bash[77880]: audit 2024-03-21T13:12:34.100725+0000 mon.a (mon.0) 8392 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:34.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:34 smithi178 bash[77880]: audit 2024-03-21T13:12:34.113137+0000 mon.a (mon.0) 8393 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:34.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:34 smithi178 bash[77880]: audit 2024-03-21T13:12:34.191386+0000 mon.a (mon.0) 8394 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:34.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:34 smithi178 bash[77880]: audit 2024-03-21T13:12:34.194996+0000 mon.a (mon.0) 8395 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:34.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:34 smithi178 bash[77880]: audit 2024-03-21T13:12:34.198996+0000 mon.a (mon.0) 8396 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:34.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:34 smithi178 bash[77880]: audit 2024-03-21T13:12:34.200431+0000 mon.a (mon.0) 8397 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:34.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:34 smithi178 bash[77880]: audit 2024-03-21T13:12:34.213089+0000 mon.a (mon.0) 8398 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:34.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:34 smithi184 bash[59794]: cluster 2024-03-21T13:12:32.862867+0000 mgr.x (mgr.34104) 5401 : cluster [DBG] pgmap v3576: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 583 B/s rd, 0 op/s 2024-03-21T13:12:34.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:34 smithi184 bash[59794]: cluster 2024-03-21T13:12:32.863306+0000 mgr.x (mgr.34104) 5402 : cluster [DBG] pgmap v3577: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 715 B/s rd, 0 op/s 2024-03-21T13:12:34.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:34 smithi184 bash[59794]: cephadm 2024-03-21T13:12:32.872613+0000 mgr.x (mgr.34104) 5403 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:34.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:34 smithi184 bash[59794]: audit 2024-03-21T13:12:32.954629+0000 mgr.x (mgr.34104) 5404 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-21T13:12:34.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:34 smithi184 bash[59794]: cluster 2024-03-21T13:12:32.977399+0000 mgr.x (mgr.34104) 5405 : cluster [DBG] pgmap v3578: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 704 B/s rd, 0 op/s 2024-03-21T13:12:34.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:34 smithi184 bash[59794]: cephadm 2024-03-21T13:12:32.986566+0000 mgr.x (mgr.34104) 5406 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:34.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:34 smithi184 bash[59794]: cluster 2024-03-21T13:12:33.081027+0000 mgr.x (mgr.34104) 5407 : cluster [DBG] pgmap v3579: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 952 B/s rd, 0 op/s 2024-03-21T13:12:34.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:34 smithi184 bash[59794]: cephadm 2024-03-21T13:12:33.089990+0000 mgr.x (mgr.34104) 5408 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:34.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:34 smithi184 bash[59794]: cluster 2024-03-21T13:12:33.182509+0000 mgr.x (mgr.34104) 5409 : cluster [DBG] pgmap v3580: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:34.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:34 smithi184 bash[59794]: cluster 2024-03-21T13:12:33.182970+0000 mgr.x (mgr.34104) 5410 : cluster [DBG] pgmap v3581: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:34.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:34 smithi184 bash[59794]: cephadm 2024-03-21T13:12:33.192371+0000 mgr.x (mgr.34104) 5411 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:34.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:34 smithi184 bash[59794]: audit 2024-03-21T13:12:33.274499+0000 mon.a (mon.0) 8349 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:34.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:34 smithi184 bash[59794]: audit 2024-03-21T13:12:33.277373+0000 mon.a (mon.0) 8350 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:34.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:34 smithi184 bash[59794]: audit 2024-03-21T13:12:33.280284+0000 mon.a (mon.0) 8351 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:34.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:34 smithi184 bash[59794]: audit 2024-03-21T13:12:33.281627+0000 mon.a (mon.0) 8352 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:34.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:34 smithi184 bash[59794]: cluster 2024-03-21T13:12:33.284126+0000 mgr.x (mgr.34104) 5412 : cluster [DBG] pgmap v3582: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:34.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:34 smithi184 bash[59794]: cluster 2024-03-21T13:12:33.284461+0000 mgr.x (mgr.34104) 5413 : cluster [DBG] pgmap v3583: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:34.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:34 smithi184 bash[59794]: audit 2024-03-21T13:12:33.292572+0000 mon.a (mon.0) 8353 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:34.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:34 smithi184 bash[59794]: cephadm 2024-03-21T13:12:33.293963+0000 mgr.x (mgr.34104) 5414 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:34.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:34 smithi184 bash[59794]: audit 2024-03-21T13:12:33.375762+0000 mon.a (mon.0) 8354 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:34.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:34 smithi184 bash[59794]: audit 2024-03-21T13:12:33.380325+0000 mon.a (mon.0) 8355 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:34.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:34 smithi184 bash[59794]: audit 2024-03-21T13:12:33.384352+0000 mon.a (mon.0) 8356 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:34.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:34 smithi184 bash[59794]: audit 2024-03-21T13:12:33.386356+0000 mon.a (mon.0) 8357 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:34.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:34 smithi184 bash[59794]: audit 2024-03-21T13:12:33.397480+0000 mon.a (mon.0) 8358 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:34.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:34 smithi184 bash[59794]: audit 2024-03-21T13:12:33.476117+0000 mon.a (mon.0) 8359 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:34.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:34 smithi184 bash[59794]: audit 2024-03-21T13:12:33.479482+0000 mon.a (mon.0) 8360 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:34.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:34 smithi184 bash[59794]: audit 2024-03-21T13:12:33.483912+0000 mon.a (mon.0) 8361 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:34.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:34 smithi184 bash[59794]: audit 2024-03-21T13:12:33.485333+0000 mon.a (mon.0) 8362 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:34.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:34 smithi184 bash[59794]: audit 2024-03-21T13:12:33.496378+0000 mon.a (mon.0) 8363 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:34.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:34 smithi184 bash[59794]: audit 2024-03-21T13:12:33.581248+0000 mon.a (mon.0) 8364 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:34.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:34 smithi184 bash[59794]: audit 2024-03-21T13:12:33.585045+0000 mon.a (mon.0) 8365 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:34.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:34 smithi184 bash[59794]: audit 2024-03-21T13:12:33.588814+0000 mon.a (mon.0) 8366 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:34.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:34 smithi184 bash[59794]: audit 2024-03-21T13:12:33.590823+0000 mon.a (mon.0) 8367 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:34.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:34 smithi184 bash[59794]: audit 2024-03-21T13:12:33.603032+0000 mon.a (mon.0) 8368 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:34.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:34 smithi184 bash[59794]: audit 2024-03-21T13:12:33.690062+0000 mon.a (mon.0) 8369 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:34.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:34 smithi184 bash[59794]: audit 2024-03-21T13:12:33.693551+0000 mon.a (mon.0) 8370 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:34.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:34 smithi184 bash[59794]: audit 2024-03-21T13:12:33.697191+0000 mon.a (mon.0) 8371 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:34.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:34 smithi184 bash[59794]: audit 2024-03-21T13:12:33.698525+0000 mon.a (mon.0) 8372 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:34.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:34 smithi184 bash[59794]: audit 2024-03-21T13:12:33.710013+0000 mon.a (mon.0) 8373 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:34.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:34 smithi184 bash[59794]: audit 2024-03-21T13:12:33.791629+0000 mon.a (mon.0) 8374 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:34.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:34 smithi184 bash[59794]: audit 2024-03-21T13:12:33.794669+0000 mon.a (mon.0) 8375 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:34.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:34 smithi184 bash[59794]: audit 2024-03-21T13:12:33.797930+0000 mon.a (mon.0) 8376 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:34.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:34 smithi184 bash[59794]: audit 2024-03-21T13:12:33.799196+0000 mon.a (mon.0) 8377 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:34.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:34 smithi184 bash[59794]: audit 2024-03-21T13:12:33.810971+0000 mon.a (mon.0) 8378 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:34.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:34 smithi184 bash[59794]: audit 2024-03-21T13:12:33.894186+0000 mon.a (mon.0) 8379 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:34.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:34 smithi184 bash[59794]: audit 2024-03-21T13:12:33.897155+0000 mon.a (mon.0) 8380 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:34.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:34 smithi184 bash[59794]: audit 2024-03-21T13:12:33.900261+0000 mon.a (mon.0) 8381 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:34.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:34 smithi184 bash[59794]: audit 2024-03-21T13:12:33.901309+0000 mon.a (mon.0) 8382 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:34.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:34 smithi184 bash[59794]: audit 2024-03-21T13:12:33.912943+0000 mon.a (mon.0) 8383 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:34.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:34 smithi184 bash[59794]: audit 2024-03-21T13:12:33.992627+0000 mon.a (mon.0) 8384 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:34.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:34 smithi184 bash[59794]: audit 2024-03-21T13:12:33.995910+0000 mon.a (mon.0) 8385 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:34.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:34 smithi184 bash[59794]: audit 2024-03-21T13:12:33.999135+0000 mon.a (mon.0) 8386 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:34.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:34 smithi184 bash[59794]: audit 2024-03-21T13:12:34.000396+0000 mon.a (mon.0) 8387 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:34.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:34 smithi184 bash[59794]: audit 2024-03-21T13:12:34.012404+0000 mon.a (mon.0) 8388 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:34.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:34 smithi184 bash[59794]: audit 2024-03-21T13:12:34.090754+0000 mon.a (mon.0) 8389 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:34.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:34 smithi184 bash[59794]: audit 2024-03-21T13:12:34.095015+0000 mon.a (mon.0) 8390 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:34.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:34 smithi184 bash[59794]: audit 2024-03-21T13:12:34.098864+0000 mon.a (mon.0) 8391 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:34.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:34 smithi184 bash[59794]: audit 2024-03-21T13:12:34.100725+0000 mon.a (mon.0) 8392 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:34.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:34 smithi184 bash[59794]: audit 2024-03-21T13:12:34.113137+0000 mon.a (mon.0) 8393 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:34.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:34 smithi184 bash[59794]: audit 2024-03-21T13:12:34.191386+0000 mon.a (mon.0) 8394 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:34.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:34 smithi184 bash[59794]: audit 2024-03-21T13:12:34.194996+0000 mon.a (mon.0) 8395 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:34.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:34 smithi184 bash[59794]: audit 2024-03-21T13:12:34.198996+0000 mon.a (mon.0) 8396 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:34.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:34 smithi184 bash[59794]: audit 2024-03-21T13:12:34.200431+0000 mon.a (mon.0) 8397 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:34.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:34 smithi184 bash[59794]: audit 2024-03-21T13:12:34.213089+0000 mon.a (mon.0) 8398 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:34.968 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:12:34 smithi184 bash[87384]: ts=2024-03-21T13:12:34.765Z caller=main.go:564 level=info msg="Starting Prometheus Server" mode=server version="(version=2.43.0, branch=HEAD, revision=edfc3bcd025dd6fe296c167a14a216cab1e552ee)" 2024-03-21T13:12:34.968 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:12:34 smithi184 bash[87384]: ts=2024-03-21T13:12:34.765Z caller=main.go:569 level=info build_context="(go=go1.19.7, platform=linux/amd64, user=root@8a0ee342e522, date=20230321-12:56:07, tags=netgo,builtinassets)" 2024-03-21T13:12:34.968 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:12:34 smithi184 bash[87384]: ts=2024-03-21T13:12:34.765Z caller=main.go:570 level=info host_details="(Linux 5.4.0-174-generic #193-Ubuntu SMP Thu Mar 7 14:29:28 UTC 2024 x86_64 smithi184 (none))" 2024-03-21T13:12:34.968 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:12:34 smithi184 bash[87384]: ts=2024-03-21T13:12:34.765Z caller=main.go:571 level=info fd_limits="(soft=1048576, hard=1048576)" 2024-03-21T13:12:34.968 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:12:34 smithi184 bash[87384]: ts=2024-03-21T13:12:34.765Z caller=main.go:572 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2024-03-21T13:12:34.968 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:12:34 smithi184 bash[87384]: ts=2024-03-21T13:12:34.768Z caller=web.go:561 level=info component=web msg="Start listening for connections" address=:9095 2024-03-21T13:12:34.968 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:12:34 smithi184 bash[87384]: ts=2024-03-21T13:12:34.769Z caller=main.go:1005 level=info msg="Starting TSDB ..." 2024-03-21T13:12:34.968 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:12:34 smithi184 bash[87384]: ts=2024-03-21T13:12:34.773Z caller=tls_config.go:232 level=info component=web msg="Listening on" address=[::]:9095 2024-03-21T13:12:34.969 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:12:34 smithi184 bash[87384]: ts=2024-03-21T13:12:34.773Z caller=tls_config.go:235 level=info component=web msg="TLS is disabled." http2=false address=[::]:9095 2024-03-21T13:12:34.969 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:12:34 smithi184 bash[87384]: ts=2024-03-21T13:12:34.774Z caller=head.go:587 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2024-03-21T13:12:34.969 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:12:34 smithi184 bash[87384]: ts=2024-03-21T13:12:34.774Z caller=head.go:658 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=1.775µs 2024-03-21T13:12:34.969 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:12:34 smithi184 bash[87384]: ts=2024-03-21T13:12:34.774Z caller=head.go:664 level=info component=tsdb msg="Replaying WAL, this may take a while" 2024-03-21T13:12:34.969 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:12:34 smithi184 bash[87384]: ts=2024-03-21T13:12:34.782Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=6 2024-03-21T13:12:34.969 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:12:34 smithi184 bash[87384]: ts=2024-03-21T13:12:34.791Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=1 maxSegment=6 2024-03-21T13:12:34.969 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:12:34 smithi184 bash[87384]: ts=2024-03-21T13:12:34.810Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=2 maxSegment=6 2024-03-21T13:12:34.969 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:12:34 smithi184 bash[87384]: ts=2024-03-21T13:12:34.817Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=3 maxSegment=6 2024-03-21T13:12:34.969 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:12:34 smithi184 bash[87384]: ts=2024-03-21T13:12:34.818Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=4 maxSegment=6 2024-03-21T13:12:34.969 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:12:34 smithi184 bash[87384]: ts=2024-03-21T13:12:34.830Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=5 maxSegment=6 2024-03-21T13:12:34.969 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:12:34 smithi184 bash[87384]: ts=2024-03-21T13:12:34.830Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=6 maxSegment=6 2024-03-21T13:12:34.969 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:12:34 smithi184 bash[87384]: ts=2024-03-21T13:12:34.830Z caller=head.go:772 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=26.028µs wal_replay_duration=55.534151ms wbl_replay_duration=115ns total_replay_duration=55.582238ms 2024-03-21T13:12:34.969 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:12:34 smithi184 bash[87384]: ts=2024-03-21T13:12:34.834Z caller=main.go:1026 level=info fs_type=XFS_SUPER_MAGIC 2024-03-21T13:12:34.969 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:12:34 smithi184 bash[87384]: ts=2024-03-21T13:12:34.834Z caller=main.go:1029 level=info msg="TSDB started" 2024-03-21T13:12:34.970 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:12:34 smithi184 bash[87384]: ts=2024-03-21T13:12:34.834Z caller=main.go:1209 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2024-03-21T13:12:34.970 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:12:34 smithi184 bash[87384]: ts=2024-03-21T13:12:34.869Z caller=main.go:1246 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=35.137049ms db_storage=1.096µs remote_storage=1.106µs web_handler=445ns query_engine=770ns scrape=300.701µs scrape_sd=154.22µs notify=12.236µs notify_sd=9.213µs rules=34.205863ms tracing=12.619µs 2024-03-21T13:12:34.970 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:12:34 smithi184 bash[87384]: ts=2024-03-21T13:12:34.869Z caller=main.go:990 level=info msg="Server is ready to receive web requests." 2024-03-21T13:12:34.970 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:12:34 smithi184 bash[87384]: ts=2024-03-21T13:12:34.869Z caller=manager.go:974 level=info component="rule manager" msg="Starting rule manager..." 2024-03-21T13:12:35.273 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:35 smithi184 bash[59794]: cluster 2024-03-21T13:12:33.389730+0000 mgr.x (mgr.34104) 5415 : cluster [DBG] pgmap v3584: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:35.273 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:35 smithi184 bash[59794]: cluster 2024-03-21T13:12:33.390195+0000 mgr.x (mgr.34104) 5416 : cluster [DBG] pgmap v3585: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:35.273 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:35 smithi184 bash[59794]: cephadm 2024-03-21T13:12:33.398763+0000 mgr.x (mgr.34104) 5417 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:35.273 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:35 smithi184 bash[59794]: cluster 2024-03-21T13:12:33.487814+0000 mgr.x (mgr.34104) 5418 : cluster [DBG] pgmap v3586: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:35.273 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:35 smithi184 bash[59794]: cluster 2024-03-21T13:12:33.488097+0000 mgr.x (mgr.34104) 5419 : cluster [DBG] pgmap v3587: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:35.273 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:35 smithi184 bash[59794]: cephadm 2024-03-21T13:12:33.497754+0000 mgr.x (mgr.34104) 5420 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:35.273 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:35 smithi184 bash[59794]: cluster 2024-03-21T13:12:33.594076+0000 mgr.x (mgr.34104) 5421 : cluster [DBG] pgmap v3588: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:35.273 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:35 smithi184 bash[59794]: cluster 2024-03-21T13:12:33.594399+0000 mgr.x (mgr.34104) 5422 : cluster [DBG] pgmap v3589: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:35.274 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:35 smithi184 bash[59794]: cephadm 2024-03-21T13:12:33.604275+0000 mgr.x (mgr.34104) 5423 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:35.274 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:35 smithi184 bash[59794]: cluster 2024-03-21T13:12:33.701391+0000 mgr.x (mgr.34104) 5424 : cluster [DBG] pgmap v3590: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:35.274 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:35 smithi184 bash[59794]: cluster 2024-03-21T13:12:33.701847+0000 mgr.x (mgr.34104) 5425 : cluster [DBG] pgmap v3591: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:35.274 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:35 smithi184 bash[59794]: cephadm 2024-03-21T13:12:33.711530+0000 mgr.x (mgr.34104) 5426 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:35.274 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:35 smithi184 bash[59794]: cluster 2024-03-21T13:12:33.802084+0000 mgr.x (mgr.34104) 5427 : cluster [DBG] pgmap v3592: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:35.274 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:35 smithi184 bash[59794]: cluster 2024-03-21T13:12:33.802596+0000 mgr.x (mgr.34104) 5428 : cluster [DBG] pgmap v3593: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:35.274 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:35 smithi184 bash[59794]: cephadm 2024-03-21T13:12:33.812087+0000 mgr.x (mgr.34104) 5429 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:35.274 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:35 smithi184 bash[59794]: cluster 2024-03-21T13:12:33.904053+0000 mgr.x (mgr.34104) 5430 : cluster [DBG] pgmap v3594: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s 2024-03-21T13:12:35.274 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:35 smithi184 bash[59794]: cluster 2024-03-21T13:12:33.904606+0000 mgr.x (mgr.34104) 5431 : cluster [DBG] pgmap v3595: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s 2024-03-21T13:12:35.274 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:35 smithi184 bash[59794]: cephadm 2024-03-21T13:12:33.914128+0000 mgr.x (mgr.34104) 5432 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:35.274 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:35 smithi184 bash[59794]: cluster 2024-03-21T13:12:34.003452+0000 mgr.x (mgr.34104) 5433 : cluster [DBG] pgmap v3596: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s 2024-03-21T13:12:35.274 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:35 smithi184 bash[59794]: cluster 2024-03-21T13:12:34.004162+0000 mgr.x (mgr.34104) 5434 : cluster [DBG] pgmap v3597: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s 2024-03-21T13:12:35.274 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:35 smithi184 bash[59794]: cephadm 2024-03-21T13:12:34.013712+0000 mgr.x (mgr.34104) 5435 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:35.274 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:35 smithi184 bash[59794]: cluster 2024-03-21T13:12:34.103766+0000 mgr.x (mgr.34104) 5436 : cluster [DBG] pgmap v3598: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s 2024-03-21T13:12:35.275 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:35 smithi184 bash[59794]: cluster 2024-03-21T13:12:34.104081+0000 mgr.x (mgr.34104) 5437 : cluster [DBG] pgmap v3599: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s 2024-03-21T13:12:35.275 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:35 smithi184 bash[59794]: cephadm 2024-03-21T13:12:34.114382+0000 mgr.x (mgr.34104) 5438 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:35.275 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:35 smithi184 bash[59794]: cluster 2024-03-21T13:12:34.203749+0000 mgr.x (mgr.34104) 5439 : cluster [DBG] pgmap v3600: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:35.275 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:35 smithi184 bash[59794]: cluster 2024-03-21T13:12:34.204365+0000 mgr.x (mgr.34104) 5440 : cluster [DBG] pgmap v3601: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:35.275 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:35 smithi184 bash[59794]: cephadm 2024-03-21T13:12:34.216495+0000 mgr.x (mgr.34104) 5441 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:35.275 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:35 smithi184 bash[59794]: audit 2024-03-21T13:12:34.297606+0000 mon.a (mon.0) 8399 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:35.275 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:35 smithi184 bash[59794]: audit 2024-03-21T13:12:34.300495+0000 mon.a (mon.0) 8400 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:35.275 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:35 smithi184 bash[59794]: audit 2024-03-21T13:12:34.303642+0000 mon.a (mon.0) 8401 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:35.275 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:35 smithi184 bash[59794]: audit 2024-03-21T13:12:34.304875+0000 mon.a (mon.0) 8402 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:35.275 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:35 smithi184 bash[59794]: audit 2024-03-21T13:12:34.316101+0000 mon.a (mon.0) 8403 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:35.275 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:35 smithi184 bash[59794]: audit 2024-03-21T13:12:34.394271+0000 mon.a (mon.0) 8404 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:35.275 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:35 smithi184 bash[59794]: audit 2024-03-21T13:12:34.397560+0000 mon.a (mon.0) 8405 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:35.275 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:35 smithi184 bash[59794]: audit 2024-03-21T13:12:34.400462+0000 mon.a (mon.0) 8406 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:35.275 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:35 smithi184 bash[59794]: audit 2024-03-21T13:12:34.401874+0000 mon.a (mon.0) 8407 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:35.275 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:35 smithi184 bash[59794]: audit 2024-03-21T13:12:34.413373+0000 mon.a (mon.0) 8408 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:35.276 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:35 smithi184 bash[59794]: audit 2024-03-21T13:12:34.496381+0000 mon.a (mon.0) 8409 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:35.276 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:35 smithi184 bash[59794]: audit 2024-03-21T13:12:34.499805+0000 mon.a (mon.0) 8410 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:35.276 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:35 smithi184 bash[59794]: audit 2024-03-21T13:12:34.503922+0000 mon.a (mon.0) 8411 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:35.276 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:35 smithi184 bash[59794]: audit 2024-03-21T13:12:34.505482+0000 mon.a (mon.0) 8412 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:35.276 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:35 smithi184 bash[59794]: audit 2024-03-21T13:12:34.516196+0000 mon.a (mon.0) 8413 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:35.276 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:35 smithi184 bash[59794]: audit 2024-03-21T13:12:34.595343+0000 mon.a (mon.0) 8414 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:35.276 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:35 smithi184 bash[59794]: audit 2024-03-21T13:12:34.598950+0000 mon.a (mon.0) 8415 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:35.277 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:35 smithi184 bash[59794]: audit 2024-03-21T13:12:34.604313+0000 mon.a (mon.0) 8416 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:35.277 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:35 smithi184 bash[59794]: audit 2024-03-21T13:12:34.606417+0000 mon.a (mon.0) 8417 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:35.277 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:35 smithi184 bash[59794]: audit 2024-03-21T13:12:34.619518+0000 mon.a (mon.0) 8418 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:35.277 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:35 smithi184 bash[59794]: audit 2024-03-21T13:12:34.701336+0000 mon.a (mon.0) 8419 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:35.277 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:35 smithi184 bash[59794]: audit 2024-03-21T13:12:34.704221+0000 mon.a (mon.0) 8420 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:35.277 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:35 smithi184 bash[59794]: audit 2024-03-21T13:12:34.707211+0000 mon.a (mon.0) 8421 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:35.277 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:35 smithi184 bash[59794]: audit 2024-03-21T13:12:34.708487+0000 mon.a (mon.0) 8422 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:35.277 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:35 smithi184 bash[59794]: audit 2024-03-21T13:12:34.718409+0000 mon.a (mon.0) 8423 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:35.277 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:35 smithi184 bash[59794]: audit 2024-03-21T13:12:34.792066+0000 mon.a (mon.0) 8424 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:12:35.277 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:35 smithi184 bash[59794]: audit 2024-03-21T13:12:34.828797+0000 mon.a (mon.0) 8425 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:35.277 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:35 smithi184 bash[59794]: audit 2024-03-21T13:12:34.839218+0000 mon.a (mon.0) 8426 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:35.277 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:35 smithi184 bash[59794]: audit 2024-03-21T13:12:34.852862+0000 mon.a (mon.0) 8427 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:35.277 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:35 smithi184 bash[59794]: audit 2024-03-21T13:12:34.854478+0000 mon.a (mon.0) 8428 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:35.277 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:35 smithi184 bash[59794]: audit 2024-03-21T13:12:34.865750+0000 mon.a (mon.0) 8429 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:35.277 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:35 smithi184 bash[59794]: audit 2024-03-21T13:12:34.949615+0000 mon.a (mon.0) 8430 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:35.278 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:35 smithi184 bash[59794]: audit 2024-03-21T13:12:34.952722+0000 mon.a (mon.0) 8431 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:35.278 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:35 smithi184 bash[59794]: audit 2024-03-21T13:12:34.955315+0000 mon.a (mon.0) 8432 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:35.278 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:35 smithi184 bash[59794]: audit 2024-03-21T13:12:34.957154+0000 mon.a (mon.0) 8433 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:35.278 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:35 smithi184 bash[59794]: audit 2024-03-21T13:12:34.967733+0000 mon.a (mon.0) 8434 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:35.278 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:35 smithi184 bash[59794]: audit 2024-03-21T13:12:35.049574+0000 mon.a (mon.0) 8435 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:35.278 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:35 smithi184 bash[59794]: audit 2024-03-21T13:12:35.052824+0000 mon.a (mon.0) 8436 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:35.278 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:35 smithi184 bash[59794]: audit 2024-03-21T13:12:35.056418+0000 mon.a (mon.0) 8437 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:35.278 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:35 smithi184 bash[59794]: audit 2024-03-21T13:12:35.058012+0000 mon.a (mon.0) 8438 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:35.278 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:35 smithi184 bash[59794]: audit 2024-03-21T13:12:35.068964+0000 mon.a (mon.0) 8439 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:35.278 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:35 smithi184 bash[59794]: audit 2024-03-21T13:12:35.149098+0000 mon.a (mon.0) 8440 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:35.278 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:35 smithi184 bash[59794]: audit 2024-03-21T13:12:35.152593+0000 mon.a (mon.0) 8441 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:35.278 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:35 smithi184 bash[59794]: audit 2024-03-21T13:12:35.156639+0000 mon.a (mon.0) 8442 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:35.278 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:35 smithi184 bash[59794]: audit 2024-03-21T13:12:35.158606+0000 mon.a (mon.0) 8443 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:35.278 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:35 smithi184 bash[59794]: audit 2024-03-21T13:12:35.170964+0000 mon.a (mon.0) 8444 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:35.279 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:35 smithi184 bash[59794]: audit 2024-03-21T13:12:35.251925+0000 mon.a (mon.0) 8445 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:35.279 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:35 smithi184 bash[59794]: audit 2024-03-21T13:12:35.255537+0000 mon.a (mon.0) 8446 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:35.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:35 smithi178 bash[75692]: cluster 2024-03-21T13:12:33.389730+0000 mgr.x (mgr.34104) 5415 : cluster [DBG] pgmap v3584: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:35.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:35 smithi178 bash[75692]: cluster 2024-03-21T13:12:33.390195+0000 mgr.x (mgr.34104) 5416 : cluster [DBG] pgmap v3585: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:35.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:35 smithi178 bash[75692]: cephadm 2024-03-21T13:12:33.398763+0000 mgr.x (mgr.34104) 5417 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:35.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:35 smithi178 bash[75692]: cluster 2024-03-21T13:12:33.487814+0000 mgr.x (mgr.34104) 5418 : cluster [DBG] pgmap v3586: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:35.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:35 smithi178 bash[75692]: cluster 2024-03-21T13:12:33.488097+0000 mgr.x (mgr.34104) 5419 : cluster [DBG] pgmap v3587: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:35.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:35 smithi178 bash[75692]: cephadm 2024-03-21T13:12:33.497754+0000 mgr.x (mgr.34104) 5420 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:35.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:35 smithi178 bash[75692]: cluster 2024-03-21T13:12:33.594076+0000 mgr.x (mgr.34104) 5421 : cluster [DBG] pgmap v3588: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:35.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:35 smithi178 bash[75692]: cluster 2024-03-21T13:12:33.594399+0000 mgr.x (mgr.34104) 5422 : cluster [DBG] pgmap v3589: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:35.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:35 smithi178 bash[75692]: cephadm 2024-03-21T13:12:33.604275+0000 mgr.x (mgr.34104) 5423 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:35.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:35 smithi178 bash[75692]: cluster 2024-03-21T13:12:33.701391+0000 mgr.x (mgr.34104) 5424 : cluster [DBG] pgmap v3590: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:35.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:35 smithi178 bash[75692]: cluster 2024-03-21T13:12:33.701847+0000 mgr.x (mgr.34104) 5425 : cluster [DBG] pgmap v3591: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:35.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:35 smithi178 bash[75692]: cephadm 2024-03-21T13:12:33.711530+0000 mgr.x (mgr.34104) 5426 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:35.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:35 smithi178 bash[75692]: cluster 2024-03-21T13:12:33.802084+0000 mgr.x (mgr.34104) 5427 : cluster [DBG] pgmap v3592: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:35.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:35 smithi178 bash[75692]: cluster 2024-03-21T13:12:33.802596+0000 mgr.x (mgr.34104) 5428 : cluster [DBG] pgmap v3593: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:35.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:35 smithi178 bash[75692]: cephadm 2024-03-21T13:12:33.812087+0000 mgr.x (mgr.34104) 5429 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:35.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:35 smithi178 bash[75692]: cluster 2024-03-21T13:12:33.904053+0000 mgr.x (mgr.34104) 5430 : cluster [DBG] pgmap v3594: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s 2024-03-21T13:12:35.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:35 smithi178 bash[75692]: cluster 2024-03-21T13:12:33.904606+0000 mgr.x (mgr.34104) 5431 : cluster [DBG] pgmap v3595: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s 2024-03-21T13:12:35.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:35 smithi178 bash[75692]: cephadm 2024-03-21T13:12:33.914128+0000 mgr.x (mgr.34104) 5432 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:35.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:35 smithi178 bash[75692]: cluster 2024-03-21T13:12:34.003452+0000 mgr.x (mgr.34104) 5433 : cluster [DBG] pgmap v3596: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s 2024-03-21T13:12:35.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:35 smithi178 bash[77880]: cluster 2024-03-21T13:12:33.389730+0000 mgr.x (mgr.34104) 5415 : cluster [DBG] pgmap v3584: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:35.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:35 smithi178 bash[77880]: cluster 2024-03-21T13:12:33.390195+0000 mgr.x (mgr.34104) 5416 : cluster [DBG] pgmap v3585: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:35.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:35 smithi178 bash[77880]: cephadm 2024-03-21T13:12:33.398763+0000 mgr.x (mgr.34104) 5417 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:35.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:35 smithi178 bash[77880]: cluster 2024-03-21T13:12:33.487814+0000 mgr.x (mgr.34104) 5418 : cluster [DBG] pgmap v3586: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:35.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:35 smithi178 bash[77880]: cluster 2024-03-21T13:12:33.488097+0000 mgr.x (mgr.34104) 5419 : cluster [DBG] pgmap v3587: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:35.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:35 smithi178 bash[77880]: cephadm 2024-03-21T13:12:33.497754+0000 mgr.x (mgr.34104) 5420 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:35.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:35 smithi178 bash[77880]: cluster 2024-03-21T13:12:33.594076+0000 mgr.x (mgr.34104) 5421 : cluster [DBG] pgmap v3588: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:35.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:35 smithi178 bash[77880]: cluster 2024-03-21T13:12:33.594399+0000 mgr.x (mgr.34104) 5422 : cluster [DBG] pgmap v3589: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:35.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:35 smithi178 bash[77880]: cephadm 2024-03-21T13:12:33.604275+0000 mgr.x (mgr.34104) 5423 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:35.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:35 smithi178 bash[77880]: cluster 2024-03-21T13:12:33.701391+0000 mgr.x (mgr.34104) 5424 : cluster [DBG] pgmap v3590: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:35.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:35 smithi178 bash[77880]: cluster 2024-03-21T13:12:33.701847+0000 mgr.x (mgr.34104) 5425 : cluster [DBG] pgmap v3591: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:35.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:35 smithi178 bash[77880]: cephadm 2024-03-21T13:12:33.711530+0000 mgr.x (mgr.34104) 5426 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:35.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:35 smithi178 bash[77880]: cluster 2024-03-21T13:12:33.802084+0000 mgr.x (mgr.34104) 5427 : cluster [DBG] pgmap v3592: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:35.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:35 smithi178 bash[77880]: cluster 2024-03-21T13:12:33.802596+0000 mgr.x (mgr.34104) 5428 : cluster [DBG] pgmap v3593: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:35.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:35 smithi178 bash[77880]: cephadm 2024-03-21T13:12:33.812087+0000 mgr.x (mgr.34104) 5429 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:35.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:35 smithi178 bash[77880]: cluster 2024-03-21T13:12:33.904053+0000 mgr.x (mgr.34104) 5430 : cluster [DBG] pgmap v3594: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s 2024-03-21T13:12:35.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:35 smithi178 bash[77880]: cluster 2024-03-21T13:12:33.904606+0000 mgr.x (mgr.34104) 5431 : cluster [DBG] pgmap v3595: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s 2024-03-21T13:12:35.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:35 smithi178 bash[77880]: cephadm 2024-03-21T13:12:33.914128+0000 mgr.x (mgr.34104) 5432 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:35.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:35 smithi178 bash[77880]: cluster 2024-03-21T13:12:34.003452+0000 mgr.x (mgr.34104) 5433 : cluster [DBG] pgmap v3596: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s 2024-03-21T13:12:35.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:35 smithi178 bash[75692]: cluster 2024-03-21T13:12:34.004162+0000 mgr.x (mgr.34104) 5434 : cluster [DBG] pgmap v3597: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s 2024-03-21T13:12:35.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:35 smithi178 bash[75692]: cephadm 2024-03-21T13:12:34.013712+0000 mgr.x (mgr.34104) 5435 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:35.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:35 smithi178 bash[75692]: cluster 2024-03-21T13:12:34.103766+0000 mgr.x (mgr.34104) 5436 : cluster [DBG] pgmap v3598: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s 2024-03-21T13:12:35.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:35 smithi178 bash[75692]: cluster 2024-03-21T13:12:34.104081+0000 mgr.x (mgr.34104) 5437 : cluster [DBG] pgmap v3599: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s 2024-03-21T13:12:35.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:35 smithi178 bash[75692]: cephadm 2024-03-21T13:12:34.114382+0000 mgr.x (mgr.34104) 5438 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:35.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:35 smithi178 bash[75692]: cluster 2024-03-21T13:12:34.203749+0000 mgr.x (mgr.34104) 5439 : cluster [DBG] pgmap v3600: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:35.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:35 smithi178 bash[75692]: cluster 2024-03-21T13:12:34.204365+0000 mgr.x (mgr.34104) 5440 : cluster [DBG] pgmap v3601: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:35.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:35 smithi178 bash[75692]: cephadm 2024-03-21T13:12:34.216495+0000 mgr.x (mgr.34104) 5441 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:35.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:35 smithi178 bash[75692]: audit 2024-03-21T13:12:34.297606+0000 mon.a (mon.0) 8399 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:35.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:35 smithi178 bash[75692]: audit 2024-03-21T13:12:34.300495+0000 mon.a (mon.0) 8400 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:35.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:35 smithi178 bash[75692]: audit 2024-03-21T13:12:34.303642+0000 mon.a (mon.0) 8401 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:35.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:35 smithi178 bash[75692]: audit 2024-03-21T13:12:34.304875+0000 mon.a (mon.0) 8402 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:35.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:35 smithi178 bash[75692]: audit 2024-03-21T13:12:34.316101+0000 mon.a (mon.0) 8403 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:35.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:35 smithi178 bash[75692]: audit 2024-03-21T13:12:34.394271+0000 mon.a (mon.0) 8404 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:35.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:35 smithi178 bash[75692]: audit 2024-03-21T13:12:34.397560+0000 mon.a (mon.0) 8405 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:35.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:35 smithi178 bash[75692]: audit 2024-03-21T13:12:34.400462+0000 mon.a (mon.0) 8406 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:35.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:35 smithi178 bash[75692]: audit 2024-03-21T13:12:34.401874+0000 mon.a (mon.0) 8407 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:35.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:35 smithi178 bash[75692]: audit 2024-03-21T13:12:34.413373+0000 mon.a (mon.0) 8408 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:35.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:35 smithi178 bash[75692]: audit 2024-03-21T13:12:34.496381+0000 mon.a (mon.0) 8409 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:35.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:35 smithi178 bash[75692]: audit 2024-03-21T13:12:34.499805+0000 mon.a (mon.0) 8410 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:35.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:35 smithi178 bash[77880]: cluster 2024-03-21T13:12:34.004162+0000 mgr.x (mgr.34104) 5434 : cluster [DBG] pgmap v3597: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s 2024-03-21T13:12:35.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:35 smithi178 bash[77880]: cephadm 2024-03-21T13:12:34.013712+0000 mgr.x (mgr.34104) 5435 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:35.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:35 smithi178 bash[77880]: cluster 2024-03-21T13:12:34.103766+0000 mgr.x (mgr.34104) 5436 : cluster [DBG] pgmap v3598: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s 2024-03-21T13:12:35.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:35 smithi178 bash[77880]: cluster 2024-03-21T13:12:34.104081+0000 mgr.x (mgr.34104) 5437 : cluster [DBG] pgmap v3599: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s 2024-03-21T13:12:35.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:35 smithi178 bash[77880]: cephadm 2024-03-21T13:12:34.114382+0000 mgr.x (mgr.34104) 5438 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:35.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:35 smithi178 bash[77880]: cluster 2024-03-21T13:12:34.203749+0000 mgr.x (mgr.34104) 5439 : cluster [DBG] pgmap v3600: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:35.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:35 smithi178 bash[77880]: cluster 2024-03-21T13:12:34.204365+0000 mgr.x (mgr.34104) 5440 : cluster [DBG] pgmap v3601: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:35.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:35 smithi178 bash[77880]: cephadm 2024-03-21T13:12:34.216495+0000 mgr.x (mgr.34104) 5441 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:35.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:35 smithi178 bash[77880]: audit 2024-03-21T13:12:34.297606+0000 mon.a (mon.0) 8399 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:35.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:35 smithi178 bash[77880]: audit 2024-03-21T13:12:34.300495+0000 mon.a (mon.0) 8400 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:35.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:35 smithi178 bash[77880]: audit 2024-03-21T13:12:34.303642+0000 mon.a (mon.0) 8401 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:35.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:35 smithi178 bash[77880]: audit 2024-03-21T13:12:34.304875+0000 mon.a (mon.0) 8402 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:35.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:35 smithi178 bash[77880]: audit 2024-03-21T13:12:34.316101+0000 mon.a (mon.0) 8403 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:35.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:35 smithi178 bash[77880]: audit 2024-03-21T13:12:34.394271+0000 mon.a (mon.0) 8404 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:35.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:35 smithi178 bash[77880]: audit 2024-03-21T13:12:34.397560+0000 mon.a (mon.0) 8405 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:35.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:35 smithi178 bash[77880]: audit 2024-03-21T13:12:34.400462+0000 mon.a (mon.0) 8406 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:35.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:35 smithi178 bash[77880]: audit 2024-03-21T13:12:34.401874+0000 mon.a (mon.0) 8407 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:35.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:35 smithi178 bash[77880]: audit 2024-03-21T13:12:34.413373+0000 mon.a (mon.0) 8408 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:35.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:35 smithi178 bash[77880]: audit 2024-03-21T13:12:34.496381+0000 mon.a (mon.0) 8409 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:35.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:35 smithi178 bash[77880]: audit 2024-03-21T13:12:34.499805+0000 mon.a (mon.0) 8410 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:35.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:35 smithi178 bash[75692]: audit 2024-03-21T13:12:34.503922+0000 mon.a (mon.0) 8411 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:35.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:35 smithi178 bash[75692]: audit 2024-03-21T13:12:34.505482+0000 mon.a (mon.0) 8412 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:35.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:35 smithi178 bash[75692]: audit 2024-03-21T13:12:34.516196+0000 mon.a (mon.0) 8413 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:35.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:35 smithi178 bash[75692]: audit 2024-03-21T13:12:34.595343+0000 mon.a (mon.0) 8414 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:35.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:35 smithi178 bash[75692]: audit 2024-03-21T13:12:34.598950+0000 mon.a (mon.0) 8415 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:35.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:35 smithi178 bash[75692]: audit 2024-03-21T13:12:34.604313+0000 mon.a (mon.0) 8416 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:35.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:35 smithi178 bash[75692]: audit 2024-03-21T13:12:34.606417+0000 mon.a (mon.0) 8417 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:35.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:35 smithi178 bash[75692]: audit 2024-03-21T13:12:34.619518+0000 mon.a (mon.0) 8418 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:35.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:35 smithi178 bash[75692]: audit 2024-03-21T13:12:34.701336+0000 mon.a (mon.0) 8419 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:35.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:35 smithi178 bash[75692]: audit 2024-03-21T13:12:34.704221+0000 mon.a (mon.0) 8420 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:35.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:35 smithi178 bash[75692]: audit 2024-03-21T13:12:34.707211+0000 mon.a (mon.0) 8421 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:35.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:35 smithi178 bash[75692]: audit 2024-03-21T13:12:34.708487+0000 mon.a (mon.0) 8422 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:35.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:35 smithi178 bash[75692]: audit 2024-03-21T13:12:34.718409+0000 mon.a (mon.0) 8423 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:35.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:35 smithi178 bash[75692]: audit 2024-03-21T13:12:34.792066+0000 mon.a (mon.0) 8424 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:12:35.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:35 smithi178 bash[75692]: audit 2024-03-21T13:12:34.828797+0000 mon.a (mon.0) 8425 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:35.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:35 smithi178 bash[75692]: audit 2024-03-21T13:12:34.839218+0000 mon.a (mon.0) 8426 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:35.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:35 smithi178 bash[75692]: audit 2024-03-21T13:12:34.852862+0000 mon.a (mon.0) 8427 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:35.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:35 smithi178 bash[75692]: audit 2024-03-21T13:12:34.854478+0000 mon.a (mon.0) 8428 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:35.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:35 smithi178 bash[75692]: audit 2024-03-21T13:12:34.865750+0000 mon.a (mon.0) 8429 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:35.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:35 smithi178 bash[75692]: audit 2024-03-21T13:12:34.949615+0000 mon.a (mon.0) 8430 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:35.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:35 smithi178 bash[75692]: audit 2024-03-21T13:12:34.952722+0000 mon.a (mon.0) 8431 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:35.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:35 smithi178 bash[75692]: audit 2024-03-21T13:12:34.955315+0000 mon.a (mon.0) 8432 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:35.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:35 smithi178 bash[75692]: audit 2024-03-21T13:12:34.957154+0000 mon.a (mon.0) 8433 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:35.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:35 smithi178 bash[75692]: audit 2024-03-21T13:12:34.967733+0000 mon.a (mon.0) 8434 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:35.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:35 smithi178 bash[75692]: audit 2024-03-21T13:12:35.049574+0000 mon.a (mon.0) 8435 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:35.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:35 smithi178 bash[75692]: audit 2024-03-21T13:12:35.052824+0000 mon.a (mon.0) 8436 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:35.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:35 smithi178 bash[75692]: audit 2024-03-21T13:12:35.056418+0000 mon.a (mon.0) 8437 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:35.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:35 smithi178 bash[75692]: audit 2024-03-21T13:12:35.058012+0000 mon.a (mon.0) 8438 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:35.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:35 smithi178 bash[75692]: audit 2024-03-21T13:12:35.068964+0000 mon.a (mon.0) 8439 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:35.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:35 smithi178 bash[75692]: audit 2024-03-21T13:12:35.149098+0000 mon.a (mon.0) 8440 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:35.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:35 smithi178 bash[75692]: audit 2024-03-21T13:12:35.152593+0000 mon.a (mon.0) 8441 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:35.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:35 smithi178 bash[75692]: audit 2024-03-21T13:12:35.156639+0000 mon.a (mon.0) 8442 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:35.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:35 smithi178 bash[75692]: audit 2024-03-21T13:12:35.158606+0000 mon.a (mon.0) 8443 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:35.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:35 smithi178 bash[75692]: audit 2024-03-21T13:12:35.170964+0000 mon.a (mon.0) 8444 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:35.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:35 smithi178 bash[75692]: audit 2024-03-21T13:12:35.251925+0000 mon.a (mon.0) 8445 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:35.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:35 smithi178 bash[75692]: audit 2024-03-21T13:12:35.255537+0000 mon.a (mon.0) 8446 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:35.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:35 smithi178 bash[77880]: audit 2024-03-21T13:12:34.503922+0000 mon.a (mon.0) 8411 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:35.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:35 smithi178 bash[77880]: audit 2024-03-21T13:12:34.505482+0000 mon.a (mon.0) 8412 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:35.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:35 smithi178 bash[77880]: audit 2024-03-21T13:12:34.516196+0000 mon.a (mon.0) 8413 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:35.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:35 smithi178 bash[77880]: audit 2024-03-21T13:12:34.595343+0000 mon.a (mon.0) 8414 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:35.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:35 smithi178 bash[77880]: audit 2024-03-21T13:12:34.598950+0000 mon.a (mon.0) 8415 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:35.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:35 smithi178 bash[77880]: audit 2024-03-21T13:12:34.604313+0000 mon.a (mon.0) 8416 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:35.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:35 smithi178 bash[77880]: audit 2024-03-21T13:12:34.606417+0000 mon.a (mon.0) 8417 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:35.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:35 smithi178 bash[77880]: audit 2024-03-21T13:12:34.619518+0000 mon.a (mon.0) 8418 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:35.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:35 smithi178 bash[77880]: audit 2024-03-21T13:12:34.701336+0000 mon.a (mon.0) 8419 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:35.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:35 smithi178 bash[77880]: audit 2024-03-21T13:12:34.704221+0000 mon.a (mon.0) 8420 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:35.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:35 smithi178 bash[77880]: audit 2024-03-21T13:12:34.707211+0000 mon.a (mon.0) 8421 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:35.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:35 smithi178 bash[77880]: audit 2024-03-21T13:12:34.708487+0000 mon.a (mon.0) 8422 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:35.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:35 smithi178 bash[77880]: audit 2024-03-21T13:12:34.718409+0000 mon.a (mon.0) 8423 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:35.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:35 smithi178 bash[77880]: audit 2024-03-21T13:12:34.792066+0000 mon.a (mon.0) 8424 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:12:35.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:35 smithi178 bash[77880]: audit 2024-03-21T13:12:34.828797+0000 mon.a (mon.0) 8425 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:35.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:35 smithi178 bash[77880]: audit 2024-03-21T13:12:34.839218+0000 mon.a (mon.0) 8426 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:35.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:35 smithi178 bash[77880]: audit 2024-03-21T13:12:34.852862+0000 mon.a (mon.0) 8427 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:35.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:35 smithi178 bash[77880]: audit 2024-03-21T13:12:34.854478+0000 mon.a (mon.0) 8428 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:35.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:35 smithi178 bash[77880]: audit 2024-03-21T13:12:34.865750+0000 mon.a (mon.0) 8429 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:35.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:35 smithi178 bash[77880]: audit 2024-03-21T13:12:34.949615+0000 mon.a (mon.0) 8430 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:35.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:35 smithi178 bash[77880]: audit 2024-03-21T13:12:34.952722+0000 mon.a (mon.0) 8431 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:35.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:35 smithi178 bash[77880]: audit 2024-03-21T13:12:34.955315+0000 mon.a (mon.0) 8432 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:35.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:35 smithi178 bash[77880]: audit 2024-03-21T13:12:34.957154+0000 mon.a (mon.0) 8433 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:35.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:35 smithi178 bash[77880]: audit 2024-03-21T13:12:34.967733+0000 mon.a (mon.0) 8434 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:35.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:35 smithi178 bash[77880]: audit 2024-03-21T13:12:35.049574+0000 mon.a (mon.0) 8435 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:35.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:35 smithi178 bash[77880]: audit 2024-03-21T13:12:35.052824+0000 mon.a (mon.0) 8436 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:35.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:35 smithi178 bash[77880]: audit 2024-03-21T13:12:35.056418+0000 mon.a (mon.0) 8437 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:35.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:35 smithi178 bash[77880]: audit 2024-03-21T13:12:35.058012+0000 mon.a (mon.0) 8438 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:35.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:35 smithi178 bash[77880]: audit 2024-03-21T13:12:35.068964+0000 mon.a (mon.0) 8439 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:35.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:35 smithi178 bash[77880]: audit 2024-03-21T13:12:35.149098+0000 mon.a (mon.0) 8440 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:35.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:35 smithi178 bash[77880]: audit 2024-03-21T13:12:35.152593+0000 mon.a (mon.0) 8441 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:35.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:35 smithi178 bash[77880]: audit 2024-03-21T13:12:35.156639+0000 mon.a (mon.0) 8442 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:35.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:35 smithi178 bash[77880]: audit 2024-03-21T13:12:35.158606+0000 mon.a (mon.0) 8443 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:35.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:35 smithi178 bash[77880]: audit 2024-03-21T13:12:35.170964+0000 mon.a (mon.0) 8444 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:35.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:35 smithi178 bash[77880]: audit 2024-03-21T13:12:35.251925+0000 mon.a (mon.0) 8445 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:35.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:35 smithi178 bash[77880]: audit 2024-03-21T13:12:35.255537+0000 mon.a (mon.0) 8446 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:36.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:36 smithi178 bash[75692]: cluster 2024-03-21T13:12:34.307497+0000 mgr.x (mgr.34104) 5442 : cluster [DBG] pgmap v3602: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:36.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:36 smithi178 bash[75692]: cluster 2024-03-21T13:12:34.307908+0000 mgr.x (mgr.34104) 5443 : cluster [DBG] pgmap v3603: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:36.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:36 smithi178 bash[75692]: cephadm 2024-03-21T13:12:34.317439+0000 mgr.x (mgr.34104) 5444 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:36.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:36 smithi178 bash[75692]: cluster 2024-03-21T13:12:34.404518+0000 mgr.x (mgr.34104) 5445 : cluster [DBG] pgmap v3604: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:36.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:36 smithi178 bash[75692]: cluster 2024-03-21T13:12:34.405061+0000 mgr.x (mgr.34104) 5446 : cluster [DBG] pgmap v3605: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:36.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:36 smithi178 bash[75692]: cephadm 2024-03-21T13:12:34.414870+0000 mgr.x (mgr.34104) 5447 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:36.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:36 smithi178 bash[75692]: cluster 2024-03-21T13:12:34.508062+0000 mgr.x (mgr.34104) 5448 : cluster [DBG] pgmap v3606: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:36.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:36 smithi178 bash[75692]: cluster 2024-03-21T13:12:34.508446+0000 mgr.x (mgr.34104) 5449 : cluster [DBG] pgmap v3607: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:36.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:36 smithi178 bash[75692]: cephadm 2024-03-21T13:12:34.517904+0000 mgr.x (mgr.34104) 5450 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:36.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:36 smithi178 bash[75692]: cluster 2024-03-21T13:12:34.610466+0000 mgr.x (mgr.34104) 5451 : cluster [DBG] pgmap v3608: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:36.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:36 smithi178 bash[75692]: cluster 2024-03-21T13:12:34.611063+0000 mgr.x (mgr.34104) 5452 : cluster [DBG] pgmap v3609: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:36.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:36 smithi178 bash[75692]: cephadm 2024-03-21T13:12:34.620971+0000 mgr.x (mgr.34104) 5453 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:36.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:36 smithi178 bash[75692]: cluster 2024-03-21T13:12:34.711069+0000 mgr.x (mgr.34104) 5454 : cluster [DBG] pgmap v3610: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:36.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:36 smithi178 bash[75692]: cluster 2024-03-21T13:12:34.711471+0000 mgr.x (mgr.34104) 5455 : cluster [DBG] pgmap v3611: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:36.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:36 smithi178 bash[75692]: cephadm 2024-03-21T13:12:34.719637+0000 mgr.x (mgr.34104) 5456 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:36.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:36 smithi178 bash[75692]: cluster 2024-03-21T13:12:34.857052+0000 mgr.x (mgr.34104) 5457 : cluster [DBG] pgmap v3612: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:36.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:36 smithi178 bash[75692]: cluster 2024-03-21T13:12:34.857326+0000 mgr.x (mgr.34104) 5458 : cluster [DBG] pgmap v3613: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:36.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:36 smithi178 bash[75692]: cephadm 2024-03-21T13:12:34.866950+0000 mgr.x (mgr.34104) 5459 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:36.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:36 smithi178 bash[75692]: cluster 2024-03-21T13:12:34.960241+0000 mgr.x (mgr.34104) 5460 : cluster [DBG] pgmap v3614: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:36.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:36 smithi178 bash[75692]: cephadm 2024-03-21T13:12:34.969134+0000 mgr.x (mgr.34104) 5461 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:36.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:36 smithi178 bash[77880]: cluster 2024-03-21T13:12:34.307497+0000 mgr.x (mgr.34104) 5442 : cluster [DBG] pgmap v3602: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:36.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:36 smithi178 bash[77880]: cluster 2024-03-21T13:12:34.307908+0000 mgr.x (mgr.34104) 5443 : cluster [DBG] pgmap v3603: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:36.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:36 smithi178 bash[77880]: cephadm 2024-03-21T13:12:34.317439+0000 mgr.x (mgr.34104) 5444 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:36.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:36 smithi178 bash[77880]: cluster 2024-03-21T13:12:34.404518+0000 mgr.x (mgr.34104) 5445 : cluster [DBG] pgmap v3604: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:36.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:36 smithi178 bash[77880]: cluster 2024-03-21T13:12:34.405061+0000 mgr.x (mgr.34104) 5446 : cluster [DBG] pgmap v3605: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:36.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:36 smithi178 bash[77880]: cephadm 2024-03-21T13:12:34.414870+0000 mgr.x (mgr.34104) 5447 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:36.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:36 smithi178 bash[77880]: cluster 2024-03-21T13:12:34.508062+0000 mgr.x (mgr.34104) 5448 : cluster [DBG] pgmap v3606: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:36.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:36 smithi178 bash[77880]: cluster 2024-03-21T13:12:34.508446+0000 mgr.x (mgr.34104) 5449 : cluster [DBG] pgmap v3607: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:36.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:36 smithi178 bash[77880]: cephadm 2024-03-21T13:12:34.517904+0000 mgr.x (mgr.34104) 5450 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:36.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:36 smithi178 bash[77880]: cluster 2024-03-21T13:12:34.610466+0000 mgr.x (mgr.34104) 5451 : cluster [DBG] pgmap v3608: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:36.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:36 smithi178 bash[77880]: cluster 2024-03-21T13:12:34.611063+0000 mgr.x (mgr.34104) 5452 : cluster [DBG] pgmap v3609: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:36.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:36 smithi178 bash[77880]: cephadm 2024-03-21T13:12:34.620971+0000 mgr.x (mgr.34104) 5453 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:36.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:36 smithi178 bash[77880]: cluster 2024-03-21T13:12:34.711069+0000 mgr.x (mgr.34104) 5454 : cluster [DBG] pgmap v3610: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:36.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:36 smithi178 bash[77880]: cluster 2024-03-21T13:12:34.711471+0000 mgr.x (mgr.34104) 5455 : cluster [DBG] pgmap v3611: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:36.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:36 smithi178 bash[77880]: cephadm 2024-03-21T13:12:34.719637+0000 mgr.x (mgr.34104) 5456 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:36.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:36 smithi178 bash[77880]: cluster 2024-03-21T13:12:34.857052+0000 mgr.x (mgr.34104) 5457 : cluster [DBG] pgmap v3612: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:36.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:36 smithi178 bash[77880]: cluster 2024-03-21T13:12:34.857326+0000 mgr.x (mgr.34104) 5458 : cluster [DBG] pgmap v3613: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:36.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:36 smithi178 bash[77880]: cephadm 2024-03-21T13:12:34.866950+0000 mgr.x (mgr.34104) 5459 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:36.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:36 smithi178 bash[77880]: cluster 2024-03-21T13:12:34.960241+0000 mgr.x (mgr.34104) 5460 : cluster [DBG] pgmap v3614: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:36.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:36 smithi178 bash[77880]: cephadm 2024-03-21T13:12:34.969134+0000 mgr.x (mgr.34104) 5461 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:36.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:36 smithi178 bash[75692]: cluster 2024-03-21T13:12:35.060689+0000 mgr.x (mgr.34104) 5462 : cluster [DBG] pgmap v3615: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:36.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:36 smithi178 bash[75692]: cluster 2024-03-21T13:12:35.061056+0000 mgr.x (mgr.34104) 5463 : cluster [DBG] pgmap v3616: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:36.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:36 smithi178 bash[75692]: cephadm 2024-03-21T13:12:35.070250+0000 mgr.x (mgr.34104) 5464 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:36.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:36 smithi178 bash[75692]: cluster 2024-03-21T13:12:35.161940+0000 mgr.x (mgr.34104) 5465 : cluster [DBG] pgmap v3617: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:36.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:36 smithi178 bash[75692]: cluster 2024-03-21T13:12:35.162138+0000 mgr.x (mgr.34104) 5466 : cluster [DBG] pgmap v3618: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:36.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:36 smithi178 bash[75692]: cephadm 2024-03-21T13:12:35.172128+0000 mgr.x (mgr.34104) 5467 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:36.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:36 smithi178 bash[75692]: audit 2024-03-21T13:12:35.260375+0000 mon.a (mon.0) 8447 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:36.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:36 smithi178 bash[75692]: audit 2024-03-21T13:12:35.273086+0000 mon.a (mon.0) 8448 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:36.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:36 smithi178 bash[75692]: cluster 2024-03-21T13:12:35.275745+0000 mgr.x (mgr.34104) 5468 : cluster [DBG] pgmap v3619: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:36.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:36 smithi178 bash[75692]: cluster 2024-03-21T13:12:35.275951+0000 mgr.x (mgr.34104) 5469 : cluster [DBG] pgmap v3620: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:36.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:36 smithi178 bash[75692]: audit 2024-03-21T13:12:35.280243+0000 mon.a (mon.0) 8449 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:36.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:36 smithi178 bash[75692]: cephadm 2024-03-21T13:12:35.281251+0000 mgr.x (mgr.34104) 5470 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:36.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:36 smithi178 bash[75692]: audit 2024-03-21T13:12:35.360393+0000 mon.a (mon.0) 8450 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:36.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:36 smithi178 bash[75692]: audit 2024-03-21T13:12:35.363928+0000 mon.a (mon.0) 8451 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:36.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:36 smithi178 bash[75692]: audit 2024-03-21T13:12:35.367712+0000 mon.a (mon.0) 8452 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:36.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:36 smithi178 bash[75692]: audit 2024-03-21T13:12:35.369496+0000 mon.a (mon.0) 8453 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:36.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:36 smithi178 bash[75692]: audit 2024-03-21T13:12:35.380447+0000 mon.a (mon.0) 8454 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:36.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:36 smithi178 bash[75692]: audit 2024-03-21T13:12:35.460182+0000 mon.a (mon.0) 8455 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:36.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:36 smithi178 bash[75692]: audit 2024-03-21T13:12:35.463541+0000 mon.a (mon.0) 8456 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:36.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:36 smithi178 bash[75692]: audit 2024-03-21T13:12:35.467751+0000 mon.a (mon.0) 8457 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:36.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:36 smithi178 bash[77880]: cluster 2024-03-21T13:12:35.060689+0000 mgr.x (mgr.34104) 5462 : cluster [DBG] pgmap v3615: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:36.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:36 smithi178 bash[77880]: cluster 2024-03-21T13:12:35.061056+0000 mgr.x (mgr.34104) 5463 : cluster [DBG] pgmap v3616: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:36.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:36 smithi178 bash[77880]: cephadm 2024-03-21T13:12:35.070250+0000 mgr.x (mgr.34104) 5464 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:36.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:36 smithi178 bash[77880]: cluster 2024-03-21T13:12:35.161940+0000 mgr.x (mgr.34104) 5465 : cluster [DBG] pgmap v3617: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:36.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:36 smithi178 bash[77880]: cluster 2024-03-21T13:12:35.162138+0000 mgr.x (mgr.34104) 5466 : cluster [DBG] pgmap v3618: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:36.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:36 smithi178 bash[77880]: cephadm 2024-03-21T13:12:35.172128+0000 mgr.x (mgr.34104) 5467 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:36.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:36 smithi178 bash[77880]: audit 2024-03-21T13:12:35.260375+0000 mon.a (mon.0) 8447 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:36.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:36 smithi178 bash[77880]: audit 2024-03-21T13:12:35.273086+0000 mon.a (mon.0) 8448 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:36.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:36 smithi178 bash[77880]: cluster 2024-03-21T13:12:35.275745+0000 mgr.x (mgr.34104) 5468 : cluster [DBG] pgmap v3619: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:36.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:36 smithi178 bash[77880]: cluster 2024-03-21T13:12:35.275951+0000 mgr.x (mgr.34104) 5469 : cluster [DBG] pgmap v3620: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:36.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:36 smithi178 bash[77880]: audit 2024-03-21T13:12:35.280243+0000 mon.a (mon.0) 8449 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:36.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:36 smithi178 bash[77880]: cephadm 2024-03-21T13:12:35.281251+0000 mgr.x (mgr.34104) 5470 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:36.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:36 smithi178 bash[77880]: audit 2024-03-21T13:12:35.360393+0000 mon.a (mon.0) 8450 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:36.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:36 smithi178 bash[77880]: audit 2024-03-21T13:12:35.363928+0000 mon.a (mon.0) 8451 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:36.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:36 smithi178 bash[77880]: audit 2024-03-21T13:12:35.367712+0000 mon.a (mon.0) 8452 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:36.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:36 smithi178 bash[77880]: audit 2024-03-21T13:12:35.369496+0000 mon.a (mon.0) 8453 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:36.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:36 smithi178 bash[77880]: audit 2024-03-21T13:12:35.380447+0000 mon.a (mon.0) 8454 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:36.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:36 smithi178 bash[77880]: audit 2024-03-21T13:12:35.460182+0000 mon.a (mon.0) 8455 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:36.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:36 smithi178 bash[77880]: audit 2024-03-21T13:12:35.463541+0000 mon.a (mon.0) 8456 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:36.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:36 smithi178 bash[77880]: audit 2024-03-21T13:12:35.467751+0000 mon.a (mon.0) 8457 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:36.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:36 smithi178 bash[75692]: audit 2024-03-21T13:12:35.469602+0000 mon.a (mon.0) 8458 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:36.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:36 smithi178 bash[75692]: audit 2024-03-21T13:12:35.481846+0000 mon.a (mon.0) 8459 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:36.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:36 smithi178 bash[75692]: audit 2024-03-21T13:12:35.549408+0000 mon.a (mon.0) 8460 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:36.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:36 smithi178 bash[75692]: audit 2024-03-21T13:12:35.552552+0000 mon.a (mon.0) 8461 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:36.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:36 smithi178 bash[75692]: audit 2024-03-21T13:12:35.556180+0000 mon.a (mon.0) 8462 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:36.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:36 smithi178 bash[75692]: audit 2024-03-21T13:12:35.557901+0000 mon.a (mon.0) 8463 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:36.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:36 smithi178 bash[75692]: audit 2024-03-21T13:12:35.569584+0000 mon.a (mon.0) 8464 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:36.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:36 smithi178 bash[75692]: audit 2024-03-21T13:12:35.652042+0000 mon.a (mon.0) 8465 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:36.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:36 smithi178 bash[75692]: audit 2024-03-21T13:12:35.655989+0000 mon.a (mon.0) 8466 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:36.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:36 smithi178 bash[75692]: audit 2024-03-21T13:12:35.659585+0000 mon.a (mon.0) 8467 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:36.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:36 smithi178 bash[75692]: audit 2024-03-21T13:12:35.661548+0000 mon.a (mon.0) 8468 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:36.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:36 smithi178 bash[75692]: audit 2024-03-21T13:12:35.673835+0000 mon.a (mon.0) 8469 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:36.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:36 smithi178 bash[75692]: audit 2024-03-21T13:12:35.757856+0000 mon.a (mon.0) 8470 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:36.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:36 smithi178 bash[75692]: audit 2024-03-21T13:12:35.761009+0000 mon.a (mon.0) 8471 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:36.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:36 smithi178 bash[75692]: audit 2024-03-21T13:12:35.764261+0000 mon.a (mon.0) 8472 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:36.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:36 smithi178 bash[75692]: audit 2024-03-21T13:12:35.765747+0000 mon.a (mon.0) 8473 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:36.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:36 smithi178 bash[75692]: audit 2024-03-21T13:12:35.777390+0000 mon.a (mon.0) 8474 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:36.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:36 smithi178 bash[75692]: audit 2024-03-21T13:12:35.858280+0000 mon.a (mon.0) 8475 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:36.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:36 smithi178 bash[75692]: audit 2024-03-21T13:12:35.861696+0000 mon.a (mon.0) 8476 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:36.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:36 smithi178 bash[75692]: audit 2024-03-21T13:12:35.866790+0000 mon.a (mon.0) 8477 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:36.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:36 smithi178 bash[75692]: audit 2024-03-21T13:12:35.868525+0000 mon.a (mon.0) 8478 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:36.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:36 smithi178 bash[75692]: audit 2024-03-21T13:12:35.880530+0000 mon.a (mon.0) 8479 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:36.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:36 smithi178 bash[75692]: audit 2024-03-21T13:12:35.959929+0000 mon.a (mon.0) 8480 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:36.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:36 smithi178 bash[75692]: audit 2024-03-21T13:12:35.963891+0000 mon.a (mon.0) 8481 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:36.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:36 smithi178 bash[75692]: audit 2024-03-21T13:12:35.968162+0000 mon.a (mon.0) 8482 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:36.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:36 smithi178 bash[75692]: audit 2024-03-21T13:12:35.970156+0000 mon.a (mon.0) 8483 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:36.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:36 smithi178 bash[75692]: audit 2024-03-21T13:12:35.982653+0000 mon.a (mon.0) 8484 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:36.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:36 smithi178 bash[75692]: audit 2024-03-21T13:12:36.065191+0000 mon.a (mon.0) 8485 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:36.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:36 smithi178 bash[75692]: audit 2024-03-21T13:12:36.068441+0000 mon.a (mon.0) 8486 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:36.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:36 smithi178 bash[75692]: audit 2024-03-21T13:12:36.072919+0000 mon.a (mon.0) 8487 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:36.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:36 smithi178 bash[75692]: audit 2024-03-21T13:12:36.074420+0000 mon.a (mon.0) 8488 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:36.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:36 smithi178 bash[75692]: audit 2024-03-21T13:12:36.085936+0000 mon.a (mon.0) 8489 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:36.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:36 smithi178 bash[75692]: audit 2024-03-21T13:12:36.165774+0000 mon.a (mon.0) 8490 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:36.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:36 smithi178 bash[75692]: audit 2024-03-21T13:12:36.168778+0000 mon.a (mon.0) 8491 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:36.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:36 smithi178 bash[75692]: audit 2024-03-21T13:12:36.171835+0000 mon.a (mon.0) 8492 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:36.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:36 smithi178 bash[75692]: audit 2024-03-21T13:12:36.173102+0000 mon.a (mon.0) 8493 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:36.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:36 smithi178 bash[75692]: audit 2024-03-21T13:12:36.183751+0000 mon.a (mon.0) 8494 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:36.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:36 smithi178 bash[77880]: audit 2024-03-21T13:12:35.469602+0000 mon.a (mon.0) 8458 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:36.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:36 smithi178 bash[77880]: audit 2024-03-21T13:12:35.481846+0000 mon.a (mon.0) 8459 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:36.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:36 smithi178 bash[77880]: audit 2024-03-21T13:12:35.549408+0000 mon.a (mon.0) 8460 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:36.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:36 smithi178 bash[77880]: audit 2024-03-21T13:12:35.552552+0000 mon.a (mon.0) 8461 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:36.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:36 smithi178 bash[77880]: audit 2024-03-21T13:12:35.556180+0000 mon.a (mon.0) 8462 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:36.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:36 smithi178 bash[77880]: audit 2024-03-21T13:12:35.557901+0000 mon.a (mon.0) 8463 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:36.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:36 smithi178 bash[77880]: audit 2024-03-21T13:12:35.569584+0000 mon.a (mon.0) 8464 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:36.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:36 smithi178 bash[77880]: audit 2024-03-21T13:12:35.652042+0000 mon.a (mon.0) 8465 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:36.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:36 smithi178 bash[77880]: audit 2024-03-21T13:12:35.655989+0000 mon.a (mon.0) 8466 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:36.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:36 smithi178 bash[77880]: audit 2024-03-21T13:12:35.659585+0000 mon.a (mon.0) 8467 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:36.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:36 smithi178 bash[77880]: audit 2024-03-21T13:12:35.661548+0000 mon.a (mon.0) 8468 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:36.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:36 smithi178 bash[77880]: audit 2024-03-21T13:12:35.673835+0000 mon.a (mon.0) 8469 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:36.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:36 smithi178 bash[77880]: audit 2024-03-21T13:12:35.757856+0000 mon.a (mon.0) 8470 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:36.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:36 smithi178 bash[77880]: audit 2024-03-21T13:12:35.761009+0000 mon.a (mon.0) 8471 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:36.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:36 smithi178 bash[77880]: audit 2024-03-21T13:12:35.764261+0000 mon.a (mon.0) 8472 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:36.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:36 smithi178 bash[77880]: audit 2024-03-21T13:12:35.765747+0000 mon.a (mon.0) 8473 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:36.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:36 smithi178 bash[77880]: audit 2024-03-21T13:12:35.777390+0000 mon.a (mon.0) 8474 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:36.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:36 smithi178 bash[77880]: audit 2024-03-21T13:12:35.858280+0000 mon.a (mon.0) 8475 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:36.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:36 smithi178 bash[77880]: audit 2024-03-21T13:12:35.861696+0000 mon.a (mon.0) 8476 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:36.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:36 smithi178 bash[77880]: audit 2024-03-21T13:12:35.866790+0000 mon.a (mon.0) 8477 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:36.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:36 smithi178 bash[77880]: audit 2024-03-21T13:12:35.868525+0000 mon.a (mon.0) 8478 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:36.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:36 smithi178 bash[77880]: audit 2024-03-21T13:12:35.880530+0000 mon.a (mon.0) 8479 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:36.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:36 smithi178 bash[77880]: audit 2024-03-21T13:12:35.959929+0000 mon.a (mon.0) 8480 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:36.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:36 smithi178 bash[77880]: audit 2024-03-21T13:12:35.963891+0000 mon.a (mon.0) 8481 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:36.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:36 smithi178 bash[77880]: audit 2024-03-21T13:12:35.968162+0000 mon.a (mon.0) 8482 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:36.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:36 smithi178 bash[77880]: audit 2024-03-21T13:12:35.970156+0000 mon.a (mon.0) 8483 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:36.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:36 smithi178 bash[77880]: audit 2024-03-21T13:12:35.982653+0000 mon.a (mon.0) 8484 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:36.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:36 smithi178 bash[77880]: audit 2024-03-21T13:12:36.065191+0000 mon.a (mon.0) 8485 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:36.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:36 smithi178 bash[77880]: audit 2024-03-21T13:12:36.068441+0000 mon.a (mon.0) 8486 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:36.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:36 smithi178 bash[77880]: audit 2024-03-21T13:12:36.072919+0000 mon.a (mon.0) 8487 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:36.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:36 smithi178 bash[77880]: audit 2024-03-21T13:12:36.074420+0000 mon.a (mon.0) 8488 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:36.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:36 smithi178 bash[77880]: audit 2024-03-21T13:12:36.085936+0000 mon.a (mon.0) 8489 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:36.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:36 smithi178 bash[77880]: audit 2024-03-21T13:12:36.165774+0000 mon.a (mon.0) 8490 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:36.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:36 smithi178 bash[77880]: audit 2024-03-21T13:12:36.168778+0000 mon.a (mon.0) 8491 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:36.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:36 smithi178 bash[77880]: audit 2024-03-21T13:12:36.171835+0000 mon.a (mon.0) 8492 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:36.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:36 smithi178 bash[77880]: audit 2024-03-21T13:12:36.173102+0000 mon.a (mon.0) 8493 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:36.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:36 smithi178 bash[77880]: audit 2024-03-21T13:12:36.183751+0000 mon.a (mon.0) 8494 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:36.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:36 smithi184 bash[59794]: cluster 2024-03-21T13:12:34.307497+0000 mgr.x (mgr.34104) 5442 : cluster [DBG] pgmap v3602: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:36.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:36 smithi184 bash[59794]: cluster 2024-03-21T13:12:34.307908+0000 mgr.x (mgr.34104) 5443 : cluster [DBG] pgmap v3603: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:36.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:36 smithi184 bash[59794]: cephadm 2024-03-21T13:12:34.317439+0000 mgr.x (mgr.34104) 5444 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:36.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:36 smithi184 bash[59794]: cluster 2024-03-21T13:12:34.404518+0000 mgr.x (mgr.34104) 5445 : cluster [DBG] pgmap v3604: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:36.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:36 smithi184 bash[59794]: cluster 2024-03-21T13:12:34.405061+0000 mgr.x (mgr.34104) 5446 : cluster [DBG] pgmap v3605: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:36.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:36 smithi184 bash[59794]: cephadm 2024-03-21T13:12:34.414870+0000 mgr.x (mgr.34104) 5447 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:36.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:36 smithi184 bash[59794]: cluster 2024-03-21T13:12:34.508062+0000 mgr.x (mgr.34104) 5448 : cluster [DBG] pgmap v3606: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:36.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:36 smithi184 bash[59794]: cluster 2024-03-21T13:12:34.508446+0000 mgr.x (mgr.34104) 5449 : cluster [DBG] pgmap v3607: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:36.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:36 smithi184 bash[59794]: cephadm 2024-03-21T13:12:34.517904+0000 mgr.x (mgr.34104) 5450 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:36.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:36 smithi184 bash[59794]: cluster 2024-03-21T13:12:34.610466+0000 mgr.x (mgr.34104) 5451 : cluster [DBG] pgmap v3608: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:36.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:36 smithi184 bash[59794]: cluster 2024-03-21T13:12:34.611063+0000 mgr.x (mgr.34104) 5452 : cluster [DBG] pgmap v3609: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:36.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:36 smithi184 bash[59794]: cephadm 2024-03-21T13:12:34.620971+0000 mgr.x (mgr.34104) 5453 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:36.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:36 smithi184 bash[59794]: cluster 2024-03-21T13:12:34.711069+0000 mgr.x (mgr.34104) 5454 : cluster [DBG] pgmap v3610: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:36.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:36 smithi184 bash[59794]: cluster 2024-03-21T13:12:34.711471+0000 mgr.x (mgr.34104) 5455 : cluster [DBG] pgmap v3611: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:36.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:36 smithi184 bash[59794]: cephadm 2024-03-21T13:12:34.719637+0000 mgr.x (mgr.34104) 5456 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:36.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:36 smithi184 bash[59794]: cluster 2024-03-21T13:12:34.857052+0000 mgr.x (mgr.34104) 5457 : cluster [DBG] pgmap v3612: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:36.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:36 smithi184 bash[59794]: cluster 2024-03-21T13:12:34.857326+0000 mgr.x (mgr.34104) 5458 : cluster [DBG] pgmap v3613: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:36.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:36 smithi184 bash[59794]: cephadm 2024-03-21T13:12:34.866950+0000 mgr.x (mgr.34104) 5459 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:36.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:36 smithi184 bash[59794]: cluster 2024-03-21T13:12:34.960241+0000 mgr.x (mgr.34104) 5460 : cluster [DBG] pgmap v3614: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:36.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:36 smithi184 bash[59794]: cephadm 2024-03-21T13:12:34.969134+0000 mgr.x (mgr.34104) 5461 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:36.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:36 smithi184 bash[59794]: cluster 2024-03-21T13:12:35.060689+0000 mgr.x (mgr.34104) 5462 : cluster [DBG] pgmap v3615: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:36.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:36 smithi184 bash[59794]: cluster 2024-03-21T13:12:35.061056+0000 mgr.x (mgr.34104) 5463 : cluster [DBG] pgmap v3616: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:36.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:36 smithi184 bash[59794]: cephadm 2024-03-21T13:12:35.070250+0000 mgr.x (mgr.34104) 5464 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:36.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:36 smithi184 bash[59794]: cluster 2024-03-21T13:12:35.161940+0000 mgr.x (mgr.34104) 5465 : cluster [DBG] pgmap v3617: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:36.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:36 smithi184 bash[59794]: cluster 2024-03-21T13:12:35.162138+0000 mgr.x (mgr.34104) 5466 : cluster [DBG] pgmap v3618: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:36.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:36 smithi184 bash[59794]: cephadm 2024-03-21T13:12:35.172128+0000 mgr.x (mgr.34104) 5467 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:36.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:36 smithi184 bash[59794]: audit 2024-03-21T13:12:35.260375+0000 mon.a (mon.0) 8447 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:36.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:36 smithi184 bash[59794]: audit 2024-03-21T13:12:35.273086+0000 mon.a (mon.0) 8448 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:36.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:36 smithi184 bash[59794]: cluster 2024-03-21T13:12:35.275745+0000 mgr.x (mgr.34104) 5468 : cluster [DBG] pgmap v3619: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:36.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:36 smithi184 bash[59794]: cluster 2024-03-21T13:12:35.275951+0000 mgr.x (mgr.34104) 5469 : cluster [DBG] pgmap v3620: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:36.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:36 smithi184 bash[59794]: audit 2024-03-21T13:12:35.280243+0000 mon.a (mon.0) 8449 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:36.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:36 smithi184 bash[59794]: cephadm 2024-03-21T13:12:35.281251+0000 mgr.x (mgr.34104) 5470 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:36.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:36 smithi184 bash[59794]: audit 2024-03-21T13:12:35.360393+0000 mon.a (mon.0) 8450 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:36.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:36 smithi184 bash[59794]: audit 2024-03-21T13:12:35.363928+0000 mon.a (mon.0) 8451 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:36.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:36 smithi184 bash[59794]: audit 2024-03-21T13:12:35.367712+0000 mon.a (mon.0) 8452 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:36.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:36 smithi184 bash[59794]: audit 2024-03-21T13:12:35.369496+0000 mon.a (mon.0) 8453 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:36.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:36 smithi184 bash[59794]: audit 2024-03-21T13:12:35.380447+0000 mon.a (mon.0) 8454 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:36.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:36 smithi184 bash[59794]: audit 2024-03-21T13:12:35.460182+0000 mon.a (mon.0) 8455 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:36.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:36 smithi184 bash[59794]: audit 2024-03-21T13:12:35.463541+0000 mon.a (mon.0) 8456 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:36.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:36 smithi184 bash[59794]: audit 2024-03-21T13:12:35.467751+0000 mon.a (mon.0) 8457 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:36.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:36 smithi184 bash[59794]: audit 2024-03-21T13:12:35.469602+0000 mon.a (mon.0) 8458 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:36.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:36 smithi184 bash[59794]: audit 2024-03-21T13:12:35.481846+0000 mon.a (mon.0) 8459 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:36.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:36 smithi184 bash[59794]: audit 2024-03-21T13:12:35.549408+0000 mon.a (mon.0) 8460 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:36.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:36 smithi184 bash[59794]: audit 2024-03-21T13:12:35.552552+0000 mon.a (mon.0) 8461 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:36.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:36 smithi184 bash[59794]: audit 2024-03-21T13:12:35.556180+0000 mon.a (mon.0) 8462 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:36.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:36 smithi184 bash[59794]: audit 2024-03-21T13:12:35.557901+0000 mon.a (mon.0) 8463 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:36.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:36 smithi184 bash[59794]: audit 2024-03-21T13:12:35.569584+0000 mon.a (mon.0) 8464 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:36.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:36 smithi184 bash[59794]: audit 2024-03-21T13:12:35.652042+0000 mon.a (mon.0) 8465 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:36.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:36 smithi184 bash[59794]: audit 2024-03-21T13:12:35.655989+0000 mon.a (mon.0) 8466 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:36.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:36 smithi184 bash[59794]: audit 2024-03-21T13:12:35.659585+0000 mon.a (mon.0) 8467 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:36.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:36 smithi184 bash[59794]: audit 2024-03-21T13:12:35.661548+0000 mon.a (mon.0) 8468 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:36.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:36 smithi184 bash[59794]: audit 2024-03-21T13:12:35.673835+0000 mon.a (mon.0) 8469 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:36.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:36 smithi184 bash[59794]: audit 2024-03-21T13:12:35.757856+0000 mon.a (mon.0) 8470 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:36.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:36 smithi184 bash[59794]: audit 2024-03-21T13:12:35.761009+0000 mon.a (mon.0) 8471 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:36.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:36 smithi184 bash[59794]: audit 2024-03-21T13:12:35.764261+0000 mon.a (mon.0) 8472 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:36.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:36 smithi184 bash[59794]: audit 2024-03-21T13:12:35.765747+0000 mon.a (mon.0) 8473 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:36.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:36 smithi184 bash[59794]: audit 2024-03-21T13:12:35.777390+0000 mon.a (mon.0) 8474 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:36.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:36 smithi184 bash[59794]: audit 2024-03-21T13:12:35.858280+0000 mon.a (mon.0) 8475 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:36.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:36 smithi184 bash[59794]: audit 2024-03-21T13:12:35.861696+0000 mon.a (mon.0) 8476 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:36.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:36 smithi184 bash[59794]: audit 2024-03-21T13:12:35.866790+0000 mon.a (mon.0) 8477 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:36.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:36 smithi184 bash[59794]: audit 2024-03-21T13:12:35.868525+0000 mon.a (mon.0) 8478 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:36.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:36 smithi184 bash[59794]: audit 2024-03-21T13:12:35.880530+0000 mon.a (mon.0) 8479 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:36.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:36 smithi184 bash[59794]: audit 2024-03-21T13:12:35.959929+0000 mon.a (mon.0) 8480 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:36.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:36 smithi184 bash[59794]: audit 2024-03-21T13:12:35.963891+0000 mon.a (mon.0) 8481 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:36.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:36 smithi184 bash[59794]: audit 2024-03-21T13:12:35.968162+0000 mon.a (mon.0) 8482 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:36.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:36 smithi184 bash[59794]: audit 2024-03-21T13:12:35.970156+0000 mon.a (mon.0) 8483 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:36.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:36 smithi184 bash[59794]: audit 2024-03-21T13:12:35.982653+0000 mon.a (mon.0) 8484 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:36.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:36 smithi184 bash[59794]: audit 2024-03-21T13:12:36.065191+0000 mon.a (mon.0) 8485 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:36.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:36 smithi184 bash[59794]: audit 2024-03-21T13:12:36.068441+0000 mon.a (mon.0) 8486 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:36.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:36 smithi184 bash[59794]: audit 2024-03-21T13:12:36.072919+0000 mon.a (mon.0) 8487 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:36.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:36 smithi184 bash[59794]: audit 2024-03-21T13:12:36.074420+0000 mon.a (mon.0) 8488 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:36.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:36 smithi184 bash[59794]: audit 2024-03-21T13:12:36.085936+0000 mon.a (mon.0) 8489 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:36.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:36 smithi184 bash[59794]: audit 2024-03-21T13:12:36.165774+0000 mon.a (mon.0) 8490 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:36.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:36 smithi184 bash[59794]: audit 2024-03-21T13:12:36.168778+0000 mon.a (mon.0) 8491 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:36.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:36 smithi184 bash[59794]: audit 2024-03-21T13:12:36.171835+0000 mon.a (mon.0) 8492 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:36.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:36 smithi184 bash[59794]: audit 2024-03-21T13:12:36.173102+0000 mon.a (mon.0) 8493 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:36.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:36 smithi184 bash[59794]: audit 2024-03-21T13:12:36.183751+0000 mon.a (mon.0) 8494 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:37.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:37 smithi184 bash[59794]: cluster 2024-03-21T13:12:35.372600+0000 mgr.x (mgr.34104) 5471 : cluster [DBG] pgmap v3621: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:37.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:37 smithi184 bash[59794]: cluster 2024-03-21T13:12:35.373014+0000 mgr.x (mgr.34104) 5472 : cluster [DBG] pgmap v3622: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:37.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:37 smithi184 bash[59794]: cephadm 2024-03-21T13:12:35.381731+0000 mgr.x (mgr.34104) 5473 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:37.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:37 smithi184 bash[59794]: cluster 2024-03-21T13:12:35.472941+0000 mgr.x (mgr.34104) 5474 : cluster [DBG] pgmap v3623: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:37.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:37 smithi184 bash[59794]: cluster 2024-03-21T13:12:35.473169+0000 mgr.x (mgr.34104) 5475 : cluster [DBG] pgmap v3624: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:37.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:37 smithi184 bash[59794]: cephadm 2024-03-21T13:12:35.483381+0000 mgr.x (mgr.34104) 5476 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:37.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:37 smithi184 bash[59794]: cluster 2024-03-21T13:12:35.561091+0000 mgr.x (mgr.34104) 5477 : cluster [DBG] pgmap v3625: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:37.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:37 smithi184 bash[59794]: cluster 2024-03-21T13:12:35.561746+0000 mgr.x (mgr.34104) 5478 : cluster [DBG] pgmap v3626: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:37.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:37 smithi184 bash[59794]: cephadm 2024-03-21T13:12:35.570971+0000 mgr.x (mgr.34104) 5479 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:37.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:37 smithi184 bash[59794]: cluster 2024-03-21T13:12:35.665147+0000 mgr.x (mgr.34104) 5480 : cluster [DBG] pgmap v3627: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:37.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:37 smithi184 bash[59794]: cluster 2024-03-21T13:12:35.665808+0000 mgr.x (mgr.34104) 5481 : cluster [DBG] pgmap v3628: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:37.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:37 smithi184 bash[59794]: cephadm 2024-03-21T13:12:35.675310+0000 mgr.x (mgr.34104) 5482 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:37.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:37 smithi184 bash[59794]: cluster 2024-03-21T13:12:35.768479+0000 mgr.x (mgr.34104) 5483 : cluster [DBG] pgmap v3629: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:37.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:37 smithi184 bash[59794]: cluster 2024-03-21T13:12:35.768923+0000 mgr.x (mgr.34104) 5484 : cluster [DBG] pgmap v3630: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:37.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:37 smithi184 bash[59794]: cephadm 2024-03-21T13:12:35.778667+0000 mgr.x (mgr.34104) 5485 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:37.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:37 smithi184 bash[59794]: cluster 2024-03-21T13:12:35.871922+0000 mgr.x (mgr.34104) 5486 : cluster [DBG] pgmap v3631: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:37.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:37 smithi184 bash[59794]: cluster 2024-03-21T13:12:35.872453+0000 mgr.x (mgr.34104) 5487 : cluster [DBG] pgmap v3632: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:37.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:37 smithi184 bash[59794]: cephadm 2024-03-21T13:12:35.881803+0000 mgr.x (mgr.34104) 5488 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:37.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:37 smithi184 bash[59794]: cluster 2024-03-21T13:12:35.973658+0000 mgr.x (mgr.34104) 5489 : cluster [DBG] pgmap v3633: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:37.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:37 smithi184 bash[59794]: cluster 2024-03-21T13:12:35.974154+0000 mgr.x (mgr.34104) 5490 : cluster [DBG] pgmap v3634: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:37.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:37 smithi184 bash[59794]: cephadm 2024-03-21T13:12:35.984209+0000 mgr.x (mgr.34104) 5491 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:37.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:37 smithi184 bash[59794]: cluster 2024-03-21T13:12:36.077388+0000 mgr.x (mgr.34104) 5492 : cluster [DBG] pgmap v3635: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:37.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:37 smithi184 bash[59794]: cluster 2024-03-21T13:12:36.077897+0000 mgr.x (mgr.34104) 5493 : cluster [DBG] pgmap v3636: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:37.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:37 smithi184 bash[59794]: cephadm 2024-03-21T13:12:36.087246+0000 mgr.x (mgr.34104) 5494 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:37.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:37 smithi184 bash[59794]: cluster 2024-03-21T13:12:36.175580+0000 mgr.x (mgr.34104) 5495 : cluster [DBG] pgmap v3637: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:37.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:37 smithi184 bash[59794]: cluster 2024-03-21T13:12:36.176077+0000 mgr.x (mgr.34104) 5496 : cluster [DBG] pgmap v3638: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:37.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:37 smithi184 bash[59794]: cephadm 2024-03-21T13:12:36.185064+0000 mgr.x (mgr.34104) 5497 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:37.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:37 smithi184 bash[59794]: audit 2024-03-21T13:12:36.263379+0000 mon.a (mon.0) 8495 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:37.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:37 smithi184 bash[59794]: audit 2024-03-21T13:12:36.278408+0000 mon.a (mon.0) 8496 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:37.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:37 smithi184 bash[59794]: audit 2024-03-21T13:12:36.280674+0000 mon.a (mon.0) 8497 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:37.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:37 smithi184 bash[59794]: audit 2024-03-21T13:12:36.281734+0000 mon.a (mon.0) 8498 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:37.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:37 smithi184 bash[59794]: cluster 2024-03-21T13:12:36.283916+0000 mgr.x (mgr.34104) 5498 : cluster [DBG] pgmap v3639: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:37.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:37 smithi184 bash[59794]: cluster 2024-03-21T13:12:36.284121+0000 mgr.x (mgr.34104) 5499 : cluster [DBG] pgmap v3640: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:37.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:37 smithi184 bash[59794]: audit 2024-03-21T13:12:36.289119+0000 mon.a (mon.0) 8499 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:37.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:37 smithi184 bash[59794]: cephadm 2024-03-21T13:12:36.290258+0000 mgr.x (mgr.34104) 5500 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:37.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:37 smithi184 bash[59794]: audit 2024-03-21T13:12:36.371324+0000 mon.a (mon.0) 8500 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:37.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:37 smithi184 bash[59794]: audit 2024-03-21T13:12:36.374246+0000 mon.a (mon.0) 8501 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:37.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:37 smithi184 bash[59794]: audit 2024-03-21T13:12:36.377461+0000 mon.a (mon.0) 8502 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:37.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:37 smithi184 bash[59794]: audit 2024-03-21T13:12:36.378734+0000 mon.a (mon.0) 8503 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:37.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:37 smithi184 bash[59794]: audit 2024-03-21T13:12:36.390023+0000 mon.a (mon.0) 8504 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:37.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:37 smithi184 bash[59794]: audit 2024-03-21T13:12:36.470388+0000 mon.a (mon.0) 8505 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:37.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:37 smithi184 bash[59794]: audit 2024-03-21T13:12:36.473945+0000 mon.a (mon.0) 8506 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:37.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:37 smithi184 bash[59794]: audit 2024-03-21T13:12:36.477566+0000 mon.a (mon.0) 8507 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:37.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:37 smithi184 bash[59794]: audit 2024-03-21T13:12:36.479205+0000 mon.a (mon.0) 8508 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:37.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:37 smithi184 bash[59794]: audit 2024-03-21T13:12:36.490805+0000 mon.a (mon.0) 8509 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:37.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:37 smithi184 bash[59794]: audit 2024-03-21T13:12:36.570174+0000 mon.a (mon.0) 8510 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:37.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:37 smithi184 bash[59794]: audit 2024-03-21T13:12:36.573925+0000 mon.a (mon.0) 8511 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:37.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:37 smithi184 bash[59794]: audit 2024-03-21T13:12:36.578112+0000 mon.a (mon.0) 8512 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:37.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:37 smithi184 bash[59794]: audit 2024-03-21T13:12:36.579709+0000 mon.a (mon.0) 8513 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:37.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:37 smithi184 bash[59794]: audit 2024-03-21T13:12:36.592007+0000 mon.a (mon.0) 8514 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:37.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:37 smithi184 bash[59794]: audit 2024-03-21T13:12:36.670313+0000 mon.a (mon.0) 8515 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:37.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:37 smithi184 bash[59794]: audit 2024-03-21T13:12:36.675177+0000 mon.a (mon.0) 8516 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:37.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:37 smithi184 bash[59794]: audit 2024-03-21T13:12:36.679693+0000 mon.a (mon.0) 8517 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:37.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:37 smithi184 bash[59794]: audit 2024-03-21T13:12:36.681501+0000 mon.a (mon.0) 8518 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:37.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:37 smithi184 bash[59794]: audit 2024-03-21T13:12:36.692579+0000 mon.a (mon.0) 8519 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:37.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:37 smithi184 bash[59794]: audit 2024-03-21T13:12:36.769274+0000 mon.a (mon.0) 8520 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:37.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:37 smithi184 bash[59794]: audit 2024-03-21T13:12:36.772801+0000 mon.a (mon.0) 8521 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:37.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:37 smithi184 bash[59794]: audit 2024-03-21T13:12:36.776190+0000 mon.a (mon.0) 8522 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:37.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:37 smithi184 bash[59794]: audit 2024-03-21T13:12:36.777699+0000 mon.a (mon.0) 8523 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:37.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:37 smithi184 bash[59794]: audit 2024-03-21T13:12:36.788831+0000 mon.a (mon.0) 8524 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:37.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:37 smithi184 bash[59794]: audit 2024-03-21T13:12:36.871288+0000 mon.a (mon.0) 8525 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:37.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:37 smithi184 bash[59794]: audit 2024-03-21T13:12:36.874485+0000 mon.a (mon.0) 8526 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:37.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:37 smithi184 bash[59794]: audit 2024-03-21T13:12:36.878275+0000 mon.a (mon.0) 8527 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:37.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:37 smithi184 bash[59794]: audit 2024-03-21T13:12:36.879774+0000 mon.a (mon.0) 8528 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:37.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:37 smithi184 bash[59794]: audit 2024-03-21T13:12:36.891230+0000 mon.a (mon.0) 8529 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:37.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:37 smithi184 bash[59794]: audit 2024-03-21T13:12:36.969430+0000 mon.a (mon.0) 8530 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:37.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:37 smithi184 bash[59794]: audit 2024-03-21T13:12:36.972986+0000 mon.a (mon.0) 8531 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:37.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:37 smithi184 bash[59794]: audit 2024-03-21T13:12:36.976913+0000 mon.a (mon.0) 8532 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:37.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:37 smithi184 bash[59794]: audit 2024-03-21T13:12:36.978173+0000 mon.a (mon.0) 8533 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:37.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:37 smithi184 bash[59794]: audit 2024-03-21T13:12:36.989004+0000 mon.a (mon.0) 8534 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:37.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:37 smithi184 bash[59794]: audit 2024-03-21T13:12:37.069450+0000 mon.a (mon.0) 8535 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:37.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:37 smithi184 bash[59794]: audit 2024-03-21T13:12:37.072799+0000 mon.a (mon.0) 8536 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:37.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:37 smithi184 bash[59794]: audit 2024-03-21T13:12:37.075789+0000 mon.a (mon.0) 8537 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:37.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:37 smithi184 bash[59794]: audit 2024-03-21T13:12:37.077193+0000 mon.a (mon.0) 8538 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:37.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:37 smithi184 bash[59794]: audit 2024-03-21T13:12:37.088521+0000 mon.a (mon.0) 8539 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:37.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:37 smithi184 bash[59794]: audit 2024-03-21T13:12:37.169795+0000 mon.a (mon.0) 8540 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:37.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:37 smithi184 bash[59794]: audit 2024-03-21T13:12:37.173854+0000 mon.a (mon.0) 8541 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:37.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:37 smithi184 bash[59794]: audit 2024-03-21T13:12:37.177175+0000 mon.a (mon.0) 8542 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:37.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:37 smithi184 bash[59794]: audit 2024-03-21T13:12:37.178396+0000 mon.a (mon.0) 8543 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:37.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:37 smithi184 bash[59794]: audit 2024-03-21T13:12:37.189697+0000 mon.a (mon.0) 8544 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:37.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:37 smithi178 bash[75692]: cluster 2024-03-21T13:12:35.372600+0000 mgr.x (mgr.34104) 5471 : cluster [DBG] pgmap v3621: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:37.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:37 smithi178 bash[75692]: cluster 2024-03-21T13:12:35.373014+0000 mgr.x (mgr.34104) 5472 : cluster [DBG] pgmap v3622: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:37.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:37 smithi178 bash[75692]: cephadm 2024-03-21T13:12:35.381731+0000 mgr.x (mgr.34104) 5473 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:37.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:37 smithi178 bash[75692]: cluster 2024-03-21T13:12:35.472941+0000 mgr.x (mgr.34104) 5474 : cluster [DBG] pgmap v3623: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:37.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:37 smithi178 bash[75692]: cluster 2024-03-21T13:12:35.473169+0000 mgr.x (mgr.34104) 5475 : cluster [DBG] pgmap v3624: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:37.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:37 smithi178 bash[75692]: cephadm 2024-03-21T13:12:35.483381+0000 mgr.x (mgr.34104) 5476 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:37.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:37 smithi178 bash[75692]: cluster 2024-03-21T13:12:35.561091+0000 mgr.x (mgr.34104) 5477 : cluster [DBG] pgmap v3625: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:37.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:37 smithi178 bash[75692]: cluster 2024-03-21T13:12:35.561746+0000 mgr.x (mgr.34104) 5478 : cluster [DBG] pgmap v3626: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:37.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:37 smithi178 bash[75692]: cephadm 2024-03-21T13:12:35.570971+0000 mgr.x (mgr.34104) 5479 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:37.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:37 smithi178 bash[75692]: cluster 2024-03-21T13:12:35.665147+0000 mgr.x (mgr.34104) 5480 : cluster [DBG] pgmap v3627: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:37.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:37 smithi178 bash[75692]: cluster 2024-03-21T13:12:35.665808+0000 mgr.x (mgr.34104) 5481 : cluster [DBG] pgmap v3628: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:37.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:37 smithi178 bash[75692]: cephadm 2024-03-21T13:12:35.675310+0000 mgr.x (mgr.34104) 5482 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:37.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:37 smithi178 bash[75692]: cluster 2024-03-21T13:12:35.768479+0000 mgr.x (mgr.34104) 5483 : cluster [DBG] pgmap v3629: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:37.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:37 smithi178 bash[75692]: cluster 2024-03-21T13:12:35.768923+0000 mgr.x (mgr.34104) 5484 : cluster [DBG] pgmap v3630: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:37.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:37 smithi178 bash[75692]: cephadm 2024-03-21T13:12:35.778667+0000 mgr.x (mgr.34104) 5485 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:37.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:37 smithi178 bash[75692]: cluster 2024-03-21T13:12:35.871922+0000 mgr.x (mgr.34104) 5486 : cluster [DBG] pgmap v3631: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:37.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:37 smithi178 bash[75692]: cluster 2024-03-21T13:12:35.872453+0000 mgr.x (mgr.34104) 5487 : cluster [DBG] pgmap v3632: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:37.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:37 smithi178 bash[75692]: cephadm 2024-03-21T13:12:35.881803+0000 mgr.x (mgr.34104) 5488 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:37.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:37 smithi178 bash[75692]: cluster 2024-03-21T13:12:35.973658+0000 mgr.x (mgr.34104) 5489 : cluster [DBG] pgmap v3633: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:37.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:37 smithi178 bash[75692]: cluster 2024-03-21T13:12:35.974154+0000 mgr.x (mgr.34104) 5490 : cluster [DBG] pgmap v3634: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:37.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:37 smithi178 bash[77880]: cluster 2024-03-21T13:12:35.372600+0000 mgr.x (mgr.34104) 5471 : cluster [DBG] pgmap v3621: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:37.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:37 smithi178 bash[77880]: cluster 2024-03-21T13:12:35.373014+0000 mgr.x (mgr.34104) 5472 : cluster [DBG] pgmap v3622: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:37.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:37 smithi178 bash[77880]: cephadm 2024-03-21T13:12:35.381731+0000 mgr.x (mgr.34104) 5473 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:37.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:37 smithi178 bash[77880]: cluster 2024-03-21T13:12:35.472941+0000 mgr.x (mgr.34104) 5474 : cluster [DBG] pgmap v3623: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:37.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:37 smithi178 bash[77880]: cluster 2024-03-21T13:12:35.473169+0000 mgr.x (mgr.34104) 5475 : cluster [DBG] pgmap v3624: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:37.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:37 smithi178 bash[77880]: cephadm 2024-03-21T13:12:35.483381+0000 mgr.x (mgr.34104) 5476 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:37.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:37 smithi178 bash[77880]: cluster 2024-03-21T13:12:35.561091+0000 mgr.x (mgr.34104) 5477 : cluster [DBG] pgmap v3625: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:37.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:37 smithi178 bash[77880]: cluster 2024-03-21T13:12:35.561746+0000 mgr.x (mgr.34104) 5478 : cluster [DBG] pgmap v3626: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:37.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:37 smithi178 bash[77880]: cephadm 2024-03-21T13:12:35.570971+0000 mgr.x (mgr.34104) 5479 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:37.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:37 smithi178 bash[77880]: cluster 2024-03-21T13:12:35.665147+0000 mgr.x (mgr.34104) 5480 : cluster [DBG] pgmap v3627: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:37.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:37 smithi178 bash[77880]: cluster 2024-03-21T13:12:35.665808+0000 mgr.x (mgr.34104) 5481 : cluster [DBG] pgmap v3628: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:37.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:37 smithi178 bash[77880]: cephadm 2024-03-21T13:12:35.675310+0000 mgr.x (mgr.34104) 5482 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:37.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:37 smithi178 bash[77880]: cluster 2024-03-21T13:12:35.768479+0000 mgr.x (mgr.34104) 5483 : cluster [DBG] pgmap v3629: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:37.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:37 smithi178 bash[77880]: cluster 2024-03-21T13:12:35.768923+0000 mgr.x (mgr.34104) 5484 : cluster [DBG] pgmap v3630: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:37.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:37 smithi178 bash[77880]: cephadm 2024-03-21T13:12:35.778667+0000 mgr.x (mgr.34104) 5485 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:37.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:37 smithi178 bash[77880]: cluster 2024-03-21T13:12:35.871922+0000 mgr.x (mgr.34104) 5486 : cluster [DBG] pgmap v3631: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:37.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:37 smithi178 bash[77880]: cluster 2024-03-21T13:12:35.872453+0000 mgr.x (mgr.34104) 5487 : cluster [DBG] pgmap v3632: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:37.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:37 smithi178 bash[77880]: cephadm 2024-03-21T13:12:35.881803+0000 mgr.x (mgr.34104) 5488 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:37.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:37 smithi178 bash[77880]: cluster 2024-03-21T13:12:35.973658+0000 mgr.x (mgr.34104) 5489 : cluster [DBG] pgmap v3633: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:37.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:37 smithi178 bash[77880]: cluster 2024-03-21T13:12:35.974154+0000 mgr.x (mgr.34104) 5490 : cluster [DBG] pgmap v3634: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:37.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:37 smithi178 bash[75692]: cephadm 2024-03-21T13:12:35.984209+0000 mgr.x (mgr.34104) 5491 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:37.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:37 smithi178 bash[75692]: cluster 2024-03-21T13:12:36.077388+0000 mgr.x (mgr.34104) 5492 : cluster [DBG] pgmap v3635: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:37.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:37 smithi178 bash[75692]: cluster 2024-03-21T13:12:36.077897+0000 mgr.x (mgr.34104) 5493 : cluster [DBG] pgmap v3636: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:37.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:37 smithi178 bash[75692]: cephadm 2024-03-21T13:12:36.087246+0000 mgr.x (mgr.34104) 5494 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:37.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:37 smithi178 bash[75692]: cluster 2024-03-21T13:12:36.175580+0000 mgr.x (mgr.34104) 5495 : cluster [DBG] pgmap v3637: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:37.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:37 smithi178 bash[75692]: cluster 2024-03-21T13:12:36.176077+0000 mgr.x (mgr.34104) 5496 : cluster [DBG] pgmap v3638: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:37.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:37 smithi178 bash[75692]: cephadm 2024-03-21T13:12:36.185064+0000 mgr.x (mgr.34104) 5497 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:37.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:37 smithi178 bash[75692]: audit 2024-03-21T13:12:36.263379+0000 mon.a (mon.0) 8495 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:37.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:37 smithi178 bash[75692]: audit 2024-03-21T13:12:36.278408+0000 mon.a (mon.0) 8496 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:37.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:37 smithi178 bash[75692]: audit 2024-03-21T13:12:36.280674+0000 mon.a (mon.0) 8497 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:37.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:37 smithi178 bash[75692]: audit 2024-03-21T13:12:36.281734+0000 mon.a (mon.0) 8498 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:37.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:37 smithi178 bash[75692]: cluster 2024-03-21T13:12:36.283916+0000 mgr.x (mgr.34104) 5498 : cluster [DBG] pgmap v3639: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:37.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:37 smithi178 bash[75692]: cluster 2024-03-21T13:12:36.284121+0000 mgr.x (mgr.34104) 5499 : cluster [DBG] pgmap v3640: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:37.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:37 smithi178 bash[75692]: audit 2024-03-21T13:12:36.289119+0000 mon.a (mon.0) 8499 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:37.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:37 smithi178 bash[75692]: cephadm 2024-03-21T13:12:36.290258+0000 mgr.x (mgr.34104) 5500 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:37.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:37 smithi178 bash[75692]: audit 2024-03-21T13:12:36.371324+0000 mon.a (mon.0) 8500 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:37.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:37 smithi178 bash[75692]: audit 2024-03-21T13:12:36.374246+0000 mon.a (mon.0) 8501 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:37.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:37 smithi178 bash[75692]: audit 2024-03-21T13:12:36.377461+0000 mon.a (mon.0) 8502 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:37.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:37 smithi178 bash[75692]: audit 2024-03-21T13:12:36.378734+0000 mon.a (mon.0) 8503 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:37.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:37 smithi178 bash[75692]: audit 2024-03-21T13:12:36.390023+0000 mon.a (mon.0) 8504 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:37.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:37 smithi178 bash[77880]: cephadm 2024-03-21T13:12:35.984209+0000 mgr.x (mgr.34104) 5491 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:37.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:37 smithi178 bash[77880]: cluster 2024-03-21T13:12:36.077388+0000 mgr.x (mgr.34104) 5492 : cluster [DBG] pgmap v3635: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:37.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:37 smithi178 bash[77880]: cluster 2024-03-21T13:12:36.077897+0000 mgr.x (mgr.34104) 5493 : cluster [DBG] pgmap v3636: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:37.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:37 smithi178 bash[77880]: cephadm 2024-03-21T13:12:36.087246+0000 mgr.x (mgr.34104) 5494 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:37.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:37 smithi178 bash[77880]: cluster 2024-03-21T13:12:36.175580+0000 mgr.x (mgr.34104) 5495 : cluster [DBG] pgmap v3637: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:37.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:37 smithi178 bash[77880]: cluster 2024-03-21T13:12:36.176077+0000 mgr.x (mgr.34104) 5496 : cluster [DBG] pgmap v3638: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:37.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:37 smithi178 bash[77880]: cephadm 2024-03-21T13:12:36.185064+0000 mgr.x (mgr.34104) 5497 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:37.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:37 smithi178 bash[77880]: audit 2024-03-21T13:12:36.263379+0000 mon.a (mon.0) 8495 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:37.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:37 smithi178 bash[77880]: audit 2024-03-21T13:12:36.278408+0000 mon.a (mon.0) 8496 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:37.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:37 smithi178 bash[77880]: audit 2024-03-21T13:12:36.280674+0000 mon.a (mon.0) 8497 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:37.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:37 smithi178 bash[77880]: audit 2024-03-21T13:12:36.281734+0000 mon.a (mon.0) 8498 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:37.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:37 smithi178 bash[77880]: cluster 2024-03-21T13:12:36.283916+0000 mgr.x (mgr.34104) 5498 : cluster [DBG] pgmap v3639: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:37.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:37 smithi178 bash[77880]: cluster 2024-03-21T13:12:36.284121+0000 mgr.x (mgr.34104) 5499 : cluster [DBG] pgmap v3640: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:37.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:37 smithi178 bash[77880]: audit 2024-03-21T13:12:36.289119+0000 mon.a (mon.0) 8499 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:37.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:37 smithi178 bash[77880]: cephadm 2024-03-21T13:12:36.290258+0000 mgr.x (mgr.34104) 5500 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:37.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:37 smithi178 bash[77880]: audit 2024-03-21T13:12:36.371324+0000 mon.a (mon.0) 8500 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:37.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:37 smithi178 bash[77880]: audit 2024-03-21T13:12:36.374246+0000 mon.a (mon.0) 8501 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:37.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:37 smithi178 bash[77880]: audit 2024-03-21T13:12:36.377461+0000 mon.a (mon.0) 8502 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:37.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:37 smithi178 bash[77880]: audit 2024-03-21T13:12:36.378734+0000 mon.a (mon.0) 8503 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:37.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:37 smithi178 bash[77880]: audit 2024-03-21T13:12:36.390023+0000 mon.a (mon.0) 8504 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:37.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:37 smithi178 bash[75692]: audit 2024-03-21T13:12:36.470388+0000 mon.a (mon.0) 8505 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:37.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:37 smithi178 bash[75692]: audit 2024-03-21T13:12:36.473945+0000 mon.a (mon.0) 8506 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:37.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:37 smithi178 bash[75692]: audit 2024-03-21T13:12:36.477566+0000 mon.a (mon.0) 8507 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:37.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:37 smithi178 bash[75692]: audit 2024-03-21T13:12:36.479205+0000 mon.a (mon.0) 8508 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:37.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:37 smithi178 bash[75692]: audit 2024-03-21T13:12:36.490805+0000 mon.a (mon.0) 8509 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:37.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:37 smithi178 bash[75692]: audit 2024-03-21T13:12:36.570174+0000 mon.a (mon.0) 8510 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:37.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:37 smithi178 bash[75692]: audit 2024-03-21T13:12:36.573925+0000 mon.a (mon.0) 8511 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:37.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:37 smithi178 bash[75692]: audit 2024-03-21T13:12:36.578112+0000 mon.a (mon.0) 8512 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:37.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:37 smithi178 bash[75692]: audit 2024-03-21T13:12:36.579709+0000 mon.a (mon.0) 8513 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:37.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:37 smithi178 bash[75692]: audit 2024-03-21T13:12:36.592007+0000 mon.a (mon.0) 8514 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:37.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:37 smithi178 bash[75692]: audit 2024-03-21T13:12:36.670313+0000 mon.a (mon.0) 8515 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:37.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:37 smithi178 bash[75692]: audit 2024-03-21T13:12:36.675177+0000 mon.a (mon.0) 8516 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:37.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:37 smithi178 bash[75692]: audit 2024-03-21T13:12:36.679693+0000 mon.a (mon.0) 8517 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:37.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:37 smithi178 bash[75692]: audit 2024-03-21T13:12:36.681501+0000 mon.a (mon.0) 8518 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:37.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:37 smithi178 bash[75692]: audit 2024-03-21T13:12:36.692579+0000 mon.a (mon.0) 8519 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:37.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:37 smithi178 bash[75692]: audit 2024-03-21T13:12:36.769274+0000 mon.a (mon.0) 8520 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:37.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:37 smithi178 bash[75692]: audit 2024-03-21T13:12:36.772801+0000 mon.a (mon.0) 8521 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:37.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:37 smithi178 bash[75692]: audit 2024-03-21T13:12:36.776190+0000 mon.a (mon.0) 8522 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:37.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:37 smithi178 bash[75692]: audit 2024-03-21T13:12:36.777699+0000 mon.a (mon.0) 8523 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:37.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:37 smithi178 bash[75692]: audit 2024-03-21T13:12:36.788831+0000 mon.a (mon.0) 8524 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:37.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:37 smithi178 bash[75692]: audit 2024-03-21T13:12:36.871288+0000 mon.a (mon.0) 8525 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:37.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:37 smithi178 bash[75692]: audit 2024-03-21T13:12:36.874485+0000 mon.a (mon.0) 8526 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:37.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:37 smithi178 bash[75692]: audit 2024-03-21T13:12:36.878275+0000 mon.a (mon.0) 8527 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:37.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:37 smithi178 bash[75692]: audit 2024-03-21T13:12:36.879774+0000 mon.a (mon.0) 8528 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:37.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:37 smithi178 bash[75692]: audit 2024-03-21T13:12:36.891230+0000 mon.a (mon.0) 8529 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:37.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:37 smithi178 bash[75692]: audit 2024-03-21T13:12:36.969430+0000 mon.a (mon.0) 8530 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:37.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:37 smithi178 bash[75692]: audit 2024-03-21T13:12:36.972986+0000 mon.a (mon.0) 8531 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:37.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:37 smithi178 bash[75692]: audit 2024-03-21T13:12:36.976913+0000 mon.a (mon.0) 8532 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:37.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:37 smithi178 bash[75692]: audit 2024-03-21T13:12:36.978173+0000 mon.a (mon.0) 8533 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:37.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:37 smithi178 bash[75692]: audit 2024-03-21T13:12:36.989004+0000 mon.a (mon.0) 8534 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:37.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:37 smithi178 bash[75692]: audit 2024-03-21T13:12:37.069450+0000 mon.a (mon.0) 8535 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:37.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:37 smithi178 bash[75692]: audit 2024-03-21T13:12:37.072799+0000 mon.a (mon.0) 8536 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:37.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:37 smithi178 bash[75692]: audit 2024-03-21T13:12:37.075789+0000 mon.a (mon.0) 8537 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:37.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:37 smithi178 bash[75692]: audit 2024-03-21T13:12:37.077193+0000 mon.a (mon.0) 8538 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:37.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:37 smithi178 bash[75692]: audit 2024-03-21T13:12:37.088521+0000 mon.a (mon.0) 8539 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:37.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:37 smithi178 bash[75692]: audit 2024-03-21T13:12:37.169795+0000 mon.a (mon.0) 8540 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:37.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:37 smithi178 bash[75692]: audit 2024-03-21T13:12:37.173854+0000 mon.a (mon.0) 8541 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:37.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:37 smithi178 bash[75692]: audit 2024-03-21T13:12:37.177175+0000 mon.a (mon.0) 8542 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:37.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:37 smithi178 bash[75692]: audit 2024-03-21T13:12:37.178396+0000 mon.a (mon.0) 8543 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:37.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:37 smithi178 bash[75692]: audit 2024-03-21T13:12:37.189697+0000 mon.a (mon.0) 8544 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:37.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:37 smithi178 bash[77880]: audit 2024-03-21T13:12:36.470388+0000 mon.a (mon.0) 8505 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:37.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:37 smithi178 bash[77880]: audit 2024-03-21T13:12:36.473945+0000 mon.a (mon.0) 8506 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:37.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:37 smithi178 bash[77880]: audit 2024-03-21T13:12:36.477566+0000 mon.a (mon.0) 8507 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:37.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:37 smithi178 bash[77880]: audit 2024-03-21T13:12:36.479205+0000 mon.a (mon.0) 8508 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:37.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:37 smithi178 bash[77880]: audit 2024-03-21T13:12:36.490805+0000 mon.a (mon.0) 8509 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:37.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:37 smithi178 bash[77880]: audit 2024-03-21T13:12:36.570174+0000 mon.a (mon.0) 8510 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:37.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:37 smithi178 bash[77880]: audit 2024-03-21T13:12:36.573925+0000 mon.a (mon.0) 8511 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:37.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:37 smithi178 bash[77880]: audit 2024-03-21T13:12:36.578112+0000 mon.a (mon.0) 8512 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:37.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:37 smithi178 bash[77880]: audit 2024-03-21T13:12:36.579709+0000 mon.a (mon.0) 8513 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:37.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:37 smithi178 bash[77880]: audit 2024-03-21T13:12:36.592007+0000 mon.a (mon.0) 8514 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:37.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:37 smithi178 bash[77880]: audit 2024-03-21T13:12:36.670313+0000 mon.a (mon.0) 8515 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:37.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:37 smithi178 bash[77880]: audit 2024-03-21T13:12:36.675177+0000 mon.a (mon.0) 8516 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:37.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:37 smithi178 bash[77880]: audit 2024-03-21T13:12:36.679693+0000 mon.a (mon.0) 8517 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:37.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:37 smithi178 bash[77880]: audit 2024-03-21T13:12:36.681501+0000 mon.a (mon.0) 8518 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:37.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:37 smithi178 bash[77880]: audit 2024-03-21T13:12:36.692579+0000 mon.a (mon.0) 8519 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:37.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:37 smithi178 bash[77880]: audit 2024-03-21T13:12:36.769274+0000 mon.a (mon.0) 8520 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:37.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:37 smithi178 bash[77880]: audit 2024-03-21T13:12:36.772801+0000 mon.a (mon.0) 8521 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:37.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:37 smithi178 bash[77880]: audit 2024-03-21T13:12:36.776190+0000 mon.a (mon.0) 8522 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:37.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:37 smithi178 bash[77880]: audit 2024-03-21T13:12:36.777699+0000 mon.a (mon.0) 8523 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:37.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:37 smithi178 bash[77880]: audit 2024-03-21T13:12:36.788831+0000 mon.a (mon.0) 8524 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:37.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:37 smithi178 bash[77880]: audit 2024-03-21T13:12:36.871288+0000 mon.a (mon.0) 8525 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:37.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:37 smithi178 bash[77880]: audit 2024-03-21T13:12:36.874485+0000 mon.a (mon.0) 8526 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:37.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:37 smithi178 bash[77880]: audit 2024-03-21T13:12:36.878275+0000 mon.a (mon.0) 8527 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:37.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:37 smithi178 bash[77880]: audit 2024-03-21T13:12:36.879774+0000 mon.a (mon.0) 8528 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:37.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:37 smithi178 bash[77880]: audit 2024-03-21T13:12:36.891230+0000 mon.a (mon.0) 8529 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:37.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:37 smithi178 bash[77880]: audit 2024-03-21T13:12:36.969430+0000 mon.a (mon.0) 8530 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:37.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:37 smithi178 bash[77880]: audit 2024-03-21T13:12:36.972986+0000 mon.a (mon.0) 8531 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:37.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:37 smithi178 bash[77880]: audit 2024-03-21T13:12:36.976913+0000 mon.a (mon.0) 8532 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:37.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:37 smithi178 bash[77880]: audit 2024-03-21T13:12:36.978173+0000 mon.a (mon.0) 8533 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:37.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:37 smithi178 bash[77880]: audit 2024-03-21T13:12:36.989004+0000 mon.a (mon.0) 8534 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:37.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:37 smithi178 bash[77880]: audit 2024-03-21T13:12:37.069450+0000 mon.a (mon.0) 8535 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:37.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:37 smithi178 bash[77880]: audit 2024-03-21T13:12:37.072799+0000 mon.a (mon.0) 8536 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:37.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:37 smithi178 bash[77880]: audit 2024-03-21T13:12:37.075789+0000 mon.a (mon.0) 8537 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:37.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:37 smithi178 bash[77880]: audit 2024-03-21T13:12:37.077193+0000 mon.a (mon.0) 8538 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:37.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:37 smithi178 bash[77880]: audit 2024-03-21T13:12:37.088521+0000 mon.a (mon.0) 8539 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:37.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:37 smithi178 bash[77880]: audit 2024-03-21T13:12:37.169795+0000 mon.a (mon.0) 8540 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:37.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:37 smithi178 bash[77880]: audit 2024-03-21T13:12:37.173854+0000 mon.a (mon.0) 8541 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:37.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:37 smithi178 bash[77880]: audit 2024-03-21T13:12:37.177175+0000 mon.a (mon.0) 8542 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:37.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:37 smithi178 bash[77880]: audit 2024-03-21T13:12:37.178396+0000 mon.a (mon.0) 8543 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:37.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:37 smithi178 bash[77880]: audit 2024-03-21T13:12:37.189697+0000 mon.a (mon.0) 8544 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:38.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:38 smithi184 bash[59794]: cluster 2024-03-21T13:12:36.381329+0000 mgr.x (mgr.34104) 5501 : cluster [DBG] pgmap v3641: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:38.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:38 smithi184 bash[59794]: cluster 2024-03-21T13:12:36.381759+0000 mgr.x (mgr.34104) 5502 : cluster [DBG] pgmap v3642: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:38.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:38 smithi184 bash[59794]: cephadm 2024-03-21T13:12:36.391198+0000 mgr.x (mgr.34104) 5503 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:38.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:38 smithi184 bash[59794]: cluster 2024-03-21T13:12:36.482478+0000 mgr.x (mgr.34104) 5504 : cluster [DBG] pgmap v3643: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:38.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:38 smithi184 bash[59794]: cluster 2024-03-21T13:12:36.482909+0000 mgr.x (mgr.34104) 5505 : cluster [DBG] pgmap v3644: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:38.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:38 smithi184 bash[59794]: cephadm 2024-03-21T13:12:36.492116+0000 mgr.x (mgr.34104) 5506 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:38.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:38 smithi184 bash[59794]: cluster 2024-03-21T13:12:36.582918+0000 mgr.x (mgr.34104) 5507 : cluster [DBG] pgmap v3645: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:38.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:38 smithi184 bash[59794]: cluster 2024-03-21T13:12:36.583307+0000 mgr.x (mgr.34104) 5508 : cluster [DBG] pgmap v3646: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:38.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:38 smithi184 bash[59794]: cephadm 2024-03-21T13:12:36.593221+0000 mgr.x (mgr.34104) 5509 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:38.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:38 smithi184 bash[59794]: cluster 2024-03-21T13:12:36.684428+0000 mgr.x (mgr.34104) 5510 : cluster [DBG] pgmap v3647: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:38.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:38 smithi184 bash[59794]: cluster 2024-03-21T13:12:36.685156+0000 mgr.x (mgr.34104) 5511 : cluster [DBG] pgmap v3648: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:38.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:38 smithi184 bash[59794]: cephadm 2024-03-21T13:12:36.694169+0000 mgr.x (mgr.34104) 5512 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:38.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:38 smithi184 bash[59794]: cluster 2024-03-21T13:12:36.780091+0000 mgr.x (mgr.34104) 5513 : cluster [DBG] pgmap v3649: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:38.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:38 smithi184 bash[59794]: cluster 2024-03-21T13:12:36.780276+0000 mgr.x (mgr.34104) 5514 : cluster [DBG] pgmap v3650: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:38.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:38 smithi184 bash[59794]: cephadm 2024-03-21T13:12:36.789998+0000 mgr.x (mgr.34104) 5515 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:38.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:38 smithi184 bash[59794]: cluster 2024-03-21T13:12:36.882557+0000 mgr.x (mgr.34104) 5516 : cluster [DBG] pgmap v3651: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:38.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:38 smithi184 bash[59794]: cluster 2024-03-21T13:12:36.882851+0000 mgr.x (mgr.34104) 5517 : cluster [DBG] pgmap v3652: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:38.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:38 smithi184 bash[59794]: cephadm 2024-03-21T13:12:36.892501+0000 mgr.x (mgr.34104) 5518 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:38.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:38 smithi184 bash[59794]: cluster 2024-03-21T13:12:36.980774+0000 mgr.x (mgr.34104) 5519 : cluster [DBG] pgmap v3653: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:38.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:38 smithi184 bash[59794]: cluster 2024-03-21T13:12:36.980982+0000 mgr.x (mgr.34104) 5520 : cluster [DBG] pgmap v3654: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:38.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:38 smithi184 bash[59794]: cephadm 2024-03-21T13:12:36.990714+0000 mgr.x (mgr.34104) 5521 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:38.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:38 smithi184 bash[59794]: cluster 2024-03-21T13:12:37.079743+0000 mgr.x (mgr.34104) 5522 : cluster [DBG] pgmap v3655: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:38.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:38 smithi184 bash[59794]: cluster 2024-03-21T13:12:37.080059+0000 mgr.x (mgr.34104) 5523 : cluster [DBG] pgmap v3656: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:38.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:38 smithi184 bash[59794]: cephadm 2024-03-21T13:12:37.089934+0000 mgr.x (mgr.34104) 5524 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:38.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:38 smithi184 bash[59794]: cluster 2024-03-21T13:12:37.180937+0000 mgr.x (mgr.34104) 5525 : cluster [DBG] pgmap v3657: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:38.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:38 smithi184 bash[59794]: cluster 2024-03-21T13:12:37.181491+0000 mgr.x (mgr.34104) 5526 : cluster [DBG] pgmap v3658: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:38.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:38 smithi184 bash[59794]: cephadm 2024-03-21T13:12:37.190987+0000 mgr.x (mgr.34104) 5527 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:38.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:38 smithi184 bash[59794]: audit 2024-03-21T13:12:37.283836+0000 mon.a (mon.0) 8545 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:38.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:38 smithi184 bash[59794]: audit 2024-03-21T13:12:37.286333+0000 mon.a (mon.0) 8546 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:38.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:38 smithi184 bash[59794]: audit 2024-03-21T13:12:37.288372+0000 mon.a (mon.0) 8547 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:38.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:38 smithi184 bash[59794]: audit 2024-03-21T13:12:37.289137+0000 mon.a (mon.0) 8548 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:38.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:38 smithi184 bash[59794]: cluster 2024-03-21T13:12:37.290983+0000 mgr.x (mgr.34104) 5528 : cluster [DBG] pgmap v3659: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:38.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:38 smithi184 bash[59794]: cluster 2024-03-21T13:12:37.291227+0000 mgr.x (mgr.34104) 5529 : cluster [DBG] pgmap v3660: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:38.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:38 smithi184 bash[59794]: audit 2024-03-21T13:12:37.296064+0000 mon.a (mon.0) 8549 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:38.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:38 smithi184 bash[59794]: audit 2024-03-21T13:12:37.375011+0000 mon.a (mon.0) 8550 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:38.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:38 smithi184 bash[59794]: audit 2024-03-21T13:12:37.377876+0000 mon.a (mon.0) 8551 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:38.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:38 smithi184 bash[59794]: audit 2024-03-21T13:12:37.380599+0000 mon.a (mon.0) 8552 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:38.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:38 smithi184 bash[59794]: audit 2024-03-21T13:12:37.381972+0000 mon.a (mon.0) 8553 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:38.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:38 smithi184 bash[59794]: audit 2024-03-21T13:12:37.393265+0000 mon.a (mon.0) 8554 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:38.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:38 smithi184 bash[59794]: audit 2024-03-21T13:12:37.473569+0000 mon.a (mon.0) 8555 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:38.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:38 smithi184 bash[59794]: audit 2024-03-21T13:12:37.476733+0000 mon.a (mon.0) 8556 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:38.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:38 smithi184 bash[59794]: audit 2024-03-21T13:12:37.479241+0000 mon.a (mon.0) 8557 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:38.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:38 smithi184 bash[59794]: audit 2024-03-21T13:12:37.480758+0000 mon.a (mon.0) 8558 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:38.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:38 smithi184 bash[59794]: audit 2024-03-21T13:12:37.491667+0000 mon.a (mon.0) 8559 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:38.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:38 smithi184 bash[59794]: audit 2024-03-21T13:12:37.576912+0000 mon.a (mon.0) 8560 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:38.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:38 smithi184 bash[59794]: audit 2024-03-21T13:12:37.580226+0000 mon.a (mon.0) 8561 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:38.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:38 smithi184 bash[59794]: audit 2024-03-21T13:12:37.584616+0000 mon.a (mon.0) 8562 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:38.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:38 smithi184 bash[59794]: audit 2024-03-21T13:12:37.586269+0000 mon.a (mon.0) 8563 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:38.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:38 smithi184 bash[59794]: audit 2024-03-21T13:12:37.598534+0000 mon.a (mon.0) 8564 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:38.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:38 smithi184 bash[59794]: audit 2024-03-21T13:12:37.677361+0000 mon.a (mon.0) 8565 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:38.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:38 smithi184 bash[59794]: audit 2024-03-21T13:12:37.680889+0000 mon.a (mon.0) 8566 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:38.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:38 smithi184 bash[59794]: audit 2024-03-21T13:12:37.683961+0000 mon.a (mon.0) 8567 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:38.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:38 smithi184 bash[59794]: audit 2024-03-21T13:12:37.685240+0000 mon.a (mon.0) 8568 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:38.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:38 smithi184 bash[59794]: audit 2024-03-21T13:12:37.696457+0000 mon.a (mon.0) 8569 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:38.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:38 smithi184 bash[59794]: audit 2024-03-21T13:12:37.777145+0000 mon.a (mon.0) 8570 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:38.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:38 smithi184 bash[59794]: audit 2024-03-21T13:12:37.780671+0000 mon.a (mon.0) 8571 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:38.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:38 smithi184 bash[59794]: audit 2024-03-21T13:12:37.784299+0000 mon.a (mon.0) 8572 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:38.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:38 smithi184 bash[59794]: audit 2024-03-21T13:12:37.785824+0000 mon.a (mon.0) 8573 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:38.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:38 smithi184 bash[59794]: audit 2024-03-21T13:12:37.798395+0000 mon.a (mon.0) 8574 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:38.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:38 smithi184 bash[59794]: audit 2024-03-21T13:12:37.877902+0000 mon.a (mon.0) 8575 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:38.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:38 smithi184 bash[59794]: audit 2024-03-21T13:12:37.881833+0000 mon.a (mon.0) 8576 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:38.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:38 smithi184 bash[59794]: audit 2024-03-21T13:12:37.886308+0000 mon.a (mon.0) 8577 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:38.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:38 smithi184 bash[59794]: audit 2024-03-21T13:12:37.888028+0000 mon.a (mon.0) 8578 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:38.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:38 smithi184 bash[59794]: audit 2024-03-21T13:12:37.900403+0000 mon.a (mon.0) 8579 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:38.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:38 smithi184 bash[59794]: audit 2024-03-21T13:12:37.983046+0000 mon.a (mon.0) 8580 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:38.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:38 smithi184 bash[59794]: audit 2024-03-21T13:12:37.985981+0000 mon.a (mon.0) 8581 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:38.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:38 smithi184 bash[59794]: audit 2024-03-21T13:12:37.989756+0000 mon.a (mon.0) 8582 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:38.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:38 smithi184 bash[59794]: audit 2024-03-21T13:12:37.991252+0000 mon.a (mon.0) 8583 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:38.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:38 smithi184 bash[59794]: audit 2024-03-21T13:12:38.003063+0000 mon.a (mon.0) 8584 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:38.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:38 smithi184 bash[59794]: audit 2024-03-21T13:12:38.084249+0000 mon.a (mon.0) 8585 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:38.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:38 smithi184 bash[59794]: audit 2024-03-21T13:12:38.088865+0000 mon.a (mon.0) 8586 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:38.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:38 smithi184 bash[59794]: audit 2024-03-21T13:12:38.092685+0000 mon.a (mon.0) 8587 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:38.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:38 smithi184 bash[59794]: audit 2024-03-21T13:12:38.094238+0000 mon.a (mon.0) 8588 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:38.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:38 smithi184 bash[59794]: audit 2024-03-21T13:12:38.105610+0000 mon.a (mon.0) 8589 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:38.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:38 smithi184 bash[59794]: audit 2024-03-21T13:12:38.186485+0000 mon.a (mon.0) 8590 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:38.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:38 smithi184 bash[59794]: audit 2024-03-21T13:12:38.189785+0000 mon.a (mon.0) 8591 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:38.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:38 smithi184 bash[59794]: audit 2024-03-21T13:12:38.193679+0000 mon.a (mon.0) 8592 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:38.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:38 smithi184 bash[59794]: audit 2024-03-21T13:12:38.195397+0000 mon.a (mon.0) 8593 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:38.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:38 smithi184 bash[59794]: audit 2024-03-21T13:12:38.207679+0000 mon.a (mon.0) 8594 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:38.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:38 smithi178 bash[75692]: cluster 2024-03-21T13:12:36.381329+0000 mgr.x (mgr.34104) 5501 : cluster [DBG] pgmap v3641: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:38.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:38 smithi178 bash[75692]: cluster 2024-03-21T13:12:36.381759+0000 mgr.x (mgr.34104) 5502 : cluster [DBG] pgmap v3642: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:38.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:38 smithi178 bash[75692]: cephadm 2024-03-21T13:12:36.391198+0000 mgr.x (mgr.34104) 5503 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:38.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:38 smithi178 bash[75692]: cluster 2024-03-21T13:12:36.482478+0000 mgr.x (mgr.34104) 5504 : cluster [DBG] pgmap v3643: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:38.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:38 smithi178 bash[75692]: cluster 2024-03-21T13:12:36.482909+0000 mgr.x (mgr.34104) 5505 : cluster [DBG] pgmap v3644: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:38.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:38 smithi178 bash[75692]: cephadm 2024-03-21T13:12:36.492116+0000 mgr.x (mgr.34104) 5506 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:38.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:38 smithi178 bash[75692]: cluster 2024-03-21T13:12:36.582918+0000 mgr.x (mgr.34104) 5507 : cluster [DBG] pgmap v3645: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:38.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:38 smithi178 bash[75692]: cluster 2024-03-21T13:12:36.583307+0000 mgr.x (mgr.34104) 5508 : cluster [DBG] pgmap v3646: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:38.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:38 smithi178 bash[75692]: cephadm 2024-03-21T13:12:36.593221+0000 mgr.x (mgr.34104) 5509 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:38.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:38 smithi178 bash[75692]: cluster 2024-03-21T13:12:36.684428+0000 mgr.x (mgr.34104) 5510 : cluster [DBG] pgmap v3647: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:38.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:38 smithi178 bash[75692]: cluster 2024-03-21T13:12:36.685156+0000 mgr.x (mgr.34104) 5511 : cluster [DBG] pgmap v3648: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:38.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:38 smithi178 bash[75692]: cephadm 2024-03-21T13:12:36.694169+0000 mgr.x (mgr.34104) 5512 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:38.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:38 smithi178 bash[75692]: cluster 2024-03-21T13:12:36.780091+0000 mgr.x (mgr.34104) 5513 : cluster [DBG] pgmap v3649: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:38.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:38 smithi178 bash[75692]: cluster 2024-03-21T13:12:36.780276+0000 mgr.x (mgr.34104) 5514 : cluster [DBG] pgmap v3650: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:38.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:38 smithi178 bash[75692]: cephadm 2024-03-21T13:12:36.789998+0000 mgr.x (mgr.34104) 5515 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:38.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:38 smithi178 bash[75692]: cluster 2024-03-21T13:12:36.882557+0000 mgr.x (mgr.34104) 5516 : cluster [DBG] pgmap v3651: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:38.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:38 smithi178 bash[75692]: cluster 2024-03-21T13:12:36.882851+0000 mgr.x (mgr.34104) 5517 : cluster [DBG] pgmap v3652: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:38.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:38 smithi178 bash[75692]: cephadm 2024-03-21T13:12:36.892501+0000 mgr.x (mgr.34104) 5518 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:38.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:38 smithi178 bash[75692]: cluster 2024-03-21T13:12:36.980774+0000 mgr.x (mgr.34104) 5519 : cluster [DBG] pgmap v3653: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:38.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:38 smithi178 bash[75692]: cluster 2024-03-21T13:12:36.980982+0000 mgr.x (mgr.34104) 5520 : cluster [DBG] pgmap v3654: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:38.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:38 smithi178 bash[75692]: cephadm 2024-03-21T13:12:36.990714+0000 mgr.x (mgr.34104) 5521 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:38.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:38 smithi178 bash[75692]: cluster 2024-03-21T13:12:37.079743+0000 mgr.x (mgr.34104) 5522 : cluster [DBG] pgmap v3655: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:38.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:38 smithi178 bash[75692]: cluster 2024-03-21T13:12:37.080059+0000 mgr.x (mgr.34104) 5523 : cluster [DBG] pgmap v3656: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:38.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:38 smithi178 bash[75692]: cephadm 2024-03-21T13:12:37.089934+0000 mgr.x (mgr.34104) 5524 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:38.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:38 smithi178 bash[75692]: cluster 2024-03-21T13:12:37.180937+0000 mgr.x (mgr.34104) 5525 : cluster [DBG] pgmap v3657: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:38.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:38 smithi178 bash[75692]: cluster 2024-03-21T13:12:37.181491+0000 mgr.x (mgr.34104) 5526 : cluster [DBG] pgmap v3658: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:38.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:38 smithi178 bash[75692]: cephadm 2024-03-21T13:12:37.190987+0000 mgr.x (mgr.34104) 5527 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:38.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:38 smithi178 bash[75692]: audit 2024-03-21T13:12:37.283836+0000 mon.a (mon.0) 8545 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:38.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:38 smithi178 bash[75692]: audit 2024-03-21T13:12:37.286333+0000 mon.a (mon.0) 8546 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:38.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:38 smithi178 bash[75692]: audit 2024-03-21T13:12:37.288372+0000 mon.a (mon.0) 8547 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:38.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:38 smithi178 bash[75692]: audit 2024-03-21T13:12:37.289137+0000 mon.a (mon.0) 8548 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:38.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:38 smithi178 bash[75692]: cluster 2024-03-21T13:12:37.290983+0000 mgr.x (mgr.34104) 5528 : cluster [DBG] pgmap v3659: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:38.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:38 smithi178 bash[75692]: cluster 2024-03-21T13:12:37.291227+0000 mgr.x (mgr.34104) 5529 : cluster [DBG] pgmap v3660: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:38.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:38 smithi178 bash[75692]: audit 2024-03-21T13:12:37.296064+0000 mon.a (mon.0) 8549 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:38.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:38 smithi178 bash[75692]: audit 2024-03-21T13:12:37.375011+0000 mon.a (mon.0) 8550 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:38.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:38 smithi178 bash[75692]: audit 2024-03-21T13:12:37.377876+0000 mon.a (mon.0) 8551 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:38.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:38 smithi178 bash[75692]: audit 2024-03-21T13:12:37.380599+0000 mon.a (mon.0) 8552 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:38.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:38 smithi178 bash[75692]: audit 2024-03-21T13:12:37.381972+0000 mon.a (mon.0) 8553 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:38.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:38 smithi178 bash[75692]: audit 2024-03-21T13:12:37.393265+0000 mon.a (mon.0) 8554 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:38.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:38 smithi178 bash[77880]: cluster 2024-03-21T13:12:36.381329+0000 mgr.x (mgr.34104) 5501 : cluster [DBG] pgmap v3641: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:38.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:38 smithi178 bash[77880]: cluster 2024-03-21T13:12:36.381759+0000 mgr.x (mgr.34104) 5502 : cluster [DBG] pgmap v3642: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:38.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:38 smithi178 bash[77880]: cephadm 2024-03-21T13:12:36.391198+0000 mgr.x (mgr.34104) 5503 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:38.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:38 smithi178 bash[77880]: cluster 2024-03-21T13:12:36.482478+0000 mgr.x (mgr.34104) 5504 : cluster [DBG] pgmap v3643: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:38.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:38 smithi178 bash[77880]: cluster 2024-03-21T13:12:36.482909+0000 mgr.x (mgr.34104) 5505 : cluster [DBG] pgmap v3644: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:38.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:38 smithi178 bash[77880]: cephadm 2024-03-21T13:12:36.492116+0000 mgr.x (mgr.34104) 5506 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:38.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:38 smithi178 bash[77880]: cluster 2024-03-21T13:12:36.582918+0000 mgr.x (mgr.34104) 5507 : cluster [DBG] pgmap v3645: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:38.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:38 smithi178 bash[77880]: cluster 2024-03-21T13:12:36.583307+0000 mgr.x (mgr.34104) 5508 : cluster [DBG] pgmap v3646: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:38.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:38 smithi178 bash[77880]: cephadm 2024-03-21T13:12:36.593221+0000 mgr.x (mgr.34104) 5509 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:38.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:38 smithi178 bash[77880]: cluster 2024-03-21T13:12:36.684428+0000 mgr.x (mgr.34104) 5510 : cluster [DBG] pgmap v3647: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:38.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:38 smithi178 bash[77880]: cluster 2024-03-21T13:12:36.685156+0000 mgr.x (mgr.34104) 5511 : cluster [DBG] pgmap v3648: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:38.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:38 smithi178 bash[77880]: cephadm 2024-03-21T13:12:36.694169+0000 mgr.x (mgr.34104) 5512 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:38.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:38 smithi178 bash[77880]: cluster 2024-03-21T13:12:36.780091+0000 mgr.x (mgr.34104) 5513 : cluster [DBG] pgmap v3649: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:38.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:38 smithi178 bash[77880]: cluster 2024-03-21T13:12:36.780276+0000 mgr.x (mgr.34104) 5514 : cluster [DBG] pgmap v3650: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:38.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:38 smithi178 bash[77880]: cephadm 2024-03-21T13:12:36.789998+0000 mgr.x (mgr.34104) 5515 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:38.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:38 smithi178 bash[77880]: cluster 2024-03-21T13:12:36.882557+0000 mgr.x (mgr.34104) 5516 : cluster [DBG] pgmap v3651: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:38.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:38 smithi178 bash[77880]: cluster 2024-03-21T13:12:36.882851+0000 mgr.x (mgr.34104) 5517 : cluster [DBG] pgmap v3652: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:38.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:38 smithi178 bash[77880]: cephadm 2024-03-21T13:12:36.892501+0000 mgr.x (mgr.34104) 5518 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:38.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:38 smithi178 bash[77880]: cluster 2024-03-21T13:12:36.980774+0000 mgr.x (mgr.34104) 5519 : cluster [DBG] pgmap v3653: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:38.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:38 smithi178 bash[77880]: cluster 2024-03-21T13:12:36.980982+0000 mgr.x (mgr.34104) 5520 : cluster [DBG] pgmap v3654: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:38.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:38 smithi178 bash[75692]: audit 2024-03-21T13:12:37.473569+0000 mon.a (mon.0) 8555 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:38.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:38 smithi178 bash[75692]: audit 2024-03-21T13:12:37.476733+0000 mon.a (mon.0) 8556 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:38.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:38 smithi178 bash[75692]: audit 2024-03-21T13:12:37.479241+0000 mon.a (mon.0) 8557 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:38.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:38 smithi178 bash[75692]: audit 2024-03-21T13:12:37.480758+0000 mon.a (mon.0) 8558 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:38.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:38 smithi178 bash[75692]: audit 2024-03-21T13:12:37.491667+0000 mon.a (mon.0) 8559 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:38.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:38 smithi178 bash[75692]: audit 2024-03-21T13:12:37.576912+0000 mon.a (mon.0) 8560 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:38.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:38 smithi178 bash[75692]: audit 2024-03-21T13:12:37.580226+0000 mon.a (mon.0) 8561 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:38.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:38 smithi178 bash[75692]: audit 2024-03-21T13:12:37.584616+0000 mon.a (mon.0) 8562 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:38.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:38 smithi178 bash[75692]: audit 2024-03-21T13:12:37.586269+0000 mon.a (mon.0) 8563 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:38.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:38 smithi178 bash[75692]: audit 2024-03-21T13:12:37.598534+0000 mon.a (mon.0) 8564 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:38.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:38 smithi178 bash[75692]: audit 2024-03-21T13:12:37.677361+0000 mon.a (mon.0) 8565 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:38.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:38 smithi178 bash[75692]: audit 2024-03-21T13:12:37.680889+0000 mon.a (mon.0) 8566 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:38.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:38 smithi178 bash[75692]: audit 2024-03-21T13:12:37.683961+0000 mon.a (mon.0) 8567 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:38.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:38 smithi178 bash[75692]: audit 2024-03-21T13:12:37.685240+0000 mon.a (mon.0) 8568 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:38.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:38 smithi178 bash[75692]: audit 2024-03-21T13:12:37.696457+0000 mon.a (mon.0) 8569 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:38.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:38 smithi178 bash[75692]: audit 2024-03-21T13:12:37.777145+0000 mon.a (mon.0) 8570 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:38.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:38 smithi178 bash[75692]: audit 2024-03-21T13:12:37.780671+0000 mon.a (mon.0) 8571 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:38.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:38 smithi178 bash[75692]: audit 2024-03-21T13:12:37.784299+0000 mon.a (mon.0) 8572 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:38.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:38 smithi178 bash[75692]: audit 2024-03-21T13:12:37.785824+0000 mon.a (mon.0) 8573 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:38.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:38 smithi178 bash[75692]: audit 2024-03-21T13:12:37.798395+0000 mon.a (mon.0) 8574 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:38.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:38 smithi178 bash[75692]: audit 2024-03-21T13:12:37.877902+0000 mon.a (mon.0) 8575 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:38.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:38 smithi178 bash[75692]: audit 2024-03-21T13:12:37.881833+0000 mon.a (mon.0) 8576 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:38.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:38 smithi178 bash[75692]: audit 2024-03-21T13:12:37.886308+0000 mon.a (mon.0) 8577 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:38.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:38 smithi178 bash[75692]: audit 2024-03-21T13:12:37.888028+0000 mon.a (mon.0) 8578 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:38.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:38 smithi178 bash[75692]: audit 2024-03-21T13:12:37.900403+0000 mon.a (mon.0) 8579 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:38.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:38 smithi178 bash[75692]: audit 2024-03-21T13:12:37.983046+0000 mon.a (mon.0) 8580 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:38.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:38 smithi178 bash[75692]: audit 2024-03-21T13:12:37.985981+0000 mon.a (mon.0) 8581 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:38.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:38 smithi178 bash[75692]: audit 2024-03-21T13:12:37.989756+0000 mon.a (mon.0) 8582 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:38.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:38 smithi178 bash[75692]: audit 2024-03-21T13:12:37.991252+0000 mon.a (mon.0) 8583 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:38.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:38 smithi178 bash[75692]: audit 2024-03-21T13:12:38.003063+0000 mon.a (mon.0) 8584 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:38.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:38 smithi178 bash[75692]: audit 2024-03-21T13:12:38.084249+0000 mon.a (mon.0) 8585 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:38.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:38 smithi178 bash[75692]: audit 2024-03-21T13:12:38.088865+0000 mon.a (mon.0) 8586 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:38.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:38 smithi178 bash[75692]: audit 2024-03-21T13:12:38.092685+0000 mon.a (mon.0) 8587 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:38.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:38 smithi178 bash[75692]: audit 2024-03-21T13:12:38.094238+0000 mon.a (mon.0) 8588 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:38.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:38 smithi178 bash[75692]: audit 2024-03-21T13:12:38.105610+0000 mon.a (mon.0) 8589 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:38.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:38 smithi178 bash[75692]: audit 2024-03-21T13:12:38.186485+0000 mon.a (mon.0) 8590 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:38.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:38 smithi178 bash[75692]: audit 2024-03-21T13:12:38.189785+0000 mon.a (mon.0) 8591 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:38.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:38 smithi178 bash[75692]: audit 2024-03-21T13:12:38.193679+0000 mon.a (mon.0) 8592 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:38.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:38 smithi178 bash[75692]: audit 2024-03-21T13:12:38.195397+0000 mon.a (mon.0) 8593 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:38.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:38 smithi178 bash[75692]: audit 2024-03-21T13:12:38.207679+0000 mon.a (mon.0) 8594 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:38.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:38 smithi178 bash[77880]: cephadm 2024-03-21T13:12:36.990714+0000 mgr.x (mgr.34104) 5521 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:38.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:38 smithi178 bash[77880]: cluster 2024-03-21T13:12:37.079743+0000 mgr.x (mgr.34104) 5522 : cluster [DBG] pgmap v3655: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:38.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:38 smithi178 bash[77880]: cluster 2024-03-21T13:12:37.080059+0000 mgr.x (mgr.34104) 5523 : cluster [DBG] pgmap v3656: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:38.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:38 smithi178 bash[77880]: cephadm 2024-03-21T13:12:37.089934+0000 mgr.x (mgr.34104) 5524 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:38.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:38 smithi178 bash[77880]: cluster 2024-03-21T13:12:37.180937+0000 mgr.x (mgr.34104) 5525 : cluster [DBG] pgmap v3657: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:38.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:38 smithi178 bash[77880]: cluster 2024-03-21T13:12:37.181491+0000 mgr.x (mgr.34104) 5526 : cluster [DBG] pgmap v3658: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:38.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:38 smithi178 bash[77880]: cephadm 2024-03-21T13:12:37.190987+0000 mgr.x (mgr.34104) 5527 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:38.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:38 smithi178 bash[77880]: audit 2024-03-21T13:12:37.283836+0000 mon.a (mon.0) 8545 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:38.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:38 smithi178 bash[77880]: audit 2024-03-21T13:12:37.286333+0000 mon.a (mon.0) 8546 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:38.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:38 smithi178 bash[77880]: audit 2024-03-21T13:12:37.288372+0000 mon.a (mon.0) 8547 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:38.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:38 smithi178 bash[77880]: audit 2024-03-21T13:12:37.289137+0000 mon.a (mon.0) 8548 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:38.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:38 smithi178 bash[77880]: cluster 2024-03-21T13:12:37.290983+0000 mgr.x (mgr.34104) 5528 : cluster [DBG] pgmap v3659: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:38.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:38 smithi178 bash[77880]: cluster 2024-03-21T13:12:37.291227+0000 mgr.x (mgr.34104) 5529 : cluster [DBG] pgmap v3660: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:38.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:38 smithi178 bash[77880]: audit 2024-03-21T13:12:37.296064+0000 mon.a (mon.0) 8549 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:38.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:38 smithi178 bash[77880]: audit 2024-03-21T13:12:37.375011+0000 mon.a (mon.0) 8550 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:38.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:38 smithi178 bash[77880]: audit 2024-03-21T13:12:37.377876+0000 mon.a (mon.0) 8551 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:38.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:38 smithi178 bash[77880]: audit 2024-03-21T13:12:37.380599+0000 mon.a (mon.0) 8552 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:38.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:38 smithi178 bash[77880]: audit 2024-03-21T13:12:37.381972+0000 mon.a (mon.0) 8553 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:38.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:38 smithi178 bash[77880]: audit 2024-03-21T13:12:37.393265+0000 mon.a (mon.0) 8554 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:38.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:38 smithi178 bash[77880]: audit 2024-03-21T13:12:37.473569+0000 mon.a (mon.0) 8555 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:38.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:38 smithi178 bash[77880]: audit 2024-03-21T13:12:37.476733+0000 mon.a (mon.0) 8556 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:38.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:38 smithi178 bash[77880]: audit 2024-03-21T13:12:37.479241+0000 mon.a (mon.0) 8557 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:38.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:38 smithi178 bash[77880]: audit 2024-03-21T13:12:37.480758+0000 mon.a (mon.0) 8558 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:38.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:38 smithi178 bash[77880]: audit 2024-03-21T13:12:37.491667+0000 mon.a (mon.0) 8559 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:38.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:38 smithi178 bash[77880]: audit 2024-03-21T13:12:37.576912+0000 mon.a (mon.0) 8560 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:38.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:38 smithi178 bash[77880]: audit 2024-03-21T13:12:37.580226+0000 mon.a (mon.0) 8561 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:38.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:38 smithi178 bash[77880]: audit 2024-03-21T13:12:37.584616+0000 mon.a (mon.0) 8562 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:38.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:38 smithi178 bash[77880]: audit 2024-03-21T13:12:37.586269+0000 mon.a (mon.0) 8563 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:38.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:38 smithi178 bash[77880]: audit 2024-03-21T13:12:37.598534+0000 mon.a (mon.0) 8564 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:38.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:38 smithi178 bash[77880]: audit 2024-03-21T13:12:37.677361+0000 mon.a (mon.0) 8565 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:38.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:38 smithi178 bash[77880]: audit 2024-03-21T13:12:37.680889+0000 mon.a (mon.0) 8566 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:38.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:38 smithi178 bash[77880]: audit 2024-03-21T13:12:37.683961+0000 mon.a (mon.0) 8567 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:38.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:38 smithi178 bash[77880]: audit 2024-03-21T13:12:37.685240+0000 mon.a (mon.0) 8568 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:38.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:38 smithi178 bash[77880]: audit 2024-03-21T13:12:37.696457+0000 mon.a (mon.0) 8569 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:38.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:38 smithi178 bash[77880]: audit 2024-03-21T13:12:37.777145+0000 mon.a (mon.0) 8570 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:38.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:38 smithi178 bash[77880]: audit 2024-03-21T13:12:37.780671+0000 mon.a (mon.0) 8571 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:38.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:38 smithi178 bash[77880]: audit 2024-03-21T13:12:37.784299+0000 mon.a (mon.0) 8572 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:38.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:38 smithi178 bash[77880]: audit 2024-03-21T13:12:37.785824+0000 mon.a (mon.0) 8573 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:38.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:38 smithi178 bash[77880]: audit 2024-03-21T13:12:37.798395+0000 mon.a (mon.0) 8574 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:38.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:38 smithi178 bash[77880]: audit 2024-03-21T13:12:37.877902+0000 mon.a (mon.0) 8575 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:38.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:38 smithi178 bash[77880]: audit 2024-03-21T13:12:37.881833+0000 mon.a (mon.0) 8576 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:38.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:38 smithi178 bash[77880]: audit 2024-03-21T13:12:37.886308+0000 mon.a (mon.0) 8577 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:38.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:38 smithi178 bash[77880]: audit 2024-03-21T13:12:37.888028+0000 mon.a (mon.0) 8578 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:38.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:38 smithi178 bash[77880]: audit 2024-03-21T13:12:37.900403+0000 mon.a (mon.0) 8579 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:38.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:38 smithi178 bash[77880]: audit 2024-03-21T13:12:37.983046+0000 mon.a (mon.0) 8580 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:38.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:38 smithi178 bash[77880]: audit 2024-03-21T13:12:37.985981+0000 mon.a (mon.0) 8581 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:38.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:38 smithi178 bash[77880]: audit 2024-03-21T13:12:37.989756+0000 mon.a (mon.0) 8582 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:38.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:38 smithi178 bash[77880]: audit 2024-03-21T13:12:37.991252+0000 mon.a (mon.0) 8583 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:38.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:38 smithi178 bash[77880]: audit 2024-03-21T13:12:38.003063+0000 mon.a (mon.0) 8584 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:38.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:38 smithi178 bash[77880]: audit 2024-03-21T13:12:38.084249+0000 mon.a (mon.0) 8585 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:38.563 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:38 smithi178 bash[77880]: audit 2024-03-21T13:12:38.088865+0000 mon.a (mon.0) 8586 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:38.563 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:38 smithi178 bash[77880]: audit 2024-03-21T13:12:38.092685+0000 mon.a (mon.0) 8587 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:38.563 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:38 smithi178 bash[77880]: audit 2024-03-21T13:12:38.094238+0000 mon.a (mon.0) 8588 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:38.563 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:38 smithi178 bash[77880]: audit 2024-03-21T13:12:38.105610+0000 mon.a (mon.0) 8589 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:38.563 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:38 smithi178 bash[77880]: audit 2024-03-21T13:12:38.186485+0000 mon.a (mon.0) 8590 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:38.563 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:38 smithi178 bash[77880]: audit 2024-03-21T13:12:38.189785+0000 mon.a (mon.0) 8591 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:38.563 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:38 smithi178 bash[77880]: audit 2024-03-21T13:12:38.193679+0000 mon.a (mon.0) 8592 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:38.563 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:38 smithi178 bash[77880]: audit 2024-03-21T13:12:38.195397+0000 mon.a (mon.0) 8593 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:38.564 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:38 smithi178 bash[77880]: audit 2024-03-21T13:12:38.207679+0000 mon.a (mon.0) 8594 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:39.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:39 smithi184 bash[59794]: cephadm 2024-03-21T13:12:37.297206+0000 mgr.x (mgr.34104) 5530 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:39.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:39 smithi184 bash[59794]: cluster 2024-03-21T13:12:37.384706+0000 mgr.x (mgr.34104) 5531 : cluster [DBG] pgmap v3661: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:39.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:39 smithi184 bash[59794]: cluster 2024-03-21T13:12:37.385206+0000 mgr.x (mgr.34104) 5532 : cluster [DBG] pgmap v3662: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:39.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:39 smithi184 bash[59794]: cephadm 2024-03-21T13:12:37.394401+0000 mgr.x (mgr.34104) 5533 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:39.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:39 smithi184 bash[59794]: cluster 2024-03-21T13:12:37.483335+0000 mgr.x (mgr.34104) 5534 : cluster [DBG] pgmap v3663: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:39.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:39 smithi184 bash[59794]: cluster 2024-03-21T13:12:37.483609+0000 mgr.x (mgr.34104) 5535 : cluster [DBG] pgmap v3664: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:39.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:39 smithi184 bash[59794]: cephadm 2024-03-21T13:12:37.492781+0000 mgr.x (mgr.34104) 5536 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:39.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:39 smithi184 bash[59794]: cluster 2024-03-21T13:12:37.589678+0000 mgr.x (mgr.34104) 5537 : cluster [DBG] pgmap v3665: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:39.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:39 smithi184 bash[59794]: cluster 2024-03-21T13:12:37.590093+0000 mgr.x (mgr.34104) 5538 : cluster [DBG] pgmap v3666: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:39.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:39 smithi184 bash[59794]: cephadm 2024-03-21T13:12:37.599725+0000 mgr.x (mgr.34104) 5539 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:39.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:39 smithi184 bash[59794]: cluster 2024-03-21T13:12:37.687651+0000 mgr.x (mgr.34104) 5540 : cluster [DBG] pgmap v3667: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:39.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:39 smithi184 bash[59794]: cluster 2024-03-21T13:12:37.688116+0000 mgr.x (mgr.34104) 5541 : cluster [DBG] pgmap v3668: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:39.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:39 smithi184 bash[59794]: cephadm 2024-03-21T13:12:37.697757+0000 mgr.x (mgr.34104) 5542 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:39.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:39 smithi184 bash[59794]: cluster 2024-03-21T13:12:37.788900+0000 mgr.x (mgr.34104) 5543 : cluster [DBG] pgmap v3669: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:39.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:39 smithi184 bash[59794]: cluster 2024-03-21T13:12:37.789185+0000 mgr.x (mgr.34104) 5544 : cluster [DBG] pgmap v3670: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:39.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:39 smithi184 bash[59794]: cephadm 2024-03-21T13:12:37.799738+0000 mgr.x (mgr.34104) 5545 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:39.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:39 smithi184 bash[59794]: cluster 2024-03-21T13:12:37.891017+0000 mgr.x (mgr.34104) 5546 : cluster [DBG] pgmap v3671: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:39.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:39 smithi184 bash[59794]: cluster 2024-03-21T13:12:37.891363+0000 mgr.x (mgr.34104) 5547 : cluster [DBG] pgmap v3672: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:39.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:39 smithi184 bash[59794]: cephadm 2024-03-21T13:12:37.901701+0000 mgr.x (mgr.34104) 5548 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:39.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:39 smithi184 bash[59794]: cluster 2024-03-21T13:12:37.994374+0000 mgr.x (mgr.34104) 5549 : cluster [DBG] pgmap v3673: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:39.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:39 smithi184 bash[59794]: cluster 2024-03-21T13:12:37.994644+0000 mgr.x (mgr.34104) 5550 : cluster [DBG] pgmap v3674: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:39.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:39 smithi184 bash[59794]: cephadm 2024-03-21T13:12:38.004461+0000 mgr.x (mgr.34104) 5551 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:39.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:39 smithi184 bash[59794]: cluster 2024-03-21T13:12:38.097103+0000 mgr.x (mgr.34104) 5552 : cluster [DBG] pgmap v3675: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:39.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:39 smithi184 bash[59794]: cluster 2024-03-21T13:12:38.097553+0000 mgr.x (mgr.34104) 5553 : cluster [DBG] pgmap v3676: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:39.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:39 smithi184 bash[59794]: cephadm 2024-03-21T13:12:38.106907+0000 mgr.x (mgr.34104) 5554 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:39.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:39 smithi184 bash[59794]: cluster 2024-03-21T13:12:38.198319+0000 mgr.x (mgr.34104) 5555 : cluster [DBG] pgmap v3677: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:39.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:39 smithi184 bash[59794]: cluster 2024-03-21T13:12:38.198852+0000 mgr.x (mgr.34104) 5556 : cluster [DBG] pgmap v3678: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:39.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:39 smithi184 bash[59794]: cephadm 2024-03-21T13:12:38.208981+0000 mgr.x (mgr.34104) 5557 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:39.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:39 smithi184 bash[59794]: audit 2024-03-21T13:12:38.286918+0000 mon.a (mon.0) 8595 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:39.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:39 smithi184 bash[59794]: audit 2024-03-21T13:12:38.289056+0000 mon.a (mon.0) 8596 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:39.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:39 smithi184 bash[59794]: audit 2024-03-21T13:12:38.291667+0000 mon.a (mon.0) 8597 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:39.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:39 smithi184 bash[59794]: audit 2024-03-21T13:12:38.292555+0000 mon.a (mon.0) 8598 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:39.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:39 smithi184 bash[59794]: cluster 2024-03-21T13:12:38.294900+0000 mgr.x (mgr.34104) 5558 : cluster [DBG] pgmap v3679: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:39.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:39 smithi184 bash[59794]: audit 2024-03-21T13:12:38.298965+0000 mon.a (mon.0) 8599 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:39.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:39 smithi184 bash[59794]: audit 2024-03-21T13:12:38.382856+0000 mon.a (mon.0) 8600 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:39.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:39 smithi184 bash[59794]: audit 2024-03-21T13:12:38.386137+0000 mon.a (mon.0) 8601 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:39.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:39 smithi184 bash[59794]: audit 2024-03-21T13:12:38.389241+0000 mon.a (mon.0) 8602 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:39.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:39 smithi184 bash[59794]: audit 2024-03-21T13:12:38.390922+0000 mon.a (mon.0) 8603 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:39.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:39 smithi184 bash[59794]: audit 2024-03-21T13:12:38.402460+0000 mon.a (mon.0) 8604 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:39.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:39 smithi184 bash[59794]: audit 2024-03-21T13:12:38.486739+0000 mon.a (mon.0) 8605 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:39.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:39 smithi184 bash[59794]: audit 2024-03-21T13:12:38.489677+0000 mon.a (mon.0) 8606 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:39.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:39 smithi184 bash[59794]: audit 2024-03-21T13:12:38.493156+0000 mon.a (mon.0) 8607 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:39.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:39 smithi184 bash[59794]: audit 2024-03-21T13:12:38.494646+0000 mon.a (mon.0) 8608 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:39.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:39 smithi184 bash[59794]: audit 2024-03-21T13:12:38.506596+0000 mon.a (mon.0) 8609 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:39.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:39 smithi184 bash[59794]: audit 2024-03-21T13:12:38.569379+0000 mon.a (mon.0) 8610 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:39.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:39 smithi184 bash[59794]: audit 2024-03-21T13:12:38.572524+0000 mon.a (mon.0) 8611 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:39.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:39 smithi184 bash[59794]: audit 2024-03-21T13:12:38.575475+0000 mon.a (mon.0) 8612 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:39.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:39 smithi184 bash[59794]: audit 2024-03-21T13:12:38.576743+0000 mon.a (mon.0) 8613 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:39.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:39 smithi184 bash[59794]: audit 2024-03-21T13:12:38.587916+0000 mon.a (mon.0) 8614 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:39.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:39 smithi184 bash[59794]: audit 2024-03-21T13:12:38.671082+0000 mon.a (mon.0) 8615 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:39.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:39 smithi184 bash[59794]: audit 2024-03-21T13:12:38.674481+0000 mon.a (mon.0) 8616 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:39.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:39 smithi184 bash[59794]: audit 2024-03-21T13:12:38.679121+0000 mon.a (mon.0) 8617 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:39.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:39 smithi184 bash[59794]: audit 2024-03-21T13:12:38.680788+0000 mon.a (mon.0) 8618 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:39.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:39 smithi184 bash[59794]: audit 2024-03-21T13:12:38.693523+0000 mon.a (mon.0) 8619 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:39.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:39 smithi184 bash[59794]: audit 2024-03-21T13:12:38.776362+0000 mon.a (mon.0) 8620 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:39.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:39 smithi184 bash[59794]: audit 2024-03-21T13:12:38.779610+0000 mon.a (mon.0) 8621 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:39.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:39 smithi184 bash[59794]: audit 2024-03-21T13:12:38.783448+0000 mon.a (mon.0) 8622 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:39.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:39 smithi184 bash[59794]: audit 2024-03-21T13:12:38.785037+0000 mon.a (mon.0) 8623 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:39.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:39 smithi184 bash[59794]: audit 2024-03-21T13:12:38.797584+0000 mon.a (mon.0) 8624 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:39.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:39 smithi184 bash[59794]: audit 2024-03-21T13:12:38.876055+0000 mon.a (mon.0) 8625 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:39.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:39 smithi184 bash[59794]: audit 2024-03-21T13:12:38.879261+0000 mon.a (mon.0) 8626 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:39.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:39 smithi184 bash[59794]: audit 2024-03-21T13:12:38.883206+0000 mon.a (mon.0) 8627 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:39.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:39 smithi184 bash[59794]: audit 2024-03-21T13:12:38.884771+0000 mon.a (mon.0) 8628 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:39.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:39 smithi184 bash[59794]: audit 2024-03-21T13:12:38.895587+0000 mon.a (mon.0) 8629 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:39.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:39 smithi184 bash[59794]: audit 2024-03-21T13:12:38.975019+0000 mon.a (mon.0) 8630 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:39.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:39 smithi184 bash[59794]: audit 2024-03-21T13:12:38.978524+0000 mon.a (mon.0) 8631 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:39.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:39 smithi184 bash[59794]: audit 2024-03-21T13:12:38.982286+0000 mon.a (mon.0) 8632 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:39.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:39 smithi184 bash[59794]: audit 2024-03-21T13:12:38.983613+0000 mon.a (mon.0) 8633 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:39.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:39 smithi184 bash[59794]: audit 2024-03-21T13:12:38.995953+0000 mon.a (mon.0) 8634 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:39.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:39 smithi184 bash[59794]: audit 2024-03-21T13:12:39.072675+0000 mon.a (mon.0) 8635 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:39.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:39 smithi184 bash[59794]: audit 2024-03-21T13:12:39.075912+0000 mon.a (mon.0) 8636 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:39.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:39 smithi184 bash[59794]: audit 2024-03-21T13:12:39.079206+0000 mon.a (mon.0) 8637 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:39.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:39 smithi184 bash[59794]: audit 2024-03-21T13:12:39.080651+0000 mon.a (mon.0) 8638 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:39.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:39 smithi184 bash[59794]: audit 2024-03-21T13:12:39.092088+0000 mon.a (mon.0) 8639 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:39.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:39 smithi184 bash[59794]: audit 2024-03-21T13:12:39.176119+0000 mon.a (mon.0) 8640 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:39.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:39 smithi184 bash[59794]: audit 2024-03-21T13:12:39.181086+0000 mon.a (mon.0) 8641 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:39.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:39 smithi184 bash[59794]: audit 2024-03-21T13:12:39.185111+0000 mon.a (mon.0) 8642 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:39.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:39 smithi184 bash[59794]: audit 2024-03-21T13:12:39.186689+0000 mon.a (mon.0) 8643 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:39.330 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:39 smithi184 bash[59794]: audit 2024-03-21T13:12:39.198718+0000 mon.a (mon.0) 8644 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:39.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:39 smithi178 bash[75692]: cephadm 2024-03-21T13:12:37.297206+0000 mgr.x (mgr.34104) 5530 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:39.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:39 smithi178 bash[75692]: cluster 2024-03-21T13:12:37.384706+0000 mgr.x (mgr.34104) 5531 : cluster [DBG] pgmap v3661: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:39.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:39 smithi178 bash[75692]: cluster 2024-03-21T13:12:37.385206+0000 mgr.x (mgr.34104) 5532 : cluster [DBG] pgmap v3662: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:39.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:39 smithi178 bash[75692]: cephadm 2024-03-21T13:12:37.394401+0000 mgr.x (mgr.34104) 5533 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:39.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:39 smithi178 bash[75692]: cluster 2024-03-21T13:12:37.483335+0000 mgr.x (mgr.34104) 5534 : cluster [DBG] pgmap v3663: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:39.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:39 smithi178 bash[75692]: cluster 2024-03-21T13:12:37.483609+0000 mgr.x (mgr.34104) 5535 : cluster [DBG] pgmap v3664: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:39.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:39 smithi178 bash[75692]: cephadm 2024-03-21T13:12:37.492781+0000 mgr.x (mgr.34104) 5536 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:39.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:39 smithi178 bash[75692]: cluster 2024-03-21T13:12:37.589678+0000 mgr.x (mgr.34104) 5537 : cluster [DBG] pgmap v3665: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:39.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:39 smithi178 bash[75692]: cluster 2024-03-21T13:12:37.590093+0000 mgr.x (mgr.34104) 5538 : cluster [DBG] pgmap v3666: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:39.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:39 smithi178 bash[75692]: cephadm 2024-03-21T13:12:37.599725+0000 mgr.x (mgr.34104) 5539 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:39.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:39 smithi178 bash[75692]: cluster 2024-03-21T13:12:37.687651+0000 mgr.x (mgr.34104) 5540 : cluster [DBG] pgmap v3667: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:39.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:39 smithi178 bash[75692]: cluster 2024-03-21T13:12:37.688116+0000 mgr.x (mgr.34104) 5541 : cluster [DBG] pgmap v3668: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:39.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:39 smithi178 bash[75692]: cephadm 2024-03-21T13:12:37.697757+0000 mgr.x (mgr.34104) 5542 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:39.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:39 smithi178 bash[75692]: cluster 2024-03-21T13:12:37.788900+0000 mgr.x (mgr.34104) 5543 : cluster [DBG] pgmap v3669: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:39.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:39 smithi178 bash[75692]: cluster 2024-03-21T13:12:37.789185+0000 mgr.x (mgr.34104) 5544 : cluster [DBG] pgmap v3670: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:39.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:39 smithi178 bash[75692]: cephadm 2024-03-21T13:12:37.799738+0000 mgr.x (mgr.34104) 5545 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:39.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:39 smithi178 bash[75692]: cluster 2024-03-21T13:12:37.891017+0000 mgr.x (mgr.34104) 5546 : cluster [DBG] pgmap v3671: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:39.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:39 smithi178 bash[75692]: cluster 2024-03-21T13:12:37.891363+0000 mgr.x (mgr.34104) 5547 : cluster [DBG] pgmap v3672: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:39.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:39 smithi178 bash[75692]: cephadm 2024-03-21T13:12:37.901701+0000 mgr.x (mgr.34104) 5548 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:39.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:39 smithi178 bash[75692]: cluster 2024-03-21T13:12:37.994374+0000 mgr.x (mgr.34104) 5549 : cluster [DBG] pgmap v3673: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:39.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:39 smithi178 bash[77880]: cephadm 2024-03-21T13:12:37.297206+0000 mgr.x (mgr.34104) 5530 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:39.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:39 smithi178 bash[77880]: cluster 2024-03-21T13:12:37.384706+0000 mgr.x (mgr.34104) 5531 : cluster [DBG] pgmap v3661: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:39.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:39 smithi178 bash[77880]: cluster 2024-03-21T13:12:37.385206+0000 mgr.x (mgr.34104) 5532 : cluster [DBG] pgmap v3662: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:39.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:39 smithi178 bash[77880]: cephadm 2024-03-21T13:12:37.394401+0000 mgr.x (mgr.34104) 5533 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:39.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:39 smithi178 bash[77880]: cluster 2024-03-21T13:12:37.483335+0000 mgr.x (mgr.34104) 5534 : cluster [DBG] pgmap v3663: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:39.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:39 smithi178 bash[77880]: cluster 2024-03-21T13:12:37.483609+0000 mgr.x (mgr.34104) 5535 : cluster [DBG] pgmap v3664: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:39.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:39 smithi178 bash[77880]: cephadm 2024-03-21T13:12:37.492781+0000 mgr.x (mgr.34104) 5536 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:39.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:39 smithi178 bash[77880]: cluster 2024-03-21T13:12:37.589678+0000 mgr.x (mgr.34104) 5537 : cluster [DBG] pgmap v3665: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:39.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:39 smithi178 bash[77880]: cluster 2024-03-21T13:12:37.590093+0000 mgr.x (mgr.34104) 5538 : cluster [DBG] pgmap v3666: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:39.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:39 smithi178 bash[77880]: cephadm 2024-03-21T13:12:37.599725+0000 mgr.x (mgr.34104) 5539 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:39.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:39 smithi178 bash[77880]: cluster 2024-03-21T13:12:37.687651+0000 mgr.x (mgr.34104) 5540 : cluster [DBG] pgmap v3667: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:39.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:39 smithi178 bash[77880]: cluster 2024-03-21T13:12:37.688116+0000 mgr.x (mgr.34104) 5541 : cluster [DBG] pgmap v3668: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:39.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:39 smithi178 bash[77880]: cephadm 2024-03-21T13:12:37.697757+0000 mgr.x (mgr.34104) 5542 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:39.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:39 smithi178 bash[77880]: cluster 2024-03-21T13:12:37.788900+0000 mgr.x (mgr.34104) 5543 : cluster [DBG] pgmap v3669: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:39.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:39 smithi178 bash[77880]: cluster 2024-03-21T13:12:37.789185+0000 mgr.x (mgr.34104) 5544 : cluster [DBG] pgmap v3670: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:39.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:39 smithi178 bash[77880]: cephadm 2024-03-21T13:12:37.799738+0000 mgr.x (mgr.34104) 5545 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:39.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:39 smithi178 bash[77880]: cluster 2024-03-21T13:12:37.891017+0000 mgr.x (mgr.34104) 5546 : cluster [DBG] pgmap v3671: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:39.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:39 smithi178 bash[77880]: cluster 2024-03-21T13:12:37.891363+0000 mgr.x (mgr.34104) 5547 : cluster [DBG] pgmap v3672: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:39.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:39 smithi178 bash[77880]: cephadm 2024-03-21T13:12:37.901701+0000 mgr.x (mgr.34104) 5548 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:39.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:39 smithi178 bash[77880]: cluster 2024-03-21T13:12:37.994374+0000 mgr.x (mgr.34104) 5549 : cluster [DBG] pgmap v3673: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:39.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:39 smithi178 bash[75692]: cluster 2024-03-21T13:12:37.994644+0000 mgr.x (mgr.34104) 5550 : cluster [DBG] pgmap v3674: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:39.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:39 smithi178 bash[75692]: cephadm 2024-03-21T13:12:38.004461+0000 mgr.x (mgr.34104) 5551 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:39.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:39 smithi178 bash[75692]: cluster 2024-03-21T13:12:38.097103+0000 mgr.x (mgr.34104) 5552 : cluster [DBG] pgmap v3675: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:39.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:39 smithi178 bash[75692]: cluster 2024-03-21T13:12:38.097553+0000 mgr.x (mgr.34104) 5553 : cluster [DBG] pgmap v3676: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:39.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:39 smithi178 bash[75692]: cephadm 2024-03-21T13:12:38.106907+0000 mgr.x (mgr.34104) 5554 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:39.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:39 smithi178 bash[75692]: cluster 2024-03-21T13:12:38.198319+0000 mgr.x (mgr.34104) 5555 : cluster [DBG] pgmap v3677: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:39.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:39 smithi178 bash[75692]: cluster 2024-03-21T13:12:38.198852+0000 mgr.x (mgr.34104) 5556 : cluster [DBG] pgmap v3678: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:39.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:39 smithi178 bash[75692]: cephadm 2024-03-21T13:12:38.208981+0000 mgr.x (mgr.34104) 5557 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:39.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:39 smithi178 bash[75692]: audit 2024-03-21T13:12:38.286918+0000 mon.a (mon.0) 8595 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:39.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:39 smithi178 bash[75692]: audit 2024-03-21T13:12:38.289056+0000 mon.a (mon.0) 8596 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:39.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:39 smithi178 bash[75692]: audit 2024-03-21T13:12:38.291667+0000 mon.a (mon.0) 8597 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:39.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:39 smithi178 bash[75692]: audit 2024-03-21T13:12:38.292555+0000 mon.a (mon.0) 8598 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:39.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:39 smithi178 bash[75692]: cluster 2024-03-21T13:12:38.294900+0000 mgr.x (mgr.34104) 5558 : cluster [DBG] pgmap v3679: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:39.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:39 smithi178 bash[75692]: audit 2024-03-21T13:12:38.298965+0000 mon.a (mon.0) 8599 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:39.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:39 smithi178 bash[75692]: audit 2024-03-21T13:12:38.382856+0000 mon.a (mon.0) 8600 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:39.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:39 smithi178 bash[75692]: audit 2024-03-21T13:12:38.386137+0000 mon.a (mon.0) 8601 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:39.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:39 smithi178 bash[75692]: audit 2024-03-21T13:12:38.389241+0000 mon.a (mon.0) 8602 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:39.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:39 smithi178 bash[75692]: audit 2024-03-21T13:12:38.390922+0000 mon.a (mon.0) 8603 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:39.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:39 smithi178 bash[75692]: audit 2024-03-21T13:12:38.402460+0000 mon.a (mon.0) 8604 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:39.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:39 smithi178 bash[75692]: audit 2024-03-21T13:12:38.486739+0000 mon.a (mon.0) 8605 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:39.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:39 smithi178 bash[77880]: cluster 2024-03-21T13:12:37.994644+0000 mgr.x (mgr.34104) 5550 : cluster [DBG] pgmap v3674: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:39.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:39 smithi178 bash[77880]: cephadm 2024-03-21T13:12:38.004461+0000 mgr.x (mgr.34104) 5551 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:39.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:39 smithi178 bash[77880]: cluster 2024-03-21T13:12:38.097103+0000 mgr.x (mgr.34104) 5552 : cluster [DBG] pgmap v3675: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:39.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:39 smithi178 bash[77880]: cluster 2024-03-21T13:12:38.097553+0000 mgr.x (mgr.34104) 5553 : cluster [DBG] pgmap v3676: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:39.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:39 smithi178 bash[77880]: cephadm 2024-03-21T13:12:38.106907+0000 mgr.x (mgr.34104) 5554 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:39.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:39 smithi178 bash[77880]: cluster 2024-03-21T13:12:38.198319+0000 mgr.x (mgr.34104) 5555 : cluster [DBG] pgmap v3677: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:39.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:39 smithi178 bash[77880]: cluster 2024-03-21T13:12:38.198852+0000 mgr.x (mgr.34104) 5556 : cluster [DBG] pgmap v3678: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:39.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:39 smithi178 bash[77880]: cephadm 2024-03-21T13:12:38.208981+0000 mgr.x (mgr.34104) 5557 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:39.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:39 smithi178 bash[77880]: audit 2024-03-21T13:12:38.286918+0000 mon.a (mon.0) 8595 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:39.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:39 smithi178 bash[77880]: audit 2024-03-21T13:12:38.289056+0000 mon.a (mon.0) 8596 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:39.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:39 smithi178 bash[77880]: audit 2024-03-21T13:12:38.291667+0000 mon.a (mon.0) 8597 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:39.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:39 smithi178 bash[77880]: audit 2024-03-21T13:12:38.292555+0000 mon.a (mon.0) 8598 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:39.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:39 smithi178 bash[77880]: cluster 2024-03-21T13:12:38.294900+0000 mgr.x (mgr.34104) 5558 : cluster [DBG] pgmap v3679: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:39.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:39 smithi178 bash[77880]: audit 2024-03-21T13:12:38.298965+0000 mon.a (mon.0) 8599 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:39.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:39 smithi178 bash[77880]: audit 2024-03-21T13:12:38.382856+0000 mon.a (mon.0) 8600 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:39.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:39 smithi178 bash[77880]: audit 2024-03-21T13:12:38.386137+0000 mon.a (mon.0) 8601 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:39.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:39 smithi178 bash[77880]: audit 2024-03-21T13:12:38.389241+0000 mon.a (mon.0) 8602 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:39.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:39 smithi178 bash[77880]: audit 2024-03-21T13:12:38.390922+0000 mon.a (mon.0) 8603 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:39.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:39 smithi178 bash[77880]: audit 2024-03-21T13:12:38.402460+0000 mon.a (mon.0) 8604 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:39.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:39 smithi178 bash[77880]: audit 2024-03-21T13:12:38.486739+0000 mon.a (mon.0) 8605 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:39.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:39 smithi178 bash[75692]: audit 2024-03-21T13:12:38.489677+0000 mon.a (mon.0) 8606 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:39.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:39 smithi178 bash[75692]: audit 2024-03-21T13:12:38.493156+0000 mon.a (mon.0) 8607 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:39.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:39 smithi178 bash[75692]: audit 2024-03-21T13:12:38.494646+0000 mon.a (mon.0) 8608 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:39.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:39 smithi178 bash[75692]: audit 2024-03-21T13:12:38.506596+0000 mon.a (mon.0) 8609 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:39.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:39 smithi178 bash[75692]: audit 2024-03-21T13:12:38.569379+0000 mon.a (mon.0) 8610 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:39.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:39 smithi178 bash[75692]: audit 2024-03-21T13:12:38.572524+0000 mon.a (mon.0) 8611 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:39.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:39 smithi178 bash[75692]: audit 2024-03-21T13:12:38.575475+0000 mon.a (mon.0) 8612 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:39.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:39 smithi178 bash[75692]: audit 2024-03-21T13:12:38.576743+0000 mon.a (mon.0) 8613 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:39.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:39 smithi178 bash[75692]: audit 2024-03-21T13:12:38.587916+0000 mon.a (mon.0) 8614 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:39.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:39 smithi178 bash[75692]: audit 2024-03-21T13:12:38.671082+0000 mon.a (mon.0) 8615 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:39.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:39 smithi178 bash[75692]: audit 2024-03-21T13:12:38.674481+0000 mon.a (mon.0) 8616 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:39.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:39 smithi178 bash[75692]: audit 2024-03-21T13:12:38.679121+0000 mon.a (mon.0) 8617 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:39.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:39 smithi178 bash[75692]: audit 2024-03-21T13:12:38.680788+0000 mon.a (mon.0) 8618 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:39.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:39 smithi178 bash[75692]: audit 2024-03-21T13:12:38.693523+0000 mon.a (mon.0) 8619 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:39.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:39 smithi178 bash[75692]: audit 2024-03-21T13:12:38.776362+0000 mon.a (mon.0) 8620 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:39.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:39 smithi178 bash[75692]: audit 2024-03-21T13:12:38.779610+0000 mon.a (mon.0) 8621 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:39.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:39 smithi178 bash[75692]: audit 2024-03-21T13:12:38.783448+0000 mon.a (mon.0) 8622 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:39.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:39 smithi178 bash[75692]: audit 2024-03-21T13:12:38.785037+0000 mon.a (mon.0) 8623 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:39.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:39 smithi178 bash[75692]: audit 2024-03-21T13:12:38.797584+0000 mon.a (mon.0) 8624 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:39.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:39 smithi178 bash[75692]: audit 2024-03-21T13:12:38.876055+0000 mon.a (mon.0) 8625 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:39.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:39 smithi178 bash[75692]: audit 2024-03-21T13:12:38.879261+0000 mon.a (mon.0) 8626 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:39.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:39 smithi178 bash[75692]: audit 2024-03-21T13:12:38.883206+0000 mon.a (mon.0) 8627 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:39.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:39 smithi178 bash[75692]: audit 2024-03-21T13:12:38.884771+0000 mon.a (mon.0) 8628 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:39.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:39 smithi178 bash[75692]: audit 2024-03-21T13:12:38.895587+0000 mon.a (mon.0) 8629 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:39.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:39 smithi178 bash[75692]: audit 2024-03-21T13:12:38.975019+0000 mon.a (mon.0) 8630 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:39.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:39 smithi178 bash[75692]: audit 2024-03-21T13:12:38.978524+0000 mon.a (mon.0) 8631 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:39.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:39 smithi178 bash[75692]: audit 2024-03-21T13:12:38.982286+0000 mon.a (mon.0) 8632 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:39.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:39 smithi178 bash[75692]: audit 2024-03-21T13:12:38.983613+0000 mon.a (mon.0) 8633 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:39.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:39 smithi178 bash[75692]: audit 2024-03-21T13:12:38.995953+0000 mon.a (mon.0) 8634 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:39.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:39 smithi178 bash[75692]: audit 2024-03-21T13:12:39.072675+0000 mon.a (mon.0) 8635 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:39.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:39 smithi178 bash[75692]: audit 2024-03-21T13:12:39.075912+0000 mon.a (mon.0) 8636 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:39.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:39 smithi178 bash[75692]: audit 2024-03-21T13:12:39.079206+0000 mon.a (mon.0) 8637 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:39.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:39 smithi178 bash[75692]: audit 2024-03-21T13:12:39.080651+0000 mon.a (mon.0) 8638 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:39.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:39 smithi178 bash[75692]: audit 2024-03-21T13:12:39.092088+0000 mon.a (mon.0) 8639 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:39.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:39 smithi178 bash[75692]: audit 2024-03-21T13:12:39.176119+0000 mon.a (mon.0) 8640 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:39.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:39 smithi178 bash[75692]: audit 2024-03-21T13:12:39.181086+0000 mon.a (mon.0) 8641 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:39.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:39 smithi178 bash[75692]: audit 2024-03-21T13:12:39.185111+0000 mon.a (mon.0) 8642 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:39.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:39 smithi178 bash[75692]: audit 2024-03-21T13:12:39.186689+0000 mon.a (mon.0) 8643 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:39.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:39 smithi178 bash[75692]: audit 2024-03-21T13:12:39.198718+0000 mon.a (mon.0) 8644 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:39.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:39 smithi178 bash[77880]: audit 2024-03-21T13:12:38.489677+0000 mon.a (mon.0) 8606 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:39.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:39 smithi178 bash[77880]: audit 2024-03-21T13:12:38.493156+0000 mon.a (mon.0) 8607 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:39.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:39 smithi178 bash[77880]: audit 2024-03-21T13:12:38.494646+0000 mon.a (mon.0) 8608 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:39.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:39 smithi178 bash[77880]: audit 2024-03-21T13:12:38.506596+0000 mon.a (mon.0) 8609 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:39.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:39 smithi178 bash[77880]: audit 2024-03-21T13:12:38.569379+0000 mon.a (mon.0) 8610 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:39.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:39 smithi178 bash[77880]: audit 2024-03-21T13:12:38.572524+0000 mon.a (mon.0) 8611 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:39.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:39 smithi178 bash[77880]: audit 2024-03-21T13:12:38.575475+0000 mon.a (mon.0) 8612 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:39.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:39 smithi178 bash[77880]: audit 2024-03-21T13:12:38.576743+0000 mon.a (mon.0) 8613 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:39.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:39 smithi178 bash[77880]: audit 2024-03-21T13:12:38.587916+0000 mon.a (mon.0) 8614 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:39.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:39 smithi178 bash[77880]: audit 2024-03-21T13:12:38.671082+0000 mon.a (mon.0) 8615 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:39.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:39 smithi178 bash[77880]: audit 2024-03-21T13:12:38.674481+0000 mon.a (mon.0) 8616 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:39.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:39 smithi178 bash[77880]: audit 2024-03-21T13:12:38.679121+0000 mon.a (mon.0) 8617 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:39.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:39 smithi178 bash[77880]: audit 2024-03-21T13:12:38.680788+0000 mon.a (mon.0) 8618 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:39.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:39 smithi178 bash[77880]: audit 2024-03-21T13:12:38.693523+0000 mon.a (mon.0) 8619 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:39.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:39 smithi178 bash[77880]: audit 2024-03-21T13:12:38.776362+0000 mon.a (mon.0) 8620 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:39.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:39 smithi178 bash[77880]: audit 2024-03-21T13:12:38.779610+0000 mon.a (mon.0) 8621 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:39.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:39 smithi178 bash[77880]: audit 2024-03-21T13:12:38.783448+0000 mon.a (mon.0) 8622 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:39.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:39 smithi178 bash[77880]: audit 2024-03-21T13:12:38.785037+0000 mon.a (mon.0) 8623 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:39.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:39 smithi178 bash[77880]: audit 2024-03-21T13:12:38.797584+0000 mon.a (mon.0) 8624 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:39.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:39 smithi178 bash[77880]: audit 2024-03-21T13:12:38.876055+0000 mon.a (mon.0) 8625 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:39.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:39 smithi178 bash[77880]: audit 2024-03-21T13:12:38.879261+0000 mon.a (mon.0) 8626 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:39.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:39 smithi178 bash[77880]: audit 2024-03-21T13:12:38.883206+0000 mon.a (mon.0) 8627 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:39.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:39 smithi178 bash[77880]: audit 2024-03-21T13:12:38.884771+0000 mon.a (mon.0) 8628 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:39.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:39 smithi178 bash[77880]: audit 2024-03-21T13:12:38.895587+0000 mon.a (mon.0) 8629 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:39.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:39 smithi178 bash[77880]: audit 2024-03-21T13:12:38.975019+0000 mon.a (mon.0) 8630 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:39.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:39 smithi178 bash[77880]: audit 2024-03-21T13:12:38.978524+0000 mon.a (mon.0) 8631 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:39.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:39 smithi178 bash[77880]: audit 2024-03-21T13:12:38.982286+0000 mon.a (mon.0) 8632 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:39.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:39 smithi178 bash[77880]: audit 2024-03-21T13:12:38.983613+0000 mon.a (mon.0) 8633 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:39.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:39 smithi178 bash[77880]: audit 2024-03-21T13:12:38.995953+0000 mon.a (mon.0) 8634 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:39.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:39 smithi178 bash[77880]: audit 2024-03-21T13:12:39.072675+0000 mon.a (mon.0) 8635 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:39.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:39 smithi178 bash[77880]: audit 2024-03-21T13:12:39.075912+0000 mon.a (mon.0) 8636 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:39.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:39 smithi178 bash[77880]: audit 2024-03-21T13:12:39.079206+0000 mon.a (mon.0) 8637 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:39.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:39 smithi178 bash[77880]: audit 2024-03-21T13:12:39.080651+0000 mon.a (mon.0) 8638 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:39.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:39 smithi178 bash[77880]: audit 2024-03-21T13:12:39.092088+0000 mon.a (mon.0) 8639 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:39.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:39 smithi178 bash[77880]: audit 2024-03-21T13:12:39.176119+0000 mon.a (mon.0) 8640 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:39.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:39 smithi178 bash[77880]: audit 2024-03-21T13:12:39.181086+0000 mon.a (mon.0) 8641 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:39.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:39 smithi178 bash[77880]: audit 2024-03-21T13:12:39.185111+0000 mon.a (mon.0) 8642 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:39.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:39 smithi178 bash[77880]: audit 2024-03-21T13:12:39.186689+0000 mon.a (mon.0) 8643 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:39.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:39 smithi178 bash[77880]: audit 2024-03-21T13:12:39.198718+0000 mon.a (mon.0) 8644 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:39.664 INFO:teuthology.orchestra.run.smithi178.stdout:true 2024-03-21T13:12:40.462 INFO:teuthology.orchestra.run.smithi178.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-21T13:12:40.462 INFO:teuthology.orchestra.run.smithi178.stdout:agent.smithi178 smithi178 running 16s ago 26m - - 2024-03-21T13:12:40.462 INFO:teuthology.orchestra.run.smithi178.stdout:agent.smithi184 smithi184 running 14s ago 26m - - 2024-03-21T13:12:40.462 INFO:teuthology.orchestra.run.smithi178.stdout:alertmanager.a smithi178 *:9093,9094 running (12m) 16s ago 19m 17.9M - 0.23.0 ba2b418f427c b9533705fcaf 2024-03-21T13:12:40.462 INFO:teuthology.orchestra.run.smithi178.stdout:grafana.a smithi184 *:3000 error 14s ago 19m - - 2024-03-21T13:12:40.462 INFO:teuthology.orchestra.run.smithi178.stdout:iscsi.foo.smithi178.qfgpzc smithi178 running (75s) 16s ago 17m 45.7M - 3.7 19e12293512f 73d2108e472a 2024-03-21T13:12:40.462 INFO:teuthology.orchestra.run.smithi178.stdout:mgr.x smithi184 *:8443,9283,8765 running (11m) 14s ago 25m 546M - 19.0.0-2267-g960fbbe4 19e12293512f 23b748469eab 2024-03-21T13:12:40.462 INFO:teuthology.orchestra.run.smithi178.stdout:mgr.y smithi178 *:8443,9283,8765 running (10m) 16s ago 27m 447M - 19.0.0-2267-g960fbbe4 19e12293512f 4b58d9293a93 2024-03-21T13:12:40.462 INFO:teuthology.orchestra.run.smithi178.stdout:mon.a smithi178 running (9m) 16s ago 27m 152M 2048M 19.0.0-2267-g960fbbe4 19e12293512f cdcc04604451 2024-03-21T13:12:40.462 INFO:teuthology.orchestra.run.smithi178.stdout:mon.b smithi184 running (8m) 14s ago 26m 67.3M 2048M 19.0.0-2267-g960fbbe4 19e12293512f 209431841a07 2024-03-21T13:12:40.463 INFO:teuthology.orchestra.run.smithi178.stdout:mon.c smithi178 running (9m) 16s ago 26m 71.0M 2048M 19.0.0-2267-g960fbbe4 19e12293512f 1de13280fabe 2024-03-21T13:12:40.463 INFO:teuthology.orchestra.run.smithi178.stdout:node-exporter.a smithi178 *:9100 running (34s) 16s ago 19m 9056k - 1.5.0 0da6a335fe13 c9a4a1ff1d7d 2024-03-21T13:12:40.463 INFO:teuthology.orchestra.run.smithi178.stdout:node-exporter.b smithi184 *:9100 running (30s) 14s ago 19m 8676k - 1.5.0 0da6a335fe13 64718b804018 2024-03-21T13:12:40.463 INFO:teuthology.orchestra.run.smithi178.stdout:osd.0 smithi178 running (7m) 16s ago 25m 64.2M 4096M 19.0.0-2267-g960fbbe4 19e12293512f ca44aa92861d 2024-03-21T13:12:40.463 INFO:teuthology.orchestra.run.smithi178.stdout:osd.1 smithi178 running (6m) 16s ago 24m 63.4M 4096M 19.0.0-2267-g960fbbe4 19e12293512f c559dec8e3df 2024-03-21T13:12:40.463 INFO:teuthology.orchestra.run.smithi178.stdout:osd.2 smithi178 running (5m) 16s ago 24m 61.6M 4096M 19.0.0-2267-g960fbbe4 19e12293512f 4ba78eee5937 2024-03-21T13:12:40.463 INFO:teuthology.orchestra.run.smithi178.stdout:osd.3 smithi178 running (5m) 16s ago 23m 61.2M 4096M 19.0.0-2267-g960fbbe4 19e12293512f f26cfcfca7d2 2024-03-21T13:12:40.463 INFO:teuthology.orchestra.run.smithi178.stdout:osd.4 smithi184 running (4m) 14s ago 22m 64.4M 4096M 19.0.0-2267-g960fbbe4 19e12293512f fdbedcf7f562 2024-03-21T13:12:40.463 INFO:teuthology.orchestra.run.smithi178.stdout:osd.5 smithi184 running (3m) 14s ago 22m 63.2M 4096M 19.0.0-2267-g960fbbe4 19e12293512f ea53f5dd04b2 2024-03-21T13:12:40.463 INFO:teuthology.orchestra.run.smithi178.stdout:osd.6 smithi184 running (3m) 14s ago 21m 55.7M 4096M 19.0.0-2267-g960fbbe4 19e12293512f b0765c5eb8f0 2024-03-21T13:12:40.463 INFO:teuthology.orchestra.run.smithi178.stdout:osd.7 smithi184 running (2m) 14s ago 20m 61.1M 4096M 19.0.0-2267-g960fbbe4 19e12293512f caf9c8ff9a5b 2024-03-21T13:12:40.463 INFO:teuthology.orchestra.run.smithi178.stdout:prometheus.a smithi184 *:9095 starting - - - - 2024-03-21T13:12:40.463 INFO:teuthology.orchestra.run.smithi178.stdout:rgw.foo.smithi178.amgrte smithi178 *:8000 running (2m) 16s ago 17m 90.8M - 19.0.0-2267-g960fbbe4 19e12293512f d50d551d1986 2024-03-21T13:12:40.463 INFO:teuthology.orchestra.run.smithi178.stdout:rgw.foo.smithi184.sylqte smithi184 *:8000 running (109s) 14s ago 17m 90.7M - 19.0.0-2267-g960fbbe4 19e12293512f df4876fbb053 2024-03-21T13:12:40.464 INFO:teuthology.orchestra.run.smithi178.stdout:rgw.smpl.smithi178.avyvkd smithi178 *:80 running (117s) 16s ago 17m 90.5M - 19.0.0-2267-g960fbbe4 19e12293512f 7ca4c68d0b72 2024-03-21T13:12:40.464 INFO:teuthology.orchestra.run.smithi178.stdout:rgw.smpl.smithi184.ccsuhn smithi184 *:80 running (102s) 14s ago 17m 90.7M - 19.0.0-2267-g960fbbe4 19e12293512f 63ad46f72bd7 2024-03-21T13:12:40.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[75692]: cephadm 2024-03-21T13:12:38.300145+0000 mgr.x (mgr.34104) 5559 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:40.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[75692]: cluster 2024-03-21T13:12:38.393934+0000 mgr.x (mgr.34104) 5560 : cluster [DBG] pgmap v3680: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:40.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[75692]: cluster 2024-03-21T13:12:38.394204+0000 mgr.x (mgr.34104) 5561 : cluster [DBG] pgmap v3681: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:40.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[75692]: cephadm 2024-03-21T13:12:38.403755+0000 mgr.x (mgr.34104) 5562 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:40.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[75692]: cluster 2024-03-21T13:12:38.497751+0000 mgr.x (mgr.34104) 5563 : cluster [DBG] pgmap v3682: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:40.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[75692]: cluster 2024-03-21T13:12:38.498314+0000 mgr.x (mgr.34104) 5564 : cluster [DBG] pgmap v3683: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:40.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[75692]: cephadm 2024-03-21T13:12:38.507954+0000 mgr.x (mgr.34104) 5565 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:40.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[75692]: cluster 2024-03-21T13:12:38.579116+0000 mgr.x (mgr.34104) 5566 : cluster [DBG] pgmap v3684: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:40.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[75692]: cluster 2024-03-21T13:12:38.579545+0000 mgr.x (mgr.34104) 5567 : cluster [DBG] pgmap v3685: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:40.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[75692]: cephadm 2024-03-21T13:12:38.589207+0000 mgr.x (mgr.34104) 5568 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:40.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[75692]: cluster 2024-03-21T13:12:38.684149+0000 mgr.x (mgr.34104) 5569 : cluster [DBG] pgmap v3686: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:40.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[75692]: cluster 2024-03-21T13:12:38.684674+0000 mgr.x (mgr.34104) 5570 : cluster [DBG] pgmap v3687: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:40.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[75692]: cephadm 2024-03-21T13:12:38.695045+0000 mgr.x (mgr.34104) 5571 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:40.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[75692]: cluster 2024-03-21T13:12:38.788279+0000 mgr.x (mgr.34104) 5572 : cluster [DBG] pgmap v3688: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:40.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[75692]: cluster 2024-03-21T13:12:38.788594+0000 mgr.x (mgr.34104) 5573 : cluster [DBG] pgmap v3689: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:40.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[75692]: cephadm 2024-03-21T13:12:38.798827+0000 mgr.x (mgr.34104) 5574 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:40.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[75692]: cluster 2024-03-21T13:12:38.887485+0000 mgr.x (mgr.34104) 5575 : cluster [DBG] pgmap v3690: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:40.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[75692]: cluster 2024-03-21T13:12:38.887893+0000 mgr.x (mgr.34104) 5576 : cluster [DBG] pgmap v3691: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:40.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[75692]: cephadm 2024-03-21T13:12:38.896952+0000 mgr.x (mgr.34104) 5577 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:40.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[75692]: cluster 2024-03-21T13:12:38.986614+0000 mgr.x (mgr.34104) 5578 : cluster [DBG] pgmap v3692: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s 2024-03-21T13:12:40.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[77880]: cephadm 2024-03-21T13:12:38.300145+0000 mgr.x (mgr.34104) 5559 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:40.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[77880]: cluster 2024-03-21T13:12:38.393934+0000 mgr.x (mgr.34104) 5560 : cluster [DBG] pgmap v3680: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:40.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[77880]: cluster 2024-03-21T13:12:38.394204+0000 mgr.x (mgr.34104) 5561 : cluster [DBG] pgmap v3681: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:40.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[77880]: cephadm 2024-03-21T13:12:38.403755+0000 mgr.x (mgr.34104) 5562 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:40.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[77880]: cluster 2024-03-21T13:12:38.497751+0000 mgr.x (mgr.34104) 5563 : cluster [DBG] pgmap v3682: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:40.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[77880]: cluster 2024-03-21T13:12:38.498314+0000 mgr.x (mgr.34104) 5564 : cluster [DBG] pgmap v3683: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:40.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[77880]: cephadm 2024-03-21T13:12:38.507954+0000 mgr.x (mgr.34104) 5565 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:40.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[77880]: cluster 2024-03-21T13:12:38.579116+0000 mgr.x (mgr.34104) 5566 : cluster [DBG] pgmap v3684: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:40.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[77880]: cluster 2024-03-21T13:12:38.579545+0000 mgr.x (mgr.34104) 5567 : cluster [DBG] pgmap v3685: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:40.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[77880]: cephadm 2024-03-21T13:12:38.589207+0000 mgr.x (mgr.34104) 5568 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:40.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[77880]: cluster 2024-03-21T13:12:38.684149+0000 mgr.x (mgr.34104) 5569 : cluster [DBG] pgmap v3686: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:40.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[77880]: cluster 2024-03-21T13:12:38.684674+0000 mgr.x (mgr.34104) 5570 : cluster [DBG] pgmap v3687: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:40.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[77880]: cephadm 2024-03-21T13:12:38.695045+0000 mgr.x (mgr.34104) 5571 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:40.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[77880]: cluster 2024-03-21T13:12:38.788279+0000 mgr.x (mgr.34104) 5572 : cluster [DBG] pgmap v3688: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:40.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[77880]: cluster 2024-03-21T13:12:38.788594+0000 mgr.x (mgr.34104) 5573 : cluster [DBG] pgmap v3689: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:40.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[77880]: cephadm 2024-03-21T13:12:38.798827+0000 mgr.x (mgr.34104) 5574 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:40.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[77880]: cluster 2024-03-21T13:12:38.887485+0000 mgr.x (mgr.34104) 5575 : cluster [DBG] pgmap v3690: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:40.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[77880]: cluster 2024-03-21T13:12:38.887893+0000 mgr.x (mgr.34104) 5576 : cluster [DBG] pgmap v3691: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:40.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[77880]: cephadm 2024-03-21T13:12:38.896952+0000 mgr.x (mgr.34104) 5577 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:40.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[77880]: cluster 2024-03-21T13:12:38.986614+0000 mgr.x (mgr.34104) 5578 : cluster [DBG] pgmap v3692: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s 2024-03-21T13:12:40.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[75692]: cluster 2024-03-21T13:12:38.987134+0000 mgr.x (mgr.34104) 5579 : cluster [DBG] pgmap v3693: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s 2024-03-21T13:12:40.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[75692]: cephadm 2024-03-21T13:12:38.997469+0000 mgr.x (mgr.34104) 5580 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:40.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[75692]: cluster 2024-03-21T13:12:39.083434+0000 mgr.x (mgr.34104) 5581 : cluster [DBG] pgmap v3694: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s 2024-03-21T13:12:40.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[75692]: cluster 2024-03-21T13:12:39.083847+0000 mgr.x (mgr.34104) 5582 : cluster [DBG] pgmap v3695: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s 2024-03-21T13:12:40.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[75692]: cephadm 2024-03-21T13:12:39.093221+0000 mgr.x (mgr.34104) 5583 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:40.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[75692]: cluster 2024-03-21T13:12:39.189908+0000 mgr.x (mgr.34104) 5584 : cluster [DBG] pgmap v3696: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s 2024-03-21T13:12:40.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[75692]: cluster 2024-03-21T13:12:39.190340+0000 mgr.x (mgr.34104) 5585 : cluster [DBG] pgmap v3697: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s 2024-03-21T13:12:40.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[75692]: cephadm 2024-03-21T13:12:39.200016+0000 mgr.x (mgr.34104) 5586 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:40.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[75692]: audit 2024-03-21T13:12:39.288241+0000 mon.a (mon.0) 8645 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:40.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[75692]: audit 2024-03-21T13:12:39.290440+0000 mon.a (mon.0) 8646 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:40.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[75692]: audit 2024-03-21T13:12:39.293044+0000 mon.a (mon.0) 8647 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:40.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[75692]: audit 2024-03-21T13:12:39.293980+0000 mon.a (mon.0) 8648 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:40.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[75692]: cluster 2024-03-21T13:12:39.296342+0000 mgr.x (mgr.34104) 5587 : cluster [DBG] pgmap v3698: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:40.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[75692]: cluster 2024-03-21T13:12:39.296752+0000 mgr.x (mgr.34104) 5588 : cluster [DBG] pgmap v3699: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:40.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[75692]: audit 2024-03-21T13:12:39.300832+0000 mon.a (mon.0) 8649 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:40.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[75692]: audit 2024-03-21T13:12:39.366687+0000 mon.a (mon.0) 8650 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:40.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[75692]: audit 2024-03-21T13:12:39.369698+0000 mon.a (mon.0) 8651 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:40.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[75692]: audit 2024-03-21T13:12:39.373683+0000 mon.a (mon.0) 8652 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:40.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[75692]: audit 2024-03-21T13:12:39.375191+0000 mon.a (mon.0) 8653 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:40.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[77880]: cluster 2024-03-21T13:12:38.987134+0000 mgr.x (mgr.34104) 5579 : cluster [DBG] pgmap v3693: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s 2024-03-21T13:12:40.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[77880]: cephadm 2024-03-21T13:12:38.997469+0000 mgr.x (mgr.34104) 5580 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:40.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[77880]: cluster 2024-03-21T13:12:39.083434+0000 mgr.x (mgr.34104) 5581 : cluster [DBG] pgmap v3694: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s 2024-03-21T13:12:40.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[77880]: cluster 2024-03-21T13:12:39.083847+0000 mgr.x (mgr.34104) 5582 : cluster [DBG] pgmap v3695: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s 2024-03-21T13:12:40.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[77880]: cephadm 2024-03-21T13:12:39.093221+0000 mgr.x (mgr.34104) 5583 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:40.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[77880]: cluster 2024-03-21T13:12:39.189908+0000 mgr.x (mgr.34104) 5584 : cluster [DBG] pgmap v3696: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s 2024-03-21T13:12:40.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[77880]: cluster 2024-03-21T13:12:39.190340+0000 mgr.x (mgr.34104) 5585 : cluster [DBG] pgmap v3697: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s 2024-03-21T13:12:40.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[77880]: cephadm 2024-03-21T13:12:39.200016+0000 mgr.x (mgr.34104) 5586 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:40.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[77880]: audit 2024-03-21T13:12:39.288241+0000 mon.a (mon.0) 8645 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:40.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[77880]: audit 2024-03-21T13:12:39.290440+0000 mon.a (mon.0) 8646 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:40.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[77880]: audit 2024-03-21T13:12:39.293044+0000 mon.a (mon.0) 8647 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:40.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[77880]: audit 2024-03-21T13:12:39.293980+0000 mon.a (mon.0) 8648 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:40.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[77880]: cluster 2024-03-21T13:12:39.296342+0000 mgr.x (mgr.34104) 5587 : cluster [DBG] pgmap v3698: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:40.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[77880]: cluster 2024-03-21T13:12:39.296752+0000 mgr.x (mgr.34104) 5588 : cluster [DBG] pgmap v3699: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:40.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[77880]: audit 2024-03-21T13:12:39.300832+0000 mon.a (mon.0) 8649 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:40.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[77880]: audit 2024-03-21T13:12:39.366687+0000 mon.a (mon.0) 8650 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:40.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[77880]: audit 2024-03-21T13:12:39.369698+0000 mon.a (mon.0) 8651 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:40.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[77880]: audit 2024-03-21T13:12:39.373683+0000 mon.a (mon.0) 8652 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:40.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[77880]: audit 2024-03-21T13:12:39.375191+0000 mon.a (mon.0) 8653 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:40.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[75692]: audit 2024-03-21T13:12:39.391228+0000 mon.a (mon.0) 8654 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:40.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[75692]: audit 2024-03-21T13:12:39.456122+0000 mon.a (mon.0) 8655 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:40.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[75692]: audit 2024-03-21T13:12:39.459395+0000 mon.a (mon.0) 8656 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:40.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[75692]: audit 2024-03-21T13:12:39.463171+0000 mon.a (mon.0) 8657 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:40.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[75692]: audit 2024-03-21T13:12:39.464920+0000 mon.a (mon.0) 8658 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:40.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[75692]: audit 2024-03-21T13:12:39.475003+0000 mon.a (mon.0) 8659 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:40.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[75692]: audit 2024-03-21T13:12:39.557334+0000 mon.a (mon.0) 8660 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:40.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[75692]: audit 2024-03-21T13:12:39.560454+0000 mon.a (mon.0) 8661 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:40.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[75692]: audit 2024-03-21T13:12:39.564181+0000 mon.a (mon.0) 8662 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:40.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[75692]: audit 2024-03-21T13:12:39.565878+0000 mon.a (mon.0) 8663 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:40.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[75692]: audit 2024-03-21T13:12:39.577484+0000 mon.a (mon.0) 8664 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:40.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[75692]: audit 2024-03-21T13:12:39.657441+0000 mon.a (mon.0) 8665 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:40.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[75692]: audit 2024-03-21T13:12:39.661769+0000 mon.a (mon.0) 8666 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:40.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[75692]: audit 2024-03-21T13:12:39.665270+0000 mon.a (mon.0) 8667 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:40.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[75692]: audit 2024-03-21T13:12:39.666717+0000 mon.a (mon.0) 8668 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:40.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[75692]: audit 2024-03-21T13:12:39.674222+0000 mon.a (mon.0) 8669 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:40.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[75692]: audit 2024-03-21T13:12:39.758473+0000 mon.a (mon.0) 8670 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:40.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[75692]: audit 2024-03-21T13:12:39.761462+0000 mon.a (mon.0) 8671 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:40.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[75692]: audit 2024-03-21T13:12:39.764544+0000 mon.a (mon.0) 8672 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:40.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[77880]: audit 2024-03-21T13:12:39.391228+0000 mon.a (mon.0) 8654 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:40.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[77880]: audit 2024-03-21T13:12:39.456122+0000 mon.a (mon.0) 8655 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:40.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[77880]: audit 2024-03-21T13:12:39.459395+0000 mon.a (mon.0) 8656 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:40.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[77880]: audit 2024-03-21T13:12:39.463171+0000 mon.a (mon.0) 8657 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:40.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[77880]: audit 2024-03-21T13:12:39.464920+0000 mon.a (mon.0) 8658 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:40.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[77880]: audit 2024-03-21T13:12:39.475003+0000 mon.a (mon.0) 8659 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:40.566 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[77880]: audit 2024-03-21T13:12:39.557334+0000 mon.a (mon.0) 8660 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:40.566 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[77880]: audit 2024-03-21T13:12:39.560454+0000 mon.a (mon.0) 8661 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:40.566 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[77880]: audit 2024-03-21T13:12:39.564181+0000 mon.a (mon.0) 8662 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:40.566 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[77880]: audit 2024-03-21T13:12:39.565878+0000 mon.a (mon.0) 8663 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:40.566 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[77880]: audit 2024-03-21T13:12:39.577484+0000 mon.a (mon.0) 8664 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:40.566 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[77880]: audit 2024-03-21T13:12:39.657441+0000 mon.a (mon.0) 8665 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:40.566 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[77880]: audit 2024-03-21T13:12:39.661769+0000 mon.a (mon.0) 8666 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:40.566 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[77880]: audit 2024-03-21T13:12:39.665270+0000 mon.a (mon.0) 8667 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:40.566 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[77880]: audit 2024-03-21T13:12:39.666717+0000 mon.a (mon.0) 8668 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:40.566 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[77880]: audit 2024-03-21T13:12:39.674222+0000 mon.a (mon.0) 8669 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:40.566 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[77880]: audit 2024-03-21T13:12:39.758473+0000 mon.a (mon.0) 8670 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:40.566 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[77880]: audit 2024-03-21T13:12:39.761462+0000 mon.a (mon.0) 8671 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:40.566 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[77880]: audit 2024-03-21T13:12:39.764544+0000 mon.a (mon.0) 8672 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:40.567 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[75692]: audit 2024-03-21T13:12:39.765716+0000 mon.a (mon.0) 8673 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:40.567 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[75692]: audit 2024-03-21T13:12:39.775609+0000 mon.a (mon.0) 8674 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:40.567 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[75692]: audit 2024-03-21T13:12:39.857504+0000 mon.a (mon.0) 8675 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:40.567 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[75692]: audit 2024-03-21T13:12:39.860173+0000 mon.a (mon.0) 8676 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:40.567 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[75692]: audit 2024-03-21T13:12:39.862694+0000 mon.a (mon.0) 8677 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:40.567 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[75692]: audit 2024-03-21T13:12:39.863573+0000 mon.a (mon.0) 8678 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:40.567 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[75692]: audit 2024-03-21T13:12:39.872926+0000 mon.a (mon.0) 8679 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:40.567 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[75692]: audit 2024-03-21T13:12:39.952637+0000 mon.a (mon.0) 8680 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:40.568 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[75692]: audit 2024-03-21T13:12:39.955516+0000 mon.a (mon.0) 8681 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:40.568 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[75692]: audit 2024-03-21T13:12:39.958415+0000 mon.a (mon.0) 8682 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:40.568 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[75692]: audit 2024-03-21T13:12:39.959592+0000 mon.a (mon.0) 8683 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:40.568 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[75692]: audit 2024-03-21T13:12:39.970029+0000 mon.a (mon.0) 8684 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:40.568 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[75692]: audit 2024-03-21T13:12:40.049380+0000 mon.a (mon.0) 8685 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:40.569 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[75692]: audit 2024-03-21T13:12:40.052613+0000 mon.a (mon.0) 8686 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:40.569 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[75692]: audit 2024-03-21T13:12:40.055736+0000 mon.a (mon.0) 8687 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:40.569 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[75692]: audit 2024-03-21T13:12:40.057060+0000 mon.a (mon.0) 8688 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:40.569 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[75692]: audit 2024-03-21T13:12:40.066369+0000 mon.a (mon.0) 8689 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:40.569 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[75692]: audit 2024-03-21T13:12:40.144767+0000 mon.a (mon.0) 8690 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:40.569 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[75692]: audit 2024-03-21T13:12:40.148078+0000 mon.a (mon.0) 8691 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:40.569 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[77880]: audit 2024-03-21T13:12:39.765716+0000 mon.a (mon.0) 8673 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:40.570 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[77880]: audit 2024-03-21T13:12:39.775609+0000 mon.a (mon.0) 8674 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:40.570 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[77880]: audit 2024-03-21T13:12:39.857504+0000 mon.a (mon.0) 8675 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:40.570 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[77880]: audit 2024-03-21T13:12:39.860173+0000 mon.a (mon.0) 8676 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:40.570 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[77880]: audit 2024-03-21T13:12:39.862694+0000 mon.a (mon.0) 8677 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:40.570 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[77880]: audit 2024-03-21T13:12:39.863573+0000 mon.a (mon.0) 8678 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:40.570 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[77880]: audit 2024-03-21T13:12:39.872926+0000 mon.a (mon.0) 8679 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:40.570 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[77880]: audit 2024-03-21T13:12:39.952637+0000 mon.a (mon.0) 8680 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:40.570 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[77880]: audit 2024-03-21T13:12:39.955516+0000 mon.a (mon.0) 8681 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:40.571 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[77880]: audit 2024-03-21T13:12:39.958415+0000 mon.a (mon.0) 8682 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:40.571 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[77880]: audit 2024-03-21T13:12:39.959592+0000 mon.a (mon.0) 8683 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:40.571 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[77880]: audit 2024-03-21T13:12:39.970029+0000 mon.a (mon.0) 8684 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:40.571 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[77880]: audit 2024-03-21T13:12:40.049380+0000 mon.a (mon.0) 8685 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:40.571 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[77880]: audit 2024-03-21T13:12:40.052613+0000 mon.a (mon.0) 8686 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:40.571 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[77880]: audit 2024-03-21T13:12:40.055736+0000 mon.a (mon.0) 8687 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:40.571 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[77880]: audit 2024-03-21T13:12:40.057060+0000 mon.a (mon.0) 8688 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:40.571 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[77880]: audit 2024-03-21T13:12:40.066369+0000 mon.a (mon.0) 8689 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:40.571 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[77880]: audit 2024-03-21T13:12:40.144767+0000 mon.a (mon.0) 8690 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:40.571 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[77880]: audit 2024-03-21T13:12:40.148078+0000 mon.a (mon.0) 8691 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:40.572 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[75692]: audit 2024-03-21T13:12:40.151545+0000 mon.a (mon.0) 8692 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:40.572 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[75692]: audit 2024-03-21T13:12:40.152896+0000 mon.a (mon.0) 8693 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:40.572 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[75692]: audit 2024-03-21T13:12:40.164296+0000 mon.a (mon.0) 8694 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:40.572 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[75692]: audit 2024-03-21T13:12:40.242630+0000 mon.a (mon.0) 8695 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:40.572 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[75692]: audit 2024-03-21T13:12:40.246152+0000 mon.a (mon.0) 8696 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:40.572 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[75692]: audit 2024-03-21T13:12:40.250008+0000 mon.a (mon.0) 8697 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:40.572 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[75692]: audit 2024-03-21T13:12:40.251666+0000 mon.a (mon.0) 8698 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:40.572 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[75692]: audit 2024-03-21T13:12:40.262537+0000 mon.a (mon.0) 8699 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:40.573 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[77880]: audit 2024-03-21T13:12:40.151545+0000 mon.a (mon.0) 8692 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:40.573 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[77880]: audit 2024-03-21T13:12:40.152896+0000 mon.a (mon.0) 8693 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:40.573 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[77880]: audit 2024-03-21T13:12:40.164296+0000 mon.a (mon.0) 8694 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:40.573 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[77880]: audit 2024-03-21T13:12:40.242630+0000 mon.a (mon.0) 8695 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:40.573 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[77880]: audit 2024-03-21T13:12:40.246152+0000 mon.a (mon.0) 8696 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:40.573 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[77880]: audit 2024-03-21T13:12:40.250008+0000 mon.a (mon.0) 8697 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:40.573 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[77880]: audit 2024-03-21T13:12:40.251666+0000 mon.a (mon.0) 8698 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:40.573 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:40 smithi178 bash[77880]: audit 2024-03-21T13:12:40.262537+0000 mon.a (mon.0) 8699 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:40.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:40 smithi184 bash[59794]: cephadm 2024-03-21T13:12:38.300145+0000 mgr.x (mgr.34104) 5559 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:40.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:40 smithi184 bash[59794]: cluster 2024-03-21T13:12:38.393934+0000 mgr.x (mgr.34104) 5560 : cluster [DBG] pgmap v3680: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:40.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:40 smithi184 bash[59794]: cluster 2024-03-21T13:12:38.394204+0000 mgr.x (mgr.34104) 5561 : cluster [DBG] pgmap v3681: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:40.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:40 smithi184 bash[59794]: cephadm 2024-03-21T13:12:38.403755+0000 mgr.x (mgr.34104) 5562 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:40.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:40 smithi184 bash[59794]: cluster 2024-03-21T13:12:38.497751+0000 mgr.x (mgr.34104) 5563 : cluster [DBG] pgmap v3682: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:40.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:40 smithi184 bash[59794]: cluster 2024-03-21T13:12:38.498314+0000 mgr.x (mgr.34104) 5564 : cluster [DBG] pgmap v3683: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:40.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:40 smithi184 bash[59794]: cephadm 2024-03-21T13:12:38.507954+0000 mgr.x (mgr.34104) 5565 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:40.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:40 smithi184 bash[59794]: cluster 2024-03-21T13:12:38.579116+0000 mgr.x (mgr.34104) 5566 : cluster [DBG] pgmap v3684: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:40.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:40 smithi184 bash[59794]: cluster 2024-03-21T13:12:38.579545+0000 mgr.x (mgr.34104) 5567 : cluster [DBG] pgmap v3685: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:40.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:40 smithi184 bash[59794]: cephadm 2024-03-21T13:12:38.589207+0000 mgr.x (mgr.34104) 5568 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:40.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:40 smithi184 bash[59794]: cluster 2024-03-21T13:12:38.684149+0000 mgr.x (mgr.34104) 5569 : cluster [DBG] pgmap v3686: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:40.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:40 smithi184 bash[59794]: cluster 2024-03-21T13:12:38.684674+0000 mgr.x (mgr.34104) 5570 : cluster [DBG] pgmap v3687: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:40.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:40 smithi184 bash[59794]: cephadm 2024-03-21T13:12:38.695045+0000 mgr.x (mgr.34104) 5571 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:40.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:40 smithi184 bash[59794]: cluster 2024-03-21T13:12:38.788279+0000 mgr.x (mgr.34104) 5572 : cluster [DBG] pgmap v3688: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:40.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:40 smithi184 bash[59794]: cluster 2024-03-21T13:12:38.788594+0000 mgr.x (mgr.34104) 5573 : cluster [DBG] pgmap v3689: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:40.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:40 smithi184 bash[59794]: cephadm 2024-03-21T13:12:38.798827+0000 mgr.x (mgr.34104) 5574 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:40.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:40 smithi184 bash[59794]: cluster 2024-03-21T13:12:38.887485+0000 mgr.x (mgr.34104) 5575 : cluster [DBG] pgmap v3690: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:40.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:40 smithi184 bash[59794]: cluster 2024-03-21T13:12:38.887893+0000 mgr.x (mgr.34104) 5576 : cluster [DBG] pgmap v3691: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:40.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:40 smithi184 bash[59794]: cephadm 2024-03-21T13:12:38.896952+0000 mgr.x (mgr.34104) 5577 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:40.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:40 smithi184 bash[59794]: cluster 2024-03-21T13:12:38.986614+0000 mgr.x (mgr.34104) 5578 : cluster [DBG] pgmap v3692: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s 2024-03-21T13:12:40.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:40 smithi184 bash[59794]: cluster 2024-03-21T13:12:38.987134+0000 mgr.x (mgr.34104) 5579 : cluster [DBG] pgmap v3693: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s 2024-03-21T13:12:40.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:40 smithi184 bash[59794]: cephadm 2024-03-21T13:12:38.997469+0000 mgr.x (mgr.34104) 5580 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:40.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:40 smithi184 bash[59794]: cluster 2024-03-21T13:12:39.083434+0000 mgr.x (mgr.34104) 5581 : cluster [DBG] pgmap v3694: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s 2024-03-21T13:12:40.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:40 smithi184 bash[59794]: cluster 2024-03-21T13:12:39.083847+0000 mgr.x (mgr.34104) 5582 : cluster [DBG] pgmap v3695: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s 2024-03-21T13:12:40.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:40 smithi184 bash[59794]: cephadm 2024-03-21T13:12:39.093221+0000 mgr.x (mgr.34104) 5583 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:40.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:40 smithi184 bash[59794]: cluster 2024-03-21T13:12:39.189908+0000 mgr.x (mgr.34104) 5584 : cluster [DBG] pgmap v3696: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s 2024-03-21T13:12:40.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:40 smithi184 bash[59794]: cluster 2024-03-21T13:12:39.190340+0000 mgr.x (mgr.34104) 5585 : cluster [DBG] pgmap v3697: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s 2024-03-21T13:12:40.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:40 smithi184 bash[59794]: cephadm 2024-03-21T13:12:39.200016+0000 mgr.x (mgr.34104) 5586 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:40.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:40 smithi184 bash[59794]: audit 2024-03-21T13:12:39.288241+0000 mon.a (mon.0) 8645 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:40.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:40 smithi184 bash[59794]: audit 2024-03-21T13:12:39.290440+0000 mon.a (mon.0) 8646 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:40.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:40 smithi184 bash[59794]: audit 2024-03-21T13:12:39.293044+0000 mon.a (mon.0) 8647 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:40.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:40 smithi184 bash[59794]: audit 2024-03-21T13:12:39.293980+0000 mon.a (mon.0) 8648 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:40.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:40 smithi184 bash[59794]: cluster 2024-03-21T13:12:39.296342+0000 mgr.x (mgr.34104) 5587 : cluster [DBG] pgmap v3698: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:40.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:40 smithi184 bash[59794]: cluster 2024-03-21T13:12:39.296752+0000 mgr.x (mgr.34104) 5588 : cluster [DBG] pgmap v3699: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:40.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:40 smithi184 bash[59794]: audit 2024-03-21T13:12:39.300832+0000 mon.a (mon.0) 8649 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:40.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:40 smithi184 bash[59794]: audit 2024-03-21T13:12:39.366687+0000 mon.a (mon.0) 8650 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:40.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:40 smithi184 bash[59794]: audit 2024-03-21T13:12:39.369698+0000 mon.a (mon.0) 8651 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:40.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:40 smithi184 bash[59794]: audit 2024-03-21T13:12:39.373683+0000 mon.a (mon.0) 8652 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:40.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:40 smithi184 bash[59794]: audit 2024-03-21T13:12:39.375191+0000 mon.a (mon.0) 8653 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:40.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:40 smithi184 bash[59794]: audit 2024-03-21T13:12:39.391228+0000 mon.a (mon.0) 8654 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:40.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:40 smithi184 bash[59794]: audit 2024-03-21T13:12:39.456122+0000 mon.a (mon.0) 8655 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:40.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:40 smithi184 bash[59794]: audit 2024-03-21T13:12:39.459395+0000 mon.a (mon.0) 8656 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:40.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:40 smithi184 bash[59794]: audit 2024-03-21T13:12:39.463171+0000 mon.a (mon.0) 8657 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:40.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:40 smithi184 bash[59794]: audit 2024-03-21T13:12:39.464920+0000 mon.a (mon.0) 8658 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:40.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:40 smithi184 bash[59794]: audit 2024-03-21T13:12:39.475003+0000 mon.a (mon.0) 8659 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:40.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:40 smithi184 bash[59794]: audit 2024-03-21T13:12:39.557334+0000 mon.a (mon.0) 8660 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:40.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:40 smithi184 bash[59794]: audit 2024-03-21T13:12:39.560454+0000 mon.a (mon.0) 8661 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:40.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:40 smithi184 bash[59794]: audit 2024-03-21T13:12:39.564181+0000 mon.a (mon.0) 8662 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:40.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:40 smithi184 bash[59794]: audit 2024-03-21T13:12:39.565878+0000 mon.a (mon.0) 8663 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:40.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:40 smithi184 bash[59794]: audit 2024-03-21T13:12:39.577484+0000 mon.a (mon.0) 8664 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:40.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:40 smithi184 bash[59794]: audit 2024-03-21T13:12:39.657441+0000 mon.a (mon.0) 8665 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:40.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:40 smithi184 bash[59794]: audit 2024-03-21T13:12:39.661769+0000 mon.a (mon.0) 8666 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:40.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:40 smithi184 bash[59794]: audit 2024-03-21T13:12:39.665270+0000 mon.a (mon.0) 8667 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:40.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:40 smithi184 bash[59794]: audit 2024-03-21T13:12:39.666717+0000 mon.a (mon.0) 8668 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:40.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:40 smithi184 bash[59794]: audit 2024-03-21T13:12:39.674222+0000 mon.a (mon.0) 8669 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:40.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:40 smithi184 bash[59794]: audit 2024-03-21T13:12:39.758473+0000 mon.a (mon.0) 8670 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:40.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:40 smithi184 bash[59794]: audit 2024-03-21T13:12:39.761462+0000 mon.a (mon.0) 8671 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:40.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:40 smithi184 bash[59794]: audit 2024-03-21T13:12:39.764544+0000 mon.a (mon.0) 8672 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:40.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:40 smithi184 bash[59794]: audit 2024-03-21T13:12:39.765716+0000 mon.a (mon.0) 8673 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:40.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:40 smithi184 bash[59794]: audit 2024-03-21T13:12:39.775609+0000 mon.a (mon.0) 8674 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:40.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:40 smithi184 bash[59794]: audit 2024-03-21T13:12:39.857504+0000 mon.a (mon.0) 8675 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:40.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:40 smithi184 bash[59794]: audit 2024-03-21T13:12:39.860173+0000 mon.a (mon.0) 8676 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:40.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:40 smithi184 bash[59794]: audit 2024-03-21T13:12:39.862694+0000 mon.a (mon.0) 8677 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:40.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:40 smithi184 bash[59794]: audit 2024-03-21T13:12:39.863573+0000 mon.a (mon.0) 8678 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:40.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:40 smithi184 bash[59794]: audit 2024-03-21T13:12:39.872926+0000 mon.a (mon.0) 8679 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:40.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:40 smithi184 bash[59794]: audit 2024-03-21T13:12:39.952637+0000 mon.a (mon.0) 8680 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:40.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:40 smithi184 bash[59794]: audit 2024-03-21T13:12:39.955516+0000 mon.a (mon.0) 8681 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:40.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:40 smithi184 bash[59794]: audit 2024-03-21T13:12:39.958415+0000 mon.a (mon.0) 8682 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:40.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:40 smithi184 bash[59794]: audit 2024-03-21T13:12:39.959592+0000 mon.a (mon.0) 8683 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:40.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:40 smithi184 bash[59794]: audit 2024-03-21T13:12:39.970029+0000 mon.a (mon.0) 8684 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:40.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:40 smithi184 bash[59794]: audit 2024-03-21T13:12:40.049380+0000 mon.a (mon.0) 8685 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:40.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:40 smithi184 bash[59794]: audit 2024-03-21T13:12:40.052613+0000 mon.a (mon.0) 8686 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:40.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:40 smithi184 bash[59794]: audit 2024-03-21T13:12:40.055736+0000 mon.a (mon.0) 8687 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:40.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:40 smithi184 bash[59794]: audit 2024-03-21T13:12:40.057060+0000 mon.a (mon.0) 8688 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:40.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:40 smithi184 bash[59794]: audit 2024-03-21T13:12:40.066369+0000 mon.a (mon.0) 8689 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:40.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:40 smithi184 bash[59794]: audit 2024-03-21T13:12:40.144767+0000 mon.a (mon.0) 8690 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:40.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:40 smithi184 bash[59794]: audit 2024-03-21T13:12:40.148078+0000 mon.a (mon.0) 8691 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:40.581 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:40 smithi184 bash[59794]: audit 2024-03-21T13:12:40.151545+0000 mon.a (mon.0) 8692 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:40.581 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:40 smithi184 bash[59794]: audit 2024-03-21T13:12:40.152896+0000 mon.a (mon.0) 8693 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:40.581 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:40 smithi184 bash[59794]: audit 2024-03-21T13:12:40.164296+0000 mon.a (mon.0) 8694 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:40.581 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:40 smithi184 bash[59794]: audit 2024-03-21T13:12:40.242630+0000 mon.a (mon.0) 8695 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:40.581 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:40 smithi184 bash[59794]: audit 2024-03-21T13:12:40.246152+0000 mon.a (mon.0) 8696 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:40.581 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:40 smithi184 bash[59794]: audit 2024-03-21T13:12:40.250008+0000 mon.a (mon.0) 8697 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:40.582 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:40 smithi184 bash[59794]: audit 2024-03-21T13:12:40.251666+0000 mon.a (mon.0) 8698 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:40.582 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:40 smithi184 bash[59794]: audit 2024-03-21T13:12:40.262537+0000 mon.a (mon.0) 8699 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:40.922 INFO:teuthology.orchestra.run.smithi178.stdout:{ 2024-03-21T13:12:40.923 INFO:teuthology.orchestra.run.smithi178.stdout: "mon": { 2024-03-21T13:12:40.923 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 3 2024-03-21T13:12:40.923 INFO:teuthology.orchestra.run.smithi178.stdout: }, 2024-03-21T13:12:40.923 INFO:teuthology.orchestra.run.smithi178.stdout: "mgr": { 2024-03-21T13:12:40.923 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 2 2024-03-21T13:12:40.923 INFO:teuthology.orchestra.run.smithi178.stdout: }, 2024-03-21T13:12:40.923 INFO:teuthology.orchestra.run.smithi178.stdout: "osd": { 2024-03-21T13:12:40.923 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 8 2024-03-21T13:12:40.923 INFO:teuthology.orchestra.run.smithi178.stdout: }, 2024-03-21T13:12:40.923 INFO:teuthology.orchestra.run.smithi178.stdout: "rgw": { 2024-03-21T13:12:40.923 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 4 2024-03-21T13:12:40.923 INFO:teuthology.orchestra.run.smithi178.stdout: }, 2024-03-21T13:12:40.923 INFO:teuthology.orchestra.run.smithi178.stdout: "overall": { 2024-03-21T13:12:40.923 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 17 2024-03-21T13:12:40.924 INFO:teuthology.orchestra.run.smithi178.stdout: } 2024-03-21T13:12:40.924 INFO:teuthology.orchestra.run.smithi178.stdout:} 2024-03-21T13:12:41.289 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:41 smithi184 bash[59794]: cephadm 2024-03-21T13:12:39.302111+0000 mgr.x (mgr.34104) 5589 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:41.289 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:41 smithi184 bash[59794]: audit 2024-03-21T13:12:39.311813+0000 mgr.x (mgr.34104) 5590 : audit [DBG] from='client.54784 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:12:41.289 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:41 smithi184 bash[59794]: cluster 2024-03-21T13:12:39.378329+0000 mgr.x (mgr.34104) 5591 : cluster [DBG] pgmap v3700: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:41.289 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:41 smithi184 bash[59794]: cluster 2024-03-21T13:12:39.378668+0000 mgr.x (mgr.34104) 5592 : cluster [DBG] pgmap v3701: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:41.289 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:41 smithi184 bash[59794]: cephadm 2024-03-21T13:12:39.392557+0000 mgr.x (mgr.34104) 5593 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:41.290 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:41 smithi184 bash[59794]: cluster 2024-03-21T13:12:39.467747+0000 mgr.x (mgr.34104) 5594 : cluster [DBG] pgmap v3702: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:41.290 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:41 smithi184 bash[59794]: cluster 2024-03-21T13:12:39.468217+0000 mgr.x (mgr.34104) 5595 : cluster [DBG] pgmap v3703: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:41.290 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:41 smithi184 bash[59794]: cephadm 2024-03-21T13:12:39.476196+0000 mgr.x (mgr.34104) 5596 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:41.290 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:41 smithi184 bash[59794]: cluster 2024-03-21T13:12:39.569155+0000 mgr.x (mgr.34104) 5597 : cluster [DBG] pgmap v3704: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:41.290 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:41 smithi184 bash[59794]: cluster 2024-03-21T13:12:39.569680+0000 mgr.x (mgr.34104) 5598 : cluster [DBG] pgmap v3705: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:41.290 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:41 smithi184 bash[59794]: cephadm 2024-03-21T13:12:39.578720+0000 mgr.x (mgr.34104) 5599 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:41.290 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:41 smithi184 bash[59794]: audit 2024-03-21T13:12:39.640022+0000 mgr.x (mgr.34104) 5600 : audit [DBG] from='client.54871 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:12:41.290 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:41 smithi184 bash[59794]: cluster 2024-03-21T13:12:39.669726+0000 mgr.x (mgr.34104) 5601 : cluster [DBG] pgmap v3706: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:41.290 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:41 smithi184 bash[59794]: cluster 2024-03-21T13:12:39.670097+0000 mgr.x (mgr.34104) 5602 : cluster [DBG] pgmap v3707: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:41.290 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:41 smithi184 bash[59794]: cephadm 2024-03-21T13:12:39.675477+0000 mgr.x (mgr.34104) 5603 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:41.290 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:41 smithi184 bash[59794]: cluster 2024-03-21T13:12:39.768488+0000 mgr.x (mgr.34104) 5604 : cluster [DBG] pgmap v3708: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:41.290 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:41 smithi184 bash[59794]: cluster 2024-03-21T13:12:39.768952+0000 mgr.x (mgr.34104) 5605 : cluster [DBG] pgmap v3709: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:41.291 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:41 smithi184 bash[59794]: cephadm 2024-03-21T13:12:39.776783+0000 mgr.x (mgr.34104) 5606 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:41.291 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:41 smithi184 bash[59794]: cluster 2024-03-21T13:12:39.866139+0000 mgr.x (mgr.34104) 5607 : cluster [DBG] pgmap v3710: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:41.291 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:41 smithi184 bash[59794]: cluster 2024-03-21T13:12:39.866548+0000 mgr.x (mgr.34104) 5608 : cluster [DBG] pgmap v3711: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:41.291 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:41 smithi184 bash[59794]: cephadm 2024-03-21T13:12:39.874328+0000 mgr.x (mgr.34104) 5609 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:41.291 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:41 smithi184 bash[59794]: cluster 2024-03-21T13:12:39.962035+0000 mgr.x (mgr.34104) 5610 : cluster [DBG] pgmap v3712: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:41.337 INFO:teuthology.orchestra.run.smithi178.stdout:{ 2024-03-21T13:12:41.338 INFO:teuthology.orchestra.run.smithi178.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753", 2024-03-21T13:12:41.338 INFO:teuthology.orchestra.run.smithi178.stdout: "in_progress": true, 2024-03-21T13:12:41.338 INFO:teuthology.orchestra.run.smithi178.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-21T13:12:41.338 INFO:teuthology.orchestra.run.smithi178.stdout: "services_complete": [ 2024-03-21T13:12:41.338 INFO:teuthology.orchestra.run.smithi178.stdout: "rgw", 2024-03-21T13:12:41.338 INFO:teuthology.orchestra.run.smithi178.stdout: "osd", 2024-03-21T13:12:41.338 INFO:teuthology.orchestra.run.smithi178.stdout: "mgr", 2024-03-21T13:12:41.338 INFO:teuthology.orchestra.run.smithi178.stdout: "iscsi", 2024-03-21T13:12:41.338 INFO:teuthology.orchestra.run.smithi178.stdout: "mon" 2024-03-21T13:12:41.338 INFO:teuthology.orchestra.run.smithi178.stdout: ], 2024-03-21T13:12:41.338 INFO:teuthology.orchestra.run.smithi178.stdout: "progress": "18/23 daemons upgraded", 2024-03-21T13:12:41.338 INFO:teuthology.orchestra.run.smithi178.stdout: "message": "Currently upgrading prometheus daemons", 2024-03-21T13:12:41.339 INFO:teuthology.orchestra.run.smithi178.stdout: "is_paused": false 2024-03-21T13:12:41.339 INFO:teuthology.orchestra.run.smithi178.stdout:} 2024-03-21T13:12:41.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[75692]: cephadm 2024-03-21T13:12:39.302111+0000 mgr.x (mgr.34104) 5589 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:41.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[75692]: audit 2024-03-21T13:12:39.311813+0000 mgr.x (mgr.34104) 5590 : audit [DBG] from='client.54784 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:12:41.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[75692]: cluster 2024-03-21T13:12:39.378329+0000 mgr.x (mgr.34104) 5591 : cluster [DBG] pgmap v3700: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:41.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[75692]: cluster 2024-03-21T13:12:39.378668+0000 mgr.x (mgr.34104) 5592 : cluster [DBG] pgmap v3701: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:41.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[75692]: cephadm 2024-03-21T13:12:39.392557+0000 mgr.x (mgr.34104) 5593 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:41.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[75692]: cluster 2024-03-21T13:12:39.467747+0000 mgr.x (mgr.34104) 5594 : cluster [DBG] pgmap v3702: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:41.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[75692]: cluster 2024-03-21T13:12:39.468217+0000 mgr.x (mgr.34104) 5595 : cluster [DBG] pgmap v3703: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:41.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[75692]: cephadm 2024-03-21T13:12:39.476196+0000 mgr.x (mgr.34104) 5596 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:41.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[75692]: cluster 2024-03-21T13:12:39.569155+0000 mgr.x (mgr.34104) 5597 : cluster [DBG] pgmap v3704: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:41.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[75692]: cluster 2024-03-21T13:12:39.569680+0000 mgr.x (mgr.34104) 5598 : cluster [DBG] pgmap v3705: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:41.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[75692]: cephadm 2024-03-21T13:12:39.578720+0000 mgr.x (mgr.34104) 5599 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:41.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[75692]: audit 2024-03-21T13:12:39.640022+0000 mgr.x (mgr.34104) 5600 : audit [DBG] from='client.54871 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:12:41.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[75692]: cluster 2024-03-21T13:12:39.669726+0000 mgr.x (mgr.34104) 5601 : cluster [DBG] pgmap v3706: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:41.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[75692]: cluster 2024-03-21T13:12:39.670097+0000 mgr.x (mgr.34104) 5602 : cluster [DBG] pgmap v3707: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:41.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[75692]: cephadm 2024-03-21T13:12:39.675477+0000 mgr.x (mgr.34104) 5603 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:41.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[75692]: cluster 2024-03-21T13:12:39.768488+0000 mgr.x (mgr.34104) 5604 : cluster [DBG] pgmap v3708: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:41.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[75692]: cluster 2024-03-21T13:12:39.768952+0000 mgr.x (mgr.34104) 5605 : cluster [DBG] pgmap v3709: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:41.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[75692]: cephadm 2024-03-21T13:12:39.776783+0000 mgr.x (mgr.34104) 5606 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:41.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[75692]: cluster 2024-03-21T13:12:39.866139+0000 mgr.x (mgr.34104) 5607 : cluster [DBG] pgmap v3710: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:41.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[75692]: cluster 2024-03-21T13:12:39.866548+0000 mgr.x (mgr.34104) 5608 : cluster [DBG] pgmap v3711: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:41.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[77880]: cephadm 2024-03-21T13:12:39.302111+0000 mgr.x (mgr.34104) 5589 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:41.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[77880]: audit 2024-03-21T13:12:39.311813+0000 mgr.x (mgr.34104) 5590 : audit [DBG] from='client.54784 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:12:41.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[77880]: cluster 2024-03-21T13:12:39.378329+0000 mgr.x (mgr.34104) 5591 : cluster [DBG] pgmap v3700: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:41.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[77880]: cluster 2024-03-21T13:12:39.378668+0000 mgr.x (mgr.34104) 5592 : cluster [DBG] pgmap v3701: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:41.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[77880]: cephadm 2024-03-21T13:12:39.392557+0000 mgr.x (mgr.34104) 5593 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:41.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[77880]: cluster 2024-03-21T13:12:39.467747+0000 mgr.x (mgr.34104) 5594 : cluster [DBG] pgmap v3702: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:41.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[77880]: cluster 2024-03-21T13:12:39.468217+0000 mgr.x (mgr.34104) 5595 : cluster [DBG] pgmap v3703: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:41.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[77880]: cephadm 2024-03-21T13:12:39.476196+0000 mgr.x (mgr.34104) 5596 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:41.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[77880]: cluster 2024-03-21T13:12:39.569155+0000 mgr.x (mgr.34104) 5597 : cluster [DBG] pgmap v3704: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:41.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[77880]: cluster 2024-03-21T13:12:39.569680+0000 mgr.x (mgr.34104) 5598 : cluster [DBG] pgmap v3705: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:41.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[77880]: cephadm 2024-03-21T13:12:39.578720+0000 mgr.x (mgr.34104) 5599 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:41.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[77880]: audit 2024-03-21T13:12:39.640022+0000 mgr.x (mgr.34104) 5600 : audit [DBG] from='client.54871 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:12:41.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[77880]: cluster 2024-03-21T13:12:39.669726+0000 mgr.x (mgr.34104) 5601 : cluster [DBG] pgmap v3706: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:41.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[77880]: cluster 2024-03-21T13:12:39.670097+0000 mgr.x (mgr.34104) 5602 : cluster [DBG] pgmap v3707: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:41.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[77880]: cephadm 2024-03-21T13:12:39.675477+0000 mgr.x (mgr.34104) 5603 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:41.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[77880]: cluster 2024-03-21T13:12:39.768488+0000 mgr.x (mgr.34104) 5604 : cluster [DBG] pgmap v3708: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:41.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[77880]: cluster 2024-03-21T13:12:39.768952+0000 mgr.x (mgr.34104) 5605 : cluster [DBG] pgmap v3709: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:41.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[77880]: cephadm 2024-03-21T13:12:39.776783+0000 mgr.x (mgr.34104) 5606 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:41.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[77880]: cluster 2024-03-21T13:12:39.866139+0000 mgr.x (mgr.34104) 5607 : cluster [DBG] pgmap v3710: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:41.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[77880]: cluster 2024-03-21T13:12:39.866548+0000 mgr.x (mgr.34104) 5608 : cluster [DBG] pgmap v3711: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:41.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[75692]: cephadm 2024-03-21T13:12:39.874328+0000 mgr.x (mgr.34104) 5609 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:41.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[75692]: cluster 2024-03-21T13:12:39.962035+0000 mgr.x (mgr.34104) 5610 : cluster [DBG] pgmap v3712: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:41.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[75692]: cluster 2024-03-21T13:12:39.962430+0000 mgr.x (mgr.34104) 5611 : cluster [DBG] pgmap v3713: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:41.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[75692]: cephadm 2024-03-21T13:12:39.971354+0000 mgr.x (mgr.34104) 5612 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:41.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[75692]: audit 2024-03-21T13:12:40.048169+0000 mgr.x (mgr.34104) 5613 : audit [DBG] from='client.54877 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:12:41.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[75692]: cluster 2024-03-21T13:12:40.059548+0000 mgr.x (mgr.34104) 5614 : cluster [DBG] pgmap v3714: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:41.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[75692]: cluster 2024-03-21T13:12:40.060008+0000 mgr.x (mgr.34104) 5615 : cluster [DBG] pgmap v3715: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:41.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[75692]: cephadm 2024-03-21T13:12:40.067474+0000 mgr.x (mgr.34104) 5616 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:41.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[75692]: cluster 2024-03-21T13:12:40.155777+0000 mgr.x (mgr.34104) 5617 : cluster [DBG] pgmap v3716: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:41.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[75692]: cluster 2024-03-21T13:12:40.156269+0000 mgr.x (mgr.34104) 5618 : cluster [DBG] pgmap v3717: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:41.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[75692]: cephadm 2024-03-21T13:12:40.165542+0000 mgr.x (mgr.34104) 5619 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:41.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[75692]: cluster 2024-03-21T13:12:40.255274+0000 mgr.x (mgr.34104) 5620 : cluster [DBG] pgmap v3718: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:41.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[75692]: cluster 2024-03-21T13:12:40.255856+0000 mgr.x (mgr.34104) 5621 : cluster [DBG] pgmap v3719: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:41.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[75692]: cephadm 2024-03-21T13:12:40.264050+0000 mgr.x (mgr.34104) 5622 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:41.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[75692]: audit 2024-03-21T13:12:40.351013+0000 mon.a (mon.0) 8700 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:41.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[75692]: audit 2024-03-21T13:12:40.356362+0000 mon.a (mon.0) 8701 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:41.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[75692]: audit 2024-03-21T13:12:40.361867+0000 mon.a (mon.0) 8702 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:41.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[75692]: audit 2024-03-21T13:12:40.363447+0000 mon.a (mon.0) 8703 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:41.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[75692]: audit 2024-03-21T13:12:40.374955+0000 mon.a (mon.0) 8704 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:41.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[77880]: cephadm 2024-03-21T13:12:39.874328+0000 mgr.x (mgr.34104) 5609 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:41.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[77880]: cluster 2024-03-21T13:12:39.962035+0000 mgr.x (mgr.34104) 5610 : cluster [DBG] pgmap v3712: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:41.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[77880]: cluster 2024-03-21T13:12:39.962430+0000 mgr.x (mgr.34104) 5611 : cluster [DBG] pgmap v3713: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:41.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[77880]: cephadm 2024-03-21T13:12:39.971354+0000 mgr.x (mgr.34104) 5612 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:41.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[77880]: audit 2024-03-21T13:12:40.048169+0000 mgr.x (mgr.34104) 5613 : audit [DBG] from='client.54877 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:12:41.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[77880]: cluster 2024-03-21T13:12:40.059548+0000 mgr.x (mgr.34104) 5614 : cluster [DBG] pgmap v3714: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:41.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[77880]: cluster 2024-03-21T13:12:40.060008+0000 mgr.x (mgr.34104) 5615 : cluster [DBG] pgmap v3715: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:41.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[77880]: cephadm 2024-03-21T13:12:40.067474+0000 mgr.x (mgr.34104) 5616 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:41.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[77880]: cluster 2024-03-21T13:12:40.155777+0000 mgr.x (mgr.34104) 5617 : cluster [DBG] pgmap v3716: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:41.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[77880]: cluster 2024-03-21T13:12:40.156269+0000 mgr.x (mgr.34104) 5618 : cluster [DBG] pgmap v3717: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:41.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[77880]: cephadm 2024-03-21T13:12:40.165542+0000 mgr.x (mgr.34104) 5619 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:41.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[77880]: cluster 2024-03-21T13:12:40.255274+0000 mgr.x (mgr.34104) 5620 : cluster [DBG] pgmap v3718: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:41.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[77880]: cluster 2024-03-21T13:12:40.255856+0000 mgr.x (mgr.34104) 5621 : cluster [DBG] pgmap v3719: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:41.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[77880]: cephadm 2024-03-21T13:12:40.264050+0000 mgr.x (mgr.34104) 5622 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:41.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[77880]: audit 2024-03-21T13:12:40.351013+0000 mon.a (mon.0) 8700 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:41.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[77880]: audit 2024-03-21T13:12:40.356362+0000 mon.a (mon.0) 8701 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:41.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[77880]: audit 2024-03-21T13:12:40.361867+0000 mon.a (mon.0) 8702 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:41.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[77880]: audit 2024-03-21T13:12:40.363447+0000 mon.a (mon.0) 8703 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:41.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[77880]: audit 2024-03-21T13:12:40.374955+0000 mon.a (mon.0) 8704 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:41.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[75692]: audit 2024-03-21T13:12:40.468894+0000 mon.a (mon.0) 8705 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:41.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[75692]: audit 2024-03-21T13:12:40.473646+0000 mon.a (mon.0) 8706 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:41.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[75692]: audit 2024-03-21T13:12:40.477691+0000 mon.a (mon.0) 8707 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:41.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[75692]: audit 2024-03-21T13:12:40.479018+0000 mon.a (mon.0) 8708 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:41.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[75692]: audit 2024-03-21T13:12:40.490334+0000 mon.a (mon.0) 8709 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:41.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[75692]: audit 2024-03-21T13:12:40.575007+0000 mon.a (mon.0) 8710 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:41.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[75692]: audit 2024-03-21T13:12:40.578432+0000 mon.a (mon.0) 8711 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:41.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[75692]: audit 2024-03-21T13:12:40.581953+0000 mon.a (mon.0) 8712 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:41.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[75692]: audit 2024-03-21T13:12:40.582998+0000 mon.a (mon.0) 8713 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:41.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[75692]: audit 2024-03-21T13:12:40.590106+0000 mon.a (mon.0) 8714 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:41.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[75692]: audit 2024-03-21T13:12:40.669514+0000 mon.a (mon.0) 8715 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:41.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[75692]: audit 2024-03-21T13:12:40.673756+0000 mon.a (mon.0) 8716 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:41.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[75692]: audit 2024-03-21T13:12:40.677797+0000 mon.a (mon.0) 8717 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:41.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[75692]: audit 2024-03-21T13:12:40.679516+0000 mon.a (mon.0) 8718 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:41.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[75692]: audit 2024-03-21T13:12:40.691242+0000 mon.a (mon.0) 8719 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:41.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[75692]: audit 2024-03-21T13:12:40.773946+0000 mon.a (mon.0) 8720 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:41.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[75692]: audit 2024-03-21T13:12:40.776932+0000 mon.a (mon.0) 8721 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:41.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[75692]: audit 2024-03-21T13:12:40.779939+0000 mon.a (mon.0) 8722 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:41.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[75692]: audit 2024-03-21T13:12:40.781179+0000 mon.a (mon.0) 8723 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:41.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[75692]: audit 2024-03-21T13:12:40.791918+0000 mon.a (mon.0) 8724 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:41.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[77880]: audit 2024-03-21T13:12:40.468894+0000 mon.a (mon.0) 8705 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:41.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[77880]: audit 2024-03-21T13:12:40.473646+0000 mon.a (mon.0) 8706 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:41.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[77880]: audit 2024-03-21T13:12:40.477691+0000 mon.a (mon.0) 8707 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:41.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[77880]: audit 2024-03-21T13:12:40.479018+0000 mon.a (mon.0) 8708 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:41.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[77880]: audit 2024-03-21T13:12:40.490334+0000 mon.a (mon.0) 8709 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:41.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[77880]: audit 2024-03-21T13:12:40.575007+0000 mon.a (mon.0) 8710 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:41.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[77880]: audit 2024-03-21T13:12:40.578432+0000 mon.a (mon.0) 8711 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:41.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[77880]: audit 2024-03-21T13:12:40.581953+0000 mon.a (mon.0) 8712 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:41.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[77880]: audit 2024-03-21T13:12:40.582998+0000 mon.a (mon.0) 8713 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:41.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[77880]: audit 2024-03-21T13:12:40.590106+0000 mon.a (mon.0) 8714 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:41.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[77880]: audit 2024-03-21T13:12:40.669514+0000 mon.a (mon.0) 8715 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:41.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[77880]: audit 2024-03-21T13:12:40.673756+0000 mon.a (mon.0) 8716 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:41.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[77880]: audit 2024-03-21T13:12:40.677797+0000 mon.a (mon.0) 8717 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:41.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[77880]: audit 2024-03-21T13:12:40.679516+0000 mon.a (mon.0) 8718 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:41.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[77880]: audit 2024-03-21T13:12:40.691242+0000 mon.a (mon.0) 8719 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:41.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[77880]: audit 2024-03-21T13:12:40.773946+0000 mon.a (mon.0) 8720 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:41.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[77880]: audit 2024-03-21T13:12:40.776932+0000 mon.a (mon.0) 8721 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:41.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[77880]: audit 2024-03-21T13:12:40.779939+0000 mon.a (mon.0) 8722 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:41.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[77880]: audit 2024-03-21T13:12:40.781179+0000 mon.a (mon.0) 8723 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:41.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[77880]: audit 2024-03-21T13:12:40.791918+0000 mon.a (mon.0) 8724 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:41.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[75692]: audit 2024-03-21T13:12:40.873077+0000 mon.a (mon.0) 8725 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:41.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[75692]: audit 2024-03-21T13:12:40.875730+0000 mon.a (mon.0) 8726 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:41.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[75692]: audit 2024-03-21T13:12:40.878457+0000 mon.a (mon.0) 8727 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:41.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[75692]: audit 2024-03-21T13:12:40.879501+0000 mon.a (mon.0) 8728 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:41.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[75692]: audit 2024-03-21T13:12:40.888915+0000 mon.a (mon.0) 8729 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:41.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[75692]: audit 2024-03-21T13:12:40.920422+0000 mon.a (mon.0) 8730 : audit [DBG] from='client.? 172.21.15.178:0/353590353' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:41.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[75692]: audit 2024-03-21T13:12:40.970386+0000 mon.a (mon.0) 8731 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:41.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[75692]: audit 2024-03-21T13:12:40.972844+0000 mon.a (mon.0) 8732 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:41.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[75692]: audit 2024-03-21T13:12:40.976764+0000 mon.a (mon.0) 8733 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:41.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[75692]: audit 2024-03-21T13:12:40.978067+0000 mon.a (mon.0) 8734 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:41.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[75692]: audit 2024-03-21T13:12:40.985718+0000 mon.a (mon.0) 8735 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:41.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[75692]: audit 2024-03-21T13:12:41.063962+0000 mon.a (mon.0) 8736 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:41.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[75692]: audit 2024-03-21T13:12:41.067207+0000 mon.a (mon.0) 8737 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:41.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[75692]: audit 2024-03-21T13:12:41.082325+0000 mon.a (mon.0) 8738 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:41.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[75692]: audit 2024-03-21T13:12:41.083505+0000 mon.a (mon.0) 8739 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:41.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[75692]: audit 2024-03-21T13:12:41.091334+0000 mon.a (mon.0) 8740 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:41.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[75692]: audit 2024-03-21T13:12:41.169917+0000 mon.a (mon.0) 8741 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:41.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[75692]: audit 2024-03-21T13:12:41.173577+0000 mon.a (mon.0) 8742 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:41.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[75692]: audit 2024-03-21T13:12:41.177087+0000 mon.a (mon.0) 8743 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:41.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[77880]: audit 2024-03-21T13:12:40.873077+0000 mon.a (mon.0) 8725 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:41.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[77880]: audit 2024-03-21T13:12:40.875730+0000 mon.a (mon.0) 8726 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:41.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[77880]: audit 2024-03-21T13:12:40.878457+0000 mon.a (mon.0) 8727 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:41.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[77880]: audit 2024-03-21T13:12:40.879501+0000 mon.a (mon.0) 8728 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:41.563 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[77880]: audit 2024-03-21T13:12:40.888915+0000 mon.a (mon.0) 8729 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:41.563 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[77880]: audit 2024-03-21T13:12:40.920422+0000 mon.a (mon.0) 8730 : audit [DBG] from='client.? 172.21.15.178:0/353590353' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:41.563 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[77880]: audit 2024-03-21T13:12:40.970386+0000 mon.a (mon.0) 8731 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:41.563 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[77880]: audit 2024-03-21T13:12:40.972844+0000 mon.a (mon.0) 8732 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:41.563 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[77880]: audit 2024-03-21T13:12:40.976764+0000 mon.a (mon.0) 8733 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:41.563 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[77880]: audit 2024-03-21T13:12:40.978067+0000 mon.a (mon.0) 8734 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:41.563 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[77880]: audit 2024-03-21T13:12:40.985718+0000 mon.a (mon.0) 8735 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:41.563 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[77880]: audit 2024-03-21T13:12:41.063962+0000 mon.a (mon.0) 8736 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:41.563 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[77880]: audit 2024-03-21T13:12:41.067207+0000 mon.a (mon.0) 8737 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:41.564 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[77880]: audit 2024-03-21T13:12:41.082325+0000 mon.a (mon.0) 8738 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:41.564 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[77880]: audit 2024-03-21T13:12:41.083505+0000 mon.a (mon.0) 8739 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:41.564 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[77880]: audit 2024-03-21T13:12:41.091334+0000 mon.a (mon.0) 8740 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:41.564 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[77880]: audit 2024-03-21T13:12:41.169917+0000 mon.a (mon.0) 8741 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:41.564 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[77880]: audit 2024-03-21T13:12:41.173577+0000 mon.a (mon.0) 8742 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:41.564 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[77880]: audit 2024-03-21T13:12:41.177087+0000 mon.a (mon.0) 8743 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:41.564 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[75692]: audit 2024-03-21T13:12:41.178332+0000 mon.a (mon.0) 8744 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:41.565 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[75692]: audit 2024-03-21T13:12:41.189528+0000 mon.a (mon.0) 8745 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:41.565 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[75692]: audit 2024-03-21T13:12:41.270493+0000 mon.a (mon.0) 8746 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:41.565 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[75692]: audit 2024-03-21T13:12:41.273069+0000 mon.a (mon.0) 8747 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:41.565 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[75692]: audit 2024-03-21T13:12:41.275470+0000 mon.a (mon.0) 8748 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:41.565 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[75692]: audit 2024-03-21T13:12:41.276465+0000 mon.a (mon.0) 8749 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:41.565 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[77880]: audit 2024-03-21T13:12:41.178332+0000 mon.a (mon.0) 8744 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:41.565 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[77880]: audit 2024-03-21T13:12:41.189528+0000 mon.a (mon.0) 8745 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:41.565 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[77880]: audit 2024-03-21T13:12:41.270493+0000 mon.a (mon.0) 8746 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:41.565 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[77880]: audit 2024-03-21T13:12:41.273069+0000 mon.a (mon.0) 8747 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:41.565 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[77880]: audit 2024-03-21T13:12:41.275470+0000 mon.a (mon.0) 8748 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:41.565 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:41 smithi178 bash[77880]: audit 2024-03-21T13:12:41.276465+0000 mon.a (mon.0) 8749 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:41.567 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:41 smithi184 bash[59794]: cluster 2024-03-21T13:12:39.962430+0000 mgr.x (mgr.34104) 5611 : cluster [DBG] pgmap v3713: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:41.567 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:41 smithi184 bash[59794]: cephadm 2024-03-21T13:12:39.971354+0000 mgr.x (mgr.34104) 5612 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:41.567 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:41 smithi184 bash[59794]: audit 2024-03-21T13:12:40.048169+0000 mgr.x (mgr.34104) 5613 : audit [DBG] from='client.54877 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:12:41.567 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:41 smithi184 bash[59794]: cluster 2024-03-21T13:12:40.059548+0000 mgr.x (mgr.34104) 5614 : cluster [DBG] pgmap v3714: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:41.567 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:41 smithi184 bash[59794]: cluster 2024-03-21T13:12:40.060008+0000 mgr.x (mgr.34104) 5615 : cluster [DBG] pgmap v3715: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:41.567 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:41 smithi184 bash[59794]: cephadm 2024-03-21T13:12:40.067474+0000 mgr.x (mgr.34104) 5616 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:41.567 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:41 smithi184 bash[59794]: cluster 2024-03-21T13:12:40.155777+0000 mgr.x (mgr.34104) 5617 : cluster [DBG] pgmap v3716: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:41.567 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:41 smithi184 bash[59794]: cluster 2024-03-21T13:12:40.156269+0000 mgr.x (mgr.34104) 5618 : cluster [DBG] pgmap v3717: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:41.568 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:41 smithi184 bash[59794]: cephadm 2024-03-21T13:12:40.165542+0000 mgr.x (mgr.34104) 5619 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:41.568 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:41 smithi184 bash[59794]: cluster 2024-03-21T13:12:40.255274+0000 mgr.x (mgr.34104) 5620 : cluster [DBG] pgmap v3718: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:41.568 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:41 smithi184 bash[59794]: cluster 2024-03-21T13:12:40.255856+0000 mgr.x (mgr.34104) 5621 : cluster [DBG] pgmap v3719: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:41.568 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:41 smithi184 bash[59794]: cephadm 2024-03-21T13:12:40.264050+0000 mgr.x (mgr.34104) 5622 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:41.568 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:41 smithi184 bash[59794]: audit 2024-03-21T13:12:40.351013+0000 mon.a (mon.0) 8700 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:41.568 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:41 smithi184 bash[59794]: audit 2024-03-21T13:12:40.356362+0000 mon.a (mon.0) 8701 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:41.568 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:41 smithi184 bash[59794]: audit 2024-03-21T13:12:40.361867+0000 mon.a (mon.0) 8702 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:41.568 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:41 smithi184 bash[59794]: audit 2024-03-21T13:12:40.363447+0000 mon.a (mon.0) 8703 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:41.569 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:41 smithi184 bash[59794]: audit 2024-03-21T13:12:40.374955+0000 mon.a (mon.0) 8704 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:41.569 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:41 smithi184 bash[59794]: audit 2024-03-21T13:12:40.468894+0000 mon.a (mon.0) 8705 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:41.569 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:41 smithi184 bash[59794]: audit 2024-03-21T13:12:40.473646+0000 mon.a (mon.0) 8706 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:41.569 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:41 smithi184 bash[59794]: audit 2024-03-21T13:12:40.477691+0000 mon.a (mon.0) 8707 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:41.569 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:41 smithi184 bash[59794]: audit 2024-03-21T13:12:40.479018+0000 mon.a (mon.0) 8708 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:41.569 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:41 smithi184 bash[59794]: audit 2024-03-21T13:12:40.490334+0000 mon.a (mon.0) 8709 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:41.569 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:41 smithi184 bash[59794]: audit 2024-03-21T13:12:40.575007+0000 mon.a (mon.0) 8710 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:41.569 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:41 smithi184 bash[59794]: audit 2024-03-21T13:12:40.578432+0000 mon.a (mon.0) 8711 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:41.569 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:41 smithi184 bash[59794]: audit 2024-03-21T13:12:40.581953+0000 mon.a (mon.0) 8712 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:41.570 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:41 smithi184 bash[59794]: audit 2024-03-21T13:12:40.582998+0000 mon.a (mon.0) 8713 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:41.570 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:41 smithi184 bash[59794]: audit 2024-03-21T13:12:40.590106+0000 mon.a (mon.0) 8714 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:41.570 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:41 smithi184 bash[59794]: audit 2024-03-21T13:12:40.669514+0000 mon.a (mon.0) 8715 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:41.570 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:41 smithi184 bash[59794]: audit 2024-03-21T13:12:40.673756+0000 mon.a (mon.0) 8716 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:41.570 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:41 smithi184 bash[59794]: audit 2024-03-21T13:12:40.677797+0000 mon.a (mon.0) 8717 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:41.570 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:41 smithi184 bash[59794]: audit 2024-03-21T13:12:40.679516+0000 mon.a (mon.0) 8718 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:41.570 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:41 smithi184 bash[59794]: audit 2024-03-21T13:12:40.691242+0000 mon.a (mon.0) 8719 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:41.570 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:41 smithi184 bash[59794]: audit 2024-03-21T13:12:40.773946+0000 mon.a (mon.0) 8720 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:41.571 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:41 smithi184 bash[59794]: audit 2024-03-21T13:12:40.776932+0000 mon.a (mon.0) 8721 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:41.571 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:41 smithi184 bash[59794]: audit 2024-03-21T13:12:40.779939+0000 mon.a (mon.0) 8722 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:41.571 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:41 smithi184 bash[59794]: audit 2024-03-21T13:12:40.781179+0000 mon.a (mon.0) 8723 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:41.571 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:41 smithi184 bash[59794]: audit 2024-03-21T13:12:40.791918+0000 mon.a (mon.0) 8724 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:41.571 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:41 smithi184 bash[59794]: audit 2024-03-21T13:12:40.873077+0000 mon.a (mon.0) 8725 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:41.571 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:41 smithi184 bash[59794]: audit 2024-03-21T13:12:40.875730+0000 mon.a (mon.0) 8726 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:41.571 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:41 smithi184 bash[59794]: audit 2024-03-21T13:12:40.878457+0000 mon.a (mon.0) 8727 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:41.571 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:41 smithi184 bash[59794]: audit 2024-03-21T13:12:40.879501+0000 mon.a (mon.0) 8728 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:41.572 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:41 smithi184 bash[59794]: audit 2024-03-21T13:12:40.888915+0000 mon.a (mon.0) 8729 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:41.572 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:41 smithi184 bash[59794]: audit 2024-03-21T13:12:40.920422+0000 mon.a (mon.0) 8730 : audit [DBG] from='client.? 172.21.15.178:0/353590353' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:41.572 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:41 smithi184 bash[59794]: audit 2024-03-21T13:12:40.970386+0000 mon.a (mon.0) 8731 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:41.572 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:41 smithi184 bash[59794]: audit 2024-03-21T13:12:40.972844+0000 mon.a (mon.0) 8732 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:41.572 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:41 smithi184 bash[59794]: audit 2024-03-21T13:12:40.976764+0000 mon.a (mon.0) 8733 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:41.572 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:41 smithi184 bash[59794]: audit 2024-03-21T13:12:40.978067+0000 mon.a (mon.0) 8734 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:41.572 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:41 smithi184 bash[59794]: audit 2024-03-21T13:12:40.985718+0000 mon.a (mon.0) 8735 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:41.572 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:41 smithi184 bash[59794]: audit 2024-03-21T13:12:41.063962+0000 mon.a (mon.0) 8736 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:41.572 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:41 smithi184 bash[59794]: audit 2024-03-21T13:12:41.067207+0000 mon.a (mon.0) 8737 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:41.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:41 smithi184 bash[59794]: audit 2024-03-21T13:12:41.082325+0000 mon.a (mon.0) 8738 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:41.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:41 smithi184 bash[59794]: audit 2024-03-21T13:12:41.083505+0000 mon.a (mon.0) 8739 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:41.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:41 smithi184 bash[59794]: audit 2024-03-21T13:12:41.091334+0000 mon.a (mon.0) 8740 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:41.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:41 smithi184 bash[59794]: audit 2024-03-21T13:12:41.169917+0000 mon.a (mon.0) 8741 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:41.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:41 smithi184 bash[59794]: audit 2024-03-21T13:12:41.173577+0000 mon.a (mon.0) 8742 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:41.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:41 smithi184 bash[59794]: audit 2024-03-21T13:12:41.177087+0000 mon.a (mon.0) 8743 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:41.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:41 smithi184 bash[59794]: audit 2024-03-21T13:12:41.178332+0000 mon.a (mon.0) 8744 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:41.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:41 smithi184 bash[59794]: audit 2024-03-21T13:12:41.189528+0000 mon.a (mon.0) 8745 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:41.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:41 smithi184 bash[59794]: audit 2024-03-21T13:12:41.270493+0000 mon.a (mon.0) 8746 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:41.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:41 smithi184 bash[59794]: audit 2024-03-21T13:12:41.273069+0000 mon.a (mon.0) 8747 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:41.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:41 smithi184 bash[59794]: audit 2024-03-21T13:12:41.275470+0000 mon.a (mon.0) 8748 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:41.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:41 smithi184 bash[59794]: audit 2024-03-21T13:12:41.276465+0000 mon.a (mon.0) 8749 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:41.807 INFO:teuthology.orchestra.run.smithi178.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-21T13:12:41.807 INFO:teuthology.orchestra.run.smithi178.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-21T13:12:41.807 INFO:teuthology.orchestra.run.smithi178.stdout: daemon grafana.a on smithi184 is in error state 2024-03-21T13:12:42.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:42 smithi184 bash[59794]: cluster 2024-03-21T13:12:40.366494+0000 mgr.x (mgr.34104) 5623 : cluster [DBG] pgmap v3720: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:42.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:42 smithi184 bash[59794]: cluster 2024-03-21T13:12:40.366864+0000 mgr.x (mgr.34104) 5624 : cluster [DBG] pgmap v3721: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:42.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:42 smithi184 bash[59794]: cephadm 2024-03-21T13:12:40.376470+0000 mgr.x (mgr.34104) 5625 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:42.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:42 smithi184 bash[59794]: audit 2024-03-21T13:12:40.436600+0000 mgr.x (mgr.34104) 5626 : audit [DBG] from='client.54883 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:12:42.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:42 smithi184 bash[59794]: cluster 2024-03-21T13:12:40.482080+0000 mgr.x (mgr.34104) 5627 : cluster [DBG] pgmap v3722: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:42.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:42 smithi184 bash[59794]: cluster 2024-03-21T13:12:40.482693+0000 mgr.x (mgr.34104) 5628 : cluster [DBG] pgmap v3723: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:42.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:42 smithi184 bash[59794]: cephadm 2024-03-21T13:12:40.491714+0000 mgr.x (mgr.34104) 5629 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:42.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:42 smithi184 bash[59794]: cluster 2024-03-21T13:12:40.585453+0000 mgr.x (mgr.34104) 5630 : cluster [DBG] pgmap v3724: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:42.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:42 smithi184 bash[59794]: cluster 2024-03-21T13:12:40.585753+0000 mgr.x (mgr.34104) 5631 : cluster [DBG] pgmap v3725: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:42.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:42 smithi184 bash[59794]: cephadm 2024-03-21T13:12:40.591399+0000 mgr.x (mgr.34104) 5632 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:42.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:42 smithi184 bash[59794]: cluster 2024-03-21T13:12:40.682606+0000 mgr.x (mgr.34104) 5633 : cluster [DBG] pgmap v3726: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:42.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:42 smithi184 bash[59794]: cluster 2024-03-21T13:12:40.683043+0000 mgr.x (mgr.34104) 5634 : cluster [DBG] pgmap v3727: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:42.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:42 smithi184 bash[59794]: cephadm 2024-03-21T13:12:40.692497+0000 mgr.x (mgr.34104) 5635 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:42.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:42 smithi184 bash[59794]: cluster 2024-03-21T13:12:40.783596+0000 mgr.x (mgr.34104) 5636 : cluster [DBG] pgmap v3728: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:42.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:42 smithi184 bash[59794]: cluster 2024-03-21T13:12:40.784167+0000 mgr.x (mgr.34104) 5637 : cluster [DBG] pgmap v3729: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:42.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:42 smithi184 bash[59794]: cephadm 2024-03-21T13:12:40.792957+0000 mgr.x (mgr.34104) 5638 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:42.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:42 smithi184 bash[59794]: cluster 2024-03-21T13:12:40.881712+0000 mgr.x (mgr.34104) 5639 : cluster [DBG] pgmap v3730: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:42.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:42 smithi184 bash[59794]: cluster 2024-03-21T13:12:40.881895+0000 mgr.x (mgr.34104) 5640 : cluster [DBG] pgmap v3731: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:42.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:42 smithi184 bash[59794]: cephadm 2024-03-21T13:12:40.889994+0000 mgr.x (mgr.34104) 5641 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:42.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:42 smithi184 bash[59794]: cluster 2024-03-21T13:12:40.980755+0000 mgr.x (mgr.34104) 5642 : cluster [DBG] pgmap v3732: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:42.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:42 smithi184 bash[59794]: cluster 2024-03-21T13:12:40.981313+0000 mgr.x (mgr.34104) 5643 : cluster [DBG] pgmap v3733: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:42.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:42 smithi184 bash[59794]: cephadm 2024-03-21T13:12:40.986851+0000 mgr.x (mgr.34104) 5644 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:42.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:42 smithi184 bash[59794]: cluster 2024-03-21T13:12:41.086160+0000 mgr.x (mgr.34104) 5645 : cluster [DBG] pgmap v3734: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:42.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:42 smithi184 bash[59794]: cluster 2024-03-21T13:12:41.086682+0000 mgr.x (mgr.34104) 5646 : cluster [DBG] pgmap v3735: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:42.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:42 smithi184 bash[59794]: cephadm 2024-03-21T13:12:41.092463+0000 mgr.x (mgr.34104) 5647 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:42.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:42 smithi184 bash[59794]: cluster 2024-03-21T13:12:41.181097+0000 mgr.x (mgr.34104) 5648 : cluster [DBG] pgmap v3736: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:42.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:42 smithi184 bash[59794]: cluster 2024-03-21T13:12:41.181578+0000 mgr.x (mgr.34104) 5649 : cluster [DBG] pgmap v3737: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:42.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:42 smithi184 bash[59794]: cephadm 2024-03-21T13:12:41.190962+0000 mgr.x (mgr.34104) 5650 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:42.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:42 smithi184 bash[59794]: cluster 2024-03-21T13:12:41.278576+0000 mgr.x (mgr.34104) 5651 : cluster [DBG] pgmap v3738: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:42.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:42 smithi184 bash[59794]: cluster 2024-03-21T13:12:41.278793+0000 mgr.x (mgr.34104) 5652 : cluster [DBG] pgmap v3739: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:42.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:42 smithi184 bash[59794]: audit 2024-03-21T13:12:41.295743+0000 mon.a (mon.0) 8750 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:42.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:42 smithi184 bash[59794]: cephadm 2024-03-21T13:12:41.296759+0000 mgr.x (mgr.34104) 5653 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:42.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:42 smithi184 bash[59794]: audit 2024-03-21T13:12:41.379164+0000 mon.a (mon.0) 8751 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:42.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:42 smithi184 bash[59794]: audit 2024-03-21T13:12:41.382364+0000 mon.a (mon.0) 8752 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:42.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:42 smithi184 bash[59794]: audit 2024-03-21T13:12:41.385564+0000 mon.a (mon.0) 8753 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:42.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:42 smithi184 bash[59794]: audit 2024-03-21T13:12:41.387005+0000 mon.a (mon.0) 8754 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:42.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:42 smithi184 bash[59794]: audit 2024-03-21T13:12:41.396626+0000 mon.a (mon.0) 8755 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:42.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:42 smithi184 bash[59794]: audit 2024-03-21T13:12:41.477231+0000 mon.a (mon.0) 8756 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:42.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:42 smithi184 bash[59794]: audit 2024-03-21T13:12:41.479647+0000 mon.a (mon.0) 8757 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:42.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:42 smithi184 bash[59794]: audit 2024-03-21T13:12:41.489084+0000 mon.a (mon.0) 8758 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:42.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:42 smithi184 bash[59794]: audit 2024-03-21T13:12:41.490252+0000 mon.a (mon.0) 8759 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:42.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:42 smithi184 bash[59794]: audit 2024-03-21T13:12:41.497289+0000 mon.a (mon.0) 8760 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:42.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:42 smithi184 bash[59794]: audit 2024-03-21T13:12:41.577273+0000 mon.a (mon.0) 8761 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:42.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:42 smithi184 bash[59794]: audit 2024-03-21T13:12:41.580124+0000 mon.a (mon.0) 8762 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:42.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:42 smithi184 bash[59794]: audit 2024-03-21T13:12:41.583244+0000 mon.a (mon.0) 8763 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:42.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:42 smithi184 bash[59794]: audit 2024-03-21T13:12:41.584455+0000 mon.a (mon.0) 8764 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:42.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:42 smithi184 bash[59794]: audit 2024-03-21T13:12:41.593134+0000 mon.a (mon.0) 8765 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:42.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:42 smithi184 bash[59794]: audit 2024-03-21T13:12:41.672342+0000 mon.a (mon.0) 8766 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:42.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:42 smithi184 bash[59794]: audit 2024-03-21T13:12:41.675341+0000 mon.a (mon.0) 8767 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:42.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:42 smithi184 bash[59794]: audit 2024-03-21T13:12:41.677955+0000 mon.a (mon.0) 8768 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:42.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:42 smithi184 bash[59794]: audit 2024-03-21T13:12:41.678969+0000 mon.a (mon.0) 8769 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:42.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:42 smithi184 bash[59794]: audit 2024-03-21T13:12:41.689440+0000 mon.a (mon.0) 8770 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:42.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:42 smithi184 bash[59794]: audit 2024-03-21T13:12:41.767119+0000 mon.a (mon.0) 8771 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:42.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:42 smithi184 bash[59794]: audit 2024-03-21T13:12:41.772101+0000 mon.a (mon.0) 8772 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:42.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:42 smithi184 bash[59794]: audit 2024-03-21T13:12:41.800424+0000 mon.a (mon.0) 8773 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:42.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:42 smithi184 bash[59794]: audit 2024-03-21T13:12:41.802322+0000 mon.a (mon.0) 8774 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:42.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:42 smithi184 bash[59794]: audit 2024-03-21T13:12:41.805221+0000 mon.a (mon.0) 8775 : audit [DBG] from='client.? 172.21.15.178:0/3857721101' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T13:12:42.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:42 smithi184 bash[59794]: audit 2024-03-21T13:12:41.814626+0000 mon.a (mon.0) 8776 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:42.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:42 smithi184 bash[59794]: audit 2024-03-21T13:12:41.894895+0000 mon.a (mon.0) 8777 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:42.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:42 smithi184 bash[59794]: audit 2024-03-21T13:12:41.899301+0000 mon.a (mon.0) 8778 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:42.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:42 smithi184 bash[59794]: audit 2024-03-21T13:12:41.903082+0000 mon.a (mon.0) 8779 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:42.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:42 smithi184 bash[59794]: audit 2024-03-21T13:12:41.904690+0000 mon.a (mon.0) 8780 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:42.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:42 smithi184 bash[59794]: audit 2024-03-21T13:12:41.916200+0000 mon.a (mon.0) 8781 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:42.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:42 smithi184 bash[59794]: audit 2024-03-21T13:12:41.994262+0000 mon.a (mon.0) 8782 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:42.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:42 smithi184 bash[59794]: audit 2024-03-21T13:12:41.997768+0000 mon.a (mon.0) 8783 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:42.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:42 smithi184 bash[59794]: audit 2024-03-21T13:12:42.000546+0000 mon.a (mon.0) 8784 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:42.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:42 smithi184 bash[59794]: audit 2024-03-21T13:12:42.001536+0000 mon.a (mon.0) 8785 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:42.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:42 smithi184 bash[59794]: audit 2024-03-21T13:12:42.009883+0000 mon.a (mon.0) 8786 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:42.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:42 smithi184 bash[59794]: audit 2024-03-21T13:12:42.089485+0000 mon.a (mon.0) 8787 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:42.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:42 smithi184 bash[59794]: audit 2024-03-21T13:12:42.093749+0000 mon.a (mon.0) 8788 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:42.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:42 smithi184 bash[59794]: audit 2024-03-21T13:12:42.097949+0000 mon.a (mon.0) 8789 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:42.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:42 smithi184 bash[59794]: audit 2024-03-21T13:12:42.099192+0000 mon.a (mon.0) 8790 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:42.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:42 smithi184 bash[59794]: audit 2024-03-21T13:12:42.110709+0000 mon.a (mon.0) 8791 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:42.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:42 smithi184 bash[59794]: audit 2024-03-21T13:12:42.193788+0000 mon.a (mon.0) 8792 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:42.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:42 smithi184 bash[59794]: audit 2024-03-21T13:12:42.197547+0000 mon.a (mon.0) 8793 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:42.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:42 smithi184 bash[59794]: audit 2024-03-21T13:12:42.201483+0000 mon.a (mon.0) 8794 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:42.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:42 smithi184 bash[59794]: audit 2024-03-21T13:12:42.203523+0000 mon.a (mon.0) 8795 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:42.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:42 smithi184 bash[59794]: audit 2024-03-21T13:12:42.216996+0000 mon.a (mon.0) 8796 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:42.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:42 smithi178 bash[75692]: cluster 2024-03-21T13:12:40.366494+0000 mgr.x (mgr.34104) 5623 : cluster [DBG] pgmap v3720: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:42.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:42 smithi178 bash[75692]: cluster 2024-03-21T13:12:40.366864+0000 mgr.x (mgr.34104) 5624 : cluster [DBG] pgmap v3721: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:42.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:42 smithi178 bash[75692]: cephadm 2024-03-21T13:12:40.376470+0000 mgr.x (mgr.34104) 5625 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:42.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:42 smithi178 bash[75692]: audit 2024-03-21T13:12:40.436600+0000 mgr.x (mgr.34104) 5626 : audit [DBG] from='client.54883 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:12:42.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:42 smithi178 bash[75692]: cluster 2024-03-21T13:12:40.482080+0000 mgr.x (mgr.34104) 5627 : cluster [DBG] pgmap v3722: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:42.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:42 smithi178 bash[75692]: cluster 2024-03-21T13:12:40.482693+0000 mgr.x (mgr.34104) 5628 : cluster [DBG] pgmap v3723: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:42.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:42 smithi178 bash[75692]: cephadm 2024-03-21T13:12:40.491714+0000 mgr.x (mgr.34104) 5629 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:42.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:42 smithi178 bash[75692]: cluster 2024-03-21T13:12:40.585453+0000 mgr.x (mgr.34104) 5630 : cluster [DBG] pgmap v3724: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:42.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:42 smithi178 bash[75692]: cluster 2024-03-21T13:12:40.585753+0000 mgr.x (mgr.34104) 5631 : cluster [DBG] pgmap v3725: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:42.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:42 smithi178 bash[75692]: cephadm 2024-03-21T13:12:40.591399+0000 mgr.x (mgr.34104) 5632 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:42.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:42 smithi178 bash[75692]: cluster 2024-03-21T13:12:40.682606+0000 mgr.x (mgr.34104) 5633 : cluster [DBG] pgmap v3726: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:42.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:42 smithi178 bash[75692]: cluster 2024-03-21T13:12:40.683043+0000 mgr.x (mgr.34104) 5634 : cluster [DBG] pgmap v3727: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:42.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:42 smithi178 bash[75692]: cephadm 2024-03-21T13:12:40.692497+0000 mgr.x (mgr.34104) 5635 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:42.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:42 smithi178 bash[75692]: cluster 2024-03-21T13:12:40.783596+0000 mgr.x (mgr.34104) 5636 : cluster [DBG] pgmap v3728: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:42.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:42 smithi178 bash[75692]: cluster 2024-03-21T13:12:40.784167+0000 mgr.x (mgr.34104) 5637 : cluster [DBG] pgmap v3729: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:42.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:42 smithi178 bash[75692]: cephadm 2024-03-21T13:12:40.792957+0000 mgr.x (mgr.34104) 5638 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:42.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:42 smithi178 bash[75692]: cluster 2024-03-21T13:12:40.881712+0000 mgr.x (mgr.34104) 5639 : cluster [DBG] pgmap v3730: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:42.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:42 smithi178 bash[75692]: cluster 2024-03-21T13:12:40.881895+0000 mgr.x (mgr.34104) 5640 : cluster [DBG] pgmap v3731: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:42.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:42 smithi178 bash[75692]: cephadm 2024-03-21T13:12:40.889994+0000 mgr.x (mgr.34104) 5641 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:42.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:42 smithi178 bash[75692]: cluster 2024-03-21T13:12:40.980755+0000 mgr.x (mgr.34104) 5642 : cluster [DBG] pgmap v3732: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:42.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:42 smithi178 bash[77880]: cluster 2024-03-21T13:12:40.366494+0000 mgr.x (mgr.34104) 5623 : cluster [DBG] pgmap v3720: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:42.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:42 smithi178 bash[77880]: cluster 2024-03-21T13:12:40.366864+0000 mgr.x (mgr.34104) 5624 : cluster [DBG] pgmap v3721: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:42.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:42 smithi178 bash[77880]: cephadm 2024-03-21T13:12:40.376470+0000 mgr.x (mgr.34104) 5625 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:42.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:42 smithi178 bash[77880]: audit 2024-03-21T13:12:40.436600+0000 mgr.x (mgr.34104) 5626 : audit [DBG] from='client.54883 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:12:42.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:42 smithi178 bash[77880]: cluster 2024-03-21T13:12:40.482080+0000 mgr.x (mgr.34104) 5627 : cluster [DBG] pgmap v3722: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:42.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:42 smithi178 bash[77880]: cluster 2024-03-21T13:12:40.482693+0000 mgr.x (mgr.34104) 5628 : cluster [DBG] pgmap v3723: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:42.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:42 smithi178 bash[77880]: cephadm 2024-03-21T13:12:40.491714+0000 mgr.x (mgr.34104) 5629 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:42.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:42 smithi178 bash[77880]: cluster 2024-03-21T13:12:40.585453+0000 mgr.x (mgr.34104) 5630 : cluster [DBG] pgmap v3724: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:42.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:42 smithi178 bash[77880]: cluster 2024-03-21T13:12:40.585753+0000 mgr.x (mgr.34104) 5631 : cluster [DBG] pgmap v3725: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:42.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:42 smithi178 bash[77880]: cephadm 2024-03-21T13:12:40.591399+0000 mgr.x (mgr.34104) 5632 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:42.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:42 smithi178 bash[77880]: cluster 2024-03-21T13:12:40.682606+0000 mgr.x (mgr.34104) 5633 : cluster [DBG] pgmap v3726: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:42.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:42 smithi178 bash[77880]: cluster 2024-03-21T13:12:40.683043+0000 mgr.x (mgr.34104) 5634 : cluster [DBG] pgmap v3727: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:42.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:42 smithi178 bash[77880]: cephadm 2024-03-21T13:12:40.692497+0000 mgr.x (mgr.34104) 5635 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:42.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:42 smithi178 bash[77880]: cluster 2024-03-21T13:12:40.783596+0000 mgr.x (mgr.34104) 5636 : cluster [DBG] pgmap v3728: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:42.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:42 smithi178 bash[77880]: cluster 2024-03-21T13:12:40.784167+0000 mgr.x (mgr.34104) 5637 : cluster [DBG] pgmap v3729: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:42.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:42 smithi178 bash[77880]: cephadm 2024-03-21T13:12:40.792957+0000 mgr.x (mgr.34104) 5638 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:42.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:42 smithi178 bash[77880]: cluster 2024-03-21T13:12:40.881712+0000 mgr.x (mgr.34104) 5639 : cluster [DBG] pgmap v3730: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:42.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:42 smithi178 bash[77880]: cluster 2024-03-21T13:12:40.881895+0000 mgr.x (mgr.34104) 5640 : cluster [DBG] pgmap v3731: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:42.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:42 smithi178 bash[77880]: cephadm 2024-03-21T13:12:40.889994+0000 mgr.x (mgr.34104) 5641 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:42.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:42 smithi178 bash[77880]: cluster 2024-03-21T13:12:40.980755+0000 mgr.x (mgr.34104) 5642 : cluster [DBG] pgmap v3732: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:42.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:42 smithi178 bash[75692]: cluster 2024-03-21T13:12:40.981313+0000 mgr.x (mgr.34104) 5643 : cluster [DBG] pgmap v3733: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:42.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:42 smithi178 bash[75692]: cephadm 2024-03-21T13:12:40.986851+0000 mgr.x (mgr.34104) 5644 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:42.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:42 smithi178 bash[75692]: cluster 2024-03-21T13:12:41.086160+0000 mgr.x (mgr.34104) 5645 : cluster [DBG] pgmap v3734: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:42.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:42 smithi178 bash[75692]: cluster 2024-03-21T13:12:41.086682+0000 mgr.x (mgr.34104) 5646 : cluster [DBG] pgmap v3735: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:42.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:42 smithi178 bash[75692]: cephadm 2024-03-21T13:12:41.092463+0000 mgr.x (mgr.34104) 5647 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:42.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:42 smithi178 bash[75692]: cluster 2024-03-21T13:12:41.181097+0000 mgr.x (mgr.34104) 5648 : cluster [DBG] pgmap v3736: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:42.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:42 smithi178 bash[75692]: cluster 2024-03-21T13:12:41.181578+0000 mgr.x (mgr.34104) 5649 : cluster [DBG] pgmap v3737: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:42.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:42 smithi178 bash[75692]: cephadm 2024-03-21T13:12:41.190962+0000 mgr.x (mgr.34104) 5650 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:42.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:42 smithi178 bash[75692]: cluster 2024-03-21T13:12:41.278576+0000 mgr.x (mgr.34104) 5651 : cluster [DBG] pgmap v3738: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:42.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:42 smithi178 bash[75692]: cluster 2024-03-21T13:12:41.278793+0000 mgr.x (mgr.34104) 5652 : cluster [DBG] pgmap v3739: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:42.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:42 smithi178 bash[75692]: audit 2024-03-21T13:12:41.295743+0000 mon.a (mon.0) 8750 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:42.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:42 smithi178 bash[75692]: cephadm 2024-03-21T13:12:41.296759+0000 mgr.x (mgr.34104) 5653 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:42.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:42 smithi178 bash[75692]: audit 2024-03-21T13:12:41.379164+0000 mon.a (mon.0) 8751 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:42.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:42 smithi178 bash[75692]: audit 2024-03-21T13:12:41.382364+0000 mon.a (mon.0) 8752 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:42.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:42 smithi178 bash[75692]: audit 2024-03-21T13:12:41.385564+0000 mon.a (mon.0) 8753 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:42.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:42 smithi178 bash[75692]: audit 2024-03-21T13:12:41.387005+0000 mon.a (mon.0) 8754 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:42.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:42 smithi178 bash[75692]: audit 2024-03-21T13:12:41.396626+0000 mon.a (mon.0) 8755 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:42.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:42 smithi178 bash[75692]: audit 2024-03-21T13:12:41.477231+0000 mon.a (mon.0) 8756 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:42.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:42 smithi178 bash[75692]: audit 2024-03-21T13:12:41.479647+0000 mon.a (mon.0) 8757 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:42.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:42 smithi178 bash[75692]: audit 2024-03-21T13:12:41.489084+0000 mon.a (mon.0) 8758 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:42.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:42 smithi178 bash[77880]: cluster 2024-03-21T13:12:40.981313+0000 mgr.x (mgr.34104) 5643 : cluster [DBG] pgmap v3733: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:42.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:42 smithi178 bash[77880]: cephadm 2024-03-21T13:12:40.986851+0000 mgr.x (mgr.34104) 5644 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:42.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:42 smithi178 bash[77880]: cluster 2024-03-21T13:12:41.086160+0000 mgr.x (mgr.34104) 5645 : cluster [DBG] pgmap v3734: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:42.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:42 smithi178 bash[77880]: cluster 2024-03-21T13:12:41.086682+0000 mgr.x (mgr.34104) 5646 : cluster [DBG] pgmap v3735: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:42.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:42 smithi178 bash[77880]: cephadm 2024-03-21T13:12:41.092463+0000 mgr.x (mgr.34104) 5647 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:42.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:42 smithi178 bash[77880]: cluster 2024-03-21T13:12:41.181097+0000 mgr.x (mgr.34104) 5648 : cluster [DBG] pgmap v3736: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:42.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:42 smithi178 bash[77880]: cluster 2024-03-21T13:12:41.181578+0000 mgr.x (mgr.34104) 5649 : cluster [DBG] pgmap v3737: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:42.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:42 smithi178 bash[77880]: cephadm 2024-03-21T13:12:41.190962+0000 mgr.x (mgr.34104) 5650 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:42.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:42 smithi178 bash[77880]: cluster 2024-03-21T13:12:41.278576+0000 mgr.x (mgr.34104) 5651 : cluster [DBG] pgmap v3738: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:42.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:42 smithi178 bash[77880]: cluster 2024-03-21T13:12:41.278793+0000 mgr.x (mgr.34104) 5652 : cluster [DBG] pgmap v3739: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:42.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:42 smithi178 bash[77880]: audit 2024-03-21T13:12:41.295743+0000 mon.a (mon.0) 8750 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:42.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:42 smithi178 bash[77880]: cephadm 2024-03-21T13:12:41.296759+0000 mgr.x (mgr.34104) 5653 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:42.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:42 smithi178 bash[77880]: audit 2024-03-21T13:12:41.379164+0000 mon.a (mon.0) 8751 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:42.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:42 smithi178 bash[77880]: audit 2024-03-21T13:12:41.382364+0000 mon.a (mon.0) 8752 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:42.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:42 smithi178 bash[77880]: audit 2024-03-21T13:12:41.385564+0000 mon.a (mon.0) 8753 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:42.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:42 smithi178 bash[77880]: audit 2024-03-21T13:12:41.387005+0000 mon.a (mon.0) 8754 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:42.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:42 smithi178 bash[77880]: audit 2024-03-21T13:12:41.396626+0000 mon.a (mon.0) 8755 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:42.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:42 smithi178 bash[77880]: audit 2024-03-21T13:12:41.477231+0000 mon.a (mon.0) 8756 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:42.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:42 smithi178 bash[77880]: audit 2024-03-21T13:12:41.479647+0000 mon.a (mon.0) 8757 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:42.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:42 smithi178 bash[77880]: audit 2024-03-21T13:12:41.489084+0000 mon.a (mon.0) 8758 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:42.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:42 smithi178 bash[75692]: audit 2024-03-21T13:12:41.490252+0000 mon.a (mon.0) 8759 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:42.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:42 smithi178 bash[75692]: audit 2024-03-21T13:12:41.497289+0000 mon.a (mon.0) 8760 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:42.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:42 smithi178 bash[75692]: audit 2024-03-21T13:12:41.577273+0000 mon.a (mon.0) 8761 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:42.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:42 smithi178 bash[75692]: audit 2024-03-21T13:12:41.580124+0000 mon.a (mon.0) 8762 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:42.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:42 smithi178 bash[75692]: audit 2024-03-21T13:12:41.583244+0000 mon.a (mon.0) 8763 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:42.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:42 smithi178 bash[75692]: audit 2024-03-21T13:12:41.584455+0000 mon.a (mon.0) 8764 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:42.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:42 smithi178 bash[75692]: audit 2024-03-21T13:12:41.593134+0000 mon.a (mon.0) 8765 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:42.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:42 smithi178 bash[75692]: audit 2024-03-21T13:12:41.672342+0000 mon.a (mon.0) 8766 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:42.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:42 smithi178 bash[75692]: audit 2024-03-21T13:12:41.675341+0000 mon.a (mon.0) 8767 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:42.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:42 smithi178 bash[75692]: audit 2024-03-21T13:12:41.677955+0000 mon.a (mon.0) 8768 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:42.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:42 smithi178 bash[75692]: audit 2024-03-21T13:12:41.678969+0000 mon.a (mon.0) 8769 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:42.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:42 smithi178 bash[75692]: audit 2024-03-21T13:12:41.689440+0000 mon.a (mon.0) 8770 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:42.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:42 smithi178 bash[75692]: audit 2024-03-21T13:12:41.767119+0000 mon.a (mon.0) 8771 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:42.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:42 smithi178 bash[75692]: audit 2024-03-21T13:12:41.772101+0000 mon.a (mon.0) 8772 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:42.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:42 smithi178 bash[75692]: audit 2024-03-21T13:12:41.800424+0000 mon.a (mon.0) 8773 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:42.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:42 smithi178 bash[75692]: audit 2024-03-21T13:12:41.802322+0000 mon.a (mon.0) 8774 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:42.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:42 smithi178 bash[75692]: audit 2024-03-21T13:12:41.805221+0000 mon.a (mon.0) 8775 : audit [DBG] from='client.? 172.21.15.178:0/3857721101' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T13:12:42.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:42 smithi178 bash[75692]: audit 2024-03-21T13:12:41.814626+0000 mon.a (mon.0) 8776 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:42.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:42 smithi178 bash[75692]: audit 2024-03-21T13:12:41.894895+0000 mon.a (mon.0) 8777 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:42.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:42 smithi178 bash[77880]: audit 2024-03-21T13:12:41.490252+0000 mon.a (mon.0) 8759 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:42.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:42 smithi178 bash[77880]: audit 2024-03-21T13:12:41.497289+0000 mon.a (mon.0) 8760 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:42.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:42 smithi178 bash[77880]: audit 2024-03-21T13:12:41.577273+0000 mon.a (mon.0) 8761 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:42.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:42 smithi178 bash[77880]: audit 2024-03-21T13:12:41.580124+0000 mon.a (mon.0) 8762 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:42.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:42 smithi178 bash[77880]: audit 2024-03-21T13:12:41.583244+0000 mon.a (mon.0) 8763 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:42.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:42 smithi178 bash[77880]: audit 2024-03-21T13:12:41.584455+0000 mon.a (mon.0) 8764 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:42.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:42 smithi178 bash[77880]: audit 2024-03-21T13:12:41.593134+0000 mon.a (mon.0) 8765 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:42.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:42 smithi178 bash[77880]: audit 2024-03-21T13:12:41.672342+0000 mon.a (mon.0) 8766 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:42.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:42 smithi178 bash[77880]: audit 2024-03-21T13:12:41.675341+0000 mon.a (mon.0) 8767 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:42.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:42 smithi178 bash[77880]: audit 2024-03-21T13:12:41.677955+0000 mon.a (mon.0) 8768 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:42.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:42 smithi178 bash[77880]: audit 2024-03-21T13:12:41.678969+0000 mon.a (mon.0) 8769 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:42.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:42 smithi178 bash[77880]: audit 2024-03-21T13:12:41.689440+0000 mon.a (mon.0) 8770 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:42.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:42 smithi178 bash[77880]: audit 2024-03-21T13:12:41.767119+0000 mon.a (mon.0) 8771 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:42.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:42 smithi178 bash[77880]: audit 2024-03-21T13:12:41.772101+0000 mon.a (mon.0) 8772 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:42.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:42 smithi178 bash[77880]: audit 2024-03-21T13:12:41.800424+0000 mon.a (mon.0) 8773 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:42.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:42 smithi178 bash[77880]: audit 2024-03-21T13:12:41.802322+0000 mon.a (mon.0) 8774 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:42.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:42 smithi178 bash[77880]: audit 2024-03-21T13:12:41.805221+0000 mon.a (mon.0) 8775 : audit [DBG] from='client.? 172.21.15.178:0/3857721101' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T13:12:42.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:42 smithi178 bash[77880]: audit 2024-03-21T13:12:41.814626+0000 mon.a (mon.0) 8776 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:42.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:42 smithi178 bash[77880]: audit 2024-03-21T13:12:41.894895+0000 mon.a (mon.0) 8777 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:42.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:42 smithi178 bash[75692]: audit 2024-03-21T13:12:41.899301+0000 mon.a (mon.0) 8778 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:42.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:42 smithi178 bash[75692]: audit 2024-03-21T13:12:41.903082+0000 mon.a (mon.0) 8779 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:42.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:42 smithi178 bash[75692]: audit 2024-03-21T13:12:41.904690+0000 mon.a (mon.0) 8780 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:42.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:42 smithi178 bash[75692]: audit 2024-03-21T13:12:41.916200+0000 mon.a (mon.0) 8781 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:42.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:42 smithi178 bash[75692]: audit 2024-03-21T13:12:41.994262+0000 mon.a (mon.0) 8782 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:42.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:42 smithi178 bash[75692]: audit 2024-03-21T13:12:41.997768+0000 mon.a (mon.0) 8783 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:42.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:42 smithi178 bash[75692]: audit 2024-03-21T13:12:42.000546+0000 mon.a (mon.0) 8784 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:42.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:42 smithi178 bash[75692]: audit 2024-03-21T13:12:42.001536+0000 mon.a (mon.0) 8785 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:42.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:42 smithi178 bash[75692]: audit 2024-03-21T13:12:42.009883+0000 mon.a (mon.0) 8786 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:42.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:42 smithi178 bash[75692]: audit 2024-03-21T13:12:42.089485+0000 mon.a (mon.0) 8787 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:42.811 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:42 smithi178 bash[75692]: audit 2024-03-21T13:12:42.093749+0000 mon.a (mon.0) 8788 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:42.811 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:42 smithi178 bash[75692]: audit 2024-03-21T13:12:42.097949+0000 mon.a (mon.0) 8789 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:42.811 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:42 smithi178 bash[75692]: audit 2024-03-21T13:12:42.099192+0000 mon.a (mon.0) 8790 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:42.811 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:42 smithi178 bash[75692]: audit 2024-03-21T13:12:42.110709+0000 mon.a (mon.0) 8791 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:42.811 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:42 smithi178 bash[75692]: audit 2024-03-21T13:12:42.193788+0000 mon.a (mon.0) 8792 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:42.811 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:42 smithi178 bash[75692]: audit 2024-03-21T13:12:42.197547+0000 mon.a (mon.0) 8793 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:42.811 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:42 smithi178 bash[75692]: audit 2024-03-21T13:12:42.201483+0000 mon.a (mon.0) 8794 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:42.811 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:42 smithi178 bash[75692]: audit 2024-03-21T13:12:42.203523+0000 mon.a (mon.0) 8795 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:42.811 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:42 smithi178 bash[75692]: audit 2024-03-21T13:12:42.216996+0000 mon.a (mon.0) 8796 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:42.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:42 smithi178 bash[77880]: audit 2024-03-21T13:12:41.899301+0000 mon.a (mon.0) 8778 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:42.812 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:42 smithi178 bash[77880]: audit 2024-03-21T13:12:41.903082+0000 mon.a (mon.0) 8779 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:42.812 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:42 smithi178 bash[77880]: audit 2024-03-21T13:12:41.904690+0000 mon.a (mon.0) 8780 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:42.812 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:42 smithi178 bash[77880]: audit 2024-03-21T13:12:41.916200+0000 mon.a (mon.0) 8781 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:42.812 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:42 smithi178 bash[77880]: audit 2024-03-21T13:12:41.994262+0000 mon.a (mon.0) 8782 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:42.812 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:42 smithi178 bash[77880]: audit 2024-03-21T13:12:41.997768+0000 mon.a (mon.0) 8783 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:42.812 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:42 smithi178 bash[77880]: audit 2024-03-21T13:12:42.000546+0000 mon.a (mon.0) 8784 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:42.812 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:42 smithi178 bash[77880]: audit 2024-03-21T13:12:42.001536+0000 mon.a (mon.0) 8785 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:42.812 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:42 smithi178 bash[77880]: audit 2024-03-21T13:12:42.009883+0000 mon.a (mon.0) 8786 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:42.812 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:42 smithi178 bash[77880]: audit 2024-03-21T13:12:42.089485+0000 mon.a (mon.0) 8787 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:42.812 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:42 smithi178 bash[77880]: audit 2024-03-21T13:12:42.093749+0000 mon.a (mon.0) 8788 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:42.812 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:42 smithi178 bash[77880]: audit 2024-03-21T13:12:42.097949+0000 mon.a (mon.0) 8789 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:42.812 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:42 smithi178 bash[77880]: audit 2024-03-21T13:12:42.099192+0000 mon.a (mon.0) 8790 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:42.813 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:42 smithi178 bash[77880]: audit 2024-03-21T13:12:42.110709+0000 mon.a (mon.0) 8791 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:42.813 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:42 smithi178 bash[77880]: audit 2024-03-21T13:12:42.193788+0000 mon.a (mon.0) 8792 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:42.813 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:42 smithi178 bash[77880]: audit 2024-03-21T13:12:42.197547+0000 mon.a (mon.0) 8793 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:42.813 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:42 smithi178 bash[77880]: audit 2024-03-21T13:12:42.201483+0000 mon.a (mon.0) 8794 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:42.813 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:42 smithi178 bash[77880]: audit 2024-03-21T13:12:42.203523+0000 mon.a (mon.0) 8795 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:42.813 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:42 smithi178 bash[77880]: audit 2024-03-21T13:12:42.216996+0000 mon.a (mon.0) 8796 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:43.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:43 smithi178 bash[75692]: audit 2024-03-21T13:12:41.335371+0000 mgr.x (mgr.34104) 5654 : audit [DBG] from='client.44919 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:12:43.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:43 smithi178 bash[75692]: cluster 2024-03-21T13:12:41.389601+0000 mgr.x (mgr.34104) 5655 : cluster [DBG] pgmap v3740: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:43.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:43 smithi178 bash[75692]: cluster 2024-03-21T13:12:41.390081+0000 mgr.x (mgr.34104) 5656 : cluster [DBG] pgmap v3741: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:43.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:43 smithi178 bash[75692]: cephadm 2024-03-21T13:12:41.397947+0000 mgr.x (mgr.34104) 5657 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:43.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:43 smithi178 bash[75692]: cluster 2024-03-21T13:12:41.492683+0000 mgr.x (mgr.34104) 5658 : cluster [DBG] pgmap v3742: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:43.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:43 smithi178 bash[75692]: cluster 2024-03-21T13:12:41.493200+0000 mgr.x (mgr.34104) 5659 : cluster [DBG] pgmap v3743: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:43.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:43 smithi178 bash[75692]: cephadm 2024-03-21T13:12:41.498347+0000 mgr.x (mgr.34104) 5660 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:43.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:43 smithi178 bash[75692]: cluster 2024-03-21T13:12:41.587104+0000 mgr.x (mgr.34104) 5661 : cluster [DBG] pgmap v3744: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:43.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:43 smithi178 bash[75692]: cephadm 2024-03-21T13:12:41.594467+0000 mgr.x (mgr.34104) 5662 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:43.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:43 smithi178 bash[75692]: cluster 2024-03-21T13:12:41.681156+0000 mgr.x (mgr.34104) 5663 : cluster [DBG] pgmap v3745: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:43.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:43 smithi178 bash[75692]: cluster 2024-03-21T13:12:41.681405+0000 mgr.x (mgr.34104) 5664 : cluster [DBG] pgmap v3746: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:43.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:43 smithi178 bash[75692]: cephadm 2024-03-21T13:12:41.690720+0000 mgr.x (mgr.34104) 5665 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:43.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:43 smithi178 bash[75692]: cluster 2024-03-21T13:12:41.805763+0000 mgr.x (mgr.34104) 5666 : cluster [DBG] pgmap v3747: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:43.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:43 smithi178 bash[75692]: cluster 2024-03-21T13:12:41.806168+0000 mgr.x (mgr.34104) 5667 : cluster [DBG] pgmap v3748: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:43.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:43 smithi178 bash[75692]: cephadm 2024-03-21T13:12:41.816022+0000 mgr.x (mgr.34104) 5668 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:43.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:43 smithi178 bash[75692]: cluster 2024-03-21T13:12:41.907724+0000 mgr.x (mgr.34104) 5669 : cluster [DBG] pgmap v3749: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:43.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:43 smithi178 bash[75692]: cluster 2024-03-21T13:12:41.908002+0000 mgr.x (mgr.34104) 5670 : cluster [DBG] pgmap v3750: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:43.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:43 smithi178 bash[75692]: cephadm 2024-03-21T13:12:41.917849+0000 mgr.x (mgr.34104) 5671 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:43.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:43 smithi178 bash[75692]: cluster 2024-03-21T13:12:42.003855+0000 mgr.x (mgr.34104) 5672 : cluster [DBG] pgmap v3751: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:43.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:43 smithi178 bash[75692]: cluster 2024-03-21T13:12:42.004158+0000 mgr.x (mgr.34104) 5673 : cluster [DBG] pgmap v3752: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:43.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:43 smithi178 bash[77880]: audit 2024-03-21T13:12:41.335371+0000 mgr.x (mgr.34104) 5654 : audit [DBG] from='client.44919 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:12:43.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:43 smithi178 bash[77880]: cluster 2024-03-21T13:12:41.389601+0000 mgr.x (mgr.34104) 5655 : cluster [DBG] pgmap v3740: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:43.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:43 smithi178 bash[77880]: cluster 2024-03-21T13:12:41.390081+0000 mgr.x (mgr.34104) 5656 : cluster [DBG] pgmap v3741: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:43.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:43 smithi178 bash[77880]: cephadm 2024-03-21T13:12:41.397947+0000 mgr.x (mgr.34104) 5657 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:43.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:43 smithi178 bash[77880]: cluster 2024-03-21T13:12:41.492683+0000 mgr.x (mgr.34104) 5658 : cluster [DBG] pgmap v3742: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:43.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:43 smithi178 bash[77880]: cluster 2024-03-21T13:12:41.493200+0000 mgr.x (mgr.34104) 5659 : cluster [DBG] pgmap v3743: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:43.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:43 smithi178 bash[77880]: cephadm 2024-03-21T13:12:41.498347+0000 mgr.x (mgr.34104) 5660 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:43.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:43 smithi178 bash[77880]: cluster 2024-03-21T13:12:41.587104+0000 mgr.x (mgr.34104) 5661 : cluster [DBG] pgmap v3744: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:43.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:43 smithi178 bash[77880]: cephadm 2024-03-21T13:12:41.594467+0000 mgr.x (mgr.34104) 5662 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:43.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:43 smithi178 bash[77880]: cluster 2024-03-21T13:12:41.681156+0000 mgr.x (mgr.34104) 5663 : cluster [DBG] pgmap v3745: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:43.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:43 smithi178 bash[77880]: cluster 2024-03-21T13:12:41.681405+0000 mgr.x (mgr.34104) 5664 : cluster [DBG] pgmap v3746: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:43.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:43 smithi178 bash[77880]: cephadm 2024-03-21T13:12:41.690720+0000 mgr.x (mgr.34104) 5665 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:43.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:43 smithi178 bash[77880]: cluster 2024-03-21T13:12:41.805763+0000 mgr.x (mgr.34104) 5666 : cluster [DBG] pgmap v3747: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:43.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:43 smithi178 bash[77880]: cluster 2024-03-21T13:12:41.806168+0000 mgr.x (mgr.34104) 5667 : cluster [DBG] pgmap v3748: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:43.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:43 smithi178 bash[77880]: cephadm 2024-03-21T13:12:41.816022+0000 mgr.x (mgr.34104) 5668 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:43.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:43 smithi178 bash[77880]: cluster 2024-03-21T13:12:41.907724+0000 mgr.x (mgr.34104) 5669 : cluster [DBG] pgmap v3749: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:43.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:43 smithi178 bash[77880]: cluster 2024-03-21T13:12:41.908002+0000 mgr.x (mgr.34104) 5670 : cluster [DBG] pgmap v3750: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:43.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:43 smithi178 bash[77880]: cephadm 2024-03-21T13:12:41.917849+0000 mgr.x (mgr.34104) 5671 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:43.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:43 smithi178 bash[77880]: cluster 2024-03-21T13:12:42.003855+0000 mgr.x (mgr.34104) 5672 : cluster [DBG] pgmap v3751: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:43.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:43 smithi178 bash[77880]: cluster 2024-03-21T13:12:42.004158+0000 mgr.x (mgr.34104) 5673 : cluster [DBG] pgmap v3752: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:43.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:43 smithi178 bash[75692]: cephadm 2024-03-21T13:12:42.011125+0000 mgr.x (mgr.34104) 5674 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:43.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:43 smithi178 bash[75692]: cluster 2024-03-21T13:12:42.101930+0000 mgr.x (mgr.34104) 5675 : cluster [DBG] pgmap v3753: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:43.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:43 smithi178 bash[75692]: cluster 2024-03-21T13:12:42.102222+0000 mgr.x (mgr.34104) 5676 : cluster [DBG] pgmap v3754: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:43.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:43 smithi178 bash[75692]: cephadm 2024-03-21T13:12:42.112123+0000 mgr.x (mgr.34104) 5677 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:43.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:43 smithi178 bash[75692]: cluster 2024-03-21T13:12:42.206953+0000 mgr.x (mgr.34104) 5678 : cluster [DBG] pgmap v3755: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:43.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:43 smithi178 bash[75692]: cluster 2024-03-21T13:12:42.207344+0000 mgr.x (mgr.34104) 5679 : cluster [DBG] pgmap v3756: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:43.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:43 smithi178 bash[75692]: cephadm 2024-03-21T13:12:42.218910+0000 mgr.x (mgr.34104) 5680 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:43.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:43 smithi178 bash[75692]: audit 2024-03-21T13:12:42.310202+0000 mon.a (mon.0) 8797 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:43.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:43 smithi178 bash[75692]: audit 2024-03-21T13:12:42.313311+0000 mon.a (mon.0) 8798 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:43.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:43 smithi178 bash[75692]: audit 2024-03-21T13:12:42.316271+0000 mon.a (mon.0) 8799 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:43.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:43 smithi178 bash[75692]: audit 2024-03-21T13:12:42.317580+0000 mon.a (mon.0) 8800 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:43.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:43 smithi178 bash[75692]: audit 2024-03-21T13:12:42.327009+0000 mon.a (mon.0) 8801 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:43.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:43 smithi178 bash[75692]: audit 2024-03-21T13:12:42.404683+0000 mon.a (mon.0) 8802 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:43.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:43 smithi178 bash[75692]: audit 2024-03-21T13:12:42.408618+0000 mon.a (mon.0) 8803 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:43.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:43 smithi178 bash[75692]: audit 2024-03-21T13:12:42.412634+0000 mon.a (mon.0) 8804 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:43.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:43 smithi178 bash[75692]: audit 2024-03-21T13:12:42.414248+0000 mon.a (mon.0) 8805 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:43.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:43 smithi178 bash[75692]: audit 2024-03-21T13:12:42.425620+0000 mon.a (mon.0) 8806 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:43.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:43 smithi178 bash[75692]: audit 2024-03-21T13:12:42.506589+0000 mon.a (mon.0) 8807 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:43.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:43 smithi178 bash[75692]: audit 2024-03-21T13:12:42.510564+0000 mon.a (mon.0) 8808 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:43.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:43 smithi178 bash[77880]: cephadm 2024-03-21T13:12:42.011125+0000 mgr.x (mgr.34104) 5674 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:43.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:43 smithi178 bash[77880]: cluster 2024-03-21T13:12:42.101930+0000 mgr.x (mgr.34104) 5675 : cluster [DBG] pgmap v3753: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:43.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:43 smithi178 bash[77880]: cluster 2024-03-21T13:12:42.102222+0000 mgr.x (mgr.34104) 5676 : cluster [DBG] pgmap v3754: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:43.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:43 smithi178 bash[77880]: cephadm 2024-03-21T13:12:42.112123+0000 mgr.x (mgr.34104) 5677 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:43.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:43 smithi178 bash[77880]: cluster 2024-03-21T13:12:42.206953+0000 mgr.x (mgr.34104) 5678 : cluster [DBG] pgmap v3755: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:43.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:43 smithi178 bash[77880]: cluster 2024-03-21T13:12:42.207344+0000 mgr.x (mgr.34104) 5679 : cluster [DBG] pgmap v3756: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:43.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:43 smithi178 bash[77880]: cephadm 2024-03-21T13:12:42.218910+0000 mgr.x (mgr.34104) 5680 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:43.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:43 smithi178 bash[77880]: audit 2024-03-21T13:12:42.310202+0000 mon.a (mon.0) 8797 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:43.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:43 smithi178 bash[77880]: audit 2024-03-21T13:12:42.313311+0000 mon.a (mon.0) 8798 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:43.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:43 smithi178 bash[77880]: audit 2024-03-21T13:12:42.316271+0000 mon.a (mon.0) 8799 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:43.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:43 smithi178 bash[77880]: audit 2024-03-21T13:12:42.317580+0000 mon.a (mon.0) 8800 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:43.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:43 smithi178 bash[77880]: audit 2024-03-21T13:12:42.327009+0000 mon.a (mon.0) 8801 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:43.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:43 smithi178 bash[77880]: audit 2024-03-21T13:12:42.404683+0000 mon.a (mon.0) 8802 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:43.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:43 smithi178 bash[77880]: audit 2024-03-21T13:12:42.408618+0000 mon.a (mon.0) 8803 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:43.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:43 smithi178 bash[77880]: audit 2024-03-21T13:12:42.412634+0000 mon.a (mon.0) 8804 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:43.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:43 smithi178 bash[77880]: audit 2024-03-21T13:12:42.414248+0000 mon.a (mon.0) 8805 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:43.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:43 smithi178 bash[77880]: audit 2024-03-21T13:12:42.425620+0000 mon.a (mon.0) 8806 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:43.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:43 smithi178 bash[77880]: audit 2024-03-21T13:12:42.506589+0000 mon.a (mon.0) 8807 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:43.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:43 smithi178 bash[77880]: audit 2024-03-21T13:12:42.510564+0000 mon.a (mon.0) 8808 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:43.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:43 smithi178 bash[75692]: audit 2024-03-21T13:12:42.513729+0000 mon.a (mon.0) 8809 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:43.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:43 smithi178 bash[75692]: audit 2024-03-21T13:12:42.515138+0000 mon.a (mon.0) 8810 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:43.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:43 smithi178 bash[75692]: audit 2024-03-21T13:12:42.526865+0000 mon.a (mon.0) 8811 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:43.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:43 smithi178 bash[75692]: audit 2024-03-21T13:12:42.606054+0000 mon.a (mon.0) 8812 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:43.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:43 smithi178 bash[75692]: audit 2024-03-21T13:12:42.609287+0000 mon.a (mon.0) 8813 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:43.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:43 smithi178 bash[75692]: audit 2024-03-21T13:12:42.612426+0000 mon.a (mon.0) 8814 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:43.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:43 smithi178 bash[75692]: audit 2024-03-21T13:12:42.613695+0000 mon.a (mon.0) 8815 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:43.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:43 smithi178 bash[75692]: audit 2024-03-21T13:12:42.624804+0000 mon.a (mon.0) 8816 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:43.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:43 smithi178 bash[75692]: audit 2024-03-21T13:12:42.689510+0000 mon.a (mon.0) 8817 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:43.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:43 smithi178 bash[75692]: audit 2024-03-21T13:12:42.700263+0000 mon.a (mon.0) 8818 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:43.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:43 smithi178 bash[75692]: audit 2024-03-21T13:12:42.704871+0000 mon.a (mon.0) 8819 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:43.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:43 smithi178 bash[75692]: audit 2024-03-21T13:12:42.708853+0000 mon.a (mon.0) 8820 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:43.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:43 smithi178 bash[75692]: audit 2024-03-21T13:12:42.714036+0000 mon.a (mon.0) 8821 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:43.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:43 smithi178 bash[75692]: audit 2024-03-21T13:12:42.717116+0000 mon.a (mon.0) 8822 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:43.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:43 smithi178 bash[75692]: audit 2024-03-21T13:12:42.718957+0000 mon.a (mon.0) 8823 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:43.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:43 smithi178 bash[75692]: audit 2024-03-21T13:12:42.721923+0000 mon.a (mon.0) 8824 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:43.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:43 smithi178 bash[75692]: audit 2024-03-21T13:12:42.725664+0000 mon.a (mon.0) 8825 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:43.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:43 smithi178 bash[75692]: audit 2024-03-21T13:12:42.728676+0000 mon.a (mon.0) 8826 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:43.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:43 smithi178 bash[75692]: audit 2024-03-21T13:12:42.731052+0000 mon.a (mon.0) 8827 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:43.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:43 smithi178 bash[75692]: audit 2024-03-21T13:12:42.733464+0000 mon.a (mon.0) 8828 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:43.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:43 smithi178 bash[75692]: audit 2024-03-21T13:12:42.735724+0000 mon.a (mon.0) 8829 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:43.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:43 smithi178 bash[75692]: audit 2024-03-21T13:12:42.738116+0000 mon.a (mon.0) 8830 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:43.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:43 smithi178 bash[75692]: audit 2024-03-21T13:12:42.740310+0000 mon.a (mon.0) 8831 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:43.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:43 smithi178 bash[75692]: audit 2024-03-21T13:12:42.743157+0000 mon.a (mon.0) 8832 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:43.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:43 smithi178 bash[75692]: audit 2024-03-21T13:12:42.746119+0000 mon.a (mon.0) 8833 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:43.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:43 smithi178 bash[75692]: audit 2024-03-21T13:12:42.748990+0000 mon.a (mon.0) 8834 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:43.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:43 smithi178 bash[77880]: audit 2024-03-21T13:12:42.513729+0000 mon.a (mon.0) 8809 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:43.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:43 smithi178 bash[77880]: audit 2024-03-21T13:12:42.515138+0000 mon.a (mon.0) 8810 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:43.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:43 smithi178 bash[77880]: audit 2024-03-21T13:12:42.526865+0000 mon.a (mon.0) 8811 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:43.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:43 smithi178 bash[77880]: audit 2024-03-21T13:12:42.606054+0000 mon.a (mon.0) 8812 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:43.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:43 smithi178 bash[77880]: audit 2024-03-21T13:12:42.609287+0000 mon.a (mon.0) 8813 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:43.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:43 smithi178 bash[77880]: audit 2024-03-21T13:12:42.612426+0000 mon.a (mon.0) 8814 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:43.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:43 smithi178 bash[77880]: audit 2024-03-21T13:12:42.613695+0000 mon.a (mon.0) 8815 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:43.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:43 smithi178 bash[77880]: audit 2024-03-21T13:12:42.624804+0000 mon.a (mon.0) 8816 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:43.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:43 smithi178 bash[77880]: audit 2024-03-21T13:12:42.689510+0000 mon.a (mon.0) 8817 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:43.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:43 smithi178 bash[77880]: audit 2024-03-21T13:12:42.700263+0000 mon.a (mon.0) 8818 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:43.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:43 smithi178 bash[77880]: audit 2024-03-21T13:12:42.704871+0000 mon.a (mon.0) 8819 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:43.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:43 smithi178 bash[77880]: audit 2024-03-21T13:12:42.708853+0000 mon.a (mon.0) 8820 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:43.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:43 smithi178 bash[77880]: audit 2024-03-21T13:12:42.714036+0000 mon.a (mon.0) 8821 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:43.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:43 smithi178 bash[77880]: audit 2024-03-21T13:12:42.717116+0000 mon.a (mon.0) 8822 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:43.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:43 smithi178 bash[77880]: audit 2024-03-21T13:12:42.718957+0000 mon.a (mon.0) 8823 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:43.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:43 smithi178 bash[77880]: audit 2024-03-21T13:12:42.721923+0000 mon.a (mon.0) 8824 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:43.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:43 smithi178 bash[77880]: audit 2024-03-21T13:12:42.725664+0000 mon.a (mon.0) 8825 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:43.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:43 smithi178 bash[77880]: audit 2024-03-21T13:12:42.728676+0000 mon.a (mon.0) 8826 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:43.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:43 smithi178 bash[77880]: audit 2024-03-21T13:12:42.731052+0000 mon.a (mon.0) 8827 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:43.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:43 smithi178 bash[77880]: audit 2024-03-21T13:12:42.733464+0000 mon.a (mon.0) 8828 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:43.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:43 smithi178 bash[77880]: audit 2024-03-21T13:12:42.735724+0000 mon.a (mon.0) 8829 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:43.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:43 smithi178 bash[77880]: audit 2024-03-21T13:12:42.738116+0000 mon.a (mon.0) 8830 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:43.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:43 smithi178 bash[77880]: audit 2024-03-21T13:12:42.740310+0000 mon.a (mon.0) 8831 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:43.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:43 smithi178 bash[77880]: audit 2024-03-21T13:12:42.743157+0000 mon.a (mon.0) 8832 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:43.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:43 smithi178 bash[77880]: audit 2024-03-21T13:12:42.746119+0000 mon.a (mon.0) 8833 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:43.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:43 smithi178 bash[77880]: audit 2024-03-21T13:12:42.748990+0000 mon.a (mon.0) 8834 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:43.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:43 smithi184 bash[59794]: audit 2024-03-21T13:12:41.335371+0000 mgr.x (mgr.34104) 5654 : audit [DBG] from='client.44919 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:12:43.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:43 smithi184 bash[59794]: cluster 2024-03-21T13:12:41.389601+0000 mgr.x (mgr.34104) 5655 : cluster [DBG] pgmap v3740: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:43.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:43 smithi184 bash[59794]: cluster 2024-03-21T13:12:41.390081+0000 mgr.x (mgr.34104) 5656 : cluster [DBG] pgmap v3741: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:43.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:43 smithi184 bash[59794]: cephadm 2024-03-21T13:12:41.397947+0000 mgr.x (mgr.34104) 5657 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:43.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:43 smithi184 bash[59794]: cluster 2024-03-21T13:12:41.492683+0000 mgr.x (mgr.34104) 5658 : cluster [DBG] pgmap v3742: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:43.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:43 smithi184 bash[59794]: cluster 2024-03-21T13:12:41.493200+0000 mgr.x (mgr.34104) 5659 : cluster [DBG] pgmap v3743: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:43.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:43 smithi184 bash[59794]: cephadm 2024-03-21T13:12:41.498347+0000 mgr.x (mgr.34104) 5660 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:43.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:43 smithi184 bash[59794]: cluster 2024-03-21T13:12:41.587104+0000 mgr.x (mgr.34104) 5661 : cluster [DBG] pgmap v3744: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:43.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:43 smithi184 bash[59794]: cephadm 2024-03-21T13:12:41.594467+0000 mgr.x (mgr.34104) 5662 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:43.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:43 smithi184 bash[59794]: cluster 2024-03-21T13:12:41.681156+0000 mgr.x (mgr.34104) 5663 : cluster [DBG] pgmap v3745: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:43.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:43 smithi184 bash[59794]: cluster 2024-03-21T13:12:41.681405+0000 mgr.x (mgr.34104) 5664 : cluster [DBG] pgmap v3746: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:43.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:43 smithi184 bash[59794]: cephadm 2024-03-21T13:12:41.690720+0000 mgr.x (mgr.34104) 5665 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:43.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:43 smithi184 bash[59794]: cluster 2024-03-21T13:12:41.805763+0000 mgr.x (mgr.34104) 5666 : cluster [DBG] pgmap v3747: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:43.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:43 smithi184 bash[59794]: cluster 2024-03-21T13:12:41.806168+0000 mgr.x (mgr.34104) 5667 : cluster [DBG] pgmap v3748: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:43.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:43 smithi184 bash[59794]: cephadm 2024-03-21T13:12:41.816022+0000 mgr.x (mgr.34104) 5668 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:43.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:43 smithi184 bash[59794]: cluster 2024-03-21T13:12:41.907724+0000 mgr.x (mgr.34104) 5669 : cluster [DBG] pgmap v3749: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:43.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:43 smithi184 bash[59794]: cluster 2024-03-21T13:12:41.908002+0000 mgr.x (mgr.34104) 5670 : cluster [DBG] pgmap v3750: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:43.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:43 smithi184 bash[59794]: cephadm 2024-03-21T13:12:41.917849+0000 mgr.x (mgr.34104) 5671 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:43.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:43 smithi184 bash[59794]: cluster 2024-03-21T13:12:42.003855+0000 mgr.x (mgr.34104) 5672 : cluster [DBG] pgmap v3751: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:43.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:43 smithi184 bash[59794]: cluster 2024-03-21T13:12:42.004158+0000 mgr.x (mgr.34104) 5673 : cluster [DBG] pgmap v3752: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:43.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:43 smithi184 bash[59794]: cephadm 2024-03-21T13:12:42.011125+0000 mgr.x (mgr.34104) 5674 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:43.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:43 smithi184 bash[59794]: cluster 2024-03-21T13:12:42.101930+0000 mgr.x (mgr.34104) 5675 : cluster [DBG] pgmap v3753: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:43.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:43 smithi184 bash[59794]: cluster 2024-03-21T13:12:42.102222+0000 mgr.x (mgr.34104) 5676 : cluster [DBG] pgmap v3754: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:43.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:43 smithi184 bash[59794]: cephadm 2024-03-21T13:12:42.112123+0000 mgr.x (mgr.34104) 5677 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:43.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:43 smithi184 bash[59794]: cluster 2024-03-21T13:12:42.206953+0000 mgr.x (mgr.34104) 5678 : cluster [DBG] pgmap v3755: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:43.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:43 smithi184 bash[59794]: cluster 2024-03-21T13:12:42.207344+0000 mgr.x (mgr.34104) 5679 : cluster [DBG] pgmap v3756: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:43.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:43 smithi184 bash[59794]: cephadm 2024-03-21T13:12:42.218910+0000 mgr.x (mgr.34104) 5680 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:43.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:43 smithi184 bash[59794]: audit 2024-03-21T13:12:42.310202+0000 mon.a (mon.0) 8797 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:43.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:43 smithi184 bash[59794]: audit 2024-03-21T13:12:42.313311+0000 mon.a (mon.0) 8798 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:43.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:43 smithi184 bash[59794]: audit 2024-03-21T13:12:42.316271+0000 mon.a (mon.0) 8799 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:43.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:43 smithi184 bash[59794]: audit 2024-03-21T13:12:42.317580+0000 mon.a (mon.0) 8800 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:43.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:43 smithi184 bash[59794]: audit 2024-03-21T13:12:42.327009+0000 mon.a (mon.0) 8801 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:43.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:43 smithi184 bash[59794]: audit 2024-03-21T13:12:42.404683+0000 mon.a (mon.0) 8802 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:43.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:43 smithi184 bash[59794]: audit 2024-03-21T13:12:42.408618+0000 mon.a (mon.0) 8803 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:43.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:43 smithi184 bash[59794]: audit 2024-03-21T13:12:42.412634+0000 mon.a (mon.0) 8804 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:43.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:43 smithi184 bash[59794]: audit 2024-03-21T13:12:42.414248+0000 mon.a (mon.0) 8805 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:43.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:43 smithi184 bash[59794]: audit 2024-03-21T13:12:42.425620+0000 mon.a (mon.0) 8806 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:43.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:43 smithi184 bash[59794]: audit 2024-03-21T13:12:42.506589+0000 mon.a (mon.0) 8807 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:43.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:43 smithi184 bash[59794]: audit 2024-03-21T13:12:42.510564+0000 mon.a (mon.0) 8808 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:43.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:43 smithi184 bash[59794]: audit 2024-03-21T13:12:42.513729+0000 mon.a (mon.0) 8809 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:43.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:43 smithi184 bash[59794]: audit 2024-03-21T13:12:42.515138+0000 mon.a (mon.0) 8810 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:43.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:43 smithi184 bash[59794]: audit 2024-03-21T13:12:42.526865+0000 mon.a (mon.0) 8811 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:43.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:43 smithi184 bash[59794]: audit 2024-03-21T13:12:42.606054+0000 mon.a (mon.0) 8812 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:43.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:43 smithi184 bash[59794]: audit 2024-03-21T13:12:42.609287+0000 mon.a (mon.0) 8813 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:43.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:43 smithi184 bash[59794]: audit 2024-03-21T13:12:42.612426+0000 mon.a (mon.0) 8814 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:43.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:43 smithi184 bash[59794]: audit 2024-03-21T13:12:42.613695+0000 mon.a (mon.0) 8815 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:43.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:43 smithi184 bash[59794]: audit 2024-03-21T13:12:42.624804+0000 mon.a (mon.0) 8816 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:43.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:43 smithi184 bash[59794]: audit 2024-03-21T13:12:42.689510+0000 mon.a (mon.0) 8817 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:43.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:43 smithi184 bash[59794]: audit 2024-03-21T13:12:42.700263+0000 mon.a (mon.0) 8818 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:43.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:43 smithi184 bash[59794]: audit 2024-03-21T13:12:42.704871+0000 mon.a (mon.0) 8819 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:43.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:43 smithi184 bash[59794]: audit 2024-03-21T13:12:42.708853+0000 mon.a (mon.0) 8820 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:43.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:43 smithi184 bash[59794]: audit 2024-03-21T13:12:42.714036+0000 mon.a (mon.0) 8821 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:43.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:43 smithi184 bash[59794]: audit 2024-03-21T13:12:42.717116+0000 mon.a (mon.0) 8822 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:43.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:43 smithi184 bash[59794]: audit 2024-03-21T13:12:42.718957+0000 mon.a (mon.0) 8823 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:43.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:43 smithi184 bash[59794]: audit 2024-03-21T13:12:42.721923+0000 mon.a (mon.0) 8824 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:43.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:43 smithi184 bash[59794]: audit 2024-03-21T13:12:42.725664+0000 mon.a (mon.0) 8825 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:43.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:43 smithi184 bash[59794]: audit 2024-03-21T13:12:42.728676+0000 mon.a (mon.0) 8826 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:43.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:43 smithi184 bash[59794]: audit 2024-03-21T13:12:42.731052+0000 mon.a (mon.0) 8827 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:43.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:43 smithi184 bash[59794]: audit 2024-03-21T13:12:42.733464+0000 mon.a (mon.0) 8828 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:43.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:43 smithi184 bash[59794]: audit 2024-03-21T13:12:42.735724+0000 mon.a (mon.0) 8829 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:43.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:43 smithi184 bash[59794]: audit 2024-03-21T13:12:42.738116+0000 mon.a (mon.0) 8830 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:43.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:43 smithi184 bash[59794]: audit 2024-03-21T13:12:42.740310+0000 mon.a (mon.0) 8831 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:43.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:43 smithi184 bash[59794]: audit 2024-03-21T13:12:42.743157+0000 mon.a (mon.0) 8832 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:43.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:43 smithi184 bash[59794]: audit 2024-03-21T13:12:42.746119+0000 mon.a (mon.0) 8833 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:43.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:43 smithi184 bash[59794]: audit 2024-03-21T13:12:42.748990+0000 mon.a (mon.0) 8834 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:44.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:44 smithi184 bash[59794]: cluster 2024-03-21T13:12:42.319888+0000 mgr.x (mgr.34104) 5681 : cluster [DBG] pgmap v3757: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:44.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:44 smithi184 bash[59794]: cluster 2024-03-21T13:12:42.320121+0000 mgr.x (mgr.34104) 5682 : cluster [DBG] pgmap v3758: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:44.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:44 smithi184 bash[59794]: cephadm 2024-03-21T13:12:42.328229+0000 mgr.x (mgr.34104) 5683 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:44.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:44 smithi184 bash[59794]: cluster 2024-03-21T13:12:42.416937+0000 mgr.x (mgr.34104) 5684 : cluster [DBG] pgmap v3759: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:44.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:44 smithi184 bash[59794]: cluster 2024-03-21T13:12:42.417221+0000 mgr.x (mgr.34104) 5685 : cluster [DBG] pgmap v3760: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:44.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:44 smithi184 bash[59794]: cephadm 2024-03-21T13:12:42.427006+0000 mgr.x (mgr.34104) 5686 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:44.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:44 smithi184 bash[59794]: cluster 2024-03-21T13:12:42.517907+0000 mgr.x (mgr.34104) 5687 : cluster [DBG] pgmap v3761: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:44.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:44 smithi184 bash[59794]: cluster 2024-03-21T13:12:42.518553+0000 mgr.x (mgr.34104) 5688 : cluster [DBG] pgmap v3762: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:44.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:44 smithi184 bash[59794]: cephadm 2024-03-21T13:12:42.528252+0000 mgr.x (mgr.34104) 5689 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:44.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:44 smithi184 bash[59794]: cluster 2024-03-21T13:12:42.616042+0000 mgr.x (mgr.34104) 5690 : cluster [DBG] pgmap v3763: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:44.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:44 smithi184 bash[59794]: cluster 2024-03-21T13:12:42.616314+0000 mgr.x (mgr.34104) 5691 : cluster [DBG] pgmap v3764: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:44.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:44 smithi184 bash[59794]: cephadm 2024-03-21T13:12:42.626060+0000 mgr.x (mgr.34104) 5692 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:44.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:44 smithi184 bash[59794]: cluster 2024-03-21T13:12:42.702766+0000 mgr.x (mgr.34104) 5693 : cluster [DBG] pgmap v3765: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:44.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:44 smithi184 bash[59794]: cluster 2024-03-21T13:12:42.703281+0000 mgr.x (mgr.34104) 5694 : cluster [DBG] pgmap v3766: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:44.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:44 smithi184 bash[59794]: audit 2024-03-21T13:12:44.273961+0000 mon.a (mon.0) 8835 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:44.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:44 smithi184 bash[59794]: audit 2024-03-21T13:12:44.285786+0000 mon.a (mon.0) 8836 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:44.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:44 smithi184 bash[59794]: cluster 2024-03-21T13:12:44.289366+0000 mgr.x (mgr.34104) 5695 : cluster [DBG] pgmap v3767: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 2.8 KiB/s rd, 2 op/s 2024-03-21T13:12:44.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:44 smithi184 bash[59794]: cluster 2024-03-21T13:12:44.289808+0000 mgr.x (mgr.34104) 5696 : cluster [DBG] pgmap v3768: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 2.8 KiB/s rd, 2 op/s 2024-03-21T13:12:44.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:44 smithi184 bash[59794]: audit 2024-03-21T13:12:44.297963+0000 mon.a (mon.0) 8837 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:44.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:44 smithi178 bash[75692]: cluster 2024-03-21T13:12:42.319888+0000 mgr.x (mgr.34104) 5681 : cluster [DBG] pgmap v3757: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:44.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:44 smithi178 bash[75692]: cluster 2024-03-21T13:12:42.320121+0000 mgr.x (mgr.34104) 5682 : cluster [DBG] pgmap v3758: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:44.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:44 smithi178 bash[75692]: cephadm 2024-03-21T13:12:42.328229+0000 mgr.x (mgr.34104) 5683 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:44.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:44 smithi178 bash[75692]: cluster 2024-03-21T13:12:42.416937+0000 mgr.x (mgr.34104) 5684 : cluster [DBG] pgmap v3759: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:44.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:44 smithi178 bash[75692]: cluster 2024-03-21T13:12:42.417221+0000 mgr.x (mgr.34104) 5685 : cluster [DBG] pgmap v3760: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:44.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:44 smithi178 bash[75692]: cephadm 2024-03-21T13:12:42.427006+0000 mgr.x (mgr.34104) 5686 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:44.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:44 smithi178 bash[75692]: cluster 2024-03-21T13:12:42.517907+0000 mgr.x (mgr.34104) 5687 : cluster [DBG] pgmap v3761: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:44.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:44 smithi178 bash[75692]: cluster 2024-03-21T13:12:42.518553+0000 mgr.x (mgr.34104) 5688 : cluster [DBG] pgmap v3762: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:44.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:44 smithi178 bash[75692]: cephadm 2024-03-21T13:12:42.528252+0000 mgr.x (mgr.34104) 5689 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:44.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:44 smithi178 bash[75692]: cluster 2024-03-21T13:12:42.616042+0000 mgr.x (mgr.34104) 5690 : cluster [DBG] pgmap v3763: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:44.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:44 smithi178 bash[75692]: cluster 2024-03-21T13:12:42.616314+0000 mgr.x (mgr.34104) 5691 : cluster [DBG] pgmap v3764: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:44.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:44 smithi178 bash[75692]: cephadm 2024-03-21T13:12:42.626060+0000 mgr.x (mgr.34104) 5692 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:44.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:44 smithi178 bash[75692]: cluster 2024-03-21T13:12:42.702766+0000 mgr.x (mgr.34104) 5693 : cluster [DBG] pgmap v3765: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:44.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:44 smithi178 bash[75692]: cluster 2024-03-21T13:12:42.703281+0000 mgr.x (mgr.34104) 5694 : cluster [DBG] pgmap v3766: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:44.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:44 smithi178 bash[75692]: audit 2024-03-21T13:12:44.273961+0000 mon.a (mon.0) 8835 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:44.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:44 smithi178 bash[75692]: audit 2024-03-21T13:12:44.285786+0000 mon.a (mon.0) 8836 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:44.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:44 smithi178 bash[75692]: cluster 2024-03-21T13:12:44.289366+0000 mgr.x (mgr.34104) 5695 : cluster [DBG] pgmap v3767: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 2.8 KiB/s rd, 2 op/s 2024-03-21T13:12:44.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:44 smithi178 bash[75692]: cluster 2024-03-21T13:12:44.289808+0000 mgr.x (mgr.34104) 5696 : cluster [DBG] pgmap v3768: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 2.8 KiB/s rd, 2 op/s 2024-03-21T13:12:44.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:44 smithi178 bash[75692]: audit 2024-03-21T13:12:44.297963+0000 mon.a (mon.0) 8837 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:44.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:44 smithi178 bash[77880]: cluster 2024-03-21T13:12:42.319888+0000 mgr.x (mgr.34104) 5681 : cluster [DBG] pgmap v3757: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:44.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:44 smithi178 bash[77880]: cluster 2024-03-21T13:12:42.320121+0000 mgr.x (mgr.34104) 5682 : cluster [DBG] pgmap v3758: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:44.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:44 smithi178 bash[77880]: cephadm 2024-03-21T13:12:42.328229+0000 mgr.x (mgr.34104) 5683 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:44.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:44 smithi178 bash[77880]: cluster 2024-03-21T13:12:42.416937+0000 mgr.x (mgr.34104) 5684 : cluster [DBG] pgmap v3759: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:44.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:44 smithi178 bash[77880]: cluster 2024-03-21T13:12:42.417221+0000 mgr.x (mgr.34104) 5685 : cluster [DBG] pgmap v3760: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:44.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:44 smithi178 bash[77880]: cephadm 2024-03-21T13:12:42.427006+0000 mgr.x (mgr.34104) 5686 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:44.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:44 smithi178 bash[77880]: cluster 2024-03-21T13:12:42.517907+0000 mgr.x (mgr.34104) 5687 : cluster [DBG] pgmap v3761: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:44.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:44 smithi178 bash[77880]: cluster 2024-03-21T13:12:42.518553+0000 mgr.x (mgr.34104) 5688 : cluster [DBG] pgmap v3762: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:44.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:44 smithi178 bash[77880]: cephadm 2024-03-21T13:12:42.528252+0000 mgr.x (mgr.34104) 5689 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:44.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:44 smithi178 bash[77880]: cluster 2024-03-21T13:12:42.616042+0000 mgr.x (mgr.34104) 5690 : cluster [DBG] pgmap v3763: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:44.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:44 smithi178 bash[77880]: cluster 2024-03-21T13:12:42.616314+0000 mgr.x (mgr.34104) 5691 : cluster [DBG] pgmap v3764: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:44.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:44 smithi178 bash[77880]: cephadm 2024-03-21T13:12:42.626060+0000 mgr.x (mgr.34104) 5692 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:44.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:44 smithi178 bash[77880]: cluster 2024-03-21T13:12:42.702766+0000 mgr.x (mgr.34104) 5693 : cluster [DBG] pgmap v3765: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:44.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:44 smithi178 bash[77880]: cluster 2024-03-21T13:12:42.703281+0000 mgr.x (mgr.34104) 5694 : cluster [DBG] pgmap v3766: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:44.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:44 smithi178 bash[77880]: audit 2024-03-21T13:12:44.273961+0000 mon.a (mon.0) 8835 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:44.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:44 smithi178 bash[77880]: audit 2024-03-21T13:12:44.285786+0000 mon.a (mon.0) 8836 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:44.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:44 smithi178 bash[77880]: cluster 2024-03-21T13:12:44.289366+0000 mgr.x (mgr.34104) 5695 : cluster [DBG] pgmap v3767: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 2.8 KiB/s rd, 2 op/s 2024-03-21T13:12:44.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:44 smithi178 bash[77880]: cluster 2024-03-21T13:12:44.289808+0000 mgr.x (mgr.34104) 5696 : cluster [DBG] pgmap v3768: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 2.8 KiB/s rd, 2 op/s 2024-03-21T13:12:44.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:44 smithi178 bash[77880]: audit 2024-03-21T13:12:44.297963+0000 mon.a (mon.0) 8837 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:45.823 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:12:45 smithi184 bash[52419]: ::ffff:172.21.15.184 - - [21/Mar/2024:13:12:45] "GET /metrics HTTP/1.1" 200 38772 "" "Prometheus/2.43.0" 2024-03-21T13:12:47.547 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:47 smithi178 bash[77880]: audit 2024-03-21T13:12:46.285863+0000 mon.a (mon.0) 8838 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:47.547 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:47 smithi178 bash[77880]: cluster 2024-03-21T13:12:46.290784+0000 mgr.x (mgr.34104) 5697 : cluster [DBG] pgmap v3769: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-03-21T13:12:47.547 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:47 smithi178 bash[77880]: audit 2024-03-21T13:12:46.298338+0000 mon.a (mon.0) 8839 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:47.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:47 smithi178 bash[77880]: audit 2024-03-21T13:12:46.309002+0000 mon.a (mon.0) 8840 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:47.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:47 smithi178 bash[75692]: audit 2024-03-21T13:12:46.285863+0000 mon.a (mon.0) 8838 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:47.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:47 smithi178 bash[75692]: cluster 2024-03-21T13:12:46.290784+0000 mgr.x (mgr.34104) 5697 : cluster [DBG] pgmap v3769: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-03-21T13:12:47.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:47 smithi178 bash[75692]: audit 2024-03-21T13:12:46.298338+0000 mon.a (mon.0) 8839 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:47.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:47 smithi178 bash[75692]: audit 2024-03-21T13:12:46.309002+0000 mon.a (mon.0) 8840 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:47.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:47 smithi184 bash[59794]: audit 2024-03-21T13:12:46.285863+0000 mon.a (mon.0) 8838 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:47.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:47 smithi184 bash[59794]: cluster 2024-03-21T13:12:46.290784+0000 mgr.x (mgr.34104) 5697 : cluster [DBG] pgmap v3769: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-03-21T13:12:47.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:47 smithi184 bash[59794]: audit 2024-03-21T13:12:46.298338+0000 mon.a (mon.0) 8839 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:47.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:47 smithi184 bash[59794]: audit 2024-03-21T13:12:46.309002+0000 mon.a (mon.0) 8840 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:48.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:48 smithi178 bash[75692]: cluster 2024-03-21T13:12:46.301204+0000 mgr.x (mgr.34104) 5698 : cluster [DBG] pgmap v3770: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-03-21T13:12:48.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:48 smithi178 bash[75692]: cluster 2024-03-21T13:12:46.301659+0000 mgr.x (mgr.34104) 5699 : cluster [DBG] pgmap v3771: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-03-21T13:12:48.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:48 smithi178 bash[75692]: cephadm 2024-03-21T13:12:46.578486+0000 mgr.x (mgr.34104) 5700 : cephadm [INF] Upgrade: Updating alertmanager.a 2024-03-21T13:12:48.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:48 smithi178 bash[75692]: cephadm 2024-03-21T13:12:46.595392+0000 mgr.x (mgr.34104) 5701 : cephadm [INF] Deploying daemon alertmanager.a on smithi178 2024-03-21T13:12:48.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:48 smithi178 bash[77880]: cluster 2024-03-21T13:12:46.301204+0000 mgr.x (mgr.34104) 5698 : cluster [DBG] pgmap v3770: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-03-21T13:12:48.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:48 smithi178 bash[77880]: cluster 2024-03-21T13:12:46.301659+0000 mgr.x (mgr.34104) 5699 : cluster [DBG] pgmap v3771: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-03-21T13:12:48.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:48 smithi178 bash[77880]: cephadm 2024-03-21T13:12:46.578486+0000 mgr.x (mgr.34104) 5700 : cephadm [INF] Upgrade: Updating alertmanager.a 2024-03-21T13:12:48.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:48 smithi178 bash[77880]: cephadm 2024-03-21T13:12:46.595392+0000 mgr.x (mgr.34104) 5701 : cephadm [INF] Deploying daemon alertmanager.a on smithi178 2024-03-21T13:12:48.564 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:48 smithi184 bash[59794]: cluster 2024-03-21T13:12:46.301204+0000 mgr.x (mgr.34104) 5698 : cluster [DBG] pgmap v3770: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-03-21T13:12:48.565 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:48 smithi184 bash[59794]: cluster 2024-03-21T13:12:46.301659+0000 mgr.x (mgr.34104) 5699 : cluster [DBG] pgmap v3771: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-03-21T13:12:48.565 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:48 smithi184 bash[59794]: cephadm 2024-03-21T13:12:46.578486+0000 mgr.x (mgr.34104) 5700 : cephadm [INF] Upgrade: Updating alertmanager.a 2024-03-21T13:12:48.565 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:48 smithi184 bash[59794]: cephadm 2024-03-21T13:12:46.595392+0000 mgr.x (mgr.34104) 5701 : cephadm [INF] Deploying daemon alertmanager.a on smithi178 2024-03-21T13:12:50.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:50 smithi184 bash[59794]: cluster 2024-03-21T13:12:48.302612+0000 mgr.x (mgr.34104) 5702 : cluster [DBG] pgmap v3772: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 914 B/s rd, 0 op/s 2024-03-21T13:12:50.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:50 smithi184 bash[59794]: audit 2024-03-21T13:12:49.793556+0000 mon.a (mon.0) 8841 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:12:50.618 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:50 smithi178 bash[75692]: cluster 2024-03-21T13:12:48.302612+0000 mgr.x (mgr.34104) 5702 : cluster [DBG] pgmap v3772: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 914 B/s rd, 0 op/s 2024-03-21T13:12:50.619 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:50 smithi178 bash[75692]: audit 2024-03-21T13:12:49.793556+0000 mon.a (mon.0) 8841 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:12:50.619 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:50 smithi178 bash[77880]: cluster 2024-03-21T13:12:48.302612+0000 mgr.x (mgr.34104) 5702 : cluster [DBG] pgmap v3772: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 914 B/s rd, 0 op/s 2024-03-21T13:12:50.619 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:50 smithi178 bash[77880]: audit 2024-03-21T13:12:49.793556+0000 mon.a (mon.0) 8841 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:12:51.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:51 smithi184 bash[59794]: audit 2024-03-21T13:12:49.318242+0000 mgr.x (mgr.34104) 5703 : audit [DBG] from='client.54784 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:12:51.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:51 smithi178 bash[75692]: audit 2024-03-21T13:12:49.318242+0000 mgr.x (mgr.34104) 5703 : audit [DBG] from='client.54784 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:12:51.797 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:51 smithi178 bash[77880]: audit 2024-03-21T13:12:49.318242+0000 mgr.x (mgr.34104) 5703 : audit [DBG] from='client.54784 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:12:52.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:52 smithi184 bash[59794]: cluster 2024-03-21T13:12:50.304837+0000 mgr.x (mgr.34104) 5704 : cluster [DBG] pgmap v3773: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 851 B/s rd, 0 op/s 2024-03-21T13:12:52.606 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:52 smithi178 bash[77880]: cluster 2024-03-21T13:12:50.304837+0000 mgr.x (mgr.34104) 5704 : cluster [DBG] pgmap v3773: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 851 B/s rd, 0 op/s 2024-03-21T13:12:52.606 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:52 smithi178 bash[75692]: cluster 2024-03-21T13:12:50.304837+0000 mgr.x (mgr.34104) 5704 : cluster [DBG] pgmap v3773: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 851 B/s rd, 0 op/s 2024-03-21T13:12:53.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:53 smithi184 bash[59794]: cluster 2024-03-21T13:12:52.305616+0000 mgr.x (mgr.34104) 5705 : cluster [DBG] pgmap v3774: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 638 B/s rd, 0 op/s 2024-03-21T13:12:53.599 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:53 smithi178 bash[75692]: cluster 2024-03-21T13:12:52.305616+0000 mgr.x (mgr.34104) 5705 : cluster [DBG] pgmap v3774: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 638 B/s rd, 0 op/s 2024-03-21T13:12:53.599 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:53 smithi178 bash[77880]: cluster 2024-03-21T13:12:52.305616+0000 mgr.x (mgr.34104) 5705 : cluster [DBG] pgmap v3774: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 638 B/s rd, 0 op/s 2024-03-21T13:12:53.994 INFO:journalctl@ceph.alertmanager.a.smithi178.stdout:Mar 21 13:12:53 smithi178 systemd[1]: Stopping Ceph alertmanager.a for a94f249e-e780-11ee-95cd-87774f69a715... 2024-03-21T13:12:54.297 INFO:journalctl@ceph.alertmanager.a.smithi178.stdout:Mar 21 13:12:53 smithi178 bash[60444]: level=info ts=2024-03-21T13:12:53.991Z caller=main.go:557 msg="Received SIGTERM, exiting gracefully..." 2024-03-21T13:12:55.048 INFO:journalctl@ceph.alertmanager.a.smithi178.stdout:Mar 21 13:12:54 smithi178 bash[113781]: ceph-a94f249e-e780-11ee-95cd-87774f69a715-alertmanager-a 2024-03-21T13:12:55.048 INFO:journalctl@ceph.alertmanager.a.smithi178.stdout:Mar 21 13:12:54 smithi178 bash[113854]: Error response from daemon: No such container: ceph-a94f249e-e780-11ee-95cd-87774f69a715-alertmanager-a 2024-03-21T13:12:55.048 INFO:journalctl@ceph.alertmanager.a.smithi178.stdout:Mar 21 13:12:54 smithi178 systemd[1]: ceph-a94f249e-e780-11ee-95cd-87774f69a715@alertmanager.a.service: Succeeded. 2024-03-21T13:12:55.048 INFO:journalctl@ceph.alertmanager.a.smithi178.stdout:Mar 21 13:12:54 smithi178 systemd[1]: Stopped Ceph alertmanager.a for a94f249e-e780-11ee-95cd-87774f69a715. 2024-03-21T13:12:55.547 INFO:journalctl@ceph.alertmanager.a.smithi178.stdout:Mar 21 13:12:55 smithi178 systemd[1]: Started Ceph alertmanager.a for a94f249e-e780-11ee-95cd-87774f69a715. 2024-03-21T13:12:55.823 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:12:55 smithi184 bash[52419]: ::ffff:172.21.15.184 - - [21/Mar/2024:13:12:55] "GET /metrics HTTP/1.1" 200 38775 "" "Prometheus/2.43.0" 2024-03-21T13:12:56.528 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:56 smithi178 bash[77880]: cluster 2024-03-21T13:12:54.307030+0000 mgr.x (mgr.34104) 5706 : cluster [DBG] pgmap v3775: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:12:56.529 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:56 smithi178 bash[77880]: audit 2024-03-21T13:12:55.271367+0000 mon.a (mon.0) 8842 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:56.529 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:56 smithi178 bash[77880]: audit 2024-03-21T13:12:55.280066+0000 mon.a (mon.0) 8843 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:56.529 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:56 smithi178 bash[77880]: audit 2024-03-21T13:12:55.295524+0000 mon.a (mon.0) 8844 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:12:56.529 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:56 smithi178 bash[77880]: audit 2024-03-21T13:12:55.295816+0000 mon.a (mon.0) 8845 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:12:56.529 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:56 smithi178 bash[77880]: audit 2024-03-21T13:12:55.297066+0000 mon.a (mon.0) 8846 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:12:56.529 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:56 smithi178 bash[77880]: audit 2024-03-21T13:12:55.297341+0000 mon.a (mon.0) 8847 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:12:56.529 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:56 smithi178 bash[77880]: audit 2024-03-21T13:12:55.298603+0000 mon.a (mon.0) 8848 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:12:56.529 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:56 smithi178 bash[77880]: audit 2024-03-21T13:12:55.299152+0000 mon.a (mon.0) 8849 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:12:56.529 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:56 smithi178 bash[77880]: audit 2024-03-21T13:12:55.300449+0000 mon.a (mon.0) 8850 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:12:56.529 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:56 smithi178 bash[77880]: audit 2024-03-21T13:12:55.300973+0000 mon.a (mon.0) 8851 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:12:56.529 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:56 smithi178 bash[77880]: audit 2024-03-21T13:12:55.308201+0000 mon.a (mon.0) 8852 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:56.529 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:56 smithi178 bash[77880]: audit 2024-03-21T13:12:55.314701+0000 mon.a (mon.0) 8853 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:56.530 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:56 smithi178 bash[77880]: audit 2024-03-21T13:12:55.317495+0000 mon.a (mon.0) 8854 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:56.530 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:56 smithi178 bash[77880]: audit 2024-03-21T13:12:55.319146+0000 mon.a (mon.0) 8855 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:56.530 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:56 smithi178 bash[77880]: audit 2024-03-21T13:12:55.329327+0000 mon.a (mon.0) 8856 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:56.530 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:56 smithi178 bash[77880]: audit 2024-03-21T13:12:55.408584+0000 mon.a (mon.0) 8857 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-21T13:12:56.530 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:56 smithi178 bash[77880]: audit 2024-03-21T13:12:55.418204+0000 mon.a (mon.0) 8858 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:56.530 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:56 smithi178 bash[75692]: cluster 2024-03-21T13:12:54.307030+0000 mgr.x (mgr.34104) 5706 : cluster [DBG] pgmap v3775: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:12:56.530 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:56 smithi178 bash[75692]: audit 2024-03-21T13:12:55.271367+0000 mon.a (mon.0) 8842 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:56.530 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:56 smithi178 bash[75692]: audit 2024-03-21T13:12:55.280066+0000 mon.a (mon.0) 8843 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:56.530 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:56 smithi178 bash[75692]: audit 2024-03-21T13:12:55.295524+0000 mon.a (mon.0) 8844 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:12:56.531 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:56 smithi178 bash[75692]: audit 2024-03-21T13:12:55.295816+0000 mon.a (mon.0) 8845 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:12:56.531 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:56 smithi178 bash[75692]: audit 2024-03-21T13:12:55.297066+0000 mon.a (mon.0) 8846 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:12:56.531 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:56 smithi178 bash[75692]: audit 2024-03-21T13:12:55.297341+0000 mon.a (mon.0) 8847 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:12:56.531 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:56 smithi178 bash[75692]: audit 2024-03-21T13:12:55.298603+0000 mon.a (mon.0) 8848 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:12:56.531 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:56 smithi178 bash[75692]: audit 2024-03-21T13:12:55.299152+0000 mon.a (mon.0) 8849 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:12:56.531 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:56 smithi178 bash[75692]: audit 2024-03-21T13:12:55.300449+0000 mon.a (mon.0) 8850 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:12:56.531 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:56 smithi178 bash[75692]: audit 2024-03-21T13:12:55.300973+0000 mon.a (mon.0) 8851 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:12:56.531 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:56 smithi178 bash[75692]: audit 2024-03-21T13:12:55.308201+0000 mon.a (mon.0) 8852 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:56.531 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:56 smithi178 bash[75692]: audit 2024-03-21T13:12:55.314701+0000 mon.a (mon.0) 8853 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:56.531 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:56 smithi178 bash[75692]: audit 2024-03-21T13:12:55.317495+0000 mon.a (mon.0) 8854 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:56.531 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:56 smithi178 bash[75692]: audit 2024-03-21T13:12:55.319146+0000 mon.a (mon.0) 8855 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:56.531 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:56 smithi178 bash[75692]: audit 2024-03-21T13:12:55.329327+0000 mon.a (mon.0) 8856 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:56.531 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:56 smithi178 bash[75692]: audit 2024-03-21T13:12:55.408584+0000 mon.a (mon.0) 8857 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-21T13:12:56.531 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:56 smithi178 bash[75692]: audit 2024-03-21T13:12:55.418204+0000 mon.a (mon.0) 8858 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:56.532 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:56 smithi178 bash[77880]: audit 2024-03-21T13:12:55.422172+0000 mon.a (mon.0) 8859 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:56.532 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:56 smithi178 bash[77880]: audit 2024-03-21T13:12:55.427728+0000 mon.a (mon.0) 8860 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:56.532 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:56 smithi178 bash[77880]: audit 2024-03-21T13:12:55.429870+0000 mon.a (mon.0) 8861 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:56.532 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:56 smithi178 bash[77880]: audit 2024-03-21T13:12:55.443688+0000 mon.a (mon.0) 8862 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:56.532 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:56 smithi178 bash[77880]: audit 2024-03-21T13:12:55.526732+0000 mon.a (mon.0) 8863 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:56.532 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:56 smithi178 bash[77880]: audit 2024-03-21T13:12:55.530210+0000 mon.a (mon.0) 8864 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:56.532 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:56 smithi178 bash[77880]: audit 2024-03-21T13:12:55.534552+0000 mon.a (mon.0) 8865 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:56.532 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:56 smithi178 bash[77880]: audit 2024-03-21T13:12:55.536149+0000 mon.a (mon.0) 8866 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:56.532 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:56 smithi178 bash[77880]: audit 2024-03-21T13:12:55.548132+0000 mon.a (mon.0) 8867 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:56.532 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:56 smithi178 bash[77880]: audit 2024-03-21T13:12:55.626927+0000 mon.a (mon.0) 8868 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:56.532 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:56 smithi178 bash[77880]: audit 2024-03-21T13:12:55.630634+0000 mon.a (mon.0) 8869 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:56.533 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:56 smithi178 bash[77880]: audit 2024-03-21T13:12:55.634646+0000 mon.a (mon.0) 8870 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:56.533 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:56 smithi178 bash[77880]: audit 2024-03-21T13:12:55.636218+0000 mon.a (mon.0) 8871 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:56.533 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:56 smithi178 bash[77880]: audit 2024-03-21T13:12:55.646510+0000 mon.a (mon.0) 8872 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:56.533 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:56 smithi178 bash[77880]: audit 2024-03-21T13:12:55.731519+0000 mon.a (mon.0) 8873 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:56.533 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:56 smithi178 bash[77880]: audit 2024-03-21T13:12:55.735004+0000 mon.a (mon.0) 8874 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:56.533 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:56 smithi178 bash[77880]: audit 2024-03-21T13:12:55.738965+0000 mon.a (mon.0) 8875 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:56.533 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:56 smithi178 bash[77880]: audit 2024-03-21T13:12:55.740656+0000 mon.a (mon.0) 8876 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:56.533 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:56 smithi178 bash[77880]: audit 2024-03-21T13:12:55.753069+0000 mon.a (mon.0) 8877 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:56.533 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:56 smithi178 bash[75692]: audit 2024-03-21T13:12:55.422172+0000 mon.a (mon.0) 8859 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:56.533 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:56 smithi178 bash[75692]: audit 2024-03-21T13:12:55.427728+0000 mon.a (mon.0) 8860 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:56.533 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:56 smithi178 bash[75692]: audit 2024-03-21T13:12:55.429870+0000 mon.a (mon.0) 8861 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:56.534 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:56 smithi178 bash[75692]: audit 2024-03-21T13:12:55.443688+0000 mon.a (mon.0) 8862 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:56.534 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:56 smithi178 bash[75692]: audit 2024-03-21T13:12:55.526732+0000 mon.a (mon.0) 8863 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:56.534 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:56 smithi178 bash[75692]: audit 2024-03-21T13:12:55.530210+0000 mon.a (mon.0) 8864 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:56.534 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:56 smithi178 bash[75692]: audit 2024-03-21T13:12:55.534552+0000 mon.a (mon.0) 8865 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:56.534 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:56 smithi178 bash[75692]: audit 2024-03-21T13:12:55.536149+0000 mon.a (mon.0) 8866 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:56.534 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:56 smithi178 bash[75692]: audit 2024-03-21T13:12:55.548132+0000 mon.a (mon.0) 8867 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:56.534 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:56 smithi178 bash[75692]: audit 2024-03-21T13:12:55.626927+0000 mon.a (mon.0) 8868 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:56.534 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:56 smithi178 bash[75692]: audit 2024-03-21T13:12:55.630634+0000 mon.a (mon.0) 8869 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:56.534 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:56 smithi178 bash[75692]: audit 2024-03-21T13:12:55.634646+0000 mon.a (mon.0) 8870 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:56.534 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:56 smithi178 bash[75692]: audit 2024-03-21T13:12:55.636218+0000 mon.a (mon.0) 8871 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:56.534 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:56 smithi178 bash[75692]: audit 2024-03-21T13:12:55.646510+0000 mon.a (mon.0) 8872 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:56.534 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:56 smithi178 bash[75692]: audit 2024-03-21T13:12:55.731519+0000 mon.a (mon.0) 8873 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:56.534 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:56 smithi178 bash[75692]: audit 2024-03-21T13:12:55.735004+0000 mon.a (mon.0) 8874 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:56.534 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:56 smithi178 bash[75692]: audit 2024-03-21T13:12:55.738965+0000 mon.a (mon.0) 8875 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:56.535 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:56 smithi178 bash[75692]: audit 2024-03-21T13:12:55.740656+0000 mon.a (mon.0) 8876 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:56.535 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:56 smithi178 bash[75692]: audit 2024-03-21T13:12:55.753069+0000 mon.a (mon.0) 8877 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:56.535 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:56 smithi178 bash[77880]: audit 2024-03-21T13:12:55.834732+0000 mon.a (mon.0) 8878 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:56.535 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:56 smithi178 bash[77880]: audit 2024-03-21T13:12:55.837950+0000 mon.a (mon.0) 8879 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:56.535 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:56 smithi178 bash[77880]: audit 2024-03-21T13:12:55.842029+0000 mon.a (mon.0) 8880 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:56.535 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:56 smithi178 bash[77880]: audit 2024-03-21T13:12:55.843857+0000 mon.a (mon.0) 8881 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:56.535 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:56 smithi178 bash[77880]: audit 2024-03-21T13:12:55.854665+0000 mon.a (mon.0) 8882 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:56.536 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:56 smithi178 bash[77880]: audit 2024-03-21T13:12:55.936457+0000 mon.a (mon.0) 8883 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:56.536 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:56 smithi178 bash[77880]: audit 2024-03-21T13:12:55.939621+0000 mon.a (mon.0) 8884 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:56.536 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:56 smithi178 bash[77880]: audit 2024-03-21T13:12:55.943048+0000 mon.a (mon.0) 8885 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:56.536 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:56 smithi178 bash[77880]: audit 2024-03-21T13:12:55.944786+0000 mon.a (mon.0) 8886 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:56.537 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:56 smithi178 bash[77880]: audit 2024-03-21T13:12:55.955735+0000 mon.a (mon.0) 8887 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:56.537 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:56 smithi178 bash[77880]: audit 2024-03-21T13:12:56.036657+0000 mon.a (mon.0) 8888 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:56.537 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:56 smithi178 bash[77880]: audit 2024-03-21T13:12:56.040272+0000 mon.a (mon.0) 8889 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:56.537 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:56 smithi178 bash[77880]: audit 2024-03-21T13:12:56.044136+0000 mon.a (mon.0) 8890 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:56.537 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:56 smithi178 bash[77880]: audit 2024-03-21T13:12:56.045653+0000 mon.a (mon.0) 8891 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:56.537 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:56 smithi178 bash[77880]: audit 2024-03-21T13:12:56.056414+0000 mon.a (mon.0) 8892 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:56.537 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:56 smithi178 bash[77880]: audit 2024-03-21T13:12:56.140022+0000 mon.a (mon.0) 8893 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:56.537 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:56 smithi178 bash[77880]: audit 2024-03-21T13:12:56.143230+0000 mon.a (mon.0) 8894 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:56.537 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:56 smithi178 bash[77880]: audit 2024-03-21T13:12:56.146879+0000 mon.a (mon.0) 8895 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:56.537 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:56 smithi178 bash[77880]: audit 2024-03-21T13:12:56.148398+0000 mon.a (mon.0) 8896 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:56.537 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:56 smithi178 bash[77880]: audit 2024-03-21T13:12:56.161001+0000 mon.a (mon.0) 8897 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:56.537 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:56 smithi178 bash[77880]: audit 2024-03-21T13:12:56.243988+0000 mon.a (mon.0) 8898 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:56.537 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:56 smithi178 bash[77880]: audit 2024-03-21T13:12:56.247365+0000 mon.a (mon.0) 8899 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:56.537 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:56 smithi178 bash[77880]: audit 2024-03-21T13:12:56.250870+0000 mon.a (mon.0) 8900 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:56.538 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:56 smithi178 bash[77880]: audit 2024-03-21T13:12:56.252327+0000 mon.a (mon.0) 8901 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:56.538 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:56 smithi178 bash[77880]: audit 2024-03-21T13:12:56.262274+0000 mon.a (mon.0) 8902 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:56.538 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:56 smithi178 bash[75692]: audit 2024-03-21T13:12:55.834732+0000 mon.a (mon.0) 8878 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:56.538 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:56 smithi178 bash[75692]: audit 2024-03-21T13:12:55.837950+0000 mon.a (mon.0) 8879 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:56.538 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:56 smithi178 bash[75692]: audit 2024-03-21T13:12:55.842029+0000 mon.a (mon.0) 8880 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:56.538 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:56 smithi178 bash[75692]: audit 2024-03-21T13:12:55.843857+0000 mon.a (mon.0) 8881 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:56.538 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:56 smithi178 bash[75692]: audit 2024-03-21T13:12:55.854665+0000 mon.a (mon.0) 8882 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:56.538 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:56 smithi178 bash[75692]: audit 2024-03-21T13:12:55.936457+0000 mon.a (mon.0) 8883 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:56.538 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:56 smithi178 bash[75692]: audit 2024-03-21T13:12:55.939621+0000 mon.a (mon.0) 8884 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:56.539 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:56 smithi178 bash[75692]: audit 2024-03-21T13:12:55.943048+0000 mon.a (mon.0) 8885 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:56.539 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:56 smithi178 bash[75692]: audit 2024-03-21T13:12:55.944786+0000 mon.a (mon.0) 8886 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:56.539 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:56 smithi178 bash[75692]: audit 2024-03-21T13:12:55.955735+0000 mon.a (mon.0) 8887 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:56.539 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:56 smithi178 bash[75692]: audit 2024-03-21T13:12:56.036657+0000 mon.a (mon.0) 8888 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:56.539 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:56 smithi178 bash[75692]: audit 2024-03-21T13:12:56.040272+0000 mon.a (mon.0) 8889 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:56.539 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:56 smithi178 bash[75692]: audit 2024-03-21T13:12:56.044136+0000 mon.a (mon.0) 8890 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:56.539 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:56 smithi178 bash[75692]: audit 2024-03-21T13:12:56.045653+0000 mon.a (mon.0) 8891 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:56.539 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:56 smithi178 bash[75692]: audit 2024-03-21T13:12:56.056414+0000 mon.a (mon.0) 8892 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:56.539 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:56 smithi178 bash[75692]: audit 2024-03-21T13:12:56.140022+0000 mon.a (mon.0) 8893 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:56.539 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:56 smithi178 bash[75692]: audit 2024-03-21T13:12:56.143230+0000 mon.a (mon.0) 8894 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:56.539 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:56 smithi178 bash[75692]: audit 2024-03-21T13:12:56.146879+0000 mon.a (mon.0) 8895 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:56.539 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:56 smithi178 bash[75692]: audit 2024-03-21T13:12:56.148398+0000 mon.a (mon.0) 8896 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:56.539 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:56 smithi178 bash[75692]: audit 2024-03-21T13:12:56.161001+0000 mon.a (mon.0) 8897 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:56.539 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:56 smithi178 bash[75692]: audit 2024-03-21T13:12:56.243988+0000 mon.a (mon.0) 8898 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:56.540 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:56 smithi178 bash[75692]: audit 2024-03-21T13:12:56.247365+0000 mon.a (mon.0) 8899 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:56.540 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:56 smithi178 bash[75692]: audit 2024-03-21T13:12:56.250870+0000 mon.a (mon.0) 8900 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:56.540 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:56 smithi178 bash[75692]: audit 2024-03-21T13:12:56.252327+0000 mon.a (mon.0) 8901 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:56.540 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:56 smithi178 bash[75692]: audit 2024-03-21T13:12:56.262274+0000 mon.a (mon.0) 8902 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:56.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:56 smithi184 bash[59794]: cluster 2024-03-21T13:12:54.307030+0000 mgr.x (mgr.34104) 5706 : cluster [DBG] pgmap v3775: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:12:56.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:56 smithi184 bash[59794]: audit 2024-03-21T13:12:55.271367+0000 mon.a (mon.0) 8842 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:56.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:56 smithi184 bash[59794]: audit 2024-03-21T13:12:55.280066+0000 mon.a (mon.0) 8843 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:56.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:56 smithi184 bash[59794]: audit 2024-03-21T13:12:55.295524+0000 mon.a (mon.0) 8844 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:12:56.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:56 smithi184 bash[59794]: audit 2024-03-21T13:12:55.295816+0000 mon.a (mon.0) 8845 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:12:56.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:56 smithi184 bash[59794]: audit 2024-03-21T13:12:55.297066+0000 mon.a (mon.0) 8846 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:12:56.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:56 smithi184 bash[59794]: audit 2024-03-21T13:12:55.297341+0000 mon.a (mon.0) 8847 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:12:56.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:56 smithi184 bash[59794]: audit 2024-03-21T13:12:55.298603+0000 mon.a (mon.0) 8848 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:12:56.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:56 smithi184 bash[59794]: audit 2024-03-21T13:12:55.299152+0000 mon.a (mon.0) 8849 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:12:56.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:56 smithi184 bash[59794]: audit 2024-03-21T13:12:55.300449+0000 mon.a (mon.0) 8850 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:12:56.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:56 smithi184 bash[59794]: audit 2024-03-21T13:12:55.300973+0000 mon.a (mon.0) 8851 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:12:56.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:56 smithi184 bash[59794]: audit 2024-03-21T13:12:55.308201+0000 mon.a (mon.0) 8852 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:56.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:56 smithi184 bash[59794]: audit 2024-03-21T13:12:55.314701+0000 mon.a (mon.0) 8853 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:56.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:56 smithi184 bash[59794]: audit 2024-03-21T13:12:55.317495+0000 mon.a (mon.0) 8854 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:56.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:56 smithi184 bash[59794]: audit 2024-03-21T13:12:55.319146+0000 mon.a (mon.0) 8855 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:56.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:56 smithi184 bash[59794]: audit 2024-03-21T13:12:55.329327+0000 mon.a (mon.0) 8856 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:56.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:56 smithi184 bash[59794]: audit 2024-03-21T13:12:55.408584+0000 mon.a (mon.0) 8857 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-21T13:12:56.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:56 smithi184 bash[59794]: audit 2024-03-21T13:12:55.418204+0000 mon.a (mon.0) 8858 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:56.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:56 smithi184 bash[59794]: audit 2024-03-21T13:12:55.422172+0000 mon.a (mon.0) 8859 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:56.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:56 smithi184 bash[59794]: audit 2024-03-21T13:12:55.427728+0000 mon.a (mon.0) 8860 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:56.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:56 smithi184 bash[59794]: audit 2024-03-21T13:12:55.429870+0000 mon.a (mon.0) 8861 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:56.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:56 smithi184 bash[59794]: audit 2024-03-21T13:12:55.443688+0000 mon.a (mon.0) 8862 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:56.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:56 smithi184 bash[59794]: audit 2024-03-21T13:12:55.526732+0000 mon.a (mon.0) 8863 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:56.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:56 smithi184 bash[59794]: audit 2024-03-21T13:12:55.530210+0000 mon.a (mon.0) 8864 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:56.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:56 smithi184 bash[59794]: audit 2024-03-21T13:12:55.534552+0000 mon.a (mon.0) 8865 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:56.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:56 smithi184 bash[59794]: audit 2024-03-21T13:12:55.536149+0000 mon.a (mon.0) 8866 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:56.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:56 smithi184 bash[59794]: audit 2024-03-21T13:12:55.548132+0000 mon.a (mon.0) 8867 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:56.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:56 smithi184 bash[59794]: audit 2024-03-21T13:12:55.626927+0000 mon.a (mon.0) 8868 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:56.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:56 smithi184 bash[59794]: audit 2024-03-21T13:12:55.630634+0000 mon.a (mon.0) 8869 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:56.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:56 smithi184 bash[59794]: audit 2024-03-21T13:12:55.634646+0000 mon.a (mon.0) 8870 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:56.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:56 smithi184 bash[59794]: audit 2024-03-21T13:12:55.636218+0000 mon.a (mon.0) 8871 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:56.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:56 smithi184 bash[59794]: audit 2024-03-21T13:12:55.646510+0000 mon.a (mon.0) 8872 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:56.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:56 smithi184 bash[59794]: audit 2024-03-21T13:12:55.731519+0000 mon.a (mon.0) 8873 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:56.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:56 smithi184 bash[59794]: audit 2024-03-21T13:12:55.735004+0000 mon.a (mon.0) 8874 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:56.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:56 smithi184 bash[59794]: audit 2024-03-21T13:12:55.738965+0000 mon.a (mon.0) 8875 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:56.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:56 smithi184 bash[59794]: audit 2024-03-21T13:12:55.740656+0000 mon.a (mon.0) 8876 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:56.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:56 smithi184 bash[59794]: audit 2024-03-21T13:12:55.753069+0000 mon.a (mon.0) 8877 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:56.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:56 smithi184 bash[59794]: audit 2024-03-21T13:12:55.834732+0000 mon.a (mon.0) 8878 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:56.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:56 smithi184 bash[59794]: audit 2024-03-21T13:12:55.837950+0000 mon.a (mon.0) 8879 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:56.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:56 smithi184 bash[59794]: audit 2024-03-21T13:12:55.842029+0000 mon.a (mon.0) 8880 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:56.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:56 smithi184 bash[59794]: audit 2024-03-21T13:12:55.843857+0000 mon.a (mon.0) 8881 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:56.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:56 smithi184 bash[59794]: audit 2024-03-21T13:12:55.854665+0000 mon.a (mon.0) 8882 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:56.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:56 smithi184 bash[59794]: audit 2024-03-21T13:12:55.936457+0000 mon.a (mon.0) 8883 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:56.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:56 smithi184 bash[59794]: audit 2024-03-21T13:12:55.939621+0000 mon.a (mon.0) 8884 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:56.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:56 smithi184 bash[59794]: audit 2024-03-21T13:12:55.943048+0000 mon.a (mon.0) 8885 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:56.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:56 smithi184 bash[59794]: audit 2024-03-21T13:12:55.944786+0000 mon.a (mon.0) 8886 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:56.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:56 smithi184 bash[59794]: audit 2024-03-21T13:12:55.955735+0000 mon.a (mon.0) 8887 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:56.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:56 smithi184 bash[59794]: audit 2024-03-21T13:12:56.036657+0000 mon.a (mon.0) 8888 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:56.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:56 smithi184 bash[59794]: audit 2024-03-21T13:12:56.040272+0000 mon.a (mon.0) 8889 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:56.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:56 smithi184 bash[59794]: audit 2024-03-21T13:12:56.044136+0000 mon.a (mon.0) 8890 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:56.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:56 smithi184 bash[59794]: audit 2024-03-21T13:12:56.045653+0000 mon.a (mon.0) 8891 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:56.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:56 smithi184 bash[59794]: audit 2024-03-21T13:12:56.056414+0000 mon.a (mon.0) 8892 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:56.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:56 smithi184 bash[59794]: audit 2024-03-21T13:12:56.140022+0000 mon.a (mon.0) 8893 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:56.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:56 smithi184 bash[59794]: audit 2024-03-21T13:12:56.143230+0000 mon.a (mon.0) 8894 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:56.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:56 smithi184 bash[59794]: audit 2024-03-21T13:12:56.146879+0000 mon.a (mon.0) 8895 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:56.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:56 smithi184 bash[59794]: audit 2024-03-21T13:12:56.148398+0000 mon.a (mon.0) 8896 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:56.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:56 smithi184 bash[59794]: audit 2024-03-21T13:12:56.161001+0000 mon.a (mon.0) 8897 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:56.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:56 smithi184 bash[59794]: audit 2024-03-21T13:12:56.243988+0000 mon.a (mon.0) 8898 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:56.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:56 smithi184 bash[59794]: audit 2024-03-21T13:12:56.247365+0000 mon.a (mon.0) 8899 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:56.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:56 smithi184 bash[59794]: audit 2024-03-21T13:12:56.250870+0000 mon.a (mon.0) 8900 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:56.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:56 smithi184 bash[59794]: audit 2024-03-21T13:12:56.252327+0000 mon.a (mon.0) 8901 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:56.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:56 smithi184 bash[59794]: audit 2024-03-21T13:12:56.262274+0000 mon.a (mon.0) 8902 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:57.047 INFO:journalctl@ceph.alertmanager.a.smithi178.stdout:Mar 21 13:12:56 smithi178 bash[113922]: ts=2024-03-21T13:12:56.576Z caller=main.go:240 level=info msg="Starting Alertmanager" version="(version=0.25.0, branch=HEAD, revision=258fab7cdd551f2cf251ed0348f0ad7289aee789)" 2024-03-21T13:12:57.047 INFO:journalctl@ceph.alertmanager.a.smithi178.stdout:Mar 21 13:12:56 smithi178 bash[113922]: ts=2024-03-21T13:12:56.576Z caller=main.go:241 level=info build_context="(go=go1.19.4, user=root@abe866dd5717, date=20221222-14:51:36)" 2024-03-21T13:12:57.048 INFO:journalctl@ceph.alertmanager.a.smithi178.stdout:Mar 21 13:12:56 smithi178 bash[113922]: ts=2024-03-21T13:12:56.579Z caller=cluster.go:185 level=info component=cluster msg="setting advertise address explicitly" addr=172.21.15.178 port=9094 2024-03-21T13:12:57.048 INFO:journalctl@ceph.alertmanager.a.smithi178.stdout:Mar 21 13:12:56 smithi178 bash[113922]: ts=2024-03-21T13:12:56.581Z caller=cluster.go:681 level=info component=cluster msg="Waiting for gossip to settle..." interval=2s 2024-03-21T13:12:57.048 INFO:journalctl@ceph.alertmanager.a.smithi178.stdout:Mar 21 13:12:56 smithi178 bash[113922]: ts=2024-03-21T13:12:56.635Z caller=coordinator.go:113 level=info component=configuration msg="Loading configuration file" file=/etc/alertmanager/alertmanager.yml 2024-03-21T13:12:57.048 INFO:journalctl@ceph.alertmanager.a.smithi178.stdout:Mar 21 13:12:56 smithi178 bash[113922]: ts=2024-03-21T13:12:56.635Z caller=coordinator.go:126 level=info component=configuration msg="Completed loading of configuration file" file=/etc/alertmanager/alertmanager.yml 2024-03-21T13:12:57.048 INFO:journalctl@ceph.alertmanager.a.smithi178.stdout:Mar 21 13:12:56 smithi178 bash[113922]: ts=2024-03-21T13:12:56.639Z caller=tls_config.go:232 level=info msg="Listening on" address=[::]:9093 2024-03-21T13:12:57.048 INFO:journalctl@ceph.alertmanager.a.smithi178.stdout:Mar 21 13:12:56 smithi178 bash[113922]: ts=2024-03-21T13:12:56.639Z caller=tls_config.go:235 level=info msg="TLS is disabled." http2=false address=[::]:9093 2024-03-21T13:12:57.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:57 smithi178 bash[75692]: cephadm 2024-03-21T13:12:55.302474+0000 mgr.x (mgr.34104) 5707 : cephadm [INF] Adjusting osd_memory_target on smithi178 to 2525M 2024-03-21T13:12:57.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:57 smithi178 bash[75692]: cephadm 2024-03-21T13:12:55.302898+0000 mgr.x (mgr.34104) 5708 : cephadm [INF] Adjusting osd_memory_target on smithi184 to 2781M 2024-03-21T13:12:57.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:57 smithi178 bash[75692]: cluster 2024-03-21T13:12:55.324700+0000 mgr.x (mgr.34104) 5709 : cluster [DBG] pgmap v3776: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-21T13:12:57.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:57 smithi178 bash[75692]: cluster 2024-03-21T13:12:55.325251+0000 mgr.x (mgr.34104) 5710 : cluster [DBG] pgmap v3777: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-21T13:12:57.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:57 smithi178 bash[75692]: cephadm 2024-03-21T13:12:55.330512+0000 mgr.x (mgr.34104) 5711 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:57.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:57 smithi178 bash[75692]: audit 2024-03-21T13:12:55.410199+0000 mgr.x (mgr.34104) 5712 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-21T13:12:57.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:57 smithi178 bash[75692]: cluster 2024-03-21T13:12:55.434089+0000 mgr.x (mgr.34104) 5713 : cluster [DBG] pgmap v3778: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-03-21T13:12:57.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:57 smithi178 bash[75692]: cluster 2024-03-21T13:12:55.434693+0000 mgr.x (mgr.34104) 5714 : cluster [DBG] pgmap v3779: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 997 B/s rd, 0 op/s 2024-03-21T13:12:57.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:57 smithi178 bash[75692]: cephadm 2024-03-21T13:12:55.445184+0000 mgr.x (mgr.34104) 5715 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:57.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:57 smithi178 bash[75692]: cluster 2024-03-21T13:12:55.539301+0000 mgr.x (mgr.34104) 5716 : cluster [DBG] pgmap v3780: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s 2024-03-21T13:12:57.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:57 smithi178 bash[75692]: cluster 2024-03-21T13:12:55.539845+0000 mgr.x (mgr.34104) 5717 : cluster [DBG] pgmap v3781: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:57.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:57 smithi178 bash[75692]: cephadm 2024-03-21T13:12:55.549573+0000 mgr.x (mgr.34104) 5718 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:57.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:57 smithi178 bash[75692]: cluster 2024-03-21T13:12:55.639006+0000 mgr.x (mgr.34104) 5719 : cluster [DBG] pgmap v3782: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:57.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:57 smithi178 bash[75692]: cluster 2024-03-21T13:12:55.639595+0000 mgr.x (mgr.34104) 5720 : cluster [DBG] pgmap v3783: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:57.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:57 smithi178 bash[75692]: cephadm 2024-03-21T13:12:55.647859+0000 mgr.x (mgr.34104) 5721 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:57.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:57 smithi178 bash[75692]: cluster 2024-03-21T13:12:55.743935+0000 mgr.x (mgr.34104) 5722 : cluster [DBG] pgmap v3784: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:57.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:57 smithi178 bash[75692]: cluster 2024-03-21T13:12:55.744429+0000 mgr.x (mgr.34104) 5723 : cluster [DBG] pgmap v3785: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:57.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:57 smithi178 bash[75692]: cephadm 2024-03-21T13:12:55.754552+0000 mgr.x (mgr.34104) 5724 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:57.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:57 smithi178 bash[75692]: cluster 2024-03-21T13:12:55.847093+0000 mgr.x (mgr.34104) 5725 : cluster [DBG] pgmap v3786: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:57.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:57 smithi178 bash[75692]: cluster 2024-03-21T13:12:55.847445+0000 mgr.x (mgr.34104) 5726 : cluster [DBG] pgmap v3787: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:57.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:57 smithi178 bash[77880]: cephadm 2024-03-21T13:12:55.302474+0000 mgr.x (mgr.34104) 5707 : cephadm [INF] Adjusting osd_memory_target on smithi178 to 2525M 2024-03-21T13:12:57.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:57 smithi178 bash[77880]: cephadm 2024-03-21T13:12:55.302898+0000 mgr.x (mgr.34104) 5708 : cephadm [INF] Adjusting osd_memory_target on smithi184 to 2781M 2024-03-21T13:12:57.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:57 smithi178 bash[77880]: cluster 2024-03-21T13:12:55.324700+0000 mgr.x (mgr.34104) 5709 : cluster [DBG] pgmap v3776: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-21T13:12:57.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:57 smithi178 bash[77880]: cluster 2024-03-21T13:12:55.325251+0000 mgr.x (mgr.34104) 5710 : cluster [DBG] pgmap v3777: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-21T13:12:57.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:57 smithi178 bash[77880]: cephadm 2024-03-21T13:12:55.330512+0000 mgr.x (mgr.34104) 5711 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:57.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:57 smithi178 bash[77880]: audit 2024-03-21T13:12:55.410199+0000 mgr.x (mgr.34104) 5712 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-21T13:12:57.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:57 smithi178 bash[77880]: cluster 2024-03-21T13:12:55.434089+0000 mgr.x (mgr.34104) 5713 : cluster [DBG] pgmap v3778: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-03-21T13:12:57.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:57 smithi178 bash[77880]: cluster 2024-03-21T13:12:55.434693+0000 mgr.x (mgr.34104) 5714 : cluster [DBG] pgmap v3779: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 997 B/s rd, 0 op/s 2024-03-21T13:12:57.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:57 smithi178 bash[77880]: cephadm 2024-03-21T13:12:55.445184+0000 mgr.x (mgr.34104) 5715 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:57.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:57 smithi178 bash[77880]: cluster 2024-03-21T13:12:55.539301+0000 mgr.x (mgr.34104) 5716 : cluster [DBG] pgmap v3780: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s 2024-03-21T13:12:57.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:57 smithi178 bash[77880]: cluster 2024-03-21T13:12:55.539845+0000 mgr.x (mgr.34104) 5717 : cluster [DBG] pgmap v3781: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:57.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:57 smithi178 bash[77880]: cephadm 2024-03-21T13:12:55.549573+0000 mgr.x (mgr.34104) 5718 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:57.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:57 smithi178 bash[77880]: cluster 2024-03-21T13:12:55.639006+0000 mgr.x (mgr.34104) 5719 : cluster [DBG] pgmap v3782: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:57.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:57 smithi178 bash[77880]: cluster 2024-03-21T13:12:55.639595+0000 mgr.x (mgr.34104) 5720 : cluster [DBG] pgmap v3783: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:57.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:57 smithi178 bash[77880]: cephadm 2024-03-21T13:12:55.647859+0000 mgr.x (mgr.34104) 5721 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:57.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:57 smithi178 bash[77880]: cluster 2024-03-21T13:12:55.743935+0000 mgr.x (mgr.34104) 5722 : cluster [DBG] pgmap v3784: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:57.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:57 smithi178 bash[77880]: cluster 2024-03-21T13:12:55.744429+0000 mgr.x (mgr.34104) 5723 : cluster [DBG] pgmap v3785: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:57.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:57 smithi178 bash[77880]: cephadm 2024-03-21T13:12:55.754552+0000 mgr.x (mgr.34104) 5724 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:57.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:57 smithi178 bash[77880]: cluster 2024-03-21T13:12:55.847093+0000 mgr.x (mgr.34104) 5725 : cluster [DBG] pgmap v3786: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:57.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:57 smithi178 bash[77880]: cluster 2024-03-21T13:12:55.847445+0000 mgr.x (mgr.34104) 5726 : cluster [DBG] pgmap v3787: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:57.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:57 smithi178 bash[77880]: cephadm 2024-03-21T13:12:55.856105+0000 mgr.x (mgr.34104) 5727 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:57.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:57 smithi178 bash[77880]: cluster 2024-03-21T13:12:55.947729+0000 mgr.x (mgr.34104) 5728 : cluster [DBG] pgmap v3788: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:57.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:57 smithi178 bash[77880]: cluster 2024-03-21T13:12:55.948156+0000 mgr.x (mgr.34104) 5729 : cluster [DBG] pgmap v3789: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:57.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:57 smithi178 bash[77880]: cephadm 2024-03-21T13:12:55.956936+0000 mgr.x (mgr.34104) 5730 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:57.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:57 smithi178 bash[77880]: cluster 2024-03-21T13:12:56.048771+0000 mgr.x (mgr.34104) 5731 : cluster [DBG] pgmap v3790: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:57.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:57 smithi178 bash[77880]: cephadm 2024-03-21T13:12:56.057876+0000 mgr.x (mgr.34104) 5732 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:57.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:57 smithi178 bash[77880]: cluster 2024-03-21T13:12:56.151761+0000 mgr.x (mgr.34104) 5733 : cluster [DBG] pgmap v3791: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:57.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:57 smithi178 bash[77880]: cluster 2024-03-21T13:12:56.152249+0000 mgr.x (mgr.34104) 5734 : cluster [DBG] pgmap v3792: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:57.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:57 smithi178 bash[77880]: cephadm 2024-03-21T13:12:56.162480+0000 mgr.x (mgr.34104) 5735 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:57.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:57 smithi178 bash[77880]: cluster 2024-03-21T13:12:56.255331+0000 mgr.x (mgr.34104) 5736 : cluster [DBG] pgmap v3793: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:57.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:57 smithi178 bash[77880]: cephadm 2024-03-21T13:12:56.263584+0000 mgr.x (mgr.34104) 5737 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:57.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:57 smithi178 bash[77880]: audit 2024-03-21T13:12:56.343033+0000 mon.a (mon.0) 8903 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:57.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:57 smithi178 bash[77880]: audit 2024-03-21T13:12:56.346607+0000 mon.a (mon.0) 8904 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:57.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:57 smithi178 bash[77880]: audit 2024-03-21T13:12:56.349898+0000 mon.a (mon.0) 8905 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:57.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:57 smithi178 bash[77880]: audit 2024-03-21T13:12:56.351265+0000 mon.a (mon.0) 8906 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:57.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:57 smithi178 bash[77880]: audit 2024-03-21T13:12:56.362044+0000 mon.a (mon.0) 8907 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:57.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:57 smithi178 bash[77880]: audit 2024-03-21T13:12:56.441635+0000 mon.a (mon.0) 8908 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:57.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:57 smithi178 bash[77880]: audit 2024-03-21T13:12:56.444989+0000 mon.a (mon.0) 8909 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:57.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:57 smithi178 bash[77880]: audit 2024-03-21T13:12:56.449444+0000 mon.a (mon.0) 8910 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:57.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:57 smithi178 bash[75692]: cephadm 2024-03-21T13:12:55.856105+0000 mgr.x (mgr.34104) 5727 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:57.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:57 smithi178 bash[75692]: cluster 2024-03-21T13:12:55.947729+0000 mgr.x (mgr.34104) 5728 : cluster [DBG] pgmap v3788: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:57.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:57 smithi178 bash[75692]: cluster 2024-03-21T13:12:55.948156+0000 mgr.x (mgr.34104) 5729 : cluster [DBG] pgmap v3789: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:57.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:57 smithi178 bash[75692]: cephadm 2024-03-21T13:12:55.956936+0000 mgr.x (mgr.34104) 5730 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:57.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:57 smithi178 bash[75692]: cluster 2024-03-21T13:12:56.048771+0000 mgr.x (mgr.34104) 5731 : cluster [DBG] pgmap v3790: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:57.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:57 smithi178 bash[75692]: cephadm 2024-03-21T13:12:56.057876+0000 mgr.x (mgr.34104) 5732 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:57.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:57 smithi178 bash[75692]: cluster 2024-03-21T13:12:56.151761+0000 mgr.x (mgr.34104) 5733 : cluster [DBG] pgmap v3791: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:57.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:57 smithi178 bash[75692]: cluster 2024-03-21T13:12:56.152249+0000 mgr.x (mgr.34104) 5734 : cluster [DBG] pgmap v3792: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:57.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:57 smithi178 bash[75692]: cephadm 2024-03-21T13:12:56.162480+0000 mgr.x (mgr.34104) 5735 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:57.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:57 smithi178 bash[75692]: cluster 2024-03-21T13:12:56.255331+0000 mgr.x (mgr.34104) 5736 : cluster [DBG] pgmap v3793: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:57.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:57 smithi178 bash[75692]: cephadm 2024-03-21T13:12:56.263584+0000 mgr.x (mgr.34104) 5737 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:57.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:57 smithi178 bash[75692]: audit 2024-03-21T13:12:56.343033+0000 mon.a (mon.0) 8903 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:57.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:57 smithi178 bash[75692]: audit 2024-03-21T13:12:56.346607+0000 mon.a (mon.0) 8904 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:57.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:57 smithi178 bash[75692]: audit 2024-03-21T13:12:56.349898+0000 mon.a (mon.0) 8905 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:57.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:57 smithi178 bash[75692]: audit 2024-03-21T13:12:56.351265+0000 mon.a (mon.0) 8906 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:57.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:57 smithi178 bash[75692]: audit 2024-03-21T13:12:56.362044+0000 mon.a (mon.0) 8907 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:57.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:57 smithi178 bash[75692]: audit 2024-03-21T13:12:56.441635+0000 mon.a (mon.0) 8908 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:57.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:57 smithi178 bash[75692]: audit 2024-03-21T13:12:56.444989+0000 mon.a (mon.0) 8909 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:57.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:57 smithi178 bash[75692]: audit 2024-03-21T13:12:56.449444+0000 mon.a (mon.0) 8910 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:57.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:57 smithi178 bash[77880]: audit 2024-03-21T13:12:56.450997+0000 mon.a (mon.0) 8911 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:57.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:57 smithi178 bash[77880]: audit 2024-03-21T13:12:56.462930+0000 mon.a (mon.0) 8912 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:57.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:57 smithi178 bash[77880]: audit 2024-03-21T13:12:56.544546+0000 mon.a (mon.0) 8913 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:57.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:57 smithi178 bash[77880]: audit 2024-03-21T13:12:56.547482+0000 mon.a (mon.0) 8914 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:57.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:57 smithi178 bash[77880]: audit 2024-03-21T13:12:56.550513+0000 mon.a (mon.0) 8915 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:57.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:57 smithi178 bash[77880]: audit 2024-03-21T13:12:56.551695+0000 mon.a (mon.0) 8916 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:57.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:57 smithi178 bash[77880]: audit 2024-03-21T13:12:56.560530+0000 mon.a (mon.0) 8917 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:57.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:57 smithi178 bash[77880]: audit 2024-03-21T13:12:56.639917+0000 mon.a (mon.0) 8918 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:57.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:57 smithi178 bash[77880]: audit 2024-03-21T13:12:56.644023+0000 mon.a (mon.0) 8919 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:57.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:57 smithi178 bash[77880]: audit 2024-03-21T13:12:56.649067+0000 mon.a (mon.0) 8920 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:57.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:57 smithi178 bash[77880]: audit 2024-03-21T13:12:56.650369+0000 mon.a (mon.0) 8921 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:57.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:57 smithi178 bash[77880]: audit 2024-03-21T13:12:56.659657+0000 mon.a (mon.0) 8922 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:57.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:57 smithi178 bash[77880]: audit 2024-03-21T13:12:56.743149+0000 mon.a (mon.0) 8923 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:57.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:57 smithi178 bash[77880]: audit 2024-03-21T13:12:56.746377+0000 mon.a (mon.0) 8924 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:57.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:57 smithi178 bash[77880]: audit 2024-03-21T13:12:56.750041+0000 mon.a (mon.0) 8925 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:57.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:57 smithi178 bash[77880]: audit 2024-03-21T13:12:56.751940+0000 mon.a (mon.0) 8926 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:57.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:57 smithi178 bash[77880]: audit 2024-03-21T13:12:56.763494+0000 mon.a (mon.0) 8927 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:57.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:57 smithi178 bash[77880]: audit 2024-03-21T13:12:56.846466+0000 mon.a (mon.0) 8928 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:57.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:57 smithi178 bash[77880]: audit 2024-03-21T13:12:56.849501+0000 mon.a (mon.0) 8929 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:57.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:57 smithi178 bash[77880]: audit 2024-03-21T13:12:56.852534+0000 mon.a (mon.0) 8930 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:57.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:57 smithi178 bash[75692]: audit 2024-03-21T13:12:56.450997+0000 mon.a (mon.0) 8911 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:57.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:57 smithi178 bash[75692]: audit 2024-03-21T13:12:56.462930+0000 mon.a (mon.0) 8912 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:57.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:57 smithi178 bash[75692]: audit 2024-03-21T13:12:56.544546+0000 mon.a (mon.0) 8913 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:57.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:57 smithi178 bash[75692]: audit 2024-03-21T13:12:56.547482+0000 mon.a (mon.0) 8914 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:57.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:57 smithi178 bash[75692]: audit 2024-03-21T13:12:56.550513+0000 mon.a (mon.0) 8915 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:57.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:57 smithi178 bash[75692]: audit 2024-03-21T13:12:56.551695+0000 mon.a (mon.0) 8916 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:57.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:57 smithi178 bash[75692]: audit 2024-03-21T13:12:56.560530+0000 mon.a (mon.0) 8917 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:57.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:57 smithi178 bash[75692]: audit 2024-03-21T13:12:56.639917+0000 mon.a (mon.0) 8918 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:57.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:57 smithi178 bash[75692]: audit 2024-03-21T13:12:56.644023+0000 mon.a (mon.0) 8919 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:57.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:57 smithi178 bash[75692]: audit 2024-03-21T13:12:56.649067+0000 mon.a (mon.0) 8920 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:57.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:57 smithi178 bash[75692]: audit 2024-03-21T13:12:56.650369+0000 mon.a (mon.0) 8921 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:57.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:57 smithi178 bash[75692]: audit 2024-03-21T13:12:56.659657+0000 mon.a (mon.0) 8922 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:57.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:57 smithi178 bash[75692]: audit 2024-03-21T13:12:56.743149+0000 mon.a (mon.0) 8923 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:57.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:57 smithi178 bash[75692]: audit 2024-03-21T13:12:56.746377+0000 mon.a (mon.0) 8924 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:57.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:57 smithi178 bash[75692]: audit 2024-03-21T13:12:56.750041+0000 mon.a (mon.0) 8925 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:57.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:57 smithi178 bash[75692]: audit 2024-03-21T13:12:56.751940+0000 mon.a (mon.0) 8926 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:57.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:57 smithi178 bash[75692]: audit 2024-03-21T13:12:56.763494+0000 mon.a (mon.0) 8927 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:57.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:57 smithi178 bash[75692]: audit 2024-03-21T13:12:56.846466+0000 mon.a (mon.0) 8928 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:57.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:57 smithi178 bash[75692]: audit 2024-03-21T13:12:56.849501+0000 mon.a (mon.0) 8929 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:57.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:57 smithi178 bash[75692]: audit 2024-03-21T13:12:56.852534+0000 mon.a (mon.0) 8930 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:57.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:57 smithi178 bash[77880]: audit 2024-03-21T13:12:56.853929+0000 mon.a (mon.0) 8931 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:57.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:57 smithi178 bash[77880]: audit 2024-03-21T13:12:56.863310+0000 mon.a (mon.0) 8932 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:57.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:57 smithi178 bash[77880]: audit 2024-03-21T13:12:56.946058+0000 mon.a (mon.0) 8933 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:57.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:57 smithi178 bash[77880]: audit 2024-03-21T13:12:56.949018+0000 mon.a (mon.0) 8934 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:57.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:57 smithi178 bash[77880]: audit 2024-03-21T13:12:56.952372+0000 mon.a (mon.0) 8935 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:57.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:57 smithi178 bash[77880]: audit 2024-03-21T13:12:56.953977+0000 mon.a (mon.0) 8936 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:57.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:57 smithi178 bash[77880]: audit 2024-03-21T13:12:56.964087+0000 mon.a (mon.0) 8937 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:57.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:57 smithi178 bash[77880]: audit 2024-03-21T13:12:57.046930+0000 mon.a (mon.0) 8938 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:57.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:57 smithi178 bash[77880]: audit 2024-03-21T13:12:57.050734+0000 mon.a (mon.0) 8939 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:57.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:57 smithi178 bash[77880]: audit 2024-03-21T13:12:57.056228+0000 mon.a (mon.0) 8940 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:57.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:57 smithi178 bash[77880]: audit 2024-03-21T13:12:57.057877+0000 mon.a (mon.0) 8941 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:57.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:57 smithi178 bash[77880]: audit 2024-03-21T13:12:57.069058+0000 mon.a (mon.0) 8942 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:57.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:57 smithi178 bash[77880]: audit 2024-03-21T13:12:57.149078+0000 mon.a (mon.0) 8943 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:57.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:57 smithi178 bash[77880]: audit 2024-03-21T13:12:57.152399+0000 mon.a (mon.0) 8944 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:57.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:57 smithi178 bash[77880]: audit 2024-03-21T13:12:57.156471+0000 mon.a (mon.0) 8945 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:57.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:57 smithi178 bash[77880]: audit 2024-03-21T13:12:57.158303+0000 mon.a (mon.0) 8946 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:57.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:57 smithi178 bash[77880]: audit 2024-03-21T13:12:57.170447+0000 mon.a (mon.0) 8947 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:57.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:57 smithi178 bash[77880]: audit 2024-03-21T13:12:57.252018+0000 mon.a (mon.0) 8948 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:57.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:57 smithi178 bash[77880]: audit 2024-03-21T13:12:57.257372+0000 mon.a (mon.0) 8949 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:57.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:57 smithi178 bash[75692]: audit 2024-03-21T13:12:56.853929+0000 mon.a (mon.0) 8931 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:57.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:57 smithi178 bash[75692]: audit 2024-03-21T13:12:56.863310+0000 mon.a (mon.0) 8932 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:57.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:57 smithi178 bash[75692]: audit 2024-03-21T13:12:56.946058+0000 mon.a (mon.0) 8933 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:57.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:57 smithi178 bash[75692]: audit 2024-03-21T13:12:56.949018+0000 mon.a (mon.0) 8934 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:57.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:57 smithi178 bash[75692]: audit 2024-03-21T13:12:56.952372+0000 mon.a (mon.0) 8935 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:57.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:57 smithi178 bash[75692]: audit 2024-03-21T13:12:56.953977+0000 mon.a (mon.0) 8936 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:57.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:57 smithi178 bash[75692]: audit 2024-03-21T13:12:56.964087+0000 mon.a (mon.0) 8937 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:57.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:57 smithi178 bash[75692]: audit 2024-03-21T13:12:57.046930+0000 mon.a (mon.0) 8938 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:57.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:57 smithi178 bash[75692]: audit 2024-03-21T13:12:57.050734+0000 mon.a (mon.0) 8939 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:57.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:57 smithi178 bash[75692]: audit 2024-03-21T13:12:57.056228+0000 mon.a (mon.0) 8940 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:57.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:57 smithi178 bash[75692]: audit 2024-03-21T13:12:57.057877+0000 mon.a (mon.0) 8941 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:57.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:57 smithi178 bash[75692]: audit 2024-03-21T13:12:57.069058+0000 mon.a (mon.0) 8942 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:57.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:57 smithi178 bash[75692]: audit 2024-03-21T13:12:57.149078+0000 mon.a (mon.0) 8943 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:57.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:57 smithi178 bash[75692]: audit 2024-03-21T13:12:57.152399+0000 mon.a (mon.0) 8944 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:57.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:57 smithi178 bash[75692]: audit 2024-03-21T13:12:57.156471+0000 mon.a (mon.0) 8945 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:57.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:57 smithi178 bash[75692]: audit 2024-03-21T13:12:57.158303+0000 mon.a (mon.0) 8946 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:57.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:57 smithi178 bash[75692]: audit 2024-03-21T13:12:57.170447+0000 mon.a (mon.0) 8947 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:57.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:57 smithi178 bash[75692]: audit 2024-03-21T13:12:57.252018+0000 mon.a (mon.0) 8948 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:57.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:57 smithi178 bash[75692]: audit 2024-03-21T13:12:57.257372+0000 mon.a (mon.0) 8949 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:57.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:57 smithi178 bash[77880]: audit 2024-03-21T13:12:57.261523+0000 mon.a (mon.0) 8950 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:57.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:57 smithi178 bash[77880]: audit 2024-03-21T13:12:57.263220+0000 mon.a (mon.0) 8951 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:57.562 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:57 smithi178 bash[75692]: audit 2024-03-21T13:12:57.261523+0000 mon.a (mon.0) 8950 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:57.562 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:57 smithi178 bash[75692]: audit 2024-03-21T13:12:57.263220+0000 mon.a (mon.0) 8951 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:57.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:57 smithi184 bash[59794]: cephadm 2024-03-21T13:12:55.302474+0000 mgr.x (mgr.34104) 5707 : cephadm [INF] Adjusting osd_memory_target on smithi178 to 2525M 2024-03-21T13:12:57.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:57 smithi184 bash[59794]: cephadm 2024-03-21T13:12:55.302898+0000 mgr.x (mgr.34104) 5708 : cephadm [INF] Adjusting osd_memory_target on smithi184 to 2781M 2024-03-21T13:12:57.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:57 smithi184 bash[59794]: cluster 2024-03-21T13:12:55.324700+0000 mgr.x (mgr.34104) 5709 : cluster [DBG] pgmap v3776: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-21T13:12:57.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:57 smithi184 bash[59794]: cluster 2024-03-21T13:12:55.325251+0000 mgr.x (mgr.34104) 5710 : cluster [DBG] pgmap v3777: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-21T13:12:57.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:57 smithi184 bash[59794]: cephadm 2024-03-21T13:12:55.330512+0000 mgr.x (mgr.34104) 5711 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:57.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:57 smithi184 bash[59794]: audit 2024-03-21T13:12:55.410199+0000 mgr.x (mgr.34104) 5712 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-21T13:12:57.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:57 smithi184 bash[59794]: cluster 2024-03-21T13:12:55.434089+0000 mgr.x (mgr.34104) 5713 : cluster [DBG] pgmap v3778: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-03-21T13:12:57.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:57 smithi184 bash[59794]: cluster 2024-03-21T13:12:55.434693+0000 mgr.x (mgr.34104) 5714 : cluster [DBG] pgmap v3779: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 997 B/s rd, 0 op/s 2024-03-21T13:12:57.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:57 smithi184 bash[59794]: cephadm 2024-03-21T13:12:55.445184+0000 mgr.x (mgr.34104) 5715 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:57.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:57 smithi184 bash[59794]: cluster 2024-03-21T13:12:55.539301+0000 mgr.x (mgr.34104) 5716 : cluster [DBG] pgmap v3780: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s 2024-03-21T13:12:57.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:57 smithi184 bash[59794]: cluster 2024-03-21T13:12:55.539845+0000 mgr.x (mgr.34104) 5717 : cluster [DBG] pgmap v3781: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:57.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:57 smithi184 bash[59794]: cephadm 2024-03-21T13:12:55.549573+0000 mgr.x (mgr.34104) 5718 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:57.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:57 smithi184 bash[59794]: cluster 2024-03-21T13:12:55.639006+0000 mgr.x (mgr.34104) 5719 : cluster [DBG] pgmap v3782: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:57.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:57 smithi184 bash[59794]: cluster 2024-03-21T13:12:55.639595+0000 mgr.x (mgr.34104) 5720 : cluster [DBG] pgmap v3783: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:57.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:57 smithi184 bash[59794]: cephadm 2024-03-21T13:12:55.647859+0000 mgr.x (mgr.34104) 5721 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:57.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:57 smithi184 bash[59794]: cluster 2024-03-21T13:12:55.743935+0000 mgr.x (mgr.34104) 5722 : cluster [DBG] pgmap v3784: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:57.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:57 smithi184 bash[59794]: cluster 2024-03-21T13:12:55.744429+0000 mgr.x (mgr.34104) 5723 : cluster [DBG] pgmap v3785: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:57.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:57 smithi184 bash[59794]: cephadm 2024-03-21T13:12:55.754552+0000 mgr.x (mgr.34104) 5724 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:57.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:57 smithi184 bash[59794]: cluster 2024-03-21T13:12:55.847093+0000 mgr.x (mgr.34104) 5725 : cluster [DBG] pgmap v3786: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:57.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:57 smithi184 bash[59794]: cluster 2024-03-21T13:12:55.847445+0000 mgr.x (mgr.34104) 5726 : cluster [DBG] pgmap v3787: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:57.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:57 smithi184 bash[59794]: cephadm 2024-03-21T13:12:55.856105+0000 mgr.x (mgr.34104) 5727 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:57.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:57 smithi184 bash[59794]: cluster 2024-03-21T13:12:55.947729+0000 mgr.x (mgr.34104) 5728 : cluster [DBG] pgmap v3788: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:57.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:57 smithi184 bash[59794]: cluster 2024-03-21T13:12:55.948156+0000 mgr.x (mgr.34104) 5729 : cluster [DBG] pgmap v3789: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:57.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:57 smithi184 bash[59794]: cephadm 2024-03-21T13:12:55.956936+0000 mgr.x (mgr.34104) 5730 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:57.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:57 smithi184 bash[59794]: cluster 2024-03-21T13:12:56.048771+0000 mgr.x (mgr.34104) 5731 : cluster [DBG] pgmap v3790: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:57.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:57 smithi184 bash[59794]: cephadm 2024-03-21T13:12:56.057876+0000 mgr.x (mgr.34104) 5732 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:57.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:57 smithi184 bash[59794]: cluster 2024-03-21T13:12:56.151761+0000 mgr.x (mgr.34104) 5733 : cluster [DBG] pgmap v3791: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:57.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:57 smithi184 bash[59794]: cluster 2024-03-21T13:12:56.152249+0000 mgr.x (mgr.34104) 5734 : cluster [DBG] pgmap v3792: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:57.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:57 smithi184 bash[59794]: cephadm 2024-03-21T13:12:56.162480+0000 mgr.x (mgr.34104) 5735 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:57.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:57 smithi184 bash[59794]: cluster 2024-03-21T13:12:56.255331+0000 mgr.x (mgr.34104) 5736 : cluster [DBG] pgmap v3793: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:57.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:57 smithi184 bash[59794]: cephadm 2024-03-21T13:12:56.263584+0000 mgr.x (mgr.34104) 5737 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:57.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:57 smithi184 bash[59794]: audit 2024-03-21T13:12:56.343033+0000 mon.a (mon.0) 8903 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:57.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:57 smithi184 bash[59794]: audit 2024-03-21T13:12:56.346607+0000 mon.a (mon.0) 8904 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:57.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:57 smithi184 bash[59794]: audit 2024-03-21T13:12:56.349898+0000 mon.a (mon.0) 8905 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:57.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:57 smithi184 bash[59794]: audit 2024-03-21T13:12:56.351265+0000 mon.a (mon.0) 8906 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:57.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:57 smithi184 bash[59794]: audit 2024-03-21T13:12:56.362044+0000 mon.a (mon.0) 8907 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:57.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:57 smithi184 bash[59794]: audit 2024-03-21T13:12:56.441635+0000 mon.a (mon.0) 8908 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:57.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:57 smithi184 bash[59794]: audit 2024-03-21T13:12:56.444989+0000 mon.a (mon.0) 8909 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:57.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:57 smithi184 bash[59794]: audit 2024-03-21T13:12:56.449444+0000 mon.a (mon.0) 8910 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:57.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:57 smithi184 bash[59794]: audit 2024-03-21T13:12:56.450997+0000 mon.a (mon.0) 8911 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:57.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:57 smithi184 bash[59794]: audit 2024-03-21T13:12:56.462930+0000 mon.a (mon.0) 8912 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:57.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:57 smithi184 bash[59794]: audit 2024-03-21T13:12:56.544546+0000 mon.a (mon.0) 8913 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:57.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:57 smithi184 bash[59794]: audit 2024-03-21T13:12:56.547482+0000 mon.a (mon.0) 8914 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:57.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:57 smithi184 bash[59794]: audit 2024-03-21T13:12:56.550513+0000 mon.a (mon.0) 8915 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:57.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:57 smithi184 bash[59794]: audit 2024-03-21T13:12:56.551695+0000 mon.a (mon.0) 8916 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:57.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:57 smithi184 bash[59794]: audit 2024-03-21T13:12:56.560530+0000 mon.a (mon.0) 8917 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:57.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:57 smithi184 bash[59794]: audit 2024-03-21T13:12:56.639917+0000 mon.a (mon.0) 8918 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:57.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:57 smithi184 bash[59794]: audit 2024-03-21T13:12:56.644023+0000 mon.a (mon.0) 8919 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:57.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:57 smithi184 bash[59794]: audit 2024-03-21T13:12:56.649067+0000 mon.a (mon.0) 8920 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:57.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:57 smithi184 bash[59794]: audit 2024-03-21T13:12:56.650369+0000 mon.a (mon.0) 8921 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:57.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:57 smithi184 bash[59794]: audit 2024-03-21T13:12:56.659657+0000 mon.a (mon.0) 8922 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:57.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:57 smithi184 bash[59794]: audit 2024-03-21T13:12:56.743149+0000 mon.a (mon.0) 8923 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:57.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:57 smithi184 bash[59794]: audit 2024-03-21T13:12:56.746377+0000 mon.a (mon.0) 8924 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:57.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:57 smithi184 bash[59794]: audit 2024-03-21T13:12:56.750041+0000 mon.a (mon.0) 8925 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:57.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:57 smithi184 bash[59794]: audit 2024-03-21T13:12:56.751940+0000 mon.a (mon.0) 8926 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:57.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:57 smithi184 bash[59794]: audit 2024-03-21T13:12:56.763494+0000 mon.a (mon.0) 8927 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:57.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:57 smithi184 bash[59794]: audit 2024-03-21T13:12:56.846466+0000 mon.a (mon.0) 8928 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:57.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:57 smithi184 bash[59794]: audit 2024-03-21T13:12:56.849501+0000 mon.a (mon.0) 8929 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:57.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:57 smithi184 bash[59794]: audit 2024-03-21T13:12:56.852534+0000 mon.a (mon.0) 8930 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:57.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:57 smithi184 bash[59794]: audit 2024-03-21T13:12:56.853929+0000 mon.a (mon.0) 8931 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:57.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:57 smithi184 bash[59794]: audit 2024-03-21T13:12:56.863310+0000 mon.a (mon.0) 8932 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:57.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:57 smithi184 bash[59794]: audit 2024-03-21T13:12:56.946058+0000 mon.a (mon.0) 8933 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:57.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:57 smithi184 bash[59794]: audit 2024-03-21T13:12:56.949018+0000 mon.a (mon.0) 8934 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:57.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:57 smithi184 bash[59794]: audit 2024-03-21T13:12:56.952372+0000 mon.a (mon.0) 8935 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:57.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:57 smithi184 bash[59794]: audit 2024-03-21T13:12:56.953977+0000 mon.a (mon.0) 8936 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:57.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:57 smithi184 bash[59794]: audit 2024-03-21T13:12:56.964087+0000 mon.a (mon.0) 8937 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:57.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:57 smithi184 bash[59794]: audit 2024-03-21T13:12:57.046930+0000 mon.a (mon.0) 8938 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:57.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:57 smithi184 bash[59794]: audit 2024-03-21T13:12:57.050734+0000 mon.a (mon.0) 8939 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:57.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:57 smithi184 bash[59794]: audit 2024-03-21T13:12:57.056228+0000 mon.a (mon.0) 8940 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:57.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:57 smithi184 bash[59794]: audit 2024-03-21T13:12:57.057877+0000 mon.a (mon.0) 8941 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:57.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:57 smithi184 bash[59794]: audit 2024-03-21T13:12:57.069058+0000 mon.a (mon.0) 8942 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:57.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:57 smithi184 bash[59794]: audit 2024-03-21T13:12:57.149078+0000 mon.a (mon.0) 8943 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:57.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:57 smithi184 bash[59794]: audit 2024-03-21T13:12:57.152399+0000 mon.a (mon.0) 8944 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:57.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:57 smithi184 bash[59794]: audit 2024-03-21T13:12:57.156471+0000 mon.a (mon.0) 8945 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:57.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:57 smithi184 bash[59794]: audit 2024-03-21T13:12:57.158303+0000 mon.a (mon.0) 8946 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:57.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:57 smithi184 bash[59794]: audit 2024-03-21T13:12:57.170447+0000 mon.a (mon.0) 8947 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:57.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:57 smithi184 bash[59794]: audit 2024-03-21T13:12:57.252018+0000 mon.a (mon.0) 8948 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:57.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:57 smithi184 bash[59794]: audit 2024-03-21T13:12:57.257372+0000 mon.a (mon.0) 8949 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:57.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:57 smithi184 bash[59794]: audit 2024-03-21T13:12:57.261523+0000 mon.a (mon.0) 8950 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:57.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:57 smithi184 bash[59794]: audit 2024-03-21T13:12:57.263220+0000 mon.a (mon.0) 8951 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:58.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:58 smithi178 bash[75692]: cluster 2024-03-21T13:12:56.354084+0000 mgr.x (mgr.34104) 5738 : cluster [DBG] pgmap v3794: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:58.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:58 smithi178 bash[75692]: cluster 2024-03-21T13:12:56.354496+0000 mgr.x (mgr.34104) 5739 : cluster [DBG] pgmap v3795: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:58.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:58 smithi178 bash[75692]: cephadm 2024-03-21T13:12:56.363461+0000 mgr.x (mgr.34104) 5740 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:58.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:58 smithi178 bash[75692]: cluster 2024-03-21T13:12:56.454260+0000 mgr.x (mgr.34104) 5741 : cluster [DBG] pgmap v3796: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:58.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:58 smithi178 bash[75692]: cluster 2024-03-21T13:12:56.454655+0000 mgr.x (mgr.34104) 5742 : cluster [DBG] pgmap v3797: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:58.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:58 smithi178 bash[75692]: cephadm 2024-03-21T13:12:56.464405+0000 mgr.x (mgr.34104) 5743 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:58.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:58 smithi178 bash[75692]: cluster 2024-03-21T13:12:56.554531+0000 mgr.x (mgr.34104) 5744 : cluster [DBG] pgmap v3798: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:58.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:58 smithi178 bash[75692]: cephadm 2024-03-21T13:12:56.561991+0000 mgr.x (mgr.34104) 5745 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:58.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:58 smithi178 bash[75692]: cluster 2024-03-21T13:12:56.653160+0000 mgr.x (mgr.34104) 5746 : cluster [DBG] pgmap v3799: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:58.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:58 smithi178 bash[75692]: cluster 2024-03-21T13:12:56.653490+0000 mgr.x (mgr.34104) 5747 : cluster [DBG] pgmap v3800: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:58.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:58 smithi178 bash[75692]: cephadm 2024-03-21T13:12:56.661039+0000 mgr.x (mgr.34104) 5748 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:58.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:58 smithi178 bash[75692]: cluster 2024-03-21T13:12:56.755262+0000 mgr.x (mgr.34104) 5749 : cluster [DBG] pgmap v3801: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:58.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:58 smithi178 bash[75692]: cluster 2024-03-21T13:12:56.755705+0000 mgr.x (mgr.34104) 5750 : cluster [DBG] pgmap v3802: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:58.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:58 smithi178 bash[75692]: cephadm 2024-03-21T13:12:56.764792+0000 mgr.x (mgr.34104) 5751 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:58.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:58 smithi178 bash[75692]: cluster 2024-03-21T13:12:56.856600+0000 mgr.x (mgr.34104) 5752 : cluster [DBG] pgmap v3803: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:58.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:58 smithi178 bash[75692]: cephadm 2024-03-21T13:12:56.864563+0000 mgr.x (mgr.34104) 5753 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:58.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:58 smithi178 bash[75692]: cluster 2024-03-21T13:12:56.956826+0000 mgr.x (mgr.34104) 5754 : cluster [DBG] pgmap v3804: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:58.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:58 smithi178 bash[75692]: cluster 2024-03-21T13:12:56.957360+0000 mgr.x (mgr.34104) 5755 : cluster [DBG] pgmap v3805: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:58.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:58 smithi178 bash[75692]: cephadm 2024-03-21T13:12:56.965474+0000 mgr.x (mgr.34104) 5756 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:58.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:58 smithi178 bash[75692]: cluster 2024-03-21T13:12:57.061296+0000 mgr.x (mgr.34104) 5757 : cluster [DBG] pgmap v3806: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:58.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:58 smithi178 bash[77880]: cluster 2024-03-21T13:12:56.354084+0000 mgr.x (mgr.34104) 5738 : cluster [DBG] pgmap v3794: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:58.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:58 smithi178 bash[77880]: cluster 2024-03-21T13:12:56.354496+0000 mgr.x (mgr.34104) 5739 : cluster [DBG] pgmap v3795: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:58.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:58 smithi178 bash[77880]: cephadm 2024-03-21T13:12:56.363461+0000 mgr.x (mgr.34104) 5740 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:58.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:58 smithi178 bash[77880]: cluster 2024-03-21T13:12:56.454260+0000 mgr.x (mgr.34104) 5741 : cluster [DBG] pgmap v3796: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:58.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:58 smithi178 bash[77880]: cluster 2024-03-21T13:12:56.454655+0000 mgr.x (mgr.34104) 5742 : cluster [DBG] pgmap v3797: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:58.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:58 smithi178 bash[77880]: cephadm 2024-03-21T13:12:56.464405+0000 mgr.x (mgr.34104) 5743 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:58.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:58 smithi178 bash[77880]: cluster 2024-03-21T13:12:56.554531+0000 mgr.x (mgr.34104) 5744 : cluster [DBG] pgmap v3798: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:58.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:58 smithi178 bash[77880]: cephadm 2024-03-21T13:12:56.561991+0000 mgr.x (mgr.34104) 5745 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:58.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:58 smithi178 bash[77880]: cluster 2024-03-21T13:12:56.653160+0000 mgr.x (mgr.34104) 5746 : cluster [DBG] pgmap v3799: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:58.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:58 smithi178 bash[77880]: cluster 2024-03-21T13:12:56.653490+0000 mgr.x (mgr.34104) 5747 : cluster [DBG] pgmap v3800: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:58.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:58 smithi178 bash[77880]: cephadm 2024-03-21T13:12:56.661039+0000 mgr.x (mgr.34104) 5748 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:58.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:58 smithi178 bash[77880]: cluster 2024-03-21T13:12:56.755262+0000 mgr.x (mgr.34104) 5749 : cluster [DBG] pgmap v3801: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:58.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:58 smithi178 bash[77880]: cluster 2024-03-21T13:12:56.755705+0000 mgr.x (mgr.34104) 5750 : cluster [DBG] pgmap v3802: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:58.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:58 smithi178 bash[77880]: cephadm 2024-03-21T13:12:56.764792+0000 mgr.x (mgr.34104) 5751 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:58.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:58 smithi178 bash[77880]: cluster 2024-03-21T13:12:56.856600+0000 mgr.x (mgr.34104) 5752 : cluster [DBG] pgmap v3803: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:58.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:58 smithi178 bash[77880]: cephadm 2024-03-21T13:12:56.864563+0000 mgr.x (mgr.34104) 5753 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:58.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:58 smithi178 bash[77880]: cluster 2024-03-21T13:12:56.956826+0000 mgr.x (mgr.34104) 5754 : cluster [DBG] pgmap v3804: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:58.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:58 smithi178 bash[77880]: cluster 2024-03-21T13:12:56.957360+0000 mgr.x (mgr.34104) 5755 : cluster [DBG] pgmap v3805: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:58.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:58 smithi178 bash[77880]: cephadm 2024-03-21T13:12:56.965474+0000 mgr.x (mgr.34104) 5756 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:58.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:58 smithi178 bash[77880]: cluster 2024-03-21T13:12:57.061296+0000 mgr.x (mgr.34104) 5757 : cluster [DBG] pgmap v3806: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:58.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:58 smithi178 bash[77880]: cephadm 2024-03-21T13:12:57.070367+0000 mgr.x (mgr.34104) 5758 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:58.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:58 smithi178 bash[77880]: cluster 2024-03-21T13:12:57.161419+0000 mgr.x (mgr.34104) 5759 : cluster [DBG] pgmap v3807: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:58.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:58 smithi178 bash[77880]: cluster 2024-03-21T13:12:57.161897+0000 mgr.x (mgr.34104) 5760 : cluster [DBG] pgmap v3808: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:58.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:58 smithi178 bash[77880]: cephadm 2024-03-21T13:12:57.171959+0000 mgr.x (mgr.34104) 5761 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:58.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:58 smithi178 bash[77880]: cluster 2024-03-21T13:12:57.266449+0000 mgr.x (mgr.34104) 5762 : cluster [DBG] pgmap v3809: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:58.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:58 smithi178 bash[77880]: cluster 2024-03-21T13:12:57.266721+0000 mgr.x (mgr.34104) 5763 : cluster [DBG] pgmap v3810: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:58.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:58 smithi178 bash[77880]: audit 2024-03-21T13:12:57.275709+0000 mon.a (mon.0) 8952 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:58.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:58 smithi178 bash[77880]: cephadm 2024-03-21T13:12:57.277178+0000 mgr.x (mgr.34104) 5764 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:58.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:58 smithi178 bash[77880]: audit 2024-03-21T13:12:57.360719+0000 mon.a (mon.0) 8953 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:58.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:58 smithi178 bash[77880]: audit 2024-03-21T13:12:57.363784+0000 mon.a (mon.0) 8954 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:58.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:58 smithi178 bash[77880]: audit 2024-03-21T13:12:57.367808+0000 mon.a (mon.0) 8955 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:58.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:58 smithi178 bash[77880]: audit 2024-03-21T13:12:57.369475+0000 mon.a (mon.0) 8956 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:58.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:58 smithi178 bash[77880]: audit 2024-03-21T13:12:57.381019+0000 mon.a (mon.0) 8957 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:58.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:58 smithi178 bash[77880]: audit 2024-03-21T13:12:57.462004+0000 mon.a (mon.0) 8958 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:58.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:58 smithi178 bash[77880]: audit 2024-03-21T13:12:57.465468+0000 mon.a (mon.0) 8959 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:58.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:58 smithi178 bash[77880]: audit 2024-03-21T13:12:57.469357+0000 mon.a (mon.0) 8960 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:58.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:58 smithi178 bash[77880]: audit 2024-03-21T13:12:57.470769+0000 mon.a (mon.0) 8961 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:58.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:58 smithi178 bash[77880]: audit 2024-03-21T13:12:57.482345+0000 mon.a (mon.0) 8962 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:58.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:58 smithi178 bash[77880]: audit 2024-03-21T13:12:57.562931+0000 mon.a (mon.0) 8963 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:58.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:58 smithi178 bash[77880]: audit 2024-03-21T13:12:57.566068+0000 mon.a (mon.0) 8964 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:58.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:58 smithi178 bash[75692]: cephadm 2024-03-21T13:12:57.070367+0000 mgr.x (mgr.34104) 5758 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:58.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:58 smithi178 bash[75692]: cluster 2024-03-21T13:12:57.161419+0000 mgr.x (mgr.34104) 5759 : cluster [DBG] pgmap v3807: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:58.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:58 smithi178 bash[75692]: cluster 2024-03-21T13:12:57.161897+0000 mgr.x (mgr.34104) 5760 : cluster [DBG] pgmap v3808: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:58.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:58 smithi178 bash[75692]: cephadm 2024-03-21T13:12:57.171959+0000 mgr.x (mgr.34104) 5761 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:58.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:58 smithi178 bash[75692]: cluster 2024-03-21T13:12:57.266449+0000 mgr.x (mgr.34104) 5762 : cluster [DBG] pgmap v3809: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:58.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:58 smithi178 bash[75692]: cluster 2024-03-21T13:12:57.266721+0000 mgr.x (mgr.34104) 5763 : cluster [DBG] pgmap v3810: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:58.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:58 smithi178 bash[75692]: audit 2024-03-21T13:12:57.275709+0000 mon.a (mon.0) 8952 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:58.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:58 smithi178 bash[75692]: cephadm 2024-03-21T13:12:57.277178+0000 mgr.x (mgr.34104) 5764 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:58.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:58 smithi178 bash[75692]: audit 2024-03-21T13:12:57.360719+0000 mon.a (mon.0) 8953 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:58.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:58 smithi178 bash[75692]: audit 2024-03-21T13:12:57.363784+0000 mon.a (mon.0) 8954 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:58.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:58 smithi178 bash[75692]: audit 2024-03-21T13:12:57.367808+0000 mon.a (mon.0) 8955 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:58.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:58 smithi178 bash[75692]: audit 2024-03-21T13:12:57.369475+0000 mon.a (mon.0) 8956 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:58.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:58 smithi178 bash[75692]: audit 2024-03-21T13:12:57.381019+0000 mon.a (mon.0) 8957 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:58.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:58 smithi178 bash[75692]: audit 2024-03-21T13:12:57.462004+0000 mon.a (mon.0) 8958 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:58.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:58 smithi178 bash[75692]: audit 2024-03-21T13:12:57.465468+0000 mon.a (mon.0) 8959 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:58.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:58 smithi178 bash[75692]: audit 2024-03-21T13:12:57.469357+0000 mon.a (mon.0) 8960 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:58.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:58 smithi178 bash[75692]: audit 2024-03-21T13:12:57.470769+0000 mon.a (mon.0) 8961 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:58.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:58 smithi178 bash[75692]: audit 2024-03-21T13:12:57.482345+0000 mon.a (mon.0) 8962 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:58.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:58 smithi178 bash[75692]: audit 2024-03-21T13:12:57.562931+0000 mon.a (mon.0) 8963 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:58.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:58 smithi178 bash[75692]: audit 2024-03-21T13:12:57.566068+0000 mon.a (mon.0) 8964 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:58.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:58 smithi178 bash[77880]: audit 2024-03-21T13:12:57.569923+0000 mon.a (mon.0) 8965 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:58.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:58 smithi178 bash[77880]: audit 2024-03-21T13:12:57.571216+0000 mon.a (mon.0) 8966 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:58.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:58 smithi178 bash[77880]: audit 2024-03-21T13:12:57.582789+0000 mon.a (mon.0) 8967 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:58.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:58 smithi178 bash[77880]: audit 2024-03-21T13:12:57.663738+0000 mon.a (mon.0) 8968 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:58.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:58 smithi178 bash[77880]: audit 2024-03-21T13:12:57.667091+0000 mon.a (mon.0) 8969 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:58.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:58 smithi178 bash[77880]: audit 2024-03-21T13:12:57.670779+0000 mon.a (mon.0) 8970 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:58.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:58 smithi178 bash[77880]: audit 2024-03-21T13:12:57.672199+0000 mon.a (mon.0) 8971 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:58.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:58 smithi178 bash[77880]: audit 2024-03-21T13:12:57.682433+0000 mon.a (mon.0) 8972 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:58.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:58 smithi178 bash[77880]: audit 2024-03-21T13:12:57.760512+0000 mon.a (mon.0) 8973 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:58.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:58 smithi178 bash[77880]: audit 2024-03-21T13:12:57.764348+0000 mon.a (mon.0) 8974 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:58.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:58 smithi178 bash[77880]: audit 2024-03-21T13:12:57.768905+0000 mon.a (mon.0) 8975 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:58.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:58 smithi178 bash[77880]: audit 2024-03-21T13:12:57.770604+0000 mon.a (mon.0) 8976 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:58.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:58 smithi178 bash[77880]: audit 2024-03-21T13:12:57.782035+0000 mon.a (mon.0) 8977 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:58.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:58 smithi178 bash[77880]: audit 2024-03-21T13:12:57.864512+0000 mon.a (mon.0) 8978 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:58.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:58 smithi178 bash[77880]: audit 2024-03-21T13:12:57.867486+0000 mon.a (mon.0) 8979 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:58.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:58 smithi178 bash[77880]: audit 2024-03-21T13:12:57.871112+0000 mon.a (mon.0) 8980 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:58.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:58 smithi178 bash[77880]: audit 2024-03-21T13:12:57.872601+0000 mon.a (mon.0) 8981 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:58.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:58 smithi178 bash[77880]: audit 2024-03-21T13:12:57.885147+0000 mon.a (mon.0) 8982 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:58.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:58 smithi178 bash[77880]: audit 2024-03-21T13:12:57.967552+0000 mon.a (mon.0) 8983 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:58.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:58 smithi178 bash[75692]: audit 2024-03-21T13:12:57.569923+0000 mon.a (mon.0) 8965 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:58.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:58 smithi178 bash[75692]: audit 2024-03-21T13:12:57.571216+0000 mon.a (mon.0) 8966 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:58.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:58 smithi178 bash[75692]: audit 2024-03-21T13:12:57.582789+0000 mon.a (mon.0) 8967 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:58.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:58 smithi178 bash[75692]: audit 2024-03-21T13:12:57.663738+0000 mon.a (mon.0) 8968 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:58.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:58 smithi178 bash[75692]: audit 2024-03-21T13:12:57.667091+0000 mon.a (mon.0) 8969 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:58.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:58 smithi178 bash[75692]: audit 2024-03-21T13:12:57.670779+0000 mon.a (mon.0) 8970 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:58.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:58 smithi178 bash[75692]: audit 2024-03-21T13:12:57.672199+0000 mon.a (mon.0) 8971 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:58.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:58 smithi178 bash[75692]: audit 2024-03-21T13:12:57.682433+0000 mon.a (mon.0) 8972 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:58.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:58 smithi178 bash[75692]: audit 2024-03-21T13:12:57.760512+0000 mon.a (mon.0) 8973 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:58.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:58 smithi178 bash[75692]: audit 2024-03-21T13:12:57.764348+0000 mon.a (mon.0) 8974 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:58.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:58 smithi178 bash[75692]: audit 2024-03-21T13:12:57.768905+0000 mon.a (mon.0) 8975 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:58.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:58 smithi178 bash[75692]: audit 2024-03-21T13:12:57.770604+0000 mon.a (mon.0) 8976 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:58.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:58 smithi178 bash[75692]: audit 2024-03-21T13:12:57.782035+0000 mon.a (mon.0) 8977 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:58.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:58 smithi178 bash[75692]: audit 2024-03-21T13:12:57.864512+0000 mon.a (mon.0) 8978 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:58.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:58 smithi178 bash[75692]: audit 2024-03-21T13:12:57.867486+0000 mon.a (mon.0) 8979 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:58.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:58 smithi178 bash[75692]: audit 2024-03-21T13:12:57.871112+0000 mon.a (mon.0) 8980 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:58.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:58 smithi178 bash[75692]: audit 2024-03-21T13:12:57.872601+0000 mon.a (mon.0) 8981 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:58.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:58 smithi178 bash[75692]: audit 2024-03-21T13:12:57.885147+0000 mon.a (mon.0) 8982 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:58.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:58 smithi178 bash[75692]: audit 2024-03-21T13:12:57.967552+0000 mon.a (mon.0) 8983 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:58.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:58 smithi178 bash[77880]: audit 2024-03-21T13:12:57.970900+0000 mon.a (mon.0) 8984 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:58.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:58 smithi178 bash[77880]: audit 2024-03-21T13:12:57.974418+0000 mon.a (mon.0) 8985 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:58.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:58 smithi178 bash[77880]: audit 2024-03-21T13:12:57.976043+0000 mon.a (mon.0) 8986 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:58.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:58 smithi178 bash[77880]: audit 2024-03-21T13:12:57.988167+0000 mon.a (mon.0) 8987 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:58.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:58 smithi178 bash[77880]: audit 2024-03-21T13:12:58.073084+0000 mon.a (mon.0) 8988 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:58.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:58 smithi178 bash[77880]: audit 2024-03-21T13:12:58.076975+0000 mon.a (mon.0) 8989 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:58.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:58 smithi178 bash[77880]: audit 2024-03-21T13:12:58.079511+0000 mon.a (mon.0) 8990 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:58.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:58 smithi178 bash[77880]: audit 2024-03-21T13:12:58.080615+0000 mon.a (mon.0) 8991 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:58.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:58 smithi178 bash[77880]: audit 2024-03-21T13:12:58.090703+0000 mon.a (mon.0) 8992 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:58.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:58 smithi178 bash[77880]: audit 2024-03-21T13:12:58.172099+0000 mon.a (mon.0) 8993 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:58.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:58 smithi178 bash[77880]: audit 2024-03-21T13:12:58.175080+0000 mon.a (mon.0) 8994 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:58.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:58 smithi178 bash[77880]: audit 2024-03-21T13:12:58.179079+0000 mon.a (mon.0) 8995 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:58.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:58 smithi178 bash[77880]: audit 2024-03-21T13:12:58.180536+0000 mon.a (mon.0) 8996 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:58.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:58 smithi178 bash[77880]: audit 2024-03-21T13:12:58.191785+0000 mon.a (mon.0) 8997 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:58.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:58 smithi178 bash[77880]: audit 2024-03-21T13:12:58.254986+0000 mon.a (mon.0) 8998 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:58.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:58 smithi178 bash[77880]: audit 2024-03-21T13:12:58.258667+0000 mon.a (mon.0) 8999 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:58.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:58 smithi178 bash[77880]: audit 2024-03-21T13:12:58.261992+0000 mon.a (mon.0) 9000 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:58.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:58 smithi178 bash[77880]: audit 2024-03-21T13:12:58.263343+0000 mon.a (mon.0) 9001 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:58.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:58 smithi178 bash[77880]: audit 2024-03-21T13:12:58.274059+0000 mon.a (mon.0) 9002 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:58.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:58 smithi178 bash[75692]: audit 2024-03-21T13:12:57.970900+0000 mon.a (mon.0) 8984 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:58.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:58 smithi178 bash[75692]: audit 2024-03-21T13:12:57.974418+0000 mon.a (mon.0) 8985 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:58.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:58 smithi178 bash[75692]: audit 2024-03-21T13:12:57.976043+0000 mon.a (mon.0) 8986 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:58.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:58 smithi178 bash[75692]: audit 2024-03-21T13:12:57.988167+0000 mon.a (mon.0) 8987 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:58.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:58 smithi178 bash[75692]: audit 2024-03-21T13:12:58.073084+0000 mon.a (mon.0) 8988 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:58.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:58 smithi178 bash[75692]: audit 2024-03-21T13:12:58.076975+0000 mon.a (mon.0) 8989 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:58.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:58 smithi178 bash[75692]: audit 2024-03-21T13:12:58.079511+0000 mon.a (mon.0) 8990 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:58.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:58 smithi178 bash[75692]: audit 2024-03-21T13:12:58.080615+0000 mon.a (mon.0) 8991 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:58.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:58 smithi178 bash[75692]: audit 2024-03-21T13:12:58.090703+0000 mon.a (mon.0) 8992 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:58.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:58 smithi178 bash[75692]: audit 2024-03-21T13:12:58.172099+0000 mon.a (mon.0) 8993 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:58.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:58 smithi178 bash[75692]: audit 2024-03-21T13:12:58.175080+0000 mon.a (mon.0) 8994 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:58.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:58 smithi178 bash[75692]: audit 2024-03-21T13:12:58.179079+0000 mon.a (mon.0) 8995 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:58.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:58 smithi178 bash[75692]: audit 2024-03-21T13:12:58.180536+0000 mon.a (mon.0) 8996 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:58.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:58 smithi178 bash[75692]: audit 2024-03-21T13:12:58.191785+0000 mon.a (mon.0) 8997 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:58.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:58 smithi178 bash[75692]: audit 2024-03-21T13:12:58.254986+0000 mon.a (mon.0) 8998 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:58.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:58 smithi178 bash[75692]: audit 2024-03-21T13:12:58.258667+0000 mon.a (mon.0) 8999 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:58.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:58 smithi178 bash[75692]: audit 2024-03-21T13:12:58.261992+0000 mon.a (mon.0) 9000 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:58.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:58 smithi178 bash[75692]: audit 2024-03-21T13:12:58.263343+0000 mon.a (mon.0) 9001 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:58.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:58 smithi178 bash[75692]: audit 2024-03-21T13:12:58.274059+0000 mon.a (mon.0) 9002 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:58.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:58 smithi184 bash[59794]: cluster 2024-03-21T13:12:56.354084+0000 mgr.x (mgr.34104) 5738 : cluster [DBG] pgmap v3794: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:58.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:58 smithi184 bash[59794]: cluster 2024-03-21T13:12:56.354496+0000 mgr.x (mgr.34104) 5739 : cluster [DBG] pgmap v3795: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:58.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:58 smithi184 bash[59794]: cephadm 2024-03-21T13:12:56.363461+0000 mgr.x (mgr.34104) 5740 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:58.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:58 smithi184 bash[59794]: cluster 2024-03-21T13:12:56.454260+0000 mgr.x (mgr.34104) 5741 : cluster [DBG] pgmap v3796: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:58.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:58 smithi184 bash[59794]: cluster 2024-03-21T13:12:56.454655+0000 mgr.x (mgr.34104) 5742 : cluster [DBG] pgmap v3797: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:58.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:58 smithi184 bash[59794]: cephadm 2024-03-21T13:12:56.464405+0000 mgr.x (mgr.34104) 5743 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:58.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:58 smithi184 bash[59794]: cluster 2024-03-21T13:12:56.554531+0000 mgr.x (mgr.34104) 5744 : cluster [DBG] pgmap v3798: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:58.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:58 smithi184 bash[59794]: cephadm 2024-03-21T13:12:56.561991+0000 mgr.x (mgr.34104) 5745 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:58.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:58 smithi184 bash[59794]: cluster 2024-03-21T13:12:56.653160+0000 mgr.x (mgr.34104) 5746 : cluster [DBG] pgmap v3799: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:58.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:58 smithi184 bash[59794]: cluster 2024-03-21T13:12:56.653490+0000 mgr.x (mgr.34104) 5747 : cluster [DBG] pgmap v3800: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:58.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:58 smithi184 bash[59794]: cephadm 2024-03-21T13:12:56.661039+0000 mgr.x (mgr.34104) 5748 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:58.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:58 smithi184 bash[59794]: cluster 2024-03-21T13:12:56.755262+0000 mgr.x (mgr.34104) 5749 : cluster [DBG] pgmap v3801: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:58.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:58 smithi184 bash[59794]: cluster 2024-03-21T13:12:56.755705+0000 mgr.x (mgr.34104) 5750 : cluster [DBG] pgmap v3802: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:58.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:58 smithi184 bash[59794]: cephadm 2024-03-21T13:12:56.764792+0000 mgr.x (mgr.34104) 5751 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:58.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:58 smithi184 bash[59794]: cluster 2024-03-21T13:12:56.856600+0000 mgr.x (mgr.34104) 5752 : cluster [DBG] pgmap v3803: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:58.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:58 smithi184 bash[59794]: cephadm 2024-03-21T13:12:56.864563+0000 mgr.x (mgr.34104) 5753 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:58.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:58 smithi184 bash[59794]: cluster 2024-03-21T13:12:56.956826+0000 mgr.x (mgr.34104) 5754 : cluster [DBG] pgmap v3804: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:58.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:58 smithi184 bash[59794]: cluster 2024-03-21T13:12:56.957360+0000 mgr.x (mgr.34104) 5755 : cluster [DBG] pgmap v3805: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:58.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:58 smithi184 bash[59794]: cephadm 2024-03-21T13:12:56.965474+0000 mgr.x (mgr.34104) 5756 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:58.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:58 smithi184 bash[59794]: cluster 2024-03-21T13:12:57.061296+0000 mgr.x (mgr.34104) 5757 : cluster [DBG] pgmap v3806: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:58.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:58 smithi184 bash[59794]: cephadm 2024-03-21T13:12:57.070367+0000 mgr.x (mgr.34104) 5758 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:58.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:58 smithi184 bash[59794]: cluster 2024-03-21T13:12:57.161419+0000 mgr.x (mgr.34104) 5759 : cluster [DBG] pgmap v3807: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:58.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:58 smithi184 bash[59794]: cluster 2024-03-21T13:12:57.161897+0000 mgr.x (mgr.34104) 5760 : cluster [DBG] pgmap v3808: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:58.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:58 smithi184 bash[59794]: cephadm 2024-03-21T13:12:57.171959+0000 mgr.x (mgr.34104) 5761 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:58.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:58 smithi184 bash[59794]: cluster 2024-03-21T13:12:57.266449+0000 mgr.x (mgr.34104) 5762 : cluster [DBG] pgmap v3809: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:58.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:58 smithi184 bash[59794]: cluster 2024-03-21T13:12:57.266721+0000 mgr.x (mgr.34104) 5763 : cluster [DBG] pgmap v3810: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:58.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:58 smithi184 bash[59794]: audit 2024-03-21T13:12:57.275709+0000 mon.a (mon.0) 8952 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:58.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:58 smithi184 bash[59794]: cephadm 2024-03-21T13:12:57.277178+0000 mgr.x (mgr.34104) 5764 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:58.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:58 smithi184 bash[59794]: audit 2024-03-21T13:12:57.360719+0000 mon.a (mon.0) 8953 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:58.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:58 smithi184 bash[59794]: audit 2024-03-21T13:12:57.363784+0000 mon.a (mon.0) 8954 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:58.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:58 smithi184 bash[59794]: audit 2024-03-21T13:12:57.367808+0000 mon.a (mon.0) 8955 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:58.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:58 smithi184 bash[59794]: audit 2024-03-21T13:12:57.369475+0000 mon.a (mon.0) 8956 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:58.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:58 smithi184 bash[59794]: audit 2024-03-21T13:12:57.381019+0000 mon.a (mon.0) 8957 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:58.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:58 smithi184 bash[59794]: audit 2024-03-21T13:12:57.462004+0000 mon.a (mon.0) 8958 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:58.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:58 smithi184 bash[59794]: audit 2024-03-21T13:12:57.465468+0000 mon.a (mon.0) 8959 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:58.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:58 smithi184 bash[59794]: audit 2024-03-21T13:12:57.469357+0000 mon.a (mon.0) 8960 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:58.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:58 smithi184 bash[59794]: audit 2024-03-21T13:12:57.470769+0000 mon.a (mon.0) 8961 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:58.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:58 smithi184 bash[59794]: audit 2024-03-21T13:12:57.482345+0000 mon.a (mon.0) 8962 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:58.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:58 smithi184 bash[59794]: audit 2024-03-21T13:12:57.562931+0000 mon.a (mon.0) 8963 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:58.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:58 smithi184 bash[59794]: audit 2024-03-21T13:12:57.566068+0000 mon.a (mon.0) 8964 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:58.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:58 smithi184 bash[59794]: audit 2024-03-21T13:12:57.569923+0000 mon.a (mon.0) 8965 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:58.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:58 smithi184 bash[59794]: audit 2024-03-21T13:12:57.571216+0000 mon.a (mon.0) 8966 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:58.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:58 smithi184 bash[59794]: audit 2024-03-21T13:12:57.582789+0000 mon.a (mon.0) 8967 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:58.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:58 smithi184 bash[59794]: audit 2024-03-21T13:12:57.663738+0000 mon.a (mon.0) 8968 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:58.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:58 smithi184 bash[59794]: audit 2024-03-21T13:12:57.667091+0000 mon.a (mon.0) 8969 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:58.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:58 smithi184 bash[59794]: audit 2024-03-21T13:12:57.670779+0000 mon.a (mon.0) 8970 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:58.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:58 smithi184 bash[59794]: audit 2024-03-21T13:12:57.672199+0000 mon.a (mon.0) 8971 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:58.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:58 smithi184 bash[59794]: audit 2024-03-21T13:12:57.682433+0000 mon.a (mon.0) 8972 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:58.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:58 smithi184 bash[59794]: audit 2024-03-21T13:12:57.760512+0000 mon.a (mon.0) 8973 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:58.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:58 smithi184 bash[59794]: audit 2024-03-21T13:12:57.764348+0000 mon.a (mon.0) 8974 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:58.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:58 smithi184 bash[59794]: audit 2024-03-21T13:12:57.768905+0000 mon.a (mon.0) 8975 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:58.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:58 smithi184 bash[59794]: audit 2024-03-21T13:12:57.770604+0000 mon.a (mon.0) 8976 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:58.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:58 smithi184 bash[59794]: audit 2024-03-21T13:12:57.782035+0000 mon.a (mon.0) 8977 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:58.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:58 smithi184 bash[59794]: audit 2024-03-21T13:12:57.864512+0000 mon.a (mon.0) 8978 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:58.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:58 smithi184 bash[59794]: audit 2024-03-21T13:12:57.867486+0000 mon.a (mon.0) 8979 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:58.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:58 smithi184 bash[59794]: audit 2024-03-21T13:12:57.871112+0000 mon.a (mon.0) 8980 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:58.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:58 smithi184 bash[59794]: audit 2024-03-21T13:12:57.872601+0000 mon.a (mon.0) 8981 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:58.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:58 smithi184 bash[59794]: audit 2024-03-21T13:12:57.885147+0000 mon.a (mon.0) 8982 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:58.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:58 smithi184 bash[59794]: audit 2024-03-21T13:12:57.967552+0000 mon.a (mon.0) 8983 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:58.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:58 smithi184 bash[59794]: audit 2024-03-21T13:12:57.970900+0000 mon.a (mon.0) 8984 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:58.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:58 smithi184 bash[59794]: audit 2024-03-21T13:12:57.974418+0000 mon.a (mon.0) 8985 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:58.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:58 smithi184 bash[59794]: audit 2024-03-21T13:12:57.976043+0000 mon.a (mon.0) 8986 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:58.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:58 smithi184 bash[59794]: audit 2024-03-21T13:12:57.988167+0000 mon.a (mon.0) 8987 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:58.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:58 smithi184 bash[59794]: audit 2024-03-21T13:12:58.073084+0000 mon.a (mon.0) 8988 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:58.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:58 smithi184 bash[59794]: audit 2024-03-21T13:12:58.076975+0000 mon.a (mon.0) 8989 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:58.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:58 smithi184 bash[59794]: audit 2024-03-21T13:12:58.079511+0000 mon.a (mon.0) 8990 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:58.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:58 smithi184 bash[59794]: audit 2024-03-21T13:12:58.080615+0000 mon.a (mon.0) 8991 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:58.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:58 smithi184 bash[59794]: audit 2024-03-21T13:12:58.090703+0000 mon.a (mon.0) 8992 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:58.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:58 smithi184 bash[59794]: audit 2024-03-21T13:12:58.172099+0000 mon.a (mon.0) 8993 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:58.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:58 smithi184 bash[59794]: audit 2024-03-21T13:12:58.175080+0000 mon.a (mon.0) 8994 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:58.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:58 smithi184 bash[59794]: audit 2024-03-21T13:12:58.179079+0000 mon.a (mon.0) 8995 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:58.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:58 smithi184 bash[59794]: audit 2024-03-21T13:12:58.180536+0000 mon.a (mon.0) 8996 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:58.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:58 smithi184 bash[59794]: audit 2024-03-21T13:12:58.191785+0000 mon.a (mon.0) 8997 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:58.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:58 smithi184 bash[59794]: audit 2024-03-21T13:12:58.254986+0000 mon.a (mon.0) 8998 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:58.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:58 smithi184 bash[59794]: audit 2024-03-21T13:12:58.258667+0000 mon.a (mon.0) 8999 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:58.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:58 smithi184 bash[59794]: audit 2024-03-21T13:12:58.261992+0000 mon.a (mon.0) 9000 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:58.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:58 smithi184 bash[59794]: audit 2024-03-21T13:12:58.263343+0000 mon.a (mon.0) 9001 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:58.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:58 smithi184 bash[59794]: audit 2024-03-21T13:12:58.274059+0000 mon.a (mon.0) 9002 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:59.047 INFO:journalctl@ceph.alertmanager.a.smithi178.stdout:Mar 21 13:12:58 smithi178 bash[113922]: ts=2024-03-21T13:12:58.582Z caller=cluster.go:706 level=info component=cluster msg="gossip not settled" polls=0 before=0 now=1 elapsed=2.00112889s 2024-03-21T13:12:59.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:59 smithi178 bash[75692]: cluster 2024-03-21T13:12:57.372234+0000 mgr.x (mgr.34104) 5765 : cluster [DBG] pgmap v3811: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:59.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:59 smithi178 bash[75692]: cluster 2024-03-21T13:12:57.372532+0000 mgr.x (mgr.34104) 5766 : cluster [DBG] pgmap v3812: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:59.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:59 smithi178 bash[75692]: cephadm 2024-03-21T13:12:57.382497+0000 mgr.x (mgr.34104) 5767 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:59.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:59 smithi178 bash[75692]: cluster 2024-03-21T13:12:57.473344+0000 mgr.x (mgr.34104) 5768 : cluster [DBG] pgmap v3813: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:59.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:59 smithi178 bash[75692]: cluster 2024-03-21T13:12:57.473653+0000 mgr.x (mgr.34104) 5769 : cluster [DBG] pgmap v3814: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:59.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:59 smithi178 bash[75692]: cephadm 2024-03-21T13:12:57.483606+0000 mgr.x (mgr.34104) 5770 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:59.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:59 smithi178 bash[75692]: cluster 2024-03-21T13:12:57.574212+0000 mgr.x (mgr.34104) 5771 : cluster [DBG] pgmap v3815: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:59.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:59 smithi178 bash[75692]: cluster 2024-03-21T13:12:57.574877+0000 mgr.x (mgr.34104) 5772 : cluster [DBG] pgmap v3816: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:59.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:59 smithi178 bash[75692]: cephadm 2024-03-21T13:12:57.584333+0000 mgr.x (mgr.34104) 5773 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:59.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:59 smithi178 bash[75692]: cluster 2024-03-21T13:12:57.675043+0000 mgr.x (mgr.34104) 5774 : cluster [DBG] pgmap v3817: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:59.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:59 smithi178 bash[75692]: cluster 2024-03-21T13:12:57.675511+0000 mgr.x (mgr.34104) 5775 : cluster [DBG] pgmap v3818: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:59.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:59 smithi178 bash[75692]: cephadm 2024-03-21T13:12:57.683582+0000 mgr.x (mgr.34104) 5776 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:59.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:59 smithi178 bash[75692]: cluster 2024-03-21T13:12:57.774059+0000 mgr.x (mgr.34104) 5777 : cluster [DBG] pgmap v3819: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:59.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:59 smithi178 bash[75692]: cluster 2024-03-21T13:12:57.774724+0000 mgr.x (mgr.34104) 5778 : cluster [DBG] pgmap v3820: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:59.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:59 smithi178 bash[75692]: cephadm 2024-03-21T13:12:57.783331+0000 mgr.x (mgr.34104) 5779 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:59.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:59 smithi178 bash[75692]: cluster 2024-03-21T13:12:57.875621+0000 mgr.x (mgr.34104) 5780 : cluster [DBG] pgmap v3821: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:59.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:59 smithi178 bash[75692]: cluster 2024-03-21T13:12:57.876159+0000 mgr.x (mgr.34104) 5781 : cluster [DBG] pgmap v3822: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:59.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:59 smithi178 bash[75692]: cephadm 2024-03-21T13:12:57.886369+0000 mgr.x (mgr.34104) 5782 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:59.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:59 smithi178 bash[75692]: cluster 2024-03-21T13:12:57.979290+0000 mgr.x (mgr.34104) 5783 : cluster [DBG] pgmap v3823: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:59.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:59 smithi178 bash[75692]: cluster 2024-03-21T13:12:57.979796+0000 mgr.x (mgr.34104) 5784 : cluster [DBG] pgmap v3824: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:59.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:59 smithi178 bash[77880]: cluster 2024-03-21T13:12:57.372234+0000 mgr.x (mgr.34104) 5765 : cluster [DBG] pgmap v3811: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:59.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:59 smithi178 bash[77880]: cluster 2024-03-21T13:12:57.372532+0000 mgr.x (mgr.34104) 5766 : cluster [DBG] pgmap v3812: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:59.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:59 smithi178 bash[77880]: cephadm 2024-03-21T13:12:57.382497+0000 mgr.x (mgr.34104) 5767 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:59.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:59 smithi178 bash[77880]: cluster 2024-03-21T13:12:57.473344+0000 mgr.x (mgr.34104) 5768 : cluster [DBG] pgmap v3813: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:59.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:59 smithi178 bash[77880]: cluster 2024-03-21T13:12:57.473653+0000 mgr.x (mgr.34104) 5769 : cluster [DBG] pgmap v3814: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:59.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:59 smithi178 bash[77880]: cephadm 2024-03-21T13:12:57.483606+0000 mgr.x (mgr.34104) 5770 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:59.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:59 smithi178 bash[77880]: cluster 2024-03-21T13:12:57.574212+0000 mgr.x (mgr.34104) 5771 : cluster [DBG] pgmap v3815: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:59.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:59 smithi178 bash[77880]: cluster 2024-03-21T13:12:57.574877+0000 mgr.x (mgr.34104) 5772 : cluster [DBG] pgmap v3816: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:59.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:59 smithi178 bash[77880]: cephadm 2024-03-21T13:12:57.584333+0000 mgr.x (mgr.34104) 5773 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:59.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:59 smithi178 bash[77880]: cluster 2024-03-21T13:12:57.675043+0000 mgr.x (mgr.34104) 5774 : cluster [DBG] pgmap v3817: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:59.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:59 smithi178 bash[77880]: cluster 2024-03-21T13:12:57.675511+0000 mgr.x (mgr.34104) 5775 : cluster [DBG] pgmap v3818: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:59.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:59 smithi178 bash[77880]: cephadm 2024-03-21T13:12:57.683582+0000 mgr.x (mgr.34104) 5776 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:59.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:59 smithi178 bash[77880]: cluster 2024-03-21T13:12:57.774059+0000 mgr.x (mgr.34104) 5777 : cluster [DBG] pgmap v3819: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:59.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:59 smithi178 bash[77880]: cluster 2024-03-21T13:12:57.774724+0000 mgr.x (mgr.34104) 5778 : cluster [DBG] pgmap v3820: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:59.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:59 smithi178 bash[77880]: cephadm 2024-03-21T13:12:57.783331+0000 mgr.x (mgr.34104) 5779 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:59.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:59 smithi178 bash[77880]: cluster 2024-03-21T13:12:57.875621+0000 mgr.x (mgr.34104) 5780 : cluster [DBG] pgmap v3821: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:59.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:59 smithi178 bash[77880]: cluster 2024-03-21T13:12:57.876159+0000 mgr.x (mgr.34104) 5781 : cluster [DBG] pgmap v3822: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:59.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:59 smithi178 bash[77880]: cephadm 2024-03-21T13:12:57.886369+0000 mgr.x (mgr.34104) 5782 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:59.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:59 smithi178 bash[77880]: cluster 2024-03-21T13:12:57.979290+0000 mgr.x (mgr.34104) 5783 : cluster [DBG] pgmap v3823: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:59.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:59 smithi178 bash[77880]: cluster 2024-03-21T13:12:57.979796+0000 mgr.x (mgr.34104) 5784 : cluster [DBG] pgmap v3824: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:59.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:59 smithi178 bash[75692]: cephadm 2024-03-21T13:12:57.989503+0000 mgr.x (mgr.34104) 5785 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:59.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:59 smithi178 bash[75692]: cluster 2024-03-21T13:12:58.082863+0000 mgr.x (mgr.34104) 5786 : cluster [DBG] pgmap v3825: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:59.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:59 smithi178 bash[75692]: cluster 2024-03-21T13:12:58.083226+0000 mgr.x (mgr.34104) 5787 : cluster [DBG] pgmap v3826: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:59.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:59 smithi178 bash[75692]: cephadm 2024-03-21T13:12:58.091836+0000 mgr.x (mgr.34104) 5788 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:59.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:59 smithi178 bash[75692]: cluster 2024-03-21T13:12:58.183354+0000 mgr.x (mgr.34104) 5789 : cluster [DBG] pgmap v3827: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:59.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:59 smithi178 bash[75692]: cluster 2024-03-21T13:12:58.183813+0000 mgr.x (mgr.34104) 5790 : cluster [DBG] pgmap v3828: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:59.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:59 smithi178 bash[75692]: cephadm 2024-03-21T13:12:58.193101+0000 mgr.x (mgr.34104) 5791 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:59.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:59 smithi178 bash[75692]: cluster 2024-03-21T13:12:58.266374+0000 mgr.x (mgr.34104) 5792 : cluster [DBG] pgmap v3829: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:59.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:59 smithi178 bash[75692]: cluster 2024-03-21T13:12:58.266929+0000 mgr.x (mgr.34104) 5793 : cluster [DBG] pgmap v3830: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:59.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:59 smithi178 bash[75692]: cephadm 2024-03-21T13:12:58.275380+0000 mgr.x (mgr.34104) 5794 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:59.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:59 smithi178 bash[75692]: audit 2024-03-21T13:12:58.355710+0000 mon.a (mon.0) 9003 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:59.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:59 smithi178 bash[75692]: audit 2024-03-21T13:12:58.358977+0000 mon.a (mon.0) 9004 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:59.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:59 smithi178 bash[75692]: audit 2024-03-21T13:12:58.362687+0000 mon.a (mon.0) 9005 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:59.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:59 smithi178 bash[75692]: audit 2024-03-21T13:12:58.364422+0000 mon.a (mon.0) 9006 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:59.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:59 smithi178 bash[75692]: audit 2024-03-21T13:12:58.375731+0000 mon.a (mon.0) 9007 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:59.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:59 smithi178 bash[75692]: audit 2024-03-21T13:12:58.454530+0000 mon.a (mon.0) 9008 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:59.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:59 smithi178 bash[75692]: audit 2024-03-21T13:12:58.457796+0000 mon.a (mon.0) 9009 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:59.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:59 smithi178 bash[75692]: audit 2024-03-21T13:12:58.461440+0000 mon.a (mon.0) 9010 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:59.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:59 smithi178 bash[75692]: audit 2024-03-21T13:12:58.463004+0000 mon.a (mon.0) 9011 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:59.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:59 smithi178 bash[75692]: audit 2024-03-21T13:12:58.474933+0000 mon.a (mon.0) 9012 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:59.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:59 smithi178 bash[77880]: cephadm 2024-03-21T13:12:57.989503+0000 mgr.x (mgr.34104) 5785 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:59.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:59 smithi178 bash[77880]: cluster 2024-03-21T13:12:58.082863+0000 mgr.x (mgr.34104) 5786 : cluster [DBG] pgmap v3825: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:59.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:59 smithi178 bash[77880]: cluster 2024-03-21T13:12:58.083226+0000 mgr.x (mgr.34104) 5787 : cluster [DBG] pgmap v3826: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:59.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:59 smithi178 bash[77880]: cephadm 2024-03-21T13:12:58.091836+0000 mgr.x (mgr.34104) 5788 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:59.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:59 smithi178 bash[77880]: cluster 2024-03-21T13:12:58.183354+0000 mgr.x (mgr.34104) 5789 : cluster [DBG] pgmap v3827: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:59.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:59 smithi178 bash[77880]: cluster 2024-03-21T13:12:58.183813+0000 mgr.x (mgr.34104) 5790 : cluster [DBG] pgmap v3828: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:59.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:59 smithi178 bash[77880]: cephadm 2024-03-21T13:12:58.193101+0000 mgr.x (mgr.34104) 5791 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:59.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:59 smithi178 bash[77880]: cluster 2024-03-21T13:12:58.266374+0000 mgr.x (mgr.34104) 5792 : cluster [DBG] pgmap v3829: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:59.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:59 smithi178 bash[77880]: cluster 2024-03-21T13:12:58.266929+0000 mgr.x (mgr.34104) 5793 : cluster [DBG] pgmap v3830: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:59.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:59 smithi178 bash[77880]: cephadm 2024-03-21T13:12:58.275380+0000 mgr.x (mgr.34104) 5794 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:59.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:59 smithi178 bash[77880]: audit 2024-03-21T13:12:58.355710+0000 mon.a (mon.0) 9003 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:59.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:59 smithi178 bash[77880]: audit 2024-03-21T13:12:58.358977+0000 mon.a (mon.0) 9004 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:59.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:59 smithi178 bash[77880]: audit 2024-03-21T13:12:58.362687+0000 mon.a (mon.0) 9005 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:59.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:59 smithi178 bash[77880]: audit 2024-03-21T13:12:58.364422+0000 mon.a (mon.0) 9006 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:59.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:59 smithi178 bash[77880]: audit 2024-03-21T13:12:58.375731+0000 mon.a (mon.0) 9007 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:59.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:59 smithi178 bash[77880]: audit 2024-03-21T13:12:58.454530+0000 mon.a (mon.0) 9008 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:59.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:59 smithi178 bash[77880]: audit 2024-03-21T13:12:58.457796+0000 mon.a (mon.0) 9009 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:59.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:59 smithi178 bash[77880]: audit 2024-03-21T13:12:58.461440+0000 mon.a (mon.0) 9010 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:59.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:59 smithi178 bash[77880]: audit 2024-03-21T13:12:58.463004+0000 mon.a (mon.0) 9011 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:59.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:59 smithi178 bash[77880]: audit 2024-03-21T13:12:58.474933+0000 mon.a (mon.0) 9012 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:59.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:59 smithi178 bash[77880]: audit 2024-03-21T13:12:58.556935+0000 mon.a (mon.0) 9013 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:59.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:59 smithi178 bash[77880]: audit 2024-03-21T13:12:58.560326+0000 mon.a (mon.0) 9014 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:59.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:59 smithi178 bash[77880]: audit 2024-03-21T13:12:58.563647+0000 mon.a (mon.0) 9015 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:59.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:59 smithi178 bash[77880]: audit 2024-03-21T13:12:58.564993+0000 mon.a (mon.0) 9016 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:59.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:59 smithi178 bash[77880]: audit 2024-03-21T13:12:58.576471+0000 mon.a (mon.0) 9017 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:59.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:59 smithi178 bash[77880]: audit 2024-03-21T13:12:58.657415+0000 mon.a (mon.0) 9018 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:59.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:59 smithi178 bash[77880]: audit 2024-03-21T13:12:58.662894+0000 mon.a (mon.0) 9019 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:59.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:59 smithi178 bash[77880]: audit 2024-03-21T13:12:58.666637+0000 mon.a (mon.0) 9020 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:59.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:59 smithi178 bash[77880]: audit 2024-03-21T13:12:58.668037+0000 mon.a (mon.0) 9021 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:59.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:59 smithi178 bash[77880]: audit 2024-03-21T13:12:58.676373+0000 mon.a (mon.0) 9022 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:59.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:59 smithi178 bash[77880]: audit 2024-03-21T13:12:58.757106+0000 mon.a (mon.0) 9023 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:59.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:59 smithi178 bash[77880]: audit 2024-03-21T13:12:58.760383+0000 mon.a (mon.0) 9024 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:59.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:59 smithi178 bash[77880]: audit 2024-03-21T13:12:58.764476+0000 mon.a (mon.0) 9025 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:59.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:59 smithi178 bash[77880]: audit 2024-03-21T13:12:58.765886+0000 mon.a (mon.0) 9026 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:59.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:59 smithi178 bash[77880]: audit 2024-03-21T13:12:58.777985+0000 mon.a (mon.0) 9027 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:59.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:59 smithi178 bash[77880]: audit 2024-03-21T13:12:58.857326+0000 mon.a (mon.0) 9028 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:59.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:59 smithi178 bash[77880]: audit 2024-03-21T13:12:58.860778+0000 mon.a (mon.0) 9029 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:59.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:59 smithi178 bash[77880]: audit 2024-03-21T13:12:58.864249+0000 mon.a (mon.0) 9030 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:59.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:59 smithi178 bash[77880]: audit 2024-03-21T13:12:58.865929+0000 mon.a (mon.0) 9031 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:59.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:59 smithi178 bash[75692]: audit 2024-03-21T13:12:58.556935+0000 mon.a (mon.0) 9013 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:59.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:59 smithi178 bash[75692]: audit 2024-03-21T13:12:58.560326+0000 mon.a (mon.0) 9014 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:59.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:59 smithi178 bash[75692]: audit 2024-03-21T13:12:58.563647+0000 mon.a (mon.0) 9015 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:59.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:59 smithi178 bash[75692]: audit 2024-03-21T13:12:58.564993+0000 mon.a (mon.0) 9016 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:59.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:59 smithi178 bash[75692]: audit 2024-03-21T13:12:58.576471+0000 mon.a (mon.0) 9017 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:59.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:59 smithi178 bash[75692]: audit 2024-03-21T13:12:58.657415+0000 mon.a (mon.0) 9018 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:59.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:59 smithi178 bash[75692]: audit 2024-03-21T13:12:58.662894+0000 mon.a (mon.0) 9019 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:59.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:59 smithi178 bash[75692]: audit 2024-03-21T13:12:58.666637+0000 mon.a (mon.0) 9020 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:59.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:59 smithi178 bash[75692]: audit 2024-03-21T13:12:58.668037+0000 mon.a (mon.0) 9021 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:59.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:59 smithi178 bash[75692]: audit 2024-03-21T13:12:58.676373+0000 mon.a (mon.0) 9022 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:59.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:59 smithi178 bash[75692]: audit 2024-03-21T13:12:58.757106+0000 mon.a (mon.0) 9023 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:59.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:59 smithi178 bash[75692]: audit 2024-03-21T13:12:58.760383+0000 mon.a (mon.0) 9024 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:59.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:59 smithi178 bash[75692]: audit 2024-03-21T13:12:58.764476+0000 mon.a (mon.0) 9025 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:59.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:59 smithi178 bash[75692]: audit 2024-03-21T13:12:58.765886+0000 mon.a (mon.0) 9026 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:59.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:59 smithi178 bash[75692]: audit 2024-03-21T13:12:58.777985+0000 mon.a (mon.0) 9027 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:59.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:59 smithi178 bash[75692]: audit 2024-03-21T13:12:58.857326+0000 mon.a (mon.0) 9028 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:59.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:59 smithi178 bash[75692]: audit 2024-03-21T13:12:58.860778+0000 mon.a (mon.0) 9029 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:59.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:59 smithi178 bash[75692]: audit 2024-03-21T13:12:58.864249+0000 mon.a (mon.0) 9030 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:59.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:59 smithi178 bash[75692]: audit 2024-03-21T13:12:58.865929+0000 mon.a (mon.0) 9031 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:59.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:59 smithi178 bash[77880]: audit 2024-03-21T13:12:58.877069+0000 mon.a (mon.0) 9032 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:59.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:59 smithi178 bash[77880]: audit 2024-03-21T13:12:58.955092+0000 mon.a (mon.0) 9033 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:59.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:59 smithi178 bash[77880]: audit 2024-03-21T13:12:58.958325+0000 mon.a (mon.0) 9034 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:59.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:59 smithi178 bash[77880]: audit 2024-03-21T13:12:58.962264+0000 mon.a (mon.0) 9035 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:59.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:59 smithi178 bash[77880]: audit 2024-03-21T13:12:58.963865+0000 mon.a (mon.0) 9036 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:59.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:59 smithi178 bash[77880]: audit 2024-03-21T13:12:58.973999+0000 mon.a (mon.0) 9037 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:59.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:59 smithi178 bash[77880]: audit 2024-03-21T13:12:59.058156+0000 mon.a (mon.0) 9038 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:59.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:59 smithi178 bash[77880]: audit 2024-03-21T13:12:59.061719+0000 mon.a (mon.0) 9039 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:59.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:59 smithi178 bash[77880]: audit 2024-03-21T13:12:59.065477+0000 mon.a (mon.0) 9040 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:59.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:59 smithi178 bash[77880]: audit 2024-03-21T13:12:59.066891+0000 mon.a (mon.0) 9041 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:59.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:59 smithi178 bash[77880]: audit 2024-03-21T13:12:59.078496+0000 mon.a (mon.0) 9042 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:59.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:59 smithi178 bash[77880]: audit 2024-03-21T13:12:59.160503+0000 mon.a (mon.0) 9043 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:59.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:59 smithi178 bash[77880]: audit 2024-03-21T13:12:59.163274+0000 mon.a (mon.0) 9044 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:59.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:59 smithi178 bash[77880]: audit 2024-03-21T13:12:59.166183+0000 mon.a (mon.0) 9045 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:59.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:59 smithi178 bash[77880]: audit 2024-03-21T13:12:59.167095+0000 mon.a (mon.0) 9046 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:59.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:59 smithi178 bash[77880]: audit 2024-03-21T13:12:59.176547+0000 mon.a (mon.0) 9047 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:59.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:59 smithi178 bash[77880]: audit 2024-03-21T13:12:59.258999+0000 mon.a (mon.0) 9048 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:59.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:59 smithi178 bash[77880]: audit 2024-03-21T13:12:59.264602+0000 mon.a (mon.0) 9049 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:59.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:59 smithi178 bash[77880]: audit 2024-03-21T13:12:59.267646+0000 mon.a (mon.0) 9050 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:59.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:59 smithi178 bash[77880]: audit 2024-03-21T13:12:59.269305+0000 mon.a (mon.0) 9051 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:59.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:12:59 smithi178 bash[77880]: audit 2024-03-21T13:12:59.278715+0000 mon.a (mon.0) 9052 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:59.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:59 smithi178 bash[75692]: audit 2024-03-21T13:12:58.877069+0000 mon.a (mon.0) 9032 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:59.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:59 smithi178 bash[75692]: audit 2024-03-21T13:12:58.955092+0000 mon.a (mon.0) 9033 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:59.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:59 smithi178 bash[75692]: audit 2024-03-21T13:12:58.958325+0000 mon.a (mon.0) 9034 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:59.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:59 smithi178 bash[75692]: audit 2024-03-21T13:12:58.962264+0000 mon.a (mon.0) 9035 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:59.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:59 smithi178 bash[75692]: audit 2024-03-21T13:12:58.963865+0000 mon.a (mon.0) 9036 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:59.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:59 smithi178 bash[75692]: audit 2024-03-21T13:12:58.973999+0000 mon.a (mon.0) 9037 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:59.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:59 smithi178 bash[75692]: audit 2024-03-21T13:12:59.058156+0000 mon.a (mon.0) 9038 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:59.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:59 smithi178 bash[75692]: audit 2024-03-21T13:12:59.061719+0000 mon.a (mon.0) 9039 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:59.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:59 smithi178 bash[75692]: audit 2024-03-21T13:12:59.065477+0000 mon.a (mon.0) 9040 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:59.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:59 smithi178 bash[75692]: audit 2024-03-21T13:12:59.066891+0000 mon.a (mon.0) 9041 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:59.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:59 smithi178 bash[75692]: audit 2024-03-21T13:12:59.078496+0000 mon.a (mon.0) 9042 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:59.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:59 smithi178 bash[75692]: audit 2024-03-21T13:12:59.160503+0000 mon.a (mon.0) 9043 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:59.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:59 smithi178 bash[75692]: audit 2024-03-21T13:12:59.163274+0000 mon.a (mon.0) 9044 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:59.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:59 smithi178 bash[75692]: audit 2024-03-21T13:12:59.166183+0000 mon.a (mon.0) 9045 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:59.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:59 smithi178 bash[75692]: audit 2024-03-21T13:12:59.167095+0000 mon.a (mon.0) 9046 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:59.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:59 smithi178 bash[75692]: audit 2024-03-21T13:12:59.176547+0000 mon.a (mon.0) 9047 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:59.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:59 smithi178 bash[75692]: audit 2024-03-21T13:12:59.258999+0000 mon.a (mon.0) 9048 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:59.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:59 smithi178 bash[75692]: audit 2024-03-21T13:12:59.264602+0000 mon.a (mon.0) 9049 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:59.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:59 smithi178 bash[75692]: audit 2024-03-21T13:12:59.267646+0000 mon.a (mon.0) 9050 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:59.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:59 smithi178 bash[75692]: audit 2024-03-21T13:12:59.269305+0000 mon.a (mon.0) 9051 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:59.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:12:59 smithi178 bash[75692]: audit 2024-03-21T13:12:59.278715+0000 mon.a (mon.0) 9052 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:59.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:59 smithi184 bash[59794]: cluster 2024-03-21T13:12:57.372234+0000 mgr.x (mgr.34104) 5765 : cluster [DBG] pgmap v3811: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:59.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:59 smithi184 bash[59794]: cluster 2024-03-21T13:12:57.372532+0000 mgr.x (mgr.34104) 5766 : cluster [DBG] pgmap v3812: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:59.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:59 smithi184 bash[59794]: cephadm 2024-03-21T13:12:57.382497+0000 mgr.x (mgr.34104) 5767 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:59.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:59 smithi184 bash[59794]: cluster 2024-03-21T13:12:57.473344+0000 mgr.x (mgr.34104) 5768 : cluster [DBG] pgmap v3813: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:59.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:59 smithi184 bash[59794]: cluster 2024-03-21T13:12:57.473653+0000 mgr.x (mgr.34104) 5769 : cluster [DBG] pgmap v3814: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:59.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:59 smithi184 bash[59794]: cephadm 2024-03-21T13:12:57.483606+0000 mgr.x (mgr.34104) 5770 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:59.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:59 smithi184 bash[59794]: cluster 2024-03-21T13:12:57.574212+0000 mgr.x (mgr.34104) 5771 : cluster [DBG] pgmap v3815: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:59.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:59 smithi184 bash[59794]: cluster 2024-03-21T13:12:57.574877+0000 mgr.x (mgr.34104) 5772 : cluster [DBG] pgmap v3816: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:59.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:59 smithi184 bash[59794]: cephadm 2024-03-21T13:12:57.584333+0000 mgr.x (mgr.34104) 5773 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:59.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:59 smithi184 bash[59794]: cluster 2024-03-21T13:12:57.675043+0000 mgr.x (mgr.34104) 5774 : cluster [DBG] pgmap v3817: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:59.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:59 smithi184 bash[59794]: cluster 2024-03-21T13:12:57.675511+0000 mgr.x (mgr.34104) 5775 : cluster [DBG] pgmap v3818: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:59.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:59 smithi184 bash[59794]: cephadm 2024-03-21T13:12:57.683582+0000 mgr.x (mgr.34104) 5776 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:59.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:59 smithi184 bash[59794]: cluster 2024-03-21T13:12:57.774059+0000 mgr.x (mgr.34104) 5777 : cluster [DBG] pgmap v3819: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:59.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:59 smithi184 bash[59794]: cluster 2024-03-21T13:12:57.774724+0000 mgr.x (mgr.34104) 5778 : cluster [DBG] pgmap v3820: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:59.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:59 smithi184 bash[59794]: cephadm 2024-03-21T13:12:57.783331+0000 mgr.x (mgr.34104) 5779 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:59.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:59 smithi184 bash[59794]: cluster 2024-03-21T13:12:57.875621+0000 mgr.x (mgr.34104) 5780 : cluster [DBG] pgmap v3821: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:59.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:59 smithi184 bash[59794]: cluster 2024-03-21T13:12:57.876159+0000 mgr.x (mgr.34104) 5781 : cluster [DBG] pgmap v3822: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:59.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:59 smithi184 bash[59794]: cephadm 2024-03-21T13:12:57.886369+0000 mgr.x (mgr.34104) 5782 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:59.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:59 smithi184 bash[59794]: cluster 2024-03-21T13:12:57.979290+0000 mgr.x (mgr.34104) 5783 : cluster [DBG] pgmap v3823: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:59.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:59 smithi184 bash[59794]: cluster 2024-03-21T13:12:57.979796+0000 mgr.x (mgr.34104) 5784 : cluster [DBG] pgmap v3824: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:59.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:59 smithi184 bash[59794]: cephadm 2024-03-21T13:12:57.989503+0000 mgr.x (mgr.34104) 5785 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:59.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:59 smithi184 bash[59794]: cluster 2024-03-21T13:12:58.082863+0000 mgr.x (mgr.34104) 5786 : cluster [DBG] pgmap v3825: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:59.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:59 smithi184 bash[59794]: cluster 2024-03-21T13:12:58.083226+0000 mgr.x (mgr.34104) 5787 : cluster [DBG] pgmap v3826: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:59.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:59 smithi184 bash[59794]: cephadm 2024-03-21T13:12:58.091836+0000 mgr.x (mgr.34104) 5788 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:59.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:59 smithi184 bash[59794]: cluster 2024-03-21T13:12:58.183354+0000 mgr.x (mgr.34104) 5789 : cluster [DBG] pgmap v3827: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:59.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:59 smithi184 bash[59794]: cluster 2024-03-21T13:12:58.183813+0000 mgr.x (mgr.34104) 5790 : cluster [DBG] pgmap v3828: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:59.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:59 smithi184 bash[59794]: cephadm 2024-03-21T13:12:58.193101+0000 mgr.x (mgr.34104) 5791 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:59.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:59 smithi184 bash[59794]: cluster 2024-03-21T13:12:58.266374+0000 mgr.x (mgr.34104) 5792 : cluster [DBG] pgmap v3829: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:59.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:59 smithi184 bash[59794]: cluster 2024-03-21T13:12:58.266929+0000 mgr.x (mgr.34104) 5793 : cluster [DBG] pgmap v3830: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:12:59.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:59 smithi184 bash[59794]: cephadm 2024-03-21T13:12:58.275380+0000 mgr.x (mgr.34104) 5794 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:12:59.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:59 smithi184 bash[59794]: audit 2024-03-21T13:12:58.355710+0000 mon.a (mon.0) 9003 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:59.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:59 smithi184 bash[59794]: audit 2024-03-21T13:12:58.358977+0000 mon.a (mon.0) 9004 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:59.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:59 smithi184 bash[59794]: audit 2024-03-21T13:12:58.362687+0000 mon.a (mon.0) 9005 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:59.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:59 smithi184 bash[59794]: audit 2024-03-21T13:12:58.364422+0000 mon.a (mon.0) 9006 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:59.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:59 smithi184 bash[59794]: audit 2024-03-21T13:12:58.375731+0000 mon.a (mon.0) 9007 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:59.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:59 smithi184 bash[59794]: audit 2024-03-21T13:12:58.454530+0000 mon.a (mon.0) 9008 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:59.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:59 smithi184 bash[59794]: audit 2024-03-21T13:12:58.457796+0000 mon.a (mon.0) 9009 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:59.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:59 smithi184 bash[59794]: audit 2024-03-21T13:12:58.461440+0000 mon.a (mon.0) 9010 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:59.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:59 smithi184 bash[59794]: audit 2024-03-21T13:12:58.463004+0000 mon.a (mon.0) 9011 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:59.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:59 smithi184 bash[59794]: audit 2024-03-21T13:12:58.474933+0000 mon.a (mon.0) 9012 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:59.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:59 smithi184 bash[59794]: audit 2024-03-21T13:12:58.556935+0000 mon.a (mon.0) 9013 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:59.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:59 smithi184 bash[59794]: audit 2024-03-21T13:12:58.560326+0000 mon.a (mon.0) 9014 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:59.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:59 smithi184 bash[59794]: audit 2024-03-21T13:12:58.563647+0000 mon.a (mon.0) 9015 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:59.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:59 smithi184 bash[59794]: audit 2024-03-21T13:12:58.564993+0000 mon.a (mon.0) 9016 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:59.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:59 smithi184 bash[59794]: audit 2024-03-21T13:12:58.576471+0000 mon.a (mon.0) 9017 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:59.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:59 smithi184 bash[59794]: audit 2024-03-21T13:12:58.657415+0000 mon.a (mon.0) 9018 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:59.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:59 smithi184 bash[59794]: audit 2024-03-21T13:12:58.662894+0000 mon.a (mon.0) 9019 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:59.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:59 smithi184 bash[59794]: audit 2024-03-21T13:12:58.666637+0000 mon.a (mon.0) 9020 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:59.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:59 smithi184 bash[59794]: audit 2024-03-21T13:12:58.668037+0000 mon.a (mon.0) 9021 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:59.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:59 smithi184 bash[59794]: audit 2024-03-21T13:12:58.676373+0000 mon.a (mon.0) 9022 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:59.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:59 smithi184 bash[59794]: audit 2024-03-21T13:12:58.757106+0000 mon.a (mon.0) 9023 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:59.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:59 smithi184 bash[59794]: audit 2024-03-21T13:12:58.760383+0000 mon.a (mon.0) 9024 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:59.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:59 smithi184 bash[59794]: audit 2024-03-21T13:12:58.764476+0000 mon.a (mon.0) 9025 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:59.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:59 smithi184 bash[59794]: audit 2024-03-21T13:12:58.765886+0000 mon.a (mon.0) 9026 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:59.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:59 smithi184 bash[59794]: audit 2024-03-21T13:12:58.777985+0000 mon.a (mon.0) 9027 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:59.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:59 smithi184 bash[59794]: audit 2024-03-21T13:12:58.857326+0000 mon.a (mon.0) 9028 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:59.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:59 smithi184 bash[59794]: audit 2024-03-21T13:12:58.860778+0000 mon.a (mon.0) 9029 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:59.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:59 smithi184 bash[59794]: audit 2024-03-21T13:12:58.864249+0000 mon.a (mon.0) 9030 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:59.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:59 smithi184 bash[59794]: audit 2024-03-21T13:12:58.865929+0000 mon.a (mon.0) 9031 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:59.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:59 smithi184 bash[59794]: audit 2024-03-21T13:12:58.877069+0000 mon.a (mon.0) 9032 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:59.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:59 smithi184 bash[59794]: audit 2024-03-21T13:12:58.955092+0000 mon.a (mon.0) 9033 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:59.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:59 smithi184 bash[59794]: audit 2024-03-21T13:12:58.958325+0000 mon.a (mon.0) 9034 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:59.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:59 smithi184 bash[59794]: audit 2024-03-21T13:12:58.962264+0000 mon.a (mon.0) 9035 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:59.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:59 smithi184 bash[59794]: audit 2024-03-21T13:12:58.963865+0000 mon.a (mon.0) 9036 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:59.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:59 smithi184 bash[59794]: audit 2024-03-21T13:12:58.973999+0000 mon.a (mon.0) 9037 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:59.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:59 smithi184 bash[59794]: audit 2024-03-21T13:12:59.058156+0000 mon.a (mon.0) 9038 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:59.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:59 smithi184 bash[59794]: audit 2024-03-21T13:12:59.061719+0000 mon.a (mon.0) 9039 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:59.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:59 smithi184 bash[59794]: audit 2024-03-21T13:12:59.065477+0000 mon.a (mon.0) 9040 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:59.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:59 smithi184 bash[59794]: audit 2024-03-21T13:12:59.066891+0000 mon.a (mon.0) 9041 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:59.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:59 smithi184 bash[59794]: audit 2024-03-21T13:12:59.078496+0000 mon.a (mon.0) 9042 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:59.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:59 smithi184 bash[59794]: audit 2024-03-21T13:12:59.160503+0000 mon.a (mon.0) 9043 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:59.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:59 smithi184 bash[59794]: audit 2024-03-21T13:12:59.163274+0000 mon.a (mon.0) 9044 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:59.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:59 smithi184 bash[59794]: audit 2024-03-21T13:12:59.166183+0000 mon.a (mon.0) 9045 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:59.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:59 smithi184 bash[59794]: audit 2024-03-21T13:12:59.167095+0000 mon.a (mon.0) 9046 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:59.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:59 smithi184 bash[59794]: audit 2024-03-21T13:12:59.176547+0000 mon.a (mon.0) 9047 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:12:59.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:59 smithi184 bash[59794]: audit 2024-03-21T13:12:59.258999+0000 mon.a (mon.0) 9048 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:12:59.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:59 smithi184 bash[59794]: audit 2024-03-21T13:12:59.264602+0000 mon.a (mon.0) 9049 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:12:59.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:59 smithi184 bash[59794]: audit 2024-03-21T13:12:59.267646+0000 mon.a (mon.0) 9050 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:12:59.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:59 smithi184 bash[59794]: audit 2024-03-21T13:12:59.269305+0000 mon.a (mon.0) 9051 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:12:59.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:12:59 smithi184 bash[59794]: audit 2024-03-21T13:12:59.278715+0000 mon.a (mon.0) 9052 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:00.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:00 smithi178 bash[75692]: cluster 2024-03-21T13:12:58.367387+0000 mgr.x (mgr.34104) 5795 : cluster [DBG] pgmap v3831: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:00.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:00 smithi178 bash[75692]: cluster 2024-03-21T13:12:58.367875+0000 mgr.x (mgr.34104) 5796 : cluster [DBG] pgmap v3832: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:00.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:00 smithi178 bash[75692]: cephadm 2024-03-21T13:12:58.377190+0000 mgr.x (mgr.34104) 5797 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:00.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:00 smithi178 bash[75692]: cluster 2024-03-21T13:12:58.465916+0000 mgr.x (mgr.34104) 5798 : cluster [DBG] pgmap v3833: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:00.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:00 smithi178 bash[75692]: cluster 2024-03-21T13:12:58.466436+0000 mgr.x (mgr.34104) 5799 : cluster [DBG] pgmap v3834: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:00.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:00 smithi178 bash[75692]: cephadm 2024-03-21T13:12:58.476425+0000 mgr.x (mgr.34104) 5800 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:00.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:00 smithi178 bash[75692]: cluster 2024-03-21T13:12:58.567517+0000 mgr.x (mgr.34104) 5801 : cluster [DBG] pgmap v3835: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:00.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:00 smithi178 bash[75692]: cluster 2024-03-21T13:12:58.567950+0000 mgr.x (mgr.34104) 5802 : cluster [DBG] pgmap v3836: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:00.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:00 smithi178 bash[75692]: cephadm 2024-03-21T13:12:58.577833+0000 mgr.x (mgr.34104) 5803 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:00.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:00 smithi178 bash[75692]: cluster 2024-03-21T13:12:58.671059+0000 mgr.x (mgr.34104) 5804 : cluster [DBG] pgmap v3837: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:00.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:00 smithi178 bash[75692]: cluster 2024-03-21T13:12:58.671399+0000 mgr.x (mgr.34104) 5805 : cluster [DBG] pgmap v3838: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:00.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:00 smithi178 bash[75692]: cephadm 2024-03-21T13:12:58.677473+0000 mgr.x (mgr.34104) 5806 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:00.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:00 smithi178 bash[75692]: cluster 2024-03-21T13:12:58.769207+0000 mgr.x (mgr.34104) 5807 : cluster [DBG] pgmap v3839: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:00.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:00 smithi178 bash[75692]: cluster 2024-03-21T13:12:58.769662+0000 mgr.x (mgr.34104) 5808 : cluster [DBG] pgmap v3840: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:00.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:00 smithi178 bash[75692]: cephadm 2024-03-21T13:12:58.779398+0000 mgr.x (mgr.34104) 5809 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:00.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:00 smithi178 bash[75692]: cluster 2024-03-21T13:12:58.869066+0000 mgr.x (mgr.34104) 5810 : cluster [DBG] pgmap v3841: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:00.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:00 smithi178 bash[75692]: cluster 2024-03-21T13:12:58.869758+0000 mgr.x (mgr.34104) 5811 : cluster [DBG] pgmap v3842: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:00.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:00 smithi178 bash[75692]: cephadm 2024-03-21T13:12:58.878285+0000 mgr.x (mgr.34104) 5812 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:00.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:00 smithi178 bash[75692]: cluster 2024-03-21T13:12:58.966979+0000 mgr.x (mgr.34104) 5813 : cluster [DBG] pgmap v3843: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s 2024-03-21T13:13:00.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:00 smithi178 bash[75692]: cluster 2024-03-21T13:12:58.967719+0000 mgr.x (mgr.34104) 5814 : cluster [DBG] pgmap v3844: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s 2024-03-21T13:13:00.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:00 smithi178 bash[77880]: cluster 2024-03-21T13:12:58.367387+0000 mgr.x (mgr.34104) 5795 : cluster [DBG] pgmap v3831: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:00.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:00 smithi178 bash[77880]: cluster 2024-03-21T13:12:58.367875+0000 mgr.x (mgr.34104) 5796 : cluster [DBG] pgmap v3832: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:00.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:00 smithi178 bash[77880]: cephadm 2024-03-21T13:12:58.377190+0000 mgr.x (mgr.34104) 5797 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:00.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:00 smithi178 bash[77880]: cluster 2024-03-21T13:12:58.465916+0000 mgr.x (mgr.34104) 5798 : cluster [DBG] pgmap v3833: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:00.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:00 smithi178 bash[77880]: cluster 2024-03-21T13:12:58.466436+0000 mgr.x (mgr.34104) 5799 : cluster [DBG] pgmap v3834: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:00.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:00 smithi178 bash[77880]: cephadm 2024-03-21T13:12:58.476425+0000 mgr.x (mgr.34104) 5800 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:00.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:00 smithi178 bash[77880]: cluster 2024-03-21T13:12:58.567517+0000 mgr.x (mgr.34104) 5801 : cluster [DBG] pgmap v3835: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:00.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:00 smithi178 bash[77880]: cluster 2024-03-21T13:12:58.567950+0000 mgr.x (mgr.34104) 5802 : cluster [DBG] pgmap v3836: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:00.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:00 smithi178 bash[77880]: cephadm 2024-03-21T13:12:58.577833+0000 mgr.x (mgr.34104) 5803 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:00.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:00 smithi178 bash[77880]: cluster 2024-03-21T13:12:58.671059+0000 mgr.x (mgr.34104) 5804 : cluster [DBG] pgmap v3837: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:00.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:00 smithi178 bash[77880]: cluster 2024-03-21T13:12:58.671399+0000 mgr.x (mgr.34104) 5805 : cluster [DBG] pgmap v3838: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:00.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:00 smithi178 bash[77880]: cephadm 2024-03-21T13:12:58.677473+0000 mgr.x (mgr.34104) 5806 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:00.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:00 smithi178 bash[77880]: cluster 2024-03-21T13:12:58.769207+0000 mgr.x (mgr.34104) 5807 : cluster [DBG] pgmap v3839: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:00.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:00 smithi178 bash[77880]: cluster 2024-03-21T13:12:58.769662+0000 mgr.x (mgr.34104) 5808 : cluster [DBG] pgmap v3840: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:00.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:00 smithi178 bash[77880]: cephadm 2024-03-21T13:12:58.779398+0000 mgr.x (mgr.34104) 5809 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:00.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:00 smithi178 bash[77880]: cluster 2024-03-21T13:12:58.869066+0000 mgr.x (mgr.34104) 5810 : cluster [DBG] pgmap v3841: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:00.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:00 smithi178 bash[77880]: cluster 2024-03-21T13:12:58.869758+0000 mgr.x (mgr.34104) 5811 : cluster [DBG] pgmap v3842: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:00.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:00 smithi178 bash[77880]: cephadm 2024-03-21T13:12:58.878285+0000 mgr.x (mgr.34104) 5812 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:00.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:00 smithi178 bash[77880]: cluster 2024-03-21T13:12:58.966979+0000 mgr.x (mgr.34104) 5813 : cluster [DBG] pgmap v3843: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s 2024-03-21T13:13:00.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:00 smithi178 bash[77880]: cluster 2024-03-21T13:12:58.967719+0000 mgr.x (mgr.34104) 5814 : cluster [DBG] pgmap v3844: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s 2024-03-21T13:13:00.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:00 smithi178 bash[75692]: cephadm 2024-03-21T13:12:58.975305+0000 mgr.x (mgr.34104) 5815 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:00.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:00 smithi178 bash[75692]: cluster 2024-03-21T13:12:59.070043+0000 mgr.x (mgr.34104) 5816 : cluster [DBG] pgmap v3845: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s 2024-03-21T13:13:00.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:00 smithi178 bash[75692]: cluster 2024-03-21T13:12:59.070763+0000 mgr.x (mgr.34104) 5817 : cluster [DBG] pgmap v3846: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s 2024-03-21T13:13:00.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:00 smithi178 bash[75692]: cephadm 2024-03-21T13:12:59.079812+0000 mgr.x (mgr.34104) 5818 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:00.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:00 smithi178 bash[75692]: cluster 2024-03-21T13:12:59.169704+0000 mgr.x (mgr.34104) 5819 : cluster [DBG] pgmap v3847: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s 2024-03-21T13:13:00.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:00 smithi178 bash[75692]: cluster 2024-03-21T13:12:59.170277+0000 mgr.x (mgr.34104) 5820 : cluster [DBG] pgmap v3848: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s 2024-03-21T13:13:00.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:00 smithi178 bash[75692]: cephadm 2024-03-21T13:12:59.177748+0000 mgr.x (mgr.34104) 5821 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:00.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:00 smithi178 bash[75692]: cluster 2024-03-21T13:12:59.272247+0000 mgr.x (mgr.34104) 5822 : cluster [DBG] pgmap v3849: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:00.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:00 smithi178 bash[75692]: cluster 2024-03-21T13:12:59.272785+0000 mgr.x (mgr.34104) 5823 : cluster [DBG] pgmap v3850: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:00.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:00 smithi178 bash[75692]: cephadm 2024-03-21T13:12:59.280091+0000 mgr.x (mgr.34104) 5824 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:00.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:00 smithi178 bash[75692]: audit 2024-03-21T13:12:59.363644+0000 mon.a (mon.0) 9053 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:00.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:00 smithi178 bash[75692]: audit 2024-03-21T13:12:59.367198+0000 mon.a (mon.0) 9054 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:00.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:00 smithi178 bash[75692]: audit 2024-03-21T13:12:59.372248+0000 mon.a (mon.0) 9055 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:00.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:00 smithi178 bash[75692]: audit 2024-03-21T13:12:59.374292+0000 mon.a (mon.0) 9056 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:00.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:00 smithi178 bash[75692]: audit 2024-03-21T13:12:59.387287+0000 mon.a (mon.0) 9057 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:00.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:00 smithi178 bash[75692]: audit 2024-03-21T13:12:59.470868+0000 mon.a (mon.0) 9058 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:00.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:00 smithi178 bash[75692]: audit 2024-03-21T13:12:59.474221+0000 mon.a (mon.0) 9059 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:00.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:00 smithi178 bash[75692]: audit 2024-03-21T13:12:59.477840+0000 mon.a (mon.0) 9060 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:00.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:00 smithi178 bash[75692]: audit 2024-03-21T13:12:59.479817+0000 mon.a (mon.0) 9061 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:00.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:00 smithi178 bash[77880]: cephadm 2024-03-21T13:12:58.975305+0000 mgr.x (mgr.34104) 5815 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:00.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:00 smithi178 bash[77880]: cluster 2024-03-21T13:12:59.070043+0000 mgr.x (mgr.34104) 5816 : cluster [DBG] pgmap v3845: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s 2024-03-21T13:13:00.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:00 smithi178 bash[77880]: cluster 2024-03-21T13:12:59.070763+0000 mgr.x (mgr.34104) 5817 : cluster [DBG] pgmap v3846: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s 2024-03-21T13:13:00.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:00 smithi178 bash[77880]: cephadm 2024-03-21T13:12:59.079812+0000 mgr.x (mgr.34104) 5818 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:00.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:00 smithi178 bash[77880]: cluster 2024-03-21T13:12:59.169704+0000 mgr.x (mgr.34104) 5819 : cluster [DBG] pgmap v3847: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s 2024-03-21T13:13:00.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:00 smithi178 bash[77880]: cluster 2024-03-21T13:12:59.170277+0000 mgr.x (mgr.34104) 5820 : cluster [DBG] pgmap v3848: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s 2024-03-21T13:13:00.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:00 smithi178 bash[77880]: cephadm 2024-03-21T13:12:59.177748+0000 mgr.x (mgr.34104) 5821 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:00.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:00 smithi178 bash[77880]: cluster 2024-03-21T13:12:59.272247+0000 mgr.x (mgr.34104) 5822 : cluster [DBG] pgmap v3849: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:00.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:00 smithi178 bash[77880]: cluster 2024-03-21T13:12:59.272785+0000 mgr.x (mgr.34104) 5823 : cluster [DBG] pgmap v3850: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:00.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:00 smithi178 bash[77880]: cephadm 2024-03-21T13:12:59.280091+0000 mgr.x (mgr.34104) 5824 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:00.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:00 smithi178 bash[77880]: audit 2024-03-21T13:12:59.363644+0000 mon.a (mon.0) 9053 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:00.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:00 smithi178 bash[77880]: audit 2024-03-21T13:12:59.367198+0000 mon.a (mon.0) 9054 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:00.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:00 smithi178 bash[77880]: audit 2024-03-21T13:12:59.372248+0000 mon.a (mon.0) 9055 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:00.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:00 smithi178 bash[77880]: audit 2024-03-21T13:12:59.374292+0000 mon.a (mon.0) 9056 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:00.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:00 smithi178 bash[77880]: audit 2024-03-21T13:12:59.387287+0000 mon.a (mon.0) 9057 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:00.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:00 smithi178 bash[77880]: audit 2024-03-21T13:12:59.470868+0000 mon.a (mon.0) 9058 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:00.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:00 smithi178 bash[77880]: audit 2024-03-21T13:12:59.474221+0000 mon.a (mon.0) 9059 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:00.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:00 smithi178 bash[77880]: audit 2024-03-21T13:12:59.477840+0000 mon.a (mon.0) 9060 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:00.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:00 smithi178 bash[77880]: audit 2024-03-21T13:12:59.479817+0000 mon.a (mon.0) 9061 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:00.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:00 smithi178 bash[75692]: audit 2024-03-21T13:12:59.491825+0000 mon.a (mon.0) 9062 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:00.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:00 smithi178 bash[75692]: audit 2024-03-21T13:12:59.571739+0000 mon.a (mon.0) 9063 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:00.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:00 smithi178 bash[75692]: audit 2024-03-21T13:12:59.574922+0000 mon.a (mon.0) 9064 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:00.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:00 smithi178 bash[75692]: audit 2024-03-21T13:12:59.578764+0000 mon.a (mon.0) 9065 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:00.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:00 smithi178 bash[75692]: audit 2024-03-21T13:12:59.580699+0000 mon.a (mon.0) 9066 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:00.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:00 smithi178 bash[75692]: audit 2024-03-21T13:12:59.592168+0000 mon.a (mon.0) 9067 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:00.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:00 smithi178 bash[75692]: audit 2024-03-21T13:12:59.674615+0000 mon.a (mon.0) 9068 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:00.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:00 smithi178 bash[75692]: audit 2024-03-21T13:12:59.678270+0000 mon.a (mon.0) 9069 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:00.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:00 smithi178 bash[75692]: audit 2024-03-21T13:12:59.681348+0000 mon.a (mon.0) 9070 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:00.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:00 smithi178 bash[75692]: audit 2024-03-21T13:12:59.682540+0000 mon.a (mon.0) 9071 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:00.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:00 smithi178 bash[75692]: audit 2024-03-21T13:12:59.692638+0000 mon.a (mon.0) 9072 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:00.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:00 smithi178 bash[75692]: audit 2024-03-21T13:12:59.772757+0000 mon.a (mon.0) 9073 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:00.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:00 smithi178 bash[75692]: audit 2024-03-21T13:12:59.778053+0000 mon.a (mon.0) 9074 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:00.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:00 smithi178 bash[75692]: audit 2024-03-21T13:12:59.782661+0000 mon.a (mon.0) 9075 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:00.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:00 smithi178 bash[75692]: audit 2024-03-21T13:12:59.784447+0000 mon.a (mon.0) 9076 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:00.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:00 smithi178 bash[75692]: audit 2024-03-21T13:12:59.795273+0000 mon.a (mon.0) 9077 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:00.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:00 smithi178 bash[75692]: audit 2024-03-21T13:12:59.878399+0000 mon.a (mon.0) 9078 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:00.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:00 smithi178 bash[75692]: audit 2024-03-21T13:12:59.880996+0000 mon.a (mon.0) 9079 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:00.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:00 smithi178 bash[75692]: audit 2024-03-21T13:12:59.884571+0000 mon.a (mon.0) 9080 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:00.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:00 smithi178 bash[77880]: audit 2024-03-21T13:12:59.491825+0000 mon.a (mon.0) 9062 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:00.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:00 smithi178 bash[77880]: audit 2024-03-21T13:12:59.571739+0000 mon.a (mon.0) 9063 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:00.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:00 smithi178 bash[77880]: audit 2024-03-21T13:12:59.574922+0000 mon.a (mon.0) 9064 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:00.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:00 smithi178 bash[77880]: audit 2024-03-21T13:12:59.578764+0000 mon.a (mon.0) 9065 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:00.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:00 smithi178 bash[77880]: audit 2024-03-21T13:12:59.580699+0000 mon.a (mon.0) 9066 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:00.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:00 smithi178 bash[77880]: audit 2024-03-21T13:12:59.592168+0000 mon.a (mon.0) 9067 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:00.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:00 smithi178 bash[77880]: audit 2024-03-21T13:12:59.674615+0000 mon.a (mon.0) 9068 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:00.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:00 smithi178 bash[77880]: audit 2024-03-21T13:12:59.678270+0000 mon.a (mon.0) 9069 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:00.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:00 smithi178 bash[77880]: audit 2024-03-21T13:12:59.681348+0000 mon.a (mon.0) 9070 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:00.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:00 smithi178 bash[77880]: audit 2024-03-21T13:12:59.682540+0000 mon.a (mon.0) 9071 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:00.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:00 smithi178 bash[77880]: audit 2024-03-21T13:12:59.692638+0000 mon.a (mon.0) 9072 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:00.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:00 smithi178 bash[77880]: audit 2024-03-21T13:12:59.772757+0000 mon.a (mon.0) 9073 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:00.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:00 smithi178 bash[77880]: audit 2024-03-21T13:12:59.778053+0000 mon.a (mon.0) 9074 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:00.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:00 smithi178 bash[77880]: audit 2024-03-21T13:12:59.782661+0000 mon.a (mon.0) 9075 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:00.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:00 smithi178 bash[77880]: audit 2024-03-21T13:12:59.784447+0000 mon.a (mon.0) 9076 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:00.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:00 smithi178 bash[77880]: audit 2024-03-21T13:12:59.795273+0000 mon.a (mon.0) 9077 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:00.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:00 smithi178 bash[77880]: audit 2024-03-21T13:12:59.878399+0000 mon.a (mon.0) 9078 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:00.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:00 smithi178 bash[77880]: audit 2024-03-21T13:12:59.880996+0000 mon.a (mon.0) 9079 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:00.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:00 smithi178 bash[77880]: audit 2024-03-21T13:12:59.884571+0000 mon.a (mon.0) 9080 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:00.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:00 smithi178 bash[75692]: audit 2024-03-21T13:12:59.886144+0000 mon.a (mon.0) 9081 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:00.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:00 smithi178 bash[75692]: audit 2024-03-21T13:12:59.899544+0000 mon.a (mon.0) 9082 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:00.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:00 smithi178 bash[75692]: audit 2024-03-21T13:12:59.979145+0000 mon.a (mon.0) 9083 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:00.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:00 smithi178 bash[75692]: audit 2024-03-21T13:12:59.982429+0000 mon.a (mon.0) 9084 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:00.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:00 smithi178 bash[75692]: audit 2024-03-21T13:12:59.985892+0000 mon.a (mon.0) 9085 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:00.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:00 smithi178 bash[75692]: audit 2024-03-21T13:12:59.987135+0000 mon.a (mon.0) 9086 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:00.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:00 smithi178 bash[75692]: audit 2024-03-21T13:12:59.998990+0000 mon.a (mon.0) 9087 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:00.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:00 smithi178 bash[75692]: audit 2024-03-21T13:13:00.082505+0000 mon.a (mon.0) 9088 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:00.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:00 smithi178 bash[75692]: audit 2024-03-21T13:13:00.086392+0000 mon.a (mon.0) 9089 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:00.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:00 smithi178 bash[75692]: audit 2024-03-21T13:13:00.089638+0000 mon.a (mon.0) 9090 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:00.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:00 smithi178 bash[75692]: audit 2024-03-21T13:13:00.091143+0000 mon.a (mon.0) 9091 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:00.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:00 smithi178 bash[75692]: audit 2024-03-21T13:13:00.102823+0000 mon.a (mon.0) 9092 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:00.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:00 smithi178 bash[75692]: audit 2024-03-21T13:13:00.186952+0000 mon.a (mon.0) 9093 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:00.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:00 smithi178 bash[75692]: audit 2024-03-21T13:13:00.190552+0000 mon.a (mon.0) 9094 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:00.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:00 smithi178 bash[75692]: audit 2024-03-21T13:13:00.194310+0000 mon.a (mon.0) 9095 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:00.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:00 smithi178 bash[75692]: audit 2024-03-21T13:13:00.195776+0000 mon.a (mon.0) 9096 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:00.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:00 smithi178 bash[75692]: audit 2024-03-21T13:13:00.207904+0000 mon.a (mon.0) 9097 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:00.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:00 smithi178 bash[77880]: audit 2024-03-21T13:12:59.886144+0000 mon.a (mon.0) 9081 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:00.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:00 smithi178 bash[77880]: audit 2024-03-21T13:12:59.899544+0000 mon.a (mon.0) 9082 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:00.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:00 smithi178 bash[77880]: audit 2024-03-21T13:12:59.979145+0000 mon.a (mon.0) 9083 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:00.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:00 smithi178 bash[77880]: audit 2024-03-21T13:12:59.982429+0000 mon.a (mon.0) 9084 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:00.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:00 smithi178 bash[77880]: audit 2024-03-21T13:12:59.985892+0000 mon.a (mon.0) 9085 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:00.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:00 smithi178 bash[77880]: audit 2024-03-21T13:12:59.987135+0000 mon.a (mon.0) 9086 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:00.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:00 smithi178 bash[77880]: audit 2024-03-21T13:12:59.998990+0000 mon.a (mon.0) 9087 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:00.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:00 smithi178 bash[77880]: audit 2024-03-21T13:13:00.082505+0000 mon.a (mon.0) 9088 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:00.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:00 smithi178 bash[77880]: audit 2024-03-21T13:13:00.086392+0000 mon.a (mon.0) 9089 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:00.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:00 smithi178 bash[77880]: audit 2024-03-21T13:13:00.089638+0000 mon.a (mon.0) 9090 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:00.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:00 smithi178 bash[77880]: audit 2024-03-21T13:13:00.091143+0000 mon.a (mon.0) 9091 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:00.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:00 smithi178 bash[77880]: audit 2024-03-21T13:13:00.102823+0000 mon.a (mon.0) 9092 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:00.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:00 smithi178 bash[77880]: audit 2024-03-21T13:13:00.186952+0000 mon.a (mon.0) 9093 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:00.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:00 smithi178 bash[77880]: audit 2024-03-21T13:13:00.190552+0000 mon.a (mon.0) 9094 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:00.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:00 smithi178 bash[77880]: audit 2024-03-21T13:13:00.194310+0000 mon.a (mon.0) 9095 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:00.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:00 smithi178 bash[77880]: audit 2024-03-21T13:13:00.195776+0000 mon.a (mon.0) 9096 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:00.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:00 smithi178 bash[77880]: audit 2024-03-21T13:13:00.207904+0000 mon.a (mon.0) 9097 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:00.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:00 smithi184 bash[59794]: cluster 2024-03-21T13:12:58.367387+0000 mgr.x (mgr.34104) 5795 : cluster [DBG] pgmap v3831: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:00.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:00 smithi184 bash[59794]: cluster 2024-03-21T13:12:58.367875+0000 mgr.x (mgr.34104) 5796 : cluster [DBG] pgmap v3832: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:00.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:00 smithi184 bash[59794]: cephadm 2024-03-21T13:12:58.377190+0000 mgr.x (mgr.34104) 5797 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:00.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:00 smithi184 bash[59794]: cluster 2024-03-21T13:12:58.465916+0000 mgr.x (mgr.34104) 5798 : cluster [DBG] pgmap v3833: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:00.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:00 smithi184 bash[59794]: cluster 2024-03-21T13:12:58.466436+0000 mgr.x (mgr.34104) 5799 : cluster [DBG] pgmap v3834: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:00.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:00 smithi184 bash[59794]: cephadm 2024-03-21T13:12:58.476425+0000 mgr.x (mgr.34104) 5800 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:00.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:00 smithi184 bash[59794]: cluster 2024-03-21T13:12:58.567517+0000 mgr.x (mgr.34104) 5801 : cluster [DBG] pgmap v3835: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:00.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:00 smithi184 bash[59794]: cluster 2024-03-21T13:12:58.567950+0000 mgr.x (mgr.34104) 5802 : cluster [DBG] pgmap v3836: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:00.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:00 smithi184 bash[59794]: cephadm 2024-03-21T13:12:58.577833+0000 mgr.x (mgr.34104) 5803 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:00.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:00 smithi184 bash[59794]: cluster 2024-03-21T13:12:58.671059+0000 mgr.x (mgr.34104) 5804 : cluster [DBG] pgmap v3837: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:00.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:00 smithi184 bash[59794]: cluster 2024-03-21T13:12:58.671399+0000 mgr.x (mgr.34104) 5805 : cluster [DBG] pgmap v3838: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:00.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:00 smithi184 bash[59794]: cephadm 2024-03-21T13:12:58.677473+0000 mgr.x (mgr.34104) 5806 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:00.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:00 smithi184 bash[59794]: cluster 2024-03-21T13:12:58.769207+0000 mgr.x (mgr.34104) 5807 : cluster [DBG] pgmap v3839: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:00.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:00 smithi184 bash[59794]: cluster 2024-03-21T13:12:58.769662+0000 mgr.x (mgr.34104) 5808 : cluster [DBG] pgmap v3840: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:00.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:00 smithi184 bash[59794]: cephadm 2024-03-21T13:12:58.779398+0000 mgr.x (mgr.34104) 5809 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:00.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:00 smithi184 bash[59794]: cluster 2024-03-21T13:12:58.869066+0000 mgr.x (mgr.34104) 5810 : cluster [DBG] pgmap v3841: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:00.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:00 smithi184 bash[59794]: cluster 2024-03-21T13:12:58.869758+0000 mgr.x (mgr.34104) 5811 : cluster [DBG] pgmap v3842: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:00.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:00 smithi184 bash[59794]: cephadm 2024-03-21T13:12:58.878285+0000 mgr.x (mgr.34104) 5812 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:00.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:00 smithi184 bash[59794]: cluster 2024-03-21T13:12:58.966979+0000 mgr.x (mgr.34104) 5813 : cluster [DBG] pgmap v3843: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s 2024-03-21T13:13:00.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:00 smithi184 bash[59794]: cluster 2024-03-21T13:12:58.967719+0000 mgr.x (mgr.34104) 5814 : cluster [DBG] pgmap v3844: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s 2024-03-21T13:13:00.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:00 smithi184 bash[59794]: cephadm 2024-03-21T13:12:58.975305+0000 mgr.x (mgr.34104) 5815 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:00.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:00 smithi184 bash[59794]: cluster 2024-03-21T13:12:59.070043+0000 mgr.x (mgr.34104) 5816 : cluster [DBG] pgmap v3845: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s 2024-03-21T13:13:00.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:00 smithi184 bash[59794]: cluster 2024-03-21T13:12:59.070763+0000 mgr.x (mgr.34104) 5817 : cluster [DBG] pgmap v3846: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s 2024-03-21T13:13:00.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:00 smithi184 bash[59794]: cephadm 2024-03-21T13:12:59.079812+0000 mgr.x (mgr.34104) 5818 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:00.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:00 smithi184 bash[59794]: cluster 2024-03-21T13:12:59.169704+0000 mgr.x (mgr.34104) 5819 : cluster [DBG] pgmap v3847: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s 2024-03-21T13:13:00.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:00 smithi184 bash[59794]: cluster 2024-03-21T13:12:59.170277+0000 mgr.x (mgr.34104) 5820 : cluster [DBG] pgmap v3848: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s 2024-03-21T13:13:00.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:00 smithi184 bash[59794]: cephadm 2024-03-21T13:12:59.177748+0000 mgr.x (mgr.34104) 5821 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:00.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:00 smithi184 bash[59794]: cluster 2024-03-21T13:12:59.272247+0000 mgr.x (mgr.34104) 5822 : cluster [DBG] pgmap v3849: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:00.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:00 smithi184 bash[59794]: cluster 2024-03-21T13:12:59.272785+0000 mgr.x (mgr.34104) 5823 : cluster [DBG] pgmap v3850: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:00.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:00 smithi184 bash[59794]: cephadm 2024-03-21T13:12:59.280091+0000 mgr.x (mgr.34104) 5824 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:00.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:00 smithi184 bash[59794]: audit 2024-03-21T13:12:59.363644+0000 mon.a (mon.0) 9053 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:00.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:00 smithi184 bash[59794]: audit 2024-03-21T13:12:59.367198+0000 mon.a (mon.0) 9054 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:00.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:00 smithi184 bash[59794]: audit 2024-03-21T13:12:59.372248+0000 mon.a (mon.0) 9055 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:00.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:00 smithi184 bash[59794]: audit 2024-03-21T13:12:59.374292+0000 mon.a (mon.0) 9056 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:00.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:00 smithi184 bash[59794]: audit 2024-03-21T13:12:59.387287+0000 mon.a (mon.0) 9057 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:00.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:00 smithi184 bash[59794]: audit 2024-03-21T13:12:59.470868+0000 mon.a (mon.0) 9058 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:00.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:00 smithi184 bash[59794]: audit 2024-03-21T13:12:59.474221+0000 mon.a (mon.0) 9059 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:00.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:00 smithi184 bash[59794]: audit 2024-03-21T13:12:59.477840+0000 mon.a (mon.0) 9060 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:00.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:00 smithi184 bash[59794]: audit 2024-03-21T13:12:59.479817+0000 mon.a (mon.0) 9061 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:00.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:00 smithi184 bash[59794]: audit 2024-03-21T13:12:59.491825+0000 mon.a (mon.0) 9062 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:00.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:00 smithi184 bash[59794]: audit 2024-03-21T13:12:59.571739+0000 mon.a (mon.0) 9063 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:00.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:00 smithi184 bash[59794]: audit 2024-03-21T13:12:59.574922+0000 mon.a (mon.0) 9064 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:00.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:00 smithi184 bash[59794]: audit 2024-03-21T13:12:59.578764+0000 mon.a (mon.0) 9065 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:00.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:00 smithi184 bash[59794]: audit 2024-03-21T13:12:59.580699+0000 mon.a (mon.0) 9066 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:00.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:00 smithi184 bash[59794]: audit 2024-03-21T13:12:59.592168+0000 mon.a (mon.0) 9067 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:00.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:00 smithi184 bash[59794]: audit 2024-03-21T13:12:59.674615+0000 mon.a (mon.0) 9068 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:00.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:00 smithi184 bash[59794]: audit 2024-03-21T13:12:59.678270+0000 mon.a (mon.0) 9069 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:00.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:00 smithi184 bash[59794]: audit 2024-03-21T13:12:59.681348+0000 mon.a (mon.0) 9070 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:00.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:00 smithi184 bash[59794]: audit 2024-03-21T13:12:59.682540+0000 mon.a (mon.0) 9071 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:00.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:00 smithi184 bash[59794]: audit 2024-03-21T13:12:59.692638+0000 mon.a (mon.0) 9072 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:00.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:00 smithi184 bash[59794]: audit 2024-03-21T13:12:59.772757+0000 mon.a (mon.0) 9073 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:00.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:00 smithi184 bash[59794]: audit 2024-03-21T13:12:59.778053+0000 mon.a (mon.0) 9074 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:00.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:00 smithi184 bash[59794]: audit 2024-03-21T13:12:59.782661+0000 mon.a (mon.0) 9075 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:00.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:00 smithi184 bash[59794]: audit 2024-03-21T13:12:59.784447+0000 mon.a (mon.0) 9076 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:00.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:00 smithi184 bash[59794]: audit 2024-03-21T13:12:59.795273+0000 mon.a (mon.0) 9077 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:00.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:00 smithi184 bash[59794]: audit 2024-03-21T13:12:59.878399+0000 mon.a (mon.0) 9078 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:00.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:00 smithi184 bash[59794]: audit 2024-03-21T13:12:59.880996+0000 mon.a (mon.0) 9079 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:00.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:00 smithi184 bash[59794]: audit 2024-03-21T13:12:59.884571+0000 mon.a (mon.0) 9080 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:00.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:00 smithi184 bash[59794]: audit 2024-03-21T13:12:59.886144+0000 mon.a (mon.0) 9081 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:00.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:00 smithi184 bash[59794]: audit 2024-03-21T13:12:59.899544+0000 mon.a (mon.0) 9082 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:00.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:00 smithi184 bash[59794]: audit 2024-03-21T13:12:59.979145+0000 mon.a (mon.0) 9083 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:00.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:00 smithi184 bash[59794]: audit 2024-03-21T13:12:59.982429+0000 mon.a (mon.0) 9084 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:00.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:00 smithi184 bash[59794]: audit 2024-03-21T13:12:59.985892+0000 mon.a (mon.0) 9085 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:00.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:00 smithi184 bash[59794]: audit 2024-03-21T13:12:59.987135+0000 mon.a (mon.0) 9086 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:00.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:00 smithi184 bash[59794]: audit 2024-03-21T13:12:59.998990+0000 mon.a (mon.0) 9087 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:00.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:00 smithi184 bash[59794]: audit 2024-03-21T13:13:00.082505+0000 mon.a (mon.0) 9088 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:00.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:00 smithi184 bash[59794]: audit 2024-03-21T13:13:00.086392+0000 mon.a (mon.0) 9089 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:00.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:00 smithi184 bash[59794]: audit 2024-03-21T13:13:00.089638+0000 mon.a (mon.0) 9090 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:00.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:00 smithi184 bash[59794]: audit 2024-03-21T13:13:00.091143+0000 mon.a (mon.0) 9091 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:00.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:00 smithi184 bash[59794]: audit 2024-03-21T13:13:00.102823+0000 mon.a (mon.0) 9092 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:00.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:00 smithi184 bash[59794]: audit 2024-03-21T13:13:00.186952+0000 mon.a (mon.0) 9093 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:00.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:00 smithi184 bash[59794]: audit 2024-03-21T13:13:00.190552+0000 mon.a (mon.0) 9094 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:00.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:00 smithi184 bash[59794]: audit 2024-03-21T13:13:00.194310+0000 mon.a (mon.0) 9095 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:00.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:00 smithi184 bash[59794]: audit 2024-03-21T13:13:00.195776+0000 mon.a (mon.0) 9096 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:00.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:00 smithi184 bash[59794]: audit 2024-03-21T13:13:00.207904+0000 mon.a (mon.0) 9097 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:01.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:01 smithi178 bash[77880]: audit 2024-03-21T13:12:59.327987+0000 mgr.x (mgr.34104) 5825 : audit [DBG] from='client.54784 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:13:01.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:01 smithi178 bash[77880]: cluster 2024-03-21T13:12:59.378020+0000 mgr.x (mgr.34104) 5826 : cluster [DBG] pgmap v3851: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:01.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:01 smithi178 bash[77880]: cluster 2024-03-21T13:12:59.378693+0000 mgr.x (mgr.34104) 5827 : cluster [DBG] pgmap v3852: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:01.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:01 smithi178 bash[77880]: cephadm 2024-03-21T13:12:59.388733+0000 mgr.x (mgr.34104) 5828 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:01.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:01 smithi178 bash[77880]: cluster 2024-03-21T13:12:59.483659+0000 mgr.x (mgr.34104) 5829 : cluster [DBG] pgmap v3853: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:01.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:01 smithi178 bash[77880]: cluster 2024-03-21T13:12:59.484221+0000 mgr.x (mgr.34104) 5830 : cluster [DBG] pgmap v3854: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:01.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:01 smithi178 bash[77880]: cephadm 2024-03-21T13:12:59.493109+0000 mgr.x (mgr.34104) 5831 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:01.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:01 smithi178 bash[77880]: cluster 2024-03-21T13:12:59.583433+0000 mgr.x (mgr.34104) 5832 : cluster [DBG] pgmap v3855: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:01.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:01 smithi178 bash[77880]: cluster 2024-03-21T13:12:59.583744+0000 mgr.x (mgr.34104) 5833 : cluster [DBG] pgmap v3856: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:01.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:01 smithi178 bash[77880]: cephadm 2024-03-21T13:12:59.593556+0000 mgr.x (mgr.34104) 5834 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:01.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:01 smithi178 bash[77880]: cluster 2024-03-21T13:12:59.685415+0000 mgr.x (mgr.34104) 5835 : cluster [DBG] pgmap v3857: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:01.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:01 smithi178 bash[77880]: cluster 2024-03-21T13:12:59.685735+0000 mgr.x (mgr.34104) 5836 : cluster [DBG] pgmap v3858: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:01.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:01 smithi178 bash[77880]: cephadm 2024-03-21T13:12:59.693892+0000 mgr.x (mgr.34104) 5837 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:01.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:01 smithi178 bash[77880]: cluster 2024-03-21T13:12:59.787515+0000 mgr.x (mgr.34104) 5838 : cluster [DBG] pgmap v3859: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:01.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:01 smithi178 bash[77880]: cluster 2024-03-21T13:12:59.787784+0000 mgr.x (mgr.34104) 5839 : cluster [DBG] pgmap v3860: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:01.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:01 smithi178 bash[77880]: cephadm 2024-03-21T13:12:59.796564+0000 mgr.x (mgr.34104) 5840 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:01.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:01 smithi178 bash[77880]: cluster 2024-03-21T13:12:59.889427+0000 mgr.x (mgr.34104) 5841 : cluster [DBG] pgmap v3861: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:01.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:01 smithi178 bash[77880]: cluster 2024-03-21T13:12:59.889917+0000 mgr.x (mgr.34104) 5842 : cluster [DBG] pgmap v3862: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:01.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:01 smithi178 bash[77880]: cephadm 2024-03-21T13:12:59.900709+0000 mgr.x (mgr.34104) 5843 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:01.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:01 smithi178 bash[77880]: cluster 2024-03-21T13:12:59.989632+0000 mgr.x (mgr.34104) 5844 : cluster [DBG] pgmap v3863: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:01.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:01 smithi178 bash[75692]: audit 2024-03-21T13:12:59.327987+0000 mgr.x (mgr.34104) 5825 : audit [DBG] from='client.54784 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:13:01.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:01 smithi178 bash[75692]: cluster 2024-03-21T13:12:59.378020+0000 mgr.x (mgr.34104) 5826 : cluster [DBG] pgmap v3851: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:01.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:01 smithi178 bash[75692]: cluster 2024-03-21T13:12:59.378693+0000 mgr.x (mgr.34104) 5827 : cluster [DBG] pgmap v3852: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:01.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:01 smithi178 bash[75692]: cephadm 2024-03-21T13:12:59.388733+0000 mgr.x (mgr.34104) 5828 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:01.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:01 smithi178 bash[75692]: cluster 2024-03-21T13:12:59.483659+0000 mgr.x (mgr.34104) 5829 : cluster [DBG] pgmap v3853: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:01.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:01 smithi178 bash[75692]: cluster 2024-03-21T13:12:59.484221+0000 mgr.x (mgr.34104) 5830 : cluster [DBG] pgmap v3854: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:01.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:01 smithi178 bash[75692]: cephadm 2024-03-21T13:12:59.493109+0000 mgr.x (mgr.34104) 5831 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:01.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:01 smithi178 bash[75692]: cluster 2024-03-21T13:12:59.583433+0000 mgr.x (mgr.34104) 5832 : cluster [DBG] pgmap v3855: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:01.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:01 smithi178 bash[75692]: cluster 2024-03-21T13:12:59.583744+0000 mgr.x (mgr.34104) 5833 : cluster [DBG] pgmap v3856: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:01.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:01 smithi178 bash[75692]: cephadm 2024-03-21T13:12:59.593556+0000 mgr.x (mgr.34104) 5834 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:01.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:01 smithi178 bash[75692]: cluster 2024-03-21T13:12:59.685415+0000 mgr.x (mgr.34104) 5835 : cluster [DBG] pgmap v3857: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:01.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:01 smithi178 bash[75692]: cluster 2024-03-21T13:12:59.685735+0000 mgr.x (mgr.34104) 5836 : cluster [DBG] pgmap v3858: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:01.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:01 smithi178 bash[75692]: cephadm 2024-03-21T13:12:59.693892+0000 mgr.x (mgr.34104) 5837 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:01.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:01 smithi178 bash[75692]: cluster 2024-03-21T13:12:59.787515+0000 mgr.x (mgr.34104) 5838 : cluster [DBG] pgmap v3859: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:01.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:01 smithi178 bash[75692]: cluster 2024-03-21T13:12:59.787784+0000 mgr.x (mgr.34104) 5839 : cluster [DBG] pgmap v3860: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:01.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:01 smithi178 bash[75692]: cephadm 2024-03-21T13:12:59.796564+0000 mgr.x (mgr.34104) 5840 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:01.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:01 smithi178 bash[75692]: cluster 2024-03-21T13:12:59.889427+0000 mgr.x (mgr.34104) 5841 : cluster [DBG] pgmap v3861: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:01.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:01 smithi178 bash[75692]: cluster 2024-03-21T13:12:59.889917+0000 mgr.x (mgr.34104) 5842 : cluster [DBG] pgmap v3862: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:01.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:01 smithi178 bash[75692]: cephadm 2024-03-21T13:12:59.900709+0000 mgr.x (mgr.34104) 5843 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:01.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:01 smithi178 bash[75692]: cluster 2024-03-21T13:12:59.989632+0000 mgr.x (mgr.34104) 5844 : cluster [DBG] pgmap v3863: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:01.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:01 smithi178 bash[77880]: cluster 2024-03-21T13:12:59.989888+0000 mgr.x (mgr.34104) 5845 : cluster [DBG] pgmap v3864: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:01.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:01 smithi178 bash[77880]: cephadm 2024-03-21T13:13:00.000247+0000 mgr.x (mgr.34104) 5846 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:01.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:01 smithi178 bash[77880]: cluster 2024-03-21T13:13:00.094028+0000 mgr.x (mgr.34104) 5847 : cluster [DBG] pgmap v3865: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:01.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:01 smithi178 bash[77880]: cluster 2024-03-21T13:13:00.094339+0000 mgr.x (mgr.34104) 5848 : cluster [DBG] pgmap v3866: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:01.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:01 smithi178 bash[77880]: cephadm 2024-03-21T13:13:00.104083+0000 mgr.x (mgr.34104) 5849 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:01.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:01 smithi178 bash[77880]: cluster 2024-03-21T13:13:00.198868+0000 mgr.x (mgr.34104) 5850 : cluster [DBG] pgmap v3867: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:01.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:01 smithi178 bash[77880]: cluster 2024-03-21T13:13:00.199417+0000 mgr.x (mgr.34104) 5851 : cluster [DBG] pgmap v3868: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:01.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:01 smithi178 bash[77880]: cephadm 2024-03-21T13:13:00.209279+0000 mgr.x (mgr.34104) 5852 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:01.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:01 smithi178 bash[77880]: audit 2024-03-21T13:13:00.301397+0000 mon.a (mon.0) 9098 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:01.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:01 smithi178 bash[77880]: audit 2024-03-21T13:13:00.304233+0000 mon.a (mon.0) 9099 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:01.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:01 smithi178 bash[77880]: audit 2024-03-21T13:13:00.306972+0000 mon.a (mon.0) 9100 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:01.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:01 smithi178 bash[77880]: audit 2024-03-21T13:13:00.307949+0000 mon.a (mon.0) 9101 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:01.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:01 smithi178 bash[77880]: audit 2024-03-21T13:13:00.316077+0000 mon.a (mon.0) 9102 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:01.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:01 smithi178 bash[77880]: audit 2024-03-21T13:13:00.396340+0000 mon.a (mon.0) 9103 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:01.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:01 smithi178 bash[77880]: audit 2024-03-21T13:13:00.399818+0000 mon.a (mon.0) 9104 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:01.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:01 smithi178 bash[77880]: audit 2024-03-21T13:13:00.403162+0000 mon.a (mon.0) 9105 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:01.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:01 smithi178 bash[77880]: audit 2024-03-21T13:13:00.404555+0000 mon.a (mon.0) 9106 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:01.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:01 smithi178 bash[77880]: audit 2024-03-21T13:13:00.414660+0000 mon.a (mon.0) 9107 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:01.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:01 smithi178 bash[77880]: audit 2024-03-21T13:13:00.496139+0000 mon.a (mon.0) 9108 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:01.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:01 smithi178 bash[75692]: cluster 2024-03-21T13:12:59.989888+0000 mgr.x (mgr.34104) 5845 : cluster [DBG] pgmap v3864: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:01.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:01 smithi178 bash[75692]: cephadm 2024-03-21T13:13:00.000247+0000 mgr.x (mgr.34104) 5846 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:01.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:01 smithi178 bash[75692]: cluster 2024-03-21T13:13:00.094028+0000 mgr.x (mgr.34104) 5847 : cluster [DBG] pgmap v3865: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:01.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:01 smithi178 bash[75692]: cluster 2024-03-21T13:13:00.094339+0000 mgr.x (mgr.34104) 5848 : cluster [DBG] pgmap v3866: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:01.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:01 smithi178 bash[75692]: cephadm 2024-03-21T13:13:00.104083+0000 mgr.x (mgr.34104) 5849 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:01.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:01 smithi178 bash[75692]: cluster 2024-03-21T13:13:00.198868+0000 mgr.x (mgr.34104) 5850 : cluster [DBG] pgmap v3867: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:01.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:01 smithi178 bash[75692]: cluster 2024-03-21T13:13:00.199417+0000 mgr.x (mgr.34104) 5851 : cluster [DBG] pgmap v3868: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:01.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:01 smithi178 bash[75692]: cephadm 2024-03-21T13:13:00.209279+0000 mgr.x (mgr.34104) 5852 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:01.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:01 smithi178 bash[75692]: audit 2024-03-21T13:13:00.301397+0000 mon.a (mon.0) 9098 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:01.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:01 smithi178 bash[75692]: audit 2024-03-21T13:13:00.304233+0000 mon.a (mon.0) 9099 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:01.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:01 smithi178 bash[75692]: audit 2024-03-21T13:13:00.306972+0000 mon.a (mon.0) 9100 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:01.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:01 smithi178 bash[75692]: audit 2024-03-21T13:13:00.307949+0000 mon.a (mon.0) 9101 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:01.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:01 smithi178 bash[75692]: audit 2024-03-21T13:13:00.316077+0000 mon.a (mon.0) 9102 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:01.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:01 smithi178 bash[75692]: audit 2024-03-21T13:13:00.396340+0000 mon.a (mon.0) 9103 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:01.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:01 smithi178 bash[75692]: audit 2024-03-21T13:13:00.399818+0000 mon.a (mon.0) 9104 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:01.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:01 smithi178 bash[75692]: audit 2024-03-21T13:13:00.403162+0000 mon.a (mon.0) 9105 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:01.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:01 smithi178 bash[75692]: audit 2024-03-21T13:13:00.404555+0000 mon.a (mon.0) 9106 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:01.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:01 smithi178 bash[75692]: audit 2024-03-21T13:13:00.414660+0000 mon.a (mon.0) 9107 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:01.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:01 smithi178 bash[75692]: audit 2024-03-21T13:13:00.496139+0000 mon.a (mon.0) 9108 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:01.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:01 smithi178 bash[77880]: audit 2024-03-21T13:13:00.499022+0000 mon.a (mon.0) 9109 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:01.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:01 smithi178 bash[77880]: audit 2024-03-21T13:13:00.502392+0000 mon.a (mon.0) 9110 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:01.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:01 smithi178 bash[77880]: audit 2024-03-21T13:13:00.503637+0000 mon.a (mon.0) 9111 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:01.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:01 smithi178 bash[77880]: audit 2024-03-21T13:13:00.513958+0000 mon.a (mon.0) 9112 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:01.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:01 smithi178 bash[77880]: audit 2024-03-21T13:13:00.595882+0000 mon.a (mon.0) 9113 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:01.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:01 smithi178 bash[77880]: audit 2024-03-21T13:13:00.599147+0000 mon.a (mon.0) 9114 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:01.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:01 smithi178 bash[77880]: audit 2024-03-21T13:13:00.602671+0000 mon.a (mon.0) 9115 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:01.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:01 smithi178 bash[77880]: audit 2024-03-21T13:13:00.604493+0000 mon.a (mon.0) 9116 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:01.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:01 smithi178 bash[77880]: audit 2024-03-21T13:13:00.614779+0000 mon.a (mon.0) 9117 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:01.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:01 smithi178 bash[77880]: audit 2024-03-21T13:13:00.696855+0000 mon.a (mon.0) 9118 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:01.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:01 smithi178 bash[77880]: audit 2024-03-21T13:13:00.700124+0000 mon.a (mon.0) 9119 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:01.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:01 smithi178 bash[77880]: audit 2024-03-21T13:13:00.705205+0000 mon.a (mon.0) 9120 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:01.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:01 smithi178 bash[77880]: audit 2024-03-21T13:13:00.706791+0000 mon.a (mon.0) 9121 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:01.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:01 smithi178 bash[77880]: audit 2024-03-21T13:13:00.718289+0000 mon.a (mon.0) 9122 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:01.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:01 smithi178 bash[77880]: audit 2024-03-21T13:13:00.800555+0000 mon.a (mon.0) 9123 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:01.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:01 smithi178 bash[77880]: audit 2024-03-21T13:13:00.803377+0000 mon.a (mon.0) 9124 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:01.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:01 smithi178 bash[77880]: audit 2024-03-21T13:13:00.806434+0000 mon.a (mon.0) 9125 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:01.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:01 smithi178 bash[77880]: audit 2024-03-21T13:13:00.807813+0000 mon.a (mon.0) 9126 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:01.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:01 smithi178 bash[77880]: audit 2024-03-21T13:13:00.819806+0000 mon.a (mon.0) 9127 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:01.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:01 smithi178 bash[77880]: audit 2024-03-21T13:13:00.900982+0000 mon.a (mon.0) 9128 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:01.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:01 smithi178 bash[75692]: audit 2024-03-21T13:13:00.499022+0000 mon.a (mon.0) 9109 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:01.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:01 smithi178 bash[75692]: audit 2024-03-21T13:13:00.502392+0000 mon.a (mon.0) 9110 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:01.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:01 smithi178 bash[75692]: audit 2024-03-21T13:13:00.503637+0000 mon.a (mon.0) 9111 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:01.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:01 smithi178 bash[75692]: audit 2024-03-21T13:13:00.513958+0000 mon.a (mon.0) 9112 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:01.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:01 smithi178 bash[75692]: audit 2024-03-21T13:13:00.595882+0000 mon.a (mon.0) 9113 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:01.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:01 smithi178 bash[75692]: audit 2024-03-21T13:13:00.599147+0000 mon.a (mon.0) 9114 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:01.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:01 smithi178 bash[75692]: audit 2024-03-21T13:13:00.602671+0000 mon.a (mon.0) 9115 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:01.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:01 smithi178 bash[75692]: audit 2024-03-21T13:13:00.604493+0000 mon.a (mon.0) 9116 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:01.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:01 smithi178 bash[75692]: audit 2024-03-21T13:13:00.614779+0000 mon.a (mon.0) 9117 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:01.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:01 smithi178 bash[75692]: audit 2024-03-21T13:13:00.696855+0000 mon.a (mon.0) 9118 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:01.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:01 smithi178 bash[75692]: audit 2024-03-21T13:13:00.700124+0000 mon.a (mon.0) 9119 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:01.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:01 smithi178 bash[75692]: audit 2024-03-21T13:13:00.705205+0000 mon.a (mon.0) 9120 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:01.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:01 smithi178 bash[75692]: audit 2024-03-21T13:13:00.706791+0000 mon.a (mon.0) 9121 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:01.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:01 smithi178 bash[75692]: audit 2024-03-21T13:13:00.718289+0000 mon.a (mon.0) 9122 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:01.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:01 smithi178 bash[75692]: audit 2024-03-21T13:13:00.800555+0000 mon.a (mon.0) 9123 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:01.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:01 smithi178 bash[75692]: audit 2024-03-21T13:13:00.803377+0000 mon.a (mon.0) 9124 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:01.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:01 smithi178 bash[75692]: audit 2024-03-21T13:13:00.806434+0000 mon.a (mon.0) 9125 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:01.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:01 smithi178 bash[75692]: audit 2024-03-21T13:13:00.807813+0000 mon.a (mon.0) 9126 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:01.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:01 smithi178 bash[75692]: audit 2024-03-21T13:13:00.819806+0000 mon.a (mon.0) 9127 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:01.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:01 smithi178 bash[75692]: audit 2024-03-21T13:13:00.900982+0000 mon.a (mon.0) 9128 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:01.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:01 smithi178 bash[77880]: audit 2024-03-21T13:13:00.904551+0000 mon.a (mon.0) 9129 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:01.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:01 smithi178 bash[77880]: audit 2024-03-21T13:13:00.908017+0000 mon.a (mon.0) 9130 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:01.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:01 smithi178 bash[77880]: audit 2024-03-21T13:13:00.909246+0000 mon.a (mon.0) 9131 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:01.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:01 smithi178 bash[77880]: audit 2024-03-21T13:13:00.917488+0000 mon.a (mon.0) 9132 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:01.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:01 smithi178 bash[77880]: audit 2024-03-21T13:13:01.002226+0000 mon.a (mon.0) 9133 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:01.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:01 smithi178 bash[77880]: audit 2024-03-21T13:13:01.005685+0000 mon.a (mon.0) 9134 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:01.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:01 smithi178 bash[77880]: audit 2024-03-21T13:13:01.010110+0000 mon.a (mon.0) 9135 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:01.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:01 smithi178 bash[77880]: audit 2024-03-21T13:13:01.011548+0000 mon.a (mon.0) 9136 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:01.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:01 smithi178 bash[77880]: audit 2024-03-21T13:13:01.023400+0000 mon.a (mon.0) 9137 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:01.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:01 smithi178 bash[77880]: audit 2024-03-21T13:13:01.104660+0000 mon.a (mon.0) 9138 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:01.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:01 smithi178 bash[77880]: audit 2024-03-21T13:13:01.107898+0000 mon.a (mon.0) 9139 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:01.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:01 smithi178 bash[77880]: audit 2024-03-21T13:13:01.111184+0000 mon.a (mon.0) 9140 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:01.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:01 smithi178 bash[77880]: audit 2024-03-21T13:13:01.112902+0000 mon.a (mon.0) 9141 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:01.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:01 smithi178 bash[77880]: audit 2024-03-21T13:13:01.124557+0000 mon.a (mon.0) 9142 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:01.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:01 smithi178 bash[77880]: audit 2024-03-21T13:13:01.202238+0000 mon.a (mon.0) 9143 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:01.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:01 smithi178 bash[77880]: audit 2024-03-21T13:13:01.205023+0000 mon.a (mon.0) 9144 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:01.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:01 smithi178 bash[77880]: audit 2024-03-21T13:13:01.207848+0000 mon.a (mon.0) 9145 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:01.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:01 smithi178 bash[77880]: audit 2024-03-21T13:13:01.209562+0000 mon.a (mon.0) 9146 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:01.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:01 smithi178 bash[77880]: audit 2024-03-21T13:13:01.220387+0000 mon.a (mon.0) 9147 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:01.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:01 smithi178 bash[75692]: audit 2024-03-21T13:13:00.904551+0000 mon.a (mon.0) 9129 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:01.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:01 smithi178 bash[75692]: audit 2024-03-21T13:13:00.908017+0000 mon.a (mon.0) 9130 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:01.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:01 smithi178 bash[75692]: audit 2024-03-21T13:13:00.909246+0000 mon.a (mon.0) 9131 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:01.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:01 smithi178 bash[75692]: audit 2024-03-21T13:13:00.917488+0000 mon.a (mon.0) 9132 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:01.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:01 smithi178 bash[75692]: audit 2024-03-21T13:13:01.002226+0000 mon.a (mon.0) 9133 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:01.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:01 smithi178 bash[75692]: audit 2024-03-21T13:13:01.005685+0000 mon.a (mon.0) 9134 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:01.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:01 smithi178 bash[75692]: audit 2024-03-21T13:13:01.010110+0000 mon.a (mon.0) 9135 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:01.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:01 smithi178 bash[75692]: audit 2024-03-21T13:13:01.011548+0000 mon.a (mon.0) 9136 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:01.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:01 smithi178 bash[75692]: audit 2024-03-21T13:13:01.023400+0000 mon.a (mon.0) 9137 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:01.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:01 smithi178 bash[75692]: audit 2024-03-21T13:13:01.104660+0000 mon.a (mon.0) 9138 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:01.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:01 smithi178 bash[75692]: audit 2024-03-21T13:13:01.107898+0000 mon.a (mon.0) 9139 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:01.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:01 smithi178 bash[75692]: audit 2024-03-21T13:13:01.111184+0000 mon.a (mon.0) 9140 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:01.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:01 smithi178 bash[75692]: audit 2024-03-21T13:13:01.112902+0000 mon.a (mon.0) 9141 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:01.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:01 smithi178 bash[75692]: audit 2024-03-21T13:13:01.124557+0000 mon.a (mon.0) 9142 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:01.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:01 smithi178 bash[75692]: audit 2024-03-21T13:13:01.202238+0000 mon.a (mon.0) 9143 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:01.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:01 smithi178 bash[75692]: audit 2024-03-21T13:13:01.205023+0000 mon.a (mon.0) 9144 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:01.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:01 smithi178 bash[75692]: audit 2024-03-21T13:13:01.207848+0000 mon.a (mon.0) 9145 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:01.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:01 smithi178 bash[75692]: audit 2024-03-21T13:13:01.209562+0000 mon.a (mon.0) 9146 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:01.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:01 smithi178 bash[75692]: audit 2024-03-21T13:13:01.220387+0000 mon.a (mon.0) 9147 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:01.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:01 smithi184 bash[59794]: audit 2024-03-21T13:12:59.327987+0000 mgr.x (mgr.34104) 5825 : audit [DBG] from='client.54784 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:13:01.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:01 smithi184 bash[59794]: cluster 2024-03-21T13:12:59.378020+0000 mgr.x (mgr.34104) 5826 : cluster [DBG] pgmap v3851: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:01.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:01 smithi184 bash[59794]: cluster 2024-03-21T13:12:59.378693+0000 mgr.x (mgr.34104) 5827 : cluster [DBG] pgmap v3852: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:01.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:01 smithi184 bash[59794]: cephadm 2024-03-21T13:12:59.388733+0000 mgr.x (mgr.34104) 5828 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:01.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:01 smithi184 bash[59794]: cluster 2024-03-21T13:12:59.483659+0000 mgr.x (mgr.34104) 5829 : cluster [DBG] pgmap v3853: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:01.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:01 smithi184 bash[59794]: cluster 2024-03-21T13:12:59.484221+0000 mgr.x (mgr.34104) 5830 : cluster [DBG] pgmap v3854: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:01.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:01 smithi184 bash[59794]: cephadm 2024-03-21T13:12:59.493109+0000 mgr.x (mgr.34104) 5831 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:01.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:01 smithi184 bash[59794]: cluster 2024-03-21T13:12:59.583433+0000 mgr.x (mgr.34104) 5832 : cluster [DBG] pgmap v3855: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:01.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:01 smithi184 bash[59794]: cluster 2024-03-21T13:12:59.583744+0000 mgr.x (mgr.34104) 5833 : cluster [DBG] pgmap v3856: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:01.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:01 smithi184 bash[59794]: cephadm 2024-03-21T13:12:59.593556+0000 mgr.x (mgr.34104) 5834 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:01.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:01 smithi184 bash[59794]: cluster 2024-03-21T13:12:59.685415+0000 mgr.x (mgr.34104) 5835 : cluster [DBG] pgmap v3857: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:01.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:01 smithi184 bash[59794]: cluster 2024-03-21T13:12:59.685735+0000 mgr.x (mgr.34104) 5836 : cluster [DBG] pgmap v3858: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:01.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:01 smithi184 bash[59794]: cephadm 2024-03-21T13:12:59.693892+0000 mgr.x (mgr.34104) 5837 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:01.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:01 smithi184 bash[59794]: cluster 2024-03-21T13:12:59.787515+0000 mgr.x (mgr.34104) 5838 : cluster [DBG] pgmap v3859: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:01.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:01 smithi184 bash[59794]: cluster 2024-03-21T13:12:59.787784+0000 mgr.x (mgr.34104) 5839 : cluster [DBG] pgmap v3860: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:01.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:01 smithi184 bash[59794]: cephadm 2024-03-21T13:12:59.796564+0000 mgr.x (mgr.34104) 5840 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:01.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:01 smithi184 bash[59794]: cluster 2024-03-21T13:12:59.889427+0000 mgr.x (mgr.34104) 5841 : cluster [DBG] pgmap v3861: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:01.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:01 smithi184 bash[59794]: cluster 2024-03-21T13:12:59.889917+0000 mgr.x (mgr.34104) 5842 : cluster [DBG] pgmap v3862: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:01.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:01 smithi184 bash[59794]: cephadm 2024-03-21T13:12:59.900709+0000 mgr.x (mgr.34104) 5843 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:01.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:01 smithi184 bash[59794]: cluster 2024-03-21T13:12:59.989632+0000 mgr.x (mgr.34104) 5844 : cluster [DBG] pgmap v3863: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:01.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:01 smithi184 bash[59794]: cluster 2024-03-21T13:12:59.989888+0000 mgr.x (mgr.34104) 5845 : cluster [DBG] pgmap v3864: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:01.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:01 smithi184 bash[59794]: cephadm 2024-03-21T13:13:00.000247+0000 mgr.x (mgr.34104) 5846 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:01.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:01 smithi184 bash[59794]: cluster 2024-03-21T13:13:00.094028+0000 mgr.x (mgr.34104) 5847 : cluster [DBG] pgmap v3865: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:01.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:01 smithi184 bash[59794]: cluster 2024-03-21T13:13:00.094339+0000 mgr.x (mgr.34104) 5848 : cluster [DBG] pgmap v3866: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:01.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:01 smithi184 bash[59794]: cephadm 2024-03-21T13:13:00.104083+0000 mgr.x (mgr.34104) 5849 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:01.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:01 smithi184 bash[59794]: cluster 2024-03-21T13:13:00.198868+0000 mgr.x (mgr.34104) 5850 : cluster [DBG] pgmap v3867: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:01.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:01 smithi184 bash[59794]: cluster 2024-03-21T13:13:00.199417+0000 mgr.x (mgr.34104) 5851 : cluster [DBG] pgmap v3868: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:01.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:01 smithi184 bash[59794]: cephadm 2024-03-21T13:13:00.209279+0000 mgr.x (mgr.34104) 5852 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:01.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:01 smithi184 bash[59794]: audit 2024-03-21T13:13:00.301397+0000 mon.a (mon.0) 9098 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:01.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:01 smithi184 bash[59794]: audit 2024-03-21T13:13:00.304233+0000 mon.a (mon.0) 9099 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:01.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:01 smithi184 bash[59794]: audit 2024-03-21T13:13:00.306972+0000 mon.a (mon.0) 9100 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:01.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:01 smithi184 bash[59794]: audit 2024-03-21T13:13:00.307949+0000 mon.a (mon.0) 9101 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:01.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:01 smithi184 bash[59794]: audit 2024-03-21T13:13:00.316077+0000 mon.a (mon.0) 9102 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:01.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:01 smithi184 bash[59794]: audit 2024-03-21T13:13:00.396340+0000 mon.a (mon.0) 9103 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:01.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:01 smithi184 bash[59794]: audit 2024-03-21T13:13:00.399818+0000 mon.a (mon.0) 9104 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:01.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:01 smithi184 bash[59794]: audit 2024-03-21T13:13:00.403162+0000 mon.a (mon.0) 9105 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:01.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:01 smithi184 bash[59794]: audit 2024-03-21T13:13:00.404555+0000 mon.a (mon.0) 9106 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:01.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:01 smithi184 bash[59794]: audit 2024-03-21T13:13:00.414660+0000 mon.a (mon.0) 9107 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:01.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:01 smithi184 bash[59794]: audit 2024-03-21T13:13:00.496139+0000 mon.a (mon.0) 9108 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:01.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:01 smithi184 bash[59794]: audit 2024-03-21T13:13:00.499022+0000 mon.a (mon.0) 9109 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:01.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:01 smithi184 bash[59794]: audit 2024-03-21T13:13:00.502392+0000 mon.a (mon.0) 9110 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:01.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:01 smithi184 bash[59794]: audit 2024-03-21T13:13:00.503637+0000 mon.a (mon.0) 9111 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:01.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:01 smithi184 bash[59794]: audit 2024-03-21T13:13:00.513958+0000 mon.a (mon.0) 9112 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:01.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:01 smithi184 bash[59794]: audit 2024-03-21T13:13:00.595882+0000 mon.a (mon.0) 9113 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:01.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:01 smithi184 bash[59794]: audit 2024-03-21T13:13:00.599147+0000 mon.a (mon.0) 9114 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:01.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:01 smithi184 bash[59794]: audit 2024-03-21T13:13:00.602671+0000 mon.a (mon.0) 9115 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:01.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:01 smithi184 bash[59794]: audit 2024-03-21T13:13:00.604493+0000 mon.a (mon.0) 9116 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:01.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:01 smithi184 bash[59794]: audit 2024-03-21T13:13:00.614779+0000 mon.a (mon.0) 9117 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:01.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:01 smithi184 bash[59794]: audit 2024-03-21T13:13:00.696855+0000 mon.a (mon.0) 9118 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:01.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:01 smithi184 bash[59794]: audit 2024-03-21T13:13:00.700124+0000 mon.a (mon.0) 9119 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:01.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:01 smithi184 bash[59794]: audit 2024-03-21T13:13:00.705205+0000 mon.a (mon.0) 9120 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:01.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:01 smithi184 bash[59794]: audit 2024-03-21T13:13:00.706791+0000 mon.a (mon.0) 9121 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:01.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:01 smithi184 bash[59794]: audit 2024-03-21T13:13:00.718289+0000 mon.a (mon.0) 9122 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:01.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:01 smithi184 bash[59794]: audit 2024-03-21T13:13:00.800555+0000 mon.a (mon.0) 9123 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:01.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:01 smithi184 bash[59794]: audit 2024-03-21T13:13:00.803377+0000 mon.a (mon.0) 9124 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:01.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:01 smithi184 bash[59794]: audit 2024-03-21T13:13:00.806434+0000 mon.a (mon.0) 9125 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:01.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:01 smithi184 bash[59794]: audit 2024-03-21T13:13:00.807813+0000 mon.a (mon.0) 9126 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:01.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:01 smithi184 bash[59794]: audit 2024-03-21T13:13:00.819806+0000 mon.a (mon.0) 9127 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:01.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:01 smithi184 bash[59794]: audit 2024-03-21T13:13:00.900982+0000 mon.a (mon.0) 9128 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:01.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:01 smithi184 bash[59794]: audit 2024-03-21T13:13:00.904551+0000 mon.a (mon.0) 9129 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:01.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:01 smithi184 bash[59794]: audit 2024-03-21T13:13:00.908017+0000 mon.a (mon.0) 9130 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:01.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:01 smithi184 bash[59794]: audit 2024-03-21T13:13:00.909246+0000 mon.a (mon.0) 9131 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:01.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:01 smithi184 bash[59794]: audit 2024-03-21T13:13:00.917488+0000 mon.a (mon.0) 9132 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:01.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:01 smithi184 bash[59794]: audit 2024-03-21T13:13:01.002226+0000 mon.a (mon.0) 9133 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:01.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:01 smithi184 bash[59794]: audit 2024-03-21T13:13:01.005685+0000 mon.a (mon.0) 9134 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:01.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:01 smithi184 bash[59794]: audit 2024-03-21T13:13:01.010110+0000 mon.a (mon.0) 9135 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:01.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:01 smithi184 bash[59794]: audit 2024-03-21T13:13:01.011548+0000 mon.a (mon.0) 9136 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:01.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:01 smithi184 bash[59794]: audit 2024-03-21T13:13:01.023400+0000 mon.a (mon.0) 9137 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:01.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:01 smithi184 bash[59794]: audit 2024-03-21T13:13:01.104660+0000 mon.a (mon.0) 9138 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:01.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:01 smithi184 bash[59794]: audit 2024-03-21T13:13:01.107898+0000 mon.a (mon.0) 9139 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:01.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:01 smithi184 bash[59794]: audit 2024-03-21T13:13:01.111184+0000 mon.a (mon.0) 9140 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:01.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:01 smithi184 bash[59794]: audit 2024-03-21T13:13:01.112902+0000 mon.a (mon.0) 9141 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:01.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:01 smithi184 bash[59794]: audit 2024-03-21T13:13:01.124557+0000 mon.a (mon.0) 9142 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:01.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:01 smithi184 bash[59794]: audit 2024-03-21T13:13:01.202238+0000 mon.a (mon.0) 9143 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:01.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:01 smithi184 bash[59794]: audit 2024-03-21T13:13:01.205023+0000 mon.a (mon.0) 9144 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:01.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:01 smithi184 bash[59794]: audit 2024-03-21T13:13:01.207848+0000 mon.a (mon.0) 9145 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:01.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:01 smithi184 bash[59794]: audit 2024-03-21T13:13:01.209562+0000 mon.a (mon.0) 9146 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:01.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:01 smithi184 bash[59794]: audit 2024-03-21T13:13:01.220387+0000 mon.a (mon.0) 9147 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:02.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:02 smithi184 bash[59794]: cluster 2024-03-21T13:13:00.310372+0000 mgr.x (mgr.34104) 5853 : cluster [DBG] pgmap v3869: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:02.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:02 smithi184 bash[59794]: cluster 2024-03-21T13:13:00.310851+0000 mgr.x (mgr.34104) 5854 : cluster [DBG] pgmap v3870: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:02.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:02 smithi184 bash[59794]: cephadm 2024-03-21T13:13:00.317389+0000 mgr.x (mgr.34104) 5855 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:02.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:02 smithi184 bash[59794]: cluster 2024-03-21T13:13:00.407627+0000 mgr.x (mgr.34104) 5856 : cluster [DBG] pgmap v3871: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:02.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:02 smithi184 bash[59794]: cluster 2024-03-21T13:13:00.408174+0000 mgr.x (mgr.34104) 5857 : cluster [DBG] pgmap v3872: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:02.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:02 smithi184 bash[59794]: cephadm 2024-03-21T13:13:00.415962+0000 mgr.x (mgr.34104) 5858 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:02.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:02 smithi184 bash[59794]: cluster 2024-03-21T13:13:00.506398+0000 mgr.x (mgr.34104) 5859 : cluster [DBG] pgmap v3873: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:02.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:02 smithi184 bash[59794]: cluster 2024-03-21T13:13:00.506931+0000 mgr.x (mgr.34104) 5860 : cluster [DBG] pgmap v3874: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:02.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:02 smithi184 bash[59794]: cephadm 2024-03-21T13:13:00.515339+0000 mgr.x (mgr.34104) 5861 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:02.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:02 smithi184 bash[59794]: cluster 2024-03-21T13:13:00.607571+0000 mgr.x (mgr.34104) 5862 : cluster [DBG] pgmap v3875: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:02.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:02 smithi184 bash[59794]: cluster 2024-03-21T13:13:00.608093+0000 mgr.x (mgr.34104) 5863 : cluster [DBG] pgmap v3876: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:02.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:02 smithi184 bash[59794]: cephadm 2024-03-21T13:13:00.616107+0000 mgr.x (mgr.34104) 5864 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:02.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:02 smithi184 bash[59794]: cluster 2024-03-21T13:13:00.709968+0000 mgr.x (mgr.34104) 5865 : cluster [DBG] pgmap v3877: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:02.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:02 smithi184 bash[59794]: cluster 2024-03-21T13:13:00.710506+0000 mgr.x (mgr.34104) 5866 : cluster [DBG] pgmap v3878: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:02.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:02 smithi184 bash[59794]: cephadm 2024-03-21T13:13:00.719575+0000 mgr.x (mgr.34104) 5867 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:02.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:02 smithi184 bash[59794]: cluster 2024-03-21T13:13:00.810605+0000 mgr.x (mgr.34104) 5868 : cluster [DBG] pgmap v3879: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:02.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:02 smithi184 bash[59794]: cluster 2024-03-21T13:13:00.811099+0000 mgr.x (mgr.34104) 5869 : cluster [DBG] pgmap v3880: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:02.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:02 smithi184 bash[59794]: cephadm 2024-03-21T13:13:00.821029+0000 mgr.x (mgr.34104) 5870 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:02.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:02 smithi184 bash[59794]: cluster 2024-03-21T13:13:00.912143+0000 mgr.x (mgr.34104) 5871 : cluster [DBG] pgmap v3881: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:02.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:02 smithi184 bash[59794]: cluster 2024-03-21T13:13:00.912665+0000 mgr.x (mgr.34104) 5872 : cluster [DBG] pgmap v3882: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:02.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:02 smithi184 bash[59794]: cephadm 2024-03-21T13:13:00.918986+0000 mgr.x (mgr.34104) 5873 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:02.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:02 smithi184 bash[59794]: cluster 2024-03-21T13:13:01.014794+0000 mgr.x (mgr.34104) 5874 : cluster [DBG] pgmap v3883: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:02.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:02 smithi184 bash[59794]: cluster 2024-03-21T13:13:01.015451+0000 mgr.x (mgr.34104) 5875 : cluster [DBG] pgmap v3884: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:02.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:02 smithi184 bash[59794]: cephadm 2024-03-21T13:13:01.024671+0000 mgr.x (mgr.34104) 5876 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:02.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:02 smithi184 bash[59794]: cluster 2024-03-21T13:13:01.115457+0000 mgr.x (mgr.34104) 5877 : cluster [DBG] pgmap v3885: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:02.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:02 smithi184 bash[59794]: cluster 2024-03-21T13:13:01.115713+0000 mgr.x (mgr.34104) 5878 : cluster [DBG] pgmap v3886: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:02.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:02 smithi184 bash[59794]: cephadm 2024-03-21T13:13:01.125778+0000 mgr.x (mgr.34104) 5879 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:02.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:02 smithi184 bash[59794]: cluster 2024-03-21T13:13:01.212296+0000 mgr.x (mgr.34104) 5880 : cluster [DBG] pgmap v3887: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:02.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:02 smithi184 bash[59794]: cluster 2024-03-21T13:13:01.212789+0000 mgr.x (mgr.34104) 5881 : cluster [DBG] pgmap v3888: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:02.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:02 smithi184 bash[59794]: cephadm 2024-03-21T13:13:01.221482+0000 mgr.x (mgr.34104) 5882 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:02.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:02 smithi184 bash[59794]: audit 2024-03-21T13:13:01.302855+0000 mon.a (mon.0) 9148 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:02.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:02 smithi184 bash[59794]: audit 2024-03-21T13:13:01.305596+0000 mon.a (mon.0) 9149 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:02.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:02 smithi184 bash[59794]: audit 2024-03-21T13:13:01.307969+0000 mon.a (mon.0) 9150 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:02.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:02 smithi184 bash[59794]: audit 2024-03-21T13:13:01.308941+0000 mon.a (mon.0) 9151 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:02.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:02 smithi184 bash[59794]: audit 2024-03-21T13:13:01.315929+0000 mon.a (mon.0) 9152 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:02.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:02 smithi184 bash[59794]: audit 2024-03-21T13:13:01.395941+0000 mon.a (mon.0) 9153 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:02.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:02 smithi184 bash[59794]: audit 2024-03-21T13:13:01.399800+0000 mon.a (mon.0) 9154 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:02.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:02 smithi184 bash[59794]: audit 2024-03-21T13:13:01.403189+0000 mon.a (mon.0) 9155 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:02.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:02 smithi184 bash[59794]: audit 2024-03-21T13:13:01.404772+0000 mon.a (mon.0) 9156 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:02.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:02 smithi184 bash[59794]: audit 2024-03-21T13:13:01.417390+0000 mon.a (mon.0) 9157 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:02.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:02 smithi184 bash[59794]: audit 2024-03-21T13:13:01.496654+0000 mon.a (mon.0) 9158 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:02.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:02 smithi184 bash[59794]: audit 2024-03-21T13:13:01.499979+0000 mon.a (mon.0) 9159 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:02.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:02 smithi184 bash[59794]: audit 2024-03-21T13:13:01.503561+0000 mon.a (mon.0) 9160 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:02.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:02 smithi184 bash[59794]: audit 2024-03-21T13:13:01.504939+0000 mon.a (mon.0) 9161 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:02.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:02 smithi184 bash[59794]: audit 2024-03-21T13:13:01.515916+0000 mon.a (mon.0) 9162 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:02.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:02 smithi184 bash[59794]: audit 2024-03-21T13:13:01.599495+0000 mon.a (mon.0) 9163 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:02.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:02 smithi184 bash[59794]: audit 2024-03-21T13:13:01.602482+0000 mon.a (mon.0) 9164 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:02.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:02 smithi184 bash[59794]: audit 2024-03-21T13:13:01.606022+0000 mon.a (mon.0) 9165 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:02.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:02 smithi184 bash[59794]: audit 2024-03-21T13:13:01.607133+0000 mon.a (mon.0) 9166 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:02.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:02 smithi184 bash[59794]: audit 2024-03-21T13:13:01.616823+0000 mon.a (mon.0) 9167 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:02.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:02 smithi184 bash[59794]: audit 2024-03-21T13:13:01.700212+0000 mon.a (mon.0) 9168 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:02.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:02 smithi184 bash[59794]: audit 2024-03-21T13:13:01.703454+0000 mon.a (mon.0) 9169 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:02.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:02 smithi184 bash[59794]: audit 2024-03-21T13:13:01.708089+0000 mon.a (mon.0) 9170 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:02.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:02 smithi184 bash[59794]: audit 2024-03-21T13:13:01.709934+0000 mon.a (mon.0) 9171 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:02.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:02 smithi184 bash[59794]: audit 2024-03-21T13:13:01.720222+0000 mon.a (mon.0) 9172 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:02.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:02 smithi184 bash[59794]: audit 2024-03-21T13:13:01.799918+0000 mon.a (mon.0) 9173 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:02.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:02 smithi184 bash[59794]: audit 2024-03-21T13:13:01.803200+0000 mon.a (mon.0) 9174 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:02.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:02 smithi184 bash[59794]: audit 2024-03-21T13:13:01.806460+0000 mon.a (mon.0) 9175 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:02.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:02 smithi184 bash[59794]: audit 2024-03-21T13:13:01.807706+0000 mon.a (mon.0) 9176 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:02.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:02 smithi184 bash[59794]: audit 2024-03-21T13:13:01.818942+0000 mon.a (mon.0) 9177 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:02.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:02 smithi184 bash[59794]: audit 2024-03-21T13:13:01.898823+0000 mon.a (mon.0) 9178 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:02.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:02 smithi184 bash[59794]: audit 2024-03-21T13:13:01.902454+0000 mon.a (mon.0) 9179 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:02.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:02 smithi184 bash[59794]: audit 2024-03-21T13:13:01.906142+0000 mon.a (mon.0) 9180 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:02.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:02 smithi184 bash[59794]: audit 2024-03-21T13:13:01.907657+0000 mon.a (mon.0) 9181 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:02.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:02 smithi184 bash[59794]: audit 2024-03-21T13:13:01.917353+0000 mon.a (mon.0) 9182 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:02.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:02 smithi184 bash[59794]: audit 2024-03-21T13:13:02.000137+0000 mon.a (mon.0) 9183 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:02.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:02 smithi184 bash[59794]: audit 2024-03-21T13:13:02.003355+0000 mon.a (mon.0) 9184 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:02.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:02 smithi184 bash[59794]: audit 2024-03-21T13:13:02.007148+0000 mon.a (mon.0) 9185 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:02.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:02 smithi184 bash[59794]: audit 2024-03-21T13:13:02.008581+0000 mon.a (mon.0) 9186 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:02.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:02 smithi184 bash[59794]: audit 2024-03-21T13:13:02.020187+0000 mon.a (mon.0) 9187 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:02.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:02 smithi184 bash[59794]: audit 2024-03-21T13:13:02.101339+0000 mon.a (mon.0) 9188 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:02.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:02 smithi184 bash[59794]: audit 2024-03-21T13:13:02.105100+0000 mon.a (mon.0) 9189 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:02.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:02 smithi184 bash[59794]: audit 2024-03-21T13:13:02.109166+0000 mon.a (mon.0) 9190 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:02.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:02 smithi184 bash[59794]: audit 2024-03-21T13:13:02.110665+0000 mon.a (mon.0) 9191 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:02.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:02 smithi184 bash[59794]: audit 2024-03-21T13:13:02.122952+0000 mon.a (mon.0) 9192 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:02.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:02 smithi184 bash[59794]: audit 2024-03-21T13:13:02.204363+0000 mon.a (mon.0) 9193 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:02.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:02 smithi184 bash[59794]: audit 2024-03-21T13:13:02.207577+0000 mon.a (mon.0) 9194 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:02.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:02 smithi184 bash[59794]: audit 2024-03-21T13:13:02.210696+0000 mon.a (mon.0) 9195 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:02.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:02 smithi184 bash[59794]: audit 2024-03-21T13:13:02.212382+0000 mon.a (mon.0) 9196 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:02.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:02 smithi184 bash[59794]: audit 2024-03-21T13:13:02.224611+0000 mon.a (mon.0) 9197 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:02.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:02 smithi178 bash[75692]: cluster 2024-03-21T13:13:00.310372+0000 mgr.x (mgr.34104) 5853 : cluster [DBG] pgmap v3869: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:02.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:02 smithi178 bash[75692]: cluster 2024-03-21T13:13:00.310851+0000 mgr.x (mgr.34104) 5854 : cluster [DBG] pgmap v3870: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:02.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:02 smithi178 bash[75692]: cephadm 2024-03-21T13:13:00.317389+0000 mgr.x (mgr.34104) 5855 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:02.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:02 smithi178 bash[75692]: cluster 2024-03-21T13:13:00.407627+0000 mgr.x (mgr.34104) 5856 : cluster [DBG] pgmap v3871: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:02.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:02 smithi178 bash[75692]: cluster 2024-03-21T13:13:00.408174+0000 mgr.x (mgr.34104) 5857 : cluster [DBG] pgmap v3872: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:02.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:02 smithi178 bash[75692]: cephadm 2024-03-21T13:13:00.415962+0000 mgr.x (mgr.34104) 5858 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:02.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:02 smithi178 bash[75692]: cluster 2024-03-21T13:13:00.506398+0000 mgr.x (mgr.34104) 5859 : cluster [DBG] pgmap v3873: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:02.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:02 smithi178 bash[75692]: cluster 2024-03-21T13:13:00.506931+0000 mgr.x (mgr.34104) 5860 : cluster [DBG] pgmap v3874: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:02.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:02 smithi178 bash[75692]: cephadm 2024-03-21T13:13:00.515339+0000 mgr.x (mgr.34104) 5861 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:02.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:02 smithi178 bash[75692]: cluster 2024-03-21T13:13:00.607571+0000 mgr.x (mgr.34104) 5862 : cluster [DBG] pgmap v3875: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:02.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:02 smithi178 bash[75692]: cluster 2024-03-21T13:13:00.608093+0000 mgr.x (mgr.34104) 5863 : cluster [DBG] pgmap v3876: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:02.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:02 smithi178 bash[75692]: cephadm 2024-03-21T13:13:00.616107+0000 mgr.x (mgr.34104) 5864 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:02.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:02 smithi178 bash[75692]: cluster 2024-03-21T13:13:00.709968+0000 mgr.x (mgr.34104) 5865 : cluster [DBG] pgmap v3877: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:02.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:02 smithi178 bash[75692]: cluster 2024-03-21T13:13:00.710506+0000 mgr.x (mgr.34104) 5866 : cluster [DBG] pgmap v3878: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:02.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:02 smithi178 bash[75692]: cephadm 2024-03-21T13:13:00.719575+0000 mgr.x (mgr.34104) 5867 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:02.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:02 smithi178 bash[75692]: cluster 2024-03-21T13:13:00.810605+0000 mgr.x (mgr.34104) 5868 : cluster [DBG] pgmap v3879: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:02.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:02 smithi178 bash[75692]: cluster 2024-03-21T13:13:00.811099+0000 mgr.x (mgr.34104) 5869 : cluster [DBG] pgmap v3880: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:02.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:02 smithi178 bash[75692]: cephadm 2024-03-21T13:13:00.821029+0000 mgr.x (mgr.34104) 5870 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:02.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:02 smithi178 bash[75692]: cluster 2024-03-21T13:13:00.912143+0000 mgr.x (mgr.34104) 5871 : cluster [DBG] pgmap v3881: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:02.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:02 smithi178 bash[75692]: cluster 2024-03-21T13:13:00.912665+0000 mgr.x (mgr.34104) 5872 : cluster [DBG] pgmap v3882: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:02.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:02 smithi178 bash[77880]: cluster 2024-03-21T13:13:00.310372+0000 mgr.x (mgr.34104) 5853 : cluster [DBG] pgmap v3869: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:02.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:02 smithi178 bash[77880]: cluster 2024-03-21T13:13:00.310851+0000 mgr.x (mgr.34104) 5854 : cluster [DBG] pgmap v3870: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:02.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:02 smithi178 bash[77880]: cephadm 2024-03-21T13:13:00.317389+0000 mgr.x (mgr.34104) 5855 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:02.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:02 smithi178 bash[77880]: cluster 2024-03-21T13:13:00.407627+0000 mgr.x (mgr.34104) 5856 : cluster [DBG] pgmap v3871: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:02.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:02 smithi178 bash[77880]: cluster 2024-03-21T13:13:00.408174+0000 mgr.x (mgr.34104) 5857 : cluster [DBG] pgmap v3872: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:02.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:02 smithi178 bash[77880]: cephadm 2024-03-21T13:13:00.415962+0000 mgr.x (mgr.34104) 5858 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:02.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:02 smithi178 bash[77880]: cluster 2024-03-21T13:13:00.506398+0000 mgr.x (mgr.34104) 5859 : cluster [DBG] pgmap v3873: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:02.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:02 smithi178 bash[77880]: cluster 2024-03-21T13:13:00.506931+0000 mgr.x (mgr.34104) 5860 : cluster [DBG] pgmap v3874: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:02.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:02 smithi178 bash[77880]: cephadm 2024-03-21T13:13:00.515339+0000 mgr.x (mgr.34104) 5861 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:02.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:02 smithi178 bash[77880]: cluster 2024-03-21T13:13:00.607571+0000 mgr.x (mgr.34104) 5862 : cluster [DBG] pgmap v3875: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:02.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:02 smithi178 bash[77880]: cluster 2024-03-21T13:13:00.608093+0000 mgr.x (mgr.34104) 5863 : cluster [DBG] pgmap v3876: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:02.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:02 smithi178 bash[77880]: cephadm 2024-03-21T13:13:00.616107+0000 mgr.x (mgr.34104) 5864 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:02.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:02 smithi178 bash[77880]: cluster 2024-03-21T13:13:00.709968+0000 mgr.x (mgr.34104) 5865 : cluster [DBG] pgmap v3877: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:02.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:02 smithi178 bash[77880]: cluster 2024-03-21T13:13:00.710506+0000 mgr.x (mgr.34104) 5866 : cluster [DBG] pgmap v3878: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:02.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:02 smithi178 bash[77880]: cephadm 2024-03-21T13:13:00.719575+0000 mgr.x (mgr.34104) 5867 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:02.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:02 smithi178 bash[77880]: cluster 2024-03-21T13:13:00.810605+0000 mgr.x (mgr.34104) 5868 : cluster [DBG] pgmap v3879: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:02.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:02 smithi178 bash[77880]: cluster 2024-03-21T13:13:00.811099+0000 mgr.x (mgr.34104) 5869 : cluster [DBG] pgmap v3880: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:02.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:02 smithi178 bash[77880]: cephadm 2024-03-21T13:13:00.821029+0000 mgr.x (mgr.34104) 5870 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:02.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:02 smithi178 bash[77880]: cluster 2024-03-21T13:13:00.912143+0000 mgr.x (mgr.34104) 5871 : cluster [DBG] pgmap v3881: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:02.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:02 smithi178 bash[77880]: cluster 2024-03-21T13:13:00.912665+0000 mgr.x (mgr.34104) 5872 : cluster [DBG] pgmap v3882: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:02.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:02 smithi178 bash[75692]: cephadm 2024-03-21T13:13:00.918986+0000 mgr.x (mgr.34104) 5873 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:02.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:02 smithi178 bash[75692]: cluster 2024-03-21T13:13:01.014794+0000 mgr.x (mgr.34104) 5874 : cluster [DBG] pgmap v3883: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:02.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:02 smithi178 bash[75692]: cluster 2024-03-21T13:13:01.015451+0000 mgr.x (mgr.34104) 5875 : cluster [DBG] pgmap v3884: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:02.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:02 smithi178 bash[75692]: cephadm 2024-03-21T13:13:01.024671+0000 mgr.x (mgr.34104) 5876 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:02.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:02 smithi178 bash[75692]: cluster 2024-03-21T13:13:01.115457+0000 mgr.x (mgr.34104) 5877 : cluster [DBG] pgmap v3885: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:02.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:02 smithi178 bash[75692]: cluster 2024-03-21T13:13:01.115713+0000 mgr.x (mgr.34104) 5878 : cluster [DBG] pgmap v3886: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:02.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:02 smithi178 bash[75692]: cephadm 2024-03-21T13:13:01.125778+0000 mgr.x (mgr.34104) 5879 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:02.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:02 smithi178 bash[75692]: cluster 2024-03-21T13:13:01.212296+0000 mgr.x (mgr.34104) 5880 : cluster [DBG] pgmap v3887: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:02.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:02 smithi178 bash[75692]: cluster 2024-03-21T13:13:01.212789+0000 mgr.x (mgr.34104) 5881 : cluster [DBG] pgmap v3888: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:02.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:02 smithi178 bash[75692]: cephadm 2024-03-21T13:13:01.221482+0000 mgr.x (mgr.34104) 5882 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:02.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:02 smithi178 bash[75692]: audit 2024-03-21T13:13:01.302855+0000 mon.a (mon.0) 9148 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:02.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:02 smithi178 bash[75692]: audit 2024-03-21T13:13:01.305596+0000 mon.a (mon.0) 9149 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:02.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:02 smithi178 bash[75692]: audit 2024-03-21T13:13:01.307969+0000 mon.a (mon.0) 9150 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:02.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:02 smithi178 bash[75692]: audit 2024-03-21T13:13:01.308941+0000 mon.a (mon.0) 9151 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:02.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:02 smithi178 bash[75692]: audit 2024-03-21T13:13:01.315929+0000 mon.a (mon.0) 9152 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:02.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:02 smithi178 bash[75692]: audit 2024-03-21T13:13:01.395941+0000 mon.a (mon.0) 9153 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:02.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:02 smithi178 bash[75692]: audit 2024-03-21T13:13:01.399800+0000 mon.a (mon.0) 9154 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:02.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:02 smithi178 bash[75692]: audit 2024-03-21T13:13:01.403189+0000 mon.a (mon.0) 9155 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:02.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:02 smithi178 bash[75692]: audit 2024-03-21T13:13:01.404772+0000 mon.a (mon.0) 9156 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:02.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:02 smithi178 bash[75692]: audit 2024-03-21T13:13:01.417390+0000 mon.a (mon.0) 9157 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:02.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:02 smithi178 bash[77880]: cephadm 2024-03-21T13:13:00.918986+0000 mgr.x (mgr.34104) 5873 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:02.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:02 smithi178 bash[77880]: cluster 2024-03-21T13:13:01.014794+0000 mgr.x (mgr.34104) 5874 : cluster [DBG] pgmap v3883: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:02.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:02 smithi178 bash[77880]: cluster 2024-03-21T13:13:01.015451+0000 mgr.x (mgr.34104) 5875 : cluster [DBG] pgmap v3884: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:02.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:02 smithi178 bash[77880]: cephadm 2024-03-21T13:13:01.024671+0000 mgr.x (mgr.34104) 5876 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:02.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:02 smithi178 bash[77880]: cluster 2024-03-21T13:13:01.115457+0000 mgr.x (mgr.34104) 5877 : cluster [DBG] pgmap v3885: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:02.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:02 smithi178 bash[77880]: cluster 2024-03-21T13:13:01.115713+0000 mgr.x (mgr.34104) 5878 : cluster [DBG] pgmap v3886: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:02.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:02 smithi178 bash[77880]: cephadm 2024-03-21T13:13:01.125778+0000 mgr.x (mgr.34104) 5879 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:02.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:02 smithi178 bash[77880]: cluster 2024-03-21T13:13:01.212296+0000 mgr.x (mgr.34104) 5880 : cluster [DBG] pgmap v3887: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:02.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:02 smithi178 bash[77880]: cluster 2024-03-21T13:13:01.212789+0000 mgr.x (mgr.34104) 5881 : cluster [DBG] pgmap v3888: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:02.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:02 smithi178 bash[77880]: cephadm 2024-03-21T13:13:01.221482+0000 mgr.x (mgr.34104) 5882 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:02.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:02 smithi178 bash[77880]: audit 2024-03-21T13:13:01.302855+0000 mon.a (mon.0) 9148 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:02.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:02 smithi178 bash[77880]: audit 2024-03-21T13:13:01.305596+0000 mon.a (mon.0) 9149 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:02.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:02 smithi178 bash[77880]: audit 2024-03-21T13:13:01.307969+0000 mon.a (mon.0) 9150 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:02.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:02 smithi178 bash[77880]: audit 2024-03-21T13:13:01.308941+0000 mon.a (mon.0) 9151 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:02.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:02 smithi178 bash[77880]: audit 2024-03-21T13:13:01.315929+0000 mon.a (mon.0) 9152 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:02.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:02 smithi178 bash[77880]: audit 2024-03-21T13:13:01.395941+0000 mon.a (mon.0) 9153 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:02.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:02 smithi178 bash[77880]: audit 2024-03-21T13:13:01.399800+0000 mon.a (mon.0) 9154 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:02.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:02 smithi178 bash[77880]: audit 2024-03-21T13:13:01.403189+0000 mon.a (mon.0) 9155 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:02.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:02 smithi178 bash[77880]: audit 2024-03-21T13:13:01.404772+0000 mon.a (mon.0) 9156 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:02.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:02 smithi178 bash[77880]: audit 2024-03-21T13:13:01.417390+0000 mon.a (mon.0) 9157 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:02.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:02 smithi178 bash[75692]: audit 2024-03-21T13:13:01.496654+0000 mon.a (mon.0) 9158 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:02.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:02 smithi178 bash[75692]: audit 2024-03-21T13:13:01.499979+0000 mon.a (mon.0) 9159 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:02.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:02 smithi178 bash[75692]: audit 2024-03-21T13:13:01.503561+0000 mon.a (mon.0) 9160 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:02.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:02 smithi178 bash[75692]: audit 2024-03-21T13:13:01.504939+0000 mon.a (mon.0) 9161 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:02.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:02 smithi178 bash[75692]: audit 2024-03-21T13:13:01.515916+0000 mon.a (mon.0) 9162 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:02.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:02 smithi178 bash[75692]: audit 2024-03-21T13:13:01.599495+0000 mon.a (mon.0) 9163 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:02.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:02 smithi178 bash[75692]: audit 2024-03-21T13:13:01.602482+0000 mon.a (mon.0) 9164 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:02.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:02 smithi178 bash[75692]: audit 2024-03-21T13:13:01.606022+0000 mon.a (mon.0) 9165 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:02.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:02 smithi178 bash[75692]: audit 2024-03-21T13:13:01.607133+0000 mon.a (mon.0) 9166 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:02.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:02 smithi178 bash[75692]: audit 2024-03-21T13:13:01.616823+0000 mon.a (mon.0) 9167 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:02.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:02 smithi178 bash[75692]: audit 2024-03-21T13:13:01.700212+0000 mon.a (mon.0) 9168 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:02.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:02 smithi178 bash[75692]: audit 2024-03-21T13:13:01.703454+0000 mon.a (mon.0) 9169 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:02.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:02 smithi178 bash[75692]: audit 2024-03-21T13:13:01.708089+0000 mon.a (mon.0) 9170 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:02.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:02 smithi178 bash[75692]: audit 2024-03-21T13:13:01.709934+0000 mon.a (mon.0) 9171 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:02.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:02 smithi178 bash[75692]: audit 2024-03-21T13:13:01.720222+0000 mon.a (mon.0) 9172 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:02.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:02 smithi178 bash[75692]: audit 2024-03-21T13:13:01.799918+0000 mon.a (mon.0) 9173 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:02.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:02 smithi178 bash[75692]: audit 2024-03-21T13:13:01.803200+0000 mon.a (mon.0) 9174 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:02.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:02 smithi178 bash[75692]: audit 2024-03-21T13:13:01.806460+0000 mon.a (mon.0) 9175 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:02.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:02 smithi178 bash[75692]: audit 2024-03-21T13:13:01.807706+0000 mon.a (mon.0) 9176 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:02.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:02 smithi178 bash[77880]: audit 2024-03-21T13:13:01.496654+0000 mon.a (mon.0) 9158 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:02.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:02 smithi178 bash[77880]: audit 2024-03-21T13:13:01.499979+0000 mon.a (mon.0) 9159 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:02.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:02 smithi178 bash[77880]: audit 2024-03-21T13:13:01.503561+0000 mon.a (mon.0) 9160 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:02.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:02 smithi178 bash[77880]: audit 2024-03-21T13:13:01.504939+0000 mon.a (mon.0) 9161 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:02.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:02 smithi178 bash[77880]: audit 2024-03-21T13:13:01.515916+0000 mon.a (mon.0) 9162 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:02.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:02 smithi178 bash[77880]: audit 2024-03-21T13:13:01.599495+0000 mon.a (mon.0) 9163 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:02.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:02 smithi178 bash[77880]: audit 2024-03-21T13:13:01.602482+0000 mon.a (mon.0) 9164 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:02.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:02 smithi178 bash[77880]: audit 2024-03-21T13:13:01.606022+0000 mon.a (mon.0) 9165 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:02.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:02 smithi178 bash[77880]: audit 2024-03-21T13:13:01.607133+0000 mon.a (mon.0) 9166 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:02.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:02 smithi178 bash[77880]: audit 2024-03-21T13:13:01.616823+0000 mon.a (mon.0) 9167 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:02.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:02 smithi178 bash[77880]: audit 2024-03-21T13:13:01.700212+0000 mon.a (mon.0) 9168 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:02.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:02 smithi178 bash[77880]: audit 2024-03-21T13:13:01.703454+0000 mon.a (mon.0) 9169 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:02.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:02 smithi178 bash[77880]: audit 2024-03-21T13:13:01.708089+0000 mon.a (mon.0) 9170 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:02.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:02 smithi178 bash[77880]: audit 2024-03-21T13:13:01.709934+0000 mon.a (mon.0) 9171 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:02.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:02 smithi178 bash[77880]: audit 2024-03-21T13:13:01.720222+0000 mon.a (mon.0) 9172 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:02.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:02 smithi178 bash[77880]: audit 2024-03-21T13:13:01.799918+0000 mon.a (mon.0) 9173 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:02.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:02 smithi178 bash[77880]: audit 2024-03-21T13:13:01.803200+0000 mon.a (mon.0) 9174 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:02.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:02 smithi178 bash[77880]: audit 2024-03-21T13:13:01.806460+0000 mon.a (mon.0) 9175 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:02.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:02 smithi178 bash[77880]: audit 2024-03-21T13:13:01.807706+0000 mon.a (mon.0) 9176 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:02.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:02 smithi178 bash[75692]: audit 2024-03-21T13:13:01.818942+0000 mon.a (mon.0) 9177 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:02.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:02 smithi178 bash[75692]: audit 2024-03-21T13:13:01.898823+0000 mon.a (mon.0) 9178 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:02.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:02 smithi178 bash[75692]: audit 2024-03-21T13:13:01.902454+0000 mon.a (mon.0) 9179 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:02.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:02 smithi178 bash[75692]: audit 2024-03-21T13:13:01.906142+0000 mon.a (mon.0) 9180 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:02.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:02 smithi178 bash[75692]: audit 2024-03-21T13:13:01.907657+0000 mon.a (mon.0) 9181 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:02.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:02 smithi178 bash[75692]: audit 2024-03-21T13:13:01.917353+0000 mon.a (mon.0) 9182 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:02.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:02 smithi178 bash[75692]: audit 2024-03-21T13:13:02.000137+0000 mon.a (mon.0) 9183 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:02.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:02 smithi178 bash[75692]: audit 2024-03-21T13:13:02.003355+0000 mon.a (mon.0) 9184 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:02.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:02 smithi178 bash[75692]: audit 2024-03-21T13:13:02.007148+0000 mon.a (mon.0) 9185 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:02.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:02 smithi178 bash[75692]: audit 2024-03-21T13:13:02.008581+0000 mon.a (mon.0) 9186 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:02.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:02 smithi178 bash[75692]: audit 2024-03-21T13:13:02.020187+0000 mon.a (mon.0) 9187 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:02.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:02 smithi178 bash[75692]: audit 2024-03-21T13:13:02.101339+0000 mon.a (mon.0) 9188 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:02.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:02 smithi178 bash[75692]: audit 2024-03-21T13:13:02.105100+0000 mon.a (mon.0) 9189 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:02.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:02 smithi178 bash[75692]: audit 2024-03-21T13:13:02.109166+0000 mon.a (mon.0) 9190 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:02.809 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:02 smithi178 bash[75692]: audit 2024-03-21T13:13:02.110665+0000 mon.a (mon.0) 9191 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:02.809 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:02 smithi178 bash[75692]: audit 2024-03-21T13:13:02.122952+0000 mon.a (mon.0) 9192 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:02.809 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:02 smithi178 bash[75692]: audit 2024-03-21T13:13:02.204363+0000 mon.a (mon.0) 9193 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:02.809 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:02 smithi178 bash[75692]: audit 2024-03-21T13:13:02.207577+0000 mon.a (mon.0) 9194 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:02.809 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:02 smithi178 bash[75692]: audit 2024-03-21T13:13:02.210696+0000 mon.a (mon.0) 9195 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:02.809 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:02 smithi178 bash[75692]: audit 2024-03-21T13:13:02.212382+0000 mon.a (mon.0) 9196 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:02.809 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:02 smithi178 bash[75692]: audit 2024-03-21T13:13:02.224611+0000 mon.a (mon.0) 9197 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:02.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:02 smithi178 bash[77880]: audit 2024-03-21T13:13:01.818942+0000 mon.a (mon.0) 9177 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:02.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:02 smithi178 bash[77880]: audit 2024-03-21T13:13:01.898823+0000 mon.a (mon.0) 9178 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:02.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:02 smithi178 bash[77880]: audit 2024-03-21T13:13:01.902454+0000 mon.a (mon.0) 9179 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:02.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:02 smithi178 bash[77880]: audit 2024-03-21T13:13:01.906142+0000 mon.a (mon.0) 9180 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:02.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:02 smithi178 bash[77880]: audit 2024-03-21T13:13:01.907657+0000 mon.a (mon.0) 9181 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:02.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:02 smithi178 bash[77880]: audit 2024-03-21T13:13:01.917353+0000 mon.a (mon.0) 9182 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:02.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:02 smithi178 bash[77880]: audit 2024-03-21T13:13:02.000137+0000 mon.a (mon.0) 9183 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:02.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:02 smithi178 bash[77880]: audit 2024-03-21T13:13:02.003355+0000 mon.a (mon.0) 9184 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:02.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:02 smithi178 bash[77880]: audit 2024-03-21T13:13:02.007148+0000 mon.a (mon.0) 9185 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:02.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:02 smithi178 bash[77880]: audit 2024-03-21T13:13:02.008581+0000 mon.a (mon.0) 9186 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:02.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:02 smithi178 bash[77880]: audit 2024-03-21T13:13:02.020187+0000 mon.a (mon.0) 9187 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:02.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:02 smithi178 bash[77880]: audit 2024-03-21T13:13:02.101339+0000 mon.a (mon.0) 9188 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:02.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:02 smithi178 bash[77880]: audit 2024-03-21T13:13:02.105100+0000 mon.a (mon.0) 9189 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:02.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:02 smithi178 bash[77880]: audit 2024-03-21T13:13:02.109166+0000 mon.a (mon.0) 9190 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:02.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:02 smithi178 bash[77880]: audit 2024-03-21T13:13:02.110665+0000 mon.a (mon.0) 9191 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:02.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:02 smithi178 bash[77880]: audit 2024-03-21T13:13:02.122952+0000 mon.a (mon.0) 9192 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:02.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:02 smithi178 bash[77880]: audit 2024-03-21T13:13:02.204363+0000 mon.a (mon.0) 9193 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:02.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:02 smithi178 bash[77880]: audit 2024-03-21T13:13:02.207577+0000 mon.a (mon.0) 9194 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:02.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:02 smithi178 bash[77880]: audit 2024-03-21T13:13:02.210696+0000 mon.a (mon.0) 9195 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:02.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:02 smithi178 bash[77880]: audit 2024-03-21T13:13:02.212382+0000 mon.a (mon.0) 9196 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:02.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:02 smithi178 bash[77880]: audit 2024-03-21T13:13:02.224611+0000 mon.a (mon.0) 9197 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:03.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:03 smithi184 bash[59794]: cluster 2024-03-21T13:13:01.311186+0000 mgr.x (mgr.34104) 5883 : cluster [DBG] pgmap v3889: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:03.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:03 smithi184 bash[59794]: cluster 2024-03-21T13:13:01.311445+0000 mgr.x (mgr.34104) 5884 : cluster [DBG] pgmap v3890: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:03.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:03 smithi184 bash[59794]: cephadm 2024-03-21T13:13:01.317062+0000 mgr.x (mgr.34104) 5885 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:03.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:03 smithi184 bash[59794]: cluster 2024-03-21T13:13:01.407550+0000 mgr.x (mgr.34104) 5886 : cluster [DBG] pgmap v3891: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:03.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:03 smithi184 bash[59794]: cluster 2024-03-21T13:13:01.407987+0000 mgr.x (mgr.34104) 5887 : cluster [DBG] pgmap v3892: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:03.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:03 smithi184 bash[59794]: cephadm 2024-03-21T13:13:01.418761+0000 mgr.x (mgr.34104) 5888 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:03.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:03 smithi184 bash[59794]: cluster 2024-03-21T13:13:01.507790+0000 mgr.x (mgr.34104) 5889 : cluster [DBG] pgmap v3893: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:03.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:03 smithi184 bash[59794]: cluster 2024-03-21T13:13:01.508282+0000 mgr.x (mgr.34104) 5890 : cluster [DBG] pgmap v3894: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:03.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:03 smithi184 bash[59794]: cephadm 2024-03-21T13:13:01.517168+0000 mgr.x (mgr.34104) 5891 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:03.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:03 smithi184 bash[59794]: cluster 2024-03-21T13:13:01.610044+0000 mgr.x (mgr.34104) 5892 : cluster [DBG] pgmap v3895: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:03.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:03 smithi184 bash[59794]: cluster 2024-03-21T13:13:01.610269+0000 mgr.x (mgr.34104) 5893 : cluster [DBG] pgmap v3896: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:03.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:03 smithi184 bash[59794]: cephadm 2024-03-21T13:13:01.618274+0000 mgr.x (mgr.34104) 5894 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:03.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:03 smithi184 bash[59794]: cluster 2024-03-21T13:13:01.712971+0000 mgr.x (mgr.34104) 5895 : cluster [DBG] pgmap v3897: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:03.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:03 smithi184 bash[59794]: cephadm 2024-03-21T13:13:01.721461+0000 mgr.x (mgr.34104) 5896 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:03.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:03 smithi184 bash[59794]: cluster 2024-03-21T13:13:01.810196+0000 mgr.x (mgr.34104) 5897 : cluster [DBG] pgmap v3898: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:03.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:03 smithi184 bash[59794]: cluster 2024-03-21T13:13:01.810635+0000 mgr.x (mgr.34104) 5898 : cluster [DBG] pgmap v3899: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:03.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:03 smithi184 bash[59794]: cephadm 2024-03-21T13:13:01.820219+0000 mgr.x (mgr.34104) 5899 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:03.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:03 smithi184 bash[59794]: cluster 2024-03-21T13:13:01.910277+0000 mgr.x (mgr.34104) 5900 : cluster [DBG] pgmap v3900: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:03.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:03 smithi184 bash[59794]: cluster 2024-03-21T13:13:01.910696+0000 mgr.x (mgr.34104) 5901 : cluster [DBG] pgmap v3901: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:03.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:03 smithi184 bash[59794]: cephadm 2024-03-21T13:13:01.918535+0000 mgr.x (mgr.34104) 5902 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:03.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:03 smithi184 bash[59794]: cluster 2024-03-21T13:13:02.011309+0000 mgr.x (mgr.34104) 5903 : cluster [DBG] pgmap v3902: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:03.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:03 smithi184 bash[59794]: cluster 2024-03-21T13:13:02.011732+0000 mgr.x (mgr.34104) 5904 : cluster [DBG] pgmap v3903: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:03.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:03 smithi184 bash[59794]: cephadm 2024-03-21T13:13:02.021568+0000 mgr.x (mgr.34104) 5905 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:03.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:03 smithi184 bash[59794]: cluster 2024-03-21T13:13:02.113878+0000 mgr.x (mgr.34104) 5906 : cluster [DBG] pgmap v3904: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:03.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:03 smithi184 bash[59794]: cluster 2024-03-21T13:13:02.114289+0000 mgr.x (mgr.34104) 5907 : cluster [DBG] pgmap v3905: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:03.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:03 smithi184 bash[59794]: cephadm 2024-03-21T13:13:02.124404+0000 mgr.x (mgr.34104) 5908 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:03.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:03 smithi184 bash[59794]: cluster 2024-03-21T13:13:02.215464+0000 mgr.x (mgr.34104) 5909 : cluster [DBG] pgmap v3906: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:03.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:03 smithi184 bash[59794]: cluster 2024-03-21T13:13:02.216009+0000 mgr.x (mgr.34104) 5910 : cluster [DBG] pgmap v3907: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:03.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:03 smithi184 bash[59794]: cephadm 2024-03-21T13:13:02.225929+0000 mgr.x (mgr.34104) 5911 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:03.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:03 smithi184 bash[59794]: audit 2024-03-21T13:13:02.309567+0000 mon.a (mon.0) 9198 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:03.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:03 smithi184 bash[59794]: audit 2024-03-21T13:13:02.311845+0000 mon.a (mon.0) 9199 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:03.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:03 smithi184 bash[59794]: audit 2024-03-21T13:13:02.314346+0000 mon.a (mon.0) 9200 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:03.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:03 smithi184 bash[59794]: audit 2024-03-21T13:13:02.315086+0000 mon.a (mon.0) 9201 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:03.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:03 smithi184 bash[59794]: audit 2024-03-21T13:13:02.322774+0000 mon.a (mon.0) 9202 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:03.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:03 smithi184 bash[59794]: audit 2024-03-21T13:13:02.403362+0000 mon.a (mon.0) 9203 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:03.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:03 smithi184 bash[59794]: audit 2024-03-21T13:13:02.406667+0000 mon.a (mon.0) 9204 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:03.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:03 smithi184 bash[59794]: audit 2024-03-21T13:13:02.410060+0000 mon.a (mon.0) 9205 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:03.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:03 smithi184 bash[59794]: audit 2024-03-21T13:13:02.411530+0000 mon.a (mon.0) 9206 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:03.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:03 smithi184 bash[59794]: audit 2024-03-21T13:13:02.423828+0000 mon.a (mon.0) 9207 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:03.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:03 smithi184 bash[59794]: audit 2024-03-21T13:13:02.507199+0000 mon.a (mon.0) 9208 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:03.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:03 smithi184 bash[59794]: audit 2024-03-21T13:13:02.510449+0000 mon.a (mon.0) 9209 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:03.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:03 smithi184 bash[59794]: audit 2024-03-21T13:13:02.513972+0000 mon.a (mon.0) 9210 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:03.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:03 smithi184 bash[59794]: audit 2024-03-21T13:13:02.515201+0000 mon.a (mon.0) 9211 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:03.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:03 smithi184 bash[59794]: audit 2024-03-21T13:13:02.526559+0000 mon.a (mon.0) 9212 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:03.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:03 smithi184 bash[59794]: audit 2024-03-21T13:13:02.608424+0000 mon.a (mon.0) 9213 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:03.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:03 smithi184 bash[59794]: audit 2024-03-21T13:13:02.611641+0000 mon.a (mon.0) 9214 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:03.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:03 smithi184 bash[59794]: audit 2024-03-21T13:13:02.615133+0000 mon.a (mon.0) 9215 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:03.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:03 smithi184 bash[59794]: audit 2024-03-21T13:13:02.616749+0000 mon.a (mon.0) 9216 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:03.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:03 smithi184 bash[59794]: audit 2024-03-21T13:13:02.628734+0000 mon.a (mon.0) 9217 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:03.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:03 smithi184 bash[59794]: audit 2024-03-21T13:13:02.711898+0000 mon.a (mon.0) 9218 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:03.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:03 smithi184 bash[59794]: audit 2024-03-21T13:13:02.715092+0000 mon.a (mon.0) 9219 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:03.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:03 smithi184 bash[59794]: audit 2024-03-21T13:13:02.718621+0000 mon.a (mon.0) 9220 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:03.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:03 smithi184 bash[59794]: audit 2024-03-21T13:13:02.720208+0000 mon.a (mon.0) 9221 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:03.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:03 smithi184 bash[59794]: audit 2024-03-21T13:13:02.732357+0000 mon.a (mon.0) 9222 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:03.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:03 smithi184 bash[59794]: audit 2024-03-21T13:13:02.813572+0000 mon.a (mon.0) 9223 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:03.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:03 smithi184 bash[59794]: audit 2024-03-21T13:13:02.816778+0000 mon.a (mon.0) 9224 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:03.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:03 smithi184 bash[59794]: audit 2024-03-21T13:13:02.820584+0000 mon.a (mon.0) 9225 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:03.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:03 smithi184 bash[59794]: audit 2024-03-21T13:13:02.822319+0000 mon.a (mon.0) 9226 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:03.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:03 smithi184 bash[59794]: audit 2024-03-21T13:13:02.834041+0000 mon.a (mon.0) 9227 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:03.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:03 smithi184 bash[59794]: audit 2024-03-21T13:13:02.915321+0000 mon.a (mon.0) 9228 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:03.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:03 smithi184 bash[59794]: audit 2024-03-21T13:13:02.918709+0000 mon.a (mon.0) 9229 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:03.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:03 smithi184 bash[59794]: audit 2024-03-21T13:13:02.922440+0000 mon.a (mon.0) 9230 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:03.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:03 smithi184 bash[59794]: audit 2024-03-21T13:13:02.923759+0000 mon.a (mon.0) 9231 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:03.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:03 smithi184 bash[59794]: audit 2024-03-21T13:13:02.934458+0000 mon.a (mon.0) 9232 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:03.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:03 smithi184 bash[59794]: audit 2024-03-21T13:13:03.014177+0000 mon.a (mon.0) 9233 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:03.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:03 smithi184 bash[59794]: audit 2024-03-21T13:13:03.018101+0000 mon.a (mon.0) 9234 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:03.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:03 smithi184 bash[59794]: audit 2024-03-21T13:13:03.023183+0000 mon.a (mon.0) 9235 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:03.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:03 smithi184 bash[59794]: audit 2024-03-21T13:13:03.025208+0000 mon.a (mon.0) 9236 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:03.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:03 smithi184 bash[59794]: audit 2024-03-21T13:13:03.036846+0000 mon.a (mon.0) 9237 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:03.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:03 smithi184 bash[59794]: audit 2024-03-21T13:13:03.118953+0000 mon.a (mon.0) 9238 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:03.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:03 smithi184 bash[59794]: audit 2024-03-21T13:13:03.121991+0000 mon.a (mon.0) 9239 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:03.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:03 smithi184 bash[59794]: audit 2024-03-21T13:13:03.125073+0000 mon.a (mon.0) 9240 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:03.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:03 smithi184 bash[59794]: audit 2024-03-21T13:13:03.126474+0000 mon.a (mon.0) 9241 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:03.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:03 smithi184 bash[59794]: audit 2024-03-21T13:13:03.138136+0000 mon.a (mon.0) 9242 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:03.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:03 smithi184 bash[59794]: audit 2024-03-21T13:13:03.218072+0000 mon.a (mon.0) 9243 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:03.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:03 smithi184 bash[59794]: audit 2024-03-21T13:13:03.221371+0000 mon.a (mon.0) 9244 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:03.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:03 smithi184 bash[59794]: audit 2024-03-21T13:13:03.225524+0000 mon.a (mon.0) 9245 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:03.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:03 smithi184 bash[59794]: audit 2024-03-21T13:13:03.227013+0000 mon.a (mon.0) 9246 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:03.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:03 smithi184 bash[59794]: audit 2024-03-21T13:13:03.237846+0000 mon.a (mon.0) 9247 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:03.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:03 smithi178 bash[77880]: cluster 2024-03-21T13:13:01.311186+0000 mgr.x (mgr.34104) 5883 : cluster [DBG] pgmap v3889: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:03.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:03 smithi178 bash[77880]: cluster 2024-03-21T13:13:01.311445+0000 mgr.x (mgr.34104) 5884 : cluster [DBG] pgmap v3890: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:03.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:03 smithi178 bash[77880]: cephadm 2024-03-21T13:13:01.317062+0000 mgr.x (mgr.34104) 5885 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:03.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:03 smithi178 bash[77880]: cluster 2024-03-21T13:13:01.407550+0000 mgr.x (mgr.34104) 5886 : cluster [DBG] pgmap v3891: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:03.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:03 smithi178 bash[77880]: cluster 2024-03-21T13:13:01.407987+0000 mgr.x (mgr.34104) 5887 : cluster [DBG] pgmap v3892: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:03.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:03 smithi178 bash[77880]: cephadm 2024-03-21T13:13:01.418761+0000 mgr.x (mgr.34104) 5888 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:03.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:03 smithi178 bash[77880]: cluster 2024-03-21T13:13:01.507790+0000 mgr.x (mgr.34104) 5889 : cluster [DBG] pgmap v3893: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:03.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:03 smithi178 bash[77880]: cluster 2024-03-21T13:13:01.508282+0000 mgr.x (mgr.34104) 5890 : cluster [DBG] pgmap v3894: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:03.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:03 smithi178 bash[77880]: cephadm 2024-03-21T13:13:01.517168+0000 mgr.x (mgr.34104) 5891 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:03.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:03 smithi178 bash[77880]: cluster 2024-03-21T13:13:01.610044+0000 mgr.x (mgr.34104) 5892 : cluster [DBG] pgmap v3895: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:03.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:03 smithi178 bash[77880]: cluster 2024-03-21T13:13:01.610269+0000 mgr.x (mgr.34104) 5893 : cluster [DBG] pgmap v3896: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:03.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:03 smithi178 bash[77880]: cephadm 2024-03-21T13:13:01.618274+0000 mgr.x (mgr.34104) 5894 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:03.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:03 smithi178 bash[77880]: cluster 2024-03-21T13:13:01.712971+0000 mgr.x (mgr.34104) 5895 : cluster [DBG] pgmap v3897: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:03.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:03 smithi178 bash[77880]: cephadm 2024-03-21T13:13:01.721461+0000 mgr.x (mgr.34104) 5896 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:03.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:03 smithi178 bash[77880]: cluster 2024-03-21T13:13:01.810196+0000 mgr.x (mgr.34104) 5897 : cluster [DBG] pgmap v3898: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:03.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:03 smithi178 bash[77880]: cluster 2024-03-21T13:13:01.810635+0000 mgr.x (mgr.34104) 5898 : cluster [DBG] pgmap v3899: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:03.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:03 smithi178 bash[77880]: cephadm 2024-03-21T13:13:01.820219+0000 mgr.x (mgr.34104) 5899 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:03.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:03 smithi178 bash[77880]: cluster 2024-03-21T13:13:01.910277+0000 mgr.x (mgr.34104) 5900 : cluster [DBG] pgmap v3900: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:03.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:03 smithi178 bash[77880]: cluster 2024-03-21T13:13:01.910696+0000 mgr.x (mgr.34104) 5901 : cluster [DBG] pgmap v3901: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:03.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:03 smithi178 bash[77880]: cephadm 2024-03-21T13:13:01.918535+0000 mgr.x (mgr.34104) 5902 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:03.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:03 smithi178 bash[75692]: cluster 2024-03-21T13:13:01.311186+0000 mgr.x (mgr.34104) 5883 : cluster [DBG] pgmap v3889: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:03.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:03 smithi178 bash[75692]: cluster 2024-03-21T13:13:01.311445+0000 mgr.x (mgr.34104) 5884 : cluster [DBG] pgmap v3890: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:03.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:03 smithi178 bash[75692]: cephadm 2024-03-21T13:13:01.317062+0000 mgr.x (mgr.34104) 5885 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:03.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:03 smithi178 bash[75692]: cluster 2024-03-21T13:13:01.407550+0000 mgr.x (mgr.34104) 5886 : cluster [DBG] pgmap v3891: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:03.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:03 smithi178 bash[75692]: cluster 2024-03-21T13:13:01.407987+0000 mgr.x (mgr.34104) 5887 : cluster [DBG] pgmap v3892: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:03.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:03 smithi178 bash[75692]: cephadm 2024-03-21T13:13:01.418761+0000 mgr.x (mgr.34104) 5888 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:03.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:03 smithi178 bash[75692]: cluster 2024-03-21T13:13:01.507790+0000 mgr.x (mgr.34104) 5889 : cluster [DBG] pgmap v3893: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:03.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:03 smithi178 bash[75692]: cluster 2024-03-21T13:13:01.508282+0000 mgr.x (mgr.34104) 5890 : cluster [DBG] pgmap v3894: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:03.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:03 smithi178 bash[75692]: cephadm 2024-03-21T13:13:01.517168+0000 mgr.x (mgr.34104) 5891 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:03.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:03 smithi178 bash[75692]: cluster 2024-03-21T13:13:01.610044+0000 mgr.x (mgr.34104) 5892 : cluster [DBG] pgmap v3895: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:03.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:03 smithi178 bash[75692]: cluster 2024-03-21T13:13:01.610269+0000 mgr.x (mgr.34104) 5893 : cluster [DBG] pgmap v3896: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:03.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:03 smithi178 bash[75692]: cephadm 2024-03-21T13:13:01.618274+0000 mgr.x (mgr.34104) 5894 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:03.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:03 smithi178 bash[75692]: cluster 2024-03-21T13:13:01.712971+0000 mgr.x (mgr.34104) 5895 : cluster [DBG] pgmap v3897: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:03.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:03 smithi178 bash[75692]: cephadm 2024-03-21T13:13:01.721461+0000 mgr.x (mgr.34104) 5896 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:03.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:03 smithi178 bash[75692]: cluster 2024-03-21T13:13:01.810196+0000 mgr.x (mgr.34104) 5897 : cluster [DBG] pgmap v3898: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:03.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:03 smithi178 bash[75692]: cluster 2024-03-21T13:13:01.810635+0000 mgr.x (mgr.34104) 5898 : cluster [DBG] pgmap v3899: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:03.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:03 smithi178 bash[75692]: cephadm 2024-03-21T13:13:01.820219+0000 mgr.x (mgr.34104) 5899 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:03.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:03 smithi178 bash[75692]: cluster 2024-03-21T13:13:01.910277+0000 mgr.x (mgr.34104) 5900 : cluster [DBG] pgmap v3900: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:03.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:03 smithi178 bash[75692]: cluster 2024-03-21T13:13:01.910696+0000 mgr.x (mgr.34104) 5901 : cluster [DBG] pgmap v3901: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:03.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:03 smithi178 bash[75692]: cephadm 2024-03-21T13:13:01.918535+0000 mgr.x (mgr.34104) 5902 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:03.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:03 smithi178 bash[77880]: cluster 2024-03-21T13:13:02.011309+0000 mgr.x (mgr.34104) 5903 : cluster [DBG] pgmap v3902: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:03.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:03 smithi178 bash[77880]: cluster 2024-03-21T13:13:02.011732+0000 mgr.x (mgr.34104) 5904 : cluster [DBG] pgmap v3903: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:03.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:03 smithi178 bash[77880]: cephadm 2024-03-21T13:13:02.021568+0000 mgr.x (mgr.34104) 5905 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:03.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:03 smithi178 bash[77880]: cluster 2024-03-21T13:13:02.113878+0000 mgr.x (mgr.34104) 5906 : cluster [DBG] pgmap v3904: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:03.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:03 smithi178 bash[77880]: cluster 2024-03-21T13:13:02.114289+0000 mgr.x (mgr.34104) 5907 : cluster [DBG] pgmap v3905: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:03.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:03 smithi178 bash[77880]: cephadm 2024-03-21T13:13:02.124404+0000 mgr.x (mgr.34104) 5908 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:03.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:03 smithi178 bash[77880]: cluster 2024-03-21T13:13:02.215464+0000 mgr.x (mgr.34104) 5909 : cluster [DBG] pgmap v3906: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:03.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:03 smithi178 bash[77880]: cluster 2024-03-21T13:13:02.216009+0000 mgr.x (mgr.34104) 5910 : cluster [DBG] pgmap v3907: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:03.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:03 smithi178 bash[77880]: cephadm 2024-03-21T13:13:02.225929+0000 mgr.x (mgr.34104) 5911 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:03.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:03 smithi178 bash[77880]: audit 2024-03-21T13:13:02.309567+0000 mon.a (mon.0) 9198 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:03.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:03 smithi178 bash[77880]: audit 2024-03-21T13:13:02.311845+0000 mon.a (mon.0) 9199 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:03.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:03 smithi178 bash[77880]: audit 2024-03-21T13:13:02.314346+0000 mon.a (mon.0) 9200 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:03.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:03 smithi178 bash[77880]: audit 2024-03-21T13:13:02.315086+0000 mon.a (mon.0) 9201 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:03.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:03 smithi178 bash[77880]: audit 2024-03-21T13:13:02.322774+0000 mon.a (mon.0) 9202 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:03.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:03 smithi178 bash[77880]: audit 2024-03-21T13:13:02.403362+0000 mon.a (mon.0) 9203 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:03.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:03 smithi178 bash[77880]: audit 2024-03-21T13:13:02.406667+0000 mon.a (mon.0) 9204 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:03.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:03 smithi178 bash[77880]: audit 2024-03-21T13:13:02.410060+0000 mon.a (mon.0) 9205 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:03.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:03 smithi178 bash[77880]: audit 2024-03-21T13:13:02.411530+0000 mon.a (mon.0) 9206 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:03.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:03 smithi178 bash[77880]: audit 2024-03-21T13:13:02.423828+0000 mon.a (mon.0) 9207 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:03.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:03 smithi178 bash[77880]: audit 2024-03-21T13:13:02.507199+0000 mon.a (mon.0) 9208 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:03.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:03 smithi178 bash[75692]: cluster 2024-03-21T13:13:02.011309+0000 mgr.x (mgr.34104) 5903 : cluster [DBG] pgmap v3902: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:03.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:03 smithi178 bash[75692]: cluster 2024-03-21T13:13:02.011732+0000 mgr.x (mgr.34104) 5904 : cluster [DBG] pgmap v3903: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:03.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:03 smithi178 bash[75692]: cephadm 2024-03-21T13:13:02.021568+0000 mgr.x (mgr.34104) 5905 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:03.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:03 smithi178 bash[75692]: cluster 2024-03-21T13:13:02.113878+0000 mgr.x (mgr.34104) 5906 : cluster [DBG] pgmap v3904: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:03.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:03 smithi178 bash[75692]: cluster 2024-03-21T13:13:02.114289+0000 mgr.x (mgr.34104) 5907 : cluster [DBG] pgmap v3905: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:03.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:03 smithi178 bash[75692]: cephadm 2024-03-21T13:13:02.124404+0000 mgr.x (mgr.34104) 5908 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:03.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:03 smithi178 bash[75692]: cluster 2024-03-21T13:13:02.215464+0000 mgr.x (mgr.34104) 5909 : cluster [DBG] pgmap v3906: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:03.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:03 smithi178 bash[75692]: cluster 2024-03-21T13:13:02.216009+0000 mgr.x (mgr.34104) 5910 : cluster [DBG] pgmap v3907: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:03.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:03 smithi178 bash[75692]: cephadm 2024-03-21T13:13:02.225929+0000 mgr.x (mgr.34104) 5911 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:03.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:03 smithi178 bash[75692]: audit 2024-03-21T13:13:02.309567+0000 mon.a (mon.0) 9198 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:03.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:03 smithi178 bash[75692]: audit 2024-03-21T13:13:02.311845+0000 mon.a (mon.0) 9199 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:03.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:03 smithi178 bash[75692]: audit 2024-03-21T13:13:02.314346+0000 mon.a (mon.0) 9200 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:03.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:03 smithi178 bash[75692]: audit 2024-03-21T13:13:02.315086+0000 mon.a (mon.0) 9201 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:03.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:03 smithi178 bash[75692]: audit 2024-03-21T13:13:02.322774+0000 mon.a (mon.0) 9202 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:03.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:03 smithi178 bash[75692]: audit 2024-03-21T13:13:02.403362+0000 mon.a (mon.0) 9203 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:03.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:03 smithi178 bash[75692]: audit 2024-03-21T13:13:02.406667+0000 mon.a (mon.0) 9204 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:03.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:03 smithi178 bash[75692]: audit 2024-03-21T13:13:02.410060+0000 mon.a (mon.0) 9205 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:03.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:03 smithi178 bash[75692]: audit 2024-03-21T13:13:02.411530+0000 mon.a (mon.0) 9206 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:03.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:03 smithi178 bash[75692]: audit 2024-03-21T13:13:02.423828+0000 mon.a (mon.0) 9207 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:03.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:03 smithi178 bash[75692]: audit 2024-03-21T13:13:02.507199+0000 mon.a (mon.0) 9208 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:03.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:03 smithi178 bash[77880]: audit 2024-03-21T13:13:02.510449+0000 mon.a (mon.0) 9209 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:03.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:03 smithi178 bash[77880]: audit 2024-03-21T13:13:02.513972+0000 mon.a (mon.0) 9210 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:03.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:03 smithi178 bash[77880]: audit 2024-03-21T13:13:02.515201+0000 mon.a (mon.0) 9211 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:03.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:03 smithi178 bash[77880]: audit 2024-03-21T13:13:02.526559+0000 mon.a (mon.0) 9212 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:03.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:03 smithi178 bash[77880]: audit 2024-03-21T13:13:02.608424+0000 mon.a (mon.0) 9213 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:03.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:03 smithi178 bash[77880]: audit 2024-03-21T13:13:02.611641+0000 mon.a (mon.0) 9214 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:03.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:03 smithi178 bash[77880]: audit 2024-03-21T13:13:02.615133+0000 mon.a (mon.0) 9215 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:03.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:03 smithi178 bash[77880]: audit 2024-03-21T13:13:02.616749+0000 mon.a (mon.0) 9216 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:03.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:03 smithi178 bash[77880]: audit 2024-03-21T13:13:02.628734+0000 mon.a (mon.0) 9217 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:03.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:03 smithi178 bash[77880]: audit 2024-03-21T13:13:02.711898+0000 mon.a (mon.0) 9218 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:03.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:03 smithi178 bash[77880]: audit 2024-03-21T13:13:02.715092+0000 mon.a (mon.0) 9219 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:03.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:03 smithi178 bash[77880]: audit 2024-03-21T13:13:02.718621+0000 mon.a (mon.0) 9220 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:03.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:03 smithi178 bash[77880]: audit 2024-03-21T13:13:02.720208+0000 mon.a (mon.0) 9221 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:03.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:03 smithi178 bash[77880]: audit 2024-03-21T13:13:02.732357+0000 mon.a (mon.0) 9222 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:03.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:03 smithi178 bash[77880]: audit 2024-03-21T13:13:02.813572+0000 mon.a (mon.0) 9223 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:03.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:03 smithi178 bash[77880]: audit 2024-03-21T13:13:02.816778+0000 mon.a (mon.0) 9224 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:03.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:03 smithi178 bash[77880]: audit 2024-03-21T13:13:02.820584+0000 mon.a (mon.0) 9225 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:03.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:03 smithi178 bash[77880]: audit 2024-03-21T13:13:02.822319+0000 mon.a (mon.0) 9226 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:03.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:03 smithi178 bash[77880]: audit 2024-03-21T13:13:02.834041+0000 mon.a (mon.0) 9227 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:03.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:03 smithi178 bash[75692]: audit 2024-03-21T13:13:02.510449+0000 mon.a (mon.0) 9209 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:03.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:03 smithi178 bash[75692]: audit 2024-03-21T13:13:02.513972+0000 mon.a (mon.0) 9210 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:03.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:03 smithi178 bash[75692]: audit 2024-03-21T13:13:02.515201+0000 mon.a (mon.0) 9211 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:03.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:03 smithi178 bash[75692]: audit 2024-03-21T13:13:02.526559+0000 mon.a (mon.0) 9212 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:03.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:03 smithi178 bash[75692]: audit 2024-03-21T13:13:02.608424+0000 mon.a (mon.0) 9213 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:03.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:03 smithi178 bash[75692]: audit 2024-03-21T13:13:02.611641+0000 mon.a (mon.0) 9214 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:03.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:03 smithi178 bash[75692]: audit 2024-03-21T13:13:02.615133+0000 mon.a (mon.0) 9215 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:03.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:03 smithi178 bash[75692]: audit 2024-03-21T13:13:02.616749+0000 mon.a (mon.0) 9216 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:03.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:03 smithi178 bash[75692]: audit 2024-03-21T13:13:02.628734+0000 mon.a (mon.0) 9217 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:03.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:03 smithi178 bash[75692]: audit 2024-03-21T13:13:02.711898+0000 mon.a (mon.0) 9218 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:03.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:03 smithi178 bash[75692]: audit 2024-03-21T13:13:02.715092+0000 mon.a (mon.0) 9219 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:03.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:03 smithi178 bash[75692]: audit 2024-03-21T13:13:02.718621+0000 mon.a (mon.0) 9220 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:03.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:03 smithi178 bash[75692]: audit 2024-03-21T13:13:02.720208+0000 mon.a (mon.0) 9221 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:03.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:03 smithi178 bash[75692]: audit 2024-03-21T13:13:02.732357+0000 mon.a (mon.0) 9222 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:03.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:03 smithi178 bash[75692]: audit 2024-03-21T13:13:02.813572+0000 mon.a (mon.0) 9223 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:03.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:03 smithi178 bash[75692]: audit 2024-03-21T13:13:02.816778+0000 mon.a (mon.0) 9224 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:03.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:03 smithi178 bash[75692]: audit 2024-03-21T13:13:02.820584+0000 mon.a (mon.0) 9225 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:03.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:03 smithi178 bash[75692]: audit 2024-03-21T13:13:02.822319+0000 mon.a (mon.0) 9226 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:03.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:03 smithi178 bash[75692]: audit 2024-03-21T13:13:02.834041+0000 mon.a (mon.0) 9227 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:03.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:03 smithi178 bash[77880]: audit 2024-03-21T13:13:02.915321+0000 mon.a (mon.0) 9228 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:03.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:03 smithi178 bash[77880]: audit 2024-03-21T13:13:02.918709+0000 mon.a (mon.0) 9229 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:03.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:03 smithi178 bash[77880]: audit 2024-03-21T13:13:02.922440+0000 mon.a (mon.0) 9230 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:03.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:03 smithi178 bash[77880]: audit 2024-03-21T13:13:02.923759+0000 mon.a (mon.0) 9231 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:03.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:03 smithi178 bash[77880]: audit 2024-03-21T13:13:02.934458+0000 mon.a (mon.0) 9232 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:03.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:03 smithi178 bash[77880]: audit 2024-03-21T13:13:03.014177+0000 mon.a (mon.0) 9233 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:03.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:03 smithi178 bash[77880]: audit 2024-03-21T13:13:03.018101+0000 mon.a (mon.0) 9234 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:03.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:03 smithi178 bash[77880]: audit 2024-03-21T13:13:03.023183+0000 mon.a (mon.0) 9235 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:03.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:03 smithi178 bash[77880]: audit 2024-03-21T13:13:03.025208+0000 mon.a (mon.0) 9236 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:03.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:03 smithi178 bash[77880]: audit 2024-03-21T13:13:03.036846+0000 mon.a (mon.0) 9237 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:03.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:03 smithi178 bash[77880]: audit 2024-03-21T13:13:03.118953+0000 mon.a (mon.0) 9238 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:03.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:03 smithi178 bash[77880]: audit 2024-03-21T13:13:03.121991+0000 mon.a (mon.0) 9239 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:03.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:03 smithi178 bash[77880]: audit 2024-03-21T13:13:03.125073+0000 mon.a (mon.0) 9240 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:03.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:03 smithi178 bash[77880]: audit 2024-03-21T13:13:03.126474+0000 mon.a (mon.0) 9241 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:03.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:03 smithi178 bash[77880]: audit 2024-03-21T13:13:03.138136+0000 mon.a (mon.0) 9242 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:03.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:03 smithi178 bash[77880]: audit 2024-03-21T13:13:03.218072+0000 mon.a (mon.0) 9243 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:03.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:03 smithi178 bash[77880]: audit 2024-03-21T13:13:03.221371+0000 mon.a (mon.0) 9244 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:03.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:03 smithi178 bash[77880]: audit 2024-03-21T13:13:03.225524+0000 mon.a (mon.0) 9245 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:03.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:03 smithi178 bash[77880]: audit 2024-03-21T13:13:03.227013+0000 mon.a (mon.0) 9246 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:03.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:03 smithi178 bash[77880]: audit 2024-03-21T13:13:03.237846+0000 mon.a (mon.0) 9247 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:03.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:03 smithi178 bash[75692]: audit 2024-03-21T13:13:02.915321+0000 mon.a (mon.0) 9228 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:03.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:03 smithi178 bash[75692]: audit 2024-03-21T13:13:02.918709+0000 mon.a (mon.0) 9229 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:03.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:03 smithi178 bash[75692]: audit 2024-03-21T13:13:02.922440+0000 mon.a (mon.0) 9230 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:03.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:03 smithi178 bash[75692]: audit 2024-03-21T13:13:02.923759+0000 mon.a (mon.0) 9231 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:03.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:03 smithi178 bash[75692]: audit 2024-03-21T13:13:02.934458+0000 mon.a (mon.0) 9232 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:03.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:03 smithi178 bash[75692]: audit 2024-03-21T13:13:03.014177+0000 mon.a (mon.0) 9233 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:03.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:03 smithi178 bash[75692]: audit 2024-03-21T13:13:03.018101+0000 mon.a (mon.0) 9234 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:03.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:03 smithi178 bash[75692]: audit 2024-03-21T13:13:03.023183+0000 mon.a (mon.0) 9235 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:03.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:03 smithi178 bash[75692]: audit 2024-03-21T13:13:03.025208+0000 mon.a (mon.0) 9236 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:03.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:03 smithi178 bash[75692]: audit 2024-03-21T13:13:03.036846+0000 mon.a (mon.0) 9237 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:03.811 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:03 smithi178 bash[75692]: audit 2024-03-21T13:13:03.118953+0000 mon.a (mon.0) 9238 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:03.811 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:03 smithi178 bash[75692]: audit 2024-03-21T13:13:03.121991+0000 mon.a (mon.0) 9239 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:03.811 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:03 smithi178 bash[75692]: audit 2024-03-21T13:13:03.125073+0000 mon.a (mon.0) 9240 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:03.811 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:03 smithi178 bash[75692]: audit 2024-03-21T13:13:03.126474+0000 mon.a (mon.0) 9241 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:03.811 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:03 smithi178 bash[75692]: audit 2024-03-21T13:13:03.138136+0000 mon.a (mon.0) 9242 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:03.811 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:03 smithi178 bash[75692]: audit 2024-03-21T13:13:03.218072+0000 mon.a (mon.0) 9243 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:03.811 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:03 smithi178 bash[75692]: audit 2024-03-21T13:13:03.221371+0000 mon.a (mon.0) 9244 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:03.811 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:03 smithi178 bash[75692]: audit 2024-03-21T13:13:03.225524+0000 mon.a (mon.0) 9245 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:03.811 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:03 smithi178 bash[75692]: audit 2024-03-21T13:13:03.227013+0000 mon.a (mon.0) 9246 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:03.811 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:03 smithi178 bash[75692]: audit 2024-03-21T13:13:03.237846+0000 mon.a (mon.0) 9247 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:04.475 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:04 smithi178 bash[75692]: cluster 2024-03-21T13:13:02.317114+0000 mgr.x (mgr.34104) 5912 : cluster [DBG] pgmap v3908: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:04.476 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:04 smithi178 bash[75692]: cluster 2024-03-21T13:13:02.317441+0000 mgr.x (mgr.34104) 5913 : cluster [DBG] pgmap v3909: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:04.476 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:04 smithi178 bash[75692]: cephadm 2024-03-21T13:13:02.323997+0000 mgr.x (mgr.34104) 5914 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:04.476 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:04 smithi178 bash[75692]: cluster 2024-03-21T13:13:02.414703+0000 mgr.x (mgr.34104) 5915 : cluster [DBG] pgmap v3910: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:04.476 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:04 smithi178 bash[75692]: cluster 2024-03-21T13:13:02.415186+0000 mgr.x (mgr.34104) 5916 : cluster [DBG] pgmap v3911: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:04.476 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:04 smithi178 bash[75692]: cephadm 2024-03-21T13:13:02.425065+0000 mgr.x (mgr.34104) 5917 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:04.476 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:04 smithi178 bash[75692]: cluster 2024-03-21T13:13:02.518109+0000 mgr.x (mgr.34104) 5918 : cluster [DBG] pgmap v3912: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:04.476 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:04 smithi178 bash[75692]: cluster 2024-03-21T13:13:02.518562+0000 mgr.x (mgr.34104) 5919 : cluster [DBG] pgmap v3913: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:04.476 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:04 smithi178 bash[75692]: cephadm 2024-03-21T13:13:02.527820+0000 mgr.x (mgr.34104) 5920 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:04.476 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:04 smithi178 bash[75692]: cluster 2024-03-21T13:13:02.620069+0000 mgr.x (mgr.34104) 5921 : cluster [DBG] pgmap v3914: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:04.476 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:04 smithi178 bash[75692]: cluster 2024-03-21T13:13:02.620526+0000 mgr.x (mgr.34104) 5922 : cluster [DBG] pgmap v3915: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:04.476 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:04 smithi178 bash[75692]: cephadm 2024-03-21T13:13:02.630165+0000 mgr.x (mgr.34104) 5923 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:04.476 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:04 smithi178 bash[75692]: cluster 2024-03-21T13:13:02.723420+0000 mgr.x (mgr.34104) 5924 : cluster [DBG] pgmap v3916: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:04.476 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:04 smithi178 bash[75692]: cluster 2024-03-21T13:13:02.724135+0000 mgr.x (mgr.34104) 5925 : cluster [DBG] pgmap v3917: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:04.476 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:04 smithi178 bash[75692]: cephadm 2024-03-21T13:13:02.733544+0000 mgr.x (mgr.34104) 5926 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:04.477 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:04 smithi178 bash[75692]: cluster 2024-03-21T13:13:02.825398+0000 mgr.x (mgr.34104) 5927 : cluster [DBG] pgmap v3918: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:04.477 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:04 smithi178 bash[75692]: cluster 2024-03-21T13:13:02.825875+0000 mgr.x (mgr.34104) 5928 : cluster [DBG] pgmap v3919: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:04.477 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:04 smithi178 bash[75692]: cephadm 2024-03-21T13:13:02.835395+0000 mgr.x (mgr.34104) 5929 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:04.477 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:04 smithi178 bash[75692]: cluster 2024-03-21T13:13:02.926576+0000 mgr.x (mgr.34104) 5930 : cluster [DBG] pgmap v3920: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:04.477 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:04 smithi178 bash[75692]: cluster 2024-03-21T13:13:02.926930+0000 mgr.x (mgr.34104) 5931 : cluster [DBG] pgmap v3921: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:04.477 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:04 smithi178 bash[77880]: cluster 2024-03-21T13:13:02.317114+0000 mgr.x (mgr.34104) 5912 : cluster [DBG] pgmap v3908: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:04.477 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:04 smithi178 bash[77880]: cluster 2024-03-21T13:13:02.317441+0000 mgr.x (mgr.34104) 5913 : cluster [DBG] pgmap v3909: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:04.477 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:04 smithi178 bash[77880]: cephadm 2024-03-21T13:13:02.323997+0000 mgr.x (mgr.34104) 5914 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:04.477 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:04 smithi178 bash[77880]: cluster 2024-03-21T13:13:02.414703+0000 mgr.x (mgr.34104) 5915 : cluster [DBG] pgmap v3910: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:04.477 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:04 smithi178 bash[77880]: cluster 2024-03-21T13:13:02.415186+0000 mgr.x (mgr.34104) 5916 : cluster [DBG] pgmap v3911: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:04.477 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:04 smithi178 bash[77880]: cephadm 2024-03-21T13:13:02.425065+0000 mgr.x (mgr.34104) 5917 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:04.478 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:04 smithi178 bash[77880]: cluster 2024-03-21T13:13:02.518109+0000 mgr.x (mgr.34104) 5918 : cluster [DBG] pgmap v3912: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:04.478 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:04 smithi178 bash[77880]: cluster 2024-03-21T13:13:02.518562+0000 mgr.x (mgr.34104) 5919 : cluster [DBG] pgmap v3913: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:04.478 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:04 smithi178 bash[77880]: cephadm 2024-03-21T13:13:02.527820+0000 mgr.x (mgr.34104) 5920 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:04.478 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:04 smithi178 bash[77880]: cluster 2024-03-21T13:13:02.620069+0000 mgr.x (mgr.34104) 5921 : cluster [DBG] pgmap v3914: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:04.478 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:04 smithi178 bash[77880]: cluster 2024-03-21T13:13:02.620526+0000 mgr.x (mgr.34104) 5922 : cluster [DBG] pgmap v3915: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:04.478 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:04 smithi178 bash[77880]: cephadm 2024-03-21T13:13:02.630165+0000 mgr.x (mgr.34104) 5923 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:04.478 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:04 smithi178 bash[77880]: cluster 2024-03-21T13:13:02.723420+0000 mgr.x (mgr.34104) 5924 : cluster [DBG] pgmap v3916: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:04.478 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:04 smithi178 bash[77880]: cluster 2024-03-21T13:13:02.724135+0000 mgr.x (mgr.34104) 5925 : cluster [DBG] pgmap v3917: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:04.478 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:04 smithi178 bash[77880]: cephadm 2024-03-21T13:13:02.733544+0000 mgr.x (mgr.34104) 5926 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:04.478 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:04 smithi178 bash[77880]: cluster 2024-03-21T13:13:02.825398+0000 mgr.x (mgr.34104) 5927 : cluster [DBG] pgmap v3918: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:04.478 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:04 smithi178 bash[77880]: cluster 2024-03-21T13:13:02.825875+0000 mgr.x (mgr.34104) 5928 : cluster [DBG] pgmap v3919: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:04.478 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:04 smithi178 bash[77880]: cephadm 2024-03-21T13:13:02.835395+0000 mgr.x (mgr.34104) 5929 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:04.478 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:04 smithi178 bash[77880]: cluster 2024-03-21T13:13:02.926576+0000 mgr.x (mgr.34104) 5930 : cluster [DBG] pgmap v3920: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:04.479 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:04 smithi178 bash[77880]: cluster 2024-03-21T13:13:02.926930+0000 mgr.x (mgr.34104) 5931 : cluster [DBG] pgmap v3921: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:04.479 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:04 smithi178 bash[75692]: cephadm 2024-03-21T13:13:02.935658+0000 mgr.x (mgr.34104) 5932 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:04.479 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:04 smithi178 bash[75692]: cluster 2024-03-21T13:13:03.028434+0000 mgr.x (mgr.34104) 5933 : cluster [DBG] pgmap v3922: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:04.479 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:04 smithi178 bash[75692]: cluster 2024-03-21T13:13:03.029120+0000 mgr.x (mgr.34104) 5934 : cluster [DBG] pgmap v3923: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:04.479 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:04 smithi178 bash[75692]: cephadm 2024-03-21T13:13:03.038108+0000 mgr.x (mgr.34104) 5935 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:04.479 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:04 smithi178 bash[75692]: cluster 2024-03-21T13:13:03.128959+0000 mgr.x (mgr.34104) 5936 : cluster [DBG] pgmap v3924: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:04.479 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:04 smithi178 bash[75692]: cluster 2024-03-21T13:13:03.129220+0000 mgr.x (mgr.34104) 5937 : cluster [DBG] pgmap v3925: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:04.479 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:04 smithi178 bash[75692]: cephadm 2024-03-21T13:13:03.139424+0000 mgr.x (mgr.34104) 5938 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:04.479 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:04 smithi178 bash[75692]: cluster 2024-03-21T13:13:03.229890+0000 mgr.x (mgr.34104) 5939 : cluster [DBG] pgmap v3926: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:04.479 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:04 smithi178 bash[75692]: cluster 2024-03-21T13:13:03.230175+0000 mgr.x (mgr.34104) 5940 : cluster [DBG] pgmap v3927: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:04.480 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:04 smithi178 bash[75692]: cephadm 2024-03-21T13:13:03.239219+0000 mgr.x (mgr.34104) 5941 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:04.480 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:04 smithi178 bash[75692]: audit 2024-03-21T13:13:03.319194+0000 mon.a (mon.0) 9248 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:04.480 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:04 smithi178 bash[75692]: audit 2024-03-21T13:13:03.321501+0000 mon.a (mon.0) 9249 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:04.480 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:04 smithi178 bash[75692]: audit 2024-03-21T13:13:03.324959+0000 mon.a (mon.0) 9250 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:04.480 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:04 smithi178 bash[75692]: audit 2024-03-21T13:13:03.329167+0000 mon.a (mon.0) 9251 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:04.480 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:04 smithi178 bash[75692]: audit 2024-03-21T13:13:03.337321+0000 mon.a (mon.0) 9252 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:04.480 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:04 smithi178 bash[75692]: audit 2024-03-21T13:13:03.420031+0000 mon.a (mon.0) 9253 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:04.480 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:04 smithi178 bash[75692]: audit 2024-03-21T13:13:03.424816+0000 mon.a (mon.0) 9254 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:04.480 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:04 smithi178 bash[75692]: audit 2024-03-21T13:13:03.429959+0000 mon.a (mon.0) 9255 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:04.480 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:04 smithi178 bash[75692]: audit 2024-03-21T13:13:03.431587+0000 mon.a (mon.0) 9256 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:04.480 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:04 smithi178 bash[75692]: audit 2024-03-21T13:13:03.443052+0000 mon.a (mon.0) 9257 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:04.481 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:04 smithi178 bash[77880]: cephadm 2024-03-21T13:13:02.935658+0000 mgr.x (mgr.34104) 5932 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:04.481 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:04 smithi178 bash[77880]: cluster 2024-03-21T13:13:03.028434+0000 mgr.x (mgr.34104) 5933 : cluster [DBG] pgmap v3922: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:04.481 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:04 smithi178 bash[77880]: cluster 2024-03-21T13:13:03.029120+0000 mgr.x (mgr.34104) 5934 : cluster [DBG] pgmap v3923: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:04.481 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:04 smithi178 bash[77880]: cephadm 2024-03-21T13:13:03.038108+0000 mgr.x (mgr.34104) 5935 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:04.481 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:04 smithi178 bash[77880]: cluster 2024-03-21T13:13:03.128959+0000 mgr.x (mgr.34104) 5936 : cluster [DBG] pgmap v3924: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:04.481 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:04 smithi178 bash[77880]: cluster 2024-03-21T13:13:03.129220+0000 mgr.x (mgr.34104) 5937 : cluster [DBG] pgmap v3925: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:04.481 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:04 smithi178 bash[77880]: cephadm 2024-03-21T13:13:03.139424+0000 mgr.x (mgr.34104) 5938 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:04.481 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:04 smithi178 bash[77880]: cluster 2024-03-21T13:13:03.229890+0000 mgr.x (mgr.34104) 5939 : cluster [DBG] pgmap v3926: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:04.481 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:04 smithi178 bash[77880]: cluster 2024-03-21T13:13:03.230175+0000 mgr.x (mgr.34104) 5940 : cluster [DBG] pgmap v3927: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:04.481 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:04 smithi178 bash[77880]: cephadm 2024-03-21T13:13:03.239219+0000 mgr.x (mgr.34104) 5941 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:04.481 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:04 smithi178 bash[77880]: audit 2024-03-21T13:13:03.319194+0000 mon.a (mon.0) 9248 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:04.481 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:04 smithi178 bash[77880]: audit 2024-03-21T13:13:03.321501+0000 mon.a (mon.0) 9249 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:04.481 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:04 smithi178 bash[77880]: audit 2024-03-21T13:13:03.324959+0000 mon.a (mon.0) 9250 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:04.481 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:04 smithi178 bash[77880]: audit 2024-03-21T13:13:03.329167+0000 mon.a (mon.0) 9251 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:04.482 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:04 smithi178 bash[77880]: audit 2024-03-21T13:13:03.337321+0000 mon.a (mon.0) 9252 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:04.482 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:04 smithi178 bash[77880]: audit 2024-03-21T13:13:03.420031+0000 mon.a (mon.0) 9253 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:04.482 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:04 smithi178 bash[77880]: audit 2024-03-21T13:13:03.424816+0000 mon.a (mon.0) 9254 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:04.482 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:04 smithi178 bash[77880]: audit 2024-03-21T13:13:03.429959+0000 mon.a (mon.0) 9255 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:04.482 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:04 smithi178 bash[77880]: audit 2024-03-21T13:13:03.431587+0000 mon.a (mon.0) 9256 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:04.482 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:04 smithi178 bash[77880]: audit 2024-03-21T13:13:03.443052+0000 mon.a (mon.0) 9257 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:04.482 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:04 smithi178 bash[75692]: audit 2024-03-21T13:13:03.524970+0000 mon.a (mon.0) 9258 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:04.482 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:04 smithi178 bash[75692]: audit 2024-03-21T13:13:03.528500+0000 mon.a (mon.0) 9259 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:04.482 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:04 smithi178 bash[75692]: audit 2024-03-21T13:13:03.532266+0000 mon.a (mon.0) 9260 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:04.482 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:04 smithi178 bash[75692]: audit 2024-03-21T13:13:03.533585+0000 mon.a (mon.0) 9261 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:04.483 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:04 smithi178 bash[75692]: audit 2024-03-21T13:13:03.545104+0000 mon.a (mon.0) 9262 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:04.483 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:04 smithi178 bash[75692]: audit 2024-03-21T13:13:03.626760+0000 mon.a (mon.0) 9263 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:04.483 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:04 smithi178 bash[75692]: audit 2024-03-21T13:13:03.630169+0000 mon.a (mon.0) 9264 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:04.483 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:04 smithi178 bash[75692]: audit 2024-03-21T13:13:03.634687+0000 mon.a (mon.0) 9265 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:04.483 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:04 smithi178 bash[75692]: audit 2024-03-21T13:13:03.635970+0000 mon.a (mon.0) 9266 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:04.483 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:04 smithi178 bash[75692]: audit 2024-03-21T13:13:03.647283+0000 mon.a (mon.0) 9267 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:04.483 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:04 smithi178 bash[75692]: audit 2024-03-21T13:13:03.727632+0000 mon.a (mon.0) 9268 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:04.483 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:04 smithi178 bash[75692]: audit 2024-03-21T13:13:03.731107+0000 mon.a (mon.0) 9269 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:04.483 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:04 smithi178 bash[75692]: audit 2024-03-21T13:13:03.734466+0000 mon.a (mon.0) 9270 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:04.483 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:04 smithi178 bash[75692]: audit 2024-03-21T13:13:03.735879+0000 mon.a (mon.0) 9271 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:04.483 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:04 smithi178 bash[75692]: audit 2024-03-21T13:13:03.747330+0000 mon.a (mon.0) 9272 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:04.483 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:04 smithi178 bash[75692]: audit 2024-03-21T13:13:03.828666+0000 mon.a (mon.0) 9273 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:04.483 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:04 smithi178 bash[75692]: audit 2024-03-21T13:13:03.831933+0000 mon.a (mon.0) 9274 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:04.483 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:04 smithi178 bash[75692]: audit 2024-03-21T13:13:03.835277+0000 mon.a (mon.0) 9275 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:04.483 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:04 smithi178 bash[75692]: audit 2024-03-21T13:13:03.836966+0000 mon.a (mon.0) 9276 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:04.484 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:04 smithi178 bash[77880]: audit 2024-03-21T13:13:03.524970+0000 mon.a (mon.0) 9258 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:04.484 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:04 smithi178 bash[77880]: audit 2024-03-21T13:13:03.528500+0000 mon.a (mon.0) 9259 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:04.484 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:04 smithi178 bash[77880]: audit 2024-03-21T13:13:03.532266+0000 mon.a (mon.0) 9260 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:04.484 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:04 smithi178 bash[77880]: audit 2024-03-21T13:13:03.533585+0000 mon.a (mon.0) 9261 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:04.484 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:04 smithi178 bash[77880]: audit 2024-03-21T13:13:03.545104+0000 mon.a (mon.0) 9262 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:04.484 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:04 smithi178 bash[77880]: audit 2024-03-21T13:13:03.626760+0000 mon.a (mon.0) 9263 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:04.484 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:04 smithi178 bash[77880]: audit 2024-03-21T13:13:03.630169+0000 mon.a (mon.0) 9264 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:04.484 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:04 smithi178 bash[77880]: audit 2024-03-21T13:13:03.634687+0000 mon.a (mon.0) 9265 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:04.484 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:04 smithi178 bash[77880]: audit 2024-03-21T13:13:03.635970+0000 mon.a (mon.0) 9266 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:04.484 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:04 smithi178 bash[77880]: audit 2024-03-21T13:13:03.647283+0000 mon.a (mon.0) 9267 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:04.485 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:04 smithi178 bash[77880]: audit 2024-03-21T13:13:03.727632+0000 mon.a (mon.0) 9268 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:04.485 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:04 smithi178 bash[77880]: audit 2024-03-21T13:13:03.731107+0000 mon.a (mon.0) 9269 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:04.485 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:04 smithi178 bash[77880]: audit 2024-03-21T13:13:03.734466+0000 mon.a (mon.0) 9270 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:04.485 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:04 smithi178 bash[77880]: audit 2024-03-21T13:13:03.735879+0000 mon.a (mon.0) 9271 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:04.485 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:04 smithi178 bash[77880]: audit 2024-03-21T13:13:03.747330+0000 mon.a (mon.0) 9272 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:04.485 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:04 smithi178 bash[77880]: audit 2024-03-21T13:13:03.828666+0000 mon.a (mon.0) 9273 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:04.485 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:04 smithi178 bash[77880]: audit 2024-03-21T13:13:03.831933+0000 mon.a (mon.0) 9274 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:04.485 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:04 smithi178 bash[77880]: audit 2024-03-21T13:13:03.835277+0000 mon.a (mon.0) 9275 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:04.485 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:04 smithi178 bash[77880]: audit 2024-03-21T13:13:03.836966+0000 mon.a (mon.0) 9276 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:04.486 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:04 smithi178 bash[75692]: audit 2024-03-21T13:13:03.850051+0000 mon.a (mon.0) 9277 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:04.486 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:04 smithi178 bash[75692]: audit 2024-03-21T13:13:03.929526+0000 mon.a (mon.0) 9278 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:04.486 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:04 smithi178 bash[75692]: audit 2024-03-21T13:13:03.932692+0000 mon.a (mon.0) 9279 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:04.486 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:04 smithi178 bash[75692]: audit 2024-03-21T13:13:03.936660+0000 mon.a (mon.0) 9280 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:04.486 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:04 smithi178 bash[75692]: audit 2024-03-21T13:13:03.938482+0000 mon.a (mon.0) 9281 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:04.486 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:04 smithi178 bash[75692]: audit 2024-03-21T13:13:03.949673+0000 mon.a (mon.0) 9282 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:04.486 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:04 smithi178 bash[75692]: audit 2024-03-21T13:13:04.034633+0000 mon.a (mon.0) 9283 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:04.486 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:04 smithi178 bash[75692]: audit 2024-03-21T13:13:04.037422+0000 mon.a (mon.0) 9284 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:04.486 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:04 smithi178 bash[75692]: audit 2024-03-21T13:13:04.040761+0000 mon.a (mon.0) 9285 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:04.486 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:04 smithi178 bash[75692]: audit 2024-03-21T13:13:04.042022+0000 mon.a (mon.0) 9286 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:04.486 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:04 smithi178 bash[75692]: audit 2024-03-21T13:13:04.051760+0000 mon.a (mon.0) 9287 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:04.486 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:04 smithi178 bash[75692]: audit 2024-03-21T13:13:04.129768+0000 mon.a (mon.0) 9288 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:04.486 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:04 smithi178 bash[75692]: audit 2024-03-21T13:13:04.133333+0000 mon.a (mon.0) 9289 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:04.486 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:04 smithi178 bash[75692]: audit 2024-03-21T13:13:04.137354+0000 mon.a (mon.0) 9290 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:04.487 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:04 smithi178 bash[75692]: audit 2024-03-21T13:13:04.139168+0000 mon.a (mon.0) 9291 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:04.487 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:04 smithi178 bash[75692]: audit 2024-03-21T13:13:04.150648+0000 mon.a (mon.0) 9292 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:04.487 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:04 smithi178 bash[75692]: audit 2024-03-21T13:13:04.230475+0000 mon.a (mon.0) 9293 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:04.487 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:04 smithi178 bash[75692]: audit 2024-03-21T13:13:04.234217+0000 mon.a (mon.0) 9294 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:04.487 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:04 smithi178 bash[75692]: audit 2024-03-21T13:13:04.237457+0000 mon.a (mon.0) 9295 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:04.487 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:04 smithi178 bash[75692]: audit 2024-03-21T13:13:04.242084+0000 mon.a (mon.0) 9296 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:04.487 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:04 smithi178 bash[75692]: audit 2024-03-21T13:13:04.253025+0000 mon.a (mon.0) 9297 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:04.487 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:04 smithi178 bash[77880]: audit 2024-03-21T13:13:03.850051+0000 mon.a (mon.0) 9277 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:04.487 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:04 smithi178 bash[77880]: audit 2024-03-21T13:13:03.929526+0000 mon.a (mon.0) 9278 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:04.487 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:04 smithi178 bash[77880]: audit 2024-03-21T13:13:03.932692+0000 mon.a (mon.0) 9279 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:04.488 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:04 smithi178 bash[77880]: audit 2024-03-21T13:13:03.936660+0000 mon.a (mon.0) 9280 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:04.488 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:04 smithi178 bash[77880]: audit 2024-03-21T13:13:03.938482+0000 mon.a (mon.0) 9281 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:04.488 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:04 smithi178 bash[77880]: audit 2024-03-21T13:13:03.949673+0000 mon.a (mon.0) 9282 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:04.488 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:04 smithi178 bash[77880]: audit 2024-03-21T13:13:04.034633+0000 mon.a (mon.0) 9283 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:04.488 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:04 smithi178 bash[77880]: audit 2024-03-21T13:13:04.037422+0000 mon.a (mon.0) 9284 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:04.488 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:04 smithi178 bash[77880]: audit 2024-03-21T13:13:04.040761+0000 mon.a (mon.0) 9285 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:04.488 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:04 smithi178 bash[77880]: audit 2024-03-21T13:13:04.042022+0000 mon.a (mon.0) 9286 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:04.488 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:04 smithi178 bash[77880]: audit 2024-03-21T13:13:04.051760+0000 mon.a (mon.0) 9287 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:04.488 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:04 smithi178 bash[77880]: audit 2024-03-21T13:13:04.129768+0000 mon.a (mon.0) 9288 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:04.488 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:04 smithi178 bash[77880]: audit 2024-03-21T13:13:04.133333+0000 mon.a (mon.0) 9289 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:04.488 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:04 smithi178 bash[77880]: audit 2024-03-21T13:13:04.137354+0000 mon.a (mon.0) 9290 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:04.488 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:04 smithi178 bash[77880]: audit 2024-03-21T13:13:04.139168+0000 mon.a (mon.0) 9291 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:04.488 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:04 smithi178 bash[77880]: audit 2024-03-21T13:13:04.150648+0000 mon.a (mon.0) 9292 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:04.488 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:04 smithi178 bash[77880]: audit 2024-03-21T13:13:04.230475+0000 mon.a (mon.0) 9293 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:04.489 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:04 smithi178 bash[77880]: audit 2024-03-21T13:13:04.234217+0000 mon.a (mon.0) 9294 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:04.489 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:04 smithi178 bash[77880]: audit 2024-03-21T13:13:04.237457+0000 mon.a (mon.0) 9295 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:04.489 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:04 smithi178 bash[77880]: audit 2024-03-21T13:13:04.242084+0000 mon.a (mon.0) 9296 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:04.489 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:04 smithi178 bash[77880]: audit 2024-03-21T13:13:04.253025+0000 mon.a (mon.0) 9297 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:04.614 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:04 smithi184 bash[59794]: cluster 2024-03-21T13:13:02.317114+0000 mgr.x (mgr.34104) 5912 : cluster [DBG] pgmap v3908: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:04.614 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:04 smithi184 bash[59794]: cluster 2024-03-21T13:13:02.317441+0000 mgr.x (mgr.34104) 5913 : cluster [DBG] pgmap v3909: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:04.615 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:04 smithi184 bash[59794]: cephadm 2024-03-21T13:13:02.323997+0000 mgr.x (mgr.34104) 5914 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:04.615 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:04 smithi184 bash[59794]: cluster 2024-03-21T13:13:02.414703+0000 mgr.x (mgr.34104) 5915 : cluster [DBG] pgmap v3910: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:04.615 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:04 smithi184 bash[59794]: cluster 2024-03-21T13:13:02.415186+0000 mgr.x (mgr.34104) 5916 : cluster [DBG] pgmap v3911: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:04.615 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:04 smithi184 bash[59794]: cephadm 2024-03-21T13:13:02.425065+0000 mgr.x (mgr.34104) 5917 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:04.615 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:04 smithi184 bash[59794]: cluster 2024-03-21T13:13:02.518109+0000 mgr.x (mgr.34104) 5918 : cluster [DBG] pgmap v3912: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:04.615 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:04 smithi184 bash[59794]: cluster 2024-03-21T13:13:02.518562+0000 mgr.x (mgr.34104) 5919 : cluster [DBG] pgmap v3913: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:04.615 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:04 smithi184 bash[59794]: cephadm 2024-03-21T13:13:02.527820+0000 mgr.x (mgr.34104) 5920 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:04.615 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:04 smithi184 bash[59794]: cluster 2024-03-21T13:13:02.620069+0000 mgr.x (mgr.34104) 5921 : cluster [DBG] pgmap v3914: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:04.615 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:04 smithi184 bash[59794]: cluster 2024-03-21T13:13:02.620526+0000 mgr.x (mgr.34104) 5922 : cluster [DBG] pgmap v3915: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:04.615 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:04 smithi184 bash[59794]: cephadm 2024-03-21T13:13:02.630165+0000 mgr.x (mgr.34104) 5923 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:04.615 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:04 smithi184 bash[59794]: cluster 2024-03-21T13:13:02.723420+0000 mgr.x (mgr.34104) 5924 : cluster [DBG] pgmap v3916: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:04.615 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:04 smithi184 bash[59794]: cluster 2024-03-21T13:13:02.724135+0000 mgr.x (mgr.34104) 5925 : cluster [DBG] pgmap v3917: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:04.615 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:04 smithi184 bash[59794]: cephadm 2024-03-21T13:13:02.733544+0000 mgr.x (mgr.34104) 5926 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:04.616 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:04 smithi184 bash[59794]: cluster 2024-03-21T13:13:02.825398+0000 mgr.x (mgr.34104) 5927 : cluster [DBG] pgmap v3918: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:04.616 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:04 smithi184 bash[59794]: cluster 2024-03-21T13:13:02.825875+0000 mgr.x (mgr.34104) 5928 : cluster [DBG] pgmap v3919: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:04.616 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:04 smithi184 bash[59794]: cephadm 2024-03-21T13:13:02.835395+0000 mgr.x (mgr.34104) 5929 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:04.616 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:04 smithi184 bash[59794]: cluster 2024-03-21T13:13:02.926576+0000 mgr.x (mgr.34104) 5930 : cluster [DBG] pgmap v3920: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:04.616 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:04 smithi184 bash[59794]: cluster 2024-03-21T13:13:02.926930+0000 mgr.x (mgr.34104) 5931 : cluster [DBG] pgmap v3921: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:04.616 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:04 smithi184 bash[59794]: cephadm 2024-03-21T13:13:02.935658+0000 mgr.x (mgr.34104) 5932 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:04.616 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:04 smithi184 bash[59794]: cluster 2024-03-21T13:13:03.028434+0000 mgr.x (mgr.34104) 5933 : cluster [DBG] pgmap v3922: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:04.616 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:04 smithi184 bash[59794]: cluster 2024-03-21T13:13:03.029120+0000 mgr.x (mgr.34104) 5934 : cluster [DBG] pgmap v3923: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:04.616 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:04 smithi184 bash[59794]: cephadm 2024-03-21T13:13:03.038108+0000 mgr.x (mgr.34104) 5935 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:04.616 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:04 smithi184 bash[59794]: cluster 2024-03-21T13:13:03.128959+0000 mgr.x (mgr.34104) 5936 : cluster [DBG] pgmap v3924: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:04.616 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:04 smithi184 bash[59794]: cluster 2024-03-21T13:13:03.129220+0000 mgr.x (mgr.34104) 5937 : cluster [DBG] pgmap v3925: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:04.616 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:04 smithi184 bash[59794]: cephadm 2024-03-21T13:13:03.139424+0000 mgr.x (mgr.34104) 5938 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:04.616 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:04 smithi184 bash[59794]: cluster 2024-03-21T13:13:03.229890+0000 mgr.x (mgr.34104) 5939 : cluster [DBG] pgmap v3926: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:04.616 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:04 smithi184 bash[59794]: cluster 2024-03-21T13:13:03.230175+0000 mgr.x (mgr.34104) 5940 : cluster [DBG] pgmap v3927: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:04.617 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:04 smithi184 bash[59794]: cephadm 2024-03-21T13:13:03.239219+0000 mgr.x (mgr.34104) 5941 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:04.617 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:04 smithi184 bash[59794]: audit 2024-03-21T13:13:03.319194+0000 mon.a (mon.0) 9248 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:04.617 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:04 smithi184 bash[59794]: audit 2024-03-21T13:13:03.321501+0000 mon.a (mon.0) 9249 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:04.617 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:04 smithi184 bash[59794]: audit 2024-03-21T13:13:03.324959+0000 mon.a (mon.0) 9250 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:04.617 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:04 smithi184 bash[59794]: audit 2024-03-21T13:13:03.329167+0000 mon.a (mon.0) 9251 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:04.617 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:04 smithi184 bash[59794]: audit 2024-03-21T13:13:03.337321+0000 mon.a (mon.0) 9252 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:04.617 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:04 smithi184 bash[59794]: audit 2024-03-21T13:13:03.420031+0000 mon.a (mon.0) 9253 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:04.617 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:04 smithi184 bash[59794]: audit 2024-03-21T13:13:03.424816+0000 mon.a (mon.0) 9254 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:04.617 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:04 smithi184 bash[59794]: audit 2024-03-21T13:13:03.429959+0000 mon.a (mon.0) 9255 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:04.617 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:04 smithi184 bash[59794]: audit 2024-03-21T13:13:03.431587+0000 mon.a (mon.0) 9256 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:04.617 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:04 smithi184 bash[59794]: audit 2024-03-21T13:13:03.443052+0000 mon.a (mon.0) 9257 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:04.617 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:04 smithi184 bash[59794]: audit 2024-03-21T13:13:03.524970+0000 mon.a (mon.0) 9258 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:04.617 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:04 smithi184 bash[59794]: audit 2024-03-21T13:13:03.528500+0000 mon.a (mon.0) 9259 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:04.617 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:04 smithi184 bash[59794]: audit 2024-03-21T13:13:03.532266+0000 mon.a (mon.0) 9260 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:04.617 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:04 smithi184 bash[59794]: audit 2024-03-21T13:13:03.533585+0000 mon.a (mon.0) 9261 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:04.618 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:04 smithi184 bash[59794]: audit 2024-03-21T13:13:03.545104+0000 mon.a (mon.0) 9262 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:04.618 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:04 smithi184 bash[59794]: audit 2024-03-21T13:13:03.626760+0000 mon.a (mon.0) 9263 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:04.618 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:04 smithi184 bash[59794]: audit 2024-03-21T13:13:03.630169+0000 mon.a (mon.0) 9264 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:04.618 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:04 smithi184 bash[59794]: audit 2024-03-21T13:13:03.634687+0000 mon.a (mon.0) 9265 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:04.618 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:04 smithi184 bash[59794]: audit 2024-03-21T13:13:03.635970+0000 mon.a (mon.0) 9266 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:04.618 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:04 smithi184 bash[59794]: audit 2024-03-21T13:13:03.647283+0000 mon.a (mon.0) 9267 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:04.618 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:04 smithi184 bash[59794]: audit 2024-03-21T13:13:03.727632+0000 mon.a (mon.0) 9268 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:04.618 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:04 smithi184 bash[59794]: audit 2024-03-21T13:13:03.731107+0000 mon.a (mon.0) 9269 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:04.618 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:04 smithi184 bash[59794]: audit 2024-03-21T13:13:03.734466+0000 mon.a (mon.0) 9270 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:04.618 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:04 smithi184 bash[59794]: audit 2024-03-21T13:13:03.735879+0000 mon.a (mon.0) 9271 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:04.618 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:04 smithi184 bash[59794]: audit 2024-03-21T13:13:03.747330+0000 mon.a (mon.0) 9272 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:04.618 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:04 smithi184 bash[59794]: audit 2024-03-21T13:13:03.828666+0000 mon.a (mon.0) 9273 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:04.619 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:04 smithi184 bash[59794]: audit 2024-03-21T13:13:03.831933+0000 mon.a (mon.0) 9274 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:04.619 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:04 smithi184 bash[59794]: audit 2024-03-21T13:13:03.835277+0000 mon.a (mon.0) 9275 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:04.619 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:04 smithi184 bash[59794]: audit 2024-03-21T13:13:03.836966+0000 mon.a (mon.0) 9276 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:04.619 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:04 smithi184 bash[59794]: audit 2024-03-21T13:13:03.850051+0000 mon.a (mon.0) 9277 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:04.619 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:04 smithi184 bash[59794]: audit 2024-03-21T13:13:03.929526+0000 mon.a (mon.0) 9278 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:04.619 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:04 smithi184 bash[59794]: audit 2024-03-21T13:13:03.932692+0000 mon.a (mon.0) 9279 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:04.619 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:04 smithi184 bash[59794]: audit 2024-03-21T13:13:03.936660+0000 mon.a (mon.0) 9280 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:04.619 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:04 smithi184 bash[59794]: audit 2024-03-21T13:13:03.938482+0000 mon.a (mon.0) 9281 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:04.619 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:04 smithi184 bash[59794]: audit 2024-03-21T13:13:03.949673+0000 mon.a (mon.0) 9282 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:04.619 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:04 smithi184 bash[59794]: audit 2024-03-21T13:13:04.034633+0000 mon.a (mon.0) 9283 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:04.619 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:04 smithi184 bash[59794]: audit 2024-03-21T13:13:04.037422+0000 mon.a (mon.0) 9284 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:04.619 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:04 smithi184 bash[59794]: audit 2024-03-21T13:13:04.040761+0000 mon.a (mon.0) 9285 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:04.619 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:04 smithi184 bash[59794]: audit 2024-03-21T13:13:04.042022+0000 mon.a (mon.0) 9286 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:04.619 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:04 smithi184 bash[59794]: audit 2024-03-21T13:13:04.051760+0000 mon.a (mon.0) 9287 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:04.619 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:04 smithi184 bash[59794]: audit 2024-03-21T13:13:04.129768+0000 mon.a (mon.0) 9288 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:04.620 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:04 smithi184 bash[59794]: audit 2024-03-21T13:13:04.133333+0000 mon.a (mon.0) 9289 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:04.620 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:04 smithi184 bash[59794]: audit 2024-03-21T13:13:04.137354+0000 mon.a (mon.0) 9290 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:04.620 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:04 smithi184 bash[59794]: audit 2024-03-21T13:13:04.139168+0000 mon.a (mon.0) 9291 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:04.620 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:04 smithi184 bash[59794]: audit 2024-03-21T13:13:04.150648+0000 mon.a (mon.0) 9292 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:04.620 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:04 smithi184 bash[59794]: audit 2024-03-21T13:13:04.230475+0000 mon.a (mon.0) 9293 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:04.620 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:04 smithi184 bash[59794]: audit 2024-03-21T13:13:04.234217+0000 mon.a (mon.0) 9294 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:04.620 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:04 smithi184 bash[59794]: audit 2024-03-21T13:13:04.237457+0000 mon.a (mon.0) 9295 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:04.620 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:04 smithi184 bash[59794]: audit 2024-03-21T13:13:04.242084+0000 mon.a (mon.0) 9296 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:04.620 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:04 smithi184 bash[59794]: audit 2024-03-21T13:13:04.253025+0000 mon.a (mon.0) 9297 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:05.573 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:13:05 smithi184 bash[52419]: ::ffff:172.21.15.184 - - [21/Mar/2024:13:13:05] "GET /metrics HTTP/1.1" 200 38777 "" "Prometheus/2.43.0" 2024-03-21T13:13:05.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:05 smithi184 bash[59794]: cluster 2024-03-21T13:13:03.331802+0000 mgr.x (mgr.34104) 5942 : cluster [DBG] pgmap v3928: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:05.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:05 smithi184 bash[59794]: cluster 2024-03-21T13:13:03.332052+0000 mgr.x (mgr.34104) 5943 : cluster [DBG] pgmap v3929: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:05.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:05 smithi184 bash[59794]: cephadm 2024-03-21T13:13:03.338604+0000 mgr.x (mgr.34104) 5944 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:05.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:05 smithi184 bash[59794]: cluster 2024-03-21T13:13:03.434305+0000 mgr.x (mgr.34104) 5945 : cluster [DBG] pgmap v3930: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:05.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:05 smithi184 bash[59794]: cluster 2024-03-21T13:13:03.434705+0000 mgr.x (mgr.34104) 5946 : cluster [DBG] pgmap v3931: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:05.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:05 smithi184 bash[59794]: cephadm 2024-03-21T13:13:03.444491+0000 mgr.x (mgr.34104) 5947 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:05.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:05 smithi184 bash[59794]: cluster 2024-03-21T13:13:03.536260+0000 mgr.x (mgr.34104) 5948 : cluster [DBG] pgmap v3932: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:05.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:05 smithi184 bash[59794]: cluster 2024-03-21T13:13:03.536784+0000 mgr.x (mgr.34104) 5949 : cluster [DBG] pgmap v3933: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:05.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:05 smithi184 bash[59794]: cephadm 2024-03-21T13:13:03.546378+0000 mgr.x (mgr.34104) 5950 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:05.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:05 smithi184 bash[59794]: cluster 2024-03-21T13:13:03.638632+0000 mgr.x (mgr.34104) 5951 : cluster [DBG] pgmap v3934: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:05.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:05 smithi184 bash[59794]: cluster 2024-03-21T13:13:03.638831+0000 mgr.x (mgr.34104) 5952 : cluster [DBG] pgmap v3935: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:05.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:05 smithi184 bash[59794]: cephadm 2024-03-21T13:13:03.648648+0000 mgr.x (mgr.34104) 5953 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:05.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:05 smithi184 bash[59794]: cluster 2024-03-21T13:13:03.738900+0000 mgr.x (mgr.34104) 5954 : cluster [DBG] pgmap v3936: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:05.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:05 smithi184 bash[59794]: cluster 2024-03-21T13:13:03.739200+0000 mgr.x (mgr.34104) 5955 : cluster [DBG] pgmap v3937: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:05.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:05 smithi184 bash[59794]: cephadm 2024-03-21T13:13:03.748567+0000 mgr.x (mgr.34104) 5956 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:05.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:05 smithi184 bash[59794]: cluster 2024-03-21T13:13:03.839650+0000 mgr.x (mgr.34104) 5957 : cluster [DBG] pgmap v3938: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:05.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:05 smithi184 bash[59794]: cluster 2024-03-21T13:13:03.839972+0000 mgr.x (mgr.34104) 5958 : cluster [DBG] pgmap v3939: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:05.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:05 smithi184 bash[59794]: cephadm 2024-03-21T13:13:03.852164+0000 mgr.x (mgr.34104) 5959 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:05.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:05 smithi184 bash[59794]: cluster 2024-03-21T13:13:03.942112+0000 mgr.x (mgr.34104) 5960 : cluster [DBG] pgmap v3940: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s 2024-03-21T13:13:05.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:05 smithi184 bash[59794]: cluster 2024-03-21T13:13:03.942656+0000 mgr.x (mgr.34104) 5961 : cluster [DBG] pgmap v3941: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s 2024-03-21T13:13:05.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:05 smithi184 bash[59794]: cephadm 2024-03-21T13:13:03.951124+0000 mgr.x (mgr.34104) 5962 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:05.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:05 smithi184 bash[59794]: cluster 2024-03-21T13:13:04.044825+0000 mgr.x (mgr.34104) 5963 : cluster [DBG] pgmap v3942: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s 2024-03-21T13:13:05.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:05 smithi184 bash[59794]: cluster 2024-03-21T13:13:04.045327+0000 mgr.x (mgr.34104) 5964 : cluster [DBG] pgmap v3943: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s 2024-03-21T13:13:05.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:05 smithi184 bash[59794]: cephadm 2024-03-21T13:13:04.052902+0000 mgr.x (mgr.34104) 5965 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:05.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:05 smithi184 bash[59794]: cluster 2024-03-21T13:13:04.142939+0000 mgr.x (mgr.34104) 5966 : cluster [DBG] pgmap v3944: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s 2024-03-21T13:13:05.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:05 smithi184 bash[59794]: cluster 2024-03-21T13:13:04.143398+0000 mgr.x (mgr.34104) 5967 : cluster [DBG] pgmap v3945: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s 2024-03-21T13:13:05.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:05 smithi184 bash[59794]: cephadm 2024-03-21T13:13:04.152117+0000 mgr.x (mgr.34104) 5968 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:05.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:05 smithi184 bash[59794]: cluster 2024-03-21T13:13:04.244700+0000 mgr.x (mgr.34104) 5969 : cluster [DBG] pgmap v3946: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:05.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:05 smithi184 bash[59794]: cluster 2024-03-21T13:13:04.245060+0000 mgr.x (mgr.34104) 5970 : cluster [DBG] pgmap v3947: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:05.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:05 smithi184 bash[59794]: cephadm 2024-03-21T13:13:04.254203+0000 mgr.x (mgr.34104) 5971 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:05.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:05 smithi184 bash[59794]: audit 2024-03-21T13:13:04.335203+0000 mon.a (mon.0) 9298 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:05.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:05 smithi184 bash[59794]: audit 2024-03-21T13:13:04.337800+0000 mon.a (mon.0) 9299 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:05.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:05 smithi184 bash[59794]: audit 2024-03-21T13:13:04.340437+0000 mon.a (mon.0) 9300 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:05.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:05 smithi184 bash[59794]: audit 2024-03-21T13:13:04.341311+0000 mon.a (mon.0) 9301 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:05.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:05 smithi184 bash[59794]: audit 2024-03-21T13:13:04.348306+0000 mon.a (mon.0) 9302 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:05.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:05 smithi184 bash[59794]: audit 2024-03-21T13:13:04.431679+0000 mon.a (mon.0) 9303 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:05.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:05 smithi184 bash[59794]: audit 2024-03-21T13:13:04.439162+0000 mon.a (mon.0) 9304 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:05.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:05 smithi184 bash[59794]: audit 2024-03-21T13:13:04.445802+0000 mon.a (mon.0) 9305 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:05.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:05 smithi184 bash[59794]: audit 2024-03-21T13:13:04.446889+0000 mon.a (mon.0) 9306 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:05.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:05 smithi184 bash[59794]: audit 2024-03-21T13:13:04.451152+0000 mon.a (mon.0) 9307 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:05.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:05 smithi184 bash[59794]: audit 2024-03-21T13:13:04.456014+0000 mon.a (mon.0) 9308 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:05.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:05 smithi184 bash[59794]: audit 2024-03-21T13:13:04.463857+0000 mon.a (mon.0) 9309 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:05.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:05 smithi184 bash[59794]: audit 2024-03-21T13:13:04.468266+0000 mon.a (mon.0) 9310 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:05.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:05 smithi184 bash[59794]: audit 2024-03-21T13:13:04.550093+0000 mon.a (mon.0) 9311 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:05.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:05 smithi184 bash[59794]: audit 2024-03-21T13:13:04.553266+0000 mon.a (mon.0) 9312 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:05.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:05 smithi184 bash[59794]: audit 2024-03-21T13:13:04.555511+0000 mon.a (mon.0) 9313 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:05.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:05 smithi184 bash[59794]: audit 2024-03-21T13:13:04.557346+0000 mon.a (mon.0) 9314 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:05.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:05 smithi184 bash[59794]: audit 2024-03-21T13:13:04.560105+0000 mon.a (mon.0) 9315 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:05.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:05 smithi184 bash[59794]: audit 2024-03-21T13:13:04.563333+0000 mon.a (mon.0) 9316 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:05.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:05 smithi184 bash[59794]: audit 2024-03-21T13:13:04.565713+0000 mon.a (mon.0) 9317 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:05.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:05 smithi184 bash[59794]: audit 2024-03-21T13:13:04.567524+0000 mon.a (mon.0) 9318 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:05.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:05 smithi184 bash[59794]: audit 2024-03-21T13:13:04.569392+0000 mon.a (mon.0) 9319 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:05.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:05 smithi184 bash[59794]: audit 2024-03-21T13:13:04.571171+0000 mon.a (mon.0) 9320 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:05.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:05 smithi184 bash[59794]: audit 2024-03-21T13:13:04.573080+0000 mon.a (mon.0) 9321 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:05.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:05 smithi184 bash[59794]: audit 2024-03-21T13:13:04.574918+0000 mon.a (mon.0) 9322 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:05.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:05 smithi184 bash[59794]: audit 2024-03-21T13:13:04.577153+0000 mon.a (mon.0) 9323 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:05.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:05 smithi184 bash[59794]: audit 2024-03-21T13:13:04.579781+0000 mon.a (mon.0) 9324 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:05.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:05 smithi184 bash[59794]: audit 2024-03-21T13:13:04.582504+0000 mon.a (mon.0) 9325 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:05.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:05 smithi184 bash[59794]: audit 2024-03-21T13:13:04.793700+0000 mon.a (mon.0) 9326 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:13:05.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:05 smithi178 bash[75692]: cluster 2024-03-21T13:13:03.331802+0000 mgr.x (mgr.34104) 5942 : cluster [DBG] pgmap v3928: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:05.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:05 smithi178 bash[75692]: cluster 2024-03-21T13:13:03.332052+0000 mgr.x (mgr.34104) 5943 : cluster [DBG] pgmap v3929: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:05.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:05 smithi178 bash[75692]: cephadm 2024-03-21T13:13:03.338604+0000 mgr.x (mgr.34104) 5944 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:05.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:05 smithi178 bash[75692]: cluster 2024-03-21T13:13:03.434305+0000 mgr.x (mgr.34104) 5945 : cluster [DBG] pgmap v3930: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:05.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:05 smithi178 bash[75692]: cluster 2024-03-21T13:13:03.434705+0000 mgr.x (mgr.34104) 5946 : cluster [DBG] pgmap v3931: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:05.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:05 smithi178 bash[75692]: cephadm 2024-03-21T13:13:03.444491+0000 mgr.x (mgr.34104) 5947 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:05.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:05 smithi178 bash[75692]: cluster 2024-03-21T13:13:03.536260+0000 mgr.x (mgr.34104) 5948 : cluster [DBG] pgmap v3932: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:05.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:05 smithi178 bash[75692]: cluster 2024-03-21T13:13:03.536784+0000 mgr.x (mgr.34104) 5949 : cluster [DBG] pgmap v3933: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:05.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:05 smithi178 bash[75692]: cephadm 2024-03-21T13:13:03.546378+0000 mgr.x (mgr.34104) 5950 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:05.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:05 smithi178 bash[75692]: cluster 2024-03-21T13:13:03.638632+0000 mgr.x (mgr.34104) 5951 : cluster [DBG] pgmap v3934: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:05.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:05 smithi178 bash[75692]: cluster 2024-03-21T13:13:03.638831+0000 mgr.x (mgr.34104) 5952 : cluster [DBG] pgmap v3935: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:05.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:05 smithi178 bash[75692]: cephadm 2024-03-21T13:13:03.648648+0000 mgr.x (mgr.34104) 5953 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:05.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:05 smithi178 bash[75692]: cluster 2024-03-21T13:13:03.738900+0000 mgr.x (mgr.34104) 5954 : cluster [DBG] pgmap v3936: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:05.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:05 smithi178 bash[75692]: cluster 2024-03-21T13:13:03.739200+0000 mgr.x (mgr.34104) 5955 : cluster [DBG] pgmap v3937: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:05.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:05 smithi178 bash[75692]: cephadm 2024-03-21T13:13:03.748567+0000 mgr.x (mgr.34104) 5956 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:05.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:05 smithi178 bash[75692]: cluster 2024-03-21T13:13:03.839650+0000 mgr.x (mgr.34104) 5957 : cluster [DBG] pgmap v3938: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:05.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:05 smithi178 bash[75692]: cluster 2024-03-21T13:13:03.839972+0000 mgr.x (mgr.34104) 5958 : cluster [DBG] pgmap v3939: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:05.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:05 smithi178 bash[75692]: cephadm 2024-03-21T13:13:03.852164+0000 mgr.x (mgr.34104) 5959 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:05.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:05 smithi178 bash[75692]: cluster 2024-03-21T13:13:03.942112+0000 mgr.x (mgr.34104) 5960 : cluster [DBG] pgmap v3940: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s 2024-03-21T13:13:05.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:05 smithi178 bash[75692]: cluster 2024-03-21T13:13:03.942656+0000 mgr.x (mgr.34104) 5961 : cluster [DBG] pgmap v3941: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s 2024-03-21T13:13:05.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:05 smithi178 bash[77880]: cluster 2024-03-21T13:13:03.331802+0000 mgr.x (mgr.34104) 5942 : cluster [DBG] pgmap v3928: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:05.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:05 smithi178 bash[77880]: cluster 2024-03-21T13:13:03.332052+0000 mgr.x (mgr.34104) 5943 : cluster [DBG] pgmap v3929: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:05.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:05 smithi178 bash[77880]: cephadm 2024-03-21T13:13:03.338604+0000 mgr.x (mgr.34104) 5944 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:05.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:05 smithi178 bash[77880]: cluster 2024-03-21T13:13:03.434305+0000 mgr.x (mgr.34104) 5945 : cluster [DBG] pgmap v3930: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:05.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:05 smithi178 bash[77880]: cluster 2024-03-21T13:13:03.434705+0000 mgr.x (mgr.34104) 5946 : cluster [DBG] pgmap v3931: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:05.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:05 smithi178 bash[77880]: cephadm 2024-03-21T13:13:03.444491+0000 mgr.x (mgr.34104) 5947 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:05.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:05 smithi178 bash[77880]: cluster 2024-03-21T13:13:03.536260+0000 mgr.x (mgr.34104) 5948 : cluster [DBG] pgmap v3932: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:05.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:05 smithi178 bash[77880]: cluster 2024-03-21T13:13:03.536784+0000 mgr.x (mgr.34104) 5949 : cluster [DBG] pgmap v3933: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:05.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:05 smithi178 bash[77880]: cephadm 2024-03-21T13:13:03.546378+0000 mgr.x (mgr.34104) 5950 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:05.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:05 smithi178 bash[77880]: cluster 2024-03-21T13:13:03.638632+0000 mgr.x (mgr.34104) 5951 : cluster [DBG] pgmap v3934: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:05.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:05 smithi178 bash[77880]: cluster 2024-03-21T13:13:03.638831+0000 mgr.x (mgr.34104) 5952 : cluster [DBG] pgmap v3935: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:05.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:05 smithi178 bash[77880]: cephadm 2024-03-21T13:13:03.648648+0000 mgr.x (mgr.34104) 5953 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:05.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:05 smithi178 bash[77880]: cluster 2024-03-21T13:13:03.738900+0000 mgr.x (mgr.34104) 5954 : cluster [DBG] pgmap v3936: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:05.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:05 smithi178 bash[77880]: cluster 2024-03-21T13:13:03.739200+0000 mgr.x (mgr.34104) 5955 : cluster [DBG] pgmap v3937: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:05.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:05 smithi178 bash[77880]: cephadm 2024-03-21T13:13:03.748567+0000 mgr.x (mgr.34104) 5956 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:05.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:05 smithi178 bash[77880]: cluster 2024-03-21T13:13:03.839650+0000 mgr.x (mgr.34104) 5957 : cluster [DBG] pgmap v3938: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:05.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:05 smithi178 bash[77880]: cluster 2024-03-21T13:13:03.839972+0000 mgr.x (mgr.34104) 5958 : cluster [DBG] pgmap v3939: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:05.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:05 smithi178 bash[77880]: cephadm 2024-03-21T13:13:03.852164+0000 mgr.x (mgr.34104) 5959 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:05.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:05 smithi178 bash[77880]: cluster 2024-03-21T13:13:03.942112+0000 mgr.x (mgr.34104) 5960 : cluster [DBG] pgmap v3940: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s 2024-03-21T13:13:05.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:05 smithi178 bash[77880]: cluster 2024-03-21T13:13:03.942656+0000 mgr.x (mgr.34104) 5961 : cluster [DBG] pgmap v3941: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s 2024-03-21T13:13:05.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:05 smithi178 bash[75692]: cephadm 2024-03-21T13:13:03.951124+0000 mgr.x (mgr.34104) 5962 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:05.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:05 smithi178 bash[75692]: cluster 2024-03-21T13:13:04.044825+0000 mgr.x (mgr.34104) 5963 : cluster [DBG] pgmap v3942: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s 2024-03-21T13:13:05.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:05 smithi178 bash[75692]: cluster 2024-03-21T13:13:04.045327+0000 mgr.x (mgr.34104) 5964 : cluster [DBG] pgmap v3943: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s 2024-03-21T13:13:05.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:05 smithi178 bash[75692]: cephadm 2024-03-21T13:13:04.052902+0000 mgr.x (mgr.34104) 5965 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:05.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:05 smithi178 bash[75692]: cluster 2024-03-21T13:13:04.142939+0000 mgr.x (mgr.34104) 5966 : cluster [DBG] pgmap v3944: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s 2024-03-21T13:13:05.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:05 smithi178 bash[75692]: cluster 2024-03-21T13:13:04.143398+0000 mgr.x (mgr.34104) 5967 : cluster [DBG] pgmap v3945: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s 2024-03-21T13:13:05.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:05 smithi178 bash[75692]: cephadm 2024-03-21T13:13:04.152117+0000 mgr.x (mgr.34104) 5968 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:05.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:05 smithi178 bash[75692]: cluster 2024-03-21T13:13:04.244700+0000 mgr.x (mgr.34104) 5969 : cluster [DBG] pgmap v3946: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:05.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:05 smithi178 bash[75692]: cluster 2024-03-21T13:13:04.245060+0000 mgr.x (mgr.34104) 5970 : cluster [DBG] pgmap v3947: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:05.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:05 smithi178 bash[75692]: cephadm 2024-03-21T13:13:04.254203+0000 mgr.x (mgr.34104) 5971 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:05.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:05 smithi178 bash[75692]: audit 2024-03-21T13:13:04.335203+0000 mon.a (mon.0) 9298 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:05.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:05 smithi178 bash[75692]: audit 2024-03-21T13:13:04.337800+0000 mon.a (mon.0) 9299 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:05.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:05 smithi178 bash[75692]: audit 2024-03-21T13:13:04.340437+0000 mon.a (mon.0) 9300 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:05.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:05 smithi178 bash[75692]: audit 2024-03-21T13:13:04.341311+0000 mon.a (mon.0) 9301 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:05.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:05 smithi178 bash[75692]: audit 2024-03-21T13:13:04.348306+0000 mon.a (mon.0) 9302 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:05.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:05 smithi178 bash[75692]: audit 2024-03-21T13:13:04.431679+0000 mon.a (mon.0) 9303 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:05.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:05 smithi178 bash[75692]: audit 2024-03-21T13:13:04.439162+0000 mon.a (mon.0) 9304 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:05.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:05 smithi178 bash[75692]: audit 2024-03-21T13:13:04.445802+0000 mon.a (mon.0) 9305 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:05.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:05 smithi178 bash[75692]: audit 2024-03-21T13:13:04.446889+0000 mon.a (mon.0) 9306 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:05.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:05 smithi178 bash[77880]: cephadm 2024-03-21T13:13:03.951124+0000 mgr.x (mgr.34104) 5962 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:05.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:05 smithi178 bash[77880]: cluster 2024-03-21T13:13:04.044825+0000 mgr.x (mgr.34104) 5963 : cluster [DBG] pgmap v3942: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s 2024-03-21T13:13:05.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:05 smithi178 bash[77880]: cluster 2024-03-21T13:13:04.045327+0000 mgr.x (mgr.34104) 5964 : cluster [DBG] pgmap v3943: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s 2024-03-21T13:13:05.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:05 smithi178 bash[77880]: cephadm 2024-03-21T13:13:04.052902+0000 mgr.x (mgr.34104) 5965 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:05.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:05 smithi178 bash[77880]: cluster 2024-03-21T13:13:04.142939+0000 mgr.x (mgr.34104) 5966 : cluster [DBG] pgmap v3944: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s 2024-03-21T13:13:05.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:05 smithi178 bash[77880]: cluster 2024-03-21T13:13:04.143398+0000 mgr.x (mgr.34104) 5967 : cluster [DBG] pgmap v3945: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s 2024-03-21T13:13:05.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:05 smithi178 bash[77880]: cephadm 2024-03-21T13:13:04.152117+0000 mgr.x (mgr.34104) 5968 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:05.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:05 smithi178 bash[77880]: cluster 2024-03-21T13:13:04.244700+0000 mgr.x (mgr.34104) 5969 : cluster [DBG] pgmap v3946: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:05.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:05 smithi178 bash[77880]: cluster 2024-03-21T13:13:04.245060+0000 mgr.x (mgr.34104) 5970 : cluster [DBG] pgmap v3947: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:05.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:05 smithi178 bash[77880]: cephadm 2024-03-21T13:13:04.254203+0000 mgr.x (mgr.34104) 5971 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:05.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:05 smithi178 bash[77880]: audit 2024-03-21T13:13:04.335203+0000 mon.a (mon.0) 9298 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:05.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:05 smithi178 bash[77880]: audit 2024-03-21T13:13:04.337800+0000 mon.a (mon.0) 9299 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:05.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:05 smithi178 bash[77880]: audit 2024-03-21T13:13:04.340437+0000 mon.a (mon.0) 9300 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:05.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:05 smithi178 bash[77880]: audit 2024-03-21T13:13:04.341311+0000 mon.a (mon.0) 9301 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:05.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:05 smithi178 bash[77880]: audit 2024-03-21T13:13:04.348306+0000 mon.a (mon.0) 9302 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:05.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:05 smithi178 bash[77880]: audit 2024-03-21T13:13:04.431679+0000 mon.a (mon.0) 9303 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:05.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:05 smithi178 bash[77880]: audit 2024-03-21T13:13:04.439162+0000 mon.a (mon.0) 9304 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:05.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:05 smithi178 bash[77880]: audit 2024-03-21T13:13:04.445802+0000 mon.a (mon.0) 9305 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:05.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:05 smithi178 bash[77880]: audit 2024-03-21T13:13:04.446889+0000 mon.a (mon.0) 9306 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:05.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:05 smithi178 bash[75692]: audit 2024-03-21T13:13:04.451152+0000 mon.a (mon.0) 9307 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:05.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:05 smithi178 bash[75692]: audit 2024-03-21T13:13:04.456014+0000 mon.a (mon.0) 9308 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:05.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:05 smithi178 bash[75692]: audit 2024-03-21T13:13:04.463857+0000 mon.a (mon.0) 9309 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:05.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:05 smithi178 bash[75692]: audit 2024-03-21T13:13:04.468266+0000 mon.a (mon.0) 9310 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:05.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:05 smithi178 bash[75692]: audit 2024-03-21T13:13:04.550093+0000 mon.a (mon.0) 9311 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:05.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:05 smithi178 bash[75692]: audit 2024-03-21T13:13:04.553266+0000 mon.a (mon.0) 9312 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:05.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:05 smithi178 bash[75692]: audit 2024-03-21T13:13:04.555511+0000 mon.a (mon.0) 9313 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:05.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:05 smithi178 bash[75692]: audit 2024-03-21T13:13:04.557346+0000 mon.a (mon.0) 9314 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:05.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:05 smithi178 bash[75692]: audit 2024-03-21T13:13:04.560105+0000 mon.a (mon.0) 9315 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:05.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:05 smithi178 bash[75692]: audit 2024-03-21T13:13:04.563333+0000 mon.a (mon.0) 9316 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:05.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:05 smithi178 bash[75692]: audit 2024-03-21T13:13:04.565713+0000 mon.a (mon.0) 9317 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:05.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:05 smithi178 bash[75692]: audit 2024-03-21T13:13:04.567524+0000 mon.a (mon.0) 9318 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:05.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:05 smithi178 bash[75692]: audit 2024-03-21T13:13:04.569392+0000 mon.a (mon.0) 9319 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:05.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:05 smithi178 bash[75692]: audit 2024-03-21T13:13:04.571171+0000 mon.a (mon.0) 9320 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:05.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:05 smithi178 bash[75692]: audit 2024-03-21T13:13:04.573080+0000 mon.a (mon.0) 9321 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:05.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:05 smithi178 bash[75692]: audit 2024-03-21T13:13:04.574918+0000 mon.a (mon.0) 9322 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:05.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:05 smithi178 bash[75692]: audit 2024-03-21T13:13:04.577153+0000 mon.a (mon.0) 9323 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:05.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:05 smithi178 bash[75692]: audit 2024-03-21T13:13:04.579781+0000 mon.a (mon.0) 9324 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:05.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:05 smithi178 bash[75692]: audit 2024-03-21T13:13:04.582504+0000 mon.a (mon.0) 9325 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:05.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:05 smithi178 bash[75692]: audit 2024-03-21T13:13:04.793700+0000 mon.a (mon.0) 9326 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:13:05.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:05 smithi178 bash[77880]: audit 2024-03-21T13:13:04.451152+0000 mon.a (mon.0) 9307 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:05.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:05 smithi178 bash[77880]: audit 2024-03-21T13:13:04.456014+0000 mon.a (mon.0) 9308 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:05.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:05 smithi178 bash[77880]: audit 2024-03-21T13:13:04.463857+0000 mon.a (mon.0) 9309 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:05.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:05 smithi178 bash[77880]: audit 2024-03-21T13:13:04.468266+0000 mon.a (mon.0) 9310 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:05.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:05 smithi178 bash[77880]: audit 2024-03-21T13:13:04.550093+0000 mon.a (mon.0) 9311 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:05.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:05 smithi178 bash[77880]: audit 2024-03-21T13:13:04.553266+0000 mon.a (mon.0) 9312 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:05.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:05 smithi178 bash[77880]: audit 2024-03-21T13:13:04.555511+0000 mon.a (mon.0) 9313 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:05.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:05 smithi178 bash[77880]: audit 2024-03-21T13:13:04.557346+0000 mon.a (mon.0) 9314 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:05.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:05 smithi178 bash[77880]: audit 2024-03-21T13:13:04.560105+0000 mon.a (mon.0) 9315 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:05.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:05 smithi178 bash[77880]: audit 2024-03-21T13:13:04.563333+0000 mon.a (mon.0) 9316 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:05.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:05 smithi178 bash[77880]: audit 2024-03-21T13:13:04.565713+0000 mon.a (mon.0) 9317 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:05.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:05 smithi178 bash[77880]: audit 2024-03-21T13:13:04.567524+0000 mon.a (mon.0) 9318 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:05.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:05 smithi178 bash[77880]: audit 2024-03-21T13:13:04.569392+0000 mon.a (mon.0) 9319 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:05.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:05 smithi178 bash[77880]: audit 2024-03-21T13:13:04.571171+0000 mon.a (mon.0) 9320 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:05.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:05 smithi178 bash[77880]: audit 2024-03-21T13:13:04.573080+0000 mon.a (mon.0) 9321 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:05.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:05 smithi178 bash[77880]: audit 2024-03-21T13:13:04.574918+0000 mon.a (mon.0) 9322 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:05.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:05 smithi178 bash[77880]: audit 2024-03-21T13:13:04.577153+0000 mon.a (mon.0) 9323 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:05.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:05 smithi178 bash[77880]: audit 2024-03-21T13:13:04.579781+0000 mon.a (mon.0) 9324 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:05.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:05 smithi178 bash[77880]: audit 2024-03-21T13:13:04.582504+0000 mon.a (mon.0) 9325 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:05.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:05 smithi178 bash[77880]: audit 2024-03-21T13:13:04.793700+0000 mon.a (mon.0) 9326 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:13:06.310 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:06 smithi178 bash[75692]: cluster 2024-03-21T13:13:04.343415+0000 mgr.x (mgr.34104) 5972 : cluster [DBG] pgmap v3948: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:06.310 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:06 smithi178 bash[75692]: cluster 2024-03-21T13:13:04.343828+0000 mgr.x (mgr.34104) 5973 : cluster [DBG] pgmap v3949: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:06.310 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:06 smithi178 bash[75692]: cephadm 2024-03-21T13:13:04.349413+0000 mgr.x (mgr.34104) 5974 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:06.310 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:06 smithi178 bash[75692]: cluster 2024-03-21T13:13:04.454079+0000 mgr.x (mgr.34104) 5975 : cluster [DBG] pgmap v3950: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:06.310 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:06 smithi178 bash[75692]: cluster 2024-03-21T13:13:04.454503+0000 mgr.x (mgr.34104) 5976 : cluster [DBG] pgmap v3951: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:06.310 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:06 smithi178 bash[75692]: cluster 2024-03-21T13:13:04.458490+0000 mgr.x (mgr.34104) 5977 : cluster [DBG] pgmap v3952: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:06.310 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:06 smithi178 bash[75692]: cluster 2024-03-21T13:13:04.458855+0000 mgr.x (mgr.34104) 5978 : cluster [DBG] pgmap v3953: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:06.547 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:06 smithi178 bash[77880]: cluster 2024-03-21T13:13:04.343415+0000 mgr.x (mgr.34104) 5972 : cluster [DBG] pgmap v3948: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:06.547 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:06 smithi178 bash[77880]: cluster 2024-03-21T13:13:04.343828+0000 mgr.x (mgr.34104) 5973 : cluster [DBG] pgmap v3949: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:06.547 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:06 smithi178 bash[77880]: cephadm 2024-03-21T13:13:04.349413+0000 mgr.x (mgr.34104) 5974 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:06.547 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:06 smithi178 bash[77880]: cluster 2024-03-21T13:13:04.454079+0000 mgr.x (mgr.34104) 5975 : cluster [DBG] pgmap v3950: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:06.547 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:06 smithi178 bash[77880]: cluster 2024-03-21T13:13:04.454503+0000 mgr.x (mgr.34104) 5976 : cluster [DBG] pgmap v3951: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:06.547 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:06 smithi178 bash[77880]: cluster 2024-03-21T13:13:04.458490+0000 mgr.x (mgr.34104) 5977 : cluster [DBG] pgmap v3952: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:06.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:06 smithi178 bash[77880]: cluster 2024-03-21T13:13:04.458855+0000 mgr.x (mgr.34104) 5978 : cluster [DBG] pgmap v3953: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:06.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:06 smithi184 bash[59794]: cluster 2024-03-21T13:13:04.343415+0000 mgr.x (mgr.34104) 5972 : cluster [DBG] pgmap v3948: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:06.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:06 smithi184 bash[59794]: cluster 2024-03-21T13:13:04.343828+0000 mgr.x (mgr.34104) 5973 : cluster [DBG] pgmap v3949: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:06.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:06 smithi184 bash[59794]: cephadm 2024-03-21T13:13:04.349413+0000 mgr.x (mgr.34104) 5974 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:06.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:06 smithi184 bash[59794]: cluster 2024-03-21T13:13:04.454079+0000 mgr.x (mgr.34104) 5975 : cluster [DBG] pgmap v3950: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:06.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:06 smithi184 bash[59794]: cluster 2024-03-21T13:13:04.454503+0000 mgr.x (mgr.34104) 5976 : cluster [DBG] pgmap v3951: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:06.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:06 smithi184 bash[59794]: cluster 2024-03-21T13:13:04.458490+0000 mgr.x (mgr.34104) 5977 : cluster [DBG] pgmap v3952: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:06.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:06 smithi184 bash[59794]: cluster 2024-03-21T13:13:04.458855+0000 mgr.x (mgr.34104) 5978 : cluster [DBG] pgmap v3953: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:06.899 INFO:journalctl@ceph.alertmanager.a.smithi178.stdout:Mar 21 13:13:06 smithi178 bash[113922]: ts=2024-03-21T13:13:06.586Z caller=cluster.go:698 level=info component=cluster msg="gossip settled; proceeding" elapsed=10.005182347s 2024-03-21T13:13:07.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:07 smithi178 bash[75692]: cluster 2024-03-21T13:13:06.460178+0000 mgr.x (mgr.34104) 5979 : cluster [DBG] pgmap v3954: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:07.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:07 smithi178 bash[75692]: audit 2024-03-21T13:13:06.489514+0000 mon.a (mon.0) 9327 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:07.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:07 smithi178 bash[75692]: audit 2024-03-21T13:13:06.500280+0000 mon.a (mon.0) 9328 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:07.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:07 smithi178 bash[75692]: cluster 2024-03-21T13:13:06.503187+0000 mgr.x (mgr.34104) 5980 : cluster [DBG] pgmap v3955: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:07.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:07 smithi178 bash[75692]: cluster 2024-03-21T13:13:06.503910+0000 mgr.x (mgr.34104) 5981 : cluster [DBG] pgmap v3956: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:07.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:07 smithi178 bash[75692]: audit 2024-03-21T13:13:06.510229+0000 mon.a (mon.0) 9329 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:07.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:07 smithi178 bash[77880]: cluster 2024-03-21T13:13:06.460178+0000 mgr.x (mgr.34104) 5979 : cluster [DBG] pgmap v3954: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:07.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:07 smithi178 bash[77880]: audit 2024-03-21T13:13:06.489514+0000 mon.a (mon.0) 9327 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:07.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:07 smithi178 bash[77880]: audit 2024-03-21T13:13:06.500280+0000 mon.a (mon.0) 9328 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:07.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:07 smithi178 bash[77880]: cluster 2024-03-21T13:13:06.503187+0000 mgr.x (mgr.34104) 5980 : cluster [DBG] pgmap v3955: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:07.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:07 smithi178 bash[77880]: cluster 2024-03-21T13:13:06.503910+0000 mgr.x (mgr.34104) 5981 : cluster [DBG] pgmap v3956: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:07.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:07 smithi178 bash[77880]: audit 2024-03-21T13:13:06.510229+0000 mon.a (mon.0) 9329 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:07.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:07 smithi184 bash[59794]: cluster 2024-03-21T13:13:06.460178+0000 mgr.x (mgr.34104) 5979 : cluster [DBG] pgmap v3954: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:07.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:07 smithi184 bash[59794]: audit 2024-03-21T13:13:06.489514+0000 mon.a (mon.0) 9327 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:07.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:07 smithi184 bash[59794]: audit 2024-03-21T13:13:06.500280+0000 mon.a (mon.0) 9328 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:07.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:07 smithi184 bash[59794]: cluster 2024-03-21T13:13:06.503187+0000 mgr.x (mgr.34104) 5980 : cluster [DBG] pgmap v3955: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:07.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:07 smithi184 bash[59794]: cluster 2024-03-21T13:13:06.503910+0000 mgr.x (mgr.34104) 5981 : cluster [DBG] pgmap v3956: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:07.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:07 smithi184 bash[59794]: audit 2024-03-21T13:13:06.510229+0000 mon.a (mon.0) 9329 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:09.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:08 smithi184 bash[59794]: cephadm 2024-03-21T13:13:07.811310+0000 mgr.x (mgr.34104) 5982 : cephadm [INF] Upgrade: Updating alertmanager.a 2024-03-21T13:13:09.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:08 smithi184 bash[59794]: cephadm 2024-03-21T13:13:07.821915+0000 mgr.x (mgr.34104) 5983 : cephadm [INF] Deploying daemon alertmanager.a on smithi178 2024-03-21T13:13:09.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:08 smithi184 bash[59794]: audit 2024-03-21T13:13:07.877772+0000 mon.a (mon.0) 9330 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:09.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:08 smithi184 bash[59794]: audit 2024-03-21T13:13:07.889133+0000 mon.a (mon.0) 9331 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:09.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:08 smithi184 bash[59794]: cluster 2024-03-21T13:13:07.892398+0000 mgr.x (mgr.34104) 5984 : cluster [DBG] pgmap v3957: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:09.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:08 smithi184 bash[59794]: cluster 2024-03-21T13:13:07.892960+0000 mgr.x (mgr.34104) 5985 : cluster [DBG] pgmap v3958: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:09.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:08 smithi184 bash[59794]: audit 2024-03-21T13:13:07.899357+0000 mon.a (mon.0) 9332 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:09.140 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:08 smithi178 bash[77880]: cephadm 2024-03-21T13:13:07.811310+0000 mgr.x (mgr.34104) 5982 : cephadm [INF] Upgrade: Updating alertmanager.a 2024-03-21T13:13:09.140 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:08 smithi178 bash[77880]: cephadm 2024-03-21T13:13:07.821915+0000 mgr.x (mgr.34104) 5983 : cephadm [INF] Deploying daemon alertmanager.a on smithi178 2024-03-21T13:13:09.140 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:08 smithi178 bash[77880]: audit 2024-03-21T13:13:07.877772+0000 mon.a (mon.0) 9330 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:09.140 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:08 smithi178 bash[77880]: audit 2024-03-21T13:13:07.889133+0000 mon.a (mon.0) 9331 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:09.140 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:08 smithi178 bash[77880]: cluster 2024-03-21T13:13:07.892398+0000 mgr.x (mgr.34104) 5984 : cluster [DBG] pgmap v3957: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:09.140 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:08 smithi178 bash[77880]: cluster 2024-03-21T13:13:07.892960+0000 mgr.x (mgr.34104) 5985 : cluster [DBG] pgmap v3958: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:09.141 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:08 smithi178 bash[77880]: audit 2024-03-21T13:13:07.899357+0000 mon.a (mon.0) 9332 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:09.141 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:08 smithi178 bash[75692]: cephadm 2024-03-21T13:13:07.811310+0000 mgr.x (mgr.34104) 5982 : cephadm [INF] Upgrade: Updating alertmanager.a 2024-03-21T13:13:09.141 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:08 smithi178 bash[75692]: cephadm 2024-03-21T13:13:07.821915+0000 mgr.x (mgr.34104) 5983 : cephadm [INF] Deploying daemon alertmanager.a on smithi178 2024-03-21T13:13:09.141 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:08 smithi178 bash[75692]: audit 2024-03-21T13:13:07.877772+0000 mon.a (mon.0) 9330 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:09.141 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:08 smithi178 bash[75692]: audit 2024-03-21T13:13:07.889133+0000 mon.a (mon.0) 9331 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:09.141 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:08 smithi178 bash[75692]: cluster 2024-03-21T13:13:07.892398+0000 mgr.x (mgr.34104) 5984 : cluster [DBG] pgmap v3957: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:09.141 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:08 smithi178 bash[75692]: cluster 2024-03-21T13:13:07.892960+0000 mgr.x (mgr.34104) 5985 : cluster [DBG] pgmap v3958: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:09.141 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:08 smithi178 bash[75692]: audit 2024-03-21T13:13:07.899357+0000 mon.a (mon.0) 9332 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:10.957 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:10 smithi178 bash[75692]: audit 2024-03-21T13:13:09.336074+0000 mgr.x (mgr.34104) 5986 : audit [DBG] from='client.54784 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:13:10.957 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:10 smithi178 bash[75692]: cluster 2024-03-21T13:13:09.894622+0000 mgr.x (mgr.34104) 5987 : cluster [DBG] pgmap v3959: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 942 B/s rd, 0 op/s 2024-03-21T13:13:10.957 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:10 smithi178 bash[77880]: audit 2024-03-21T13:13:09.336074+0000 mgr.x (mgr.34104) 5986 : audit [DBG] from='client.54784 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:13:10.957 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:10 smithi178 bash[77880]: cluster 2024-03-21T13:13:09.894622+0000 mgr.x (mgr.34104) 5987 : cluster [DBG] pgmap v3959: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 942 B/s rd, 0 op/s 2024-03-21T13:13:11.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:10 smithi184 bash[59794]: audit 2024-03-21T13:13:09.336074+0000 mgr.x (mgr.34104) 5986 : audit [DBG] from='client.54784 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:13:11.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:10 smithi184 bash[59794]: cluster 2024-03-21T13:13:09.894622+0000 mgr.x (mgr.34104) 5987 : cluster [DBG] pgmap v3959: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 942 B/s rd, 0 op/s 2024-03-21T13:13:12.229 INFO:teuthology.orchestra.run.smithi178.stdout:true 2024-03-21T13:13:12.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:12 smithi178 bash[75692]: audit 2024-03-21T13:13:11.040262+0000 mon.a (mon.0) 9333 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:12.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:12 smithi178 bash[75692]: audit 2024-03-21T13:13:11.052880+0000 mon.a (mon.0) 9334 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:12.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:12 smithi178 bash[75692]: cluster 2024-03-21T13:13:11.056030+0000 mgr.x (mgr.34104) 5988 : cluster [DBG] pgmap v3960: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-21T13:13:12.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:12 smithi178 bash[75692]: cluster 2024-03-21T13:13:11.056634+0000 mgr.x (mgr.34104) 5989 : cluster [DBG] pgmap v3961: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-21T13:13:12.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:12 smithi178 bash[75692]: audit 2024-03-21T13:13:11.064305+0000 mon.a (mon.0) 9335 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:12.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:12 smithi178 bash[77880]: audit 2024-03-21T13:13:11.040262+0000 mon.a (mon.0) 9333 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:12.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:12 smithi178 bash[77880]: audit 2024-03-21T13:13:11.052880+0000 mon.a (mon.0) 9334 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:12.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:12 smithi178 bash[77880]: cluster 2024-03-21T13:13:11.056030+0000 mgr.x (mgr.34104) 5988 : cluster [DBG] pgmap v3960: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-21T13:13:12.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:12 smithi178 bash[77880]: cluster 2024-03-21T13:13:11.056634+0000 mgr.x (mgr.34104) 5989 : cluster [DBG] pgmap v3961: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-21T13:13:12.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:12 smithi178 bash[77880]: audit 2024-03-21T13:13:11.064305+0000 mon.a (mon.0) 9335 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:12.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:12 smithi184 bash[59794]: audit 2024-03-21T13:13:11.040262+0000 mon.a (mon.0) 9333 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:12.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:12 smithi184 bash[59794]: audit 2024-03-21T13:13:11.052880+0000 mon.a (mon.0) 9334 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:12.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:12 smithi184 bash[59794]: cluster 2024-03-21T13:13:11.056030+0000 mgr.x (mgr.34104) 5988 : cluster [DBG] pgmap v3960: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-21T13:13:12.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:12 smithi184 bash[59794]: cluster 2024-03-21T13:13:11.056634+0000 mgr.x (mgr.34104) 5989 : cluster [DBG] pgmap v3961: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-21T13:13:12.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:12 smithi184 bash[59794]: audit 2024-03-21T13:13:11.064305+0000 mon.a (mon.0) 9335 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:13.011 INFO:teuthology.orchestra.run.smithi178.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-21T13:13:13.011 INFO:teuthology.orchestra.run.smithi178.stdout:agent.smithi178 smithi178 running 1s ago 27m - - 2024-03-21T13:13:13.011 INFO:teuthology.orchestra.run.smithi178.stdout:agent.smithi184 smithi184 running 6s ago 26m - - 2024-03-21T13:13:13.011 INFO:teuthology.orchestra.run.smithi178.stdout:alertmanager.a smithi178 *:9093,9094 running (17s) 1s ago 20m 15.8M - 0.25.0 c8568f914cd2 0e969b57d764 2024-03-21T13:13:13.011 INFO:teuthology.orchestra.run.smithi178.stdout:grafana.a smithi184 *:3000 error 6s ago 19m - - 2024-03-21T13:13:13.011 INFO:teuthology.orchestra.run.smithi178.stdout:iscsi.foo.smithi178.qfgpzc smithi178 running (107s) 1s ago 17m 46.2M - 3.7 19e12293512f 73d2108e472a 2024-03-21T13:13:13.011 INFO:teuthology.orchestra.run.smithi178.stdout:mgr.x smithi184 *:8443,9283,8765 running (11m) 6s ago 26m 547M - 19.0.0-2267-g960fbbe4 19e12293512f 23b748469eab 2024-03-21T13:13:13.011 INFO:teuthology.orchestra.run.smithi178.stdout:mgr.y smithi178 *:8443,9283,8765 running (10m) 1s ago 28m 448M - 19.0.0-2267-g960fbbe4 19e12293512f 4b58d9293a93 2024-03-21T13:13:13.011 INFO:teuthology.orchestra.run.smithi178.stdout:mon.a smithi178 running (10m) 1s ago 28m 162M 2048M 19.0.0-2267-g960fbbe4 19e12293512f cdcc04604451 2024-03-21T13:13:13.011 INFO:teuthology.orchestra.run.smithi178.stdout:mon.b smithi184 running (9m) 6s ago 26m 69.8M 2048M 19.0.0-2267-g960fbbe4 19e12293512f 209431841a07 2024-03-21T13:13:13.012 INFO:teuthology.orchestra.run.smithi178.stdout:mon.c smithi178 running (9m) 1s ago 26m 73.7M 2048M 19.0.0-2267-g960fbbe4 19e12293512f 1de13280fabe 2024-03-21T13:13:13.012 INFO:teuthology.orchestra.run.smithi178.stdout:node-exporter.a smithi178 *:9100 running (67s) 1s ago 20m 9.88M - 1.5.0 0da6a335fe13 c9a4a1ff1d7d 2024-03-21T13:13:13.012 INFO:teuthology.orchestra.run.smithi178.stdout:node-exporter.b smithi184 *:9100 running (62s) 6s ago 20m 9492k - 1.5.0 0da6a335fe13 64718b804018 2024-03-21T13:13:13.012 INFO:teuthology.orchestra.run.smithi178.stdout:osd.0 smithi178 running (7m) 1s ago 25m 64.6M 2525M 19.0.0-2267-g960fbbe4 19e12293512f ca44aa92861d 2024-03-21T13:13:13.012 INFO:teuthology.orchestra.run.smithi178.stdout:osd.1 smithi178 running (6m) 1s ago 25m 63.9M 2525M 19.0.0-2267-g960fbbe4 19e12293512f c559dec8e3df 2024-03-21T13:13:13.012 INFO:teuthology.orchestra.run.smithi178.stdout:osd.2 smithi178 running (6m) 1s ago 24m 61.8M 2525M 19.0.0-2267-g960fbbe4 19e12293512f 4ba78eee5937 2024-03-21T13:13:13.012 INFO:teuthology.orchestra.run.smithi178.stdout:osd.3 smithi178 running (5m) 1s ago 24m 61.9M 2525M 19.0.0-2267-g960fbbe4 19e12293512f f26cfcfca7d2 2024-03-21T13:13:13.012 INFO:teuthology.orchestra.run.smithi178.stdout:osd.4 smithi184 running (4m) 6s ago 23m 64.7M 2781M 19.0.0-2267-g960fbbe4 19e12293512f fdbedcf7f562 2024-03-21T13:13:13.012 INFO:teuthology.orchestra.run.smithi178.stdout:osd.5 smithi184 running (4m) 6s ago 22m 63.9M 2781M 19.0.0-2267-g960fbbe4 19e12293512f ea53f5dd04b2 2024-03-21T13:13:13.012 INFO:teuthology.orchestra.run.smithi178.stdout:osd.6 smithi184 running (3m) 6s ago 22m 56.1M 2781M 19.0.0-2267-g960fbbe4 19e12293512f b0765c5eb8f0 2024-03-21T13:13:13.012 INFO:teuthology.orchestra.run.smithi178.stdout:osd.7 smithi184 running (2m) 6s ago 21m 61.3M 2781M 19.0.0-2267-g960fbbe4 19e12293512f caf9c8ff9a5b 2024-03-21T13:13:13.012 INFO:teuthology.orchestra.run.smithi178.stdout:prometheus.a smithi184 *:9095 running (40s) 6s ago 20m 49.5M - 2.43.0 a07b618ecd1d 7e218fa65489 2024-03-21T13:13:13.012 INFO:teuthology.orchestra.run.smithi178.stdout:rgw.foo.smithi178.amgrte smithi178 *:8000 running (2m) 1s ago 18m 91.3M - 19.0.0-2267-g960fbbe4 19e12293512f d50d551d1986 2024-03-21T13:13:13.012 INFO:teuthology.orchestra.run.smithi178.stdout:rgw.foo.smithi184.sylqte smithi184 *:8000 running (2m) 6s ago 18m 90.9M - 19.0.0-2267-g960fbbe4 19e12293512f df4876fbb053 2024-03-21T13:13:13.012 INFO:teuthology.orchestra.run.smithi178.stdout:rgw.smpl.smithi178.avyvkd smithi178 *:80 running (2m) 1s ago 18m 90.9M - 19.0.0-2267-g960fbbe4 19e12293512f 7ca4c68d0b72 2024-03-21T13:13:13.013 INFO:teuthology.orchestra.run.smithi178.stdout:rgw.smpl.smithi184.ccsuhn smithi184 *:80 running (2m) 6s ago 17m 90.9M - 19.0.0-2267-g960fbbe4 19e12293512f 63ad46f72bd7 2024-03-21T13:13:13.297 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:13 smithi178 bash[77880]: audit 2024-03-21T13:13:12.210406+0000 mgr.x (mgr.34104) 5990 : audit [DBG] from='client.44931 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:13:13.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:13 smithi178 bash[75692]: audit 2024-03-21T13:13:12.210406+0000 mgr.x (mgr.34104) 5990 : audit [DBG] from='client.44931 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:13:13.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:13 smithi184 bash[59794]: audit 2024-03-21T13:13:12.210406+0000 mgr.x (mgr.34104) 5990 : audit [DBG] from='client.44931 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:13:13.480 INFO:teuthology.orchestra.run.smithi178.stdout:{ 2024-03-21T13:13:13.480 INFO:teuthology.orchestra.run.smithi178.stdout: "mon": { 2024-03-21T13:13:13.481 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 3 2024-03-21T13:13:13.481 INFO:teuthology.orchestra.run.smithi178.stdout: }, 2024-03-21T13:13:13.481 INFO:teuthology.orchestra.run.smithi178.stdout: "mgr": { 2024-03-21T13:13:13.481 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 2 2024-03-21T13:13:13.481 INFO:teuthology.orchestra.run.smithi178.stdout: }, 2024-03-21T13:13:13.481 INFO:teuthology.orchestra.run.smithi178.stdout: "osd": { 2024-03-21T13:13:13.481 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 8 2024-03-21T13:13:13.481 INFO:teuthology.orchestra.run.smithi178.stdout: }, 2024-03-21T13:13:13.481 INFO:teuthology.orchestra.run.smithi178.stdout: "rgw": { 2024-03-21T13:13:13.481 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 4 2024-03-21T13:13:13.481 INFO:teuthology.orchestra.run.smithi178.stdout: }, 2024-03-21T13:13:13.481 INFO:teuthology.orchestra.run.smithi178.stdout: "overall": { 2024-03-21T13:13:13.481 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 17 2024-03-21T13:13:13.481 INFO:teuthology.orchestra.run.smithi178.stdout: } 2024-03-21T13:13:13.482 INFO:teuthology.orchestra.run.smithi178.stdout:} 2024-03-21T13:13:13.863 INFO:teuthology.orchestra.run.smithi178.stdout:{ 2024-03-21T13:13:13.863 INFO:teuthology.orchestra.run.smithi178.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753", 2024-03-21T13:13:13.863 INFO:teuthology.orchestra.run.smithi178.stdout: "in_progress": true, 2024-03-21T13:13:13.863 INFO:teuthology.orchestra.run.smithi178.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-21T13:13:13.863 INFO:teuthology.orchestra.run.smithi178.stdout: "services_complete": [ 2024-03-21T13:13:13.863 INFO:teuthology.orchestra.run.smithi178.stdout: "rgw", 2024-03-21T13:13:13.863 INFO:teuthology.orchestra.run.smithi178.stdout: "osd", 2024-03-21T13:13:13.863 INFO:teuthology.orchestra.run.smithi178.stdout: "mgr", 2024-03-21T13:13:13.863 INFO:teuthology.orchestra.run.smithi178.stdout: "iscsi", 2024-03-21T13:13:13.863 INFO:teuthology.orchestra.run.smithi178.stdout: "mon" 2024-03-21T13:13:13.864 INFO:teuthology.orchestra.run.smithi178.stdout: ], 2024-03-21T13:13:13.864 INFO:teuthology.orchestra.run.smithi178.stdout: "progress": "18/23 daemons upgraded", 2024-03-21T13:13:13.864 INFO:teuthology.orchestra.run.smithi178.stdout: "message": "Currently upgrading alertmanager daemons", 2024-03-21T13:13:13.864 INFO:teuthology.orchestra.run.smithi178.stdout: "is_paused": false 2024-03-21T13:13:13.864 INFO:teuthology.orchestra.run.smithi178.stdout:} 2024-03-21T13:13:14.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:14 smithi184 bash[59794]: audit 2024-03-21T13:13:12.600236+0000 mgr.x (mgr.34104) 5991 : audit [DBG] from='client.54913 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:13:14.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:14 smithi184 bash[59794]: audit 2024-03-21T13:13:12.983426+0000 mgr.x (mgr.34104) 5992 : audit [DBG] from='client.54919 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:13:14.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:14 smithi184 bash[59794]: cluster 2024-03-21T13:13:13.057487+0000 mgr.x (mgr.34104) 5993 : cluster [DBG] pgmap v3962: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 781 B/s rd, 0 op/s 2024-03-21T13:13:14.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:14 smithi184 bash[59794]: audit 2024-03-21T13:13:13.478551+0000 mon.a (mon.0) 9336 : audit [DBG] from='client.? 172.21.15.178:0/201639307' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:14.327 INFO:teuthology.orchestra.run.smithi178.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-21T13:13:14.327 INFO:teuthology.orchestra.run.smithi178.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-21T13:13:14.328 INFO:teuthology.orchestra.run.smithi178.stdout: daemon grafana.a on smithi184 is in error state 2024-03-21T13:13:14.496 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:14 smithi178 bash[75692]: audit 2024-03-21T13:13:12.600236+0000 mgr.x (mgr.34104) 5991 : audit [DBG] from='client.54913 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:13:14.496 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:14 smithi178 bash[75692]: audit 2024-03-21T13:13:12.983426+0000 mgr.x (mgr.34104) 5992 : audit [DBG] from='client.54919 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:13:14.497 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:14 smithi178 bash[75692]: cluster 2024-03-21T13:13:13.057487+0000 mgr.x (mgr.34104) 5993 : cluster [DBG] pgmap v3962: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 781 B/s rd, 0 op/s 2024-03-21T13:13:14.497 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:14 smithi178 bash[75692]: audit 2024-03-21T13:13:13.478551+0000 mon.a (mon.0) 9336 : audit [DBG] from='client.? 172.21.15.178:0/201639307' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:14.497 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:14 smithi178 bash[77880]: audit 2024-03-21T13:13:12.600236+0000 mgr.x (mgr.34104) 5991 : audit [DBG] from='client.54913 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:13:14.497 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:14 smithi178 bash[77880]: audit 2024-03-21T13:13:12.983426+0000 mgr.x (mgr.34104) 5992 : audit [DBG] from='client.54919 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:13:14.497 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:14 smithi178 bash[77880]: cluster 2024-03-21T13:13:13.057487+0000 mgr.x (mgr.34104) 5993 : cluster [DBG] pgmap v3962: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 781 B/s rd, 0 op/s 2024-03-21T13:13:14.497 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:14 smithi178 bash[77880]: audit 2024-03-21T13:13:13.478551+0000 mon.a (mon.0) 9336 : audit [DBG] from='client.? 172.21.15.178:0/201639307' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:14.797 INFO:journalctl@ceph.alertmanager.a.smithi178.stdout:Mar 21 13:13:14 smithi178 systemd[1]: Stopping Ceph alertmanager.a for a94f249e-e780-11ee-95cd-87774f69a715... 2024-03-21T13:13:15.297 INFO:journalctl@ceph.alertmanager.a.smithi178.stdout:Mar 21 13:13:14 smithi178 bash[113922]: ts=2024-03-21T13:13:14.841Z caller=main.go:583 level=info msg="Received SIGTERM, exiting gracefully..." 2024-03-21T13:13:15.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:15 smithi178 bash[75692]: audit 2024-03-21T13:13:13.860342+0000 mgr.x (mgr.34104) 5994 : audit [DBG] from='client.54931 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:13:15.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:15 smithi178 bash[75692]: audit 2024-03-21T13:13:14.325808+0000 mon.c (mon.1) 24 : audit [DBG] from='client.? 172.21.15.178:0/675604140' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T13:13:15.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:15 smithi178 bash[77880]: audit 2024-03-21T13:13:13.860342+0000 mgr.x (mgr.34104) 5994 : audit [DBG] from='client.54931 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:13:15.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:15 smithi178 bash[77880]: audit 2024-03-21T13:13:14.325808+0000 mon.c (mon.1) 24 : audit [DBG] from='client.? 172.21.15.178:0/675604140' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T13:13:15.545 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:15 smithi184 bash[59794]: audit 2024-03-21T13:13:13.860342+0000 mgr.x (mgr.34104) 5994 : audit [DBG] from='client.54931 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:13:15.545 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:15 smithi184 bash[59794]: audit 2024-03-21T13:13:14.325808+0000 mon.c (mon.1) 24 : audit [DBG] from='client.? 172.21.15.178:0/675604140' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T13:13:15.823 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:13:15 smithi184 bash[52419]: ::ffff:172.21.15.184 - - [21/Mar/2024:13:13:15] "GET /metrics HTTP/1.1" 200 38777 "" "Prometheus/2.43.0" 2024-03-21T13:13:15.970 INFO:journalctl@ceph.alertmanager.a.smithi178.stdout:Mar 21 13:13:15 smithi178 bash[115671]: ceph-a94f249e-e780-11ee-95cd-87774f69a715-alertmanager-a 2024-03-21T13:13:16.272 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:16 smithi178 bash[75692]: cluster 2024-03-21T13:13:15.059230+0000 mgr.x (mgr.34104) 5995 : cluster [DBG] pgmap v3963: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-03-21T13:13:16.272 INFO:journalctl@ceph.alertmanager.a.smithi178.stdout:Mar 21 13:13:15 smithi178 bash[115747]: Error response from daemon: No such container: ceph-a94f249e-e780-11ee-95cd-87774f69a715-alertmanager-a 2024-03-21T13:13:16.272 INFO:journalctl@ceph.alertmanager.a.smithi178.stdout:Mar 21 13:13:15 smithi178 systemd[1]: ceph-a94f249e-e780-11ee-95cd-87774f69a715@alertmanager.a.service: Succeeded. 2024-03-21T13:13:16.272 INFO:journalctl@ceph.alertmanager.a.smithi178.stdout:Mar 21 13:13:15 smithi178 systemd[1]: Stopped Ceph alertmanager.a for a94f249e-e780-11ee-95cd-87774f69a715. 2024-03-21T13:13:16.272 INFO:journalctl@ceph.alertmanager.a.smithi178.stdout:Mar 21 13:13:16 smithi178 systemd[1]: Started Ceph alertmanager.a for a94f249e-e780-11ee-95cd-87774f69a715. 2024-03-21T13:13:16.273 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:16 smithi178 bash[77880]: cluster 2024-03-21T13:13:15.059230+0000 mgr.x (mgr.34104) 5995 : cluster [DBG] pgmap v3963: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-03-21T13:13:16.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:16 smithi184 bash[59794]: cluster 2024-03-21T13:13:15.059230+0000 mgr.x (mgr.34104) 5995 : cluster [DBG] pgmap v3963: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-03-21T13:13:17.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:17 smithi178 bash[75692]: audit 2024-03-21T13:13:16.259201+0000 mon.a (mon.0) 9337 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:17.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:17 smithi178 bash[75692]: audit 2024-03-21T13:13:16.267939+0000 mon.a (mon.0) 9338 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:17.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:17 smithi178 bash[75692]: audit 2024-03-21T13:13:16.315039+0000 mon.a (mon.0) 9339 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:17.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:17 smithi178 bash[75692]: audit 2024-03-21T13:13:16.317214+0000 mon.a (mon.0) 9340 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:17.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:17 smithi178 bash[75692]: audit 2024-03-21T13:13:16.329175+0000 mon.a (mon.0) 9341 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:17.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:17 smithi178 bash[75692]: audit 2024-03-21T13:13:16.410582+0000 mon.a (mon.0) 9342 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-21T13:13:17.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:17 smithi178 bash[75692]: audit 2024-03-21T13:13:16.420452+0000 mon.a (mon.0) 9343 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:17.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:17 smithi178 bash[75692]: audit 2024-03-21T13:13:16.424229+0000 mon.a (mon.0) 9344 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:17.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:17 smithi178 bash[75692]: audit 2024-03-21T13:13:16.429636+0000 mon.a (mon.0) 9345 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:17.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:17 smithi178 bash[75692]: audit 2024-03-21T13:13:16.431123+0000 mon.a (mon.0) 9346 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:17.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:17 smithi178 bash[75692]: audit 2024-03-21T13:13:16.443687+0000 mon.a (mon.0) 9347 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:17.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:17 smithi178 bash[75692]: audit 2024-03-21T13:13:16.527276+0000 mon.a (mon.0) 9348 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:17.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:17 smithi178 bash[75692]: audit 2024-03-21T13:13:16.530417+0000 mon.a (mon.0) 9349 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:17.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:17 smithi178 bash[75692]: audit 2024-03-21T13:13:16.534048+0000 mon.a (mon.0) 9350 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:17.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:17 smithi178 bash[75692]: audit 2024-03-21T13:13:16.535170+0000 mon.a (mon.0) 9351 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:17.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:17 smithi178 bash[75692]: audit 2024-03-21T13:13:16.547728+0000 mon.a (mon.0) 9352 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:17.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:17 smithi178 bash[75692]: audit 2024-03-21T13:13:16.628523+0000 mon.a (mon.0) 9353 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:17.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:17 smithi178 bash[75692]: audit 2024-03-21T13:13:16.631867+0000 mon.a (mon.0) 9354 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:17.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:17 smithi178 bash[75692]: audit 2024-03-21T13:13:16.636638+0000 mon.a (mon.0) 9355 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:17.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:17 smithi178 bash[77880]: audit 2024-03-21T13:13:16.259201+0000 mon.a (mon.0) 9337 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:17.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:17 smithi178 bash[77880]: audit 2024-03-21T13:13:16.267939+0000 mon.a (mon.0) 9338 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:17.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:17 smithi178 bash[77880]: audit 2024-03-21T13:13:16.315039+0000 mon.a (mon.0) 9339 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:17.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:17 smithi178 bash[77880]: audit 2024-03-21T13:13:16.317214+0000 mon.a (mon.0) 9340 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:17.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:17 smithi178 bash[77880]: audit 2024-03-21T13:13:16.329175+0000 mon.a (mon.0) 9341 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:17.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:17 smithi178 bash[77880]: audit 2024-03-21T13:13:16.410582+0000 mon.a (mon.0) 9342 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-21T13:13:17.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:17 smithi178 bash[77880]: audit 2024-03-21T13:13:16.420452+0000 mon.a (mon.0) 9343 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:17.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:17 smithi178 bash[77880]: audit 2024-03-21T13:13:16.424229+0000 mon.a (mon.0) 9344 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:17.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:17 smithi178 bash[77880]: audit 2024-03-21T13:13:16.429636+0000 mon.a (mon.0) 9345 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:17.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:17 smithi178 bash[77880]: audit 2024-03-21T13:13:16.431123+0000 mon.a (mon.0) 9346 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:17.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:17 smithi178 bash[77880]: audit 2024-03-21T13:13:16.443687+0000 mon.a (mon.0) 9347 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:17.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:17 smithi178 bash[77880]: audit 2024-03-21T13:13:16.527276+0000 mon.a (mon.0) 9348 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:17.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:17 smithi178 bash[77880]: audit 2024-03-21T13:13:16.530417+0000 mon.a (mon.0) 9349 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:17.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:17 smithi178 bash[77880]: audit 2024-03-21T13:13:16.534048+0000 mon.a (mon.0) 9350 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:17.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:17 smithi178 bash[77880]: audit 2024-03-21T13:13:16.535170+0000 mon.a (mon.0) 9351 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:17.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:17 smithi178 bash[77880]: audit 2024-03-21T13:13:16.547728+0000 mon.a (mon.0) 9352 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:17.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:17 smithi178 bash[77880]: audit 2024-03-21T13:13:16.628523+0000 mon.a (mon.0) 9353 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:17.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:17 smithi178 bash[77880]: audit 2024-03-21T13:13:16.631867+0000 mon.a (mon.0) 9354 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:17.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:17 smithi178 bash[77880]: audit 2024-03-21T13:13:16.636638+0000 mon.a (mon.0) 9355 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:17.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:17 smithi178 bash[75692]: audit 2024-03-21T13:13:16.638308+0000 mon.a (mon.0) 9356 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:17.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:17 smithi178 bash[75692]: audit 2024-03-21T13:13:16.650568+0000 mon.a (mon.0) 9357 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:17.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:17 smithi178 bash[75692]: audit 2024-03-21T13:13:16.732631+0000 mon.a (mon.0) 9358 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:17.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:17 smithi178 bash[75692]: audit 2024-03-21T13:13:16.735686+0000 mon.a (mon.0) 9359 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:17.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:17 smithi178 bash[75692]: audit 2024-03-21T13:13:16.739656+0000 mon.a (mon.0) 9360 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:17.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:17 smithi178 bash[75692]: audit 2024-03-21T13:13:16.741293+0000 mon.a (mon.0) 9361 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:17.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:17 smithi178 bash[75692]: audit 2024-03-21T13:13:16.753464+0000 mon.a (mon.0) 9362 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:17.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:17 smithi178 bash[75692]: audit 2024-03-21T13:13:16.831982+0000 mon.a (mon.0) 9363 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:17.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:17 smithi178 bash[75692]: audit 2024-03-21T13:13:16.835164+0000 mon.a (mon.0) 9364 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:17.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:17 smithi178 bash[75692]: audit 2024-03-21T13:13:16.839069+0000 mon.a (mon.0) 9365 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:17.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:17 smithi178 bash[75692]: audit 2024-03-21T13:13:16.840652+0000 mon.a (mon.0) 9366 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:17.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:17 smithi178 bash[75692]: audit 2024-03-21T13:13:16.852069+0000 mon.a (mon.0) 9367 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:17.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:17 smithi178 bash[75692]: audit 2024-03-21T13:13:16.930996+0000 mon.a (mon.0) 9368 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:17.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:17 smithi178 bash[75692]: audit 2024-03-21T13:13:16.934358+0000 mon.a (mon.0) 9369 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:17.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:17 smithi178 bash[75692]: audit 2024-03-21T13:13:16.937775+0000 mon.a (mon.0) 9370 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:17.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:17 smithi178 bash[75692]: audit 2024-03-21T13:13:16.939063+0000 mon.a (mon.0) 9371 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:17.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:17 smithi178 bash[75692]: audit 2024-03-21T13:13:16.951267+0000 mon.a (mon.0) 9372 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:17.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:17 smithi178 bash[75692]: audit 2024-03-21T13:13:17.036795+0000 mon.a (mon.0) 9373 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:17.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:17 smithi178 bash[75692]: audit 2024-03-21T13:13:17.040217+0000 mon.a (mon.0) 9374 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:17.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:17 smithi178 bash[77880]: audit 2024-03-21T13:13:16.638308+0000 mon.a (mon.0) 9356 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:17.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:17 smithi178 bash[77880]: audit 2024-03-21T13:13:16.650568+0000 mon.a (mon.0) 9357 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:17.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:17 smithi178 bash[77880]: audit 2024-03-21T13:13:16.732631+0000 mon.a (mon.0) 9358 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:17.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:17 smithi178 bash[77880]: audit 2024-03-21T13:13:16.735686+0000 mon.a (mon.0) 9359 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:17.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:17 smithi178 bash[77880]: audit 2024-03-21T13:13:16.739656+0000 mon.a (mon.0) 9360 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:17.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:17 smithi178 bash[77880]: audit 2024-03-21T13:13:16.741293+0000 mon.a (mon.0) 9361 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:17.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:17 smithi178 bash[77880]: audit 2024-03-21T13:13:16.753464+0000 mon.a (mon.0) 9362 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:17.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:17 smithi178 bash[77880]: audit 2024-03-21T13:13:16.831982+0000 mon.a (mon.0) 9363 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:17.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:17 smithi178 bash[77880]: audit 2024-03-21T13:13:16.835164+0000 mon.a (mon.0) 9364 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:17.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:17 smithi178 bash[77880]: audit 2024-03-21T13:13:16.839069+0000 mon.a (mon.0) 9365 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:17.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:17 smithi178 bash[77880]: audit 2024-03-21T13:13:16.840652+0000 mon.a (mon.0) 9366 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:17.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:17 smithi178 bash[77880]: audit 2024-03-21T13:13:16.852069+0000 mon.a (mon.0) 9367 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:17.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:17 smithi178 bash[77880]: audit 2024-03-21T13:13:16.930996+0000 mon.a (mon.0) 9368 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:17.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:17 smithi178 bash[77880]: audit 2024-03-21T13:13:16.934358+0000 mon.a (mon.0) 9369 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:17.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:17 smithi178 bash[77880]: audit 2024-03-21T13:13:16.937775+0000 mon.a (mon.0) 9370 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:17.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:17 smithi178 bash[77880]: audit 2024-03-21T13:13:16.939063+0000 mon.a (mon.0) 9371 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:17.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:17 smithi178 bash[77880]: audit 2024-03-21T13:13:16.951267+0000 mon.a (mon.0) 9372 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:17.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:17 smithi178 bash[77880]: audit 2024-03-21T13:13:17.036795+0000 mon.a (mon.0) 9373 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:17.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:17 smithi178 bash[77880]: audit 2024-03-21T13:13:17.040217+0000 mon.a (mon.0) 9374 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:17.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:17 smithi178 bash[75692]: audit 2024-03-21T13:13:17.044242+0000 mon.a (mon.0) 9375 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:17.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:17 smithi178 bash[75692]: audit 2024-03-21T13:13:17.045682+0000 mon.a (mon.0) 9376 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:17.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:17 smithi178 bash[75692]: audit 2024-03-21T13:13:17.056187+0000 mon.a (mon.0) 9377 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:17.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:17 smithi178 bash[75692]: audit 2024-03-21T13:13:17.136756+0000 mon.a (mon.0) 9378 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:17.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:17 smithi178 bash[75692]: audit 2024-03-21T13:13:17.141010+0000 mon.a (mon.0) 9379 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:17.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:17 smithi178 bash[75692]: audit 2024-03-21T13:13:17.145111+0000 mon.a (mon.0) 9380 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:17.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:17 smithi178 bash[75692]: audit 2024-03-21T13:13:17.146534+0000 mon.a (mon.0) 9381 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:17.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:17 smithi178 bash[75692]: audit 2024-03-21T13:13:17.157395+0000 mon.a (mon.0) 9382 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:17.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:17 smithi178 bash[75692]: audit 2024-03-21T13:13:17.239959+0000 mon.a (mon.0) 9383 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:17.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:17 smithi178 bash[75692]: audit 2024-03-21T13:13:17.242735+0000 mon.a (mon.0) 9384 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:17.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:17 smithi178 bash[75692]: audit 2024-03-21T13:13:17.245652+0000 mon.a (mon.0) 9385 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:17.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:17 smithi178 bash[75692]: audit 2024-03-21T13:13:17.246769+0000 mon.a (mon.0) 9386 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:17.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:17 smithi178 bash[75692]: audit 2024-03-21T13:13:17.255512+0000 mon.a (mon.0) 9387 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:17.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:17 smithi178 bash[77880]: audit 2024-03-21T13:13:17.044242+0000 mon.a (mon.0) 9375 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:17.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:17 smithi178 bash[77880]: audit 2024-03-21T13:13:17.045682+0000 mon.a (mon.0) 9376 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:17.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:17 smithi178 bash[77880]: audit 2024-03-21T13:13:17.056187+0000 mon.a (mon.0) 9377 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:17.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:17 smithi178 bash[77880]: audit 2024-03-21T13:13:17.136756+0000 mon.a (mon.0) 9378 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:17.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:17 smithi178 bash[77880]: audit 2024-03-21T13:13:17.141010+0000 mon.a (mon.0) 9379 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:17.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:17 smithi178 bash[77880]: audit 2024-03-21T13:13:17.145111+0000 mon.a (mon.0) 9380 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:17.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:17 smithi178 bash[77880]: audit 2024-03-21T13:13:17.146534+0000 mon.a (mon.0) 9381 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:17.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:17 smithi178 bash[77880]: audit 2024-03-21T13:13:17.157395+0000 mon.a (mon.0) 9382 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:17.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:17 smithi178 bash[77880]: audit 2024-03-21T13:13:17.239959+0000 mon.a (mon.0) 9383 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:17.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:17 smithi178 bash[77880]: audit 2024-03-21T13:13:17.242735+0000 mon.a (mon.0) 9384 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:17.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:17 smithi178 bash[77880]: audit 2024-03-21T13:13:17.245652+0000 mon.a (mon.0) 9385 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:17.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:17 smithi178 bash[77880]: audit 2024-03-21T13:13:17.246769+0000 mon.a (mon.0) 9386 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:17.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:17 smithi178 bash[77880]: audit 2024-03-21T13:13:17.255512+0000 mon.a (mon.0) 9387 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:17.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:17 smithi184 bash[59794]: audit 2024-03-21T13:13:16.259201+0000 mon.a (mon.0) 9337 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:17.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:17 smithi184 bash[59794]: audit 2024-03-21T13:13:16.267939+0000 mon.a (mon.0) 9338 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:17.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:17 smithi184 bash[59794]: audit 2024-03-21T13:13:16.315039+0000 mon.a (mon.0) 9339 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:17.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:17 smithi184 bash[59794]: audit 2024-03-21T13:13:16.317214+0000 mon.a (mon.0) 9340 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:17.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:17 smithi184 bash[59794]: audit 2024-03-21T13:13:16.329175+0000 mon.a (mon.0) 9341 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:17.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:17 smithi184 bash[59794]: audit 2024-03-21T13:13:16.410582+0000 mon.a (mon.0) 9342 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-21T13:13:17.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:17 smithi184 bash[59794]: audit 2024-03-21T13:13:16.420452+0000 mon.a (mon.0) 9343 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:17.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:17 smithi184 bash[59794]: audit 2024-03-21T13:13:16.424229+0000 mon.a (mon.0) 9344 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:17.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:17 smithi184 bash[59794]: audit 2024-03-21T13:13:16.429636+0000 mon.a (mon.0) 9345 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:17.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:17 smithi184 bash[59794]: audit 2024-03-21T13:13:16.431123+0000 mon.a (mon.0) 9346 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:17.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:17 smithi184 bash[59794]: audit 2024-03-21T13:13:16.443687+0000 mon.a (mon.0) 9347 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:17.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:17 smithi184 bash[59794]: audit 2024-03-21T13:13:16.527276+0000 mon.a (mon.0) 9348 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:17.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:17 smithi184 bash[59794]: audit 2024-03-21T13:13:16.530417+0000 mon.a (mon.0) 9349 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:17.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:17 smithi184 bash[59794]: audit 2024-03-21T13:13:16.534048+0000 mon.a (mon.0) 9350 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:17.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:17 smithi184 bash[59794]: audit 2024-03-21T13:13:16.535170+0000 mon.a (mon.0) 9351 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:17.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:17 smithi184 bash[59794]: audit 2024-03-21T13:13:16.547728+0000 mon.a (mon.0) 9352 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:17.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:17 smithi184 bash[59794]: audit 2024-03-21T13:13:16.628523+0000 mon.a (mon.0) 9353 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:17.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:17 smithi184 bash[59794]: audit 2024-03-21T13:13:16.631867+0000 mon.a (mon.0) 9354 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:17.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:17 smithi184 bash[59794]: audit 2024-03-21T13:13:16.636638+0000 mon.a (mon.0) 9355 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:17.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:17 smithi184 bash[59794]: audit 2024-03-21T13:13:16.638308+0000 mon.a (mon.0) 9356 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:17.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:17 smithi184 bash[59794]: audit 2024-03-21T13:13:16.650568+0000 mon.a (mon.0) 9357 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:17.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:17 smithi184 bash[59794]: audit 2024-03-21T13:13:16.732631+0000 mon.a (mon.0) 9358 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:17.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:17 smithi184 bash[59794]: audit 2024-03-21T13:13:16.735686+0000 mon.a (mon.0) 9359 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:17.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:17 smithi184 bash[59794]: audit 2024-03-21T13:13:16.739656+0000 mon.a (mon.0) 9360 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:17.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:17 smithi184 bash[59794]: audit 2024-03-21T13:13:16.741293+0000 mon.a (mon.0) 9361 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:17.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:17 smithi184 bash[59794]: audit 2024-03-21T13:13:16.753464+0000 mon.a (mon.0) 9362 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:17.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:17 smithi184 bash[59794]: audit 2024-03-21T13:13:16.831982+0000 mon.a (mon.0) 9363 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:17.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:17 smithi184 bash[59794]: audit 2024-03-21T13:13:16.835164+0000 mon.a (mon.0) 9364 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:17.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:17 smithi184 bash[59794]: audit 2024-03-21T13:13:16.839069+0000 mon.a (mon.0) 9365 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:17.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:17 smithi184 bash[59794]: audit 2024-03-21T13:13:16.840652+0000 mon.a (mon.0) 9366 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:17.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:17 smithi184 bash[59794]: audit 2024-03-21T13:13:16.852069+0000 mon.a (mon.0) 9367 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:17.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:17 smithi184 bash[59794]: audit 2024-03-21T13:13:16.930996+0000 mon.a (mon.0) 9368 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:17.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:17 smithi184 bash[59794]: audit 2024-03-21T13:13:16.934358+0000 mon.a (mon.0) 9369 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:17.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:17 smithi184 bash[59794]: audit 2024-03-21T13:13:16.937775+0000 mon.a (mon.0) 9370 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:17.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:17 smithi184 bash[59794]: audit 2024-03-21T13:13:16.939063+0000 mon.a (mon.0) 9371 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:17.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:17 smithi184 bash[59794]: audit 2024-03-21T13:13:16.951267+0000 mon.a (mon.0) 9372 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:17.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:17 smithi184 bash[59794]: audit 2024-03-21T13:13:17.036795+0000 mon.a (mon.0) 9373 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:17.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:17 smithi184 bash[59794]: audit 2024-03-21T13:13:17.040217+0000 mon.a (mon.0) 9374 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:17.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:17 smithi184 bash[59794]: audit 2024-03-21T13:13:17.044242+0000 mon.a (mon.0) 9375 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:17.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:17 smithi184 bash[59794]: audit 2024-03-21T13:13:17.045682+0000 mon.a (mon.0) 9376 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:17.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:17 smithi184 bash[59794]: audit 2024-03-21T13:13:17.056187+0000 mon.a (mon.0) 9377 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:17.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:17 smithi184 bash[59794]: audit 2024-03-21T13:13:17.136756+0000 mon.a (mon.0) 9378 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:17.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:17 smithi184 bash[59794]: audit 2024-03-21T13:13:17.141010+0000 mon.a (mon.0) 9379 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:17.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:17 smithi184 bash[59794]: audit 2024-03-21T13:13:17.145111+0000 mon.a (mon.0) 9380 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:17.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:17 smithi184 bash[59794]: audit 2024-03-21T13:13:17.146534+0000 mon.a (mon.0) 9381 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:17.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:17 smithi184 bash[59794]: audit 2024-03-21T13:13:17.157395+0000 mon.a (mon.0) 9382 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:17.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:17 smithi184 bash[59794]: audit 2024-03-21T13:13:17.239959+0000 mon.a (mon.0) 9383 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:17.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:17 smithi184 bash[59794]: audit 2024-03-21T13:13:17.242735+0000 mon.a (mon.0) 9384 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:17.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:17 smithi184 bash[59794]: audit 2024-03-21T13:13:17.245652+0000 mon.a (mon.0) 9385 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:17.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:17 smithi184 bash[59794]: audit 2024-03-21T13:13:17.246769+0000 mon.a (mon.0) 9386 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:17.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:17 smithi184 bash[59794]: audit 2024-03-21T13:13:17.255512+0000 mon.a (mon.0) 9387 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:18.547 INFO:journalctl@ceph.alertmanager.a.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[115812]: ts=2024-03-21T13:13:18.301Z caller=main.go:240 level=info msg="Starting Alertmanager" version="(version=0.25.0, branch=HEAD, revision=258fab7cdd551f2cf251ed0348f0ad7289aee789)" 2024-03-21T13:13:18.547 INFO:journalctl@ceph.alertmanager.a.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[115812]: ts=2024-03-21T13:13:18.301Z caller=main.go:241 level=info build_context="(go=go1.19.4, user=root@abe866dd5717, date=20221222-14:51:36)" 2024-03-21T13:13:18.547 INFO:journalctl@ceph.alertmanager.a.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[115812]: ts=2024-03-21T13:13:18.304Z caller=cluster.go:185 level=info component=cluster msg="setting advertise address explicitly" addr=172.21.15.178 port=9094 2024-03-21T13:13:18.548 INFO:journalctl@ceph.alertmanager.a.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[115812]: ts=2024-03-21T13:13:18.306Z caller=cluster.go:681 level=info component=cluster msg="Waiting for gossip to settle..." interval=2s 2024-03-21T13:13:18.548 INFO:journalctl@ceph.alertmanager.a.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[115812]: ts=2024-03-21T13:13:18.359Z caller=coordinator.go:113 level=info component=configuration msg="Loading configuration file" file=/etc/alertmanager/alertmanager.yml 2024-03-21T13:13:18.548 INFO:journalctl@ceph.alertmanager.a.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[115812]: ts=2024-03-21T13:13:18.359Z caller=coordinator.go:126 level=info component=configuration msg="Completed loading of configuration file" file=/etc/alertmanager/alertmanager.yml 2024-03-21T13:13:18.548 INFO:journalctl@ceph.alertmanager.a.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[115812]: ts=2024-03-21T13:13:18.364Z caller=tls_config.go:232 level=info msg="Listening on" address=[::]:9093 2024-03-21T13:13:18.548 INFO:journalctl@ceph.alertmanager.a.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[115812]: ts=2024-03-21T13:13:18.365Z caller=tls_config.go:235 level=info msg="TLS is disabled." http2=false address=[::]:9093 2024-03-21T13:13:18.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[75692]: cluster 2024-03-21T13:13:16.321455+0000 mgr.x (mgr.34104) 5996 : cluster [DBG] pgmap v3964: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:13:18.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[75692]: cluster 2024-03-21T13:13:16.322025+0000 mgr.x (mgr.34104) 5997 : cluster [DBG] pgmap v3965: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 796 B/s rd, 0 op/s 2024-03-21T13:13:18.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[75692]: cephadm 2024-03-21T13:13:16.330782+0000 mgr.x (mgr.34104) 5998 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:18.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[75692]: audit 2024-03-21T13:13:16.412348+0000 mgr.x (mgr.34104) 5999 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-21T13:13:18.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[75692]: cluster 2024-03-21T13:13:16.434348+0000 mgr.x (mgr.34104) 6000 : cluster [DBG] pgmap v3966: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 951 B/s rd, 0 op/s 2024-03-21T13:13:18.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[75692]: cluster 2024-03-21T13:13:16.434893+0000 mgr.x (mgr.34104) 6001 : cluster [DBG] pgmap v3967: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 951 B/s rd, 0 op/s 2024-03-21T13:13:18.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[75692]: cephadm 2024-03-21T13:13:16.445130+0000 mgr.x (mgr.34104) 6002 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:18.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[75692]: cluster 2024-03-21T13:13:16.538130+0000 mgr.x (mgr.34104) 6003 : cluster [DBG] pgmap v3968: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-03-21T13:13:18.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[75692]: cluster 2024-03-21T13:13:16.538626+0000 mgr.x (mgr.34104) 6004 : cluster [DBG] pgmap v3969: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:18.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[75692]: cephadm 2024-03-21T13:13:16.549090+0000 mgr.x (mgr.34104) 6005 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:18.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[75692]: cluster 2024-03-21T13:13:16.641492+0000 mgr.x (mgr.34104) 6006 : cluster [DBG] pgmap v3970: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:18.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[75692]: cluster 2024-03-21T13:13:16.642003+0000 mgr.x (mgr.34104) 6007 : cluster [DBG] pgmap v3971: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:18.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[75692]: cephadm 2024-03-21T13:13:16.652096+0000 mgr.x (mgr.34104) 6008 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:18.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[75692]: cluster 2024-03-21T13:13:16.744505+0000 mgr.x (mgr.34104) 6009 : cluster [DBG] pgmap v3972: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:18.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[75692]: cluster 2024-03-21T13:13:16.744724+0000 mgr.x (mgr.34104) 6010 : cluster [DBG] pgmap v3973: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:18.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[75692]: cephadm 2024-03-21T13:13:16.754894+0000 mgr.x (mgr.34104) 6011 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:18.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[75692]: cluster 2024-03-21T13:13:16.843740+0000 mgr.x (mgr.34104) 6012 : cluster [DBG] pgmap v3974: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:18.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[75692]: cluster 2024-03-21T13:13:16.844251+0000 mgr.x (mgr.34104) 6013 : cluster [DBG] pgmap v3975: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:18.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[75692]: cephadm 2024-03-21T13:13:16.853374+0000 mgr.x (mgr.34104) 6014 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:18.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[77880]: cluster 2024-03-21T13:13:16.321455+0000 mgr.x (mgr.34104) 5996 : cluster [DBG] pgmap v3964: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:13:18.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[77880]: cluster 2024-03-21T13:13:16.322025+0000 mgr.x (mgr.34104) 5997 : cluster [DBG] pgmap v3965: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 796 B/s rd, 0 op/s 2024-03-21T13:13:18.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[77880]: cephadm 2024-03-21T13:13:16.330782+0000 mgr.x (mgr.34104) 5998 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:18.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[77880]: audit 2024-03-21T13:13:16.412348+0000 mgr.x (mgr.34104) 5999 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-21T13:13:18.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[77880]: cluster 2024-03-21T13:13:16.434348+0000 mgr.x (mgr.34104) 6000 : cluster [DBG] pgmap v3966: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 951 B/s rd, 0 op/s 2024-03-21T13:13:18.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[77880]: cluster 2024-03-21T13:13:16.434893+0000 mgr.x (mgr.34104) 6001 : cluster [DBG] pgmap v3967: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 951 B/s rd, 0 op/s 2024-03-21T13:13:18.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[77880]: cephadm 2024-03-21T13:13:16.445130+0000 mgr.x (mgr.34104) 6002 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:18.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[77880]: cluster 2024-03-21T13:13:16.538130+0000 mgr.x (mgr.34104) 6003 : cluster [DBG] pgmap v3968: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-03-21T13:13:18.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[77880]: cluster 2024-03-21T13:13:16.538626+0000 mgr.x (mgr.34104) 6004 : cluster [DBG] pgmap v3969: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:18.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[77880]: cephadm 2024-03-21T13:13:16.549090+0000 mgr.x (mgr.34104) 6005 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:18.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[77880]: cluster 2024-03-21T13:13:16.641492+0000 mgr.x (mgr.34104) 6006 : cluster [DBG] pgmap v3970: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:18.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[77880]: cluster 2024-03-21T13:13:16.642003+0000 mgr.x (mgr.34104) 6007 : cluster [DBG] pgmap v3971: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:18.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[77880]: cephadm 2024-03-21T13:13:16.652096+0000 mgr.x (mgr.34104) 6008 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:18.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[77880]: cluster 2024-03-21T13:13:16.744505+0000 mgr.x (mgr.34104) 6009 : cluster [DBG] pgmap v3972: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:18.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[77880]: cluster 2024-03-21T13:13:16.744724+0000 mgr.x (mgr.34104) 6010 : cluster [DBG] pgmap v3973: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:18.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[77880]: cephadm 2024-03-21T13:13:16.754894+0000 mgr.x (mgr.34104) 6011 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:18.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[77880]: cluster 2024-03-21T13:13:16.843740+0000 mgr.x (mgr.34104) 6012 : cluster [DBG] pgmap v3974: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:18.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[77880]: cluster 2024-03-21T13:13:16.844251+0000 mgr.x (mgr.34104) 6013 : cluster [DBG] pgmap v3975: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:18.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[77880]: cephadm 2024-03-21T13:13:16.853374+0000 mgr.x (mgr.34104) 6014 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:18.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[75692]: cluster 2024-03-21T13:13:16.942134+0000 mgr.x (mgr.34104) 6015 : cluster [DBG] pgmap v3976: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:18.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[75692]: cluster 2024-03-21T13:13:16.942598+0000 mgr.x (mgr.34104) 6016 : cluster [DBG] pgmap v3977: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:18.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[75692]: cephadm 2024-03-21T13:13:16.953669+0000 mgr.x (mgr.34104) 6017 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:18.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[75692]: cluster 2024-03-21T13:13:17.048454+0000 mgr.x (mgr.34104) 6018 : cluster [DBG] pgmap v3978: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:18.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[75692]: cluster 2024-03-21T13:13:17.048903+0000 mgr.x (mgr.34104) 6019 : cluster [DBG] pgmap v3979: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:18.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[75692]: cephadm 2024-03-21T13:13:17.057361+0000 mgr.x (mgr.34104) 6020 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:18.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[75692]: cluster 2024-03-21T13:13:17.149444+0000 mgr.x (mgr.34104) 6021 : cluster [DBG] pgmap v3980: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:18.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[75692]: cluster 2024-03-21T13:13:17.149855+0000 mgr.x (mgr.34104) 6022 : cluster [DBG] pgmap v3981: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:18.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[75692]: cephadm 2024-03-21T13:13:17.158666+0000 mgr.x (mgr.34104) 6023 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:18.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[75692]: cluster 2024-03-21T13:13:17.249472+0000 mgr.x (mgr.34104) 6024 : cluster [DBG] pgmap v3982: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:18.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[75692]: cluster 2024-03-21T13:13:17.250070+0000 mgr.x (mgr.34104) 6025 : cluster [DBG] pgmap v3983: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:18.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[75692]: cephadm 2024-03-21T13:13:17.256638+0000 mgr.x (mgr.34104) 6026 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:18.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[75692]: audit 2024-03-21T13:13:17.365665+0000 mon.a (mon.0) 9388 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:18.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[75692]: audit 2024-03-21T13:13:17.369514+0000 mon.a (mon.0) 9389 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:18.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[75692]: audit 2024-03-21T13:13:17.374407+0000 mon.a (mon.0) 9390 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:18.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[75692]: audit 2024-03-21T13:13:17.376116+0000 mon.a (mon.0) 9391 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:18.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[75692]: cluster 2024-03-21T13:13:17.379627+0000 mgr.x (mgr.34104) 6027 : cluster [DBG] pgmap v3984: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:18.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[75692]: cluster 2024-03-21T13:13:17.380153+0000 mgr.x (mgr.34104) 6028 : cluster [DBG] pgmap v3985: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:18.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[75692]: audit 2024-03-21T13:13:17.388094+0000 mon.a (mon.0) 9392 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:18.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[75692]: cephadm 2024-03-21T13:13:17.389460+0000 mgr.x (mgr.34104) 6029 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:18.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[77880]: cluster 2024-03-21T13:13:16.942134+0000 mgr.x (mgr.34104) 6015 : cluster [DBG] pgmap v3976: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:18.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[77880]: cluster 2024-03-21T13:13:16.942598+0000 mgr.x (mgr.34104) 6016 : cluster [DBG] pgmap v3977: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:18.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[77880]: cephadm 2024-03-21T13:13:16.953669+0000 mgr.x (mgr.34104) 6017 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:18.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[77880]: cluster 2024-03-21T13:13:17.048454+0000 mgr.x (mgr.34104) 6018 : cluster [DBG] pgmap v3978: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:18.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[77880]: cluster 2024-03-21T13:13:17.048903+0000 mgr.x (mgr.34104) 6019 : cluster [DBG] pgmap v3979: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:18.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[77880]: cephadm 2024-03-21T13:13:17.057361+0000 mgr.x (mgr.34104) 6020 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:18.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[77880]: cluster 2024-03-21T13:13:17.149444+0000 mgr.x (mgr.34104) 6021 : cluster [DBG] pgmap v3980: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:18.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[77880]: cluster 2024-03-21T13:13:17.149855+0000 mgr.x (mgr.34104) 6022 : cluster [DBG] pgmap v3981: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:18.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[77880]: cephadm 2024-03-21T13:13:17.158666+0000 mgr.x (mgr.34104) 6023 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:18.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[77880]: cluster 2024-03-21T13:13:17.249472+0000 mgr.x (mgr.34104) 6024 : cluster [DBG] pgmap v3982: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:18.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[77880]: cluster 2024-03-21T13:13:17.250070+0000 mgr.x (mgr.34104) 6025 : cluster [DBG] pgmap v3983: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:18.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[77880]: cephadm 2024-03-21T13:13:17.256638+0000 mgr.x (mgr.34104) 6026 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:18.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[77880]: audit 2024-03-21T13:13:17.365665+0000 mon.a (mon.0) 9388 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:18.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[77880]: audit 2024-03-21T13:13:17.369514+0000 mon.a (mon.0) 9389 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:18.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[77880]: audit 2024-03-21T13:13:17.374407+0000 mon.a (mon.0) 9390 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:18.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[77880]: audit 2024-03-21T13:13:17.376116+0000 mon.a (mon.0) 9391 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:18.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[77880]: cluster 2024-03-21T13:13:17.379627+0000 mgr.x (mgr.34104) 6027 : cluster [DBG] pgmap v3984: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:18.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[77880]: cluster 2024-03-21T13:13:17.380153+0000 mgr.x (mgr.34104) 6028 : cluster [DBG] pgmap v3985: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:18.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[77880]: audit 2024-03-21T13:13:17.388094+0000 mon.a (mon.0) 9392 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:18.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[77880]: cephadm 2024-03-21T13:13:17.389460+0000 mgr.x (mgr.34104) 6029 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:18.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[75692]: audit 2024-03-21T13:13:17.466914+0000 mon.a (mon.0) 9393 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:18.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[75692]: audit 2024-03-21T13:13:17.470812+0000 mon.a (mon.0) 9394 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:18.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[75692]: audit 2024-03-21T13:13:17.474400+0000 mon.a (mon.0) 9395 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:18.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[75692]: audit 2024-03-21T13:13:17.475726+0000 mon.a (mon.0) 9396 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:18.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[75692]: cluster 2024-03-21T13:13:17.478692+0000 mgr.x (mgr.34104) 6030 : cluster [DBG] pgmap v3986: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:18.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[75692]: cluster 2024-03-21T13:13:17.479211+0000 mgr.x (mgr.34104) 6031 : cluster [DBG] pgmap v3987: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:18.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[75692]: audit 2024-03-21T13:13:17.487783+0000 mon.a (mon.0) 9397 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:18.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[75692]: cephadm 2024-03-21T13:13:17.488990+0000 mgr.x (mgr.34104) 6032 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:18.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[75692]: audit 2024-03-21T13:13:17.569218+0000 mon.a (mon.0) 9398 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:18.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[75692]: audit 2024-03-21T13:13:17.572411+0000 mon.a (mon.0) 9399 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:18.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[75692]: audit 2024-03-21T13:13:17.578149+0000 mon.a (mon.0) 9400 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:18.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[75692]: audit 2024-03-21T13:13:17.579759+0000 mon.a (mon.0) 9401 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:18.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[75692]: cluster 2024-03-21T13:13:17.583212+0000 mgr.x (mgr.34104) 6033 : cluster [DBG] pgmap v3988: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:18.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[75692]: cluster 2024-03-21T13:13:17.583735+0000 mgr.x (mgr.34104) 6034 : cluster [DBG] pgmap v3989: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:18.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[75692]: audit 2024-03-21T13:13:17.590708+0000 mon.a (mon.0) 9402 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:18.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[75692]: cephadm 2024-03-21T13:13:17.592016+0000 mgr.x (mgr.34104) 6035 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:18.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[75692]: audit 2024-03-21T13:13:17.671434+0000 mon.a (mon.0) 9403 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:18.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[75692]: audit 2024-03-21T13:13:17.674988+0000 mon.a (mon.0) 9404 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:18.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[75692]: audit 2024-03-21T13:13:17.678534+0000 mon.a (mon.0) 9405 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:18.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[75692]: audit 2024-03-21T13:13:17.679885+0000 mon.a (mon.0) 9406 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:18.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[77880]: audit 2024-03-21T13:13:17.466914+0000 mon.a (mon.0) 9393 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:18.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[77880]: audit 2024-03-21T13:13:17.470812+0000 mon.a (mon.0) 9394 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:18.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[77880]: audit 2024-03-21T13:13:17.474400+0000 mon.a (mon.0) 9395 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:18.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[77880]: audit 2024-03-21T13:13:17.475726+0000 mon.a (mon.0) 9396 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:18.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[77880]: cluster 2024-03-21T13:13:17.478692+0000 mgr.x (mgr.34104) 6030 : cluster [DBG] pgmap v3986: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:18.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[77880]: cluster 2024-03-21T13:13:17.479211+0000 mgr.x (mgr.34104) 6031 : cluster [DBG] pgmap v3987: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:18.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[77880]: audit 2024-03-21T13:13:17.487783+0000 mon.a (mon.0) 9397 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:18.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[77880]: cephadm 2024-03-21T13:13:17.488990+0000 mgr.x (mgr.34104) 6032 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:18.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[77880]: audit 2024-03-21T13:13:17.569218+0000 mon.a (mon.0) 9398 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:18.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[77880]: audit 2024-03-21T13:13:17.572411+0000 mon.a (mon.0) 9399 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:18.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[77880]: audit 2024-03-21T13:13:17.578149+0000 mon.a (mon.0) 9400 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:18.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[77880]: audit 2024-03-21T13:13:17.579759+0000 mon.a (mon.0) 9401 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:18.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[77880]: cluster 2024-03-21T13:13:17.583212+0000 mgr.x (mgr.34104) 6033 : cluster [DBG] pgmap v3988: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:18.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[77880]: cluster 2024-03-21T13:13:17.583735+0000 mgr.x (mgr.34104) 6034 : cluster [DBG] pgmap v3989: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:18.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[77880]: audit 2024-03-21T13:13:17.590708+0000 mon.a (mon.0) 9402 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:18.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[77880]: cephadm 2024-03-21T13:13:17.592016+0000 mgr.x (mgr.34104) 6035 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:18.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[77880]: audit 2024-03-21T13:13:17.671434+0000 mon.a (mon.0) 9403 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:18.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[77880]: audit 2024-03-21T13:13:17.674988+0000 mon.a (mon.0) 9404 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:18.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[77880]: audit 2024-03-21T13:13:17.678534+0000 mon.a (mon.0) 9405 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:18.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[77880]: audit 2024-03-21T13:13:17.679885+0000 mon.a (mon.0) 9406 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:18.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[75692]: cluster 2024-03-21T13:13:17.682741+0000 mgr.x (mgr.34104) 6036 : cluster [DBG] pgmap v3990: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:18.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[75692]: cluster 2024-03-21T13:13:17.682950+0000 mgr.x (mgr.34104) 6037 : cluster [DBG] pgmap v3991: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:18.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[75692]: audit 2024-03-21T13:13:17.691444+0000 mon.a (mon.0) 9407 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:18.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[75692]: cephadm 2024-03-21T13:13:17.692823+0000 mgr.x (mgr.34104) 6038 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:18.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[75692]: audit 2024-03-21T13:13:17.770279+0000 mon.a (mon.0) 9408 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:18.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[75692]: audit 2024-03-21T13:13:17.775360+0000 mon.a (mon.0) 9409 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:18.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[75692]: audit 2024-03-21T13:13:17.779472+0000 mon.a (mon.0) 9410 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:18.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[75692]: audit 2024-03-21T13:13:17.780904+0000 mon.a (mon.0) 9411 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:18.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[75692]: cluster 2024-03-21T13:13:17.784008+0000 mgr.x (mgr.34104) 6039 : cluster [DBG] pgmap v3992: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:18.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[75692]: cluster 2024-03-21T13:13:17.784288+0000 mgr.x (mgr.34104) 6040 : cluster [DBG] pgmap v3993: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:18.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[75692]: audit 2024-03-21T13:13:17.792578+0000 mon.a (mon.0) 9412 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:18.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[75692]: cephadm 2024-03-21T13:13:17.793969+0000 mgr.x (mgr.34104) 6041 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:18.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[75692]: audit 2024-03-21T13:13:17.874113+0000 mon.a (mon.0) 9413 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:18.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[75692]: audit 2024-03-21T13:13:17.877376+0000 mon.a (mon.0) 9414 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:18.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[75692]: audit 2024-03-21T13:13:17.881153+0000 mon.a (mon.0) 9415 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:18.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[75692]: audit 2024-03-21T13:13:17.882564+0000 mon.a (mon.0) 9416 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:18.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[75692]: cluster 2024-03-21T13:13:17.885567+0000 mgr.x (mgr.34104) 6042 : cluster [DBG] pgmap v3994: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:18.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[75692]: cluster 2024-03-21T13:13:17.886059+0000 mgr.x (mgr.34104) 6043 : cluster [DBG] pgmap v3995: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:18.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[75692]: audit 2024-03-21T13:13:17.893674+0000 mon.a (mon.0) 9417 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:18.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[75692]: cephadm 2024-03-21T13:13:17.894981+0000 mgr.x (mgr.34104) 6044 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:18.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[77880]: cluster 2024-03-21T13:13:17.682741+0000 mgr.x (mgr.34104) 6036 : cluster [DBG] pgmap v3990: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:18.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[77880]: cluster 2024-03-21T13:13:17.682950+0000 mgr.x (mgr.34104) 6037 : cluster [DBG] pgmap v3991: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:18.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[77880]: audit 2024-03-21T13:13:17.691444+0000 mon.a (mon.0) 9407 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:18.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[77880]: cephadm 2024-03-21T13:13:17.692823+0000 mgr.x (mgr.34104) 6038 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:18.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[77880]: audit 2024-03-21T13:13:17.770279+0000 mon.a (mon.0) 9408 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:18.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[77880]: audit 2024-03-21T13:13:17.775360+0000 mon.a (mon.0) 9409 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:18.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[77880]: audit 2024-03-21T13:13:17.779472+0000 mon.a (mon.0) 9410 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:18.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[77880]: audit 2024-03-21T13:13:17.780904+0000 mon.a (mon.0) 9411 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:18.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[77880]: cluster 2024-03-21T13:13:17.784008+0000 mgr.x (mgr.34104) 6039 : cluster [DBG] pgmap v3992: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:18.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[77880]: cluster 2024-03-21T13:13:17.784288+0000 mgr.x (mgr.34104) 6040 : cluster [DBG] pgmap v3993: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:18.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[77880]: audit 2024-03-21T13:13:17.792578+0000 mon.a (mon.0) 9412 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:18.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[77880]: cephadm 2024-03-21T13:13:17.793969+0000 mgr.x (mgr.34104) 6041 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:18.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[77880]: audit 2024-03-21T13:13:17.874113+0000 mon.a (mon.0) 9413 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:18.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[77880]: audit 2024-03-21T13:13:17.877376+0000 mon.a (mon.0) 9414 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:18.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[77880]: audit 2024-03-21T13:13:17.881153+0000 mon.a (mon.0) 9415 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:18.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[77880]: audit 2024-03-21T13:13:17.882564+0000 mon.a (mon.0) 9416 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:18.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[77880]: cluster 2024-03-21T13:13:17.885567+0000 mgr.x (mgr.34104) 6042 : cluster [DBG] pgmap v3994: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:18.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[77880]: cluster 2024-03-21T13:13:17.886059+0000 mgr.x (mgr.34104) 6043 : cluster [DBG] pgmap v3995: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:18.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[77880]: audit 2024-03-21T13:13:17.893674+0000 mon.a (mon.0) 9417 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:18.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[77880]: cephadm 2024-03-21T13:13:17.894981+0000 mgr.x (mgr.34104) 6044 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:18.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[75692]: audit 2024-03-21T13:13:17.973204+0000 mon.a (mon.0) 9418 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:18.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[75692]: audit 2024-03-21T13:13:17.976447+0000 mon.a (mon.0) 9419 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:18.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[75692]: audit 2024-03-21T13:13:17.980443+0000 mon.a (mon.0) 9420 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:18.562 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[75692]: audit 2024-03-21T13:13:17.981821+0000 mon.a (mon.0) 9421 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:18.562 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[75692]: cluster 2024-03-21T13:13:17.985051+0000 mgr.x (mgr.34104) 6045 : cluster [DBG] pgmap v3996: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:18.562 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[75692]: cluster 2024-03-21T13:13:17.985530+0000 mgr.x (mgr.34104) 6046 : cluster [DBG] pgmap v3997: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:18.562 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[75692]: audit 2024-03-21T13:13:17.993822+0000 mon.a (mon.0) 9422 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:18.562 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[75692]: cephadm 2024-03-21T13:13:17.995364+0000 mgr.x (mgr.34104) 6047 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:18.562 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[75692]: audit 2024-03-21T13:13:18.076778+0000 mon.a (mon.0) 9423 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:18.562 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[75692]: audit 2024-03-21T13:13:18.080609+0000 mon.a (mon.0) 9424 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:18.562 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[75692]: audit 2024-03-21T13:13:18.084130+0000 mon.a (mon.0) 9425 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:18.562 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[75692]: audit 2024-03-21T13:13:18.085878+0000 mon.a (mon.0) 9426 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:18.562 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[75692]: cluster 2024-03-21T13:13:18.088921+0000 mgr.x (mgr.34104) 6048 : cluster [DBG] pgmap v3998: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:18.562 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[75692]: cluster 2024-03-21T13:13:18.089410+0000 mgr.x (mgr.34104) 6049 : cluster [DBG] pgmap v3999: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:18.562 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[75692]: audit 2024-03-21T13:13:18.098460+0000 mon.a (mon.0) 9427 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:18.562 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[75692]: cephadm 2024-03-21T13:13:18.099678+0000 mgr.x (mgr.34104) 6050 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:18.563 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[75692]: audit 2024-03-21T13:13:18.182446+0000 mon.a (mon.0) 9428 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:18.563 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[75692]: audit 2024-03-21T13:13:18.186175+0000 mon.a (mon.0) 9429 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:18.563 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[75692]: audit 2024-03-21T13:13:18.190675+0000 mon.a (mon.0) 9430 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:18.563 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[77880]: audit 2024-03-21T13:13:17.973204+0000 mon.a (mon.0) 9418 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:18.563 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[77880]: audit 2024-03-21T13:13:17.976447+0000 mon.a (mon.0) 9419 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:18.563 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[77880]: audit 2024-03-21T13:13:17.980443+0000 mon.a (mon.0) 9420 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:18.563 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[77880]: audit 2024-03-21T13:13:17.981821+0000 mon.a (mon.0) 9421 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:18.563 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[77880]: cluster 2024-03-21T13:13:17.985051+0000 mgr.x (mgr.34104) 6045 : cluster [DBG] pgmap v3996: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:18.563 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[77880]: cluster 2024-03-21T13:13:17.985530+0000 mgr.x (mgr.34104) 6046 : cluster [DBG] pgmap v3997: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:18.563 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[77880]: audit 2024-03-21T13:13:17.993822+0000 mon.a (mon.0) 9422 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:18.563 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[77880]: cephadm 2024-03-21T13:13:17.995364+0000 mgr.x (mgr.34104) 6047 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:18.563 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[77880]: audit 2024-03-21T13:13:18.076778+0000 mon.a (mon.0) 9423 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:18.564 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[77880]: audit 2024-03-21T13:13:18.080609+0000 mon.a (mon.0) 9424 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:18.564 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[77880]: audit 2024-03-21T13:13:18.084130+0000 mon.a (mon.0) 9425 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:18.564 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[77880]: audit 2024-03-21T13:13:18.085878+0000 mon.a (mon.0) 9426 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:18.564 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[77880]: cluster 2024-03-21T13:13:18.088921+0000 mgr.x (mgr.34104) 6048 : cluster [DBG] pgmap v3998: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:18.564 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[77880]: cluster 2024-03-21T13:13:18.089410+0000 mgr.x (mgr.34104) 6049 : cluster [DBG] pgmap v3999: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:18.564 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[77880]: audit 2024-03-21T13:13:18.098460+0000 mon.a (mon.0) 9427 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:18.564 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[77880]: cephadm 2024-03-21T13:13:18.099678+0000 mgr.x (mgr.34104) 6050 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:18.564 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[77880]: audit 2024-03-21T13:13:18.182446+0000 mon.a (mon.0) 9428 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:18.564 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[77880]: audit 2024-03-21T13:13:18.186175+0000 mon.a (mon.0) 9429 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:18.564 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[77880]: audit 2024-03-21T13:13:18.190675+0000 mon.a (mon.0) 9430 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:18.565 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[75692]: audit 2024-03-21T13:13:18.192197+0000 mon.a (mon.0) 9431 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:18.565 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[75692]: cluster 2024-03-21T13:13:18.195318+0000 mgr.x (mgr.34104) 6051 : cluster [DBG] pgmap v4000: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:18.565 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[75692]: cluster 2024-03-21T13:13:18.195871+0000 mgr.x (mgr.34104) 6052 : cluster [DBG] pgmap v4001: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:18.565 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[75692]: audit 2024-03-21T13:13:18.201709+0000 mon.a (mon.0) 9432 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:18.565 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[75692]: cephadm 2024-03-21T13:13:18.202855+0000 mgr.x (mgr.34104) 6053 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:18.565 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[75692]: audit 2024-03-21T13:13:18.284502+0000 mon.a (mon.0) 9433 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:18.565 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[75692]: audit 2024-03-21T13:13:18.287319+0000 mon.a (mon.0) 9434 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:18.565 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[75692]: audit 2024-03-21T13:13:18.290185+0000 mon.a (mon.0) 9435 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:18.565 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[75692]: audit 2024-03-21T13:13:18.291428+0000 mon.a (mon.0) 9436 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:18.565 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[75692]: cluster 2024-03-21T13:13:18.294126+0000 mgr.x (mgr.34104) 6054 : cluster [DBG] pgmap v4002: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:18.565 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[75692]: cluster 2024-03-21T13:13:18.294703+0000 mgr.x (mgr.34104) 6055 : cluster [DBG] pgmap v4003: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:18.565 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[75692]: audit 2024-03-21T13:13:18.300666+0000 mon.a (mon.0) 9437 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:18.565 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[75692]: cephadm 2024-03-21T13:13:18.301807+0000 mgr.x (mgr.34104) 6056 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:18.566 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[77880]: audit 2024-03-21T13:13:18.192197+0000 mon.a (mon.0) 9431 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:18.566 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[77880]: cluster 2024-03-21T13:13:18.195318+0000 mgr.x (mgr.34104) 6051 : cluster [DBG] pgmap v4000: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:18.566 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[77880]: cluster 2024-03-21T13:13:18.195871+0000 mgr.x (mgr.34104) 6052 : cluster [DBG] pgmap v4001: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:18.566 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[77880]: audit 2024-03-21T13:13:18.201709+0000 mon.a (mon.0) 9432 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:18.566 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[77880]: cephadm 2024-03-21T13:13:18.202855+0000 mgr.x (mgr.34104) 6053 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:18.566 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[77880]: audit 2024-03-21T13:13:18.284502+0000 mon.a (mon.0) 9433 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:18.566 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[77880]: audit 2024-03-21T13:13:18.287319+0000 mon.a (mon.0) 9434 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:18.566 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[77880]: audit 2024-03-21T13:13:18.290185+0000 mon.a (mon.0) 9435 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:18.566 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[77880]: audit 2024-03-21T13:13:18.291428+0000 mon.a (mon.0) 9436 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:18.566 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[77880]: cluster 2024-03-21T13:13:18.294126+0000 mgr.x (mgr.34104) 6054 : cluster [DBG] pgmap v4002: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:18.566 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[77880]: cluster 2024-03-21T13:13:18.294703+0000 mgr.x (mgr.34104) 6055 : cluster [DBG] pgmap v4003: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:18.566 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[77880]: audit 2024-03-21T13:13:18.300666+0000 mon.a (mon.0) 9437 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:18.566 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:18 smithi178 bash[77880]: cephadm 2024-03-21T13:13:18.301807+0000 mgr.x (mgr.34104) 6056 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:18.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:18 smithi184 bash[59794]: cluster 2024-03-21T13:13:16.321455+0000 mgr.x (mgr.34104) 5996 : cluster [DBG] pgmap v3964: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:13:18.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:18 smithi184 bash[59794]: cluster 2024-03-21T13:13:16.322025+0000 mgr.x (mgr.34104) 5997 : cluster [DBG] pgmap v3965: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 796 B/s rd, 0 op/s 2024-03-21T13:13:18.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:18 smithi184 bash[59794]: cephadm 2024-03-21T13:13:16.330782+0000 mgr.x (mgr.34104) 5998 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:18.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:18 smithi184 bash[59794]: audit 2024-03-21T13:13:16.412348+0000 mgr.x (mgr.34104) 5999 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-21T13:13:18.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:18 smithi184 bash[59794]: cluster 2024-03-21T13:13:16.434348+0000 mgr.x (mgr.34104) 6000 : cluster [DBG] pgmap v3966: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 951 B/s rd, 0 op/s 2024-03-21T13:13:18.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:18 smithi184 bash[59794]: cluster 2024-03-21T13:13:16.434893+0000 mgr.x (mgr.34104) 6001 : cluster [DBG] pgmap v3967: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 951 B/s rd, 0 op/s 2024-03-21T13:13:18.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:18 smithi184 bash[59794]: cephadm 2024-03-21T13:13:16.445130+0000 mgr.x (mgr.34104) 6002 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:18.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:18 smithi184 bash[59794]: cluster 2024-03-21T13:13:16.538130+0000 mgr.x (mgr.34104) 6003 : cluster [DBG] pgmap v3968: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-03-21T13:13:18.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:18 smithi184 bash[59794]: cluster 2024-03-21T13:13:16.538626+0000 mgr.x (mgr.34104) 6004 : cluster [DBG] pgmap v3969: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:18.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:18 smithi184 bash[59794]: cephadm 2024-03-21T13:13:16.549090+0000 mgr.x (mgr.34104) 6005 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:18.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:18 smithi184 bash[59794]: cluster 2024-03-21T13:13:16.641492+0000 mgr.x (mgr.34104) 6006 : cluster [DBG] pgmap v3970: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:18.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:18 smithi184 bash[59794]: cluster 2024-03-21T13:13:16.642003+0000 mgr.x (mgr.34104) 6007 : cluster [DBG] pgmap v3971: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:18.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:18 smithi184 bash[59794]: cephadm 2024-03-21T13:13:16.652096+0000 mgr.x (mgr.34104) 6008 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:18.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:18 smithi184 bash[59794]: cluster 2024-03-21T13:13:16.744505+0000 mgr.x (mgr.34104) 6009 : cluster [DBG] pgmap v3972: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:18.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:18 smithi184 bash[59794]: cluster 2024-03-21T13:13:16.744724+0000 mgr.x (mgr.34104) 6010 : cluster [DBG] pgmap v3973: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:18.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:18 smithi184 bash[59794]: cephadm 2024-03-21T13:13:16.754894+0000 mgr.x (mgr.34104) 6011 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:18.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:18 smithi184 bash[59794]: cluster 2024-03-21T13:13:16.843740+0000 mgr.x (mgr.34104) 6012 : cluster [DBG] pgmap v3974: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:18.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:18 smithi184 bash[59794]: cluster 2024-03-21T13:13:16.844251+0000 mgr.x (mgr.34104) 6013 : cluster [DBG] pgmap v3975: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:18.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:18 smithi184 bash[59794]: cephadm 2024-03-21T13:13:16.853374+0000 mgr.x (mgr.34104) 6014 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:18.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:18 smithi184 bash[59794]: cluster 2024-03-21T13:13:16.942134+0000 mgr.x (mgr.34104) 6015 : cluster [DBG] pgmap v3976: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:18.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:18 smithi184 bash[59794]: cluster 2024-03-21T13:13:16.942598+0000 mgr.x (mgr.34104) 6016 : cluster [DBG] pgmap v3977: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:18.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:18 smithi184 bash[59794]: cephadm 2024-03-21T13:13:16.953669+0000 mgr.x (mgr.34104) 6017 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:18.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:18 smithi184 bash[59794]: cluster 2024-03-21T13:13:17.048454+0000 mgr.x (mgr.34104) 6018 : cluster [DBG] pgmap v3978: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:18.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:18 smithi184 bash[59794]: cluster 2024-03-21T13:13:17.048903+0000 mgr.x (mgr.34104) 6019 : cluster [DBG] pgmap v3979: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:18.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:18 smithi184 bash[59794]: cephadm 2024-03-21T13:13:17.057361+0000 mgr.x (mgr.34104) 6020 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:18.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:18 smithi184 bash[59794]: cluster 2024-03-21T13:13:17.149444+0000 mgr.x (mgr.34104) 6021 : cluster [DBG] pgmap v3980: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:18.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:18 smithi184 bash[59794]: cluster 2024-03-21T13:13:17.149855+0000 mgr.x (mgr.34104) 6022 : cluster [DBG] pgmap v3981: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:18.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:18 smithi184 bash[59794]: cephadm 2024-03-21T13:13:17.158666+0000 mgr.x (mgr.34104) 6023 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:18.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:18 smithi184 bash[59794]: cluster 2024-03-21T13:13:17.249472+0000 mgr.x (mgr.34104) 6024 : cluster [DBG] pgmap v3982: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:18.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:18 smithi184 bash[59794]: cluster 2024-03-21T13:13:17.250070+0000 mgr.x (mgr.34104) 6025 : cluster [DBG] pgmap v3983: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:18.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:18 smithi184 bash[59794]: cephadm 2024-03-21T13:13:17.256638+0000 mgr.x (mgr.34104) 6026 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:18.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:18 smithi184 bash[59794]: audit 2024-03-21T13:13:17.365665+0000 mon.a (mon.0) 9388 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:18.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:18 smithi184 bash[59794]: audit 2024-03-21T13:13:17.369514+0000 mon.a (mon.0) 9389 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:18.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:18 smithi184 bash[59794]: audit 2024-03-21T13:13:17.374407+0000 mon.a (mon.0) 9390 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:18.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:18 smithi184 bash[59794]: audit 2024-03-21T13:13:17.376116+0000 mon.a (mon.0) 9391 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:18.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:18 smithi184 bash[59794]: cluster 2024-03-21T13:13:17.379627+0000 mgr.x (mgr.34104) 6027 : cluster [DBG] pgmap v3984: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:18.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:18 smithi184 bash[59794]: cluster 2024-03-21T13:13:17.380153+0000 mgr.x (mgr.34104) 6028 : cluster [DBG] pgmap v3985: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:18.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:18 smithi184 bash[59794]: audit 2024-03-21T13:13:17.388094+0000 mon.a (mon.0) 9392 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:18.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:18 smithi184 bash[59794]: cephadm 2024-03-21T13:13:17.389460+0000 mgr.x (mgr.34104) 6029 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:18.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:18 smithi184 bash[59794]: audit 2024-03-21T13:13:17.466914+0000 mon.a (mon.0) 9393 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:18.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:18 smithi184 bash[59794]: audit 2024-03-21T13:13:17.470812+0000 mon.a (mon.0) 9394 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:18.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:18 smithi184 bash[59794]: audit 2024-03-21T13:13:17.474400+0000 mon.a (mon.0) 9395 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:18.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:18 smithi184 bash[59794]: audit 2024-03-21T13:13:17.475726+0000 mon.a (mon.0) 9396 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:18.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:18 smithi184 bash[59794]: cluster 2024-03-21T13:13:17.478692+0000 mgr.x (mgr.34104) 6030 : cluster [DBG] pgmap v3986: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:18.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:18 smithi184 bash[59794]: cluster 2024-03-21T13:13:17.479211+0000 mgr.x (mgr.34104) 6031 : cluster [DBG] pgmap v3987: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:18.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:18 smithi184 bash[59794]: audit 2024-03-21T13:13:17.487783+0000 mon.a (mon.0) 9397 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:18.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:18 smithi184 bash[59794]: cephadm 2024-03-21T13:13:17.488990+0000 mgr.x (mgr.34104) 6032 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:18.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:18 smithi184 bash[59794]: audit 2024-03-21T13:13:17.569218+0000 mon.a (mon.0) 9398 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:18.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:18 smithi184 bash[59794]: audit 2024-03-21T13:13:17.572411+0000 mon.a (mon.0) 9399 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:18.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:18 smithi184 bash[59794]: audit 2024-03-21T13:13:17.578149+0000 mon.a (mon.0) 9400 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:18.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:18 smithi184 bash[59794]: audit 2024-03-21T13:13:17.579759+0000 mon.a (mon.0) 9401 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:18.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:18 smithi184 bash[59794]: cluster 2024-03-21T13:13:17.583212+0000 mgr.x (mgr.34104) 6033 : cluster [DBG] pgmap v3988: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:18.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:18 smithi184 bash[59794]: cluster 2024-03-21T13:13:17.583735+0000 mgr.x (mgr.34104) 6034 : cluster [DBG] pgmap v3989: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:18.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:18 smithi184 bash[59794]: audit 2024-03-21T13:13:17.590708+0000 mon.a (mon.0) 9402 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:18.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:18 smithi184 bash[59794]: cephadm 2024-03-21T13:13:17.592016+0000 mgr.x (mgr.34104) 6035 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:18.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:18 smithi184 bash[59794]: audit 2024-03-21T13:13:17.671434+0000 mon.a (mon.0) 9403 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:18.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:18 smithi184 bash[59794]: audit 2024-03-21T13:13:17.674988+0000 mon.a (mon.0) 9404 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:18.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:18 smithi184 bash[59794]: audit 2024-03-21T13:13:17.678534+0000 mon.a (mon.0) 9405 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:18.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:18 smithi184 bash[59794]: audit 2024-03-21T13:13:17.679885+0000 mon.a (mon.0) 9406 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:18.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:18 smithi184 bash[59794]: cluster 2024-03-21T13:13:17.682741+0000 mgr.x (mgr.34104) 6036 : cluster [DBG] pgmap v3990: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:18.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:18 smithi184 bash[59794]: cluster 2024-03-21T13:13:17.682950+0000 mgr.x (mgr.34104) 6037 : cluster [DBG] pgmap v3991: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:18.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:18 smithi184 bash[59794]: audit 2024-03-21T13:13:17.691444+0000 mon.a (mon.0) 9407 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:18.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:18 smithi184 bash[59794]: cephadm 2024-03-21T13:13:17.692823+0000 mgr.x (mgr.34104) 6038 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:18.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:18 smithi184 bash[59794]: audit 2024-03-21T13:13:17.770279+0000 mon.a (mon.0) 9408 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:18.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:18 smithi184 bash[59794]: audit 2024-03-21T13:13:17.775360+0000 mon.a (mon.0) 9409 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:18.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:18 smithi184 bash[59794]: audit 2024-03-21T13:13:17.779472+0000 mon.a (mon.0) 9410 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:18.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:18 smithi184 bash[59794]: audit 2024-03-21T13:13:17.780904+0000 mon.a (mon.0) 9411 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:18.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:18 smithi184 bash[59794]: cluster 2024-03-21T13:13:17.784008+0000 mgr.x (mgr.34104) 6039 : cluster [DBG] pgmap v3992: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:18.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:18 smithi184 bash[59794]: cluster 2024-03-21T13:13:17.784288+0000 mgr.x (mgr.34104) 6040 : cluster [DBG] pgmap v3993: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:18.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:18 smithi184 bash[59794]: audit 2024-03-21T13:13:17.792578+0000 mon.a (mon.0) 9412 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:18.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:18 smithi184 bash[59794]: cephadm 2024-03-21T13:13:17.793969+0000 mgr.x (mgr.34104) 6041 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:18.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:18 smithi184 bash[59794]: audit 2024-03-21T13:13:17.874113+0000 mon.a (mon.0) 9413 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:18.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:18 smithi184 bash[59794]: audit 2024-03-21T13:13:17.877376+0000 mon.a (mon.0) 9414 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:18.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:18 smithi184 bash[59794]: audit 2024-03-21T13:13:17.881153+0000 mon.a (mon.0) 9415 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:18.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:18 smithi184 bash[59794]: audit 2024-03-21T13:13:17.882564+0000 mon.a (mon.0) 9416 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:18.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:18 smithi184 bash[59794]: cluster 2024-03-21T13:13:17.885567+0000 mgr.x (mgr.34104) 6042 : cluster [DBG] pgmap v3994: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:18.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:18 smithi184 bash[59794]: cluster 2024-03-21T13:13:17.886059+0000 mgr.x (mgr.34104) 6043 : cluster [DBG] pgmap v3995: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:18.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:18 smithi184 bash[59794]: audit 2024-03-21T13:13:17.893674+0000 mon.a (mon.0) 9417 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:18.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:18 smithi184 bash[59794]: cephadm 2024-03-21T13:13:17.894981+0000 mgr.x (mgr.34104) 6044 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:18.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:18 smithi184 bash[59794]: audit 2024-03-21T13:13:17.973204+0000 mon.a (mon.0) 9418 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:18.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:18 smithi184 bash[59794]: audit 2024-03-21T13:13:17.976447+0000 mon.a (mon.0) 9419 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:18.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:18 smithi184 bash[59794]: audit 2024-03-21T13:13:17.980443+0000 mon.a (mon.0) 9420 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:18.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:18 smithi184 bash[59794]: audit 2024-03-21T13:13:17.981821+0000 mon.a (mon.0) 9421 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:18.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:18 smithi184 bash[59794]: cluster 2024-03-21T13:13:17.985051+0000 mgr.x (mgr.34104) 6045 : cluster [DBG] pgmap v3996: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:18.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:18 smithi184 bash[59794]: cluster 2024-03-21T13:13:17.985530+0000 mgr.x (mgr.34104) 6046 : cluster [DBG] pgmap v3997: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:18.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:18 smithi184 bash[59794]: audit 2024-03-21T13:13:17.993822+0000 mon.a (mon.0) 9422 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:18.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:18 smithi184 bash[59794]: cephadm 2024-03-21T13:13:17.995364+0000 mgr.x (mgr.34104) 6047 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:18.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:18 smithi184 bash[59794]: audit 2024-03-21T13:13:18.076778+0000 mon.a (mon.0) 9423 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:18.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:18 smithi184 bash[59794]: audit 2024-03-21T13:13:18.080609+0000 mon.a (mon.0) 9424 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:18.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:18 smithi184 bash[59794]: audit 2024-03-21T13:13:18.084130+0000 mon.a (mon.0) 9425 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:18.831 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:18 smithi184 bash[59794]: audit 2024-03-21T13:13:18.085878+0000 mon.a (mon.0) 9426 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:18.831 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:18 smithi184 bash[59794]: cluster 2024-03-21T13:13:18.088921+0000 mgr.x (mgr.34104) 6048 : cluster [DBG] pgmap v3998: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:18.831 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:18 smithi184 bash[59794]: cluster 2024-03-21T13:13:18.089410+0000 mgr.x (mgr.34104) 6049 : cluster [DBG] pgmap v3999: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:18.831 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:18 smithi184 bash[59794]: audit 2024-03-21T13:13:18.098460+0000 mon.a (mon.0) 9427 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:18.831 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:18 smithi184 bash[59794]: cephadm 2024-03-21T13:13:18.099678+0000 mgr.x (mgr.34104) 6050 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:18.831 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:18 smithi184 bash[59794]: audit 2024-03-21T13:13:18.182446+0000 mon.a (mon.0) 9428 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:18.831 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:18 smithi184 bash[59794]: audit 2024-03-21T13:13:18.186175+0000 mon.a (mon.0) 9429 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:18.831 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:18 smithi184 bash[59794]: audit 2024-03-21T13:13:18.190675+0000 mon.a (mon.0) 9430 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:18.831 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:18 smithi184 bash[59794]: audit 2024-03-21T13:13:18.192197+0000 mon.a (mon.0) 9431 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:18.831 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:18 smithi184 bash[59794]: cluster 2024-03-21T13:13:18.195318+0000 mgr.x (mgr.34104) 6051 : cluster [DBG] pgmap v4000: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:18.831 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:18 smithi184 bash[59794]: cluster 2024-03-21T13:13:18.195871+0000 mgr.x (mgr.34104) 6052 : cluster [DBG] pgmap v4001: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:18.831 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:18 smithi184 bash[59794]: audit 2024-03-21T13:13:18.201709+0000 mon.a (mon.0) 9432 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:18.831 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:18 smithi184 bash[59794]: cephadm 2024-03-21T13:13:18.202855+0000 mgr.x (mgr.34104) 6053 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:18.831 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:18 smithi184 bash[59794]: audit 2024-03-21T13:13:18.284502+0000 mon.a (mon.0) 9433 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:18.832 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:18 smithi184 bash[59794]: audit 2024-03-21T13:13:18.287319+0000 mon.a (mon.0) 9434 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:18.832 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:18 smithi184 bash[59794]: audit 2024-03-21T13:13:18.290185+0000 mon.a (mon.0) 9435 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:18.832 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:18 smithi184 bash[59794]: audit 2024-03-21T13:13:18.291428+0000 mon.a (mon.0) 9436 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:18.832 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:18 smithi184 bash[59794]: cluster 2024-03-21T13:13:18.294126+0000 mgr.x (mgr.34104) 6054 : cluster [DBG] pgmap v4002: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:18.832 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:18 smithi184 bash[59794]: cluster 2024-03-21T13:13:18.294703+0000 mgr.x (mgr.34104) 6055 : cluster [DBG] pgmap v4003: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:18.832 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:18 smithi184 bash[59794]: audit 2024-03-21T13:13:18.300666+0000 mon.a (mon.0) 9437 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:18.832 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:18 smithi184 bash[59794]: cephadm 2024-03-21T13:13:18.301807+0000 mgr.x (mgr.34104) 6056 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:19.665 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:19 smithi178 bash[75692]: audit 2024-03-21T13:13:18.382272+0000 mon.a (mon.0) 9438 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:19.665 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:19 smithi178 bash[75692]: audit 2024-03-21T13:13:18.384548+0000 mon.a (mon.0) 9439 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:19.665 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:19 smithi178 bash[75692]: audit 2024-03-21T13:13:18.387574+0000 mon.a (mon.0) 9440 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:19.666 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:19 smithi178 bash[75692]: audit 2024-03-21T13:13:18.388634+0000 mon.a (mon.0) 9441 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:19.666 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:19 smithi178 bash[75692]: cluster 2024-03-21T13:13:18.391050+0000 mgr.x (mgr.34104) 6057 : cluster [DBG] pgmap v4004: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:19.666 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:19 smithi178 bash[75692]: cluster 2024-03-21T13:13:18.391415+0000 mgr.x (mgr.34104) 6058 : cluster [DBG] pgmap v4005: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:19.666 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:19 smithi178 bash[75692]: audit 2024-03-21T13:13:18.396315+0000 mon.a (mon.0) 9442 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:19.666 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:19 smithi178 bash[75692]: cephadm 2024-03-21T13:13:18.397522+0000 mgr.x (mgr.34104) 6059 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:19.666 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:19 smithi178 bash[75692]: audit 2024-03-21T13:13:18.480861+0000 mon.a (mon.0) 9443 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:19.666 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:19 smithi178 bash[75692]: audit 2024-03-21T13:13:18.483962+0000 mon.a (mon.0) 9444 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:19.666 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:19 smithi178 bash[75692]: audit 2024-03-21T13:13:18.488089+0000 mon.a (mon.0) 9445 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:19.666 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:19 smithi178 bash[75692]: audit 2024-03-21T13:13:18.489665+0000 mon.a (mon.0) 9446 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:19.666 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:19 smithi178 bash[75692]: cluster 2024-03-21T13:13:18.493102+0000 mgr.x (mgr.34104) 6060 : cluster [DBG] pgmap v4006: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:19.666 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:19 smithi178 bash[75692]: cluster 2024-03-21T13:13:18.493618+0000 mgr.x (mgr.34104) 6061 : cluster [DBG] pgmap v4007: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:19.666 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:19 smithi178 bash[75692]: audit 2024-03-21T13:13:18.500769+0000 mon.a (mon.0) 9447 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:19.666 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:19 smithi178 bash[75692]: cephadm 2024-03-21T13:13:18.502166+0000 mgr.x (mgr.34104) 6062 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:19.667 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:19 smithi178 bash[75692]: audit 2024-03-21T13:13:18.582054+0000 mon.a (mon.0) 9448 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:19.667 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:19 smithi178 bash[75692]: audit 2024-03-21T13:13:18.585209+0000 mon.a (mon.0) 9449 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:19.667 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:19 smithi178 bash[75692]: audit 2024-03-21T13:13:18.588608+0000 mon.a (mon.0) 9450 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:19.667 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:19 smithi178 bash[77880]: audit 2024-03-21T13:13:18.382272+0000 mon.a (mon.0) 9438 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:19.667 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:19 smithi178 bash[77880]: audit 2024-03-21T13:13:18.384548+0000 mon.a (mon.0) 9439 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:19.667 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:19 smithi178 bash[77880]: audit 2024-03-21T13:13:18.387574+0000 mon.a (mon.0) 9440 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:19.667 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:19 smithi178 bash[77880]: audit 2024-03-21T13:13:18.388634+0000 mon.a (mon.0) 9441 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:19.667 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:19 smithi178 bash[77880]: cluster 2024-03-21T13:13:18.391050+0000 mgr.x (mgr.34104) 6057 : cluster [DBG] pgmap v4004: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:19.667 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:19 smithi178 bash[77880]: cluster 2024-03-21T13:13:18.391415+0000 mgr.x (mgr.34104) 6058 : cluster [DBG] pgmap v4005: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:19.667 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:19 smithi178 bash[77880]: audit 2024-03-21T13:13:18.396315+0000 mon.a (mon.0) 9442 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:19.667 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:19 smithi178 bash[77880]: cephadm 2024-03-21T13:13:18.397522+0000 mgr.x (mgr.34104) 6059 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:19.667 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:19 smithi178 bash[77880]: audit 2024-03-21T13:13:18.480861+0000 mon.a (mon.0) 9443 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:19.668 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:19 smithi178 bash[77880]: audit 2024-03-21T13:13:18.483962+0000 mon.a (mon.0) 9444 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:19.668 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:19 smithi178 bash[77880]: audit 2024-03-21T13:13:18.488089+0000 mon.a (mon.0) 9445 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:19.668 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:19 smithi178 bash[77880]: audit 2024-03-21T13:13:18.489665+0000 mon.a (mon.0) 9446 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:19.668 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:19 smithi178 bash[77880]: cluster 2024-03-21T13:13:18.493102+0000 mgr.x (mgr.34104) 6060 : cluster [DBG] pgmap v4006: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:19.668 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:19 smithi178 bash[77880]: cluster 2024-03-21T13:13:18.493618+0000 mgr.x (mgr.34104) 6061 : cluster [DBG] pgmap v4007: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:19.668 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:19 smithi178 bash[77880]: audit 2024-03-21T13:13:18.500769+0000 mon.a (mon.0) 9447 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:19.668 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:19 smithi178 bash[77880]: cephadm 2024-03-21T13:13:18.502166+0000 mgr.x (mgr.34104) 6062 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:19.668 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:19 smithi178 bash[77880]: audit 2024-03-21T13:13:18.582054+0000 mon.a (mon.0) 9448 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:19.668 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:19 smithi178 bash[77880]: audit 2024-03-21T13:13:18.585209+0000 mon.a (mon.0) 9449 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:19.668 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:19 smithi178 bash[77880]: audit 2024-03-21T13:13:18.588608+0000 mon.a (mon.0) 9450 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:19.668 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:19 smithi178 bash[75692]: audit 2024-03-21T13:13:18.589881+0000 mon.a (mon.0) 9451 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:19.669 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:19 smithi178 bash[75692]: cluster 2024-03-21T13:13:18.593077+0000 mgr.x (mgr.34104) 6063 : cluster [DBG] pgmap v4008: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:19.669 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:19 smithi178 bash[75692]: cluster 2024-03-21T13:13:18.593488+0000 mgr.x (mgr.34104) 6064 : cluster [DBG] pgmap v4009: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:19.669 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:19 smithi178 bash[75692]: audit 2024-03-21T13:13:18.598423+0000 mon.a (mon.0) 9452 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:19.669 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:19 smithi178 bash[75692]: cephadm 2024-03-21T13:13:18.599804+0000 mgr.x (mgr.34104) 6065 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:19.669 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:19 smithi178 bash[75692]: audit 2024-03-21T13:13:18.680340+0000 mon.a (mon.0) 9453 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:19.669 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:19 smithi178 bash[75692]: audit 2024-03-21T13:13:18.684972+0000 mon.a (mon.0) 9454 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:19.669 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:19 smithi178 bash[75692]: audit 2024-03-21T13:13:18.689080+0000 mon.a (mon.0) 9455 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:19.669 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:19 smithi178 bash[75692]: audit 2024-03-21T13:13:18.690792+0000 mon.a (mon.0) 9456 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:19.669 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:19 smithi178 bash[75692]: cluster 2024-03-21T13:13:18.693495+0000 mgr.x (mgr.34104) 6066 : cluster [DBG] pgmap v4010: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:19.669 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:19 smithi178 bash[75692]: cluster 2024-03-21T13:13:18.693773+0000 mgr.x (mgr.34104) 6067 : cluster [DBG] pgmap v4011: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:19.669 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:19 smithi178 bash[75692]: audit 2024-03-21T13:13:18.703027+0000 mon.a (mon.0) 9457 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:19.669 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:19 smithi178 bash[75692]: cephadm 2024-03-21T13:13:18.704378+0000 mgr.x (mgr.34104) 6068 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:19.669 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:19 smithi178 bash[75692]: audit 2024-03-21T13:13:18.783018+0000 mon.a (mon.0) 9458 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:19.669 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:19 smithi178 bash[75692]: audit 2024-03-21T13:13:18.786354+0000 mon.a (mon.0) 9459 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:19.670 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:19 smithi178 bash[75692]: audit 2024-03-21T13:13:18.790143+0000 mon.a (mon.0) 9460 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:19.670 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:19 smithi178 bash[75692]: audit 2024-03-21T13:13:18.792035+0000 mon.a (mon.0) 9461 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:19.670 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:19 smithi178 bash[75692]: cluster 2024-03-21T13:13:18.795377+0000 mgr.x (mgr.34104) 6069 : cluster [DBG] pgmap v4012: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:19.670 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:19 smithi178 bash[75692]: cluster 2024-03-21T13:13:18.795694+0000 mgr.x (mgr.34104) 6070 : cluster [DBG] pgmap v4013: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:19.670 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:19 smithi178 bash[75692]: audit 2024-03-21T13:13:18.803985+0000 mon.a (mon.0) 9462 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:19.670 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:19 smithi178 bash[77880]: audit 2024-03-21T13:13:18.589881+0000 mon.a (mon.0) 9451 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:19.670 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:19 smithi178 bash[77880]: cluster 2024-03-21T13:13:18.593077+0000 mgr.x (mgr.34104) 6063 : cluster [DBG] pgmap v4008: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:19.670 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:19 smithi178 bash[77880]: cluster 2024-03-21T13:13:18.593488+0000 mgr.x (mgr.34104) 6064 : cluster [DBG] pgmap v4009: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:19.670 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:19 smithi178 bash[77880]: audit 2024-03-21T13:13:18.598423+0000 mon.a (mon.0) 9452 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:19.670 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:19 smithi178 bash[77880]: cephadm 2024-03-21T13:13:18.599804+0000 mgr.x (mgr.34104) 6065 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:19.671 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:19 smithi178 bash[77880]: audit 2024-03-21T13:13:18.680340+0000 mon.a (mon.0) 9453 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:19.671 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:19 smithi178 bash[77880]: audit 2024-03-21T13:13:18.684972+0000 mon.a (mon.0) 9454 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:19.671 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:19 smithi178 bash[77880]: audit 2024-03-21T13:13:18.689080+0000 mon.a (mon.0) 9455 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:19.671 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:19 smithi178 bash[77880]: audit 2024-03-21T13:13:18.690792+0000 mon.a (mon.0) 9456 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:19.671 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:19 smithi178 bash[77880]: cluster 2024-03-21T13:13:18.693495+0000 mgr.x (mgr.34104) 6066 : cluster [DBG] pgmap v4010: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:19.671 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:19 smithi178 bash[77880]: cluster 2024-03-21T13:13:18.693773+0000 mgr.x (mgr.34104) 6067 : cluster [DBG] pgmap v4011: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:19.671 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:19 smithi178 bash[77880]: audit 2024-03-21T13:13:18.703027+0000 mon.a (mon.0) 9457 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:19.671 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:19 smithi178 bash[77880]: cephadm 2024-03-21T13:13:18.704378+0000 mgr.x (mgr.34104) 6068 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:19.671 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:19 smithi178 bash[77880]: audit 2024-03-21T13:13:18.783018+0000 mon.a (mon.0) 9458 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:19.671 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:19 smithi178 bash[77880]: audit 2024-03-21T13:13:18.786354+0000 mon.a (mon.0) 9459 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:19.671 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:19 smithi178 bash[77880]: audit 2024-03-21T13:13:18.790143+0000 mon.a (mon.0) 9460 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:19.671 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:19 smithi178 bash[77880]: audit 2024-03-21T13:13:18.792035+0000 mon.a (mon.0) 9461 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:19.671 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:19 smithi178 bash[77880]: cluster 2024-03-21T13:13:18.795377+0000 mgr.x (mgr.34104) 6069 : cluster [DBG] pgmap v4012: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:19.671 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:19 smithi178 bash[77880]: cluster 2024-03-21T13:13:18.795694+0000 mgr.x (mgr.34104) 6070 : cluster [DBG] pgmap v4013: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:19.671 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:19 smithi178 bash[77880]: audit 2024-03-21T13:13:18.803985+0000 mon.a (mon.0) 9462 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:19.672 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:19 smithi178 bash[75692]: cephadm 2024-03-21T13:13:18.805527+0000 mgr.x (mgr.34104) 6071 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:19.672 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:19 smithi178 bash[75692]: audit 2024-03-21T13:13:18.887742+0000 mon.a (mon.0) 9463 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:19.672 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:19 smithi178 bash[75692]: audit 2024-03-21T13:13:18.890635+0000 mon.a (mon.0) 9464 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:19.672 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:19 smithi178 bash[75692]: audit 2024-03-21T13:13:18.893798+0000 mon.a (mon.0) 9465 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:19.672 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:19 smithi178 bash[75692]: audit 2024-03-21T13:13:18.895093+0000 mon.a (mon.0) 9466 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:19.672 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:19 smithi178 bash[75692]: cluster 2024-03-21T13:13:18.898013+0000 mgr.x (mgr.34104) 6072 : cluster [DBG] pgmap v4014: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s 2024-03-21T13:13:19.672 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:19 smithi178 bash[75692]: cluster 2024-03-21T13:13:18.898250+0000 mgr.x (mgr.34104) 6073 : cluster [DBG] pgmap v4015: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s 2024-03-21T13:13:19.672 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:19 smithi178 bash[75692]: audit 2024-03-21T13:13:18.906101+0000 mon.a (mon.0) 9467 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:19.672 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:19 smithi178 bash[75692]: cephadm 2024-03-21T13:13:18.907752+0000 mgr.x (mgr.34104) 6074 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:19.672 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:19 smithi178 bash[75692]: audit 2024-03-21T13:13:18.990864+0000 mon.a (mon.0) 9468 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:19.672 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:19 smithi178 bash[75692]: audit 2024-03-21T13:13:18.993588+0000 mon.a (mon.0) 9469 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:19.672 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:19 smithi178 bash[75692]: audit 2024-03-21T13:13:18.996841+0000 mon.a (mon.0) 9470 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:19.673 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:19 smithi178 bash[75692]: audit 2024-03-21T13:13:18.997914+0000 mon.a (mon.0) 9471 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:19.673 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:19 smithi178 bash[75692]: cluster 2024-03-21T13:13:19.000267+0000 mgr.x (mgr.34104) 6075 : cluster [DBG] pgmap v4016: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s 2024-03-21T13:13:19.673 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:19 smithi178 bash[75692]: cluster 2024-03-21T13:13:19.000747+0000 mgr.x (mgr.34104) 6076 : cluster [DBG] pgmap v4017: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s 2024-03-21T13:13:19.673 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:19 smithi178 bash[75692]: audit 2024-03-21T13:13:19.005984+0000 mon.a (mon.0) 9472 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:19.673 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:19 smithi178 bash[75692]: cephadm 2024-03-21T13:13:19.007106+0000 mgr.x (mgr.34104) 6077 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:19.673 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:19 smithi178 bash[75692]: audit 2024-03-21T13:13:19.085924+0000 mon.a (mon.0) 9473 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:19.673 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:19 smithi178 bash[75692]: audit 2024-03-21T13:13:19.089293+0000 mon.a (mon.0) 9474 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:19.673 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:19 smithi178 bash[77880]: cephadm 2024-03-21T13:13:18.805527+0000 mgr.x (mgr.34104) 6071 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:19.673 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:19 smithi178 bash[77880]: audit 2024-03-21T13:13:18.887742+0000 mon.a (mon.0) 9463 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:19.673 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:19 smithi178 bash[77880]: audit 2024-03-21T13:13:18.890635+0000 mon.a (mon.0) 9464 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:19.673 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:19 smithi178 bash[77880]: audit 2024-03-21T13:13:18.893798+0000 mon.a (mon.0) 9465 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:19.673 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:19 smithi178 bash[77880]: audit 2024-03-21T13:13:18.895093+0000 mon.a (mon.0) 9466 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:19.674 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:19 smithi178 bash[77880]: cluster 2024-03-21T13:13:18.898013+0000 mgr.x (mgr.34104) 6072 : cluster [DBG] pgmap v4014: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s 2024-03-21T13:13:19.674 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:19 smithi178 bash[77880]: cluster 2024-03-21T13:13:18.898250+0000 mgr.x (mgr.34104) 6073 : cluster [DBG] pgmap v4015: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s 2024-03-21T13:13:19.674 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:19 smithi178 bash[77880]: audit 2024-03-21T13:13:18.906101+0000 mon.a (mon.0) 9467 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:19.674 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:19 smithi178 bash[77880]: cephadm 2024-03-21T13:13:18.907752+0000 mgr.x (mgr.34104) 6074 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:19.674 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:19 smithi178 bash[77880]: audit 2024-03-21T13:13:18.990864+0000 mon.a (mon.0) 9468 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:19.674 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:19 smithi178 bash[77880]: audit 2024-03-21T13:13:18.993588+0000 mon.a (mon.0) 9469 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:19.674 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:19 smithi178 bash[77880]: audit 2024-03-21T13:13:18.996841+0000 mon.a (mon.0) 9470 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:19.674 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:19 smithi178 bash[77880]: audit 2024-03-21T13:13:18.997914+0000 mon.a (mon.0) 9471 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:19.674 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:19 smithi178 bash[77880]: cluster 2024-03-21T13:13:19.000267+0000 mgr.x (mgr.34104) 6075 : cluster [DBG] pgmap v4016: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s 2024-03-21T13:13:19.674 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:19 smithi178 bash[77880]: cluster 2024-03-21T13:13:19.000747+0000 mgr.x (mgr.34104) 6076 : cluster [DBG] pgmap v4017: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s 2024-03-21T13:13:19.674 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:19 smithi178 bash[77880]: audit 2024-03-21T13:13:19.005984+0000 mon.a (mon.0) 9472 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:19.674 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:19 smithi178 bash[77880]: cephadm 2024-03-21T13:13:19.007106+0000 mgr.x (mgr.34104) 6077 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:19.674 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:19 smithi178 bash[77880]: audit 2024-03-21T13:13:19.085924+0000 mon.a (mon.0) 9473 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:19.674 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:19 smithi178 bash[77880]: audit 2024-03-21T13:13:19.089293+0000 mon.a (mon.0) 9474 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:19.675 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:19 smithi178 bash[75692]: audit 2024-03-21T13:13:19.093836+0000 mon.a (mon.0) 9475 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:19.675 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:19 smithi178 bash[75692]: audit 2024-03-21T13:13:19.095548+0000 mon.a (mon.0) 9476 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:19.675 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:19 smithi178 bash[75692]: cluster 2024-03-21T13:13:19.098825+0000 mgr.x (mgr.34104) 6078 : cluster [DBG] pgmap v4018: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s 2024-03-21T13:13:19.675 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:19 smithi178 bash[75692]: cluster 2024-03-21T13:13:19.099345+0000 mgr.x (mgr.34104) 6079 : cluster [DBG] pgmap v4019: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s 2024-03-21T13:13:19.675 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:19 smithi178 bash[75692]: audit 2024-03-21T13:13:19.108000+0000 mon.a (mon.0) 9477 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:19.675 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:19 smithi178 bash[75692]: cephadm 2024-03-21T13:13:19.109239+0000 mgr.x (mgr.34104) 6080 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:19.675 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:19 smithi178 bash[75692]: audit 2024-03-21T13:13:19.193224+0000 mon.a (mon.0) 9478 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:19.675 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:19 smithi178 bash[75692]: audit 2024-03-21T13:13:19.196334+0000 mon.a (mon.0) 9479 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:19.675 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:19 smithi178 bash[75692]: audit 2024-03-21T13:13:19.199934+0000 mon.a (mon.0) 9480 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:19.675 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:19 smithi178 bash[75692]: audit 2024-03-21T13:13:19.201672+0000 mon.a (mon.0) 9481 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:19.675 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:19 smithi178 bash[75692]: cluster 2024-03-21T13:13:19.205032+0000 mgr.x (mgr.34104) 6081 : cluster [DBG] pgmap v4020: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:19.675 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:19 smithi178 bash[75692]: cluster 2024-03-21T13:13:19.205335+0000 mgr.x (mgr.34104) 6082 : cluster [DBG] pgmap v4021: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:19.676 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:19 smithi178 bash[75692]: audit 2024-03-21T13:13:19.213898+0000 mon.a (mon.0) 9482 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:19.676 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:19 smithi178 bash[75692]: cephadm 2024-03-21T13:13:19.215453+0000 mgr.x (mgr.34104) 6083 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:19.676 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:19 smithi178 bash[75692]: audit 2024-03-21T13:13:19.296050+0000 mon.a (mon.0) 9483 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:19.676 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:19 smithi178 bash[75692]: audit 2024-03-21T13:13:19.299450+0000 mon.a (mon.0) 9484 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:19.676 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:19 smithi178 bash[75692]: audit 2024-03-21T13:13:19.303206+0000 mon.a (mon.0) 9485 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:19.676 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:19 smithi178 bash[75692]: audit 2024-03-21T13:13:19.304858+0000 mon.a (mon.0) 9486 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:19.676 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:19 smithi178 bash[75692]: cluster 2024-03-21T13:13:19.307740+0000 mgr.x (mgr.34104) 6084 : cluster [DBG] pgmap v4022: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:19.676 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:19 smithi178 bash[75692]: audit 2024-03-21T13:13:19.316531+0000 mon.a (mon.0) 9487 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:19.676 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:19 smithi178 bash[77880]: audit 2024-03-21T13:13:19.093836+0000 mon.a (mon.0) 9475 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:19.676 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:19 smithi178 bash[77880]: audit 2024-03-21T13:13:19.095548+0000 mon.a (mon.0) 9476 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:19.676 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:19 smithi178 bash[77880]: cluster 2024-03-21T13:13:19.098825+0000 mgr.x (mgr.34104) 6078 : cluster [DBG] pgmap v4018: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s 2024-03-21T13:13:19.676 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:19 smithi178 bash[77880]: cluster 2024-03-21T13:13:19.099345+0000 mgr.x (mgr.34104) 6079 : cluster [DBG] pgmap v4019: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s 2024-03-21T13:13:19.676 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:19 smithi178 bash[77880]: audit 2024-03-21T13:13:19.108000+0000 mon.a (mon.0) 9477 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:19.677 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:19 smithi178 bash[77880]: cephadm 2024-03-21T13:13:19.109239+0000 mgr.x (mgr.34104) 6080 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:19.677 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:19 smithi178 bash[77880]: audit 2024-03-21T13:13:19.193224+0000 mon.a (mon.0) 9478 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:19.677 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:19 smithi178 bash[77880]: audit 2024-03-21T13:13:19.196334+0000 mon.a (mon.0) 9479 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:19.677 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:19 smithi178 bash[77880]: audit 2024-03-21T13:13:19.199934+0000 mon.a (mon.0) 9480 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:19.677 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:19 smithi178 bash[77880]: audit 2024-03-21T13:13:19.201672+0000 mon.a (mon.0) 9481 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:19.677 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:19 smithi178 bash[77880]: cluster 2024-03-21T13:13:19.205032+0000 mgr.x (mgr.34104) 6081 : cluster [DBG] pgmap v4020: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:19.677 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:19 smithi178 bash[77880]: cluster 2024-03-21T13:13:19.205335+0000 mgr.x (mgr.34104) 6082 : cluster [DBG] pgmap v4021: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:19.677 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:19 smithi178 bash[77880]: audit 2024-03-21T13:13:19.213898+0000 mon.a (mon.0) 9482 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:19.677 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:19 smithi178 bash[77880]: cephadm 2024-03-21T13:13:19.215453+0000 mgr.x (mgr.34104) 6083 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:19.677 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:19 smithi178 bash[77880]: audit 2024-03-21T13:13:19.296050+0000 mon.a (mon.0) 9483 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:19.677 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:19 smithi178 bash[77880]: audit 2024-03-21T13:13:19.299450+0000 mon.a (mon.0) 9484 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:19.677 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:19 smithi178 bash[77880]: audit 2024-03-21T13:13:19.303206+0000 mon.a (mon.0) 9485 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:19.677 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:19 smithi178 bash[77880]: audit 2024-03-21T13:13:19.304858+0000 mon.a (mon.0) 9486 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:19.677 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:19 smithi178 bash[77880]: cluster 2024-03-21T13:13:19.307740+0000 mgr.x (mgr.34104) 6084 : cluster [DBG] pgmap v4022: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:19.677 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:19 smithi178 bash[77880]: audit 2024-03-21T13:13:19.316531+0000 mon.a (mon.0) 9487 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:19.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:19 smithi184 bash[59794]: audit 2024-03-21T13:13:18.382272+0000 mon.a (mon.0) 9438 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:19.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:19 smithi184 bash[59794]: audit 2024-03-21T13:13:18.384548+0000 mon.a (mon.0) 9439 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:19.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:19 smithi184 bash[59794]: audit 2024-03-21T13:13:18.387574+0000 mon.a (mon.0) 9440 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:19.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:19 smithi184 bash[59794]: audit 2024-03-21T13:13:18.388634+0000 mon.a (mon.0) 9441 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:19.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:19 smithi184 bash[59794]: cluster 2024-03-21T13:13:18.391050+0000 mgr.x (mgr.34104) 6057 : cluster [DBG] pgmap v4004: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:19.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:19 smithi184 bash[59794]: cluster 2024-03-21T13:13:18.391415+0000 mgr.x (mgr.34104) 6058 : cluster [DBG] pgmap v4005: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:19.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:19 smithi184 bash[59794]: audit 2024-03-21T13:13:18.396315+0000 mon.a (mon.0) 9442 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:19.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:19 smithi184 bash[59794]: cephadm 2024-03-21T13:13:18.397522+0000 mgr.x (mgr.34104) 6059 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:19.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:19 smithi184 bash[59794]: audit 2024-03-21T13:13:18.480861+0000 mon.a (mon.0) 9443 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:19.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:19 smithi184 bash[59794]: audit 2024-03-21T13:13:18.483962+0000 mon.a (mon.0) 9444 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:19.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:19 smithi184 bash[59794]: audit 2024-03-21T13:13:18.488089+0000 mon.a (mon.0) 9445 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:19.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:19 smithi184 bash[59794]: audit 2024-03-21T13:13:18.489665+0000 mon.a (mon.0) 9446 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:19.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:19 smithi184 bash[59794]: cluster 2024-03-21T13:13:18.493102+0000 mgr.x (mgr.34104) 6060 : cluster [DBG] pgmap v4006: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:19.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:19 smithi184 bash[59794]: cluster 2024-03-21T13:13:18.493618+0000 mgr.x (mgr.34104) 6061 : cluster [DBG] pgmap v4007: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:19.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:19 smithi184 bash[59794]: audit 2024-03-21T13:13:18.500769+0000 mon.a (mon.0) 9447 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:19.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:19 smithi184 bash[59794]: cephadm 2024-03-21T13:13:18.502166+0000 mgr.x (mgr.34104) 6062 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:19.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:19 smithi184 bash[59794]: audit 2024-03-21T13:13:18.582054+0000 mon.a (mon.0) 9448 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:19.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:19 smithi184 bash[59794]: audit 2024-03-21T13:13:18.585209+0000 mon.a (mon.0) 9449 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:19.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:19 smithi184 bash[59794]: audit 2024-03-21T13:13:18.588608+0000 mon.a (mon.0) 9450 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:19.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:19 smithi184 bash[59794]: audit 2024-03-21T13:13:18.589881+0000 mon.a (mon.0) 9451 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:19.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:19 smithi184 bash[59794]: cluster 2024-03-21T13:13:18.593077+0000 mgr.x (mgr.34104) 6063 : cluster [DBG] pgmap v4008: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:19.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:19 smithi184 bash[59794]: cluster 2024-03-21T13:13:18.593488+0000 mgr.x (mgr.34104) 6064 : cluster [DBG] pgmap v4009: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:19.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:19 smithi184 bash[59794]: audit 2024-03-21T13:13:18.598423+0000 mon.a (mon.0) 9452 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:19.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:19 smithi184 bash[59794]: cephadm 2024-03-21T13:13:18.599804+0000 mgr.x (mgr.34104) 6065 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:19.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:19 smithi184 bash[59794]: audit 2024-03-21T13:13:18.680340+0000 mon.a (mon.0) 9453 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:19.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:19 smithi184 bash[59794]: audit 2024-03-21T13:13:18.684972+0000 mon.a (mon.0) 9454 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:19.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:19 smithi184 bash[59794]: audit 2024-03-21T13:13:18.689080+0000 mon.a (mon.0) 9455 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:19.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:19 smithi184 bash[59794]: audit 2024-03-21T13:13:18.690792+0000 mon.a (mon.0) 9456 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:19.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:19 smithi184 bash[59794]: cluster 2024-03-21T13:13:18.693495+0000 mgr.x (mgr.34104) 6066 : cluster [DBG] pgmap v4010: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:19.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:19 smithi184 bash[59794]: cluster 2024-03-21T13:13:18.693773+0000 mgr.x (mgr.34104) 6067 : cluster [DBG] pgmap v4011: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:19.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:19 smithi184 bash[59794]: audit 2024-03-21T13:13:18.703027+0000 mon.a (mon.0) 9457 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:19.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:19 smithi184 bash[59794]: cephadm 2024-03-21T13:13:18.704378+0000 mgr.x (mgr.34104) 6068 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:19.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:19 smithi184 bash[59794]: audit 2024-03-21T13:13:18.783018+0000 mon.a (mon.0) 9458 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:19.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:19 smithi184 bash[59794]: audit 2024-03-21T13:13:18.786354+0000 mon.a (mon.0) 9459 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:19.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:19 smithi184 bash[59794]: audit 2024-03-21T13:13:18.790143+0000 mon.a (mon.0) 9460 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:19.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:19 smithi184 bash[59794]: audit 2024-03-21T13:13:18.792035+0000 mon.a (mon.0) 9461 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:19.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:19 smithi184 bash[59794]: cluster 2024-03-21T13:13:18.795377+0000 mgr.x (mgr.34104) 6069 : cluster [DBG] pgmap v4012: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:19.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:19 smithi184 bash[59794]: cluster 2024-03-21T13:13:18.795694+0000 mgr.x (mgr.34104) 6070 : cluster [DBG] pgmap v4013: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:19.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:19 smithi184 bash[59794]: audit 2024-03-21T13:13:18.803985+0000 mon.a (mon.0) 9462 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:19.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:19 smithi184 bash[59794]: cephadm 2024-03-21T13:13:18.805527+0000 mgr.x (mgr.34104) 6071 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:19.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:19 smithi184 bash[59794]: audit 2024-03-21T13:13:18.887742+0000 mon.a (mon.0) 9463 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:19.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:19 smithi184 bash[59794]: audit 2024-03-21T13:13:18.890635+0000 mon.a (mon.0) 9464 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:19.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:19 smithi184 bash[59794]: audit 2024-03-21T13:13:18.893798+0000 mon.a (mon.0) 9465 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:19.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:19 smithi184 bash[59794]: audit 2024-03-21T13:13:18.895093+0000 mon.a (mon.0) 9466 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:19.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:19 smithi184 bash[59794]: cluster 2024-03-21T13:13:18.898013+0000 mgr.x (mgr.34104) 6072 : cluster [DBG] pgmap v4014: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s 2024-03-21T13:13:19.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:19 smithi184 bash[59794]: cluster 2024-03-21T13:13:18.898250+0000 mgr.x (mgr.34104) 6073 : cluster [DBG] pgmap v4015: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s 2024-03-21T13:13:19.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:19 smithi184 bash[59794]: audit 2024-03-21T13:13:18.906101+0000 mon.a (mon.0) 9467 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:19.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:19 smithi184 bash[59794]: cephadm 2024-03-21T13:13:18.907752+0000 mgr.x (mgr.34104) 6074 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:19.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:19 smithi184 bash[59794]: audit 2024-03-21T13:13:18.990864+0000 mon.a (mon.0) 9468 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:19.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:19 smithi184 bash[59794]: audit 2024-03-21T13:13:18.993588+0000 mon.a (mon.0) 9469 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:19.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:19 smithi184 bash[59794]: audit 2024-03-21T13:13:18.996841+0000 mon.a (mon.0) 9470 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:19.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:19 smithi184 bash[59794]: audit 2024-03-21T13:13:18.997914+0000 mon.a (mon.0) 9471 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:19.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:19 smithi184 bash[59794]: cluster 2024-03-21T13:13:19.000267+0000 mgr.x (mgr.34104) 6075 : cluster [DBG] pgmap v4016: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s 2024-03-21T13:13:19.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:19 smithi184 bash[59794]: cluster 2024-03-21T13:13:19.000747+0000 mgr.x (mgr.34104) 6076 : cluster [DBG] pgmap v4017: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s 2024-03-21T13:13:19.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:19 smithi184 bash[59794]: audit 2024-03-21T13:13:19.005984+0000 mon.a (mon.0) 9472 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:19.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:19 smithi184 bash[59794]: cephadm 2024-03-21T13:13:19.007106+0000 mgr.x (mgr.34104) 6077 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:19.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:19 smithi184 bash[59794]: audit 2024-03-21T13:13:19.085924+0000 mon.a (mon.0) 9473 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:19.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:19 smithi184 bash[59794]: audit 2024-03-21T13:13:19.089293+0000 mon.a (mon.0) 9474 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:19.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:19 smithi184 bash[59794]: audit 2024-03-21T13:13:19.093836+0000 mon.a (mon.0) 9475 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:19.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:19 smithi184 bash[59794]: audit 2024-03-21T13:13:19.095548+0000 mon.a (mon.0) 9476 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:19.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:19 smithi184 bash[59794]: cluster 2024-03-21T13:13:19.098825+0000 mgr.x (mgr.34104) 6078 : cluster [DBG] pgmap v4018: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s 2024-03-21T13:13:19.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:19 smithi184 bash[59794]: cluster 2024-03-21T13:13:19.099345+0000 mgr.x (mgr.34104) 6079 : cluster [DBG] pgmap v4019: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s 2024-03-21T13:13:19.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:19 smithi184 bash[59794]: audit 2024-03-21T13:13:19.108000+0000 mon.a (mon.0) 9477 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:19.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:19 smithi184 bash[59794]: cephadm 2024-03-21T13:13:19.109239+0000 mgr.x (mgr.34104) 6080 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:19.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:19 smithi184 bash[59794]: audit 2024-03-21T13:13:19.193224+0000 mon.a (mon.0) 9478 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:19.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:19 smithi184 bash[59794]: audit 2024-03-21T13:13:19.196334+0000 mon.a (mon.0) 9479 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:19.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:19 smithi184 bash[59794]: audit 2024-03-21T13:13:19.199934+0000 mon.a (mon.0) 9480 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:19.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:19 smithi184 bash[59794]: audit 2024-03-21T13:13:19.201672+0000 mon.a (mon.0) 9481 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:19.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:19 smithi184 bash[59794]: cluster 2024-03-21T13:13:19.205032+0000 mgr.x (mgr.34104) 6081 : cluster [DBG] pgmap v4020: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:19.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:19 smithi184 bash[59794]: cluster 2024-03-21T13:13:19.205335+0000 mgr.x (mgr.34104) 6082 : cluster [DBG] pgmap v4021: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:19.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:19 smithi184 bash[59794]: audit 2024-03-21T13:13:19.213898+0000 mon.a (mon.0) 9482 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:19.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:19 smithi184 bash[59794]: cephadm 2024-03-21T13:13:19.215453+0000 mgr.x (mgr.34104) 6083 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:19.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:19 smithi184 bash[59794]: audit 2024-03-21T13:13:19.296050+0000 mon.a (mon.0) 9483 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:19.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:19 smithi184 bash[59794]: audit 2024-03-21T13:13:19.299450+0000 mon.a (mon.0) 9484 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:19.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:19 smithi184 bash[59794]: audit 2024-03-21T13:13:19.303206+0000 mon.a (mon.0) 9485 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:19.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:19 smithi184 bash[59794]: audit 2024-03-21T13:13:19.304858+0000 mon.a (mon.0) 9486 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:19.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:19 smithi184 bash[59794]: cluster 2024-03-21T13:13:19.307740+0000 mgr.x (mgr.34104) 6084 : cluster [DBG] pgmap v4022: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:19.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:19 smithi184 bash[59794]: audit 2024-03-21T13:13:19.316531+0000 mon.a (mon.0) 9487 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:20.649 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:20 smithi178 bash[75692]: cluster 2024-03-21T13:13:19.308292+0000 mgr.x (mgr.34104) 6085 : cluster [DBG] pgmap v4023: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:20.649 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:20 smithi178 bash[75692]: cephadm 2024-03-21T13:13:19.317757+0000 mgr.x (mgr.34104) 6086 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:20.649 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:20 smithi178 bash[75692]: audit 2024-03-21T13:13:19.343886+0000 mgr.x (mgr.34104) 6087 : audit [DBG] from='client.54784 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:13:20.649 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:20 smithi178 bash[75692]: audit 2024-03-21T13:13:19.395007+0000 mon.a (mon.0) 9488 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:20.649 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:20 smithi178 bash[75692]: audit 2024-03-21T13:13:19.397492+0000 mon.a (mon.0) 9489 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:20.649 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:20 smithi178 bash[75692]: audit 2024-03-21T13:13:19.400342+0000 mon.a (mon.0) 9490 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:20.649 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:20 smithi178 bash[75692]: audit 2024-03-21T13:13:19.401521+0000 mon.a (mon.0) 9491 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:20.649 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:20 smithi178 bash[75692]: cluster 2024-03-21T13:13:19.403856+0000 mgr.x (mgr.34104) 6088 : cluster [DBG] pgmap v4024: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:20.649 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:20 smithi178 bash[75692]: cluster 2024-03-21T13:13:19.404172+0000 mgr.x (mgr.34104) 6089 : cluster [DBG] pgmap v4025: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:20.649 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:20 smithi178 bash[75692]: audit 2024-03-21T13:13:19.409794+0000 mon.a (mon.0) 9492 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:20.649 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:20 smithi178 bash[75692]: cephadm 2024-03-21T13:13:19.411048+0000 mgr.x (mgr.34104) 6090 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:20.649 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:20 smithi178 bash[75692]: audit 2024-03-21T13:13:19.492727+0000 mon.a (mon.0) 9493 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:20.649 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:20 smithi178 bash[75692]: audit 2024-03-21T13:13:19.496085+0000 mon.a (mon.0) 9494 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:20.650 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:20 smithi178 bash[75692]: audit 2024-03-21T13:13:19.500794+0000 mon.a (mon.0) 9495 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:20.650 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:20 smithi178 bash[75692]: audit 2024-03-21T13:13:19.502332+0000 mon.a (mon.0) 9496 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:20.650 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:20 smithi178 bash[75692]: cluster 2024-03-21T13:13:19.505275+0000 mgr.x (mgr.34104) 6091 : cluster [DBG] pgmap v4026: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:20.650 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:20 smithi178 bash[75692]: cluster 2024-03-21T13:13:19.505766+0000 mgr.x (mgr.34104) 6092 : cluster [DBG] pgmap v4027: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:20.650 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:20 smithi178 bash[75692]: audit 2024-03-21T13:13:19.514506+0000 mon.a (mon.0) 9497 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:20.650 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:20 smithi178 bash[75692]: cephadm 2024-03-21T13:13:19.516042+0000 mgr.x (mgr.34104) 6093 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:20.650 INFO:journalctl@ceph.alertmanager.a.smithi178.stdout:Mar 21 13:13:20 smithi178 bash[115812]: ts=2024-03-21T13:13:20.306Z caller=cluster.go:706 level=info component=cluster msg="gossip not settled" polls=0 before=0 now=1 elapsed=2.000118765s 2024-03-21T13:13:20.651 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:20 smithi178 bash[75692]: audit 2024-03-21T13:13:19.595338+0000 mon.a (mon.0) 9498 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:20.651 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:20 smithi178 bash[75692]: audit 2024-03-21T13:13:19.599084+0000 mon.a (mon.0) 9499 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:20.651 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:20 smithi178 bash[75692]: audit 2024-03-21T13:13:19.604945+0000 mon.a (mon.0) 9500 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:20.651 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:20 smithi178 bash[75692]: audit 2024-03-21T13:13:19.606781+0000 mon.a (mon.0) 9501 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:20.651 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:20 smithi178 bash[75692]: cluster 2024-03-21T13:13:19.609759+0000 mgr.x (mgr.34104) 6094 : cluster [DBG] pgmap v4028: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:20.651 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:20 smithi178 bash[75692]: cluster 2024-03-21T13:13:19.610235+0000 mgr.x (mgr.34104) 6095 : cluster [DBG] pgmap v4029: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:20.651 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:20 smithi178 bash[75692]: audit 2024-03-21T13:13:19.615277+0000 mon.a (mon.0) 9502 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:20.651 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:20 smithi178 bash[75692]: cephadm 2024-03-21T13:13:19.619104+0000 mgr.x (mgr.34104) 6096 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:20.651 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:20 smithi178 bash[75692]: audit 2024-03-21T13:13:19.696734+0000 mon.a (mon.0) 9503 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:20.651 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:20 smithi178 bash[75692]: audit 2024-03-21T13:13:19.700518+0000 mon.a (mon.0) 9504 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:20.651 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:20 smithi178 bash[75692]: audit 2024-03-21T13:13:19.704723+0000 mon.a (mon.0) 9505 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:20.651 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:20 smithi178 bash[75692]: audit 2024-03-21T13:13:19.706334+0000 mon.a (mon.0) 9506 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:20.651 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:20 smithi178 bash[75692]: cluster 2024-03-21T13:13:19.709483+0000 mgr.x (mgr.34104) 6097 : cluster [DBG] pgmap v4030: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:20.652 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:20 smithi178 bash[75692]: cluster 2024-03-21T13:13:19.710097+0000 mgr.x (mgr.34104) 6098 : cluster [DBG] pgmap v4031: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:20.652 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:20 smithi178 bash[75692]: audit 2024-03-21T13:13:19.718568+0000 mon.a (mon.0) 9507 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:20.652 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:20 smithi178 bash[75692]: cephadm 2024-03-21T13:13:19.719841+0000 mgr.x (mgr.34104) 6099 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:20.652 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:20 smithi178 bash[75692]: audit 2024-03-21T13:13:19.794182+0000 mon.a (mon.0) 9508 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:13:20.652 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:20 smithi178 bash[75692]: audit 2024-03-21T13:13:19.797206+0000 mon.a (mon.0) 9509 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:20.652 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:20 smithi178 bash[75692]: audit 2024-03-21T13:13:19.801269+0000 mon.a (mon.0) 9510 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:20.652 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:20 smithi178 bash[77880]: cluster 2024-03-21T13:13:19.308292+0000 mgr.x (mgr.34104) 6085 : cluster [DBG] pgmap v4023: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:20.652 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:20 smithi178 bash[77880]: cephadm 2024-03-21T13:13:19.317757+0000 mgr.x (mgr.34104) 6086 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:20.652 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:20 smithi178 bash[77880]: audit 2024-03-21T13:13:19.343886+0000 mgr.x (mgr.34104) 6087 : audit [DBG] from='client.54784 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:13:20.652 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:20 smithi178 bash[77880]: audit 2024-03-21T13:13:19.395007+0000 mon.a (mon.0) 9488 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:20.652 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:20 smithi178 bash[77880]: audit 2024-03-21T13:13:19.397492+0000 mon.a (mon.0) 9489 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:20.653 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:20 smithi178 bash[77880]: audit 2024-03-21T13:13:19.400342+0000 mon.a (mon.0) 9490 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:20.653 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:20 smithi178 bash[77880]: audit 2024-03-21T13:13:19.401521+0000 mon.a (mon.0) 9491 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:20.653 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:20 smithi178 bash[77880]: cluster 2024-03-21T13:13:19.403856+0000 mgr.x (mgr.34104) 6088 : cluster [DBG] pgmap v4024: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:20.653 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:20 smithi178 bash[77880]: cluster 2024-03-21T13:13:19.404172+0000 mgr.x (mgr.34104) 6089 : cluster [DBG] pgmap v4025: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:20.653 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:20 smithi178 bash[77880]: audit 2024-03-21T13:13:19.409794+0000 mon.a (mon.0) 9492 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:20.653 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:20 smithi178 bash[77880]: cephadm 2024-03-21T13:13:19.411048+0000 mgr.x (mgr.34104) 6090 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:20.653 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:20 smithi178 bash[77880]: audit 2024-03-21T13:13:19.492727+0000 mon.a (mon.0) 9493 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:20.653 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:20 smithi178 bash[77880]: audit 2024-03-21T13:13:19.496085+0000 mon.a (mon.0) 9494 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:20.653 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:20 smithi178 bash[77880]: audit 2024-03-21T13:13:19.500794+0000 mon.a (mon.0) 9495 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:20.653 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:20 smithi178 bash[77880]: audit 2024-03-21T13:13:19.502332+0000 mon.a (mon.0) 9496 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:20.653 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:20 smithi178 bash[77880]: cluster 2024-03-21T13:13:19.505275+0000 mgr.x (mgr.34104) 6091 : cluster [DBG] pgmap v4026: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:20.653 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:20 smithi178 bash[77880]: cluster 2024-03-21T13:13:19.505766+0000 mgr.x (mgr.34104) 6092 : cluster [DBG] pgmap v4027: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:20.653 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:20 smithi178 bash[77880]: audit 2024-03-21T13:13:19.514506+0000 mon.a (mon.0) 9497 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:20.653 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:20 smithi178 bash[77880]: cephadm 2024-03-21T13:13:19.516042+0000 mgr.x (mgr.34104) 6093 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:20.654 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:20 smithi178 bash[75692]: audit 2024-03-21T13:13:19.823501+0000 mon.a (mon.0) 9511 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:20.654 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:20 smithi178 bash[75692]: audit 2024-03-21T13:13:19.832948+0000 mon.a (mon.0) 9512 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:20.654 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:20 smithi178 bash[75692]: cluster 2024-03-21T13:13:19.839980+0000 mgr.x (mgr.34104) 6100 : cluster [DBG] pgmap v4032: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:20.654 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:20 smithi178 bash[75692]: cluster 2024-03-21T13:13:19.840411+0000 mgr.x (mgr.34104) 6101 : cluster [DBG] pgmap v4033: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:20.654 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:20 smithi178 bash[75692]: audit 2024-03-21T13:13:19.848865+0000 mon.a (mon.0) 9513 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:20.654 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:20 smithi178 bash[75692]: cephadm 2024-03-21T13:13:19.850131+0000 mgr.x (mgr.34104) 6102 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:20.654 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:20 smithi178 bash[75692]: audit 2024-03-21T13:13:19.927238+0000 mon.a (mon.0) 9514 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:20.654 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:20 smithi178 bash[75692]: audit 2024-03-21T13:13:19.930688+0000 mon.a (mon.0) 9515 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:20.654 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:20 smithi178 bash[75692]: audit 2024-03-21T13:13:19.934940+0000 mon.a (mon.0) 9516 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:20.654 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:20 smithi178 bash[75692]: audit 2024-03-21T13:13:19.936523+0000 mon.a (mon.0) 9517 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:20.654 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:20 smithi178 bash[75692]: cluster 2024-03-21T13:13:19.939546+0000 mgr.x (mgr.34104) 6103 : cluster [DBG] pgmap v4034: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:20.655 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:20 smithi178 bash[75692]: cluster 2024-03-21T13:13:19.939991+0000 mgr.x (mgr.34104) 6104 : cluster [DBG] pgmap v4035: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:20.655 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:20 smithi178 bash[75692]: audit 2024-03-21T13:13:19.947792+0000 mon.a (mon.0) 9518 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:20.655 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:20 smithi178 bash[75692]: cephadm 2024-03-21T13:13:19.948983+0000 mgr.x (mgr.34104) 6105 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:20.655 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:20 smithi178 bash[75692]: audit 2024-03-21T13:13:20.025772+0000 mon.a (mon.0) 9519 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:20.655 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:20 smithi178 bash[75692]: audit 2024-03-21T13:13:20.029437+0000 mon.a (mon.0) 9520 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:20.655 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:20 smithi178 bash[75692]: audit 2024-03-21T13:13:20.033099+0000 mon.a (mon.0) 9521 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:20.655 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:20 smithi178 bash[75692]: audit 2024-03-21T13:13:20.034691+0000 mon.a (mon.0) 9522 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:20.655 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:20 smithi178 bash[75692]: cluster 2024-03-21T13:13:20.037682+0000 mgr.x (mgr.34104) 6106 : cluster [DBG] pgmap v4036: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:20.655 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:20 smithi178 bash[75692]: cluster 2024-03-21T13:13:20.038074+0000 mgr.x (mgr.34104) 6107 : cluster [DBG] pgmap v4037: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:20.655 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:20 smithi178 bash[77880]: audit 2024-03-21T13:13:19.595338+0000 mon.a (mon.0) 9498 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:20.655 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:20 smithi178 bash[77880]: audit 2024-03-21T13:13:19.599084+0000 mon.a (mon.0) 9499 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:20.656 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:20 smithi178 bash[77880]: audit 2024-03-21T13:13:19.604945+0000 mon.a (mon.0) 9500 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:20.656 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:20 smithi178 bash[77880]: audit 2024-03-21T13:13:19.606781+0000 mon.a (mon.0) 9501 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:20.656 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:20 smithi178 bash[77880]: cluster 2024-03-21T13:13:19.609759+0000 mgr.x (mgr.34104) 6094 : cluster [DBG] pgmap v4028: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:20.656 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:20 smithi178 bash[77880]: cluster 2024-03-21T13:13:19.610235+0000 mgr.x (mgr.34104) 6095 : cluster [DBG] pgmap v4029: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:20.656 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:20 smithi178 bash[77880]: audit 2024-03-21T13:13:19.615277+0000 mon.a (mon.0) 9502 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:20.656 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:20 smithi178 bash[77880]: cephadm 2024-03-21T13:13:19.619104+0000 mgr.x (mgr.34104) 6096 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:20.656 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:20 smithi178 bash[77880]: audit 2024-03-21T13:13:19.696734+0000 mon.a (mon.0) 9503 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:20.656 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:20 smithi178 bash[77880]: audit 2024-03-21T13:13:19.700518+0000 mon.a (mon.0) 9504 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:20.656 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:20 smithi178 bash[77880]: audit 2024-03-21T13:13:19.704723+0000 mon.a (mon.0) 9505 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:20.656 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:20 smithi178 bash[77880]: audit 2024-03-21T13:13:19.706334+0000 mon.a (mon.0) 9506 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:20.656 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:20 smithi178 bash[77880]: cluster 2024-03-21T13:13:19.709483+0000 mgr.x (mgr.34104) 6097 : cluster [DBG] pgmap v4030: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:20.656 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:20 smithi178 bash[77880]: cluster 2024-03-21T13:13:19.710097+0000 mgr.x (mgr.34104) 6098 : cluster [DBG] pgmap v4031: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:20.656 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:20 smithi178 bash[77880]: audit 2024-03-21T13:13:19.718568+0000 mon.a (mon.0) 9507 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:20.656 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:20 smithi178 bash[77880]: cephadm 2024-03-21T13:13:19.719841+0000 mgr.x (mgr.34104) 6099 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:20.657 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:20 smithi178 bash[77880]: audit 2024-03-21T13:13:19.794182+0000 mon.a (mon.0) 9508 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:13:20.657 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:20 smithi178 bash[77880]: audit 2024-03-21T13:13:19.797206+0000 mon.a (mon.0) 9509 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:20.657 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:20 smithi178 bash[77880]: audit 2024-03-21T13:13:19.801269+0000 mon.a (mon.0) 9510 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:20.657 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:20 smithi178 bash[75692]: audit 2024-03-21T13:13:20.047233+0000 mon.a (mon.0) 9523 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:20.657 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:20 smithi178 bash[75692]: cephadm 2024-03-21T13:13:20.048423+0000 mgr.x (mgr.34104) 6108 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:20.657 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:20 smithi178 bash[75692]: audit 2024-03-21T13:13:20.125090+0000 mon.a (mon.0) 9524 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:20.657 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:20 smithi178 bash[75692]: audit 2024-03-21T13:13:20.128738+0000 mon.a (mon.0) 9525 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:20.657 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:20 smithi178 bash[75692]: audit 2024-03-21T13:13:20.132827+0000 mon.a (mon.0) 9526 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:20.658 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:20 smithi178 bash[75692]: audit 2024-03-21T13:13:20.134435+0000 mon.a (mon.0) 9527 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:20.658 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:20 smithi178 bash[75692]: cluster 2024-03-21T13:13:20.137471+0000 mgr.x (mgr.34104) 6109 : cluster [DBG] pgmap v4038: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:20.658 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:20 smithi178 bash[75692]: cluster 2024-03-21T13:13:20.137950+0000 mgr.x (mgr.34104) 6110 : cluster [DBG] pgmap v4039: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:20.658 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:20 smithi178 bash[75692]: audit 2024-03-21T13:13:20.148038+0000 mon.a (mon.0) 9528 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:20.658 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:20 smithi178 bash[75692]: cephadm 2024-03-21T13:13:20.149250+0000 mgr.x (mgr.34104) 6111 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:20.658 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:20 smithi178 bash[75692]: audit 2024-03-21T13:13:20.227072+0000 mon.a (mon.0) 9529 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:20.658 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:20 smithi178 bash[75692]: audit 2024-03-21T13:13:20.230449+0000 mon.a (mon.0) 9530 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:20.658 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:20 smithi178 bash[75692]: audit 2024-03-21T13:13:20.234194+0000 mon.a (mon.0) 9531 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:20.658 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:20 smithi178 bash[75692]: audit 2024-03-21T13:13:20.235709+0000 mon.a (mon.0) 9532 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:20.658 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:20 smithi178 bash[75692]: cluster 2024-03-21T13:13:20.238986+0000 mgr.x (mgr.34104) 6112 : cluster [DBG] pgmap v4040: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:20.658 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:20 smithi178 bash[75692]: cluster 2024-03-21T13:13:20.239351+0000 mgr.x (mgr.34104) 6113 : cluster [DBG] pgmap v4041: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:20.658 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:20 smithi178 bash[75692]: audit 2024-03-21T13:13:20.246872+0000 mon.a (mon.0) 9533 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:20.658 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:20 smithi178 bash[75692]: cephadm 2024-03-21T13:13:20.248242+0000 mgr.x (mgr.34104) 6114 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:20.658 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:20 smithi178 bash[75692]: audit 2024-03-21T13:13:20.326320+0000 mon.a (mon.0) 9534 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:20.659 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:20 smithi178 bash[75692]: audit 2024-03-21T13:13:20.329842+0000 mon.a (mon.0) 9535 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:20.659 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:20 smithi178 bash[75692]: audit 2024-03-21T13:13:20.332912+0000 mon.a (mon.0) 9536 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:20.659 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:20 smithi178 bash[75692]: audit 2024-03-21T13:13:20.334404+0000 mon.a (mon.0) 9537 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:20.659 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:20 smithi178 bash[75692]: audit 2024-03-21T13:13:20.343894+0000 mon.a (mon.0) 9538 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:20.659 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:20 smithi178 bash[77880]: audit 2024-03-21T13:13:19.823501+0000 mon.a (mon.0) 9511 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:20.659 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:20 smithi178 bash[77880]: audit 2024-03-21T13:13:19.832948+0000 mon.a (mon.0) 9512 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:20.659 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:20 smithi178 bash[77880]: cluster 2024-03-21T13:13:19.839980+0000 mgr.x (mgr.34104) 6100 : cluster [DBG] pgmap v4032: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:20.660 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:20 smithi178 bash[77880]: cluster 2024-03-21T13:13:19.840411+0000 mgr.x (mgr.34104) 6101 : cluster [DBG] pgmap v4033: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:20.660 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:20 smithi178 bash[77880]: audit 2024-03-21T13:13:19.848865+0000 mon.a (mon.0) 9513 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:20.660 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:20 smithi178 bash[77880]: cephadm 2024-03-21T13:13:19.850131+0000 mgr.x (mgr.34104) 6102 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:20.660 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:20 smithi178 bash[77880]: audit 2024-03-21T13:13:19.927238+0000 mon.a (mon.0) 9514 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:20.660 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:20 smithi178 bash[77880]: audit 2024-03-21T13:13:19.930688+0000 mon.a (mon.0) 9515 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:20.660 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:20 smithi178 bash[77880]: audit 2024-03-21T13:13:19.934940+0000 mon.a (mon.0) 9516 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:20.660 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:20 smithi178 bash[77880]: audit 2024-03-21T13:13:19.936523+0000 mon.a (mon.0) 9517 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:20.660 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:20 smithi178 bash[77880]: cluster 2024-03-21T13:13:19.939546+0000 mgr.x (mgr.34104) 6103 : cluster [DBG] pgmap v4034: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:20.660 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:20 smithi178 bash[77880]: cluster 2024-03-21T13:13:19.939991+0000 mgr.x (mgr.34104) 6104 : cluster [DBG] pgmap v4035: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:20.660 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:20 smithi178 bash[77880]: audit 2024-03-21T13:13:19.947792+0000 mon.a (mon.0) 9518 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:20.660 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:20 smithi178 bash[77880]: cephadm 2024-03-21T13:13:19.948983+0000 mgr.x (mgr.34104) 6105 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:20.660 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:20 smithi178 bash[77880]: audit 2024-03-21T13:13:20.025772+0000 mon.a (mon.0) 9519 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:20.660 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:20 smithi178 bash[77880]: audit 2024-03-21T13:13:20.029437+0000 mon.a (mon.0) 9520 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:20.660 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:20 smithi178 bash[77880]: audit 2024-03-21T13:13:20.033099+0000 mon.a (mon.0) 9521 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:20.661 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:20 smithi178 bash[77880]: audit 2024-03-21T13:13:20.034691+0000 mon.a (mon.0) 9522 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:20.661 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:20 smithi178 bash[77880]: cluster 2024-03-21T13:13:20.037682+0000 mgr.x (mgr.34104) 6106 : cluster [DBG] pgmap v4036: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:20.661 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:20 smithi178 bash[77880]: cluster 2024-03-21T13:13:20.038074+0000 mgr.x (mgr.34104) 6107 : cluster [DBG] pgmap v4037: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:20.661 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:20 smithi178 bash[77880]: audit 2024-03-21T13:13:20.047233+0000 mon.a (mon.0) 9523 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:20.661 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:20 smithi178 bash[77880]: cephadm 2024-03-21T13:13:20.048423+0000 mgr.x (mgr.34104) 6108 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:20.661 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:20 smithi178 bash[77880]: audit 2024-03-21T13:13:20.125090+0000 mon.a (mon.0) 9524 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:20.661 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:20 smithi178 bash[77880]: audit 2024-03-21T13:13:20.128738+0000 mon.a (mon.0) 9525 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:20.661 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:20 smithi178 bash[77880]: audit 2024-03-21T13:13:20.132827+0000 mon.a (mon.0) 9526 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:20.661 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:20 smithi178 bash[77880]: audit 2024-03-21T13:13:20.134435+0000 mon.a (mon.0) 9527 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:20.661 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:20 smithi178 bash[77880]: cluster 2024-03-21T13:13:20.137471+0000 mgr.x (mgr.34104) 6109 : cluster [DBG] pgmap v4038: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:20.661 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:20 smithi178 bash[77880]: cluster 2024-03-21T13:13:20.137950+0000 mgr.x (mgr.34104) 6110 : cluster [DBG] pgmap v4039: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:20.661 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:20 smithi178 bash[77880]: audit 2024-03-21T13:13:20.148038+0000 mon.a (mon.0) 9528 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:20.661 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:20 smithi178 bash[77880]: cephadm 2024-03-21T13:13:20.149250+0000 mgr.x (mgr.34104) 6111 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:20.661 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:20 smithi178 bash[77880]: audit 2024-03-21T13:13:20.227072+0000 mon.a (mon.0) 9529 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:20.661 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:20 smithi178 bash[77880]: audit 2024-03-21T13:13:20.230449+0000 mon.a (mon.0) 9530 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:20.662 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:20 smithi178 bash[77880]: audit 2024-03-21T13:13:20.234194+0000 mon.a (mon.0) 9531 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:20.662 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:20 smithi178 bash[77880]: audit 2024-03-21T13:13:20.235709+0000 mon.a (mon.0) 9532 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:20.662 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:20 smithi178 bash[77880]: cluster 2024-03-21T13:13:20.238986+0000 mgr.x (mgr.34104) 6112 : cluster [DBG] pgmap v4040: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:20.662 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:20 smithi178 bash[77880]: cluster 2024-03-21T13:13:20.239351+0000 mgr.x (mgr.34104) 6113 : cluster [DBG] pgmap v4041: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:20.662 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:20 smithi178 bash[77880]: audit 2024-03-21T13:13:20.246872+0000 mon.a (mon.0) 9533 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:20.662 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:20 smithi178 bash[77880]: cephadm 2024-03-21T13:13:20.248242+0000 mgr.x (mgr.34104) 6114 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:20.662 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:20 smithi178 bash[77880]: audit 2024-03-21T13:13:20.326320+0000 mon.a (mon.0) 9534 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:20.662 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:20 smithi178 bash[77880]: audit 2024-03-21T13:13:20.329842+0000 mon.a (mon.0) 9535 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:20.662 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:20 smithi178 bash[77880]: audit 2024-03-21T13:13:20.332912+0000 mon.a (mon.0) 9536 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:20.662 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:20 smithi178 bash[77880]: audit 2024-03-21T13:13:20.334404+0000 mon.a (mon.0) 9537 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:20.662 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:20 smithi178 bash[77880]: audit 2024-03-21T13:13:20.343894+0000 mon.a (mon.0) 9538 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:20.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:20 smithi184 bash[59794]: cluster 2024-03-21T13:13:19.308292+0000 mgr.x (mgr.34104) 6085 : cluster [DBG] pgmap v4023: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:20.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:20 smithi184 bash[59794]: cephadm 2024-03-21T13:13:19.317757+0000 mgr.x (mgr.34104) 6086 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:20.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:20 smithi184 bash[59794]: audit 2024-03-21T13:13:19.343886+0000 mgr.x (mgr.34104) 6087 : audit [DBG] from='client.54784 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:13:20.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:20 smithi184 bash[59794]: audit 2024-03-21T13:13:19.395007+0000 mon.a (mon.0) 9488 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:20.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:20 smithi184 bash[59794]: audit 2024-03-21T13:13:19.397492+0000 mon.a (mon.0) 9489 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:20.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:20 smithi184 bash[59794]: audit 2024-03-21T13:13:19.400342+0000 mon.a (mon.0) 9490 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:20.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:20 smithi184 bash[59794]: audit 2024-03-21T13:13:19.401521+0000 mon.a (mon.0) 9491 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:20.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:20 smithi184 bash[59794]: cluster 2024-03-21T13:13:19.403856+0000 mgr.x (mgr.34104) 6088 : cluster [DBG] pgmap v4024: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:20.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:20 smithi184 bash[59794]: cluster 2024-03-21T13:13:19.404172+0000 mgr.x (mgr.34104) 6089 : cluster [DBG] pgmap v4025: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:20.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:20 smithi184 bash[59794]: audit 2024-03-21T13:13:19.409794+0000 mon.a (mon.0) 9492 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:20.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:20 smithi184 bash[59794]: cephadm 2024-03-21T13:13:19.411048+0000 mgr.x (mgr.34104) 6090 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:20.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:20 smithi184 bash[59794]: audit 2024-03-21T13:13:19.492727+0000 mon.a (mon.0) 9493 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:20.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:20 smithi184 bash[59794]: audit 2024-03-21T13:13:19.496085+0000 mon.a (mon.0) 9494 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:20.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:20 smithi184 bash[59794]: audit 2024-03-21T13:13:19.500794+0000 mon.a (mon.0) 9495 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:20.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:20 smithi184 bash[59794]: audit 2024-03-21T13:13:19.502332+0000 mon.a (mon.0) 9496 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:20.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:20 smithi184 bash[59794]: cluster 2024-03-21T13:13:19.505275+0000 mgr.x (mgr.34104) 6091 : cluster [DBG] pgmap v4026: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:20.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:20 smithi184 bash[59794]: cluster 2024-03-21T13:13:19.505766+0000 mgr.x (mgr.34104) 6092 : cluster [DBG] pgmap v4027: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:20.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:20 smithi184 bash[59794]: audit 2024-03-21T13:13:19.514506+0000 mon.a (mon.0) 9497 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:20.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:20 smithi184 bash[59794]: cephadm 2024-03-21T13:13:19.516042+0000 mgr.x (mgr.34104) 6093 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:20.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:20 smithi184 bash[59794]: audit 2024-03-21T13:13:19.595338+0000 mon.a (mon.0) 9498 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:20.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:20 smithi184 bash[59794]: audit 2024-03-21T13:13:19.599084+0000 mon.a (mon.0) 9499 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:20.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:20 smithi184 bash[59794]: audit 2024-03-21T13:13:19.604945+0000 mon.a (mon.0) 9500 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:20.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:20 smithi184 bash[59794]: audit 2024-03-21T13:13:19.606781+0000 mon.a (mon.0) 9501 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:20.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:20 smithi184 bash[59794]: cluster 2024-03-21T13:13:19.609759+0000 mgr.x (mgr.34104) 6094 : cluster [DBG] pgmap v4028: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:20.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:20 smithi184 bash[59794]: cluster 2024-03-21T13:13:19.610235+0000 mgr.x (mgr.34104) 6095 : cluster [DBG] pgmap v4029: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:20.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:20 smithi184 bash[59794]: audit 2024-03-21T13:13:19.615277+0000 mon.a (mon.0) 9502 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:20.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:20 smithi184 bash[59794]: cephadm 2024-03-21T13:13:19.619104+0000 mgr.x (mgr.34104) 6096 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:20.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:20 smithi184 bash[59794]: audit 2024-03-21T13:13:19.696734+0000 mon.a (mon.0) 9503 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:20.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:20 smithi184 bash[59794]: audit 2024-03-21T13:13:19.700518+0000 mon.a (mon.0) 9504 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:20.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:20 smithi184 bash[59794]: audit 2024-03-21T13:13:19.704723+0000 mon.a (mon.0) 9505 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:20.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:20 smithi184 bash[59794]: audit 2024-03-21T13:13:19.706334+0000 mon.a (mon.0) 9506 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:20.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:20 smithi184 bash[59794]: cluster 2024-03-21T13:13:19.709483+0000 mgr.x (mgr.34104) 6097 : cluster [DBG] pgmap v4030: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:20.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:20 smithi184 bash[59794]: cluster 2024-03-21T13:13:19.710097+0000 mgr.x (mgr.34104) 6098 : cluster [DBG] pgmap v4031: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:20.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:20 smithi184 bash[59794]: audit 2024-03-21T13:13:19.718568+0000 mon.a (mon.0) 9507 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:20.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:20 smithi184 bash[59794]: cephadm 2024-03-21T13:13:19.719841+0000 mgr.x (mgr.34104) 6099 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:20.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:20 smithi184 bash[59794]: audit 2024-03-21T13:13:19.794182+0000 mon.a (mon.0) 9508 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:13:20.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:20 smithi184 bash[59794]: audit 2024-03-21T13:13:19.797206+0000 mon.a (mon.0) 9509 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:20.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:20 smithi184 bash[59794]: audit 2024-03-21T13:13:19.801269+0000 mon.a (mon.0) 9510 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:20.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:20 smithi184 bash[59794]: audit 2024-03-21T13:13:19.823501+0000 mon.a (mon.0) 9511 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:20.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:20 smithi184 bash[59794]: audit 2024-03-21T13:13:19.832948+0000 mon.a (mon.0) 9512 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:20.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:20 smithi184 bash[59794]: cluster 2024-03-21T13:13:19.839980+0000 mgr.x (mgr.34104) 6100 : cluster [DBG] pgmap v4032: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:20.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:20 smithi184 bash[59794]: cluster 2024-03-21T13:13:19.840411+0000 mgr.x (mgr.34104) 6101 : cluster [DBG] pgmap v4033: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:20.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:20 smithi184 bash[59794]: audit 2024-03-21T13:13:19.848865+0000 mon.a (mon.0) 9513 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:20.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:20 smithi184 bash[59794]: cephadm 2024-03-21T13:13:19.850131+0000 mgr.x (mgr.34104) 6102 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:20.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:20 smithi184 bash[59794]: audit 2024-03-21T13:13:19.927238+0000 mon.a (mon.0) 9514 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:20.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:20 smithi184 bash[59794]: audit 2024-03-21T13:13:19.930688+0000 mon.a (mon.0) 9515 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:20.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:20 smithi184 bash[59794]: audit 2024-03-21T13:13:19.934940+0000 mon.a (mon.0) 9516 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:20.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:20 smithi184 bash[59794]: audit 2024-03-21T13:13:19.936523+0000 mon.a (mon.0) 9517 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:20.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:20 smithi184 bash[59794]: cluster 2024-03-21T13:13:19.939546+0000 mgr.x (mgr.34104) 6103 : cluster [DBG] pgmap v4034: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:20.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:20 smithi184 bash[59794]: cluster 2024-03-21T13:13:19.939991+0000 mgr.x (mgr.34104) 6104 : cluster [DBG] pgmap v4035: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:20.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:20 smithi184 bash[59794]: audit 2024-03-21T13:13:19.947792+0000 mon.a (mon.0) 9518 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:20.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:20 smithi184 bash[59794]: cephadm 2024-03-21T13:13:19.948983+0000 mgr.x (mgr.34104) 6105 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:20.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:20 smithi184 bash[59794]: audit 2024-03-21T13:13:20.025772+0000 mon.a (mon.0) 9519 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:20.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:20 smithi184 bash[59794]: audit 2024-03-21T13:13:20.029437+0000 mon.a (mon.0) 9520 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:20.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:20 smithi184 bash[59794]: audit 2024-03-21T13:13:20.033099+0000 mon.a (mon.0) 9521 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:20.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:20 smithi184 bash[59794]: audit 2024-03-21T13:13:20.034691+0000 mon.a (mon.0) 9522 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:20.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:20 smithi184 bash[59794]: cluster 2024-03-21T13:13:20.037682+0000 mgr.x (mgr.34104) 6106 : cluster [DBG] pgmap v4036: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:20.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:20 smithi184 bash[59794]: cluster 2024-03-21T13:13:20.038074+0000 mgr.x (mgr.34104) 6107 : cluster [DBG] pgmap v4037: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:20.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:20 smithi184 bash[59794]: audit 2024-03-21T13:13:20.047233+0000 mon.a (mon.0) 9523 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:20.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:20 smithi184 bash[59794]: cephadm 2024-03-21T13:13:20.048423+0000 mgr.x (mgr.34104) 6108 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:20.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:20 smithi184 bash[59794]: audit 2024-03-21T13:13:20.125090+0000 mon.a (mon.0) 9524 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:20.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:20 smithi184 bash[59794]: audit 2024-03-21T13:13:20.128738+0000 mon.a (mon.0) 9525 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:20.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:20 smithi184 bash[59794]: audit 2024-03-21T13:13:20.132827+0000 mon.a (mon.0) 9526 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:20.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:20 smithi184 bash[59794]: audit 2024-03-21T13:13:20.134435+0000 mon.a (mon.0) 9527 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:20.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:20 smithi184 bash[59794]: cluster 2024-03-21T13:13:20.137471+0000 mgr.x (mgr.34104) 6109 : cluster [DBG] pgmap v4038: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:20.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:20 smithi184 bash[59794]: cluster 2024-03-21T13:13:20.137950+0000 mgr.x (mgr.34104) 6110 : cluster [DBG] pgmap v4039: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:20.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:20 smithi184 bash[59794]: audit 2024-03-21T13:13:20.148038+0000 mon.a (mon.0) 9528 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:20.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:20 smithi184 bash[59794]: cephadm 2024-03-21T13:13:20.149250+0000 mgr.x (mgr.34104) 6111 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:20.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:20 smithi184 bash[59794]: audit 2024-03-21T13:13:20.227072+0000 mon.a (mon.0) 9529 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:20.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:20 smithi184 bash[59794]: audit 2024-03-21T13:13:20.230449+0000 mon.a (mon.0) 9530 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:20.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:20 smithi184 bash[59794]: audit 2024-03-21T13:13:20.234194+0000 mon.a (mon.0) 9531 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:20.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:20 smithi184 bash[59794]: audit 2024-03-21T13:13:20.235709+0000 mon.a (mon.0) 9532 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:20.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:20 smithi184 bash[59794]: cluster 2024-03-21T13:13:20.238986+0000 mgr.x (mgr.34104) 6112 : cluster [DBG] pgmap v4040: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:20.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:20 smithi184 bash[59794]: cluster 2024-03-21T13:13:20.239351+0000 mgr.x (mgr.34104) 6113 : cluster [DBG] pgmap v4041: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:20.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:20 smithi184 bash[59794]: audit 2024-03-21T13:13:20.246872+0000 mon.a (mon.0) 9533 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:20.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:20 smithi184 bash[59794]: cephadm 2024-03-21T13:13:20.248242+0000 mgr.x (mgr.34104) 6114 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:20.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:20 smithi184 bash[59794]: audit 2024-03-21T13:13:20.326320+0000 mon.a (mon.0) 9534 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:20.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:20 smithi184 bash[59794]: audit 2024-03-21T13:13:20.329842+0000 mon.a (mon.0) 9535 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:20.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:20 smithi184 bash[59794]: audit 2024-03-21T13:13:20.332912+0000 mon.a (mon.0) 9536 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:20.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:20 smithi184 bash[59794]: audit 2024-03-21T13:13:20.334404+0000 mon.a (mon.0) 9537 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:20.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:20 smithi184 bash[59794]: audit 2024-03-21T13:13:20.343894+0000 mon.a (mon.0) 9538 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:21.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:21 smithi178 bash[75692]: cluster 2024-03-21T13:13:20.337470+0000 mgr.x (mgr.34104) 6115 : cluster [DBG] pgmap v4042: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:21.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:21 smithi178 bash[75692]: cephadm 2024-03-21T13:13:20.345245+0000 mgr.x (mgr.34104) 6116 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:21.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:21 smithi178 bash[75692]: audit 2024-03-21T13:13:20.424366+0000 mon.a (mon.0) 9539 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:21.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:21 smithi178 bash[75692]: audit 2024-03-21T13:13:20.427787+0000 mon.a (mon.0) 9540 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:21.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:21 smithi178 bash[75692]: audit 2024-03-21T13:13:20.432280+0000 mon.a (mon.0) 9541 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:21.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:21 smithi178 bash[75692]: audit 2024-03-21T13:13:20.433920+0000 mon.a (mon.0) 9542 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:21.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:21 smithi178 bash[75692]: cluster 2024-03-21T13:13:20.437222+0000 mgr.x (mgr.34104) 6117 : cluster [DBG] pgmap v4043: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:21.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:21 smithi178 bash[75692]: cluster 2024-03-21T13:13:20.437884+0000 mgr.x (mgr.34104) 6118 : cluster [DBG] pgmap v4044: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:21.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:21 smithi178 bash[75692]: audit 2024-03-21T13:13:20.445250+0000 mon.a (mon.0) 9543 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:21.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:21 smithi178 bash[75692]: cephadm 2024-03-21T13:13:20.446573+0000 mgr.x (mgr.34104) 6119 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:21.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:21 smithi178 bash[75692]: audit 2024-03-21T13:13:20.526170+0000 mon.a (mon.0) 9544 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:21.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:21 smithi178 bash[75692]: audit 2024-03-21T13:13:20.529179+0000 mon.a (mon.0) 9545 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:21.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:21 smithi178 bash[75692]: audit 2024-03-21T13:13:20.532556+0000 mon.a (mon.0) 9546 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:21.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:21 smithi178 bash[75692]: audit 2024-03-21T13:13:20.533818+0000 mon.a (mon.0) 9547 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:21.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:21 smithi178 bash[75692]: cluster 2024-03-21T13:13:20.536564+0000 mgr.x (mgr.34104) 6120 : cluster [DBG] pgmap v4045: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:21.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:21 smithi178 bash[75692]: cluster 2024-03-21T13:13:20.537219+0000 mgr.x (mgr.34104) 6121 : cluster [DBG] pgmap v4046: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:21.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:21 smithi178 bash[75692]: audit 2024-03-21T13:13:20.543827+0000 mon.a (mon.0) 9548 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:21.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:21 smithi178 bash[75692]: cephadm 2024-03-21T13:13:20.544991+0000 mgr.x (mgr.34104) 6122 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:21.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:21 smithi178 bash[75692]: audit 2024-03-21T13:13:20.628282+0000 mon.a (mon.0) 9549 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:21.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:21 smithi178 bash[77880]: cluster 2024-03-21T13:13:20.337470+0000 mgr.x (mgr.34104) 6115 : cluster [DBG] pgmap v4042: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:21.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:21 smithi178 bash[77880]: cephadm 2024-03-21T13:13:20.345245+0000 mgr.x (mgr.34104) 6116 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:21.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:21 smithi178 bash[77880]: audit 2024-03-21T13:13:20.424366+0000 mon.a (mon.0) 9539 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:21.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:21 smithi178 bash[77880]: audit 2024-03-21T13:13:20.427787+0000 mon.a (mon.0) 9540 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:21.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:21 smithi178 bash[77880]: audit 2024-03-21T13:13:20.432280+0000 mon.a (mon.0) 9541 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:21.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:21 smithi178 bash[77880]: audit 2024-03-21T13:13:20.433920+0000 mon.a (mon.0) 9542 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:21.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:21 smithi178 bash[77880]: cluster 2024-03-21T13:13:20.437222+0000 mgr.x (mgr.34104) 6117 : cluster [DBG] pgmap v4043: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:21.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:21 smithi178 bash[77880]: cluster 2024-03-21T13:13:20.437884+0000 mgr.x (mgr.34104) 6118 : cluster [DBG] pgmap v4044: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:21.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:21 smithi178 bash[77880]: audit 2024-03-21T13:13:20.445250+0000 mon.a (mon.0) 9543 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:21.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:21 smithi178 bash[77880]: cephadm 2024-03-21T13:13:20.446573+0000 mgr.x (mgr.34104) 6119 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:21.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:21 smithi178 bash[77880]: audit 2024-03-21T13:13:20.526170+0000 mon.a (mon.0) 9544 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:21.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:21 smithi178 bash[77880]: audit 2024-03-21T13:13:20.529179+0000 mon.a (mon.0) 9545 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:21.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:21 smithi178 bash[77880]: audit 2024-03-21T13:13:20.532556+0000 mon.a (mon.0) 9546 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:21.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:21 smithi178 bash[77880]: audit 2024-03-21T13:13:20.533818+0000 mon.a (mon.0) 9547 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:21.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:21 smithi178 bash[77880]: cluster 2024-03-21T13:13:20.536564+0000 mgr.x (mgr.34104) 6120 : cluster [DBG] pgmap v4045: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:21.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:21 smithi178 bash[77880]: cluster 2024-03-21T13:13:20.537219+0000 mgr.x (mgr.34104) 6121 : cluster [DBG] pgmap v4046: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:21.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:21 smithi178 bash[77880]: audit 2024-03-21T13:13:20.543827+0000 mon.a (mon.0) 9548 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:21.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:21 smithi178 bash[77880]: cephadm 2024-03-21T13:13:20.544991+0000 mgr.x (mgr.34104) 6122 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:21.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:21 smithi178 bash[77880]: audit 2024-03-21T13:13:20.628282+0000 mon.a (mon.0) 9549 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:21.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:21 smithi178 bash[77880]: audit 2024-03-21T13:13:20.633323+0000 mon.a (mon.0) 9550 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:21.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:21 smithi178 bash[77880]: audit 2024-03-21T13:13:20.637325+0000 mon.a (mon.0) 9551 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:21.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:21 smithi178 bash[77880]: audit 2024-03-21T13:13:20.638782+0000 mon.a (mon.0) 9552 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:21.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:21 smithi178 bash[77880]: cluster 2024-03-21T13:13:20.641901+0000 mgr.x (mgr.34104) 6123 : cluster [DBG] pgmap v4047: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:21.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:21 smithi178 bash[77880]: cluster 2024-03-21T13:13:20.642194+0000 mgr.x (mgr.34104) 6124 : cluster [DBG] pgmap v4048: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:21.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:21 smithi178 bash[77880]: audit 2024-03-21T13:13:20.651951+0000 mon.a (mon.0) 9553 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:21.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:21 smithi178 bash[77880]: cephadm 2024-03-21T13:13:20.653310+0000 mgr.x (mgr.34104) 6125 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:21.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:21 smithi178 bash[77880]: audit 2024-03-21T13:13:20.732882+0000 mon.a (mon.0) 9554 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:21.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:21 smithi178 bash[77880]: audit 2024-03-21T13:13:20.736105+0000 mon.a (mon.0) 9555 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:21.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:21 smithi178 bash[77880]: audit 2024-03-21T13:13:20.740085+0000 mon.a (mon.0) 9556 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:21.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:21 smithi178 bash[77880]: audit 2024-03-21T13:13:20.741607+0000 mon.a (mon.0) 9557 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:21.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:21 smithi178 bash[77880]: cluster 2024-03-21T13:13:20.744834+0000 mgr.x (mgr.34104) 6126 : cluster [DBG] pgmap v4049: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:21.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:21 smithi178 bash[77880]: cluster 2024-03-21T13:13:20.745502+0000 mgr.x (mgr.34104) 6127 : cluster [DBG] pgmap v4050: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:21.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:21 smithi178 bash[77880]: audit 2024-03-21T13:13:20.754175+0000 mon.a (mon.0) 9558 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:21.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:21 smithi178 bash[77880]: cephadm 2024-03-21T13:13:20.755459+0000 mgr.x (mgr.34104) 6128 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:21.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:21 smithi178 bash[77880]: audit 2024-03-21T13:13:20.836101+0000 mon.a (mon.0) 9559 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:21.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:21 smithi178 bash[77880]: audit 2024-03-21T13:13:20.839387+0000 mon.a (mon.0) 9560 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:21.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:21 smithi178 bash[77880]: audit 2024-03-21T13:13:20.842822+0000 mon.a (mon.0) 9561 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:21.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:21 smithi178 bash[77880]: audit 2024-03-21T13:13:20.844569+0000 mon.a (mon.0) 9562 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:21.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:21 smithi178 bash[77880]: cluster 2024-03-21T13:13:20.847811+0000 mgr.x (mgr.34104) 6129 : cluster [DBG] pgmap v4051: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:21.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:21 smithi178 bash[75692]: audit 2024-03-21T13:13:20.633323+0000 mon.a (mon.0) 9550 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:21.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:21 smithi178 bash[75692]: audit 2024-03-21T13:13:20.637325+0000 mon.a (mon.0) 9551 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:21.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:21 smithi178 bash[75692]: audit 2024-03-21T13:13:20.638782+0000 mon.a (mon.0) 9552 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:21.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:21 smithi178 bash[75692]: cluster 2024-03-21T13:13:20.641901+0000 mgr.x (mgr.34104) 6123 : cluster [DBG] pgmap v4047: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:21.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:21 smithi178 bash[75692]: cluster 2024-03-21T13:13:20.642194+0000 mgr.x (mgr.34104) 6124 : cluster [DBG] pgmap v4048: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:21.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:21 smithi178 bash[75692]: audit 2024-03-21T13:13:20.651951+0000 mon.a (mon.0) 9553 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:21.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:21 smithi178 bash[75692]: cephadm 2024-03-21T13:13:20.653310+0000 mgr.x (mgr.34104) 6125 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:21.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:21 smithi178 bash[75692]: audit 2024-03-21T13:13:20.732882+0000 mon.a (mon.0) 9554 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:21.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:21 smithi178 bash[75692]: audit 2024-03-21T13:13:20.736105+0000 mon.a (mon.0) 9555 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:21.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:21 smithi178 bash[75692]: audit 2024-03-21T13:13:20.740085+0000 mon.a (mon.0) 9556 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:21.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:21 smithi178 bash[75692]: audit 2024-03-21T13:13:20.741607+0000 mon.a (mon.0) 9557 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:21.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:21 smithi178 bash[75692]: cluster 2024-03-21T13:13:20.744834+0000 mgr.x (mgr.34104) 6126 : cluster [DBG] pgmap v4049: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:21.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:21 smithi178 bash[75692]: cluster 2024-03-21T13:13:20.745502+0000 mgr.x (mgr.34104) 6127 : cluster [DBG] pgmap v4050: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:21.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:21 smithi178 bash[75692]: audit 2024-03-21T13:13:20.754175+0000 mon.a (mon.0) 9558 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:21.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:21 smithi178 bash[75692]: cephadm 2024-03-21T13:13:20.755459+0000 mgr.x (mgr.34104) 6128 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:21.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:21 smithi178 bash[75692]: audit 2024-03-21T13:13:20.836101+0000 mon.a (mon.0) 9559 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:21.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:21 smithi178 bash[75692]: audit 2024-03-21T13:13:20.839387+0000 mon.a (mon.0) 9560 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:21.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:21 smithi178 bash[75692]: audit 2024-03-21T13:13:20.842822+0000 mon.a (mon.0) 9561 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:21.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:21 smithi178 bash[75692]: audit 2024-03-21T13:13:20.844569+0000 mon.a (mon.0) 9562 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:21.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:21 smithi178 bash[75692]: cluster 2024-03-21T13:13:20.847811+0000 mgr.x (mgr.34104) 6129 : cluster [DBG] pgmap v4051: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:21.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:21 smithi178 bash[77880]: cluster 2024-03-21T13:13:20.848347+0000 mgr.x (mgr.34104) 6130 : cluster [DBG] pgmap v4052: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:21.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:21 smithi178 bash[77880]: audit 2024-03-21T13:13:20.856599+0000 mon.a (mon.0) 9563 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:21.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:21 smithi178 bash[77880]: cephadm 2024-03-21T13:13:20.857802+0000 mgr.x (mgr.34104) 6131 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:21.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:21 smithi178 bash[77880]: audit 2024-03-21T13:13:20.936431+0000 mon.a (mon.0) 9564 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:21.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:21 smithi178 bash[77880]: audit 2024-03-21T13:13:20.939990+0000 mon.a (mon.0) 9565 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:21.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:21 smithi178 bash[77880]: audit 2024-03-21T13:13:20.943832+0000 mon.a (mon.0) 9566 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:21.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:21 smithi178 bash[77880]: audit 2024-03-21T13:13:20.945448+0000 mon.a (mon.0) 9567 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:21.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:21 smithi178 bash[77880]: cluster 2024-03-21T13:13:20.948464+0000 mgr.x (mgr.34104) 6132 : cluster [DBG] pgmap v4053: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:21.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:21 smithi178 bash[77880]: audit 2024-03-21T13:13:20.955388+0000 mon.a (mon.0) 9568 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:21.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:21 smithi178 bash[77880]: cephadm 2024-03-21T13:13:20.956749+0000 mgr.x (mgr.34104) 6133 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:21.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:21 smithi178 bash[77880]: audit 2024-03-21T13:13:21.036443+0000 mon.a (mon.0) 9569 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:21.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:21 smithi178 bash[77880]: audit 2024-03-21T13:13:21.040766+0000 mon.a (mon.0) 9570 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:21.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:21 smithi178 bash[77880]: audit 2024-03-21T13:13:21.045095+0000 mon.a (mon.0) 9571 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:21.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:21 smithi178 bash[77880]: audit 2024-03-21T13:13:21.046874+0000 mon.a (mon.0) 9572 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:21.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:21 smithi178 bash[77880]: cluster 2024-03-21T13:13:21.049998+0000 mgr.x (mgr.34104) 6134 : cluster [DBG] pgmap v4054: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:21.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:21 smithi178 bash[77880]: cluster 2024-03-21T13:13:21.050275+0000 mgr.x (mgr.34104) 6135 : cluster [DBG] pgmap v4055: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:21.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:21 smithi178 bash[77880]: audit 2024-03-21T13:13:21.058303+0000 mon.a (mon.0) 9573 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:21.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:21 smithi178 bash[77880]: cephadm 2024-03-21T13:13:21.059831+0000 mgr.x (mgr.34104) 6136 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:21.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:21 smithi178 bash[77880]: audit 2024-03-21T13:13:21.140234+0000 mon.a (mon.0) 9574 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:21.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:21 smithi178 bash[75692]: cluster 2024-03-21T13:13:20.848347+0000 mgr.x (mgr.34104) 6130 : cluster [DBG] pgmap v4052: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:21.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:21 smithi178 bash[75692]: audit 2024-03-21T13:13:20.856599+0000 mon.a (mon.0) 9563 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:21.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:21 smithi178 bash[75692]: cephadm 2024-03-21T13:13:20.857802+0000 mgr.x (mgr.34104) 6131 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:21.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:21 smithi178 bash[75692]: audit 2024-03-21T13:13:20.936431+0000 mon.a (mon.0) 9564 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:21.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:21 smithi178 bash[75692]: audit 2024-03-21T13:13:20.939990+0000 mon.a (mon.0) 9565 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:21.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:21 smithi178 bash[75692]: audit 2024-03-21T13:13:20.943832+0000 mon.a (mon.0) 9566 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:21.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:21 smithi178 bash[75692]: audit 2024-03-21T13:13:20.945448+0000 mon.a (mon.0) 9567 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:21.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:21 smithi178 bash[75692]: cluster 2024-03-21T13:13:20.948464+0000 mgr.x (mgr.34104) 6132 : cluster [DBG] pgmap v4053: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:21.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:21 smithi178 bash[75692]: audit 2024-03-21T13:13:20.955388+0000 mon.a (mon.0) 9568 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:21.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:21 smithi178 bash[75692]: cephadm 2024-03-21T13:13:20.956749+0000 mgr.x (mgr.34104) 6133 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:21.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:21 smithi178 bash[75692]: audit 2024-03-21T13:13:21.036443+0000 mon.a (mon.0) 9569 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:21.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:21 smithi178 bash[75692]: audit 2024-03-21T13:13:21.040766+0000 mon.a (mon.0) 9570 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:21.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:21 smithi178 bash[75692]: audit 2024-03-21T13:13:21.045095+0000 mon.a (mon.0) 9571 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:21.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:21 smithi178 bash[75692]: audit 2024-03-21T13:13:21.046874+0000 mon.a (mon.0) 9572 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:21.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:21 smithi178 bash[75692]: cluster 2024-03-21T13:13:21.049998+0000 mgr.x (mgr.34104) 6134 : cluster [DBG] pgmap v4054: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:21.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:21 smithi178 bash[75692]: cluster 2024-03-21T13:13:21.050275+0000 mgr.x (mgr.34104) 6135 : cluster [DBG] pgmap v4055: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:21.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:21 smithi178 bash[75692]: audit 2024-03-21T13:13:21.058303+0000 mon.a (mon.0) 9573 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:21.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:21 smithi178 bash[75692]: cephadm 2024-03-21T13:13:21.059831+0000 mgr.x (mgr.34104) 6136 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:21.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:21 smithi178 bash[75692]: audit 2024-03-21T13:13:21.140234+0000 mon.a (mon.0) 9574 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:21.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:21 smithi178 bash[77880]: audit 2024-03-21T13:13:21.143532+0000 mon.a (mon.0) 9575 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:21.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:21 smithi178 bash[77880]: audit 2024-03-21T13:13:21.148463+0000 mon.a (mon.0) 9576 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:21.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:21 smithi178 bash[77880]: audit 2024-03-21T13:13:21.149838+0000 mon.a (mon.0) 9577 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:21.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:21 smithi178 bash[77880]: cluster 2024-03-21T13:13:21.152713+0000 mgr.x (mgr.34104) 6137 : cluster [DBG] pgmap v4056: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:21.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:21 smithi178 bash[77880]: cluster 2024-03-21T13:13:21.153206+0000 mgr.x (mgr.34104) 6138 : cluster [DBG] pgmap v4057: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:21.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:21 smithi178 bash[77880]: audit 2024-03-21T13:13:21.159769+0000 mon.a (mon.0) 9578 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:21.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:21 smithi178 bash[77880]: cephadm 2024-03-21T13:13:21.161198+0000 mgr.x (mgr.34104) 6139 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:21.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:21 smithi178 bash[77880]: audit 2024-03-21T13:13:21.241004+0000 mon.a (mon.0) 9579 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:21.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:21 smithi178 bash[77880]: audit 2024-03-21T13:13:21.244325+0000 mon.a (mon.0) 9580 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:21.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:21 smithi178 bash[77880]: audit 2024-03-21T13:13:21.248451+0000 mon.a (mon.0) 9581 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:21.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:21 smithi178 bash[77880]: audit 2024-03-21T13:13:21.249823+0000 mon.a (mon.0) 9582 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:21.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:21 smithi178 bash[77880]: cluster 2024-03-21T13:13:21.253244+0000 mgr.x (mgr.34104) 6140 : cluster [DBG] pgmap v4058: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:21.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:21 smithi178 bash[77880]: cluster 2024-03-21T13:13:21.253731+0000 mgr.x (mgr.34104) 6141 : cluster [DBG] pgmap v4059: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:21.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:21 smithi178 bash[77880]: audit 2024-03-21T13:13:21.261139+0000 mon.a (mon.0) 9583 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:21.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:21 smithi178 bash[77880]: cephadm 2024-03-21T13:13:21.262630+0000 mgr.x (mgr.34104) 6142 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:21.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:21 smithi178 bash[77880]: audit 2024-03-21T13:13:21.347070+0000 mon.a (mon.0) 9584 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:21.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:21 smithi178 bash[77880]: audit 2024-03-21T13:13:21.350693+0000 mon.a (mon.0) 9585 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:21.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:21 smithi178 bash[77880]: audit 2024-03-21T13:13:21.354217+0000 mon.a (mon.0) 9586 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:21.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:21 smithi178 bash[77880]: audit 2024-03-21T13:13:21.355885+0000 mon.a (mon.0) 9587 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:21.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:21 smithi178 bash[77880]: audit 2024-03-21T13:13:21.368804+0000 mon.a (mon.0) 9588 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:21.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:21 smithi178 bash[75692]: audit 2024-03-21T13:13:21.143532+0000 mon.a (mon.0) 9575 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:21.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:21 smithi178 bash[75692]: audit 2024-03-21T13:13:21.148463+0000 mon.a (mon.0) 9576 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:21.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:21 smithi178 bash[75692]: audit 2024-03-21T13:13:21.149838+0000 mon.a (mon.0) 9577 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:21.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:21 smithi178 bash[75692]: cluster 2024-03-21T13:13:21.152713+0000 mgr.x (mgr.34104) 6137 : cluster [DBG] pgmap v4056: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:21.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:21 smithi178 bash[75692]: cluster 2024-03-21T13:13:21.153206+0000 mgr.x (mgr.34104) 6138 : cluster [DBG] pgmap v4057: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:21.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:21 smithi178 bash[75692]: audit 2024-03-21T13:13:21.159769+0000 mon.a (mon.0) 9578 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:21.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:21 smithi178 bash[75692]: cephadm 2024-03-21T13:13:21.161198+0000 mgr.x (mgr.34104) 6139 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:21.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:21 smithi178 bash[75692]: audit 2024-03-21T13:13:21.241004+0000 mon.a (mon.0) 9579 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:21.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:21 smithi178 bash[75692]: audit 2024-03-21T13:13:21.244325+0000 mon.a (mon.0) 9580 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:21.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:21 smithi178 bash[75692]: audit 2024-03-21T13:13:21.248451+0000 mon.a (mon.0) 9581 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:21.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:21 smithi178 bash[75692]: audit 2024-03-21T13:13:21.249823+0000 mon.a (mon.0) 9582 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:21.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:21 smithi178 bash[75692]: cluster 2024-03-21T13:13:21.253244+0000 mgr.x (mgr.34104) 6140 : cluster [DBG] pgmap v4058: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:21.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:21 smithi178 bash[75692]: cluster 2024-03-21T13:13:21.253731+0000 mgr.x (mgr.34104) 6141 : cluster [DBG] pgmap v4059: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:21.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:21 smithi178 bash[75692]: audit 2024-03-21T13:13:21.261139+0000 mon.a (mon.0) 9583 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:21.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:21 smithi178 bash[75692]: cephadm 2024-03-21T13:13:21.262630+0000 mgr.x (mgr.34104) 6142 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:21.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:21 smithi178 bash[75692]: audit 2024-03-21T13:13:21.347070+0000 mon.a (mon.0) 9584 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:21.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:21 smithi178 bash[75692]: audit 2024-03-21T13:13:21.350693+0000 mon.a (mon.0) 9585 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:21.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:21 smithi178 bash[75692]: audit 2024-03-21T13:13:21.354217+0000 mon.a (mon.0) 9586 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:21.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:21 smithi178 bash[75692]: audit 2024-03-21T13:13:21.355885+0000 mon.a (mon.0) 9587 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:21.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:21 smithi178 bash[75692]: audit 2024-03-21T13:13:21.368804+0000 mon.a (mon.0) 9588 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:21.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:21 smithi184 bash[59794]: cluster 2024-03-21T13:13:20.337470+0000 mgr.x (mgr.34104) 6115 : cluster [DBG] pgmap v4042: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:21.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:21 smithi184 bash[59794]: cephadm 2024-03-21T13:13:20.345245+0000 mgr.x (mgr.34104) 6116 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:21.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:21 smithi184 bash[59794]: audit 2024-03-21T13:13:20.424366+0000 mon.a (mon.0) 9539 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:21.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:21 smithi184 bash[59794]: audit 2024-03-21T13:13:20.427787+0000 mon.a (mon.0) 9540 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:21.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:21 smithi184 bash[59794]: audit 2024-03-21T13:13:20.432280+0000 mon.a (mon.0) 9541 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:21.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:21 smithi184 bash[59794]: audit 2024-03-21T13:13:20.433920+0000 mon.a (mon.0) 9542 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:21.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:21 smithi184 bash[59794]: cluster 2024-03-21T13:13:20.437222+0000 mgr.x (mgr.34104) 6117 : cluster [DBG] pgmap v4043: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:21.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:21 smithi184 bash[59794]: cluster 2024-03-21T13:13:20.437884+0000 mgr.x (mgr.34104) 6118 : cluster [DBG] pgmap v4044: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:21.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:21 smithi184 bash[59794]: audit 2024-03-21T13:13:20.445250+0000 mon.a (mon.0) 9543 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:21.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:21 smithi184 bash[59794]: cephadm 2024-03-21T13:13:20.446573+0000 mgr.x (mgr.34104) 6119 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:21.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:21 smithi184 bash[59794]: audit 2024-03-21T13:13:20.526170+0000 mon.a (mon.0) 9544 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:21.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:21 smithi184 bash[59794]: audit 2024-03-21T13:13:20.529179+0000 mon.a (mon.0) 9545 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:21.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:21 smithi184 bash[59794]: audit 2024-03-21T13:13:20.532556+0000 mon.a (mon.0) 9546 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:21.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:21 smithi184 bash[59794]: audit 2024-03-21T13:13:20.533818+0000 mon.a (mon.0) 9547 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:21.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:21 smithi184 bash[59794]: cluster 2024-03-21T13:13:20.536564+0000 mgr.x (mgr.34104) 6120 : cluster [DBG] pgmap v4045: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:21.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:21 smithi184 bash[59794]: cluster 2024-03-21T13:13:20.537219+0000 mgr.x (mgr.34104) 6121 : cluster [DBG] pgmap v4046: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:21.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:21 smithi184 bash[59794]: audit 2024-03-21T13:13:20.543827+0000 mon.a (mon.0) 9548 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:21.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:21 smithi184 bash[59794]: cephadm 2024-03-21T13:13:20.544991+0000 mgr.x (mgr.34104) 6122 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:21.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:21 smithi184 bash[59794]: audit 2024-03-21T13:13:20.628282+0000 mon.a (mon.0) 9549 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:21.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:21 smithi184 bash[59794]: audit 2024-03-21T13:13:20.633323+0000 mon.a (mon.0) 9550 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:21.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:21 smithi184 bash[59794]: audit 2024-03-21T13:13:20.637325+0000 mon.a (mon.0) 9551 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:21.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:21 smithi184 bash[59794]: audit 2024-03-21T13:13:20.638782+0000 mon.a (mon.0) 9552 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:21.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:21 smithi184 bash[59794]: cluster 2024-03-21T13:13:20.641901+0000 mgr.x (mgr.34104) 6123 : cluster [DBG] pgmap v4047: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:21.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:21 smithi184 bash[59794]: cluster 2024-03-21T13:13:20.642194+0000 mgr.x (mgr.34104) 6124 : cluster [DBG] pgmap v4048: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:21.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:21 smithi184 bash[59794]: audit 2024-03-21T13:13:20.651951+0000 mon.a (mon.0) 9553 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:21.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:21 smithi184 bash[59794]: cephadm 2024-03-21T13:13:20.653310+0000 mgr.x (mgr.34104) 6125 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:21.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:21 smithi184 bash[59794]: audit 2024-03-21T13:13:20.732882+0000 mon.a (mon.0) 9554 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:21.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:21 smithi184 bash[59794]: audit 2024-03-21T13:13:20.736105+0000 mon.a (mon.0) 9555 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:21.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:21 smithi184 bash[59794]: audit 2024-03-21T13:13:20.740085+0000 mon.a (mon.0) 9556 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:21.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:21 smithi184 bash[59794]: audit 2024-03-21T13:13:20.741607+0000 mon.a (mon.0) 9557 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:21.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:21 smithi184 bash[59794]: cluster 2024-03-21T13:13:20.744834+0000 mgr.x (mgr.34104) 6126 : cluster [DBG] pgmap v4049: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:21.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:21 smithi184 bash[59794]: cluster 2024-03-21T13:13:20.745502+0000 mgr.x (mgr.34104) 6127 : cluster [DBG] pgmap v4050: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:21.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:21 smithi184 bash[59794]: audit 2024-03-21T13:13:20.754175+0000 mon.a (mon.0) 9558 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:21.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:21 smithi184 bash[59794]: cephadm 2024-03-21T13:13:20.755459+0000 mgr.x (mgr.34104) 6128 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:21.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:21 smithi184 bash[59794]: audit 2024-03-21T13:13:20.836101+0000 mon.a (mon.0) 9559 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:21.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:21 smithi184 bash[59794]: audit 2024-03-21T13:13:20.839387+0000 mon.a (mon.0) 9560 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:21.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:21 smithi184 bash[59794]: audit 2024-03-21T13:13:20.842822+0000 mon.a (mon.0) 9561 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:21.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:21 smithi184 bash[59794]: audit 2024-03-21T13:13:20.844569+0000 mon.a (mon.0) 9562 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:21.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:21 smithi184 bash[59794]: cluster 2024-03-21T13:13:20.847811+0000 mgr.x (mgr.34104) 6129 : cluster [DBG] pgmap v4051: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:21.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:21 smithi184 bash[59794]: cluster 2024-03-21T13:13:20.848347+0000 mgr.x (mgr.34104) 6130 : cluster [DBG] pgmap v4052: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:21.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:21 smithi184 bash[59794]: audit 2024-03-21T13:13:20.856599+0000 mon.a (mon.0) 9563 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:21.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:21 smithi184 bash[59794]: cephadm 2024-03-21T13:13:20.857802+0000 mgr.x (mgr.34104) 6131 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:21.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:21 smithi184 bash[59794]: audit 2024-03-21T13:13:20.936431+0000 mon.a (mon.0) 9564 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:21.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:21 smithi184 bash[59794]: audit 2024-03-21T13:13:20.939990+0000 mon.a (mon.0) 9565 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:21.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:21 smithi184 bash[59794]: audit 2024-03-21T13:13:20.943832+0000 mon.a (mon.0) 9566 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:21.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:21 smithi184 bash[59794]: audit 2024-03-21T13:13:20.945448+0000 mon.a (mon.0) 9567 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:21.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:21 smithi184 bash[59794]: cluster 2024-03-21T13:13:20.948464+0000 mgr.x (mgr.34104) 6132 : cluster [DBG] pgmap v4053: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:21.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:21 smithi184 bash[59794]: audit 2024-03-21T13:13:20.955388+0000 mon.a (mon.0) 9568 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:21.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:21 smithi184 bash[59794]: cephadm 2024-03-21T13:13:20.956749+0000 mgr.x (mgr.34104) 6133 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:21.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:21 smithi184 bash[59794]: audit 2024-03-21T13:13:21.036443+0000 mon.a (mon.0) 9569 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:21.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:21 smithi184 bash[59794]: audit 2024-03-21T13:13:21.040766+0000 mon.a (mon.0) 9570 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:21.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:21 smithi184 bash[59794]: audit 2024-03-21T13:13:21.045095+0000 mon.a (mon.0) 9571 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:21.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:21 smithi184 bash[59794]: audit 2024-03-21T13:13:21.046874+0000 mon.a (mon.0) 9572 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:21.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:21 smithi184 bash[59794]: cluster 2024-03-21T13:13:21.049998+0000 mgr.x (mgr.34104) 6134 : cluster [DBG] pgmap v4054: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:21.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:21 smithi184 bash[59794]: cluster 2024-03-21T13:13:21.050275+0000 mgr.x (mgr.34104) 6135 : cluster [DBG] pgmap v4055: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:21.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:21 smithi184 bash[59794]: audit 2024-03-21T13:13:21.058303+0000 mon.a (mon.0) 9573 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:21.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:21 smithi184 bash[59794]: cephadm 2024-03-21T13:13:21.059831+0000 mgr.x (mgr.34104) 6136 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:21.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:21 smithi184 bash[59794]: audit 2024-03-21T13:13:21.140234+0000 mon.a (mon.0) 9574 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:21.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:21 smithi184 bash[59794]: audit 2024-03-21T13:13:21.143532+0000 mon.a (mon.0) 9575 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:21.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:21 smithi184 bash[59794]: audit 2024-03-21T13:13:21.148463+0000 mon.a (mon.0) 9576 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:21.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:21 smithi184 bash[59794]: audit 2024-03-21T13:13:21.149838+0000 mon.a (mon.0) 9577 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:21.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:21 smithi184 bash[59794]: cluster 2024-03-21T13:13:21.152713+0000 mgr.x (mgr.34104) 6137 : cluster [DBG] pgmap v4056: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:21.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:21 smithi184 bash[59794]: cluster 2024-03-21T13:13:21.153206+0000 mgr.x (mgr.34104) 6138 : cluster [DBG] pgmap v4057: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:21.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:21 smithi184 bash[59794]: audit 2024-03-21T13:13:21.159769+0000 mon.a (mon.0) 9578 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:21.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:21 smithi184 bash[59794]: cephadm 2024-03-21T13:13:21.161198+0000 mgr.x (mgr.34104) 6139 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:21.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:21 smithi184 bash[59794]: audit 2024-03-21T13:13:21.241004+0000 mon.a (mon.0) 9579 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:21.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:21 smithi184 bash[59794]: audit 2024-03-21T13:13:21.244325+0000 mon.a (mon.0) 9580 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:21.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:21 smithi184 bash[59794]: audit 2024-03-21T13:13:21.248451+0000 mon.a (mon.0) 9581 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:21.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:21 smithi184 bash[59794]: audit 2024-03-21T13:13:21.249823+0000 mon.a (mon.0) 9582 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:21.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:21 smithi184 bash[59794]: cluster 2024-03-21T13:13:21.253244+0000 mgr.x (mgr.34104) 6140 : cluster [DBG] pgmap v4058: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:21.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:21 smithi184 bash[59794]: cluster 2024-03-21T13:13:21.253731+0000 mgr.x (mgr.34104) 6141 : cluster [DBG] pgmap v4059: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:21.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:21 smithi184 bash[59794]: audit 2024-03-21T13:13:21.261139+0000 mon.a (mon.0) 9583 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:21.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:21 smithi184 bash[59794]: cephadm 2024-03-21T13:13:21.262630+0000 mgr.x (mgr.34104) 6142 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:21.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:21 smithi184 bash[59794]: audit 2024-03-21T13:13:21.347070+0000 mon.a (mon.0) 9584 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:21.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:21 smithi184 bash[59794]: audit 2024-03-21T13:13:21.350693+0000 mon.a (mon.0) 9585 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:21.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:21 smithi184 bash[59794]: audit 2024-03-21T13:13:21.354217+0000 mon.a (mon.0) 9586 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:21.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:21 smithi184 bash[59794]: audit 2024-03-21T13:13:21.355885+0000 mon.a (mon.0) 9587 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:21.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:21 smithi184 bash[59794]: audit 2024-03-21T13:13:21.368804+0000 mon.a (mon.0) 9588 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:22.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:22 smithi178 bash[77880]: cluster 2024-03-21T13:13:21.359019+0000 mgr.x (mgr.34104) 6143 : cluster [DBG] pgmap v4060: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:22.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:22 smithi178 bash[77880]: cluster 2024-03-21T13:13:21.359268+0000 mgr.x (mgr.34104) 6144 : cluster [DBG] pgmap v4061: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:22.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:22 smithi178 bash[77880]: cephadm 2024-03-21T13:13:21.370137+0000 mgr.x (mgr.34104) 6145 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:22.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:22 smithi178 bash[77880]: audit 2024-03-21T13:13:21.453905+0000 mon.a (mon.0) 9589 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:22.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:22 smithi178 bash[77880]: audit 2024-03-21T13:13:21.457372+0000 mon.a (mon.0) 9590 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:22.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:22 smithi178 bash[77880]: audit 2024-03-21T13:13:21.460507+0000 mon.a (mon.0) 9591 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:22.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:22 smithi178 bash[77880]: audit 2024-03-21T13:13:21.461932+0000 mon.a (mon.0) 9592 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:22.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:22 smithi178 bash[77880]: cluster 2024-03-21T13:13:21.464601+0000 mgr.x (mgr.34104) 6146 : cluster [DBG] pgmap v4062: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:22.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:22 smithi178 bash[77880]: cluster 2024-03-21T13:13:21.465124+0000 mgr.x (mgr.34104) 6147 : cluster [DBG] pgmap v4063: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:22.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:22 smithi178 bash[77880]: audit 2024-03-21T13:13:21.473368+0000 mon.a (mon.0) 9593 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:22.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:22 smithi178 bash[77880]: cephadm 2024-03-21T13:13:21.474791+0000 mgr.x (mgr.34104) 6148 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:22.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:22 smithi178 bash[77880]: audit 2024-03-21T13:13:21.557824+0000 mon.a (mon.0) 9594 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:22.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:22 smithi178 bash[77880]: audit 2024-03-21T13:13:21.560752+0000 mon.a (mon.0) 9595 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:22.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:22 smithi178 bash[77880]: audit 2024-03-21T13:13:21.563439+0000 mon.a (mon.0) 9596 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:22.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:22 smithi178 bash[77880]: audit 2024-03-21T13:13:21.564695+0000 mon.a (mon.0) 9597 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:22.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:22 smithi178 bash[77880]: cluster 2024-03-21T13:13:21.567490+0000 mgr.x (mgr.34104) 6149 : cluster [DBG] pgmap v4064: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:22.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:22 smithi178 bash[77880]: cluster 2024-03-21T13:13:21.568079+0000 mgr.x (mgr.34104) 6150 : cluster [DBG] pgmap v4065: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:22.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:22 smithi178 bash[77880]: audit 2024-03-21T13:13:21.576191+0000 mon.a (mon.0) 9598 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:22.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:22 smithi178 bash[77880]: cephadm 2024-03-21T13:13:21.577526+0000 mgr.x (mgr.34104) 6151 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:22.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:22 smithi178 bash[75692]: cluster 2024-03-21T13:13:21.359019+0000 mgr.x (mgr.34104) 6143 : cluster [DBG] pgmap v4060: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:22.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:22 smithi178 bash[75692]: cluster 2024-03-21T13:13:21.359268+0000 mgr.x (mgr.34104) 6144 : cluster [DBG] pgmap v4061: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:22.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:22 smithi178 bash[75692]: cephadm 2024-03-21T13:13:21.370137+0000 mgr.x (mgr.34104) 6145 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:22.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:22 smithi178 bash[75692]: audit 2024-03-21T13:13:21.453905+0000 mon.a (mon.0) 9589 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:22.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:22 smithi178 bash[75692]: audit 2024-03-21T13:13:21.457372+0000 mon.a (mon.0) 9590 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:22.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:22 smithi178 bash[75692]: audit 2024-03-21T13:13:21.460507+0000 mon.a (mon.0) 9591 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:22.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:22 smithi178 bash[75692]: audit 2024-03-21T13:13:21.461932+0000 mon.a (mon.0) 9592 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:22.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:22 smithi178 bash[75692]: cluster 2024-03-21T13:13:21.464601+0000 mgr.x (mgr.34104) 6146 : cluster [DBG] pgmap v4062: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:22.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:22 smithi178 bash[75692]: cluster 2024-03-21T13:13:21.465124+0000 mgr.x (mgr.34104) 6147 : cluster [DBG] pgmap v4063: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:22.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:22 smithi178 bash[75692]: audit 2024-03-21T13:13:21.473368+0000 mon.a (mon.0) 9593 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:22.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:22 smithi178 bash[75692]: cephadm 2024-03-21T13:13:21.474791+0000 mgr.x (mgr.34104) 6148 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:22.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:22 smithi178 bash[75692]: audit 2024-03-21T13:13:21.557824+0000 mon.a (mon.0) 9594 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:22.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:22 smithi178 bash[75692]: audit 2024-03-21T13:13:21.560752+0000 mon.a (mon.0) 9595 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:22.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:22 smithi178 bash[75692]: audit 2024-03-21T13:13:21.563439+0000 mon.a (mon.0) 9596 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:22.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:22 smithi178 bash[75692]: audit 2024-03-21T13:13:21.564695+0000 mon.a (mon.0) 9597 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:22.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:22 smithi178 bash[75692]: cluster 2024-03-21T13:13:21.567490+0000 mgr.x (mgr.34104) 6149 : cluster [DBG] pgmap v4064: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:22.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:22 smithi178 bash[75692]: cluster 2024-03-21T13:13:21.568079+0000 mgr.x (mgr.34104) 6150 : cluster [DBG] pgmap v4065: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:22.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:22 smithi178 bash[75692]: audit 2024-03-21T13:13:21.576191+0000 mon.a (mon.0) 9598 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:22.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:22 smithi178 bash[75692]: cephadm 2024-03-21T13:13:21.577526+0000 mgr.x (mgr.34104) 6151 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:22.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:22 smithi178 bash[77880]: audit 2024-03-21T13:13:21.658613+0000 mon.a (mon.0) 9599 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:22.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:22 smithi178 bash[77880]: audit 2024-03-21T13:13:21.661899+0000 mon.a (mon.0) 9600 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:22.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:22 smithi178 bash[77880]: audit 2024-03-21T13:13:21.665822+0000 mon.a (mon.0) 9601 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:22.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:22 smithi178 bash[77880]: audit 2024-03-21T13:13:21.667249+0000 mon.a (mon.0) 9602 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:22.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:22 smithi178 bash[77880]: cluster 2024-03-21T13:13:21.670610+0000 mgr.x (mgr.34104) 6152 : cluster [DBG] pgmap v4066: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:22.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:22 smithi178 bash[77880]: cluster 2024-03-21T13:13:21.671131+0000 mgr.x (mgr.34104) 6153 : cluster [DBG] pgmap v4067: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:22.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:22 smithi178 bash[77880]: audit 2024-03-21T13:13:21.679742+0000 mon.a (mon.0) 9603 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:22.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:22 smithi178 bash[77880]: cephadm 2024-03-21T13:13:21.681173+0000 mgr.x (mgr.34104) 6154 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:22.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:22 smithi178 bash[77880]: audit 2024-03-21T13:13:21.760275+0000 mon.a (mon.0) 9604 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:22.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:22 smithi178 bash[77880]: audit 2024-03-21T13:13:21.764175+0000 mon.a (mon.0) 9605 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:22.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:22 smithi178 bash[77880]: audit 2024-03-21T13:13:21.768154+0000 mon.a (mon.0) 9606 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:22.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:22 smithi178 bash[77880]: audit 2024-03-21T13:13:21.769399+0000 mon.a (mon.0) 9607 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:22.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:22 smithi178 bash[77880]: cluster 2024-03-21T13:13:21.772071+0000 mgr.x (mgr.34104) 6155 : cluster [DBG] pgmap v4068: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:22.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:22 smithi178 bash[77880]: cluster 2024-03-21T13:13:21.772572+0000 mgr.x (mgr.34104) 6156 : cluster [DBG] pgmap v4069: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:22.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:22 smithi178 bash[77880]: audit 2024-03-21T13:13:21.780215+0000 mon.a (mon.0) 9608 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:22.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:22 smithi178 bash[77880]: cephadm 2024-03-21T13:13:21.781467+0000 mgr.x (mgr.34104) 6157 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:22.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:22 smithi178 bash[77880]: audit 2024-03-21T13:13:21.861482+0000 mon.a (mon.0) 9609 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:22.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:22 smithi178 bash[77880]: audit 2024-03-21T13:13:21.864690+0000 mon.a (mon.0) 9610 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:22.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:22 smithi178 bash[77880]: audit 2024-03-21T13:13:21.867886+0000 mon.a (mon.0) 9611 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:22.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:22 smithi178 bash[77880]: audit 2024-03-21T13:13:21.869327+0000 mon.a (mon.0) 9612 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:22.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:22 smithi178 bash[75692]: audit 2024-03-21T13:13:21.658613+0000 mon.a (mon.0) 9599 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:22.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:22 smithi178 bash[75692]: audit 2024-03-21T13:13:21.661899+0000 mon.a (mon.0) 9600 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:22.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:22 smithi178 bash[75692]: audit 2024-03-21T13:13:21.665822+0000 mon.a (mon.0) 9601 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:22.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:22 smithi178 bash[75692]: audit 2024-03-21T13:13:21.667249+0000 mon.a (mon.0) 9602 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:22.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:22 smithi178 bash[75692]: cluster 2024-03-21T13:13:21.670610+0000 mgr.x (mgr.34104) 6152 : cluster [DBG] pgmap v4066: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:22.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:22 smithi178 bash[75692]: cluster 2024-03-21T13:13:21.671131+0000 mgr.x (mgr.34104) 6153 : cluster [DBG] pgmap v4067: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:22.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:22 smithi178 bash[75692]: audit 2024-03-21T13:13:21.679742+0000 mon.a (mon.0) 9603 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:22.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:22 smithi178 bash[75692]: cephadm 2024-03-21T13:13:21.681173+0000 mgr.x (mgr.34104) 6154 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:22.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:22 smithi178 bash[75692]: audit 2024-03-21T13:13:21.760275+0000 mon.a (mon.0) 9604 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:22.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:22 smithi178 bash[75692]: audit 2024-03-21T13:13:21.764175+0000 mon.a (mon.0) 9605 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:22.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:22 smithi178 bash[75692]: audit 2024-03-21T13:13:21.768154+0000 mon.a (mon.0) 9606 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:22.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:22 smithi178 bash[75692]: audit 2024-03-21T13:13:21.769399+0000 mon.a (mon.0) 9607 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:22.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:22 smithi178 bash[75692]: cluster 2024-03-21T13:13:21.772071+0000 mgr.x (mgr.34104) 6155 : cluster [DBG] pgmap v4068: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:22.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:22 smithi178 bash[75692]: cluster 2024-03-21T13:13:21.772572+0000 mgr.x (mgr.34104) 6156 : cluster [DBG] pgmap v4069: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:22.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:22 smithi178 bash[75692]: audit 2024-03-21T13:13:21.780215+0000 mon.a (mon.0) 9608 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:22.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:22 smithi178 bash[75692]: cephadm 2024-03-21T13:13:21.781467+0000 mgr.x (mgr.34104) 6157 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:22.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:22 smithi178 bash[75692]: audit 2024-03-21T13:13:21.861482+0000 mon.a (mon.0) 9609 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:22.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:22 smithi178 bash[75692]: audit 2024-03-21T13:13:21.864690+0000 mon.a (mon.0) 9610 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:22.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:22 smithi178 bash[75692]: audit 2024-03-21T13:13:21.867886+0000 mon.a (mon.0) 9611 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:22.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:22 smithi178 bash[75692]: audit 2024-03-21T13:13:21.869327+0000 mon.a (mon.0) 9612 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:22.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:22 smithi178 bash[75692]: cluster 2024-03-21T13:13:21.872014+0000 mgr.x (mgr.34104) 6158 : cluster [DBG] pgmap v4070: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:22.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:22 smithi178 bash[75692]: cluster 2024-03-21T13:13:21.872457+0000 mgr.x (mgr.34104) 6159 : cluster [DBG] pgmap v4071: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:22.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:22 smithi178 bash[75692]: audit 2024-03-21T13:13:21.883330+0000 mon.a (mon.0) 9613 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:22.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:22 smithi178 bash[75692]: cephadm 2024-03-21T13:13:21.884733+0000 mgr.x (mgr.34104) 6160 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:22.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:22 smithi178 bash[75692]: audit 2024-03-21T13:13:21.964902+0000 mon.a (mon.0) 9614 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:22.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:22 smithi178 bash[75692]: audit 2024-03-21T13:13:21.968231+0000 mon.a (mon.0) 9615 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:22.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:22 smithi178 bash[75692]: audit 2024-03-21T13:13:21.971659+0000 mon.a (mon.0) 9616 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:22.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:22 smithi178 bash[75692]: audit 2024-03-21T13:13:21.973097+0000 mon.a (mon.0) 9617 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:22.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:22 smithi178 bash[75692]: cluster 2024-03-21T13:13:21.975894+0000 mgr.x (mgr.34104) 6161 : cluster [DBG] pgmap v4072: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:22.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:22 smithi178 bash[75692]: cluster 2024-03-21T13:13:21.976342+0000 mgr.x (mgr.34104) 6162 : cluster [DBG] pgmap v4073: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:22.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:22 smithi178 bash[75692]: audit 2024-03-21T13:13:21.984955+0000 mon.a (mon.0) 9618 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:22.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:22 smithi178 bash[75692]: cephadm 2024-03-21T13:13:21.986238+0000 mgr.x (mgr.34104) 6163 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:22.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:22 smithi178 bash[75692]: audit 2024-03-21T13:13:22.065823+0000 mon.a (mon.0) 9619 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:22.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:22 smithi178 bash[75692]: audit 2024-03-21T13:13:22.069076+0000 mon.a (mon.0) 9620 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:22.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:22 smithi178 bash[75692]: audit 2024-03-21T13:13:22.073633+0000 mon.a (mon.0) 9621 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:22.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:22 smithi178 bash[75692]: audit 2024-03-21T13:13:22.074767+0000 mon.a (mon.0) 9622 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:22.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:22 smithi178 bash[75692]: cluster 2024-03-21T13:13:22.077151+0000 mgr.x (mgr.34104) 6164 : cluster [DBG] pgmap v4074: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:22.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:22 smithi178 bash[75692]: cluster 2024-03-21T13:13:22.077488+0000 mgr.x (mgr.34104) 6165 : cluster [DBG] pgmap v4075: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:22.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:22 smithi178 bash[75692]: audit 2024-03-21T13:13:22.083970+0000 mon.a (mon.0) 9623 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:22.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:22 smithi178 bash[75692]: cephadm 2024-03-21T13:13:22.085200+0000 mgr.x (mgr.34104) 6166 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:22.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:22 smithi178 bash[77880]: cluster 2024-03-21T13:13:21.872014+0000 mgr.x (mgr.34104) 6158 : cluster [DBG] pgmap v4070: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:22.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:22 smithi178 bash[77880]: cluster 2024-03-21T13:13:21.872457+0000 mgr.x (mgr.34104) 6159 : cluster [DBG] pgmap v4071: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:22.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:22 smithi178 bash[77880]: audit 2024-03-21T13:13:21.883330+0000 mon.a (mon.0) 9613 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:22.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:22 smithi178 bash[77880]: cephadm 2024-03-21T13:13:21.884733+0000 mgr.x (mgr.34104) 6160 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:22.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:22 smithi178 bash[77880]: audit 2024-03-21T13:13:21.964902+0000 mon.a (mon.0) 9614 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:22.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:22 smithi178 bash[77880]: audit 2024-03-21T13:13:21.968231+0000 mon.a (mon.0) 9615 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:22.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:22 smithi178 bash[77880]: audit 2024-03-21T13:13:21.971659+0000 mon.a (mon.0) 9616 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:22.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:22 smithi178 bash[77880]: audit 2024-03-21T13:13:21.973097+0000 mon.a (mon.0) 9617 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:22.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:22 smithi178 bash[77880]: cluster 2024-03-21T13:13:21.975894+0000 mgr.x (mgr.34104) 6161 : cluster [DBG] pgmap v4072: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:22.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:22 smithi178 bash[77880]: cluster 2024-03-21T13:13:21.976342+0000 mgr.x (mgr.34104) 6162 : cluster [DBG] pgmap v4073: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:22.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:22 smithi178 bash[77880]: audit 2024-03-21T13:13:21.984955+0000 mon.a (mon.0) 9618 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:22.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:22 smithi178 bash[77880]: cephadm 2024-03-21T13:13:21.986238+0000 mgr.x (mgr.34104) 6163 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:22.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:22 smithi178 bash[77880]: audit 2024-03-21T13:13:22.065823+0000 mon.a (mon.0) 9619 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:22.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:22 smithi178 bash[77880]: audit 2024-03-21T13:13:22.069076+0000 mon.a (mon.0) 9620 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:22.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:22 smithi178 bash[77880]: audit 2024-03-21T13:13:22.073633+0000 mon.a (mon.0) 9621 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:22.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:22 smithi178 bash[77880]: audit 2024-03-21T13:13:22.074767+0000 mon.a (mon.0) 9622 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:22.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:22 smithi178 bash[77880]: cluster 2024-03-21T13:13:22.077151+0000 mgr.x (mgr.34104) 6164 : cluster [DBG] pgmap v4074: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:22.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:22 smithi178 bash[77880]: cluster 2024-03-21T13:13:22.077488+0000 mgr.x (mgr.34104) 6165 : cluster [DBG] pgmap v4075: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:22.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:22 smithi178 bash[77880]: audit 2024-03-21T13:13:22.083970+0000 mon.a (mon.0) 9623 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:22.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:22 smithi178 bash[77880]: cephadm 2024-03-21T13:13:22.085200+0000 mgr.x (mgr.34104) 6166 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:22.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:22 smithi178 bash[75692]: audit 2024-03-21T13:13:22.164562+0000 mon.a (mon.0) 9624 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:22.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:22 smithi178 bash[75692]: audit 2024-03-21T13:13:22.168639+0000 mon.a (mon.0) 9625 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:22.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:22 smithi178 bash[75692]: audit 2024-03-21T13:13:22.172902+0000 mon.a (mon.0) 9626 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:22.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:22 smithi178 bash[75692]: audit 2024-03-21T13:13:22.174494+0000 mon.a (mon.0) 9627 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:22.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:22 smithi178 bash[75692]: cluster 2024-03-21T13:13:22.177696+0000 mgr.x (mgr.34104) 6167 : cluster [DBG] pgmap v4076: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:22.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:22 smithi178 bash[75692]: cluster 2024-03-21T13:13:22.177948+0000 mgr.x (mgr.34104) 6168 : cluster [DBG] pgmap v4077: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:22.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:22 smithi178 bash[75692]: audit 2024-03-21T13:13:22.186543+0000 mon.a (mon.0) 9628 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:22.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:22 smithi178 bash[75692]: cephadm 2024-03-21T13:13:22.187973+0000 mgr.x (mgr.34104) 6169 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:22.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:22 smithi178 bash[75692]: audit 2024-03-21T13:13:22.267458+0000 mon.a (mon.0) 9629 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:22.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:22 smithi178 bash[75692]: audit 2024-03-21T13:13:22.271072+0000 mon.a (mon.0) 9630 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:22.809 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:22 smithi178 bash[75692]: audit 2024-03-21T13:13:22.274385+0000 mon.a (mon.0) 9631 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:22.809 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:22 smithi178 bash[75692]: audit 2024-03-21T13:13:22.275708+0000 mon.a (mon.0) 9632 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:22.809 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:22 smithi178 bash[75692]: cluster 2024-03-21T13:13:22.278260+0000 mgr.x (mgr.34104) 6170 : cluster [DBG] pgmap v4078: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:22.809 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:22 smithi178 bash[75692]: cluster 2024-03-21T13:13:22.278743+0000 mgr.x (mgr.34104) 6171 : cluster [DBG] pgmap v4079: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:22.809 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:22 smithi178 bash[75692]: audit 2024-03-21T13:13:22.286151+0000 mon.a (mon.0) 9633 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:22.809 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:22 smithi178 bash[75692]: cephadm 2024-03-21T13:13:22.287601+0000 mgr.x (mgr.34104) 6172 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:22.809 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:22 smithi178 bash[75692]: audit 2024-03-21T13:13:22.368455+0000 mon.a (mon.0) 9634 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:22.809 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:22 smithi178 bash[75692]: audit 2024-03-21T13:13:22.371989+0000 mon.a (mon.0) 9635 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:22.809 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:22 smithi178 bash[75692]: audit 2024-03-21T13:13:22.376058+0000 mon.a (mon.0) 9636 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:22.809 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:22 smithi178 bash[75692]: audit 2024-03-21T13:13:22.377537+0000 mon.a (mon.0) 9637 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:22.809 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:22 smithi178 bash[75692]: audit 2024-03-21T13:13:22.389451+0000 mon.a (mon.0) 9638 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:22.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:22 smithi178 bash[77880]: audit 2024-03-21T13:13:22.164562+0000 mon.a (mon.0) 9624 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:22.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:22 smithi178 bash[77880]: audit 2024-03-21T13:13:22.168639+0000 mon.a (mon.0) 9625 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:22.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:22 smithi178 bash[77880]: audit 2024-03-21T13:13:22.172902+0000 mon.a (mon.0) 9626 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:22.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:22 smithi178 bash[77880]: audit 2024-03-21T13:13:22.174494+0000 mon.a (mon.0) 9627 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:22.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:22 smithi178 bash[77880]: cluster 2024-03-21T13:13:22.177696+0000 mgr.x (mgr.34104) 6167 : cluster [DBG] pgmap v4076: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:22.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:22 smithi178 bash[77880]: cluster 2024-03-21T13:13:22.177948+0000 mgr.x (mgr.34104) 6168 : cluster [DBG] pgmap v4077: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:22.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:22 smithi178 bash[77880]: audit 2024-03-21T13:13:22.186543+0000 mon.a (mon.0) 9628 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:22.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:22 smithi178 bash[77880]: cephadm 2024-03-21T13:13:22.187973+0000 mgr.x (mgr.34104) 6169 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:22.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:22 smithi178 bash[77880]: audit 2024-03-21T13:13:22.267458+0000 mon.a (mon.0) 9629 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:22.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:22 smithi178 bash[77880]: audit 2024-03-21T13:13:22.271072+0000 mon.a (mon.0) 9630 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:22.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:22 smithi178 bash[77880]: audit 2024-03-21T13:13:22.274385+0000 mon.a (mon.0) 9631 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:22.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:22 smithi178 bash[77880]: audit 2024-03-21T13:13:22.275708+0000 mon.a (mon.0) 9632 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:22.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:22 smithi178 bash[77880]: cluster 2024-03-21T13:13:22.278260+0000 mgr.x (mgr.34104) 6170 : cluster [DBG] pgmap v4078: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:22.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:22 smithi178 bash[77880]: cluster 2024-03-21T13:13:22.278743+0000 mgr.x (mgr.34104) 6171 : cluster [DBG] pgmap v4079: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:22.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:22 smithi178 bash[77880]: audit 2024-03-21T13:13:22.286151+0000 mon.a (mon.0) 9633 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:22.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:22 smithi178 bash[77880]: cephadm 2024-03-21T13:13:22.287601+0000 mgr.x (mgr.34104) 6172 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:22.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:22 smithi178 bash[77880]: audit 2024-03-21T13:13:22.368455+0000 mon.a (mon.0) 9634 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:22.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:22 smithi178 bash[77880]: audit 2024-03-21T13:13:22.371989+0000 mon.a (mon.0) 9635 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:22.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:22 smithi178 bash[77880]: audit 2024-03-21T13:13:22.376058+0000 mon.a (mon.0) 9636 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:22.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:22 smithi178 bash[77880]: audit 2024-03-21T13:13:22.377537+0000 mon.a (mon.0) 9637 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:22.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:22 smithi178 bash[77880]: audit 2024-03-21T13:13:22.389451+0000 mon.a (mon.0) 9638 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:22.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:22 smithi184 bash[59794]: cluster 2024-03-21T13:13:21.359019+0000 mgr.x (mgr.34104) 6143 : cluster [DBG] pgmap v4060: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:22.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:22 smithi184 bash[59794]: cluster 2024-03-21T13:13:21.359268+0000 mgr.x (mgr.34104) 6144 : cluster [DBG] pgmap v4061: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:22.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:22 smithi184 bash[59794]: cephadm 2024-03-21T13:13:21.370137+0000 mgr.x (mgr.34104) 6145 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:22.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:22 smithi184 bash[59794]: audit 2024-03-21T13:13:21.453905+0000 mon.a (mon.0) 9589 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:22.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:22 smithi184 bash[59794]: audit 2024-03-21T13:13:21.457372+0000 mon.a (mon.0) 9590 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:22.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:22 smithi184 bash[59794]: audit 2024-03-21T13:13:21.460507+0000 mon.a (mon.0) 9591 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:22.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:22 smithi184 bash[59794]: audit 2024-03-21T13:13:21.461932+0000 mon.a (mon.0) 9592 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:22.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:22 smithi184 bash[59794]: cluster 2024-03-21T13:13:21.464601+0000 mgr.x (mgr.34104) 6146 : cluster [DBG] pgmap v4062: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:22.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:22 smithi184 bash[59794]: cluster 2024-03-21T13:13:21.465124+0000 mgr.x (mgr.34104) 6147 : cluster [DBG] pgmap v4063: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:22.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:22 smithi184 bash[59794]: audit 2024-03-21T13:13:21.473368+0000 mon.a (mon.0) 9593 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:22.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:22 smithi184 bash[59794]: cephadm 2024-03-21T13:13:21.474791+0000 mgr.x (mgr.34104) 6148 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:22.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:22 smithi184 bash[59794]: audit 2024-03-21T13:13:21.557824+0000 mon.a (mon.0) 9594 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:22.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:22 smithi184 bash[59794]: audit 2024-03-21T13:13:21.560752+0000 mon.a (mon.0) 9595 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:22.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:22 smithi184 bash[59794]: audit 2024-03-21T13:13:21.563439+0000 mon.a (mon.0) 9596 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:22.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:22 smithi184 bash[59794]: audit 2024-03-21T13:13:21.564695+0000 mon.a (mon.0) 9597 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:22.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:22 smithi184 bash[59794]: cluster 2024-03-21T13:13:21.567490+0000 mgr.x (mgr.34104) 6149 : cluster [DBG] pgmap v4064: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:22.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:22 smithi184 bash[59794]: cluster 2024-03-21T13:13:21.568079+0000 mgr.x (mgr.34104) 6150 : cluster [DBG] pgmap v4065: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:22.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:22 smithi184 bash[59794]: audit 2024-03-21T13:13:21.576191+0000 mon.a (mon.0) 9598 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:22.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:22 smithi184 bash[59794]: cephadm 2024-03-21T13:13:21.577526+0000 mgr.x (mgr.34104) 6151 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:22.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:22 smithi184 bash[59794]: audit 2024-03-21T13:13:21.658613+0000 mon.a (mon.0) 9599 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:22.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:22 smithi184 bash[59794]: audit 2024-03-21T13:13:21.661899+0000 mon.a (mon.0) 9600 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:22.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:22 smithi184 bash[59794]: audit 2024-03-21T13:13:21.665822+0000 mon.a (mon.0) 9601 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:22.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:22 smithi184 bash[59794]: audit 2024-03-21T13:13:21.667249+0000 mon.a (mon.0) 9602 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:22.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:22 smithi184 bash[59794]: cluster 2024-03-21T13:13:21.670610+0000 mgr.x (mgr.34104) 6152 : cluster [DBG] pgmap v4066: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:22.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:22 smithi184 bash[59794]: cluster 2024-03-21T13:13:21.671131+0000 mgr.x (mgr.34104) 6153 : cluster [DBG] pgmap v4067: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:22.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:22 smithi184 bash[59794]: audit 2024-03-21T13:13:21.679742+0000 mon.a (mon.0) 9603 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:22.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:22 smithi184 bash[59794]: cephadm 2024-03-21T13:13:21.681173+0000 mgr.x (mgr.34104) 6154 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:22.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:22 smithi184 bash[59794]: audit 2024-03-21T13:13:21.760275+0000 mon.a (mon.0) 9604 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:22.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:22 smithi184 bash[59794]: audit 2024-03-21T13:13:21.764175+0000 mon.a (mon.0) 9605 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:22.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:22 smithi184 bash[59794]: audit 2024-03-21T13:13:21.768154+0000 mon.a (mon.0) 9606 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:22.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:22 smithi184 bash[59794]: audit 2024-03-21T13:13:21.769399+0000 mon.a (mon.0) 9607 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:22.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:22 smithi184 bash[59794]: cluster 2024-03-21T13:13:21.772071+0000 mgr.x (mgr.34104) 6155 : cluster [DBG] pgmap v4068: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:22.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:22 smithi184 bash[59794]: cluster 2024-03-21T13:13:21.772572+0000 mgr.x (mgr.34104) 6156 : cluster [DBG] pgmap v4069: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:22.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:22 smithi184 bash[59794]: audit 2024-03-21T13:13:21.780215+0000 mon.a (mon.0) 9608 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:22.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:22 smithi184 bash[59794]: cephadm 2024-03-21T13:13:21.781467+0000 mgr.x (mgr.34104) 6157 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:22.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:22 smithi184 bash[59794]: audit 2024-03-21T13:13:21.861482+0000 mon.a (mon.0) 9609 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:22.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:22 smithi184 bash[59794]: audit 2024-03-21T13:13:21.864690+0000 mon.a (mon.0) 9610 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:22.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:22 smithi184 bash[59794]: audit 2024-03-21T13:13:21.867886+0000 mon.a (mon.0) 9611 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:22.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:22 smithi184 bash[59794]: audit 2024-03-21T13:13:21.869327+0000 mon.a (mon.0) 9612 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:22.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:22 smithi184 bash[59794]: cluster 2024-03-21T13:13:21.872014+0000 mgr.x (mgr.34104) 6158 : cluster [DBG] pgmap v4070: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:22.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:22 smithi184 bash[59794]: cluster 2024-03-21T13:13:21.872457+0000 mgr.x (mgr.34104) 6159 : cluster [DBG] pgmap v4071: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:22.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:22 smithi184 bash[59794]: audit 2024-03-21T13:13:21.883330+0000 mon.a (mon.0) 9613 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:22.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:22 smithi184 bash[59794]: cephadm 2024-03-21T13:13:21.884733+0000 mgr.x (mgr.34104) 6160 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:22.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:22 smithi184 bash[59794]: audit 2024-03-21T13:13:21.964902+0000 mon.a (mon.0) 9614 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:22.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:22 smithi184 bash[59794]: audit 2024-03-21T13:13:21.968231+0000 mon.a (mon.0) 9615 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:22.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:22 smithi184 bash[59794]: audit 2024-03-21T13:13:21.971659+0000 mon.a (mon.0) 9616 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:22.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:22 smithi184 bash[59794]: audit 2024-03-21T13:13:21.973097+0000 mon.a (mon.0) 9617 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:22.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:22 smithi184 bash[59794]: cluster 2024-03-21T13:13:21.975894+0000 mgr.x (mgr.34104) 6161 : cluster [DBG] pgmap v4072: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:22.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:22 smithi184 bash[59794]: cluster 2024-03-21T13:13:21.976342+0000 mgr.x (mgr.34104) 6162 : cluster [DBG] pgmap v4073: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:22.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:22 smithi184 bash[59794]: audit 2024-03-21T13:13:21.984955+0000 mon.a (mon.0) 9618 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:22.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:22 smithi184 bash[59794]: cephadm 2024-03-21T13:13:21.986238+0000 mgr.x (mgr.34104) 6163 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:22.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:22 smithi184 bash[59794]: audit 2024-03-21T13:13:22.065823+0000 mon.a (mon.0) 9619 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:22.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:22 smithi184 bash[59794]: audit 2024-03-21T13:13:22.069076+0000 mon.a (mon.0) 9620 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:22.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:22 smithi184 bash[59794]: audit 2024-03-21T13:13:22.073633+0000 mon.a (mon.0) 9621 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:22.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:22 smithi184 bash[59794]: audit 2024-03-21T13:13:22.074767+0000 mon.a (mon.0) 9622 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:22.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:22 smithi184 bash[59794]: cluster 2024-03-21T13:13:22.077151+0000 mgr.x (mgr.34104) 6164 : cluster [DBG] pgmap v4074: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:22.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:22 smithi184 bash[59794]: cluster 2024-03-21T13:13:22.077488+0000 mgr.x (mgr.34104) 6165 : cluster [DBG] pgmap v4075: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:22.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:22 smithi184 bash[59794]: audit 2024-03-21T13:13:22.083970+0000 mon.a (mon.0) 9623 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:22.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:22 smithi184 bash[59794]: cephadm 2024-03-21T13:13:22.085200+0000 mgr.x (mgr.34104) 6166 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:22.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:22 smithi184 bash[59794]: audit 2024-03-21T13:13:22.164562+0000 mon.a (mon.0) 9624 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:22.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:22 smithi184 bash[59794]: audit 2024-03-21T13:13:22.168639+0000 mon.a (mon.0) 9625 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:22.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:22 smithi184 bash[59794]: audit 2024-03-21T13:13:22.172902+0000 mon.a (mon.0) 9626 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:22.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:22 smithi184 bash[59794]: audit 2024-03-21T13:13:22.174494+0000 mon.a (mon.0) 9627 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:22.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:22 smithi184 bash[59794]: cluster 2024-03-21T13:13:22.177696+0000 mgr.x (mgr.34104) 6167 : cluster [DBG] pgmap v4076: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:22.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:22 smithi184 bash[59794]: cluster 2024-03-21T13:13:22.177948+0000 mgr.x (mgr.34104) 6168 : cluster [DBG] pgmap v4077: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:22.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:22 smithi184 bash[59794]: audit 2024-03-21T13:13:22.186543+0000 mon.a (mon.0) 9628 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:22.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:22 smithi184 bash[59794]: cephadm 2024-03-21T13:13:22.187973+0000 mgr.x (mgr.34104) 6169 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:22.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:22 smithi184 bash[59794]: audit 2024-03-21T13:13:22.267458+0000 mon.a (mon.0) 9629 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:22.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:22 smithi184 bash[59794]: audit 2024-03-21T13:13:22.271072+0000 mon.a (mon.0) 9630 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:22.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:22 smithi184 bash[59794]: audit 2024-03-21T13:13:22.274385+0000 mon.a (mon.0) 9631 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:22.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:22 smithi184 bash[59794]: audit 2024-03-21T13:13:22.275708+0000 mon.a (mon.0) 9632 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:22.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:22 smithi184 bash[59794]: cluster 2024-03-21T13:13:22.278260+0000 mgr.x (mgr.34104) 6170 : cluster [DBG] pgmap v4078: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:22.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:22 smithi184 bash[59794]: cluster 2024-03-21T13:13:22.278743+0000 mgr.x (mgr.34104) 6171 : cluster [DBG] pgmap v4079: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:22.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:22 smithi184 bash[59794]: audit 2024-03-21T13:13:22.286151+0000 mon.a (mon.0) 9633 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:22.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:22 smithi184 bash[59794]: cephadm 2024-03-21T13:13:22.287601+0000 mgr.x (mgr.34104) 6172 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:22.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:22 smithi184 bash[59794]: audit 2024-03-21T13:13:22.368455+0000 mon.a (mon.0) 9634 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:22.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:22 smithi184 bash[59794]: audit 2024-03-21T13:13:22.371989+0000 mon.a (mon.0) 9635 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:22.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:22 smithi184 bash[59794]: audit 2024-03-21T13:13:22.376058+0000 mon.a (mon.0) 9636 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:22.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:22 smithi184 bash[59794]: audit 2024-03-21T13:13:22.377537+0000 mon.a (mon.0) 9637 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:22.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:22 smithi184 bash[59794]: audit 2024-03-21T13:13:22.389451+0000 mon.a (mon.0) 9638 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:23.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:23 smithi178 bash[75692]: cluster 2024-03-21T13:13:22.380279+0000 mgr.x (mgr.34104) 6173 : cluster [DBG] pgmap v4080: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:23.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:23 smithi178 bash[75692]: cluster 2024-03-21T13:13:22.380719+0000 mgr.x (mgr.34104) 6174 : cluster [DBG] pgmap v4081: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:23.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:23 smithi178 bash[75692]: cephadm 2024-03-21T13:13:22.390767+0000 mgr.x (mgr.34104) 6175 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:23.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:23 smithi178 bash[75692]: audit 2024-03-21T13:13:22.477109+0000 mon.a (mon.0) 9639 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:23.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:23 smithi178 bash[75692]: audit 2024-03-21T13:13:22.480416+0000 mon.a (mon.0) 9640 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:23.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:23 smithi178 bash[75692]: audit 2024-03-21T13:13:22.484284+0000 mon.a (mon.0) 9641 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:23.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:23 smithi178 bash[75692]: audit 2024-03-21T13:13:22.486179+0000 mon.a (mon.0) 9642 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:23.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:23 smithi178 bash[75692]: cluster 2024-03-21T13:13:22.489795+0000 mgr.x (mgr.34104) 6176 : cluster [DBG] pgmap v4082: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:23.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:23 smithi178 bash[75692]: cluster 2024-03-21T13:13:22.490476+0000 mgr.x (mgr.34104) 6177 : cluster [DBG] pgmap v4083: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:23.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:23 smithi178 bash[75692]: audit 2024-03-21T13:13:22.497670+0000 mon.a (mon.0) 9643 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:23.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:23 smithi178 bash[75692]: cephadm 2024-03-21T13:13:22.499058+0000 mgr.x (mgr.34104) 6178 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:23.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:23 smithi178 bash[75692]: audit 2024-03-21T13:13:22.580333+0000 mon.a (mon.0) 9644 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:23.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:23 smithi178 bash[75692]: audit 2024-03-21T13:13:22.583376+0000 mon.a (mon.0) 9645 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:23.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:23 smithi178 bash[75692]: audit 2024-03-21T13:13:22.587906+0000 mon.a (mon.0) 9646 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:23.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:23 smithi178 bash[75692]: audit 2024-03-21T13:13:22.589492+0000 mon.a (mon.0) 9647 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:23.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:23 smithi178 bash[75692]: cluster 2024-03-21T13:13:22.592162+0000 mgr.x (mgr.34104) 6179 : cluster [DBG] pgmap v4084: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:23.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:23 smithi178 bash[75692]: cluster 2024-03-21T13:13:22.592460+0000 mgr.x (mgr.34104) 6180 : cluster [DBG] pgmap v4085: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:23.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:23 smithi178 bash[75692]: audit 2024-03-21T13:13:22.600965+0000 mon.a (mon.0) 9648 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:23.801 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:23 smithi178 bash[75692]: cephadm 2024-03-21T13:13:22.602253+0000 mgr.x (mgr.34104) 6181 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:23.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:23 smithi178 bash[77880]: cluster 2024-03-21T13:13:22.380279+0000 mgr.x (mgr.34104) 6173 : cluster [DBG] pgmap v4080: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:23.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:23 smithi178 bash[77880]: cluster 2024-03-21T13:13:22.380719+0000 mgr.x (mgr.34104) 6174 : cluster [DBG] pgmap v4081: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:23.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:23 smithi178 bash[77880]: cephadm 2024-03-21T13:13:22.390767+0000 mgr.x (mgr.34104) 6175 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:23.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:23 smithi178 bash[77880]: audit 2024-03-21T13:13:22.477109+0000 mon.a (mon.0) 9639 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:23.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:23 smithi178 bash[77880]: audit 2024-03-21T13:13:22.480416+0000 mon.a (mon.0) 9640 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:23.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:23 smithi178 bash[77880]: audit 2024-03-21T13:13:22.484284+0000 mon.a (mon.0) 9641 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:23.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:23 smithi178 bash[77880]: audit 2024-03-21T13:13:22.486179+0000 mon.a (mon.0) 9642 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:23.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:23 smithi178 bash[77880]: cluster 2024-03-21T13:13:22.489795+0000 mgr.x (mgr.34104) 6176 : cluster [DBG] pgmap v4082: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:23.803 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:23 smithi178 bash[77880]: cluster 2024-03-21T13:13:22.490476+0000 mgr.x (mgr.34104) 6177 : cluster [DBG] pgmap v4083: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:23.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:23 smithi178 bash[77880]: audit 2024-03-21T13:13:22.497670+0000 mon.a (mon.0) 9643 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:23.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:23 smithi178 bash[77880]: cephadm 2024-03-21T13:13:22.499058+0000 mgr.x (mgr.34104) 6178 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:23.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:23 smithi178 bash[77880]: audit 2024-03-21T13:13:22.580333+0000 mon.a (mon.0) 9644 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:23.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:23 smithi178 bash[77880]: audit 2024-03-21T13:13:22.583376+0000 mon.a (mon.0) 9645 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:23.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:23 smithi178 bash[77880]: audit 2024-03-21T13:13:22.587906+0000 mon.a (mon.0) 9646 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:23.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:23 smithi178 bash[77880]: audit 2024-03-21T13:13:22.589492+0000 mon.a (mon.0) 9647 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:23.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:23 smithi178 bash[77880]: cluster 2024-03-21T13:13:22.592162+0000 mgr.x (mgr.34104) 6179 : cluster [DBG] pgmap v4084: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:23.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:23 smithi178 bash[77880]: cluster 2024-03-21T13:13:22.592460+0000 mgr.x (mgr.34104) 6180 : cluster [DBG] pgmap v4085: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:23.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:23 smithi178 bash[77880]: audit 2024-03-21T13:13:22.600965+0000 mon.a (mon.0) 9648 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:23.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:23 smithi178 bash[77880]: cephadm 2024-03-21T13:13:22.602253+0000 mgr.x (mgr.34104) 6181 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:23.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:23 smithi178 bash[75692]: audit 2024-03-21T13:13:22.681426+0000 mon.a (mon.0) 9649 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:23.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:23 smithi178 bash[75692]: audit 2024-03-21T13:13:22.684784+0000 mon.a (mon.0) 9650 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:23.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:23 smithi178 bash[75692]: audit 2024-03-21T13:13:22.688432+0000 mon.a (mon.0) 9651 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:23.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:23 smithi178 bash[75692]: audit 2024-03-21T13:13:22.689922+0000 mon.a (mon.0) 9652 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:23.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:23 smithi178 bash[75692]: cluster 2024-03-21T13:13:22.692950+0000 mgr.x (mgr.34104) 6182 : cluster [DBG] pgmap v4086: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:23.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:23 smithi178 bash[75692]: cluster 2024-03-21T13:13:22.693495+0000 mgr.x (mgr.34104) 6183 : cluster [DBG] pgmap v4087: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:23.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:23 smithi178 bash[75692]: audit 2024-03-21T13:13:22.700954+0000 mon.a (mon.0) 9653 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:23.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:23 smithi178 bash[75692]: cephadm 2024-03-21T13:13:22.702361+0000 mgr.x (mgr.34104) 6184 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:23.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:23 smithi178 bash[75692]: audit 2024-03-21T13:13:22.780940+0000 mon.a (mon.0) 9654 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:23.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:23 smithi178 bash[75692]: audit 2024-03-21T13:13:22.784447+0000 mon.a (mon.0) 9655 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:23.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:23 smithi178 bash[75692]: audit 2024-03-21T13:13:22.788373+0000 mon.a (mon.0) 9656 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:23.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:23 smithi178 bash[75692]: audit 2024-03-21T13:13:22.789924+0000 mon.a (mon.0) 9657 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:23.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:23 smithi178 bash[75692]: cluster 2024-03-21T13:13:22.793377+0000 mgr.x (mgr.34104) 6185 : cluster [DBG] pgmap v4088: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:23.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:23 smithi178 bash[75692]: cluster 2024-03-21T13:13:22.794038+0000 mgr.x (mgr.34104) 6186 : cluster [DBG] pgmap v4089: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:23.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:23 smithi178 bash[75692]: audit 2024-03-21T13:13:22.803864+0000 mon.a (mon.0) 9658 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:23.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:23 smithi178 bash[75692]: cephadm 2024-03-21T13:13:22.805361+0000 mgr.x (mgr.34104) 6187 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:23.809 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:23 smithi178 bash[75692]: audit 2024-03-21T13:13:22.886437+0000 mon.a (mon.0) 9659 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:23.809 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:23 smithi178 bash[75692]: audit 2024-03-21T13:13:22.889952+0000 mon.a (mon.0) 9660 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:23.809 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:23 smithi178 bash[75692]: audit 2024-03-21T13:13:22.893654+0000 mon.a (mon.0) 9661 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:23.809 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:23 smithi178 bash[75692]: audit 2024-03-21T13:13:22.895120+0000 mon.a (mon.0) 9662 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:23.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:23 smithi178 bash[77880]: audit 2024-03-21T13:13:22.681426+0000 mon.a (mon.0) 9649 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:23.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:23 smithi178 bash[77880]: audit 2024-03-21T13:13:22.684784+0000 mon.a (mon.0) 9650 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:23.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:23 smithi178 bash[77880]: audit 2024-03-21T13:13:22.688432+0000 mon.a (mon.0) 9651 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:23.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:23 smithi178 bash[77880]: audit 2024-03-21T13:13:22.689922+0000 mon.a (mon.0) 9652 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:23.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:23 smithi178 bash[77880]: cluster 2024-03-21T13:13:22.692950+0000 mgr.x (mgr.34104) 6182 : cluster [DBG] pgmap v4086: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:23.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:23 smithi178 bash[77880]: cluster 2024-03-21T13:13:22.693495+0000 mgr.x (mgr.34104) 6183 : cluster [DBG] pgmap v4087: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:23.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:23 smithi178 bash[77880]: audit 2024-03-21T13:13:22.700954+0000 mon.a (mon.0) 9653 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:23.810 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:23 smithi178 bash[77880]: cephadm 2024-03-21T13:13:22.702361+0000 mgr.x (mgr.34104) 6184 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:23.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:23 smithi178 bash[77880]: audit 2024-03-21T13:13:22.780940+0000 mon.a (mon.0) 9654 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:23.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:23 smithi178 bash[77880]: audit 2024-03-21T13:13:22.784447+0000 mon.a (mon.0) 9655 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:23.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:23 smithi178 bash[77880]: audit 2024-03-21T13:13:22.788373+0000 mon.a (mon.0) 9656 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:23.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:23 smithi178 bash[77880]: audit 2024-03-21T13:13:22.789924+0000 mon.a (mon.0) 9657 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:23.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:23 smithi178 bash[77880]: cluster 2024-03-21T13:13:22.793377+0000 mgr.x (mgr.34104) 6185 : cluster [DBG] pgmap v4088: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:23.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:23 smithi178 bash[77880]: cluster 2024-03-21T13:13:22.794038+0000 mgr.x (mgr.34104) 6186 : cluster [DBG] pgmap v4089: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:23.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:23 smithi178 bash[77880]: audit 2024-03-21T13:13:22.803864+0000 mon.a (mon.0) 9658 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:23.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:23 smithi178 bash[77880]: cephadm 2024-03-21T13:13:22.805361+0000 mgr.x (mgr.34104) 6187 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:23.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:23 smithi178 bash[77880]: audit 2024-03-21T13:13:22.886437+0000 mon.a (mon.0) 9659 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:23.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:23 smithi178 bash[77880]: audit 2024-03-21T13:13:22.889952+0000 mon.a (mon.0) 9660 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:23.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:23 smithi178 bash[77880]: audit 2024-03-21T13:13:22.893654+0000 mon.a (mon.0) 9661 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:23.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:23 smithi178 bash[77880]: audit 2024-03-21T13:13:22.895120+0000 mon.a (mon.0) 9662 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:23.812 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:23 smithi178 bash[75692]: cluster 2024-03-21T13:13:22.898220+0000 mgr.x (mgr.34104) 6188 : cluster [DBG] pgmap v4090: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:23.812 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:23 smithi178 bash[75692]: cluster 2024-03-21T13:13:22.898726+0000 mgr.x (mgr.34104) 6189 : cluster [DBG] pgmap v4091: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:23.812 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:23 smithi178 bash[75692]: audit 2024-03-21T13:13:22.905896+0000 mon.a (mon.0) 9663 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:23.812 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:23 smithi178 bash[75692]: cephadm 2024-03-21T13:13:22.907062+0000 mgr.x (mgr.34104) 6190 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:23.812 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:23 smithi178 bash[75692]: audit 2024-03-21T13:13:22.991276+0000 mon.a (mon.0) 9664 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:23.812 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:23 smithi178 bash[75692]: audit 2024-03-21T13:13:22.994703+0000 mon.a (mon.0) 9665 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:23.812 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:23 smithi178 bash[75692]: audit 2024-03-21T13:13:22.999625+0000 mon.a (mon.0) 9666 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:23.812 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:23 smithi178 bash[75692]: audit 2024-03-21T13:13:23.001482+0000 mon.a (mon.0) 9667 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:23.812 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:23 smithi178 bash[75692]: cluster 2024-03-21T13:13:23.004927+0000 mgr.x (mgr.34104) 6191 : cluster [DBG] pgmap v4092: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:23.812 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:23 smithi178 bash[75692]: cluster 2024-03-21T13:13:23.005184+0000 mgr.x (mgr.34104) 6192 : cluster [DBG] pgmap v4093: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:23.812 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:23 smithi178 bash[75692]: audit 2024-03-21T13:13:23.011396+0000 mon.a (mon.0) 9668 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:23.813 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:23 smithi178 bash[75692]: cephadm 2024-03-21T13:13:23.012520+0000 mgr.x (mgr.34104) 6193 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:23.813 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:23 smithi178 bash[75692]: audit 2024-03-21T13:13:23.091652+0000 mon.a (mon.0) 9669 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:23.813 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:23 smithi178 bash[75692]: audit 2024-03-21T13:13:23.094970+0000 mon.a (mon.0) 9670 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:23.813 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:23 smithi178 bash[75692]: audit 2024-03-21T13:13:23.098276+0000 mon.a (mon.0) 9671 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:23.813 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:23 smithi178 bash[75692]: audit 2024-03-21T13:13:23.099790+0000 mon.a (mon.0) 9672 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:23.813 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:23 smithi178 bash[75692]: cluster 2024-03-21T13:13:23.102831+0000 mgr.x (mgr.34104) 6194 : cluster [DBG] pgmap v4094: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:23.813 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:23 smithi178 bash[75692]: cluster 2024-03-21T13:13:23.103346+0000 mgr.x (mgr.34104) 6195 : cluster [DBG] pgmap v4095: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:23.813 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:23 smithi178 bash[75692]: audit 2024-03-21T13:13:23.111634+0000 mon.a (mon.0) 9673 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:23.813 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:23 smithi178 bash[75692]: cephadm 2024-03-21T13:13:23.112893+0000 mgr.x (mgr.34104) 6196 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:23.814 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:23 smithi178 bash[77880]: cluster 2024-03-21T13:13:22.898220+0000 mgr.x (mgr.34104) 6188 : cluster [DBG] pgmap v4090: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:23.814 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:23 smithi178 bash[77880]: cluster 2024-03-21T13:13:22.898726+0000 mgr.x (mgr.34104) 6189 : cluster [DBG] pgmap v4091: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:23.814 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:23 smithi178 bash[77880]: audit 2024-03-21T13:13:22.905896+0000 mon.a (mon.0) 9663 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:23.814 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:23 smithi178 bash[77880]: cephadm 2024-03-21T13:13:22.907062+0000 mgr.x (mgr.34104) 6190 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:23.814 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:23 smithi178 bash[77880]: audit 2024-03-21T13:13:22.991276+0000 mon.a (mon.0) 9664 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:23.814 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:23 smithi178 bash[77880]: audit 2024-03-21T13:13:22.994703+0000 mon.a (mon.0) 9665 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:23.814 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:23 smithi178 bash[77880]: audit 2024-03-21T13:13:22.999625+0000 mon.a (mon.0) 9666 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:23.814 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:23 smithi178 bash[77880]: audit 2024-03-21T13:13:23.001482+0000 mon.a (mon.0) 9667 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:23.814 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:23 smithi178 bash[77880]: cluster 2024-03-21T13:13:23.004927+0000 mgr.x (mgr.34104) 6191 : cluster [DBG] pgmap v4092: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:23.814 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:23 smithi178 bash[77880]: cluster 2024-03-21T13:13:23.005184+0000 mgr.x (mgr.34104) 6192 : cluster [DBG] pgmap v4093: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:23.814 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:23 smithi178 bash[77880]: audit 2024-03-21T13:13:23.011396+0000 mon.a (mon.0) 9668 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:23.814 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:23 smithi178 bash[77880]: cephadm 2024-03-21T13:13:23.012520+0000 mgr.x (mgr.34104) 6193 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:23.815 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:23 smithi178 bash[77880]: audit 2024-03-21T13:13:23.091652+0000 mon.a (mon.0) 9669 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:23.815 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:23 smithi178 bash[77880]: audit 2024-03-21T13:13:23.094970+0000 mon.a (mon.0) 9670 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:23.815 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:23 smithi178 bash[77880]: audit 2024-03-21T13:13:23.098276+0000 mon.a (mon.0) 9671 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:23.815 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:23 smithi178 bash[77880]: audit 2024-03-21T13:13:23.099790+0000 mon.a (mon.0) 9672 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:23.815 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:23 smithi178 bash[77880]: cluster 2024-03-21T13:13:23.102831+0000 mgr.x (mgr.34104) 6194 : cluster [DBG] pgmap v4094: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:23.815 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:23 smithi178 bash[77880]: cluster 2024-03-21T13:13:23.103346+0000 mgr.x (mgr.34104) 6195 : cluster [DBG] pgmap v4095: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:23.815 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:23 smithi178 bash[77880]: audit 2024-03-21T13:13:23.111634+0000 mon.a (mon.0) 9673 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:23.815 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:23 smithi178 bash[77880]: cephadm 2024-03-21T13:13:23.112893+0000 mgr.x (mgr.34104) 6196 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:23.815 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:23 smithi178 bash[75692]: audit 2024-03-21T13:13:23.192288+0000 mon.a (mon.0) 9674 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:23.815 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:23 smithi178 bash[75692]: audit 2024-03-21T13:13:23.195871+0000 mon.a (mon.0) 9675 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:23.816 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:23 smithi178 bash[75692]: audit 2024-03-21T13:13:23.201142+0000 mon.a (mon.0) 9676 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:23.816 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:23 smithi178 bash[75692]: audit 2024-03-21T13:13:23.202969+0000 mon.a (mon.0) 9677 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:23.816 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:23 smithi178 bash[75692]: cluster 2024-03-21T13:13:23.206227+0000 mgr.x (mgr.34104) 6197 : cluster [DBG] pgmap v4096: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:23.816 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:23 smithi178 bash[75692]: cluster 2024-03-21T13:13:23.206735+0000 mgr.x (mgr.34104) 6198 : cluster [DBG] pgmap v4097: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:23.816 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:23 smithi178 bash[75692]: audit 2024-03-21T13:13:23.215599+0000 mon.a (mon.0) 9678 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:23.816 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:23 smithi178 bash[75692]: cephadm 2024-03-21T13:13:23.216968+0000 mgr.x (mgr.34104) 6199 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:23.816 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:23 smithi178 bash[75692]: audit 2024-03-21T13:13:23.294497+0000 mon.a (mon.0) 9679 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:23.816 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:23 smithi178 bash[75692]: audit 2024-03-21T13:13:23.297161+0000 mon.a (mon.0) 9680 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:23.816 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:23 smithi178 bash[75692]: audit 2024-03-21T13:13:23.300785+0000 mon.a (mon.0) 9681 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:23.816 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:23 smithi178 bash[75692]: audit 2024-03-21T13:13:23.301809+0000 mon.a (mon.0) 9682 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:23.816 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:23 smithi178 bash[75692]: cluster 2024-03-21T13:13:23.304394+0000 mgr.x (mgr.34104) 6200 : cluster [DBG] pgmap v4098: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:23.816 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:23 smithi178 bash[75692]: cluster 2024-03-21T13:13:23.304855+0000 mgr.x (mgr.34104) 6201 : cluster [DBG] pgmap v4099: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:23.816 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:23 smithi178 bash[75692]: audit 2024-03-21T13:13:23.311851+0000 mon.a (mon.0) 9683 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:23.816 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:23 smithi178 bash[75692]: audit 2024-03-21T13:13:23.394307+0000 mon.a (mon.0) 9684 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:23.817 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:23 smithi178 bash[75692]: audit 2024-03-21T13:13:23.397539+0000 mon.a (mon.0) 9685 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:23.817 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:23 smithi178 bash[75692]: audit 2024-03-21T13:13:23.401610+0000 mon.a (mon.0) 9686 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:23.817 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:23 smithi178 bash[77880]: audit 2024-03-21T13:13:23.192288+0000 mon.a (mon.0) 9674 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:23.817 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:23 smithi178 bash[77880]: audit 2024-03-21T13:13:23.195871+0000 mon.a (mon.0) 9675 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:23.817 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:23 smithi178 bash[77880]: audit 2024-03-21T13:13:23.201142+0000 mon.a (mon.0) 9676 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:23.817 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:23 smithi178 bash[77880]: audit 2024-03-21T13:13:23.202969+0000 mon.a (mon.0) 9677 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:23.817 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:23 smithi178 bash[77880]: cluster 2024-03-21T13:13:23.206227+0000 mgr.x (mgr.34104) 6197 : cluster [DBG] pgmap v4096: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:23.817 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:23 smithi178 bash[77880]: cluster 2024-03-21T13:13:23.206735+0000 mgr.x (mgr.34104) 6198 : cluster [DBG] pgmap v4097: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:23.817 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:23 smithi178 bash[77880]: audit 2024-03-21T13:13:23.215599+0000 mon.a (mon.0) 9678 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:23.817 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:23 smithi178 bash[77880]: cephadm 2024-03-21T13:13:23.216968+0000 mgr.x (mgr.34104) 6199 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:23.817 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:23 smithi178 bash[77880]: audit 2024-03-21T13:13:23.294497+0000 mon.a (mon.0) 9679 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:23.818 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:23 smithi178 bash[77880]: audit 2024-03-21T13:13:23.297161+0000 mon.a (mon.0) 9680 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:23.818 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:23 smithi178 bash[77880]: audit 2024-03-21T13:13:23.300785+0000 mon.a (mon.0) 9681 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:23.818 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:23 smithi178 bash[77880]: audit 2024-03-21T13:13:23.301809+0000 mon.a (mon.0) 9682 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:23.818 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:23 smithi178 bash[77880]: cluster 2024-03-21T13:13:23.304394+0000 mgr.x (mgr.34104) 6200 : cluster [DBG] pgmap v4098: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:23.818 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:23 smithi178 bash[77880]: cluster 2024-03-21T13:13:23.304855+0000 mgr.x (mgr.34104) 6201 : cluster [DBG] pgmap v4099: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:23.818 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:23 smithi178 bash[77880]: audit 2024-03-21T13:13:23.311851+0000 mon.a (mon.0) 9683 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:23.818 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:23 smithi178 bash[77880]: audit 2024-03-21T13:13:23.394307+0000 mon.a (mon.0) 9684 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:23.818 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:23 smithi178 bash[77880]: audit 2024-03-21T13:13:23.397539+0000 mon.a (mon.0) 9685 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:23.818 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:23 smithi178 bash[77880]: audit 2024-03-21T13:13:23.401610+0000 mon.a (mon.0) 9686 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:23.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:23 smithi184 bash[59794]: cluster 2024-03-21T13:13:22.380279+0000 mgr.x (mgr.34104) 6173 : cluster [DBG] pgmap v4080: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:23.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:23 smithi184 bash[59794]: cluster 2024-03-21T13:13:22.380719+0000 mgr.x (mgr.34104) 6174 : cluster [DBG] pgmap v4081: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:23.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:23 smithi184 bash[59794]: cephadm 2024-03-21T13:13:22.390767+0000 mgr.x (mgr.34104) 6175 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:23.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:23 smithi184 bash[59794]: audit 2024-03-21T13:13:22.477109+0000 mon.a (mon.0) 9639 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:23.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:23 smithi184 bash[59794]: audit 2024-03-21T13:13:22.480416+0000 mon.a (mon.0) 9640 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:23.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:23 smithi184 bash[59794]: audit 2024-03-21T13:13:22.484284+0000 mon.a (mon.0) 9641 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:23.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:23 smithi184 bash[59794]: audit 2024-03-21T13:13:22.486179+0000 mon.a (mon.0) 9642 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:23.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:23 smithi184 bash[59794]: cluster 2024-03-21T13:13:22.489795+0000 mgr.x (mgr.34104) 6176 : cluster [DBG] pgmap v4082: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:23.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:23 smithi184 bash[59794]: cluster 2024-03-21T13:13:22.490476+0000 mgr.x (mgr.34104) 6177 : cluster [DBG] pgmap v4083: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:23.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:23 smithi184 bash[59794]: audit 2024-03-21T13:13:22.497670+0000 mon.a (mon.0) 9643 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:23.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:23 smithi184 bash[59794]: cephadm 2024-03-21T13:13:22.499058+0000 mgr.x (mgr.34104) 6178 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:23.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:23 smithi184 bash[59794]: audit 2024-03-21T13:13:22.580333+0000 mon.a (mon.0) 9644 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:23.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:23 smithi184 bash[59794]: audit 2024-03-21T13:13:22.583376+0000 mon.a (mon.0) 9645 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:23.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:23 smithi184 bash[59794]: audit 2024-03-21T13:13:22.587906+0000 mon.a (mon.0) 9646 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:23.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:23 smithi184 bash[59794]: audit 2024-03-21T13:13:22.589492+0000 mon.a (mon.0) 9647 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:23.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:23 smithi184 bash[59794]: cluster 2024-03-21T13:13:22.592162+0000 mgr.x (mgr.34104) 6179 : cluster [DBG] pgmap v4084: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:23.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:23 smithi184 bash[59794]: cluster 2024-03-21T13:13:22.592460+0000 mgr.x (mgr.34104) 6180 : cluster [DBG] pgmap v4085: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:23.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:23 smithi184 bash[59794]: audit 2024-03-21T13:13:22.600965+0000 mon.a (mon.0) 9648 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:23.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:23 smithi184 bash[59794]: cephadm 2024-03-21T13:13:22.602253+0000 mgr.x (mgr.34104) 6181 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:23.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:23 smithi184 bash[59794]: audit 2024-03-21T13:13:22.681426+0000 mon.a (mon.0) 9649 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:23.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:23 smithi184 bash[59794]: audit 2024-03-21T13:13:22.684784+0000 mon.a (mon.0) 9650 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:23.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:23 smithi184 bash[59794]: audit 2024-03-21T13:13:22.688432+0000 mon.a (mon.0) 9651 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:23.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:23 smithi184 bash[59794]: audit 2024-03-21T13:13:22.689922+0000 mon.a (mon.0) 9652 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:23.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:23 smithi184 bash[59794]: cluster 2024-03-21T13:13:22.692950+0000 mgr.x (mgr.34104) 6182 : cluster [DBG] pgmap v4086: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:23.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:23 smithi184 bash[59794]: cluster 2024-03-21T13:13:22.693495+0000 mgr.x (mgr.34104) 6183 : cluster [DBG] pgmap v4087: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:23.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:23 smithi184 bash[59794]: audit 2024-03-21T13:13:22.700954+0000 mon.a (mon.0) 9653 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:23.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:23 smithi184 bash[59794]: cephadm 2024-03-21T13:13:22.702361+0000 mgr.x (mgr.34104) 6184 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:23.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:23 smithi184 bash[59794]: audit 2024-03-21T13:13:22.780940+0000 mon.a (mon.0) 9654 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:23.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:23 smithi184 bash[59794]: audit 2024-03-21T13:13:22.784447+0000 mon.a (mon.0) 9655 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:23.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:23 smithi184 bash[59794]: audit 2024-03-21T13:13:22.788373+0000 mon.a (mon.0) 9656 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:23.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:23 smithi184 bash[59794]: audit 2024-03-21T13:13:22.789924+0000 mon.a (mon.0) 9657 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:23.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:23 smithi184 bash[59794]: cluster 2024-03-21T13:13:22.793377+0000 mgr.x (mgr.34104) 6185 : cluster [DBG] pgmap v4088: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:23.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:23 smithi184 bash[59794]: cluster 2024-03-21T13:13:22.794038+0000 mgr.x (mgr.34104) 6186 : cluster [DBG] pgmap v4089: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:23.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:23 smithi184 bash[59794]: audit 2024-03-21T13:13:22.803864+0000 mon.a (mon.0) 9658 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:23.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:23 smithi184 bash[59794]: cephadm 2024-03-21T13:13:22.805361+0000 mgr.x (mgr.34104) 6187 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:23.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:23 smithi184 bash[59794]: audit 2024-03-21T13:13:22.886437+0000 mon.a (mon.0) 9659 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:23.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:23 smithi184 bash[59794]: audit 2024-03-21T13:13:22.889952+0000 mon.a (mon.0) 9660 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:23.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:23 smithi184 bash[59794]: audit 2024-03-21T13:13:22.893654+0000 mon.a (mon.0) 9661 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:23.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:23 smithi184 bash[59794]: audit 2024-03-21T13:13:22.895120+0000 mon.a (mon.0) 9662 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:23.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:23 smithi184 bash[59794]: cluster 2024-03-21T13:13:22.898220+0000 mgr.x (mgr.34104) 6188 : cluster [DBG] pgmap v4090: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:23.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:23 smithi184 bash[59794]: cluster 2024-03-21T13:13:22.898726+0000 mgr.x (mgr.34104) 6189 : cluster [DBG] pgmap v4091: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:23.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:23 smithi184 bash[59794]: audit 2024-03-21T13:13:22.905896+0000 mon.a (mon.0) 9663 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:23.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:23 smithi184 bash[59794]: cephadm 2024-03-21T13:13:22.907062+0000 mgr.x (mgr.34104) 6190 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:23.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:23 smithi184 bash[59794]: audit 2024-03-21T13:13:22.991276+0000 mon.a (mon.0) 9664 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:23.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:23 smithi184 bash[59794]: audit 2024-03-21T13:13:22.994703+0000 mon.a (mon.0) 9665 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:23.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:23 smithi184 bash[59794]: audit 2024-03-21T13:13:22.999625+0000 mon.a (mon.0) 9666 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:23.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:23 smithi184 bash[59794]: audit 2024-03-21T13:13:23.001482+0000 mon.a (mon.0) 9667 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:23.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:23 smithi184 bash[59794]: cluster 2024-03-21T13:13:23.004927+0000 mgr.x (mgr.34104) 6191 : cluster [DBG] pgmap v4092: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:23.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:23 smithi184 bash[59794]: cluster 2024-03-21T13:13:23.005184+0000 mgr.x (mgr.34104) 6192 : cluster [DBG] pgmap v4093: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:23.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:23 smithi184 bash[59794]: audit 2024-03-21T13:13:23.011396+0000 mon.a (mon.0) 9668 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:23.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:23 smithi184 bash[59794]: cephadm 2024-03-21T13:13:23.012520+0000 mgr.x (mgr.34104) 6193 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:23.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:23 smithi184 bash[59794]: audit 2024-03-21T13:13:23.091652+0000 mon.a (mon.0) 9669 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:23.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:23 smithi184 bash[59794]: audit 2024-03-21T13:13:23.094970+0000 mon.a (mon.0) 9670 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:23.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:23 smithi184 bash[59794]: audit 2024-03-21T13:13:23.098276+0000 mon.a (mon.0) 9671 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:23.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:23 smithi184 bash[59794]: audit 2024-03-21T13:13:23.099790+0000 mon.a (mon.0) 9672 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:23.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:23 smithi184 bash[59794]: cluster 2024-03-21T13:13:23.102831+0000 mgr.x (mgr.34104) 6194 : cluster [DBG] pgmap v4094: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:23.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:23 smithi184 bash[59794]: cluster 2024-03-21T13:13:23.103346+0000 mgr.x (mgr.34104) 6195 : cluster [DBG] pgmap v4095: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:23.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:23 smithi184 bash[59794]: audit 2024-03-21T13:13:23.111634+0000 mon.a (mon.0) 9673 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:23.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:23 smithi184 bash[59794]: cephadm 2024-03-21T13:13:23.112893+0000 mgr.x (mgr.34104) 6196 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:23.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:23 smithi184 bash[59794]: audit 2024-03-21T13:13:23.192288+0000 mon.a (mon.0) 9674 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:23.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:23 smithi184 bash[59794]: audit 2024-03-21T13:13:23.195871+0000 mon.a (mon.0) 9675 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:23.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:23 smithi184 bash[59794]: audit 2024-03-21T13:13:23.201142+0000 mon.a (mon.0) 9676 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:23.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:23 smithi184 bash[59794]: audit 2024-03-21T13:13:23.202969+0000 mon.a (mon.0) 9677 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:23.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:23 smithi184 bash[59794]: cluster 2024-03-21T13:13:23.206227+0000 mgr.x (mgr.34104) 6197 : cluster [DBG] pgmap v4096: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:23.831 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:23 smithi184 bash[59794]: cluster 2024-03-21T13:13:23.206735+0000 mgr.x (mgr.34104) 6198 : cluster [DBG] pgmap v4097: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:23.831 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:23 smithi184 bash[59794]: audit 2024-03-21T13:13:23.215599+0000 mon.a (mon.0) 9678 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:23.831 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:23 smithi184 bash[59794]: cephadm 2024-03-21T13:13:23.216968+0000 mgr.x (mgr.34104) 6199 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:23.831 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:23 smithi184 bash[59794]: audit 2024-03-21T13:13:23.294497+0000 mon.a (mon.0) 9679 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:23.831 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:23 smithi184 bash[59794]: audit 2024-03-21T13:13:23.297161+0000 mon.a (mon.0) 9680 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:23.831 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:23 smithi184 bash[59794]: audit 2024-03-21T13:13:23.300785+0000 mon.a (mon.0) 9681 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:23.831 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:23 smithi184 bash[59794]: audit 2024-03-21T13:13:23.301809+0000 mon.a (mon.0) 9682 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:23.831 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:23 smithi184 bash[59794]: cluster 2024-03-21T13:13:23.304394+0000 mgr.x (mgr.34104) 6200 : cluster [DBG] pgmap v4098: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:23.831 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:23 smithi184 bash[59794]: cluster 2024-03-21T13:13:23.304855+0000 mgr.x (mgr.34104) 6201 : cluster [DBG] pgmap v4099: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:23.831 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:23 smithi184 bash[59794]: audit 2024-03-21T13:13:23.311851+0000 mon.a (mon.0) 9683 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:23.831 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:23 smithi184 bash[59794]: audit 2024-03-21T13:13:23.394307+0000 mon.a (mon.0) 9684 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:23.831 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:23 smithi184 bash[59794]: audit 2024-03-21T13:13:23.397539+0000 mon.a (mon.0) 9685 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:23.832 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:23 smithi184 bash[59794]: audit 2024-03-21T13:13:23.401610+0000 mon.a (mon.0) 9686 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:24.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:24 smithi178 bash[75692]: cephadm 2024-03-21T13:13:23.313162+0000 mgr.x (mgr.34104) 6202 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:24.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:24 smithi178 bash[75692]: audit 2024-03-21T13:13:23.404044+0000 mon.a (mon.0) 9687 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:24.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:24 smithi178 bash[75692]: cluster 2024-03-21T13:13:23.407096+0000 mgr.x (mgr.34104) 6203 : cluster [DBG] pgmap v4100: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:24.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:24 smithi178 bash[75692]: cluster 2024-03-21T13:13:23.407710+0000 mgr.x (mgr.34104) 6204 : cluster [DBG] pgmap v4101: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:24.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:24 smithi178 bash[75692]: audit 2024-03-21T13:13:23.428928+0000 mon.a (mon.0) 9688 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:24.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:24 smithi178 bash[75692]: cephadm 2024-03-21T13:13:23.430121+0000 mgr.x (mgr.34104) 6205 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:24.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:24 smithi178 bash[75692]: audit 2024-03-21T13:13:23.511652+0000 mon.a (mon.0) 9689 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:24.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:24 smithi178 bash[75692]: audit 2024-03-21T13:13:23.514981+0000 mon.a (mon.0) 9690 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:24.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:24 smithi178 bash[75692]: audit 2024-03-21T13:13:23.519069+0000 mon.a (mon.0) 9691 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:24.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:24 smithi178 bash[75692]: audit 2024-03-21T13:13:23.520651+0000 mon.a (mon.0) 9692 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:24.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:24 smithi178 bash[75692]: cluster 2024-03-21T13:13:23.523493+0000 mgr.x (mgr.34104) 6206 : cluster [DBG] pgmap v4102: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:24.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:24 smithi178 bash[75692]: cluster 2024-03-21T13:13:23.523811+0000 mgr.x (mgr.34104) 6207 : cluster [DBG] pgmap v4103: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:24.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:24 smithi178 bash[75692]: audit 2024-03-21T13:13:23.532181+0000 mon.a (mon.0) 9693 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:24.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:24 smithi178 bash[75692]: cephadm 2024-03-21T13:13:23.533610+0000 mgr.x (mgr.34104) 6208 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:24.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:24 smithi178 bash[75692]: audit 2024-03-21T13:13:23.616247+0000 mon.a (mon.0) 9694 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:24.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:24 smithi178 bash[75692]: audit 2024-03-21T13:13:23.619426+0000 mon.a (mon.0) 9695 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:24.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:24 smithi178 bash[75692]: audit 2024-03-21T13:13:23.623691+0000 mon.a (mon.0) 9696 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:24.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:24 smithi178 bash[75692]: audit 2024-03-21T13:13:23.625511+0000 mon.a (mon.0) 9697 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:24.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:24 smithi178 bash[75692]: cluster 2024-03-21T13:13:23.628945+0000 mgr.x (mgr.34104) 6209 : cluster [DBG] pgmap v4104: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:24.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:24 smithi178 bash[77880]: cephadm 2024-03-21T13:13:23.313162+0000 mgr.x (mgr.34104) 6202 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:24.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:24 smithi178 bash[77880]: audit 2024-03-21T13:13:23.404044+0000 mon.a (mon.0) 9687 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:24.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:24 smithi178 bash[77880]: cluster 2024-03-21T13:13:23.407096+0000 mgr.x (mgr.34104) 6203 : cluster [DBG] pgmap v4100: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:24.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:24 smithi178 bash[77880]: cluster 2024-03-21T13:13:23.407710+0000 mgr.x (mgr.34104) 6204 : cluster [DBG] pgmap v4101: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:24.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:24 smithi178 bash[77880]: audit 2024-03-21T13:13:23.428928+0000 mon.a (mon.0) 9688 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:24.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:24 smithi178 bash[77880]: cephadm 2024-03-21T13:13:23.430121+0000 mgr.x (mgr.34104) 6205 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:24.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:24 smithi178 bash[77880]: audit 2024-03-21T13:13:23.511652+0000 mon.a (mon.0) 9689 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:24.800 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:24 smithi178 bash[77880]: audit 2024-03-21T13:13:23.514981+0000 mon.a (mon.0) 9690 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:24.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:24 smithi178 bash[77880]: audit 2024-03-21T13:13:23.519069+0000 mon.a (mon.0) 9691 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:24.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:24 smithi178 bash[77880]: audit 2024-03-21T13:13:23.520651+0000 mon.a (mon.0) 9692 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:24.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:24 smithi178 bash[77880]: cluster 2024-03-21T13:13:23.523493+0000 mgr.x (mgr.34104) 6206 : cluster [DBG] pgmap v4102: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:24.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:24 smithi178 bash[77880]: cluster 2024-03-21T13:13:23.523811+0000 mgr.x (mgr.34104) 6207 : cluster [DBG] pgmap v4103: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:24.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:24 smithi178 bash[77880]: audit 2024-03-21T13:13:23.532181+0000 mon.a (mon.0) 9693 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:24.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:24 smithi178 bash[77880]: cephadm 2024-03-21T13:13:23.533610+0000 mgr.x (mgr.34104) 6208 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:24.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:24 smithi178 bash[77880]: audit 2024-03-21T13:13:23.616247+0000 mon.a (mon.0) 9694 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:24.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:24 smithi178 bash[77880]: audit 2024-03-21T13:13:23.619426+0000 mon.a (mon.0) 9695 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:24.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:24 smithi178 bash[77880]: audit 2024-03-21T13:13:23.623691+0000 mon.a (mon.0) 9696 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:24.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:24 smithi178 bash[77880]: audit 2024-03-21T13:13:23.625511+0000 mon.a (mon.0) 9697 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:24.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:24 smithi178 bash[77880]: cluster 2024-03-21T13:13:23.628945+0000 mgr.x (mgr.34104) 6209 : cluster [DBG] pgmap v4104: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:24.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:24 smithi178 bash[75692]: cluster 2024-03-21T13:13:23.629315+0000 mgr.x (mgr.34104) 6210 : cluster [DBG] pgmap v4105: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:24.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:24 smithi178 bash[75692]: audit 2024-03-21T13:13:23.637865+0000 mon.a (mon.0) 9698 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:24.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:24 smithi178 bash[75692]: cephadm 2024-03-21T13:13:23.639213+0000 mgr.x (mgr.34104) 6211 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:24.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:24 smithi178 bash[75692]: audit 2024-03-21T13:13:23.718614+0000 mon.a (mon.0) 9699 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:24.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:24 smithi178 bash[75692]: audit 2024-03-21T13:13:23.721791+0000 mon.a (mon.0) 9700 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:24.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:24 smithi178 bash[75692]: audit 2024-03-21T13:13:23.725189+0000 mon.a (mon.0) 9701 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:24.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:24 smithi178 bash[75692]: audit 2024-03-21T13:13:23.726591+0000 mon.a (mon.0) 9702 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:24.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:24 smithi178 bash[75692]: cluster 2024-03-21T13:13:23.729216+0000 mgr.x (mgr.34104) 6212 : cluster [DBG] pgmap v4106: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:24.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:24 smithi178 bash[75692]: cluster 2024-03-21T13:13:23.729465+0000 mgr.x (mgr.34104) 6213 : cluster [DBG] pgmap v4107: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:24.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:24 smithi178 bash[75692]: audit 2024-03-21T13:13:23.737761+0000 mon.a (mon.0) 9703 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:24.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:24 smithi178 bash[75692]: cephadm 2024-03-21T13:13:23.739094+0000 mgr.x (mgr.34104) 6214 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:24.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:24 smithi178 bash[75692]: audit 2024-03-21T13:13:23.819839+0000 mon.a (mon.0) 9704 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:24.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:24 smithi178 bash[75692]: audit 2024-03-21T13:13:23.823761+0000 mon.a (mon.0) 9705 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:24.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:24 smithi178 bash[75692]: audit 2024-03-21T13:13:23.827273+0000 mon.a (mon.0) 9706 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:24.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:24 smithi178 bash[75692]: audit 2024-03-21T13:13:23.828858+0000 mon.a (mon.0) 9707 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:24.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:24 smithi178 bash[75692]: cluster 2024-03-21T13:13:23.831450+0000 mgr.x (mgr.34104) 6215 : cluster [DBG] pgmap v4108: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:24.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:24 smithi178 bash[75692]: cluster 2024-03-21T13:13:23.831757+0000 mgr.x (mgr.34104) 6216 : cluster [DBG] pgmap v4109: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:24.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:24 smithi178 bash[75692]: audit 2024-03-21T13:13:23.840238+0000 mon.a (mon.0) 9708 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:24.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:24 smithi178 bash[75692]: cephadm 2024-03-21T13:13:23.841455+0000 mgr.x (mgr.34104) 6217 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:24.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:24 smithi178 bash[75692]: audit 2024-03-21T13:13:23.920446+0000 mon.a (mon.0) 9709 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:24.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:24 smithi178 bash[77880]: cluster 2024-03-21T13:13:23.629315+0000 mgr.x (mgr.34104) 6210 : cluster [DBG] pgmap v4105: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:24.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:24 smithi178 bash[77880]: audit 2024-03-21T13:13:23.637865+0000 mon.a (mon.0) 9698 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:24.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:24 smithi178 bash[77880]: cephadm 2024-03-21T13:13:23.639213+0000 mgr.x (mgr.34104) 6211 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:24.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:24 smithi178 bash[77880]: audit 2024-03-21T13:13:23.718614+0000 mon.a (mon.0) 9699 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:24.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:24 smithi178 bash[77880]: audit 2024-03-21T13:13:23.721791+0000 mon.a (mon.0) 9700 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:24.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:24 smithi178 bash[77880]: audit 2024-03-21T13:13:23.725189+0000 mon.a (mon.0) 9701 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:24.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:24 smithi178 bash[77880]: audit 2024-03-21T13:13:23.726591+0000 mon.a (mon.0) 9702 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:24.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:24 smithi178 bash[77880]: cluster 2024-03-21T13:13:23.729216+0000 mgr.x (mgr.34104) 6212 : cluster [DBG] pgmap v4106: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:24.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:24 smithi178 bash[77880]: cluster 2024-03-21T13:13:23.729465+0000 mgr.x (mgr.34104) 6213 : cluster [DBG] pgmap v4107: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:24.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:24 smithi178 bash[77880]: audit 2024-03-21T13:13:23.737761+0000 mon.a (mon.0) 9703 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:24.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:24 smithi178 bash[77880]: cephadm 2024-03-21T13:13:23.739094+0000 mgr.x (mgr.34104) 6214 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:24.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:24 smithi178 bash[77880]: audit 2024-03-21T13:13:23.819839+0000 mon.a (mon.0) 9704 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:24.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:24 smithi178 bash[77880]: audit 2024-03-21T13:13:23.823761+0000 mon.a (mon.0) 9705 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:24.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:24 smithi178 bash[77880]: audit 2024-03-21T13:13:23.827273+0000 mon.a (mon.0) 9706 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:24.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:24 smithi178 bash[77880]: audit 2024-03-21T13:13:23.828858+0000 mon.a (mon.0) 9707 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:24.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:24 smithi178 bash[77880]: cluster 2024-03-21T13:13:23.831450+0000 mgr.x (mgr.34104) 6215 : cluster [DBG] pgmap v4108: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:24.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:24 smithi178 bash[77880]: cluster 2024-03-21T13:13:23.831757+0000 mgr.x (mgr.34104) 6216 : cluster [DBG] pgmap v4109: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:24.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:24 smithi178 bash[77880]: audit 2024-03-21T13:13:23.840238+0000 mon.a (mon.0) 9708 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:24.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:24 smithi178 bash[77880]: cephadm 2024-03-21T13:13:23.841455+0000 mgr.x (mgr.34104) 6217 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:24.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:24 smithi178 bash[77880]: audit 2024-03-21T13:13:23.920446+0000 mon.a (mon.0) 9709 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:24.805 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:24 smithi178 bash[75692]: audit 2024-03-21T13:13:23.924487+0000 mon.a (mon.0) 9710 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:24.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:24 smithi178 bash[75692]: audit 2024-03-21T13:13:23.928713+0000 mon.a (mon.0) 9711 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:24.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:24 smithi178 bash[75692]: audit 2024-03-21T13:13:23.930424+0000 mon.a (mon.0) 9712 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:24.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:24 smithi178 bash[75692]: cluster 2024-03-21T13:13:23.933746+0000 mgr.x (mgr.34104) 6218 : cluster [DBG] pgmap v4110: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s 2024-03-21T13:13:24.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:24 smithi178 bash[75692]: cluster 2024-03-21T13:13:23.934131+0000 mgr.x (mgr.34104) 6219 : cluster [DBG] pgmap v4111: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s 2024-03-21T13:13:24.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:24 smithi178 bash[75692]: audit 2024-03-21T13:13:23.942076+0000 mon.a (mon.0) 9713 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:24.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:24 smithi178 bash[75692]: cephadm 2024-03-21T13:13:23.943403+0000 mgr.x (mgr.34104) 6220 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:24.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:24 smithi178 bash[75692]: audit 2024-03-21T13:13:24.025778+0000 mon.a (mon.0) 9714 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:24.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:24 smithi178 bash[75692]: audit 2024-03-21T13:13:24.028374+0000 mon.a (mon.0) 9715 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:24.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:24 smithi178 bash[75692]: audit 2024-03-21T13:13:24.030963+0000 mon.a (mon.0) 9716 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:24.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:24 smithi178 bash[75692]: audit 2024-03-21T13:13:24.032065+0000 mon.a (mon.0) 9717 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:24.806 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:24 smithi178 bash[75692]: cluster 2024-03-21T13:13:24.034597+0000 mgr.x (mgr.34104) 6221 : cluster [DBG] pgmap v4112: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s 2024-03-21T13:13:24.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:24 smithi178 bash[75692]: cluster 2024-03-21T13:13:24.035092+0000 mgr.x (mgr.34104) 6222 : cluster [DBG] pgmap v4113: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s 2024-03-21T13:13:24.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:24 smithi178 bash[75692]: audit 2024-03-21T13:13:24.041174+0000 mon.a (mon.0) 9718 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:24.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:24 smithi178 bash[75692]: cephadm 2024-03-21T13:13:24.042331+0000 mgr.x (mgr.34104) 6223 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:24.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:24 smithi178 bash[75692]: audit 2024-03-21T13:13:24.122611+0000 mon.a (mon.0) 9719 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:24.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:24 smithi178 bash[75692]: audit 2024-03-21T13:13:24.125582+0000 mon.a (mon.0) 9720 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:24.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:24 smithi178 bash[75692]: audit 2024-03-21T13:13:24.129035+0000 mon.a (mon.0) 9721 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:24.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:24 smithi178 bash[75692]: audit 2024-03-21T13:13:24.130255+0000 mon.a (mon.0) 9722 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:24.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:24 smithi178 bash[77880]: audit 2024-03-21T13:13:23.924487+0000 mon.a (mon.0) 9710 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:24.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:24 smithi178 bash[77880]: audit 2024-03-21T13:13:23.928713+0000 mon.a (mon.0) 9711 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:24.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:24 smithi178 bash[77880]: audit 2024-03-21T13:13:23.930424+0000 mon.a (mon.0) 9712 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:24.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:24 smithi178 bash[77880]: cluster 2024-03-21T13:13:23.933746+0000 mgr.x (mgr.34104) 6218 : cluster [DBG] pgmap v4110: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s 2024-03-21T13:13:24.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:24 smithi178 bash[77880]: cluster 2024-03-21T13:13:23.934131+0000 mgr.x (mgr.34104) 6219 : cluster [DBG] pgmap v4111: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s 2024-03-21T13:13:24.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:24 smithi178 bash[77880]: audit 2024-03-21T13:13:23.942076+0000 mon.a (mon.0) 9713 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:24.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:24 smithi178 bash[77880]: cephadm 2024-03-21T13:13:23.943403+0000 mgr.x (mgr.34104) 6220 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:24.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:24 smithi178 bash[77880]: audit 2024-03-21T13:13:24.025778+0000 mon.a (mon.0) 9714 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:24.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:24 smithi178 bash[77880]: audit 2024-03-21T13:13:24.028374+0000 mon.a (mon.0) 9715 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:24.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:24 smithi178 bash[77880]: audit 2024-03-21T13:13:24.030963+0000 mon.a (mon.0) 9716 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:24.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:24 smithi178 bash[77880]: audit 2024-03-21T13:13:24.032065+0000 mon.a (mon.0) 9717 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:24.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:24 smithi178 bash[77880]: cluster 2024-03-21T13:13:24.034597+0000 mgr.x (mgr.34104) 6221 : cluster [DBG] pgmap v4112: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s 2024-03-21T13:13:24.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:24 smithi178 bash[77880]: cluster 2024-03-21T13:13:24.035092+0000 mgr.x (mgr.34104) 6222 : cluster [DBG] pgmap v4113: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s 2024-03-21T13:13:24.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:24 smithi178 bash[77880]: audit 2024-03-21T13:13:24.041174+0000 mon.a (mon.0) 9718 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:24.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:24 smithi178 bash[77880]: cephadm 2024-03-21T13:13:24.042331+0000 mgr.x (mgr.34104) 6223 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:24.808 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:24 smithi178 bash[77880]: audit 2024-03-21T13:13:24.122611+0000 mon.a (mon.0) 9719 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:24.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:24 smithi178 bash[77880]: audit 2024-03-21T13:13:24.125582+0000 mon.a (mon.0) 9720 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:24.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:24 smithi178 bash[77880]: audit 2024-03-21T13:13:24.129035+0000 mon.a (mon.0) 9721 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:24.809 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:24 smithi178 bash[77880]: audit 2024-03-21T13:13:24.130255+0000 mon.a (mon.0) 9722 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:24.809 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:24 smithi178 bash[75692]: cluster 2024-03-21T13:13:24.133204+0000 mgr.x (mgr.34104) 6224 : cluster [DBG] pgmap v4114: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s 2024-03-21T13:13:24.809 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:24 smithi178 bash[75692]: cluster 2024-03-21T13:13:24.133690+0000 mgr.x (mgr.34104) 6225 : cluster [DBG] pgmap v4115: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s 2024-03-21T13:13:24.809 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:24 smithi178 bash[75692]: audit 2024-03-21T13:13:24.140213+0000 mon.a (mon.0) 9723 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:24.809 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:24 smithi178 bash[75692]: cephadm 2024-03-21T13:13:24.141624+0000 mgr.x (mgr.34104) 6226 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:24.809 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:24 smithi178 bash[75692]: audit 2024-03-21T13:13:24.224303+0000 mon.a (mon.0) 9724 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:24.809 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:24 smithi178 bash[75692]: audit 2024-03-21T13:13:24.228873+0000 mon.a (mon.0) 9725 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:24.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:24 smithi178 bash[75692]: audit 2024-03-21T13:13:24.232797+0000 mon.a (mon.0) 9726 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:24.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:24 smithi178 bash[75692]: audit 2024-03-21T13:13:24.234040+0000 mon.a (mon.0) 9727 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:24.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:24 smithi178 bash[75692]: cluster 2024-03-21T13:13:24.236869+0000 mgr.x (mgr.34104) 6227 : cluster [DBG] pgmap v4116: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:24.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:24 smithi178 bash[75692]: cluster 2024-03-21T13:13:24.237225+0000 mgr.x (mgr.34104) 6228 : cluster [DBG] pgmap v4117: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:24.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:24 smithi178 bash[75692]: audit 2024-03-21T13:13:24.245484+0000 mon.a (mon.0) 9728 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:24.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:24 smithi178 bash[75692]: cephadm 2024-03-21T13:13:24.246840+0000 mgr.x (mgr.34104) 6229 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:24.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:24 smithi178 bash[75692]: audit 2024-03-21T13:13:24.324483+0000 mon.a (mon.0) 9729 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:24.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:24 smithi178 bash[75692]: audit 2024-03-21T13:13:24.328607+0000 mon.a (mon.0) 9730 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:24.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:24 smithi178 bash[75692]: audit 2024-03-21T13:13:24.332752+0000 mon.a (mon.0) 9731 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:24.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:24 smithi178 bash[75692]: audit 2024-03-21T13:13:24.334270+0000 mon.a (mon.0) 9732 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:24.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:24 smithi178 bash[75692]: audit 2024-03-21T13:13:24.345729+0000 mon.a (mon.0) 9733 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:24.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:24 smithi178 bash[77880]: cluster 2024-03-21T13:13:24.133204+0000 mgr.x (mgr.34104) 6224 : cluster [DBG] pgmap v4114: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s 2024-03-21T13:13:24.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:24 smithi178 bash[77880]: cluster 2024-03-21T13:13:24.133690+0000 mgr.x (mgr.34104) 6225 : cluster [DBG] pgmap v4115: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s 2024-03-21T13:13:24.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:24 smithi178 bash[77880]: audit 2024-03-21T13:13:24.140213+0000 mon.a (mon.0) 9723 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:24.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:24 smithi178 bash[77880]: cephadm 2024-03-21T13:13:24.141624+0000 mgr.x (mgr.34104) 6226 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:24.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:24 smithi178 bash[77880]: audit 2024-03-21T13:13:24.224303+0000 mon.a (mon.0) 9724 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:24.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:24 smithi178 bash[77880]: audit 2024-03-21T13:13:24.228873+0000 mon.a (mon.0) 9725 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:24.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:24 smithi178 bash[77880]: audit 2024-03-21T13:13:24.232797+0000 mon.a (mon.0) 9726 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:24.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:24 smithi178 bash[77880]: audit 2024-03-21T13:13:24.234040+0000 mon.a (mon.0) 9727 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:24.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:24 smithi178 bash[77880]: cluster 2024-03-21T13:13:24.236869+0000 mgr.x (mgr.34104) 6227 : cluster [DBG] pgmap v4116: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:24.811 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:24 smithi178 bash[77880]: cluster 2024-03-21T13:13:24.237225+0000 mgr.x (mgr.34104) 6228 : cluster [DBG] pgmap v4117: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:24.812 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:24 smithi178 bash[77880]: audit 2024-03-21T13:13:24.245484+0000 mon.a (mon.0) 9728 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:24.812 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:24 smithi178 bash[77880]: cephadm 2024-03-21T13:13:24.246840+0000 mgr.x (mgr.34104) 6229 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:24.812 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:24 smithi178 bash[77880]: audit 2024-03-21T13:13:24.324483+0000 mon.a (mon.0) 9729 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:24.812 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:24 smithi178 bash[77880]: audit 2024-03-21T13:13:24.328607+0000 mon.a (mon.0) 9730 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:24.812 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:24 smithi178 bash[77880]: audit 2024-03-21T13:13:24.332752+0000 mon.a (mon.0) 9731 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:24.812 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:24 smithi178 bash[77880]: audit 2024-03-21T13:13:24.334270+0000 mon.a (mon.0) 9732 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:24.812 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:24 smithi178 bash[77880]: audit 2024-03-21T13:13:24.345729+0000 mon.a (mon.0) 9733 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:24.831 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:24 smithi184 bash[59794]: cephadm 2024-03-21T13:13:23.313162+0000 mgr.x (mgr.34104) 6202 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:24.831 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:24 smithi184 bash[59794]: audit 2024-03-21T13:13:23.404044+0000 mon.a (mon.0) 9687 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:24.831 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:24 smithi184 bash[59794]: cluster 2024-03-21T13:13:23.407096+0000 mgr.x (mgr.34104) 6203 : cluster [DBG] pgmap v4100: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:24.831 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:24 smithi184 bash[59794]: cluster 2024-03-21T13:13:23.407710+0000 mgr.x (mgr.34104) 6204 : cluster [DBG] pgmap v4101: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:24.831 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:24 smithi184 bash[59794]: audit 2024-03-21T13:13:23.428928+0000 mon.a (mon.0) 9688 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:24.832 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:24 smithi184 bash[59794]: cephadm 2024-03-21T13:13:23.430121+0000 mgr.x (mgr.34104) 6205 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:24.832 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:24 smithi184 bash[59794]: audit 2024-03-21T13:13:23.511652+0000 mon.a (mon.0) 9689 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:24.832 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:24 smithi184 bash[59794]: audit 2024-03-21T13:13:23.514981+0000 mon.a (mon.0) 9690 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:24.832 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:24 smithi184 bash[59794]: audit 2024-03-21T13:13:23.519069+0000 mon.a (mon.0) 9691 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:24.832 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:24 smithi184 bash[59794]: audit 2024-03-21T13:13:23.520651+0000 mon.a (mon.0) 9692 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:24.832 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:24 smithi184 bash[59794]: cluster 2024-03-21T13:13:23.523493+0000 mgr.x (mgr.34104) 6206 : cluster [DBG] pgmap v4102: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:24.832 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:24 smithi184 bash[59794]: cluster 2024-03-21T13:13:23.523811+0000 mgr.x (mgr.34104) 6207 : cluster [DBG] pgmap v4103: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:24.832 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:24 smithi184 bash[59794]: audit 2024-03-21T13:13:23.532181+0000 mon.a (mon.0) 9693 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:24.832 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:24 smithi184 bash[59794]: cephadm 2024-03-21T13:13:23.533610+0000 mgr.x (mgr.34104) 6208 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:24.832 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:24 smithi184 bash[59794]: audit 2024-03-21T13:13:23.616247+0000 mon.a (mon.0) 9694 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:24.832 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:24 smithi184 bash[59794]: audit 2024-03-21T13:13:23.619426+0000 mon.a (mon.0) 9695 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:24.832 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:24 smithi184 bash[59794]: audit 2024-03-21T13:13:23.623691+0000 mon.a (mon.0) 9696 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:24.832 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:24 smithi184 bash[59794]: audit 2024-03-21T13:13:23.625511+0000 mon.a (mon.0) 9697 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:24.832 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:24 smithi184 bash[59794]: cluster 2024-03-21T13:13:23.628945+0000 mgr.x (mgr.34104) 6209 : cluster [DBG] pgmap v4104: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:24.833 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:24 smithi184 bash[59794]: cluster 2024-03-21T13:13:23.629315+0000 mgr.x (mgr.34104) 6210 : cluster [DBG] pgmap v4105: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:24.833 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:24 smithi184 bash[59794]: audit 2024-03-21T13:13:23.637865+0000 mon.a (mon.0) 9698 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:24.833 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:24 smithi184 bash[59794]: cephadm 2024-03-21T13:13:23.639213+0000 mgr.x (mgr.34104) 6211 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:24.833 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:24 smithi184 bash[59794]: audit 2024-03-21T13:13:23.718614+0000 mon.a (mon.0) 9699 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:24.834 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:24 smithi184 bash[59794]: audit 2024-03-21T13:13:23.721791+0000 mon.a (mon.0) 9700 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:24.834 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:24 smithi184 bash[59794]: audit 2024-03-21T13:13:23.725189+0000 mon.a (mon.0) 9701 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:24.834 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:24 smithi184 bash[59794]: audit 2024-03-21T13:13:23.726591+0000 mon.a (mon.0) 9702 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:24.834 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:24 smithi184 bash[59794]: cluster 2024-03-21T13:13:23.729216+0000 mgr.x (mgr.34104) 6212 : cluster [DBG] pgmap v4106: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:24.834 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:24 smithi184 bash[59794]: cluster 2024-03-21T13:13:23.729465+0000 mgr.x (mgr.34104) 6213 : cluster [DBG] pgmap v4107: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:24.834 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:24 smithi184 bash[59794]: audit 2024-03-21T13:13:23.737761+0000 mon.a (mon.0) 9703 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:24.834 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:24 smithi184 bash[59794]: cephadm 2024-03-21T13:13:23.739094+0000 mgr.x (mgr.34104) 6214 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:24.834 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:24 smithi184 bash[59794]: audit 2024-03-21T13:13:23.819839+0000 mon.a (mon.0) 9704 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:24.834 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:24 smithi184 bash[59794]: audit 2024-03-21T13:13:23.823761+0000 mon.a (mon.0) 9705 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:24.834 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:24 smithi184 bash[59794]: audit 2024-03-21T13:13:23.827273+0000 mon.a (mon.0) 9706 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:24.834 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:24 smithi184 bash[59794]: audit 2024-03-21T13:13:23.828858+0000 mon.a (mon.0) 9707 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:24.834 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:24 smithi184 bash[59794]: cluster 2024-03-21T13:13:23.831450+0000 mgr.x (mgr.34104) 6215 : cluster [DBG] pgmap v4108: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:24.834 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:24 smithi184 bash[59794]: cluster 2024-03-21T13:13:23.831757+0000 mgr.x (mgr.34104) 6216 : cluster [DBG] pgmap v4109: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:24.835 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:24 smithi184 bash[59794]: audit 2024-03-21T13:13:23.840238+0000 mon.a (mon.0) 9708 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:24.835 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:24 smithi184 bash[59794]: cephadm 2024-03-21T13:13:23.841455+0000 mgr.x (mgr.34104) 6217 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:24.835 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:24 smithi184 bash[59794]: audit 2024-03-21T13:13:23.920446+0000 mon.a (mon.0) 9709 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:24.835 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:24 smithi184 bash[59794]: audit 2024-03-21T13:13:23.924487+0000 mon.a (mon.0) 9710 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:24.835 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:24 smithi184 bash[59794]: audit 2024-03-21T13:13:23.928713+0000 mon.a (mon.0) 9711 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:24.835 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:24 smithi184 bash[59794]: audit 2024-03-21T13:13:23.930424+0000 mon.a (mon.0) 9712 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:24.835 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:24 smithi184 bash[59794]: cluster 2024-03-21T13:13:23.933746+0000 mgr.x (mgr.34104) 6218 : cluster [DBG] pgmap v4110: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s 2024-03-21T13:13:24.835 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:24 smithi184 bash[59794]: cluster 2024-03-21T13:13:23.934131+0000 mgr.x (mgr.34104) 6219 : cluster [DBG] pgmap v4111: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s 2024-03-21T13:13:24.835 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:24 smithi184 bash[59794]: audit 2024-03-21T13:13:23.942076+0000 mon.a (mon.0) 9713 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:24.835 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:24 smithi184 bash[59794]: cephadm 2024-03-21T13:13:23.943403+0000 mgr.x (mgr.34104) 6220 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:24.835 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:24 smithi184 bash[59794]: audit 2024-03-21T13:13:24.025778+0000 mon.a (mon.0) 9714 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:24.835 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:24 smithi184 bash[59794]: audit 2024-03-21T13:13:24.028374+0000 mon.a (mon.0) 9715 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:24.835 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:24 smithi184 bash[59794]: audit 2024-03-21T13:13:24.030963+0000 mon.a (mon.0) 9716 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:24.835 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:24 smithi184 bash[59794]: audit 2024-03-21T13:13:24.032065+0000 mon.a (mon.0) 9717 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:24.835 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:24 smithi184 bash[59794]: cluster 2024-03-21T13:13:24.034597+0000 mgr.x (mgr.34104) 6221 : cluster [DBG] pgmap v4112: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s 2024-03-21T13:13:24.836 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:24 smithi184 bash[59794]: cluster 2024-03-21T13:13:24.035092+0000 mgr.x (mgr.34104) 6222 : cluster [DBG] pgmap v4113: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s 2024-03-21T13:13:24.836 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:24 smithi184 bash[59794]: audit 2024-03-21T13:13:24.041174+0000 mon.a (mon.0) 9718 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:24.836 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:24 smithi184 bash[59794]: cephadm 2024-03-21T13:13:24.042331+0000 mgr.x (mgr.34104) 6223 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:24.836 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:24 smithi184 bash[59794]: audit 2024-03-21T13:13:24.122611+0000 mon.a (mon.0) 9719 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:24.836 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:24 smithi184 bash[59794]: audit 2024-03-21T13:13:24.125582+0000 mon.a (mon.0) 9720 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:24.836 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:24 smithi184 bash[59794]: audit 2024-03-21T13:13:24.129035+0000 mon.a (mon.0) 9721 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:24.836 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:24 smithi184 bash[59794]: audit 2024-03-21T13:13:24.130255+0000 mon.a (mon.0) 9722 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:24.836 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:24 smithi184 bash[59794]: cluster 2024-03-21T13:13:24.133204+0000 mgr.x (mgr.34104) 6224 : cluster [DBG] pgmap v4114: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s 2024-03-21T13:13:24.836 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:24 smithi184 bash[59794]: cluster 2024-03-21T13:13:24.133690+0000 mgr.x (mgr.34104) 6225 : cluster [DBG] pgmap v4115: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 16 op/s 2024-03-21T13:13:24.836 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:24 smithi184 bash[59794]: audit 2024-03-21T13:13:24.140213+0000 mon.a (mon.0) 9723 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:24.836 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:24 smithi184 bash[59794]: cephadm 2024-03-21T13:13:24.141624+0000 mgr.x (mgr.34104) 6226 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:24.836 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:24 smithi184 bash[59794]: audit 2024-03-21T13:13:24.224303+0000 mon.a (mon.0) 9724 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:24.836 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:24 smithi184 bash[59794]: audit 2024-03-21T13:13:24.228873+0000 mon.a (mon.0) 9725 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:24.837 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:24 smithi184 bash[59794]: audit 2024-03-21T13:13:24.232797+0000 mon.a (mon.0) 9726 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:24.837 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:24 smithi184 bash[59794]: audit 2024-03-21T13:13:24.234040+0000 mon.a (mon.0) 9727 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:24.837 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:24 smithi184 bash[59794]: cluster 2024-03-21T13:13:24.236869+0000 mgr.x (mgr.34104) 6227 : cluster [DBG] pgmap v4116: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:24.837 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:24 smithi184 bash[59794]: cluster 2024-03-21T13:13:24.237225+0000 mgr.x (mgr.34104) 6228 : cluster [DBG] pgmap v4117: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:24.837 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:24 smithi184 bash[59794]: audit 2024-03-21T13:13:24.245484+0000 mon.a (mon.0) 9728 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:24.837 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:24 smithi184 bash[59794]: cephadm 2024-03-21T13:13:24.246840+0000 mgr.x (mgr.34104) 6229 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:24.837 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:24 smithi184 bash[59794]: audit 2024-03-21T13:13:24.324483+0000 mon.a (mon.0) 9729 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:24.837 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:24 smithi184 bash[59794]: audit 2024-03-21T13:13:24.328607+0000 mon.a (mon.0) 9730 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:24.837 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:24 smithi184 bash[59794]: audit 2024-03-21T13:13:24.332752+0000 mon.a (mon.0) 9731 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:24.837 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:24 smithi184 bash[59794]: audit 2024-03-21T13:13:24.334270+0000 mon.a (mon.0) 9732 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:24.837 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:24 smithi184 bash[59794]: audit 2024-03-21T13:13:24.345729+0000 mon.a (mon.0) 9733 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:25.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:25 smithi178 bash[77880]: cluster 2024-03-21T13:13:24.337380+0000 mgr.x (mgr.34104) 6230 : cluster [DBG] pgmap v4118: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:25.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:25 smithi178 bash[77880]: cluster 2024-03-21T13:13:24.337730+0000 mgr.x (mgr.34104) 6231 : cluster [DBG] pgmap v4119: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:25.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:25 smithi178 bash[77880]: cephadm 2024-03-21T13:13:24.347043+0000 mgr.x (mgr.34104) 6232 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:25.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:25 smithi178 bash[77880]: audit 2024-03-21T13:13:24.430284+0000 mon.a (mon.0) 9734 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:25.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:25 smithi178 bash[77880]: audit 2024-03-21T13:13:24.432651+0000 mon.a (mon.0) 9735 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:25.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:25 smithi178 bash[77880]: audit 2024-03-21T13:13:24.434873+0000 mon.a (mon.0) 9736 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:25.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:25 smithi178 bash[77880]: audit 2024-03-21T13:13:24.435777+0000 mon.a (mon.0) 9737 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:25.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:25 smithi178 bash[77880]: cluster 2024-03-21T13:13:24.438192+0000 mgr.x (mgr.34104) 6233 : cluster [DBG] pgmap v4120: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:25.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:25 smithi178 bash[77880]: cluster 2024-03-21T13:13:24.438670+0000 mgr.x (mgr.34104) 6234 : cluster [DBG] pgmap v4121: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:25.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:25 smithi178 bash[77880]: audit 2024-03-21T13:13:24.443033+0000 mon.a (mon.0) 9738 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:25.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:25 smithi178 bash[77880]: cephadm 2024-03-21T13:13:24.444270+0000 mgr.x (mgr.34104) 6235 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:25.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:25 smithi178 bash[77880]: audit 2024-03-21T13:13:24.528936+0000 mon.a (mon.0) 9739 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:25.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:25 smithi178 bash[77880]: audit 2024-03-21T13:13:24.532253+0000 mon.a (mon.0) 9740 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:25.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:25 smithi178 bash[77880]: audit 2024-03-21T13:13:24.536123+0000 mon.a (mon.0) 9741 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:25.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:25 smithi178 bash[77880]: audit 2024-03-21T13:13:24.537680+0000 mon.a (mon.0) 9742 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:25.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:25 smithi178 bash[77880]: cluster 2024-03-21T13:13:24.540832+0000 mgr.x (mgr.34104) 6236 : cluster [DBG] pgmap v4122: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:25.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:25 smithi178 bash[77880]: cluster 2024-03-21T13:13:24.541384+0000 mgr.x (mgr.34104) 6237 : cluster [DBG] pgmap v4123: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:25.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:25 smithi178 bash[77880]: audit 2024-03-21T13:13:24.552906+0000 mon.a (mon.0) 9743 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:25.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:25 smithi178 bash[77880]: cephadm 2024-03-21T13:13:24.554338+0000 mgr.x (mgr.34104) 6238 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:25.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:25 smithi178 bash[75692]: cluster 2024-03-21T13:13:24.337380+0000 mgr.x (mgr.34104) 6230 : cluster [DBG] pgmap v4118: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:25.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:25 smithi178 bash[75692]: cluster 2024-03-21T13:13:24.337730+0000 mgr.x (mgr.34104) 6231 : cluster [DBG] pgmap v4119: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:25.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:25 smithi178 bash[75692]: cephadm 2024-03-21T13:13:24.347043+0000 mgr.x (mgr.34104) 6232 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:25.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:25 smithi178 bash[75692]: audit 2024-03-21T13:13:24.430284+0000 mon.a (mon.0) 9734 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:25.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:25 smithi178 bash[75692]: audit 2024-03-21T13:13:24.432651+0000 mon.a (mon.0) 9735 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:25.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:25 smithi178 bash[75692]: audit 2024-03-21T13:13:24.434873+0000 mon.a (mon.0) 9736 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:25.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:25 smithi178 bash[75692]: audit 2024-03-21T13:13:24.435777+0000 mon.a (mon.0) 9737 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:25.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:25 smithi178 bash[75692]: cluster 2024-03-21T13:13:24.438192+0000 mgr.x (mgr.34104) 6233 : cluster [DBG] pgmap v4120: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:25.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:25 smithi178 bash[75692]: cluster 2024-03-21T13:13:24.438670+0000 mgr.x (mgr.34104) 6234 : cluster [DBG] pgmap v4121: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:25.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:25 smithi178 bash[75692]: audit 2024-03-21T13:13:24.443033+0000 mon.a (mon.0) 9738 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:25.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:25 smithi178 bash[75692]: cephadm 2024-03-21T13:13:24.444270+0000 mgr.x (mgr.34104) 6235 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:25.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:25 smithi178 bash[75692]: audit 2024-03-21T13:13:24.528936+0000 mon.a (mon.0) 9739 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:25.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:25 smithi178 bash[75692]: audit 2024-03-21T13:13:24.532253+0000 mon.a (mon.0) 9740 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:25.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:25 smithi178 bash[75692]: audit 2024-03-21T13:13:24.536123+0000 mon.a (mon.0) 9741 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:25.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:25 smithi178 bash[75692]: audit 2024-03-21T13:13:24.537680+0000 mon.a (mon.0) 9742 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:25.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:25 smithi178 bash[75692]: cluster 2024-03-21T13:13:24.540832+0000 mgr.x (mgr.34104) 6236 : cluster [DBG] pgmap v4122: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:25.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:25 smithi178 bash[75692]: cluster 2024-03-21T13:13:24.541384+0000 mgr.x (mgr.34104) 6237 : cluster [DBG] pgmap v4123: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:25.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:25 smithi178 bash[75692]: audit 2024-03-21T13:13:24.552906+0000 mon.a (mon.0) 9743 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:25.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:25 smithi178 bash[75692]: cephadm 2024-03-21T13:13:24.554338+0000 mgr.x (mgr.34104) 6238 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:25.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:25 smithi178 bash[77880]: audit 2024-03-21T13:13:24.632025+0000 mon.a (mon.0) 9744 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:25.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:25 smithi178 bash[77880]: audit 2024-03-21T13:13:24.634811+0000 mon.a (mon.0) 9745 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:25.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:25 smithi178 bash[77880]: audit 2024-03-21T13:13:24.639156+0000 mon.a (mon.0) 9746 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:25.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:25 smithi178 bash[77880]: audit 2024-03-21T13:13:24.640796+0000 mon.a (mon.0) 9747 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:25.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:25 smithi178 bash[77880]: cluster 2024-03-21T13:13:24.644346+0000 mgr.x (mgr.34104) 6239 : cluster [DBG] pgmap v4124: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:25.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:25 smithi178 bash[77880]: cluster 2024-03-21T13:13:24.644871+0000 mgr.x (mgr.34104) 6240 : cluster [DBG] pgmap v4125: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:25.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:25 smithi178 bash[77880]: audit 2024-03-21T13:13:24.651587+0000 mon.a (mon.0) 9748 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:25.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:25 smithi178 bash[77880]: cephadm 2024-03-21T13:13:24.652928+0000 mgr.x (mgr.34104) 6241 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:25.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:25 smithi178 bash[77880]: audit 2024-03-21T13:13:24.732568+0000 mon.a (mon.0) 9749 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:25.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:25 smithi178 bash[77880]: audit 2024-03-21T13:13:24.736082+0000 mon.a (mon.0) 9750 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:25.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:25 smithi178 bash[77880]: audit 2024-03-21T13:13:24.739762+0000 mon.a (mon.0) 9751 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:25.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:25 smithi178 bash[77880]: audit 2024-03-21T13:13:24.741024+0000 mon.a (mon.0) 9752 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:25.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:25 smithi178 bash[77880]: cluster 2024-03-21T13:13:24.743787+0000 mgr.x (mgr.34104) 6242 : cluster [DBG] pgmap v4126: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:25.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:25 smithi178 bash[77880]: audit 2024-03-21T13:13:24.748093+0000 mon.a (mon.0) 9753 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:25.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:25 smithi178 bash[77880]: cephadm 2024-03-21T13:13:24.749272+0000 mgr.x (mgr.34104) 6243 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:25.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:25 smithi178 bash[77880]: audit 2024-03-21T13:13:24.826778+0000 mon.a (mon.0) 9754 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:25.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:25 smithi178 bash[77880]: audit 2024-03-21T13:13:24.830404+0000 mon.a (mon.0) 9755 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:25.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:25 smithi178 bash[77880]: audit 2024-03-21T13:13:24.835102+0000 mon.a (mon.0) 9756 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:25.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:25 smithi178 bash[77880]: audit 2024-03-21T13:13:24.836353+0000 mon.a (mon.0) 9757 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:25.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:25 smithi178 bash[77880]: cluster 2024-03-21T13:13:24.839354+0000 mgr.x (mgr.34104) 6244 : cluster [DBG] pgmap v4127: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:25.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:25 smithi178 bash[75692]: audit 2024-03-21T13:13:24.632025+0000 mon.a (mon.0) 9744 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:25.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:25 smithi178 bash[75692]: audit 2024-03-21T13:13:24.634811+0000 mon.a (mon.0) 9745 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:25.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:25 smithi178 bash[75692]: audit 2024-03-21T13:13:24.639156+0000 mon.a (mon.0) 9746 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:25.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:25 smithi178 bash[75692]: audit 2024-03-21T13:13:24.640796+0000 mon.a (mon.0) 9747 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:25.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:25 smithi178 bash[75692]: cluster 2024-03-21T13:13:24.644346+0000 mgr.x (mgr.34104) 6239 : cluster [DBG] pgmap v4124: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:25.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:25 smithi178 bash[75692]: cluster 2024-03-21T13:13:24.644871+0000 mgr.x (mgr.34104) 6240 : cluster [DBG] pgmap v4125: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:25.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:25 smithi178 bash[75692]: audit 2024-03-21T13:13:24.651587+0000 mon.a (mon.0) 9748 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:25.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:25 smithi178 bash[75692]: cephadm 2024-03-21T13:13:24.652928+0000 mgr.x (mgr.34104) 6241 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:25.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:25 smithi178 bash[75692]: audit 2024-03-21T13:13:24.732568+0000 mon.a (mon.0) 9749 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:25.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:25 smithi178 bash[75692]: audit 2024-03-21T13:13:24.736082+0000 mon.a (mon.0) 9750 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:25.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:25 smithi178 bash[75692]: audit 2024-03-21T13:13:24.739762+0000 mon.a (mon.0) 9751 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:25.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:25 smithi178 bash[75692]: audit 2024-03-21T13:13:24.741024+0000 mon.a (mon.0) 9752 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:25.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:25 smithi178 bash[75692]: cluster 2024-03-21T13:13:24.743787+0000 mgr.x (mgr.34104) 6242 : cluster [DBG] pgmap v4126: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:25.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:25 smithi178 bash[75692]: audit 2024-03-21T13:13:24.748093+0000 mon.a (mon.0) 9753 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:25.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:25 smithi178 bash[75692]: cephadm 2024-03-21T13:13:24.749272+0000 mgr.x (mgr.34104) 6243 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:25.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:25 smithi178 bash[75692]: audit 2024-03-21T13:13:24.826778+0000 mon.a (mon.0) 9754 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:25.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:25 smithi178 bash[75692]: audit 2024-03-21T13:13:24.830404+0000 mon.a (mon.0) 9755 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:25.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:25 smithi178 bash[75692]: audit 2024-03-21T13:13:24.835102+0000 mon.a (mon.0) 9756 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:25.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:25 smithi178 bash[75692]: audit 2024-03-21T13:13:24.836353+0000 mon.a (mon.0) 9757 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:25.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:25 smithi178 bash[75692]: cluster 2024-03-21T13:13:24.839354+0000 mgr.x (mgr.34104) 6244 : cluster [DBG] pgmap v4127: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:25.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:25 smithi178 bash[75692]: cluster 2024-03-21T13:13:24.839985+0000 mgr.x (mgr.34104) 6245 : cluster [DBG] pgmap v4128: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:25.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:25 smithi178 bash[75692]: audit 2024-03-21T13:13:24.848094+0000 mon.a (mon.0) 9758 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:25.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:25 smithi178 bash[75692]: cephadm 2024-03-21T13:13:24.849272+0000 mgr.x (mgr.34104) 6246 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:25.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:25 smithi178 bash[75692]: audit 2024-03-21T13:13:24.927921+0000 mon.a (mon.0) 9759 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:25.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:25 smithi178 bash[75692]: audit 2024-03-21T13:13:24.931025+0000 mon.a (mon.0) 9760 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:25.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:25 smithi178 bash[75692]: audit 2024-03-21T13:13:24.934617+0000 mon.a (mon.0) 9761 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:25.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:25 smithi178 bash[75692]: audit 2024-03-21T13:13:24.935914+0000 mon.a (mon.0) 9762 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:25.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:25 smithi178 bash[75692]: cluster 2024-03-21T13:13:24.938787+0000 mgr.x (mgr.34104) 6247 : cluster [DBG] pgmap v4129: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:25.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:25 smithi178 bash[75692]: cluster 2024-03-21T13:13:24.939239+0000 mgr.x (mgr.34104) 6248 : cluster [DBG] pgmap v4130: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:25.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:25 smithi178 bash[75692]: audit 2024-03-21T13:13:24.945387+0000 mon.a (mon.0) 9763 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:25.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:25 smithi178 bash[75692]: cephadm 2024-03-21T13:13:24.946581+0000 mgr.x (mgr.34104) 6249 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:25.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:25 smithi178 bash[75692]: audit 2024-03-21T13:13:25.026547+0000 mon.a (mon.0) 9764 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:25.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:25 smithi178 bash[75692]: audit 2024-03-21T13:13:25.029647+0000 mon.a (mon.0) 9765 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:25.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:25 smithi178 bash[75692]: audit 2024-03-21T13:13:25.032699+0000 mon.a (mon.0) 9766 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:25.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:25 smithi178 bash[75692]: audit 2024-03-21T13:13:25.034468+0000 mon.a (mon.0) 9767 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:25.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:25 smithi178 bash[75692]: cluster 2024-03-21T13:13:25.037714+0000 mgr.x (mgr.34104) 6250 : cluster [DBG] pgmap v4131: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:25.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:25 smithi178 bash[75692]: cluster 2024-03-21T13:13:25.037910+0000 mgr.x (mgr.34104) 6251 : cluster [DBG] pgmap v4132: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:25.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:25 smithi178 bash[75692]: audit 2024-03-21T13:13:25.044441+0000 mon.a (mon.0) 9768 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:25.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:25 smithi178 bash[75692]: cephadm 2024-03-21T13:13:25.045756+0000 mgr.x (mgr.34104) 6252 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:25.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:25 smithi178 bash[77880]: cluster 2024-03-21T13:13:24.839985+0000 mgr.x (mgr.34104) 6245 : cluster [DBG] pgmap v4128: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:25.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:25 smithi178 bash[77880]: audit 2024-03-21T13:13:24.848094+0000 mon.a (mon.0) 9758 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:25.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:25 smithi178 bash[77880]: cephadm 2024-03-21T13:13:24.849272+0000 mgr.x (mgr.34104) 6246 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:25.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:25 smithi178 bash[77880]: audit 2024-03-21T13:13:24.927921+0000 mon.a (mon.0) 9759 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:25.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:25 smithi178 bash[77880]: audit 2024-03-21T13:13:24.931025+0000 mon.a (mon.0) 9760 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:25.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:25 smithi178 bash[77880]: audit 2024-03-21T13:13:24.934617+0000 mon.a (mon.0) 9761 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:25.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:25 smithi178 bash[77880]: audit 2024-03-21T13:13:24.935914+0000 mon.a (mon.0) 9762 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:25.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:25 smithi178 bash[77880]: cluster 2024-03-21T13:13:24.938787+0000 mgr.x (mgr.34104) 6247 : cluster [DBG] pgmap v4129: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:25.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:25 smithi178 bash[77880]: cluster 2024-03-21T13:13:24.939239+0000 mgr.x (mgr.34104) 6248 : cluster [DBG] pgmap v4130: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:25.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:25 smithi178 bash[77880]: audit 2024-03-21T13:13:24.945387+0000 mon.a (mon.0) 9763 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:25.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:25 smithi178 bash[77880]: cephadm 2024-03-21T13:13:24.946581+0000 mgr.x (mgr.34104) 6249 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:25.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:25 smithi178 bash[77880]: audit 2024-03-21T13:13:25.026547+0000 mon.a (mon.0) 9764 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:25.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:25 smithi178 bash[77880]: audit 2024-03-21T13:13:25.029647+0000 mon.a (mon.0) 9765 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:25.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:25 smithi178 bash[77880]: audit 2024-03-21T13:13:25.032699+0000 mon.a (mon.0) 9766 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:25.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:25 smithi178 bash[77880]: audit 2024-03-21T13:13:25.034468+0000 mon.a (mon.0) 9767 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:25.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:25 smithi178 bash[77880]: cluster 2024-03-21T13:13:25.037714+0000 mgr.x (mgr.34104) 6250 : cluster [DBG] pgmap v4131: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:25.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:25 smithi178 bash[77880]: cluster 2024-03-21T13:13:25.037910+0000 mgr.x (mgr.34104) 6251 : cluster [DBG] pgmap v4132: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:25.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:25 smithi178 bash[77880]: audit 2024-03-21T13:13:25.044441+0000 mon.a (mon.0) 9768 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:25.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:25 smithi178 bash[77880]: cephadm 2024-03-21T13:13:25.045756+0000 mgr.x (mgr.34104) 6252 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:25.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:25 smithi178 bash[77880]: audit 2024-03-21T13:13:25.123491+0000 mon.a (mon.0) 9769 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:25.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:25 smithi178 bash[77880]: audit 2024-03-21T13:13:25.127237+0000 mon.a (mon.0) 9770 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:25.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:25 smithi178 bash[77880]: audit 2024-03-21T13:13:25.131403+0000 mon.a (mon.0) 9771 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:25.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:25 smithi178 bash[77880]: audit 2024-03-21T13:13:25.133072+0000 mon.a (mon.0) 9772 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:25.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:25 smithi178 bash[77880]: cluster 2024-03-21T13:13:25.136161+0000 mgr.x (mgr.34104) 6253 : cluster [DBG] pgmap v4133: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:25.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:25 smithi178 bash[77880]: audit 2024-03-21T13:13:25.141588+0000 mon.a (mon.0) 9773 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:25.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:25 smithi178 bash[77880]: cephadm 2024-03-21T13:13:25.142784+0000 mgr.x (mgr.34104) 6254 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:25.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:25 smithi178 bash[77880]: audit 2024-03-21T13:13:25.221326+0000 mon.a (mon.0) 9774 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:25.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:25 smithi178 bash[77880]: audit 2024-03-21T13:13:25.224676+0000 mon.a (mon.0) 9775 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:25.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:25 smithi178 bash[77880]: audit 2024-03-21T13:13:25.228060+0000 mon.a (mon.0) 9776 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:25.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:25 smithi178 bash[77880]: audit 2024-03-21T13:13:25.229528+0000 mon.a (mon.0) 9777 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:25.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:25 smithi178 bash[77880]: cluster 2024-03-21T13:13:25.232554+0000 mgr.x (mgr.34104) 6255 : cluster [DBG] pgmap v4134: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:25.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:25 smithi178 bash[77880]: cluster 2024-03-21T13:13:25.233230+0000 mgr.x (mgr.34104) 6256 : cluster [DBG] pgmap v4135: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:25.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:25 smithi178 bash[77880]: audit 2024-03-21T13:13:25.240344+0000 mon.a (mon.0) 9778 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:25.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:25 smithi178 bash[77880]: cephadm 2024-03-21T13:13:25.241697+0000 mgr.x (mgr.34104) 6257 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:25.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:25 smithi178 bash[77880]: audit 2024-03-21T13:13:25.323581+0000 mon.a (mon.0) 9779 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:25.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:25 smithi178 bash[77880]: audit 2024-03-21T13:13:25.326435+0000 mon.a (mon.0) 9780 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:25.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:25 smithi178 bash[77880]: audit 2024-03-21T13:13:25.330609+0000 mon.a (mon.0) 9781 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:25.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:25 smithi178 bash[77880]: audit 2024-03-21T13:13:25.332377+0000 mon.a (mon.0) 9782 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:25.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:25 smithi178 bash[77880]: audit 2024-03-21T13:13:25.344154+0000 mon.a (mon.0) 9783 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:25.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:25 smithi178 bash[75692]: audit 2024-03-21T13:13:25.123491+0000 mon.a (mon.0) 9769 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:25.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:25 smithi178 bash[75692]: audit 2024-03-21T13:13:25.127237+0000 mon.a (mon.0) 9770 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:25.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:25 smithi178 bash[75692]: audit 2024-03-21T13:13:25.131403+0000 mon.a (mon.0) 9771 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:25.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:25 smithi178 bash[75692]: audit 2024-03-21T13:13:25.133072+0000 mon.a (mon.0) 9772 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:25.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:25 smithi178 bash[75692]: cluster 2024-03-21T13:13:25.136161+0000 mgr.x (mgr.34104) 6253 : cluster [DBG] pgmap v4133: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:25.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:25 smithi178 bash[75692]: audit 2024-03-21T13:13:25.141588+0000 mon.a (mon.0) 9773 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:25.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:25 smithi178 bash[75692]: cephadm 2024-03-21T13:13:25.142784+0000 mgr.x (mgr.34104) 6254 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:25.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:25 smithi178 bash[75692]: audit 2024-03-21T13:13:25.221326+0000 mon.a (mon.0) 9774 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:25.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:25 smithi178 bash[75692]: audit 2024-03-21T13:13:25.224676+0000 mon.a (mon.0) 9775 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:25.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:25 smithi178 bash[75692]: audit 2024-03-21T13:13:25.228060+0000 mon.a (mon.0) 9776 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:25.562 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:25 smithi178 bash[75692]: audit 2024-03-21T13:13:25.229528+0000 mon.a (mon.0) 9777 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:25.562 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:25 smithi178 bash[75692]: cluster 2024-03-21T13:13:25.232554+0000 mgr.x (mgr.34104) 6255 : cluster [DBG] pgmap v4134: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:25.562 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:25 smithi178 bash[75692]: cluster 2024-03-21T13:13:25.233230+0000 mgr.x (mgr.34104) 6256 : cluster [DBG] pgmap v4135: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:25.562 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:25 smithi178 bash[75692]: audit 2024-03-21T13:13:25.240344+0000 mon.a (mon.0) 9778 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:25.562 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:25 smithi178 bash[75692]: cephadm 2024-03-21T13:13:25.241697+0000 mgr.x (mgr.34104) 6257 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:25.562 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:25 smithi178 bash[75692]: audit 2024-03-21T13:13:25.323581+0000 mon.a (mon.0) 9779 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:25.562 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:25 smithi178 bash[75692]: audit 2024-03-21T13:13:25.326435+0000 mon.a (mon.0) 9780 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:25.562 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:25 smithi178 bash[75692]: audit 2024-03-21T13:13:25.330609+0000 mon.a (mon.0) 9781 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:25.562 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:25 smithi178 bash[75692]: audit 2024-03-21T13:13:25.332377+0000 mon.a (mon.0) 9782 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:25.562 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:25 smithi178 bash[75692]: audit 2024-03-21T13:13:25.344154+0000 mon.a (mon.0) 9783 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:25.792 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:13:25 smithi184 bash[52419]: ::ffff:172.21.15.184 - - [21/Mar/2024:13:13:25] "GET /metrics HTTP/1.1" 200 38773 "" "Prometheus/2.43.0" 2024-03-21T13:13:25.793 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:25 smithi184 bash[59794]: cluster 2024-03-21T13:13:24.337380+0000 mgr.x (mgr.34104) 6230 : cluster [DBG] pgmap v4118: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:25.793 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:25 smithi184 bash[59794]: cluster 2024-03-21T13:13:24.337730+0000 mgr.x (mgr.34104) 6231 : cluster [DBG] pgmap v4119: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:25.793 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:25 smithi184 bash[59794]: cephadm 2024-03-21T13:13:24.347043+0000 mgr.x (mgr.34104) 6232 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:25.793 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:25 smithi184 bash[59794]: audit 2024-03-21T13:13:24.430284+0000 mon.a (mon.0) 9734 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:25.793 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:25 smithi184 bash[59794]: audit 2024-03-21T13:13:24.432651+0000 mon.a (mon.0) 9735 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:25.793 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:25 smithi184 bash[59794]: audit 2024-03-21T13:13:24.434873+0000 mon.a (mon.0) 9736 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:25.793 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:25 smithi184 bash[59794]: audit 2024-03-21T13:13:24.435777+0000 mon.a (mon.0) 9737 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:25.793 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:25 smithi184 bash[59794]: cluster 2024-03-21T13:13:24.438192+0000 mgr.x (mgr.34104) 6233 : cluster [DBG] pgmap v4120: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:25.793 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:25 smithi184 bash[59794]: cluster 2024-03-21T13:13:24.438670+0000 mgr.x (mgr.34104) 6234 : cluster [DBG] pgmap v4121: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:25.793 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:25 smithi184 bash[59794]: audit 2024-03-21T13:13:24.443033+0000 mon.a (mon.0) 9738 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:25.793 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:25 smithi184 bash[59794]: cephadm 2024-03-21T13:13:24.444270+0000 mgr.x (mgr.34104) 6235 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:25.794 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:25 smithi184 bash[59794]: audit 2024-03-21T13:13:24.528936+0000 mon.a (mon.0) 9739 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:25.794 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:25 smithi184 bash[59794]: audit 2024-03-21T13:13:24.532253+0000 mon.a (mon.0) 9740 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:25.794 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:25 smithi184 bash[59794]: audit 2024-03-21T13:13:24.536123+0000 mon.a (mon.0) 9741 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:25.794 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:25 smithi184 bash[59794]: audit 2024-03-21T13:13:24.537680+0000 mon.a (mon.0) 9742 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:25.794 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:25 smithi184 bash[59794]: cluster 2024-03-21T13:13:24.540832+0000 mgr.x (mgr.34104) 6236 : cluster [DBG] pgmap v4122: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:25.794 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:25 smithi184 bash[59794]: cluster 2024-03-21T13:13:24.541384+0000 mgr.x (mgr.34104) 6237 : cluster [DBG] pgmap v4123: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:25.794 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:25 smithi184 bash[59794]: audit 2024-03-21T13:13:24.552906+0000 mon.a (mon.0) 9743 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:25.794 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:25 smithi184 bash[59794]: cephadm 2024-03-21T13:13:24.554338+0000 mgr.x (mgr.34104) 6238 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:25.795 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:25 smithi184 bash[59794]: audit 2024-03-21T13:13:24.632025+0000 mon.a (mon.0) 9744 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:25.795 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:25 smithi184 bash[59794]: audit 2024-03-21T13:13:24.634811+0000 mon.a (mon.0) 9745 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:25.795 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:25 smithi184 bash[59794]: audit 2024-03-21T13:13:24.639156+0000 mon.a (mon.0) 9746 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:25.795 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:25 smithi184 bash[59794]: audit 2024-03-21T13:13:24.640796+0000 mon.a (mon.0) 9747 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:25.795 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:25 smithi184 bash[59794]: cluster 2024-03-21T13:13:24.644346+0000 mgr.x (mgr.34104) 6239 : cluster [DBG] pgmap v4124: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:25.795 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:25 smithi184 bash[59794]: cluster 2024-03-21T13:13:24.644871+0000 mgr.x (mgr.34104) 6240 : cluster [DBG] pgmap v4125: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:25.795 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:25 smithi184 bash[59794]: audit 2024-03-21T13:13:24.651587+0000 mon.a (mon.0) 9748 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:25.795 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:25 smithi184 bash[59794]: cephadm 2024-03-21T13:13:24.652928+0000 mgr.x (mgr.34104) 6241 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:25.795 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:25 smithi184 bash[59794]: audit 2024-03-21T13:13:24.732568+0000 mon.a (mon.0) 9749 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:25.795 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:25 smithi184 bash[59794]: audit 2024-03-21T13:13:24.736082+0000 mon.a (mon.0) 9750 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:25.795 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:25 smithi184 bash[59794]: audit 2024-03-21T13:13:24.739762+0000 mon.a (mon.0) 9751 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:25.795 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:25 smithi184 bash[59794]: audit 2024-03-21T13:13:24.741024+0000 mon.a (mon.0) 9752 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:25.796 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:25 smithi184 bash[59794]: cluster 2024-03-21T13:13:24.743787+0000 mgr.x (mgr.34104) 6242 : cluster [DBG] pgmap v4126: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:25.796 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:25 smithi184 bash[59794]: audit 2024-03-21T13:13:24.748093+0000 mon.a (mon.0) 9753 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:25.796 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:25 smithi184 bash[59794]: cephadm 2024-03-21T13:13:24.749272+0000 mgr.x (mgr.34104) 6243 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:25.796 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:25 smithi184 bash[59794]: audit 2024-03-21T13:13:24.826778+0000 mon.a (mon.0) 9754 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:25.796 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:25 smithi184 bash[59794]: audit 2024-03-21T13:13:24.830404+0000 mon.a (mon.0) 9755 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:25.796 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:25 smithi184 bash[59794]: audit 2024-03-21T13:13:24.835102+0000 mon.a (mon.0) 9756 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:25.796 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:25 smithi184 bash[59794]: audit 2024-03-21T13:13:24.836353+0000 mon.a (mon.0) 9757 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:25.796 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:25 smithi184 bash[59794]: cluster 2024-03-21T13:13:24.839354+0000 mgr.x (mgr.34104) 6244 : cluster [DBG] pgmap v4127: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:25.796 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:25 smithi184 bash[59794]: cluster 2024-03-21T13:13:24.839985+0000 mgr.x (mgr.34104) 6245 : cluster [DBG] pgmap v4128: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:25.796 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:25 smithi184 bash[59794]: audit 2024-03-21T13:13:24.848094+0000 mon.a (mon.0) 9758 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:25.796 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:25 smithi184 bash[59794]: cephadm 2024-03-21T13:13:24.849272+0000 mgr.x (mgr.34104) 6246 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:25.796 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:25 smithi184 bash[59794]: audit 2024-03-21T13:13:24.927921+0000 mon.a (mon.0) 9759 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:25.796 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:25 smithi184 bash[59794]: audit 2024-03-21T13:13:24.931025+0000 mon.a (mon.0) 9760 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:25.797 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:25 smithi184 bash[59794]: audit 2024-03-21T13:13:24.934617+0000 mon.a (mon.0) 9761 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:25.797 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:25 smithi184 bash[59794]: audit 2024-03-21T13:13:24.935914+0000 mon.a (mon.0) 9762 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:25.797 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:25 smithi184 bash[59794]: cluster 2024-03-21T13:13:24.938787+0000 mgr.x (mgr.34104) 6247 : cluster [DBG] pgmap v4129: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:25.797 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:25 smithi184 bash[59794]: cluster 2024-03-21T13:13:24.939239+0000 mgr.x (mgr.34104) 6248 : cluster [DBG] pgmap v4130: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:25.797 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:25 smithi184 bash[59794]: audit 2024-03-21T13:13:24.945387+0000 mon.a (mon.0) 9763 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:25.797 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:25 smithi184 bash[59794]: cephadm 2024-03-21T13:13:24.946581+0000 mgr.x (mgr.34104) 6249 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:25.797 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:25 smithi184 bash[59794]: audit 2024-03-21T13:13:25.026547+0000 mon.a (mon.0) 9764 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:25.797 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:25 smithi184 bash[59794]: audit 2024-03-21T13:13:25.029647+0000 mon.a (mon.0) 9765 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:25.797 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:25 smithi184 bash[59794]: audit 2024-03-21T13:13:25.032699+0000 mon.a (mon.0) 9766 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:25.797 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:25 smithi184 bash[59794]: audit 2024-03-21T13:13:25.034468+0000 mon.a (mon.0) 9767 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:25.797 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:25 smithi184 bash[59794]: cluster 2024-03-21T13:13:25.037714+0000 mgr.x (mgr.34104) 6250 : cluster [DBG] pgmap v4131: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:25.797 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:25 smithi184 bash[59794]: cluster 2024-03-21T13:13:25.037910+0000 mgr.x (mgr.34104) 6251 : cluster [DBG] pgmap v4132: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:25.797 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:25 smithi184 bash[59794]: audit 2024-03-21T13:13:25.044441+0000 mon.a (mon.0) 9768 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:25.797 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:25 smithi184 bash[59794]: cephadm 2024-03-21T13:13:25.045756+0000 mgr.x (mgr.34104) 6252 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:25.798 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:25 smithi184 bash[59794]: audit 2024-03-21T13:13:25.123491+0000 mon.a (mon.0) 9769 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:25.798 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:25 smithi184 bash[59794]: audit 2024-03-21T13:13:25.127237+0000 mon.a (mon.0) 9770 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:25.798 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:25 smithi184 bash[59794]: audit 2024-03-21T13:13:25.131403+0000 mon.a (mon.0) 9771 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:25.798 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:25 smithi184 bash[59794]: audit 2024-03-21T13:13:25.133072+0000 mon.a (mon.0) 9772 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:25.798 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:25 smithi184 bash[59794]: cluster 2024-03-21T13:13:25.136161+0000 mgr.x (mgr.34104) 6253 : cluster [DBG] pgmap v4133: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:25.798 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:25 smithi184 bash[59794]: audit 2024-03-21T13:13:25.141588+0000 mon.a (mon.0) 9773 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:25.798 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:25 smithi184 bash[59794]: cephadm 2024-03-21T13:13:25.142784+0000 mgr.x (mgr.34104) 6254 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:25.798 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:25 smithi184 bash[59794]: audit 2024-03-21T13:13:25.221326+0000 mon.a (mon.0) 9774 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:25.798 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:25 smithi184 bash[59794]: audit 2024-03-21T13:13:25.224676+0000 mon.a (mon.0) 9775 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:25.798 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:25 smithi184 bash[59794]: audit 2024-03-21T13:13:25.228060+0000 mon.a (mon.0) 9776 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:25.798 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:25 smithi184 bash[59794]: audit 2024-03-21T13:13:25.229528+0000 mon.a (mon.0) 9777 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:25.798 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:25 smithi184 bash[59794]: cluster 2024-03-21T13:13:25.232554+0000 mgr.x (mgr.34104) 6255 : cluster [DBG] pgmap v4134: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:25.798 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:25 smithi184 bash[59794]: cluster 2024-03-21T13:13:25.233230+0000 mgr.x (mgr.34104) 6256 : cluster [DBG] pgmap v4135: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:25.799 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:25 smithi184 bash[59794]: audit 2024-03-21T13:13:25.240344+0000 mon.a (mon.0) 9778 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:25.799 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:25 smithi184 bash[59794]: cephadm 2024-03-21T13:13:25.241697+0000 mgr.x (mgr.34104) 6257 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:25.799 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:25 smithi184 bash[59794]: audit 2024-03-21T13:13:25.323581+0000 mon.a (mon.0) 9779 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:25.799 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:25 smithi184 bash[59794]: audit 2024-03-21T13:13:25.326435+0000 mon.a (mon.0) 9780 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:25.799 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:25 smithi184 bash[59794]: audit 2024-03-21T13:13:25.330609+0000 mon.a (mon.0) 9781 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:25.799 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:25 smithi184 bash[59794]: audit 2024-03-21T13:13:25.332377+0000 mon.a (mon.0) 9782 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:25.799 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:25 smithi184 bash[59794]: audit 2024-03-21T13:13:25.344154+0000 mon.a (mon.0) 9783 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:26.711 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:26 smithi184 bash[59794]: cluster 2024-03-21T13:13:25.335733+0000 mgr.x (mgr.34104) 6258 : cluster [DBG] pgmap v4136: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:26.711 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:26 smithi184 bash[59794]: cluster 2024-03-21T13:13:25.335982+0000 mgr.x (mgr.34104) 6259 : cluster [DBG] pgmap v4137: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:26.711 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:26 smithi184 bash[59794]: cephadm 2024-03-21T13:13:25.345553+0000 mgr.x (mgr.34104) 6260 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:26.711 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:26 smithi184 bash[59794]: audit 2024-03-21T13:13:25.425000+0000 mon.a (mon.0) 9784 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:26.711 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:26 smithi184 bash[59794]: audit 2024-03-21T13:13:25.436719+0000 mon.a (mon.0) 9785 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:26.711 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:26 smithi184 bash[59794]: audit 2024-03-21T13:13:25.439307+0000 mon.a (mon.0) 9786 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:26.711 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:26 smithi184 bash[59794]: audit 2024-03-21T13:13:25.440276+0000 mon.a (mon.0) 9787 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:26.711 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:26 smithi184 bash[59794]: cluster 2024-03-21T13:13:25.442607+0000 mgr.x (mgr.34104) 6261 : cluster [DBG] pgmap v4138: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:26.711 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:26 smithi184 bash[59794]: cluster 2024-03-21T13:13:25.442970+0000 mgr.x (mgr.34104) 6262 : cluster [DBG] pgmap v4139: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:26.711 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:26 smithi184 bash[59794]: audit 2024-03-21T13:13:25.446935+0000 mon.a (mon.0) 9788 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:26.711 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:26 smithi184 bash[59794]: cephadm 2024-03-21T13:13:25.448060+0000 mgr.x (mgr.34104) 6263 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:26.711 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:26 smithi184 bash[59794]: audit 2024-03-21T13:13:25.526442+0000 mon.a (mon.0) 9789 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:26.712 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:26 smithi184 bash[59794]: audit 2024-03-21T13:13:25.529510+0000 mon.a (mon.0) 9790 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:26.712 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:26 smithi184 bash[59794]: audit 2024-03-21T13:13:25.533195+0000 mon.a (mon.0) 9791 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:26.712 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:26 smithi184 bash[59794]: audit 2024-03-21T13:13:25.534550+0000 mon.a (mon.0) 9792 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:26.712 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:26 smithi184 bash[59794]: cluster 2024-03-21T13:13:25.537489+0000 mgr.x (mgr.34104) 6264 : cluster [DBG] pgmap v4140: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:26.712 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:26 smithi184 bash[59794]: cluster 2024-03-21T13:13:25.537686+0000 mgr.x (mgr.34104) 6265 : cluster [DBG] pgmap v4141: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:26.712 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:26 smithi184 bash[59794]: audit 2024-03-21T13:13:25.546416+0000 mon.a (mon.0) 9793 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:26.712 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:26 smithi184 bash[59794]: cephadm 2024-03-21T13:13:25.547881+0000 mgr.x (mgr.34104) 6266 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:26.712 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:26 smithi184 bash[59794]: audit 2024-03-21T13:13:25.627550+0000 mon.a (mon.0) 9794 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:26.712 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:26 smithi184 bash[59794]: audit 2024-03-21T13:13:25.630722+0000 mon.a (mon.0) 9795 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:26.712 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:26 smithi184 bash[59794]: audit 2024-03-21T13:13:25.634581+0000 mon.a (mon.0) 9796 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:26.712 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:26 smithi184 bash[59794]: audit 2024-03-21T13:13:25.636291+0000 mon.a (mon.0) 9797 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:26.712 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:26 smithi184 bash[59794]: cluster 2024-03-21T13:13:25.638853+0000 mgr.x (mgr.34104) 6267 : cluster [DBG] pgmap v4142: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:26.712 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:26 smithi184 bash[59794]: cluster 2024-03-21T13:13:25.639173+0000 mgr.x (mgr.34104) 6268 : cluster [DBG] pgmap v4143: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:26.712 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:26 smithi184 bash[59794]: audit 2024-03-21T13:13:25.648318+0000 mon.a (mon.0) 9798 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:26.713 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:26 smithi184 bash[59794]: cephadm 2024-03-21T13:13:25.649580+0000 mgr.x (mgr.34104) 6269 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:26.713 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:26 smithi184 bash[59794]: audit 2024-03-21T13:13:25.728159+0000 mon.a (mon.0) 9799 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:26.713 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:26 smithi184 bash[59794]: audit 2024-03-21T13:13:25.731307+0000 mon.a (mon.0) 9800 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:26.713 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:26 smithi184 bash[59794]: audit 2024-03-21T13:13:25.734410+0000 mon.a (mon.0) 9801 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:26.713 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:26 smithi184 bash[59794]: audit 2024-03-21T13:13:25.735714+0000 mon.a (mon.0) 9802 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:26.713 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:26 smithi184 bash[59794]: cluster 2024-03-21T13:13:25.738164+0000 mgr.x (mgr.34104) 6270 : cluster [DBG] pgmap v4144: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:26.713 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:26 smithi184 bash[59794]: cluster 2024-03-21T13:13:25.738625+0000 mgr.x (mgr.34104) 6271 : cluster [DBG] pgmap v4145: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:26.713 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:26 smithi184 bash[59794]: audit 2024-03-21T13:13:25.747543+0000 mon.a (mon.0) 9803 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:26.713 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:26 smithi184 bash[59794]: cephadm 2024-03-21T13:13:25.748720+0000 mgr.x (mgr.34104) 6272 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:26.713 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:26 smithi184 bash[59794]: audit 2024-03-21T13:13:25.825702+0000 mon.a (mon.0) 9804 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:26.713 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:26 smithi184 bash[59794]: audit 2024-03-21T13:13:25.829026+0000 mon.a (mon.0) 9805 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:26.713 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:26 smithi184 bash[59794]: audit 2024-03-21T13:13:25.832411+0000 mon.a (mon.0) 9806 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:26.713 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:26 smithi184 bash[59794]: audit 2024-03-21T13:13:25.834807+0000 mon.a (mon.0) 9807 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:26.714 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:26 smithi184 bash[59794]: cluster 2024-03-21T13:13:25.840332+0000 mgr.x (mgr.34104) 6273 : cluster [DBG] pgmap v4146: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:26.714 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:26 smithi184 bash[59794]: audit 2024-03-21T13:13:25.846535+0000 mon.a (mon.0) 9808 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:26.714 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:26 smithi184 bash[59794]: cephadm 2024-03-21T13:13:25.847947+0000 mgr.x (mgr.34104) 6274 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:26.714 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:26 smithi184 bash[59794]: audit 2024-03-21T13:13:25.929938+0000 mon.a (mon.0) 9809 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:26.714 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:26 smithi184 bash[59794]: audit 2024-03-21T13:13:25.933114+0000 mon.a (mon.0) 9810 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:26.714 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:26 smithi184 bash[59794]: audit 2024-03-21T13:13:25.936302+0000 mon.a (mon.0) 9811 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:26.714 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:26 smithi184 bash[59794]: audit 2024-03-21T13:13:25.937868+0000 mon.a (mon.0) 9812 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:26.714 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:26 smithi184 bash[59794]: cluster 2024-03-21T13:13:25.940856+0000 mgr.x (mgr.34104) 6275 : cluster [DBG] pgmap v4147: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:26.714 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:26 smithi184 bash[59794]: cluster 2024-03-21T13:13:25.941388+0000 mgr.x (mgr.34104) 6276 : cluster [DBG] pgmap v4148: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:26.714 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:26 smithi184 bash[59794]: audit 2024-03-21T13:13:25.948310+0000 mon.a (mon.0) 9813 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:26.714 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:26 smithi184 bash[59794]: cephadm 2024-03-21T13:13:25.949563+0000 mgr.x (mgr.34104) 6277 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:26.714 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:26 smithi184 bash[59794]: audit 2024-03-21T13:13:26.026897+0000 mon.a (mon.0) 9814 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:26.714 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:26 smithi184 bash[59794]: audit 2024-03-21T13:13:26.030466+0000 mon.a (mon.0) 9815 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:26.715 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:26 smithi184 bash[59794]: audit 2024-03-21T13:13:26.034567+0000 mon.a (mon.0) 9816 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:26.715 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:26 smithi184 bash[59794]: audit 2024-03-21T13:13:26.036224+0000 mon.a (mon.0) 9817 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:26.715 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:26 smithi184 bash[59794]: cluster 2024-03-21T13:13:26.039497+0000 mgr.x (mgr.34104) 6278 : cluster [DBG] pgmap v4149: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:26.715 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:26 smithi184 bash[59794]: cluster 2024-03-21T13:13:26.040180+0000 mgr.x (mgr.34104) 6279 : cluster [DBG] pgmap v4150: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:26.715 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:26 smithi184 bash[59794]: audit 2024-03-21T13:13:26.046099+0000 mon.a (mon.0) 9818 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:26.715 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:26 smithi184 bash[59794]: cephadm 2024-03-21T13:13:26.047917+0000 mgr.x (mgr.34104) 6280 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:26.715 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:26 smithi184 bash[59794]: audit 2024-03-21T13:13:26.128404+0000 mon.a (mon.0) 9819 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:26.716 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:26 smithi184 bash[59794]: audit 2024-03-21T13:13:26.132011+0000 mon.a (mon.0) 9820 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:26.716 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:26 smithi184 bash[59794]: audit 2024-03-21T13:13:26.136042+0000 mon.a (mon.0) 9821 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:26.716 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:26 smithi184 bash[59794]: audit 2024-03-21T13:13:26.137869+0000 mon.a (mon.0) 9822 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:26.716 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:26 smithi184 bash[59794]: cluster 2024-03-21T13:13:26.140466+0000 mgr.x (mgr.34104) 6281 : cluster [DBG] pgmap v4151: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:26.716 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:26 smithi184 bash[59794]: cluster 2024-03-21T13:13:26.140659+0000 mgr.x (mgr.34104) 6282 : cluster [DBG] pgmap v4152: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:26.716 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:26 smithi184 bash[59794]: audit 2024-03-21T13:13:26.149329+0000 mon.a (mon.0) 9823 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:26.716 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:26 smithi184 bash[59794]: cephadm 2024-03-21T13:13:26.150878+0000 mgr.x (mgr.34104) 6283 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:26.716 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:26 smithi184 bash[59794]: audit 2024-03-21T13:13:26.230220+0000 mon.a (mon.0) 9824 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:26.716 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:26 smithi184 bash[59794]: audit 2024-03-21T13:13:26.233509+0000 mon.a (mon.0) 9825 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:26.716 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:26 smithi184 bash[59794]: audit 2024-03-21T13:13:26.237685+0000 mon.a (mon.0) 9826 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:26.716 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:26 smithi184 bash[59794]: audit 2024-03-21T13:13:26.239086+0000 mon.a (mon.0) 9827 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:26.716 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:26 smithi184 bash[59794]: cluster 2024-03-21T13:13:26.242241+0000 mgr.x (mgr.34104) 6284 : cluster [DBG] pgmap v4153: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:26.716 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:26 smithi184 bash[59794]: cluster 2024-03-21T13:13:26.242782+0000 mgr.x (mgr.34104) 6285 : cluster [DBG] pgmap v4154: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:26.716 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:26 smithi184 bash[59794]: audit 2024-03-21T13:13:26.251211+0000 mon.a (mon.0) 9828 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:26.717 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:26 smithi184 bash[59794]: cephadm 2024-03-21T13:13:26.252817+0000 mgr.x (mgr.34104) 6286 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:26.717 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:26 smithi184 bash[59794]: audit 2024-03-21T13:13:26.332838+0000 mon.a (mon.0) 9829 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:26.717 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:26 smithi184 bash[59794]: audit 2024-03-21T13:13:26.336641+0000 mon.a (mon.0) 9830 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:26.717 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:26 smithi184 bash[59794]: audit 2024-03-21T13:13:26.340145+0000 mon.a (mon.0) 9831 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:26.717 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:26 smithi184 bash[59794]: audit 2024-03-21T13:13:26.341610+0000 mon.a (mon.0) 9832 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:26.717 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:26 smithi184 bash[59794]: audit 2024-03-21T13:13:26.353599+0000 mon.a (mon.0) 9833 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:26.797 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:26 smithi178 bash[77880]: cluster 2024-03-21T13:13:25.335733+0000 mgr.x (mgr.34104) 6258 : cluster [DBG] pgmap v4136: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:26.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:26 smithi178 bash[77880]: cluster 2024-03-21T13:13:25.335982+0000 mgr.x (mgr.34104) 6259 : cluster [DBG] pgmap v4137: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:26.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:26 smithi178 bash[77880]: cephadm 2024-03-21T13:13:25.345553+0000 mgr.x (mgr.34104) 6260 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:26.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:26 smithi178 bash[77880]: audit 2024-03-21T13:13:25.425000+0000 mon.a (mon.0) 9784 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:26.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:26 smithi178 bash[77880]: audit 2024-03-21T13:13:25.436719+0000 mon.a (mon.0) 9785 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:26.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:26 smithi178 bash[77880]: audit 2024-03-21T13:13:25.439307+0000 mon.a (mon.0) 9786 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:26.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:26 smithi178 bash[77880]: audit 2024-03-21T13:13:25.440276+0000 mon.a (mon.0) 9787 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:26.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:26 smithi178 bash[77880]: cluster 2024-03-21T13:13:25.442607+0000 mgr.x (mgr.34104) 6261 : cluster [DBG] pgmap v4138: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:26.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:26 smithi178 bash[77880]: cluster 2024-03-21T13:13:25.442970+0000 mgr.x (mgr.34104) 6262 : cluster [DBG] pgmap v4139: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:26.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:26 smithi178 bash[77880]: audit 2024-03-21T13:13:25.446935+0000 mon.a (mon.0) 9788 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:26.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:26 smithi178 bash[77880]: cephadm 2024-03-21T13:13:25.448060+0000 mgr.x (mgr.34104) 6263 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:26.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:26 smithi178 bash[77880]: audit 2024-03-21T13:13:25.526442+0000 mon.a (mon.0) 9789 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:26.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:26 smithi178 bash[77880]: audit 2024-03-21T13:13:25.529510+0000 mon.a (mon.0) 9790 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:26.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:26 smithi178 bash[77880]: audit 2024-03-21T13:13:25.533195+0000 mon.a (mon.0) 9791 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:26.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:26 smithi178 bash[77880]: audit 2024-03-21T13:13:25.534550+0000 mon.a (mon.0) 9792 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:26.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:26 smithi178 bash[77880]: cluster 2024-03-21T13:13:25.537489+0000 mgr.x (mgr.34104) 6264 : cluster [DBG] pgmap v4140: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:26.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:26 smithi178 bash[77880]: cluster 2024-03-21T13:13:25.537686+0000 mgr.x (mgr.34104) 6265 : cluster [DBG] pgmap v4141: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:26.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:26 smithi178 bash[77880]: audit 2024-03-21T13:13:25.546416+0000 mon.a (mon.0) 9793 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:26.799 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:26 smithi178 bash[77880]: cephadm 2024-03-21T13:13:25.547881+0000 mgr.x (mgr.34104) 6266 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:26.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:26 smithi178 bash[75692]: cluster 2024-03-21T13:13:25.335733+0000 mgr.x (mgr.34104) 6258 : cluster [DBG] pgmap v4136: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:26.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:26 smithi178 bash[75692]: cluster 2024-03-21T13:13:25.335982+0000 mgr.x (mgr.34104) 6259 : cluster [DBG] pgmap v4137: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:26.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:26 smithi178 bash[75692]: cephadm 2024-03-21T13:13:25.345553+0000 mgr.x (mgr.34104) 6260 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:26.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:26 smithi178 bash[75692]: audit 2024-03-21T13:13:25.425000+0000 mon.a (mon.0) 9784 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:26.799 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:26 smithi178 bash[75692]: audit 2024-03-21T13:13:25.436719+0000 mon.a (mon.0) 9785 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:26.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:26 smithi178 bash[75692]: audit 2024-03-21T13:13:25.439307+0000 mon.a (mon.0) 9786 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:26.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:26 smithi178 bash[75692]: audit 2024-03-21T13:13:25.440276+0000 mon.a (mon.0) 9787 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:26.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:26 smithi178 bash[75692]: cluster 2024-03-21T13:13:25.442607+0000 mgr.x (mgr.34104) 6261 : cluster [DBG] pgmap v4138: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:26.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:26 smithi178 bash[75692]: cluster 2024-03-21T13:13:25.442970+0000 mgr.x (mgr.34104) 6262 : cluster [DBG] pgmap v4139: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:26.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:26 smithi178 bash[75692]: audit 2024-03-21T13:13:25.446935+0000 mon.a (mon.0) 9788 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:26.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:26 smithi178 bash[75692]: cephadm 2024-03-21T13:13:25.448060+0000 mgr.x (mgr.34104) 6263 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:26.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:26 smithi178 bash[75692]: audit 2024-03-21T13:13:25.526442+0000 mon.a (mon.0) 9789 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:26.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:26 smithi178 bash[75692]: audit 2024-03-21T13:13:25.529510+0000 mon.a (mon.0) 9790 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:26.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:26 smithi178 bash[75692]: audit 2024-03-21T13:13:25.533195+0000 mon.a (mon.0) 9791 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:26.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:26 smithi178 bash[75692]: audit 2024-03-21T13:13:25.534550+0000 mon.a (mon.0) 9792 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:26.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:26 smithi178 bash[75692]: cluster 2024-03-21T13:13:25.537489+0000 mgr.x (mgr.34104) 6264 : cluster [DBG] pgmap v4140: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:26.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:26 smithi178 bash[75692]: cluster 2024-03-21T13:13:25.537686+0000 mgr.x (mgr.34104) 6265 : cluster [DBG] pgmap v4141: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:26.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:26 smithi178 bash[75692]: audit 2024-03-21T13:13:25.546416+0000 mon.a (mon.0) 9793 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:26.800 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:26 smithi178 bash[75692]: cephadm 2024-03-21T13:13:25.547881+0000 mgr.x (mgr.34104) 6266 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:26.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:26 smithi178 bash[77880]: audit 2024-03-21T13:13:25.627550+0000 mon.a (mon.0) 9794 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:26.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:26 smithi178 bash[77880]: audit 2024-03-21T13:13:25.630722+0000 mon.a (mon.0) 9795 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:26.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:26 smithi178 bash[77880]: audit 2024-03-21T13:13:25.634581+0000 mon.a (mon.0) 9796 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:26.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:26 smithi178 bash[77880]: audit 2024-03-21T13:13:25.636291+0000 mon.a (mon.0) 9797 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:26.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:26 smithi178 bash[77880]: cluster 2024-03-21T13:13:25.638853+0000 mgr.x (mgr.34104) 6267 : cluster [DBG] pgmap v4142: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:26.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:26 smithi178 bash[77880]: cluster 2024-03-21T13:13:25.639173+0000 mgr.x (mgr.34104) 6268 : cluster [DBG] pgmap v4143: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:26.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:26 smithi178 bash[77880]: audit 2024-03-21T13:13:25.648318+0000 mon.a (mon.0) 9798 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:26.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:26 smithi178 bash[77880]: cephadm 2024-03-21T13:13:25.649580+0000 mgr.x (mgr.34104) 6269 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:26.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:26 smithi178 bash[77880]: audit 2024-03-21T13:13:25.728159+0000 mon.a (mon.0) 9799 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:26.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:26 smithi178 bash[77880]: audit 2024-03-21T13:13:25.731307+0000 mon.a (mon.0) 9800 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:26.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:26 smithi178 bash[77880]: audit 2024-03-21T13:13:25.734410+0000 mon.a (mon.0) 9801 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:26.801 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:26 smithi178 bash[77880]: audit 2024-03-21T13:13:25.735714+0000 mon.a (mon.0) 9802 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:26.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:26 smithi178 bash[77880]: cluster 2024-03-21T13:13:25.738164+0000 mgr.x (mgr.34104) 6270 : cluster [DBG] pgmap v4144: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:26.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:26 smithi178 bash[77880]: cluster 2024-03-21T13:13:25.738625+0000 mgr.x (mgr.34104) 6271 : cluster [DBG] pgmap v4145: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:26.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:26 smithi178 bash[77880]: audit 2024-03-21T13:13:25.747543+0000 mon.a (mon.0) 9803 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:26.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:26 smithi178 bash[77880]: cephadm 2024-03-21T13:13:25.748720+0000 mgr.x (mgr.34104) 6272 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:26.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:26 smithi178 bash[77880]: audit 2024-03-21T13:13:25.825702+0000 mon.a (mon.0) 9804 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:26.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:26 smithi178 bash[77880]: audit 2024-03-21T13:13:25.829026+0000 mon.a (mon.0) 9805 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:26.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:26 smithi178 bash[77880]: audit 2024-03-21T13:13:25.832411+0000 mon.a (mon.0) 9806 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:26.802 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:26 smithi178 bash[77880]: audit 2024-03-21T13:13:25.834807+0000 mon.a (mon.0) 9807 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:26.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:26 smithi178 bash[75692]: audit 2024-03-21T13:13:25.627550+0000 mon.a (mon.0) 9794 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:26.802 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:26 smithi178 bash[75692]: audit 2024-03-21T13:13:25.630722+0000 mon.a (mon.0) 9795 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:26.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:26 smithi178 bash[75692]: audit 2024-03-21T13:13:25.634581+0000 mon.a (mon.0) 9796 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:26.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:26 smithi178 bash[75692]: audit 2024-03-21T13:13:25.636291+0000 mon.a (mon.0) 9797 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:26.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:26 smithi178 bash[75692]: cluster 2024-03-21T13:13:25.638853+0000 mgr.x (mgr.34104) 6267 : cluster [DBG] pgmap v4142: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:26.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:26 smithi178 bash[75692]: cluster 2024-03-21T13:13:25.639173+0000 mgr.x (mgr.34104) 6268 : cluster [DBG] pgmap v4143: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:26.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:26 smithi178 bash[75692]: audit 2024-03-21T13:13:25.648318+0000 mon.a (mon.0) 9798 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:26.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:26 smithi178 bash[75692]: cephadm 2024-03-21T13:13:25.649580+0000 mgr.x (mgr.34104) 6269 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:26.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:26 smithi178 bash[75692]: audit 2024-03-21T13:13:25.728159+0000 mon.a (mon.0) 9799 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:26.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:26 smithi178 bash[75692]: audit 2024-03-21T13:13:25.731307+0000 mon.a (mon.0) 9800 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:26.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:26 smithi178 bash[75692]: audit 2024-03-21T13:13:25.734410+0000 mon.a (mon.0) 9801 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:26.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:26 smithi178 bash[75692]: audit 2024-03-21T13:13:25.735714+0000 mon.a (mon.0) 9802 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:26.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:26 smithi178 bash[75692]: cluster 2024-03-21T13:13:25.738164+0000 mgr.x (mgr.34104) 6270 : cluster [DBG] pgmap v4144: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:26.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:26 smithi178 bash[75692]: cluster 2024-03-21T13:13:25.738625+0000 mgr.x (mgr.34104) 6271 : cluster [DBG] pgmap v4145: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:26.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:26 smithi178 bash[75692]: audit 2024-03-21T13:13:25.747543+0000 mon.a (mon.0) 9803 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:26.803 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:26 smithi178 bash[75692]: cephadm 2024-03-21T13:13:25.748720+0000 mgr.x (mgr.34104) 6272 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:26.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:26 smithi178 bash[75692]: audit 2024-03-21T13:13:25.825702+0000 mon.a (mon.0) 9804 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:26.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:26 smithi178 bash[75692]: audit 2024-03-21T13:13:25.829026+0000 mon.a (mon.0) 9805 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:26.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:26 smithi178 bash[75692]: audit 2024-03-21T13:13:25.832411+0000 mon.a (mon.0) 9806 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:26.804 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:26 smithi178 bash[75692]: audit 2024-03-21T13:13:25.834807+0000 mon.a (mon.0) 9807 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:26.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:26 smithi178 bash[77880]: cluster 2024-03-21T13:13:25.840332+0000 mgr.x (mgr.34104) 6273 : cluster [DBG] pgmap v4146: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:26.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:26 smithi178 bash[77880]: audit 2024-03-21T13:13:25.846535+0000 mon.a (mon.0) 9808 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:26.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:26 smithi178 bash[77880]: cephadm 2024-03-21T13:13:25.847947+0000 mgr.x (mgr.34104) 6274 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:26.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:26 smithi178 bash[77880]: audit 2024-03-21T13:13:25.929938+0000 mon.a (mon.0) 9809 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:26.804 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:26 smithi178 bash[77880]: audit 2024-03-21T13:13:25.933114+0000 mon.a (mon.0) 9810 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:26.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:26 smithi178 bash[77880]: audit 2024-03-21T13:13:25.936302+0000 mon.a (mon.0) 9811 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:26.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:26 smithi178 bash[77880]: audit 2024-03-21T13:13:25.937868+0000 mon.a (mon.0) 9812 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:26.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:26 smithi178 bash[77880]: cluster 2024-03-21T13:13:25.940856+0000 mgr.x (mgr.34104) 6275 : cluster [DBG] pgmap v4147: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:26.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:26 smithi178 bash[77880]: cluster 2024-03-21T13:13:25.941388+0000 mgr.x (mgr.34104) 6276 : cluster [DBG] pgmap v4148: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:26.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:26 smithi178 bash[77880]: audit 2024-03-21T13:13:25.948310+0000 mon.a (mon.0) 9813 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:26.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:26 smithi178 bash[77880]: cephadm 2024-03-21T13:13:25.949563+0000 mgr.x (mgr.34104) 6277 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:26.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:26 smithi178 bash[77880]: audit 2024-03-21T13:13:26.026897+0000 mon.a (mon.0) 9814 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:26.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:26 smithi178 bash[77880]: audit 2024-03-21T13:13:26.030466+0000 mon.a (mon.0) 9815 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:26.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:26 smithi178 bash[77880]: audit 2024-03-21T13:13:26.034567+0000 mon.a (mon.0) 9816 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:26.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:26 smithi178 bash[77880]: audit 2024-03-21T13:13:26.036224+0000 mon.a (mon.0) 9817 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:26.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:26 smithi178 bash[77880]: cluster 2024-03-21T13:13:26.039497+0000 mgr.x (mgr.34104) 6278 : cluster [DBG] pgmap v4149: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:26.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:26 smithi178 bash[77880]: cluster 2024-03-21T13:13:26.040180+0000 mgr.x (mgr.34104) 6279 : cluster [DBG] pgmap v4150: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:26.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:26 smithi178 bash[77880]: audit 2024-03-21T13:13:26.046099+0000 mon.a (mon.0) 9818 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:26.805 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:26 smithi178 bash[77880]: cephadm 2024-03-21T13:13:26.047917+0000 mgr.x (mgr.34104) 6280 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:26.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:26 smithi178 bash[77880]: audit 2024-03-21T13:13:26.128404+0000 mon.a (mon.0) 9819 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:26.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:26 smithi178 bash[77880]: audit 2024-03-21T13:13:26.132011+0000 mon.a (mon.0) 9820 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:26.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:26 smithi178 bash[77880]: audit 2024-03-21T13:13:26.136042+0000 mon.a (mon.0) 9821 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:26.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:26 smithi178 bash[77880]: audit 2024-03-21T13:13:26.137869+0000 mon.a (mon.0) 9822 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:26.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:26 smithi178 bash[77880]: cluster 2024-03-21T13:13:26.140466+0000 mgr.x (mgr.34104) 6281 : cluster [DBG] pgmap v4151: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:26.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:26 smithi178 bash[77880]: cluster 2024-03-21T13:13:26.140659+0000 mgr.x (mgr.34104) 6282 : cluster [DBG] pgmap v4152: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:26.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:26 smithi178 bash[77880]: audit 2024-03-21T13:13:26.149329+0000 mon.a (mon.0) 9823 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:26.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:26 smithi178 bash[77880]: cephadm 2024-03-21T13:13:26.150878+0000 mgr.x (mgr.34104) 6283 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:26.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:26 smithi178 bash[77880]: audit 2024-03-21T13:13:26.230220+0000 mon.a (mon.0) 9824 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:26.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:26 smithi178 bash[77880]: audit 2024-03-21T13:13:26.233509+0000 mon.a (mon.0) 9825 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:26.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:26 smithi178 bash[77880]: audit 2024-03-21T13:13:26.237685+0000 mon.a (mon.0) 9826 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:26.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:26 smithi178 bash[77880]: audit 2024-03-21T13:13:26.239086+0000 mon.a (mon.0) 9827 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:26.806 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:26 smithi178 bash[77880]: cluster 2024-03-21T13:13:26.242241+0000 mgr.x (mgr.34104) 6284 : cluster [DBG] pgmap v4153: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:26.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:26 smithi178 bash[77880]: cluster 2024-03-21T13:13:26.242782+0000 mgr.x (mgr.34104) 6285 : cluster [DBG] pgmap v4154: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:26.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:26 smithi178 bash[77880]: audit 2024-03-21T13:13:26.251211+0000 mon.a (mon.0) 9828 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:26.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:26 smithi178 bash[77880]: cephadm 2024-03-21T13:13:26.252817+0000 mgr.x (mgr.34104) 6286 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:26.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:26 smithi178 bash[77880]: audit 2024-03-21T13:13:26.332838+0000 mon.a (mon.0) 9829 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:26.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:26 smithi178 bash[77880]: audit 2024-03-21T13:13:26.336641+0000 mon.a (mon.0) 9830 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:26.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:26 smithi178 bash[77880]: audit 2024-03-21T13:13:26.340145+0000 mon.a (mon.0) 9831 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:26.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:26 smithi178 bash[77880]: audit 2024-03-21T13:13:26.341610+0000 mon.a (mon.0) 9832 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:26.807 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:26 smithi178 bash[77880]: audit 2024-03-21T13:13:26.353599+0000 mon.a (mon.0) 9833 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:26.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:26 smithi178 bash[75692]: cluster 2024-03-21T13:13:25.840332+0000 mgr.x (mgr.34104) 6273 : cluster [DBG] pgmap v4146: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:26.807 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:26 smithi178 bash[75692]: audit 2024-03-21T13:13:25.846535+0000 mon.a (mon.0) 9808 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:26.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:26 smithi178 bash[75692]: cephadm 2024-03-21T13:13:25.847947+0000 mgr.x (mgr.34104) 6274 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:26.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:26 smithi178 bash[75692]: audit 2024-03-21T13:13:25.929938+0000 mon.a (mon.0) 9809 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:26.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:26 smithi178 bash[75692]: audit 2024-03-21T13:13:25.933114+0000 mon.a (mon.0) 9810 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:26.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:26 smithi178 bash[75692]: audit 2024-03-21T13:13:25.936302+0000 mon.a (mon.0) 9811 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:26.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:26 smithi178 bash[75692]: audit 2024-03-21T13:13:25.937868+0000 mon.a (mon.0) 9812 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:26.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:26 smithi178 bash[75692]: cluster 2024-03-21T13:13:25.940856+0000 mgr.x (mgr.34104) 6275 : cluster [DBG] pgmap v4147: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:26.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:26 smithi178 bash[75692]: cluster 2024-03-21T13:13:25.941388+0000 mgr.x (mgr.34104) 6276 : cluster [DBG] pgmap v4148: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:26.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:26 smithi178 bash[75692]: audit 2024-03-21T13:13:25.948310+0000 mon.a (mon.0) 9813 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:26.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:26 smithi178 bash[75692]: cephadm 2024-03-21T13:13:25.949563+0000 mgr.x (mgr.34104) 6277 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:26.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:26 smithi178 bash[75692]: audit 2024-03-21T13:13:26.026897+0000 mon.a (mon.0) 9814 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:26.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:26 smithi178 bash[75692]: audit 2024-03-21T13:13:26.030466+0000 mon.a (mon.0) 9815 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:26.808 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:26 smithi178 bash[75692]: audit 2024-03-21T13:13:26.034567+0000 mon.a (mon.0) 9816 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:26.809 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:26 smithi178 bash[75692]: audit 2024-03-21T13:13:26.036224+0000 mon.a (mon.0) 9817 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:26.809 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:26 smithi178 bash[75692]: cluster 2024-03-21T13:13:26.039497+0000 mgr.x (mgr.34104) 6278 : cluster [DBG] pgmap v4149: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:26.809 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:26 smithi178 bash[75692]: cluster 2024-03-21T13:13:26.040180+0000 mgr.x (mgr.34104) 6279 : cluster [DBG] pgmap v4150: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:26.809 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:26 smithi178 bash[75692]: audit 2024-03-21T13:13:26.046099+0000 mon.a (mon.0) 9818 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:26.809 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:26 smithi178 bash[75692]: cephadm 2024-03-21T13:13:26.047917+0000 mgr.x (mgr.34104) 6280 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:26.809 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:26 smithi178 bash[75692]: audit 2024-03-21T13:13:26.128404+0000 mon.a (mon.0) 9819 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:26.809 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:26 smithi178 bash[75692]: audit 2024-03-21T13:13:26.132011+0000 mon.a (mon.0) 9820 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:26.809 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:26 smithi178 bash[75692]: audit 2024-03-21T13:13:26.136042+0000 mon.a (mon.0) 9821 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:26.809 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:26 smithi178 bash[75692]: audit 2024-03-21T13:13:26.137869+0000 mon.a (mon.0) 9822 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:26.809 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:26 smithi178 bash[75692]: cluster 2024-03-21T13:13:26.140466+0000 mgr.x (mgr.34104) 6281 : cluster [DBG] pgmap v4151: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:26.809 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:26 smithi178 bash[75692]: cluster 2024-03-21T13:13:26.140659+0000 mgr.x (mgr.34104) 6282 : cluster [DBG] pgmap v4152: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:26.809 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:26 smithi178 bash[75692]: audit 2024-03-21T13:13:26.149329+0000 mon.a (mon.0) 9823 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:26.809 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:26 smithi178 bash[75692]: cephadm 2024-03-21T13:13:26.150878+0000 mgr.x (mgr.34104) 6283 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:26.809 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:26 smithi178 bash[75692]: audit 2024-03-21T13:13:26.230220+0000 mon.a (mon.0) 9824 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:26.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:26 smithi178 bash[75692]: audit 2024-03-21T13:13:26.233509+0000 mon.a (mon.0) 9825 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:26.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:26 smithi178 bash[75692]: audit 2024-03-21T13:13:26.237685+0000 mon.a (mon.0) 9826 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:26.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:26 smithi178 bash[75692]: audit 2024-03-21T13:13:26.239086+0000 mon.a (mon.0) 9827 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:26.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:26 smithi178 bash[75692]: cluster 2024-03-21T13:13:26.242241+0000 mgr.x (mgr.34104) 6284 : cluster [DBG] pgmap v4153: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:26.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:26 smithi178 bash[75692]: cluster 2024-03-21T13:13:26.242782+0000 mgr.x (mgr.34104) 6285 : cluster [DBG] pgmap v4154: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:26.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:26 smithi178 bash[75692]: audit 2024-03-21T13:13:26.251211+0000 mon.a (mon.0) 9828 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:26.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:26 smithi178 bash[75692]: cephadm 2024-03-21T13:13:26.252817+0000 mgr.x (mgr.34104) 6286 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:26.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:26 smithi178 bash[75692]: audit 2024-03-21T13:13:26.332838+0000 mon.a (mon.0) 9829 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:26.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:26 smithi178 bash[75692]: audit 2024-03-21T13:13:26.336641+0000 mon.a (mon.0) 9830 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:26.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:26 smithi178 bash[75692]: audit 2024-03-21T13:13:26.340145+0000 mon.a (mon.0) 9831 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:26.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:26 smithi178 bash[75692]: audit 2024-03-21T13:13:26.341610+0000 mon.a (mon.0) 9832 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:26.810 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:26 smithi178 bash[75692]: audit 2024-03-21T13:13:26.353599+0000 mon.a (mon.0) 9833 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:27.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:27 smithi184 bash[59794]: cluster 2024-03-21T13:13:26.344368+0000 mgr.x (mgr.34104) 6287 : cluster [DBG] pgmap v4155: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:27.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:27 smithi184 bash[59794]: cluster 2024-03-21T13:13:26.344858+0000 mgr.x (mgr.34104) 6288 : cluster [DBG] pgmap v4156: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:27.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:27 smithi184 bash[59794]: cephadm 2024-03-21T13:13:26.355025+0000 mgr.x (mgr.34104) 6289 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:27.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:27 smithi184 bash[59794]: audit 2024-03-21T13:13:26.436266+0000 mon.a (mon.0) 9834 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:27.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:27 smithi184 bash[59794]: audit 2024-03-21T13:13:26.449753+0000 mon.a (mon.0) 9835 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:27.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:27 smithi184 bash[59794]: audit 2024-03-21T13:13:26.452161+0000 mon.a (mon.0) 9836 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:27.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:27 smithi184 bash[59794]: audit 2024-03-21T13:13:26.452972+0000 mon.a (mon.0) 9837 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:27.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:27 smithi184 bash[59794]: cluster 2024-03-21T13:13:26.454966+0000 mgr.x (mgr.34104) 6290 : cluster [DBG] pgmap v4157: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:27.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:27 smithi184 bash[59794]: cluster 2024-03-21T13:13:26.455228+0000 mgr.x (mgr.34104) 6291 : cluster [DBG] pgmap v4158: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:27.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:27 smithi184 bash[59794]: audit 2024-03-21T13:13:26.459327+0000 mon.a (mon.0) 9838 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:27.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:27 smithi184 bash[59794]: cephadm 2024-03-21T13:13:26.460550+0000 mgr.x (mgr.34104) 6292 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:27.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:27 smithi184 bash[59794]: audit 2024-03-21T13:13:26.540040+0000 mon.a (mon.0) 9839 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:27.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:27 smithi184 bash[59794]: audit 2024-03-21T13:13:26.545067+0000 mon.a (mon.0) 9840 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:27.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:27 smithi184 bash[59794]: audit 2024-03-21T13:13:26.548791+0000 mon.a (mon.0) 9841 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:27.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:27 smithi184 bash[59794]: audit 2024-03-21T13:13:26.550494+0000 mon.a (mon.0) 9842 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:27.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:27 smithi184 bash[59794]: cluster 2024-03-21T13:13:26.553834+0000 mgr.x (mgr.34104) 6293 : cluster [DBG] pgmap v4159: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:27.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:27 smithi184 bash[59794]: cluster 2024-03-21T13:13:26.554242+0000 mgr.x (mgr.34104) 6294 : cluster [DBG] pgmap v4160: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:27.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:27 smithi184 bash[59794]: audit 2024-03-21T13:13:26.562782+0000 mon.a (mon.0) 9843 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:27.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:27 smithi184 bash[59794]: cephadm 2024-03-21T13:13:26.564342+0000 mgr.x (mgr.34104) 6295 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:27.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:27 smithi184 bash[59794]: audit 2024-03-21T13:13:26.648655+0000 mon.a (mon.0) 9844 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:27.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:27 smithi184 bash[59794]: audit 2024-03-21T13:13:26.652002+0000 mon.a (mon.0) 9845 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:27.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:27 smithi184 bash[59794]: audit 2024-03-21T13:13:26.656243+0000 mon.a (mon.0) 9846 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:27.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:27 smithi184 bash[59794]: audit 2024-03-21T13:13:26.658084+0000 mon.a (mon.0) 9847 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:27.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:27 smithi184 bash[59794]: cluster 2024-03-21T13:13:26.662610+0000 mgr.x (mgr.34104) 6296 : cluster [DBG] pgmap v4161: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:27.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:27 smithi184 bash[59794]: cluster 2024-03-21T13:13:26.662920+0000 mgr.x (mgr.34104) 6297 : cluster [DBG] pgmap v4162: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:27.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:27 smithi184 bash[59794]: audit 2024-03-21T13:13:26.675088+0000 mon.a (mon.0) 9848 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:27.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:27 smithi184 bash[59794]: audit 2024-03-21T13:13:26.681890+0000 mon.a (mon.0) 9849 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:27.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:27 smithi184 bash[59794]: cephadm 2024-03-21T13:13:26.683158+0000 mgr.x (mgr.34104) 6298 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:27.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:27 smithi184 bash[59794]: audit 2024-03-21T13:13:26.698563+0000 mon.a (mon.0) 9850 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:27.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:27 smithi184 bash[59794]: cluster 2024-03-21T13:13:26.700656+0000 mgr.x (mgr.34104) 6299 : cluster [DBG] pgmap v4163: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:27.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:27 smithi184 bash[59794]: cluster 2024-03-21T13:13:26.701286+0000 mgr.x (mgr.34104) 6300 : cluster [DBG] pgmap v4164: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:27.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:27 smithi184 bash[59794]: audit 2024-03-21T13:13:26.706659+0000 mon.a (mon.0) 9851 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:27.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:27 smithi184 bash[59794]: audit 2024-03-21T13:13:26.759178+0000 mon.a (mon.0) 9852 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:27.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:27 smithi184 bash[59794]: audit 2024-03-21T13:13:26.762510+0000 mon.a (mon.0) 9853 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:27.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:27 smithi184 bash[59794]: audit 2024-03-21T13:13:26.765509+0000 mon.a (mon.0) 9854 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:27.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:27 smithi184 bash[59794]: audit 2024-03-21T13:13:26.766705+0000 mon.a (mon.0) 9855 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:27.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:27 smithi184 bash[59794]: cluster 2024-03-21T13:13:26.769379+0000 mgr.x (mgr.34104) 6301 : cluster [DBG] pgmap v4165: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:27.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:27 smithi184 bash[59794]: cluster 2024-03-21T13:13:26.769627+0000 mgr.x (mgr.34104) 6302 : cluster [DBG] pgmap v4166: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:27.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:27 smithi184 bash[59794]: audit 2024-03-21T13:13:26.776934+0000 mon.a (mon.0) 9856 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:27.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:27 smithi184 bash[59794]: cephadm 2024-03-21T13:13:26.778139+0000 mgr.x (mgr.34104) 6303 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:27.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:27 smithi184 bash[59794]: audit 2024-03-21T13:13:26.858443+0000 mon.a (mon.0) 9857 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:27.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:27 smithi184 bash[59794]: audit 2024-03-21T13:13:26.861587+0000 mon.a (mon.0) 9858 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:27.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:27 smithi184 bash[59794]: audit 2024-03-21T13:13:26.865292+0000 mon.a (mon.0) 9859 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:27.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:27 smithi184 bash[59794]: audit 2024-03-21T13:13:26.866570+0000 mon.a (mon.0) 9860 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:27.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:27 smithi184 bash[59794]: cluster 2024-03-21T13:13:26.869213+0000 mgr.x (mgr.34104) 6304 : cluster [DBG] pgmap v4167: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:27.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:27 smithi184 bash[59794]: cluster 2024-03-21T13:13:26.869548+0000 mgr.x (mgr.34104) 6305 : cluster [DBG] pgmap v4168: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:27.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:27 smithi184 bash[59794]: audit 2024-03-21T13:13:26.875234+0000 mon.a (mon.0) 9861 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:27.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:27 smithi184 bash[59794]: cephadm 2024-03-21T13:13:26.876710+0000 mgr.x (mgr.34104) 6306 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:27.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:27 smithi184 bash[59794]: audit 2024-03-21T13:13:26.961381+0000 mon.a (mon.0) 9862 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:27.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:27 smithi184 bash[59794]: audit 2024-03-21T13:13:26.965214+0000 mon.a (mon.0) 9863 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:27.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:27 smithi184 bash[59794]: audit 2024-03-21T13:13:26.969979+0000 mon.a (mon.0) 9864 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:27.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:27 smithi184 bash[59794]: audit 2024-03-21T13:13:26.971715+0000 mon.a (mon.0) 9865 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:27.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:27 smithi184 bash[59794]: cluster 2024-03-21T13:13:26.975067+0000 mgr.x (mgr.34104) 6307 : cluster [DBG] pgmap v4169: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:27.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:27 smithi184 bash[59794]: cluster 2024-03-21T13:13:26.975734+0000 mgr.x (mgr.34104) 6308 : cluster [DBG] pgmap v4170: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:27.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:27 smithi184 bash[59794]: audit 2024-03-21T13:13:26.984971+0000 mon.a (mon.0) 9866 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:27.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:27 smithi184 bash[59794]: cephadm 2024-03-21T13:13:26.986460+0000 mgr.x (mgr.34104) 6309 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:27.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:27 smithi184 bash[59794]: audit 2024-03-21T13:13:27.066580+0000 mon.a (mon.0) 9867 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:27.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:27 smithi184 bash[59794]: audit 2024-03-21T13:13:27.069700+0000 mon.a (mon.0) 9868 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:27.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:27 smithi184 bash[59794]: audit 2024-03-21T13:13:27.072517+0000 mon.a (mon.0) 9869 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:27.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:27 smithi184 bash[59794]: audit 2024-03-21T13:13:27.073853+0000 mon.a (mon.0) 9870 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:27.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:27 smithi184 bash[59794]: cluster 2024-03-21T13:13:27.076703+0000 mgr.x (mgr.34104) 6310 : cluster [DBG] pgmap v4171: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:27.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:27 smithi184 bash[59794]: cluster 2024-03-21T13:13:27.076946+0000 mgr.x (mgr.34104) 6311 : cluster [DBG] pgmap v4172: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:27.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:27 smithi184 bash[59794]: audit 2024-03-21T13:13:27.082617+0000 mon.a (mon.0) 9871 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:27.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:27 smithi184 bash[59794]: cephadm 2024-03-21T13:13:27.083886+0000 mgr.x (mgr.34104) 6312 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:27.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:27 smithi184 bash[59794]: audit 2024-03-21T13:13:27.164331+0000 mon.a (mon.0) 9872 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:27.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:27 smithi184 bash[59794]: audit 2024-03-21T13:13:27.168777+0000 mon.a (mon.0) 9873 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:27.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:27 smithi184 bash[59794]: audit 2024-03-21T13:13:27.172507+0000 mon.a (mon.0) 9874 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:27.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:27 smithi184 bash[59794]: audit 2024-03-21T13:13:27.174027+0000 mon.a (mon.0) 9875 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:27.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:27 smithi184 bash[59794]: cluster 2024-03-21T13:13:27.176897+0000 mgr.x (mgr.34104) 6313 : cluster [DBG] pgmap v4173: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:27.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:27 smithi184 bash[59794]: cluster 2024-03-21T13:13:27.177154+0000 mgr.x (mgr.34104) 6314 : cluster [DBG] pgmap v4174: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:27.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:27 smithi184 bash[59794]: audit 2024-03-21T13:13:27.186594+0000 mon.a (mon.0) 9876 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:27.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:27 smithi184 bash[59794]: cephadm 2024-03-21T13:13:27.188230+0000 mgr.x (mgr.34104) 6315 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:27.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:27 smithi184 bash[59794]: audit 2024-03-21T13:13:27.268281+0000 mon.a (mon.0) 9877 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:27.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:27 smithi184 bash[59794]: audit 2024-03-21T13:13:27.271926+0000 mon.a (mon.0) 9878 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:27.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:27 smithi184 bash[59794]: audit 2024-03-21T13:13:27.274985+0000 mon.a (mon.0) 9879 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:27.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:27 smithi184 bash[59794]: audit 2024-03-21T13:13:27.276250+0000 mon.a (mon.0) 9880 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:27.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:27 smithi184 bash[59794]: cluster 2024-03-21T13:13:27.278962+0000 mgr.x (mgr.34104) 6316 : cluster [DBG] pgmap v4175: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:27.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:27 smithi184 bash[59794]: cluster 2024-03-21T13:13:27.279312+0000 mgr.x (mgr.34104) 6317 : cluster [DBG] pgmap v4176: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:27.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:27 smithi184 bash[59794]: audit 2024-03-21T13:13:27.286242+0000 mon.a (mon.0) 9881 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:27.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:27 smithi184 bash[59794]: cephadm 2024-03-21T13:13:27.287506+0000 mgr.x (mgr.34104) 6318 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:27.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:27 smithi184 bash[59794]: audit 2024-03-21T13:13:27.368157+0000 mon.a (mon.0) 9882 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:27.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:27 smithi184 bash[59794]: audit 2024-03-21T13:13:27.370633+0000 mon.a (mon.0) 9883 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:27.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:27 smithi184 bash[59794]: audit 2024-03-21T13:13:27.373107+0000 mon.a (mon.0) 9884 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:27.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:27 smithi184 bash[59794]: audit 2024-03-21T13:13:27.374325+0000 mon.a (mon.0) 9885 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:27.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:27 smithi184 bash[59794]: audit 2024-03-21T13:13:27.381449+0000 mon.a (mon.0) 9886 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:27.679 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[75692]: cluster 2024-03-21T13:13:26.344368+0000 mgr.x (mgr.34104) 6287 : cluster [DBG] pgmap v4155: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:27.679 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[75692]: cluster 2024-03-21T13:13:26.344858+0000 mgr.x (mgr.34104) 6288 : cluster [DBG] pgmap v4156: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:27.679 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[75692]: cephadm 2024-03-21T13:13:26.355025+0000 mgr.x (mgr.34104) 6289 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:27.679 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[75692]: audit 2024-03-21T13:13:26.436266+0000 mon.a (mon.0) 9834 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:27.679 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[75692]: audit 2024-03-21T13:13:26.449753+0000 mon.a (mon.0) 9835 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:27.679 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[75692]: audit 2024-03-21T13:13:26.452161+0000 mon.a (mon.0) 9836 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:27.680 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[75692]: audit 2024-03-21T13:13:26.452972+0000 mon.a (mon.0) 9837 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:27.680 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[75692]: cluster 2024-03-21T13:13:26.454966+0000 mgr.x (mgr.34104) 6290 : cluster [DBG] pgmap v4157: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:27.680 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[75692]: cluster 2024-03-21T13:13:26.455228+0000 mgr.x (mgr.34104) 6291 : cluster [DBG] pgmap v4158: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:27.680 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[75692]: audit 2024-03-21T13:13:26.459327+0000 mon.a (mon.0) 9838 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:27.680 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[75692]: cephadm 2024-03-21T13:13:26.460550+0000 mgr.x (mgr.34104) 6292 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:27.680 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[75692]: audit 2024-03-21T13:13:26.540040+0000 mon.a (mon.0) 9839 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:27.680 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[75692]: audit 2024-03-21T13:13:26.545067+0000 mon.a (mon.0) 9840 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:27.680 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[75692]: audit 2024-03-21T13:13:26.548791+0000 mon.a (mon.0) 9841 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:27.680 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[75692]: audit 2024-03-21T13:13:26.550494+0000 mon.a (mon.0) 9842 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:27.680 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[75692]: cluster 2024-03-21T13:13:26.553834+0000 mgr.x (mgr.34104) 6293 : cluster [DBG] pgmap v4159: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:27.680 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[75692]: cluster 2024-03-21T13:13:26.554242+0000 mgr.x (mgr.34104) 6294 : cluster [DBG] pgmap v4160: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:27.680 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[75692]: audit 2024-03-21T13:13:26.562782+0000 mon.a (mon.0) 9843 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:27.680 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[75692]: cephadm 2024-03-21T13:13:26.564342+0000 mgr.x (mgr.34104) 6295 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:27.681 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[77880]: cluster 2024-03-21T13:13:26.344368+0000 mgr.x (mgr.34104) 6287 : cluster [DBG] pgmap v4155: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:27.681 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[77880]: cluster 2024-03-21T13:13:26.344858+0000 mgr.x (mgr.34104) 6288 : cluster [DBG] pgmap v4156: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:27.681 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[77880]: cephadm 2024-03-21T13:13:26.355025+0000 mgr.x (mgr.34104) 6289 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:27.681 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[77880]: audit 2024-03-21T13:13:26.436266+0000 mon.a (mon.0) 9834 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:27.681 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[77880]: audit 2024-03-21T13:13:26.449753+0000 mon.a (mon.0) 9835 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:27.681 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[77880]: audit 2024-03-21T13:13:26.452161+0000 mon.a (mon.0) 9836 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:27.681 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[77880]: audit 2024-03-21T13:13:26.452972+0000 mon.a (mon.0) 9837 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:27.681 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[77880]: cluster 2024-03-21T13:13:26.454966+0000 mgr.x (mgr.34104) 6290 : cluster [DBG] pgmap v4157: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:27.681 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[77880]: cluster 2024-03-21T13:13:26.455228+0000 mgr.x (mgr.34104) 6291 : cluster [DBG] pgmap v4158: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:27.681 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[77880]: audit 2024-03-21T13:13:26.459327+0000 mon.a (mon.0) 9838 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:27.681 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[77880]: cephadm 2024-03-21T13:13:26.460550+0000 mgr.x (mgr.34104) 6292 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:27.681 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[77880]: audit 2024-03-21T13:13:26.540040+0000 mon.a (mon.0) 9839 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:27.682 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[77880]: audit 2024-03-21T13:13:26.545067+0000 mon.a (mon.0) 9840 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:27.682 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[77880]: audit 2024-03-21T13:13:26.548791+0000 mon.a (mon.0) 9841 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:27.682 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[77880]: audit 2024-03-21T13:13:26.550494+0000 mon.a (mon.0) 9842 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:27.682 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[77880]: cluster 2024-03-21T13:13:26.553834+0000 mgr.x (mgr.34104) 6293 : cluster [DBG] pgmap v4159: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:27.682 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[77880]: cluster 2024-03-21T13:13:26.554242+0000 mgr.x (mgr.34104) 6294 : cluster [DBG] pgmap v4160: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:27.682 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[77880]: audit 2024-03-21T13:13:26.562782+0000 mon.a (mon.0) 9843 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:27.682 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[77880]: cephadm 2024-03-21T13:13:26.564342+0000 mgr.x (mgr.34104) 6295 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:27.682 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[75692]: audit 2024-03-21T13:13:26.648655+0000 mon.a (mon.0) 9844 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:27.682 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[75692]: audit 2024-03-21T13:13:26.652002+0000 mon.a (mon.0) 9845 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:27.682 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[75692]: audit 2024-03-21T13:13:26.656243+0000 mon.a (mon.0) 9846 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:27.683 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[75692]: audit 2024-03-21T13:13:26.658084+0000 mon.a (mon.0) 9847 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:27.683 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[75692]: cluster 2024-03-21T13:13:26.662610+0000 mgr.x (mgr.34104) 6296 : cluster [DBG] pgmap v4161: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:27.683 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[75692]: cluster 2024-03-21T13:13:26.662920+0000 mgr.x (mgr.34104) 6297 : cluster [DBG] pgmap v4162: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:27.683 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[75692]: audit 2024-03-21T13:13:26.675088+0000 mon.a (mon.0) 9848 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:27.683 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[75692]: audit 2024-03-21T13:13:26.681890+0000 mon.a (mon.0) 9849 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:27.683 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[75692]: cephadm 2024-03-21T13:13:26.683158+0000 mgr.x (mgr.34104) 6298 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:27.683 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[75692]: audit 2024-03-21T13:13:26.698563+0000 mon.a (mon.0) 9850 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:27.683 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[75692]: cluster 2024-03-21T13:13:26.700656+0000 mgr.x (mgr.34104) 6299 : cluster [DBG] pgmap v4163: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:27.683 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[75692]: cluster 2024-03-21T13:13:26.701286+0000 mgr.x (mgr.34104) 6300 : cluster [DBG] pgmap v4164: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:27.683 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[75692]: audit 2024-03-21T13:13:26.706659+0000 mon.a (mon.0) 9851 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:27.683 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[75692]: audit 2024-03-21T13:13:26.759178+0000 mon.a (mon.0) 9852 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:27.683 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[75692]: audit 2024-03-21T13:13:26.762510+0000 mon.a (mon.0) 9853 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:27.683 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[75692]: audit 2024-03-21T13:13:26.765509+0000 mon.a (mon.0) 9854 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:27.684 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[75692]: audit 2024-03-21T13:13:26.766705+0000 mon.a (mon.0) 9855 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:27.684 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[75692]: cluster 2024-03-21T13:13:26.769379+0000 mgr.x (mgr.34104) 6301 : cluster [DBG] pgmap v4165: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:27.684 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[75692]: cluster 2024-03-21T13:13:26.769627+0000 mgr.x (mgr.34104) 6302 : cluster [DBG] pgmap v4166: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:27.684 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[75692]: audit 2024-03-21T13:13:26.776934+0000 mon.a (mon.0) 9856 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:27.684 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[77880]: audit 2024-03-21T13:13:26.648655+0000 mon.a (mon.0) 9844 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:27.684 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[77880]: audit 2024-03-21T13:13:26.652002+0000 mon.a (mon.0) 9845 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:27.684 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[77880]: audit 2024-03-21T13:13:26.656243+0000 mon.a (mon.0) 9846 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:27.684 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[77880]: audit 2024-03-21T13:13:26.658084+0000 mon.a (mon.0) 9847 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:27.684 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[77880]: cluster 2024-03-21T13:13:26.662610+0000 mgr.x (mgr.34104) 6296 : cluster [DBG] pgmap v4161: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:27.684 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[77880]: cluster 2024-03-21T13:13:26.662920+0000 mgr.x (mgr.34104) 6297 : cluster [DBG] pgmap v4162: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:27.685 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[77880]: audit 2024-03-21T13:13:26.675088+0000 mon.a (mon.0) 9848 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:27.685 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[77880]: audit 2024-03-21T13:13:26.681890+0000 mon.a (mon.0) 9849 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:27.685 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[77880]: cephadm 2024-03-21T13:13:26.683158+0000 mgr.x (mgr.34104) 6298 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:27.685 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[77880]: audit 2024-03-21T13:13:26.698563+0000 mon.a (mon.0) 9850 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:27.685 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[77880]: cluster 2024-03-21T13:13:26.700656+0000 mgr.x (mgr.34104) 6299 : cluster [DBG] pgmap v4163: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:27.685 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[77880]: cluster 2024-03-21T13:13:26.701286+0000 mgr.x (mgr.34104) 6300 : cluster [DBG] pgmap v4164: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:27.685 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[77880]: audit 2024-03-21T13:13:26.706659+0000 mon.a (mon.0) 9851 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:27.685 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[77880]: audit 2024-03-21T13:13:26.759178+0000 mon.a (mon.0) 9852 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:27.685 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[77880]: audit 2024-03-21T13:13:26.762510+0000 mon.a (mon.0) 9853 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:27.685 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[77880]: audit 2024-03-21T13:13:26.765509+0000 mon.a (mon.0) 9854 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:27.685 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[77880]: audit 2024-03-21T13:13:26.766705+0000 mon.a (mon.0) 9855 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:27.685 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[77880]: cluster 2024-03-21T13:13:26.769379+0000 mgr.x (mgr.34104) 6301 : cluster [DBG] pgmap v4165: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:27.685 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[77880]: cluster 2024-03-21T13:13:26.769627+0000 mgr.x (mgr.34104) 6302 : cluster [DBG] pgmap v4166: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:27.685 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[77880]: audit 2024-03-21T13:13:26.776934+0000 mon.a (mon.0) 9856 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:27.686 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[75692]: cephadm 2024-03-21T13:13:26.778139+0000 mgr.x (mgr.34104) 6303 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:27.686 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[75692]: audit 2024-03-21T13:13:26.858443+0000 mon.a (mon.0) 9857 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:27.686 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[75692]: audit 2024-03-21T13:13:26.861587+0000 mon.a (mon.0) 9858 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:27.686 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[75692]: audit 2024-03-21T13:13:26.865292+0000 mon.a (mon.0) 9859 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:27.686 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[75692]: audit 2024-03-21T13:13:26.866570+0000 mon.a (mon.0) 9860 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:27.686 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[75692]: cluster 2024-03-21T13:13:26.869213+0000 mgr.x (mgr.34104) 6304 : cluster [DBG] pgmap v4167: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:27.686 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[75692]: cluster 2024-03-21T13:13:26.869548+0000 mgr.x (mgr.34104) 6305 : cluster [DBG] pgmap v4168: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:27.687 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[75692]: audit 2024-03-21T13:13:26.875234+0000 mon.a (mon.0) 9861 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:27.687 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[75692]: cephadm 2024-03-21T13:13:26.876710+0000 mgr.x (mgr.34104) 6306 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:27.687 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[75692]: audit 2024-03-21T13:13:26.961381+0000 mon.a (mon.0) 9862 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:27.687 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[75692]: audit 2024-03-21T13:13:26.965214+0000 mon.a (mon.0) 9863 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:27.687 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[75692]: audit 2024-03-21T13:13:26.969979+0000 mon.a (mon.0) 9864 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:27.687 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[75692]: audit 2024-03-21T13:13:26.971715+0000 mon.a (mon.0) 9865 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:27.687 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[75692]: cluster 2024-03-21T13:13:26.975067+0000 mgr.x (mgr.34104) 6307 : cluster [DBG] pgmap v4169: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:27.687 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[75692]: cluster 2024-03-21T13:13:26.975734+0000 mgr.x (mgr.34104) 6308 : cluster [DBG] pgmap v4170: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:27.687 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[75692]: audit 2024-03-21T13:13:26.984971+0000 mon.a (mon.0) 9866 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:27.687 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[75692]: cephadm 2024-03-21T13:13:26.986460+0000 mgr.x (mgr.34104) 6309 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:27.687 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[75692]: audit 2024-03-21T13:13:27.066580+0000 mon.a (mon.0) 9867 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:27.687 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[75692]: audit 2024-03-21T13:13:27.069700+0000 mon.a (mon.0) 9868 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:27.687 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[75692]: audit 2024-03-21T13:13:27.072517+0000 mon.a (mon.0) 9869 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:27.688 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[75692]: audit 2024-03-21T13:13:27.073853+0000 mon.a (mon.0) 9870 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:27.688 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[75692]: cluster 2024-03-21T13:13:27.076703+0000 mgr.x (mgr.34104) 6310 : cluster [DBG] pgmap v4171: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:27.688 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[75692]: cluster 2024-03-21T13:13:27.076946+0000 mgr.x (mgr.34104) 6311 : cluster [DBG] pgmap v4172: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:27.688 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[75692]: audit 2024-03-21T13:13:27.082617+0000 mon.a (mon.0) 9871 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:27.688 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[75692]: cephadm 2024-03-21T13:13:27.083886+0000 mgr.x (mgr.34104) 6312 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:27.688 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[75692]: audit 2024-03-21T13:13:27.164331+0000 mon.a (mon.0) 9872 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:27.688 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[75692]: audit 2024-03-21T13:13:27.168777+0000 mon.a (mon.0) 9873 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:27.688 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[75692]: audit 2024-03-21T13:13:27.172507+0000 mon.a (mon.0) 9874 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:27.688 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[75692]: audit 2024-03-21T13:13:27.174027+0000 mon.a (mon.0) 9875 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:27.688 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[75692]: cluster 2024-03-21T13:13:27.176897+0000 mgr.x (mgr.34104) 6313 : cluster [DBG] pgmap v4173: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:27.688 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[75692]: cluster 2024-03-21T13:13:27.177154+0000 mgr.x (mgr.34104) 6314 : cluster [DBG] pgmap v4174: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:27.688 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[75692]: audit 2024-03-21T13:13:27.186594+0000 mon.a (mon.0) 9876 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:27.688 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[75692]: cephadm 2024-03-21T13:13:27.188230+0000 mgr.x (mgr.34104) 6315 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:27.688 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[75692]: audit 2024-03-21T13:13:27.268281+0000 mon.a (mon.0) 9877 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:27.688 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[75692]: audit 2024-03-21T13:13:27.271926+0000 mon.a (mon.0) 9878 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:27.689 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[75692]: audit 2024-03-21T13:13:27.274985+0000 mon.a (mon.0) 9879 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:27.689 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[75692]: audit 2024-03-21T13:13:27.276250+0000 mon.a (mon.0) 9880 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:27.689 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[75692]: cluster 2024-03-21T13:13:27.278962+0000 mgr.x (mgr.34104) 6316 : cluster [DBG] pgmap v4175: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:27.689 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[75692]: cluster 2024-03-21T13:13:27.279312+0000 mgr.x (mgr.34104) 6317 : cluster [DBG] pgmap v4176: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:27.689 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[75692]: audit 2024-03-21T13:13:27.286242+0000 mon.a (mon.0) 9881 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:27.689 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[75692]: cephadm 2024-03-21T13:13:27.287506+0000 mgr.x (mgr.34104) 6318 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:27.689 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[75692]: audit 2024-03-21T13:13:27.368157+0000 mon.a (mon.0) 9882 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:27.689 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[75692]: audit 2024-03-21T13:13:27.370633+0000 mon.a (mon.0) 9883 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:27.689 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[75692]: audit 2024-03-21T13:13:27.373107+0000 mon.a (mon.0) 9884 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:27.689 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[75692]: audit 2024-03-21T13:13:27.374325+0000 mon.a (mon.0) 9885 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:27.689 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[75692]: audit 2024-03-21T13:13:27.381449+0000 mon.a (mon.0) 9886 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:27.690 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[77880]: cephadm 2024-03-21T13:13:26.778139+0000 mgr.x (mgr.34104) 6303 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:27.690 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[77880]: audit 2024-03-21T13:13:26.858443+0000 mon.a (mon.0) 9857 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:27.690 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[77880]: audit 2024-03-21T13:13:26.861587+0000 mon.a (mon.0) 9858 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:27.690 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[77880]: audit 2024-03-21T13:13:26.865292+0000 mon.a (mon.0) 9859 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:27.690 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[77880]: audit 2024-03-21T13:13:26.866570+0000 mon.a (mon.0) 9860 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:27.690 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[77880]: cluster 2024-03-21T13:13:26.869213+0000 mgr.x (mgr.34104) 6304 : cluster [DBG] pgmap v4167: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:27.690 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[77880]: cluster 2024-03-21T13:13:26.869548+0000 mgr.x (mgr.34104) 6305 : cluster [DBG] pgmap v4168: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:27.690 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[77880]: audit 2024-03-21T13:13:26.875234+0000 mon.a (mon.0) 9861 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:27.690 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[77880]: cephadm 2024-03-21T13:13:26.876710+0000 mgr.x (mgr.34104) 6306 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:27.690 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[77880]: audit 2024-03-21T13:13:26.961381+0000 mon.a (mon.0) 9862 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:27.691 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[77880]: audit 2024-03-21T13:13:26.965214+0000 mon.a (mon.0) 9863 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:27.691 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[77880]: audit 2024-03-21T13:13:26.969979+0000 mon.a (mon.0) 9864 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:27.691 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[77880]: audit 2024-03-21T13:13:26.971715+0000 mon.a (mon.0) 9865 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:27.691 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[77880]: cluster 2024-03-21T13:13:26.975067+0000 mgr.x (mgr.34104) 6307 : cluster [DBG] pgmap v4169: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:27.691 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[77880]: cluster 2024-03-21T13:13:26.975734+0000 mgr.x (mgr.34104) 6308 : cluster [DBG] pgmap v4170: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:27.691 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[77880]: audit 2024-03-21T13:13:26.984971+0000 mon.a (mon.0) 9866 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:27.691 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[77880]: cephadm 2024-03-21T13:13:26.986460+0000 mgr.x (mgr.34104) 6309 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:27.691 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[77880]: audit 2024-03-21T13:13:27.066580+0000 mon.a (mon.0) 9867 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:27.691 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[77880]: audit 2024-03-21T13:13:27.069700+0000 mon.a (mon.0) 9868 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:27.691 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[77880]: audit 2024-03-21T13:13:27.072517+0000 mon.a (mon.0) 9869 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:27.691 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[77880]: audit 2024-03-21T13:13:27.073853+0000 mon.a (mon.0) 9870 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:27.691 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[77880]: cluster 2024-03-21T13:13:27.076703+0000 mgr.x (mgr.34104) 6310 : cluster [DBG] pgmap v4171: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:27.691 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[77880]: cluster 2024-03-21T13:13:27.076946+0000 mgr.x (mgr.34104) 6311 : cluster [DBG] pgmap v4172: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:27.691 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[77880]: audit 2024-03-21T13:13:27.082617+0000 mon.a (mon.0) 9871 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:27.692 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[77880]: cephadm 2024-03-21T13:13:27.083886+0000 mgr.x (mgr.34104) 6312 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:27.692 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[77880]: audit 2024-03-21T13:13:27.164331+0000 mon.a (mon.0) 9872 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:27.692 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[77880]: audit 2024-03-21T13:13:27.168777+0000 mon.a (mon.0) 9873 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:27.692 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[77880]: audit 2024-03-21T13:13:27.172507+0000 mon.a (mon.0) 9874 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:27.692 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[77880]: audit 2024-03-21T13:13:27.174027+0000 mon.a (mon.0) 9875 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:27.692 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[77880]: cluster 2024-03-21T13:13:27.176897+0000 mgr.x (mgr.34104) 6313 : cluster [DBG] pgmap v4173: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:27.692 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[77880]: cluster 2024-03-21T13:13:27.177154+0000 mgr.x (mgr.34104) 6314 : cluster [DBG] pgmap v4174: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:27.692 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[77880]: audit 2024-03-21T13:13:27.186594+0000 mon.a (mon.0) 9876 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:27.692 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[77880]: cephadm 2024-03-21T13:13:27.188230+0000 mgr.x (mgr.34104) 6315 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:27.692 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[77880]: audit 2024-03-21T13:13:27.268281+0000 mon.a (mon.0) 9877 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:27.692 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[77880]: audit 2024-03-21T13:13:27.271926+0000 mon.a (mon.0) 9878 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:27.692 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[77880]: audit 2024-03-21T13:13:27.274985+0000 mon.a (mon.0) 9879 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:27.692 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[77880]: audit 2024-03-21T13:13:27.276250+0000 mon.a (mon.0) 9880 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:27.692 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[77880]: cluster 2024-03-21T13:13:27.278962+0000 mgr.x (mgr.34104) 6316 : cluster [DBG] pgmap v4175: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:27.693 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[77880]: cluster 2024-03-21T13:13:27.279312+0000 mgr.x (mgr.34104) 6317 : cluster [DBG] pgmap v4176: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:27.693 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[77880]: audit 2024-03-21T13:13:27.286242+0000 mon.a (mon.0) 9881 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:27.693 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[77880]: cephadm 2024-03-21T13:13:27.287506+0000 mgr.x (mgr.34104) 6318 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:27.693 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[77880]: audit 2024-03-21T13:13:27.368157+0000 mon.a (mon.0) 9882 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:27.693 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[77880]: audit 2024-03-21T13:13:27.370633+0000 mon.a (mon.0) 9883 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:27.693 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[77880]: audit 2024-03-21T13:13:27.373107+0000 mon.a (mon.0) 9884 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:27.693 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[77880]: audit 2024-03-21T13:13:27.374325+0000 mon.a (mon.0) 9885 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:27.693 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:27 smithi178 bash[77880]: audit 2024-03-21T13:13:27.381449+0000 mon.a (mon.0) 9886 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:28.429 INFO:journalctl@ceph.alertmanager.a.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[115812]: ts=2024-03-21T13:13:28.309Z caller=cluster.go:698 level=info component=cluster msg="gossip settled; proceeding" elapsed=10.002937044s 2024-03-21T13:13:28.713 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[75692]: cluster 2024-03-21T13:13:27.376640+0000 mgr.x (mgr.34104) 6319 : cluster [DBG] pgmap v4177: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:28.713 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[75692]: cluster 2024-03-21T13:13:27.376898+0000 mgr.x (mgr.34104) 6320 : cluster [DBG] pgmap v4178: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:28.713 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[75692]: cephadm 2024-03-21T13:13:27.382640+0000 mgr.x (mgr.34104) 6321 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:28.713 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[75692]: audit 2024-03-21T13:13:27.462365+0000 mon.a (mon.0) 9887 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:28.713 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[75692]: audit 2024-03-21T13:13:27.464464+0000 mon.a (mon.0) 9888 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:28.713 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[75692]: audit 2024-03-21T13:13:27.466515+0000 mon.a (mon.0) 9889 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:28.714 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[75692]: audit 2024-03-21T13:13:27.467304+0000 mon.a (mon.0) 9890 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:28.714 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[75692]: cluster 2024-03-21T13:13:27.469311+0000 mgr.x (mgr.34104) 6322 : cluster [DBG] pgmap v4179: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:28.714 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[75692]: cluster 2024-03-21T13:13:27.469600+0000 mgr.x (mgr.34104) 6323 : cluster [DBG] pgmap v4180: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:28.714 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[75692]: audit 2024-03-21T13:13:27.474437+0000 mon.a (mon.0) 9891 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:28.714 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[75692]: cephadm 2024-03-21T13:13:27.475700+0000 mgr.x (mgr.34104) 6324 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:28.714 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[75692]: audit 2024-03-21T13:13:27.556497+0000 mon.a (mon.0) 9892 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:28.714 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[75692]: audit 2024-03-21T13:13:27.560968+0000 mon.a (mon.0) 9893 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:28.714 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[75692]: audit 2024-03-21T13:13:27.564511+0000 mon.a (mon.0) 9894 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:28.714 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[75692]: audit 2024-03-21T13:13:27.565948+0000 mon.a (mon.0) 9895 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:28.714 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[75692]: cluster 2024-03-21T13:13:27.569148+0000 mgr.x (mgr.34104) 6325 : cluster [DBG] pgmap v4181: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:28.715 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[75692]: cluster 2024-03-21T13:13:27.569637+0000 mgr.x (mgr.34104) 6326 : cluster [DBG] pgmap v4182: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:28.715 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[75692]: audit 2024-03-21T13:13:27.575507+0000 mon.a (mon.0) 9896 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:28.715 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[75692]: cephadm 2024-03-21T13:13:27.576845+0000 mgr.x (mgr.34104) 6327 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:28.715 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[77880]: cluster 2024-03-21T13:13:27.376640+0000 mgr.x (mgr.34104) 6319 : cluster [DBG] pgmap v4177: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:28.715 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[77880]: cluster 2024-03-21T13:13:27.376898+0000 mgr.x (mgr.34104) 6320 : cluster [DBG] pgmap v4178: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:28.715 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[77880]: cephadm 2024-03-21T13:13:27.382640+0000 mgr.x (mgr.34104) 6321 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:28.715 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[77880]: audit 2024-03-21T13:13:27.462365+0000 mon.a (mon.0) 9887 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:28.715 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[77880]: audit 2024-03-21T13:13:27.464464+0000 mon.a (mon.0) 9888 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:28.715 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[77880]: audit 2024-03-21T13:13:27.466515+0000 mon.a (mon.0) 9889 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:28.715 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[77880]: audit 2024-03-21T13:13:27.467304+0000 mon.a (mon.0) 9890 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:28.716 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[77880]: cluster 2024-03-21T13:13:27.469311+0000 mgr.x (mgr.34104) 6322 : cluster [DBG] pgmap v4179: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:28.716 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[77880]: cluster 2024-03-21T13:13:27.469600+0000 mgr.x (mgr.34104) 6323 : cluster [DBG] pgmap v4180: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:28.716 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[77880]: audit 2024-03-21T13:13:27.474437+0000 mon.a (mon.0) 9891 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:28.716 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[77880]: cephadm 2024-03-21T13:13:27.475700+0000 mgr.x (mgr.34104) 6324 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:28.716 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[77880]: audit 2024-03-21T13:13:27.556497+0000 mon.a (mon.0) 9892 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:28.716 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[77880]: audit 2024-03-21T13:13:27.560968+0000 mon.a (mon.0) 9893 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:28.716 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[77880]: audit 2024-03-21T13:13:27.564511+0000 mon.a (mon.0) 9894 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:28.716 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[77880]: audit 2024-03-21T13:13:27.565948+0000 mon.a (mon.0) 9895 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:28.716 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[77880]: cluster 2024-03-21T13:13:27.569148+0000 mgr.x (mgr.34104) 6325 : cluster [DBG] pgmap v4181: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:28.716 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[77880]: cluster 2024-03-21T13:13:27.569637+0000 mgr.x (mgr.34104) 6326 : cluster [DBG] pgmap v4182: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:28.716 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[77880]: audit 2024-03-21T13:13:27.575507+0000 mon.a (mon.0) 9896 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:28.716 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[77880]: cephadm 2024-03-21T13:13:27.576845+0000 mgr.x (mgr.34104) 6327 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:28.717 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[75692]: audit 2024-03-21T13:13:27.655005+0000 mon.a (mon.0) 9897 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:28.717 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[75692]: audit 2024-03-21T13:13:27.657716+0000 mon.a (mon.0) 9898 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:28.717 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[75692]: audit 2024-03-21T13:13:27.660633+0000 mon.a (mon.0) 9899 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:28.717 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[75692]: audit 2024-03-21T13:13:27.661668+0000 mon.a (mon.0) 9900 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:28.717 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[75692]: cluster 2024-03-21T13:13:27.664153+0000 mgr.x (mgr.34104) 6328 : cluster [DBG] pgmap v4183: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:28.717 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[75692]: cluster 2024-03-21T13:13:27.664543+0000 mgr.x (mgr.34104) 6329 : cluster [DBG] pgmap v4184: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:28.717 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[75692]: audit 2024-03-21T13:13:27.671895+0000 mon.a (mon.0) 9901 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:28.717 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[75692]: cephadm 2024-03-21T13:13:27.673397+0000 mgr.x (mgr.34104) 6330 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:28.717 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[75692]: audit 2024-03-21T13:13:27.755133+0000 mon.a (mon.0) 9902 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:28.717 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[75692]: audit 2024-03-21T13:13:27.758412+0000 mon.a (mon.0) 9903 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:28.717 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[75692]: audit 2024-03-21T13:13:27.761866+0000 mon.a (mon.0) 9904 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:28.717 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[75692]: audit 2024-03-21T13:13:27.763466+0000 mon.a (mon.0) 9905 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:28.718 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[75692]: cluster 2024-03-21T13:13:27.766516+0000 mgr.x (mgr.34104) 6331 : cluster [DBG] pgmap v4185: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:28.718 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[75692]: cluster 2024-03-21T13:13:27.766938+0000 mgr.x (mgr.34104) 6332 : cluster [DBG] pgmap v4186: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:28.718 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[75692]: audit 2024-03-21T13:13:27.774885+0000 mon.a (mon.0) 9906 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:28.718 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[75692]: cephadm 2024-03-21T13:13:27.776156+0000 mgr.x (mgr.34104) 6333 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:28.718 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[75692]: audit 2024-03-21T13:13:27.855233+0000 mon.a (mon.0) 9907 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:28.718 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[75692]: audit 2024-03-21T13:13:27.858994+0000 mon.a (mon.0) 9908 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:28.718 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[75692]: audit 2024-03-21T13:13:27.862164+0000 mon.a (mon.0) 9909 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:28.718 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[75692]: audit 2024-03-21T13:13:27.863433+0000 mon.a (mon.0) 9910 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:28.718 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[77880]: audit 2024-03-21T13:13:27.655005+0000 mon.a (mon.0) 9897 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:28.719 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[77880]: audit 2024-03-21T13:13:27.657716+0000 mon.a (mon.0) 9898 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:28.719 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[77880]: audit 2024-03-21T13:13:27.660633+0000 mon.a (mon.0) 9899 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:28.719 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[77880]: audit 2024-03-21T13:13:27.661668+0000 mon.a (mon.0) 9900 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:28.719 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[77880]: cluster 2024-03-21T13:13:27.664153+0000 mgr.x (mgr.34104) 6328 : cluster [DBG] pgmap v4183: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:28.719 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[77880]: cluster 2024-03-21T13:13:27.664543+0000 mgr.x (mgr.34104) 6329 : cluster [DBG] pgmap v4184: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:28.719 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[77880]: audit 2024-03-21T13:13:27.671895+0000 mon.a (mon.0) 9901 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:28.719 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[77880]: cephadm 2024-03-21T13:13:27.673397+0000 mgr.x (mgr.34104) 6330 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:28.719 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[77880]: audit 2024-03-21T13:13:27.755133+0000 mon.a (mon.0) 9902 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:28.719 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[77880]: audit 2024-03-21T13:13:27.758412+0000 mon.a (mon.0) 9903 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:28.719 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[77880]: audit 2024-03-21T13:13:27.761866+0000 mon.a (mon.0) 9904 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:28.719 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[77880]: audit 2024-03-21T13:13:27.763466+0000 mon.a (mon.0) 9905 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:28.719 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[77880]: cluster 2024-03-21T13:13:27.766516+0000 mgr.x (mgr.34104) 6331 : cluster [DBG] pgmap v4185: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:28.719 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[77880]: cluster 2024-03-21T13:13:27.766938+0000 mgr.x (mgr.34104) 6332 : cluster [DBG] pgmap v4186: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:28.719 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[77880]: audit 2024-03-21T13:13:27.774885+0000 mon.a (mon.0) 9906 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:28.720 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[77880]: cephadm 2024-03-21T13:13:27.776156+0000 mgr.x (mgr.34104) 6333 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:28.720 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[77880]: audit 2024-03-21T13:13:27.855233+0000 mon.a (mon.0) 9907 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:28.720 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[77880]: audit 2024-03-21T13:13:27.858994+0000 mon.a (mon.0) 9908 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:28.720 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[77880]: audit 2024-03-21T13:13:27.862164+0000 mon.a (mon.0) 9909 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:28.720 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[77880]: audit 2024-03-21T13:13:27.863433+0000 mon.a (mon.0) 9910 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:28.721 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[75692]: cluster 2024-03-21T13:13:27.866439+0000 mgr.x (mgr.34104) 6334 : cluster [DBG] pgmap v4187: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:28.721 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[75692]: cluster 2024-03-21T13:13:27.866803+0000 mgr.x (mgr.34104) 6335 : cluster [DBG] pgmap v4188: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:28.721 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[75692]: audit 2024-03-21T13:13:27.875290+0000 mon.a (mon.0) 9911 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:28.721 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[75692]: cephadm 2024-03-21T13:13:27.876761+0000 mgr.x (mgr.34104) 6336 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:28.721 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[75692]: audit 2024-03-21T13:13:27.936542+0000 mon.a (mon.0) 9912 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:28.721 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[75692]: audit 2024-03-21T13:13:27.939692+0000 mon.a (mon.0) 9913 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:28.721 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[75692]: audit 2024-03-21T13:13:27.942472+0000 mon.a (mon.0) 9914 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:28.721 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[75692]: audit 2024-03-21T13:13:27.943734+0000 mon.a (mon.0) 9915 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:28.721 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[75692]: cluster 2024-03-21T13:13:27.946231+0000 mgr.x (mgr.34104) 6337 : cluster [DBG] pgmap v4189: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:28.722 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[75692]: cluster 2024-03-21T13:13:27.946783+0000 mgr.x (mgr.34104) 6338 : cluster [DBG] pgmap v4190: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:28.722 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[75692]: audit 2024-03-21T13:13:27.954920+0000 mon.a (mon.0) 9916 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:28.722 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[75692]: cephadm 2024-03-21T13:13:27.956197+0000 mgr.x (mgr.34104) 6339 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:28.722 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[75692]: audit 2024-03-21T13:13:28.033412+0000 mon.a (mon.0) 9917 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:28.722 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[75692]: audit 2024-03-21T13:13:28.036833+0000 mon.a (mon.0) 9918 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:28.722 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[75692]: audit 2024-03-21T13:13:28.041070+0000 mon.a (mon.0) 9919 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:28.722 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[75692]: audit 2024-03-21T13:13:28.042735+0000 mon.a (mon.0) 9920 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:28.722 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[75692]: cluster 2024-03-21T13:13:28.046058+0000 mgr.x (mgr.34104) 6340 : cluster [DBG] pgmap v4191: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:28.722 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[75692]: cluster 2024-03-21T13:13:28.046577+0000 mgr.x (mgr.34104) 6341 : cluster [DBG] pgmap v4192: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:28.722 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[75692]: audit 2024-03-21T13:13:28.054718+0000 mon.a (mon.0) 9921 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:28.722 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[75692]: cephadm 2024-03-21T13:13:28.056292+0000 mgr.x (mgr.34104) 6342 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:28.723 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[77880]: cluster 2024-03-21T13:13:27.866439+0000 mgr.x (mgr.34104) 6334 : cluster [DBG] pgmap v4187: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:28.723 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[77880]: cluster 2024-03-21T13:13:27.866803+0000 mgr.x (mgr.34104) 6335 : cluster [DBG] pgmap v4188: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:28.723 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[77880]: audit 2024-03-21T13:13:27.875290+0000 mon.a (mon.0) 9911 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:28.723 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[77880]: cephadm 2024-03-21T13:13:27.876761+0000 mgr.x (mgr.34104) 6336 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:28.723 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[77880]: audit 2024-03-21T13:13:27.936542+0000 mon.a (mon.0) 9912 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:28.723 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[77880]: audit 2024-03-21T13:13:27.939692+0000 mon.a (mon.0) 9913 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:28.723 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[77880]: audit 2024-03-21T13:13:27.942472+0000 mon.a (mon.0) 9914 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:28.723 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[77880]: audit 2024-03-21T13:13:27.943734+0000 mon.a (mon.0) 9915 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:28.723 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[77880]: cluster 2024-03-21T13:13:27.946231+0000 mgr.x (mgr.34104) 6337 : cluster [DBG] pgmap v4189: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:28.723 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[77880]: cluster 2024-03-21T13:13:27.946783+0000 mgr.x (mgr.34104) 6338 : cluster [DBG] pgmap v4190: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:28.724 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[77880]: audit 2024-03-21T13:13:27.954920+0000 mon.a (mon.0) 9916 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:28.724 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[77880]: cephadm 2024-03-21T13:13:27.956197+0000 mgr.x (mgr.34104) 6339 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:28.724 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[77880]: audit 2024-03-21T13:13:28.033412+0000 mon.a (mon.0) 9917 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:28.724 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[77880]: audit 2024-03-21T13:13:28.036833+0000 mon.a (mon.0) 9918 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:28.724 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[77880]: audit 2024-03-21T13:13:28.041070+0000 mon.a (mon.0) 9919 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:28.724 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[77880]: audit 2024-03-21T13:13:28.042735+0000 mon.a (mon.0) 9920 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:28.724 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[77880]: cluster 2024-03-21T13:13:28.046058+0000 mgr.x (mgr.34104) 6340 : cluster [DBG] pgmap v4191: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:28.724 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[77880]: cluster 2024-03-21T13:13:28.046577+0000 mgr.x (mgr.34104) 6341 : cluster [DBG] pgmap v4192: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:28.724 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[77880]: audit 2024-03-21T13:13:28.054718+0000 mon.a (mon.0) 9921 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:28.724 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[77880]: cephadm 2024-03-21T13:13:28.056292+0000 mgr.x (mgr.34104) 6342 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:28.725 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[75692]: audit 2024-03-21T13:13:28.134804+0000 mon.a (mon.0) 9922 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:28.725 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[75692]: audit 2024-03-21T13:13:28.139252+0000 mon.a (mon.0) 9923 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:28.725 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[75692]: audit 2024-03-21T13:13:28.143582+0000 mon.a (mon.0) 9924 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:28.725 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[75692]: audit 2024-03-21T13:13:28.145158+0000 mon.a (mon.0) 9925 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:28.725 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[75692]: cluster 2024-03-21T13:13:28.147984+0000 mgr.x (mgr.34104) 6343 : cluster [DBG] pgmap v4193: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:28.725 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[75692]: cluster 2024-03-21T13:13:28.148469+0000 mgr.x (mgr.34104) 6344 : cluster [DBG] pgmap v4194: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:28.725 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[75692]: audit 2024-03-21T13:13:28.155310+0000 mon.a (mon.0) 9926 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:28.725 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[75692]: cephadm 2024-03-21T13:13:28.156663+0000 mgr.x (mgr.34104) 6345 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:28.725 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[75692]: audit 2024-03-21T13:13:28.239105+0000 mon.a (mon.0) 9927 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:28.725 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[75692]: audit 2024-03-21T13:13:28.241998+0000 mon.a (mon.0) 9928 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:28.725 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[75692]: audit 2024-03-21T13:13:28.245305+0000 mon.a (mon.0) 9929 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:28.725 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[75692]: audit 2024-03-21T13:13:28.246458+0000 mon.a (mon.0) 9930 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:28.726 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[75692]: cluster 2024-03-21T13:13:28.248976+0000 mgr.x (mgr.34104) 6346 : cluster [DBG] pgmap v4195: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:28.726 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[75692]: cluster 2024-03-21T13:13:28.249305+0000 mgr.x (mgr.34104) 6347 : cluster [DBG] pgmap v4196: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:28.726 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[75692]: audit 2024-03-21T13:13:28.256113+0000 mon.a (mon.0) 9931 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:28.726 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[75692]: cephadm 2024-03-21T13:13:28.257324+0000 mgr.x (mgr.34104) 6348 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:28.726 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[75692]: audit 2024-03-21T13:13:28.337941+0000 mon.a (mon.0) 9932 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:28.726 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[75692]: audit 2024-03-21T13:13:28.341416+0000 mon.a (mon.0) 9933 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:28.726 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[75692]: audit 2024-03-21T13:13:28.343705+0000 mon.a (mon.0) 9934 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:28.726 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[75692]: audit 2024-03-21T13:13:28.344685+0000 mon.a (mon.0) 9935 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:28.726 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[75692]: audit 2024-03-21T13:13:28.352438+0000 mon.a (mon.0) 9936 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:28.726 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[75692]: audit 2024-03-21T13:13:28.430078+0000 mon.a (mon.0) 9937 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:28.726 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[75692]: audit 2024-03-21T13:13:28.432520+0000 mon.a (mon.0) 9938 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:28.726 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[75692]: audit 2024-03-21T13:13:28.435660+0000 mon.a (mon.0) 9939 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:28.726 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[75692]: audit 2024-03-21T13:13:28.436666+0000 mon.a (mon.0) 9940 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:28.727 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[75692]: audit 2024-03-21T13:13:28.444329+0000 mon.a (mon.0) 9941 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:28.727 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[77880]: audit 2024-03-21T13:13:28.134804+0000 mon.a (mon.0) 9922 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:28.727 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[77880]: audit 2024-03-21T13:13:28.139252+0000 mon.a (mon.0) 9923 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:28.727 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[77880]: audit 2024-03-21T13:13:28.143582+0000 mon.a (mon.0) 9924 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:28.727 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[77880]: audit 2024-03-21T13:13:28.145158+0000 mon.a (mon.0) 9925 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:28.727 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[77880]: cluster 2024-03-21T13:13:28.147984+0000 mgr.x (mgr.34104) 6343 : cluster [DBG] pgmap v4193: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:28.727 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[77880]: cluster 2024-03-21T13:13:28.148469+0000 mgr.x (mgr.34104) 6344 : cluster [DBG] pgmap v4194: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:28.727 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[77880]: audit 2024-03-21T13:13:28.155310+0000 mon.a (mon.0) 9926 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:28.727 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[77880]: cephadm 2024-03-21T13:13:28.156663+0000 mgr.x (mgr.34104) 6345 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:28.728 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[77880]: audit 2024-03-21T13:13:28.239105+0000 mon.a (mon.0) 9927 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:28.728 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[77880]: audit 2024-03-21T13:13:28.241998+0000 mon.a (mon.0) 9928 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:28.728 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[77880]: audit 2024-03-21T13:13:28.245305+0000 mon.a (mon.0) 9929 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:28.728 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[77880]: audit 2024-03-21T13:13:28.246458+0000 mon.a (mon.0) 9930 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:28.728 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[77880]: cluster 2024-03-21T13:13:28.248976+0000 mgr.x (mgr.34104) 6346 : cluster [DBG] pgmap v4195: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:28.728 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[77880]: cluster 2024-03-21T13:13:28.249305+0000 mgr.x (mgr.34104) 6347 : cluster [DBG] pgmap v4196: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:28.728 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[77880]: audit 2024-03-21T13:13:28.256113+0000 mon.a (mon.0) 9931 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:28.728 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[77880]: cephadm 2024-03-21T13:13:28.257324+0000 mgr.x (mgr.34104) 6348 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:28.728 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[77880]: audit 2024-03-21T13:13:28.337941+0000 mon.a (mon.0) 9932 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:28.728 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[77880]: audit 2024-03-21T13:13:28.341416+0000 mon.a (mon.0) 9933 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:28.728 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[77880]: audit 2024-03-21T13:13:28.343705+0000 mon.a (mon.0) 9934 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:28.728 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[77880]: audit 2024-03-21T13:13:28.344685+0000 mon.a (mon.0) 9935 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:28.729 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[77880]: audit 2024-03-21T13:13:28.352438+0000 mon.a (mon.0) 9936 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:28.729 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[77880]: audit 2024-03-21T13:13:28.430078+0000 mon.a (mon.0) 9937 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:28.729 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[77880]: audit 2024-03-21T13:13:28.432520+0000 mon.a (mon.0) 9938 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:28.729 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[77880]: audit 2024-03-21T13:13:28.435660+0000 mon.a (mon.0) 9939 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:28.729 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[77880]: audit 2024-03-21T13:13:28.436666+0000 mon.a (mon.0) 9940 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:28.729 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:28 smithi178 bash[77880]: audit 2024-03-21T13:13:28.444329+0000 mon.a (mon.0) 9941 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:28.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:28 smithi184 bash[59794]: cluster 2024-03-21T13:13:27.376640+0000 mgr.x (mgr.34104) 6319 : cluster [DBG] pgmap v4177: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:28.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:28 smithi184 bash[59794]: cluster 2024-03-21T13:13:27.376898+0000 mgr.x (mgr.34104) 6320 : cluster [DBG] pgmap v4178: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:28.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:28 smithi184 bash[59794]: cephadm 2024-03-21T13:13:27.382640+0000 mgr.x (mgr.34104) 6321 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:28.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:28 smithi184 bash[59794]: audit 2024-03-21T13:13:27.462365+0000 mon.a (mon.0) 9887 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:28.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:28 smithi184 bash[59794]: audit 2024-03-21T13:13:27.464464+0000 mon.a (mon.0) 9888 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:28.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:28 smithi184 bash[59794]: audit 2024-03-21T13:13:27.466515+0000 mon.a (mon.0) 9889 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:28.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:28 smithi184 bash[59794]: audit 2024-03-21T13:13:27.467304+0000 mon.a (mon.0) 9890 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:28.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:28 smithi184 bash[59794]: cluster 2024-03-21T13:13:27.469311+0000 mgr.x (mgr.34104) 6322 : cluster [DBG] pgmap v4179: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:28.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:28 smithi184 bash[59794]: cluster 2024-03-21T13:13:27.469600+0000 mgr.x (mgr.34104) 6323 : cluster [DBG] pgmap v4180: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:28.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:28 smithi184 bash[59794]: audit 2024-03-21T13:13:27.474437+0000 mon.a (mon.0) 9891 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:28.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:28 smithi184 bash[59794]: cephadm 2024-03-21T13:13:27.475700+0000 mgr.x (mgr.34104) 6324 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:28.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:28 smithi184 bash[59794]: audit 2024-03-21T13:13:27.556497+0000 mon.a (mon.0) 9892 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:28.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:28 smithi184 bash[59794]: audit 2024-03-21T13:13:27.560968+0000 mon.a (mon.0) 9893 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:28.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:28 smithi184 bash[59794]: audit 2024-03-21T13:13:27.564511+0000 mon.a (mon.0) 9894 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:28.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:28 smithi184 bash[59794]: audit 2024-03-21T13:13:27.565948+0000 mon.a (mon.0) 9895 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:28.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:28 smithi184 bash[59794]: cluster 2024-03-21T13:13:27.569148+0000 mgr.x (mgr.34104) 6325 : cluster [DBG] pgmap v4181: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:28.825 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:28 smithi184 bash[59794]: cluster 2024-03-21T13:13:27.569637+0000 mgr.x (mgr.34104) 6326 : cluster [DBG] pgmap v4182: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:28.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:28 smithi184 bash[59794]: audit 2024-03-21T13:13:27.575507+0000 mon.a (mon.0) 9896 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:28.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:28 smithi184 bash[59794]: cephadm 2024-03-21T13:13:27.576845+0000 mgr.x (mgr.34104) 6327 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:28.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:28 smithi184 bash[59794]: audit 2024-03-21T13:13:27.655005+0000 mon.a (mon.0) 9897 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:28.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:28 smithi184 bash[59794]: audit 2024-03-21T13:13:27.657716+0000 mon.a (mon.0) 9898 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:28.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:28 smithi184 bash[59794]: audit 2024-03-21T13:13:27.660633+0000 mon.a (mon.0) 9899 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:28.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:28 smithi184 bash[59794]: audit 2024-03-21T13:13:27.661668+0000 mon.a (mon.0) 9900 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:28.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:28 smithi184 bash[59794]: cluster 2024-03-21T13:13:27.664153+0000 mgr.x (mgr.34104) 6328 : cluster [DBG] pgmap v4183: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:28.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:28 smithi184 bash[59794]: cluster 2024-03-21T13:13:27.664543+0000 mgr.x (mgr.34104) 6329 : cluster [DBG] pgmap v4184: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:28.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:28 smithi184 bash[59794]: audit 2024-03-21T13:13:27.671895+0000 mon.a (mon.0) 9901 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:28.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:28 smithi184 bash[59794]: cephadm 2024-03-21T13:13:27.673397+0000 mgr.x (mgr.34104) 6330 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:28.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:28 smithi184 bash[59794]: audit 2024-03-21T13:13:27.755133+0000 mon.a (mon.0) 9902 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:28.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:28 smithi184 bash[59794]: audit 2024-03-21T13:13:27.758412+0000 mon.a (mon.0) 9903 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:28.826 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:28 smithi184 bash[59794]: audit 2024-03-21T13:13:27.761866+0000 mon.a (mon.0) 9904 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:28.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:28 smithi184 bash[59794]: audit 2024-03-21T13:13:27.763466+0000 mon.a (mon.0) 9905 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:28.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:28 smithi184 bash[59794]: cluster 2024-03-21T13:13:27.766516+0000 mgr.x (mgr.34104) 6331 : cluster [DBG] pgmap v4185: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:28.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:28 smithi184 bash[59794]: cluster 2024-03-21T13:13:27.766938+0000 mgr.x (mgr.34104) 6332 : cluster [DBG] pgmap v4186: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:28.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:28 smithi184 bash[59794]: audit 2024-03-21T13:13:27.774885+0000 mon.a (mon.0) 9906 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:28.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:28 smithi184 bash[59794]: cephadm 2024-03-21T13:13:27.776156+0000 mgr.x (mgr.34104) 6333 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:28.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:28 smithi184 bash[59794]: audit 2024-03-21T13:13:27.855233+0000 mon.a (mon.0) 9907 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:28.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:28 smithi184 bash[59794]: audit 2024-03-21T13:13:27.858994+0000 mon.a (mon.0) 9908 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:28.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:28 smithi184 bash[59794]: audit 2024-03-21T13:13:27.862164+0000 mon.a (mon.0) 9909 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:28.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:28 smithi184 bash[59794]: audit 2024-03-21T13:13:27.863433+0000 mon.a (mon.0) 9910 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:28.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:28 smithi184 bash[59794]: cluster 2024-03-21T13:13:27.866439+0000 mgr.x (mgr.34104) 6334 : cluster [DBG] pgmap v4187: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:28.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:28 smithi184 bash[59794]: cluster 2024-03-21T13:13:27.866803+0000 mgr.x (mgr.34104) 6335 : cluster [DBG] pgmap v4188: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:28.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:28 smithi184 bash[59794]: audit 2024-03-21T13:13:27.875290+0000 mon.a (mon.0) 9911 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:28.827 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:28 smithi184 bash[59794]: cephadm 2024-03-21T13:13:27.876761+0000 mgr.x (mgr.34104) 6336 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:28.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:28 smithi184 bash[59794]: audit 2024-03-21T13:13:27.936542+0000 mon.a (mon.0) 9912 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:28.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:28 smithi184 bash[59794]: audit 2024-03-21T13:13:27.939692+0000 mon.a (mon.0) 9913 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:28.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:28 smithi184 bash[59794]: audit 2024-03-21T13:13:27.942472+0000 mon.a (mon.0) 9914 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:28.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:28 smithi184 bash[59794]: audit 2024-03-21T13:13:27.943734+0000 mon.a (mon.0) 9915 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:28.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:28 smithi184 bash[59794]: cluster 2024-03-21T13:13:27.946231+0000 mgr.x (mgr.34104) 6337 : cluster [DBG] pgmap v4189: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:28.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:28 smithi184 bash[59794]: cluster 2024-03-21T13:13:27.946783+0000 mgr.x (mgr.34104) 6338 : cluster [DBG] pgmap v4190: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:28.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:28 smithi184 bash[59794]: audit 2024-03-21T13:13:27.954920+0000 mon.a (mon.0) 9916 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:28.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:28 smithi184 bash[59794]: cephadm 2024-03-21T13:13:27.956197+0000 mgr.x (mgr.34104) 6339 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:28.828 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:28 smithi184 bash[59794]: audit 2024-03-21T13:13:28.033412+0000 mon.a (mon.0) 9917 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:28.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:28 smithi184 bash[59794]: audit 2024-03-21T13:13:28.036833+0000 mon.a (mon.0) 9918 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:28.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:28 smithi184 bash[59794]: audit 2024-03-21T13:13:28.041070+0000 mon.a (mon.0) 9919 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:28.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:28 smithi184 bash[59794]: audit 2024-03-21T13:13:28.042735+0000 mon.a (mon.0) 9920 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:28.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:28 smithi184 bash[59794]: cluster 2024-03-21T13:13:28.046058+0000 mgr.x (mgr.34104) 6340 : cluster [DBG] pgmap v4191: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:28.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:28 smithi184 bash[59794]: cluster 2024-03-21T13:13:28.046577+0000 mgr.x (mgr.34104) 6341 : cluster [DBG] pgmap v4192: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:28.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:28 smithi184 bash[59794]: audit 2024-03-21T13:13:28.054718+0000 mon.a (mon.0) 9921 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:28.829 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:28 smithi184 bash[59794]: cephadm 2024-03-21T13:13:28.056292+0000 mgr.x (mgr.34104) 6342 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:28.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:28 smithi184 bash[59794]: audit 2024-03-21T13:13:28.134804+0000 mon.a (mon.0) 9922 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:28.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:28 smithi184 bash[59794]: audit 2024-03-21T13:13:28.139252+0000 mon.a (mon.0) 9923 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:28.830 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:28 smithi184 bash[59794]: audit 2024-03-21T13:13:28.143582+0000 mon.a (mon.0) 9924 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:28.831 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:28 smithi184 bash[59794]: audit 2024-03-21T13:13:28.145158+0000 mon.a (mon.0) 9925 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:28.831 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:28 smithi184 bash[59794]: cluster 2024-03-21T13:13:28.147984+0000 mgr.x (mgr.34104) 6343 : cluster [DBG] pgmap v4193: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:28.831 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:28 smithi184 bash[59794]: cluster 2024-03-21T13:13:28.148469+0000 mgr.x (mgr.34104) 6344 : cluster [DBG] pgmap v4194: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:28.831 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:28 smithi184 bash[59794]: audit 2024-03-21T13:13:28.155310+0000 mon.a (mon.0) 9926 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:28.831 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:28 smithi184 bash[59794]: cephadm 2024-03-21T13:13:28.156663+0000 mgr.x (mgr.34104) 6345 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:28.831 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:28 smithi184 bash[59794]: audit 2024-03-21T13:13:28.239105+0000 mon.a (mon.0) 9927 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:28.831 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:28 smithi184 bash[59794]: audit 2024-03-21T13:13:28.241998+0000 mon.a (mon.0) 9928 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:28.831 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:28 smithi184 bash[59794]: audit 2024-03-21T13:13:28.245305+0000 mon.a (mon.0) 9929 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:28.831 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:28 smithi184 bash[59794]: audit 2024-03-21T13:13:28.246458+0000 mon.a (mon.0) 9930 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:28.831 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:28 smithi184 bash[59794]: cluster 2024-03-21T13:13:28.248976+0000 mgr.x (mgr.34104) 6346 : cluster [DBG] pgmap v4195: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:28.831 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:28 smithi184 bash[59794]: cluster 2024-03-21T13:13:28.249305+0000 mgr.x (mgr.34104) 6347 : cluster [DBG] pgmap v4196: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:28.831 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:28 smithi184 bash[59794]: audit 2024-03-21T13:13:28.256113+0000 mon.a (mon.0) 9931 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:28.831 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:28 smithi184 bash[59794]: cephadm 2024-03-21T13:13:28.257324+0000 mgr.x (mgr.34104) 6348 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:28.831 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:28 smithi184 bash[59794]: audit 2024-03-21T13:13:28.337941+0000 mon.a (mon.0) 9932 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:28.832 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:28 smithi184 bash[59794]: audit 2024-03-21T13:13:28.341416+0000 mon.a (mon.0) 9933 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:28.832 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:28 smithi184 bash[59794]: audit 2024-03-21T13:13:28.343705+0000 mon.a (mon.0) 9934 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:28.832 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:28 smithi184 bash[59794]: audit 2024-03-21T13:13:28.344685+0000 mon.a (mon.0) 9935 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:28.832 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:28 smithi184 bash[59794]: audit 2024-03-21T13:13:28.352438+0000 mon.a (mon.0) 9936 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:28.832 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:28 smithi184 bash[59794]: audit 2024-03-21T13:13:28.430078+0000 mon.a (mon.0) 9937 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:28.832 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:28 smithi184 bash[59794]: audit 2024-03-21T13:13:28.432520+0000 mon.a (mon.0) 9938 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:28.832 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:28 smithi184 bash[59794]: audit 2024-03-21T13:13:28.435660+0000 mon.a (mon.0) 9939 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:28.832 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:28 smithi184 bash[59794]: audit 2024-03-21T13:13:28.436666+0000 mon.a (mon.0) 9940 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:28.832 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:28 smithi184 bash[59794]: audit 2024-03-21T13:13:28.444329+0000 mon.a (mon.0) 9941 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:29.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:29 smithi184 bash[59794]: cluster 2024-03-21T13:13:28.347207+0000 mgr.x (mgr.34104) 6349 : cluster [DBG] pgmap v4197: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:29.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:29 smithi184 bash[59794]: cluster 2024-03-21T13:13:28.347643+0000 mgr.x (mgr.34104) 6350 : cluster [DBG] pgmap v4198: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:29.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:29 smithi184 bash[59794]: cephadm 2024-03-21T13:13:28.353572+0000 mgr.x (mgr.34104) 6351 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:29.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:29 smithi184 bash[59794]: cluster 2024-03-21T13:13:28.439090+0000 mgr.x (mgr.34104) 6352 : cluster [DBG] pgmap v4199: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:29.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:29 smithi184 bash[59794]: cephadm 2024-03-21T13:13:28.445572+0000 mgr.x (mgr.34104) 6353 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:29.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:29 smithi184 bash[59794]: audit 2024-03-21T13:13:28.527315+0000 mon.a (mon.0) 9942 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:29.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:29 smithi184 bash[59794]: audit 2024-03-21T13:13:28.530305+0000 mon.a (mon.0) 9943 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:29.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:29 smithi184 bash[59794]: audit 2024-03-21T13:13:28.533529+0000 mon.a (mon.0) 9944 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:29.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:29 smithi184 bash[59794]: audit 2024-03-21T13:13:28.534997+0000 mon.a (mon.0) 9945 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:29.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:29 smithi184 bash[59794]: cluster 2024-03-21T13:13:28.537991+0000 mgr.x (mgr.34104) 6354 : cluster [DBG] pgmap v4200: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:29.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:29 smithi184 bash[59794]: cluster 2024-03-21T13:13:28.538343+0000 mgr.x (mgr.34104) 6355 : cluster [DBG] pgmap v4201: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:29.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:29 smithi184 bash[59794]: audit 2024-03-21T13:13:28.544879+0000 mon.a (mon.0) 9946 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:29.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:29 smithi184 bash[59794]: cephadm 2024-03-21T13:13:28.546343+0000 mgr.x (mgr.34104) 6356 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:29.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:29 smithi184 bash[59794]: audit 2024-03-21T13:13:28.608822+0000 mon.a (mon.0) 9947 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:29.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:29 smithi184 bash[59794]: audit 2024-03-21T13:13:28.611900+0000 mon.a (mon.0) 9948 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:29.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:29 smithi184 bash[59794]: audit 2024-03-21T13:13:28.614888+0000 mon.a (mon.0) 9949 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:29.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:29 smithi184 bash[59794]: audit 2024-03-21T13:13:28.616261+0000 mon.a (mon.0) 9950 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:29.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:29 smithi184 bash[59794]: cluster 2024-03-21T13:13:28.619327+0000 mgr.x (mgr.34104) 6357 : cluster [DBG] pgmap v4202: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:29.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:29 smithi184 bash[59794]: cluster 2024-03-21T13:13:28.619893+0000 mgr.x (mgr.34104) 6358 : cluster [DBG] pgmap v4203: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:29.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:29 smithi184 bash[59794]: audit 2024-03-21T13:13:28.626368+0000 mon.a (mon.0) 9951 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:29.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:29 smithi184 bash[59794]: cephadm 2024-03-21T13:13:28.627846+0000 mgr.x (mgr.34104) 6359 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:29.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:29 smithi184 bash[59794]: audit 2024-03-21T13:13:28.692493+0000 mon.a (mon.0) 9952 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:29.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:29 smithi184 bash[59794]: audit 2024-03-21T13:13:28.700541+0000 mon.a (mon.0) 9953 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:29.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:29 smithi184 bash[59794]: cluster 2024-03-21T13:13:28.702717+0000 mgr.x (mgr.34104) 6360 : cluster [DBG] pgmap v4204: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:29.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:29 smithi184 bash[59794]: cluster 2024-03-21T13:13:28.703087+0000 mgr.x (mgr.34104) 6361 : cluster [DBG] pgmap v4205: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:29.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:29 smithi184 bash[59794]: audit 2024-03-21T13:13:28.708460+0000 mon.a (mon.0) 9954 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:29.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:29 smithi184 bash[59794]: audit 2024-03-21T13:13:28.709859+0000 mon.a (mon.0) 9955 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:29.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:29 smithi184 bash[59794]: audit 2024-03-21T13:13:28.712820+0000 mon.a (mon.0) 9956 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:29.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:29 smithi184 bash[59794]: audit 2024-03-21T13:13:28.714653+0000 mon.a (mon.0) 9957 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:29.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:29 smithi184 bash[59794]: audit 2024-03-21T13:13:28.717379+0000 mon.a (mon.0) 9958 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:29.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:29 smithi184 bash[59794]: audit 2024-03-21T13:13:28.722195+0000 mon.a (mon.0) 9959 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:29.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:29 smithi184 bash[59794]: audit 2024-03-21T13:13:28.728013+0000 mon.a (mon.0) 9960 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:29.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:29 smithi184 bash[59794]: audit 2024-03-21T13:13:28.730225+0000 mon.a (mon.0) 9961 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:29.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:29 smithi184 bash[59794]: audit 2024-03-21T13:13:28.731861+0000 mon.a (mon.0) 9962 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:29.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:29 smithi184 bash[59794]: audit 2024-03-21T13:13:28.733630+0000 mon.a (mon.0) 9963 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:29.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:29 smithi184 bash[59794]: audit 2024-03-21T13:13:28.735336+0000 mon.a (mon.0) 9964 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:29.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:29 smithi184 bash[59794]: audit 2024-03-21T13:13:28.738223+0000 mon.a (mon.0) 9965 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:29.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:29 smithi184 bash[59794]: audit 2024-03-21T13:13:28.740577+0000 mon.a (mon.0) 9966 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:29.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:29 smithi184 bash[59794]: audit 2024-03-21T13:13:28.743498+0000 mon.a (mon.0) 9967 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:29.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:29 smithi184 bash[59794]: audit 2024-03-21T13:13:28.747216+0000 mon.a (mon.0) 9968 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:29.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:29 smithi184 bash[59794]: audit 2024-03-21T13:13:28.750455+0000 mon.a (mon.0) 9969 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:29.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:29 smithi184 bash[59794]: audit 2024-03-21T13:13:28.753524+0000 mon.a (mon.0) 9970 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:29.657 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:29 smithi178 bash[75692]: cluster 2024-03-21T13:13:28.347207+0000 mgr.x (mgr.34104) 6349 : cluster [DBG] pgmap v4197: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:29.657 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:29 smithi178 bash[75692]: cluster 2024-03-21T13:13:28.347643+0000 mgr.x (mgr.34104) 6350 : cluster [DBG] pgmap v4198: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:29.657 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:29 smithi178 bash[75692]: cephadm 2024-03-21T13:13:28.353572+0000 mgr.x (mgr.34104) 6351 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:29.657 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:29 smithi178 bash[75692]: cluster 2024-03-21T13:13:28.439090+0000 mgr.x (mgr.34104) 6352 : cluster [DBG] pgmap v4199: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:29.657 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:29 smithi178 bash[75692]: cephadm 2024-03-21T13:13:28.445572+0000 mgr.x (mgr.34104) 6353 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:29.657 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:29 smithi178 bash[75692]: audit 2024-03-21T13:13:28.527315+0000 mon.a (mon.0) 9942 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:29.657 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:29 smithi178 bash[75692]: audit 2024-03-21T13:13:28.530305+0000 mon.a (mon.0) 9943 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:29.657 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:29 smithi178 bash[75692]: audit 2024-03-21T13:13:28.533529+0000 mon.a (mon.0) 9944 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:29.657 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:29 smithi178 bash[75692]: audit 2024-03-21T13:13:28.534997+0000 mon.a (mon.0) 9945 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:29.658 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:29 smithi178 bash[75692]: cluster 2024-03-21T13:13:28.537991+0000 mgr.x (mgr.34104) 6354 : cluster [DBG] pgmap v4200: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:29.658 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:29 smithi178 bash[75692]: cluster 2024-03-21T13:13:28.538343+0000 mgr.x (mgr.34104) 6355 : cluster [DBG] pgmap v4201: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:29.658 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:29 smithi178 bash[75692]: audit 2024-03-21T13:13:28.544879+0000 mon.a (mon.0) 9946 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:29.658 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:29 smithi178 bash[75692]: cephadm 2024-03-21T13:13:28.546343+0000 mgr.x (mgr.34104) 6356 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:29.658 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:29 smithi178 bash[75692]: audit 2024-03-21T13:13:28.608822+0000 mon.a (mon.0) 9947 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:29.658 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:29 smithi178 bash[75692]: audit 2024-03-21T13:13:28.611900+0000 mon.a (mon.0) 9948 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:29.658 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:29 smithi178 bash[75692]: audit 2024-03-21T13:13:28.614888+0000 mon.a (mon.0) 9949 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:29.658 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:29 smithi178 bash[75692]: audit 2024-03-21T13:13:28.616261+0000 mon.a (mon.0) 9950 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:29.658 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:29 smithi178 bash[75692]: cluster 2024-03-21T13:13:28.619327+0000 mgr.x (mgr.34104) 6357 : cluster [DBG] pgmap v4202: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:29.658 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:29 smithi178 bash[75692]: cluster 2024-03-21T13:13:28.619893+0000 mgr.x (mgr.34104) 6358 : cluster [DBG] pgmap v4203: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:29.659 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:29 smithi178 bash[77880]: cluster 2024-03-21T13:13:28.347207+0000 mgr.x (mgr.34104) 6349 : cluster [DBG] pgmap v4197: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:29.659 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:29 smithi178 bash[77880]: cluster 2024-03-21T13:13:28.347643+0000 mgr.x (mgr.34104) 6350 : cluster [DBG] pgmap v4198: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:29.659 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:29 smithi178 bash[77880]: cephadm 2024-03-21T13:13:28.353572+0000 mgr.x (mgr.34104) 6351 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:29.659 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:29 smithi178 bash[77880]: cluster 2024-03-21T13:13:28.439090+0000 mgr.x (mgr.34104) 6352 : cluster [DBG] pgmap v4199: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:29.659 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:29 smithi178 bash[77880]: cephadm 2024-03-21T13:13:28.445572+0000 mgr.x (mgr.34104) 6353 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:29.659 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:29 smithi178 bash[77880]: audit 2024-03-21T13:13:28.527315+0000 mon.a (mon.0) 9942 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:29.659 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:29 smithi178 bash[77880]: audit 2024-03-21T13:13:28.530305+0000 mon.a (mon.0) 9943 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:29.659 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:29 smithi178 bash[77880]: audit 2024-03-21T13:13:28.533529+0000 mon.a (mon.0) 9944 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:29.659 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:29 smithi178 bash[77880]: audit 2024-03-21T13:13:28.534997+0000 mon.a (mon.0) 9945 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:29.659 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:29 smithi178 bash[77880]: cluster 2024-03-21T13:13:28.537991+0000 mgr.x (mgr.34104) 6354 : cluster [DBG] pgmap v4200: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:29.659 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:29 smithi178 bash[77880]: cluster 2024-03-21T13:13:28.538343+0000 mgr.x (mgr.34104) 6355 : cluster [DBG] pgmap v4201: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:29.659 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:29 smithi178 bash[77880]: audit 2024-03-21T13:13:28.544879+0000 mon.a (mon.0) 9946 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:29.659 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:29 smithi178 bash[77880]: cephadm 2024-03-21T13:13:28.546343+0000 mgr.x (mgr.34104) 6356 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:29.659 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:29 smithi178 bash[77880]: audit 2024-03-21T13:13:28.608822+0000 mon.a (mon.0) 9947 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:29.660 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:29 smithi178 bash[77880]: audit 2024-03-21T13:13:28.611900+0000 mon.a (mon.0) 9948 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:29.660 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:29 smithi178 bash[77880]: audit 2024-03-21T13:13:28.614888+0000 mon.a (mon.0) 9949 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:29.660 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:29 smithi178 bash[77880]: audit 2024-03-21T13:13:28.616261+0000 mon.a (mon.0) 9950 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:29.660 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:29 smithi178 bash[77880]: cluster 2024-03-21T13:13:28.619327+0000 mgr.x (mgr.34104) 6357 : cluster [DBG] pgmap v4202: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:29.660 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:29 smithi178 bash[77880]: cluster 2024-03-21T13:13:28.619893+0000 mgr.x (mgr.34104) 6358 : cluster [DBG] pgmap v4203: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:29.660 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:29 smithi178 bash[75692]: audit 2024-03-21T13:13:28.626368+0000 mon.a (mon.0) 9951 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:29.660 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:29 smithi178 bash[75692]: cephadm 2024-03-21T13:13:28.627846+0000 mgr.x (mgr.34104) 6359 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:29.660 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:29 smithi178 bash[75692]: audit 2024-03-21T13:13:28.692493+0000 mon.a (mon.0) 9952 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:29.661 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:29 smithi178 bash[75692]: audit 2024-03-21T13:13:28.700541+0000 mon.a (mon.0) 9953 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:29.661 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:29 smithi178 bash[75692]: cluster 2024-03-21T13:13:28.702717+0000 mgr.x (mgr.34104) 6360 : cluster [DBG] pgmap v4204: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:29.661 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:29 smithi178 bash[75692]: cluster 2024-03-21T13:13:28.703087+0000 mgr.x (mgr.34104) 6361 : cluster [DBG] pgmap v4205: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:29.661 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:29 smithi178 bash[75692]: audit 2024-03-21T13:13:28.708460+0000 mon.a (mon.0) 9954 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:29.661 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:29 smithi178 bash[75692]: audit 2024-03-21T13:13:28.709859+0000 mon.a (mon.0) 9955 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:29.661 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:29 smithi178 bash[75692]: audit 2024-03-21T13:13:28.712820+0000 mon.a (mon.0) 9956 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:29.661 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:29 smithi178 bash[75692]: audit 2024-03-21T13:13:28.714653+0000 mon.a (mon.0) 9957 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:29.661 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:29 smithi178 bash[75692]: audit 2024-03-21T13:13:28.717379+0000 mon.a (mon.0) 9958 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:29.661 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:29 smithi178 bash[75692]: audit 2024-03-21T13:13:28.722195+0000 mon.a (mon.0) 9959 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:29.661 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:29 smithi178 bash[75692]: audit 2024-03-21T13:13:28.728013+0000 mon.a (mon.0) 9960 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:29.661 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:29 smithi178 bash[75692]: audit 2024-03-21T13:13:28.730225+0000 mon.a (mon.0) 9961 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:29.661 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:29 smithi178 bash[75692]: audit 2024-03-21T13:13:28.731861+0000 mon.a (mon.0) 9962 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:29.661 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:29 smithi178 bash[75692]: audit 2024-03-21T13:13:28.733630+0000 mon.a (mon.0) 9963 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:29.661 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:29 smithi178 bash[75692]: audit 2024-03-21T13:13:28.735336+0000 mon.a (mon.0) 9964 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:29.661 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:29 smithi178 bash[75692]: audit 2024-03-21T13:13:28.738223+0000 mon.a (mon.0) 9965 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:29.662 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:29 smithi178 bash[75692]: audit 2024-03-21T13:13:28.740577+0000 mon.a (mon.0) 9966 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:29.662 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:29 smithi178 bash[75692]: audit 2024-03-21T13:13:28.743498+0000 mon.a (mon.0) 9967 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:29.662 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:29 smithi178 bash[75692]: audit 2024-03-21T13:13:28.747216+0000 mon.a (mon.0) 9968 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:29.662 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:29 smithi178 bash[75692]: audit 2024-03-21T13:13:28.750455+0000 mon.a (mon.0) 9969 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:29.662 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:29 smithi178 bash[75692]: audit 2024-03-21T13:13:28.753524+0000 mon.a (mon.0) 9970 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:29.662 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:29 smithi178 bash[77880]: audit 2024-03-21T13:13:28.626368+0000 mon.a (mon.0) 9951 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:29.662 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:29 smithi178 bash[77880]: cephadm 2024-03-21T13:13:28.627846+0000 mgr.x (mgr.34104) 6359 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:29.662 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:29 smithi178 bash[77880]: audit 2024-03-21T13:13:28.692493+0000 mon.a (mon.0) 9952 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:29.662 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:29 smithi178 bash[77880]: audit 2024-03-21T13:13:28.700541+0000 mon.a (mon.0) 9953 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:29.662 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:29 smithi178 bash[77880]: cluster 2024-03-21T13:13:28.702717+0000 mgr.x (mgr.34104) 6360 : cluster [DBG] pgmap v4204: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:29.663 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:29 smithi178 bash[77880]: cluster 2024-03-21T13:13:28.703087+0000 mgr.x (mgr.34104) 6361 : cluster [DBG] pgmap v4205: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:13:29.663 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:29 smithi178 bash[77880]: audit 2024-03-21T13:13:28.708460+0000 mon.a (mon.0) 9954 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:29.663 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:29 smithi178 bash[77880]: audit 2024-03-21T13:13:28.709859+0000 mon.a (mon.0) 9955 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:29.663 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:29 smithi178 bash[77880]: audit 2024-03-21T13:13:28.712820+0000 mon.a (mon.0) 9956 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:29.663 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:29 smithi178 bash[77880]: audit 2024-03-21T13:13:28.714653+0000 mon.a (mon.0) 9957 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:29.663 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:29 smithi178 bash[77880]: audit 2024-03-21T13:13:28.717379+0000 mon.a (mon.0) 9958 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:29.663 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:29 smithi178 bash[77880]: audit 2024-03-21T13:13:28.722195+0000 mon.a (mon.0) 9959 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:29.663 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:29 smithi178 bash[77880]: audit 2024-03-21T13:13:28.728013+0000 mon.a (mon.0) 9960 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:29.663 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:29 smithi178 bash[77880]: audit 2024-03-21T13:13:28.730225+0000 mon.a (mon.0) 9961 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:29.663 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:29 smithi178 bash[77880]: audit 2024-03-21T13:13:28.731861+0000 mon.a (mon.0) 9962 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:29.663 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:29 smithi178 bash[77880]: audit 2024-03-21T13:13:28.733630+0000 mon.a (mon.0) 9963 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:29.663 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:29 smithi178 bash[77880]: audit 2024-03-21T13:13:28.735336+0000 mon.a (mon.0) 9964 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:29.663 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:29 smithi178 bash[77880]: audit 2024-03-21T13:13:28.738223+0000 mon.a (mon.0) 9965 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:29.663 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:29 smithi178 bash[77880]: audit 2024-03-21T13:13:28.740577+0000 mon.a (mon.0) 9966 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:29.664 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:29 smithi178 bash[77880]: audit 2024-03-21T13:13:28.743498+0000 mon.a (mon.0) 9967 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:29.664 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:29 smithi178 bash[77880]: audit 2024-03-21T13:13:28.747216+0000 mon.a (mon.0) 9968 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:29.664 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:29 smithi178 bash[77880]: audit 2024-03-21T13:13:28.750455+0000 mon.a (mon.0) 9969 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:29.664 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:29 smithi178 bash[77880]: audit 2024-03-21T13:13:28.753524+0000 mon.a (mon.0) 9970 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:30.774 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:30 smithi184 bash[59794]: audit 2024-03-21T13:13:29.355253+0000 mgr.x (mgr.34104) 6362 : audit [DBG] from='client.54784 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:13:30.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:30 smithi178 bash[75692]: audit 2024-03-21T13:13:29.355253+0000 mgr.x (mgr.34104) 6362 : audit [DBG] from='client.54784 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:13:30.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:30 smithi178 bash[77880]: audit 2024-03-21T13:13:29.355253+0000 mgr.x (mgr.34104) 6362 : audit [DBG] from='client.54784 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:13:31.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:31 smithi178 bash[75692]: cluster 2024-03-21T13:13:30.704721+0000 mgr.x (mgr.34104) 6363 : cluster [DBG] pgmap v4206: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 2.3 KiB/s rd, 2 op/s 2024-03-21T13:13:31.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:31 smithi178 bash[77880]: cluster 2024-03-21T13:13:30.704721+0000 mgr.x (mgr.34104) 6363 : cluster [DBG] pgmap v4206: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 2.3 KiB/s rd, 2 op/s 2024-03-21T13:13:31.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:31 smithi184 bash[59794]: cluster 2024-03-21T13:13:30.704721+0000 mgr.x (mgr.34104) 6363 : cluster [DBG] pgmap v4206: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 2.3 KiB/s rd, 2 op/s 2024-03-21T13:13:32.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:32 smithi178 bash[75692]: cephadm 2024-03-21T13:13:31.777417+0000 mgr.x (mgr.34104) 6364 : cephadm [INF] Upgrade: Updating grafana.a 2024-03-21T13:13:32.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:32 smithi178 bash[75692]: cephadm 2024-03-21T13:13:31.802911+0000 mgr.x (mgr.34104) 6365 : cephadm [INF] Deploying daemon grafana.a on smithi184 2024-03-21T13:13:32.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:32 smithi178 bash[77880]: cephadm 2024-03-21T13:13:31.777417+0000 mgr.x (mgr.34104) 6364 : cephadm [INF] Upgrade: Updating grafana.a 2024-03-21T13:13:32.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:32 smithi178 bash[77880]: cephadm 2024-03-21T13:13:31.802911+0000 mgr.x (mgr.34104) 6365 : cephadm [INF] Deploying daemon grafana.a on smithi184 2024-03-21T13:13:32.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:32 smithi184 bash[59794]: cephadm 2024-03-21T13:13:31.777417+0000 mgr.x (mgr.34104) 6364 : cephadm [INF] Upgrade: Updating grafana.a 2024-03-21T13:13:32.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:32 smithi184 bash[59794]: cephadm 2024-03-21T13:13:31.802911+0000 mgr.x (mgr.34104) 6365 : cephadm [INF] Deploying daemon grafana.a on smithi184 2024-03-21T13:13:34.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:33 smithi184 bash[59794]: cluster 2024-03-21T13:13:32.705512+0000 mgr.x (mgr.34104) 6366 : cluster [DBG] pgmap v4207: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:13:34.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:33 smithi184 bash[59794]: audit 2024-03-21T13:13:32.797774+0000 mon.a (mon.0) 9971 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:34.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:33 smithi184 bash[59794]: audit 2024-03-21T13:13:32.808098+0000 mon.a (mon.0) 9972 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:34.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:33 smithi184 bash[59794]: cluster 2024-03-21T13:13:32.810770+0000 mgr.x (mgr.34104) 6367 : cluster [DBG] pgmap v4208: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:13:34.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:33 smithi184 bash[59794]: cluster 2024-03-21T13:13:32.811354+0000 mgr.x (mgr.34104) 6368 : cluster [DBG] pgmap v4209: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:13:34.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:33 smithi184 bash[59794]: audit 2024-03-21T13:13:32.818309+0000 mon.a (mon.0) 9973 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:34.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:33 smithi178 bash[75692]: cluster 2024-03-21T13:13:32.705512+0000 mgr.x (mgr.34104) 6366 : cluster [DBG] pgmap v4207: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:13:34.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:33 smithi178 bash[75692]: audit 2024-03-21T13:13:32.797774+0000 mon.a (mon.0) 9971 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:34.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:33 smithi178 bash[75692]: audit 2024-03-21T13:13:32.808098+0000 mon.a (mon.0) 9972 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:34.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:33 smithi178 bash[75692]: cluster 2024-03-21T13:13:32.810770+0000 mgr.x (mgr.34104) 6367 : cluster [DBG] pgmap v4208: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:13:34.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:33 smithi178 bash[75692]: cluster 2024-03-21T13:13:32.811354+0000 mgr.x (mgr.34104) 6368 : cluster [DBG] pgmap v4209: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:13:34.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:33 smithi178 bash[75692]: audit 2024-03-21T13:13:32.818309+0000 mon.a (mon.0) 9973 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:34.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:33 smithi178 bash[77880]: cluster 2024-03-21T13:13:32.705512+0000 mgr.x (mgr.34104) 6366 : cluster [DBG] pgmap v4207: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:13:34.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:33 smithi178 bash[77880]: audit 2024-03-21T13:13:32.797774+0000 mon.a (mon.0) 9971 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:34.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:33 smithi178 bash[77880]: audit 2024-03-21T13:13:32.808098+0000 mon.a (mon.0) 9972 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:34.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:33 smithi178 bash[77880]: cluster 2024-03-21T13:13:32.810770+0000 mgr.x (mgr.34104) 6367 : cluster [DBG] pgmap v4208: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:13:34.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:33 smithi178 bash[77880]: cluster 2024-03-21T13:13:32.811354+0000 mgr.x (mgr.34104) 6368 : cluster [DBG] pgmap v4209: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:13:34.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:33 smithi178 bash[77880]: audit 2024-03-21T13:13:32.818309+0000 mon.a (mon.0) 9973 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:35.209 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:34 smithi184 bash[59794]: audit 2024-03-21T13:13:34.794786+0000 mon.a (mon.0) 9974 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:13:35.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:34 smithi178 bash[75692]: audit 2024-03-21T13:13:34.794786+0000 mon.a (mon.0) 9974 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:13:35.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:34 smithi178 bash[77880]: audit 2024-03-21T13:13:34.794786+0000 mon.a (mon.0) 9974 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:13:35.823 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:13:35 smithi184 bash[52419]: ::ffff:172.21.15.184 - - [21/Mar/2024:13:13:35] "GET /metrics HTTP/1.1" 200 38773 "" "Prometheus/2.43.0" 2024-03-21T13:13:36.130 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:35 smithi178 bash[75692]: cluster 2024-03-21T13:13:34.812814+0000 mgr.x (mgr.34104) 6369 : cluster [DBG] pgmap v4210: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s rd, 1 op/s 2024-03-21T13:13:36.130 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:35 smithi178 bash[77880]: cluster 2024-03-21T13:13:34.812814+0000 mgr.x (mgr.34104) 6369 : cluster [DBG] pgmap v4210: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s rd, 1 op/s 2024-03-21T13:13:36.274 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:35 smithi184 bash[59794]: cluster 2024-03-21T13:13:34.812814+0000 mgr.x (mgr.34104) 6369 : cluster [DBG] pgmap v4210: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s rd, 1 op/s 2024-03-21T13:13:36.823 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:13:36 smithi184 systemd[1]: Started Ceph grafana.a for a94f249e-e780-11ee-95cd-87774f69a715. 2024-03-21T13:13:37.833 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:37 smithi184 bash[59794]: cluster 2024-03-21T13:13:36.813593+0000 mgr.x (mgr.34104) 6370 : cluster [DBG] pgmap v4211: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:13:37.833 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:37 smithi184 bash[59794]: audit 2024-03-21T13:13:36.825906+0000 mon.a (mon.0) 9975 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:37.833 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:37 smithi184 bash[59794]: audit 2024-03-21T13:13:36.836012+0000 mon.a (mon.0) 9976 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:37.834 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:37 smithi184 bash[59794]: audit 2024-03-21T13:13:36.886590+0000 mon.a (mon.0) 9977 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:37.834 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:37 smithi184 bash[59794]: audit 2024-03-21T13:13:36.888583+0000 mon.a (mon.0) 9978 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:37.834 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:37 smithi184 bash[59794]: cluster 2024-03-21T13:13:36.891973+0000 mgr.x (mgr.34104) 6371 : cluster [DBG] pgmap v4212: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 827 B/s rd, 0 op/s 2024-03-21T13:13:37.834 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:37 smithi184 bash[59794]: audit 2024-03-21T13:13:36.898944+0000 mon.a (mon.0) 9979 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:37.834 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:37 smithi184 bash[59794]: cephadm 2024-03-21T13:13:36.900422+0000 mgr.x (mgr.34104) 6372 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:37.834 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:37 smithi184 bash[59794]: audit 2024-03-21T13:13:36.978618+0000 mon.a (mon.0) 9980 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-21T13:13:37.834 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:37 smithi184 bash[59794]: audit 2024-03-21T13:13:36.980604+0000 mgr.x (mgr.34104) 6373 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-21T13:13:37.834 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:37 smithi184 bash[59794]: audit 2024-03-21T13:13:36.988776+0000 mon.a (mon.0) 9981 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:37.834 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:37 smithi184 bash[59794]: audit 2024-03-21T13:13:36.992674+0000 mon.a (mon.0) 9982 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:37.834 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:37 smithi184 bash[59794]: audit 2024-03-21T13:13:36.998553+0000 mon.a (mon.0) 9983 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:37.835 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:37 smithi184 bash[59794]: audit 2024-03-21T13:13:37.000419+0000 mon.a (mon.0) 9984 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:37.835 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:37 smithi184 bash[59794]: audit 2024-03-21T13:13:37.010471+0000 mon.a (mon.0) 9985 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:37.835 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:37 smithi184 bash[59794]: cephadm 2024-03-21T13:13:37.011968+0000 mgr.x (mgr.34104) 6374 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:38.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:37 smithi178 bash[77880]: cluster 2024-03-21T13:13:36.813593+0000 mgr.x (mgr.34104) 6370 : cluster [DBG] pgmap v4211: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:13:38.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:37 smithi178 bash[77880]: audit 2024-03-21T13:13:36.825906+0000 mon.a (mon.0) 9975 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:38.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:37 smithi178 bash[77880]: audit 2024-03-21T13:13:36.836012+0000 mon.a (mon.0) 9976 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:38.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:37 smithi178 bash[77880]: audit 2024-03-21T13:13:36.886590+0000 mon.a (mon.0) 9977 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:38.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:37 smithi178 bash[77880]: audit 2024-03-21T13:13:36.888583+0000 mon.a (mon.0) 9978 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:38.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:37 smithi178 bash[77880]: cluster 2024-03-21T13:13:36.891973+0000 mgr.x (mgr.34104) 6371 : cluster [DBG] pgmap v4212: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 827 B/s rd, 0 op/s 2024-03-21T13:13:38.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:37 smithi178 bash[77880]: audit 2024-03-21T13:13:36.898944+0000 mon.a (mon.0) 9979 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:38.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:37 smithi178 bash[77880]: cephadm 2024-03-21T13:13:36.900422+0000 mgr.x (mgr.34104) 6372 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:38.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:37 smithi178 bash[77880]: audit 2024-03-21T13:13:36.978618+0000 mon.a (mon.0) 9980 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-21T13:13:38.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:37 smithi178 bash[77880]: audit 2024-03-21T13:13:36.980604+0000 mgr.x (mgr.34104) 6373 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-21T13:13:38.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:37 smithi178 bash[77880]: audit 2024-03-21T13:13:36.988776+0000 mon.a (mon.0) 9981 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:38.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:37 smithi178 bash[77880]: audit 2024-03-21T13:13:36.992674+0000 mon.a (mon.0) 9982 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:38.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:37 smithi178 bash[77880]: audit 2024-03-21T13:13:36.998553+0000 mon.a (mon.0) 9983 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:38.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:37 smithi178 bash[77880]: audit 2024-03-21T13:13:37.000419+0000 mon.a (mon.0) 9984 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:38.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:37 smithi178 bash[77880]: audit 2024-03-21T13:13:37.010471+0000 mon.a (mon.0) 9985 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:38.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:37 smithi178 bash[77880]: cephadm 2024-03-21T13:13:37.011968+0000 mgr.x (mgr.34104) 6374 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:38.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:37 smithi178 bash[77880]: audit 2024-03-21T13:13:37.089954+0000 mon.a (mon.0) 9986 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:38.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:37 smithi178 bash[77880]: audit 2024-03-21T13:13:37.093381+0000 mon.a (mon.0) 9987 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:38.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:37 smithi178 bash[77880]: audit 2024-03-21T13:13:37.097820+0000 mon.a (mon.0) 9988 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:38.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:37 smithi178 bash[75692]: cluster 2024-03-21T13:13:36.813593+0000 mgr.x (mgr.34104) 6370 : cluster [DBG] pgmap v4211: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:13:38.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:37 smithi178 bash[75692]: audit 2024-03-21T13:13:36.825906+0000 mon.a (mon.0) 9975 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:38.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:37 smithi178 bash[75692]: audit 2024-03-21T13:13:36.836012+0000 mon.a (mon.0) 9976 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:38.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:37 smithi178 bash[75692]: audit 2024-03-21T13:13:36.886590+0000 mon.a (mon.0) 9977 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:38.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:37 smithi178 bash[75692]: audit 2024-03-21T13:13:36.888583+0000 mon.a (mon.0) 9978 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:38.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:37 smithi178 bash[75692]: cluster 2024-03-21T13:13:36.891973+0000 mgr.x (mgr.34104) 6371 : cluster [DBG] pgmap v4212: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 827 B/s rd, 0 op/s 2024-03-21T13:13:38.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:37 smithi178 bash[75692]: audit 2024-03-21T13:13:36.898944+0000 mon.a (mon.0) 9979 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:38.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:37 smithi178 bash[75692]: cephadm 2024-03-21T13:13:36.900422+0000 mgr.x (mgr.34104) 6372 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:38.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:37 smithi178 bash[75692]: audit 2024-03-21T13:13:36.978618+0000 mon.a (mon.0) 9980 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-21T13:13:38.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:37 smithi178 bash[75692]: audit 2024-03-21T13:13:36.980604+0000 mgr.x (mgr.34104) 6373 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-21T13:13:38.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:37 smithi178 bash[75692]: audit 2024-03-21T13:13:36.988776+0000 mon.a (mon.0) 9981 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:38.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:37 smithi178 bash[75692]: audit 2024-03-21T13:13:36.992674+0000 mon.a (mon.0) 9982 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:38.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:37 smithi178 bash[75692]: audit 2024-03-21T13:13:36.998553+0000 mon.a (mon.0) 9983 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:38.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:37 smithi178 bash[75692]: audit 2024-03-21T13:13:37.000419+0000 mon.a (mon.0) 9984 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:38.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:37 smithi178 bash[75692]: audit 2024-03-21T13:13:37.010471+0000 mon.a (mon.0) 9985 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:38.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:37 smithi178 bash[75692]: cephadm 2024-03-21T13:13:37.011968+0000 mgr.x (mgr.34104) 6374 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:38.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:37 smithi178 bash[75692]: audit 2024-03-21T13:13:37.089954+0000 mon.a (mon.0) 9986 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:38.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:37 smithi178 bash[75692]: audit 2024-03-21T13:13:37.093381+0000 mon.a (mon.0) 9987 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:38.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:37 smithi178 bash[75692]: audit 2024-03-21T13:13:37.097820+0000 mon.a (mon.0) 9988 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:38.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:37 smithi178 bash[77880]: audit 2024-03-21T13:13:37.099619+0000 mon.a (mon.0) 9989 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:38.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:37 smithi178 bash[77880]: audit 2024-03-21T13:13:37.108072+0000 mon.a (mon.0) 9990 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:38.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:37 smithi178 bash[77880]: cephadm 2024-03-21T13:13:37.109282+0000 mgr.x (mgr.34104) 6375 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:38.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:37 smithi178 bash[77880]: audit 2024-03-21T13:13:37.187860+0000 mon.a (mon.0) 9991 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:38.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:37 smithi178 bash[77880]: audit 2024-03-21T13:13:37.191006+0000 mon.a (mon.0) 9992 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:38.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:37 smithi178 bash[77880]: audit 2024-03-21T13:13:37.194187+0000 mon.a (mon.0) 9993 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:38.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:37 smithi178 bash[77880]: audit 2024-03-21T13:13:37.195482+0000 mon.a (mon.0) 9994 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:38.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:37 smithi178 bash[77880]: audit 2024-03-21T13:13:37.205375+0000 mon.a (mon.0) 9995 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:38.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:37 smithi178 bash[77880]: cephadm 2024-03-21T13:13:37.206672+0000 mgr.x (mgr.34104) 6376 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:38.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:37 smithi178 bash[77880]: audit 2024-03-21T13:13:37.288852+0000 mon.a (mon.0) 9996 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:38.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:37 smithi178 bash[77880]: audit 2024-03-21T13:13:37.292184+0000 mon.a (mon.0) 9997 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:38.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:37 smithi178 bash[77880]: audit 2024-03-21T13:13:37.295817+0000 mon.a (mon.0) 9998 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:38.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:37 smithi178 bash[77880]: audit 2024-03-21T13:13:37.297224+0000 mon.a (mon.0) 9999 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:38.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:37 smithi178 bash[77880]: audit 2024-03-21T13:13:37.306515+0000 mon.a (mon.0) 10000 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:38.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:37 smithi178 bash[77880]: cephadm 2024-03-21T13:13:37.307822+0000 mgr.x (mgr.34104) 6377 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:38.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:37 smithi178 bash[77880]: audit 2024-03-21T13:13:37.389825+0000 mon.a (mon.0) 10001 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:38.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:37 smithi178 bash[77880]: audit 2024-03-21T13:13:37.392944+0000 mon.a (mon.0) 10002 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:38.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:37 smithi178 bash[77880]: audit 2024-03-21T13:13:37.396907+0000 mon.a (mon.0) 10003 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:38.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:37 smithi178 bash[77880]: audit 2024-03-21T13:13:37.398586+0000 mon.a (mon.0) 10004 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:38.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:37 smithi178 bash[77880]: audit 2024-03-21T13:13:37.408795+0000 mon.a (mon.0) 10005 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:38.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:37 smithi178 bash[77880]: audit 2024-03-21T13:13:37.492092+0000 mon.a (mon.0) 10006 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:38.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:37 smithi178 bash[77880]: audit 2024-03-21T13:13:37.495297+0000 mon.a (mon.0) 10007 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:38.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:37 smithi178 bash[77880]: audit 2024-03-21T13:13:37.498505+0000 mon.a (mon.0) 10008 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:38.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:37 smithi178 bash[77880]: audit 2024-03-21T13:13:37.499986+0000 mon.a (mon.0) 10009 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:38.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:37 smithi178 bash[77880]: audit 2024-03-21T13:13:37.509776+0000 mon.a (mon.0) 10010 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:38.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:37 smithi178 bash[77880]: audit 2024-03-21T13:13:37.586219+0000 mon.a (mon.0) 10011 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:38.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:37 smithi178 bash[77880]: audit 2024-03-21T13:13:37.589521+0000 mon.a (mon.0) 10012 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:38.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:37 smithi178 bash[77880]: audit 2024-03-21T13:13:37.592897+0000 mon.a (mon.0) 10013 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:38.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:37 smithi178 bash[77880]: audit 2024-03-21T13:13:37.594183+0000 mon.a (mon.0) 10014 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:38.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:37 smithi178 bash[77880]: audit 2024-03-21T13:13:37.603065+0000 mon.a (mon.0) 10015 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:38.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:37 smithi178 bash[77880]: audit 2024-03-21T13:13:37.681569+0000 mon.a (mon.0) 10016 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:38.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:37 smithi178 bash[77880]: audit 2024-03-21T13:13:37.685276+0000 mon.a (mon.0) 10017 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:38.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:37 smithi178 bash[77880]: audit 2024-03-21T13:13:37.689804+0000 mon.a (mon.0) 10018 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:38.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:37 smithi178 bash[77880]: audit 2024-03-21T13:13:37.691445+0000 mon.a (mon.0) 10019 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:38.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:37 smithi178 bash[77880]: audit 2024-03-21T13:13:37.700994+0000 mon.a (mon.0) 10020 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:38.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:37 smithi178 bash[77880]: audit 2024-03-21T13:13:37.779324+0000 mon.a (mon.0) 10021 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:38.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:37 smithi178 bash[77880]: audit 2024-03-21T13:13:37.782954+0000 mon.a (mon.0) 10022 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:38.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:37 smithi178 bash[77880]: audit 2024-03-21T13:13:37.786892+0000 mon.a (mon.0) 10023 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:38.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:37 smithi178 bash[77880]: audit 2024-03-21T13:13:37.788400+0000 mon.a (mon.0) 10024 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:38.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:37 smithi178 bash[77880]: audit 2024-03-21T13:13:37.798180+0000 mon.a (mon.0) 10025 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:38.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:37 smithi178 bash[75692]: audit 2024-03-21T13:13:37.099619+0000 mon.a (mon.0) 9989 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:38.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:37 smithi178 bash[75692]: audit 2024-03-21T13:13:37.108072+0000 mon.a (mon.0) 9990 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:38.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:37 smithi178 bash[75692]: cephadm 2024-03-21T13:13:37.109282+0000 mgr.x (mgr.34104) 6375 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:38.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:37 smithi178 bash[75692]: audit 2024-03-21T13:13:37.187860+0000 mon.a (mon.0) 9991 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:38.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:37 smithi178 bash[75692]: audit 2024-03-21T13:13:37.191006+0000 mon.a (mon.0) 9992 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:38.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:37 smithi178 bash[75692]: audit 2024-03-21T13:13:37.194187+0000 mon.a (mon.0) 9993 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:38.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:37 smithi178 bash[75692]: audit 2024-03-21T13:13:37.195482+0000 mon.a (mon.0) 9994 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:38.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:37 smithi178 bash[75692]: audit 2024-03-21T13:13:37.205375+0000 mon.a (mon.0) 9995 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:38.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:37 smithi178 bash[75692]: cephadm 2024-03-21T13:13:37.206672+0000 mgr.x (mgr.34104) 6376 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:38.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:37 smithi178 bash[75692]: audit 2024-03-21T13:13:37.288852+0000 mon.a (mon.0) 9996 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:38.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:37 smithi178 bash[75692]: audit 2024-03-21T13:13:37.292184+0000 mon.a (mon.0) 9997 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:38.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:37 smithi178 bash[75692]: audit 2024-03-21T13:13:37.295817+0000 mon.a (mon.0) 9998 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:38.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:37 smithi178 bash[75692]: audit 2024-03-21T13:13:37.297224+0000 mon.a (mon.0) 9999 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:38.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:37 smithi178 bash[75692]: audit 2024-03-21T13:13:37.306515+0000 mon.a (mon.0) 10000 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:38.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:37 smithi178 bash[75692]: cephadm 2024-03-21T13:13:37.307822+0000 mgr.x (mgr.34104) 6377 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:38.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:37 smithi178 bash[75692]: audit 2024-03-21T13:13:37.389825+0000 mon.a (mon.0) 10001 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:38.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:37 smithi178 bash[75692]: audit 2024-03-21T13:13:37.392944+0000 mon.a (mon.0) 10002 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:38.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:37 smithi178 bash[75692]: audit 2024-03-21T13:13:37.396907+0000 mon.a (mon.0) 10003 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:38.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:37 smithi178 bash[75692]: audit 2024-03-21T13:13:37.398586+0000 mon.a (mon.0) 10004 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:38.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:37 smithi178 bash[75692]: audit 2024-03-21T13:13:37.408795+0000 mon.a (mon.0) 10005 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:38.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:37 smithi178 bash[75692]: audit 2024-03-21T13:13:37.492092+0000 mon.a (mon.0) 10006 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:38.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:37 smithi178 bash[75692]: audit 2024-03-21T13:13:37.495297+0000 mon.a (mon.0) 10007 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:38.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:37 smithi178 bash[75692]: audit 2024-03-21T13:13:37.498505+0000 mon.a (mon.0) 10008 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:38.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:37 smithi178 bash[75692]: audit 2024-03-21T13:13:37.499986+0000 mon.a (mon.0) 10009 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:38.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:37 smithi178 bash[75692]: audit 2024-03-21T13:13:37.509776+0000 mon.a (mon.0) 10010 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:38.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:37 smithi178 bash[75692]: audit 2024-03-21T13:13:37.586219+0000 mon.a (mon.0) 10011 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:38.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:37 smithi178 bash[75692]: audit 2024-03-21T13:13:37.589521+0000 mon.a (mon.0) 10012 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:38.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:37 smithi178 bash[75692]: audit 2024-03-21T13:13:37.592897+0000 mon.a (mon.0) 10013 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:38.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:37 smithi178 bash[75692]: audit 2024-03-21T13:13:37.594183+0000 mon.a (mon.0) 10014 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:38.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:37 smithi178 bash[75692]: audit 2024-03-21T13:13:37.603065+0000 mon.a (mon.0) 10015 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:38.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:37 smithi178 bash[75692]: audit 2024-03-21T13:13:37.681569+0000 mon.a (mon.0) 10016 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:38.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:37 smithi178 bash[75692]: audit 2024-03-21T13:13:37.685276+0000 mon.a (mon.0) 10017 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:38.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:37 smithi178 bash[75692]: audit 2024-03-21T13:13:37.689804+0000 mon.a (mon.0) 10018 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:38.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:37 smithi178 bash[75692]: audit 2024-03-21T13:13:37.691445+0000 mon.a (mon.0) 10019 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:38.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:37 smithi178 bash[75692]: audit 2024-03-21T13:13:37.700994+0000 mon.a (mon.0) 10020 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:38.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:37 smithi178 bash[75692]: audit 2024-03-21T13:13:37.779324+0000 mon.a (mon.0) 10021 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:38.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:37 smithi178 bash[75692]: audit 2024-03-21T13:13:37.782954+0000 mon.a (mon.0) 10022 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:38.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:37 smithi178 bash[75692]: audit 2024-03-21T13:13:37.786892+0000 mon.a (mon.0) 10023 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:38.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:37 smithi178 bash[75692]: audit 2024-03-21T13:13:37.788400+0000 mon.a (mon.0) 10024 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:38.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:37 smithi178 bash[75692]: audit 2024-03-21T13:13:37.798180+0000 mon.a (mon.0) 10025 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:38.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:37 smithi184 bash[59794]: audit 2024-03-21T13:13:37.089954+0000 mon.a (mon.0) 9986 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:38.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:37 smithi184 bash[59794]: audit 2024-03-21T13:13:37.093381+0000 mon.a (mon.0) 9987 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:38.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:37 smithi184 bash[59794]: audit 2024-03-21T13:13:37.097820+0000 mon.a (mon.0) 9988 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:38.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:37 smithi184 bash[59794]: audit 2024-03-21T13:13:37.099619+0000 mon.a (mon.0) 9989 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:38.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:37 smithi184 bash[59794]: audit 2024-03-21T13:13:37.108072+0000 mon.a (mon.0) 9990 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:38.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:37 smithi184 bash[59794]: cephadm 2024-03-21T13:13:37.109282+0000 mgr.x (mgr.34104) 6375 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:38.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:37 smithi184 bash[59794]: audit 2024-03-21T13:13:37.187860+0000 mon.a (mon.0) 9991 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:38.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:37 smithi184 bash[59794]: audit 2024-03-21T13:13:37.191006+0000 mon.a (mon.0) 9992 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:38.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:37 smithi184 bash[59794]: audit 2024-03-21T13:13:37.194187+0000 mon.a (mon.0) 9993 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:38.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:37 smithi184 bash[59794]: audit 2024-03-21T13:13:37.195482+0000 mon.a (mon.0) 9994 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:38.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:37 smithi184 bash[59794]: audit 2024-03-21T13:13:37.205375+0000 mon.a (mon.0) 9995 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:38.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:37 smithi184 bash[59794]: cephadm 2024-03-21T13:13:37.206672+0000 mgr.x (mgr.34104) 6376 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:38.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:37 smithi184 bash[59794]: audit 2024-03-21T13:13:37.288852+0000 mon.a (mon.0) 9996 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:38.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:37 smithi184 bash[59794]: audit 2024-03-21T13:13:37.292184+0000 mon.a (mon.0) 9997 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:38.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:37 smithi184 bash[59794]: audit 2024-03-21T13:13:37.295817+0000 mon.a (mon.0) 9998 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:38.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:37 smithi184 bash[59794]: audit 2024-03-21T13:13:37.297224+0000 mon.a (mon.0) 9999 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:38.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:37 smithi184 bash[59794]: audit 2024-03-21T13:13:37.306515+0000 mon.a (mon.0) 10000 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:38.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:37 smithi184 bash[59794]: cephadm 2024-03-21T13:13:37.307822+0000 mgr.x (mgr.34104) 6377 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:38.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:37 smithi184 bash[59794]: audit 2024-03-21T13:13:37.389825+0000 mon.a (mon.0) 10001 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:38.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:37 smithi184 bash[59794]: audit 2024-03-21T13:13:37.392944+0000 mon.a (mon.0) 10002 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:38.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:37 smithi184 bash[59794]: audit 2024-03-21T13:13:37.396907+0000 mon.a (mon.0) 10003 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:38.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:37 smithi184 bash[59794]: audit 2024-03-21T13:13:37.398586+0000 mon.a (mon.0) 10004 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:38.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:37 smithi184 bash[59794]: audit 2024-03-21T13:13:37.408795+0000 mon.a (mon.0) 10005 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:38.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:37 smithi184 bash[59794]: audit 2024-03-21T13:13:37.492092+0000 mon.a (mon.0) 10006 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:38.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:37 smithi184 bash[59794]: audit 2024-03-21T13:13:37.495297+0000 mon.a (mon.0) 10007 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:38.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:37 smithi184 bash[59794]: audit 2024-03-21T13:13:37.498505+0000 mon.a (mon.0) 10008 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:38.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:37 smithi184 bash[59794]: audit 2024-03-21T13:13:37.499986+0000 mon.a (mon.0) 10009 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:38.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:37 smithi184 bash[59794]: audit 2024-03-21T13:13:37.509776+0000 mon.a (mon.0) 10010 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:38.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:37 smithi184 bash[59794]: audit 2024-03-21T13:13:37.586219+0000 mon.a (mon.0) 10011 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:38.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:37 smithi184 bash[59794]: audit 2024-03-21T13:13:37.589521+0000 mon.a (mon.0) 10012 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:38.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:37 smithi184 bash[59794]: audit 2024-03-21T13:13:37.592897+0000 mon.a (mon.0) 10013 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:38.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:37 smithi184 bash[59794]: audit 2024-03-21T13:13:37.594183+0000 mon.a (mon.0) 10014 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:38.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:37 smithi184 bash[59794]: audit 2024-03-21T13:13:37.603065+0000 mon.a (mon.0) 10015 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:38.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:37 smithi184 bash[59794]: audit 2024-03-21T13:13:37.681569+0000 mon.a (mon.0) 10016 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:38.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:37 smithi184 bash[59794]: audit 2024-03-21T13:13:37.685276+0000 mon.a (mon.0) 10017 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:38.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:37 smithi184 bash[59794]: audit 2024-03-21T13:13:37.689804+0000 mon.a (mon.0) 10018 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:38.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:37 smithi184 bash[59794]: audit 2024-03-21T13:13:37.691445+0000 mon.a (mon.0) 10019 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:38.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:37 smithi184 bash[59794]: audit 2024-03-21T13:13:37.700994+0000 mon.a (mon.0) 10020 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:38.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:37 smithi184 bash[59794]: audit 2024-03-21T13:13:37.779324+0000 mon.a (mon.0) 10021 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:38.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:37 smithi184 bash[59794]: audit 2024-03-21T13:13:37.782954+0000 mon.a (mon.0) 10022 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:38.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:37 smithi184 bash[59794]: audit 2024-03-21T13:13:37.786892+0000 mon.a (mon.0) 10023 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:38.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:37 smithi184 bash[59794]: audit 2024-03-21T13:13:37.788400+0000 mon.a (mon.0) 10024 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:38.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:37 smithi184 bash[59794]: audit 2024-03-21T13:13:37.798180+0000 mon.a (mon.0) 10025 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:38.956 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:13:38 smithi184 bash[90245]: logger=settings t=2024-03-21T13:13:38.953752738Z level=info msg="Starting Grafana" version=9.4.12 commit=37ee25ba46 branch=HEAD compiled=2023-05-22T15:58:05Z 2024-03-21T13:13:38.956 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:13:38 smithi184 bash[90245]: logger=settings t=2024-03-21T13:13:38.953943121Z level=warn msg="\"sentry\" frontend logging provider is deprecated and will be removed in the next major version. Use \"grafana\" provider instead." 2024-03-21T13:13:38.956 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:13:38 smithi184 bash[90245]: logger=settings t=2024-03-21T13:13:38.953961852Z level=info msg="Config loaded from" file=/usr/share/grafana/conf/defaults.ini 2024-03-21T13:13:38.957 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:13:38 smithi184 bash[90245]: logger=settings t=2024-03-21T13:13:38.953967388Z level=info msg="Config loaded from" file=/etc/grafana/grafana.ini 2024-03-21T13:13:38.957 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:13:38 smithi184 bash[90245]: logger=settings t=2024-03-21T13:13:38.953972693Z level=info msg="Config overridden from command line" arg="default.paths.data=/var/lib/grafana" 2024-03-21T13:13:38.957 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:13:38 smithi184 bash[90245]: logger=settings t=2024-03-21T13:13:38.95398022Z level=info msg="Config overridden from command line" arg="default.paths.logs=/var/log/grafana" 2024-03-21T13:13:38.957 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:13:38 smithi184 bash[90245]: logger=settings t=2024-03-21T13:13:38.953983363Z level=info msg="Config overridden from command line" arg="default.paths.plugins=/var/lib/grafana/plugins" 2024-03-21T13:13:38.957 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:13:38 smithi184 bash[90245]: logger=settings t=2024-03-21T13:13:38.953986562Z level=info msg="Config overridden from command line" arg="default.paths.provisioning=/etc/grafana/provisioning" 2024-03-21T13:13:38.957 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:13:38 smithi184 bash[90245]: logger=settings t=2024-03-21T13:13:38.953989693Z level=info msg="Config overridden from command line" arg="default.log.mode=console" 2024-03-21T13:13:38.957 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:13:38 smithi184 bash[90245]: logger=settings t=2024-03-21T13:13:38.953993395Z level=info msg="Config overridden from Environment variable" var="GF_PATHS_DATA=/var/lib/grafana" 2024-03-21T13:13:38.958 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:38 smithi184 bash[59794]: cephadm 2024-03-21T13:13:37.410200+0000 mgr.x (mgr.34104) 6378 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:38.958 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:38 smithi184 bash[59794]: cephadm 2024-03-21T13:13:37.511377+0000 mgr.x (mgr.34104) 6379 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:38.958 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:38 smithi184 bash[59794]: cephadm 2024-03-21T13:13:37.604284+0000 mgr.x (mgr.34104) 6380 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:38.958 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:38 smithi184 bash[59794]: cephadm 2024-03-21T13:13:37.702254+0000 mgr.x (mgr.34104) 6381 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:38.958 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:38 smithi184 bash[59794]: cephadm 2024-03-21T13:13:37.799436+0000 mgr.x (mgr.34104) 6382 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:38.958 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:38 smithi184 bash[59794]: cluster 2024-03-21T13:13:37.870412+0000 mon.a (mon.0) 10026 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-03-21T13:13:38.958 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:38 smithi184 bash[59794]: cluster 2024-03-21T13:13:37.870494+0000 mon.a (mon.0) 10027 : cluster [INF] Cluster is now healthy 2024-03-21T13:13:38.958 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:38 smithi184 bash[59794]: audit 2024-03-21T13:13:37.877549+0000 mon.a (mon.0) 10028 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:38.958 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:38 smithi184 bash[59794]: audit 2024-03-21T13:13:37.880539+0000 mon.a (mon.0) 10029 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:38.958 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:38 smithi184 bash[59794]: audit 2024-03-21T13:13:37.884412+0000 mon.a (mon.0) 10030 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:38.959 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:38 smithi184 bash[59794]: audit 2024-03-21T13:13:37.885638+0000 mon.a (mon.0) 10031 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:38.959 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:38 smithi184 bash[59794]: audit 2024-03-21T13:13:37.894387+0000 mon.a (mon.0) 10032 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:38.959 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:38 smithi184 bash[59794]: cephadm 2024-03-21T13:13:37.895605+0000 mgr.x (mgr.34104) 6383 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:38.959 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:38 smithi184 bash[59794]: audit 2024-03-21T13:13:37.975428+0000 mon.a (mon.0) 10033 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:38.959 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:38 smithi184 bash[59794]: audit 2024-03-21T13:13:37.978689+0000 mon.a (mon.0) 10034 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:38.959 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:38 smithi184 bash[59794]: audit 2024-03-21T13:13:37.982238+0000 mon.a (mon.0) 10035 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:38.959 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:38 smithi184 bash[59794]: audit 2024-03-21T13:13:37.983701+0000 mon.a (mon.0) 10036 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:38.959 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:38 smithi184 bash[59794]: audit 2024-03-21T13:13:37.993056+0000 mon.a (mon.0) 10037 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:38.959 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:38 smithi184 bash[59794]: cephadm 2024-03-21T13:13:37.994353+0000 mgr.x (mgr.34104) 6384 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:38.959 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:38 smithi184 bash[59794]: audit 2024-03-21T13:13:38.074467+0000 mon.a (mon.0) 10038 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:38.959 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:38 smithi184 bash[59794]: audit 2024-03-21T13:13:38.077139+0000 mon.a (mon.0) 10039 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:38.959 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:38 smithi184 bash[59794]: audit 2024-03-21T13:13:38.079540+0000 mon.a (mon.0) 10040 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:38.959 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:38 smithi184 bash[59794]: audit 2024-03-21T13:13:38.080572+0000 mon.a (mon.0) 10041 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:38.959 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:38 smithi184 bash[59794]: audit 2024-03-21T13:13:38.088413+0000 mon.a (mon.0) 10042 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:38.959 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:38 smithi184 bash[59794]: cephadm 2024-03-21T13:13:38.089632+0000 mgr.x (mgr.34104) 6385 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:38.960 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:38 smithi184 bash[59794]: audit 2024-03-21T13:13:38.167026+0000 mon.a (mon.0) 10043 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:38.960 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:38 smithi184 bash[59794]: audit 2024-03-21T13:13:38.170892+0000 mon.a (mon.0) 10044 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:38.960 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:38 smithi184 bash[59794]: audit 2024-03-21T13:13:38.174984+0000 mon.a (mon.0) 10045 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:38.960 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:38 smithi184 bash[59794]: audit 2024-03-21T13:13:38.176690+0000 mon.a (mon.0) 10046 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:38.960 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:38 smithi184 bash[59794]: audit 2024-03-21T13:13:38.186066+0000 mon.a (mon.0) 10047 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:38.960 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:38 smithi184 bash[59794]: cephadm 2024-03-21T13:13:38.187635+0000 mgr.x (mgr.34104) 6386 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:38.960 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:38 smithi184 bash[59794]: audit 2024-03-21T13:13:38.269508+0000 mon.a (mon.0) 10048 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:38.960 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:38 smithi184 bash[59794]: audit 2024-03-21T13:13:38.272468+0000 mon.a (mon.0) 10049 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:38.960 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:38 smithi184 bash[59794]: audit 2024-03-21T13:13:38.274913+0000 mon.a (mon.0) 10050 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:38.960 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:38 smithi184 bash[59794]: audit 2024-03-21T13:13:38.275994+0000 mon.a (mon.0) 10051 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:38.960 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:38 smithi184 bash[59794]: audit 2024-03-21T13:13:38.284408+0000 mon.a (mon.0) 10052 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:38.960 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:38 smithi184 bash[59794]: cephadm 2024-03-21T13:13:38.285600+0000 mgr.x (mgr.34104) 6387 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:38.960 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:38 smithi184 bash[59794]: audit 2024-03-21T13:13:38.364646+0000 mon.a (mon.0) 10053 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:38.960 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:38 smithi184 bash[59794]: audit 2024-03-21T13:13:38.367847+0000 mon.a (mon.0) 10054 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:38.960 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:38 smithi184 bash[59794]: audit 2024-03-21T13:13:38.371582+0000 mon.a (mon.0) 10055 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:38.961 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:38 smithi184 bash[59794]: audit 2024-03-21T13:13:38.373217+0000 mon.a (mon.0) 10056 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:38.961 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:38 smithi184 bash[59794]: audit 2024-03-21T13:13:38.383571+0000 mon.a (mon.0) 10057 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:38.961 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:38 smithi184 bash[59794]: audit 2024-03-21T13:13:38.467691+0000 mon.a (mon.0) 10058 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:38.961 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:38 smithi184 bash[59794]: audit 2024-03-21T13:13:38.470736+0000 mon.a (mon.0) 10059 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:38.961 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:38 smithi184 bash[59794]: audit 2024-03-21T13:13:38.474135+0000 mon.a (mon.0) 10060 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:38.961 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:38 smithi184 bash[59794]: audit 2024-03-21T13:13:38.475529+0000 mon.a (mon.0) 10061 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:38.961 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:38 smithi184 bash[59794]: audit 2024-03-21T13:13:38.484537+0000 mon.a (mon.0) 10062 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:38.961 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:38 smithi184 bash[59794]: audit 2024-03-21T13:13:38.565608+0000 mon.a (mon.0) 10063 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:38.961 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:38 smithi184 bash[59794]: audit 2024-03-21T13:13:38.568510+0000 mon.a (mon.0) 10064 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:38.961 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:38 smithi184 bash[59794]: audit 2024-03-21T13:13:38.572840+0000 mon.a (mon.0) 10065 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:38.961 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:38 smithi184 bash[59794]: audit 2024-03-21T13:13:38.574284+0000 mon.a (mon.0) 10066 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:38.961 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:38 smithi184 bash[59794]: audit 2024-03-21T13:13:38.583467+0000 mon.a (mon.0) 10067 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:38.961 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:38 smithi184 bash[59794]: audit 2024-03-21T13:13:38.665401+0000 mon.a (mon.0) 10068 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:38.961 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:38 smithi184 bash[59794]: audit 2024-03-21T13:13:38.670501+0000 mon.a (mon.0) 10069 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:38.961 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:38 smithi184 bash[59794]: audit 2024-03-21T13:13:38.674118+0000 mon.a (mon.0) 10070 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:38.962 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:38 smithi184 bash[59794]: audit 2024-03-21T13:13:38.675577+0000 mon.a (mon.0) 10071 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:38.962 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:38 smithi184 bash[59794]: audit 2024-03-21T13:13:38.684908+0000 mon.a (mon.0) 10072 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:38.962 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:38 smithi184 bash[59794]: audit 2024-03-21T13:13:38.751372+0000 mon.a (mon.0) 10073 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:38.962 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:38 smithi184 bash[59794]: audit 2024-03-21T13:13:38.754251+0000 mon.a (mon.0) 10074 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:38.962 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:38 smithi184 bash[59794]: audit 2024-03-21T13:13:38.757057+0000 mon.a (mon.0) 10075 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:38.962 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:38 smithi184 bash[59794]: audit 2024-03-21T13:13:38.758280+0000 mon.a (mon.0) 10076 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:38.962 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:38 smithi184 bash[59794]: audit 2024-03-21T13:13:38.766448+0000 mon.a (mon.0) 10077 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:39.240 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:13:38 smithi184 bash[90245]: logger=settings t=2024-03-21T13:13:38.953996508Z level=info msg="Config overridden from Environment variable" var="GF_PATHS_LOGS=/var/log/grafana" 2024-03-21T13:13:39.240 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:13:38 smithi184 bash[90245]: logger=settings t=2024-03-21T13:13:38.953999788Z level=info msg="Config overridden from Environment variable" var="GF_PATHS_PLUGINS=/var/lib/grafana/plugins" 2024-03-21T13:13:39.240 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:13:38 smithi184 bash[90245]: logger=settings t=2024-03-21T13:13:38.954003467Z level=info msg="Config overridden from Environment variable" var="GF_PATHS_PROVISIONING=/etc/grafana/provisioning" 2024-03-21T13:13:39.240 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:13:38 smithi184 bash[90245]: logger=settings t=2024-03-21T13:13:38.954009655Z level=info msg="Path Home" path=/usr/share/grafana 2024-03-21T13:13:39.240 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:13:38 smithi184 bash[90245]: logger=settings t=2024-03-21T13:13:38.954015173Z level=info msg="Path Data" path=/var/lib/grafana 2024-03-21T13:13:39.240 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:13:38 smithi184 bash[90245]: logger=settings t=2024-03-21T13:13:38.954020257Z level=info msg="Path Logs" path=/var/log/grafana 2024-03-21T13:13:39.240 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:13:38 smithi184 bash[90245]: logger=settings t=2024-03-21T13:13:38.954025156Z level=info msg="Path Plugins" path=/var/lib/grafana/plugins 2024-03-21T13:13:39.240 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:13:38 smithi184 bash[90245]: logger=settings t=2024-03-21T13:13:38.954030544Z level=info msg="Path Provisioning" path=/etc/grafana/provisioning 2024-03-21T13:13:39.240 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:13:38 smithi184 bash[90245]: logger=settings t=2024-03-21T13:13:38.954035587Z level=info msg="App mode production" 2024-03-21T13:13:39.241 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:13:38 smithi184 bash[90245]: logger=sqlstore t=2024-03-21T13:13:38.954103868Z level=info msg="Connecting to DB" dbtype=sqlite3 2024-03-21T13:13:39.241 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:13:38 smithi184 bash[90245]: logger=sqlstore t=2024-03-21T13:13:38.95412753Z level=warn msg="SQLite database file has broader permissions than it should" path=/var/lib/grafana/grafana.db mode=-rw-r--r-- expected=-rw-r----- 2024-03-21T13:13:39.241 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:13:38 smithi184 bash[90245]: logger=migrator t=2024-03-21T13:13:38.9675244Z level=info msg="Starting DB migrations" 2024-03-21T13:13:39.241 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:13:38 smithi184 bash[90245]: logger=migrator t=2024-03-21T13:13:38.971550039Z level=info msg="Executing migration" id="Update is_service_account column to nullable" 2024-03-21T13:13:39.241 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:13:39 smithi184 bash[90245]: logger=migrator t=2024-03-21T13:13:39.036727869Z level=info msg="Executing migration" id="Add isPublic for dashboard" 2024-03-21T13:13:39.241 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:13:39 smithi184 bash[90245]: logger=migrator t=2024-03-21T13:13:39.127131023Z level=info msg="Executing migration" id="set service account foreign key to nil if 0" 2024-03-21T13:13:39.241 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:13:39 smithi184 bash[90245]: logger=migrator t=2024-03-21T13:13:39.194761915Z level=info msg="Executing migration" id="Add last_used_at to api_key table" 2024-03-21T13:13:39.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:38 smithi178 bash[75692]: cephadm 2024-03-21T13:13:37.410200+0000 mgr.x (mgr.34104) 6378 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:39.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:38 smithi178 bash[75692]: cephadm 2024-03-21T13:13:37.511377+0000 mgr.x (mgr.34104) 6379 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:39.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:38 smithi178 bash[75692]: cephadm 2024-03-21T13:13:37.604284+0000 mgr.x (mgr.34104) 6380 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:39.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:38 smithi178 bash[75692]: cephadm 2024-03-21T13:13:37.702254+0000 mgr.x (mgr.34104) 6381 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:39.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:38 smithi178 bash[75692]: cephadm 2024-03-21T13:13:37.799436+0000 mgr.x (mgr.34104) 6382 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:39.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:38 smithi178 bash[75692]: cluster 2024-03-21T13:13:37.870412+0000 mon.a (mon.0) 10026 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-03-21T13:13:39.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:38 smithi178 bash[75692]: cluster 2024-03-21T13:13:37.870494+0000 mon.a (mon.0) 10027 : cluster [INF] Cluster is now healthy 2024-03-21T13:13:39.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:38 smithi178 bash[75692]: audit 2024-03-21T13:13:37.877549+0000 mon.a (mon.0) 10028 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:39.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:38 smithi178 bash[75692]: audit 2024-03-21T13:13:37.880539+0000 mon.a (mon.0) 10029 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:39.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:38 smithi178 bash[75692]: audit 2024-03-21T13:13:37.884412+0000 mon.a (mon.0) 10030 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:39.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:38 smithi178 bash[75692]: audit 2024-03-21T13:13:37.885638+0000 mon.a (mon.0) 10031 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:39.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:38 smithi178 bash[75692]: audit 2024-03-21T13:13:37.894387+0000 mon.a (mon.0) 10032 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:39.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:38 smithi178 bash[75692]: cephadm 2024-03-21T13:13:37.895605+0000 mgr.x (mgr.34104) 6383 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:39.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:38 smithi178 bash[75692]: audit 2024-03-21T13:13:37.975428+0000 mon.a (mon.0) 10033 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:39.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:38 smithi178 bash[75692]: audit 2024-03-21T13:13:37.978689+0000 mon.a (mon.0) 10034 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:39.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:38 smithi178 bash[75692]: audit 2024-03-21T13:13:37.982238+0000 mon.a (mon.0) 10035 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:39.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:38 smithi178 bash[75692]: audit 2024-03-21T13:13:37.983701+0000 mon.a (mon.0) 10036 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:39.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:38 smithi178 bash[75692]: audit 2024-03-21T13:13:37.993056+0000 mon.a (mon.0) 10037 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:39.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:38 smithi178 bash[75692]: cephadm 2024-03-21T13:13:37.994353+0000 mgr.x (mgr.34104) 6384 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:39.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:38 smithi178 bash[75692]: audit 2024-03-21T13:13:38.074467+0000 mon.a (mon.0) 10038 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:39.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:38 smithi178 bash[77880]: cephadm 2024-03-21T13:13:37.410200+0000 mgr.x (mgr.34104) 6378 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:39.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:38 smithi178 bash[77880]: cephadm 2024-03-21T13:13:37.511377+0000 mgr.x (mgr.34104) 6379 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:39.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:38 smithi178 bash[77880]: cephadm 2024-03-21T13:13:37.604284+0000 mgr.x (mgr.34104) 6380 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:39.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:38 smithi178 bash[77880]: cephadm 2024-03-21T13:13:37.702254+0000 mgr.x (mgr.34104) 6381 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:39.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:38 smithi178 bash[77880]: cephadm 2024-03-21T13:13:37.799436+0000 mgr.x (mgr.34104) 6382 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:39.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:38 smithi178 bash[77880]: cluster 2024-03-21T13:13:37.870412+0000 mon.a (mon.0) 10026 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-03-21T13:13:39.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:38 smithi178 bash[77880]: cluster 2024-03-21T13:13:37.870494+0000 mon.a (mon.0) 10027 : cluster [INF] Cluster is now healthy 2024-03-21T13:13:39.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:38 smithi178 bash[77880]: audit 2024-03-21T13:13:37.877549+0000 mon.a (mon.0) 10028 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:39.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:38 smithi178 bash[77880]: audit 2024-03-21T13:13:37.880539+0000 mon.a (mon.0) 10029 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:39.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:38 smithi178 bash[77880]: audit 2024-03-21T13:13:37.884412+0000 mon.a (mon.0) 10030 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:39.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:38 smithi178 bash[77880]: audit 2024-03-21T13:13:37.885638+0000 mon.a (mon.0) 10031 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:39.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:38 smithi178 bash[77880]: audit 2024-03-21T13:13:37.894387+0000 mon.a (mon.0) 10032 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:39.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:38 smithi178 bash[77880]: cephadm 2024-03-21T13:13:37.895605+0000 mgr.x (mgr.34104) 6383 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:39.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:38 smithi178 bash[77880]: audit 2024-03-21T13:13:37.975428+0000 mon.a (mon.0) 10033 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:39.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:38 smithi178 bash[77880]: audit 2024-03-21T13:13:37.978689+0000 mon.a (mon.0) 10034 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:39.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:38 smithi178 bash[77880]: audit 2024-03-21T13:13:37.982238+0000 mon.a (mon.0) 10035 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:39.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:38 smithi178 bash[77880]: audit 2024-03-21T13:13:37.983701+0000 mon.a (mon.0) 10036 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:39.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:38 smithi178 bash[77880]: audit 2024-03-21T13:13:37.993056+0000 mon.a (mon.0) 10037 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:39.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:38 smithi178 bash[77880]: cephadm 2024-03-21T13:13:37.994353+0000 mgr.x (mgr.34104) 6384 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:39.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:38 smithi178 bash[77880]: audit 2024-03-21T13:13:38.074467+0000 mon.a (mon.0) 10038 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:39.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:38 smithi178 bash[77880]: audit 2024-03-21T13:13:38.077139+0000 mon.a (mon.0) 10039 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:39.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:38 smithi178 bash[77880]: audit 2024-03-21T13:13:38.079540+0000 mon.a (mon.0) 10040 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:39.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:38 smithi178 bash[77880]: audit 2024-03-21T13:13:38.080572+0000 mon.a (mon.0) 10041 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:39.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:38 smithi178 bash[77880]: audit 2024-03-21T13:13:38.088413+0000 mon.a (mon.0) 10042 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:39.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:38 smithi178 bash[77880]: cephadm 2024-03-21T13:13:38.089632+0000 mgr.x (mgr.34104) 6385 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:39.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:38 smithi178 bash[77880]: audit 2024-03-21T13:13:38.167026+0000 mon.a (mon.0) 10043 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:39.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:38 smithi178 bash[77880]: audit 2024-03-21T13:13:38.170892+0000 mon.a (mon.0) 10044 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:39.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:38 smithi178 bash[77880]: audit 2024-03-21T13:13:38.174984+0000 mon.a (mon.0) 10045 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:39.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:38 smithi178 bash[77880]: audit 2024-03-21T13:13:38.176690+0000 mon.a (mon.0) 10046 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:39.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:38 smithi178 bash[77880]: audit 2024-03-21T13:13:38.186066+0000 mon.a (mon.0) 10047 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:39.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:38 smithi178 bash[77880]: cephadm 2024-03-21T13:13:38.187635+0000 mgr.x (mgr.34104) 6386 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:39.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:38 smithi178 bash[77880]: audit 2024-03-21T13:13:38.269508+0000 mon.a (mon.0) 10048 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:39.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:38 smithi178 bash[77880]: audit 2024-03-21T13:13:38.272468+0000 mon.a (mon.0) 10049 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:39.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:38 smithi178 bash[77880]: audit 2024-03-21T13:13:38.274913+0000 mon.a (mon.0) 10050 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:39.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:38 smithi178 bash[77880]: audit 2024-03-21T13:13:38.275994+0000 mon.a (mon.0) 10051 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:39.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:38 smithi178 bash[77880]: audit 2024-03-21T13:13:38.284408+0000 mon.a (mon.0) 10052 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:39.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:38 smithi178 bash[77880]: cephadm 2024-03-21T13:13:38.285600+0000 mgr.x (mgr.34104) 6387 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:39.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:38 smithi178 bash[77880]: audit 2024-03-21T13:13:38.364646+0000 mon.a (mon.0) 10053 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:39.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:38 smithi178 bash[77880]: audit 2024-03-21T13:13:38.367847+0000 mon.a (mon.0) 10054 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:39.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:38 smithi178 bash[77880]: audit 2024-03-21T13:13:38.371582+0000 mon.a (mon.0) 10055 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:39.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:38 smithi178 bash[75692]: audit 2024-03-21T13:13:38.077139+0000 mon.a (mon.0) 10039 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:39.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:38 smithi178 bash[75692]: audit 2024-03-21T13:13:38.079540+0000 mon.a (mon.0) 10040 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:39.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:38 smithi178 bash[75692]: audit 2024-03-21T13:13:38.080572+0000 mon.a (mon.0) 10041 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:39.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:38 smithi178 bash[75692]: audit 2024-03-21T13:13:38.088413+0000 mon.a (mon.0) 10042 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:39.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:38 smithi178 bash[75692]: cephadm 2024-03-21T13:13:38.089632+0000 mgr.x (mgr.34104) 6385 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:39.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:38 smithi178 bash[75692]: audit 2024-03-21T13:13:38.167026+0000 mon.a (mon.0) 10043 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:39.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:38 smithi178 bash[75692]: audit 2024-03-21T13:13:38.170892+0000 mon.a (mon.0) 10044 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:39.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:38 smithi178 bash[75692]: audit 2024-03-21T13:13:38.174984+0000 mon.a (mon.0) 10045 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:39.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:38 smithi178 bash[75692]: audit 2024-03-21T13:13:38.176690+0000 mon.a (mon.0) 10046 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:39.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:38 smithi178 bash[75692]: audit 2024-03-21T13:13:38.186066+0000 mon.a (mon.0) 10047 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:39.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:38 smithi178 bash[75692]: cephadm 2024-03-21T13:13:38.187635+0000 mgr.x (mgr.34104) 6386 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:39.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:38 smithi178 bash[75692]: audit 2024-03-21T13:13:38.269508+0000 mon.a (mon.0) 10048 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:39.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:38 smithi178 bash[75692]: audit 2024-03-21T13:13:38.272468+0000 mon.a (mon.0) 10049 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:39.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:38 smithi178 bash[75692]: audit 2024-03-21T13:13:38.274913+0000 mon.a (mon.0) 10050 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:39.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:38 smithi178 bash[75692]: audit 2024-03-21T13:13:38.275994+0000 mon.a (mon.0) 10051 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:39.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:38 smithi178 bash[75692]: audit 2024-03-21T13:13:38.284408+0000 mon.a (mon.0) 10052 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:39.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:38 smithi178 bash[75692]: cephadm 2024-03-21T13:13:38.285600+0000 mgr.x (mgr.34104) 6387 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:39.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:38 smithi178 bash[75692]: audit 2024-03-21T13:13:38.364646+0000 mon.a (mon.0) 10053 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:39.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:38 smithi178 bash[75692]: audit 2024-03-21T13:13:38.367847+0000 mon.a (mon.0) 10054 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:39.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:38 smithi178 bash[75692]: audit 2024-03-21T13:13:38.371582+0000 mon.a (mon.0) 10055 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:39.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:38 smithi178 bash[77880]: audit 2024-03-21T13:13:38.373217+0000 mon.a (mon.0) 10056 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:39.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:38 smithi178 bash[77880]: audit 2024-03-21T13:13:38.383571+0000 mon.a (mon.0) 10057 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:39.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:38 smithi178 bash[77880]: audit 2024-03-21T13:13:38.467691+0000 mon.a (mon.0) 10058 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:39.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:38 smithi178 bash[77880]: audit 2024-03-21T13:13:38.470736+0000 mon.a (mon.0) 10059 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:39.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:38 smithi178 bash[77880]: audit 2024-03-21T13:13:38.474135+0000 mon.a (mon.0) 10060 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:39.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:38 smithi178 bash[77880]: audit 2024-03-21T13:13:38.475529+0000 mon.a (mon.0) 10061 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:39.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:38 smithi178 bash[77880]: audit 2024-03-21T13:13:38.484537+0000 mon.a (mon.0) 10062 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:39.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:38 smithi178 bash[77880]: audit 2024-03-21T13:13:38.565608+0000 mon.a (mon.0) 10063 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:39.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:38 smithi178 bash[77880]: audit 2024-03-21T13:13:38.568510+0000 mon.a (mon.0) 10064 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:39.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:38 smithi178 bash[77880]: audit 2024-03-21T13:13:38.572840+0000 mon.a (mon.0) 10065 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:39.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:38 smithi178 bash[77880]: audit 2024-03-21T13:13:38.574284+0000 mon.a (mon.0) 10066 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:39.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:38 smithi178 bash[77880]: audit 2024-03-21T13:13:38.583467+0000 mon.a (mon.0) 10067 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:39.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:38 smithi178 bash[77880]: audit 2024-03-21T13:13:38.665401+0000 mon.a (mon.0) 10068 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:39.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:38 smithi178 bash[77880]: audit 2024-03-21T13:13:38.670501+0000 mon.a (mon.0) 10069 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:39.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:38 smithi178 bash[77880]: audit 2024-03-21T13:13:38.674118+0000 mon.a (mon.0) 10070 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:39.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:38 smithi178 bash[77880]: audit 2024-03-21T13:13:38.675577+0000 mon.a (mon.0) 10071 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:39.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:38 smithi178 bash[77880]: audit 2024-03-21T13:13:38.684908+0000 mon.a (mon.0) 10072 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:39.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:38 smithi178 bash[77880]: audit 2024-03-21T13:13:38.751372+0000 mon.a (mon.0) 10073 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:39.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:38 smithi178 bash[77880]: audit 2024-03-21T13:13:38.754251+0000 mon.a (mon.0) 10074 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:39.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:38 smithi178 bash[77880]: audit 2024-03-21T13:13:38.757057+0000 mon.a (mon.0) 10075 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:39.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:38 smithi178 bash[77880]: audit 2024-03-21T13:13:38.758280+0000 mon.a (mon.0) 10076 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:39.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:38 smithi178 bash[77880]: audit 2024-03-21T13:13:38.766448+0000 mon.a (mon.0) 10077 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:39.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:38 smithi178 bash[75692]: audit 2024-03-21T13:13:38.373217+0000 mon.a (mon.0) 10056 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:39.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:38 smithi178 bash[75692]: audit 2024-03-21T13:13:38.383571+0000 mon.a (mon.0) 10057 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:39.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:38 smithi178 bash[75692]: audit 2024-03-21T13:13:38.467691+0000 mon.a (mon.0) 10058 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:39.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:38 smithi178 bash[75692]: audit 2024-03-21T13:13:38.470736+0000 mon.a (mon.0) 10059 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:39.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:38 smithi178 bash[75692]: audit 2024-03-21T13:13:38.474135+0000 mon.a (mon.0) 10060 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:39.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:38 smithi178 bash[75692]: audit 2024-03-21T13:13:38.475529+0000 mon.a (mon.0) 10061 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:39.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:38 smithi178 bash[75692]: audit 2024-03-21T13:13:38.484537+0000 mon.a (mon.0) 10062 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:39.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:38 smithi178 bash[75692]: audit 2024-03-21T13:13:38.565608+0000 mon.a (mon.0) 10063 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:39.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:38 smithi178 bash[75692]: audit 2024-03-21T13:13:38.568510+0000 mon.a (mon.0) 10064 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:39.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:38 smithi178 bash[75692]: audit 2024-03-21T13:13:38.572840+0000 mon.a (mon.0) 10065 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:39.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:38 smithi178 bash[75692]: audit 2024-03-21T13:13:38.574284+0000 mon.a (mon.0) 10066 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:39.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:38 smithi178 bash[75692]: audit 2024-03-21T13:13:38.583467+0000 mon.a (mon.0) 10067 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:39.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:38 smithi178 bash[75692]: audit 2024-03-21T13:13:38.665401+0000 mon.a (mon.0) 10068 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:39.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:38 smithi178 bash[75692]: audit 2024-03-21T13:13:38.670501+0000 mon.a (mon.0) 10069 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:39.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:38 smithi178 bash[75692]: audit 2024-03-21T13:13:38.674118+0000 mon.a (mon.0) 10070 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:39.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:38 smithi178 bash[75692]: audit 2024-03-21T13:13:38.675577+0000 mon.a (mon.0) 10071 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:39.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:38 smithi178 bash[75692]: audit 2024-03-21T13:13:38.684908+0000 mon.a (mon.0) 10072 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:39.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:38 smithi178 bash[75692]: audit 2024-03-21T13:13:38.751372+0000 mon.a (mon.0) 10073 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:39.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:38 smithi178 bash[75692]: audit 2024-03-21T13:13:38.754251+0000 mon.a (mon.0) 10074 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:39.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:38 smithi178 bash[75692]: audit 2024-03-21T13:13:38.757057+0000 mon.a (mon.0) 10075 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:39.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:38 smithi178 bash[75692]: audit 2024-03-21T13:13:38.758280+0000 mon.a (mon.0) 10076 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:39.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:38 smithi178 bash[75692]: audit 2024-03-21T13:13:38.766448+0000 mon.a (mon.0) 10077 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:39.566 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:13:39 smithi184 bash[90245]: logger=migrator t=2024-03-21T13:13:39.361618974Z level=info msg="Executing migration" id="Add is_revoked column to api_key table" 2024-03-21T13:13:40.191 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:13:39 smithi184 bash[90245]: logger=migrator t=2024-03-21T13:13:39.564989514Z level=info msg="Executing migration" id="Add column preferences.json_data" 2024-03-21T13:13:40.191 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:13:39 smithi184 bash[90245]: logger=migrator t=2024-03-21T13:13:39.914514995Z level=info msg="Executing migration" id="alter preferences.json_data to mediumtext v1" 2024-03-21T13:13:40.191 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:13:40 smithi184 bash[90245]: logger=migrator t=2024-03-21T13:13:40.05200822Z level=info msg="Executing migration" id="Add preferences index org_id" 2024-03-21T13:13:40.192 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:39 smithi184 bash[59794]: cephadm 2024-03-21T13:13:38.384951+0000 mgr.x (mgr.34104) 6388 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:40.192 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:39 smithi184 bash[59794]: cephadm 2024-03-21T13:13:38.485740+0000 mgr.x (mgr.34104) 6389 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:40.192 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:39 smithi184 bash[59794]: cephadm 2024-03-21T13:13:38.585319+0000 mgr.x (mgr.34104) 6390 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:40.192 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:39 smithi184 bash[59794]: cephadm 2024-03-21T13:13:38.686332+0000 mgr.x (mgr.34104) 6391 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:40.192 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:39 smithi184 bash[59794]: cephadm 2024-03-21T13:13:38.767853+0000 mgr.x (mgr.34104) 6392 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:40.192 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:39 smithi184 bash[59794]: audit 2024-03-21T13:13:38.848520+0000 mon.a (mon.0) 10078 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:40.192 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:39 smithi184 bash[59794]: audit 2024-03-21T13:13:38.851506+0000 mon.a (mon.0) 10079 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:40.192 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:39 smithi184 bash[59794]: audit 2024-03-21T13:13:38.854625+0000 mon.a (mon.0) 10080 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:40.193 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:39 smithi184 bash[59794]: audit 2024-03-21T13:13:38.855752+0000 mon.a (mon.0) 10081 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:40.193 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:39 smithi184 bash[59794]: audit 2024-03-21T13:13:38.862700+0000 mon.a (mon.0) 10082 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:40.193 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:39 smithi184 bash[59794]: cephadm 2024-03-21T13:13:38.863907+0000 mgr.x (mgr.34104) 6393 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:40.193 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:39 smithi184 bash[59794]: cluster 2024-03-21T13:13:38.892666+0000 mgr.x (mgr.34104) 6394 : cluster [DBG] pgmap v4213: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 827 B/s rd, 0 op/s 2024-03-21T13:13:40.193 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:39 smithi184 bash[59794]: audit 2024-03-21T13:13:38.945146+0000 mon.a (mon.0) 10083 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:40.193 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:39 smithi184 bash[59794]: audit 2024-03-21T13:13:38.948737+0000 mon.a (mon.0) 10084 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:40.193 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:39 smithi184 bash[59794]: audit 2024-03-21T13:13:38.953343+0000 mon.a (mon.0) 10085 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:40.193 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:39 smithi184 bash[59794]: audit 2024-03-21T13:13:38.954662+0000 mon.a (mon.0) 10086 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:40.193 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:39 smithi184 bash[59794]: audit 2024-03-21T13:13:38.964230+0000 mon.a (mon.0) 10087 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:40.193 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:39 smithi184 bash[59794]: cephadm 2024-03-21T13:13:38.965447+0000 mgr.x (mgr.34104) 6395 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:40.194 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:39 smithi184 bash[59794]: audit 2024-03-21T13:13:39.046246+0000 mon.a (mon.0) 10088 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:40.194 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:39 smithi184 bash[59794]: audit 2024-03-21T13:13:39.050656+0000 mon.a (mon.0) 10089 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:40.194 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:39 smithi184 bash[59794]: audit 2024-03-21T13:13:39.054592+0000 mon.a (mon.0) 10090 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:40.194 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:39 smithi184 bash[59794]: audit 2024-03-21T13:13:39.056410+0000 mon.a (mon.0) 10091 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:40.194 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:39 smithi184 bash[59794]: audit 2024-03-21T13:13:39.066393+0000 mon.a (mon.0) 10092 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:40.194 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:39 smithi184 bash[59794]: cephadm 2024-03-21T13:13:39.068361+0000 mgr.x (mgr.34104) 6396 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:40.194 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:39 smithi184 bash[59794]: audit 2024-03-21T13:13:39.146183+0000 mon.a (mon.0) 10093 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:40.194 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:39 smithi184 bash[59794]: audit 2024-03-21T13:13:39.149675+0000 mon.a (mon.0) 10094 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:40.194 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:39 smithi184 bash[59794]: audit 2024-03-21T13:13:39.153082+0000 mon.a (mon.0) 10095 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:40.195 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:39 smithi184 bash[59794]: audit 2024-03-21T13:13:39.154359+0000 mon.a (mon.0) 10096 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:40.195 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:39 smithi184 bash[59794]: audit 2024-03-21T13:13:39.163374+0000 mon.a (mon.0) 10097 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:40.195 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:39 smithi184 bash[59794]: cephadm 2024-03-21T13:13:39.164599+0000 mgr.x (mgr.34104) 6397 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:40.195 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:39 smithi184 bash[59794]: audit 2024-03-21T13:13:39.244966+0000 mon.a (mon.0) 10098 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:40.195 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:39 smithi184 bash[59794]: audit 2024-03-21T13:13:39.248013+0000 mon.a (mon.0) 10099 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:40.195 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:39 smithi184 bash[59794]: audit 2024-03-21T13:13:39.251447+0000 mon.a (mon.0) 10100 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:40.195 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:39 smithi184 bash[59794]: audit 2024-03-21T13:13:39.252880+0000 mon.a (mon.0) 10101 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:40.195 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:39 smithi184 bash[59794]: audit 2024-03-21T13:13:39.262345+0000 mon.a (mon.0) 10102 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:40.195 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:39 smithi184 bash[59794]: cephadm 2024-03-21T13:13:39.263970+0000 mgr.x (mgr.34104) 6398 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:40.195 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:39 smithi184 bash[59794]: audit 2024-03-21T13:13:39.344574+0000 mon.a (mon.0) 10103 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:40.195 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:39 smithi184 bash[59794]: audit 2024-03-21T13:13:39.348465+0000 mon.a (mon.0) 10104 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:40.195 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:39 smithi184 bash[59794]: audit 2024-03-21T13:13:39.352431+0000 mon.a (mon.0) 10105 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:40.196 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:39 smithi184 bash[59794]: audit 2024-03-21T13:13:39.354116+0000 mon.a (mon.0) 10106 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:40.196 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:39 smithi184 bash[59794]: audit 2024-03-21T13:13:39.364280+0000 mon.a (mon.0) 10107 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:40.196 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:39 smithi184 bash[59794]: audit 2024-03-21T13:13:39.444683+0000 mon.a (mon.0) 10108 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:40.196 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:39 smithi184 bash[59794]: audit 2024-03-21T13:13:39.448229+0000 mon.a (mon.0) 10109 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:40.196 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:39 smithi184 bash[59794]: audit 2024-03-21T13:13:39.451883+0000 mon.a (mon.0) 10110 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:40.196 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:39 smithi184 bash[59794]: audit 2024-03-21T13:13:39.453291+0000 mon.a (mon.0) 10111 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:40.196 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:39 smithi184 bash[59794]: audit 2024-03-21T13:13:39.461973+0000 mon.a (mon.0) 10112 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:40.196 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:39 smithi184 bash[59794]: audit 2024-03-21T13:13:39.544167+0000 mon.a (mon.0) 10113 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:40.196 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:39 smithi184 bash[59794]: audit 2024-03-21T13:13:39.547130+0000 mon.a (mon.0) 10114 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:40.196 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:39 smithi184 bash[59794]: audit 2024-03-21T13:13:39.550877+0000 mon.a (mon.0) 10115 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:40.196 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:39 smithi184 bash[59794]: audit 2024-03-21T13:13:39.552276+0000 mon.a (mon.0) 10116 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:40.196 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:39 smithi184 bash[59794]: audit 2024-03-21T13:13:39.561353+0000 mon.a (mon.0) 10117 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:40.196 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:39 smithi184 bash[59794]: audit 2024-03-21T13:13:39.643378+0000 mon.a (mon.0) 10118 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:40.196 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:39 smithi184 bash[59794]: audit 2024-03-21T13:13:39.646643+0000 mon.a (mon.0) 10119 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:40.197 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:39 smithi184 bash[59794]: audit 2024-03-21T13:13:39.649856+0000 mon.a (mon.0) 10120 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:40.197 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:39 smithi184 bash[59794]: audit 2024-03-21T13:13:39.651905+0000 mon.a (mon.0) 10121 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:40.197 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:39 smithi184 bash[59794]: audit 2024-03-21T13:13:39.662360+0000 mon.a (mon.0) 10122 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:40.197 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:39 smithi184 bash[59794]: audit 2024-03-21T13:13:39.744135+0000 mon.a (mon.0) 10123 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:40.197 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:39 smithi184 bash[59794]: audit 2024-03-21T13:13:39.747664+0000 mon.a (mon.0) 10124 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:40.197 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:39 smithi184 bash[59794]: audit 2024-03-21T13:13:39.751658+0000 mon.a (mon.0) 10125 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:40.197 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:39 smithi184 bash[59794]: audit 2024-03-21T13:13:39.753457+0000 mon.a (mon.0) 10126 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:40.197 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:39 smithi184 bash[59794]: audit 2024-03-21T13:13:39.763804+0000 mon.a (mon.0) 10127 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:40.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:39 smithi178 bash[75692]: cephadm 2024-03-21T13:13:38.384951+0000 mgr.x (mgr.34104) 6388 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:40.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:39 smithi178 bash[75692]: cephadm 2024-03-21T13:13:38.485740+0000 mgr.x (mgr.34104) 6389 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:40.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:39 smithi178 bash[75692]: cephadm 2024-03-21T13:13:38.585319+0000 mgr.x (mgr.34104) 6390 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:40.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:39 smithi178 bash[75692]: cephadm 2024-03-21T13:13:38.686332+0000 mgr.x (mgr.34104) 6391 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:40.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:39 smithi178 bash[75692]: cephadm 2024-03-21T13:13:38.767853+0000 mgr.x (mgr.34104) 6392 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:40.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:39 smithi178 bash[75692]: audit 2024-03-21T13:13:38.848520+0000 mon.a (mon.0) 10078 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:40.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:39 smithi178 bash[75692]: audit 2024-03-21T13:13:38.851506+0000 mon.a (mon.0) 10079 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:40.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:39 smithi178 bash[75692]: audit 2024-03-21T13:13:38.854625+0000 mon.a (mon.0) 10080 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:40.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:39 smithi178 bash[75692]: audit 2024-03-21T13:13:38.855752+0000 mon.a (mon.0) 10081 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:40.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:39 smithi178 bash[75692]: audit 2024-03-21T13:13:38.862700+0000 mon.a (mon.0) 10082 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:40.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:39 smithi178 bash[75692]: cephadm 2024-03-21T13:13:38.863907+0000 mgr.x (mgr.34104) 6393 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:40.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:39 smithi178 bash[75692]: cluster 2024-03-21T13:13:38.892666+0000 mgr.x (mgr.34104) 6394 : cluster [DBG] pgmap v4213: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 827 B/s rd, 0 op/s 2024-03-21T13:13:40.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:39 smithi178 bash[75692]: audit 2024-03-21T13:13:38.945146+0000 mon.a (mon.0) 10083 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:40.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:39 smithi178 bash[75692]: audit 2024-03-21T13:13:38.948737+0000 mon.a (mon.0) 10084 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:40.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:39 smithi178 bash[75692]: audit 2024-03-21T13:13:38.953343+0000 mon.a (mon.0) 10085 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:40.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:39 smithi178 bash[75692]: audit 2024-03-21T13:13:38.954662+0000 mon.a (mon.0) 10086 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:40.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:39 smithi178 bash[75692]: audit 2024-03-21T13:13:38.964230+0000 mon.a (mon.0) 10087 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:40.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:39 smithi178 bash[75692]: cephadm 2024-03-21T13:13:38.965447+0000 mgr.x (mgr.34104) 6395 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:40.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:39 smithi178 bash[75692]: audit 2024-03-21T13:13:39.046246+0000 mon.a (mon.0) 10088 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:40.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:39 smithi178 bash[75692]: audit 2024-03-21T13:13:39.050656+0000 mon.a (mon.0) 10089 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:40.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:39 smithi178 bash[77880]: cephadm 2024-03-21T13:13:38.384951+0000 mgr.x (mgr.34104) 6388 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:40.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:39 smithi178 bash[77880]: cephadm 2024-03-21T13:13:38.485740+0000 mgr.x (mgr.34104) 6389 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:40.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:39 smithi178 bash[77880]: cephadm 2024-03-21T13:13:38.585319+0000 mgr.x (mgr.34104) 6390 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:40.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:39 smithi178 bash[77880]: cephadm 2024-03-21T13:13:38.686332+0000 mgr.x (mgr.34104) 6391 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:40.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:39 smithi178 bash[77880]: cephadm 2024-03-21T13:13:38.767853+0000 mgr.x (mgr.34104) 6392 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:40.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:39 smithi178 bash[77880]: audit 2024-03-21T13:13:38.848520+0000 mon.a (mon.0) 10078 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:40.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:39 smithi178 bash[77880]: audit 2024-03-21T13:13:38.851506+0000 mon.a (mon.0) 10079 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:40.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:39 smithi178 bash[77880]: audit 2024-03-21T13:13:38.854625+0000 mon.a (mon.0) 10080 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:40.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:39 smithi178 bash[77880]: audit 2024-03-21T13:13:38.855752+0000 mon.a (mon.0) 10081 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:40.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:39 smithi178 bash[77880]: audit 2024-03-21T13:13:38.862700+0000 mon.a (mon.0) 10082 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:40.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:39 smithi178 bash[77880]: cephadm 2024-03-21T13:13:38.863907+0000 mgr.x (mgr.34104) 6393 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:40.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:39 smithi178 bash[77880]: cluster 2024-03-21T13:13:38.892666+0000 mgr.x (mgr.34104) 6394 : cluster [DBG] pgmap v4213: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 827 B/s rd, 0 op/s 2024-03-21T13:13:40.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:39 smithi178 bash[77880]: audit 2024-03-21T13:13:38.945146+0000 mon.a (mon.0) 10083 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:40.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:39 smithi178 bash[77880]: audit 2024-03-21T13:13:38.948737+0000 mon.a (mon.0) 10084 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:40.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:39 smithi178 bash[77880]: audit 2024-03-21T13:13:38.953343+0000 mon.a (mon.0) 10085 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:40.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:39 smithi178 bash[77880]: audit 2024-03-21T13:13:38.954662+0000 mon.a (mon.0) 10086 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:40.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:39 smithi178 bash[77880]: audit 2024-03-21T13:13:38.964230+0000 mon.a (mon.0) 10087 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:40.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:39 smithi178 bash[77880]: cephadm 2024-03-21T13:13:38.965447+0000 mgr.x (mgr.34104) 6395 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:40.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:39 smithi178 bash[77880]: audit 2024-03-21T13:13:39.046246+0000 mon.a (mon.0) 10088 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:40.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:39 smithi178 bash[77880]: audit 2024-03-21T13:13:39.050656+0000 mon.a (mon.0) 10089 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:40.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:39 smithi178 bash[75692]: audit 2024-03-21T13:13:39.054592+0000 mon.a (mon.0) 10090 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:40.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:39 smithi178 bash[75692]: audit 2024-03-21T13:13:39.056410+0000 mon.a (mon.0) 10091 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:40.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:39 smithi178 bash[75692]: audit 2024-03-21T13:13:39.066393+0000 mon.a (mon.0) 10092 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:40.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:39 smithi178 bash[75692]: cephadm 2024-03-21T13:13:39.068361+0000 mgr.x (mgr.34104) 6396 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:40.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:39 smithi178 bash[75692]: audit 2024-03-21T13:13:39.146183+0000 mon.a (mon.0) 10093 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:40.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:39 smithi178 bash[75692]: audit 2024-03-21T13:13:39.149675+0000 mon.a (mon.0) 10094 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:40.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:39 smithi178 bash[75692]: audit 2024-03-21T13:13:39.153082+0000 mon.a (mon.0) 10095 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:40.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:39 smithi178 bash[75692]: audit 2024-03-21T13:13:39.154359+0000 mon.a (mon.0) 10096 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:40.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:39 smithi178 bash[75692]: audit 2024-03-21T13:13:39.163374+0000 mon.a (mon.0) 10097 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:40.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:39 smithi178 bash[75692]: cephadm 2024-03-21T13:13:39.164599+0000 mgr.x (mgr.34104) 6397 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:40.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:39 smithi178 bash[75692]: audit 2024-03-21T13:13:39.244966+0000 mon.a (mon.0) 10098 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:40.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:39 smithi178 bash[75692]: audit 2024-03-21T13:13:39.248013+0000 mon.a (mon.0) 10099 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:40.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:39 smithi178 bash[75692]: audit 2024-03-21T13:13:39.251447+0000 mon.a (mon.0) 10100 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:40.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:39 smithi178 bash[75692]: audit 2024-03-21T13:13:39.252880+0000 mon.a (mon.0) 10101 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:40.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:39 smithi178 bash[75692]: audit 2024-03-21T13:13:39.262345+0000 mon.a (mon.0) 10102 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:40.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:39 smithi178 bash[75692]: cephadm 2024-03-21T13:13:39.263970+0000 mgr.x (mgr.34104) 6398 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:40.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:39 smithi178 bash[75692]: audit 2024-03-21T13:13:39.344574+0000 mon.a (mon.0) 10103 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:40.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:39 smithi178 bash[75692]: audit 2024-03-21T13:13:39.348465+0000 mon.a (mon.0) 10104 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:40.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:39 smithi178 bash[75692]: audit 2024-03-21T13:13:39.352431+0000 mon.a (mon.0) 10105 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:40.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:39 smithi178 bash[77880]: audit 2024-03-21T13:13:39.054592+0000 mon.a (mon.0) 10090 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:40.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:39 smithi178 bash[77880]: audit 2024-03-21T13:13:39.056410+0000 mon.a (mon.0) 10091 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:40.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:39 smithi178 bash[77880]: audit 2024-03-21T13:13:39.066393+0000 mon.a (mon.0) 10092 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:40.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:39 smithi178 bash[77880]: cephadm 2024-03-21T13:13:39.068361+0000 mgr.x (mgr.34104) 6396 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:40.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:39 smithi178 bash[77880]: audit 2024-03-21T13:13:39.146183+0000 mon.a (mon.0) 10093 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:40.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:39 smithi178 bash[77880]: audit 2024-03-21T13:13:39.149675+0000 mon.a (mon.0) 10094 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:40.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:39 smithi178 bash[77880]: audit 2024-03-21T13:13:39.153082+0000 mon.a (mon.0) 10095 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:40.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:39 smithi178 bash[77880]: audit 2024-03-21T13:13:39.154359+0000 mon.a (mon.0) 10096 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:40.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:39 smithi178 bash[77880]: audit 2024-03-21T13:13:39.163374+0000 mon.a (mon.0) 10097 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:40.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:39 smithi178 bash[77880]: cephadm 2024-03-21T13:13:39.164599+0000 mgr.x (mgr.34104) 6397 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:40.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:39 smithi178 bash[77880]: audit 2024-03-21T13:13:39.244966+0000 mon.a (mon.0) 10098 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:40.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:39 smithi178 bash[77880]: audit 2024-03-21T13:13:39.248013+0000 mon.a (mon.0) 10099 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:40.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:39 smithi178 bash[77880]: audit 2024-03-21T13:13:39.251447+0000 mon.a (mon.0) 10100 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:40.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:39 smithi178 bash[77880]: audit 2024-03-21T13:13:39.252880+0000 mon.a (mon.0) 10101 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:40.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:39 smithi178 bash[77880]: audit 2024-03-21T13:13:39.262345+0000 mon.a (mon.0) 10102 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:40.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:39 smithi178 bash[77880]: cephadm 2024-03-21T13:13:39.263970+0000 mgr.x (mgr.34104) 6398 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:40.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:39 smithi178 bash[77880]: audit 2024-03-21T13:13:39.344574+0000 mon.a (mon.0) 10103 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:40.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:39 smithi178 bash[77880]: audit 2024-03-21T13:13:39.348465+0000 mon.a (mon.0) 10104 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:40.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:39 smithi178 bash[77880]: audit 2024-03-21T13:13:39.352431+0000 mon.a (mon.0) 10105 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:40.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:39 smithi178 bash[75692]: audit 2024-03-21T13:13:39.354116+0000 mon.a (mon.0) 10106 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:40.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:39 smithi178 bash[75692]: audit 2024-03-21T13:13:39.364280+0000 mon.a (mon.0) 10107 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:40.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:39 smithi178 bash[75692]: audit 2024-03-21T13:13:39.444683+0000 mon.a (mon.0) 10108 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:40.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:39 smithi178 bash[75692]: audit 2024-03-21T13:13:39.448229+0000 mon.a (mon.0) 10109 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:40.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:39 smithi178 bash[75692]: audit 2024-03-21T13:13:39.451883+0000 mon.a (mon.0) 10110 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:40.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:39 smithi178 bash[75692]: audit 2024-03-21T13:13:39.453291+0000 mon.a (mon.0) 10111 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:40.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:39 smithi178 bash[75692]: audit 2024-03-21T13:13:39.461973+0000 mon.a (mon.0) 10112 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:40.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:39 smithi178 bash[75692]: audit 2024-03-21T13:13:39.544167+0000 mon.a (mon.0) 10113 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:40.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:39 smithi178 bash[75692]: audit 2024-03-21T13:13:39.547130+0000 mon.a (mon.0) 10114 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:40.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:39 smithi178 bash[75692]: audit 2024-03-21T13:13:39.550877+0000 mon.a (mon.0) 10115 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:40.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:39 smithi178 bash[75692]: audit 2024-03-21T13:13:39.552276+0000 mon.a (mon.0) 10116 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:40.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:39 smithi178 bash[75692]: audit 2024-03-21T13:13:39.561353+0000 mon.a (mon.0) 10117 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:40.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:39 smithi178 bash[75692]: audit 2024-03-21T13:13:39.643378+0000 mon.a (mon.0) 10118 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:40.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:39 smithi178 bash[75692]: audit 2024-03-21T13:13:39.646643+0000 mon.a (mon.0) 10119 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:40.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:39 smithi178 bash[75692]: audit 2024-03-21T13:13:39.649856+0000 mon.a (mon.0) 10120 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:40.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:39 smithi178 bash[75692]: audit 2024-03-21T13:13:39.651905+0000 mon.a (mon.0) 10121 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:40.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:39 smithi178 bash[75692]: audit 2024-03-21T13:13:39.662360+0000 mon.a (mon.0) 10122 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:40.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:39 smithi178 bash[75692]: audit 2024-03-21T13:13:39.744135+0000 mon.a (mon.0) 10123 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:40.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:39 smithi178 bash[75692]: audit 2024-03-21T13:13:39.747664+0000 mon.a (mon.0) 10124 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:40.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:39 smithi178 bash[75692]: audit 2024-03-21T13:13:39.751658+0000 mon.a (mon.0) 10125 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:40.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:39 smithi178 bash[75692]: audit 2024-03-21T13:13:39.753457+0000 mon.a (mon.0) 10126 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:40.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:39 smithi178 bash[75692]: audit 2024-03-21T13:13:39.763804+0000 mon.a (mon.0) 10127 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:40.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:39 smithi178 bash[77880]: audit 2024-03-21T13:13:39.354116+0000 mon.a (mon.0) 10106 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:40.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:39 smithi178 bash[77880]: audit 2024-03-21T13:13:39.364280+0000 mon.a (mon.0) 10107 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:40.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:39 smithi178 bash[77880]: audit 2024-03-21T13:13:39.444683+0000 mon.a (mon.0) 10108 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:40.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:39 smithi178 bash[77880]: audit 2024-03-21T13:13:39.448229+0000 mon.a (mon.0) 10109 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:40.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:39 smithi178 bash[77880]: audit 2024-03-21T13:13:39.451883+0000 mon.a (mon.0) 10110 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:40.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:39 smithi178 bash[77880]: audit 2024-03-21T13:13:39.453291+0000 mon.a (mon.0) 10111 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:40.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:39 smithi178 bash[77880]: audit 2024-03-21T13:13:39.461973+0000 mon.a (mon.0) 10112 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:40.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:39 smithi178 bash[77880]: audit 2024-03-21T13:13:39.544167+0000 mon.a (mon.0) 10113 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:40.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:39 smithi178 bash[77880]: audit 2024-03-21T13:13:39.547130+0000 mon.a (mon.0) 10114 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:40.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:39 smithi178 bash[77880]: audit 2024-03-21T13:13:39.550877+0000 mon.a (mon.0) 10115 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:40.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:39 smithi178 bash[77880]: audit 2024-03-21T13:13:39.552276+0000 mon.a (mon.0) 10116 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:40.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:39 smithi178 bash[77880]: audit 2024-03-21T13:13:39.561353+0000 mon.a (mon.0) 10117 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:40.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:39 smithi178 bash[77880]: audit 2024-03-21T13:13:39.643378+0000 mon.a (mon.0) 10118 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:40.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:39 smithi178 bash[77880]: audit 2024-03-21T13:13:39.646643+0000 mon.a (mon.0) 10119 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:40.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:39 smithi178 bash[77880]: audit 2024-03-21T13:13:39.649856+0000 mon.a (mon.0) 10120 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:40.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:39 smithi178 bash[77880]: audit 2024-03-21T13:13:39.651905+0000 mon.a (mon.0) 10121 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:40.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:39 smithi178 bash[77880]: audit 2024-03-21T13:13:39.662360+0000 mon.a (mon.0) 10122 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:40.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:39 smithi178 bash[77880]: audit 2024-03-21T13:13:39.744135+0000 mon.a (mon.0) 10123 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:40.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:39 smithi178 bash[77880]: audit 2024-03-21T13:13:39.747664+0000 mon.a (mon.0) 10124 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:40.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:39 smithi178 bash[77880]: audit 2024-03-21T13:13:39.751658+0000 mon.a (mon.0) 10125 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:40.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:39 smithi178 bash[77880]: audit 2024-03-21T13:13:39.753457+0000 mon.a (mon.0) 10126 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:40.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:39 smithi178 bash[77880]: audit 2024-03-21T13:13:39.763804+0000 mon.a (mon.0) 10127 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:40.573 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:13:40 smithi184 bash[90245]: logger=migrator t=2024-03-21T13:13:40.189435605Z level=info msg="Executing migration" id="Add preferences index user_id" 2024-03-21T13:13:40.573 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:13:40 smithi184 bash[90245]: logger=migrator t=2024-03-21T13:13:40.265431393Z level=info msg="Executing migration" id="Increase tags column to length 4096" 2024-03-21T13:13:40.573 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:13:40 smithi184 bash[90245]: logger=migrator t=2024-03-21T13:13:40.332915788Z level=info msg="Executing migration" id="Add OAuth ID token to user_auth" 2024-03-21T13:13:40.573 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:13:40 smithi184 bash[90245]: logger=migrator t=2024-03-21T13:13:40.374902167Z level=info msg="Executing migration" id="alter table short_url alter column created_by type to bigint" 2024-03-21T13:13:40.826 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:13:40 smithi184 bash[90245]: logger=migrator t=2024-03-21T13:13:40.576420335Z level=info msg="Executing migration" id="add current_reason column related to current_state" 2024-03-21T13:13:41.151 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:13:40 smithi184 bash[90245]: logger=migrator t=2024-03-21T13:13:40.936241609Z level=info msg="Executing migration" id="add rule_group_idx column to alert_rule" 2024-03-21T13:13:41.152 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:40 smithi184 bash[59794]: audit 2024-03-21T13:13:39.363906+0000 mgr.x (mgr.34104) 6399 : audit [DBG] from='client.54784 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:13:41.152 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:40 smithi184 bash[59794]: cephadm 2024-03-21T13:13:39.365807+0000 mgr.x (mgr.34104) 6400 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:41.152 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:40 smithi184 bash[59794]: cephadm 2024-03-21T13:13:39.463427+0000 mgr.x (mgr.34104) 6401 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:41.152 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:40 smithi184 bash[59794]: cephadm 2024-03-21T13:13:39.562652+0000 mgr.x (mgr.34104) 6402 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:41.153 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:40 smithi184 bash[59794]: cephadm 2024-03-21T13:13:39.663858+0000 mgr.x (mgr.34104) 6403 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:41.153 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:40 smithi184 bash[59794]: cephadm 2024-03-21T13:13:39.765255+0000 mgr.x (mgr.34104) 6404 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:41.153 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:40 smithi184 bash[59794]: audit 2024-03-21T13:13:39.845695+0000 mon.a (mon.0) 10128 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:41.153 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:40 smithi184 bash[59794]: audit 2024-03-21T13:13:39.848016+0000 mon.a (mon.0) 10129 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:41.153 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:40 smithi184 bash[59794]: audit 2024-03-21T13:13:39.850740+0000 mon.a (mon.0) 10130 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:41.153 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:40 smithi184 bash[59794]: audit 2024-03-21T13:13:39.852485+0000 mon.a (mon.0) 10131 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:41.153 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:40 smithi184 bash[59794]: audit 2024-03-21T13:13:39.859248+0000 mon.a (mon.0) 10132 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:41.153 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:40 smithi184 bash[59794]: cephadm 2024-03-21T13:13:39.860433+0000 mgr.x (mgr.34104) 6405 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:41.153 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:40 smithi184 bash[59794]: audit 2024-03-21T13:13:39.939247+0000 mon.a (mon.0) 10133 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:41.153 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:40 smithi184 bash[59794]: audit 2024-03-21T13:13:39.942603+0000 mon.a (mon.0) 10134 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:41.153 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:40 smithi184 bash[59794]: audit 2024-03-21T13:13:39.947134+0000 mon.a (mon.0) 10135 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:41.153 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:40 smithi184 bash[59794]: audit 2024-03-21T13:13:39.948486+0000 mon.a (mon.0) 10136 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:41.153 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:40 smithi184 bash[59794]: audit 2024-03-21T13:13:39.957133+0000 mon.a (mon.0) 10137 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:41.153 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:40 smithi184 bash[59794]: cephadm 2024-03-21T13:13:39.958495+0000 mgr.x (mgr.34104) 6406 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:41.153 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:40 smithi184 bash[59794]: audit 2024-03-21T13:13:40.037224+0000 mon.a (mon.0) 10138 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:41.154 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:40 smithi184 bash[59794]: audit 2024-03-21T13:13:40.040477+0000 mon.a (mon.0) 10139 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:41.154 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:40 smithi184 bash[59794]: audit 2024-03-21T13:13:40.044347+0000 mon.a (mon.0) 10140 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:41.154 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:40 smithi184 bash[59794]: audit 2024-03-21T13:13:40.045744+0000 mon.a (mon.0) 10141 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:41.154 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:40 smithi184 bash[59794]: audit 2024-03-21T13:13:40.054877+0000 mon.a (mon.0) 10142 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:41.154 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:40 smithi184 bash[59794]: cephadm 2024-03-21T13:13:40.056366+0000 mgr.x (mgr.34104) 6407 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:41.154 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:40 smithi184 bash[59794]: audit 2024-03-21T13:13:40.136732+0000 mon.a (mon.0) 10143 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:41.154 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:40 smithi184 bash[59794]: audit 2024-03-21T13:13:40.140201+0000 mon.a (mon.0) 10144 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:41.154 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:40 smithi184 bash[59794]: audit 2024-03-21T13:13:40.143708+0000 mon.a (mon.0) 10145 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:41.154 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:40 smithi184 bash[59794]: audit 2024-03-21T13:13:40.145341+0000 mon.a (mon.0) 10146 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:41.154 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:40 smithi184 bash[59794]: audit 2024-03-21T13:13:40.154490+0000 mon.a (mon.0) 10147 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:41.154 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:40 smithi184 bash[59794]: cephadm 2024-03-21T13:13:40.155822+0000 mgr.x (mgr.34104) 6408 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:41.154 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:40 smithi184 bash[59794]: audit 2024-03-21T13:13:40.234060+0000 mon.a (mon.0) 10148 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:41.154 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:40 smithi184 bash[59794]: audit 2024-03-21T13:13:40.237819+0000 mon.a (mon.0) 10149 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:41.154 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:40 smithi184 bash[59794]: audit 2024-03-21T13:13:40.241822+0000 mon.a (mon.0) 10150 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:41.155 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:40 smithi184 bash[59794]: audit 2024-03-21T13:13:40.243215+0000 mon.a (mon.0) 10151 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:41.155 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:40 smithi184 bash[59794]: audit 2024-03-21T13:13:40.253075+0000 mon.a (mon.0) 10152 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:41.155 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:40 smithi184 bash[59794]: cephadm 2024-03-21T13:13:40.254601+0000 mgr.x (mgr.34104) 6409 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:41.155 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:40 smithi184 bash[59794]: audit 2024-03-21T13:13:40.333566+0000 mon.a (mon.0) 10153 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:41.155 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:40 smithi184 bash[59794]: audit 2024-03-21T13:13:40.337234+0000 mon.a (mon.0) 10154 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:41.155 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:40 smithi184 bash[59794]: audit 2024-03-21T13:13:40.341204+0000 mon.a (mon.0) 10155 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:41.155 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:40 smithi184 bash[59794]: audit 2024-03-21T13:13:40.342695+0000 mon.a (mon.0) 10156 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:41.155 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:40 smithi184 bash[59794]: audit 2024-03-21T13:13:40.353055+0000 mon.a (mon.0) 10157 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:41.155 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:40 smithi184 bash[59794]: audit 2024-03-21T13:13:40.435257+0000 mon.a (mon.0) 10158 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:41.155 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:40 smithi184 bash[59794]: audit 2024-03-21T13:13:40.439165+0000 mon.a (mon.0) 10159 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:41.155 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:40 smithi184 bash[59794]: audit 2024-03-21T13:13:40.442243+0000 mon.a (mon.0) 10160 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:41.155 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:40 smithi184 bash[59794]: audit 2024-03-21T13:13:40.443590+0000 mon.a (mon.0) 10161 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:41.155 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:40 smithi184 bash[59794]: audit 2024-03-21T13:13:40.452659+0000 mon.a (mon.0) 10162 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:41.155 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:40 smithi184 bash[59794]: audit 2024-03-21T13:13:40.532916+0000 mon.a (mon.0) 10163 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:41.156 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:40 smithi184 bash[59794]: audit 2024-03-21T13:13:40.536230+0000 mon.a (mon.0) 10164 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:41.156 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:40 smithi184 bash[59794]: audit 2024-03-21T13:13:40.540313+0000 mon.a (mon.0) 10165 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:41.156 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:40 smithi184 bash[59794]: audit 2024-03-21T13:13:40.541825+0000 mon.a (mon.0) 10166 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:41.156 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:40 smithi184 bash[59794]: audit 2024-03-21T13:13:40.553031+0000 mon.a (mon.0) 10167 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:41.156 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:40 smithi184 bash[59794]: audit 2024-03-21T13:13:40.633967+0000 mon.a (mon.0) 10168 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:41.156 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:40 smithi184 bash[59794]: audit 2024-03-21T13:13:40.637386+0000 mon.a (mon.0) 10169 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:41.156 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:40 smithi184 bash[59794]: audit 2024-03-21T13:13:40.640349+0000 mon.a (mon.0) 10170 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:41.156 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:40 smithi184 bash[59794]: audit 2024-03-21T13:13:40.641758+0000 mon.a (mon.0) 10171 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:41.156 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:40 smithi184 bash[59794]: audit 2024-03-21T13:13:40.651188+0000 mon.a (mon.0) 10172 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:41.156 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:40 smithi184 bash[59794]: audit 2024-03-21T13:13:40.730676+0000 mon.a (mon.0) 10173 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:41.157 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:40 smithi184 bash[59794]: audit 2024-03-21T13:13:40.735624+0000 mon.a (mon.0) 10174 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:41.157 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:40 smithi184 bash[59794]: audit 2024-03-21T13:13:40.741531+0000 mon.a (mon.0) 10175 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:41.157 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:40 smithi184 bash[59794]: audit 2024-03-21T13:13:40.743436+0000 mon.a (mon.0) 10176 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:41.157 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:40 smithi184 bash[59794]: audit 2024-03-21T13:13:40.753714+0000 mon.a (mon.0) 10177 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:41.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:40 smithi178 bash[75692]: audit 2024-03-21T13:13:39.363906+0000 mgr.x (mgr.34104) 6399 : audit [DBG] from='client.54784 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:13:41.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:40 smithi178 bash[75692]: cephadm 2024-03-21T13:13:39.365807+0000 mgr.x (mgr.34104) 6400 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:41.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:40 smithi178 bash[75692]: cephadm 2024-03-21T13:13:39.463427+0000 mgr.x (mgr.34104) 6401 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:41.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:40 smithi178 bash[75692]: cephadm 2024-03-21T13:13:39.562652+0000 mgr.x (mgr.34104) 6402 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:41.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:40 smithi178 bash[75692]: cephadm 2024-03-21T13:13:39.663858+0000 mgr.x (mgr.34104) 6403 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:41.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:40 smithi178 bash[75692]: cephadm 2024-03-21T13:13:39.765255+0000 mgr.x (mgr.34104) 6404 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:41.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:40 smithi178 bash[75692]: audit 2024-03-21T13:13:39.845695+0000 mon.a (mon.0) 10128 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:41.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:40 smithi178 bash[75692]: audit 2024-03-21T13:13:39.848016+0000 mon.a (mon.0) 10129 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:41.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:40 smithi178 bash[75692]: audit 2024-03-21T13:13:39.850740+0000 mon.a (mon.0) 10130 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:41.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:40 smithi178 bash[75692]: audit 2024-03-21T13:13:39.852485+0000 mon.a (mon.0) 10131 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:41.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:40 smithi178 bash[75692]: audit 2024-03-21T13:13:39.859248+0000 mon.a (mon.0) 10132 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:41.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:40 smithi178 bash[75692]: cephadm 2024-03-21T13:13:39.860433+0000 mgr.x (mgr.34104) 6405 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:41.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:40 smithi178 bash[75692]: audit 2024-03-21T13:13:39.939247+0000 mon.a (mon.0) 10133 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:41.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:40 smithi178 bash[75692]: audit 2024-03-21T13:13:39.942603+0000 mon.a (mon.0) 10134 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:41.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:40 smithi178 bash[75692]: audit 2024-03-21T13:13:39.947134+0000 mon.a (mon.0) 10135 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:41.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:40 smithi178 bash[75692]: audit 2024-03-21T13:13:39.948486+0000 mon.a (mon.0) 10136 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:41.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:40 smithi178 bash[75692]: audit 2024-03-21T13:13:39.957133+0000 mon.a (mon.0) 10137 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:41.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:40 smithi178 bash[75692]: cephadm 2024-03-21T13:13:39.958495+0000 mgr.x (mgr.34104) 6406 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:41.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:40 smithi178 bash[75692]: audit 2024-03-21T13:13:40.037224+0000 mon.a (mon.0) 10138 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:41.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:40 smithi178 bash[75692]: audit 2024-03-21T13:13:40.040477+0000 mon.a (mon.0) 10139 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:41.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:40 smithi178 bash[77880]: audit 2024-03-21T13:13:39.363906+0000 mgr.x (mgr.34104) 6399 : audit [DBG] from='client.54784 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:13:41.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:40 smithi178 bash[77880]: cephadm 2024-03-21T13:13:39.365807+0000 mgr.x (mgr.34104) 6400 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:41.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:40 smithi178 bash[77880]: cephadm 2024-03-21T13:13:39.463427+0000 mgr.x (mgr.34104) 6401 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:41.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:40 smithi178 bash[77880]: cephadm 2024-03-21T13:13:39.562652+0000 mgr.x (mgr.34104) 6402 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:41.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:40 smithi178 bash[77880]: cephadm 2024-03-21T13:13:39.663858+0000 mgr.x (mgr.34104) 6403 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:41.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:40 smithi178 bash[77880]: cephadm 2024-03-21T13:13:39.765255+0000 mgr.x (mgr.34104) 6404 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:41.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:40 smithi178 bash[77880]: audit 2024-03-21T13:13:39.845695+0000 mon.a (mon.0) 10128 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:41.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:40 smithi178 bash[77880]: audit 2024-03-21T13:13:39.848016+0000 mon.a (mon.0) 10129 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:41.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:40 smithi178 bash[77880]: audit 2024-03-21T13:13:39.850740+0000 mon.a (mon.0) 10130 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:41.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:40 smithi178 bash[77880]: audit 2024-03-21T13:13:39.852485+0000 mon.a (mon.0) 10131 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:41.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:40 smithi178 bash[77880]: audit 2024-03-21T13:13:39.859248+0000 mon.a (mon.0) 10132 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:41.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:40 smithi178 bash[77880]: cephadm 2024-03-21T13:13:39.860433+0000 mgr.x (mgr.34104) 6405 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:41.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:40 smithi178 bash[77880]: audit 2024-03-21T13:13:39.939247+0000 mon.a (mon.0) 10133 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:41.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:40 smithi178 bash[77880]: audit 2024-03-21T13:13:39.942603+0000 mon.a (mon.0) 10134 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:41.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:40 smithi178 bash[77880]: audit 2024-03-21T13:13:39.947134+0000 mon.a (mon.0) 10135 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:41.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:40 smithi178 bash[77880]: audit 2024-03-21T13:13:39.948486+0000 mon.a (mon.0) 10136 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:41.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:40 smithi178 bash[77880]: audit 2024-03-21T13:13:39.957133+0000 mon.a (mon.0) 10137 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:41.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:40 smithi178 bash[77880]: cephadm 2024-03-21T13:13:39.958495+0000 mgr.x (mgr.34104) 6406 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:41.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:40 smithi178 bash[77880]: audit 2024-03-21T13:13:40.037224+0000 mon.a (mon.0) 10138 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:41.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:40 smithi178 bash[77880]: audit 2024-03-21T13:13:40.040477+0000 mon.a (mon.0) 10139 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:41.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:40 smithi178 bash[77880]: audit 2024-03-21T13:13:40.044347+0000 mon.a (mon.0) 10140 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:41.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:40 smithi178 bash[77880]: audit 2024-03-21T13:13:40.045744+0000 mon.a (mon.0) 10141 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:41.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:40 smithi178 bash[77880]: audit 2024-03-21T13:13:40.054877+0000 mon.a (mon.0) 10142 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:41.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:40 smithi178 bash[77880]: cephadm 2024-03-21T13:13:40.056366+0000 mgr.x (mgr.34104) 6407 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:41.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:40 smithi178 bash[77880]: audit 2024-03-21T13:13:40.136732+0000 mon.a (mon.0) 10143 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:41.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:40 smithi178 bash[77880]: audit 2024-03-21T13:13:40.140201+0000 mon.a (mon.0) 10144 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:41.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:40 smithi178 bash[77880]: audit 2024-03-21T13:13:40.143708+0000 mon.a (mon.0) 10145 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:41.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:40 smithi178 bash[77880]: audit 2024-03-21T13:13:40.145341+0000 mon.a (mon.0) 10146 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:41.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:40 smithi178 bash[77880]: audit 2024-03-21T13:13:40.154490+0000 mon.a (mon.0) 10147 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:41.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:40 smithi178 bash[77880]: cephadm 2024-03-21T13:13:40.155822+0000 mgr.x (mgr.34104) 6408 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:41.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:40 smithi178 bash[77880]: audit 2024-03-21T13:13:40.234060+0000 mon.a (mon.0) 10148 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:41.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:40 smithi178 bash[77880]: audit 2024-03-21T13:13:40.237819+0000 mon.a (mon.0) 10149 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:41.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:40 smithi178 bash[77880]: audit 2024-03-21T13:13:40.241822+0000 mon.a (mon.0) 10150 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:41.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:40 smithi178 bash[77880]: audit 2024-03-21T13:13:40.243215+0000 mon.a (mon.0) 10151 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:41.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:40 smithi178 bash[77880]: audit 2024-03-21T13:13:40.253075+0000 mon.a (mon.0) 10152 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:41.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:40 smithi178 bash[77880]: cephadm 2024-03-21T13:13:40.254601+0000 mgr.x (mgr.34104) 6409 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:41.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:40 smithi178 bash[77880]: audit 2024-03-21T13:13:40.333566+0000 mon.a (mon.0) 10153 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:41.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:40 smithi178 bash[77880]: audit 2024-03-21T13:13:40.337234+0000 mon.a (mon.0) 10154 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:41.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:40 smithi178 bash[77880]: audit 2024-03-21T13:13:40.341204+0000 mon.a (mon.0) 10155 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:41.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:40 smithi178 bash[77880]: audit 2024-03-21T13:13:40.342695+0000 mon.a (mon.0) 10156 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:41.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:40 smithi178 bash[77880]: audit 2024-03-21T13:13:40.353055+0000 mon.a (mon.0) 10157 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:41.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:40 smithi178 bash[77880]: audit 2024-03-21T13:13:40.435257+0000 mon.a (mon.0) 10158 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:41.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:40 smithi178 bash[77880]: audit 2024-03-21T13:13:40.439165+0000 mon.a (mon.0) 10159 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:41.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:40 smithi178 bash[77880]: audit 2024-03-21T13:13:40.442243+0000 mon.a (mon.0) 10160 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:41.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:40 smithi178 bash[77880]: audit 2024-03-21T13:13:40.443590+0000 mon.a (mon.0) 10161 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:41.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:40 smithi178 bash[77880]: audit 2024-03-21T13:13:40.452659+0000 mon.a (mon.0) 10162 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:41.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:40 smithi178 bash[77880]: audit 2024-03-21T13:13:40.532916+0000 mon.a (mon.0) 10163 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:41.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:40 smithi178 bash[77880]: audit 2024-03-21T13:13:40.536230+0000 mon.a (mon.0) 10164 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:41.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:40 smithi178 bash[77880]: audit 2024-03-21T13:13:40.540313+0000 mon.a (mon.0) 10165 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:41.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:40 smithi178 bash[77880]: audit 2024-03-21T13:13:40.541825+0000 mon.a (mon.0) 10166 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:41.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:40 smithi178 bash[77880]: audit 2024-03-21T13:13:40.553031+0000 mon.a (mon.0) 10167 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:41.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:40 smithi178 bash[77880]: audit 2024-03-21T13:13:40.633967+0000 mon.a (mon.0) 10168 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:41.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:40 smithi178 bash[77880]: audit 2024-03-21T13:13:40.637386+0000 mon.a (mon.0) 10169 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:41.309 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:40 smithi178 bash[77880]: audit 2024-03-21T13:13:40.640349+0000 mon.a (mon.0) 10170 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:41.309 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:40 smithi178 bash[77880]: audit 2024-03-21T13:13:40.641758+0000 mon.a (mon.0) 10171 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:41.309 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:40 smithi178 bash[77880]: audit 2024-03-21T13:13:40.651188+0000 mon.a (mon.0) 10172 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:41.309 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:40 smithi178 bash[77880]: audit 2024-03-21T13:13:40.730676+0000 mon.a (mon.0) 10173 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:41.309 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:40 smithi178 bash[77880]: audit 2024-03-21T13:13:40.735624+0000 mon.a (mon.0) 10174 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:41.309 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:40 smithi178 bash[77880]: audit 2024-03-21T13:13:40.741531+0000 mon.a (mon.0) 10175 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:41.309 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:40 smithi178 bash[77880]: audit 2024-03-21T13:13:40.743436+0000 mon.a (mon.0) 10176 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:41.309 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:40 smithi178 bash[77880]: audit 2024-03-21T13:13:40.753714+0000 mon.a (mon.0) 10177 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:41.310 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:40 smithi178 bash[75692]: audit 2024-03-21T13:13:40.044347+0000 mon.a (mon.0) 10140 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:41.310 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:40 smithi178 bash[75692]: audit 2024-03-21T13:13:40.045744+0000 mon.a (mon.0) 10141 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:41.310 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:40 smithi178 bash[75692]: audit 2024-03-21T13:13:40.054877+0000 mon.a (mon.0) 10142 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:41.310 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:40 smithi178 bash[75692]: cephadm 2024-03-21T13:13:40.056366+0000 mgr.x (mgr.34104) 6407 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:41.310 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:40 smithi178 bash[75692]: audit 2024-03-21T13:13:40.136732+0000 mon.a (mon.0) 10143 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:41.310 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:40 smithi178 bash[75692]: audit 2024-03-21T13:13:40.140201+0000 mon.a (mon.0) 10144 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:41.310 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:40 smithi178 bash[75692]: audit 2024-03-21T13:13:40.143708+0000 mon.a (mon.0) 10145 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:41.310 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:40 smithi178 bash[75692]: audit 2024-03-21T13:13:40.145341+0000 mon.a (mon.0) 10146 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:41.310 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:40 smithi178 bash[75692]: audit 2024-03-21T13:13:40.154490+0000 mon.a (mon.0) 10147 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:41.311 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:40 smithi178 bash[75692]: cephadm 2024-03-21T13:13:40.155822+0000 mgr.x (mgr.34104) 6408 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:41.311 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:40 smithi178 bash[75692]: audit 2024-03-21T13:13:40.234060+0000 mon.a (mon.0) 10148 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:41.311 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:40 smithi178 bash[75692]: audit 2024-03-21T13:13:40.237819+0000 mon.a (mon.0) 10149 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:41.311 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:40 smithi178 bash[75692]: audit 2024-03-21T13:13:40.241822+0000 mon.a (mon.0) 10150 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:41.311 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:40 smithi178 bash[75692]: audit 2024-03-21T13:13:40.243215+0000 mon.a (mon.0) 10151 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:41.311 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:40 smithi178 bash[75692]: audit 2024-03-21T13:13:40.253075+0000 mon.a (mon.0) 10152 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:41.311 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:40 smithi178 bash[75692]: cephadm 2024-03-21T13:13:40.254601+0000 mgr.x (mgr.34104) 6409 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:41.311 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:40 smithi178 bash[75692]: audit 2024-03-21T13:13:40.333566+0000 mon.a (mon.0) 10153 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:41.311 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:40 smithi178 bash[75692]: audit 2024-03-21T13:13:40.337234+0000 mon.a (mon.0) 10154 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:41.311 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:40 smithi178 bash[75692]: audit 2024-03-21T13:13:40.341204+0000 mon.a (mon.0) 10155 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:41.311 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:40 smithi178 bash[75692]: audit 2024-03-21T13:13:40.342695+0000 mon.a (mon.0) 10156 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:41.311 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:40 smithi178 bash[75692]: audit 2024-03-21T13:13:40.353055+0000 mon.a (mon.0) 10157 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:41.311 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:40 smithi178 bash[75692]: audit 2024-03-21T13:13:40.435257+0000 mon.a (mon.0) 10158 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:41.311 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:40 smithi178 bash[75692]: audit 2024-03-21T13:13:40.439165+0000 mon.a (mon.0) 10159 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:41.311 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:40 smithi178 bash[75692]: audit 2024-03-21T13:13:40.442243+0000 mon.a (mon.0) 10160 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:41.312 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:40 smithi178 bash[75692]: audit 2024-03-21T13:13:40.443590+0000 mon.a (mon.0) 10161 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:41.312 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:40 smithi178 bash[75692]: audit 2024-03-21T13:13:40.452659+0000 mon.a (mon.0) 10162 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:41.312 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:40 smithi178 bash[75692]: audit 2024-03-21T13:13:40.532916+0000 mon.a (mon.0) 10163 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:41.312 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:40 smithi178 bash[75692]: audit 2024-03-21T13:13:40.536230+0000 mon.a (mon.0) 10164 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:41.312 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:40 smithi178 bash[75692]: audit 2024-03-21T13:13:40.540313+0000 mon.a (mon.0) 10165 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:41.312 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:40 smithi178 bash[75692]: audit 2024-03-21T13:13:40.541825+0000 mon.a (mon.0) 10166 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:41.312 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:40 smithi178 bash[75692]: audit 2024-03-21T13:13:40.553031+0000 mon.a (mon.0) 10167 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:41.312 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:40 smithi178 bash[75692]: audit 2024-03-21T13:13:40.633967+0000 mon.a (mon.0) 10168 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:41.312 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:40 smithi178 bash[75692]: audit 2024-03-21T13:13:40.637386+0000 mon.a (mon.0) 10169 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:41.312 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:40 smithi178 bash[75692]: audit 2024-03-21T13:13:40.640349+0000 mon.a (mon.0) 10170 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:41.312 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:40 smithi178 bash[75692]: audit 2024-03-21T13:13:40.641758+0000 mon.a (mon.0) 10171 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:41.312 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:40 smithi178 bash[75692]: audit 2024-03-21T13:13:40.651188+0000 mon.a (mon.0) 10172 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:41.312 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:40 smithi178 bash[75692]: audit 2024-03-21T13:13:40.730676+0000 mon.a (mon.0) 10173 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:41.312 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:40 smithi178 bash[75692]: audit 2024-03-21T13:13:40.735624+0000 mon.a (mon.0) 10174 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:41.312 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:40 smithi178 bash[75692]: audit 2024-03-21T13:13:40.741531+0000 mon.a (mon.0) 10175 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:41.313 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:40 smithi178 bash[75692]: audit 2024-03-21T13:13:40.743436+0000 mon.a (mon.0) 10176 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:41.313 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:40 smithi178 bash[75692]: audit 2024-03-21T13:13:40.753714+0000 mon.a (mon.0) 10177 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:41.474 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:13:41 smithi184 bash[90245]: logger=migrator t=2024-03-21T13:13:41.272408082Z level=info msg="Executing migration" id="add is_paused column to alert_rule table" 2024-03-21T13:13:41.815 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:13:41 smithi184 bash[90245]: logger=migrator t=2024-03-21T13:13:41.472976164Z level=info msg="Executing migration" id="fix is_paused column for alert_rule table" 2024-03-21T13:13:42.072 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:13:41 smithi184 bash[90245]: logger=migrator t=2024-03-21T13:13:41.813941348Z level=info msg="Executing migration" id="add rule_group_idx column to alert_rule_version" 2024-03-21T13:13:42.073 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:13:41 smithi184 bash[90245]: logger=migrator t=2024-03-21T13:13:41.981421968Z level=info msg="Executing migration" id="add is_paused column to alert_rule_versions table" 2024-03-21T13:13:42.073 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:13:42 smithi184 bash[90245]: logger=migrator t=2024-03-21T13:13:42.070777535Z level=info msg="Executing migration" id="fix is_paused column for alert_rule_version table" 2024-03-21T13:13:42.073 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:41 smithi184 bash[59794]: cephadm 2024-03-21T13:13:40.354463+0000 mgr.x (mgr.34104) 6410 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:42.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:41 smithi184 bash[59794]: cephadm 2024-03-21T13:13:40.453900+0000 mgr.x (mgr.34104) 6411 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:42.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:41 smithi184 bash[59794]: cephadm 2024-03-21T13:13:40.554533+0000 mgr.x (mgr.34104) 6412 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:42.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:41 smithi184 bash[59794]: cephadm 2024-03-21T13:13:40.652499+0000 mgr.x (mgr.34104) 6413 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:42.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:41 smithi184 bash[59794]: cephadm 2024-03-21T13:13:40.754996+0000 mgr.x (mgr.34104) 6414 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:42.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:41 smithi184 bash[59794]: audit 2024-03-21T13:13:40.831812+0000 mon.a (mon.0) 10178 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:42.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:41 smithi184 bash[59794]: audit 2024-03-21T13:13:40.845459+0000 mon.a (mon.0) 10179 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:42.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:41 smithi184 bash[59794]: audit 2024-03-21T13:13:40.849199+0000 mon.a (mon.0) 10180 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:42.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:41 smithi184 bash[59794]: audit 2024-03-21T13:13:40.850393+0000 mon.a (mon.0) 10181 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:42.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:41 smithi184 bash[59794]: audit 2024-03-21T13:13:40.865812+0000 mon.a (mon.0) 10182 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:42.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:41 smithi184 bash[59794]: cephadm 2024-03-21T13:13:40.867106+0000 mgr.x (mgr.34104) 6415 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:42.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:41 smithi184 bash[59794]: cluster 2024-03-21T13:13:40.893761+0000 mgr.x (mgr.34104) 6416 : cluster [DBG] pgmap v4214: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:13:42.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:41 smithi184 bash[59794]: audit 2024-03-21T13:13:40.950178+0000 mon.a (mon.0) 10183 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:42.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:41 smithi184 bash[59794]: audit 2024-03-21T13:13:40.954880+0000 mon.a (mon.0) 10184 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:42.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:41 smithi184 bash[59794]: audit 2024-03-21T13:13:40.958678+0000 mon.a (mon.0) 10185 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:42.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:41 smithi184 bash[59794]: audit 2024-03-21T13:13:40.960449+0000 mon.a (mon.0) 10186 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:42.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:41 smithi184 bash[59794]: audit 2024-03-21T13:13:40.970283+0000 mon.a (mon.0) 10187 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:42.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:41 smithi184 bash[59794]: cephadm 2024-03-21T13:13:40.971716+0000 mgr.x (mgr.34104) 6417 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:42.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:41 smithi184 bash[59794]: audit 2024-03-21T13:13:41.049690+0000 mon.a (mon.0) 10188 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:42.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:41 smithi184 bash[59794]: audit 2024-03-21T13:13:41.052661+0000 mon.a (mon.0) 10189 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:42.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:41 smithi184 bash[59794]: audit 2024-03-21T13:13:41.056289+0000 mon.a (mon.0) 10190 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:42.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:41 smithi184 bash[59794]: audit 2024-03-21T13:13:41.057893+0000 mon.a (mon.0) 10191 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:42.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:41 smithi184 bash[59794]: audit 2024-03-21T13:13:41.067806+0000 mon.a (mon.0) 10192 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:42.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:41 smithi184 bash[59794]: cephadm 2024-03-21T13:13:41.069133+0000 mgr.x (mgr.34104) 6418 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:42.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:41 smithi184 bash[59794]: audit 2024-03-21T13:13:41.151259+0000 mon.a (mon.0) 10193 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:42.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:41 smithi184 bash[59794]: audit 2024-03-21T13:13:41.154633+0000 mon.a (mon.0) 10194 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:42.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:41 smithi184 bash[59794]: audit 2024-03-21T13:13:41.158013+0000 mon.a (mon.0) 10195 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:42.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:41 smithi184 bash[59794]: audit 2024-03-21T13:13:41.159516+0000 mon.a (mon.0) 10196 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:42.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:41 smithi184 bash[59794]: audit 2024-03-21T13:13:41.168661+0000 mon.a (mon.0) 10197 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:42.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:41 smithi184 bash[59794]: cephadm 2024-03-21T13:13:41.170248+0000 mgr.x (mgr.34104) 6419 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:42.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:41 smithi184 bash[59794]: audit 2024-03-21T13:13:41.252010+0000 mon.a (mon.0) 10198 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:42.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:41 smithi184 bash[59794]: audit 2024-03-21T13:13:41.256510+0000 mon.a (mon.0) 10199 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:42.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:41 smithi184 bash[59794]: audit 2024-03-21T13:13:41.260113+0000 mon.a (mon.0) 10200 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:42.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:41 smithi184 bash[59794]: audit 2024-03-21T13:13:41.261879+0000 mon.a (mon.0) 10201 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:42.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:41 smithi184 bash[59794]: audit 2024-03-21T13:13:41.270342+0000 mon.a (mon.0) 10202 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:42.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:41 smithi184 bash[59794]: cephadm 2024-03-21T13:13:41.271637+0000 mgr.x (mgr.34104) 6420 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:42.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:41 smithi184 bash[59794]: audit 2024-03-21T13:13:41.354860+0000 mon.a (mon.0) 10203 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:42.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:41 smithi184 bash[59794]: audit 2024-03-21T13:13:41.358085+0000 mon.a (mon.0) 10204 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:42.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:41 smithi184 bash[59794]: audit 2024-03-21T13:13:41.361050+0000 mon.a (mon.0) 10205 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:42.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:41 smithi184 bash[59794]: audit 2024-03-21T13:13:41.362528+0000 mon.a (mon.0) 10206 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:42.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:41 smithi184 bash[59794]: audit 2024-03-21T13:13:41.372065+0000 mon.a (mon.0) 10207 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:42.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:41 smithi184 bash[59794]: audit 2024-03-21T13:13:41.452645+0000 mon.a (mon.0) 10208 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:42.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:41 smithi184 bash[59794]: audit 2024-03-21T13:13:41.456001+0000 mon.a (mon.0) 10209 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:42.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:41 smithi184 bash[59794]: audit 2024-03-21T13:13:41.459562+0000 mon.a (mon.0) 10210 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:42.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:41 smithi184 bash[59794]: audit 2024-03-21T13:13:41.461237+0000 mon.a (mon.0) 10211 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:42.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:41 smithi184 bash[59794]: audit 2024-03-21T13:13:41.471686+0000 mon.a (mon.0) 10212 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:42.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:41 smithi184 bash[59794]: audit 2024-03-21T13:13:41.553443+0000 mon.a (mon.0) 10213 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:42.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:41 smithi184 bash[59794]: audit 2024-03-21T13:13:41.556989+0000 mon.a (mon.0) 10214 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:42.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:41 smithi184 bash[59794]: audit 2024-03-21T13:13:41.560371+0000 mon.a (mon.0) 10215 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:42.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:41 smithi184 bash[59794]: audit 2024-03-21T13:13:41.561880+0000 mon.a (mon.0) 10216 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:42.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:41 smithi184 bash[59794]: audit 2024-03-21T13:13:41.571141+0000 mon.a (mon.0) 10217 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:42.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:41 smithi184 bash[59794]: audit 2024-03-21T13:13:41.650420+0000 mon.a (mon.0) 10218 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:42.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:41 smithi184 bash[59794]: audit 2024-03-21T13:13:41.654332+0000 mon.a (mon.0) 10219 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:42.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:41 smithi184 bash[59794]: audit 2024-03-21T13:13:41.658507+0000 mon.a (mon.0) 10220 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:42.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:41 smithi184 bash[59794]: audit 2024-03-21T13:13:41.660232+0000 mon.a (mon.0) 10221 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:42.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:41 smithi184 bash[59794]: audit 2024-03-21T13:13:41.669933+0000 mon.a (mon.0) 10222 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:42.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:41 smithi184 bash[59794]: audit 2024-03-21T13:13:41.753373+0000 mon.a (mon.0) 10223 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:42.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:41 smithi184 bash[59794]: audit 2024-03-21T13:13:41.757118+0000 mon.a (mon.0) 10224 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:42.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:41 smithi184 bash[59794]: audit 2024-03-21T13:13:41.762142+0000 mon.a (mon.0) 10225 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:42.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:41 smithi184 bash[59794]: audit 2024-03-21T13:13:41.763994+0000 mon.a (mon.0) 10226 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:42.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:41 smithi184 bash[59794]: audit 2024-03-21T13:13:41.774566+0000 mon.a (mon.0) 10227 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:42.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:41 smithi178 bash[75692]: cephadm 2024-03-21T13:13:40.354463+0000 mgr.x (mgr.34104) 6410 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:42.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:41 smithi178 bash[75692]: cephadm 2024-03-21T13:13:40.453900+0000 mgr.x (mgr.34104) 6411 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:42.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:41 smithi178 bash[75692]: cephadm 2024-03-21T13:13:40.554533+0000 mgr.x (mgr.34104) 6412 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:42.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:41 smithi178 bash[75692]: cephadm 2024-03-21T13:13:40.652499+0000 mgr.x (mgr.34104) 6413 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:42.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:41 smithi178 bash[75692]: cephadm 2024-03-21T13:13:40.754996+0000 mgr.x (mgr.34104) 6414 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:42.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:41 smithi178 bash[75692]: audit 2024-03-21T13:13:40.831812+0000 mon.a (mon.0) 10178 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:42.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:41 smithi178 bash[75692]: audit 2024-03-21T13:13:40.845459+0000 mon.a (mon.0) 10179 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:42.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:41 smithi178 bash[75692]: audit 2024-03-21T13:13:40.849199+0000 mon.a (mon.0) 10180 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:42.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:41 smithi178 bash[75692]: audit 2024-03-21T13:13:40.850393+0000 mon.a (mon.0) 10181 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:42.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:41 smithi178 bash[75692]: audit 2024-03-21T13:13:40.865812+0000 mon.a (mon.0) 10182 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:42.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:41 smithi178 bash[75692]: cephadm 2024-03-21T13:13:40.867106+0000 mgr.x (mgr.34104) 6415 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:42.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:41 smithi178 bash[75692]: cluster 2024-03-21T13:13:40.893761+0000 mgr.x (mgr.34104) 6416 : cluster [DBG] pgmap v4214: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:13:42.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:41 smithi178 bash[75692]: audit 2024-03-21T13:13:40.950178+0000 mon.a (mon.0) 10183 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:42.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:41 smithi178 bash[75692]: audit 2024-03-21T13:13:40.954880+0000 mon.a (mon.0) 10184 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:42.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:41 smithi178 bash[75692]: audit 2024-03-21T13:13:40.958678+0000 mon.a (mon.0) 10185 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:42.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:41 smithi178 bash[75692]: audit 2024-03-21T13:13:40.960449+0000 mon.a (mon.0) 10186 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:42.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:41 smithi178 bash[75692]: audit 2024-03-21T13:13:40.970283+0000 mon.a (mon.0) 10187 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:42.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:41 smithi178 bash[75692]: cephadm 2024-03-21T13:13:40.971716+0000 mgr.x (mgr.34104) 6417 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:42.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:41 smithi178 bash[75692]: audit 2024-03-21T13:13:41.049690+0000 mon.a (mon.0) 10188 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:42.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:41 smithi178 bash[75692]: audit 2024-03-21T13:13:41.052661+0000 mon.a (mon.0) 10189 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:42.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:41 smithi178 bash[77880]: cephadm 2024-03-21T13:13:40.354463+0000 mgr.x (mgr.34104) 6410 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:42.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:41 smithi178 bash[77880]: cephadm 2024-03-21T13:13:40.453900+0000 mgr.x (mgr.34104) 6411 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:42.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:41 smithi178 bash[77880]: cephadm 2024-03-21T13:13:40.554533+0000 mgr.x (mgr.34104) 6412 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:42.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:41 smithi178 bash[77880]: cephadm 2024-03-21T13:13:40.652499+0000 mgr.x (mgr.34104) 6413 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:42.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:41 smithi178 bash[77880]: cephadm 2024-03-21T13:13:40.754996+0000 mgr.x (mgr.34104) 6414 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:42.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:41 smithi178 bash[77880]: audit 2024-03-21T13:13:40.831812+0000 mon.a (mon.0) 10178 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:42.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:41 smithi178 bash[77880]: audit 2024-03-21T13:13:40.845459+0000 mon.a (mon.0) 10179 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:42.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:41 smithi178 bash[77880]: audit 2024-03-21T13:13:40.849199+0000 mon.a (mon.0) 10180 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:42.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:41 smithi178 bash[77880]: audit 2024-03-21T13:13:40.850393+0000 mon.a (mon.0) 10181 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:42.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:41 smithi178 bash[77880]: audit 2024-03-21T13:13:40.865812+0000 mon.a (mon.0) 10182 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:42.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:41 smithi178 bash[77880]: cephadm 2024-03-21T13:13:40.867106+0000 mgr.x (mgr.34104) 6415 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:42.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:41 smithi178 bash[77880]: cluster 2024-03-21T13:13:40.893761+0000 mgr.x (mgr.34104) 6416 : cluster [DBG] pgmap v4214: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:13:42.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:41 smithi178 bash[77880]: audit 2024-03-21T13:13:40.950178+0000 mon.a (mon.0) 10183 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:42.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:41 smithi178 bash[77880]: audit 2024-03-21T13:13:40.954880+0000 mon.a (mon.0) 10184 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:42.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:41 smithi178 bash[77880]: audit 2024-03-21T13:13:40.958678+0000 mon.a (mon.0) 10185 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:42.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:41 smithi178 bash[77880]: audit 2024-03-21T13:13:40.960449+0000 mon.a (mon.0) 10186 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:42.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:41 smithi178 bash[77880]: audit 2024-03-21T13:13:40.970283+0000 mon.a (mon.0) 10187 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:42.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:41 smithi178 bash[77880]: cephadm 2024-03-21T13:13:40.971716+0000 mgr.x (mgr.34104) 6417 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:42.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:41 smithi178 bash[77880]: audit 2024-03-21T13:13:41.049690+0000 mon.a (mon.0) 10188 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:42.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:41 smithi178 bash[77880]: audit 2024-03-21T13:13:41.052661+0000 mon.a (mon.0) 10189 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:42.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:41 smithi178 bash[77880]: audit 2024-03-21T13:13:41.056289+0000 mon.a (mon.0) 10190 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:42.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:41 smithi178 bash[77880]: audit 2024-03-21T13:13:41.057893+0000 mon.a (mon.0) 10191 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:42.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:41 smithi178 bash[77880]: audit 2024-03-21T13:13:41.067806+0000 mon.a (mon.0) 10192 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:42.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:41 smithi178 bash[77880]: cephadm 2024-03-21T13:13:41.069133+0000 mgr.x (mgr.34104) 6418 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:42.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:41 smithi178 bash[77880]: audit 2024-03-21T13:13:41.151259+0000 mon.a (mon.0) 10193 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:42.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:41 smithi178 bash[77880]: audit 2024-03-21T13:13:41.154633+0000 mon.a (mon.0) 10194 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:42.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:41 smithi178 bash[77880]: audit 2024-03-21T13:13:41.158013+0000 mon.a (mon.0) 10195 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:42.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:41 smithi178 bash[77880]: audit 2024-03-21T13:13:41.159516+0000 mon.a (mon.0) 10196 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:42.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:41 smithi178 bash[77880]: audit 2024-03-21T13:13:41.168661+0000 mon.a (mon.0) 10197 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:42.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:41 smithi178 bash[77880]: cephadm 2024-03-21T13:13:41.170248+0000 mgr.x (mgr.34104) 6419 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:42.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:41 smithi178 bash[77880]: audit 2024-03-21T13:13:41.252010+0000 mon.a (mon.0) 10198 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:42.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:41 smithi178 bash[77880]: audit 2024-03-21T13:13:41.256510+0000 mon.a (mon.0) 10199 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:42.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:41 smithi178 bash[77880]: audit 2024-03-21T13:13:41.260113+0000 mon.a (mon.0) 10200 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:42.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:41 smithi178 bash[77880]: audit 2024-03-21T13:13:41.261879+0000 mon.a (mon.0) 10201 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:42.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:41 smithi178 bash[77880]: audit 2024-03-21T13:13:41.270342+0000 mon.a (mon.0) 10202 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:42.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:41 smithi178 bash[77880]: cephadm 2024-03-21T13:13:41.271637+0000 mgr.x (mgr.34104) 6420 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:42.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:41 smithi178 bash[77880]: audit 2024-03-21T13:13:41.354860+0000 mon.a (mon.0) 10203 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:42.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:41 smithi178 bash[77880]: audit 2024-03-21T13:13:41.358085+0000 mon.a (mon.0) 10204 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:42.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:41 smithi178 bash[77880]: audit 2024-03-21T13:13:41.361050+0000 mon.a (mon.0) 10205 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:42.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:41 smithi178 bash[75692]: audit 2024-03-21T13:13:41.056289+0000 mon.a (mon.0) 10190 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:42.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:41 smithi178 bash[75692]: audit 2024-03-21T13:13:41.057893+0000 mon.a (mon.0) 10191 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:42.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:41 smithi178 bash[75692]: audit 2024-03-21T13:13:41.067806+0000 mon.a (mon.0) 10192 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:42.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:41 smithi178 bash[75692]: cephadm 2024-03-21T13:13:41.069133+0000 mgr.x (mgr.34104) 6418 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:42.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:41 smithi178 bash[75692]: audit 2024-03-21T13:13:41.151259+0000 mon.a (mon.0) 10193 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:42.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:41 smithi178 bash[75692]: audit 2024-03-21T13:13:41.154633+0000 mon.a (mon.0) 10194 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:42.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:41 smithi178 bash[75692]: audit 2024-03-21T13:13:41.158013+0000 mon.a (mon.0) 10195 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:42.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:41 smithi178 bash[75692]: audit 2024-03-21T13:13:41.159516+0000 mon.a (mon.0) 10196 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:42.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:41 smithi178 bash[75692]: audit 2024-03-21T13:13:41.168661+0000 mon.a (mon.0) 10197 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:42.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:41 smithi178 bash[75692]: cephadm 2024-03-21T13:13:41.170248+0000 mgr.x (mgr.34104) 6419 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:42.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:41 smithi178 bash[75692]: audit 2024-03-21T13:13:41.252010+0000 mon.a (mon.0) 10198 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:42.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:41 smithi178 bash[75692]: audit 2024-03-21T13:13:41.256510+0000 mon.a (mon.0) 10199 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:42.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:41 smithi178 bash[75692]: audit 2024-03-21T13:13:41.260113+0000 mon.a (mon.0) 10200 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:42.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:41 smithi178 bash[75692]: audit 2024-03-21T13:13:41.261879+0000 mon.a (mon.0) 10201 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:42.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:41 smithi178 bash[75692]: audit 2024-03-21T13:13:41.270342+0000 mon.a (mon.0) 10202 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:42.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:41 smithi178 bash[75692]: cephadm 2024-03-21T13:13:41.271637+0000 mgr.x (mgr.34104) 6420 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:42.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:41 smithi178 bash[75692]: audit 2024-03-21T13:13:41.354860+0000 mon.a (mon.0) 10203 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:42.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:41 smithi178 bash[75692]: audit 2024-03-21T13:13:41.358085+0000 mon.a (mon.0) 10204 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:42.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:41 smithi178 bash[75692]: audit 2024-03-21T13:13:41.361050+0000 mon.a (mon.0) 10205 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:42.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:41 smithi178 bash[77880]: audit 2024-03-21T13:13:41.362528+0000 mon.a (mon.0) 10206 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:42.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:41 smithi178 bash[77880]: audit 2024-03-21T13:13:41.372065+0000 mon.a (mon.0) 10207 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:42.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:41 smithi178 bash[77880]: audit 2024-03-21T13:13:41.452645+0000 mon.a (mon.0) 10208 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:42.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:41 smithi178 bash[77880]: audit 2024-03-21T13:13:41.456001+0000 mon.a (mon.0) 10209 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:42.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:41 smithi178 bash[77880]: audit 2024-03-21T13:13:41.459562+0000 mon.a (mon.0) 10210 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:42.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:41 smithi178 bash[77880]: audit 2024-03-21T13:13:41.461237+0000 mon.a (mon.0) 10211 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:42.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:41 smithi178 bash[77880]: audit 2024-03-21T13:13:41.471686+0000 mon.a (mon.0) 10212 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:42.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:41 smithi178 bash[77880]: audit 2024-03-21T13:13:41.553443+0000 mon.a (mon.0) 10213 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:42.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:41 smithi178 bash[77880]: audit 2024-03-21T13:13:41.556989+0000 mon.a (mon.0) 10214 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:42.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:41 smithi178 bash[77880]: audit 2024-03-21T13:13:41.560371+0000 mon.a (mon.0) 10215 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:42.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:41 smithi178 bash[77880]: audit 2024-03-21T13:13:41.561880+0000 mon.a (mon.0) 10216 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:42.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:41 smithi178 bash[77880]: audit 2024-03-21T13:13:41.571141+0000 mon.a (mon.0) 10217 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:42.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:41 smithi178 bash[77880]: audit 2024-03-21T13:13:41.650420+0000 mon.a (mon.0) 10218 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:42.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:41 smithi178 bash[77880]: audit 2024-03-21T13:13:41.654332+0000 mon.a (mon.0) 10219 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:42.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:41 smithi178 bash[77880]: audit 2024-03-21T13:13:41.658507+0000 mon.a (mon.0) 10220 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:42.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:41 smithi178 bash[77880]: audit 2024-03-21T13:13:41.660232+0000 mon.a (mon.0) 10221 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:42.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:41 smithi178 bash[77880]: audit 2024-03-21T13:13:41.669933+0000 mon.a (mon.0) 10222 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:42.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:41 smithi178 bash[77880]: audit 2024-03-21T13:13:41.753373+0000 mon.a (mon.0) 10223 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:42.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:41 smithi178 bash[77880]: audit 2024-03-21T13:13:41.757118+0000 mon.a (mon.0) 10224 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:42.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:41 smithi178 bash[77880]: audit 2024-03-21T13:13:41.762142+0000 mon.a (mon.0) 10225 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:42.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:41 smithi178 bash[77880]: audit 2024-03-21T13:13:41.763994+0000 mon.a (mon.0) 10226 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:42.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:41 smithi178 bash[77880]: audit 2024-03-21T13:13:41.774566+0000 mon.a (mon.0) 10227 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:42.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:41 smithi178 bash[75692]: audit 2024-03-21T13:13:41.362528+0000 mon.a (mon.0) 10206 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:42.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:41 smithi178 bash[75692]: audit 2024-03-21T13:13:41.372065+0000 mon.a (mon.0) 10207 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:42.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:41 smithi178 bash[75692]: audit 2024-03-21T13:13:41.452645+0000 mon.a (mon.0) 10208 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:42.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:41 smithi178 bash[75692]: audit 2024-03-21T13:13:41.456001+0000 mon.a (mon.0) 10209 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:42.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:41 smithi178 bash[75692]: audit 2024-03-21T13:13:41.459562+0000 mon.a (mon.0) 10210 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:42.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:41 smithi178 bash[75692]: audit 2024-03-21T13:13:41.461237+0000 mon.a (mon.0) 10211 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:42.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:41 smithi178 bash[75692]: audit 2024-03-21T13:13:41.471686+0000 mon.a (mon.0) 10212 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:42.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:41 smithi178 bash[75692]: audit 2024-03-21T13:13:41.553443+0000 mon.a (mon.0) 10213 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:42.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:41 smithi178 bash[75692]: audit 2024-03-21T13:13:41.556989+0000 mon.a (mon.0) 10214 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:42.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:41 smithi178 bash[75692]: audit 2024-03-21T13:13:41.560371+0000 mon.a (mon.0) 10215 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:42.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:41 smithi178 bash[75692]: audit 2024-03-21T13:13:41.561880+0000 mon.a (mon.0) 10216 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:42.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:41 smithi178 bash[75692]: audit 2024-03-21T13:13:41.571141+0000 mon.a (mon.0) 10217 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:42.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:41 smithi178 bash[75692]: audit 2024-03-21T13:13:41.650420+0000 mon.a (mon.0) 10218 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:42.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:41 smithi178 bash[75692]: audit 2024-03-21T13:13:41.654332+0000 mon.a (mon.0) 10219 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:42.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:41 smithi178 bash[75692]: audit 2024-03-21T13:13:41.658507+0000 mon.a (mon.0) 10220 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:42.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:41 smithi178 bash[75692]: audit 2024-03-21T13:13:41.660232+0000 mon.a (mon.0) 10221 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:42.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:41 smithi178 bash[75692]: audit 2024-03-21T13:13:41.669933+0000 mon.a (mon.0) 10222 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:42.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:41 smithi178 bash[75692]: audit 2024-03-21T13:13:41.753373+0000 mon.a (mon.0) 10223 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:42.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:41 smithi178 bash[75692]: audit 2024-03-21T13:13:41.757118+0000 mon.a (mon.0) 10224 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:42.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:41 smithi178 bash[75692]: audit 2024-03-21T13:13:41.762142+0000 mon.a (mon.0) 10225 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:42.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:41 smithi178 bash[75692]: audit 2024-03-21T13:13:41.763994+0000 mon.a (mon.0) 10226 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:42.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:41 smithi178 bash[75692]: audit 2024-03-21T13:13:41.774566+0000 mon.a (mon.0) 10227 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:42.330 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:13:42 smithi184 bash[90245]: logger=migrator t=2024-03-21T13:13:42.152515007Z level=info msg="Executing migration" id="add configuration_hash column to alert_configuration" 2024-03-21T13:13:42.330 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:13:42 smithi184 bash[90245]: logger=migrator t=2024-03-21T13:13:42.225497814Z level=info msg="Executing migration" id="add column send_alerts_to in ngalert_configuration" 2024-03-21T13:13:42.330 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:13:42 smithi184 bash[90245]: logger=migrator t=2024-03-21T13:13:42.310905631Z level=info msg="Executing migration" id="create provenance_type table" 2024-03-21T13:13:42.647 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:13:42 smithi184 bash[90245]: logger=migrator t=2024-03-21T13:13:42.376453013Z level=info msg="Executing migration" id="add index to uniquify (record_key, record_type, org_id) columns" 2024-03-21T13:13:42.647 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:13:42 smithi184 bash[90245]: logger=migrator t=2024-03-21T13:13:42.427181694Z level=info msg="Executing migration" id="create alert_image table" 2024-03-21T13:13:42.648 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:13:42 smithi184 bash[90245]: logger=migrator t=2024-03-21T13:13:42.469070063Z level=info msg="Executing migration" id="add unique index on token to alert_image table" 2024-03-21T13:13:42.648 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:13:42 smithi184 bash[90245]: logger=migrator t=2024-03-21T13:13:42.520252623Z level=info msg="Executing migration" id="support longer URLs in alert_image table" 2024-03-21T13:13:42.648 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:13:42 smithi184 bash[90245]: logger=migrator t=2024-03-21T13:13:42.60418416Z level=info msg="Executing migration" id=create_alert_configuration_history_table 2024-03-21T13:13:42.648 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:13:42 smithi184 bash[90245]: logger=migrator t=2024-03-21T13:13:42.646102836Z level=info msg="Executing migration" id="drop non-unique orgID index on alert_configuration" 2024-03-21T13:13:42.690 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:13:42 smithi184 bash[90245]: logger=migrator t=2024-03-21T13:13:42.688215247Z level=info msg="Executing migration" id="drop unique orgID index on alert_configuration if exists" 2024-03-21T13:13:42.690 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:13:42 smithi184 bash[90245]: logger=migrator t=2024-03-21T13:13:42.688672424Z level=warn msg="Skipping migration: Already executed, but not recorded in migration log" id="drop unique orgID index on alert_configuration if exists" 2024-03-21T13:13:42.958 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:13:42 smithi184 bash[90245]: logger=migrator t=2024-03-21T13:13:42.713648528Z level=info msg="Executing migration" id="extract alertmanager configuration history to separate table" 2024-03-21T13:13:42.958 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:13:42 smithi184 bash[90245]: logger=migrator t=2024-03-21T13:13:42.755641693Z level=info msg="Executing migration" id="add unique index on orgID to alert_configuration" 2024-03-21T13:13:42.958 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:13:42 smithi184 bash[90245]: logger=migrator t=2024-03-21T13:13:42.797556683Z level=info msg="Executing migration" id="increase max description length to 2048" 2024-03-21T13:13:42.958 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:13:42 smithi184 bash[90245]: logger=migrator t=2024-03-21T13:13:42.839565003Z level=info msg="Executing migration" id="create secrets table" 2024-03-21T13:13:42.959 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:13:42 smithi184 bash[90245]: logger=migrator t=2024-03-21T13:13:42.881799433Z level=info msg="Executing migration" id="rename data_keys name column to id" 2024-03-21T13:13:42.959 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:42 smithi184 bash[59794]: cephadm 2024-03-21T13:13:41.373318+0000 mgr.x (mgr.34104) 6421 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:42.959 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:42 smithi184 bash[59794]: cephadm 2024-03-21T13:13:41.472998+0000 mgr.x (mgr.34104) 6422 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:42.960 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:42 smithi184 bash[59794]: cephadm 2024-03-21T13:13:41.572580+0000 mgr.x (mgr.34104) 6423 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:42.960 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:42 smithi184 bash[59794]: cephadm 2024-03-21T13:13:41.671222+0000 mgr.x (mgr.34104) 6424 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:42.960 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:42 smithi184 bash[59794]: cephadm 2024-03-21T13:13:41.776015+0000 mgr.x (mgr.34104) 6425 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:42.960 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:42 smithi184 bash[59794]: audit 2024-03-21T13:13:41.854803+0000 mon.a (mon.0) 10228 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:42.960 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:42 smithi184 bash[59794]: audit 2024-03-21T13:13:41.858060+0000 mon.a (mon.0) 10229 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:42.960 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:42 smithi184 bash[59794]: audit 2024-03-21T13:13:41.861283+0000 mon.a (mon.0) 10230 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:42.960 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:42 smithi184 bash[59794]: audit 2024-03-21T13:13:41.862567+0000 mon.a (mon.0) 10231 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:42.960 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:42 smithi184 bash[59794]: audit 2024-03-21T13:13:41.872645+0000 mon.a (mon.0) 10232 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:42.960 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:42 smithi184 bash[59794]: cephadm 2024-03-21T13:13:41.873940+0000 mgr.x (mgr.34104) 6426 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:42.960 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:42 smithi184 bash[59794]: audit 2024-03-21T13:13:41.952359+0000 mon.a (mon.0) 10233 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:42.960 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:42 smithi184 bash[59794]: audit 2024-03-21T13:13:41.955633+0000 mon.a (mon.0) 10234 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:42.960 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:42 smithi184 bash[59794]: audit 2024-03-21T13:13:41.959623+0000 mon.a (mon.0) 10235 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:42.960 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:42 smithi184 bash[59794]: audit 2024-03-21T13:13:41.961775+0000 mon.a (mon.0) 10236 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:42.961 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:42 smithi184 bash[59794]: audit 2024-03-21T13:13:41.970652+0000 mon.a (mon.0) 10237 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:42.961 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:42 smithi184 bash[59794]: cephadm 2024-03-21T13:13:41.971938+0000 mgr.x (mgr.34104) 6427 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:42.961 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:42 smithi184 bash[59794]: audit 2024-03-21T13:13:42.050436+0000 mon.a (mon.0) 10238 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:42.961 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:42 smithi184 bash[59794]: audit 2024-03-21T13:13:42.054196+0000 mon.a (mon.0) 10239 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:42.961 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:42 smithi184 bash[59794]: audit 2024-03-21T13:13:42.058168+0000 mon.a (mon.0) 10240 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:42.961 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:42 smithi184 bash[59794]: audit 2024-03-21T13:13:42.059870+0000 mon.a (mon.0) 10241 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:42.961 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:42 smithi184 bash[59794]: audit 2024-03-21T13:13:42.069896+0000 mon.a (mon.0) 10242 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:42.961 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:42 smithi184 bash[59794]: cephadm 2024-03-21T13:13:42.071753+0000 mgr.x (mgr.34104) 6428 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:42.961 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:42 smithi184 bash[59794]: audit 2024-03-21T13:13:42.152373+0000 mon.a (mon.0) 10243 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:42.961 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:42 smithi184 bash[59794]: audit 2024-03-21T13:13:42.155596+0000 mon.a (mon.0) 10244 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:42.961 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:42 smithi184 bash[59794]: audit 2024-03-21T13:13:42.158895+0000 mon.a (mon.0) 10245 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:42.961 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:42 smithi184 bash[59794]: audit 2024-03-21T13:13:42.160000+0000 mon.a (mon.0) 10246 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:42.961 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:42 smithi184 bash[59794]: audit 2024-03-21T13:13:42.168641+0000 mon.a (mon.0) 10247 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:42.962 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:42 smithi184 bash[59794]: cephadm 2024-03-21T13:13:42.169910+0000 mgr.x (mgr.34104) 6429 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:42.962 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:42 smithi184 bash[59794]: audit 2024-03-21T13:13:42.251966+0000 mon.a (mon.0) 10248 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:42.962 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:42 smithi184 bash[59794]: audit 2024-03-21T13:13:42.255633+0000 mon.a (mon.0) 10249 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:42.962 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:42 smithi184 bash[59794]: audit 2024-03-21T13:13:42.260660+0000 mon.a (mon.0) 10250 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:42.962 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:42 smithi184 bash[59794]: audit 2024-03-21T13:13:42.267272+0000 mon.a (mon.0) 10251 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:42.962 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:42 smithi184 bash[59794]: audit 2024-03-21T13:13:42.276888+0000 mon.a (mon.0) 10252 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:42.962 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:42 smithi184 bash[59794]: cephadm 2024-03-21T13:13:42.278165+0000 mgr.x (mgr.34104) 6430 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:42.962 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:42 smithi184 bash[59794]: audit 2024-03-21T13:13:42.355828+0000 mon.a (mon.0) 10253 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:42.962 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:42 smithi184 bash[59794]: audit 2024-03-21T13:13:42.359335+0000 mon.a (mon.0) 10254 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:42.962 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:42 smithi184 bash[59794]: audit 2024-03-21T13:13:42.362654+0000 mon.a (mon.0) 10255 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:42.962 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:42 smithi184 bash[59794]: audit 2024-03-21T13:13:42.364064+0000 mon.a (mon.0) 10256 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:42.962 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:42 smithi184 bash[59794]: audit 2024-03-21T13:13:42.372739+0000 mon.a (mon.0) 10257 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:42.962 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:42 smithi184 bash[59794]: audit 2024-03-21T13:13:42.452524+0000 mon.a (mon.0) 10258 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:42.963 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:42 smithi184 bash[59794]: audit 2024-03-21T13:13:42.456359+0000 mon.a (mon.0) 10259 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:42.963 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:42 smithi184 bash[59794]: audit 2024-03-21T13:13:42.460830+0000 mon.a (mon.0) 10260 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:42.963 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:42 smithi184 bash[59794]: audit 2024-03-21T13:13:42.462627+0000 mon.a (mon.0) 10261 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:42.963 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:42 smithi184 bash[59794]: audit 2024-03-21T13:13:42.475148+0000 mon.a (mon.0) 10262 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:42.963 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:42 smithi184 bash[59794]: audit 2024-03-21T13:13:42.556103+0000 mon.a (mon.0) 10263 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:42.963 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:42 smithi184 bash[59794]: audit 2024-03-21T13:13:42.559447+0000 mon.a (mon.0) 10264 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:42.963 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:42 smithi184 bash[59794]: audit 2024-03-21T13:13:42.563216+0000 mon.a (mon.0) 10265 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:42.963 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:42 smithi184 bash[59794]: audit 2024-03-21T13:13:42.564630+0000 mon.a (mon.0) 10266 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:42.963 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:42 smithi184 bash[59794]: audit 2024-03-21T13:13:42.573289+0000 mon.a (mon.0) 10267 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:42.963 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:42 smithi184 bash[59794]: audit 2024-03-21T13:13:42.650471+0000 mon.a (mon.0) 10268 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:42.963 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:42 smithi184 bash[59794]: audit 2024-03-21T13:13:42.653528+0000 mon.a (mon.0) 10269 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:42.963 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:42 smithi184 bash[59794]: audit 2024-03-21T13:13:42.656539+0000 mon.a (mon.0) 10270 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:42.963 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:42 smithi184 bash[59794]: audit 2024-03-21T13:13:42.657640+0000 mon.a (mon.0) 10271 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:42.964 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:42 smithi184 bash[59794]: audit 2024-03-21T13:13:42.666463+0000 mon.a (mon.0) 10272 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:42.964 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:42 smithi184 bash[59794]: audit 2024-03-21T13:13:42.748045+0000 mon.a (mon.0) 10273 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:42.964 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:42 smithi184 bash[59794]: audit 2024-03-21T13:13:42.751415+0000 mon.a (mon.0) 10274 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:42.964 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:42 smithi184 bash[59794]: audit 2024-03-21T13:13:42.756199+0000 mon.a (mon.0) 10275 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:42.964 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:42 smithi184 bash[59794]: audit 2024-03-21T13:13:42.757662+0000 mon.a (mon.0) 10276 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:42.964 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:42 smithi184 bash[59794]: audit 2024-03-21T13:13:42.767245+0000 mon.a (mon.0) 10277 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:43.244 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:13:42 smithi184 bash[90245]: logger=migrator t=2024-03-21T13:13:42.957145468Z level=info msg="Executing migration" id="add name column into data_keys" 2024-03-21T13:13:43.244 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:13:42 smithi184 bash[90245]: logger=migrator t=2024-03-21T13:13:42.999195534Z level=info msg="Executing migration" id="copy data_keys id column values into name" 2024-03-21T13:13:43.244 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:13:43 smithi184 bash[90245]: logger=migrator t=2024-03-21T13:13:43.082904519Z level=info msg="Executing migration" id="rename data_keys name column to label" 2024-03-21T13:13:43.244 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:13:43 smithi184 bash[90245]: logger=migrator t=2024-03-21T13:13:43.12489277Z level=info msg="Executing migration" id="rename data_keys id column back to name" 2024-03-21T13:13:43.244 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:13:43 smithi184 bash[90245]: logger=migrator t=2024-03-21T13:13:43.175316865Z level=info msg="Executing migration" id="add column hidden to role table" 2024-03-21T13:13:43.244 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:13:43 smithi184 bash[90245]: logger=migrator t=2024-03-21T13:13:43.242405333Z level=info msg="Executing migration" id="create query_history table v1" 2024-03-21T13:13:43.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:42 smithi178 bash[75692]: cephadm 2024-03-21T13:13:41.373318+0000 mgr.x (mgr.34104) 6421 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:43.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:42 smithi178 bash[75692]: cephadm 2024-03-21T13:13:41.472998+0000 mgr.x (mgr.34104) 6422 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:43.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:42 smithi178 bash[75692]: cephadm 2024-03-21T13:13:41.572580+0000 mgr.x (mgr.34104) 6423 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:43.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:42 smithi178 bash[75692]: cephadm 2024-03-21T13:13:41.671222+0000 mgr.x (mgr.34104) 6424 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:43.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:42 smithi178 bash[75692]: cephadm 2024-03-21T13:13:41.776015+0000 mgr.x (mgr.34104) 6425 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:43.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:42 smithi178 bash[75692]: audit 2024-03-21T13:13:41.854803+0000 mon.a (mon.0) 10228 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:43.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:42 smithi178 bash[75692]: audit 2024-03-21T13:13:41.858060+0000 mon.a (mon.0) 10229 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:43.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:42 smithi178 bash[75692]: audit 2024-03-21T13:13:41.861283+0000 mon.a (mon.0) 10230 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:43.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:42 smithi178 bash[75692]: audit 2024-03-21T13:13:41.862567+0000 mon.a (mon.0) 10231 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:43.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:42 smithi178 bash[75692]: audit 2024-03-21T13:13:41.872645+0000 mon.a (mon.0) 10232 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:43.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:42 smithi178 bash[75692]: cephadm 2024-03-21T13:13:41.873940+0000 mgr.x (mgr.34104) 6426 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:43.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:42 smithi178 bash[75692]: audit 2024-03-21T13:13:41.952359+0000 mon.a (mon.0) 10233 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:43.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:42 smithi178 bash[75692]: audit 2024-03-21T13:13:41.955633+0000 mon.a (mon.0) 10234 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:43.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:42 smithi178 bash[75692]: audit 2024-03-21T13:13:41.959623+0000 mon.a (mon.0) 10235 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:43.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:42 smithi178 bash[75692]: audit 2024-03-21T13:13:41.961775+0000 mon.a (mon.0) 10236 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:43.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:42 smithi178 bash[75692]: audit 2024-03-21T13:13:41.970652+0000 mon.a (mon.0) 10237 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:43.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:42 smithi178 bash[75692]: cephadm 2024-03-21T13:13:41.971938+0000 mgr.x (mgr.34104) 6427 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:43.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:42 smithi178 bash[75692]: audit 2024-03-21T13:13:42.050436+0000 mon.a (mon.0) 10238 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:43.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:42 smithi178 bash[75692]: audit 2024-03-21T13:13:42.054196+0000 mon.a (mon.0) 10239 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:43.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:42 smithi178 bash[75692]: audit 2024-03-21T13:13:42.058168+0000 mon.a (mon.0) 10240 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:43.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:42 smithi178 bash[77880]: cephadm 2024-03-21T13:13:41.373318+0000 mgr.x (mgr.34104) 6421 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:43.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:42 smithi178 bash[77880]: cephadm 2024-03-21T13:13:41.472998+0000 mgr.x (mgr.34104) 6422 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:43.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:42 smithi178 bash[77880]: cephadm 2024-03-21T13:13:41.572580+0000 mgr.x (mgr.34104) 6423 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:43.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:42 smithi178 bash[77880]: cephadm 2024-03-21T13:13:41.671222+0000 mgr.x (mgr.34104) 6424 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:43.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:42 smithi178 bash[77880]: cephadm 2024-03-21T13:13:41.776015+0000 mgr.x (mgr.34104) 6425 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:43.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:42 smithi178 bash[77880]: audit 2024-03-21T13:13:41.854803+0000 mon.a (mon.0) 10228 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:43.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:42 smithi178 bash[77880]: audit 2024-03-21T13:13:41.858060+0000 mon.a (mon.0) 10229 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:43.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:42 smithi178 bash[77880]: audit 2024-03-21T13:13:41.861283+0000 mon.a (mon.0) 10230 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:43.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:42 smithi178 bash[77880]: audit 2024-03-21T13:13:41.862567+0000 mon.a (mon.0) 10231 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:43.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:42 smithi178 bash[77880]: audit 2024-03-21T13:13:41.872645+0000 mon.a (mon.0) 10232 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:43.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:42 smithi178 bash[77880]: cephadm 2024-03-21T13:13:41.873940+0000 mgr.x (mgr.34104) 6426 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:43.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:42 smithi178 bash[77880]: audit 2024-03-21T13:13:41.952359+0000 mon.a (mon.0) 10233 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:43.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:42 smithi178 bash[77880]: audit 2024-03-21T13:13:41.955633+0000 mon.a (mon.0) 10234 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:43.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:42 smithi178 bash[77880]: audit 2024-03-21T13:13:41.959623+0000 mon.a (mon.0) 10235 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:43.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:42 smithi178 bash[77880]: audit 2024-03-21T13:13:41.961775+0000 mon.a (mon.0) 10236 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:43.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:42 smithi178 bash[77880]: audit 2024-03-21T13:13:41.970652+0000 mon.a (mon.0) 10237 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:43.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:42 smithi178 bash[77880]: cephadm 2024-03-21T13:13:41.971938+0000 mgr.x (mgr.34104) 6427 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:43.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:42 smithi178 bash[77880]: audit 2024-03-21T13:13:42.050436+0000 mon.a (mon.0) 10238 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:43.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:42 smithi178 bash[77880]: audit 2024-03-21T13:13:42.054196+0000 mon.a (mon.0) 10239 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:43.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:42 smithi178 bash[77880]: audit 2024-03-21T13:13:42.058168+0000 mon.a (mon.0) 10240 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:43.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:42 smithi178 bash[75692]: audit 2024-03-21T13:13:42.059870+0000 mon.a (mon.0) 10241 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:43.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:42 smithi178 bash[75692]: audit 2024-03-21T13:13:42.069896+0000 mon.a (mon.0) 10242 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:43.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:42 smithi178 bash[75692]: cephadm 2024-03-21T13:13:42.071753+0000 mgr.x (mgr.34104) 6428 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:43.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:42 smithi178 bash[75692]: audit 2024-03-21T13:13:42.152373+0000 mon.a (mon.0) 10243 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:43.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:42 smithi178 bash[75692]: audit 2024-03-21T13:13:42.155596+0000 mon.a (mon.0) 10244 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:43.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:42 smithi178 bash[75692]: audit 2024-03-21T13:13:42.158895+0000 mon.a (mon.0) 10245 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:43.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:42 smithi178 bash[75692]: audit 2024-03-21T13:13:42.160000+0000 mon.a (mon.0) 10246 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:43.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:42 smithi178 bash[75692]: audit 2024-03-21T13:13:42.168641+0000 mon.a (mon.0) 10247 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:43.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:42 smithi178 bash[75692]: cephadm 2024-03-21T13:13:42.169910+0000 mgr.x (mgr.34104) 6429 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:43.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:42 smithi178 bash[75692]: audit 2024-03-21T13:13:42.251966+0000 mon.a (mon.0) 10248 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:43.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:42 smithi178 bash[75692]: audit 2024-03-21T13:13:42.255633+0000 mon.a (mon.0) 10249 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:43.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:42 smithi178 bash[75692]: audit 2024-03-21T13:13:42.260660+0000 mon.a (mon.0) 10250 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:43.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:42 smithi178 bash[75692]: audit 2024-03-21T13:13:42.267272+0000 mon.a (mon.0) 10251 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:43.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:42 smithi178 bash[75692]: audit 2024-03-21T13:13:42.276888+0000 mon.a (mon.0) 10252 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:43.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:42 smithi178 bash[75692]: cephadm 2024-03-21T13:13:42.278165+0000 mgr.x (mgr.34104) 6430 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:43.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:42 smithi178 bash[75692]: audit 2024-03-21T13:13:42.355828+0000 mon.a (mon.0) 10253 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:43.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:42 smithi178 bash[75692]: audit 2024-03-21T13:13:42.359335+0000 mon.a (mon.0) 10254 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:43.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:42 smithi178 bash[75692]: audit 2024-03-21T13:13:42.362654+0000 mon.a (mon.0) 10255 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:43.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:42 smithi178 bash[75692]: audit 2024-03-21T13:13:42.364064+0000 mon.a (mon.0) 10256 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:43.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:42 smithi178 bash[77880]: audit 2024-03-21T13:13:42.059870+0000 mon.a (mon.0) 10241 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:43.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:42 smithi178 bash[77880]: audit 2024-03-21T13:13:42.069896+0000 mon.a (mon.0) 10242 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:43.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:42 smithi178 bash[77880]: cephadm 2024-03-21T13:13:42.071753+0000 mgr.x (mgr.34104) 6428 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:43.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:42 smithi178 bash[77880]: audit 2024-03-21T13:13:42.152373+0000 mon.a (mon.0) 10243 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:43.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:42 smithi178 bash[77880]: audit 2024-03-21T13:13:42.155596+0000 mon.a (mon.0) 10244 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:43.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:42 smithi178 bash[77880]: audit 2024-03-21T13:13:42.158895+0000 mon.a (mon.0) 10245 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:43.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:42 smithi178 bash[77880]: audit 2024-03-21T13:13:42.160000+0000 mon.a (mon.0) 10246 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:43.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:42 smithi178 bash[77880]: audit 2024-03-21T13:13:42.168641+0000 mon.a (mon.0) 10247 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:43.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:42 smithi178 bash[77880]: cephadm 2024-03-21T13:13:42.169910+0000 mgr.x (mgr.34104) 6429 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:43.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:42 smithi178 bash[77880]: audit 2024-03-21T13:13:42.251966+0000 mon.a (mon.0) 10248 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:43.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:42 smithi178 bash[77880]: audit 2024-03-21T13:13:42.255633+0000 mon.a (mon.0) 10249 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:43.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:42 smithi178 bash[77880]: audit 2024-03-21T13:13:42.260660+0000 mon.a (mon.0) 10250 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:43.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:42 smithi178 bash[77880]: audit 2024-03-21T13:13:42.267272+0000 mon.a (mon.0) 10251 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:43.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:42 smithi178 bash[77880]: audit 2024-03-21T13:13:42.276888+0000 mon.a (mon.0) 10252 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:43.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:42 smithi178 bash[77880]: cephadm 2024-03-21T13:13:42.278165+0000 mgr.x (mgr.34104) 6430 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:43.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:42 smithi178 bash[77880]: audit 2024-03-21T13:13:42.355828+0000 mon.a (mon.0) 10253 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:43.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:42 smithi178 bash[77880]: audit 2024-03-21T13:13:42.359335+0000 mon.a (mon.0) 10254 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:43.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:42 smithi178 bash[77880]: audit 2024-03-21T13:13:42.362654+0000 mon.a (mon.0) 10255 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:43.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:42 smithi178 bash[77880]: audit 2024-03-21T13:13:42.364064+0000 mon.a (mon.0) 10256 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:43.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:42 smithi178 bash[75692]: audit 2024-03-21T13:13:42.372739+0000 mon.a (mon.0) 10257 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:43.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:42 smithi178 bash[75692]: audit 2024-03-21T13:13:42.452524+0000 mon.a (mon.0) 10258 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:43.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:42 smithi178 bash[75692]: audit 2024-03-21T13:13:42.456359+0000 mon.a (mon.0) 10259 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:43.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:42 smithi178 bash[75692]: audit 2024-03-21T13:13:42.460830+0000 mon.a (mon.0) 10260 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:43.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:42 smithi178 bash[75692]: audit 2024-03-21T13:13:42.462627+0000 mon.a (mon.0) 10261 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:43.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:42 smithi178 bash[75692]: audit 2024-03-21T13:13:42.475148+0000 mon.a (mon.0) 10262 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:43.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:42 smithi178 bash[75692]: audit 2024-03-21T13:13:42.556103+0000 mon.a (mon.0) 10263 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:43.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:42 smithi178 bash[75692]: audit 2024-03-21T13:13:42.559447+0000 mon.a (mon.0) 10264 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:43.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:42 smithi178 bash[75692]: audit 2024-03-21T13:13:42.563216+0000 mon.a (mon.0) 10265 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:43.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:42 smithi178 bash[75692]: audit 2024-03-21T13:13:42.564630+0000 mon.a (mon.0) 10266 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:43.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:42 smithi178 bash[75692]: audit 2024-03-21T13:13:42.573289+0000 mon.a (mon.0) 10267 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:43.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:42 smithi178 bash[75692]: audit 2024-03-21T13:13:42.650471+0000 mon.a (mon.0) 10268 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:43.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:42 smithi178 bash[75692]: audit 2024-03-21T13:13:42.653528+0000 mon.a (mon.0) 10269 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:43.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:42 smithi178 bash[75692]: audit 2024-03-21T13:13:42.656539+0000 mon.a (mon.0) 10270 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:43.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:42 smithi178 bash[75692]: audit 2024-03-21T13:13:42.657640+0000 mon.a (mon.0) 10271 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:43.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:42 smithi178 bash[75692]: audit 2024-03-21T13:13:42.666463+0000 mon.a (mon.0) 10272 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:43.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:42 smithi178 bash[75692]: audit 2024-03-21T13:13:42.748045+0000 mon.a (mon.0) 10273 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:43.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:42 smithi178 bash[75692]: audit 2024-03-21T13:13:42.751415+0000 mon.a (mon.0) 10274 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:43.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:42 smithi178 bash[75692]: audit 2024-03-21T13:13:42.756199+0000 mon.a (mon.0) 10275 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:43.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:42 smithi178 bash[75692]: audit 2024-03-21T13:13:42.757662+0000 mon.a (mon.0) 10276 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:43.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:42 smithi178 bash[75692]: audit 2024-03-21T13:13:42.767245+0000 mon.a (mon.0) 10277 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:43.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:42 smithi178 bash[77880]: audit 2024-03-21T13:13:42.372739+0000 mon.a (mon.0) 10257 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:43.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:42 smithi178 bash[77880]: audit 2024-03-21T13:13:42.452524+0000 mon.a (mon.0) 10258 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:43.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:42 smithi178 bash[77880]: audit 2024-03-21T13:13:42.456359+0000 mon.a (mon.0) 10259 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:43.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:42 smithi178 bash[77880]: audit 2024-03-21T13:13:42.460830+0000 mon.a (mon.0) 10260 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:43.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:42 smithi178 bash[77880]: audit 2024-03-21T13:13:42.462627+0000 mon.a (mon.0) 10261 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:43.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:42 smithi178 bash[77880]: audit 2024-03-21T13:13:42.475148+0000 mon.a (mon.0) 10262 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:43.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:42 smithi178 bash[77880]: audit 2024-03-21T13:13:42.556103+0000 mon.a (mon.0) 10263 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:43.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:42 smithi178 bash[77880]: audit 2024-03-21T13:13:42.559447+0000 mon.a (mon.0) 10264 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:43.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:42 smithi178 bash[77880]: audit 2024-03-21T13:13:42.563216+0000 mon.a (mon.0) 10265 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:43.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:42 smithi178 bash[77880]: audit 2024-03-21T13:13:42.564630+0000 mon.a (mon.0) 10266 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:43.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:42 smithi178 bash[77880]: audit 2024-03-21T13:13:42.573289+0000 mon.a (mon.0) 10267 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:43.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:42 smithi178 bash[77880]: audit 2024-03-21T13:13:42.650471+0000 mon.a (mon.0) 10268 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:43.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:42 smithi178 bash[77880]: audit 2024-03-21T13:13:42.653528+0000 mon.a (mon.0) 10269 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:43.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:42 smithi178 bash[77880]: audit 2024-03-21T13:13:42.656539+0000 mon.a (mon.0) 10270 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:43.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:42 smithi178 bash[77880]: audit 2024-03-21T13:13:42.657640+0000 mon.a (mon.0) 10271 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:43.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:42 smithi178 bash[77880]: audit 2024-03-21T13:13:42.666463+0000 mon.a (mon.0) 10272 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:43.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:42 smithi178 bash[77880]: audit 2024-03-21T13:13:42.748045+0000 mon.a (mon.0) 10273 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:43.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:42 smithi178 bash[77880]: audit 2024-03-21T13:13:42.751415+0000 mon.a (mon.0) 10274 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:43.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:42 smithi178 bash[77880]: audit 2024-03-21T13:13:42.756199+0000 mon.a (mon.0) 10275 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:43.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:42 smithi178 bash[77880]: audit 2024-03-21T13:13:42.757662+0000 mon.a (mon.0) 10276 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:43.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:42 smithi178 bash[77880]: audit 2024-03-21T13:13:42.767245+0000 mon.a (mon.0) 10277 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:43.496 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:13:43 smithi184 bash[90245]: logger=migrator t=2024-03-21T13:13:43.284449662Z level=info msg="Executing migration" id="add index query_history.org_id-created_by-datasource_uid" 2024-03-21T13:13:43.496 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:13:43 smithi184 bash[90245]: logger=migrator t=2024-03-21T13:13:43.326308921Z level=info msg="Executing migration" id="alter table query_history alter column created_by type to bigint" 2024-03-21T13:13:43.496 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:13:43 smithi184 bash[90245]: logger=migrator t=2024-03-21T13:13:43.3682386Z level=info msg="Executing migration" id="teams permissions migration" 2024-03-21T13:13:43.496 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:13:43 smithi184 bash[90245]: logger=migrator t=2024-03-21T13:13:43.41065537Z level=info msg="Executing migration" id="dashboard permissions" 2024-03-21T13:13:43.496 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:13:43 smithi184 bash[90245]: logger=migrator t=2024-03-21T13:13:43.452804999Z level=info msg="Executing migration" id="dashboard permissions uid scopes" 2024-03-21T13:13:43.774 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:13:43 smithi184 bash[90245]: logger=migrator t=2024-03-21T13:13:43.494944856Z level=info msg="Executing migration" id="drop managed folder create actions" 2024-03-21T13:13:43.774 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:13:43 smithi184 bash[90245]: logger=migrator t=2024-03-21T13:13:43.536970115Z level=info msg="Executing migration" id="alerting notification permissions" 2024-03-21T13:13:43.774 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:13:43 smithi184 bash[90245]: logger=migrator t=2024-03-21T13:13:43.579014648Z level=info msg="Executing migration" id="create query_history_star table v1" 2024-03-21T13:13:43.774 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:13:43 smithi184 bash[90245]: logger=migrator t=2024-03-21T13:13:43.625837426Z level=info msg="Executing migration" id="add index query_history.user_id-query_uid" 2024-03-21T13:13:43.774 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:13:43 smithi184 bash[90245]: logger=migrator t=2024-03-21T13:13:43.679944204Z level=info msg="Executing migration" id="add column org_id in query_history_star" 2024-03-21T13:13:43.774 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:13:43 smithi184 bash[90245]: logger=migrator t=2024-03-21T13:13:43.72199591Z level=info msg="Executing migration" id="alter table query_history_star_mig column user_id type to bigint" 2024-03-21T13:13:43.774 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:13:43 smithi184 bash[90245]: logger=migrator t=2024-03-21T13:13:43.77246157Z level=info msg="Executing migration" id="create correlation table v1" 2024-03-21T13:13:44.073 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:13:43 smithi184 bash[90245]: logger=migrator t=2024-03-21T13:13:43.858499601Z level=info msg="Executing migration" id="add index correlations.uid" 2024-03-21T13:13:44.073 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:13:43 smithi184 bash[90245]: logger=migrator t=2024-03-21T13:13:43.958249206Z level=info msg="Executing migration" id="add index correlations.source_uid" 2024-03-21T13:13:44.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:43 smithi184 bash[59794]: cephadm 2024-03-21T13:13:42.374003+0000 mgr.x (mgr.34104) 6431 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:44.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:43 smithi184 bash[59794]: cephadm 2024-03-21T13:13:42.476645+0000 mgr.x (mgr.34104) 6432 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:44.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:43 smithi184 bash[59794]: cephadm 2024-03-21T13:13:42.574786+0000 mgr.x (mgr.34104) 6433 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:44.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:43 smithi184 bash[59794]: cephadm 2024-03-21T13:13:42.667791+0000 mgr.x (mgr.34104) 6434 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:44.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:43 smithi184 bash[59794]: cephadm 2024-03-21T13:13:42.768590+0000 mgr.x (mgr.34104) 6435 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:44.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:43 smithi184 bash[59794]: audit 2024-03-21T13:13:42.851416+0000 mon.a (mon.0) 10278 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:44.074 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:43 smithi184 bash[59794]: audit 2024-03-21T13:13:42.853830+0000 mon.a (mon.0) 10279 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:44.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:43 smithi184 bash[59794]: audit 2024-03-21T13:13:42.856835+0000 mon.a (mon.0) 10280 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:44.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:43 smithi184 bash[59794]: audit 2024-03-21T13:13:42.857779+0000 mon.a (mon.0) 10281 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:44.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:43 smithi184 bash[59794]: audit 2024-03-21T13:13:42.864163+0000 mon.a (mon.0) 10282 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:44.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:43 smithi184 bash[59794]: cephadm 2024-03-21T13:13:42.865491+0000 mgr.x (mgr.34104) 6436 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:44.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:43 smithi184 bash[59794]: cluster 2024-03-21T13:13:42.894231+0000 mgr.x (mgr.34104) 6437 : cluster [DBG] pgmap v4215: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1015 B/s rd, 0 op/s 2024-03-21T13:13:44.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:43 smithi184 bash[59794]: audit 2024-03-21T13:13:42.944274+0000 mon.a (mon.0) 10283 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:44.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:43 smithi184 bash[59794]: audit 2024-03-21T13:13:42.949459+0000 mon.a (mon.0) 10284 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:44.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:43 smithi184 bash[59794]: audit 2024-03-21T13:13:42.953691+0000 mon.a (mon.0) 10285 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:44.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:43 smithi184 bash[59794]: audit 2024-03-21T13:13:42.955690+0000 mon.a (mon.0) 10286 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:44.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:43 smithi184 bash[59794]: audit 2024-03-21T13:13:42.965649+0000 mon.a (mon.0) 10287 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:44.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:43 smithi184 bash[59794]: cephadm 2024-03-21T13:13:42.966940+0000 mgr.x (mgr.34104) 6438 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:44.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:43 smithi184 bash[59794]: audit 2024-03-21T13:13:43.047707+0000 mon.a (mon.0) 10288 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:44.075 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:43 smithi184 bash[59794]: audit 2024-03-21T13:13:43.051066+0000 mon.a (mon.0) 10289 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:44.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:43 smithi184 bash[59794]: audit 2024-03-21T13:13:43.054963+0000 mon.a (mon.0) 10290 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:44.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:43 smithi184 bash[59794]: audit 2024-03-21T13:13:43.056619+0000 mon.a (mon.0) 10291 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:44.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:43 smithi184 bash[59794]: audit 2024-03-21T13:13:43.065806+0000 mon.a (mon.0) 10292 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:44.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:43 smithi184 bash[59794]: cephadm 2024-03-21T13:13:43.067037+0000 mgr.x (mgr.34104) 6439 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:44.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:43 smithi184 bash[59794]: audit 2024-03-21T13:13:43.145324+0000 mon.a (mon.0) 10293 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:44.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:43 smithi184 bash[59794]: audit 2024-03-21T13:13:43.149102+0000 mon.a (mon.0) 10294 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:44.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:43 smithi184 bash[59794]: audit 2024-03-21T13:13:43.152329+0000 mon.a (mon.0) 10295 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:44.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:43 smithi184 bash[59794]: audit 2024-03-21T13:13:43.154074+0000 mon.a (mon.0) 10296 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:44.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:43 smithi184 bash[59794]: audit 2024-03-21T13:13:43.163940+0000 mon.a (mon.0) 10297 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:44.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:43 smithi184 bash[59794]: cephadm 2024-03-21T13:13:43.165591+0000 mgr.x (mgr.34104) 6440 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:44.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:43 smithi184 bash[59794]: audit 2024-03-21T13:13:43.243183+0000 mon.a (mon.0) 10298 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:44.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:43 smithi184 bash[59794]: audit 2024-03-21T13:13:43.248084+0000 mon.a (mon.0) 10299 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:44.076 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:43 smithi184 bash[59794]: audit 2024-03-21T13:13:43.252190+0000 mon.a (mon.0) 10300 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:44.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:43 smithi184 bash[59794]: audit 2024-03-21T13:13:43.253951+0000 mon.a (mon.0) 10301 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:44.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:43 smithi184 bash[59794]: audit 2024-03-21T13:13:43.264120+0000 mon.a (mon.0) 10302 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:44.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:43 smithi184 bash[59794]: cephadm 2024-03-21T13:13:43.265465+0000 mgr.x (mgr.34104) 6441 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:44.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:43 smithi184 bash[59794]: audit 2024-03-21T13:13:43.342860+0000 mon.a (mon.0) 10303 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:44.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:43 smithi184 bash[59794]: audit 2024-03-21T13:13:43.346080+0000 mon.a (mon.0) 10304 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:44.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:43 smithi184 bash[59794]: audit 2024-03-21T13:13:43.349344+0000 mon.a (mon.0) 10305 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:44.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:43 smithi184 bash[59794]: audit 2024-03-21T13:13:43.350932+0000 mon.a (mon.0) 10306 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:44.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:43 smithi184 bash[59794]: audit 2024-03-21T13:13:43.361128+0000 mon.a (mon.0) 10307 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:44.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:43 smithi184 bash[59794]: audit 2024-03-21T13:13:43.444324+0000 mon.a (mon.0) 10308 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:44.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:43 smithi184 bash[59794]: audit 2024-03-21T13:13:43.447880+0000 mon.a (mon.0) 10309 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:44.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:43 smithi184 bash[59794]: audit 2024-03-21T13:13:43.452436+0000 mon.a (mon.0) 10310 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:44.077 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:43 smithi184 bash[59794]: audit 2024-03-21T13:13:43.453806+0000 mon.a (mon.0) 10311 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:44.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:43 smithi184 bash[59794]: audit 2024-03-21T13:13:43.463091+0000 mon.a (mon.0) 10312 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:44.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:43 smithi184 bash[59794]: audit 2024-03-21T13:13:43.548565+0000 mon.a (mon.0) 10313 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:44.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:43 smithi184 bash[59794]: audit 2024-03-21T13:13:43.551722+0000 mon.a (mon.0) 10314 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:44.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:43 smithi184 bash[59794]: audit 2024-03-21T13:13:43.555085+0000 mon.a (mon.0) 10315 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:44.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:43 smithi184 bash[59794]: audit 2024-03-21T13:13:43.556475+0000 mon.a (mon.0) 10316 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:44.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:43 smithi184 bash[59794]: audit 2024-03-21T13:13:43.565448+0000 mon.a (mon.0) 10317 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:44.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:43 smithi184 bash[59794]: audit 2024-03-21T13:13:43.640681+0000 mon.a (mon.0) 10318 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:44.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:43 smithi184 bash[59794]: audit 2024-03-21T13:13:43.645631+0000 mon.a (mon.0) 10319 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:44.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:43 smithi184 bash[59794]: audit 2024-03-21T13:13:43.649719+0000 mon.a (mon.0) 10320 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:44.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:43 smithi184 bash[59794]: audit 2024-03-21T13:13:43.651354+0000 mon.a (mon.0) 10321 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:44.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:43 smithi184 bash[59794]: audit 2024-03-21T13:13:43.661884+0000 mon.a (mon.0) 10322 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:44.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:43 smithi184 bash[59794]: audit 2024-03-21T13:13:43.742299+0000 mon.a (mon.0) 10323 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:44.078 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:43 smithi184 bash[59794]: audit 2024-03-21T13:13:43.745620+0000 mon.a (mon.0) 10324 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:44.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:43 smithi184 bash[59794]: audit 2024-03-21T13:13:43.748519+0000 mon.a (mon.0) 10325 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:44.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:43 smithi184 bash[59794]: audit 2024-03-21T13:13:43.749965+0000 mon.a (mon.0) 10326 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:44.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:43 smithi184 bash[59794]: audit 2024-03-21T13:13:43.758677+0000 mon.a (mon.0) 10327 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:44.079 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:43 smithi184 bash[59794]: audit 2024-03-21T13:13:43.838091+0000 mon.a (mon.0) 10328 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:44.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:43 smithi178 bash[77880]: cephadm 2024-03-21T13:13:42.374003+0000 mgr.x (mgr.34104) 6431 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:44.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:43 smithi178 bash[77880]: cephadm 2024-03-21T13:13:42.476645+0000 mgr.x (mgr.34104) 6432 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:44.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:43 smithi178 bash[77880]: cephadm 2024-03-21T13:13:42.574786+0000 mgr.x (mgr.34104) 6433 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:44.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:43 smithi178 bash[77880]: cephadm 2024-03-21T13:13:42.667791+0000 mgr.x (mgr.34104) 6434 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:44.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:43 smithi178 bash[77880]: cephadm 2024-03-21T13:13:42.768590+0000 mgr.x (mgr.34104) 6435 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:44.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:43 smithi178 bash[77880]: audit 2024-03-21T13:13:42.851416+0000 mon.a (mon.0) 10278 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:44.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:43 smithi178 bash[77880]: audit 2024-03-21T13:13:42.853830+0000 mon.a (mon.0) 10279 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:44.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:43 smithi178 bash[77880]: audit 2024-03-21T13:13:42.856835+0000 mon.a (mon.0) 10280 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:44.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:43 smithi178 bash[77880]: audit 2024-03-21T13:13:42.857779+0000 mon.a (mon.0) 10281 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:44.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:43 smithi178 bash[77880]: audit 2024-03-21T13:13:42.864163+0000 mon.a (mon.0) 10282 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:44.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:43 smithi178 bash[77880]: cephadm 2024-03-21T13:13:42.865491+0000 mgr.x (mgr.34104) 6436 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:44.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:43 smithi178 bash[77880]: cluster 2024-03-21T13:13:42.894231+0000 mgr.x (mgr.34104) 6437 : cluster [DBG] pgmap v4215: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1015 B/s rd, 0 op/s 2024-03-21T13:13:44.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:43 smithi178 bash[77880]: audit 2024-03-21T13:13:42.944274+0000 mon.a (mon.0) 10283 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:44.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:43 smithi178 bash[77880]: audit 2024-03-21T13:13:42.949459+0000 mon.a (mon.0) 10284 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:44.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:43 smithi178 bash[77880]: audit 2024-03-21T13:13:42.953691+0000 mon.a (mon.0) 10285 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:44.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:43 smithi178 bash[77880]: audit 2024-03-21T13:13:42.955690+0000 mon.a (mon.0) 10286 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:44.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:43 smithi178 bash[77880]: audit 2024-03-21T13:13:42.965649+0000 mon.a (mon.0) 10287 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:44.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:43 smithi178 bash[77880]: cephadm 2024-03-21T13:13:42.966940+0000 mgr.x (mgr.34104) 6438 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:44.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:43 smithi178 bash[77880]: audit 2024-03-21T13:13:43.047707+0000 mon.a (mon.0) 10288 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:44.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:43 smithi178 bash[77880]: audit 2024-03-21T13:13:43.051066+0000 mon.a (mon.0) 10289 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:44.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:43 smithi178 bash[75692]: cephadm 2024-03-21T13:13:42.374003+0000 mgr.x (mgr.34104) 6431 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:44.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:43 smithi178 bash[75692]: cephadm 2024-03-21T13:13:42.476645+0000 mgr.x (mgr.34104) 6432 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:44.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:43 smithi178 bash[75692]: cephadm 2024-03-21T13:13:42.574786+0000 mgr.x (mgr.34104) 6433 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:44.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:43 smithi178 bash[75692]: cephadm 2024-03-21T13:13:42.667791+0000 mgr.x (mgr.34104) 6434 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:44.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:43 smithi178 bash[75692]: cephadm 2024-03-21T13:13:42.768590+0000 mgr.x (mgr.34104) 6435 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:44.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:43 smithi178 bash[75692]: audit 2024-03-21T13:13:42.851416+0000 mon.a (mon.0) 10278 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:44.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:43 smithi178 bash[75692]: audit 2024-03-21T13:13:42.853830+0000 mon.a (mon.0) 10279 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:44.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:43 smithi178 bash[75692]: audit 2024-03-21T13:13:42.856835+0000 mon.a (mon.0) 10280 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:44.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:43 smithi178 bash[75692]: audit 2024-03-21T13:13:42.857779+0000 mon.a (mon.0) 10281 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:44.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:43 smithi178 bash[75692]: audit 2024-03-21T13:13:42.864163+0000 mon.a (mon.0) 10282 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:44.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:43 smithi178 bash[75692]: cephadm 2024-03-21T13:13:42.865491+0000 mgr.x (mgr.34104) 6436 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:44.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:43 smithi178 bash[75692]: cluster 2024-03-21T13:13:42.894231+0000 mgr.x (mgr.34104) 6437 : cluster [DBG] pgmap v4215: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1015 B/s rd, 0 op/s 2024-03-21T13:13:44.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:43 smithi178 bash[75692]: audit 2024-03-21T13:13:42.944274+0000 mon.a (mon.0) 10283 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:44.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:43 smithi178 bash[75692]: audit 2024-03-21T13:13:42.949459+0000 mon.a (mon.0) 10284 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:44.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:43 smithi178 bash[75692]: audit 2024-03-21T13:13:42.953691+0000 mon.a (mon.0) 10285 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:44.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:43 smithi178 bash[75692]: audit 2024-03-21T13:13:42.955690+0000 mon.a (mon.0) 10286 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:44.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:43 smithi178 bash[75692]: audit 2024-03-21T13:13:42.965649+0000 mon.a (mon.0) 10287 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:44.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:43 smithi178 bash[75692]: cephadm 2024-03-21T13:13:42.966940+0000 mgr.x (mgr.34104) 6438 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:44.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:43 smithi178 bash[75692]: audit 2024-03-21T13:13:43.047707+0000 mon.a (mon.0) 10288 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:44.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:43 smithi178 bash[75692]: audit 2024-03-21T13:13:43.051066+0000 mon.a (mon.0) 10289 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:44.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:43 smithi178 bash[77880]: audit 2024-03-21T13:13:43.054963+0000 mon.a (mon.0) 10290 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:44.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:43 smithi178 bash[77880]: audit 2024-03-21T13:13:43.056619+0000 mon.a (mon.0) 10291 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:44.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:43 smithi178 bash[77880]: audit 2024-03-21T13:13:43.065806+0000 mon.a (mon.0) 10292 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:44.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:43 smithi178 bash[77880]: cephadm 2024-03-21T13:13:43.067037+0000 mgr.x (mgr.34104) 6439 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:44.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:43 smithi178 bash[77880]: audit 2024-03-21T13:13:43.145324+0000 mon.a (mon.0) 10293 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:44.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:43 smithi178 bash[77880]: audit 2024-03-21T13:13:43.149102+0000 mon.a (mon.0) 10294 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:44.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:43 smithi178 bash[77880]: audit 2024-03-21T13:13:43.152329+0000 mon.a (mon.0) 10295 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:44.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:43 smithi178 bash[77880]: audit 2024-03-21T13:13:43.154074+0000 mon.a (mon.0) 10296 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:44.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:43 smithi178 bash[77880]: audit 2024-03-21T13:13:43.163940+0000 mon.a (mon.0) 10297 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:44.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:43 smithi178 bash[77880]: cephadm 2024-03-21T13:13:43.165591+0000 mgr.x (mgr.34104) 6440 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:44.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:43 smithi178 bash[77880]: audit 2024-03-21T13:13:43.243183+0000 mon.a (mon.0) 10298 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:44.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:43 smithi178 bash[77880]: audit 2024-03-21T13:13:43.248084+0000 mon.a (mon.0) 10299 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:44.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:43 smithi178 bash[77880]: audit 2024-03-21T13:13:43.252190+0000 mon.a (mon.0) 10300 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:44.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:43 smithi178 bash[77880]: audit 2024-03-21T13:13:43.253951+0000 mon.a (mon.0) 10301 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:44.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:43 smithi178 bash[77880]: audit 2024-03-21T13:13:43.264120+0000 mon.a (mon.0) 10302 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:44.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:43 smithi178 bash[77880]: cephadm 2024-03-21T13:13:43.265465+0000 mgr.x (mgr.34104) 6441 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:44.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:43 smithi178 bash[77880]: audit 2024-03-21T13:13:43.342860+0000 mon.a (mon.0) 10303 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:44.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:43 smithi178 bash[77880]: audit 2024-03-21T13:13:43.346080+0000 mon.a (mon.0) 10304 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:44.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:43 smithi178 bash[77880]: audit 2024-03-21T13:13:43.349344+0000 mon.a (mon.0) 10305 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:44.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:43 smithi178 bash[77880]: audit 2024-03-21T13:13:43.350932+0000 mon.a (mon.0) 10306 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:44.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:43 smithi178 bash[77880]: audit 2024-03-21T13:13:43.361128+0000 mon.a (mon.0) 10307 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:44.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:43 smithi178 bash[77880]: audit 2024-03-21T13:13:43.444324+0000 mon.a (mon.0) 10308 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:44.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:43 smithi178 bash[77880]: audit 2024-03-21T13:13:43.447880+0000 mon.a (mon.0) 10309 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:44.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:43 smithi178 bash[77880]: audit 2024-03-21T13:13:43.452436+0000 mon.a (mon.0) 10310 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:44.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:43 smithi178 bash[77880]: audit 2024-03-21T13:13:43.453806+0000 mon.a (mon.0) 10311 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:44.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:43 smithi178 bash[77880]: audit 2024-03-21T13:13:43.463091+0000 mon.a (mon.0) 10312 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:44.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:43 smithi178 bash[77880]: audit 2024-03-21T13:13:43.548565+0000 mon.a (mon.0) 10313 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:44.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:43 smithi178 bash[77880]: audit 2024-03-21T13:13:43.551722+0000 mon.a (mon.0) 10314 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:44.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:43 smithi178 bash[77880]: audit 2024-03-21T13:13:43.555085+0000 mon.a (mon.0) 10315 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:44.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:43 smithi178 bash[77880]: audit 2024-03-21T13:13:43.556475+0000 mon.a (mon.0) 10316 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:44.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:43 smithi178 bash[77880]: audit 2024-03-21T13:13:43.565448+0000 mon.a (mon.0) 10317 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:44.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:43 smithi178 bash[77880]: audit 2024-03-21T13:13:43.640681+0000 mon.a (mon.0) 10318 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:44.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:43 smithi178 bash[77880]: audit 2024-03-21T13:13:43.645631+0000 mon.a (mon.0) 10319 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:44.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:43 smithi178 bash[77880]: audit 2024-03-21T13:13:43.649719+0000 mon.a (mon.0) 10320 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:44.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:43 smithi178 bash[77880]: audit 2024-03-21T13:13:43.651354+0000 mon.a (mon.0) 10321 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:44.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:43 smithi178 bash[77880]: audit 2024-03-21T13:13:43.661884+0000 mon.a (mon.0) 10322 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:44.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:43 smithi178 bash[77880]: audit 2024-03-21T13:13:43.742299+0000 mon.a (mon.0) 10323 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:44.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:43 smithi178 bash[77880]: audit 2024-03-21T13:13:43.745620+0000 mon.a (mon.0) 10324 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:44.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:43 smithi178 bash[77880]: audit 2024-03-21T13:13:43.748519+0000 mon.a (mon.0) 10325 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:44.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:43 smithi178 bash[77880]: audit 2024-03-21T13:13:43.749965+0000 mon.a (mon.0) 10326 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:44.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:43 smithi178 bash[77880]: audit 2024-03-21T13:13:43.758677+0000 mon.a (mon.0) 10327 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:44.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:43 smithi178 bash[77880]: audit 2024-03-21T13:13:43.838091+0000 mon.a (mon.0) 10328 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:44.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:43 smithi178 bash[75692]: audit 2024-03-21T13:13:43.054963+0000 mon.a (mon.0) 10290 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:44.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:43 smithi178 bash[75692]: audit 2024-03-21T13:13:43.056619+0000 mon.a (mon.0) 10291 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:44.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:43 smithi178 bash[75692]: audit 2024-03-21T13:13:43.065806+0000 mon.a (mon.0) 10292 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:44.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:43 smithi178 bash[75692]: cephadm 2024-03-21T13:13:43.067037+0000 mgr.x (mgr.34104) 6439 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:44.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:43 smithi178 bash[75692]: audit 2024-03-21T13:13:43.145324+0000 mon.a (mon.0) 10293 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:44.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:43 smithi178 bash[75692]: audit 2024-03-21T13:13:43.149102+0000 mon.a (mon.0) 10294 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:44.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:43 smithi178 bash[75692]: audit 2024-03-21T13:13:43.152329+0000 mon.a (mon.0) 10295 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:44.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:43 smithi178 bash[75692]: audit 2024-03-21T13:13:43.154074+0000 mon.a (mon.0) 10296 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:44.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:43 smithi178 bash[75692]: audit 2024-03-21T13:13:43.163940+0000 mon.a (mon.0) 10297 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:44.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:43 smithi178 bash[75692]: cephadm 2024-03-21T13:13:43.165591+0000 mgr.x (mgr.34104) 6440 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:44.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:43 smithi178 bash[75692]: audit 2024-03-21T13:13:43.243183+0000 mon.a (mon.0) 10298 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:44.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:43 smithi178 bash[75692]: audit 2024-03-21T13:13:43.248084+0000 mon.a (mon.0) 10299 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:44.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:43 smithi178 bash[75692]: audit 2024-03-21T13:13:43.252190+0000 mon.a (mon.0) 10300 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:44.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:43 smithi178 bash[75692]: audit 2024-03-21T13:13:43.253951+0000 mon.a (mon.0) 10301 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:44.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:43 smithi178 bash[75692]: audit 2024-03-21T13:13:43.264120+0000 mon.a (mon.0) 10302 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:44.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:43 smithi178 bash[75692]: cephadm 2024-03-21T13:13:43.265465+0000 mgr.x (mgr.34104) 6441 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:44.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:43 smithi178 bash[75692]: audit 2024-03-21T13:13:43.342860+0000 mon.a (mon.0) 10303 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:44.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:43 smithi178 bash[75692]: audit 2024-03-21T13:13:43.346080+0000 mon.a (mon.0) 10304 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:44.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:43 smithi178 bash[75692]: audit 2024-03-21T13:13:43.349344+0000 mon.a (mon.0) 10305 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:44.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:43 smithi178 bash[75692]: audit 2024-03-21T13:13:43.350932+0000 mon.a (mon.0) 10306 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:44.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:43 smithi178 bash[75692]: audit 2024-03-21T13:13:43.361128+0000 mon.a (mon.0) 10307 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:44.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:43 smithi178 bash[75692]: audit 2024-03-21T13:13:43.444324+0000 mon.a (mon.0) 10308 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:44.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:43 smithi178 bash[75692]: audit 2024-03-21T13:13:43.447880+0000 mon.a (mon.0) 10309 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:44.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:43 smithi178 bash[75692]: audit 2024-03-21T13:13:43.452436+0000 mon.a (mon.0) 10310 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:44.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:43 smithi178 bash[75692]: audit 2024-03-21T13:13:43.453806+0000 mon.a (mon.0) 10311 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:44.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:43 smithi178 bash[75692]: audit 2024-03-21T13:13:43.463091+0000 mon.a (mon.0) 10312 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:44.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:43 smithi178 bash[75692]: audit 2024-03-21T13:13:43.548565+0000 mon.a (mon.0) 10313 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:44.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:43 smithi178 bash[75692]: audit 2024-03-21T13:13:43.551722+0000 mon.a (mon.0) 10314 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:44.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:43 smithi178 bash[75692]: audit 2024-03-21T13:13:43.555085+0000 mon.a (mon.0) 10315 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:44.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:43 smithi178 bash[75692]: audit 2024-03-21T13:13:43.556475+0000 mon.a (mon.0) 10316 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:44.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:43 smithi178 bash[75692]: audit 2024-03-21T13:13:43.565448+0000 mon.a (mon.0) 10317 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:44.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:43 smithi178 bash[75692]: audit 2024-03-21T13:13:43.640681+0000 mon.a (mon.0) 10318 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:44.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:43 smithi178 bash[75692]: audit 2024-03-21T13:13:43.645631+0000 mon.a (mon.0) 10319 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:44.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:43 smithi178 bash[75692]: audit 2024-03-21T13:13:43.649719+0000 mon.a (mon.0) 10320 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:44.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:43 smithi178 bash[75692]: audit 2024-03-21T13:13:43.651354+0000 mon.a (mon.0) 10321 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:44.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:43 smithi178 bash[75692]: audit 2024-03-21T13:13:43.661884+0000 mon.a (mon.0) 10322 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:44.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:43 smithi178 bash[75692]: audit 2024-03-21T13:13:43.742299+0000 mon.a (mon.0) 10323 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:44.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:43 smithi178 bash[75692]: audit 2024-03-21T13:13:43.745620+0000 mon.a (mon.0) 10324 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:44.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:43 smithi178 bash[75692]: audit 2024-03-21T13:13:43.748519+0000 mon.a (mon.0) 10325 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:44.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:43 smithi178 bash[75692]: audit 2024-03-21T13:13:43.749965+0000 mon.a (mon.0) 10326 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:44.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:43 smithi178 bash[75692]: audit 2024-03-21T13:13:43.758677+0000 mon.a (mon.0) 10327 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:44.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:43 smithi178 bash[75692]: audit 2024-03-21T13:13:43.838091+0000 mon.a (mon.0) 10328 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:44.317 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:13:44 smithi184 bash[90245]: logger=migrator t=2024-03-21T13:13:44.089159868Z level=info msg="Executing migration" id="add correlation config column" 2024-03-21T13:13:44.318 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:13:44 smithi184 bash[90245]: logger=migrator t=2024-03-21T13:13:44.185791513Z level=info msg="Executing migration" id="create entity_events table" 2024-03-21T13:13:44.751 INFO:teuthology.orchestra.run.smithi178.stdout:true 2024-03-21T13:13:44.823 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:13:44 smithi184 bash[90245]: logger=migrator t=2024-03-21T13:13:44.316691464Z level=info msg="Executing migration" id="create dashboard public config v1" 2024-03-21T13:13:44.823 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:13:44 smithi184 bash[90245]: logger=migrator t=2024-03-21T13:13:44.509711927Z level=info msg="Executing migration" id="drop index UQE_dashboard_public_config_uid - v1" 2024-03-21T13:13:44.823 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:13:44 smithi184 bash[90245]: logger=migrator t=2024-03-21T13:13:44.510148248Z level=warn msg="Skipping migration: Already executed, but not recorded in migration log" id="drop index UQE_dashboard_public_config_uid - v1" 2024-03-21T13:13:45.173 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:13:44 smithi184 bash[90245]: logger=migrator t=2024-03-21T13:13:44.960506603Z level=info msg="Executing migration" id="drop index IDX_dashboard_public_config_org_id_dashboard_uid - v1" 2024-03-21T13:13:45.173 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:13:44 smithi184 bash[90245]: logger=migrator t=2024-03-21T13:13:44.960901155Z level=warn msg="Skipping migration: Already executed, but not recorded in migration log" id="drop index IDX_dashboard_public_config_org_id_dashboard_uid - v1" 2024-03-21T13:13:45.173 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:13:45 smithi184 bash[90245]: logger=migrator t=2024-03-21T13:13:45.094815783Z level=info msg="Executing migration" id="Drop old dashboard public config table" 2024-03-21T13:13:45.173 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:13:45 smithi184 bash[90245]: logger=migrator t=2024-03-21T13:13:45.170926368Z level=info msg="Executing migration" id="recreate dashboard public config v1" 2024-03-21T13:13:45.174 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:44 smithi184 bash[59794]: cephadm 2024-03-21T13:13:43.362576+0000 mgr.x (mgr.34104) 6442 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:45.174 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:44 smithi184 bash[59794]: cephadm 2024-03-21T13:13:43.464454+0000 mgr.x (mgr.34104) 6443 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:45.174 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:44 smithi184 bash[59794]: cephadm 2024-03-21T13:13:43.566698+0000 mgr.x (mgr.34104) 6444 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:45.174 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:44 smithi184 bash[59794]: cephadm 2024-03-21T13:13:43.663308+0000 mgr.x (mgr.34104) 6445 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:45.174 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:44 smithi184 bash[59794]: cephadm 2024-03-21T13:13:43.760170+0000 mgr.x (mgr.34104) 6446 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:45.174 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:44 smithi184 bash[59794]: audit 2024-03-21T13:13:43.842403+0000 mon.a (mon.0) 10329 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:45.174 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:44 smithi184 bash[59794]: audit 2024-03-21T13:13:43.858473+0000 mon.a (mon.0) 10330 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:45.174 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:44 smithi184 bash[59794]: audit 2024-03-21T13:13:43.859623+0000 mon.a (mon.0) 10331 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:45.174 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:44 smithi184 bash[59794]: audit 2024-03-21T13:13:43.869938+0000 mon.a (mon.0) 10332 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:45.174 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:44 smithi184 bash[59794]: cephadm 2024-03-21T13:13:43.871264+0000 mgr.x (mgr.34104) 6447 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:45.175 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:44 smithi184 bash[59794]: audit 2024-03-21T13:13:43.946101+0000 mon.a (mon.0) 10333 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:45.175 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:44 smithi184 bash[59794]: audit 2024-03-21T13:13:43.949244+0000 mon.a (mon.0) 10334 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:45.175 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:44 smithi184 bash[59794]: audit 2024-03-21T13:13:43.952195+0000 mon.a (mon.0) 10335 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:45.175 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:44 smithi184 bash[59794]: audit 2024-03-21T13:13:43.953726+0000 mon.a (mon.0) 10336 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:45.175 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:44 smithi184 bash[59794]: audit 2024-03-21T13:13:43.963012+0000 mon.a (mon.0) 10337 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:45.175 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:44 smithi184 bash[59794]: cephadm 2024-03-21T13:13:43.964427+0000 mgr.x (mgr.34104) 6448 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:45.175 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:44 smithi184 bash[59794]: audit 2024-03-21T13:13:44.044725+0000 mon.a (mon.0) 10338 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:45.175 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:44 smithi184 bash[59794]: audit 2024-03-21T13:13:44.048019+0000 mon.a (mon.0) 10339 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:45.175 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:44 smithi184 bash[59794]: audit 2024-03-21T13:13:44.051654+0000 mon.a (mon.0) 10340 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:45.175 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:44 smithi184 bash[59794]: audit 2024-03-21T13:13:44.053389+0000 mon.a (mon.0) 10341 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:45.175 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:44 smithi184 bash[59794]: audit 2024-03-21T13:13:44.062462+0000 mon.a (mon.0) 10342 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:45.175 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:44 smithi184 bash[59794]: cephadm 2024-03-21T13:13:44.063776+0000 mgr.x (mgr.34104) 6449 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:45.175 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:44 smithi184 bash[59794]: audit 2024-03-21T13:13:44.141767+0000 mon.a (mon.0) 10343 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:45.175 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:44 smithi184 bash[59794]: audit 2024-03-21T13:13:44.145218+0000 mon.a (mon.0) 10344 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:45.176 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:44 smithi184 bash[59794]: audit 2024-03-21T13:13:44.148480+0000 mon.a (mon.0) 10345 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:45.176 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:44 smithi184 bash[59794]: audit 2024-03-21T13:13:44.149819+0000 mon.a (mon.0) 10346 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:45.176 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:44 smithi184 bash[59794]: audit 2024-03-21T13:13:44.158753+0000 mon.a (mon.0) 10347 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:45.176 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:44 smithi184 bash[59794]: cephadm 2024-03-21T13:13:44.160277+0000 mgr.x (mgr.34104) 6450 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:45.176 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:44 smithi184 bash[59794]: audit 2024-03-21T13:13:44.242028+0000 mon.a (mon.0) 10348 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:45.176 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:44 smithi184 bash[59794]: audit 2024-03-21T13:13:44.245583+0000 mon.a (mon.0) 10349 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:45.176 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:44 smithi184 bash[59794]: audit 2024-03-21T13:13:44.249991+0000 mon.a (mon.0) 10350 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:45.176 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:44 smithi184 bash[59794]: audit 2024-03-21T13:13:44.251358+0000 mon.a (mon.0) 10351 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:45.176 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:44 smithi184 bash[59794]: audit 2024-03-21T13:13:44.261165+0000 mon.a (mon.0) 10352 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:45.176 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:44 smithi184 bash[59794]: cephadm 2024-03-21T13:13:44.262703+0000 mgr.x (mgr.34104) 6451 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:45.176 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:44 smithi184 bash[59794]: audit 2024-03-21T13:13:44.346225+0000 mon.a (mon.0) 10353 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:45.176 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:44 smithi184 bash[59794]: audit 2024-03-21T13:13:44.350153+0000 mon.a (mon.0) 10354 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:45.176 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:44 smithi184 bash[59794]: audit 2024-03-21T13:13:44.354117+0000 mon.a (mon.0) 10355 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:45.176 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:44 smithi184 bash[59794]: audit 2024-03-21T13:13:44.355630+0000 mon.a (mon.0) 10356 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:45.176 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:44 smithi184 bash[59794]: audit 2024-03-21T13:13:44.365114+0000 mon.a (mon.0) 10357 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:45.177 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:44 smithi184 bash[59794]: audit 2024-03-21T13:13:44.443996+0000 mon.a (mon.0) 10358 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:45.177 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:44 smithi184 bash[59794]: audit 2024-03-21T13:13:44.446959+0000 mon.a (mon.0) 10359 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:45.177 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:44 smithi184 bash[59794]: audit 2024-03-21T13:13:44.450296+0000 mon.a (mon.0) 10360 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:45.177 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:44 smithi184 bash[59794]: audit 2024-03-21T13:13:44.451390+0000 mon.a (mon.0) 10361 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:45.177 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:44 smithi184 bash[59794]: audit 2024-03-21T13:13:44.457273+0000 mon.a (mon.0) 10362 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:45.178 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:44 smithi184 bash[59794]: audit 2024-03-21T13:13:44.537495+0000 mon.a (mon.0) 10363 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:45.178 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:44 smithi184 bash[59794]: audit 2024-03-21T13:13:44.540493+0000 mon.a (mon.0) 10364 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:45.178 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:44 smithi184 bash[59794]: audit 2024-03-21T13:13:44.543918+0000 mon.a (mon.0) 10365 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:45.178 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:44 smithi184 bash[59794]: audit 2024-03-21T13:13:44.545235+0000 mon.a (mon.0) 10366 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:45.179 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:44 smithi184 bash[59794]: audit 2024-03-21T13:13:44.553584+0000 mon.a (mon.0) 10367 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:45.179 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:44 smithi184 bash[59794]: audit 2024-03-21T13:13:44.636069+0000 mon.a (mon.0) 10368 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:45.179 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:44 smithi184 bash[59794]: audit 2024-03-21T13:13:44.639273+0000 mon.a (mon.0) 10369 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:45.179 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:44 smithi184 bash[59794]: audit 2024-03-21T13:13:44.643137+0000 mon.a (mon.0) 10370 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:45.179 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:44 smithi184 bash[59794]: audit 2024-03-21T13:13:44.644936+0000 mon.a (mon.0) 10371 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:45.179 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:44 smithi184 bash[59794]: audit 2024-03-21T13:13:44.655142+0000 mon.a (mon.0) 10372 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:45.179 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:44 smithi184 bash[59794]: audit 2024-03-21T13:13:44.736806+0000 mon.a (mon.0) 10373 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:45.179 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:44 smithi184 bash[59794]: audit 2024-03-21T13:13:44.739422+0000 mon.a (mon.0) 10374 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:45.180 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:44 smithi184 bash[59794]: audit 2024-03-21T13:13:44.742336+0000 mon.a (mon.0) 10375 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:45.180 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:44 smithi184 bash[59794]: audit 2024-03-21T13:13:44.743435+0000 mon.a (mon.0) 10376 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:45.180 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:44 smithi184 bash[59794]: audit 2024-03-21T13:13:44.751653+0000 mon.a (mon.0) 10377 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:45.180 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:44 smithi184 bash[59794]: audit 2024-03-21T13:13:44.832607+0000 mon.a (mon.0) 10378 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:45.181 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:44 smithi184 bash[59794]: audit 2024-03-21T13:13:44.835674+0000 mon.a (mon.0) 10379 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:45.181 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:44 smithi184 bash[59794]: audit 2024-03-21T13:13:44.838760+0000 mon.a (mon.0) 10380 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:45.181 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:44 smithi184 bash[59794]: audit 2024-03-21T13:13:44.840467+0000 mon.a (mon.0) 10381 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:45.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:44 smithi178 bash[77880]: cephadm 2024-03-21T13:13:43.362576+0000 mgr.x (mgr.34104) 6442 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:45.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:44 smithi178 bash[77880]: cephadm 2024-03-21T13:13:43.464454+0000 mgr.x (mgr.34104) 6443 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:45.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:44 smithi178 bash[77880]: cephadm 2024-03-21T13:13:43.566698+0000 mgr.x (mgr.34104) 6444 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:45.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:44 smithi178 bash[77880]: cephadm 2024-03-21T13:13:43.663308+0000 mgr.x (mgr.34104) 6445 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:45.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:44 smithi178 bash[77880]: cephadm 2024-03-21T13:13:43.760170+0000 mgr.x (mgr.34104) 6446 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:45.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:44 smithi178 bash[77880]: audit 2024-03-21T13:13:43.842403+0000 mon.a (mon.0) 10329 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:45.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:44 smithi178 bash[77880]: audit 2024-03-21T13:13:43.858473+0000 mon.a (mon.0) 10330 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:45.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:44 smithi178 bash[77880]: audit 2024-03-21T13:13:43.859623+0000 mon.a (mon.0) 10331 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:45.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:44 smithi178 bash[77880]: audit 2024-03-21T13:13:43.869938+0000 mon.a (mon.0) 10332 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:45.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:44 smithi178 bash[77880]: cephadm 2024-03-21T13:13:43.871264+0000 mgr.x (mgr.34104) 6447 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:45.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:44 smithi178 bash[77880]: audit 2024-03-21T13:13:43.946101+0000 mon.a (mon.0) 10333 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:45.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:44 smithi178 bash[77880]: audit 2024-03-21T13:13:43.949244+0000 mon.a (mon.0) 10334 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:45.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:44 smithi178 bash[77880]: audit 2024-03-21T13:13:43.952195+0000 mon.a (mon.0) 10335 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:45.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:44 smithi178 bash[77880]: audit 2024-03-21T13:13:43.953726+0000 mon.a (mon.0) 10336 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:45.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:44 smithi178 bash[77880]: audit 2024-03-21T13:13:43.963012+0000 mon.a (mon.0) 10337 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:45.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:44 smithi178 bash[77880]: cephadm 2024-03-21T13:13:43.964427+0000 mgr.x (mgr.34104) 6448 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:45.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:44 smithi178 bash[77880]: audit 2024-03-21T13:13:44.044725+0000 mon.a (mon.0) 10338 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:45.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:44 smithi178 bash[77880]: audit 2024-03-21T13:13:44.048019+0000 mon.a (mon.0) 10339 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:45.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:44 smithi178 bash[77880]: audit 2024-03-21T13:13:44.051654+0000 mon.a (mon.0) 10340 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:45.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:44 smithi178 bash[77880]: audit 2024-03-21T13:13:44.053389+0000 mon.a (mon.0) 10341 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:45.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:44 smithi178 bash[75692]: cephadm 2024-03-21T13:13:43.362576+0000 mgr.x (mgr.34104) 6442 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:45.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:44 smithi178 bash[75692]: cephadm 2024-03-21T13:13:43.464454+0000 mgr.x (mgr.34104) 6443 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:45.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:44 smithi178 bash[75692]: cephadm 2024-03-21T13:13:43.566698+0000 mgr.x (mgr.34104) 6444 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:45.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:44 smithi178 bash[75692]: cephadm 2024-03-21T13:13:43.663308+0000 mgr.x (mgr.34104) 6445 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:45.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:44 smithi178 bash[75692]: cephadm 2024-03-21T13:13:43.760170+0000 mgr.x (mgr.34104) 6446 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:45.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:44 smithi178 bash[75692]: audit 2024-03-21T13:13:43.842403+0000 mon.a (mon.0) 10329 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:45.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:44 smithi178 bash[75692]: audit 2024-03-21T13:13:43.858473+0000 mon.a (mon.0) 10330 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:45.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:44 smithi178 bash[75692]: audit 2024-03-21T13:13:43.859623+0000 mon.a (mon.0) 10331 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:45.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:44 smithi178 bash[75692]: audit 2024-03-21T13:13:43.869938+0000 mon.a (mon.0) 10332 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:45.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:44 smithi178 bash[75692]: cephadm 2024-03-21T13:13:43.871264+0000 mgr.x (mgr.34104) 6447 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:45.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:44 smithi178 bash[75692]: audit 2024-03-21T13:13:43.946101+0000 mon.a (mon.0) 10333 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:45.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:44 smithi178 bash[75692]: audit 2024-03-21T13:13:43.949244+0000 mon.a (mon.0) 10334 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:45.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:44 smithi178 bash[75692]: audit 2024-03-21T13:13:43.952195+0000 mon.a (mon.0) 10335 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:45.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:44 smithi178 bash[75692]: audit 2024-03-21T13:13:43.953726+0000 mon.a (mon.0) 10336 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:45.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:44 smithi178 bash[75692]: audit 2024-03-21T13:13:43.963012+0000 mon.a (mon.0) 10337 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:45.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:44 smithi178 bash[75692]: cephadm 2024-03-21T13:13:43.964427+0000 mgr.x (mgr.34104) 6448 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:45.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:44 smithi178 bash[75692]: audit 2024-03-21T13:13:44.044725+0000 mon.a (mon.0) 10338 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:45.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:44 smithi178 bash[75692]: audit 2024-03-21T13:13:44.048019+0000 mon.a (mon.0) 10339 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:45.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:44 smithi178 bash[75692]: audit 2024-03-21T13:13:44.051654+0000 mon.a (mon.0) 10340 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:45.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:44 smithi178 bash[75692]: audit 2024-03-21T13:13:44.053389+0000 mon.a (mon.0) 10341 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:45.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:44 smithi178 bash[77880]: audit 2024-03-21T13:13:44.062462+0000 mon.a (mon.0) 10342 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:45.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:44 smithi178 bash[77880]: cephadm 2024-03-21T13:13:44.063776+0000 mgr.x (mgr.34104) 6449 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:45.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:44 smithi178 bash[77880]: audit 2024-03-21T13:13:44.141767+0000 mon.a (mon.0) 10343 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:45.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:44 smithi178 bash[77880]: audit 2024-03-21T13:13:44.145218+0000 mon.a (mon.0) 10344 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:45.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:44 smithi178 bash[77880]: audit 2024-03-21T13:13:44.148480+0000 mon.a (mon.0) 10345 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:45.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:44 smithi178 bash[77880]: audit 2024-03-21T13:13:44.149819+0000 mon.a (mon.0) 10346 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:45.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:44 smithi178 bash[77880]: audit 2024-03-21T13:13:44.158753+0000 mon.a (mon.0) 10347 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:45.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:44 smithi178 bash[77880]: cephadm 2024-03-21T13:13:44.160277+0000 mgr.x (mgr.34104) 6450 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:45.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:44 smithi178 bash[77880]: audit 2024-03-21T13:13:44.242028+0000 mon.a (mon.0) 10348 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:45.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:44 smithi178 bash[77880]: audit 2024-03-21T13:13:44.245583+0000 mon.a (mon.0) 10349 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:45.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:44 smithi178 bash[77880]: audit 2024-03-21T13:13:44.249991+0000 mon.a (mon.0) 10350 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:45.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:44 smithi178 bash[77880]: audit 2024-03-21T13:13:44.251358+0000 mon.a (mon.0) 10351 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:45.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:44 smithi178 bash[77880]: audit 2024-03-21T13:13:44.261165+0000 mon.a (mon.0) 10352 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:45.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:44 smithi178 bash[77880]: cephadm 2024-03-21T13:13:44.262703+0000 mgr.x (mgr.34104) 6451 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:45.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:44 smithi178 bash[77880]: audit 2024-03-21T13:13:44.346225+0000 mon.a (mon.0) 10353 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:45.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:44 smithi178 bash[77880]: audit 2024-03-21T13:13:44.350153+0000 mon.a (mon.0) 10354 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:45.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:44 smithi178 bash[77880]: audit 2024-03-21T13:13:44.354117+0000 mon.a (mon.0) 10355 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:45.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:44 smithi178 bash[77880]: audit 2024-03-21T13:13:44.355630+0000 mon.a (mon.0) 10356 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:45.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:44 smithi178 bash[77880]: audit 2024-03-21T13:13:44.365114+0000 mon.a (mon.0) 10357 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:45.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:44 smithi178 bash[77880]: audit 2024-03-21T13:13:44.443996+0000 mon.a (mon.0) 10358 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:45.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:44 smithi178 bash[77880]: audit 2024-03-21T13:13:44.446959+0000 mon.a (mon.0) 10359 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:45.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:44 smithi178 bash[77880]: audit 2024-03-21T13:13:44.450296+0000 mon.a (mon.0) 10360 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:45.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:44 smithi178 bash[77880]: audit 2024-03-21T13:13:44.451390+0000 mon.a (mon.0) 10361 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:45.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:44 smithi178 bash[77880]: audit 2024-03-21T13:13:44.457273+0000 mon.a (mon.0) 10362 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:45.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:44 smithi178 bash[77880]: audit 2024-03-21T13:13:44.537495+0000 mon.a (mon.0) 10363 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:45.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:44 smithi178 bash[77880]: audit 2024-03-21T13:13:44.540493+0000 mon.a (mon.0) 10364 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:45.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:44 smithi178 bash[77880]: audit 2024-03-21T13:13:44.543918+0000 mon.a (mon.0) 10365 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:45.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:44 smithi178 bash[77880]: audit 2024-03-21T13:13:44.545235+0000 mon.a (mon.0) 10366 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:45.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:44 smithi178 bash[77880]: audit 2024-03-21T13:13:44.553584+0000 mon.a (mon.0) 10367 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:45.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:44 smithi178 bash[77880]: audit 2024-03-21T13:13:44.636069+0000 mon.a (mon.0) 10368 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:45.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:44 smithi178 bash[77880]: audit 2024-03-21T13:13:44.639273+0000 mon.a (mon.0) 10369 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:45.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:44 smithi178 bash[77880]: audit 2024-03-21T13:13:44.643137+0000 mon.a (mon.0) 10370 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:45.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:44 smithi178 bash[77880]: audit 2024-03-21T13:13:44.644936+0000 mon.a (mon.0) 10371 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:45.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:44 smithi178 bash[77880]: audit 2024-03-21T13:13:44.655142+0000 mon.a (mon.0) 10372 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:45.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:44 smithi178 bash[77880]: audit 2024-03-21T13:13:44.736806+0000 mon.a (mon.0) 10373 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:45.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:44 smithi178 bash[77880]: audit 2024-03-21T13:13:44.739422+0000 mon.a (mon.0) 10374 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:45.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:44 smithi178 bash[77880]: audit 2024-03-21T13:13:44.742336+0000 mon.a (mon.0) 10375 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:45.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:44 smithi178 bash[77880]: audit 2024-03-21T13:13:44.743435+0000 mon.a (mon.0) 10376 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:45.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:44 smithi178 bash[75692]: audit 2024-03-21T13:13:44.062462+0000 mon.a (mon.0) 10342 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:45.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:44 smithi178 bash[75692]: cephadm 2024-03-21T13:13:44.063776+0000 mgr.x (mgr.34104) 6449 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:45.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:44 smithi178 bash[75692]: audit 2024-03-21T13:13:44.141767+0000 mon.a (mon.0) 10343 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:45.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:44 smithi178 bash[75692]: audit 2024-03-21T13:13:44.145218+0000 mon.a (mon.0) 10344 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:45.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:44 smithi178 bash[75692]: audit 2024-03-21T13:13:44.148480+0000 mon.a (mon.0) 10345 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:45.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:44 smithi178 bash[75692]: audit 2024-03-21T13:13:44.149819+0000 mon.a (mon.0) 10346 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:45.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:44 smithi178 bash[75692]: audit 2024-03-21T13:13:44.158753+0000 mon.a (mon.0) 10347 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:45.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:44 smithi178 bash[75692]: cephadm 2024-03-21T13:13:44.160277+0000 mgr.x (mgr.34104) 6450 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:45.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:44 smithi178 bash[75692]: audit 2024-03-21T13:13:44.242028+0000 mon.a (mon.0) 10348 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:45.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:44 smithi178 bash[75692]: audit 2024-03-21T13:13:44.245583+0000 mon.a (mon.0) 10349 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:45.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:44 smithi178 bash[75692]: audit 2024-03-21T13:13:44.249991+0000 mon.a (mon.0) 10350 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:45.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:44 smithi178 bash[75692]: audit 2024-03-21T13:13:44.251358+0000 mon.a (mon.0) 10351 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:45.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:44 smithi178 bash[75692]: audit 2024-03-21T13:13:44.261165+0000 mon.a (mon.0) 10352 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:45.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:44 smithi178 bash[75692]: cephadm 2024-03-21T13:13:44.262703+0000 mgr.x (mgr.34104) 6451 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:45.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:44 smithi178 bash[75692]: audit 2024-03-21T13:13:44.346225+0000 mon.a (mon.0) 10353 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:45.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:44 smithi178 bash[75692]: audit 2024-03-21T13:13:44.350153+0000 mon.a (mon.0) 10354 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:45.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:44 smithi178 bash[75692]: audit 2024-03-21T13:13:44.354117+0000 mon.a (mon.0) 10355 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:45.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:44 smithi178 bash[75692]: audit 2024-03-21T13:13:44.355630+0000 mon.a (mon.0) 10356 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:45.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:44 smithi178 bash[75692]: audit 2024-03-21T13:13:44.365114+0000 mon.a (mon.0) 10357 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:45.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:44 smithi178 bash[77880]: audit 2024-03-21T13:13:44.751653+0000 mon.a (mon.0) 10377 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:45.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:44 smithi178 bash[77880]: audit 2024-03-21T13:13:44.832607+0000 mon.a (mon.0) 10378 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:45.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:44 smithi178 bash[77880]: audit 2024-03-21T13:13:44.835674+0000 mon.a (mon.0) 10379 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:45.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:44 smithi178 bash[77880]: audit 2024-03-21T13:13:44.838760+0000 mon.a (mon.0) 10380 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:45.307 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:44 smithi178 bash[77880]: audit 2024-03-21T13:13:44.840467+0000 mon.a (mon.0) 10381 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:45.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:44 smithi178 bash[75692]: audit 2024-03-21T13:13:44.443996+0000 mon.a (mon.0) 10358 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:45.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:44 smithi178 bash[75692]: audit 2024-03-21T13:13:44.446959+0000 mon.a (mon.0) 10359 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:45.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:44 smithi178 bash[75692]: audit 2024-03-21T13:13:44.450296+0000 mon.a (mon.0) 10360 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:45.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:44 smithi178 bash[75692]: audit 2024-03-21T13:13:44.451390+0000 mon.a (mon.0) 10361 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:45.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:44 smithi178 bash[75692]: audit 2024-03-21T13:13:44.457273+0000 mon.a (mon.0) 10362 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:45.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:44 smithi178 bash[75692]: audit 2024-03-21T13:13:44.537495+0000 mon.a (mon.0) 10363 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:45.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:44 smithi178 bash[75692]: audit 2024-03-21T13:13:44.540493+0000 mon.a (mon.0) 10364 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:45.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:44 smithi178 bash[75692]: audit 2024-03-21T13:13:44.543918+0000 mon.a (mon.0) 10365 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:45.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:44 smithi178 bash[75692]: audit 2024-03-21T13:13:44.545235+0000 mon.a (mon.0) 10366 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:45.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:44 smithi178 bash[75692]: audit 2024-03-21T13:13:44.553584+0000 mon.a (mon.0) 10367 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:45.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:44 smithi178 bash[75692]: audit 2024-03-21T13:13:44.636069+0000 mon.a (mon.0) 10368 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:45.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:44 smithi178 bash[75692]: audit 2024-03-21T13:13:44.639273+0000 mon.a (mon.0) 10369 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:45.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:44 smithi178 bash[75692]: audit 2024-03-21T13:13:44.643137+0000 mon.a (mon.0) 10370 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:45.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:44 smithi178 bash[75692]: audit 2024-03-21T13:13:44.644936+0000 mon.a (mon.0) 10371 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:45.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:44 smithi178 bash[75692]: audit 2024-03-21T13:13:44.655142+0000 mon.a (mon.0) 10372 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:45.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:44 smithi178 bash[75692]: audit 2024-03-21T13:13:44.736806+0000 mon.a (mon.0) 10373 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:45.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:44 smithi178 bash[75692]: audit 2024-03-21T13:13:44.739422+0000 mon.a (mon.0) 10374 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:45.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:44 smithi178 bash[75692]: audit 2024-03-21T13:13:44.742336+0000 mon.a (mon.0) 10375 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:45.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:44 smithi178 bash[75692]: audit 2024-03-21T13:13:44.743435+0000 mon.a (mon.0) 10376 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:45.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:44 smithi178 bash[75692]: audit 2024-03-21T13:13:44.751653+0000 mon.a (mon.0) 10377 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:45.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:44 smithi178 bash[75692]: audit 2024-03-21T13:13:44.832607+0000 mon.a (mon.0) 10378 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:45.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:44 smithi178 bash[75692]: audit 2024-03-21T13:13:44.835674+0000 mon.a (mon.0) 10379 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:45.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:44 smithi178 bash[75692]: audit 2024-03-21T13:13:44.838760+0000 mon.a (mon.0) 10380 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:45.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:44 smithi178 bash[75692]: audit 2024-03-21T13:13:44.840467+0000 mon.a (mon.0) 10381 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:45.527 INFO:teuthology.orchestra.run.smithi178.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-21T13:13:45.528 INFO:teuthology.orchestra.run.smithi178.stdout:agent.smithi178 smithi178 running 12s ago 27m - - 2024-03-21T13:13:45.528 INFO:teuthology.orchestra.run.smithi178.stdout:agent.smithi184 smithi184 running 18s ago 27m - - 2024-03-21T13:13:45.528 INFO:teuthology.orchestra.run.smithi178.stdout:alertmanager.a smithi178 *:9093,9094 running (29s) 12s ago 20m 15.4M - 0.25.0 c8568f914cd2 680b7055fecc 2024-03-21T13:13:45.528 INFO:teuthology.orchestra.run.smithi178.stdout:grafana.a smithi184 *:3000 starting - - - - 2024-03-21T13:13:45.528 INFO:teuthology.orchestra.run.smithi178.stdout:iscsi.foo.smithi178.qfgpzc smithi178 running (2m) 12s ago 18m 46.4M - 3.7 19e12293512f 73d2108e472a 2024-03-21T13:13:45.528 INFO:teuthology.orchestra.run.smithi178.stdout:mgr.x smithi184 *:8443,9283,8765 running (12m) 18s ago 26m 549M - 19.0.0-2267-g960fbbe4 19e12293512f 23b748469eab 2024-03-21T13:13:45.529 INFO:teuthology.orchestra.run.smithi178.stdout:mgr.y smithi178 *:8443,9283,8765 running (11m) 12s ago 28m 448M - 19.0.0-2267-g960fbbe4 19e12293512f 4b58d9293a93 2024-03-21T13:13:45.529 INFO:teuthology.orchestra.run.smithi178.stdout:mon.a smithi178 running (10m) 12s ago 28m 169M 2048M 19.0.0-2267-g960fbbe4 19e12293512f cdcc04604451 2024-03-21T13:13:45.529 INFO:teuthology.orchestra.run.smithi178.stdout:mon.b smithi184 running (9m) 18s ago 27m 69.2M 2048M 19.0.0-2267-g960fbbe4 19e12293512f 209431841a07 2024-03-21T13:13:45.529 INFO:teuthology.orchestra.run.smithi178.stdout:mon.c smithi178 running (10m) 12s ago 27m 75.7M 2048M 19.0.0-2267-g960fbbe4 19e12293512f 1de13280fabe 2024-03-21T13:13:45.529 INFO:teuthology.orchestra.run.smithi178.stdout:node-exporter.a smithi178 *:9100 running (99s) 12s ago 21m 10.2M - 1.5.0 0da6a335fe13 c9a4a1ff1d7d 2024-03-21T13:13:45.529 INFO:teuthology.orchestra.run.smithi178.stdout:node-exporter.b smithi184 *:9100 running (95s) 18s ago 21m 9.94M - 1.5.0 0da6a335fe13 64718b804018 2024-03-21T13:13:45.530 INFO:teuthology.orchestra.run.smithi178.stdout:osd.0 smithi178 running (8m) 12s ago 26m 64.8M 2525M 19.0.0-2267-g960fbbe4 19e12293512f ca44aa92861d 2024-03-21T13:13:45.530 INFO:teuthology.orchestra.run.smithi178.stdout:osd.1 smithi178 running (7m) 12s ago 25m 64.1M 2525M 19.0.0-2267-g960fbbe4 19e12293512f c559dec8e3df 2024-03-21T13:13:45.530 INFO:teuthology.orchestra.run.smithi178.stdout:osd.2 smithi178 running (6m) 12s ago 25m 62.0M 2525M 19.0.0-2267-g960fbbe4 19e12293512f 4ba78eee5937 2024-03-21T13:13:45.530 INFO:teuthology.orchestra.run.smithi178.stdout:osd.3 smithi178 running (6m) 12s ago 24m 62.1M 2525M 19.0.0-2267-g960fbbe4 19e12293512f f26cfcfca7d2 2024-03-21T13:13:45.530 INFO:teuthology.orchestra.run.smithi178.stdout:osd.4 smithi184 running (5m) 18s ago 23m 65.1M 2781M 19.0.0-2267-g960fbbe4 19e12293512f fdbedcf7f562 2024-03-21T13:13:45.530 INFO:teuthology.orchestra.run.smithi178.stdout:osd.5 smithi184 running (4m) 18s ago 23m 64.2M 2781M 19.0.0-2267-g960fbbe4 19e12293512f ea53f5dd04b2 2024-03-21T13:13:45.530 INFO:teuthology.orchestra.run.smithi178.stdout:osd.6 smithi184 running (4m) 18s ago 22m 56.0M 2781M 19.0.0-2267-g960fbbe4 19e12293512f b0765c5eb8f0 2024-03-21T13:13:45.530 INFO:teuthology.orchestra.run.smithi178.stdout:osd.7 smithi184 running (3m) 18s ago 21m 61.5M 2781M 19.0.0-2267-g960fbbe4 19e12293512f caf9c8ff9a5b 2024-03-21T13:13:45.530 INFO:teuthology.orchestra.run.smithi178.stdout:prometheus.a smithi184 *:9095 running (72s) 18s ago 21m 53.5M - 2.43.0 a07b618ecd1d 7e218fa65489 2024-03-21T13:13:45.531 INFO:teuthology.orchestra.run.smithi178.stdout:rgw.foo.smithi178.amgrte smithi178 *:8000 running (3m) 12s ago 18m 91.5M - 19.0.0-2267-g960fbbe4 19e12293512f d50d551d1986 2024-03-21T13:13:45.531 INFO:teuthology.orchestra.run.smithi178.stdout:rgw.foo.smithi184.sylqte smithi184 *:8000 running (2m) 18s ago 18m 91.1M - 19.0.0-2267-g960fbbe4 19e12293512f df4876fbb053 2024-03-21T13:13:45.531 INFO:teuthology.orchestra.run.smithi178.stdout:rgw.smpl.smithi178.avyvkd smithi178 *:80 running (3m) 12s ago 18m 91.1M - 19.0.0-2267-g960fbbe4 19e12293512f 7ca4c68d0b72 2024-03-21T13:13:45.531 INFO:teuthology.orchestra.run.smithi178.stdout:rgw.smpl.smithi184.ccsuhn smithi184 *:80 running (2m) 18s ago 18m 91.3M - 19.0.0-2267-g960fbbe4 19e12293512f 63ad46f72bd7 2024-03-21T13:13:45.546 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:13:45 smithi184 bash[90245]: logger=migrator t=2024-03-21T13:13:45.238607999Z level=info msg="Executing migration" id="create index UQE_dashboard_public_config_uid - v1" 2024-03-21T13:13:45.546 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:13:45 smithi184 bash[90245]: logger=migrator t=2024-03-21T13:13:45.35258677Z level=info msg="Executing migration" id="create index IDX_dashboard_public_config_org_id_dashboard_uid - v1" 2024-03-21T13:13:45.823 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:13:45 smithi184 bash[90245]: logger=migrator t=2024-03-21T13:13:45.62891629Z level=info msg="Executing migration" id="drop index UQE_dashboard_public_config_uid - v2" 2024-03-21T13:13:45.823 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:13:45 smithi184 bash[52419]: ::ffff:172.21.15.184 - - [21/Mar/2024:13:13:45] "GET /metrics HTTP/1.1" 200 38773 "" "Prometheus/2.43.0" 2024-03-21T13:13:45.991 INFO:teuthology.orchestra.run.smithi178.stdout:{ 2024-03-21T13:13:45.992 INFO:teuthology.orchestra.run.smithi178.stdout: "mon": { 2024-03-21T13:13:45.992 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 3 2024-03-21T13:13:45.992 INFO:teuthology.orchestra.run.smithi178.stdout: }, 2024-03-21T13:13:45.992 INFO:teuthology.orchestra.run.smithi178.stdout: "mgr": { 2024-03-21T13:13:45.992 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 2 2024-03-21T13:13:45.992 INFO:teuthology.orchestra.run.smithi178.stdout: }, 2024-03-21T13:13:45.992 INFO:teuthology.orchestra.run.smithi178.stdout: "osd": { 2024-03-21T13:13:45.992 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 8 2024-03-21T13:13:45.992 INFO:teuthology.orchestra.run.smithi178.stdout: }, 2024-03-21T13:13:45.992 INFO:teuthology.orchestra.run.smithi178.stdout: "rgw": { 2024-03-21T13:13:45.992 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 4 2024-03-21T13:13:45.992 INFO:teuthology.orchestra.run.smithi178.stdout: }, 2024-03-21T13:13:45.992 INFO:teuthology.orchestra.run.smithi178.stdout: "overall": { 2024-03-21T13:13:45.992 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 17 2024-03-21T13:13:45.993 INFO:teuthology.orchestra.run.smithi178.stdout: } 2024-03-21T13:13:45.993 INFO:teuthology.orchestra.run.smithi178.stdout:} 2024-03-21T13:13:46.176 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:13:46 smithi184 bash[90245]: logger=migrator t=2024-03-21T13:13:46.00685405Z level=info msg="Executing migration" id="drop index IDX_dashboard_public_config_org_id_dashboard_uid - v2" 2024-03-21T13:13:46.176 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:45 smithi184 bash[59794]: cephadm 2024-03-21T13:13:44.366556+0000 mgr.x (mgr.34104) 6452 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:46.176 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:45 smithi184 bash[59794]: cephadm 2024-03-21T13:13:44.458782+0000 mgr.x (mgr.34104) 6453 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:46.177 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:45 smithi184 bash[59794]: cephadm 2024-03-21T13:13:44.554864+0000 mgr.x (mgr.34104) 6454 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:46.177 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:45 smithi184 bash[59794]: cephadm 2024-03-21T13:13:44.656414+0000 mgr.x (mgr.34104) 6455 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:46.177 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:45 smithi184 bash[59794]: audit 2024-03-21T13:13:44.726793+0000 mgr.x (mgr.34104) 6456 : audit [DBG] from='client.54943 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:13:46.177 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:45 smithi184 bash[59794]: cephadm 2024-03-21T13:13:44.752954+0000 mgr.x (mgr.34104) 6457 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:46.177 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:45 smithi184 bash[59794]: audit 2024-03-21T13:13:44.847780+0000 mon.a (mon.0) 10382 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:46.177 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:45 smithi184 bash[59794]: cephadm 2024-03-21T13:13:44.849051+0000 mgr.x (mgr.34104) 6458 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:46.177 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:45 smithi184 bash[59794]: cluster 2024-03-21T13:13:44.895088+0000 mgr.x (mgr.34104) 6459 : cluster [DBG] pgmap v4216: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1015 B/s rd, 0 op/s 2024-03-21T13:13:46.177 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:45 smithi184 bash[59794]: audit 2024-03-21T13:13:44.929715+0000 mon.a (mon.0) 10383 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:46.177 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:45 smithi184 bash[59794]: audit 2024-03-21T13:13:44.932712+0000 mon.a (mon.0) 10384 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:46.177 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:45 smithi184 bash[59794]: audit 2024-03-21T13:13:44.935781+0000 mon.a (mon.0) 10385 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:46.177 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:45 smithi184 bash[59794]: audit 2024-03-21T13:13:44.936843+0000 mon.a (mon.0) 10386 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:46.178 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:45 smithi184 bash[59794]: audit 2024-03-21T13:13:44.946456+0000 mon.a (mon.0) 10387 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:46.178 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:45 smithi184 bash[59794]: cephadm 2024-03-21T13:13:44.947948+0000 mgr.x (mgr.34104) 6460 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:46.178 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:45 smithi184 bash[59794]: audit 2024-03-21T13:13:45.028840+0000 mon.a (mon.0) 10388 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:46.178 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:45 smithi184 bash[59794]: audit 2024-03-21T13:13:45.032066+0000 mon.a (mon.0) 10389 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:46.178 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:45 smithi184 bash[59794]: audit 2024-03-21T13:13:45.035884+0000 mon.a (mon.0) 10390 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:46.178 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:45 smithi184 bash[59794]: audit 2024-03-21T13:13:45.037422+0000 mon.a (mon.0) 10391 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:46.178 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:45 smithi184 bash[59794]: audit 2024-03-21T13:13:45.046050+0000 mon.a (mon.0) 10392 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:46.178 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:45 smithi184 bash[59794]: cephadm 2024-03-21T13:13:45.047356+0000 mgr.x (mgr.34104) 6461 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:46.178 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:45 smithi184 bash[59794]: audit 2024-03-21T13:13:45.119270+0000 mgr.x (mgr.34104) 6462 : audit [DBG] from='client.54949 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:13:46.178 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:45 smithi184 bash[59794]: audit 2024-03-21T13:13:45.127553+0000 mon.a (mon.0) 10393 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:46.179 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:45 smithi184 bash[59794]: audit 2024-03-21T13:13:45.130699+0000 mon.a (mon.0) 10394 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:46.179 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:45 smithi184 bash[59794]: audit 2024-03-21T13:13:45.136337+0000 mon.a (mon.0) 10395 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:46.179 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:45 smithi184 bash[59794]: audit 2024-03-21T13:13:45.137942+0000 mon.a (mon.0) 10396 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:46.179 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:45 smithi184 bash[59794]: audit 2024-03-21T13:13:45.145290+0000 mon.a (mon.0) 10397 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:46.179 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:45 smithi184 bash[59794]: cephadm 2024-03-21T13:13:45.146806+0000 mgr.x (mgr.34104) 6463 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:46.179 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:45 smithi184 bash[59794]: audit 2024-03-21T13:13:45.224529+0000 mon.a (mon.0) 10398 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:46.179 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:45 smithi184 bash[59794]: audit 2024-03-21T13:13:45.229073+0000 mon.a (mon.0) 10399 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:46.179 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:45 smithi184 bash[59794]: audit 2024-03-21T13:13:45.232732+0000 mon.a (mon.0) 10400 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:46.179 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:45 smithi184 bash[59794]: audit 2024-03-21T13:13:45.234191+0000 mon.a (mon.0) 10401 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:46.179 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:45 smithi184 bash[59794]: audit 2024-03-21T13:13:45.242611+0000 mon.a (mon.0) 10402 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:46.179 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:45 smithi184 bash[59794]: cephadm 2024-03-21T13:13:45.243942+0000 mgr.x (mgr.34104) 6464 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:46.180 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:45 smithi184 bash[59794]: audit 2024-03-21T13:13:45.323821+0000 mon.a (mon.0) 10403 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:46.180 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:45 smithi184 bash[59794]: audit 2024-03-21T13:13:45.327318+0000 mon.a (mon.0) 10404 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:46.180 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:45 smithi184 bash[59794]: audit 2024-03-21T13:13:45.330322+0000 mon.a (mon.0) 10405 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:46.180 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:45 smithi184 bash[59794]: audit 2024-03-21T13:13:45.331422+0000 mon.a (mon.0) 10406 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:46.180 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:45 smithi184 bash[59794]: audit 2024-03-21T13:13:45.340836+0000 mon.a (mon.0) 10407 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:46.180 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:45 smithi184 bash[59794]: audit 2024-03-21T13:13:45.423688+0000 mon.a (mon.0) 10408 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:46.180 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:45 smithi184 bash[59794]: audit 2024-03-21T13:13:45.426617+0000 mon.a (mon.0) 10409 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:46.180 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:45 smithi184 bash[59794]: audit 2024-03-21T13:13:45.429561+0000 mon.a (mon.0) 10410 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:46.180 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:45 smithi184 bash[59794]: audit 2024-03-21T13:13:45.430597+0000 mon.a (mon.0) 10411 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:46.180 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:45 smithi184 bash[59794]: audit 2024-03-21T13:13:45.438473+0000 mon.a (mon.0) 10412 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:46.180 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:45 smithi184 bash[59794]: audit 2024-03-21T13:13:45.533469+0000 mon.a (mon.0) 10413 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:46.180 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:45 smithi184 bash[59794]: audit 2024-03-21T13:13:45.536523+0000 mon.a (mon.0) 10414 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:46.180 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:45 smithi184 bash[59794]: audit 2024-03-21T13:13:45.539961+0000 mon.a (mon.0) 10415 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:46.181 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:45 smithi184 bash[59794]: audit 2024-03-21T13:13:45.541636+0000 mon.a (mon.0) 10416 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:46.181 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:45 smithi184 bash[59794]: audit 2024-03-21T13:13:45.552200+0000 mon.a (mon.0) 10417 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:46.181 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:45 smithi184 bash[59794]: audit 2024-03-21T13:13:45.632816+0000 mon.a (mon.0) 10418 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:46.181 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:45 smithi184 bash[59794]: audit 2024-03-21T13:13:45.637941+0000 mon.a (mon.0) 10419 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:46.181 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:45 smithi184 bash[59794]: audit 2024-03-21T13:13:45.641351+0000 mon.a (mon.0) 10420 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:46.181 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:45 smithi184 bash[59794]: audit 2024-03-21T13:13:45.642547+0000 mon.a (mon.0) 10421 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:46.181 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:45 smithi184 bash[59794]: audit 2024-03-21T13:13:45.648481+0000 mon.a (mon.0) 10422 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:46.181 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:45 smithi184 bash[59794]: audit 2024-03-21T13:13:45.728447+0000 mon.a (mon.0) 10423 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:46.181 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:45 smithi184 bash[59794]: audit 2024-03-21T13:13:45.731548+0000 mon.a (mon.0) 10424 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:46.181 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:45 smithi184 bash[59794]: audit 2024-03-21T13:13:45.735618+0000 mon.a (mon.0) 10425 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:46.181 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:45 smithi184 bash[59794]: audit 2024-03-21T13:13:45.737021+0000 mon.a (mon.0) 10426 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:46.181 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:45 smithi184 bash[59794]: audit 2024-03-21T13:13:45.745754+0000 mon.a (mon.0) 10427 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:46.182 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:45 smithi184 bash[59794]: audit 2024-03-21T13:13:45.830429+0000 mon.a (mon.0) 10428 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:46.182 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:45 smithi184 bash[59794]: audit 2024-03-21T13:13:45.833692+0000 mon.a (mon.0) 10429 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:46.182 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:45 smithi184 bash[59794]: audit 2024-03-21T13:13:45.837006+0000 mon.a (mon.0) 10430 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:46.182 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:45 smithi184 bash[59794]: audit 2024-03-21T13:13:45.838464+0000 mon.a (mon.0) 10431 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:46.182 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:45 smithi184 bash[59794]: audit 2024-03-21T13:13:45.848429+0000 mon.a (mon.0) 10432 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:46.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:45 smithi178 bash[77880]: cephadm 2024-03-21T13:13:44.366556+0000 mgr.x (mgr.34104) 6452 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:46.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:45 smithi178 bash[77880]: cephadm 2024-03-21T13:13:44.458782+0000 mgr.x (mgr.34104) 6453 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:46.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:45 smithi178 bash[77880]: cephadm 2024-03-21T13:13:44.554864+0000 mgr.x (mgr.34104) 6454 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:46.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:45 smithi178 bash[77880]: cephadm 2024-03-21T13:13:44.656414+0000 mgr.x (mgr.34104) 6455 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:46.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:45 smithi178 bash[77880]: audit 2024-03-21T13:13:44.726793+0000 mgr.x (mgr.34104) 6456 : audit [DBG] from='client.54943 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:13:46.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:45 smithi178 bash[77880]: cephadm 2024-03-21T13:13:44.752954+0000 mgr.x (mgr.34104) 6457 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:46.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:45 smithi178 bash[77880]: audit 2024-03-21T13:13:44.847780+0000 mon.a (mon.0) 10382 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:46.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:45 smithi178 bash[77880]: cephadm 2024-03-21T13:13:44.849051+0000 mgr.x (mgr.34104) 6458 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:46.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:45 smithi178 bash[77880]: cluster 2024-03-21T13:13:44.895088+0000 mgr.x (mgr.34104) 6459 : cluster [DBG] pgmap v4216: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1015 B/s rd, 0 op/s 2024-03-21T13:13:46.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:45 smithi178 bash[77880]: audit 2024-03-21T13:13:44.929715+0000 mon.a (mon.0) 10383 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:46.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:45 smithi178 bash[77880]: audit 2024-03-21T13:13:44.932712+0000 mon.a (mon.0) 10384 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:46.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:45 smithi178 bash[77880]: audit 2024-03-21T13:13:44.935781+0000 mon.a (mon.0) 10385 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:46.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:45 smithi178 bash[77880]: audit 2024-03-21T13:13:44.936843+0000 mon.a (mon.0) 10386 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:46.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:45 smithi178 bash[77880]: audit 2024-03-21T13:13:44.946456+0000 mon.a (mon.0) 10387 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:46.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:45 smithi178 bash[77880]: cephadm 2024-03-21T13:13:44.947948+0000 mgr.x (mgr.34104) 6460 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:46.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:45 smithi178 bash[77880]: audit 2024-03-21T13:13:45.028840+0000 mon.a (mon.0) 10388 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:46.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:45 smithi178 bash[77880]: audit 2024-03-21T13:13:45.032066+0000 mon.a (mon.0) 10389 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:46.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:45 smithi178 bash[77880]: audit 2024-03-21T13:13:45.035884+0000 mon.a (mon.0) 10390 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:46.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:45 smithi178 bash[77880]: audit 2024-03-21T13:13:45.037422+0000 mon.a (mon.0) 10391 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:46.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:45 smithi178 bash[77880]: audit 2024-03-21T13:13:45.046050+0000 mon.a (mon.0) 10392 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:46.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:45 smithi178 bash[75692]: cephadm 2024-03-21T13:13:44.366556+0000 mgr.x (mgr.34104) 6452 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:46.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:45 smithi178 bash[75692]: cephadm 2024-03-21T13:13:44.458782+0000 mgr.x (mgr.34104) 6453 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:46.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:45 smithi178 bash[75692]: cephadm 2024-03-21T13:13:44.554864+0000 mgr.x (mgr.34104) 6454 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:46.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:45 smithi178 bash[75692]: cephadm 2024-03-21T13:13:44.656414+0000 mgr.x (mgr.34104) 6455 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:46.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:45 smithi178 bash[75692]: audit 2024-03-21T13:13:44.726793+0000 mgr.x (mgr.34104) 6456 : audit [DBG] from='client.54943 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:13:46.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:45 smithi178 bash[75692]: cephadm 2024-03-21T13:13:44.752954+0000 mgr.x (mgr.34104) 6457 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:46.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:45 smithi178 bash[75692]: audit 2024-03-21T13:13:44.847780+0000 mon.a (mon.0) 10382 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:46.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:45 smithi178 bash[75692]: cephadm 2024-03-21T13:13:44.849051+0000 mgr.x (mgr.34104) 6458 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:46.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:45 smithi178 bash[75692]: cluster 2024-03-21T13:13:44.895088+0000 mgr.x (mgr.34104) 6459 : cluster [DBG] pgmap v4216: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1015 B/s rd, 0 op/s 2024-03-21T13:13:46.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:45 smithi178 bash[75692]: audit 2024-03-21T13:13:44.929715+0000 mon.a (mon.0) 10383 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:46.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:45 smithi178 bash[75692]: audit 2024-03-21T13:13:44.932712+0000 mon.a (mon.0) 10384 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:46.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:45 smithi178 bash[75692]: audit 2024-03-21T13:13:44.935781+0000 mon.a (mon.0) 10385 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:46.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:45 smithi178 bash[75692]: audit 2024-03-21T13:13:44.936843+0000 mon.a (mon.0) 10386 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:46.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:45 smithi178 bash[75692]: audit 2024-03-21T13:13:44.946456+0000 mon.a (mon.0) 10387 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:46.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:45 smithi178 bash[75692]: cephadm 2024-03-21T13:13:44.947948+0000 mgr.x (mgr.34104) 6460 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:46.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:45 smithi178 bash[75692]: audit 2024-03-21T13:13:45.028840+0000 mon.a (mon.0) 10388 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:46.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:45 smithi178 bash[75692]: audit 2024-03-21T13:13:45.032066+0000 mon.a (mon.0) 10389 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:46.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:45 smithi178 bash[75692]: audit 2024-03-21T13:13:45.035884+0000 mon.a (mon.0) 10390 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:46.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:45 smithi178 bash[75692]: audit 2024-03-21T13:13:45.037422+0000 mon.a (mon.0) 10391 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:46.301 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:45 smithi178 bash[75692]: audit 2024-03-21T13:13:45.046050+0000 mon.a (mon.0) 10392 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:46.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:45 smithi178 bash[77880]: cephadm 2024-03-21T13:13:45.047356+0000 mgr.x (mgr.34104) 6461 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:46.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:45 smithi178 bash[77880]: audit 2024-03-21T13:13:45.119270+0000 mgr.x (mgr.34104) 6462 : audit [DBG] from='client.54949 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:13:46.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:45 smithi178 bash[77880]: audit 2024-03-21T13:13:45.127553+0000 mon.a (mon.0) 10393 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:46.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:45 smithi178 bash[77880]: audit 2024-03-21T13:13:45.130699+0000 mon.a (mon.0) 10394 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:46.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:45 smithi178 bash[77880]: audit 2024-03-21T13:13:45.136337+0000 mon.a (mon.0) 10395 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:46.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:45 smithi178 bash[77880]: audit 2024-03-21T13:13:45.137942+0000 mon.a (mon.0) 10396 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:46.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:45 smithi178 bash[77880]: audit 2024-03-21T13:13:45.145290+0000 mon.a (mon.0) 10397 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:46.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:45 smithi178 bash[77880]: cephadm 2024-03-21T13:13:45.146806+0000 mgr.x (mgr.34104) 6463 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:46.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:45 smithi178 bash[77880]: audit 2024-03-21T13:13:45.224529+0000 mon.a (mon.0) 10398 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:46.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:45 smithi178 bash[77880]: audit 2024-03-21T13:13:45.229073+0000 mon.a (mon.0) 10399 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:46.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:45 smithi178 bash[77880]: audit 2024-03-21T13:13:45.232732+0000 mon.a (mon.0) 10400 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:46.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:45 smithi178 bash[77880]: audit 2024-03-21T13:13:45.234191+0000 mon.a (mon.0) 10401 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:46.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:45 smithi178 bash[77880]: audit 2024-03-21T13:13:45.242611+0000 mon.a (mon.0) 10402 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:46.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:45 smithi178 bash[77880]: cephadm 2024-03-21T13:13:45.243942+0000 mgr.x (mgr.34104) 6464 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:46.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:45 smithi178 bash[77880]: audit 2024-03-21T13:13:45.323821+0000 mon.a (mon.0) 10403 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:46.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:45 smithi178 bash[77880]: audit 2024-03-21T13:13:45.327318+0000 mon.a (mon.0) 10404 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:46.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:45 smithi178 bash[77880]: audit 2024-03-21T13:13:45.330322+0000 mon.a (mon.0) 10405 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:46.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:45 smithi178 bash[77880]: audit 2024-03-21T13:13:45.331422+0000 mon.a (mon.0) 10406 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:46.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:45 smithi178 bash[77880]: audit 2024-03-21T13:13:45.340836+0000 mon.a (mon.0) 10407 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:46.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:45 smithi178 bash[77880]: audit 2024-03-21T13:13:45.423688+0000 mon.a (mon.0) 10408 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:46.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:45 smithi178 bash[77880]: audit 2024-03-21T13:13:45.426617+0000 mon.a (mon.0) 10409 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:46.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:45 smithi178 bash[77880]: audit 2024-03-21T13:13:45.429561+0000 mon.a (mon.0) 10410 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:46.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:45 smithi178 bash[77880]: audit 2024-03-21T13:13:45.430597+0000 mon.a (mon.0) 10411 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:46.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:45 smithi178 bash[77880]: audit 2024-03-21T13:13:45.438473+0000 mon.a (mon.0) 10412 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:46.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:45 smithi178 bash[77880]: audit 2024-03-21T13:13:45.533469+0000 mon.a (mon.0) 10413 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:46.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:45 smithi178 bash[77880]: audit 2024-03-21T13:13:45.536523+0000 mon.a (mon.0) 10414 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:46.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:45 smithi178 bash[77880]: audit 2024-03-21T13:13:45.539961+0000 mon.a (mon.0) 10415 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:46.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:45 smithi178 bash[77880]: audit 2024-03-21T13:13:45.541636+0000 mon.a (mon.0) 10416 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:46.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:45 smithi178 bash[77880]: audit 2024-03-21T13:13:45.552200+0000 mon.a (mon.0) 10417 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:46.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:45 smithi178 bash[77880]: audit 2024-03-21T13:13:45.632816+0000 mon.a (mon.0) 10418 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:46.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:45 smithi178 bash[77880]: audit 2024-03-21T13:13:45.637941+0000 mon.a (mon.0) 10419 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:46.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:45 smithi178 bash[77880]: audit 2024-03-21T13:13:45.641351+0000 mon.a (mon.0) 10420 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:46.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:45 smithi178 bash[77880]: audit 2024-03-21T13:13:45.642547+0000 mon.a (mon.0) 10421 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:46.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:45 smithi178 bash[77880]: audit 2024-03-21T13:13:45.648481+0000 mon.a (mon.0) 10422 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:46.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:45 smithi178 bash[77880]: audit 2024-03-21T13:13:45.728447+0000 mon.a (mon.0) 10423 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:46.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:45 smithi178 bash[77880]: audit 2024-03-21T13:13:45.731548+0000 mon.a (mon.0) 10424 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:46.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:45 smithi178 bash[77880]: audit 2024-03-21T13:13:45.735618+0000 mon.a (mon.0) 10425 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:46.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:45 smithi178 bash[77880]: audit 2024-03-21T13:13:45.737021+0000 mon.a (mon.0) 10426 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:46.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:45 smithi178 bash[75692]: cephadm 2024-03-21T13:13:45.047356+0000 mgr.x (mgr.34104) 6461 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:46.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:45 smithi178 bash[75692]: audit 2024-03-21T13:13:45.119270+0000 mgr.x (mgr.34104) 6462 : audit [DBG] from='client.54949 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:13:46.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:45 smithi178 bash[75692]: audit 2024-03-21T13:13:45.127553+0000 mon.a (mon.0) 10393 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:46.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:45 smithi178 bash[75692]: audit 2024-03-21T13:13:45.130699+0000 mon.a (mon.0) 10394 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:46.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:45 smithi178 bash[75692]: audit 2024-03-21T13:13:45.136337+0000 mon.a (mon.0) 10395 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:46.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:45 smithi178 bash[75692]: audit 2024-03-21T13:13:45.137942+0000 mon.a (mon.0) 10396 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:46.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:45 smithi178 bash[75692]: audit 2024-03-21T13:13:45.145290+0000 mon.a (mon.0) 10397 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:46.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:45 smithi178 bash[75692]: cephadm 2024-03-21T13:13:45.146806+0000 mgr.x (mgr.34104) 6463 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:46.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:45 smithi178 bash[75692]: audit 2024-03-21T13:13:45.224529+0000 mon.a (mon.0) 10398 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:46.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:45 smithi178 bash[75692]: audit 2024-03-21T13:13:45.229073+0000 mon.a (mon.0) 10399 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:46.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:45 smithi178 bash[75692]: audit 2024-03-21T13:13:45.232732+0000 mon.a (mon.0) 10400 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:46.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:45 smithi178 bash[75692]: audit 2024-03-21T13:13:45.234191+0000 mon.a (mon.0) 10401 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:46.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:45 smithi178 bash[75692]: audit 2024-03-21T13:13:45.242611+0000 mon.a (mon.0) 10402 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:46.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:45 smithi178 bash[75692]: cephadm 2024-03-21T13:13:45.243942+0000 mgr.x (mgr.34104) 6464 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:46.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:45 smithi178 bash[75692]: audit 2024-03-21T13:13:45.323821+0000 mon.a (mon.0) 10403 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:46.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:45 smithi178 bash[75692]: audit 2024-03-21T13:13:45.327318+0000 mon.a (mon.0) 10404 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:46.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:45 smithi178 bash[75692]: audit 2024-03-21T13:13:45.330322+0000 mon.a (mon.0) 10405 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:46.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:45 smithi178 bash[75692]: audit 2024-03-21T13:13:45.331422+0000 mon.a (mon.0) 10406 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:46.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:45 smithi178 bash[75692]: audit 2024-03-21T13:13:45.340836+0000 mon.a (mon.0) 10407 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:46.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:45 smithi178 bash[77880]: audit 2024-03-21T13:13:45.745754+0000 mon.a (mon.0) 10427 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:46.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:45 smithi178 bash[77880]: audit 2024-03-21T13:13:45.830429+0000 mon.a (mon.0) 10428 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:46.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:45 smithi178 bash[77880]: audit 2024-03-21T13:13:45.833692+0000 mon.a (mon.0) 10429 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:46.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:45 smithi178 bash[77880]: audit 2024-03-21T13:13:45.837006+0000 mon.a (mon.0) 10430 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:46.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:45 smithi178 bash[77880]: audit 2024-03-21T13:13:45.838464+0000 mon.a (mon.0) 10431 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:46.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:45 smithi178 bash[77880]: audit 2024-03-21T13:13:45.848429+0000 mon.a (mon.0) 10432 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:46.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:45 smithi178 bash[75692]: audit 2024-03-21T13:13:45.423688+0000 mon.a (mon.0) 10408 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:46.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:45 smithi178 bash[75692]: audit 2024-03-21T13:13:45.426617+0000 mon.a (mon.0) 10409 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:46.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:45 smithi178 bash[75692]: audit 2024-03-21T13:13:45.429561+0000 mon.a (mon.0) 10410 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:46.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:45 smithi178 bash[75692]: audit 2024-03-21T13:13:45.430597+0000 mon.a (mon.0) 10411 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:46.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:45 smithi178 bash[75692]: audit 2024-03-21T13:13:45.438473+0000 mon.a (mon.0) 10412 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:46.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:45 smithi178 bash[75692]: audit 2024-03-21T13:13:45.533469+0000 mon.a (mon.0) 10413 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:46.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:45 smithi178 bash[75692]: audit 2024-03-21T13:13:45.536523+0000 mon.a (mon.0) 10414 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:46.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:45 smithi178 bash[75692]: audit 2024-03-21T13:13:45.539961+0000 mon.a (mon.0) 10415 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:46.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:45 smithi178 bash[75692]: audit 2024-03-21T13:13:45.541636+0000 mon.a (mon.0) 10416 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:46.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:45 smithi178 bash[75692]: audit 2024-03-21T13:13:45.552200+0000 mon.a (mon.0) 10417 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:46.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:45 smithi178 bash[75692]: audit 2024-03-21T13:13:45.632816+0000 mon.a (mon.0) 10418 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:46.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:45 smithi178 bash[75692]: audit 2024-03-21T13:13:45.637941+0000 mon.a (mon.0) 10419 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:46.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:45 smithi178 bash[75692]: audit 2024-03-21T13:13:45.641351+0000 mon.a (mon.0) 10420 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:46.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:45 smithi178 bash[75692]: audit 2024-03-21T13:13:45.642547+0000 mon.a (mon.0) 10421 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:46.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:45 smithi178 bash[75692]: audit 2024-03-21T13:13:45.648481+0000 mon.a (mon.0) 10422 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:46.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:45 smithi178 bash[75692]: audit 2024-03-21T13:13:45.728447+0000 mon.a (mon.0) 10423 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:46.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:45 smithi178 bash[75692]: audit 2024-03-21T13:13:45.731548+0000 mon.a (mon.0) 10424 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:46.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:45 smithi178 bash[75692]: audit 2024-03-21T13:13:45.735618+0000 mon.a (mon.0) 10425 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:46.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:45 smithi178 bash[75692]: audit 2024-03-21T13:13:45.737021+0000 mon.a (mon.0) 10426 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:46.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:45 smithi178 bash[75692]: audit 2024-03-21T13:13:45.745754+0000 mon.a (mon.0) 10427 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:46.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:45 smithi178 bash[75692]: audit 2024-03-21T13:13:45.830429+0000 mon.a (mon.0) 10428 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:46.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:45 smithi178 bash[75692]: audit 2024-03-21T13:13:45.833692+0000 mon.a (mon.0) 10429 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:46.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:45 smithi178 bash[75692]: audit 2024-03-21T13:13:45.837006+0000 mon.a (mon.0) 10430 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:46.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:45 smithi178 bash[75692]: audit 2024-03-21T13:13:45.838464+0000 mon.a (mon.0) 10431 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:46.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:45 smithi178 bash[75692]: audit 2024-03-21T13:13:45.848429+0000 mon.a (mon.0) 10432 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:46.390 INFO:teuthology.orchestra.run.smithi178.stdout:{ 2024-03-21T13:13:46.390 INFO:teuthology.orchestra.run.smithi178.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753", 2024-03-21T13:13:46.390 INFO:teuthology.orchestra.run.smithi178.stdout: "in_progress": true, 2024-03-21T13:13:46.390 INFO:teuthology.orchestra.run.smithi178.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-21T13:13:46.390 INFO:teuthology.orchestra.run.smithi178.stdout: "services_complete": [ 2024-03-21T13:13:46.390 INFO:teuthology.orchestra.run.smithi178.stdout: "rgw", 2024-03-21T13:13:46.390 INFO:teuthology.orchestra.run.smithi178.stdout: "osd", 2024-03-21T13:13:46.390 INFO:teuthology.orchestra.run.smithi178.stdout: "mgr", 2024-03-21T13:13:46.390 INFO:teuthology.orchestra.run.smithi178.stdout: "iscsi", 2024-03-21T13:13:46.390 INFO:teuthology.orchestra.run.smithi178.stdout: "mon" 2024-03-21T13:13:46.390 INFO:teuthology.orchestra.run.smithi178.stdout: ], 2024-03-21T13:13:46.390 INFO:teuthology.orchestra.run.smithi178.stdout: "progress": "18/23 daemons upgraded", 2024-03-21T13:13:46.391 INFO:teuthology.orchestra.run.smithi178.stdout: "message": "Currently upgrading grafana daemons", 2024-03-21T13:13:46.391 INFO:teuthology.orchestra.run.smithi178.stdout: "is_paused": false 2024-03-21T13:13:46.391 INFO:teuthology.orchestra.run.smithi178.stdout:} 2024-03-21T13:13:46.533 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:13:46 smithi184 bash[90245]: logger=migrator t=2024-03-21T13:13:46.259896849Z level=info msg="Executing migration" id="Drop public config table" 2024-03-21T13:13:46.823 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:13:46 smithi184 bash[90245]: logger=migrator t=2024-03-21T13:13:46.531851253Z level=info msg="Executing migration" id="Recreate dashboard public config v2" 2024-03-21T13:13:46.823 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:13:46 smithi184 bash[90245]: logger=migrator t=2024-03-21T13:13:46.765149957Z level=info msg="Executing migration" id="create index UQE_dashboard_public_config_uid - v2" 2024-03-21T13:13:46.859 INFO:teuthology.orchestra.run.smithi178.stdout:HEALTH_OK 2024-03-21T13:13:47.051 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:13:46 smithi184 bash[90245]: logger=migrator t=2024-03-21T13:13:46.946395171Z level=info msg="Executing migration" id="create index IDX_dashboard_public_config_org_id_dashboard_uid - v2" 2024-03-21T13:13:47.143 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:46 smithi184 bash[59794]: cephadm 2024-03-21T13:13:45.342390+0000 mgr.x (mgr.34104) 6465 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:47.143 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:46 smithi184 bash[59794]: cephadm 2024-03-21T13:13:45.439631+0000 mgr.x (mgr.34104) 6466 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:47.143 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:46 smithi184 bash[59794]: audit 2024-03-21T13:13:45.501299+0000 mgr.x (mgr.34104) 6467 : audit [DBG] from='client.54955 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:13:47.143 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:46 smithi184 bash[59794]: cephadm 2024-03-21T13:13:45.553602+0000 mgr.x (mgr.34104) 6468 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:47.143 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:46 smithi184 bash[59794]: cephadm 2024-03-21T13:13:45.649608+0000 mgr.x (mgr.34104) 6469 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:47.143 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:46 smithi184 bash[59794]: cephadm 2024-03-21T13:13:45.747170+0000 mgr.x (mgr.34104) 6470 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:47.143 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:46 smithi184 bash[59794]: cephadm 2024-03-21T13:13:45.849712+0000 mgr.x (mgr.34104) 6471 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:47.143 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:46 smithi184 bash[59794]: audit 2024-03-21T13:13:45.928723+0000 mon.a (mon.0) 10433 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:47.143 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:46 smithi184 bash[59794]: audit 2024-03-21T13:13:45.933291+0000 mon.a (mon.0) 10434 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:47.143 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:46 smithi184 bash[59794]: audit 2024-03-21T13:13:45.936974+0000 mon.a (mon.0) 10435 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:47.143 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:46 smithi184 bash[59794]: audit 2024-03-21T13:13:45.938659+0000 mon.a (mon.0) 10436 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:47.144 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:46 smithi184 bash[59794]: audit 2024-03-21T13:13:45.947924+0000 mon.a (mon.0) 10437 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:47.144 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:46 smithi184 bash[59794]: cephadm 2024-03-21T13:13:45.949224+0000 mgr.x (mgr.34104) 6472 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:47.144 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:46 smithi184 bash[59794]: audit 2024-03-21T13:13:45.988766+0000 mon.c (mon.1) 25 : audit [DBG] from='client.? 172.21.15.178:0/1536048267' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:47.144 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:46 smithi184 bash[59794]: audit 2024-03-21T13:13:46.028323+0000 mon.a (mon.0) 10438 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:47.144 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:46 smithi184 bash[59794]: audit 2024-03-21T13:13:46.031951+0000 mon.a (mon.0) 10439 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:47.144 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:46 smithi184 bash[59794]: audit 2024-03-21T13:13:46.037007+0000 mon.a (mon.0) 10440 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:47.144 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:46 smithi184 bash[59794]: audit 2024-03-21T13:13:46.038448+0000 mon.a (mon.0) 10441 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:47.144 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:46 smithi184 bash[59794]: audit 2024-03-21T13:13:46.046588+0000 mon.a (mon.0) 10442 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:47.144 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:46 smithi184 bash[59794]: cephadm 2024-03-21T13:13:46.047865+0000 mgr.x (mgr.34104) 6473 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:47.144 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:46 smithi184 bash[59794]: audit 2024-03-21T13:13:46.129558+0000 mon.a (mon.0) 10443 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:47.144 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:46 smithi184 bash[59794]: audit 2024-03-21T13:13:46.132411+0000 mon.a (mon.0) 10444 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:47.144 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:46 smithi184 bash[59794]: audit 2024-03-21T13:13:46.135866+0000 mon.a (mon.0) 10445 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:47.144 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:46 smithi184 bash[59794]: audit 2024-03-21T13:13:46.136988+0000 mon.a (mon.0) 10446 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:47.144 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:46 smithi184 bash[59794]: audit 2024-03-21T13:13:46.143424+0000 mon.a (mon.0) 10447 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:47.145 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:46 smithi184 bash[59794]: cephadm 2024-03-21T13:13:46.144770+0000 mgr.x (mgr.34104) 6474 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:47.145 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:46 smithi184 bash[59794]: audit 2024-03-21T13:13:46.224252+0000 mon.a (mon.0) 10448 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:47.145 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:46 smithi184 bash[59794]: audit 2024-03-21T13:13:46.231963+0000 mon.a (mon.0) 10449 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:47.145 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:46 smithi184 bash[59794]: audit 2024-03-21T13:13:46.235163+0000 mon.a (mon.0) 10450 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:47.145 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:46 smithi184 bash[59794]: audit 2024-03-21T13:13:46.236054+0000 mon.a (mon.0) 10451 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:47.145 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:46 smithi184 bash[59794]: audit 2024-03-21T13:13:46.241977+0000 mon.a (mon.0) 10452 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:47.145 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:46 smithi184 bash[59794]: cephadm 2024-03-21T13:13:46.243164+0000 mgr.x (mgr.34104) 6475 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:47.145 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:46 smithi184 bash[59794]: audit 2024-03-21T13:13:46.322307+0000 mon.a (mon.0) 10453 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:47.145 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:46 smithi184 bash[59794]: audit 2024-03-21T13:13:46.325505+0000 mon.a (mon.0) 10454 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:47.145 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:46 smithi184 bash[59794]: audit 2024-03-21T13:13:46.328391+0000 mon.a (mon.0) 10455 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:47.145 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:46 smithi184 bash[59794]: audit 2024-03-21T13:13:46.329654+0000 mon.a (mon.0) 10456 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:47.145 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:46 smithi184 bash[59794]: audit 2024-03-21T13:13:46.337190+0000 mon.a (mon.0) 10457 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:47.145 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:46 smithi184 bash[59794]: audit 2024-03-21T13:13:46.397785+0000 mon.a (mon.0) 10458 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:47.146 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:46 smithi184 bash[59794]: audit 2024-03-21T13:13:46.401383+0000 mon.a (mon.0) 10459 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:47.146 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:46 smithi184 bash[59794]: audit 2024-03-21T13:13:46.405890+0000 mon.a (mon.0) 10460 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:47.146 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:46 smithi184 bash[59794]: audit 2024-03-21T13:13:46.407123+0000 mon.a (mon.0) 10461 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:47.146 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:46 smithi184 bash[59794]: audit 2024-03-21T13:13:46.415387+0000 mon.a (mon.0) 10462 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:47.146 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:46 smithi184 bash[59794]: audit 2024-03-21T13:13:46.494252+0000 mon.a (mon.0) 10463 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:47.146 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:46 smithi184 bash[59794]: audit 2024-03-21T13:13:46.497156+0000 mon.a (mon.0) 10464 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:47.146 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:46 smithi184 bash[59794]: audit 2024-03-21T13:13:46.500479+0000 mon.a (mon.0) 10465 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:47.146 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:46 smithi184 bash[59794]: audit 2024-03-21T13:13:46.502116+0000 mon.a (mon.0) 10466 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:47.146 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:46 smithi184 bash[59794]: audit 2024-03-21T13:13:46.511285+0000 mon.a (mon.0) 10467 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:47.146 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:46 smithi184 bash[59794]: audit 2024-03-21T13:13:46.576594+0000 mon.a (mon.0) 10468 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:47.146 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:46 smithi184 bash[59794]: audit 2024-03-21T13:13:46.579643+0000 mon.a (mon.0) 10469 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:47.146 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:46 smithi184 bash[59794]: audit 2024-03-21T13:13:46.582814+0000 mon.a (mon.0) 10470 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:47.146 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:46 smithi184 bash[59794]: audit 2024-03-21T13:13:46.584087+0000 mon.a (mon.0) 10471 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:47.147 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:46 smithi184 bash[59794]: audit 2024-03-21T13:13:46.592015+0000 mon.a (mon.0) 10472 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:47.147 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:46 smithi184 bash[59794]: audit 2024-03-21T13:13:46.674218+0000 mon.a (mon.0) 10473 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:47.147 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:46 smithi184 bash[59794]: audit 2024-03-21T13:13:46.677231+0000 mon.a (mon.0) 10474 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:47.147 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:46 smithi184 bash[59794]: audit 2024-03-21T13:13:46.680618+0000 mon.a (mon.0) 10475 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:47.147 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:46 smithi184 bash[59794]: audit 2024-03-21T13:13:46.681850+0000 mon.a (mon.0) 10476 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:47.147 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:46 smithi184 bash[59794]: audit 2024-03-21T13:13:46.689683+0000 mon.a (mon.0) 10477 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:47.147 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:46 smithi184 bash[59794]: audit 2024-03-21T13:13:46.771192+0000 mon.a (mon.0) 10478 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:47.147 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:46 smithi184 bash[59794]: audit 2024-03-21T13:13:46.774530+0000 mon.a (mon.0) 10479 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:47.147 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:46 smithi184 bash[59794]: audit 2024-03-21T13:13:46.777156+0000 mon.a (mon.0) 10480 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:47.147 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:46 smithi184 bash[59794]: audit 2024-03-21T13:13:46.778142+0000 mon.a (mon.0) 10481 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:47.147 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:46 smithi184 bash[59794]: audit 2024-03-21T13:13:46.786383+0000 mon.a (mon.0) 10482 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:47.148 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:46 smithi184 bash[59794]: audit 2024-03-21T13:13:46.857427+0000 mon.a (mon.0) 10483 : audit [DBG] from='client.? 172.21.15.178:0/583162079' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T13:13:47.148 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:13:47 smithi184 bash[90245]: logger=migrator t=2024-03-21T13:13:47.049506674Z level=info msg="Executing migration" id="create index UQE_dashboard_public_config_access_token - v2" 2024-03-21T13:13:47.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:46 smithi178 bash[75692]: cephadm 2024-03-21T13:13:45.342390+0000 mgr.x (mgr.34104) 6465 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:47.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:46 smithi178 bash[75692]: cephadm 2024-03-21T13:13:45.439631+0000 mgr.x (mgr.34104) 6466 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:47.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:46 smithi178 bash[75692]: audit 2024-03-21T13:13:45.501299+0000 mgr.x (mgr.34104) 6467 : audit [DBG] from='client.54955 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:13:47.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:46 smithi178 bash[75692]: cephadm 2024-03-21T13:13:45.553602+0000 mgr.x (mgr.34104) 6468 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:47.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:46 smithi178 bash[75692]: cephadm 2024-03-21T13:13:45.649608+0000 mgr.x (mgr.34104) 6469 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:47.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:46 smithi178 bash[75692]: cephadm 2024-03-21T13:13:45.747170+0000 mgr.x (mgr.34104) 6470 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:47.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:46 smithi178 bash[75692]: cephadm 2024-03-21T13:13:45.849712+0000 mgr.x (mgr.34104) 6471 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:47.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:46 smithi178 bash[75692]: audit 2024-03-21T13:13:45.928723+0000 mon.a (mon.0) 10433 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:47.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:46 smithi178 bash[75692]: audit 2024-03-21T13:13:45.933291+0000 mon.a (mon.0) 10434 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:47.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:46 smithi178 bash[75692]: audit 2024-03-21T13:13:45.936974+0000 mon.a (mon.0) 10435 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:47.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:46 smithi178 bash[75692]: audit 2024-03-21T13:13:45.938659+0000 mon.a (mon.0) 10436 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:47.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:46 smithi178 bash[75692]: audit 2024-03-21T13:13:45.947924+0000 mon.a (mon.0) 10437 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:47.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:46 smithi178 bash[75692]: cephadm 2024-03-21T13:13:45.949224+0000 mgr.x (mgr.34104) 6472 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:47.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:46 smithi178 bash[75692]: audit 2024-03-21T13:13:45.988766+0000 mon.c (mon.1) 25 : audit [DBG] from='client.? 172.21.15.178:0/1536048267' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:47.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:46 smithi178 bash[75692]: audit 2024-03-21T13:13:46.028323+0000 mon.a (mon.0) 10438 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:47.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:46 smithi178 bash[75692]: audit 2024-03-21T13:13:46.031951+0000 mon.a (mon.0) 10439 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:47.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:46 smithi178 bash[75692]: audit 2024-03-21T13:13:46.037007+0000 mon.a (mon.0) 10440 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:47.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:46 smithi178 bash[75692]: audit 2024-03-21T13:13:46.038448+0000 mon.a (mon.0) 10441 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:47.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:46 smithi178 bash[75692]: audit 2024-03-21T13:13:46.046588+0000 mon.a (mon.0) 10442 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:47.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:46 smithi178 bash[75692]: cephadm 2024-03-21T13:13:46.047865+0000 mgr.x (mgr.34104) 6473 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:47.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:46 smithi178 bash[77880]: cephadm 2024-03-21T13:13:45.342390+0000 mgr.x (mgr.34104) 6465 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:47.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:46 smithi178 bash[77880]: cephadm 2024-03-21T13:13:45.439631+0000 mgr.x (mgr.34104) 6466 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:47.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:46 smithi178 bash[77880]: audit 2024-03-21T13:13:45.501299+0000 mgr.x (mgr.34104) 6467 : audit [DBG] from='client.54955 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:13:47.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:46 smithi178 bash[77880]: cephadm 2024-03-21T13:13:45.553602+0000 mgr.x (mgr.34104) 6468 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:47.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:46 smithi178 bash[77880]: cephadm 2024-03-21T13:13:45.649608+0000 mgr.x (mgr.34104) 6469 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:47.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:46 smithi178 bash[77880]: cephadm 2024-03-21T13:13:45.747170+0000 mgr.x (mgr.34104) 6470 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:47.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:46 smithi178 bash[77880]: cephadm 2024-03-21T13:13:45.849712+0000 mgr.x (mgr.34104) 6471 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:47.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:46 smithi178 bash[77880]: audit 2024-03-21T13:13:45.928723+0000 mon.a (mon.0) 10433 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:47.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:46 smithi178 bash[77880]: audit 2024-03-21T13:13:45.933291+0000 mon.a (mon.0) 10434 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:47.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:46 smithi178 bash[77880]: audit 2024-03-21T13:13:45.936974+0000 mon.a (mon.0) 10435 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:47.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:46 smithi178 bash[77880]: audit 2024-03-21T13:13:45.938659+0000 mon.a (mon.0) 10436 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:47.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:46 smithi178 bash[77880]: audit 2024-03-21T13:13:45.947924+0000 mon.a (mon.0) 10437 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:47.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:46 smithi178 bash[77880]: cephadm 2024-03-21T13:13:45.949224+0000 mgr.x (mgr.34104) 6472 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:47.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:46 smithi178 bash[77880]: audit 2024-03-21T13:13:45.988766+0000 mon.c (mon.1) 25 : audit [DBG] from='client.? 172.21.15.178:0/1536048267' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:47.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:46 smithi178 bash[77880]: audit 2024-03-21T13:13:46.028323+0000 mon.a (mon.0) 10438 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:47.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:46 smithi178 bash[77880]: audit 2024-03-21T13:13:46.031951+0000 mon.a (mon.0) 10439 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:47.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:46 smithi178 bash[77880]: audit 2024-03-21T13:13:46.037007+0000 mon.a (mon.0) 10440 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:47.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:46 smithi178 bash[77880]: audit 2024-03-21T13:13:46.038448+0000 mon.a (mon.0) 10441 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:47.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:46 smithi178 bash[77880]: audit 2024-03-21T13:13:46.046588+0000 mon.a (mon.0) 10442 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:47.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:46 smithi178 bash[77880]: cephadm 2024-03-21T13:13:46.047865+0000 mgr.x (mgr.34104) 6473 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:47.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:46 smithi178 bash[77880]: audit 2024-03-21T13:13:46.129558+0000 mon.a (mon.0) 10443 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:47.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:46 smithi178 bash[77880]: audit 2024-03-21T13:13:46.132411+0000 mon.a (mon.0) 10444 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:47.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:46 smithi178 bash[77880]: audit 2024-03-21T13:13:46.135866+0000 mon.a (mon.0) 10445 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:47.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:46 smithi178 bash[77880]: audit 2024-03-21T13:13:46.136988+0000 mon.a (mon.0) 10446 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:47.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:46 smithi178 bash[77880]: audit 2024-03-21T13:13:46.143424+0000 mon.a (mon.0) 10447 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:47.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:46 smithi178 bash[77880]: cephadm 2024-03-21T13:13:46.144770+0000 mgr.x (mgr.34104) 6474 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:47.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:46 smithi178 bash[77880]: audit 2024-03-21T13:13:46.224252+0000 mon.a (mon.0) 10448 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:47.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:46 smithi178 bash[77880]: audit 2024-03-21T13:13:46.231963+0000 mon.a (mon.0) 10449 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:47.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:46 smithi178 bash[77880]: audit 2024-03-21T13:13:46.235163+0000 mon.a (mon.0) 10450 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:47.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:46 smithi178 bash[77880]: audit 2024-03-21T13:13:46.236054+0000 mon.a (mon.0) 10451 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:47.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:46 smithi178 bash[77880]: audit 2024-03-21T13:13:46.241977+0000 mon.a (mon.0) 10452 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:47.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:46 smithi178 bash[77880]: cephadm 2024-03-21T13:13:46.243164+0000 mgr.x (mgr.34104) 6475 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:47.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:46 smithi178 bash[77880]: audit 2024-03-21T13:13:46.322307+0000 mon.a (mon.0) 10453 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:47.302 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:46 smithi178 bash[77880]: audit 2024-03-21T13:13:46.325505+0000 mon.a (mon.0) 10454 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:47.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:46 smithi178 bash[77880]: audit 2024-03-21T13:13:46.328391+0000 mon.a (mon.0) 10455 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:47.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:46 smithi178 bash[77880]: audit 2024-03-21T13:13:46.329654+0000 mon.a (mon.0) 10456 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:47.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:46 smithi178 bash[77880]: audit 2024-03-21T13:13:46.337190+0000 mon.a (mon.0) 10457 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:47.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:46 smithi178 bash[77880]: audit 2024-03-21T13:13:46.397785+0000 mon.a (mon.0) 10458 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:47.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:46 smithi178 bash[77880]: audit 2024-03-21T13:13:46.401383+0000 mon.a (mon.0) 10459 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:47.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:46 smithi178 bash[75692]: audit 2024-03-21T13:13:46.129558+0000 mon.a (mon.0) 10443 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:47.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:46 smithi178 bash[75692]: audit 2024-03-21T13:13:46.132411+0000 mon.a (mon.0) 10444 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:47.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:46 smithi178 bash[75692]: audit 2024-03-21T13:13:46.135866+0000 mon.a (mon.0) 10445 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:47.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:46 smithi178 bash[75692]: audit 2024-03-21T13:13:46.136988+0000 mon.a (mon.0) 10446 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:47.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:46 smithi178 bash[75692]: audit 2024-03-21T13:13:46.143424+0000 mon.a (mon.0) 10447 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:47.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:46 smithi178 bash[75692]: cephadm 2024-03-21T13:13:46.144770+0000 mgr.x (mgr.34104) 6474 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:47.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:46 smithi178 bash[75692]: audit 2024-03-21T13:13:46.224252+0000 mon.a (mon.0) 10448 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:47.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:46 smithi178 bash[75692]: audit 2024-03-21T13:13:46.231963+0000 mon.a (mon.0) 10449 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:47.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:46 smithi178 bash[75692]: audit 2024-03-21T13:13:46.235163+0000 mon.a (mon.0) 10450 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:47.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:46 smithi178 bash[75692]: audit 2024-03-21T13:13:46.236054+0000 mon.a (mon.0) 10451 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:47.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:46 smithi178 bash[75692]: audit 2024-03-21T13:13:46.241977+0000 mon.a (mon.0) 10452 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:47.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:46 smithi178 bash[75692]: cephadm 2024-03-21T13:13:46.243164+0000 mgr.x (mgr.34104) 6475 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:47.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:46 smithi178 bash[75692]: audit 2024-03-21T13:13:46.322307+0000 mon.a (mon.0) 10453 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:47.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:46 smithi178 bash[75692]: audit 2024-03-21T13:13:46.325505+0000 mon.a (mon.0) 10454 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:47.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:46 smithi178 bash[75692]: audit 2024-03-21T13:13:46.328391+0000 mon.a (mon.0) 10455 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:47.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:46 smithi178 bash[75692]: audit 2024-03-21T13:13:46.329654+0000 mon.a (mon.0) 10456 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:47.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:46 smithi178 bash[75692]: audit 2024-03-21T13:13:46.337190+0000 mon.a (mon.0) 10457 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:47.304 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:46 smithi178 bash[75692]: audit 2024-03-21T13:13:46.397785+0000 mon.a (mon.0) 10458 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:47.305 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:46 smithi178 bash[75692]: audit 2024-03-21T13:13:46.401383+0000 mon.a (mon.0) 10459 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:47.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:46 smithi178 bash[77880]: audit 2024-03-21T13:13:46.405890+0000 mon.a (mon.0) 10460 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:47.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:46 smithi178 bash[77880]: audit 2024-03-21T13:13:46.407123+0000 mon.a (mon.0) 10461 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:47.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:46 smithi178 bash[77880]: audit 2024-03-21T13:13:46.415387+0000 mon.a (mon.0) 10462 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:47.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:46 smithi178 bash[77880]: audit 2024-03-21T13:13:46.494252+0000 mon.a (mon.0) 10463 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:47.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:46 smithi178 bash[77880]: audit 2024-03-21T13:13:46.497156+0000 mon.a (mon.0) 10464 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:47.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:46 smithi178 bash[77880]: audit 2024-03-21T13:13:46.500479+0000 mon.a (mon.0) 10465 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:47.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:46 smithi178 bash[77880]: audit 2024-03-21T13:13:46.502116+0000 mon.a (mon.0) 10466 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:47.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:46 smithi178 bash[77880]: audit 2024-03-21T13:13:46.511285+0000 mon.a (mon.0) 10467 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:47.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:46 smithi178 bash[77880]: audit 2024-03-21T13:13:46.576594+0000 mon.a (mon.0) 10468 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:47.305 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:46 smithi178 bash[77880]: audit 2024-03-21T13:13:46.579643+0000 mon.a (mon.0) 10469 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:47.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:46 smithi178 bash[77880]: audit 2024-03-21T13:13:46.582814+0000 mon.a (mon.0) 10470 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:47.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:46 smithi178 bash[77880]: audit 2024-03-21T13:13:46.584087+0000 mon.a (mon.0) 10471 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:47.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:46 smithi178 bash[77880]: audit 2024-03-21T13:13:46.592015+0000 mon.a (mon.0) 10472 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:47.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:46 smithi178 bash[77880]: audit 2024-03-21T13:13:46.674218+0000 mon.a (mon.0) 10473 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:47.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:46 smithi178 bash[77880]: audit 2024-03-21T13:13:46.677231+0000 mon.a (mon.0) 10474 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:47.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:46 smithi178 bash[77880]: audit 2024-03-21T13:13:46.680618+0000 mon.a (mon.0) 10475 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:47.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:46 smithi178 bash[77880]: audit 2024-03-21T13:13:46.681850+0000 mon.a (mon.0) 10476 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:47.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:46 smithi178 bash[77880]: audit 2024-03-21T13:13:46.689683+0000 mon.a (mon.0) 10477 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:47.306 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:46 smithi178 bash[77880]: audit 2024-03-21T13:13:46.771192+0000 mon.a (mon.0) 10478 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:47.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:46 smithi178 bash[75692]: audit 2024-03-21T13:13:46.405890+0000 mon.a (mon.0) 10460 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:47.306 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:46 smithi178 bash[75692]: audit 2024-03-21T13:13:46.407123+0000 mon.a (mon.0) 10461 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:47.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:46 smithi178 bash[75692]: audit 2024-03-21T13:13:46.415387+0000 mon.a (mon.0) 10462 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:47.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:46 smithi178 bash[75692]: audit 2024-03-21T13:13:46.494252+0000 mon.a (mon.0) 10463 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:47.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:46 smithi178 bash[75692]: audit 2024-03-21T13:13:46.497156+0000 mon.a (mon.0) 10464 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:47.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:46 smithi178 bash[75692]: audit 2024-03-21T13:13:46.500479+0000 mon.a (mon.0) 10465 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:47.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:46 smithi178 bash[75692]: audit 2024-03-21T13:13:46.502116+0000 mon.a (mon.0) 10466 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:47.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:46 smithi178 bash[75692]: audit 2024-03-21T13:13:46.511285+0000 mon.a (mon.0) 10467 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:47.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:46 smithi178 bash[75692]: audit 2024-03-21T13:13:46.576594+0000 mon.a (mon.0) 10468 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:47.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:46 smithi178 bash[75692]: audit 2024-03-21T13:13:46.579643+0000 mon.a (mon.0) 10469 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:47.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:46 smithi178 bash[75692]: audit 2024-03-21T13:13:46.582814+0000 mon.a (mon.0) 10470 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:47.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:46 smithi178 bash[75692]: audit 2024-03-21T13:13:46.584087+0000 mon.a (mon.0) 10471 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:47.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:46 smithi178 bash[75692]: audit 2024-03-21T13:13:46.592015+0000 mon.a (mon.0) 10472 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:47.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:46 smithi178 bash[75692]: audit 2024-03-21T13:13:46.674218+0000 mon.a (mon.0) 10473 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:47.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:46 smithi178 bash[75692]: audit 2024-03-21T13:13:46.677231+0000 mon.a (mon.0) 10474 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:47.307 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:46 smithi178 bash[75692]: audit 2024-03-21T13:13:46.680618+0000 mon.a (mon.0) 10475 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:47.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:46 smithi178 bash[75692]: audit 2024-03-21T13:13:46.681850+0000 mon.a (mon.0) 10476 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:47.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:46 smithi178 bash[75692]: audit 2024-03-21T13:13:46.689683+0000 mon.a (mon.0) 10477 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:47.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:46 smithi178 bash[75692]: audit 2024-03-21T13:13:46.771192+0000 mon.a (mon.0) 10478 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:47.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:46 smithi178 bash[77880]: audit 2024-03-21T13:13:46.774530+0000 mon.a (mon.0) 10479 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:47.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:46 smithi178 bash[77880]: audit 2024-03-21T13:13:46.777156+0000 mon.a (mon.0) 10480 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:47.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:46 smithi178 bash[77880]: audit 2024-03-21T13:13:46.778142+0000 mon.a (mon.0) 10481 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:47.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:46 smithi178 bash[77880]: audit 2024-03-21T13:13:46.786383+0000 mon.a (mon.0) 10482 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:47.308 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:46 smithi178 bash[77880]: audit 2024-03-21T13:13:46.857427+0000 mon.a (mon.0) 10483 : audit [DBG] from='client.? 172.21.15.178:0/583162079' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T13:13:47.308 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:46 smithi178 bash[75692]: audit 2024-03-21T13:13:46.774530+0000 mon.a (mon.0) 10479 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:47.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:46 smithi178 bash[75692]: audit 2024-03-21T13:13:46.777156+0000 mon.a (mon.0) 10480 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:47.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:46 smithi178 bash[75692]: audit 2024-03-21T13:13:46.778142+0000 mon.a (mon.0) 10481 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:47.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:46 smithi178 bash[75692]: audit 2024-03-21T13:13:46.786383+0000 mon.a (mon.0) 10482 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:47.309 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:46 smithi178 bash[75692]: audit 2024-03-21T13:13:46.857427+0000 mon.a (mon.0) 10483 : audit [DBG] from='client.? 172.21.15.178:0/583162079' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T13:13:47.384 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:13:47 smithi184 bash[90245]: logger=migrator t=2024-03-21T13:13:47.124507433Z level=info msg="Executing migration" id="Rename table dashboard_public_config to dashboard_public - v2" 2024-03-21T13:13:47.385 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:13:47 smithi184 bash[90245]: logger=migrator t=2024-03-21T13:13:47.201480488Z level=info msg="Executing migration" id="add annotations_enabled column" 2024-03-21T13:13:47.385 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:13:47 smithi184 bash[90245]: logger=migrator t=2024-03-21T13:13:47.276632835Z level=info msg="Executing migration" id="add time_selection_enabled column" 2024-03-21T13:13:47.385 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:13:47 smithi184 bash[90245]: logger=migrator t=2024-03-21T13:13:47.340922981Z level=info msg="Executing migration" id="delete orphaned public dashboards" 2024-03-21T13:13:47.638 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:13:47 smithi184 bash[90245]: logger=migrator t=2024-03-21T13:13:47.383312605Z level=info msg="Executing migration" id="add share column" 2024-03-21T13:13:47.638 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:13:47 smithi184 bash[90245]: logger=migrator t=2024-03-21T13:13:47.408594997Z level=info msg="Executing migration" id="create default alerting folders" 2024-03-21T13:13:47.638 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:13:47 smithi184 bash[90245]: logger=migrator t=2024-03-21T13:13:47.442546718Z level=info msg="Executing migration" id="create file table" 2024-03-21T13:13:47.638 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:13:47 smithi184 bash[90245]: logger=migrator t=2024-03-21T13:13:47.493084402Z level=info msg="Executing migration" id="file table idx: path natural pk" 2024-03-21T13:13:47.823 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:13:47 smithi184 bash[90245]: logger=migrator t=2024-03-21T13:13:47.636305016Z level=info msg="Executing migration" id="file table idx: parent_folder_path_hash fast folder retrieval" 2024-03-21T13:13:47.889 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:13:47 smithi184 bash[90245]: logger=migrator t=2024-03-21T13:13:47.8489804Z level=info msg="Executing migration" id="create file_meta table" 2024-03-21T13:13:48.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:47 smithi178 bash[75692]: cephadm 2024-03-21T13:13:46.338285+0000 mgr.x (mgr.34104) 6476 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:48.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:47 smithi178 bash[75692]: audit 2024-03-21T13:13:46.387634+0000 mgr.x (mgr.34104) 6477 : audit [DBG] from='client.54967 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:13:48.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:47 smithi178 bash[75692]: cephadm 2024-03-21T13:13:46.416633+0000 mgr.x (mgr.34104) 6478 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:48.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:47 smithi178 bash[75692]: cephadm 2024-03-21T13:13:46.512594+0000 mgr.x (mgr.34104) 6479 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:48.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:47 smithi178 bash[75692]: cephadm 2024-03-21T13:13:46.593300+0000 mgr.x (mgr.34104) 6480 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:48.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:47 smithi178 bash[75692]: cephadm 2024-03-21T13:13:46.690910+0000 mgr.x (mgr.34104) 6481 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:48.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:47 smithi178 bash[75692]: cephadm 2024-03-21T13:13:46.787696+0000 mgr.x (mgr.34104) 6482 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:48.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:47 smithi178 bash[75692]: audit 2024-03-21T13:13:46.873107+0000 mon.a (mon.0) 10484 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:48.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:47 smithi178 bash[75692]: audit 2024-03-21T13:13:46.877595+0000 mon.a (mon.0) 10485 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:48.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:47 smithi178 bash[75692]: audit 2024-03-21T13:13:46.877997+0000 mon.a (mon.0) 10486 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:48.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:47 smithi178 bash[75692]: audit 2024-03-21T13:13:46.880195+0000 mon.a (mon.0) 10487 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:48.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:47 smithi178 bash[75692]: audit 2024-03-21T13:13:46.883334+0000 mon.a (mon.0) 10488 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:48.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:47 smithi178 bash[75692]: audit 2024-03-21T13:13:46.884079+0000 mon.a (mon.0) 10489 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:48.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:47 smithi178 bash[75692]: cluster 2024-03-21T13:13:46.885425+0000 mgr.x (mgr.34104) 6483 : cluster [DBG] pgmap v4217: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1016 B/s rd, 0 op/s 2024-03-21T13:13:48.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:47 smithi178 bash[75692]: cluster 2024-03-21T13:13:46.888203+0000 mgr.x (mgr.34104) 6484 : cluster [DBG] pgmap v4218: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1 KiB/s rd, 1 op/s 2024-03-21T13:13:48.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:47 smithi178 bash[75692]: cluster 2024-03-21T13:13:46.888594+0000 mgr.x (mgr.34104) 6485 : cluster [DBG] pgmap v4219: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:13:48.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:47 smithi178 bash[75692]: audit 2024-03-21T13:13:46.889728+0000 mon.a (mon.0) 10490 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:48.299 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:47 smithi178 bash[75692]: audit 2024-03-21T13:13:46.894217+0000 mon.a (mon.0) 10491 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:48.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:47 smithi178 bash[75692]: audit 2024-03-21T13:13:46.983876+0000 mon.a (mon.0) 10492 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:48.300 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:47 smithi178 bash[75692]: audit 2024-03-21T13:13:46.988567+0000 mon.a (mon.0) 10493 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:48.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:47 smithi178 bash[77880]: cephadm 2024-03-21T13:13:46.338285+0000 mgr.x (mgr.34104) 6476 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:48.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:47 smithi178 bash[77880]: audit 2024-03-21T13:13:46.387634+0000 mgr.x (mgr.34104) 6477 : audit [DBG] from='client.54967 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:13:48.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:47 smithi178 bash[77880]: cephadm 2024-03-21T13:13:46.416633+0000 mgr.x (mgr.34104) 6478 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:48.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:47 smithi178 bash[77880]: cephadm 2024-03-21T13:13:46.512594+0000 mgr.x (mgr.34104) 6479 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:48.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:47 smithi178 bash[77880]: cephadm 2024-03-21T13:13:46.593300+0000 mgr.x (mgr.34104) 6480 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:48.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:47 smithi178 bash[77880]: cephadm 2024-03-21T13:13:46.690910+0000 mgr.x (mgr.34104) 6481 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:48.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:47 smithi178 bash[77880]: cephadm 2024-03-21T13:13:46.787696+0000 mgr.x (mgr.34104) 6482 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:48.300 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:47 smithi178 bash[77880]: audit 2024-03-21T13:13:46.873107+0000 mon.a (mon.0) 10484 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:48.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:47 smithi178 bash[77880]: audit 2024-03-21T13:13:46.877595+0000 mon.a (mon.0) 10485 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:48.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:47 smithi178 bash[77880]: audit 2024-03-21T13:13:46.877997+0000 mon.a (mon.0) 10486 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:48.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:47 smithi178 bash[77880]: audit 2024-03-21T13:13:46.880195+0000 mon.a (mon.0) 10487 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:48.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:47 smithi178 bash[77880]: audit 2024-03-21T13:13:46.883334+0000 mon.a (mon.0) 10488 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:48.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:47 smithi178 bash[77880]: audit 2024-03-21T13:13:46.884079+0000 mon.a (mon.0) 10489 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:48.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:47 smithi178 bash[77880]: cluster 2024-03-21T13:13:46.885425+0000 mgr.x (mgr.34104) 6483 : cluster [DBG] pgmap v4217: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1016 B/s rd, 0 op/s 2024-03-21T13:13:48.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:47 smithi178 bash[77880]: cluster 2024-03-21T13:13:46.888203+0000 mgr.x (mgr.34104) 6484 : cluster [DBG] pgmap v4218: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1 KiB/s rd, 1 op/s 2024-03-21T13:13:48.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:47 smithi178 bash[77880]: cluster 2024-03-21T13:13:46.888594+0000 mgr.x (mgr.34104) 6485 : cluster [DBG] pgmap v4219: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:13:48.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:47 smithi178 bash[77880]: audit 2024-03-21T13:13:46.889728+0000 mon.a (mon.0) 10490 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:48.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:47 smithi178 bash[77880]: audit 2024-03-21T13:13:46.894217+0000 mon.a (mon.0) 10491 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:48.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:47 smithi178 bash[77880]: audit 2024-03-21T13:13:46.983876+0000 mon.a (mon.0) 10492 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:48.301 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:47 smithi178 bash[77880]: audit 2024-03-21T13:13:46.988567+0000 mon.a (mon.0) 10493 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:48.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:47 smithi178 bash[75692]: audit 2024-03-21T13:13:46.991899+0000 mon.a (mon.0) 10494 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:48.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:47 smithi178 bash[75692]: audit 2024-03-21T13:13:46.994141+0000 mon.a (mon.0) 10495 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:48.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:47 smithi178 bash[75692]: audit 2024-03-21T13:13:46.998170+0000 mon.a (mon.0) 10496 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:48.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:47 smithi178 bash[75692]: audit 2024-03-21T13:13:47.002043+0000 mon.a (mon.0) 10497 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:48.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:47 smithi178 bash[75692]: audit 2024-03-21T13:13:47.005142+0000 mon.a (mon.0) 10498 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:48.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:47 smithi178 bash[75692]: audit 2024-03-21T13:13:47.006874+0000 mon.a (mon.0) 10499 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:48.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:47 smithi178 bash[75692]: audit 2024-03-21T13:13:47.008526+0000 mon.a (mon.0) 10500 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:48.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:47 smithi178 bash[75692]: audit 2024-03-21T13:13:47.010457+0000 mon.a (mon.0) 10501 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:48.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:47 smithi178 bash[75692]: audit 2024-03-21T13:13:47.012187+0000 mon.a (mon.0) 10502 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:48.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:47 smithi178 bash[75692]: audit 2024-03-21T13:13:47.013968+0000 mon.a (mon.0) 10503 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:48.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:47 smithi178 bash[75692]: audit 2024-03-21T13:13:47.015914+0000 mon.a (mon.0) 10504 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:48.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:47 smithi178 bash[75692]: audit 2024-03-21T13:13:47.019418+0000 mon.a (mon.0) 10505 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:48.302 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:47 smithi178 bash[75692]: audit 2024-03-21T13:13:47.021800+0000 mon.a (mon.0) 10506 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:48.303 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:47 smithi178 bash[75692]: audit 2024-03-21T13:13:47.024402+0000 mon.a (mon.0) 10507 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:48.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:47 smithi178 bash[77880]: audit 2024-03-21T13:13:46.991899+0000 mon.a (mon.0) 10494 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:48.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:47 smithi178 bash[77880]: audit 2024-03-21T13:13:46.994141+0000 mon.a (mon.0) 10495 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:48.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:47 smithi178 bash[77880]: audit 2024-03-21T13:13:46.998170+0000 mon.a (mon.0) 10496 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:48.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:47 smithi178 bash[77880]: audit 2024-03-21T13:13:47.002043+0000 mon.a (mon.0) 10497 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:48.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:47 smithi178 bash[77880]: audit 2024-03-21T13:13:47.005142+0000 mon.a (mon.0) 10498 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:48.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:47 smithi178 bash[77880]: audit 2024-03-21T13:13:47.006874+0000 mon.a (mon.0) 10499 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:48.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:47 smithi178 bash[77880]: audit 2024-03-21T13:13:47.008526+0000 mon.a (mon.0) 10500 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:48.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:47 smithi178 bash[77880]: audit 2024-03-21T13:13:47.010457+0000 mon.a (mon.0) 10501 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:48.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:47 smithi178 bash[77880]: audit 2024-03-21T13:13:47.012187+0000 mon.a (mon.0) 10502 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:48.303 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:47 smithi178 bash[77880]: audit 2024-03-21T13:13:47.013968+0000 mon.a (mon.0) 10503 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:48.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:47 smithi178 bash[77880]: audit 2024-03-21T13:13:47.015914+0000 mon.a (mon.0) 10504 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:48.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:47 smithi178 bash[77880]: audit 2024-03-21T13:13:47.019418+0000 mon.a (mon.0) 10505 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:48.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:47 smithi178 bash[77880]: audit 2024-03-21T13:13:47.021800+0000 mon.a (mon.0) 10506 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:48.304 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:47 smithi178 bash[77880]: audit 2024-03-21T13:13:47.024402+0000 mon.a (mon.0) 10507 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:48.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:47 smithi184 bash[59794]: cephadm 2024-03-21T13:13:46.338285+0000 mgr.x (mgr.34104) 6476 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:48.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:47 smithi184 bash[59794]: audit 2024-03-21T13:13:46.387634+0000 mgr.x (mgr.34104) 6477 : audit [DBG] from='client.54967 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:13:48.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:47 smithi184 bash[59794]: cephadm 2024-03-21T13:13:46.416633+0000 mgr.x (mgr.34104) 6478 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:48.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:47 smithi184 bash[59794]: cephadm 2024-03-21T13:13:46.512594+0000 mgr.x (mgr.34104) 6479 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:48.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:47 smithi184 bash[59794]: cephadm 2024-03-21T13:13:46.593300+0000 mgr.x (mgr.34104) 6480 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:48.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:47 smithi184 bash[59794]: cephadm 2024-03-21T13:13:46.690910+0000 mgr.x (mgr.34104) 6481 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:48.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:47 smithi184 bash[59794]: cephadm 2024-03-21T13:13:46.787696+0000 mgr.x (mgr.34104) 6482 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:13:48.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:47 smithi184 bash[59794]: audit 2024-03-21T13:13:46.873107+0000 mon.a (mon.0) 10484 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:48.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:47 smithi184 bash[59794]: audit 2024-03-21T13:13:46.877595+0000 mon.a (mon.0) 10485 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:48.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:47 smithi184 bash[59794]: audit 2024-03-21T13:13:46.877997+0000 mon.a (mon.0) 10486 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:48.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:47 smithi184 bash[59794]: audit 2024-03-21T13:13:46.880195+0000 mon.a (mon.0) 10487 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:13:48.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:47 smithi184 bash[59794]: audit 2024-03-21T13:13:46.883334+0000 mon.a (mon.0) 10488 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:48.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:47 smithi184 bash[59794]: audit 2024-03-21T13:13:46.884079+0000 mon.a (mon.0) 10489 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:13:48.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:47 smithi184 bash[59794]: cluster 2024-03-21T13:13:46.885425+0000 mgr.x (mgr.34104) 6483 : cluster [DBG] pgmap v4217: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1016 B/s rd, 0 op/s 2024-03-21T13:13:48.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:47 smithi184 bash[59794]: cluster 2024-03-21T13:13:46.888203+0000 mgr.x (mgr.34104) 6484 : cluster [DBG] pgmap v4218: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1 KiB/s rd, 1 op/s 2024-03-21T13:13:48.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:47 smithi184 bash[59794]: cluster 2024-03-21T13:13:46.888594+0000 mgr.x (mgr.34104) 6485 : cluster [DBG] pgmap v4219: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:13:48.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:47 smithi184 bash[59794]: audit 2024-03-21T13:13:46.889728+0000 mon.a (mon.0) 10490 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:48.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:47 smithi184 bash[59794]: audit 2024-03-21T13:13:46.894217+0000 mon.a (mon.0) 10491 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:48.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:47 smithi184 bash[59794]: audit 2024-03-21T13:13:46.983876+0000 mon.a (mon.0) 10492 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:13:48.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:47 smithi184 bash[59794]: audit 2024-03-21T13:13:46.988567+0000 mon.a (mon.0) 10493 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:48.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:47 smithi184 bash[59794]: audit 2024-03-21T13:13:46.991899+0000 mon.a (mon.0) 10494 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:48.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:47 smithi184 bash[59794]: audit 2024-03-21T13:13:46.994141+0000 mon.a (mon.0) 10495 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:48.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:47 smithi184 bash[59794]: audit 2024-03-21T13:13:46.998170+0000 mon.a (mon.0) 10496 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:48.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:47 smithi184 bash[59794]: audit 2024-03-21T13:13:47.002043+0000 mon.a (mon.0) 10497 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:48.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:47 smithi184 bash[59794]: audit 2024-03-21T13:13:47.005142+0000 mon.a (mon.0) 10498 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:48.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:47 smithi184 bash[59794]: audit 2024-03-21T13:13:47.006874+0000 mon.a (mon.0) 10499 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:48.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:47 smithi184 bash[59794]: audit 2024-03-21T13:13:47.008526+0000 mon.a (mon.0) 10500 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:48.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:47 smithi184 bash[59794]: audit 2024-03-21T13:13:47.010457+0000 mon.a (mon.0) 10501 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:48.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:47 smithi184 bash[59794]: audit 2024-03-21T13:13:47.012187+0000 mon.a (mon.0) 10502 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:48.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:47 smithi184 bash[59794]: audit 2024-03-21T13:13:47.013968+0000 mon.a (mon.0) 10503 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:48.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:47 smithi184 bash[59794]: audit 2024-03-21T13:13:47.015914+0000 mon.a (mon.0) 10504 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:48.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:47 smithi184 bash[59794]: audit 2024-03-21T13:13:47.019418+0000 mon.a (mon.0) 10505 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:48.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:47 smithi184 bash[59794]: audit 2024-03-21T13:13:47.021800+0000 mon.a (mon.0) 10506 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:48.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:47 smithi184 bash[59794]: audit 2024-03-21T13:13:47.024402+0000 mon.a (mon.0) 10507 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:13:48.327 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:13:48 smithi184 bash[90245]: logger=migrator t=2024-03-21T13:13:48.10526991Z level=info msg="Executing migration" id="file table idx: path key" 2024-03-21T13:13:48.823 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:13:48 smithi184 bash[90245]: logger=migrator t=2024-03-21T13:13:48.556974784Z level=info msg="Executing migration" id="set path collation in file table" 2024-03-21T13:13:48.823 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:13:48 smithi184 bash[90245]: logger=migrator t=2024-03-21T13:13:48.772306254Z level=info msg="Executing migration" id="managed permissions migration" 2024-03-21T13:13:49.194 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:13:48 smithi184 bash[90245]: logger=migrator t=2024-03-21T13:13:48.987721939Z level=info msg="Executing migration" id="managed folder permissions alert actions migration" 2024-03-21T13:13:49.194 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:48 smithi184 bash[59794]: cluster 2024-03-21T13:13:47.880788+0000 mon.a (mon.0) 10508 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-21T13:13:49.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:48 smithi178 bash[75692]: cluster 2024-03-21T13:13:47.880788+0000 mon.a (mon.0) 10508 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-21T13:13:49.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:48 smithi178 bash[77880]: cluster 2024-03-21T13:13:47.880788+0000 mon.a (mon.0) 10508 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-21T13:13:49.720 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:13:49 smithi184 bash[90245]: logger=migrator t=2024-03-21T13:13:49.466916949Z level=info msg="Executing migration" id="RBAC action name migrator" 2024-03-21T13:13:49.720 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:13:49 smithi184 bash[90245]: logger=migrator t=2024-03-21T13:13:49.609234016Z level=info msg="Executing migration" id="Add UID column to playlist" 2024-03-21T13:13:50.073 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:13:49 smithi184 bash[90245]: logger=migrator t=2024-03-21T13:13:49.718543648Z level=info msg="Executing migration" id="Update uid column values in playlist" 2024-03-21T13:13:50.073 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:13:49 smithi184 bash[90245]: logger=migrator t=2024-03-21T13:13:49.836579123Z level=info msg="Executing migration" id="Add index for uid in playlist" 2024-03-21T13:13:50.073 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:13:49 smithi184 bash[90245]: logger=migrator t=2024-03-21T13:13:49.957615096Z level=info msg="Executing migration" id="update group index for alert rules" 2024-03-21T13:13:50.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:50 smithi178 bash[75692]: cluster 2024-03-21T13:13:48.889630+0000 mgr.x (mgr.34104) 6486 : cluster [DBG] pgmap v4220: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 640 B/s rd, 0 op/s 2024-03-21T13:13:50.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:50 smithi178 bash[75692]: audit 2024-03-21T13:13:49.167135+0000 mon.a (mon.0) 10509 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:50.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:50 smithi178 bash[75692]: audit 2024-03-21T13:13:49.178145+0000 mon.a (mon.0) 10510 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:50.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:50 smithi178 bash[75692]: cluster 2024-03-21T13:13:49.181247+0000 mgr.x (mgr.34104) 6487 : cluster [DBG] pgmap v4221: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s rd, 1 op/s 2024-03-21T13:13:50.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:50 smithi178 bash[75692]: audit 2024-03-21T13:13:49.189687+0000 mon.a (mon.0) 10511 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:50.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:50 smithi178 bash[75692]: audit 2024-03-21T13:13:49.794902+0000 mon.a (mon.0) 10512 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:13:50.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:50 smithi178 bash[75692]: cluster 2024-03-21T13:13:49.867986+0000 mon.a (mon.0) 10513 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-03-21T13:13:50.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:50 smithi178 bash[75692]: cluster 2024-03-21T13:13:49.868055+0000 mon.a (mon.0) 10514 : cluster [INF] Cluster is now healthy 2024-03-21T13:13:50.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:50 smithi178 bash[77880]: cluster 2024-03-21T13:13:48.889630+0000 mgr.x (mgr.34104) 6486 : cluster [DBG] pgmap v4220: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 640 B/s rd, 0 op/s 2024-03-21T13:13:50.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:50 smithi178 bash[77880]: audit 2024-03-21T13:13:49.167135+0000 mon.a (mon.0) 10509 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:50.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:50 smithi178 bash[77880]: audit 2024-03-21T13:13:49.178145+0000 mon.a (mon.0) 10510 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:50.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:50 smithi178 bash[77880]: cluster 2024-03-21T13:13:49.181247+0000 mgr.x (mgr.34104) 6487 : cluster [DBG] pgmap v4221: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s rd, 1 op/s 2024-03-21T13:13:50.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:50 smithi178 bash[77880]: audit 2024-03-21T13:13:49.189687+0000 mon.a (mon.0) 10511 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:50.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:50 smithi178 bash[77880]: audit 2024-03-21T13:13:49.794902+0000 mon.a (mon.0) 10512 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:13:50.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:50 smithi178 bash[77880]: cluster 2024-03-21T13:13:49.867986+0000 mon.a (mon.0) 10513 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-03-21T13:13:50.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:50 smithi178 bash[77880]: cluster 2024-03-21T13:13:49.868055+0000 mon.a (mon.0) 10514 : cluster [INF] Cluster is now healthy 2024-03-21T13:13:50.573 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:13:50 smithi184 bash[90245]: logger=migrator t=2024-03-21T13:13:50.390591574Z level=info msg="Executing migration" id="managed folder permissions alert actions repeated migration" 2024-03-21T13:13:50.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:50 smithi184 bash[59794]: cluster 2024-03-21T13:13:48.889630+0000 mgr.x (mgr.34104) 6486 : cluster [DBG] pgmap v4220: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 640 B/s rd, 0 op/s 2024-03-21T13:13:50.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:50 smithi184 bash[59794]: audit 2024-03-21T13:13:49.167135+0000 mon.a (mon.0) 10509 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:50.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:50 smithi184 bash[59794]: audit 2024-03-21T13:13:49.178145+0000 mon.a (mon.0) 10510 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:50.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:50 smithi184 bash[59794]: cluster 2024-03-21T13:13:49.181247+0000 mgr.x (mgr.34104) 6487 : cluster [DBG] pgmap v4221: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s rd, 1 op/s 2024-03-21T13:13:50.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:50 smithi184 bash[59794]: audit 2024-03-21T13:13:49.189687+0000 mon.a (mon.0) 10511 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:50.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:50 smithi184 bash[59794]: audit 2024-03-21T13:13:49.794902+0000 mon.a (mon.0) 10512 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:13:50.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:50 smithi184 bash[59794]: cluster 2024-03-21T13:13:49.867986+0000 mon.a (mon.0) 10513 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-03-21T13:13:50.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:50 smithi184 bash[59794]: cluster 2024-03-21T13:13:49.868055+0000 mon.a (mon.0) 10514 : cluster [INF] Cluster is now healthy 2024-03-21T13:13:50.973 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:13:50 smithi184 bash[90245]: logger=migrator t=2024-03-21T13:13:50.648902283Z level=info msg="Executing migration" id="admin only folder/dashboard permission" 2024-03-21T13:13:51.236 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:13:50 smithi184 bash[90245]: logger=migrator t=2024-03-21T13:13:50.972052515Z level=info msg="Executing migration" id="add action column to seed_assignment" 2024-03-21T13:13:51.236 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:13:51 smithi184 bash[90245]: logger=migrator t=2024-03-21T13:13:51.150608013Z level=info msg="Executing migration" id="add scope column to seed_assignment" 2024-03-21T13:13:51.236 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:51 smithi184 bash[59794]: audit 2024-03-21T13:13:49.375223+0000 mgr.x (mgr.34104) 6488 : audit [DBG] from='client.54784 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:13:51.323 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:13:51 smithi184 bash[90245]: logger=migrator t=2024-03-21T13:13:51.235005995Z level=info msg="Executing migration" id="remove unique index builtin_role_role_name before nullable update" 2024-03-21T13:13:51.521 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:13:51 smithi184 bash[90245]: logger=migrator t=2024-03-21T13:13:51.335888468Z level=info msg="Executing migration" id="update seed_assignment role_name column to nullable" 2024-03-21T13:13:51.521 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:13:51 smithi184 bash[90245]: logger=migrator t=2024-03-21T13:13:51.426062545Z level=info msg="Executing migration" id="add unique index builtin_role_name back" 2024-03-21T13:13:51.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:51 smithi178 bash[75692]: audit 2024-03-21T13:13:49.375223+0000 mgr.x (mgr.34104) 6488 : audit [DBG] from='client.54784 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:13:51.547 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:51 smithi178 bash[77880]: audit 2024-03-21T13:13:49.375223+0000 mgr.x (mgr.34104) 6488 : audit [DBG] from='client.54784 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:13:51.823 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:13:51 smithi184 bash[90245]: logger=migrator t=2024-03-21T13:13:51.520140052Z level=info msg="Executing migration" id="add unique index builtin_role_action_scope" 2024-03-21T13:13:51.823 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:13:51 smithi184 bash[90245]: logger=migrator t=2024-03-21T13:13:51.603881358Z level=info msg="Executing migration" id="add primary key to seed_assigment" 2024-03-21T13:13:51.986 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:13:51 smithi184 bash[90245]: logger=migrator t=2024-03-21T13:13:51.838079347Z level=info msg="Executing migration" id="managed folder permissions alert actions repeated fixed migration" 2024-03-21T13:13:52.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:52 smithi178 bash[75692]: cluster 2024-03-21T13:13:51.182403+0000 mgr.x (mgr.34104) 6489 : cluster [DBG] pgmap v4222: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 814 B/s rd, 0 op/s 2024-03-21T13:13:52.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:52 smithi178 bash[75692]: audit 2024-03-21T13:13:51.964974+0000 mon.a (mon.0) 10515 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:52.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:52 smithi178 bash[75692]: audit 2024-03-21T13:13:51.973063+0000 mon.a (mon.0) 10516 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:52.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:52 smithi178 bash[75692]: audit 2024-03-21T13:13:51.982133+0000 mon.a (mon.0) 10517 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:52.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:52 smithi178 bash[77880]: cluster 2024-03-21T13:13:51.182403+0000 mgr.x (mgr.34104) 6489 : cluster [DBG] pgmap v4222: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 814 B/s rd, 0 op/s 2024-03-21T13:13:52.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:52 smithi178 bash[77880]: audit 2024-03-21T13:13:51.964974+0000 mon.a (mon.0) 10515 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:52.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:52 smithi178 bash[77880]: audit 2024-03-21T13:13:51.973063+0000 mon.a (mon.0) 10516 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:52.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:52 smithi178 bash[77880]: audit 2024-03-21T13:13:51.982133+0000 mon.a (mon.0) 10517 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:52.406 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:13:52 smithi184 bash[90245]: logger=migrator t=2024-03-21T13:13:52.133094534Z level=info msg="Executing migration" id="migrate external alertmanagers to datsourcse" 2024-03-21T13:13:52.406 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:52 smithi184 bash[59794]: cluster 2024-03-21T13:13:51.182403+0000 mgr.x (mgr.34104) 6489 : cluster [DBG] pgmap v4222: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 814 B/s rd, 0 op/s 2024-03-21T13:13:52.406 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:52 smithi184 bash[59794]: audit 2024-03-21T13:13:51.964974+0000 mon.a (mon.0) 10515 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:52.406 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:52 smithi184 bash[59794]: audit 2024-03-21T13:13:51.973063+0000 mon.a (mon.0) 10516 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:52.406 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:52 smithi184 bash[59794]: audit 2024-03-21T13:13:51.982133+0000 mon.a (mon.0) 10517 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:52.669 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:13:52 smithi184 bash[90245]: logger=migrator t=2024-03-21T13:13:52.410355185Z level=info msg="Executing migration" id="create folder table" 2024-03-21T13:13:52.669 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:13:52 smithi184 bash[90245]: logger=migrator t=2024-03-21T13:13:52.52423235Z level=info msg="Executing migration" id="Add index for parent_uid" 2024-03-21T13:13:52.669 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:13:52 smithi184 bash[90245]: logger=migrator t=2024-03-21T13:13:52.601124638Z level=info msg="Executing migration" id="Add unique index for folder.uid and folder.org_id" 2024-03-21T13:13:53.073 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:13:52 smithi184 bash[90245]: logger=migrator t=2024-03-21T13:13:52.667728254Z level=info msg="Executing migration" id="Update folder title length" 2024-03-21T13:13:53.073 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:13:52 smithi184 bash[90245]: logger=migrator t=2024-03-21T13:13:52.709685744Z level=info msg="Executing migration" id="Add unique index for folder.title and folder.parent_uid" 2024-03-21T13:13:53.074 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:13:52 smithi184 bash[90245]: logger=migrator t=2024-03-21T13:13:52.751649621Z level=info msg="migrations completed" performed=105 skipped=376 duration=13.78014393s 2024-03-21T13:13:53.074 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:13:52 smithi184 bash[90245]: logger=sqlstore t=2024-03-21T13:13:52.752513317Z level=info msg="Created default organization" 2024-03-21T13:13:53.074 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:13:52 smithi184 bash[90245]: logger=plugin.finder t=2024-03-21T13:13:52.792675949Z level=warn msg="Skipping finding plugins as directory does not exist" path=/usr/share/grafana/plugins-bundled 2024-03-21T13:13:53.074 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:13:52 smithi184 bash[90245]: logger=secrets t=2024-03-21T13:13:52.792790724Z level=info msg="Envelope encryption state" enabled=true currentprovider=secretKey.v1 2024-03-21T13:13:53.074 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:13:52 smithi184 bash[90245]: logger=query_data t=2024-03-21T13:13:52.796905113Z level=info msg="Query Service initialization" 2024-03-21T13:13:53.074 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:13:52 smithi184 bash[90245]: logger=live.push_http t=2024-03-21T13:13:52.80501694Z level=info msg="Live Push Gateway initialization" 2024-03-21T13:13:53.887 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:13:53 smithi184 bash[90245]: logger=infra.usagestats.collector t=2024-03-21T13:13:53.595261781Z level=info msg="registering usage stat providers" usageStatsProvidersLen=2 2024-03-21T13:13:53.888 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:13:53 smithi184 bash[90245]: logger=provisioning.datasources t=2024-03-21T13:13:53.644482137Z level=info msg="deleted correlations based on configuration" ds_name=Dashboard1 2024-03-21T13:13:53.888 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:13:53 smithi184 bash[90245]: logger=provisioning.datasources t=2024-03-21T13:13:53.644502872Z level=info msg="deleted datasource based on configuration" name=Dashboard1 2024-03-21T13:13:53.888 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:13:53 smithi184 bash[90245]: logger=provisioning.datasources t=2024-03-21T13:13:53.644684438Z level=info msg="inserting datasource from configuration " name=Dashboard1 uid=P43CA22E17D0F9596 2024-03-21T13:13:53.888 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:13:53 smithi184 bash[90245]: logger=provisioning.datasources t=2024-03-21T13:13:53.704190206Z level=info msg="inserting datasource from configuration " name=Loki uid=P8E80F9AEF21F6940 2024-03-21T13:13:53.888 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:13:53 smithi184 bash[90245]: logger=provisioning.alerting t=2024-03-21T13:13:53.803654646Z level=info msg="starting to provision alerting" 2024-03-21T13:13:53.888 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:13:53 smithi184 bash[90245]: logger=provisioning.alerting t=2024-03-21T13:13:53.803729125Z level=info msg="finished to provision alerting" 2024-03-21T13:13:53.888 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:13:53 smithi184 bash[90245]: logger=grafanaStorageLogger t=2024-03-21T13:13:53.804171466Z level=info msg="storage starting" 2024-03-21T13:13:53.888 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:13:53 smithi184 bash[90245]: logger=ngalert.state.manager t=2024-03-21T13:13:53.804692769Z level=info msg="Warming state cache for startup" 2024-03-21T13:13:53.888 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:13:53 smithi184 bash[90245]: logger=http.server t=2024-03-21T13:13:53.811205175Z level=info msg="HTTP Server Listen" address=[::]:3000 protocol=https subUrl= socket= 2024-03-21T13:13:54.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:54 smithi178 bash[75692]: cephadm 2024-03-21T13:13:52.710675+0000 mgr.x (mgr.34104) 6490 : cephadm [INF] Upgrade: Updating grafana.a 2024-03-21T13:13:54.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:54 smithi178 bash[75692]: cephadm 2024-03-21T13:13:52.724199+0000 mgr.x (mgr.34104) 6491 : cephadm [INF] Deploying daemon grafana.a on smithi184 2024-03-21T13:13:54.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:54 smithi178 bash[75692]: audit 2024-03-21T13:13:53.032505+0000 mon.a (mon.0) 10518 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:54.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:54 smithi178 bash[75692]: audit 2024-03-21T13:13:53.049162+0000 mon.a (mon.0) 10519 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:54.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:54 smithi178 bash[75692]: audit 2024-03-21T13:13:53.062875+0000 mon.a (mon.0) 10520 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:54.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:54 smithi178 bash[75692]: cluster 2024-03-21T13:13:53.182971+0000 mgr.x (mgr.34104) 6492 : cluster [DBG] pgmap v4223: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 813 B/s rd, 0 op/s 2024-03-21T13:13:54.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:54 smithi178 bash[77880]: cephadm 2024-03-21T13:13:52.710675+0000 mgr.x (mgr.34104) 6490 : cephadm [INF] Upgrade: Updating grafana.a 2024-03-21T13:13:54.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:54 smithi178 bash[77880]: cephadm 2024-03-21T13:13:52.724199+0000 mgr.x (mgr.34104) 6491 : cephadm [INF] Deploying daemon grafana.a on smithi184 2024-03-21T13:13:54.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:54 smithi178 bash[77880]: audit 2024-03-21T13:13:53.032505+0000 mon.a (mon.0) 10518 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:54.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:54 smithi178 bash[77880]: audit 2024-03-21T13:13:53.049162+0000 mon.a (mon.0) 10519 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:54.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:54 smithi178 bash[77880]: audit 2024-03-21T13:13:53.062875+0000 mon.a (mon.0) 10520 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:54.299 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:54 smithi178 bash[77880]: cluster 2024-03-21T13:13:53.182971+0000 mgr.x (mgr.34104) 6492 : cluster [DBG] pgmap v4223: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 813 B/s rd, 0 op/s 2024-03-21T13:13:54.323 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:13:53 smithi184 bash[90245]: logger=ngalert.state.manager t=2024-03-21T13:13:53.895408373Z level=info msg="State cache has been initialized" states=0 duration=90.710946ms 2024-03-21T13:13:54.323 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:13:53 smithi184 bash[90245]: logger=ngalert.multiorg.alertmanager t=2024-03-21T13:13:53.895713763Z level=info msg="starting MultiOrg Alertmanager" 2024-03-21T13:13:54.323 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:13:53 smithi184 bash[90245]: logger=ticker t=2024-03-21T13:13:53.895725209Z level=info msg=starting first_tick=2024-03-21T13:14:00Z 2024-03-21T13:13:54.323 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:13:53 smithi184 bash[90245]: logger=sqlstore.transactions t=2024-03-21T13:13:53.91143492Z level=info msg="Database locked, sleeping then retrying" error="database is locked" retry=0 code="database is locked" 2024-03-21T13:13:54.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:54 smithi184 bash[59794]: cephadm 2024-03-21T13:13:52.710675+0000 mgr.x (mgr.34104) 6490 : cephadm [INF] Upgrade: Updating grafana.a 2024-03-21T13:13:54.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:54 smithi184 bash[59794]: cephadm 2024-03-21T13:13:52.724199+0000 mgr.x (mgr.34104) 6491 : cephadm [INF] Deploying daemon grafana.a on smithi184 2024-03-21T13:13:54.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:54 smithi184 bash[59794]: audit 2024-03-21T13:13:53.032505+0000 mon.a (mon.0) 10518 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:54.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:54 smithi184 bash[59794]: audit 2024-03-21T13:13:53.049162+0000 mon.a (mon.0) 10519 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:54.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:54 smithi184 bash[59794]: audit 2024-03-21T13:13:53.062875+0000 mon.a (mon.0) 10520 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:13:54.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:54 smithi184 bash[59794]: cluster 2024-03-21T13:13:53.182971+0000 mgr.x (mgr.34104) 6492 : cluster [DBG] pgmap v4223: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 813 B/s rd, 0 op/s 2024-03-21T13:13:55.823 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:13:55 smithi184 bash[52419]: ::ffff:172.21.15.184 - - [21/Mar/2024:13:13:55] "GET /metrics HTTP/1.1" 200 38776 "" "Prometheus/2.43.0" 2024-03-21T13:13:56.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:56 smithi178 bash[75692]: cluster 2024-03-21T13:13:55.184585+0000 mgr.x (mgr.34104) 6493 : cluster [DBG] pgmap v4224: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:13:56.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:56 smithi178 bash[77880]: cluster 2024-03-21T13:13:55.184585+0000 mgr.x (mgr.34104) 6493 : cluster [DBG] pgmap v4224: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:13:56.593 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:56 smithi184 bash[59794]: cluster 2024-03-21T13:13:55.184585+0000 mgr.x (mgr.34104) 6493 : cluster [DBG] pgmap v4224: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:13:58.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:13:58 smithi178 bash[75692]: cluster 2024-03-21T13:13:57.185333+0000 mgr.x (mgr.34104) 6494 : cluster [DBG] pgmap v4225: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 994 B/s rd, 0 op/s 2024-03-21T13:13:58.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:13:58 smithi178 bash[77880]: cluster 2024-03-21T13:13:57.185333+0000 mgr.x (mgr.34104) 6494 : cluster [DBG] pgmap v4225: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 994 B/s rd, 0 op/s 2024-03-21T13:13:58.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:13:58 smithi184 bash[59794]: cluster 2024-03-21T13:13:57.185333+0000 mgr.x (mgr.34104) 6494 : cluster [DBG] pgmap v4225: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 994 B/s rd, 0 op/s 2024-03-21T13:14:00.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:00 smithi178 bash[75692]: cluster 2024-03-21T13:13:59.186742+0000 mgr.x (mgr.34104) 6495 : cluster [DBG] pgmap v4226: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s 2024-03-21T13:14:00.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:00 smithi178 bash[77880]: cluster 2024-03-21T13:13:59.186742+0000 mgr.x (mgr.34104) 6495 : cluster [DBG] pgmap v4226: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s 2024-03-21T13:14:00.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:00 smithi184 bash[59794]: cluster 2024-03-21T13:13:59.186742+0000 mgr.x (mgr.34104) 6495 : cluster [DBG] pgmap v4226: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s 2024-03-21T13:14:01.067 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:14:00 smithi184 systemd[1]: Stopping Ceph grafana.a for a94f249e-e780-11ee-95cd-87774f69a715... 2024-03-21T13:14:01.335 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:01 smithi184 bash[59794]: audit 2024-03-21T13:13:59.380142+0000 mgr.x (mgr.34104) 6496 : audit [DBG] from='client.54784 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:14:01.335 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:14:01 smithi184 bash[90245]: logger=server t=2024-03-21T13:14:01.064464078Z level=info msg="Shutdown started" reason="System signal: terminated" 2024-03-21T13:14:01.336 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:14:01 smithi184 bash[90245]: logger=ticker t=2024-03-21T13:14:01.064558666Z level=info msg=stopped last_tick=2024-03-21T13:14:00Z 2024-03-21T13:14:01.336 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:14:01 smithi184 bash[90245]: logger=tracing t=2024-03-21T13:14:01.064682253Z level=info msg="Closing tracing" 2024-03-21T13:14:01.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:01 smithi178 bash[75692]: audit 2024-03-21T13:13:59.380142+0000 mgr.x (mgr.34104) 6496 : audit [DBG] from='client.54784 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:14:01.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:01 smithi178 bash[77880]: audit 2024-03-21T13:13:59.380142+0000 mgr.x (mgr.34104) 6496 : audit [DBG] from='client.54784 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:14:02.014 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:14:01 smithi184 bash[91877]: ceph-a94f249e-e780-11ee-95cd-87774f69a715-grafana-a 2024-03-21T13:14:02.014 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:14:01 smithi184 bash[91951]: ceph-a94f249e-e780-11ee-95cd-87774f69a715-grafana-a 2024-03-21T13:14:02.014 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:14:01 smithi184 systemd[1]: ceph-a94f249e-e780-11ee-95cd-87774f69a715@grafana.a.service: Succeeded. 2024-03-21T13:14:02.015 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:14:01 smithi184 systemd[1]: Stopped Ceph grafana.a for a94f249e-e780-11ee-95cd-87774f69a715. 2024-03-21T13:14:02.265 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:14:02 smithi184 systemd[1]: Started Ceph grafana.a for a94f249e-e780-11ee-95cd-87774f69a715. 2024-03-21T13:14:02.265 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:02 smithi184 bash[59794]: cluster 2024-03-21T13:14:01.188130+0000 mgr.x (mgr.34104) 6497 : cluster [DBG] pgmap v4227: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:14:02.265 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:02 smithi184 bash[59794]: audit 2024-03-21T13:14:02.178151+0000 mon.a (mon.0) 10521 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:02.265 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:02 smithi184 bash[59794]: audit 2024-03-21T13:14:02.189055+0000 mon.a (mon.0) 10522 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:02.265 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:02 smithi184 bash[59794]: audit 2024-03-21T13:14:02.234907+0000 mon.a (mon.0) 10523 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:02.265 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:02 smithi184 bash[59794]: audit 2024-03-21T13:14:02.235996+0000 mon.a (mon.0) 10524 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:02.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:02 smithi178 bash[75692]: cluster 2024-03-21T13:14:01.188130+0000 mgr.x (mgr.34104) 6497 : cluster [DBG] pgmap v4227: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:14:02.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:02 smithi178 bash[75692]: audit 2024-03-21T13:14:02.178151+0000 mon.a (mon.0) 10521 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:02.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:02 smithi178 bash[75692]: audit 2024-03-21T13:14:02.189055+0000 mon.a (mon.0) 10522 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:02.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:02 smithi178 bash[75692]: audit 2024-03-21T13:14:02.234907+0000 mon.a (mon.0) 10523 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:02.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:02 smithi178 bash[75692]: audit 2024-03-21T13:14:02.235996+0000 mon.a (mon.0) 10524 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:02.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:02 smithi178 bash[75692]: audit 2024-03-21T13:14:02.242709+0000 mon.a (mon.0) 10525 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:02.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:02 smithi178 bash[77880]: cluster 2024-03-21T13:14:01.188130+0000 mgr.x (mgr.34104) 6497 : cluster [DBG] pgmap v4227: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:14:02.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:02 smithi178 bash[77880]: audit 2024-03-21T13:14:02.178151+0000 mon.a (mon.0) 10521 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:02.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:02 smithi178 bash[77880]: audit 2024-03-21T13:14:02.189055+0000 mon.a (mon.0) 10522 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:02.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:02 smithi178 bash[77880]: audit 2024-03-21T13:14:02.234907+0000 mon.a (mon.0) 10523 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:02.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:02 smithi178 bash[77880]: audit 2024-03-21T13:14:02.235996+0000 mon.a (mon.0) 10524 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:02.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:02 smithi178 bash[77880]: audit 2024-03-21T13:14:02.242709+0000 mon.a (mon.0) 10525 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:03.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:03 smithi178 bash[75692]: cephadm 2024-03-21T13:14:02.244008+0000 mgr.x (mgr.34104) 6498 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:03.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:03 smithi178 bash[75692]: audit 2024-03-21T13:14:02.321259+0000 mon.a (mon.0) 10526 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-21T13:14:03.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:03 smithi178 bash[75692]: audit 2024-03-21T13:14:02.332185+0000 mon.a (mon.0) 10527 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:03.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:03 smithi178 bash[75692]: audit 2024-03-21T13:14:02.335930+0000 mon.a (mon.0) 10528 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:03.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:03 smithi178 bash[75692]: audit 2024-03-21T13:14:02.341863+0000 mon.a (mon.0) 10529 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:03.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:03 smithi178 bash[75692]: audit 2024-03-21T13:14:02.343683+0000 mon.a (mon.0) 10530 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:03.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:03 smithi178 bash[75692]: audit 2024-03-21T13:14:02.353797+0000 mon.a (mon.0) 10531 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:03.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:03 smithi178 bash[75692]: audit 2024-03-21T13:14:02.438942+0000 mon.a (mon.0) 10532 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:03.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:03 smithi178 bash[75692]: audit 2024-03-21T13:14:02.443796+0000 mon.a (mon.0) 10533 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:03.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:03 smithi178 bash[75692]: audit 2024-03-21T13:14:02.447902+0000 mon.a (mon.0) 10534 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:03.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:03 smithi178 bash[75692]: audit 2024-03-21T13:14:02.449578+0000 mon.a (mon.0) 10535 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:03.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:03 smithi178 bash[75692]: audit 2024-03-21T13:14:02.458882+0000 mon.a (mon.0) 10536 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:03.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:03 smithi178 bash[75692]: audit 2024-03-21T13:14:02.543475+0000 mon.a (mon.0) 10537 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:03.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:03 smithi178 bash[75692]: audit 2024-03-21T13:14:02.547093+0000 mon.a (mon.0) 10538 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:03.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:03 smithi178 bash[75692]: audit 2024-03-21T13:14:02.550525+0000 mon.a (mon.0) 10539 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:03.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:03 smithi178 bash[75692]: audit 2024-03-21T13:14:02.551808+0000 mon.a (mon.0) 10540 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:03.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:03 smithi178 bash[75692]: audit 2024-03-21T13:14:02.560841+0000 mon.a (mon.0) 10541 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:03.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:03 smithi178 bash[75692]: audit 2024-03-21T13:14:02.643297+0000 mon.a (mon.0) 10542 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:03.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:03 smithi178 bash[75692]: audit 2024-03-21T13:14:02.646704+0000 mon.a (mon.0) 10543 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:03.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:03 smithi178 bash[77880]: cephadm 2024-03-21T13:14:02.244008+0000 mgr.x (mgr.34104) 6498 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:03.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:03 smithi178 bash[77880]: audit 2024-03-21T13:14:02.321259+0000 mon.a (mon.0) 10526 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-21T13:14:03.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:03 smithi178 bash[77880]: audit 2024-03-21T13:14:02.332185+0000 mon.a (mon.0) 10527 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:03.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:03 smithi178 bash[77880]: audit 2024-03-21T13:14:02.335930+0000 mon.a (mon.0) 10528 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:03.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:03 smithi178 bash[77880]: audit 2024-03-21T13:14:02.341863+0000 mon.a (mon.0) 10529 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:03.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:03 smithi178 bash[77880]: audit 2024-03-21T13:14:02.343683+0000 mon.a (mon.0) 10530 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:03.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:03 smithi178 bash[77880]: audit 2024-03-21T13:14:02.353797+0000 mon.a (mon.0) 10531 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:03.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:03 smithi178 bash[77880]: audit 2024-03-21T13:14:02.438942+0000 mon.a (mon.0) 10532 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:03.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:03 smithi178 bash[77880]: audit 2024-03-21T13:14:02.443796+0000 mon.a (mon.0) 10533 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:03.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:03 smithi178 bash[77880]: audit 2024-03-21T13:14:02.447902+0000 mon.a (mon.0) 10534 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:03.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:03 smithi178 bash[77880]: audit 2024-03-21T13:14:02.449578+0000 mon.a (mon.0) 10535 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:03.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:03 smithi178 bash[77880]: audit 2024-03-21T13:14:02.458882+0000 mon.a (mon.0) 10536 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:03.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:03 smithi178 bash[77880]: audit 2024-03-21T13:14:02.543475+0000 mon.a (mon.0) 10537 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:03.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:03 smithi178 bash[77880]: audit 2024-03-21T13:14:02.547093+0000 mon.a (mon.0) 10538 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:03.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:03 smithi178 bash[77880]: audit 2024-03-21T13:14:02.550525+0000 mon.a (mon.0) 10539 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:03.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:03 smithi178 bash[77880]: audit 2024-03-21T13:14:02.551808+0000 mon.a (mon.0) 10540 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:03.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:03 smithi178 bash[77880]: audit 2024-03-21T13:14:02.560841+0000 mon.a (mon.0) 10541 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:03.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:03 smithi178 bash[77880]: audit 2024-03-21T13:14:02.643297+0000 mon.a (mon.0) 10542 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:03.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:03 smithi178 bash[77880]: audit 2024-03-21T13:14:02.646704+0000 mon.a (mon.0) 10543 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:03.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:03 smithi178 bash[75692]: audit 2024-03-21T13:14:02.650600+0000 mon.a (mon.0) 10544 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:03.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:03 smithi178 bash[75692]: audit 2024-03-21T13:14:02.651998+0000 mon.a (mon.0) 10545 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:03.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:03 smithi178 bash[75692]: audit 2024-03-21T13:14:02.661092+0000 mon.a (mon.0) 10546 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:03.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:03 smithi178 bash[75692]: audit 2024-03-21T13:14:02.739208+0000 mon.a (mon.0) 10547 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:03.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:03 smithi178 bash[75692]: audit 2024-03-21T13:14:02.742798+0000 mon.a (mon.0) 10548 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:03.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:03 smithi178 bash[75692]: audit 2024-03-21T13:14:02.746548+0000 mon.a (mon.0) 10549 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:03.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:03 smithi178 bash[75692]: audit 2024-03-21T13:14:02.748117+0000 mon.a (mon.0) 10550 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:03.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:03 smithi178 bash[75692]: audit 2024-03-21T13:14:02.757782+0000 mon.a (mon.0) 10551 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:03.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:03 smithi178 bash[75692]: audit 2024-03-21T13:14:02.837697+0000 mon.a (mon.0) 10552 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:03.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:03 smithi178 bash[75692]: audit 2024-03-21T13:14:02.840896+0000 mon.a (mon.0) 10553 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:03.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:03 smithi178 bash[75692]: audit 2024-03-21T13:14:02.844060+0000 mon.a (mon.0) 10554 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:03.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:03 smithi178 bash[75692]: audit 2024-03-21T13:14:02.845673+0000 mon.a (mon.0) 10555 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:03.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:03 smithi178 bash[75692]: audit 2024-03-21T13:14:02.854897+0000 mon.a (mon.0) 10556 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:03.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:03 smithi178 bash[75692]: audit 2024-03-21T13:14:02.936410+0000 mon.a (mon.0) 10557 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:03.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:03 smithi178 bash[75692]: audit 2024-03-21T13:14:02.940646+0000 mon.a (mon.0) 10558 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:03.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:03 smithi178 bash[75692]: audit 2024-03-21T13:14:02.944165+0000 mon.a (mon.0) 10559 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:03.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:03 smithi178 bash[75692]: audit 2024-03-21T13:14:02.945684+0000 mon.a (mon.0) 10560 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:03.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:03 smithi178 bash[75692]: audit 2024-03-21T13:14:02.954563+0000 mon.a (mon.0) 10561 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:03.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:03 smithi178 bash[75692]: audit 2024-03-21T13:14:03.034853+0000 mon.a (mon.0) 10562 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:03.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:03 smithi178 bash[77880]: audit 2024-03-21T13:14:02.650600+0000 mon.a (mon.0) 10544 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:03.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:03 smithi178 bash[77880]: audit 2024-03-21T13:14:02.651998+0000 mon.a (mon.0) 10545 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:03.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:03 smithi178 bash[77880]: audit 2024-03-21T13:14:02.661092+0000 mon.a (mon.0) 10546 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:03.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:03 smithi178 bash[77880]: audit 2024-03-21T13:14:02.739208+0000 mon.a (mon.0) 10547 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:03.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:03 smithi178 bash[77880]: audit 2024-03-21T13:14:02.742798+0000 mon.a (mon.0) 10548 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:03.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:03 smithi178 bash[77880]: audit 2024-03-21T13:14:02.746548+0000 mon.a (mon.0) 10549 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:03.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:03 smithi178 bash[77880]: audit 2024-03-21T13:14:02.748117+0000 mon.a (mon.0) 10550 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:03.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:03 smithi178 bash[77880]: audit 2024-03-21T13:14:02.757782+0000 mon.a (mon.0) 10551 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:03.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:03 smithi178 bash[77880]: audit 2024-03-21T13:14:02.837697+0000 mon.a (mon.0) 10552 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:03.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:03 smithi178 bash[77880]: audit 2024-03-21T13:14:02.840896+0000 mon.a (mon.0) 10553 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:03.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:03 smithi178 bash[77880]: audit 2024-03-21T13:14:02.844060+0000 mon.a (mon.0) 10554 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:03.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:03 smithi178 bash[77880]: audit 2024-03-21T13:14:02.845673+0000 mon.a (mon.0) 10555 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:03.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:03 smithi178 bash[77880]: audit 2024-03-21T13:14:02.854897+0000 mon.a (mon.0) 10556 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:03.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:03 smithi178 bash[77880]: audit 2024-03-21T13:14:02.936410+0000 mon.a (mon.0) 10557 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:03.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:03 smithi178 bash[77880]: audit 2024-03-21T13:14:02.940646+0000 mon.a (mon.0) 10558 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:03.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:03 smithi178 bash[77880]: audit 2024-03-21T13:14:02.944165+0000 mon.a (mon.0) 10559 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:03.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:03 smithi178 bash[77880]: audit 2024-03-21T13:14:02.945684+0000 mon.a (mon.0) 10560 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:03.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:03 smithi178 bash[77880]: audit 2024-03-21T13:14:02.954563+0000 mon.a (mon.0) 10561 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:03.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:03 smithi178 bash[77880]: audit 2024-03-21T13:14:03.034853+0000 mon.a (mon.0) 10562 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:03.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:03 smithi178 bash[77880]: audit 2024-03-21T13:14:03.038001+0000 mon.a (mon.0) 10563 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:03.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:03 smithi178 bash[77880]: audit 2024-03-21T13:14:03.041189+0000 mon.a (mon.0) 10564 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:03.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:03 smithi178 bash[77880]: audit 2024-03-21T13:14:03.042390+0000 mon.a (mon.0) 10565 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:03.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:03 smithi178 bash[77880]: audit 2024-03-21T13:14:03.051093+0000 mon.a (mon.0) 10566 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:03.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:03 smithi178 bash[77880]: audit 2024-03-21T13:14:03.131223+0000 mon.a (mon.0) 10567 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:03.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:03 smithi178 bash[77880]: audit 2024-03-21T13:14:03.134876+0000 mon.a (mon.0) 10568 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:03.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:03 smithi178 bash[77880]: audit 2024-03-21T13:14:03.138610+0000 mon.a (mon.0) 10569 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:03.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:03 smithi178 bash[77880]: audit 2024-03-21T13:14:03.140559+0000 mon.a (mon.0) 10570 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:03.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:03 smithi178 bash[77880]: audit 2024-03-21T13:14:03.150861+0000 mon.a (mon.0) 10571 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:03.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:03 smithi178 bash[77880]: audit 2024-03-21T13:14:03.234269+0000 mon.a (mon.0) 10572 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:03.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:03 smithi178 bash[77880]: audit 2024-03-21T13:14:03.237461+0000 mon.a (mon.0) 10573 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:03.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:03 smithi178 bash[77880]: audit 2024-03-21T13:14:03.241100+0000 mon.a (mon.0) 10574 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:03.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:03 smithi178 bash[77880]: audit 2024-03-21T13:14:03.242463+0000 mon.a (mon.0) 10575 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:03.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:03 smithi178 bash[77880]: audit 2024-03-21T13:14:03.251751+0000 mon.a (mon.0) 10576 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:03.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:03 smithi178 bash[75692]: audit 2024-03-21T13:14:03.038001+0000 mon.a (mon.0) 10563 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:03.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:03 smithi178 bash[75692]: audit 2024-03-21T13:14:03.041189+0000 mon.a (mon.0) 10564 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:03.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:03 smithi178 bash[75692]: audit 2024-03-21T13:14:03.042390+0000 mon.a (mon.0) 10565 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:03.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:03 smithi178 bash[75692]: audit 2024-03-21T13:14:03.051093+0000 mon.a (mon.0) 10566 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:03.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:03 smithi178 bash[75692]: audit 2024-03-21T13:14:03.131223+0000 mon.a (mon.0) 10567 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:03.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:03 smithi178 bash[75692]: audit 2024-03-21T13:14:03.134876+0000 mon.a (mon.0) 10568 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:03.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:03 smithi178 bash[75692]: audit 2024-03-21T13:14:03.138610+0000 mon.a (mon.0) 10569 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:03.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:03 smithi178 bash[75692]: audit 2024-03-21T13:14:03.140559+0000 mon.a (mon.0) 10570 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:03.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:03 smithi178 bash[75692]: audit 2024-03-21T13:14:03.150861+0000 mon.a (mon.0) 10571 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:03.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:03 smithi178 bash[75692]: audit 2024-03-21T13:14:03.234269+0000 mon.a (mon.0) 10572 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:03.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:03 smithi178 bash[75692]: audit 2024-03-21T13:14:03.237461+0000 mon.a (mon.0) 10573 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:03.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:03 smithi178 bash[75692]: audit 2024-03-21T13:14:03.241100+0000 mon.a (mon.0) 10574 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:03.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:03 smithi178 bash[75692]: audit 2024-03-21T13:14:03.242463+0000 mon.a (mon.0) 10575 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:03.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:03 smithi178 bash[75692]: audit 2024-03-21T13:14:03.251751+0000 mon.a (mon.0) 10576 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:03.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:02 smithi184 bash[59794]: audit 2024-03-21T13:14:02.242709+0000 mon.a (mon.0) 10525 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:03.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:03 smithi184 bash[59794]: cephadm 2024-03-21T13:14:02.244008+0000 mgr.x (mgr.34104) 6498 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:03.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:03 smithi184 bash[59794]: audit 2024-03-21T13:14:02.321259+0000 mon.a (mon.0) 10526 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-21T13:14:03.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:03 smithi184 bash[59794]: audit 2024-03-21T13:14:02.332185+0000 mon.a (mon.0) 10527 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:03.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:03 smithi184 bash[59794]: audit 2024-03-21T13:14:02.335930+0000 mon.a (mon.0) 10528 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:03.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:03 smithi184 bash[59794]: audit 2024-03-21T13:14:02.341863+0000 mon.a (mon.0) 10529 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:03.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:03 smithi184 bash[59794]: audit 2024-03-21T13:14:02.343683+0000 mon.a (mon.0) 10530 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:03.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:03 smithi184 bash[59794]: audit 2024-03-21T13:14:02.353797+0000 mon.a (mon.0) 10531 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:03.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:03 smithi184 bash[59794]: audit 2024-03-21T13:14:02.438942+0000 mon.a (mon.0) 10532 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:03.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:03 smithi184 bash[59794]: audit 2024-03-21T13:14:02.443796+0000 mon.a (mon.0) 10533 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:03.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:03 smithi184 bash[59794]: audit 2024-03-21T13:14:02.447902+0000 mon.a (mon.0) 10534 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:03.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:03 smithi184 bash[59794]: audit 2024-03-21T13:14:02.449578+0000 mon.a (mon.0) 10535 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:03.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:03 smithi184 bash[59794]: audit 2024-03-21T13:14:02.458882+0000 mon.a (mon.0) 10536 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:03.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:03 smithi184 bash[59794]: audit 2024-03-21T13:14:02.543475+0000 mon.a (mon.0) 10537 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:03.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:03 smithi184 bash[59794]: audit 2024-03-21T13:14:02.547093+0000 mon.a (mon.0) 10538 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:03.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:03 smithi184 bash[59794]: audit 2024-03-21T13:14:02.550525+0000 mon.a (mon.0) 10539 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:03.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:03 smithi184 bash[59794]: audit 2024-03-21T13:14:02.551808+0000 mon.a (mon.0) 10540 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:03.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:03 smithi184 bash[59794]: audit 2024-03-21T13:14:02.560841+0000 mon.a (mon.0) 10541 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:03.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:03 smithi184 bash[59794]: audit 2024-03-21T13:14:02.643297+0000 mon.a (mon.0) 10542 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:03.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:03 smithi184 bash[59794]: audit 2024-03-21T13:14:02.646704+0000 mon.a (mon.0) 10543 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:03.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:03 smithi184 bash[59794]: audit 2024-03-21T13:14:02.650600+0000 mon.a (mon.0) 10544 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:03.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:03 smithi184 bash[59794]: audit 2024-03-21T13:14:02.651998+0000 mon.a (mon.0) 10545 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:03.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:03 smithi184 bash[59794]: audit 2024-03-21T13:14:02.661092+0000 mon.a (mon.0) 10546 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:03.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:03 smithi184 bash[59794]: audit 2024-03-21T13:14:02.739208+0000 mon.a (mon.0) 10547 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:03.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:03 smithi184 bash[59794]: audit 2024-03-21T13:14:02.742798+0000 mon.a (mon.0) 10548 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:03.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:03 smithi184 bash[59794]: audit 2024-03-21T13:14:02.746548+0000 mon.a (mon.0) 10549 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:03.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:03 smithi184 bash[59794]: audit 2024-03-21T13:14:02.748117+0000 mon.a (mon.0) 10550 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:03.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:03 smithi184 bash[59794]: audit 2024-03-21T13:14:02.757782+0000 mon.a (mon.0) 10551 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:03.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:03 smithi184 bash[59794]: audit 2024-03-21T13:14:02.837697+0000 mon.a (mon.0) 10552 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:03.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:03 smithi184 bash[59794]: audit 2024-03-21T13:14:02.840896+0000 mon.a (mon.0) 10553 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:03.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:03 smithi184 bash[59794]: audit 2024-03-21T13:14:02.844060+0000 mon.a (mon.0) 10554 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:03.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:03 smithi184 bash[59794]: audit 2024-03-21T13:14:02.845673+0000 mon.a (mon.0) 10555 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:03.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:03 smithi184 bash[59794]: audit 2024-03-21T13:14:02.854897+0000 mon.a (mon.0) 10556 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:03.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:03 smithi184 bash[59794]: audit 2024-03-21T13:14:02.936410+0000 mon.a (mon.0) 10557 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:03.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:03 smithi184 bash[59794]: audit 2024-03-21T13:14:02.940646+0000 mon.a (mon.0) 10558 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:03.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:03 smithi184 bash[59794]: audit 2024-03-21T13:14:02.944165+0000 mon.a (mon.0) 10559 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:03.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:03 smithi184 bash[59794]: audit 2024-03-21T13:14:02.945684+0000 mon.a (mon.0) 10560 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:03.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:03 smithi184 bash[59794]: audit 2024-03-21T13:14:02.954563+0000 mon.a (mon.0) 10561 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:03.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:03 smithi184 bash[59794]: audit 2024-03-21T13:14:03.034853+0000 mon.a (mon.0) 10562 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:03.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:03 smithi184 bash[59794]: audit 2024-03-21T13:14:03.038001+0000 mon.a (mon.0) 10563 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:03.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:03 smithi184 bash[59794]: audit 2024-03-21T13:14:03.041189+0000 mon.a (mon.0) 10564 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:03.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:03 smithi184 bash[59794]: audit 2024-03-21T13:14:03.042390+0000 mon.a (mon.0) 10565 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:03.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:03 smithi184 bash[59794]: audit 2024-03-21T13:14:03.051093+0000 mon.a (mon.0) 10566 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:03.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:03 smithi184 bash[59794]: audit 2024-03-21T13:14:03.131223+0000 mon.a (mon.0) 10567 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:03.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:03 smithi184 bash[59794]: audit 2024-03-21T13:14:03.134876+0000 mon.a (mon.0) 10568 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:03.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:03 smithi184 bash[59794]: audit 2024-03-21T13:14:03.138610+0000 mon.a (mon.0) 10569 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:03.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:03 smithi184 bash[59794]: audit 2024-03-21T13:14:03.140559+0000 mon.a (mon.0) 10570 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:03.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:03 smithi184 bash[59794]: audit 2024-03-21T13:14:03.150861+0000 mon.a (mon.0) 10571 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:03.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:03 smithi184 bash[59794]: audit 2024-03-21T13:14:03.234269+0000 mon.a (mon.0) 10572 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:03.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:03 smithi184 bash[59794]: audit 2024-03-21T13:14:03.237461+0000 mon.a (mon.0) 10573 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:03.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:03 smithi184 bash[59794]: audit 2024-03-21T13:14:03.241100+0000 mon.a (mon.0) 10574 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:03.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:03 smithi184 bash[59794]: audit 2024-03-21T13:14:03.242463+0000 mon.a (mon.0) 10575 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:03.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:03 smithi184 bash[59794]: audit 2024-03-21T13:14:03.251751+0000 mon.a (mon.0) 10576 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:04.270 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:14:03 smithi184 bash[92015]: logger=settings t=2024-03-21T13:14:03.905240245Z level=info msg="Starting Grafana" version=9.4.12 commit=37ee25ba46 branch=HEAD compiled=2023-05-22T15:58:05Z 2024-03-21T13:14:04.270 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:14:03 smithi184 bash[92015]: logger=settings t=2024-03-21T13:14:03.905549094Z level=warn msg="\"sentry\" frontend logging provider is deprecated and will be removed in the next major version. Use \"grafana\" provider instead." 2024-03-21T13:14:04.270 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:14:03 smithi184 bash[92015]: logger=settings t=2024-03-21T13:14:03.905569362Z level=info msg="Config loaded from" file=/usr/share/grafana/conf/defaults.ini 2024-03-21T13:14:04.270 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:14:03 smithi184 bash[92015]: logger=settings t=2024-03-21T13:14:03.905575558Z level=info msg="Config loaded from" file=/etc/grafana/grafana.ini 2024-03-21T13:14:04.270 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:14:03 smithi184 bash[92015]: logger=settings t=2024-03-21T13:14:03.90558104Z level=info msg="Config overridden from command line" arg="default.paths.data=/var/lib/grafana" 2024-03-21T13:14:04.270 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:14:03 smithi184 bash[92015]: logger=settings t=2024-03-21T13:14:03.90558659Z level=info msg="Config overridden from command line" arg="default.paths.logs=/var/log/grafana" 2024-03-21T13:14:04.270 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:14:03 smithi184 bash[92015]: logger=settings t=2024-03-21T13:14:03.905592064Z level=info msg="Config overridden from command line" arg="default.paths.plugins=/var/lib/grafana/plugins" 2024-03-21T13:14:04.270 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:14:03 smithi184 bash[92015]: logger=settings t=2024-03-21T13:14:03.905597395Z level=info msg="Config overridden from command line" arg="default.paths.provisioning=/etc/grafana/provisioning" 2024-03-21T13:14:04.270 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:14:03 smithi184 bash[92015]: logger=settings t=2024-03-21T13:14:03.905603417Z level=info msg="Config overridden from command line" arg="default.log.mode=console" 2024-03-21T13:14:04.270 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:14:03 smithi184 bash[92015]: logger=settings t=2024-03-21T13:14:03.905609174Z level=info msg="Config overridden from Environment variable" var="GF_PATHS_DATA=/var/lib/grafana" 2024-03-21T13:14:04.271 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:14:03 smithi184 bash[92015]: logger=settings t=2024-03-21T13:14:03.905614635Z level=info msg="Config overridden from Environment variable" var="GF_PATHS_LOGS=/var/log/grafana" 2024-03-21T13:14:04.271 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:14:03 smithi184 bash[92015]: logger=settings t=2024-03-21T13:14:03.905619984Z level=info msg="Config overridden from Environment variable" var="GF_PATHS_PLUGINS=/var/lib/grafana/plugins" 2024-03-21T13:14:04.271 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:14:03 smithi184 bash[92015]: logger=settings t=2024-03-21T13:14:03.905627861Z level=info msg="Config overridden from Environment variable" var="GF_PATHS_PROVISIONING=/etc/grafana/provisioning" 2024-03-21T13:14:04.271 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:14:03 smithi184 bash[92015]: logger=settings t=2024-03-21T13:14:03.905633221Z level=info msg="Path Home" path=/usr/share/grafana 2024-03-21T13:14:04.271 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:14:03 smithi184 bash[92015]: logger=settings t=2024-03-21T13:14:03.905638396Z level=info msg="Path Data" path=/var/lib/grafana 2024-03-21T13:14:04.271 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:14:03 smithi184 bash[92015]: logger=settings t=2024-03-21T13:14:03.905643437Z level=info msg="Path Logs" path=/var/log/grafana 2024-03-21T13:14:04.271 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:14:03 smithi184 bash[92015]: logger=settings t=2024-03-21T13:14:03.905648294Z level=info msg="Path Plugins" path=/var/lib/grafana/plugins 2024-03-21T13:14:04.271 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:14:03 smithi184 bash[92015]: logger=settings t=2024-03-21T13:14:03.905653542Z level=info msg="Path Provisioning" path=/etc/grafana/provisioning 2024-03-21T13:14:04.271 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:14:03 smithi184 bash[92015]: logger=settings t=2024-03-21T13:14:03.905658599Z level=info msg="App mode production" 2024-03-21T13:14:04.271 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:14:03 smithi184 bash[92015]: logger=sqlstore t=2024-03-21T13:14:03.905719809Z level=info msg="Connecting to DB" dbtype=sqlite3 2024-03-21T13:14:04.271 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:14:03 smithi184 bash[92015]: logger=sqlstore t=2024-03-21T13:14:03.905737069Z level=warn msg="SQLite database file has broader permissions than it should" path=/var/lib/grafana/grafana.db mode=-rw-r--r-- expected=-rw-r----- 2024-03-21T13:14:04.271 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:14:03 smithi184 bash[92015]: logger=migrator t=2024-03-21T13:14:03.936981441Z level=info msg="Starting DB migrations" 2024-03-21T13:14:04.271 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:14:03 smithi184 bash[92015]: logger=migrator t=2024-03-21T13:14:03.943372766Z level=info msg="migrations completed" performed=0 skipped=481 duration=536.516µs 2024-03-21T13:14:04.271 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:14:03 smithi184 bash[92015]: logger=sqlstore t=2024-03-21T13:14:03.943816596Z level=info msg="Created default organization" 2024-03-21T13:14:04.272 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:14:03 smithi184 bash[92015]: logger=plugin.finder t=2024-03-21T13:14:03.98424345Z level=warn msg="Skipping finding plugins as directory does not exist" path=/usr/share/grafana/plugins-bundled 2024-03-21T13:14:04.272 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:14:03 smithi184 bash[92015]: logger=secrets t=2024-03-21T13:14:03.984366345Z level=info msg="Envelope encryption state" enabled=true currentprovider=secretKey.v1 2024-03-21T13:14:04.272 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:14:03 smithi184 bash[92015]: logger=query_data t=2024-03-21T13:14:03.986692625Z level=info msg="Query Service initialization" 2024-03-21T13:14:04.272 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:14:03 smithi184 bash[92015]: logger=live.push_http t=2024-03-21T13:14:03.991039527Z level=info msg="Live Push Gateway initialization" 2024-03-21T13:14:04.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:04 smithi178 bash[77880]: audit 2024-03-21T13:14:02.322999+0000 mgr.x (mgr.34104) 6499 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-21T13:14:04.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:04 smithi178 bash[77880]: cephadm 2024-03-21T13:14:02.355279+0000 mgr.x (mgr.34104) 6500 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:04.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:04 smithi178 bash[77880]: cephadm 2024-03-21T13:14:02.460321+0000 mgr.x (mgr.34104) 6501 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:04.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:04 smithi178 bash[77880]: cephadm 2024-03-21T13:14:02.562129+0000 mgr.x (mgr.34104) 6502 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:04.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:04 smithi178 bash[77880]: cephadm 2024-03-21T13:14:02.662417+0000 mgr.x (mgr.34104) 6503 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:04.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:04 smithi178 bash[77880]: cephadm 2024-03-21T13:14:02.759098+0000 mgr.x (mgr.34104) 6504 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:04.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:04 smithi178 bash[77880]: cephadm 2024-03-21T13:14:02.856151+0000 mgr.x (mgr.34104) 6505 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:04.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:04 smithi178 bash[77880]: cephadm 2024-03-21T13:14:02.955985+0000 mgr.x (mgr.34104) 6506 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:04.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:04 smithi178 bash[77880]: cephadm 2024-03-21T13:14:03.052508+0000 mgr.x (mgr.34104) 6507 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:04.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:04 smithi178 bash[77880]: cephadm 2024-03-21T13:14:03.152364+0000 mgr.x (mgr.34104) 6508 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:04.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:04 smithi178 bash[77880]: cluster 2024-03-21T13:14:03.188867+0000 mgr.x (mgr.34104) 6509 : cluster [DBG] pgmap v4228: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:14:04.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:04 smithi178 bash[77880]: cephadm 2024-03-21T13:14:03.253234+0000 mgr.x (mgr.34104) 6510 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:04.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:04 smithi178 bash[77880]: audit 2024-03-21T13:14:03.335436+0000 mon.a (mon.0) 10577 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:04.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:04 smithi178 bash[77880]: audit 2024-03-21T13:14:03.338866+0000 mon.a (mon.0) 10578 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:04.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:04 smithi178 bash[77880]: audit 2024-03-21T13:14:03.341648+0000 mon.a (mon.0) 10579 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:04.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:04 smithi178 bash[77880]: audit 2024-03-21T13:14:03.342817+0000 mon.a (mon.0) 10580 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:04.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:04 smithi178 bash[77880]: audit 2024-03-21T13:14:03.351522+0000 mon.a (mon.0) 10581 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:04.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:04 smithi178 bash[77880]: audit 2024-03-21T13:14:03.430351+0000 mon.a (mon.0) 10582 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:04.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:04 smithi178 bash[77880]: audit 2024-03-21T13:14:03.433693+0000 mon.a (mon.0) 10583 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:04.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:04 smithi178 bash[77880]: audit 2024-03-21T13:14:03.437635+0000 mon.a (mon.0) 10584 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:04.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:04 smithi178 bash[75692]: audit 2024-03-21T13:14:02.322999+0000 mgr.x (mgr.34104) 6499 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-21T13:14:04.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:04 smithi178 bash[75692]: cephadm 2024-03-21T13:14:02.355279+0000 mgr.x (mgr.34104) 6500 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:04.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:04 smithi178 bash[75692]: cephadm 2024-03-21T13:14:02.460321+0000 mgr.x (mgr.34104) 6501 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:04.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:04 smithi178 bash[75692]: cephadm 2024-03-21T13:14:02.562129+0000 mgr.x (mgr.34104) 6502 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:04.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:04 smithi178 bash[75692]: cephadm 2024-03-21T13:14:02.662417+0000 mgr.x (mgr.34104) 6503 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:04.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:04 smithi178 bash[75692]: cephadm 2024-03-21T13:14:02.759098+0000 mgr.x (mgr.34104) 6504 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:04.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:04 smithi178 bash[75692]: cephadm 2024-03-21T13:14:02.856151+0000 mgr.x (mgr.34104) 6505 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:04.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:04 smithi178 bash[75692]: cephadm 2024-03-21T13:14:02.955985+0000 mgr.x (mgr.34104) 6506 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:04.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:04 smithi178 bash[75692]: cephadm 2024-03-21T13:14:03.052508+0000 mgr.x (mgr.34104) 6507 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:04.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:04 smithi178 bash[75692]: cephadm 2024-03-21T13:14:03.152364+0000 mgr.x (mgr.34104) 6508 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:04.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:04 smithi178 bash[75692]: cluster 2024-03-21T13:14:03.188867+0000 mgr.x (mgr.34104) 6509 : cluster [DBG] pgmap v4228: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:14:04.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:04 smithi178 bash[75692]: cephadm 2024-03-21T13:14:03.253234+0000 mgr.x (mgr.34104) 6510 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:04.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:04 smithi178 bash[75692]: audit 2024-03-21T13:14:03.335436+0000 mon.a (mon.0) 10577 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:04.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:04 smithi178 bash[75692]: audit 2024-03-21T13:14:03.338866+0000 mon.a (mon.0) 10578 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:04.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:04 smithi178 bash[75692]: audit 2024-03-21T13:14:03.341648+0000 mon.a (mon.0) 10579 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:04.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:04 smithi178 bash[75692]: audit 2024-03-21T13:14:03.342817+0000 mon.a (mon.0) 10580 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:04.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:04 smithi178 bash[75692]: audit 2024-03-21T13:14:03.351522+0000 mon.a (mon.0) 10581 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:04.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:04 smithi178 bash[75692]: audit 2024-03-21T13:14:03.430351+0000 mon.a (mon.0) 10582 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:04.554 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:04 smithi178 bash[75692]: audit 2024-03-21T13:14:03.433693+0000 mon.a (mon.0) 10583 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:04.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:04 smithi178 bash[75692]: audit 2024-03-21T13:14:03.437635+0000 mon.a (mon.0) 10584 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:04.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:04 smithi178 bash[77880]: audit 2024-03-21T13:14:03.439059+0000 mon.a (mon.0) 10585 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:04.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:04 smithi178 bash[77880]: audit 2024-03-21T13:14:03.448434+0000 mon.a (mon.0) 10586 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:04.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:04 smithi178 bash[77880]: audit 2024-03-21T13:14:03.529709+0000 mon.a (mon.0) 10587 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:04.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:04 smithi178 bash[77880]: audit 2024-03-21T13:14:03.533946+0000 mon.a (mon.0) 10588 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:04.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:04 smithi178 bash[77880]: audit 2024-03-21T13:14:03.537747+0000 mon.a (mon.0) 10589 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:04.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:04 smithi178 bash[77880]: audit 2024-03-21T13:14:03.539109+0000 mon.a (mon.0) 10590 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:04.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:04 smithi178 bash[77880]: audit 2024-03-21T13:14:03.548781+0000 mon.a (mon.0) 10591 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:04.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:04 smithi178 bash[77880]: audit 2024-03-21T13:14:03.631499+0000 mon.a (mon.0) 10592 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:04.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:04 smithi178 bash[77880]: audit 2024-03-21T13:14:03.635335+0000 mon.a (mon.0) 10593 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:04.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:04 smithi178 bash[77880]: audit 2024-03-21T13:14:03.639211+0000 mon.a (mon.0) 10594 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:04.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:04 smithi178 bash[77880]: audit 2024-03-21T13:14:03.640529+0000 mon.a (mon.0) 10595 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:04.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:04 smithi178 bash[77880]: audit 2024-03-21T13:14:03.649330+0000 mon.a (mon.0) 10596 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:04.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:04 smithi178 bash[77880]: audit 2024-03-21T13:14:03.728794+0000 mon.a (mon.0) 10597 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:04.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:04 smithi178 bash[77880]: audit 2024-03-21T13:14:03.732043+0000 mon.a (mon.0) 10598 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:04.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:04 smithi178 bash[77880]: audit 2024-03-21T13:14:03.735188+0000 mon.a (mon.0) 10599 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:04.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:04 smithi178 bash[77880]: audit 2024-03-21T13:14:03.736780+0000 mon.a (mon.0) 10600 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:04.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:04 smithi178 bash[77880]: audit 2024-03-21T13:14:03.747384+0000 mon.a (mon.0) 10601 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:04.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:04 smithi178 bash[77880]: audit 2024-03-21T13:14:03.827724+0000 mon.a (mon.0) 10602 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:04.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:04 smithi178 bash[77880]: audit 2024-03-21T13:14:03.832142+0000 mon.a (mon.0) 10603 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:04.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:04 smithi178 bash[75692]: audit 2024-03-21T13:14:03.439059+0000 mon.a (mon.0) 10585 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:04.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:04 smithi178 bash[75692]: audit 2024-03-21T13:14:03.448434+0000 mon.a (mon.0) 10586 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:04.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:04 smithi178 bash[75692]: audit 2024-03-21T13:14:03.529709+0000 mon.a (mon.0) 10587 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:04.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:04 smithi178 bash[75692]: audit 2024-03-21T13:14:03.533946+0000 mon.a (mon.0) 10588 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:04.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:04 smithi178 bash[75692]: audit 2024-03-21T13:14:03.537747+0000 mon.a (mon.0) 10589 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:04.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:04 smithi178 bash[75692]: audit 2024-03-21T13:14:03.539109+0000 mon.a (mon.0) 10590 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:04.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:04 smithi178 bash[75692]: audit 2024-03-21T13:14:03.548781+0000 mon.a (mon.0) 10591 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:04.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:04 smithi178 bash[75692]: audit 2024-03-21T13:14:03.631499+0000 mon.a (mon.0) 10592 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:04.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:04 smithi178 bash[75692]: audit 2024-03-21T13:14:03.635335+0000 mon.a (mon.0) 10593 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:04.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:04 smithi178 bash[75692]: audit 2024-03-21T13:14:03.639211+0000 mon.a (mon.0) 10594 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:04.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:04 smithi178 bash[75692]: audit 2024-03-21T13:14:03.640529+0000 mon.a (mon.0) 10595 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:04.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:04 smithi178 bash[75692]: audit 2024-03-21T13:14:03.649330+0000 mon.a (mon.0) 10596 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:04.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:04 smithi178 bash[75692]: audit 2024-03-21T13:14:03.728794+0000 mon.a (mon.0) 10597 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:04.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:04 smithi178 bash[75692]: audit 2024-03-21T13:14:03.732043+0000 mon.a (mon.0) 10598 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:04.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:04 smithi178 bash[75692]: audit 2024-03-21T13:14:03.735188+0000 mon.a (mon.0) 10599 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:04.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:04 smithi178 bash[75692]: audit 2024-03-21T13:14:03.736780+0000 mon.a (mon.0) 10600 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:04.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:04 smithi178 bash[75692]: audit 2024-03-21T13:14:03.747384+0000 mon.a (mon.0) 10601 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:04.561 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:04 smithi178 bash[75692]: audit 2024-03-21T13:14:03.827724+0000 mon.a (mon.0) 10602 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:04.562 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:04 smithi178 bash[75692]: audit 2024-03-21T13:14:03.832142+0000 mon.a (mon.0) 10603 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:04.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:04 smithi178 bash[77880]: audit 2024-03-21T13:14:03.835646+0000 mon.a (mon.0) 10604 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:04.563 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:04 smithi178 bash[77880]: audit 2024-03-21T13:14:03.837015+0000 mon.a (mon.0) 10605 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:04.563 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:04 smithi178 bash[77880]: audit 2024-03-21T13:14:03.846238+0000 mon.a (mon.0) 10606 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:04.563 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:04 smithi178 bash[77880]: audit 2024-03-21T13:14:03.922802+0000 mon.a (mon.0) 10607 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:04.563 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:04 smithi178 bash[77880]: audit 2024-03-21T13:14:03.925981+0000 mon.a (mon.0) 10608 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:04.563 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:04 smithi178 bash[77880]: audit 2024-03-21T13:14:03.928839+0000 mon.a (mon.0) 10609 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:04.564 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:04 smithi178 bash[77880]: audit 2024-03-21T13:14:03.930071+0000 mon.a (mon.0) 10610 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:04.564 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:04 smithi178 bash[77880]: audit 2024-03-21T13:14:03.938868+0000 mon.a (mon.0) 10611 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:04.564 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:04 smithi178 bash[77880]: audit 2024-03-21T13:14:04.015838+0000 mon.a (mon.0) 10612 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:04.564 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:04 smithi178 bash[77880]: audit 2024-03-21T13:14:04.019002+0000 mon.a (mon.0) 10613 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:04.564 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:04 smithi178 bash[77880]: audit 2024-03-21T13:14:04.021930+0000 mon.a (mon.0) 10614 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:04.564 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:04 smithi178 bash[77880]: audit 2024-03-21T13:14:04.023135+0000 mon.a (mon.0) 10615 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:04.564 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:04 smithi178 bash[77880]: audit 2024-03-21T13:14:04.031959+0000 mon.a (mon.0) 10616 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:04.565 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:04 smithi178 bash[77880]: audit 2024-03-21T13:14:04.095098+0000 mon.a (mon.0) 10617 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:04.565 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:04 smithi178 bash[77880]: audit 2024-03-21T13:14:04.099015+0000 mon.a (mon.0) 10618 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:04.565 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:04 smithi178 bash[77880]: audit 2024-03-21T13:14:04.103670+0000 mon.a (mon.0) 10619 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:04.565 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:04 smithi178 bash[77880]: audit 2024-03-21T13:14:04.105720+0000 mon.a (mon.0) 10620 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:04.565 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:04 smithi178 bash[77880]: audit 2024-03-21T13:14:04.115876+0000 mon.a (mon.0) 10621 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:04.565 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:04 smithi178 bash[77880]: audit 2024-03-21T13:14:04.195430+0000 mon.a (mon.0) 10622 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:04.566 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:04 smithi178 bash[77880]: audit 2024-03-21T13:14:04.198715+0000 mon.a (mon.0) 10623 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:04.566 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:04 smithi178 bash[77880]: audit 2024-03-21T13:14:04.201797+0000 mon.a (mon.0) 10624 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:04.566 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:04 smithi178 bash[77880]: audit 2024-03-21T13:14:04.203146+0000 mon.a (mon.0) 10625 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:04.566 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:04 smithi178 bash[77880]: audit 2024-03-21T13:14:04.211071+0000 mon.a (mon.0) 10626 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:04.567 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:04 smithi178 bash[75692]: audit 2024-03-21T13:14:03.835646+0000 mon.a (mon.0) 10604 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:04.567 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:04 smithi178 bash[75692]: audit 2024-03-21T13:14:03.837015+0000 mon.a (mon.0) 10605 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:04.567 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:04 smithi178 bash[75692]: audit 2024-03-21T13:14:03.846238+0000 mon.a (mon.0) 10606 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:04.567 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:04 smithi178 bash[75692]: audit 2024-03-21T13:14:03.922802+0000 mon.a (mon.0) 10607 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:04.567 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:04 smithi178 bash[75692]: audit 2024-03-21T13:14:03.925981+0000 mon.a (mon.0) 10608 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:04.568 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:04 smithi178 bash[75692]: audit 2024-03-21T13:14:03.928839+0000 mon.a (mon.0) 10609 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:04.568 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:04 smithi178 bash[75692]: audit 2024-03-21T13:14:03.930071+0000 mon.a (mon.0) 10610 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:04.568 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:04 smithi178 bash[75692]: audit 2024-03-21T13:14:03.938868+0000 mon.a (mon.0) 10611 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:04.568 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:04 smithi178 bash[75692]: audit 2024-03-21T13:14:04.015838+0000 mon.a (mon.0) 10612 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:04.568 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:04 smithi178 bash[75692]: audit 2024-03-21T13:14:04.019002+0000 mon.a (mon.0) 10613 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:04.568 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:04 smithi178 bash[75692]: audit 2024-03-21T13:14:04.021930+0000 mon.a (mon.0) 10614 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:04.569 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:04 smithi178 bash[75692]: audit 2024-03-21T13:14:04.023135+0000 mon.a (mon.0) 10615 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:04.569 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:04 smithi178 bash[75692]: audit 2024-03-21T13:14:04.031959+0000 mon.a (mon.0) 10616 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:04.569 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:04 smithi178 bash[75692]: audit 2024-03-21T13:14:04.095098+0000 mon.a (mon.0) 10617 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:04.569 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:04 smithi178 bash[75692]: audit 2024-03-21T13:14:04.099015+0000 mon.a (mon.0) 10618 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:04.569 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:04 smithi178 bash[75692]: audit 2024-03-21T13:14:04.103670+0000 mon.a (mon.0) 10619 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:04.569 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:04 smithi178 bash[75692]: audit 2024-03-21T13:14:04.105720+0000 mon.a (mon.0) 10620 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:04.570 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:04 smithi178 bash[75692]: audit 2024-03-21T13:14:04.115876+0000 mon.a (mon.0) 10621 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:04.570 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:04 smithi178 bash[75692]: audit 2024-03-21T13:14:04.195430+0000 mon.a (mon.0) 10622 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:04.570 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:04 smithi178 bash[75692]: audit 2024-03-21T13:14:04.198715+0000 mon.a (mon.0) 10623 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:04.570 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:04 smithi178 bash[75692]: audit 2024-03-21T13:14:04.201797+0000 mon.a (mon.0) 10624 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:04.571 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:04 smithi178 bash[75692]: audit 2024-03-21T13:14:04.203146+0000 mon.a (mon.0) 10625 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:04.572 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:04 smithi178 bash[75692]: audit 2024-03-21T13:14:04.211071+0000 mon.a (mon.0) 10626 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:04.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:04 smithi184 bash[59794]: audit 2024-03-21T13:14:02.322999+0000 mgr.x (mgr.34104) 6499 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-21T13:14:04.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:04 smithi184 bash[59794]: cephadm 2024-03-21T13:14:02.355279+0000 mgr.x (mgr.34104) 6500 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:04.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:04 smithi184 bash[59794]: cephadm 2024-03-21T13:14:02.460321+0000 mgr.x (mgr.34104) 6501 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:04.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:04 smithi184 bash[59794]: cephadm 2024-03-21T13:14:02.562129+0000 mgr.x (mgr.34104) 6502 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:04.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:04 smithi184 bash[59794]: cephadm 2024-03-21T13:14:02.662417+0000 mgr.x (mgr.34104) 6503 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:04.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:04 smithi184 bash[59794]: cephadm 2024-03-21T13:14:02.759098+0000 mgr.x (mgr.34104) 6504 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:04.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:04 smithi184 bash[59794]: cephadm 2024-03-21T13:14:02.856151+0000 mgr.x (mgr.34104) 6505 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:04.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:04 smithi184 bash[59794]: cephadm 2024-03-21T13:14:02.955985+0000 mgr.x (mgr.34104) 6506 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:04.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:04 smithi184 bash[59794]: cephadm 2024-03-21T13:14:03.052508+0000 mgr.x (mgr.34104) 6507 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:04.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:04 smithi184 bash[59794]: cephadm 2024-03-21T13:14:03.152364+0000 mgr.x (mgr.34104) 6508 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:04.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:04 smithi184 bash[59794]: cluster 2024-03-21T13:14:03.188867+0000 mgr.x (mgr.34104) 6509 : cluster [DBG] pgmap v4228: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:14:04.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:04 smithi184 bash[59794]: cephadm 2024-03-21T13:14:03.253234+0000 mgr.x (mgr.34104) 6510 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:04.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:04 smithi184 bash[59794]: audit 2024-03-21T13:14:03.335436+0000 mon.a (mon.0) 10577 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:04.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:04 smithi184 bash[59794]: audit 2024-03-21T13:14:03.338866+0000 mon.a (mon.0) 10578 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:04.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:04 smithi184 bash[59794]: audit 2024-03-21T13:14:03.341648+0000 mon.a (mon.0) 10579 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:04.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:04 smithi184 bash[59794]: audit 2024-03-21T13:14:03.342817+0000 mon.a (mon.0) 10580 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:04.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:04 smithi184 bash[59794]: audit 2024-03-21T13:14:03.351522+0000 mon.a (mon.0) 10581 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:04.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:04 smithi184 bash[59794]: audit 2024-03-21T13:14:03.430351+0000 mon.a (mon.0) 10582 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:04.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:04 smithi184 bash[59794]: audit 2024-03-21T13:14:03.433693+0000 mon.a (mon.0) 10583 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:04.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:04 smithi184 bash[59794]: audit 2024-03-21T13:14:03.437635+0000 mon.a (mon.0) 10584 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:04.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:04 smithi184 bash[59794]: audit 2024-03-21T13:14:03.439059+0000 mon.a (mon.0) 10585 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:04.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:04 smithi184 bash[59794]: audit 2024-03-21T13:14:03.448434+0000 mon.a (mon.0) 10586 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:04.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:04 smithi184 bash[59794]: audit 2024-03-21T13:14:03.529709+0000 mon.a (mon.0) 10587 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:04.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:04 smithi184 bash[59794]: audit 2024-03-21T13:14:03.533946+0000 mon.a (mon.0) 10588 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:04.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:04 smithi184 bash[59794]: audit 2024-03-21T13:14:03.537747+0000 mon.a (mon.0) 10589 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:04.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:04 smithi184 bash[59794]: audit 2024-03-21T13:14:03.539109+0000 mon.a (mon.0) 10590 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:04.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:04 smithi184 bash[59794]: audit 2024-03-21T13:14:03.548781+0000 mon.a (mon.0) 10591 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:04.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:04 smithi184 bash[59794]: audit 2024-03-21T13:14:03.631499+0000 mon.a (mon.0) 10592 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:04.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:04 smithi184 bash[59794]: audit 2024-03-21T13:14:03.635335+0000 mon.a (mon.0) 10593 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:04.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:04 smithi184 bash[59794]: audit 2024-03-21T13:14:03.639211+0000 mon.a (mon.0) 10594 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:04.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:04 smithi184 bash[59794]: audit 2024-03-21T13:14:03.640529+0000 mon.a (mon.0) 10595 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:04.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:04 smithi184 bash[59794]: audit 2024-03-21T13:14:03.649330+0000 mon.a (mon.0) 10596 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:04.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:04 smithi184 bash[59794]: audit 2024-03-21T13:14:03.728794+0000 mon.a (mon.0) 10597 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:04.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:04 smithi184 bash[59794]: audit 2024-03-21T13:14:03.732043+0000 mon.a (mon.0) 10598 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:04.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:04 smithi184 bash[59794]: audit 2024-03-21T13:14:03.735188+0000 mon.a (mon.0) 10599 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:04.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:04 smithi184 bash[59794]: audit 2024-03-21T13:14:03.736780+0000 mon.a (mon.0) 10600 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:04.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:04 smithi184 bash[59794]: audit 2024-03-21T13:14:03.747384+0000 mon.a (mon.0) 10601 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:04.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:04 smithi184 bash[59794]: audit 2024-03-21T13:14:03.827724+0000 mon.a (mon.0) 10602 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:04.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:04 smithi184 bash[59794]: audit 2024-03-21T13:14:03.832142+0000 mon.a (mon.0) 10603 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:04.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:04 smithi184 bash[59794]: audit 2024-03-21T13:14:03.835646+0000 mon.a (mon.0) 10604 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:04.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:04 smithi184 bash[59794]: audit 2024-03-21T13:14:03.837015+0000 mon.a (mon.0) 10605 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:04.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:04 smithi184 bash[59794]: audit 2024-03-21T13:14:03.846238+0000 mon.a (mon.0) 10606 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:04.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:04 smithi184 bash[59794]: audit 2024-03-21T13:14:03.922802+0000 mon.a (mon.0) 10607 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:04.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:04 smithi184 bash[59794]: audit 2024-03-21T13:14:03.925981+0000 mon.a (mon.0) 10608 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:04.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:04 smithi184 bash[59794]: audit 2024-03-21T13:14:03.928839+0000 mon.a (mon.0) 10609 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:04.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:04 smithi184 bash[59794]: audit 2024-03-21T13:14:03.930071+0000 mon.a (mon.0) 10610 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:04.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:04 smithi184 bash[59794]: audit 2024-03-21T13:14:03.938868+0000 mon.a (mon.0) 10611 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:04.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:04 smithi184 bash[59794]: audit 2024-03-21T13:14:04.015838+0000 mon.a (mon.0) 10612 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:04.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:04 smithi184 bash[59794]: audit 2024-03-21T13:14:04.019002+0000 mon.a (mon.0) 10613 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:04.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:04 smithi184 bash[59794]: audit 2024-03-21T13:14:04.021930+0000 mon.a (mon.0) 10614 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:04.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:04 smithi184 bash[59794]: audit 2024-03-21T13:14:04.023135+0000 mon.a (mon.0) 10615 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:04.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:04 smithi184 bash[59794]: audit 2024-03-21T13:14:04.031959+0000 mon.a (mon.0) 10616 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:04.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:04 smithi184 bash[59794]: audit 2024-03-21T13:14:04.095098+0000 mon.a (mon.0) 10617 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:04.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:04 smithi184 bash[59794]: audit 2024-03-21T13:14:04.099015+0000 mon.a (mon.0) 10618 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:04.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:04 smithi184 bash[59794]: audit 2024-03-21T13:14:04.103670+0000 mon.a (mon.0) 10619 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:04.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:04 smithi184 bash[59794]: audit 2024-03-21T13:14:04.105720+0000 mon.a (mon.0) 10620 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:04.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:04 smithi184 bash[59794]: audit 2024-03-21T13:14:04.115876+0000 mon.a (mon.0) 10621 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:04.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:04 smithi184 bash[59794]: audit 2024-03-21T13:14:04.195430+0000 mon.a (mon.0) 10622 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:04.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:04 smithi184 bash[59794]: audit 2024-03-21T13:14:04.198715+0000 mon.a (mon.0) 10623 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:04.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:04 smithi184 bash[59794]: audit 2024-03-21T13:14:04.201797+0000 mon.a (mon.0) 10624 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:04.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:04 smithi184 bash[59794]: audit 2024-03-21T13:14:04.203146+0000 mon.a (mon.0) 10625 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:04.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:04 smithi184 bash[59794]: audit 2024-03-21T13:14:04.211071+0000 mon.a (mon.0) 10626 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:05.073 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:14:04 smithi184 bash[92015]: logger=infra.usagestats.collector t=2024-03-21T13:14:04.821561227Z level=info msg="registering usage stat providers" usageStatsProvidersLen=2 2024-03-21T13:14:05.073 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:14:04 smithi184 bash[92015]: logger=provisioning.datasources t=2024-03-21T13:14:04.881066835Z level=info msg="deleted correlations based on configuration" ds_name=Dashboard1 2024-03-21T13:14:05.073 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:14:04 smithi184 bash[92015]: logger=provisioning.datasources t=2024-03-21T13:14:04.881108108Z level=info msg="deleted datasource based on configuration" name=Dashboard1 2024-03-21T13:14:05.073 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:14:04 smithi184 bash[92015]: logger=provisioning.datasources t=2024-03-21T13:14:04.881439457Z level=info msg="inserting datasource from configuration " name=Dashboard1 uid=P43CA22E17D0F9596 2024-03-21T13:14:05.323 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:14:05 smithi184 bash[92015]: logger=provisioning.alerting t=2024-03-21T13:14:05.073044439Z level=info msg="starting to provision alerting" 2024-03-21T13:14:05.324 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:14:05 smithi184 bash[92015]: logger=provisioning.alerting t=2024-03-21T13:14:05.073086522Z level=info msg="finished to provision alerting" 2024-03-21T13:14:05.324 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:14:05 smithi184 bash[92015]: logger=ngalert.state.manager t=2024-03-21T13:14:05.073269138Z level=info msg="Warming state cache for startup" 2024-03-21T13:14:05.324 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:14:05 smithi184 bash[92015]: logger=ngalert.state.manager t=2024-03-21T13:14:05.07350757Z level=info msg="State cache has been initialized" states=0 duration=237.693µs 2024-03-21T13:14:05.324 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:14:05 smithi184 bash[92015]: logger=ticker t=2024-03-21T13:14:05.073597549Z level=info msg=starting first_tick=2024-03-21T13:14:10Z 2024-03-21T13:14:05.324 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:14:05 smithi184 bash[92015]: logger=ngalert.multiorg.alertmanager t=2024-03-21T13:14:05.073626289Z level=info msg="starting MultiOrg Alertmanager" 2024-03-21T13:14:05.324 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:14:05 smithi184 bash[92015]: logger=grafanaStorageLogger t=2024-03-21T13:14:05.074847718Z level=info msg="storage starting" 2024-03-21T13:14:05.324 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:14:05 smithi184 bash[92015]: logger=http.server t=2024-03-21T13:14:05.078995071Z level=info msg="HTTP Server Listen" address=[::]:3000 protocol=https subUrl= socket= 2024-03-21T13:14:05.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:05 smithi184 bash[59794]: cephadm 2024-03-21T13:14:03.352841+0000 mgr.x (mgr.34104) 6511 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:05.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:05 smithi184 bash[59794]: cephadm 2024-03-21T13:14:03.449705+0000 mgr.x (mgr.34104) 6512 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:05.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:05 smithi184 bash[59794]: cephadm 2024-03-21T13:14:03.550253+0000 mgr.x (mgr.34104) 6513 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:05.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:05 smithi184 bash[59794]: cephadm 2024-03-21T13:14:03.650689+0000 mgr.x (mgr.34104) 6514 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:05.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:05 smithi184 bash[59794]: cephadm 2024-03-21T13:14:03.748745+0000 mgr.x (mgr.34104) 6515 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:05.325 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:05 smithi184 bash[59794]: cephadm 2024-03-21T13:14:03.847637+0000 mgr.x (mgr.34104) 6516 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:05.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:05 smithi184 bash[59794]: cephadm 2024-03-21T13:14:03.940322+0000 mgr.x (mgr.34104) 6517 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:05.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:05 smithi184 bash[59794]: cephadm 2024-03-21T13:14:04.033328+0000 mgr.x (mgr.34104) 6518 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:05.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:05 smithi184 bash[59794]: cephadm 2024-03-21T13:14:04.117321+0000 mgr.x (mgr.34104) 6519 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:05.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:05 smithi184 bash[59794]: cephadm 2024-03-21T13:14:04.212276+0000 mgr.x (mgr.34104) 6520 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:05.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:05 smithi184 bash[59794]: audit 2024-03-21T13:14:04.294905+0000 mon.a (mon.0) 10627 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:05.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:05 smithi184 bash[59794]: audit 2024-03-21T13:14:04.298342+0000 mon.a (mon.0) 10628 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:05.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:05 smithi184 bash[59794]: audit 2024-03-21T13:14:04.301809+0000 mon.a (mon.0) 10629 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:05.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:05 smithi184 bash[59794]: audit 2024-03-21T13:14:04.303368+0000 mon.a (mon.0) 10630 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:05.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:05 smithi184 bash[59794]: audit 2024-03-21T13:14:04.312019+0000 mon.a (mon.0) 10631 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:05.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:05 smithi184 bash[59794]: cephadm 2024-03-21T13:14:04.313447+0000 mgr.x (mgr.34104) 6521 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:05.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:05 smithi184 bash[59794]: audit 2024-03-21T13:14:04.393529+0000 mon.a (mon.0) 10632 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:05.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:05 smithi184 bash[59794]: audit 2024-03-21T13:14:04.396587+0000 mon.a (mon.0) 10633 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:05.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:05 smithi184 bash[59794]: audit 2024-03-21T13:14:04.399196+0000 mon.a (mon.0) 10634 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:05.326 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:05 smithi184 bash[59794]: audit 2024-03-21T13:14:04.400668+0000 mon.a (mon.0) 10635 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:05.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:05 smithi184 bash[59794]: audit 2024-03-21T13:14:04.409057+0000 mon.a (mon.0) 10636 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:05.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:05 smithi184 bash[59794]: audit 2024-03-21T13:14:04.497787+0000 mon.a (mon.0) 10637 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:05.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:05 smithi184 bash[59794]: audit 2024-03-21T13:14:04.501477+0000 mon.a (mon.0) 10638 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:05.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:05 smithi184 bash[59794]: audit 2024-03-21T13:14:04.504620+0000 mon.a (mon.0) 10639 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:05.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:05 smithi184 bash[59794]: audit 2024-03-21T13:14:04.505953+0000 mon.a (mon.0) 10640 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:05.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:05 smithi184 bash[59794]: audit 2024-03-21T13:14:04.515203+0000 mon.a (mon.0) 10641 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:05.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:05 smithi184 bash[59794]: audit 2024-03-21T13:14:04.595622+0000 mon.a (mon.0) 10642 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:05.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:05 smithi184 bash[59794]: audit 2024-03-21T13:14:04.599164+0000 mon.a (mon.0) 10643 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:05.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:05 smithi184 bash[59794]: audit 2024-03-21T13:14:04.602280+0000 mon.a (mon.0) 10644 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:05.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:05 smithi184 bash[59794]: audit 2024-03-21T13:14:04.603779+0000 mon.a (mon.0) 10645 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:05.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:05 smithi184 bash[59794]: audit 2024-03-21T13:14:04.614185+0000 mon.a (mon.0) 10646 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:05.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:05 smithi184 bash[59794]: audit 2024-03-21T13:14:04.695305+0000 mon.a (mon.0) 10647 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:05.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:05 smithi184 bash[59794]: audit 2024-03-21T13:14:04.698623+0000 mon.a (mon.0) 10648 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:05.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:05 smithi184 bash[59794]: audit 2024-03-21T13:14:04.702130+0000 mon.a (mon.0) 10649 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:05.327 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:05 smithi184 bash[59794]: audit 2024-03-21T13:14:04.703767+0000 mon.a (mon.0) 10650 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:05.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:05 smithi184 bash[59794]: audit 2024-03-21T13:14:04.713208+0000 mon.a (mon.0) 10651 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:05.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:05 smithi184 bash[59794]: audit 2024-03-21T13:14:04.792090+0000 mon.a (mon.0) 10652 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:05.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:05 smithi184 bash[59794]: audit 2024-03-21T13:14:04.795430+0000 mon.a (mon.0) 10653 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:05.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:05 smithi184 bash[59794]: audit 2024-03-21T13:14:04.801036+0000 mon.a (mon.0) 10654 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:05.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:05 smithi184 bash[59794]: audit 2024-03-21T13:14:04.801726+0000 mon.a (mon.0) 10655 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:05.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:05 smithi184 bash[59794]: audit 2024-03-21T13:14:04.802702+0000 mon.a (mon.0) 10656 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:14:05.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:05 smithi184 bash[59794]: audit 2024-03-21T13:14:04.803871+0000 mon.a (mon.0) 10657 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:05.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:05 smithi184 bash[59794]: audit 2024-03-21T13:14:04.816152+0000 mon.a (mon.0) 10658 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:05.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:05 smithi184 bash[59794]: audit 2024-03-21T13:14:04.914690+0000 mon.a (mon.0) 10659 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:05.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:05 smithi184 bash[59794]: audit 2024-03-21T13:14:04.918630+0000 mon.a (mon.0) 10660 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:05.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:05 smithi184 bash[59794]: audit 2024-03-21T13:14:04.922504+0000 mon.a (mon.0) 10661 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:05.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:05 smithi184 bash[59794]: audit 2024-03-21T13:14:04.923973+0000 mon.a (mon.0) 10662 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:05.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:05 smithi184 bash[59794]: audit 2024-03-21T13:14:04.933433+0000 mon.a (mon.0) 10663 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:05.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:05 smithi184 bash[59794]: audit 2024-03-21T13:14:05.011670+0000 mon.a (mon.0) 10664 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:05.328 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:05 smithi184 bash[59794]: audit 2024-03-21T13:14:05.015029+0000 mon.a (mon.0) 10665 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:05.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:05 smithi184 bash[59794]: audit 2024-03-21T13:14:05.019532+0000 mon.a (mon.0) 10666 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:05.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:05 smithi184 bash[59794]: audit 2024-03-21T13:14:05.021192+0000 mon.a (mon.0) 10667 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:05.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:05 smithi184 bash[59794]: audit 2024-03-21T13:14:05.030962+0000 mon.a (mon.0) 10668 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:05.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:05 smithi184 bash[59794]: audit 2024-03-21T13:14:05.109232+0000 mon.a (mon.0) 10669 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:05.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:05 smithi184 bash[59794]: audit 2024-03-21T13:14:05.112453+0000 mon.a (mon.0) 10670 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:05.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:05 smithi184 bash[59794]: audit 2024-03-21T13:14:05.115646+0000 mon.a (mon.0) 10671 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:05.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:05 smithi184 bash[59794]: audit 2024-03-21T13:14:05.116826+0000 mon.a (mon.0) 10672 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:05.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:05 smithi184 bash[59794]: audit 2024-03-21T13:14:05.125696+0000 mon.a (mon.0) 10673 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:05.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:05 smithi184 bash[59794]: audit 2024-03-21T13:14:05.208236+0000 mon.a (mon.0) 10674 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:05.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:05 smithi184 bash[59794]: audit 2024-03-21T13:14:05.211079+0000 mon.a (mon.0) 10675 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:05.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:05 smithi184 bash[59794]: audit 2024-03-21T13:14:05.214334+0000 mon.a (mon.0) 10676 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:05.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:05 smithi184 bash[59794]: audit 2024-03-21T13:14:05.215588+0000 mon.a (mon.0) 10677 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:05.329 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:05 smithi184 bash[59794]: audit 2024-03-21T13:14:05.224382+0000 mon.a (mon.0) 10678 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:05.547 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:14:05 smithi184 bash[52419]: ::ffff:172.21.15.184 - - [21/Mar/2024:13:14:05] "GET /metrics HTTP/1.1" 200 38776 "" "Prometheus/2.43.0" 2024-03-21T13:14:05.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:05 smithi178 bash[75692]: cephadm 2024-03-21T13:14:03.352841+0000 mgr.x (mgr.34104) 6511 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:05.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:05 smithi178 bash[75692]: cephadm 2024-03-21T13:14:03.449705+0000 mgr.x (mgr.34104) 6512 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:05.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:05 smithi178 bash[75692]: cephadm 2024-03-21T13:14:03.550253+0000 mgr.x (mgr.34104) 6513 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:05.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:05 smithi178 bash[75692]: cephadm 2024-03-21T13:14:03.650689+0000 mgr.x (mgr.34104) 6514 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:05.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:05 smithi178 bash[75692]: cephadm 2024-03-21T13:14:03.748745+0000 mgr.x (mgr.34104) 6515 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:05.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:05 smithi178 bash[75692]: cephadm 2024-03-21T13:14:03.847637+0000 mgr.x (mgr.34104) 6516 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:05.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:05 smithi178 bash[75692]: cephadm 2024-03-21T13:14:03.940322+0000 mgr.x (mgr.34104) 6517 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:05.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:05 smithi178 bash[75692]: cephadm 2024-03-21T13:14:04.033328+0000 mgr.x (mgr.34104) 6518 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:05.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:05 smithi178 bash[75692]: cephadm 2024-03-21T13:14:04.117321+0000 mgr.x (mgr.34104) 6519 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:05.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:05 smithi178 bash[75692]: cephadm 2024-03-21T13:14:04.212276+0000 mgr.x (mgr.34104) 6520 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:05.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:05 smithi178 bash[75692]: audit 2024-03-21T13:14:04.294905+0000 mon.a (mon.0) 10627 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:05.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:05 smithi178 bash[75692]: audit 2024-03-21T13:14:04.298342+0000 mon.a (mon.0) 10628 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:05.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:05 smithi178 bash[75692]: audit 2024-03-21T13:14:04.301809+0000 mon.a (mon.0) 10629 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:05.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:05 smithi178 bash[75692]: audit 2024-03-21T13:14:04.303368+0000 mon.a (mon.0) 10630 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:05.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:05 smithi178 bash[75692]: audit 2024-03-21T13:14:04.312019+0000 mon.a (mon.0) 10631 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:05.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:05 smithi178 bash[75692]: cephadm 2024-03-21T13:14:04.313447+0000 mgr.x (mgr.34104) 6521 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:05.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:05 smithi178 bash[75692]: audit 2024-03-21T13:14:04.393529+0000 mon.a (mon.0) 10632 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:05.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:05 smithi178 bash[75692]: audit 2024-03-21T13:14:04.396587+0000 mon.a (mon.0) 10633 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:05.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:05 smithi178 bash[75692]: audit 2024-03-21T13:14:04.399196+0000 mon.a (mon.0) 10634 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:05.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:05 smithi178 bash[75692]: audit 2024-03-21T13:14:04.400668+0000 mon.a (mon.0) 10635 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:05.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:05 smithi178 bash[77880]: cephadm 2024-03-21T13:14:03.352841+0000 mgr.x (mgr.34104) 6511 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:05.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:05 smithi178 bash[77880]: cephadm 2024-03-21T13:14:03.449705+0000 mgr.x (mgr.34104) 6512 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:05.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:05 smithi178 bash[77880]: cephadm 2024-03-21T13:14:03.550253+0000 mgr.x (mgr.34104) 6513 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:05.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:05 smithi178 bash[77880]: cephadm 2024-03-21T13:14:03.650689+0000 mgr.x (mgr.34104) 6514 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:05.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:05 smithi178 bash[77880]: cephadm 2024-03-21T13:14:03.748745+0000 mgr.x (mgr.34104) 6515 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:05.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:05 smithi178 bash[77880]: cephadm 2024-03-21T13:14:03.847637+0000 mgr.x (mgr.34104) 6516 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:05.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:05 smithi178 bash[77880]: cephadm 2024-03-21T13:14:03.940322+0000 mgr.x (mgr.34104) 6517 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:05.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:05 smithi178 bash[77880]: cephadm 2024-03-21T13:14:04.033328+0000 mgr.x (mgr.34104) 6518 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:05.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:05 smithi178 bash[77880]: cephadm 2024-03-21T13:14:04.117321+0000 mgr.x (mgr.34104) 6519 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:05.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:05 smithi178 bash[77880]: cephadm 2024-03-21T13:14:04.212276+0000 mgr.x (mgr.34104) 6520 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:05.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:05 smithi178 bash[77880]: audit 2024-03-21T13:14:04.294905+0000 mon.a (mon.0) 10627 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:05.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:05 smithi178 bash[77880]: audit 2024-03-21T13:14:04.298342+0000 mon.a (mon.0) 10628 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:05.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:05 smithi178 bash[77880]: audit 2024-03-21T13:14:04.301809+0000 mon.a (mon.0) 10629 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:05.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:05 smithi178 bash[77880]: audit 2024-03-21T13:14:04.303368+0000 mon.a (mon.0) 10630 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:05.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:05 smithi178 bash[77880]: audit 2024-03-21T13:14:04.312019+0000 mon.a (mon.0) 10631 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:05.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:05 smithi178 bash[77880]: cephadm 2024-03-21T13:14:04.313447+0000 mgr.x (mgr.34104) 6521 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:05.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:05 smithi178 bash[77880]: audit 2024-03-21T13:14:04.393529+0000 mon.a (mon.0) 10632 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:05.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:05 smithi178 bash[77880]: audit 2024-03-21T13:14:04.396587+0000 mon.a (mon.0) 10633 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:05.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:05 smithi178 bash[77880]: audit 2024-03-21T13:14:04.399196+0000 mon.a (mon.0) 10634 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:05.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:05 smithi178 bash[77880]: audit 2024-03-21T13:14:04.400668+0000 mon.a (mon.0) 10635 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:05.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:05 smithi178 bash[75692]: audit 2024-03-21T13:14:04.409057+0000 mon.a (mon.0) 10636 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:05.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:05 smithi178 bash[75692]: audit 2024-03-21T13:14:04.497787+0000 mon.a (mon.0) 10637 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:05.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:05 smithi178 bash[75692]: audit 2024-03-21T13:14:04.501477+0000 mon.a (mon.0) 10638 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:05.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:05 smithi178 bash[75692]: audit 2024-03-21T13:14:04.504620+0000 mon.a (mon.0) 10639 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:05.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:05 smithi178 bash[75692]: audit 2024-03-21T13:14:04.505953+0000 mon.a (mon.0) 10640 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:05.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:05 smithi178 bash[75692]: audit 2024-03-21T13:14:04.515203+0000 mon.a (mon.0) 10641 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:05.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:05 smithi178 bash[75692]: audit 2024-03-21T13:14:04.595622+0000 mon.a (mon.0) 10642 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:05.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:05 smithi178 bash[75692]: audit 2024-03-21T13:14:04.599164+0000 mon.a (mon.0) 10643 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:05.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:05 smithi178 bash[75692]: audit 2024-03-21T13:14:04.602280+0000 mon.a (mon.0) 10644 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:05.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:05 smithi178 bash[75692]: audit 2024-03-21T13:14:04.603779+0000 mon.a (mon.0) 10645 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:05.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:05 smithi178 bash[75692]: audit 2024-03-21T13:14:04.614185+0000 mon.a (mon.0) 10646 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:05.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:05 smithi178 bash[75692]: audit 2024-03-21T13:14:04.695305+0000 mon.a (mon.0) 10647 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:05.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:05 smithi178 bash[75692]: audit 2024-03-21T13:14:04.698623+0000 mon.a (mon.0) 10648 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:05.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:05 smithi178 bash[75692]: audit 2024-03-21T13:14:04.702130+0000 mon.a (mon.0) 10649 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:05.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:05 smithi178 bash[75692]: audit 2024-03-21T13:14:04.703767+0000 mon.a (mon.0) 10650 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:05.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:05 smithi178 bash[75692]: audit 2024-03-21T13:14:04.713208+0000 mon.a (mon.0) 10651 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:05.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:05 smithi178 bash[75692]: audit 2024-03-21T13:14:04.792090+0000 mon.a (mon.0) 10652 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:05.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:05 smithi178 bash[75692]: audit 2024-03-21T13:14:04.795430+0000 mon.a (mon.0) 10653 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:05.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:05 smithi178 bash[75692]: audit 2024-03-21T13:14:04.801036+0000 mon.a (mon.0) 10654 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:05.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:05 smithi178 bash[77880]: audit 2024-03-21T13:14:04.409057+0000 mon.a (mon.0) 10636 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:05.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:05 smithi178 bash[77880]: audit 2024-03-21T13:14:04.497787+0000 mon.a (mon.0) 10637 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:05.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:05 smithi178 bash[77880]: audit 2024-03-21T13:14:04.501477+0000 mon.a (mon.0) 10638 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:05.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:05 smithi178 bash[77880]: audit 2024-03-21T13:14:04.504620+0000 mon.a (mon.0) 10639 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:05.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:05 smithi178 bash[77880]: audit 2024-03-21T13:14:04.505953+0000 mon.a (mon.0) 10640 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:05.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:05 smithi178 bash[77880]: audit 2024-03-21T13:14:04.515203+0000 mon.a (mon.0) 10641 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:05.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:05 smithi178 bash[77880]: audit 2024-03-21T13:14:04.595622+0000 mon.a (mon.0) 10642 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:05.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:05 smithi178 bash[77880]: audit 2024-03-21T13:14:04.599164+0000 mon.a (mon.0) 10643 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:05.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:05 smithi178 bash[77880]: audit 2024-03-21T13:14:04.602280+0000 mon.a (mon.0) 10644 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:05.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:05 smithi178 bash[77880]: audit 2024-03-21T13:14:04.603779+0000 mon.a (mon.0) 10645 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:05.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:05 smithi178 bash[77880]: audit 2024-03-21T13:14:04.614185+0000 mon.a (mon.0) 10646 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:05.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:05 smithi178 bash[77880]: audit 2024-03-21T13:14:04.695305+0000 mon.a (mon.0) 10647 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:05.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:05 smithi178 bash[77880]: audit 2024-03-21T13:14:04.698623+0000 mon.a (mon.0) 10648 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:05.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:05 smithi178 bash[77880]: audit 2024-03-21T13:14:04.702130+0000 mon.a (mon.0) 10649 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:05.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:05 smithi178 bash[77880]: audit 2024-03-21T13:14:04.703767+0000 mon.a (mon.0) 10650 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:05.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:05 smithi178 bash[77880]: audit 2024-03-21T13:14:04.713208+0000 mon.a (mon.0) 10651 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:05.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:05 smithi178 bash[77880]: audit 2024-03-21T13:14:04.792090+0000 mon.a (mon.0) 10652 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:05.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:05 smithi178 bash[77880]: audit 2024-03-21T13:14:04.795430+0000 mon.a (mon.0) 10653 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:05.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:05 smithi178 bash[77880]: audit 2024-03-21T13:14:04.801036+0000 mon.a (mon.0) 10654 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:05.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:05 smithi178 bash[75692]: audit 2024-03-21T13:14:04.801726+0000 mon.a (mon.0) 10655 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:05.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:05 smithi178 bash[75692]: audit 2024-03-21T13:14:04.802702+0000 mon.a (mon.0) 10656 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:14:05.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:05 smithi178 bash[75692]: audit 2024-03-21T13:14:04.803871+0000 mon.a (mon.0) 10657 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:05.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:05 smithi178 bash[75692]: audit 2024-03-21T13:14:04.816152+0000 mon.a (mon.0) 10658 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:05.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:05 smithi178 bash[75692]: audit 2024-03-21T13:14:04.914690+0000 mon.a (mon.0) 10659 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:05.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:05 smithi178 bash[75692]: audit 2024-03-21T13:14:04.918630+0000 mon.a (mon.0) 10660 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:05.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:05 smithi178 bash[75692]: audit 2024-03-21T13:14:04.922504+0000 mon.a (mon.0) 10661 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:05.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:05 smithi178 bash[75692]: audit 2024-03-21T13:14:04.923973+0000 mon.a (mon.0) 10662 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:05.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:05 smithi178 bash[75692]: audit 2024-03-21T13:14:04.933433+0000 mon.a (mon.0) 10663 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:05.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:05 smithi178 bash[75692]: audit 2024-03-21T13:14:05.011670+0000 mon.a (mon.0) 10664 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:05.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:05 smithi178 bash[75692]: audit 2024-03-21T13:14:05.015029+0000 mon.a (mon.0) 10665 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:05.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:05 smithi178 bash[75692]: audit 2024-03-21T13:14:05.019532+0000 mon.a (mon.0) 10666 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:05.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:05 smithi178 bash[75692]: audit 2024-03-21T13:14:05.021192+0000 mon.a (mon.0) 10667 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:05.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:05 smithi178 bash[75692]: audit 2024-03-21T13:14:05.030962+0000 mon.a (mon.0) 10668 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:05.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:05 smithi178 bash[75692]: audit 2024-03-21T13:14:05.109232+0000 mon.a (mon.0) 10669 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:05.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:05 smithi178 bash[75692]: audit 2024-03-21T13:14:05.112453+0000 mon.a (mon.0) 10670 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:05.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:05 smithi178 bash[75692]: audit 2024-03-21T13:14:05.115646+0000 mon.a (mon.0) 10671 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:05.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:05 smithi178 bash[75692]: audit 2024-03-21T13:14:05.116826+0000 mon.a (mon.0) 10672 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:05.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:05 smithi178 bash[75692]: audit 2024-03-21T13:14:05.125696+0000 mon.a (mon.0) 10673 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:05.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:05 smithi178 bash[75692]: audit 2024-03-21T13:14:05.208236+0000 mon.a (mon.0) 10674 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:05.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:05 smithi178 bash[75692]: audit 2024-03-21T13:14:05.211079+0000 mon.a (mon.0) 10675 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:05.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:05 smithi178 bash[75692]: audit 2024-03-21T13:14:05.214334+0000 mon.a (mon.0) 10676 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:05.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:05 smithi178 bash[75692]: audit 2024-03-21T13:14:05.215588+0000 mon.a (mon.0) 10677 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:05.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:05 smithi178 bash[75692]: audit 2024-03-21T13:14:05.224382+0000 mon.a (mon.0) 10678 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:05.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:05 smithi178 bash[77880]: audit 2024-03-21T13:14:04.801726+0000 mon.a (mon.0) 10655 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:05.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:05 smithi178 bash[77880]: audit 2024-03-21T13:14:04.802702+0000 mon.a (mon.0) 10656 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:14:05.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:05 smithi178 bash[77880]: audit 2024-03-21T13:14:04.803871+0000 mon.a (mon.0) 10657 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:05.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:05 smithi178 bash[77880]: audit 2024-03-21T13:14:04.816152+0000 mon.a (mon.0) 10658 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:05.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:05 smithi178 bash[77880]: audit 2024-03-21T13:14:04.914690+0000 mon.a (mon.0) 10659 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:05.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:05 smithi178 bash[77880]: audit 2024-03-21T13:14:04.918630+0000 mon.a (mon.0) 10660 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:05.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:05 smithi178 bash[77880]: audit 2024-03-21T13:14:04.922504+0000 mon.a (mon.0) 10661 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:05.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:05 smithi178 bash[77880]: audit 2024-03-21T13:14:04.923973+0000 mon.a (mon.0) 10662 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:05.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:05 smithi178 bash[77880]: audit 2024-03-21T13:14:04.933433+0000 mon.a (mon.0) 10663 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:05.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:05 smithi178 bash[77880]: audit 2024-03-21T13:14:05.011670+0000 mon.a (mon.0) 10664 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:05.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:05 smithi178 bash[77880]: audit 2024-03-21T13:14:05.015029+0000 mon.a (mon.0) 10665 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:05.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:05 smithi178 bash[77880]: audit 2024-03-21T13:14:05.019532+0000 mon.a (mon.0) 10666 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:05.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:05 smithi178 bash[77880]: audit 2024-03-21T13:14:05.021192+0000 mon.a (mon.0) 10667 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:05.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:05 smithi178 bash[77880]: audit 2024-03-21T13:14:05.030962+0000 mon.a (mon.0) 10668 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:05.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:05 smithi178 bash[77880]: audit 2024-03-21T13:14:05.109232+0000 mon.a (mon.0) 10669 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:05.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:05 smithi178 bash[77880]: audit 2024-03-21T13:14:05.112453+0000 mon.a (mon.0) 10670 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:05.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:05 smithi178 bash[77880]: audit 2024-03-21T13:14:05.115646+0000 mon.a (mon.0) 10671 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:05.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:05 smithi178 bash[77880]: audit 2024-03-21T13:14:05.116826+0000 mon.a (mon.0) 10672 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:05.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:05 smithi178 bash[77880]: audit 2024-03-21T13:14:05.125696+0000 mon.a (mon.0) 10673 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:05.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:05 smithi178 bash[77880]: audit 2024-03-21T13:14:05.208236+0000 mon.a (mon.0) 10674 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:05.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:05 smithi178 bash[77880]: audit 2024-03-21T13:14:05.211079+0000 mon.a (mon.0) 10675 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:05.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:05 smithi178 bash[77880]: audit 2024-03-21T13:14:05.214334+0000 mon.a (mon.0) 10676 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:05.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:05 smithi178 bash[77880]: audit 2024-03-21T13:14:05.215588+0000 mon.a (mon.0) 10677 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:05.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:05 smithi178 bash[77880]: audit 2024-03-21T13:14:05.224382+0000 mon.a (mon.0) 10678 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:06.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:06 smithi178 bash[75692]: cephadm 2024-03-21T13:14:04.410392+0000 mgr.x (mgr.34104) 6522 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:06.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:06 smithi178 bash[75692]: cephadm 2024-03-21T13:14:04.516845+0000 mgr.x (mgr.34104) 6523 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:06.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:06 smithi178 bash[75692]: cephadm 2024-03-21T13:14:04.615692+0000 mgr.x (mgr.34104) 6524 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:06.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:06 smithi178 bash[75692]: cephadm 2024-03-21T13:14:04.714538+0000 mgr.x (mgr.34104) 6525 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:06.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:06 smithi178 bash[75692]: cephadm 2024-03-21T13:14:04.820163+0000 mgr.x (mgr.34104) 6526 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:06.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:06 smithi178 bash[75692]: cephadm 2024-03-21T13:14:04.934736+0000 mgr.x (mgr.34104) 6527 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:06.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:06 smithi178 bash[75692]: cephadm 2024-03-21T13:14:05.032289+0000 mgr.x (mgr.34104) 6528 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:06.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:06 smithi178 bash[75692]: cephadm 2024-03-21T13:14:05.127069+0000 mgr.x (mgr.34104) 6529 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:06.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:06 smithi178 bash[75692]: cluster 2024-03-21T13:14:05.189838+0000 mgr.x (mgr.34104) 6530 : cluster [DBG] pgmap v4229: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:14:06.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:06 smithi178 bash[75692]: cephadm 2024-03-21T13:14:05.225586+0000 mgr.x (mgr.34104) 6531 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:06.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:06 smithi178 bash[75692]: audit 2024-03-21T13:14:05.303346+0000 mon.a (mon.0) 10679 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:06.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:06 smithi178 bash[75692]: audit 2024-03-21T13:14:05.306696+0000 mon.a (mon.0) 10680 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:06.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:06 smithi178 bash[75692]: audit 2024-03-21T13:14:05.310366+0000 mon.a (mon.0) 10681 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:06.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:06 smithi178 bash[75692]: audit 2024-03-21T13:14:05.311908+0000 mon.a (mon.0) 10682 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:06.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:06 smithi178 bash[75692]: audit 2024-03-21T13:14:05.320229+0000 mon.a (mon.0) 10683 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:06.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:06 smithi178 bash[75692]: audit 2024-03-21T13:14:05.399209+0000 mon.a (mon.0) 10684 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:06.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:06 smithi178 bash[75692]: audit 2024-03-21T13:14:05.403082+0000 mon.a (mon.0) 10685 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:06.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:06 smithi178 bash[75692]: audit 2024-03-21T13:14:05.407383+0000 mon.a (mon.0) 10686 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:06.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:06 smithi178 bash[75692]: audit 2024-03-21T13:14:05.408945+0000 mon.a (mon.0) 10687 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:06.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:06 smithi178 bash[75692]: audit 2024-03-21T13:14:05.417562+0000 mon.a (mon.0) 10688 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:06.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:06 smithi178 bash[77880]: cephadm 2024-03-21T13:14:04.410392+0000 mgr.x (mgr.34104) 6522 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:06.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:06 smithi178 bash[77880]: cephadm 2024-03-21T13:14:04.516845+0000 mgr.x (mgr.34104) 6523 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:06.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:06 smithi178 bash[77880]: cephadm 2024-03-21T13:14:04.615692+0000 mgr.x (mgr.34104) 6524 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:06.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:06 smithi178 bash[77880]: cephadm 2024-03-21T13:14:04.714538+0000 mgr.x (mgr.34104) 6525 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:06.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:06 smithi178 bash[77880]: cephadm 2024-03-21T13:14:04.820163+0000 mgr.x (mgr.34104) 6526 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:06.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:06 smithi178 bash[77880]: cephadm 2024-03-21T13:14:04.934736+0000 mgr.x (mgr.34104) 6527 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:06.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:06 smithi178 bash[77880]: cephadm 2024-03-21T13:14:05.032289+0000 mgr.x (mgr.34104) 6528 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:06.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:06 smithi178 bash[77880]: cephadm 2024-03-21T13:14:05.127069+0000 mgr.x (mgr.34104) 6529 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:06.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:06 smithi178 bash[77880]: cluster 2024-03-21T13:14:05.189838+0000 mgr.x (mgr.34104) 6530 : cluster [DBG] pgmap v4229: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:14:06.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:06 smithi178 bash[77880]: cephadm 2024-03-21T13:14:05.225586+0000 mgr.x (mgr.34104) 6531 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:06.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:06 smithi178 bash[77880]: audit 2024-03-21T13:14:05.303346+0000 mon.a (mon.0) 10679 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:06.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:06 smithi178 bash[77880]: audit 2024-03-21T13:14:05.306696+0000 mon.a (mon.0) 10680 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:06.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:06 smithi178 bash[77880]: audit 2024-03-21T13:14:05.310366+0000 mon.a (mon.0) 10681 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:06.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:06 smithi178 bash[77880]: audit 2024-03-21T13:14:05.311908+0000 mon.a (mon.0) 10682 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:06.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:06 smithi178 bash[77880]: audit 2024-03-21T13:14:05.320229+0000 mon.a (mon.0) 10683 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:06.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:06 smithi178 bash[77880]: audit 2024-03-21T13:14:05.399209+0000 mon.a (mon.0) 10684 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:06.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:06 smithi178 bash[77880]: audit 2024-03-21T13:14:05.403082+0000 mon.a (mon.0) 10685 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:06.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:06 smithi178 bash[77880]: audit 2024-03-21T13:14:05.407383+0000 mon.a (mon.0) 10686 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:06.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:06 smithi178 bash[77880]: audit 2024-03-21T13:14:05.408945+0000 mon.a (mon.0) 10687 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:06.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:06 smithi178 bash[77880]: audit 2024-03-21T13:14:05.417562+0000 mon.a (mon.0) 10688 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:06.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:06 smithi178 bash[75692]: audit 2024-03-21T13:14:05.481050+0000 mon.a (mon.0) 10689 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:06.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:06 smithi178 bash[75692]: audit 2024-03-21T13:14:05.484508+0000 mon.a (mon.0) 10690 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:06.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:06 smithi178 bash[75692]: audit 2024-03-21T13:14:05.488025+0000 mon.a (mon.0) 10691 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:06.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:06 smithi178 bash[75692]: audit 2024-03-21T13:14:05.489480+0000 mon.a (mon.0) 10692 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:06.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:06 smithi178 bash[75692]: audit 2024-03-21T13:14:05.497993+0000 mon.a (mon.0) 10693 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:06.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:06 smithi178 bash[75692]: audit 2024-03-21T13:14:05.576683+0000 mon.a (mon.0) 10694 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:06.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:06 smithi178 bash[75692]: audit 2024-03-21T13:14:05.580011+0000 mon.a (mon.0) 10695 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:06.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:06 smithi178 bash[75692]: audit 2024-03-21T13:14:05.583086+0000 mon.a (mon.0) 10696 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:06.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:06 smithi178 bash[75692]: audit 2024-03-21T13:14:05.584536+0000 mon.a (mon.0) 10697 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:06.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:06 smithi178 bash[75692]: audit 2024-03-21T13:14:05.593566+0000 mon.a (mon.0) 10698 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:06.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:06 smithi178 bash[75692]: audit 2024-03-21T13:14:05.675321+0000 mon.a (mon.0) 10699 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:06.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:06 smithi178 bash[75692]: audit 2024-03-21T13:14:05.678568+0000 mon.a (mon.0) 10700 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:06.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:06 smithi178 bash[75692]: audit 2024-03-21T13:14:05.681836+0000 mon.a (mon.0) 10701 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:06.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:06 smithi178 bash[75692]: audit 2024-03-21T13:14:05.683115+0000 mon.a (mon.0) 10702 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:06.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:06 smithi178 bash[75692]: audit 2024-03-21T13:14:05.693013+0000 mon.a (mon.0) 10703 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:06.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:06 smithi178 bash[75692]: audit 2024-03-21T13:14:05.777084+0000 mon.a (mon.0) 10704 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:06.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:06 smithi178 bash[75692]: audit 2024-03-21T13:14:05.780415+0000 mon.a (mon.0) 10705 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:06.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:06 smithi178 bash[75692]: audit 2024-03-21T13:14:05.783860+0000 mon.a (mon.0) 10706 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:06.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:06 smithi178 bash[75692]: audit 2024-03-21T13:14:05.785821+0000 mon.a (mon.0) 10707 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:06.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:06 smithi178 bash[77880]: audit 2024-03-21T13:14:05.481050+0000 mon.a (mon.0) 10689 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:06.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:06 smithi178 bash[77880]: audit 2024-03-21T13:14:05.484508+0000 mon.a (mon.0) 10690 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:06.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:06 smithi178 bash[77880]: audit 2024-03-21T13:14:05.488025+0000 mon.a (mon.0) 10691 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:06.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:06 smithi178 bash[77880]: audit 2024-03-21T13:14:05.489480+0000 mon.a (mon.0) 10692 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:06.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:06 smithi178 bash[77880]: audit 2024-03-21T13:14:05.497993+0000 mon.a (mon.0) 10693 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:06.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:06 smithi178 bash[77880]: audit 2024-03-21T13:14:05.576683+0000 mon.a (mon.0) 10694 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:06.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:06 smithi178 bash[77880]: audit 2024-03-21T13:14:05.580011+0000 mon.a (mon.0) 10695 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:06.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:06 smithi178 bash[77880]: audit 2024-03-21T13:14:05.583086+0000 mon.a (mon.0) 10696 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:06.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:06 smithi178 bash[77880]: audit 2024-03-21T13:14:05.584536+0000 mon.a (mon.0) 10697 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:06.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:06 smithi178 bash[77880]: audit 2024-03-21T13:14:05.593566+0000 mon.a (mon.0) 10698 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:06.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:06 smithi178 bash[77880]: audit 2024-03-21T13:14:05.675321+0000 mon.a (mon.0) 10699 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:06.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:06 smithi178 bash[77880]: audit 2024-03-21T13:14:05.678568+0000 mon.a (mon.0) 10700 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:06.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:06 smithi178 bash[77880]: audit 2024-03-21T13:14:05.681836+0000 mon.a (mon.0) 10701 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:06.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:06 smithi178 bash[77880]: audit 2024-03-21T13:14:05.683115+0000 mon.a (mon.0) 10702 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:06.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:06 smithi178 bash[77880]: audit 2024-03-21T13:14:05.693013+0000 mon.a (mon.0) 10703 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:06.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:06 smithi178 bash[77880]: audit 2024-03-21T13:14:05.777084+0000 mon.a (mon.0) 10704 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:06.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:06 smithi178 bash[77880]: audit 2024-03-21T13:14:05.780415+0000 mon.a (mon.0) 10705 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:06.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:06 smithi178 bash[77880]: audit 2024-03-21T13:14:05.783860+0000 mon.a (mon.0) 10706 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:06.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:06 smithi178 bash[77880]: audit 2024-03-21T13:14:05.785821+0000 mon.a (mon.0) 10707 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:06.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:06 smithi178 bash[75692]: audit 2024-03-21T13:14:05.796916+0000 mon.a (mon.0) 10708 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:06.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:06 smithi178 bash[75692]: audit 2024-03-21T13:14:05.880085+0000 mon.a (mon.0) 10709 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:06.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:06 smithi178 bash[75692]: audit 2024-03-21T13:14:05.883269+0000 mon.a (mon.0) 10710 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:06.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:06 smithi178 bash[75692]: audit 2024-03-21T13:14:05.886595+0000 mon.a (mon.0) 10711 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:06.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:06 smithi178 bash[75692]: audit 2024-03-21T13:14:05.888225+0000 mon.a (mon.0) 10712 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:06.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:06 smithi178 bash[75692]: audit 2024-03-21T13:14:05.897254+0000 mon.a (mon.0) 10713 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:06.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:06 smithi178 bash[75692]: audit 2024-03-21T13:14:05.979721+0000 mon.a (mon.0) 10714 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:06.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:06 smithi178 bash[75692]: audit 2024-03-21T13:14:05.982712+0000 mon.a (mon.0) 10715 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:06.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:06 smithi178 bash[75692]: audit 2024-03-21T13:14:05.985831+0000 mon.a (mon.0) 10716 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:06.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:06 smithi178 bash[75692]: audit 2024-03-21T13:14:05.987056+0000 mon.a (mon.0) 10717 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:06.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:06 smithi178 bash[75692]: audit 2024-03-21T13:14:05.995902+0000 mon.a (mon.0) 10718 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:06.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:06 smithi178 bash[75692]: audit 2024-03-21T13:14:06.077105+0000 mon.a (mon.0) 10719 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:06.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:06 smithi178 bash[75692]: audit 2024-03-21T13:14:06.080452+0000 mon.a (mon.0) 10720 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:06.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:06 smithi178 bash[75692]: audit 2024-03-21T13:14:06.083943+0000 mon.a (mon.0) 10721 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:06.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:06 smithi178 bash[75692]: audit 2024-03-21T13:14:06.085457+0000 mon.a (mon.0) 10722 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:06.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:06 smithi178 bash[75692]: audit 2024-03-21T13:14:06.094491+0000 mon.a (mon.0) 10723 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:06.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:06 smithi178 bash[75692]: audit 2024-03-21T13:14:06.173100+0000 mon.a (mon.0) 10724 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:06.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:06 smithi178 bash[75692]: audit 2024-03-21T13:14:06.175958+0000 mon.a (mon.0) 10725 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:06.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:06 smithi178 bash[75692]: audit 2024-03-21T13:14:06.178881+0000 mon.a (mon.0) 10726 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:06.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:06 smithi178 bash[75692]: audit 2024-03-21T13:14:06.180099+0000 mon.a (mon.0) 10727 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:06.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:06 smithi178 bash[75692]: audit 2024-03-21T13:14:06.188411+0000 mon.a (mon.0) 10728 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:06.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:06 smithi178 bash[75692]: audit 2024-03-21T13:14:06.266600+0000 mon.a (mon.0) 10729 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:06.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:06 smithi178 bash[77880]: audit 2024-03-21T13:14:05.796916+0000 mon.a (mon.0) 10708 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:06.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:06 smithi178 bash[77880]: audit 2024-03-21T13:14:05.880085+0000 mon.a (mon.0) 10709 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:06.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:06 smithi178 bash[77880]: audit 2024-03-21T13:14:05.883269+0000 mon.a (mon.0) 10710 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:06.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:06 smithi178 bash[77880]: audit 2024-03-21T13:14:05.886595+0000 mon.a (mon.0) 10711 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:06.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:06 smithi178 bash[77880]: audit 2024-03-21T13:14:05.888225+0000 mon.a (mon.0) 10712 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:06.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:06 smithi178 bash[77880]: audit 2024-03-21T13:14:05.897254+0000 mon.a (mon.0) 10713 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:06.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:06 smithi178 bash[77880]: audit 2024-03-21T13:14:05.979721+0000 mon.a (mon.0) 10714 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:06.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:06 smithi178 bash[77880]: audit 2024-03-21T13:14:05.982712+0000 mon.a (mon.0) 10715 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:06.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:06 smithi178 bash[77880]: audit 2024-03-21T13:14:05.985831+0000 mon.a (mon.0) 10716 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:06.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:06 smithi178 bash[77880]: audit 2024-03-21T13:14:05.987056+0000 mon.a (mon.0) 10717 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:06.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:06 smithi178 bash[77880]: audit 2024-03-21T13:14:05.995902+0000 mon.a (mon.0) 10718 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:06.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:06 smithi178 bash[77880]: audit 2024-03-21T13:14:06.077105+0000 mon.a (mon.0) 10719 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:06.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:06 smithi178 bash[77880]: audit 2024-03-21T13:14:06.080452+0000 mon.a (mon.0) 10720 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:06.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:06 smithi178 bash[77880]: audit 2024-03-21T13:14:06.083943+0000 mon.a (mon.0) 10721 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:06.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:06 smithi178 bash[77880]: audit 2024-03-21T13:14:06.085457+0000 mon.a (mon.0) 10722 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:06.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:06 smithi178 bash[77880]: audit 2024-03-21T13:14:06.094491+0000 mon.a (mon.0) 10723 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:06.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:06 smithi178 bash[77880]: audit 2024-03-21T13:14:06.173100+0000 mon.a (mon.0) 10724 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:06.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:06 smithi178 bash[77880]: audit 2024-03-21T13:14:06.175958+0000 mon.a (mon.0) 10725 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:06.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:06 smithi178 bash[77880]: audit 2024-03-21T13:14:06.178881+0000 mon.a (mon.0) 10726 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:06.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:06 smithi178 bash[77880]: audit 2024-03-21T13:14:06.180099+0000 mon.a (mon.0) 10727 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:06.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:06 smithi178 bash[77880]: audit 2024-03-21T13:14:06.188411+0000 mon.a (mon.0) 10728 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:06.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:06 smithi178 bash[77880]: audit 2024-03-21T13:14:06.266600+0000 mon.a (mon.0) 10729 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:06.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:06 smithi184 bash[59794]: cephadm 2024-03-21T13:14:04.410392+0000 mgr.x (mgr.34104) 6522 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:06.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:06 smithi184 bash[59794]: cephadm 2024-03-21T13:14:04.516845+0000 mgr.x (mgr.34104) 6523 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:06.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:06 smithi184 bash[59794]: cephadm 2024-03-21T13:14:04.615692+0000 mgr.x (mgr.34104) 6524 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:06.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:06 smithi184 bash[59794]: cephadm 2024-03-21T13:14:04.714538+0000 mgr.x (mgr.34104) 6525 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:06.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:06 smithi184 bash[59794]: cephadm 2024-03-21T13:14:04.820163+0000 mgr.x (mgr.34104) 6526 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:06.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:06 smithi184 bash[59794]: cephadm 2024-03-21T13:14:04.934736+0000 mgr.x (mgr.34104) 6527 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:06.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:06 smithi184 bash[59794]: cephadm 2024-03-21T13:14:05.032289+0000 mgr.x (mgr.34104) 6528 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:06.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:06 smithi184 bash[59794]: cephadm 2024-03-21T13:14:05.127069+0000 mgr.x (mgr.34104) 6529 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:06.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:06 smithi184 bash[59794]: cluster 2024-03-21T13:14:05.189838+0000 mgr.x (mgr.34104) 6530 : cluster [DBG] pgmap v4229: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:14:06.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:06 smithi184 bash[59794]: cephadm 2024-03-21T13:14:05.225586+0000 mgr.x (mgr.34104) 6531 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:06.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:06 smithi184 bash[59794]: audit 2024-03-21T13:14:05.303346+0000 mon.a (mon.0) 10679 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:06.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:06 smithi184 bash[59794]: audit 2024-03-21T13:14:05.306696+0000 mon.a (mon.0) 10680 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:06.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:06 smithi184 bash[59794]: audit 2024-03-21T13:14:05.310366+0000 mon.a (mon.0) 10681 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:06.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:06 smithi184 bash[59794]: audit 2024-03-21T13:14:05.311908+0000 mon.a (mon.0) 10682 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:06.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:06 smithi184 bash[59794]: audit 2024-03-21T13:14:05.320229+0000 mon.a (mon.0) 10683 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:06.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:06 smithi184 bash[59794]: audit 2024-03-21T13:14:05.399209+0000 mon.a (mon.0) 10684 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:06.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:06 smithi184 bash[59794]: audit 2024-03-21T13:14:05.403082+0000 mon.a (mon.0) 10685 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:06.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:06 smithi184 bash[59794]: audit 2024-03-21T13:14:05.407383+0000 mon.a (mon.0) 10686 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:06.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:06 smithi184 bash[59794]: audit 2024-03-21T13:14:05.408945+0000 mon.a (mon.0) 10687 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:06.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:06 smithi184 bash[59794]: audit 2024-03-21T13:14:05.417562+0000 mon.a (mon.0) 10688 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:06.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:06 smithi184 bash[59794]: audit 2024-03-21T13:14:05.481050+0000 mon.a (mon.0) 10689 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:06.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:06 smithi184 bash[59794]: audit 2024-03-21T13:14:05.484508+0000 mon.a (mon.0) 10690 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:06.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:06 smithi184 bash[59794]: audit 2024-03-21T13:14:05.488025+0000 mon.a (mon.0) 10691 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:06.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:06 smithi184 bash[59794]: audit 2024-03-21T13:14:05.489480+0000 mon.a (mon.0) 10692 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:06.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:06 smithi184 bash[59794]: audit 2024-03-21T13:14:05.497993+0000 mon.a (mon.0) 10693 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:06.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:06 smithi184 bash[59794]: audit 2024-03-21T13:14:05.576683+0000 mon.a (mon.0) 10694 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:06.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:06 smithi184 bash[59794]: audit 2024-03-21T13:14:05.580011+0000 mon.a (mon.0) 10695 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:06.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:06 smithi184 bash[59794]: audit 2024-03-21T13:14:05.583086+0000 mon.a (mon.0) 10696 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:06.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:06 smithi184 bash[59794]: audit 2024-03-21T13:14:05.584536+0000 mon.a (mon.0) 10697 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:06.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:06 smithi184 bash[59794]: audit 2024-03-21T13:14:05.593566+0000 mon.a (mon.0) 10698 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:06.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:06 smithi184 bash[59794]: audit 2024-03-21T13:14:05.675321+0000 mon.a (mon.0) 10699 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:06.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:06 smithi184 bash[59794]: audit 2024-03-21T13:14:05.678568+0000 mon.a (mon.0) 10700 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:06.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:06 smithi184 bash[59794]: audit 2024-03-21T13:14:05.681836+0000 mon.a (mon.0) 10701 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:06.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:06 smithi184 bash[59794]: audit 2024-03-21T13:14:05.683115+0000 mon.a (mon.0) 10702 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:06.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:06 smithi184 bash[59794]: audit 2024-03-21T13:14:05.693013+0000 mon.a (mon.0) 10703 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:06.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:06 smithi184 bash[59794]: audit 2024-03-21T13:14:05.777084+0000 mon.a (mon.0) 10704 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:06.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:06 smithi184 bash[59794]: audit 2024-03-21T13:14:05.780415+0000 mon.a (mon.0) 10705 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:06.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:06 smithi184 bash[59794]: audit 2024-03-21T13:14:05.783860+0000 mon.a (mon.0) 10706 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:06.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:06 smithi184 bash[59794]: audit 2024-03-21T13:14:05.785821+0000 mon.a (mon.0) 10707 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:06.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:06 smithi184 bash[59794]: audit 2024-03-21T13:14:05.796916+0000 mon.a (mon.0) 10708 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:06.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:06 smithi184 bash[59794]: audit 2024-03-21T13:14:05.880085+0000 mon.a (mon.0) 10709 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:06.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:06 smithi184 bash[59794]: audit 2024-03-21T13:14:05.883269+0000 mon.a (mon.0) 10710 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:06.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:06 smithi184 bash[59794]: audit 2024-03-21T13:14:05.886595+0000 mon.a (mon.0) 10711 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:06.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:06 smithi184 bash[59794]: audit 2024-03-21T13:14:05.888225+0000 mon.a (mon.0) 10712 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:06.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:06 smithi184 bash[59794]: audit 2024-03-21T13:14:05.897254+0000 mon.a (mon.0) 10713 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:06.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:06 smithi184 bash[59794]: audit 2024-03-21T13:14:05.979721+0000 mon.a (mon.0) 10714 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:06.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:06 smithi184 bash[59794]: audit 2024-03-21T13:14:05.982712+0000 mon.a (mon.0) 10715 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:06.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:06 smithi184 bash[59794]: audit 2024-03-21T13:14:05.985831+0000 mon.a (mon.0) 10716 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:06.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:06 smithi184 bash[59794]: audit 2024-03-21T13:14:05.987056+0000 mon.a (mon.0) 10717 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:06.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:06 smithi184 bash[59794]: audit 2024-03-21T13:14:05.995902+0000 mon.a (mon.0) 10718 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:06.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:06 smithi184 bash[59794]: audit 2024-03-21T13:14:06.077105+0000 mon.a (mon.0) 10719 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:06.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:06 smithi184 bash[59794]: audit 2024-03-21T13:14:06.080452+0000 mon.a (mon.0) 10720 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:06.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:06 smithi184 bash[59794]: audit 2024-03-21T13:14:06.083943+0000 mon.a (mon.0) 10721 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:06.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:06 smithi184 bash[59794]: audit 2024-03-21T13:14:06.085457+0000 mon.a (mon.0) 10722 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:06.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:06 smithi184 bash[59794]: audit 2024-03-21T13:14:06.094491+0000 mon.a (mon.0) 10723 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:06.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:06 smithi184 bash[59794]: audit 2024-03-21T13:14:06.173100+0000 mon.a (mon.0) 10724 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:06.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:06 smithi184 bash[59794]: audit 2024-03-21T13:14:06.175958+0000 mon.a (mon.0) 10725 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:06.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:06 smithi184 bash[59794]: audit 2024-03-21T13:14:06.178881+0000 mon.a (mon.0) 10726 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:06.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:06 smithi184 bash[59794]: audit 2024-03-21T13:14:06.180099+0000 mon.a (mon.0) 10727 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:06.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:06 smithi184 bash[59794]: audit 2024-03-21T13:14:06.188411+0000 mon.a (mon.0) 10728 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:06.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:06 smithi184 bash[59794]: audit 2024-03-21T13:14:06.266600+0000 mon.a (mon.0) 10729 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:07.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:07 smithi178 bash[75692]: cephadm 2024-03-21T13:14:05.321474+0000 mgr.x (mgr.34104) 6532 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:07.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:07 smithi178 bash[75692]: cephadm 2024-03-21T13:14:05.419193+0000 mgr.x (mgr.34104) 6533 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:07.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:07 smithi178 bash[75692]: cephadm 2024-03-21T13:14:05.499214+0000 mgr.x (mgr.34104) 6534 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:07.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:07 smithi178 bash[75692]: cephadm 2024-03-21T13:14:05.594904+0000 mgr.x (mgr.34104) 6535 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:07.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:07 smithi178 bash[75692]: cephadm 2024-03-21T13:14:05.694292+0000 mgr.x (mgr.34104) 6536 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:07.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:07 smithi178 bash[75692]: cephadm 2024-03-21T13:14:05.798278+0000 mgr.x (mgr.34104) 6537 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:07.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:07 smithi178 bash[75692]: cephadm 2024-03-21T13:14:05.898493+0000 mgr.x (mgr.34104) 6538 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:07.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:07 smithi178 bash[75692]: cephadm 2024-03-21T13:14:05.997487+0000 mgr.x (mgr.34104) 6539 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:07.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:07 smithi178 bash[75692]: cephadm 2024-03-21T13:14:06.095821+0000 mgr.x (mgr.34104) 6540 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:07.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:07 smithi178 bash[75692]: cephadm 2024-03-21T13:14:06.189679+0000 mgr.x (mgr.34104) 6541 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:07.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:07 smithi178 bash[75692]: audit 2024-03-21T13:14:06.270016+0000 mon.a (mon.0) 10730 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:07.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:07 smithi178 bash[75692]: audit 2024-03-21T13:14:06.284022+0000 mon.a (mon.0) 10731 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:07.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:07 smithi178 bash[75692]: audit 2024-03-21T13:14:06.285115+0000 mon.a (mon.0) 10732 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:07.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:07 smithi178 bash[75692]: audit 2024-03-21T13:14:06.290738+0000 mon.a (mon.0) 10733 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:07.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:07 smithi178 bash[75692]: cephadm 2024-03-21T13:14:06.291993+0000 mgr.x (mgr.34104) 6542 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:07.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:07 smithi178 bash[75692]: audit 2024-03-21T13:14:06.372954+0000 mon.a (mon.0) 10734 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:07.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:07 smithi178 bash[75692]: audit 2024-03-21T13:14:06.375802+0000 mon.a (mon.0) 10735 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:07.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:07 smithi178 bash[75692]: audit 2024-03-21T13:14:06.379641+0000 mon.a (mon.0) 10736 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:07.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:07 smithi178 bash[75692]: audit 2024-03-21T13:14:06.381519+0000 mon.a (mon.0) 10737 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:07.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:07 smithi178 bash[75692]: audit 2024-03-21T13:14:06.391588+0000 mon.a (mon.0) 10738 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:07.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:07 smithi178 bash[77880]: cephadm 2024-03-21T13:14:05.321474+0000 mgr.x (mgr.34104) 6532 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:07.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:07 smithi178 bash[77880]: cephadm 2024-03-21T13:14:05.419193+0000 mgr.x (mgr.34104) 6533 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:07.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:07 smithi178 bash[77880]: cephadm 2024-03-21T13:14:05.499214+0000 mgr.x (mgr.34104) 6534 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:07.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:07 smithi178 bash[77880]: cephadm 2024-03-21T13:14:05.594904+0000 mgr.x (mgr.34104) 6535 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:07.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:07 smithi178 bash[77880]: cephadm 2024-03-21T13:14:05.694292+0000 mgr.x (mgr.34104) 6536 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:07.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:07 smithi178 bash[77880]: cephadm 2024-03-21T13:14:05.798278+0000 mgr.x (mgr.34104) 6537 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:07.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:07 smithi178 bash[77880]: cephadm 2024-03-21T13:14:05.898493+0000 mgr.x (mgr.34104) 6538 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:07.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:07 smithi178 bash[77880]: cephadm 2024-03-21T13:14:05.997487+0000 mgr.x (mgr.34104) 6539 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:07.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:07 smithi178 bash[77880]: cephadm 2024-03-21T13:14:06.095821+0000 mgr.x (mgr.34104) 6540 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:07.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:07 smithi178 bash[77880]: cephadm 2024-03-21T13:14:06.189679+0000 mgr.x (mgr.34104) 6541 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:07.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:07 smithi178 bash[77880]: audit 2024-03-21T13:14:06.270016+0000 mon.a (mon.0) 10730 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:07.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:07 smithi178 bash[77880]: audit 2024-03-21T13:14:06.284022+0000 mon.a (mon.0) 10731 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:07.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:07 smithi178 bash[77880]: audit 2024-03-21T13:14:06.285115+0000 mon.a (mon.0) 10732 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:07.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:07 smithi178 bash[77880]: audit 2024-03-21T13:14:06.290738+0000 mon.a (mon.0) 10733 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:07.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:07 smithi178 bash[77880]: cephadm 2024-03-21T13:14:06.291993+0000 mgr.x (mgr.34104) 6542 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:07.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:07 smithi178 bash[77880]: audit 2024-03-21T13:14:06.372954+0000 mon.a (mon.0) 10734 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:07.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:07 smithi178 bash[77880]: audit 2024-03-21T13:14:06.375802+0000 mon.a (mon.0) 10735 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:07.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:07 smithi178 bash[77880]: audit 2024-03-21T13:14:06.379641+0000 mon.a (mon.0) 10736 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:07.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:07 smithi178 bash[77880]: audit 2024-03-21T13:14:06.381519+0000 mon.a (mon.0) 10737 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:07.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:07 smithi178 bash[77880]: audit 2024-03-21T13:14:06.391588+0000 mon.a (mon.0) 10738 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:07.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:07 smithi178 bash[75692]: audit 2024-03-21T13:14:06.471900+0000 mon.a (mon.0) 10739 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:07.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:07 smithi178 bash[75692]: audit 2024-03-21T13:14:06.475208+0000 mon.a (mon.0) 10740 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:07.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:07 smithi178 bash[75692]: audit 2024-03-21T13:14:06.479183+0000 mon.a (mon.0) 10741 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:07.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:07 smithi178 bash[75692]: audit 2024-03-21T13:14:06.480444+0000 mon.a (mon.0) 10742 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:07.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:07 smithi178 bash[75692]: audit 2024-03-21T13:14:06.489404+0000 mon.a (mon.0) 10743 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:07.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:07 smithi178 bash[75692]: audit 2024-03-21T13:14:06.573579+0000 mon.a (mon.0) 10744 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:07.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:07 smithi178 bash[75692]: audit 2024-03-21T13:14:06.576833+0000 mon.a (mon.0) 10745 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:07.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:07 smithi178 bash[75692]: audit 2024-03-21T13:14:06.580514+0000 mon.a (mon.0) 10746 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:07.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:07 smithi178 bash[75692]: audit 2024-03-21T13:14:06.582208+0000 mon.a (mon.0) 10747 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:07.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:07 smithi178 bash[75692]: audit 2024-03-21T13:14:06.591575+0000 mon.a (mon.0) 10748 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:07.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:07 smithi178 bash[75692]: audit 2024-03-21T13:14:06.673174+0000 mon.a (mon.0) 10749 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:07.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:07 smithi178 bash[75692]: audit 2024-03-21T13:14:06.676296+0000 mon.a (mon.0) 10750 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:07.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:07 smithi178 bash[75692]: audit 2024-03-21T13:14:06.679916+0000 mon.a (mon.0) 10751 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:07.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:07 smithi178 bash[75692]: audit 2024-03-21T13:14:06.681868+0000 mon.a (mon.0) 10752 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:07.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:07 smithi178 bash[75692]: audit 2024-03-21T13:14:06.691903+0000 mon.a (mon.0) 10753 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:07.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:07 smithi178 bash[75692]: audit 2024-03-21T13:14:06.773945+0000 mon.a (mon.0) 10754 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:07.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:07 smithi178 bash[75692]: audit 2024-03-21T13:14:06.777734+0000 mon.a (mon.0) 10755 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:07.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:07 smithi178 bash[75692]: audit 2024-03-21T13:14:06.781060+0000 mon.a (mon.0) 10756 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:07.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:07 smithi178 bash[75692]: audit 2024-03-21T13:14:06.782440+0000 mon.a (mon.0) 10757 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:07.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:07 smithi178 bash[77880]: audit 2024-03-21T13:14:06.471900+0000 mon.a (mon.0) 10739 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:07.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:07 smithi178 bash[77880]: audit 2024-03-21T13:14:06.475208+0000 mon.a (mon.0) 10740 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:07.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:07 smithi178 bash[77880]: audit 2024-03-21T13:14:06.479183+0000 mon.a (mon.0) 10741 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:07.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:07 smithi178 bash[77880]: audit 2024-03-21T13:14:06.480444+0000 mon.a (mon.0) 10742 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:07.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:07 smithi178 bash[77880]: audit 2024-03-21T13:14:06.489404+0000 mon.a (mon.0) 10743 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:07.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:07 smithi178 bash[77880]: audit 2024-03-21T13:14:06.573579+0000 mon.a (mon.0) 10744 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:07.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:07 smithi178 bash[77880]: audit 2024-03-21T13:14:06.576833+0000 mon.a (mon.0) 10745 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:07.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:07 smithi178 bash[77880]: audit 2024-03-21T13:14:06.580514+0000 mon.a (mon.0) 10746 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:07.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:07 smithi178 bash[77880]: audit 2024-03-21T13:14:06.582208+0000 mon.a (mon.0) 10747 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:07.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:07 smithi178 bash[77880]: audit 2024-03-21T13:14:06.591575+0000 mon.a (mon.0) 10748 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:07.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:07 smithi178 bash[77880]: audit 2024-03-21T13:14:06.673174+0000 mon.a (mon.0) 10749 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:07.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:07 smithi178 bash[77880]: audit 2024-03-21T13:14:06.676296+0000 mon.a (mon.0) 10750 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:07.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:07 smithi178 bash[77880]: audit 2024-03-21T13:14:06.679916+0000 mon.a (mon.0) 10751 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:07.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:07 smithi178 bash[77880]: audit 2024-03-21T13:14:06.681868+0000 mon.a (mon.0) 10752 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:07.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:07 smithi178 bash[77880]: audit 2024-03-21T13:14:06.691903+0000 mon.a (mon.0) 10753 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:07.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:07 smithi178 bash[77880]: audit 2024-03-21T13:14:06.773945+0000 mon.a (mon.0) 10754 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:07.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:07 smithi178 bash[77880]: audit 2024-03-21T13:14:06.777734+0000 mon.a (mon.0) 10755 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:07.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:07 smithi178 bash[77880]: audit 2024-03-21T13:14:06.781060+0000 mon.a (mon.0) 10756 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:07.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:07 smithi178 bash[77880]: audit 2024-03-21T13:14:06.782440+0000 mon.a (mon.0) 10757 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:07.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:07 smithi178 bash[75692]: audit 2024-03-21T13:14:06.791881+0000 mon.a (mon.0) 10758 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:07.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:07 smithi178 bash[75692]: audit 2024-03-21T13:14:06.867094+0000 mon.a (mon.0) 10759 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:07.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:07 smithi178 bash[75692]: audit 2024-03-21T13:14:06.870504+0000 mon.a (mon.0) 10760 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:07.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:07 smithi178 bash[75692]: audit 2024-03-21T13:14:06.873461+0000 mon.a (mon.0) 10761 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:07.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:07 smithi178 bash[75692]: audit 2024-03-21T13:14:06.874818+0000 mon.a (mon.0) 10762 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:07.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:07 smithi178 bash[75692]: audit 2024-03-21T13:14:06.882888+0000 mon.a (mon.0) 10763 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:07.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:07 smithi178 bash[75692]: audit 2024-03-21T13:14:06.964903+0000 mon.a (mon.0) 10764 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:07.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:07 smithi178 bash[75692]: audit 2024-03-21T13:14:06.968059+0000 mon.a (mon.0) 10765 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:07.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:07 smithi178 bash[75692]: audit 2024-03-21T13:14:06.971490+0000 mon.a (mon.0) 10766 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:07.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:07 smithi178 bash[75692]: audit 2024-03-21T13:14:06.973073+0000 mon.a (mon.0) 10767 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:07.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:07 smithi178 bash[75692]: audit 2024-03-21T13:14:06.982248+0000 mon.a (mon.0) 10768 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:07.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:07 smithi178 bash[75692]: audit 2024-03-21T13:14:07.059319+0000 mon.a (mon.0) 10769 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:07.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:07 smithi178 bash[75692]: audit 2024-03-21T13:14:07.063017+0000 mon.a (mon.0) 10770 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:07.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:07 smithi178 bash[75692]: audit 2024-03-21T13:14:07.066412+0000 mon.a (mon.0) 10771 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:07.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:07 smithi178 bash[75692]: audit 2024-03-21T13:14:07.067837+0000 mon.a (mon.0) 10772 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:07.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:07 smithi178 bash[75692]: audit 2024-03-21T13:14:07.077163+0000 mon.a (mon.0) 10773 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:07.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:07 smithi178 bash[75692]: audit 2024-03-21T13:14:07.161323+0000 mon.a (mon.0) 10774 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:07.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:07 smithi178 bash[75692]: audit 2024-03-21T13:14:07.165283+0000 mon.a (mon.0) 10775 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:07.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:07 smithi178 bash[75692]: audit 2024-03-21T13:14:07.169325+0000 mon.a (mon.0) 10776 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:07.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:07 smithi178 bash[77880]: audit 2024-03-21T13:14:06.791881+0000 mon.a (mon.0) 10758 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:07.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:07 smithi178 bash[77880]: audit 2024-03-21T13:14:06.867094+0000 mon.a (mon.0) 10759 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:07.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:07 smithi178 bash[77880]: audit 2024-03-21T13:14:06.870504+0000 mon.a (mon.0) 10760 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:07.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:07 smithi178 bash[77880]: audit 2024-03-21T13:14:06.873461+0000 mon.a (mon.0) 10761 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:07.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:07 smithi178 bash[77880]: audit 2024-03-21T13:14:06.874818+0000 mon.a (mon.0) 10762 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:07.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:07 smithi178 bash[77880]: audit 2024-03-21T13:14:06.882888+0000 mon.a (mon.0) 10763 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:07.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:07 smithi178 bash[77880]: audit 2024-03-21T13:14:06.964903+0000 mon.a (mon.0) 10764 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:07.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:07 smithi178 bash[77880]: audit 2024-03-21T13:14:06.968059+0000 mon.a (mon.0) 10765 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:07.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:07 smithi178 bash[77880]: audit 2024-03-21T13:14:06.971490+0000 mon.a (mon.0) 10766 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:07.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:07 smithi178 bash[77880]: audit 2024-03-21T13:14:06.973073+0000 mon.a (mon.0) 10767 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:07.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:07 smithi178 bash[77880]: audit 2024-03-21T13:14:06.982248+0000 mon.a (mon.0) 10768 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:07.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:07 smithi178 bash[77880]: audit 2024-03-21T13:14:07.059319+0000 mon.a (mon.0) 10769 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:07.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:07 smithi178 bash[77880]: audit 2024-03-21T13:14:07.063017+0000 mon.a (mon.0) 10770 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:07.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:07 smithi178 bash[77880]: audit 2024-03-21T13:14:07.066412+0000 mon.a (mon.0) 10771 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:07.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:07 smithi178 bash[77880]: audit 2024-03-21T13:14:07.067837+0000 mon.a (mon.0) 10772 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:07.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:07 smithi178 bash[77880]: audit 2024-03-21T13:14:07.077163+0000 mon.a (mon.0) 10773 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:07.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:07 smithi178 bash[77880]: audit 2024-03-21T13:14:07.161323+0000 mon.a (mon.0) 10774 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:07.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:07 smithi178 bash[77880]: audit 2024-03-21T13:14:07.165283+0000 mon.a (mon.0) 10775 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:07.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:07 smithi178 bash[77880]: audit 2024-03-21T13:14:07.169325+0000 mon.a (mon.0) 10776 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:07.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:07 smithi178 bash[75692]: audit 2024-03-21T13:14:07.170709+0000 mon.a (mon.0) 10777 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:07.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:07 smithi178 bash[75692]: audit 2024-03-21T13:14:07.179900+0000 mon.a (mon.0) 10778 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:07.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:07 smithi178 bash[75692]: audit 2024-03-21T13:14:07.260614+0000 mon.a (mon.0) 10779 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:07.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:07 smithi178 bash[75692]: audit 2024-03-21T13:14:07.263668+0000 mon.a (mon.0) 10780 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:07.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:07 smithi178 bash[75692]: audit 2024-03-21T13:14:07.266864+0000 mon.a (mon.0) 10781 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:07.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:07 smithi178 bash[75692]: audit 2024-03-21T13:14:07.268079+0000 mon.a (mon.0) 10782 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:07.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:07 smithi178 bash[77880]: audit 2024-03-21T13:14:07.170709+0000 mon.a (mon.0) 10777 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:07.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:07 smithi178 bash[77880]: audit 2024-03-21T13:14:07.179900+0000 mon.a (mon.0) 10778 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:07.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:07 smithi178 bash[77880]: audit 2024-03-21T13:14:07.260614+0000 mon.a (mon.0) 10779 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:07.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:07 smithi178 bash[77880]: audit 2024-03-21T13:14:07.263668+0000 mon.a (mon.0) 10780 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:07.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:07 smithi178 bash[77880]: audit 2024-03-21T13:14:07.266864+0000 mon.a (mon.0) 10781 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:07.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:07 smithi178 bash[77880]: audit 2024-03-21T13:14:07.268079+0000 mon.a (mon.0) 10782 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:07.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:07 smithi184 bash[59794]: cephadm 2024-03-21T13:14:05.321474+0000 mgr.x (mgr.34104) 6532 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:07.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:07 smithi184 bash[59794]: cephadm 2024-03-21T13:14:05.419193+0000 mgr.x (mgr.34104) 6533 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:07.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:07 smithi184 bash[59794]: cephadm 2024-03-21T13:14:05.499214+0000 mgr.x (mgr.34104) 6534 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:07.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:07 smithi184 bash[59794]: cephadm 2024-03-21T13:14:05.594904+0000 mgr.x (mgr.34104) 6535 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:07.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:07 smithi184 bash[59794]: cephadm 2024-03-21T13:14:05.694292+0000 mgr.x (mgr.34104) 6536 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:07.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:07 smithi184 bash[59794]: cephadm 2024-03-21T13:14:05.798278+0000 mgr.x (mgr.34104) 6537 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:07.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:07 smithi184 bash[59794]: cephadm 2024-03-21T13:14:05.898493+0000 mgr.x (mgr.34104) 6538 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:07.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:07 smithi184 bash[59794]: cephadm 2024-03-21T13:14:05.997487+0000 mgr.x (mgr.34104) 6539 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:07.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:07 smithi184 bash[59794]: cephadm 2024-03-21T13:14:06.095821+0000 mgr.x (mgr.34104) 6540 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:07.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:07 smithi184 bash[59794]: cephadm 2024-03-21T13:14:06.189679+0000 mgr.x (mgr.34104) 6541 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:07.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:07 smithi184 bash[59794]: audit 2024-03-21T13:14:06.270016+0000 mon.a (mon.0) 10730 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:07.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:07 smithi184 bash[59794]: audit 2024-03-21T13:14:06.284022+0000 mon.a (mon.0) 10731 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:07.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:07 smithi184 bash[59794]: audit 2024-03-21T13:14:06.285115+0000 mon.a (mon.0) 10732 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:07.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:07 smithi184 bash[59794]: audit 2024-03-21T13:14:06.290738+0000 mon.a (mon.0) 10733 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:07.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:07 smithi184 bash[59794]: cephadm 2024-03-21T13:14:06.291993+0000 mgr.x (mgr.34104) 6542 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:07.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:07 smithi184 bash[59794]: audit 2024-03-21T13:14:06.372954+0000 mon.a (mon.0) 10734 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:07.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:07 smithi184 bash[59794]: audit 2024-03-21T13:14:06.375802+0000 mon.a (mon.0) 10735 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:07.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:07 smithi184 bash[59794]: audit 2024-03-21T13:14:06.379641+0000 mon.a (mon.0) 10736 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:07.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:07 smithi184 bash[59794]: audit 2024-03-21T13:14:06.381519+0000 mon.a (mon.0) 10737 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:07.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:07 smithi184 bash[59794]: audit 2024-03-21T13:14:06.391588+0000 mon.a (mon.0) 10738 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:07.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:07 smithi184 bash[59794]: audit 2024-03-21T13:14:06.471900+0000 mon.a (mon.0) 10739 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:07.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:07 smithi184 bash[59794]: audit 2024-03-21T13:14:06.475208+0000 mon.a (mon.0) 10740 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:07.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:07 smithi184 bash[59794]: audit 2024-03-21T13:14:06.479183+0000 mon.a (mon.0) 10741 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:07.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:07 smithi184 bash[59794]: audit 2024-03-21T13:14:06.480444+0000 mon.a (mon.0) 10742 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:07.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:07 smithi184 bash[59794]: audit 2024-03-21T13:14:06.489404+0000 mon.a (mon.0) 10743 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:07.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:07 smithi184 bash[59794]: audit 2024-03-21T13:14:06.573579+0000 mon.a (mon.0) 10744 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:07.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:07 smithi184 bash[59794]: audit 2024-03-21T13:14:06.576833+0000 mon.a (mon.0) 10745 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:07.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:07 smithi184 bash[59794]: audit 2024-03-21T13:14:06.580514+0000 mon.a (mon.0) 10746 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:07.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:07 smithi184 bash[59794]: audit 2024-03-21T13:14:06.582208+0000 mon.a (mon.0) 10747 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:07.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:07 smithi184 bash[59794]: audit 2024-03-21T13:14:06.591575+0000 mon.a (mon.0) 10748 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:07.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:07 smithi184 bash[59794]: audit 2024-03-21T13:14:06.673174+0000 mon.a (mon.0) 10749 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:07.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:07 smithi184 bash[59794]: audit 2024-03-21T13:14:06.676296+0000 mon.a (mon.0) 10750 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:07.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:07 smithi184 bash[59794]: audit 2024-03-21T13:14:06.679916+0000 mon.a (mon.0) 10751 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:07.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:07 smithi184 bash[59794]: audit 2024-03-21T13:14:06.681868+0000 mon.a (mon.0) 10752 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:07.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:07 smithi184 bash[59794]: audit 2024-03-21T13:14:06.691903+0000 mon.a (mon.0) 10753 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:07.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:07 smithi184 bash[59794]: audit 2024-03-21T13:14:06.773945+0000 mon.a (mon.0) 10754 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:07.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:07 smithi184 bash[59794]: audit 2024-03-21T13:14:06.777734+0000 mon.a (mon.0) 10755 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:07.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:07 smithi184 bash[59794]: audit 2024-03-21T13:14:06.781060+0000 mon.a (mon.0) 10756 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:07.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:07 smithi184 bash[59794]: audit 2024-03-21T13:14:06.782440+0000 mon.a (mon.0) 10757 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:07.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:07 smithi184 bash[59794]: audit 2024-03-21T13:14:06.791881+0000 mon.a (mon.0) 10758 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:07.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:07 smithi184 bash[59794]: audit 2024-03-21T13:14:06.867094+0000 mon.a (mon.0) 10759 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:07.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:07 smithi184 bash[59794]: audit 2024-03-21T13:14:06.870504+0000 mon.a (mon.0) 10760 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:07.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:07 smithi184 bash[59794]: audit 2024-03-21T13:14:06.873461+0000 mon.a (mon.0) 10761 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:07.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:07 smithi184 bash[59794]: audit 2024-03-21T13:14:06.874818+0000 mon.a (mon.0) 10762 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:07.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:07 smithi184 bash[59794]: audit 2024-03-21T13:14:06.882888+0000 mon.a (mon.0) 10763 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:07.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:07 smithi184 bash[59794]: audit 2024-03-21T13:14:06.964903+0000 mon.a (mon.0) 10764 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:07.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:07 smithi184 bash[59794]: audit 2024-03-21T13:14:06.968059+0000 mon.a (mon.0) 10765 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:07.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:07 smithi184 bash[59794]: audit 2024-03-21T13:14:06.971490+0000 mon.a (mon.0) 10766 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:07.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:07 smithi184 bash[59794]: audit 2024-03-21T13:14:06.973073+0000 mon.a (mon.0) 10767 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:07.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:07 smithi184 bash[59794]: audit 2024-03-21T13:14:06.982248+0000 mon.a (mon.0) 10768 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:07.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:07 smithi184 bash[59794]: audit 2024-03-21T13:14:07.059319+0000 mon.a (mon.0) 10769 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:07.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:07 smithi184 bash[59794]: audit 2024-03-21T13:14:07.063017+0000 mon.a (mon.0) 10770 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:07.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:07 smithi184 bash[59794]: audit 2024-03-21T13:14:07.066412+0000 mon.a (mon.0) 10771 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:07.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:07 smithi184 bash[59794]: audit 2024-03-21T13:14:07.067837+0000 mon.a (mon.0) 10772 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:07.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:07 smithi184 bash[59794]: audit 2024-03-21T13:14:07.077163+0000 mon.a (mon.0) 10773 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:07.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:07 smithi184 bash[59794]: audit 2024-03-21T13:14:07.161323+0000 mon.a (mon.0) 10774 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:07.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:07 smithi184 bash[59794]: audit 2024-03-21T13:14:07.165283+0000 mon.a (mon.0) 10775 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:07.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:07 smithi184 bash[59794]: audit 2024-03-21T13:14:07.169325+0000 mon.a (mon.0) 10776 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:07.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:07 smithi184 bash[59794]: audit 2024-03-21T13:14:07.170709+0000 mon.a (mon.0) 10777 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:07.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:07 smithi184 bash[59794]: audit 2024-03-21T13:14:07.179900+0000 mon.a (mon.0) 10778 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:07.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:07 smithi184 bash[59794]: audit 2024-03-21T13:14:07.260614+0000 mon.a (mon.0) 10779 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:07.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:07 smithi184 bash[59794]: audit 2024-03-21T13:14:07.263668+0000 mon.a (mon.0) 10780 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:07.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:07 smithi184 bash[59794]: audit 2024-03-21T13:14:07.266864+0000 mon.a (mon.0) 10781 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:07.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:07 smithi184 bash[59794]: audit 2024-03-21T13:14:07.268079+0000 mon.a (mon.0) 10782 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:08.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:08 smithi178 bash[75692]: cephadm 2024-03-21T13:14:06.393213+0000 mgr.x (mgr.34104) 6543 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:08.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:08 smithi178 bash[75692]: cephadm 2024-03-21T13:14:06.490707+0000 mgr.x (mgr.34104) 6544 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:08.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:08 smithi178 bash[75692]: cephadm 2024-03-21T13:14:06.592859+0000 mgr.x (mgr.34104) 6545 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:08.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:08 smithi178 bash[75692]: cephadm 2024-03-21T13:14:06.693314+0000 mgr.x (mgr.34104) 6546 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:08.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:08 smithi178 bash[75692]: cephadm 2024-03-21T13:14:06.793269+0000 mgr.x (mgr.34104) 6547 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:08.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:08 smithi178 bash[75692]: cephadm 2024-03-21T13:14:06.884217+0000 mgr.x (mgr.34104) 6548 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:08.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:08 smithi178 bash[75692]: cephadm 2024-03-21T13:14:06.983499+0000 mgr.x (mgr.34104) 6549 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:08.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:08 smithi178 bash[75692]: cephadm 2024-03-21T13:14:07.081263+0000 mgr.x (mgr.34104) 6550 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:08.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:08 smithi178 bash[75692]: cephadm 2024-03-21T13:14:07.181253+0000 mgr.x (mgr.34104) 6551 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:08.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:08 smithi178 bash[75692]: cluster 2024-03-21T13:14:07.190272+0000 mgr.x (mgr.34104) 6552 : cluster [DBG] pgmap v4230: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:14:08.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:08 smithi178 bash[75692]: audit 2024-03-21T13:14:07.277203+0000 mon.a (mon.0) 10783 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:08.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:08 smithi178 bash[75692]: cephadm 2024-03-21T13:14:07.278733+0000 mgr.x (mgr.34104) 6553 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:08.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:08 smithi178 bash[75692]: audit 2024-03-21T13:14:07.355823+0000 mon.a (mon.0) 10784 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:08.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:08 smithi178 bash[75692]: audit 2024-03-21T13:14:07.359366+0000 mon.a (mon.0) 10785 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:08.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:08 smithi178 bash[75692]: audit 2024-03-21T13:14:07.363261+0000 mon.a (mon.0) 10786 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:08.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:08 smithi178 bash[75692]: audit 2024-03-21T13:14:07.364757+0000 mon.a (mon.0) 10787 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:08.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:08 smithi178 bash[75692]: audit 2024-03-21T13:14:07.374469+0000 mon.a (mon.0) 10788 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:08.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:08 smithi178 bash[75692]: audit 2024-03-21T13:14:07.456036+0000 mon.a (mon.0) 10789 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:08.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:08 smithi178 bash[75692]: audit 2024-03-21T13:14:07.459196+0000 mon.a (mon.0) 10790 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:08.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:08 smithi178 bash[75692]: audit 2024-03-21T13:14:07.463198+0000 mon.a (mon.0) 10791 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:08.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:08 smithi178 bash[77880]: cephadm 2024-03-21T13:14:06.393213+0000 mgr.x (mgr.34104) 6543 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:08.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:08 smithi178 bash[77880]: cephadm 2024-03-21T13:14:06.490707+0000 mgr.x (mgr.34104) 6544 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:08.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:08 smithi178 bash[77880]: cephadm 2024-03-21T13:14:06.592859+0000 mgr.x (mgr.34104) 6545 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:08.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:08 smithi178 bash[77880]: cephadm 2024-03-21T13:14:06.693314+0000 mgr.x (mgr.34104) 6546 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:08.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:08 smithi178 bash[77880]: cephadm 2024-03-21T13:14:06.793269+0000 mgr.x (mgr.34104) 6547 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:08.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:08 smithi178 bash[77880]: cephadm 2024-03-21T13:14:06.884217+0000 mgr.x (mgr.34104) 6548 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:08.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:08 smithi178 bash[77880]: cephadm 2024-03-21T13:14:06.983499+0000 mgr.x (mgr.34104) 6549 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:08.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:08 smithi178 bash[77880]: cephadm 2024-03-21T13:14:07.081263+0000 mgr.x (mgr.34104) 6550 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:08.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:08 smithi178 bash[77880]: cephadm 2024-03-21T13:14:07.181253+0000 mgr.x (mgr.34104) 6551 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:08.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:08 smithi178 bash[77880]: cluster 2024-03-21T13:14:07.190272+0000 mgr.x (mgr.34104) 6552 : cluster [DBG] pgmap v4230: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:14:08.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:08 smithi178 bash[77880]: audit 2024-03-21T13:14:07.277203+0000 mon.a (mon.0) 10783 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:08.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:08 smithi178 bash[77880]: cephadm 2024-03-21T13:14:07.278733+0000 mgr.x (mgr.34104) 6553 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:08.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:08 smithi178 bash[77880]: audit 2024-03-21T13:14:07.355823+0000 mon.a (mon.0) 10784 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:08.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:08 smithi178 bash[77880]: audit 2024-03-21T13:14:07.359366+0000 mon.a (mon.0) 10785 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:08.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:08 smithi178 bash[77880]: audit 2024-03-21T13:14:07.363261+0000 mon.a (mon.0) 10786 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:08.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:08 smithi178 bash[77880]: audit 2024-03-21T13:14:07.364757+0000 mon.a (mon.0) 10787 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:08.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:08 smithi178 bash[77880]: audit 2024-03-21T13:14:07.374469+0000 mon.a (mon.0) 10788 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:08.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:08 smithi178 bash[77880]: audit 2024-03-21T13:14:07.456036+0000 mon.a (mon.0) 10789 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:08.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:08 smithi178 bash[77880]: audit 2024-03-21T13:14:07.459196+0000 mon.a (mon.0) 10790 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:08.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:08 smithi178 bash[77880]: audit 2024-03-21T13:14:07.463198+0000 mon.a (mon.0) 10791 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:08.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:08 smithi178 bash[75692]: audit 2024-03-21T13:14:07.464849+0000 mon.a (mon.0) 10792 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:08.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:08 smithi178 bash[75692]: audit 2024-03-21T13:14:07.475029+0000 mon.a (mon.0) 10793 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:08.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:08 smithi178 bash[75692]: audit 2024-03-21T13:14:07.558513+0000 mon.a (mon.0) 10794 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:08.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:08 smithi178 bash[75692]: audit 2024-03-21T13:14:07.562082+0000 mon.a (mon.0) 10795 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:08.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:08 smithi178 bash[75692]: audit 2024-03-21T13:14:07.565725+0000 mon.a (mon.0) 10796 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:08.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:08 smithi178 bash[75692]: audit 2024-03-21T13:14:07.567225+0000 mon.a (mon.0) 10797 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:08.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:08 smithi178 bash[75692]: audit 2024-03-21T13:14:07.577236+0000 mon.a (mon.0) 10798 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:08.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:08 smithi178 bash[75692]: audit 2024-03-21T13:14:07.656893+0000 mon.a (mon.0) 10799 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:08.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:08 smithi178 bash[75692]: audit 2024-03-21T13:14:07.660219+0000 mon.a (mon.0) 10800 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:08.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:08 smithi178 bash[75692]: audit 2024-03-21T13:14:07.663393+0000 mon.a (mon.0) 10801 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:08.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:08 smithi178 bash[75692]: audit 2024-03-21T13:14:07.665053+0000 mon.a (mon.0) 10802 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:08.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:08 smithi178 bash[75692]: audit 2024-03-21T13:14:07.675180+0000 mon.a (mon.0) 10803 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:08.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:08 smithi178 bash[75692]: audit 2024-03-21T13:14:07.755998+0000 mon.a (mon.0) 10804 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:08.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:08 smithi178 bash[75692]: audit 2024-03-21T13:14:07.758986+0000 mon.a (mon.0) 10805 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:08.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:08 smithi178 bash[75692]: audit 2024-03-21T13:14:07.762681+0000 mon.a (mon.0) 10806 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:08.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:08 smithi178 bash[75692]: audit 2024-03-21T13:14:07.764199+0000 mon.a (mon.0) 10807 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:08.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:08 smithi178 bash[75692]: audit 2024-03-21T13:14:07.774416+0000 mon.a (mon.0) 10808 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:08.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:08 smithi178 bash[75692]: audit 2024-03-21T13:14:07.858091+0000 mon.a (mon.0) 10809 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:08.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:08 smithi178 bash[75692]: audit 2024-03-21T13:14:07.861158+0000 mon.a (mon.0) 10810 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:08.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:08 smithi178 bash[77880]: audit 2024-03-21T13:14:07.464849+0000 mon.a (mon.0) 10792 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:08.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:08 smithi178 bash[77880]: audit 2024-03-21T13:14:07.475029+0000 mon.a (mon.0) 10793 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:08.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:08 smithi178 bash[77880]: audit 2024-03-21T13:14:07.558513+0000 mon.a (mon.0) 10794 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:08.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:08 smithi178 bash[77880]: audit 2024-03-21T13:14:07.562082+0000 mon.a (mon.0) 10795 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:08.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:08 smithi178 bash[77880]: audit 2024-03-21T13:14:07.565725+0000 mon.a (mon.0) 10796 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:08.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:08 smithi178 bash[77880]: audit 2024-03-21T13:14:07.567225+0000 mon.a (mon.0) 10797 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:08.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:08 smithi178 bash[77880]: audit 2024-03-21T13:14:07.577236+0000 mon.a (mon.0) 10798 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:08.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:08 smithi178 bash[77880]: audit 2024-03-21T13:14:07.656893+0000 mon.a (mon.0) 10799 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:08.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:08 smithi178 bash[77880]: audit 2024-03-21T13:14:07.660219+0000 mon.a (mon.0) 10800 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:08.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:08 smithi178 bash[77880]: audit 2024-03-21T13:14:07.663393+0000 mon.a (mon.0) 10801 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:08.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:08 smithi178 bash[77880]: audit 2024-03-21T13:14:07.665053+0000 mon.a (mon.0) 10802 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:08.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:08 smithi178 bash[77880]: audit 2024-03-21T13:14:07.675180+0000 mon.a (mon.0) 10803 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:08.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:08 smithi178 bash[77880]: audit 2024-03-21T13:14:07.755998+0000 mon.a (mon.0) 10804 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:08.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:08 smithi178 bash[77880]: audit 2024-03-21T13:14:07.758986+0000 mon.a (mon.0) 10805 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:08.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:08 smithi178 bash[77880]: audit 2024-03-21T13:14:07.762681+0000 mon.a (mon.0) 10806 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:08.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:08 smithi178 bash[77880]: audit 2024-03-21T13:14:07.764199+0000 mon.a (mon.0) 10807 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:08.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:08 smithi178 bash[77880]: audit 2024-03-21T13:14:07.774416+0000 mon.a (mon.0) 10808 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:08.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:08 smithi178 bash[77880]: audit 2024-03-21T13:14:07.858091+0000 mon.a (mon.0) 10809 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:08.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:08 smithi178 bash[77880]: audit 2024-03-21T13:14:07.861158+0000 mon.a (mon.0) 10810 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:08.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:08 smithi178 bash[75692]: audit 2024-03-21T13:14:07.864418+0000 mon.a (mon.0) 10811 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:08.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:08 smithi178 bash[75692]: audit 2024-03-21T13:14:07.865632+0000 mon.a (mon.0) 10812 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:08.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:08 smithi178 bash[75692]: audit 2024-03-21T13:14:07.875636+0000 mon.a (mon.0) 10813 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:08.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:08 smithi178 bash[75692]: audit 2024-03-21T13:14:07.954344+0000 mon.a (mon.0) 10814 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:08.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:08 smithi178 bash[75692]: audit 2024-03-21T13:14:07.957658+0000 mon.a (mon.0) 10815 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:08.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:08 smithi178 bash[75692]: audit 2024-03-21T13:14:07.961695+0000 mon.a (mon.0) 10816 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:08.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:08 smithi178 bash[75692]: audit 2024-03-21T13:14:07.963025+0000 mon.a (mon.0) 10817 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:08.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:08 smithi178 bash[75692]: audit 2024-03-21T13:14:07.971985+0000 mon.a (mon.0) 10818 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:08.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:08 smithi178 bash[75692]: audit 2024-03-21T13:14:08.052613+0000 mon.a (mon.0) 10819 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:08.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:08 smithi178 bash[75692]: audit 2024-03-21T13:14:08.056183+0000 mon.a (mon.0) 10820 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:08.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:08 smithi178 bash[75692]: audit 2024-03-21T13:14:08.059493+0000 mon.a (mon.0) 10821 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:08.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:08 smithi178 bash[75692]: audit 2024-03-21T13:14:08.060895+0000 mon.a (mon.0) 10822 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:08.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:08 smithi178 bash[75692]: audit 2024-03-21T13:14:08.070714+0000 mon.a (mon.0) 10823 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:08.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:08 smithi178 bash[75692]: audit 2024-03-21T13:14:08.151131+0000 mon.a (mon.0) 10824 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:08.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:08 smithi178 bash[75692]: audit 2024-03-21T13:14:08.154646+0000 mon.a (mon.0) 10825 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:08.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:08 smithi178 bash[75692]: audit 2024-03-21T13:14:08.159376+0000 mon.a (mon.0) 10826 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:08.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:08 smithi178 bash[75692]: audit 2024-03-21T13:14:08.161008+0000 mon.a (mon.0) 10827 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:08.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:08 smithi178 bash[75692]: audit 2024-03-21T13:14:08.170550+0000 mon.a (mon.0) 10828 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:08.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:08 smithi178 bash[75692]: audit 2024-03-21T13:14:08.249963+0000 mon.a (mon.0) 10829 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:08.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:08 smithi178 bash[75692]: audit 2024-03-21T13:14:08.253563+0000 mon.a (mon.0) 10830 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:08.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:08 smithi178 bash[75692]: audit 2024-03-21T13:14:08.257588+0000 mon.a (mon.0) 10831 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:08.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:08 smithi178 bash[75692]: audit 2024-03-21T13:14:08.259111+0000 mon.a (mon.0) 10832 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:08.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:08 smithi178 bash[75692]: audit 2024-03-21T13:14:08.268562+0000 mon.a (mon.0) 10833 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:08.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:08 smithi178 bash[77880]: audit 2024-03-21T13:14:07.864418+0000 mon.a (mon.0) 10811 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:08.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:08 smithi178 bash[77880]: audit 2024-03-21T13:14:07.865632+0000 mon.a (mon.0) 10812 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:08.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:08 smithi178 bash[77880]: audit 2024-03-21T13:14:07.875636+0000 mon.a (mon.0) 10813 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:08.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:08 smithi178 bash[77880]: audit 2024-03-21T13:14:07.954344+0000 mon.a (mon.0) 10814 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:08.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:08 smithi178 bash[77880]: audit 2024-03-21T13:14:07.957658+0000 mon.a (mon.0) 10815 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:08.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:08 smithi178 bash[77880]: audit 2024-03-21T13:14:07.961695+0000 mon.a (mon.0) 10816 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:08.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:08 smithi178 bash[77880]: audit 2024-03-21T13:14:07.963025+0000 mon.a (mon.0) 10817 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:08.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:08 smithi178 bash[77880]: audit 2024-03-21T13:14:07.971985+0000 mon.a (mon.0) 10818 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:08.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:08 smithi178 bash[77880]: audit 2024-03-21T13:14:08.052613+0000 mon.a (mon.0) 10819 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:08.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:08 smithi178 bash[77880]: audit 2024-03-21T13:14:08.056183+0000 mon.a (mon.0) 10820 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:08.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:08 smithi178 bash[77880]: audit 2024-03-21T13:14:08.059493+0000 mon.a (mon.0) 10821 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:08.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:08 smithi178 bash[77880]: audit 2024-03-21T13:14:08.060895+0000 mon.a (mon.0) 10822 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:08.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:08 smithi178 bash[77880]: audit 2024-03-21T13:14:08.070714+0000 mon.a (mon.0) 10823 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:08.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:08 smithi178 bash[77880]: audit 2024-03-21T13:14:08.151131+0000 mon.a (mon.0) 10824 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:08.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:08 smithi178 bash[77880]: audit 2024-03-21T13:14:08.154646+0000 mon.a (mon.0) 10825 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:08.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:08 smithi178 bash[77880]: audit 2024-03-21T13:14:08.159376+0000 mon.a (mon.0) 10826 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:08.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:08 smithi178 bash[77880]: audit 2024-03-21T13:14:08.161008+0000 mon.a (mon.0) 10827 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:08.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:08 smithi178 bash[77880]: audit 2024-03-21T13:14:08.170550+0000 mon.a (mon.0) 10828 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:08.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:08 smithi178 bash[77880]: audit 2024-03-21T13:14:08.249963+0000 mon.a (mon.0) 10829 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:08.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:08 smithi178 bash[77880]: audit 2024-03-21T13:14:08.253563+0000 mon.a (mon.0) 10830 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:08.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:08 smithi178 bash[77880]: audit 2024-03-21T13:14:08.257588+0000 mon.a (mon.0) 10831 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:08.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:08 smithi178 bash[77880]: audit 2024-03-21T13:14:08.259111+0000 mon.a (mon.0) 10832 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:08.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:08 smithi178 bash[77880]: audit 2024-03-21T13:14:08.268562+0000 mon.a (mon.0) 10833 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:08.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:08 smithi184 bash[59794]: cephadm 2024-03-21T13:14:06.393213+0000 mgr.x (mgr.34104) 6543 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:08.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:08 smithi184 bash[59794]: cephadm 2024-03-21T13:14:06.490707+0000 mgr.x (mgr.34104) 6544 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:08.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:08 smithi184 bash[59794]: cephadm 2024-03-21T13:14:06.592859+0000 mgr.x (mgr.34104) 6545 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:08.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:08 smithi184 bash[59794]: cephadm 2024-03-21T13:14:06.693314+0000 mgr.x (mgr.34104) 6546 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:08.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:08 smithi184 bash[59794]: cephadm 2024-03-21T13:14:06.793269+0000 mgr.x (mgr.34104) 6547 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:08.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:08 smithi184 bash[59794]: cephadm 2024-03-21T13:14:06.884217+0000 mgr.x (mgr.34104) 6548 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:08.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:08 smithi184 bash[59794]: cephadm 2024-03-21T13:14:06.983499+0000 mgr.x (mgr.34104) 6549 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:08.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:08 smithi184 bash[59794]: cephadm 2024-03-21T13:14:07.081263+0000 mgr.x (mgr.34104) 6550 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:08.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:08 smithi184 bash[59794]: cephadm 2024-03-21T13:14:07.181253+0000 mgr.x (mgr.34104) 6551 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:08.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:08 smithi184 bash[59794]: cluster 2024-03-21T13:14:07.190272+0000 mgr.x (mgr.34104) 6552 : cluster [DBG] pgmap v4230: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:14:08.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:08 smithi184 bash[59794]: audit 2024-03-21T13:14:07.277203+0000 mon.a (mon.0) 10783 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:08.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:08 smithi184 bash[59794]: cephadm 2024-03-21T13:14:07.278733+0000 mgr.x (mgr.34104) 6553 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:08.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:08 smithi184 bash[59794]: audit 2024-03-21T13:14:07.355823+0000 mon.a (mon.0) 10784 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:08.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:08 smithi184 bash[59794]: audit 2024-03-21T13:14:07.359366+0000 mon.a (mon.0) 10785 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:08.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:08 smithi184 bash[59794]: audit 2024-03-21T13:14:07.363261+0000 mon.a (mon.0) 10786 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:08.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:08 smithi184 bash[59794]: audit 2024-03-21T13:14:07.364757+0000 mon.a (mon.0) 10787 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:08.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:08 smithi184 bash[59794]: audit 2024-03-21T13:14:07.374469+0000 mon.a (mon.0) 10788 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:08.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:08 smithi184 bash[59794]: audit 2024-03-21T13:14:07.456036+0000 mon.a (mon.0) 10789 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:08.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:08 smithi184 bash[59794]: audit 2024-03-21T13:14:07.459196+0000 mon.a (mon.0) 10790 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:08.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:08 smithi184 bash[59794]: audit 2024-03-21T13:14:07.463198+0000 mon.a (mon.0) 10791 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:08.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:08 smithi184 bash[59794]: audit 2024-03-21T13:14:07.464849+0000 mon.a (mon.0) 10792 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:08.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:08 smithi184 bash[59794]: audit 2024-03-21T13:14:07.475029+0000 mon.a (mon.0) 10793 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:08.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:08 smithi184 bash[59794]: audit 2024-03-21T13:14:07.558513+0000 mon.a (mon.0) 10794 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:08.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:08 smithi184 bash[59794]: audit 2024-03-21T13:14:07.562082+0000 mon.a (mon.0) 10795 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:08.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:08 smithi184 bash[59794]: audit 2024-03-21T13:14:07.565725+0000 mon.a (mon.0) 10796 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:08.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:08 smithi184 bash[59794]: audit 2024-03-21T13:14:07.567225+0000 mon.a (mon.0) 10797 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:08.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:08 smithi184 bash[59794]: audit 2024-03-21T13:14:07.577236+0000 mon.a (mon.0) 10798 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:08.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:08 smithi184 bash[59794]: audit 2024-03-21T13:14:07.656893+0000 mon.a (mon.0) 10799 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:08.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:08 smithi184 bash[59794]: audit 2024-03-21T13:14:07.660219+0000 mon.a (mon.0) 10800 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:08.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:08 smithi184 bash[59794]: audit 2024-03-21T13:14:07.663393+0000 mon.a (mon.0) 10801 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:08.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:08 smithi184 bash[59794]: audit 2024-03-21T13:14:07.665053+0000 mon.a (mon.0) 10802 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:08.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:08 smithi184 bash[59794]: audit 2024-03-21T13:14:07.675180+0000 mon.a (mon.0) 10803 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:08.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:08 smithi184 bash[59794]: audit 2024-03-21T13:14:07.755998+0000 mon.a (mon.0) 10804 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:08.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:08 smithi184 bash[59794]: audit 2024-03-21T13:14:07.758986+0000 mon.a (mon.0) 10805 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:08.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:08 smithi184 bash[59794]: audit 2024-03-21T13:14:07.762681+0000 mon.a (mon.0) 10806 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:08.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:08 smithi184 bash[59794]: audit 2024-03-21T13:14:07.764199+0000 mon.a (mon.0) 10807 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:08.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:08 smithi184 bash[59794]: audit 2024-03-21T13:14:07.774416+0000 mon.a (mon.0) 10808 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:08.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:08 smithi184 bash[59794]: audit 2024-03-21T13:14:07.858091+0000 mon.a (mon.0) 10809 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:08.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:08 smithi184 bash[59794]: audit 2024-03-21T13:14:07.861158+0000 mon.a (mon.0) 10810 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:08.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:08 smithi184 bash[59794]: audit 2024-03-21T13:14:07.864418+0000 mon.a (mon.0) 10811 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:08.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:08 smithi184 bash[59794]: audit 2024-03-21T13:14:07.865632+0000 mon.a (mon.0) 10812 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:08.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:08 smithi184 bash[59794]: audit 2024-03-21T13:14:07.875636+0000 mon.a (mon.0) 10813 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:08.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:08 smithi184 bash[59794]: audit 2024-03-21T13:14:07.954344+0000 mon.a (mon.0) 10814 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:08.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:08 smithi184 bash[59794]: audit 2024-03-21T13:14:07.957658+0000 mon.a (mon.0) 10815 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:08.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:08 smithi184 bash[59794]: audit 2024-03-21T13:14:07.961695+0000 mon.a (mon.0) 10816 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:08.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:08 smithi184 bash[59794]: audit 2024-03-21T13:14:07.963025+0000 mon.a (mon.0) 10817 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:08.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:08 smithi184 bash[59794]: audit 2024-03-21T13:14:07.971985+0000 mon.a (mon.0) 10818 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:08.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:08 smithi184 bash[59794]: audit 2024-03-21T13:14:08.052613+0000 mon.a (mon.0) 10819 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:08.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:08 smithi184 bash[59794]: audit 2024-03-21T13:14:08.056183+0000 mon.a (mon.0) 10820 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:08.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:08 smithi184 bash[59794]: audit 2024-03-21T13:14:08.059493+0000 mon.a (mon.0) 10821 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:08.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:08 smithi184 bash[59794]: audit 2024-03-21T13:14:08.060895+0000 mon.a (mon.0) 10822 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:08.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:08 smithi184 bash[59794]: audit 2024-03-21T13:14:08.070714+0000 mon.a (mon.0) 10823 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:08.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:08 smithi184 bash[59794]: audit 2024-03-21T13:14:08.151131+0000 mon.a (mon.0) 10824 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:08.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:08 smithi184 bash[59794]: audit 2024-03-21T13:14:08.154646+0000 mon.a (mon.0) 10825 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:08.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:08 smithi184 bash[59794]: audit 2024-03-21T13:14:08.159376+0000 mon.a (mon.0) 10826 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:08.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:08 smithi184 bash[59794]: audit 2024-03-21T13:14:08.161008+0000 mon.a (mon.0) 10827 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:08.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:08 smithi184 bash[59794]: audit 2024-03-21T13:14:08.170550+0000 mon.a (mon.0) 10828 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:08.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:08 smithi184 bash[59794]: audit 2024-03-21T13:14:08.249963+0000 mon.a (mon.0) 10829 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:08.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:08 smithi184 bash[59794]: audit 2024-03-21T13:14:08.253563+0000 mon.a (mon.0) 10830 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:08.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:08 smithi184 bash[59794]: audit 2024-03-21T13:14:08.257588+0000 mon.a (mon.0) 10831 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:08.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:08 smithi184 bash[59794]: audit 2024-03-21T13:14:08.259111+0000 mon.a (mon.0) 10832 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:08.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:08 smithi184 bash[59794]: audit 2024-03-21T13:14:08.268562+0000 mon.a (mon.0) 10833 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:09.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:09 smithi178 bash[75692]: cephadm 2024-03-21T13:14:07.376007+0000 mgr.x (mgr.34104) 6554 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:09.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:09 smithi178 bash[75692]: cephadm 2024-03-21T13:14:07.476421+0000 mgr.x (mgr.34104) 6555 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:09.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:09 smithi178 bash[75692]: cephadm 2024-03-21T13:14:07.578581+0000 mgr.x (mgr.34104) 6556 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:09.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:09 smithi178 bash[75692]: cephadm 2024-03-21T13:14:07.676482+0000 mgr.x (mgr.34104) 6557 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:09.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:09 smithi178 bash[75692]: cephadm 2024-03-21T13:14:07.775988+0000 mgr.x (mgr.34104) 6558 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:09.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:09 smithi178 bash[75692]: cephadm 2024-03-21T13:14:07.877022+0000 mgr.x (mgr.34104) 6559 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:09.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:09 smithi178 bash[75692]: cephadm 2024-03-21T13:14:07.973286+0000 mgr.x (mgr.34104) 6560 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:09.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:09 smithi178 bash[75692]: cephadm 2024-03-21T13:14:08.072084+0000 mgr.x (mgr.34104) 6561 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:09.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:09 smithi178 bash[75692]: cephadm 2024-03-21T13:14:08.172249+0000 mgr.x (mgr.34104) 6562 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:09.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:09 smithi178 bash[75692]: cephadm 2024-03-21T13:14:08.269831+0000 mgr.x (mgr.34104) 6563 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:09.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:09 smithi178 bash[75692]: audit 2024-03-21T13:14:08.347593+0000 mon.a (mon.0) 10834 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:09.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:09 smithi178 bash[75692]: audit 2024-03-21T13:14:08.352545+0000 mon.a (mon.0) 10835 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:09.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:09 smithi178 bash[75692]: audit 2024-03-21T13:14:08.356414+0000 mon.a (mon.0) 10836 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:09.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:09 smithi178 bash[75692]: audit 2024-03-21T13:14:08.358315+0000 mon.a (mon.0) 10837 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:09.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:09 smithi178 bash[75692]: audit 2024-03-21T13:14:08.367527+0000 mon.a (mon.0) 10838 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:09.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:09 smithi178 bash[75692]: audit 2024-03-21T13:14:08.445891+0000 mon.a (mon.0) 10839 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:09.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:09 smithi178 bash[75692]: audit 2024-03-21T13:14:08.449845+0000 mon.a (mon.0) 10840 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:09.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:09 smithi178 bash[75692]: audit 2024-03-21T13:14:08.454095+0000 mon.a (mon.0) 10841 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:09.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:09 smithi178 bash[75692]: audit 2024-03-21T13:14:08.455628+0000 mon.a (mon.0) 10842 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:09.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:09 smithi178 bash[75692]: audit 2024-03-21T13:14:08.465518+0000 mon.a (mon.0) 10843 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:09.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:09 smithi178 bash[77880]: cephadm 2024-03-21T13:14:07.376007+0000 mgr.x (mgr.34104) 6554 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:09.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:09 smithi178 bash[77880]: cephadm 2024-03-21T13:14:07.476421+0000 mgr.x (mgr.34104) 6555 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:09.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:09 smithi178 bash[77880]: cephadm 2024-03-21T13:14:07.578581+0000 mgr.x (mgr.34104) 6556 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:09.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:09 smithi178 bash[77880]: cephadm 2024-03-21T13:14:07.676482+0000 mgr.x (mgr.34104) 6557 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:09.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:09 smithi178 bash[77880]: cephadm 2024-03-21T13:14:07.775988+0000 mgr.x (mgr.34104) 6558 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:09.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:09 smithi178 bash[77880]: cephadm 2024-03-21T13:14:07.877022+0000 mgr.x (mgr.34104) 6559 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:09.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:09 smithi178 bash[77880]: cephadm 2024-03-21T13:14:07.973286+0000 mgr.x (mgr.34104) 6560 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:09.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:09 smithi178 bash[77880]: cephadm 2024-03-21T13:14:08.072084+0000 mgr.x (mgr.34104) 6561 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:09.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:09 smithi178 bash[77880]: cephadm 2024-03-21T13:14:08.172249+0000 mgr.x (mgr.34104) 6562 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:09.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:09 smithi178 bash[77880]: cephadm 2024-03-21T13:14:08.269831+0000 mgr.x (mgr.34104) 6563 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:09.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:09 smithi178 bash[77880]: audit 2024-03-21T13:14:08.347593+0000 mon.a (mon.0) 10834 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:09.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:09 smithi178 bash[77880]: audit 2024-03-21T13:14:08.352545+0000 mon.a (mon.0) 10835 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:09.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:09 smithi178 bash[77880]: audit 2024-03-21T13:14:08.356414+0000 mon.a (mon.0) 10836 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:09.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:09 smithi178 bash[77880]: audit 2024-03-21T13:14:08.358315+0000 mon.a (mon.0) 10837 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:09.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:09 smithi178 bash[77880]: audit 2024-03-21T13:14:08.367527+0000 mon.a (mon.0) 10838 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:09.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:09 smithi178 bash[77880]: audit 2024-03-21T13:14:08.445891+0000 mon.a (mon.0) 10839 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:09.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:09 smithi178 bash[77880]: audit 2024-03-21T13:14:08.449845+0000 mon.a (mon.0) 10840 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:09.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:09 smithi178 bash[77880]: audit 2024-03-21T13:14:08.454095+0000 mon.a (mon.0) 10841 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:09.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:09 smithi178 bash[77880]: audit 2024-03-21T13:14:08.455628+0000 mon.a (mon.0) 10842 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:09.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:09 smithi178 bash[77880]: audit 2024-03-21T13:14:08.465518+0000 mon.a (mon.0) 10843 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:09.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:09 smithi178 bash[75692]: audit 2024-03-21T13:14:08.545641+0000 mon.a (mon.0) 10844 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:09.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:09 smithi178 bash[75692]: audit 2024-03-21T13:14:08.548982+0000 mon.a (mon.0) 10845 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:09.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:09 smithi178 bash[75692]: audit 2024-03-21T13:14:08.552841+0000 mon.a (mon.0) 10846 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:09.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:09 smithi178 bash[75692]: audit 2024-03-21T13:14:08.554101+0000 mon.a (mon.0) 10847 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:09.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:09 smithi178 bash[75692]: audit 2024-03-21T13:14:08.563293+0000 mon.a (mon.0) 10848 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:09.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:09 smithi178 bash[75692]: audit 2024-03-21T13:14:08.641742+0000 mon.a (mon.0) 10849 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:09.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:09 smithi178 bash[75692]: audit 2024-03-21T13:14:08.645049+0000 mon.a (mon.0) 10850 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:09.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:09 smithi178 bash[75692]: audit 2024-03-21T13:14:08.649075+0000 mon.a (mon.0) 10851 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:09.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:09 smithi178 bash[75692]: audit 2024-03-21T13:14:08.650381+0000 mon.a (mon.0) 10852 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:09.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:09 smithi178 bash[75692]: audit 2024-03-21T13:14:08.659350+0000 mon.a (mon.0) 10853 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:09.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:09 smithi178 bash[75692]: audit 2024-03-21T13:14:08.740514+0000 mon.a (mon.0) 10854 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:09.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:09 smithi178 bash[75692]: audit 2024-03-21T13:14:08.743605+0000 mon.a (mon.0) 10855 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:09.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:09 smithi178 bash[75692]: audit 2024-03-21T13:14:08.747652+0000 mon.a (mon.0) 10856 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:09.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:09 smithi178 bash[75692]: audit 2024-03-21T13:14:08.748989+0000 mon.a (mon.0) 10857 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:09.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:09 smithi178 bash[75692]: audit 2024-03-21T13:14:08.758347+0000 mon.a (mon.0) 10858 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:09.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:09 smithi178 bash[75692]: audit 2024-03-21T13:14:08.841014+0000 mon.a (mon.0) 10859 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:09.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:09 smithi178 bash[75692]: audit 2024-03-21T13:14:08.844384+0000 mon.a (mon.0) 10860 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:09.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:09 smithi178 bash[75692]: audit 2024-03-21T13:14:08.847814+0000 mon.a (mon.0) 10861 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:09.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:09 smithi178 bash[75692]: audit 2024-03-21T13:14:08.849174+0000 mon.a (mon.0) 10862 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:09.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:09 smithi178 bash[77880]: audit 2024-03-21T13:14:08.545641+0000 mon.a (mon.0) 10844 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:09.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:09 smithi178 bash[77880]: audit 2024-03-21T13:14:08.548982+0000 mon.a (mon.0) 10845 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:09.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:09 smithi178 bash[77880]: audit 2024-03-21T13:14:08.552841+0000 mon.a (mon.0) 10846 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:09.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:09 smithi178 bash[77880]: audit 2024-03-21T13:14:08.554101+0000 mon.a (mon.0) 10847 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:09.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:09 smithi178 bash[77880]: audit 2024-03-21T13:14:08.563293+0000 mon.a (mon.0) 10848 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:09.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:09 smithi178 bash[77880]: audit 2024-03-21T13:14:08.641742+0000 mon.a (mon.0) 10849 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:09.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:09 smithi178 bash[77880]: audit 2024-03-21T13:14:08.645049+0000 mon.a (mon.0) 10850 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:09.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:09 smithi178 bash[77880]: audit 2024-03-21T13:14:08.649075+0000 mon.a (mon.0) 10851 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:09.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:09 smithi178 bash[77880]: audit 2024-03-21T13:14:08.650381+0000 mon.a (mon.0) 10852 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:09.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:09 smithi178 bash[77880]: audit 2024-03-21T13:14:08.659350+0000 mon.a (mon.0) 10853 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:09.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:09 smithi178 bash[77880]: audit 2024-03-21T13:14:08.740514+0000 mon.a (mon.0) 10854 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:09.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:09 smithi178 bash[77880]: audit 2024-03-21T13:14:08.743605+0000 mon.a (mon.0) 10855 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:09.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:09 smithi178 bash[77880]: audit 2024-03-21T13:14:08.747652+0000 mon.a (mon.0) 10856 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:09.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:09 smithi178 bash[77880]: audit 2024-03-21T13:14:08.748989+0000 mon.a (mon.0) 10857 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:09.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:09 smithi178 bash[77880]: audit 2024-03-21T13:14:08.758347+0000 mon.a (mon.0) 10858 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:09.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:09 smithi178 bash[77880]: audit 2024-03-21T13:14:08.841014+0000 mon.a (mon.0) 10859 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:09.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:09 smithi178 bash[77880]: audit 2024-03-21T13:14:08.844384+0000 mon.a (mon.0) 10860 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:09.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:09 smithi178 bash[77880]: audit 2024-03-21T13:14:08.847814+0000 mon.a (mon.0) 10861 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:09.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:09 smithi178 bash[77880]: audit 2024-03-21T13:14:08.849174+0000 mon.a (mon.0) 10862 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:09.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:09 smithi178 bash[75692]: audit 2024-03-21T13:14:08.858507+0000 mon.a (mon.0) 10863 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:09.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:09 smithi178 bash[75692]: audit 2024-03-21T13:14:08.940249+0000 mon.a (mon.0) 10864 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:09.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:09 smithi178 bash[75692]: audit 2024-03-21T13:14:08.945230+0000 mon.a (mon.0) 10865 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:09.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:09 smithi178 bash[75692]: audit 2024-03-21T13:14:08.949689+0000 mon.a (mon.0) 10866 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:09.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:09 smithi178 bash[75692]: audit 2024-03-21T13:14:08.951432+0000 mon.a (mon.0) 10867 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:09.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:09 smithi178 bash[75692]: audit 2024-03-21T13:14:08.961913+0000 mon.a (mon.0) 10868 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:09.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:09 smithi178 bash[75692]: audit 2024-03-21T13:14:09.041947+0000 mon.a (mon.0) 10869 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:09.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:09 smithi178 bash[75692]: audit 2024-03-21T13:14:09.045025+0000 mon.a (mon.0) 10870 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:09.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:09 smithi178 bash[75692]: audit 2024-03-21T13:14:09.048546+0000 mon.a (mon.0) 10871 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:09.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:09 smithi178 bash[75692]: audit 2024-03-21T13:14:09.049764+0000 mon.a (mon.0) 10872 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:09.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:09 smithi178 bash[75692]: audit 2024-03-21T13:14:09.059189+0000 mon.a (mon.0) 10873 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:09.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:09 smithi178 bash[75692]: audit 2024-03-21T13:14:09.136828+0000 mon.a (mon.0) 10874 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:09.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:09 smithi178 bash[75692]: audit 2024-03-21T13:14:09.140450+0000 mon.a (mon.0) 10875 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:09.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:09 smithi178 bash[75692]: audit 2024-03-21T13:14:09.143744+0000 mon.a (mon.0) 10876 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:09.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:09 smithi178 bash[75692]: audit 2024-03-21T13:14:09.144955+0000 mon.a (mon.0) 10877 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:09.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:09 smithi178 bash[75692]: audit 2024-03-21T13:14:09.154694+0000 mon.a (mon.0) 10878 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:09.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:09 smithi178 bash[75692]: audit 2024-03-21T13:14:09.236005+0000 mon.a (mon.0) 10879 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:09.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:09 smithi178 bash[75692]: audit 2024-03-21T13:14:09.239447+0000 mon.a (mon.0) 10880 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:09.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:09 smithi178 bash[75692]: audit 2024-03-21T13:14:09.242714+0000 mon.a (mon.0) 10881 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:09.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:09 smithi178 bash[75692]: audit 2024-03-21T13:14:09.244089+0000 mon.a (mon.0) 10882 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:09.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:09 smithi178 bash[75692]: audit 2024-03-21T13:14:09.253310+0000 mon.a (mon.0) 10883 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:09.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:09 smithi178 bash[77880]: audit 2024-03-21T13:14:08.858507+0000 mon.a (mon.0) 10863 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:09.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:09 smithi178 bash[77880]: audit 2024-03-21T13:14:08.940249+0000 mon.a (mon.0) 10864 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:09.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:09 smithi178 bash[77880]: audit 2024-03-21T13:14:08.945230+0000 mon.a (mon.0) 10865 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:09.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:09 smithi178 bash[77880]: audit 2024-03-21T13:14:08.949689+0000 mon.a (mon.0) 10866 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:09.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:09 smithi178 bash[77880]: audit 2024-03-21T13:14:08.951432+0000 mon.a (mon.0) 10867 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:09.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:09 smithi178 bash[77880]: audit 2024-03-21T13:14:08.961913+0000 mon.a (mon.0) 10868 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:09.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:09 smithi178 bash[77880]: audit 2024-03-21T13:14:09.041947+0000 mon.a (mon.0) 10869 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:09.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:09 smithi178 bash[77880]: audit 2024-03-21T13:14:09.045025+0000 mon.a (mon.0) 10870 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:09.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:09 smithi178 bash[77880]: audit 2024-03-21T13:14:09.048546+0000 mon.a (mon.0) 10871 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:09.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:09 smithi178 bash[77880]: audit 2024-03-21T13:14:09.049764+0000 mon.a (mon.0) 10872 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:09.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:09 smithi178 bash[77880]: audit 2024-03-21T13:14:09.059189+0000 mon.a (mon.0) 10873 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:09.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:09 smithi178 bash[77880]: audit 2024-03-21T13:14:09.136828+0000 mon.a (mon.0) 10874 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:09.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:09 smithi178 bash[77880]: audit 2024-03-21T13:14:09.140450+0000 mon.a (mon.0) 10875 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:09.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:09 smithi178 bash[77880]: audit 2024-03-21T13:14:09.143744+0000 mon.a (mon.0) 10876 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:09.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:09 smithi178 bash[77880]: audit 2024-03-21T13:14:09.144955+0000 mon.a (mon.0) 10877 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:09.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:09 smithi178 bash[77880]: audit 2024-03-21T13:14:09.154694+0000 mon.a (mon.0) 10878 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:09.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:09 smithi178 bash[77880]: audit 2024-03-21T13:14:09.236005+0000 mon.a (mon.0) 10879 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:09.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:09 smithi178 bash[77880]: audit 2024-03-21T13:14:09.239447+0000 mon.a (mon.0) 10880 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:09.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:09 smithi178 bash[77880]: audit 2024-03-21T13:14:09.242714+0000 mon.a (mon.0) 10881 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:09.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:09 smithi178 bash[77880]: audit 2024-03-21T13:14:09.244089+0000 mon.a (mon.0) 10882 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:09.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:09 smithi178 bash[77880]: audit 2024-03-21T13:14:09.253310+0000 mon.a (mon.0) 10883 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:09.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:09 smithi184 bash[59794]: cephadm 2024-03-21T13:14:07.376007+0000 mgr.x (mgr.34104) 6554 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:09.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:09 smithi184 bash[59794]: cephadm 2024-03-21T13:14:07.476421+0000 mgr.x (mgr.34104) 6555 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:09.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:09 smithi184 bash[59794]: cephadm 2024-03-21T13:14:07.578581+0000 mgr.x (mgr.34104) 6556 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:09.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:09 smithi184 bash[59794]: cephadm 2024-03-21T13:14:07.676482+0000 mgr.x (mgr.34104) 6557 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:09.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:09 smithi184 bash[59794]: cephadm 2024-03-21T13:14:07.775988+0000 mgr.x (mgr.34104) 6558 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:09.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:09 smithi184 bash[59794]: cephadm 2024-03-21T13:14:07.877022+0000 mgr.x (mgr.34104) 6559 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:09.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:09 smithi184 bash[59794]: cephadm 2024-03-21T13:14:07.973286+0000 mgr.x (mgr.34104) 6560 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:09.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:09 smithi184 bash[59794]: cephadm 2024-03-21T13:14:08.072084+0000 mgr.x (mgr.34104) 6561 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:09.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:09 smithi184 bash[59794]: cephadm 2024-03-21T13:14:08.172249+0000 mgr.x (mgr.34104) 6562 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:09.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:09 smithi184 bash[59794]: cephadm 2024-03-21T13:14:08.269831+0000 mgr.x (mgr.34104) 6563 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:09.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:09 smithi184 bash[59794]: audit 2024-03-21T13:14:08.347593+0000 mon.a (mon.0) 10834 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:09.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:09 smithi184 bash[59794]: audit 2024-03-21T13:14:08.352545+0000 mon.a (mon.0) 10835 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:09.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:09 smithi184 bash[59794]: audit 2024-03-21T13:14:08.356414+0000 mon.a (mon.0) 10836 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:09.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:09 smithi184 bash[59794]: audit 2024-03-21T13:14:08.358315+0000 mon.a (mon.0) 10837 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:09.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:09 smithi184 bash[59794]: audit 2024-03-21T13:14:08.367527+0000 mon.a (mon.0) 10838 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:09.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:09 smithi184 bash[59794]: audit 2024-03-21T13:14:08.445891+0000 mon.a (mon.0) 10839 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:09.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:09 smithi184 bash[59794]: audit 2024-03-21T13:14:08.449845+0000 mon.a (mon.0) 10840 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:09.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:09 smithi184 bash[59794]: audit 2024-03-21T13:14:08.454095+0000 mon.a (mon.0) 10841 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:09.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:09 smithi184 bash[59794]: audit 2024-03-21T13:14:08.455628+0000 mon.a (mon.0) 10842 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:09.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:09 smithi184 bash[59794]: audit 2024-03-21T13:14:08.465518+0000 mon.a (mon.0) 10843 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:09.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:09 smithi184 bash[59794]: audit 2024-03-21T13:14:08.545641+0000 mon.a (mon.0) 10844 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:09.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:09 smithi184 bash[59794]: audit 2024-03-21T13:14:08.548982+0000 mon.a (mon.0) 10845 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:09.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:09 smithi184 bash[59794]: audit 2024-03-21T13:14:08.552841+0000 mon.a (mon.0) 10846 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:09.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:09 smithi184 bash[59794]: audit 2024-03-21T13:14:08.554101+0000 mon.a (mon.0) 10847 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:09.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:09 smithi184 bash[59794]: audit 2024-03-21T13:14:08.563293+0000 mon.a (mon.0) 10848 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:09.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:09 smithi184 bash[59794]: audit 2024-03-21T13:14:08.641742+0000 mon.a (mon.0) 10849 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:09.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:09 smithi184 bash[59794]: audit 2024-03-21T13:14:08.645049+0000 mon.a (mon.0) 10850 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:09.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:09 smithi184 bash[59794]: audit 2024-03-21T13:14:08.649075+0000 mon.a (mon.0) 10851 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:09.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:09 smithi184 bash[59794]: audit 2024-03-21T13:14:08.650381+0000 mon.a (mon.0) 10852 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:09.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:09 smithi184 bash[59794]: audit 2024-03-21T13:14:08.659350+0000 mon.a (mon.0) 10853 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:09.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:09 smithi184 bash[59794]: audit 2024-03-21T13:14:08.740514+0000 mon.a (mon.0) 10854 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:09.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:09 smithi184 bash[59794]: audit 2024-03-21T13:14:08.743605+0000 mon.a (mon.0) 10855 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:09.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:09 smithi184 bash[59794]: audit 2024-03-21T13:14:08.747652+0000 mon.a (mon.0) 10856 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:09.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:09 smithi184 bash[59794]: audit 2024-03-21T13:14:08.748989+0000 mon.a (mon.0) 10857 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:09.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:09 smithi184 bash[59794]: audit 2024-03-21T13:14:08.758347+0000 mon.a (mon.0) 10858 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:09.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:09 smithi184 bash[59794]: audit 2024-03-21T13:14:08.841014+0000 mon.a (mon.0) 10859 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:09.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:09 smithi184 bash[59794]: audit 2024-03-21T13:14:08.844384+0000 mon.a (mon.0) 10860 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:09.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:09 smithi184 bash[59794]: audit 2024-03-21T13:14:08.847814+0000 mon.a (mon.0) 10861 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:09.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:09 smithi184 bash[59794]: audit 2024-03-21T13:14:08.849174+0000 mon.a (mon.0) 10862 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:09.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:09 smithi184 bash[59794]: audit 2024-03-21T13:14:08.858507+0000 mon.a (mon.0) 10863 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:09.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:09 smithi184 bash[59794]: audit 2024-03-21T13:14:08.940249+0000 mon.a (mon.0) 10864 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:09.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:09 smithi184 bash[59794]: audit 2024-03-21T13:14:08.945230+0000 mon.a (mon.0) 10865 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:09.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:09 smithi184 bash[59794]: audit 2024-03-21T13:14:08.949689+0000 mon.a (mon.0) 10866 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:09.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:09 smithi184 bash[59794]: audit 2024-03-21T13:14:08.951432+0000 mon.a (mon.0) 10867 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:09.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:09 smithi184 bash[59794]: audit 2024-03-21T13:14:08.961913+0000 mon.a (mon.0) 10868 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:09.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:09 smithi184 bash[59794]: audit 2024-03-21T13:14:09.041947+0000 mon.a (mon.0) 10869 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:09.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:09 smithi184 bash[59794]: audit 2024-03-21T13:14:09.045025+0000 mon.a (mon.0) 10870 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:09.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:09 smithi184 bash[59794]: audit 2024-03-21T13:14:09.048546+0000 mon.a (mon.0) 10871 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:09.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:09 smithi184 bash[59794]: audit 2024-03-21T13:14:09.049764+0000 mon.a (mon.0) 10872 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:09.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:09 smithi184 bash[59794]: audit 2024-03-21T13:14:09.059189+0000 mon.a (mon.0) 10873 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:09.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:09 smithi184 bash[59794]: audit 2024-03-21T13:14:09.136828+0000 mon.a (mon.0) 10874 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:09.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:09 smithi184 bash[59794]: audit 2024-03-21T13:14:09.140450+0000 mon.a (mon.0) 10875 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:09.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:09 smithi184 bash[59794]: audit 2024-03-21T13:14:09.143744+0000 mon.a (mon.0) 10876 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:09.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:09 smithi184 bash[59794]: audit 2024-03-21T13:14:09.144955+0000 mon.a (mon.0) 10877 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:09.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:09 smithi184 bash[59794]: audit 2024-03-21T13:14:09.154694+0000 mon.a (mon.0) 10878 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:09.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:09 smithi184 bash[59794]: audit 2024-03-21T13:14:09.236005+0000 mon.a (mon.0) 10879 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:09.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:09 smithi184 bash[59794]: audit 2024-03-21T13:14:09.239447+0000 mon.a (mon.0) 10880 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:09.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:09 smithi184 bash[59794]: audit 2024-03-21T13:14:09.242714+0000 mon.a (mon.0) 10881 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:09.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:09 smithi184 bash[59794]: audit 2024-03-21T13:14:09.244089+0000 mon.a (mon.0) 10882 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:09.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:09 smithi184 bash[59794]: audit 2024-03-21T13:14:09.253310+0000 mon.a (mon.0) 10883 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:10.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:10 smithi178 bash[75692]: cephadm 2024-03-21T13:14:08.369027+0000 mgr.x (mgr.34104) 6564 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:10.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:10 smithi178 bash[75692]: cephadm 2024-03-21T13:14:08.466875+0000 mgr.x (mgr.34104) 6565 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:10.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:10 smithi178 bash[75692]: cephadm 2024-03-21T13:14:08.564664+0000 mgr.x (mgr.34104) 6566 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:10.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:10 smithi178 bash[75692]: cephadm 2024-03-21T13:14:08.660870+0000 mgr.x (mgr.34104) 6567 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:10.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:10 smithi178 bash[75692]: cephadm 2024-03-21T13:14:08.759876+0000 mgr.x (mgr.34104) 6568 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:10.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:10 smithi178 bash[75692]: cephadm 2024-03-21T13:14:08.859845+0000 mgr.x (mgr.34104) 6569 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:10.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:10 smithi178 bash[75692]: cephadm 2024-03-21T13:14:08.963320+0000 mgr.x (mgr.34104) 6570 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:10.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:10 smithi178 bash[75692]: cephadm 2024-03-21T13:14:09.060608+0000 mgr.x (mgr.34104) 6571 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:10.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:10 smithi178 bash[75692]: cephadm 2024-03-21T13:14:09.156144+0000 mgr.x (mgr.34104) 6572 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:10.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:10 smithi178 bash[75692]: cluster 2024-03-21T13:14:09.191685+0000 mgr.x (mgr.34104) 6573 : cluster [DBG] pgmap v4231: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:14:10.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:10 smithi178 bash[75692]: cephadm 2024-03-21T13:14:09.254717+0000 mgr.x (mgr.34104) 6574 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:10.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:10 smithi178 bash[75692]: audit 2024-03-21T13:14:09.333052+0000 mon.a (mon.0) 10884 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:10.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:10 smithi178 bash[75692]: audit 2024-03-21T13:14:09.336391+0000 mon.a (mon.0) 10885 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:10.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:10 smithi178 bash[75692]: audit 2024-03-21T13:14:09.339867+0000 mon.a (mon.0) 10886 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:10.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:10 smithi178 bash[75692]: audit 2024-03-21T13:14:09.341094+0000 mon.a (mon.0) 10887 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:10.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:10 smithi178 bash[75692]: audit 2024-03-21T13:14:09.349688+0000 mon.a (mon.0) 10888 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:10.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:10 smithi178 bash[75692]: audit 2024-03-21T13:14:09.428437+0000 mon.a (mon.0) 10889 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:10.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:10 smithi178 bash[75692]: audit 2024-03-21T13:14:09.431747+0000 mon.a (mon.0) 10890 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:10.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:10 smithi178 bash[75692]: audit 2024-03-21T13:14:09.435287+0000 mon.a (mon.0) 10891 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:10.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:10 smithi178 bash[75692]: audit 2024-03-21T13:14:09.436684+0000 mon.a (mon.0) 10892 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:10.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:10 smithi178 bash[77880]: cephadm 2024-03-21T13:14:08.369027+0000 mgr.x (mgr.34104) 6564 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:10.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:10 smithi178 bash[77880]: cephadm 2024-03-21T13:14:08.466875+0000 mgr.x (mgr.34104) 6565 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:10.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:10 smithi178 bash[77880]: cephadm 2024-03-21T13:14:08.564664+0000 mgr.x (mgr.34104) 6566 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:10.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:10 smithi178 bash[77880]: cephadm 2024-03-21T13:14:08.660870+0000 mgr.x (mgr.34104) 6567 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:10.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:10 smithi178 bash[77880]: cephadm 2024-03-21T13:14:08.759876+0000 mgr.x (mgr.34104) 6568 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:10.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:10 smithi178 bash[77880]: cephadm 2024-03-21T13:14:08.859845+0000 mgr.x (mgr.34104) 6569 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:10.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:10 smithi178 bash[77880]: cephadm 2024-03-21T13:14:08.963320+0000 mgr.x (mgr.34104) 6570 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:10.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:10 smithi178 bash[77880]: cephadm 2024-03-21T13:14:09.060608+0000 mgr.x (mgr.34104) 6571 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:10.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:10 smithi178 bash[77880]: cephadm 2024-03-21T13:14:09.156144+0000 mgr.x (mgr.34104) 6572 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:10.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:10 smithi178 bash[77880]: cluster 2024-03-21T13:14:09.191685+0000 mgr.x (mgr.34104) 6573 : cluster [DBG] pgmap v4231: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:14:10.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:10 smithi178 bash[77880]: cephadm 2024-03-21T13:14:09.254717+0000 mgr.x (mgr.34104) 6574 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:10.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:10 smithi178 bash[77880]: audit 2024-03-21T13:14:09.333052+0000 mon.a (mon.0) 10884 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:10.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:10 smithi178 bash[77880]: audit 2024-03-21T13:14:09.336391+0000 mon.a (mon.0) 10885 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:10.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:10 smithi178 bash[77880]: audit 2024-03-21T13:14:09.339867+0000 mon.a (mon.0) 10886 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:10.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:10 smithi178 bash[77880]: audit 2024-03-21T13:14:09.341094+0000 mon.a (mon.0) 10887 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:10.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:10 smithi178 bash[77880]: audit 2024-03-21T13:14:09.349688+0000 mon.a (mon.0) 10888 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:10.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:10 smithi178 bash[77880]: audit 2024-03-21T13:14:09.428437+0000 mon.a (mon.0) 10889 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:10.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:10 smithi178 bash[77880]: audit 2024-03-21T13:14:09.431747+0000 mon.a (mon.0) 10890 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:10.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:10 smithi178 bash[77880]: audit 2024-03-21T13:14:09.435287+0000 mon.a (mon.0) 10891 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:10.552 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:10 smithi178 bash[77880]: audit 2024-03-21T13:14:09.436684+0000 mon.a (mon.0) 10892 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:10.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:10 smithi178 bash[75692]: audit 2024-03-21T13:14:09.445957+0000 mon.a (mon.0) 10893 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:10.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:10 smithi178 bash[75692]: audit 2024-03-21T13:14:09.529054+0000 mon.a (mon.0) 10894 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:10.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:10 smithi178 bash[75692]: audit 2024-03-21T13:14:09.533633+0000 mon.a (mon.0) 10895 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:10.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:10 smithi178 bash[75692]: audit 2024-03-21T13:14:09.537988+0000 mon.a (mon.0) 10896 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:10.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:10 smithi178 bash[75692]: audit 2024-03-21T13:14:09.539598+0000 mon.a (mon.0) 10897 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:10.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:10 smithi178 bash[75692]: audit 2024-03-21T13:14:09.549409+0000 mon.a (mon.0) 10898 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:10.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:10 smithi178 bash[75692]: audit 2024-03-21T13:14:09.629665+0000 mon.a (mon.0) 10899 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:10.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:10 smithi178 bash[75692]: audit 2024-03-21T13:14:09.633301+0000 mon.a (mon.0) 10900 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:10.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:10 smithi178 bash[75692]: audit 2024-03-21T13:14:09.636153+0000 mon.a (mon.0) 10901 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:10.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:10 smithi178 bash[75692]: audit 2024-03-21T13:14:09.637333+0000 mon.a (mon.0) 10902 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:10.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:10 smithi178 bash[75692]: audit 2024-03-21T13:14:09.646494+0000 mon.a (mon.0) 10903 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:10.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:10 smithi178 bash[75692]: audit 2024-03-21T13:14:09.717943+0000 mon.a (mon.0) 10904 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:10.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:10 smithi178 bash[75692]: audit 2024-03-21T13:14:09.721143+0000 mon.a (mon.0) 10905 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:10.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:10 smithi178 bash[75692]: audit 2024-03-21T13:14:09.724260+0000 mon.a (mon.0) 10906 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:10.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:10 smithi178 bash[75692]: audit 2024-03-21T13:14:09.725645+0000 mon.a (mon.0) 10907 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:10.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:10 smithi178 bash[75692]: audit 2024-03-21T13:14:09.734248+0000 mon.a (mon.0) 10908 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:10.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:10 smithi178 bash[75692]: audit 2024-03-21T13:14:09.813046+0000 mon.a (mon.0) 10909 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:10.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:10 smithi178 bash[75692]: audit 2024-03-21T13:14:09.816603+0000 mon.a (mon.0) 10910 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:10.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:10 smithi178 bash[75692]: audit 2024-03-21T13:14:09.820988+0000 mon.a (mon.0) 10911 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:10.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:10 smithi178 bash[77880]: audit 2024-03-21T13:14:09.445957+0000 mon.a (mon.0) 10893 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:10.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:10 smithi178 bash[77880]: audit 2024-03-21T13:14:09.529054+0000 mon.a (mon.0) 10894 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:10.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:10 smithi178 bash[77880]: audit 2024-03-21T13:14:09.533633+0000 mon.a (mon.0) 10895 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:10.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:10 smithi178 bash[77880]: audit 2024-03-21T13:14:09.537988+0000 mon.a (mon.0) 10896 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:10.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:10 smithi178 bash[77880]: audit 2024-03-21T13:14:09.539598+0000 mon.a (mon.0) 10897 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:10.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:10 smithi178 bash[77880]: audit 2024-03-21T13:14:09.549409+0000 mon.a (mon.0) 10898 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:10.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:10 smithi178 bash[77880]: audit 2024-03-21T13:14:09.629665+0000 mon.a (mon.0) 10899 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:10.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:10 smithi178 bash[77880]: audit 2024-03-21T13:14:09.633301+0000 mon.a (mon.0) 10900 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:10.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:10 smithi178 bash[77880]: audit 2024-03-21T13:14:09.636153+0000 mon.a (mon.0) 10901 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:10.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:10 smithi178 bash[77880]: audit 2024-03-21T13:14:09.637333+0000 mon.a (mon.0) 10902 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:10.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:10 smithi178 bash[77880]: audit 2024-03-21T13:14:09.646494+0000 mon.a (mon.0) 10903 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:10.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:10 smithi178 bash[77880]: audit 2024-03-21T13:14:09.717943+0000 mon.a (mon.0) 10904 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:10.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:10 smithi178 bash[77880]: audit 2024-03-21T13:14:09.721143+0000 mon.a (mon.0) 10905 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:10.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:10 smithi178 bash[77880]: audit 2024-03-21T13:14:09.724260+0000 mon.a (mon.0) 10906 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:10.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:10 smithi178 bash[77880]: audit 2024-03-21T13:14:09.725645+0000 mon.a (mon.0) 10907 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:10.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:10 smithi178 bash[77880]: audit 2024-03-21T13:14:09.734248+0000 mon.a (mon.0) 10908 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:10.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:10 smithi178 bash[77880]: audit 2024-03-21T13:14:09.813046+0000 mon.a (mon.0) 10909 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:10.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:10 smithi178 bash[77880]: audit 2024-03-21T13:14:09.816603+0000 mon.a (mon.0) 10910 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:10.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:10 smithi178 bash[77880]: audit 2024-03-21T13:14:09.820988+0000 mon.a (mon.0) 10911 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:10.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:10 smithi178 bash[75692]: audit 2024-03-21T13:14:09.822896+0000 mon.a (mon.0) 10912 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:10.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:10 smithi178 bash[75692]: audit 2024-03-21T13:14:09.832250+0000 mon.a (mon.0) 10913 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:10.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:10 smithi178 bash[75692]: audit 2024-03-21T13:14:09.910810+0000 mon.a (mon.0) 10914 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:10.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:10 smithi178 bash[75692]: audit 2024-03-21T13:14:09.914178+0000 mon.a (mon.0) 10915 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:10.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:10 smithi178 bash[75692]: audit 2024-03-21T13:14:09.917439+0000 mon.a (mon.0) 10916 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:10.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:10 smithi178 bash[75692]: audit 2024-03-21T13:14:09.918991+0000 mon.a (mon.0) 10917 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:10.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:10 smithi178 bash[75692]: audit 2024-03-21T13:14:09.928122+0000 mon.a (mon.0) 10918 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:10.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:10 smithi178 bash[75692]: audit 2024-03-21T13:14:10.011939+0000 mon.a (mon.0) 10919 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:10.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:10 smithi178 bash[75692]: audit 2024-03-21T13:14:10.015235+0000 mon.a (mon.0) 10920 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:10.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:10 smithi178 bash[75692]: audit 2024-03-21T13:14:10.018271+0000 mon.a (mon.0) 10921 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:10.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:10 smithi178 bash[75692]: audit 2024-03-21T13:14:10.019716+0000 mon.a (mon.0) 10922 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:10.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:10 smithi178 bash[75692]: audit 2024-03-21T13:14:10.027681+0000 mon.a (mon.0) 10923 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:10.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:10 smithi178 bash[75692]: audit 2024-03-21T13:14:10.106677+0000 mon.a (mon.0) 10924 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:10.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:10 smithi178 bash[75692]: audit 2024-03-21T13:14:10.109998+0000 mon.a (mon.0) 10925 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:10.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:10 smithi178 bash[75692]: audit 2024-03-21T13:14:10.113054+0000 mon.a (mon.0) 10926 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:10.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:10 smithi178 bash[75692]: audit 2024-03-21T13:14:10.114201+0000 mon.a (mon.0) 10927 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:10.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:10 smithi178 bash[75692]: audit 2024-03-21T13:14:10.123211+0000 mon.a (mon.0) 10928 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:10.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:10 smithi178 bash[75692]: audit 2024-03-21T13:14:10.189733+0000 mon.a (mon.0) 10929 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:10.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:10 smithi178 bash[75692]: audit 2024-03-21T13:14:10.192758+0000 mon.a (mon.0) 10930 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:10.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:10 smithi178 bash[75692]: audit 2024-03-21T13:14:10.196359+0000 mon.a (mon.0) 10931 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:10.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:10 smithi178 bash[75692]: audit 2024-03-21T13:14:10.197927+0000 mon.a (mon.0) 10932 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:10.557 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:10 smithi178 bash[75692]: audit 2024-03-21T13:14:10.207522+0000 mon.a (mon.0) 10933 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:10.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:10 smithi178 bash[77880]: audit 2024-03-21T13:14:09.822896+0000 mon.a (mon.0) 10912 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:10.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:10 smithi178 bash[77880]: audit 2024-03-21T13:14:09.832250+0000 mon.a (mon.0) 10913 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:10.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:10 smithi178 bash[77880]: audit 2024-03-21T13:14:09.910810+0000 mon.a (mon.0) 10914 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:10.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:10 smithi178 bash[77880]: audit 2024-03-21T13:14:09.914178+0000 mon.a (mon.0) 10915 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:10.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:10 smithi178 bash[77880]: audit 2024-03-21T13:14:09.917439+0000 mon.a (mon.0) 10916 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:10.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:10 smithi178 bash[77880]: audit 2024-03-21T13:14:09.918991+0000 mon.a (mon.0) 10917 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:10.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:10 smithi178 bash[77880]: audit 2024-03-21T13:14:09.928122+0000 mon.a (mon.0) 10918 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:10.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:10 smithi178 bash[77880]: audit 2024-03-21T13:14:10.011939+0000 mon.a (mon.0) 10919 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:10.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:10 smithi178 bash[77880]: audit 2024-03-21T13:14:10.015235+0000 mon.a (mon.0) 10920 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:10.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:10 smithi178 bash[77880]: audit 2024-03-21T13:14:10.018271+0000 mon.a (mon.0) 10921 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:10.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:10 smithi178 bash[77880]: audit 2024-03-21T13:14:10.019716+0000 mon.a (mon.0) 10922 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:10.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:10 smithi178 bash[77880]: audit 2024-03-21T13:14:10.027681+0000 mon.a (mon.0) 10923 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:10.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:10 smithi178 bash[77880]: audit 2024-03-21T13:14:10.106677+0000 mon.a (mon.0) 10924 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:10.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:10 smithi178 bash[77880]: audit 2024-03-21T13:14:10.109998+0000 mon.a (mon.0) 10925 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:10.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:10 smithi178 bash[77880]: audit 2024-03-21T13:14:10.113054+0000 mon.a (mon.0) 10926 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:10.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:10 smithi178 bash[77880]: audit 2024-03-21T13:14:10.114201+0000 mon.a (mon.0) 10927 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:10.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:10 smithi178 bash[77880]: audit 2024-03-21T13:14:10.123211+0000 mon.a (mon.0) 10928 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:10.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:10 smithi178 bash[77880]: audit 2024-03-21T13:14:10.189733+0000 mon.a (mon.0) 10929 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:10.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:10 smithi178 bash[77880]: audit 2024-03-21T13:14:10.192758+0000 mon.a (mon.0) 10930 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:10.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:10 smithi178 bash[77880]: audit 2024-03-21T13:14:10.196359+0000 mon.a (mon.0) 10931 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:10.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:10 smithi178 bash[77880]: audit 2024-03-21T13:14:10.197927+0000 mon.a (mon.0) 10932 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:10.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:10 smithi178 bash[77880]: audit 2024-03-21T13:14:10.207522+0000 mon.a (mon.0) 10933 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:10.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:10 smithi184 bash[59794]: cephadm 2024-03-21T13:14:08.369027+0000 mgr.x (mgr.34104) 6564 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:10.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:10 smithi184 bash[59794]: cephadm 2024-03-21T13:14:08.466875+0000 mgr.x (mgr.34104) 6565 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:10.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:10 smithi184 bash[59794]: cephadm 2024-03-21T13:14:08.564664+0000 mgr.x (mgr.34104) 6566 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:10.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:10 smithi184 bash[59794]: cephadm 2024-03-21T13:14:08.660870+0000 mgr.x (mgr.34104) 6567 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:10.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:10 smithi184 bash[59794]: cephadm 2024-03-21T13:14:08.759876+0000 mgr.x (mgr.34104) 6568 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:10.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:10 smithi184 bash[59794]: cephadm 2024-03-21T13:14:08.859845+0000 mgr.x (mgr.34104) 6569 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:10.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:10 smithi184 bash[59794]: cephadm 2024-03-21T13:14:08.963320+0000 mgr.x (mgr.34104) 6570 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:10.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:10 smithi184 bash[59794]: cephadm 2024-03-21T13:14:09.060608+0000 mgr.x (mgr.34104) 6571 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:10.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:10 smithi184 bash[59794]: cephadm 2024-03-21T13:14:09.156144+0000 mgr.x (mgr.34104) 6572 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:10.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:10 smithi184 bash[59794]: cluster 2024-03-21T13:14:09.191685+0000 mgr.x (mgr.34104) 6573 : cluster [DBG] pgmap v4231: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:14:10.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:10 smithi184 bash[59794]: cephadm 2024-03-21T13:14:09.254717+0000 mgr.x (mgr.34104) 6574 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:10.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:10 smithi184 bash[59794]: audit 2024-03-21T13:14:09.333052+0000 mon.a (mon.0) 10884 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:10.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:10 smithi184 bash[59794]: audit 2024-03-21T13:14:09.336391+0000 mon.a (mon.0) 10885 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:10.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:10 smithi184 bash[59794]: audit 2024-03-21T13:14:09.339867+0000 mon.a (mon.0) 10886 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:10.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:10 smithi184 bash[59794]: audit 2024-03-21T13:14:09.341094+0000 mon.a (mon.0) 10887 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:10.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:10 smithi184 bash[59794]: audit 2024-03-21T13:14:09.349688+0000 mon.a (mon.0) 10888 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:10.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:10 smithi184 bash[59794]: audit 2024-03-21T13:14:09.428437+0000 mon.a (mon.0) 10889 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:10.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:10 smithi184 bash[59794]: audit 2024-03-21T13:14:09.431747+0000 mon.a (mon.0) 10890 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:10.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:10 smithi184 bash[59794]: audit 2024-03-21T13:14:09.435287+0000 mon.a (mon.0) 10891 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:10.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:10 smithi184 bash[59794]: audit 2024-03-21T13:14:09.436684+0000 mon.a (mon.0) 10892 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:10.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:10 smithi184 bash[59794]: audit 2024-03-21T13:14:09.445957+0000 mon.a (mon.0) 10893 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:10.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:10 smithi184 bash[59794]: audit 2024-03-21T13:14:09.529054+0000 mon.a (mon.0) 10894 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:10.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:10 smithi184 bash[59794]: audit 2024-03-21T13:14:09.533633+0000 mon.a (mon.0) 10895 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:10.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:10 smithi184 bash[59794]: audit 2024-03-21T13:14:09.537988+0000 mon.a (mon.0) 10896 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:10.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:10 smithi184 bash[59794]: audit 2024-03-21T13:14:09.539598+0000 mon.a (mon.0) 10897 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:10.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:10 smithi184 bash[59794]: audit 2024-03-21T13:14:09.549409+0000 mon.a (mon.0) 10898 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:10.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:10 smithi184 bash[59794]: audit 2024-03-21T13:14:09.629665+0000 mon.a (mon.0) 10899 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:10.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:10 smithi184 bash[59794]: audit 2024-03-21T13:14:09.633301+0000 mon.a (mon.0) 10900 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:10.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:10 smithi184 bash[59794]: audit 2024-03-21T13:14:09.636153+0000 mon.a (mon.0) 10901 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:10.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:10 smithi184 bash[59794]: audit 2024-03-21T13:14:09.637333+0000 mon.a (mon.0) 10902 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:10.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:10 smithi184 bash[59794]: audit 2024-03-21T13:14:09.646494+0000 mon.a (mon.0) 10903 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:10.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:10 smithi184 bash[59794]: audit 2024-03-21T13:14:09.717943+0000 mon.a (mon.0) 10904 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:10.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:10 smithi184 bash[59794]: audit 2024-03-21T13:14:09.721143+0000 mon.a (mon.0) 10905 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:10.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:10 smithi184 bash[59794]: audit 2024-03-21T13:14:09.724260+0000 mon.a (mon.0) 10906 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:10.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:10 smithi184 bash[59794]: audit 2024-03-21T13:14:09.725645+0000 mon.a (mon.0) 10907 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:10.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:10 smithi184 bash[59794]: audit 2024-03-21T13:14:09.734248+0000 mon.a (mon.0) 10908 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:10.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:10 smithi184 bash[59794]: audit 2024-03-21T13:14:09.813046+0000 mon.a (mon.0) 10909 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:10.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:10 smithi184 bash[59794]: audit 2024-03-21T13:14:09.816603+0000 mon.a (mon.0) 10910 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:10.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:10 smithi184 bash[59794]: audit 2024-03-21T13:14:09.820988+0000 mon.a (mon.0) 10911 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:10.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:10 smithi184 bash[59794]: audit 2024-03-21T13:14:09.822896+0000 mon.a (mon.0) 10912 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:10.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:10 smithi184 bash[59794]: audit 2024-03-21T13:14:09.832250+0000 mon.a (mon.0) 10913 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:10.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:10 smithi184 bash[59794]: audit 2024-03-21T13:14:09.910810+0000 mon.a (mon.0) 10914 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:10.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:10 smithi184 bash[59794]: audit 2024-03-21T13:14:09.914178+0000 mon.a (mon.0) 10915 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:10.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:10 smithi184 bash[59794]: audit 2024-03-21T13:14:09.917439+0000 mon.a (mon.0) 10916 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:10.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:10 smithi184 bash[59794]: audit 2024-03-21T13:14:09.918991+0000 mon.a (mon.0) 10917 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:10.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:10 smithi184 bash[59794]: audit 2024-03-21T13:14:09.928122+0000 mon.a (mon.0) 10918 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:10.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:10 smithi184 bash[59794]: audit 2024-03-21T13:14:10.011939+0000 mon.a (mon.0) 10919 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:10.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:10 smithi184 bash[59794]: audit 2024-03-21T13:14:10.015235+0000 mon.a (mon.0) 10920 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:10.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:10 smithi184 bash[59794]: audit 2024-03-21T13:14:10.018271+0000 mon.a (mon.0) 10921 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:10.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:10 smithi184 bash[59794]: audit 2024-03-21T13:14:10.019716+0000 mon.a (mon.0) 10922 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:10.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:10 smithi184 bash[59794]: audit 2024-03-21T13:14:10.027681+0000 mon.a (mon.0) 10923 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:10.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:10 smithi184 bash[59794]: audit 2024-03-21T13:14:10.106677+0000 mon.a (mon.0) 10924 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:10.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:10 smithi184 bash[59794]: audit 2024-03-21T13:14:10.109998+0000 mon.a (mon.0) 10925 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:10.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:10 smithi184 bash[59794]: audit 2024-03-21T13:14:10.113054+0000 mon.a (mon.0) 10926 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:10.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:10 smithi184 bash[59794]: audit 2024-03-21T13:14:10.114201+0000 mon.a (mon.0) 10927 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:10.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:10 smithi184 bash[59794]: audit 2024-03-21T13:14:10.123211+0000 mon.a (mon.0) 10928 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:10.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:10 smithi184 bash[59794]: audit 2024-03-21T13:14:10.189733+0000 mon.a (mon.0) 10929 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:10.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:10 smithi184 bash[59794]: audit 2024-03-21T13:14:10.192758+0000 mon.a (mon.0) 10930 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:10.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:10 smithi184 bash[59794]: audit 2024-03-21T13:14:10.196359+0000 mon.a (mon.0) 10931 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:10.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:10 smithi184 bash[59794]: audit 2024-03-21T13:14:10.197927+0000 mon.a (mon.0) 10932 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:10.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:10 smithi184 bash[59794]: audit 2024-03-21T13:14:10.207522+0000 mon.a (mon.0) 10933 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:11.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:11 smithi178 bash[75692]: cephadm 2024-03-21T13:14:09.350981+0000 mgr.x (mgr.34104) 6575 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:11.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:11 smithi178 bash[75692]: audit 2024-03-21T13:14:09.390848+0000 mgr.x (mgr.34104) 6576 : audit [DBG] from='client.54784 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:14:11.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:11 smithi178 bash[75692]: cephadm 2024-03-21T13:14:09.447421+0000 mgr.x (mgr.34104) 6577 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:11.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:11 smithi178 bash[75692]: cephadm 2024-03-21T13:14:09.550947+0000 mgr.x (mgr.34104) 6578 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:11.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:11 smithi178 bash[75692]: cephadm 2024-03-21T13:14:09.647858+0000 mgr.x (mgr.34104) 6579 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:11.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:11 smithi178 bash[75692]: cephadm 2024-03-21T13:14:09.735555+0000 mgr.x (mgr.34104) 6580 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:11.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:11 smithi178 bash[75692]: cephadm 2024-03-21T13:14:09.833772+0000 mgr.x (mgr.34104) 6581 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:11.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:11 smithi178 bash[75692]: cephadm 2024-03-21T13:14:09.929672+0000 mgr.x (mgr.34104) 6582 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:11.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:11 smithi178 bash[75692]: cephadm 2024-03-21T13:14:10.028988+0000 mgr.x (mgr.34104) 6583 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:11.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:11 smithi178 bash[75692]: cephadm 2024-03-21T13:14:10.124430+0000 mgr.x (mgr.34104) 6584 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:11.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:11 smithi178 bash[75692]: cephadm 2024-03-21T13:14:10.209160+0000 mgr.x (mgr.34104) 6585 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:11.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:11 smithi178 bash[75692]: audit 2024-03-21T13:14:10.300372+0000 mon.a (mon.0) 10934 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:11.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:11 smithi178 bash[75692]: audit 2024-03-21T13:14:10.302654+0000 mon.a (mon.0) 10935 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:11.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:11 smithi178 bash[75692]: audit 2024-03-21T13:14:10.305970+0000 mon.a (mon.0) 10936 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:11.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:11 smithi178 bash[75692]: audit 2024-03-21T13:14:10.306945+0000 mon.a (mon.0) 10937 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:11.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:11 smithi178 bash[75692]: audit 2024-03-21T13:14:10.312541+0000 mon.a (mon.0) 10938 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:11.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:11 smithi178 bash[75692]: cephadm 2024-03-21T13:14:10.313709+0000 mgr.x (mgr.34104) 6586 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:11.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:11 smithi178 bash[75692]: audit 2024-03-21T13:14:10.395559+0000 mon.a (mon.0) 10939 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:11.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:11 smithi178 bash[75692]: audit 2024-03-21T13:14:10.398973+0000 mon.a (mon.0) 10940 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:11.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:11 smithi178 bash[75692]: audit 2024-03-21T13:14:10.402335+0000 mon.a (mon.0) 10941 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:11.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:11 smithi178 bash[77880]: cephadm 2024-03-21T13:14:09.350981+0000 mgr.x (mgr.34104) 6575 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:11.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:11 smithi178 bash[77880]: audit 2024-03-21T13:14:09.390848+0000 mgr.x (mgr.34104) 6576 : audit [DBG] from='client.54784 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:14:11.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:11 smithi178 bash[77880]: cephadm 2024-03-21T13:14:09.447421+0000 mgr.x (mgr.34104) 6577 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:11.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:11 smithi178 bash[77880]: cephadm 2024-03-21T13:14:09.550947+0000 mgr.x (mgr.34104) 6578 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:11.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:11 smithi178 bash[77880]: cephadm 2024-03-21T13:14:09.647858+0000 mgr.x (mgr.34104) 6579 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:11.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:11 smithi178 bash[77880]: cephadm 2024-03-21T13:14:09.735555+0000 mgr.x (mgr.34104) 6580 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:11.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:11 smithi178 bash[77880]: cephadm 2024-03-21T13:14:09.833772+0000 mgr.x (mgr.34104) 6581 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:11.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:11 smithi178 bash[77880]: cephadm 2024-03-21T13:14:09.929672+0000 mgr.x (mgr.34104) 6582 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:11.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:11 smithi178 bash[77880]: cephadm 2024-03-21T13:14:10.028988+0000 mgr.x (mgr.34104) 6583 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:11.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:11 smithi178 bash[77880]: cephadm 2024-03-21T13:14:10.124430+0000 mgr.x (mgr.34104) 6584 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:11.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:11 smithi178 bash[77880]: cephadm 2024-03-21T13:14:10.209160+0000 mgr.x (mgr.34104) 6585 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:11.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:11 smithi178 bash[77880]: audit 2024-03-21T13:14:10.300372+0000 mon.a (mon.0) 10934 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:11.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:11 smithi178 bash[77880]: audit 2024-03-21T13:14:10.302654+0000 mon.a (mon.0) 10935 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:11.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:11 smithi178 bash[77880]: audit 2024-03-21T13:14:10.305970+0000 mon.a (mon.0) 10936 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:11.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:11 smithi178 bash[77880]: audit 2024-03-21T13:14:10.306945+0000 mon.a (mon.0) 10937 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:11.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:11 smithi178 bash[77880]: audit 2024-03-21T13:14:10.312541+0000 mon.a (mon.0) 10938 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:11.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:11 smithi178 bash[77880]: cephadm 2024-03-21T13:14:10.313709+0000 mgr.x (mgr.34104) 6586 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:11.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:11 smithi178 bash[77880]: audit 2024-03-21T13:14:10.395559+0000 mon.a (mon.0) 10939 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:11.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:11 smithi178 bash[77880]: audit 2024-03-21T13:14:10.398973+0000 mon.a (mon.0) 10940 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:11.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:11 smithi178 bash[77880]: audit 2024-03-21T13:14:10.402335+0000 mon.a (mon.0) 10941 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:11.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:11 smithi178 bash[75692]: audit 2024-03-21T13:14:10.403616+0000 mon.a (mon.0) 10942 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:11.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:11 smithi178 bash[75692]: audit 2024-03-21T13:14:10.412053+0000 mon.a (mon.0) 10943 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:11.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:11 smithi178 bash[75692]: audit 2024-03-21T13:14:10.492778+0000 mon.a (mon.0) 10944 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:11.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:11 smithi178 bash[75692]: audit 2024-03-21T13:14:10.496091+0000 mon.a (mon.0) 10945 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:11.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:11 smithi178 bash[75692]: audit 2024-03-21T13:14:10.500106+0000 mon.a (mon.0) 10946 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:11.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:11 smithi178 bash[75692]: audit 2024-03-21T13:14:10.501625+0000 mon.a (mon.0) 10947 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:11.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:11 smithi178 bash[75692]: audit 2024-03-21T13:14:10.510921+0000 mon.a (mon.0) 10948 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:11.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:11 smithi178 bash[75692]: audit 2024-03-21T13:14:10.592277+0000 mon.a (mon.0) 10949 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:11.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:11 smithi178 bash[75692]: audit 2024-03-21T13:14:10.596077+0000 mon.a (mon.0) 10950 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:11.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:11 smithi178 bash[75692]: audit 2024-03-21T13:14:10.600395+0000 mon.a (mon.0) 10951 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:11.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:11 smithi178 bash[75692]: audit 2024-03-21T13:14:10.601933+0000 mon.a (mon.0) 10952 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:11.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:11 smithi178 bash[75692]: audit 2024-03-21T13:14:10.612298+0000 mon.a (mon.0) 10953 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:11.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:11 smithi178 bash[75692]: audit 2024-03-21T13:14:10.694896+0000 mon.a (mon.0) 10954 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:11.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:11 smithi178 bash[75692]: audit 2024-03-21T13:14:10.698032+0000 mon.a (mon.0) 10955 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:11.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:11 smithi178 bash[75692]: audit 2024-03-21T13:14:10.701920+0000 mon.a (mon.0) 10956 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:11.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:11 smithi178 bash[75692]: audit 2024-03-21T13:14:10.703157+0000 mon.a (mon.0) 10957 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:11.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:11 smithi178 bash[75692]: audit 2024-03-21T13:14:10.712328+0000 mon.a (mon.0) 10958 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:11.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:11 smithi178 bash[75692]: audit 2024-03-21T13:14:10.790669+0000 mon.a (mon.0) 10959 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:11.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:11 smithi178 bash[75692]: audit 2024-03-21T13:14:10.794168+0000 mon.a (mon.0) 10960 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:11.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:11 smithi178 bash[77880]: audit 2024-03-21T13:14:10.403616+0000 mon.a (mon.0) 10942 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:11.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:11 smithi178 bash[77880]: audit 2024-03-21T13:14:10.412053+0000 mon.a (mon.0) 10943 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:11.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:11 smithi178 bash[77880]: audit 2024-03-21T13:14:10.492778+0000 mon.a (mon.0) 10944 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:11.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:11 smithi178 bash[77880]: audit 2024-03-21T13:14:10.496091+0000 mon.a (mon.0) 10945 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:11.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:11 smithi178 bash[77880]: audit 2024-03-21T13:14:10.500106+0000 mon.a (mon.0) 10946 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:11.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:11 smithi178 bash[77880]: audit 2024-03-21T13:14:10.501625+0000 mon.a (mon.0) 10947 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:11.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:11 smithi178 bash[77880]: audit 2024-03-21T13:14:10.510921+0000 mon.a (mon.0) 10948 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:11.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:11 smithi178 bash[77880]: audit 2024-03-21T13:14:10.592277+0000 mon.a (mon.0) 10949 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:11.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:11 smithi178 bash[77880]: audit 2024-03-21T13:14:10.596077+0000 mon.a (mon.0) 10950 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:11.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:11 smithi178 bash[77880]: audit 2024-03-21T13:14:10.600395+0000 mon.a (mon.0) 10951 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:11.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:11 smithi178 bash[77880]: audit 2024-03-21T13:14:10.601933+0000 mon.a (mon.0) 10952 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:11.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:11 smithi178 bash[77880]: audit 2024-03-21T13:14:10.612298+0000 mon.a (mon.0) 10953 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:11.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:11 smithi178 bash[77880]: audit 2024-03-21T13:14:10.694896+0000 mon.a (mon.0) 10954 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:11.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:11 smithi178 bash[77880]: audit 2024-03-21T13:14:10.698032+0000 mon.a (mon.0) 10955 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:11.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:11 smithi178 bash[77880]: audit 2024-03-21T13:14:10.701920+0000 mon.a (mon.0) 10956 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:11.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:11 smithi178 bash[77880]: audit 2024-03-21T13:14:10.703157+0000 mon.a (mon.0) 10957 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:11.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:11 smithi178 bash[77880]: audit 2024-03-21T13:14:10.712328+0000 mon.a (mon.0) 10958 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:11.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:11 smithi178 bash[77880]: audit 2024-03-21T13:14:10.790669+0000 mon.a (mon.0) 10959 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:11.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:11 smithi178 bash[77880]: audit 2024-03-21T13:14:10.794168+0000 mon.a (mon.0) 10960 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:11.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:11 smithi178 bash[75692]: audit 2024-03-21T13:14:10.798156+0000 mon.a (mon.0) 10961 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:11.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:11 smithi178 bash[75692]: audit 2024-03-21T13:14:10.800050+0000 mon.a (mon.0) 10962 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:11.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:11 smithi178 bash[75692]: audit 2024-03-21T13:14:10.810495+0000 mon.a (mon.0) 10963 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:11.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:11 smithi178 bash[75692]: audit 2024-03-21T13:14:10.892709+0000 mon.a (mon.0) 10964 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:11.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:11 smithi178 bash[75692]: audit 2024-03-21T13:14:10.896381+0000 mon.a (mon.0) 10965 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:11.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:11 smithi178 bash[75692]: audit 2024-03-21T13:14:10.902021+0000 mon.a (mon.0) 10966 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:11.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:11 smithi178 bash[75692]: audit 2024-03-21T13:14:10.903909+0000 mon.a (mon.0) 10967 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:11.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:11 smithi178 bash[75692]: audit 2024-03-21T13:14:10.914703+0000 mon.a (mon.0) 10968 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:11.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:11 smithi178 bash[75692]: audit 2024-03-21T13:14:10.998700+0000 mon.a (mon.0) 10969 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:11.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:11 smithi178 bash[75692]: audit 2024-03-21T13:14:11.002860+0000 mon.a (mon.0) 10970 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:11.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:11 smithi178 bash[75692]: audit 2024-03-21T13:14:11.010525+0000 mon.a (mon.0) 10971 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:11.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:11 smithi178 bash[75692]: audit 2024-03-21T13:14:11.011764+0000 mon.a (mon.0) 10972 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:11.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:11 smithi178 bash[75692]: audit 2024-03-21T13:14:11.018629+0000 mon.a (mon.0) 10973 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:11.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:11 smithi178 bash[75692]: audit 2024-03-21T13:14:11.103100+0000 mon.a (mon.0) 10974 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:11.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:11 smithi178 bash[75692]: audit 2024-03-21T13:14:11.106238+0000 mon.a (mon.0) 10975 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:11.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:11 smithi178 bash[75692]: audit 2024-03-21T13:14:11.109507+0000 mon.a (mon.0) 10976 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:11.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:11 smithi178 bash[75692]: audit 2024-03-21T13:14:11.110824+0000 mon.a (mon.0) 10977 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:11.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:11 smithi178 bash[75692]: audit 2024-03-21T13:14:11.119868+0000 mon.a (mon.0) 10978 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:11.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:11 smithi178 bash[75692]: audit 2024-03-21T13:14:11.199189+0000 mon.a (mon.0) 10979 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:11.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:11 smithi178 bash[77880]: audit 2024-03-21T13:14:10.798156+0000 mon.a (mon.0) 10961 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:11.556 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:11 smithi178 bash[77880]: audit 2024-03-21T13:14:10.800050+0000 mon.a (mon.0) 10962 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:11.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:11 smithi178 bash[77880]: audit 2024-03-21T13:14:10.810495+0000 mon.a (mon.0) 10963 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:11.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:11 smithi178 bash[77880]: audit 2024-03-21T13:14:10.892709+0000 mon.a (mon.0) 10964 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:11.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:11 smithi178 bash[77880]: audit 2024-03-21T13:14:10.896381+0000 mon.a (mon.0) 10965 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:11.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:11 smithi178 bash[77880]: audit 2024-03-21T13:14:10.902021+0000 mon.a (mon.0) 10966 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:11.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:11 smithi178 bash[77880]: audit 2024-03-21T13:14:10.903909+0000 mon.a (mon.0) 10967 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:11.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:11 smithi178 bash[77880]: audit 2024-03-21T13:14:10.914703+0000 mon.a (mon.0) 10968 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:11.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:11 smithi178 bash[77880]: audit 2024-03-21T13:14:10.998700+0000 mon.a (mon.0) 10969 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:11.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:11 smithi178 bash[77880]: audit 2024-03-21T13:14:11.002860+0000 mon.a (mon.0) 10970 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:11.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:11 smithi178 bash[77880]: audit 2024-03-21T13:14:11.010525+0000 mon.a (mon.0) 10971 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:11.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:11 smithi178 bash[77880]: audit 2024-03-21T13:14:11.011764+0000 mon.a (mon.0) 10972 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:11.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:11 smithi178 bash[77880]: audit 2024-03-21T13:14:11.018629+0000 mon.a (mon.0) 10973 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:11.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:11 smithi178 bash[77880]: audit 2024-03-21T13:14:11.103100+0000 mon.a (mon.0) 10974 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:11.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:11 smithi178 bash[77880]: audit 2024-03-21T13:14:11.106238+0000 mon.a (mon.0) 10975 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:11.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:11 smithi178 bash[77880]: audit 2024-03-21T13:14:11.109507+0000 mon.a (mon.0) 10976 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:11.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:11 smithi178 bash[77880]: audit 2024-03-21T13:14:11.110824+0000 mon.a (mon.0) 10977 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:11.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:11 smithi178 bash[77880]: audit 2024-03-21T13:14:11.119868+0000 mon.a (mon.0) 10978 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:11.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:11 smithi178 bash[77880]: audit 2024-03-21T13:14:11.199189+0000 mon.a (mon.0) 10979 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:11.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:11 smithi178 bash[75692]: audit 2024-03-21T13:14:11.203379+0000 mon.a (mon.0) 10980 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:11.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:11 smithi178 bash[75692]: audit 2024-03-21T13:14:11.207159+0000 mon.a (mon.0) 10981 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:11.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:11 smithi178 bash[75692]: audit 2024-03-21T13:14:11.208755+0000 mon.a (mon.0) 10982 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:11.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:11 smithi178 bash[75692]: audit 2024-03-21T13:14:11.218592+0000 mon.a (mon.0) 10983 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:11.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:11 smithi178 bash[77880]: audit 2024-03-21T13:14:11.203379+0000 mon.a (mon.0) 10980 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:11.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:11 smithi178 bash[77880]: audit 2024-03-21T13:14:11.207159+0000 mon.a (mon.0) 10981 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:11.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:11 smithi178 bash[77880]: audit 2024-03-21T13:14:11.208755+0000 mon.a (mon.0) 10982 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:11.559 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:11 smithi178 bash[77880]: audit 2024-03-21T13:14:11.218592+0000 mon.a (mon.0) 10983 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:11.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:11 smithi184 bash[59794]: cephadm 2024-03-21T13:14:09.350981+0000 mgr.x (mgr.34104) 6575 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:11.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:11 smithi184 bash[59794]: audit 2024-03-21T13:14:09.390848+0000 mgr.x (mgr.34104) 6576 : audit [DBG] from='client.54784 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:14:11.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:11 smithi184 bash[59794]: cephadm 2024-03-21T13:14:09.447421+0000 mgr.x (mgr.34104) 6577 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:11.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:11 smithi184 bash[59794]: cephadm 2024-03-21T13:14:09.550947+0000 mgr.x (mgr.34104) 6578 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:11.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:11 smithi184 bash[59794]: cephadm 2024-03-21T13:14:09.647858+0000 mgr.x (mgr.34104) 6579 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:11.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:11 smithi184 bash[59794]: cephadm 2024-03-21T13:14:09.735555+0000 mgr.x (mgr.34104) 6580 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:11.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:11 smithi184 bash[59794]: cephadm 2024-03-21T13:14:09.833772+0000 mgr.x (mgr.34104) 6581 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:11.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:11 smithi184 bash[59794]: cephadm 2024-03-21T13:14:09.929672+0000 mgr.x (mgr.34104) 6582 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:11.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:11 smithi184 bash[59794]: cephadm 2024-03-21T13:14:10.028988+0000 mgr.x (mgr.34104) 6583 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:11.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:11 smithi184 bash[59794]: cephadm 2024-03-21T13:14:10.124430+0000 mgr.x (mgr.34104) 6584 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:11.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:11 smithi184 bash[59794]: cephadm 2024-03-21T13:14:10.209160+0000 mgr.x (mgr.34104) 6585 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:11.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:11 smithi184 bash[59794]: audit 2024-03-21T13:14:10.300372+0000 mon.a (mon.0) 10934 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:11.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:11 smithi184 bash[59794]: audit 2024-03-21T13:14:10.302654+0000 mon.a (mon.0) 10935 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:11.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:11 smithi184 bash[59794]: audit 2024-03-21T13:14:10.305970+0000 mon.a (mon.0) 10936 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:11.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:11 smithi184 bash[59794]: audit 2024-03-21T13:14:10.306945+0000 mon.a (mon.0) 10937 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:11.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:11 smithi184 bash[59794]: audit 2024-03-21T13:14:10.312541+0000 mon.a (mon.0) 10938 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:11.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:11 smithi184 bash[59794]: cephadm 2024-03-21T13:14:10.313709+0000 mgr.x (mgr.34104) 6586 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:11.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:11 smithi184 bash[59794]: audit 2024-03-21T13:14:10.395559+0000 mon.a (mon.0) 10939 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:11.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:11 smithi184 bash[59794]: audit 2024-03-21T13:14:10.398973+0000 mon.a (mon.0) 10940 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:11.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:11 smithi184 bash[59794]: audit 2024-03-21T13:14:10.402335+0000 mon.a (mon.0) 10941 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:11.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:11 smithi184 bash[59794]: audit 2024-03-21T13:14:10.403616+0000 mon.a (mon.0) 10942 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:11.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:11 smithi184 bash[59794]: audit 2024-03-21T13:14:10.412053+0000 mon.a (mon.0) 10943 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:11.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:11 smithi184 bash[59794]: audit 2024-03-21T13:14:10.492778+0000 mon.a (mon.0) 10944 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:11.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:11 smithi184 bash[59794]: audit 2024-03-21T13:14:10.496091+0000 mon.a (mon.0) 10945 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:11.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:11 smithi184 bash[59794]: audit 2024-03-21T13:14:10.500106+0000 mon.a (mon.0) 10946 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:11.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:11 smithi184 bash[59794]: audit 2024-03-21T13:14:10.501625+0000 mon.a (mon.0) 10947 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:11.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:11 smithi184 bash[59794]: audit 2024-03-21T13:14:10.510921+0000 mon.a (mon.0) 10948 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:11.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:11 smithi184 bash[59794]: audit 2024-03-21T13:14:10.592277+0000 mon.a (mon.0) 10949 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:11.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:11 smithi184 bash[59794]: audit 2024-03-21T13:14:10.596077+0000 mon.a (mon.0) 10950 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:11.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:11 smithi184 bash[59794]: audit 2024-03-21T13:14:10.600395+0000 mon.a (mon.0) 10951 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:11.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:11 smithi184 bash[59794]: audit 2024-03-21T13:14:10.601933+0000 mon.a (mon.0) 10952 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:11.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:11 smithi184 bash[59794]: audit 2024-03-21T13:14:10.612298+0000 mon.a (mon.0) 10953 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:11.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:11 smithi184 bash[59794]: audit 2024-03-21T13:14:10.694896+0000 mon.a (mon.0) 10954 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:11.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:11 smithi184 bash[59794]: audit 2024-03-21T13:14:10.698032+0000 mon.a (mon.0) 10955 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:11.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:11 smithi184 bash[59794]: audit 2024-03-21T13:14:10.701920+0000 mon.a (mon.0) 10956 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:11.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:11 smithi184 bash[59794]: audit 2024-03-21T13:14:10.703157+0000 mon.a (mon.0) 10957 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:11.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:11 smithi184 bash[59794]: audit 2024-03-21T13:14:10.712328+0000 mon.a (mon.0) 10958 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:11.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:11 smithi184 bash[59794]: audit 2024-03-21T13:14:10.790669+0000 mon.a (mon.0) 10959 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:11.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:11 smithi184 bash[59794]: audit 2024-03-21T13:14:10.794168+0000 mon.a (mon.0) 10960 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:11.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:11 smithi184 bash[59794]: audit 2024-03-21T13:14:10.798156+0000 mon.a (mon.0) 10961 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:11.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:11 smithi184 bash[59794]: audit 2024-03-21T13:14:10.800050+0000 mon.a (mon.0) 10962 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:11.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:11 smithi184 bash[59794]: audit 2024-03-21T13:14:10.810495+0000 mon.a (mon.0) 10963 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:11.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:11 smithi184 bash[59794]: audit 2024-03-21T13:14:10.892709+0000 mon.a (mon.0) 10964 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:11.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:11 smithi184 bash[59794]: audit 2024-03-21T13:14:10.896381+0000 mon.a (mon.0) 10965 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:11.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:11 smithi184 bash[59794]: audit 2024-03-21T13:14:10.902021+0000 mon.a (mon.0) 10966 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:11.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:11 smithi184 bash[59794]: audit 2024-03-21T13:14:10.903909+0000 mon.a (mon.0) 10967 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:11.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:11 smithi184 bash[59794]: audit 2024-03-21T13:14:10.914703+0000 mon.a (mon.0) 10968 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:11.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:11 smithi184 bash[59794]: audit 2024-03-21T13:14:10.998700+0000 mon.a (mon.0) 10969 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:11.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:11 smithi184 bash[59794]: audit 2024-03-21T13:14:11.002860+0000 mon.a (mon.0) 10970 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:11.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:11 smithi184 bash[59794]: audit 2024-03-21T13:14:11.010525+0000 mon.a (mon.0) 10971 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:11.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:11 smithi184 bash[59794]: audit 2024-03-21T13:14:11.011764+0000 mon.a (mon.0) 10972 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:11.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:11 smithi184 bash[59794]: audit 2024-03-21T13:14:11.018629+0000 mon.a (mon.0) 10973 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:11.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:11 smithi184 bash[59794]: audit 2024-03-21T13:14:11.103100+0000 mon.a (mon.0) 10974 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:11.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:11 smithi184 bash[59794]: audit 2024-03-21T13:14:11.106238+0000 mon.a (mon.0) 10975 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:11.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:11 smithi184 bash[59794]: audit 2024-03-21T13:14:11.109507+0000 mon.a (mon.0) 10976 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:11.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:11 smithi184 bash[59794]: audit 2024-03-21T13:14:11.110824+0000 mon.a (mon.0) 10977 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:11.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:11 smithi184 bash[59794]: audit 2024-03-21T13:14:11.119868+0000 mon.a (mon.0) 10978 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:11.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:11 smithi184 bash[59794]: audit 2024-03-21T13:14:11.199189+0000 mon.a (mon.0) 10979 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:11.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:11 smithi184 bash[59794]: audit 2024-03-21T13:14:11.203379+0000 mon.a (mon.0) 10980 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:11.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:11 smithi184 bash[59794]: audit 2024-03-21T13:14:11.207159+0000 mon.a (mon.0) 10981 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:11.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:11 smithi184 bash[59794]: audit 2024-03-21T13:14:11.208755+0000 mon.a (mon.0) 10982 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:11.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:11 smithi184 bash[59794]: audit 2024-03-21T13:14:11.218592+0000 mon.a (mon.0) 10983 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:12.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[75692]: cephadm 2024-03-21T13:14:10.413437+0000 mgr.x (mgr.34104) 6587 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:12.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[75692]: cephadm 2024-03-21T13:14:10.512319+0000 mgr.x (mgr.34104) 6588 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:12.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[75692]: cephadm 2024-03-21T13:14:10.613755+0000 mgr.x (mgr.34104) 6589 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:12.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[75692]: cephadm 2024-03-21T13:14:10.713702+0000 mgr.x (mgr.34104) 6590 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:12.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[75692]: cephadm 2024-03-21T13:14:10.812138+0000 mgr.x (mgr.34104) 6591 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:12.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[75692]: cephadm 2024-03-21T13:14:10.916318+0000 mgr.x (mgr.34104) 6592 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:12.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[75692]: cephadm 2024-03-21T13:14:11.020135+0000 mgr.x (mgr.34104) 6593 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:12.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[75692]: cephadm 2024-03-21T13:14:11.121176+0000 mgr.x (mgr.34104) 6594 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:12.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[75692]: cluster 2024-03-21T13:14:11.192741+0000 mgr.x (mgr.34104) 6595 : cluster [DBG] pgmap v4232: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:14:12.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[75692]: cephadm 2024-03-21T13:14:11.220040+0000 mgr.x (mgr.34104) 6596 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:12.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[75692]: audit 2024-03-21T13:14:11.305304+0000 mon.a (mon.0) 10984 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:12.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[75692]: audit 2024-03-21T13:14:11.307765+0000 mon.a (mon.0) 10985 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:12.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[75692]: audit 2024-03-21T13:14:11.310225+0000 mon.a (mon.0) 10986 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:12.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[75692]: audit 2024-03-21T13:14:11.311081+0000 mon.a (mon.0) 10987 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:12.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[75692]: audit 2024-03-21T13:14:11.317190+0000 mon.a (mon.0) 10988 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:12.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[75692]: cephadm 2024-03-21T13:14:11.318450+0000 mgr.x (mgr.34104) 6597 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:12.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[75692]: audit 2024-03-21T13:14:11.399900+0000 mon.a (mon.0) 10989 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:12.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[75692]: audit 2024-03-21T13:14:11.403048+0000 mon.a (mon.0) 10990 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:12.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[75692]: audit 2024-03-21T13:14:11.406786+0000 mon.a (mon.0) 10991 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:12.550 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[75692]: audit 2024-03-21T13:14:11.408077+0000 mon.a (mon.0) 10992 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:12.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[77880]: cephadm 2024-03-21T13:14:10.413437+0000 mgr.x (mgr.34104) 6587 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:12.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[77880]: cephadm 2024-03-21T13:14:10.512319+0000 mgr.x (mgr.34104) 6588 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:12.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[77880]: cephadm 2024-03-21T13:14:10.613755+0000 mgr.x (mgr.34104) 6589 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:12.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[77880]: cephadm 2024-03-21T13:14:10.713702+0000 mgr.x (mgr.34104) 6590 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:12.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[77880]: cephadm 2024-03-21T13:14:10.812138+0000 mgr.x (mgr.34104) 6591 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:12.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[77880]: cephadm 2024-03-21T13:14:10.916318+0000 mgr.x (mgr.34104) 6592 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:12.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[77880]: cephadm 2024-03-21T13:14:11.020135+0000 mgr.x (mgr.34104) 6593 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:12.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[77880]: cephadm 2024-03-21T13:14:11.121176+0000 mgr.x (mgr.34104) 6594 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:12.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[77880]: cluster 2024-03-21T13:14:11.192741+0000 mgr.x (mgr.34104) 6595 : cluster [DBG] pgmap v4232: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:14:12.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[77880]: cephadm 2024-03-21T13:14:11.220040+0000 mgr.x (mgr.34104) 6596 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:12.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[77880]: audit 2024-03-21T13:14:11.305304+0000 mon.a (mon.0) 10984 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:12.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[77880]: audit 2024-03-21T13:14:11.307765+0000 mon.a (mon.0) 10985 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:12.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[77880]: audit 2024-03-21T13:14:11.310225+0000 mon.a (mon.0) 10986 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:12.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[77880]: audit 2024-03-21T13:14:11.311081+0000 mon.a (mon.0) 10987 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:12.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[77880]: audit 2024-03-21T13:14:11.317190+0000 mon.a (mon.0) 10988 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:12.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[77880]: cephadm 2024-03-21T13:14:11.318450+0000 mgr.x (mgr.34104) 6597 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:12.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[77880]: audit 2024-03-21T13:14:11.399900+0000 mon.a (mon.0) 10989 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:12.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[77880]: audit 2024-03-21T13:14:11.403048+0000 mon.a (mon.0) 10990 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:12.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[77880]: audit 2024-03-21T13:14:11.406786+0000 mon.a (mon.0) 10991 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:12.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[77880]: audit 2024-03-21T13:14:11.408077+0000 mon.a (mon.0) 10992 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:12.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[75692]: audit 2024-03-21T13:14:11.417766+0000 mon.a (mon.0) 10993 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:12.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[75692]: audit 2024-03-21T13:14:11.498152+0000 mon.a (mon.0) 10994 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:12.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[75692]: audit 2024-03-21T13:14:11.501606+0000 mon.a (mon.0) 10995 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:12.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[75692]: audit 2024-03-21T13:14:11.504957+0000 mon.a (mon.0) 10996 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:12.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[75692]: audit 2024-03-21T13:14:11.506559+0000 mon.a (mon.0) 10997 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:12.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[75692]: audit 2024-03-21T13:14:11.515438+0000 mon.a (mon.0) 10998 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:12.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[75692]: audit 2024-03-21T13:14:11.595879+0000 mon.a (mon.0) 10999 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:12.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[75692]: audit 2024-03-21T13:14:11.600147+0000 mon.a (mon.0) 11000 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:12.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[75692]: audit 2024-03-21T13:14:11.603386+0000 mon.a (mon.0) 11001 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:12.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[75692]: audit 2024-03-21T13:14:11.605184+0000 mon.a (mon.0) 11002 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:12.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[75692]: audit 2024-03-21T13:14:11.615205+0000 mon.a (mon.0) 11003 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:12.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[75692]: audit 2024-03-21T13:14:11.692018+0000 mon.a (mon.0) 11004 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:12.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[75692]: audit 2024-03-21T13:14:11.695447+0000 mon.a (mon.0) 11005 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:12.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[75692]: audit 2024-03-21T13:14:11.715484+0000 mon.a (mon.0) 11006 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:12.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[75692]: audit 2024-03-21T13:14:11.717289+0000 mon.a (mon.0) 11007 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:12.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[75692]: audit 2024-03-21T13:14:11.726546+0000 mon.a (mon.0) 11008 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:12.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[75692]: audit 2024-03-21T13:14:11.806507+0000 mon.a (mon.0) 11009 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:12.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[75692]: audit 2024-03-21T13:14:11.810033+0000 mon.a (mon.0) 11010 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:12.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[75692]: audit 2024-03-21T13:14:11.813150+0000 mon.a (mon.0) 11011 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:12.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[77880]: audit 2024-03-21T13:14:11.417766+0000 mon.a (mon.0) 10993 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:12.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[77880]: audit 2024-03-21T13:14:11.498152+0000 mon.a (mon.0) 10994 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:12.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[77880]: audit 2024-03-21T13:14:11.501606+0000 mon.a (mon.0) 10995 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:12.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[77880]: audit 2024-03-21T13:14:11.504957+0000 mon.a (mon.0) 10996 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:12.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[77880]: audit 2024-03-21T13:14:11.506559+0000 mon.a (mon.0) 10997 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:12.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[77880]: audit 2024-03-21T13:14:11.515438+0000 mon.a (mon.0) 10998 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:12.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[77880]: audit 2024-03-21T13:14:11.595879+0000 mon.a (mon.0) 10999 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:12.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[77880]: audit 2024-03-21T13:14:11.600147+0000 mon.a (mon.0) 11000 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:12.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[77880]: audit 2024-03-21T13:14:11.603386+0000 mon.a (mon.0) 11001 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:12.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[77880]: audit 2024-03-21T13:14:11.605184+0000 mon.a (mon.0) 11002 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:12.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[77880]: audit 2024-03-21T13:14:11.615205+0000 mon.a (mon.0) 11003 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:12.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[77880]: audit 2024-03-21T13:14:11.692018+0000 mon.a (mon.0) 11004 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:12.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[77880]: audit 2024-03-21T13:14:11.695447+0000 mon.a (mon.0) 11005 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:12.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[77880]: audit 2024-03-21T13:14:11.715484+0000 mon.a (mon.0) 11006 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:12.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[77880]: audit 2024-03-21T13:14:11.717289+0000 mon.a (mon.0) 11007 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:12.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[77880]: audit 2024-03-21T13:14:11.726546+0000 mon.a (mon.0) 11008 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:12.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[77880]: audit 2024-03-21T13:14:11.806507+0000 mon.a (mon.0) 11009 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:12.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[77880]: audit 2024-03-21T13:14:11.810033+0000 mon.a (mon.0) 11010 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:12.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[77880]: audit 2024-03-21T13:14:11.813150+0000 mon.a (mon.0) 11011 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:12.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[75692]: audit 2024-03-21T13:14:11.814417+0000 mon.a (mon.0) 11012 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:12.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[75692]: audit 2024-03-21T13:14:11.824165+0000 mon.a (mon.0) 11013 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:12.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[75692]: audit 2024-03-21T13:14:11.903589+0000 mon.a (mon.0) 11014 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:12.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[75692]: audit 2024-03-21T13:14:11.907097+0000 mon.a (mon.0) 11015 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:12.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[75692]: audit 2024-03-21T13:14:11.911567+0000 mon.a (mon.0) 11016 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:12.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[75692]: audit 2024-03-21T13:14:11.913118+0000 mon.a (mon.0) 11017 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:12.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[75692]: audit 2024-03-21T13:14:11.922995+0000 mon.a (mon.0) 11018 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:12.555 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[75692]: audit 2024-03-21T13:14:12.002075+0000 mon.a (mon.0) 11019 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:12.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[75692]: audit 2024-03-21T13:14:12.005338+0000 mon.a (mon.0) 11020 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:12.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[75692]: audit 2024-03-21T13:14:12.008315+0000 mon.a (mon.0) 11021 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:12.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[75692]: audit 2024-03-21T13:14:12.009627+0000 mon.a (mon.0) 11022 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:12.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[75692]: audit 2024-03-21T13:14:12.018083+0000 mon.a (mon.0) 11023 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:12.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[75692]: audit 2024-03-21T13:14:12.100855+0000 mon.a (mon.0) 11024 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:12.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[75692]: audit 2024-03-21T13:14:12.104075+0000 mon.a (mon.0) 11025 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:12.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[75692]: audit 2024-03-21T13:14:12.107289+0000 mon.a (mon.0) 11026 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:12.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[75692]: audit 2024-03-21T13:14:12.108766+0000 mon.a (mon.0) 11027 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:12.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[75692]: audit 2024-03-21T13:14:12.117951+0000 mon.a (mon.0) 11028 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:12.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[75692]: audit 2024-03-21T13:14:12.140828+0000 mon.a (mon.0) 11029 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:12.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[75692]: audit 2024-03-21T13:14:12.148935+0000 mon.a (mon.0) 11030 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:12.556 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[75692]: audit 2024-03-21T13:14:12.156979+0000 mon.a (mon.0) 11031 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:12.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[77880]: audit 2024-03-21T13:14:11.814417+0000 mon.a (mon.0) 11012 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:12.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[77880]: audit 2024-03-21T13:14:11.824165+0000 mon.a (mon.0) 11013 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:12.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[77880]: audit 2024-03-21T13:14:11.903589+0000 mon.a (mon.0) 11014 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:12.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[77880]: audit 2024-03-21T13:14:11.907097+0000 mon.a (mon.0) 11015 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:12.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[77880]: audit 2024-03-21T13:14:11.911567+0000 mon.a (mon.0) 11016 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:12.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[77880]: audit 2024-03-21T13:14:11.913118+0000 mon.a (mon.0) 11017 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:12.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[77880]: audit 2024-03-21T13:14:11.922995+0000 mon.a (mon.0) 11018 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:12.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[77880]: audit 2024-03-21T13:14:12.002075+0000 mon.a (mon.0) 11019 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:12.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[77880]: audit 2024-03-21T13:14:12.005338+0000 mon.a (mon.0) 11020 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:12.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[77880]: audit 2024-03-21T13:14:12.008315+0000 mon.a (mon.0) 11021 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:12.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[77880]: audit 2024-03-21T13:14:12.009627+0000 mon.a (mon.0) 11022 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:12.557 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[77880]: audit 2024-03-21T13:14:12.018083+0000 mon.a (mon.0) 11023 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:12.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[77880]: audit 2024-03-21T13:14:12.100855+0000 mon.a (mon.0) 11024 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:12.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[77880]: audit 2024-03-21T13:14:12.104075+0000 mon.a (mon.0) 11025 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:12.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[77880]: audit 2024-03-21T13:14:12.107289+0000 mon.a (mon.0) 11026 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:12.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[77880]: audit 2024-03-21T13:14:12.108766+0000 mon.a (mon.0) 11027 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:12.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[77880]: audit 2024-03-21T13:14:12.117951+0000 mon.a (mon.0) 11028 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:12.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[77880]: audit 2024-03-21T13:14:12.140828+0000 mon.a (mon.0) 11029 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:12.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[77880]: audit 2024-03-21T13:14:12.148935+0000 mon.a (mon.0) 11030 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:12.558 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[77880]: audit 2024-03-21T13:14:12.156979+0000 mon.a (mon.0) 11031 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:12.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[75692]: audit 2024-03-21T13:14:12.202131+0000 mon.a (mon.0) 11032 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:12.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[75692]: audit 2024-03-21T13:14:12.205759+0000 mon.a (mon.0) 11033 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:12.558 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[75692]: audit 2024-03-21T13:14:12.208562+0000 mon.a (mon.0) 11034 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:12.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[75692]: audit 2024-03-21T13:14:12.210799+0000 mon.a (mon.0) 11035 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:12.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[75692]: audit 2024-03-21T13:14:12.214752+0000 mon.a (mon.0) 11036 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:12.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[75692]: audit 2024-03-21T13:14:12.221804+0000 mon.a (mon.0) 11037 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:12.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[75692]: audit 2024-03-21T13:14:12.226465+0000 mon.a (mon.0) 11038 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:12.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[75692]: audit 2024-03-21T13:14:12.228683+0000 mon.a (mon.0) 11039 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:12.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[75692]: audit 2024-03-21T13:14:12.230502+0000 mon.a (mon.0) 11040 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:12.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[75692]: audit 2024-03-21T13:14:12.232439+0000 mon.a (mon.0) 11041 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:12.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[75692]: audit 2024-03-21T13:14:12.234710+0000 mon.a (mon.0) 11042 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:12.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[75692]: audit 2024-03-21T13:14:12.238489+0000 mon.a (mon.0) 11043 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:12.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[75692]: audit 2024-03-21T13:14:12.241879+0000 mon.a (mon.0) 11044 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:12.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[75692]: audit 2024-03-21T13:14:12.246351+0000 mon.a (mon.0) 11045 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:12.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[75692]: audit 2024-03-21T13:14:12.249158+0000 mon.a (mon.0) 11046 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:12.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[75692]: audit 2024-03-21T13:14:12.251795+0000 mon.a (mon.0) 11047 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:12.559 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[75692]: audit 2024-03-21T13:14:12.254547+0000 mon.a (mon.0) 11048 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:12.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[75692]: audit 2024-03-21T13:14:12.256920+0000 mon.a (mon.0) 11049 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:12.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[75692]: audit 2024-03-21T13:14:12.259418+0000 mon.a (mon.0) 11050 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:12.560 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[75692]: audit 2024-03-21T13:14:12.267439+0000 mon.a (mon.0) 11051 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:12.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[77880]: audit 2024-03-21T13:14:12.202131+0000 mon.a (mon.0) 11032 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:12.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[77880]: audit 2024-03-21T13:14:12.205759+0000 mon.a (mon.0) 11033 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:12.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[77880]: audit 2024-03-21T13:14:12.208562+0000 mon.a (mon.0) 11034 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:12.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[77880]: audit 2024-03-21T13:14:12.210799+0000 mon.a (mon.0) 11035 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:12.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[77880]: audit 2024-03-21T13:14:12.214752+0000 mon.a (mon.0) 11036 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:12.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[77880]: audit 2024-03-21T13:14:12.221804+0000 mon.a (mon.0) 11037 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:12.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[77880]: audit 2024-03-21T13:14:12.226465+0000 mon.a (mon.0) 11038 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:12.560 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[77880]: audit 2024-03-21T13:14:12.228683+0000 mon.a (mon.0) 11039 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:12.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[77880]: audit 2024-03-21T13:14:12.230502+0000 mon.a (mon.0) 11040 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:12.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[77880]: audit 2024-03-21T13:14:12.232439+0000 mon.a (mon.0) 11041 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:12.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[77880]: audit 2024-03-21T13:14:12.234710+0000 mon.a (mon.0) 11042 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:12.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[77880]: audit 2024-03-21T13:14:12.238489+0000 mon.a (mon.0) 11043 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:12.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[77880]: audit 2024-03-21T13:14:12.241879+0000 mon.a (mon.0) 11044 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:12.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[77880]: audit 2024-03-21T13:14:12.246351+0000 mon.a (mon.0) 11045 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:12.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[77880]: audit 2024-03-21T13:14:12.249158+0000 mon.a (mon.0) 11046 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:12.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[77880]: audit 2024-03-21T13:14:12.251795+0000 mon.a (mon.0) 11047 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:12.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[77880]: audit 2024-03-21T13:14:12.254547+0000 mon.a (mon.0) 11048 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:12.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[77880]: audit 2024-03-21T13:14:12.256920+0000 mon.a (mon.0) 11049 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:12.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[77880]: audit 2024-03-21T13:14:12.259418+0000 mon.a (mon.0) 11050 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:12.561 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[77880]: audit 2024-03-21T13:14:12.267439+0000 mon.a (mon.0) 11051 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:12.562 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[75692]: audit 2024-03-21T13:14:12.271767+0000 mon.a (mon.0) 11052 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-03-21T13:14:12.562 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[75692]: audit 2024-03-21T13:14:12.276027+0000 mon.a (mon.0) 11053 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-03-21T13:14:12.562 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[75692]: audit 2024-03-21T13:14:12.278665+0000 mon.a (mon.0) 11054 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-21T13:14:12.562 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[75692]: audit 2024-03-21T13:14:12.282662+0000 mon.a (mon.0) 11055 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-03-21T13:14:12.562 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[75692]: audit 2024-03-21T13:14:12.285636+0000 mon.a (mon.0) 11056 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-03-21T13:14:12.562 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[75692]: audit 2024-03-21T13:14:12.289648+0000 mon.a (mon.0) 11057 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-03-21T13:14:12.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[77880]: audit 2024-03-21T13:14:12.271767+0000 mon.a (mon.0) 11052 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-03-21T13:14:12.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[77880]: audit 2024-03-21T13:14:12.276027+0000 mon.a (mon.0) 11053 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-03-21T13:14:12.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[77880]: audit 2024-03-21T13:14:12.278665+0000 mon.a (mon.0) 11054 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-21T13:14:12.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[77880]: audit 2024-03-21T13:14:12.282662+0000 mon.a (mon.0) 11055 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-03-21T13:14:12.562 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[77880]: audit 2024-03-21T13:14:12.285636+0000 mon.a (mon.0) 11056 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-03-21T13:14:12.563 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:12 smithi178 bash[77880]: audit 2024-03-21T13:14:12.289648+0000 mon.a (mon.0) 11057 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-03-21T13:14:12.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:12 smithi184 bash[59794]: cephadm 2024-03-21T13:14:10.413437+0000 mgr.x (mgr.34104) 6587 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:12.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:12 smithi184 bash[59794]: cephadm 2024-03-21T13:14:10.512319+0000 mgr.x (mgr.34104) 6588 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:12.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:12 smithi184 bash[59794]: cephadm 2024-03-21T13:14:10.613755+0000 mgr.x (mgr.34104) 6589 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:12.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:12 smithi184 bash[59794]: cephadm 2024-03-21T13:14:10.713702+0000 mgr.x (mgr.34104) 6590 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:12.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:12 smithi184 bash[59794]: cephadm 2024-03-21T13:14:10.812138+0000 mgr.x (mgr.34104) 6591 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:12.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:12 smithi184 bash[59794]: cephadm 2024-03-21T13:14:10.916318+0000 mgr.x (mgr.34104) 6592 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:12.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:12 smithi184 bash[59794]: cephadm 2024-03-21T13:14:11.020135+0000 mgr.x (mgr.34104) 6593 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:12.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:12 smithi184 bash[59794]: cephadm 2024-03-21T13:14:11.121176+0000 mgr.x (mgr.34104) 6594 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:12.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:12 smithi184 bash[59794]: cluster 2024-03-21T13:14:11.192741+0000 mgr.x (mgr.34104) 6595 : cluster [DBG] pgmap v4232: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:14:12.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:12 smithi184 bash[59794]: cephadm 2024-03-21T13:14:11.220040+0000 mgr.x (mgr.34104) 6596 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:12.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:12 smithi184 bash[59794]: audit 2024-03-21T13:14:11.305304+0000 mon.a (mon.0) 10984 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:12.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:12 smithi184 bash[59794]: audit 2024-03-21T13:14:11.307765+0000 mon.a (mon.0) 10985 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:12.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:12 smithi184 bash[59794]: audit 2024-03-21T13:14:11.310225+0000 mon.a (mon.0) 10986 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:12.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:12 smithi184 bash[59794]: audit 2024-03-21T13:14:11.311081+0000 mon.a (mon.0) 10987 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:12.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:12 smithi184 bash[59794]: audit 2024-03-21T13:14:11.317190+0000 mon.a (mon.0) 10988 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:12.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:12 smithi184 bash[59794]: cephadm 2024-03-21T13:14:11.318450+0000 mgr.x (mgr.34104) 6597 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:12.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:12 smithi184 bash[59794]: audit 2024-03-21T13:14:11.399900+0000 mon.a (mon.0) 10989 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:12.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:12 smithi184 bash[59794]: audit 2024-03-21T13:14:11.403048+0000 mon.a (mon.0) 10990 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:12.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:12 smithi184 bash[59794]: audit 2024-03-21T13:14:11.406786+0000 mon.a (mon.0) 10991 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:12.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:12 smithi184 bash[59794]: audit 2024-03-21T13:14:11.408077+0000 mon.a (mon.0) 10992 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:12.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:12 smithi184 bash[59794]: audit 2024-03-21T13:14:11.417766+0000 mon.a (mon.0) 10993 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:12.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:12 smithi184 bash[59794]: audit 2024-03-21T13:14:11.498152+0000 mon.a (mon.0) 10994 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:12.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:12 smithi184 bash[59794]: audit 2024-03-21T13:14:11.501606+0000 mon.a (mon.0) 10995 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:12.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:12 smithi184 bash[59794]: audit 2024-03-21T13:14:11.504957+0000 mon.a (mon.0) 10996 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:12.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:12 smithi184 bash[59794]: audit 2024-03-21T13:14:11.506559+0000 mon.a (mon.0) 10997 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:12.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:12 smithi184 bash[59794]: audit 2024-03-21T13:14:11.515438+0000 mon.a (mon.0) 10998 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:12.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:12 smithi184 bash[59794]: audit 2024-03-21T13:14:11.595879+0000 mon.a (mon.0) 10999 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:12.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:12 smithi184 bash[59794]: audit 2024-03-21T13:14:11.600147+0000 mon.a (mon.0) 11000 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:12.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:12 smithi184 bash[59794]: audit 2024-03-21T13:14:11.603386+0000 mon.a (mon.0) 11001 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:12.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:12 smithi184 bash[59794]: audit 2024-03-21T13:14:11.605184+0000 mon.a (mon.0) 11002 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:12.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:12 smithi184 bash[59794]: audit 2024-03-21T13:14:11.615205+0000 mon.a (mon.0) 11003 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:12.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:12 smithi184 bash[59794]: audit 2024-03-21T13:14:11.692018+0000 mon.a (mon.0) 11004 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:12.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:12 smithi184 bash[59794]: audit 2024-03-21T13:14:11.695447+0000 mon.a (mon.0) 11005 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:12.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:12 smithi184 bash[59794]: audit 2024-03-21T13:14:11.715484+0000 mon.a (mon.0) 11006 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:12.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:12 smithi184 bash[59794]: audit 2024-03-21T13:14:11.717289+0000 mon.a (mon.0) 11007 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:12.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:12 smithi184 bash[59794]: audit 2024-03-21T13:14:11.726546+0000 mon.a (mon.0) 11008 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:12.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:12 smithi184 bash[59794]: audit 2024-03-21T13:14:11.806507+0000 mon.a (mon.0) 11009 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:12.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:12 smithi184 bash[59794]: audit 2024-03-21T13:14:11.810033+0000 mon.a (mon.0) 11010 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:12.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:12 smithi184 bash[59794]: audit 2024-03-21T13:14:11.813150+0000 mon.a (mon.0) 11011 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:12.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:12 smithi184 bash[59794]: audit 2024-03-21T13:14:11.814417+0000 mon.a (mon.0) 11012 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:12.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:12 smithi184 bash[59794]: audit 2024-03-21T13:14:11.824165+0000 mon.a (mon.0) 11013 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:12.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:12 smithi184 bash[59794]: audit 2024-03-21T13:14:11.903589+0000 mon.a (mon.0) 11014 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:12.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:12 smithi184 bash[59794]: audit 2024-03-21T13:14:11.907097+0000 mon.a (mon.0) 11015 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:12.577 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:12 smithi184 bash[59794]: audit 2024-03-21T13:14:11.911567+0000 mon.a (mon.0) 11016 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:12.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:12 smithi184 bash[59794]: audit 2024-03-21T13:14:11.913118+0000 mon.a (mon.0) 11017 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:12.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:12 smithi184 bash[59794]: audit 2024-03-21T13:14:11.922995+0000 mon.a (mon.0) 11018 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:12.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:12 smithi184 bash[59794]: audit 2024-03-21T13:14:12.002075+0000 mon.a (mon.0) 11019 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:12.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:12 smithi184 bash[59794]: audit 2024-03-21T13:14:12.005338+0000 mon.a (mon.0) 11020 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:12.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:12 smithi184 bash[59794]: audit 2024-03-21T13:14:12.008315+0000 mon.a (mon.0) 11021 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:12.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:12 smithi184 bash[59794]: audit 2024-03-21T13:14:12.009627+0000 mon.a (mon.0) 11022 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:12.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:12 smithi184 bash[59794]: audit 2024-03-21T13:14:12.018083+0000 mon.a (mon.0) 11023 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:12.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:12 smithi184 bash[59794]: audit 2024-03-21T13:14:12.100855+0000 mon.a (mon.0) 11024 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:12.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:12 smithi184 bash[59794]: audit 2024-03-21T13:14:12.104075+0000 mon.a (mon.0) 11025 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:12.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:12 smithi184 bash[59794]: audit 2024-03-21T13:14:12.107289+0000 mon.a (mon.0) 11026 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:12.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:12 smithi184 bash[59794]: audit 2024-03-21T13:14:12.108766+0000 mon.a (mon.0) 11027 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:12.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:12 smithi184 bash[59794]: audit 2024-03-21T13:14:12.117951+0000 mon.a (mon.0) 11028 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:12.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:12 smithi184 bash[59794]: audit 2024-03-21T13:14:12.140828+0000 mon.a (mon.0) 11029 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:12.578 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:12 smithi184 bash[59794]: audit 2024-03-21T13:14:12.148935+0000 mon.a (mon.0) 11030 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:12.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:12 smithi184 bash[59794]: audit 2024-03-21T13:14:12.156979+0000 mon.a (mon.0) 11031 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:12.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:12 smithi184 bash[59794]: audit 2024-03-21T13:14:12.202131+0000 mon.a (mon.0) 11032 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:14:12.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:12 smithi184 bash[59794]: audit 2024-03-21T13:14:12.205759+0000 mon.a (mon.0) 11033 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:12.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:12 smithi184 bash[59794]: audit 2024-03-21T13:14:12.208562+0000 mon.a (mon.0) 11034 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:12.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:12 smithi184 bash[59794]: audit 2024-03-21T13:14:12.210799+0000 mon.a (mon.0) 11035 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:12.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:12 smithi184 bash[59794]: audit 2024-03-21T13:14:12.214752+0000 mon.a (mon.0) 11036 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:12.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:12 smithi184 bash[59794]: audit 2024-03-21T13:14:12.221804+0000 mon.a (mon.0) 11037 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:12.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:12 smithi184 bash[59794]: audit 2024-03-21T13:14:12.226465+0000 mon.a (mon.0) 11038 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:12.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:12 smithi184 bash[59794]: audit 2024-03-21T13:14:12.228683+0000 mon.a (mon.0) 11039 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:12.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:12 smithi184 bash[59794]: audit 2024-03-21T13:14:12.230502+0000 mon.a (mon.0) 11040 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:12.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:12 smithi184 bash[59794]: audit 2024-03-21T13:14:12.232439+0000 mon.a (mon.0) 11041 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:12.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:12 smithi184 bash[59794]: audit 2024-03-21T13:14:12.234710+0000 mon.a (mon.0) 11042 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:12.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:12 smithi184 bash[59794]: audit 2024-03-21T13:14:12.238489+0000 mon.a (mon.0) 11043 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:12.579 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:12 smithi184 bash[59794]: audit 2024-03-21T13:14:12.241879+0000 mon.a (mon.0) 11044 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:12.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:12 smithi184 bash[59794]: audit 2024-03-21T13:14:12.246351+0000 mon.a (mon.0) 11045 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:12.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:12 smithi184 bash[59794]: audit 2024-03-21T13:14:12.249158+0000 mon.a (mon.0) 11046 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:12.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:12 smithi184 bash[59794]: audit 2024-03-21T13:14:12.251795+0000 mon.a (mon.0) 11047 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:12.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:12 smithi184 bash[59794]: audit 2024-03-21T13:14:12.254547+0000 mon.a (mon.0) 11048 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:12.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:12 smithi184 bash[59794]: audit 2024-03-21T13:14:12.256920+0000 mon.a (mon.0) 11049 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:12.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:12 smithi184 bash[59794]: audit 2024-03-21T13:14:12.259418+0000 mon.a (mon.0) 11050 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:12.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:12 smithi184 bash[59794]: audit 2024-03-21T13:14:12.267439+0000 mon.a (mon.0) 11051 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:12.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:12 smithi184 bash[59794]: audit 2024-03-21T13:14:12.271767+0000 mon.a (mon.0) 11052 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-03-21T13:14:12.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:12 smithi184 bash[59794]: audit 2024-03-21T13:14:12.276027+0000 mon.a (mon.0) 11053 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-03-21T13:14:12.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:12 smithi184 bash[59794]: audit 2024-03-21T13:14:12.278665+0000 mon.a (mon.0) 11054 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-21T13:14:12.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:12 smithi184 bash[59794]: audit 2024-03-21T13:14:12.282662+0000 mon.a (mon.0) 11055 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-03-21T13:14:12.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:12 smithi184 bash[59794]: audit 2024-03-21T13:14:12.285636+0000 mon.a (mon.0) 11056 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-03-21T13:14:12.580 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:12 smithi184 bash[59794]: audit 2024-03-21T13:14:12.289648+0000 mon.a (mon.0) 11057 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-03-21T13:14:13.305 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:13 smithi184 bash[59794]: cephadm 2024-03-21T13:14:11.419163+0000 mgr.x (mgr.34104) 6598 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:13.305 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:13 smithi184 bash[59794]: cephadm 2024-03-21T13:14:11.516823+0000 mgr.x (mgr.34104) 6599 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:13.305 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:13 smithi184 bash[59794]: cephadm 2024-03-21T13:14:11.616730+0000 mgr.x (mgr.34104) 6600 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:13.305 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:13 smithi184 bash[59794]: cephadm 2024-03-21T13:14:11.727924+0000 mgr.x (mgr.34104) 6601 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:13.305 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:13 smithi184 bash[59794]: cephadm 2024-03-21T13:14:11.825652+0000 mgr.x (mgr.34104) 6602 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:13.305 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:13 smithi184 bash[59794]: cephadm 2024-03-21T13:14:11.924396+0000 mgr.x (mgr.34104) 6603 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:13.305 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:13 smithi184 bash[59794]: cephadm 2024-03-21T13:14:12.019471+0000 mgr.x (mgr.34104) 6604 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:13.305 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:13 smithi184 bash[59794]: cephadm 2024-03-21T13:14:12.119361+0000 mgr.x (mgr.34104) 6605 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:13.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:13 smithi178 bash[75692]: cephadm 2024-03-21T13:14:11.419163+0000 mgr.x (mgr.34104) 6598 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:13.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:13 smithi178 bash[75692]: cephadm 2024-03-21T13:14:11.516823+0000 mgr.x (mgr.34104) 6599 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:13.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:13 smithi178 bash[75692]: cephadm 2024-03-21T13:14:11.616730+0000 mgr.x (mgr.34104) 6600 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:13.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:13 smithi178 bash[75692]: cephadm 2024-03-21T13:14:11.727924+0000 mgr.x (mgr.34104) 6601 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:13.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:13 smithi178 bash[75692]: cephadm 2024-03-21T13:14:11.825652+0000 mgr.x (mgr.34104) 6602 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:13.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:13 smithi178 bash[75692]: cephadm 2024-03-21T13:14:11.924396+0000 mgr.x (mgr.34104) 6603 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:13.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:13 smithi178 bash[75692]: cephadm 2024-03-21T13:14:12.019471+0000 mgr.x (mgr.34104) 6604 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:13.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:13 smithi178 bash[75692]: cephadm 2024-03-21T13:14:12.119361+0000 mgr.x (mgr.34104) 6605 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:13.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:13 smithi178 bash[75692]: cephadm 2024-03-21T13:14:12.261700+0000 mgr.x (mgr.34104) 6606 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-03-21T13:14:13.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:13 smithi178 bash[75692]: audit 2024-03-21T13:14:12.293490+0000 mon.a (mon.0) 11058 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-03-21T13:14:13.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:13 smithi178 bash[75692]: audit 2024-03-21T13:14:12.310422+0000 mon.a (mon.0) 11059 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd"}]': finished 2024-03-21T13:14:13.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:13 smithi178 bash[75692]: audit 2024-03-21T13:14:12.312700+0000 mon.a (mon.0) 11060 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-03-21T13:14:13.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:13 smithi178 bash[75692]: audit 2024-03-21T13:14:12.316251+0000 mon.a (mon.0) 11061 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-03-21T13:14:13.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:13 smithi178 bash[75692]: audit 2024-03-21T13:14:12.319296+0000 mon.a (mon.0) 11062 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-03-21T13:14:13.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:13 smithi178 bash[75692]: audit 2024-03-21T13:14:12.324771+0000 mon.a (mon.0) 11063 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]': finished 2024-03-21T13:14:13.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:13 smithi178 bash[75692]: audit 2024-03-21T13:14:12.327397+0000 mon.a (mon.0) 11064 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-03-21T13:14:13.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:13 smithi178 bash[75692]: audit 2024-03-21T13:14:12.331065+0000 mon.a (mon.0) 11065 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-03-21T13:14:13.549 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:13 smithi178 bash[75692]: audit 2024-03-21T13:14:12.333674+0000 mon.a (mon.0) 11066 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-21T13:14:13.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:13 smithi178 bash[77880]: cephadm 2024-03-21T13:14:11.419163+0000 mgr.x (mgr.34104) 6598 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:13.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:13 smithi178 bash[77880]: cephadm 2024-03-21T13:14:11.516823+0000 mgr.x (mgr.34104) 6599 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:13.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:13 smithi178 bash[77880]: cephadm 2024-03-21T13:14:11.616730+0000 mgr.x (mgr.34104) 6600 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:13.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:13 smithi178 bash[77880]: cephadm 2024-03-21T13:14:11.727924+0000 mgr.x (mgr.34104) 6601 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:13.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:13 smithi178 bash[77880]: cephadm 2024-03-21T13:14:11.825652+0000 mgr.x (mgr.34104) 6602 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:13.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:13 smithi178 bash[77880]: cephadm 2024-03-21T13:14:11.924396+0000 mgr.x (mgr.34104) 6603 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:13.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:13 smithi178 bash[77880]: cephadm 2024-03-21T13:14:12.019471+0000 mgr.x (mgr.34104) 6604 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:13.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:13 smithi178 bash[77880]: cephadm 2024-03-21T13:14:12.119361+0000 mgr.x (mgr.34104) 6605 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T13:14:13.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:13 smithi178 bash[77880]: cephadm 2024-03-21T13:14:12.261700+0000 mgr.x (mgr.34104) 6606 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-03-21T13:14:13.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:13 smithi178 bash[77880]: audit 2024-03-21T13:14:12.293490+0000 mon.a (mon.0) 11058 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-03-21T13:14:13.550 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:13 smithi178 bash[77880]: audit 2024-03-21T13:14:12.310422+0000 mon.a (mon.0) 11059 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd"}]': finished 2024-03-21T13:14:13.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:13 smithi178 bash[77880]: audit 2024-03-21T13:14:12.312700+0000 mon.a (mon.0) 11060 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-03-21T13:14:13.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:13 smithi178 bash[77880]: audit 2024-03-21T13:14:12.316251+0000 mon.a (mon.0) 11061 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-03-21T13:14:13.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:13 smithi178 bash[77880]: audit 2024-03-21T13:14:12.319296+0000 mon.a (mon.0) 11062 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-03-21T13:14:13.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:13 smithi178 bash[77880]: audit 2024-03-21T13:14:12.324771+0000 mon.a (mon.0) 11063 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]': finished 2024-03-21T13:14:13.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:13 smithi178 bash[77880]: audit 2024-03-21T13:14:12.327397+0000 mon.a (mon.0) 11064 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-03-21T13:14:13.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:13 smithi178 bash[77880]: audit 2024-03-21T13:14:12.331065+0000 mon.a (mon.0) 11065 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-03-21T13:14:13.551 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:13 smithi178 bash[77880]: audit 2024-03-21T13:14:12.333674+0000 mon.a (mon.0) 11066 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-21T13:14:13.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:13 smithi178 bash[75692]: audit 2024-03-21T13:14:12.334981+0000 mon.a (mon.0) 11067 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]: dispatch 2024-03-21T13:14:13.551 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:13 smithi178 bash[75692]: audit 2024-03-21T13:14:12.339360+0000 mon.a (mon.0) 11068 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]': finished 2024-03-21T13:14:13.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:13 smithi178 bash[75692]: audit 2024-03-21T13:14:12.342614+0000 mon.a (mon.0) 11069 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-03-21T13:14:13.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:13 smithi178 bash[75692]: audit 2024-03-21T13:14:12.346799+0000 mon.a (mon.0) 11070 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]': finished 2024-03-21T13:14:13.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:13 smithi178 bash[75692]: audit 2024-03-21T13:14:12.350273+0000 mon.a (mon.0) 11071 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-03-21T13:14:13.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:13 smithi178 bash[75692]: audit 2024-03-21T13:14:12.354243+0000 mon.a (mon.0) 11072 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-03-21T13:14:13.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:13 smithi178 bash[75692]: audit 2024-03-21T13:14:12.357178+0000 mon.a (mon.0) 11073 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]: dispatch 2024-03-21T13:14:13.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:13 smithi178 bash[75692]: audit 2024-03-21T13:14:12.361183+0000 mon.a (mon.0) 11074 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]': finished 2024-03-21T13:14:13.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:13 smithi178 bash[75692]: audit 2024-03-21T13:14:12.364121+0000 mon.a (mon.0) 11075 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-21T13:14:13.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:13 smithi178 bash[75692]: audit 2024-03-21T13:14:12.365425+0000 mon.a (mon.0) 11076 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-21T13:14:13.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:13 smithi178 bash[75692]: audit 2024-03-21T13:14:12.366732+0000 mon.a (mon.0) 11077 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-21T13:14:13.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:13 smithi178 bash[75692]: audit 2024-03-21T13:14:12.367900+0000 mon.a (mon.0) 11078 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-21T13:14:13.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:13 smithi178 bash[75692]: audit 2024-03-21T13:14:12.369134+0000 mon.a (mon.0) 11079 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-21T13:14:13.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:13 smithi178 bash[75692]: audit 2024-03-21T13:14:12.370399+0000 mon.a (mon.0) 11080 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-21T13:14:13.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:13 smithi178 bash[75692]: audit 2024-03-21T13:14:12.372178+0000 mon.a (mon.0) 11081 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-03-21T13:14:13.552 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:13 smithi178 bash[75692]: audit 2024-03-21T13:14:12.376966+0000 mon.a (mon.0) 11082 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-03-21T13:14:13.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:13 smithi178 bash[75692]: audit 2024-03-21T13:14:12.380483+0000 mon.a (mon.0) 11083 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:13.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:13 smithi178 bash[75692]: audit 2024-03-21T13:14:12.381864+0000 mon.a (mon.0) 11084 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:13.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:13 smithi178 bash[75692]: audit 2024-03-21T13:14:12.390706+0000 mon.a (mon.0) 11085 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:13.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:13 smithi178 bash[75692]: audit 2024-03-21T13:14:12.478692+0000 mon.a (mon.0) 11086 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:13.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:13 smithi178 bash[75692]: audit 2024-03-21T13:14:12.480646+0000 mon.a (mon.0) 11087 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:13.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:13 smithi178 bash[75692]: audit 2024-03-21T13:14:12.491267+0000 mon.a (mon.0) 11088 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:13.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:13 smithi178 bash[75692]: audit 2024-03-21T13:14:13.233641+0000 mon.a (mon.0) 11089 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:13.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:13 smithi178 bash[75692]: audit 2024-03-21T13:14:13.244345+0000 mon.a (mon.0) 11090 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:13.553 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:13 smithi178 bash[75692]: audit 2024-03-21T13:14:13.256034+0000 mon.a (mon.0) 11091 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:13.553 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:13 smithi178 bash[77880]: audit 2024-03-21T13:14:12.334981+0000 mon.a (mon.0) 11067 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]: dispatch 2024-03-21T13:14:13.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:13 smithi178 bash[77880]: audit 2024-03-21T13:14:12.339360+0000 mon.a (mon.0) 11068 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]': finished 2024-03-21T13:14:13.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:13 smithi178 bash[77880]: audit 2024-03-21T13:14:12.342614+0000 mon.a (mon.0) 11069 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-03-21T13:14:13.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:13 smithi178 bash[77880]: audit 2024-03-21T13:14:12.346799+0000 mon.a (mon.0) 11070 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]': finished 2024-03-21T13:14:13.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:13 smithi178 bash[77880]: audit 2024-03-21T13:14:12.350273+0000 mon.a (mon.0) 11071 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-03-21T13:14:13.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:13 smithi178 bash[77880]: audit 2024-03-21T13:14:12.354243+0000 mon.a (mon.0) 11072 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-03-21T13:14:13.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:13 smithi178 bash[77880]: audit 2024-03-21T13:14:12.357178+0000 mon.a (mon.0) 11073 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]: dispatch 2024-03-21T13:14:13.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:13 smithi178 bash[77880]: audit 2024-03-21T13:14:12.361183+0000 mon.a (mon.0) 11074 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]': finished 2024-03-21T13:14:13.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:13 smithi178 bash[77880]: audit 2024-03-21T13:14:12.364121+0000 mon.a (mon.0) 11075 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-21T13:14:13.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:13 smithi178 bash[77880]: audit 2024-03-21T13:14:12.365425+0000 mon.a (mon.0) 11076 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-21T13:14:13.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:13 smithi178 bash[77880]: audit 2024-03-21T13:14:12.366732+0000 mon.a (mon.0) 11077 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-21T13:14:13.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:13 smithi178 bash[77880]: audit 2024-03-21T13:14:12.367900+0000 mon.a (mon.0) 11078 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-21T13:14:13.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:13 smithi178 bash[77880]: audit 2024-03-21T13:14:12.369134+0000 mon.a (mon.0) 11079 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-21T13:14:13.554 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:13 smithi178 bash[77880]: audit 2024-03-21T13:14:12.370399+0000 mon.a (mon.0) 11080 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-21T13:14:13.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:13 smithi178 bash[77880]: audit 2024-03-21T13:14:12.372178+0000 mon.a (mon.0) 11081 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-03-21T13:14:13.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:13 smithi178 bash[77880]: audit 2024-03-21T13:14:12.376966+0000 mon.a (mon.0) 11082 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-03-21T13:14:13.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:13 smithi178 bash[77880]: audit 2024-03-21T13:14:12.380483+0000 mon.a (mon.0) 11083 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:13.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:13 smithi178 bash[77880]: audit 2024-03-21T13:14:12.381864+0000 mon.a (mon.0) 11084 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:13.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:13 smithi178 bash[77880]: audit 2024-03-21T13:14:12.390706+0000 mon.a (mon.0) 11085 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:13.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:13 smithi178 bash[77880]: audit 2024-03-21T13:14:12.478692+0000 mon.a (mon.0) 11086 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:13.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:13 smithi178 bash[77880]: audit 2024-03-21T13:14:12.480646+0000 mon.a (mon.0) 11087 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:13.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:13 smithi178 bash[77880]: audit 2024-03-21T13:14:12.491267+0000 mon.a (mon.0) 11088 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:13.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:13 smithi178 bash[77880]: audit 2024-03-21T13:14:13.233641+0000 mon.a (mon.0) 11089 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:13.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:13 smithi178 bash[77880]: audit 2024-03-21T13:14:13.244345+0000 mon.a (mon.0) 11090 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:13.555 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:13 smithi178 bash[77880]: audit 2024-03-21T13:14:13.256034+0000 mon.a (mon.0) 11091 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:13.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:13 smithi184 bash[59794]: cephadm 2024-03-21T13:14:12.261700+0000 mgr.x (mgr.34104) 6606 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-03-21T13:14:13.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:13 smithi184 bash[59794]: audit 2024-03-21T13:14:12.293490+0000 mon.a (mon.0) 11058 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-03-21T13:14:13.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:13 smithi184 bash[59794]: audit 2024-03-21T13:14:12.310422+0000 mon.a (mon.0) 11059 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd"}]': finished 2024-03-21T13:14:13.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:13 smithi184 bash[59794]: audit 2024-03-21T13:14:12.312700+0000 mon.a (mon.0) 11060 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-03-21T13:14:13.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:13 smithi184 bash[59794]: audit 2024-03-21T13:14:12.316251+0000 mon.a (mon.0) 11061 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-03-21T13:14:13.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:13 smithi184 bash[59794]: audit 2024-03-21T13:14:12.319296+0000 mon.a (mon.0) 11062 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-03-21T13:14:13.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:13 smithi184 bash[59794]: audit 2024-03-21T13:14:12.324771+0000 mon.a (mon.0) 11063 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]': finished 2024-03-21T13:14:13.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:13 smithi184 bash[59794]: audit 2024-03-21T13:14:12.327397+0000 mon.a (mon.0) 11064 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-03-21T13:14:13.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:13 smithi184 bash[59794]: audit 2024-03-21T13:14:12.331065+0000 mon.a (mon.0) 11065 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-03-21T13:14:13.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:13 smithi184 bash[59794]: audit 2024-03-21T13:14:12.333674+0000 mon.a (mon.0) 11066 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-21T13:14:13.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:13 smithi184 bash[59794]: audit 2024-03-21T13:14:12.334981+0000 mon.a (mon.0) 11067 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]: dispatch 2024-03-21T13:14:13.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:13 smithi184 bash[59794]: audit 2024-03-21T13:14:12.339360+0000 mon.a (mon.0) 11068 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]': finished 2024-03-21T13:14:13.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:13 smithi184 bash[59794]: audit 2024-03-21T13:14:12.342614+0000 mon.a (mon.0) 11069 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-03-21T13:14:13.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:13 smithi184 bash[59794]: audit 2024-03-21T13:14:12.346799+0000 mon.a (mon.0) 11070 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]': finished 2024-03-21T13:14:13.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:13 smithi184 bash[59794]: audit 2024-03-21T13:14:12.350273+0000 mon.a (mon.0) 11071 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-03-21T13:14:13.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:13 smithi184 bash[59794]: audit 2024-03-21T13:14:12.354243+0000 mon.a (mon.0) 11072 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-03-21T13:14:13.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:13 smithi184 bash[59794]: audit 2024-03-21T13:14:12.357178+0000 mon.a (mon.0) 11073 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]: dispatch 2024-03-21T13:14:13.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:13 smithi184 bash[59794]: audit 2024-03-21T13:14:12.361183+0000 mon.a (mon.0) 11074 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]': finished 2024-03-21T13:14:13.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:13 smithi184 bash[59794]: audit 2024-03-21T13:14:12.364121+0000 mon.a (mon.0) 11075 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-21T13:14:13.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:13 smithi184 bash[59794]: audit 2024-03-21T13:14:12.365425+0000 mon.a (mon.0) 11076 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-21T13:14:13.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:13 smithi184 bash[59794]: audit 2024-03-21T13:14:12.366732+0000 mon.a (mon.0) 11077 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-21T13:14:13.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:13 smithi184 bash[59794]: audit 2024-03-21T13:14:12.367900+0000 mon.a (mon.0) 11078 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-21T13:14:13.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:13 smithi184 bash[59794]: audit 2024-03-21T13:14:12.369134+0000 mon.a (mon.0) 11079 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-21T13:14:13.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:13 smithi184 bash[59794]: audit 2024-03-21T13:14:12.370399+0000 mon.a (mon.0) 11080 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-21T13:14:13.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:13 smithi184 bash[59794]: audit 2024-03-21T13:14:12.372178+0000 mon.a (mon.0) 11081 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-03-21T13:14:13.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:13 smithi184 bash[59794]: audit 2024-03-21T13:14:12.376966+0000 mon.a (mon.0) 11082 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-03-21T13:14:13.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:13 smithi184 bash[59794]: audit 2024-03-21T13:14:12.380483+0000 mon.a (mon.0) 11083 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:13.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:13 smithi184 bash[59794]: audit 2024-03-21T13:14:12.381864+0000 mon.a (mon.0) 11084 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:13.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:13 smithi184 bash[59794]: audit 2024-03-21T13:14:12.390706+0000 mon.a (mon.0) 11085 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:13.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:13 smithi184 bash[59794]: audit 2024-03-21T13:14:12.478692+0000 mon.a (mon.0) 11086 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:14:13.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:13 smithi184 bash[59794]: audit 2024-03-21T13:14:12.480646+0000 mon.a (mon.0) 11087 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:14:13.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:13 smithi184 bash[59794]: audit 2024-03-21T13:14:12.491267+0000 mon.a (mon.0) 11088 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:13.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:13 smithi184 bash[59794]: audit 2024-03-21T13:14:13.233641+0000 mon.a (mon.0) 11089 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:13.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:13 smithi184 bash[59794]: audit 2024-03-21T13:14:13.244345+0000 mon.a (mon.0) 11090 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:13.576 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:13 smithi184 bash[59794]: audit 2024-03-21T13:14:13.256034+0000 mon.a (mon.0) 11091 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:14.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:14 smithi178 bash[75692]: cephadm 2024-03-21T13:14:12.372006+0000 mgr.x (mgr.34104) 6607 : cephadm [INF] Upgrade: Complete! 2024-03-21T13:14:14.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:14 smithi178 bash[75692]: cluster 2024-03-21T13:14:13.193623+0000 mgr.x (mgr.34104) 6608 : cluster [DBG] pgmap v4233: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:14:14.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:14 smithi178 bash[75692]: audit 2024-03-21T13:14:13.794194+0000 mon.a (mon.0) 11092 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:14.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:14 smithi178 bash[75692]: audit 2024-03-21T13:14:13.804092+0000 mon.a (mon.0) 11093 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:14.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:14 smithi178 bash[75692]: audit 2024-03-21T13:14:13.814282+0000 mon.a (mon.0) 11094 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:14.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:14 smithi178 bash[77880]: cephadm 2024-03-21T13:14:12.372006+0000 mgr.x (mgr.34104) 6607 : cephadm [INF] Upgrade: Complete! 2024-03-21T13:14:14.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:14 smithi178 bash[77880]: cluster 2024-03-21T13:14:13.193623+0000 mgr.x (mgr.34104) 6608 : cluster [DBG] pgmap v4233: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:14:14.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:14 smithi178 bash[77880]: audit 2024-03-21T13:14:13.794194+0000 mon.a (mon.0) 11092 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:14.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:14 smithi178 bash[77880]: audit 2024-03-21T13:14:13.804092+0000 mon.a (mon.0) 11093 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:14.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:14 smithi178 bash[77880]: audit 2024-03-21T13:14:13.814282+0000 mon.a (mon.0) 11094 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:14.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:14 smithi184 bash[59794]: cephadm 2024-03-21T13:14:12.372006+0000 mgr.x (mgr.34104) 6607 : cephadm [INF] Upgrade: Complete! 2024-03-21T13:14:14.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:14 smithi184 bash[59794]: cluster 2024-03-21T13:14:13.193623+0000 mgr.x (mgr.34104) 6608 : cluster [DBG] pgmap v4233: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:14:14.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:14 smithi184 bash[59794]: audit 2024-03-21T13:14:13.794194+0000 mon.a (mon.0) 11092 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:14.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:14 smithi184 bash[59794]: audit 2024-03-21T13:14:13.804092+0000 mon.a (mon.0) 11093 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:14.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:14 smithi184 bash[59794]: audit 2024-03-21T13:14:13.814282+0000 mon.a (mon.0) 11094 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:15.573 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:14:15 smithi184 bash[52419]: ::ffff:172.21.15.184 - - [21/Mar/2024:13:14:15] "GET /metrics HTTP/1.1" 200 38776 "" "Prometheus/2.43.0" 2024-03-21T13:14:16.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:16 smithi178 bash[75692]: cluster 2024-03-21T13:14:15.196009+0000 mgr.x (mgr.34104) 6609 : cluster [DBG] pgmap v4234: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:14:16.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:16 smithi178 bash[75692]: audit 2024-03-21T13:14:15.197347+0000 mon.a (mon.0) 11095 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:16.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:16 smithi178 bash[77880]: cluster 2024-03-21T13:14:15.196009+0000 mgr.x (mgr.34104) 6609 : cluster [DBG] pgmap v4234: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:14:16.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:16 smithi178 bash[77880]: audit 2024-03-21T13:14:15.197347+0000 mon.a (mon.0) 11095 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:16.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:16 smithi184 bash[59794]: cluster 2024-03-21T13:14:15.196009+0000 mgr.x (mgr.34104) 6609 : cluster [DBG] pgmap v4234: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:14:16.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:16 smithi184 bash[59794]: audit 2024-03-21T13:14:15.197347+0000 mon.a (mon.0) 11095 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:18.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:17 smithi178 bash[75692]: audit 2024-03-21T13:14:16.970989+0000 mon.a (mon.0) 11096 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:18.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:17 smithi178 bash[75692]: audit 2024-03-21T13:14:16.980982+0000 mon.a (mon.0) 11097 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:18.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:17 smithi178 bash[75692]: audit 2024-03-21T13:14:16.988387+0000 mon.a (mon.0) 11098 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:18.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:17 smithi178 bash[75692]: cluster 2024-03-21T13:14:17.196921+0000 mgr.x (mgr.34104) 6610 : cluster [DBG] pgmap v4235: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:14:18.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:17 smithi178 bash[75692]: audit 2024-03-21T13:14:17.261401+0000 mgr.x (mgr.34104) 6611 : audit [DBG] from='client.54979 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:14:18.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:17 smithi178 bash[77880]: audit 2024-03-21T13:14:16.970989+0000 mon.a (mon.0) 11096 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:18.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:17 smithi178 bash[77880]: audit 2024-03-21T13:14:16.980982+0000 mon.a (mon.0) 11097 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:18.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:17 smithi178 bash[77880]: audit 2024-03-21T13:14:16.988387+0000 mon.a (mon.0) 11098 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:18.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:17 smithi178 bash[77880]: cluster 2024-03-21T13:14:17.196921+0000 mgr.x (mgr.34104) 6610 : cluster [DBG] pgmap v4235: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:14:18.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:17 smithi178 bash[77880]: audit 2024-03-21T13:14:17.261401+0000 mgr.x (mgr.34104) 6611 : audit [DBG] from='client.54979 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:14:18.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:17 smithi184 bash[59794]: audit 2024-03-21T13:14:16.970989+0000 mon.a (mon.0) 11096 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:18.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:17 smithi184 bash[59794]: audit 2024-03-21T13:14:16.980982+0000 mon.a (mon.0) 11097 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:18.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:17 smithi184 bash[59794]: audit 2024-03-21T13:14:16.988387+0000 mon.a (mon.0) 11098 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:18.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:17 smithi184 bash[59794]: cluster 2024-03-21T13:14:17.196921+0000 mgr.x (mgr.34104) 6610 : cluster [DBG] pgmap v4235: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:14:18.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:17 smithi184 bash[59794]: audit 2024-03-21T13:14:17.261401+0000 mgr.x (mgr.34104) 6611 : audit [DBG] from='client.54979 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:14:18.725 DEBUG:teuthology.orchestra.run.smithi178:> 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 a94f249e-e780-11ee-95cd-87774f69a715 -e sha1=960fbbe4645c2becc8084669be194c95183c7753 -- bash -c 'ceph orch ps' 2024-03-21T13:14:20.258 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:20 smithi184 bash[59794]: cluster 2024-03-21T13:14:19.198413+0000 mgr.x (mgr.34104) 6612 : cluster [DBG] pgmap v4236: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:14:20.259 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:20 smithi184 bash[59794]: audit 2024-03-21T13:14:19.795748+0000 mon.a (mon.0) 11099 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:14:20.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:20 smithi178 bash[75692]: cluster 2024-03-21T13:14:19.198413+0000 mgr.x (mgr.34104) 6612 : cluster [DBG] pgmap v4236: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:14:20.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:20 smithi178 bash[75692]: audit 2024-03-21T13:14:19.795748+0000 mon.a (mon.0) 11099 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:14:20.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:20 smithi178 bash[77880]: cluster 2024-03-21T13:14:19.198413+0000 mgr.x (mgr.34104) 6612 : cluster [DBG] pgmap v4236: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:14:20.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:20 smithi178 bash[77880]: audit 2024-03-21T13:14:19.795748+0000 mon.a (mon.0) 11099 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:14:21.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:21 smithi178 bash[75692]: audit 2024-03-21T13:14:19.400171+0000 mgr.x (mgr.34104) 6613 : audit [DBG] from='client.54784 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:14:21.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:21 smithi178 bash[77880]: audit 2024-03-21T13:14:19.400171+0000 mgr.x (mgr.34104) 6613 : audit [DBG] from='client.54784 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:14:21.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:21 smithi184 bash[59794]: audit 2024-03-21T13:14:19.400171+0000 mgr.x (mgr.34104) 6613 : audit [DBG] from='client.54784 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:14:22.269 INFO:teuthology.orchestra.run.smithi178.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-21T13:14:22.269 INFO:teuthology.orchestra.run.smithi178.stdout:agent.smithi178 smithi178 running 9s ago 28m - - 2024-03-21T13:14:22.270 INFO:teuthology.orchestra.run.smithi178.stdout:agent.smithi184 smithi184 running 5s ago 28m - - 2024-03-21T13:14:22.270 INFO:teuthology.orchestra.run.smithi178.stdout:alertmanager.a smithi178 *:9093,9094 running (65s) 9s ago 21m 16.6M - 0.25.0 c8568f914cd2 680b7055fecc 2024-03-21T13:14:22.270 INFO:teuthology.orchestra.run.smithi178.stdout:grafana.a smithi184 *:3000 running (20s) 5s ago 20m 73.1M - 9.4.12 2bacad6d85d8 b37510760289 2024-03-21T13:14:22.270 INFO:teuthology.orchestra.run.smithi178.stdout:iscsi.foo.smithi178.qfgpzc smithi178 running (2m) 9s ago 18m 46.5M - 3.7 19e12293512f 73d2108e472a 2024-03-21T13:14:22.270 INFO:teuthology.orchestra.run.smithi178.stdout:mgr.x smithi184 *:8443,9283,8765 running (13m) 5s ago 27m 558M - 19.0.0-2267-g960fbbe4 19e12293512f 23b748469eab 2024-03-21T13:14:22.270 INFO:teuthology.orchestra.run.smithi178.stdout:mgr.y smithi178 *:8443,9283,8765 running (12m) 9s ago 29m 448M - 19.0.0-2267-g960fbbe4 19e12293512f 4b58d9293a93 2024-03-21T13:14:22.270 INFO:teuthology.orchestra.run.smithi178.stdout:mon.a smithi178 running (11m) 9s ago 29m 174M 2048M 19.0.0-2267-g960fbbe4 19e12293512f cdcc04604451 2024-03-21T13:14:22.270 INFO:teuthology.orchestra.run.smithi178.stdout:mon.b smithi184 running (10m) 5s ago 27m 74.8M 2048M 19.0.0-2267-g960fbbe4 19e12293512f 209431841a07 2024-03-21T13:14:22.270 INFO:teuthology.orchestra.run.smithi178.stdout:mon.c smithi178 running (10m) 9s ago 27m 79.0M 2048M 19.0.0-2267-g960fbbe4 19e12293512f 1de13280fabe 2024-03-21T13:14:22.270 INFO:teuthology.orchestra.run.smithi178.stdout:node-exporter.a smithi178 *:9100 running (2m) 9s ago 21m 10.3M - 1.5.0 0da6a335fe13 c9a4a1ff1d7d 2024-03-21T13:14:22.270 INFO:teuthology.orchestra.run.smithi178.stdout:node-exporter.b smithi184 *:9100 running (2m) 5s ago 21m 11.1M - 1.5.0 0da6a335fe13 64718b804018 2024-03-21T13:14:22.270 INFO:teuthology.orchestra.run.smithi178.stdout:osd.0 smithi178 running (8m) 9s ago 27m 64.8M 2525M 19.0.0-2267-g960fbbe4 19e12293512f ca44aa92861d 2024-03-21T13:14:22.270 INFO:teuthology.orchestra.run.smithi178.stdout:osd.1 smithi178 running (8m) 9s ago 26m 64.3M 2525M 19.0.0-2267-g960fbbe4 19e12293512f c559dec8e3df 2024-03-21T13:14:22.271 INFO:teuthology.orchestra.run.smithi178.stdout:osd.2 smithi178 running (7m) 9s ago 25m 62.3M 2525M 19.0.0-2267-g960fbbe4 19e12293512f 4ba78eee5937 2024-03-21T13:14:22.271 INFO:teuthology.orchestra.run.smithi178.stdout:osd.3 smithi178 running (6m) 9s ago 25m 62.6M 2525M 19.0.0-2267-g960fbbe4 19e12293512f f26cfcfca7d2 2024-03-21T13:14:22.271 INFO:teuthology.orchestra.run.smithi178.stdout:osd.4 smithi184 running (6m) 5s ago 24m 65.8M 2781M 19.0.0-2267-g960fbbe4 19e12293512f fdbedcf7f562 2024-03-21T13:14:22.271 INFO:teuthology.orchestra.run.smithi178.stdout:osd.5 smithi184 running (5m) 5s ago 23m 64.9M 2781M 19.0.0-2267-g960fbbe4 19e12293512f ea53f5dd04b2 2024-03-21T13:14:22.271 INFO:teuthology.orchestra.run.smithi178.stdout:osd.6 smithi184 running (4m) 5s ago 23m 57.1M 2781M 19.0.0-2267-g960fbbe4 19e12293512f b0765c5eb8f0 2024-03-21T13:14:22.271 INFO:teuthology.orchestra.run.smithi178.stdout:osd.7 smithi184 running (4m) 5s ago 22m 62.4M 2781M 19.0.0-2267-g960fbbe4 19e12293512f caf9c8ff9a5b 2024-03-21T13:14:22.271 INFO:teuthology.orchestra.run.smithi178.stdout:prometheus.a smithi184 *:9095 running (109s) 5s ago 21m 58.1M - 2.43.0 a07b618ecd1d 7e218fa65489 2024-03-21T13:14:22.271 INFO:teuthology.orchestra.run.smithi178.stdout:rgw.foo.smithi178.amgrte smithi178 *:8000 running (3m) 9s ago 19m 92.0M - 19.0.0-2267-g960fbbe4 19e12293512f d50d551d1986 2024-03-21T13:14:22.271 INFO:teuthology.orchestra.run.smithi178.stdout:rgw.foo.smithi184.sylqte smithi184 *:8000 running (3m) 5s ago 19m 91.9M - 19.0.0-2267-g960fbbe4 19e12293512f df4876fbb053 2024-03-21T13:14:22.271 INFO:teuthology.orchestra.run.smithi178.stdout:rgw.smpl.smithi178.avyvkd smithi178 *:80 running (3m) 9s ago 19m 91.6M - 19.0.0-2267-g960fbbe4 19e12293512f 7ca4c68d0b72 2024-03-21T13:14:22.271 INFO:teuthology.orchestra.run.smithi178.stdout:rgw.smpl.smithi184.ccsuhn smithi184 *:80 running (3m) 5s ago 19m 91.9M - 19.0.0-2267-g960fbbe4 19e12293512f 63ad46f72bd7 2024-03-21T13:14:22.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:22 smithi178 bash[75692]: cluster 2024-03-21T13:14:21.199657+0000 mgr.x (mgr.34104) 6614 : cluster [DBG] pgmap v4237: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:14:22.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:22 smithi178 bash[77880]: cluster 2024-03-21T13:14:21.199657+0000 mgr.x (mgr.34104) 6614 : cluster [DBG] pgmap v4237: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:14:22.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:22 smithi184 bash[59794]: cluster 2024-03-21T13:14:21.199657+0000 mgr.x (mgr.34104) 6614 : cluster [DBG] pgmap v4237: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:14:23.079 DEBUG:teuthology.orchestra.run.smithi178:> 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 a94f249e-e780-11ee-95cd-87774f69a715 -e sha1=960fbbe4645c2becc8084669be194c95183c7753 -- bash -c 'ceph versions' 2024-03-21T13:14:23.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:23 smithi178 bash[75692]: audit 2024-03-21T13:14:22.240215+0000 mgr.x (mgr.34104) 6615 : audit [DBG] from='client.45009 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:14:23.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:23 smithi178 bash[77880]: audit 2024-03-21T13:14:22.240215+0000 mgr.x (mgr.34104) 6615 : audit [DBG] from='client.45009 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:14:23.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:23 smithi184 bash[59794]: audit 2024-03-21T13:14:22.240215+0000 mgr.x (mgr.34104) 6615 : audit [DBG] from='client.45009 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:14:24.477 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:24 smithi178 bash[75692]: cluster 2024-03-21T13:14:23.200464+0000 mgr.x (mgr.34104) 6616 : cluster [DBG] pgmap v4238: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:14:24.478 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:24 smithi178 bash[77880]: cluster 2024-03-21T13:14:23.200464+0000 mgr.x (mgr.34104) 6616 : cluster [DBG] pgmap v4238: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:14:24.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:24 smithi184 bash[59794]: cluster 2024-03-21T13:14:23.200464+0000 mgr.x (mgr.34104) 6616 : cluster [DBG] pgmap v4238: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:14:25.823 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:14:25 smithi184 bash[52419]: ::ffff:172.21.15.184 - - [21/Mar/2024:13:14:25] "GET /metrics HTTP/1.1" 200 38774 "" "Prometheus/2.43.0" 2024-03-21T13:14:26.534 INFO:teuthology.orchestra.run.smithi178.stdout:{ 2024-03-21T13:14:26.534 INFO:teuthology.orchestra.run.smithi178.stdout: "mon": { 2024-03-21T13:14:26.534 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 3 2024-03-21T13:14:26.534 INFO:teuthology.orchestra.run.smithi178.stdout: }, 2024-03-21T13:14:26.534 INFO:teuthology.orchestra.run.smithi178.stdout: "mgr": { 2024-03-21T13:14:26.534 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 2 2024-03-21T13:14:26.535 INFO:teuthology.orchestra.run.smithi178.stdout: }, 2024-03-21T13:14:26.535 INFO:teuthology.orchestra.run.smithi178.stdout: "osd": { 2024-03-21T13:14:26.535 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 8 2024-03-21T13:14:26.535 INFO:teuthology.orchestra.run.smithi178.stdout: }, 2024-03-21T13:14:26.535 INFO:teuthology.orchestra.run.smithi178.stdout: "rgw": { 2024-03-21T13:14:26.535 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 4 2024-03-21T13:14:26.535 INFO:teuthology.orchestra.run.smithi178.stdout: }, 2024-03-21T13:14:26.535 INFO:teuthology.orchestra.run.smithi178.stdout: "overall": { 2024-03-21T13:14:26.535 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 17 2024-03-21T13:14:26.535 INFO:teuthology.orchestra.run.smithi178.stdout: } 2024-03-21T13:14:26.535 INFO:teuthology.orchestra.run.smithi178.stdout:} 2024-03-21T13:14:26.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:26 smithi178 bash[75692]: cluster 2024-03-21T13:14:25.202151+0000 mgr.x (mgr.34104) 6617 : cluster [DBG] pgmap v4239: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:14:26.547 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:26 smithi178 bash[77880]: cluster 2024-03-21T13:14:25.202151+0000 mgr.x (mgr.34104) 6617 : cluster [DBG] pgmap v4239: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:14:26.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:26 smithi184 bash[59794]: cluster 2024-03-21T13:14:25.202151+0000 mgr.x (mgr.34104) 6617 : cluster [DBG] pgmap v4239: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:14:27.409 DEBUG:teuthology.orchestra.run.smithi178:> 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 a94f249e-e780-11ee-95cd-87774f69a715 -e sha1=960fbbe4645c2becc8084669be194c95183c7753 -- bash -c 'echo "wait for servicemap items w/ changing names to refresh"' 2024-03-21T13:14:27.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:27 smithi178 bash[75692]: audit 2024-03-21T13:14:26.531824+0000 mon.a (mon.0) 11100 : audit [DBG] from='client.? 172.21.15.178:0/965614095' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:27.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:27 smithi178 bash[77880]: audit 2024-03-21T13:14:26.531824+0000 mon.a (mon.0) 11100 : audit [DBG] from='client.? 172.21.15.178:0/965614095' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:27.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:27 smithi184 bash[59794]: audit 2024-03-21T13:14:26.531824+0000 mon.a (mon.0) 11100 : audit [DBG] from='client.? 172.21.15.178:0/965614095' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:14:28.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:28 smithi178 bash[75692]: cluster 2024-03-21T13:14:27.202823+0000 mgr.x (mgr.34104) 6618 : cluster [DBG] pgmap v4240: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:14:28.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:28 smithi178 bash[77880]: cluster 2024-03-21T13:14:27.202823+0000 mgr.x (mgr.34104) 6618 : cluster [DBG] pgmap v4240: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:14:28.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:28 smithi184 bash[59794]: cluster 2024-03-21T13:14:27.202823+0000 mgr.x (mgr.34104) 6618 : cluster [DBG] pgmap v4240: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:14:30.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:30 smithi184 bash[59794]: cluster 2024-03-21T13:14:29.204230+0000 mgr.x (mgr.34104) 6619 : cluster [DBG] pgmap v4241: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:14:30.637 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:30 smithi178 bash[75692]: cluster 2024-03-21T13:14:29.204230+0000 mgr.x (mgr.34104) 6619 : cluster [DBG] pgmap v4241: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:14:30.637 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:30 smithi178 bash[77880]: cluster 2024-03-21T13:14:29.204230+0000 mgr.x (mgr.34104) 6619 : cluster [DBG] pgmap v4241: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:14:30.711 INFO:teuthology.orchestra.run.smithi178.stdout:wait for servicemap items w/ changing names to refresh 2024-03-21T13:14:31.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:31 smithi184 bash[59794]: audit 2024-03-21T13:14:29.411818+0000 mgr.x (mgr.34104) 6620 : audit [DBG] from='client.54784 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:14:31.596 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:31 smithi178 bash[75692]: audit 2024-03-21T13:14:29.411818+0000 mgr.x (mgr.34104) 6620 : audit [DBG] from='client.54784 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:14:31.596 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:31 smithi178 bash[77880]: audit 2024-03-21T13:14:29.411818+0000 mgr.x (mgr.34104) 6620 : audit [DBG] from='client.54784 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:14:31.597 DEBUG:teuthology.orchestra.run.smithi178:> 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 a94f249e-e780-11ee-95cd-87774f69a715 -e sha1=960fbbe4645c2becc8084669be194c95183c7753 -- bash -c 'sleep 60' 2024-03-21T13:14:32.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:32 smithi184 bash[59794]: cluster 2024-03-21T13:14:31.205436+0000 mgr.x (mgr.34104) 6621 : cluster [DBG] pgmap v4242: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:14:32.667 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:32 smithi178 bash[75692]: cluster 2024-03-21T13:14:31.205436+0000 mgr.x (mgr.34104) 6621 : cluster [DBG] pgmap v4242: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:14:32.668 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:32 smithi178 bash[77880]: cluster 2024-03-21T13:14:31.205436+0000 mgr.x (mgr.34104) 6621 : cluster [DBG] pgmap v4242: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:14:34.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:34 smithi184 bash[59794]: cluster 2024-03-21T13:14:33.206291+0000 mgr.x (mgr.34104) 6622 : cluster [DBG] pgmap v4243: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:14:34.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:34 smithi184 bash[59794]: audit 2024-03-21T13:14:33.422458+0000 mon.a (mon.0) 11101 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:34.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:34 smithi184 bash[59794]: audit 2024-03-21T13:14:33.433776+0000 mon.a (mon.0) 11102 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:34.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:34 smithi184 bash[59794]: audit 2024-03-21T13:14:33.443545+0000 mon.a (mon.0) 11103 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:34.797 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:34 smithi178 bash[77880]: cluster 2024-03-21T13:14:33.206291+0000 mgr.x (mgr.34104) 6622 : cluster [DBG] pgmap v4243: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:14:34.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:34 smithi178 bash[77880]: audit 2024-03-21T13:14:33.422458+0000 mon.a (mon.0) 11101 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:34.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:34 smithi178 bash[77880]: audit 2024-03-21T13:14:33.433776+0000 mon.a (mon.0) 11102 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:34.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:34 smithi178 bash[77880]: audit 2024-03-21T13:14:33.443545+0000 mon.a (mon.0) 11103 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:34.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:34 smithi178 bash[75692]: cluster 2024-03-21T13:14:33.206291+0000 mgr.x (mgr.34104) 6622 : cluster [DBG] pgmap v4243: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:14:34.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:34 smithi178 bash[75692]: audit 2024-03-21T13:14:33.422458+0000 mon.a (mon.0) 11101 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:34.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:34 smithi178 bash[75692]: audit 2024-03-21T13:14:33.433776+0000 mon.a (mon.0) 11102 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:34.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:34 smithi178 bash[75692]: audit 2024-03-21T13:14:33.443545+0000 mon.a (mon.0) 11103 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:35.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:35 smithi178 bash[75692]: audit 2024-03-21T13:14:34.796505+0000 mon.a (mon.0) 11104 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:14:35.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:35 smithi178 bash[77880]: audit 2024-03-21T13:14:34.796505+0000 mon.a (mon.0) 11104 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:14:35.823 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:14:35 smithi184 bash[52419]: ::ffff:172.21.15.184 - - [21/Mar/2024:13:14:35] "GET /metrics HTTP/1.1" 200 38776 "" "Prometheus/2.43.0" 2024-03-21T13:14:35.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:35 smithi184 bash[59794]: audit 2024-03-21T13:14:34.796505+0000 mon.a (mon.0) 11104 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:14:36.587 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:36 smithi184 bash[59794]: cluster 2024-03-21T13:14:35.208012+0000 mgr.x (mgr.34104) 6623 : cluster [DBG] pgmap v4244: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:14:36.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:36 smithi178 bash[75692]: cluster 2024-03-21T13:14:35.208012+0000 mgr.x (mgr.34104) 6623 : cluster [DBG] pgmap v4244: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:14:36.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:36 smithi178 bash[77880]: cluster 2024-03-21T13:14:35.208012+0000 mgr.x (mgr.34104) 6623 : cluster [DBG] pgmap v4244: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:14:38.484 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:38 smithi184 bash[59794]: audit 2024-03-21T13:14:37.178230+0000 mon.a (mon.0) 11105 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:38.484 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:38 smithi184 bash[59794]: audit 2024-03-21T13:14:37.187371+0000 mon.a (mon.0) 11106 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:38.484 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:38 smithi184 bash[59794]: audit 2024-03-21T13:14:37.195042+0000 mon.a (mon.0) 11107 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:38.484 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:38 smithi184 bash[59794]: cluster 2024-03-21T13:14:37.208728+0000 mgr.x (mgr.34104) 6624 : cluster [DBG] pgmap v4245: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:14:38.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:38 smithi178 bash[75692]: audit 2024-03-21T13:14:37.178230+0000 mon.a (mon.0) 11105 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:38.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:38 smithi178 bash[75692]: audit 2024-03-21T13:14:37.187371+0000 mon.a (mon.0) 11106 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:38.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:38 smithi178 bash[75692]: audit 2024-03-21T13:14:37.195042+0000 mon.a (mon.0) 11107 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:38.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:38 smithi178 bash[75692]: cluster 2024-03-21T13:14:37.208728+0000 mgr.x (mgr.34104) 6624 : cluster [DBG] pgmap v4245: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:14:38.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:38 smithi178 bash[77880]: audit 2024-03-21T13:14:37.178230+0000 mon.a (mon.0) 11105 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:38.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:38 smithi178 bash[77880]: audit 2024-03-21T13:14:37.187371+0000 mon.a (mon.0) 11106 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:38.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:38 smithi178 bash[77880]: audit 2024-03-21T13:14:37.195042+0000 mon.a (mon.0) 11107 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:38.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:38 smithi178 bash[77880]: cluster 2024-03-21T13:14:37.208728+0000 mgr.x (mgr.34104) 6624 : cluster [DBG] pgmap v4245: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:14:40.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:40 smithi178 bash[75692]: cluster 2024-03-21T13:14:39.210200+0000 mgr.x (mgr.34104) 6625 : cluster [DBG] pgmap v4246: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:14:40.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:40 smithi178 bash[77880]: cluster 2024-03-21T13:14:39.210200+0000 mgr.x (mgr.34104) 6625 : cluster [DBG] pgmap v4246: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:14:40.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:40 smithi184 bash[59794]: cluster 2024-03-21T13:14:39.210200+0000 mgr.x (mgr.34104) 6625 : cluster [DBG] pgmap v4246: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:14:41.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:41 smithi178 bash[75692]: audit 2024-03-21T13:14:39.423446+0000 mgr.x (mgr.34104) 6626 : audit [DBG] from='client.54784 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:14:41.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:41 smithi178 bash[77880]: audit 2024-03-21T13:14:39.423446+0000 mgr.x (mgr.34104) 6626 : audit [DBG] from='client.54784 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:14:41.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:41 smithi184 bash[59794]: audit 2024-03-21T13:14:39.423446+0000 mgr.x (mgr.34104) 6626 : audit [DBG] from='client.54784 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:14:42.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:42 smithi178 bash[75692]: cluster 2024-03-21T13:14:41.211420+0000 mgr.x (mgr.34104) 6627 : cluster [DBG] pgmap v4247: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:14:42.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:42 smithi178 bash[77880]: cluster 2024-03-21T13:14:41.211420+0000 mgr.x (mgr.34104) 6627 : cluster [DBG] pgmap v4247: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:14:42.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:42 smithi184 bash[59794]: cluster 2024-03-21T13:14:41.211420+0000 mgr.x (mgr.34104) 6627 : cluster [DBG] pgmap v4247: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:14:44.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:44 smithi178 bash[75692]: cluster 2024-03-21T13:14:43.212274+0000 mgr.x (mgr.34104) 6628 : cluster [DBG] pgmap v4248: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:14:44.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:44 smithi178 bash[77880]: cluster 2024-03-21T13:14:43.212274+0000 mgr.x (mgr.34104) 6628 : cluster [DBG] pgmap v4248: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:14:44.575 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:44 smithi184 bash[59794]: cluster 2024-03-21T13:14:43.212274+0000 mgr.x (mgr.34104) 6628 : cluster [DBG] pgmap v4248: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:14:45.823 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:14:45 smithi184 bash[52419]: ::ffff:172.21.15.184 - - [21/Mar/2024:13:14:45] "GET /metrics HTTP/1.1" 200 38776 "" "Prometheus/2.43.0" 2024-03-21T13:14:46.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:46 smithi178 bash[75692]: cluster 2024-03-21T13:14:45.213950+0000 mgr.x (mgr.34104) 6629 : cluster [DBG] pgmap v4249: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:14:46.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:46 smithi178 bash[77880]: cluster 2024-03-21T13:14:45.213950+0000 mgr.x (mgr.34104) 6629 : cluster [DBG] pgmap v4249: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:14:46.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:46 smithi184 bash[59794]: cluster 2024-03-21T13:14:45.213950+0000 mgr.x (mgr.34104) 6629 : cluster [DBG] pgmap v4249: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:14:48.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:48 smithi178 bash[75692]: cluster 2024-03-21T13:14:47.214697+0000 mgr.x (mgr.34104) 6630 : cluster [DBG] pgmap v4250: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:14:48.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:48 smithi178 bash[77880]: cluster 2024-03-21T13:14:47.214697+0000 mgr.x (mgr.34104) 6630 : cluster [DBG] pgmap v4250: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:14:48.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:48 smithi184 bash[59794]: cluster 2024-03-21T13:14:47.214697+0000 mgr.x (mgr.34104) 6630 : cluster [DBG] pgmap v4250: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:14:50.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:50 smithi184 bash[59794]: cluster 2024-03-21T13:14:49.216068+0000 mgr.x (mgr.34104) 6631 : cluster [DBG] pgmap v4251: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:14:50.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:50 smithi184 bash[59794]: audit 2024-03-21T13:14:49.796449+0000 mon.a (mon.0) 11108 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:14:50.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:50 smithi178 bash[75692]: cluster 2024-03-21T13:14:49.216068+0000 mgr.x (mgr.34104) 6631 : cluster [DBG] pgmap v4251: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:14:50.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:50 smithi178 bash[75692]: audit 2024-03-21T13:14:49.796449+0000 mon.a (mon.0) 11108 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:14:50.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:50 smithi178 bash[77880]: cluster 2024-03-21T13:14:49.216068+0000 mgr.x (mgr.34104) 6631 : cluster [DBG] pgmap v4251: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:14:50.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:50 smithi178 bash[77880]: audit 2024-03-21T13:14:49.796449+0000 mon.a (mon.0) 11108 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:14:51.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:51 smithi184 bash[59794]: audit 2024-03-21T13:14:49.433456+0000 mgr.x (mgr.34104) 6632 : audit [DBG] from='client.54784 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:14:51.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:51 smithi178 bash[75692]: audit 2024-03-21T13:14:49.433456+0000 mgr.x (mgr.34104) 6632 : audit [DBG] from='client.54784 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:14:51.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:51 smithi178 bash[77880]: audit 2024-03-21T13:14:49.433456+0000 mgr.x (mgr.34104) 6632 : audit [DBG] from='client.54784 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:14:52.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:52 smithi184 bash[59794]: cluster 2024-03-21T13:14:51.217346+0000 mgr.x (mgr.34104) 6633 : cluster [DBG] pgmap v4252: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:14:52.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:52 smithi178 bash[75692]: cluster 2024-03-21T13:14:51.217346+0000 mgr.x (mgr.34104) 6633 : cluster [DBG] pgmap v4252: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:14:52.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:52 smithi178 bash[77880]: cluster 2024-03-21T13:14:51.217346+0000 mgr.x (mgr.34104) 6633 : cluster [DBG] pgmap v4252: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:14:54.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:54 smithi184 bash[59794]: cluster 2024-03-21T13:14:53.218201+0000 mgr.x (mgr.34104) 6634 : cluster [DBG] pgmap v4253: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:14:54.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:54 smithi184 bash[59794]: audit 2024-03-21T13:14:53.610429+0000 mon.a (mon.0) 11109 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:54.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:54 smithi184 bash[59794]: audit 2024-03-21T13:14:53.621423+0000 mon.a (mon.0) 11110 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:54.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:54 smithi184 bash[59794]: audit 2024-03-21T13:14:53.632204+0000 mon.a (mon.0) 11111 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:54.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:54 smithi178 bash[75692]: cluster 2024-03-21T13:14:53.218201+0000 mgr.x (mgr.34104) 6634 : cluster [DBG] pgmap v4253: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:14:54.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:54 smithi178 bash[75692]: audit 2024-03-21T13:14:53.610429+0000 mon.a (mon.0) 11109 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:54.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:54 smithi178 bash[75692]: audit 2024-03-21T13:14:53.621423+0000 mon.a (mon.0) 11110 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:54.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:54 smithi178 bash[75692]: audit 2024-03-21T13:14:53.632204+0000 mon.a (mon.0) 11111 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:54.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:54 smithi178 bash[77880]: cluster 2024-03-21T13:14:53.218201+0000 mgr.x (mgr.34104) 6634 : cluster [DBG] pgmap v4253: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:14:54.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:54 smithi178 bash[77880]: audit 2024-03-21T13:14:53.610429+0000 mon.a (mon.0) 11109 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:54.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:54 smithi178 bash[77880]: audit 2024-03-21T13:14:53.621423+0000 mon.a (mon.0) 11110 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:54.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:54 smithi178 bash[77880]: audit 2024-03-21T13:14:53.632204+0000 mon.a (mon.0) 11111 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:55.823 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:14:55 smithi184 bash[52419]: ::ffff:172.21.15.184 - - [21/Mar/2024:13:14:55] "GET /metrics HTTP/1.1" 200 38774 "" "Prometheus/2.43.0" 2024-03-21T13:14:56.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:56 smithi184 bash[59794]: cluster 2024-03-21T13:14:55.219928+0000 mgr.x (mgr.34104) 6635 : cluster [DBG] pgmap v4254: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:14:56.797 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:56 smithi178 bash[77880]: cluster 2024-03-21T13:14:55.219928+0000 mgr.x (mgr.34104) 6635 : cluster [DBG] pgmap v4254: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:14:56.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:56 smithi178 bash[75692]: cluster 2024-03-21T13:14:55.219928+0000 mgr.x (mgr.34104) 6635 : cluster [DBG] pgmap v4254: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:14:58.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:58 smithi184 bash[59794]: cluster 2024-03-21T13:14:57.220485+0000 mgr.x (mgr.34104) 6636 : cluster [DBG] pgmap v4255: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:14:58.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:58 smithi184 bash[59794]: audit 2024-03-21T13:14:57.377369+0000 mon.a (mon.0) 11112 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:58.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:58 smithi184 bash[59794]: audit 2024-03-21T13:14:57.386130+0000 mon.a (mon.0) 11113 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:58.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:14:58 smithi184 bash[59794]: audit 2024-03-21T13:14:57.396388+0000 mon.a (mon.0) 11114 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:58.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:58 smithi178 bash[75692]: cluster 2024-03-21T13:14:57.220485+0000 mgr.x (mgr.34104) 6636 : cluster [DBG] pgmap v4255: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:14:58.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:58 smithi178 bash[75692]: audit 2024-03-21T13:14:57.377369+0000 mon.a (mon.0) 11112 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:58.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:58 smithi178 bash[75692]: audit 2024-03-21T13:14:57.386130+0000 mon.a (mon.0) 11113 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:58.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:14:58 smithi178 bash[75692]: audit 2024-03-21T13:14:57.396388+0000 mon.a (mon.0) 11114 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:58.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:58 smithi178 bash[77880]: cluster 2024-03-21T13:14:57.220485+0000 mgr.x (mgr.34104) 6636 : cluster [DBG] pgmap v4255: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:14:58.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:58 smithi178 bash[77880]: audit 2024-03-21T13:14:57.377369+0000 mon.a (mon.0) 11112 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:58.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:58 smithi178 bash[77880]: audit 2024-03-21T13:14:57.386130+0000 mon.a (mon.0) 11113 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:14:58.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:14:58 smithi178 bash[77880]: audit 2024-03-21T13:14:57.396388+0000 mon.a (mon.0) 11114 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:15:00.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:15:00 smithi178 bash[75692]: cluster 2024-03-21T13:14:59.221837+0000 mgr.x (mgr.34104) 6637 : cluster [DBG] pgmap v4256: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:15:00.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:15:00 smithi178 bash[77880]: cluster 2024-03-21T13:14:59.221837+0000 mgr.x (mgr.34104) 6637 : cluster [DBG] pgmap v4256: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:15:00.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:15:00 smithi184 bash[59794]: cluster 2024-03-21T13:14:59.221837+0000 mgr.x (mgr.34104) 6637 : cluster [DBG] pgmap v4256: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:15:01.660 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:15:01 smithi184 bash[59794]: audit 2024-03-21T13:14:59.435075+0000 mgr.x (mgr.34104) 6638 : audit [DBG] from='client.54784 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:15:01.792 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:15:01 smithi178 bash[75692]: audit 2024-03-21T13:14:59.435075+0000 mgr.x (mgr.34104) 6638 : audit [DBG] from='client.54784 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:15:01.793 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:15:01 smithi178 bash[77880]: audit 2024-03-21T13:14:59.435075+0000 mgr.x (mgr.34104) 6638 : audit [DBG] from='client.54784 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:15:02.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:15:02 smithi178 bash[75692]: cluster 2024-03-21T13:15:01.223213+0000 mgr.x (mgr.34104) 6639 : cluster [DBG] pgmap v4257: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:15:02.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:15:02 smithi178 bash[77880]: cluster 2024-03-21T13:15:01.223213+0000 mgr.x (mgr.34104) 6639 : cluster [DBG] pgmap v4257: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:15:02.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:15:02 smithi184 bash[59794]: cluster 2024-03-21T13:15:01.223213+0000 mgr.x (mgr.34104) 6639 : cluster [DBG] pgmap v4257: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:15:03.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:15:03 smithi178 bash[75692]: cluster 2024-03-21T13:15:03.224221+0000 mgr.x (mgr.34104) 6640 : cluster [DBG] pgmap v4258: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:15:03.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:15:03 smithi178 bash[77880]: cluster 2024-03-21T13:15:03.224221+0000 mgr.x (mgr.34104) 6640 : cluster [DBG] pgmap v4258: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:15:03.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:15:03 smithi184 bash[59794]: cluster 2024-03-21T13:15:03.224221+0000 mgr.x (mgr.34104) 6640 : cluster [DBG] pgmap v4258: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:15:05.298 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:15:04 smithi178 bash[75692]: audit 2024-03-21T13:15:04.797093+0000 mon.a (mon.0) 11115 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:15:05.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:15:04 smithi178 bash[77880]: audit 2024-03-21T13:15:04.797093+0000 mon.a (mon.0) 11115 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:15:05.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:15:04 smithi184 bash[59794]: audit 2024-03-21T13:15:04.797093+0000 mon.a (mon.0) 11115 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:15:05.823 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:15:05 smithi184 bash[52419]: ::ffff:172.21.15.184 - - [21/Mar/2024:13:15:05] "GET /metrics HTTP/1.1" 200 38776 "" "Prometheus/2.43.0" 2024-03-21T13:15:06.297 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:15:05 smithi178 bash[75692]: cluster 2024-03-21T13:15:05.225990+0000 mgr.x (mgr.34104) 6641 : cluster [DBG] pgmap v4259: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:15:06.298 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:15:05 smithi178 bash[77880]: cluster 2024-03-21T13:15:05.225990+0000 mgr.x (mgr.34104) 6641 : cluster [DBG] pgmap v4259: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:15:06.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:15:05 smithi184 bash[59794]: cluster 2024-03-21T13:15:05.225990+0000 mgr.x (mgr.34104) 6641 : cluster [DBG] pgmap v4259: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:15:08.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:15:08 smithi178 bash[75692]: cluster 2024-03-21T13:15:07.226707+0000 mgr.x (mgr.34104) 6642 : cluster [DBG] pgmap v4260: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:15:08.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:15:08 smithi178 bash[77880]: cluster 2024-03-21T13:15:07.226707+0000 mgr.x (mgr.34104) 6642 : cluster [DBG] pgmap v4260: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:15:08.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:15:08 smithi184 bash[59794]: cluster 2024-03-21T13:15:07.226707+0000 mgr.x (mgr.34104) 6642 : cluster [DBG] pgmap v4260: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:15:10.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:15:10 smithi178 bash[75692]: cluster 2024-03-21T13:15:09.228109+0000 mgr.x (mgr.34104) 6643 : cluster [DBG] pgmap v4261: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:15:10.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:15:10 smithi178 bash[77880]: cluster 2024-03-21T13:15:09.228109+0000 mgr.x (mgr.34104) 6643 : cluster [DBG] pgmap v4261: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:15:10.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:15:10 smithi184 bash[59794]: cluster 2024-03-21T13:15:09.228109+0000 mgr.x (mgr.34104) 6643 : cluster [DBG] pgmap v4261: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:15:11.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:15:11 smithi184 bash[59794]: audit 2024-03-21T13:15:09.446621+0000 mgr.x (mgr.34104) 6644 : audit [DBG] from='client.54784 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:15:11.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:15:11 smithi178 bash[75692]: audit 2024-03-21T13:15:09.446621+0000 mgr.x (mgr.34104) 6644 : audit [DBG] from='client.54784 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:15:11.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:15:11 smithi178 bash[77880]: audit 2024-03-21T13:15:09.446621+0000 mgr.x (mgr.34104) 6644 : audit [DBG] from='client.54784 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:15:12.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:15:12 smithi184 bash[59794]: cluster 2024-03-21T13:15:11.229387+0000 mgr.x (mgr.34104) 6645 : cluster [DBG] pgmap v4262: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:15:12.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:15:12 smithi178 bash[75692]: cluster 2024-03-21T13:15:11.229387+0000 mgr.x (mgr.34104) 6645 : cluster [DBG] pgmap v4262: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:15:12.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:15:12 smithi178 bash[77880]: cluster 2024-03-21T13:15:11.229387+0000 mgr.x (mgr.34104) 6645 : cluster [DBG] pgmap v4262: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:15:13.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:15:13 smithi184 bash[59794]: audit 2024-03-21T13:15:12.580749+0000 mon.a (mon.0) 11116 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:15:13.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:15:13 smithi184 bash[59794]: audit 2024-03-21T13:15:12.582978+0000 mon.a (mon.0) 11117 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:15:13.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:15:13 smithi184 bash[59794]: audit 2024-03-21T13:15:12.594435+0000 mon.a (mon.0) 11118 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:15:13.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:15:13 smithi178 bash[75692]: audit 2024-03-21T13:15:12.580749+0000 mon.a (mon.0) 11116 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:15:13.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:15:13 smithi178 bash[75692]: audit 2024-03-21T13:15:12.582978+0000 mon.a (mon.0) 11117 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:15:13.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:15:13 smithi178 bash[75692]: audit 2024-03-21T13:15:12.594435+0000 mon.a (mon.0) 11118 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:15:13.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:15:13 smithi178 bash[77880]: audit 2024-03-21T13:15:12.580749+0000 mon.a (mon.0) 11116 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:15:13.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:15:13 smithi178 bash[77880]: audit 2024-03-21T13:15:12.582978+0000 mon.a (mon.0) 11117 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:15:13.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:15:13 smithi178 bash[77880]: audit 2024-03-21T13:15:12.594435+0000 mon.a (mon.0) 11118 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:15:14.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:15:14 smithi178 bash[75692]: cluster 2024-03-21T13:15:13.230270+0000 mgr.x (mgr.34104) 6646 : cluster [DBG] pgmap v4263: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:15:14.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:15:14 smithi178 bash[75692]: audit 2024-03-21T13:15:13.792429+0000 mon.a (mon.0) 11119 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:15:14.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:15:14 smithi178 bash[75692]: audit 2024-03-21T13:15:13.801813+0000 mon.a (mon.0) 11120 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:15:14.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:15:14 smithi178 bash[75692]: audit 2024-03-21T13:15:13.811684+0000 mon.a (mon.0) 11121 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:15:14.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:15:14 smithi178 bash[77880]: cluster 2024-03-21T13:15:13.230270+0000 mgr.x (mgr.34104) 6646 : cluster [DBG] pgmap v4263: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:15:14.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:15:14 smithi178 bash[77880]: audit 2024-03-21T13:15:13.792429+0000 mon.a (mon.0) 11119 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:15:14.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:15:14 smithi178 bash[77880]: audit 2024-03-21T13:15:13.801813+0000 mon.a (mon.0) 11120 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:15:14.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:15:14 smithi178 bash[77880]: audit 2024-03-21T13:15:13.811684+0000 mon.a (mon.0) 11121 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:15:14.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:15:14 smithi184 bash[59794]: cluster 2024-03-21T13:15:13.230270+0000 mgr.x (mgr.34104) 6646 : cluster [DBG] pgmap v4263: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:15:14.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:15:14 smithi184 bash[59794]: audit 2024-03-21T13:15:13.792429+0000 mon.a (mon.0) 11119 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:15:14.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:15:14 smithi184 bash[59794]: audit 2024-03-21T13:15:13.801813+0000 mon.a (mon.0) 11120 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:15:14.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:15:14 smithi184 bash[59794]: audit 2024-03-21T13:15:13.811684+0000 mon.a (mon.0) 11121 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:15:15.823 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:15:15 smithi184 bash[52419]: ::ffff:172.21.15.184 - - [21/Mar/2024:13:15:15] "GET /metrics HTTP/1.1" 200 38776 "" "Prometheus/2.43.0" 2024-03-21T13:15:16.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:15:16 smithi184 bash[59794]: cluster 2024-03-21T13:15:15.232125+0000 mgr.x (mgr.34104) 6647 : cluster [DBG] pgmap v4264: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:15:16.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:15:16 smithi178 bash[75692]: cluster 2024-03-21T13:15:15.232125+0000 mgr.x (mgr.34104) 6647 : cluster [DBG] pgmap v4264: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:15:16.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:15:16 smithi178 bash[77880]: cluster 2024-03-21T13:15:15.232125+0000 mgr.x (mgr.34104) 6647 : cluster [DBG] pgmap v4264: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:15:18.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:15:18 smithi184 bash[59794]: cluster 2024-03-21T13:15:17.232976+0000 mgr.x (mgr.34104) 6648 : cluster [DBG] pgmap v4265: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:15:18.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:15:18 smithi184 bash[59794]: audit 2024-03-21T13:15:17.566799+0000 mon.a (mon.0) 11122 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:15:18.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:15:18 smithi184 bash[59794]: audit 2024-03-21T13:15:17.577429+0000 mon.a (mon.0) 11123 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:15:18.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:15:18 smithi184 bash[59794]: audit 2024-03-21T13:15:17.587502+0000 mon.a (mon.0) 11124 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:15:18.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:15:18 smithi178 bash[75692]: cluster 2024-03-21T13:15:17.232976+0000 mgr.x (mgr.34104) 6648 : cluster [DBG] pgmap v4265: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:15:18.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:15:18 smithi178 bash[75692]: audit 2024-03-21T13:15:17.566799+0000 mon.a (mon.0) 11122 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:15:18.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:15:18 smithi178 bash[75692]: audit 2024-03-21T13:15:17.577429+0000 mon.a (mon.0) 11123 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:15:18.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:15:18 smithi178 bash[75692]: audit 2024-03-21T13:15:17.587502+0000 mon.a (mon.0) 11124 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:15:18.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:15:18 smithi178 bash[77880]: cluster 2024-03-21T13:15:17.232976+0000 mgr.x (mgr.34104) 6648 : cluster [DBG] pgmap v4265: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:15:18.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:15:18 smithi178 bash[77880]: audit 2024-03-21T13:15:17.566799+0000 mon.a (mon.0) 11122 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:15:18.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:15:18 smithi178 bash[77880]: audit 2024-03-21T13:15:17.577429+0000 mon.a (mon.0) 11123 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:15:18.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:15:18 smithi178 bash[77880]: audit 2024-03-21T13:15:17.587502+0000 mon.a (mon.0) 11124 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:15:20.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:15:20 smithi184 bash[59794]: cluster 2024-03-21T13:15:19.234496+0000 mgr.x (mgr.34104) 6649 : cluster [DBG] pgmap v4266: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:15:20.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:15:20 smithi184 bash[59794]: audit 2024-03-21T13:15:19.797253+0000 mon.a (mon.0) 11125 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:15:20.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:15:20 smithi178 bash[75692]: cluster 2024-03-21T13:15:19.234496+0000 mgr.x (mgr.34104) 6649 : cluster [DBG] pgmap v4266: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:15:20.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:15:20 smithi178 bash[75692]: audit 2024-03-21T13:15:19.797253+0000 mon.a (mon.0) 11125 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:15:20.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:15:20 smithi178 bash[77880]: cluster 2024-03-21T13:15:19.234496+0000 mgr.x (mgr.34104) 6649 : cluster [DBG] pgmap v4266: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:15:20.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:15:20 smithi178 bash[77880]: audit 2024-03-21T13:15:19.797253+0000 mon.a (mon.0) 11125 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:15:21.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:15:21 smithi178 bash[75692]: audit 2024-03-21T13:15:19.458108+0000 mgr.x (mgr.34104) 6650 : audit [DBG] from='client.54784 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:15:21.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:15:21 smithi178 bash[77880]: audit 2024-03-21T13:15:19.458108+0000 mgr.x (mgr.34104) 6650 : audit [DBG] from='client.54784 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:15:21.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:15:21 smithi184 bash[59794]: audit 2024-03-21T13:15:19.458108+0000 mgr.x (mgr.34104) 6650 : audit [DBG] from='client.54784 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:15:22.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:15:22 smithi184 bash[59794]: cluster 2024-03-21T13:15:21.235871+0000 mgr.x (mgr.34104) 6651 : cluster [DBG] pgmap v4267: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:15:22.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:15:22 smithi178 bash[75692]: cluster 2024-03-21T13:15:21.235871+0000 mgr.x (mgr.34104) 6651 : cluster [DBG] pgmap v4267: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:15:22.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:15:22 smithi178 bash[77880]: cluster 2024-03-21T13:15:21.235871+0000 mgr.x (mgr.34104) 6651 : cluster [DBG] pgmap v4267: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:15:24.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:15:24 smithi178 bash[75692]: cluster 2024-03-21T13:15:23.236856+0000 mgr.x (mgr.34104) 6652 : cluster [DBG] pgmap v4268: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:15:24.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:15:24 smithi178 bash[77880]: cluster 2024-03-21T13:15:23.236856+0000 mgr.x (mgr.34104) 6652 : cluster [DBG] pgmap v4268: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:15:24.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:15:24 smithi184 bash[59794]: cluster 2024-03-21T13:15:23.236856+0000 mgr.x (mgr.34104) 6652 : cluster [DBG] pgmap v4268: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:15:25.823 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:15:25 smithi184 bash[52419]: ::ffff:172.21.15.184 - - [21/Mar/2024:13:15:25] "GET /metrics HTTP/1.1" 200 38773 "" "Prometheus/2.43.0" 2024-03-21T13:15:26.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:15:26 smithi178 bash[75692]: cluster 2024-03-21T13:15:25.238584+0000 mgr.x (mgr.34104) 6653 : cluster [DBG] pgmap v4269: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:15:26.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:15:26 smithi178 bash[77880]: cluster 2024-03-21T13:15:25.238584+0000 mgr.x (mgr.34104) 6653 : cluster [DBG] pgmap v4269: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:15:26.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:15:26 smithi184 bash[59794]: cluster 2024-03-21T13:15:25.238584+0000 mgr.x (mgr.34104) 6653 : cluster [DBG] pgmap v4269: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:15:27.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:15:27 smithi178 bash[75692]: cluster 2024-03-21T13:15:27.239310+0000 mgr.x (mgr.34104) 6654 : cluster [DBG] pgmap v4270: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:15:27.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:15:27 smithi178 bash[77880]: cluster 2024-03-21T13:15:27.239310+0000 mgr.x (mgr.34104) 6654 : cluster [DBG] pgmap v4270: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:15:27.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:15:27 smithi184 bash[59794]: cluster 2024-03-21T13:15:27.239310+0000 mgr.x (mgr.34104) 6654 : cluster [DBG] pgmap v4270: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:15:30.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:15:30 smithi184 bash[59794]: cluster 2024-03-21T13:15:29.240702+0000 mgr.x (mgr.34104) 6655 : cluster [DBG] pgmap v4271: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:15:30.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:15:30 smithi178 bash[75692]: cluster 2024-03-21T13:15:29.240702+0000 mgr.x (mgr.34104) 6655 : cluster [DBG] pgmap v4271: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:15:30.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:15:30 smithi178 bash[77880]: cluster 2024-03-21T13:15:29.240702+0000 mgr.x (mgr.34104) 6655 : cluster [DBG] pgmap v4271: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:15:31.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:15:31 smithi184 bash[59794]: audit 2024-03-21T13:15:29.469551+0000 mgr.x (mgr.34104) 6656 : audit [DBG] from='client.54784 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:15:31.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:15:31 smithi178 bash[75692]: audit 2024-03-21T13:15:29.469551+0000 mgr.x (mgr.34104) 6656 : audit [DBG] from='client.54784 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:15:31.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:15:31 smithi178 bash[77880]: audit 2024-03-21T13:15:29.469551+0000 mgr.x (mgr.34104) 6656 : audit [DBG] from='client.54784 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:15:32.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:15:32 smithi184 bash[59794]: cluster 2024-03-21T13:15:31.242067+0000 mgr.x (mgr.34104) 6657 : cluster [DBG] pgmap v4272: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:15:32.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:15:32 smithi178 bash[75692]: cluster 2024-03-21T13:15:31.242067+0000 mgr.x (mgr.34104) 6657 : cluster [DBG] pgmap v4272: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:15:32.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:15:32 smithi178 bash[77880]: cluster 2024-03-21T13:15:31.242067+0000 mgr.x (mgr.34104) 6657 : cluster [DBG] pgmap v4272: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:15:34.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:15:34 smithi184 bash[59794]: cluster 2024-03-21T13:15:33.242959+0000 mgr.x (mgr.34104) 6658 : cluster [DBG] pgmap v4273: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:15:34.590 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:15:34 smithi184 bash[59794]: audit 2024-03-21T13:15:33.966960+0000 mon.a (mon.0) 11126 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:15:34.590 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:15:34 smithi184 bash[59794]: audit 2024-03-21T13:15:33.976873+0000 mon.a (mon.0) 11127 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:15:34.590 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:15:34 smithi184 bash[59794]: audit 2024-03-21T13:15:33.986923+0000 mon.a (mon.0) 11128 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:15:34.623 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:15:34 smithi178 bash[77880]: cluster 2024-03-21T13:15:33.242959+0000 mgr.x (mgr.34104) 6658 : cluster [DBG] pgmap v4273: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:15:34.623 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:15:34 smithi178 bash[77880]: audit 2024-03-21T13:15:33.966960+0000 mon.a (mon.0) 11126 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:15:34.623 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:15:34 smithi178 bash[77880]: audit 2024-03-21T13:15:33.976873+0000 mon.a (mon.0) 11127 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:15:34.623 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:15:34 smithi178 bash[77880]: audit 2024-03-21T13:15:33.986923+0000 mon.a (mon.0) 11128 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:15:34.623 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:15:34 smithi178 bash[75692]: cluster 2024-03-21T13:15:33.242959+0000 mgr.x (mgr.34104) 6658 : cluster [DBG] pgmap v4273: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:15:34.623 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:15:34 smithi178 bash[75692]: audit 2024-03-21T13:15:33.966960+0000 mon.a (mon.0) 11126 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:15:34.623 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:15:34 smithi178 bash[75692]: audit 2024-03-21T13:15:33.976873+0000 mon.a (mon.0) 11127 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:15:34.623 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:15:34 smithi178 bash[75692]: audit 2024-03-21T13:15:33.986923+0000 mon.a (mon.0) 11128 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:15:35.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:15:35 smithi178 bash[75692]: audit 2024-03-21T13:15:34.797748+0000 mon.a (mon.0) 11129 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:15:35.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:15:35 smithi178 bash[77880]: audit 2024-03-21T13:15:34.797748+0000 mon.a (mon.0) 11129 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:15:35.573 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:15:35 smithi184 bash[52419]: ::ffff:172.21.15.184 - - [21/Mar/2024:13:15:35] "GET /metrics HTTP/1.1" 200 38774 "" "Prometheus/2.43.0" 2024-03-21T13:15:35.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:15:35 smithi184 bash[59794]: audit 2024-03-21T13:15:34.797748+0000 mon.a (mon.0) 11129 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:15:36.586 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:15:36 smithi178 bash[75692]: cluster 2024-03-21T13:15:35.244672+0000 mgr.x (mgr.34104) 6659 : cluster [DBG] pgmap v4274: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:15:36.587 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:15:36 smithi178 bash[77880]: cluster 2024-03-21T13:15:35.244672+0000 mgr.x (mgr.34104) 6659 : cluster [DBG] pgmap v4274: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:15:36.588 DEBUG:teuthology.orchestra.run.smithi178:> 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 a94f249e-e780-11ee-95cd-87774f69a715 -e sha1=960fbbe4645c2becc8084669be194c95183c7753 -- bash -c 'ceph orch ps' 2024-03-21T13:15:36.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:15:36 smithi184 bash[59794]: cluster 2024-03-21T13:15:35.244672+0000 mgr.x (mgr.34104) 6659 : cluster [DBG] pgmap v4274: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:15:38.692 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:15:38 smithi178 bash[75692]: cluster 2024-03-21T13:15:37.245355+0000 mgr.x (mgr.34104) 6660 : cluster [DBG] pgmap v4275: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:15:38.692 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:15:38 smithi178 bash[75692]: audit 2024-03-21T13:15:37.750887+0000 mon.a (mon.0) 11130 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:15:38.693 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:15:38 smithi178 bash[75692]: audit 2024-03-21T13:15:37.762169+0000 mon.a (mon.0) 11131 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:15:38.693 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:15:38 smithi178 bash[75692]: audit 2024-03-21T13:15:37.771968+0000 mon.a (mon.0) 11132 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:15:38.693 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:15:38 smithi178 bash[77880]: cluster 2024-03-21T13:15:37.245355+0000 mgr.x (mgr.34104) 6660 : cluster [DBG] pgmap v4275: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:15:38.693 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:15:38 smithi178 bash[77880]: audit 2024-03-21T13:15:37.750887+0000 mon.a (mon.0) 11130 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:15:38.693 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:15:38 smithi178 bash[77880]: audit 2024-03-21T13:15:37.762169+0000 mon.a (mon.0) 11131 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:15:38.693 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:15:38 smithi178 bash[77880]: audit 2024-03-21T13:15:37.771968+0000 mon.a (mon.0) 11132 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:15:38.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:15:38 smithi184 bash[59794]: cluster 2024-03-21T13:15:37.245355+0000 mgr.x (mgr.34104) 6660 : cluster [DBG] pgmap v4275: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:15:38.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:15:38 smithi184 bash[59794]: audit 2024-03-21T13:15:37.750887+0000 mon.a (mon.0) 11130 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:15:38.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:15:38 smithi184 bash[59794]: audit 2024-03-21T13:15:37.762169+0000 mon.a (mon.0) 11131 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:15:38.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:15:38 smithi184 bash[59794]: audit 2024-03-21T13:15:37.771968+0000 mon.a (mon.0) 11132 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:15:40.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:15:40 smithi184 bash[59794]: cluster 2024-03-21T13:15:39.246766+0000 mgr.x (mgr.34104) 6661 : cluster [DBG] pgmap v4276: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:15:40.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:15:40 smithi178 bash[75692]: cluster 2024-03-21T13:15:39.246766+0000 mgr.x (mgr.34104) 6661 : cluster [DBG] pgmap v4276: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:15:40.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:15:40 smithi178 bash[77880]: cluster 2024-03-21T13:15:39.246766+0000 mgr.x (mgr.34104) 6661 : cluster [DBG] pgmap v4276: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:15:41.656 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:15:41 smithi184 bash[59794]: audit 2024-03-21T13:15:39.480227+0000 mgr.x (mgr.34104) 6662 : audit [DBG] from='client.54784 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:15:41.735 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:15:41 smithi178 bash[75692]: audit 2024-03-21T13:15:39.480227+0000 mgr.x (mgr.34104) 6662 : audit [DBG] from='client.54784 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:15:41.736 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:15:41 smithi178 bash[77880]: audit 2024-03-21T13:15:39.480227+0000 mgr.x (mgr.34104) 6662 : audit [DBG] from='client.54784 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:15:42.197 INFO:teuthology.orchestra.run.smithi178.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-21T13:15:42.197 INFO:teuthology.orchestra.run.smithi178.stdout:agent.smithi178 smithi178 running 8s ago 29m - - 2024-03-21T13:15:42.197 INFO:teuthology.orchestra.run.smithi178.stdout:agent.smithi184 smithi184 running 4s ago 29m - - 2024-03-21T13:15:42.197 INFO:teuthology.orchestra.run.smithi178.stdout:alertmanager.a smithi178 *:9093,9094 running (2m) 8s ago 22m 17.4M - 0.25.0 c8568f914cd2 680b7055fecc 2024-03-21T13:15:42.197 INFO:teuthology.orchestra.run.smithi178.stdout:grafana.a smithi184 *:3000 running (100s) 4s ago 22m 74.7M - 9.4.12 2bacad6d85d8 b37510760289 2024-03-21T13:15:42.197 INFO:teuthology.orchestra.run.smithi178.stdout:iscsi.foo.smithi178.qfgpzc smithi178 running (4m) 8s ago 20m 46.6M - 3.7 19e12293512f 73d2108e472a 2024-03-21T13:15:42.197 INFO:teuthology.orchestra.run.smithi178.stdout:mgr.x smithi184 *:8443,9283,8765 running (14m) 4s ago 28m 559M - 19.0.0-2267-g960fbbe4 19e12293512f 23b748469eab 2024-03-21T13:15:42.198 INFO:teuthology.orchestra.run.smithi178.stdout:mgr.y smithi178 *:8443,9283,8765 running (13m) 8s ago 30m 449M - 19.0.0-2267-g960fbbe4 19e12293512f 4b58d9293a93 2024-03-21T13:15:42.198 INFO:teuthology.orchestra.run.smithi178.stdout:mon.a smithi178 running (12m) 8s ago 30m 174M 2048M 19.0.0-2267-g960fbbe4 19e12293512f cdcc04604451 2024-03-21T13:15:42.198 INFO:teuthology.orchestra.run.smithi178.stdout:mon.b smithi184 running (11m) 4s ago 29m 77.0M 2048M 19.0.0-2267-g960fbbe4 19e12293512f 209431841a07 2024-03-21T13:15:42.198 INFO:teuthology.orchestra.run.smithi178.stdout:mon.c smithi178 running (12m) 8s ago 29m 80.2M 2048M 19.0.0-2267-g960fbbe4 19e12293512f 1de13280fabe 2024-03-21T13:15:42.198 INFO:teuthology.orchestra.run.smithi178.stdout:node-exporter.a smithi178 *:9100 running (3m) 8s ago 22m 10.4M - 1.5.0 0da6a335fe13 c9a4a1ff1d7d 2024-03-21T13:15:42.198 INFO:teuthology.orchestra.run.smithi178.stdout:node-exporter.b smithi184 *:9100 running (3m) 4s ago 22m 11.1M - 1.5.0 0da6a335fe13 64718b804018 2024-03-21T13:15:42.198 INFO:teuthology.orchestra.run.smithi178.stdout:osd.0 smithi178 running (10m) 8s ago 28m 65.4M 2525M 19.0.0-2267-g960fbbe4 19e12293512f ca44aa92861d 2024-03-21T13:15:42.198 INFO:teuthology.orchestra.run.smithi178.stdout:osd.1 smithi178 running (9m) 8s ago 27m 65.1M 2525M 19.0.0-2267-g960fbbe4 19e12293512f c559dec8e3df 2024-03-21T13:15:42.198 INFO:teuthology.orchestra.run.smithi178.stdout:osd.2 smithi178 running (8m) 8s ago 27m 62.6M 2525M 19.0.0-2267-g960fbbe4 19e12293512f 4ba78eee5937 2024-03-21T13:15:42.198 INFO:teuthology.orchestra.run.smithi178.stdout:osd.3 smithi178 running (8m) 8s ago 26m 63.0M 2525M 19.0.0-2267-g960fbbe4 19e12293512f f26cfcfca7d2 2024-03-21T13:15:42.198 INFO:teuthology.orchestra.run.smithi178.stdout:osd.4 smithi184 running (7m) 4s ago 25m 67.0M 2781M 19.0.0-2267-g960fbbe4 19e12293512f fdbedcf7f562 2024-03-21T13:15:42.198 INFO:teuthology.orchestra.run.smithi178.stdout:osd.5 smithi184 running (6m) 4s ago 25m 65.9M 2781M 19.0.0-2267-g960fbbe4 19e12293512f ea53f5dd04b2 2024-03-21T13:15:42.198 INFO:teuthology.orchestra.run.smithi178.stdout:osd.6 smithi184 running (6m) 4s ago 24m 57.7M 2781M 19.0.0-2267-g960fbbe4 19e12293512f b0765c5eb8f0 2024-03-21T13:15:42.199 INFO:teuthology.orchestra.run.smithi178.stdout:osd.7 smithi184 running (5m) 4s ago 23m 63.3M 2781M 19.0.0-2267-g960fbbe4 19e12293512f caf9c8ff9a5b 2024-03-21T13:15:42.199 INFO:teuthology.orchestra.run.smithi178.stdout:prometheus.a smithi184 *:9095 running (3m) 4s ago 23m 59.7M - 2.43.0 a07b618ecd1d 7e218fa65489 2024-03-21T13:15:42.199 INFO:teuthology.orchestra.run.smithi178.stdout:rgw.foo.smithi178.amgrte smithi178 *:8000 running (5m) 8s ago 20m 92.6M - 19.0.0-2267-g960fbbe4 19e12293512f d50d551d1986 2024-03-21T13:15:42.199 INFO:teuthology.orchestra.run.smithi178.stdout:rgw.foo.smithi184.sylqte smithi184 *:8000 running (4m) 4s ago 20m 92.5M - 19.0.0-2267-g960fbbe4 19e12293512f df4876fbb053 2024-03-21T13:15:42.199 INFO:teuthology.orchestra.run.smithi178.stdout:rgw.smpl.smithi178.avyvkd smithi178 *:80 running (4m) 8s ago 20m 92.2M - 19.0.0-2267-g960fbbe4 19e12293512f 7ca4c68d0b72 2024-03-21T13:15:42.199 INFO:teuthology.orchestra.run.smithi178.stdout:rgw.smpl.smithi184.ccsuhn smithi184 *:80 running (4m) 4s ago 20m 92.6M - 19.0.0-2267-g960fbbe4 19e12293512f 63ad46f72bd7 2024-03-21T13:15:42.482 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:15:42 smithi178 bash[75692]: cluster 2024-03-21T13:15:41.248025+0000 mgr.x (mgr.34104) 6663 : cluster [DBG] pgmap v4277: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:15:42.483 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:15:42 smithi178 bash[77880]: cluster 2024-03-21T13:15:41.248025+0000 mgr.x (mgr.34104) 6663 : cluster [DBG] pgmap v4277: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:15:42.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:15:42 smithi184 bash[59794]: cluster 2024-03-21T13:15:41.248025+0000 mgr.x (mgr.34104) 6663 : cluster [DBG] pgmap v4277: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:15:43.380 DEBUG:teuthology.orchestra.run.smithi178:> 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 a94f249e-e780-11ee-95cd-87774f69a715 -e sha1=960fbbe4645c2becc8084669be194c95183c7753 -- bash -c 'ceph versions' 2024-03-21T13:15:43.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:15:43 smithi178 bash[75692]: audit 2024-03-21T13:15:42.168500+0000 mgr.x (mgr.34104) 6664 : audit [DBG] from='client.45021 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:15:43.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:15:43 smithi178 bash[77880]: audit 2024-03-21T13:15:42.168500+0000 mgr.x (mgr.34104) 6664 : audit [DBG] from='client.45021 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:15:43.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:15:43 smithi184 bash[59794]: audit 2024-03-21T13:15:42.168500+0000 mgr.x (mgr.34104) 6664 : audit [DBG] from='client.45021 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:15:44.787 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:15:44 smithi178 bash[75692]: cluster 2024-03-21T13:15:43.248944+0000 mgr.x (mgr.34104) 6665 : cluster [DBG] pgmap v4278: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:15:44.788 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:15:44 smithi178 bash[77880]: cluster 2024-03-21T13:15:43.248944+0000 mgr.x (mgr.34104) 6665 : cluster [DBG] pgmap v4278: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:15:44.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:15:44 smithi184 bash[59794]: cluster 2024-03-21T13:15:43.248944+0000 mgr.x (mgr.34104) 6665 : cluster [DBG] pgmap v4278: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:15:45.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:15:45 smithi178 bash[75692]: cluster 2024-03-21T13:15:45.250659+0000 mgr.x (mgr.34104) 6666 : cluster [DBG] pgmap v4279: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:15:45.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:15:45 smithi178 bash[77880]: cluster 2024-03-21T13:15:45.250659+0000 mgr.x (mgr.34104) 6666 : cluster [DBG] pgmap v4279: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:15:45.823 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:15:45 smithi184 bash[52419]: ::ffff:172.21.15.184 - - [21/Mar/2024:13:15:45] "GET /metrics HTTP/1.1" 200 38774 "" "Prometheus/2.43.0" 2024-03-21T13:15:45.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:15:45 smithi184 bash[59794]: cluster 2024-03-21T13:15:45.250659+0000 mgr.x (mgr.34104) 6666 : cluster [DBG] pgmap v4279: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:15:47.302 INFO:teuthology.orchestra.run.smithi178.stdout:{ 2024-03-21T13:15:47.303 INFO:teuthology.orchestra.run.smithi178.stdout: "mon": { 2024-03-21T13:15:47.303 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 3 2024-03-21T13:15:47.303 INFO:teuthology.orchestra.run.smithi178.stdout: }, 2024-03-21T13:15:47.303 INFO:teuthology.orchestra.run.smithi178.stdout: "mgr": { 2024-03-21T13:15:47.303 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 2 2024-03-21T13:15:47.303 INFO:teuthology.orchestra.run.smithi178.stdout: }, 2024-03-21T13:15:47.303 INFO:teuthology.orchestra.run.smithi178.stdout: "osd": { 2024-03-21T13:15:47.303 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 8 2024-03-21T13:15:47.303 INFO:teuthology.orchestra.run.smithi178.stdout: }, 2024-03-21T13:15:47.303 INFO:teuthology.orchestra.run.smithi178.stdout: "rgw": { 2024-03-21T13:15:47.303 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 4 2024-03-21T13:15:47.303 INFO:teuthology.orchestra.run.smithi178.stdout: }, 2024-03-21T13:15:47.303 INFO:teuthology.orchestra.run.smithi178.stdout: "overall": { 2024-03-21T13:15:47.304 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)": 17 2024-03-21T13:15:47.304 INFO:teuthology.orchestra.run.smithi178.stdout: } 2024-03-21T13:15:47.304 INFO:teuthology.orchestra.run.smithi178.stdout:} 2024-03-21T13:15:47.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:15:47 smithi178 bash[75692]: cluster 2024-03-21T13:15:47.251382+0000 mgr.x (mgr.34104) 6667 : cluster [DBG] pgmap v4280: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:15:47.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:15:47 smithi178 bash[75692]: audit 2024-03-21T13:15:47.300227+0000 mon.c (mon.1) 26 : audit [DBG] from='client.? 172.21.15.178:0/3973288386' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:15:47.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:15:47 smithi178 bash[77880]: cluster 2024-03-21T13:15:47.251382+0000 mgr.x (mgr.34104) 6667 : cluster [DBG] pgmap v4280: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:15:47.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:15:47 smithi178 bash[77880]: audit 2024-03-21T13:15:47.300227+0000 mon.c (mon.1) 26 : audit [DBG] from='client.? 172.21.15.178:0/3973288386' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:15:47.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:15:47 smithi184 bash[59794]: cluster 2024-03-21T13:15:47.251382+0000 mgr.x (mgr.34104) 6667 : cluster [DBG] pgmap v4280: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:15:47.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:15:47 smithi184 bash[59794]: audit 2024-03-21T13:15:47.300227+0000 mon.c (mon.1) 26 : audit [DBG] from='client.? 172.21.15.178:0/3973288386' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:15:48.166 DEBUG:teuthology.orchestra.run.smithi178:> 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 a94f249e-e780-11ee-95cd-87774f69a715 -e sha1=960fbbe4645c2becc8084669be194c95183c7753 -- bash -c 'ceph orch upgrade status' 2024-03-21T13:15:50.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:15:50 smithi178 bash[75692]: cluster 2024-03-21T13:15:49.252766+0000 mgr.x (mgr.34104) 6668 : cluster [DBG] pgmap v4281: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:15:50.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:15:50 smithi178 bash[75692]: audit 2024-03-21T13:15:49.798257+0000 mon.a (mon.0) 11133 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:15:50.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:15:50 smithi178 bash[77880]: cluster 2024-03-21T13:15:49.252766+0000 mgr.x (mgr.34104) 6668 : cluster [DBG] pgmap v4281: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:15:50.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:15:50 smithi178 bash[77880]: audit 2024-03-21T13:15:49.798257+0000 mon.a (mon.0) 11133 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:15:50.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:15:50 smithi184 bash[59794]: cluster 2024-03-21T13:15:49.252766+0000 mgr.x (mgr.34104) 6668 : cluster [DBG] pgmap v4281: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:15:50.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:15:50 smithi184 bash[59794]: audit 2024-03-21T13:15:49.798257+0000 mon.a (mon.0) 11133 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:15:51.415 INFO:teuthology.orchestra.run.smithi178.stdout:{ 2024-03-21T13:15:51.416 INFO:teuthology.orchestra.run.smithi178.stdout: "target_image": null, 2024-03-21T13:15:51.416 INFO:teuthology.orchestra.run.smithi178.stdout: "in_progress": false, 2024-03-21T13:15:51.416 INFO:teuthology.orchestra.run.smithi178.stdout: "which": "", 2024-03-21T13:15:51.416 INFO:teuthology.orchestra.run.smithi178.stdout: "services_complete": [], 2024-03-21T13:15:51.416 INFO:teuthology.orchestra.run.smithi178.stdout: "progress": null, 2024-03-21T13:15:51.416 INFO:teuthology.orchestra.run.smithi178.stdout: "message": "", 2024-03-21T13:15:51.416 INFO:teuthology.orchestra.run.smithi178.stdout: "is_paused": false 2024-03-21T13:15:51.416 INFO:teuthology.orchestra.run.smithi178.stdout:} 2024-03-21T13:15:51.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:15:51 smithi184 bash[59794]: audit 2024-03-21T13:15:49.488107+0000 mgr.x (mgr.34104) 6669 : audit [DBG] from='client.54784 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:15:51.628 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:15:51 smithi178 bash[75692]: audit 2024-03-21T13:15:49.488107+0000 mgr.x (mgr.34104) 6669 : audit [DBG] from='client.54784 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:15:51.628 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:15:51 smithi178 bash[77880]: audit 2024-03-21T13:15:49.488107+0000 mgr.x (mgr.34104) 6669 : audit [DBG] from='client.54784 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:15:52.278 DEBUG:teuthology.orchestra.run.smithi178:> 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 a94f249e-e780-11ee-95cd-87774f69a715 -e sha1=960fbbe4645c2becc8084669be194c95183c7753 -- bash -c 'ceph health detail' 2024-03-21T13:15:52.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:15:52 smithi178 bash[75692]: cluster 2024-03-21T13:15:51.253983+0000 mgr.x (mgr.34104) 6670 : cluster [DBG] pgmap v4282: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:15:52.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:15:52 smithi178 bash[77880]: cluster 2024-03-21T13:15:51.253983+0000 mgr.x (mgr.34104) 6670 : cluster [DBG] pgmap v4282: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:15:52.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:15:52 smithi184 bash[59794]: cluster 2024-03-21T13:15:51.253983+0000 mgr.x (mgr.34104) 6670 : cluster [DBG] pgmap v4282: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:15:53.686 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:15:53 smithi178 bash[75692]: audit 2024-03-21T13:15:51.413350+0000 mgr.x (mgr.34104) 6671 : audit [DBG] from='client.55009 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:15:53.686 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:15:53 smithi178 bash[77880]: audit 2024-03-21T13:15:51.413350+0000 mgr.x (mgr.34104) 6671 : audit [DBG] from='client.55009 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:15:53.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:15:53 smithi184 bash[59794]: audit 2024-03-21T13:15:51.413350+0000 mgr.x (mgr.34104) 6671 : audit [DBG] from='client.55009 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:15:54.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:15:54 smithi178 bash[75692]: cluster 2024-03-21T13:15:53.254873+0000 mgr.x (mgr.34104) 6672 : cluster [DBG] pgmap v4283: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:15:54.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:15:54 smithi178 bash[75692]: audit 2024-03-21T13:15:54.156171+0000 mon.a (mon.0) 11134 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:15:54.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:15:54 smithi178 bash[75692]: audit 2024-03-21T13:15:54.167598+0000 mon.a (mon.0) 11135 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:15:54.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:15:54 smithi178 bash[75692]: audit 2024-03-21T13:15:54.177988+0000 mon.a (mon.0) 11136 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:15:54.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:15:54 smithi178 bash[77880]: cluster 2024-03-21T13:15:53.254873+0000 mgr.x (mgr.34104) 6672 : cluster [DBG] pgmap v4283: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:15:54.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:15:54 smithi178 bash[77880]: audit 2024-03-21T13:15:54.156171+0000 mon.a (mon.0) 11134 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:15:54.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:15:54 smithi178 bash[77880]: audit 2024-03-21T13:15:54.167598+0000 mon.a (mon.0) 11135 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:15:54.549 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:15:54 smithi178 bash[77880]: audit 2024-03-21T13:15:54.177988+0000 mon.a (mon.0) 11136 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:15:54.658 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:15:54 smithi184 bash[59794]: cluster 2024-03-21T13:15:53.254873+0000 mgr.x (mgr.34104) 6672 : cluster [DBG] pgmap v4283: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:15:54.659 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:15:54 smithi184 bash[59794]: audit 2024-03-21T13:15:54.156171+0000 mon.a (mon.0) 11134 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:15:54.659 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:15:54 smithi184 bash[59794]: audit 2024-03-21T13:15:54.167598+0000 mon.a (mon.0) 11135 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:15:54.659 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:15:54 smithi184 bash[59794]: audit 2024-03-21T13:15:54.177988+0000 mon.a (mon.0) 11136 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:15:55.755 INFO:teuthology.orchestra.run.smithi178.stdout:HEALTH_OK 2024-03-21T13:15:55.823 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:15:55 smithi184 bash[52419]: ::ffff:172.21.15.184 - - [21/Mar/2024:13:15:55] "GET /metrics HTTP/1.1" 200 38769 "" "Prometheus/2.43.0" 2024-03-21T13:15:56.540 DEBUG:teuthology.orchestra.run.smithi178:> 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 a94f249e-e780-11ee-95cd-87774f69a715 -e sha1=960fbbe4645c2becc8084669be194c95183c7753 -- bash -c 'ceph versions | jq -e '"'"'.overall | length == 1'"'"'' 2024-03-21T13:15:56.722 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:15:56 smithi178 bash[75692]: cluster 2024-03-21T13:15:55.256545+0000 mgr.x (mgr.34104) 6673 : cluster [DBG] pgmap v4284: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:15:56.722 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:15:56 smithi178 bash[75692]: audit 2024-03-21T13:15:55.753628+0000 mon.a (mon.0) 11137 : audit [DBG] from='client.? 172.21.15.178:0/3058182788' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T13:15:56.722 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:15:56 smithi178 bash[77880]: cluster 2024-03-21T13:15:55.256545+0000 mgr.x (mgr.34104) 6673 : cluster [DBG] pgmap v4284: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:15:56.722 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:15:56 smithi178 bash[77880]: audit 2024-03-21T13:15:55.753628+0000 mon.a (mon.0) 11137 : audit [DBG] from='client.? 172.21.15.178:0/3058182788' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T13:15:56.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:15:56 smithi184 bash[59794]: cluster 2024-03-21T13:15:55.256545+0000 mgr.x (mgr.34104) 6673 : cluster [DBG] pgmap v4284: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:15:56.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:15:56 smithi184 bash[59794]: audit 2024-03-21T13:15:55.753628+0000 mon.a (mon.0) 11137 : audit [DBG] from='client.? 172.21.15.178:0/3058182788' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-21T13:15:58.754 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:15:58 smithi178 bash[75692]: cluster 2024-03-21T13:15:57.257270+0000 mgr.x (mgr.34104) 6674 : cluster [DBG] pgmap v4285: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:15:58.754 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:15:58 smithi178 bash[75692]: audit 2024-03-21T13:15:57.945743+0000 mon.a (mon.0) 11138 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:15:58.755 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:15:58 smithi178 bash[75692]: audit 2024-03-21T13:15:57.954818+0000 mon.a (mon.0) 11139 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:15:58.755 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:15:58 smithi178 bash[75692]: audit 2024-03-21T13:15:57.963704+0000 mon.a (mon.0) 11140 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:15:58.755 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:15:58 smithi178 bash[77880]: cluster 2024-03-21T13:15:57.257270+0000 mgr.x (mgr.34104) 6674 : cluster [DBG] pgmap v4285: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:15:58.755 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:15:58 smithi178 bash[77880]: audit 2024-03-21T13:15:57.945743+0000 mon.a (mon.0) 11138 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:15:58.755 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:15:58 smithi178 bash[77880]: audit 2024-03-21T13:15:57.954818+0000 mon.a (mon.0) 11139 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:15:58.755 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:15:58 smithi178 bash[77880]: audit 2024-03-21T13:15:57.963704+0000 mon.a (mon.0) 11140 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:15:58.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:15:58 smithi184 bash[59794]: cluster 2024-03-21T13:15:57.257270+0000 mgr.x (mgr.34104) 6674 : cluster [DBG] pgmap v4285: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:15:58.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:15:58 smithi184 bash[59794]: audit 2024-03-21T13:15:57.945743+0000 mon.a (mon.0) 11138 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:15:58.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:15:58 smithi184 bash[59794]: audit 2024-03-21T13:15:57.954818+0000 mon.a (mon.0) 11139 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:15:58.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:15:58 smithi184 bash[59794]: audit 2024-03-21T13:15:57.963704+0000 mon.a (mon.0) 11140 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:15:59.692 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:15:59 smithi184 bash[59794]: cluster 2024-03-21T13:15:59.258663+0000 mgr.x (mgr.34104) 6675 : cluster [DBG] pgmap v4286: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:15:59.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:15:59 smithi178 bash[75692]: cluster 2024-03-21T13:15:59.258663+0000 mgr.x (mgr.34104) 6675 : cluster [DBG] pgmap v4286: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:15:59.797 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:15:59 smithi178 bash[77880]: cluster 2024-03-21T13:15:59.258663+0000 mgr.x (mgr.34104) 6675 : cluster [DBG] pgmap v4286: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:16:00.569 INFO:teuthology.orchestra.run.smithi178.stdout:true 2024-03-21T13:16:00.593 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:16:00 smithi178 bash[77880]: audit 2024-03-21T13:15:59.499391+0000 mgr.x (mgr.34104) 6676 : audit [DBG] from='client.54784 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:16:00.594 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:16:00 smithi178 bash[75692]: audit 2024-03-21T13:15:59.499391+0000 mgr.x (mgr.34104) 6676 : audit [DBG] from='client.54784 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:16:00.642 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:16:00 smithi184 bash[59794]: audit 2024-03-21T13:15:59.499391+0000 mgr.x (mgr.34104) 6676 : audit [DBG] from='client.54784 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:16:01.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:16:01 smithi178 bash[75692]: audit 2024-03-21T13:16:00.552367+0000 mon.a (mon.0) 11141 : audit [DBG] from='client.? 172.21.15.178:0/2265765982' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:16:01.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:16:01 smithi178 bash[75692]: cluster 2024-03-21T13:16:01.259965+0000 mgr.x (mgr.34104) 6677 : cluster [DBG] pgmap v4287: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:16:01.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:16:01 smithi178 bash[77880]: audit 2024-03-21T13:16:00.552367+0000 mon.a (mon.0) 11141 : audit [DBG] from='client.? 172.21.15.178:0/2265765982' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:16:01.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:16:01 smithi178 bash[77880]: cluster 2024-03-21T13:16:01.259965+0000 mgr.x (mgr.34104) 6677 : cluster [DBG] pgmap v4287: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:16:01.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:16:01 smithi184 bash[59794]: audit 2024-03-21T13:16:00.552367+0000 mon.a (mon.0) 11141 : audit [DBG] from='client.? 172.21.15.178:0/2265765982' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:16:01.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:16:01 smithi184 bash[59794]: cluster 2024-03-21T13:16:01.259965+0000 mgr.x (mgr.34104) 6677 : cluster [DBG] pgmap v4287: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:16:02.127 DEBUG:teuthology.orchestra.run.smithi178:> 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 a94f249e-e780-11ee-95cd-87774f69a715 -e sha1=960fbbe4645c2becc8084669be194c95183c7753 -- bash -c 'ceph versions | jq -e '"'"'.overall | keys'"'"' | grep $sha1' 2024-03-21T13:16:04.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:16:04 smithi178 bash[75692]: cluster 2024-03-21T13:16:03.260869+0000 mgr.x (mgr.34104) 6678 : cluster [DBG] pgmap v4288: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:16:04.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:16:04 smithi178 bash[77880]: cluster 2024-03-21T13:16:03.260869+0000 mgr.x (mgr.34104) 6678 : cluster [DBG] pgmap v4288: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:16:04.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:16:04 smithi184 bash[59794]: cluster 2024-03-21T13:16:03.260869+0000 mgr.x (mgr.34104) 6678 : cluster [DBG] pgmap v4288: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:16:05.759 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:16:05 smithi178 bash[75692]: audit 2024-03-21T13:16:04.799016+0000 mon.a (mon.0) 11142 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:16:05.760 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:16:05 smithi178 bash[77880]: audit 2024-03-21T13:16:04.799016+0000 mon.a (mon.0) 11142 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:16:05.823 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:16:05 smithi184 bash[52419]: ::ffff:172.21.15.184 - - [21/Mar/2024:13:16:05] "GET /metrics HTTP/1.1" 200 38775 "" "Prometheus/2.43.0" 2024-03-21T13:16:05.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:16:05 smithi184 bash[59794]: audit 2024-03-21T13:16:04.799016+0000 mon.a (mon.0) 11142 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:16:06.299 INFO:teuthology.orchestra.run.smithi178.stdout: "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)" 2024-03-21T13:16:06.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:16:06 smithi178 bash[75692]: cluster 2024-03-21T13:16:05.262701+0000 mgr.x (mgr.34104) 6679 : cluster [DBG] pgmap v4289: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:16:06.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:16:06 smithi178 bash[75692]: audit 2024-03-21T13:16:06.282441+0000 mon.a (mon.0) 11143 : audit [DBG] from='client.? 172.21.15.178:0/3401539632' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:16:06.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:16:06 smithi178 bash[77880]: cluster 2024-03-21T13:16:05.262701+0000 mgr.x (mgr.34104) 6679 : cluster [DBG] pgmap v4289: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:16:06.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:16:06 smithi178 bash[77880]: audit 2024-03-21T13:16:06.282441+0000 mon.a (mon.0) 11143 : audit [DBG] from='client.? 172.21.15.178:0/3401539632' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:16:06.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:16:06 smithi184 bash[59794]: cluster 2024-03-21T13:16:05.262701+0000 mgr.x (mgr.34104) 6679 : cluster [DBG] pgmap v4289: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:16:06.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:16:06 smithi184 bash[59794]: audit 2024-03-21T13:16:06.282441+0000 mon.a (mon.0) 11143 : audit [DBG] from='client.? 172.21.15.178:0/3401539632' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-21T13:16:07.192 DEBUG:teuthology.orchestra.run.smithi178:> 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 a94f249e-e780-11ee-95cd-87774f69a715 -e sha1=960fbbe4645c2becc8084669be194c95183c7753 -- bash -c 'ceph orch ls | grep '"'"'^osd '"'"'' 2024-03-21T13:16:08.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:16:08 smithi178 bash[75692]: cluster 2024-03-21T13:16:07.263494+0000 mgr.x (mgr.34104) 6680 : cluster [DBG] pgmap v4290: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:16:08.547 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:16:08 smithi178 bash[77880]: cluster 2024-03-21T13:16:07.263494+0000 mgr.x (mgr.34104) 6680 : cluster [DBG] pgmap v4290: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:16:08.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:16:08 smithi184 bash[59794]: cluster 2024-03-21T13:16:07.263494+0000 mgr.x (mgr.34104) 6680 : cluster [DBG] pgmap v4290: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:16:10.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:16:10 smithi178 bash[75692]: cluster 2024-03-21T13:16:09.264852+0000 mgr.x (mgr.34104) 6681 : cluster [DBG] pgmap v4291: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:16:10.547 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:16:10 smithi178 bash[77880]: cluster 2024-03-21T13:16:09.264852+0000 mgr.x (mgr.34104) 6681 : cluster [DBG] pgmap v4291: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:16:10.586 INFO:teuthology.orchestra.run.smithi178.stdout:osd 8 16s ago - 2024-03-21T13:16:10.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:16:10 smithi184 bash[59794]: cluster 2024-03-21T13:16:09.264852+0000 mgr.x (mgr.34104) 6681 : cluster [DBG] pgmap v4291: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:16:11.490 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-03-21T13:16:11.505 INFO:tasks.cephadm:Running commands on role mon.a host ubuntu@smithi178.front.sepia.ceph.com 2024-03-21T13:16:11.506 DEBUG:teuthology.orchestra.run.smithi178:> 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 a94f249e-e780-11ee-95cd-87774f69a715 -- bash -c 'ceph orch upgrade ls' 2024-03-21T13:16:11.698 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:16:11 smithi178 bash[75692]: audit 2024-03-21T13:16:09.509917+0000 mgr.x (mgr.34104) 6682 : audit [DBG] from='client.54784 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:16:11.698 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:16:11 smithi178 bash[77880]: audit 2024-03-21T13:16:09.509917+0000 mgr.x (mgr.34104) 6682 : audit [DBG] from='client.54784 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:16:11.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:16:11 smithi184 bash[59794]: audit 2024-03-21T13:16:09.509917+0000 mgr.x (mgr.34104) 6682 : audit [DBG] from='client.54784 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:16:12.623 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:16:12 smithi178 bash[75692]: audit 2024-03-21T13:16:10.546883+0000 mgr.x (mgr.34104) 6683 : audit [DBG] from='client.55033 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:16:12.623 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:16:12 smithi178 bash[75692]: cluster 2024-03-21T13:16:11.266103+0000 mgr.x (mgr.34104) 6684 : cluster [DBG] pgmap v4292: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:16:12.623 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:16:12 smithi178 bash[77880]: audit 2024-03-21T13:16:10.546883+0000 mgr.x (mgr.34104) 6683 : audit [DBG] from='client.55033 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:16:12.624 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:16:12 smithi178 bash[77880]: cluster 2024-03-21T13:16:11.266103+0000 mgr.x (mgr.34104) 6684 : cluster [DBG] pgmap v4292: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:16:12.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:16:12 smithi184 bash[59794]: audit 2024-03-21T13:16:10.546883+0000 mgr.x (mgr.34104) 6683 : audit [DBG] from='client.55033 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:16:12.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:16:12 smithi184 bash[59794]: cluster 2024-03-21T13:16:11.266103+0000 mgr.x (mgr.34104) 6684 : cluster [DBG] pgmap v4292: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:16:14.467 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:16:14 smithi178 bash[75692]: audit 2024-03-21T13:16:13.214204+0000 mon.a (mon.0) 11144 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:16:14.467 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:16:14 smithi178 bash[75692]: audit 2024-03-21T13:16:13.226358+0000 mon.a (mon.0) 11145 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:16:14.467 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:16:14 smithi178 bash[75692]: audit 2024-03-21T13:16:13.229487+0000 mon.a (mon.0) 11146 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:16:14.467 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:16:14 smithi178 bash[75692]: audit 2024-03-21T13:16:13.231390+0000 mon.a (mon.0) 11147 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:16:14.467 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:16:14 smithi178 bash[75692]: audit 2024-03-21T13:16:13.241188+0000 mon.a (mon.0) 11148 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:16:14.467 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:16:14 smithi178 bash[75692]: cluster 2024-03-21T13:16:13.266940+0000 mgr.x (mgr.34104) 6685 : cluster [DBG] pgmap v4293: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:16:14.467 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:16:14 smithi178 bash[77880]: audit 2024-03-21T13:16:13.214204+0000 mon.a (mon.0) 11144 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:16:14.467 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:16:14 smithi178 bash[77880]: audit 2024-03-21T13:16:13.226358+0000 mon.a (mon.0) 11145 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:16:14.467 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:16:14 smithi178 bash[77880]: audit 2024-03-21T13:16:13.229487+0000 mon.a (mon.0) 11146 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:16:14.468 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:16:14 smithi178 bash[77880]: audit 2024-03-21T13:16:13.231390+0000 mon.a (mon.0) 11147 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:16:14.468 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:16:14 smithi178 bash[77880]: audit 2024-03-21T13:16:13.241188+0000 mon.a (mon.0) 11148 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:16:14.468 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:16:14 smithi178 bash[77880]: cluster 2024-03-21T13:16:13.266940+0000 mgr.x (mgr.34104) 6685 : cluster [DBG] pgmap v4293: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:16:14.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:16:14 smithi184 bash[59794]: audit 2024-03-21T13:16:13.214204+0000 mon.a (mon.0) 11144 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:16:14.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:16:14 smithi184 bash[59794]: audit 2024-03-21T13:16:13.226358+0000 mon.a (mon.0) 11145 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:16:14.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:16:14 smithi184 bash[59794]: audit 2024-03-21T13:16:13.229487+0000 mon.a (mon.0) 11146 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:16:14.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:16:14 smithi184 bash[59794]: audit 2024-03-21T13:16:13.231390+0000 mon.a (mon.0) 11147 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:16:14.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:16:14 smithi184 bash[59794]: audit 2024-03-21T13:16:13.241188+0000 mon.a (mon.0) 11148 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:16:14.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:16:14 smithi184 bash[59794]: cluster 2024-03-21T13:16:13.266940+0000 mgr.x (mgr.34104) 6685 : cluster [DBG] pgmap v4293: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:16:15.726 INFO:teuthology.orchestra.run.smithi178.stdout:{ 2024-03-21T13:16:15.726 INFO:teuthology.orchestra.run.smithi178.stdout: "image": "quay.io/ceph/ceph", 2024-03-21T13:16:15.726 INFO:teuthology.orchestra.run.smithi178.stdout: "registry": "quay.io", 2024-03-21T13:16:15.726 INFO:teuthology.orchestra.run.smithi178.stdout: "bare_image": "ceph/ceph", 2024-03-21T13:16:15.727 INFO:teuthology.orchestra.run.smithi178.stdout: "versions": [] 2024-03-21T13:16:15.727 INFO:teuthology.orchestra.run.smithi178.stdout:} 2024-03-21T13:16:15.765 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:16:15 smithi178 bash[75692]: audit 2024-03-21T13:16:14.344878+0000 mon.a (mon.0) 11149 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:16:15.766 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:16:15 smithi178 bash[75692]: audit 2024-03-21T13:16:14.354367+0000 mon.a (mon.0) 11150 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:16:15.766 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:16:15 smithi178 bash[75692]: audit 2024-03-21T13:16:14.364062+0000 mon.a (mon.0) 11151 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:16:15.766 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:16:15 smithi178 bash[77880]: audit 2024-03-21T13:16:14.344878+0000 mon.a (mon.0) 11149 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:16:15.766 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:16:15 smithi178 bash[77880]: audit 2024-03-21T13:16:14.354367+0000 mon.a (mon.0) 11150 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:16:15.766 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:16:15 smithi178 bash[77880]: audit 2024-03-21T13:16:14.364062+0000 mon.a (mon.0) 11151 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:16:15.823 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:16:15 smithi184 bash[52419]: ::ffff:172.21.15.184 - - [21/Mar/2024:13:16:15] "GET /metrics HTTP/1.1" 200 38775 "" "Prometheus/2.43.0" 2024-03-21T13:16:15.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:16:15 smithi184 bash[59794]: audit 2024-03-21T13:16:14.344878+0000 mon.a (mon.0) 11149 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:16:15.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:16:15 smithi184 bash[59794]: audit 2024-03-21T13:16:14.354367+0000 mon.a (mon.0) 11150 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:16:15.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:16:15 smithi184 bash[59794]: audit 2024-03-21T13:16:14.364062+0000 mon.a (mon.0) 11151 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:16:16.602 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:16:16 smithi178 bash[75692]: audit 2024-03-21T13:16:14.916230+0000 mgr.x (mgr.34104) 6686 : audit [DBG] from='client.55039 -' entity='client.admin' cmd=[{"prefix": "orch upgrade ls", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:16:16.602 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:16:16 smithi178 bash[75692]: cluster 2024-03-21T13:16:15.268707+0000 mgr.x (mgr.34104) 6687 : cluster [DBG] pgmap v4294: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:16:16.602 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:16:16 smithi178 bash[77880]: audit 2024-03-21T13:16:14.916230+0000 mgr.x (mgr.34104) 6686 : audit [DBG] from='client.55039 -' entity='client.admin' cmd=[{"prefix": "orch upgrade ls", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:16:16.602 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:16:16 smithi178 bash[77880]: cluster 2024-03-21T13:16:15.268707+0000 mgr.x (mgr.34104) 6687 : cluster [DBG] pgmap v4294: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:16:16.603 DEBUG:teuthology.orchestra.run.smithi178:> 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 a94f249e-e780-11ee-95cd-87774f69a715 -- bash -c 'ceph orch upgrade ls --image quay.io/ceph/ceph --show-all-versions | grep 16.2.0' 2024-03-21T13:16:16.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:16:16 smithi184 bash[59794]: audit 2024-03-21T13:16:14.916230+0000 mgr.x (mgr.34104) 6686 : audit [DBG] from='client.55039 -' entity='client.admin' cmd=[{"prefix": "orch upgrade ls", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:16:16.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:16:16 smithi184 bash[59794]: cluster 2024-03-21T13:16:15.268707+0000 mgr.x (mgr.34104) 6687 : cluster [DBG] pgmap v4294: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:16:18.573 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:16:18 smithi184 bash[59794]: cluster 2024-03-21T13:16:17.269446+0000 mgr.x (mgr.34104) 6688 : cluster [DBG] pgmap v4295: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:16:18.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:16:18 smithi184 bash[59794]: audit 2024-03-21T13:16:18.117480+0000 mon.a (mon.0) 11152 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:16:18.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:16:18 smithi184 bash[59794]: audit 2024-03-21T13:16:18.127856+0000 mon.a (mon.0) 11153 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:16:18.574 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:16:18 smithi184 bash[59794]: audit 2024-03-21T13:16:18.136084+0000 mon.a (mon.0) 11154 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:16:18.797 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:16:18 smithi178 bash[77880]: cluster 2024-03-21T13:16:17.269446+0000 mgr.x (mgr.34104) 6688 : cluster [DBG] pgmap v4295: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:16:18.797 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:16:18 smithi178 bash[77880]: audit 2024-03-21T13:16:18.117480+0000 mon.a (mon.0) 11152 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:16:18.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:16:18 smithi178 bash[77880]: audit 2024-03-21T13:16:18.127856+0000 mon.a (mon.0) 11153 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:16:18.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:16:18 smithi178 bash[77880]: audit 2024-03-21T13:16:18.136084+0000 mon.a (mon.0) 11154 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:16:18.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:16:18 smithi178 bash[75692]: cluster 2024-03-21T13:16:17.269446+0000 mgr.x (mgr.34104) 6688 : cluster [DBG] pgmap v4295: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:16:18.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:16:18 smithi178 bash[75692]: audit 2024-03-21T13:16:18.117480+0000 mon.a (mon.0) 11152 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:16:18.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:16:18 smithi178 bash[75692]: audit 2024-03-21T13:16:18.127856+0000 mon.a (mon.0) 11153 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:16:18.798 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:16:18 smithi178 bash[75692]: audit 2024-03-21T13:16:18.136084+0000 mon.a (mon.0) 11154 : audit [INF] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' 2024-03-21T13:16:19.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:16:19 smithi178 bash[75692]: cluster 2024-03-21T13:16:19.270773+0000 mgr.x (mgr.34104) 6689 : cluster [DBG] pgmap v4296: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:16:19.798 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:16:19 smithi178 bash[77880]: cluster 2024-03-21T13:16:19.270773+0000 mgr.x (mgr.34104) 6689 : cluster [DBG] pgmap v4296: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:16:19.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:16:19 smithi184 bash[59794]: cluster 2024-03-21T13:16:19.270773+0000 mgr.x (mgr.34104) 6689 : cluster [DBG] pgmap v4296: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:16:20.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:16:20 smithi178 bash[75692]: audit 2024-03-21T13:16:19.517060+0000 mgr.x (mgr.34104) 6690 : audit [DBG] from='client.54784 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:16:20.547 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:16:20 smithi178 bash[75692]: audit 2024-03-21T13:16:19.799253+0000 mon.a (mon.0) 11155 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:16:20.548 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:16:20 smithi178 bash[75692]: audit 2024-03-21T13:16:20.296403+0000 mgr.x (mgr.34104) 6691 : audit [DBG] from='client.45069 -' entity='client.admin' cmd=[{"prefix": "orch upgrade ls", "image": "quay.io/ceph/ceph", "show_all_versions": true, "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:16:20.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:16:20 smithi178 bash[77880]: audit 2024-03-21T13:16:19.517060+0000 mgr.x (mgr.34104) 6690 : audit [DBG] from='client.54784 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:16:20.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:16:20 smithi178 bash[77880]: audit 2024-03-21T13:16:19.799253+0000 mon.a (mon.0) 11155 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:16:20.548 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:16:20 smithi178 bash[77880]: audit 2024-03-21T13:16:20.296403+0000 mgr.x (mgr.34104) 6691 : audit [DBG] from='client.45069 -' entity='client.admin' cmd=[{"prefix": "orch upgrade ls", "image": "quay.io/ceph/ceph", "show_all_versions": true, "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:16:20.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:16:20 smithi184 bash[59794]: audit 2024-03-21T13:16:19.517060+0000 mgr.x (mgr.34104) 6690 : audit [DBG] from='client.54784 -' entity='client.iscsi.foo.smithi178.qfgpzc' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-21T13:16:20.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:16:20 smithi184 bash[59794]: audit 2024-03-21T13:16:19.799253+0000 mon.a (mon.0) 11155 : audit [DBG] from='mgr.34104 172.21.15.184:0/3645439212' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:16:20.824 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:16:20 smithi184 bash[59794]: audit 2024-03-21T13:16:20.296403+0000 mgr.x (mgr.34104) 6691 : audit [DBG] from='client.45069 -' entity='client.admin' cmd=[{"prefix": "orch upgrade ls", "image": "quay.io/ceph/ceph", "show_all_versions": true, "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:16:20.959 INFO:teuthology.orchestra.run.smithi178.stdout: "16.2.0", 2024-03-21T13:16:21.635 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:16:21 smithi184 bash[59794]: cluster 2024-03-21T13:16:21.272157+0000 mgr.x (mgr.34104) 6692 : cluster [DBG] pgmap v4297: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:16:21.681 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:16:21 smithi178 bash[75692]: cluster 2024-03-21T13:16:21.272157+0000 mgr.x (mgr.34104) 6692 : cluster [DBG] pgmap v4297: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:16:21.682 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:16:21 smithi178 bash[77880]: cluster 2024-03-21T13:16:21.272157+0000 mgr.x (mgr.34104) 6692 : cluster [DBG] pgmap v4297: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:16:22.437 DEBUG:teuthology.orchestra.run.smithi178:> 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 a94f249e-e780-11ee-95cd-87774f69a715 -- bash -c 'ceph orch upgrade ls --image quay.io/ceph/ceph --tags | grep v16.2.2' 2024-03-21T13:16:24.654 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:16:24 smithi178 bash[75692]: cluster 2024-03-21T13:16:23.272954+0000 mgr.x (mgr.34104) 6693 : cluster [DBG] pgmap v4298: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:16:24.654 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:16:24 smithi178 bash[77880]: cluster 2024-03-21T13:16:23.272954+0000 mgr.x (mgr.34104) 6693 : cluster [DBG] pgmap v4298: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:16:24.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:16:24 smithi184 bash[59794]: cluster 2024-03-21T13:16:23.272954+0000 mgr.x (mgr.34104) 6693 : cluster [DBG] pgmap v4298: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:16:25.823 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:16:25 smithi184 bash[52419]: ::ffff:172.21.15.184 - - [21/Mar/2024:13:16:25] "GET /metrics HTTP/1.1" 200 38775 "" "Prometheus/2.43.0" 2024-03-21T13:16:26.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:16:26 smithi178 bash[75692]: cluster 2024-03-21T13:16:25.274691+0000 mgr.x (mgr.34104) 6694 : cluster [DBG] pgmap v4299: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:16:26.797 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:16:26 smithi178 bash[77880]: cluster 2024-03-21T13:16:25.274691+0000 mgr.x (mgr.34104) 6694 : cluster [DBG] pgmap v4299: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:16:26.823 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:16:26 smithi184 bash[59794]: cluster 2024-03-21T13:16:25.274691+0000 mgr.x (mgr.34104) 6694 : cluster [DBG] pgmap v4299: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-21T13:16:27.253 INFO:teuthology.orchestra.run.smithi178.stdout: "v16.2.2", 2024-03-21T13:16:27.253 INFO:teuthology.orchestra.run.smithi178.stdout: "v16.2.2-20210505", 2024-03-21T13:16:28.093 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-03-21T13:16:28.103 INFO:tasks.cephadm:Teardown begin 2024-03-21T13:16:28.103 DEBUG:teuthology.orchestra.run.smithi178:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-21T13:16:28.115 DEBUG:teuthology.orchestra.run.smithi184:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-21T13:16:28.131 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-03-21T13:16:28.132 DEBUG:teuthology.orchestra.run.smithi178:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-03-21T13:16:28.137 DEBUG:teuthology.orchestra.run.smithi184:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-03-21T13:16:28.144 INFO:tasks.cephadm:Stopping all daemons... 2024-03-21T13:16:28.144 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-03-21T13:16:28.144 DEBUG:teuthology.orchestra.run.smithi178:> sudo systemctl stop ceph-a94f249e-e780-11ee-95cd-87774f69a715@mon.a 2024-03-21T13:16:28.364 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:16:28 smithi178 systemd[1]: Stopping Ceph mon.a for a94f249e-e780-11ee-95cd-87774f69a715... 2024-03-21T13:16:28.364 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:16:28 smithi178 bash[75692]: audit 2024-03-21T13:16:26.528244+0000 mgr.x (mgr.34104) 6695 : audit [DBG] from='client.45075 -' entity='client.admin' cmd=[{"prefix": "orch upgrade ls", "image": "quay.io/ceph/ceph", "tags": true, "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:16:28.364 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:16:28 smithi178 bash[75692]: cluster 2024-03-21T13:16:27.275506+0000 mgr.x (mgr.34104) 6696 : cluster [DBG] pgmap v4300: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:16:28.365 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:16:28 smithi178 bash[77880]: audit 2024-03-21T13:16:26.528244+0000 mgr.x (mgr.34104) 6695 : audit [DBG] from='client.45075 -' entity='client.admin' cmd=[{"prefix": "orch upgrade ls", "image": "quay.io/ceph/ceph", "tags": true, "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:16:28.365 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:16:28 smithi178 bash[77880]: cluster 2024-03-21T13:16:27.275506+0000 mgr.x (mgr.34104) 6696 : cluster [DBG] pgmap v4300: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:16:28.379 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:16:28 smithi184 bash[59794]: audit 2024-03-21T13:16:26.528244+0000 mgr.x (mgr.34104) 6695 : audit [DBG] from='client.45075 -' entity='client.admin' cmd=[{"prefix": "orch upgrade ls", "image": "quay.io/ceph/ceph", "tags": true, "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:16:28.379 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:16:28 smithi184 bash[59794]: cluster 2024-03-21T13:16:27.275506+0000 mgr.x (mgr.34104) 6696 : cluster [DBG] pgmap v4300: 161 pgs: 161 active+clean; 585 KiB data, 272 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-21T13:16:28.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:16:28 smithi178 bash[75692]: debug 2024-03-21T13:16:28.358+0000 7fe35f4a7700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-03-21T13:16:28.797 INFO:journalctl@ceph.mon.a.smithi178.stdout:Mar 21 13:16:28 smithi178 bash[75692]: debug 2024-03-21T13:16:28.358+0000 7fe35f4a7700 -1 mon.a@0(leader) e4 *** Got Signal Terminated *** 2024-03-21T13:16:28.823 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:16:28 smithi184 bash[52419]: [21/Mar/2024:13:16:28] ENGINE Bus STOPPING 2024-03-21T13:16:28.823 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:16:28 smithi184 bash[52419]: [21/Mar/2024:13:16:28] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-03-21T13:16:28.823 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:16:28 smithi184 bash[52419]: [21/Mar/2024:13:16:28] ENGINE Bus STOPPED 2024-03-21T13:16:28.823 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:16:28 smithi184 bash[52419]: [21/Mar/2024:13:16:28] ENGINE Bus STARTING 2024-03-21T13:16:28.823 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:16:28 smithi184 bash[52419]: CherryPy Checker: 2024-03-21T13:16:28.824 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:16:28 smithi184 bash[52419]: The Application mounted at '' has an empty config. 2024-03-21T13:16:28.824 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:16:28 smithi184 bash[52419]: [21/Mar/2024:13:16:28] ENGINE Serving on http://:::9283 2024-03-21T13:16:28.824 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:16:28 smithi184 bash[52419]: [21/Mar/2024:13:16:28] ENGINE Bus STARTED 2024-03-21T13:16:29.317 DEBUG:teuthology.orchestra.run.smithi178:> sudo pkill -f 'journalctl -f -n 0 -u ceph-a94f249e-e780-11ee-95cd-87774f69a715@mon.a.service' 2024-03-21T13:16:29.359 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-21T13:16:29.359 INFO:tasks.cephadm.mon.a:Stopped mon.a 2024-03-21T13:16:29.359 INFO:tasks.cephadm.mon.b:Stopping mon.c... 2024-03-21T13:16:29.359 DEBUG:teuthology.orchestra.run.smithi178:> sudo systemctl stop ceph-a94f249e-e780-11ee-95cd-87774f69a715@mon.c 2024-03-21T13:16:29.797 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:16:29 smithi178 systemd[1]: Stopping Ceph mon.c for a94f249e-e780-11ee-95cd-87774f69a715... 2024-03-21T13:16:29.797 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:16:29 smithi178 bash[77880]: debug 2024-03-21T13:16:29.570+0000 7f35be897700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.c -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-03-21T13:16:29.797 INFO:journalctl@ceph.mon.c.smithi178.stdout:Mar 21 13:16:29 smithi178 bash[77880]: debug 2024-03-21T13:16:29.570+0000 7f35be897700 -1 mon.c@1(peon) e4 *** Got Signal Terminated *** 2024-03-21T13:16:30.871 DEBUG:teuthology.orchestra.run.smithi178:> sudo pkill -f 'journalctl -f -n 0 -u ceph-a94f249e-e780-11ee-95cd-87774f69a715@mon.c.service' 2024-03-21T13:16:30.905 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-21T13:16:30.905 INFO:tasks.cephadm.mon.b:Stopped mon.c 2024-03-21T13:16:30.905 INFO:tasks.cephadm.mon.b:Stopping mon.b... 2024-03-21T13:16:30.905 DEBUG:teuthology.orchestra.run.smithi184:> sudo systemctl stop ceph-a94f249e-e780-11ee-95cd-87774f69a715@mon.b 2024-03-21T13:16:31.323 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:16:30 smithi184 systemd[1]: Stopping Ceph mon.b for a94f249e-e780-11ee-95cd-87774f69a715... 2024-03-21T13:16:31.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:16:31 smithi184 bash[59794]: debug 2024-03-21T13:16:31.087+0000 7f6f0b2ee700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.b -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-03-21T13:16:31.324 INFO:journalctl@ceph.mon.b.smithi184.stdout:Mar 21 13:16:31 smithi184 bash[59794]: debug 2024-03-21T13:16:31.087+0000 7f6f0b2ee700 -1 mon.b@2(peon) e4 *** Got Signal Terminated *** 2024-03-21T13:16:32.161 DEBUG:teuthology.orchestra.run.smithi184:> sudo pkill -f 'journalctl -f -n 0 -u ceph-a94f249e-e780-11ee-95cd-87774f69a715@mon.b.service' 2024-03-21T13:16:32.200 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-21T13:16:32.201 INFO:tasks.cephadm.mon.b:Stopped mon.b 2024-03-21T13:16:32.201 INFO:tasks.cephadm.mgr.y:Stopping mgr.y... 2024-03-21T13:16:32.201 DEBUG:teuthology.orchestra.run.smithi178:> sudo systemctl stop ceph-a94f249e-e780-11ee-95cd-87774f69a715@mgr.y 2024-03-21T13:16:32.547 INFO:journalctl@ceph.mgr.y.smithi178.stdout:Mar 21 13:16:32 smithi178 systemd[1]: Stopping Ceph mgr.y for a94f249e-e780-11ee-95cd-87774f69a715... 2024-03-21T13:16:33.257 DEBUG:teuthology.orchestra.run.smithi178:> sudo pkill -f 'journalctl -f -n 0 -u ceph-a94f249e-e780-11ee-95cd-87774f69a715@mgr.y.service' 2024-03-21T13:16:33.289 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-21T13:16:33.290 INFO:tasks.cephadm.mgr.y:Stopped mgr.y 2024-03-21T13:16:33.290 INFO:tasks.cephadm.mgr.x:Stopping mgr.x... 2024-03-21T13:16:33.290 DEBUG:teuthology.orchestra.run.smithi184:> sudo systemctl stop ceph-a94f249e-e780-11ee-95cd-87774f69a715@mgr.x 2024-03-21T13:16:33.573 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:16:33 smithi184 systemd[1]: Stopping Ceph mgr.x for a94f249e-e780-11ee-95cd-87774f69a715... 2024-03-21T13:16:33.573 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:16:33 smithi184 bash[52419]: debug 2024-03-21T13:16:33.479+0000 7f84610a1700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mgr -n mgr.x -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-03-21T13:16:33.573 INFO:journalctl@ceph.mgr.x.smithi184.stdout:Mar 21 13:16:33 smithi184 bash[52419]: debug 2024-03-21T13:16:33.479+0000 7f84610a1700 -1 mgr handle_mgr_signal *** Got signal Terminated *** 2024-03-21T13:16:34.345 DEBUG:teuthology.orchestra.run.smithi184:> sudo pkill -f 'journalctl -f -n 0 -u ceph-a94f249e-e780-11ee-95cd-87774f69a715@mgr.x.service' 2024-03-21T13:16:34.376 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-21T13:16:34.377 INFO:tasks.cephadm.mgr.x:Stopped mgr.x 2024-03-21T13:16:34.377 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2024-03-21T13:16:34.377 DEBUG:teuthology.orchestra.run.smithi178:> sudo systemctl stop ceph-a94f249e-e780-11ee-95cd-87774f69a715@osd.0 2024-03-21T13:16:34.797 INFO:journalctl@ceph.osd.0.smithi178.stdout:Mar 21 13:16:34 smithi178 systemd[1]: Stopping Ceph osd.0 for a94f249e-e780-11ee-95cd-87774f69a715... 2024-03-21T13:16:34.797 INFO:journalctl@ceph.osd.0.smithi178.stdout:Mar 21 13:16:34 smithi178 bash[85205]: debug 2024-03-21T13:16:34.514+0000 7fbcf8e89700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.0 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-03-21T13:16:34.797 INFO:journalctl@ceph.osd.0.smithi178.stdout:Mar 21 13:16:34 smithi178 bash[85205]: debug 2024-03-21T13:16:34.514+0000 7fbcf8e89700 -1 osd.0 171 *** Got signal Terminated *** 2024-03-21T13:16:34.797 INFO:journalctl@ceph.osd.0.smithi178.stdout:Mar 21 13:16:34 smithi178 bash[85205]: debug 2024-03-21T13:16:34.514+0000 7fbcf8e89700 -1 osd.0 171 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-21T13:16:35.324 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:16:34 smithi184 bash[87384]: ts=2024-03-21T13:16:34.848Z caller=refresh.go:99 level=error component="discovery manager notify" discovery=http config=config-0 msg="Unable to refresh target groups" err="Get \"http://172.21.15.184:8765/sd/prometheus/sd-config?service=alertmanager\": dial tcp 172.21.15.184:8765: connect: connection refused" 2024-03-21T13:16:35.324 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:16:34 smithi184 bash[87384]: ts=2024-03-21T13:16:34.848Z caller=refresh.go:99 level=error component="discovery manager scrape" discovery=http config=ceph-exporter msg="Unable to refresh target groups" err="Get \"http://172.21.15.184:8765/sd/prometheus/sd-config?service=ceph-exporter\": dial tcp 172.21.15.184:8765: connect: connection refused" 2024-03-21T13:16:35.325 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:16:34 smithi184 bash[87384]: ts=2024-03-21T13:16:34.852Z caller=refresh.go:99 level=error component="discovery manager scrape" discovery=http config=node msg="Unable to refresh target groups" err="Get \"http://172.21.15.184:8765/sd/prometheus/sd-config?service=node-exporter\": dial tcp 172.21.15.184:8765: connect: connection refused" 2024-03-21T13:16:35.325 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:16:34 smithi184 bash[87384]: ts=2024-03-21T13:16:34.852Z caller=refresh.go:99 level=error component="discovery manager scrape" discovery=http config=nvmeof msg="Unable to refresh target groups" err="Get \"http://172.21.15.184:8765/sd/prometheus/sd-config?service=nvmeof\": dial tcp 172.21.15.184:8765: connect: connection refused" 2024-03-21T13:16:35.325 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:16:34 smithi184 bash[87384]: ts=2024-03-21T13:16:34.852Z caller=refresh.go:99 level=error component="discovery manager scrape" discovery=http config=ceph msg="Unable to refresh target groups" err="Get \"http://172.21.15.184:8765/sd/prometheus/sd-config?service=mgr-prometheus\": dial tcp 172.21.15.184:8765: connect: connection refused" 2024-03-21T13:16:41.354 INFO:journalctl@ceph.osd.0.smithi178.stdout:Mar 21 13:16:41 smithi178 bash[123283]: ceph-a94f249e-e780-11ee-95cd-87774f69a715-osd-0 2024-03-21T13:16:41.354 INFO:journalctl@ceph.osd.0.smithi178.stdout:Mar 21 13:16:41 smithi178 bash[123555]: Error response from daemon: No such container: ceph-a94f249e-e780-11ee-95cd-87774f69a715-osd-0 2024-03-21T13:16:43.913 DEBUG:teuthology.orchestra.run.smithi178:> sudo pkill -f 'journalctl -f -n 0 -u ceph-a94f249e-e780-11ee-95cd-87774f69a715@osd.0.service' 2024-03-21T13:16:43.950 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-21T13:16:43.950 INFO:tasks.cephadm.osd.0:Stopped osd.0 2024-03-21T13:16:43.950 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2024-03-21T13:16:43.950 DEBUG:teuthology.orchestra.run.smithi178:> sudo systemctl stop ceph-a94f249e-e780-11ee-95cd-87774f69a715@osd.1 2024-03-21T13:16:44.517 INFO:journalctl@ceph.osd.1.smithi178.stdout:Mar 21 13:16:43 smithi178 systemd[1]: Stopping Ceph osd.1 for a94f249e-e780-11ee-95cd-87774f69a715... 2024-03-21T13:16:44.797 INFO:journalctl@ceph.osd.1.smithi178.stdout:Mar 21 13:16:44 smithi178 bash[90756]: debug 2024-03-21T13:16:44.514+0000 7efe838b0700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.1 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-03-21T13:16:44.797 INFO:journalctl@ceph.osd.1.smithi178.stdout:Mar 21 13:16:44 smithi178 bash[90756]: debug 2024-03-21T13:16:44.514+0000 7efe838b0700 -1 osd.1 171 *** Got signal Terminated *** 2024-03-21T13:16:44.797 INFO:journalctl@ceph.osd.1.smithi178.stdout:Mar 21 13:16:44 smithi178 bash[90756]: debug 2024-03-21T13:16:44.514+0000 7efe838b0700 -1 osd.1 171 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-21T13:16:51.047 INFO:journalctl@ceph.osd.1.smithi178.stdout:Mar 21 13:16:50 smithi178 bash[124244]: ceph-a94f249e-e780-11ee-95cd-87774f69a715-osd-1 2024-03-21T13:16:51.047 INFO:journalctl@ceph.osd.1.smithi178.stdout:Mar 21 13:16:50 smithi178 bash[124319]: Error response from daemon: No such container: ceph-a94f249e-e780-11ee-95cd-87774f69a715-osd-1 2024-03-21T13:16:52.877 DEBUG:teuthology.orchestra.run.smithi178:> sudo pkill -f 'journalctl -f -n 0 -u ceph-a94f249e-e780-11ee-95cd-87774f69a715@osd.1.service' 2024-03-21T13:16:52.916 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-21T13:16:52.916 INFO:tasks.cephadm.osd.1:Stopped osd.1 2024-03-21T13:16:52.916 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2024-03-21T13:16:52.917 DEBUG:teuthology.orchestra.run.smithi178:> sudo systemctl stop ceph-a94f249e-e780-11ee-95cd-87774f69a715@osd.2 2024-03-21T13:16:53.297 INFO:journalctl@ceph.osd.2.smithi178.stdout:Mar 21 13:16:52 smithi178 systemd[1]: Stopping Ceph osd.2 for a94f249e-e780-11ee-95cd-87774f69a715... 2024-03-21T13:16:53.297 INFO:journalctl@ceph.osd.2.smithi178.stdout:Mar 21 13:16:53 smithi178 bash[93826]: debug 2024-03-21T13:16:53.066+0000 7f14ab7db700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.2 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-03-21T13:16:53.297 INFO:journalctl@ceph.osd.2.smithi178.stdout:Mar 21 13:16:53 smithi178 bash[93826]: debug 2024-03-21T13:16:53.066+0000 7f14ab7db700 -1 osd.2 171 *** Got signal Terminated *** 2024-03-21T13:16:53.297 INFO:journalctl@ceph.osd.2.smithi178.stdout:Mar 21 13:16:53 smithi178 bash[93826]: debug 2024-03-21T13:16:53.066+0000 7f14ab7db700 -1 osd.2 171 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-21T13:16:59.970 INFO:journalctl@ceph.osd.2.smithi178.stdout:Mar 21 13:16:59 smithi178 bash[124463]: ceph-a94f249e-e780-11ee-95cd-87774f69a715-osd-2 2024-03-21T13:16:59.970 INFO:journalctl@ceph.osd.2.smithi178.stdout:Mar 21 13:16:59 smithi178 bash[124638]: Error response from daemon: No such container: ceph-a94f249e-e780-11ee-95cd-87774f69a715-osd-2 2024-03-21T13:17:01.073 INFO:journalctl@ceph.osd.7.smithi184.stdout:Mar 21 13:17:00 smithi184 bash[76262]: debug 2024-03-21T13:17:00.695+0000 7f83b7fdd700 -1 osd.7 171 heartbeat_check: no reply from 172.21.15.178:6804 osd.0 since back 2024-03-21T13:16:36.139830+0000 front 2024-03-21T13:16:36.139733+0000 (oldest deadline 2024-03-21T13:17:00.239797+0000) 2024-03-21T13:17:02.073 INFO:journalctl@ceph.osd.7.smithi184.stdout:Mar 21 13:17:01 smithi184 bash[76262]: debug 2024-03-21T13:17:01.719+0000 7f83b7fdd700 -1 osd.7 171 heartbeat_check: no reply from 172.21.15.178:6804 osd.0 since back 2024-03-21T13:16:36.139830+0000 front 2024-03-21T13:16:36.139733+0000 (oldest deadline 2024-03-21T13:17:00.239797+0000) 2024-03-21T13:17:02.499 DEBUG:teuthology.orchestra.run.smithi178:> sudo pkill -f 'journalctl -f -n 0 -u ceph-a94f249e-e780-11ee-95cd-87774f69a715@osd.2.service' 2024-03-21T13:17:02.529 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-21T13:17:02.530 INFO:tasks.cephadm.osd.2:Stopped osd.2 2024-03-21T13:17:02.530 INFO:tasks.cephadm.osd.3:Stopping osd.3... 2024-03-21T13:17:02.530 DEBUG:teuthology.orchestra.run.smithi178:> sudo systemctl stop ceph-a94f249e-e780-11ee-95cd-87774f69a715@osd.3 2024-03-21T13:17:02.797 INFO:journalctl@ceph.osd.3.smithi178.stdout:Mar 21 13:17:02 smithi178 systemd[1]: Stopping Ceph osd.3 for a94f249e-e780-11ee-95cd-87774f69a715... 2024-03-21T13:17:02.797 INFO:journalctl@ceph.osd.3.smithi178.stdout:Mar 21 13:17:02 smithi178 bash[97161]: debug 2024-03-21T13:17:02.682+0000 7f3397334700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.3 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-03-21T13:17:02.797 INFO:journalctl@ceph.osd.3.smithi178.stdout:Mar 21 13:17:02 smithi178 bash[97161]: debug 2024-03-21T13:17:02.682+0000 7f3397334700 -1 osd.3 171 *** Got signal Terminated *** 2024-03-21T13:17:02.797 INFO:journalctl@ceph.osd.3.smithi178.stdout:Mar 21 13:17:02 smithi178 bash[97161]: debug 2024-03-21T13:17:02.682+0000 7f3397334700 -1 osd.3 171 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-21T13:17:02.823 INFO:journalctl@ceph.osd.7.smithi184.stdout:Mar 21 13:17:02 smithi184 bash[76262]: debug 2024-03-21T13:17:02.703+0000 7f83b7fdd700 -1 osd.7 171 heartbeat_check: no reply from 172.21.15.178:6804 osd.0 since back 2024-03-21T13:16:36.139830+0000 front 2024-03-21T13:16:36.139733+0000 (oldest deadline 2024-03-21T13:17:00.239797+0000) 2024-03-21T13:17:02.823 INFO:journalctl@ceph.osd.4.smithi184.stdout:Mar 21 13:17:02 smithi184 bash[66834]: debug 2024-03-21T13:17:02.471+0000 7fdd2ae25700 -1 osd.4 171 heartbeat_check: no reply from 172.21.15.178:6804 osd.0 since back 2024-03-21T13:16:36.391035+0000 front 2024-03-21T13:16:36.391203+0000 (oldest deadline 2024-03-21T13:17:01.690956+0000) 2024-03-21T13:17:03.573 INFO:journalctl@ceph.osd.4.smithi184.stdout:Mar 21 13:17:03 smithi184 bash[66834]: debug 2024-03-21T13:17:03.503+0000 7fdd2ae25700 -1 osd.4 171 heartbeat_check: no reply from 172.21.15.178:6804 osd.0 since back 2024-03-21T13:16:36.391035+0000 front 2024-03-21T13:16:36.391203+0000 (oldest deadline 2024-03-21T13:17:01.690956+0000) 2024-03-21T13:17:04.073 INFO:journalctl@ceph.osd.7.smithi184.stdout:Mar 21 13:17:03 smithi184 bash[76262]: debug 2024-03-21T13:17:03.739+0000 7f83b7fdd700 -1 osd.7 171 heartbeat_check: no reply from 172.21.15.178:6804 osd.0 since back 2024-03-21T13:16:36.139830+0000 front 2024-03-21T13:16:36.139733+0000 (oldest deadline 2024-03-21T13:17:00.239797+0000) 2024-03-21T13:17:04.823 INFO:journalctl@ceph.osd.4.smithi184.stdout:Mar 21 13:17:04 smithi184 bash[66834]: debug 2024-03-21T13:17:04.547+0000 7fdd2ae25700 -1 osd.4 171 heartbeat_check: no reply from 172.21.15.178:6804 osd.0 since back 2024-03-21T13:16:36.391035+0000 front 2024-03-21T13:16:36.391203+0000 (oldest deadline 2024-03-21T13:17:01.690956+0000) 2024-03-21T13:17:04.823 INFO:journalctl@ceph.osd.7.smithi184.stdout:Mar 21 13:17:04 smithi184 bash[76262]: debug 2024-03-21T13:17:04.727+0000 7f83b7fdd700 -1 osd.7 171 heartbeat_check: no reply from 172.21.15.178:6804 osd.0 since back 2024-03-21T13:16:36.139830+0000 front 2024-03-21T13:16:36.139733+0000 (oldest deadline 2024-03-21T13:17:00.239797+0000) 2024-03-21T13:17:05.323 INFO:journalctl@ceph.osd.5.smithi184.stdout:Mar 21 13:17:04 smithi184 bash[69981]: debug 2024-03-21T13:17:04.931+0000 7fd365100700 -1 osd.5 171 heartbeat_check: no reply from 172.21.15.178:6804 osd.0 since back 2024-03-21T13:16:38.176255+0000 front 2024-03-21T13:16:38.176416+0000 (oldest deadline 2024-03-21T13:17:04.076058+0000) 2024-03-21T13:17:05.323 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:05 smithi184 bash[73094]: debug 2024-03-21T13:17:05.123+0000 7ff8f86de700 -1 osd.6 171 heartbeat_check: no reply from 172.21.15.178:6804 osd.0 since back 2024-03-21T13:16:39.178224+0000 front 2024-03-21T13:16:39.178635+0000 (oldest deadline 2024-03-21T13:17:05.078190+0000) 2024-03-21T13:17:05.797 INFO:journalctl@ceph.osd.3.smithi178.stdout:Mar 21 13:17:05 smithi178 bash[97161]: debug 2024-03-21T13:17:05.442+0000 7f3393928700 -1 osd.3 171 heartbeat_check: no reply from 172.21.15.178:6804 osd.0 since back 2024-03-21T13:16:38.809556+0000 front 2024-03-21T13:16:38.810077+0000 (oldest deadline 2024-03-21T13:17:04.709646+0000) 2024-03-21T13:17:05.980 INFO:journalctl@ceph.osd.7.smithi184.stdout:Mar 21 13:17:05 smithi184 bash[76262]: debug 2024-03-21T13:17:05.751+0000 7f83b7fdd700 -1 osd.7 171 heartbeat_check: no reply from 172.21.15.178:6804 osd.0 since back 2024-03-21T13:16:36.139830+0000 front 2024-03-21T13:16:36.139733+0000 (oldest deadline 2024-03-21T13:17:00.239797+0000) 2024-03-21T13:17:05.981 INFO:journalctl@ceph.osd.4.smithi184.stdout:Mar 21 13:17:05 smithi184 bash[66834]: debug 2024-03-21T13:17:05.571+0000 7fdd2ae25700 -1 osd.4 171 heartbeat_check: no reply from 172.21.15.178:6804 osd.0 since back 2024-03-21T13:16:36.391035+0000 front 2024-03-21T13:16:36.391203+0000 (oldest deadline 2024-03-21T13:17:01.690956+0000) 2024-03-21T13:17:06.298 INFO:journalctl@ceph.osd.5.smithi184.stdout:Mar 21 13:17:05 smithi184 bash[69981]: debug 2024-03-21T13:17:05.975+0000 7fd365100700 -1 osd.5 171 heartbeat_check: no reply from 172.21.15.178:6804 osd.0 since back 2024-03-21T13:16:38.176255+0000 front 2024-03-21T13:16:38.176416+0000 (oldest deadline 2024-03-21T13:17:04.076058+0000) 2024-03-21T13:17:06.298 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:06 smithi184 bash[73094]: debug 2024-03-21T13:17:06.099+0000 7ff8f86de700 -1 osd.6 171 heartbeat_check: no reply from 172.21.15.178:6804 osd.0 since back 2024-03-21T13:16:39.178224+0000 front 2024-03-21T13:16:39.178635+0000 (oldest deadline 2024-03-21T13:17:05.078190+0000) 2024-03-21T13:17:06.743 INFO:journalctl@ceph.osd.4.smithi184.stdout:Mar 21 13:17:06 smithi184 bash[66834]: debug 2024-03-21T13:17:06.603+0000 7fdd2ae25700 -1 osd.4 171 heartbeat_check: no reply from 172.21.15.178:6804 osd.0 since back 2024-03-21T13:16:36.391035+0000 front 2024-03-21T13:16:36.391203+0000 (oldest deadline 2024-03-21T13:17:01.690956+0000) 2024-03-21T13:17:06.797 INFO:journalctl@ceph.osd.3.smithi178.stdout:Mar 21 13:17:06 smithi178 bash[97161]: debug 2024-03-21T13:17:06.482+0000 7f3393928700 -1 osd.3 171 heartbeat_check: no reply from 172.21.15.178:6804 osd.0 since back 2024-03-21T13:16:38.809556+0000 front 2024-03-21T13:16:38.810077+0000 (oldest deadline 2024-03-21T13:17:04.709646+0000) 2024-03-21T13:17:07.011 INFO:journalctl@ceph.osd.7.smithi184.stdout:Mar 21 13:17:06 smithi184 bash[76262]: debug 2024-03-21T13:17:06.739+0000 7f83b7fdd700 -1 osd.7 171 heartbeat_check: no reply from 172.21.15.178:6804 osd.0 since back 2024-03-21T13:16:36.139830+0000 front 2024-03-21T13:16:36.139733+0000 (oldest deadline 2024-03-21T13:17:00.239797+0000) 2024-03-21T13:17:07.323 INFO:journalctl@ceph.osd.5.smithi184.stdout:Mar 21 13:17:07 smithi184 bash[69981]: debug 2024-03-21T13:17:07.007+0000 7fd365100700 -1 osd.5 171 heartbeat_check: no reply from 172.21.15.178:6804 osd.0 since back 2024-03-21T13:16:38.176255+0000 front 2024-03-21T13:16:38.176416+0000 (oldest deadline 2024-03-21T13:17:04.076058+0000) 2024-03-21T13:17:07.323 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:07 smithi184 bash[73094]: debug 2024-03-21T13:17:07.087+0000 7ff8f86de700 -1 osd.6 171 heartbeat_check: no reply from 172.21.15.178:6804 osd.0 since back 2024-03-21T13:16:39.178224+0000 front 2024-03-21T13:16:39.178635+0000 (oldest deadline 2024-03-21T13:17:05.078190+0000) 2024-03-21T13:17:07.797 INFO:journalctl@ceph.osd.3.smithi178.stdout:Mar 21 13:17:07 smithi178 bash[97161]: debug 2024-03-21T13:17:07.506+0000 7f3393928700 -1 osd.3 171 heartbeat_check: no reply from 172.21.15.178:6804 osd.0 since back 2024-03-21T13:16:38.809556+0000 front 2024-03-21T13:16:38.810077+0000 (oldest deadline 2024-03-21T13:17:04.709646+0000) 2024-03-21T13:17:07.986 INFO:journalctl@ceph.osd.7.smithi184.stdout:Mar 21 13:17:07 smithi184 bash[76262]: debug 2024-03-21T13:17:07.754+0000 7f83b7fdd700 -1 osd.7 171 heartbeat_check: no reply from 172.21.15.178:6804 osd.0 since back 2024-03-21T13:16:36.139830+0000 front 2024-03-21T13:16:36.139733+0000 (oldest deadline 2024-03-21T13:17:00.239797+0000) 2024-03-21T13:17:07.986 INFO:journalctl@ceph.osd.4.smithi184.stdout:Mar 21 13:17:07 smithi184 bash[66834]: debug 2024-03-21T13:17:07.602+0000 7fdd2ae25700 -1 osd.4 171 heartbeat_check: no reply from 172.21.15.178:6804 osd.0 since back 2024-03-21T13:16:36.391035+0000 front 2024-03-21T13:16:36.391203+0000 (oldest deadline 2024-03-21T13:17:01.690956+0000) 2024-03-21T13:17:08.323 INFO:journalctl@ceph.osd.5.smithi184.stdout:Mar 21 13:17:07 smithi184 bash[69981]: debug 2024-03-21T13:17:07.982+0000 7fd365100700 -1 osd.5 171 heartbeat_check: no reply from 172.21.15.178:6804 osd.0 since back 2024-03-21T13:16:38.176255+0000 front 2024-03-21T13:16:38.176416+0000 (oldest deadline 2024-03-21T13:17:04.076058+0000) 2024-03-21T13:17:08.323 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:08 smithi184 bash[73094]: debug 2024-03-21T13:17:08.074+0000 7ff8f86de700 -1 osd.6 171 heartbeat_check: no reply from 172.21.15.178:6804 osd.0 since back 2024-03-21T13:16:39.178224+0000 front 2024-03-21T13:16:39.178635+0000 (oldest deadline 2024-03-21T13:17:05.078190+0000) 2024-03-21T13:17:09.025 INFO:journalctl@ceph.osd.7.smithi184.stdout:Mar 21 13:17:08 smithi184 bash[76262]: debug 2024-03-21T13:17:08.794+0000 7f83b7fdd700 -1 osd.7 171 heartbeat_check: no reply from 172.21.15.178:6804 osd.0 since back 2024-03-21T13:16:36.139830+0000 front 2024-03-21T13:16:36.139733+0000 (oldest deadline 2024-03-21T13:17:00.239797+0000) 2024-03-21T13:17:09.025 INFO:journalctl@ceph.osd.4.smithi184.stdout:Mar 21 13:17:08 smithi184 bash[66834]: debug 2024-03-21T13:17:08.582+0000 7fdd2ae25700 -1 osd.4 171 heartbeat_check: no reply from 172.21.15.178:6804 osd.0 since back 2024-03-21T13:16:36.391035+0000 front 2024-03-21T13:16:36.391203+0000 (oldest deadline 2024-03-21T13:17:01.690956+0000) 2024-03-21T13:17:09.047 INFO:journalctl@ceph.osd.3.smithi178.stdout:Mar 21 13:17:08 smithi178 bash[124948]: ceph-a94f249e-e780-11ee-95cd-87774f69a715-osd-3 2024-03-21T13:17:09.047 INFO:journalctl@ceph.osd.3.smithi178.stdout:Mar 21 13:17:08 smithi178 bash[125570]: Error response from daemon: No such container: ceph-a94f249e-e780-11ee-95cd-87774f69a715-osd-3 2024-03-21T13:17:09.323 INFO:journalctl@ceph.osd.5.smithi184.stdout:Mar 21 13:17:09 smithi184 bash[69981]: debug 2024-03-21T13:17:09.022+0000 7fd365100700 -1 osd.5 171 heartbeat_check: no reply from 172.21.15.178:6804 osd.0 since back 2024-03-21T13:16:38.176255+0000 front 2024-03-21T13:16:38.176416+0000 (oldest deadline 2024-03-21T13:17:04.076058+0000) 2024-03-21T13:17:09.323 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:09 smithi184 bash[73094]: debug 2024-03-21T13:17:09.026+0000 7ff8f86de700 -1 osd.6 171 heartbeat_check: no reply from 172.21.15.178:6804 osd.0 since back 2024-03-21T13:16:39.178224+0000 front 2024-03-21T13:16:39.178635+0000 (oldest deadline 2024-03-21T13:17:05.078190+0000) 2024-03-21T13:17:09.994 INFO:journalctl@ceph.osd.7.smithi184.stdout:Mar 21 13:17:09 smithi184 bash[76262]: debug 2024-03-21T13:17:09.810+0000 7f83b7fdd700 -1 osd.7 171 heartbeat_check: no reply from 172.21.15.178:6804 osd.0 since back 2024-03-21T13:16:36.139830+0000 front 2024-03-21T13:16:36.139733+0000 (oldest deadline 2024-03-21T13:17:00.239797+0000) 2024-03-21T13:17:09.994 INFO:journalctl@ceph.osd.4.smithi184.stdout:Mar 21 13:17:09 smithi184 bash[66834]: debug 2024-03-21T13:17:09.634+0000 7fdd2ae25700 -1 osd.4 171 heartbeat_check: no reply from 172.21.15.178:6804 osd.0 since back 2024-03-21T13:16:36.391035+0000 front 2024-03-21T13:16:36.391203+0000 (oldest deadline 2024-03-21T13:17:01.690956+0000) 2024-03-21T13:17:10.323 INFO:journalctl@ceph.osd.5.smithi184.stdout:Mar 21 13:17:10 smithi184 bash[69981]: debug 2024-03-21T13:17:10.010+0000 7fd365100700 -1 osd.5 171 heartbeat_check: no reply from 172.21.15.178:6804 osd.0 since back 2024-03-21T13:16:38.176255+0000 front 2024-03-21T13:16:38.176416+0000 (oldest deadline 2024-03-21T13:17:04.076058+0000) 2024-03-21T13:17:10.323 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:09 smithi184 bash[73094]: debug 2024-03-21T13:17:09.990+0000 7ff8f86de700 -1 osd.6 171 heartbeat_check: no reply from 172.21.15.178:6804 osd.0 since back 2024-03-21T13:16:39.178224+0000 front 2024-03-21T13:16:39.178635+0000 (oldest deadline 2024-03-21T13:17:05.078190+0000) 2024-03-21T13:17:10.801 DEBUG:teuthology.orchestra.run.smithi178:> sudo pkill -f 'journalctl -f -n 0 -u ceph-a94f249e-e780-11ee-95cd-87774f69a715@osd.3.service' 2024-03-21T13:17:10.835 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-21T13:17:10.835 INFO:tasks.cephadm.osd.3:Stopped osd.3 2024-03-21T13:17:10.835 INFO:tasks.cephadm.osd.4:Stopping osd.4... 2024-03-21T13:17:10.835 DEBUG:teuthology.orchestra.run.smithi184:> sudo systemctl stop ceph-a94f249e-e780-11ee-95cd-87774f69a715@osd.4 2024-03-21T13:17:10.994 INFO:journalctl@ceph.osd.4.smithi184.stdout:Mar 21 13:17:10 smithi184 bash[66834]: debug 2024-03-21T13:17:10.650+0000 7fdd2ae25700 -1 osd.4 171 heartbeat_check: no reply from 172.21.15.178:6804 osd.0 since back 2024-03-21T13:16:36.391035+0000 front 2024-03-21T13:16:36.391203+0000 (oldest deadline 2024-03-21T13:17:01.690956+0000) 2024-03-21T13:17:10.995 INFO:journalctl@ceph.osd.4.smithi184.stdout:Mar 21 13:17:10 smithi184 systemd[1]: Stopping Ceph osd.4 for a94f249e-e780-11ee-95cd-87774f69a715... 2024-03-21T13:17:10.995 INFO:journalctl@ceph.osd.7.smithi184.stdout:Mar 21 13:17:10 smithi184 bash[76262]: debug 2024-03-21T13:17:10.798+0000 7f83b7fdd700 -1 osd.7 171 heartbeat_check: no reply from 172.21.15.178:6804 osd.0 since back 2024-03-21T13:16:36.139830+0000 front 2024-03-21T13:16:36.139733+0000 (oldest deadline 2024-03-21T13:17:00.239797+0000) 2024-03-21T13:17:11.323 INFO:journalctl@ceph.osd.5.smithi184.stdout:Mar 21 13:17:11 smithi184 bash[69981]: debug 2024-03-21T13:17:11.038+0000 7fd365100700 -1 osd.5 171 heartbeat_check: no reply from 172.21.15.178:6804 osd.0 since back 2024-03-21T13:16:38.176255+0000 front 2024-03-21T13:16:38.176416+0000 (oldest deadline 2024-03-21T13:17:04.076058+0000) 2024-03-21T13:17:11.324 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:10 smithi184 bash[73094]: debug 2024-03-21T13:17:10.990+0000 7ff8f86de700 -1 osd.6 171 heartbeat_check: no reply from 172.21.15.178:6804 osd.0 since back 2024-03-21T13:16:39.178224+0000 front 2024-03-21T13:16:39.178635+0000 (oldest deadline 2024-03-21T13:17:05.078190+0000) 2024-03-21T13:17:11.324 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:10 smithi184 bash[73094]: debug 2024-03-21T13:17:10.990+0000 7ff8f86de700 -1 osd.6 171 heartbeat_check: no reply from 172.21.15.178:6812 osd.1 since back 2024-03-21T13:16:45.579881+0000 front 2024-03-21T13:16:45.579982+0000 (oldest deadline 2024-03-21T13:17:10.879395+0000) 2024-03-21T13:17:11.324 INFO:journalctl@ceph.osd.4.smithi184.stdout:Mar 21 13:17:11 smithi184 bash[66834]: debug 2024-03-21T13:17:11.002+0000 7fdd32839700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.4 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-03-21T13:17:11.324 INFO:journalctl@ceph.osd.4.smithi184.stdout:Mar 21 13:17:11 smithi184 bash[66834]: debug 2024-03-21T13:17:11.002+0000 7fdd32839700 -1 osd.4 171 *** Got signal Terminated *** 2024-03-21T13:17:11.324 INFO:journalctl@ceph.osd.4.smithi184.stdout:Mar 21 13:17:11 smithi184 bash[66834]: debug 2024-03-21T13:17:11.002+0000 7fdd32839700 -1 osd.4 171 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-21T13:17:11.949 INFO:journalctl@ceph.osd.7.smithi184.stdout:Mar 21 13:17:11 smithi184 bash[76262]: debug 2024-03-21T13:17:11.774+0000 7f83b7fdd700 -1 osd.7 171 heartbeat_check: no reply from 172.21.15.178:6804 osd.0 since back 2024-03-21T13:16:36.139830+0000 front 2024-03-21T13:16:36.139733+0000 (oldest deadline 2024-03-21T13:17:00.239797+0000) 2024-03-21T13:17:11.949 INFO:journalctl@ceph.osd.7.smithi184.stdout:Mar 21 13:17:11 smithi184 bash[76262]: debug 2024-03-21T13:17:11.774+0000 7f83b7fdd700 -1 osd.7 171 heartbeat_check: no reply from 172.21.15.178:6812 osd.1 since back 2024-03-21T13:16:45.442214+0000 front 2024-03-21T13:16:45.442607+0000 (oldest deadline 2024-03-21T13:17:11.342037+0000) 2024-03-21T13:17:11.950 INFO:journalctl@ceph.osd.4.smithi184.stdout:Mar 21 13:17:11 smithi184 bash[66834]: debug 2024-03-21T13:17:11.634+0000 7fdd2ae25700 -1 osd.4 171 heartbeat_check: no reply from 172.21.15.178:6804 osd.0 since back 2024-03-21T13:16:36.391035+0000 front 2024-03-21T13:16:36.391203+0000 (oldest deadline 2024-03-21T13:17:01.690956+0000) 2024-03-21T13:17:11.950 INFO:journalctl@ceph.osd.4.smithi184.stdout:Mar 21 13:17:11 smithi184 bash[66834]: debug 2024-03-21T13:17:11.634+0000 7fdd2ae25700 -1 osd.4 171 heartbeat_check: no reply from 172.21.15.178:6812 osd.1 since back 2024-03-21T13:16:47.493572+0000 front 2024-03-21T13:16:47.493849+0000 (oldest deadline 2024-03-21T13:17:10.993641+0000) 2024-03-21T13:17:12.323 INFO:journalctl@ceph.osd.5.smithi184.stdout:Mar 21 13:17:12 smithi184 bash[69981]: debug 2024-03-21T13:17:12.062+0000 7fd365100700 -1 osd.5 171 heartbeat_check: no reply from 172.21.15.178:6804 osd.0 since back 2024-03-21T13:16:38.176255+0000 front 2024-03-21T13:16:38.176416+0000 (oldest deadline 2024-03-21T13:17:04.076058+0000) 2024-03-21T13:17:12.324 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:11 smithi184 bash[73094]: debug 2024-03-21T13:17:11.946+0000 7ff8f86de700 -1 osd.6 171 heartbeat_check: no reply from 172.21.15.178:6804 osd.0 since back 2024-03-21T13:16:39.178224+0000 front 2024-03-21T13:16:39.178635+0000 (oldest deadline 2024-03-21T13:17:05.078190+0000) 2024-03-21T13:17:12.324 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:11 smithi184 bash[73094]: debug 2024-03-21T13:17:11.946+0000 7ff8f86de700 -1 osd.6 171 heartbeat_check: no reply from 172.21.15.178:6812 osd.1 since back 2024-03-21T13:16:45.579881+0000 front 2024-03-21T13:16:45.579982+0000 (oldest deadline 2024-03-21T13:17:10.879395+0000) 2024-03-21T13:17:13.073 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:12 smithi184 bash[73094]: debug 2024-03-21T13:17:12.910+0000 7ff8f86de700 -1 osd.6 171 heartbeat_check: no reply from 172.21.15.178:6804 osd.0 since back 2024-03-21T13:16:39.178224+0000 front 2024-03-21T13:16:39.178635+0000 (oldest deadline 2024-03-21T13:17:05.078190+0000) 2024-03-21T13:17:13.073 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:12 smithi184 bash[73094]: debug 2024-03-21T13:17:12.910+0000 7ff8f86de700 -1 osd.6 171 heartbeat_check: no reply from 172.21.15.178:6812 osd.1 since back 2024-03-21T13:16:45.579881+0000 front 2024-03-21T13:16:45.579982+0000 (oldest deadline 2024-03-21T13:17:10.879395+0000) 2024-03-21T13:17:13.074 INFO:journalctl@ceph.osd.4.smithi184.stdout:Mar 21 13:17:12 smithi184 bash[66834]: debug 2024-03-21T13:17:12.658+0000 7fdd2ae25700 -1 osd.4 171 heartbeat_check: no reply from 172.21.15.178:6804 osd.0 since back 2024-03-21T13:16:36.391035+0000 front 2024-03-21T13:16:36.391203+0000 (oldest deadline 2024-03-21T13:17:01.690956+0000) 2024-03-21T13:17:13.074 INFO:journalctl@ceph.osd.4.smithi184.stdout:Mar 21 13:17:12 smithi184 bash[66834]: debug 2024-03-21T13:17:12.662+0000 7fdd2ae25700 -1 osd.4 171 heartbeat_check: no reply from 172.21.15.178:6812 osd.1 since back 2024-03-21T13:16:47.493572+0000 front 2024-03-21T13:16:47.493849+0000 (oldest deadline 2024-03-21T13:17:10.993641+0000) 2024-03-21T13:17:13.074 INFO:journalctl@ceph.osd.7.smithi184.stdout:Mar 21 13:17:12 smithi184 bash[76262]: debug 2024-03-21T13:17:12.810+0000 7f83b7fdd700 -1 osd.7 171 heartbeat_check: no reply from 172.21.15.178:6804 osd.0 since back 2024-03-21T13:16:36.139830+0000 front 2024-03-21T13:16:36.139733+0000 (oldest deadline 2024-03-21T13:17:00.239797+0000) 2024-03-21T13:17:13.074 INFO:journalctl@ceph.osd.7.smithi184.stdout:Mar 21 13:17:12 smithi184 bash[76262]: debug 2024-03-21T13:17:12.810+0000 7f83b7fdd700 -1 osd.7 171 heartbeat_check: no reply from 172.21.15.178:6812 osd.1 since back 2024-03-21T13:16:45.442214+0000 front 2024-03-21T13:16:45.442607+0000 (oldest deadline 2024-03-21T13:17:11.342037+0000) 2024-03-21T13:17:13.573 INFO:journalctl@ceph.osd.5.smithi184.stdout:Mar 21 13:17:13 smithi184 bash[69981]: debug 2024-03-21T13:17:13.110+0000 7fd365100700 -1 osd.5 171 heartbeat_check: no reply from 172.21.15.178:6804 osd.0 since back 2024-03-21T13:16:38.176255+0000 front 2024-03-21T13:16:38.176416+0000 (oldest deadline 2024-03-21T13:17:04.076058+0000) 2024-03-21T13:17:14.073 INFO:journalctl@ceph.osd.7.smithi184.stdout:Mar 21 13:17:13 smithi184 bash[76262]: debug 2024-03-21T13:17:13.778+0000 7f83b7fdd700 -1 osd.7 171 heartbeat_check: no reply from 172.21.15.178:6804 osd.0 since back 2024-03-21T13:16:36.139830+0000 front 2024-03-21T13:16:36.139733+0000 (oldest deadline 2024-03-21T13:17:00.239797+0000) 2024-03-21T13:17:14.073 INFO:journalctl@ceph.osd.7.smithi184.stdout:Mar 21 13:17:13 smithi184 bash[76262]: debug 2024-03-21T13:17:13.778+0000 7f83b7fdd700 -1 osd.7 171 heartbeat_check: no reply from 172.21.15.178:6812 osd.1 since back 2024-03-21T13:16:45.442214+0000 front 2024-03-21T13:16:45.442607+0000 (oldest deadline 2024-03-21T13:17:11.342037+0000) 2024-03-21T13:17:14.073 INFO:journalctl@ceph.osd.4.smithi184.stdout:Mar 21 13:17:13 smithi184 bash[66834]: debug 2024-03-21T13:17:13.702+0000 7fdd2ae25700 -1 osd.4 171 heartbeat_check: no reply from 172.21.15.178:6804 osd.0 since back 2024-03-21T13:16:36.391035+0000 front 2024-03-21T13:16:36.391203+0000 (oldest deadline 2024-03-21T13:17:01.690956+0000) 2024-03-21T13:17:14.074 INFO:journalctl@ceph.osd.4.smithi184.stdout:Mar 21 13:17:13 smithi184 bash[66834]: debug 2024-03-21T13:17:13.702+0000 7fdd2ae25700 -1 osd.4 171 heartbeat_check: no reply from 172.21.15.178:6812 osd.1 since back 2024-03-21T13:16:47.493572+0000 front 2024-03-21T13:16:47.493849+0000 (oldest deadline 2024-03-21T13:17:10.993641+0000) 2024-03-21T13:17:14.074 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:13 smithi184 bash[73094]: debug 2024-03-21T13:17:13.898+0000 7ff8f86de700 -1 osd.6 171 heartbeat_check: no reply from 172.21.15.178:6804 osd.0 since back 2024-03-21T13:16:39.178224+0000 front 2024-03-21T13:16:39.178635+0000 (oldest deadline 2024-03-21T13:17:05.078190+0000) 2024-03-21T13:17:14.074 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:13 smithi184 bash[73094]: debug 2024-03-21T13:17:13.898+0000 7ff8f86de700 -1 osd.6 171 heartbeat_check: no reply from 172.21.15.178:6812 osd.1 since back 2024-03-21T13:16:45.579881+0000 front 2024-03-21T13:16:45.579982+0000 (oldest deadline 2024-03-21T13:17:10.879395+0000) 2024-03-21T13:17:14.573 INFO:journalctl@ceph.osd.5.smithi184.stdout:Mar 21 13:17:14 smithi184 bash[69981]: debug 2024-03-21T13:17:14.110+0000 7fd365100700 -1 osd.5 171 heartbeat_check: no reply from 172.21.15.178:6804 osd.0 since back 2024-03-21T13:16:38.176255+0000 front 2024-03-21T13:16:38.176416+0000 (oldest deadline 2024-03-21T13:17:04.076058+0000) 2024-03-21T13:17:14.573 INFO:journalctl@ceph.osd.5.smithi184.stdout:Mar 21 13:17:14 smithi184 bash[69981]: debug 2024-03-21T13:17:14.110+0000 7fd365100700 -1 osd.5 171 heartbeat_check: no reply from 172.21.15.178:6812 osd.1 since back 2024-03-21T13:16:48.078447+0000 front 2024-03-21T13:16:48.078936+0000 (oldest deadline 2024-03-21T13:17:13.378560+0000) 2024-03-21T13:17:15.073 INFO:journalctl@ceph.osd.4.smithi184.stdout:Mar 21 13:17:14 smithi184 bash[66834]: debug 2024-03-21T13:17:14.690+0000 7fdd2ae25700 -1 osd.4 171 heartbeat_check: no reply from 172.21.15.178:6804 osd.0 since back 2024-03-21T13:16:36.391035+0000 front 2024-03-21T13:16:36.391203+0000 (oldest deadline 2024-03-21T13:17:01.690956+0000) 2024-03-21T13:17:15.073 INFO:journalctl@ceph.osd.4.smithi184.stdout:Mar 21 13:17:14 smithi184 bash[66834]: debug 2024-03-21T13:17:14.690+0000 7fdd2ae25700 -1 osd.4 171 heartbeat_check: no reply from 172.21.15.178:6812 osd.1 since back 2024-03-21T13:16:47.493572+0000 front 2024-03-21T13:16:47.493849+0000 (oldest deadline 2024-03-21T13:17:10.993641+0000) 2024-03-21T13:17:15.074 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:14 smithi184 bash[73094]: debug 2024-03-21T13:17:14.906+0000 7ff8f86de700 -1 osd.6 171 heartbeat_check: no reply from 172.21.15.178:6804 osd.0 since back 2024-03-21T13:16:39.178224+0000 front 2024-03-21T13:16:39.178635+0000 (oldest deadline 2024-03-21T13:17:05.078190+0000) 2024-03-21T13:17:15.074 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:14 smithi184 bash[73094]: debug 2024-03-21T13:17:14.906+0000 7ff8f86de700 -1 osd.6 171 heartbeat_check: no reply from 172.21.15.178:6812 osd.1 since back 2024-03-21T13:16:45.579881+0000 front 2024-03-21T13:16:45.579982+0000 (oldest deadline 2024-03-21T13:17:10.879395+0000) 2024-03-21T13:17:15.074 INFO:journalctl@ceph.osd.7.smithi184.stdout:Mar 21 13:17:14 smithi184 bash[76262]: debug 2024-03-21T13:17:14.810+0000 7f83b7fdd700 -1 osd.7 171 heartbeat_check: no reply from 172.21.15.178:6804 osd.0 since back 2024-03-21T13:16:36.139830+0000 front 2024-03-21T13:16:36.139733+0000 (oldest deadline 2024-03-21T13:17:00.239797+0000) 2024-03-21T13:17:15.074 INFO:journalctl@ceph.osd.7.smithi184.stdout:Mar 21 13:17:14 smithi184 bash[76262]: debug 2024-03-21T13:17:14.810+0000 7f83b7fdd700 -1 osd.7 171 heartbeat_check: no reply from 172.21.15.178:6812 osd.1 since back 2024-03-21T13:16:45.442214+0000 front 2024-03-21T13:16:45.442607+0000 (oldest deadline 2024-03-21T13:17:11.342037+0000) 2024-03-21T13:17:15.573 INFO:journalctl@ceph.osd.5.smithi184.stdout:Mar 21 13:17:15 smithi184 bash[69981]: debug 2024-03-21T13:17:15.134+0000 7fd365100700 -1 osd.5 171 heartbeat_check: no reply from 172.21.15.178:6804 osd.0 since back 2024-03-21T13:16:38.176255+0000 front 2024-03-21T13:16:38.176416+0000 (oldest deadline 2024-03-21T13:17:04.076058+0000) 2024-03-21T13:17:15.573 INFO:journalctl@ceph.osd.5.smithi184.stdout:Mar 21 13:17:15 smithi184 bash[69981]: debug 2024-03-21T13:17:15.134+0000 7fd365100700 -1 osd.5 171 heartbeat_check: no reply from 172.21.15.178:6812 osd.1 since back 2024-03-21T13:16:48.078447+0000 front 2024-03-21T13:16:48.078936+0000 (oldest deadline 2024-03-21T13:17:13.378560+0000) 2024-03-21T13:17:16.073 INFO:journalctl@ceph.osd.4.smithi184.stdout:Mar 21 13:17:15 smithi184 bash[66834]: debug 2024-03-21T13:17:15.682+0000 7fdd2ae25700 -1 osd.4 171 heartbeat_check: no reply from 172.21.15.178:6804 osd.0 since back 2024-03-21T13:16:36.391035+0000 front 2024-03-21T13:16:36.391203+0000 (oldest deadline 2024-03-21T13:17:01.690956+0000) 2024-03-21T13:17:16.073 INFO:journalctl@ceph.osd.4.smithi184.stdout:Mar 21 13:17:15 smithi184 bash[66834]: debug 2024-03-21T13:17:15.682+0000 7fdd2ae25700 -1 osd.4 171 heartbeat_check: no reply from 172.21.15.178:6812 osd.1 since back 2024-03-21T13:16:47.493572+0000 front 2024-03-21T13:16:47.493849+0000 (oldest deadline 2024-03-21T13:17:10.993641+0000) 2024-03-21T13:17:16.074 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:15 smithi184 bash[73094]: debug 2024-03-21T13:17:15.870+0000 7ff8f86de700 -1 osd.6 171 heartbeat_check: no reply from 172.21.15.178:6804 osd.0 since back 2024-03-21T13:16:39.178224+0000 front 2024-03-21T13:16:39.178635+0000 (oldest deadline 2024-03-21T13:17:05.078190+0000) 2024-03-21T13:17:16.074 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:15 smithi184 bash[73094]: debug 2024-03-21T13:17:15.870+0000 7ff8f86de700 -1 osd.6 171 heartbeat_check: no reply from 172.21.15.178:6812 osd.1 since back 2024-03-21T13:16:45.579881+0000 front 2024-03-21T13:16:45.579982+0000 (oldest deadline 2024-03-21T13:17:10.879395+0000) 2024-03-21T13:17:16.074 INFO:journalctl@ceph.osd.7.smithi184.stdout:Mar 21 13:17:15 smithi184 bash[76262]: debug 2024-03-21T13:17:15.842+0000 7f83b7fdd700 -1 osd.7 171 heartbeat_check: no reply from 172.21.15.178:6804 osd.0 since back 2024-03-21T13:16:36.139830+0000 front 2024-03-21T13:16:36.139733+0000 (oldest deadline 2024-03-21T13:17:00.239797+0000) 2024-03-21T13:17:16.074 INFO:journalctl@ceph.osd.7.smithi184.stdout:Mar 21 13:17:15 smithi184 bash[76262]: debug 2024-03-21T13:17:15.842+0000 7f83b7fdd700 -1 osd.7 171 heartbeat_check: no reply from 172.21.15.178:6812 osd.1 since back 2024-03-21T13:16:45.442214+0000 front 2024-03-21T13:16:45.442607+0000 (oldest deadline 2024-03-21T13:17:11.342037+0000) 2024-03-21T13:17:16.573 INFO:journalctl@ceph.osd.5.smithi184.stdout:Mar 21 13:17:16 smithi184 bash[69981]: debug 2024-03-21T13:17:16.158+0000 7fd365100700 -1 osd.5 171 heartbeat_check: no reply from 172.21.15.178:6804 osd.0 since back 2024-03-21T13:16:38.176255+0000 front 2024-03-21T13:16:38.176416+0000 (oldest deadline 2024-03-21T13:17:04.076058+0000) 2024-03-21T13:17:16.573 INFO:journalctl@ceph.osd.5.smithi184.stdout:Mar 21 13:17:16 smithi184 bash[69981]: debug 2024-03-21T13:17:16.162+0000 7fd365100700 -1 osd.5 171 heartbeat_check: no reply from 172.21.15.178:6812 osd.1 since back 2024-03-21T13:16:48.078447+0000 front 2024-03-21T13:16:48.078936+0000 (oldest deadline 2024-03-21T13:17:13.378560+0000) 2024-03-21T13:17:16.958 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:16 smithi184 bash[73094]: debug 2024-03-21T13:17:16.826+0000 7ff8f86de700 -1 osd.6 171 heartbeat_check: no reply from 172.21.15.178:6804 osd.0 since back 2024-03-21T13:16:39.178224+0000 front 2024-03-21T13:16:39.178635+0000 (oldest deadline 2024-03-21T13:17:05.078190+0000) 2024-03-21T13:17:16.958 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:16 smithi184 bash[73094]: debug 2024-03-21T13:17:16.826+0000 7ff8f86de700 -1 osd.6 171 heartbeat_check: no reply from 172.21.15.178:6812 osd.1 since back 2024-03-21T13:16:45.579881+0000 front 2024-03-21T13:16:45.579982+0000 (oldest deadline 2024-03-21T13:17:10.879395+0000) 2024-03-21T13:17:16.958 INFO:journalctl@ceph.osd.7.smithi184.stdout:Mar 21 13:17:16 smithi184 bash[76262]: debug 2024-03-21T13:17:16.802+0000 7f83b7fdd700 -1 osd.7 171 heartbeat_check: no reply from 172.21.15.178:6804 osd.0 since back 2024-03-21T13:16:36.139830+0000 front 2024-03-21T13:16:36.139733+0000 (oldest deadline 2024-03-21T13:17:00.239797+0000) 2024-03-21T13:17:16.958 INFO:journalctl@ceph.osd.7.smithi184.stdout:Mar 21 13:17:16 smithi184 bash[76262]: debug 2024-03-21T13:17:16.802+0000 7f83b7fdd700 -1 osd.7 171 heartbeat_check: no reply from 172.21.15.178:6812 osd.1 since back 2024-03-21T13:16:45.442214+0000 front 2024-03-21T13:16:45.442607+0000 (oldest deadline 2024-03-21T13:17:11.342037+0000) 2024-03-21T13:17:17.323 INFO:journalctl@ceph.osd.5.smithi184.stdout:Mar 21 13:17:17 smithi184 bash[69981]: debug 2024-03-21T13:17:17.170+0000 7fd365100700 -1 osd.5 171 heartbeat_check: no reply from 172.21.15.178:6804 osd.0 since back 2024-03-21T13:16:38.176255+0000 front 2024-03-21T13:16:38.176416+0000 (oldest deadline 2024-03-21T13:17:04.076058+0000) 2024-03-21T13:17:17.323 INFO:journalctl@ceph.osd.5.smithi184.stdout:Mar 21 13:17:17 smithi184 bash[69981]: debug 2024-03-21T13:17:17.170+0000 7fd365100700 -1 osd.5 171 heartbeat_check: no reply from 172.21.15.178:6812 osd.1 since back 2024-03-21T13:16:48.078447+0000 front 2024-03-21T13:16:48.078936+0000 (oldest deadline 2024-03-21T13:17:13.378560+0000) 2024-03-21T13:17:17.808 INFO:journalctl@ceph.osd.4.smithi184.stdout:Mar 21 13:17:17 smithi184 bash[96658]: ceph-a94f249e-e780-11ee-95cd-87774f69a715-osd-4 2024-03-21T13:17:17.808 INFO:journalctl@ceph.osd.4.smithi184.stdout:Mar 21 13:17:17 smithi184 bash[96766]: Error response from daemon: No such container: ceph-a94f249e-e780-11ee-95cd-87774f69a715-osd-4 2024-03-21T13:17:18.073 INFO:journalctl@ceph.osd.7.smithi184.stdout:Mar 21 13:17:17 smithi184 bash[76262]: debug 2024-03-21T13:17:17.834+0000 7f83b7fdd700 -1 osd.7 171 heartbeat_check: no reply from 172.21.15.178:6804 osd.0 since back 2024-03-21T13:16:36.139830+0000 front 2024-03-21T13:16:36.139733+0000 (oldest deadline 2024-03-21T13:17:00.239797+0000) 2024-03-21T13:17:18.073 INFO:journalctl@ceph.osd.7.smithi184.stdout:Mar 21 13:17:17 smithi184 bash[76262]: debug 2024-03-21T13:17:17.834+0000 7f83b7fdd700 -1 osd.7 171 heartbeat_check: no reply from 172.21.15.178:6812 osd.1 since back 2024-03-21T13:16:45.442214+0000 front 2024-03-21T13:16:45.442607+0000 (oldest deadline 2024-03-21T13:17:11.342037+0000) 2024-03-21T13:17:18.073 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:17 smithi184 bash[73094]: debug 2024-03-21T13:17:17.802+0000 7ff8f86de700 -1 osd.6 171 heartbeat_check: no reply from 172.21.15.178:6804 osd.0 since back 2024-03-21T13:16:39.178224+0000 front 2024-03-21T13:16:39.178635+0000 (oldest deadline 2024-03-21T13:17:05.078190+0000) 2024-03-21T13:17:18.074 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:17 smithi184 bash[73094]: debug 2024-03-21T13:17:17.802+0000 7ff8f86de700 -1 osd.6 171 heartbeat_check: no reply from 172.21.15.178:6812 osd.1 since back 2024-03-21T13:16:45.579881+0000 front 2024-03-21T13:16:45.579982+0000 (oldest deadline 2024-03-21T13:17:10.879395+0000) 2024-03-21T13:17:18.522 INFO:journalctl@ceph.osd.5.smithi184.stdout:Mar 21 13:17:18 smithi184 bash[69981]: debug 2024-03-21T13:17:18.126+0000 7fd365100700 -1 osd.5 171 heartbeat_check: no reply from 172.21.15.178:6804 osd.0 since back 2024-03-21T13:16:38.176255+0000 front 2024-03-21T13:16:38.176416+0000 (oldest deadline 2024-03-21T13:17:04.076058+0000) 2024-03-21T13:17:18.522 INFO:journalctl@ceph.osd.5.smithi184.stdout:Mar 21 13:17:18 smithi184 bash[69981]: debug 2024-03-21T13:17:18.126+0000 7fd365100700 -1 osd.5 171 heartbeat_check: no reply from 172.21.15.178:6812 osd.1 since back 2024-03-21T13:16:48.078447+0000 front 2024-03-21T13:16:48.078936+0000 (oldest deadline 2024-03-21T13:17:13.378560+0000) 2024-03-21T13:17:19.115 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:18 smithi184 bash[73094]: debug 2024-03-21T13:17:18.818+0000 7ff8f86de700 -1 osd.6 171 heartbeat_check: no reply from 172.21.15.178:6804 osd.0 since back 2024-03-21T13:16:39.178224+0000 front 2024-03-21T13:16:39.178635+0000 (oldest deadline 2024-03-21T13:17:05.078190+0000) 2024-03-21T13:17:19.115 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:18 smithi184 bash[73094]: debug 2024-03-21T13:17:18.818+0000 7ff8f86de700 -1 osd.6 171 heartbeat_check: no reply from 172.21.15.178:6812 osd.1 since back 2024-03-21T13:16:45.579881+0000 front 2024-03-21T13:16:45.579982+0000 (oldest deadline 2024-03-21T13:17:10.879395+0000) 2024-03-21T13:17:19.116 INFO:journalctl@ceph.osd.7.smithi184.stdout:Mar 21 13:17:18 smithi184 bash[76262]: debug 2024-03-21T13:17:18.822+0000 7f83b7fdd700 -1 osd.7 171 heartbeat_check: no reply from 172.21.15.178:6804 osd.0 since back 2024-03-21T13:16:36.139830+0000 front 2024-03-21T13:16:36.139733+0000 (oldest deadline 2024-03-21T13:17:00.239797+0000) 2024-03-21T13:17:19.116 INFO:journalctl@ceph.osd.7.smithi184.stdout:Mar 21 13:17:18 smithi184 bash[76262]: debug 2024-03-21T13:17:18.822+0000 7f83b7fdd700 -1 osd.7 171 heartbeat_check: no reply from 172.21.15.178:6812 osd.1 since back 2024-03-21T13:16:45.442214+0000 front 2024-03-21T13:16:45.442607+0000 (oldest deadline 2024-03-21T13:17:11.342037+0000) 2024-03-21T13:17:19.573 INFO:journalctl@ceph.osd.5.smithi184.stdout:Mar 21 13:17:19 smithi184 bash[69981]: debug 2024-03-21T13:17:19.110+0000 7fd365100700 -1 osd.5 171 heartbeat_check: no reply from 172.21.15.178:6804 osd.0 since back 2024-03-21T13:16:38.176255+0000 front 2024-03-21T13:16:38.176416+0000 (oldest deadline 2024-03-21T13:17:04.076058+0000) 2024-03-21T13:17:19.573 INFO:journalctl@ceph.osd.5.smithi184.stdout:Mar 21 13:17:19 smithi184 bash[69981]: debug 2024-03-21T13:17:19.110+0000 7fd365100700 -1 osd.5 171 heartbeat_check: no reply from 172.21.15.178:6812 osd.1 since back 2024-03-21T13:16:48.078447+0000 front 2024-03-21T13:16:48.078936+0000 (oldest deadline 2024-03-21T13:17:13.378560+0000) 2024-03-21T13:17:19.683 DEBUG:teuthology.orchestra.run.smithi184:> sudo pkill -f 'journalctl -f -n 0 -u ceph-a94f249e-e780-11ee-95cd-87774f69a715@osd.4.service' 2024-03-21T13:17:19.713 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-21T13:17:19.714 INFO:tasks.cephadm.osd.4:Stopped osd.4 2024-03-21T13:17:19.714 INFO:tasks.cephadm.osd.5:Stopping osd.5... 2024-03-21T13:17:19.714 DEBUG:teuthology.orchestra.run.smithi184:> sudo systemctl stop ceph-a94f249e-e780-11ee-95cd-87774f69a715@osd.5 2024-03-21T13:17:20.073 INFO:journalctl@ceph.osd.7.smithi184.stdout:Mar 21 13:17:19 smithi184 bash[76262]: debug 2024-03-21T13:17:19.786+0000 7f83b7fdd700 -1 osd.7 171 heartbeat_check: no reply from 172.21.15.178:6804 osd.0 since back 2024-03-21T13:16:36.139830+0000 front 2024-03-21T13:16:36.139733+0000 (oldest deadline 2024-03-21T13:17:00.239797+0000) 2024-03-21T13:17:20.073 INFO:journalctl@ceph.osd.7.smithi184.stdout:Mar 21 13:17:19 smithi184 bash[76262]: debug 2024-03-21T13:17:19.786+0000 7f83b7fdd700 -1 osd.7 171 heartbeat_check: no reply from 172.21.15.178:6812 osd.1 since back 2024-03-21T13:16:45.442214+0000 front 2024-03-21T13:16:45.442607+0000 (oldest deadline 2024-03-21T13:17:11.342037+0000) 2024-03-21T13:17:20.074 INFO:journalctl@ceph.osd.5.smithi184.stdout:Mar 21 13:17:19 smithi184 systemd[1]: Stopping Ceph osd.5 for a94f249e-e780-11ee-95cd-87774f69a715... 2024-03-21T13:17:20.074 INFO:journalctl@ceph.osd.5.smithi184.stdout:Mar 21 13:17:19 smithi184 bash[69981]: debug 2024-03-21T13:17:19.870+0000 7fd36cb14700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.5 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-03-21T13:17:20.074 INFO:journalctl@ceph.osd.5.smithi184.stdout:Mar 21 13:17:19 smithi184 bash[69981]: debug 2024-03-21T13:17:19.870+0000 7fd36cb14700 -1 osd.5 171 *** Got signal Terminated *** 2024-03-21T13:17:20.074 INFO:journalctl@ceph.osd.5.smithi184.stdout:Mar 21 13:17:19 smithi184 bash[69981]: debug 2024-03-21T13:17:19.870+0000 7fd36cb14700 -1 osd.5 171 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-21T13:17:20.074 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:19 smithi184 bash[73094]: debug 2024-03-21T13:17:19.798+0000 7ff8f86de700 -1 osd.6 171 heartbeat_check: no reply from 172.21.15.178:6804 osd.0 since back 2024-03-21T13:16:39.178224+0000 front 2024-03-21T13:16:39.178635+0000 (oldest deadline 2024-03-21T13:17:05.078190+0000) 2024-03-21T13:17:20.074 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:19 smithi184 bash[73094]: debug 2024-03-21T13:17:19.802+0000 7ff8f86de700 -1 osd.6 171 heartbeat_check: no reply from 172.21.15.178:6812 osd.1 since back 2024-03-21T13:16:45.579881+0000 front 2024-03-21T13:16:45.579982+0000 (oldest deadline 2024-03-21T13:17:10.879395+0000) 2024-03-21T13:17:20.074 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:19 smithi184 bash[73094]: debug 2024-03-21T13:17:19.802+0000 7ff8f86de700 -1 osd.6 171 heartbeat_check: no reply from 172.21.15.178:6820 osd.2 since back 2024-03-21T13:16:54.281545+0000 front 2024-03-21T13:16:54.281769+0000 (oldest deadline 2024-03-21T13:17:18.981663+0000) 2024-03-21T13:17:20.412 INFO:journalctl@ceph.osd.5.smithi184.stdout:Mar 21 13:17:20 smithi184 bash[69981]: debug 2024-03-21T13:17:20.074+0000 7fd365100700 -1 osd.5 171 heartbeat_check: no reply from 172.21.15.178:6804 osd.0 since back 2024-03-21T13:16:38.176255+0000 front 2024-03-21T13:16:38.176416+0000 (oldest deadline 2024-03-21T13:17:04.076058+0000) 2024-03-21T13:17:20.412 INFO:journalctl@ceph.osd.5.smithi184.stdout:Mar 21 13:17:20 smithi184 bash[69981]: debug 2024-03-21T13:17:20.074+0000 7fd365100700 -1 osd.5 171 heartbeat_check: no reply from 172.21.15.178:6812 osd.1 since back 2024-03-21T13:16:48.078447+0000 front 2024-03-21T13:16:48.078936+0000 (oldest deadline 2024-03-21T13:17:13.378560+0000) 2024-03-21T13:17:21.068 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:20 smithi184 bash[73094]: debug 2024-03-21T13:17:20.798+0000 7ff8f86de700 -1 osd.6 171 heartbeat_check: no reply from 172.21.15.178:6804 osd.0 since back 2024-03-21T13:16:39.178224+0000 front 2024-03-21T13:16:39.178635+0000 (oldest deadline 2024-03-21T13:17:05.078190+0000) 2024-03-21T13:17:21.069 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:20 smithi184 bash[73094]: debug 2024-03-21T13:17:20.802+0000 7ff8f86de700 -1 osd.6 171 heartbeat_check: no reply from 172.21.15.178:6812 osd.1 since back 2024-03-21T13:16:45.579881+0000 front 2024-03-21T13:16:45.579982+0000 (oldest deadline 2024-03-21T13:17:10.879395+0000) 2024-03-21T13:17:21.069 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:20 smithi184 bash[73094]: debug 2024-03-21T13:17:20.802+0000 7ff8f86de700 -1 osd.6 171 heartbeat_check: no reply from 172.21.15.178:6820 osd.2 since back 2024-03-21T13:16:54.281545+0000 front 2024-03-21T13:16:54.281769+0000 (oldest deadline 2024-03-21T13:17:18.981663+0000) 2024-03-21T13:17:21.069 INFO:journalctl@ceph.osd.7.smithi184.stdout:Mar 21 13:17:20 smithi184 bash[76262]: debug 2024-03-21T13:17:20.802+0000 7f83b7fdd700 -1 osd.7 171 heartbeat_check: no reply from 172.21.15.178:6804 osd.0 since back 2024-03-21T13:16:36.139830+0000 front 2024-03-21T13:16:36.139733+0000 (oldest deadline 2024-03-21T13:17:00.239797+0000) 2024-03-21T13:17:21.069 INFO:journalctl@ceph.osd.7.smithi184.stdout:Mar 21 13:17:20 smithi184 bash[76262]: debug 2024-03-21T13:17:20.802+0000 7f83b7fdd700 -1 osd.7 171 heartbeat_check: no reply from 172.21.15.178:6812 osd.1 since back 2024-03-21T13:16:45.442214+0000 front 2024-03-21T13:16:45.442607+0000 (oldest deadline 2024-03-21T13:17:11.342037+0000) 2024-03-21T13:17:21.069 INFO:journalctl@ceph.osd.7.smithi184.stdout:Mar 21 13:17:20 smithi184 bash[76262]: debug 2024-03-21T13:17:20.802+0000 7f83b7fdd700 -1 osd.7 171 heartbeat_check: no reply from 172.21.15.178:6820 osd.2 since back 2024-03-21T13:16:57.744138+0000 front 2024-03-21T13:16:57.744489+0000 (oldest deadline 2024-03-21T13:17:20.044140+0000) 2024-03-21T13:17:21.323 INFO:journalctl@ceph.osd.5.smithi184.stdout:Mar 21 13:17:21 smithi184 bash[69981]: debug 2024-03-21T13:17:21.062+0000 7fd365100700 -1 osd.5 171 heartbeat_check: no reply from 172.21.15.178:6804 osd.0 since back 2024-03-21T13:16:38.176255+0000 front 2024-03-21T13:16:38.176416+0000 (oldest deadline 2024-03-21T13:17:04.076058+0000) 2024-03-21T13:17:21.323 INFO:journalctl@ceph.osd.5.smithi184.stdout:Mar 21 13:17:21 smithi184 bash[69981]: debug 2024-03-21T13:17:21.062+0000 7fd365100700 -1 osd.5 171 heartbeat_check: no reply from 172.21.15.178:6812 osd.1 since back 2024-03-21T13:16:48.078447+0000 front 2024-03-21T13:16:48.078936+0000 (oldest deadline 2024-03-21T13:17:13.378560+0000) 2024-03-21T13:17:22.073 INFO:journalctl@ceph.osd.7.smithi184.stdout:Mar 21 13:17:21 smithi184 bash[76262]: debug 2024-03-21T13:17:21.850+0000 7f83b7fdd700 -1 osd.7 171 heartbeat_check: no reply from 172.21.15.178:6804 osd.0 since back 2024-03-21T13:16:36.139830+0000 front 2024-03-21T13:16:36.139733+0000 (oldest deadline 2024-03-21T13:17:00.239797+0000) 2024-03-21T13:17:22.073 INFO:journalctl@ceph.osd.7.smithi184.stdout:Mar 21 13:17:21 smithi184 bash[76262]: debug 2024-03-21T13:17:21.850+0000 7f83b7fdd700 -1 osd.7 171 heartbeat_check: no reply from 172.21.15.178:6812 osd.1 since back 2024-03-21T13:16:45.442214+0000 front 2024-03-21T13:16:45.442607+0000 (oldest deadline 2024-03-21T13:17:11.342037+0000) 2024-03-21T13:17:22.073 INFO:journalctl@ceph.osd.7.smithi184.stdout:Mar 21 13:17:21 smithi184 bash[76262]: debug 2024-03-21T13:17:21.850+0000 7f83b7fdd700 -1 osd.7 171 heartbeat_check: no reply from 172.21.15.178:6820 osd.2 since back 2024-03-21T13:16:57.744138+0000 front 2024-03-21T13:16:57.744489+0000 (oldest deadline 2024-03-21T13:17:20.044140+0000) 2024-03-21T13:17:22.074 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:21 smithi184 bash[73094]: debug 2024-03-21T13:17:21.782+0000 7ff8f86de700 -1 osd.6 171 heartbeat_check: no reply from 172.21.15.178:6804 osd.0 since back 2024-03-21T13:16:39.178224+0000 front 2024-03-21T13:16:39.178635+0000 (oldest deadline 2024-03-21T13:17:05.078190+0000) 2024-03-21T13:17:22.074 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:21 smithi184 bash[73094]: debug 2024-03-21T13:17:21.782+0000 7ff8f86de700 -1 osd.6 171 heartbeat_check: no reply from 172.21.15.178:6812 osd.1 since back 2024-03-21T13:16:45.579881+0000 front 2024-03-21T13:16:45.579982+0000 (oldest deadline 2024-03-21T13:17:10.879395+0000) 2024-03-21T13:17:22.074 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:21 smithi184 bash[73094]: debug 2024-03-21T13:17:21.782+0000 7ff8f86de700 -1 osd.6 171 heartbeat_check: no reply from 172.21.15.178:6820 osd.2 since back 2024-03-21T13:16:54.281545+0000 front 2024-03-21T13:16:54.281769+0000 (oldest deadline 2024-03-21T13:17:18.981663+0000) 2024-03-21T13:17:22.573 INFO:journalctl@ceph.osd.5.smithi184.stdout:Mar 21 13:17:22 smithi184 bash[69981]: debug 2024-03-21T13:17:22.094+0000 7fd365100700 -1 osd.5 171 heartbeat_check: no reply from 172.21.15.178:6804 osd.0 since back 2024-03-21T13:16:38.176255+0000 front 2024-03-21T13:16:38.176416+0000 (oldest deadline 2024-03-21T13:17:04.076058+0000) 2024-03-21T13:17:22.573 INFO:journalctl@ceph.osd.5.smithi184.stdout:Mar 21 13:17:22 smithi184 bash[69981]: debug 2024-03-21T13:17:22.094+0000 7fd365100700 -1 osd.5 171 heartbeat_check: no reply from 172.21.15.178:6812 osd.1 since back 2024-03-21T13:16:48.078447+0000 front 2024-03-21T13:16:48.078936+0000 (oldest deadline 2024-03-21T13:17:13.378560+0000) 2024-03-21T13:17:23.049 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:22 smithi184 bash[73094]: debug 2024-03-21T13:17:22.778+0000 7ff8f86de700 -1 osd.6 171 heartbeat_check: no reply from 172.21.15.178:6804 osd.0 since back 2024-03-21T13:16:39.178224+0000 front 2024-03-21T13:16:39.178635+0000 (oldest deadline 2024-03-21T13:17:05.078190+0000) 2024-03-21T13:17:23.049 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:22 smithi184 bash[73094]: debug 2024-03-21T13:17:22.778+0000 7ff8f86de700 -1 osd.6 171 heartbeat_check: no reply from 172.21.15.178:6812 osd.1 since back 2024-03-21T13:16:45.579881+0000 front 2024-03-21T13:16:45.579982+0000 (oldest deadline 2024-03-21T13:17:10.879395+0000) 2024-03-21T13:17:23.049 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:22 smithi184 bash[73094]: debug 2024-03-21T13:17:22.778+0000 7ff8f86de700 -1 osd.6 171 heartbeat_check: no reply from 172.21.15.178:6820 osd.2 since back 2024-03-21T13:16:54.281545+0000 front 2024-03-21T13:16:54.281769+0000 (oldest deadline 2024-03-21T13:17:18.981663+0000) 2024-03-21T13:17:23.049 INFO:journalctl@ceph.osd.7.smithi184.stdout:Mar 21 13:17:22 smithi184 bash[76262]: debug 2024-03-21T13:17:22.866+0000 7f83b7fdd700 -1 osd.7 171 heartbeat_check: no reply from 172.21.15.178:6804 osd.0 since back 2024-03-21T13:16:36.139830+0000 front 2024-03-21T13:16:36.139733+0000 (oldest deadline 2024-03-21T13:17:00.239797+0000) 2024-03-21T13:17:23.049 INFO:journalctl@ceph.osd.7.smithi184.stdout:Mar 21 13:17:22 smithi184 bash[76262]: debug 2024-03-21T13:17:22.866+0000 7f83b7fdd700 -1 osd.7 171 heartbeat_check: no reply from 172.21.15.178:6812 osd.1 since back 2024-03-21T13:16:45.442214+0000 front 2024-03-21T13:16:45.442607+0000 (oldest deadline 2024-03-21T13:17:11.342037+0000) 2024-03-21T13:17:23.049 INFO:journalctl@ceph.osd.7.smithi184.stdout:Mar 21 13:17:22 smithi184 bash[76262]: debug 2024-03-21T13:17:22.866+0000 7f83b7fdd700 -1 osd.7 171 heartbeat_check: no reply from 172.21.15.178:6820 osd.2 since back 2024-03-21T13:16:57.744138+0000 front 2024-03-21T13:16:57.744489+0000 (oldest deadline 2024-03-21T13:17:20.044140+0000) 2024-03-21T13:17:23.323 INFO:journalctl@ceph.osd.5.smithi184.stdout:Mar 21 13:17:23 smithi184 bash[69981]: debug 2024-03-21T13:17:23.046+0000 7fd365100700 -1 osd.5 171 heartbeat_check: no reply from 172.21.15.178:6804 osd.0 since back 2024-03-21T13:16:38.176255+0000 front 2024-03-21T13:16:38.176416+0000 (oldest deadline 2024-03-21T13:17:04.076058+0000) 2024-03-21T13:17:23.323 INFO:journalctl@ceph.osd.5.smithi184.stdout:Mar 21 13:17:23 smithi184 bash[69981]: debug 2024-03-21T13:17:23.046+0000 7fd365100700 -1 osd.5 171 heartbeat_check: no reply from 172.21.15.178:6812 osd.1 since back 2024-03-21T13:16:48.078447+0000 front 2024-03-21T13:16:48.078936+0000 (oldest deadline 2024-03-21T13:17:13.378560+0000) 2024-03-21T13:17:23.323 INFO:journalctl@ceph.osd.5.smithi184.stdout:Mar 21 13:17:23 smithi184 bash[69981]: debug 2024-03-21T13:17:23.046+0000 7fd365100700 -1 osd.5 171 heartbeat_check: no reply from 172.21.15.178:6820 osd.2 since back 2024-03-21T13:16:57.980789+0000 front 2024-03-21T13:16:57.980970+0000 (oldest deadline 2024-03-21T13:17:22.680563+0000) 2024-03-21T13:17:24.073 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:23 smithi184 bash[73094]: debug 2024-03-21T13:17:23.750+0000 7ff8f86de700 -1 osd.6 171 heartbeat_check: no reply from 172.21.15.178:6804 osd.0 since back 2024-03-21T13:16:39.178224+0000 front 2024-03-21T13:16:39.178635+0000 (oldest deadline 2024-03-21T13:17:05.078190+0000) 2024-03-21T13:17:24.073 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:23 smithi184 bash[73094]: debug 2024-03-21T13:17:23.750+0000 7ff8f86de700 -1 osd.6 171 heartbeat_check: no reply from 172.21.15.178:6812 osd.1 since back 2024-03-21T13:16:45.579881+0000 front 2024-03-21T13:16:45.579982+0000 (oldest deadline 2024-03-21T13:17:10.879395+0000) 2024-03-21T13:17:24.073 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:23 smithi184 bash[73094]: debug 2024-03-21T13:17:23.750+0000 7ff8f86de700 -1 osd.6 171 heartbeat_check: no reply from 172.21.15.178:6820 osd.2 since back 2024-03-21T13:16:54.281545+0000 front 2024-03-21T13:16:54.281769+0000 (oldest deadline 2024-03-21T13:17:18.981663+0000) 2024-03-21T13:17:24.074 INFO:journalctl@ceph.osd.7.smithi184.stdout:Mar 21 13:17:23 smithi184 bash[76262]: debug 2024-03-21T13:17:23.898+0000 7f83b7fdd700 -1 osd.7 171 heartbeat_check: no reply from 172.21.15.178:6804 osd.0 since back 2024-03-21T13:16:36.139830+0000 front 2024-03-21T13:16:36.139733+0000 (oldest deadline 2024-03-21T13:17:00.239797+0000) 2024-03-21T13:17:24.074 INFO:journalctl@ceph.osd.7.smithi184.stdout:Mar 21 13:17:23 smithi184 bash[76262]: debug 2024-03-21T13:17:23.898+0000 7f83b7fdd700 -1 osd.7 171 heartbeat_check: no reply from 172.21.15.178:6812 osd.1 since back 2024-03-21T13:16:45.442214+0000 front 2024-03-21T13:16:45.442607+0000 (oldest deadline 2024-03-21T13:17:11.342037+0000) 2024-03-21T13:17:24.074 INFO:journalctl@ceph.osd.7.smithi184.stdout:Mar 21 13:17:23 smithi184 bash[76262]: debug 2024-03-21T13:17:23.898+0000 7f83b7fdd700 -1 osd.7 171 heartbeat_check: no reply from 172.21.15.178:6820 osd.2 since back 2024-03-21T13:16:57.744138+0000 front 2024-03-21T13:16:57.744489+0000 (oldest deadline 2024-03-21T13:17:20.044140+0000) 2024-03-21T13:17:24.366 INFO:journalctl@ceph.osd.5.smithi184.stdout:Mar 21 13:17:24 smithi184 bash[69981]: debug 2024-03-21T13:17:24.094+0000 7fd365100700 -1 osd.5 171 heartbeat_check: no reply from 172.21.15.178:6804 osd.0 since back 2024-03-21T13:16:38.176255+0000 front 2024-03-21T13:16:38.176416+0000 (oldest deadline 2024-03-21T13:17:04.076058+0000) 2024-03-21T13:17:24.366 INFO:journalctl@ceph.osd.5.smithi184.stdout:Mar 21 13:17:24 smithi184 bash[69981]: debug 2024-03-21T13:17:24.094+0000 7fd365100700 -1 osd.5 171 heartbeat_check: no reply from 172.21.15.178:6812 osd.1 since back 2024-03-21T13:16:48.078447+0000 front 2024-03-21T13:16:48.078936+0000 (oldest deadline 2024-03-21T13:17:13.378560+0000) 2024-03-21T13:17:24.366 INFO:journalctl@ceph.osd.5.smithi184.stdout:Mar 21 13:17:24 smithi184 bash[69981]: debug 2024-03-21T13:17:24.094+0000 7fd365100700 -1 osd.5 171 heartbeat_check: no reply from 172.21.15.178:6820 osd.2 since back 2024-03-21T13:16:57.980789+0000 front 2024-03-21T13:16:57.980970+0000 (oldest deadline 2024-03-21T13:17:22.680563+0000) 2024-03-21T13:17:24.961 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:24 smithi184 bash[73094]: debug 2024-03-21T13:17:24.706+0000 7ff8f86de700 -1 osd.6 171 heartbeat_check: no reply from 172.21.15.178:6804 osd.0 since back 2024-03-21T13:16:39.178224+0000 front 2024-03-21T13:16:39.178635+0000 (oldest deadline 2024-03-21T13:17:05.078190+0000) 2024-03-21T13:17:24.961 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:24 smithi184 bash[73094]: debug 2024-03-21T13:17:24.706+0000 7ff8f86de700 -1 osd.6 171 heartbeat_check: no reply from 172.21.15.178:6812 osd.1 since back 2024-03-21T13:16:45.579881+0000 front 2024-03-21T13:16:45.579982+0000 (oldest deadline 2024-03-21T13:17:10.879395+0000) 2024-03-21T13:17:24.961 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:24 smithi184 bash[73094]: debug 2024-03-21T13:17:24.706+0000 7ff8f86de700 -1 osd.6 171 heartbeat_check: no reply from 172.21.15.178:6820 osd.2 since back 2024-03-21T13:16:54.281545+0000 front 2024-03-21T13:16:54.281769+0000 (oldest deadline 2024-03-21T13:17:18.981663+0000) 2024-03-21T13:17:24.961 INFO:journalctl@ceph.osd.7.smithi184.stdout:Mar 21 13:17:24 smithi184 bash[76262]: debug 2024-03-21T13:17:24.858+0000 7f83b7fdd700 -1 osd.7 171 heartbeat_check: no reply from 172.21.15.178:6804 osd.0 since back 2024-03-21T13:16:36.139830+0000 front 2024-03-21T13:16:36.139733+0000 (oldest deadline 2024-03-21T13:17:00.239797+0000) 2024-03-21T13:17:24.962 INFO:journalctl@ceph.osd.7.smithi184.stdout:Mar 21 13:17:24 smithi184 bash[76262]: debug 2024-03-21T13:17:24.858+0000 7f83b7fdd700 -1 osd.7 171 heartbeat_check: no reply from 172.21.15.178:6812 osd.1 since back 2024-03-21T13:16:45.442214+0000 front 2024-03-21T13:16:45.442607+0000 (oldest deadline 2024-03-21T13:17:11.342037+0000) 2024-03-21T13:17:24.962 INFO:journalctl@ceph.osd.7.smithi184.stdout:Mar 21 13:17:24 smithi184 bash[76262]: debug 2024-03-21T13:17:24.858+0000 7f83b7fdd700 -1 osd.7 171 heartbeat_check: no reply from 172.21.15.178:6820 osd.2 since back 2024-03-21T13:16:57.744138+0000 front 2024-03-21T13:16:57.744489+0000 (oldest deadline 2024-03-21T13:17:20.044140+0000) 2024-03-21T13:17:25.324 INFO:journalctl@ceph.osd.5.smithi184.stdout:Mar 21 13:17:25 smithi184 bash[69981]: *** Caught signal (Segmentation fault) ** 2024-03-21T13:17:25.324 INFO:journalctl@ceph.osd.5.smithi184.stdout:Mar 21 13:17:25 smithi184 bash[69981]: in thread 7fd3540de700 thread_name:safe_timer 2024-03-21T13:17:25.324 INFO:journalctl@ceph.osd.5.smithi184.stdout:Mar 21 13:17:25 smithi184 bash[69981]: ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev) 2024-03-21T13:17:25.324 INFO:journalctl@ceph.osd.5.smithi184.stdout:Mar 21 13:17:25 smithi184 bash[69981]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7fd373f6ad20] 2024-03-21T13:17:25.324 INFO:journalctl@ceph.osd.5.smithi184.stdout:Mar 21 13:17:25 smithi184 bash[69981]: 2: (BlueStore::_txc_create(BlueStore::Collection*, BlueStore::OpSequencer*, std::__cxx11::list >*, boost::intrusive_ptr)+0x40a) [0x560ae11fccda] 2024-03-21T13:17:25.324 INFO:journalctl@ceph.osd.5.smithi184.stdout:Mar 21 13:17:25 smithi184 bash[69981]: 3: (BlueStore::queue_transactions(boost::intrusive_ptr&, std::vector >&, boost::intrusive_ptr, ThreadPool::TPHandle*)+0x1f8) [0x560ae128ab68] 2024-03-21T13:17:25.325 INFO:journalctl@ceph.osd.5.smithi184.stdout:Mar 21 13:17:25 smithi184 bash[69981]: 4: (non-virtual thunk to PrimaryLogPG::queue_transactions(std::vector >&, boost::intrusive_ptr)+0x53) [0x560ae0e6eda3] 2024-03-21T13:17:25.325 INFO:journalctl@ceph.osd.5.smithi184.stdout:Mar 21 13:17:25 smithi184 bash[69981]: 5: (ReplicatedBackend::submit_transaction(hobject_t const&, object_stat_sum_t const&, eversion_t const&, std::unique_ptr >&&, eversion_t const&, eversion_t const&, std::vector >&&, std::optional&, Context*, unsigned long, osd_reqid_t, boost::intrusive_ptr)+0x7b1) [0x560ae10fbad1] 2024-03-21T13:17:25.325 INFO:journalctl@ceph.osd.5.smithi184.stdout:Mar 21 13:17:25 smithi184 bash[69981]: 6: (PrimaryLogPG::issue_repop(PrimaryLogPG::RepGather*, PrimaryLogPG::OpContext*)+0x424) [0x560ae0de9d74] 2024-03-21T13:17:25.325 INFO:journalctl@ceph.osd.5.smithi184.stdout:Mar 21 13:17:25 smithi184 bash[69981]: 7: (PrimaryLogPG::simple_opc_submit(std::unique_ptr >)+0x5a) [0x560ae0debdca] 2024-03-21T13:17:25.325 INFO:journalctl@ceph.osd.5.smithi184.stdout:Mar 21 13:17:25 smithi184 bash[69981]: 8: (PrimaryLogPG::handle_watch_timeout(std::shared_ptr)+0x873) [0x560ae0dedd33] 2024-03-21T13:17:25.325 INFO:journalctl@ceph.osd.5.smithi184.stdout:Mar 21 13:17:25 smithi184 bash[69981]: 9: (HandleWatchTimeout::complete(int)+0x11a) [0x560ae0d4efba] 2024-03-21T13:17:25.325 INFO:journalctl@ceph.osd.5.smithi184.stdout:Mar 21 13:17:25 smithi184 bash[69981]: 10: (CommonSafeTimer::timer_thread()+0x155) [0x560ae13ab505] 2024-03-21T13:17:25.325 INFO:journalctl@ceph.osd.5.smithi184.stdout:Mar 21 13:17:25 smithi184 bash[69981]: 11: (CommonSafeTimerThread::entry()+0x11) [0x560ae13acd31] 2024-03-21T13:17:25.325 INFO:journalctl@ceph.osd.5.smithi184.stdout:Mar 21 13:17:25 smithi184 bash[69981]: 12: /lib64/libpthread.so.0(+0x81ca) [0x7fd373f601ca] 2024-03-21T13:17:25.325 INFO:journalctl@ceph.osd.5.smithi184.stdout:Mar 21 13:17:25 smithi184 bash[69981]: 13: clone() 2024-03-21T13:17:25.325 INFO:journalctl@ceph.osd.5.smithi184.stdout:Mar 21 13:17:25 smithi184 bash[69981]: debug 2024-03-21T13:17:25.014+0000 7fd3540de700 -1 *** Caught signal (Segmentation fault) ** 2024-03-21T13:17:25.325 INFO:journalctl@ceph.osd.5.smithi184.stdout:Mar 21 13:17:25 smithi184 bash[69981]: in thread 7fd3540de700 thread_name:safe_timer 2024-03-21T13:17:25.325 INFO:journalctl@ceph.osd.5.smithi184.stdout:Mar 21 13:17:25 smithi184 bash[69981]: ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev) 2024-03-21T13:17:25.326 INFO:journalctl@ceph.osd.5.smithi184.stdout:Mar 21 13:17:25 smithi184 bash[69981]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7fd373f6ad20] 2024-03-21T13:17:25.326 INFO:journalctl@ceph.osd.5.smithi184.stdout:Mar 21 13:17:25 smithi184 bash[69981]: 2: (BlueStore::_txc_create(BlueStore::Collection*, BlueStore::OpSequencer*, std::__cxx11::list >*, boost::intrusive_ptr)+0x40a) [0x560ae11fccda] 2024-03-21T13:17:25.326 INFO:journalctl@ceph.osd.5.smithi184.stdout:Mar 21 13:17:25 smithi184 bash[69981]: 3: (BlueStore::queue_transactions(boost::intrusive_ptr&, std::vector >&, boost::intrusive_ptr, ThreadPool::TPHandle*)+0x1f8) [0x560ae128ab68] 2024-03-21T13:17:25.326 INFO:journalctl@ceph.osd.5.smithi184.stdout:Mar 21 13:17:25 smithi184 bash[69981]: 4: (non-virtual thunk to PrimaryLogPG::queue_transactions(std::vector >&, boost::intrusive_ptr)+0x53) [0x560ae0e6eda3] 2024-03-21T13:17:25.326 INFO:journalctl@ceph.osd.5.smithi184.stdout:Mar 21 13:17:25 smithi184 bash[69981]: 5: (ReplicatedBackend::submit_transaction(hobject_t const&, object_stat_sum_t const&, eversion_t const&, std::unique_ptr >&&, eversion_t const&, eversion_t const&, std::vector >&&, std::optional&, Context*, unsigned long, osd_reqid_t, boost::intrusive_ptr)+0x7b1) [0x560ae10fbad1] 2024-03-21T13:17:25.326 INFO:journalctl@ceph.osd.5.smithi184.stdout:Mar 21 13:17:25 smithi184 bash[69981]: 6: (PrimaryLogPG::issue_repop(PrimaryLogPG::RepGather*, PrimaryLogPG::OpContext*)+0x424) [0x560ae0de9d74] 2024-03-21T13:17:25.326 INFO:journalctl@ceph.osd.5.smithi184.stdout:Mar 21 13:17:25 smithi184 bash[69981]: 7: (PrimaryLogPG::simple_opc_submit(std::unique_ptr >)+0x5a) [0x560ae0debdca] 2024-03-21T13:17:25.326 INFO:journalctl@ceph.osd.5.smithi184.stdout:Mar 21 13:17:25 smithi184 bash[69981]: 8: (PrimaryLogPG::handle_watch_timeout(std::shared_ptr)+0x873) [0x560ae0dedd33] 2024-03-21T13:17:25.326 INFO:journalctl@ceph.osd.5.smithi184.stdout:Mar 21 13:17:25 smithi184 bash[69981]: 9: (HandleWatchTimeout::complete(int)+0x11a) [0x560ae0d4efba] 2024-03-21T13:17:25.326 INFO:journalctl@ceph.osd.5.smithi184.stdout:Mar 21 13:17:25 smithi184 bash[69981]: 10: (CommonSafeTimer::timer_thread()+0x155) [0x560ae13ab505] 2024-03-21T13:17:25.326 INFO:journalctl@ceph.osd.5.smithi184.stdout:Mar 21 13:17:25 smithi184 bash[69981]: 11: (CommonSafeTimerThread::entry()+0x11) [0x560ae13acd31] 2024-03-21T13:17:25.326 INFO:journalctl@ceph.osd.5.smithi184.stdout:Mar 21 13:17:25 smithi184 bash[69981]: 12: /lib64/libpthread.so.0(+0x81ca) [0x7fd373f601ca] 2024-03-21T13:17:25.326 INFO:journalctl@ceph.osd.5.smithi184.stdout:Mar 21 13:17:25 smithi184 bash[69981]: 13: clone() 2024-03-21T13:17:25.327 INFO:journalctl@ceph.osd.5.smithi184.stdout:Mar 21 13:17:25 smithi184 bash[69981]: NOTE: a copy of the executable, or `objdump -rdS ` is needed to interpret this. 2024-03-21T13:17:25.327 INFO:journalctl@ceph.osd.5.smithi184.stdout:Mar 21 13:17:25 smithi184 bash[69981]: debug -6949> 2024-03-21T13:17:04.931+0000 7fd365100700 -1 osd.5 171 heartbeat_check: no reply from 172.21.15.178:6804 osd.0 since back 2024-03-21T13:16:38.176255+0000 front 2024-03-21T13:16:38.176416+0000 (oldest deadline 2024-03-21T13:17:04.076058+0000) 2024-03-21T13:17:25.327 INFO:journalctl@ceph.osd.5.smithi184.stdout:Mar 21 13:17:25 smithi184 bash[69981]: debug -6520> 2024-03-21T13:17:05.975+0000 7fd365100700 -1 osd.5 171 heartbeat_check: no reply from 172.21.15.178:6804 osd.0 since back 2024-03-21T13:16:38.176255+0000 front 2024-03-21T13:16:38.176416+0000 (oldest deadline 2024-03-21T13:17:04.076058+0000) 2024-03-21T13:17:25.327 INFO:journalctl@ceph.osd.5.smithi184.stdout:Mar 21 13:17:25 smithi184 bash[69981]: debug -5395> 2024-03-21T13:17:07.007+0000 7fd365100700 -1 osd.5 171 heartbeat_check: no reply from 172.21.15.178:6804 osd.0 since back 2024-03-21T13:16:38.176255+0000 front 2024-03-21T13:16:38.176416+0000 (oldest deadline 2024-03-21T13:17:04.076058+0000) 2024-03-21T13:17:25.327 INFO:journalctl@ceph.osd.5.smithi184.stdout:Mar 21 13:17:25 smithi184 bash[69981]: debug -4874> 2024-03-21T13:17:07.982+0000 7fd365100700 -1 osd.5 171 heartbeat_check: no reply from 172.21.15.178:6804 osd.0 since back 2024-03-21T13:16:38.176255+0000 front 2024-03-21T13:16:38.176416+0000 (oldest deadline 2024-03-21T13:17:04.076058+0000) 2024-03-21T13:17:25.327 INFO:journalctl@ceph.osd.5.smithi184.stdout:Mar 21 13:17:25 smithi184 bash[69981]: debug -4726> 2024-03-21T13:17:09.022+0000 7fd365100700 -1 osd.5 171 heartbeat_check: no reply from 172.21.15.178:6804 osd.0 since back 2024-03-21T13:16:38.176255+0000 front 2024-03-21T13:16:38.176416+0000 (oldest deadline 2024-03-21T13:17:04.076058+0000) 2024-03-21T13:17:25.327 INFO:journalctl@ceph.osd.5.smithi184.stdout:Mar 21 13:17:25 smithi184 bash[69981]: debug -4642> 2024-03-21T13:17:10.010+0000 7fd365100700 -1 osd.5 171 heartbeat_check: no reply from 172.21.15.178:6804 osd.0 since back 2024-03-21T13:16:38.176255+0000 front 2024-03-21T13:16:38.176416+0000 (oldest deadline 2024-03-21T13:17:04.076058+0000) 2024-03-21T13:17:25.327 INFO:journalctl@ceph.osd.5.smithi184.stdout:Mar 21 13:17:25 smithi184 bash[69981]: debug -4380> 2024-03-21T13:17:11.038+0000 7fd365100700 -1 osd.5 171 heartbeat_check: no reply from 172.21.15.178:6804 osd.0 since back 2024-03-21T13:16:38.176255+0000 front 2024-03-21T13:16:38.176416+0000 (oldest deadline 2024-03-21T13:17:04.076058+0000) 2024-03-21T13:17:25.327 INFO:journalctl@ceph.osd.5.smithi184.stdout:Mar 21 13:17:25 smithi184 bash[69981]: debug -4300> 2024-03-21T13:17:12.062+0000 7fd365100700 -1 osd.5 171 heartbeat_check: no reply from 172.21.15.178:6804 osd.0 since back 2024-03-21T13:16:38.176255+0000 front 2024-03-21T13:16:38.176416+0000 (oldest deadline 2024-03-21T13:17:04.076058+0000) 2024-03-21T13:17:25.327 INFO:journalctl@ceph.osd.5.smithi184.stdout:Mar 21 13:17:25 smithi184 bash[69981]: debug -3988> 2024-03-21T13:17:13.110+0000 7fd365100700 -1 osd.5 171 heartbeat_check: no reply from 172.21.15.178:6804 osd.0 since back 2024-03-21T13:16:38.176255+0000 front 2024-03-21T13:16:38.176416+0000 (oldest deadline 2024-03-21T13:17:04.076058+0000) 2024-03-21T13:17:25.327 INFO:journalctl@ceph.osd.5.smithi184.stdout:Mar 21 13:17:25 smithi184 bash[69981]: debug -3509> 2024-03-21T13:17:14.110+0000 7fd365100700 -1 osd.5 171 heartbeat_check: no reply from 172.21.15.178:6804 osd.0 since back 2024-03-21T13:16:38.176255+0000 front 2024-03-21T13:16:38.176416+0000 (oldest deadline 2024-03-21T13:17:04.076058+0000) 2024-03-21T13:17:25.328 INFO:journalctl@ceph.osd.5.smithi184.stdout:Mar 21 13:17:25 smithi184 bash[69981]: debug -3508> 2024-03-21T13:17:14.110+0000 7fd365100700 -1 osd.5 171 heartbeat_check: no reply from 172.21.15.178:6812 osd.1 since back 2024-03-21T13:16:48.078447+0000 front 2024-03-21T13:16:48.078936+0000 (oldest deadline 2024-03-21T13:17:13.378560+0000) 2024-03-21T13:17:25.328 INFO:journalctl@ceph.osd.5.smithi184.stdout:Mar 21 13:17:25 smithi184 bash[69981]: debug -2642> 2024-03-21T13:17:15.134+0000 7fd365100700 -1 osd.5 171 heartbeat_check: no reply from 172.21.15.178:6804 osd.0 since back 2024-03-21T13:16:38.176255+0000 front 2024-03-21T13:16:38.176416+0000 (oldest deadline 2024-03-21T13:17:04.076058+0000) 2024-03-21T13:17:25.328 INFO:journalctl@ceph.osd.5.smithi184.stdout:Mar 21 13:17:25 smithi184 bash[69981]: debug -2641> 2024-03-21T13:17:15.134+0000 7fd365100700 -1 osd.5 171 heartbeat_check: no reply from 172.21.15.178:6812 osd.1 since back 2024-03-21T13:16:48.078447+0000 front 2024-03-21T13:16:48.078936+0000 (oldest deadline 2024-03-21T13:17:13.378560+0000) 2024-03-21T13:17:25.328 INFO:journalctl@ceph.osd.5.smithi184.stdout:Mar 21 13:17:25 smithi184 bash[69981]: debug -2389> 2024-03-21T13:17:16.158+0000 7fd365100700 -1 osd.5 171 heartbeat_check: no reply from 172.21.15.178:6804 osd.0 since back 2024-03-21T13:16:38.176255+0000 front 2024-03-21T13:16:38.176416+0000 (oldest deadline 2024-03-21T13:17:04.076058+0000) 2024-03-21T13:17:25.328 INFO:journalctl@ceph.osd.5.smithi184.stdout:Mar 21 13:17:25 smithi184 bash[69981]: debug -2388> 2024-03-21T13:17:16.162+0000 7fd365100700 -1 osd.5 171 heartbeat_check: no reply from 172.21.15.178:6812 osd.1 since back 2024-03-21T13:16:48.078447+0000 front 2024-03-21T13:16:48.078936+0000 (oldest deadline 2024-03-21T13:17:13.378560+0000) 2024-03-21T13:17:25.328 INFO:journalctl@ceph.osd.5.smithi184.stdout:Mar 21 13:17:25 smithi184 bash[69981]: debug -2182> 2024-03-21T13:17:17.170+0000 7fd365100700 -1 osd.5 171 heartbeat_check: no reply from 172.21.15.178:6804 osd.0 since back 2024-03-21T13:16:38.176255+0000 front 2024-03-21T13:16:38.176416+0000 (oldest deadline 2024-03-21T13:17:04.076058+0000) 2024-03-21T13:17:25.328 INFO:journalctl@ceph.osd.5.smithi184.stdout:Mar 21 13:17:25 smithi184 bash[69981]: debug -2181> 2024-03-21T13:17:17.170+0000 7fd365100700 -1 osd.5 171 heartbeat_check: no reply from 172.21.15.178:6812 osd.1 since back 2024-03-21T13:16:48.078447+0000 front 2024-03-21T13:16:48.078936+0000 (oldest deadline 2024-03-21T13:17:13.378560+0000) 2024-03-21T13:17:25.329 INFO:journalctl@ceph.osd.5.smithi184.stdout:Mar 21 13:17:25 smithi184 bash[69981]: debug -2017> 2024-03-21T13:17:18.126+0000 7fd365100700 -1 osd.5 171 heartbeat_check: no reply from 172.21.15.178:6804 osd.0 since back 2024-03-21T13:16:38.176255+0000 front 2024-03-21T13:16:38.176416+0000 (oldest deadline 2024-03-21T13:17:04.076058+0000) 2024-03-21T13:17:25.329 INFO:journalctl@ceph.osd.5.smithi184.stdout:Mar 21 13:17:25 smithi184 bash[69981]: debug -2016> 2024-03-21T13:17:18.126+0000 7fd365100700 -1 osd.5 171 heartbeat_check: no reply from 172.21.15.178:6812 osd.1 since back 2024-03-21T13:16:48.078447+0000 front 2024-03-21T13:16:48.078936+0000 (oldest deadline 2024-03-21T13:17:13.378560+0000) 2024-03-21T13:17:25.329 INFO:journalctl@ceph.osd.5.smithi184.stdout:Mar 21 13:17:25 smithi184 bash[69981]: debug -1967> 2024-03-21T13:17:19.110+0000 7fd365100700 -1 osd.5 171 heartbeat_check: no reply from 172.21.15.178:6804 osd.0 since back 2024-03-21T13:16:38.176255+0000 front 2024-03-21T13:16:38.176416+0000 (oldest deadline 2024-03-21T13:17:04.076058+0000) 2024-03-21T13:17:25.329 INFO:journalctl@ceph.osd.5.smithi184.stdout:Mar 21 13:17:25 smithi184 bash[69981]: debug -1966> 2024-03-21T13:17:19.110+0000 7fd365100700 -1 osd.5 171 heartbeat_check: no reply from 172.21.15.178:6812 osd.1 since back 2024-03-21T13:16:48.078447+0000 front 2024-03-21T13:16:48.078936+0000 (oldest deadline 2024-03-21T13:17:13.378560+0000) 2024-03-21T13:17:25.329 INFO:journalctl@ceph.osd.5.smithi184.stdout:Mar 21 13:17:25 smithi184 bash[69981]: debug -1867> 2024-03-21T13:17:19.870+0000 7fd36cb14700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.5 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-03-21T13:17:25.329 INFO:journalctl@ceph.osd.5.smithi184.stdout:Mar 21 13:17:25 smithi184 bash[69981]: debug -1866> 2024-03-21T13:17:19.870+0000 7fd36cb14700 -1 osd.5 171 *** Got signal Terminated *** 2024-03-21T13:17:25.329 INFO:journalctl@ceph.osd.5.smithi184.stdout:Mar 21 13:17:25 smithi184 bash[69981]: debug -1864> 2024-03-21T13:17:19.870+0000 7fd36cb14700 -1 osd.5 171 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-21T13:17:25.329 INFO:journalctl@ceph.osd.5.smithi184.stdout:Mar 21 13:17:25 smithi184 bash[69981]: debug -1766> 2024-03-21T13:17:20.074+0000 7fd365100700 -1 osd.5 171 heartbeat_check: no reply from 172.21.15.178:6804 osd.0 since back 2024-03-21T13:16:38.176255+0000 front 2024-03-21T13:16:38.176416+0000 (oldest deadline 2024-03-21T13:17:04.076058+0000) 2024-03-21T13:17:25.329 INFO:journalctl@ceph.osd.5.smithi184.stdout:Mar 21 13:17:25 smithi184 bash[69981]: debug -1765> 2024-03-21T13:17:20.074+0000 7fd365100700 -1 osd.5 171 heartbeat_check: no reply from 172.21.15.178:6812 osd.1 since back 2024-03-21T13:16:48.078447+0000 front 2024-03-21T13:16:48.078936+0000 (oldest deadline 2024-03-21T13:17:13.378560+0000) 2024-03-21T13:17:25.329 INFO:journalctl@ceph.osd.5.smithi184.stdout:Mar 21 13:17:25 smithi184 bash[69981]: debug -1555> 2024-03-21T13:17:21.062+0000 7fd365100700 -1 osd.5 171 heartbeat_check: no reply from 172.21.15.178:6804 osd.0 since back 2024-03-21T13:16:38.176255+0000 front 2024-03-21T13:16:38.176416+0000 (oldest deadline 2024-03-21T13:17:04.076058+0000) 2024-03-21T13:17:25.329 INFO:journalctl@ceph.osd.5.smithi184.stdout:Mar 21 13:17:25 smithi184 bash[69981]: debug -1554> 2024-03-21T13:17:21.062+0000 7fd365100700 -1 osd.5 171 heartbeat_check: no reply from 172.21.15.178:6812 osd.1 since back 2024-03-21T13:16:48.078447+0000 front 2024-03-21T13:16:48.078936+0000 (oldest deadline 2024-03-21T13:17:13.378560+0000) 2024-03-21T13:17:25.329 INFO:journalctl@ceph.osd.5.smithi184.stdout:Mar 21 13:17:25 smithi184 bash[69981]: debug -1176> 2024-03-21T13:17:22.094+0000 7fd365100700 -1 osd.5 171 heartbeat_check: no reply from 172.21.15.178:6804 osd.0 since back 2024-03-21T13:16:38.176255+0000 front 2024-03-21T13:16:38.176416+0000 (oldest deadline 2024-03-21T13:17:04.076058+0000) 2024-03-21T13:17:25.329 INFO:journalctl@ceph.osd.5.smithi184.stdout:Mar 21 13:17:25 smithi184 bash[69981]: debug -1175> 2024-03-21T13:17:22.094+0000 7fd365100700 -1 osd.5 171 heartbeat_check: no reply from 172.21.15.178:6812 osd.1 since back 2024-03-21T13:16:48.078447+0000 front 2024-03-21T13:16:48.078936+0000 (oldest deadline 2024-03-21T13:17:13.378560+0000) 2024-03-21T13:17:25.330 INFO:journalctl@ceph.osd.5.smithi184.stdout:Mar 21 13:17:25 smithi184 bash[69981]: debug -364> 2024-03-21T13:17:23.046+0000 7fd365100700 -1 osd.5 171 heartbeat_check: no reply from 172.21.15.178:6804 osd.0 since back 2024-03-21T13:16:38.176255+0000 front 2024-03-21T13:16:38.176416+0000 (oldest deadline 2024-03-21T13:17:04.076058+0000) 2024-03-21T13:17:25.330 INFO:journalctl@ceph.osd.5.smithi184.stdout:Mar 21 13:17:25 smithi184 bash[69981]: debug -363> 2024-03-21T13:17:23.046+0000 7fd365100700 -1 osd.5 171 heartbeat_check: no reply from 172.21.15.178:6812 osd.1 since back 2024-03-21T13:16:48.078447+0000 front 2024-03-21T13:16:48.078936+0000 (oldest deadline 2024-03-21T13:17:13.378560+0000) 2024-03-21T13:17:25.330 INFO:journalctl@ceph.osd.5.smithi184.stdout:Mar 21 13:17:25 smithi184 bash[69981]: debug -362> 2024-03-21T13:17:23.046+0000 7fd365100700 -1 osd.5 171 heartbeat_check: no reply from 172.21.15.178:6820 osd.2 since back 2024-03-21T13:16:57.980789+0000 front 2024-03-21T13:16:57.980970+0000 (oldest deadline 2024-03-21T13:17:22.680563+0000) 2024-03-21T13:17:25.330 INFO:journalctl@ceph.osd.5.smithi184.stdout:Mar 21 13:17:25 smithi184 bash[69981]: debug -152> 2024-03-21T13:17:24.094+0000 7fd365100700 -1 osd.5 171 heartbeat_check: no reply from 172.21.15.178:6804 osd.0 since back 2024-03-21T13:16:38.176255+0000 front 2024-03-21T13:16:38.176416+0000 (oldest deadline 2024-03-21T13:17:04.076058+0000) 2024-03-21T13:17:25.330 INFO:journalctl@ceph.osd.5.smithi184.stdout:Mar 21 13:17:25 smithi184 bash[69981]: debug -151> 2024-03-21T13:17:24.094+0000 7fd365100700 -1 osd.5 171 heartbeat_check: no reply from 172.21.15.178:6812 osd.1 since back 2024-03-21T13:16:48.078447+0000 front 2024-03-21T13:16:48.078936+0000 (oldest deadline 2024-03-21T13:17:13.378560+0000) 2024-03-21T13:17:25.330 INFO:journalctl@ceph.osd.5.smithi184.stdout:Mar 21 13:17:25 smithi184 bash[69981]: debug -150> 2024-03-21T13:17:24.094+0000 7fd365100700 -1 osd.5 171 heartbeat_check: no reply from 172.21.15.178:6820 osd.2 since back 2024-03-21T13:16:57.980789+0000 front 2024-03-21T13:16:57.980970+0000 (oldest deadline 2024-03-21T13:17:22.680563+0000) 2024-03-21T13:17:25.330 INFO:journalctl@ceph.osd.5.smithi184.stdout:Mar 21 13:17:25 smithi184 bash[69981]: debug 0> 2024-03-21T13:17:25.014+0000 7fd3540de700 -1 *** Caught signal (Segmentation fault) ** 2024-03-21T13:17:25.330 INFO:journalctl@ceph.osd.5.smithi184.stdout:Mar 21 13:17:25 smithi184 bash[69981]: in thread 7fd3540de700 thread_name:safe_timer 2024-03-21T13:17:25.330 INFO:journalctl@ceph.osd.5.smithi184.stdout:Mar 21 13:17:25 smithi184 bash[69981]: ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev) 2024-03-21T13:17:25.330 INFO:journalctl@ceph.osd.5.smithi184.stdout:Mar 21 13:17:25 smithi184 bash[69981]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7fd373f6ad20] 2024-03-21T13:17:25.330 INFO:journalctl@ceph.osd.5.smithi184.stdout:Mar 21 13:17:25 smithi184 bash[69981]: 2: (BlueStore::_txc_create(BlueStore::Collection*, BlueStore::OpSequencer*, std::__cxx11::list >*, boost::intrusive_ptr)+0x40a) [0x560ae11fccda] 2024-03-21T13:17:25.330 INFO:journalctl@ceph.osd.5.smithi184.stdout:Mar 21 13:17:25 smithi184 bash[69981]: 3: (BlueStore::queue_transactions(boost::intrusive_ptr&, std::vector >&, boost::intrusive_ptr, ThreadPool::TPHandle*)+0x1f8) [0x560ae128ab68] 2024-03-21T13:17:25.330 INFO:journalctl@ceph.osd.5.smithi184.stdout:Mar 21 13:17:25 smithi184 bash[69981]: 4: (non-virtual thunk to PrimaryLogPG::queue_transactions(std::vector >&, boost::intrusive_ptr)+0x53) [0x560ae0e6eda3] 2024-03-21T13:17:25.331 INFO:journalctl@ceph.osd.5.smithi184.stdout:Mar 21 13:17:25 smithi184 bash[69981]: 5: (ReplicatedBackend::submit_transaction(hobject_t const&, object_stat_sum_t const&, eversion_t const&, std::unique_ptr >&&, eversion_t const&, eversion_t const&, std::vector >&&, std::optional&, Context*, unsigned long, osd_reqid_t, boost::intrusive_ptr)+0x7b1) [0x560ae10fbad1] 2024-03-21T13:17:25.331 INFO:journalctl@ceph.osd.5.smithi184.stdout:Mar 21 13:17:25 smithi184 bash[69981]: 6: (PrimaryLogPG::issue_repop(PrimaryLogPG::RepGather*, PrimaryLogPG::OpContext*)+0x424) [0x560ae0de9d74] 2024-03-21T13:17:25.331 INFO:journalctl@ceph.osd.5.smithi184.stdout:Mar 21 13:17:25 smithi184 bash[69981]: 7: (PrimaryLogPG::simple_opc_submit(std::unique_ptr >)+0x5a) [0x560ae0debdca] 2024-03-21T13:17:25.331 INFO:journalctl@ceph.osd.5.smithi184.stdout:Mar 21 13:17:25 smithi184 bash[69981]: 8: (PrimaryLogPG::handle_watch_timeout(std::shared_ptr)+0x873) [0x560ae0dedd33] 2024-03-21T13:17:25.331 INFO:journalctl@ceph.osd.5.smithi184.stdout:Mar 21 13:17:25 smithi184 bash[69981]: 9: (HandleWatchTimeout::complete(int)+0x11a) [0x560ae0d4efba] 2024-03-21T13:17:25.331 INFO:journalctl@ceph.osd.5.smithi184.stdout:Mar 21 13:17:25 smithi184 bash[69981]: 10: (CommonSafeTimer::timer_thread()+0x155) [0x560ae13ab505] 2024-03-21T13:17:25.331 INFO:journalctl@ceph.osd.5.smithi184.stdout:Mar 21 13:17:25 smithi184 bash[69981]: 11: (CommonSafeTimerThread::entry()+0x11) [0x560ae13acd31] 2024-03-21T13:17:25.331 INFO:journalctl@ceph.osd.5.smithi184.stdout:Mar 21 13:17:25 smithi184 bash[69981]: 12: /lib64/libpthread.so.0(+0x81ca) [0x7fd373f601ca] 2024-03-21T13:17:25.331 INFO:journalctl@ceph.osd.5.smithi184.stdout:Mar 21 13:17:25 smithi184 bash[69981]: 13: clone() 2024-03-21T13:17:25.331 INFO:journalctl@ceph.osd.5.smithi184.stdout:Mar 21 13:17:25 smithi184 bash[69981]: NOTE: a copy of the executable, or `objdump -rdS ` is needed to interpret this. 2024-03-21T13:17:25.941 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:25 smithi184 bash[73094]: debug 2024-03-21T13:17:25.678+0000 7ff8f86de700 -1 osd.6 171 heartbeat_check: no reply from 172.21.15.178:6804 osd.0 since back 2024-03-21T13:16:39.178224+0000 front 2024-03-21T13:16:39.178635+0000 (oldest deadline 2024-03-21T13:17:05.078190+0000) 2024-03-21T13:17:25.942 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:25 smithi184 bash[73094]: debug 2024-03-21T13:17:25.678+0000 7ff8f86de700 -1 osd.6 171 heartbeat_check: no reply from 172.21.15.178:6812 osd.1 since back 2024-03-21T13:16:45.579881+0000 front 2024-03-21T13:16:45.579982+0000 (oldest deadline 2024-03-21T13:17:10.879395+0000) 2024-03-21T13:17:25.942 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:25 smithi184 bash[73094]: debug 2024-03-21T13:17:25.678+0000 7ff8f86de700 -1 osd.6 171 heartbeat_check: no reply from 172.21.15.178:6820 osd.2 since back 2024-03-21T13:16:54.281545+0000 front 2024-03-21T13:16:54.281769+0000 (oldest deadline 2024-03-21T13:17:18.981663+0000) 2024-03-21T13:17:25.942 INFO:journalctl@ceph.osd.7.smithi184.stdout:Mar 21 13:17:25 smithi184 bash[76262]: debug 2024-03-21T13:17:25.822+0000 7f83b7fdd700 -1 osd.7 171 heartbeat_check: no reply from 172.21.15.178:6804 osd.0 since back 2024-03-21T13:16:36.139830+0000 front 2024-03-21T13:16:36.139733+0000 (oldest deadline 2024-03-21T13:17:00.239797+0000) 2024-03-21T13:17:25.942 INFO:journalctl@ceph.osd.7.smithi184.stdout:Mar 21 13:17:25 smithi184 bash[76262]: debug 2024-03-21T13:17:25.822+0000 7f83b7fdd700 -1 osd.7 171 heartbeat_check: no reply from 172.21.15.178:6812 osd.1 since back 2024-03-21T13:16:45.442214+0000 front 2024-03-21T13:16:45.442607+0000 (oldest deadline 2024-03-21T13:17:11.342037+0000) 2024-03-21T13:17:25.942 INFO:journalctl@ceph.osd.7.smithi184.stdout:Mar 21 13:17:25 smithi184 bash[76262]: debug 2024-03-21T13:17:25.822+0000 7f83b7fdd700 -1 osd.7 171 heartbeat_check: no reply from 172.21.15.178:6820 osd.2 since back 2024-03-21T13:16:57.744138+0000 front 2024-03-21T13:16:57.744489+0000 (oldest deadline 2024-03-21T13:17:20.044140+0000) 2024-03-21T13:17:26.861 INFO:journalctl@ceph.osd.5.smithi184.stdout:Mar 21 13:17:26 smithi184 bash[96913]: ceph-a94f249e-e780-11ee-95cd-87774f69a715-osd-5 2024-03-21T13:17:26.861 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:26 smithi184 bash[73094]: debug 2024-03-21T13:17:26.662+0000 7ff8f86de700 -1 osd.6 171 heartbeat_check: no reply from 172.21.15.178:6804 osd.0 since back 2024-03-21T13:16:39.178224+0000 front 2024-03-21T13:16:39.178635+0000 (oldest deadline 2024-03-21T13:17:05.078190+0000) 2024-03-21T13:17:26.861 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:26 smithi184 bash[73094]: debug 2024-03-21T13:17:26.662+0000 7ff8f86de700 -1 osd.6 171 heartbeat_check: no reply from 172.21.15.178:6812 osd.1 since back 2024-03-21T13:16:45.579881+0000 front 2024-03-21T13:16:45.579982+0000 (oldest deadline 2024-03-21T13:17:10.879395+0000) 2024-03-21T13:17:26.861 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:26 smithi184 bash[73094]: debug 2024-03-21T13:17:26.662+0000 7ff8f86de700 -1 osd.6 171 heartbeat_check: no reply from 172.21.15.178:6820 osd.2 since back 2024-03-21T13:16:54.281545+0000 front 2024-03-21T13:16:54.281769+0000 (oldest deadline 2024-03-21T13:17:18.981663+0000) 2024-03-21T13:17:27.323 INFO:journalctl@ceph.osd.5.smithi184.stdout:Mar 21 13:17:26 smithi184 systemd[1]: ceph-a94f249e-e780-11ee-95cd-87774f69a715@osd.5.service: Main process exited, code=exited, status=139/n/a 2024-03-21T13:17:27.323 INFO:journalctl@ceph.osd.5.smithi184.stdout:Mar 21 13:17:26 smithi184 bash[97602]: Error response from daemon: No such container: ceph-a94f249e-e780-11ee-95cd-87774f69a715-osd-5 2024-03-21T13:17:27.323 INFO:journalctl@ceph.osd.7.smithi184.stdout:Mar 21 13:17:26 smithi184 bash[76262]: debug 2024-03-21T13:17:26.858+0000 7f83b7fdd700 -1 osd.7 171 heartbeat_check: no reply from 172.21.15.178:6804 osd.0 since back 2024-03-21T13:16:36.139830+0000 front 2024-03-21T13:16:36.139733+0000 (oldest deadline 2024-03-21T13:17:00.239797+0000) 2024-03-21T13:17:27.324 INFO:journalctl@ceph.osd.7.smithi184.stdout:Mar 21 13:17:26 smithi184 bash[76262]: debug 2024-03-21T13:17:26.858+0000 7f83b7fdd700 -1 osd.7 171 heartbeat_check: no reply from 172.21.15.178:6812 osd.1 since back 2024-03-21T13:16:45.442214+0000 front 2024-03-21T13:16:45.442607+0000 (oldest deadline 2024-03-21T13:17:11.342037+0000) 2024-03-21T13:17:27.324 INFO:journalctl@ceph.osd.7.smithi184.stdout:Mar 21 13:17:26 smithi184 bash[76262]: debug 2024-03-21T13:17:26.858+0000 7f83b7fdd700 -1 osd.7 171 heartbeat_check: no reply from 172.21.15.178:6820 osd.2 since back 2024-03-21T13:16:57.744138+0000 front 2024-03-21T13:16:57.744489+0000 (oldest deadline 2024-03-21T13:17:20.044140+0000) 2024-03-21T13:17:28.073 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:27 smithi184 bash[73094]: debug 2024-03-21T13:17:27.710+0000 7ff8f86de700 -1 osd.6 171 heartbeat_check: no reply from 172.21.15.178:6804 osd.0 since back 2024-03-21T13:16:39.178224+0000 front 2024-03-21T13:16:39.178635+0000 (oldest deadline 2024-03-21T13:17:05.078190+0000) 2024-03-21T13:17:28.073 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:27 smithi184 bash[73094]: debug 2024-03-21T13:17:27.710+0000 7ff8f86de700 -1 osd.6 171 heartbeat_check: no reply from 172.21.15.178:6812 osd.1 since back 2024-03-21T13:16:45.579881+0000 front 2024-03-21T13:16:45.579982+0000 (oldest deadline 2024-03-21T13:17:10.879395+0000) 2024-03-21T13:17:28.073 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:27 smithi184 bash[73094]: debug 2024-03-21T13:17:27.710+0000 7ff8f86de700 -1 osd.6 171 heartbeat_check: no reply from 172.21.15.178:6820 osd.2 since back 2024-03-21T13:16:54.281545+0000 front 2024-03-21T13:16:54.281769+0000 (oldest deadline 2024-03-21T13:17:18.981663+0000) 2024-03-21T13:17:28.074 INFO:journalctl@ceph.osd.7.smithi184.stdout:Mar 21 13:17:27 smithi184 bash[76262]: debug 2024-03-21T13:17:27.818+0000 7f83b7fdd700 -1 osd.7 171 heartbeat_check: no reply from 172.21.15.178:6804 osd.0 since back 2024-03-21T13:16:36.139830+0000 front 2024-03-21T13:16:36.139733+0000 (oldest deadline 2024-03-21T13:17:00.239797+0000) 2024-03-21T13:17:28.074 INFO:journalctl@ceph.osd.7.smithi184.stdout:Mar 21 13:17:27 smithi184 bash[76262]: debug 2024-03-21T13:17:27.818+0000 7f83b7fdd700 -1 osd.7 171 heartbeat_check: no reply from 172.21.15.178:6812 osd.1 since back 2024-03-21T13:16:45.442214+0000 front 2024-03-21T13:16:45.442607+0000 (oldest deadline 2024-03-21T13:17:11.342037+0000) 2024-03-21T13:17:28.074 INFO:journalctl@ceph.osd.7.smithi184.stdout:Mar 21 13:17:27 smithi184 bash[76262]: debug 2024-03-21T13:17:27.818+0000 7f83b7fdd700 -1 osd.7 171 heartbeat_check: no reply from 172.21.15.178:6820 osd.2 since back 2024-03-21T13:16:57.744138+0000 front 2024-03-21T13:16:57.744489+0000 (oldest deadline 2024-03-21T13:17:20.044140+0000) 2024-03-21T13:17:29.073 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:28 smithi184 bash[73094]: debug 2024-03-21T13:17:28.734+0000 7ff8f86de700 -1 osd.6 171 heartbeat_check: no reply from 172.21.15.178:6804 osd.0 since back 2024-03-21T13:16:39.178224+0000 front 2024-03-21T13:16:39.178635+0000 (oldest deadline 2024-03-21T13:17:05.078190+0000) 2024-03-21T13:17:29.074 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:28 smithi184 bash[73094]: debug 2024-03-21T13:17:28.734+0000 7ff8f86de700 -1 osd.6 171 heartbeat_check: no reply from 172.21.15.178:6812 osd.1 since back 2024-03-21T13:16:45.579881+0000 front 2024-03-21T13:16:45.579982+0000 (oldest deadline 2024-03-21T13:17:10.879395+0000) 2024-03-21T13:17:29.074 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:28 smithi184 bash[73094]: debug 2024-03-21T13:17:28.734+0000 7ff8f86de700 -1 osd.6 171 heartbeat_check: no reply from 172.21.15.178:6820 osd.2 since back 2024-03-21T13:16:54.281545+0000 front 2024-03-21T13:16:54.281769+0000 (oldest deadline 2024-03-21T13:17:18.981663+0000) 2024-03-21T13:17:29.074 INFO:journalctl@ceph.osd.7.smithi184.stdout:Mar 21 13:17:28 smithi184 bash[76262]: debug 2024-03-21T13:17:28.814+0000 7f83b7fdd700 -1 osd.7 171 heartbeat_check: no reply from 172.21.15.178:6804 osd.0 since back 2024-03-21T13:16:36.139830+0000 front 2024-03-21T13:16:36.139733+0000 (oldest deadline 2024-03-21T13:17:00.239797+0000) 2024-03-21T13:17:29.074 INFO:journalctl@ceph.osd.7.smithi184.stdout:Mar 21 13:17:28 smithi184 bash[76262]: debug 2024-03-21T13:17:28.814+0000 7f83b7fdd700 -1 osd.7 171 heartbeat_check: no reply from 172.21.15.178:6812 osd.1 since back 2024-03-21T13:16:45.442214+0000 front 2024-03-21T13:16:45.442607+0000 (oldest deadline 2024-03-21T13:17:11.342037+0000) 2024-03-21T13:17:29.074 INFO:journalctl@ceph.osd.7.smithi184.stdout:Mar 21 13:17:28 smithi184 bash[76262]: debug 2024-03-21T13:17:28.814+0000 7f83b7fdd700 -1 osd.7 171 heartbeat_check: no reply from 172.21.15.178:6820 osd.2 since back 2024-03-21T13:16:57.744138+0000 front 2024-03-21T13:16:57.744489+0000 (oldest deadline 2024-03-21T13:17:20.044140+0000) 2024-03-21T13:17:29.074 INFO:journalctl@ceph.osd.7.smithi184.stdout:Mar 21 13:17:28 smithi184 bash[76262]: debug 2024-03-21T13:17:28.814+0000 7f83b7fdd700 -1 osd.7 171 heartbeat_check: no reply from 172.21.15.178:6828 osd.3 since back 2024-03-21T13:17:05.147090+0000 front 2024-03-21T13:17:05.147118+0000 (oldest deadline 2024-03-21T13:17:28.646887+0000) 2024-03-21T13:17:29.470 DEBUG:teuthology.orchestra.run.smithi184:> sudo pkill -f 'journalctl -f -n 0 -u ceph-a94f249e-e780-11ee-95cd-87774f69a715@osd.5.service' 2024-03-21T13:17:29.506 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-21T13:17:29.507 INFO:tasks.cephadm.osd.5:Stopped osd.5 2024-03-21T13:17:29.507 INFO:tasks.cephadm.osd.6:Stopping osd.6... 2024-03-21T13:17:29.507 DEBUG:teuthology.orchestra.run.smithi184:> sudo systemctl stop ceph-a94f249e-e780-11ee-95cd-87774f69a715@osd.6 2024-03-21T13:17:29.721 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:29 smithi184 systemd[1]: Stopping Ceph osd.6 for a94f249e-e780-11ee-95cd-87774f69a715... 2024-03-21T13:17:29.789 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:29 smithi184 bash[73094]: debug 2024-03-21T13:17:29.714+0000 7ff8f86de700 -1 osd.6 171 heartbeat_check: no reply from 172.21.15.178:6804 osd.0 since back 2024-03-21T13:16:39.178224+0000 front 2024-03-21T13:16:39.178635+0000 (oldest deadline 2024-03-21T13:17:05.078190+0000) 2024-03-21T13:17:29.789 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:29 smithi184 bash[73094]: debug 2024-03-21T13:17:29.714+0000 7ff8f86de700 -1 osd.6 171 heartbeat_check: no reply from 172.21.15.178:6812 osd.1 since back 2024-03-21T13:16:45.579881+0000 front 2024-03-21T13:16:45.579982+0000 (oldest deadline 2024-03-21T13:17:10.879395+0000) 2024-03-21T13:17:29.789 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:29 smithi184 bash[73094]: debug 2024-03-21T13:17:29.714+0000 7ff8f86de700 -1 osd.6 171 heartbeat_check: no reply from 172.21.15.178:6820 osd.2 since back 2024-03-21T13:16:54.281545+0000 front 2024-03-21T13:16:54.281769+0000 (oldest deadline 2024-03-21T13:17:18.981663+0000) 2024-03-21T13:17:30.073 INFO:journalctl@ceph.osd.7.smithi184.stdout:Mar 21 13:17:29 smithi184 bash[76262]: debug 2024-03-21T13:17:29.786+0000 7f83b7fdd700 -1 osd.7 171 heartbeat_check: no reply from 172.21.15.178:6804 osd.0 since back 2024-03-21T13:16:36.139830+0000 front 2024-03-21T13:16:36.139733+0000 (oldest deadline 2024-03-21T13:17:00.239797+0000) 2024-03-21T13:17:30.073 INFO:journalctl@ceph.osd.7.smithi184.stdout:Mar 21 13:17:29 smithi184 bash[76262]: debug 2024-03-21T13:17:29.786+0000 7f83b7fdd700 -1 osd.7 171 heartbeat_check: no reply from 172.21.15.178:6812 osd.1 since back 2024-03-21T13:16:45.442214+0000 front 2024-03-21T13:16:45.442607+0000 (oldest deadline 2024-03-21T13:17:11.342037+0000) 2024-03-21T13:17:30.073 INFO:journalctl@ceph.osd.7.smithi184.stdout:Mar 21 13:17:29 smithi184 bash[76262]: debug 2024-03-21T13:17:29.786+0000 7f83b7fdd700 -1 osd.7 171 heartbeat_check: no reply from 172.21.15.178:6820 osd.2 since back 2024-03-21T13:16:57.744138+0000 front 2024-03-21T13:16:57.744489+0000 (oldest deadline 2024-03-21T13:17:20.044140+0000) 2024-03-21T13:17:30.074 INFO:journalctl@ceph.osd.7.smithi184.stdout:Mar 21 13:17:29 smithi184 bash[76262]: debug 2024-03-21T13:17:29.786+0000 7f83b7fdd700 -1 osd.7 171 heartbeat_check: no reply from 172.21.15.178:6828 osd.3 since back 2024-03-21T13:17:05.147090+0000 front 2024-03-21T13:17:05.147118+0000 (oldest deadline 2024-03-21T13:17:28.646887+0000) 2024-03-21T13:17:30.573 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:30 smithi184 bash[73094]: debug 2024-03-21T13:17:30.070+0000 7ff8fc0ea700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.6 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-03-21T13:17:30.573 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:30 smithi184 bash[73094]: debug 2024-03-21T13:17:30.070+0000 7ff8fc0ea700 -1 osd.6 171 *** Got signal Terminated *** 2024-03-21T13:17:30.573 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:30 smithi184 bash[73094]: debug 2024-03-21T13:17:30.070+0000 7ff8fc0ea700 -1 osd.6 171 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-21T13:17:31.073 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:30 smithi184 bash[73094]: debug 2024-03-21T13:17:30.690+0000 7ff8f86de700 -1 osd.6 171 heartbeat_check: no reply from 172.21.15.178:6804 osd.0 since back 2024-03-21T13:16:39.178224+0000 front 2024-03-21T13:16:39.178635+0000 (oldest deadline 2024-03-21T13:17:05.078190+0000) 2024-03-21T13:17:31.073 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:30 smithi184 bash[73094]: debug 2024-03-21T13:17:30.690+0000 7ff8f86de700 -1 osd.6 171 heartbeat_check: no reply from 172.21.15.178:6812 osd.1 since back 2024-03-21T13:16:45.579881+0000 front 2024-03-21T13:16:45.579982+0000 (oldest deadline 2024-03-21T13:17:10.879395+0000) 2024-03-21T13:17:31.073 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:30 smithi184 bash[73094]: debug 2024-03-21T13:17:30.690+0000 7ff8f86de700 -1 osd.6 171 heartbeat_check: no reply from 172.21.15.178:6820 osd.2 since back 2024-03-21T13:16:54.281545+0000 front 2024-03-21T13:16:54.281769+0000 (oldest deadline 2024-03-21T13:17:18.981663+0000) 2024-03-21T13:17:31.074 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:30 smithi184 bash[73094]: debug 2024-03-21T13:17:30.690+0000 7ff8f86de700 -1 osd.6 171 heartbeat_check: no reply from 172.21.15.178:6828 osd.3 since back 2024-03-21T13:17:06.985398+0000 front 2024-03-21T13:17:06.985237+0000 (oldest deadline 2024-03-21T13:17:30.484926+0000) 2024-03-21T13:17:31.074 INFO:journalctl@ceph.osd.7.smithi184.stdout:Mar 21 13:17:30 smithi184 bash[76262]: debug 2024-03-21T13:17:30.770+0000 7f83b7fdd700 -1 osd.7 171 heartbeat_check: no reply from 172.21.15.178:6804 osd.0 since back 2024-03-21T13:16:36.139830+0000 front 2024-03-21T13:16:36.139733+0000 (oldest deadline 2024-03-21T13:17:00.239797+0000) 2024-03-21T13:17:31.074 INFO:journalctl@ceph.osd.7.smithi184.stdout:Mar 21 13:17:30 smithi184 bash[76262]: debug 2024-03-21T13:17:30.770+0000 7f83b7fdd700 -1 osd.7 171 heartbeat_check: no reply from 172.21.15.178:6812 osd.1 since back 2024-03-21T13:16:45.442214+0000 front 2024-03-21T13:16:45.442607+0000 (oldest deadline 2024-03-21T13:17:11.342037+0000) 2024-03-21T13:17:31.074 INFO:journalctl@ceph.osd.7.smithi184.stdout:Mar 21 13:17:30 smithi184 bash[76262]: debug 2024-03-21T13:17:30.770+0000 7f83b7fdd700 -1 osd.7 171 heartbeat_check: no reply from 172.21.15.178:6820 osd.2 since back 2024-03-21T13:16:57.744138+0000 front 2024-03-21T13:16:57.744489+0000 (oldest deadline 2024-03-21T13:17:20.044140+0000) 2024-03-21T13:17:31.074 INFO:journalctl@ceph.osd.7.smithi184.stdout:Mar 21 13:17:30 smithi184 bash[76262]: debug 2024-03-21T13:17:30.770+0000 7f83b7fdd700 -1 osd.7 171 heartbeat_check: no reply from 172.21.15.178:6828 osd.3 since back 2024-03-21T13:17:05.147090+0000 front 2024-03-21T13:17:05.147118+0000 (oldest deadline 2024-03-21T13:17:28.646887+0000) 2024-03-21T13:17:32.073 INFO:journalctl@ceph.osd.7.smithi184.stdout:Mar 21 13:17:31 smithi184 bash[76262]: debug 2024-03-21T13:17:31.778+0000 7f83b7fdd700 -1 osd.7 171 heartbeat_check: no reply from 172.21.15.178:6804 osd.0 since back 2024-03-21T13:16:36.139830+0000 front 2024-03-21T13:16:36.139733+0000 (oldest deadline 2024-03-21T13:17:00.239797+0000) 2024-03-21T13:17:32.073 INFO:journalctl@ceph.osd.7.smithi184.stdout:Mar 21 13:17:31 smithi184 bash[76262]: debug 2024-03-21T13:17:31.778+0000 7f83b7fdd700 -1 osd.7 171 heartbeat_check: no reply from 172.21.15.178:6812 osd.1 since back 2024-03-21T13:16:45.442214+0000 front 2024-03-21T13:16:45.442607+0000 (oldest deadline 2024-03-21T13:17:11.342037+0000) 2024-03-21T13:17:32.073 INFO:journalctl@ceph.osd.7.smithi184.stdout:Mar 21 13:17:31 smithi184 bash[76262]: debug 2024-03-21T13:17:31.778+0000 7f83b7fdd700 -1 osd.7 171 heartbeat_check: no reply from 172.21.15.178:6820 osd.2 since back 2024-03-21T13:16:57.744138+0000 front 2024-03-21T13:16:57.744489+0000 (oldest deadline 2024-03-21T13:17:20.044140+0000) 2024-03-21T13:17:32.073 INFO:journalctl@ceph.osd.7.smithi184.stdout:Mar 21 13:17:31 smithi184 bash[76262]: debug 2024-03-21T13:17:31.778+0000 7f83b7fdd700 -1 osd.7 171 heartbeat_check: no reply from 172.21.15.178:6828 osd.3 since back 2024-03-21T13:17:05.147090+0000 front 2024-03-21T13:17:05.147118+0000 (oldest deadline 2024-03-21T13:17:28.646887+0000) 2024-03-21T13:17:32.074 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:31 smithi184 bash[73094]: debug 2024-03-21T13:17:31.686+0000 7ff8f86de700 -1 osd.6 171 heartbeat_check: no reply from 172.21.15.178:6804 osd.0 since back 2024-03-21T13:16:39.178224+0000 front 2024-03-21T13:16:39.178635+0000 (oldest deadline 2024-03-21T13:17:05.078190+0000) 2024-03-21T13:17:32.074 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:31 smithi184 bash[73094]: debug 2024-03-21T13:17:31.686+0000 7ff8f86de700 -1 osd.6 171 heartbeat_check: no reply from 172.21.15.178:6812 osd.1 since back 2024-03-21T13:16:45.579881+0000 front 2024-03-21T13:16:45.579982+0000 (oldest deadline 2024-03-21T13:17:10.879395+0000) 2024-03-21T13:17:32.074 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:31 smithi184 bash[73094]: debug 2024-03-21T13:17:31.686+0000 7ff8f86de700 -1 osd.6 171 heartbeat_check: no reply from 172.21.15.178:6820 osd.2 since back 2024-03-21T13:16:54.281545+0000 front 2024-03-21T13:16:54.281769+0000 (oldest deadline 2024-03-21T13:17:18.981663+0000) 2024-03-21T13:17:32.074 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:31 smithi184 bash[73094]: debug 2024-03-21T13:17:31.686+0000 7ff8f86de700 -1 osd.6 171 heartbeat_check: no reply from 172.21.15.178:6828 osd.3 since back 2024-03-21T13:17:06.985398+0000 front 2024-03-21T13:17:06.985237+0000 (oldest deadline 2024-03-21T13:17:30.484926+0000) 2024-03-21T13:17:33.073 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:32 smithi184 bash[73094]: debug 2024-03-21T13:17:32.710+0000 7ff8f86de700 -1 osd.6 171 heartbeat_check: no reply from 172.21.15.178:6804 osd.0 since back 2024-03-21T13:16:39.178224+0000 front 2024-03-21T13:16:39.178635+0000 (oldest deadline 2024-03-21T13:17:05.078190+0000) 2024-03-21T13:17:33.073 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:32 smithi184 bash[73094]: debug 2024-03-21T13:17:32.710+0000 7ff8f86de700 -1 osd.6 171 heartbeat_check: no reply from 172.21.15.178:6812 osd.1 since back 2024-03-21T13:16:45.579881+0000 front 2024-03-21T13:16:45.579982+0000 (oldest deadline 2024-03-21T13:17:10.879395+0000) 2024-03-21T13:17:33.074 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:32 smithi184 bash[73094]: debug 2024-03-21T13:17:32.710+0000 7ff8f86de700 -1 osd.6 171 heartbeat_check: no reply from 172.21.15.178:6820 osd.2 since back 2024-03-21T13:16:54.281545+0000 front 2024-03-21T13:16:54.281769+0000 (oldest deadline 2024-03-21T13:17:18.981663+0000) 2024-03-21T13:17:33.074 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:32 smithi184 bash[73094]: debug 2024-03-21T13:17:32.710+0000 7ff8f86de700 -1 osd.6 171 heartbeat_check: no reply from 172.21.15.178:6828 osd.3 since back 2024-03-21T13:17:06.985398+0000 front 2024-03-21T13:17:06.985237+0000 (oldest deadline 2024-03-21T13:17:30.484926+0000) 2024-03-21T13:17:33.074 INFO:journalctl@ceph.osd.7.smithi184.stdout:Mar 21 13:17:32 smithi184 bash[76262]: debug 2024-03-21T13:17:32.786+0000 7f83b7fdd700 -1 osd.7 171 heartbeat_check: no reply from 172.21.15.178:6804 osd.0 since back 2024-03-21T13:16:36.139830+0000 front 2024-03-21T13:16:36.139733+0000 (oldest deadline 2024-03-21T13:17:00.239797+0000) 2024-03-21T13:17:33.074 INFO:journalctl@ceph.osd.7.smithi184.stdout:Mar 21 13:17:32 smithi184 bash[76262]: debug 2024-03-21T13:17:32.786+0000 7f83b7fdd700 -1 osd.7 171 heartbeat_check: no reply from 172.21.15.178:6812 osd.1 since back 2024-03-21T13:16:45.442214+0000 front 2024-03-21T13:16:45.442607+0000 (oldest deadline 2024-03-21T13:17:11.342037+0000) 2024-03-21T13:17:33.074 INFO:journalctl@ceph.osd.7.smithi184.stdout:Mar 21 13:17:32 smithi184 bash[76262]: debug 2024-03-21T13:17:32.786+0000 7f83b7fdd700 -1 osd.7 171 heartbeat_check: no reply from 172.21.15.178:6820 osd.2 since back 2024-03-21T13:16:57.744138+0000 front 2024-03-21T13:16:57.744489+0000 (oldest deadline 2024-03-21T13:17:20.044140+0000) 2024-03-21T13:17:33.074 INFO:journalctl@ceph.osd.7.smithi184.stdout:Mar 21 13:17:32 smithi184 bash[76262]: debug 2024-03-21T13:17:32.786+0000 7f83b7fdd700 -1 osd.7 171 heartbeat_check: no reply from 172.21.15.178:6828 osd.3 since back 2024-03-21T13:17:05.147090+0000 front 2024-03-21T13:17:05.147118+0000 (oldest deadline 2024-03-21T13:17:28.646887+0000) 2024-03-21T13:17:34.073 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:33 smithi184 bash[73094]: debug 2024-03-21T13:17:33.754+0000 7ff8f86de700 -1 osd.6 171 heartbeat_check: no reply from 172.21.15.178:6804 osd.0 since back 2024-03-21T13:16:39.178224+0000 front 2024-03-21T13:16:39.178635+0000 (oldest deadline 2024-03-21T13:17:05.078190+0000) 2024-03-21T13:17:34.073 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:33 smithi184 bash[73094]: debug 2024-03-21T13:17:33.754+0000 7ff8f86de700 -1 osd.6 171 heartbeat_check: no reply from 172.21.15.178:6812 osd.1 since back 2024-03-21T13:16:45.579881+0000 front 2024-03-21T13:16:45.579982+0000 (oldest deadline 2024-03-21T13:17:10.879395+0000) 2024-03-21T13:17:34.074 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:33 smithi184 bash[73094]: debug 2024-03-21T13:17:33.754+0000 7ff8f86de700 -1 osd.6 171 heartbeat_check: no reply from 172.21.15.178:6820 osd.2 since back 2024-03-21T13:16:54.281545+0000 front 2024-03-21T13:16:54.281769+0000 (oldest deadline 2024-03-21T13:17:18.981663+0000) 2024-03-21T13:17:34.074 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:33 smithi184 bash[73094]: debug 2024-03-21T13:17:33.754+0000 7ff8f86de700 -1 osd.6 171 heartbeat_check: no reply from 172.21.15.178:6828 osd.3 since back 2024-03-21T13:17:06.985398+0000 front 2024-03-21T13:17:06.985237+0000 (oldest deadline 2024-03-21T13:17:30.484926+0000) 2024-03-21T13:17:34.074 INFO:journalctl@ceph.osd.7.smithi184.stdout:Mar 21 13:17:33 smithi184 bash[76262]: debug 2024-03-21T13:17:33.786+0000 7f83b7fdd700 -1 osd.7 171 heartbeat_check: no reply from 172.21.15.178:6804 osd.0 since back 2024-03-21T13:16:36.139830+0000 front 2024-03-21T13:16:36.139733+0000 (oldest deadline 2024-03-21T13:17:00.239797+0000) 2024-03-21T13:17:34.074 INFO:journalctl@ceph.osd.7.smithi184.stdout:Mar 21 13:17:33 smithi184 bash[76262]: debug 2024-03-21T13:17:33.786+0000 7f83b7fdd700 -1 osd.7 171 heartbeat_check: no reply from 172.21.15.178:6812 osd.1 since back 2024-03-21T13:16:45.442214+0000 front 2024-03-21T13:16:45.442607+0000 (oldest deadline 2024-03-21T13:17:11.342037+0000) 2024-03-21T13:17:34.074 INFO:journalctl@ceph.osd.7.smithi184.stdout:Mar 21 13:17:33 smithi184 bash[76262]: debug 2024-03-21T13:17:33.786+0000 7f83b7fdd700 -1 osd.7 171 heartbeat_check: no reply from 172.21.15.178:6820 osd.2 since back 2024-03-21T13:16:57.744138+0000 front 2024-03-21T13:16:57.744489+0000 (oldest deadline 2024-03-21T13:17:20.044140+0000) 2024-03-21T13:17:34.074 INFO:journalctl@ceph.osd.7.smithi184.stdout:Mar 21 13:17:33 smithi184 bash[76262]: debug 2024-03-21T13:17:33.786+0000 7f83b7fdd700 -1 osd.7 171 heartbeat_check: no reply from 172.21.15.178:6828 osd.3 since back 2024-03-21T13:17:05.147090+0000 front 2024-03-21T13:17:05.147118+0000 (oldest deadline 2024-03-21T13:17:28.646887+0000) 2024-03-21T13:17:35.073 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:34 smithi184 bash[73094]: debug 2024-03-21T13:17:34.786+0000 7ff8f86de700 -1 osd.6 171 heartbeat_check: no reply from 172.21.15.178:6804 osd.0 since back 2024-03-21T13:16:39.178224+0000 front 2024-03-21T13:16:39.178635+0000 (oldest deadline 2024-03-21T13:17:05.078190+0000) 2024-03-21T13:17:35.074 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:34 smithi184 bash[73094]: debug 2024-03-21T13:17:34.786+0000 7ff8f86de700 -1 osd.6 171 heartbeat_check: no reply from 172.21.15.178:6812 osd.1 since back 2024-03-21T13:16:45.579881+0000 front 2024-03-21T13:16:45.579982+0000 (oldest deadline 2024-03-21T13:17:10.879395+0000) 2024-03-21T13:17:35.074 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:34 smithi184 bash[73094]: debug 2024-03-21T13:17:34.786+0000 7ff8f86de700 -1 osd.6 171 heartbeat_check: no reply from 172.21.15.178:6820 osd.2 since back 2024-03-21T13:16:54.281545+0000 front 2024-03-21T13:16:54.281769+0000 (oldest deadline 2024-03-21T13:17:18.981663+0000) 2024-03-21T13:17:35.074 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:34 smithi184 bash[73094]: debug 2024-03-21T13:17:34.786+0000 7ff8f86de700 -1 osd.6 171 heartbeat_check: no reply from 172.21.15.178:6828 osd.3 since back 2024-03-21T13:17:06.985398+0000 front 2024-03-21T13:17:06.985237+0000 (oldest deadline 2024-03-21T13:17:30.484926+0000) 2024-03-21T13:17:35.074 INFO:journalctl@ceph.osd.7.smithi184.stdout:Mar 21 13:17:34 smithi184 bash[76262]: debug 2024-03-21T13:17:34.746+0000 7f83b7fdd700 -1 osd.7 171 heartbeat_check: no reply from 172.21.15.178:6804 osd.0 since back 2024-03-21T13:16:36.139830+0000 front 2024-03-21T13:16:36.139733+0000 (oldest deadline 2024-03-21T13:17:00.239797+0000) 2024-03-21T13:17:35.074 INFO:journalctl@ceph.osd.7.smithi184.stdout:Mar 21 13:17:34 smithi184 bash[76262]: debug 2024-03-21T13:17:34.746+0000 7f83b7fdd700 -1 osd.7 171 heartbeat_check: no reply from 172.21.15.178:6812 osd.1 since back 2024-03-21T13:16:45.442214+0000 front 2024-03-21T13:16:45.442607+0000 (oldest deadline 2024-03-21T13:17:11.342037+0000) 2024-03-21T13:17:35.074 INFO:journalctl@ceph.osd.7.smithi184.stdout:Mar 21 13:17:34 smithi184 bash[76262]: debug 2024-03-21T13:17:34.746+0000 7f83b7fdd700 -1 osd.7 171 heartbeat_check: no reply from 172.21.15.178:6820 osd.2 since back 2024-03-21T13:16:57.744138+0000 front 2024-03-21T13:16:57.744489+0000 (oldest deadline 2024-03-21T13:17:20.044140+0000) 2024-03-21T13:17:35.074 INFO:journalctl@ceph.osd.7.smithi184.stdout:Mar 21 13:17:34 smithi184 bash[76262]: debug 2024-03-21T13:17:34.746+0000 7f83b7fdd700 -1 osd.7 171 heartbeat_check: no reply from 172.21.15.178:6828 osd.3 since back 2024-03-21T13:17:05.147090+0000 front 2024-03-21T13:17:05.147118+0000 (oldest deadline 2024-03-21T13:17:28.646887+0000) 2024-03-21T13:17:35.075 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:17:34 smithi184 bash[87384]: ts=2024-03-21T13:17:34.848Z caller=refresh.go:99 level=error component="discovery manager notify" discovery=http config=config-0 msg="Unable to refresh target groups" err="Get \"http://172.21.15.184:8765/sd/prometheus/sd-config?service=alertmanager\": dial tcp 172.21.15.184:8765: connect: connection refused" 2024-03-21T13:17:35.075 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:17:34 smithi184 bash[87384]: ts=2024-03-21T13:17:34.848Z caller=refresh.go:99 level=error component="discovery manager scrape" discovery=http config=ceph-exporter msg="Unable to refresh target groups" err="Get \"http://172.21.15.184:8765/sd/prometheus/sd-config?service=ceph-exporter\": dial tcp 172.21.15.184:8765: connect: connection refused" 2024-03-21T13:17:35.075 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:17:34 smithi184 bash[87384]: ts=2024-03-21T13:17:34.852Z caller=refresh.go:99 level=error component="discovery manager scrape" discovery=http config=node msg="Unable to refresh target groups" err="Get \"http://172.21.15.184:8765/sd/prometheus/sd-config?service=node-exporter\": dial tcp 172.21.15.184:8765: connect: connection refused" 2024-03-21T13:17:35.075 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:17:34 smithi184 bash[87384]: ts=2024-03-21T13:17:34.852Z caller=refresh.go:99 level=error component="discovery manager scrape" discovery=http config=nvmeof msg="Unable to refresh target groups" err="Get \"http://172.21.15.184:8765/sd/prometheus/sd-config?service=nvmeof\": dial tcp 172.21.15.184:8765: connect: connection refused" 2024-03-21T13:17:35.075 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:17:34 smithi184 bash[87384]: ts=2024-03-21T13:17:34.852Z caller=refresh.go:99 level=error component="discovery manager scrape" discovery=http config=ceph msg="Unable to refresh target groups" err="Get \"http://172.21.15.184:8765/sd/prometheus/sd-config?service=mgr-prometheus\": dial tcp 172.21.15.184:8765: connect: connection refused" 2024-03-21T13:17:35.457 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:35 smithi184 bash[73094]: *** Caught signal (Segmentation fault) ** 2024-03-21T13:17:35.457 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:35 smithi184 bash[73094]: in thread 7ff8e76bc700 thread_name:safe_timer 2024-03-21T13:17:35.458 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:35 smithi184 bash[73094]: ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev) 2024-03-21T13:17:35.458 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:35 smithi184 bash[73094]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7ff903540d20] 2024-03-21T13:17:35.458 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:35 smithi184 bash[73094]: 2: (BlueStore::_txc_create(BlueStore::Collection*, BlueStore::OpSequencer*, std::__cxx11::list >*, boost::intrusive_ptr)+0x40a) [0x558e32faacda] 2024-03-21T13:17:35.458 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:35 smithi184 bash[73094]: 3: (BlueStore::queue_transactions(boost::intrusive_ptr&, std::vector >&, boost::intrusive_ptr, ThreadPool::TPHandle*)+0x1f8) [0x558e33038b68] 2024-03-21T13:17:35.458 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:35 smithi184 bash[73094]: 4: (non-virtual thunk to PrimaryLogPG::queue_transactions(std::vector >&, boost::intrusive_ptr)+0x53) [0x558e32c1cda3] 2024-03-21T13:17:35.458 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:35 smithi184 bash[73094]: 5: (ReplicatedBackend::submit_transaction(hobject_t const&, object_stat_sum_t const&, eversion_t const&, std::unique_ptr >&&, eversion_t const&, eversion_t const&, std::vector >&&, std::optional&, Context*, unsigned long, osd_reqid_t, boost::intrusive_ptr)+0x7b1) [0x558e32ea9ad1] 2024-03-21T13:17:35.458 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:35 smithi184 bash[73094]: 6: (PrimaryLogPG::issue_repop(PrimaryLogPG::RepGather*, PrimaryLogPG::OpContext*)+0x424) [0x558e32b97d74] 2024-03-21T13:17:35.458 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:35 smithi184 bash[73094]: 7: (PrimaryLogPG::simple_opc_submit(std::unique_ptr >)+0x5a) [0x558e32b99dca] 2024-03-21T13:17:35.458 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:35 smithi184 bash[73094]: 8: (PrimaryLogPG::handle_watch_timeout(std::shared_ptr)+0x873) [0x558e32b9bd33] 2024-03-21T13:17:35.458 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:35 smithi184 bash[73094]: 9: (HandleWatchTimeout::complete(int)+0x11a) [0x558e32afcfba] 2024-03-21T13:17:35.458 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:35 smithi184 bash[73094]: 10: (CommonSafeTimer::timer_thread()+0x155) [0x558e33159505] 2024-03-21T13:17:35.458 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:35 smithi184 bash[73094]: 11: (CommonSafeTimerThread::entry()+0x11) [0x558e3315ad31] 2024-03-21T13:17:35.458 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:35 smithi184 bash[73094]: 12: /lib64/libpthread.so.0(+0x81ca) [0x7ff9035361ca] 2024-03-21T13:17:35.458 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:35 smithi184 bash[73094]: 13: clone() 2024-03-21T13:17:35.459 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:35 smithi184 bash[73094]: debug 2024-03-21T13:17:35.190+0000 7ff8e76bc700 -1 *** Caught signal (Segmentation fault) ** 2024-03-21T13:17:35.459 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:35 smithi184 bash[73094]: in thread 7ff8e76bc700 thread_name:safe_timer 2024-03-21T13:17:35.459 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:35 smithi184 bash[73094]: ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev) 2024-03-21T13:17:35.459 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:35 smithi184 bash[73094]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7ff903540d20] 2024-03-21T13:17:35.459 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:35 smithi184 bash[73094]: 2: (BlueStore::_txc_create(BlueStore::Collection*, BlueStore::OpSequencer*, std::__cxx11::list >*, boost::intrusive_ptr)+0x40a) [0x558e32faacda] 2024-03-21T13:17:35.459 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:35 smithi184 bash[73094]: 3: (BlueStore::queue_transactions(boost::intrusive_ptr&, std::vector >&, boost::intrusive_ptr, ThreadPool::TPHandle*)+0x1f8) [0x558e33038b68] 2024-03-21T13:17:35.459 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:35 smithi184 bash[73094]: 4: (non-virtual thunk to PrimaryLogPG::queue_transactions(std::vector >&, boost::intrusive_ptr)+0x53) [0x558e32c1cda3] 2024-03-21T13:17:35.459 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:35 smithi184 bash[73094]: 5: (ReplicatedBackend::submit_transaction(hobject_t const&, object_stat_sum_t const&, eversion_t const&, std::unique_ptr >&&, eversion_t const&, eversion_t const&, std::vector >&&, std::optional&, Context*, unsigned long, osd_reqid_t, boost::intrusive_ptr)+0x7b1) [0x558e32ea9ad1] 2024-03-21T13:17:35.459 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:35 smithi184 bash[73094]: 6: (PrimaryLogPG::issue_repop(PrimaryLogPG::RepGather*, PrimaryLogPG::OpContext*)+0x424) [0x558e32b97d74] 2024-03-21T13:17:35.459 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:35 smithi184 bash[73094]: 7: (PrimaryLogPG::simple_opc_submit(std::unique_ptr >)+0x5a) [0x558e32b99dca] 2024-03-21T13:17:35.459 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:35 smithi184 bash[73094]: 8: (PrimaryLogPG::handle_watch_timeout(std::shared_ptr)+0x873) [0x558e32b9bd33] 2024-03-21T13:17:35.459 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:35 smithi184 bash[73094]: 9: (HandleWatchTimeout::complete(int)+0x11a) [0x558e32afcfba] 2024-03-21T13:17:35.459 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:35 smithi184 bash[73094]: 10: (CommonSafeTimer::timer_thread()+0x155) [0x558e33159505] 2024-03-21T13:17:35.459 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:35 smithi184 bash[73094]: 11: (CommonSafeTimerThread::entry()+0x11) [0x558e3315ad31] 2024-03-21T13:17:35.460 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:35 smithi184 bash[73094]: 12: /lib64/libpthread.so.0(+0x81ca) [0x7ff9035361ca] 2024-03-21T13:17:35.460 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:35 smithi184 bash[73094]: 13: clone() 2024-03-21T13:17:35.460 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:35 smithi184 bash[73094]: NOTE: a copy of the executable, or `objdump -rdS ` is needed to interpret this. 2024-03-21T13:17:35.460 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:35 smithi184 bash[73094]: debug -6523> 2024-03-21T13:17:05.123+0000 7ff8f86de700 -1 osd.6 171 heartbeat_check: no reply from 172.21.15.178:6804 osd.0 since back 2024-03-21T13:16:39.178224+0000 front 2024-03-21T13:16:39.178635+0000 (oldest deadline 2024-03-21T13:17:05.078190+0000) 2024-03-21T13:17:35.460 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:35 smithi184 bash[73094]: debug -5685> 2024-03-21T13:17:06.099+0000 7ff8f86de700 -1 osd.6 171 heartbeat_check: no reply from 172.21.15.178:6804 osd.0 since back 2024-03-21T13:16:39.178224+0000 front 2024-03-21T13:16:39.178635+0000 (oldest deadline 2024-03-21T13:17:05.078190+0000) 2024-03-21T13:17:35.460 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:35 smithi184 bash[73094]: debug -5035> 2024-03-21T13:17:07.087+0000 7ff8f86de700 -1 osd.6 171 heartbeat_check: no reply from 172.21.15.178:6804 osd.0 since back 2024-03-21T13:16:39.178224+0000 front 2024-03-21T13:16:39.178635+0000 (oldest deadline 2024-03-21T13:17:05.078190+0000) 2024-03-21T13:17:35.460 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:35 smithi184 bash[73094]: debug -4954> 2024-03-21T13:17:08.074+0000 7ff8f86de700 -1 osd.6 171 heartbeat_check: no reply from 172.21.15.178:6804 osd.0 since back 2024-03-21T13:16:39.178224+0000 front 2024-03-21T13:16:39.178635+0000 (oldest deadline 2024-03-21T13:17:05.078190+0000) 2024-03-21T13:17:35.460 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:35 smithi184 bash[73094]: debug -4864> 2024-03-21T13:17:09.026+0000 7ff8f86de700 -1 osd.6 171 heartbeat_check: no reply from 172.21.15.178:6804 osd.0 since back 2024-03-21T13:16:39.178224+0000 front 2024-03-21T13:16:39.178635+0000 (oldest deadline 2024-03-21T13:17:05.078190+0000) 2024-03-21T13:17:35.460 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:35 smithi184 bash[73094]: debug -4772> 2024-03-21T13:17:09.990+0000 7ff8f86de700 -1 osd.6 171 heartbeat_check: no reply from 172.21.15.178:6804 osd.0 since back 2024-03-21T13:16:39.178224+0000 front 2024-03-21T13:16:39.178635+0000 (oldest deadline 2024-03-21T13:17:05.078190+0000) 2024-03-21T13:17:35.460 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:35 smithi184 bash[73094]: debug -4659> 2024-03-21T13:17:10.990+0000 7ff8f86de700 -1 osd.6 171 heartbeat_check: no reply from 172.21.15.178:6804 osd.0 since back 2024-03-21T13:16:39.178224+0000 front 2024-03-21T13:16:39.178635+0000 (oldest deadline 2024-03-21T13:17:05.078190+0000) 2024-03-21T13:17:35.460 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:35 smithi184 bash[73094]: debug -4658> 2024-03-21T13:17:10.990+0000 7ff8f86de700 -1 osd.6 171 heartbeat_check: no reply from 172.21.15.178:6812 osd.1 since back 2024-03-21T13:16:45.579881+0000 front 2024-03-21T13:16:45.579982+0000 (oldest deadline 2024-03-21T13:17:10.879395+0000) 2024-03-21T13:17:35.460 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:35 smithi184 bash[73094]: debug -4603> 2024-03-21T13:17:11.946+0000 7ff8f86de700 -1 osd.6 171 heartbeat_check: no reply from 172.21.15.178:6804 osd.0 since back 2024-03-21T13:16:39.178224+0000 front 2024-03-21T13:16:39.178635+0000 (oldest deadline 2024-03-21T13:17:05.078190+0000) 2024-03-21T13:17:35.460 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:35 smithi184 bash[73094]: debug -4602> 2024-03-21T13:17:11.946+0000 7ff8f86de700 -1 osd.6 171 heartbeat_check: no reply from 172.21.15.178:6812 osd.1 since back 2024-03-21T13:16:45.579881+0000 front 2024-03-21T13:16:45.579982+0000 (oldest deadline 2024-03-21T13:17:10.879395+0000) 2024-03-21T13:17:35.460 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:35 smithi184 bash[73094]: debug -4538> 2024-03-21T13:17:12.910+0000 7ff8f86de700 -1 osd.6 171 heartbeat_check: no reply from 172.21.15.178:6804 osd.0 since back 2024-03-21T13:16:39.178224+0000 front 2024-03-21T13:16:39.178635+0000 (oldest deadline 2024-03-21T13:17:05.078190+0000) 2024-03-21T13:17:35.460 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:35 smithi184 bash[73094]: debug -4537> 2024-03-21T13:17:12.910+0000 7ff8f86de700 -1 osd.6 171 heartbeat_check: no reply from 172.21.15.178:6812 osd.1 since back 2024-03-21T13:16:45.579881+0000 front 2024-03-21T13:16:45.579982+0000 (oldest deadline 2024-03-21T13:17:10.879395+0000) 2024-03-21T13:17:35.460 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:35 smithi184 bash[73094]: debug -4479> 2024-03-21T13:17:13.898+0000 7ff8f86de700 -1 osd.6 171 heartbeat_check: no reply from 172.21.15.178:6804 osd.0 since back 2024-03-21T13:16:39.178224+0000 front 2024-03-21T13:16:39.178635+0000 (oldest deadline 2024-03-21T13:17:05.078190+0000) 2024-03-21T13:17:35.461 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:35 smithi184 bash[73094]: debug -4478> 2024-03-21T13:17:13.898+0000 7ff8f86de700 -1 osd.6 171 heartbeat_check: no reply from 172.21.15.178:6812 osd.1 since back 2024-03-21T13:16:45.579881+0000 front 2024-03-21T13:16:45.579982+0000 (oldest deadline 2024-03-21T13:17:10.879395+0000) 2024-03-21T13:17:35.461 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:35 smithi184 bash[73094]: debug -3369> 2024-03-21T13:17:14.906+0000 7ff8f86de700 -1 osd.6 171 heartbeat_check: no reply from 172.21.15.178:6804 osd.0 since back 2024-03-21T13:16:39.178224+0000 front 2024-03-21T13:16:39.178635+0000 (oldest deadline 2024-03-21T13:17:05.078190+0000) 2024-03-21T13:17:35.461 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:35 smithi184 bash[73094]: debug -3368> 2024-03-21T13:17:14.906+0000 7ff8f86de700 -1 osd.6 171 heartbeat_check: no reply from 172.21.15.178:6812 osd.1 since back 2024-03-21T13:16:45.579881+0000 front 2024-03-21T13:16:45.579982+0000 (oldest deadline 2024-03-21T13:17:10.879395+0000) 2024-03-21T13:17:35.461 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:35 smithi184 bash[73094]: debug -3256> 2024-03-21T13:17:15.870+0000 7ff8f86de700 -1 osd.6 171 heartbeat_check: no reply from 172.21.15.178:6804 osd.0 since back 2024-03-21T13:16:39.178224+0000 front 2024-03-21T13:16:39.178635+0000 (oldest deadline 2024-03-21T13:17:05.078190+0000) 2024-03-21T13:17:35.461 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:35 smithi184 bash[73094]: debug -3255> 2024-03-21T13:17:15.870+0000 7ff8f86de700 -1 osd.6 171 heartbeat_check: no reply from 172.21.15.178:6812 osd.1 since back 2024-03-21T13:16:45.579881+0000 front 2024-03-21T13:16:45.579982+0000 (oldest deadline 2024-03-21T13:17:10.879395+0000) 2024-03-21T13:17:35.461 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:35 smithi184 bash[73094]: debug -3141> 2024-03-21T13:17:16.826+0000 7ff8f86de700 -1 osd.6 171 heartbeat_check: no reply from 172.21.15.178:6804 osd.0 since back 2024-03-21T13:16:39.178224+0000 front 2024-03-21T13:16:39.178635+0000 (oldest deadline 2024-03-21T13:17:05.078190+0000) 2024-03-21T13:17:35.461 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:35 smithi184 bash[73094]: debug -3140> 2024-03-21T13:17:16.826+0000 7ff8f86de700 -1 osd.6 171 heartbeat_check: no reply from 172.21.15.178:6812 osd.1 since back 2024-03-21T13:16:45.579881+0000 front 2024-03-21T13:16:45.579982+0000 (oldest deadline 2024-03-21T13:17:10.879395+0000) 2024-03-21T13:17:35.461 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:35 smithi184 bash[73094]: debug -3087> 2024-03-21T13:17:17.802+0000 7ff8f86de700 -1 osd.6 171 heartbeat_check: no reply from 172.21.15.178:6804 osd.0 since back 2024-03-21T13:16:39.178224+0000 front 2024-03-21T13:16:39.178635+0000 (oldest deadline 2024-03-21T13:17:05.078190+0000) 2024-03-21T13:17:35.461 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:35 smithi184 bash[73094]: debug -3086> 2024-03-21T13:17:17.802+0000 7ff8f86de700 -1 osd.6 171 heartbeat_check: no reply from 172.21.15.178:6812 osd.1 since back 2024-03-21T13:16:45.579881+0000 front 2024-03-21T13:16:45.579982+0000 (oldest deadline 2024-03-21T13:17:10.879395+0000) 2024-03-21T13:17:35.461 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:35 smithi184 bash[73094]: debug -3006> 2024-03-21T13:17:18.818+0000 7ff8f86de700 -1 osd.6 171 heartbeat_check: no reply from 172.21.15.178:6804 osd.0 since back 2024-03-21T13:16:39.178224+0000 front 2024-03-21T13:16:39.178635+0000 (oldest deadline 2024-03-21T13:17:05.078190+0000) 2024-03-21T13:17:35.462 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:35 smithi184 bash[73094]: debug -3005> 2024-03-21T13:17:18.818+0000 7ff8f86de700 -1 osd.6 171 heartbeat_check: no reply from 172.21.15.178:6812 osd.1 since back 2024-03-21T13:16:45.579881+0000 front 2024-03-21T13:16:45.579982+0000 (oldest deadline 2024-03-21T13:17:10.879395+0000) 2024-03-21T13:17:35.462 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:35 smithi184 bash[73094]: debug -2955> 2024-03-21T13:17:19.798+0000 7ff8f86de700 -1 osd.6 171 heartbeat_check: no reply from 172.21.15.178:6804 osd.0 since back 2024-03-21T13:16:39.178224+0000 front 2024-03-21T13:16:39.178635+0000 (oldest deadline 2024-03-21T13:17:05.078190+0000) 2024-03-21T13:17:35.462 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:35 smithi184 bash[73094]: debug -2954> 2024-03-21T13:17:19.802+0000 7ff8f86de700 -1 osd.6 171 heartbeat_check: no reply from 172.21.15.178:6812 osd.1 since back 2024-03-21T13:16:45.579881+0000 front 2024-03-21T13:16:45.579982+0000 (oldest deadline 2024-03-21T13:17:10.879395+0000) 2024-03-21T13:17:35.462 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:35 smithi184 bash[73094]: debug -2953> 2024-03-21T13:17:19.802+0000 7ff8f86de700 -1 osd.6 171 heartbeat_check: no reply from 172.21.15.178:6820 osd.2 since back 2024-03-21T13:16:54.281545+0000 front 2024-03-21T13:16:54.281769+0000 (oldest deadline 2024-03-21T13:17:18.981663+0000) 2024-03-21T13:17:35.462 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:35 smithi184 bash[73094]: debug -2829> 2024-03-21T13:17:20.798+0000 7ff8f86de700 -1 osd.6 171 heartbeat_check: no reply from 172.21.15.178:6804 osd.0 since back 2024-03-21T13:16:39.178224+0000 front 2024-03-21T13:16:39.178635+0000 (oldest deadline 2024-03-21T13:17:05.078190+0000) 2024-03-21T13:17:35.462 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:35 smithi184 bash[73094]: debug -2828> 2024-03-21T13:17:20.802+0000 7ff8f86de700 -1 osd.6 171 heartbeat_check: no reply from 172.21.15.178:6812 osd.1 since back 2024-03-21T13:16:45.579881+0000 front 2024-03-21T13:16:45.579982+0000 (oldest deadline 2024-03-21T13:17:10.879395+0000) 2024-03-21T13:17:35.462 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:35 smithi184 bash[73094]: debug -2827> 2024-03-21T13:17:20.802+0000 7ff8f86de700 -1 osd.6 171 heartbeat_check: no reply from 172.21.15.178:6820 osd.2 since back 2024-03-21T13:16:54.281545+0000 front 2024-03-21T13:16:54.281769+0000 (oldest deadline 2024-03-21T13:17:18.981663+0000) 2024-03-21T13:17:35.463 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:35 smithi184 bash[73094]: debug -2764> 2024-03-21T13:17:21.782+0000 7ff8f86de700 -1 osd.6 171 heartbeat_check: no reply from 172.21.15.178:6804 osd.0 since back 2024-03-21T13:16:39.178224+0000 front 2024-03-21T13:16:39.178635+0000 (oldest deadline 2024-03-21T13:17:05.078190+0000) 2024-03-21T13:17:35.463 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:35 smithi184 bash[73094]: debug -2763> 2024-03-21T13:17:21.782+0000 7ff8f86de700 -1 osd.6 171 heartbeat_check: no reply from 172.21.15.178:6812 osd.1 since back 2024-03-21T13:16:45.579881+0000 front 2024-03-21T13:16:45.579982+0000 (oldest deadline 2024-03-21T13:17:10.879395+0000) 2024-03-21T13:17:35.463 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:35 smithi184 bash[73094]: debug -2762> 2024-03-21T13:17:21.782+0000 7ff8f86de700 -1 osd.6 171 heartbeat_check: no reply from 172.21.15.178:6820 osd.2 since back 2024-03-21T13:16:54.281545+0000 front 2024-03-21T13:16:54.281769+0000 (oldest deadline 2024-03-21T13:17:18.981663+0000) 2024-03-21T13:17:35.463 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:35 smithi184 bash[73094]: debug -1937> 2024-03-21T13:17:22.778+0000 7ff8f86de700 -1 osd.6 171 heartbeat_check: no reply from 172.21.15.178:6804 osd.0 since back 2024-03-21T13:16:39.178224+0000 front 2024-03-21T13:16:39.178635+0000 (oldest deadline 2024-03-21T13:17:05.078190+0000) 2024-03-21T13:17:35.463 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:35 smithi184 bash[73094]: debug -1936> 2024-03-21T13:17:22.778+0000 7ff8f86de700 -1 osd.6 171 heartbeat_check: no reply from 172.21.15.178:6812 osd.1 since back 2024-03-21T13:16:45.579881+0000 front 2024-03-21T13:16:45.579982+0000 (oldest deadline 2024-03-21T13:17:10.879395+0000) 2024-03-21T13:17:35.463 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:35 smithi184 bash[73094]: debug -1935> 2024-03-21T13:17:22.778+0000 7ff8f86de700 -1 osd.6 171 heartbeat_check: no reply from 172.21.15.178:6820 osd.2 since back 2024-03-21T13:16:54.281545+0000 front 2024-03-21T13:16:54.281769+0000 (oldest deadline 2024-03-21T13:17:18.981663+0000) 2024-03-21T13:17:35.463 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:35 smithi184 bash[73094]: debug -1831> 2024-03-21T13:17:23.750+0000 7ff8f86de700 -1 osd.6 171 heartbeat_check: no reply from 172.21.15.178:6804 osd.0 since back 2024-03-21T13:16:39.178224+0000 front 2024-03-21T13:16:39.178635+0000 (oldest deadline 2024-03-21T13:17:05.078190+0000) 2024-03-21T13:17:35.463 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:35 smithi184 bash[73094]: debug -1830> 2024-03-21T13:17:23.750+0000 7ff8f86de700 -1 osd.6 171 heartbeat_check: no reply from 172.21.15.178:6812 osd.1 since back 2024-03-21T13:16:45.579881+0000 front 2024-03-21T13:16:45.579982+0000 (oldest deadline 2024-03-21T13:17:10.879395+0000) 2024-03-21T13:17:35.463 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:35 smithi184 bash[73094]: debug -1829> 2024-03-21T13:17:23.750+0000 7ff8f86de700 -1 osd.6 171 heartbeat_check: no reply from 172.21.15.178:6820 osd.2 since back 2024-03-21T13:16:54.281545+0000 front 2024-03-21T13:16:54.281769+0000 (oldest deadline 2024-03-21T13:17:18.981663+0000) 2024-03-21T13:17:35.463 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:35 smithi184 bash[73094]: debug -1777> 2024-03-21T13:17:24.706+0000 7ff8f86de700 -1 osd.6 171 heartbeat_check: no reply from 172.21.15.178:6804 osd.0 since back 2024-03-21T13:16:39.178224+0000 front 2024-03-21T13:16:39.178635+0000 (oldest deadline 2024-03-21T13:17:05.078190+0000) 2024-03-21T13:17:35.463 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:35 smithi184 bash[73094]: debug -1776> 2024-03-21T13:17:24.706+0000 7ff8f86de700 -1 osd.6 171 heartbeat_check: no reply from 172.21.15.178:6812 osd.1 since back 2024-03-21T13:16:45.579881+0000 front 2024-03-21T13:16:45.579982+0000 (oldest deadline 2024-03-21T13:17:10.879395+0000) 2024-03-21T13:17:35.463 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:35 smithi184 bash[73094]: debug -1775> 2024-03-21T13:17:24.706+0000 7ff8f86de700 -1 osd.6 171 heartbeat_check: no reply from 172.21.15.178:6820 osd.2 since back 2024-03-21T13:16:54.281545+0000 front 2024-03-21T13:16:54.281769+0000 (oldest deadline 2024-03-21T13:17:18.981663+0000) 2024-03-21T13:17:35.463 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:35 smithi184 bash[73094]: debug -1619> 2024-03-21T13:17:25.678+0000 7ff8f86de700 -1 osd.6 171 heartbeat_check: no reply from 172.21.15.178:6804 osd.0 since back 2024-03-21T13:16:39.178224+0000 front 2024-03-21T13:16:39.178635+0000 (oldest deadline 2024-03-21T13:17:05.078190+0000) 2024-03-21T13:17:35.464 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:35 smithi184 bash[73094]: debug -1618> 2024-03-21T13:17:25.678+0000 7ff8f86de700 -1 osd.6 171 heartbeat_check: no reply from 172.21.15.178:6812 osd.1 since back 2024-03-21T13:16:45.579881+0000 front 2024-03-21T13:16:45.579982+0000 (oldest deadline 2024-03-21T13:17:10.879395+0000) 2024-03-21T13:17:35.464 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:35 smithi184 bash[73094]: debug -1617> 2024-03-21T13:17:25.678+0000 7ff8f86de700 -1 osd.6 171 heartbeat_check: no reply from 172.21.15.178:6820 osd.2 since back 2024-03-21T13:16:54.281545+0000 front 2024-03-21T13:16:54.281769+0000 (oldest deadline 2024-03-21T13:17:18.981663+0000) 2024-03-21T13:17:35.464 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:35 smithi184 bash[73094]: debug -1483> 2024-03-21T13:17:26.662+0000 7ff8f86de700 -1 osd.6 171 heartbeat_check: no reply from 172.21.15.178:6804 osd.0 since back 2024-03-21T13:16:39.178224+0000 front 2024-03-21T13:16:39.178635+0000 (oldest deadline 2024-03-21T13:17:05.078190+0000) 2024-03-21T13:17:35.464 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:35 smithi184 bash[73094]: debug -1482> 2024-03-21T13:17:26.662+0000 7ff8f86de700 -1 osd.6 171 heartbeat_check: no reply from 172.21.15.178:6812 osd.1 since back 2024-03-21T13:16:45.579881+0000 front 2024-03-21T13:16:45.579982+0000 (oldest deadline 2024-03-21T13:17:10.879395+0000) 2024-03-21T13:17:35.464 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:35 smithi184 bash[73094]: debug -1481> 2024-03-21T13:17:26.662+0000 7ff8f86de700 -1 osd.6 171 heartbeat_check: no reply from 172.21.15.178:6820 osd.2 since back 2024-03-21T13:16:54.281545+0000 front 2024-03-21T13:16:54.281769+0000 (oldest deadline 2024-03-21T13:17:18.981663+0000) 2024-03-21T13:17:35.464 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:35 smithi184 bash[73094]: debug -1392> 2024-03-21T13:17:27.710+0000 7ff8f86de700 -1 osd.6 171 heartbeat_check: no reply from 172.21.15.178:6804 osd.0 since back 2024-03-21T13:16:39.178224+0000 front 2024-03-21T13:16:39.178635+0000 (oldest deadline 2024-03-21T13:17:05.078190+0000) 2024-03-21T13:17:35.464 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:35 smithi184 bash[73094]: debug -1391> 2024-03-21T13:17:27.710+0000 7ff8f86de700 -1 osd.6 171 heartbeat_check: no reply from 172.21.15.178:6812 osd.1 since back 2024-03-21T13:16:45.579881+0000 front 2024-03-21T13:16:45.579982+0000 (oldest deadline 2024-03-21T13:17:10.879395+0000) 2024-03-21T13:17:35.464 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:35 smithi184 bash[73094]: debug -1390> 2024-03-21T13:17:27.710+0000 7ff8f86de700 -1 osd.6 171 heartbeat_check: no reply from 172.21.15.178:6820 osd.2 since back 2024-03-21T13:16:54.281545+0000 front 2024-03-21T13:16:54.281769+0000 (oldest deadline 2024-03-21T13:17:18.981663+0000) 2024-03-21T13:17:35.464 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:35 smithi184 bash[73094]: debug -1293> 2024-03-21T13:17:28.734+0000 7ff8f86de700 -1 osd.6 171 heartbeat_check: no reply from 172.21.15.178:6804 osd.0 since back 2024-03-21T13:16:39.178224+0000 front 2024-03-21T13:16:39.178635+0000 (oldest deadline 2024-03-21T13:17:05.078190+0000) 2024-03-21T13:17:35.464 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:35 smithi184 bash[73094]: debug -1292> 2024-03-21T13:17:28.734+0000 7ff8f86de700 -1 osd.6 171 heartbeat_check: no reply from 172.21.15.178:6812 osd.1 since back 2024-03-21T13:16:45.579881+0000 front 2024-03-21T13:16:45.579982+0000 (oldest deadline 2024-03-21T13:17:10.879395+0000) 2024-03-21T13:17:35.464 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:35 smithi184 bash[73094]: debug -1291> 2024-03-21T13:17:28.734+0000 7ff8f86de700 -1 osd.6 171 heartbeat_check: no reply from 172.21.15.178:6820 osd.2 since back 2024-03-21T13:16:54.281545+0000 front 2024-03-21T13:16:54.281769+0000 (oldest deadline 2024-03-21T13:17:18.981663+0000) 2024-03-21T13:17:35.464 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:35 smithi184 bash[73094]: debug -1199> 2024-03-21T13:17:29.714+0000 7ff8f86de700 -1 osd.6 171 heartbeat_check: no reply from 172.21.15.178:6804 osd.0 since back 2024-03-21T13:16:39.178224+0000 front 2024-03-21T13:16:39.178635+0000 (oldest deadline 2024-03-21T13:17:05.078190+0000) 2024-03-21T13:17:35.464 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:35 smithi184 bash[73094]: debug -1198> 2024-03-21T13:17:29.714+0000 7ff8f86de700 -1 osd.6 171 heartbeat_check: no reply from 172.21.15.178:6812 osd.1 since back 2024-03-21T13:16:45.579881+0000 front 2024-03-21T13:16:45.579982+0000 (oldest deadline 2024-03-21T13:17:10.879395+0000) 2024-03-21T13:17:35.464 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:35 smithi184 bash[73094]: debug -1197> 2024-03-21T13:17:29.714+0000 7ff8f86de700 -1 osd.6 171 heartbeat_check: no reply from 172.21.15.178:6820 osd.2 since back 2024-03-21T13:16:54.281545+0000 front 2024-03-21T13:16:54.281769+0000 (oldest deadline 2024-03-21T13:17:18.981663+0000) 2024-03-21T13:17:35.465 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:35 smithi184 bash[73094]: debug -1157> 2024-03-21T13:17:30.070+0000 7ff8fc0ea700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.6 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-03-21T13:17:35.465 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:35 smithi184 bash[73094]: debug -1156> 2024-03-21T13:17:30.070+0000 7ff8fc0ea700 -1 osd.6 171 *** Got signal Terminated *** 2024-03-21T13:17:35.465 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:35 smithi184 bash[73094]: debug -1154> 2024-03-21T13:17:30.070+0000 7ff8fc0ea700 -1 osd.6 171 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-21T13:17:35.465 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:35 smithi184 bash[73094]: debug -590> 2024-03-21T13:17:30.690+0000 7ff8f86de700 -1 osd.6 171 heartbeat_check: no reply from 172.21.15.178:6804 osd.0 since back 2024-03-21T13:16:39.178224+0000 front 2024-03-21T13:16:39.178635+0000 (oldest deadline 2024-03-21T13:17:05.078190+0000) 2024-03-21T13:17:35.465 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:35 smithi184 bash[73094]: debug -589> 2024-03-21T13:17:30.690+0000 7ff8f86de700 -1 osd.6 171 heartbeat_check: no reply from 172.21.15.178:6812 osd.1 since back 2024-03-21T13:16:45.579881+0000 front 2024-03-21T13:16:45.579982+0000 (oldest deadline 2024-03-21T13:17:10.879395+0000) 2024-03-21T13:17:35.465 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:35 smithi184 bash[73094]: debug -588> 2024-03-21T13:17:30.690+0000 7ff8f86de700 -1 osd.6 171 heartbeat_check: no reply from 172.21.15.178:6820 osd.2 since back 2024-03-21T13:16:54.281545+0000 front 2024-03-21T13:16:54.281769+0000 (oldest deadline 2024-03-21T13:17:18.981663+0000) 2024-03-21T13:17:35.465 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:35 smithi184 bash[73094]: debug -587> 2024-03-21T13:17:30.690+0000 7ff8f86de700 -1 osd.6 171 heartbeat_check: no reply from 172.21.15.178:6828 osd.3 since back 2024-03-21T13:17:06.985398+0000 front 2024-03-21T13:17:06.985237+0000 (oldest deadline 2024-03-21T13:17:30.484926+0000) 2024-03-21T13:17:35.465 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:35 smithi184 bash[73094]: debug -507> 2024-03-21T13:17:31.686+0000 7ff8f86de700 -1 osd.6 171 heartbeat_check: no reply from 172.21.15.178:6804 osd.0 since back 2024-03-21T13:16:39.178224+0000 front 2024-03-21T13:16:39.178635+0000 (oldest deadline 2024-03-21T13:17:05.078190+0000) 2024-03-21T13:17:35.465 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:35 smithi184 bash[73094]: debug -506> 2024-03-21T13:17:31.686+0000 7ff8f86de700 -1 osd.6 171 heartbeat_check: no reply from 172.21.15.178:6812 osd.1 since back 2024-03-21T13:16:45.579881+0000 front 2024-03-21T13:16:45.579982+0000 (oldest deadline 2024-03-21T13:17:10.879395+0000) 2024-03-21T13:17:35.465 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:35 smithi184 bash[73094]: debug -505> 2024-03-21T13:17:31.686+0000 7ff8f86de700 -1 osd.6 171 heartbeat_check: no reply from 172.21.15.178:6820 osd.2 since back 2024-03-21T13:16:54.281545+0000 front 2024-03-21T13:16:54.281769+0000 (oldest deadline 2024-03-21T13:17:18.981663+0000) 2024-03-21T13:17:35.465 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:35 smithi184 bash[73094]: debug -504> 2024-03-21T13:17:31.686+0000 7ff8f86de700 -1 osd.6 171 heartbeat_check: no reply from 172.21.15.178:6828 osd.3 since back 2024-03-21T13:17:06.985398+0000 front 2024-03-21T13:17:06.985237+0000 (oldest deadline 2024-03-21T13:17:30.484926+0000) 2024-03-21T13:17:35.465 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:35 smithi184 bash[73094]: debug -353> 2024-03-21T13:17:32.710+0000 7ff8f86de700 -1 osd.6 171 heartbeat_check: no reply from 172.21.15.178:6804 osd.0 since back 2024-03-21T13:16:39.178224+0000 front 2024-03-21T13:16:39.178635+0000 (oldest deadline 2024-03-21T13:17:05.078190+0000) 2024-03-21T13:17:35.465 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:35 smithi184 bash[73094]: debug -352> 2024-03-21T13:17:32.710+0000 7ff8f86de700 -1 osd.6 171 heartbeat_check: no reply from 172.21.15.178:6812 osd.1 since back 2024-03-21T13:16:45.579881+0000 front 2024-03-21T13:16:45.579982+0000 (oldest deadline 2024-03-21T13:17:10.879395+0000) 2024-03-21T13:17:35.465 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:35 smithi184 bash[73094]: debug -351> 2024-03-21T13:17:32.710+0000 7ff8f86de700 -1 osd.6 171 heartbeat_check: no reply from 172.21.15.178:6820 osd.2 since back 2024-03-21T13:16:54.281545+0000 front 2024-03-21T13:16:54.281769+0000 (oldest deadline 2024-03-21T13:17:18.981663+0000) 2024-03-21T13:17:35.466 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:35 smithi184 bash[73094]: debug -350> 2024-03-21T13:17:32.710+0000 7ff8f86de700 -1 osd.6 171 heartbeat_check: no reply from 172.21.15.178:6828 osd.3 since back 2024-03-21T13:17:06.985398+0000 front 2024-03-21T13:17:06.985237+0000 (oldest deadline 2024-03-21T13:17:30.484926+0000) 2024-03-21T13:17:35.466 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:35 smithi184 bash[73094]: debug -244> 2024-03-21T13:17:33.754+0000 7ff8f86de700 -1 osd.6 171 heartbeat_check: no reply from 172.21.15.178:6804 osd.0 since back 2024-03-21T13:16:39.178224+0000 front 2024-03-21T13:16:39.178635+0000 (oldest deadline 2024-03-21T13:17:05.078190+0000) 2024-03-21T13:17:35.466 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:35 smithi184 bash[73094]: debug -243> 2024-03-21T13:17:33.754+0000 7ff8f86de700 -1 osd.6 171 heartbeat_check: no reply from 172.21.15.178:6812 osd.1 since back 2024-03-21T13:16:45.579881+0000 front 2024-03-21T13:16:45.579982+0000 (oldest deadline 2024-03-21T13:17:10.879395+0000) 2024-03-21T13:17:35.466 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:35 smithi184 bash[73094]: debug -242> 2024-03-21T13:17:33.754+0000 7ff8f86de700 -1 osd.6 171 heartbeat_check: no reply from 172.21.15.178:6820 osd.2 since back 2024-03-21T13:16:54.281545+0000 front 2024-03-21T13:16:54.281769+0000 (oldest deadline 2024-03-21T13:17:18.981663+0000) 2024-03-21T13:17:35.466 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:35 smithi184 bash[73094]: debug -241> 2024-03-21T13:17:33.754+0000 7ff8f86de700 -1 osd.6 171 heartbeat_check: no reply from 172.21.15.178:6828 osd.3 since back 2024-03-21T13:17:06.985398+0000 front 2024-03-21T13:17:06.985237+0000 (oldest deadline 2024-03-21T13:17:30.484926+0000) 2024-03-21T13:17:35.466 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:35 smithi184 bash[73094]: debug -166> 2024-03-21T13:17:34.786+0000 7ff8f86de700 -1 osd.6 171 heartbeat_check: no reply from 172.21.15.178:6804 osd.0 since back 2024-03-21T13:16:39.178224+0000 front 2024-03-21T13:16:39.178635+0000 (oldest deadline 2024-03-21T13:17:05.078190+0000) 2024-03-21T13:17:35.466 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:35 smithi184 bash[73094]: debug -165> 2024-03-21T13:17:34.786+0000 7ff8f86de700 -1 osd.6 171 heartbeat_check: no reply from 172.21.15.178:6812 osd.1 since back 2024-03-21T13:16:45.579881+0000 front 2024-03-21T13:16:45.579982+0000 (oldest deadline 2024-03-21T13:17:10.879395+0000) 2024-03-21T13:17:35.466 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:35 smithi184 bash[73094]: debug -164> 2024-03-21T13:17:34.786+0000 7ff8f86de700 -1 osd.6 171 heartbeat_check: no reply from 172.21.15.178:6820 osd.2 since back 2024-03-21T13:16:54.281545+0000 front 2024-03-21T13:16:54.281769+0000 (oldest deadline 2024-03-21T13:17:18.981663+0000) 2024-03-21T13:17:35.466 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:35 smithi184 bash[73094]: debug -163> 2024-03-21T13:17:34.786+0000 7ff8f86de700 -1 osd.6 171 heartbeat_check: no reply from 172.21.15.178:6828 osd.3 since back 2024-03-21T13:17:06.985398+0000 front 2024-03-21T13:17:06.985237+0000 (oldest deadline 2024-03-21T13:17:30.484926+0000) 2024-03-21T13:17:35.466 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:35 smithi184 bash[73094]: debug 0> 2024-03-21T13:17:35.190+0000 7ff8e76bc700 -1 *** Caught signal (Segmentation fault) ** 2024-03-21T13:17:35.466 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:35 smithi184 bash[73094]: in thread 7ff8e76bc700 thread_name:safe_timer 2024-03-21T13:17:35.466 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:35 smithi184 bash[73094]: ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev) 2024-03-21T13:17:35.467 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:35 smithi184 bash[73094]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7ff903540d20] 2024-03-21T13:17:35.467 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:35 smithi184 bash[73094]: 2: (BlueStore::_txc_create(BlueStore::Collection*, BlueStore::OpSequencer*, std::__cxx11::list >*, boost::intrusive_ptr)+0x40a) [0x558e32faacda] 2024-03-21T13:17:35.467 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:35 smithi184 bash[73094]: 3: (BlueStore::queue_transactions(boost::intrusive_ptr&, std::vector >&, boost::intrusive_ptr, ThreadPool::TPHandle*)+0x1f8) [0x558e33038b68] 2024-03-21T13:17:35.467 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:35 smithi184 bash[73094]: 4: (non-virtual thunk to PrimaryLogPG::queue_transactions(std::vector >&, boost::intrusive_ptr)+0x53) [0x558e32c1cda3] 2024-03-21T13:17:35.467 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:35 smithi184 bash[73094]: 5: (ReplicatedBackend::submit_transaction(hobject_t const&, object_stat_sum_t const&, eversion_t const&, std::unique_ptr >&&, eversion_t const&, eversion_t const&, std::vector >&&, std::optional&, Context*, unsigned long, osd_reqid_t, boost::intrusive_ptr)+0x7b1) [0x558e32ea9ad1] 2024-03-21T13:17:35.467 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:35 smithi184 bash[73094]: 6: (PrimaryLogPG::issue_repop(PrimaryLogPG::RepGather*, PrimaryLogPG::OpContext*)+0x424) [0x558e32b97d74] 2024-03-21T13:17:35.467 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:35 smithi184 bash[73094]: 7: (PrimaryLogPG::simple_opc_submit(std::unique_ptr >)+0x5a) [0x558e32b99dca] 2024-03-21T13:17:35.467 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:35 smithi184 bash[73094]: 8: (PrimaryLogPG::handle_watch_timeout(std::shared_ptr)+0x873) [0x558e32b9bd33] 2024-03-21T13:17:35.467 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:35 smithi184 bash[73094]: 9: (HandleWatchTimeout::complete(int)+0x11a) [0x558e32afcfba] 2024-03-21T13:17:35.467 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:35 smithi184 bash[73094]: 10: (CommonSafeTimer::timer_thread()+0x155) [0x558e33159505] 2024-03-21T13:17:35.467 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:35 smithi184 bash[73094]: 11: (CommonSafeTimerThread::entry()+0x11) [0x558e3315ad31] 2024-03-21T13:17:35.467 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:35 smithi184 bash[73094]: 12: /lib64/libpthread.so.0(+0x81ca) [0x7ff9035361ca] 2024-03-21T13:17:35.467 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:35 smithi184 bash[73094]: 13: clone() 2024-03-21T13:17:35.467 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:35 smithi184 bash[73094]: NOTE: a copy of the executable, or `objdump -rdS ` is needed to interpret this. 2024-03-21T13:17:36.004 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:36 smithi184 bash[97875]: ceph-a94f249e-e780-11ee-95cd-87774f69a715-osd-6 2024-03-21T13:17:36.004 INFO:journalctl@ceph.osd.7.smithi184.stdout:Mar 21 13:17:35 smithi184 bash[76262]: debug 2024-03-21T13:17:35.730+0000 7f83b7fdd700 -1 osd.7 171 heartbeat_check: no reply from 172.21.15.178:6804 osd.0 since back 2024-03-21T13:16:36.139830+0000 front 2024-03-21T13:16:36.139733+0000 (oldest deadline 2024-03-21T13:17:00.239797+0000) 2024-03-21T13:17:36.004 INFO:journalctl@ceph.osd.7.smithi184.stdout:Mar 21 13:17:35 smithi184 bash[76262]: debug 2024-03-21T13:17:35.730+0000 7f83b7fdd700 -1 osd.7 171 heartbeat_check: no reply from 172.21.15.178:6812 osd.1 since back 2024-03-21T13:16:45.442214+0000 front 2024-03-21T13:16:45.442607+0000 (oldest deadline 2024-03-21T13:17:11.342037+0000) 2024-03-21T13:17:36.004 INFO:journalctl@ceph.osd.7.smithi184.stdout:Mar 21 13:17:35 smithi184 bash[76262]: debug 2024-03-21T13:17:35.730+0000 7f83b7fdd700 -1 osd.7 171 heartbeat_check: no reply from 172.21.15.178:6820 osd.2 since back 2024-03-21T13:16:57.744138+0000 front 2024-03-21T13:16:57.744489+0000 (oldest deadline 2024-03-21T13:17:20.044140+0000) 2024-03-21T13:17:36.004 INFO:journalctl@ceph.osd.7.smithi184.stdout:Mar 21 13:17:35 smithi184 bash[76262]: debug 2024-03-21T13:17:35.730+0000 7f83b7fdd700 -1 osd.7 171 heartbeat_check: no reply from 172.21.15.178:6828 osd.3 since back 2024-03-21T13:17:05.147090+0000 front 2024-03-21T13:17:05.147118+0000 (oldest deadline 2024-03-21T13:17:28.646887+0000) 2024-03-21T13:17:36.274 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:36 smithi184 systemd[1]: ceph-a94f249e-e780-11ee-95cd-87774f69a715@osd.6.service: Main process exited, code=exited, status=139/n/a 2024-03-21T13:17:36.274 INFO:journalctl@ceph.osd.6.smithi184.stdout:Mar 21 13:17:36 smithi184 bash[97962]: Error response from daemon: No such container: ceph-a94f249e-e780-11ee-95cd-87774f69a715-osd-6 2024-03-21T13:17:37.070 INFO:journalctl@ceph.osd.7.smithi184.stdout:Mar 21 13:17:36 smithi184 bash[76262]: debug 2024-03-21T13:17:36.702+0000 7f83b7fdd700 -1 osd.7 171 heartbeat_check: no reply from 172.21.15.178:6804 osd.0 since back 2024-03-21T13:16:36.139830+0000 front 2024-03-21T13:16:36.139733+0000 (oldest deadline 2024-03-21T13:17:00.239797+0000) 2024-03-21T13:17:37.070 INFO:journalctl@ceph.osd.7.smithi184.stdout:Mar 21 13:17:36 smithi184 bash[76262]: debug 2024-03-21T13:17:36.702+0000 7f83b7fdd700 -1 osd.7 171 heartbeat_check: no reply from 172.21.15.178:6812 osd.1 since back 2024-03-21T13:16:45.442214+0000 front 2024-03-21T13:16:45.442607+0000 (oldest deadline 2024-03-21T13:17:11.342037+0000) 2024-03-21T13:17:37.070 INFO:journalctl@ceph.osd.7.smithi184.stdout:Mar 21 13:17:36 smithi184 bash[76262]: debug 2024-03-21T13:17:36.702+0000 7f83b7fdd700 -1 osd.7 171 heartbeat_check: no reply from 172.21.15.178:6820 osd.2 since back 2024-03-21T13:16:57.744138+0000 front 2024-03-21T13:16:57.744489+0000 (oldest deadline 2024-03-21T13:17:20.044140+0000) 2024-03-21T13:17:37.070 INFO:journalctl@ceph.osd.7.smithi184.stdout:Mar 21 13:17:36 smithi184 bash[76262]: debug 2024-03-21T13:17:36.702+0000 7f83b7fdd700 -1 osd.7 171 heartbeat_check: no reply from 172.21.15.178:6828 osd.3 since back 2024-03-21T13:17:05.147090+0000 front 2024-03-21T13:17:05.147118+0000 (oldest deadline 2024-03-21T13:17:28.646887+0000) 2024-03-21T13:17:37.823 INFO:journalctl@ceph.osd.7.smithi184.stdout:Mar 21 13:17:37 smithi184 bash[76262]: debug 2024-03-21T13:17:37.746+0000 7f83b7fdd700 -1 osd.7 171 heartbeat_check: no reply from 172.21.15.178:6804 osd.0 since back 2024-03-21T13:16:36.139830+0000 front 2024-03-21T13:16:36.139733+0000 (oldest deadline 2024-03-21T13:17:00.239797+0000) 2024-03-21T13:17:37.823 INFO:journalctl@ceph.osd.7.smithi184.stdout:Mar 21 13:17:37 smithi184 bash[76262]: debug 2024-03-21T13:17:37.746+0000 7f83b7fdd700 -1 osd.7 171 heartbeat_check: no reply from 172.21.15.178:6812 osd.1 since back 2024-03-21T13:16:45.442214+0000 front 2024-03-21T13:16:45.442607+0000 (oldest deadline 2024-03-21T13:17:11.342037+0000) 2024-03-21T13:17:37.823 INFO:journalctl@ceph.osd.7.smithi184.stdout:Mar 21 13:17:37 smithi184 bash[76262]: debug 2024-03-21T13:17:37.746+0000 7f83b7fdd700 -1 osd.7 171 heartbeat_check: no reply from 172.21.15.178:6820 osd.2 since back 2024-03-21T13:16:57.744138+0000 front 2024-03-21T13:16:57.744489+0000 (oldest deadline 2024-03-21T13:17:20.044140+0000) 2024-03-21T13:17:37.824 INFO:journalctl@ceph.osd.7.smithi184.stdout:Mar 21 13:17:37 smithi184 bash[76262]: debug 2024-03-21T13:17:37.746+0000 7f83b7fdd700 -1 osd.7 171 heartbeat_check: no reply from 172.21.15.178:6828 osd.3 since back 2024-03-21T13:17:05.147090+0000 front 2024-03-21T13:17:05.147118+0000 (oldest deadline 2024-03-21T13:17:28.646887+0000) 2024-03-21T13:17:38.248 DEBUG:teuthology.orchestra.run.smithi184:> sudo pkill -f 'journalctl -f -n 0 -u ceph-a94f249e-e780-11ee-95cd-87774f69a715@osd.6.service' 2024-03-21T13:17:38.285 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-21T13:17:38.285 INFO:tasks.cephadm.osd.6:Stopped osd.6 2024-03-21T13:17:38.285 INFO:tasks.cephadm.osd.7:Stopping osd.7... 2024-03-21T13:17:38.285 DEBUG:teuthology.orchestra.run.smithi184:> sudo systemctl stop ceph-a94f249e-e780-11ee-95cd-87774f69a715@osd.7 2024-03-21T13:17:38.573 INFO:journalctl@ceph.osd.7.smithi184.stdout:Mar 21 13:17:38 smithi184 systemd[1]: Stopping Ceph osd.7 for a94f249e-e780-11ee-95cd-87774f69a715... 2024-03-21T13:17:38.573 INFO:journalctl@ceph.osd.7.smithi184.stdout:Mar 21 13:17:38 smithi184 bash[76262]: debug 2024-03-21T13:17:38.470+0000 7f83bf9f1700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.7 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-03-21T13:17:38.574 INFO:journalctl@ceph.osd.7.smithi184.stdout:Mar 21 13:17:38 smithi184 bash[76262]: debug 2024-03-21T13:17:38.470+0000 7f83bf9f1700 -1 osd.7 171 *** Got signal Terminated *** 2024-03-21T13:17:38.574 INFO:journalctl@ceph.osd.7.smithi184.stdout:Mar 21 13:17:38 smithi184 bash[76262]: debug 2024-03-21T13:17:38.470+0000 7f83bf9f1700 -1 osd.7 171 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-21T13:17:39.073 INFO:journalctl@ceph.osd.7.smithi184.stdout:Mar 21 13:17:38 smithi184 bash[76262]: debug 2024-03-21T13:17:38.726+0000 7f83b7fdd700 -1 osd.7 171 heartbeat_check: no reply from 172.21.15.178:6804 osd.0 since back 2024-03-21T13:16:36.139830+0000 front 2024-03-21T13:16:36.139733+0000 (oldest deadline 2024-03-21T13:17:00.239797+0000) 2024-03-21T13:17:39.073 INFO:journalctl@ceph.osd.7.smithi184.stdout:Mar 21 13:17:38 smithi184 bash[76262]: debug 2024-03-21T13:17:38.726+0000 7f83b7fdd700 -1 osd.7 171 heartbeat_check: no reply from 172.21.15.178:6812 osd.1 since back 2024-03-21T13:16:45.442214+0000 front 2024-03-21T13:16:45.442607+0000 (oldest deadline 2024-03-21T13:17:11.342037+0000) 2024-03-21T13:17:39.073 INFO:journalctl@ceph.osd.7.smithi184.stdout:Mar 21 13:17:38 smithi184 bash[76262]: debug 2024-03-21T13:17:38.726+0000 7f83b7fdd700 -1 osd.7 171 heartbeat_check: no reply from 172.21.15.178:6820 osd.2 since back 2024-03-21T13:16:57.744138+0000 front 2024-03-21T13:16:57.744489+0000 (oldest deadline 2024-03-21T13:17:20.044140+0000) 2024-03-21T13:17:39.073 INFO:journalctl@ceph.osd.7.smithi184.stdout:Mar 21 13:17:38 smithi184 bash[76262]: debug 2024-03-21T13:17:38.726+0000 7f83b7fdd700 -1 osd.7 171 heartbeat_check: no reply from 172.21.15.178:6828 osd.3 since back 2024-03-21T13:17:05.147090+0000 front 2024-03-21T13:17:05.147118+0000 (oldest deadline 2024-03-21T13:17:28.646887+0000) 2024-03-21T13:17:40.073 INFO:journalctl@ceph.osd.7.smithi184.stdout:Mar 21 13:17:39 smithi184 bash[76262]: debug 2024-03-21T13:17:39.774+0000 7f83b7fdd700 -1 osd.7 171 heartbeat_check: no reply from 172.21.15.178:6804 osd.0 since back 2024-03-21T13:16:36.139830+0000 front 2024-03-21T13:16:36.139733+0000 (oldest deadline 2024-03-21T13:17:00.239797+0000) 2024-03-21T13:17:40.073 INFO:journalctl@ceph.osd.7.smithi184.stdout:Mar 21 13:17:39 smithi184 bash[76262]: debug 2024-03-21T13:17:39.774+0000 7f83b7fdd700 -1 osd.7 171 heartbeat_check: no reply from 172.21.15.178:6812 osd.1 since back 2024-03-21T13:16:45.442214+0000 front 2024-03-21T13:16:45.442607+0000 (oldest deadline 2024-03-21T13:17:11.342037+0000) 2024-03-21T13:17:40.074 INFO:journalctl@ceph.osd.7.smithi184.stdout:Mar 21 13:17:39 smithi184 bash[76262]: debug 2024-03-21T13:17:39.774+0000 7f83b7fdd700 -1 osd.7 171 heartbeat_check: no reply from 172.21.15.178:6820 osd.2 since back 2024-03-21T13:16:57.744138+0000 front 2024-03-21T13:16:57.744489+0000 (oldest deadline 2024-03-21T13:17:20.044140+0000) 2024-03-21T13:17:40.074 INFO:journalctl@ceph.osd.7.smithi184.stdout:Mar 21 13:17:39 smithi184 bash[76262]: debug 2024-03-21T13:17:39.774+0000 7f83b7fdd700 -1 osd.7 171 heartbeat_check: no reply from 172.21.15.178:6828 osd.3 since back 2024-03-21T13:17:05.147090+0000 front 2024-03-21T13:17:05.147118+0000 (oldest deadline 2024-03-21T13:17:28.646887+0000) 2024-03-21T13:17:41.073 INFO:journalctl@ceph.osd.7.smithi184.stdout:Mar 21 13:17:40 smithi184 bash[76262]: debug 2024-03-21T13:17:40.766+0000 7f83b7fdd700 -1 osd.7 171 heartbeat_check: no reply from 172.21.15.178:6804 osd.0 since back 2024-03-21T13:16:36.139830+0000 front 2024-03-21T13:16:36.139733+0000 (oldest deadline 2024-03-21T13:17:00.239797+0000) 2024-03-21T13:17:41.073 INFO:journalctl@ceph.osd.7.smithi184.stdout:Mar 21 13:17:40 smithi184 bash[76262]: debug 2024-03-21T13:17:40.766+0000 7f83b7fdd700 -1 osd.7 171 heartbeat_check: no reply from 172.21.15.178:6812 osd.1 since back 2024-03-21T13:16:45.442214+0000 front 2024-03-21T13:16:45.442607+0000 (oldest deadline 2024-03-21T13:17:11.342037+0000) 2024-03-21T13:17:41.073 INFO:journalctl@ceph.osd.7.smithi184.stdout:Mar 21 13:17:40 smithi184 bash[76262]: debug 2024-03-21T13:17:40.766+0000 7f83b7fdd700 -1 osd.7 171 heartbeat_check: no reply from 172.21.15.178:6820 osd.2 since back 2024-03-21T13:16:57.744138+0000 front 2024-03-21T13:16:57.744489+0000 (oldest deadline 2024-03-21T13:17:20.044140+0000) 2024-03-21T13:17:41.073 INFO:journalctl@ceph.osd.7.smithi184.stdout:Mar 21 13:17:40 smithi184 bash[76262]: debug 2024-03-21T13:17:40.766+0000 7f83b7fdd700 -1 osd.7 171 heartbeat_check: no reply from 172.21.15.178:6828 osd.3 since back 2024-03-21T13:17:05.147090+0000 front 2024-03-21T13:17:05.147118+0000 (oldest deadline 2024-03-21T13:17:28.646887+0000) 2024-03-21T13:17:42.073 INFO:journalctl@ceph.osd.7.smithi184.stdout:Mar 21 13:17:41 smithi184 bash[76262]: debug 2024-03-21T13:17:41.774+0000 7f83b7fdd700 -1 osd.7 171 heartbeat_check: no reply from 172.21.15.178:6804 osd.0 since back 2024-03-21T13:16:36.139830+0000 front 2024-03-21T13:16:36.139733+0000 (oldest deadline 2024-03-21T13:17:00.239797+0000) 2024-03-21T13:17:42.073 INFO:journalctl@ceph.osd.7.smithi184.stdout:Mar 21 13:17:41 smithi184 bash[76262]: debug 2024-03-21T13:17:41.774+0000 7f83b7fdd700 -1 osd.7 171 heartbeat_check: no reply from 172.21.15.178:6812 osd.1 since back 2024-03-21T13:16:45.442214+0000 front 2024-03-21T13:16:45.442607+0000 (oldest deadline 2024-03-21T13:17:11.342037+0000) 2024-03-21T13:17:42.073 INFO:journalctl@ceph.osd.7.smithi184.stdout:Mar 21 13:17:41 smithi184 bash[76262]: debug 2024-03-21T13:17:41.774+0000 7f83b7fdd700 -1 osd.7 171 heartbeat_check: no reply from 172.21.15.178:6820 osd.2 since back 2024-03-21T13:16:57.744138+0000 front 2024-03-21T13:16:57.744489+0000 (oldest deadline 2024-03-21T13:17:20.044140+0000) 2024-03-21T13:17:42.074 INFO:journalctl@ceph.osd.7.smithi184.stdout:Mar 21 13:17:41 smithi184 bash[76262]: debug 2024-03-21T13:17:41.774+0000 7f83b7fdd700 -1 osd.7 171 heartbeat_check: no reply from 172.21.15.178:6828 osd.3 since back 2024-03-21T13:17:05.147090+0000 front 2024-03-21T13:17:05.147118+0000 (oldest deadline 2024-03-21T13:17:28.646887+0000) 2024-03-21T13:17:42.074 INFO:journalctl@ceph.osd.7.smithi184.stdout:Mar 21 13:17:41 smithi184 bash[76262]: debug 2024-03-21T13:17:41.774+0000 7f83b7fdd700 -1 osd.7 171 heartbeat_check: no reply from 172.21.15.184:6804 osd.4 since back 2024-03-21T13:17:13.849332+0000 front 2024-03-21T13:17:13.849479+0000 (oldest deadline 2024-03-21T13:17:41.449953+0000) 2024-03-21T13:17:42.823 INFO:journalctl@ceph.osd.7.smithi184.stdout:Mar 21 13:17:42 smithi184 bash[76262]: debug 2024-03-21T13:17:42.750+0000 7f83b7fdd700 -1 osd.7 171 heartbeat_check: no reply from 172.21.15.178:6804 osd.0 since back 2024-03-21T13:16:36.139830+0000 front 2024-03-21T13:16:36.139733+0000 (oldest deadline 2024-03-21T13:17:00.239797+0000) 2024-03-21T13:17:42.823 INFO:journalctl@ceph.osd.7.smithi184.stdout:Mar 21 13:17:42 smithi184 bash[76262]: debug 2024-03-21T13:17:42.750+0000 7f83b7fdd700 -1 osd.7 171 heartbeat_check: no reply from 172.21.15.178:6812 osd.1 since back 2024-03-21T13:16:45.442214+0000 front 2024-03-21T13:16:45.442607+0000 (oldest deadline 2024-03-21T13:17:11.342037+0000) 2024-03-21T13:17:42.823 INFO:journalctl@ceph.osd.7.smithi184.stdout:Mar 21 13:17:42 smithi184 bash[76262]: debug 2024-03-21T13:17:42.750+0000 7f83b7fdd700 -1 osd.7 171 heartbeat_check: no reply from 172.21.15.178:6820 osd.2 since back 2024-03-21T13:16:57.744138+0000 front 2024-03-21T13:16:57.744489+0000 (oldest deadline 2024-03-21T13:17:20.044140+0000) 2024-03-21T13:17:42.824 INFO:journalctl@ceph.osd.7.smithi184.stdout:Mar 21 13:17:42 smithi184 bash[76262]: debug 2024-03-21T13:17:42.750+0000 7f83b7fdd700 -1 osd.7 171 heartbeat_check: no reply from 172.21.15.178:6828 osd.3 since back 2024-03-21T13:17:05.147090+0000 front 2024-03-21T13:17:05.147118+0000 (oldest deadline 2024-03-21T13:17:28.646887+0000) 2024-03-21T13:17:42.824 INFO:journalctl@ceph.osd.7.smithi184.stdout:Mar 21 13:17:42 smithi184 bash[76262]: debug 2024-03-21T13:17:42.750+0000 7f83b7fdd700 -1 osd.7 171 heartbeat_check: no reply from 172.21.15.184:6804 osd.4 since back 2024-03-21T13:17:13.849332+0000 front 2024-03-21T13:17:13.849479+0000 (oldest deadline 2024-03-21T13:17:41.449953+0000) 2024-03-21T13:17:44.832 INFO:journalctl@ceph.osd.7.smithi184.stdout:Mar 21 13:17:44 smithi184 bash[98101]: ceph-a94f249e-e780-11ee-95cd-87774f69a715-osd-7 2024-03-21T13:17:44.832 INFO:journalctl@ceph.osd.7.smithi184.stdout:Mar 21 13:17:44 smithi184 bash[98279]: Error response from daemon: No such container: ceph-a94f249e-e780-11ee-95cd-87774f69a715-osd-7 2024-03-21T13:17:47.733 DEBUG:teuthology.orchestra.run.smithi184:> sudo pkill -f 'journalctl -f -n 0 -u ceph-a94f249e-e780-11ee-95cd-87774f69a715@osd.7.service' 2024-03-21T13:17:47.764 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-21T13:17:47.764 INFO:tasks.cephadm.osd.7:Stopped osd.7 2024-03-21T13:17:47.764 INFO:tasks.cephadm.prometheus.a:Stopping prometheus.a... 2024-03-21T13:17:47.765 DEBUG:teuthology.orchestra.run.smithi184:> sudo systemctl stop ceph-a94f249e-e780-11ee-95cd-87774f69a715@prometheus.a 2024-03-21T13:17:47.990 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:17:47 smithi184 systemd[1]: Stopping Ceph prometheus.a for a94f249e-e780-11ee-95cd-87774f69a715... 2024-03-21T13:17:48.241 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:17:47 smithi184 bash[87384]: ts=2024-03-21T13:17:47.988Z caller=main.go:840 level=warn msg="Received SIGTERM, exiting gracefully..." 2024-03-21T13:17:48.241 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:17:47 smithi184 bash[87384]: ts=2024-03-21T13:17:47.988Z caller=main.go:864 level=info msg="Stopping scrape discovery manager..." 2024-03-21T13:17:48.242 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:17:47 smithi184 bash[87384]: ts=2024-03-21T13:17:47.988Z caller=main.go:878 level=info msg="Stopping notify discovery manager..." 2024-03-21T13:17:48.242 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:17:47 smithi184 bash[87384]: ts=2024-03-21T13:17:47.988Z caller=manager.go:988 level=info component="rule manager" msg="Stopping rule manager..." 2024-03-21T13:17:48.242 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:17:47 smithi184 bash[87384]: ts=2024-03-21T13:17:47.988Z caller=main.go:860 level=info msg="Scrape discovery manager stopped" 2024-03-21T13:17:48.242 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:17:47 smithi184 bash[87384]: ts=2024-03-21T13:17:47.988Z caller=main.go:874 level=info msg="Notify discovery manager stopped" 2024-03-21T13:17:48.242 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:17:47 smithi184 bash[87384]: ts=2024-03-21T13:17:47.988Z caller=manager.go:998 level=info component="rule manager" msg="Rule manager stopped" 2024-03-21T13:17:48.242 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:17:47 smithi184 bash[87384]: ts=2024-03-21T13:17:47.988Z caller=main.go:915 level=info msg="Stopping scrape manager..." 2024-03-21T13:17:48.242 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:17:47 smithi184 bash[87384]: ts=2024-03-21T13:17:47.989Z caller=main.go:907 level=info msg="Scrape manager stopped" 2024-03-21T13:17:48.242 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:17:47 smithi184 bash[87384]: ts=2024-03-21T13:17:47.990Z caller=notifier.go:606 level=info component=notifier msg="Stopping notification manager..." 2024-03-21T13:17:48.242 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:17:47 smithi184 bash[87384]: ts=2024-03-21T13:17:47.990Z caller=main.go:1135 level=info msg="Notifier manager stopped" 2024-03-21T13:17:48.242 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:17:47 smithi184 bash[87384]: ts=2024-03-21T13:17:47.990Z caller=main.go:1147 level=info msg="See you next time!" 2024-03-21T13:17:49.081 DEBUG:teuthology.orchestra.run.smithi184:> sudo pkill -f 'journalctl -f -n 0 -u ceph-a94f249e-e780-11ee-95cd-87774f69a715@prometheus.a.service' 2024-03-21T13:17:49.089 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:17:48 smithi184 bash[98542]: ceph-a94f249e-e780-11ee-95cd-87774f69a715-prometheus-a 2024-03-21T13:17:49.089 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:17:49 smithi184 bash[98930]: Error response from daemon: No such container: ceph-a94f249e-e780-11ee-95cd-87774f69a715-prometheus-a 2024-03-21T13:17:49.089 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:17:49 smithi184 systemd[1]: ceph-a94f249e-e780-11ee-95cd-87774f69a715@prometheus.a.service: Succeeded. 2024-03-21T13:17:49.089 INFO:journalctl@ceph.prometheus.a.smithi184.stdout:Mar 21 13:17:49 smithi184 systemd[1]: Stopped Ceph prometheus.a for a94f249e-e780-11ee-95cd-87774f69a715. 2024-03-21T13:17:49.103 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-21T13:17:49.103 INFO:tasks.cephadm.prometheus.a:Stopped prometheus.a 2024-03-21T13:17:49.103 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid a94f249e-e780-11ee-95cd-87774f69a715 --force --keep-logs 2024-03-21T13:17:51.967 INFO:journalctl@ceph.alertmanager.a.smithi178.stdout:Mar 21 13:17:51 smithi178 bash[115812]: ts=2024-03-21T13:17:51.626Z caller=notify.go:732 level=warn component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi178.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.178:8443: connect: connection refused" 2024-03-21T13:17:51.967 INFO:journalctl@ceph.alertmanager.a.smithi178.stdout:Mar 21 13:17:51 smithi178 bash[115812]: ts=2024-03-21T13:17:51.629Z caller=notify.go:732 level=warn component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi184.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.184:8443: connect: connection refused" 2024-03-21T13:17:53.796 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 13:17:53 smithi178 systemd[1]: Stopping Ceph node-exporter.a for a94f249e-e780-11ee-95cd-87774f69a715... 2024-03-21T13:17:54.813 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 13:17:54 smithi178 bash[127105]: ceph-a94f249e-e780-11ee-95cd-87774f69a715-node-exporter-a 2024-03-21T13:17:54.814 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 13:17:54 smithi178 systemd[1]: ceph-a94f249e-e780-11ee-95cd-87774f69a715@node-exporter.a.service: Main process exited, code=exited, status=143/n/a 2024-03-21T13:17:54.814 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 13:17:54 smithi178 bash[127179]: Error response from daemon: No such container: ceph-a94f249e-e780-11ee-95cd-87774f69a715-node-exporter-a 2024-03-21T13:17:54.814 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 13:17:54 smithi178 systemd[1]: ceph-a94f249e-e780-11ee-95cd-87774f69a715@node-exporter.a.service: Failed with result 'exit-code'. 2024-03-21T13:17:54.814 INFO:journalctl@ceph.node-exporter.a.smithi178.stdout:Mar 21 13:17:54 smithi178 systemd[1]: Stopped Ceph node-exporter.a for a94f249e-e780-11ee-95cd-87774f69a715. 2024-03-21T13:17:55.201 INFO:journalctl@ceph.alertmanager.a.smithi178.stdout:Mar 21 13:17:55 smithi178 systemd[1]: Stopping Ceph alertmanager.a for a94f249e-e780-11ee-95cd-87774f69a715... 2024-03-21T13:17:55.471 INFO:journalctl@ceph.alertmanager.a.smithi178.stdout:Mar 21 13:17:55 smithi178 bash[115812]: ts=2024-03-21T13:17:55.199Z caller=main.go:583 level=info msg="Received SIGTERM, exiting gracefully..." 2024-03-21T13:17:56.247 INFO:journalctl@ceph.alertmanager.a.smithi178.stdout:Mar 21 13:17:55 smithi178 bash[127242]: ceph-a94f249e-e780-11ee-95cd-87774f69a715-alertmanager-a 2024-03-21T13:17:56.247 INFO:journalctl@ceph.alertmanager.a.smithi178.stdout:Mar 21 13:17:56 smithi178 bash[127314]: Error response from daemon: No such container: ceph-a94f249e-e780-11ee-95cd-87774f69a715-alertmanager-a 2024-03-21T13:17:56.247 INFO:journalctl@ceph.alertmanager.a.smithi178.stdout:Mar 21 13:17:56 smithi178 systemd[1]: ceph-a94f249e-e780-11ee-95cd-87774f69a715@alertmanager.a.service: Succeeded. 2024-03-21T13:17:56.248 INFO:journalctl@ceph.alertmanager.a.smithi178.stdout:Mar 21 13:17:56 smithi178 systemd[1]: Stopped Ceph alertmanager.a for a94f249e-e780-11ee-95cd-87774f69a715. 2024-03-21T13:18:29.818 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid a94f249e-e780-11ee-95cd-87774f69a715 --force --keep-logs 2024-03-21T13:18:34.573 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:18:34 smithi184 systemd[1]: Stopping Ceph node-exporter.b for a94f249e-e780-11ee-95cd-87774f69a715... 2024-03-21T13:18:35.482 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:18:35 smithi184 bash[100573]: ceph-a94f249e-e780-11ee-95cd-87774f69a715-node-exporter-b 2024-03-21T13:18:35.483 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:18:35 smithi184 systemd[1]: ceph-a94f249e-e780-11ee-95cd-87774f69a715@node-exporter.b.service: Main process exited, code=exited, status=143/n/a 2024-03-21T13:18:35.483 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:18:35 smithi184 bash[100645]: Error response from daemon: No such container: ceph-a94f249e-e780-11ee-95cd-87774f69a715-node-exporter-b 2024-03-21T13:18:35.483 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:18:35 smithi184 systemd[1]: ceph-a94f249e-e780-11ee-95cd-87774f69a715@node-exporter.b.service: Failed with result 'exit-code'. 2024-03-21T13:18:35.483 INFO:journalctl@ceph.node-exporter.b.smithi184.stdout:Mar 21 13:18:35 smithi184 systemd[1]: Stopped Ceph node-exporter.b for a94f249e-e780-11ee-95cd-87774f69a715. 2024-03-21T13:18:35.805 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:18:35 smithi184 systemd[1]: Stopping Ceph grafana.a for a94f249e-e780-11ee-95cd-87774f69a715... 2024-03-21T13:18:35.805 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:18:35 smithi184 bash[92015]: logger=server t=2024-03-21T13:18:35.636585776Z level=info msg="Shutdown started" reason="System signal: terminated" 2024-03-21T13:18:35.805 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:18:35 smithi184 bash[92015]: logger=tracing t=2024-03-21T13:18:35.636850354Z level=info msg="Closing tracing" 2024-03-21T13:18:35.805 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:18:35 smithi184 bash[92015]: logger=ticker t=2024-03-21T13:18:35.636972621Z level=info msg=stopped last_tick=2024-03-21T13:18:30Z 2024-03-21T13:18:36.494 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:18:36 smithi184 bash[100707]: ceph-a94f249e-e780-11ee-95cd-87774f69a715-grafana-a 2024-03-21T13:18:36.495 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:18:36 smithi184 bash[100780]: Error response from daemon: No such container: ceph-a94f249e-e780-11ee-95cd-87774f69a715-grafana-a 2024-03-21T13:18:36.495 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:18:36 smithi184 systemd[1]: ceph-a94f249e-e780-11ee-95cd-87774f69a715@grafana.a.service: Succeeded. 2024-03-21T13:18:36.495 INFO:journalctl@ceph.grafana.a.smithi184.stdout:Mar 21 13:18:36 smithi184 systemd[1]: Stopped Ceph grafana.a for a94f249e-e780-11ee-95cd-87774f69a715. 2024-03-21T13:18:59.058 DEBUG:teuthology.orchestra.run.smithi178:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-21T13:18:59.076 DEBUG:teuthology.orchestra.run.smithi184:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-21T13:18:59.085 INFO:tasks.cephadm:Archiving crash dumps... 2024-03-21T13:18:59.087 DEBUG:teuthology.misc:Transferring archived files from smithi178:/var/lib/ceph/a94f249e-e780-11ee-95cd-87774f69a715/crash to /home/teuthworker/archive/gabrioux-2024-03-21_12:04:17-orch:cephadm-wip-guits-testing-2024-03-21-0818-distro-default-smithi/7614937/remote/smithi178/crash 2024-03-21T13:18:59.088 DEBUG:teuthology.orchestra.run.smithi178:> sudo tar c -f - -C /var/lib/ceph/a94f249e-e780-11ee-95cd-87774f69a715/crash -- . 2024-03-21T13:18:59.100 INFO:teuthology.orchestra.run.smithi178.stderr:tar: /var/lib/ceph/a94f249e-e780-11ee-95cd-87774f69a715/crash: Cannot open: No such file or directory 2024-03-21T13:18:59.100 INFO:teuthology.orchestra.run.smithi178.stderr:tar: Error is not recoverable: exiting now 2024-03-21T13:18:59.102 DEBUG:teuthology.misc:Transferring archived files from smithi184:/var/lib/ceph/a94f249e-e780-11ee-95cd-87774f69a715/crash to /home/teuthworker/archive/gabrioux-2024-03-21_12:04:17-orch:cephadm-wip-guits-testing-2024-03-21-0818-distro-default-smithi/7614937/remote/smithi184/crash 2024-03-21T13:18:59.103 DEBUG:teuthology.orchestra.run.smithi184:> sudo tar c -f - -C /var/lib/ceph/a94f249e-e780-11ee-95cd-87774f69a715/crash -- . 2024-03-21T13:18:59.115 INFO:teuthology.orchestra.run.smithi184.stderr:tar: /var/lib/ceph/a94f249e-e780-11ee-95cd-87774f69a715/crash: Cannot open: No such file or directory 2024-03-21T13:18:59.116 INFO:teuthology.orchestra.run.smithi184.stderr:tar: Error is not recoverable: exiting now 2024-03-21T13:18:59.117 INFO:tasks.cephadm:Checking cluster log for badness... 2024-03-21T13:18:59.117 DEBUG:teuthology.orchestra.run.smithi178:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/a94f249e-e780-11ee-95cd-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-03-21T13:18:59.161 INFO:teuthology.orchestra.run.smithi178.stdout:2024-03-21T12:46:42.469775+0000 mon.a (mon.0) 209 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-03-21T13:18:59.164 WARNING:tasks.cephadm:Found errors (ERR|WRN|SEC) in cluster log 2024-03-21T13:18:59.164 DEBUG:teuthology.orchestra.run.smithi178:> sudo egrep '\[SEC\]' /var/log/ceph/a94f249e-e780-11ee-95cd-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-03-21T13:18:59.179 DEBUG:teuthology.orchestra.run.smithi178:> sudo egrep '\[ERR\]' /var/log/ceph/a94f249e-e780-11ee-95cd-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-03-21T13:18:59.195 DEBUG:teuthology.orchestra.run.smithi178:> sudo egrep '\[WRN\]' /var/log/ceph/a94f249e-e780-11ee-95cd-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-03-21T13:18:59.208 INFO:teuthology.orchestra.run.smithi178.stdout:2024-03-21T12:46:42.469775+0000 mon.a (mon.0) 209 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-03-21T13:18:59.210 INFO:tasks.cephadm:Compressing logs... 2024-03-21T13:18:59.210 DEBUG:teuthology.orchestra.run.smithi178:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-03-21T13:18:59.212 DEBUG:teuthology.orchestra.run.smithi184:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-03-21T13:18:59.224 INFO:teuthology.orchestra.run.smithi178.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-03-21T13:18:59.228 INFO:teuthology.orchestra.run.smithi184.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-03-21T13:18:59.234 INFO:teuthology.orchestra.run.smithi178.stderr:gzip -5 --verbose -- /var/log/ceph/a94f249e-e780-11ee-95cd-87774f69a715/ceph-mon.a.log 2024-03-21T13:18:59.234 INFO:teuthology.orchestra.run.smithi178.stderr:gzip -5 --verbose -- /var/log/ceph/a94f249e-e780-11ee-95cd-87774f69a715/ceph-client.rgw.foo.smithi178.amgrte.log 2024-03-21T13:18:59.235 INFO:teuthology.orchestra.run.smithi178.stderr:gzip -5 --verbose -- /var/log/ceph/a94f249e-e780-11ee-95cd-87774f69a715/ceph-mgr.y.log 2024-03-21T13:18:59.235 INFO:teuthology.orchestra.run.smithi178.stderr:/var/log/ceph/a94f249e-e780-11ee-95cd-87774f69a715/ceph-mon.a.log: gzip -5 --verbose -- /var/log/ceph/a94f249e-e780-11ee-95cd-87774f69a715/ceph-mon.c.log 2024-03-21T13:18:59.235 INFO:teuthology.orchestra.run.smithi178.stderr:/var/log/ceph/a94f249e-e780-11ee-95cd-87774f69a715/ceph-client.rgw.foo.smithi178.amgrte.log: /var/log/ceph/a94f249e-e780-11ee-95cd-87774f69a715/ceph-mgr.y.log: gzip -5 --verbose -- /var/log/ceph/a94f249e-e780-11ee-95cd-87774f69a715/ceph.audit.log 2024-03-21T13:18:59.236 INFO:teuthology.orchestra.run.smithi178.stderr: 76.7% -- replaced with /var/log/ceph/a94f249e-e780-11ee-95cd-87774f69a715/ceph-client.rgw.foo.smithi178.amgrte.log.gz 2024-03-21T13:18:59.236 INFO:teuthology.orchestra.run.smithi178.stderr:gzip -5 --verbose -- /var/log/ceph/a94f249e-e780-11ee-95cd-87774f69a715/ceph-osd.1.log 2024-03-21T13:18:59.236 INFO:teuthology.orchestra.run.smithi178.stderr:/var/log/ceph/a94f249e-e780-11ee-95cd-87774f69a715/ceph-mon.c.log: /var/log/ceph/a94f249e-e780-11ee-95cd-87774f69a715/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/a94f249e-e780-11ee-95cd-87774f69a715/tcmu-runner.log 2024-03-21T13:18:59.237 INFO:teuthology.orchestra.run.smithi178.stderr:gzip -5 --verbose -- /var/log/ceph/a94f249e-e780-11ee-95cd-87774f69a715/ceph.log 2024-03-21T13:18:59.238 INFO:teuthology.orchestra.run.smithi178.stderr:/var/log/ceph/a94f249e-e780-11ee-95cd-87774f69a715/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/a94f249e-e780-11ee-95cd-87774f69a715/ceph.cephadm.log 2024-03-21T13:18:59.238 INFO:teuthology.orchestra.run.smithi178.stderr:/var/log/ceph/a94f249e-e780-11ee-95cd-87774f69a715/tcmu-runner.log: /var/log/ceph/a94f249e-e780-11ee-95cd-87774f69a715/ceph.log: 85.6% -- replaced with /var/log/ceph/a94f249e-e780-11ee-95cd-87774f69a715/tcmu-runner.log.gz 2024-03-21T13:18:59.239 INFO:teuthology.orchestra.run.smithi184.stderr:gzip -5 --verbose -- /var/log/ceph/a94f249e-e780-11ee-95cd-87774f69a715/ceph-mon.b.log 2024-03-21T13:18:59.240 INFO:teuthology.orchestra.run.smithi184.stderr:gzip -5 --verbose -- /var/log/ceph/a94f249e-e780-11ee-95cd-87774f69a715/ceph-client.rgw.smpl.smithi184.ccsuhn.log 2024-03-21T13:18:59.240 INFO:teuthology.orchestra.run.smithi184.stderr:gzip -5 --verbose -- /var/log/ceph/a94f249e-e780-11ee-95cd-87774f69a715/ceph-osd.5.log 2024-03-21T13:18:59.241 INFO:teuthology.orchestra.run.smithi184.stderr:/var/log/ceph/a94f249e-e780-11ee-95cd-87774f69a715/ceph-mon.b.log: /var/log/ceph/a94f249e-e780-11ee-95cd-87774f69a715/ceph-client.rgw.smpl.smithi184.ccsuhn.log: gzip -5 --verbose -- /var/log/ceph/a94f249e-e780-11ee-95cd-87774f69a715/ceph-mgr.x.log 2024-03-21T13:18:59.241 INFO:teuthology.orchestra.run.smithi184.stderr:gzip -5 --verbose -- 76.4%/var/log/ceph/a94f249e-e780-11ee-95cd-87774f69a715/ceph.audit.log 2024-03-21T13:18:59.242 INFO:teuthology.orchestra.run.smithi184.stderr: -- replaced with /var/log/ceph/a94f249e-e780-11ee-95cd-87774f69a715/ceph-client.rgw.smpl.smithi184.ccsuhn.log.gz 2024-03-21T13:18:59.242 INFO:teuthology.orchestra.run.smithi184.stderr:/var/log/ceph/a94f249e-e780-11ee-95cd-87774f69a715/ceph-osd.5.log: /var/log/ceph/a94f249e-e780-11ee-95cd-87774f69a715/ceph-mgr.x.log: gzip -5 --verbose -- /var/log/ceph/a94f249e-e780-11ee-95cd-87774f69a715/ceph-osd.6.log 2024-03-21T13:18:59.243 INFO:teuthology.orchestra.run.smithi184.stderr:/var/log/ceph/a94f249e-e780-11ee-95cd-87774f69a715/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/a94f249e-e780-11ee-95cd-87774f69a715/ceph.log 2024-03-21T13:18:59.243 INFO:teuthology.orchestra.run.smithi178.stderr:gzip -5 --verbose -- /var/log/ceph/a94f249e-e780-11ee-95cd-87774f69a715/ceph-osd.0.log 2024-03-21T13:18:59.244 INFO:teuthology.orchestra.run.smithi178.stderr:/var/log/ceph/a94f249e-e780-11ee-95cd-87774f69a715/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/a94f249e-e780-11ee-95cd-87774f69a715/ceph-osd.3.log 2024-03-21T13:18:59.244 INFO:teuthology.orchestra.run.smithi184.stderr:/var/log/ceph/a94f249e-e780-11ee-95cd-87774f69a715/ceph-osd.6.log: gzip -5 --verbose -- /var/log/ceph/a94f249e-e780-11ee-95cd-87774f69a715/ceph.cephadm.log 2024-03-21T13:18:59.245 INFO:teuthology.orchestra.run.smithi184.stderr:gzip -5 --verbose -- /var/log/ceph/a94f249e-e780-11ee-95cd-87774f69a715/ceph-osd.4.log 2024-03-21T13:18:59.251 INFO:teuthology.orchestra.run.smithi184.stderr:/var/log/ceph/a94f249e-e780-11ee-95cd-87774f69a715/ceph.log: /var/log/ceph/a94f249e-e780-11ee-95cd-87774f69a715/ceph.cephadm.log: 91.4% -- replaced with /var/log/ceph/a94f249e-e780-11ee-95cd-87774f69a715/ceph.cephadm.log.gz 2024-03-21T13:18:59.252 INFO:teuthology.orchestra.run.smithi184.stderr:gzip -5 --verbose -- /var/log/ceph/a94f249e-e780-11ee-95cd-87774f69a715/ceph-client.rgw.foo.smithi184.sylqte.log 2024-03-21T13:18:59.252 INFO:teuthology.orchestra.run.smithi184.stderr:/var/log/ceph/a94f249e-e780-11ee-95cd-87774f69a715/ceph-osd.4.log: gzip -5 --verbose -- /var/log/ceph/a94f249e-e780-11ee-95cd-87774f69a715/ceph-volume.log 2024-03-21T13:18:59.254 INFO:teuthology.orchestra.run.smithi184.stderr:/var/log/ceph/a94f249e-e780-11ee-95cd-87774f69a715/ceph-client.rgw.foo.smithi184.sylqte.log: 77.0% -- replaced with /var/log/ceph/a94f249e-e780-11ee-95cd-87774f69a715/ceph-client.rgw.foo.smithi184.sylqte.log.gz 2024-03-21T13:18:59.254 INFO:teuthology.orchestra.run.smithi178.stderr:/var/log/ceph/a94f249e-e780-11ee-95cd-87774f69a715/ceph-osd.0.log: 95.0% -- replaced with /var/log/ceph/a94f249e-e780-11ee-95cd-87774f69a715/ceph.cephadm.log.gz 2024-03-21T13:18:59.255 INFO:teuthology.orchestra.run.smithi178.stderr:gzip -5 --verbose -- /var/log/ceph/a94f249e-e780-11ee-95cd-87774f69a715/ceph-client.rgw.smpl.smithi178.avyvkd.log 2024-03-21T13:18:59.256 INFO:teuthology.orchestra.run.smithi178.stderr:/var/log/ceph/a94f249e-e780-11ee-95cd-87774f69a715/ceph-osd.3.log: gzip -5 --verbose -- /var/log/ceph/a94f249e-e780-11ee-95cd-87774f69a715/ceph-volume.log 2024-03-21T13:18:59.256 INFO:teuthology.orchestra.run.smithi178.stderr:/var/log/ceph/a94f249e-e780-11ee-95cd-87774f69a715/ceph-client.rgw.smpl.smithi178.avyvkd.log: 76.9% -- replaced with /var/log/ceph/a94f249e-e780-11ee-95cd-87774f69a715/ceph-client.rgw.smpl.smithi178.avyvkd.log.gz 2024-03-21T13:18:59.260 INFO:teuthology.orchestra.run.smithi184.stderr:gzip -5 --verbose -- /var/log/ceph/a94f249e-e780-11ee-95cd-87774f69a715/ceph-osd.7.log 2024-03-21T13:18:59.265 INFO:teuthology.orchestra.run.smithi184.stderr:/var/log/ceph/a94f249e-e780-11ee-95cd-87774f69a715/ceph-volume.log: 92.3% -- replaced with /var/log/ceph/a94f249e-e780-11ee-95cd-87774f69a715/ceph.log.gz 2024-03-21T13:18:59.268 INFO:teuthology.orchestra.run.smithi178.stderr: 95.5% -- replaced with /var/log/ceph/a94f249e-e780-11ee-95cd-87774f69a715/ceph.log.gz 2024-03-21T13:18:59.269 INFO:teuthology.orchestra.run.smithi184.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-03-21T13:18:59.271 INFO:teuthology.orchestra.run.smithi178.stderr:gzip -5 --verbose -- /var/log/ceph/a94f249e-e780-11ee-95cd-87774f69a715/ceph-osd.2.log 2024-03-21T13:18:59.271 INFO:teuthology.orchestra.run.smithi178.stderr:/var/log/ceph/a94f249e-e780-11ee-95cd-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-03-21T13:18:59.278 INFO:teuthology.orchestra.run.smithi184.stderr:/var/log/ceph/a94f249e-e780-11ee-95cd-87774f69a715/ceph-osd.7.log: /var/log/ceph/cephadm.log: 93.4% -- replaced with /var/log/ceph/a94f249e-e780-11ee-95cd-87774f69a715/ceph.audit.log.gz 2024-03-21T13:18:59.292 INFO:teuthology.orchestra.run.smithi178.stderr:/var/log/ceph/a94f249e-e780-11ee-95cd-87774f69a715/ceph-osd.2.log: /var/log/ceph/cephadm.log: 95.8% -- replaced with /var/log/ceph/a94f249e-e780-11ee-95cd-87774f69a715/ceph.audit.log.gz 2024-03-21T13:18:59.315 INFO:teuthology.orchestra.run.smithi184.stderr: 94.1% -- replaced with /var/log/ceph/a94f249e-e780-11ee-95cd-87774f69a715/ceph-volume.log.gz 2024-03-21T13:18:59.332 INFO:teuthology.orchestra.run.smithi184.stderr: 90.5% -- replaced with /var/log/ceph/cephadm.log.gz 2024-03-21T13:18:59.339 INFO:teuthology.orchestra.run.smithi178.stderr: 90.4% -- replaced with /var/log/ceph/cephadm.log.gz 2024-03-21T13:18:59.357 INFO:teuthology.orchestra.run.smithi178.stderr: 94.0% -- replaced with /var/log/ceph/a94f249e-e780-11ee-95cd-87774f69a715/ceph-volume.log.gz 2024-03-21T13:18:59.514 INFO:teuthology.orchestra.run.smithi178.stderr: 87.8% -- replaced with /var/log/ceph/a94f249e-e780-11ee-95cd-87774f69a715/ceph-mgr.y.log.gz 2024-03-21T13:19:00.150 INFO:teuthology.orchestra.run.smithi184.stderr: 93.1% -- replaced with /var/log/ceph/a94f249e-e780-11ee-95cd-87774f69a715/ceph-mon.b.log.gz 2024-03-21T13:19:00.316 INFO:teuthology.orchestra.run.smithi178.stderr: 92.9% -- replaced with /var/log/ceph/a94f249e-e780-11ee-95cd-87774f69a715/ceph-mon.c.log.gz 2024-03-21T13:19:00.360 INFO:teuthology.orchestra.run.smithi178.stderr: 93.5% -- replaced with /var/log/ceph/a94f249e-e780-11ee-95cd-87774f69a715/ceph-osd.2.log.gz 2024-03-21T13:19:00.842 INFO:teuthology.orchestra.run.smithi184.stderr: 94.0% -- replaced with /var/log/ceph/a94f249e-e780-11ee-95cd-87774f69a715/ceph-osd.7.log.gz 2024-03-21T13:19:01.074 INFO:teuthology.orchestra.run.smithi184.stderr: 93.4% -- replaced with /var/log/ceph/a94f249e-e780-11ee-95cd-87774f69a715/ceph-osd.6.log.gz 2024-03-21T13:19:01.106 INFO:teuthology.orchestra.run.smithi178.stderr: 93.6% -- replaced with /var/log/ceph/a94f249e-e780-11ee-95cd-87774f69a715/ceph-osd.3.log.gz 2024-03-21T13:19:01.113 INFO:teuthology.orchestra.run.smithi184.stderr: 93.5% -- replaced with /var/log/ceph/a94f249e-e780-11ee-95cd-87774f69a715/ceph-osd.5.log.gz 2024-03-21T13:19:01.120 INFO:teuthology.orchestra.run.smithi178.stderr: 93.6% -- replaced with /var/log/ceph/a94f249e-e780-11ee-95cd-87774f69a715/ceph-osd.0.log.gz 2024-03-21T13:19:01.232 INFO:teuthology.orchestra.run.smithi184.stderr: 89.1% -- replaced with /var/log/ceph/a94f249e-e780-11ee-95cd-87774f69a715/ceph-mgr.x.log.gz 2024-03-21T13:19:01.294 INFO:teuthology.orchestra.run.smithi178.stderr: 93.6% -- replaced with /var/log/ceph/a94f249e-e780-11ee-95cd-87774f69a715/ceph-osd.1.log.gz 2024-03-21T13:19:01.333 INFO:teuthology.orchestra.run.smithi184.stderr: 93.7% -- replaced with /var/log/ceph/a94f249e-e780-11ee-95cd-87774f69a715/ceph-osd.4.log.gz 2024-03-21T13:19:01.334 INFO:teuthology.orchestra.run.smithi184.stderr: 2024-03-21T13:19:01.334 INFO:teuthology.orchestra.run.smithi184.stderr:real 0m2.117s 2024-03-21T13:19:01.334 INFO:teuthology.orchestra.run.smithi184.stderr:user 0m10.040s 2024-03-21T13:19:01.335 INFO:teuthology.orchestra.run.smithi184.stderr:sys 0m0.404s 2024-03-21T13:19:02.634 INFO:teuthology.orchestra.run.smithi178.stderr: 92.2% -- replaced with /var/log/ceph/a94f249e-e780-11ee-95cd-87774f69a715/ceph-mon.a.log.gz 2024-03-21T13:19:02.636 INFO:teuthology.orchestra.run.smithi178.stderr: 2024-03-21T13:19:02.636 INFO:teuthology.orchestra.run.smithi178.stderr:real 0m3.422s 2024-03-21T13:19:02.636 INFO:teuthology.orchestra.run.smithi178.stderr:user 0m11.306s 2024-03-21T13:19:02.636 INFO:teuthology.orchestra.run.smithi178.stderr:sys 0m0.456s 2024-03-21T13:19:02.637 INFO:tasks.cephadm:Archiving logs... 2024-03-21T13:19:02.637 DEBUG:teuthology.misc:Transferring archived files from smithi178:/var/log/ceph to /home/teuthworker/archive/gabrioux-2024-03-21_12:04:17-orch:cephadm-wip-guits-testing-2024-03-21-0818-distro-default-smithi/7614937/remote/smithi178/log 2024-03-21T13:19:02.638 DEBUG:teuthology.orchestra.run.smithi178:> sudo tar c -f - -C /var/log/ceph -- . 2024-03-21T13:19:04.312 DEBUG:teuthology.misc:Transferring archived files from smithi184:/var/log/ceph to /home/teuthworker/archive/gabrioux-2024-03-21_12:04:17-orch:cephadm-wip-guits-testing-2024-03-21-0818-distro-default-smithi/7614937/remote/smithi184/log 2024-03-21T13:19:04.313 DEBUG:teuthology.orchestra.run.smithi184:> sudo tar c -f - -C /var/log/ceph -- . 2024-03-21T13:19:05.888 INFO:tasks.cephadm:Removing cluster... 2024-03-21T13:19:05.888 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid a94f249e-e780-11ee-95cd-87774f69a715 --force 2024-03-21T13:19:06.675 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid a94f249e-e780-11ee-95cd-87774f69a715 --force 2024-03-21T13:19:07.472 INFO:tasks.cephadm:Removing cephadm ... 2024-03-21T13:19:07.473 DEBUG:teuthology.orchestra.run.smithi178:> rm -rf /home/ubuntu/cephtest/cephadm 2024-03-21T13:19:07.480 DEBUG:teuthology.orchestra.run.smithi184:> rm -rf /home/ubuntu/cephtest/cephadm 2024-03-21T13:19:07.485 INFO:tasks.cephadm:Teardown complete 2024-03-21T13:19:07.485 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-03-21T13:19:07.495 INFO:teuthology.task.clock:Checking final clock skew... 2024-03-21T13:19:07.495 DEBUG:teuthology.orchestra.run.smithi178:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-21T13:19:07.498 DEBUG:teuthology.orchestra.run.smithi184:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-21T13:19:07.518 INFO:teuthology.orchestra.run.smithi178.stdout: remote refid st t when poll reach delay offset jitter 2024-03-21T13:19:07.519 INFO:teuthology.orchestra.run.smithi178.stdout:============================================================================== 2024-03-21T13:19:07.519 INFO:teuthology.orchestra.run.smithi178.stdout:*hv01.front.sepi 44.4.53.2 2 u 20 64 377 0.089 0.440 0.384 2024-03-21T13:19:07.519 INFO:teuthology.orchestra.run.smithi178.stdout:+hv02.front.sepi 63.231.80.2 3 u 13 64 377 0.073 2.830 0.437 2024-03-21T13:19:07.519 INFO:teuthology.orchestra.run.smithi178.stdout:+hv03.front.sepi 74.6.168.72 3 u 20 64 377 0.102 1.213 0.393 2024-03-21T13:19:07.519 INFO:teuthology.orchestra.run.smithi178.stdout: hv04.front.sepi .INIT. 16 u - 1024 0 0.000 0.000 0.000 2024-03-21T13:19:07.519 INFO:teuthology.orchestra.run.smithi184.stdout: remote refid st t when poll reach delay offset jitter 2024-03-21T13:19:07.520 INFO:teuthology.orchestra.run.smithi184.stdout:============================================================================== 2024-03-21T13:19:07.520 INFO:teuthology.orchestra.run.smithi184.stdout:*hv01.front.sepi 44.4.53.2 2 u 80 128 377 0.126 -0.442 0.213 2024-03-21T13:19:07.520 INFO:teuthology.orchestra.run.smithi184.stdout:+hv02.front.sepi 63.231.80.2 3 u 83 128 377 0.140 2.045 0.544 2024-03-21T13:19:07.520 INFO:teuthology.orchestra.run.smithi184.stdout:+hv03.front.sepi 74.6.168.72 3 u 79 128 377 0.151 0.804 0.303 2024-03-21T13:19:07.520 INFO:teuthology.orchestra.run.smithi184.stdout: hv04.front.sepi .INIT. 16 u - 1024 0 0.000 0.000 0.000 2024-03-21T13:19:07.521 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-03-21T13:19:07.535 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-03-21T13:19:07.537 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-03-21T13:19:07.551 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-03-21T13:19:07.560 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-03-21T13:19:07.573 INFO:teuthology.task.internal:Duration was 2461.232198 seconds 2024-03-21T13:19:07.574 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-03-21T13:19:07.587 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-03-21T13:19:07.587 DEBUG:teuthology.orchestra.run.smithi178:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-03-21T13:19:07.590 DEBUG:teuthology.orchestra.run.smithi184:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-03-21T13:19:07.641 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-03-21T13:19:07.642 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi178.front.sepia.ceph.com 2024-03-21T13:19:07.642 DEBUG:teuthology.orchestra.run.smithi178:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-03-21T13:19:07.655 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi184.front.sepia.ceph.com 2024-03-21T13:19:07.655 DEBUG:teuthology.orchestra.run.smithi184:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-03-21T13:19:07.669 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-03-21T13:19:07.670 DEBUG:teuthology.orchestra.run.smithi178:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-03-21T13:19:07.672 DEBUG:teuthology.orchestra.run.smithi184:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-03-21T13:19:07.841 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-03-21T13:19:07.842 DEBUG:teuthology.orchestra.run.smithi178:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-03-21T13:19:07.844 DEBUG:teuthology.orchestra.run.smithi184:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-03-21T13:19:08.327 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-03-21T13:19:08.337 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-03-21T13:19:08.338 DEBUG:teuthology.orchestra.run.smithi178:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-03-21T13:19:08.352 DEBUG:teuthology.orchestra.run.smithi184:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-03-21T13:19:08.369 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-03-21T13:19:08.380 DEBUG:teuthology.orchestra.run.smithi178:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-03-21T13:19:08.382 DEBUG:teuthology.orchestra.run.smithi184:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-03-21T13:19:08.394 INFO:teuthology.orchestra.run.smithi178.stdout:kernel.core_pattern = core 2024-03-21T13:19:08.395 INFO:teuthology.orchestra.run.smithi184.stdout:kernel.core_pattern = core 2024-03-21T13:19:08.427 DEBUG:teuthology.orchestra.run.smithi178:> test -e /home/ubuntu/cephtest/archive/coredump 2024-03-21T13:19:08.468 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T13:19:08.468 DEBUG:teuthology.orchestra.run.smithi184:> test -e /home/ubuntu/cephtest/archive/coredump 2024-03-21T13:19:08.474 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T13:19:08.474 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-03-21T13:19:08.484 INFO:teuthology.task.internal:Transferring archived files... 2024-03-21T13:19:08.485 DEBUG:teuthology.misc:Transferring archived files from smithi178:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2024-03-21_12:04:17-orch:cephadm-wip-guits-testing-2024-03-21-0818-distro-default-smithi/7614937/remote/smithi178 2024-03-21T13:19:08.485 DEBUG:teuthology.orchestra.run.smithi178:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-03-21T13:19:08.542 DEBUG:teuthology.misc:Transferring archived files from smithi184:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2024-03-21_12:04:17-orch:cephadm-wip-guits-testing-2024-03-21-0818-distro-default-smithi/7614937/remote/smithi184 2024-03-21T13:19:08.543 DEBUG:teuthology.orchestra.run.smithi184:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-03-21T13:19:08.590 INFO:teuthology.task.internal:Removing archive directory... 2024-03-21T13:19:08.590 DEBUG:teuthology.orchestra.run.smithi178:> rm -rf -- /home/ubuntu/cephtest/archive 2024-03-21T13:19:08.592 DEBUG:teuthology.orchestra.run.smithi184:> rm -rf -- /home/ubuntu/cephtest/archive 2024-03-21T13:19:08.627 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-03-21T13:19:08.639 INFO:teuthology.task.internal:Not uploading archives. 2024-03-21T13:19:08.639 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-03-21T13:19:08.648 INFO:teuthology.task.internal:Tidying up after the test... 2024-03-21T13:19:08.649 DEBUG:teuthology.orchestra.run.smithi178:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-03-21T13:19:08.651 DEBUG:teuthology.orchestra.run.smithi184:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-03-21T13:19:08.656 INFO:teuthology.orchestra.run.smithi178.stdout: 924112 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Mar 21 13:19 /home/ubuntu/cephtest 2024-03-21T13:19:08.659 INFO:teuthology.orchestra.run.smithi184.stdout: 924112 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Mar 21 13:19 /home/ubuntu/cephtest 2024-03-21T13:19:08.661 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-03-21T13:19:08.672 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-03-21T13:19:08.696 INFO:teuthology.nuke:Checking targets against current locks 2024-03-21T13:19:08.724 DEBUG:teuthology.nuke:shortname: smithi178 2024-03-21T13:19:08.725 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-21T13:19:08.747 DEBUG:teuthology.nuke:shortname: smithi184 2024-03-21T13:19:08.747 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-21T13:19:08.753 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi178.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-03-21_12:04:17-orch:cephadm-wip-guits-testing-2024-03-21-0818-distro-default-smithi/7614937', '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': '2024-03-21 12:26:47.934148', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM='} 2024-03-21T13:19:08.770 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi184.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-03-21_12:04:17-orch:cephadm-wip-guits-testing-2024-03-21-0818-distro-default-smithi/7614937', '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': '2024-03-21 12:26:47.932532', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM='} 2024-03-21T13:19:08.802 INFO:teuthology.orchestra.console.smithi178:Power off 2024-03-21T13:19:08.803 DEBUG:teuthology.orchestra.console.smithi178:pexpect command: ipmitool -H smithi178.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-03-21T13:19:08.817 INFO:teuthology.orchestra.console.smithi184:Power off 2024-03-21T13:19:08.817 DEBUG:teuthology.orchestra.console.smithi184:pexpect command: ipmitool -H smithi184.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-03-21T13:19:08.827 DEBUG:teuthology.orchestra.console.smithi178:power off output: Chassis Power Control: Down/Off 2024-03-21T13:19:08.827 DEBUG:teuthology.orchestra.console.smithi178:pexpect command: ipmitool -H smithi178.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-21T13:19:08.844 DEBUG:teuthology.orchestra.console.smithi184:power off output: Chassis Power Control: Down/Off 2024-03-21T13:19:08.845 DEBUG:teuthology.orchestra.console.smithi184:pexpect command: ipmitool -H smithi184.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-21T13:19:08.856 DEBUG:teuthology.orchestra.console.smithi178:check power output: Chassis Power is on 2024-03-21T13:19:08.872 DEBUG:teuthology.orchestra.console.smithi184:check power output: Chassis Power is on 2024-03-21T13:19:12.857 DEBUG:teuthology.orchestra.console.smithi178:pexpect command: ipmitool -H smithi178.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-21T13:19:12.873 DEBUG:teuthology.orchestra.console.smithi184:pexpect command: ipmitool -H smithi184.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-21T13:19:12.968 DEBUG:teuthology.orchestra.console.smithi178:check power output: Chassis Power is on 2024-03-21T13:19:12.983 DEBUG:teuthology.orchestra.console.smithi184:check power output: Chassis Power is on 2024-03-21T13:19:16.974 DEBUG:teuthology.orchestra.console.smithi178:pexpect command: ipmitool -H smithi178.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-21T13:19:16.984 DEBUG:teuthology.orchestra.console.smithi184:pexpect command: ipmitool -H smithi184.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-21T13:19:17.085 DEBUG:teuthology.orchestra.console.smithi178:check power output: Chassis Power is off 2024-03-21T13:19:17.094 DEBUG:teuthology.orchestra.console.smithi184:check power output: Chassis Power is off 2024-03-21T13:19:17.186 INFO:teuthology.orchestra.console.smithi178:Power off completed 2024-03-21T13:19:17.195 INFO:teuthology.orchestra.console.smithi184:Power off completed 2024-03-21T13:19:17.299 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: 2461.2321977615356 failure_reason: '"2024-03-21T12:46:42.469775+0000 mon.a (mon.0) 209 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,c (MON_DOWN)" in cluster log' owner: scheduled_gabrioux@teuthology success: false 2024-03-21T13:19:17.299 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-03-21T13:19:17.376 INFO:teuthology.run:FAIL